summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorXZS2016-07-20 19:42:18 +0200
committerXZS2016-07-20 19:42:18 +0200
commit89ed35a5400bcd8fb33b878115c52f9b55080df9 (patch)
treed5403b00a934dca5b0c8904c65a5d610aef4cb57
parentd86b2053569c4c961399bfbebabbb9f3ccc814e3 (diff)
downloadaur-89ed35a5400bcd8fb33b878115c52f9b55080df9.tar.gz
propagate upstream update
This is a minor version change, the API may change significantly. The 1.8 branch is still maintained, but 1.9 is the new repository master and advertised on the website, so we try to stay as close to upstream as possible. Users are advised to upgrade. Severe incompatibilities may justify the creation of a waf1.8 package.
-rw-r--r--.SRCINFO8
-rw-r--r--PKGBUILD6
2 files changed, 7 insertions, 7 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 9bda37f0acdf..ac8902c5dfe5 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,6 +1,6 @@
pkgbase = waf
pkgdesc = General-purpose build system modelled after Scons
- pkgver = 1.8.22
+ pkgver = 1.9.0
pkgrel = 1
url = http://waf.io/
arch = any
@@ -8,13 +8,13 @@ pkgbase = waf
makedepends = unzip
depends = python
provides = python-waf
- source = https://waf.io/waf-1.8.22.tar.bz2
+ source = https://waf.io/waf-1.9.0.tar.bz2
source = wafdir.patch
source = building-waf.md
- md5sums = 97275cd40a4add276ec7188b18f22972
+ md5sums = cc29f6b822acdcab296219a2240f1cd6
md5sums = ff472805caa81e02cb15bcf87031f722
md5sums = 93fd94b3dc4616c35e9bf13adc63b23c
- sha256sums = 4fe5ee65bb1250a67cddfaf33e7dbe0c666390b21c9f1dfd58546f5320d73799
+ sha256sums = a8582897bef7ccd8e978ebe7890101e913bef4b5d1713762bfa87e27eac757ea
sha256sums = 432fb8e21fe31047e16ac068b761961f1a3965785e570bf54aca1c4c07d253f4
sha256sums = 3103524b61ac3f3af9bb71f1ac8fcb836a1e67e2bfcf59150f08dbf70a595675
diff --git a/PKGBUILD b/PKGBUILD
index e57f4798ab6f..943588691f37 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -3,7 +3,7 @@
# Contributor: Sebastien Binet <binet@cern.ch>
pkgname=waf
-pkgver=1.8.22
+pkgver=1.9.0
pkgrel=1
pkgdesc='General-purpose build system modelled after Scons'
url='http://waf.io/'
@@ -15,10 +15,10 @@ provides=('python-waf')
source=("https://waf.io/${pkgname}-${pkgver}.tar.bz2"
'wafdir.patch'
'building-waf.md')
-md5sums=('97275cd40a4add276ec7188b18f22972'
+md5sums=('cc29f6b822acdcab296219a2240f1cd6'
'ff472805caa81e02cb15bcf87031f722'
'93fd94b3dc4616c35e9bf13adc63b23c')
-sha256sums=('4fe5ee65bb1250a67cddfaf33e7dbe0c666390b21c9f1dfd58546f5320d73799'
+sha256sums=('a8582897bef7ccd8e978ebe7890101e913bef4b5d1713762bfa87e27eac757ea'
'432fb8e21fe31047e16ac068b761961f1a3965785e570bf54aca1c4c07d253f4'
'3103524b61ac3f3af9bb71f1ac8fcb836a1e67e2bfcf59150f08dbf70a595675')