summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorMatheus2020-05-08 11:53:49 -0300
committerMatheus2020-05-08 11:53:49 -0300
commitc59b26de2a4e07abb3cd962cfef3578c6da90a4f (patch)
tree0b4ab8781b52472ee8394a5e2de83263f453ea80
parent0e5d26ff04f75225bf4323e66b8eb4729a4dbca3 (diff)
downloadaur-c59b26de2a4e07abb3cd962cfef3578c6da90a4f.tar.gz
76.0.1-1
-rw-r--r--.SRCINFO10
-rw-r--r--PKGBUILD8
2 files changed, 9 insertions, 9 deletions
diff --git a/.SRCINFO b/.SRCINFO
index e63495eed7d1..e62bc2f7b424 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,7 +1,7 @@
pkgbase = fedora-firefox-wayland-bin
pkgdesc = Fedora's firefox build with wayland enabled by default
- pkgver = 76.0
- pkgrel = 2
+ pkgver = 76.0.1
+ pkgrel = 1
url = https://www.mozilla.org/firefox/
arch = x86_64
license = MPL
@@ -27,16 +27,16 @@ pkgbase = fedora-firefox-wayland-bin
optdepends = libnotify: Notification integration
optdepends = pulseaudio: Audio support
optdepends = speech-dispatcher: Text-to-Speech
- provides = firefox
+ provides = firefox=76.0.1
provides = libffi=3.1
conflicts = firefox
conflicts = libffi=3.1
conflicts = libffi=3.2
options = !emptydirs
options = !strip
- source = https://kojipkgs.fedoraproject.org/packages/firefox/76.0/2.fc32/x86_64/firefox-76.0-2.fc32.x86_64.rpm
+ source = https://kojipkgs.fedoraproject.org/packages/firefox/76.0.1/1.fc32/x86_64/firefox-76.0.1-1.fc32.x86_64.rpm
source = https://download-ib01.fedoraproject.org/pub/fedora/linux/releases/32/Everything/x86_64/os/Packages/l/libffi-3.1-24.fc32.x86_64.rpm
- sha256sums = f9f2bc50d12c22f7a8e96aeef3164dbbaab3b4edd1e39b0b7d4ade70879f0430
+ sha256sums = 3e033c26ae1a8c6ae7bbb6d962a2e2743dcd755fdfd726c23cf7067eb0f584e2
sha256sums = 86c87a4169bdf75c6d3a2f11d3a7e20b6364b2db97c74bc7eb62b1b22bc54401
pkgname = fedora-firefox-wayland-bin
diff --git a/PKGBUILD b/PKGBUILD
index fef2049cc137..dd4130b30c34 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -2,15 +2,15 @@
# Maintainer: Matheus <wlion@protonmail.com>
pkgname=fedora-firefox-wayland-bin
-pkgver=76.0
-pkgrel=2
+pkgver=76.0.1
+pkgrel=1
# fedora version
fc="fc32"
pkgdesc="Fedora's firefox build with wayland enabled by default"
arch=(x86_64)
license=(MPL GPL LGPL)
url="https://www.mozilla.org/firefox/"
-provides=('firefox' 'libffi=3.1')
+provides=('firefox=${pkgver}' 'libffi=3.1')
conflicts=('firefox' 'libffi=3.1' 'libffi=3.2')
options=(!emptydirs !strip)
depends=(gtk3 mozilla-common libxt startup-notification mime-types dbus-glib
@@ -23,7 +23,7 @@ optdepends=('networkmanager: Location detection via available WiFi networks'
source=("https://kojipkgs.fedoraproject.org//packages/firefox/$pkgver/$pkgrel.$fc/x86_64/firefox-$pkgver-$pkgrel.$fc.x86_64.rpm"
"https://download-ib01.fedoraproject.org/pub/fedora/linux/releases/32/Everything/x86_64/os/Packages/l/libffi-3.1-24.fc32.x86_64.rpm")
-sha256sums=('f9f2bc50d12c22f7a8e96aeef3164dbbaab3b4edd1e39b0b7d4ade70879f0430'
+sha256sums=('3e033c26ae1a8c6ae7bbb6d962a2e2743dcd755fdfd726c23cf7067eb0f584e2'
'86c87a4169bdf75c6d3a2f11d3a7e20b6364b2db97c74bc7eb62b1b22bc54401')
prepare() {