summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
authorPhilipp A2022-09-16 16:45:19 +0200
committerPhilipp A2022-09-16 16:45:19 +0200
commitf347a842add03b15e5d24322ead17f5315e9418f (patch)
treef699a432d8c411ea74b367c610c220703f32e56d /PKGBUILD
parenta2ba387843050da5e53678183b83be9e82eadbc2 (diff)
downloadaur-python-better_exchook.tar.gz
makedeps
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD4
1 files changed, 2 insertions, 2 deletions
diff --git a/PKGBUILD b/PKGBUILD
index b12f16d35fc2..8dbd5a0175da 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -2,13 +2,13 @@
_name=better_exchook
pkgname=python-$_name
pkgver=1.20220510.124015
-pkgrel=1
+pkgrel=2
pkgdesc='A nicer drop-in-replacement for Python sys.excepthook'
arch=(any)
url='https://github.com/albertz/py_better_exchook'
license=(BSD)
depends=(python)
-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=('237f2be7f6a8add7666e0207c5643af3d279400a7dc8ff788ecf9d2d5851d0a1')