summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorFederico Di Pierro2015-12-18 17:11:07 +0100
committerFederico Di Pierro2015-12-18 17:11:07 +0100
commit3f550d5fb9a13b837a2643b6bb47355fa9f7badd (patch)
tree7a56eaefcbc9daa67871553d598885cd8412ec98
parentcae2a5c70241046ae1fdf52498b34d70805983f0 (diff)
downloadaur-3f550d5fb9a13b837a2643b6bb47355fa9f7badd.tar.gz
updated
-rw-r--r--.SRCINFO8
-rw-r--r--PKGBUILD6
2 files changed, 9 insertions, 5 deletions
diff --git a/.SRCINFO b/.SRCINFO
index ff469d94cfab..d5709442d7be 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,6 +1,8 @@
+# Generated by mksrcinfo v8
+# Fri Dec 18 16:10:59 UTC 2015
pkgbase = ncursesfm-git
pkgdesc = A FileManager written in c and ncurses library.
- pkgver = 0.r314.4d2d875
+ pkgver = 0.r416.4ea8b90
pkgrel = 2
url = https://github.com/FedeDP/ncursesFM
install = ncursesFM.install
@@ -11,11 +13,13 @@ pkgbase = ncursesfm-git
depends = ncurses
depends = libconfig
depends = libarchive
+ depends = glibc
depends = libcups
depends = libx11
depends = systemd
+ depends = openssl
optdepends = xdg-utils: xdg-open support
- optdepends = udisks2: external usb drives and ISO mount support
+ optdepends = udisks2: mountable drives and ISO mount support
optdepends = packagekit: package installation support
backup = etc/default/ncursesFM.conf
source = git://github.com/FedeDP/ncursesFM.git
diff --git a/PKGBUILD b/PKGBUILD
index 4c0f4b1769be..f31dbcf846eb 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -2,7 +2,7 @@
pkgname=ncursesfm-git
_gitname=ncursesFM
-pkgver=0.r314.4d2d875
+pkgver=0.r416.4ea8b90
pkgrel=2
pkgdesc="A FileManager written in c and ncurses library."
arch=('i686' 'x86_64')
@@ -10,12 +10,12 @@ url="https://github.com/FedeDP/${_gitname}"
license=('GPL')
depends=('ncurses' 'libconfig' 'libarchive' 'glibc' 'libcups' 'libx11' 'systemd' 'openssl')
optdepends=('xdg-utils: xdg-open support'
- 'udisks2: external usb drives and ISO mount support'
+ 'udisks2: mountable drives and ISO mount support'
'packagekit: package installation support')
# libcups, libconfig, libx11, openssl, and systemd are optional build dep.
# If compiled without them, the program will run just fine;
# but that would disable xdg-open, config file read, printing, shasum,
-# powermanagement inhibition, external usb drives/iso mount and package file installation support.
+# powermanagement inhibition, drives/iso mount and local packages installation support.
makedepends=('git')
source=("git://github.com/FedeDP/${_gitname}.git")
backup=('etc/default/ncursesFM.conf')