[arch-commits] Commit in ranger/repos/community-any (PKGBUILD PKGBUILD)
Jakob Gruber
schuay at archlinux.org
Mon Oct 5 08:47:03 UTC 2015
Date: Monday, October 5, 2015 @ 10:47:03
Author: schuay
Revision: 142965
archrelease: copy trunk to community-any
Added:
ranger/repos/community-any/PKGBUILD
(from rev 142964, ranger/trunk/PKGBUILD)
Deleted:
ranger/repos/community-any/PKGBUILD
----------+
PKGBUILD | 72 ++++++++++++++++++++++++++++++-------------------------------
1 file changed, 36 insertions(+), 36 deletions(-)
Deleted: PKGBUILD
===================================================================
--- PKGBUILD 2015-10-05 08:46:50 UTC (rev 142964)
+++ PKGBUILD 2015-10-05 08:47:03 UTC (rev 142965)
@@ -1,36 +0,0 @@
-# Maintainer: schuay <jakob.gruber at gmail.com>
-# Previous maintainer: Roman Zimbelmann <romanz at lavabit.com>
-
-pkgname=ranger
-pkgver=1.7.1
-pkgrel=2
-pkgdesc='A simple, vim-like file manager'
-arch=('any')
-url='http://ranger.nongnu.org'
-license=('GPL')
-depends=('python')
-optdepends=(
- 'python-chardet: in case of encoding detection problems'
- 'sudo: to use the "run as root"-feature'
- 'libcaca: for ASCII-art image previews'
- 'highlight: for syntax highlighting of code'
- 'atool: for previews of archives'
- 'w3m: for previews of images and html pages'
- 'lynx: for previews of html pages'
- 'elinks: for previews of html pages'
- 'poppler: for pdf previews'
- 'transmission-cli: for viewing bittorrent information'
- 'mediainfo: for viewing information about media files'
- 'perl-image-exiftool: for viewing information about media files')
-conflicts=('ranger-git')
-source=("http://ranger.nongnu.org/${pkgname}-${pkgver}.tar.gz")
-
-package() {
- cd "${srcdir}/${pkgname}-${pkgver}"
-
- # Replace "python" with the python binary you want ranger to use!
- # (python 2.6 and >=3.1 supported, below 2.6 will certainly not work.)
- python setup.py -q install --root="${pkgdir}" --optimize=1
-}
-
-md5sums=('ec64bc12d3edfd784b1d67023fdf21fc')
Copied: ranger/repos/community-any/PKGBUILD (from rev 142964, ranger/trunk/PKGBUILD)
===================================================================
--- PKGBUILD (rev 0)
+++ PKGBUILD 2015-10-05 08:47:03 UTC (rev 142965)
@@ -0,0 +1,36 @@
+# Maintainer: schuay <jakob.gruber at gmail.com>
+# Previous maintainer: Roman Zimbelmann <romanz at lavabit.com>
+
+pkgname=ranger
+pkgver=1.7.2
+pkgrel=1
+pkgdesc='A simple, vim-like file manager'
+arch=('any')
+url='http://ranger.nongnu.org'
+license=('GPL')
+depends=('python')
+optdepends=(
+ 'python-chardet: in case of encoding detection problems'
+ 'sudo: to use the "run as root"-feature'
+ 'libcaca: for ASCII-art image previews'
+ 'highlight: for syntax highlighting of code'
+ 'atool: for previews of archives'
+ 'w3m: for previews of images and html pages'
+ 'lynx: for previews of html pages'
+ 'elinks: for previews of html pages'
+ 'poppler: for pdf previews'
+ 'transmission-cli: for viewing bittorrent information'
+ 'mediainfo: for viewing information about media files'
+ 'perl-image-exiftool: for viewing information about media files')
+conflicts=('ranger-git')
+source=("http://ranger.nongnu.org/${pkgname}-${pkgver}.tar.gz")
+
+package() {
+ cd "${srcdir}/${pkgname}-${pkgver}"
+
+ # Replace "python" with the python binary you want ranger to use!
+ # (python 2.6 and >=3.1 supported, below 2.6 will certainly not work.)
+ python setup.py -q install --root="${pkgdir}" --optimize=1
+}
+
+md5sums=('cc436fe2035a024755a1cad255bffaaf')
More information about the arch-commits
mailing list