[arch-commits] Commit in lib32-slang/repos/multilib-x86_64 (PKGBUILD PKGBUILD)

Maxime Gauduin alucryd at archlinux.org
Fri Jan 6 21:57:01 UTC 2017


    Date: Friday, January 6, 2017 @ 21:57:00
  Author: alucryd
Revision: 205835

archrelease: copy trunk to multilib-x86_64

Added:
  lib32-slang/repos/multilib-x86_64/PKGBUILD
    (from rev 205834, lib32-slang/trunk/PKGBUILD)
Deleted:
  lib32-slang/repos/multilib-x86_64/PKGBUILD

----------+
 PKGBUILD |   84 ++++++++++++++++++++++++++++++-------------------------------
 1 file changed, 42 insertions(+), 42 deletions(-)

Deleted: PKGBUILD
===================================================================
--- PKGBUILD	2017-01-06 21:56:51 UTC (rev 205834)
+++ PKGBUILD	2017-01-06 21:57:00 UTC (rev 205835)
@@ -1,42 +0,0 @@
-# $Id$
-# Maintainer: Maxime Gauduin <alucryd at archlinux.org>
-# Contributor: josephgbr <rafael.f.f1 at gmail.com>
-
-pkgname=lib32-slang
-pkgver=2.3.0
-pkgrel=1
-pkgdesc='S-Lang is a powerful interpreted language'
-arch=('x86_64')
-url='http://www.jedsoft.org/slang/'
-license=('GPL')
-depends=('lib32-glibc' 'lib32-pcre' 'lib32-zlib' 'slang')
-makedepends=('gcc-multilib')
-options=('!makeflags')
-source=("http://www.jedsoft.org/releases/slang/slang-${pkgver}.tar.bz2"{,.asc})
-sha256sums=('f95224060f45e0d8212a5039b339afa5f1a94a1bb0298e796104e5b12e926129'
-            'SKIP')
-validpgpkeys=('AE962A02D29BFE4A4BB2805FDE401E0D5873000A') # John E. Davis
-
-build() {
-  cd slang-${pkgver}
-
-  export CC='gcc -m32'
-  export PKG_CONFIG_PATH='/usr/lib32/pkgconfig'
-
-  ./configure \
-    --prefix='/usr' \
-    --libdir='/usr/lib32' \
-    --sysconfdir='/etc' \
-    --without-onig \
-    --without-png
-  make
-}
-
-package() {
-  cd slang-${pkgver}
-
-  make DESTDIR="${pkgdir}" install-all
-  rm -rf "${pkgdir}"/{etc,usr/{bin,include,share}}
-}
-
-# vim: ts=2 sw=2 et:

Copied: lib32-slang/repos/multilib-x86_64/PKGBUILD (from rev 205834, lib32-slang/trunk/PKGBUILD)
===================================================================
--- PKGBUILD	                        (rev 0)
+++ PKGBUILD	2017-01-06 21:57:00 UTC (rev 205835)
@@ -0,0 +1,42 @@
+# $Id$
+# Maintainer: Maxime Gauduin <alucryd at archlinux.org>
+# Contributor: josephgbr <rafael.f.f1 at gmail.com>
+
+pkgname=lib32-slang
+pkgver=2.3.1a
+pkgrel=1
+pkgdesc='S-Lang is a powerful interpreted language'
+arch=('x86_64')
+url='http://www.jedsoft.org/slang/'
+license=('GPL')
+depends=('lib32-glibc' 'lib32-pcre' 'lib32-zlib' 'slang')
+makedepends=('gcc-multilib')
+options=('!makeflags')
+source=("http://www.jedsoft.org/releases/slang/slang-${pkgver}.tar.bz2"{,.asc})
+sha256sums=('54f0c3007fde918039c058965dffdfd6c5aec0bad0f4227192cc486021f08c36'
+            'SKIP')
+validpgpkeys=('AE962A02D29BFE4A4BB2805FDE401E0D5873000A') # John E. Davis
+
+build() {
+  cd slang-${pkgver}
+
+  export CC='gcc -m32'
+  export PKG_CONFIG_PATH='/usr/lib32/pkgconfig'
+
+  ./configure \
+    --prefix='/usr' \
+    --libdir='/usr/lib32' \
+    --sysconfdir='/etc' \
+    --without-onig \
+    --without-png
+  make
+}
+
+package() {
+  cd slang-${pkgver}
+
+  make DESTDIR="${pkgdir}" install-all
+  rm -rf "${pkgdir}"/{etc,usr/{bin,include,share}}
+}
+
+# vim: ts=2 sw=2 et:



More information about the arch-commits mailing list