[arch-commits] Commit in lib32-rest/repos/multilib-x86_64 (PKGBUILD PKGBUILD)
Maxime Gauduin
alucryd at archlinux.org
Fri May 27 11:21:45 UTC 2016
Date: Friday, May 27, 2016 @ 13:21:44
Author: alucryd
Revision: 177267
archrelease: copy trunk to multilib-x86_64
Added:
lib32-rest/repos/multilib-x86_64/PKGBUILD
(from rev 177266, lib32-rest/trunk/PKGBUILD)
Deleted:
lib32-rest/repos/multilib-x86_64/PKGBUILD
----------+
PKGBUILD | 76 ++++++++++++++++++++++++++++++-------------------------------
1 file changed, 38 insertions(+), 38 deletions(-)
Deleted: PKGBUILD
===================================================================
--- PKGBUILD 2016-05-27 11:21:31 UTC (rev 177266)
+++ PKGBUILD 2016-05-27 11:21:44 UTC (rev 177267)
@@ -1,38 +0,0 @@
-# $Id$
-# Maintainer: Maxime Gauduin <alucryd at archlinux.org>
-# Contributor: GordonGR <ntheo1979 at gmail.com>
-# Contributor: Jan Alexander Steffens (heftig) <jan.steffens at gmail.com>
-
-pkgname=lib32-rest
-pkgver=0.7.93
-pkgrel=1
-pkgdesc='A helper library for RESTful services'
-arch=('x86_64')
-url='http://www.gtk.org/'
-license=('GPL2')
-depends=('lib32-libsoup' 'rest')
-makedepends=('gcc-multilib' 'gobject-introspection')
-source=("http://download.gnome.org/sources/rest/${pkgver%.*}/rest-${pkgver}.tar.xz")
-sha256sums=('c710644455340a44ddc005c645c466f05c0d779993138ea21a62c6082108b216')
-
-build() {
- cd rest-${pkgver}
-
- export CC='gcc -m32'
- export CXX='g++ -m32'
- export PKG_CONFIG_PATH='/usr/lib32/pkgconfig'
-
- ./configure \
- --prefix='/usr' \
- --libdir='/usr/lib32'
- make
-}
-
-package() {
- cd rest-${pkgver}
-
- make DESTDIR="${pkgdir}" install
- rm -rf "${pkgdir}"/usr/{include,share}
-}
-
-# vim: ts=2 sw=2 et:
Copied: lib32-rest/repos/multilib-x86_64/PKGBUILD (from rev 177266, lib32-rest/trunk/PKGBUILD)
===================================================================
--- PKGBUILD (rev 0)
+++ PKGBUILD 2016-05-27 11:21:44 UTC (rev 177267)
@@ -0,0 +1,38 @@
+# $Id$
+# Maintainer: Maxime Gauduin <alucryd at archlinux.org>
+# Contributor: GordonGR <ntheo1979 at gmail.com>
+# Contributor: Jan Alexander Steffens (heftig) <jan.steffens at gmail.com>
+
+pkgname=lib32-rest
+pkgver=0.8.0
+pkgrel=1
+pkgdesc='A helper library for RESTful services'
+arch=('x86_64')
+url='http://www.gtk.org/'
+license=('GPL2')
+depends=('lib32-libsoup' 'rest')
+makedepends=('gcc-multilib' 'gobject-introspection')
+source=("http://download.gnome.org/sources/rest/${pkgver%.*}/rest-${pkgver}.tar.xz")
+sha256sums=('e7b89b200c1417073aef739e8a27ff2ab578056c27796ec74f5886a5e0dff647')
+
+build() {
+ cd rest-${pkgver}
+
+ export CC='gcc -m32'
+ export CXX='g++ -m32'
+ export PKG_CONFIG_PATH='/usr/lib32/pkgconfig'
+
+ ./configure \
+ --prefix='/usr' \
+ --libdir='/usr/lib32'
+ make
+}
+
+package() {
+ cd rest-${pkgver}
+
+ make DESTDIR="${pkgdir}" install
+ rm -rf "${pkgdir}"/usr/{include,share}
+}
+
+# vim: ts=2 sw=2 et:
More information about the arch-commits
mailing list