summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
authorsL1pKn072022-02-26 19:11:59 +0100
committersL1pKn072022-02-26 19:11:59 +0100
commita6b8d4ae0a9f6bea07ed858999f540f8fc5a2538 (patch)
treed7256a9b72473ae8ea2269f4f7fd6de7f0f047e4 /PKGBUILD
parente74b3555cd375097f77ed315010d72624d18f397 (diff)
downloadaur-a6b8d4ae0a9f6bea07ed858999f540f8fc5a2538.tar.gz
bump
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD7
1 files changed, 4 insertions, 3 deletions
diff --git a/PKGBUILD b/PKGBUILD
index 1c19b008c95f..46483d0a9bb1 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -3,10 +3,10 @@
# Contributor: Score_Under <seejay.11@gmail.com>
pkgname=xnp2-svn
-pkgver=0.86.2842
+pkgver=0.86.2845
pkgrel=1
pkgdesc="X Neko Project II, a PC-9801 emulator. (SVN Version)"
-arch=('i686' 'x86_64')
+arch=('x86_64')
url='http://www.nonakap.org/np2'
license=('BSD')
depends=('gtk2'
@@ -18,6 +18,7 @@ conflicts=('xnp2')
provides=('xnp2')
source=("xnp2::svn+http://amethyst.yui.ne.jp/svn/pc98/np2/trunk/")
sha256sums=('SKIP')
+options=('debug')
pkgver() {
cd xnp2
@@ -44,5 +45,5 @@ build() {
}
package() {
- make -C build DESTDIR="${pkgdir}/" install
+ make -C build DESTDIR="${pkgdir}" install
}