summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorsomini2021-02-15 02:26:14 +0000
committersomini2021-02-15 02:26:14 +0000
commit186396d6b4dfcf071937a2b7a82c62c3b55d1434 (patch)
tree4ecfa0201b6327c99b5b773096e7501581eba567
parent54ef365f04a6d4ded43ca1f87af39fbc85906fa9 (diff)
downloadaur-186396d6b4dfcf071937a2b7a82c62c3b55d1434.tar.gz
Bump to v0.6.1
This should really work outside the box...
-rw-r--r--.SRCINFO6
-rw-r--r--PKGBUILD4
2 files changed, 5 insertions, 5 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 8e083a1a2fee..62a688290c43 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,6 +1,6 @@
pkgbase = python-pythumbnailer
pkgdesc = Create static HTML galleries with thumbnails
- pkgver = 0.5
+ pkgver = 0.6.1
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.5.tar.gz
- sha256sums = 5b551cc378d903515e621f1ed5adf0fc2f773b398b5dc06c9ef54d752bbcd522
+ source = https://files.pythonhosted.org/packages/source/p/pythumbnailer/pythumbnailer-0.6.1.tar.gz
+ sha256sums = fec9be889fec77f1abb5c38e466f632dc20fb8914b7cd5f29cbb57d5765fbde6
pkgname = python-pythumbnailer
depends = python
diff --git a/PKGBUILD b/PKGBUILD
index ae39efb49fb2..57d2578918d2 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -3,7 +3,7 @@
pkgbase=python-pythumbnailer
pkgname=python-pythumbnailer
_module='pythumbnailer'
-pkgver=0.5
+pkgver=0.6.1
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=('5b551cc378d903515e621f1ed5adf0fc2f773b398b5dc06c9ef54d752bbcd522')
+sha256sums=('fec9be889fec77f1abb5c38e466f632dc20fb8914b7cd5f29cbb57d5765fbde6')
build() {
cd "${srcdir}/${_module}-${pkgver}"