summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorTing-Wei Lan2017-05-14 10:56:22 +0800
committerTing-Wei Lan2017-05-14 10:56:22 +0800
commite8d41ba15a6a015a7ce58df67c10052227487eed (patch)
treea4f54dafc275280f2e5024c8296c59d763232f67
parentafff4572826b88a7cf48673d99af3d9b1ad2d79a (diff)
downloadaur-e8d41ba15a6a015a7ce58df67c10052227487eed.tar.gz
mingw-w64-libepoxy: 1.4.1 -> 1.4.2
-rw-r--r--.SRCINFO8
-rw-r--r--PKGBUILD7
2 files changed, 7 insertions, 8 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 7f720947eda0..35277b57cce0 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,8 +1,8 @@
# Generated by mksrcinfo v8
-# Tue Mar 7 12:25:59 UTC 2017
+# Sun May 14 02:56:22 UTC 2017
pkgbase = mingw-w64-libepoxy
pkgdesc = A library for handling OpenGL function pointer management for you (mingw-w64)
- pkgver = 1.4.1
+ pkgver = 1.4.2
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 = libepoxy-1.4.1.tar.gz::https://github.com/anholt/libepoxy/archive/1.4.1.tar.gz
- sha256sums = da8f42c355b62c2c3ff6bc534c2a24099707b249c2af6eaf8db54b94c364a504
+ source = https://github.com/anholt/libepoxy/releases/download/1.4.2/libepoxy-1.4.2.tar.xz
+ sha256sums = bea6fdec3d10939954495da898d872ee836b75c35699074cbf02a64fcb80d5b3
pkgname = mingw-w64-libepoxy
diff --git a/PKGBUILD b/PKGBUILD
index 8e433e3bb38d..3c38c239d83f 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,7 +1,7 @@
# Maintainer: lantw44 at gmail dot com
pkgname=mingw-w64-libepoxy
-pkgver=1.4.1
+pkgver=1.4.2
pkgrel=1
pkgdesc="A library for handling OpenGL function pointer management for you (mingw-w64)"
arch=(any)
@@ -15,14 +15,13 @@ makedepends=(
depends=(
'mingw-w64-crt')
options=(!strip !buildflags staticlibs)
-source=("libepoxy-${pkgver}.tar.gz::https://github.com/anholt/libepoxy/archive/${pkgver}.tar.gz")
-sha256sums=('da8f42c355b62c2c3ff6bc534c2a24099707b249c2af6eaf8db54b94c364a504')
+source=("https://github.com/anholt/libepoxy/releases/download/${pkgver}/libepoxy-${pkgver}.tar.xz")
+sha256sums=('bea6fdec3d10939954495da898d872ee836b75c35699074cbf02a64fcb80d5b3')
_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}"