summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorSefa Eyeoglu2022-02-04 13:46:17 +0100
committerElijah Gregg2022-02-04 07:45:20 -0700
commitf52e71282e5dd2ccdd2a3d5fa8f0af00905bccd4 (patch)
tree5f85d835bda0db2bc10fb0c689df229334a6d7b8
parent478e680b7216057a0d51ba9ee70455970195f8d3 (diff)
downloadaur-f52e71282e5dd2ccdd2a3d5fa8f0af00905bccd4.tar.gz
Fix build for upstream QuaZip
-rw-r--r--PKGBUILD5
1 files changed, 2 insertions, 3 deletions
diff --git a/PKGBUILD b/PKGBUILD
index 727426194b47..3644d1d446a7 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -5,7 +5,7 @@
_pkgname=polymc
pkgname=${_pkgname}-git
-pkgver=1.0.5.r35.g81fe41a0
+pkgver=1.0.5.r177.g00e12b77
pkgrel=1
pkgdesc="Minecraft launcher with ability to manage multiple instances."
arch=('i686' 'x86_64')
@@ -22,7 +22,7 @@ optdepends=('glfw: to use system GLFW libraries'
)
source=("git+https://github.com/PolyMC/PolyMC"
"git+https://github.com/MultiMC/libnbtplusplus"
- "git+https://github.com/PolyMC/quazip")
+ "git+https://github.com/stachenov/quazip")
sha256sums=('SKIP'
'SKIP'
@@ -63,7 +63,6 @@ check() {
package() {
cd "${srcdir}/PolyMC/build"
make install DESTDIR="${pkgdir}"
- install -D "${srcdir}/PolyMC/build/libLauncher_quazip.so" "${pkgdir}/usr/lib/libLauncher_quazip.so"
install -D "${srcdir}/PolyMC/build/libLauncher_nbt++.so" "${pkgdir}/usr/lib/libLauncher_nbt++.so"
}