summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorsomini2021-12-13 00:58:23 +0000
committersomini2021-12-13 00:58:23 +0000
commit6f1df0dd80502b14a6e318c18ca485cde41b7947 (patch)
treec876573fa2c529059b8c6f3f38822bc4c41d02d1
parent218ddd6db3c240d4a872187b061f0dde74b1a9e7 (diff)
downloadaur-6f1df0dd80502b14a6e318c18ca485cde41b7947.tar.gz
Bump due to Python 3.10
-rw-r--r--.SRCINFO3
-rw-r--r--PKGBUILD2
2 files changed, 2 insertions, 3 deletions
diff --git a/.SRCINFO b/.SRCINFO
index eba796fdf1ed..3400519d3c9f 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,7 +1,7 @@
pkgbase = python-pythumbnailer
pkgdesc = Create static HTML galleries with thumbnails
pkgver = 0.8
- pkgrel = 1
+ pkgrel = 2
url = https://gitlab.com/somini/pythumbnailer/
arch = any
license = GPL
@@ -16,4 +16,3 @@ pkgname = python-pythumbnailer
depends = python
depends = python-argparse-utils
depends = ffmpeg
-
diff --git a/PKGBUILD b/PKGBUILD
index a215a911fbe1..365e2ac74fff 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -4,7 +4,7 @@ pkgbase=python-pythumbnailer
pkgname=python-pythumbnailer
_module='pythumbnailer'
pkgver=0.8
-pkgrel=1
+pkgrel=2
pkgdesc="Create static HTML galleries with thumbnails"
url="https://gitlab.com/somini/pythumbnailer/"
depends=('python' 'python-argparse-utils' 'ffmpeg')