summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorzzy-ac2022-10-03 02:05:17 +0800
committerzzy-ac2022-10-03 02:05:17 +0800
commit488448eec848bd5feefa78d78812bba689835bf1 (patch)
tree21954036eb750267b25c7f7e59da10d83b5f2f72
parentdac60c4fcfc41b83b1948a86d04fa1cc4f91bcff (diff)
downloadaur-488448eec848bd5feefa78d78812bba689835bf1.tar.gz
2022-10-03_02:05:17
-rw-r--r--.SRCINFO2
-rw-r--r--PKGBUILD2
2 files changed, 4 insertions, 0 deletions
diff --git a/.SRCINFO b/.SRCINFO
index fd4d8f06a12b..06482d9d0738 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -5,6 +5,8 @@ pkgbase = listen1
url = https://github.com/listen1/listen1_desktop
arch = x86_64
license = MIT
+ provides = listen1
+ conflicts = listen1-electron
source = https://github.com/listen1/listen1_desktop/releases/download/v2.26.2/listen1_2.26.2_linux_amd64.deb
sha256sums = 31fd195ef7ad2b1a48c9864b49467170554284774e3ce6b1f6e2cfa15cb43356
diff --git a/PKGBUILD b/PKGBUILD
index fa70fc342b49..a1a41cac2503 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -8,6 +8,8 @@ arch=("x86_64")
url="https://github.com/listen1/listen1_desktop"
license=('MIT')
depends=()
+provides=('listen1')
+conflicts=('listen1-electron')
source=(
https://github.com/$pkgname/$pkgname\_desktop/releases/download/v$pkgver/$pkgname\_$pkgver\_linux_amd64.deb)
sha256sums=('31fd195ef7ad2b1a48c9864b49467170554284774e3ce6b1f6e2cfa15cb43356')