summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorKonstantin2017-05-21 02:55:49 +0300
committerKonstantin2017-05-21 02:55:49 +0300
commit417034244c2b10ed8f010d71f0321c8e3653adca (patch)
tree1874d8c3b85562d816432580f76bc91e8a11c31e
parente24eb8b8d66dc8939f4de9a1617d9a44c6f11e0a (diff)
downloadaur-417034244c2b10ed8f010d71f0321c8e3653adca.tar.gz
Update
-rw-r--r--.SRCINFO8
-rwxr-xr-xPKGBUILD4
2 files changed, 6 insertions, 6 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 939bf74bfe34..20a1d58b2a12 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,8 +1,8 @@
# Generated by mksrcinfo v8
-# Wed May 17 21:08:51 UTC 2017
+# Sat May 20 23:55:30 UTC 2017
pkgbase = xfce4-sntray-plugin
pkgdesc = Plugin for xfce4-panel and vala-panel to show StatusNotifierItems (AppIndicators) via FlowBox
- pkgver = 0.4.6
+ pkgver = 0.4.7
pkgrel = 1
url = https://github.com/rilian-la-te/xfce4-sntray-plugin
arch = i686
@@ -16,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.6/xfce4-sntray-plugin-0.4.6.tar.gz
- sha256sums = 7b0044d0688c37074dd92706503512142024e6dc613bb865904d8b1015ac007b
+ source = https://github.com/rilian-la-te/xfce4-sntray-plugin/releases/download/0.4.7/xfce4-sntray-plugin-0.4.7.tar.gz
+ sha256sums = 9d220e6d7754b6911dac6c50e4e54f3b789dd00f2f7e374a1b9a51b2bcf2b476
pkgname = sntray-plugin-translations
pkgdesc = Translations for StatusNotifier Menu
diff --git a/PKGBUILD b/PKGBUILD
index be8840835b8e..1baa244ef5a4 100755
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -59,14 +59,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.6
+pkgver=0.4.7
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=('7b0044d0688c37074dd92706503512142024e6dc613bb865904d8b1015ac007b')
+sha256sums=('9d220e6d7754b6911dac6c50e4e54f3b789dd00f2f7e374a1b9a51b2bcf2b476')
build(){
cd "${srcdir}/${pkgbase}-${pkgver}"