summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorJason Gonzalez2018-11-01 15:50:01 -0700
committerJason Gonzalez2018-11-01 15:50:01 -0700
commit28cfeb149c84b599b822c13dc7bdab6042ec3bed (patch)
tree111386793f2e4d6f7b87c7d856f04f7740ccae54
parent755498b03854534039e51909c07b971d842159fa (diff)
downloadaur-28cfeb149c84b599b822c13dc7bdab6042ec3bed.tar.gz
updated PKGBUILD file
-rw-r--r--.SRCINFO6
-rw-r--r--PKGBUILD10
2 files changed, 8 insertions, 8 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 4c3492533483..73af25611f08 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,6 +1,6 @@
pkgbase = goldbars
pkgdesc = Gold 3-D theme collection for GTK
- pkgver = 10_08_18
+ pkgver = 10_11_18
pkgrel = 1
url = https://www.jasong-designs.com/2018/10/05/goldbars/
arch = any
@@ -11,8 +11,8 @@ pkgbase = goldbars
optdepends = openbox: optional window manager theme
optdepends = metacity: optional window manager theme
optdepends = ttf-dejavu: font support
- source = https://github.com/jgpws/gold-bars/raw/master/downloads/goldbars-10-08-18.tar.gz
- md5sums = 0c11bb64719be2203e955db18a76a167
+ source = https://github.com/jgpws/gold-bars/raw/master/downloads/goldbars-rev2-10-11-18.tar.gz
+ md5sums = 52022484677edd96aabccdb2189e6e05
pkgname = goldbars
diff --git a/PKGBUILD b/PKGBUILD
index 30e05631bdb3..201ce23755a8 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,7 +1,7 @@
# Maintainer: Jason Gonzalez <jason at jasong-designs dot com>
pkgname=goldbars
-pkgver=10_08_18
+pkgver=10_11_18
pkgrel=1
pkgdesc="Gold 3-D theme collection for GTK"
arch=('any')
@@ -10,13 +10,13 @@ license=('GPL3')
depends=('gtk3' 'gtk2' 'gtk-engine-murrine' )
optdepends=('openbox: optional window manager theme' 'metacity: optional window manager theme' 'ttf-dejavu: font support')
changelog=
-source=("https://github.com/jgpws/gold-bars/raw/master/downloads/$pkgname-${pkgver//_/-}.tar.gz")
+source=("https://github.com/jgpws/gold-bars/raw/master/downloads/$pkgname-rev2-${pkgver//_/-}.tar.gz")
package() {
cd "${srcdir}"
- tar -xzvf gold-bars-10-08-18.tar.gz
- sudo cp -R GoldBars /usr/share/themes
+ install -dm755 "$pkgdir/usr/share/themes"
+ cp -R GoldBars "$pkgdir/usr/share/themes"
}
-md5sums=('0c11bb64719be2203e955db18a76a167')
+md5sums=('52022484677edd96aabccdb2189e6e05')