marvin: remove top-level use of sed
This commit is contained in:
parent
78c83930a1
commit
698e8449b1
|
@ -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…
Reference in New Issue