summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorfademind2017-01-18 20:57:50 +0100
committerfademind2017-01-18 20:57:50 +0100
commit63d8205c12a186c932d6eddd3c9e18831869ee1c (patch)
tree209eec26965e0bc4f9054be6a4d19d2dffb2b31a
parent0bd673c9bfb4417c4ee4035b927c75906712dddf (diff)
downloadaur-63d8205c12a186c932d6eddd3c9e18831869ee1c.tar.gz
update
-rw-r--r--.SRCINFO5
-rw-r--r--PKGBUILD6
-rw-r--r--unrar.198
3 files changed, 3 insertions, 106 deletions
diff --git a/.SRCINFO b/.SRCINFO
index fe79aff9e918..e7fe6fb0a4fa 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,5 +1,5 @@
# Generated by mksrcinfo v8
-# Wed Jan 18 19:49:17 UTC 2017
+# Wed Jan 18 19:57:50 UTC 2017
pkgbase = rar
pkgdesc = A command-line port of the rar compression utility
pkgver = 5.4.0
@@ -9,13 +9,10 @@ pkgbase = rar
arch = x86_64
license = custom
depends = gcc-libs
- provides = unrar
conflicts = rar-beta
backup = etc/rarfiles.lst
source = rar.1
- source = unrar.1
md5sums = 4cffd2771bb4a51e4a68500d799550d8
- md5sums = 594b777453751ee331ef241160f31499
source_i686 = http://www.rarlab.com/rar/rarlinux-5.4.0.tar.gz
md5sums_i686 = cd1fede60f8dde36f62283f371e7cc6b
source_x86_64 = http://www.rarlab.com/rar/rarlinux-x64-5.4.0.tar.gz
diff --git a/PKGBUILD b/PKGBUILD
index da84dffa457d..57ec539a776d 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -13,12 +13,10 @@ license=('custom')
depends=('gcc-libs')
backup=('etc/rarfiles.lst')
conflicts=('rar-beta')
-provides=('unrar')
-source=('rar.1' 'unrar.1')
+source=('rar.1')
source_i686+=("http://www.rarlab.com/rar/rarlinux-${pkgver}.tar.gz")
source_x86_64+=("http://www.rarlab.com/rar/rarlinux-x64-${pkgver}.tar.gz")
-md5sums=('4cffd2771bb4a51e4a68500d799550d8'
- '594b777453751ee331ef241160f31499')
+md5sums=('4cffd2771bb4a51e4a68500d799550d8')
md5sums_i686=('cd1fede60f8dde36f62283f371e7cc6b')
md5sums_x86_64=('f7181c0aed3b7be402b95185bd61e646')
diff --git a/unrar.1 b/unrar.1
deleted file mode 100644
index f4aae4f306a4..000000000000
--- a/unrar.1
+++ /dev/null
@@ -1,98 +0,0 @@
-.TH UNRAR 1 02.11.1999 "" "RAR archiver"
-.SH NAME
-unrar \- extract files from rar archives
-.SH SYNOPSIS
-.B unrar
-.I "<command> [-<switch 1> -<switch N>] archive [files...] [path\...]"
-.SH "DESCRIPTION"
-This manual page documents briefly the
-.BR unrar
-command.
-.br
-This manual page was written for the Debian GNU/Linux distribution
-because the original program does not have a manual page.
-.br
-Commands and options described here are as of unrar 2.02.
-.SH OPTIONS
-After the program name comes a command and then optional switches with
-dashes before them.
-A summary of commands is included below.
-For a complete description, run
-.BR unrar
-without options.
-.TP
-.B e
-Extract files to current directory.
-.TP
-.B l
-List archive content.
-.TP
-.B p
-Print file to stdout.
-.TP
-.B t
-Test archive files.
-.TP
-.B v
-Verbosely list archive.
-.TP
-.B x
-Extract files with full path.
-.SH SWITCHES
-.BR NOTE:
-Every switch must be separated by a whitespace. You cannot put them
-together.
-.TP
-.B -av-
-Disable Authenticity Verification check.
-.TP
-.B -c-
-Disable comments show.
-.TP
-.B -f
-Freshen files.
-.TP
-.B -kb
-Keep broken extracted files.
-.TP
-.B -ierr
-Send all messages to stderr.
-.TP
-.B -inul
-Disable all messages.
-.TP
-.B -o+
-Overwrite existing files.
-.TP
-.B -o-
-Do not overwrite existing files.
-.TP
-.B -p<password>
-Set password.
-.TP
-.B -p-
-Do not query password.
-.TP
-.B -r
-Recurse subdirectories.
-.TP
-.B -u
-Update files.
-.TP
-.B -v
-List all volumes.
-.TP
-.B -x<file>
-Exclude specified file.
-.TP
-.B -x@<list>
-Exclude files in specified list file.
-.TP
-.B -x@
-Read file names to exclude from stdin.
-.TP
-.B -y
-Assume Yes on all queries.
-.SH AUTHOR
-This manual page was written by Petr Cech <cech@debian.org> according
-to "unrar \-h" for the Debian GNU/Linux system (but may be used by others).