summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authormutantmonkey2016-09-22 20:50:10 -0700
committermutantmonkey2016-09-22 20:50:10 -0700
commit0c262b4b48d9e387f66c1fcb5bec01ac9e578787 (patch)
tree68370d43ba3c1eb42d39da33d90e5e562e64d743
parent17b3b8cb4b4568ac2c9ee525d47b6c1be7f7dd2a (diff)
downloadaur-ciphr.tar.gz
upgpkg: ciphr 120.f1f049d-2
Dependency should be ruby-parslet-1.5
-rw-r--r--.SRCINFO6
-rw-r--r--PKGBUILD4
2 files changed, 5 insertions, 5 deletions
diff --git a/.SRCINFO b/.SRCINFO
index ca66be86a4ba..282f74d7ce1b 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,16 +1,16 @@
# Generated by mksrcinfo v8
-# Fri Sep 23 02:18:27 UTC 2016
+# Fri Sep 23 03:50:10 UTC 2016
pkgbase = ciphr
pkgdesc = A CLI tool for encoding, decoding, encryption, decryption, and hashing streams of data.
pkgver = 120.f1f049d
- pkgrel = 1
+ pkgrel = 2
url = https://github.com/frohoff/ciphr
arch = any
license = MIT
makedepends = git
makedepends = ruby-bundler
depends = ruby
- depends = ruby-parslet
+ depends = ruby-parslet-1.5
depends = ruby-base32
depends = ruby-slop-3
source = git+https://github.com/frohoff/ciphr.git
diff --git a/PKGBUILD b/PKGBUILD
index fda98ef262cd..2195354f83d6 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -2,12 +2,12 @@
pkgname=ciphr
pkgver=120.f1f049d
_gemver=0.0.3
-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-3')
+depends=('ruby' 'ruby-parslet-1.5' 'ruby-base32' 'ruby-slop-3')
makedepends=('git' 'ruby-bundler')
source=('git+https://github.com/frohoff/ciphr.git')
sha256sums=('SKIP')