summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorAchilleas Pipinellis2018-01-24 13:54:15 +0100
committerAchilleas Pipinellis2018-01-24 13:54:15 +0100
commit2e643f741c3e943e1f94a7e5241a7496d0540e7c (patch)
tree67ee26f84299d39a414890e8ae8357aa73de5465
parent707d0592fd1bf9507be5e0766a785703946590ca (diff)
downloadaur-snf-image-creator.tar.gz
Remove unneeded comma
-rw-r--r--.SRCINFO4
-rw-r--r--PKGBUILD4
2 files changed, 4 insertions, 4 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 3ffbb5e1694a..193eb4d7ab1e 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,7 +1,7 @@
pkgbase = snf-image-creator
pkgdesc = Command line tool for creating images
pkgver = 0.11.1
- pkgrel = 1
+ pkgrel = 2
url = https://github.com/grnet/snf-image-creator
arch = any
license = GPL3
@@ -17,7 +17,7 @@ pkgbase = snf-image-creator
depends = kamaki
depends = python2-sh
depends = python2-pyparted
- optdepends = winexe-git: support for Windows images,
+ optdepends = winexe-git: support for Windows images
optdepends = hivex: support for Windows images
source = https://github.com/grnet/snf-image-creator/archive/0.11.1.tar.gz
sha256sums = 9d2f9ac93e5858a8ecf8b197da046daba483d5d4acbcf60b3d4390ce73b867a4
diff --git a/PKGBUILD b/PKGBUILD
index 5f553611243d..69e37099d61b 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -3,7 +3,7 @@
_pkgname=snf_image_creator
pkgname=snf-image-creator
pkgver=0.11.1
-pkgrel=1
+pkgrel=2
pkgdesc="Command line tool for creating images"
url="https://github.com/grnet/snf-image-creator"
arch=('any')
@@ -11,7 +11,7 @@ license=('GPL3')
depends=('python2' 'rsync' 'libguestfs' 'python2-pythondialog' 'python2-sendfile'
'python2-progress' 'python2-ansicolors' 'kamaki' 'python2-sh' 'python2-pyparted')
makedepends=('python2-distribute' 'python2-sphinx')
-optdepends=('winexe-git: support for Windows images',
+optdepends=('winexe-git: support for Windows images'
'hivex: support for Windows images')
source=("https://github.com/grnet/$pkgname/archive/$pkgver.tar.gz")