diff options
author | root <root@rshg054.dnsready.net> | 2012-05-03 00:01:52 +0000 |
---|---|---|
committer | root <root@rshg054.dnsready.net> | 2012-05-03 00:01:52 +0000 |
commit | 5520a8b04cecf4af812cbf2285e9ab6efabe147f (patch) | |
tree | 842c0bf2e354faca64f878dce5a2166c7b0dad64 /community/steghide | |
parent | defe74c9cba07c321ad2869d8f6872e64a167324 (diff) |
Thu May 3 00:01:52 UTC 2012
Diffstat (limited to 'community/steghide')
-rw-r--r-- | community/steghide/PKGBUILD | 9 |
1 files changed, 5 insertions, 4 deletions
diff --git a/community/steghide/PKGBUILD b/community/steghide/PKGBUILD index 4eb872e74..b186a6cfd 100644 --- a/community/steghide/PKGBUILD +++ b/community/steghide/PKGBUILD @@ -1,3 +1,4 @@ +# $Id: PKGBUILD 70184 2012-05-01 12:30:54Z andrea $ # Maintainer: Lukas Fleischer <archlinux at cryptocrack dot de> # Contributor: Tom Newsom <Jeepster@gmx.co.uk> # Contributor: Jason Chu <jason@archlinux.org> @@ -5,13 +6,13 @@ pkgname=steghide pkgver=0.5.1 -pkgrel=5 -pkgdesc='Embeds a message in a file by replacing some of the least significant bits.' +pkgrel=6 +pkgdesc='Embeds a message in a file by replacing some of the least significant bits' arch=('i686' 'x86_64') url='http://steghide.sourceforge.net' license=('GPL') -depends=('libmcrypt' 'mhash' 'gcc' 'libjpeg' 'zlib' 'libtool') -source=("http://downloads.sourceforge.net/sourceforge/${pkgname}/${pkgname}-${pkgver}.tar.gz" +depends=('libmcrypt' 'gcc-libs' 'mhash' 'libjpeg' 'zlib') +source=("http://downloads.sourceforge.net/${pkgname}/${pkgname}-${pkgver}.tar.gz" 'buildsystem.patch' 'gcc-4.2.patch' "${pkgname}-climits.patch") |