summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
authormyself6002022-12-11 16:35:44 +0100
committermyself6002022-12-11 16:35:44 +0100
commit254913b32ce404f6490a617ebec4ec439412d12b (patch)
treec6138b1403a94e073b04a0c02eec9442182e52c0 /PKGBUILD
parent9370b35734dcb1dce1f61094794dcaf4d5fb9617 (diff)
downloadaur-254913b32ce404f6490a617ebec4ec439412d12b.tar.gz
ponscr binary
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD4
1 files changed, 2 insertions, 2 deletions
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
}