summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorGeorg Nagel2024-04-16 18:23:52 +0200
committerGeorg Nagel2024-04-16 18:23:52 +0200
commit5941913db20743051854a2ee54dcd2a7a2fc1a0a (patch)
treec0607a84d5cb2101dfb93acfe43f28f1401e40e1
parenta9b911f99ef1cb43a50ce150703ca146b1b7af73 (diff)
downloadaur-5941913db20743051854a2ee54dcd2a7a2fc1a0a.tar.gz
fix python tabulator dependency
-rw-r--r--PKGBUILD4
1 files changed, 2 insertions, 2 deletions
diff --git a/PKGBUILD b/PKGBUILD
index 12d03abda97f..ccd51df16a82 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -4,7 +4,7 @@ _pkgbase=penpot
pkgname=(penpot penpot-exporter penpot-frontend)
pkgver=2.0.2
babashka_version="1.3.189"
-pkgrel=1
+pkgrel=2
pkgdesc="The open-source design tool for design and code collaboration "
arch=('x86_64')
url="https://penpot.app"
@@ -31,7 +31,7 @@ depends=(
)
makedepends=('clojure' 'git' 'curl' 'npm' 'rsync')
optdepends=(
- "python-tabulater: for the penbot-manage script"
+ "python-tabulator: for the penbot-manage script"
"sfnt2woff: for uploading own fonts"
"chromium: for making the exporter work"
)