summaryrefslogtreecommitdiff
path: root/serd
diff options
context:
space:
mode:
Diffstat (limited to 'serd')
-rw-r--r--serd/.footprint6
-rw-r--r--serd/.signature8
-rw-r--r--serd/Pkgfile6
3 files changed, 9 insertions, 11 deletions
diff --git a/serd/.footprint b/serd/.footprint
index 97b19b078..4b63b01f7 100644
--- a/serd/.footprint
+++ b/serd/.footprint
@@ -6,9 +6,9 @@ drwxr-xr-x root/root usr/include/serd-0/
drwxr-xr-x root/root usr/include/serd-0/serd/
-rw-r--r-- root/root usr/include/serd-0/serd/serd.h
drwxr-xr-x root/root usr/lib/
-lrwxrwxrwx root/root usr/lib/libserd-0.so -> libserd-0.so.0.30.0
-lrwxrwxrwx root/root usr/lib/libserd-0.so.0 -> libserd-0.so.0.30.0
--rwxr-xr-x root/root usr/lib/libserd-0.so.0.30.0
+lrwxrwxrwx root/root usr/lib/libserd-0.so -> libserd-0.so.0.30.2
+lrwxrwxrwx root/root usr/lib/libserd-0.so.0 -> libserd-0.so.0.30.2
+-rwxr-xr-x root/root usr/lib/libserd-0.so.0.30.2
drwxr-xr-x root/root usr/lib/pkgconfig/
-rw-r--r-- root/root usr/lib/pkgconfig/serd-0.pc
drwxr-xr-x root/root usr/share/
diff --git a/serd/.signature b/serd/.signature
index dce69d17d..ea9d37a84 100644
--- a/serd/.signature
+++ b/serd/.signature
@@ -1,5 +1,5 @@
untrusted comment: verify with /etc/ports/contrib.pub
-RWSagIOpLGJF3wJ9w+Racx4LbuOweGfUb6hkt5CU0Cbjs0PHMAl/HT8VQ++I7XFZKrUYPlZ7PIL0rnq3GKo9C4dYGaNXiZyqTQ4=
-SHA256 (Pkgfile) = 1bc9f1cfccadf0acda3e574389a5f36191e72d295bae8135c2a092fe23d2fd92
-SHA256 (.footprint) = aed0d7e87db167ade2a198a5dae41755b8bfc8fe868fb1f957b16616b87ae84b
-SHA256 (serd-0.30.0.tar.bz2) = 6efb0efa5c2155e6bbac941cddeeabb7ed26d70a57d24178894ff169d8f6cefb
+RWSagIOpLGJF3/Jw7EC1npLI9vo7e1prxS3L0r7/eQOc2yb6IV7MDupA8W4ODqvJnb6LkRfPg/0AYka6WL8Ko68ATi4mFax8Rgk=
+SHA256 (Pkgfile) = be87a77b099c9acacaa3169cf5d1b699ff033be32f251c5e9d6233a2e0930ec2
+SHA256 (.footprint) = 20cbe140a783c6ee7d2b627473fd6605c9361fd0d99214eda0d6e854f9308d4e
+SHA256 (serd-0.30.2.tar.bz2) = 9d3102701172804f823f2215ca3147c50eba992641f9fbe014272355f4937202
diff --git a/serd/Pkgfile b/serd/Pkgfile
index 6ac0f22b7..ccbd2c86f 100644
--- a/serd/Pkgfile
+++ b/serd/Pkgfile
@@ -2,18 +2,16 @@
# URL: http://drobilla.net/software/serd
# Maintainer: Tim Biermann, tbier at posteo dot de
# Packager: Danny Rawlins, crux at romster dot me
-# Depends on: python
+# Depends on: python3
name=serd
-version=0.30.0
+version=0.30.2
release=1
source=(http://download.drobilla.net/$name-$version.tar.bz2)
build() {
cd $name-$version
-
sed -i "/ldconfig/d" wscript
-
/usr/bin/python3 waf configure --prefix=/usr
/usr/bin/python3 waf build $MAKEFLAGS
/usr/bin/python3 waf install --destdir="$PKG"

Generated by cgit