[arch-commits] Commit in haskell-optparse-generic/trunk (PKGBUILD)

Felix Yan felixonmars at gemini.archlinux.org
Sat Nov 6 23:13:34 UTC 2021


    Date: Saturday, November 6, 2021 @ 23:13:34
  Author: felixonmars
Revision: 1037906

upgpkg: haskell-optparse-generic 1.4.6-1: rebuild with optparse-generic 1.4.6

Modified:
  haskell-optparse-generic/trunk/PKGBUILD

----------+
 PKGBUILD |    8 ++++----
 1 file changed, 4 insertions(+), 4 deletions(-)

Modified: PKGBUILD
===================================================================
--- PKGBUILD	2021-11-06 23:00:12 UTC (rev 1037905)
+++ PKGBUILD	2021-11-06 23:13:34 UTC (rev 1037906)
@@ -2,17 +2,17 @@
 
 _hkgname=optparse-generic
 pkgname=haskell-optparse-generic
-pkgver=1.4.5
-pkgrel=5
+pkgver=1.4.6
+pkgrel=1
 pkgdesc="Auto-generate a command-line parser for your datatype"
 url="https://github.com/Gabriel439/Haskell-Optparse-Generic-Library"
 license=('BSD')
 arch=('x86_64')
 depends=('ghc-libs' 'haskell-system-filepath' 'haskell-only' 'haskell-optparse-applicative'
-         'haskell-void')
+         'haskell-transformers-compat' 'haskell-void')
 makedepends=('ghc')
 source=(https://hackage.haskell.org/packages/archive/${_hkgname}/${pkgver}/${_hkgname}-${pkgver}.tar.gz)
-sha512sums=('06f6477a91164b18fa6cc7859563bc17c886b5417d38d767b6c5e2cf9377a7e7bbbfdcaec21c628f95b99244ffd5ed3fb5c06ad921f6dae89a5bd780b9239d55')
+sha512sums=('4e2a2e40684cc57dfa63d698764d8e248ccd8ec9b2e23a119fca3d1e81eeac8789d774c10b435d62c9aa480ddc52de646ab1116948cfd55b340e19a946f8d32c')
 
 build() {
     cd $_hkgname-$pkgver    



More information about the arch-commits mailing list