summaryrefslogtreecommitdiff
path: root/libre/ruby-rdiscount
diff options
context:
space:
mode:
authorLuke Shumaker <LukeShu@sbcglobal.net>2013-10-13 14:17:42 -0400
committerLuke Shumaker <LukeShu@sbcglobal.net>2013-10-13 14:17:42 -0400
commite18fb296307c34cfe0409dcf021c13d7f638450c (patch)
treecd95c9d74c43e67d93c6638d48d63d9c2e2ae745 /libre/ruby-rdiscount
parent165e019f58d9befc4cf2df4a0d756cd34744d25b (diff)
update libre/ruby-rdiscount
Diffstat (limited to 'libre/ruby-rdiscount')
-rw-r--r--libre/ruby-rdiscount/PKGBUILD14
1 files changed, 5 insertions, 9 deletions
diff --git a/libre/ruby-rdiscount/PKGBUILD b/libre/ruby-rdiscount/PKGBUILD
index 76e4b58bd..b6cbcc4cc 100644
--- a/libre/ruby-rdiscount/PKGBUILD
+++ b/libre/ruby-rdiscount/PKGBUILD
@@ -4,24 +4,18 @@
_gemname=rdiscount
pkgname=ruby-$_gemname
-pkgver=1.6.5
+pkgver=2.1.6
pkgdesc="C implementation of John Gruber's Markdown."
url="http://dafoster.net/projects/rdiscount/"
-# About the license: It is a 4-clause BSD license with the 3rd clause modified
-# to mention documentation instead of advertising. Not to be confused with
-# "Modified BSD", which the FSF uses to refer to a 3-clause BSD license
-# (dropping the 3rd clause). Because of the way it is modified, it doesn't have
-# the problems normally associated with the 4-clause BSD license.
-license=('custom:modified-BSD4')
+license=('BSD3')
-pkgrel=2
+pkgrel=1
arch=('i686' 'x86_64')
depends=('ruby')
makedepends=('rubygems')
source=(http://rubygems.org/downloads/$_gemname-$pkgver.gem)
noextract=($_gemname-$pkgver.gem)
-md5sums=('2de321f1ba826f80b84fe45c0d013fcf')
package() {
cd "${srcdir}"
@@ -36,3 +30,5 @@ package() {
install -Dm644 "$file" "$pkgdir"/usr/share/man/man${file##*.}/${file##*/}
done
}
+
+md5sums=('99c5a8f33f6796e766f0b8e73b0519c6')