summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorkistlin2021-08-10 05:40:39 +0200
committerkistlin2021-08-10 05:40:39 +0200
commit89a42fbfbb2009ab1fa51d7afd91f428ee541dca (patch)
tree591a5b9ee2b3bfba86b15059ac1dd5e9b20c57c1
parentc6adec197c5df923b6054a748bb299612d609d19 (diff)
downloadaur-89a42fbfbb2009ab1fa51d7afd91f428ee541dca.tar.gz
use file:// prefix in .SRCINFO, to prevent aur from aborting the push
-rw-r--r--.SRCINFO1
-rw-r--r--PKGBUILD2
2 files changed, 2 insertions, 1 deletions
diff --git a/.SRCINFO b/.SRCINFO
index b5daa85e9bb8..3f810456e1c9 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -12,6 +12,7 @@ pkgbase = scrt-sfx-opt-bin
depends = icu66
provides = SecureCRT
provides = SecureFX
+ source = file://scrt-sfx-9.0.2.2496.ubuntu20-64.tar.gz
source = scrt-sfx-opt-bin-9.0.2-2496.conf
source = scrt-sfx-opt-bin-9.0.2-2496.install
sha512sums = 62e3ec59da19c995c785ba839f6a26d96b848efcf251c4fe92976be6503271eff5082e16b78de3b6c8f9598990ed8efe2ec6ddb5ae200f15b4e1774d143b7ac4
diff --git a/PKGBUILD b/PKGBUILD
index fd848598ff24..5bff9dfd08bc 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -16,7 +16,7 @@ _tarball_name=${_tarball_base_name}.tar.gz
_ld_so_conf_name=${pkgname}-${pkgver}-${pkgrel}.conf
source=(
- "${_tarball_name}"
+ "file://${_tarball_name}"
"${_ld_so_conf_name}"
"${install}"
)