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

Kyle Keen kkeen at archlinux.org
Mon Sep 11 03:26:44 UTC 2017


    Date: Monday, September 11, 2017 @ 03:26:43
  Author: kkeen
Revision: 256861

boost 1.65.1 rebuild

Modified:
  libvolk/trunk/PKGBUILD

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

Modified: PKGBUILD
===================================================================
--- PKGBUILD	2017-09-11 00:46:45 UTC (rev 256860)
+++ PKGBUILD	2017-09-11 03:26:43 UTC (rev 256861)
@@ -3,7 +3,7 @@
 
 pkgname=libvolk
 pkgver=1.3
-pkgrel=5
+pkgrel=6
 pkgdesc="The Vector-Optimized Library of Kernels from Gnuradio"
 arch=('i686' 'x86_64')
 url="http://libvolk.org/"
@@ -10,8 +10,10 @@
 license=('GPL3')
 depends=('gcc-libs' 'boost-libs' 'orc' 'python2')
 makedepends=('boost' 'cmake' 'python2-cheetah')
-source=("http://libvolk.org/releases/volk-$pkgver.tar.gz")
-md5sums=('d04edc0779431c8660a8a592792a3680')
+source=("http://libvolk.org/releases/volk-$pkgver.tar.gz"{,.asc})
+md5sums=('d04edc0779431c8660a8a592792a3680'
+         'SKIP')
+validpgpkeys=('09E749D885FA881A7E84E823385323EE6402091D')
 
 # doxygen for docs
 
@@ -33,7 +35,7 @@
 }
 
 check() {
-  # boost 1.64.0 is weird
+  # boost 1.64.0 and 1.65 is weird
   # tests fail in makepkg (w/ and w/o chroot)
   # but works okay in local shell?
   # everything else checks out okay too



More information about the arch-commits mailing list