summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorkistlin2021-12-14 09:38:57 +0100
committerkistlin2021-12-14 09:38:57 +0100
commite78fda1fe37fc4cd6c5be0077aa3630caf284a20 (patch)
tree2290ebcd00dedb5bc2881c62e41a246aeb400b0c
parentfa96eb6baeaa99c7c2d35b1aad5fff33e41db0b2 (diff)
downloadaur-e78fda1fe37fc4cd6c5be0077aa3630caf284a20.tar.gz
chromium/4763
-rw-r--r--.SRCINFO8
-rw-r--r--PKGBUILD6
2 files changed, 7 insertions, 7 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 8bf48f381931..1d75c43de0e4 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,7 +1,7 @@
pkgbase = pdfium-binaries-v8
pkgdesc = PDFium binaries with V8 and XFA built with scripts from pdfium-binaries
- pkgver = 4752
- pkgrel = 2
+ pkgver = 4763
+ pkgrel = 1
url = https://github.com/bblanchon/pdfium-binaries
arch = x86_64
license = Apache
@@ -10,7 +10,7 @@ pkgbase = pdfium-binaries-v8
provides = libpdfium
conflicts = libpdfium-nojs
conflicts = pdfium-binaries
- source = https://github.com/bblanchon/pdfium-binaries/archive/refs/tags/chromium/4752.tar.gz
- sha512sums = f3b193f1977634798bc1ee4cb7ad309370764d6d3bc8cc4c01838f1b590d44ec8f37deeba8445984f3985d5fbc56a83ec169abb609f6a8b40818e0dbe49f3af3
+ source = https://github.com/bblanchon/pdfium-binaries/archive/refs/tags/chromium/4763.tar.gz
+ sha512sums = c3fd08e15a78b74c3a0dd78820967bd9b7eca6a18636c34d4a0bc495deee5e599f30ac38958173600296a9cfae91cfd849dff2c04e183e3a02b6398b6b92bdc8
pkgname = pdfium-binaries-v8
diff --git a/PKGBUILD b/PKGBUILD
index 6602f1fe9df6..0dc4706670c9 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,7 +1,7 @@
# Maintainer:
pkgname=pdfium-binaries-v8
-pkgver=4752
-pkgrel=2
+pkgver=4763
+pkgrel=1
pkgdesc='PDFium binaries with V8 and XFA built with scripts from pdfium-binaries'
arch=('x86_64')
url='https://github.com/bblanchon/pdfium-binaries'
@@ -15,7 +15,7 @@ source=(
)
sha512sums=(
- "f3b193f1977634798bc1ee4cb7ad309370764d6d3bc8cc4c01838f1b590d44ec8f37deeba8445984f3985d5fbc56a83ec169abb609f6a8b40818e0dbe49f3af3"
+ "c3fd08e15a78b74c3a0dd78820967bd9b7eca6a18636c34d4a0bc495deee5e599f30ac38958173600296a9cfae91cfd849dff2c04e183e3a02b6398b6b92bdc8"
)
build() {