[arch-commits] Commit in torsocks/trunk (PKGBUILD)

2020-05-05 Thread Kpcyrd via arch-commits
Date: Tuesday, May 5, 2020 @ 17:37:00
  Author: kpcyrd
Revision: 624935

upgpkg: torsocks 2.3.0-2 rebuild for reproducible builds

Modified:
  torsocks/trunk/PKGBUILD

--+
 PKGBUILD |2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

Modified: PKGBUILD
===
--- PKGBUILD2020-05-05 17:11:45 UTC (rev 624934)
+++ PKGBUILD2020-05-05 17:37:00 UTC (rev 624935)
@@ -5,7 +5,7 @@
 
 pkgname=torsocks
 pkgver=2.3.0
-pkgrel=1
+pkgrel=2
 pkgdesc='Wrapper to safely torify applications'
 url='https://gitweb.torproject.org/torsocks.git/'
 arch=('x86_64')


[arch-commits] Commit in torsocks/trunk (PKGBUILD)

2018-11-22 Thread Levente Polyak via arch-commits
Date: Thursday, November 22, 2018 @ 21:20:03
  Author: anthraxx
Revision: 409367

upgpkg: torsocks 2.3.0-1

Modified:
  torsocks/trunk/PKGBUILD

--+
 PKGBUILD |   29 -
 1 file changed, 16 insertions(+), 13 deletions(-)

Modified: PKGBUILD
===
--- PKGBUILD2018-11-22 20:44:00 UTC (rev 409366)
+++ PKGBUILD2018-11-22 21:20:03 UTC (rev 409367)
@@ -1,30 +1,33 @@
-# Maintainer: Daniel Micay 
+# Maintainer: Levente Polyak 
+# Contributor: Daniel Micay 
 # Contributor: Nicolas Pouillard 
 # Contributor: Rorschach 
 
 pkgname=torsocks
-pkgver=2.2.0
-pkgrel=2
+pkgver=2.3.0
+pkgrel=1
 pkgdesc='Wrapper to safely torify applications'
+url='https://gitweb.torproject.org/torsocks.git/'
 arch=('x86_64')
-url='https://gitweb.torproject.org/torsocks.git/'
 license=('GPL2')
 depends=('tor')
-makedepends=('git')
 backup=("etc/tor/${pkgname}.conf")
-source=(https://people.torproject.org/~dgoulet/$pkgname/$pkgname-$pkgver.tar.xz{,.asc})
+source=(https://people.torproject.org/~dgoulet/${pkgname}/${pkgname}-${pkgver}.tar.xz{,.asc})
+sha512sums=('4888caaffdcfebf3673e14f3491eae6aa84ca0a4a2a812ba7bdac2abb471307e89a3c5cffe7691fb6f190c7bd9ea455ee9a223d909a39152be8524f590be2031'
+'SKIP')
 validpgpkeys=('B74417EDDF22AC9F9E90F49142E86A2A11F48D36')
-md5sums=('512bab466f2c026b3c478dee14861ccb'
- 'SKIP')
 
 build() {
-  cd $pkgname-$pkgver
-
-  ./configure --prefix=/usr --sysconfdir=/etc
+  cd ${pkgname}-${pkgver}
+  ./configure \
+--prefix=/usr \
+--sysconfdir=/etc
   make
 }
 
 package() {
-  cd $pkgname-$pkgver
-  make DESTDIR="$pkgdir/" install
+  cd ${pkgname}-${pkgver}
+  make DESTDIR="${pkgdir}" install
 }
+
+# vim: ts=2 sw=2 et:


[arch-commits] Commit in torsocks/trunk (PKGBUILD)

2018-11-09 Thread Felix Yan via arch-commits
Date: Friday, November 9, 2018 @ 21:30:11
  Author: felixonmars
Revision: 404656

PIE/BUILDINFO rebuild

Modified:
  torsocks/trunk/PKGBUILD

--+
 PKGBUILD |2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

Modified: PKGBUILD
===
--- PKGBUILD2018-11-09 21:30:08 UTC (rev 404655)
+++ PKGBUILD2018-11-09 21:30:11 UTC (rev 404656)
@@ -4,7 +4,7 @@
 
 pkgname=torsocks
 pkgver=2.2.0
-pkgrel=1
+pkgrel=2
 pkgdesc='Wrapper to safely torify applications'
 arch=('x86_64')
 url='https://gitweb.torproject.org/torsocks.git/'


[arch-commits] Commit in torsocks/trunk (PKGBUILD)

2016-10-21 Thread Jelle van der Waa
Date: Friday, October 21, 2016 @ 17:22:20
  Author: jelle
Revision: 192878

upgpkg: torsocks 2.2.0-1

Modified:
  torsocks/trunk/PKGBUILD

--+
 PKGBUILD |   14 --
 1 file changed, 8 insertions(+), 6 deletions(-)

Modified: PKGBUILD
===
--- PKGBUILD2016-10-21 16:56:48 UTC (rev 192877)
+++ PKGBUILD2016-10-21 17:22:20 UTC (rev 192878)
@@ -4,7 +4,7 @@
 # Contributor: Rorschach 
 
 pkgname=torsocks
-pkgver=2.1.0
+pkgver=2.2.0
 pkgrel=1
 pkgdesc='Wrapper to safely torify applications'
 arch=('i686' 'x86_64')
@@ -13,17 +13,19 @@
 depends=('tor')
 makedepends=('git')
 backup=("etc/tor/${pkgname}.conf")
-source=("git+https://git.torproject.org/torsocks.git#tag=v$pkgver;)
-md5sums=('SKIP')
+source=(https://people.torproject.org/~dgoulet/$pkgname/$pkgname-$pkgver.tar.xz{,.asc})
+validpgpkeys=('B74417EDDF22AC9F9E90F49142E86A2A11F48D36')
+md5sums=('512bab466f2c026b3c478dee14861ccb'
+ 'SKIP')
 
 build() {
-  cd $pkgname
-  ./autogen.sh
+  cd $pkgname-$pkgver
+
   ./configure --prefix=/usr --sysconfdir=/etc
   make
 }
 
 package() {
-  cd $pkgname
+  cd $pkgname-$pkgver
   make DESTDIR="$pkgdir/" install
 }


[arch-commits] Commit in torsocks/trunk (PKGBUILD)

2015-05-28 Thread Daniel Micay
Date: Friday, May 29, 2015 @ 01:07:41
  Author: thestinger
Revision: 134291

upgpkg: torsocks 2.1.0-1

Modified:
  torsocks/trunk/PKGBUILD

--+
 PKGBUILD |5 ++---
 1 file changed, 2 insertions(+), 3 deletions(-)

Modified: PKGBUILD
===
--- PKGBUILD2015-05-28 21:32:19 UTC (rev 134290)
+++ PKGBUILD2015-05-28 23:07:41 UTC (rev 134291)
@@ -4,8 +4,8 @@
 # Contributor: Rorschach r0rsch...@lavabit.com
 
 pkgname=torsocks
-pkgver=2.0.0
-pkgrel=2
+pkgver=2.1.0
+pkgrel=1
 pkgdesc='Wrapper to safely torify applications'
 arch=('i686' 'x86_64')
 url='https://gitweb.torproject.org/torsocks.git/'
@@ -26,5 +26,4 @@
 package() {
   cd $pkgname
   make DESTDIR=$pkgdir/ install
-  find $pkgdir/usr/share -maxdepth 1 -type f -delete
 }


[arch-commits] Commit in torsocks/trunk (PKGBUILD)

2014-12-31 Thread Daniel Micay
Date: Thursday, January 1, 2015 @ 02:50:54
  Author: thestinger
Revision: 125091

torsocks: use HTTPS

Modified:
  torsocks/trunk/PKGBUILD

--+
 PKGBUILD |4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

Modified: PKGBUILD
===
--- PKGBUILD2015-01-01 01:37:21 UTC (rev 125090)
+++ PKGBUILD2015-01-01 01:50:54 UTC (rev 125091)
@@ -8,12 +8,12 @@
 pkgrel=2
 pkgdesc='Wrapper to safely torify applications'
 arch=('i686' 'x86_64')
-url='http://code.google.com/p/torsocks'
+url='https://gitweb.torproject.org/torsocks.git/'
 license=('GPL2')
 depends=('tor')
 makedepends=('git')
 backup=(etc/tor/${pkgname}.conf)
-source=(git://git.torproject.org/torsocks.git#tag=v$pkgver)
+source=(git+https://git.torproject.org/torsocks.git#tag=v$pkgver;)
 md5sums=('SKIP')
 
 build() {


[arch-commits] Commit in torsocks/trunk (PKGBUILD)

2014-11-06 Thread Daniel Micay
Date: Thursday, November 6, 2014 @ 19:35:07
  Author: thestinger
Revision: 122062

upgpkg: torsocks 2.0.0-2

Modified:
  torsocks/trunk/PKGBUILD

--+
 PKGBUILD |6 +++---
 1 file changed, 3 insertions(+), 3 deletions(-)

Modified: PKGBUILD
===
--- PKGBUILD2014-11-06 18:29:43 UTC (rev 122061)
+++ PKGBUILD2014-11-06 18:35:07 UTC (rev 122062)
@@ -5,7 +5,7 @@
 
 pkgname=torsocks
 pkgver=2.0.0
-pkgrel=1
+pkgrel=2
 pkgdesc='Wrapper to safely torify applications'
 arch=('i686' 'x86_64')
 url='http://code.google.com/p/torsocks'
@@ -12,8 +12,8 @@
 license=('GPL2')
 depends=('tor')
 makedepends=('git')
-backup=(etc/${pkgname}.conf)
-source=(git://git.torproject.org/torsocks.git#tag=1.3)
+backup=(etc/tor/${pkgname}.conf)
+source=(git://git.torproject.org/torsocks.git#tag=v$pkgver)
 md5sums=('SKIP')
 
 build() {


[arch-commits] Commit in torsocks/trunk (PKGBUILD)

2014-08-18 Thread Daniel Micay
Date: Monday, August 18, 2014 @ 13:58:03
  Author: thestinger
Revision: 117516

upgpkg: torsocks 2.0.0-1

Modified:
  torsocks/trunk/PKGBUILD

--+
 PKGBUILD |6 +++---
 1 file changed, 3 insertions(+), 3 deletions(-)

Modified: PKGBUILD
===
--- PKGBUILD2014-08-18 11:54:57 UTC (rev 117515)
+++ PKGBUILD2014-08-18 11:58:03 UTC (rev 117516)
@@ -4,8 +4,8 @@
 # Contributor: Rorschach r0rsch...@lavabit.com
 
 pkgname=torsocks
-pkgver=1.3
-pkgrel=5
+pkgver=2.0.0
+pkgrel=1
 pkgdesc='Wrapper to safely torify applications'
 arch=('i686' 'x86_64')
 url='http://code.google.com/p/torsocks'
@@ -14,7 +14,7 @@
 makedepends=('git')
 backup=(etc/${pkgname}.conf)
 source=(git://git.torproject.org/torsocks.git#tag=1.3)
-md5sums=(SKIP)
+md5sums=('SKIP')
 
 build() {
   cd $pkgname



[arch-commits] Commit in torsocks/trunk (PKGBUILD)

2014-08-18 Thread Daniel Micay
Date: Tuesday, August 19, 2014 @ 00:14:32
  Author: thestinger
Revision: 117554

revert accidental change to torsocks

Modified:
  torsocks/trunk/PKGBUILD

--+
 PKGBUILD |2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

Modified: PKGBUILD
===
--- PKGBUILD2014-08-18 22:13:53 UTC (rev 117553)
+++ PKGBUILD2014-08-18 22:14:32 UTC (rev 117554)
@@ -26,5 +26,5 @@
 package() {
   cd $pkgname
   make DESTDIR=$pkgdir/ install
-  #find $pkgdir/usr/share -maxdepth 1 -type f -delete
+  find $pkgdir/usr/share -maxdepth 1 -type f -delete
 }



[arch-commits] Commit in torsocks/trunk (PKGBUILD)

2013-10-20 Thread Daniel Micay
Date: Sunday, October 20, 2013 @ 20:17:57
  Author: thestinger
Revision: 98858

upgpkg: torsocks 1.3-5

Modified:
  torsocks/trunk/PKGBUILD

--+
 PKGBUILD |2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

Modified: PKGBUILD
===
--- PKGBUILD2013-10-20 16:56:55 UTC (rev 98857)
+++ PKGBUILD2013-10-20 18:17:57 UTC (rev 98858)
@@ -4,7 +4,7 @@
 
 pkgname=torsocks
 pkgver=1.3
-pkgrel=4
+pkgrel=5
 pkgdesc='Wrapper to safely torify applications'
 arch=('i686' 'x86_64')
 url='http://code.google.com/p/torsocks'



[arch-commits] Commit in torsocks/trunk (PKGBUILD)

2013-05-20 Thread Daniel Micay
Date: Tuesday, May 21, 2013 @ 04:12:09
  Author: thestinger
Revision: 91307

torsocks: remove useless files

Modified:
  torsocks/trunk/PKGBUILD

--+
 PKGBUILD |   30 ++
 1 file changed, 6 insertions(+), 24 deletions(-)

Modified: PKGBUILD
===
--- PKGBUILD2013-05-21 01:43:10 UTC (rev 91306)
+++ PKGBUILD2013-05-21 02:12:09 UTC (rev 91307)
@@ -4,7 +4,7 @@
 
 pkgname=torsocks
 pkgver=1.3
-pkgrel=3
+pkgrel=4
 pkgdesc='Wrapper to safely torify applications'
 arch=('i686' 'x86_64')
 url='http://code.google.com/p/torsocks'
@@ -13,36 +13,18 @@
 makedepends=('git')
 options=(!libtool)
 backup=(etc/${pkgname}.conf)
+source=(git://git.torproject.org/torsocks.git#tag=1.3)
+md5sums=(SKIP)
 
-__gitroot=https://git.torproject.org/torsocks
-__gitname=torsocks
-
 build() {
-  cd $srcdir
-  msg Connecting to GIT server
-
-  if [[ -d $__gitname ]]; then
-cd $__gitname  git pull origin
-msg The local files are updated.
-  else
-git clone $__gitroot $__gitname
-  fi
-
-  msg GIT checkout done or server timeout
-  msg Starting build...
-
-  rm -rf $srcdir/$__gitname-build
-  git clone $srcdir/$__gitname $srcdir/$__gitname-build
-  cd $srcdir/$__gitname-build
-
-  git checkout $pkgver
-
+  cd $pkgname
   ./autogen.sh
   ./configure --prefix=/usr --sysconfdir=/etc
   make
 }
 
 package() {
-  cd $srcdir/$__gitname-build
+  cd $pkgname
   make DESTDIR=$pkgdir/ install
+  find $pkgdir/usr/share -maxdepth 1 -type f -delete
 }