diff options
author | notfood | 2020-02-16 12:05:37 -0500 |
---|---|---|
committer | notfood | 2020-02-16 12:05:37 -0500 |
commit | a5d5338cf10c0c11cdc18670da6179bfcaba0c31 (patch) | |
tree | dec2f2e69e9a336e79d6394d3f2a7aab9aa31ade | |
parent | 467ff7136a7cd9728890d40a8f9b1bea1fb54f17 (diff) | |
download | aur-a5d5338cf10c0c11cdc18670da6179bfcaba0c31.tar.gz |
2.1.17
-rw-r--r-- | .SRCINFO | 9 | ||||
-rw-r--r-- | PKGBUILD | 11 |
2 files changed, 10 insertions, 10 deletions
@@ -1,6 +1,6 @@ pkgbase = drawpile pkgdesc = Collaborative drawing program specially made for use with pen tablets - pkgver = 2.1.16 + pkgver = 2.1.17 pkgrel = 1 url = http://drawpile.net/ arch = i686 @@ -13,9 +13,8 @@ pkgbase = drawpile makedepends = qt5-svg makedepends = qt5-tools makedepends = qt5-x11extras - makedepends = qtkeychain - source = http://drawpile.net/files/src/drawpile-2.1.16.tar.gz - sha256sums = 5c799e7a02ef63cf6a5d1e78511f3fa9051ca809f1602c853420f5a20223e6d7 + source = http://drawpile.net/files/src/drawpile-2.1.17.tar.gz + sha256sums = ee7f7ba81e6f1a9c3c32275f84364d10713c24ec040da8cb4b13c3ea6bb09086 pkgname = drawpile pkgdesc = Collaborative drawing program specially made for use with pen tablets (meta package) @@ -31,11 +30,11 @@ pkgname = drawpile-client depends = karchive depends = qt5-multimedia depends = qt5-x11extras - depends = qtkeychain 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 pkgname = drawpile-server pkgdesc = Collaborative drawing program specially made for use with pen tablets (server) @@ -5,15 +5,15 @@ pkgbase='drawpile' pkgname=("${pkgbase}"{,'-client','-server'}) -pkgver=2.1.16 +pkgver=2.1.17 pkgrel=1 pkgdesc='Collaborative drawing program specially made for use with pen tablets' arch=('i686' 'x86_64') url='http://drawpile.net/' license=('GPL3') -makedepends=('cmake' 'extra-cmake-modules' 'karchive' 'qt5-multimedia' 'qt5-svg' 'qt5-tools' 'qt5-x11extras' 'qtkeychain') +makedepends=('cmake' 'extra-cmake-modules' 'karchive' 'qt5-multimedia' 'qt5-svg' 'qt5-tools' 'qt5-x11extras') source=("http://drawpile.net/files/src/${pkgbase}-${pkgver}.tar.gz") -sha256sums=('5c799e7a02ef63cf6a5d1e78511f3fa9051ca809f1602c853420f5a20223e6d7') +sha256sums=('ee7f7ba81e6f1a9c3c32275f84364d10713c24ec040da8cb4b13c3ea6bb09086') _cmakeargs+=('-Wno-dev' '-DKIS_TABLET=ON') @@ -38,11 +38,12 @@ package_drawpile() { package_drawpile-client() { pkgdesc+=' (client)' - depends=('desktop-file-utils' 'karchive' 'qt5-multimedia' 'qt5-x11extras' 'qtkeychain') + depends=('desktop-file-utils' 'karchive' 'qt5-multimedia' 'qt5-x11extras') optdepends=('kdnssd: automatic service discovery (such as printers)' 'giflib: GIF support' 'miniupnpc: UPnP support' - 'qt5-color-widgets: alternative color wheel') + 'qt5-color-widgets: alternative color wheel' + 'qtkeychain: Password storage') install="${pkgbase}.install" cd "${pkgbase}-${pkgver}" |