summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorAmos Onn2019-06-18 11:39:02 +0200
committerAmos Onn2019-06-18 11:39:02 +0200
commitd6cc52614ecf1b0095259f79c0ade01bc2a73a0d (patch)
tree3d6f4ce59e094fedd4c43545cbed2e41ed75161a
parente8e5d0cc810f5df9a76ad6f24b33d675fa9af00f (diff)
downloadaur-d6cc52614ecf1b0095259f79c0ade01bc2a73a0d.tar.gz
Added makedepends on python{,2}-setuptools
-rw-r--r--.SRCINFO6
-rw-r--r--PKGBUILD3
2 files changed, 6 insertions, 3 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 999adf98d463..5a2db53249f4 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,12 +1,14 @@
# Generated by mksrcinfo v8
-# Tue Sep 25 22:23:10 UTC 2018
+# Tue Jun 18 09:39:00 UTC 2019
pkgbase = python-heapdict
pkgdesc = A python library for a heap with decrease- and increase-key operations.
pkgver = 1.0.0
- pkgrel = 2
+ pkgrel = 3
url = http://stutzbachenterprises.com
arch = any
license = BSD-3-clause
+ makedepends = python-setuptools
+ makedepends = python2-setuptools
source = https://codeload.github.com/DanielStutzbach/heapdict/tar.gz/v1.0.0
sha256sums = 4c8e581f1651ca78da35820fc80b0d50fc060032517f2c7efd9169e204db3793
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}