summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorMike Swanson2019-06-24 09:38:32 -0700
committerMike Swanson2019-06-24 09:38:32 -0700
commit086f54a70e2471269180f7ce4ab2a18150877284 (patch)
tree219260dfcac31f27c828d43ee609b44d4b6ce6ef
parent4c1cca40e653b9077d4187f07003a11106175ce6 (diff)
downloadaur-086f54a70e2471269180f7ce4ab2a18150877284.tar.gz
Some nice compatibility updates
-rw-r--r--.SRCINFO2
-rw-r--r--PKGBUILD4
2 files changed, 3 insertions, 3 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 8db97ca78213..8771f5a22c9c 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,6 +1,6 @@
pkgbase = libtas-git
pkgdesc = Tool-assisted speedrunning utility for Linux-native binaries
- pkgver = 1.3.4.r50.bf6b209
+ pkgver = 1.3.4.r62.670b3d0
pkgrel = 1
epoch = 1
url = https://github.com/clementgallet/libTAS
diff --git a/PKGBUILD b/PKGBUILD
index ecd351513a0c..ad243b2cc870 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -2,7 +2,7 @@
pkgname=libtas-git
pkgdesc="Tool-assisted speedrunning utility for Linux-native binaries"
-pkgver=1.3.4.r50.bf6b209
+pkgver=1.3.4.r62.670b3d0
pkgrel=1
epoch=1
arch=('x86_64')
@@ -31,7 +31,7 @@ prepare() {
build() {
cd "libTAS"
- ./configure --prefix=/usr --enable-silent-rules
+ ./configure --prefix=/usr
make
}