summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorH. Rosendahl2019-02-14 16:55:32 +0100
committerH. Rosendahl2019-02-14 16:55:32 +0100
commit9adfa413a3f9c43ed2efe53764850670c9a032c6 (patch)
tree45eb76424de88f3c5581b391470091423ced7282
parentaa85b08b14b4c4260d762b0894f9135edf8ab8b4 (diff)
downloadaur-9adfa413a3f9c43ed2efe53764850670c9a032c6.tar.gz
Explicitly depend on version 1 of kramdown
-rw-r--r--.SRCINFO2
-rw-r--r--PKGBUILD2
2 files changed, 2 insertions, 2 deletions
diff --git a/.SRCINFO b/.SRCINFO
index a97939245a7c..d6bc68eda984 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -8,7 +8,7 @@ pkgbase = um-git
makedepends = git
makedepends = ruby-rake
depends = ruby
- depends = ruby-kramdown=1.17.0
+ depends = ruby-kramdown-1
conflicts = um
options = !emptydirs
source = um-git::git+https://github.com/sinclairtarget/um
diff --git a/PKGBUILD b/PKGBUILD
index 2b35b167dbc6..2b0bd6bbbb17 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -7,7 +7,7 @@ pkgdesc="utility to create and maintain your own man pages so you can remember h
arch=("any")
url="https://github.com/sinclairtarget/um"
license=("MIT")
-depends=("ruby" "ruby-kramdown=1.17.0")
+depends=("ruby" "ruby-kramdown-1")
makedepends=("git" "ruby-rake")
options=(!emptydirs)
conflicts=("um")