summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorDylan Delgado2021-02-16 09:12:29 -0500
committerDylan Delgado2021-02-16 09:12:29 -0500
commit8af25425300d67106c5cadfe0cae430c0a517747 (patch)
treef5eea0bd4dfa9951a3d2e488b7bb5c6bc3aa4dac
parent7b90ee0c9db78dfc5d33188ee2c8d90d3473ba8b (diff)
downloadaur-8af25425300d67106c5cadfe0cae430c0a517747.tar.gz
Update to version 0.9.2.0
-rw-r--r--.SRCINFO8
-rw-r--r--PKGBUILD6
2 files changed, 7 insertions, 7 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 445fd574a711..26340ae88f94 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,7 +1,7 @@
pkgbase = browservice
pkgdesc = Browse the modern web on historical browsers
- pkgver = 0.9.1.2
- pkgrel = 2
+ pkgver = 0.9.2.0
+ pkgrel = 1
url = https://github.com/ttalvitie/browservice
arch = x86_64
arch = armv7l
@@ -26,9 +26,9 @@ pkgbase = browservice
depends = libxcomposite
depends = libxkbcommon
depends = ttf-ms-fonts
- source = https://github.com/ttalvitie/browservice/archive/v0.9.1.2.tar.gz
+ source = https://github.com/ttalvitie/browservice/archive/v0.9.2.0.tar.gz
source = cmake.patch
- sha256sums = 4936efb4389605d96e358cd61a6a689b13c3b3b137ce7e79f3c96cfc290d3d92
+ sha256sums = cd253de3f8254f05d83b2ea0e65ec047a3b05ab5c0903644501a383756ed2047
sha256sums = 9a89293e55961adadca26829e2a97f06286b19b554032917cccbf1bd0bd53700
pkgname = browservice
diff --git a/PKGBUILD b/PKGBUILD
index 7b6acc3a7fa1..9741422e1e39 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,8 +1,8 @@
#Maintainer: Dylan Delgado <dylan1496@live.com>
pkgname=browservice
-pkgver=0.9.1.2
-pkgrel=2
+pkgver=0.9.2.0
+pkgrel=1
pkgdesc='Browse the modern web on historical browsers'
url='https://github.com/ttalvitie/browservice'
license=('MIT')
@@ -10,7 +10,7 @@ arch=('x86_64' 'armv7l' 'aarch64')
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')
source=("https://github.com/ttalvitie/browservice/archive/v${pkgver}.tar.gz"
'cmake.patch')
-sha256sums=('4936efb4389605d96e358cd61a6a689b13c3b3b137ce7e79f3c96cfc290d3d92'
+sha256sums=('cd253de3f8254f05d83b2ea0e65ec047a3b05ab5c0903644501a383756ed2047'
'9a89293e55961adadca26829e2a97f06286b19b554032917cccbf1bd0bd53700')
prepare() {