From e18fb296307c34cfe0409dcf021c13d7f638450c Mon Sep 17 00:00:00 2001 From: Luke Shumaker Date: Sun, 13 Oct 2013 14:17:42 -0400 Subject: update libre/ruby-rdiscount --- libre/ruby-rdiscount/PKGBUILD | 14 +++++--------- 1 file 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') -- cgit v1.2.3-54-g00ecf