diff --git a/package.yml b/package.yml
--- a/package.yml
+++ b/package.yml
@@ -1,16 +1,16 @@
name : serd
-version : 0.30.0
-release : 3
+version : 0.30.4
+release : 4
source :
- - https://github.com/drobilla/serd/archive/v0.30.0.tar.gz : 6d67276c298a60e9eccf00e5fdaff42ced475108b4e1c1f8d71b215578bda93c
+ - git|https://github.com/drobilla/serd.git : v0.30.4
license : ISC
component : programming.library
summary : Lightweight RDF parsing library
description: |
Serd is a lightweight C library for RDF syntax which supports reading and writing Turtle and NTriples.
setup : |
- ./waf configure --prefix=/usr --libdir=%libdir%
+ %waf_configure
build : |
- ./waf build
+ %waf_build
install : |
- ./waf install --destdir="$installdir"
+ %waf_install
diff --git a/pspec_x86_64.xml b/pspec_x86_64.xml
--- a/pspec_x86_64.xml
+++ b/pspec_x86_64.xml
@@ -2,15 +2,15 @@
serd
- Bryan T. Meyers
- bmeyers@datadrake.com
+ Jacob Alzén
+ jacob.alzen@gmail.com
ISC
programming.library
Lightweight RDF parsing library
Serd is a lightweight C library for RDF syntax which supports reading and writing Turtle and NTriples.
- https://solus-project.com/sources/README.Solus
+ https://getsol.us/sources/README.Solus
serd
@@ -20,8 +20,8 @@
programming.library
/usr/bin/serdi
- /usr/lib64/libserd-0.so.0
- /usr/lib64/libserd-0.so.0.30.0
+ /usr/lib/libserd-0.so.0
+ /usr/lib/libserd-0.so.0.30.4
/usr/share/man/man1/serdi.1
@@ -32,21 +32,21 @@
programming.devel
- serd
+ serd
/usr/include/serd-0/serd/serd.h
- /usr/lib64/libserd-0.so
- /usr/lib64/pkgconfig/serd-0.pc
+ /usr/lib/libserd-0.so
+ /usr/lib/pkgconfig/serd-0.pc
-
- 2018-12-24
- 0.30.0
+
+ 2020-07-26
+ 0.30.4
Packaging update
- Bryan T. Meyers
- bmeyers@datadrake.com
+ Jacob Alzén
+ jacob.alzen@gmail.com
\ No newline at end of file