summaryrefslogtreecommitdiff
path: root/user/xcb-proto
diff options
context:
space:
mode:
Diffstat (limited to 'user/xcb-proto')
-rw-r--r--user/xcb-proto/APKBUILD5
1 files changed, 1 insertions, 4 deletions
diff --git a/user/xcb-proto/APKBUILD b/user/xcb-proto/APKBUILD
index 256d44c84..2973e9e52 100644
--- a/user/xcb-proto/APKBUILD
+++ b/user/xcb-proto/APKBUILD
@@ -11,7 +11,6 @@ makedepends="python3"
source="https://xcb.freedesktop.org/dist/$pkgname-$pkgver.tar.bz2"
build() {
- cd "$builddir"
./configure \
--build=$CBUILD \
--host=$CHOST \
@@ -20,13 +19,11 @@ build() {
}
check() {
- cd "$builddir"
make check
}
package() {
- cd "$builddir"
make DESTDIR="$pkgdir" install
- install -m644 -Dt "$pkgdir"/usr/share/licenses/$pkgname/ COPYING
}
+
sha512sums="002aa2aa0ad503977e03419c6f136f1e3aa8c787916830ce6d6be8f81ca99edc1d8fc5f71ce8c592b490cc767bf6567695f0bafe55fe3f743076bcddbaac07f7 xcb-proto-1.13.tar.bz2"