diff options
author | Eric Engestrom | 2022-04-18 23:00:05 +0100 |
---|---|---|
committer | Eric Engestrom | 2022-04-18 23:04:15 +0100 |
commit | 2fd7756ce9fe824ed8104891a5ed82753ba51b53 (patch) | |
tree | 540e5f131b603789ffa769491bd67cf937f64a51 /PKGBUILD | |
parent | 6037b5ade32b16f58b435e8e25a0baebd349fab0 (diff) | |
download | aur-2fd7756ce9fe824ed8104891a5ed82753ba51b53.tar.gz |
add `file://` prefix to appease AUR git push filters
Diffstat (limited to 'PKGBUILD')
-rw-r--r-- | PKGBUILD | 4 |
1 files changed, 2 insertions, 2 deletions
@@ -11,8 +11,8 @@ depends=('java-environment') makedepends=('libarchive') options=('!strip') -source_i686=( "cov-analysis-linux-$pkgver.tar.gz") -source_x86_64=("cov-analysis-linux64-$pkgver.tar.gz") +source_i686=( "file://cov-analysis-linux-$pkgver.tar.gz") +source_x86_64=("file://cov-analysis-linux64-$pkgver.tar.gz") sha256sums_i686=('d251243887c3219738bae254c6bfcbc24ccde9633a53283587576d333d41bff0') sha256sums_x86_64=('dd520c04197d58d01e2b3cdaf4fe67d8e9af8e55236e556a19fb0d0a72531223') |