diff options
-rw-r--r-- | community/libxfce4ui/APKBUILD | 7 |
1 files changed, 2 insertions, 5 deletions
diff --git a/community/libxfce4ui/APKBUILD b/community/libxfce4ui/APKBUILD index 4a36676d34..d5e3dd4f77 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.5 +pkgver=4.13.6 pkgrel=0 pkgdesc="Widgets library for the Xfce desktop environment" url="https://xfce.org/" @@ -14,7 +14,6 @@ makedepends="$depends_dev gtk+2.0-dev gtk+3.0-dev libxfce4util-dev xfconf-dev source="https://archive.xfce.org/src/xfce/${pkgname}/${pkgver%.*}/${pkgname}-${pkgver}.tar.bz2" build() { - cd "$builddir" ./configure \ --build=$CBUILD \ --host=$CHOST \ @@ -31,12 +30,10 @@ build() { } check() { - cd "$builddir" make check } package() { - cd "$builddir" make DESTDIR="$pkgdir" install } @@ -54,4 +51,4 @@ gtk3() { "$subpkgdir"/usr/lib/ } -sha512sums="5ce49c7052392ac0df74b0d5069fa7880d7b322a15b10c5c20932f10ae06529be2b21d95f7e1c10a8ecb2e38cce9a2d880ac107c3ce1e7f51d570d5ece7b7d3c libxfce4ui-4.13.5.tar.bz2" +sha512sums="1992bf5d41fdc200281004f035542f6b5f225edad20e37c9c47fc531e94055473c3747be6026740f0ec32f5ff5f1a42072b624e71b326467711c724372dca8c4 libxfce4ui-4.13.6.tar.bz2" |