diff options
author | TBK <tbk@jjtc.eu> | 2018-06-24 23:07:08 +0200 |
---|---|---|
committer | Roberto Oliveira <robertoguimaraes8@gmail.com> | 2018-07-05 18:37:45 +0000 |
commit | 16490b5ebf0f98c80848c467ff3e30f90e1df017 (patch) | |
tree | ee17dac0036ed782d6ddde359c65faa59873f811 /community/xfconf | |
parent | f7669cc18b36e0a89b3015284451227905575f94 (diff) | |
download | aports-16490b5ebf0f98c80848c467ff3e30f90e1df017.tar.bz2 aports-16490b5ebf0f98c80848c467ff3e30f90e1df017.tar.xz |
community/xfconf: upgrade to 4.13.5
Diffstat (limited to 'community/xfconf')
-rw-r--r-- | community/xfconf/APKBUILD | 18 |
1 files changed, 7 insertions, 11 deletions
diff --git a/community/xfconf/APKBUILD b/community/xfconf/APKBUILD index cd298da73c..1bd575b795 100644 --- a/community/xfconf/APKBUILD +++ b/community/xfconf/APKBUILD @@ -1,18 +1,15 @@ # Maintainer: Natanael Copa <ncopa@alpinelinux.org> pkgname=xfconf -pkgver=4.12.1 -pkgrel=2 +pkgver=4.13.5 +pkgrel=0 pkgdesc="Hierarchical configuration system for Xfce" url="https://xfce.org/" arch="all" -license="GPL-2.0" -options="!check" # Requires running dbus daemon. +license="GPL-2.0-only" +options="!check" # Requires running dbus daemon. subpackages="$pkgname-dev $pkgname-doc $pkgname-lang" -depends= makedepends="libxfce4util-dev intltool gtk-doc glib-dev dbus-dev dbus-glib-dev" -source="http://archive.xfce.org/src/xfce/$pkgname/${pkgver%.*}/$pkgname-$pkgver.tar.bz2" - - +source="https://archive.xfce.org/src/xfce/$pkgname/${pkgver%.*}/$pkgname-$pkgver.tar.bz2" builddir="$srcdir"/$pkgname-$pkgver build() { @@ -38,6 +35,5 @@ package() { cd "$builddir" make DESTDIR="$pkgdir" install } -md5sums="20dc8d2bfd80ba136bf4964021b32757 xfconf-4.12.1.tar.bz2" -sha256sums="35f48564e5694faa54fdc180cd3268e16fc2352946a89a3c2fc12cbe400ada36 xfconf-4.12.1.tar.bz2" -sha512sums="114dba6a78d43b25eebfd9ef78beec75391b0c77e736e66ae2b04fe97dc281f93d05467ddfdd63a5067f44de135347564fe55928ae7de72f0984339db411d77f xfconf-4.12.1.tar.bz2" + +sha512sums="34e6b99be0b288707f8632c5fe4f2e66e01ec3950f4d194a7007afb4bc1cfe8bea44f8f80873de2364680481921332c9860b23bca4ced94ecb95c9199df5315b xfconf-4.13.5.tar.bz2" |