summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorBlair Bonnett2022-08-29 19:11:27 +0200
committerBlair Bonnett2022-08-29 19:11:27 +0200
commit08100db08eab36fc341371b9244f37e6e92756c6 (patch)
tree024133594b62fd997f403e505959df4f8a974f5b
parentf0be56e512ffc446227fad49aa094a9b52ff33d4 (diff)
downloadaur-08100db08eab36fc341371b9244f37e6e92756c6.tar.gz
Update to 3.4.post4
-rw-r--r--.SRCINFO6
-rw-r--r--PKGBUILD4
2 files changed, 5 insertions, 5 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 2b8a4b965428..99b2f60c688d 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,6 +1,6 @@
pkgbase = jupyterlab-language-pack-no-no
pkgdesc = Norwegian Bokmål (Norway) language pack for JupyterLab
- pkgver = 3.4.post3
+ pkgver = 3.4.post4
pkgrel = 1
url = https://github.com/jupyterlab/language-packs/tree/master/language-packs/jupyterlab-language-pack-no-NO
arch = any
@@ -9,7 +9,7 @@ pkgbase = jupyterlab-language-pack-no-no
makedepends = python-installer
makedepends = python-setuptools
makedepends = python-wheel
- source = https://files.pythonhosted.org/packages/source/j/jupyterlab-language-pack-no-NO/jupyterlab-language-pack-no-NO-3.4.post3.tar.gz
- sha256sums = f083339951a8c6fb7c7a98b9e0cf90a4ceefc82b90cfb2442d95dfe5a4b443cd
+ source = https://files.pythonhosted.org/packages/source/j/jupyterlab-language-pack-no-NO/jupyterlab-language-pack-no-NO-3.4.post4.tar.gz
+ sha256sums = 1d3bb827ef17b4f358d3ab990b8a7ab3bf5667b4b9da0a332fd10966b4a5547c
pkgname = jupyterlab-language-pack-no-no
diff --git a/PKGBUILD b/PKGBUILD
index b243d94fd958..bab155275082 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -4,13 +4,13 @@ pkgname=jupyterlab-language-pack-no-no
_pypi=jupyterlab-language-pack-no-NO
pkgdesc='Norwegian Bokmål (Norway) language pack for JupyterLab'
url="https://github.com/jupyterlab/language-packs/tree/master/language-packs/$_pypi"
-pkgver=3.4.post3
+pkgver=3.4.post4
pkgrel=1
arch=('any')
license=('BSD')
makedepends=('python-build' 'python-installer' 'python-setuptools' 'python-wheel')
source=("https://files.pythonhosted.org/packages/source/${_pypi::1}/$_pypi/$_pypi-$pkgver.tar.gz")
-sha256sums=('f083339951a8c6fb7c7a98b9e0cf90a4ceefc82b90cfb2442d95dfe5a4b443cd')
+sha256sums=('1d3bb827ef17b4f358d3ab990b8a7ab3bf5667b4b9da0a332fd10966b4a5547c')
build() {
cd "$_pypi-$pkgver"