Date: Sunday, March 13, 2022 @ 09:09:20 Author: felixonmars Revision: 1150674
upgpkg: haskell-ipynb 0.1.0.2-1: rebuild with ipynb 0.1.0.2 Modified: haskell-ipynb/trunk/PKGBUILD ----------+ PKGBUILD | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) Modified: PKGBUILD =================================================================== --- PKGBUILD 2022-03-13 09:02:33 UTC (rev 1150673) +++ PKGBUILD 2022-03-13 09:09:20 UTC (rev 1150674) @@ -2,17 +2,17 @@ _hkgname=ipynb pkgname=haskell-ipynb -pkgver=0.1.0.1 -pkgrel=284 +pkgver=0.1.0.2 +pkgrel=1 pkgdesc="Data structure for working with Jupyter notebooks (ipynb)" url="https://github.com/jgm/ipynb" license=('BSD') arch=('x86_64') depends=('ghc-libs' 'haskell-aeson' 'haskell-base64-bytestring' 'haskell-unordered-containers') -makedepends=('ghc' 'haskell-aeson-diff' 'haskell-microlens' 'haskell-microlens-aeson' - 'haskell-tasty' 'haskell-tasty-hunit' 'haskell-vector') +makedepends=('ghc' 'haskell-microlens' 'haskell-microlens-aeson' 'haskell-tasty' + 'haskell-tasty-hunit') source=(https://hackage.haskell.org/packages/archive/${_hkgname}/${pkgver}/${_hkgname}-${pkgver}.tar.gz) -sha512sums=('b1e547ac9353c84619832c723586146d2fd72c85c75d11b9ff99c16852ae2dfd1a2d61382ab9cc54bc9ad2bf8e1c3c0a8dc50d49c034d525e7a3393057a0275b') +sha512sums=('81f1322d8e6c79eee117b60aa6b2c15b89345d14e52066127e7ecbbf68ed2ac307917913f1f51fd310055043e92457e2f3610912c5f647fdf096d8bfe8874ebf') build() { cd $_hkgname-$pkgver
