summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
authorsomini2020-09-21 03:51:03 +0100
committersomini2020-09-21 03:51:03 +0100
commitdf27dd0ceb82f32fe01f1462e6e5fce33510a9f4 (patch)
treebff764b77f3aa44d0eacebc40518d1c562f7f3cd /PKGBUILD
parent54cd0aea587398cd51e424841f48b0e3afd762d0 (diff)
downloadaur-df27dd0ceb82f32fe01f1462e6e5fce33510a9f4.tar.gz
Bump version to v0.4.2
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD5
1 files changed, 3 insertions, 2 deletions
diff --git a/PKGBUILD b/PKGBUILD
index 66d6ad54fc99..597d35bf8998 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -3,8 +3,8 @@
pkgbase=python-pythumbnailer
pkgname=python-pythumbnailer
_module='pythumbnailer'
-pkgver=0.4
-pkgrel=2
+pkgver=0.4.2
+pkgrel=1
pkgdesc="Create static HTML galleries with thumbnails"
url="https://gitlab.com/somini/pythumbnailer/"
depends=('python' 'python-argparse-utils' 'ffmpeg')
@@ -24,3 +24,4 @@ package() {
cd "${srcdir}/${_module}-${pkgver}"
python setup.py install --root="${pkgdir}" --optimize=1 --skip-build
}
+sha256sums=('32be5940486f799e610d3410c2b0ae1c1e3ff92bb2ffc2708bacc98c415ac68e')