Package Details: pypar2 1.4-8

Git Clone URL: https://aur.archlinux.org/pypar2.git (read-only, click to copy)
Package Base: pypar2
Description: Graphical frontend (PyGTK) for the Linux par2 utility
Upstream URL: https://pypar2.fingelrest.net
Licenses: GPL
Submitter: None
Maintainer: ValHue
Last Packager: ValHue
Votes: 25
Popularity: 0.000000
First Submitted: 2007-03-06 12:44 (UTC)
Last Updated: 2019-10-05 10:06 (UTC)

Latest Comments

1 2 3 4 Next › Last »

fbrennan commented on 2023-06-26 01:49 (UTC)

Broken package, 404 from Debian.

diff --git a/PKGBUILD b/PKGBUILD
index 2a7f2ae..378427d 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -12,7 +12,7 @@ arch=('i686' 'x86_64')
 depends=('desktop-file-utils' 'libglade' 'par2cmdline' 'pygtk' 'vte-legacy')

 source=("${pkgname}-${pkgver}.tar.gz::${url}/uploads/Main/${pkgname}-${pkgver}.tar.gz"
-        "http://ftp.de.debian.org/debian/pool/main/p/${pkgname}/${pkgname}_1.4-7.debian.tar.xz"
+        "http://web.archive.org/web/20150802054818if_/http://ftp.de.debian.org/debian/pool/main/p/pypar2/pypar2_1.4-7.debian.tar.xz"
 )

 sha256sums=('2f9e6476453088bdeaf64239a59568e4c62a53398b818ec34f0c3366731ae3d5'

zoodayz commented on 2019-08-19 12:24 (UTC)

Error One or more files did not pass the validity check!

chourmovs commented on 2018-12-14 18:54 (UTC)

install didn't work, I had to manually edit build config file

by replacing depends=('desktop-file-utils' 'libglade' 'par2cmdline' 'pygtk' 'vte') with depends=('desktop-file-utils' 'libglade' 'par2cmdline' 'pygtk' 'vte-legacy')

ValHue commented on 2016-08-30 15:36 (UTC)

@ainola: Thanks for the info. I am updating all my packages

ainola commented on 2016-08-30 01:45 (UTC)

The .install file is no longer necessary as pacman now handles those actions internally. Thanks for maintaining!

archlinux38 commented on 2014-08-02 15:16 (UTC)

@ValHue: After updating pypar2 and deleting ~/.pypar2/prefs.xml it seems to work every time I try to execute it. Thank you so much!

ValHue commented on 2014-08-02 10:20 (UTC)

It is already solved! If you have problems at first startup, delete the configuration file ~/.pypar2/prefs.xml

ValHue commented on 2014-08-02 09:28 (UTC)

@punkrockdude: I'm researching why this happens. Happens to me too, but a good while ago did not use it and I had not realized. For starters: if you delete ~ / .pypar2/prefs.xml Pypar seamless launches. The error is in the next start, to read the configuration file ~/.pypar2/prefs.xml Pypar find "True" and "False" values ​​instead of the Boolean values "1" and "0" respectively.

archlinux38 commented on 2014-08-01 13:23 (UTC)

Does someone know why I can't execute PyPar2 and why I get the following messages?: [***@manjaro ~]$ pypar2 Traceback (most recent call last): File "/usr/bin/pypar2", line 20, in <module> import consts, dlgAbout, dlgOutput, gettext, gtk, gtk.glade, locale, os.path, prefsManager, sys, treeview File "/usr/share/pypar2/src/dlgOutput.py", line 19, in <module> import consts, gtk, prefsManager, signal, sys, os, vte File "/usr/share/pypar2/src/prefsManager.py", line 116, in <module> value = typeToolBox.cast(elt.getAttribute('value'), elt.getAttribute('type')) File "/usr/share/pypar2/src/typeToolBox.py", line 39, in cast return int(value) ValueError: invalid literal for int() with base 10: 'False'