cryptsetup: update to 1.6.3.
This commit is contained in:
parent
b58628019d
commit
5597a173a5
1 changed files with 3 additions and 3 deletions
|
@ -1,6 +1,6 @@
|
|||
# Template file for 'cryptsetup'
|
||||
pkgname=cryptsetup
|
||||
version=1.6.2
|
||||
version=1.6.3
|
||||
revision=1
|
||||
build_style=gnu-configure
|
||||
configure_args="--enable-pwquality"
|
||||
|
@ -11,7 +11,7 @@ maintainer="Juan RP <xtraeme@gmail.com>"
|
|||
license="GPL-3"
|
||||
homepage="http://code.google.com/p/cryptsetup"
|
||||
distfiles="https://cryptsetup.googlecode.com/files/$pkgname-$version.tar.bz2"
|
||||
checksum=15723f0198303d4bcb99d480b7a773918e2d319f0348457988c063bdd03e109a
|
||||
checksum=a2af4731d9442cb70bc84b7cecdd069493055d29ab65ab625c574b0f599938d8
|
||||
|
||||
if [ "$CROSS_BUILD" ]; then
|
||||
hostmakedepends+=" libtool automake gettext-devel libgcrypt-devel"
|
||||
|
@ -28,7 +28,7 @@ libcryptsetup_package() {
|
|||
}
|
||||
|
||||
cryptsetup-devel_package() {
|
||||
depends="libcryptsetup-${version}_${revision}"
|
||||
depends="libcryptsetup>=${version}_${revision}"
|
||||
short_desc+=" - development files"
|
||||
pkg_install() {
|
||||
vmove usr/include
|
||||
|
|
Loading…
Reference in a new issue