summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
authorCaleb Maclennan2020-05-12 12:53:15 +0300
committerCaleb Maclennan2020-05-12 12:53:15 +0300
commitc3f8f98d27f1033d0fa2958521b337be1718a11e (patch)
tree18b508db01f37e488507e73884973554637e9cf7 /PKGBUILD
parent5203f1852074c5d8909409e1029caca94e4fef91 (diff)
downloadaur-c3f8f98d27f1033d0fa2958521b337be1718a11e.tar.gz
upgpkg: python-markdown2 2.3.8-2
Add missing makedepends
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD3
1 files changed, 2 insertions, 1 deletions
diff --git a/PKGBUILD b/PKGBUILD
index 4658a840a96c..3d427f478e21 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -3,12 +3,13 @@
pkgname=python-markdown2
pkgver=2.3.8
-pkgrel=1
+pkgrel=2
pkgdesc='A fast and complete implementation of Markdown in Python'
url="https://github.com/trentm/$pkgname"
license=('MIT')
arch=('any')
depends=('python')
+makedepends=('python-setuptools')
source=("$pkgname-$pkgver.tgz::$url/archive/${pkgver}.tar.gz")
sha256sums=('8cfd0738fc63e59fd895715c4c53e3b9024070d1497f7fa1bde7468f04f23c27')