summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authormyself6002022-12-11 16:35:44 +0100
committermyself6002022-12-11 16:35:44 +0100
commit254913b32ce404f6490a617ebec4ec439412d12b (patch)
treec6138b1403a94e073b04a0c02eec9442182e52c0
parent9370b35734dcb1dce1f61094794dcaf4d5fb9617 (diff)
downloadaur-254913b32ce404f6490a617ebec4ec439412d12b.tar.gz
ponscr binary
-rw-r--r--.SRCINFO2
-rw-r--r--PKGBUILD4
2 files changed, 3 insertions, 3 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 3741f2f729e2..616d4aac3eb9 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,7 +1,7 @@
pkgbase = ponscripter
pkgdesc = Fork of the Ponscripter visual novel engine to take advantage of SDL2 and improve Steam integration
pkgver = v3.0.0
- pkgrel = 1
+ pkgrel = 2
epoch = 1
url = https://github.com/07th-mod/ponscripter-fork
arch = x86_64
diff --git a/PKGBUILD b/PKGBUILD
index 690bc0c46928..22adfe31dfe2 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,6 +1,6 @@
pkgname=ponscripter
pkgver=`curl -s https://api.github.com/repos/07th-mod/ponscripter-fork/releases/latest|grep tag_name|cut -d\" -f4`
-pkgrel=1
+pkgrel=2
epoch=1
pkgdesc="Fork of the Ponscripter visual novel engine to take advantage of SDL2 and improve Steam integration"
arch=(x86_64 aarch64)
@@ -16,6 +16,6 @@ build(){
}
package(){
cd $pkgname-fork
- install src/ponscr -D "$pkgdir"/usr/bin/$pkgname
+ install src/ponscr -Dt "$pkgdir"/usr/bin
install BUGS CHANGES MANUAL README.md TODO -Dt "$pkgdir"/usr/share/doc/$pkgname
}