update targetcli-fb

This commit is contained in:
moparisthebest
2017-04-02 01:19:02 -04:00
parent 61f0713bc0
commit be99ca571a
3 changed files with 14 additions and 14 deletions

View File

@@ -1,7 +1,7 @@
# Contributor: Johannes Dewender arch at JonnyJD dot net
pkgname=('python-rtslib-fb' 'python2-rtslib-fb')
_pkgname=rtslib-fb
pkgver=2.1.fb62
pkgver=2.1.fb63
pkgrel=1
pkgdesc="free branch version of the LIO target API"
arch=('any')
@@ -11,13 +11,13 @@ makedepends=('python-setuptools' 'python2-setuptools' 'python-pyudev' 'python2-p
backup=()
options=()
install=
source=(https://fedorahosted.org/releases/t/a/targetcli-fb/$_pkgname-$pkgver.tar.gz target.service)
sha256sums=('45ab59d7b97fc62613dd24b153a543cc16e1f0cca7ae38b86e4b0c2cc16ac10c'
'74b9e5c11eab1781aa8b43680b429080ae800fbcdafd29626791b5426a4cdea8')
source=(https://github.com/agrover/rtslib-fb/archive/v${pkgver}.tar.gz target.service)
sha512sums=('faf5732299def9f5eb9147f930e8b48c9e9a26a918b41aa60f06a1f079e6e0453eb3c2d19136b244ef2349c23d31b7fa15cb4a0b6302ffbcd878033a45a11d1a'
'3c634f1c466d0a8c3dd2b57a230438aaeeb0e66324863a2ded57dd69a2ca5946f83c4ab511766f510f3e63b43aedcf7e368bcf5bc325ee69c016bb0bb2612de5')
prepare() {
cd "$srcdir/$_pkgname-$pkgver"
#patch -p1 < ../setup-syntax.patch
}