summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
authorRipose2021-09-25 22:10:38 -0700
committerRipose2021-09-25 22:10:38 -0700
commitd05b28bdecd7bf175b9192e998451b2f1e67a063 (patch)
treeb2ae77fddbd3ef7de1066a184c7e498ff3f741ff /PKGBUILD
parented5c9410fa581d78c6cc2d9214f7c4fa0e745696 (diff)
downloadaur-d05b28bdecd7bf175b9192e998451b2f1e67a063.tar.gz
changes tar.gz name to include versioning to avoid conflicts
If a previous version was installed, the sha256 check would fail because AUR helpers would believe the correct file was already downloaded.
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD2
1 files changed, 1 insertions, 1 deletions
diff --git a/PKGBUILD b/PKGBUILD
index 15cb4ed846a6..c5f873eeef5c 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -23,7 +23,7 @@ optdepends=(
'mpv-git: additional secondary subtitle support'
'noto-fonts-cjk: optimal font support'
)
-source=("${pkgname}.tar.gz::https://github.com/ripose-jp/Memento/archive/refs/tags/v${pkgver}-${pkgrel}-beta.tar.gz")
+source=("${pkgname}-${pkgver}-${pkgrel}.tar.gz::https://github.com/ripose-jp/Memento/archive/refs/tags/v${pkgver}-${pkgrel}-beta.tar.gz")
sha256sums=('192cef894d1a8202172e4a8035fb84803d2e76e8b2f6c47fe2a2b995be0d72d4')
prepare() {