summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorJoey Sabey2020-08-16 19:43:42 +0100
committerJoey Sabey2020-08-16 19:43:42 +0100
commit877062e7e5e76c93bc81c12f9c7f7854f158bb91 (patch)
treef192f9578d365d67eba74c6badf9715ff88d1693
parent01dec84fa473b554c3b79802fca0ace804d01226 (diff)
downloadaur-877062e7e5e76c93bc81c12f9c7f7854f158bb91.tar.gz
Update _gnomeversion, and add similar _cinnamonversion to work properly with new upstream arc-theme
-rw-r--r--PKGBUILD9
1 files changed, 5 insertions, 4 deletions
diff --git a/PKGBUILD b/PKGBUILD
index cb6081597cdc..d2dba0c7d40c 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -5,10 +5,11 @@
pkgname=gtk-theme-solarc-git
_pkgname=solarc-theme
_pkgauthor=schemar
-_gnomeversion=3.34
-pkgver=843.6935459
+_cinnamonversion=4.6.6
+_gnomeversion=3.36
+pkgver=848.ee3ca40
pkgrel=1
-pkgdesc="A flat theme with transparent elements. Based on the Arc theme: https://github.com/arc-design/arc-theme"
+pkgdesc="A flat theme with transparent elements. Based on the Arc theme: https://github.com/jnsh/arc-theme"
arch=('any')
url="https://github.com/${_pkgauthor}/${_pkgname}"
license=('GPL3')
@@ -29,7 +30,7 @@ build() {
./solarize.sh
export _arcdir=$(ls | grep "arc-theme-" | tail -1)
cd "${_arcdir}"
- ./autogen.sh --prefix=/usr --with-gnome-shell=${_gnomeversion}
+ ./autogen.sh --prefix=/usr --with-gnome-shell=${_gnomeversion} --with-cinnamon=${_cinnamonversion}
make
}