summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
authorsomini2021-02-06 15:11:21 +0000
committersomini2021-02-06 15:11:21 +0000
commit54ef365f04a6d4ded43ca1f87af39fbc85906fa9 (patch)
treeed9318d3971a30bd8251edb4ddef3f53abd8c9ae /PKGBUILD
parentb9b0e6cb3f80b2c93babc394088bddd8d2bc56d3 (diff)
downloadaur-54ef365f04a6d4ded43ca1f87af39fbc85906fa9.tar.gz
Bump to v0.5
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD6
1 files changed, 3 insertions, 3 deletions
diff --git a/PKGBUILD b/PKGBUILD
index 916205bca8ec..ae39efb49fb2 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -3,8 +3,8 @@
pkgbase=python-pythumbnailer
pkgname=python-pythumbnailer
_module='pythumbnailer'
-pkgver=0.4.2
-pkgrel=2
+pkgver=0.5
+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=('32be5940486f799e610d3410c2b0ae1c1e3ff92bb2ffc2708bacc98c415ac68e')
+sha256sums=('5b551cc378d903515e621f1ed5adf0fc2f773b398b5dc06c9ef54d752bbcd522')
build() {
cd "${srcdir}/${_module}-${pkgver}"