Date: Monday, March 21, 2022 @ 00:14:47
  Author: felixonmars
Revision: 1166370

upgpkg: haskell-rerebase 1.13.1-1: rebuild with rebase 1.13.1, rerebase 1.13.1

Modified:
  haskell-rerebase/trunk/PKGBUILD

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

Modified: PKGBUILD
===================================================================
--- PKGBUILD    2022-03-21 00:13:55 UTC (rev 1166369)
+++ PKGBUILD    2022-03-21 00:14:47 UTC (rev 1166370)
@@ -3,8 +3,8 @@
 
 _hkgname=rerebase
 pkgname=haskell-rerebase
-pkgver=1.13.0.1
-pkgrel=69
+pkgver=1.13.1
+pkgrel=1
 pkgdesc='Reexports from "base" with a bunch of other standard libraries'
 url="https://github.com/nikita-volkov/rerebase";
 license=("MIT")
@@ -12,13 +12,13 @@
 depends=('ghc-libs' 'haskell-rebase')
 makedepends=('ghc')
 
source=("https://hackage.haskell.org/packages/archive/${_hkgname}/${pkgver}/${_hkgname}-${pkgver}.tar.gz";)
-sha512sums=('3e59d4961a6722d53a81431b4667700da77be6b52cd84e0d45316df04b0517f4bafab69fa532d1094219a48f1e8bda5821044d66b8de8d5a72766e8aeb2bffa0')
+sha512sums=('2c0a22527fe578e66f3f6fdcfea1770bec3f41359d44f72fba13446c2e7d19f5a2850886041a654d31e8997670edcc9bd97c2d372d76b6589c2c5e872835a770')
 
 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

Reply via email to