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

Felix Yan felixonmars at archlinux.org
Mon Jul 5 04:20:30 UTC 2021


    Date: Monday, July 5, 2021 @ 04:20:29
  Author: felixonmars
Revision: 972209

upgpkg: haskell-authenticate-oauth 1.7-1: rebuild with authenticate-oauth 1.7

Modified:
  haskell-authenticate-oauth/trunk/PKGBUILD

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

Modified: PKGBUILD
===================================================================
--- PKGBUILD	2021-07-05 04:07:23 UTC (rev 972208)
+++ PKGBUILD	2021-07-05 04:20:29 UTC (rev 972209)
@@ -2,8 +2,8 @@
 
 _hkgname=authenticate-oauth
 pkgname=haskell-authenticate-oauth
-pkgver=1.6.0.1
-pkgrel=286
+pkgver=1.7
+pkgrel=1
 pkgdesc="Library to authenticate with OAuth for Haskell web applications."
 url="https://github.com/yesodweb/authenticate"
 license=('BSD')
@@ -13,13 +13,8 @@
          'haskell-http-types' 'haskell-blaze-builder' 'haskell-transformers-compat')
 makedepends=('ghc')
 source=(https://hackage.haskell.org/packages/archive/${_hkgname}/${pkgver}/${_hkgname}-${pkgver}.tar.gz)
-sha512sums=('b2a6310097a6edc5bd3c38052a2eca73d3f398c0b9ff4b8f1d43a1f4dc83b7297df12f3fc0bfdecfce17e600f90b13c4c9e3f31c02b17d7fec0134a34c093fd6')
+sha512sums=('c216d05051971715a834f2831278833fb685d91b7c0c8c1cf9732a3b39795a2dcf596bf7e5670df25ee3713c64496599043a7ec0092c538c759f2965f1230e57')
 
-prepare() {
-    cd $_hkgname-$pkgver
-    sed -i 's/< *1.1/<2/' $_hkgname.cabal
-}
-
 build() {
     cd $_hkgname-$pkgver
     




More information about the arch-commits mailing list