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

Felix Yan felixonmars at archlinux.org
Sun Aug 16 12:30:46 UTC 2020


    Date: Sunday, August 16, 2020 @ 12:30:46
  Author: felixonmars
Revision: 681499

upgpkg: haskell-tasty-lua 0.2.3-1: rebuild with tasty-lua 0.2.3

Modified:
  haskell-tasty-lua/trunk/PKGBUILD

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

Modified: PKGBUILD
===================================================================
--- PKGBUILD	2020-08-16 11:54:19 UTC (rev 681498)
+++ PKGBUILD	2020-08-16 12:30:46 UTC (rev 681499)
@@ -2,8 +2,8 @@
 
 _hkgname=tasty-lua
 pkgname=haskell-tasty-lua
-pkgver=0.2.2
-pkgrel=32
+pkgver=0.2.3
+pkgrel=1
 pkgdesc="Write tests in Lua, integrate into tasty."
 url="https://github.com/hslua/tasty-lua"
 license=('MIT')
@@ -11,13 +11,8 @@
 depends=('ghc-libs' 'haskell-file-embed' 'haskell-hslua' 'haskell-tasty')
 makedepends=('ghc' 'haskell-tasty-hunit')
 source=(https://hackage.haskell.org/packages/archive/${_hkgname}/${pkgver}/${_hkgname}-${pkgver}.tar.gz)
-sha512sums=('d0407fa44d794747506652ec924801559e9d5314550c3045a3f263dc6c4747cea559d77b835a4fe24909627664c11fef0e08341923c92e821968b8ec273aa9b3')
+sha512sums=('d769564ab62d8456820659caf279378d8970d92040674cecbfc74feacb958d195a24055a8176178222fbc6c2559c1d5a6ddfbc1f4fa7c7350ee67111dbe6a35e')
 
-prepare() {
-    cd $_hkgname-$pkgver
-    sed -i 's/< *1.3/<2/' $_hkgname.cabal
-}
-
 build() {
     cd $_hkgname-$pkgver    
     



More information about the arch-commits mailing list