Date: Wednesday, January 12, 2022 @ 19:23:01
  Author: escondida
Revision: 1101727

archrelease: copy trunk to community-x86_64

Added:
  hitch/repos/community-x86_64/PKGBUILD
    (from rev 1101726, hitch/trunk/PKGBUILD)
Deleted:
  hitch/repos/community-x86_64/PKGBUILD

----------+
 PKGBUILD |   72 ++++++++++++++++++++++++++++++-------------------------------
 1 file changed, 36 insertions(+), 36 deletions(-)

Deleted: PKGBUILD
===================================================================
--- PKGBUILD    2022-01-12 19:21:08 UTC (rev 1101726)
+++ PKGBUILD    2022-01-12 19:23:01 UTC (rev 1101727)
@@ -1,36 +0,0 @@
-# Maintainer: Ivy Foster <[email protected]>
-# Reference: PKGBUILD(5)
-
-pkgname=hitch
-pkgver=1.7.2
-pkgrel=1
-pkgdesc='libev-based high performance SSL/TLS proxy'
-url='https://hitch-tls.org/'
-license=(BSD)
-
-depends=(libev openssl)
-checkdepends=(lsof)
-makedepends=(python-docutils)
-
-arch=(x86_64)
-source=("https://hitch-tls.org/source/hitch-$pkgver.tar.gz";)
-# sha256sums source: https://hitch-tls.org/source/SHA256SUM
-sha256sums=(dcd65cbec6287c622a5a317d5f37e1ea5526daa93fb4db28f4206fc9911a1785)
-validpgpkeys=(584A3EBFE705CDCD)
-
-build() {
-       cd "hitch-$pkgver"
-       ./configure --prefix=/usr --sysconfdir=/etc --sbindir=/usr/bin
-       make
-}
-
-check() {
-       cd "hitch-$pkgver"
-       make check
-}
-
-package() {
-       cd "hitch-$pkgver"
-       make DESTDIR="$pkgdir" install
-       install -D -m 644 LICENSE "$pkgdir/usr/share/licenses/hitch/LICENSE"
-}

Copied: hitch/repos/community-x86_64/PKGBUILD (from rev 1101726, 
hitch/trunk/PKGBUILD)
===================================================================
--- PKGBUILD                            (rev 0)
+++ PKGBUILD    2022-01-12 19:23:01 UTC (rev 1101727)
@@ -0,0 +1,36 @@
+# Maintainer: Ivy Foster <[email protected]>
+# Reference: PKGBUILD(5)
+
+pkgname=hitch
+pkgver=1.7.2
+pkgrel=1
+pkgdesc='libev-based high performance SSL/TLS proxy'
+url='https://hitch-tls.org/'
+license=(BSD)
+
+depends=(libev openssl)
+checkdepends=(lsof)
+makedepends=(python-docutils)
+
+arch=(x86_64)
+source=("https://hitch-tls.org/source/hitch-$pkgver.tar.gz";)
+# sha256sums source: https://hitch-tls.org/source/SHA256SUM
+sha256sums=(dcd65cbec6287c622a5a317d5f37e1ea5526daa93fb4db28f4206fc9911a1785)
+validpgpkeys=(584A3EBFE705CDCD)
+
+build() {
+       cd "hitch-$pkgver"
+       ./configure --prefix=/usr --sysconfdir=/etc --sbindir=/usr/bin
+       make
+}
+
+check() {
+       cd "hitch-$pkgver"
+       make check
+}
+
+package() {
+       cd "hitch-$pkgver"
+       make DESTDIR="$pkgdir" install
+       install -D -m 644 LICENSE "$pkgdir/usr/share/licenses/hitch/LICENSE"
+}

Reply via email to