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

Alexander Rødseth arodseth at archlinux.org
Tue Feb 19 15:50:58 UTC 2019


    Date: Tuesday, February 19, 2019 @ 15:50:57
  Author: arodseth
Revision: 434557

upgpkg: erlang-sdl 1.3.1-4

Modified:
  erlang-sdl/trunk/PKGBUILD

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

Modified: PKGBUILD
===================================================================
--- PKGBUILD	2019-02-19 15:47:44 UTC (rev 434556)
+++ PKGBUILD	2019-02-19 15:50:57 UTC (rev 434557)
@@ -3,19 +3,19 @@
 
 pkgname=erlang-sdl
 pkgver=1.3.1
-pkgrel=3
+pkgrel=4
 arch=('x86_64')
 pkgdesc='SDL and OpenGL bindings for Erlang'
-url='http://github.com/dgud/esdl/'
-license=('custom')
-depends=('erlang' 'glu' 'libgl' 'sdl')
-makedepends=('git' 'mesa-libgl' 'rebar')
+url='https://github.com/dgud/esdl/'
+license=(custom)
+depends=(erlang glu libgl sdl)
+makedepends=(git mesa-libgl rebar)
 #tag=esdl-1.3.1 fails
-source=("esdl::git+https://github.com/dgud/esdl.git#commit=dbd8ce9228aa36828091df2e8706c364094a3e22")
+source=("esdl::git+$url#commit=dbd8ce9228aa")
 md5sums=('SKIP')
 
 prepare() {
-  find esdl -type f -print0 | xargs -0 chmod 644
+  find esdl -type f -exec chmod 644 {} \;
 }
 
 build() {



More information about the arch-commits mailing list