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

Felix Yan felixonmars at gemini.archlinux.org
Fri Mar 25 20:59:30 UTC 2022


    Date: Friday, March 25, 2022 @ 20:59:29
  Author: felixonmars
Revision: 1176676

upgpkg: haskell-optics-core 0.4.1-1: rebuild with optics-core 0.4.1, optics-extra 0.4.1, optics-th 0.4.1

Modified:
  haskell-optics-core/trunk/PKGBUILD

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

Modified: PKGBUILD
===================================================================
--- PKGBUILD	2022-03-25 20:56:42 UTC (rev 1176675)
+++ PKGBUILD	2022-03-25 20:59:29 UTC (rev 1176676)
@@ -2,8 +2,8 @@
 
 _hkgname=optics-core
 pkgname=haskell-optics-core
-pkgver=0.4
-pkgrel=6
+pkgver=0.4.1
+pkgrel=1
 pkgdesc="Optics as an abstract interface: core definitions"
 url="https://github.com/well-typed/optics-core"
 license=('BSD')
@@ -11,13 +11,13 @@
 depends=('ghc-libs' 'haskell-indexed-profunctors' 'haskell-indexed-traversable')
 makedepends=('ghc')
 source=(https://hackage.haskell.org/packages/archive/${_hkgname}/${pkgver}/${_hkgname}-${pkgver}.tar.gz)
-sha512sums=('3185b96af4670f7dc2eaf762b94df8e721118ab3ed34a93e07d657937e2d467f7abb2753035e349304a5da9b32100aa1e335415d48c09ce80097b08dbce8caae')
+sha512sums=('9b3b996c93d3dff2920cfb506996717611629d89034eab7ac9960fbc49ab4a34dd4a5ab7671c9c87890aa4ef9a8258551305d71c57567859af363eba95cf6162')
 
 build() {
     cd $_hkgname-$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
     runhaskell Setup build $MAKEFLAGS
     runhaskell Setup register --gen-script



More information about the arch-commits mailing list