From c9bf36de83d24a18e3f4f47f69941ef09946be20 Mon Sep 17 00:00:00 2001 From: Natanael Copa Date: Wed, 14 Jun 2017 20:09:17 +0000 Subject: main/xwininfo: upgrade to 1.1.3 --- main/xwininfo/APKBUILD | 16 ++++++---------- 1 file changed, 6 insertions(+), 10 deletions(-) (limited to 'main/xwininfo') diff --git a/main/xwininfo/APKBUILD b/main/xwininfo/APKBUILD index 9629235ca4..4f87c39043 100644 --- a/main/xwininfo/APKBUILD +++ b/main/xwininfo/APKBUILD @@ -1,7 +1,7 @@ # Maintainer: Natanael Copa pkgname=xwininfo -pkgver=1.0.5 -pkgrel=2 +pkgver=1.1.3 +pkgrel=0 pkgdesc="Window information utility for X" url="http://cgit.freedesktop.org/xorg/app/xwininfo/" arch="all" @@ -12,14 +12,10 @@ install= subpackages="$pkgname-doc" source="http://www.x.org/releases/individual/app/xwininfo-$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 \ @@ -32,9 +28,9 @@ build() { } package() { - cd "$_builddir" + cd "$builddir" make DESTDIR="$pkgdir" install install -Dm644 COPYING "$pkgdir"/usr/share/licenses/$pkgname/COPYING } -sha512sums="98182ea60f55b442f61245693963a60b9b51f546a8718bd247272d2814e6d186a7c7ffc7b3ad8a4a1a290707441458e85ea37068a4c486f512a210b3a91aa63e xwininfo-1.0.5.tar.bz2" +sha512sums="b4c3c72de157d33e309694be96dcafabb3240c1883fb3caf44843cba8b90fe09496eb4ab061eba9107115d76ca59a8ec660e11ff968e422ab35cd5e1749ca466 xwininfo-1.1.3.tar.bz2" -- cgit v1.2.3