summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorDylan Delgado2023-02-28 12:08:12 -0500
committerDylan Delgado2023-02-28 12:08:12 -0500
commit39216a196f7d9624c6760244d46714bca3a96a54 (patch)
tree4598d41cd499f31d12b4105e1ab10ffe366b017b
parentcc3c0d1e0ba0cd0db49a97652d328c95f9604e8e (diff)
downloadaur-39216a196f7d9624c6760244d46714bca3a96a54.tar.gz
Update to version 0.9.6.3
-rw-r--r--.SRCINFO6
-rw-r--r--PKGBUILD4
2 files changed, 5 insertions, 5 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 663205ebb427..09937ed97889 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,6 +1,6 @@
pkgbase = browservice
pkgdesc = Browse the modern web on historical browsers
- pkgver = 0.9.6.2
+ pkgver = 0.9.6.3
pkgrel = 1
url = https://github.com/ttalvitie/browservice
arch = x86_64
@@ -28,7 +28,7 @@ pkgbase = browservice
depends = fuse2
depends = fuse3
options = !strip
- source = https://github.com/ttalvitie/browservice/releases/download/v0.9.6.2/browservice-v0.9.6.2-x86_64.AppImage
- sha256sums = f0614b4f173d4fbc704d6656087d2c0f894093e74ad03a7c728fa3c8a01dff23
+ source = https://github.com/ttalvitie/browservice/releases/download/v0.9.6.3/browservice-v0.9.6.3-x86_64.AppImage
+ sha256sums = 8850e18a3fa50d11d1d6dfc889a294222a4147eea31751287f6dc887a4789357
pkgname = browservice
diff --git a/PKGBUILD b/PKGBUILD
index f4f78e75f989..09ac8d60f1cc 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,7 +1,7 @@
#Maintainer: Dylan Delgado <dylan1496@live.com>
pkgname=browservice
-pkgver=0.9.6.2
+pkgver=0.9.6.3
pkgrel=1
pkgdesc='Browse the modern web on historical browsers'
url='https://github.com/ttalvitie/browservice'
@@ -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=('f0614b4f173d4fbc704d6656087d2c0f894093e74ad03a7c728fa3c8a01dff23')
+sha256sums=('8850e18a3fa50d11d1d6dfc889a294222a4147eea31751287f6dc887a4789357')
package() {
cd "${srcdir}"