serd: 0.30.0 -> 0.30.2

This commit is contained in:
Tim Biermann 2019-10-24 10:31:34 +00:00
parent d4e97afdbd
commit 3a360f79dd
Signed by: tb
GPG Key ID: 42F8B4E30B673606
3 changed files with 9 additions and 11 deletions

View File

@ -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/

View File

@ -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

View File

@ -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"