summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
authorsomini2020-12-12 00:32:00 +0000
committersomini2020-12-12 00:32:00 +0000
commitb9b0e6cb3f80b2c93babc394088bddd8d2bc56d3 (patch)
tree73ead05195be8e221c1e381630757db5e33313d4 /PKGBUILD
parentdf27dd0ceb82f32fe01f1462e6e5fce33510a9f4 (diff)
downloadaur-b9b0e6cb3f80b2c93babc394088bddd8d2bc56d3.tar.gz
Rebuild due to Python 3.9
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD5
1 files changed, 2 insertions, 3 deletions
diff --git a/PKGBUILD b/PKGBUILD
index 597d35bf8998..916205bca8ec 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -4,7 +4,7 @@ pkgbase=python-pythumbnailer
pkgname=python-pythumbnailer
_module='pythumbnailer'
pkgver=0.4.2
-pkgrel=1
+pkgrel=2
pkgdesc="Create static HTML galleries with thumbnails"
url="https://gitlab.com/somini/pythumbnailer/"
depends=('python' 'python-argparse-utils' 'ffmpeg')
@@ -12,7 +12,7 @@ makedepends=('python-setuptools')
license=('GPL')
arch=('any')
source=("https://files.pythonhosted.org/packages/source/${_module::1}/$_module/$_module-$pkgver.tar.gz")
-sha256sums=('1d2e10d33837016e944750c526cc07775f90ab24e3c91dbd01ed5f965630ee69')
+sha256sums=('32be5940486f799e610d3410c2b0ae1c1e3ff92bb2ffc2708bacc98c415ac68e')
build() {
cd "${srcdir}/${_module}-${pkgver}"
@@ -24,4 +24,3 @@ package() {
cd "${srcdir}/${_module}-${pkgver}"
python setup.py install --root="${pkgdir}" --optimize=1 --skip-build
}
-sha256sums=('32be5940486f799e610d3410c2b0ae1c1e3ff92bb2ffc2708bacc98c415ac68e')