physfs: update to 3.0.1. (#8612)

This commit is contained in:
maxice8 2017-11-05 05:05:34 -02:00 committed by Juan RP
parent a03574b0d4
commit 8156d7d7c0

View file

@ -1,6 +1,6 @@
# Template file for 'physfs'
pkgname=physfs
version=3.0.0
version=3.0.1
revision=1
build_style=cmake
configure_args="-DPHYSFS_BUILD_TEST=OFF -DPHYSFS_BUILD_WX_TEST=OFF -DPHYSFS_BUILD_STATIC=OFF"
@ -10,7 +10,7 @@ maintainer="Juan RP <xtraeme@voidlinux.eu>"
homepage="http://icculus.org/physfs/"
license="zlib"
distfiles="http://icculus.org/physfs/downloads/physfs-$version.tar.bz2"
checksum=f2617d6855ea97ea42e4a8ebcad404354be99dfd8a274eacea92091b27fd7324
checksum=b77b9f853168d9636a44f75fca372b363106f52d789d18a2f776397bf117f2f1
physfs-devel_package() {
depends="readline-devel zlib-devel physfs>=${version}_${revision}"