summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorovf2020-02-24 08:18:56 +0000
committerovf2020-02-24 08:18:56 +0000
commit98f04614d2f48b0197c757c1a0a3eb29497706ce (patch)
tree260e382d9c97a27b20c9c598ee101eb965f5ac7a
parentd223cc3c5bebab5a81dc0eb553957aaab81a1017 (diff)
downloadaur-98f04614d2f48b0197c757c1a0a3eb29497706ce.tar.gz
liburing-0.4-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 25af1f04a127..7a1e54d32fee 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,6 +1,6 @@
pkgbase = liburing
pkgdesc = Linux-native io_uring I/O access library
- pkgver = 0.3
+ pkgver = 0.4
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.3.tar.bz2
- md5sums = 7a89c89def1eaef8e5cc1b810563ddf2
+ source = https://git.kernel.dk/cgit/liburing/snapshot/liburing-0.4.tar.bz2
+ md5sums = 8e5ea8e8d56b8678c136e6c5a134f2cc
pkgname = liburing
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"