summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
authorfordprefect2022-05-17 11:57:13 +0200
committerfordprefect2022-05-17 11:57:13 +0200
commit67ace8b9cc1aebd0ec17d1359710cb43230086ed (patch)
tree9d71012fe7117422157e67e2bc7000c6045dfdbf /PKGBUILD
parentbd1cd91157b721e9eae852ab4d5856502d0e2c13 (diff)
downloadaur-67ace8b9cc1aebd0ec17d1359710cb43230086ed.tar.gz
3.4
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD10
1 files changed, 4 insertions, 6 deletions
diff --git a/PKGBUILD b/PKGBUILD
index 4a7a3a82fb79..04300f5415ae 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,8 +1,6 @@
-# Maintainer: PhiBo <phibo at dinotools dot org>
-
pkgname=python-ssdeep
-pkgver=3.3
-pkgrel=2
+pkgver=3.4
+pkgrel=1
pkgdesc='Python wrapper for ssdeep fuzzy hashing library'
arch=('i686' 'x86_64')
license=('LGPLv3+')
@@ -10,8 +8,8 @@ url='https://pypi.python.org/pypi/ssdeep'
makedepends=('python-setuptools' 'python-six' 'python-cffi' 'ssdeep')
depends=('python' 'python-six' 'python-cffi' 'ssdeep')
checkdepends=('python-pytest')
-source=("https://github.com/DinoTools/python-ssdeep/archive/${pkgver}.tar.gz")
-sha256sums=('31bd3c20a9c066f5cd89fa90073320ea43c08c09fb995e4284c6bcf055704e89')
+source=("$pkgname-$pkgver.tar.gz::https://github.com/DinoTools/python-ssdeep/archive/${pkgver}.tar.gz")
+sha256sums=('1924ca700aedd6563b9939cac6519d5aa24c4c3c24e09a748b31c09955b09ad4')
build() {
cd python-ssdeep-${pkgver}