summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
authorMark E.A2016-05-02 13:23:15 +0200
committerMark E.A2016-05-02 13:23:15 +0200
commite9285f164c4e80930b0c27221dd900a8bc9261c1 (patch)
tree7501aa866bf362b8fd0472b4f574fe87c0395bc3 /PKGBUILD
parent57263a1f6500ce0a83aaf52b7bda281799854e00 (diff)
downloadaur-e9285f164c4e80930b0c27221dd900a8bc9261c1.tar.gz
Update to 0.8
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD8
1 files changed, 4 insertions, 4 deletions
diff --git a/PKGBUILD b/PKGBUILD
index 026bf6aa82e4..eba40dc52fac 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -2,18 +2,18 @@
pkgname=gtk-theme-onestepback
_thname=OneStepBack
-pkgver=0.6
+pkgver=0.8
pkgrel=1
-pkgdesc="OneStepBack is a Gnome 2 and 3 theme with some colors and embossed widgets inspired by the good old NextStep look."
+pkgdesc="A Gnome 2 and 3 theme with some colors and embossed widgets inspired by the good old NextStep look."
arch=('any')
url="http://gnome-look.org/content/show.php/OneStepBack?content=170904"
license=('GPL3')
source=("$pkgname-$pkgver.zip::http://gnome-look.org/CONTENT/content-files/170904-OneStepBack.zip")
-sha256sums=('2b7eb8c9bd8759b7c1ade7237a7ad374d9c8ddaab0be9916443ffc189f2ba5dc')
+sha256sums=('77010afb594ec60fe3669784883e14aaaec5f6c7c3b768f6f131a0b211fecd9a')
package() {
cd "$srcdir/$_thname"
install -D -m644 LICENSE "$pkgdir"/usr/share/licenses/"$pkgname"/LICENSE
- find gtk-* img -type f -print0 | \
+ find index.theme gtk-* img -type f -print0 | \
xargs -0 -I{} -n1 install -D -m644 "{}" "$pkgdir"/usr/share/themes/"$_thname"/"{}"
}