Date: Friday, October 14, 2022 @ 01:48:59
  Author: felixonmars
Revision: 1328514

upgpkg: haskell-hoauth2 2.2.0-5: rebuild with aeson 2.1.0.0

Modified:
  haskell-hoauth2/trunk/PKGBUILD

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

Modified: PKGBUILD
===================================================================
--- PKGBUILD    2022-10-14 01:48:30 UTC (rev 1328513)
+++ PKGBUILD    2022-10-14 01:48:59 UTC (rev 1328514)
@@ -3,7 +3,7 @@
 _hkgname=hoauth2
 pkgname=haskell-hoauth2
 pkgver=2.2.0
-pkgrel=4
+pkgrel=5
 pkgdesc="Haskell OAuth2 authentication client"
 url="https://github.com/freizl/hoauth2";
 license=("BSD")
@@ -11,10 +11,15 @@
 depends=('ghc-libs' 'haskell-aeson' 'haskell-hashable' 'haskell-http-conduit'
          'haskell-http-types' 'haskell-microlens' 
'haskell-unordered-containers'
          'haskell-uri-bytestring' 'haskell-uri-bytestring-aeson')
-makedepends=('ghc')
+makedepends=('ghc' 'uusi')
 
source=("https://hackage.haskell.org/packages/archive/$_hkgname/$pkgver/$_hkgname-$pkgver.tar.gz";)
 sha256sums=('f7b570b14db29483776a4d1e7b9b09922b680035c1c42e1d7707b9b587c09dc5')
 
+prepare() {
+  cd $_hkgname-$pkgver
+  uusi -u aeson $_hkgname.cabal
+}
+
 build() {
   cd $_hkgname-$pkgver
 

Reply via email to