summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorRobosky2019-06-19 12:04:54 +0800
committerRobosky2019-06-19 12:04:54 +0800
commite9c133ee74f6571661828b42597feac35aa74e35 (patch)
tree575bca131c2acf6d9aba31ebedf1e6674f7bd31c
parentb11f5e5b8ebdfac1c44c1930b6d56e9a6608d898 (diff)
downloadaur-e9c133ee74f6571661828b42597feac35aa74e35.tar.gz
Install all color folder versions
-rw-r--r--.SRCINFO2
-rw-r--r--PKGBUILD6
2 files changed, 5 insertions, 3 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 8a2d202280f7..a1348c16d528 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,6 +1,6 @@
pkgbase = tela-icon-theme-git
pkgdesc = A flat colorful Design icon theme.
- pkgver = 87.2f053185
+ pkgver = 111.e8c81a1e
pkgrel = 1
url = https://github.com/vinceliuice/Tela-icon-theme
arch = any
diff --git a/PKGBUILD b/PKGBUILD
index 4f8b33e1ff4a..da76c09bab17 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -3,7 +3,7 @@
pkgname=tela-icon-theme-git
_gitname=Tela-icon-theme
pkgdesc="A flat colorful Design icon theme."
-pkgver=87.2f053185
+pkgver=111.e8c81a1e
pkgrel=1
arch=('any')
url="https://github.com/vinceliuice/Tela-icon-theme"
@@ -22,6 +22,8 @@ package() {
cd "${srcdir}/${_gitname}"
install -dm755 "${pkgdir}/"usr/share/icons
sed -i '/gtk-update-icon-cache/d' install.sh
- ./install.sh -d "${pkgdir}"/usr/share/icons
+ ./install.sh \
+ --all \
+ --dest "${pkgdir}"/usr/share/icons
}