summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorotreblan2023-08-12 16:23:14 -0500
committerotreblan2023-08-12 16:23:14 -0500
commit8b6b89e61c2819e3b2c89037b471f984cf9af038 (patch)
treef16c775f314388d18b280db4043682f59fea24bc
parenta102bd6dc140a296d636ac74dda24f73b85ba0f4 (diff)
downloadaur-8b6b89e61c2819e3b2c89037b471f984cf9af038.tar.gz
Add missing build dependency
-rw-r--r--.SRCINFO3
-rw-r--r--PKGBUILD3
2 files changed, 4 insertions, 2 deletions
diff --git a/.SRCINFO b/.SRCINFO
index e225415f7a4d..c66ad920b466 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,7 +1,7 @@
pkgbase = vulkan-man-pages
pkgdesc = Vulkan man pages as manpages
pkgver = 1.3.259
- pkgrel = 1
+ pkgrel = 2
url = https://github.com/KhronosGroup/Vulkan-Docs
arch = any
license = custom
@@ -11,6 +11,7 @@ pkgbase = vulkan-man-pages
makedepends = git
makedepends = nodejs
makedepends = npm
+ makedepends = python-pyparsing
makedepends = python3
makedepends = source-highlight
source = https://github.com/KhronosGroup/Vulkan-Docs/archive/v1.3.259.tar.gz
diff --git a/PKGBUILD b/PKGBUILD
index 00e5e6deadb2..740fb02bb4f3 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -3,7 +3,7 @@
pkgname="vulkan-man-pages"
pkgver=1.3.259
-pkgrel=1
+pkgrel=2
pkgdesc="Vulkan man pages as manpages"
arch=("any")
url="https://github.com/KhronosGroup/Vulkan-Docs"
@@ -15,6 +15,7 @@ makedepends=(
"git"
"nodejs"
"npm"
+ "python-pyparsing"
"python3"
"source-highlight"
)