diff options
-rw-r--r-- | community/libxfce4ui/APKBUILD | 10 |
1 files changed, 5 insertions, 5 deletions
diff --git a/community/libxfce4ui/APKBUILD b/community/libxfce4ui/APKBUILD index 92365fd97a..3c3ac76064 100644 --- a/community/libxfce4ui/APKBUILD +++ b/community/libxfce4ui/APKBUILD @@ -1,18 +1,17 @@ # Contributor: Ćukasz Jendrysik <scadu@yandex.com> # Maintainer: Natanael Copa <ncopa@alpinelinux.org> pkgname=libxfce4ui -pkgver=4.13.1 +pkgver=4.13.4 pkgrel=0 pkgdesc="Widgets library for the Xfce desktop environment" url="https://xfce.org/" arch="all" -license="GPL-2.0" +license="GPL-2.0-only" subpackages="$pkgname-dev $pkgname-doc $pkgname-lang $pkgname-gtk3" -depends= depends_dev="startup-notification-dev" makedepends="$depends_dev gtk+2.0-dev gtk+3.0-dev libxfce4util-dev xfconf-dev glade3-dev gtk-doc" -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" build() { cd "$builddir" @@ -53,4 +52,5 @@ gtk3() { "$pkgdir"/usr/lib/libxfce4kbd-private-3.so.* \ "$subpkgdir"/usr/lib/ } -sha512sums="056f6c944f1060f43037427304fccc7bb835a0ba5263d9c2f41c5cd2f980a61d4c45f9aa4b97004bae0b57e0020de0af43345b28f53748cea94fcd97fe785523 libxfce4ui-4.13.1.tar.bz2" + +sha512sums="c82d6ff7ea0da4fc0f664bab92f1e9531162996a26bb092e6ba651cfc4551732cbcd8023908d428b47906c17c331c14bf4804256566ca564befa218dc1194206 libxfce4ui-4.13.4.tar.bz2" |