spandsp: use debian mirror
because main site is down and fix lint error
This commit is contained in:
parent
8a53cd6d7b
commit
48693d2b2f
1 changed files with 4 additions and 3 deletions
|
@ -2,14 +2,15 @@
|
|||
pkgname=spandsp
|
||||
version=0.0.6
|
||||
revision=3
|
||||
wrksrc="${pkgname}-${version}+dfsg"
|
||||
build_style=gnu-configure
|
||||
makedepends="tiff-devel"
|
||||
short_desc="A library of many DSP functions for telephony"
|
||||
short_desc="Library of many DSP functions for telephony"
|
||||
maintainer="JohnZ <me@johnnynator.dev>"
|
||||
license="LGPL-2.1-only, GPL-2.0-only"
|
||||
homepage="https://www.soft-switch.org/"
|
||||
distfiles="https://www.soft-switch.org/downloads/${pkgname}/${pkgname}-${version}.tar.gz"
|
||||
checksum=cc053ac67e8ac4bb992f258fd94f275a7872df959f6a87763965feabfdcc9465
|
||||
distfiles="${DEBIAN_SITE}/main/s/spandsp/spandsp_${version}+dfsg.orig.tar.xz"
|
||||
checksum=3dcdc611b8a119f1f26540d05e6279c4c1e5cd576271f6d45df431359fc190f9
|
||||
|
||||
spandsp-devel_package() {
|
||||
depends="${sourcepkg}>=${version}_${revision}"
|
||||
|
|
Loading…
Reference in a new issue