[arch-commits] Commit in haskell-aeson-compat/trunk (PKGBUILD)
Felix Yan
felixonmars at archlinux.org
Mon Jul 24 16:30:59 UTC 2017
Date: Monday, July 24, 2017 @ 16:30:58
Author: felixonmars
Revision: 246237
upgpkg: haskell-aeson-compat 0.3.7.1-1
rebuild with aeson-compat,0.3.7.1
Modified:
haskell-aeson-compat/trunk/PKGBUILD
----------+
PKGBUILD | 14 ++++----------
1 file changed, 4 insertions(+), 10 deletions(-)
Modified: PKGBUILD
===================================================================
--- PKGBUILD 2017-07-24 16:14:35 UTC (rev 246236)
+++ PKGBUILD 2017-07-24 16:30:58 UTC (rev 246237)
@@ -4,8 +4,8 @@
_hkgname=aeson-compat
pkgname=haskell-aeson-compat
-pkgver=0.3.7
-pkgrel=7
+pkgver=0.3.7.1
+pkgrel=1
pkgdesc="Compatibility layer for aeson"
url="https://hackage.haskell.org/package/${_hkgname}"
license=("custom:BSD3")
@@ -12,17 +12,11 @@
arch=('i686' 'x86_64')
depends=('ghc' "haskell-aeson" "haskell-attoparsec" "haskell-attoparsec-iso8601"
"haskell-base-compat" "haskell-exceptions" "haskell-hashable" "haskell-scientific"
- "haskell-semigroups" "haskell-text" "haskell-tagged" "haskell-time-locale-compat"
+ "haskell-text" "haskell-tagged" "haskell-time-locale-compat"
"haskell-unordered-containers" "haskell-vector")
source=("https://hackage.haskell.org/packages/archive/${_hkgname}/${pkgver}/${_hkgname}-${pkgver}.tar.gz")
-sha512sums=('b04ce7b048d0fc15c7fab2a29f20afba6e38c921601af68a0b3fc211c2b08b659536e22930a1a6094985cc3e3b98282e2019c32b95aab9b931ca9fa83b9dff09')
+sha512sums=('47a9c1148cad6ac14455306579ff658192479eb6bc2132bb2204b94b3c89d8ad99b3d7600354d6a49922867f8d9226acf35107f225ab2b46d3e4c298a3ca7369')
-prepare() {
- # nats is an empty package in new GHC
- sed -e '/nats/d' \
- -i ${_hkgname}-${pkgver}/${_hkgname}.cabal
-}
-
build() {
cd "${srcdir}/${_hkgname}-${pkgver}"
More information about the arch-commits
mailing list