summaryrefslogtreecommitdiff
path: root/community/steghide
diff options
context:
space:
mode:
authorMichał Masłowski <mtjm@mtjm.eu>2012-05-04 00:47:11 +0200
committerMichał Masłowski <mtjm@mtjm.eu>2012-05-04 00:47:11 +0200
commitc39cbc60bd9cca21cdb7f174725bcd1f866e95d9 (patch)
treee1ab5429c30dcac4e282e1fba53182f0ea509d75 /community/steghide
parent70dd19e62605010a1403e8e28a9d40ca5b09409a (diff)
parent5520a8b04cecf4af812cbf2285e9ab6efabe147f (diff)
Merge branch 'master' of ssh://parabolagnulinux.org:1863/home/parabola/abslibre-pre-mips64el
Conflicts: community/libgringotts/PKGBUILD community/ruby-gtk2/PKGBUILD community/steghide/PKGBUILD community/twin/PKGBUILD core/bzip2/PKGBUILD multilib/lib32-mpg123/PKGBUILD testing/samba/PKGBUILD testing/xfsprogs/PKGBUILD
Diffstat (limited to 'community/steghide')
-rw-r--r--community/steghide/PKGBUILD9
1 files changed, 5 insertions, 4 deletions
diff --git a/community/steghide/PKGBUILD b/community/steghide/PKGBUILD
index 26e76cdbd..b3865ae0b 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' 'mips64el')
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")