summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorSoukyuu2015-09-29 15:18:28 +0200
committerSoukyuu2015-09-29 15:18:28 +0200
commita10ed688f856a442be33b9e2a205ee0671df773c (patch)
tree4acbbd7eabd11cf018841373b6420e173ab8cdf1
parent7a5881ae1eda6dc01525e1b1be99fd0575fa7045 (diff)
downloadaur-a10ed688f856a442be33b9e2a205ee0671df773c.tar.gz
fixes segfault in the function ov_read_filter of vorbisfile
-rw-r--r--.SRCINFO6
-rw-r--r--PKGBUILD6
2 files changed, 6 insertions, 6 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 23ff0b269ebe..4a4d840edfd6 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,7 +1,7 @@
pkgbase = libvorbis-aotuv-lancer
pkgdesc = A fork of libvorbis intended to provide better quality sound at low to medium bitrates, with lancer patches to improve performance
pkgver = b6.03
- pkgrel = 6
+ pkgrel = 7
url = https://www.hydrogenaud.io/forums/index.php?showtopic=109766
arch = i686
arch = x86_64
@@ -17,8 +17,8 @@ pkgbase = libvorbis-aotuv-lancer
source = http://freac.org/patches/arch/libvorbis-aotuv_b6.03_2015-lancer.patch
source = http://freac.org/patches/arch/libvorbis-aotuv_b6.03_2015-lancer-x64.patch
sha256sums = fba6724d2bc2b6a911a25e60f21a45749d507f181a9e150415ce41e4d03bc08f
- sha256sums = c380956943382b29ca26298ece0680f871cdc1a8367f6a851ba8053df89d54dc
- sha256sums = 9d4a563b504284af8e54b11702ad79fc6c47bcfd9ad81af0ee38154a712e2418
+ sha256sums = d2296d4f06ef1bc4744425446a04b2403b47bc75c22d3328df820968e4128d58
+ sha256sums = e54eb271f539ce7ae3bc90bc85643c79c22925fcd1963920b969d7035eeae653
pkgname = libvorbis-aotuv-lancer
diff --git a/PKGBUILD b/PKGBUILD
index 2b07404eb5f7..16fd601f9dee 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -7,7 +7,7 @@
pkgname=libvorbis-aotuv-lancer
_srcname=libvorbis-aotuv
pkgver=b6.03
-pkgrel=6
+pkgrel=7
_releasedate=20110424-20150808
_srcrel=2015
pkgdesc='A fork of libvorbis intended to provide better quality sound at low to medium bitrates, with lancer patches to improve performance'
@@ -21,8 +21,8 @@ source=("http://www.geocities.jp/aoyoume/aotuv/source_code/${_srcname}_${pkgver}
"http://freac.org/patches/arch/libvorbis-aotuv_b6.03_2015-lancer.patch"
"http://freac.org/patches/arch/libvorbis-aotuv_b6.03_2015-lancer-x64.patch")
sha256sums=('fba6724d2bc2b6a911a25e60f21a45749d507f181a9e150415ce41e4d03bc08f'
- 'c380956943382b29ca26298ece0680f871cdc1a8367f6a851ba8053df89d54dc'
- '9d4a563b504284af8e54b11702ad79fc6c47bcfd9ad81af0ee38154a712e2418')
+ 'd2296d4f06ef1bc4744425446a04b2403b47bc75c22d3328df820968e4128d58'
+ 'e54eb271f539ce7ae3bc90bc85643c79c22925fcd1963920b969d7035eeae653')
prepare() {
cd "aotuv-${pkgver}_${_releasedate}"