summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
authorqueueRAM2018-01-29 21:23:37 +0000
committerqueueRAM2018-01-29 21:23:37 +0000
commit301cb7a25ecedbc772eff4d48a2a4ee4a55207ab (patch)
tree7509f39c97814a1c510b8d8a1f84bbeeed870b51 /PKGBUILD
parentbc753ed135c4bf358a8fa99a673eff0f4b112116 (diff)
downloadaur-hydan.tar.gz
hydan-0.13-2: Fix build warnings and errors
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD6
1 files changed, 3 insertions, 3 deletions
diff --git a/PKGBUILD b/PKGBUILD
index 49a09aaa8efe..cea6ebec11b3 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,7 +1,7 @@
# Maintainer: queueRAM <queueRAM@gmail.com>
pkgname=hydan
pkgver=0.13
-pkgrel=1
+pkgrel=2
pkgdesc="steganographically conceal messages in 32-bit applications"
arch=('i686' 'x86_64')
url="http://www.crazyboy.com/hydan/"
@@ -10,7 +10,7 @@ depends=('openssl')
source=("http://www.crazyboy.com/hydan/$pkgname-$pkgver.tar.gz"
"$pkgname-$pkgver.patch")
sha256sums=('47f295a20c6a07fa0c244b48ab506067a981fc780305c307b8f345b6b6302023'
- 'e5f0773ca2f1577df353ca195451d17d924c6ed166a03d30537ec2c5c168acf7')
+ '6e98805eef28a907a124cd3687e39b463be3b5dbd13034ae06234f662557fefd')
prepare() {
cd "$pkgname"
@@ -20,7 +20,7 @@ prepare() {
build() {
cd "$pkgname"
- make CFLAGS="$CFLAGS -Ilibdisasm/src/arch/i386/libdisasm -DVARBITS"
+ make CFLAGS="$CFLAGS -I$srcdir/$pkgname/libdisasm/src/arch/i386/libdisasm -DVARBITS"
}
package() {