summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
authorAlex Meyer2019-06-13 09:49:41 -0400
committerAlex Meyer2019-06-13 09:49:41 -0400
commita2e438f8f5a612943609348863884b8721e6f9a3 (patch)
tree82c986cb1a4b4bb4cfebf00964c92ff6a996c9f9 /PKGBUILD
parent415d2672d63b202d777f54e510ba43a77b8d2be8 (diff)
downloadaur-a2e438f8f5a612943609348863884b8721e6f9a3.tar.gz
added provides() and conflicts()
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD2
1 files changed, 2 insertions, 0 deletions
diff --git a/PKGBUILD b/PKGBUILD
index e5172b16d724..1b49d43ef018 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -9,6 +9,8 @@ arch=('x86_64')
url="http://www.open-tx.org/"
license=('GPL')
depends=('hicolor-icon-theme' 'qt5-base>=5.7.0' 'qt5-multimedia>=5.6.0beta' 'qt5-svg>=5.6.0beta' 'sdl>=1.2.11')
+provides=('companion')
+conflicts=('companion' 'companion9x-svn')
options=('!strip' '!emptydirs')
install=${pkgname}.install
source_x86_64=("https://downloads.open-tx.org/2.2/release/companion/linux/companion22_${pkgver}_amd64.deb")