[arch-commits] Commit in lua/repos (3 files)

Juergen Hoetzel juergen at archlinux.org
Sat May 17 09:03:28 UTC 2008


    Date: Saturday, May 17, 2008 @ 05:03:27
  Author: juergen
Revision: 1764

Merged revisions 2-1763 via svnmerge from 
svn+ssh://svn.archlinux.org/home/svn-packages/lua/trunk

........
  r356 | aaron | 2008-04-19 00:56:27 +0200 (Sa, 19 Apr 2008) | 1 line
  
  Added svn:keywords to all PKGBUILDs
........
  r1763 | juergen | 2008-05-17 11:01:52 +0200 (Sa, 17 Mai 2008) | 1 line
  
  fix # FS#9729
........

Modified:
  lua/repos/extra-i686/	(properties)
  lua/repos/extra-i686/PKGBUILD
  lua/repos/extra-i686/lua-arch.patch

----------------+
 PKGBUILD       |    4 ++--
 lua-arch.patch |    2 +-
 2 files changed, 3 insertions(+), 3 deletions(-)


Property changes on: lua/repos/extra-i686
___________________________________________________________________
Name: svnmerge-integrated
   - /lua/trunk:1
   + /lua/trunk:1-1763

Modified: extra-i686/PKGBUILD
===================================================================
--- extra-i686/PKGBUILD	2008-05-17 09:01:52 UTC (rev 1763)
+++ extra-i686/PKGBUILD	2008-05-17 09:03:27 UTC (rev 1764)
@@ -5,7 +5,7 @@
 
 pkgname=lua 
 pkgver=5.1.3
-pkgrel=2
+pkgrel=3
 pkgdesc="A powerful light-weight programming language designed for extending applications." 
 arch=(i686 x86_64)
 url="http://www.lua.org/" 
@@ -16,7 +16,7 @@
 	lua-${pkgver}-official-patch2.diff\
 	lua-${pkgver}-official-patch3.diff\
 	lua-${pkgver}-official-patch4.diff)
-md5sums=('a70a8dfaa150e047866dc01a46272599' '4f770160aa5f1885d6e1e050f50bcb75'\
+md5sums=('a70a8dfaa150e047866dc01a46272599' '1bd1164a19abf9165e231ba0d8a0bbc7'\
          '249582bf1fd861ccf492d2c35a9fe732' '203027f2ddcfaf5697293c23d7915f57'\
          'd06c5b23daaa414348948d5b8c308d6f' 'dde56cd1d48a8bb2fb661a9aaf8380ad'\
          '616808cee32ff328077b848131df7670')

Modified: extra-i686/lua-arch.patch
===================================================================
--- extra-i686/lua-arch.patch	2008-05-17 09:01:52 UTC (rev 1763)
+++ extra-i686/lua-arch.patch	2008-05-17 09:03:27 UTC (rev 1764)
@@ -35,7 +35,7 @@
  	$(RANLIB) $@
  
 +$(LUA_SO): $(CORE_O) $(LIB_O)
-+	$(CC) -shared -Wl,-soname,liblua.so -o $@.5.1 $? $(MYLDFLAGS)
++	$(CC) -shared -ldl -Wl,-soname,liblua.so -o $@.5.1 $? $(MYLDFLAGS)
 +	ln -s $@.5.1 $@
 +
  $(LUA_T): $(LUA_O) $(LUA_A)





More information about the arch-commits mailing list