summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorNbiba Bedis2021-11-18 16:26:58 +0100
committerNbiba Bedis2021-11-18 16:26:58 +0100
commitfaace6706d04360f077e934e9856740455ae4e10 (patch)
treeb31192715b79c16b3cf07bcfe7457ab58ca466ca
parent72b7a85e05ae36ec4b5d74d507cb84d9b561964a (diff)
downloadaur-faace6706d04360f077e934e9856740455ae4e10.tar.gz
Chmod recording because their permission changes as well (somehow)
-rw-r--r--.SRCINFO6
-rw-r--r--PKGBUILD6
-rw-r--r--fix_flatpak.rsbin1612 -> 1665 bytes
3 files changed, 6 insertions, 6 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 13f002ea6804..334e9993f112 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,7 +1,7 @@
pkgbase = shortwave-bin-hack
pkgdesc = Find and listen to internet radio stations. This pkg uses the flatpak version and intercepts libc functions to make it work
pkgver = 1570577
- pkgrel = 3
+ pkgrel = 4
url = https://gitlab.gnome.org/World/Shortwave/
arch = any
license = GPL
@@ -15,8 +15,8 @@ pkgbase = shortwave-bin-hack
source = https://gitlab.gnome.org/World/Shortwave/-/jobs/1570577/artifacts/download?file_type=archive
source = fix_flatpak.rs
source = shortwave
- sha256sums = 889a9c1da5eb508996e7593d0bcb7f21365ec1db56420b671bf2c53d1693ebdc
- sha256sums = f51670378a964043ad835ee0c6fba088056c111762831e320fbfe5093a307aae
+ sha256sums = fefe532b4896b7d03ed0b2d2bab3aa429af19944ef4fb105490b8a0345cafbd9
+ sha256sums = c9f1bc05e916ab429ffa2b18cca2f63e7cad4ce2a5dfa9c99d19c6db3d4fb4de
sha256sums = bdd3140b737646d38e801d7cfa2092e47126b968e32ffe32250c9046ddc76a6a
pkgname = shortwave-bin-hack
diff --git a/PKGBUILD b/PKGBUILD
index cc6339c1cf22..b8f0fa28cb33 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -2,7 +2,7 @@
pkgname=shortwave-bin-hack
pkgver=1570577
-pkgrel=3
+pkgrel=4
pkgdesc="Find and listen to internet radio stations.
This pkg uses the flatpak version and intercepts libc functions to make it work"
arch=(any)
@@ -13,8 +13,8 @@ conflicts=("shortwave")
makedepends=(cargo ostree)
depends=('gst-plugins-bad' 'libadwaita' 'libsoup')
source=("$url-/jobs/$pkgver/artifacts/download?file_type=archive" "fix_flatpak.rs" "shortwave")
-sha256sums=('889a9c1da5eb508996e7593d0bcb7f21365ec1db56420b671bf2c53d1693ebdc'
- 'f51670378a964043ad835ee0c6fba088056c111762831e320fbfe5093a307aae'
+sha256sums=('fefe532b4896b7d03ed0b2d2bab3aa429af19944ef4fb105490b8a0345cafbd9'
+ 'c9f1bc05e916ab429ffa2b18cca2f63e7cad4ce2a5dfa9c99d19c6db3d4fb4de'
'bdd3140b737646d38e801d7cfa2092e47126b968e32ffe32250c9046ddc76a6a')
prepare() {
diff --git a/fix_flatpak.rs b/fix_flatpak.rs
index dc8d10a8357b..69195b1f8add 100644
--- a/fix_flatpak.rs
+++ b/fix_flatpak.rs
Binary files differ