main/mobile-config-firefox: upgrade to 3.1.0 (MR 3597)

Drop replaces, provides for postmarketos-config-firefox. This was the
name of the package until August of 2020, not relevant anymore. Also
the provides didn't have pkgrel and therefore was wrong.
This commit is contained in:
Oliver Smith 2022-10-30 14:10:53 +01:00
parent f8d12ed781
commit 5e73fe103a
No known key found for this signature in database
GPG key ID: 5AE7F5513E0885CB

View file

@ -1,7 +1,7 @@
# Maintainer: Oliver Smith <ollieparaoid@postmarketos.org>
pkgname=mobile-config-firefox
pkgver=3.0.0
pkgrel=1
pkgver=3.1.0
pkgrel=0
pkgdesc="Firefox tweaks for mobile and privacy"
url="https://gitlab.com/postmarketOS/mobile-config-firefox"
source="
@ -10,8 +10,6 @@ source="
arch="noarch"
license="GPL-3.0-or-later"
options="!check" # No tests
replaces="postmarketos-config-firefox"
provides="postmarketos-config-firefox=$pkgver"
build() {
make
@ -22,5 +20,5 @@ package() {
make DESTDIR="$pkgdir" FIREFOX_DIR=/usr/lib/firefox-esr install
}
sha512sums="
b93052c8047bc91cc7a12d4e33f035bf01f5357e0e09a46c4b0984ad750957da621407245859f96513c1623baeed7e2366285c69c85969572605dcd8c3074173 mobile-config-firefox-3.0.0.tar.bz2
6121bd2d2741399764fc7116bed9ec834fb781a524f1b88da136d68306eb6b9210402f48bf63c23594d015ff1a0b9204317d1b12f93ab47492f31df8fb60bc48 mobile-config-firefox-3.1.0.tar.bz2
"