summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorgardenapple2021-01-15 23:39:29 +0200
committergardenapple2021-01-15 23:39:29 +0200
commit2ce7f828a65c36183f879ba3f88993d6ce124500 (patch)
treea70698102b2c55cf36074c967e161c7fe690dbb4
parentdb3365759061ed6e175e91e70c948c53d31527ff (diff)
downloadaur-2ce7f828a65c36183f879ba3f88993d6ce124500.tar.gz
Add <3 restriction to ruby-httpclient
-rw-r--r--.SRCINFO4
-rw-r--r--PKGBUILD4
2 files changed, 4 insertions, 4 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 18cbca7e42c4..82bb2c1cc400 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,13 +1,13 @@
pkgbase = neocities-cli
pkgdesc = (Official) neocities.org CLI and API client
pkgver = 0.0.15
- pkgrel = 1
+ pkgrel = 2
url = https://neocities.org/cli
arch = any
license = MIT
depends = ruby
depends = ruby-rake-12
- depends = ruby-httpclient
+ depends = ruby-httpclient<3
depends = ruby-pastel-0.7.2
depends = ruby-tty-table-0.10
depends = ruby-tty-prompt-0.12
diff --git a/PKGBUILD b/PKGBUILD
index 201b084afb1e..615506f37338 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -3,12 +3,12 @@
_gemname=neocities
pkgname=neocities-cli
pkgver=0.0.15
-pkgrel=1
+pkgrel=2
pkgdesc='(Official) neocities.org CLI and API client'
arch=('any')
url='https://neocities.org/cli'
license=('MIT')
-depends=('ruby' 'ruby-rake-12' 'ruby-httpclient' 'ruby-pastel-0.7.2' 'ruby-tty-table-0.10' 'ruby-tty-prompt-0.12')
+depends=('ruby' 'ruby-rake-12' 'ruby-httpclient<3' 'ruby-pastel-0.7.2' 'ruby-tty-table-0.10' 'ruby-tty-prompt-0.12')
options=(!emptydirs)
source=(https://rubygems.org/downloads/$_gemname-$pkgver.gem)
noextract=($_gemname-$pkgver.gem)