diff options
author | A. Wilcox <AWilcox@Wilcox-Tech.com> | 2018-07-19 17:27:33 -0500 |
---|---|---|
committer | A. Wilcox <AWilcox@Wilcox-Tech.com> | 2018-07-19 17:27:33 -0500 |
commit | 12842f346c51b56c54b193c0b03f4bcf5b96f26b (patch) | |
tree | e85f31a59e024c102af581e86eaf32bc212bf1dc /system/libucontext/APKBUILD | |
parent | b493aa58d0b77f342199d3b410e0b57f91d03940 (diff) | |
download | packages-12842f346c51b56c54b193c0b03f4bcf5b96f26b.tar.gz packages-12842f346c51b56c54b193c0b03f4bcf5b96f26b.tar.bz2 packages-12842f346c51b56c54b193c0b03f4bcf5b96f26b.tar.xz packages-12842f346c51b56c54b193c0b03f4bcf5b96f26b.zip |
system/libucontext: update URL, fix x86_64 crash
Diffstat (limited to 'system/libucontext/APKBUILD')
-rw-r--r-- | system/libucontext/APKBUILD | 11 |
1 files changed, 7 insertions, 4 deletions
diff --git a/system/libucontext/APKBUILD b/system/libucontext/APKBUILD index 312e7e83a..425b7ec96 100644 --- a/system/libucontext/APKBUILD +++ b/system/libucontext/APKBUILD @@ -1,14 +1,16 @@ # Maintainer: William Pitcock <nenolod@dereferenced.org> pkgname=libucontext pkgver=0.1.2 -pkgrel=0 +pkgrel=1 pkgdesc="ucontext function implementations" -url="http://github.com/kaniini/libucontext" +url="https://git.dereferenced.org/kaniini/libucontext/" arch="all" license="ISC" depends="" subpackages="$pkgname-dev" -source="https://distfiles.dereferenced.org/libucontext/libucontext-$pkgver.tar.xz" +source="https://distfiles.dereferenced.org/libucontext/libucontext-$pkgver.tar.xz + 0001-Reorder-registers-in-other-assembler-files.patch + " case "$CTARGET_ARCH" in armhf) LIBUCONTEXT_ARCH="arm" ;; @@ -32,4 +34,5 @@ package() { make ARCH="$LIBUCONTEXT_ARCH" DESTDIR="$pkgdir" install } -sha512sums="0c1d74341487d3128667abe9b6594f70c41b4e26bfff656c96eff5de55795f3f4186b3f46281503daf0ee3694a3c10966dd733a6779f49544759a5fe8e6fcdf5 libucontext-0.1.2.tar.xz" +sha512sums="0c1d74341487d3128667abe9b6594f70c41b4e26bfff656c96eff5de55795f3f4186b3f46281503daf0ee3694a3c10966dd733a6779f49544759a5fe8e6fcdf5 libucontext-0.1.2.tar.xz +7f3904e5a10db88cfb3e201b0b370c8c04da5ef33fbf9e177a9bc2da5defbe984057c4be1d1e74672b59a9d4978cf0a7233dc3d661c53aeba355ea91d1ebc24b 0001-Reorder-registers-in-other-assembler-files.patch" |