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

Felix Yan felixonmars at archlinux.org
Sat Mar 27 14:44:22 UTC 2021


    Date: Saturday, March 27, 2021 @ 14:44:21
  Author: felixonmars
Revision: 905329

upgpkg: haskell-versions 4.0.1-1: rebuild with versions 4.0.1, what4 1.1, cryptol 2.11.0

Modified:
  haskell-versions/trunk/PKGBUILD

----------+
 PKGBUILD |   15 ++++++++++-----
 1 file changed, 10 insertions(+), 5 deletions(-)

Modified: PKGBUILD
===================================================================
--- PKGBUILD	2021-03-27 14:36:04 UTC (rev 905328)
+++ PKGBUILD	2021-03-27 14:44:21 UTC (rev 905329)
@@ -2,18 +2,23 @@
 
 _hkgname=versions
 pkgname=haskell-versions
-pkgver=3.5.4
-pkgrel=76
+pkgver=4.0.1
+pkgrel=1
 pkgdesc="Types and parsers for software version numbers"
 url="https://github.com/fosskers/versions"
 license=('BSD')
 arch=('x86_64')
-depends=('ghc-libs' 'haskell-megaparsec' 'haskell-hashable')
-makedepends=('ghc' 'haskell-microlens' 'haskell-quickcheck' 'haskell-tasty' 'haskell-tasty-hunit'
+depends=('ghc-libs' 'haskell-megaparsec' 'haskell-hashable' 'haskell-parser-combinators')
+makedepends=('ghc' 'uusi' 'haskell-microlens' 'haskell-quickcheck' 'haskell-tasty' 'haskell-tasty-hunit'
              'haskell-tasty-quickcheck')
 source=(https://hackage.haskell.org/packages/archive/${_hkgname}/${pkgver}/${_hkgname}-${pkgver}.tar.gz)
-sha512sums=('e3264b3069057aa9154f2957cce74b1aef009f0a07bf80a16982c7f9503ca7ee73481f3e809e1b8d5451d0ca268b7f6ae2ef968479332ff11acf7ef6973214cb')
+sha512sums=('6ac9ed7159c924a606aeaa689bb5d11674fbaa6b2bf39cfe296f8b2b482c437bbf899fe6b1e3c25cfb4aa8cb6712755339377b4bf7e1f6c911115f1e993cd83e')
 
+prepare() {
+    cd $_hkgname-$pkgver
+    gen-setup
+}
+
 build() {
     cd $_hkgname-$pkgver    
     



More information about the arch-commits mailing list