summarylogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--.SRCINFO5
-rw-r--r--PKGBUILD7
2 files changed, 10 insertions, 2 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 2f5ba61bcb2a..eaf02b93ad39 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,11 +1,14 @@
pkgbase = bunq-desktop-src
pkgdesc = A desktop implementation for the bunq API
pkgver = 0.8.1
- pkgrel = 2
+ pkgrel = 3
url = https://github.com/BunqCommunity/BunqDesktop
arch = x86_64
license = MIT
depends = nodejs
+ provides = bunq-desktop
+ conflicts = bunq-desktop-git
+ conflicts = bunq-desktop-bin
source = https://github.com/BunqCommunity/BunqDesktop/archive/0.8.1.tar.gz
source = bunq-desktop-src.desktop
sha256sums = d89fad53a2b8dda0bd02bfc1a1bdd3edb3f1513215b7954970cec91fe024908d
diff --git a/PKGBUILD b/PKGBUILD
index 85bc445b92e0..f434129a7abb 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -9,9 +9,14 @@
pkgname="bunq-desktop-src"
pkgver="0.8.1"
-pkgrel=2
+pkgrel=3
pkgdesc="A desktop implementation for the bunq API"
url="https://github.com/BunqCommunity/BunqDesktop"
+provides=('bunq-desktop')
+conflicts=(
+ 'bunq-desktop-git'
+ 'bunq-desktop-bin'
+)
arch=(
'x86_64'