[arch-commits] Commit in haskell-disk-free-space/trunk (PKGBUILD)

2020-12-23 Thread Felix Yan via arch-commits
Date: Wednesday, December 23, 2020 @ 22:46:39
  Author: felixonmars
Revision: 785591

upgpkg: haskell-disk-free-space 0.1.0.1-20: rebuild with ghc 8.10.3

Modified:
  haskell-disk-free-space/trunk/PKGBUILD

--+
 PKGBUILD |2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

Modified: PKGBUILD
===
--- PKGBUILD2020-12-23 22:46:17 UTC (rev 785590)
+++ PKGBUILD2020-12-23 22:46:39 UTC (rev 785591)
@@ -4,7 +4,7 @@
 _hkgname=disk-free-space
 pkgname=haskell-disk-free-space
 pkgver=0.1.0.1
-pkgrel=19
+pkgrel=20
 pkgdesc="Retrieve information about disk space usage"
 url="https://github.com/redneb/disk-free-space;
 license=("BSD")


[arch-commits] Commit in haskell-disk-free-space/trunk (PKGBUILD)

2020-08-30 Thread Felix Yan via arch-commits
Date: Sunday, August 30, 2020 @ 11:17:02
  Author: felixonmars
Revision: 692718

upgpkg: haskell-disk-free-space 0.1.0.1-19: rebuild with happy 1.20.0

Modified:
  haskell-disk-free-space/trunk/PKGBUILD

--+
 PKGBUILD |2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

Modified: PKGBUILD
===
--- PKGBUILD2020-08-30 11:16:05 UTC (rev 692717)
+++ PKGBUILD2020-08-30 11:17:02 UTC (rev 692718)
@@ -4,7 +4,7 @@
 _hkgname=disk-free-space
 pkgname=haskell-disk-free-space
 pkgver=0.1.0.1
-pkgrel=18
+pkgrel=19
 pkgdesc="Retrieve information about disk space usage"
 url="https://github.com/redneb/disk-free-space;
 license=("BSD")


[arch-commits] Commit in haskell-disk-free-space/trunk (PKGBUILD)

2020-08-16 Thread Felix Yan via arch-commits
Date: Monday, August 17, 2020 @ 05:58:03
  Author: felixonmars
Revision: 682223

upgpkg: haskell-disk-free-space 0.1.0.1-18: rebuild with ghc 8.10.2

Modified:
  haskell-disk-free-space/trunk/PKGBUILD

--+
 PKGBUILD |4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

Modified: PKGBUILD
===
--- PKGBUILD2020-08-17 05:57:31 UTC (rev 68)
+++ PKGBUILD2020-08-17 05:58:03 UTC (rev 682223)
@@ -4,7 +4,7 @@
 _hkgname=disk-free-space
 pkgname=haskell-disk-free-space
 pkgver=0.1.0.1
-pkgrel=17
+pkgrel=18
 pkgdesc="Retrieve information about disk space usage"
 url="https://github.com/redneb/disk-free-space;
 license=("BSD")
@@ -20,7 +20,7 @@
 runhaskell Setup configure -O --enable-shared --enable-executable-dynamic 
--disable-library-vanilla \
 --prefix=/usr --docdir=/usr/share/doc/$pkgname \
 --dynlibdir=/usr/lib --libsubdir=\$compiler/site-local/\$pkgid
-runhaskell Setup build
+runhaskell Setup build $MAKEFLAGS
 runhaskell Setup register --gen-script
 runhaskell Setup unregister --gen-script
 sed -i -r -e "s|ghc-pkg.*update[^ ]* |&'--force' |" register.sh


[arch-commits] Commit in haskell-disk-free-space/trunk (PKGBUILD)

2020-04-23 Thread Felix Yan via arch-commits
Date: Thursday, April 23, 2020 @ 10:54:12
  Author: felixonmars
Revision: 618002

upgpkg: haskell-disk-free-space 0.1.0.1-17: rebuild with ghc 8.10.1

