summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorKonstantin Pugin2016-09-05 01:59:04 +0300
committerKonstantin Pugin2016-09-05 01:59:04 +0300
commit25aaa59da19bf139de1664a4ed7ff04cc67ac338 (patch)
treea82ef2279a7216d9bfb53a5e45845342bd80581d
parentbdff35ce23e84ab6bc5b9bb705b4fea5c5f82284 (diff)
downloadaur-25aaa59da19bf139de1664a4ed7ff04cc67ac338.tar.gz
Updated xfce4-sntray-plugin
-rw-r--r--.SRCINFO8
-rwxr-xr-xPKGBUILD4
2 files changed, 6 insertions, 6 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 2a705ef7a0b2..40a0e9185373 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,8 +1,8 @@
# Generated by mksrcinfo v8
-# Sun Sep 4 22:51:53 UTC 2016
+# Sun Sep 4 22:58:58 UTC 2016
pkgbase = xfce4-sntray-plugin
pkgdesc = Plugin for xfce4-panel and vala-panel to show StatusNotifierItems (AppIndicators) via FlowBox
- pkgver = 0.4.0
+ pkgver = 0.4.1
pkgrel = 1
url = https://github.com/rilian-la-te/xfce4-sntray-plugin
arch = i686
@@ -14,8 +14,8 @@ pkgbase = xfce4-sntray-plugin
makedepends = xfce4-panel>=4.11.2
makedepends = mate-panel-gtk3
makedepends = vala-panel-git
- source = https://github.com/rilian-la-te/xfce4-sntray-plugin/releases/download/0.4.0/xfce4-sntray-plugin-0.4.0.tar.gz
- sha256sums = 59fd29e49c9d7bb878516b35169d2ec600e480428ba13f954384f0421c92b3e4
+ source = https://github.com/rilian-la-te/xfce4-sntray-plugin/releases/download/0.4.1/xfce4-sntray-plugin-0.4.1.tar.gz
+ sha256sums = 3c94ce1e171d89ca8237e5c40a569384216fdb7b8dd18d89ecc21e8db6965e24
pkgname = xfce4-sntray-plugin
pkgdesc = Plugin for xfce4-panel to show StatusNotifierItems (AppIndicators) via FlowBox
diff --git a/PKGBUILD b/PKGBUILD
index de0855d4dcf5..043d8d8f736b 100755
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -4,7 +4,7 @@ pkgbase=xfce4-sntray-plugin
pkgname=('xfce4-sntray-plugin' 'mate-panel-sntray' 'vala-panel-sntray' 'xfce4-sntray-plugin-translations')
_cmakename=cmake-vala
_dbusmenuname=vala-dbusmenu
-pkgver=0.4.0
+pkgver=0.4.1
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"
@@ -12,7 +12,7 @@ arch=('i686' 'x86_64')
license=('GPL3')
makedepends=('cmake' 'vala' 'gtk3' 'xfce4-panel>=4.11.2' 'mate-panel-gtk3' 'vala-panel-git')
source=("https://github.com/rilian-la-te/xfce4-sntray-plugin/releases/download/${pkgver}/${pkgbase}-${pkgver}.tar.gz")
-sha256sums=('59fd29e49c9d7bb878516b35169d2ec600e480428ba13f954384f0421c92b3e4')
+sha256sums=('3c94ce1e171d89ca8237e5c40a569384216fdb7b8dd18d89ecc21e8db6965e24')
build() {
cd "${srcdir}/${pkgbase}-${pkgver}"