diff options
author | Leo <thinkabit.ukim@gmail.com> | 2019-08-17 22:13:50 -0300 |
---|---|---|
committer | Leo <thinkabit.ukim@gmail.com> | 2019-08-17 22:21:10 -0300 |
commit | 993c19958f9156d8e0a44c4c8c21e7c4b6ba92c1 (patch) | |
tree | 2c7e6c74881cc663a04feb1ca132cfe6ab647515 | |
parent | fa7c4eead35d6529d18899ca8058ba611093d0ff (diff) | |
download | aports-993c19958f9156d8e0a44c4c8c21e7c4b6ba92c1.tar.bz2 aports-993c19958f9156d8e0a44c4c8c21e7c4b6ba92c1.tar.xz |
community/libxfce4ui: upgrade to 4.14.1
-rw-r--r-- | community/libxfce4ui/APKBUILD | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/community/libxfce4ui/APKBUILD b/community/libxfce4ui/APKBUILD index c945ca4975..b2278f9b83 100644 --- a/community/libxfce4ui/APKBUILD +++ b/community/libxfce4ui/APKBUILD @@ -1,7 +1,7 @@ # Contributor: Ćukasz Jendrysik <scadu@yandex.com> # Maintainer: Natanael Copa <ncopa@alpinelinux.org> pkgname=libxfce4ui -pkgver=4.13.7 +pkgver=4.14.1 pkgrel=0 pkgdesc="Widgets library for the Xfce desktop environment" url="https://xfce.org/" @@ -11,7 +11,7 @@ subpackages="$pkgname-dev $pkgname-doc $pkgname-lang $pkgname-gtk3" depends_dev="startup-notification-dev" makedepends="$depends_dev gtk+2.0-dev gtk+3.0-dev libxfce4util-dev xfconf-dev glade-dev gtk-doc gobject-introspection-dev" -source="https://archive.xfce.org/src/xfce/${pkgname}/${pkgver%.*}/${pkgname}-${pkgver}.tar.bz2" +source="https://archive.xfce.org/src/xfce/libxfce4ui/${pkgver%.*}/libxfce4ui-$pkgver.tar.bz2" build() { ./configure \ @@ -51,4 +51,4 @@ gtk3() { "$subpkgdir"/usr/lib/ } -sha512sums="bcee0bd7b1f1200c195809b8484778326d02637c06754e876d0fdcdfb860ea642fc342c3fc5cb4b181bfbd58f17a695cc1fa1b318725f774f3b79e544ee4b32d libxfce4ui-4.13.7.tar.bz2" +sha512sums="f42f41da3a683a0c56c3b1e7ba420c4f50909d2613e681d053b09b50bc0eb7f750f44c892e94b0ee8b9207983a87c0cadbda1ad93d0df74ae351dc8812025407 libxfce4ui-4.14.1.tar.bz2" |