[arch-commits] Commit in haskell-cborg/trunk (PKGBUILD)

Felix Yan felixonmars at archlinux.org
Tue Jul 14 11:04:57 UTC 2020


    Date: Tuesday, July 14, 2020 @ 11:04:56
  Author: felixonmars
Revision: 663688

upgpkg: haskell-cborg 0.2.4.0-1: rebuild with cborg 0.2.4.0

Modified:
  haskell-cborg/trunk/PKGBUILD

----------+
 PKGBUILD |   16 ++++------------
 1 file changed, 4 insertions(+), 12 deletions(-)

Modified: PKGBUILD
===================================================================
--- PKGBUILD	2020-07-14 10:55:28 UTC (rev 663687)
+++ PKGBUILD	2020-07-14 11:04:56 UTC (rev 663688)
@@ -2,8 +2,8 @@
 
 _hkgname=cborg
 pkgname=haskell-cborg
-pkgver=0.2.3.0
-pkgrel=14
+pkgver=0.2.4.0
+pkgrel=1
 pkgdesc="Concise Binary Object Representation (CBOR)"
 url="https://github.com/well-typed/cborg"
 license=('BSD')
@@ -12,17 +12,9 @@
 makedepends=('ghc' 'haskell-aeson' 'haskell-base-orphans' 'haskell-base16-bytestring'
              'haskell-base64-bytestring' 'haskell-quickcheck' 'haskell-scientific' 'haskell-tasty'
              'haskell-tasty-hunit' 'haskell-tasty-quickcheck' 'haskell-vector')
-source=(https://hackage.haskell.org/packages/archive/${_hkgname}/${pkgver}/${_hkgname}-${pkgver}.tar.gz
-        cborg-primitive-0.7.1.patch::https://github.com/well-typed/cborg/pull/241.patch)
-sha512sums=('43502fad8a880bee1a068e86336fbea283f8183befa3e838c0a708489efa70a99f33e3b04fd576a552a8f77f8cc56e5b912f686bc414cc947a07b65ec10a6cbf'
-            '1a674f16f21e4a4b3937fa488f0907ec6114370bce92fafd2b2993503571fec4b7262573edf4a961c896aa56de2d3b9282f3e546a946d13015a7b72ae01e2126')
+source=(https://hackage.haskell.org/packages/archive/${_hkgname}/${pkgver}/${_hkgname}-${pkgver}.tar.gz)
+sha512sums=('2a1b5bb935595ff692aa345a0e3d156fbb2d30afc116cb3b267f299c42b9f97f513bf08468cd5162e0be5ebffa45e683fffd7085c8259c0129d618a0efbeecda')
 
-prepare() {
-    cd $_hkgname-$pkgver
-    patch -p2 -i ../cborg-primitive-0.7.1.patch
-    sed -i 's/< *1.5/<2/' $_hkgname.cabal
-}
-
 build() {
     cd $_hkgname-$pkgver
 



More information about the arch-commits mailing list