summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorKonstantin2017-05-18 00:09:03 +0300
committerKonstantin2017-05-18 00:09:03 +0300
commite24eb8b8d66dc8939f4de9a1617d9a44c6f11e0a (patch)
treeaa605941b3aa4e9742deb5d9426e60efb3a869d6
parentb39a60d2e1228bd8dadf9d5c6b0d50d6b64d1588 (diff)
downloadaur-e24eb8b8d66dc8939f4de9a1617d9a44c6f11e0a.tar.gz
Hotfix
-rw-r--r--.SRCINFO8
-rwxr-xr-xPKGBUILD4
2 files changed, 6 insertions, 6 deletions
diff --git a/.SRCINFO b/.SRCINFO
index ab3e176f77d2..939bf74bfe34 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,8 +1,8 @@
# Generated by mksrcinfo v8
-# Wed May 17 18:43:23 UTC 2017
+# Wed May 17 21:08:51 UTC 2017
pkgbase = xfce4-sntray-plugin
pkgdesc = Plugin for xfce4-panel and vala-panel to show StatusNotifierItems (AppIndicators) via FlowBox
- pkgver = 0.4.5
+ pkgver = 0.4.6
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.5/xfce4-sntray-plugin-0.4.5.tar.gz
- sha256sums = ff8268f817d6776cfa5899c2fe59cab970a83d83a12e76a9ce78f7a131a751b0
+ 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
pkgname = sntray-plugin-translations
pkgdesc = Translations for StatusNotifier Menu
diff --git a/PKGBUILD b/PKGBUILD
index 10c03648f5eb..be8840835b8e 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.5
+pkgver=0.4.6
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=('ff8268f817d6776cfa5899c2fe59cab970a83d83a12e76a9ce78f7a131a751b0')
+sha256sums=('7b0044d0688c37074dd92706503512142024e6dc613bb865904d8b1015ac007b')
build(){
cd "${srcdir}/${pkgbase}-${pkgver}"