summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorMusikolo2018-10-02 22:59:54 -0500
committerMusikolo2018-10-02 22:59:54 -0500
commit5c2716d802f23aee112bb030e1fef8d7a7c09310 (patch)
tree7bb3b690a1f2bd01f95dbd1e236e3523ae51328d
parent9683bad6a7f5fb716c5d6fe14dd9b6406af6d519 (diff)
downloadaur-5c2716d802f23aee112bb030e1fef8d7a7c09310.tar.gz
Add unrar to the provides array
-rw-r--r--.SRCINFO5
-rw-r--r--PKGBUILD3
2 files changed, 5 insertions, 3 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 45c0640b2e23..f82e6b0d15e5 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,14 +1,15 @@
# Generated by mksrcinfo v8
-# Tue Oct 2 03:34:20 UTC 2018
+# Wed Oct 3 03:58:02 UTC 2018
pkgbase = rar
pkgdesc = A command-line port of the rar compression utility
pkgver = 5.6.1
- pkgrel = 1
+ pkgrel = 2
url = http://www.rarlab.com
arch = i686
arch = x86_64
license = custom
depends = gcc-libs
+ provides = unrar
conflicts = rar-beta
conflicts = unrar
backup = etc/rarfiles.lst
diff --git a/PKGBUILD b/PKGBUILD
index 2936ae7f2937..0bd749c88f9d 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -6,7 +6,7 @@
pkgname=rar
pkgver=5.6.1
-pkgrel=1
+pkgrel=2
pkgdesc="A command-line port of the rar compression utility"
url="http://www.rarlab.com"
arch=('i686' 'x86_64')
@@ -14,6 +14,7 @@ license=('custom')
depends=('gcc-libs')
backup=('etc/rarfiles.lst')
conflicts=('rar-beta' 'unrar')
+provides=('unrar')
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")