summarylogtreecommitdiffstats
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
parent57263a1f6500ce0a83aaf52b7bda281799854e00 (diff)
downloadaur-e9285f164c4e80930b0c27221dd900a8bc9261c1.tar.gz
Update to 0.8
-rw-r--r--.SRCINFO10
-rw-r--r--PKGBUILD8
2 files changed, 9 insertions, 9 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 4094d5390fc9..10b9290bf6d7 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,14 +1,14 @@
# Generated by mksrcinfo v8
-# Mon Feb 1 04:18:40 UTC 2016
+# Mon May 2 11:13:47 UTC 2016
pkgbase = gtk-theme-onestepback
- pkgdesc = OneStepBack is a Gnome 2 and 3 theme with some colors and embossed widgets inspired by the good old NextStep look.
- pkgver = 0.6
+ pkgdesc = A Gnome 2 and 3 theme with some colors and embossed widgets inspired by the good old NextStep look.
+ pkgver = 0.8
pkgrel = 1
url = http://gnome-look.org/content/show.php/OneStepBack?content=170904
arch = any
license = GPL3
- source = gtk-theme-onestepback-0.6.zip::http://gnome-look.org/CONTENT/content-files/170904-OneStepBack.zip
- sha256sums = 2b7eb8c9bd8759b7c1ade7237a7ad374d9c8ddaab0be9916443ffc189f2ba5dc
+ source = gtk-theme-onestepback-0.8.zip::http://gnome-look.org/CONTENT/content-files/170904-OneStepBack.zip
+ sha256sums = 77010afb594ec60fe3669784883e14aaaec5f6c7c3b768f6f131a0b211fecd9a
pkgname = gtk-theme-onestepback
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"/"{}"
}