Felix Yan pushed to branch main at Arch Linux / Packaging / Packages / haskell-text-show
Commits: 2986db88 by Felix Yan at 2024-10-13T02:57:14+03:00 upgpkg: 3.10.3-1: rebuild with text-show 3.10.3 - - - - - 2 changed files: - .SRCINFO - PKGBUILD Changes: ===================================== .SRCINFO ===================================== @@ -1,7 +1,7 @@ pkgbase = haskell-text-show pkgdesc = Efficient conversion of values into Text - pkgver = 3.10.2 - pkgrel = 53 + pkgver = 3.10.3 + pkgrel = 1 url = https://github.com/RyanGlScott/text-show arch = x86_64 license = BSD @@ -19,9 +19,7 @@ pkgbase = haskell-text-show depends = haskell-th-abstraction depends = haskell-th-lift depends = haskell-transformers-compat - source = https://hackage.haskell.org/packages/archive/text-show/3.10.2/text-show-3.10.2.tar.gz - source = quickcheck-2.14.3.patch - sha512sums = 64ab2db95302954e4624192394cc29c355d2681b043cc0bd3ad88080e5f2f5a5f93c15e24f9c861f41c16d440ac227855292d3ab8b8d2da9275b9c3b6bb296dd - sha512sums = 068afc92665fcb3bde53aae0c0a6e6e8f7e8b2d85c75ea27aa54101ed4622b5431bf38eeb3ee897a68f02d5872a7e797a3ab28f8471cbe60087cfec3a0986f2e + source = https://hackage.haskell.org/packages/archive/text-show/3.10.3/text-show-3.10.3.tar.gz + sha512sums = 323177fdf5a44551f2ad8c87360ed9a38e518943a70d0ef92f55ee3f882a191787efb66bbdc1ed6b5aa506e6dca27ce0df1202bfce70cc51985a7441b2a1d4be pkgname = haskell-text-show ===================================== PKGBUILD ===================================== @@ -2,8 +2,8 @@ _hkgname=text-show pkgname=haskell-text-show -pkgver=3.10.2 -pkgrel=53 +pkgver=3.10.3 +pkgrel=1 pkgdesc="Efficient conversion of values into Text" url="https://github.com/RyanGlScott/text-show" license=('BSD') @@ -12,14 +12,11 @@ depends=('ghc-libs' 'haskell-base-compat-batteries' 'haskell-bifunctors' 'haskel 'haskell-th-abstraction' 'haskell-th-lift' 'haskell-transformers-compat') makedepends=('ghc' 'uusi' 'haskell-base-orphans' 'haskell-deriving-compat' 'haskell-hspec' 'haskell-quickcheck' 'haskell-quickcheck-instances') -source=(https://hackage.haskell.org/packages/archive/${_hkgname}/${pkgver}/${_hkgname}-${pkgver}.tar.gz - quickcheck-2.14.3.patch) -sha512sums=('64ab2db95302954e4624192394cc29c355d2681b043cc0bd3ad88080e5f2f5a5f93c15e24f9c861f41c16d440ac227855292d3ab8b8d2da9275b9c3b6bb296dd' - '068afc92665fcb3bde53aae0c0a6e6e8f7e8b2d85c75ea27aa54101ed4622b5431bf38eeb3ee897a68f02d5872a7e797a3ab28f8471cbe60087cfec3a0986f2e') +source=(https://hackage.haskell.org/packages/archive/${_hkgname}/${pkgver}/${_hkgname}-${pkgver}.tar.gz) +sha512sums=('323177fdf5a44551f2ad8c87360ed9a38e518943a70d0ef92f55ee3f882a191787efb66bbdc1ed6b5aa506e6dca27ce0df1202bfce70cc51985a7441b2a1d4be') prepare() { cd $_hkgname-$pkgver - patch -Np1 -i ../quickcheck-2.14.3.patch uusi -d bytestring-builder $_hkgname.cabal } View it on GitLab: https://gitlab.archlinux.org/archlinux/packaging/packages/haskell-text-show/-/commit/2986db8879176813110e759eb9614cb419f91f4c -- View it on GitLab: https://gitlab.archlinux.org/archlinux/packaging/packages/haskell-text-show/-/commit/2986db8879176813110e759eb9614cb419f91f4c You're receiving this email because of your account on gitlab.archlinux.org.