summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
authorNagy Gabor2016-08-18 14:32:48 +0200
committerNagy Gabor2016-08-18 14:32:48 +0200
commit1ff2fe8c84b9b7fb71e25070033011e9124e794d (patch)
tree7a71fe4a24a49f5da8c7ea411c776393b62157ff /PKGBUILD
parentca74da2340f5e7a5f4648a7d0a721bf8b29eb142 (diff)
downloadaur-1ff2fe8c84b9b7fb71e25070033011e9124e794d.tar.gz
Update to version 1.6u1
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD9
1 files changed, 4 insertions, 5 deletions
diff --git a/PKGBUILD b/PKGBUILD
index d3377c52d873..129b8bd1906f 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,19 +1,18 @@
# Maintainer: Nagy Gabor <Gabor.V.Nagy@@gmail.com>
pkgname=xfce-theme-cobibird
-pkgver=1.5
+pkgver=1.6u1
pkgrel=1
-pkgdesc="A Gtk theme based on Greybird, with dark menus as Greybird was until its version 0.8.2"
+pkgdesc="A GTK theme based on Greybird, with dark menus (unofficial GTK 3.20 port)"
arch=(any)
url=http://gnome-look.org/content/show.php/CobiBird?content=157985
license=('GPL' 'CCPL:cc-by-sa')
depends=(gtk-engine-murrine)
optdepends=('elementary-xfce-icons: matching icon set; use the dark icon theme')
-source=(CobiBird-$pkgver.tar.gz::https://github.com/Cobinja/CobiBird/archive/$pkgver.tar.gz)
-md5sums=('04aec28264fb30db8d695fc383b159e1')
+source=(http://ngaba.uw.hu/CobiBird/CobiBird-$pkgver.tar.gz)
+md5sums=('0c30492d8ccaf101dbc0109d9cfb9d0a')
package() {
install -d "$pkgdir"/usr/share/themes/
cp -rf CobiBird-$pkgver/ "$pkgdir"/usr/share/themes/CobiBird/
- rm "$pkgdir"/usr/share/themes/CobiBird/.gitignore
}