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

Felix Yan felixonmars at archlinux.org
Mon Jun 28 21:58:14 UTC 2021


    Date: Monday, June 28, 2021 @ 21:58:14
  Author: felixonmars
Revision: 967795

upgpkg: haskell-test-lib 0.3-3: fix conflicting executable

Modified:
  haskell-test-lib/trunk/PKGBUILD

----------+
 PKGBUILD |    5 ++++-
 1 file changed, 4 insertions(+), 1 deletion(-)

Modified: PKGBUILD
===================================================================
--- PKGBUILD	2021-06-28 21:55:02 UTC (rev 967794)
+++ PKGBUILD	2021-06-28 21:58:14 UTC (rev 967795)
@@ -3,7 +3,7 @@
 _hkgname=test-lib
 pkgname=haskell-test-lib
 pkgver=0.3
-pkgrel=2
+pkgrel=3
 pkgdesc="A library to make a quick test-runner script."
 url="https://hackage.haskell.org/package/test-lib"
 license=("custom:ISC")
@@ -43,4 +43,7 @@
   runhaskell Setup copy --destdir="$pkgdir"
   install -D -m644 LICENSE -t "$pkgdir"/usr/share/licenses/$pkgname/
   rm -f "$pkgdir"/usr/share/doc/$pkgname/LICENSE
+
+  # Conflicts with bluez-utils
+  mv "$pkgdir"/usr/bin/{,hs-}test-runner
 }




More information about the arch-commits mailing list