summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
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: