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

Felix Yan felixonmars at archlinux.org
Sun Apr 26 00:12:38 UTC 2020


    Date: Sunday, April 26, 2020 @ 00:12:36
  Author: felixonmars
Revision: 621234

upgpkg: haskell-authenticate-oauth 1.6.0.1-83: rebuild with base64-bytestring 1.1.0.0

Modified:
  haskell-authenticate-oauth/trunk/PKGBUILD

----------+
 PKGBUILD |    7 ++++++-
 1 file changed, 6 insertions(+), 1 deletion(-)

Modified: PKGBUILD
===================================================================
--- PKGBUILD	2020-04-26 00:09:43 UTC (rev 621233)
+++ PKGBUILD	2020-04-26 00:12:36 UTC (rev 621234)
@@ -3,7 +3,7 @@
 _hkgname=authenticate-oauth
 pkgname=haskell-authenticate-oauth
 pkgver=1.6.0.1
-pkgrel=82
+pkgrel=83
 pkgdesc="Library to authenticate with OAuth for Haskell web applications."
 url="https://github.com/yesodweb/authenticate"
 license=('BSD')
@@ -15,6 +15,11 @@
 source=(https://hackage.haskell.org/packages/archive/${_hkgname}/${pkgver}/${_hkgname}-${pkgver}.tar.gz)
 sha512sums=('b2a6310097a6edc5bd3c38052a2eca73d3f398c0b9ff4b8f1d43a1f4dc83b7297df12f3fc0bfdecfce17e600f90b13c4c9e3f31c02b17d7fec0134a34c093fd6')
 
+prepare() {
+    cd $_hkgname-$pkgver
+    sed -i 's/< *1.1/<2/' $_hkgname.cabal
+}
+
 build() {
     cd $_hkgname-$pkgver
     



More information about the arch-commits mailing list