summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorJohnathan Jenkins2017-01-20 03:59:58 -0800
committerJohnathan Jenkins2017-01-20 03:59:58 -0800
commite4f78481521b6a16b59beeeafe453d30daa0c75c (patch)
treee8ff8ce0b849c8461ea5068168043968a0c01c27
parent05a1886a8744c9caddb0465815f5115af6e8bccf (diff)
downloadaur-e4f78481521b6a16b59beeeafe453d30daa0c75c.tar.gz
fix cd
-rw-r--r--.SRCINFO4
-rw-r--r--PKGBUILD6
2 files changed, 5 insertions, 5 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 55712e8a99f4..7da8dd715736 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,9 +1,9 @@
# Generated by mksrcinfo v8
-# Fri Jan 20 11:22:10 UTC 2017
+# Fri Jan 20 11:59:47 UTC 2017
pkgbase = libunity
pkgdesc = Library for instrumenting and integrating with all aspects of the Unity shell
pkgver = 7.1.4
- pkgrel = 4
+ pkgrel = 5
url = https://launchpad.net/libunity
arch = i686
arch = x86_64
diff --git a/PKGBUILD b/PKGBUILD
index b284b30d566f..f3af1aab8629 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -4,7 +4,7 @@
pkgname=libunity
pkgver=7.1.4
-pkgrel=4
+pkgrel=5
pkgdesc='Library for instrumenting and integrating with all aspects of the Unity shell'
arch=('i686' 'x86_64')
url='https://launchpad.net/libunity'
@@ -15,12 +15,12 @@ source=("https://launchpad.net/ubuntu/+archive/primary/+files/libunity_$pkgver+1
sha256sums=('SKIP')
build() {
- cd ${pkgname}-${pkgver}
+ cd ${srcdir}
./autogen.sh --prefix='/usr' --sysconfdir='/etc' --localstatedir='/var' --disable-static
make
}
package() {
- cd ${pkgname}-${pkgver}
+ cd ${srcdir}
make DESTDIR="${pkgdir}" install
}