summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
authorManuel Hüsers2015-08-10 16:22:43 +0200
committerManuel Hüsers2015-08-10 16:22:43 +0200
commit948cc5854888d26af4b73c279aa36fbc3024ba7c (patch)
tree8bf36fc384da605668371093350d6c41d02d9236 /PKGBUILD
parent3aa4db8f24ac6c38c17080b3837f144bcb20923d (diff)
downloadaur-948cc5854888d26af4b73c279aa36fbc3024ba7c.tar.gz
Updated dependency
Moved giflib to optional since it is not needed for core functionality
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD6
1 files changed, 3 insertions, 3 deletions
diff --git a/PKGBUILD b/PKGBUILD
index 6a2481d77c49..701f2ac328be 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -4,13 +4,13 @@
pkgname=drawpile
pkgver=1.0.1
-pkgrel=2
+pkgrel=3
pkgdesc='Collaborative drawing program specially made for use with pen tablets'
arch=('x86_64' 'i686')
url='http://drawpile.net/'
license=('GPL2')
-depends=('karchive' 'giflib' 'qt5-multimedia' 'desktop-file-utils')
-optdepends=('kdnssd: automatic service discovery (such as printers)' 'qt5-color-picker: alternative color wheel' 'miniupnpc: UPnP support' 'libmicrohttpd: web-admin feature (server dependency)' 'libsystemd: systemd and logging support (server dependency)')
+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)')
makedepends=('qt5-tools' 'qt5-svg' 'ninja' 'cmake')
install="${pkgname}.install"
source=("http://drawpile.net/files/src/${pkgname}-${pkgver}.tar.gz")