Package Details: ponyprog 3.1.1.r431.1ea8c14-1

Git Clone URL: https://aur.archlinux.org/ponyprog.git (read-only, click to copy)
Package Base: ponyprog
Description: PonyProg is a serial device programmer based on some simple and cheap interfaces for the PC
Upstream URL: http://www.LancOS.com
Licenses: GPLv2
Submitter: gaura.panasenko
Maintainer: gaura.panasenko
Last Packager: gaura.panasenko
Votes: 2
Popularity: 0.000000
First Submitted: 2016-10-21 09:22 (UTC)
Last Updated: 2020-04-02 17:10 (UTC)

Required by (0)

Sources (1)

Latest Comments

Karbofos commented on 2020-04-02 14:00 (UTC)

Hi! The version was updated to 3.1.1

darkprof commented on 2020-01-21 12:11 (UTC) (edited on 2020-01-21 12:16 (UTC) by darkprof)

New version of PonyProg is available: 3.1.0

ponyprog: /lib exists in filesystem (owned by filesystem)

my patch:

--- a/distribution/posix/CMakeLists.txt 2020-01-21 11:51:53.969880744 +0000
+++ b/distribution/posix/CMakeLists.txt 2020-01-21 11:50:52.609879756 +0000
@@ -49,7 +49,7 @@
 # MESSAGE("PROJECT_SOURCE_DIR ${PROJECT_SOURCE_DIR}")

 INSTALL(FILES "${PROJECT_SOURCE_DIR}/udev/rules.d/90-ponyprog.rules"
-        DESTINATION "/lib/udev/rules.d/" 
+        DESTINATION "/usr/lib/udev/rules.d/" 
         COMPONENT "application" 
         PERMISSIONS OWNER_WRITE OWNER_READ GROUP_READ WORLD_READ
         )

Karbofos commented on 2017-10-06 08:21 (UTC) (edited on 2017-10-06 12:42 (UTC) by Karbofos)

New version of PonyProg is available: 3.0.0 For POSIX please use the cmake configuration tool Version 3 is in the master branch: https://github.com/lancos/ponyprog Don't forget to do "git submodule update --init" ;)