[arch-commits] Commit in haskell-feed/trunk (PKGBUILD)
Felix Yan
felixonmars at archlinux.org
Mon Mar 23 14:01:06 UTC 2020
Date: Monday, March 23, 2020 @ 14:01:05
Author: felixonmars
Revision: 603721
upgpkg: haskell-feed 1.3.0.1-1: rebuild with feed 1.3.0.1
Modified:
haskell-feed/trunk/PKGBUILD
----------+
PKGBUILD | 12 +++---------
1 file changed, 3 insertions(+), 9 deletions(-)
Modified: PKGBUILD
===================================================================
--- PKGBUILD 2020-03-23 13:59:54 UTC (rev 603720)
+++ PKGBUILD 2020-03-23 14:01:05 UTC (rev 603721)
@@ -3,8 +3,8 @@
_hkgname=feed
pkgname=haskell-feed
-pkgver=1.3.0.0
-pkgrel=14
+pkgver=1.3.0.1
+pkgrel=1
pkgdesc="Interfacing with RSS (v 0.9x, 2.x, 1.0) + Atom feeds."
url="https://github.com/bergmark/feed"
license=("BSD")
@@ -15,14 +15,8 @@
makedepends=('ghc' 'haskell-hunit' 'haskell-test-framework' 'haskell-test-framework-hunit'
'haskell-markdown-unlit' 'haskell-syb')
source=("https://hackage.haskell.org/packages/archive/${_hkgname}/${pkgver}/${_hkgname}-${pkgver}.tar.gz")
-sha512sums=('4b3ffce05fd6545602817e69ccb5ddde944f34bfba19dd5ad3f6b86679d950f82fbbe9cc1cdad394ca0c18d749ea3c0e8a9e77d9b1ce46014435ee4e1853c6fb')
+sha512sums=('73662018affac036bcd3c48a8a5b6fcd4e752231d805c12e977c6097a47691c2eca07eb8d6e6840a592bf35892b4b4ec44fb1f73f8a14ecb47fc6904b406f767')
-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