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

Felix Yan felixonmars at archlinux.org
Tue Feb 25 11:52:14 UTC 2020


    Date: Tuesday, February 25, 2020 @ 11:52:14
  Author: felixonmars
Revision: 581151

upgpkg: haskell-quickcheck 2.13.2-20: rebuild with splitmix 0.0.4

Modified:
  haskell-quickcheck/trunk/PKGBUILD

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

Modified: PKGBUILD
===================================================================
--- PKGBUILD	2020-02-25 11:50:50 UTC (rev 581150)
+++ PKGBUILD	2020-02-25 11:52:14 UTC (rev 581151)
@@ -5,7 +5,7 @@
 _hkgname=QuickCheck
 pkgname=haskell-quickcheck
 pkgver=2.13.2
-pkgrel=19
+pkgrel=20
 pkgdesc='Automatic testing of Haskell programs'
 url='https://hackage.haskell.org/package/QuickCheck'
 license=('BSD')
@@ -44,7 +44,7 @@
   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"
+  rm -f "$pkgdir"/usr/share/doc/$pkgname/LICENSE
 }
 
 # vim: ts=2 sw=2 et:



More information about the arch-commits mailing list