summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorRudy Matela2024-02-01 11:09:14 +0100
committerRudy Matela2024-02-01 11:09:14 +0100
commit885d2068a4335d076fc94cc0fdb465a3765d2848 (patch)
treeebdf4a5121c3c81d9be38ceb5db0c6f2986b9049
parent96b497caad18dce7d6494e36beb1411df340ba5b (diff)
downloadaur-885d2068a4335d076fc94cc0fdb465a3765d2848.tar.gz
remove uneeded prepare step and noextract
-rw-r--r--PKGBUILD9
1 files changed, 1 insertions, 8 deletions
diff --git a/PKGBUILD b/PKGBUILD
index 639d57ad038a..7f330320fd69 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -20,7 +20,7 @@
pkgname=ghc9.8-bin
pkgver=9.8.1
-pkgrel=3
+pkgrel=4
_ver_branch=9.8
pkgdesc="Binary GHC ${_ver_branch} installed on /usr/bin/ghc-${_ver_branch}"
arch=('x86_64')
@@ -32,15 +32,8 @@ install='ghc.install'
provides=("ghc${_ver_branch}")
conflicts=("ghc${_ver_branch}")
source=("https://www.haskell.org/ghc/dist/${pkgver}/ghc-${pkgver}-${CARCH}-deb12-linux.tar.xz")
-noextract=("ghc-${pkgver}-${CARCH}-deb12-linux.tar.xz")
sha256sums=('92c79d502c946463d2dd3c63dfd1d6d1ddda139d0b2654c2ce5e56ab8b045e06')
-prepare() {
- # for some reason, bsdtar cannot unpack this file:
- tar -xf "ghc-${pkgver}-${CARCH}-deb12-linux.tar.xz"
- # see https://wiki.archlinux.org/index.php/PKGBUILD#noextract
-}
-
build() {
cd ghc-${pkgver}-${CARCH}-unknown-linux