summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorrob2uk2017-07-16 01:49:28 +0200
committerrob2uk2017-07-16 01:49:28 +0200
commit942aa4e7983dea50565e79cc8958f7f261134eaf (patch)
treeafe39788156d453cb6b9414e0961c464d3210f6b
parenta1749042c28e9e59267ecf9c8187c110373613ea (diff)
downloadaur-942aa4e7983dea50565e79cc8958f7f261134eaf.tar.gz
new beta version
-rw-r--r--.SRCINFO6
-rw-r--r--PKGBUILD4
2 files changed, 5 insertions, 5 deletions
diff --git a/.SRCINFO b/.SRCINFO
index a72fc47b7f02..f37c22e9b43a 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,6 +1,6 @@
pkgbase = rar-beta
pkgdesc = A command-line port of the rar compression utility (beta version)
- pkgver = 5.4.b3
+ pkgver = 5.5.b5
pkgrel = 1
url = http://www.rarlab.com
arch = i686
@@ -15,9 +15,9 @@ pkgbase = rar-beta
source = unrar.1
md5sums = 4cffd2771bb4a51e4a68500d799550d8
md5sums = 594b777453751ee331ef241160f31499
- source_i686 = http://www.rarlab.com/rar/rarlinux-5.4.b3.tar.gz
+ source_i686 = http://www.rarlab.com/rar/rarlinux-5.5.b5.tar.gz
md5sums_i686 = SKIP
- source_x86_64 = http://www.rarlab.com/rar/rarlinux-x64-5.4.b3.tar.gz
+ source_x86_64 = http://www.rarlab.com/rar/rarlinux-x64-5.5.b5.tar.gz
md5sums_x86_64 = SKIP
pkgname = rar-beta
diff --git a/PKGBUILD b/PKGBUILD
index 28d9943ebb19..1056aaf65231 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -3,7 +3,7 @@
# Contributor: TuxSpirit <tuxspirit AT archlinux DOT fr>
pkgname=rar-beta
-pkgver=5.4.b3
+pkgver=5.5.b5
pkgrel=1
pkgdesc="A command-line port of the rar compression utility (beta
version)"
@@ -30,7 +30,7 @@ package() {
cd "$srcdir/rar"
install -Dm755 rar "${pkgdir}/usr/bin/rar"
install -Dm755 unrar "${pkgdir}/usr/bin/unrar"
- install -Dm755 rar_static "${pkgdir}/usr/bin/rar_static"
+# install -Dm755 rar_static "${pkgdir}/usr/bin/rar_static"
install -Dm755 default.sfx "${pkgdir}/usr/lib/default.sfx"
install -Dm644 license.txt "${pkgdir}/usr/share/licenses/${pkgname}/LICENSE"
install -Dm644 rarfiles.lst "${pkgdir}/etc/rarfiles.lst"