summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorNbiba Bedis2021-11-15 14:05:44 +0100
committerNbiba Bedis2021-11-15 14:05:44 +0100
commit72b7a85e05ae36ec4b5d74d507cb84d9b561964a (patch)
tree29d51b69ec2db1eea5a553397ed154adafdab4d5
parentce06d62a36361911a47e7456f03c05f5677c2b38 (diff)
downloadaur-72b7a85e05ae36ec4b5d74d507cb84d9b561964a.tar.gz
Add pkg conflicts section
-rw-r--r--.SRCINFO3
-rw-r--r--PKGBUILD3
2 files changed, 4 insertions, 2 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 59089539aa11..13f002ea6804 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 = 2
+ pkgrel = 3
url = https://gitlab.gnome.org/World/Shortwave/
arch = any
license = GPL
@@ -11,6 +11,7 @@ pkgbase = shortwave-bin-hack
depends = libadwaita
depends = libsoup
provides = shortwave
+ conflicts = 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 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")