summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorSamuel Walladge2016-06-15 16:19:57 +0930
committerSamuel Walladge2016-06-15 16:19:57 +0930
commit01d1b0312dac8b882f60899ec6cfdd46ae9c7035 (patch)
tree1789352b48324b5354c9607126ba7ee3bb941e13
parent2b2424b596f6e66a6aa4955e4de641e184dbb46b (diff)
downloadaur-01d1b0312dac8b882f60899ec6cfdd46ae9c7035.tar.gz
add wnck as dependency
-rw-r--r--.SRCINFO3
-rw-r--r--PKGBUILD2
2 files changed, 3 insertions, 2 deletions
diff --git a/.SRCINFO b/.SRCINFO
index b53aa884d2c0..357e0876bc9d 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,5 +1,5 @@
# Generated by mksrcinfo v8
-# Wed Jun 15 02:10:38 UTC 2016
+# Wed Jun 15 06:49:33 UTC 2016
pkgbase = clipster-git
pkgdesc = python clipboard manager
pkgver = 0.156.bac5833
@@ -9,6 +9,7 @@ pkgbase = clipster-git
license = AGPL
makedepends = git
depends = python-gobject
+ depends = libwnck3
provides = clipster
conflicts = clipster
source = clipster-git::git+https://github.com/mrichar1/clipster.git
diff --git a/PKGBUILD b/PKGBUILD
index 6156686412b6..a80d63d67928 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -8,7 +8,7 @@ pkgdesc="python clipboard manager"
arch=('any')
url="https://github.com/mrichar1/clipster"
license=('AGPL')
-depends=('python-gobject')
+depends=('python-gobject' 'libwnck3')
makedepends=('git')
source=("${pkgname}"::'git+https://github.com/mrichar1/clipster.git')
md5sums=('SKIP')