summarylogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--.SRCINFO2
-rw-r--r--PKGBUILD2
2 files changed, 2 insertions, 2 deletions
diff --git a/.SRCINFO b/.SRCINFO
index e181d276bb91..2b3399203e1e 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,5 +1,5 @@
# Generated by mksrcinfo v8
-# Fri Nov 6 16:52:27 UTC 2015
+# Fri Nov 6 16:59:23 UTC 2015
pkgbase = libunity
pkgdesc = Library for instrumenting and integrating with all aspects of the Unity shell
pkgver = 7.1.4
diff --git a/PKGBUILD b/PKGBUILD
index 8ec3a30ee5db..1c2a79d82e84 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -17,7 +17,7 @@ sha256sums=('SKIP')
build() {
cd ${pkgname}-${pkgver}
- r/autogen.sh --prefix='/usr' --sysconfdir='/etc' --localstatedir='/var' --disable-static
+ ./autogen.sh --prefix='/usr' --sysconfdir='/etc' --localstatedir='/var' --disable-static
make
}