diff options
Diffstat (limited to 'testing/xload/APKBUILD')
-rw-r--r-- | testing/xload/APKBUILD | 10 |
1 files changed, 4 insertions, 6 deletions
diff --git a/testing/xload/APKBUILD b/testing/xload/APKBUILD index eb042c197b..3de87faa88 100644 --- a/testing/xload/APKBUILD +++ b/testing/xload/APKBUILD @@ -1,16 +1,15 @@ # Maintainer: Taner Tas <taner76@gmail.com> pkgname=xload -pkgver="1.1.2" +pkgver="1.1.3" pkgrel=0 pkgdesc="System load average display for X" -url="https://xorg.freedesktop.org/" +url="https://xorg.freedesktop.org" arch="all" license="MIT" depends="libintl" makedepends="libx11-dev libxaw-dev libxmu-dev libxt-dev gettext-dev" subpackages="$pkgname-doc" source="https://www.x.org/archive/individual/app/${pkgname}-${pkgver}.tar.bz2" -options="!check" build() { export CFLAGS="$CFLAGS -DRLOADSTUB" @@ -28,8 +27,7 @@ build() { } check(){ - cd "$builddir" - make check + make -C "$builddir" check } package() { @@ -37,4 +35,4 @@ package() { make DESTDIR="$pkgdir" install } -sha512sums="9c83d26bbb135cc0f2b3ef7f25b081cda5d080dd02b1c89195b40825a7d71211965b34336c853eb455472d9748f3edf64108455584b34b81673e2548806f423d xload-1.1.2.tar.bz2" +sha512sums="8dbc4f0cee7b30d7381be819152b27653d9b0049266e59bde2e2c972a88c4f2bdea766fc407bbdfef15d0aab30fedc756189a1048170a812853133a5094fe7a5 xload-1.1.3.tar.bz2" |