summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorDaniel Sonck2020-07-29 12:50:39 +0200
committerDaniel Sonck2020-07-29 12:50:39 +0200
commit4c305665841c3bc5bc40e6f69bfa679cc9cee6b5 (patch)
treefdb1cd270fcdb49181242b42033c384c4c895b37
parent74b344138179b032009f589a0fb1dbc89567039e (diff)
downloadaur-4c305665841c3bc5bc40e6f69bfa679cc9cee6b5.tar.gz
Fix conflict package
-rw-r--r--.SRCINFO3
-rw-r--r--PKGBUILD3
2 files changed, 4 insertions, 2 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 204322096b2c..5e5cd7e5d839 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,7 +1,7 @@
pkgbase = targetd-git
pkgdesc = Remote configuration of a LIO-based storage appliance
pkgver = 0.8.12.2.g0322c1a
- pkgrel = 1
+ pkgrel = 2
url = https://github.com/open-iscsi/targetd
arch = any
license = GPL3
@@ -17,6 +17,7 @@ pkgbase = targetd-git
optdepends = zfs-linux-lts: ZFS block device support
optdepends = zfs-dkms: ZFS block device support
provides = targetd
+ conflicts = targetd
source = targetd-git::git+https://github.com/open-iscsi/targetd
sha256sums = SKIP
diff --git a/PKGBUILD b/PKGBUILD
index 4b6297f48a38..cfd6315110ba 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -3,12 +3,13 @@
pkgname=targetd-git
pkgver=0.8.12.2.g0322c1a
-pkgrel=1
+pkgrel=2
pkgdesc="Remote configuration of a LIO-based storage appliance"
arch=('any')
url="https://github.com/open-iscsi/targetd"
license=('GPL3')
provides=('targetd')
+conflicts=('targetd')
source=("$pkgname::git+https://github.com/open-iscsi/targetd")
sha256sums=('SKIP')
makedepends=('python-setuptools')