Felix Yan pushed to branch main at Arch Linux / Packaging / Packages /
haskell-rio-prettyprint
Commits:
0f98d3a8 by Felix Yan at 2023-11-24T08:05:32+02:00
upgpkg: 0.1.5.0-1: rebuild with rio-prettyprint 0.1.5.0
- - - - -
2 changed files:
- .SRCINFO
- PKGBUILD
Changes:
=====================================
.SRCINFO
=====================================
@@ -1,7 +1,7 @@
pkgbase = haskell-rio-prettyprint
pkgdesc = Pretty-printing for RIO
- pkgver = 0.1.4.0
- pkgrel = 60
+ pkgver = 0.1.5.0
+ pkgrel = 1
url = https://github.com/commercialhaskell/rio-prettyprint
arch = x86_64
license = MIT
@@ -13,7 +13,7 @@ pkgbase = haskell-rio-prettyprint
depends = haskell-colour
depends = haskell-path
depends = haskell-rio
- source =
https://hackage.haskell.org/packages/archive/rio-prettyprint/0.1.4.0/rio-prettyprint-0.1.4.0.tar.gz
- sha512sums =
dceca1a4120a47edbf56e18051d82afc0c9ebc8d8508752a5112ece771974501394d09560d6e2edc2aec02ababba009506b6d24519b790d308c33c4c4a34eac8
+ source =
https://hackage.haskell.org/packages/archive/rio-prettyprint/0.1.5.0/rio-prettyprint-0.1.5.0.tar.gz
+ sha512sums =
c36717b14491813f93bb11977ff6cdebd9c439b433faa20664910cb95cb349f37500cf64d945506b849a96d5d0a810bf3bf9efe0e168dc26a564c50381c68fc1
pkgname = haskell-rio-prettyprint
=====================================
PKGBUILD
=====================================
@@ -2,8 +2,8 @@
_hkgname=rio-prettyprint
pkgname=haskell-rio-prettyprint
-pkgver=0.1.4.0
-pkgrel=60
+pkgver=0.1.5.0
+pkgrel=1
pkgdesc="Pretty-printing for RIO"
url="https://github.com/commercialhaskell/rio-prettyprint"
license=('MIT')
@@ -12,7 +12,7 @@ depends=('ghc-libs' 'haskell-aeson'
'haskell-annotated-wl-pprint' 'haskell-ansi-
'haskell-colour' 'haskell-path' 'haskell-rio')
makedepends=('ghc')
source=(https://hackage.haskell.org/packages/archive/${_hkgname}/${pkgver}/${_hkgname}-${pkgver}.tar.gz)
-sha512sums=('dceca1a4120a47edbf56e18051d82afc0c9ebc8d8508752a5112ece771974501394d09560d6e2edc2aec02ababba009506b6d24519b790d308c33c4c4a34eac8')
+sha512sums=('c36717b14491813f93bb11977ff6cdebd9c439b433faa20664910cb95cb349f37500cf64d945506b849a96d5d0a810bf3bf9efe0e168dc26a564c50381c68fc1')
prepare() {
cd $_hkgname-$pkgver
View it on GitLab:
https://gitlab.archlinux.org/archlinux/packaging/packages/haskell-rio-prettyprint/-/commit/0f98d3a87acc0557abd130489b29a28e781e4dfb
--
View it on GitLab:
https://gitlab.archlinux.org/archlinux/packaging/packages/haskell-rio-prettyprint/-/commit/0f98d3a87acc0557abd130489b29a28e781e4dfb
You're receiving this email because of your account on gitlab.archlinux.org.