[arch-commits] Commit in haskell-aeson/trunk (PKGBUILD)
Felix Yan
felixonmars at archlinux.org
Tue Aug 7 04:00:34 UTC 2018
Date: Tuesday, August 7, 2018 @ 04:00:32
Author: felixonmars
Revision: 370009
upgpkg: haskell-aeson 1.4.0.0-1
rebuild with aeson 1.4.0.0
Modified:
haskell-aeson/trunk/PKGBUILD
----------+
PKGBUILD | 10 +++++-----
1 file changed, 5 insertions(+), 5 deletions(-)
Modified: PKGBUILD
===================================================================
--- PKGBUILD 2018-08-07 03:50:14 UTC (rev 370008)
+++ PKGBUILD 2018-08-07 04:00:32 UTC (rev 370009)
@@ -5,8 +5,8 @@
pkgname=haskell-aeson
_hkgname=aeson
-pkgver=1.3.1.1
-pkgrel=25
+pkgver=1.4.0.0
+pkgrel=1
pkgdesc="A JSON parsing and encoding library optimized for ease of use and high performance."
url="https://github.com/bos/aeson"
license=("GPL")
@@ -14,16 +14,16 @@
depends=('ghc-libs' 'haskell-attoparsec' 'haskell-base-compat' 'haskell-dlist' 'haskell-hashable'
'haskell-scientific' 'haskell-tagged' 'haskell-th-abstraction' 'haskell-time-locale-compat'
'haskell-unordered-containers' 'haskell-uuid-types' 'haskell-vector')
-makedepends=('ghc' 'haskell-hunit' 'haskell-quickcheck' 'haskell-integer-logarithms'
+makedepends=('ghc' 'haskell-quickcheck' 'haskell-integer-logarithms'
'haskell-base-orphans' 'haskell-base16-bytestring' 'haskell-generic-deriving'
'haskell-hashable-time' 'haskell-tasty' 'haskell-tasty-hunit'
'haskell-tasty-quickcheck' 'haskell-quickcheck-instances')
source=("https://hackage.haskell.org/packages/archive/$_hkgname/$pkgver/$_hkgname-${pkgver}.tar.gz")
-sha512sums=('ab506e0aa453542c1b609e65d36ed56758c43b772c1eaa13274bf4f9e72366bdf02ba31de0a7a8673c7a0d200837dd0192e1269fbe51d3b7d0149dce6d0f6968')
+sha512sums=('ebda273ed445c498ec58850fafaafaef3caf65d31939909377a9add638bb5f8a95a22121250019df2036c8552b7abdbb84a7d4ed7c6b9ab39ac4e1e89c741874')
prepare() {
cd $_hkgname-$pkgver
- sed -i -e 's/<.*2.11/<3/' -e 's/<.*0.7/<1/' $_hkgname.cabal
+ sed -i 's/<.*0.8/<1/' $_hkgname.cabal
}
build() {
More information about the arch-commits
mailing list