summarylogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--.SRCINFO6
-rw-r--r--PKGBUILD8
2 files changed, 7 insertions, 7 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 007490301fe4..f3e3d648db2b 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,13 +1,13 @@
pkgbase = gtk-theme-glossyblack
pkgdesc = GTK2, GTK3, Metacity, XFCE4 theme.
pkgver = 0.2.0
- pkgrel = 1
- url = http://gnome-look.org/content/show.php/?content=162055/
+ pkgrel = 2
+ url = https://github.com/redtide/gtk-theme-glossyblack
arch = any
license = GPL
depends = gtk-engine-murrine
depends = gtk-engines
- source = git://github.com/redtide/glossyblack-gtk-theme.git
+ source = git://github.com/redtide/gtk-theme-glossyblack.git
md5sums = SKIP
pkgname = gtk-theme-glossyblack
diff --git a/PKGBUILD b/PKGBUILD
index f6ed4d6b8f98..96560994d56c 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,16 +1,16 @@
# Maintainer: RedTide
pkgname=gtk-theme-glossyblack
pkgver=0.2.0
-pkgrel=1
+pkgrel=2
pkgdesc="GTK2, GTK3, Metacity, XFCE4 theme."
arch=('any')
-url="http://gnome-look.org/content/show.php/?content=162055/"
+url="https://github.com/redtide/$pkgname"
license=('GPL')
depends=('gtk-engine-murrine' 'gtk-engines')
-source=("git://github.com/redtide/glossyblack-gtk-theme.git")
+source=("git://github.com/redtide/$pkgname.git")
md5sums=('SKIP')
package() {
install -d "$pkgdir/usr/share/themes/GlossyBlack"
- cp -r $srcdir/glossyblack-gtk-theme/GlossyBlack "$pkgdir/usr/share/themes"
+ cp -r $srcdir/$pkgname/GlossyBlack "$pkgdir/usr/share/themes"
}