Status: archived -- this package has been migrated to the Arch community: https://archlinux.org/packages/community/x86_64/direnv/
How to update the package from Arch on any system:
- Edit the PKGBUILD and change the
pkgverfield. - If you're on Arch, run
./updateand skip to the last step. - If you're on a different system, use the Docker or Vagrant options below to update the checksums and .SRCINFO.
- Commit & push
Install Docker, then run ./docker-srcinfo.
Install Vagrant, then run the following:
# Create vagrant box
vagrant up
vagrant ssh
# Install dev dependencies
sudo pacman -Syu --needed base-devel pacman-contrib
cd /vagrant
./updategit clone ssh://[email protected]/direnv.git direnv-archlinux
cd direnv-archlinux
git remote set-url --add github https://github.com/direnv/direnv-archlinux.git