summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorCharles Bos2019-02-16 22:49:48 +0000
committerCharles Bos2019-02-16 22:49:48 +0000
commit31966d36dd113a165e68109750d82fa6c36a5903 (patch)
tree165cfc26296b715b4d1459a8d2e47f6c179ee553
parente590586282972a31302ce37fc84c73c3ae8c5ba3 (diff)
downloadaur-31966d36dd113a165e68109750d82fa6c36a5903.tar.gz
Add missed makedep cython
-rw-r--r--.SRCINFO3
-rw-r--r--PKGBUILD4
2 files changed, 4 insertions, 3 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 4b02462b9c6b..a3bca9598560 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,7 +1,7 @@
pkgbase = compiz
pkgdesc = Composite manager for Aiglx and Xgl, with plugins and CCSM
pkgver = 0.9.14.0
- pkgrel = 1
+ pkgrel = 2
url = https://launchpad.net/compiz
arch = i686
arch = x86_64
@@ -11,6 +11,7 @@ pkgbase = compiz
makedepends = boost
makedepends = cmake
makedepends = intltool
+ makedepends = cython
depends = boost-libs
depends = xorg-server
depends = fuse2
diff --git a/PKGBUILD b/PKGBUILD
index cb59f28e23c7..4e61128963b1 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -6,13 +6,13 @@
pkgname=compiz
pkgver=0.9.14.0
-pkgrel=1
+pkgrel=2
pkgdesc="Composite manager for Aiglx and Xgl, with plugins and CCSM"
arch=('i686' 'x86_64')
url="https://launchpad.net/compiz"
license=('GPL' 'LGPL' 'MIT')
depends=('boost-libs' 'xorg-server' 'fuse2' 'glibmm' 'libwnck3' 'python-gobject' 'python-cairo' 'protobuf' 'metacity' 'glu')
-makedepends=('boost' 'cmake' 'intltool')
+makedepends=('boost' 'cmake' 'intltool' 'cython')
optdepends=(
'xorg-xprop: grab various window properties for use in window matching rules'
)