summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
authorGreenRaccoon232016-11-15 23:08:08 -0600
committerGreenRaccoon232016-11-15 23:08:08 -0600
commit5feb2f7cbde048f554ef2a5a3f15ed9eabd34450 (patch)
tree53b1dcc4e773c6f00a3b70531f6311491c3ca459 /PKGBUILD
parent52120e13f434bc982c136714d03e886f639a6156 (diff)
downloadaur-5feb2f7cbde048f554ef2a5a3f15ed9eabd34450.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 74a902072638..0036fed7944e 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=r18.bf05638
+pkgver=r19.52120e1
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="bf05638c4fff862b58ca0f203140ae7d31a872c0"
+_commit="52120e13f434bc982c136714d03e886f639a6156"
# 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")