Package Details: nyarchassistant 0.9.0-1

Git Clone URL: https://aur.archlinux.org/nyarchassistant.git (read-only, click to copy)
Package Base: nyarchassistant
Description: Nyarch Linux Assistant (Newelle Fork)
Upstream URL: https://github.com/NyarchLinux/NyarchAssistant
Licenses: GPL
Conflicts: newelle
Submitter: Magi3r
Maintainer: Magi3r
Last Packager: Magi3r
Votes: 1
Popularity: 0.002273
First Submitted: 2024-11-04 15:27 (UTC)
Last Updated: 2025-04-15 08:16 (UTC)

Required by (0)

Sources (6)

Latest Comments

Sherlock-Holo commented on 2025-12-11 06:35 (UTC)

0.9.0 is old

can use this patch to update the PKGBUILD

diff --git a/PKGBUILD b/PKGBUILD
index 91916ad..d213ad8 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,7 +1,7 @@
 # Maintainer: Magi3r <magier dot mit dot f3erball at gmail dot com>
 pkgname=nyarchassistant
 _pkgname=NyarchAssistant
-pkgver=0.9.0
+pkgver=1.0.0
 pkgrel=1
 pkgdesc="Nyarch Linux Assistant (Newelle Fork)"
 arch=("any")
@@ -29,6 +29,9 @@ depends=(
        "python-scikit-learn"
        "python-pygame"
        "python-pylatexenc"
+       "python-newspaper"
+       "python-lxml-html-clean"
+       "python-matplotlib"
 )

 optdepends=(
@@ -49,12 +52,12 @@ source=(
        "$pkgname-$pkgver-live2d-lipsync-viewer.tar.xz::https://github.com/NyarchLinux/live2d-lipsync-viewer/releases/download/0.4/pack.tar.xz"
        "$pkgname-$pkgver-arch-chan.png::https://avatars.githubusercontent.com/u/95960775?v=4"
 )
-sha256sums=('663af403726b52e772ccbeeebe05656008c9ed35c0bb812c97ddfdbcd94a6906'
+sha256sums=('e3a99b8aeede27e83b005af1874fc281e7294f51471499ff1a1cd8a565f62f35'
             '7c40ecee34ea02e4dcad2c479e5036cf417366752f85902cb76360f3303341f0'
             '79c9d3526f84143ddc9d6f7033a5f3e403c4c92937a3aa4bcaca1db5393b75ee'
             'bf467c9e0f536bda271283c6ef85eb1a943e3196b621c8a912d64953b205df83'
             '380910cde93ea659cab090e5f5febc8c4c9fffc0e39b7294bd3505646a2dc7cc'
-            '86a403388436d421fd255c451ddf79a47b2f723a70407da81b7676962e08f1e1')
+            '257076c2c9446d3d92279ae4aa3552060ae351dd0aca414fd4fd213f9fee7794')
 # prepare() {
 #      cd "$_pkgname-$pkgver"
 #      patch -p1 <"$srcdir/$pkgname-$pkgver.patch"