summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
authorRipose2022-01-15 12:49:18 -0800
committerRipose2022-01-15 12:49:18 -0800
commit4ac718aadb1a79953321b35ae7ffb103718c0d6b (patch)
tree322560645b5d56a2f42e42683aa7369cfe09d7ff /PKGBUILD
parentf5fac12e2a2c895e55fc637e0c81a60421315221 (diff)
downloadaur-4ac718aadb1a79953321b35ae7ffb103718c0d6b.tar.gz
fixes failing validity check
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD2
1 files changed, 1 insertions, 1 deletions
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() {