summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorRobosky2019-06-28 08:00:32 +0800
committerRobosky2019-06-28 08:00:32 +0800
commit66bc56afd02f1480ad8eea109b6e2785734f7b73 (patch)
tree85ac5c6f5a232a60aaf27aeb012e33feb342cc90
parent6ae0159f8207063a699a5b1f7253df087a524d81 (diff)
downloadaur-66bc56afd02f1480ad8eea109b6e2785734f7b73.tar.gz
Fixed issue
-rw-r--r--.SRCINFO2
-rw-r--r--PKGBUILD6
2 files changed, 4 insertions, 4 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 1297fd35d9ee..666236e5b5d3 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,6 +1,6 @@
pkgbase = tela-icon-theme-git
pkgdesc = A flat colorful Design icon theme.
- pkgver = 122.ca23fc93
+ pkgver = 125.a8779878
pkgrel = 1
url = https://github.com/vinceliuice/Tela-icon-theme
arch = any
diff --git a/PKGBUILD b/PKGBUILD
index 76b6d2da6550..2ec66927da8c 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=122.ca23fc93
+pkgver=125.a8779878
pkgrel=1
arch=('any')
url="https://github.com/vinceliuice/${_gitname}"
@@ -23,7 +23,7 @@ package() {
install -dm755 "${pkgdir}/"usr/share/icons
sed -i '/gtk-update-icon-cache/d' install.sh
./install.sh \
- --all \
- --dest "${pkgdir}"/usr/share/icons
+ -a \
+ -d "${pkgdir}"/usr/share/icons
}