Date: Wednesday, April 5, 2023 @ 17:54:36
Author: segaja
Revision: 1437847
upgpkg: python-libvcs 0.21.1-1
Modified:
python-libvcs/trunk/PKGBUILD
----------+
PKGBUILD | 11 +++++++----
1 file changed, 7 insertions(+), 4 deletions(-)
Modified: PKGBUILD
===================================================================
--- PKGBUILD 2023-04-05 17:54:32 UTC (rev 1437846)
+++ PKGBUILD 2023-04-05 17:54:36 UTC (rev 1437847)
@@ -2,14 +2,14 @@
_name='libvcs'
pkgname="python-${_name}"
-pkgver=0.20.0
+pkgver=0.21.1
pkgrel=1
pkgdesc='Lite, typed, pythonic utilities for git, svn, mercurial, etc'
arch=('any')
url='https://libvcs.git-pull.com/'
license=('MIT')
-depends=('python' 'python-typing_extensions')
-makedepends=('python-build' 'python-installer' 'python-poetry-core')
+depends=('python')
+makedepends=('python-build' 'python-installer' 'python-poetry-core'
'python-typing_extensions')
checkdepends=('git' 'mercurial' 'python-pytest' 'python-pytest-mock'
'subversion')
optdepends=(
'git: for git repository support'
@@ -18,7 +18,8 @@
'python-pytest: for pytest plugin'
)
source=("https://github.com/vcs-python/libvcs/archive/v${pkgver}/${pkgname}-${pkgver}.tar.gz")
-sha512sums=('2aee5be98120d9cba3fcc01e16721246af53ad740d334cc17bdaaac793a9013abf04af7358a5af2b7dc5c34e953d1e251dc7a76b31997c25f1949abb0db4ee05')
+sha512sums=('8df80aa066eeebfdd64fb49b71167171a0194c023bd262422468052599a30e4374c8bedcf54d82fd32b5d06d7d5206e89a88bcd89d4e598a0191dbe823f399d5')
+b2sums=('edbb9c58446f8566d3d26159eee454a2c201dededaa68a697078347b7524971b7f6b85e33b3b362e97b3ceeea98c79e8e869356f8e1cc8437b7138a7e58e47f6')
build() {
cd "${_name}-${pkgver}"
@@ -46,3 +47,5 @@
install --verbose -D --mode=0644 LICENSE --target-directory
"${pkgdir}/usr/share/licenses/${pkgname}"
install --verbose -D --mode=0644 *.md CHANGES MIGRATION --target-directory
"${pkgdir}/usr/share/doc/${pkgname}"
}
+
+# vim: tabstop=2 shiftwidth=2 expandtab: