community/waf: upgrade to 2.1.1 & claim maintainership

This commit is contained in:
Celeste 2024-05-22 02:59:38 +00:00
parent 76dacd62c2
commit ac34f4db2b

View File

@ -1,20 +1,20 @@
# Contributor: Adam Saponara <as@php.net>
# Maintainer:
# Maintainer: Celeste <cielesti@protonmail.com>
pkgname=waf
pkgver=2.1.0
pkgver=2.1.1
pkgrel=0
pkgdesc="The meta build system"
url="https://waf.io/"
arch="noarch"
license="BSD-3-Clause"
options="!check" # no tests available
depends="python3"
source="https://waf.io/waf-$pkgver"
options="!check" # no tests available
package() {
install -Dm755 "$srcdir"/waf-$pkgver "$pkgdir"/usr/bin/waf
install -Dvm755 "$srcdir"/waf-$pkgver "$pkgdir"/usr/bin/waf
}
sha512sums="
c4947e7fc880c346c136a2badd64787fe49d73fe7cfc9a1d2e1dd54a02d6c6ea44d59996caac8c4fe02cee9e7cccba42ce9891dac0334a1d52be85d3794679b3 waf-2.1.0
80519b2d4f650c148ce8ac2704bc4214358c1c5d835dd39a9ef925b9c51874fdb09facc5b3d75f9918879832f5888a90b668d04586c4be71fce0a0ad5a1bad6f waf-2.1.1
"