summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
authorParagoumba2021-12-28 00:11:55 +0100
committerParagoumba2021-12-28 00:11:55 +0100
commit8cbdaf993f4d06398fc68ee1a57d0352091f01c3 (patch)
tree9aa61d5e983ceff26c828e88c715f8c6f0b91741 /PKGBUILD
parentecacf5643df70cffcade9398478a9fcfa90c80a1 (diff)
downloadaur-8cbdaf993f4d06398fc68ee1a57d0352091f01c3.tar.gz
Added provides and conflicts variables
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD2
1 files changed, 2 insertions, 0 deletions
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')