update pkgsums
This commit is contained in:
parent
f7cb9ac3c8
commit
3258daabb6
2 changed files with 3 additions and 3 deletions
2
.SRCINFO
2
.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 = 1.1.2
|
pkgver = 1.1.2
|
||||||
pkgrel = 3
|
pkgrel = 4
|
||||||
url = https://git.sr.ht/~mil/mepo
|
url = https://git.sr.ht/~mil/mepo
|
||||||
arch = i686
|
arch = i686
|
||||||
arch = x86_64
|
arch = x86_64
|
||||||
|
|
4
PKGBUILD
4
PKGBUILD
|
@ -2,7 +2,7 @@
|
||||||
# Contributor: Rene Hickersberger <r@renehsz.com>
|
# Contributor: Rene Hickersberger <r@renehsz.com>
|
||||||
pkgname=mepo
|
pkgname=mepo
|
||||||
pkgver=1.1.2
|
pkgver=1.1.2
|
||||||
pkgrel=3
|
pkgrel=4
|
||||||
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,7 +12,7 @@ makedepends=('zig>=0.10.1' 'sdl2')
|
||||||
checkdepends=('zig>=0.10.1')
|
checkdepends=('zig>=0.10.1')
|
||||||
changelog=
|
changelog=
|
||||||
source=("$pkgname-$pkgver.tar.gz::$url/archive/$pkgver.tar.gz")
|
source=("$pkgname-$pkgver.tar.gz::$url/archive/$pkgver.tar.gz")
|
||||||
sha512sums=('bc65abf5d6fc4433d8b6ce4d7efa78f09239f70cc2ef816706ad81d5748132bcf3fa9ba50147cd7e633a9fd306fdb00e886b31b6645444b1b1e5906bf28e4eb7')
|
sha512sums=('568a5f397c15123928e47fe8a1b372bb9f3470b9dd511bfce3b42610b992eaf7a252d4e9e2a63e7c5e908b1da71cad7b344409a8cbd5314bb2fd630eafe41409')
|
||||||
|
|
||||||
build() {
|
build() {
|
||||||
cd "$pkgname-$pkgver"
|
cd "$pkgname-$pkgver"
|
||||||
|
|
Loading…
Add table
Reference in a new issue