summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorMattias Andrée2016-07-06 20:22:42 +0200
committerMattias Andrée2016-07-06 20:22:42 +0200
commitc901ebd619af742cc6b7bf069731ed1a19d57845 (patch)
tree4298abf5260af8fd5c39d1c15410e5367c4fb323
parentae00c30cb15184891a5db9c8c98fca48c8a2aa95 (diff)
downloadaur-c901ebd619af742cc6b7bf069731ed1a19d57845.tar.gz
Update package release to 2.1-2
-rw-r--r--.SRCINFO6
-rw-r--r--PKGBUILD4
2 files changed, 6 insertions, 4 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 06116da357aa..bf715298efca 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,7 +1,9 @@
+# Generated by mksrcinfo v8
+# Wed Jul 6 18:22:42 UTC 2016
pkgbase = correctpony
pkgdesc = Passphrase generator based on http://xkcd.com/936/
pkgver = 2.1
- pkgrel = 1
+ pkgrel = 2
url = https://github.com/maandree/correctpony
arch = any
license = AGPL3
@@ -14,7 +16,7 @@ pkgbase = correctpony
makedepends = texinfo
makedepends = gzip
depends = java-runtime>=6
- depends = argparser
+ depends = argparser-java
provides = correctpony
conflicts = correctpony
source = https://github.com/maandree/correctpony/archive/2.1.tar.gz
diff --git a/PKGBUILD b/PKGBUILD
index c8dba4cadbd6..f6442d967b49 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -2,12 +2,12 @@
pkgname=correctpony
pkgver=2.1
-pkgrel=1
+pkgrel=2
pkgdesc="Passphrase generator based on http://xkcd.com/936/"
arch=('any')
url="https://github.com/maandree/correctpony"
license=('AGPL3')
-depends=('java-runtime>=6' 'argparser')
+depends=('java-runtime>=6' 'argparser-java')
makedepends=('java-environment>=6' 'argparser' 'make' 'sed' 'coreutils' 'auto-auto-complete' 'texinfo' 'gzip')
provides=('correctpony')
conflicts=('correctpony')