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

Felix Yan felixonmars at gemini.archlinux.org
Sat Jun 11 18:19:12 UTC 2022


    Date: Saturday, June 11, 2022 @ 18:19:12
  Author: felixonmars
Revision: 1234376

upgpkg: haskell-inspection-testing 0.4.6.1-1: rebuild with inspection-testing 0.4.6.1

Modified:
  haskell-inspection-testing/trunk/PKGBUILD

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

Modified: PKGBUILD
===================================================================
--- PKGBUILD	2022-06-11 18:07:43 UTC (rev 1234375)
+++ PKGBUILD	2022-06-11 18:19:12 UTC (rev 1234376)
@@ -2,8 +2,8 @@
 
 _hkgname=inspection-testing
 pkgname=haskell-inspection-testing
-pkgver=0.4.6.0
-pkgrel=2
+pkgver=0.4.6.1
+pkgrel=1
 pkgdesc="GHC plugin to do inspection testing"
 url="https://github.com/nomeata/inspection-testing"
 license=('MIT')
@@ -11,13 +11,13 @@
 depends=('ghc-libs' 'haskell-ghc')
 makedepends=('ghc')
 source=(https://hackage.haskell.org/packages/archive/${_hkgname}/${pkgver}/${_hkgname}-${pkgver}.tar.gz)
-sha512sums=('779c65dcd6e33de7ebb001f844b95e4dd201e47bf2ab5cf788ce5de78ee296c9f821f3e395a584508c19c558da2b7f24f0004e7265f29a6d8bdb22c9937a97ba')
+sha512sums=('ac59b33b57d023bab4f75c0b258f3390d806e4eae7267db9e4925d3437599355e95936b3d84c5f3c8fde5818d85892c56ab8356f2bdc13e9745a2a599bb2a251')
 
 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