Modified:
  haskell-disk-free-space/trunk/PKGBUILD

--+
 PKGBUILD |2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

Modified: PKGBUILD
===
--- PKGBUILD2020-04-23 10:53:47 UTC (rev 618001)
+++ PKGBUILD2020-04-23 10:54:12 UTC (rev 618002)
@@ -4,7 +4,7 @@
 _hkgname=disk-free-space
 pkgname=haskell-disk-free-space
 pkgver=0.1.0.1
-pkgrel=16
+pkgrel=17
 pkgdesc="Retrieve information about disk space usage"
 url="https://github.com/redneb/disk-free-space;
 license=("BSD")


[arch-commits] Commit in haskell-disk-free-space/trunk (PKGBUILD)

2020-02-26 Thread Felix Yan via arch-commits
Date: Wednesday, February 26, 2020 @ 21:17:37
  Author: felixonmars
Revision: 583256

upgpkg: haskell-disk-free-space 0.1.0.1-16: rebuild with ghc 8.8.3

Modified:
  haskell-disk-free-space/trunk/PKGBUILD

--+
 PKGBUILD |6 +++---
 1 file changed, 3 insertions(+), 3 deletions(-)

Modified: PKGBUILD
===
--- PKGBUILD2020-02-26 21:17:02 UTC (rev 583255)
+++ PKGBUILD2020-02-26 21:17:37 UTC (rev 583256)
@@ -4,7 +4,7 @@
 _hkgname=disk-free-space
 pkgname=haskell-disk-free-space
 pkgver=0.1.0.1
-pkgrel=15
+pkgrel=16
 pkgdesc="Retrieve information about disk space usage"
 url="https://github.com/redneb/disk-free-space;
 license=("BSD")
@@ -33,6 +33,6 @@
 install -D -m744 register.sh 
"$pkgdir"/usr/share/haskell/register/$pkgname.sh
 install -D -m744 unregister.sh 
"$pkgdir"/usr/share/haskell/unregister/$pkgname.sh
 runhaskell Setup copy --destdir="$pkgdir"
-install -D -m644 "LICENSE" 
"${pkgdir}/usr/share/licenses/${pkgname}/LICENSE"
-rm -f "${pkgdir}/usr/share/doc/${pkgname}/LICENSE"
+install -D -m644 LICENSE "$pkgdir"/usr/share/licenses/$pkgname/LICENSE
+rm -f "$pkgdir"/usr/share/doc/$pkgname/LICENSE
 }


[arch-commits] Commit in haskell-disk-free-space/trunk (PKGBUILD)

2020-02-14 Thread Felix Yan via arch-commits
Date: Friday, February 14, 2020 @ 21:48:00
  Author: felixonmars
Revision: 571309

upgpkg: haskell-disk-free-space 0.1.0.1-15: rebuild with ghc 8.8.2

Modified:
  haskell-disk-free-space/trunk/PKGBUILD

--+
 PKGBUILD |2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

Modified: PKGBUILD
===
--- PKGBUILD2020-02-14 21:47:29 UTC (rev 571308)
+++ PKGBUILD2020-02-14 21:48:00 UTC (rev 571309)
@@ -4,7 +4,7 @@
 _hkgname=disk-free-space
 pkgname=haskell-disk-free-space
 pkgver=0.1.0.1
-pkgrel=14
+pkgrel=15
 pkgdesc="Retrieve information about disk space usage"
 url="https://github.com/redneb/disk-free-space;
 license=("BSD")


[arch-commits] Commit in haskell-disk-free-space/trunk (PKGBUILD)

2020-01-08 Thread Felix Yan via arch-commits
Date: Wednesday, January 8, 2020 @ 18:34:20
  Author: felixonmars
Revision: 550410

upgpkg: haskell-disk-free-space 0.1.0.1-14: rebuild with ghc 8.8.1, 
cabal-doctest 1.0.7

Modified:
  haskell-disk-free-space/trunk/PKGBUILD

