summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
authorKonstantin2019-01-22 19:14:31 +0300
committerKonstantin2019-01-22 19:14:31 +0300
commitf02ac7b26d903450822a48352d91c79224222dcf (patch)
treee3a946e94ab52a188e35794b73fddf6873360732 /PKGBUILD
parent5cd512a7efdf156e694cde361a1199ad5c83a8cd (diff)
downloadaur-f02ac7b26d903450822a48352d91c79224222dcf.tar.gz
Correct libwnck3 dep
Diffstat (limited to 'PKGBUILD')
-rwxr-xr-xPKGBUILD4
1 files changed, 2 insertions, 2 deletions
diff --git a/PKGBUILD b/PKGBUILD
index 784380340a83..1539f8a6738a 100755
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -15,7 +15,7 @@ pkgbase=vala-panel-applets-gpl-git
_pkgbase=vala-panel-applets-gpl
_cmakename=cmake-vala
pkgver=r9.875f24f
-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/vala-panel-applets-gpl"
arch=('i686' 'x86_64')
@@ -53,7 +53,7 @@ package_vala-panel-applets-xembed-git(){
package_vala-panel-applets-icontasks-git(){
pkgdesc="Budgie's icontasks for vala-panel"
- depends=('gtk3' 'vala-panel>=0.4.62' 'libwnck')
+ depends=('gtk3' 'vala-panel>=0.4.62' 'libwnck3')
cd "${srcdir}/${_pkgbase}"
make -C "icontasks" DESTDIR="${pkgdir}" install
}