summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorJoonas Henriksson2020-03-08 21:29:33 +0200
committerJoonas Henriksson2020-03-08 21:29:33 +0200
commitc02d51b3e34d5356abb54515ff991507084e488b (patch)
treeaa8b02a4c843b4f278ad6a7b81eccd6a560b9f81
parent862ce7635e9b38d037f21fc3c59cab3b2a51a12a (diff)
downloadaur-c02d51b3e34d5356abb54515ff991507084e488b.tar.gz
Bump gnome-shell version for 3.36
-rw-r--r--.SRCINFO2
-rw-r--r--PKGBUILD6
2 files changed, 4 insertions, 4 deletions
diff --git a/.SRCINFO b/.SRCINFO
index a4fbf8a95e45..63884bb54ecb 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,6 +1,6 @@
pkgbase = arc-gtk-theme-jnsh-git
pkgdesc = A flat theme suite with transparent elements. Fork maintained by jnsh.
- pkgver = r988.7991991
+ pkgver = r1022.c1f2175
pkgrel = 1
url = https://github.com/jnsh/arc-theme
arch = any
diff --git a/PKGBUILD b/PKGBUILD
index 6fe6ead8db5c..8074d858fea7 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -3,7 +3,7 @@
pkgbase=arc-gtk-theme-jnsh-git
_pkgname=arc-theme
pkgname=('arc-gtk-theme-jnsh-git' 'arc-solid-gtk-theme-jnsh-git')
-pkgver=r988.7991991
+pkgver=r1022.c1f2175
pkgrel=1
pkgdesc="A flat theme suite with transparent elements. Fork maintained by jnsh."
arch=('any')
@@ -24,7 +24,7 @@ build() {
cd "${_pkgname}"
./autogen.sh --prefix=/usr \
--with-cinnamon=4.4 \
- --with-gnome-shell=3.34 \
+ --with-gnome-shell=3.36 \
--with-gtk3=3.24
make
@@ -34,7 +34,7 @@ build() {
cd "${_pkgname}-solid"
./autogen.sh --prefix=/usr \
--with-cinnamon=4.4 \
- --with-gnome-shell=3.34 \
+ --with-gnome-shell=3.36 \
--with-gtk3=3.24 \
--disable-transparency
make