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

Felix Yan felixonmars at archlinux.org
Tue Jun 22 03:52:03 UTC 2021


    Date: Tuesday, June 22, 2021 @ 03:52:02
  Author: felixonmars
Revision: 966775

upgpkg: haskell-snap-server 1.1.2.0-173: rebuild with ghc 9.0.1, ghc-lib-parser-ex 9.0.0.4, hlint 3.3.1, one-liner 2.0, path 0.9.0, retrie 1.0.0.0

Modified:
  haskell-snap-server/trunk/PKGBUILD

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

Modified: PKGBUILD
===================================================================
--- PKGBUILD	2021-06-22 03:48:02 UTC (rev 966774)
+++ PKGBUILD	2021-06-22 03:52:02 UTC (rev 966775)
@@ -3,9 +3,9 @@
 _hkgname=snap-server
 pkgname=haskell-snap-server
 pkgver=1.1.2.0
-pkgrel=172
+pkgrel=173
 pkgdesc="A web server for the Snap Framework"
-url="https://github.com/snapframework/snap-server"
+url="https://github.com/snapfamework/snap-server"
 license=('BSD')
 arch=('x86_64')
 depends=('ghc-libs' 'haskell-attoparsec' 'haskell-blaze-builder' 'haskell-case-insensitive'
@@ -22,7 +22,7 @@
 
 prepare() {
     cd $_hkgname-$pkgver
-    uusi -d bytestring-builder -u attoparsec $_hkgname.cabal
+    uusi -d bytestring-builder -u attoparsec -u base $_hkgname.cabal
     gen-setup
 }
 



More information about the arch-commits mailing list