summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorm8D22018-11-27 20:04:00 -0800
committerm8D22018-11-27 20:04:00 -0800
commitda4c316728e581f4299bbbf3cc467baefc89ce24 (patch)
treed443509ff466fdd2fa7086427abb406a930e9e7d
parentb53b1fe14739136e13ca1c979adee862a5e446b0 (diff)
downloadaur-da4c316728e581f4299bbbf3cc467baefc89ce24.tar.gz
comply with Arch package guidelines
-rw-r--r--.SRCINFO2
-rw-r--r--PKGBUILD10
2 files changed, 6 insertions, 6 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 905d427f8843..b3117594f22a 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,7 +1,7 @@
pkgbase = zuki-themes
pkgdesc = Zuki themes for GNOME, Xfce and more.
pkgver = 3.28_3
- pkgrel = 1
+ pkgrel = 2
url = https://github.com/lassekongo83/zuki-themes
arch = any
license = GPL3
diff --git a/PKGBUILD b/PKGBUILD
index 531646c80f47..6ded8edafeb9 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -3,19 +3,19 @@
pkgname=zuki-themes
pkgver=3.28_3
-pkgrel=1
+pkgrel=2
pkgdesc="Zuki themes for GNOME, Xfce and more."
arch=('any')
url="https://github.com/lassekongo83/zuki-themes"
-license=(GPL3)
+license=('GPL3')
depends=('gtk-engine-murrine' 'gtk-engines')
optdepends=('ttf-roboto')
source=("$pkgname-$pkgver.tar.gz::https://github.com/lassekongo83/zuki-themes/archive/v${pkgver//_/-}.tar.gz")
sha256sums=('3b598986e222f9d5ad0cfd2056036e0eeaad39c86c2a8eeaa98bd2eb8e8d983d')
package(){
- install -d -m755 $pkgdir/usr/share/{themes,licenses/$pkgname}
+ install -d -m755 "$pkgdir"/usr/share/{themes,licenses/$pkgname}
cd $(find -maxdepth 1 -type d | grep '[a-z]')
- cp -rp Zuki* $pkgdir/usr/share/themes
- install -D -m644 LICENSE $pkgdir/usr/share/licenses/${pkgname}/
+ cp -rp Zuki* "$pkgdir"/usr/share/themes
+ install -D -m644 LICENSE "$pkgdir"/usr/share/licenses/${pkgname}/
}