summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorKonstantin2017-05-17 21:43:50 +0300
committerKonstantin2017-05-17 21:43:50 +0300
commitb39a60d2e1228bd8dadf9d5c6b0d50d6b64d1588 (patch)
treec055da8f4fec6894ffca331fac096c2d717aefa3
parent0b0d8965b1688c9cba667f79adff96df4d09053c (diff)
downloadaur-b39a60d2e1228bd8dadf9d5c6b0d50d6b64d1588.tar.gz
Update to 0.4.5
-rw-r--r--.SRCINFO10
-rwxr-xr-xPKGBUILD6
2 files changed, 8 insertions, 8 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 3b97513ec559..ab3e176f77d2 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,9 +1,9 @@
# Generated by mksrcinfo v8
-# Mon May 8 13:49:57 UTC 2017
+# Wed May 17 18:43:23 UTC 2017
pkgbase = xfce4-sntray-plugin
pkgdesc = Plugin for xfce4-panel and vala-panel to show StatusNotifierItems (AppIndicators) via FlowBox
- pkgver = 0.4.4
- pkgrel = 3
+ pkgver = 0.4.5
+ pkgrel = 1
url = https://github.com/rilian-la-te/xfce4-sntray-plugin
arch = i686
arch = x86_64
@@ -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.4/xfce4-sntray-plugin-0.4.4.tar.gz
- sha256sums = aaba2ff88afa6f2e02f27ccaea310d6fa64af75cf6a81fc31cbb34addcd8022f
+ source = https://github.com/rilian-la-te/xfce4-sntray-plugin/releases/download/0.4.5/xfce4-sntray-plugin-0.4.5.tar.gz
+ sha256sums = ff8268f817d6776cfa5899c2fe59cab970a83d83a12e76a9ce78f7a131a751b0
pkgname = sntray-plugin-translations
pkgdesc = Translations for StatusNotifier Menu
diff --git a/PKGBUILD b/PKGBUILD
index f3ea64bcf21b..10c03648f5eb 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.4
-pkgrel=3
+pkgver=0.4.5
+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=('aaba2ff88afa6f2e02f27ccaea310d6fa64af75cf6a81fc31cbb34addcd8022f')
+sha256sums=('ff8268f817d6776cfa5899c2fe59cab970a83d83a12e76a9ce78f7a131a751b0')
build(){
cd "${srcdir}/${pkgbase}-${pkgver}"