Package Details: phrasendrescher 1.2.2b-3

Git Clone URL: https://aur.archlinux.org/phrasendrescher.git (read-only, click to copy)
Package Base: phrasendrescher
Description: A modular and multi processing pass phrase cracking tool.
Upstream URL: http://www.leidecker.info/projects/phrasendrescher/
Licenses: BSD
Conflicts: pd-extended
Provides: phrasendrescher
Submitter: sanerb
Maintainer: sanerb
Last Packager: sanerb
Votes: 0
Popularity: 0.000000
First Submitted: 2016-09-23 06:31 (UTC)
Last Updated: 2016-11-21 07:42 (UTC)

Pinned Comments

sanerb commented on 2016-11-21 05:22 (UTC) (edited on 2017-09-01 22:53 (UTC) by sanerb)

# Bug reports can be filed at https://bugs.square-r00t.net/index.php?project=3 # News updates for packages can be followed at https://devblog.square-r00t.net (If you want an RSS-feed only pertaining to my AUR packages, you can subscribe to https://devblog.square-r00t.net/rss/?category=aur in your favourite RSS reader.) Note that you should still use the AUR web interface for flagging packages as out-of-date if a new version is released; the aforementioned bug tracker is to aid in issues with building/packaging/the PKGBUILD formats/etc. specifically. GPG signature "errors" are explained here: https://devblog.square-r00t.net/articles/a-note-on-using-gpg-signatures-in-pkgbuilds Please read; it's not a bug. Thanks!

Latest Comments

sanerb commented on 2017-12-12 23:50 (UTC)

@punkrockguy318-

actually, that's related to this:

https://bugs.square-r00t.net/index.php?do=details&task_id=16

upstream is aware but no fix yet

prg commented on 2017-12-12 23:42 (UTC)

configure: error: "Error! You need to have libssl installed" ==> ERROR: A failure occurred in build(). Aborting.

looks like this is missing some dependencies

sanerb commented on 2016-11-21 07:44 (UTC)

@marmistrz- figured it out. just needed this: ... package() { + cd "${srcdir}/${_pkgname}-${pkgver}" + make install ... and that's it. it now packages/installs the plugins: [bts@cylon phrasendrescher]$ tree pkg/phrasendrescher/usr/lib/ pkg/phrasendrescher/usr/lib/ └── phrasendrescher ├── enc-file.pd ├── http-raw.pd ├── mssql.pd ├── pkey.pd └── ssh.pd 1 directory, 5 files

sanerb commented on 2016-11-21 05:22 (UTC) (edited on 2017-09-01 22:53 (UTC) by sanerb)

# Bug reports can be filed at https://bugs.square-r00t.net/index.php?project=3 # News updates for packages can be followed at https://devblog.square-r00t.net (If you want an RSS-feed only pertaining to my AUR packages, you can subscribe to https://devblog.square-r00t.net/rss/?category=aur in your favourite RSS reader.) Note that you should still use the AUR web interface for flagging packages as out-of-date if a new version is released; the aforementioned bug tracker is to aid in issues with building/packaging/the PKGBUILD formats/etc. specifically. GPG signature "errors" are explained here: https://devblog.square-r00t.net/articles/a-note-on-using-gpg-signatures-in-pkgbuilds Please read; it's not a bug. Thanks!

sanerb commented on 2016-11-05 11:38 (UTC)

@marmistrz the paste seems to have expired. i'll take a look on sunday evening. if you can give me a diff or patch i'll be able to get something pushed sooner

marmistrz commented on 2016-11-04 22:03 (UTC)

Your PKGBUILD doesn't copy the plugins to the right directory. A fixed PKGBUILD: http://pastebin.com/FvxxrdPL