summarylogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--.SRCINFO6
-rw-r--r--PKGBUILD6
2 files changed, 6 insertions, 6 deletions
diff --git a/.SRCINFO b/.SRCINFO
index b61070227b35..1ab6e7244abe 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,9 +1,9 @@
# Generated by mksrcinfo v8
-# Tue Apr 4 20:03:53 UTC 2017
+# Mon Apr 10 16:46:06 UTC 2017
pkgbase = compiz-core-git
pkgdesc = This is the latest git release of Compiz without DE deps
pkgver = 0.8.12.3.r84.g20335d7d
- pkgrel = 1
+ pkgrel = 2
url = https://github.com/compiz-reloaded/compiz
arch = i686
arch = x86_64
@@ -57,8 +57,8 @@ pkgname = compiz-gtk-git
depends = libxcomposite
depends = libxinerama
depends = compiz-core-git
- depends = marco-gtk2
depends = marco
+ depends = marco-gtk2
depends = libwnck3
depends = libwnck
provides = compiz-gtk=0.8.12.3.r84.g20335d7d
diff --git a/PKGBUILD b/PKGBUILD
index 6763c2663601..de8f02d05620 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -13,7 +13,7 @@ _upstream="compiz"
pkgbase=compiz-core-git
pkgname=(compiz-core-git compiz-gtk-git)
pkgver=0.8.12.3.r84.g20335d7d
-pkgrel=1
+pkgrel=2
pkgdesc="This is the latest git release of Compiz without DE deps"
url="https://github.com/compiz-reloaded/${_upstream}"
license=('GPL' 'LGPL' 'MIT')
@@ -113,9 +113,9 @@ package_compiz-gtk-git()
depends+=('compiz-core-git')
#separating libmarco-private would be nice, but this is a workaround for now
if (("${_use_marco}" == 1));then
- depends+=('marco-gtk2')
- elif (("${_use_marco}" == 2));then
depends+=('marco')
+ elif (("${_use_marco}" == 2));then
+ depends+=('marco-gtk2')
fi
if (( "${_use_gtk3}" >= 1 ));then