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
pkgver
field. - If you're on Arch, run
./update
and 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
./update
git clone ssh://aur@aur.archlinux.org/direnv.git direnv-archlinux
cd direnv-archlinux
git remote set-url --add github https://github.com/direnv/direnv-archlinux.git