summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
authorAmos Onn2019-06-18 11:39:02 +0200
committerAmos Onn2019-06-18 11:39:02 +0200
commitd6cc52614ecf1b0095259f79c0ade01bc2a73a0d (patch)
tree3d6f4ce59e094fedd4c43545cbed2e41ed75161a /PKGBUILD
parente8e5d0cc810f5df9a76ad6f24b33d675fa9af00f (diff)
downloadaur-d6cc52614ecf1b0095259f79c0ade01bc2a73a0d.tar.gz
Added makedepends on python{,2}-setuptools
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD3
1 files changed, 2 insertions, 1 deletions
diff --git a/PKGBUILD b/PKGBUILD
index c0d825bdb8b1..4cc6416335ba 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -3,13 +3,14 @@ pkgbase=python-heapdict
pkgname=('python-heapdict' 'python2-heapdict')
_pkgname=heapdict
pkgver=1.0.0
-pkgrel=2
+pkgrel=3
pkgdesc="A python library for a heap with decrease- and increase-key operations."
arch=('any')
url="http://stutzbachenterprises.com"
license=('BSD-3-clause')
source=(https://codeload.github.com/DanielStutzbach/heapdict/tar.gz/v$pkgver)
sha256sums=('4c8e581f1651ca78da35820fc80b0d50fc060032517f2c7efd9169e204db3793')
+makedepends=('python-setuptools' 'python2-setuptools')
prepare() {
cp -a $_pkgname-$pkgver{,-py2}