summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorPhilipp A2022-09-16 17:16:44 +0200
committerPhilipp A2022-09-16 17:16:44 +0200
commit08c72cc57b4135ad8baeb132090f3db5590d7685 (patch)
tree352dec9ba4e767fc8672f0695afe186f56df93c6
parentdfac162335509e8cde48adc918ea63db4fe95f64 (diff)
downloadaur-08c72cc57b4135ad8baeb132090f3db5590d7685.tar.gz
makedeps
-rw-r--r--.SRCINFO5
-rw-r--r--PKGBUILD4
2 files changed, 5 insertions, 4 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 96615bf3d710..773e084219d5 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,13 +1,14 @@
pkgbase = python-ipynbname
pkgdesc = Retrieve notebook filename and the full path to notebook when run from Jupyter Lab.
pkgver = 2021.3.2
- pkgrel = 1
+ pkgrel = 2
url = https://github.com/msm1089/ipynbname
arch = any
license = MIT
makedepends = python-setuptools
- makedepends = python-installer
makedepends = python-build
+ makedepends = python-installer
+ makedepends = python-wheel
depends = python-ipykernel
depends = python-jupyter_core
depends = python-traitlets
diff --git a/PKGBUILD b/PKGBUILD
index 7a3c63ed432a..2a2bf9aa0c05 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -2,13 +2,13 @@
_name=ipynbname
pkgname=python-$_name
pkgver=2021.3.2
-pkgrel=1
+pkgrel=2
pkgdesc='Retrieve notebook filename and the full path to notebook when run from Jupyter Lab.'
arch=(any)
url="https://github.com/msm1089/$_name"
license=(MIT)
depends=(python-ipykernel python-jupyter_core python-traitlets)
-makedepends=(python-setuptools python-installer python-build)
+makedepends=(python-setuptools python-build python-installer python-wheel)
source=("https://files.pythonhosted.org/packages/source/${_name::1}/$_name/$_name-$pkgver.tar.gz")
sha256sums=('cf7bae999005dce012738d09610e69a47acd765797c0365c803f96c21ea2f32b')