summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
authorsL1pKn072022-10-21 22:12:22 +0200
committersL1pKn072022-10-21 22:12:22 +0200
commita21edf17c0dc575d45128639fff369ebfcc8aa58 (patch)
tree1bee1a2d222e4eff3ba633301f184d654b6ebeda /PKGBUILD
parent5d814ed1b2075d460685d93ff6200232a36f3492 (diff)
downloadaur-a21edf17c0dc575d45128639fff369ebfcc8aa58.tar.gz
Update to 0.4.2
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD12
1 files changed, 6 insertions, 6 deletions
diff --git a/PKGBUILD b/PKGBUILD
index 1736aad9d445..0ce443d3b466 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,5 +1,5 @@
pkgname=lib32-xcb-util-wm
-pkgver=0.4.1
+pkgver=0.4.2
pkgrel=1
pkgdesc="Utility libraries for XC Binding - client and window-manager helpers for ICCCM. (32-bits)"
arch=('x86_64')
@@ -9,12 +9,12 @@ depends=('lib32-libxcb'
"xcb-util-wm=${pkgver}"
)
makedepends=('xorg-util-macros')
-source=("https://xcb.freedesktop.org/dist/xcb-util-wm-${pkgver}.tar.bz2"
- 'LICENSE::https://raw.githubusercontent.com/archlinux/svntogit-packages/packages/xcb-util-wm/trunk/LICENSE'
+source=("https://xorg.freedesktop.org/archive/individual/lib/xcb-util-wm-${pkgver}.tar.xz"{,.sig}
)
-sha512sums=('cd1b3bcf9fcfc52e329ddc42b370d50dcf7d473c8e94f01cf7ea7fdbe0dc9176790890214eecb2a8ac43405f4938c121e38d282ae988cd8e90a6610d214ef326'
- '62f83468f9d9503a5a8c1ebaac78cbaefe3c485f8bfd7192817ec59254872fe2914ed66ae8b9e7f7a6ef5af283048c11390f44eb8f0f70b1c136ef5c75282e8c'
+sha512sums=('eab6588e6a47d28a3b25ecd13b5018529419db6b49c74458c093699b60a194933be1e1f6f7799abf03344f7ebc7af88586ff2935938d53644bdd5c763a7fa9b0'
+ 'SKIP'
)
+options=('debug')
prepare() {
mkdir -p build
@@ -39,7 +39,7 @@ build() {
package() {
make -C build DESTDIR="${pkgdir}" install
- install -Dm644 "${srcdir}/LICENSE" "${pkgdir}/usr/share/licenses/${pkgname}/LICENSE"
+ install -Dm644 "xcb-util-wm-${pkgver}/LICENSE" "${pkgdir}/usr/share/licenses/${pkgname}/LICENSE"
rm -fr "${pkgdir}/usr/include"
}