summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
authorNbiba Bedis2021-11-15 13:58:10 +0100
committerNbiba Bedis2021-11-15 13:58:10 +0100
commitce06d62a36361911a47e7456f03c05f5677c2b38 (patch)
tree917ba88ee86c0e1eb5fc707907769a55fff9d803 /PKGBUILD
parenta64b0654708f1d5b0d696491b783683ba7de43f8 (diff)
downloadaur-ce06d62a36361911a47e7456f03c05f5677c2b38.tar.gz
Add pkg description and provides section
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD6
1 files changed, 4 insertions, 2 deletions
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")