Date: Saturday, June 5, 2021 @ 17:43:49 Author: heftig Revision: 417157
1.3.5-1 Modified: libogg/trunk/PKGBUILD ----------+ PKGBUILD | 11 +++++------ 1 file changed, 5 insertions(+), 6 deletions(-) Modified: PKGBUILD =================================================================== --- PKGBUILD 2021-06-05 17:37:06 UTC (rev 417156) +++ PKGBUILD 2021-06-05 17:43:49 UTC (rev 417157) @@ -3,8 +3,8 @@ # Contributor: John Proctor <[email protected]> pkgname=libogg -pkgver=1.3.4 -pkgrel=2 +pkgver=1.3.5 +pkgrel=1 pkgdesc='Ogg bitstream and framing library' arch=(x86_64) url=https://www.xiph.org/ogg/ @@ -16,7 +16,7 @@ ninja ) provides=(libogg.so) -source=(git+https://github.com/xiph/ogg.git?signed#tag=3328abd152508614f7ce4cd491dc98d14eba7ffc) +source=(git+https://github.com/xiph/ogg.git?signed#tag=65b355cc20171010ecabf245e7b339aeab8ddbb9) sha256sums=(SKIP) validpgpkeys=(B7B00AEE1F960EEA0FED66FB9259A8F2D2D44C84) # Ralph Giles <[email protected]> @@ -30,8 +30,7 @@ } build() { - local CFLAGS="$CPPFLAGS $CFLAGS" CXXFLAGS="$CPPFLAGS $CXXFLAGS" - cmake -Hogg -Bbuild -G Ninja \ + cmake -S ogg -B build -G Ninja \ -DCMAKE_INSTALL_PREFIX=/usr \ -DBUILD_SHARED_LIBS=ON cmake --build build @@ -38,7 +37,7 @@ } package() { - DESTDIR="${pkgdir}" cmake --build build --target install + DESTDIR="${pkgdir}" cmake --install build install -Dm 644 ogg/COPYING -t "${pkgdir}"/usr/share/licenses/${pkgname}/ install -Dm 644 ogg/ogg.m4 -t "${pkgdir}"/usr/share/aclocal/ }
