summarylogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--.SRCINFO4
-rw-r--r--PKGBUILD4
2 files changed, 4 insertions, 4 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 6085c8ea0fec..37665705761c 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,7 +1,7 @@
pkgbase = ciphr
pkgdesc = A CLI tool for encoding, decoding, encryption, decryption, and hashing streams of data.
pkgver = 104.0ecd5fe
- pkgrel = 1
+ pkgrel = 2
url = https://github.com/frohoff/ciphr
arch = any
license = MIT
@@ -10,7 +10,7 @@ pkgbase = ciphr
depends = ruby
depends = ruby-parslet
depends = ruby-base32
- depends = ruby-slop
+ depends = ruby-slop-3
source = git+https://github.com/frohoff/ciphr.git
sha256sums = SKIP
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')