upgrade to 1.2.1

This commit is contained in:
Bobby Hamblin 2024-05-28 11:22:54 -07:00
parent e9ceac32ce
commit 6ed0aae823
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.2.0 pkgver = 1.2.1
pkgrel = 2 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 checkdepends = zig>=0.12.0
makedepends = zig makedepends = zig>=0.12.0
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.2.0.tar.gz::https://git.sr.ht/~mil/mepo/archive/1.2.0.tar.gz source = mepo-1.2.1.tar.gz::https://git.sr.ht/~mil/mepo/archive/1.2.1.tar.gz
sha512sums = e01b19a578f9ffa340eac62e1db75495b424fe9bff98b9d25cf2c3cd6a402e8c756463582757bbd979aa927cd2e8c1ded2c25f6746851fb2a39a1257794fbbf3 sha512sums = 1db1218a1cc43e4c4838f2b96c47ed3c0589efef2bff3aa7175a658e227b339032c22c0af3a4c95eb6b95a759d62315fd2a3fdf5e11706847c7fa02db5c7d63e
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.2.0 pkgver=1.2.1
pkgrel=2 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' 'sdl2') makedepends=('zig>=0.12.0' 'sdl2')
checkdepends=('zig') checkdepends=('zig>=0.12.0')
changelog= changelog=
source=("$pkgname-$pkgver.tar.gz::$url/archive/$pkgver.tar.gz") source=("$pkgname-$pkgver.tar.gz::$url/archive/$pkgver.tar.gz")
sha512sums=('e01b19a578f9ffa340eac62e1db75495b424fe9bff98b9d25cf2c3cd6a402e8c756463582757bbd979aa927cd2e8c1ded2c25f6746851fb2a39a1257794fbbf3') sha512sums=('1db1218a1cc43e4c4838f2b96c47ed3c0589efef2bff3aa7175a658e227b339032c22c0af3a4c95eb6b95a759d62315fd2a3fdf5e11706847c7fa02db5c7d63e')
build() { build() {
cd "$pkgname-$pkgver" cd "$pkgname-$pkgver"