[arch-commits] Commit in serf/repos/staging-x86_64 (PKGBUILD PKGBUILD)

Antonio Rojas arojas at archlinux.org
Fri Jul 26 17:46:17 UTC 2019


    Date: Friday, July 26, 2019 @ 17:46:17
  Author: arojas
Revision: 358635

archrelease: copy trunk to staging-x86_64

Added:
  serf/repos/staging-x86_64/PKGBUILD
    (from rev 358634, serf/trunk/PKGBUILD)
Deleted:
  serf/repos/staging-x86_64/PKGBUILD

----------+
 PKGBUILD |   70 ++++++++++++++++++++++++++++++-------------------------------
 1 file changed, 35 insertions(+), 35 deletions(-)

Deleted: PKGBUILD
===================================================================
--- PKGBUILD	2019-07-26 17:45:59 UTC (rev 358634)
+++ PKGBUILD	2019-07-26 17:46:17 UTC (rev 358635)
@@ -1,35 +0,0 @@
-# Maintainer: Angel Velasquez <angvp at archlinux.org> 
-# Contributor: Stéphane Gaudreault <stephane at archlinux.org>
-
-pkgname=serf
-pkgver=1.3.9
-pkgrel=3
-pkgdesc="High-performance asynchronous HTTP client library"
-arch=('x86_64')
-url="https://serf.apache.org"
-license=('Apache')
-depends=('apr-util')
-makedepends=('python2-scons')
-source=(https://www.apache.org/dist/serf/${pkgname}-${pkgver}.tar.bz2{,.asc})
-validpgpkeys=('C236283C970D2C3CFEEB4936BF35CF0078383142')
-sha256sums=('549c2d21c577a8a9c0450facb5cca809f26591f048e466552240947bdf7a87cc'
-            'SKIP')
-
-build() {
-  cd ${pkgname}-${pkgver}
-  scons2 CFLAGS="${CFLAGS}" \
-        LINKFLAGS="${LDFLAGS}" \
-        PREFIX=/usr GSSAPI=/usr/bin/krb5-config
-}
-
-check() {
-  cd ${pkgname}-${pkgver}
-  # Runs into infinite loop
-  #scons2 check
-}
-
-package() {
-  cd ${pkgname}-${pkgver}
-  install -d "${pkgdir}/usr"
-  scons2 install --install-sandbox="${pkgdir}"
-}

Copied: serf/repos/staging-x86_64/PKGBUILD (from rev 358634, serf/trunk/PKGBUILD)
===================================================================
--- PKGBUILD	                        (rev 0)
+++ PKGBUILD	2019-07-26 17:46:17 UTC (rev 358635)
@@ -0,0 +1,35 @@
+# Maintainer: Angel Velasquez <angvp at archlinux.org> 
+# Contributor: Stéphane Gaudreault <stephane at archlinux.org>
+
+pkgname=serf
+pkgver=1.3.9
+pkgrel=4
+pkgdesc="High-performance asynchronous HTTP client library"
+arch=('x86_64')
+url="https://serf.apache.org"
+license=('Apache')
+depends=('apr-util')
+makedepends=('python2-scons')
+source=(https://www.apache.org/dist/serf/${pkgname}-${pkgver}.tar.bz2{,.asc})
+validpgpkeys=('C236283C970D2C3CFEEB4936BF35CF0078383142')
+sha256sums=('549c2d21c577a8a9c0450facb5cca809f26591f048e466552240947bdf7a87cc'
+            'SKIP')
+
+build() {
+  cd ${pkgname}-${pkgver}
+  scons2 CFLAGS="${CFLAGS}" \
+        LINKFLAGS="${LDFLAGS}" \
+        PREFIX=/usr GSSAPI=/usr/bin/krb5-config
+}
+
+check() {
+  cd ${pkgname}-${pkgver}
+  # Runs into infinite loop
+  #scons2 check
+}
+
+package() {
+  cd ${pkgname}-${pkgver}
+  install -d "${pkgdir}/usr"
+  scons2 install --install-sandbox="${pkgdir}"
+}



More information about the arch-commits mailing list