summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
authorsomini2022-07-16 18:53:44 +0100
committersomini2022-07-16 18:53:44 +0100
commitb937d2c257574fda231a67d3aee9dd0f6277a64f (patch)
treea1b141f9107dff3eca0b25ea48c98578c7a9568c /PKGBUILD
parent6f1df0dd80502b14a6e318c18ca485cde41b7947 (diff)
downloadaur-b937d2c257574fda231a67d3aee9dd0f6277a64f.tar.gz
Bump to v0.9.1
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD6
1 files changed, 3 insertions, 3 deletions
diff --git a/PKGBUILD b/PKGBUILD
index 365e2ac74fff..8f0233a1c2ca 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -3,8 +3,8 @@
pkgbase=python-pythumbnailer
pkgname=python-pythumbnailer
_module='pythumbnailer'
-pkgver=0.8
-pkgrel=2
+pkgver=0.9.1
+pkgrel=1
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=('6e055607b3923a87a2d3104c264c49baf52c451019339180cb30fed988650b82')
+sha256sums=('0793b4c4045bd31ac0f3cff3a429a0ffd89bd6cc40f23ff83adbbd2d25f661fa')
build() {
cd "${srcdir}/${_module}-${pkgver}"