summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authornoraj2019-02-08 21:07:26 +0100
committernoraj2019-02-08 21:07:26 +0100
commit8867a8c17c45c8ced4cc2e875bd3d23fe9f08cc4 (patch)
tree0bd08486b3e1afbe5ea3b434ebc82a5ac0a8c7c5
parent7f3f628e4f3250e077027b882483f9a21a82e895 (diff)
downloadaur-8867a8c17c45c8ced4cc2e875bd3d23fe9f08cc4.tar.gz
v3.0.2
-rw-r--r--.SRCINFO10
-rw-r--r--.gitignore1
-rw-r--r--PKGBUILD7
3 files changed, 9 insertions, 9 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 47f443a364ca..b105280ffe73 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,17 +1,15 @@
-# Generated by mksrcinfo v8
-# Mon Feb 27 01:47:00 UTC 2017
pkgbase = ruby-github-markup
pkgdesc = The code GitHub uses to render README.markup
- pkgver = 1.4.1
+ pkgver = 3.0.2
pkgrel = 1
url = https://github.com/github/markup
arch = any
license = MIT
depends = ruby
- noextract = github-markup-1.4.1.gem
+ noextract = github-markup-3.0.2.gem
options = !emptydirs
- source = https://rubygems.org/downloads/github-markup-1.4.1.gem
- sha1sums = 5c3f1830754182fe14f70a18b087703b57b352d3
+ source = https://rubygems.org/downloads/github-markup-3.0.2.gem
+ sha512sums = a9775404aebaedbd255ea915ed0dbc5eb155e435990bd01e7a83d8574d814ff7d311d5d54b8a1e8e7b0194f7d77106f899b7cfb705f76a5230c276b05345d8e3
pkgname = ruby-github-markup
diff --git a/.gitignore b/.gitignore
index 32f0ae164510..8e89e1ea6018 100644
--- a/.gitignore
+++ b/.gitignore
@@ -2,3 +2,4 @@ src/
pkg/
*.tar.gz
*.tar.xz
+*.gem
diff --git a/PKGBUILD b/PKGBUILD
index b202aaefc353..1009750e8850 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,9 +1,10 @@
# Generated by gem2arch (https://github.com/anatol/gem2arch)
-# Maintainer: Grey Christoforo <grey@christoforo.net>
+# Maintainer: noraj <printf %s 'YWxleGFuZHJlLnphbm5pQGV1cm9wZS5jb20='|base64 -d>
+# Contributor: Grey Christoforo <grey@christoforo.net>
_gemname=github-markup
pkgname=ruby-$_gemname
-pkgver=1.4.1
+pkgver=3.0.2
pkgrel=1
pkgdesc='The code GitHub uses to render README.markup'
arch=(any)
@@ -13,7 +14,7 @@ depends=(ruby)
options=(!emptydirs)
source=(https://rubygems.org/downloads/$_gemname-$pkgver.gem)
noextract=($_gemname-$pkgver.gem)
-sha1sums=('5c3f1830754182fe14f70a18b087703b57b352d3')
+sha512sums=('a9775404aebaedbd255ea915ed0dbc5eb155e435990bd01e7a83d8574d814ff7d311d5d54b8a1e8e7b0194f7d77106f899b7cfb705f76a5230c276b05345d8e3')
package() {
local _gemdir="$(ruby -e'puts Gem.default_dir')"