summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
authorovf2020-01-10 11:33:57 +0000
committerovf2020-01-10 11:33:57 +0000
commitd223cc3c5bebab5a81dc0eb553957aaab81a1017 (patch)
tree6d447442a726e8091ab52048c5dab8f57a65665b /PKGBUILD
parent297659c249c438ee05c270c68c739ff233a50579 (diff)
downloadaur-d223cc3c5bebab5a81dc0eb553957aaab81a1017.tar.gz
liburing-0.3-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 ba4308cc7555..572f7b035c25 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,6 +1,6 @@
# Maintainer: ovf <ovf@mm.st>
pkgname=liburing
-pkgver=0.2
+pkgver=0.3
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=('8998f15d94a9f83e2d82ef2e58037404')
+md5sums=('7a89c89def1eaef8e5cc1b810563ddf2')
build() {
cd "$srcdir/$pkgname-$pkgver"