summarylogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--.SRCINFO10
-rw-r--r--PKGBUILD13
2 files changed, 14 insertions, 9 deletions
diff --git a/.SRCINFO b/.SRCINFO
index aaca3a96e67b..b51288b78f42 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,7 +1,7 @@
pkgbase = drawpile
pkgdesc = Collaborative drawing program specially made for use with pen tablets
- pkgver = 1.0.1
- pkgrel = 3
+ pkgver = 1.0.1.1
+ pkgrel = 1
url = http://drawpile.net/
install = drawpile.install
arch = x86_64
@@ -15,13 +15,13 @@ pkgbase = drawpile
depends = qt5-multimedia
depends = desktop-file-utils
optdepends = kdnssd: automatic service discovery (such as printers)
- optdepends = qt5-color-picker: alternative color wheel
optdepends = giflib: GIF support
optdepends = miniupnpc: UPnP support
+ optdepends = qt5-color-widgets: alternative color wheel
optdepends = libmicrohttpd: web-admin feature (server dependency)
optdepends = libsystemd: systemd and logging support (server dependency)
- source = http://drawpile.net/files/src/drawpile-1.0.1.tar.gz
- sha256sums = 93d265ca48af01b845907857080400eeb02ed0b732f105bb52b1e2990eb941d5
+ source = http://drawpile.net/files/src/drawpile-1.0.1.1.tar.gz
+ sha256sums = 3342de06008a01b1fc4330d3790a786029c75607882a20ae1c3b6b441dfe6c7a
pkgname = drawpile
diff --git a/PKGBUILD b/PKGBUILD
index 701f2ac328be..9dd0312a6bf4 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -3,18 +3,23 @@
# Contributor: Franco Iacomella <yaco@gnu.org>
pkgname=drawpile
-pkgver=1.0.1
-pkgrel=3
+pkgver=1.0.1.1
+pkgrel=1
pkgdesc='Collaborative drawing program specially made for use with pen tablets'
arch=('x86_64' 'i686')
url='http://drawpile.net/'
license=('GPL2')
depends=('karchive' 'qt5-multimedia' 'desktop-file-utils')
-optdepends=('kdnssd: automatic service discovery (such as printers)' 'qt5-color-picker: alternative color wheel' 'giflib: GIF support' 'miniupnpc: UPnP support' 'libmicrohttpd: web-admin feature (server dependency)' 'libsystemd: systemd and logging support (server dependency)')
+optdepends=('kdnssd: automatic service discovery (such as printers)'
+ 'giflib: GIF support'
+ 'miniupnpc: UPnP support'
+ 'qt5-color-widgets: alternative color wheel'
+ 'libmicrohttpd: web-admin feature (server dependency)'
+ 'libsystemd: systemd and logging support (server dependency)')
makedepends=('qt5-tools' 'qt5-svg' 'ninja' 'cmake')
install="${pkgname}.install"
source=("http://drawpile.net/files/src/${pkgname}-${pkgver}.tar.gz")
-sha256sums=('93d265ca48af01b845907857080400eeb02ed0b732f105bb52b1e2990eb941d5')
+sha256sums=('3342de06008a01b1fc4330d3790a786029c75607882a20ae1c3b6b441dfe6c7a')
## SET TO 'SERVER' OR 'CLIENT' FOR BUILDING SERVER OR CLIENT ONLY ##
BUILD='BOTH'