summarylogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--.SRCINFO2
-rw-r--r--PKGBUILD3
2 files changed, 3 insertions, 2 deletions
diff --git a/.SRCINFO b/.SRCINFO
index f91e7de9c21d..040fbca4d83e 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -4,7 +4,6 @@ pkgbase = ponscripter
pkgrel = 2
url = https://github.com/07th-mod/ponscripter-fork
arch = x86_64
- arch = aarch64
license = GPL
makedepends = xmlto
makedepends = docbook-xsl
@@ -12,6 +11,7 @@ pkgbase = ponscripter
depends = sdl2_mixer
depends = smpeg
depends = freetype2
+ conflicts = ponscripter-bin
source = git+https://github.com/07th-mod/ponscripter-fork.git#tag=v3.0.1
md5sums = SKIP
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(){