summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorsomini2021-06-13 22:06:40 +0100
committersomini2021-06-13 22:06:40 +0100
commit218ddd6db3c240d4a872187b061f0dde74b1a9e7 (patch)
tree2b54722907dc8ec554c78743c430092ed8ed7f7f
parentf713e5a5287a6ccaa5812633375a8e2d0b540453 (diff)
downloadaur-218ddd6db3c240d4a872187b061f0dde74b1a9e7.tar.gz
Bump to v0.8
-rw-r--r--.SRCINFO6
-rw-r--r--PKGBUILD4
2 files changed, 5 insertions, 5 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 77c3f3a0be67..eba796fdf1ed 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,6 +1,6 @@
pkgbase = python-pythumbnailer
pkgdesc = Create static HTML galleries with thumbnails
- pkgver = 0.7
+ pkgver = 0.8
pkgrel = 1
url = https://gitlab.com/somini/pythumbnailer/
arch = any
@@ -9,8 +9,8 @@ pkgbase = python-pythumbnailer
depends = python
depends = python-argparse-utils
depends = ffmpeg
- source = https://files.pythonhosted.org/packages/source/p/pythumbnailer/pythumbnailer-0.7.tar.gz
- sha256sums = 5f346bba23802cb2fe81a6bded450ca6c475ed2d06e68676737aba746de7cb91
+ source = https://files.pythonhosted.org/packages/source/p/pythumbnailer/pythumbnailer-0.8.tar.gz
+ sha256sums = 6e055607b3923a87a2d3104c264c49baf52c451019339180cb30fed988650b82
pkgname = python-pythumbnailer
depends = python
diff --git a/PKGBUILD b/PKGBUILD
index 8b0a6a5a50be..a215a911fbe1 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -3,7 +3,7 @@
pkgbase=python-pythumbnailer
pkgname=python-pythumbnailer
_module='pythumbnailer'
-pkgver=0.7
+pkgver=0.8
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=('5f346bba23802cb2fe81a6bded450ca6c475ed2d06e68676737aba746de7cb91')
+sha256sums=('6e055607b3923a87a2d3104c264c49baf52c451019339180cb30fed988650b82')
build() {
cd "${srcdir}/${_module}-${pkgver}"