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

Alexander Rødseth arodseth at nymeria.archlinux.org
Sat Apr 12 13:36:32 UTC 2014


    Date: Saturday, April 12, 2014 @ 15:36:31
  Author: arodseth
Revision: 109239

upgpkg: erlang-sdl l.3.1-1

Modified:
  erlang-sdl/trunk/PKGBUILD

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

Modified: PKGBUILD
===================================================================
--- PKGBUILD	2014-04-12 13:05:36 UTC (rev 109238)
+++ PKGBUILD	2014-04-12 13:36:31 UTC (rev 109239)
@@ -7,16 +7,16 @@
 pkgrel=1
 arch=('x86_64' 'i686')
 pkgdesc='SDL and OpenGL bindings for Erlang'
-url='http://esdl.sourceforge.net/'
+url='http://github.com/dgud/esdl/'
 license=('custom')
-depends=('erlang' 'sdl' 'glu' 'libgl' 'erlang')
+depends=('erlang' 'sdl' 'glu' 'libgl')
 makedepends=('mesa-libgl' 'rebar' 'git')
-replaces=('esdl')
-source=("git://github.com/dgud/esdl.git#branch=esdl-$pkgver")
+# tag=esdl-1.3.1 fails mysteriously. Using commit instead.
+source=("esdl::git://github.com/dgud/esdl.git#commit=dbd8ce9228aa36828091df2e8706c364094a3e22")
 md5sums=('SKIP')
 
 build() {
-  cd "esdl"
+  cd esdl
 
   find -type f -print0 | xargs -0 chmod 644
   CFLAGS="$CFLAGS -Wno-deprecated-declarations" rebar compile
@@ -23,7 +23,7 @@
 }
 
 package() {
-  cd "esdl"
+  cd esdl
 
   install -d "$pkgdir/usr/lib/erlang/lib/esdl-$pkgver"
   cp -ruv c_src doc ebin include priv src \




More information about the arch-commits mailing list