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

Felix Yan felixonmars at archlinux.org
Sat Jul 3 16:26:32 UTC 2021


    Date: Saturday, July 3, 2021 @ 16:26:32
  Author: felixonmars
Revision: 971951

upgpkg: haskell-swagger2 2.6.1-1: rebuild with ghc 9.0.1

Modified:
  haskell-swagger2/trunk/PKGBUILD

----------+
 PKGBUILD |   23 ++++++++++++-----------
 1 file changed, 12 insertions(+), 11 deletions(-)

Modified: PKGBUILD
===================================================================
--- PKGBUILD	2021-07-03 16:17:36 UTC (rev 971950)
+++ PKGBUILD	2021-07-03 16:26:32 UTC (rev 971951)
@@ -3,8 +3,9 @@
 
 _hkgname=swagger2
 pkgname=haskell-swagger2
-pkgver=2.6
-pkgrel=162
+pkgver=2.6.1
+_commit=44ad73cd0f49c0cd17ad9f9ec4a9fdb3d4e7e776
+pkgrel=1
 pkgdesc="Swagger 2.0 data model"
 url="https://github.com/GetShopTV/swagger2"
 license=("BSD")
@@ -13,21 +14,21 @@
          'haskell-cookie' 'haskell-hashable' 'haskell-generics-sop' 'haskell-http-media'
          'haskell-insert-ordered-containers' 'haskell-lens' 'haskell-network' 'haskell-optics-core'
          'haskell-optics-th' 'haskell-quickcheck' 'haskell-scientific'
-         'haskell-transformers-compat' 'haskell-unordered-containers' 'haskell-vector'
-         'haskell-uuid-types')
+         'haskell-unordered-containers' 'haskell-vector' 'haskell-uuid-types')
 makedepends=('ghc' 'uusi' '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=('d7ca7710ad1c1b42c7f9066b94a3abaf22be6826a84255dbbcbb0c0bbae3612cd934432fa907b4f650049e83fae94d6ead602e93f29e739f14c17144fe5a2101')
+source=("https://github.com/GetShopTV/swagger2/archive/$_commit/$pkgname-$_commit.tar.gz")
+#source=("https://hackage.haskell.org/packages/archive/${_hkgname}/${pkgver}/${_hkgname}-${pkgver}.tar.gz")
+sha512sums=('2e2ba7f08b217533cbcf6d0d59e0f4da94645dc9ea6805cf7eebc3188f5d9ff5bb55471588ebd55bf13ade8c1ac5ff249dac58da7b5cc827dc8e4fcff65bec35')
 
 prepare() {
-    cd $_hkgname-$pkgver
-    uusi -u QuickCheck -u aeson -u hspec -u lens -u optics-core -u optics-th $_hkgname.cabal
+    cd $_hkgname-$_commit
+    uusi -u aeson -u base -u hspec -u lens -u optics-core -u optics-th -u template-haskell $_hkgname.cabal
 }
 
 build() {
-    cd $_hkgname-$pkgver
+    cd $_hkgname-$_commit
 
     runhaskell Setup configure -O --enable-shared --enable-executable-dynamic --disable-library-vanilla \
         --prefix=/usr --docdir=/usr/share/doc/$pkgname --enable-tests \
@@ -40,13 +41,13 @@
 }
 
 check() {
-    cd $_hkgname-$pkgver
+    cd $_hkgname-$_commit
     # https://github.com/GetShopTV/swagger2/issues/222
     runhaskell Setup test || echo "Tests failed"
 }
 
 package() {
-    cd $_hkgname-$pkgver
+    cd $_hkgname-$_commit
 
     install -D -m744 register.sh "$pkgdir"/usr/share/haskell/register/$pkgname.sh
     install -D -m744 unregister.sh "$pkgdir"/usr/share/haskell/unregister/$pkgname.sh




More information about the arch-commits mailing list