summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--DEPENDENCIES1
-rw-r--r--dist/archlinux/stable/PKGBUILD2
2 files changed, 2 insertions, 1 deletions
diff --git a/DEPENDENCIES b/DEPENDENCIES
index 2283788..61baa53 100644
--- a/DEPENDENCIES
+++ b/DEPENDENCIES
@@ -15,4 +15,5 @@ MAKE DEPENDENCIES:
coreutils
sed
zip
+ texinfo (opt-out)
diff --git a/dist/archlinux/stable/PKGBUILD b/dist/archlinux/stable/PKGBUILD
index 744f5a4..692a0bf 100644
--- a/dist/archlinux/stable/PKGBUILD
+++ b/dist/archlinux/stable/PKGBUILD
@@ -8,7 +8,7 @@ arch=(i686 x86_64)
url="https://github.com/maandree/blueshift"
license=('AGPL3')
depends=(python3 libxcb argparser)
-makedepends=(cython gcc python3 libxcb make coreutils sed zip)
+makedepends=(cython gcc python3 libxcb make coreutils sed zip texinfo)
install=blueshift.install
source=($url/archive/$pkgver.tar.gz)
sha256sums=('3bd0dba02dea122d6982653054a87daea1ea3cfef6b08ccf3444e64d09a5fcbc')