aboutsummaryrefslogtreecommitdiffstats
path: root/testing/ruby-github-markdown
diff options
context:
space:
mode:
authorEivind Uggedal <eivind@uggedal.com>2014-05-31 20:11:08 +0000
committerEivind Uggedal <eivind@uggedal.com>2014-05-31 20:11:08 +0000
commit25c43def458ffc067d589496590c9eb8db355d19 (patch)
tree73de375ff3e699e2998098817274e4af0b15bced /testing/ruby-github-markdown
parent8eb18fbb89e4c4a06398de222fbbb09c2e0f7ae8 (diff)
downloadaports-25c43def458ffc067d589496590c9eb8db355d19.tar.bz2
aports-25c43def458ffc067d589496590c9eb8db355d19.tar.xz
testing/ruby-github-markdown: add missing ruby-dev dep
Diffstat (limited to 'testing/ruby-github-markdown')
-rw-r--r--testing/ruby-github-markdown/APKBUILD4
1 files changed, 2 insertions, 2 deletions
diff --git a/testing/ruby-github-markdown/APKBUILD b/testing/ruby-github-markdown/APKBUILD
index baa44343c2..f364880828 100644
--- a/testing/ruby-github-markdown/APKBUILD
+++ b/testing/ruby-github-markdown/APKBUILD
@@ -3,14 +3,14 @@
_gemname=github-markdown
pkgname=ruby-$_gemname
pkgver=0.6.5
-pkgrel=0
+pkgrel=1
pkgdesc="Self-contained Markdown parser for GitHub, with all our custom extensions"
url="http://rubygems.org/gems/$_gemname"
arch="all"
license="MIT"
depends="ruby"
depends_dev=""
-makedepends="$depends_dev"
+makedepends="$depends_dev ruby-dev"
install=""
subpackages=""
source="http://gems.rubyforge.org/gems/$_gemname-$pkgver.gem"