summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorDylan Delgado2023-03-27 16:14:32 -0400
committerDylan Delgado2023-03-27 16:14:32 -0400
commit0645c2ec19f8d84a312831cd9076b3c44789b806 (patch)
tree6e91053ffbcd4558d2ade00500170ac24f9afb98
parent39216a196f7d9624c6760244d46714bca3a96a54 (diff)
downloadaur-0645c2ec19f8d84a312831cd9076b3c44789b806.tar.gz
Update to version 0.9.6.4
-rw-r--r--.SRCINFO6
-rw-r--r--PKGBUILD4
2 files changed, 5 insertions, 5 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 09937ed97889..b4495da900ec 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,6 +1,6 @@
pkgbase = browservice
pkgdesc = Browse the modern web on historical browsers
- pkgver = 0.9.6.3
+ pkgver = 0.9.6.4
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.3/browservice-v0.9.6.3-x86_64.AppImage
- sha256sums = 8850e18a3fa50d11d1d6dfc889a294222a4147eea31751287f6dc887a4789357
+ source = https://github.com/ttalvitie/browservice/releases/download/v0.9.6.4/browservice-v0.9.6.4-x86_64.AppImage
+ sha256sums = 5e37db847d280246ed97a827bf0aec1786efdb14170efefca5a888763a9d6e98
pkgname = browservice
diff --git a/PKGBUILD b/PKGBUILD
index 09ac8d60f1cc..1a48666d99f5 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,7 +1,7 @@
#Maintainer: Dylan Delgado <dylan1496@live.com>
pkgname=browservice
-pkgver=0.9.6.3
+pkgver=0.9.6.4
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=('8850e18a3fa50d11d1d6dfc889a294222a4147eea31751287f6dc887a4789357')
+sha256sums=('5e37db847d280246ed97a827bf0aec1786efdb14170efefca5a888763a9d6e98')
package() {
cd "${srcdir}"