Skip to content

Commit

Permalink
stegseek: fix install.
Browse files Browse the repository at this point in the history
  • Loading branch information
noptrix committed Dec 6, 2022
1 parent 1df75f4 commit ff5e86d
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 3 deletions.
6 changes: 4 additions & 2 deletions packages/stegseek/PKGBUILD
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ pkgver=104.ff677b9
pkgrel=1
pkgdesc='Lightning fast steghide cracker.'
groups=('blackarch' 'blackarch-stego')
arch=('any')
arch=('x86_64' 'aarch64')
url='https://github.com/RickdeJager/stegseek'
license=('GPL3')
depends=('mhash' 'libmcrypt' 'libjpeg' 'zlib')
Expand All @@ -29,6 +29,8 @@ build() {

package() {
cd $pkgname


cd build
make DESTDIR="$pkgdir" install
}

2 changes: 1 addition & 1 deletion packages/x8/PKGBUILD
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
# See COPYING for license details.

pkgname=x8
pkgver=v4.1.0.r0.gf72ff05
pkgver=v4.1.0.r2.g6ee4532
pkgrel=1
epoch=1
pkgdesc='Hidden parameters discovery suite.'
Expand Down

0 comments on commit ff5e86d

Please sign in to comment.