Robin Candau pushed to branch main at Arch Linux / Packaging / Packages /
remmina
Commits:
06186a47 by Robin Candau at 2024-04-04T10:04:04+02:00
upgpkg: 1:1.4.35-3: Add python as explicit dependency
- - - - -
2 changed files:
- .SRCINFO
- PKGBUILD
Changes:
=====================================
.SRCINFO
=====================================
@@ -1,7 +1,7 @@
pkgbase = remmina
pkgdesc = remote desktop client written in GTK+
pkgver = 1.4.35
- pkgrel = 2
+ pkgrel = 3
epoch = 1
url = https://www.remmina.org/
arch = x86_64
@@ -35,6 +35,7 @@ pkgbase = remmina
depends = libx11
depends = openssl
depends = pango
+ depends = python
depends = vte3
optdepends = freerdp: RDP plugin
optdepends = libsecret: Secret plugin
=====================================
PKGBUILD
=====================================
@@ -4,7 +4,7 @@
pkgname=remmina
epoch=1
pkgver=1.4.35
-pkgrel=2
+pkgrel=3
pkgdesc="remote desktop client written in GTK+"
url="https://www.remmina.org/"
arch=('x86_64')
@@ -27,6 +27,7 @@ depends=(
'libx11'
'openssl'
'pango'
+ 'python'
'vte3'
)
makedepends=(
View it on GitLab:
https://gitlab.archlinux.org/archlinux/packaging/packages/remmina/-/commit/06186a47e920fdf42f84d123a4dc4bd695c9f16c
--
View it on GitLab:
https://gitlab.archlinux.org/archlinux/packaging/packages/remmina/-/commit/06186a47e920fdf42f84d123a4dc4bd695c9f16c
You're receiving this email because of your account on gitlab.archlinux.org.