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

Ivy Foster escondida at archlinux.org
Thu Dec 5 20:17:31 UTC 2019


    Date: Thursday, December 5, 2019 @ 20:17:30
  Author: escondida
Revision: 535671

archrelease: copy trunk to community-x86_64

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

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

Deleted: PKGBUILD
===================================================================
--- PKGBUILD	2019-12-05 20:16:11 UTC (rev 535670)
+++ PKGBUILD	2019-12-05 20:17:30 UTC (rev 535671)
@@ -1,30 +0,0 @@
-# Maintainer: Ivy Foster <code at escondida.tk>
-# Reference: PKGBUILD(5)
-
-pkgname=hitch
-pkgver=1.5.0
-pkgrel=1
-pkgdesc='libev-based high performance SSL/TLS proxy'
-url='https://hitch-tls.org/'
-license=(BSD)
-
-depends=(libev openssl)
-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=(0ec254699292f73e419ff279d2834db31026192ef373a91badd82e2dc7154d0b)
-validpgpkeys=(584A3EBFE705CDCD)
-
-build() {
-	cd "hitch-$pkgver"
-	./configure --prefix=/usr --sysconfdir=/etc --sbindir=/usr/bin
-	make
-}
-
-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 535670, hitch/trunk/PKGBUILD)
===================================================================
--- PKGBUILD	                        (rev 0)
+++ PKGBUILD	2019-12-05 20:17:30 UTC (rev 535671)
@@ -0,0 +1,36 @@
+# Maintainer: Ivy Foster <iff at archlinux.org>
+# Reference: PKGBUILD(5)
+
+pkgname=hitch
+pkgver=1.5.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=(b1a4fd64584cd4ff816b8513ee5522db34a4431747057421b6e870f722c6dfda)
+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"
+}



More information about the arch-commits mailing list