summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorAlexander Gabriel2020-02-14 21:17:59 +0000
committerAlexander Gabriel2020-02-14 21:17:59 +0000
commitec7c03f6e31555128d5cd879d585b7c5891a3a59 (patch)
tree67387769fa9d87ac6e2737af56277b4e97ceddb9
parent4dd4ef9e27ecbfa9837091054fa920fd89ac222d (diff)
downloadaur-ec7c03f6e31555128d5cd879d585b7c5891a3a59.tar.gz
overwrite existing files if older
-rw-r--r--PKGBUILD4
1 files changed, 2 insertions, 2 deletions
diff --git a/PKGBUILD b/PKGBUILD
index a5cef72e0200..26f171467c19 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -17,8 +17,8 @@ source=("https://github.com/syscoin/syscoin/releases/download/v${pkgver}/syscoin
md5sums=('4df07843e8bd0a1616619d22119ed19c')
prepare() {
- wget -q https://raw.githubusercontent.com/syscoin-core/packaging/master/debian/syscoin-qt.desktop
- wget -q https://github.com/syscoin/syscoin/raw/master/share/pixmaps/syscoin256.png
+ wget -N -q https://raw.githubusercontent.com/syscoin-core/packaging/master/debian/syscoin-qt.desktop
+ wget -N -q https://github.com/syscoin/syscoin/raw/master/share/pixmaps/syscoin256.png
}