summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorAinola2017-01-08 15:33:27 -0700
committerAinola2017-01-08 15:33:27 -0700
commitfdd04029fcd0193d094f3a8010d003883fb048e1 (patch)
tree365c2b84de3a711b7646092739a73dae585f97bf
parent36dd86534b7e8123b3e450f395402ae9016e2654 (diff)
downloadaur-fdd04029fcd0193d094f3a8010d003883fb048e1.tar.gz
comment out bsdtar commands until new libarchive release
-rw-r--r--.SRCINFO4
-rw-r--r--PKGBUILD12
2 files changed, 10 insertions, 6 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 4e8b82e7b372..79119bb44197 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,9 +1,9 @@
# Generated by mksrcinfo v8
-# Sun Nov 6 16:13:40 UTC 2016
+# Sun Jan 8 22:33:15 UTC 2017
pkgbase = minecraft-technic-launcher
pkgdesc = Choose from thousands of community-made Minecraft modpacks available on the Technic Platform.
pkgver = 4.347
- pkgrel = 3
+ pkgrel = 4
url = http://www.technicpack.net/
arch = any
license = custom
diff --git a/PKGBUILD b/PKGBUILD
index 930bb53d1177..f834130ea8c6 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -3,7 +3,7 @@
pkgname=minecraft-technic-launcher
pkgver=4.347
-pkgrel=3
+pkgrel=4
pkgdesc='Choose from thousands of community-made Minecraft modpacks available on the Technic Platform.'
arch=('any')
license=('custom')
@@ -32,7 +32,11 @@ package(){
"${pkgdir}/usr/share/icons/hicolor/${size}x${size}/apps/technic-launcher.png"
done
- bsdtar xf TechnicLauncher.jar licenses
- mkdir -p "$pkgdir/usr/share/licenses/$pkgname/"
- install -Dm644 licenses/* "$pkgdir/usr/share/licenses/$pkgname/"
+ # Currently there is an issue with libarchive that prohibits extraction.
+ # See https://github.com/libarchive/libarchive/issues/822. Once a new
+ # release is issued, this can be uncommented again.
+
+ #bsdtar xf TechnicLauncher.jar licenses
+ #mkdir -p "$pkgdir/usr/share/licenses/$pkgname/"
+ #install -Dm644 licenses/* "$pkgdir/usr/share/licenses/$pkgname/"
}