aboutsummaryrefslogtreecommitdiffstats
path: root/main/xdpyinfo
diff options
context:
space:
mode:
Diffstat (limited to 'main/xdpyinfo')
-rw-r--r--main/xdpyinfo/APKBUILD17
1 files changed, 6 insertions, 11 deletions
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 <ncopa@alpinelinux.org>
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"