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

Felix Yan felixonmars at gemini.archlinux.org
Tue Feb 22 16:15:08 UTC 2022


    Date: Tuesday, February 22, 2022 @ 16:15:08
  Author: felixonmars
Revision: 1135874

upgpkg: haskell-swagger2 2.6.1-67: rebuild with hashable 1.4.0.0, quickcheck-instances 0.3.26.1

Modified:
  haskell-swagger2/trunk/PKGBUILD

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

Modified: PKGBUILD
===================================================================
--- PKGBUILD	2022-02-22 15:53:05 UTC (rev 1135873)
+++ PKGBUILD	2022-02-22 16:15:08 UTC (rev 1135874)
@@ -5,7 +5,7 @@
 pkgname=haskell-swagger2
 pkgver=2.6.1
 _commit=44ad73cd0f49c0cd17ad9f9ec4a9fdb3d4e7e776
-pkgrel=66
+pkgrel=67
 pkgdesc="Swagger 2.0 data model"
 url="https://github.com/GetShopTV/swagger2"
 license=("BSD")
@@ -24,7 +24,7 @@
 
 prepare() {
     cd $_hkgname-$_commit
-    uusi -u aeson -u base -u base-compat-batteries -u hspec -u lens -u optics-core -u optics-th -u template-haskell $_hkgname.cabal
+    uusi -u aeson -u base -u base-compat-batteries -u hashable -u hspec -u lens -u optics-core -u optics-th -u template-haskell $_hkgname.cabal
 }
 
 build() {



More information about the arch-commits mailing list