summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
authorGreenRaccoon232016-11-15 23:14:50 -0600
committerGreenRaccoon232016-11-15 23:14:50 -0600
commite33bca96e9174e0c99443da67ccb356d111faa82 (patch)
tree9f364c957200257c2ba4f0897c2f0ec310623e51 /PKGBUILD
parentfe1834d353c8dd2f5918344579cac21cd1217cdc (diff)
downloadaur-e33bca96e9174e0c99443da67ccb356d111faa82.tar.gz
Major bug fix: discolored icons due to lack of semaphore
Diffstat (limited to 'PKGBUILD')
-rwxr-xr-xPKGBUILD4
1 files changed, 2 insertions, 2 deletions
diff --git a/PKGBUILD b/PKGBUILD
index d60e024c20fa..5e0eb66e5c34 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=r21.bdfd45d
+pkgver=r22.fe1834d
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="bdfd45d49db352ffab9073f46596258de50af5f4"
+_commit="fe1834d353c8dd2f5918344579cac21cd1217cdc"
# 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")