summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorCedric Roijakkers2024-01-22 08:44:03 +0100
committerCedric Roijakkers2024-01-22 08:44:03 +0100
commite96749c23271ab900cf12fb3f3f1c97e83075406 (patch)
tree593cea9e39d70178234002114e8a12e625dbc799
parent03fa2769a8042a2fa06cac107dcb181a1de9ef7c (diff)
downloadaur-e96749c23271ab900cf12fb3f3f1c97e83075406.tar.gz
Bumped version to 6.7.0-2 because of Electron dependency update.
-rw-r--r--.SRCINFO8
-rw-r--r--PKGBUILD2
2 files changed, 5 insertions, 5 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 4370fdd8011a..78e298598354 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,7 +1,7 @@
pkgbase = ferdium-bin
pkgdesc = A messaging browser that allows you to combine your favorite messaging services into one application (binary release).
pkgver = 6.7.0
- pkgrel = 1
+ pkgrel = 2
url = https://ferdium.org
arch = x86_64
arch = armv7l
@@ -34,11 +34,11 @@ pkgbase = ferdium-bin
conflicts = ferdium-git
conflicts = ferdium-electron
options = !strip
- source_x86_64 = ferdium-bin-6.7.0-1-amd64.zip::https://github.com/ferdium/ferdium-app/releases/download/v6.7.0/Ferdium-linux-6.7.0-amd64.deb
+ source_x86_64 = ferdium-bin-6.7.0-2-amd64.zip::https://github.com/ferdium/ferdium-app/releases/download/v6.7.0/Ferdium-linux-6.7.0-amd64.deb
sha512sums_x86_64 = 499d5897d31344ad8b5b5c06b9216788c7a00c7e72e5d2bfe2fa1fd602eca53b2022e1f8637236a2ab58f8a622f0e1333035b5014a5da6b1577552cd7996f590
- source_armv7l = ferdium-bin-6.7.0-1-armv7l.zip::https://github.com/ferdium/ferdium-app/releases/download/v6.7.0/Ferdium-linux-6.7.0-armv7l.deb
+ source_armv7l = ferdium-bin-6.7.0-2-armv7l.zip::https://github.com/ferdium/ferdium-app/releases/download/v6.7.0/Ferdium-linux-6.7.0-armv7l.deb
sha512sums_armv7l = a6510a0f9ed36ccdea27d2dacc91eb676029ea683d706699d0ff54d8ccec2e4156fc9b06d5f9a8436baa103acea8f54caf253955f8ec7758973c378b9c44e3c9
- source_aarch64 = ferdium-bin-6.7.0-1-arm64.zip::https://github.com/ferdium/ferdium-app/releases/download/v6.7.0/Ferdium-linux-6.7.0-arm64.deb
+ source_aarch64 = ferdium-bin-6.7.0-2-arm64.zip::https://github.com/ferdium/ferdium-app/releases/download/v6.7.0/Ferdium-linux-6.7.0-arm64.deb
sha512sums_aarch64 = a57dbc79cecc265d404067fa6f94da2a30d60e28fcfa566fb26f6fd8581c3e35d2a3107a945e59bc95cfc9c89042040980929f187754a92d2c73d2a24448f6fb
pkgname = ferdium-bin
diff --git a/PKGBUILD b/PKGBUILD
index b73bc142874e..61086652a2fa 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -7,7 +7,7 @@ _electron='electron27'
_electronpackage='electron27'
pkgverorg='6.7.0'
pkgver='6.7.0'
-pkgrel='1'
+pkgrel='2'
pkgdesc='A messaging browser that allows you to combine your favorite messaging services into one application (binary release).'
arch=('x86_64' 'armv7l' 'aarch64')
url="https://$_pkgname.org"