summaryrefslogtreecommitdiffstats
path: root/mingw-w64-libepoxy
diff options
context:
space:
mode:
authorTing-Wei Lan <lantw44@gmail.com>2015-10-31 19:20:08 +0800
committerTing-Wei Lan <lantw44@gmail.com>2015-10-31 19:20:08 +0800
commit0ea52e4521e831bf7a1732d38f2a4166e0d95d51 (patch)
treea8e5dbe9bd657e1d47f82a414346d6dc811abb4a /mingw-w64-libepoxy
parentb8748fe153ecfd6271966d711c433ae73d0d326b (diff)
downloadAUR4-PKGBUILD-0ea52e4521e831bf7a1732d38f2a4166e0d95d51.tar
AUR4-PKGBUILD-0ea52e4521e831bf7a1732d38f2a4166e0d95d51.tar.gz
AUR4-PKGBUILD-0ea52e4521e831bf7a1732d38f2a4166e0d95d51.tar.bz2
AUR4-PKGBUILD-0ea52e4521e831bf7a1732d38f2a4166e0d95d51.tar.lz
AUR4-PKGBUILD-0ea52e4521e831bf7a1732d38f2a4166e0d95d51.tar.xz
AUR4-PKGBUILD-0ea52e4521e831bf7a1732d38f2a4166e0d95d51.tar.zst
AUR4-PKGBUILD-0ea52e4521e831bf7a1732d38f2a4166e0d95d51.zip
mingw-w64-libepoxy: Remove xorg-util-macros and python makedepends
Upstream tarballs include generated files since version 1.3, so we no longer need these dependencies.
Diffstat (limited to 'mingw-w64-libepoxy')
-rw-r--r--mingw-w64-libepoxy/.SRCINFO4
-rw-r--r--mingw-w64-libepoxy/PKGBUILD6
2 files changed, 3 insertions, 7 deletions
diff --git a/mingw-w64-libepoxy/.SRCINFO b/mingw-w64-libepoxy/.SRCINFO
index 619d4bd..1573509 100644
--- a/mingw-w64-libepoxy/.SRCINFO
+++ b/mingw-w64-libepoxy/.SRCINFO
@@ -1,14 +1,12 @@
pkgbase = mingw-w64-libepoxy
pkgdesc = A library for handling OpenGL function pointer management for you (mingw-w64)
pkgver = 1.3.1
- pkgrel = 1
+ pkgrel = 2
url = https://github.com/anholt/libepoxy
arch = any
license = MIT
makedepends = mingw-w64-gcc
makedepends = mingw-w64-configure
- makedepends = xorg-util-macros
- makedepends = python
depends = mingw-w64-crt
options = !strip
options = !buildflags
diff --git a/mingw-w64-libepoxy/PKGBUILD b/mingw-w64-libepoxy/PKGBUILD
index e802973..0a779fe 100644
--- a/mingw-w64-libepoxy/PKGBUILD
+++ b/mingw-w64-libepoxy/PKGBUILD
@@ -2,16 +2,14 @@
pkgname=mingw-w64-libepoxy
pkgver=1.3.1
-pkgrel=1
+pkgrel=2
pkgdesc="A library for handling OpenGL function pointer management for you (mingw-w64)"
arch=(any)
url="https://github.com/anholt/libepoxy"
license=('MIT')
makedepends=(
'mingw-w64-gcc'
- 'mingw-w64-configure'
- 'xorg-util-macros'
- 'python')
+ 'mingw-w64-configure')
depends=(
'mingw-w64-crt')
options=(!strip !buildflags staticlibs)