summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorDylan Delgado2021-09-29 12:37:35 -0400
committerDylan Delgado2021-09-29 12:37:35 -0400
commita9d77136c6587862bfa35fef977b76b2659a32df (patch)
treeab1b320653dfff94218263b2fe50b169bcd7ee17
parent90bb253f004e4e5b240eef217aced007eafa3857 (diff)
downloadaur-a9d77136c6587862bfa35fef977b76b2659a32df.tar.gz
fix typo in source
-rw-r--r--.SRCINFO4
-rw-r--r--PKGBUILD4
2 files changed, 4 insertions, 4 deletions
diff --git a/.SRCINFO b/.SRCINFO
index eca975bb3c2d..7bd77a1f4792 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,7 +1,7 @@
pkgbase = browservice
pkgdesc = Browse the modern web on historical browsers
pkgver = 0.9.3.0
- pkgrel = 1
+ pkgrel = 2
url = https://github.com/ttalvitie/browservice
arch = x86_64
license = MIT
@@ -28,7 +28,7 @@ pkgbase = browservice
depends = fuse2
depends = fuse3
options = !strip
- source = https://github.com/ttalvitie/browservice/releases/download/v/browservice-v0.9.3.0-x86_64.AppImage
+ source = https://github.com/ttalvitie/browservice/releases/download/v0.9.3.0/browservice-v0.9.3.0-x86_64.AppImage
sha256sums = bbc4bf3a50be967e4819d6bf9d2d4ed067836fec2817a4271fd0c291bd678c9d
pkgname = browservice
diff --git a/PKGBUILD b/PKGBUILD
index bdc6099028d8..9a71f26f7436 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -2,14 +2,14 @@
pkgname=browservice
pkgver=0.9.3.0
-pkgrel=1
+pkgrel=2
pkgdesc='Browse the modern web on historical browsers'
url='https://github.com/ttalvitie/browservice'
license=('MIT')
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${pkver}/browservice-v${pkgver}-x86_64.AppImage")
+source=("https://github.com/ttalvitie/browservice/releases/download/v${pkgver}/browservice-v${pkgver}-x86_64.AppImage")
sha256sums=('bbc4bf3a50be967e4819d6bf9d2d4ed067836fec2817a4271fd0c291bd678c9d')
package() {