summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD4
1 files changed, 2 insertions, 2 deletions
diff --git a/PKGBUILD b/PKGBUILD
index 3600c3bce739..f0a5e19032b4 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -2,7 +2,7 @@
_base=thumbnails-readme
pkgname=python-${_base}
pkgdesc="Create thumbnails from Git folders"
-pkgver=0.2.4
+pkgver=0.3.0
pkgrel=1
arch=(any)
url="https://github.com/firefly-cpp/${_base}"
@@ -11,7 +11,7 @@ depends=(python-pdf2image python-pillow python-cairosvg)
makedepends=(python-build python-installer python-poetry-core)
checkdepends=(python-pytest)
source=(${_base}-${pkgver}.tar.gz::${url}/archive/${pkgver}.tar.gz)
-sha512sums=('7a5d3ff5a862dd711aea929bbb926417fb23211dd9fe255ce392646ca731e51e4af75b456baf9a29b2ed11f673310c59f89c4b02d26ae5b974bf67ef82fba579')
+sha512sums=('88fc2eeec64e7f6cc377dbc103b1b2fd6a0f9090e326b859de004b860ccd386a8f3b0f17c49159321fb9ee51c1f2bc756f8f4a1dd646b3e9a39777942dafe813')
build() {
cd ${_base}-${pkgver}