summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorKonstantin2019-01-22 19:16:43 +0300
committerKonstantin2019-01-22 19:16:43 +0300
commitae27f29ec819905cb070160573917c6f07056563 (patch)
tree10a5a462d46036d2900acfc9081f4e30b16acfb5
parentf02ac7b26d903450822a48352d91c79224222dcf (diff)
downloadaur-ae27f29ec819905cb070160573917c6f07056563.tar.gz
Correct libwnck3 makedep
-rw-r--r--.SRCINFO6
-rwxr-xr-xPKGBUILD4
2 files changed, 5 insertions, 5 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 475ca81ac1fc..313f087bf36d 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,9 +1,9 @@
# Generated by mksrcinfo v8
-# Tue Jan 22 16:14:14 UTC 2019
+# Tue Jan 22 16:16:31 UTC 2019
pkgbase = vala-panel-applets-gpl-git
pkgdesc = Cyclically spawns a script/program, captures its output and displays the resulting string in the panel
pkgver = r9.875f24f
- pkgrel = 2
+ pkgrel = 3
url = https://gitlab.com/vala-panel-project/vala-panel-applets-gpl
arch = i686
arch = x86_64
@@ -12,7 +12,7 @@ pkgbase = vala-panel-applets-gpl-git
makedepends = vala
makedepends = gtk3
makedepends = vala-panel>=0.4.62
- makedepends = libwnck
+ makedepends = libwnck3
source = git+https://gitlab.com/vala-panel-project/vala-panel-applets-gpl.git
source = git+https://gitlab.com/vala-panel-project/cmake-vala.git
sha256sums = SKIP
diff --git a/PKGBUILD b/PKGBUILD
index 1539f8a6738a..f77c6ec995a3 100755
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -6,7 +6,7 @@ _opts=(
-DCMAKE_INSTALL_LIBEXECDIR=lib
)
-makedepends=('cmake' 'vala' 'gtk3' 'vala-panel>=0.4.62' 'libwnck')
+makedepends=('cmake' 'vala' 'gtk3' 'vala-panel>=0.4.62' 'libwnck3')
pkgname=(
'vala-panel-applets-xembed-git'
'vala-panel-applets-icontasks-git'
@@ -15,7 +15,7 @@ pkgbase=vala-panel-applets-gpl-git
_pkgbase=vala-panel-applets-gpl
_cmakename=cmake-vala
pkgver=r9.875f24f
-pkgrel=2
+pkgrel=3
pkgdesc="Cyclically spawns a script/program, captures its output and displays the resulting string in the panel"
url="https://gitlab.com/vala-panel-project/vala-panel-applets-gpl"
arch=('i686' 'x86_64')