summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorNbiba Bedis2021-11-15 13:58:10 +0100
committerNbiba Bedis2021-11-15 13:58:10 +0100
commitce06d62a36361911a47e7456f03c05f5677c2b38 (patch)
tree917ba88ee86c0e1eb5fc707907769a55fff9d803
parenta64b0654708f1d5b0d696491b783683ba7de43f8 (diff)
downloadaur-ce06d62a36361911a47e7456f03c05f5677c2b38.tar.gz
Add pkg description and provides section
-rw-r--r--.SRCINFO5
-rw-r--r--PKGBUILD6
2 files changed, 7 insertions, 4 deletions
diff --git a/.SRCINFO b/.SRCINFO
index f1f207e22c5f..59089539aa11 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,7 +1,7 @@
pkgbase = shortwave-bin-hack
- pkgdesc = Find and listen to internet radio stations.
+ 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 = 1
+ pkgrel = 2
url = https://gitlab.gnome.org/World/Shortwave/
arch = any
license = GPL
@@ -10,6 +10,7 @@ pkgbase = shortwave-bin-hack
depends = gst-plugins-bad
depends = libadwaita
depends = libsoup
+ provides = shortwave
source = https://gitlab.gnome.org/World/Shortwave/-/jobs/1570577/artifacts/download?file_type=archive
source = fix_flatpak.rs
source = shortwave
diff --git a/PKGBUILD b/PKGBUILD
index fc32ec907d15..5d9b4324e147 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -2,11 +2,13 @@
pkgname=shortwave-bin-hack
pkgver=1570577
-pkgrel=1
-pkgdesc="Find and listen to internet radio stations."
+pkgrel=2
+pkgdesc="Find and listen to internet radio stations.
+This pkg uses the flatpak version and intercepts libc functions to make it work"
arch=(any)
url="https://gitlab.gnome.org/World/Shortwave/"
license=(GPL)
+provides=("shortwave")
makedepends=(cargo ostree)
depends=('gst-plugins-bad' 'libadwaita' 'libsoup')
source=("$url-/jobs/$pkgver/artifacts/download?file_type=archive" "fix_flatpak.rs" "shortwave")