Commit fb210396 authored by Eric Vidal's avatar Eric Vidal
Browse files

upgpkg : obarun-install 0.4

parent 7dfbb45c
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -10,7 +10,7 @@ license=('BEERWARE')
depends=('arch-install-scripts' 'mc' 'yaourt')
backup=()
install=
source=("obarun-install::git+https://github.com/Obarun/obarun-install#tag=v0.3.4")
source=("obarun-install::git+https://github.com/Obarun/obarun-install#tag=v0.4")
md5sums=('SKIP')


+481 −125

File changed.

Preview size limit exceeded, changes collapsed.

+1 −1
Original line number Diff line number Diff line
@@ -16,7 +16,7 @@ shopt -s extglob
##		Check is the functions file exits

if [[ -f `pwd`/functions ]]; then
  source functions
  source `pwd`/functions
else
  echo "==>> Missing file : functions"
  exit