1
0
Fork 0
mirror of https://gitlab.alpinelinux.org/alpine/aports.git synced 2025-07-13 03:09:51 +03:00

main/unixodbc: take over maintainership

This commit is contained in:
Celeste 2025-06-20 06:37:40 +00:00
parent 9f53339863
commit 687ab4c308

View file

@ -1,8 +1,9 @@
# Contributor: Carlo Landmeter <clandmeter@alpinelinux.org>
# Maintainer: Carlo Landmeter <clandmeter@alpinelinux.org>
# Maintainer: Celeste <cielesti@protonmail.com>
maintainer="Celeste <cielesti@protonmail.com>"
pkgname=unixodbc
pkgver=2.3.12
pkgrel=0
pkgrel=1
pkgdesc="ODBC is an open specification to access Data Sources"
url="https://www.unixodbc.org/"
arch="all"
@ -11,7 +12,6 @@ options="!check" # No test suite.
makedepends="readline-dev"
subpackages="$pkgname-static $pkgname-dev $pkgname-doc"
source="https://www.unixodbc.org/unixODBC-$pkgver.tar.gz"
builddir="$srcdir/unixODBC-$pkgver"
prepare() {