summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorDuncan X. Simpson2018-03-04 12:42:14 -0700
committerDuncan X. Simpson2018-03-04 12:42:14 -0700
commit7cc409c921caf91be83a713841e224864b965145 (patch)
tree20c6cb219b3530e1fc400c507490ee75219d452c
parent286790025f4aaf38affea76aaec766d49d6d1353 (diff)
downloadaur-7cc409c921caf91be83a713841e224864b965145.tar.gz
Added provides and conflicts
-rw-r--r--PKGBUILD2
1 files changed, 2 insertions, 0 deletions
diff --git a/PKGBUILD b/PKGBUILD
index cc9cb397e74d..901de5da429d 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -8,6 +8,8 @@ arch=('i686' 'x86_64' 'armhf')
url="http://getpat.io"
license=('MIT')
groups=('')
+provides=('pat')
+conflicts=('pat')
optdepends=('gpsd>=2.90'
'hamlib>=1.2'
'ncurses')