summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
authorsanbikappa2024-04-16 05:16:33 +0800
committersanbikappa2024-04-16 05:16:33 +0800
commitddb98e26e8f649269e3e41208c98bf3cfeaadef9 (patch)
tree3523df193df3cf218281ddf53f9a7efa5710ea89 /PKGBUILD
parent9c2b16284d8cf8d8a46dbf25133d1a1658715399 (diff)
downloadaur-krita-plugin-pythonplugindevelopertools-git.tar.gz
fix makedepends
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD3
1 files changed, 2 insertions, 1 deletions
diff --git a/PKGBUILD b/PKGBUILD
index ae3ccb87f42c..b8c7ab53d570 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -2,7 +2,7 @@
# Maintainer: Mikata Riko <sanbikappa@qq.com>
pkgname=krita-plugin-pythonplugindevelopertools-git
-pkgver=r53.d50402f
+pkgver=r61.aa16638
pkgrel=1
epoch=
pkgdesc="Python plugin for Krita that assists with making python plugins for Krita"
@@ -10,6 +10,7 @@ arch=('any')
url="https://github.com/KnowZero/Krita-PythonPluginDeveloperTools"
license=('unknow')
depends=('krita' 'python-pyqt5')
+makedepends=('git')
provides=('krita-plugin-pythonplugindevelopertools' 'krita-plugin-pythonplugindevelopertools-bin')
conflicts=('krita-plugin-pythonplugindevelopertools' 'krita-plugin-pythonplugindevelopertools-bin')
install=.install