aboutsummaryrefslogtreecommitdiffstats
path: root/main
diff options
context:
space:
mode:
authorprspkt <prspkt@protonmail.com>2018-03-11 09:05:37 +0000
committerSören Tempel <soeren+git@soeren-tempel.net>2018-03-11 14:59:36 +0100
commitce57f78deb64298b2a840d14076305bb581b1c95 (patch)
treed5a0181f83fa144a6d290365db451fd91dad25c4 /main
parent7a67e9416ca7522bb2dfd41e62d4ca88e142c3fa (diff)
downloadaports-ce57f78deb64298b2a840d14076305bb581b1c95.tar.bz2
aports-ce57f78deb64298b2a840d14076305bb581b1c95.tar.xz
main/xwininfo: upgrade to 1.1.4, clarify license
Diffstat (limited to 'main')
-rw-r--r--main/xwininfo/APKBUILD12
1 files changed, 5 insertions, 7 deletions
diff --git a/main/xwininfo/APKBUILD b/main/xwininfo/APKBUILD
index cc4c4aea18..59be47686a 100644
--- a/main/xwininfo/APKBUILD
+++ b/main/xwininfo/APKBUILD
@@ -1,19 +1,18 @@
# Maintainer: Natanael Copa <ncopa@alpinelinux.org>
pkgname=xwininfo
-pkgver=1.1.3
+pkgver=1.1.4
pkgrel=0
pkgdesc="Window information utility for X"
-url="https://cgit.freedesktop.org/xorg/app/xwininfo/"
+url="https://cgit.freedesktop.org/xorg/app/xwininfo"
arch="all"
-license="custom"
+license="MIT"
options="!check" # No test suite.
depends=
makedepends="libx11-dev libxext-dev util-macros"
install=
subpackages="$pkgname-doc"
source="http://www.x.org/releases/individual/app/xwininfo-$pkgver.tar.bz2"
-
-builddir="$srcdir"/$pkgname-$pkgver
+builddir="$srcdir/$pkgname-$pkgver"
build() {
cd "$builddir"
@@ -30,7 +29,6 @@ build() {
package() {
cd "$builddir"
make DESTDIR="$pkgdir" install
- install -Dm644 COPYING "$pkgdir"/usr/share/licenses/$pkgname/COPYING
}
-sha512sums="b4c3c72de157d33e309694be96dcafabb3240c1883fb3caf44843cba8b90fe09496eb4ab061eba9107115d76ca59a8ec660e11ff968e422ab35cd5e1749ca466 xwininfo-1.1.3.tar.bz2"
+sha512sums="d3ab103a0a311e08d1eabc4346750c21eb7d2fbcdc27cab0989a2624b9cd488911614fcf9832603353450114b1231a8f8262cab16e090a0d458d83ec7b6b959b xwininfo-1.1.4.tar.bz2"