Date: Thursday, February 22, 2018 @ 18:13:08
  Author: schuay
Revision: 297096

archrelease: copy trunk to community-any

Added:
  ranger/repos/community-any/PKGBUILD
    (from rev 297095, ranger/trunk/PKGBUILD)
Deleted:
  ranger/repos/community-any/PKGBUILD

----------+
 PKGBUILD |   80 ++++++++++++++++++++++++++++++-------------------------------
 1 file changed, 40 insertions(+), 40 deletions(-)

Deleted: PKGBUILD
===================================================================
--- PKGBUILD    2018-02-22 18:12:31 UTC (rev 297095)
+++ PKGBUILD    2018-02-22 18:13:08 UTC (rev 297096)
@@ -1,40 +0,0 @@
-# Maintainer: schuay <jakob.gru...@gmail.com>
-# Previous maintainer: Roman Zimbelmann <rom...@lavabit.com>
-
-pkgname=ranger
-pkgver=1.9.0
-pkgrel=1
-pkgdesc='A simple, vim-like file manager'
-arch=('any')
-url='http://ranger.nongnu.org'
-license=('GPL')
-depends=('python')
-optdepends=(
-    'atool: for previews of archives'
-    'elinks: for previews of html pages'
-    'ffmpegthumbnailer: for video previews'
-    'highlight: for syntax highlighting of code'
-    'libcaca: for ASCII-art image previews'
-    'lynx: for previews of html pages'
-    'mediainfo: for viewing information about media files'
-    'odt2txt: for OpenDocument texts'
-    'perl-image-exiftool: for viewing information about media files'
-    'poppler: for pdf previews'
-    'python-chardet: in case of encoding detection problems'
-    'sudo: to use the "run as root"-feature'
-    'transmission-cli: for viewing bittorrent information'
-    'w3m: for previews of images and html pages')
-conflicts=('ranger-git')
-source=("http://ranger.github.io/${pkgname}-${pkgver}.tar.gz";
-        "http://ranger.github.io/${pkgname}-${pkgver}.tar.gz.sig";)
-sha256sums=('64ba1eecee54dce0265c36eb87edaf4211a462dc0cb6c831113a232829fecfd9'
-            '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 297095, 
ranger/trunk/PKGBUILD)
===================================================================
--- PKGBUILD                            (rev 0)
+++ PKGBUILD    2018-02-22 18:13:08 UTC (rev 297096)
@@ -0,0 +1,40 @@
+# Maintainer: schuay <jakob.gru...@gmail.com>
+# Previous maintainer: Roman Zimbelmann <rom...@lavabit.com>
+
+pkgname=ranger
+pkgver=1.9.1
+pkgrel=1
+pkgdesc='A simple, vim-like file manager'
+arch=('any')
+url='http://ranger.nongnu.org'
+license=('GPL')
+depends=('python')
+optdepends=(
+    'atool: for previews of archives'
+    'elinks: for previews of html pages'
+    'ffmpegthumbnailer: for video previews'
+    'highlight: for syntax highlighting of code'
+    'libcaca: for ASCII-art image previews'
+    'lynx: for previews of html pages'
+    'mediainfo: for viewing information about media files'
+    'odt2txt: for OpenDocument texts'
+    'perl-image-exiftool: for viewing information about media files'
+    'poppler: for pdf previews'
+    'python-chardet: in case of encoding detection problems'
+    'sudo: to use the "run as root"-feature'
+    'transmission-cli: for viewing bittorrent information'
+    'w3m: for previews of images and html pages')
+conflicts=('ranger-git')
+source=("http://ranger.github.io/${pkgname}-${pkgver}.tar.gz";
+        "http://ranger.github.io/${pkgname}-${pkgver}.tar.gz.sig";)
+sha256sums=('40411b0dd08b0abd2632399751b111359786ae5f1e6df047f49653cb7a9edfd2'
+            '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
+}

Reply via email to