fix install docs filename

This commit is contained in:
Dimitri Kaparis 2024-11-06 17:11:15 +02:00
parent e680beefa6
commit 646537565d
2 changed files with 3 additions and 3 deletions

View file

@ -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

View file

@ -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() {