summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorMathias Walters2019-12-01 03:04:42 -0500
committerMathias Walters2019-12-01 03:04:42 -0500
commitc30c2ef9540da013b6c8757823f1f466904eb98f (patch)
tree896119d4097ec3c7a01d64dc36852580e2773295
parent11217deaf031ebef4037349a1632d4549d968845 (diff)
downloadaur-maptool-stable-bin.tar.gz
add gvfs optional dependency
-rw-r--r--.SRCINFO3
-rw-r--r--PKGBUILD3
2 files changed, 4 insertions, 2 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 70c9064c3238..acf82633f983 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,10 +1,11 @@
pkgbase = maptool-stable-bin
pkgdesc = The stable release of an open source virtual tabletop program
pkgver = 1.4.1.8
- pkgrel = 3
+ pkgrel = 4
url = https://rptools.net/tools/maptool
arch = x86_64
license = AGPL3
+ optdepends = gvfs: access virtual filesystem
provides = maptool
conflicts = maptool
options = !strip
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")