summarylogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--.SRCINFO5
-rw-r--r--PKGBUILD8
2 files changed, 9 insertions, 4 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 72f67564d0b7..5dcd53dd3335 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,6 +1,6 @@
pkgbase = ncursesfm-git
pkgdesc = A FileManager written in c and ncurses library.
- pkgver = 0.r177.0d39a4f
+ pkgver = 0.r181.d4004da
pkgrel = 1
url = https://github.com/FedeDP/ncursesFM
install = ncursesFM.install
@@ -10,12 +10,15 @@ pkgbase = ncursesfm-git
makedepends = git
makedepends = libcups
makedepends = openssl
+ makedepends = libx11
depends = ncurses
depends = libconfig
depends = libarchive
optdepends = libcups: for printing support
optdepends = fuseiso: for fuse archive/iso mounting support
optdepends = openssl: for shasum viewing support
+ optdepends = libx11: used to check if program is started in a X screen
+ optdepends = xdg-utils: xdg-open support
backup = etc/default/ncursesFM.conf
source = git://github.com/FedeDP/ncursesFM.git
sha256sums = SKIP
diff --git a/PKGBUILD b/PKGBUILD
index cdca4b8a378d..63f6e27d72d4 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -2,7 +2,7 @@
pkgname=ncursesfm-git
_gitname=ncursesFM
-pkgver=0.r177.0d39a4f
+pkgver=0.r181.d4004da
pkgrel=1
pkgdesc="A FileManager written in c and ncurses library."
arch=('i686' 'x86_64')
@@ -11,8 +11,10 @@ license=('GPL')
depends=('ncurses' 'libconfig' 'libarchive')
optdepends=('libcups: for printing support'
'fuseiso: for fuse archive/iso mounting support'
- 'openssl: for shasum viewing support')
-makedepends=('git' 'libcups' 'openssl')
+ 'openssl: for shasum viewing support'
+ 'libx11: used to check if program is started in a X screen'
+ 'xdg-utils: xdg-open support')
+makedepends=('git' 'libcups' 'openssl' 'libx11')
source=("git://github.com/FedeDP/${_gitname}.git")
backup=('etc/default/ncursesFM.conf')
install=ncursesFM.install