diff options
author | Leo <thinkabit.ukim@gmail.com> | 2019-07-08 06:55:19 -0300 |
---|---|---|
committer | Leo <thinkabit.ukim@gmail.com> | 2019-07-08 07:25:48 -0300 |
commit | 381d4ab4b74d0955ab15f95ccc36b52bcb7d958d (patch) | |
tree | 6d29da06f0d4b9bb8f3eeee890f10cfba212bbfd /community/libxfce4util | |
parent | 5662a4cf492b5504f444b6e82d633ad53b6b05a1 (diff) | |
download | aports-381d4ab4b74d0955ab15f95ccc36b52bcb7d958d.tar.bz2 aports-381d4ab4b74d0955ab15f95ccc36b52bcb7d958d.tar.xz |
community/libxfce4util: upgrade to 4.13.4
Diffstat (limited to 'community/libxfce4util')
-rw-r--r-- | community/libxfce4util/APKBUILD | 7 |
1 files changed, 2 insertions, 5 deletions
diff --git a/community/libxfce4util/APKBUILD b/community/libxfce4util/APKBUILD index d02b39d37f..134468d9ea 100644 --- a/community/libxfce4util/APKBUILD +++ b/community/libxfce4util/APKBUILD @@ -1,6 +1,6 @@ # Maintainer: Natanael Copa <ncopa@alpinelinux.org> pkgname=libxfce4util -pkgver=4.13.3 +pkgver=4.13.4 pkgrel=0 pkgdesc="Basic utility non-GUI functions for Xfce" url="https://xfce.org/" @@ -12,7 +12,6 @@ source="https://archive.xfce.org/src/xfce/$pkgname/${pkgver%.*}/$pkgname-$pkgver vala.patch" build() { - cd "$builddir" ./configure \ --build=$CBUILD \ --host=$CHOST \ @@ -28,14 +27,12 @@ build() { } check() { - cd "$builddir" make check } package() { - cd "$builddir" make DESTDIR="$pkgdir" install } -sha512sums="e06bf58d46c5c3c6964a17ca8d998bd8e78bb61577ddcd855680878a890912a167212a2b4e3b347f41f84d2983e71fd1d76716db9c4a88a1d4f45a0f5aaf5e51 libxfce4util-4.13.3.tar.bz2 +sha512sums="7d474839acbc2b4f75cb39e39053214bac43b5da9f7605aec8e78bfc1ab1a07864429a47f18faae9be8dfecbb7f5a055bd2eb20c0b9d1b4912755b81cac1ada2 libxfce4util-4.13.4.tar.bz2 79a28105e997ce51beed8f84a8c39d2bb199dc346408958d3776ea14d3df00c3343e0d3d66051ef5ff15821daaef5409829d948feed437d8f0ffc4630870dfdb vala.patch" |