summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorGreenRaccoon232016-11-15 18:19:43 -0600
committerGreenRaccoon232016-11-15 18:19:43 -0600
commit0e42cf8b7243a7ff21813208b8a433ff81c91b49 (patch)
tree85c6ced101465b6bf4c45189fadcf2a678dad53c
parentcbc380ea6e32be220fd94e3ac629a85b567831e0 (diff)
downloadaur-0e42cf8b7243a7ff21813208b8a433ff81c91b49.tar.gz
Triggering pacaur to update cache
-rwxr-xr-x.SRCINFO4
-rwxr-xr-xPKGBUILD14
2 files changed, 9 insertions, 9 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 85af8e9291ef..3bdacda21292 100755
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,8 +1,8 @@
# Generated by mksrcinfo v8
-# Sat Nov 5 07:42:17 UTC 2016
+# Wed Nov 16 00:19:43 UTC 2016
pkgbase = archdroid-icon-theme-git
pkgdesc = Port of Android 5/6 (Lollipop/Marshmallow)'s material design icons to Arch.
- pkgver = r114.ce01a58
+ pkgver = r116.6c24461
pkgrel = 1
url = https://github.com/GreenRaccoon23/archdroid-icon-theme
install = archdroid-icon-theme.install
diff --git a/PKGBUILD b/PKGBUILD
index d64f2a93a82f..4739e7a0517a 100755
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -15,7 +15,7 @@
# In other words, download 'archdroid-icon-theme' instead of this package,
# unless you have a specific reason otherwise
# (e.g., 'archdroid-icon-theme' doesn't download correctly).
-#
+#
# Since this theme is comprised of svg images, it uses local fonts.
# The few icons which display text require the Roboto font.
# If you do not have Roboto installed but want to install this theme anyway,
@@ -28,7 +28,7 @@
# will implement any additions you request.
pkgname=archdroid-icon-theme-git
-pkgver=r114.ce01a58
+pkgver=r116.6c24461
pkgrel=1
pkgdesc="Port of Android 5/6 (Lollipop/Marshmallow)'s material design icons to Arch."
arch=('any')
@@ -55,17 +55,17 @@ prepare() {
return;
fi;
- error "Required font 'Roboto' is not installed."
- error "Please install a font package which includes 'Roboto', such as:"
+ error "Required font 'Roboto' is not installed.";
+ error "Please install a font package which includes 'Roboto', such as:";
for e in ttf-roboto ttf-roboto-font ttf-google-fonts-git ttf-google-fonts-hg otf-google-fonts-hg; do
echo "${e}";
done;
return 1;
-}
+};
package() {
- msg2 "Installing ${pkgname%-*}..." ;
+ msg2 "Installing ${pkgname%-*}...";
cd "${pkgname%-*}/${pkgname%-*}";
install -dm 755 "${pkgdir}"/usr/share/icons/;
cp -drf --no-preserve='ownership' . "${pkgdir}"/usr/share/icons/;
-}
+};