summaryrefslogtreecommitdiff
path: root/libre
diff options
context:
space:
mode:
authorAndré Fabian Silva Delgado <emulatorman@parabola.nu>2013-10-14 04:50:25 -0200
committerAndré Fabian Silva Delgado <emulatorman@parabola.nu>2013-10-14 04:50:25 -0200
commitd8515787714f5b5911269f7d70896fbbfcec3e33 (patch)
tree1eb3c576f7b5eb5360c8e0e0b22cf806914b60bf /libre
parent1a136f2885ded3a2281c317ad11257c40304a44f (diff)
parente18fb296307c34cfe0409dcf021c13d7f638450c (diff)
downloadabslibre-d8515787714f5b5911269f7d70896fbbfcec3e33.tar.gz
abslibre-d8515787714f5b5911269f7d70896fbbfcec3e33.tar.bz2
abslibre-d8515787714f5b5911269f7d70896fbbfcec3e33.zip
Merge branch 'master' of ssh://projects.parabolagnulinux.org:1863/srv/git/abslibre
Diffstat (limited to 'libre')
-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')