Skip to content

Commit

Permalink
cairo: fix SRCURL
Browse files Browse the repository at this point in the history
- fixed SRCURL
- fixed PATCHURL
  • Loading branch information
wwwutz committed Oct 13, 2020
1 parent 03616fc commit 18670d8
Showing 1 changed file with 5 additions and 3 deletions.
8 changes: 5 additions & 3 deletions cairo.be0
Original file line number Diff line number Diff line change
@@ -1,10 +1,12 @@
#!/usr/bin/env beesh

# BEE_VERSION cairo-1.17.2-2
# BEE_VERSION cairo-1.17.2-3

SRCURL[0]="https://cairographics.org/snapshots/cairo-${PKGVERSION}.tar.xz"
# SRCURL[0]="https://cairographics.org/snapshots/cairo-${PKGVERSION}.tar.xz"
SRCURL[0]="https://beehive.molgen.mpg.de/321a07adaeb125cb5513079256d465fb/cairo-1.17.2.tar.xz"

PATCHURL+=(/src/mariux/patches/0001-Revert-clip-boxes-Drop-too-early-return.patch)
# PATCHURL+=(/src/mariux/patches/0001-Revert-clip-boxes-Drop-too-early-return.patch)
PATCHURL[0]="https://beehive.molgen.mpg.de/fc7463f3e293e53ca34e123fb002e933/0001-Revert-clip-boxes-Drop-too-early-return.patch"

# build_in_sourcedir

Expand Down

0 comments on commit 18670d8

Please sign in to comment.