summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorGreenRaccoon232016-11-15 23:19:33 -0600
committerGreenRaccoon232016-11-15 23:19:33 -0600
commit22038a0ef89c0032d98080afceeaaf56efd5e655 (patch)
treec7524310f88329cf21dff4e415b8fb0b49ad5929
parente33bca96e9174e0c99443da67ccb356d111faa82 (diff)
downloadaur-22038a0ef89c0032d98080afceeaaf56efd5e655.tar.gz
Logic fix in update script
-rwxr-xr-x.SRCINFO8
-rwxr-xr-xPKGBUILD6
2 files changed, 7 insertions, 7 deletions
diff --git a/.SRCINFO b/.SRCINFO
index b2cea8a3a7b9..d914017a8871 100755
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,8 +1,8 @@
# Generated by mksrcinfo v8
-# Wed Nov 16 05:14:49 UTC 2016
+# Wed Nov 16 05:19:33 UTC 2016
pkgbase = archdroid-icon-theme
pkgdesc = Port of Android 5/6 (Lollipop/Marshmallow)'s material design icons to Arch.
- pkgver = r22.fe1834d
+ pkgver = r23.e33bca9
pkgrel = 1
url = https://github.com/GreenRaccoon23/archdroid-icon-theme
install = archdroid-icon-theme.install
@@ -15,8 +15,8 @@ pkgbase = archdroid-icon-theme
conflicts = archdroid-icon-theme
conflicts = archdroid-icon-theme-git
options = !strip
- source = https://raw.githubusercontent.com/GreenRaccoon23/archdroid-icon-theme/fe1834d353c8dd2f5918344579cac21cd1217cdc/archdroid-icon-theme.tar.xz
- md5sums = 6cb875b80d51f9a26eb05db7f9779011
+ source = https://raw.githubusercontent.com/GreenRaccoon23/archdroid-icon-theme/898abd1f0f4d61ab16a4748202320c826ae85a5f/archdroid-icon-theme.tar.xz
+ md5sums = 879c681096234d96a748ff3d7d53aea5
pkgname = archdroid-icon-theme
diff --git a/PKGBUILD b/PKGBUILD
index 5e0eb66e5c34..e51411051efb 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=r22.fe1834d
+pkgver=r23.e33bca9
pkgrel=1
pkgdesc="Port of Android 5/6 (Lollipop/Marshmallow)'s material design icons to Arch."
arch=('any')
@@ -33,11 +33,11 @@ provides=("${pkgname}")
conflicts=("${pkgname}" "${pkgname}-git")
options=('!strip')
install="${pkgname}.install"
-_commit="fe1834d353c8dd2f5918344579cac21cd1217cdc"
+_commit="898abd1f0f4d61ab16a4748202320c826ae85a5f"
# 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")
-md5sums=("6cb875b80d51f9a26eb05db7f9779011")
+md5sums=("879c681096234d96a748ff3d7d53aea5")
prepare() {
if fc-list | grep Roboto >/dev/null; then