python3-ueberzug: 18.2.0 -> 18.2.1

This commit is contained in:
Tim Biermann 2023-06-07 17:09:02 +02:00
parent 7497d1185d
commit 5d9676a82a
Signed by: tb
GPG Key ID: 42F8B4E30B673606
3 changed files with 13 additions and 12 deletions

View File

@ -4,13 +4,13 @@ drwxr-xr-x root/root usr/bin/
drwxr-xr-x root/root usr/lib/
drwxr-xr-x root/root usr/lib/python3.10/
drwxr-xr-x root/root usr/lib/python3.10/site-packages/
drwxr-xr-x root/root usr/lib/python3.10/site-packages/ueberzug-18.2.0-py3.10.egg-info/
-rw-r--r-- root/root usr/lib/python3.10/site-packages/ueberzug-18.2.0-py3.10.egg-info/PKG-INFO
-rw-r--r-- root/root usr/lib/python3.10/site-packages/ueberzug-18.2.0-py3.10.egg-info/SOURCES.txt
-rw-r--r-- root/root usr/lib/python3.10/site-packages/ueberzug-18.2.0-py3.10.egg-info/dependency_links.txt
-rw-r--r-- root/root usr/lib/python3.10/site-packages/ueberzug-18.2.0-py3.10.egg-info/entry_points.txt
-rw-r--r-- root/root usr/lib/python3.10/site-packages/ueberzug-18.2.0-py3.10.egg-info/requires.txt
-rw-r--r-- root/root usr/lib/python3.10/site-packages/ueberzug-18.2.0-py3.10.egg-info/top_level.txt
drwxr-xr-x root/root usr/lib/python3.10/site-packages/ueberzug-18.2.1-py3.10.egg-info/
-rw-r--r-- root/root usr/lib/python3.10/site-packages/ueberzug-18.2.1-py3.10.egg-info/PKG-INFO
-rw-r--r-- root/root usr/lib/python3.10/site-packages/ueberzug-18.2.1-py3.10.egg-info/SOURCES.txt
-rw-r--r-- root/root usr/lib/python3.10/site-packages/ueberzug-18.2.1-py3.10.egg-info/dependency_links.txt
-rw-r--r-- root/root usr/lib/python3.10/site-packages/ueberzug-18.2.1-py3.10.egg-info/entry_points.txt
-rw-r--r-- root/root usr/lib/python3.10/site-packages/ueberzug-18.2.1-py3.10.egg-info/requires.txt
-rw-r--r-- root/root usr/lib/python3.10/site-packages/ueberzug-18.2.1-py3.10.egg-info/top_level.txt
drwxr-xr-x root/root usr/lib/python3.10/site-packages/ueberzug/
-rwxr-xr-x root/root usr/lib/python3.10/site-packages/ueberzug/X.cpython-310-x86_64-linux-gnu.so
drwxr-xr-x root/root usr/lib/python3.10/site-packages/ueberzug/X/

View File

@ -1,5 +1,5 @@
untrusted comment: verify with /etc/ports/contrib.pub
RWSagIOpLGJF3wLebHBCjnB/M5fp0dk9nNegerddNU+PJiXoEVmDxIyk9JvoNMVkjyfL4Q8Rkm7vKBnXuvKMMrWJj9mSy1x7Aws=
SHA256 (Pkgfile) = bdc296226ad714cb947de5e34692f323579714519f04842518c16688fe87838b
SHA256 (.footprint) = 4a2e82add4dd492b13456e40661d83276b09e7a297511344955f208aa1acec51
SHA256 (ueberzug-18.2.0.tar.gz) = 091975b68ddba56789258c7e9a30a0d6c13c46dfcbfc6451c8c4d15907acb6e2
RWSagIOpLGJF31oXvlgBx6hns3Hq2bNNSW+OYgv5CABjwj4MQF77OyptHbs8HbMYcQzVoqBBl2Mu4nIDPvBzBHbMj7xX5L+vqAc=
SHA256 (Pkgfile) = 18d5ca7df03346af403a34736024314c962290a26b8d76ec28451134f9ecb7e3
SHA256 (.footprint) = 7f98382585ee3044d068f62f80265b5209cb98e7f1d221796078cb1c892017bb
SHA256 (ueberzug-18.2.1.tar.gz) = a3c2cc73e5431acff3d91f7ffb5ceb7ee47e88a7d4b61b5831b4b45bf3752593

View File

@ -4,12 +4,13 @@
# Depends on: python3-docopt python3-pillow python3-xlib xorg-libxres
name=python3-ueberzug
version=18.2.0
version=18.2.1
release=1
source=(https://github.com/ueber-devel/ueberzug/archive/$version/ueberzug-$version.tar.gz)
build() {
cd ueberzug-$version
/usr/bin/python3 setup.py build
/usr/bin/python3 setup.py install --prefix=/usr \
--root=$PKG \