--+
 PKGBUILD |2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

Modified: PKGBUILD
===
--- PKGBUILD2020-01-08 18:33:47 UTC (rev 550409)
+++ PKGBUILD2020-01-08 18:34:20 UTC (rev 550410)
@@ -4,7 +4,7 @@
 _hkgname=disk-free-space
 pkgname=haskell-disk-free-space
 pkgver=0.1.0.1
-pkgrel=13
+pkgrel=14
 pkgdesc="Retrieve information about disk space usage"
 url="https://github.com/redneb/disk-free-space;
 license=("BSD")


[arch-commits] Commit in haskell-disk-free-space/trunk (PKGBUILD)

2019-04-24 Thread Felix Yan via arch-commits
Date: Thursday, April 25, 2019 @ 00:48:32
  Author: felixonmars
Revision: 453583

upgpkg: haskell-disk-free-space 0.1.0.1-13

rebuild with ghc 8.6.5

Modified:
  haskell-disk-free-space/trunk/PKGBUILD

--+
 PKGBUILD |2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

Modified: PKGBUILD
===
--- PKGBUILD2019-04-25 00:48:02 UTC (rev 453582)
+++ PKGBUILD2019-04-25 00:48:32 UTC (rev 453583)
@@ -4,7 +4,7 @@
 _hkgname=disk-free-space
 pkgname=haskell-disk-free-space
 pkgver=0.1.0.1
-pkgrel=12
+pkgrel=13
 pkgdesc="Retrieve information about disk space usage"
 url="https://github.com/redneb/disk-free-space;
 license=("BSD")


[arch-commits] Commit in haskell-disk-free-space/trunk (PKGBUILD)

2019-03-09 Thread Felix Yan via arch-commits
Date: Saturday, March 9, 2019 @ 15:49:31
  Author: felixonmars
Revision: 438353

upgpkg: haskell-disk-free-space 0.1.0.1-12

rebuild with ghc 8.6.4

Modified:
  haskell-disk-free-space/trunk/PKGBUILD

--+
 PKGBUILD |2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

Modified: PKGBUILD
===
--- PKGBUILD2019-03-09 15:48:58 UTC (rev 438352)
+++ PKGBUILD2019-03-09 15:49:31 UTC (rev 438353)
@@ -4,7 +4,7 @@
 _hkgname=disk-free-space
 pkgname=haskell-disk-free-space
 pkgver=0.1.0.1
-pkgrel=11
+pkgrel=12
 pkgdesc="Retrieve information about disk space usage"
 url="https://github.com/redneb/disk-free-space;
 license=("BSD")


[arch-commits] Commit in haskell-disk-free-space/trunk (PKGBUILD)

2018-12-09 Thread Felix Yan via arch-commits
Date: Sunday, December 9, 2018 @ 20:33:08
  Author: felixonmars
Revision: 413160

upgpkg: haskell-disk-free-space 0.1.0.1-11

rebuild with ghc 8.6.3

Modified:
  haskell-disk-free-space/trunk/PKGBUILD

--+
 PKGBUILD |4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

Modified: PKGBUILD
===
--- PKGBUILD2018-12-09 20:32:38 UTC (rev 413159)
+++ PKGBUILD2018-12-09 20:33:08 UTC (rev 413160)
@@ -4,10 +4,10 @@
 _hkgname=disk-free-space
 pkgname=haskell-disk-free-space
 pkgver=0.1.0.1
-pkgrel=10
+pkgrel=11
 pkgdesc="Retrieve information about disk space usage"
 url="https://github.com/redneb/disk-free-space;
-license=("custom:BSD3")
+license=("BSD")
 arch=('x86_64')
 depends=('ghc-libs')
 makedepends=('ghc')


[arch-commits] Commit in haskell-disk-free-space/trunk (PKGBUILD)

2018-11-06 Thread Felix Yan via arch-commits
Date: Tuesday, November 6, 2018 @ 18:34:14
  Author: felixonmars
