summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorFederico Di Pierro2015-07-12 12:51:44 +0200
committerFederico Di Pierro2015-07-12 12:51:44 +0200
commit0062f4b4988a176c8c37d69f02a3d00b9c8e9317 (patch)
tree30442262dceeb69a7c4dbd8f90d5469aa7b8e783
parentaada99814d15d10ade5b44a8060a95fa852b6efd (diff)
downloadaur-0062f4b4988a176c8c37d69f02a3d00b9c8e9317.tar.gz
updated
-rw-r--r--.SRCINFO2
-rw-r--r--PKGBUILD8
2 files changed, 5 insertions, 5 deletions
diff --git a/.SRCINFO b/.SRCINFO
index f92bf32cb3fa..0d88c1a6606b 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,6 +1,6 @@
pkgbase = ncursesfm-git
pkgdesc = A FileManager written in c and ncurses library.
- pkgver = 0.r219.dc1b8bb
+ pkgver = 0.r248.431ec18
pkgrel = 1
url = https://github.com/FedeDP/ncursesFM
install = ncursesFM.install
diff --git a/PKGBUILD b/PKGBUILD
index 2e894950148e..c1e23c12fabc 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -2,7 +2,7 @@
pkgname=ncursesfm-git
_gitname=ncursesFM
-pkgver=0.r219.dc1b8bb
+pkgver=0.r248.431ec18
pkgrel=1
pkgdesc="A FileManager written in c and ncurses library."
arch=('i686' 'x86_64')
@@ -11,9 +11,9 @@ license=('GPL')
depends=('ncurses' 'libconfig' 'libarchive' 'libcups' 'libx11')
optdepends=('fuseiso: for fuse archive/iso mounting support'
'xdg-utils: xdg-open support')
-#depends=('git') -> libcups and libx11 are optional build dep.
-# If compiled without them, the program will run just fine;
-# but that would disable xdg-open and printing support.
+# libcups, libconfig and libx11 are optional build dep.
+# If compiled without them, the program will run just fine;
+# but that would disable xdg-open, config file read, and printing support.
makedepends=('git')
source=("git://github.com/FedeDP/${_gitname}.git")
backup=('etc/default/ncursesFM.conf')