[arch-commits] Commit in torsocks/repos/community-x86_64 (PKGBUILD PKGBUILD)

Levente Polyak anthraxx at archlinux.org
Thu Nov 22 21:20:11 UTC 2018


    Date: Thursday, November 22, 2018 @ 21:20:10
  Author: anthraxx
Revision: 409368

archrelease: copy trunk to community-x86_64

Added:
  torsocks/repos/community-x86_64/PKGBUILD
    (from rev 409367, torsocks/trunk/PKGBUILD)
Deleted:
  torsocks/repos/community-x86_64/PKGBUILD

----------+
 PKGBUILD |   63 +++++++++++++++++++++++++++++++------------------------------
 1 file changed, 33 insertions(+), 30 deletions(-)

Deleted: PKGBUILD
===================================================================
--- PKGBUILD	2018-11-22 21:20:03 UTC (rev 409367)
+++ PKGBUILD	2018-11-22 21:20:10 UTC (rev 409368)
@@ -1,30 +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=2.2.0
-pkgrel=2
-pkgdesc='Wrapper to safely torify applications'
-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})
-validpgpkeys=('B74417EDDF22AC9F9E90F49142E86A2A11F48D36')
-md5sums=('512bab466f2c026b3c478dee14861ccb'
-         'SKIP')
-
-build() {
-  cd $pkgname-$pkgver
-
-  ./configure --prefix=/usr --sysconfdir=/etc
-  make
-}
-
-package() {
-  cd $pkgname-$pkgver
-  make DESTDIR="$pkgdir/" install
-}

Copied: torsocks/repos/community-x86_64/PKGBUILD (from rev 409367, torsocks/trunk/PKGBUILD)
===================================================================
--- PKGBUILD	                        (rev 0)
+++ PKGBUILD	2018-11-22 21:20:10 UTC (rev 409368)
@@ -0,0 +1,33 @@
+# Maintainer: Levente Polyak <anthraxx[at]archlinux[dot]org>
+# Contributor: Daniel Micay <danielmicay at gmail.com>
+# Contributor: Nicolas Pouillard <nicolas.pouillard at gmail.com>
+# Contributor: Rorschach <r0rschach at lavabit.com>
+
+pkgname=torsocks
+pkgver=2.3.0
+pkgrel=1
+pkgdesc='Wrapper to safely torify applications'
+url='https://gitweb.torproject.org/torsocks.git/'
+arch=('x86_64')
+license=('GPL2')
+depends=('tor')
+backup=("etc/tor/${pkgname}.conf")
+source=(https://people.torproject.org/~dgoulet/${pkgname}/${pkgname}-${pkgver}.tar.xz{,.asc})
+sha512sums=('4888caaffdcfebf3673e14f3491eae6aa84ca0a4a2a812ba7bdac2abb471307e89a3c5cffe7691fb6f190c7bd9ea455ee9a223d909a39152be8524f590be2031'
+            'SKIP')
+validpgpkeys=('B74417EDDF22AC9F9E90F49142E86A2A11F48D36')
+
+build() {
+  cd ${pkgname}-${pkgver}
+  ./configure \
+    --prefix=/usr \
+    --sysconfdir=/etc
+  make
+}
+
+package() {
+  cd ${pkgname}-${pkgver}
+  make DESTDIR="${pkgdir}" install
+}
+
+# vim: ts=2 sw=2 et:



More information about the arch-commits mailing list