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

Lukas Fleischer lfleischer at archlinux.org
Sun Feb 9 06:21:35 UTC 2020


    Date: Sunday, February 9, 2020 @ 06:21:34
  Author: lfleischer
Revision: 375015

upgpkg: enscript 1.6.6-4: add perl dependency

Modified:
  enscript/trunk/PKGBUILD

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

Modified: PKGBUILD
===================================================================
--- PKGBUILD	2020-02-09 03:57:18 UTC (rev 375014)
+++ PKGBUILD	2020-02-09 06:21:34 UTC (rev 375015)
@@ -4,12 +4,12 @@
 
 pkgname=enscript
 pkgver=1.6.6
-pkgrel=3
+pkgrel=4
 pkgdesc="Convert ASCII files to PostScript suitable for printing"
 arch=('x86_64')
 url="https://git.savannah.gnu.org/cgit/enscript.git"
 license=('GPL3')
-depends=('glibc')
+depends=('glibc' 'perl')
 backup=('etc/enscript/enscript.cfg')
 source=(https://ftp.gnu.org/gnu/$pkgname/$pkgname-$pkgver.tar.gz)
 md5sums=('3acc242b829adacabcaf28533f049afd')



More information about the arch-commits mailing list