summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
authorfordprefect2023-01-29 13:40:10 +0100
committerfordprefect2023-01-29 13:40:10 +0100
commit9f5d4f55edf7adae3cd937e575ee74792cff8d73 (patch)
tree6f7a0a9732747d723dfd60b0d65d11ba28996b23 /PKGBUILD
parent67ace8b9cc1aebd0ec17d1359710cb43230086ed (diff)
downloadaur-9f5d4f55edf7adae3cd937e575ee74792cff8d73.tar.gz
minor packaging fixes
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD6
1 files changed, 3 insertions, 3 deletions
diff --git a/PKGBUILD b/PKGBUILD
index 04300f5415ae..5e0db338561e 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -3,10 +3,10 @@ pkgver=3.4
pkgrel=1
pkgdesc='Python wrapper for ssdeep fuzzy hashing library'
arch=('i686' 'x86_64')
-license=('LGPLv3+')
+license=('LGPL3')
url='https://pypi.python.org/pypi/ssdeep'
-makedepends=('python-setuptools' 'python-six' 'python-cffi' 'ssdeep')
-depends=('python' 'python-six' 'python-cffi' 'ssdeep')
+makedepends=('python-setuptools')
+depends=('python' 'python-cffi' 'ssdeep')
checkdepends=('python-pytest')
source=("$pkgname-$pkgver.tar.gz::https://github.com/DinoTools/python-ssdeep/archive/${pkgver}.tar.gz")
sha256sums=('1924ca700aedd6563b9939cac6519d5aa24c4c3c24e09a748b31c09955b09ad4')