summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorKonstantin2018-07-08 08:53:03 +0300
committerKonstantin2018-07-08 08:53:03 +0300
commitfc779cc7c3ef22477723a2ab443ef36003cb6d46 (patch)
tree3cd4bd2a686212f5a0ae64967daaca44257df69d
parentf6abf4790433c3d07ff8c71d3695b4a09584e897 (diff)
downloadaur-fc779cc7c3ef22477723a2ab443ef36003cb6d46.tar.gz
Fixed translations
-rwxr-xr-x.SRCINFO4
-rwxr-xr-xPKGBUILD3
2 files changed, 4 insertions, 3 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 22dd05b451a3..8060d7cd4ffd 100755
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,9 +1,9 @@
# Generated by mksrcinfo v8
-# Sun Jul 8 00:32:08 UTC 2018
+# Sun Jul 8 05:52:49 UTC 2018
pkgbase = vala-panel-sntray-git
pkgdesc = Plugin for xfce4-panel and vala-panel to show StatusNotifierItems (AppIndicators) via FlowBox
pkgver = 0.4.10
- pkgrel = 1
+ pkgrel = 2
url = https://gitlab.com/vala-panel-project/xfce4-sntray-plugin
arch = i686
arch = x86_64
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"
}