update mepo to 1.2.0

This commit is contained in:
Bobby Hamblin 2023-08-13 20:41:37 -07:00
parent 3258daabb6
commit 09eb498002
2 changed files with 11 additions and 11 deletions

View File

@ -1,15 +1,15 @@
pkgbase = mepo pkgbase = mepo
pkgdesc = Fast, simple, and hackable OSM map viewer for Linux pkgdesc = Fast, simple, and hackable OSM map viewer for Linux
pkgver = 1.1.2 pkgver = 1.2.0
pkgrel = 4 pkgrel = 1
url = https://git.sr.ht/~mil/mepo url = https://git.sr.ht/~mil/mepo
arch = i686 arch = i686
arch = x86_64 arch = x86_64
arch = arm arch = arm
arch = aarch64 arch = aarch64
license = GPL3 license = GPL3
checkdepends = zig>=0.10.1 checkdepends = zig>=0.11
makedepends = zig>=0.10.1 makedepends = zig>=0.11
makedepends = sdl2 makedepends = sdl2
depends = jq depends = jq
depends = curl depends = curl
@ -21,7 +21,7 @@ pkgbase = mepo
depends = sdl2_gfx depends = sdl2_gfx
depends = sdl2_image depends = sdl2_image
depends = sdl2_ttf depends = sdl2_ttf
source = mepo-1.1.2.tar.gz::https://git.sr.ht/~mil/mepo/archive/1.1.2.tar.gz source = mepo-1.2.0.tar.gz::https://git.sr.ht/~mil/mepo/archive/1.2.0.tar.gz
sha512sums = 568a5f397c15123928e47fe8a1b372bb9f3470b9dd511bfce3b42610b992eaf7a252d4e9e2a63e7c5e908b1da71cad7b344409a8cbd5314bb2fd630eafe41409 sha512sums = e01b19a578f9ffa340eac62e1db75495b424fe9bff98b9d25cf2c3cd6a402e8c756463582757bbd979aa927cd2e8c1ded2c25f6746851fb2a39a1257794fbbf3
pkgname = mepo pkgname = mepo

View File

@ -1,18 +1,18 @@
# Maintainer: Robert Hamblin <hamblingreen@hotmail.com> # Maintainer: Robert Hamblin <hamblingreen@hotmail.com>
# Contributor: Rene Hickersberger <r@renehsz.com> # Contributor: Rene Hickersberger <r@renehsz.com>
pkgname=mepo pkgname=mepo
pkgver=1.1.2 pkgver=1.2.0
pkgrel=4 pkgrel=1
pkgdesc="Fast, simple, and hackable OSM map viewer for Linux" pkgdesc="Fast, simple, and hackable OSM map viewer for Linux"
arch=('i686' 'x86_64' 'arm' 'aarch64') arch=('i686' 'x86_64' 'arm' 'aarch64')
url="https://git.sr.ht/~mil/mepo" url="https://git.sr.ht/~mil/mepo"
license=('GPL3') license=('GPL3')
depends=('jq' 'curl' 'zenity' 'xorg-xwininfo' 'geoclue' 'ncurses' 'findutils' 'sdl2_gfx' 'sdl2_image' 'sdl2_ttf') depends=('jq' 'curl' 'zenity' 'xorg-xwininfo' 'geoclue' 'ncurses' 'findutils' 'sdl2_gfx' 'sdl2_image' 'sdl2_ttf')
makedepends=('zig>=0.10.1' 'sdl2') makedepends=('zig>=0.11' 'sdl2')
checkdepends=('zig>=0.10.1') checkdepends=('zig>=0.11')
changelog= changelog=
source=("$pkgname-$pkgver.tar.gz::$url/archive/$pkgver.tar.gz") source=("$pkgname-$pkgver.tar.gz::$url/archive/$pkgver.tar.gz")
sha512sums=('568a5f397c15123928e47fe8a1b372bb9f3470b9dd511bfce3b42610b992eaf7a252d4e9e2a63e7c5e908b1da71cad7b344409a8cbd5314bb2fd630eafe41409') sha512sums=('e01b19a578f9ffa340eac62e1db75495b424fe9bff98b9d25cf2c3cd6a402e8c756463582757bbd979aa927cd2e8c1ded2c25f6746851fb2a39a1257794fbbf3')
build() { build() {
cd "$pkgname-$pkgver" cd "$pkgname-$pkgver"