Compare commits

..

7 commits

6 changed files with 15 additions and 6 deletions

View file

@ -136,6 +136,13 @@ exclude_regex = "^.*(alpha|beta|rc).*$"
# github # github
[bibtool]
source = "github"
github = "ge-ne/bibtool"
use_max_tag = true
from_pattern = 'BibTool_(\d+)_(\d+)'
to_pattern = '\1.\2'
[reshape] [reshape]
source = "github" source = "github"
github = "fabianlindfors/reshape" github = "fabianlindfors/reshape"
@ -374,6 +381,7 @@ use_max_tag = true
source = "github" source = "github"
github = "MidnightCommander/mc" github = "MidnightCommander/mc"
use_max_tag = true use_max_tag = true
exclude_regex = "^.*(alpha|beta|rc|pre).*$"
[dopewars] [dopewars]
source = "github" source = "github"

2
dsq

@ -1 +1 @@
Subproject commit c47261111abb4a052c39a7638456ef5451c382c3 Subproject commit 7839c5948787b82b85d37eae1e271afff7548a0a

2
pijul

@ -1 +1 @@
Subproject commit 3a1866ab0e8d9dc11156084cfd12484a82352d6f Subproject commit c0b6b4ed77c674cd575e57594c15d7cc65f3f623

@ -1 +1 @@
Subproject commit 706badfac2bfc0ada5c3781a2c201e93681ec412 Subproject commit 741e428a6d0a3bf01a6a0556bfa17dab7a7b0568

View file

@ -4,7 +4,7 @@
_gemname=parallel _gemname=parallel
pkgname=ruby-$_gemname pkgname=ruby-$_gemname
pkgver=1.21.0 pkgver=1.22.0
pkgrel=1 pkgrel=1
pkgdesc="Ruby: parallel processing made simple and fast" pkgdesc="Ruby: parallel processing made simple and fast"
arch=('any') arch=('any')
@ -15,7 +15,8 @@ makedepends=('ruby-rdoc')
options=('!emptydirs') options=('!emptydirs')
source=("https://rubygems.org/downloads/$_gemname-$pkgver.gem") source=("https://rubygems.org/downloads/$_gemname-$pkgver.gem")
noextract=("$_gemname-$pkgver.gem") noextract=("$_gemname-$pkgver.gem")
b2sums=('bdb2234feb3b6b3935ffb334673d76bcd0714157fc96d56110b6584887a9227f76aca45e8bf2f449a713da8b19b781caf49fadaa6d020f634d06dae174f40271') sha512sums=('a72f5eb646ae91962e622333e4c36f46cd3e4b227b456b821bc86dbbf5a7e2e26a2b173b858bce0a55c663ea3e4eb3802406f1557ad78602be9befe9cfe83230')
b2sums=('3b1d89312141040428f0b62d049c99097a30854f70927dc64fdb921371ce0dfee19db3b62f221e6f571f86c6e03fd15036144f6f991b3f13d5f3bea86b04dbf3')
package() { package() {
local _gemdir="$(ruby -e'puts Gem.default_dir')" local _gemdir="$(ruby -e'puts Gem.default_dir')"

@ -1 +1 @@
Subproject commit fea14d91ea509a445d8133526d5c5399c2ed0b00 Subproject commit 67fb24ff548f2120f5895f5322f887398cea7cbe