summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
authorH. Rosendahl2019-02-10 18:54:55 +0100
committerH. Rosendahl2019-02-10 18:54:55 +0100
commitaa85b08b14b4c4260d762b0894f9135edf8ab8b4 (patch)
treef57ca9ec11f1184e4cba1c674b7c751f085d5b8f /PKGBUILD
parentcc109a524eb65dca32a0f6f889ae3aeea7e2150c (diff)
downloadaur-aa85b08b14b4c4260d762b0894f9135edf8ab8b4.tar.gz
Require kramdown version 1
It is available in the AUR in the package "ruby-kramdown-1"
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD4
1 files changed, 2 insertions, 2 deletions
diff --git a/PKGBUILD b/PKGBUILD
index 60de7e86acdb..2b35b167dbc6 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -2,12 +2,12 @@
pkgname=um-git
_gemname=um
pkgver=4.1.0.r11.g7763e42
-pkgrel=1
+pkgrel=2
pkgdesc="utility to create and maintain your own man pages so you can remember how to do stuff"
arch=("any")
url="https://github.com/sinclairtarget/um"
license=("MIT")
-depends=("ruby" "ruby-kramdown")
+depends=("ruby" "ruby-kramdown=1.17.0")
makedepends=("git" "ruby-rake")
options=(!emptydirs)
conflicts=("um")