summarylogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--.SRCINFO2
-rw-r--r--PKGBUILD2
2 files changed, 2 insertions, 2 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 0eb49f9a4c69..744ff3c81a4c 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -21,7 +21,7 @@ pkgbase = memento
optdepends = youtube-dl: streaming support
optdepends = mpv-git: additional secondary subtitle support
optdepends = noto-fonts-cjk: optimal font support
- source = memento.tar.gz::https://github.com/ripose-jp/Memento/archive/refs/tags/v0.5.4-beta.tar.gz
+ source = memento-0.5.4.tar.gz::https://github.com/ripose-jp/Memento/archive/refs/tags/v0.5.4-beta.tar.gz
sha256sums = 95e58ff89d06cfd5af54d276825707a6422d693dcad704e93718b5987fa72f53
pkgname = memento
diff --git a/PKGBUILD b/PKGBUILD
index 82b8bd420db0..581f3637a683 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}-beta.tar.gz")
+source=("${pkgname}-${pkgver}.tar.gz::https://github.com/ripose-jp/Memento/archive/refs/tags/v${pkgver}-beta.tar.gz")
sha256sums=('95e58ff89d06cfd5af54d276825707a6422d693dcad704e93718b5987fa72f53')
prepare() {