fix install docs filename
This commit is contained in:
parent
e680beefa6
commit
646537565d
2 changed files with 3 additions and 3 deletions
2
.SRCINFO
2
.SRCINFO
|
@ -1,7 +1,7 @@
|
|||
pkgbase = mepo
|
||||
pkgdesc = Fast, simple, and hackable OSM map viewer for Linux
|
||||
pkgver = 1.3.3
|
||||
pkgrel = 1
|
||||
pkgrel = 2
|
||||
url = https://git.sr.ht/~mil/mepo
|
||||
arch = i686
|
||||
arch = x86_64
|
||||
|
|
4
PKGBUILD
4
PKGBUILD
|
@ -3,7 +3,7 @@
|
|||
# Contributor: Dimitri Kaparis <dimitri@kaparis.name>
|
||||
pkgname=mepo
|
||||
pkgver=1.3.3
|
||||
pkgrel=1
|
||||
pkgrel=2
|
||||
pkgdesc="Fast, simple, and hackable OSM map viewer for Linux"
|
||||
arch=('i686' 'x86_64' 'arm' 'aarch64')
|
||||
url="https://git.sr.ht/~mil/mepo"
|
||||
|
@ -19,7 +19,7 @@ build() {
|
|||
cd "$pkgname-$pkgver"
|
||||
|
||||
zig build -Doptimize=ReleaseSafe
|
||||
zig-out/bin/mepo -docmd > doc.md
|
||||
zig-out/bin/mepo -docmd > mepo.md
|
||||
}
|
||||
|
||||
check() {
|
||||
|
|
Loading…
Add table
Reference in a new issue