Skip to content

Commit

Permalink
linux/arch/pkgbuild: update to v1.4.0
Browse files Browse the repository at this point in the history
Enable MeCab since there's little downside to doing so for AUR users.
  • Loading branch information
ripose-jp committed Jun 24, 2024
1 parent b65fd3b commit 5b70ecd
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 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.3.0
pkgver=1.4.0
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=('d902e311a5f041eb7e97ccfedc497e04f08e1732e34efa78ef2789568cacf83f')
sha256sums=('164461e6a9685a7cab8653c9240fb381568618fe4f0d05b422ae3cd204e9c479')

prepare() {
mkdir -p ${srcdir}/build
Expand All @@ -34,6 +34,7 @@ build() {
cmake -DCMAKE_INSTALL_PREFIX:PATH=${pkgdir}/usr \
-DRELEASE_BUILD=ON \
-DCMAKE_BUILD_TYPE=Release \
-DMECAB_SUPPORT=ON \
"${srcdir}/Memento-${pkgver}"
cmake --build . -j $(grep -c ^processor /proc/cpuinfo)
}
Expand Down

0 comments on commit 5b70ecd

Please sign in to comment.