Package Details: sup 1.1-1

Git Clone URL: https://aur.archlinux.org/sup.git (read-only, click to copy)
Package Base: sup
Description: Console-based email client for people with a lot of email. Great mutt alternative.
Upstream URL: http://sup-heliotrope.github.io/
Licenses: GPL2
Conflicts: sup-git
Submitter: Garoth
Maintainer: rpdelaney
Last Packager: MarsSeed
Votes: 51
Popularity: 0.000000
First Submitted: 2009-05-12 15:12 (UTC)
Last Updated: 2022-06-09 21:16 (UTC)

Latest Comments

1 2 3 4 5 6 .. 10 Next › Last »

MarsSeed commented on 2022-06-09 21:26 (UTC) (edited on 2022-06-09 21:27 (UTC) by MarsSeed)

I've managed to fix and update this package, and now magically it works!

Dwa30v commented on 2020-11-14 14:30 (UTC) (edited on 2020-11-16 16:01 (UTC) by Dwa30v)

Building ruby-rr...
==> Making package: ruby-rr 1.2.1-3 (2020-11-16T16:40:50 CET)
==> Checking runtime dependencies...
==> Checking buildtime dependencies...
==> Missing dependencies:
  -> ruby-test-unit-rr
==> ERROR: Could not resolve all dependencies.

More info: https://aur.archlinux.org/packages/ruby-test-unit-rr

IPv2 commented on 2020-07-15 20:06 (UTC)

Dependencies have changed with upstream release of version 1.0

@asch - please could you update to:

  • Remove 3 old dependencies: 'ruby-chronic-old', 'ruby-rmail-sup', 'ruby-trollop'
  • Add 4 new dependencies: 'ruby-chronic', 'ruby-rmail', 'ruby-optimist', 'ruby-unicode-display_width'

(Same changes will also be needed in the sup-git AUR package)

ulidtko commented on 2020-07-13 14:57 (UTC)

diff --git i/PKGBUILD w/PKGBUILD
index cffc74d..ddccfd0 100644
--- i/PKGBUILD
+++ w/PKGBUILD
@@ -11,7 +11,7 @@ license=('GPL')
 depends=('ruby-chronic-old' 'ruby-highline' 'ruby-locale' 'ruby-lockfile' 'ruby-mime-types' 'ruby-ncursesw' 'ruby-rmail-sup' 'ruby-trollop' 'ruby-unicode' 'ruby-xapian-ruby')
 optdepends=('ruby-gpgme: PGP support')
 conflicts=(sup-git)
-source=(http://gems.rubyforge.org/gems/$_gemname-$pkgver.gem)
+source=(https://rubygems.org/downloads/$_gemname-$pkgver.gem)
 noextract=($_gemname-$pkgver.gem)
 sha256sums=('f1b1af9e6617a3ce076ffd7419c3d5c325ee46d9e299fc60fb86b8aa63d7429f')

They also just released v1.0 yesterday.

dreieck commented on 2018-09-03 14:30 (UTC)

New upstream url: http://sup-heliotrope.github.io/

asch commented on 2017-03-02 16:12 (UTC)

@egils: This package is stable version of original sup which does not work with ruby 2.4. Please use sup-git instead.

dpriskorn commented on 2017-03-02 05:37 (UTC)

I got 2 errors installing this package on a fresh arch x86_64: - fixnum error - _xapian.so not found According to https://github.com/sup-heliotrope/sup/issues/532 the xapian-error can be circumvented by running this after installing sup: gem install --user-install xapian-ruby The fixnum error can be solved by editing the source and replacing "Fixnum" with "Integer". Maybe a patch in the PKGBUILD could take care of this? Cheers

ainola commented on 2015-08-17 14:58 (UTC)

I've migrated ruby-rmail-sup over as it hadn't made the transition to AUR4. I've orphaned as I'm not interested in maintaining it. Thanks for maintaining this PKGBUILD. :)

sysfu commented on 2014-03-14 20:25 (UTC)

error below appears to have been resolved by an update to one of the ruby dependencies. I installed sup on another workstation today and sup-config will run now.

sysfu commented on 2014-02-20 21:40 (UTC)

Installed on another workstation succesfully, but getting this error when running sup-config /usr/lib/ruby/2.1.0/rubygems/dependency.rb:298:in `to_specs': Could not find 'highline' (>= 0) among 18 total gem(s) (Gem::LoadError) from /usr/lib/ruby/2.1.0/rubygems/specification.rb:1295:in `block in activate_dependencies' from /usr/lib/ruby/2.1.0/rubygems/specification.rb:1284:in `each' from /usr/lib/ruby/2.1.0/rubygems/specification.rb:1284:in `activate_dependencies' from /usr/lib/ruby/2.1.0/rubygems/specification.rb:1266:in `activate' from /usr/lib/ruby/2.1.0/rubygems/core_ext/kernel_gem.rb:54:in `gem' from /usr/bin/sup-config:22:in `<main>'