summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorRubenKelevra2023-03-23 04:28:26 +0100
committerRubenKelevra2023-03-23 04:28:26 +0100
commitebaf0e9a42dff330b9d338e6729e0b505fcd5833 (patch)
tree95018f7e01ad14fc8a6c5b82bbdce01773bd6a1a
parent0cd9420bea09fba794c1bbddd8c6c21d3ee7fff2 (diff)
downloadaur-ebaf0e9a42dff330b9d338e6729e0b505fcd5833.tar.gz
add missing make dependency
-rw-r--r--.SRCINFO3
-rw-r--r--PKGBUILD5
2 files changed, 5 insertions, 3 deletions
diff --git a/.SRCINFO b/.SRCINFO
index e617f8bc076c..010404c2109f 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,10 +1,11 @@
pkgbase = python-dirhash
pkgdesc = Python module and CLI for hashing of file system directories.
pkgver = 0.2.1
- pkgrel = 1
+ pkgrel = 2
url = https://github.com/andhus/dirhash-python
arch = any
license = MIT
+ makedepends = python-setuptools
depends = python
source = https://files.pythonhosted.org/packages/source/d/dirhash/dirhash-0.2.1.tar.gz
b2sums = 37ec46bc342c34c910137241b759b627b7dddb2129ac100eae7d97281ab556a42343b5d73b13be4c160ec60ccdc06f5ba6d406b2c9340108869bda0744de6c90
diff --git a/PKGBUILD b/PKGBUILD
index 3833dfe533a2..59104ad02a1f 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,11 +1,12 @@
# Maintainer: @RubenKelevra <cyrond@gmail.com>
pkgname='python-dirhash'
-_module='dirhash'
+_module=${pkgname#python-}
pkgver='0.2.1'
-pkgrel=1
+pkgrel=2
pkgdesc="Python module and CLI for hashing of file system directories."
url="https://github.com/andhus/dirhash-python"
+makedepends=('python-setuptools')
depends=('python')
license=('MIT')
arch=('any')