[arch-commits] Commit in ranger/repos/community-any (PKGBUILD PKGBUILD)
Jakob Gruber
schuay at archlinux.org
Sun Jan 8 16:56:27 UTC 2017
Date: Sunday, January 8, 2017 @ 16:56:27
Author: schuay
Revision: 206101
archrelease: copy trunk to community-any
Added:
ranger/repos/community-any/PKGBUILD
(from rev 206100, ranger/trunk/PKGBUILD)
Deleted:
ranger/repos/community-any/PKGBUILD
----------+
PKGBUILD | 76 ++++++++++++++++++++++++++++++-------------------------------
1 file changed, 38 insertions(+), 38 deletions(-)
Deleted: PKGBUILD
===================================================================
--- PKGBUILD 2017-01-08 16:56:10 UTC (rev 206100)
+++ PKGBUILD 2017-01-08 16:56:27 UTC (rev 206101)
@@ -1,38 +0,0 @@
-# Maintainer: schuay <jakob.gruber at gmail.com>
-# Previous maintainer: Roman Zimbelmann <romanz at lavabit.com>
-
-pkgname=ranger
-pkgver=1.8.0
-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"
- "http://ranger.nongnu.org/${pkgname}-${pkgver}.tar.gz.sig")
-sha256sums=('ce02476cb93d51b901eb6f5f0fc9675c58bd0a2f11d2ce0cdb667e15ec314092'
- 'SKIP')
-validpgpkeys=('1E9B36EC051FF6F7FFC969A7F08CE1E200FB5CDF') # huterich
-
-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
-}
Copied: ranger/repos/community-any/PKGBUILD (from rev 206100, ranger/trunk/PKGBUILD)
===================================================================
--- PKGBUILD (rev 0)
+++ PKGBUILD 2017-01-08 16:56:27 UTC (rev 206101)
@@ -0,0 +1,38 @@
+# Maintainer: schuay <jakob.gruber at gmail.com>
+# Previous maintainer: Roman Zimbelmann <romanz at lavabit.com>
+
+pkgname=ranger
+pkgver=1.8.1
+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"
+ "http://ranger.nongnu.org/${pkgname}-${pkgver}.tar.gz.sig")
+sha256sums=('1433f9f9958b104c97d4b23ab77a2ac37d3f98b826437b941052a55c01c721b4'
+ 'SKIP')
+validpgpkeys=('1E9B36EC051FF6F7FFC969A7F08CE1E200FB5CDF') # huterich
+
+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
+}
More information about the arch-commits
mailing list