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

Felix Yan felixonmars at gemini.archlinux.org
Wed Jun 22 18:26:56 UTC 2022


    Date: Wednesday, June 22, 2022 @ 18:26:56
  Author: felixonmars
Revision: 1238998

upgpkg: haskell-some 1.0.4-1: rebuild with some 1.0.4

Modified:
  haskell-some/trunk/PKGBUILD

----------+
 PKGBUILD |   10 +++++-----
 1 file changed, 5 insertions(+), 5 deletions(-)

Modified: PKGBUILD
===================================================================
--- PKGBUILD	2022-06-22 18:24:30 UTC (rev 1238997)
+++ PKGBUILD	2022-06-22 18:26:56 UTC (rev 1238998)
@@ -2,16 +2,16 @@
 
 _hkgname=some
 pkgname=haskell-some
-pkgver=1.0.3
-pkgrel=4
+pkgver=1.0.4
+pkgrel=1
 pkgdesc="Existential type: Some"
-url="https://github.com/phadej/some"
+url="https://github.com/haskellari/some"
 license=("BSD")
 arch=('x86_64')
 depends=('ghc-libs')
 makedepends=('ghc' 'uusi')
 source=("https://hackage.haskell.org/packages/archive/$_hkgname/$pkgver/$_hkgname-$pkgver.tar.gz")
-sha512sums=('801dae8079bf658b628e220e083b70c1d8c368c1e6345dd6f4417d5e52c24de29dd7d5cb72fc13bfd0e6c7c3aaf5a44ffd539d40ef43eb36d2060aa66b13a563')
+sha512sums=('eadfcdd9ba51e77d806beab1f9b58d245d8680aaca17b2a215d9ad47e1a943f1c98134bb234222410b32c8b3c6137ea97bbd8b9174235318c061ed70ee5141da')
 
 prepare() {
   cd $_hkgname-$pkgver
@@ -22,7 +22,7 @@
   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 \
     --ghc-option=-optl-Wl\,-z\,relro\,-z\,now \
     --ghc-option='-pie'



More information about the arch-commits mailing list