summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
authormutantmonkey2015-08-22 21:37:44 -0700
committermutantmonkey2015-08-22 21:37:44 -0700
commitc1d297d7340b501f4b95b98d6ed08eccea24b378 (patch)
tree4d36d404f0822497c6f0faa11bee61cd77c8ccd8 /PKGBUILD
parentdf25c3a473f4cde797fbf2059ab1596bca859919 (diff)
downloadaur-c1d297d7340b501f4b95b98d6ed08eccea24b378.tar.gz
upgpkg: ciphr 104.0ecd5fe-2
Switch dependency to ruby-slop-3 from ruby-slop
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD4
1 files changed, 2 insertions, 2 deletions
diff --git a/PKGBUILD b/PKGBUILD
index 86eb9a9bc5ec..10c081125c94 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -2,12 +2,12 @@
pkgname=ciphr
pkgver=104.0ecd5fe
_gemver=0.0.1
-pkgrel=1
+pkgrel=2
pkgdesc="A CLI tool for encoding, decoding, encryption, decryption, and hashing streams of data."
url="https://github.com/frohoff/ciphr"
arch=('any')
license=('MIT')
-depends=('ruby' 'ruby-parslet' 'ruby-base32' 'ruby-slop')
+depends=('ruby' 'ruby-parslet' 'ruby-base32' 'ruby-slop-3')
makedepends=('git' 'ruby-bundler')
source=('git+https://github.com/frohoff/ciphr.git')
sha256sums=('SKIP')