Date: Thursday, October 27, 2022 @ 00:00:08 Author: felixonmars Revision: 1337955
upgpkg: haskell-swagger2 2.8.5-1: rebuild with swagger2 2.8.5 Modified: haskell-swagger2/trunk/PKGBUILD ----------+ PKGBUILD | 13 ++++--------- 1 file changed, 4 insertions(+), 9 deletions(-) Modified: PKGBUILD =================================================================== --- PKGBUILD 2022-10-26 23:59:13 UTC (rev 1337954) +++ PKGBUILD 2022-10-27 00:00:08 UTC (rev 1337955) @@ -3,8 +3,8 @@ _hkgname=swagger2 pkgname=haskell-swagger2 -pkgver=2.8.4 -pkgrel=3 +pkgver=2.8.5 +pkgrel=1 pkgdesc="Swagger 2.0 data model" url="https://github.com/GetShopTV/swagger2" license=("BSD") @@ -14,17 +14,12 @@ 'haskell-insert-ordered-containers' 'haskell-lens' 'haskell-network' 'haskell-optics-core' 'haskell-optics-th' 'haskell-quickcheck' 'haskell-scientific' 'haskell-unordered-containers' 'haskell-vector' 'haskell-uuid-types') -makedepends=('ghc' 'uusi' 'haskell-hspec' 'haskell-hunit' 'haskell-quickcheck-instances' +makedepends=('ghc' 'haskell-hspec' 'haskell-hunit' 'haskell-quickcheck-instances' 'haskell-hspec-discover' 'haskell-doctest' 'haskell-cabal-doctest' 'haskell-glob' 'haskell-utf8-string') source=("https://hackage.haskell.org/packages/archive/${_hkgname}/${pkgver}/${_hkgname}-${pkgver}.tar.gz") -sha512sums=('24cebc094dff99b7d0dea7ff4a70b68e36be315c080089253625fa05af68e56ad73d3f3a98767a6ccc39fbceb282768f4bbed22d2f6040c7b7c883062c600dd8') +sha512sums=('7e6147b9eae54a73466bb357ec4dabaeeeeb8a1353a6ea4ff2fb549ffcd74c5e79ba0fc91ed05f8ab023098208c72a0649dd506258b12175dee6523d72dde2d7') -prepare() { - cd $_hkgname-$pkgver - uusi -u aeson -u hspec -u vector $_hkgname.cabal -} - build() { cd $_hkgname-$pkgver
