summarylogtreecommitdiffstats
path: root/.SRCINFO
diff options
context:
space:
mode:
Diffstat (limited to '.SRCINFO')
-rw-r--r--.SRCINFO24
1 files changed, 13 insertions, 11 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 3cc1135afaad..6f532caaa194 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,6 +1,6 @@
pkgbase = drawpile
pkgdesc = Collaborative drawing program specially made for use with pen tablets
- pkgver = 2.1.20
+ pkgver = 2.2.1
pkgrel = 1
url = https://drawpile.net/
arch = i686
@@ -8,36 +8,38 @@ pkgbase = drawpile
license = GPL3
makedepends = cmake
makedepends = extra-cmake-modules
- makedepends = karchive
+ makedepends = karchive5
makedepends = qt5-multimedia
makedepends = qt5-svg
makedepends = qt5-tools
makedepends = qt5-x11extras
- source = https://drawpile.net/files/src/drawpile-2.1.20.tar.gz
- sha256sums = a2f45e8b7482854288eb7b7f9db0961c79f0129ab92216280fdb94457e0d0fa9
+ makedepends = cargo
+ source = https://github.com/drawpile/Drawpile/archive/refs/tags/2.2.1.tar.gz
+ sha256sums = 7b158e26f346da767e29abf3a347344a11a05ef6308236100b437518aaa2a07f
pkgname = drawpile
pkgdesc = Collaborative drawing program specially made for use with pen tablets (meta package)
arch = any
depends = drawpile-client
depends = drawpile-server
- conflicts = drawpile-common
+ depends = drawpile-tools
pkgname = drawpile-client
pkgdesc = Collaborative drawing program specially made for use with pen tablets (client)
install = drawpile.install
depends = desktop-file-utils
- depends = karchive
+ depends = karchive5
depends = qt5-multimedia
depends = qt5-x11extras
- optdepends = kdnssd: automatic service discovery (such as printers)
- optdepends = giflib: GIF support
- optdepends = miniupnpc: UPnP support
optdepends = qt5-color-widgets: alternative color wheel
- optdepends = qtkeychain: Password storage
+ optdepends = qtkeychain-qt5: Password storage
pkgname = drawpile-server
pkgdesc = Collaborative drawing program specially made for use with pen tablets (server)
- depends = karchive
+ depends = karchive5
optdepends = libmicrohttpd: web-admin feature
+ optdepends = libsodium: ext-auth support
optdepends = libsystemd: systemd and logging support
+
+pkgname = drawpile-tools
+ pkgdesc = Collaborative drawing program specially made for use with pen tablets (tools)