summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authordankcatlord2023-10-16 21:02:05 -0400
committerdankcatlord2023-10-16 21:02:05 -0400
commita3c1198c57198a2ab9ed60c198f27e3c3f7aa410 (patch)
treeb4bfd128476b7d2dcfa765776d3a31a33767a1a0
parentf0f7295ab0c7f1d9aac1d644b0d3b4c461dafae7 (diff)
downloadaur-a3c1198c57198a2ab9ed60c198f27e3c3f7aa410.tar.gz
Added provides in PKGBUILD.
-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")