diff options
author | Natanael Copa <ncopa@alpinelinux.org> | 2017-06-14 19:38:43 +0000 |
---|---|---|
committer | Natanael Copa <ncopa@alpinelinux.org> | 2017-06-14 20:24:41 +0000 |
commit | 6198a91d26ffa8c6235c5e9a0e4ab1904cfb343a (patch) | |
tree | 1705ec9e17c560a49ec0b9243d462d48aa2660c6 | |
parent | e726a367dde062d28351dc65e26a88be19d72f0a (diff) | |
download | aports-6198a91d26ffa8c6235c5e9a0e4ab1904cfb343a.tar.bz2 aports-6198a91d26ffa8c6235c5e9a0e4ab1904cfb343a.tar.xz |
main/xdpyinfo: upgrade to 1.3.2
-rw-r--r-- | main/xdpyinfo/APKBUILD | 17 |
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" |