summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorChristian Hesse2015-12-14 08:23:30 +0100
committerChristian Hesse2015-12-14 08:23:30 +0100
commit6cc85a1bacb41dfa2ff9877d69e7dab52c620522 (patch)
treee187d6d245174600681a80e35d7f72e36e639d73
parentc0158ecac2449e61e6ae591f42bf09a4fe491ffe (diff)
downloadaur-open-iscsi-git.tar.gz
commit open-iscsi-git 2.0.873.r146.g4c9d6f9-2
-rw-r--r--.SRCINFO5
-rw-r--r--PKGBUILD4
2 files changed, 6 insertions, 3 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 84e96d91f59f..74ac0ad4f07f 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,7 +1,9 @@
+# Generated by mksrcinfo v8
+# Mon Dec 14 07:23:29 UTC 2015
pkgbase = open-iscsi-git
pkgdesc = iSCSI userland tools - git checkout
pkgver = 2.0.873.r146.g4c9d6f9
- pkgrel = 1
+ pkgrel = 2
url = http://www.open-iscsi.org/
install = open-iscsi.install
arch = i686
@@ -10,6 +12,7 @@ pkgbase = open-iscsi-git
makedepends = git
makedepends = open-isns
depends = libutil-linux
+ depends = openssl
provides = open-iscsi
conflicts = open-iscsi
options = docs
diff --git a/PKGBUILD b/PKGBUILD
index 8979377e85c9..84b207ecd81d 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -4,13 +4,13 @@
pkgname=open-iscsi-git
pkgver=2.0.873.r146.g4c9d6f9
-pkgrel=1
+pkgrel=2
pkgdesc='iSCSI userland tools - git checkout'
arch=('i686' 'x86_64')
url='http://www.open-iscsi.org/'
license=('GPL')
install=open-iscsi.install
-depends=('libutil-linux')
+depends=('libutil-linux' 'openssl')
makedepends=('git' 'open-isns')
provides=('open-iscsi')
conflicts=('open-iscsi')