[arch-commits] Commit in haskell-hopenpgp/trunk (PKGBUILD)
Felix Yan
felixonmars at archlinux.org
Thu Nov 5 09:59:51 UTC 2020
Date: Thursday, November 5, 2020 @ 09:59:50
Author: felixonmars
Revision: 743037
upgpkg: haskell-hopenpgp 2.9.5-1: rebuild with hOpenPGP 2.9.5
Modified:
haskell-hopenpgp/trunk/PKGBUILD
----------+
PKGBUILD | 13 ++++---------
1 file changed, 4 insertions(+), 9 deletions(-)
Modified: PKGBUILD
===================================================================
--- PKGBUILD 2020-11-05 09:57:14 UTC (rev 743036)
+++ PKGBUILD 2020-11-05 09:59:50 UTC (rev 743037)
@@ -2,8 +2,8 @@
_hkgname=hOpenPGP
pkgname=haskell-hopenpgp
-pkgver=2.9.4
-pkgrel=179
+pkgver=2.9.5
+pkgrel=1
pkgdesc="Native Haskell implementation of OpenPGP (RFC4880)"
url="http://floss.scru.org/hOpenPGP/"
license=('MIT')
@@ -13,19 +13,14 @@
'haskell-conduit' 'haskell-conduit-extra' 'haskell-cryptonite'
'haskell-crypto-cipher-types' 'haskell-errors' 'haskell-hashable'
'haskell-incremental-parser' 'haskell-ixset-typed' 'haskell-lens' 'haskell-memory'
- 'haskell-monad-loops' 'haskell-nettle' 'haskell-network-uri' 'haskell-newtype'
+ 'haskell-monad-loops' 'haskell-nettle' 'haskell-network-uri'
'haskell-openpgp-asciiarmor' 'haskell-prettyprinter' 'haskell-resourcet' 'haskell-split'
'haskell-time-locale-compat' 'haskell-unliftio-core' 'haskell-unordered-containers'
'haskell-zlib')
makedepends=('ghc')
source=(https://hackage.haskell.org/packages/archive/${_hkgname}/${pkgver}/${_hkgname}-${pkgver}.tar.gz)
-sha512sums=('f2d4f0e156eac631b61eaf909bbc92034696e92a2bd6bfee0d2b6ae54d5aa9b85d59d945ea2104c5f1fe4535793b9508e80cea5951bb98470ed36876d351d005')
+sha512sums=('7e0ecc73054c5315093e7f64f92bc7c62a7f9ff1b2c985595db427a063460b3fc692343079676631987c9a651212d1d739289f9b1e2ecb1c086b2c9bd5a4ba0e')
-prepare() {
- cd $_hkgname-$pkgver
- sed -i '/semigroups/d' $_hkgname.cabal
-}
-
build() {
cd $_hkgname-$pkgver
More information about the arch-commits
mailing list