summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorDylan Delgado2022-10-15 19:29:13 -0400
committerDylan Delgado2022-10-15 19:29:13 -0400
commit9fb8810a8c3bb13c82183a7e0a5d3bed5f790258 (patch)
treedaf227b767c9b833f67e088c0128c04d6e7ea7e1
parent31d633174a7b1de75046cdcaae9eeebd23cbe04d (diff)
downloadaur-9fb8810a8c3bb13c82183a7e0a5d3bed5f790258.tar.gz
Update AppImage checksum
-rw-r--r--.SRCINFO4
-rw-r--r--PKGBUILD4
2 files changed, 4 insertions, 4 deletions
diff --git a/.SRCINFO b/.SRCINFO
index d112da49d5cc..fe0ecc554169 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,7 +1,7 @@
pkgbase = browservice
pkgdesc = Browse the modern web on historical browsers
pkgver = 0.9.5.1
- pkgrel = 1
+ pkgrel = 2
url = https://github.com/ttalvitie/browservice
arch = x86_64
license = MIT
@@ -29,6 +29,6 @@ pkgbase = browservice
depends = fuse3
options = !strip
source = https://github.com/ttalvitie/browservice/releases/download/v0.9.5.1/browservice-v0.9.5.1-x86_64.AppImage
- sha256sums = e3b0c44298fc1c149afbf4c8996fb92427ae41e4649b934ca495991b7852b855
+ sha256sums = f1f6daa28fff4080bdff4b19348696f6d022787746a6d89ad1071bbfe0b7f5b0
pkgname = browservice
diff --git a/PKGBUILD b/PKGBUILD
index 6adc3469f8db..c0e5b10f61e6 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -2,7 +2,7 @@
pkgname=browservice
pkgver=0.9.5.1
-pkgrel=1
+pkgrel=2
pkgdesc='Browse the modern web on historical browsers'
url='https://github.com/ttalvitie/browservice'
license=('MIT')
@@ -10,7 +10,7 @@ arch=('x86_64')
options=(!strip)
depends=('wget' 'cmake' 'poco' 'pango' 'libjpeg-turbo' 'libxcb' 'libx11' 'python' 'xorg-server-xvfb' 'xorg-xauth' 'at-spi2-atk' 'alsa-lib' 'nss' 'libcups' 'libxcursor' 'libxss' 'libxcomposite' 'libxkbcommon' 'ttf-ms-fonts' 'gtkglext' 'fuse2' 'fuse3')
source=("https://github.com/ttalvitie/browservice/releases/download/v${pkgver}/browservice-v${pkgver}-x86_64.AppImage")
-sha256sums=('e3b0c44298fc1c149afbf4c8996fb92427ae41e4649b934ca495991b7852b855')
+sha256sums=('f1f6daa28fff4080bdff4b19348696f6d022787746a6d89ad1071bbfe0b7f5b0')
package() {
cd "${srcdir}"