diff options
author | Maksymilian Wrzesień | 2024-06-24 21:51:15 +0200 |
---|---|---|
committer | Maksymilian Wrzesień | 2024-06-24 21:51:15 +0200 |
commit | 43c2d0dc244b05ce9dfbd5623ced8533c5e57dee (patch) | |
tree | c604a3ebe0c43e6490d1c28dd02884a7cf3ebccb | |
parent | 511d71ae1536e954b19f3924c2b74563fe7d38c6 (diff) | |
download | aur-43c2d0dc244b05ce9dfbd5623ced8533c5e57dee.tar.gz |
Update to 1.2.0.post4
-rw-r--r-- | PKGBUILD | 4 |
1 files changed, 2 insertions, 2 deletions
@@ -2,7 +2,7 @@ _base=pylibssh pkgname=python-${_base} -pkgver=1.2.0rc1 +pkgver=1.2.0.post4 pkgrel=1 pkgdesc="Python bindings specific to Ansible use case for libssh" arch=(x86_64) @@ -11,7 +11,7 @@ license=(LGPL-2.1) depends=(libssh) makedepends=(cython python-build python-expandvars python-installer python-setuptools python-setuptools-scm python-toml python-wheel) source=("${_base}-${pkgver}.tar.gz::${url}/archive/v${pkgver}.tar.gz") -sha512sums=('c9df6346817c38b725f90d49677676f1094323ccd524110040764e8eb02c22a20c0590d19b11495efcc3b5818bf5174c20d2724e998164a81dc7a342305a59e9') +sha512sums=('4df4f83fbbe68930f5c848f2581ec42f0b50c3878efe7c1cdbcf70b2fc6f2b355f9bb57865539de1737b1c9bde153dcd31e6cf7f68b638e141eb60625f08da1d') build() { cd "${_base}-${pkgver}" |