summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
authorkleintux2024-04-24 19:39:17 +0200
committerkleintux2024-04-24 19:39:17 +0200
commit73c469f446eecfb4d7915f21b792b7e930159a2d (patch)
treec1a185cb45ad84eb80c0342b396b92d377cffc3c /PKGBUILD
parentc99c0e8057ed1d2d224870e2669931efb6d12907 (diff)
downloadaur-wireviz.tar.gz
update to 0.4
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD5
1 files changed, 2 insertions, 3 deletions
diff --git a/PKGBUILD b/PKGBUILD
index 35f1fdc7a498..6d2f7dec5412 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -3,17 +3,16 @@
pkgname=wireviz
_pkgname=WireViz
-pkgver=0.3.2
+pkgver=0.4
pkgrel=1
pkgdesc='Easily document cables, wiring harnesses and connector pinouts'
arch=('any')
url='https://github.com/formatc1702/WireViz'
-_url_pypi='https://pypi.org/project/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}.tar.gz")
-sha256sums=('bd2af9b6357bb2324a0db4b4efad4182ac0ea62d8f57ea55ac477428ea45e652')
+sha256sums=('5e2d3b58cefcff44eb46209127502b27f9d327c0992442e6e093472e2c16fe39')
build() {
cd "${_pkgname}-${pkgver}"