Date: Thursday, January 3, 2019 @ 15:15:13
  Author: felixonmars
Revision: 420322

upgpkg: haskell-hsyaml 0.1.1.3-1

rebuild with HsYAML 0.1.1.3

Modified:
  haskell-hsyaml/trunk/PKGBUILD

----------+
 PKGBUILD |   13 ++++---------
 1 file changed, 4 insertions(+), 9 deletions(-)

Modified: PKGBUILD
===================================================================
--- PKGBUILD    2019-01-03 15:15:10 UTC (rev 420321)
+++ PKGBUILD    2019-01-03 15:15:13 UTC (rev 420322)
@@ -2,22 +2,17 @@
 
 _hkgname=HsYAML
 pkgname=haskell-hsyaml
-pkgver=0.1.1.2
-pkgrel=5
+pkgver=0.1.1.3
+pkgrel=1
 pkgdesc="Pure Haskell YAML 1.2 parser"
 url="https://github.com/hvr/HsYAML";
 license=('GPL')
 arch=('x86_64')
-depends=('ghc-libs' 'haskell-dlist')
+depends=('ghc-libs')
 makedepends=('ghc')
 
source=(https://hackage.haskell.org/packages/archive/${_hkgname}/${pkgver}/${_hkgname}-${pkgver}.tar.gz)
-sha512sums=('5379a3ee36a827579a73b84f82ea6bba713ab9a3437becf01610c96770ff689003c0d3266102df7181241502fc2a894da6cf6b06cbad1fa07d62f58c67f34d80')
+sha512sums=('f8e6cf1c4d9e6ceb1df4f8304fb2a34600ee0b9a4eb8c71eeeeed0eddab25f1c36833c6b0fd3504e2fc11e184e8675a45aedeb76cd5055a329e5ecd0fcc6ff39')
 
-prepare() {
-    cd $_hkgname-$pkgver
-    sed -e 's/< *4.12/<5/' -e 's/< *0.6/<1/' -i $_hkgname.cabal
-}
-
 build() {
     cd $_hkgname-$pkgver
     

Reply via email to