summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD4
1 files changed, 2 insertions, 2 deletions
diff --git a/PKGBUILD b/PKGBUILD
index 64861ef1903b..f79e60876c56 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,12 +1,12 @@
# Maintainer: Fahad Hossain <8bit.demoncoder AT gmail.com>
pkgname='xopen-file'
-pkgver='1.0.0'
+pkgver='1.0.1'
pkgrel=1
pkgdesc="Open files using xdg-open"
arch=('any')
url="https://github.com/fa7ad/xopen-file"
license=('MIT')
-depends=('python>=3.5', 'xdg-utils')
+depends=('xdg-utils' 'python-pyqt5' 'python>=3.5')
makedepends=('git')
options=(!emptydirs)
source=("$pkgname"::"git://github.com/fa7ad/xopen-file.git")