summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD4
1 files changed, 2 insertions, 2 deletions
diff --git a/PKGBUILD b/PKGBUILD
index 7abc0d79241f..081c57ba2781 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -15,7 +15,7 @@ _micro=""
pkgbase=compiz-core
pkgname=(compiz-core compiz-gtk)
pkgver="${_pkgver}${_micro}"
-pkgrel=4
+pkgrel=5
pkgdesc="This is the latest stable release of Compiz without DE deps"
url="https://github.com/compiz-reloaded/${_upstream}/"
license=('GPL' 'LGPL' 'MIT')
@@ -100,7 +100,7 @@ package_compiz-core() {
package_compiz-gtk()
{
#separating libmarco-private would be nice, but this is a workaround for now
- depends+=('compiz-core-git')
+ depends+=('compiz-core')
#separating libmarco-private would be nice, but this is a workaround for now
if (("${_use_marco}" == 1));then
depends+=('marco')