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