tdb: footprint fix for python 3.9

This commit is contained in:
Juergen Daubert 2020-09-04 11:43:43 +00:00
parent e73dd8b59f
commit a09b094ed5
3 changed files with 8 additions and 8 deletions

View File

@ -12,10 +12,10 @@ lrwxrwxrwx root/root usr/lib/libtdb.so.1 -> libtdb.so.1.4.3
-rwxr-xr-x root/root usr/lib/libtdb.so.1.4.3
drwxr-xr-x root/root usr/lib/pkgconfig/
-rw-r--r-- root/root usr/lib/pkgconfig/tdb.pc
drwxr-xr-x root/root usr/lib/python3.8/
drwxr-xr-x root/root usr/lib/python3.8/site-packages/
-rw-r--r-- root/root usr/lib/python3.8/site-packages/_tdb_text.py
-rwxr-xr-x root/root usr/lib/python3.8/site-packages/tdb.cpython-38-x86_64-linux-gnu.so
drwxr-xr-x root/root usr/lib/python3.9/
drwxr-xr-x root/root usr/lib/python3.9/site-packages/
-rw-r--r-- root/root usr/lib/python3.9/site-packages/_tdb_text.py
-rwxr-xr-x root/root usr/lib/python3.9/site-packages/tdb.cpython-39-x86_64-linux-gnu.so
drwxr-xr-x root/root usr/share/
drwxr-xr-x root/root usr/share/man/
drwxr-xr-x root/root usr/share/man/man8/

View File

@ -1,6 +1,6 @@
untrusted comment: verify with /etc/ports/opt.pub
RWSE3ohX2g5d/TY4bvS9x6TFR6CXIF5wpUhqmeipK+gb9qhMj0mUawPTU9B9Ahmq8HP6X2MPEIfVaPsJFq7W8nILGfe3uPYKxw8=
SHA256 (Pkgfile) = 32dec60f314fb78ade0a79cc4921aef2ffd6d2f9871c14d52b8d749bc394f1a9
SHA256 (.footprint) = 8472db309881919f904714f2c53b24e0fee6af6718e7ff1349fec27c21e19dbf
RWSE3ohX2g5d/aMymt+1xBaziBu2kOIULhaOsVUnK2br5yDI1MeAIBfGZDORC3XIKOWTKIZOTgepKH3+DFHU5+5uPycjAqVzSQU=
SHA256 (Pkgfile) = 3745da602dc19fe603105e2fbfd3507e4037b938225dad98c6cdc51a8b142676
SHA256 (.footprint) = 8461a5a0b433493ec879c57678072de20412d450b7e00de8785f8547e6f1422e
SHA256 (tdb-1.4.3.tar.gz) = c8058393dfa15f47e11ebd2f1d132693f0b3b3b8bf22d0201bfb305026f88a1b
SHA256 (tdb-man-pages.tar.xz) = 4ba01bfb0ea6d3572a00b1993783053d42170299cda5fa842629a231b957ae2f

View File

@ -5,7 +5,7 @@
name=tdb
version=1.4.3
release=1
release=2
source=(https://www.samba.org/ftp/$name/$name-$version.tar.gz
$name-man-pages.tar.xz)