Date: Wednesday, March 16, 2022 @ 14:27:57 Author: alerque Revision: 1155388
upgpkg: haskell-ipynb 0.2-1 Modified: haskell-ipynb/trunk/PKGBUILD ----------+ PKGBUILD | 7 ++++--- 1 file changed, 4 insertions(+), 3 deletions(-) Modified: PKGBUILD =================================================================== --- PKGBUILD 2022-03-16 14:22:52 UTC (rev 1155387) +++ PKGBUILD 2022-03-16 14:27:57 UTC (rev 1155388) @@ -1,9 +1,10 @@ # Maintainer: Felix Yan <[email protected]> +# Maintainer: Caleb Maclennan <[email protected]> _hkgname=ipynb pkgname=haskell-ipynb -pkgver=0.1.0.2 -pkgrel=3 +pkgver=0.2 +pkgrel=1 pkgdesc="Data structure for working with Jupyter notebooks (ipynb)" url="https://github.com/jgm/ipynb" license=('BSD') @@ -12,7 +13,7 @@ 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=('81f1322d8e6c79eee117b60aa6b2c15b89345d14e52066127e7ecbbf68ed2ac307917913f1f51fd310055043e92457e2f3610912c5f647fdf096d8bfe8874ebf') +sha512sums=('885ffa2f2269b2bc6c2381fe7a7c91de93e8539ca3493d5a8207e75e986fc42a4b8ead0b4d05184da5bbb931466431ca1b810f03db8cd2c1624a67e1bbb782ea') build() { cd $_hkgname-$pkgver
