[arch-commits] Commit in corkscrew/repos/community-x86_64 (4 files)
Jaroslav Lichtblau
jlichtblau at archlinux.org
Sat Jan 25 20:18:44 UTC 2020
Date: Saturday, January 25, 2020 @ 20:18:44
Author: jlichtblau
Revision: 555554
archrelease: copy trunk to community-x86_64
Added:
corkscrew/repos/community-x86_64/PKGBUILD
(from rev 555553, corkscrew/trunk/PKGBUILD)
corkscrew/repos/community-x86_64/corkscrew.changelog
(from rev 555553, corkscrew/trunk/corkscrew.changelog)
Deleted:
corkscrew/repos/community-x86_64/PKGBUILD
corkscrew/repos/community-x86_64/corkscrew.changelog
---------------------+
PKGBUILD | 53 ++++++++++++++++++++++++--------------------------
corkscrew.changelog | 9 +++++---
2 files changed, 32 insertions(+), 30 deletions(-)
Deleted: PKGBUILD
===================================================================
--- PKGBUILD 2020-01-25 20:18:32 UTC (rev 555553)
+++ PKGBUILD 2020-01-25 20:18:44 UTC (rev 555554)
@@ -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=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
-}
Copied: corkscrew/repos/community-x86_64/PKGBUILD (from rev 555553, corkscrew/trunk/PKGBUILD)
===================================================================
--- PKGBUILD (rev 0)
+++ PKGBUILD 2020-01-25 20:18:44 UTC (rev 555554)
@@ -0,0 +1,26 @@
+# Maintainer: Jaroslav Lichtblau <svetlemodry at archlinux.org>
+# Contributor: gothmog.todi <t.haider at vcnc.org>
+
+pkgname=corkscrew
+pkgver=2.0
+pkgrel=8
+pkgdesc="A tool for tunneling SSH through HTTP proxies"
+arch=('x86_64')
+url="https://github.com/patpadgett/corkscrew"
+license=('GPL')
+changelog=$pkgname.changelog
+source=($pkgname-$pkgver.tar.gz::https://github.com/patpadgett/$pkgname/archive/v$pkgver.tar.gz)
+sha256sums=('879344d6ba456635525c05982e1590bd5344224c15c413180d371f5e65d43343')
+
+build() {
+ cd "${srcdir}"/$pkgname-$pkgver
+
+ ./configure --prefix=/usr
+ make
+}
+
+package() {
+ cd "${srcdir}"/$pkgname-$pkgver
+
+ make DESTDIR="${pkgdir}" install
+}
Deleted: corkscrew.changelog
===================================================================
--- corkscrew.changelog 2020-01-25 20:18:32 UTC (rev 555553)
+++ corkscrew.changelog 2020-01-25 20:18:44 UTC (rev 555554)
@@ -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 555553, corkscrew/trunk/corkscrew.changelog)
===================================================================
--- corkscrew.changelog (rev 0)
+++ corkscrew.changelog 2020-01-25 20:18:44 UTC (rev 555554)
@@ -0,0 +1,6 @@
+2020-01-25 Jaroslav Lichtblau <svetlemodry at archlinux.org>
+ * corkscrew 2.0-8 - FS#63168 fix
+
+2010-04-09 Jaroslav Lichtblau <svetlemodry at archlinux.org>
+ * Package moved to [community]
+ * version 2.0 - 61 votes in AUR
More information about the arch-commits
mailing list