Revision: 401841

upgpkg: haskell-disk-free-space 0.1.0.1-10

rebuild with ghc 8.6.1

Modified:
  haskell-disk-free-space/trunk/PKGBUILD

--+
 PKGBUILD |   14 +++---
 1 file changed, 7 insertions(+), 7 deletions(-)

Modified: PKGBUILD
===
--- PKGBUILD2018-11-06 18:34:01 UTC (rev 401840)
+++ PKGBUILD2018-11-06 18:34:14 UTC (rev 401841)
@@ -4,7 +4,7 @@
 _hkgname=disk-free-space
 pkgname=haskell-disk-free-space
 pkgver=0.1.0.1
-pkgrel=9
+pkgrel=10
 pkgdesc="Retrieve information about disk space usage"
 url="https://github.com/redneb/disk-free-space;
 license=("custom:BSD3")
@@ -15,10 +15,10 @@
 
sha512sums=('7e798e5428a8ee1a226c28172aca93940dae7aeec5f6fc0a7500da0299074a007f3b5a1d53d7282def245e4b829f86ff9f18ee1f8e824fa259052d5f2434729a')
 
 build() {
-cd "${srcdir}/${_hkgname}-${pkgver}"
+cd $_hkgname-$pkgver
 
 runhaskell Setup configure -O --enable-shared --enable-executable-dynamic 
--disable-library-vanilla \
---prefix=/usr --docdir="/usr/share/doc/${pkgname}" \
+--prefix=/usr --docdir=/usr/share/doc/$pkgname \
 --dynlibdir=/usr/lib --libsubdir=\$compiler/site-local/\$pkgid
 runhaskell Setup build
 runhaskell Setup register --gen-script
@@ -28,11 +28,11 @@
 }
 
 package() {
-cd "${srcdir}/${_hkgname}-${pkgver}"
+cd $_hkgname-$pkgver
 
-install -D -m744 register.sh   
"${pkgdir}/usr/share/haskell/register/${pkgname}.sh"
-install -D -m744 unregister.sh 
"${pkgdir}/usr/share/haskell/unregister/${pkgname}.sh"
-runhaskell Setup copy --destdir="${pkgdir}"
+install -D -m744 register.sh 
"$pkgdir"/usr/share/haskell/register/$pkgname.sh
+install -D -m744 unregister.sh 
"$pkgdir"/usr/share/haskell/unregister/$pkgname.sh
+runhaskell Setup copy --destdir="$pkgdir"
 install -D -m644 "LICENSE" 
"${pkgdir}/usr/share/licenses/${pkgname}/LICENSE"
 rm -f "${pkgdir}/usr/share/doc/${pkgname}/LICENSE"
 }


[arch-commits] Commit in haskell-disk-free-space/trunk (PKGBUILD)

2018-10-14 Thread Felix Yan via arch-commits
Date: Sunday, October 14, 2018 @ 14:05:44
  Author: felixonmars
Revision: 393584

upgpkg: haskell-disk-free-space 0.1.0.1-9

rebuild with ghc 8.6.1

Modified:
  haskell-disk-free-space/trunk/PKGBUILD

--+
 PKGBUILD |2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

Modified: PKGBUILD
===
--- PKGBUILD2018-10-14 14:05:07 UTC (rev 393583)
+++ PKGBUILD2018-10-14 14:05:44 UTC (rev 393584)
@@ -4,7 +4,7 @@
 _hkgname=disk-free-space
 pkgname=haskell-disk-free-space
 pkgver=0.1.0.1
-pkgrel=8
+pkgrel=9
 pkgdesc="Retrieve information about disk space usage"
 url="https://github.com/redneb/disk-free-space;
 license=("custom:BSD3")


[arch-commits] Commit in haskell-disk-free-space/trunk (PKGBUILD)

2018-06-01 Thread Felix Yan via arch-commits
Date: Friday, June 1, 2018 @ 15:34:12
  Author: felixonmars
