waf: update to 1.9.4

This commit is contained in:
gnastyle 2016-09-16 01:58:38 +02:00
parent 499cd2782d
commit 24ce78ec36

View File

@ -1,7 +1,7 @@
# contribution from Arch https://aur4.archlinux.org/packages/waf/
pkgname=waf
pkgver=1.9.3
pkgver=1.9.4
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=('278b25d60be6690cfddc0b589384e1810cdce284a235aee1999b7fe7c2441d63')
sha256sums=('b2460ddd27131f347387b768877bf35c015735c5cd6fb4044070eb1a95de2ac3')
prepare() {
cd "$pkgname-$pkgname-$pkgver"