summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorNicola Murino2019-08-31 23:25:38 +0200
committerNicola Murino2019-08-31 23:25:38 +0200
commit44173812627599c38158531837526bc8fa228894 (patch)
treee22a63314db9352f0189634c3ee1a7f07246b01f
parent4e3f1bb1576af493b9c63dd27ccef24ac7150dfe (diff)
downloadaur-44173812627599c38158531837526bc8fa228894.tar.gz
add !makeflags
fix parallel build for some users. Update deps too: mingw-w64-configure is not used anymore.
-rw-r--r--.SRCINFO6
-rw-r--r--PKGBUILD8
2 files changed, 8 insertions, 6 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 39cf77130419..8b415782bc9e 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,17 +1,19 @@
pkgbase = mingw-w64-giflib
pkgdesc = A library for reading and writing gif images (mingw-w64)
pkgver = 5.2.1
- pkgrel = 1
+ pkgrel = 2
url = http://sourceforge.net/projects/giflib/
arch = any
license = MIT
makedepends = xmlto
makedepends = docbook-xsl
- makedepends = mingw-w64-configure
+ makedepends = make
+ makedepends = mingw-w64-gcc
depends = mingw-w64-crt
options = staticlibs
options = !strip
options = !buildflags
+ options = !makeflags
source = https://downloads.sourceforge.net/project/giflib/giflib-5.2.1.tar.gz
source = giflib-5.1.9-fix-missing-quantize-API-symbols.patch
source = 001-mingw-build.patch
diff --git a/PKGBUILD b/PKGBUILD
index b4dc9a15e9a8..372a51e0fa3e 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,14 +1,14 @@
# Maintainer: drakkan <nicola.murino at gmail dot com>
pkgname=mingw-w64-giflib
pkgver=5.2.1
-pkgrel=1
+pkgrel=2
pkgdesc="A library for reading and writing gif images (mingw-w64)"
arch=(any)
url="http://sourceforge.net/projects/giflib/"
license=("MIT")
-makedepends=(xmlto docbook-xsl mingw-w64-configure)
-depends=(mingw-w64-crt)
-options=(staticlibs !strip !buildflags)
+makedepends=('xmlto' 'docbook-xsl' 'make' 'mingw-w64-gcc')
+depends=('mingw-w64-crt')
+options=(staticlibs !strip !buildflags !makeflags)
source=("https://downloads.sourceforge.net/project/giflib/${pkgname#mingw-w64-}-${pkgver}.tar.gz"
"giflib-5.1.9-fix-missing-quantize-API-symbols.patch"
"001-mingw-build.patch"