summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorPandada82015-08-29 18:23:39 +0800
committerPandada82015-08-29 18:23:39 +0800
commitf188d6637a6c5cc0a420ace4671f99f50cb15809 (patch)
treece772ac472e22a978cd788ae043eb4c2155ccba6
parent1bde0b4fb37f48b6777589819a126a247b65c575 (diff)
downloadaur-f188d6637a6c5cc0a420ace4671f99f50cb15809.tar.gz
fix typo
-rw-r--r--PKGBUILD2
1 files changed, 1 insertions, 1 deletions
diff --git a/PKGBUILD b/PKGBUILD
index 601ddaddaaad..b819e0acfc4f 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -9,7 +9,7 @@ arch=('i686' 'x86_64')
url="https://www.zerotier.com/index.html"
license=('GPL3')
groups=()
-depends=("gcc-libs" "sqlite3")
+depends=("gcc-libs" "sqlite")
makedepends=()
conflicts=("zerotier-one" "zerotier-one-lastest")
source=("https://github.com/zerotier/ZeroTierOne/archive/$pkgver.tar.gz")