summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorkillermoehre2015-08-03 22:18:17 +0200
committerkillermoehre2015-08-03 22:18:17 +0200
commit3842ab958dbf09304e016f2def3e5915199d6c69 (patch)
tree71865c0baed1ce301be4363f1f736973ca3ce6fb
parentd62ecc86b7ed042b4bc74fa4f05b9d692e4146d0 (diff)
downloadaur-3842ab958dbf09304e016f2def3e5915199d6c69.tar.gz
changed dependency from libwnck to libwnck3
-rw-r--r--.SRCINFO4
-rw-r--r--PKGBUILD4
2 files changed, 4 insertions, 4 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 62b33c8cc64d..439356061283 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,6 +1,6 @@
pkgbase = xfce4-hotcorner-plugin-git
pkgdesc = Provides an easy way to set up hot corners in the Xfce desktop environment
- pkgver = 0.0.1.r0.g8faf057
+ pkgver = 0.0.2.r1.g996f76a
pkgrel = 1
url = https://github.com/brianhsu/xfce4-hotcorner-plugin
install = xfce4-hotcorner-plugin.install
@@ -12,7 +12,7 @@ pkgbase = xfce4-hotcorner-plugin-git
makedepends = xfce4-dev-tools
makedepends = git
depends = xfce4-panel
- depends = libwnck
+ depends = libwnck3
conflicts = xfce4-hotcorner-plugin
source = xfce4-hotcorner-plugin::git+https://github.com/brianhsu/xfce4-hotcorner-plugin.git
sha256sums = SKIP
diff --git a/PKGBUILD b/PKGBUILD
index dea490864b52..66eef2d51d4b 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -2,14 +2,14 @@
_pkgname=xfce4-hotcorner-plugin
pkgname="${_pkgname}-git"
-pkgver=0.0.1.r0.g8faf057
+pkgver=0.0.2.r1.g996f76a
pkgrel=1
pkgdesc="Provides an easy way to set up hot corners in the Xfce desktop environment"
arch=('i686' 'x86_64')
license=('GPL2')
url="https://github.com/brianhsu/xfce4-hotcorner-plugin"
groups=("xfce4")
-depends=('xfce4-panel' 'libwnck')
+depends=('xfce4-panel' 'libwnck3')
makedepends=('cmake' 'xfce4-dev-tools' 'git')
provides=("${_pgname}")
conflicts=("${_pkgname}")