summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorIsta Zahn2021-01-01 20:16:26 -0500
committerIsta Zahn2021-01-01 20:16:26 -0500
commita388a5638d55eae5f88253a9bc8075457ff07410 (patch)
treeb01dc76077fea29bb1f4d55d35d9c6265f133259
parent3e71b8933e4e44b922ff6f898b936db1a27f2050 (diff)
downloadaur-jupyter_stata_kernel.tar.gz
bump version
-rw-r--r--.SRCINFO8
-rw-r--r--PKGBUILD8
2 files changed, 8 insertions, 8 deletions
diff --git a/.SRCINFO b/.SRCINFO
index fa01bf5a3241..e3c274ad5629 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,7 +1,7 @@
pkgbase = jupyter_stata_kernel
pkgdesc = A Jupyter kernel for Stata. Works with Windows, macOS, and Linux. Preserves program state.
- pkgver = 1.11.2
- pkgrel = 2
+ pkgver = 1.12.2
+ pkgrel = 1
url = https://kylebarron.github.io/stata_kernel/
install = jupyter_stata_kernel.install
arch = any
@@ -16,8 +16,8 @@ pkgbase = jupyter_stata_kernel
depends = python-pexpect
depends = python-pygments
depends = python-requests
- source = https://files.pythonhosted.org/packages/cc/c7/05e2d4b43dda39fa18bcf9349fffa86746405bcdb6771b2f87278a9475b6/stata_kernel-1.11.2.tar.gz
- sha256sums = 31b518165a4b4f7e9d9b130affaeb1b1b2ddd1a36ea3b141fcf478d75de60c3f
+ source = https://files.pythonhosted.org/packages/b9/b1/2dffa47989d0777fe49c655dd9ea5d62acbfb887f84eff779974b11020b9/stata_kernel-1.12.2.tar.gz
+ sha256sums = 23cd0d89e691a138906ea68a12663cb1301b82d1af8db6883c5495708d2e58fa
pkgname = jupyter_stata_kernel
diff --git a/PKGBUILD b/PKGBUILD
index 15e68f2b8c5b..9208914a171a 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -7,14 +7,14 @@ depends=('python' 'jupyter' 'python-pandas' 'python-beautifulsoup4'
'python-packaging' 'python-pillow' 'python-pexpect'
'python-pygments' 'python-requests')
makedepends=('python-setuptools')
-pkgver=1.11.2
-pkgrel=2
+pkgver=1.12.2
+pkgrel=1
pkgdesc="A Jupyter kernel for Stata. Works with Windows, macOS, and Linux. Preserves program state."
arch=('any')
url="https://kylebarron.github.io/stata_kernel/"
license=('GPL3')
-source=("https://files.pythonhosted.org/packages/cc/c7/05e2d4b43dda39fa18bcf9349fffa86746405bcdb6771b2f87278a9475b6/stata_kernel-1.11.2.tar.gz")
-sha256sums=('31b518165a4b4f7e9d9b130affaeb1b1b2ddd1a36ea3b141fcf478d75de60c3f')
+source=("https://files.pythonhosted.org/packages/b9/b1/2dffa47989d0777fe49c655dd9ea5d62acbfb887f84eff779974b11020b9/stata_kernel-1.12.2.tar.gz")
+sha256sums=('23cd0d89e691a138906ea68a12663cb1301b82d1af8db6883c5495708d2e58fa')
install=jupyter_stata_kernel.install
package() {