summarylogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--.SRCINFO2
-rw-r--r--PKGBUILD4
2 files changed, 3 insertions, 3 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 9a8c9ff2b504..dd9679645fba 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,7 +1,7 @@
pkgbase = pax-mc
pkgdesc = The MC modpack manager for professionals.
pkgver = 1.6.0
- pkgrel = 2
+ pkgrel = 3
url = https://github.com/froehlicha/pax
arch = x86_64
license = MIT
diff --git a/PKGBUILD b/PKGBUILD
index a75d2718995e..2a2468a76f8d 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,7 +1,7 @@
# Maintainer: David Li <davidtianli@gmail.com>
pkgname=pax-mc
pkgver=1.6.0
-pkgrel=2
+pkgrel=3
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" -d:ssl
+ echo "y" | nimble build --nimbleDir:"${srcdir}/nimble" -d:ssl -d:release
}
package() {