summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
authorDanilo J. S. Bellini2022-06-13 01:58:09 -0300
committerDanilo J. S. Bellini2022-06-13 01:58:09 -0300
commit0346f7b792568089ab6060794c8ad4d8dd808634 (patch)
tree63e45acf11790580c2f6bdb3dcfcd7f8149d15aa /PKGBUILD
parent5362a7f2f1c117a8dce3197cd73814dc2a79d5d5 (diff)
downloadaur-python2-pluggy.tar.gz
Fix python2-setuptools-scm makedepends (v0.13.1-9)
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD4
1 files changed, 2 insertions, 2 deletions
diff --git a/PKGBUILD b/PKGBUILD
index cbe1e806daba..2900377a9278 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -3,13 +3,13 @@
pkgname=python2-pluggy
_name=${pkgname#python2-}
pkgver=0.13.1
-pkgrel=8
+pkgrel=9
pkgdesc='A minimalist production ready plugin system'
arch=('any')
url='https://github.com/pytest-dev/pluggy'
license=('MIT')
depends=('python2-importlib-metadata')
-makedepends=('python-setuptools-scm')
+makedepends=('python2-setuptools-scm')
source=("$pkgname-$pkgver.tar.gz::$url/archive/refs/tags/$pkgver.tar.gz")
sha256sums=('25d8e53a6eee6939f13b79dc9053b3edd6f705e5a7ba042ae528a1b5fdd9615c')