summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
authorShadowKyogre2017-04-27 11:59:49 -0700
committerShadowKyogre2017-04-27 11:59:49 -0700
commitbfac73cfcb425723b2414cdebc886199858a4e40 (patch)
tree48249b20a2095363bfa27caed5696a1f75bae9de /PKGBUILD
parent3c6e68abae81bec0405175a03dfcf0f543fde9ae (diff)
downloadaur-bfac73cfcb425723b2414cdebc886199858a4e40.tar.gz
Fix copypasted depend for compiz-gtk
That came from copypasting the function from the -git package
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')