summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD4
1 files changed, 2 insertions, 2 deletions
diff --git a/PKGBUILD b/PKGBUILD
index 3382cb8366a0..5effec21aa4d 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,6 +1,6 @@
# Maintainer: ovf <ovf@mm.st>
pkgname=liburing
-pkgver=0.4
+pkgver=0.5
pkgrel=1
pkgdesc="Linux-native io_uring I/O access library"
arch=(i686 x86_64)
@@ -9,7 +9,7 @@ license=('LGPL2.1')
depends=(glibc)
provides=(liburing.so)
source=("https://git.kernel.dk/cgit/liburing/snapshot/liburing-$pkgver.tar.bz2")
-md5sums=('8e5ea8e8d56b8678c136e6c5a134f2cc')
+md5sums=('902e111b5d5e57dbd2bfc309283a520d')
build() {
cd "$srcdir/$pkgname-$pkgver"