diff --git a/main/abuild-aarch64-qemu-workaround/APKBUILD b/main/abuild-aarch64-qemu-workaround/APKBUILD index cf06ec29b..91817d574 100644 --- a/main/abuild-aarch64-qemu-workaround/APKBUILD +++ b/main/abuild-aarch64-qemu-workaround/APKBUILD @@ -1,6 +1,6 @@ pkgname=abuild-aarch64-qemu-workaround pkgver=3.1.0 -pkgrel=0 +pkgrel=1 pkgdesc="Patched abuild-tar that works with Qemu" url="https://gitlab.com/postmarketOS/pmbootstrap/issues/546" arch="aarch64" @@ -9,7 +9,7 @@ depends="" install="$pkgname.post-install" options="!check" source="abuild-$pkgver.tar.gz::https://github.com/alpinelinux/abuild/archive/v$pkgver.tar.gz write-check-count.patch" -makedepends="libressl-dev" +makedepends="openssl-dev" builddir="$srcdir/abuild-$pkgver" build() {