community/xprop: upgrade to 1.2.7

This commit is contained in:
Krassy Boykinov 2024-02-08 15:53:08 +01:00 committed by Natanael Copa
parent e13d6770cb
commit e8d46afc8b

View File

@ -1,7 +1,7 @@
# Contributor: Natanael Copa <ncopa@alpinelinux.org>
# Maintainer: Natanael Copa <ncopa@alpinelinux.org>
pkgname=xprop
pkgver=1.2.5
pkgver=1.2.7
pkgrel=0
pkgdesc="Property displayer for X"
url="https://cgit.freedesktop.org/xorg/app/xprop"
@ -9,7 +9,7 @@ arch="all"
license="MIT"
makedepends="libx11-dev util-macros"
subpackages="$pkgname-doc"
source="https://www.x.org/archive/individual/app/xprop-$pkgver.tar.bz2"
source="https://www.x.org/archive/individual/app/xprop-$pkgver.tar.xz"
build() {
./configure \
@ -27,4 +27,6 @@ package() {
make DESTDIR="$pkgdir" install
}
sha512sums="93cfa621fa76ca6e8e780a252c508380b6dc9db39b67bfca16bb9800f0d39110f5d18189409a8577ef79e98bf5eece17f5e23f2218ca72ae8bb04ee7b429d559 xprop-1.2.5.tar.bz2"
sha512sums="
84ada23660e2aef7024352e1a774f920e86c55fbfda486c087b9f41f8da30a84734fe753b62432f3df16913e86da4a18ce04ca018091d444cef727de97bf94f1 xprop-1.2.7.tar.xz
"