summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authordankcatlord2023-04-11 13:46:38 -0400
committerdankcatlord2023-04-11 13:46:38 -0400
commitf0f7295ab0c7f1d9aac1d644b0d3b4c461dafae7 (patch)
treeb348fa950187ee2dee72939b504c115f1c4e871d
parent5bab1189a4179026e08afc393e945ea26a4a00f0 (diff)
downloadaur-f0f7295ab0c7f1d9aac1d644b0d3b4c461dafae7.tar.gz
Moved git to makedepends
-rw-r--r--.SRCINFO4
-rw-r--r--PKGBUILD5
2 files changed, 5 insertions, 4 deletions
diff --git a/.SRCINFO b/.SRCINFO
index c023d7700f1d..f2168a455817 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 = 1
+ pkgrel = 2
url = https://github.com/ming1/ubdsrv
arch = x86_64
arch = i686
@@ -12,8 +12,8 @@ pkgbase = ubdsrv-git
license = MIT
license = GPL2
license = LGPL2.1
+ makedepends = git
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 d6cbf7cd673d..4490b5c28b9d 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,11 +1,12 @@
pkgname='ubdsrv-git'
pkgver=1.1.rc1.r57.gbe37565
-pkgrel=1
+pkgrel=2
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' 'git')
+depends=('liburing')
+makedepends=('git')
conflicts=('ubdsrv')
source=("$pkgname::git+https://github.com/ming1/ubdsrv.git")