summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
authorsomini2020-09-20 14:38:02 +0100
committersomini2020-09-20 14:38:02 +0100
commit54cd0aea587398cd51e424841f48b0e3afd762d0 (patch)
tree9ded0478d588296372b2509e4b8bf70a91a88ea7 /PKGBUILD
parent1b6ad329e7c49bf5f97150a40c0f5104430c51a7 (diff)
downloadaur-54cd0aea587398cd51e424841f48b0e3afd762d0.tar.gz
Bump version to 0.4
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD4
1 files changed, 2 insertions, 2 deletions
diff --git a/PKGBUILD b/PKGBUILD
index cf524a0dcab4..66d6ad54fc99 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -3,7 +3,7 @@
pkgbase=python-pythumbnailer
pkgname=python-pythumbnailer
_module='pythumbnailer'
-pkgver=0.3
+pkgver=0.4
pkgrel=2
pkgdesc="Create static HTML galleries with thumbnails"
url="https://gitlab.com/somini/pythumbnailer/"
@@ -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=('a6bf3bea6ae2fe31391c7016b417144633a68e5cb08ccd0eda23779b55944927')
+sha256sums=('1d2e10d33837016e944750c526cc07775f90ab24e3c91dbd01ed5f965630ee69')
build() {
cd "${srcdir}/${_module}-${pkgver}"