Date: Monday, September 19, 2022 @ 21:59:03
  Author: felixonmars
Revision: 1305363

upgpkg: haskell-ipython-kernel 0.10.3.0-1: rebuild with ipython-kernel 0.10.3.0

Modified:
  haskell-ipython-kernel/trunk/PKGBUILD

----------+
 PKGBUILD |    8 ++++----
 1 file changed, 4 insertions(+), 4 deletions(-)

Modified: PKGBUILD
===================================================================
--- PKGBUILD    2022-09-19 21:15:40 UTC (rev 1305362)
+++ PKGBUILD    2022-09-19 21:59:03 UTC (rev 1305363)
@@ -2,10 +2,10 @@
 
 _hkgname=ipython-kernel
 pkgname=haskell-ipython-kernel
-pkgver=0.10.2.2
-pkgrel=13
+pkgver=0.10.3.0
+pkgrel=1
 pkgdesc="A library for creating kernels for IPython frontends"
-url="http://github.com/gibiansky/IHaskell";
+url="https://github.com/gibiansky/IHaskell";
 license=("MIT")
 arch=('x86_64')
 depends=('ghc-libs' 'haskell-aeson' 'haskell-cryptonite' 'haskell-memory' 
'haskell-temporary'
@@ -12,7 +12,7 @@
          'haskell-unordered-containers' 'haskell-uuid' 
'haskell-zeromq4-haskell')
 makedepends=('ghc')
 
source=("https://hackage.haskell.org/packages/archive/$_hkgname/$pkgver/$_hkgname-$pkgver.tar.gz";)
-sha256sums=('d8b32834252af6029dd21eb8dd58eb7b529aa221175c72ab16ea4d8bdd5277ff')
+sha256sums=('ac34254eeb90cf3db99b282399a1ee13021591ef77596dc0b9d54d9ff7c36c7f')
 
 build() {
   cd $_hkgname-$pkgver

Reply via email to