Date: Monday, July 20, 2015 @ 12:27:52 Author: lcarlier Revision: 242382
upgpkg: libepoxy 1.3.1-1 upstream update 1.3.1 Modified: libepoxy/trunk/PKGBUILD ----------+ PKGBUILD | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) Modified: PKGBUILD =================================================================== --- PKGBUILD 2015-07-20 06:43:30 UTC (rev 242381) +++ PKGBUILD 2015-07-20 10:27:52 UTC (rev 242382) @@ -2,8 +2,8 @@ # Maintainer: Laurent Carlier <[email protected]> pkgname=libepoxy -pkgver=1.2 -pkgrel=2 +pkgver=1.3.1 +pkgrel=1 pkgdesc="A library for handling OpenGL function pointer management for you" url="https://github.com/anholt/libepoxy" arch=('i686' 'x86_64') @@ -11,13 +11,13 @@ depends=('glibc') makedepends=('xorg-util-macros' 'python' 'mesa-libgl') options=('!libtool') -source=(${pkgname}-${pkgver}.tar.gz::https://github.com/anholt/${pkgname}/archive/v${pkgver}.tar.gz) -md5sums=('12d6b7621f086c0c928887c27d90bc30') +source=(https://github.com/anholt/${pkgname}/releases/download/v${pkgver}/${pkgname}-${pkgver}.tar.bz2) +md5sums=('96f6620a9b005a503e7b44b0b528287d') build() { cd "${pkgname}-${pkgver}" - ./autogen.sh --prefix=/usr + ./configure --prefix=/usr } check() {
