diff options
| -rw-r--r-- | DEBIAN/control | 2 | ||||
| -rwxr-xr-x | 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 <saintruler@gmail.com> Architecture: amd64 @@ -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" |