summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
authorovf2020-02-24 08:18:56 +0000
committerovf2020-02-24 08:18:56 +0000
commit98f04614d2f48b0197c757c1a0a3eb29497706ce (patch)
tree260e382d9c97a27b20c9c598ee101eb965f5ac7a /PKGBUILD
parentd223cc3c5bebab5a81dc0eb553957aaab81a1017 (diff)
downloadaur-98f04614d2f48b0197c757c1a0a3eb29497706ce.tar.gz
liburing-0.4-1: new upstream release
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD4
1 files changed, 2 insertions, 2 deletions
diff --git a/PKGBUILD b/PKGBUILD
index 572f7b035c25..3382cb8366a0 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,6 +1,6 @@
# Maintainer: ovf <ovf@mm.st>
pkgname=liburing
-pkgver=0.3
+pkgver=0.4
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=('7a89c89def1eaef8e5cc1b810563ddf2')
+md5sums=('8e5ea8e8d56b8678c136e6c5a134f2cc')
build() {
cd "$srcdir/$pkgname-$pkgver"