summarylogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--.SRCINFO5
-rw-r--r--PKGBUILD5
2 files changed, 6 insertions, 4 deletions
diff --git a/.SRCINFO b/.SRCINFO
index f2168a455817..9ac3a848691d 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,7 +1,7 @@
pkgbase = ubdsrv-git
pkgdesc = The userspace part of the ublk framework.
- pkgver = 1.1.rc1.r57.gbe37565
- pkgrel = 2
+ pkgver = 1.1.rc1.r106.gf8304e5
+ pkgrel = 1
url = https://github.com/ming1/ubdsrv
arch = x86_64
arch = i686
@@ -14,6 +14,7 @@ pkgbase = ubdsrv-git
license = LGPL2.1
makedepends = git
depends = liburing
+ provides = ubdsrv=1.1.rc1.r106.gf8304e5
conflicts = ubdsrv
source = ubdsrv-git::git+https://github.com/ming1/ubdsrv.git
b2sums = SKIP
diff --git a/PKGBUILD b/PKGBUILD
index 4490b5c28b9d..11fd7326c67b 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,12 +1,13 @@
pkgname='ubdsrv-git'
-pkgver=1.1.rc1.r57.gbe37565
-pkgrel=2
+pkgver=1.1.rc1.r106.gf8304e5
+pkgrel=1
pkgdesc="The userspace part of the ublk framework."
arch=('x86_64' 'i686' 'i486' 'pentium4' 'aarch64' 'armv7h') # Archlinux, Archlinux 32 Bit, Archlinux ARM
url='https://github.com/ming1/ubdsrv'
license=('MIT' 'GPL2' 'LGPL2.1')
depends=('liburing')
makedepends=('git')
+provides=("ubdsrv=${pkgver}")
conflicts=('ubdsrv')
source=("$pkgname::git+https://github.com/ming1/ubdsrv.git")