summarylogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--PKGBUILD4
-rw-r--r--autoenv.install2
2 files changed, 2 insertions, 4 deletions
diff --git a/PKGBUILD b/PKGBUILD
index 4555610ce34b..c21753118308 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,8 +1,8 @@
# Maintainer: jyantis <yantis@yantis.net>
pkgname=autoenv-git
-pkgver=1.0.0.r102.c4bc3f5
-pkgrel=2
+pkgver=0.2.0.r187.7eb70ec
+pkgrel=1
pkgdesc='Directory based enviroments'
arch=('any')
url='https://github.com/kennethreitz/autoenv'
diff --git a/autoenv.install b/autoenv.install
index e4363ea490d0..94c7e6a8007b 100644
--- a/autoenv.install
+++ b/autoenv.install
@@ -9,5 +9,3 @@ post_install() {
echo
echo "Note: Autoenv overrides cd. If you already do this, invoke autoenv_init within your custom cd after sourcing activate.sh."
}
-
-