summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authordankcatlord2023-04-11 12:45:25 -0400
committerdankcatlord2023-04-11 12:45:25 -0400
commitb43b886f921d575d3bdfbff7efac4f53da5b260c (patch)
tree24ff5d9eec0fa3ce9eab13fa10af205615cae732
parent44f575e6e3fde33bd363fe9dddbe4d2650891385 (diff)
downloadaur-b43b886f921d575d3bdfbff7efac4f53da5b260c.tar.gz
Added git to depends
-rw-r--r--.SRCINFO1
-rw-r--r--PKGBUILD2
2 files changed, 2 insertions, 1 deletions
diff --git a/.SRCINFO b/.SRCINFO
index fa380f5147ea..2418b59def98 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -13,6 +13,7 @@ pkgbase = ubdsrv-git
license = GPL2
license = LGPL2.1
depends = liburing
+ depends = git
conflicts = ubdsrv
source = ubdsrv-git::git+https://github.com/ming1/ubdsrv.git
b2sums = SKIP
diff --git a/PKGBUILD b/PKGBUILD
index 1c71a8ba8ddb..7837ef7767fd 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -5,7 +5,7 @@ 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')
+depends=('liburing' 'git')
conflicts=('ubdsrv')
source=("$pkgname::git+https://github.com/ming1/ubdsrv.git")