summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorMichał Wojdyła2023-12-09 18:54:51 +0100
committerMichał Wojdyła2023-12-09 18:54:51 +0100
commita99e64b989c04331817296efdcb0f59f3e028a05 (patch)
tree526012d48e00f1e35297f6446287c83ab6f570ad
parent9671e9e726cf2d0e3ab3d22a7b73c690a32b9143 (diff)
downloadaur-a99e64b989c04331817296efdcb0f59f3e028a05.tar.gz
remove argparse from depends
-rw-r--r--.SRCINFO3
-rw-r--r--PKGBUILD6
2 files changed, 4 insertions, 5 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 03d3ebbe5051..9f9b3836f0db 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,7 +1,7 @@
pkgbase = buildroot-meta
pkgdesc = dependency requirements for buildroot
pkgver = 2022.11.1
- pkgrel = 1
+ pkgrel = 2
url = https://buildroot.org/downloads/manual/manual.html#requirement
arch = any
license = GPL
@@ -40,7 +40,6 @@ pkgbase = buildroot-meta
optdepends = subversion
optdepends = asciidoc>=8.6.3
optdepends = w3m
- optdepends = python-argparse
optdepends = dblatex: pdf manual
optdepends = graphviz: graph-depends & <pkg>-graph-depends
optdepends = python-matplotlib: graph-build
diff --git a/PKGBUILD b/PKGBUILD
index 854296f88aef..e9ee75254c74 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,8 +1,9 @@
-# Maintainer: Darren Ng <$(base64 --decode <<<VW4xR2ZuQGdtYWlsLmNvbQo=)>
+# Maintainer: Michał Wojdyła < micwoj9292 at gmail dot com >
+# Contributor: Darren Ng <$(base64 --decode <<<VW4xR2ZuQGdtYWlsLmNvbQo=)>
pkgname=buildroot-meta
pkgver=2022.11.1
-pkgrel=1
+pkgrel=2
pkgdesc="dependency requirements for buildroot"
arch=('any')
url="https://buildroot.org/downloads/manual/manual.html#requirement"
@@ -59,7 +60,6 @@ optdepends=(
# Documentation generation tools
'asciidoc>=8.6.3'
'w3m'
- 'python-argparse'
'dblatex: pdf manual'
# Graph generation tools