diff --git a/alr-bin/alr.sh b/alr-bin/alr.sh index 1b12bf4..767c42c 100644 --- a/alr-bin/alr.sh +++ b/alr-bin/alr.sh @@ -12,10 +12,6 @@ conflicts=('alr' 'alr-bin' 'alr-git') sources=("https://gitea.plemya-x.ru/Plemya-x/ALR/releases/download/v${version}/alr-${version}-linux-x86_64.tar.gz") checksums=('SKIP') -scripts=( - ['postinstall']='postinstall.sh' -) - prepare() { cd $srcdir } diff --git a/alr-git/alr.sh b/alr-git/alr.sh index 8284e10..1f22b54 100644 --- a/alr-git/alr.sh +++ b/alr-git/alr.sh @@ -1,5 +1,5 @@ name='alr-git' -version=277.07187da +version=297.b852688ab0 release=1 desc='Any Linux Repository' homepage='https://gitea.plemya-x.ru/Plemya-x/ALR' @@ -18,10 +18,6 @@ build_deps_opensuse=('go') sources=("git+https://gitea.plemya-x.ru/Plemya-x/ALR.git") checksums=('SKIP') -scripts=( - ['postinstall']='postinstall.sh' -) - version() { cd "${srcdir}/ALR" git-version