Felix Yan pushed to branch main at Arch Linux / Packaging / Packages /
haskell-optparse-generic
Commits:
a6e11adc by Felix Yan at 2023-11-28T08:52:48+02:00
upgpkg: 1.5.2-1: rebuild with optparse-generic 1.5.2
- - - - -
2 changed files:
- .SRCINFO
- PKGBUILD
Changes:
=====================================
.SRCINFO
=====================================
@@ -1,7 +1,7 @@
pkgbase = haskell-optparse-generic
pkgdesc = Auto-generate a command-line parser for your datatype
- pkgver = 1.5.1
- pkgrel = 11
+ pkgver = 1.5.2
+ pkgrel = 1
url = https://github.com/Gabriella439/Haskell-Optparse-Generic-Library
arch = x86_64
license = BSD
@@ -11,7 +11,7 @@ pkgbase = haskell-optparse-generic
depends = haskell-optparse-applicative
depends = haskell-transformers-compat
depends = haskell-void
- source =
https://hackage.haskell.org/packages/archive/optparse-generic/1.5.1/optparse-generic-1.5.1.tar.gz
- sha512sums =
b208e37db6a11d000e7541ff21d7c9f8bb3714ae748d0b7396b02aaef659ad5ba280cfdddf6618688f9a0e6dba86b1f735cf5a9898397f54844345f7546baef8
+ source =
https://hackage.haskell.org/packages/archive/optparse-generic/1.5.2/optparse-generic-1.5.2.tar.gz
+ sha512sums =
fd05bda5f33b8507231b1795a2ed4cd35ba34d7b72e7a41b0106517c14bd4d50df94c99e465cb573d953841a7d5129d4c2eec8be6cdcf000b18f976cd987ab19
pkgname = haskell-optparse-generic
=====================================
PKGBUILD
=====================================
@@ -2,8 +2,8 @@
_hkgname=optparse-generic
pkgname=haskell-optparse-generic
-pkgver=1.5.1
-pkgrel=11
+pkgver=1.5.2
+pkgrel=1
pkgdesc="Auto-generate a command-line parser for your datatype"
url="https://github.com/Gabriella439/Haskell-Optparse-Generic-Library"
license=('BSD')
@@ -12,7 +12,7 @@ depends=('ghc-libs' 'haskell-only'
'haskell-optparse-applicative' 'haskell-trans
'haskell-void')
makedepends=('ghc')
source=(https://hackage.haskell.org/packages/archive/${_hkgname}/${pkgver}/${_hkgname}-${pkgver}.tar.gz)
-sha512sums=('b208e37db6a11d000e7541ff21d7c9f8bb3714ae748d0b7396b02aaef659ad5ba280cfdddf6618688f9a0e6dba86b1f735cf5a9898397f54844345f7546baef8')
+sha512sums=('fd05bda5f33b8507231b1795a2ed4cd35ba34d7b72e7a41b0106517c14bd4d50df94c99e465cb573d953841a7d5129d4c2eec8be6cdcf000b18f976cd987ab19')
build() {
cd $_hkgname-$pkgver
View it on GitLab:
https://gitlab.archlinux.org/archlinux/packaging/packages/haskell-optparse-generic/-/commit/a6e11adc466145ff3e219d1cb157d0c1f7b69b65
--
View it on GitLab:
https://gitlab.archlinux.org/archlinux/packaging/packages/haskell-optparse-generic/-/commit/a6e11adc466145ff3e219d1cb157d0c1f7b69b65
You're receiving this email because of your account on gitlab.archlinux.org.