diff options
author | Mattias Andrée <maandree@kth.se> | 2017-11-16 19:14:50 +0100 |
---|---|---|
committer | Mattias Andrée <maandree@kth.se> | 2017-11-16 19:14:50 +0100 |
commit | 39913ecc81cfc932bef7788000941cfd8f81e877 (patch) | |
tree | e774a3ead8d8566db593027603f7589b3ab56f17 /correctpony | |
parent | Add cmdipc (diff) | |
download | aur-packages-39913ecc81cfc932bef7788000941cfd8f81e877.tar.gz aur-packages-39913ecc81cfc932bef7788000941cfd8f81e877.tar.bz2 aur-packages-39913ecc81cfc932bef7788000941cfd8f81e877.tar.xz |
Update correctpony
Signed-off-by: Mattias Andrée <maandree@kth.se>
Diffstat (limited to '')
-rw-r--r-- | correctpony/PKGBUILD | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/correctpony/PKGBUILD b/correctpony/PKGBUILD index 554ef26..740cb79 100644 --- a/correctpony/PKGBUILD +++ b/correctpony/PKGBUILD @@ -2,12 +2,12 @@ pkgname=correctpony pkgver=2.1 -pkgrel=2 +pkgrel=3 pkgdesc="Passphrase generator based on http://xkcd.com/936/" arch=('any') url="https://github.com/maandree/correctpony" license=('AGPL3') -depends=('java-runtime>=6' 'argparser-java') +depends=('java-runtime-headless>=6' 'argparser-java') makedepends=('java-environment>=6' 'argparser-java' 'make' 'sed' 'coreutils' 'auto-auto-complete' 'texinfo' 'gzip') provides=('correctpony') conflicts=('correctpony') |