summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorKonstantin2017-05-07 01:03:23 +0300
committerKonstantin2017-05-07 01:03:23 +0300
commit780f679e2ed57873c1ea1c462a22ed90f4f765c4 (patch)
tree58105a96aea658d32950c5eeda5e3acd895c7255
parent197fbc7dc7ced2cad252241273b7955aed717241 (diff)
downloadaur-780f679e2ed57873c1ea1c462a22ed90f4f765c4.tar.gz
Update plugin
-rw-r--r--.SRCINFO10
-rwxr-xr-xPKGBUILD6
2 files changed, 9 insertions, 7 deletions
diff --git a/.SRCINFO b/.SRCINFO
index a92620b0c878..42195717eaf6 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,7 +1,9 @@
+# Generated by mksrcinfo v8
+# Sat May 6 22:02:55 UTC 2017
pkgbase = xfce4-sntray-plugin
pkgdesc = Plugin for xfce4-panel and vala-panel to show StatusNotifierItems (AppIndicators) via FlowBox
- pkgver = 0.4.3
- pkgrel = 3
+ pkgver = 0.4.4
+ pkgrel = 1
url = https://github.com/rilian-la-te/xfce4-sntray-plugin
arch = i686
arch = x86_64
@@ -14,8 +16,8 @@ pkgbase = xfce4-sntray-plugin
makedepends = xfce4-panel>=4.11.2
makedepends = vala-panel-git
makedepends = budgie-desktop
- source = https://github.com/rilian-la-te/xfce4-sntray-plugin/releases/download/0.4.3/xfce4-sntray-plugin-0.4.3.tar.gz
- sha256sums = f2ffa869ea23009f7bff1065711f85b4e34fc6b98d058d87405ea62730dd355b
+ source = https://github.com/rilian-la-te/xfce4-sntray-plugin/releases/download/0.4.4/xfce4-sntray-plugin-0.4.4.tar.gz
+ sha256sums = aaba2ff88afa6f2e02f27ccaea310d6fa64af75cf6a81fc31cbb34addcd8022f
pkgname = sntray-plugin-translations
pkgdesc = Translations for StatusNotifier Menu
diff --git a/PKGBUILD b/PKGBUILD
index 9f0fdca49872..fd9ff66a7500 100755
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -58,14 +58,14 @@ msg "If you want to disable an applet, edit pkgbuild variables _disable_[applet]
pkgbase=xfce4-sntray-plugin
_cmakename=cmake-vala
_dbusmenuname=vala-dbusmenu
-pkgver=0.4.3
-pkgrel=3
+pkgver=0.4.4
+pkgrel=1
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')
license=('LGPL')
source=("https://github.com/rilian-la-te/xfce4-sntray-plugin/releases/download/${pkgver}/${pkgbase}-${pkgver}.tar.gz")
-sha256sums=('f2ffa869ea23009f7bff1065711f85b4e34fc6b98d058d87405ea62730dd355b')
+sha256sums=('aaba2ff88afa6f2e02f27ccaea310d6fa64af75cf6a81fc31cbb34addcd8022f')
build(){
cd "${srcdir}/${pkgbase}-${pkgver}"