diff options
author | killab33z | 2024-10-17 16:38:21 -0400 |
---|---|---|
committer | killab33z | 2024-10-17 16:38:21 -0400 |
commit | dc7d78c75becfe7adb66f7377243169d8063d8ab (patch) | |
tree | 3ceed2873684a657efe9fb64762588c8acdaf0aa | |
parent | 6736e1a1e89e3f7d5a5f9502d752ce8222531429 (diff) | |
download | aur-dc7d78c75becfe7adb66f7377243169d8063d8ab.tar.gz |
pacgraph: updated PKG to use ekorchmar's fork to fix issue when using Python 3.12+
-rw-r--r-- | .SRCINFO | 12 |
1 files changed, 6 insertions, 6 deletions
@@ -1,8 +1,8 @@ pkgbase = pacgraph pkgdesc = Draws a graph of installed packages to PNG/SVG/GUI/console. Good for finding bloat. pkgver = 20110629 - pkgrel = 8 - url = https://github.com/keenerd/pacgraph + pkgrel = 9 + url = https://github.com/ekorchmar/pacgraph arch = any license = GPL depends = python @@ -11,11 +11,11 @@ pkgbase = pacgraph optdepends = tk: gui version provides = pacgraph conflicts = pacgraph - source = https://raw.githubusercontent.com/keenerd/pacgraph/master/pacgraph - source = https://raw.githubusercontent.com/keenerd/pacgraph/master/pacgraph-tk - source = https://raw.githubusercontent.com/keenerd/pacgraph/master/pacgraph.1 + source = https://raw.githubusercontent.com/ekorchmar/pacgraph/refs/heads/master/pacgraph + source = https://raw.githubusercontent.com/ekorchmar/pacgraph/refs/heads/master/pacgraph-tk + source = https://raw.githubusercontent.com/ekorchmar/pacgraph/refs/heads/master/pacgraph.1 sha512sums = bbf5bb3493f0abc54324fa43fed390eb1deacfa2c01ed67a6553a1a18a6081a9f09fbae531e0de8f10693a9a9d2d9255f80df7736118fb5f61eb63df9b05c850 - sha512sums = 3c42b85b4f6dc6d4022d9864a9ef10a9c0bc5920cccf93540bae6641bf39e3f024126ecc67c2ed8054066f197e5690477b525ec5021b23f9205618df4039327b + sha512sums = 8151966b752bf83314c7a8f24cdf6ef79249882acb64b6f8021e13bf1950d89d652a6f1793bc6cd87be3404a860e5d273b012b6983ac952560cb22780fcabe31 sha512sums = fa3ff8b80f4ea8ffa893e51c952a0db3ffdeff262e87fbf13617ef351623fdd84c6d8a76edc3f2181baf8543230db4d0db3e16506bf899ef350d1bce81329837 pkgname = pacgraph |