summarylogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--.SRCINFO4
-rw-r--r--0001-Update-links-for-ArchLinux.patch25
-rw-r--r--PKGBUILD12
3 files changed, 4 insertions, 37 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 1ae4b41e9525..c5e82c9a0b01 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,6 +1,6 @@
pkgbase = mobile-config-firefox-git
pkgdesc = Mobile and privacy friendly configuration for Firefox
- pkgver = 2.1.0+1+g92e1a26
+ pkgver = 3.0.0+5+g87689ef
pkgrel = 1
url = https://gitlab.com/postmarketOS/mobile-config-firefox
arch = x86_64
@@ -13,8 +13,6 @@ pkgbase = mobile-config-firefox-git
license = GPL
depends = firefox
source = mobile-config-firefox-git::git+https://gitlab.com/postmarketOS/mobile-config-firefox
- source = 0001-Update-links-for-ArchLinux.patch
sha256sums = SKIP
- sha256sums = be6c30de864c812edc897c9d7bf4896f646fa73268d945646032eb1a9a8926f0
pkgname = mobile-config-firefox-git
diff --git a/0001-Update-links-for-ArchLinux.patch b/0001-Update-links-for-ArchLinux.patch
deleted file mode 100644
index f52ab3ff480c..000000000000
--- a/0001-Update-links-for-ArchLinux.patch
+++ /dev/null
@@ -1,25 +0,0 @@
-From 82b5b06165e630f1245f03e1477ca8dc63a7f21b Mon Sep 17 00:00:00 2001
-From: Antoni Boucher <bouanto@zoho.com>
-Date: Sun, 22 Nov 2020 08:33:35 -0500
-Subject: [PATCH] Update links for ArchLinux
-
----
- src/homepage/distro_links.html | 4 ++--
- 1 file changed, 2 insertions(+), 2 deletions(-)
-
-diff --git a/src/homepage/distro_links.html b/src/homepage/distro_links.html
-index f0a8527..35c1e78 100644
---- a/src/homepage/distro_links.html
-+++ b/src/homepage/distro_links.html
-@@ -2,6 +2,6 @@
- SPDX-License-Identifier: GPL-3.0-or-later -->
-
- <p class="distro-links">
-- <a href="https://postmarketos.org/blog">blog</a> -
-- <a href="https://wiki.postmarketos.org/">wiki</a>
-+ <a href="https://www.archlinux.org/">blog</a> -
-+ <a href="https://wiki.archlinux.org/">wiki</a>
- </p>
---
-2.29.2
-
diff --git a/PKGBUILD b/PKGBUILD
index 609c2467c2f1..b2003c31a21d 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -2,22 +2,16 @@
# Contributor: Antoni Boucher <bouanto at zoho dot com>
pkgname='mobile-config-firefox-git'
-pkgver=2.1.0+1+g92e1a26
+pkgver=3.0.0+5+g87689ef
pkgrel=1
pkgdesc="Mobile and privacy friendly configuration for Firefox"
url="https://gitlab.com/postmarketOS/mobile-config-firefox"
license=('GPL')
arch=('x86_64' 'i686' 'pentium4' 'arm' 'armv6h' 'armv7h' 'aarch64')
depends=('firefox')
-source=("$pkgname::git+https://gitlab.com/postmarketOS/mobile-config-firefox"
- "0001-Update-links-for-ArchLinux.patch")
-sha256sums=("SKIP"
- "be6c30de864c812edc897c9d7bf4896f646fa73268d945646032eb1a9a8926f0")
+source=("$pkgname::git+https://gitlab.com/postmarketOS/mobile-config-firefox")
-prepare() {
- cd $pkgname
- patch --forward --strip=1 --input="${srcdir}/0001-Update-links-for-ArchLinux.patch"
-}
+sha256sums=("SKIP")
pkgver() {
cd $pkgname