diff options
author | Pedro Filipe <xpecex@outlook.com> | 2018-09-23 10:15:23 -0300 |
---|---|---|
committer | Andy Postnikov <apostnikov@gmail.com> | 2018-11-04 22:54:39 +0200 |
commit | b758bdc91f0dc2f02bf3f9b0b70b319225856867 (patch) | |
tree | 5725e5db3c654f65d5eef5a0403e541e3b6f8cf7 /community/greybird-themes | |
parent | 8616822068510a497d7534589f29b9a64f39f69b (diff) | |
download | aports-b758bdc91f0dc2f02bf3f9b0b70b319225856867.tar.bz2 aports-b758bdc91f0dc2f02bf3f9b0b70b319225856867.tar.xz |
community/greybird-themes: upgrade to 3.22.9
Diffstat (limited to 'community/greybird-themes')
-rw-r--r-- | community/greybird-themes/APKBUILD | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/community/greybird-themes/APKBUILD b/community/greybird-themes/APKBUILD index a8d91c85fd..fa162fe6c8 100644 --- a/community/greybird-themes/APKBUILD +++ b/community/greybird-themes/APKBUILD @@ -1,6 +1,6 @@ # Maintainer: Natanael Copa <ncopa@alpinelinux.org> pkgname=greybird-themes -pkgver=3.22.8 +pkgver=3.22.9 pkgrel=0 pkgdesc="A clean minimalistic theme for Xfce, GTK+ 2 and 3" url="http://shimmerproject.org/project/greybird/" @@ -11,8 +11,8 @@ makedepends="" install="" subpackages="$pkgname-gtk2 $pkgname-gtk3 $pkgname-metacity $pkgname-xfwm4 $pkgname-xfce4-notifyd:_notify $pkgname-unity" -source="greybird-$pkgver.tar.gz::https://github.com/shimmerproject/Greybird/archive/v$pkgver.tar.gz - " +source="greybird-$pkgver.tar.gz::https://github.com/shimmerproject/Greybird/archive/v$pkgver.tar.gz" +options="!check" # this package does not have a testsuite builddir="$srcdir"/Greybird-$pkgver build() { @@ -59,4 +59,4 @@ xfwm4() { _mv "Greybird Xfce4 themes" xfwm4 xfwm4 'xfwm4-*'; } _notify() { _mv "Greybird Xfce4-notifyd themes" xfce4-notifyd 'xfce-notify-*'; } unity() { _mv "Greybird Unity themes" unity 'unity'; } -sha512sums="c6ac0dafc926ec2a0b01b4d44f602e533f97f806be32096208c08461502cadcda3f1e63012ad78ffaaa9c791c5af72ce2b7e0578b1f7c0d3ab407763bc40f94b greybird-3.22.8.tar.gz" +sha512sums="d09638c78d74e26a428edfbbe00719208fac5e574db11eac2e538d25fa9f3270c9c7b636f770061807a59b200c8afa4252a9513cffe1f4af3d186425b6a14744 greybird-3.22.9.tar.gz" |