summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD4
1 files changed, 2 insertions, 2 deletions
diff --git a/PKGBUILD b/PKGBUILD
index 362989970216..69f7f1b5372b 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -5,7 +5,7 @@
# Maintainer: Buck Yeh <buck.yeh at gmail dot com>
pkgname=bux-sqlite
-pkgver=1.0.0
+pkgver=1.0.1
pkgrel=1
epoch=
pkgdesc='Wrapper classes and utilities of the original SQLite3 CAPI'
@@ -13,7 +13,7 @@ arch=('x86_64')
url='https://github.com/buck-yeh/bux-sqlite.git'
license=('MIT')
groups=()
-depends=('sqlite' 'fmt')
+depends=('sqlite' 'bux' 'fmt')
makedepends=('cmake' 'make' 'gcc' 'git' 'binutils' 'fakeroot' 'gawk')
checkdepends=()
optdepends=()