Revision: 336174

upgpkg: haskell-disk-free-space 0.1.0.1-8

rebuild with ghc 8.4.3

Modified:
  haskell-disk-free-space/trunk/PKGBUILD

--+
 PKGBUILD |2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

Modified: PKGBUILD
===
--- PKGBUILD2018-06-01 15:33:34 UTC (rev 336173)
+++ PKGBUILD2018-06-01 15:34:12 UTC (rev 336174)
@@ -5,7 +5,7 @@
 _hkgname=disk-free-space
 pkgname=haskell-disk-free-space
 pkgver=0.1.0.1
-pkgrel=7
+pkgrel=8
 pkgdesc="Retrieve information about disk space usage"
 url="https://github.com/redneb/disk-free-space;
 license=("custom:BSD3")


[arch-commits] Commit in haskell-disk-free-space/trunk (PKGBUILD)

2018-05-17 Thread Felix Yan via arch-commits
Date: Thursday, May 17, 2018 @ 19:53:20
  Author: felixonmars
Revision: 324080

upgpkg: haskell-disk-free-space 0.1.0.1-7

rebuild with ghc 8.4.2

Modified:
  haskell-disk-free-space/trunk/PKGBUILD

--+
 PKGBUILD |2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

Modified: PKGBUILD
===
--- PKGBUILD2018-05-17 19:52:44 UTC (rev 324079)
+++ PKGBUILD2018-05-17 19:53:20 UTC (rev 324080)
@@ -5,7 +5,7 @@
 _hkgname=disk-free-space
 pkgname=haskell-disk-free-space
 pkgver=0.1.0.1
-pkgrel=6
+pkgrel=7
 pkgdesc="Retrieve information about disk space usage"
 url="https://github.com/redneb/disk-free-space;
 license=("custom:BSD3")


[arch-commits] Commit in haskell-disk-free-space/trunk (PKGBUILD)

2017-11-25 Thread Felix Yan via arch-commits
Date: Sunday, November 26, 2017 @ 05:48:35
  Author: felixonmars
Revision: 268601

upgpkg: haskell-disk-free-space 0.1.0.1-6

rebuild with ghc 8.2.2

Modified:
  haskell-disk-free-space/trunk/PKGBUILD

--+
 PKGBUILD |2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

Modified: PKGBUILD
===
--- PKGBUILD2017-11-26 05:48:05 UTC (rev 268600)
+++ PKGBUILD2017-11-26 05:48:35 UTC (rev 268601)
@@ -5,7 +5,7 @@
 _hkgname=disk-free-space
 pkgname=haskell-disk-free-space
 pkgver=0.1.0.1
-pkgrel=5
+pkgrel=6
 pkgdesc="Retrieve information about disk space usage"
 url="https://github.com/redneb/disk-free-space;
 license=("custom:BSD3")


[arch-commits] Commit in haskell-disk-free-space/trunk (PKGBUILD)

2017-09-22 Thread Felix Yan
Date: Friday, September 22, 2017 @ 17:02:57
  Author: felixonmars
Revision: 259648

upgpkg: haskell-disk-free-space 0.1.0.1-5

Modified:
  haskell-disk-free-space/trunk/PKGBUILD

--+
 PKGBUILD |9 +++--
 1 file changed, 3 insertions(+), 6 deletions(-)

Modified: PKGBUILD
===
--- PKGBUILD2017-09-22 16:54:23 UTC (rev 259647)
+++ PKGBUILD2017-09-22 17:02:57 UTC (rev 259648)
@@ -5,7 +5,7 @@
 _hkgname=disk-free-space
 pkgname=haskell-disk-free-space
 pkgver=0.1.0.1
-pkgrel=4
+pkgrel=5
 pkgdesc="Retrieve information about disk space usage"
 url="https://github.com/redneb/disk-free-space;
 license=("custom:BSD3")
@@ -13,12 +13,12 @@
 depends=('ghc-libs')
 makedepends=('ghc')
 
