summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
authorGreenRaccoon232016-11-15 23:10:30 -0600
committerGreenRaccoon232016-11-15 23:10:30 -0600
commitfe1834d353c8dd2f5918344579cac21cd1217cdc (patch)
tree6d9f18ec9a344ef7c40d9d239da36778e65136ff /PKGBUILD
parentbdfd45d49db352ffab9073f46596258de50af5f4 (diff)
downloadaur-fe1834d353c8dd2f5918344579cac21cd1217cdc.tar.gz
Minor bug 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 6d153229d475..d60e024c20fa 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=r20.5feb2f7
+pkgver=r21.bdfd45d
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="5feb2f7cbde048f554ef2a5a3f15ed9eabd34450"
+_commit="bdfd45d49db352ffab9073f46596258de50af5f4"
# 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")