summarylogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--.SRCINFO6
-rwxr-xr-xPKGBUILD4
2 files changed, 5 insertions, 5 deletions
diff --git a/.SRCINFO b/.SRCINFO
index e510d950e73b..6184d92afdc6 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,9 +1,9 @@
# Generated by mksrcinfo v8
-# Sat Aug 18 02:11:18 UTC 2018
+# Sat Aug 18 02:12:45 UTC 2018
pkgbase = generic-monitor-plugin-git
pkgdesc = Cyclically spawns a script/program, captures its output and displays the resulting string in the panel
pkgver = 5.0.0
- pkgrel = 1
+ pkgrel = 2
url = https://gitlab.com/vala-panel-project/xfce4-genmon-plugin
arch = i686
arch = x86_64
@@ -14,7 +14,7 @@ pkgbase = generic-monitor-plugin-git
makedepends = libpeas
makedepends = mate-panel
makedepends = xfce4-panel>=4.11.2
- makedepends = vala-panel-git
+ makedepends = vala-panel>=0.4.60
makedepends = budgie-desktop
source = git+https://gitlab.com/vala-panel-project/xfce4-genmon-plugin.git
source = git+https://gitlab.com/vala-panel-project/cmake-vala.git
diff --git a/PKGBUILD b/PKGBUILD
index 776127b037af..25795d9829eb 100755
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -38,7 +38,7 @@ fi
if (("${_disable_vala}" == 0));then
_opts+=(-DENABLE_VALAPANEL=ON)
pkgname+=('vala-panel-genmon-git')
- makedepends+=('vala-panel-git')
+ makedepends+=('vala-panel>=0.4.60')
msg "Vala Panel applet enabled"
else
_opts+=(-DENABLE_VALAPANEL=OFF)
@@ -61,7 +61,7 @@ _pkgbase=xfce4-genmon-plugin
_cmakename=cmake-vala
_dbusmenuname=vala-dbusmenu
pkgver=5.0.0
-pkgrel=1
+pkgrel=2
pkgdesc="Cyclically spawns a script/program, captures its output and displays the resulting string in the panel"
url="https://gitlab.com/vala-panel-project/xfce4-genmon-plugin"
arch=('i686' 'x86_64')