summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorShadowKyogre2017-04-27 11:59:49 -0700
committerShadowKyogre2017-04-27 11:59:49 -0700
commitbfac73cfcb425723b2414cdebc886199858a4e40 (patch)
tree48249b20a2095363bfa27caed5696a1f75bae9de
parent3c6e68abae81bec0405175a03dfcf0f543fde9ae (diff)
downloadaur-bfac73cfcb425723b2414cdebc886199858a4e40.tar.gz
Fix copypasted depend for compiz-gtk
That came from copypasting the function from the -git package
-rw-r--r--.SRCINFO4
-rw-r--r--PKGBUILD4
2 files changed, 4 insertions, 4 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 7c5710d3c4a1..519a77eadfb7 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,5 +1,5 @@
# Generated by mksrcinfo v8
-# Wed Apr 26 20:45:35 UTC 2017
+# Thu Apr 27 18:59:13 UTC 2017
pkgbase = compiz-core
pkgdesc = This is the latest stable release of Compiz without DE deps
pkgver = 0.8.14
@@ -41,7 +41,7 @@ pkgname = compiz-gtk
depends = libsm
depends = libxcomposite
depends = libxinerama
- depends = compiz-core-git
+ depends = compiz-core
depends = marco
depends = marco-gtk2
depends = libwnck3
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')