Date: Tuesday, March 22, 2022 @ 18:25:46 Author: felixonmars Revision: 1170443
upgpkg: haskell-ipynb 0.2-1: rebuild with ipynb 0.2, pandoc 2.17, texmath 0.12.4 Modified: haskell-ipynb/trunk/PKGBUILD ----------+ PKGBUILD | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) Modified: PKGBUILD =================================================================== --- PKGBUILD 2022-03-22 18:19:40 UTC (rev 1170442) +++ PKGBUILD 2022-03-22 18:25:46 UTC (rev 1170443) @@ -2,8 +2,8 @@ _hkgname=ipynb pkgname=haskell-ipynb -pkgver=0.1.0.2 -pkgrel=7 +pkgver=0.2 +pkgrel=1 pkgdesc="Data structure for working with Jupyter notebooks (ipynb)" url="https://github.com/jgm/ipynb" license=('BSD') @@ -12,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=('81f1322d8e6c79eee117b60aa6b2c15b89345d14e52066127e7ecbbf68ed2ac307917913f1f51fd310055043e92457e2f3610912c5f647fdf096d8bfe8874ebf') +sha512sums=('885ffa2f2269b2bc6c2381fe7a7c91de93e8539ca3493d5a8207e75e986fc42a4b8ead0b4d05184da5bbb931466431ca1b810f03db8cd2c1624a67e1bbb782ea') build() { cd $_hkgname-$pkgver
