xfsprogs: update to 3.1.8.
This commit is contained in:
parent
c86f96db0b
commit
4c22c660fa
2 changed files with 4 additions and 7 deletions
|
@ -1,13 +1,12 @@
|
|||
# Template file for 'xfsprogs'
|
||||
pkgname=xfsprogs
|
||||
version=3.1.7
|
||||
revision=1
|
||||
version=3.1.8
|
||||
homepage="http://oss.sgi.com/projects/xfs/"
|
||||
distfiles="http://ftp.archlinux.org/other/xfsprogs/$pkgname-$version.tar.gz"
|
||||
distfiles="ftp://ftp.archlinux.org/other/xfsprogs/$pkgname-$version.tar.gz"
|
||||
short_desc="Utilities for managing the XFS filesystem"
|
||||
maintainer="Juan RP <xtraeme@gmail.com>"
|
||||
license="LGPL-2.1"
|
||||
checksum=e150914210ac5fd29c098ef0fd94bdec51d2fb231cf9faa765c16ec6d75c8eaa
|
||||
checksum=74409e2e3748074999df25c00f722621659a0bd3607e677f0bcc4373b8c93eab
|
||||
long_desc="
|
||||
A set of commands to use the XFS filesystem, including mkfs.xfs.
|
||||
|
||||
|
|
|
@ -5,10 +5,8 @@ long_desc="${long_desc}
|
|||
|
||||
This package contains files for development, headers, static libs, etc."
|
||||
|
||||
revision=2
|
||||
|
||||
Add_dependency run libuuid-devel
|
||||
Add_dependency run xfsprogs ">=3.1.7_1"
|
||||
Add_dependency run xfsprogs ">=${version}"
|
||||
|
||||
do_install() {
|
||||
vmove usr/include usr
|
||||
|
|
Loading…
Reference in a new issue