diff --git a/community/fio/PKGBUILD b/community/fio/PKGBUILD
index 1defbb8a4..dfbdd93e6 100644
--- a/community/fio/PKGBUILD
+++ b/community/fio/PKGBUILD
@@ -7,7 +7,7 @@
 #  - removed numactl dependency
 
 pkgname=fio
-pkgver=3.5
+pkgver=3.6
 pkgrel=1
 pkgdesc='Scriptable I/O tool for storage benchmarks and drive testing'
 arch=(x86_64)
@@ -21,7 +21,7 @@ optdepends=(
   'gnuplot: generating plots using fio_generate_plots'
 )
 source=(https://github.com/axboe/fio/archive/fio-$pkgver.zip)
-sha256sums=('f039ad922c7a51f0299ab3073b4890cab02aa1c27200952b2e49e4ff65bedd7f')
+sha256sums=('e2f0a6c82a42df0a35df7e0ac7a61dfa33a1bf661441e3aa24460fcd3ed59582')
 
 prepare() {
   cd fio-fio-$pkgver