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

Alexander Rødseth arodseth at nymeria.archlinux.org
Thu Aug 1 12:56:59 UTC 2013


    Date: Thursday, August 1, 2013 @ 14:56:59
  Author: arodseth
Revision: 94942

upgpkg: yaws 1.96-2

Modified:
  yaws/trunk/PKGBUILD

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

Modified: PKGBUILD
===================================================================
--- PKGBUILD	2013-08-01 12:52:51 UTC (rev 94941)
+++ PKGBUILD	2013-08-01 12:56:59 UTC (rev 94942)
@@ -5,16 +5,15 @@
 
 pkgname=yaws
 pkgver=1.96
-pkgrel=1
+pkgrel=2
 pkgdesc='Yet Another Web Server, pure Erlang HTTP server/framework'
 arch=('x86_64' 'i686')
 url='http://yaws.hyber.org/'
 license=('BSD')
-depends=('pam' 'erlang')
+depends=('pam' 'erlang-nox')
 backup=('etc/yaws/yaws.conf')
 options=('!emptydirs')
 install=$pkgname.install
-optdepends=('erlang-nox: Erlang without X (headless)')
 source=("http://yaws.hyber.org/download/$pkgname-$pkgver.tar.gz"
         "$pkgname.service")
 sha256sums=('8d4f16d18937335ac021ca4c65c8ee81dc4d71f133718c7148856cc6bf1f55e2'
@@ -27,6 +26,8 @@
   for file in cgi.yaws cgi-bin/foo.py; do
 	  sed -i '0,/on/s//on2/' "www/$file"
   done
+  # R16B1 fix
+  sed -i 's/:sha(Salted)/:hash(sha, Salted)/' src/yaws_websockets.erl
 }
 
 build() {




More information about the arch-commits mailing list