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

Alexander Rødseth arodseth at nymeria.archlinux.org
Thu Aug 1 13:32:11 UTC 2013


    Date: Thursday, August 1, 2013 @ 15:32:11
  Author: arodseth
Revision: 94951

Using the hash/2 function instead of the sha/1 function, for R16B1 compatibility

Modified:
  yaws/trunk/PKGBUILD

----------+
 PKGBUILD |    2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

Modified: PKGBUILD
===================================================================
--- PKGBUILD	2013-08-01 13:13:17 UTC (rev 94950)
+++ PKGBUILD	2013-08-01 13:32:11 UTC (rev 94951)
@@ -10,7 +10,7 @@
 arch=('x86_64' 'i686')
 url='http://yaws.hyber.org/'
 license=('BSD')
-depends=('pam' 'erlang-nox')
+depends=('pam' 'erlang') # segfaults with erlang-nox
 backup=('etc/yaws/yaws.conf')
 options=('!emptydirs')
 install=$pkgname.install




More information about the arch-commits mailing list