summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
authorNbiba Bedis2021-11-15 14:05:44 +0100
committerNbiba Bedis2021-11-15 14:05:44 +0100
commit72b7a85e05ae36ec4b5d74d507cb84d9b561964a (patch)
tree29d51b69ec2db1eea5a553397ed154adafdab4d5 /PKGBUILD
parentce06d62a36361911a47e7456f03c05f5677c2b38 (diff)
downloadaur-72b7a85e05ae36ec4b5d74d507cb84d9b561964a.tar.gz
Add pkg conflicts section
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD3
1 files changed, 2 insertions, 1 deletions
diff --git a/PKGBUILD b/PKGBUILD
index 5d9b4324e147..cc6339c1cf22 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -2,13 +2,14 @@
pkgname=shortwave-bin-hack
pkgver=1570577
-pkgrel=2
+pkgrel=3
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")
+conflicts=("shortwave")
makedepends=(cargo ostree)
depends=('gst-plugins-bad' 'libadwaita' 'libsoup')
source=("$url-/jobs/$pkgver/artifacts/download?file_type=archive" "fix_flatpak.rs" "shortwave")