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

Felix Yan felixonmars at archlinux.org
Sat May 19 14:38:14 UTC 2018


    Date: Saturday, May 19, 2018 @ 14:38:14
  Author: felixonmars
Revision: 324636

upgpkg: haskell-jose 0.7.0.0-4

rebuild with base-compat,0.10.1 aeson,1.3.1.1

Modified:
  haskell-jose/trunk/PKGBUILD

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

Modified: PKGBUILD
===================================================================
--- PKGBUILD	2018-05-19 14:37:07 UTC (rev 324635)
+++ PKGBUILD	2018-05-19 14:38:14 UTC (rev 324636)
@@ -5,7 +5,7 @@
 _hkgname=jose
 pkgname=haskell-jose
 pkgver=0.7.0.0
-pkgrel=3
+pkgrel=4
 pkgdesc="Javascript Object Signing and Encryption and JSON Web Token library"
 url="https://github.com/frasertweedale/hs-jose"
 license=("Apache")
@@ -12,13 +12,17 @@
 arch=('x86_64')
 depends=('ghc-libs' 'haskell-attoparsec' 'haskell-base64-bytestring' 'haskell-concise'
          'haskell-cryptonite' 'haskell-lens' 'haskell-memory' 'haskell-monad-time'
-         'haskell-semigroups' 'haskell-safe' 'haskell-aeson' 'haskell-unordered-containers'
-         'haskell-network-uri' 'haskell-quickcheck' 'haskell-quickcheck-instances'
-         'haskell-x509' 'haskell-vector')
+         'haskell-safe' 'haskell-aeson' 'haskell-unordered-containers' 'haskell-network-uri'
+         'haskell-quickcheck' 'haskell-quickcheck-instances' 'haskell-x509' 'haskell-vector')
 makedepends=('ghc')
 source=("https://hackage.haskell.org/packages/archive/${_hkgname}/${pkgver}/${_hkgname}-${pkgver}.tar.gz")
 sha512sums=('4250528d31e90833adbab184a98acc57fb931db74944167e346b8cda4fd659c23fd3d7d77123c7968959922c7b0af34edd00a682146a7aab19a83e4ff9c7a3ab')
 
+prepare() {
+    cd $_hkgname-$pkgver
+    sed -i '/semigroups/d' $_hkgname.cabal
+}
+
 build() {
     cd "${srcdir}/${_hkgname}-${pkgver}"
 



More information about the arch-commits mailing list