summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorM. Greyson Christoforo2024-05-06 10:05:32 -0600
committerM. Greyson Christoforo2024-05-06 10:05:32 -0600
commit72be6beca8c0953a31f27defdf091aa41d9fd3cd (patch)
treed1651419c042e4e3fb78c95aff9126bbf25b99ed
parent2bb174126508e288c8559d71388e007db2d08283 (diff)
downloadaur-72be6beca8c0953a31f27defdf091aa41d9fd3cd.tar.gz
add missing dep
-rw-r--r--.SRCINFO1
-rw-r--r--PKGBUILD3
2 files changed, 3 insertions, 1 deletions
diff --git a/.SRCINFO b/.SRCINFO
index aae0fca4211e..64ec2815629d 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -19,6 +19,7 @@ pkgbase = ruby-gollum-lib
depends = ruby-github-markup
depends = ruby-gemojione
depends = ruby-twitter-text
+ depends = ruby-gollum-rugged_adapter
source = git+https://github.com/gollum/gollum-lib.git#commit=15aae49016860a7fa3c04bd6f48fee9fd43a518d
sha1sums = SKIP
diff --git a/PKGBUILD b/PKGBUILD
index 3ed11dcbcbdd..54f844046b72 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -2,7 +2,7 @@ pkgname=ruby-gollum-lib
_name=gollum-lib
pkgver=6.0
_commit=15aae49016860a7fa3c04bd6f48fee9fd43a518d
-pkgrel=1
+pkgrel=2
pkgdesc='A simple, Git-powered wiki with a sweet API.'
arch=(x86_64)
url='http://github.com/gollum/gollum-lib'
@@ -14,6 +14,7 @@ ruby-loofah
ruby-github-markup
ruby-gemojione
ruby-twitter-text
+ruby-gollum-rugged_adapter
)
makedepends=(
git