Date: Tuesday, December 17, 2019 @ 19:22:09 Author: alucryd Revision: 371603
upgpkg: xvidcore 1.3.6-1 Modified: xvidcore/trunk/PKGBUILD ----------+ PKGBUILD | 22 +++++++++++----------- 1 file changed, 11 insertions(+), 11 deletions(-) Modified: PKGBUILD =================================================================== --- PKGBUILD 2019-12-17 19:03:52 UTC (rev 371602) +++ PKGBUILD 2019-12-17 19:22:09 UTC (rev 371603) @@ -1,27 +1,27 @@ # Maintainer: Maxime Gauduin <[email protected]> -# Maintainer: Tom Gundersen <[email protected]> +# Contributor: Tom Gundersen <[email protected]> # Contributor: Bartłomiej Piotrowski <[email protected]> # Contributor: tobias <[email protected]> # Contributor: Sarah Hay <[email protected]> pkgname=xvidcore -pkgver=1.3.5 +pkgver=1.3.6 pkgrel=1 pkgdesc='XviD is an open source MPEG-4 video codec' -arch=('x86_64') -url='http://www.xvid.org/' -license=('GPL') -depends=('glibc') -makedepends=('nasm') -provides=('libxvidcore.so') -source=("http://downloads.xvid.org/downloads/xvidcore-${pkgver}.tar.bz2") -sha256sums=('7c20f279f9d8e89042e85465d2bcb1b3130ceb1ecec33d5448c4589d78f010b4') +arch=(x86_64) +url=https://www.xvid.com/ +license=(GPL) +depends=(glibc) +makedepends=(nasm) +provides=(libxvidcore.so) +source=(https://downloads.xvid.com/downloads/xvidcore-${pkgver}.tar.gz) +sha256sums=('89315b536935b8fd66b702afe47361562a86ff49b77da51b0aff4c4642d4f8f3') build() { cd xvidcore/build/generic ./configure \ - --prefix='/usr' + --prefix=/usr make }
