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

Felix Yan felixonmars at gemini.archlinux.org
Fri Jun 10 13:52:02 UTC 2022


    Date: Friday, June 10, 2022 @ 13:52:02
  Author: felixonmars
Revision: 1230186

upgpkg: haskell-microlens 0.4.13.0-1: rebuild with microlens 0.4.13.0

Modified:
  haskell-microlens/trunk/PKGBUILD

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

Modified: PKGBUILD
===================================================================
--- PKGBUILD	2022-06-10 13:49:07 UTC (rev 1230185)
+++ PKGBUILD	2022-06-10 13:52:02 UTC (rev 1230186)
@@ -3,8 +3,8 @@
 
 _hkgname=microlens
 pkgname=haskell-microlens
-pkgver=0.4.12.0
-pkgrel=5
+pkgver=0.4.13.0
+pkgrel=1
 pkgdesc="A tiny lens library with no dependencies"
 url="https://github.com/monadfix/microlens"
 license=("BSD")
@@ -12,13 +12,13 @@
 depends=('ghc-libs')
 makedepends=('ghc')
 source=("https://hackage.haskell.org/packages/archive/${_hkgname}/${pkgver}/${_hkgname}-${pkgver}.tar.gz")
-sha512sums=('6fb9d4b2ee97b9c20121979c40588ee06b901b14ca7eae6ca28e761b9137595c125ea581a4e54ab381e4e54256fa56bcd7aeee4aab618abb5e2b4285f7b70a62')
+sha512sums=('dacbab28ac54bab596a353e4707f2f83b4d4e4fa7e40dd14f3acaf4276f1e552a74decd7b1275966fa4dac2a3099dbb55f84b9306116a5e0242aaf5749dad36b')
 
 build() {
     cd $_hkgname-$pkgver
     
     runhaskell Setup configure -O --enable-shared --enable-executable-dynamic --disable-library-vanilla \
-        --prefix=/usr --docdir=/usr/share/doc/$pkgname \
+        --prefix=/usr --docdir=/usr/share/doc/$pkgname --datasubdir=$pkgname \
         --dynlibdir=/usr/lib --libsubdir=\$compiler/site-local/\$pkgid --ghc-option=-fllvm
     runhaskell Setup build $MAKEFLAGS
     runhaskell Setup register --gen-script



More information about the arch-commits mailing list