Date: Monday, February 19, 2018 @ 01:20:51
  Author: dvzrv
Revision: 296293

upgpkg: liblrdf 0.6.1-2

Fixing raptor2 header include.

Modified:
  liblrdf/trunk/PKGBUILD

----------+
 PKGBUILD |    3 ++-
 1 file changed, 2 insertions(+), 1 deletion(-)

Modified: PKGBUILD
===================================================================
--- PKGBUILD    2018-02-19 01:17:40 UTC (rev 296292)
+++ PKGBUILD    2018-02-19 01:20:51 UTC (rev 296293)
@@ -4,7 +4,7 @@
 
 pkgname=liblrdf
 pkgver=0.6.1
-pkgrel=1
+pkgrel=2
 pkgdesc="A library for the manipulation of RDF file in LADSPA plugins"
 arch=('x86_64')
 url="https://github.com/swh/LRDF";
@@ -17,6 +17,7 @@
   mv -v "LRDF-${pkgver}" "${pkgname}-${pkgver}"
   cd "${pkgname}-${pkgver}"
   autoreconf -vfi
+  sed -e 's,raptor.h,raptor2/raptor.h,' -i lrdf.h
 }
 
 build() {

Reply via email to