summarylogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--.SRCINFO6
-rw-r--r--PKGBUILD4
2 files changed, 5 insertions, 5 deletions
diff --git a/.SRCINFO b/.SRCINFO
index ab2430bf45b0..1a29e88e6a63 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,9 +1,9 @@
# Generated by mksrcinfo v8
-# Mon Mar 28 16:27:03 UTC 2016
+# Mon Mar 28 20:29:33 UTC 2016
pkgbase = ccsm-git
pkgdesc = Compizconfig Settings Manager in Python2
pkgver = 0.8.12.2.r0.gef02e91
- pkgrel = 1
+ pkgrel = 2
url = https://github.com/compiz-reloaded/ccsm
install = ccsm.install
arch = any
@@ -13,7 +13,7 @@ pkgbase = ccsm-git
license = GPL
makedepends = intltool
depends = compizconfig-python-git
- depends = gobject-introspection
+ depends = python2-gobject
optdepends = compiz-gtk-standalone: option 1
optdepends = compiz-core: option 2
provides = ccsm=0.8.12.2.r0.gef02e91
diff --git a/PKGBUILD b/PKGBUILD
index 476205e08952..7361eeeb80f4 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -5,12 +5,12 @@
pkgname=ccsm-git
pkgver=0.8.12.2.r0.gef02e91
-pkgrel=1
+pkgrel=2
pkgdesc="Compizconfig Settings Manager in Python2"
arch=('any')
url="https://github.com/compiz-reloaded/ccsm"
license=('GPL')
-depends=("compizconfig-python-git" 'gobject-introspection')
+depends=("compizconfig-python-git" 'python2-gobject')
makedepends=('intltool')
optdepends=('compiz-gtk-standalone: option 1' 'compiz-core: option 2')
groups=('compiz-fusion' 'compiz-fusion-gtk' 'compiz-fusion-kde')