summarylogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--.SRCINFO4
-rw-r--r--PKGBUILD2
2 files changed, 6 insertions, 0 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 4f49ae39b842..78dad14c7072 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -6,6 +6,10 @@ pkgbase = liburing-git
arch = x86
arch = x86_64
license = LGPL2.1
+ provides = liburing
+ provides = liburing.so
+ conflicts = liburing
+ conflicts = liburing.so
source = liburing-git::git+http://git.kernel.dk/liburing
sha256sums = SKIP
diff --git a/PKGBUILD b/PKGBUILD
index 0fffcf56e28f..ebed34e4f699 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -6,6 +6,8 @@ pkgdesc="Linux-native io_uring I/O access library (git-version)"
arch=(x86 x86_64)
url="http://git.kernel.dk/cgit/liburing/"
license=('LGPL2.1')
+provides=(liburing liburing.so)
+conflicts=(liburing liburing.so)
source=("$pkgname::git+http://git.kernel.dk/liburing")
sha256sums=('SKIP')