summarylogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--.SRCINFO2
-rw-r--r--PKGBUILD2
2 files changed, 4 insertions, 0 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 5b17703f130b..ecc41ef97c39 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -5,6 +5,8 @@ pkgbase = listen1-desktop-appimage
url = https://listen1.github.io/listen1/
arch = x86_64
license = MIT
+ provides = listen1
+ conflicts = listen1
noextract = Listen1_2.5.0_linux_x86_64.AppImage
options = !strip
source = https://github.com/listen1/listen1_desktop/releases/download/v2.5.0/Listen1_2.5.0_linux_x86_64.AppImage
diff --git a/PKGBUILD b/PKGBUILD
index 5579cbf05d0e..f778974c0b09 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -10,6 +10,8 @@ url="https://listen1.github.io/listen1/"
license=("MIT")
noextract=("Listen1_${pkgver}_linux_x86_64.AppImage")
options=("!strip")
+provides=('listen1')
+conflicts=('listen1')
source=("https://github.com/listen1/listen1_desktop/releases/download/v${pkgver}/Listen1_${pkgver}_linux_x86_64.AppImage")
sha256sums=("8c6a190fd0fa77ba5f0bf051f836bd9b706bea7c8aeb4436edb81f63e9bbe635")