[arch-commits] Commit in haskell-feed/trunk (PKGBUILD)

Felix Yan felixonmars at archlinux.org
Thu Sep 21 16:12:29 UTC 2017


    Date: Thursday, September 21, 2017 @ 16:12:29
  Author: felixonmars
Revision: 259301

upgpkg: haskell-feed 1.0.0.0-1

rebuild with feed,1.0.0.0

Modified:
  haskell-feed/trunk/PKGBUILD

----------+
 PKGBUILD |   20 ++++++++------------
 1 file changed, 8 insertions(+), 12 deletions(-)

Modified: PKGBUILD
===================================================================
--- PKGBUILD	2017-09-21 16:11:15 UTC (rev 259300)
+++ PKGBUILD	2017-09-21 16:12:29 UTC (rev 259301)
@@ -4,28 +4,27 @@
 
 _hkgname=feed
 pkgname=haskell-feed
-pkgver=0.3.12.0
-pkgrel=5
+pkgver=1.0.0.0
+pkgrel=1
 pkgdesc="Interfacing with RSS (v 0.9x, 2.x, 1.0) + Atom feeds."
 url="https://github.com/bergmark/feed"
 license=("custom:BSD3")
 arch=('i686' 'x86_64')
-depends=('ghc-libs' "haskell-old-locale" "haskell-old-time" "haskell-time-locale-compat"
-         "haskell-utf8-string" "haskell-xml")
+depends=('ghc-libs' 'haskell-base-compat' 'haskell-old-locale' 'haskell-old-time' 'haskell-safe'
+         'haskell-text' 'haskell-time-locale-compat' 'haskell-utf8-string' 'haskell-xml-types'
+         'haskell-xml-conduit')
 makedepends=('ghc')
 source=("https://hackage.haskell.org/packages/archive/${_hkgname}/${pkgver}/${_hkgname}-${pkgver}.tar.gz")
-sha256sums=('cc2d6a3b91027d75b91a0a4c0f83f2df68bee3ce0d7338ea5ae0bcab6dd47942')
+sha512sums=('dfda1387e2af46fa703634ae3988c243c59bf0c00eefe5ed193c51d5c18131221fa20cfb83404e7c227a2962e4d621186579f7c2d9353d19c01d9277de13ae4d')
 
 prepare() {
-    sed -e 's/base >= 4 && < 4.10/base >= 4/' \
-        -e 's/, time < 1.7/, time/' \
-        -i $_hkgname-$pkgver/$_hkgname.cabal
+    sed -i 's/, xml-conduit >= 1.3 && < 1.6/, xml-conduit >= 1.3/' $_hkgname-$pkgver/$_hkgname.cabal
 }
 
 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}" --datasubdir="$pkgname" \
         --dynlibdir=/usr/lib --libsubdir=\$compiler/site-local/\$pkgid
     runhaskell Setup build
@@ -43,7 +42,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
 }



More information about the arch-commits mailing list