[arch-commits] Commit in liblouis/trunk (PKGBUILD)

Jelle van der Waa jelle at archlinux.org
Sun Jul 26 20:58:42 UTC 2020


    Date: Sunday, July 26, 2020 @ 20:58:42
  Author: jelle
Revision: 392562

Add makedepend perl

Add perl as explicit makedepend as it's currently a transient dependency.

Modified:
  liblouis/trunk/PKGBUILD

----------+
 PKGBUILD |    4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

Modified: PKGBUILD
===================================================================
--- PKGBUILD	2020-07-26 20:50:35 UTC (rev 392561)
+++ PKGBUILD	2020-07-26 20:58:42 UTC (rev 392562)
@@ -3,13 +3,13 @@
 
 pkgname=liblouis
 pkgver=3.14.0
-pkgrel=1
+pkgrel=2
 pkgdesc="Open-source braille translator and back-translator"
 arch=(x86_64)
 url="http://liblouis.org/"
 license=('GPL3')
 depends=(glibc)
-makedepends=(help2man python)
+makedepends=(help2man python perl)
 source=(https://github.com/liblouis/liblouis/releases/download/v$pkgver/liblouis-$pkgver.tar.gz)
 sha256sums=('f5b25f8059dd76595aeb419b1522dda78f281a75a7c56dceaaa443f8c437306a')
 



More information about the arch-commits mailing list