Antonio Rojas pushed to branch main at Arch Linux / Packaging / Packages / stratis-cli
Commits: 3c107c85 by Antonio Rojas at 2023-12-17T12:47:27+01:00 upgpkg: 3.6.0-1: Update to 3.6.0 - - - - - 2 changed files: - + .SRCINFO - PKGBUILD Changes: ===================================== .SRCINFO ===================================== @@ -0,0 +1,27 @@ +pkgbase = stratis-cli + pkgdesc = A CLI for the Stratis Project. + pkgver = 3.6.0 + pkgrel = 1 + url = https://stratis-storage.github.io/ + arch = any + license = Apache + makedepends = dbus-glib + makedepends = git + makedepends = mpfr + makedepends = dbus-python + makedepends = asciidoc + makedepends = python-setuptools + makedepends = python-build + makedepends = python-installer + makedepends = python-wheel + depends = python-dbus-client-gen + depends = python-into-dbus + depends = python-justbytes + depends = python-dateutil + depends = python-packaging + depends = python-psutil + depends = python-wcwidth + source = stratis-cli-3.6.0.tar.gz::https://github.com/stratis-storage/stratis-cli/archive/v3.6.0.tar.gz + sha256sums = 685339d50f6c0d9ead0ed2eb32f70e1c69d18321c7d5354f735452962bf2987f + +pkgname = stratis-cli ===================================== PKGBUILD ===================================== @@ -2,7 +2,7 @@ # Contributor: Dan Beste <[email protected]> pkgname='stratis-cli' -pkgver=3.5.3 +pkgver=3.6.0 _pkgver=$pkgver pkgrel=1 pkgdesc='A CLI for the Stratis Project.' @@ -15,7 +15,7 @@ makedepends=('dbus-glib' 'git' 'mpfr' 'dbus-python' 'asciidoc' 'python-setuptool source=( "${pkgname}-${_pkgver}.tar.gz::https://github.com/stratis-storage/stratis-cli/archive/v${_pkgver}.tar.gz" ) -sha256sums=('4329769876409599d28d42d3724bb1419447d637b87f1327f884779057ab3cf1') +sha256sums=('685339d50f6c0d9ead0ed2eb32f70e1c69d18321c7d5354f735452962bf2987f') ### ignore tests because it requires root permission to access stratisd #check() { View it on GitLab: https://gitlab.archlinux.org/archlinux/packaging/packages/stratis-cli/-/commit/3c107c8584b79e5c011a5eb540415db8adaaeff6 -- View it on GitLab: https://gitlab.archlinux.org/archlinux/packaging/packages/stratis-cli/-/commit/3c107c8584b79e5c011a5eb540415db8adaaeff6 You're receiving this email because of your account on gitlab.archlinux.org.
