[arch-commits] Commit in corkscrew/trunk (ChangeLog PKGBUILD corkscrew.changelog)

Jaroslav Lichtblau jlichtblau at nymeria.archlinux.org
Sat Jul 5 17:54:22 UTC 2014


    Date: Saturday, July 5, 2014 @ 19:54:22
  Author: jlichtblau
Revision: 115143

mtree rebuild: corkscrew 2.0-6

Added:
  corkscrew/trunk/corkscrew.changelog
Modified:
  corkscrew/trunk/PKGBUILD
Deleted:
  corkscrew/trunk/ChangeLog

---------------------+
 ChangeLog           |    3 ---
 PKGBUILD            |   12 +++++++-----
 corkscrew.changelog |    3 +++
 3 files changed, 10 insertions(+), 8 deletions(-)

Deleted: ChangeLog
===================================================================
--- ChangeLog	2014-07-05 17:51:04 UTC (rev 115142)
+++ ChangeLog	2014-07-05 17:54:22 UTC (rev 115143)
@@ -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

Modified: PKGBUILD
===================================================================
--- PKGBUILD	2014-07-05 17:51:04 UTC (rev 115142)
+++ PKGBUILD	2014-07-05 17:54:22 UTC (rev 115143)
@@ -4,22 +4,24 @@
 
 pkgname=corkscrew
 pkgver=2.0
-pkgrel=5
+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)
-md5sums=('35df77e7f0e59c0ec4f80313be52c10a')
+sha256sums=('0d0fcbb41cba4a81c4ab494459472086f377f9edb78a2e2238ed19b58956b0be')
 
 build() {
-  cd ${srcdir}/$pkgname-$pkgver
+  cd "${srcdir}"/$pkgname-$pkgver
 
   ./configure --prefix=/usr
   make
 }
+
 package() {
-  cd ${srcdir}/$pkgname-$pkgver
+  cd "${srcdir}"/$pkgname-$pkgver
 
-  make DESTDIR=${pkgdir} install
+  make DESTDIR="${pkgdir}" install
 }

Added: corkscrew.changelog
===================================================================
--- corkscrew.changelog	                        (rev 0)
+++ corkscrew.changelog	2014-07-05 17:54:22 UTC (rev 115143)
@@ -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