summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorGreenRaccoon232018-01-10 01:24:20 -0600
committerGreenRaccoon232018-01-10 01:24:20 -0600
commit469ba5f132b51f478c08144fd6ddd3936a8271ab (patch)
tree867e8a46dcc465f9580e5dd8f55fa40aa0aa8a38
parent981ea4d5542a453536a9848e83a19a6dcd14ed86 (diff)
downloadaur-469ba5f132b51f478c08144fd6ddd3936a8271ab.tar.gz
Lower timeout
-rwxr-xr-x.SRCINFO8
-rwxr-xr-xPKGBUILD6
2 files changed, 7 insertions, 7 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 052eb80c049a..02174989a7dd 100755
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,8 +1,8 @@
# Generated by mksrcinfo v8
-# Wed Nov 16 05:27:32 UTC 2016
+# Wed Jan 10 07:24:20 UTC 2018
pkgbase = archdroid-icon-theme
pkgdesc = Port of Android 5/6 (Lollipop/Marshmallow)'s material design icons to Arch.
- pkgver = r126.7029d80
+ pkgver = r130.1af20c7bc
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/7029d80d23b2d09689f57ab774c1e78c406e4979/archdroid-icon-theme.tar.xz
- md5sums = 0b1e5944a5a710adca2e4129a2b1f056
+ source = https://raw.githubusercontent.com/GreenRaccoon23/archdroid-icon-theme/1af20c7bc85d24ee1f4eba84e4219e4da98eb4ac/archdroid-icon-theme.tar.xz
+ md5sums = d64b070d1731eb4c57d4bc260257273e
pkgname = archdroid-icon-theme
diff --git a/PKGBUILD b/PKGBUILD
index 84f1aee6c466..035007add8e3 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=r126.7029d80
+pkgver=r130.1af20c7bc
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="7029d80d23b2d09689f57ab774c1e78c406e4979"
+_commit="1af20c7bc85d24ee1f4eba84e4219e4da98eb4ac"
# 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=("0b1e5944a5a710adca2e4129a2b1f056")
+md5sums=("d64b070d1731eb4c57d4bc260257273e")
prepare() {
if fc-list | grep Roboto >/dev/null; then