unrar: update to 5.6.4

This commit is contained in:
Andrew Sun
2018-05-13 19:12:42 -04:00
parent 04890265df
commit 86ceb04cf9

View File

@@ -2,7 +2,7 @@
pkgbase=unrar
pkgname=('unrar' 'libunrar' 'libunrar-devel')
pkgver=5.5.3
pkgver=5.6.4
pkgrel=1
arch=('i686' 'x86_64')
groups=('base-devel')
@@ -12,7 +12,7 @@ options=('staticlibs' '!makeflags')
depends=('gcc-libs')
source=("https://www.rarlab.com/rar/unrarsrc-${pkgver}.tar.gz"
'build-dll.patch')
sha256sums=('d1d9ef4a9247db088f825666de8f8bb69006d8d8b0e004ff366b3e04c103a2b3'
sha256sums=('9335d2201870f2034007c04be80e00f1dc23932cb88b329d55c76134e6ba49fe'
'ce66744fc6d73bf9bb4f90d1789addb8fe4504897777e771f56b754074a8c988')
prepare() {
@@ -54,4 +54,4 @@ package_libunrar-devel() {
install -Dm644 libunrar.dll.a "${pkgdir}/usr/lib/libunrar.dll.a"
install -Dm644 libunrar.a "${pkgdir}/usr/lib/libunrar.a"
install -Dm644 dll.hpp "${pkgdir}/usr/include/unrar/dll.hpp"
}
}