summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorGreenRaccoon232016-11-15 23:14:50 -0600
committerGreenRaccoon232016-11-15 23:14:50 -0600
commite33bca96e9174e0c99443da67ccb356d111faa82 (patch)
tree9f364c957200257c2ba4f0897c2f0ec310623e51
parentfe1834d353c8dd2f5918344579cac21cd1217cdc (diff)
downloadaur-e33bca96e9174e0c99443da67ccb356d111faa82.tar.gz
Major bug fix: discolored icons due to lack of semaphore
-rwxr-xr-x.SRCINFO6
-rwxr-xr-xPKGBUILD4
2 files changed, 5 insertions, 5 deletions
diff --git a/.SRCINFO b/.SRCINFO
index ac19087507f8..b2cea8a3a7b9 100755
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,8 +1,8 @@
# Generated by mksrcinfo v8
-# Wed Nov 16 05:10:30 UTC 2016
+# Wed Nov 16 05:14:49 UTC 2016
pkgbase = archdroid-icon-theme
pkgdesc = Port of Android 5/6 (Lollipop/Marshmallow)'s material design icons to Arch.
- pkgver = r21.bdfd45d
+ pkgver = r22.fe1834d
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/bdfd45d49db352ffab9073f46596258de50af5f4/archdroid-icon-theme.tar.xz
+ source = https://raw.githubusercontent.com/GreenRaccoon23/archdroid-icon-theme/fe1834d353c8dd2f5918344579cac21cd1217cdc/archdroid-icon-theme.tar.xz
md5sums = 6cb875b80d51f9a26eb05db7f9779011
pkgname = archdroid-icon-theme
diff --git a/PKGBUILD b/PKGBUILD
index d60e024c20fa..5e0eb66e5c34 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=r21.bdfd45d
+pkgver=r22.fe1834d
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="bdfd45d49db352ffab9073f46596258de50af5f4"
+_commit="fe1834d353c8dd2f5918344579cac21cd1217cdc"
# 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")