summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
authorjohndovern2024-03-13 20:16:09 -0700
committerjohndovern2024-03-13 20:16:09 -0700
commit9173790353b732243bbd057afdc07f9c26e3cc16 (patch)
tree1d98c6a9de85587a23921600966285d92bbb6979 /PKGBUILD
parentd37ed2600ac0fdf737cc2c0f585a108aeec35e83 (diff)
downloadaur-9173790353b732243bbd057afdc07f9c26e3cc16.tar.gz
Update dependencies
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD11
1 files changed, 7 insertions, 4 deletions
diff --git a/PKGBUILD b/PKGBUILD
index 32f5e89abaad..86207961a5e0 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,14 +1,17 @@
# Maintainer: John Dovern <92282293+johndovern@users.noreply.github.com>
pkgname=comicthumb
-pkgver=0.0.2
-pkgrel=2
+pkgver=0.0.3
+pkgrel=1
pkgdesc="Replacement of the comicthumb utility from comix."
arch=('any')
url="https://codeberg.org/johndovern/comicthumb"
license=('GPL3')
-depends=('python')
+depends=('python' 'python-pillow')
+makedepends=('python-build' 'python-installer')
source=("https://codeberg.org/johndovern/comicthumb/releases/download/$pkgver/$pkgname-$pkgver.tar.gz")
-sha256sums=('08fe737b0bb6d4d1ef9dec8356eb513d91a691edff7ce247f80f604151cac462')
+sha256sums=(
+ 'fa1d93f74c78fd6222099b838b6ad099b55ce12d2715fa1f9b565b5339c17742'
+)
build() {
cd "$pkgname-$pkgver"