summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorideal2018-12-17 11:45:37 +0800
committerideal2018-12-17 11:45:37 +0800
commit8e1f0be7193641fc742c247fbe75e86e73e9abd1 (patch)
treeeae6ecf3813785bb1cbae1e75d569b6f88f7c1c0
parent684d5be8b0a7525d88e7d658a2738e0617e112d0 (diff)
downloadaur-8e1f0be7193641fc742c247fbe75e86e73e9abd1.tar.gz
optdepends: sqlite instead of sqlite3
-rw-r--r--.SRCINFO2
-rw-r--r--PKGBUILD2
2 files changed, 2 insertions, 2 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 877a370c6155..250d4fcbc4ea 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -16,7 +16,7 @@ pkgbase = systemtap-git
depends = python
depends = json-c
depends = avahi
- optdepends = sqlite3
+ optdepends = sqlite
provides = systemtap=4.0
conflicts = systemtap
source = git+git://sourceware.org/git/systemtap.git
diff --git a/PKGBUILD b/PKGBUILD
index de0d79ddf085..f7e87e7973bf 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -10,7 +10,7 @@ arch=('i686' 'x86_64')
license=('GPL')
depends=('elfutils' 'nss' 'python' 'json-c' 'avahi')
makedepends=('git' 'python-setuptools' 'xmlto' 'cpio')
-optdepends=('sqlite3')
+optdepends=('sqlite')
provides=(systemtap=4.0)
conflicts=(systemtap)
_gitroot=git://sourceware.org/git/systemtap.git