summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorPedro A. López-Valencia2019-10-21 22:18:49 +0000
committerPedro A. López-Valencia2019-10-21 22:18:49 +0000
commitbe43c4f0bdb742b2cb5eea8eef1744f878e2045a (patch)
treed240a97ff6d9336f93deb9f61709bf3f1c1b147f
parentb8ffd159b474af40dfa87ca5718df99fbc2cf587 (diff)
downloadaur-rar-beta.tar.gz
5.8~b3
-rw-r--r--.SRCINFO6
-rw-r--r--PKGBUILD11
2 files changed, 9 insertions, 8 deletions
diff --git a/.SRCINFO b/.SRCINFO
index c4958e2e3f2f..75eedcd43f1a 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,6 +1,6 @@
pkgbase = rar-beta
pkgdesc = A command-line port of the rar compression utility (beta version or maybe not)
- pkgver = 5.7.0
+ pkgver = 5.8~b3
pkgrel = 1
url = http://www.rarlab.com
arch = x86_64
@@ -12,10 +12,10 @@ pkgbase = rar-beta
backup = etc/rarfiles.lst
source = rar.1
source = unrar.1
- source = http://www.rarlab.com/rar/rarlinux-x64-5.7.0.tar.gz
+ source = http://www.rarlab.com/rar/rarlinux-x64-5.8.b3.tar.gz
md5sums = 4cffd2771bb4a51e4a68500d799550d8
md5sums = 594b777453751ee331ef241160f31499
- md5sums = 7eee7ae82f5606ee08a6d3a267504aa2
+ md5sums = 32d47b9913f20c8bb903ae0be3f2d66d
pkgname = rar-beta
diff --git a/PKGBUILD b/PKGBUILD
index 5e45c1240e23..286ed3804d1e 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -4,7 +4,8 @@
# Contributor: TuxSpirit <tuxspirit AT archlinux DOT fr>
pkgname=rar-beta
-pkgver=5.7.0
+_pkgver=5.8.b3
+pkgver=5.8~b3
pkgrel=1
pkgdesc="A command-line port of the rar compression utility (beta version or maybe not)"
url="http://www.rarlab.com"
@@ -13,12 +14,12 @@ license=('custom')
backup=('etc/rarfiles.lst')
conflicts=('rar' 'unrar')
provides=('rar' 'unrar')
-
-source=('rar.1' 'unrar.1'
- "http://www.rarlab.com/rar/rarlinux-x64-${pkgver}.tar.gz")
+source=('rar.1'
+ 'unrar.1'
+ "http://www.rarlab.com/rar/rarlinux-x64-${_pkgver}.tar.gz")
md5sums=('4cffd2771bb4a51e4a68500d799550d8'
'594b777453751ee331ef241160f31499'
- '7eee7ae82f5606ee08a6d3a267504aa2')
+ '32d47b9913f20c8bb903ae0be3f2d66d')
# the checksums of the source from rarlab.com are changing
# almost every day so this will never be correct