Skip to content

Commit

Permalink
libepoxy: Update to 1.3.1
Browse files Browse the repository at this point in the history
  • Loading branch information
Alexpux committed Jul 22, 2015
1 parent e70823a commit 331cc90
Showing 1 changed file with 4 additions and 11 deletions.
15 changes: 4 additions & 11 deletions mingw-w64-libepoxy/PKGBUILD
Expand Up @@ -2,8 +2,8 @@

_realname=libepoxy
pkgname="${MINGW_PACKAGE_PREFIX}-${_realname}"
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"
Expand All @@ -14,19 +14,12 @@ makedepends=("${MINGW_PACKAGE_PREFIX}-gcc"
"${MINGW_PACKAGE_PREFIX}-python3"
"util-macros")
options=('strip' 'staticlibs')
source=(${_realname}-${pkgver}.tar.gz::https://github.com/anholt/${_realname}/archive/v${pkgver}.tar.gz
0001-135f7bf1043ca2a48d88d920fd46f3fe0097f359.all.patch
0002-e9ce388f746f6c0557b863a38648ae1646658951.all.patch)
sha256sums=('42c328440f60a5795835c5ec4bdfc1329e75bba16b6e22b3a87ed17e9679e8f6'
'd1569d83c2b669f167b94e091e978fd277f5ac7eebcccd75e8ca2e0f5728cee6'
'cb5685dedbb63aa298c4017f4a764774566f6c0b076b12e355b2d5e346867761')
source=(${_realname}-${pkgver}.tar.gz::https://github.com/anholt/${_realname}/archive/v${pkgver}.tar.gz)
sha256sums=('6700ddedffb827b42c72cce1e0be6fba67b678b19bf256e1b5efd3ea38cc2bb4')

prepare() {
cd ${srcdir}/${_realname}-${pkgver}

patch -Np1 -i "$srcdir/0001-135f7bf1043ca2a48d88d920fd46f3fe0097f359.all.patch"
patch -Np1 -i "$srcdir/0002-e9ce388f746f6c0557b863a38648ae1646658951.all.patch"

autoreconf -fi
}

Expand Down

0 comments on commit 331cc90

Please sign in to comment.