summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
authorMathias Walters2019-12-01 03:04:42 -0500
committerMathias Walters2019-12-01 03:04:42 -0500
commitc30c2ef9540da013b6c8757823f1f466904eb98f (patch)
tree896119d4097ec3c7a01d64dc36852580e2773295 /PKGBUILD
parent11217deaf031ebef4037349a1632d4549d968845 (diff)
downloadaur-c30c2ef9540da013b6c8757823f1f466904eb98f.tar.gz
add gvfs optional dependency
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD3
1 files changed, 2 insertions, 1 deletions
diff --git a/PKGBUILD b/PKGBUILD
index 5e5ba0fc8bac..9b7fb4dd3386 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -2,11 +2,12 @@
pkgname=maptool-stable-bin
pkgver=1.4.1.8
-pkgrel=3
+pkgrel=4
pkgdesc="The stable release of an open source virtual tabletop program"
arch=('x86_64')
url="https://rptools.net/tools/maptool"
license=('AGPL3')
+optdepends=('gvfs: access virtual filesystem')
provides=('maptool')
conflicts=('maptool')
source=("https://download.rptools.net/zip/maptool-linux64-${pkgver}.tar" "MapTool.desktop")