summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorcqzw5552024-04-08 09:17:59 +0800
committercqzw5552024-04-08 09:17:59 +0800
commit991a3865abd1c302c41e7bedc29b26872af6650a (patch)
treeb1728560fc571e27c325e2c5f7dadfadf8493f5f
parent1a859893034d83d6efb1a63ae6ce42ece34d87fc (diff)
downloadaur-991a3865abd1c302c41e7bedc29b26872af6650a.tar.gz
add missing makedepends
-rw-r--r--.SRCINFO5
-rw-r--r--PKGBUILD4
2 files changed, 6 insertions, 3 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 8a79c1103ce8..70b5a1acdd39 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,13 +1,16 @@
pkgbase = python-ansiwrap
pkgdesc = textwrap, but savvy to ANSI colors and styles
pkgver = 0.8.4
- pkgrel = 6
+ pkgrel = 8
url = https://github.com/jonathaneunice/ansiwrap
arch = any
license = Apache
checkdepends = python-pytest
checkdepends = python-ansicolors
makedepends = python-setuptools
+ makedepends = python-build
+ makedepends = python-installer
+ makedepends = python-wheel
depends = python
source = https://github.com/jonathaneunice/ansiwrap/archive/20e2e8c78a54bdce947e38c069c5eb9c115423ae/python-ansiwrap-20e2e8c78a54bdce947e38c069c5eb9c115423ae.tar.gz
source = python-ansiwrap-no-textwrap3.patch::https://github.com/jonathaneunice/ansiwrap/pull/16.patch
diff --git a/PKGBUILD b/PKGBUILD
index 791d943954b6..fb7a0bea2988 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -3,13 +3,13 @@
pkgname=python-ansiwrap
pkgver=0.8.4
_commit=20e2e8c78a54bdce947e38c069c5eb9c115423ae
-pkgrel=7
+pkgrel=8
pkgdesc="textwrap, but savvy to ANSI colors and styles"
url="https://github.com/jonathaneunice/ansiwrap"
license=('Apache')
arch=('any')
depends=('python')
-makedepends=('python-setuptools')
+makedepends=('python-setuptools' 'python-build' 'python-installer' 'python-wheel')
checkdepends=('python-pytest' 'python-ansicolors')
source=("https://github.com/jonathaneunice/ansiwrap/archive/$_commit/$pkgname-$_commit.tar.gz"
$pkgname-no-textwrap3.patch::https://github.com/jonathaneunice/ansiwrap/pull/16.patch