[arch-commits] Commit in tlsh/trunk (PKGBUILD)

Levente Polyak anthraxx at archlinux.org
Tue Feb 2 15:49:17 UTC 2016


    Date: Tuesday, February 2, 2016 @ 16:49:16
  Author: anthraxx
Revision: 159987

upgpkg: tlsh 3.4.5-2

Modified:
  tlsh/trunk/PKGBUILD

----------+
 PKGBUILD |    4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

Modified: PKGBUILD
===================================================================
--- PKGBUILD	2016-02-02 15:11:14 UTC (rev 159986)
+++ PKGBUILD	2016-02-02 15:49:16 UTC (rev 159987)
@@ -3,11 +3,10 @@
 pkgbase=tlsh
 pkgname=('tlsh' 'python-tlsh' 'python2-tlsh')
 pkgver=3.4.5
-pkgrel=1
+pkgrel=2
 pkgdesc='Fuzzy matching library that generates a hash value which can be used for similarity comparisons'
 url='https://github.com/trendmicro/tlsh'
 arch=('i686' 'x86_64')
-arch=('x86_64')
 license=('Apache')
 makedepends=('cmake' 'python' 'python2' 'gcc-libs')
 source=(${pkgname}-${pkgver}.tar.gz::https://github.com/trendmicro/${pkgname}/archive/v${pkgver}.tar.gz
@@ -31,6 +30,7 @@
   mkdir -p build
   (cd build
     cmake .. \
+      -DCMAKE_BUILD_TYPE=RELEASE \
       -DCMAKE_INSTALL_PREFIX:PATH=/usr \
       -DCMAKE_INSTALL_LIBDIR:PATH=/usr/lib
     make



More information about the arch-commits mailing list