Package Details: tachidesk-jui-bin 1.3.2-2

Git Clone URL: https://aur.archlinux.org/tachidesk-jui-bin.git (read-only, click to copy)
Package Base: tachidesk-jui-bin
Description: A free and open source manga reader to read manga from a Tachidesk-Server instance.
Upstream URL: https://github.com/Suwayomi/Tachidesk-JUI
Licenses: MPL2
Conflicts: tachidesk-jui
Provides: tachidesk-jui
Submitter: RealStickman
Maintainer: RealStickman
Last Packager: RealStickman
Votes: 1
Popularity: 0.51
First Submitted: 2022-01-20 14:00 (UTC)
Last Updated: 2023-02-21 10:33 (UTC)

Latest Comments

ssnailz commented on 2023-02-21 19:11 (UTC)

@RealStickman thank you very much it installed successfully

RealStickman commented on 2023-02-21 11:10 (UTC)

Thanks for the report @ssnailz
I've updated the package. You can try installing it again now.

ssnailz commented on 2023-02-21 04:43 (UTC)


> yay -S tachidesk-jui-bin
:: Checking for conflicts...
:: Checking for inner conflicts...
[Aur:1]  tachidesk-jui-bin-1.3.2-1

  1 tachidesk-jui-bin                        (Build Files Exist)
==> Packages to cleanBuild?
==> [N]one [A]ll [Ab]ort [I]nstalled [No]tInstalled or (1 2 3, 1-3, ^4)
==> a
:: Deleting (1/1): /home/ssnailz/.cache/yay/tachidesk-jui-bin
:: (1/1) Downloaded PKGBUILD: tachidesk-jui-bin
  1 tachidesk-jui-bin                        (Build Files Exist)
==> Diffs to show?
==> [N]one [A]ll [Ab]ort [I]nstalled [No]tInstalled or (1 2 3, 1-3, ^4)
==> a
diff --git /home/ssnailz/.cache/yay/tachidesk-jui-bin/.gitignore /home/ssnailz/.cache/yay/tachidesk-jui-bin/.gitignore
new file mode 100644
index 0000000..962b54c
--- /dev/null
+++ /home/ssnailz/.cache/yay/tachidesk-jui-bin/.gitignore
@@ -0,0 +1,8 @@
+# ignore everything
+*
+
+# except these files
+!.gitignore
+!PKGBUILD
+!.SRCINFO
+
diff --git /home/ssnailz/.cache/yay/tachidesk-jui-bin/PKGBUILD /home/ssnailz/.cache/yay/tachidesk-jui-bin/PKGBUILD
new file mode 100644
index 0000000..bf0e104
--- /dev/null
+++ /home/ssnailz/.cache/yay/tachidesk-jui-bin/PKGBUILD
@@ -0,0 +1,20 @@
+# Maintainer: RealStickman <mrc+aur _a_ frm01 _d_ net>
+
+pkgname=tachidesk-jui-bin
+pkgver=1.3.2
+pkgrel=1
+pkgdesc='A free and open source manga reader to read manga from a Tachidesk-Server instance.'
+arch=('x86_64')
+url='https://github.com/Suwayomi/Tachidesk-JUI'
+license=('MPL2')
+depends=("jre-openjdk>=17")
+provides=("${pkgname%-bin}")
+conflicts=("${pkgname%-bin}")
+source=("https://github.com/Suwayomi/Tachidesk-JUI/releases/download/v$pkgver/${pkgname%-bin}_${pkgver}-1_amd64.deb")
+sha256sums=('b1ca07aa86005a7d520e7cac29ebb475c48b71da095b30dba9181dbe4df7bc9f')
+
+package() {
+    tar -xf data.tar.xz -C "$pkgdir"
+    install -Dm644 "$pkgdir/opt/${pkgname%-bin}/lib/${pkgname%-bin}-Tachidesk-JUI.desktop"  -t "$pkgdir/usr/share/applications/"

:: Proceed with install? [Y/n] y
:: (1/1) Parsing SRCINFO: tachidesk-jui-bin
==> Making package: tachidesk-jui-bin 1.3.2-1 (Tuesday 21 February 2023 10:01:03 AM)
==> Retrieving sources...
  -> Downloading tachidesk-jui_1.3.2-1_amd64.deb...
  % Total    % Received % Xferd  Average Speed   Time    Time     Time  Current
                                 Dload  Upload   Total   Spent    Left  Speed
  0     0    0     0    0     0      0      0 --:--:-- --:--:-- --:--:--     0
100  314M  100  314M    0     0   922k      0  0:05:49  0:05:49 --:--:-- 1538k
==> Validating source files with sha256sums...
    tachidesk-jui_1.3.2-1_amd64.deb ... Passed
==> Making package: tachidesk-jui-bin 1.3.2-1 (Tuesday 21 February 2023 10:06:54 AM)
==> Checking runtime dependencies...
==> Checking buildtime dependencies...
==> Retrieving sources...
  -> Found tachidesk-jui_1.3.2-1_amd64.deb
==> Validating source files with sha256sums...
    tachidesk-jui_1.3.2-1_amd64.deb ... Passed
==> Removing existing $srcdir/ directory...
==> Extracting sources...
  -> Extracting tachidesk-jui_1.3.2-1_amd64.deb with bsdtar
==> Sources are ready.
==> Making package: tachidesk-jui-bin 1.3.2-1 (Tuesday 21 February 2023 10:06:56 AM)
==> Checking runtime dependencies...
==> Checking buildtime dependencies...
==> WARNING: Using existing $srcdir/ tree
==> Entering fakeroot environment...
==> Starting package()...
tar: data.tar.xz: Cannot open: No such file or directory
tar: Error is not recoverable: exiting now
==> ERROR: A failure occurred in package().
    Aborting...
 -> error making: tachidesk-jui-bin

hello the package doesn't seem to install what should i do?