waf: update to 1.9.5

This commit is contained in:
gnastyle 2016-10-10 20:07:58 +02:00
parent 3864bce675
commit c742c411f5

View File

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