summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorKonstantin Pugin2016-09-05 02:07:39 +0300
committerKonstantin Pugin2016-09-05 02:08:05 +0300
commit444113bae250c597956047906131af187d35890d (patch)
tree434b4cb46a34f88b9be64657cda8cf3037922507
parent2d922d06ce9c483f0d8c57978f1c1d40d8915c46 (diff)
downloadaur-444113bae250c597956047906131af187d35890d.tar.gz
Updated xfce4-sntray-plugin
-rw-r--r--.SRCINFO4
-rwxr-xr-xPKGBUILD3
2 files changed, 4 insertions, 3 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 870ad710fac8..44ec49cefc81 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,9 +1,9 @@
# Generated by mksrcinfo v8
-# Sun Sep 4 23:05:57 UTC 2016
+# Sun Sep 4 23:07:56 UTC 2016
pkgbase = xfce4-sntray-plugin
pkgdesc = Plugin for xfce4-panel and vala-panel to show StatusNotifierItems (AppIndicators) via FlowBox
pkgver = 0.4.1
- pkgrel = 2
+ pkgrel = 3
url = https://github.com/rilian-la-te/xfce4-sntray-plugin
arch = i686
arch = x86_64
diff --git a/PKGBUILD b/PKGBUILD
index 23937f7a5f0d..fb9ced159dbd 100755
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -5,7 +5,7 @@ pkgname=('xfce4-sntray-plugin' 'mate-panel-sntray' 'vala-panel-sntray' 'xfce4-sn
_cmakename=cmake-vala
_dbusmenuname=vala-dbusmenu
pkgver=0.4.1
-pkgrel=2
+pkgrel=3
pkgdesc="Plugin for xfce4-panel and vala-panel to show StatusNotifierItems (AppIndicators) via FlowBox"
url="https://github.com/rilian-la-te/xfce4-sntray-plugin"
arch=('i686' 'x86_64')
@@ -86,4 +86,5 @@ package_xfce4-sntray-plugin-translations() {
make -C "data" DESTDIR="${pkgdir}" install
rm -rf "${pkgdir}/usr/share/xfce4"
rm -rf "${pkgdir}/usr/share/mate-panel"
+ rm -rf "${pkgdir}/usr/lib/"
}