[arch-commits] Commit in corkscrew/repos/community-x86_64 (4 files)

Felix Yan felixonmars at archlinux.org
Sun Jun 3 17:37:05 UTC 2018


    Date: Sunday, June 3, 2018 @ 17:37:04
  Author: felixonmars
Revision: 339458

archrelease: copy trunk to community-x86_64

Added:
  corkscrew/repos/community-x86_64/PKGBUILD
    (from rev 339457, corkscrew/trunk/PKGBUILD)
  corkscrew/repos/community-x86_64/corkscrew.changelog
    (from rev 339457, corkscrew/trunk/corkscrew.changelog)
Deleted:
  corkscrew/repos/community-x86_64/PKGBUILD
  corkscrew/repos/community-x86_64/corkscrew.changelog

---------------------+
 PKGBUILD            |   54 +++++++++++++++++++++++++-------------------------
 corkscrew.changelog |    6 ++---
 2 files changed, 30 insertions(+), 30 deletions(-)

Deleted: PKGBUILD
===================================================================
--- PKGBUILD	2018-06-03 17:36:46 UTC (rev 339457)
+++ PKGBUILD	2018-06-03 17:37:04 UTC (rev 339458)
@@ -1,27 +0,0 @@
-# $Id$
-# Maintainer: Jaroslav Lichtblau <dragonlord at aur.archlinux.org>
-# Contributor: gothmog.todi <t.haider at vcnc.org>
-
-pkgname=corkscrew
-pkgver=2.0
-pkgrel=6
-pkgdesc="A tool for tunneling SSH through HTTP proxies"
-arch=('i686' 'x86_64')
-url="http://www.agroman.net/corkscrew/"
-license=('GPL')
-changelog=$pkgname.changelog
-source=(http://www.agroman.net/$pkgname/$pkgname-$pkgver.tar.gz)
-sha256sums=('0d0fcbb41cba4a81c4ab494459472086f377f9edb78a2e2238ed19b58956b0be')
-
-build() {
-  cd "${srcdir}"/$pkgname-$pkgver
-
-  ./configure --prefix=/usr
-  make
-}
-
-package() {
-  cd "${srcdir}"/$pkgname-$pkgver
-
-  make DESTDIR="${pkgdir}" install
-}

Copied: corkscrew/repos/community-x86_64/PKGBUILD (from rev 339457, corkscrew/trunk/PKGBUILD)
===================================================================
--- PKGBUILD	                        (rev 0)
+++ PKGBUILD	2018-06-03 17:37:04 UTC (rev 339458)
@@ -0,0 +1,27 @@
+# $Id$
+# Maintainer: Jaroslav Lichtblau <dragonlord at aur.archlinux.org>
+# Contributor: gothmog.todi <t.haider at vcnc.org>
+
+pkgname=corkscrew
+pkgver=2.0
+pkgrel=7
+pkgdesc="A tool for tunneling SSH through HTTP proxies"
+arch=('x86_64')
+url="http://www.agroman.net/corkscrew/"
+license=('GPL')
+changelog=$pkgname.changelog
+source=($pkgname-$pkgver.tar.gz::http://http.debian.net/debian/pool/main/c/corkscrew/${pkgname}_${pkgver}.orig.tar.gz)
+sha512sums=('bfea81064601cdf67ba1730b49e3a5f7aa377423edbfb052ff0f6b2776b49e104852b7f126f4668d37541a706313ef37d9b4535126e94bb202db4ac38f693e6f')
+
+build() {
+  cd "${srcdir}"/$pkgname-$pkgver
+
+  ./configure --prefix=/usr
+  make
+}
+
+package() {
+  cd "${srcdir}"/$pkgname-$pkgver
+
+  make DESTDIR="${pkgdir}" install
+}

Deleted: corkscrew.changelog
===================================================================
--- corkscrew.changelog	2018-06-03 17:36:46 UTC (rev 339457)
+++ corkscrew.changelog	2018-06-03 17:37:04 UTC (rev 339458)
@@ -1,3 +0,0 @@
-2010-04-09 Jaroslav Lichtblau <dragonlord at aur.archlinux.org>
-	* Package moved to [community]
-	* version 2.0 - 61 votes in AUR

Copied: corkscrew/repos/community-x86_64/corkscrew.changelog (from rev 339457, corkscrew/trunk/corkscrew.changelog)
===================================================================
--- corkscrew.changelog	                        (rev 0)
+++ corkscrew.changelog	2018-06-03 17:37:04 UTC (rev 339458)
@@ -0,0 +1,3 @@
+2010-04-09 Jaroslav Lichtblau <dragonlord at aur.archlinux.org>
+	* Package moved to [community]
+	* version 2.0 - 61 votes in AUR



More information about the arch-commits mailing list