summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
authorHcra2019-03-11 10:19:42 +0100
committerHcra2019-03-11 10:19:42 +0100
commit351938b0ce7a8379e254e796e5043b9673c01e21 (patch)
tree9f39608d789acf2a362375e0ec8e0f77ae33631b /PKGBUILD
parent1b694f08f4f1689561f534c793e86a00a46644c0 (diff)
downloadaur-351938b0ce7a8379e254e796e5043b9673c01e21.tar.gz
depends changed
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD4
1 files changed, 2 insertions, 2 deletions
diff --git a/PKGBUILD b/PKGBUILD
index 8860415daee9..6ea4caee3601 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -3,12 +3,12 @@
pkgname=qweborf-git
_pkgname="weborf"
pkgver=0.15
-pkgrel=8
+pkgrel=9
pkgdesc="Minimal HTTP server to share your files - Qt frontend"
arch=(any)
url="https://ltworf.github.io/weborf"
license=('GPL3')
-depends=('python' 'python-pyqt5' 'weborf-git')
+depends=('python' 'python-pyqt5' 'weborf-git' 'desktop-file-utils')
makedepends=('pacman>=5.1' 'git' 'sudo')
conflicts=('qweborf')
source=("git+https://github.com/ltworf/weborf.git#branch=master")