summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorKonstantin2018-07-08 03:32:24 +0300
committerKonstantin2018-07-08 03:32:24 +0300
commitf6abf4790433c3d07ff8c71d3695b4a09584e897 (patch)
tree1511f055dda6989668d465fb36104d94a5feff4d
parent70cc58481d55bc1234d2c219e431d5c68518756a (diff)
downloadaur-f6abf4790433c3d07ff8c71d3695b4a09584e897.tar.gz
Version bump
-rwxr-xr-x.SRCINFO8
-rwxr-xr-xPKGBUILD10
2 files changed, 6 insertions, 12 deletions
diff --git a/.SRCINFO b/.SRCINFO
index d57b6021cf64..22dd05b451a3 100755
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,9 +1,9 @@
# Generated by mksrcinfo v8
-# Wed Jun 6 22:10:30 UTC 2018
+# Sun Jul 8 00:32:08 UTC 2018
pkgbase = vala-panel-sntray-git
pkgdesc = Plugin for xfce4-panel and vala-panel to show StatusNotifierItems (AppIndicators) via FlowBox
- pkgver = 0.4.9
- pkgrel = 3
+ pkgver = 0.4.10
+ pkgrel = 1
url = https://gitlab.com/vala-panel-project/xfce4-sntray-plugin
arch = i686
arch = x86_64
@@ -18,8 +18,6 @@ pkgbase = vala-panel-sntray-git
makedepends = budgie-desktop
source = git+https://gitlab.com/vala-panel-project/xfce4-sntray-plugin.git
source = git+https://gitlab.com/vala-panel-project/cmake-vala.git
- source = git+https://gitlab.com/vala-panel-project/vala-dbusmenu.git
- sha256sums = SKIP
sha256sums = SKIP
sha256sums = SKIP
diff --git a/PKGBUILD b/PKGBUILD
index 029e75cc8cc2..d5e3d737b1d8 100755
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -60,17 +60,15 @@ pkgbase=vala-panel-sntray-git
_pkgbase=xfce4-sntray-plugin
_cmakename=cmake-vala
_dbusmenuname=vala-dbusmenu
-pkgver=0.4.9
-pkgrel=3
+pkgver=0.4.10
+pkgrel=1
pkgdesc="Plugin for xfce4-panel and vala-panel to show StatusNotifierItems (AppIndicators) via FlowBox"
url="https://gitlab.com/vala-panel-project/xfce4-sntray-plugin"
arch=('i686' 'x86_64')
license=('LGPL')
source=("git+https://gitlab.com/vala-panel-project/${_pkgbase}.git"
- "git+https://gitlab.com/vala-panel-project/${_cmakename}.git"
- "git+https://gitlab.com/vala-panel-project/${_dbusmenuname}.git")
+ "git+https://gitlab.com/vala-panel-project/${_cmakename}.git")
sha256sums=('SKIP'
- 'SKIP'
'SKIP')
pkgver() {
@@ -84,8 +82,6 @@ pkgver() {
prepare() {
cd "${srcdir}/${_cmakename}"
cp -r . "${srcdir}/${_pkgbase}/cmake/vala"
- cd "${srcdir}/${_dbusmenuname}"
- cp -r . "${srcdir}/${_pkgbase}/src/dbusmenu"
}
build(){