summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorsomini2020-09-20 14:38:02 +0100
committersomini2020-09-20 14:38:02 +0100
commit54cd0aea587398cd51e424841f48b0e3afd762d0 (patch)
tree9ded0478d588296372b2509e4b8bf70a91a88ea7
parent1b6ad329e7c49bf5f97150a40c0f5104430c51a7 (diff)
downloadaur-54cd0aea587398cd51e424841f48b0e3afd762d0.tar.gz
Bump version to 0.4
-rw-r--r--.SRCINFO4
-rw-r--r--PKGBUILD4
2 files changed, 4 insertions, 4 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 7086282dd1b0..29e9152e4192 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,6 +1,6 @@
pkgbase = python-pythumbnailer
pkgdesc = Create static HTML galleries with thumbnails
- pkgver = 0.3
+ pkgver = 0.4
pkgrel = 2
url = https://gitlab.com/somini/pythumbnailer/
arch = any
@@ -9,7 +9,7 @@ pkgbase = python-pythumbnailer
depends = python
depends = python-argparse-utils
depends = ffmpeg
- source = https://files.pythonhosted.org/packages/source/p/pythumbnailer/pythumbnailer-0.3.tar.gz
+ source = https://files.pythonhosted.org/packages/source/p/pythumbnailer/pythumbnailer-0.4.tar.gz
sha256sums = a6bf3bea6ae2fe31391c7016b417144633a68e5cb08ccd0eda23779b55944927
pkgname = python-pythumbnailer
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}"