[arch-commits] Commit in crypto++/trunk (PKGBUILD libcrypto++.pc)

Antonio Rojas arojas at archlinux.org
Sat Sep 17 09:09:37 UTC 2016


    Date: Saturday, September 17, 2016 @ 09:09:36
  Author: arojas
Revision: 276631

Update to 5.6.4

Modified:
  crypto++/trunk/PKGBUILD
  crypto++/trunk/libcrypto++.pc

----------------+
 PKGBUILD       |    6 +++---
 libcrypto++.pc |    4 ++--
 2 files changed, 5 insertions(+), 5 deletions(-)

Modified: PKGBUILD
===================================================================
--- PKGBUILD	2016-09-17 07:26:09 UTC (rev 276630)
+++ PKGBUILD	2016-09-17 09:09:36 UTC (rev 276631)
@@ -6,7 +6,7 @@
 # Contributor: jlvsimoes <jlvsimoes at oninet.pt>
 
 pkgname=crypto++
-pkgver=5.6.3
+pkgver=5.6.4
 _srcver=${pkgver//./}
 pkgrel=1
 pkgdesc="A free C++ class library of cryptographic schemes"
@@ -17,8 +17,8 @@
 makedepends=('unzip')
 source=("http://www.cryptopp.com/cryptopp${_srcver}.zip"
         'libcrypto++.pc')
-md5sums=('3c5b70e2ec98b7a24988734446242d07'
-         '46de3847c59ad16456fa863eb33e73b2')
+md5sums=('4ee7e5cdd4a45a14756c169eaf2a77fc'
+         'ea27f28fe0303fcaa24d83cf4a964d53')
 
 build() {
   sed -i -e 's/^CXXFLAGS/#CXXFLAGS/' GNUmakefile

Modified: libcrypto++.pc
===================================================================
--- libcrypto++.pc	2016-09-17 07:26:09 UTC (rev 276630)
+++ libcrypto++.pc	2016-09-17 09:09:36 UTC (rev 276631)
@@ -4,8 +4,8 @@
 libdir=${prefix}/lib
 includedir=${prefix}/include
 
-Name: libcrypto++-5.6.2
+Name: libcrypto++-5.6.4
 Description: Class library of cryptographic schemes
-Version: 5.6.2
+Version: 5.6.4
 Libs: -L${libdir} -lcryptopp
 Cflags: -I${includedir} 



More information about the arch-commits mailing list