From 6198a91d26ffa8c6235c5e9a0e4ab1904cfb343a Mon Sep 17 00:00:00 2001 From: Natanael Copa Date: Wed, 14 Jun 2017 19:38:43 +0000 Subject: main/xdpyinfo: upgrade to 1.3.2 --- main/xdpyinfo/APKBUILD | 17 ++++++----------- 1 file changed, 6 insertions(+), 11 deletions(-) (limited to 'main/xdpyinfo') diff --git a/main/xdpyinfo/APKBUILD b/main/xdpyinfo/APKBUILD index 2a78fc37b0..4bb01ca9c2 100644 --- a/main/xdpyinfo/APKBUILD +++ b/main/xdpyinfo/APKBUILD @@ -1,7 +1,7 @@ # Maintainer: Natanael Copa pkgname=xdpyinfo -pkgver=1.0.3 -pkgrel=2 +pkgver=1.3.2 +pkgrel=0 pkgdesc="display information utility for X" url="http://xorg.freedesktop.org/" arch="all" @@ -11,15 +11,10 @@ makedepends="libxtst-dev" depends= source="http://www.x.org/releases/individual/app/$pkgname-$pkgver.tar.bz2" -_builddir="$srcdir/$pkgname-$pkgver" - -prepare() { - cd "$_builddir" - update_config_sub || return 1 -} +builddir="$srcdir/$pkgname-$pkgver" build() { - cd "$_builddir" + cd "$builddir" ./configure \ --build=$CBUILD \ --host=$CHOST \ @@ -30,8 +25,8 @@ build() { } package() { - cd "$_builddir" + cd "$builddir" make DESTDIR="$pkgdir" install || return 1 } -sha512sums="4dd89b1be496da7f90ab00ee0bfbf4dc1d6d09262988bd83434aa6bfe7f4afc37583730c64f5ce1b2f2f295a226431e565a718c9366396354d8ccdf017792958 xdpyinfo-1.0.3.tar.bz2" +sha512sums="2c9097c13778c7a7fe5a9b3ee04b28512ff6028231eca91ecdf6104c742be470678920d37a4f540fece7e39dccbea34802271f359ab80618027b2856c8912e7d xdpyinfo-1.3.2.tar.bz2" -- cgit v1.2.3