diff options
author | Ting-Wei Lan <lantw44@gmail.com> | 2018-10-06 00:30:30 +0800 |
---|---|---|
committer | Ting-Wei Lan <lantw44@gmail.com> | 2018-10-06 00:30:30 +0800 |
commit | 6960cd9b177cec5c2690b41aee26d42423c18d91 (patch) | |
tree | e4fc49a2ca6d34d8fc25b5760364b190be6e0a9a | |
parent | 3177d1897a7d6637e05dabb7d1c976846cbe3de6 (diff) | |
download | AUR4-PKGBUILD-6960cd9b177cec5c2690b41aee26d42423c18d91.tar.gz AUR4-PKGBUILD-6960cd9b177cec5c2690b41aee26d42423c18d91.tar.zst AUR4-PKGBUILD-6960cd9b177cec5c2690b41aee26d42423c18d91.zip |
mingw-w64-libepoxy: 1.5.2 -> 1.5.3
-rw-r--r-- | mingw-w64-libepoxy/.SRCINFO | 8 | ||||
-rw-r--r-- | mingw-w64-libepoxy/PKGBUILD | 5 |
2 files changed, 7 insertions, 6 deletions
diff --git a/mingw-w64-libepoxy/.SRCINFO b/mingw-w64-libepoxy/.SRCINFO index 81f4388..cb6233b 100644 --- a/mingw-w64-libepoxy/.SRCINFO +++ b/mingw-w64-libepoxy/.SRCINFO @@ -1,8 +1,8 @@ # Generated by mksrcinfo v8 -# Sun May 20 14:47:08 UTC 2018 +# Fri Oct 5 16:30:31 UTC 2018 pkgbase = mingw-w64-libepoxy pkgdesc = A library for handling OpenGL function pointer management for you (mingw-w64) - pkgver = 1.5.2 + pkgver = 1.5.3 pkgrel = 1 url = https://github.com/anholt/libepoxy arch = any @@ -15,8 +15,8 @@ pkgbase = mingw-w64-libepoxy options = !strip options = !buildflags options = staticlibs - source = https://github.com/anholt/libepoxy/releases/download/1.5.2/libepoxy-1.5.2.tar.xz - sha256sums = a9562386519eb3fd7f03209f279f697a8cba520d3c155d6e253c3e138beca7d8 + source = https://github.com/anholt/libepoxy/releases/download/1.5.3/libepoxy-1.5.3.tar.xz + sha256sums = 002958c5528321edd53440235d3c44e71b5b1e09b9177e8daf677450b6c4433d pkgname = mingw-w64-libepoxy diff --git a/mingw-w64-libepoxy/PKGBUILD b/mingw-w64-libepoxy/PKGBUILD index 32cdd7c..735ec32 100644 --- a/mingw-w64-libepoxy/PKGBUILD +++ b/mingw-w64-libepoxy/PKGBUILD @@ -1,7 +1,7 @@ # Maintainer: lantw44 at gmail dot com pkgname=mingw-w64-libepoxy -pkgver=1.5.2 +pkgver=1.5.3 pkgrel=1 pkgdesc="A library for handling OpenGL function pointer management for you (mingw-w64)" arch=('any') @@ -16,12 +16,13 @@ depends=( 'mingw-w64-crt') options=('!strip' '!buildflags' 'staticlibs') source=("https://github.com/anholt/libepoxy/releases/download/${pkgver}/libepoxy-${pkgver}.tar.xz") -sha256sums=('a9562386519eb3fd7f03209f279f697a8cba520d3c155d6e253c3e138beca7d8') +sha256sums=('002958c5528321edd53440235d3c44e71b5b1e09b9177e8daf677450b6c4433d') _architectures=('i686-w64-mingw32' 'x86_64-w64-mingw32') build() { cd "${srcdir}/libepoxy-${pkgver}" + NOCONFIGURE=1 ./autogen.sh for _arch in "${_architectures[@]}"; do mkdir -p "build-${_arch}" cd "build-${_arch}" |