[arch-commits] Commit in python-sshtunnel/trunk (PKGBUILD)
Levente Polyak
anthraxx at archlinux.org
Wed May 12 22:45:44 UTC 2021
Date: Wednesday, May 12, 2021 @ 22:45:44
Author: anthraxx
Revision: 932826
upgpkg: python-sshtunnel 0.4.0-1
Modified:
python-sshtunnel/trunk/PKGBUILD
----------+
PKGBUILD | 8 ++++----
1 file changed, 4 insertions(+), 4 deletions(-)
Modified: PKGBUILD
===================================================================
--- PKGBUILD 2021-05-12 22:45:43 UTC (rev 932825)
+++ PKGBUILD 2021-05-12 22:45:44 UTC (rev 932826)
@@ -3,9 +3,9 @@
_pkgname=sshtunnel
pkgbase=python-sshtunnel
pkgname=('sshtunnel' 'python-sshtunnel')
-_gitcommit=4461abe9037ce0b86cd6aaaaeeebe27a97ce58ca
-pkgver=0.1.5
-pkgrel=5
+_gitcommit=58a46ef8b66be5eded29cd9bda4dccedb46ec586
+pkgver=0.4.0
+pkgrel=1
pkgdesc='Pure python SSH tunnels'
url='https://github.com/pahaz/sshtunnel'
arch=('any')
@@ -58,7 +58,7 @@
install -Dm 644 README.rst changelog.rst -t "${pkgdir}/usr/share/doc/${pkgname}"
install -Dm 644 LICENSE -t "${pkgdir}/usr/share/licenses/${pkgname}"
install -Dm 644 docs/_build/text/*.txt -t "${pkgdir}/usr/share/doc/${pkgname}"
- install -Dm 644 docs/_build/man/sshtunnel.1 "${pkgdir}/usr/share/man/man1/${pkgname}.1"
+ install -Dm 644 docs/_build/man/1/sshtunnel.1 "${pkgdir}/usr/share/man/man1/${pkgname}.1"
rm -r "${pkgdir}/usr/bin"
}
More information about the arch-commits
mailing list