diff --git a/world/nano b/world/nano index 83b28e8..deb1fad 100644 --- a/world/nano +++ b/world/nano @@ -20,12 +20,12 @@ CONFLICTS=("") # Source information PACKAGE_SRC="https://nano-editor.org/dist/v7/nano-7.2.tar.xz" -SOURCES=("nano=7.2.tar.xz") +SOURCES=("nano-7.2.tar.xz" "nano-7.2") # Installation getsource() { wget $PACKAGE_SRC - tar xvf ${SOURCES} + tar xf ${SOURCES[1]} } buildpkg() {