diff options
author | Nagy Gabor | 2016-08-18 14:32:48 +0200 |
---|---|---|
committer | Nagy Gabor | 2016-08-18 14:32:48 +0200 |
commit | 1ff2fe8c84b9b7fb71e25070033011e9124e794d (patch) | |
tree | 7a71fe4a24a49f5da8c7ea411c776393b62157ff | |
parent | ca74da2340f5e7a5f4648a7d0a721bf8b29eb142 (diff) | |
download | aur-1ff2fe8c84b9b7fb71e25070033011e9124e794d.tar.gz |
Update to version 1.6u1
-rw-r--r-- | .SRCINFO | 10 | ||||
-rw-r--r-- | PKGBUILD | 9 |
2 files changed, 8 insertions, 11 deletions
@@ -1,8 +1,6 @@ -# Generated by makepkg 4.2.1 -# Sun Jun 21 17:42:00 UTC 2015 pkgbase = xfce-theme-cobibird - pkgdesc = A Gtk theme based on Greybird, with dark menus as Greybird was until its version 0.8.2 - pkgver = 1.5 + pkgdesc = A GTK theme based on Greybird, with dark menus (unofficial GTK 3.20 port) + pkgver = 1.6u1 pkgrel = 1 url = http://gnome-look.org/content/show.php/CobiBird?content=157985 arch = any @@ -10,8 +8,8 @@ pkgbase = xfce-theme-cobibird license = CCPL:cc-by-sa depends = gtk-engine-murrine optdepends = elementary-xfce-icons: matching icon set; use the dark icon theme - source = CobiBird-1.5.tar.gz::https://github.com/Cobinja/CobiBird/archive/1.5.tar.gz - md5sums = 04aec28264fb30db8d695fc383b159e1 + source = http://ngaba.uw.hu/CobiBird/CobiBird-1.6u1.tar.gz + md5sums = 0c30492d8ccaf101dbc0109d9cfb9d0a pkgname = xfce-theme-cobibird @@ -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 } |