summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
authorGreenRaccoon232016-11-15 23:24:24 -0600
committerGreenRaccoon232016-11-15 23:24:24 -0600
commit8d5657ad22caf17aaa94c869a6de850dd1ac8a9a (patch)
tree9c8983c3e736cb3e41501d0f9709b2494101fa05 /PKGBUILD
parent22038a0ef89c0032d98080afceeaaf56efd5e655 (diff)
downloadaur-8d5657ad22caf17aaa94c869a6de850dd1ac8a9a.tar.gz
Logic fix in update script
Diffstat (limited to 'PKGBUILD')
-rwxr-xr-xPKGBUILD4
1 files changed, 2 insertions, 2 deletions
diff --git a/PKGBUILD b/PKGBUILD
index e51411051efb..a1f75ff676f9 100755
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -22,7 +22,7 @@
# comment out the `prepare()` function or insert a `return` at the top of it.
pkgname=archdroid-icon-theme
-pkgver=r23.e33bca9
+pkgver=r125.002bc3e
pkgrel=1
pkgdesc="Port of Android 5/6 (Lollipop/Marshmallow)'s material design icons to Arch."
arch=('any')
@@ -33,7 +33,7 @@ provides=("${pkgname}")
conflicts=("${pkgname}" "${pkgname}-git")
options=('!strip')
install="${pkgname}.install"
-_commit="898abd1f0f4d61ab16a4748202320c826ae85a5f"
+_commit="002bc3e36a13d6e4b1829185d465552bf54c903f"
# To revert to an older version, use an archive from here:
# https://github.com/GreenRaccoon23/archdroid-icon-theme/raw/master/bak
source=("https://raw.githubusercontent.com/GreenRaccoon23/${pkgname}/${_commit}/${pkgname}.tar.xz")