Felix Yan pushed to branch main at Arch Linux / Packaging / Packages /
haskell-hi-file-parser
Commits:
d1aaf0ea by Felix Yan at 2023-11-24T09:33:23+02:00
upgpkg: 0.1.5.0-1: rebuild with hi-file-parser 0.1.5.0
- - - - -
2 changed files:
- .SRCINFO
- PKGBUILD
Changes:
=====================================
.SRCINFO
=====================================
@@ -1,7 +1,7 @@
pkgbase = haskell-hi-file-parser
pkgdesc = Parser for GHC's hi files
- pkgver = 0.1.4.0
- pkgrel = 19
+ pkgver = 0.1.5.0
+ pkgrel = 1
url = https://github.com/commercialhaskell/hi-file-parser
arch = x86_64
license = BSD
@@ -10,7 +10,7 @@ pkgbase = haskell-hi-file-parser
depends = ghc-libs
depends = haskell-rio
depends = haskell-vector
- source =
https://hackage.haskell.org/packages/archive/hi-file-parser/0.1.4.0/hi-file-parser-0.1.4.0.tar.gz
- sha512sums =
c32adc409a4e7a884e30ed1604927e32bd569174d3bef95b43fa19a0a6f28dbac407cf7f0849ee8e926a5df0b8a5b6d5dbe7c30d1bfc16aee867afaca998a004
+ source =
https://hackage.haskell.org/packages/archive/hi-file-parser/0.1.5.0/hi-file-parser-0.1.5.0.tar.gz
+ sha512sums =
73570f938332ae2465ed932fe6fcd1a9759824f85831abd0f864a2c197c346328cfede0160c86b099b774b880b685f79d420ebaf10663ab32bef26f232db5afb
pkgname = haskell-hi-file-parser
=====================================
PKGBUILD
=====================================
@@ -2,8 +2,8 @@
_hkgname=hi-file-parser
pkgname=haskell-hi-file-parser
-pkgver=0.1.4.0
-pkgrel=19
+pkgver=0.1.5.0
+pkgrel=1
pkgdesc="Parser for GHC's hi files"
url="https://github.com/commercialhaskell/hi-file-parser"
license=('BSD')
@@ -11,7 +11,7 @@ arch=('x86_64')
depends=('ghc-libs' 'haskell-rio' 'haskell-vector')
makedepends=('ghc' 'haskell-hspec')
source=(https://hackage.haskell.org/packages/archive/${_hkgname}/${pkgver}/${_hkgname}-${pkgver}.tar.gz)
-sha512sums=('c32adc409a4e7a884e30ed1604927e32bd569174d3bef95b43fa19a0a6f28dbac407cf7f0849ee8e926a5df0b8a5b6d5dbe7c30d1bfc16aee867afaca998a004')
+sha512sums=('73570f938332ae2465ed932fe6fcd1a9759824f85831abd0f864a2c197c346328cfede0160c86b099b774b880b685f79d420ebaf10663ab32bef26f232db5afb')
build() {
cd $_hkgname-$pkgver
View it on GitLab:
https://gitlab.archlinux.org/archlinux/packaging/packages/haskell-hi-file-parser/-/commit/d1aaf0ea5d590b99f8e21615eeec23ca59bcbc9d
--
View it on GitLab:
https://gitlab.archlinux.org/archlinux/packaging/packages/haskell-hi-file-parser/-/commit/d1aaf0ea5d590b99f8e21615eeec23ca59bcbc9d
You're receiving this email because of your account on gitlab.archlinux.org.