summarylogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--.SRCINFO4
-rw-r--r--PKGBUILD5
2 files changed, 5 insertions, 4 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 49ca7b2243b8..b02aefb5256b 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,7 +1,7 @@
pkgbase = compiz-git
pkgdesc = Composite manager for Aiglx and Xgl, with plugins and CCSM
- pkgver = 0.9.14.2.r0.g12aca685
- pkgrel = 2
+ pkgver = 0.9.14.2.r6.g275e8550
+ pkgrel = 1
url = https://launchpad.net/compiz
arch = i686
arch = x86_64
diff --git a/PKGBUILD b/PKGBUILD
index 6a305b957325..41800fb95e42 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -5,13 +5,14 @@
## options
: ${_build_git:=true}
+unset _pkgtype
[[ "${_build_git::1}" == "t" ]] && _pkgtype+="-git"
## basic info
_pkgname='compiz'
pkgname="$_pkgname${_pkgtype:-}"
-pkgver=0.9.14.2.r0.g12aca685
-pkgrel=2
+pkgver=0.9.14.2.r6.g275e8550
+pkgrel=1
pkgdesc="Composite manager for Aiglx and Xgl, with plugins and CCSM"
url="https://launchpad.net/compiz"
arch=('i686' 'x86_64')