summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorCarsten Feuls2018-02-07 11:47:30 +0100
committerCarsten Feuls2018-02-07 11:47:30 +0100
commit867dc90dedf99845eee2bf182dbf7258124e1d1a (patch)
treefca48274edf8e3ca95d5c958f9b01b88fe2d5fc2
parent836f9e91666af2f2a324cfbea567f2f334ca32ff (diff)
downloadaur-867dc90dedf99845eee2bf182dbf7258124e1d1a.tar.gz
Update to 2.2.0
-rw-r--r--.SRCINFO8
-rw-r--r--.gitignore4
-rw-r--r--PKGBUILD12
3 files changed, 14 insertions, 10 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 95537fad986f..fb1536714ba1 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,15 +1,17 @@
+# Generated by mksrcinfo v8
+# Wed Feb 7 10:45:04 UTC 2018
pkgbase = ruby-classifier-reborn
pkgdesc = A general classifier module to allow Bayesian and other types of classifications.
- pkgver = 2.0.3
+ pkgver = 2.2.0
pkgrel = 1
url = https://github.com/jekyll/classifier-reborn
arch = any
license = LGPL
depends = ruby
depends = ruby-fast-stemmer
- noextract = classifier-reborn-2.0.3.gem
+ noextract = classifier-reborn-2.2.0.gem
options = !emptydirs
- source = https://rubygems.org/downloads/classifier-reborn-2.0.3.gem
+ source = https://rubygems.org/downloads/classifier-reborn-2.2.0.gem
sha1sums = 7103d7449eb0d26bd9549fd29f7847bbba78ef9f
pkgname = ruby-classifier-reborn
diff --git a/.gitignore b/.gitignore
new file mode 100644
index 000000000000..018a3de08144
--- /dev/null
+++ b/.gitignore
@@ -0,0 +1,4 @@
+*
+!PKGBUILD
+!.SRCINFO
+!.gitignore
diff --git a/PKGBUILD b/PKGBUILD
index add7e023560b..8358961ff7c1 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,20 +1,18 @@
-# Generated by gem2arch (https://github.com/anatol/gem2arch)
-# Maintainer: Hugo Osvaldo Barrera <hugo@barrera.io>
-# Contributor: Anatol Pomozov <anatol.pomozov@gmail.com>
+# Maintainer: Carsten Feuls <archlinux@carstenfeuls.de>
_gemname=classifier-reborn
pkgname=ruby-$_gemname
-pkgver=2.0.3
+pkgver=2.2.0
pkgrel=1
pkgdesc='A general classifier module to allow Bayesian and other types of classifications.'
-arch=(any)
+arch=('any')
url='https://github.com/jekyll/classifier-reborn'
license=(LGPL)
-depends=(ruby ruby-fast-stemmer)
+depends=('ruby' 'ruby-fast-stemmer')
options=(!emptydirs)
source=(https://rubygems.org/downloads/$_gemname-$pkgver.gem)
noextract=($_gemname-$pkgver.gem)
-sha1sums=('7103d7449eb0d26bd9549fd29f7847bbba78ef9f')
+sha1sums=('971c1da590f99a90c92183e3a010c0c948def278')
package() {
local _gemdir="$(ruby -e'puts Gem.default_dir')"