summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
authorDaichi Shinozaki2017-02-06 02:32:39 +0000
committerDaichi Shinozaki2017-02-06 02:32:39 +0000
commitf8a4476022d853f925497b701e37d579a991e474 (patch)
treed601a9b60e5596edcf5124df64b393ab5f1c1476 /PKGBUILD
parentfb0b4c0e2bc36924e76eb859c5759a5943b66006 (diff)
downloadaur-f8a4476022d853f925497b701e37d579a991e474.tar.gz
Add a "conflicts" directive.
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD1
1 files changed, 1 insertions, 0 deletions
diff --git a/PKGBUILD b/PKGBUILD
index 6fc901ed9a03..3b354ea65606 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -8,6 +8,7 @@ arch=('i686' 'x86_64' 'armv6h' 'armv7h')
url="https://libwebsockets.org"
depends=('openssl' 'make')
makedepends=('cmake')
+conflicts=('libwebsockets')
license=('LGPL')
source=("https://github.com/warmcat/libwebsockets/archive/v$pkgver.tar.gz")
md5sums=('c66a7437e4d05f1f073630837a2142e9')