summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
authorAnatoly Bashmakov2020-08-09 00:32:32 +0300
committerAnatoly Bashmakov2020-08-09 00:32:32 +0300
commitd10f49bac1f977f01254b0ee35baaf3ff6281b3c (patch)
tree735590879ce4bb62389f1978dc48779dc1d6b666 /PKGBUILD
parent0bc898df2cf9c82136a6ea3dd29bc654e04133f5 (diff)
downloadaur-ruby-twitter-text-1.tar.gz
fix dependencies
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD4
1 files changed, 2 insertions, 2 deletions
diff --git a/PKGBUILD b/PKGBUILD
index 72dd452972e5..91ad6b45a639 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -4,13 +4,13 @@
_gemname=twitter-text
pkgname=ruby-$_gemname-1
pkgver=1.14.7
-pkgrel=2
+pkgrel=3
pkgdesc='Twitter text handling library'
arch=(any)
url='http://twitter.com'
license=('Apache')
depends=(ruby
- 'ruby-unf<2')
+ 'ruby-unf<0.2')
makedepends=('ruby-rdoc')
provides=("ruby-$_gemname=$pkgver")
options=(!emptydirs)