diff options
author | Bartłomiej Piotrowski <b@bpiotrowski.pl> | 2013-05-06 17:05:26 +0200 |
---|---|---|
committer | Bartłomiej Piotrowski <b@bpiotrowski.pl> | 2013-05-06 17:06:52 +0200 |
commit | 07bef47b94b691719922c5606996ed334b67354e (patch) | |
tree | 83d238d532ecba25b17bff6891289647c86e5563 /main/xfce4-settings | |
parent | 0c8ac2440c267f99183569bd9b965faad8c4217a (diff) | |
download | aports-07bef47b94b691719922c5606996ed334b67354e.tar.bz2 aports-07bef47b94b691719922c5606996ed334b67354e.tar.xz |
main/xfce4-settings: upgrade to 4.10.1
Diffstat (limited to 'main/xfce4-settings')
-rw-r--r-- | main/xfce4-settings/APKBUILD | 10 |
1 files changed, 5 insertions, 5 deletions
diff --git a/main/xfce4-settings/APKBUILD b/main/xfce4-settings/APKBUILD index 1764d54b27..8881b41ebf 100644 --- a/main/xfce4-settings/APKBUILD +++ b/main/xfce4-settings/APKBUILD @@ -1,7 +1,7 @@ # Maintainer: Natanael Copa <ncopa@alpinelinux.org> pkgname=xfce4-settings -pkgver=4.10.0 -pkgrel=1 +pkgver=4.10.1 +pkgrel=0 pkgdesc="Settings manager for xfce" url="http://www.xfce.org/" arch="all" @@ -11,7 +11,6 @@ subpackages="$pkgname-lang" makedepends="libxfce4ui-dev exo-dev libxi-dev libxrandr-dev libxklavier-dev libnotify-dev libxcursor-dev garcon-dev" source="http://archive.xfce.org/src/xfce/${pkgname}/${pkgver%.*}/${pkgname}-${pkgver}.tar.bz2 - xfce4-settings-4.10.0-fix-gtk3-theme-detection.patch " _builddir="$srcdir"/$pkgname-$pkgver @@ -46,5 +45,6 @@ package() { make DESTDIR="$pkgdir" install || return 1 } -md5sums="cc4dd9179ead9046c056431f01a12000 xfce4-settings-4.10.0.tar.bz2 -c9af179917919c7387ccab425610658f xfce4-settings-4.10.0-fix-gtk3-theme-detection.patch" +md5sums="eaa86dd86ef0dad9cf7af1ee2c831972 xfce4-settings-4.10.1.tar.bz2" +sha256sums="118a6959ea50e3a533d7aa18ec5a878a47a30608b3ce9ce59a93c3888f4e13d5 xfce4-settings-4.10.1.tar.bz2" +sha512sums="cf2d3255a0c862b0d016a8653fd1ba94c86b9da36b894dd7ad733d6758b9e023807aa93b1e43deeb0f6a34c6db23507f6fe32b6b7a98fa3e0d3bc7577da429f7 xfce4-settings-4.10.1.tar.bz2" |