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

Felix Yan felixonmars at archlinux.org
Mon Feb 24 18:13:55 UTC 2020


    Date: Monday, February 24, 2020 @ 18:13:54
  Author: felixonmars
Revision: 580674

upgpkg: haskell-feed 1.3.0.0-1: rebuild with feed 1.3.0.0

Modified:
  haskell-feed/trunk/PKGBUILD

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

Modified: PKGBUILD
===================================================================
--- PKGBUILD	2020-02-24 17:57:17 UTC (rev 580673)
+++ PKGBUILD	2020-02-24 18:13:54 UTC (rev 580674)
@@ -3,8 +3,8 @@
 
 _hkgname=feed
 pkgname=haskell-feed
-pkgver=1.2.0.1
-pkgrel=41
+pkgver=1.3.0.0
+pkgrel=1
 pkgdesc="Interfacing with RSS (v 0.9x, 2.x, 1.0) + Atom feeds."
 url="https://github.com/bergmark/feed"
 license=("BSD")
@@ -13,10 +13,16 @@
          'haskell-time-locale-compat' 'haskell-utf8-string' 'haskell-xml-types'
          'haskell-xml-conduit')
 makedepends=('ghc' 'haskell-hunit' 'haskell-test-framework' 'haskell-test-framework-hunit'
-             'haskell-markdown-unlit')
+             'haskell-markdown-unlit' 'haskell-syb')
 source=("https://hackage.haskell.org/packages/archive/${_hkgname}/${pkgver}/${_hkgname}-${pkgver}.tar.gz")
-sha512sums=('307b49ba9bec236960896ebbc1b958430f260065ec338df08b9c24f24ca67555b3d1e1fc9f251ba3459d30d2ac21f5199687542ee0e57ca98a59237d888ee62e')
+sha512sums=('4b3ffce05fd6545602817e69ccb5ddde944f34bfba19dd5ad3f6b86679d950f82fbbe9cc1cdad394ca0c18d749ea3c0e8a9e77d9b1ce46014435ee4e1853c6fb')
 
+prepare() {
+    cd $_hkgname-$pkgver
+    # https://github.com/bergmark/feed/issues/43
+    ln -sf README.md README.lhs
+}
+
 build() {
     cd $_hkgname-$pkgver
 



More information about the arch-commits mailing list