summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorbtd13372018-07-31 12:45:10 -0300
committerbtd13372018-07-31 12:45:10 -0300
commit10282383d547b6e62280f1a761ea4cc2fbf89288 (patch)
tree138d10c877d5479aa3ab683834805944874eb4bd
parente0ab5e83869ab4678d357cd36e9dc9a2bfd7d7d7 (diff)
downloadaur-10282383d547b6e62280f1a761ea4cc2fbf89288.tar.gz
fix pkgbuild
-rw-r--r--.SRCINFO2
-rw-r--r--PKGBUILD4
2 files changed, 3 insertions, 3 deletions
diff --git a/.SRCINFO b/.SRCINFO
index bc03a373649c..2d66107cb5f3 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,6 +1,6 @@
pkgbase = newaita-icons-git
pkgdesc = Newaita icon theme is a Linux icon theme combining old style and color of material design. If you urgently needed any icon, please write in the comments on the page https://store.kde.org/p/1243493/ If you want support me Paypal: ghostdmn2@gmail.com
- pkgver = latest
+ pkgver = r218.2a95a1cf
pkgrel = 1
url = https://github.com/cbrnix/Newaita
arch = i686
diff --git a/PKGBUILD b/PKGBUILD
index 609b02cdeb39..938adc7df866 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -3,7 +3,7 @@
gitname=Newaita
author=cbrnix
pkgname=newaita-icons-git
-pkgver=latest
+pkgver=r218.2a95a1cf
pkgrel=1
pkgdesc="Newaita icon theme is a Linux icon theme combining old style and color of material design. If you urgently needed any icon, please write in the comments on the page https://store.kde.org/p/1243493/ If you want support me Paypal: ghostdmn2@gmail.com"
arch=('i686' 'x86_64')
@@ -26,7 +26,7 @@ pkgver(){
package() {
install -d ${pkgdir}/usr/share/icons
- cp -r ${gitname}/${gitname}/* ${pkgdir}/usr/share/icons/
+ cp -r ${gitname}/${gitname}* ${pkgdir}/usr/share/icons/
find ${pkgdir}/usr -type f -exec chmod 644 {} \;
find ${pkgdir}/usr -type d -exec chmod 755 {} \;
rm -rf "$pkgdir/usr/share/icons/README.md"