summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorJohnathan Jenkins2017-01-14 11:27:18 -0800
committerJohnathan Jenkins2017-01-14 11:27:18 -0800
commit81a643b9fe715af5e9cb2a84b46c74fe8887ced1 (patch)
tree2ababd8b9933b8da72813220ea0efef6567c3894
parent7f04ae8e9fb426c4cc39d05cf105730b81dca1c7 (diff)
downloadaur-81a643b9fe715af5e9cb2a84b46c74fe8887ced1.tar.gz
update to latest rev remove install file gen cleanup
-rw-r--r--.SRCINFO7
-rw-r--r--PKGBUILD7
-rw-r--r--libunity.install13
3 files changed, 5 insertions, 22 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 20815b4313b7..faf7a0b66bc1 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,11 +1,10 @@
# Generated by mksrcinfo v8
-# Fri Mar 18 18:06:20 UTC 2016
+# Sat Jan 14 19:26:34 UTC 2017
pkgbase = libunity
pkgdesc = Library for instrumenting and integrating with all aspects of the Unity shell
pkgver = 7.1.4
- pkgrel = 2
+ pkgrel = 3
url = https://launchpad.net/libunity
- install = libunity.install
arch = i686
arch = x86_64
license = LGPL
@@ -17,7 +16,7 @@ pkgbase = libunity
depends = dee
depends = gtk3
depends = libdbusmenu-glib
- source = libunity-7.1.4::bzr+lp:libunity#revision=318
+ source = libunity-7.1.4::bzr+lp:libunity#revision=324
sha256sums = SKIP
pkgname = libunity
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:
diff --git a/libunity.install b/libunity.install
deleted file mode 100644
index 43fe00f8d2e2..000000000000
--- a/libunity.install
+++ /dev/null
@@ -1,13 +0,0 @@
-post_install() {
- glib-compile-schemas usr/share/glib-2.0/schemas
-}
-
-post_upgrade() {
- post_install
-}
-
-post_remove() {
- post_install
-}
-
-# vim: ts=2 sw=2 et: