[arch-commits] Commit in torsocks/repos (4 files)
Daniel Micay
thestinger at archlinux.org
Mon Aug 18 11:58:33 UTC 2014
Date: Monday, August 18, 2014 @ 13:58:33
Author: thestinger
Revision: 117517
archrelease: copy trunk to community-i686, community-x86_64
Added:
torsocks/repos/community-i686/PKGBUILD
(from rev 117516, torsocks/trunk/PKGBUILD)
torsocks/repos/community-x86_64/PKGBUILD
(from rev 117516, torsocks/trunk/PKGBUILD)
Deleted:
torsocks/repos/community-i686/PKGBUILD
torsocks/repos/community-x86_64/PKGBUILD
---------------------------+
/PKGBUILD | 60 ++++++++++++++++++++++++++++++++++++++++++++
community-i686/PKGBUILD | 29 ---------------------
community-x86_64/PKGBUILD | 29 ---------------------
3 files changed, 60 insertions(+), 58 deletions(-)
Deleted: community-i686/PKGBUILD
===================================================================
--- community-i686/PKGBUILD 2014-08-18 11:58:03 UTC (rev 117516)
+++ community-i686/PKGBUILD 2014-08-18 11:58:33 UTC (rev 117517)
@@ -1,29 +0,0 @@
-# Maintainer: Daniel Micay <danielmicay at gmail.com>
-# Contributor: Nicolas Pouillard <nicolas.pouillard at gmail.com>
-# Contributor: Rorschach <r0rschach at lavabit.com>
-
-pkgname=torsocks
-pkgver=1.3
-pkgrel=5
-pkgdesc='Wrapper to safely torify applications'
-arch=('i686' 'x86_64')
-url='http://code.google.com/p/torsocks'
-license=('GPL2')
-depends=('tor')
-makedepends=('git')
-backup=("etc/${pkgname}.conf")
-source=("git://git.torproject.org/torsocks.git#tag=1.3")
-md5sums=(SKIP)
-
-build() {
- cd $pkgname
- ./autogen.sh
- ./configure --prefix=/usr --sysconfdir=/etc
- make
-}
-
-package() {
- cd $pkgname
- make DESTDIR="$pkgdir/" install
- find "$pkgdir/usr/share" -maxdepth 1 -type f -delete
-}
Copied: torsocks/repos/community-i686/PKGBUILD (from rev 117516, torsocks/trunk/PKGBUILD)
===================================================================
--- community-i686/PKGBUILD (rev 0)
+++ community-i686/PKGBUILD 2014-08-18 11:58:33 UTC (rev 117517)
@@ -0,0 +1,30 @@
+# $Id$
+# Maintainer: Daniel Micay <danielmicay at gmail.com>
+# Contributor: Nicolas Pouillard <nicolas.pouillard at gmail.com>
+# Contributor: Rorschach <r0rschach at lavabit.com>
+
+pkgname=torsocks
+pkgver=2.0.0
+pkgrel=1
+pkgdesc='Wrapper to safely torify applications'
+arch=('i686' 'x86_64')
+url='http://code.google.com/p/torsocks'
+license=('GPL2')
+depends=('tor')
+makedepends=('git')
+backup=("etc/${pkgname}.conf")
+source=("git://git.torproject.org/torsocks.git#tag=1.3")
+md5sums=('SKIP')
+
+build() {
+ cd $pkgname
+ ./autogen.sh
+ ./configure --prefix=/usr --sysconfdir=/etc
+ make
+}
+
+package() {
+ cd $pkgname
+ make DESTDIR="$pkgdir/" install
+ find "$pkgdir/usr/share" -maxdepth 1 -type f -delete
+}
Deleted: community-x86_64/PKGBUILD
===================================================================
--- community-x86_64/PKGBUILD 2014-08-18 11:58:03 UTC (rev 117516)
+++ community-x86_64/PKGBUILD 2014-08-18 11:58:33 UTC (rev 117517)
@@ -1,29 +0,0 @@
-# Maintainer: Daniel Micay <danielmicay at gmail.com>
-# Contributor: Nicolas Pouillard <nicolas.pouillard at gmail.com>
-# Contributor: Rorschach <r0rschach at lavabit.com>
-
-pkgname=torsocks
-pkgver=1.3
-pkgrel=5
-pkgdesc='Wrapper to safely torify applications'
-arch=('i686' 'x86_64')
-url='http://code.google.com/p/torsocks'
-license=('GPL2')
-depends=('tor')
-makedepends=('git')
-backup=("etc/${pkgname}.conf")
-source=("git://git.torproject.org/torsocks.git#tag=1.3")
-md5sums=(SKIP)
-
-build() {
- cd $pkgname
- ./autogen.sh
- ./configure --prefix=/usr --sysconfdir=/etc
- make
-}
-
-package() {
- cd $pkgname
- make DESTDIR="$pkgdir/" install
- find "$pkgdir/usr/share" -maxdepth 1 -type f -delete
-}
Copied: torsocks/repos/community-x86_64/PKGBUILD (from rev 117516, torsocks/trunk/PKGBUILD)
===================================================================
--- community-x86_64/PKGBUILD (rev 0)
+++ community-x86_64/PKGBUILD 2014-08-18 11:58:33 UTC (rev 117517)
@@ -0,0 +1,30 @@
+# $Id$
+# Maintainer: Daniel Micay <danielmicay at gmail.com>
+# Contributor: Nicolas Pouillard <nicolas.pouillard at gmail.com>
+# Contributor: Rorschach <r0rschach at lavabit.com>
+
+pkgname=torsocks
+pkgver=2.0.0
+pkgrel=1
+pkgdesc='Wrapper to safely torify applications'
+arch=('i686' 'x86_64')
+url='http://code.google.com/p/torsocks'
+license=('GPL2')
+depends=('tor')
+makedepends=('git')
+backup=("etc/${pkgname}.conf")
+source=("git://git.torproject.org/torsocks.git#tag=1.3")
+md5sums=('SKIP')
+
+build() {
+ cd $pkgname
+ ./autogen.sh
+ ./configure --prefix=/usr --sysconfdir=/etc
+ make
+}
+
+package() {
+ cd $pkgname
+ make DESTDIR="$pkgdir/" install
+ find "$pkgdir/usr/share" -maxdepth 1 -type f -delete
+}
More information about the arch-commits
mailing list