mirror of
https://gitdl.cn/https://github.com/chakralinux/lib32.git
synced 2025-02-15 23:31:47 +08:00
lib32-libsndfile: update to 1.0.28 to fix security issues
This commit is contained in:
parent
fdf72859ea
commit
ed2a260018
@ -1,10 +1,7 @@
|
||||
# maintainer (x86_64): Giuseppe Calà <jiveaxe@gmail.com>
|
||||
# contributor (x86_64): Anke Boersma <abveritas[at]chakra-project[dot]org>
|
||||
|
||||
_pkgbasename=libsndfile
|
||||
pkgname=lib32-$_pkgbasename
|
||||
pkgver=1.0.26
|
||||
pkgrel=2
|
||||
pkgver=1.0.28
|
||||
pkgrel=1
|
||||
pkgdesc="A C library for reading and writing files containing sampled sound (32-bit)"
|
||||
arch=('x86_64')
|
||||
url="http://www.mega-nerd.com/libsndfile"
|
||||
@ -14,8 +11,9 @@ checkdepends=('python2')
|
||||
makedepends=('gcc')
|
||||
source=(http://www.mega-nerd.com/libsndfile/files/${_pkgbasename}-${pkgver}.tar.gz{,.asc})
|
||||
validpgpkeys=(73571E85C19F4281D8C97AA86CA41A7743B8D6C8)
|
||||
sha1sums=('c9092c06f6ed51034c9e809e150083ff1f55e79e'
|
||||
sha1sums=('85aa967e19f6b9bf975601d79669025e5f8bc77d'
|
||||
'SKIP')
|
||||
|
||||
prepare() {
|
||||
cd ${_pkgbasename}-${pkgver}
|
||||
sed -i 's|#!/usr/bin/python|#!/usr/bin/python2|' src/binheader_writef_check.py \
|
||||
|
Loading…
Reference in New Issue
Block a user