Date: Sunday, September 18, 2022 @ 15:52:06
  Author: felixonmars
Revision: 1304946

upgpkg: ihaskell 0.10.3.0-1

Modified:
  ihaskell/trunk/PKGBUILD

----------+
 PKGBUILD |   19 ++++++-------------
 1 file changed, 6 insertions(+), 13 deletions(-)

Modified: PKGBUILD
===================================================================
--- PKGBUILD    2022-09-18 15:50:56 UTC (rev 1304945)
+++ PKGBUILD    2022-09-18 15:52:06 UTC (rev 1304946)
@@ -2,10 +2,10 @@
 # Contributor: Martin Rodriguez Reboredo <[email protected]>
 
 pkgname=ihaskell
-pkgver=0.10.2.2
-pkgrel=20
-pkgdesc="A Haskell backend kernel for the IPython project."
-url="http://github.com/gibiansky/IHaskell";
+pkgver=0.10.3.0
+pkgrel=1
+pkgdesc="A Haskell backend kernel for the Jupyter project."
+url="https://github.com/gibiansky/IHaskell";
 license=("MIT")
 arch=('x86_64')
 depends=('ghc-libs' 'ipython' 'python-jupyter_client' 'haskell-aeson' 
'haskell-base64-bytestring'
@@ -15,16 +15,9 @@
          'haskell-utf8-string' 'haskell-vector')
 makedepends=('ghc' 'haskell-hunit' 'haskell-here' 'haskell-hspec' 
'haskell-hspec-contrib'
              'haskell-raw-strings-qq' 'haskell-setenv')
-source=("https://hackage.haskell.org/packages/archive/$pkgname/$pkgver/$pkgname-$pkgver.tar.gz";
-        enable-dynamic-way.patch)
-sha256sums=('09f10f3007d892d811a5de2567399078e9ef1e612e0c4997619c909d82849ed1'
-            '043a8c6f32f48923127216e337d0b8a6b63207dbd9c4ccac7029535dc874cab8')
+source=("https://hackage.haskell.org/packages/archive/$pkgname/$pkgver/$pkgname-$pkgver.tar.gz";)
+sha256sums=('749b416f8d47a32b75d7987969f344bc7191348b50fc8bbb839580192e864f31')
 
-prepare() {
-  cd $pkgname-$pkgver
-  patch -p1 -i ../enable-dynamic-way.patch
-}
-
 build() {
   cd $pkgname-$pkgver
 

Reply via email to