Antonio Rojas pushed to branch main at Arch Linux / Packaging / Packages /
warpinator
Commits:
8d73875d by Antonio Rojas at 2023-12-25T09:10:38+01:00
upgpkg: 1.8.1-2: Add missing dependencies
- - - - -
2 changed files:
- .SRCINFO
- PKGBUILD
Changes:
=====================================
.SRCINFO
=====================================
@@ -1,7 +1,7 @@
pkgbase = warpinator
pkgdesc = LAN file sender, send and receive files across the network
pkgver = 1.8.1
- pkgrel = 1
+ pkgrel = 2
url = https://github.com/linuxmint/warpinator
arch = any
license = GPL3
@@ -20,6 +20,8 @@ pkgbase = warpinator
depends = python-zeroconf
depends = xapp
depends = python-cairo
+ depends = python-qrcode
+ depends = python-pillow
optdepends = ufw: Open a firewall port for Warpinator
source =
https://github.com/linuxmint/warpinator/archive/1.8.1/warpinator-1.8.1.tar.gz
sha256sums =
8aabdfe1fe93088a7c9eaf99fbe347d678e44095ddded66f8315f4cd717b6687
=====================================
PKGBUILD
=====================================
@@ -4,7 +4,7 @@
pkgname=warpinator
pkgver=1.8.1
-pkgrel=1
+pkgrel=2
pkgdesc='LAN file sender, send and receive files across the network'
arch=('any')
url='https://github.com/linuxmint/warpinator'
View it on GitLab:
https://gitlab.archlinux.org/archlinux/packaging/packages/warpinator/-/commit/8d73875d9524af82a511f11acd934d66eca5b1a9
--
View it on GitLab:
https://gitlab.archlinux.org/archlinux/packaging/packages/warpinator/-/commit/8d73875d9524af82a511f11acd934d66eca5b1a9
You're receiving this email because of your account on gitlab.archlinux.org.