summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorGreenRaccoon232016-06-03 03:24:35 -0500
committerGreenRaccoon232016-06-03 03:24:35 -0500
commit5937bd37b9f542c968314f55a3d24d18d04011ea (patch)
treedb051230b5eae407271de375f1efa0a3634cd15b
parent9c3501ba8e34bd52ccadb145368e8b155f564854 (diff)
downloadaur-5937bd37b9f542c968314f55a3d24d18d04011ea.tar.gz
pkdesc and comment updates
-rwxr-xr-xPKGBUILD15
1 files changed, 10 insertions, 5 deletions
diff --git a/PKGBUILD b/PKGBUILD
index 0f654bf49ca9..e9ea8caaf0db 100755
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -8,18 +8,23 @@
# Both packages are always updated at the same time.
# This package downloads and installs MUCH faster than the git variant:
# 'archdroid-icon-theme' == 1MB download,
-# 'archdroid-icon-theme-git' == 40MB download.
+# 'archdroid-icon-theme-git' == 50MB download.
# In other words, choose this package over 'archdroid-icon-theme-git',
# unless you have a specific reason to download the other one
# (e.g., this package doesn't download correctly).
#
-# To revert to an older version, you can find them here:
+# To revert to an older version, use an archive here:
# https://github.com/GreenRaccoon23/archdroid-icon-theme/raw/master/bak
+#
+# 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,
+# comment out the `prepare()` function or insert a `return` at the top of it.
pkgname=archdroid-icon-theme
pkgver=r105.d08b8b8
pkgrel=1
-pkgdesc="Port of Android 5.0 Lollipop's material design icons to Arch."
+pkgdesc="Port of Android 5/6 (Lollipop/Marshmallow)'s material design icons to Arch."
arch=('any')
url="https://github.com/GreenRaccoon23/${pkgname}"
license=('GPL3')
@@ -28,9 +33,9 @@ provides=("${pkgname}")
conflicts=("${pkgname}")
options=('!strip')
install="${pkgname}.install"
-source=("https://github.com/GreenRaccoon23/${pkgname}/raw/master/${pkgname}.tar.xz")
-# To revert to an older version, find them here:
+# To revert to an older version, use an archive from here:
# https://github.com/GreenRaccoon23/archdroid-icon-theme/raw/master/bak
+source=("https://github.com/GreenRaccoon23/${pkgname}/raw/master/${pkgname}.tar.xz")
md5sums=("dbde07a153182f61fce5295d88959658")
prepare() {