3/1/23 (again)

This commit is contained in:
Liam Waldron 2023-03-01 11:24:53 -05:00
parent 559dcfb079
commit 959017ca52

View File

@ -20,12 +20,12 @@ CONFLICTS=("")
# Source information # Source information
PACKAGE_SRC="https://nano-editor.org/dist/v7/nano-7.2.tar.xz" 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 # Installation
getsource() { getsource() {
wget $PACKAGE_SRC wget $PACKAGE_SRC
tar xvf ${SOURCES} tar xf ${SOURCES[1]}
} }
buildpkg() { buildpkg() {