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

Felix Yan felixonmars at archlinux.org
Sat Feb 22 07:34:31 UTC 2020


    Date: Saturday, February 22, 2020 @ 07:34:31
  Author: felixonmars
Revision: 578217

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

Modified:
  haskell-tasty-lua/trunk/PKGBUILD

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

Modified: PKGBUILD
===================================================================
--- PKGBUILD	2020-02-22 07:32:33 UTC (rev 578216)
+++ PKGBUILD	2020-02-22 07:34:31 UTC (rev 578217)
@@ -2,7 +2,7 @@
 
 _hkgname=tasty-lua
 pkgname=haskell-tasty-lua
-pkgver=0.2.1
+pkgver=0.2.2
 pkgrel=1
 pkgdesc="Write tests in Lua, integrate into tasty."
 url="https://github.com/hslua/tasty-lua"
@@ -11,7 +11,7 @@
 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=('d9d56a83ed234974ab93d3de6287e1f1aa6db1fb683091fa4b6c57fd4a38a0f2093c089f06ab4d7bebaf2096eb2d37b76acccd6e8881797f0ac60bc1f66f3c99')
+sha512sums=('d0407fa44d794747506652ec924801559e9d5314550c3045a3f263dc6c4747cea559d77b835a4fe24909627664c11fef0e08341923c92e821968b8ec273aa9b3')
 
 build() {
     cd $_hkgname-$pkgver    
@@ -37,6 +37,6 @@
     install -D -m744 register.sh "$pkgdir"/usr/share/haskell/register/$pkgname.sh
     install -D -m744 unregister.sh "$pkgdir"/usr/share/haskell/unregister/$pkgname.sh
     runhaskell Setup copy --destdir="$pkgdir"
-    install -D -m644 "LICENSE" "${pkgdir}/usr/share/licenses/${pkgname}/LICENSE"
-    rm -f "${pkgdir}/usr/share/doc/${pkgname}/LICENSE"
+    install -D -m644 LICENSE "$pkgdir"/usr/share/licenses/$pkgname/LICENSE
+    rm -f "$pkgdir"/usr/share/doc/$pkgname/LICENSE
 }



More information about the arch-commits mailing list