summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
authorMichel Zou2019-11-29 11:36:17 +0100
committerMichel Zou2019-11-29 11:36:17 +0100
commit7ae2cfffe75f0a6a1231d06de6bf6faca75fb803 (patch)
treead41b68a29e379e0dd323ba0cd6e75c0ac266564 /PKGBUILD
parentb9626fb3721159bc3d8e92500731bee35f6afb06 (diff)
downloadaur-7ae2cfffe75f0a6a1231d06de6bf6faca75fb803.tar.gz
zstd
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD4
1 files changed, 2 insertions, 2 deletions
diff --git a/PKGBUILD b/PKGBUILD
index af36db48eb1b..0e68fd5c87a9 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,12 +1,12 @@
pkgname=mingw-w64-boost
pkgver=1.71.0
_boostver=${pkgver//./_}
-pkgrel=1
+pkgrel=2
pkgdesc="Free peer-reviewed portable C++ source libraries (mingw-w64)"
arch=('any')
url="http://www.boost.org/"
license=('custom')
-depends=('mingw-w64-crt' 'mingw-w64-zlib' 'mingw-w64-bzip2')
+depends=('mingw-w64-zstd' 'mingw-w64-bzip2')
makedepends=('mingw-w64-gcc' 'bzip2' 'zlib' 'python2')
options=('!strip' '!buildflags' 'staticlibs')
source=("https://dl.bintray.com/boostorg/release/${pkgver}/source/boost_${_boostver}.tar.bz2"