Date: Thursday, September 22, 2022 @ 20:10:31
  Author: felixonmars
Revision: 1309102

upgpkg: unlambda 0.1.4.2-9: fix invalid buildtoolver in .BUILDINFO

Modified:
  unlambda/trunk/PKGBUILD

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

Modified: PKGBUILD
===================================================================
--- PKGBUILD    2022-09-22 20:10:18 UTC (rev 1309101)
+++ PKGBUILD    2022-09-22 20:10:31 UTC (rev 1309102)
@@ -2,7 +2,7 @@
 
 pkgname=unlambda
 pkgver=0.1.4.2
-pkgrel=8
+pkgrel=9
 pkgdesc="Unlambda interpreter"
 url="https://github.com/abbradar/unlambda";
 license=("GPL")
@@ -16,7 +16,7 @@
   cd $pkgname-$pkgver    
 
   runhaskell Setup configure -O --enable-shared --enable-executable-dynamic 
--disable-library-vanilla \
-    --prefix=/usr --docdir=/usr/share/doc/$pkgname --enable-tests \
+    --prefix=/usr --docdir=/usr/share/doc/$pkgname --datasubdir=$pkgname 
--enable-tests \
     --dynlibdir=/usr/lib --libsubdir=\$compiler/site-local/\$pkgid 
--ghc-option=-fllvm \
     --ghc-option=-optl-Wl\,-z\,relro\,-z\,now \
     --ghc-option='-pie'

Reply via email to