summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorMarco Pompili2019-09-05 13:15:23 +0200
committerMarco Pompili2019-09-05 13:15:23 +0200
commit2b4912a3d2b04fae4237f392fe8fc6e4246b580a (patch)
treef239a01fdaa06c936c5ea79bf662de55d599e27e
parent334cefa7d81c4b8099469c27e3d8d5de37379bf8 (diff)
downloadaur-2b4912a3d2b04fae4237f392fe8fc6e4246b580a.tar.gz
Version 4.0.0-1
-rw-r--r--.SRCINFO6
-rw-r--r--PKGBUILD10
2 files changed, 8 insertions, 8 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 141c07d1eda9..43d17eb422dc 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,6 +1,6 @@
pkgbase = boost-build
pkgdesc = Boost.Build makes it easy to build C++ projects, everywhere.
- pkgver = 1.70
+ pkgver = 4.0.0
pkgrel = 1
url = http://www.boost.org/build/
arch = any
@@ -9,9 +9,9 @@ pkgbase = boost-build
depends = boost
depends = python
conflicts = boost-build-nightly
- source = https://github.com/boostorg/build/archive/boost-1.70.0.tar.gz
+ source = https://github.com/boostorg/build/archive/4.0.0.tar.gz
source = http://www.boost.org/LICENSE_1_0.txt
- sha256sums = 6630adb18e9fdddf354ce16ee7c358fa79aa0ae264da3b5604cbed6769ce84e5
+ sha256sums = af615141c14858b67d71a278896523d3df0da0ff3c6495b6acf0ae2e8b44dd92
sha256sums = c9bff75738922193e67fa726fa225535870d2aa1059f91452c411736284ad566
pkgname = boost-build
diff --git a/PKGBUILD b/PKGBUILD
index 0cb0ec7160fd..0a1a03a77fae 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -2,7 +2,7 @@
# Contributor: Dennis Kempin <mail@dennis-kempin.de>
pkgname=boost-build
-pkgver=1.70
+pkgver=4.0.0
pkgrel=1
pkgdesc="Boost.Build makes it easy to build C++ projects, everywhere."
arch=('any')
@@ -10,19 +10,19 @@ url="http://www.boost.org/build/"
license=('custom:boost')
depends=('gcc' 'boost' 'python')
conflicts=('boost-build-nightly')
-source=("https://github.com/boostorg/build/archive/boost-${pkgver}.0.tar.gz"
+source=("https://github.com/boostorg/build/archive/${pkgver}.tar.gz"
"http://www.boost.org/LICENSE_1_0.txt")
-sha256sums=('6630adb18e9fdddf354ce16ee7c358fa79aa0ae264da3b5604cbed6769ce84e5'
+sha256sums=('af615141c14858b67d71a278896523d3df0da0ff3c6495b6acf0ae2e8b44dd92'
'c9bff75738922193e67fa726fa225535870d2aa1059f91452c411736284ad566')
prepare() {
- cd ${srcdir}/build-boost-${pkgver}.0/
+ cd ${srcdir}/build-${pkgver}/
./bootstrap.sh
}
package() {
- cd ${srcdir}/build-boost-${pkgver}.0/
+ cd ${srcdir}/build-${pkgver}/
echo ${pkgdir}