diff options
author | Ting-Wei Lan <lantw44@gmail.com> | 2015-10-31 19:20:08 +0800 |
---|---|---|
committer | Ting-Wei Lan <lantw44@gmail.com> | 2015-10-31 19:20:08 +0800 |
commit | 0ea52e4521e831bf7a1732d38f2a4166e0d95d51 (patch) | |
tree | a8e5dbe9bd657e1d47f82a414346d6dc811abb4a /mingw-w64-libepoxy | |
parent | b8748fe153ecfd6271966d711c433ae73d0d326b (diff) | |
download | AUR4-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/.SRCINFO | 4 | ||||
-rw-r--r-- | mingw-w64-libepoxy/PKGBUILD | 6 |
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) |