evaryont-arson 2.0.1 → 2.0.2

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
data/PKGBUILD CHANGED
@@ -1,6 +1,6 @@
1
1
  # Contributor: Colin 'Evaryont' Shea <evaryont@saphrix.com>
2
2
  pkgname=arson
3
- pkgver=2.0.1
3
+ pkgver=2.0.2
4
4
  pkgrel=1
5
5
  pkgdesc="The HOT AUR search helper!"
6
6
  arch=(any)
@@ -11,7 +11,7 @@ makedepends=(rubygems)
11
11
  filename="evaryont-$pkgname-$pkgver.gem"
12
12
  source=(http://gems.github.com/gems/$filename)
13
13
  noextract=($filename)
14
- md5sums=('4ce53c86823a0df27696077780951049')
14
+ md5sums=('978da401438c6d18b78ad0e89254111a')
15
15
 
16
16
  build() {
17
17
  cd $srcdir
data/VERSION.yml CHANGED
@@ -1,4 +1,4 @@
1
1
  ---
2
- :patch: 1
2
+ :patch: 2
3
3
  :major: 2
4
4
  :minor: 0
data/arson.gemspec CHANGED
@@ -2,11 +2,11 @@
2
2
 
3
3
  Gem::Specification.new do |s|
4
4
  s.name = %q{arson}
5
- s.version = "2.0.1"
5
+ s.version = "2.0.2"
6
6
 
7
7
  s.required_rubygems_version = Gem::Requirement.new(">= 0") if s.respond_to? :required_rubygems_version=
8
8
  s.authors = ["Colin 'Evaryont' Shea"]
9
- s.date = %q{2009-05-02}
9
+ s.date = %q{2009-05-07}
10
10
  s.default_executable = %q{arson}
11
11
  s.description = %q{The HOT AUR search helper}
12
12
  s.email = %q{evaryont@saphrix.com}
data/bin/arson CHANGED
@@ -27,6 +27,7 @@ if pkg = ARGV.to_s.scan(/aur(-.*?)?\/(.*)/i).flatten[1]
27
27
  exit 0
28
28
  else
29
29
  warn "I think you attempted to download a package, but I couldn't find it"
30
+ exit 0
30
31
  end
31
32
  end
32
33
 
@@ -63,13 +64,14 @@ if packages.length > 1
63
64
  HERE
64
65
  $stdout.flush
65
66
  end
66
-
67
- if File.exists? "/usr/bin/pacman-color"
68
- exec "/usr/bin/pacman-color -Ss #{ARGV.join(' ')}"
69
- else
70
- exec "/usr/bin/pacman -Ss #{ARGV.join(' ')}"
71
- end
72
67
  elsif packages.length == 1
73
68
  puts "Downloading #{packages.first['Name']}..."
74
69
  Arson.download(packages.first)
70
+ exit 0
71
+ end
72
+
73
+ if File.exists? "/usr/bin/pacman-color"
74
+ exec "/usr/bin/pacman-color -Ss #{ARGV.join(' ')}"
75
+ else
76
+ exec "/usr/bin/pacman -Ss #{ARGV.join(' ')}"
75
77
  end
data/lib/arson/version.rb CHANGED
@@ -1,5 +1,5 @@
1
1
  # Automattically generated by `rake version:write' - use version:bump to change
2
2
  # this, do not edit this directly, as it will be overwritten!
3
3
  class Arson
4
- VERSION = [2, 0, 1]
4
+ VERSION = [2, 0, 2]
5
5
  end
metadata CHANGED
@@ -1,7 +1,7 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: evaryont-arson
3
3
  version: !ruby/object:Gem::Version
4
- version: 2.0.1
4
+ version: 2.0.2
5
5
  platform: ruby
6
6
  authors:
7
7
  - Colin 'Evaryont' Shea
@@ -9,7 +9,7 @@ autorequire:
9
9
  bindir: bin
10
10
  cert_chain: []
11
11
 
12
- date: 2009-05-02 00:00:00 -07:00
12
+ date: 2009-05-07 00:00:00 -07:00
13
13
  default_executable: arson
14
14
  dependencies:
15
15
  - !ruby/object:Gem::Dependency