summarylogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--.SRCINFO3
-rw-r--r--PKGBUILD3
2 files changed, 3 insertions, 3 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 11320e624b5f..742ac7b317e4 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,7 +1,7 @@
pkgbase = lib32-sord
pkgdesc = A lightweight C library for storing RDF data in memory (32-bit)
pkgver = 0.16.8
- pkgrel = 1
+ pkgrel = 2
url = https://drobilla.net/software/sord/
arch = x86_64
license = custom:ISC
@@ -19,4 +19,3 @@ pkgbase = lib32-sord
b2sums = SKIP
pkgname = lib32-sord
-
diff --git a/PKGBUILD b/PKGBUILD
index d825c9569907..6e6d2c0bfd56 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -3,7 +3,7 @@
_basename=sord
pkgname=lib32-sord
pkgver=0.16.8
-pkgrel=1
+pkgrel=2
pkgdesc="A lightweight C library for storing RDF data in memory (32-bit)"
arch=('x86_64')
url="https://drobilla.net/software/sord/"
@@ -26,6 +26,7 @@ prepare() {
# let wscript(s) find the custom waf scripts
mkdir -pv tools
touch __init__.py
+ touch tools/__init__.py
cp -v waflib/extras/{autoship,autowaf,lv2}.py tools/
mkdir -pv plugins/tools/
cp -v waflib/extras/{autoship,autowaf,lv2}.py plugins/tools/