summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAndrew Guschin <saintruler@gmail.com>2020-07-18 05:13:11 -0400
committerAndrew Guschin <saintruler@gmail.com>2020-07-18 05:13:11 -0400
commitb372e6679b16c40c06adbf67ebae01d9d2dcec85 (patch)
tree4a3fb1ce340d0d41189089abc712af39ae91b9bc
parent2c74cdb84524e566967377d0e375d189b2089381 (diff)
Bumped to 0.8.4 and fixed url build.sh
-rw-r--r--DEBIAN/control2
-rwxr-xr-xbuild.sh2
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 <saintruler@gmail.com>
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"