summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authoraksr2019-02-01 21:17:59 +0100
committeraksr2019-02-01 21:17:59 +0100
commite3b0b1863833952c02d267432742de152098225b (patch)
treec492f58cd8b54913d2a3177d8b3a4c3f746dfb28
parent784b1f23bd9e438cbeac4ae7399fd6eec99c395a (diff)
downloadaur-e3b0b1863833952c02d267432742de152098225b.tar.gz
Fix build.
-rw-r--r--.SRCINFO4
l---------.gitignore1
-rw-r--r--PKGBUILD4
3 files changed, 5 insertions, 4 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 0c0846b99f8e..e7677496ff37 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,8 +1,8 @@
# Generated by mksrcinfo v8
-# Fri Mar 23 13:54:47 UTC 2018
+# Fri Feb 1 20:17:51 UTC 2019
pkgbase = regoth-git
pkgdesc = OpenSource-Reimplementation of the zEngine, used by the game 'Gothic'
- pkgver = 0.4.137.r1431.fdec6d6
+ pkgver = 0.4.357.r1599.65c72f0
pkgrel = 1
url = https://github.com/REGoth-project/REGoth
install = regoth.install
diff --git a/.gitignore b/.gitignore
new file mode 120000
index 000000000000..25c0564928e0
--- /dev/null
+++ b/.gitignore
@@ -0,0 +1 @@
+/home/aksr/arch/pkg/.gitignore \ No newline at end of file
diff --git a/PKGBUILD b/PKGBUILD
index 92362f1a280f..e0e5d7aa1e91 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,6 +1,6 @@
# Maintainer: aksr <aksr at t-com dot me>
pkgname=regoth-git
-pkgver=0.4.137.r1431.fdec6d6
+pkgver=0.4.357.r1599.65c72f0
pkgrel=1
epoch=
pkgdesc="OpenSource-Reimplementation of the zEngine, used by the game 'Gothic'"
@@ -42,7 +42,7 @@ build() {
package() {
cd "$srcdir/$pkgname/build/bin"
mkdir -p $pkgdir/usr/{bin,share/${pkgname%-*}/}
- for i in REGoth altonegen openal-info makehrtf bsincgen; do
+ for i in altonegen makehrtf openal-info REGoth write_sf2; do
install -Dm755 $i "$pkgdir/usr/share/${pkgname%-*}/$i"
done
ln -rs $pkgdir/usr/share/${pkgname%-*}/REGoth $pkgdir/usr/bin/REGoth