summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorGreenRaccoon232016-11-15 23:24:24 -0600
committerGreenRaccoon232016-11-15 23:24:24 -0600
commit8d5657ad22caf17aaa94c869a6de850dd1ac8a9a (patch)
tree9c8983c3e736cb3e41501d0f9709b2494101fa05
parent22038a0ef89c0032d98080afceeaaf56efd5e655 (diff)
downloadaur-8d5657ad22caf17aaa94c869a6de850dd1ac8a9a.tar.gz
Logic fix in update script
-rwxr-xr-x.SRCINFO6
-rwxr-xr-xPKGBUILD4
2 files changed, 5 insertions, 5 deletions
diff --git a/.SRCINFO b/.SRCINFO
index d914017a8871..f28af2851885 100755
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,8 +1,8 @@
# Generated by mksrcinfo v8
-# Wed Nov 16 05:19:33 UTC 2016
+# Wed Nov 16 05:24:24 UTC 2016
pkgbase = archdroid-icon-theme
pkgdesc = Port of Android 5/6 (Lollipop/Marshmallow)'s material design icons to Arch.
- pkgver = r23.e33bca9
+ pkgver = r125.002bc3e
pkgrel = 1
url = https://github.com/GreenRaccoon23/archdroid-icon-theme
install = archdroid-icon-theme.install
@@ -15,7 +15,7 @@ pkgbase = archdroid-icon-theme
conflicts = archdroid-icon-theme
conflicts = archdroid-icon-theme-git
options = !strip
- source = https://raw.githubusercontent.com/GreenRaccoon23/archdroid-icon-theme/898abd1f0f4d61ab16a4748202320c826ae85a5f/archdroid-icon-theme.tar.xz
+ source = https://raw.githubusercontent.com/GreenRaccoon23/archdroid-icon-theme/002bc3e36a13d6e4b1829185d465552bf54c903f/archdroid-icon-theme.tar.xz
md5sums = 879c681096234d96a748ff3d7d53aea5
pkgname = archdroid-icon-theme
diff --git a/PKGBUILD b/PKGBUILD
index e51411051efb..a1f75ff676f9 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=r23.e33bca9
+pkgver=r125.002bc3e
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="898abd1f0f4d61ab16a4748202320c826ae85a5f"
+_commit="002bc3e36a13d6e4b1829185d465552bf54c903f"
# 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")