Skip to content

Commit

Permalink
libmypaint: new revision
Browse files Browse the repository at this point in the history
to fix
warning warning: libjson-c.so.2, needed by /usr/lib/libmypaint.so, may conflict with libjson-c.so.5
and segfault on start of gimp
  • Loading branch information
david committed Jun 2, 2025
1 parent a995ec1 commit eb1ebb1
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions libmypaint.be0
Original file line number Diff line number Diff line change
@@ -1,8 +1,9 @@
#!/usr/bin/env beesh

# BEE_VERSION libmypaint-1.6.1-0
# BEE_VERSION libmypaint-1.6.1-1

SRCURL[0]="https://github.com/mypaint/libmypaint/releases/download/v${PKGVERSION}/libmypaint-${PKGVERSION}.tar.xz"
#SRCURL[0]="https://github.com/mypaint/libmypaint/releases/download/v${PKGVERSION}/libmypaint-${PKGVERSION}.tar.xz"
SRCURL[0]="https://beehive.molgen.mpg.de/7f1dab2d30ce8a3f494354c7c77a2977/libmypaint-1.6.1.tar.xz"

# PATCHURL+=()

Expand Down

0 comments on commit eb1ebb1

Please sign in to comment.