source=("https://hackage.haskell.org/packages/archive/${_hkgname}/${pkgver}/${_hkgname}-${pkgver}.tar.gz;)
-sha256sums=('f17a4f9c3b41083ccbb6c11b2debdbc705f86097b7459ff0f46cc01d2692381f')
+sha512sums=('7e798e5428a8ee1a226c28172aca93940dae7aeec5f6fc0a7500da0299074a007f3b5a1d53d7282def245e4b829f86ff9f18ee1f8e824fa259052d5f2434729a')
 
 build() {
 cd "${srcdir}/${_hkgname}-${pkgver}"
 
-runhaskell Setup configure -O --enable-shared --enable-executable-dynamic \
+runhaskell Setup configure -O --enable-shared --enable-executable-dynamic 
--disable-library-vanilla \
 --prefix=/usr --docdir="/usr/share/doc/${pkgname}" \
 --dynlibdir=/usr/lib --libsubdir=\$compiler/site-local/\$pkgid
 runhaskell Setup build
@@ -36,7 +36,4 @@
 runhaskell Setup copy --destdir="${pkgdir}"
 install -D -m644 "LICENSE" 
"${pkgdir}/usr/share/licenses/${pkgname}/LICENSE"
 rm -f "${pkgdir}/usr/share/doc/${pkgname}/LICENSE"
-
-# Remove static libs
-find "$pkgdir"/usr/lib -name "*.a" -delete
 }


[arch-commits] Commit in haskell-disk-free-space/trunk (PKGBUILD)

2017-08-14 Thread Felix Yan
Date: Tuesday, August 15, 2017 @ 05:24:44
  Author: felixonmars
Revision: 250542

upgpkg: haskell-disk-free-space 0.1.0.1-4

GHC 8.2.1 rebuild

Modified:
  haskell-disk-free-space/trunk/PKGBUILD

--+
 PKGBUILD |   10 --
 1 file changed, 4 insertions(+), 6 deletions(-)

Modified: PKGBUILD
===
--- PKGBUILD2017-08-15 05:23:47 UTC (rev 250541)
+++ PKGBUILD2017-08-15 05:24:44 UTC (rev 250542)
@@ -5,12 +5,13 @@
 _hkgname=disk-free-space
 pkgname=haskell-disk-free-space
 pkgver=0.1.0.1
-pkgrel=3
+pkgrel=4
 pkgdesc="Retrieve information about disk space usage"
 url="https://github.com/redneb/disk-free-space;
 license=("custom:BSD3")
 arch=('i686' 'x86_64')
-depends=("ghc")
+depends=('ghc-libs')
+makedepends=('ghc')
 
source=("https://hackage.haskell.org/packages/archive/${_hkgname}/${pkgver}/${_hkgname}-${pkgver}.tar.gz;)
 sha256sums=('f17a4f9c3b41083ccbb6c11b2debdbc705f86097b7459ff0f46cc01d2692381f')
 
@@ -19,9 +20,8 @@
 
 runhaskell Setup configure -O --enable-shared --enable-executable-dynamic \
 --prefix=/usr --docdir="/usr/share/doc/${pkgname}" \
---libsubdir=\$compiler/site-local/\$pkgid
+--dynlibdir=/usr/lib --libsubdir=\$compiler/site-local/\$pkgid
 runhaskell Setup build
-runhaskell Setup haddock --hoogle --html
 runhaskell Setup register --gen-script
 runhaskell Setup unregister --gen-script
 sed -i -r -e "s|ghc-pkg.*update[^ ]* |&'--force' |" register.sh
@@ -33,8 +33,6 @@
 
 install -D -m744 register.sh   
"${pkgdir}/usr/share/haskell/register/${pkgname}.sh"
 install -D -m744 unregister.sh 
"${pkgdir}/usr/share/haskell/unregister/${pkgname}.sh"
-install -d -m755 "${pkgdir}/usr/share/doc/ghc/html/libraries"
-ln -s "/usr/share/doc/${pkgname}/html" 
"${pkgdir}/usr/share/doc/ghc/html/libraries/${_hkgname}"
 runhaskell Setup copy --destdir="${pkgdir}"
 install -D -m644 "LICENSE" 
"${pkgdir}/usr/share/licenses/${pkgname}/LICENSE"
 rm -f "${pkgdir}/usr/share/doc/${pkgname}/LICENSE"


[arch-commits] Commit in haskell-disk-free-space/trunk (PKGBUILD)

2017-06-17 Thread Felix Yan
Date: Saturday, June 17, 2017 @ 14:24:42
  Author: felixonmars
Revision: 237890

upgpkg: haskell-disk-free-space 0.1.0.1-3

rebuild with ghc,8.0.2

Modified:
  haskell-disk-free-space/trunk/PKGBUILD

--+
 PKGBUILD |9 ++---
 1 file changed, 6 insertions(+), 3 deletions(-)

Modified: PKGBUILD
===
--- PKGBUILD2017-06-17 14:21:48 UTC (rev 237889)
+++ PKGBUILD2017-06-17 14:24:42 UTC (rev 237890)
@@ -5,12 +5,12 @@
 _hkgname=disk-free-space
 pkgname=haskell-disk-free-space
 pkgver=0.1.0.1
-pkgrel=2
+pkgrel=3
 pkgdesc="Retrieve information about disk space usage"
 url="https://github.com/redneb/disk-free-space;
 license=("custom:BSD3")
 arch=('i686' 'x86_64')
-depends=("ghc=8.0.1")
+depends=("ghc")
 
source=("https://hackage.haskell.org/packages/archive/${_hkgname}/${pkgver}/${_hkgname}-${pkgver}.tar.gz;)
 sha256sums=('f17a4f9c3b41083ccbb6c11b2debdbc705f86097b7459ff0f46cc01d2692381f')
 
@@ -17,7 +17,7 @@
 build() {
 cd "${srcdir}/${_hkgname}-${pkgver}"
 
-runhaskell Setup configure -O --enable-library-profiling --enable-shared \
+runhaskell Setup configure -O --enable-shared --enable-executable-dynamic \
 --prefix=/usr --docdir="/usr/share/doc/${pkgname}" \
 --libsubdir=\$compiler/site-local/\$pkgid
 runhaskell Setup build
@@ -38,4 +38,7 @@
 runhaskell Setup copy --destdir="${pkgdir}"
 install -D -m644 "LICENSE" 
"${pkgdir}/usr/share/licenses/${pkgname}/LICENSE"
 rm -f "${pkgdir}/usr/share/doc/${pkgname}/LICENSE"
+
+# Remove static libs
+find "$pkgdir"/usr/lib -name "*.a" -delete
 }


[arch-commits] Commit in haskell-disk-free-space/trunk (PKGBUILD)

2017-04-26 Thread Felix Yan
Date: Wednesday, April 26, 2017 @ 08:33:35
  Author: felixonmars
Revision: 225506

use https

Modified:
  haskell-disk-free-space/trunk/PKGBUILD

--+
 PKGBUILD |2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

Modified: PKGBUILD
===
--- PKGBUILD2017-04-26 08:33:28 UTC (rev 225505)
+++ PKGBUILD2017-04-26 08:33:35 UTC (rev 225506)
@@ -11,7 +11,7 @@
 license=("custom:BSD3")
 arch=('i686' 'x86_64')
 depends=("ghc=8.0.1")
-source=("http://hackage.haskell.org/packages/archive/${_hkgname}/${pkgver}/${_hkgname}-${pkgver}.tar.gz;)
+source=("https://hackage.haskell.org/packages/archive/${_hkgname}/${pkgver}/${_hkgname}-${pkgver}.tar.gz;)
 sha256sums=('f17a4f9c3b41083ccbb6c11b2debdbc705f86097b7459ff0f46cc01d2692381f')
 
 build() {