summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorPhiBo2018-01-10 22:50:23 +0100
committerPhiBo2018-01-10 22:50:23 +0100
commitbd1cd91157b721e9eae852ab4d5856502d0e2c13 (patch)
tree7f3b02a10ca020cc83d303d8b2d27b9bc8739dfb
parent9efbc1bbc8453e641eec13da81af1f78cfefdd45 (diff)
downloadaur-bd1cd91157b721e9eae852ab4d5856502d0e2c13.tar.gz
Run test during build
-rw-r--r--.SRCINFO2
-rw-r--r--PKGBUILD5
2 files changed, 3 insertions, 4 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 08f357af7e6a..7955a21bec02 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,7 +1,7 @@
pkgbase = python-ssdeep
pkgdesc = Python wrapper for ssdeep fuzzy hashing library
pkgver = 3.3
- pkgrel = 1
+ pkgrel = 2
url = https://pypi.python.org/pypi/ssdeep
arch = i686
arch = x86_64
diff --git a/PKGBUILD b/PKGBUILD
index 0ac7053e3636..4a7a3a82fb79 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -2,7 +2,7 @@
pkgname=python-ssdeep
pkgver=3.3
-pkgrel=1
+pkgrel=2
pkgdesc='Python wrapper for ssdeep fuzzy hashing library'
arch=('i686' 'x86_64')
license=('LGPLv3+')
@@ -20,8 +20,7 @@ build() {
check() {
cd "${srcdir}"/python-ssdeep-${pkgver}
- # This will be fixed in version 3.2.1 (See: #20)
- # python3 setup.py test
+ python3 setup.py test
}
package() {