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

Felix Yan felixonmars at archlinux.org
Thu Nov 21 03:42:06 UTC 2019


    Date: Thursday, November 21, 2019 @ 03:42:05
  Author: felixonmars
Revision: 531002

upgpkg: haskell-authenticate-oauth 1.6.0.1-1

rebuild with authenticate-oauth 1.6.0.1

Modified:
  haskell-authenticate-oauth/trunk/PKGBUILD

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

Modified: PKGBUILD
===================================================================
--- PKGBUILD	2019-11-21 03:38:36 UTC (rev 531001)
+++ PKGBUILD	2019-11-21 03:42:05 UTC (rev 531002)
@@ -2,8 +2,8 @@
 
 _hkgname=authenticate-oauth
 pkgname=haskell-authenticate-oauth
-pkgver=1.6
-pkgrel=109
+pkgver=1.6.0.1
+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=('1cd4db3874b05a8856dcd07ee1e63fdafb92e8997b9caf81436d882f36c1bda3fce4b32cdbfa28ffa5f5374566ffa981537f527d8814131e7d61f2d1b8999931')
+sha512sums=('b2a6310097a6edc5bd3c38052a2eca73d3f398c0b9ff4b8f1d43a1f4dc83b7297df12f3fc0bfdecfce17e600f90b13c4c9e3f31c02b17d7fec0134a34c093fd6')
 
-prepare() {
-    cd $_hkgname-$pkgver
-    sed -i 's/<.*2.3/<3/' $_hkgname.cabal
-}
-
 build() {
     cd $_hkgname-$pkgver
     



More information about the arch-commits mailing list