summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorM. Greyson Christoforo2024-05-06 14:11:43 -0600
committerM. Greyson Christoforo2024-05-06 14:11:43 -0600
commitc3857a3e413ed2261776a127ff238336383ebccd (patch)
treee82ba4f693d7549e11f72d04683091e89f3c82d0
parent21666e232c004bcec01153b1568c5376acc5b11e (diff)
downloadaur-gollum.tar.gz
fix deps
-rw-r--r--.SRCINFO6
-rw-r--r--PKGBUILD8
2 files changed, 8 insertions, 6 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 7e45a41b0b69..10f96029aa6b 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,7 +1,7 @@
pkgbase = gollum
pkgdesc = A simple, Git-powered wiki with a local frontend and support for many kinds of markup and content.
pkgver = 6.0.0
- pkgrel = 2
+ pkgrel = 3
url = http://github.com/gollum/gollum
arch = x86_64
license = MIT
@@ -17,8 +17,8 @@ pkgbase = gollum
depends = ruby-kramdown
depends = ruby-kramdown-parser-gfm
depends = ruby-rackup
- depends = ruby-sinatra
- depends = ruby-sinatra-contrib
+ depends = ruby-sinatra-4
+ depends = ruby-sinatra-contrib-4
depends = ruby-mustache-sinatra
depends = ruby-useragent
depends = ruby-gemojione
diff --git a/PKGBUILD b/PKGBUILD
index 01ffda19b0ab..b2a41f4ddb1a 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -3,7 +3,7 @@ _name=gollum
provides=(ruby-gollum)
pkgver=6.0.0
_commit=2666669e7cf7fd24374164ef881ce5c600c176c1
-pkgrel=2
+pkgrel=3
pkgdesc='A simple, Git-powered wiki with a local frontend and support for many kinds of markup and content.'
arch=(x86_64)
url='http://github.com/gollum/gollum'
@@ -14,8 +14,8 @@ ruby-gollum-lib
ruby-kramdown
ruby-kramdown-parser-gfm
ruby-rackup
-ruby-sinatra
-ruby-sinatra-contrib
+ruby-sinatra-4
+ruby-sinatra-contrib-4
ruby-mustache-sinatra
ruby-useragent
ruby-gemojione
@@ -52,6 +52,8 @@ prepare() {
# update gemspec/Gemfile to allow newer version of the dependencies
sed --in-place --regexp-extended 's|~>|>=|g' "${_name}.gemspec"
+
+ sed -i '/therubyrhino/d' "${_name}.gemspec"
}
build() {