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

Felix Yan felixonmars at archlinux.org
Mon Oct 26 12:44:02 UTC 2020


    Date: Monday, October 26, 2020 @ 12:44:02
  Author: felixonmars
Revision: 733956

upgpkg: arch-hs 0.3.0.0-12: rebuild with req 3.7.0

Modified:
  arch-hs/trunk/PKGBUILD

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

Modified: PKGBUILD
===================================================================
--- PKGBUILD	2020-10-26 12:40:38 UTC (rev 733955)
+++ PKGBUILD	2020-10-26 12:44:02 UTC (rev 733956)
@@ -3,7 +3,7 @@
 
 pkgname=arch-hs
 pkgver=0.3.0.0
-pkgrel=11
+pkgrel=12
 pkgdesc="Distribute hackage packages to archlinux"
 arch=('x86_64')
 url="https://github.com/berberman/arch-hs"
@@ -12,7 +12,7 @@
          'haskell-algebraic-graphs' 'haskell-conduit' 'haskell-tar-conduit' 'haskell-conduit-extra'
          'haskell-split' 'haskell-neat-interpolation' 'haskell-microlens' 'haskell-microlens-th'
          'haskell-polysemy' 'haskell-colourista' 'haskell-optparse-applicative')
-makedepends=('ghc')
+makedepends=('ghc' 'uusi')
 source=("https://hackage.haskell.org/packages/archive/$pkgname/$pkgver/$pkgname-$pkgver.tar.gz")
 sha512sums=('9bb1fdca840e8cef4ba03656cb8e0ee6e486e98099955628b6e7e6e95c2913b02058dbb7339a2140014b612f0b46c2eac5a24729266d54357352961356a20332')
 
@@ -28,6 +28,10 @@
   install -D -m644 bash${1} "$pkgdir/usr/share/fish/vendor_completions.d/arch-hs${1}.fish"
 }
 
+prepare() {
+  uusi $pkgname-$pkgver/$pkgname.cabal
+}
+
 build() {
   cd $pkgname-$pkgver
   runhaskell Setup configure -O --enable-shared --enable-executable-dynamic --disable-library-vanilla \



More information about the arch-commits mailing list