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

Felix Yan felixonmars at archlinux.org
Fri Oct 2 05:47:45 UTC 2020


    Date: Friday, October 2, 2020 @ 05:47:45
  Author: felixonmars
Revision: 714918

upgpkg: uusi 0.0.0.0-2: rebuild with base-orphans 0.8.3

Modified:
  uusi/trunk/PKGBUILD

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

Modified: PKGBUILD
===================================================================
--- PKGBUILD	2020-10-02 04:32:13 UTC (rev 714917)
+++ PKGBUILD	2020-10-02 05:47:45 UTC (rev 714918)
@@ -2,7 +2,7 @@
 
 pkgname=uusi
 pkgver=0.0.0.0
-pkgrel=1
+pkgrel=2
 pkgdesc="A program removing all version constraints of dependencies in .cabal file"
 url="https://github.com/berberman/uusi"
 license=("MIT")
@@ -26,7 +26,7 @@
     --ghc-option=-optl-Wl\,-z\,relro\,-z\,now \
     --ghc-option='-pie'
 
-  runhaskell Setup build
+  runhaskell Setup build $MAKEFLAGS
 }
 
 package() {
@@ -33,6 +33,6 @@
   cd $pkgname-$pkgver
 
   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