summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
Diffstat (limited to 'PKGBUILD')
-rwxr-xr-xPKGBUILD3
1 files changed, 2 insertions, 1 deletions
diff --git a/PKGBUILD b/PKGBUILD
index d5e3d737b1d8..6c93efdadfeb 100755
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -61,7 +61,7 @@ _pkgbase=xfce4-sntray-plugin
_cmakename=cmake-vala
_dbusmenuname=vala-dbusmenu
pkgver=0.4.10
-pkgrel=1
+pkgrel=2
pkgdesc="Plugin for xfce4-panel and vala-panel to show StatusNotifierItems (AppIndicators) via FlowBox"
url="https://gitlab.com/vala-panel-project/xfce4-sntray-plugin"
arch=('i686' 'x86_64')
@@ -184,6 +184,7 @@ package_sntray-plugin-translations-git(){
make -C "data" DESTDIR="${pkgdir}" install
rm -rf "${pkgdir}/usr/share/xfce4"
rm -rf "${pkgdir}/usr/share/mate-panel"
+ rm -rf "${pkgdir}/usr/share/vala-panel"
rm -rf "${pkgdir}/usr/lib/"
rm -rf "${pkgdir}/usr/share/dbus-1"
}