diff options
author | Leo <thinkabit.ukim@gmail.com> | 2019-08-17 22:59:43 -0300 |
---|---|---|
committer | Leo <thinkabit.ukim@gmail.com> | 2019-08-17 23:23:25 -0300 |
commit | 6a8853cf3682b9da8f3ce62718f20bf2dbd4c6e7 (patch) | |
tree | d75baa5d263ae043c8fb82e5a0500bc35424c734 /community | |
parent | 4d46af990fb74a8f914032167969b309f9781d58 (diff) | |
download | aports-6a8853cf3682b9da8f3ce62718f20bf2dbd4c6e7.tar.bz2 aports-6a8853cf3682b9da8f3ce62718f20bf2dbd4c6e7.tar.xz |
community/xfce4-panel: upgrade to 4.14.0
Diffstat (limited to 'community')
-rw-r--r-- | community/xfce4-panel/APKBUILD | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/community/xfce4-panel/APKBUILD b/community/xfce4-panel/APKBUILD index e64a9c5453..ecdee04286 100644 --- a/community/xfce4-panel/APKBUILD +++ b/community/xfce4-panel/APKBUILD @@ -1,6 +1,6 @@ # Maintainer: Natanael Copa <ncopa@alpinelinux.org> pkgname=xfce4-panel -pkgver=4.13.7 +pkgver=4.14.0 pkgrel=0 pkgdesc="Panel for the Xfce desktop environment" url="https://xfce.org/" @@ -11,7 +11,7 @@ depends="hicolor-icon-theme" depends_dev="xfconf-dev" makedepends="$depends_dev libxfce4ui-dev exo-dev garcon-dev libwnck3-dev gobject-introspection-dev vala gtk+2.0-dev gtk+3.0-dev libxfce4util-dev" -source="https://archive.xfce.org/src/xfce/$pkgname/${pkgver%.*}/$pkgname-$pkgver.tar.bz2" +source="https://archive.xfce.org/src/xfce/xfce4-panel/${pkgver%.*}/xfce4-panel-$pkgver.tar.bz2" build() { @@ -36,4 +36,4 @@ package() { make DESTDIR="$pkgdir" install } -sha512sums="916a60f9a8eadbce75d3833039c5e6bd2f8db06d60bcedde5f91ce77d0a8a005faf049c3c7832ec29c4441611a21155f864686b00ea9c11b2c476ac2eb471ceb xfce4-panel-4.13.7.tar.bz2" +sha512sums="47a91b9ce7277612848fd1b48f9c0d6e5169cd0405a99863d685e7a9c5aa3cb8f30694ecdbf657e0f289278dc0c003c8b0784ff03e41e82c1886847ad292972f xfce4-panel-4.14.0.tar.bz2" |