mirror of
https://github.com/archlinuxarm/PKGBUILDs.git
synced 2024-11-08 22:45:43 +00:00
extra/webkit2gtk-4.1 to 2.46.1-1
This commit is contained in:
parent
879ddb52b9
commit
64d85322ed
2 changed files with 10 additions and 10 deletions
|
@ -1,7 +1,7 @@
|
|||
pkgbase = webkit2gtk-4.1
|
||||
pkgdesc = Web content engine for GTK
|
||||
pkgver = 2.46.0
|
||||
pkgrel = 2
|
||||
pkgver = 2.46.1
|
||||
pkgrel = 1
|
||||
url = https://webkitgtk.org
|
||||
arch = x86_64
|
||||
license = AFL-2.0 OR GPL-2.0-or-later
|
||||
|
@ -90,13 +90,13 @@ pkgbase = webkit2gtk-4.1
|
|||
depends = xdg-dbus-proxy
|
||||
depends = zlib
|
||||
options = !lto
|
||||
source = https://webkitgtk.org/releases/webkitgtk-2.46.0.tar.xz
|
||||
source = https://webkitgtk.org/releases/webkitgtk-2.46.0.tar.xz.asc
|
||||
source = https://webkitgtk.org/releases/webkitgtk-2.46.1.tar.xz
|
||||
source = https://webkitgtk.org/releases/webkitgtk-2.46.1.tar.xz.asc
|
||||
validpgpkeys = 5AA3BC334FD7E3369E7C77B291C559DBE4C9123B
|
||||
validpgpkeys = 013A0127AC9C65B34FFA62526C1009B693975393
|
||||
sha256sums = d4d433040f190151560c50bde840850089f87bad4fefa9ebdb4aae856a3df43a
|
||||
sha256sums = 2a14faac359aff941d0bc4443eb5537e3702bcaf316b0a129e0e65f3ff8eaac0
|
||||
sha256sums = SKIP
|
||||
b2sums = a91ff4e00f64bfad8b0493f84a1f3745c167b1db7854b758296a5eb7f966383d540aef91ee14b84d6b4b0710cb2f2281e4bb766968f97dfe3393187b9a7a2b87
|
||||
b2sums = 784b4cc4d59da31000612955413608f7a39481c66711139a7c8bc4cf854a62801865a6b3455d6a05918297b2ff3c9ba38ea9046f338ea6060768192af6d67bcd
|
||||
b2sums = SKIP
|
||||
|
||||
pkgname = webkit2gtk-4.1
|
||||
|
|
|
@ -11,8 +11,8 @@ pkgname=(
|
|||
webkit2gtk-4.1
|
||||
webkit2gtk-4.1-docs
|
||||
)
|
||||
pkgver=2.46.0
|
||||
pkgrel=2
|
||||
pkgver=2.46.1
|
||||
pkgrel=1
|
||||
pkgdesc="Web content engine for GTK"
|
||||
url="https://webkitgtk.org"
|
||||
arch=(x86_64)
|
||||
|
@ -116,9 +116,9 @@ options=(
|
|||
source=(
|
||||
$url/releases/webkitgtk-$pkgver.tar.xz{,.asc}
|
||||
)
|
||||
sha256sums=('d4d433040f190151560c50bde840850089f87bad4fefa9ebdb4aae856a3df43a'
|
||||
sha256sums=('2a14faac359aff941d0bc4443eb5537e3702bcaf316b0a129e0e65f3ff8eaac0'
|
||||
'SKIP')
|
||||
b2sums=('a91ff4e00f64bfad8b0493f84a1f3745c167b1db7854b758296a5eb7f966383d540aef91ee14b84d6b4b0710cb2f2281e4bb766968f97dfe3393187b9a7a2b87'
|
||||
b2sums=('784b4cc4d59da31000612955413608f7a39481c66711139a7c8bc4cf854a62801865a6b3455d6a05918297b2ff3c9ba38ea9046f338ea6060768192af6d67bcd'
|
||||
'SKIP')
|
||||
validpgpkeys=(
|
||||
# https://www.webkitgtk.org/verifying.html
|
||||
|
|
Loading…
Reference in a new issue