Update to version 0.4.2
This commit is contained in:
parent
b18f47e6c3
commit
5f782fdd36
2 changed files with 9 additions and 9 deletions
10
.SRCINFO
10
.SRCINFO
|
@ -1,7 +1,7 @@
|
||||||
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 = 0.4.1
|
pkgver = 0.4.2
|
||||||
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
|
||||||
|
@ -18,8 +18,8 @@ pkgbase = mepo
|
||||||
depends = sdl2_image
|
depends = sdl2_image
|
||||||
depends = sdl2_ttf
|
depends = sdl2_ttf
|
||||||
depends = sdl2_gfx
|
depends = sdl2_gfx
|
||||||
source = mepo-0.4.1.tar.gz::https://git.sr.ht/~mil/mepo/archive/0.4.1.tar.gz
|
source = mepo-0.4.2.tar.gz::https://git.sr.ht/~mil/mepo/archive/0.4.2.tar.gz
|
||||||
sha256sums = b6d01ce10618755ec604d7376a4fe56302860d425e6303530f0eaefcb867cb76
|
sha256sums = 2f929ce248321c70a9f5504f10991d6da08f110501a7f1a257bc7ffcd286652d
|
||||||
sha512sums = 0baf41980e9b4c85276019151e258c7588261c825e59b159af4fa00e5f821df26fbc5598382dc7f9ce3bb395986d867d5dfdf519c211e5a4c2bee0062b44becf
|
sha512sums = d136c38aeab869713df4a79d9bde40674a828fdcfa0cb2af92a30d7f11f0c8ef0ea7cc7fd162d329dea4a279d71363afcdd53913f8dbeb8cc33be08cc86257ae
|
||||||
|
|
||||||
pkgname = mepo
|
pkgname = mepo
|
||||||
|
|
8
PKGBUILD
8
PKGBUILD
|
@ -1,8 +1,8 @@
|
||||||
# Maintainer: Rene Hickersberger <r@renehsz.com>
|
# Maintainer: Rene Hickersberger <r@renehsz.com>
|
||||||
# Contributor: Robert Hamblin <hamblingreen@hotmail.com>
|
# Contributor: Robert Hamblin <hamblingreen@hotmail.com>
|
||||||
pkgname=mepo
|
pkgname=mepo
|
||||||
pkgver=0.4.1
|
pkgver=0.4.2
|
||||||
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"
|
||||||
|
@ -12,8 +12,8 @@ makedepends=('zig>=0.9')
|
||||||
checkdepends=('zig>=0.9')
|
checkdepends=('zig>=0.9')
|
||||||
changelog=
|
changelog=
|
||||||
source=("$pkgname-$pkgver.tar.gz::$url/archive/$pkgver.tar.gz")
|
source=("$pkgname-$pkgver.tar.gz::$url/archive/$pkgver.tar.gz")
|
||||||
sha512sums=('0baf41980e9b4c85276019151e258c7588261c825e59b159af4fa00e5f821df26fbc5598382dc7f9ce3bb395986d867d5dfdf519c211e5a4c2bee0062b44becf')
|
sha512sums=('d136c38aeab869713df4a79d9bde40674a828fdcfa0cb2af92a30d7f11f0c8ef0ea7cc7fd162d329dea4a279d71363afcdd53913f8dbeb8cc33be08cc86257ae')
|
||||||
sha256sums=('b6d01ce10618755ec604d7376a4fe56302860d425e6303530f0eaefcb867cb76')
|
sha256sums=('2f929ce248321c70a9f5504f10991d6da08f110501a7f1a257bc7ffcd286652d')
|
||||||
|
|
||||||
prepare() {
|
prepare() {
|
||||||
patch --directory="$pkgname-$pkgver" --forward --strip=1 --input="$startdir/remove_zig_version_check.patch"
|
patch --directory="$pkgname-$pkgver" --forward --strip=1 --input="$startdir/remove_zig_version_check.patch"
|
||||||
|
|
Loading…
Add table
Reference in a new issue