summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorFlorian Dejonckheere2016-03-29 09:33:52 +0200
committerFlorian Dejonckheere2016-03-29 09:33:52 +0200
commit73459f8f5c6be732f217c3ae06790d8a18fda9ed (patch)
treeffc3778f72dcbcc8b52304f8562922fb4b21a0ac
parent944661d4344aedd6d2e12d61eddaf654841f5476 (diff)
downloadaur-73459f8f5c6be732f217c3ae06790d8a18fda9ed.tar.gz
Update compizconfig-python to 0.8.12
-rw-r--r--.SRCINFO11
-rw-r--r--PKGBUILD9
2 files changed, 11 insertions, 9 deletions
diff --git a/.SRCINFO b/.SRCINFO
index b359d2d9f5c7..1a345656e801 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,15 +1,18 @@
+# Generated by mksrcinfo v8
+# Tue Mar 29 07:33:26 UTC 2016
pkgbase = compizconfig-python
pkgdesc = Compizconfig bindings for python
- pkgver = 0.8.10
+ pkgver = 0.8.12
pkgrel = 1
url = http://opencompositing.org
arch = i686
arch = x86_64
license = GPL
+ makedepends = cython
makedepends = intltool
makedepends = pkgconfig
makedepends = pyrex
- depends = compiz-core>=0.8.10
+ depends = compiz-core>=0.8.12
depends = libcompizconfig
depends = glib2
depends = python2
@@ -18,8 +21,8 @@ pkgbase = compizconfig-python
depends = libxdamage
conflicts = compizconfig-python-git
options = !libtool
- source = http://www.northfield.ws/projects/compiz/releases/0.8.10/compizconfig-python.tar.gz
- md5sums = 83040ae44d6c558e02a07ac233424644
+ source = http://www.northfield.ws/projects/compiz/releases/0.8.12/compizconfig-python.tar.xz
+ md5sums = 22a7345a395e9fb477eeec7a525b6a47
pkgname = compizconfig-python
diff --git a/PKGBUILD b/PKGBUILD
index dfc18295f21f..d7d6ae14a8e0 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -4,23 +4,22 @@
# Contributor: nesl247 <nesl247@gmail.com>
pkgname=compizconfig-python
-pkgver=0.8.10
+pkgver=0.8.12
pkgrel=1
pkgdesc="Compizconfig bindings for python"
arch=('i686' 'x86_64')
url="http://opencompositing.org"
license=('GPL')
depends=("compiz-core>=${pkgver}" 'libcompizconfig' 'glib2' 'python2' 'libxrandr' 'libsm' 'libxdamage')
-makedepends=('intltool' 'pkgconfig' 'pyrex')
+makedepends=('cython' 'intltool' 'pkgconfig' 'pyrex')
options=('!libtool')
conflicts=('compizconfig-python-git')
-source=("http://www.northfield.ws/projects/compiz/releases/${pkgver}/${pkgname}.tar.gz")
-md5sums=('83040ae44d6c558e02a07ac233424644')
+source=("http://www.northfield.ws/projects/compiz/releases/${pkgver}/${pkgname}.tar.xz")
+md5sums=('22a7345a395e9fb477eeec7a525b6a47')
build()
{
cd "${srcdir}/${pkgname}"
- ./autogen.sh
PYTHON=python2 ./configure --prefix=/usr
make
}