summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
authorPhiBo2018-01-10 22:50:23 +0100
committerPhiBo2018-01-10 22:50:23 +0100
commitbd1cd91157b721e9eae852ab4d5856502d0e2c13 (patch)
tree7f3b02a10ca020cc83d303d8b2d27b9bc8739dfb /PKGBUILD
parent9efbc1bbc8453e641eec13da81af1f78cfefdd45 (diff)
downloadaur-bd1cd91157b721e9eae852ab4d5856502d0e2c13.tar.gz
Run test during build
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD5
1 files changed, 2 insertions, 3 deletions
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() {