summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorfordprefect2023-01-29 13:40:10 +0100
committerfordprefect2023-01-29 13:40:10 +0100
commit9f5d4f55edf7adae3cd937e575ee74792cff8d73 (patch)
tree6f7a0a9732747d723dfd60b0d65d11ba28996b23
parent67ace8b9cc1aebd0ec17d1359710cb43230086ed (diff)
downloadaur-9f5d4f55edf7adae3cd937e575ee74792cff8d73.tar.gz
minor packaging fixes
-rw-r--r--.SRCINFO6
-rw-r--r--PKGBUILD6
2 files changed, 4 insertions, 8 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 35b25afcfda7..18646181f64b 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -5,14 +5,10 @@ pkgbase = python-ssdeep
url = https://pypi.python.org/pypi/ssdeep
arch = i686
arch = x86_64
- license = LGPLv3+
+ license = LGPL3
checkdepends = python-pytest
makedepends = python-setuptools
- makedepends = python-six
- makedepends = python-cffi
- makedepends = ssdeep
depends = python
- depends = python-six
depends = python-cffi
depends = ssdeep
source = python-ssdeep-3.4.tar.gz::https://github.com/DinoTools/python-ssdeep/archive/3.4.tar.gz
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')