Date: Sunday, July 5, 2020 @ 13:49:15 Author: alucryd Revision: 390872
upgpkg: libvorbis 1.3.7-2 Modified: libvorbis/trunk/PKGBUILD ----------+ PKGBUILD | 7 ++++--- 1 file changed, 4 insertions(+), 3 deletions(-) Modified: PKGBUILD =================================================================== --- PKGBUILD 2020-07-05 13:37:42 UTC (rev 390871) +++ PKGBUILD 2020-07-05 13:49:15 UTC (rev 390872) @@ -6,7 +6,7 @@ pkgname=libvorbis pkgver=1.3.7 -pkgrel=1 +pkgrel=2 pkgdesc='Reference implementation of the Ogg Vorbis audio format' arch=(x86_64) url=https://www.xiph.org/vorbis/ @@ -18,8 +18,9 @@ libvorbisenc.so libvorbisfile.so ) -_tag=0657aee69dec8508a0011f47f3b69d7538e9d262 -source=(git+https://github.com/xiph/vorbis.git#tag=${_tag}) +_tag=0c55fa38933fd4bdb7db7c298b27e7bf2f2c5e98 +source=(git+https://github.com/xiph/vorbis.git?signed#tag=${_tag}) +validpgpkeys=(B7B00AEE1F960EEA0FED66FB9259A8F2D2D44C84) # Ralph Giles <[email protected]> sha256sums=(SKIP) pkgver() {
