Felix Yan pushed to branch main at Arch Linux / Packaging / Packages /
haskell-modern-uri
Commits:
fa0d5ad7 by Felix Yan at 2024-03-07T14:31:39+02:00
upgpkg: 0.3.6.1-1: rebuild with modern-uri 0.3.6.1
- - - - -
2 changed files:
- .SRCINFO
- PKGBUILD
Changes:
=====================================
.SRCINFO
=====================================
@@ -1,7 +1,7 @@
pkgbase = haskell-modern-uri
pkgdesc = Modern library for working with URIs
- pkgver = 0.3.6.0
- pkgrel = 63
+ pkgver = 0.3.6.1
+ pkgrel = 1
url = https://github.com/mrkkrp/modern-uri
arch = x86_64
license = BSD
@@ -11,13 +11,12 @@ pkgbase = haskell-modern-uri
makedepends = haskell-hspec-discover
depends = ghc-libs
depends = haskell-quickcheck
- depends = haskell-contravariant
depends = haskell-hashable
depends = haskell-megaparsec
depends = haskell-profunctors
depends = haskell-reflection
depends = haskell-tagged
- source =
https://hackage.haskell.org/packages/archive/modern-uri/0.3.6.0/modern-uri-0.3.6.0.tar.gz
- sha512sums =
2d2b51efd5d8482e78d256bef465dcd68a8034c69f683b7596620394bce030981db73d352eb31ef1e7cb116c7523f22bc9ce3ab81dfc5230a73c24e64e2fdfd1
+ source =
https://hackage.haskell.org/packages/archive/modern-uri/0.3.6.1/modern-uri-0.3.6.1.tar.gz
+ sha512sums =
99759a0d61a587c9c2748cafb4705524bbc72c491468811a21bbbfe9f747e420353575444508c7fe7ff9369a2e97717b7dee1cb4e4d4c16387231233291e044c
pkgname = haskell-modern-uri
=====================================
PKGBUILD
=====================================
@@ -2,17 +2,17 @@
_hkgname=modern-uri
pkgname=haskell-modern-uri
-pkgver=0.3.6.0
-pkgrel=63
+pkgver=0.3.6.1
+pkgrel=1
pkgdesc="Modern library for working with URIs"
url="https://github.com/mrkkrp/modern-uri"
license=('BSD')
arch=('x86_64')
-depends=('ghc-libs' 'haskell-quickcheck' 'haskell-contravariant'
'haskell-hashable'
- 'haskell-megaparsec' 'haskell-profunctors' 'haskell-reflection'
'haskell-tagged')
+depends=('ghc-libs' 'haskell-quickcheck' 'haskell-hashable'
'haskell-megaparsec'
+ '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")
-sha512sums=('2d2b51efd5d8482e78d256bef465dcd68a8034c69f683b7596620394bce030981db73d352eb31ef1e7cb116c7523f22bc9ce3ab81dfc5230a73c24e64e2fdfd1')
+sha512sums=('99759a0d61a587c9c2748cafb4705524bbc72c491468811a21bbbfe9f747e420353575444508c7fe7ff9369a2e97717b7dee1cb4e4d4c16387231233291e044c')
build() {
cd $_hkgname-$pkgver
View it on GitLab:
https://gitlab.archlinux.org/archlinux/packaging/packages/haskell-modern-uri/-/commit/fa0d5ad710aa543277d399d99abc0df07912c91a
--
View it on GitLab:
https://gitlab.archlinux.org/archlinux/packaging/packages/haskell-modern-uri/-/commit/fa0d5ad710aa543277d399d99abc0df07912c91a
You're receiving this email because of your account on gitlab.archlinux.org.