Jelle van der Waa pushed to branch main at Arch Linux / Packaging / Packages / 
vncdotool


Commits:
697beaa4 by Jelle van der Waa at 2024-05-14T12:35:02+02:00
Add missing dependency on python-pycryptodomex

- - - - -


2 changed files:

- .SRCINFO
- PKGBUILD


Changes:

=====================================
.SRCINFO
=====================================
@@ -1,7 +1,7 @@
 pkgbase = vncdotool
        pkgdesc = A command line VNC client
        pkgver = 1.2.0
-       pkgrel = 2
+       pkgrel = 3
        url = https://github.com/sibson/vncdotool
        arch = any
        license = MIT
@@ -9,6 +9,7 @@ pkgbase = vncdotool
        depends = python-pillow
        depends = python-twisted
        depends = python-zope-interface
+       depends = python-pycryptodomex
        source = 
vncdotool-1.2.0.tar.gz::https://github.com/sibson/vncdotool/archive/v1.2.0.tar.gz
        sha512sums = 
88ee299e59e303c77bd82d43bb10ce99d8b2d4257e9f1a0ab5d1460cda23c55246bb8c81d3ee3ea0da56a858cff0fca12c9019c39d7952e2bf7f40048ddf526e
 


=====================================
PKGBUILD
=====================================
@@ -1,12 +1,12 @@
 # Maintainer: Sven-Hendrik Haase <svenst...@archlinux.org>
 pkgname=vncdotool
 pkgver=1.2.0
-pkgrel=2
+pkgrel=3
 pkgdesc='A command line VNC client'
 arch=('any')
 url='https://github.com/sibson/vncdotool'
 license=('MIT')
-depends=('python-pillow' 'python-twisted' 'python-zope-interface')
+depends=('python-pillow' 'python-twisted' 'python-zope-interface' 
'python-pycryptodomex')
 makedepends=('python-setuptools')
 
source=($pkgname-$pkgver.tar.gz::https://github.com/sibson/vncdotool/archive/v$pkgver.tar.gz)
 
sha512sums=('88ee299e59e303c77bd82d43bb10ce99d8b2d4257e9f1a0ab5d1460cda23c55246bb8c81d3ee3ea0da56a858cff0fca12c9019c39d7952e2bf7f40048ddf526e')



View it on GitLab: 
https://gitlab.archlinux.org/archlinux/packaging/packages/vncdotool/-/commit/697beaa43a76a9a08d756c421bc5b16c131f30d1

-- 
This project does not include diff previews in email notifications.
View it on GitLab: 
https://gitlab.archlinux.org/archlinux/packaging/packages/vncdotool/-/commit/697beaa43a76a9a08d756c421bc5b16c131f30d1
You're receiving this email because of your account on gitlab.archlinux.org.


Reply via email to