waf: update to 1.8.20

This commit is contained in:
gnastyle 2016-03-11 23:44:39 +01:00
parent f53ad592c4
commit 4c70ec075f

View File

@ -1,7 +1,7 @@
# contribution from Arch https://aur4.archlinux.org/packages/waf/
pkgname=waf
pkgver=1.8.19
pkgver=1.8.20
pkgrel=1
pkgdesc='General-purpose build system modelled after Scons'
url='http://waf.io/'
@ -12,7 +12,7 @@ makedepends=('unzip')
provides=('python3-waf')
options=('!emptydirs')
source=("https://github.com/waf-project/waf/archive/waf-$pkgver.tar.gz")
sha256sums=('4d9000e19aa279e997aaf744336cd055864bd4e10062578a957f541d6c761a40')
sha256sums=('f23c6b59672e18069b41b33cf670f745a859382604347af8b8cfbae319268d0a')
prepare() {
cd "$pkgname-$pkgname-$pkgver"
@ -41,4 +41,4 @@ package() {
# compile all python sources for once to be used after installation.
python3 -m compileall "$waflib"
}
}