summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
authormyself6002022-12-28 17:42:12 +0100
committermyself6002022-12-28 17:42:12 +0100
commit5dc9d1c5057460f044d3a0c5198e5e46df526b9a (patch)
tree1cf1aaff2399ef0b77767cd2df0efe1d434b1e18 /PKGBUILD
parent0472bce68f2a3ce8c72734f7d1c909f657dfa5c8 (diff)
downloadaur-ponscripter.tar.gz
Remove aarch64
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD3
1 files changed, 2 insertions, 1 deletions
diff --git a/PKGBUILD b/PKGBUILD
index 725e2c991a35..0a5273cbbf6f 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -3,11 +3,12 @@ pkgver=v3.0.1
_pkgver=`curl -s https://api.github.com/repos/07th-mod/ponscripter-fork/releases/latest|grep tag_name|cut -d\" -f4`
pkgrel=2
pkgdesc="Fork of the Ponscripter visual novel engine to take advantage of SDL2 and improve Steam integration"
-arch=(x86_64 aarch64)
+arch=(x86_64) # for aarch64 use ponscripter-bin
url=https://github.com/07th-mod/ponscripter-fork
license=(GPL)
depends=(sdl2_{image,mixer} smpeg freetype2)
makedepends=(xmlto docbook-xsl)
+conflicts=(ponscripter-bin)
source=(git+https://github.com/07th-mod/ponscripter-fork.git#tag=$_pkgver)
md5sums=(SKIP)
pkgver(){