Date: Saturday, December 25, 2021 @ 23:45:18
  Author: felixonmars
Revision: 1083814

upgpkg: haskell-mintty 0.1.3-1: rebuild with mintty 0.1.3

Modified:
  haskell-mintty/trunk/PKGBUILD

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

Modified: PKGBUILD
===================================================================
--- PKGBUILD    2021-12-25 23:38:24 UTC (rev 1083813)
+++ PKGBUILD    2021-12-25 23:45:18 UTC (rev 1083814)
@@ -3,8 +3,8 @@
 
 _hkgname=mintty
 pkgname=haskell-mintty
-pkgver=0.1.2
-pkgrel=17
+pkgver=0.1.3
+pkgrel=1
 pkgdesc="A reliable way to detect the presence of a MinTTY console on Windows"
 url="https://github.com/RyanGlScott/mintty/";
 license=("BSD")
@@ -12,7 +12,7 @@
 depends=('ghc-libs')
 makedepends=('ghc')
 
source=("https://hackage.haskell.org/packages/archive/${_hkgname}/${pkgver}/${_hkgname}-${pkgver}.tar.gz";)
-sha512sums=('6737851b82bec6977114baa572bdd012ff933a9d1c401857b97183fe341f605cc85618f2d0ac4afe2046cd90ec011d595bb82dea775f65b7e1d73dcf41777667')
+sha512sums=('a445b37c4c02eb901b390f2a17eef713f7e45a3a195be7c5921b72f43e73e89faebce42b4d2d54ae8861d1edee5ae9bc8acfca54d66fd06ba7447862068deb73')
 
 build() {
     cd $_hkgname-$pkgver
@@ -19,7 +19,7 @@
     
     runhaskell Setup configure -O --enable-shared --enable-executable-dynamic 
--disable-library-vanilla \
         --prefix=/usr --docdir=/usr/share/doc/$pkgname \
-        --dynlibdir=/usr/lib --libsubdir=\$compiler/site-local/\$pkgid
+        --dynlibdir=/usr/lib --libsubdir=\$compiler/site-local/\$pkgid 
--ghc-option=-fllvm
     runhaskell Setup build $MAKEFLAGS
     runhaskell Setup register --gen-script
     runhaskell Setup unregister --gen-script

Reply via email to