diff --git a/libvorbis/.signature b/libvorbis/.signature index 2d0ff3d1a..0da2a31ef 100644 --- a/libvorbis/.signature +++ b/libvorbis/.signature @@ -1,5 +1,5 @@ untrusted comment: verify with /etc/ports/opt.pub -RWSE3ohX2g5d/QNYLxUOKTr92P3MLs/sD6jto2YkGBV3hOOh1M6n7NuR4GjPsTldbg9YFVu0jYnFHE8jY/PRK+f6p5/5xgw6aQ0= -SHA256 (Pkgfile) = 6ebc8c3aa720f7d288e2c5b299a72cbe35ff4b5670d34aebbeda171966db7e5d +RWSE3ohX2g5d/Yl56JRk6VOAImsIH2gqEazsJg+Mxs4zuOvzF+nw5RJFmmn0IOKe8jZSIkYkCAD9VKJngNtuHfTv8S/3FzFgzAs= +SHA256 (Pkgfile) = 63b043ffba20a489443d8f0ceecc3367562c529531c700e04adf7595628272f2 SHA256 (.footprint) = cbbc7d10e1c6ac9eba225b08843bac99dd3360fcdd0a6ce11757a1a8bba0c0d0 SHA256 (libvorbis-1.3.7.tar.xz) = b33cc4934322bcbf6efcbacf49e3ca01aadbea4114ec9589d1b1e9d20f72954b diff --git a/libvorbis/Pkgfile b/libvorbis/Pkgfile index a77ba2b69..b8a6b8774 100644 --- a/libvorbis/Pkgfile +++ b/libvorbis/Pkgfile @@ -1,6 +1,6 @@ # Description: Vorbis codec library # URL: https://www.xiph.org/vorbis/ -# Maintainer: Danny Rawlins, crux at romster dot me +# Maintainer: Tim Biermann, tbier at posteo dot de # Depends on: libogg name=libvorbis @@ -9,12 +9,12 @@ release=1 source=(https://downloads.xiph.org/releases/vorbis/$name-$version.tar.xz) build() { - cd $name-$version + cd $name-$version - ./configure --prefix=/usr + ./configure --prefix=/usr - make - make DESTDIR=$PKG install + make + make DESTDIR=$PKG install - rm -rf $PKG/usr/share/doc + rm -rf $PKG/usr/share/doc }