[arch-commits] Commit in haskell-feed/trunk (PKGBUILD)
Felix Yan
felixonmars at archlinux.org
Fri Dec 23 03:25:31 UTC 2016
Date: Friday, December 23, 2016 @ 03:25:29
Author: felixonmars
Revision: 201215
upgpkg: haskell-feed 0.3.12.0-1
rebuild with aws-0.15, feed-0.3.12.0
Modified:
haskell-feed/trunk/PKGBUILD
----------+
PKGBUILD | 14 ++++----------
1 file changed, 4 insertions(+), 10 deletions(-)
Modified: PKGBUILD
===================================================================
--- PKGBUILD 2016-12-23 03:24:27 UTC (rev 201214)
+++ PKGBUILD 2016-12-23 03:25:29 UTC (rev 201215)
@@ -4,8 +4,8 @@
_hkgname=feed
pkgname=haskell-feed
-pkgver=0.3.11.1
-pkgrel=4
+pkgver=0.3.12.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")
@@ -12,15 +12,9 @@
arch=('i686' 'x86_64')
depends=("ghc=8.0.1" "haskell-old-locale" "haskell-old-time" "haskell-time-locale-compat"
"haskell-utf8-string" "haskell-xml")
-source=("http://hackage.haskell.org/packages/archive/${_hkgname}/${pkgver}/${_hkgname}-${pkgver}.tar.gz")
-sha256sums=('ed04d0fc120a4b1b47c7675d395afbb419506431bc6f8e0f2c382c73a4afc983')
+source=("https://hackage.haskell.org/packages/archive/${_hkgname}/${pkgver}/${_hkgname}-${pkgver}.tar.gz")
+sha256sums=('cc2d6a3b91027d75b91a0a4c0f83f2df68bee3ce0d7338ea5ae0bcab6dd47942')
-prepare() {
- sed -e 's/base >= 4 && < 4.9/base >= 4 \&\& < 4.10/' \
- -e 's/time < 1.6/time < 1.7/' \
- -i ${_hkgname}-${pkgver}/${_hkgname}.cabal
-}
-
build() {
cd "${srcdir}/${_hkgname}-${pkgver}"
More information about the arch-commits
mailing list