summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorParagoumba2021-12-28 00:11:55 +0100
committerParagoumba2021-12-28 00:11:55 +0100
commit8cbdaf993f4d06398fc68ee1a57d0352091f01c3 (patch)
tree9aa61d5e983ceff26c828e88c715f8c6f0b91741
parentecacf5643df70cffcade9398478a9fcfa90c80a1 (diff)
downloadaur-8cbdaf993f4d06398fc68ee1a57d0352091f01c3.tar.gz
Added provides and conflicts variables
-rw-r--r--.SRCINFO2
-rw-r--r--PKGBUILD2
2 files changed, 4 insertions, 0 deletions
diff --git a/.SRCINFO b/.SRCINFO
index f88fd2496d33..e6a0c1f30955 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -8,6 +8,8 @@ pkgbase = vdhcoapp-bin
license = GPL2
depends = ffmpeg
depends = orc
+ provides = vdhcoapp=1.6.3
+ conflicts = vdhcoapp
options = !strip
source = https://github.com/mi-g/vdhcoapp/releases/download/v1.6.3/net.downloadhelper.coapp-1.6.3-1_amd64.deb
source = vdhcoapp-install.hook
diff --git a/PKGBUILD b/PKGBUILD
index 011f08dadec3..8a68e2f40146 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -6,6 +6,8 @@ pkgname=vdhcoapp-bin
pkgver=1.6.3
pkgrel=1
pkgdesc="Companion application for Video DownloadHelper browser add-on, precompiled binary version"
+provides=("vdhcoapp=${pkgver}")
+conflicts=('vdhcoapp')
arch=('i686' 'x86_64')
url="https://github.com/mi-g/vdhcoapp"
license=('GPL2')