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

Felix Yan felixonmars at archlinux.org
Mon Apr 16 14:37:48 UTC 2018


    Date: Monday, April 16, 2018 @ 14:37:47
  Author: felixonmars
Revision: 316515

upgpkg: hercules 3.13.00-3

libnsl rebuild (add correct dependencies too)

Modified:
  hercules/trunk/PKGBUILD

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

Modified: PKGBUILD
===================================================================
--- PKGBUILD	2018-04-16 14:32:29 UTC (rev 316514)
+++ PKGBUILD	2018-04-16 14:37:47 UTC (rev 316515)
@@ -6,12 +6,12 @@
 
 pkgname=hercules
 pkgver=3.13.00
-pkgrel=2
+pkgrel=3
 pkgdesc='Software implementation of System/370 and ESA/390'
 arch=('x86_64')
 url='http://www.hercules-390.eu/'
 license=('custom')
-depends=('glibc' 'libnsl')
+depends=('libnsl' 'zlib')
 options=('!makeflags')
 source=("http://downloads.hercules-390.eu/$pkgname-${pkgver%.00}.tar.gz")
 sha512sums=('76f75ef3f1eb10c0fac0d6fa1ab9809b8d1dfe3deccbcd69366b05ee58f1ecb8ea0f387f7201ab4722b121478676f00e707ad27b6ecf1980fb09e900de63d718')



More information about the arch-commits mailing list