Skip to content

Commit

Permalink
linux/arch/pkgbuild: update to v1.4.1
Browse files Browse the repository at this point in the history
  • Loading branch information
ripose-jp committed Jul 3, 2024
1 parent 364e035 commit 8f34eba
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions linux/arch/PKGBUILD
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
# Maintainer: Ripose <ripose@protonmail.com>
pkgname=memento
pkgver=1.4.0
pkgver=1.4.1
pkgrel=0
pkgdesc="An mpv-based video player for studying Japanese."
arch=('x86_64')
Expand All @@ -23,7 +23,7 @@ optdepends=(
'noto-fonts-cjk: optimal font support'
)
source=("${pkgname}-${pkgver}.tar.gz::https://github.com/ripose-jp/Memento/archive/refs/tags/v${pkgver}.tar.gz")
sha256sums=('164461e6a9685a7cab8653c9240fb381568618fe4f0d05b422ae3cd204e9c479')
sha256sums=('2ce4f51ce3052dec467d5a8b7c3414178a33eab4ff3b72626fccb67887eaf90e')

prepare() {
mkdir -p ${srcdir}/build
Expand Down

0 comments on commit 8f34eba

Please sign in to comment.