summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
authorMaikel Wever2018-12-14 14:10:35 +0100
committerMaikel Wever2018-12-14 14:10:35 +0100
commit7e8d9dbcc060b3f9bbdac42a6f3ab86255f80716 (patch)
treecd55c96c8cb8aa757f7d69c0bb77db9e3a035b47 /PKGBUILD
parentc1b5c72dbb018a40b98a0338729677dd8a9b7003 (diff)
downloadaur-7e8d9dbcc060b3f9bbdac42a6f3ab86255f80716.tar.gz
Fix some typos
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD6
1 files changed, 3 insertions, 3 deletions
diff --git a/PKGBUILD b/PKGBUILD
index d30944652923..ba7362311052 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,18 +1,18 @@
# Maintainer: Maikel Wever <maikelwever@gmail.com>
# based on lxd-git package https://aur.archlinux.org/packages/lxd-git/
# which in turn is based based on old version of this very package
-# Contrubutor: Asterios Dimitriou <asterios@pci.gr>
+# Contributor: Asterios Dimitriou <asterios@pci.gr>
# Contributor: Benjamin Asbach <archlinux-aur.lxd@impl.it>
pkgname=lxd
_pkgname=lxd
pkgver=3.8
-pkgrel=1
+pkgrel=2
pkgdesc="REST API, command line tool and OpenStack integration plugin for LXC."
arch=('x86_64')
url="https://github.com/lxc/lxd"
license=('APACHE')
-conflicts=('lxd' 'lxd-lts')
+conflicts=('lxd-git' 'lxd-lts')
provides=('lxd')
depends=('lxc' 'squashfs-tools' 'dnsmasq' 'libuv')
makedepends=('go' 'git' 'tcl' 'patchelf')