summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorovf2020-02-26 17:43:09 +0000
committerovf2020-02-26 17:43:09 +0000
commite97c6e1662f8b7c51cc8e7061e5b4b5ed3efebb4 (patch)
tree79e41220fa2b371eb4ca8b7caad803fa22a8fc7e
parent98f04614d2f48b0197c757c1a0a3eb29497706ce (diff)
downloadaur-e97c6e1662f8b7c51cc8e7061e5b4b5ed3efebb4.tar.gz
liburing-0.5-1: new upstream release
-rw-r--r--.SRCINFO6
-rw-r--r--PKGBUILD4
2 files changed, 5 insertions, 5 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 7a1e54d32fee..0528356cc4ab 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,6 +1,6 @@
pkgbase = liburing
pkgdesc = Linux-native io_uring I/O access library
- pkgver = 0.4
+ pkgver = 0.5
pkgrel = 1
url = http://git.kernel.dk/cgit/liburing/
arch = i686
@@ -8,8 +8,8 @@ pkgbase = liburing
license = LGPL2.1
depends = glibc
provides = liburing.so
- source = https://git.kernel.dk/cgit/liburing/snapshot/liburing-0.4.tar.bz2
- md5sums = 8e5ea8e8d56b8678c136e6c5a134f2cc
+ source = https://git.kernel.dk/cgit/liburing/snapshot/liburing-0.5.tar.bz2
+ md5sums = 902e111b5d5e57dbd2bfc309283a520d
pkgname = liburing
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"