summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorhayao2020-04-10 21:24:56 +0900
committerhayao2020-04-10 21:24:56 +0900
commit1e8ac88960b87948eafe2d94664001a3017ac5a4 (patch)
tree54371ccfadc83d639c8c0546e336a2dfda485e22
parent63adf803cf29f237e5fa5eff0acae909da3b9f87 (diff)
downloadaur-flast.tar.gz
[update] : Updated 82.0.5
-rw-r--r--.SRCINFO7
-rw-r--r--PKGBUILD10
-rw-r--r--flast.install (renamed from .INSTALL)0
3 files changed, 10 insertions, 7 deletions
diff --git a/.SRCINFO b/.SRCINFO
index e15e085c7423..0489d2e6e227 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,8 +1,9 @@
pkgbase = flast
pkgdesc = Cross-platform browser based on Chromium.
- pkgver = 80.1.0
+ pkgver = 82.0.5
pkgrel = 1
url = https://github.com/Aoichaan0513/flast
+ install = flast.install
arch = x86_64
license = GPL
depends = at-spi2-core
@@ -17,8 +18,8 @@ pkgbase = flast
depends = libxtst
depends = nss
depends = xdg-utils
- source = http://aoichaan0513.xyz/flast/linux/x64//Beta/Flast_80.1.0_amd64.deb
- md5sums = 17a7386d6f3c5283739df1e5996db96d
+ source = https://flast.aoichaan0513.jp/releases/linux/Beta/Flast_82.0.5_amd64.deb
+ md5sums = 292a1aae6d890e2fe8e4098e3bc732cc
pkgname = flast
diff --git a/PKGBUILD b/PKGBUILD
index 22084653281f..6662b638f058 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,7 +1,7 @@
# Maintainer: Yang Niao <ksmt 4699 at gmail dot com>
# Contributor: Aoichaan0513 <at Aoichaan0513>
pkgname=flast
-pkgver=80.1.0
+pkgver=82.0.5
pkgrel=1
pkgdesc='Cross-platform browser based on Chromium.'
arch=('x86_64')
@@ -9,13 +9,15 @@ arch=('x86_64')
# Links
channel="Beta"
url='https://github.com/Aoichaan0513/flast'
-_url='http://aoichaan0513.xyz/flast/linux/x64/'
-source=("${_url}/${channel}/Flast_${pkgver}_amd64.deb")
+_url='https://flast.aoichaan0513.jp'
+# old: source=("${_url}/${channel}/Flast_${pkgver}_amd64.deb")
+source=("${_url}/releases/linux/${channel}/Flast_${pkgver}_amd64.deb")
+install="flast.install"
license=('GPL')
depends=('at-spi2-core' 'desktop-file-utils' 'gtk3' 'hicolor-icon-theme' 'libappindicator-gtk3' 'libnotify' 'libsecret' 'libutil-linux' 'libxss' 'libxtst' 'nss' 'xdg-utils')
-md5sums=('17a7386d6f3c5283739df1e5996db96d')
+md5sums=('292a1aae6d890e2fe8e4098e3bc732cc')
prepare() {
tar -xvf data.tar.xz
diff --git a/.INSTALL b/flast.install
index c4db1f71ff29..c4db1f71ff29 100644
--- a/.INSTALL
+++ b/flast.install