From b372e6679b16c40c06adbf67ebae01d9d2dcec85 Mon Sep 17 00:00:00 2001 From: Andrew Guschin Date: Sat, 18 Jul 2020 05:13:11 -0400 Subject: Bumped to 0.8.4 and fixed url build.sh --- DEBIAN/control | 2 +- build.sh | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/DEBIAN/control b/DEBIAN/control index 60eac1e..d461950 100644 --- a/DEBIAN/control +++ b/DEBIAN/control @@ -1,5 +1,5 @@ Package: st -Version: 0.8.2-1 +Version: 0.8.4-1 Provides: x-terminal-emulator Maintainer: Andrew Guschin Architecture: amd64 diff --git a/build.sh b/build.sh index 9c849cd..6a618b8 100755 --- a/build.sh +++ b/build.sh @@ -3,7 +3,7 @@ base_dir="$(dirname $(readlink -f "$0") )" pkg_name="st" pkg_folder="$base_dir/$pkg_name-package" -src="https://git.karmanline.ru/$pkg_name.git" +src="https://git.vasthecat.ru/$pkg_name.git" git clone "$src" "$base_dir/$pkg_name-src" mkdir -p "$pkg_folder/usr/bin" -- cgit v1.2.3