mirror of
https://github.com/void-linux/void-packages.git
synced 2025-06-09 00:23:52 +02:00
marvin: remove top-level use of sed
This commit is contained in:
parent
78c83930a1
commit
698e8449b1
1 changed files with 1 additions and 1 deletions
|
@ -12,7 +12,7 @@ only_for_archs="i686 x86_64"
|
|||
repository=nonfree
|
||||
restricted=yes
|
||||
nostrip=yes
|
||||
_filename="marvin_linux_$(echo $version | sed 's/.[0-9]*$//g').deb"
|
||||
_filename="marvin_linux_${version%.*}.deb"
|
||||
distfiles="https://dl.chemaxon.com/marvin/${version}/${_filename}"
|
||||
checksum=f498405166821e6f2f8e75b1357c10fca9b1834cca5ca14d56c7921ed4fb5bcf
|
||||
|
||||
|
|
Loading…
Add table
Reference in a new issue