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