summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
authorH. Rosendahl2019-02-14 16:55:32 +0100
committerH. Rosendahl2019-02-14 16:55:32 +0100
commit9adfa413a3f9c43ed2efe53764850670c9a032c6 (patch)
tree45eb76424de88f3c5581b391470091423ced7282 /PKGBUILD
parentaa85b08b14b4c4260d762b0894f9135edf8ab8b4 (diff)
downloadaur-9adfa413a3f9c43ed2efe53764850670c9a032c6.tar.gz
Explicitly depend on version 1 of kramdown
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD2
1 files changed, 1 insertions, 1 deletions
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")