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

David Runge dvzrv at archlinux.org
Sun Apr 26 20:41:00 UTC 2020


    Date: Sunday, April 26, 2020 @ 20:41:00
  Author: dvzrv
Revision: 621669

upgpkg: serd 0.30.4-1: Upgrading to 0.30.4.

Removing python-rdflib from checkdepends, as otherwise some custom release
script is trying to do things that are not required for testing.
Running build with verbose flags.

Modified:
  serd/trunk/PKGBUILD

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

Modified: PKGBUILD
===================================================================
--- PKGBUILD	2020-04-26 20:15:39 UTC (rev 621668)
+++ PKGBUILD	2020-04-26 20:41:00 UTC (rev 621669)
@@ -3,7 +3,7 @@
 # Contributor: speps <speps at aur dot archlinux dot org>
 
 pkgname=serd
-pkgver=0.30.2
+pkgver=0.30.4
 pkgrel=1
 pkgdesc="Lightweight C library for RDF syntax supporting reading/ writing Turtle and NTriples."
 arch=('x86_64')
@@ -11,10 +11,9 @@
 license=('custom:ISC')
 depends=('glibc')
 makedepends=('waf')
-checkdepends=('python-rdflib')
 provides=('libserd-0.so')
 source=("https://download.drobilla.net/${pkgname}-${pkgver}.tar.bz2"{,.sig})
-sha512sums=('b1e18ac883aac2a8146ee0e1de553ac2b512deba5307e5c9fa2733d9011ed0777d67790aa6527e73b3f11c9da0d8c9a98227457bb412897296f4464228cac0f7'
+sha512sums=('4cc032f826d891213c6db787b10a41ffb8f4b2a3357ffa536e34013755dc34db7109d1b42f550a0d559d8651f56c3a5dfb3654c3e2047ee6e609ff9a5fe803d6'
             'SKIP')
 validpgpkeys=('907D226E7E13FA337F014A083672782A9BF368F3')
 
@@ -40,7 +39,7 @@
   waf configure --prefix=/usr \
                 --mandir=/usr/share/man \
                 --test
-  waf
+  waf -v build
 }
 
 check() {



More information about the arch-commits mailing list