[arch-commits] Commit in haskell-modern-uri/trunk (PKGBUILD)
Felix Yan
felixonmars at archlinux.org
Tue Nov 3 18:22:12 UTC 2020
Date: Tuesday, November 3, 2020 @ 18:22:12
Author: felixonmars
Revision: 741186
upgpkg: haskell-modern-uri 0.3.3.0-1: rebuild with modern-uri 0.3.3.0
Modified:
haskell-modern-uri/trunk/PKGBUILD
----------+
PKGBUILD | 11 +++--------
1 file changed, 3 insertions(+), 8 deletions(-)
Modified: PKGBUILD
===================================================================
--- PKGBUILD 2020-11-03 18:08:31 UTC (rev 741185)
+++ PKGBUILD 2020-11-03 18:22:12 UTC (rev 741186)
@@ -2,8 +2,8 @@
_hkgname=modern-uri
pkgname=haskell-modern-uri
-pkgver=0.3.2.0
-pkgrel=15
+pkgver=0.3.3.0
+pkgrel=1
pkgdesc="Modern library for working with URIs"
url="https://github.com/mrkkrp/modern-uri"
license=('BSD')
@@ -12,13 +12,8 @@
'haskell-profunctors' 'haskell-reflection' 'haskell-tagged')
makedepends=('ghc' 'haskell-hspec' 'haskell-hspec-megaparsec' 'haskell-hspec-discover')
source=("https://hackage.haskell.org/packages/archive/$_hkgname/$pkgver/$_hkgname-$pkgver.tar.gz")
-sha256sums=('0bf2a8ef82111f21cae401ea99fbd7f68139fe2b56d567e926902aaf3c425a98')
+sha512sums=('631f4d679feb29897d806c94d183cac6101d6f266cde6d420f63ead21f26266bfee97a29f3e5010ef8efbcb5906874b67bc2d3da6970df43708f3f5ebe09ba66')
-prepare() {
- cd $_hkgname-$pkgver
- sed -i 's/< *2.16/<3/' $_hkgname.cabal
-}
-
build() {
cd $_hkgname-$pkgver
More information about the arch-commits
mailing list