unrar: update to 5.6.3. (#13713)
This commit is contained in:
parent
3d04704328
commit
10a7413934
|
@ -1,19 +1,19 @@
|
|||
# Template file for 'unrar'
|
||||
pkgname=unrar
|
||||
version=5.6.2
|
||||
version=5.6.3
|
||||
revision=1
|
||||
wrksrc=unrar
|
||||
homepage="https://www.rarlab.com/rar_add.htm"
|
||||
distfiles="https://www.rarlab.com/rar/unrarsrc-${version}.tar.gz"
|
||||
short_desc="Unarchiver for .rar files (non-free version)"
|
||||
maintainer="Juan RP <xtraeme@voidlinux.eu>"
|
||||
license="freeware"
|
||||
repository="nonfree"
|
||||
checksum=ce048094764b2377dd60802359c74f03528b6d7defd808cd584443c5fd2de948
|
||||
homepage="https://www.rarlab.com/rar_add.htm"
|
||||
distfiles="https://www.rarlab.com/rar/unrarsrc-${version}.tar.gz"
|
||||
checksum=c590e70a745d840ae9b9f05ba6c449438838c8280d76ce796a26b3fcd0a1972e
|
||||
|
||||
do_build() {
|
||||
sed -i 's/^\(CXXFLAGS\)=\(.*\)/\1+=\2/' makefile
|
||||
sed -i 's/^\(LDFLAGS\)=\(.*\)/\1+=-lpthread \2/' makefile
|
||||
sed -i -e 's/^\(CXXFLAGS\)=\(.*\)/\1+=\2/' \
|
||||
-e 's/^\(LDFLAGS\)=\(.*\)/\1+=-lpthread \2/' makefile
|
||||
make CXX="$CXX" LD="$LD" STRIP=: -f makefile
|
||||
}
|
||||
do_install() {
|
||||
|
|
Loading…
Reference in New Issue