summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
authorKr1ss2020-02-15 01:30:02 +0100
committerKr1ss2020-02-15 01:30:02 +0100
commit071c7b18bd463555667924ad61191f65ae44568b (patch)
tree7d00413e1b8f1d6fd4080bd64372689ed41dd807 /PKGBUILD
parent18fad803d4bf6e35c04cb071ec49427ffb2c5624 (diff)
downloadaur-071c7b18bd463555667924ad61191f65ae44568b.tar.gz
fix occurence of the old chromium binary filename
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD4
1 files changed, 2 insertions, 2 deletions
diff --git a/PKGBUILD b/PKGBUILD
index 0b94f6342221..9d531b4be319 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -8,7 +8,7 @@ pkgver() {
git -C "$_pkgname" describe --tags | sed 's/v\?\([^-]\+\)-/\1.r/;s/-g/./'
}
pkgver=6.0.8.r3.961cd57
-pkgrel=1
+pkgrel=2
pkgdesc='Desktop integration for webapps'
url="https://github.com/peppermintos/$_pkgname"
@@ -24,7 +24,7 @@ optdepends=('brave' 'firefox' 'chromium' 'google-chrome' 'vivaldi')
source=("git+$url.git" "$_pkgname.patch")
sha256sums=('SKIP'
- '8aaff26c46a803ea6fb3a9e442a6fed830ff5c70228939783ceaa33578af5732')
+ 'da1bee7eac42880ea640f3ff69d3514f1794b01510cf496e7dc11200908ace37')
prepare() {