summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
authorKarol Babioch2019-05-23 22:37:56 +0200
committerKarol Babioch2019-05-23 22:37:59 +0200
commitaa5d04346f1828a57da228e6a599db6ef6d73139 (patch)
tree918e613f7d73f8a5fdc8fdde806137682e49be0f /PKGBUILD
parentbb902bae2ac49f064a1cfb1b6e91e47ebaac0737 (diff)
downloadaur-aa5d04346f1828a57da228e6a599db6ef6d73139.tar.gz
Bump version to 0.10
This bumps the version to the latest release. It also ships a man page now, which we also package here.
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD3
1 files changed, 2 insertions, 1 deletions
diff --git a/PKGBUILD b/PKGBUILD
index 68d567786314..fd256573b54d 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,7 +1,7 @@
# Maintainer: Karol Babioch <karol@babioch.de>
pkgname=flamethrower
-pkgver=0.9
+pkgver=0.10
pkgrel=1
pkgdesc="DNS performance and functional testing utility"
arch=('i686' 'x86_64')
@@ -25,6 +25,7 @@ build() {
package() {
cd "${srcdir}/${pkgname}"
install -Dm0644 LICENSE "$pkgdir/usr/share/licenses/$pkgname/LICENSE"
+ install -Dm0644 man/flame.1 "$pkgdir/usr/share/man/man1/flame.1"
cd build
install -Dm0755 flame "$pkgdir/usr/bin/flame"
}