summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorxiota2024-03-24 22:08:58 +0000
committerxiota2024-03-24 22:08:58 +0000
commit67dc96993c28ba96ee848b992ef7fa3c540be9da (patch)
treedbb08c8887554baab465cefbdb15aa2bd3362df4
parentb06d43f270eefa5397934f789b4e22d74f31fdcc (diff)
downloadaur-compiz-git.tar.gz
0.9.14.2.r6
-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')