Skip to content

Commit

Permalink
imagemagick: Use Bash’s pattern substitution
Browse files Browse the repository at this point in the history
  • Loading branch information
pmenzel committed Dec 16, 2019
1 parent cf8006e commit 9bad7bf
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions imagemagick.be0
Original file line number Diff line number Diff line change
Expand Up @@ -2,8 +2,7 @@

# BEE_VERSION imagemagick-6.9.10p78-0

XPKGVERSION=$(echo ${PKGVERSION} | sed -e 's/p/-/')
SRCURL[0]="https://github.com/ImageMagick/ImageMagick6/archive/${XPKGVERSION}.tar.gz imagemagick-${XPKGVERSION}.tar.gz"
SRCURL[0]="https://github.com/ImageMagick/ImageMagick6/archive/${PKGVERSION/p/-}.tar.gz imagemagick-${PKGVERSION/p/-}.tar.gz"

# PATCHURL[0]=""

Expand Down

0 comments on commit 9bad7bf

Please sign in to comment.