summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorRaansu2016-09-10 06:51:38 -0700
committerRaansu2016-09-10 06:51:38 -0700
commit68f7488ea41d9a008835729c52ec6c0836f0394b (patch)
tree2286a4d88ddc64e542b889b9c3ea08db84fede0f
parent7842f8d7ecd2e5ee0e7dc11964e6eb8af66d8f8f (diff)
downloadaur-68f7488ea41d9a008835729c52ec6c0836f0394b.tar.gz
Fix dependencies
-rw-r--r--.SRCINFO2
-rw-r--r--PKGBUILD2
2 files changed, 2 insertions, 2 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 1f1b7050c49a..9c0d62c2bdf5 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -6,7 +6,7 @@ pkgbase = gaku
arch = i686
arch = x86_64
license = MIT
- depends = ruby
+ depends = ruby=>1.9
provides = gaku
conflicts = gaku
source = https://github.com/jsageryd/gaku/archive/v1.2.0.tar.gz
diff --git a/PKGBUILD b/PKGBUILD
index 55d633b4bad3..0d14fda728f0 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -8,7 +8,7 @@ pkgdesc="A experimental command line based spaced repetition software (SRS) Inst
arch=('i686' 'x86_64')
url="https://github.com/jsageryd/gaku"
license=('MIT')
-depends=('ruby')
+depends=('ruby=>1.9')
provides=('gaku')
conflicts=('gaku')
source=("https://github.com/jsageryd/gaku/archive/v${pkgver}.tar.gz")