Package Details: wireviz 0.4.1-1

Git Clone URL: https://aur.archlinux.org/wireviz.git (read-only, click to copy)
Package Base: wireviz
Description: Easily document cables, wiring harnesses and connector pinouts
Upstream URL: https://github.com/formatc1702/WireViz
Keywords: education electronics
Licenses: GPL-3.0
Submitter: clove3am
Maintainer: kleintux
Last Packager: kleintux
Votes: 5
Popularity: 1.07
First Submitted: 2020-07-30 22:40 (UTC)
Last Updated: 2024-07-16 19:48 (UTC)

Latest Comments

kleintux commented on 2024-07-17 12:39 (UTC)

@Gerry thx for the information. formatc1702 redirects to wireviz. will change that in the next update :). The update to 0.4.1 is done.

Gerry commented on 2024-07-14 09:12 (UTC)

Upstream has moved to https://github.com/wireviz/WireViz so I would suggest to update the URL and source accordingly, along with the version:

--- a/PKGBUILD
+++ b/PKGBUILD
@@ -3,17 +3,17 @@

 pkgname=wireviz
 _pkgname=WireViz
-pkgver=0.4
+pkgver=0.4.1
 _pkgversuffix=''
-pkgrel=3
+pkgrel=1
 pkgdesc='Easily document cables, wiring harnesses and connector pinouts'
 arch=('any')
-url='https://github.com/formatc1702/WireViz'
+url='https://github.com/wireviz/WireViz'
 license=('GPL3')
 depends=('python-graphviz' 'python-pillow' 'python-pyaml')
 makedepends=('git' 'python-setuptools')
-source=("https://github.com/formatc1702/WireViz/archive/refs/tags/v${pkgver}${_pkgversuffix}.tar.gz")
-sha256sums=('ed1cbf886f28b1b3b42c2c43a60376e854e51a709c1136d7eee5f0e9c0220df5')
+source=("https://github.com/wireviz/WireViz/archive/refs/tags/v${pkgver}${_pkgversuffix}.tar.gz")
+sha256sums=('ec32cc12a363bbbb7ee87960899de1a36fe32362e81e66541a5d56c750cd5680')

 build() {
   cd "${_pkgname}-${pkgver}${_pkgversuffix}"

Thanks for maintaining this useful tool!

sergioalonso commented on 2024-05-14 22:58 (UTC) (edited on 2024-05-14 23:00 (UTC) by sergioalonso)

Source not found.

==> Making package: wireviz 0.4-2 (Wed 15 May 2024 12:45:48 AM CEST)
==> Checking runtime dependencies...
==> Checking buildtime dependencies...
==> Retrieving sources...
  -> Downloading v0.4-rc.tar.gz...
  % Total    % Received % Xferd  Average Speed   Time    Time     Time  Current
                                 Dload  Upload   Total   Spent    Left  Speed
  0     0    0     0    0     0      0      0 --:--:-- --:--:-- --:--:--     0
  0     0    0     0    0     0      0      0 --:--:-- --:--:-- --:--:--     0
  0    14    0     0    0     0      0      0 --:--:-- --:--:-- --:--:--     0
curl: (22) The requested URL returned error: 404
==> ERROR: Failure while downloading https://github.com/formatc1702/WireViz/archive/refs/tags/v0.4-rc.tar.gz
    Aborting...
 -> error making: wireviz-exit status 1

kleintux commented on 2024-05-11 09:26 (UTC)

thx @karakai fixed the source

karakai commented on 2024-05-09 12:52 (UTC)

Source is no longer available, and it was missing the the templates folder contents. (din-6771.html, and simple.html)