summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
authorCarlos Aznarán Laos2023-01-30 17:45:46 -0500
committerCarlos Aznarán Laos2023-01-30 17:45:46 -0500
commit526a49b98e35d5533250cd37ea90866b652ba48c (patch)
treea5a1f0e36cee554fb10aaca1fa2285aa451fb9d9 /PKGBUILD
parent2508ea5b3bd49622a6a13fc1788cc3cc0e8a9c62 (diff)
downloadaur-526a49b98e35d5533250cd37ea90866b652ba48c.tar.gz
Bump version to 0.2.1
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD4
1 files changed, 2 insertions, 2 deletions
diff --git a/PKGBUILD b/PKGBUILD
index d2139b94b560..a14239024c7b 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -2,7 +2,7 @@
_base=thumbnails-readme
pkgname=python-${_base}
pkgdesc="Create thumbnails from Git folders"
-pkgver=0.1.4
+pkgver=0.2.1
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=('8276637c1a1142f3eac36fe247bb5cb565b39cfcf5d5e115e064b5f33968cd4a565ba2727fb4111689335e200061d4ba9782d3e691134041c9c8ff4f21ffccd4')
+sha512sums=('424f08ffda9a6bbad7e9b197fcc7739ab2ea414599caa48489c1eebc87fb22dbe8fabc542d388e6a6cd5a81919c4234498a30513f6c16736ec2b15042310b92d')
build() {
cd ${_base}-${pkgver}