Date: Saturday, July 9, 2022 @ 17:47:18
  Author: felixonmars
Revision: 1249206

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

Modified:
  haskell-tasty-lua/trunk/PKGBUILD

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

Modified: PKGBUILD
===================================================================
--- PKGBUILD    2022-07-09 17:41:28 UTC (rev 1249205)
+++ PKGBUILD    2022-07-09 17:47:18 UTC (rev 1249206)
@@ -2,8 +2,8 @@
 
 _hkgname=tasty-lua
 pkgname=haskell-tasty-lua
-pkgver=1.0.1
-pkgrel=27
+pkgver=1.0.2
+pkgrel=1
 pkgdesc="Write tests in Lua, integrate into tasty."
 url="https://github.com/hslua/tasty-lua";
 license=('MIT')
@@ -10,15 +10,10 @@
 arch=('x86_64')
 depends=('ghc-libs' 'haskell-file-embed' 'haskell-hslua-core' 
'haskell-hslua-marshalling'
          'haskell-lua-arbitrary' 'haskell-quickcheck' 'haskell-tasty')
-makedepends=('ghc' 'uusi' 'haskell-tasty-hunit')
+makedepends=('ghc' 'haskell-tasty-hunit')
 
source=(https://hackage.haskell.org/packages/archive/${_hkgname}/${pkgver}/${_hkgname}-${pkgver}.tar.gz)
-sha512sums=('9bc278f965b9ed89025bd162a6c10de2bd4d806935be35774889fd1185e7d5f1cd106cf32296118f86922ab11e462a1f7a6438bf79925d6a29830bd3f2df4b34')
+sha512sums=('0b572e4dbb793c573d28a9e3516926e7f7cba7e962e48de29c24b4da9c2656407cf3a2db21b2db56fa149ef13a70e318f44b3b5de2041863510d31e1bd621857')
 
-prepare() {
-    cd $_hkgname-$pkgver
-    uusi -u hslua-core -u hslua-marshalling $_hkgname.cabal
-}
-
 build() {
     cd $_hkgname-$pkgver    
     

Reply via email to