summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorhuantian2021-07-02 20:15:47 -0700
committerhuantian2021-07-02 20:15:47 -0700
commit6b0b5d63b2a6aef1edc7059c4959982d514c847c (patch)
tree2c33fed48077ff8be25806e06cbf41337e73a994
parente3827a967fff6f9596f713f0febb618218be36d1 (diff)
downloadaur-6b0b5d63b2a6aef1edc7059c4959982d514c847c.tar.gz
compile with ssl support
-rw-r--r--.SRCINFO2
-rw-r--r--PKGBUILD4
2 files changed, 3 insertions, 3 deletions
diff --git a/.SRCINFO b/.SRCINFO
index f6b5a404c526..9a8c9ff2b504 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,7 +1,7 @@
pkgbase = pax-mc
pkgdesc = The MC modpack manager for professionals.
pkgver = 1.6.0
- pkgrel = 1
+ pkgrel = 2
url = https://github.com/froehlicha/pax
arch = x86_64
license = MIT
diff --git a/PKGBUILD b/PKGBUILD
index 26617ef125f2..a75d2718995e 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,7 +1,7 @@
# Maintainer: David Li <davidtianli@gmail.com>
pkgname=pax-mc
pkgver=1.6.0
-pkgrel=1
+pkgrel=2
pkgdesc="The MC modpack manager for professionals."
arch=('x86_64')
url="https://github.com/froehlicha/pax"
@@ -16,7 +16,7 @@ sha256sums=('3dcc59e10125e0e1ae49bbe22a194cd7350351ba5bb8d0ba938732833c6656e4')
build() {
cd "${srcdir}/pax-${pkgver}"
- echo "y" | nimble build --nimbleDir:"${srcdir}/nimble"
+ echo "y" | nimble build --nimbleDir:"${srcdir}/nimble" -d:ssl
}
package() {