summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
authorJohnathan Jenkins2017-01-14 11:27:18 -0800
committerJohnathan Jenkins2017-01-14 11:27:18 -0800
commit81a643b9fe715af5e9cb2a84b46c74fe8887ced1 (patch)
tree2ababd8b9933b8da72813220ea0efef6567c3894 /PKGBUILD
parent7f04ae8e9fb426c4cc39d05cf105730b81dca1c7 (diff)
downloadaur-81a643b9fe715af5e9cb2a84b46c74fe8887ced1.tar.gz
update to latest rev remove install file gen cleanup
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD7
1 files changed, 2 insertions, 5 deletions
diff --git a/PKGBUILD b/PKGBUILD
index 1c2a79d82e84..8386bfbbc88d 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -4,15 +4,14 @@
pkgname=libunity
pkgver=7.1.4
-pkgrel=2
+pkgrel=3
pkgdesc='Library for instrumenting and integrating with all aspects of the Unity shell'
arch=('i686' 'x86_64')
url='https://launchpad.net/libunity'
license=('LGPL')
depends=('dee' 'gtk3' 'libdbusmenu-glib')
makedepends=('bzr' 'gnome-common' 'gobject-introspection' 'intltool' 'vala')
-install="${pkgname}.install"
-source=("${pkgname}-${pkgver}::bzr+lp:${pkgname}#revision=318")
+source=("${pkgname}-${pkgver}::bzr+lp:${pkgname}#revision=324")
sha256sums=('SKIP')
build() {
@@ -25,5 +24,3 @@ package() {
cd ${pkgname}-${pkgver}
make DESTDIR="${pkgdir}" install
}
-
-# vim: ts=2 sw=2 et: