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

Antonio Rojas arojas at archlinux.org
Thu Apr 22 20:48:55 UTC 2021


    Date: Thursday, April 22, 2021 @ 20:48:55
  Author: arojas
Revision: 921687

Update to 6.22.03

Modified:
  tcsh/trunk/PKGBUILD

----------+
 PKGBUILD |    6 +++---
 1 file changed, 3 insertions(+), 3 deletions(-)

Modified: PKGBUILD
===================================================================
--- PKGBUILD	2021-04-22 20:48:50 UTC (rev 921686)
+++ PKGBUILD	2021-04-22 20:48:55 UTC (rev 921687)
@@ -3,13 +3,13 @@
 # Contributor: Judd Vinet <jvinet at zeroflux.org>
 
 pkgname=tcsh
-pkgver=6.22.02
+pkgver=6.22.03
 pkgrel=1
 pkgdesc='Enhanced version of the Berkeley C shell.'
 arch=('x86_64')
 url='https://www.tcsh.org/'
 license=('BSD')
-depends=('ncurses')
+depends=('ncurses' 'libxcrypt')
 backup=('etc/csh.cshrc'
         'etc/csh.login')
 install='tcsh.install'
@@ -16,7 +16,7 @@
 source=("ftp://ftp.astron.com/pub/${pkgname}/${pkgname}-${pkgver}.tar.gz"
         'csh.cshrc'
         'csh.login')
-md5sums=('f34909eab33733aecc05d27adc82277b'
+md5sums=('c9387b7c8cf958956e75b1fa4e59b612'
          '7ca0fe6d1a1b9a0093f632499d4fb112'
          '4869b9da87c79854e2cc97241f125853')
 



More information about the arch-commits mailing list