summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
authorPhil Ruffwind2017-09-22 20:02:48 -0400
committerPhil Ruffwind2017-09-22 20:06:01 -0400
commit1557bbc935f0faf28c486f8f950001057abd51fd (patch)
tree15c0a1582b7c874cbd4b930698350a330afcf000 /PKGBUILD
parent71b80f887c541e7791d1cac052c669302a760312 (diff)
downloadaur-1557bbc935f0faf28c486f8f950001057abd51fd.tar.gz
Include the new ghc-libs as well
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD4
1 files changed, 2 insertions, 2 deletions
diff --git a/PKGBUILD b/PKGBUILD
index 826769b4804e..87e7a59c9d6e 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,7 +1,7 @@
# Maintainer: Phil Ruffwind <rf@rufflewind.com>
pkgname=ghc-pristine
pkgver=8.2.1
-pkgrel=1
+pkgrel=2
pkgdesc="Symlinks to GHC with only boot libs, useful for building static binaries"
arch=(any)
url=https://www.haskell.org/ghc/
@@ -27,7 +27,7 @@ package() {
ver=`pacman -Q ghc`
ver=${ver#* }
ver=${ver%-*}
- pacman -Ql ghc | while read -r line; do
+ pacman -Ql ghc ghc-libs | while read -r line; do
f=${line#* }
f=${f%/}
case $f in