summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorbuck-yeh2022-06-02 00:29:39 +0800
committerbuck-yeh2022-06-02 00:29:39 +0800
commit88cbbe0f115aeabf05e7be2a36f136abf2cc68d4 (patch)
tree1808ecc1569a878f360225433ecdbbd04d7871f4
parentd96a178e8e0ec30a4ef476994d91dab388d13023 (diff)
downloadaur-88cbbe0f115aeabf05e7be2a36f136abf2cc68d4.tar.gz
[Fetch content of dependent bux with a fixed tag (1.6.5 for now)](https://github.com/buck-yeh/bux-sqlite/releases/tag/1.0.1)
( used for detection of dependent ABI breakage )
-rw-r--r--.SRCINFO3
-rw-r--r--PKGBUILD4
2 files changed, 4 insertions, 3 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 53cfc43e2b43..224599a01c3d 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,6 +1,6 @@
pkgbase = bux-sqlite
pkgdesc = Wrapper classes and utilities of the original SQLite3 CAPI
- pkgver = 1.0.0
+ pkgver = 1.0.1
pkgrel = 1
url = https://github.com/buck-yeh/bux-sqlite.git
arch = x86_64
@@ -13,6 +13,7 @@ pkgbase = bux-sqlite
makedepends = fakeroot
makedepends = gawk
depends = sqlite
+ depends = bux
depends = fmt
pkgname = bux-sqlite
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=()