summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
authorGreenRaccoon232018-01-10 01:24:50 -0600
committerGreenRaccoon232018-01-10 01:24:50 -0600
commite574ee5e722f9d6cda68139cc43f24b479529aed (patch)
treeeec4220f1c6ec232519c593c676ef650feba64cd /PKGBUILD
parent469ba5f132b51f478c08144fd6ddd3936a8271ab (diff)
downloadaur-e574ee5e722f9d6cda68139cc43f24b479529aed.tar.gz
Fixed checksum check
Diffstat (limited to 'PKGBUILD')
-rwxr-xr-xPKGBUILD4
1 files changed, 2 insertions, 2 deletions
diff --git a/PKGBUILD b/PKGBUILD
index 035007add8e3..b4cfaa5a6dd3 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=r130.1af20c7bc
+pkgver=r131.5143e7847
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="1af20c7bc85d24ee1f4eba84e4219e4da98eb4ac"
+_commit="5143e7847d61ee4df177616ecae5e4b16bfb9d09"
# 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")