physfs: update to 3.0.0. (#8446)

This commit is contained in:
maxice8 2017-10-24 03:04:16 -02:00 committed by Juan RP
parent f89c96c11e
commit 4a29ebca8b
1 changed files with 3 additions and 3 deletions

View File

@ -1,7 +1,7 @@
# Template file for 'physfs'
pkgname=physfs
version=2.0.3
revision=4
version=3.0.0
revision=1
build_style=cmake
configure_args="-DPHYSFS_BUILD_TEST=OFF -DPHYSFS_BUILD_WX_TEST=OFF -DPHYSFS_BUILD_STATIC=OFF"
makedepends="zlib-devel readline-devel"
@ -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=ca862097c0fb451f2cacd286194d071289342c107b6fe69079c079883ff66b69
checksum=f2617d6855ea97ea42e4a8ebcad404354be99dfd8a274eacea92091b27fd7324
physfs-devel_package() {
depends="readline-devel zlib-devel physfs>=${version}_${revision}"