summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorTing-Wei Lan <lantw44@gmail.com>2015-07-23 00:51:16 +0800
committerTing-Wei Lan <lantw44@gmail.com>2015-07-23 14:30:06 +0800
commit4c220a92e4433e08d936aba7d80c26f871d6633d (patch)
tree720f59848cecff3730d85c01b6cc7ee36a341481
parent417b958d6bd85362cda1f325c7eba594f13780ca (diff)
downloadAUR4-PKGBUILD-4c220a92e4433e08d936aba7d80c26f871d6633d.tar
AUR4-PKGBUILD-4c220a92e4433e08d936aba7d80c26f871d6633d.tar.gz
AUR4-PKGBUILD-4c220a92e4433e08d936aba7d80c26f871d6633d.tar.bz2
AUR4-PKGBUILD-4c220a92e4433e08d936aba7d80c26f871d6633d.tar.lz
AUR4-PKGBUILD-4c220a92e4433e08d936aba7d80c26f871d6633d.tar.xz
AUR4-PKGBUILD-4c220a92e4433e08d936aba7d80c26f871d6633d.tar.zst
AUR4-PKGBUILD-4c220a92e4433e08d936aba7d80c26f871d6633d.zip
mingw-w64-libepoxy: 1.2 -> 1.3.1
-rw-r--r--mingw-w64-libepoxy/.SRCINFO8
-rw-r--r--mingw-w64-libepoxy/PKGBUILD9
2 files changed, 8 insertions, 9 deletions
diff --git a/mingw-w64-libepoxy/.SRCINFO b/mingw-w64-libepoxy/.SRCINFO
index e9f66d2..619d4bd 100644
--- a/mingw-w64-libepoxy/.SRCINFO
+++ b/mingw-w64-libepoxy/.SRCINFO
@@ -1,7 +1,7 @@
pkgbase = mingw-w64-libepoxy
pkgdesc = A library for handling OpenGL function pointer management for you (mingw-w64)
- pkgver = 1.2
- pkgrel = 2
+ pkgver = 1.3.1
+ pkgrel = 1
url = https://github.com/anholt/libepoxy
arch = any
license = MIT
@@ -13,8 +13,8 @@ pkgbase = mingw-w64-libepoxy
options = !strip
options = !buildflags
options = staticlibs
- source = libepoxy-1.2.tar.gz::https://github.com/anholt/libepoxy/archive/v1.2.tar.gz
- sha256sums = 42c328440f60a5795835c5ec4bdfc1329e75bba16b6e22b3a87ed17e9679e8f6
+ source = https://github.com/anholt/libepoxy/releases/download/v1.3.1/libepoxy-1.3.1.tar.bz2
+ sha256sums = 1d8668b0a259c709899e1c4bab62d756d9002d546ce4f59c9665e2fc5f001a64
pkgname = mingw-w64-libepoxy
diff --git a/mingw-w64-libepoxy/PKGBUILD b/mingw-w64-libepoxy/PKGBUILD
index 17d881b..e802973 100644
--- a/mingw-w64-libepoxy/PKGBUILD
+++ b/mingw-w64-libepoxy/PKGBUILD
@@ -1,8 +1,8 @@
# Maintainer: lantw44 at gmail dot com
pkgname=mingw-w64-libepoxy
-pkgver=1.2
-pkgrel=2
+pkgver=1.3.1
+pkgrel=1
pkgdesc="A library for handling OpenGL function pointer management for you (mingw-w64)"
arch=(any)
url="https://github.com/anholt/libepoxy"
@@ -15,14 +15,13 @@ makedepends=(
depends=(
'mingw-w64-crt')
options=(!strip !buildflags staticlibs)
-source=(libepoxy-${pkgver}.tar.gz::https://github.com/anholt/libepoxy/archive/v${pkgver}.tar.gz)
-sha256sums=('42c328440f60a5795835c5ec4bdfc1329e75bba16b6e22b3a87ed17e9679e8f6')
+source=("https://github.com/anholt/libepoxy/releases/download/v${pkgver}/libepoxy-${pkgver}.tar.bz2")
+sha256sums=('1d8668b0a259c709899e1c4bab62d756d9002d546ce4f59c9665e2fc5f001a64')
_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}"