Package Details: ruby-dotenv 3.2.0-1

Git Clone URL: https://aur.archlinux.org/ruby-dotenv.git (read-only, click to copy)
Package Base: ruby-dotenv
Description: Loads environment variables from .env
Upstream URL: https://github.com/bkeepers/dotenv
Licenses: MIT
Submitter: whynothugo
Maintainer: carsme (yochananmarqos)
Last Packager: yochananmarqos
Votes: 7
Popularity: 0.000017
First Submitted: 2015-08-24 16:49 (UTC)
Last Updated: 2026-04-05 22:38 (UTC)

Latest Comments

1 2 Next › Last »

carsme commented on 2026-04-05 22:03 (UTC)

@yochananmarqos Added you as a co-maintainer, thanks for helping out.

yochananmarqos commented on 2026-04-05 21:56 (UTC)

@carsme: Could you please update to 3.2.0? licensee is broken without the update. You may add me as a Co-Maintainer if you'd like.

carsme commented on 2023-05-14 13:28 (UTC)

@a.kudelin Could you apply the suggested fix to the conflict with community/python-dotenv? Or add me as co-maintainer and I'll do it. Much appreciated, thanks.

Levitating commented on 2021-06-27 13:58 (UTC)

@bug-reaper I hopw you understand that the fix posted by @frebib isn't actually present in this package.

You'll have to clone this repository and then modify the PKGBUILD yourself.

bug-reaper commented on 2021-06-15 06:06 (UTC)

error: failed to commit transaction (conflicting files)
ruby-dotenv: /usr/bin/dotenv exists in filesystem (owned by python-dotenv)

Even with latest simple fix. Seems like python and ruby thrashing.

frebib commented on 2021-01-25 14:52 (UTC)

A simple "fix":

diff --git a/PKGBUILD b/PKGBUILD
index dea9a5d..01bfa18 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -20,5 +20,6 @@ package() {
   local _gemdir="$(ruby -e'puts Gem.default_dir')"
   gem install --ignore-dependencies --no-user-install -i "$pkgdir/$_gemdir" -n "$pkgdir/usr/bin" $_gemname-$pkgver.gem
   rm "$pkgdir/$_gemdir/cache/$_gemname-$pkgver.gem"
+  mv "$pkgdir/usr/bin/dotenv" "$pkgdir/usr/bin/ruby-dotenv"
   install -D -m644 "$pkgdir/$_gemdir/gems/$_gemname-$pkgver/LICENSE" "$pkgdir/usr/share/licenses/$pkgname/LICENSE"
 }

stevenroose commented on 2020-10-26 09:34 (UTC)

I have the same issue with python-dotenv.

farwayer commented on 2020-06-17 16:36 (UTC)

I will think what we can do in this situation

kumpelblase2 commented on 2020-06-16 18:42 (UTC)

Recently, python-dotenv has been introduced into the community repo (because it's required for docker-compose). Unfortunately, it also uses the binary name dotenv.

I assume there's sadly nothing that can be done to avoid this, is that correct?

markzz commented on 2017-04-12 13:57 (UTC)

ruby-rake is included in the depends on the .SRCINFO, but not in the PKGBUILD. Perhaps run a quick mksrcinfo?