summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
authorsomini2021-02-25 23:41:43 +0000
committersomini2021-02-25 23:41:43 +0000
commitf713e5a5287a6ccaa5812633375a8e2d0b540453 (patch)
tree329bc290922e735cfb992642343917a5e8881846 /PKGBUILD
parent186396d6b4dfcf071937a2b7a82c62c3b55d1434 (diff)
downloadaur-f713e5a5287a6ccaa5812633375a8e2d0b540453.tar.gz
Bump to v0.7
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD4
1 files changed, 2 insertions, 2 deletions
diff --git a/PKGBUILD b/PKGBUILD
index 57d2578918d2..8b0a6a5a50be 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -3,7 +3,7 @@
pkgbase=python-pythumbnailer
pkgname=python-pythumbnailer
_module='pythumbnailer'
-pkgver=0.6.1
+pkgver=0.7
pkgrel=1
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=('fec9be889fec77f1abb5c38e466f632dc20fb8914b7cd5f29cbb57d5765fbde6')
+sha256sums=('5f346bba23802cb2fe81a6bded450ca6c475ed2d06e68676737aba746de7cb91')
build() {
cd "${srcdir}/${_module}-${pkgver}"