[arch-commits] Commit in socat/repos/extra-x86_64 (PKGBUILD PKGBUILD)

Levente Polyak anthraxx at gemini.archlinux.org
Thu Feb 24 20:05:24 UTC 2022


    Date: Thursday, February 24, 2022 @ 20:05:24
  Author: anthraxx
Revision: 438103

archrelease: copy trunk to extra-x86_64

Added:
  socat/repos/extra-x86_64/PKGBUILD
    (from rev 438102, socat/trunk/PKGBUILD)
Deleted:
  socat/repos/extra-x86_64/PKGBUILD

----------+
 PKGBUILD |   80 ++++++++++++++++++++++++++++++-------------------------------
 1 file changed, 40 insertions(+), 40 deletions(-)

Deleted: PKGBUILD
===================================================================
--- PKGBUILD	2022-02-24 20:05:20 UTC (rev 438102)
+++ PKGBUILD	2022-02-24 20:05:24 UTC (rev 438103)
@@ -1,40 +0,0 @@
-# Maintainer: Levente Polyak <anthraxx[at]archlinux[dot]org>
-# Contributor: Gaetan Bisson <bisson at archlinux.org>
-# Contributor: Juergen Hoetzel <juergen at archlinux.org>
-# Contributor: John Proctor <jproctor at prium.net>
-
-pkgname=socat
-pkgver=1.7.4.1
-pkgrel=1
-pkgdesc='Multipurpose relay'
-url='http://www.dest-unreach.org/socat/'
-license=('GPL2')
-arch=('x86_64')
-depends=('glibc' 'readline' 'libreadline.so' 'openssl')
-checkdepends=('bash' 'net-tools' 'procps-ng')
-source=("http://www.dest-unreach.org/socat/download/${pkgname}-${pkgver}.tar.gz")
-sha256sums=('0c7e635070af1b9037fd96869fc45eacf9845cb54547681de9d885044538736d')
-b2sums=('3ebc3a5ff62e4ad89be31868b6fd78008d51ff99ed4a782dcc24b0ff50f2196d6000d95c1b5b602579df2eef4c64c27dd12f48cf43a5b8386de0a7a2d2e55cdd')
-
-build() {
-  cd "${pkgname}-${pkgver}"
-  ./configure \
-    --prefix=/usr \
-    --mandir=/usr/share/man \
-
-  make
-}
-
-check() {
-  cd "${pkgname}-${pkgver}"
-  # TODO: one of the tests always fails, but lets keep
-  # it for manual sanity check
-  make test||true
-}
-
-package() {
-  cd "${pkgname}-${pkgver}"
-  make DESTDIR="${pkgdir}" install
-}
-
-# vim: ts=2 sw=2 et:

Copied: socat/repos/extra-x86_64/PKGBUILD (from rev 438102, socat/trunk/PKGBUILD)
===================================================================
--- PKGBUILD	                        (rev 0)
+++ PKGBUILD	2022-02-24 20:05:24 UTC (rev 438103)
@@ -0,0 +1,40 @@
+# Maintainer: Levente Polyak <anthraxx[at]archlinux[dot]org>
+# Contributor: Gaetan Bisson <bisson at archlinux.org>
+# Contributor: Juergen Hoetzel <juergen at archlinux.org>
+# Contributor: John Proctor <jproctor at prium.net>
+
+pkgname=socat
+pkgver=1.7.4.3
+pkgrel=1
+pkgdesc='Multipurpose relay'
+url='http://www.dest-unreach.org/socat/'
+license=('GPL2')
+arch=('x86_64')
+depends=('glibc' 'readline' 'libreadline.so' 'openssl')
+checkdepends=('bash' 'net-tools' 'procps-ng')
+source=("http://www.dest-unreach.org/socat/download/${pkgname}-${pkgver}.tar.gz")
+sha256sums=('d697245144731423ddbbceacabbd29447089ea223e9a439b28f9ff90d0dd216e')
+b2sums=('d91de7ef55332001e6439f64130555b9558338fb9b6c15c91ab5efc8f86a2e7e0f5fe0b292754731a198d83be5f511c3388c65c7c7f559c55691f42703f1849b')
+
+build() {
+  cd "${pkgname}-${pkgver}"
+  ./configure \
+    --prefix=/usr \
+    --mandir=/usr/share/man \
+
+  make
+}
+
+check() {
+  cd "${pkgname}-${pkgver}"
+  # TODO: one of the tests always fails, but lets keep
+  # it for manual sanity check
+  make test||true
+}
+
+package() {
+  cd "${pkgname}-${pkgver}"
+  make DESTDIR="${pkgdir}" install
+}
+
+# vim: ts=2 sw=2 et:



More information about the arch-commits mailing list