summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorPaul Hentschel (hpmachining)2019-02-24 10:14:43 -0500
committerPaul Hentschel (hpmachining)2019-02-24 10:14:43 -0500
commit7a5ac4224c6aa538b54b56dd5376972387f6d06a (patch)
tree086d7d8d2b025e366a47f3c36b74d38e9f0e541c
parentfba5217ae8d79a120f078ce3506a1511e9aae81a (diff)
downloadaur-7a5ac4224c6aa538b54b56dd5376972387f6d06a.tar.gz
Changed dependancy from sqlite3 to sqlite.
The sqlite 3 package in the official repository is called sqlite, not sqlite3.
-rw-r--r--.SRCINFO2
-rw-r--r--PKGBUILD2
2 files changed, 2 insertions, 2 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 5316156295cf..c42848b3ee69 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -10,7 +10,7 @@ pkgbase = cbang
makedepends = scons
depends = v8-3.14
depends = libevent
- depends = sqlite3
+ depends = sqlite
depends = re2
depends = libyaml
depends = zlib
diff --git a/PKGBUILD b/PKGBUILD
index 7bce1f728756..2c135bc34d40 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -11,7 +11,7 @@ license=('LGPL2.1')
depends=(
'v8-3.14'
'libevent'
- 'sqlite3'
+ 'sqlite'
're2'
'libyaml'
'zlib'