summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorsomini2021-02-06 15:11:21 +0000
committersomini2021-02-06 15:11:21 +0000
commit54ef365f04a6d4ded43ca1f87af39fbc85906fa9 (patch)
treeed9318d3971a30bd8251edb4ddef3f53abd8c9ae
parentb9b0e6cb3f80b2c93babc394088bddd8d2bc56d3 (diff)
downloadaur-54ef365f04a6d4ded43ca1f87af39fbc85906fa9.tar.gz
Bump to v0.5
-rw-r--r--.SRCINFO8
-rw-r--r--PKGBUILD6
2 files changed, 7 insertions, 7 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 853d34190875..8e083a1a2fee 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,7 +1,7 @@
pkgbase = python-pythumbnailer
pkgdesc = Create static HTML galleries with thumbnails
- pkgver = 0.4.2
- pkgrel = 2
+ pkgver = 0.5
+ pkgrel = 1
url = https://gitlab.com/somini/pythumbnailer/
arch = any
license = GPL
@@ -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.4.2.tar.gz
- sha256sums = 32be5940486f799e610d3410c2b0ae1c1e3ff92bb2ffc2708bacc98c415ac68e
+ source = https://files.pythonhosted.org/packages/source/p/pythumbnailer/pythumbnailer-0.5.tar.gz
+ sha256sums = 5b551cc378d903515e621f1ed5adf0fc2f773b398b5dc06c9ef54d752bbcd522
pkgname = python-pythumbnailer
depends = python
diff --git a/PKGBUILD b/PKGBUILD
index 916205bca8ec..ae39efb49fb2 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -3,8 +3,8 @@
pkgbase=python-pythumbnailer
pkgname=python-pythumbnailer
_module='pythumbnailer'
-pkgver=0.4.2
-pkgrel=2
+pkgver=0.5
+pkgrel=1
pkgdesc="Create static HTML galleries with thumbnails"
url="https://gitlab.com/somini/pythumbnailer/"
depends=('python' 'python-argparse-utils' 'ffmpeg')
@@ -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=('32be5940486f799e610d3410c2b0ae1c1e3ff92bb2ffc2708bacc98c415ac68e')
+sha256sums=('5b551cc378d903515e621f1ed5adf0fc2f773b398b5dc06c9ef54d752bbcd522')
build() {
cd "${srcdir}/${_module}-${pkgver}"