mirror of
https://github.com/archlinux/aur.git
synced 2026-02-14 20:51:54 +01:00
removed unused comments
This commit is contained in:
parent
f9bc90a2e1
commit
1485166446
1 changed files with 2 additions and 4 deletions
6
PKGBUILD
6
PKGBUILD
|
|
@ -23,9 +23,8 @@ depends=(
|
|||
optdepends=(
|
||||
'opera-developer-ffmpeg-codecs'
|
||||
)
|
||||
# No need to maintain sha256sums manually anymore
|
||||
|
||||
# Base URL construction
|
||||
# Base URL
|
||||
_baseurl="https://get.geo.opera.com/pub/${pkgname}/${pkgver}/linux"
|
||||
_debfile="${pkgname}_${pkgver}_amd64.deb"
|
||||
|
||||
|
|
@ -34,8 +33,7 @@ source=(
|
|||
"opera"
|
||||
"default"
|
||||
)
|
||||
# Integrity checks: a sha256sums array where the first entry is fetched dynamically
|
||||
# (some makepkg versions/platforms prefer an array over a function)
|
||||
# dynamic Integrity checks
|
||||
sha256sums=(
|
||||
"$(curl -s "${_baseurl}/${_debfile}.sha256sum" | awk -v f="${_debfile}" '$0 ~ f {print $1; found=1; exit} {h=$1} END { if (!found) print h }')"
|
||||
"508512464e24126fddfb2c41a1e2e86624bdb0c0748084b6a922573b6cf6b9c5" # opera wrapper
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue