diff options
author | Autumn Boyhan | 2022-12-21 21:51:31 -0500 |
---|---|---|
committer | Autumn Boyhan | 2022-12-21 21:51:31 -0500 |
commit | 093a34bf551be7230951df24d9f62ba9f6760387 (patch) | |
tree | 9d615441e50653e5491201debf29cd1d23d9a808 | |
parent | 62ad24127d1325df8d9fce8009d0fd75d009c17e (diff) | |
download | aur-093a34bf551be7230951df24d9f62ba9f6760387.tar.gz |
Version bump to latest commit
-rw-r--r-- | .SRCINFO | 4 | ||||
-rwxr-xr-x | PKGBUILD | 6 |
2 files changed, 5 insertions, 5 deletions
@@ -1,6 +1,6 @@ pkgbase = naikari-git - pkgdesc = A 2-D space trading and mercenary game. Development branch. - pkgver = v0.4.0.r105.g56e633c7f + pkgdesc = A 2-D space trading and mercenary game forked from the Naev project. Development branch. + pkgver = v0.5.0.rc.1.r36.gdb2801a8c pkgrel = 1 url = https://naikari.github.io/ arch = x86_64 @@ -2,9 +2,9 @@ pkgname=naikari-git _pkgname=naikari -pkgver=v0.4.0.r105.g56e633c7f +pkgver=v0.5.0.rc.1.r36.gdb2801a8c pkgrel=1 -pkgdesc="A 2-D space trading and mercenary game. Development branch." +pkgdesc="A 2-D space trading and mercenary game forked from the Naev project. Development branch." arch=('x86_64') url="https://naikari.github.io/" license=('GPL3') @@ -28,7 +28,7 @@ prepare() { build() { cd "$srcdir/$_pkgname" - meson build --prefix=/usr + meson build --buildtype=release --prefix=/usr meson compile -C build } |