summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
authorAnatoly Bashmakov2020-12-31 13:01:03 +0200
committerAnatoly Bashmakov2020-12-31 13:01:03 +0200
commit43f3f6a1a1b561c5b7c77815fece489da70324d1 (patch)
treeae29b4196cce7287d6dd72b14e1022e8222b94af /PKGBUILD
parent433b532a1f1ff68cf1e8cb2b7db334069dfdf964 (diff)
downloadaur-ruby-sinatra-contrib.tar.gz
Remove unnecessary dependency
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD3
1 files changed, 1 insertions, 2 deletions
diff --git a/PKGBUILD b/PKGBUILD
index 9f04ca7645db..1c2e32973450 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -3,7 +3,7 @@
_gemname=sinatra-contrib
pkgname=ruby-$_gemname
pkgver=2.1.0
-pkgrel=1
+pkgrel=2
pkgdesc='Collection of useful Sinatra extensions'
arch=(any)
url='http://sinatrarb.com/contrib/'
@@ -11,7 +11,6 @@ license=(MIT)
depends=(ruby
ruby-sinatra
ruby-mustermann
- ruby-backports
ruby-tilt
ruby-rack-protection
ruby-multi_json)