summarylogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--.SRCINFO8
-rw-r--r--PKGBUILD5
2 files changed, 7 insertions, 6 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 81f438849620..cb6233b3f810 100644
--- a/.SRCINFO
+++ b/.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/PKGBUILD b/PKGBUILD
index 32cdd7c0c4b0..735ec3210adc 100644
--- a/PKGBUILD
+++ b/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}"