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

Felix Yan felixonmars at archlinux.org
Fri Apr 23 17:14:24 UTC 2021


    Date: Friday, April 23, 2021 @ 17:14:23
  Author: felixonmars
Revision: 923199

upgpkg: haskell-yesod-auth 1.6.10.2-10: rebuild with yesod-form 1.7.0

Modified:
  haskell-yesod-auth/trunk/PKGBUILD

----------+
 PKGBUILD |    9 +++++++--
 1 file changed, 7 insertions(+), 2 deletions(-)

Modified: PKGBUILD
===================================================================
--- PKGBUILD	2021-04-23 17:13:10 UTC (rev 923198)
+++ PKGBUILD	2021-04-23 17:14:23 UTC (rev 923199)
@@ -4,7 +4,7 @@
 _hkgname=yesod-auth
 pkgname=haskell-yesod-auth
 pkgver=1.6.10.2
-pkgrel=9
+pkgrel=10
 pkgdesc="Authentication for Yesod."
 url="http://www.yesodweb.com/"
 license=("MIT")
@@ -18,10 +18,15 @@
          'haskell-shakespeare' 'haskell-unliftio' 'haskell-unliftio-core'
          'haskell-unordered-containers' 'haskell-wai' 'haskell-yesod-core' 'haskell-yesod-form'
          'haskell-yesod-persistent')
-makedepends=('ghc')
+makedepends=('ghc' 'uusi')
 source=("https://hackage.haskell.org/packages/archive/${_hkgname}/${pkgver}/${_hkgname}-${pkgver}.tar.gz")
 sha512sums=('d419d67409b45bec073e44a0b3e9aefda799bfcbf1bb923a2c753c1f36ff646e2ceca4a1021ecc4d2c58eaa10cec6d6ed9635c2a97631a584abb4de478871d87')
 
+prepare() {
+    cd $_hkgname-$pkgver
+    uusi -u yesod-form $_hkgname.cabal
+}
+
 build() {
     cd $_hkgname-$pkgver
     



More information about the arch-commits mailing list