summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--repo/core/tar.xibuild3
1 files changed, 1 insertions, 2 deletions
diff --git a/repo/core/tar.xibuild b/repo/core/tar.xibuild
index a12f3c4..325b930 100644
--- a/repo/core/tar.xibuild
+++ b/repo/core/tar.xibuild
@@ -2,11 +2,10 @@
DEPS=(glibc)
-SOURCE=https://git.savannah.gnu.org/git/tar.git
+SOURCE=https://ftp.gnu.org/gnu/tar/tar-1.34.tar.xz
DESC="Utility used to store, backup and transport files"
build () {
- ./bootstrap
./configure --prefix=/usr
make
make DESTDIR=$PKG_DEST install