summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorTony Lambiris2019-08-07 18:44:14 -0400
committerTony Lambiris2019-08-07 18:44:14 -0400
commit04cd56d199158cdc4ebcbc7b1a52c202ea91135e (patch)
treee35239b0abae61736cac67b8417f1e911d9398d7
parentbf971ad19b8dfdfe7fdc75c64ff9fb199fd383a7 (diff)
downloadaur-04cd56d199158cdc4ebcbc7b1a52c202ea91135e.tar.gz
Version bump, add asset render scripts
-rw-r--r--.SRCINFO2
-rw-r--r--PKGBUILD4
2 files changed, 3 insertions, 3 deletions
diff --git a/.SRCINFO b/.SRCINFO
index b0a55abee177..db64b7c832a6 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,6 +1,6 @@
pkgbase = juno-theme-git
pkgdesc = GTK themes inspired by epic vscode themes
- pkgver = r31.baa75b1
+ pkgver = r33.7ccc611
pkgrel = 1
url = https://github.com/EliverLara/Juno
arch = any
diff --git a/PKGBUILD b/PKGBUILD
index ec60708c1edc..8d55c395ef0a 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -2,7 +2,7 @@
pkgname=juno-theme-git
_pkgname=Juno
-pkgver=r31.baa75b1
+pkgver=r33.7ccc611
pkgrel=1
pkgdesc="GTK themes inspired by epic vscode themes"
arch=("any")
@@ -49,7 +49,7 @@ build() {
msg2 "Rendering assets, please wait"
pushd gtk-2.0
while read $line; do echo -n "."; done < \
- <(./render-assets.sh; ); echo
+ <(./render-assets.sh); echo
popd
pushd src