[arch-commits] Commit in gsocket/repos/community-x86_64 (PKGBUILD PKGBUILD)

Levente Polyak anthraxx at gemini.archlinux.org
Fri Aug 19 18:32:07 UTC 2022


    Date: Friday, August 19, 2022 @ 18:32:07
  Author: anthraxx
Revision: 1270974

archrelease: copy trunk to community-x86_64

Added:
  gsocket/repos/community-x86_64/PKGBUILD
    (from rev 1270973, gsocket/trunk/PKGBUILD)
Deleted:
  gsocket/repos/community-x86_64/PKGBUILD

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

Deleted: PKGBUILD
===================================================================
--- PKGBUILD	2022-08-19 18:32:02 UTC (rev 1270973)
+++ PKGBUILD	2022-08-19 18:32:07 UTC (rev 1270974)
@@ -1,35 +0,0 @@
-# Maintainer: Levente Polyak <anthraxx[at]archlinux[dot]org>
-
-pkgname=gsocket
-pkgver=1.4.33
-pkgrel=1
-pkgdesc='Global Socket moving data from here to there securely, fast and trough NAT/Firewalls'
-url='https://www.gsocket.io/'
-arch=('x86_64')
-license=('custom')
-depends=('glibc' 'bash' 'openssl' 'rsync' 'sshfs' 'openssh' 'grep' 'binutils' 'coreutils')
-source=("https://github.com/hackerschoice/gsocket/archive/v${pkgver}/${pkgname}-${pkgver}.tar.gz")
-sha512sums=('2eefbd52a387c57d633eb896397432147658e716223cc83562cbfc3011524bc8b8ce1ca1cfa27e1c2c61d52c09dd04107a7b58d0e448dd78b66487376e148169')
-b2sums=('68debc5b6a8cf7e367c155d38aa1fdef81acb158a3f88a8598510e27ba831a352d5b3cd1332137da195b2ee23374eae27437270278b15ed52b73d42950f87254')
-
-prepare() {
-  cd ${pkgname}-${pkgver}
-  autoreconf -fiv
-}
-
-build() {
-  cd ${pkgname}-${pkgver}
-  ./configure \
-    --prefix=/usr \
-    --sysconfdir=/etc
-  make
-}
-
-package() {
-  cd ${pkgname}-${pkgver}
-  make DESTDIR="${pkgdir}" install
-  install -Dm 644 LICENSE -t "${pkgdir}/usr/share/licenses/${pkgname}"
-  install -Dm 644 README.md -t "${pkgdir}/usr/share/doc/${pkgname}"
-}
-
-# vim: ts=2 sw=2 et:

Copied: gsocket/repos/community-x86_64/PKGBUILD (from rev 1270973, gsocket/trunk/PKGBUILD)
===================================================================
--- PKGBUILD	                        (rev 0)
+++ PKGBUILD	2022-08-19 18:32:07 UTC (rev 1270974)
@@ -0,0 +1,35 @@
+# Maintainer: Levente Polyak <anthraxx[at]archlinux[dot]org>
+
+pkgname=gsocket
+pkgver=1.4.38
+pkgrel=1
+pkgdesc='Global Socket moving data from here to there securely, fast and trough NAT/Firewalls'
+url='https://www.gsocket.io/'
+arch=('x86_64')
+license=('custom')
+depends=('glibc' 'bash' 'openssl' 'rsync' 'sshfs' 'openssh' 'grep' 'binutils' 'coreutils')
+source=("https://github.com/hackerschoice/gsocket/archive/v${pkgver}/${pkgname}-${pkgver}.tar.gz")
+sha512sums=('439863dbaafbcb585d13f0830aee310eb17893c9e26d55db3c6576f7e868b2c1af7eba8d0dcc16ecbb51a444be0e4deb8e527511899787f5cfec2c52ec43495e')
+b2sums=('080c54b35ed7677e1fef60d2db33c8b59d514103a4f6dd2dd4485c43a48ea8a297bb05c62ea3889574895145a40ec9cd168542a8aa0795753616697aff979b0a')
+
+prepare() {
+  cd ${pkgname}-${pkgver}
+  autoreconf -fiv
+}
+
+build() {
+  cd ${pkgname}-${pkgver}
+  ./configure \
+    --prefix=/usr \
+    --sysconfdir=/etc
+  make
+}
+
+package() {
+  cd ${pkgname}-${pkgver}
+  make DESTDIR="${pkgdir}" install
+  install -Dm 644 LICENSE -t "${pkgdir}/usr/share/licenses/${pkgname}"
+  install -Dm 644 README.md -t "${pkgdir}/usr/share/doc/${pkgname}"
+}
+
+# vim: ts=2 sw=2 et:



More information about the arch-commits mailing list