[arch-commits] Commit in stratis-cli/repos/community-any (PKGBUILD PKGBUILD)

Jiachen Yang farseerfc at archlinux.org
Sat Nov 24 17:43:09 UTC 2018


    Date: Saturday, November 24, 2018 @ 17:43:08
  Author: farseerfc
Revision: 409632

archrelease: copy trunk to community-any

Added:
  stratis-cli/repos/community-any/PKGBUILD
    (from rev 409631, stratis-cli/trunk/PKGBUILD)
Deleted:
  stratis-cli/repos/community-any/PKGBUILD

----------+
 PKGBUILD |   88 ++++++++++++++++++++++++++++++-------------------------------
 1 file changed, 44 insertions(+), 44 deletions(-)

Deleted: PKGBUILD
===================================================================
--- PKGBUILD	2018-11-24 17:42:27 UTC (rev 409631)
+++ PKGBUILD	2018-11-24 17:43:08 UTC (rev 409632)
@@ -1,44 +0,0 @@
-# Maintainer: Jiachen YANG <farseerfc at archlinux.org>
-# Contributor: Dan Beste <Dan.Ray.Beste at gmail.com>
-
-pkgname='stratis-cli'
-pkgver=1.0.0
-_pkgver=1.0.0
-pkgrel=1
-pkgdesc='A CLI for the Stratis Project.'
-arch=('any')
-license=('Apache')
-url='https://stratis-storage.github.io/'
-depends=('python-dbus-client-gen' 'python-into-dbus' 'python-justbytes' 'python-dateutil')
-makedepends=('dbus-glib' 'git' 'mpfr' 'python-argparse' 'python-dbus' 'python-pip' 'asciidoc')
-# checkdepends=('python-nose' 'python-hypothesis' 'stratisd')
-source=(
-  "${pkgname}-${_pkgver}.tar.gz::https://github.com/stratis-storage/stratis-cli/archive/v${_pkgver}.tar.gz"
-)
-sha256sums=('8e9b755740b121ed44ca4918c9bdb53ed0929902bbd64417c455ef7623bc9dd6')
-
-### ignore tests because it requires root permission to access stratisd
-# check() {
-#   cd "${pkgname}-${_pkgver}"
-#   export STRATISD="/usr/bin/stratisd"
-#   nosetests
-# }
-
-build () {
-  cd "${pkgname}-${_pkgver}/docs"
-  make stratis.8
-}
-package() {
-  cd "${pkgname}-${_pkgver}"
-
-  python setup.py install --root="${pkgdir}" --optimize=1
-
-  install -D -m644 LICENSE "${pkgdir}/usr/share/licenses/${pkgname}"
-	install -D -m644 "shell-completion/bash/stratis" "$pkgdir/usr/share/bash-completion/completions/stratis"
-	install -D -m644 "shell-completion/zsh/_stratis" "$pkgdir/usr/share/zsh/site-functions/_stratis"
-
-  cd "docs"
-  install -D -m644 stratis.8 "${pkgdir}/usr/share/man/man8/stratis.8"
-}
-
-# vim: ts=2 sw=2 et:

Copied: stratis-cli/repos/community-any/PKGBUILD (from rev 409631, stratis-cli/trunk/PKGBUILD)
===================================================================
--- PKGBUILD	                        (rev 0)
+++ PKGBUILD	2018-11-24 17:43:08 UTC (rev 409632)
@@ -0,0 +1,44 @@
+# Maintainer: Jiachen YANG <farseerfc at archlinux.org>
+# Contributor: Dan Beste <Dan.Ray.Beste at gmail.com>
+
+pkgname='stratis-cli'
+pkgver=1.0.1
+_pkgver=1.0.1
+pkgrel=1
+pkgdesc='A CLI for the Stratis Project.'
+arch=('any')
+license=('Apache')
+url='https://stratis-storage.github.io/'
+depends=('python-dbus-client-gen' 'python-into-dbus' 'python-justbytes' 'python-dateutil')
+makedepends=('dbus-glib' 'git' 'mpfr' 'python-argparse' 'python-dbus' 'python-pip' 'asciidoc')
+# checkdepends=('python-nose' 'python-hypothesis' 'stratisd')
+source=(
+  "${pkgname}-${_pkgver}.tar.gz::https://github.com/stratis-storage/stratis-cli/archive/v${_pkgver}.tar.gz"
+)
+sha256sums=('3d2bebdeae5f76c5667d179481e125ac98641981d0b69229af7ddee7db32a3e2')
+
+### ignore tests because it requires root permission to access stratisd
+# check() {
+#   cd "${pkgname}-${_pkgver}"
+#   export STRATISD="/usr/bin/stratisd"
+#   nosetests
+# }
+
+build () {
+  cd "${pkgname}-${_pkgver}/docs"
+  make stratis.8
+}
+package() {
+  cd "${pkgname}-${_pkgver}"
+
+  python setup.py install --root="${pkgdir}" --optimize=1
+
+  install -D -m644 LICENSE "${pkgdir}/usr/share/licenses/${pkgname}"
+	install -D -m644 "shell-completion/bash/stratis" "$pkgdir/usr/share/bash-completion/completions/stratis"
+	install -D -m644 "shell-completion/zsh/_stratis" "$pkgdir/usr/share/zsh/site-functions/_stratis"
+
+  cd "docs"
+  install -D -m644 stratis.8 "${pkgdir}/usr/share/man/man8/stratis.8"
+}
+
+# vim: ts=2 sw=2 et:



More information about the arch-commits mailing list