* update libdbi to 0.9.0-6

This commit is contained in:
Alexander Baldeck 2024-08-24 07:37:08 +02:00
parent f1634820af
commit 631c22f76b
2 changed files with 18 additions and 1 deletions

17
libdbi/.SRCINFO Normal file
View File

@ -0,0 +1,17 @@
pkgbase = libdbi
pkgdesc = Database independant abstraction layer for C
pkgver = 0.9.0
pkgrel = 6
url = http://libdbi.sourceforge.net/
arch = x86_64
license = LGPL
depends = glibc
options = !emptydirs
source = https://downloads.sourceforge.net/libdbi/libdbi-0.9.0.tar.gz
sha256sums = dafb6cdca524c628df832b6dd0bf8fabceb103248edb21762c02d3068fca4503
pkgname = libdbi
pkgname = libdbi-docs
pkgdesc = Developer documentation for libdbi
depends =

View File

@ -6,7 +6,7 @@
pkgbase=libdbi
pkgname=(libdbi libdbi-docs)
pkgver=0.9.0
pkgrel=5
pkgrel=6
pkgdesc="Database independant abstraction layer for C"
url="http://libdbi.sourceforge.net/"
license=('LGPL')