diff options
author | Aiden Grossman <agrossman154@yahoo.com> | 2021-12-07 04:19:30 +0000 |
---|---|---|
committer | Natanael Copa <ncopa@alpinelinux.org> | 2021-12-15 20:17:41 +0100 |
commit | 8d5e4d13f90e9e36c8463e710d3927cb88336fb2 (patch) | |
tree | 827d2855f72491af0710a5843c5559394397ce6b /main | |
parent | e9b4d242ca6f9b71f601cc152c50ccdab0f1094e (diff) | |
download | aports-8d5e4d13f90e9e36c8463e710d3927cb88336fb2.zip |
main/ldb: rebuild against python 3.10
Diffstat (limited to 'main')
-rw-r--r-- | main/ldb/APKBUILD | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/main/ldb/APKBUILD b/main/ldb/APKBUILD index 6585a1fbaad..462fb3196bf 100644 --- a/main/ldb/APKBUILD +++ b/main/ldb/APKBUILD @@ -1,7 +1,7 @@ # Maintainer: Natanael Copa <ncopa@alpinelinux.org> pkgname=ldb pkgver=2.4.1 -pkgrel=0 +pkgrel=1 pkgdesc="schema-less, ldap like, API and database" url="https://ldb.samba.org/" arch="all" |