[arch-commits] Commit in bitcoin/repos (4 files)

2017-06-19 Thread Timothy Redaelli
Date: Monday, June 19, 2017 @ 10:47:04
  Author: tredaelli
Revision: 238640

archrelease: copy trunk to community-staging-i686, community-staging-x86_64

Added:
  bitcoin/repos/community-staging-i686/PKGBUILD
(from rev 238639, bitcoin/trunk/PKGBUILD)
  bitcoin/repos/community-staging-x86_64/PKGBUILD
(from rev 238639, bitcoin/trunk/PKGBUILD)
Deleted:
  bitcoin/repos/community-staging-i686/PKGBUILD
  bitcoin/repos/community-staging-x86_64/PKGBUILD

---+
 /PKGBUILD |  438 
 community-staging-i686/PKGBUILD   |  219 --
 community-staging-x86_64/PKGBUILD |  219 --
 3 files changed, 438 insertions(+), 438 deletions(-)

Deleted: community-staging-i686/PKGBUILD
===
--- community-staging-i686/PKGBUILD 2017-06-19 10:46:30 UTC (rev 238639)
+++ community-staging-i686/PKGBUILD 2017-06-19 10:47:04 UTC (rev 238640)
@@ -1,219 +0,0 @@
-# $Id$
-# Maintainer: Timothy Redaelli <timothy.redae...@gmail.com>
-# Contributor: shahid <hellla...@gmail.com>
-
-#_dbver=4.8.30
-pkgbase=bitcoin
-pkgname=('bitcoin-daemon' 'bitcoin-cli' 'bitcoin-qt' 'bitcoin-tx')
-pkgver=0.14.1
-pkgrel=5
-arch=('i686' 'x86_64')
-url="http://www.bitcoin.org/;
-makedepends=('git' 'boost' 'libevent' 'qt5-base' 'qt5-tools' 'qrencode' 
'miniupnpc' 'protobuf' 'zeromq')
-license=('MIT')
-source=(git+https://github.com/bitcoin/bitcoin.git#tag=v${pkgver})
-#http://download.oracle.com/berkeley-db/db-${_dbver}.NC.tar.gz
-sha256sums=('SKIP')
-
-validpgpkeys=(71A3B16735405025D447E8F274810B012346C9A6)
-
-# TODO: Build using db 4.8.30
-#prepare() {
-#  mkdir -p db4
-#}
-
-_parse_gpg_statusfile() {
-   local type arg1 arg6 arg10
-
-   while read -r _ type arg1 _ _ _ _ arg6 _ _ _ arg10 _; do
-   case "$type" in
-   GOODSIG)
-   pubkey=$arg1
-   success=1
-   status="good"
-   ;;
-   EXPSIG)
-   pubkey=$arg1
-   success=1
-   status="expired"
-   ;;
-   EXPKEYSIG)
-   pubkey=$arg1
-   success=1
-   status="expiredkey"
-   ;;
-   REVKEYSIG)
-   pubkey=$arg1
-   success=0
-   status="revokedkey"
-   ;;
-   BADSIG)
-   pubkey=$arg1
-   success=0
-   status="bad"
-   ;;
-   ERRSIG)
-   pubkey=$arg1
-   success=0
-   if [[ $arg6 == 9 ]]; then
-   status="missingkey"
-   else
-   status="error"
-   fi
-   ;;
-   VALIDSIG)
-   if [[ $arg10 ]]; then
-   # If the file was signed with a subkey, 
arg10 contains
-   # the fingerprint of the primary key
-   fingerprint=$arg10
-   else
-   fingerprint=$arg1
-   fi
-   ;;
-   TRUST_UNDEFINED|TRUST_NEVER)
-   trusted=0
-   ;;
-   TRUST_MARGINAL|TRUST_FULLY|TRUST_ULTIMATE)
-   trusted=1
-   ;;
-   esac
-   done < "$1"
-}
-
-_validate_gpg_tag() {
-  local file ext decompress found pubkey success status fingerprint trusted
-  local warning=0
-  local errors=0
-  local statusfile=$(mktemp)
-
-  msg "$(gettext "Verifying source file signatures with %s...")" "gpg"
-
-  git verify-tag --raw "$1" 2>"$statusfile"
-
-  # these variables are assigned values in parse_gpg_statusfile
-  success=0
-  status=
-  pubkey=
-  fingerprint=
-  trusted=
-  _parse_gpg_statusfile "$statusfile"
-  if (( ! $success )); then
-printf '%s' "$(gettext "FAILED")" >&2
-case "$status" in
-  "missingkey")
-printf ' (%s)' "$(gettext "unknown public key&quo

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

2017-06-19 Thread Timothy Redaelli
Date: Monday, June 19, 2017 @ 10:46:30
  Author: tredaelli
Revision: 238639

upgpkg: bitcoin 0.14.2-2

Rebuild for libevent 2.1

Modified:
  bitcoin/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2017-06-19 10:29:33 UTC (rev 238638)
+++ PKGBUILD2017-06-19 10:46:30 UTC (rev 238639)
@@ -6,7 +6,7 @@
 pkgbase=bitcoin
 pkgname=('bitcoin-daemon' 'bitcoin-cli' 'bitcoin-qt' 'bitcoin-tx')
 pkgver=0.14.2
-pkgrel=1
+pkgrel=2
 arch=('i686' 'x86_64')
 url="http://www.bitcoin.org/;
 makedepends=('git' 'boost' 'libevent' 'qt5-base' 'qt5-tools' 'qrencode' 
'miniupnpc' 'protobuf' 'zeromq')


[arch-commits] Commit in bitcoin/repos (4 files)

2017-06-19 Thread Timothy Redaelli
Date: Monday, June 19, 2017 @ 10:06:27
  Author: tredaelli
Revision: 238146

archrelease: copy trunk to community-i686, community-x86_64

Added:
  bitcoin/repos/community-i686/PKGBUILD
(from rev 238145, bitcoin/trunk/PKGBUILD)
  bitcoin/repos/community-x86_64/PKGBUILD
(from rev 238145, bitcoin/trunk/PKGBUILD)
Deleted:
  bitcoin/repos/community-i686/PKGBUILD
  bitcoin/repos/community-x86_64/PKGBUILD

---+
 /PKGBUILD |  438 
 community-i686/PKGBUILD   |  219 --
 community-x86_64/PKGBUILD |  219 --
 3 files changed, 438 insertions(+), 438 deletions(-)

Deleted: community-i686/PKGBUILD
===
--- community-i686/PKGBUILD 2017-06-19 10:06:16 UTC (rev 238145)
+++ community-i686/PKGBUILD 2017-06-19 10:06:27 UTC (rev 238146)
@@ -1,219 +0,0 @@
-# $Id$
-# Maintainer: Timothy Redaelli <timothy.redae...@gmail.com>
-# Contributor: shahid <hellla...@gmail.com>
-
-#_dbver=4.8.30
-pkgbase=bitcoin
-pkgname=('bitcoin-daemon' 'bitcoin-cli' 'bitcoin-qt' 'bitcoin-tx')
-pkgver=0.14.1
-pkgrel=4
-arch=('i686' 'x86_64')
-url="http://www.bitcoin.org/;
-makedepends=('git' 'boost' 'libevent' 'qt5-base' 'qt5-tools' 'qrencode' 
'miniupnpc' 'protobuf' 'zeromq')
-license=('MIT')
-source=(git+https://github.com/bitcoin/bitcoin.git#tag=v${pkgver})
-#http://download.oracle.com/berkeley-db/db-${_dbver}.NC.tar.gz
-sha256sums=('SKIP')
-
-validpgpkeys=(71A3B16735405025D447E8F274810B012346C9A6)
-
-# TODO: Build using db 4.8.30
-#prepare() {
-#  mkdir -p db4
-#}
-
-_parse_gpg_statusfile() {
-   local type arg1 arg6 arg10
-
-   while read -r _ type arg1 _ _ _ _ arg6 _ _ _ arg10 _; do
-   case "$type" in
-   GOODSIG)
-   pubkey=$arg1
-   success=1
-   status="good"
-   ;;
-   EXPSIG)
-   pubkey=$arg1
-   success=1
-   status="expired"
-   ;;
-   EXPKEYSIG)
-   pubkey=$arg1
-   success=1
-   status="expiredkey"
-   ;;
-   REVKEYSIG)
-   pubkey=$arg1
-   success=0
-   status="revokedkey"
-   ;;
-   BADSIG)
-   pubkey=$arg1
-   success=0
-   status="bad"
-   ;;
-   ERRSIG)
-   pubkey=$arg1
-   success=0
-   if [[ $arg6 == 9 ]]; then
-   status="missingkey"
-   else
-   status="error"
-   fi
-   ;;
-   VALIDSIG)
-   if [[ $arg10 ]]; then
-   # If the file was signed with a subkey, 
arg10 contains
-   # the fingerprint of the primary key
-   fingerprint=$arg10
-   else
-   fingerprint=$arg1
-   fi
-   ;;
-   TRUST_UNDEFINED|TRUST_NEVER)
-   trusted=0
-   ;;
-   TRUST_MARGINAL|TRUST_FULLY|TRUST_ULTIMATE)
-   trusted=1
-   ;;
-   esac
-   done < "$1"
-}
-
-_validate_gpg_tag() {
-  local file ext decompress found pubkey success status fingerprint trusted
-  local warning=0
-  local errors=0
-  local statusfile=$(mktemp)
-
-  msg "$(gettext "Verifying source file signatures with %s...")" "gpg"
-
-  git verify-tag --raw "$1" 2>"$statusfile"
-
-  # these variables are assigned values in parse_gpg_statusfile
-  success=0
-  status=
-  pubkey=
-  fingerprint=
-  trusted=
-  _parse_gpg_statusfile "$statusfile"
-  if (( ! $success )); then
-printf '%s' "$(gettext "FAILED")" >&2
-case "$status" in
-  "missingkey")
-printf ' (%s)' "$(gettext "unknown public key") $pubkey" >&2
-;;
-  "revokedkey")
-printf

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

2017-06-19 Thread Timothy Redaelli
Date: Monday, June 19, 2017 @ 10:06:16
  Author: tredaelli
Revision: 238145

upgpkg: bitcoin 0.14.2-1

Modified:
  bitcoin/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2017-06-19 09:53:34 UTC (rev 238144)
+++ PKGBUILD2017-06-19 10:06:16 UTC (rev 238145)
@@ -5,8 +5,8 @@
 #_dbver=4.8.30
 pkgbase=bitcoin
 pkgname=('bitcoin-daemon' 'bitcoin-cli' 'bitcoin-qt' 'bitcoin-tx')
-pkgver=0.14.1
-pkgrel=5
+pkgver=0.14.2
+pkgrel=1
 arch=('i686' 'x86_64')
 url="http://www.bitcoin.org/;
 makedepends=('git' 'boost' 'libevent' 'qt5-base' 'qt5-tools' 'qrencode' 
'miniupnpc' 'protobuf' 'zeromq')


[arch-commits] Commit in bitcoin/repos (2 files)

2017-06-13 Thread Timothy Redaelli
Date: Tuesday, June 13, 2017 @ 09:45:06
  Author: tredaelli
Revision: 236594

Modified:
  bitcoin/repos/community-i686/PKGBUILD
  bitcoin/repos/community-x86_64/PKGBUILD

---+
 community-i686/PKGBUILD   |2 +-
 community-x86_64/PKGBUILD |2 +-
 2 files changed, 2 insertions(+), 2 deletions(-)

Modified: community-i686/PKGBUILD
===
--- community-i686/PKGBUILD 2017-06-13 09:37:54 UTC (rev 236593)
+++ community-i686/PKGBUILD 2017-06-13 09:45:06 UTC (rev 236594)
@@ -6,7 +6,7 @@
 pkgbase=bitcoin
 pkgname=('bitcoin-daemon' 'bitcoin-cli' 'bitcoin-qt' 'bitcoin-tx')
 pkgver=0.14.1
-pkgrel=5
+pkgrel=4
 arch=('i686' 'x86_64')
 url="http://www.bitcoin.org/;
 makedepends=('git' 'boost' 'libevent' 'qt5-base' 'qt5-tools' 'qrencode' 
'miniupnpc' 'protobuf' 'zeromq')

Modified: community-x86_64/PKGBUILD
===
--- community-x86_64/PKGBUILD   2017-06-13 09:37:54 UTC (rev 236593)
+++ community-x86_64/PKGBUILD   2017-06-13 09:45:06 UTC (rev 236594)
@@ -6,7 +6,7 @@
 pkgbase=bitcoin
 pkgname=('bitcoin-daemon' 'bitcoin-cli' 'bitcoin-qt' 'bitcoin-tx')
 pkgver=0.14.1
-pkgrel=5
+pkgrel=4
 arch=('i686' 'x86_64')
 url="http://www.bitcoin.org/;
 makedepends=('git' 'boost' 'libevent' 'qt5-base' 'qt5-tools' 'qrencode' 
'miniupnpc' 'protobuf' 'zeromq')


[arch-commits] Commit in bitcoin/repos (4 files)

2017-06-13 Thread Timothy Redaelli
Date: Tuesday, June 13, 2017 @ 09:29:06
  Author: tredaelli
Revision: 236589

archrelease: copy trunk to community-staging-i686, community-staging-x86_64

Added:
  bitcoin/repos/community-staging-i686/
  bitcoin/repos/community-staging-i686/PKGBUILD
(from rev 236588, bitcoin/trunk/PKGBUILD)
  bitcoin/repos/community-staging-x86_64/
  bitcoin/repos/community-staging-x86_64/PKGBUILD
(from rev 236588, bitcoin/trunk/PKGBUILD)

---+
 community-staging-i686/PKGBUILD   |  219 
 community-staging-x86_64/PKGBUILD |  219 
 2 files changed, 438 insertions(+)

Copied: bitcoin/repos/community-staging-i686/PKGBUILD (from rev 236588, 
bitcoin/trunk/PKGBUILD)
===
--- community-staging-i686/PKGBUILD (rev 0)
+++ community-staging-i686/PKGBUILD 2017-06-13 09:29:06 UTC (rev 236589)
@@ -0,0 +1,219 @@
+# $Id$
+# Maintainer: Timothy Redaelli <timothy.redae...@gmail.com>
+# Contributor: shahid <hellla...@gmail.com>
+
+#_dbver=4.8.30
+pkgbase=bitcoin
+pkgname=('bitcoin-daemon' 'bitcoin-cli' 'bitcoin-qt' 'bitcoin-tx')
+pkgver=0.14.1
+pkgrel=5
+arch=('i686' 'x86_64')
+url="http://www.bitcoin.org/;
+makedepends=('git' 'boost' 'libevent' 'qt5-base' 'qt5-tools' 'qrencode' 
'miniupnpc' 'protobuf' 'zeromq')
+license=('MIT')
+source=(git+https://github.com/bitcoin/bitcoin.git#tag=v${pkgver})
+#http://download.oracle.com/berkeley-db/db-${_dbver}.NC.tar.gz
+sha256sums=('SKIP')
+
+validpgpkeys=(71A3B16735405025D447E8F274810B012346C9A6)
+
+# TODO: Build using db 4.8.30
+#prepare() {
+#  mkdir -p db4
+#}
+
+_parse_gpg_statusfile() {
+   local type arg1 arg6 arg10
+
+   while read -r _ type arg1 _ _ _ _ arg6 _ _ _ arg10 _; do
+   case "$type" in
+   GOODSIG)
+   pubkey=$arg1
+   success=1
+   status="good"
+   ;;
+   EXPSIG)
+   pubkey=$arg1
+   success=1
+   status="expired"
+   ;;
+   EXPKEYSIG)
+   pubkey=$arg1
+   success=1
+   status="expiredkey"
+   ;;
+   REVKEYSIG)
+   pubkey=$arg1
+   success=0
+   status="revokedkey"
+   ;;
+   BADSIG)
+   pubkey=$arg1
+   success=0
+   status="bad"
+   ;;
+   ERRSIG)
+   pubkey=$arg1
+   success=0
+   if [[ $arg6 == 9 ]]; then
+   status="missingkey"
+   else
+   status="error"
+   fi
+   ;;
+   VALIDSIG)
+   if [[ $arg10 ]]; then
+   # If the file was signed with a subkey, 
arg10 contains
+   # the fingerprint of the primary key
+   fingerprint=$arg10
+   else
+   fingerprint=$arg1
+   fi
+   ;;
+   TRUST_UNDEFINED|TRUST_NEVER)
+   trusted=0
+   ;;
+   TRUST_MARGINAL|TRUST_FULLY|TRUST_ULTIMATE)
+   trusted=1
+   ;;
+   esac
+   done < "$1"
+}
+
+_validate_gpg_tag() {
+  local file ext decompress found pubkey success status fingerprint trusted
+  local warning=0
+  local errors=0
+  local statusfile=$(mktemp)
+
+  msg "$(gettext "Verifying source file signatures with %s...")" "gpg"
+
+  git verify-tag --raw "$1" 2>"$statusfile"
+
+  # these variables are assigned values in parse_gpg_statusfile
+  success=0
+  status=
+  pubkey=
+  fingerprint=
+  trusted=
+  _parse_gpg_statusfile "$statusfile"
+  if (( ! $success )); then
+printf '%s' "$(gettext "FAILED")" >&2
+case "$status" in
+  "missingkey")
+printf ' (%s)' "$(gettext "unknown public key") $pubkey" >&

[arch-commits] Commit in bitcoin/repos (4 files)

2017-06-12 Thread Timothy Redaelli
Date: Monday, June 12, 2017 @ 13:24:36
  Author: tredaelli
Revision: 236415

archrelease: copy trunk to community-i686, community-x86_64

Added:
  bitcoin/repos/community-i686/PKGBUILD
(from rev 236414, bitcoin/trunk/PKGBUILD)
  bitcoin/repos/community-x86_64/PKGBUILD
(from rev 236414, bitcoin/trunk/PKGBUILD)
Deleted:
  bitcoin/repos/community-i686/PKGBUILD
  bitcoin/repos/community-x86_64/PKGBUILD

---+
 /PKGBUILD |  438 
 community-i686/PKGBUILD   |  219 --
 community-x86_64/PKGBUILD |  219 --
 3 files changed, 438 insertions(+), 438 deletions(-)

Deleted: community-i686/PKGBUILD
===
--- community-i686/PKGBUILD 2017-06-12 13:23:19 UTC (rev 236414)
+++ community-i686/PKGBUILD 2017-06-12 13:24:36 UTC (rev 236415)
@@ -1,219 +0,0 @@
-# $Id$
-# Maintainer: Timothy Redaelli <timothy.redae...@gmail.com>
-# Contributor: shahid <hellla...@gmail.com>
-
-#_dbver=4.8.30
-pkgbase=bitcoin
-pkgname=('bitcoin-daemon' 'bitcoin-cli' 'bitcoin-qt' 'bitcoin-tx')
-pkgver=0.14.1
-pkgrel=4
-arch=('i686' 'x86_64')
-url="http://www.bitcoin.org/;
-makedepends=('git' 'boost' 'libevent' 'qt5-base' 'qt5-tools' 'qrencode' 
'miniupnpc' 'protobuf' 'zeromq')
-license=('MIT')
-source=(git+https://github.com/bitcoin/bitcoin.git#tag=v${pkgver})
-#http://download.oracle.com/berkeley-db/db-${_dbver}.NC.tar.gz
-sha256sums=('SKIP')
-
-validpgpkeys=(71A3B16735405025D447E8F274810B012346C9A6)
-
-# TODO: Build using db 4.8.30
-#prepare() {
-#  mkdir -p db4
-#}
-
-_parse_gpg_statusfile() {
-   local type arg1 arg6 arg10
-
-   while read -r _ type arg1 _ _ _ _ arg6 _ _ _ arg10 _; do
-   case "$type" in
-   GOODSIG)
-   pubkey=$arg1
-   success=1
-   status="good"
-   ;;
-   EXPSIG)
-   pubkey=$arg1
-   success=1
-   status="expired"
-   ;;
-   EXPKEYSIG)
-   pubkey=$arg1
-   success=1
-   status="expiredkey"
-   ;;
-   REVKEYSIG)
-   pubkey=$arg1
-   success=0
-   status="revokedkey"
-   ;;
-   BADSIG)
-   pubkey=$arg1
-   success=0
-   status="bad"
-   ;;
-   ERRSIG)
-   pubkey=$arg1
-   success=0
-   if [[ $arg6 == 9 ]]; then
-   status="missingkey"
-   else
-   status="error"
-   fi
-   ;;
-   VALIDSIG)
-   if [[ $arg10 ]]; then
-   # If the file was signed with a subkey, 
arg10 contains
-   # the fingerprint of the primary key
-   fingerprint=$arg10
-   else
-   fingerprint=$arg1
-   fi
-   ;;
-   TRUST_UNDEFINED|TRUST_NEVER)
-   trusted=0
-   ;;
-   TRUST_MARGINAL|TRUST_FULLY|TRUST_ULTIMATE)
-   trusted=1
-   ;;
-   esac
-   done < "$1"
-}
-
-_validate_gpg_tag() {
-  local file ext decompress found pubkey success status fingerprint trusted
-  local warning=0
-  local errors=0
-  local statusfile=$(mktemp)
-
-  msg "$(gettext "Verifying source file signatures with %s...")" "gpg"
-
-  git verify-tag --raw "$1" 2>"$statusfile"
-
-  # these variables are assigned values in parse_gpg_statusfile
-  success=0
-  status=
-  pubkey=
-  fingerprint=
-  trusted=
-  _parse_gpg_statusfile "$statusfile"
-  if (( ! $success )); then
-printf '%s' "$(gettext "FAILED")" >&2
-case "$status" in
-  "missingkey")
-printf ' (%s)' "$(gettext "unknown public key") $pubkey" >&2
-;;
-  "revokedkey")
-printf

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

2017-06-12 Thread Timothy Redaelli
Date: Monday, June 12, 2017 @ 13:23:19
  Author: tredaelli
Revision: 236414

upgpkg: bitcoin 0.14.1-5

libevent 2.1 rebuild

Modified:
  bitcoin/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2017-06-12 13:23:17 UTC (rev 236413)
+++ PKGBUILD2017-06-12 13:23:19 UTC (rev 236414)
@@ -6,7 +6,7 @@
 pkgbase=bitcoin
 pkgname=('bitcoin-daemon' 'bitcoin-cli' 'bitcoin-qt' 'bitcoin-tx')
 pkgver=0.14.1
-pkgrel=4
+pkgrel=5
 arch=('i686' 'x86_64')
 url="http://www.bitcoin.org/;
 makedepends=('git' 'boost' 'libevent' 'qt5-base' 'qt5-tools' 'qrencode' 
'miniupnpc' 'protobuf' 'zeromq')


[arch-commits] Commit in dropbear/repos (8 files)

2017-06-09 Thread Timothy Redaelli
Date: Friday, June 9, 2017 @ 10:13:33
  Author: tredaelli
Revision: 235505

archrelease: copy trunk to community-i686, community-x86_64

Added:
  dropbear/repos/community-i686/PKGBUILD
(from rev 235504, dropbear/trunk/PKGBUILD)
  dropbear/repos/community-i686/dropbear.service
(from rev 235504, dropbear/trunk/dropbear.service)
  dropbear/repos/community-x86_64/PKGBUILD
(from rev 235504, dropbear/trunk/PKGBUILD)
  dropbear/repos/community-x86_64/dropbear.service
(from rev 235504, dropbear/trunk/dropbear.service)
Deleted:
  dropbear/repos/community-i686/PKGBUILD
  dropbear/repos/community-i686/dropbear.service
  dropbear/repos/community-x86_64/PKGBUILD
  dropbear/repos/community-x86_64/dropbear.service

---+
 /PKGBUILD |   96 
 /dropbear.service |   20 +++
 community-i686/PKGBUILD   |   46 -
 community-i686/dropbear.service   |   10 ---
 community-x86_64/PKGBUILD |   46 -
 community-x86_64/dropbear.service |   10 ---
 6 files changed, 116 insertions(+), 112 deletions(-)

Deleted: community-i686/PKGBUILD
===
--- community-i686/PKGBUILD 2017-06-09 10:13:24 UTC (rev 235504)
+++ community-i686/PKGBUILD 2017-06-09 10:13:33 UTC (rev 235505)
@@ -1,46 +0,0 @@
-# $Id$
-# Maintainer: Timothy Redaelli <timothy.redae...@gmail.com>
-# Contributor: Simon Perry 
-# Contributor: Bartlomiej Piotrowski <nos...@bpiotrowski.pl>
-# Contributor: Jaroslav Lichtblau <dragonl...@aur.archlinux.org>
-# Contributor: Jason Pierce <`echo 'moc tod liamg ta nosaj tod ecreip' | rev`>
-# Contributor: Jeremy Cowgar <jer...@cowgar.com>
-# Contributor: Simon Perry 
-
-pkgname=dropbear
-pkgver=2016.74
-pkgrel=1
-pkgdesc="Lightweight replacement for sshd"
-arch=('i686' 'x86_64')
-url="http://matt.ucc.asn.au/dropbear/dropbear.html;
-license=('MIT')
-depends=('zlib')
-source=(http://matt.ucc.asn.au/$pkgname/releases/$pkgname-$pkgver.tar.bz2
-$pkgname.service)
-sha256sums=('2720ea54ed009af812701bcc290a2a601d5c107d12993e5d92c0f5f81f718891'
-'8890a35b6cb14745c1b22f80d3a8532de2a853c78a30eac72b954012e286504a')
-
-prepare() {
-  sed -i 's|usr/libexec/sftp|usr/lib/ssh/sftp|' $pkgname-$pkgver/options.h
-}
-
-build() {
-  cd $pkgname-$pkgver
-
-  ./configure --prefix=/usr --bindir=/usr/bin --sbindir=/usr/bin
-  make
-}
-
-package() {
-  cd $pkgname-$pkgver
-
-  make install DESTDIR="${pkgdir}/"
-
-  # Configuration files
-  install -d "${pkgdir}/etc/$pkgname"
-  install -D -m644 "${srcdir}/$pkgname.service" 
"${pkgdir}/usr/lib/systemd/system/$pkgname.service"
-
-  # License file
-  install -D -m644 LICENSE "${pkgdir}/usr/share/licenses/$pkgname/LICENSE"
-}
-

Copied: dropbear/repos/community-i686/PKGBUILD (from rev 235504, 
dropbear/trunk/PKGBUILD)
===
--- community-i686/PKGBUILD (rev 0)
+++ community-i686/PKGBUILD     2017-06-09 10:13:33 UTC (rev 235505)
@@ -0,0 +1,48 @@
+# $Id$
+# Maintainer: Timothy Redaelli <timothy.redae...@gmail.com>
+# Contributor: Simon Perry 
+# Contributor: Bartlomiej Piotrowski <nos...@bpiotrowski.pl>
+# Contributor: Jaroslav Lichtblau <dragonl...@aur.archlinux.org>
+# Contributor: Jason Pierce <`echo 'moc tod liamg ta nosaj tod ecreip' | rev`>
+# Contributor: Jeremy Cowgar <jer...@cowgar.com>
+# Contributor: Simon Perry 
+
+pkgname=dropbear
+pkgver=2017.75
+pkgrel=1
+pkgdesc="Lightweight replacement for sshd"
+arch=('i686' 'x86_64')
+url="http://matt.ucc.asn.au/dropbear/dropbear.html;
+license=('MIT')
+depends=('zlib')
+source=(https://matt.ucc.asn.au/$pkgname/releases/$pkgname-$pkgver.tar.bz2{,.asc}
+$pkgname.service)
+sha256sums=('6cbc1dcb1c9709d226dff669e5604172a18cf5dbf9a201474d5618ae4465098c'
+'SKIP'
+'8890a35b6cb14745c1b22f80d3a8532de2a853c78a30eac72b954012e286504a')
+validpgpkeys=('F7347EF2EE2E07A267628CA944931494F29C6773')
+
+prepare() {
+  sed -i 's|usr/libexec/sftp|usr/lib/ssh/sftp|' $pkgname-$pkgver/options.h
+}
+
+build() {
+  cd $pkgname-$pkgver
+
+  ./configure --prefix=/usr --bindir=/usr/bin --sbindir=/usr/bin
+  make
+}
+
+package() {
+  cd $pkgname-$pkgver
+
+  make install DESTDIR="${pkgdir}/"
+
+  # Configuration files
+  install -d "${pkgdir}/etc/$pkgname"
+  install -D -m644 "${srcdir}/$pkgname.service" 
"${pkgdir}/usr/lib/systemd/system/$pkgname.service"
+
+  # License file
+  install -D -m644 LICENSE "${pkgdir}/usr/share/licenses/$pkgname/LICENSE"
+}
+

Deleted: community-i686/dropbear.service
===
--- community-i686/dropbear.service 2017-06-09 10:13:24 UTC (rev 

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

2017-06-09 Thread Timothy Redaelli
Date: Friday, June 9, 2017 @ 10:13:24
  Author: tredaelli
Revision: 235504

upgpkg: dropbear 2017.75-1

Modified:
  dropbear/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2017-06-09 10:12:39 UTC (rev 235503)
+++ PKGBUILD2017-06-09 10:13:24 UTC (rev 235504)
@@ -8,7 +8,7 @@
 # Contributor: Simon Perry 
 
 pkgname=dropbear
-pkgver=2016.74
+pkgver=2017.75
 pkgrel=1
 pkgdesc="Lightweight replacement for sshd"
 arch=('i686' 'x86_64')
@@ -17,7 +17,7 @@
 depends=('zlib')
 
source=(https://matt.ucc.asn.au/$pkgname/releases/$pkgname-$pkgver.tar.bz2{,.asc}
 $pkgname.service)
-sha256sums=('2720ea54ed009af812701bcc290a2a601d5c107d12993e5d92c0f5f81f718891'
+sha256sums=('6cbc1dcb1c9709d226dff669e5604172a18cf5dbf9a201474d5618ae4465098c'
 'SKIP'
 '8890a35b6cb14745c1b22f80d3a8532de2a853c78a30eac72b954012e286504a')
 validpgpkeys=('F7347EF2EE2E07A267628CA944931494F29C6773')


[arch-commits] Commit in displaycal/repos (4 files)

2017-06-09 Thread Timothy Redaelli
Date: Friday, June 9, 2017 @ 10:11:41
  Author: tredaelli
Revision: 235501

archrelease: copy trunk to community-i686, community-x86_64

Added:
  displaycal/repos/community-i686/PKGBUILD
(from rev 235500, displaycal/trunk/PKGBUILD)
  displaycal/repos/community-x86_64/PKGBUILD
(from rev 235500, displaycal/trunk/PKGBUILD)
Deleted:
  displaycal/repos/community-i686/PKGBUILD
  displaycal/repos/community-x86_64/PKGBUILD

---+
 /PKGBUILD |   58 
 community-i686/PKGBUILD   |   29 --
 community-x86_64/PKGBUILD |   29 --
 3 files changed, 58 insertions(+), 58 deletions(-)

Deleted: community-i686/PKGBUILD
===
--- community-i686/PKGBUILD 2017-06-09 10:11:31 UTC (rev 235500)
+++ community-i686/PKGBUILD 2017-06-09 10:11:41 UTC (rev 235501)
@@ -1,29 +0,0 @@
-# $Id$
-# Maintainer: Timothy Redaelli <timothy.redae...@gmail.com>
-# Contributor: Cedric Girard <girard.ced...@gmail.com>
-# Contributor: foxbunny <bg.bra...@gmail.com>
-
-_pkgname=DisplayCAL
-pkgname=displaycal
-pkgver=3.2.4.0
-pkgrel=1
-pkgdesc="Open Source Display Calibration and Characterization powered by 
Argyll CMS (Formerly known as dispcalGUI)"
-arch=('i686' 'x86_64')
-url="http://displaycal.net/;
-license=('GPL3')
-makedepends=('libx11' 'libxrandr' 'libxinerama' 'libxxf86vm' 
'python2-setuptools' 'xdg-utils')
-depends=('argyllcms' 'wxpython' 'hicolor-icon-theme' 'desktop-file-utils' 
'python2-numpy')
-optdepends=('gksu: For running as root')
-replaces=('dispcalgui')
-conflicts=('dispcalgui')
-source=("http://downloads.sourceforge.net/project/dispcalgui/release/${pkgver}/${_pkgname}-${pkgver}.tar.gz;)
-md5sums=('4315e30bd2f0b20879f6ba975623f9ad')
-
-package() {
-  cd ${_pkgname}-${pkgver}
-  python2 setup.py install --root="${pkgdir}" --optimize=1
-  #udev rules are shipped with argyllcms
-  rm -rf "${pkgdir}"/etc/udev/
-}
-
-# vim:set ts=2 sw=2 et:

Copied: displaycal/repos/community-i686/PKGBUILD (from rev 235500, 
displaycal/trunk/PKGBUILD)
===
--- community-i686/PKGBUILD (rev 0)
+++ community-i686/PKGBUILD 2017-06-09 10:11:41 UTC (rev 235501)
@@ -0,0 +1,29 @@
+# $Id$
+# Maintainer: Timothy Redaelli <timothy.redae...@gmail.com>
+# Contributor: Cedric Girard <girard.ced...@gmail.com>
+# Contributor: foxbunny <bg.bra...@gmail.com>
+
+_pkgname=DisplayCAL
+pkgname=displaycal
+pkgver=3.3.1.0
+pkgrel=1
+pkgdesc="Open Source Display Calibration and Characterization powered by 
Argyll CMS (Formerly known as dispcalGUI)"
+arch=('i686' 'x86_64')
+url="http://displaycal.net/;
+license=('GPL3')
+makedepends=('libx11' 'libxrandr' 'libxinerama' 'libxxf86vm' 
'python2-setuptools' 'xdg-utils')
+depends=('argyllcms' 'wxpython' 'hicolor-icon-theme' 'desktop-file-utils' 
'python2-numpy')
+optdepends=('gksu: For running as root')
+replaces=('dispcalgui')
+conflicts=('dispcalgui')
+source=("http://downloads.sourceforge.net/project/dispcalgui/release/${pkgver}/${_pkgname}-${pkgver}.tar.gz;)
+md5sums=('2d009a60652ad9f8dd867bade7a92f20')
+
+package() {
+  cd ${_pkgname}-${pkgver}
+  python2 setup.py install --root="${pkgdir}" --optimize=1
+  #udev rules are shipped with argyllcms
+  rm -rf "${pkgdir}"/etc/udev/
+}
+
+# vim:set ts=2 sw=2 et:

Deleted: community-x86_64/PKGBUILD
===
--- community-x86_64/PKGBUILD   2017-06-09 10:11:31 UTC (rev 235500)
+++ community-x86_64/PKGBUILD   2017-06-09 10:11:41 UTC (rev 235501)
@@ -1,29 +0,0 @@
-# $Id$
-# Maintainer: Timothy Redaelli <timothy.redae...@gmail.com>
-# Contributor: Cedric Girard <girard.ced...@gmail.com>
-# Contributor: foxbunny <bg.bra...@gmail.com>
-
-_pkgname=DisplayCAL
-pkgname=displaycal
-pkgver=3.2.4.0
-pkgrel=1
-pkgdesc="Open Source Display Calibration and Characterization powered by 
Argyll CMS (Formerly known as dispcalGUI)"
-arch=('i686' 'x86_64')
-url="http://displaycal.net/;
-license=('GPL3')
-makedepends=('libx11' 'libxrandr' 'libxinerama' 'libxxf86vm' 
'python2-setuptools' 'xdg-utils')
-depends=('argyllcms' 'wxpython' 'hicolor-icon-theme' 'desktop-file-utils' 
'python2-numpy')
-optdepends=('gksu: For running as root')
-replaces=('dispcalgui')
-conflicts=('dispcalgui')
-source=("http://downloads.sourceforge.net/project/dispcalgui/release/${pkgver}/${_pkgname}-${pkgver}.tar.gz;)
-md5sums=('4315e30bd2f0b20879f6ba975623f9ad')
-
-package() {
-  cd ${_pkgname}-${pkgver}
-  python2 setup.py install --root="${pkgdir}" --optimize=1
-  #udev rules are shipped with argyllcms
-  rm -rf "${pkgdir}"/etc/udev/
-}
-
-# vim:set ts=2 sw=2 et:

Copied: displaycal/repos/community-x86_64/PKGBUILD (f

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

2017-06-09 Thread Timothy Redaelli
Date: Friday, June 9, 2017 @ 10:11:31
  Author: tredaelli
Revision: 235500

upgpkg: displaycal 3.3.1.0-1

Modified:
  displaycal/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2017-06-09 10:10:05 UTC (rev 235499)
+++ PKGBUILD2017-06-09 10:11:31 UTC (rev 235500)
@@ -5,7 +5,7 @@
 
 _pkgname=DisplayCAL
 pkgname=displaycal
-pkgver=3.2.4.0
+pkgver=3.3.1.0
 pkgrel=1
 pkgdesc="Open Source Display Calibration and Characterization powered by 
Argyll CMS (Formerly known as dispcalGUI)"
 arch=('i686' 'x86_64')
@@ -17,7 +17,7 @@
 replaces=('dispcalgui')
 conflicts=('dispcalgui')
 
source=("http://downloads.sourceforge.net/project/dispcalgui/release/${pkgver}/${_pkgname}-${pkgver}.tar.gz;)
-md5sums=('4315e30bd2f0b20879f6ba975623f9ad')
+md5sums=('2d009a60652ad9f8dd867bade7a92f20')
 
 package() {
   cd ${_pkgname}-${pkgver}


[arch-commits] Commit in electrum/repos/community-any (PKGBUILD PKGBUILD)

2017-06-08 Thread Timothy Redaelli
Date: Thursday, June 8, 2017 @ 13:09:39
  Author: tredaelli
Revision: 235434

archrelease: copy trunk to community-any

Added:
  electrum/repos/community-any/PKGBUILD
(from rev 235433, electrum/trunk/PKGBUILD)
Deleted:
  electrum/repos/community-any/PKGBUILD

--+
 PKGBUILD |   94 ++---
 1 file changed, 47 insertions(+), 47 deletions(-)

Deleted: PKGBUILD
===
--- PKGBUILD2017-06-08 13:09:31 UTC (rev 235433)
+++ PKGBUILD2017-06-08 13:09:39 UTC (rev 235434)
@@ -1,47 +0,0 @@
-# $Id$
-# Maintainer: Timothy Redaelli <timothy.redae...@gmail.com>
-# Contributor: Andy Weidenbaum <archb...@gmail.com>
-# ThomasV PGP key: gpg --recv-key 6694D8DE7BE8EE5631BED9502BD5824B7F9470E6
-# http://bitcoin-otc.com/viewgpg.php?nick=ThomasV
-
-pkgname=electrum
-pkgver=2.8.2
-pkgrel=1
-pkgdesc="Lightweight Bitcoin wallet"
-arch=('any')
-depends=('python2-pyaes' 'python2-ecdsa' 'python2-pbkdf2' 'python2-requests' 
'python2-qrcode'
- 'python2-protobuf' 'python2-dnspython' 'python2-jsonrpclib' 
'python2-pysocks'
- 'python2-pyqt4' 'python2-pycryptodomex')
-makedepends=('gettext' 'python2-setuptools' 'desktop-file-utils')
-optdepends=('python2-btchip: BTChip hardware wallet support'
-'python2-matplotlib: plot transaction history in graphical mode'
-'zbar: QR code reading support')
-url="https://electrum.org;
-license=(MIT)
-source=("https://download.electrum.org/${pkgver}/${pkgname^}-${pkgver}.tar.gz"{,.asc})
-md5sums=('59f55f35a0351ffe7ba9c97bac8b0840'
- 'SKIP')
-sha256sums=('d8152bebc5c6f47b28a5d867707bc5742158fe544e7e8046d2c4747ae282b707'
-'SKIP')
-validpgpkeys=('6694D8DE7BE8EE5631BED9502BD5824B7F9470E6')
-
-prepare() {
-  cd ${pkgname^}-${pkgver}
-
-  find . -type f -exec sed -i 's#/usr/bin/python$#/usr/bin/python2#g' {} +
-  find . -type f -exec sed -i 's#/usr/bin/env python$#/usr/bin/env python2#g' 
{} +
-}
-
-build() {
-  cd ${pkgname^}-${pkgver}
-
-  pyrcc4 icons.qrc -o gui/qt/icons_rc.py
-  python2 setup.py build
-}
-
-package() {
-  cd ${pkgname^}-${pkgver}
-
-  python2 setup.py install --root="${pkgdir}" --optimize=1
-  install -D -m644 LICENCE "${pkgdir}"/usr/share/licenses/${pkgname}/LICENSE
-}

Copied: electrum/repos/community-any/PKGBUILD (from rev 235433, 
electrum/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2017-06-08 13:09:39 UTC (rev 235434)
@@ -0,0 +1,47 @@
+# $Id$
+# Maintainer: Timothy Redaelli <timothy.redae...@gmail.com>
+# Contributor: Andy Weidenbaum <archb...@gmail.com>
+# ThomasV PGP key: gpg --recv-key 6694D8DE7BE8EE5631BED9502BD5824B7F9470E6
+# http://bitcoin-otc.com/viewgpg.php?nick=ThomasV
+
+pkgname=electrum
+pkgver=2.8.3
+pkgrel=1
+pkgdesc="Lightweight Bitcoin wallet"
+arch=('any')
+depends=('python2-pyaes' 'python2-ecdsa' 'python2-pbkdf2' 'python2-requests' 
'python2-qrcode'
+ 'python2-protobuf' 'python2-dnspython' 'python2-jsonrpclib' 
'python2-pysocks'
+ 'python2-pyqt4' 'python2-pycryptodomex')
+makedepends=('gettext' 'python2-setuptools' 'desktop-file-utils')
+optdepends=('python2-btchip: BTChip hardware wallet support'
+'python2-matplotlib: plot transaction history in graphical mode'
+'zbar: QR code reading support')
+url="https://electrum.org;
+license=(MIT)
+source=("https://download.electrum.org/${pkgver}/${pkgname^}-${pkgver}.tar.gz"{,.asc})
+md5sums=('2b1cc7666b147fc5e04462b74d3bef04'
+ 'SKIP')
+sha256sums=('c16ea6266f036a942efa1554ac138e2748a8050c78551da30995ffe6a9e25a12'
+'SKIP')
+validpgpkeys=('6694D8DE7BE8EE5631BED9502BD5824B7F9470E6')
+
+prepare() {
+  cd ${pkgname^}-${pkgver}
+
+  find . -type f -exec sed -i 's#/usr/bin/python$#/usr/bin/python2#g' {} +
+  find . -type f -exec sed -i 's#/usr/bin/env python$#/usr/bin/env python2#g' 
{} +
+}
+
+build() {
+  cd ${pkgname^}-${pkgver}
+
+  pyrcc4 icons.qrc -o gui/qt/icons_rc.py
+  python2 setup.py build
+}
+
+package() {
+  cd ${pkgname^}-${pkgver}
+
+  python2 setup.py install --root="${pkgdir}" --optimize=1
+  install -D -m644 LICENCE "${pkgdir}"/usr/share/licenses/${pkgname}/LICENSE
+}


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

2017-06-08 Thread Timothy Redaelli
Date: Thursday, June 8, 2017 @ 13:09:31
  Author: tredaelli
Revision: 235433

upgpkg: electrum 2.8.3-1

Modified:
  electrum/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2017-06-08 13:05:54 UTC (rev 235432)
+++ PKGBUILD2017-06-08 13:09:31 UTC (rev 235433)
@@ -5,7 +5,7 @@
 # http://bitcoin-otc.com/viewgpg.php?nick=ThomasV
 
 pkgname=electrum
-pkgver=2.8.2
+pkgver=2.8.3
 pkgrel=1
 pkgdesc="Lightweight Bitcoin wallet"
 arch=('any')
@@ -19,9 +19,9 @@
 url="https://electrum.org;
 license=(MIT)
 
source=("https://download.electrum.org/${pkgver}/${pkgname^}-${pkgver}.tar.gz"{,.asc})
-md5sums=('59f55f35a0351ffe7ba9c97bac8b0840'
+md5sums=('2b1cc7666b147fc5e04462b74d3bef04'
  'SKIP')
-sha256sums=('d8152bebc5c6f47b28a5d867707bc5742158fe544e7e8046d2c4747ae282b707'
+sha256sums=('c16ea6266f036a942efa1554ac138e2748a8050c78551da30995ffe6a9e25a12'
 'SKIP')
 validpgpkeys=('6694D8DE7BE8EE5631BED9502BD5824B7F9470E6')
 


[arch-commits] Commit in snapd/repos (14 files)

2017-06-08 Thread Timothy Redaelli
Date: Thursday, June 8, 2017 @ 13:05:54
  Author: tredaelli
Revision: 235432

archrelease: copy trunk to community-i686, community-x86_64

Added:
  snapd/repos/community-i686/PKGBUILD
(from rev 235431, snapd/trunk/PKGBUILD)
  snapd/repos/community-i686/snapd.install
(from rev 235431, snapd/trunk/snapd.install)
  snapd/repos/community-i686/snapd.sh
(from rev 235431, snapd/trunk/snapd.sh)
  snapd/repos/community-x86_64/PKGBUILD
(from rev 235431, snapd/trunk/PKGBUILD)
  snapd/repos/community-x86_64/snapd.install
(from rev 235431, snapd/trunk/snapd.install)
  snapd/repos/community-x86_64/snapd.sh
(from rev 235431, snapd/trunk/snapd.sh)
Deleted:
  
snapd/repos/community-i686/0001-debian-ARCHLINUX-use-alternate-snap-mount-directory.patch
  snapd/repos/community-i686/PKGBUILD
  snapd/repos/community-i686/snapd.install
  snapd/repos/community-i686/snapd.sh
  
snapd/repos/community-x86_64/0001-debian-ARCHLINUX-use-alternate-snap-mount-directory.patch
  snapd/repos/community-x86_64/PKGBUILD
  snapd/repos/community-x86_64/snapd.install
  snapd/repos/community-x86_64/snapd.sh

-+
 /PKGBUILD  
 |  218 ++
 /snapd.install 
 |   30 +
 /snapd.sh  
 |   20 
 community-i686/0001-debian-ARCHLINUX-use-alternate-snap-mount-directory.patch  
 |   26 -
 community-i686/PKGBUILD
 |  109 -
 community-i686/snapd.install   
 |   15 
 community-i686/snapd.sh
 |   10 
 
community-x86_64/0001-debian-ARCHLINUX-use-alternate-snap-mount-directory.patch 
|   26 -
 community-x86_64/PKGBUILD  
 |  109 -
 community-x86_64/snapd.install 
 |   15 
 community-x86_64/snapd.sh  
 |   10 
 11 files changed, 268 insertions(+), 320 deletions(-)

Deleted: 
community-i686/0001-debian-ARCHLINUX-use-alternate-snap-mount-directory.patch
===
--- 
community-i686/0001-debian-ARCHLINUX-use-alternate-snap-mount-directory.patch   
2017-06-08 13:05:43 UTC (rev 235431)
+++ 
community-i686/0001-debian-ARCHLINUX-use-alternate-snap-mount-directory.patch   
2017-06-08 13:05:54 UTC (rev 235432)
@@ -1,26 +0,0 @@
-From 529c77918eab0742e645db3d97b62b55e9f6888a Mon Sep 17 00:00:00 2001
-From: Timothy Redaelli <tredae...@archlinux.info>
-Date: Tue, 21 Feb 2017 11:38:00 +
-Subject: [PATCH] debian: ARCHLINUX: use alternate snap mount directory
-
-Signed-off-by: Timothy Redaelli <tredae...@archlinux.info>

- debian/snapd.refresh.service | 2 +-
- 1 file changed, 1 insertion(+), 1 deletion(-)
-
-diff --git a/debian/snapd.refresh.service b/debian/snapd.refresh.service
-index 4c3375786..dda02de0e 100644
 a/debian/snapd.refresh.service
-+++ b/debian/snapd.refresh.service
-@@ -2,7 +2,7 @@
- Description=Automatically refresh installed snaps
- After=network-online.target snapd.socket
- Requires=snapd.socket
--ConditionPathExistsGlob=/snap/*/current
-+ConditionPathExistsGlob=/var/lib/snapd/snap/*/current
- Documentation=man:snap(1)
- 
- [Service]
--- 
-2.11.1
-

Deleted: community-i686/PKGBUILD
===
--- community-i686/PKGBUILD 2017-06-08 13:05:43 UTC (rev 235431)
+++ community-i686/PKGBUILD 2017-06-08 13:05:54 UTC (rev 235432)
@@ -1,109 +0,0 @@
-# $Id$
-# Maintainer: Timothy Redaelli <timothy.redae...@gmail.com>
-# Contributor: Zygmunt Krynicki 
-
-pkgbase=snapd
-pkgname=(snapd snap-confine)
-pkgver=2.25
-pkgrel=1
-arch=('i686' 'x86_64')
-url="https://github.com/snapcore/snapd;
-license=('GPL3')
-makedepends=('git' 'go' 'go-tools' 'bzr')
-checkdepends=('python' 'squashfs-tools')
-
-# snap-confine
-makedepends+=('libcap' 'python-docutils' 'systemd' 'xfsprogs')
-checkdepends+=('indent' 'shellcheck')
-
-options=('!strip' 'emptydirs')
-install=snapd.install
-source=("git+https://github.com/snapcore/$pkgname.git#tag=$pkgver;
-'snapd.sh')
-md5sums=('SKIP'
- '8e9b8108165d5b2ae911de9caefb37ce')
-
-_gourl=github.com/snapcore/snapd
-
-prepare() {
-  cd "$pkgname"
-
-  # Use $srcdir/go as our GOPATH
-  export GOPATH="$srcdir/go"
-  mkdir -p "$GOPATH"
-  # Have snapd checkout appear in a place suitable for subsequent GOPATH This
-  # way we don't have to go get it again and it is exactly what the tag/hash
-  # above describes.
-  mkdir -p "$(dirname "$GOPATH/src/${_gourl}")"
-  ln --no-target-directory -fs "$srcdir/$pkgname&

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

2017-06-08 Thread Timothy Redaelli
Date: Thursday, June 8, 2017 @ 13:05:43
  Author: tredaelli
Revision: 235431

upgpkg: snapd 2.26.1-1

Modified:
  snapd/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2017-06-08 12:09:06 UTC (rev 235430)
+++ PKGBUILD2017-06-08 13:05:43 UTC (rev 235431)
@@ -4,7 +4,7 @@
 
 pkgbase=snapd
 pkgname=(snapd snap-confine)
-pkgver=2.25
+pkgver=2.26.1
 pkgrel=1
 arch=('i686' 'x86_64')
 url="https://github.com/snapcore/snapd;


[arch-commits] Commit in qbittorrent/repos (12 files)

2017-06-08 Thread Timothy Redaelli
Date: Thursday, June 8, 2017 @ 12:09:06
  Author: tredaelli
Revision: 235430

archrelease: copy trunk to community-i686, community-x86_64

Added:
  qbittorrent/repos/community-i686/PKGBUILD
(from rev 235429, qbittorrent/trunk/PKGBUILD)
  qbittorrent/repos/community-i686/qbittorrent.service
(from rev 235429, qbittorrent/trunk/qbittorrent.service)
  qbittorrent/repos/community-i686/qbittorrent@.service
(from rev 235429, qbittorrent/trunk/qbittorrent@.service)
  qbittorrent/repos/community-x86_64/PKGBUILD
(from rev 235429, qbittorrent/trunk/PKGBUILD)
  qbittorrent/repos/community-x86_64/qbittorrent.service
(from rev 235429, qbittorrent/trunk/qbittorrent.service)
  qbittorrent/repos/community-x86_64/qbittorrent@.service
(from rev 235429, qbittorrent/trunk/qbittorrent@.service)
Deleted:
  qbittorrent/repos/community-i686/PKGBUILD
  qbittorrent/repos/community-i686/qbittorrent.service
  qbittorrent/repos/community-i686/qbittorrent@.service
  qbittorrent/repos/community-x86_64/PKGBUILD
  qbittorrent/repos/community-x86_64/qbittorrent.service
  qbittorrent/repos/community-x86_64/qbittorrent@.service

---+
 /PKGBUILD |  126 
 /qbittorrent.service  |   22 +
 /qbittorrent@.service |   24 ++
 community-i686/PKGBUILD   |   63 
 community-i686/qbittorrent.service|   11 --
 community-i686/qbittorrent@.service   |   12 ---
 community-x86_64/PKGBUILD |   63 
 community-x86_64/qbittorrent.service  |   11 --
 community-x86_64/qbittorrent@.service |   12 ---
 9 files changed, 172 insertions(+), 172 deletions(-)

Deleted: community-i686/PKGBUILD
===
--- community-i686/PKGBUILD 2017-06-08 12:08:56 UTC (rev 235429)
+++ community-i686/PKGBUILD 2017-06-08 12:09:06 UTC (rev 235430)
@@ -1,63 +0,0 @@
-# $Id$
-# Maintainer: Timothy Redaelli <timothy.redae...@gmail.com>
-# Contributor: carstene1ns  - http://git.io/ctPKG
-# Contributor: Jkkyll Wu 
-# Contributor: Thomas Dziedzic < gostrc at gmail >
-# Contributor: Daniel J Griffiths <ghost1...@archlinux.us>
-# Contributor: Geoffroy Carrier <geoffroy.carr...@koon.fr>
-
-pkgbase=qbittorrent
-pkgname=(qbittorrent qbittorrent-nox)
-pkgver=3.3.12
-pkgrel=1
-arch=('i686' 'x86_64')
-url="http://www.qbittorrent.org;
-license=('custom' 'GPL')
-makedepends=('libtorrent-rasterbar' 'qt5-base' 'desktop-file-utils' 
'hicolor-icon-theme' 'xdg-utils' 'boost' 'qt5-tools')
-source=(http://downloads.sourceforge.net/sourceforge/qbittorrent/$pkgname-$pkgver.tar.xz{,.asc}
-'qbittorrent.service'
-   'qbittorrent@.service')
-sha256sums=('56528c47f09b316ecf682e3896157c76c18898ef996728b0c5186e05a711466f'
-'SKIP'
-'8c5879673c66368ada97f6d70a1d8fe3b6a4995f79aab4fc6bf54fbdcbe811d0'
-'12dfd06104eaf302b79328c8096248c051208f69348e33f7fb2e4a2fb49caa29')
-validpgpkeys=('D8F3DA77AAC6741053599C136E4A2D025B7CC9A2')
-
-build() {
-  cd $pkgbase-$pkgver
-
-  mkdir $pkgbase
-  pushd $pkgbase
-  ../configure --prefix=/usr
-  make
-
-  # Build nox variant
-  popd
-  mkdir "$pkgbase-nox"
-  pushd "$pkgbase-nox"
-  ../configure --prefix=/usr --disable-gui
-}
-
-package_qbittorrent() {
-  pkgdesc="An advanced BitTorrent client programmed in C++, based on Qt 
toolkit and libtorrent-rasterbar."
-  depends=('libtorrent-rasterbar' 'qt5-base' 'desktop-file-utils' 
'hicolor-icon-theme' 'xdg-utils')
-  optdepends=('python: needed for torrent search tab')
-
-  cd $pkgbase-$pkgver/$pkgbase
-
-  make INSTALL_ROOT="$pkgdir/" install
-  install -Dm644 "$srcdir/$pkgbase-$pkgver/COPYING" 
"$pkgdir"/usr/share/licenses/$pkgname/COPYING
-}
-
-package_qbittorrent-nox() {
-  pkgdesc="An advanced BitTorrent client programmed in C++, based on Qt 
toolkit and libtorrent-rasterbar, w/o gui"
-  depends=('libtorrent-rasterbar' 'qt5-base')
-
-  cd $pkgbase-$pkgver/$pkgbase-nox
-
-  make INSTALL_ROOT="$pkgdir/" install
-  install -Dm644 "$srcdir/$pkgbase-$pkgver/COPYING" 
"$pkgdir"/usr/share/licenses/$pkgname/COPYING
-
-  install -Dm644 "$srcdir/qbittorrent.service" 
"$pkgdir/usr/lib/systemd/user/qbittorrent.service"
-  install -Dm644 "$srcdir/qbittorrent@.service" 
"$pkgdir/usr/lib/systemd/system/qbittorrent@.service"
-}

Copied: qbittorrent/repos/community-i686/PKGBUILD (from rev 235429, 
qbittorrent/trunk/PKGBUILD)
===
--- community-i686/PKGBUILD (rev 0)
+++ community-i686/PKGBUILD 2017-06-08 12:09:06 UTC (rev 235430)
@@ -0,0 +1,63 @@
+# $Id$
+# Maintainer: Timothy Redaelli <timothy.redae...@gmail.com>
+# Contributor: carstene1ns  - http://git.io/ct

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

2017-06-08 Thread Timothy Redaelli
Date: Thursday, June 8, 2017 @ 12:08:56
  Author: tredaelli
Revision: 235429

upgpkg: qbittorrent 3.3.13-1

Modified:
  qbittorrent/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2017-06-08 11:54:29 UTC (rev 235428)
+++ PKGBUILD2017-06-08 12:08:56 UTC (rev 235429)
@@ -8,7 +8,7 @@
 
 pkgbase=qbittorrent
 pkgname=(qbittorrent qbittorrent-nox)
-pkgver=3.3.12
+pkgver=3.3.13
 pkgrel=1
 arch=('i686' 'x86_64')
 url="http://www.qbittorrent.org;
@@ -17,7 +17,7 @@
 
source=(http://downloads.sourceforge.net/sourceforge/qbittorrent/$pkgname-$pkgver.tar.xz{,.asc}
 'qbittorrent.service'
'qbittorrent@.service')
-sha256sums=('56528c47f09b316ecf682e3896157c76c18898ef996728b0c5186e05a711466f'
+sha256sums=('84317b5127def320cb17fedc2ba78807660216b6ee44650d94eb75e2c8ce468d'
 'SKIP'
 '8c5879673c66368ada97f6d70a1d8fe3b6a4995f79aab4fc6bf54fbdcbe811d0'
 '12dfd06104eaf302b79328c8096248c051208f69348e33f7fb2e4a2fb49caa29')


[arch-commits] Commit in ragel/repos (4 files)

2017-06-08 Thread Timothy Redaelli
Date: Thursday, June 8, 2017 @ 11:54:29
  Author: tredaelli
Revision: 235428

archrelease: copy trunk to community-i686, community-x86_64

Added:
  ragel/repos/community-i686/PKGBUILD
(from rev 235427, ragel/trunk/PKGBUILD)
  ragel/repos/community-x86_64/PKGBUILD
(from rev 235427, ragel/trunk/PKGBUILD)
Deleted:
  ragel/repos/community-i686/PKGBUILD
  ragel/repos/community-x86_64/PKGBUILD

---+
 /PKGBUILD |   68 
 community-i686/PKGBUILD   |   34 --
 community-x86_64/PKGBUILD |   34 --
 3 files changed, 68 insertions(+), 68 deletions(-)

Deleted: community-i686/PKGBUILD
===
--- community-i686/PKGBUILD 2017-06-08 11:54:19 UTC (rev 235427)
+++ community-i686/PKGBUILD 2017-06-08 11:54:29 UTC (rev 235428)
@@ -1,34 +0,0 @@
-# $Id$
-# Maintainer: Timothy Redaelli <timothy.redae...@gmail.com>
-# Contributor: Michael P <ptchins...@archlinux.us>
-# Contributor: Roberto Alsina <rals...@kde.org>
-# Contributor: Will Chappell <mr.chape...@gmail.com>
-# Contributor: Jesse Young <jesse.yo...@gmail.com>
-# Contributor: Gustavo Alvarez <sl1pk...@gmail.com>
-
-pkgname=ragel
-pkgver=6.9
-pkgrel=3
-pkgdesc="Compiles finite state machines from regular languages into executable 
C, C++, Objective-C, or D code."
-arch=('i686' 'x86_64')
-url="http://www.complang.org/ragel/;
-license=('GPL')
-depends=('gcc-libs')
-source=(http://www.colm.net/files/$pkgname/$pkgname-$pkgver.tar.gz{,.asc})
-validpgpkeys=(C3260F001EE3780F1BC3D4F650FE47277DC196FB)
-md5sums=('0c3110d7f17f7af4d9cb774443898dc1'
- 'SKIP')
-
-build() {
-  cd "$srcdir/$pkgname-$pkgver"
-
-  ./configure --prefix=/usr CXXFLAGS="$CXXFLAGS -std=gnu++98" 
-  make
-}
-
-package() {
-  cd "$srcdir/$pkgname-$pkgver"
-
-  make DESTDIR="$pkgdir/" install
-  install -m0644 -D ragel.vim "$pkgdir"/usr/share/vim/vimfiles/syntax/ragel.vim
-}

Copied: ragel/repos/community-i686/PKGBUILD (from rev 235427, 
ragel/trunk/PKGBUILD)
===
--- community-i686/PKGBUILD (rev 0)
+++ community-i686/PKGBUILD 2017-06-08 11:54:29 UTC (rev 235428)
@@ -0,0 +1,34 @@
+# $Id$
+# Maintainer: Timothy Redaelli <timothy.redae...@gmail.com>
+# Contributor: Michael P <ptchins...@archlinux.us>
+# Contributor: Roberto Alsina <rals...@kde.org>
+# Contributor: Will Chappell <mr.chape...@gmail.com>
+# Contributor: Jesse Young <jesse.yo...@gmail.com>
+# Contributor: Gustavo Alvarez <sl1pk...@gmail.com>
+
+pkgname=ragel
+pkgver=6.10
+pkgrel=1
+pkgdesc="Compiles finite state machines from regular languages into executable 
C, C++, Objective-C, or D code."
+arch=('i686' 'x86_64')
+url="http://www.complang.org/ragel/;
+license=('GPL')
+depends=('gcc-libs')
+source=(https://www.colm.net/files/$pkgname/$pkgname-$pkgver.tar.gz{,.asc})
+validpgpkeys=(C3260F001EE3780F1BC3D4F650FE47277DC196FB)
+md5sums=('748cae8b50cffe9efcaa5acebc6abf0d'
+ 'SKIP')
+
+build() {
+  cd "$srcdir/$pkgname-$pkgver"
+
+  ./configure --prefix=/usr CXXFLAGS="$CXXFLAGS -std=gnu++98" 
+  make
+}
+
+package() {
+  cd "$srcdir/$pkgname-$pkgver"
+
+  make DESTDIR="$pkgdir/" install
+  install -m0644 -D ragel.vim "$pkgdir"/usr/share/vim/vimfiles/syntax/ragel.vim
+}

Deleted: community-x86_64/PKGBUILD
=======
--- community-x86_64/PKGBUILD   2017-06-08 11:54:19 UTC (rev 235427)
+++ community-x86_64/PKGBUILD   2017-06-08 11:54:29 UTC (rev 235428)
@@ -1,34 +0,0 @@
-# $Id$
-# Maintainer: Timothy Redaelli <timothy.redae...@gmail.com>
-# Contributor: Michael P <ptchins...@archlinux.us>
-# Contributor: Roberto Alsina <rals...@kde.org>
-# Contributor: Will Chappell <mr.chape...@gmail.com>
-# Contributor: Jesse Young <jesse.yo...@gmail.com>
-# Contributor: Gustavo Alvarez <sl1pk...@gmail.com>
-
-pkgname=ragel
-pkgver=6.9
-pkgrel=3
-pkgdesc="Compiles finite state machines from regular languages into executable 
C, C++, Objective-C, or D code."
-arch=('i686' 'x86_64')
-url="http://www.complang.org/ragel/;
-license=('GPL')
-depends=('gcc-libs')
-source=(http://www.colm.net/files/$pkgname/$pkgname-$pkgver.tar.gz{,.asc})
-validpgpkeys=(C3260F001EE3780F1BC3D4F650FE47277DC196FB)
-md5sums=('0c3110d7f17f7af4d9cb774443898dc1'
- 'SKIP')
-
-build() {
-  cd "$srcdir/$pkgname-$pkgver"
-
-  ./configure --prefix=/usr CXXFLAGS="$CXXFLAGS -std=gnu++98" 
-  make
-}
-
-package() {
-  cd "$srcdir/$pkgname-$pkgver"
-
-  make DESTDIR="$pkgdir/" install
-  install -m0644 -D ragel.vim "$pkgdir"/usr/share/vim/vimfil

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

2017-06-08 Thread Timothy Redaelli
Date: Thursday, June 8, 2017 @ 11:54:19
  Author: tredaelli
Revision: 235427

upgpkg: ragel 6.10-1

Modified:
  ragel/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2017-06-08 11:44:10 UTC (rev 235426)
+++ PKGBUILD2017-06-08 11:54:19 UTC (rev 235427)
@@ -7,8 +7,8 @@
 # Contributor: Gustavo Alvarez 
 
 pkgname=ragel
-pkgver=6.9
-pkgrel=3
+pkgver=6.10
+pkgrel=1
 pkgdesc="Compiles finite state machines from regular languages into executable 
C, C++, Objective-C, or D code."
 arch=('i686' 'x86_64')
 url="http://www.complang.org/ragel/;
@@ -16,7 +16,7 @@
 depends=('gcc-libs')
 source=(https://www.colm.net/files/$pkgname/$pkgname-$pkgver.tar.gz{,.asc})
 validpgpkeys=(C3260F001EE3780F1BC3D4F650FE47277DC196FB)
-md5sums=('0c3110d7f17f7af4d9cb774443898dc1'
+md5sums=('748cae8b50cffe9efcaa5acebc6abf0d'
  'SKIP')
 
 build() {


[arch-commits] Commit in miniupnpc/repos (4 files)

2017-06-08 Thread Timothy Redaelli
Date: Thursday, June 8, 2017 @ 11:44:10
  Author: tredaelli
Revision: 235426

archrelease: copy trunk to community-i686, community-x86_64

Added:
  miniupnpc/repos/community-i686/PKGBUILD
(from rev 235425, miniupnpc/trunk/PKGBUILD)
  miniupnpc/repos/community-x86_64/PKGBUILD
(from rev 235425, miniupnpc/trunk/PKGBUILD)
Deleted:
  miniupnpc/repos/community-i686/PKGBUILD
  miniupnpc/repos/community-x86_64/PKGBUILD

---+
 /PKGBUILD |   50 
 community-i686/PKGBUILD   |   25 --
 community-x86_64/PKGBUILD |   25 --
 3 files changed, 50 insertions(+), 50 deletions(-)

Deleted: community-i686/PKGBUILD
===
--- community-i686/PKGBUILD 2017-06-08 11:43:01 UTC (rev 235425)
+++ community-i686/PKGBUILD 2017-06-08 11:44:10 UTC (rev 235426)
@@ -1,25 +0,0 @@
-# $Id$
-# Maintainer: Timothy Redaelli <timothy.redae...@gmail.com>
-# Contributor: Florian Loitsch <archli...@florian.loitsch.com>
-pkgname=miniupnpc
-pkgver=2.0.20170509
-pkgrel=1
-pkgdesc="A small UPnP client library/tool to access Internet Gateway Devices"
-arch=('i686' 'x86_64')
-url="http://miniupnp.free.fr;
-license=('BSD')
-depends=('sh')
-source=("http://miniupnp.free.fr/files/$pkgname-$pkgver.tar.gz;)
-sha256sums=('d3c368627f5cdfb66d3ebd64ca39ba54d6ff14a61966dbecb8dd296b7039f16a')
-
-build() {
-  cd "$pkgname-$pkgver"
-  make
-}
-
-package() {
-  cd "$pkgname-$pkgver"
-  make DESTDIR="$pkgdir/" install
-  install -Dm644 man3/miniupnpc.3 "${pkgdir}"/usr/share/man/man3/miniupnpc.3
-  install -Dm644 LICENSE "${pkgdir}"/usr/share/licenses/${pkgname}/LICENSE
-}

Copied: miniupnpc/repos/community-i686/PKGBUILD (from rev 235425, 
miniupnpc/trunk/PKGBUILD)
===
--- community-i686/PKGBUILD (rev 0)
+++ community-i686/PKGBUILD 2017-06-08 11:44:10 UTC (rev 235426)
@@ -0,0 +1,25 @@
+# $Id$
+# Maintainer: Timothy Redaelli <timothy.redae...@gmail.com>
+# Contributor: Florian Loitsch <archli...@florian.loitsch.com>
+pkgname=miniupnpc
+pkgver=2.0.20170509
+pkgrel=1
+pkgdesc="A small UPnP client library/tool to access Internet Gateway Devices"
+arch=('i686' 'x86_64')
+url="http://miniupnp.free.fr;
+license=('BSD')
+depends=('sh')
+source=("http://miniupnp.free.fr/files/$pkgname-$pkgver.tar.gz;)
+sha256sums=('d3c368627f5cdfb66d3ebd64ca39ba54d6ff14a61966dbecb8dd296b7039f16a')
+
+build() {
+  cd "$pkgname-$pkgver"
+  make
+}
+
+package() {
+  cd "$pkgname-$pkgver"
+  make DESTDIR="$pkgdir/" install
+  install -Dm644 man3/miniupnpc.3 "${pkgdir}"/usr/share/man/man3/miniupnpc.3
+  install -Dm644 LICENSE "${pkgdir}"/usr/share/licenses/${pkgname}/LICENSE
+}

Deleted: community-x86_64/PKGBUILD
===
--- community-x86_64/PKGBUILD   2017-06-08 11:43:01 UTC (rev 235425)
+++ community-x86_64/PKGBUILD   2017-06-08 11:44:10 UTC (rev 235426)
@@ -1,25 +0,0 @@
-# $Id$
-# Maintainer: Timothy Redaelli <timothy.redae...@gmail.com>
-# Contributor: Florian Loitsch <archli...@florian.loitsch.com>
-pkgname=miniupnpc
-pkgver=2.0.20170509
-pkgrel=1
-pkgdesc="A small UPnP client library/tool to access Internet Gateway Devices"
-arch=('i686' 'x86_64')
-url="http://miniupnp.free.fr;
-license=('BSD')
-depends=('sh')
-source=("http://miniupnp.free.fr/files/$pkgname-$pkgver.tar.gz;)
-sha256sums=('d3c368627f5cdfb66d3ebd64ca39ba54d6ff14a61966dbecb8dd296b7039f16a')
-
-build() {
-  cd "$pkgname-$pkgver"
-  make
-}
-
-package() {
-  cd "$pkgname-$pkgver"
-  make DESTDIR="$pkgdir/" install
-  install -Dm644 man3/miniupnpc.3 "${pkgdir}"/usr/share/man/man3/miniupnpc.3
-  install -Dm644 LICENSE "${pkgdir}"/usr/share/licenses/${pkgname}/LICENSE
-}

Copied: miniupnpc/repos/community-x86_64/PKGBUILD (from rev 235425, 
miniupnpc/trunk/PKGBUILD)
===
--- community-x86_64/PKGBUILD   (rev 0)
+++ community-x86_64/PKGBUILD   2017-06-08 11:44:10 UTC (rev 235426)
@@ -0,0 +1,25 @@
+# $Id$
+# Maintainer: Timothy Redaelli <timothy.redae...@gmail.com>
+# Contributor: Florian Loitsch <archli...@florian.loitsch.com>
+pkgname=miniupnpc
+pkgver=2.0.20170509
+pkgrel=1
+pkgdesc="A small UPnP client library/tool to access Internet Gateway Devices"
+arch=('i686' 'x86_64')
+url="http://miniupnp.free.fr;
+license=('BSD')
+depends=('sh')
+source=("http://miniupnp.free.fr/files/$pkgname-$pkgver.tar.gz;)
+sha256sums=('d3c368627f5cdfb66d3ebd64ca39ba54d6ff14a61966dbecb8dd296b7039f16a')
+
+build() {
+  cd "$pkgname-$pkgver"
+  make
+}
+
+package() {
+  cd "$pkgname-$pkgver"
+  make DESTDIR="$pkgdir/" install
+  install -Dm644 man3/miniupnpc.3 "${pkgdir}"/usr/share/man/man3/miniupnpc.3
+  install -Dm644 LICENSE "${pkgdir}"/usr/share/licenses/${pkgname}/LICENSE
+}


[arch-commits] Commit in miniupnpc/repos (4 files)

2017-06-08 Thread Timothy Redaelli
Date: Thursday, June 8, 2017 @ 11:43:01
  Author: tredaelli
Revision: 235425

archrelease: copy trunk to community-i686, community-x86_64

Added:
  miniupnpc/repos/community-i686/PKGBUILD
(from rev 235424, miniupnpc/trunk/PKGBUILD)
  miniupnpc/repos/community-x86_64/PKGBUILD
(from rev 235424, miniupnpc/trunk/PKGBUILD)
Deleted:
  miniupnpc/repos/community-i686/PKGBUILD
  miniupnpc/repos/community-x86_64/PKGBUILD

---+
 /PKGBUILD |   50 
 community-i686/PKGBUILD   |   25 --
 community-x86_64/PKGBUILD |   25 --
 3 files changed, 50 insertions(+), 50 deletions(-)

Deleted: community-i686/PKGBUILD
===
--- community-i686/PKGBUILD 2017-06-08 11:42:45 UTC (rev 235424)
+++ community-i686/PKGBUILD 2017-06-08 11:43:01 UTC (rev 235425)
@@ -1,25 +0,0 @@
-# $Id$
-# Maintainer: Timothy Redaelli <timothy.redae...@gmail.com>
-# Contributor: Florian Loitsch <archli...@florian.loitsch.com>
-pkgname=miniupnpc
-pkgver=2.0
-pkgrel=1
-pkgdesc="A small UPnP client library/tool to access Internet Gateway Devices"
-arch=('i686' 'x86_64')
-url="http://miniupnp.free.fr;
-license=('BSD')
-depends=('sh')
-source=("http://miniupnp.free.fr/files/$pkgname-$pkgver.tar.gz;)
-sha256sums=('d434ceb8986efbe199c5ca53f90ed53eab290b1e6d0530b717eb6fa49d61f93b')
-
-build() {
-  cd "$pkgname-$pkgver"
-  make
-}
-
-package() {
-  cd "$pkgname-$pkgver"
-  make PREFIX="$pkgdir/" install
-  install -Dm644 man3/miniupnpc.3 "${pkgdir}"/usr/share/man/man3/miniupnpc.3
-  install -Dm644 LICENSE "${pkgdir}"/usr/share/licenses/${pkgname}/LICENSE
-}

Copied: miniupnpc/repos/community-i686/PKGBUILD (from rev 235424, 
miniupnpc/trunk/PKGBUILD)
===
--- community-i686/PKGBUILD (rev 0)
+++ community-i686/PKGBUILD 2017-06-08 11:43:01 UTC (rev 235425)
@@ -0,0 +1,25 @@
+# $Id$
+# Maintainer: Timothy Redaelli <timothy.redae...@gmail.com>
+# Contributor: Florian Loitsch <archli...@florian.loitsch.com>
+pkgname=miniupnpc
+pkgver=2.0.20170509
+pkgrel=1
+pkgdesc="A small UPnP client library/tool to access Internet Gateway Devices"
+arch=('i686' 'x86_64')
+url="http://miniupnp.free.fr;
+license=('BSD')
+depends=('sh')
+source=("http://miniupnp.free.fr/files/$pkgname-$pkgver.tar.gz;)
+sha256sums=('d3c368627f5cdfb66d3ebd64ca39ba54d6ff14a61966dbecb8dd296b7039f16a')
+
+build() {
+  cd "$pkgname-$pkgver"
+  make
+}
+
+package() {
+  cd "$pkgname-$pkgver"
+  make DESTDIR="$pkgdir/" install
+  install -Dm644 man3/miniupnpc.3 "${pkgdir}"/usr/share/man/man3/miniupnpc.3
+  install -Dm644 LICENSE "${pkgdir}"/usr/share/licenses/${pkgname}/LICENSE
+}

Deleted: community-x86_64/PKGBUILD
===
--- community-x86_64/PKGBUILD   2017-06-08 11:42:45 UTC (rev 235424)
+++ community-x86_64/PKGBUILD   2017-06-08 11:43:01 UTC (rev 235425)
@@ -1,25 +0,0 @@
-# $Id$
-# Maintainer: Timothy Redaelli <timothy.redae...@gmail.com>
-# Contributor: Florian Loitsch <archli...@florian.loitsch.com>
-pkgname=miniupnpc
-pkgver=2.0
-pkgrel=1
-pkgdesc="A small UPnP client library/tool to access Internet Gateway Devices"
-arch=('i686' 'x86_64')
-url="http://miniupnp.free.fr;
-license=('BSD')
-depends=('sh')
-source=("http://miniupnp.free.fr/files/$pkgname-$pkgver.tar.gz;)
-sha256sums=('d434ceb8986efbe199c5ca53f90ed53eab290b1e6d0530b717eb6fa49d61f93b')
-
-build() {
-  cd "$pkgname-$pkgver"
-  make
-}
-
-package() {
-  cd "$pkgname-$pkgver"
-  make PREFIX="$pkgdir/" install
-  install -Dm644 man3/miniupnpc.3 "${pkgdir}"/usr/share/man/man3/miniupnpc.3
-  install -Dm644 LICENSE "${pkgdir}"/usr/share/licenses/${pkgname}/LICENSE
-}

Copied: miniupnpc/repos/community-x86_64/PKGBUILD (from rev 235424, 
miniupnpc/trunk/PKGBUILD)
===
--- community-x86_64/PKGBUILD   (rev 0)
+++ community-x86_64/PKGBUILD   2017-06-08 11:43:01 UTC (rev 235425)
@@ -0,0 +1,25 @@
+# $Id$
+# Maintainer: Timothy Redaelli <timothy.redae...@gmail.com>
+# Contributor: Florian Loitsch <archli...@florian.loitsch.com>
+pkgname=miniupnpc
+pkgver=2.0.20170509
+pkgrel=1
+pkgdesc="A small UPnP client library/tool to access Internet Gateway Devices"
+arch=('i686' 'x86_64')
+url="http://miniupnp.free.fr;
+license=('BSD')
+depends=('sh')
+source=("http://miniupnp.free.fr/files/$pkgname-$pkgver.tar.gz;)
+sha256sums=('d3c368627f5cdfb66d3ebd64ca39ba54d6ff14a61966dbecb8dd296b7039f16a')
+
+build() {
+  cd "$pkgname-$pkgver"
+  make
+}
+
+package() {
+  cd "$pkgname-$pkgver"
+  make DESTDIR="$pkgdir/" install
+  install -Dm644 man3/miniupnpc.3 "${pkgdir}"/usr/share/man/man3/miniupnpc.3
+  install -Dm644 LICENSE "${pkgdir}"/usr/share/licenses/${pkgname}/LICENSE
+}


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

2017-06-08 Thread Timothy Redaelli
Date: Thursday, June 8, 2017 @ 11:42:45
  Author: tredaelli
Revision: 235424

upgpkg: miniupnpc 2.0.20170509-1

Fix for CVE-2017-8798

Modified:
  miniupnpc/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2017-06-08 11:40:51 UTC (rev 235423)
+++ PKGBUILD2017-06-08 11:42:45 UTC (rev 235424)
@@ -2,7 +2,7 @@
 # Maintainer: Timothy Redaelli <timothy.redae...@gmail.com>
 # Contributor: Florian Loitsch <archli...@florian.loitsch.com>
 pkgname=miniupnpc
-pkgver=2.0
+pkgver=2.0.20170509
 pkgrel=1
 pkgdesc="A small UPnP client library/tool to access Internet Gateway Devices"
 arch=('i686' 'x86_64')
@@ -10,7 +10,7 @@
 license=('BSD')
 depends=('sh')
 source=("http://miniupnp.free.fr/files/$pkgname-$pkgver.tar.gz;)
-sha256sums=('d434ceb8986efbe199c5ca53f90ed53eab290b1e6d0530b717eb6fa49d61f93b')
+sha256sums=('d3c368627f5cdfb66d3ebd64ca39ba54d6ff14a61966dbecb8dd296b7039f16a')
 
 build() {
   cd "$pkgname-$pkgver"
@@ -19,7 +19,7 @@
 
 package() {
   cd "$pkgname-$pkgver"
-  make PREFIX="$pkgdir/" install
+  make DESTDIR="$pkgdir/" install
   install -Dm644 man3/miniupnpc.3 "${pkgdir}"/usr/share/man/man3/miniupnpc.3
   install -Dm644 LICENSE "${pkgdir}"/usr/share/licenses/${pkgname}/LICENSE
 }


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

2017-06-08 Thread Timothy Redaelli
Date: Thursday, June 8, 2017 @ 11:37:15
  Author: tredaelli
Revision: 235421

upgpkg: miniupnpd 2.0.20170421-1

Modified:
  miniupnpd/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2017-06-08 11:33:35 UTC (rev 235420)
+++ PKGBUILD2017-06-08 11:37:15 UTC (rev 235421)
@@ -2,7 +2,7 @@
 # Maintainer: Timothy Redaelli <timothy.redae...@gmail.com>
 # Contributor: fauno <fa...@parabola.nu>
 pkgname=miniupnpd
-pkgver=2.0.20161216
+pkgver=2.0.20170421
 pkgrel=1
 pkgdesc="Lightweight UPnP IGD daemon"
 arch=('i686' 'x86_64')
@@ -13,7 +13,7 @@
 makedepends=('lsb-release')
 source=("http://miniupnp.free.fr/files/$pkgname-$pkgver.tar.gz;
 miniupnpd.systemd)
-sha256sums=('9e73d50ac830b5e08b6eb1df4e4c917833a5ab54351809f615d15d0f30cdeef3'
+sha256sums=('9677aeccadf73b4bf8bb9d832c32b5da8266b4d58eed888f3fd43d7656405643'
 '66cd1ed0ae55c683910d46c2e486a8b52e48088b70248323cf894bc962ede48f')
 
 build() {


[arch-commits] Commit in miniupnpd/repos (8 files)

2017-06-08 Thread Timothy Redaelli
Date: Thursday, June 8, 2017 @ 11:37:28
  Author: tredaelli
Revision: 235422

archrelease: copy trunk to community-i686, community-x86_64

Added:
  miniupnpd/repos/community-i686/PKGBUILD
(from rev 235421, miniupnpd/trunk/PKGBUILD)
  miniupnpd/repos/community-i686/miniupnpd.systemd
(from rev 235421, miniupnpd/trunk/miniupnpd.systemd)
  miniupnpd/repos/community-x86_64/PKGBUILD
(from rev 235421, miniupnpd/trunk/PKGBUILD)
  miniupnpd/repos/community-x86_64/miniupnpd.systemd
(from rev 235421, miniupnpd/trunk/miniupnpd.systemd)
Deleted:
  miniupnpd/repos/community-i686/PKGBUILD
  miniupnpd/repos/community-i686/miniupnpd.systemd
  miniupnpd/repos/community-x86_64/PKGBUILD
  miniupnpd/repos/community-x86_64/miniupnpd.systemd

+
 /PKGBUILD  |   82 +++
 /miniupnpd.systemd |   28 +++
 community-i686/PKGBUILD|   41 -
 community-i686/miniupnpd.systemd   |   14 -
 community-x86_64/PKGBUILD  |   41 -
 community-x86_64/miniupnpd.systemd |   14 -
 6 files changed, 110 insertions(+), 110 deletions(-)

Deleted: community-i686/PKGBUILD
===
--- community-i686/PKGBUILD 2017-06-08 11:37:15 UTC (rev 235421)
+++ community-i686/PKGBUILD 2017-06-08 11:37:28 UTC (rev 235422)
@@ -1,41 +0,0 @@
-# $Id$
-# Maintainer: Timothy Redaelli <timothy.redae...@gmail.com>
-# Contributor: fauno <fa...@parabola.nu>
-pkgname=miniupnpd
-pkgver=2.0.20161216
-pkgrel=1
-pkgdesc="Lightweight UPnP IGD daemon"
-arch=('i686' 'x86_64')
-url="http://miniupnp.free.fr;
-license=('BSD')
-backup=(etc/miniupnpd/miniupnpd.conf)
-depends=('iptables' 'net-tools' 'util-linux')
-makedepends=('lsb-release')
-source=("http://miniupnp.free.fr/files/$pkgname-$pkgver.tar.gz;
-miniupnpd.systemd)
-sha256sums=('9e73d50ac830b5e08b6eb1df4e4c917833a5ab54351809f615d15d0f30cdeef3'
-'66cd1ed0ae55c683910d46c2e486a8b52e48088b70248323cf894bc962ede48f')
-
-build() {
-  cd "$pkgname-$pkgver"
-
-  CONFIG_OPTIONS="--ipv6 --leasefile" make -f Makefile.linux config.h
-  make -f Makefile.linux
-}
-
-package() {
-  cd "$pkgname-$pkgver"
-  mkdir -p "$pkgdir/usr/share/man/man8"
-
-  make PREFIX="$pkgdir/" SBININSTALLDIR="$pkgdir/usr/bin" -f Makefile.linux 
install
-
-  rm -r "${pkgdir}/etc/init.d"
-
-  install -Dm644 LICENSE "${pkgdir}/usr/share/licenses/${pkgname}/LICENSE"
-  install -Dm644 "${srcdir}/miniupnpd.systemd" 
"${pkgdir}/usr/lib/systemd/system/miniupnpd.service"
-
-  sed -i 's:/s\?bin/iptables:/usr/bin/iptables:
-  s:eth0:"`cat /etc/miniupnpd/miniupnpd.conf | '"awk -F= 
'/^ext_ifname/ { print \$2 }'"'`":' "${pkgdir}"/etc/miniupnpd/*.sh
-  sed -i -e "s/^uuid=[-0-9a-f]*/uuid=----/
- s/make genuuid/uuidgen/" "${pkgdir}/etc/miniupnpd/miniupnpd.conf"
-}

Copied: miniupnpd/repos/community-i686/PKGBUILD (from rev 235421, 
miniupnpd/trunk/PKGBUILD)
=======
--- community-i686/PKGBUILD (rev 0)
+++ community-i686/PKGBUILD 2017-06-08 11:37:28 UTC (rev 235422)
@@ -0,0 +1,41 @@
+# $Id$
+# Maintainer: Timothy Redaelli <timothy.redae...@gmail.com>
+# Contributor: fauno <fa...@parabola.nu>
+pkgname=miniupnpd
+pkgver=2.0.20170421
+pkgrel=1
+pkgdesc="Lightweight UPnP IGD daemon"
+arch=('i686' 'x86_64')
+url="http://miniupnp.free.fr;
+license=('BSD')
+backup=(etc/miniupnpd/miniupnpd.conf)
+depends=('iptables' 'net-tools' 'util-linux')
+makedepends=('lsb-release')
+source=("http://miniupnp.free.fr/files/$pkgname-$pkgver.tar.gz;
+miniupnpd.systemd)
+sha256sums=('9677aeccadf73b4bf8bb9d832c32b5da8266b4d58eed888f3fd43d7656405643'
+'66cd1ed0ae55c683910d46c2e486a8b52e48088b70248323cf894bc962ede48f')
+
+build() {
+  cd "$pkgname-$pkgver"
+
+  CONFIG_OPTIONS="--ipv6 --leasefile" make -f Makefile.linux config.h
+  make -f Makefile.linux
+}
+
+package() {
+  cd "$pkgname-$pkgver"
+  mkdir -p "$pkgdir/usr/share/man/man8"
+
+  make PREFIX="$pkgdir/" SBININSTALLDIR="$pkgdir/usr/bin" -f Makefile.linux 
install
+
+  rm -r "${pkgdir}/etc/init.d"
+
+  install -Dm644 LICENSE "${pkgdir}/usr/share/licenses/${pkgname}/LICENSE"
+  install -Dm644 "${srcdir}/miniupnpd.systemd" 
"${pkgdir}/usr/lib/systemd/system/miniupnpd.service"
+
+  sed -i 's:/s\?bin/iptables:/usr/bin/iptables:
+  s:eth0:"`cat /etc/miniupnpd/miniupnpd.conf | '"awk -F= 
'/^ext_ifname/ { print \$2 }'"'`":' "${pkgdir}"/etc/miniupnpd/*.sh
+  sed -i -e "s/

[arch-commits] Commit in python2-btchip/repos/community-any (PKGBUILD PKGBUILD)

2017-06-08 Thread Timothy Redaelli
Date: Thursday, June 8, 2017 @ 11:33:13
  Author: tredaelli
Revision: 235419

archrelease: copy trunk to community-any

Added:
  python2-btchip/repos/community-any/PKGBUILD
(from rev 235418, python2-btchip/trunk/PKGBUILD)
Deleted:
  python2-btchip/repos/community-any/PKGBUILD

--+
 PKGBUILD |   56 
 1 file changed, 28 insertions(+), 28 deletions(-)

Deleted: PKGBUILD
===
--- PKGBUILD2017-06-08 11:33:05 UTC (rev 235418)
+++ PKGBUILD2017-06-08 11:33:13 UTC (rev 235419)
@@ -1,28 +0,0 @@
-# $Id$
-# Maintainer: Timothy Redaelli <timothy.redae...@gmail.com>
-# Contributor: Andy Weidenbaum <archb...@gmail.com>
-
-pkgname=python2-btchip
-pkgver=0.1.19
-pkgrel=1
-pkgdesc="Python library to communicate with BTChip dongle"
-arch=('any')
-depends=('python2-hidapi')
-makedepends=('python2-setuptools')
-optdepends=('btchip-udev: access BTChip as non-root user')
-url="https://github.com/LedgerHQ/btchip-python;
-license=('Apache')
-source=($pkgname-$pkgver.tar.gz::https://github.com/LedgerHQ/btchip-python/archive/v$pkgver.tar.gz)
-sha256sums=('08380f0c4b0983a2e3cd35774e5e60b8195557a630f40e380659e570c4da2916')
-
-build() {
-  cd btchip-python-$pkgver
-
-  python2 setup.py build
-}
-
-package() {
-  cd btchip-python-$pkgver
-
-  python2 setup.py install --root="$pkgdir" --optimize=1
-}

Copied: python2-btchip/repos/community-any/PKGBUILD (from rev 235418, 
python2-btchip/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2017-06-08 11:33:13 UTC (rev 235419)
@@ -0,0 +1,28 @@
+# $Id$
+# Maintainer: Timothy Redaelli <timothy.redae...@gmail.com>
+# Contributor: Andy Weidenbaum <archb...@gmail.com>
+
+pkgname=python2-btchip
+pkgver=0.1.20
+pkgrel=1
+pkgdesc="Python library to communicate with BTChip dongle"
+arch=('any')
+depends=('python2-hidapi')
+makedepends=('python2-setuptools')
+optdepends=('btchip-udev: access BTChip as non-root user')
+url="https://github.com/LedgerHQ/btchip-python;
+license=('Apache')
+source=($pkgname-$pkgver.tar.gz::https://github.com/LedgerHQ/btchip-python/archive/v$pkgver.tar.gz)
+sha256sums=('39c03103c4b92c7abe009701e5c02a37a3e86c2a5b9f52b8de8efaca85fd545a')
+
+build() {
+  cd btchip-python-$pkgver
+
+  python2 setup.py build
+}
+
+package() {
+  cd btchip-python-$pkgver
+
+  python2 setup.py install --root="$pkgdir" --optimize=1
+}


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

2017-06-08 Thread Timothy Redaelli
Date: Thursday, June 8, 2017 @ 11:33:05
  Author: tredaelli
Revision: 235418

upgpkg: python2-btchip 0.1.20-1

Modified:
  python2-btchip/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2017-06-08 11:32:30 UTC (rev 235417)
+++ PKGBUILD2017-06-08 11:33:05 UTC (rev 235418)
@@ -3,7 +3,7 @@
 # Contributor: Andy Weidenbaum 
 
 pkgname=python2-btchip
-pkgver=0.1.19
+pkgver=0.1.20
 pkgrel=1
 pkgdesc="Python library to communicate with BTChip dongle"
 arch=('any')
@@ -13,7 +13,7 @@
 url="https://github.com/LedgerHQ/btchip-python;
 license=('Apache')
 
source=($pkgname-$pkgver.tar.gz::https://github.com/LedgerHQ/btchip-python/archive/v$pkgver.tar.gz)
-sha256sums=('08380f0c4b0983a2e3cd35774e5e60b8195557a630f40e380659e570c4da2916')
+sha256sums=('39c03103c4b92c7abe009701e5c02a37a3e86c2a5b9f52b8de8efaca85fd545a')
 
 build() {
   cd btchip-python-$pkgver


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

2017-06-08 Thread Timothy Redaelli
Date: Thursday, June 8, 2017 @ 11:27:04
  Author: tredaelli
Revision: 235413

upgpkg: purple-skypeweb 1.4-1

Modified:
  purple-skypeweb/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2017-06-08 11:25:17 UTC (rev 235412)
+++ PKGBUILD2017-06-08 11:27:04 UTC (rev 235413)
@@ -5,7 +5,7 @@
 pkgname=purple-skypeweb
 _pkgname=skypeweb
 _parentname=skype4pidgin
-pkgver=1.3
+pkgver=1.4
 pkgrel=1
 arch=('x86_64' 'i686')
 license=('GPL3')
@@ -16,7 +16,7 @@
 conflicts=('skype4pidgin')
 
 
source=("$pkgname-$pkgver.tar.gz"::"https://github.com/EionRobb/$_parentname/archive/$pkgver.tar.gz;)
-sha256sums=('85a6caa2a8cb753f9a2c92332ae4c7c07d6cb64bd51c15e6e6da28d251939477')
+sha256sums=('026962ed818df7f2e54409d78e0d6f1fb64c2ef4f4264a489d2c04c2bae0da82')
 
 build() {
 cd "$srcdir/$_parentname-$pkgver/$_pkgname"


[arch-commits] Commit in purple-skypeweb/repos (4 files)

2017-06-08 Thread Timothy Redaelli
Date: Thursday, June 8, 2017 @ 11:27:14
  Author: tredaelli
Revision: 235414

archrelease: copy trunk to community-x86_64, community-i686

Added:
  purple-skypeweb/repos/community-i686/PKGBUILD
(from rev 235413, purple-skypeweb/trunk/PKGBUILD)
  purple-skypeweb/repos/community-x86_64/PKGBUILD
(from rev 235413, purple-skypeweb/trunk/PKGBUILD)
Deleted:
  purple-skypeweb/repos/community-i686/PKGBUILD
  purple-skypeweb/repos/community-x86_64/PKGBUILD

---+
 /PKGBUILD |   58 
 community-i686/PKGBUILD   |   29 --
 community-x86_64/PKGBUILD |   29 --
 3 files changed, 58 insertions(+), 58 deletions(-)

Deleted: community-i686/PKGBUILD
===
--- community-i686/PKGBUILD 2017-06-08 11:27:04 UTC (rev 235413)
+++ community-i686/PKGBUILD 2017-06-08 11:27:14 UTC (rev 235414)
@@ -1,29 +0,0 @@
-# $Id$
-# Maintainer: Timothy Redaelli <timothy.redae...@gmail.com>
-# Contributor: Colin Arnott
-
-pkgname=purple-skypeweb
-_pkgname=skypeweb
-_parentname=skype4pidgin
-pkgver=1.2.2
-pkgrel=1
-arch=('x86_64' 'i686')
-license=('GPL3')
-pkgdesc="SkypeWeb Plugin for Pidgin"
-url="https://github.com/EionRobb/skype4pidgin/tree/master/skypeweb;
-depends=('libpurple' 'json-glib')
-makedepends=('pkg-config')
-conflicts=('skype4pidgin')
-
-source=("$pkgname-$pkgver.tar.gz"::"https://github.com/EionRobb/$_parentname/archive/$pkgver.tar.gz;)
-sha256sums=('32efa6fc8aa7f50ea45dbb7a4b22f8c55744a12a311f34df0739a1e724635691')
-
-build() {
-cd "$srcdir/$_parentname-$pkgver/$_pkgname"
-make
-}
-
-package() {
-cd "$srcdir/$_parentname-$pkgver/$_pkgname"
-make DESTDIR="$pkgdir" install
-}

Copied: purple-skypeweb/repos/community-i686/PKGBUILD (from rev 235413, 
purple-skypeweb/trunk/PKGBUILD)
===
--- community-i686/PKGBUILD (rev 0)
+++ community-i686/PKGBUILD 2017-06-08 11:27:14 UTC (rev 235414)
@@ -0,0 +1,29 @@
+# $Id$
+# Maintainer: Timothy Redaelli <timothy.redae...@gmail.com>
+# Contributor: Colin Arnott
+
+pkgname=purple-skypeweb
+_pkgname=skypeweb
+_parentname=skype4pidgin
+pkgver=1.4
+pkgrel=1
+arch=('x86_64' 'i686')
+license=('GPL3')
+pkgdesc="SkypeWeb Plugin for Pidgin"
+url="https://github.com/EionRobb/skype4pidgin/tree/master/skypeweb;
+depends=('libpurple' 'json-glib')
+makedepends=('pkg-config')
+conflicts=('skype4pidgin')
+
+source=("$pkgname-$pkgver.tar.gz"::"https://github.com/EionRobb/$_parentname/archive/$pkgver.tar.gz;)
+sha256sums=('026962ed818df7f2e54409d78e0d6f1fb64c2ef4f4264a489d2c04c2bae0da82')
+
+build() {
+cd "$srcdir/$_parentname-$pkgver/$_pkgname"
+make
+}
+
+package() {
+cd "$srcdir/$_parentname-$pkgver/$_pkgname"
+make DESTDIR="$pkgdir" install
+}

Deleted: community-x86_64/PKGBUILD
===
--- community-x86_64/PKGBUILD   2017-06-08 11:27:04 UTC (rev 235413)
+++ community-x86_64/PKGBUILD   2017-06-08 11:27:14 UTC (rev 235414)
@@ -1,29 +0,0 @@
-# $Id$
-# Maintainer: Timothy Redaelli <timothy.redae...@gmail.com>
-# Contributor: Colin Arnott
-
-pkgname=purple-skypeweb
-_pkgname=skypeweb
-_parentname=skype4pidgin
-pkgver=1.2.2
-pkgrel=1
-arch=('x86_64' 'i686')
-license=('GPL3')
-pkgdesc="SkypeWeb Plugin for Pidgin"
-url="https://github.com/EionRobb/skype4pidgin/tree/master/skypeweb;
-depends=('libpurple' 'json-glib')
-makedepends=('pkg-config')
-conflicts=('skype4pidgin')
-
-source=("$pkgname-$pkgver.tar.gz"::"https://github.com/EionRobb/$_parentname/archive/$pkgver.tar.gz;)
-sha256sums=('32efa6fc8aa7f50ea45dbb7a4b22f8c55744a12a311f34df0739a1e724635691')
-
-build() {
-cd "$srcdir/$_parentname-$pkgver/$_pkgname"
-make
-}
-
-package() {
-cd "$srcdir/$_parentname-$pkgver/$_pkgname"
-make DESTDIR="$pkgdir" install
-}

Copied: purple-skypeweb/repos/community-x86_64/PKGBUILD (from rev 235413, 
purple-skypeweb/trunk/PKGBUILD)
=======
--- community-x86_64/PKGBUILD   (rev 0)
+++ community-x86_64/PKGBUILD   2017-06-08 11:27:14 UTC (rev 235414)
@@ -0,0 +1,29 @@
+# $Id$
+# Maintainer: Timothy Redaelli <timothy.redae...@gmail.com>
+# Contributor: Colin Arnott
+
+pkgname=purple-skypeweb
+_pkgname=skypeweb
+_parentname=skype4pidgin
+pkgver=1.4
+pkgrel=1
+arch=('x86_64' 'i686')
+license=('GPL3')
+pkgdesc="SkypeWeb Plugin for Pidgin"
+url="https://github.com/EionRobb/skype4pidgin/tree/master/skypeweb;
+depends=('libpurple' 'json-glib')
+makedepends=('pkg-config')
+conflicts=('skype4pidgin')
+
+source=("$pkgname-$pkgver.tar.

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

2017-06-08 Thread Timothy Redaelli
Date: Thursday, June 8, 2017 @ 11:25:17
  Author: tredaelli
Revision: 235412

upgpkg: purple-skypeweb 1.3-1

Modified:
  purple-skypeweb/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2017-06-08 11:21:53 UTC (rev 235411)
+++ PKGBUILD2017-06-08 11:25:17 UTC (rev 235412)
@@ -5,7 +5,7 @@
 pkgname=purple-skypeweb
 _pkgname=skypeweb
 _parentname=skype4pidgin
-pkgver=1.2.2
+pkgver=1.3
 pkgrel=1
 arch=('x86_64' 'i686')
 license=('GPL3')
@@ -16,7 +16,7 @@
 conflicts=('skype4pidgin')
 
 
source=("$pkgname-$pkgver.tar.gz"::"https://github.com/EionRobb/$_parentname/archive/$pkgver.tar.gz;)
-sha256sums=('32efa6fc8aa7f50ea45dbb7a4b22f8c55744a12a311f34df0739a1e724635691')
+sha256sums=('85a6caa2a8cb753f9a2c92332ae4c7c07d6cb64bd51c15e6e6da28d251939477')
 
 build() {
 cd "$srcdir/$_parentname-$pkgver/$_pkgname"


[arch-commits] Commit in wireshark/repos (12 files)

2017-06-08 Thread Timothy Redaelli
Date: Thursday, June 8, 2017 @ 11:21:40
  Author: tredaelli
Revision: 235410

archrelease: copy trunk to community-i686, community-x86_64

Added:
  wireshark/repos/community-i686/PKGBUILD
(from rev 235408, wireshark/trunk/PKGBUILD)
  wireshark/repos/community-i686/do_not_use_svn_version.patch
(from rev 235408, wireshark/trunk/do_not_use_svn_version.patch)
  wireshark/repos/community-i686/wireshark.install
(from rev 235408, wireshark/trunk/wireshark.install)
  wireshark/repos/community-x86_64/PKGBUILD
(from rev 235408, wireshark/trunk/PKGBUILD)
  wireshark/repos/community-x86_64/do_not_use_svn_version.patch
(from rev 235408, wireshark/trunk/do_not_use_svn_version.patch)
  wireshark/repos/community-x86_64/wireshark.install
(from rev 235408, wireshark/trunk/wireshark.install)
Deleted:
  wireshark/repos/community-i686/PKGBUILD
  wireshark/repos/community-i686/do_not_use_svn_version.patch
  wireshark/repos/community-i686/wireshark.install
  wireshark/repos/community-x86_64/PKGBUILD
  wireshark/repos/community-x86_64/do_not_use_svn_version.patch
  wireshark/repos/community-x86_64/wireshark.install

---+
 /PKGBUILD |  202 
 /do_not_use_svn_version.patch |   26 +++
 /wireshark.install|   20 ++
 community-i686/PKGBUILD   |  101 
 community-i686/do_not_use_svn_version.patch   |   13 -
 community-i686/wireshark.install  |   10 -
 community-x86_64/PKGBUILD |  101 
 community-x86_64/do_not_use_svn_version.patch |   13 -
 community-x86_64/wireshark.install|   10 -
 9 files changed, 248 insertions(+), 248 deletions(-)

Deleted: community-i686/PKGBUILD
===
--- community-i686/PKGBUILD 2017-06-08 11:21:35 UTC (rev 235409)
+++ community-i686/PKGBUILD 2017-06-08 11:21:40 UTC (rev 235410)
@@ -1,101 +0,0 @@
-# $Id$
-# Maintainer: Timothy Redaelli <timothy.redae...@gmail.com>
-# Contributor: Guillaume ALAUX <guilla...@archlinux.org>
-# Contributor: Florian Pritz 
-pkgname=('wireshark-cli' 'wireshark-common' 'wireshark-gtk' 'wireshark-qt')
-pkgbase=wireshark
-pkgver=2.2.6
-pkgrel=1
-arch=('i686' 'x86_64')
-license=('GPL2')
-makedepends=('c-ares' 'geoip' 'qt5-tools' 'qt5-multimedia' 'gtk3' 'krb5' 
'libpcap' 'bash' 'libssh'
- 'gnutls' 'portaudio' 'lua52' 'python' 'desktop-file-utils' 
'hicolor-icon-theme')
-options=(!emptydirs)
-url='https://www.wireshark.org/'
-source=(https://www.wireshark.org/download/src/${pkgbase}-${pkgver}.tar.bz2
-do_not_use_svn_version.patch)
-sha256sums=('f627d51eda85f5ae5f5c8c9fc1f6539ffc2a270dd7500dc7f67490a8534ca849'
-'3981bb46f592e319f9c679c5e215ae0af828044a3b64d49d2cf0305ecacf4691')
-
-prepare() {
-  cd ${pkgbase}-${pkgver}
-
-  # Avoid ugly "svn rev unknown from unknown" version string
-  patch -p1 < "$srcdir"/do_not_use_svn_version.patch
-}
-
-build() {
-  cd ${pkgbase}-${pkgver}
-
-  ./autogen.sh
-  ./configure \
-  --prefix=/usr \
-  --with-qt=5 \
-  --with-gtk3=yes \
-  --with-pcap \
-  --with-zlib \
-  --with-lua \
-  --with-portaudio \
-  --with-ssl \
-  --with-krb5 \
-  --with-c-ares \
-  --with-geoip
-  make all
-}
-
-package_wireshark-cli() {
-  pkgdesc='a free network protocol analyzer for Unix/Linux and Windows - CLI 
version'
-  depends=('c-ares' 'geoip' 'krb5' 'libgcrypt' 'libcap' 'libpcap' 'gnutls' 
'glib2' 'lua52' 'libssh')
-  install=wireshark.install
-  conflicts=(wireshark)
-
-  cd ${pkgbase}-${pkgver}
-
-  make DESTDIR="${pkgdir}" install
-  make DESTDIR="${pkgdir}" uninstall-local
-
-  #wireshark uid group is 150
-  chgrp 150 "${pkgdir}/usr/bin/dumpcap"
-  chmod 754 "${pkgdir}/usr/bin/dumpcap"
-  rm "${pkgdir}/usr/bin/wireshark" "${pkgdir}/usr/bin/wireshark-gtk"
-
-  # Headers
-  install -dm755 
"${pkgdir}"/usr/include/${pkgbase}/{epan/{crypt,dfilter,dissectors,ftypes,wmem},wiretap,wsutil}
-
-  install -m644 config.h register.h ws_diag_control.h ws_symbol_export.h 
"${pkgdir}/usr/include/${pkgbase}"
-  for d in epan epan/crypt epan/dfilter epan/dissectors epan/ftypes epan/wmem 
wiretap wsutil; do
-install -m644 ${d}/*.h "${pkgdir}"/usr/include/${pkgbase}/${d}
-  done
-}
-
-package_wireshark-common() {
-  pkgdesc='Common files used by wireshark-gtk and wireshark-qt'
-  depends=('hicolor-icon-theme' 'shared-mime-info' 'xdg-utils')
-
-  cd ${pkgbase}-${pkgver}
-
-  make DESTDIR="${pkgdir}" install-data-local
-  rm "${pkgdir}"/usr/share/applications/wireshark{,-gtk}.desktop
-}
-
-package_wireshark-gtk() {
-  pkgdesc='a free network protocol analyzer for Unix/Linux and Windows - GTK 
frontend'
-  depends=('desktop-file-utils' 'gtk3' '

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

2017-06-08 Thread Timothy Redaelli
Date: Thursday, June 8, 2017 @ 10:33:01
  Author: tredaelli
Revision: 235400

upgpkg: wireshark 2.2.7-1

Modified:
  wireshark/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2017-06-08 10:32:53 UTC (rev 235399)
+++ PKGBUILD2017-06-08 10:33:01 UTC (rev 235400)
@@ -4,7 +4,7 @@
 # Contributor: Florian Pritz 
 pkgname=('wireshark-cli' 'wireshark-common' 'wireshark-gtk' 'wireshark-qt')
 pkgbase=wireshark
-pkgver=2.2.6
+pkgver=2.2.7
 pkgrel=1
 arch=('i686' 'x86_64')
 license=('GPL2')
@@ -14,7 +14,7 @@
 url='https://www.wireshark.org/'
 source=(https://www.wireshark.org/download/src/${pkgbase}-${pkgver}.tar.bz2
 do_not_use_svn_version.patch)
-sha256sums=('f627d51eda85f5ae5f5c8c9fc1f6539ffc2a270dd7500dc7f67490a8534ca849'
+sha256sums=('689ddf62221b152779d8846ab5b2063cc7fd41ec1a9f04eefab09b5d5486dbb5'
 '3981bb46f592e319f9c679c5e215ae0af828044a3b64d49d2cf0305ecacf4691')
 
 prepare() {


[arch-commits] Commit in tcpreplay/repos (4 files)

2017-06-08 Thread Timothy Redaelli
Date: Thursday, June 8, 2017 @ 10:31:32
  Author: tredaelli
Revision: 235397

archrelease: copy trunk to community-i686, community-x86_64

Added:
  tcpreplay/repos/community-i686/PKGBUILD
(from rev 235396, tcpreplay/trunk/PKGBUILD)
  tcpreplay/repos/community-x86_64/PKGBUILD
(from rev 235396, tcpreplay/trunk/PKGBUILD)
Deleted:
  tcpreplay/repos/community-i686/PKGBUILD
  tcpreplay/repos/community-x86_64/PKGBUILD

---+
 /PKGBUILD |   60 
 community-i686/PKGBUILD   |   28 
 community-x86_64/PKGBUILD |   28 
 3 files changed, 60 insertions(+), 56 deletions(-)

Deleted: community-i686/PKGBUILD
===
--- community-i686/PKGBUILD 2017-06-08 10:31:22 UTC (rev 235396)
+++ community-i686/PKGBUILD 2017-06-08 10:31:32 UTC (rev 235397)
@@ -1,28 +0,0 @@
-# $Id$
-# Maintainer: Timothy Redaelli <timothy.redae...@gmail.com>
-# Contributor: Sébastien Duquette <ekse...@gmail.com>
-# Contributor: Dawid Wrobel <cr...@klej.net>
-pkgname=tcpreplay
-pkgver=4.1.0
-pkgrel=1
-pkgdesc="Gives the ability to replay previously captured traffic in a libpcap 
format"
-url="http://tcpreplay.appneta.com;
-arch=('i686' 'x86_64')
-license=('GPL3')
-depends=('libpcap' 'libdnet')
-makedepends=('tcpdump')
-optdepends=('tcpdump: decoding of packets support')
-options=('!emptydirs')
-source=("http://downloads.sourceforge.net/sourceforge/tcpreplay/${pkgname}-${pkgver}.tar.gz;)
-md5sums=('fd48d73d84ade30ece0a9abb538c82d5')
-
-build() {
- cd "$srcdir/$pkgname-$pkgver"
- ./configure --prefix=/usr --enable-dynamic-link 
--with-tcpdump=/usr/sbin/tcpdump ac_cv_header_net_bpf_h=n
- make
-}
-
-package() {
- cd "$srcdir/$pkgname-$pkgver"
- make DESTDIR="$pkgdir/" install
-}

Copied: tcpreplay/repos/community-i686/PKGBUILD (from rev 235396, 
tcpreplay/trunk/PKGBUILD)
===
--- community-i686/PKGBUILD (rev 0)
+++ community-i686/PKGBUILD 2017-06-08 10:31:32 UTC (rev 235397)
@@ -0,0 +1,30 @@
+# $Id$
+# Maintainer: Timothy Redaelli <timothy.redae...@gmail.com>
+# Contributor: Sébastien Duquette <ekse...@gmail.com>
+# Contributor: Dawid Wrobel <cr...@klej.net>
+pkgname=tcpreplay
+pkgver=4.2.5
+pkgrel=1
+pkgdesc="Gives the ability to replay previously captured traffic in a libpcap 
format"
+url="http://tcpreplay.appneta.com;
+arch=('i686' 'x86_64')
+license=('GPL3')
+depends=('libpcap' 'libdnet')
+makedepends=('tcpdump')
+optdepends=('tcpdump: decoding of packets support')
+options=('!emptydirs')
+source=(https://github.com/appneta/tcpreplay/releases/download/v${pkgver}/${pkgname}-${pkgver}.tar.gz{,.asc})
+md5sums=('8765cad213335cc58daa3697dc3043fb'
+ 'SKIP')
+validpgpkeys=('84E4FA215C934A7D97DC76D5E9E2149793BDE17E')
+
+build() {
+ cd "$srcdir/$pkgname-$pkgver"
+ ./configure --prefix=/usr --enable-dynamic-link 
--with-tcpdump=/usr/sbin/tcpdump ac_cv_header_net_bpf_h=n
+ make
+}
+
+package() {
+ cd "$srcdir/$pkgname-$pkgver"
+ make DESTDIR="$pkgdir/" install
+}

Deleted: community-x86_64/PKGBUILD
===
--- community-x86_64/PKGBUILD   2017-06-08 10:31:22 UTC (rev 235396)
+++ community-x86_64/PKGBUILD   2017-06-08 10:31:32 UTC (rev 235397)
@@ -1,28 +0,0 @@
-# $Id$
-# Maintainer: Timothy Redaelli <timothy.redae...@gmail.com>
-# Contributor: Sébastien Duquette <ekse...@gmail.com>
-# Contributor: Dawid Wrobel <cr...@klej.net>
-pkgname=tcpreplay
-pkgver=4.1.0
-pkgrel=1
-pkgdesc="Gives the ability to replay previously captured traffic in a libpcap 
format"
-url="http://tcpreplay.appneta.com;
-arch=('i686' 'x86_64')
-license=('GPL3')
-depends=('libpcap' 'libdnet')
-makedepends=('tcpdump')
-optdepends=('tcpdump: decoding of packets support')
-options=('!emptydirs')
-source=("http://downloads.sourceforge.net/sourceforge/tcpreplay/${pkgname}-${pkgver}.tar.gz;)
-md5sums=('fd48d73d84ade30ece0a9abb538c82d5')
-
-build() {
- cd "$srcdir/$pkgname-$pkgver"
- ./configure --prefix=/usr --enable-dynamic-link 
--with-tcpdump=/usr/sbin/tcpdump ac_cv_header_net_bpf_h=n
- make
-}
-
-package() {
- cd "$srcdir/$pkgname-$pkgver"
- make DESTDIR="$pkgdir/" install
-}

Copied: tcpreplay/repos/community-x86_64/PKGBUILD (from rev 235396, 
tcpreplay/trunk/PKGBUILD)
=======
--- community-x86_64/PKGBUILD   (rev 0)
+++ community-x86_64/PKGBUILD   2017-06-08 10:31:32 UTC (rev 235397)
@@ -0,0 +1,30 @@
+# $Id$
+# Maintainer: Timothy Redaelli <timothy.redae...@gmail.com>
+# Contributor: Sébastien

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

2017-06-08 Thread Timothy Redaelli
Date: Thursday, June 8, 2017 @ 10:31:22
  Author: tredaelli
Revision: 235396

upgpkg: tcpreplay 4.2.5-1

Modified:
  tcpreplay/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2017-06-08 09:51:30 UTC (rev 235395)
+++ PKGBUILD2017-06-08 10:31:22 UTC (rev 235396)
@@ -3,7 +3,7 @@
 # Contributor: Sébastien Duquette 
 # Contributor: Dawid Wrobel 
 pkgname=tcpreplay
-pkgver=4.1.0
+pkgver=4.2.5
 pkgrel=1
 pkgdesc="Gives the ability to replay previously captured traffic in a libpcap 
format"
 url="http://tcpreplay.appneta.com;
@@ -13,8 +13,8 @@
 makedepends=('tcpdump')
 optdepends=('tcpdump: decoding of packets support')
 options=('!emptydirs')
-source=(https://downloads.sourceforge.net/sourceforge/tcpreplay/${pkgname}-${pkgver}.tar.gz{,.asc})
-md5sums=('fd48d73d84ade30ece0a9abb538c82d5'
+source=(https://github.com/appneta/tcpreplay/releases/download/v${pkgver}/${pkgname}-${pkgver}.tar.gz{,.asc})
+md5sums=('8765cad213335cc58daa3697dc3043fb'
  'SKIP')
 validpgpkeys=('84E4FA215C934A7D97DC76D5E9E2149793BDE17E')
 


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

2017-05-10 Thread Timothy Redaelli
Date: Wednesday, May 10, 2017 @ 15:56:52
  Author: tredaelli
Revision: 227716

upgpkg: bitcoin 0.14.1-2

Protobuf 3.3.0 rebuild

Modified:
  bitcoin/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2017-05-10 14:23:03 UTC (rev 227715)
+++ PKGBUILD2017-05-10 15:56:52 UTC (rev 227716)
@@ -6,7 +6,7 @@
 pkgbase=bitcoin
 pkgname=('bitcoin-daemon' 'bitcoin-cli' 'bitcoin-qt' 'bitcoin-tx')
 pkgver=0.14.1
-pkgrel=1
+pkgrel=2
 arch=('i686' 'x86_64')
 url="http://www.bitcoin.org/;
 makedepends=('git' 'boost' 'libevent' 'qt5-base' 'qt5-tools' 'qrencode' 
'miniupnpc' 'protobuf' 'zeromq')


[arch-commits] Commit in os-prober/repos (4 files)

2017-05-10 Thread Timothy Redaelli
Date: Wednesday, May 10, 2017 @ 13:43:54
  Author: tredaelli
Revision: 227707

archrelease: copy trunk to community-i686, community-x86_64

Added:
  os-prober/repos/community-i686/PKGBUILD
(from rev 227706, os-prober/trunk/PKGBUILD)
  os-prober/repos/community-x86_64/PKGBUILD
(from rev 227706, os-prober/trunk/PKGBUILD)
Deleted:
  os-prober/repos/community-i686/PKGBUILD
  os-prober/repos/community-x86_64/PKGBUILD

---+
 /PKGBUILD |   98 
 community-i686/PKGBUILD   |   49 --
 community-x86_64/PKGBUILD |   49 --
 3 files changed, 98 insertions(+), 98 deletions(-)

Deleted: community-i686/PKGBUILD
===
--- community-i686/PKGBUILD 2017-05-10 13:43:43 UTC (rev 227706)
+++ community-i686/PKGBUILD 2017-05-10 13:43:54 UTC (rev 227707)
@@ -1,49 +0,0 @@
-# $Id$
-# Maintainer: Timothy Redaelli <timothy.redae...@gmail.com>
-# Contributor: darkcoder <mario_v...@hotmail.com>
-
-pkgname=os-prober
-pkgver=1.71
-pkgrel=1
-pkgdesc="Utility to detect other OSes on a set of drives"
-url="http://joey.kitenet.net/code/os-prober/;
-arch=('i686' 'x86_64')
-license=('GPL3')
-depends=('sh')
-source=(ftp://ftp.debian.org/debian/pool/main/o/${pkgname}/${pkgname}_${pkgver}.tar.xz)
-md5sums=('7c1a149d076ac10af31043ffb33ba658')
-sha256sums=('5d6141e02b58e82194422b97d683d61c7ff78175d89c2f055f5d2e7a363bdd20')
-
-prepare() {
-  cd "$pkgname-$pkgver"
-
-  # adjust lib dir to allow detection of 64-bit distros
-  sed -i -e "s:/lib/ld\*\.so\*:/lib*/ld*.so*:g" 
os-probes/mounted/common/90linux-distro
-
-  rm -f Makefile
-}
-
-build() {
-  cd "$pkgname-$pkgver"
-
-  make newns
-}
-
-package() {
-  cd "$pkgname-$pkgver"
-
-  install -Dm755 linux-boot-prober "$pkgdir"/usr/bin/linux-boot-prober
-  install -Dm755 os-prober "$pkgdir"/usr/bin/os-prober
-  install -Dm755 newns "$pkgdir"/usr/lib/os-prober/newns
-  install -Dm755 common.sh $pkgdir/usr/share/os-prober/common.sh  
-
-  for dir in os-probes os-probes/mounted os-probes/init linux-boot-probes 
linux-boot-probes/mounted; do
-install -dm755 "$pkgdir/usr/lib/$dir"
-install -m755 -t "$pkgdir/usr/lib/$dir" "$dir"/common/*
-[[ -d "$dir"/x86 ]] && cp -r "$dir"/x86/* "$pkgdir/usr/lib/$dir"
-  done
-
-  install -Dm755 os-probes/mounted/powerpc/20macosx 
"$pkgdir"/usr/lib/os-probes/mounted/20macosx
-
-  install -dm755 "$pkgdir"/var/lib/os-prober
-}

Copied: os-prober/repos/community-i686/PKGBUILD (from rev 227706, 
os-prober/trunk/PKGBUILD)
=======
--- community-i686/PKGBUILD (rev 0)
+++ community-i686/PKGBUILD 2017-05-10 13:43:54 UTC (rev 227707)
@@ -0,0 +1,49 @@
+# $Id$
+# Maintainer: Timothy Redaelli <timothy.redae...@gmail.com>
+# Contributor: darkcoder <mario_v...@hotmail.com>
+
+pkgname=os-prober
+pkgver=1.75
+pkgrel=1
+pkgdesc="Utility to detect other OSes on a set of drives"
+url="http://joey.kitenet.net/code/os-prober/;
+arch=('i686' 'x86_64')
+license=('GPL3')
+depends=('sh')
+source=(ftp://ftp.debian.org/debian/pool/main/o/${pkgname}/${pkgname}_${pkgver}.tar.xz)
+md5sums=('acf4f8818af3cee051aa6f927a451e55')
+sha256sums=('f4ef620455c5ffc3545daf4f32861640a48b0b3b6edda72491eecc1818653446')
+
+prepare() {
+  cd "$pkgname-$pkgver"
+
+  # adjust lib dir to allow detection of 64-bit distros
+  sed -i -e "s:/lib/ld\*\.so\*:/lib*/ld*.so*:g" 
os-probes/mounted/common/90linux-distro
+
+  rm -f Makefile
+}
+
+build() {
+  cd "$pkgname-$pkgver"
+
+  make newns
+}
+
+package() {
+  cd "$pkgname-$pkgver"
+
+  install -Dm755 linux-boot-prober "$pkgdir"/usr/bin/linux-boot-prober
+  install -Dm755 os-prober "$pkgdir"/usr/bin/os-prober
+  install -Dm755 newns "$pkgdir"/usr/lib/os-prober/newns
+  install -Dm755 common.sh $pkgdir/usr/share/os-prober/common.sh  
+
+  for dir in os-probes os-probes/mounted os-probes/init linux-boot-probes 
linux-boot-probes/mounted; do
+install -dm755 "$pkgdir/usr/lib/$dir"
+install -m755 -t "$pkgdir/usr/lib/$dir" "$dir"/common/*
+[[ -d "$dir"/x86 ]] && cp -r "$dir"/x86/* "$pkgdir/usr/lib/$dir"
+  done
+
+  install -Dm755 os-probes/mounted/powerpc/20macosx 
"$pkgdir"/usr/lib/os-probes/mounted/20macosx
+
+  install -dm755 "$pkgdir"/var/lib/os-prober
+}

Deleted: community-x86_64/PKGBUILD
===
--- community-x86_64/PKGBUILD   2017-05-10 13:43:43 UTC (rev 227706)
+++ community-x86_64/PKGBUILD   2017-05-10 13:43:54 UTC (rev 227707)
@@ -1,49 +0

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

2017-05-10 Thread Timothy Redaelli
Date: Wednesday, May 10, 2017 @ 13:43:43
  Author: tredaelli
Revision: 227706

upgpkg: os-prober 1.75-1

Modified:
  os-prober/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2017-05-10 13:28:26 UTC (rev 227705)
+++ PKGBUILD2017-05-10 13:43:43 UTC (rev 227706)
@@ -3,7 +3,7 @@
 # Contributor: darkcoder 
 
 pkgname=os-prober
-pkgver=1.71
+pkgver=1.75
 pkgrel=1
 pkgdesc="Utility to detect other OSes on a set of drives"
 url="http://joey.kitenet.net/code/os-prober/;
@@ -11,8 +11,8 @@
 license=('GPL3')
 depends=('sh')
 
source=(ftp://ftp.debian.org/debian/pool/main/o/${pkgname}/${pkgname}_${pkgver}.tar.xz)
-md5sums=('7c1a149d076ac10af31043ffb33ba658')
-sha256sums=('5d6141e02b58e82194422b97d683d61c7ff78175d89c2f055f5d2e7a363bdd20')
+md5sums=('acf4f8818af3cee051aa6f927a451e55')
+sha256sums=('f4ef620455c5ffc3545daf4f32861640a48b0b3b6edda72491eecc1818653446')
 
 prepare() {
   cd "$pkgname-$pkgver"


[arch-commits] Commit in uthash/repos/community-any (PKGBUILD PKGBUILD)

2017-05-10 Thread Timothy Redaelli
Date: Wednesday, May 10, 2017 @ 13:28:26
  Author: tredaelli
Revision: 227705

archrelease: copy trunk to community-any

Added:
  uthash/repos/community-any/PKGBUILD
(from rev 227704, uthash/trunk/PKGBUILD)
Deleted:
  uthash/repos/community-any/PKGBUILD

--+
 PKGBUILD |   56 
 1 file changed, 28 insertions(+), 28 deletions(-)

Deleted: PKGBUILD
===
--- PKGBUILD2017-05-10 13:28:20 UTC (rev 227704)
+++ PKGBUILD2017-05-10 13:28:26 UTC (rev 227705)
@@ -1,28 +0,0 @@
-# $Id$
-# Maintainer: Timothy Redaelli <timothy.redae...@gmail.com>
-# Contributor: Michael Frey <m...@mfrey.net>
-pkgname=uthash
-pkgver=2.0.1
-pkgrel=1
-pkgdesc="C preprocessor implementations of a hash table and a linked list"
-arch=('any')
-url="https://troydhanson.github.io/uthash/index.htm;
-license=('BSD')
-source=("$pkgname-$pkgver.tar.gz::https://github.com/troydhanson/$pkgname/archive/v$pkgver.tar.gz;)
-md5sums=('35b9a18e1d193eed967522a54ee09095')
-
-package() {
-  cd "${srcdir}/${pkgname}-${pkgver}/src"
- 
-  # create directory for header files 
-  install -dm755 "${pkgdir}"/usr/include/
-
-  # install header files in /usr/include
-  for h in *.h; do
-  install -m 644 ${h} "${pkgdir}"/usr/include/
-  done
-
-  # install licence file
-  install -D -m644 ../LICENSE "${pkgdir}"/usr/share/licenses/${pkgname}/LICENSE
-}
-

Copied: uthash/repos/community-any/PKGBUILD (from rev 227704, 
uthash/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2017-05-10 13:28:26 UTC (rev 227705)
@@ -0,0 +1,28 @@
+# $Id$
+# Maintainer: Timothy Redaelli <timothy.redae...@gmail.com>
+# Contributor: Michael Frey <m...@mfrey.net>
+pkgname=uthash
+pkgver=2.0.2
+pkgrel=1
+pkgdesc="C preprocessor implementations of a hash table and a linked list"
+arch=('any')
+url="https://troydhanson.github.io/uthash/;
+license=('BSD')
+source=("$pkgname-$pkgver.tar.gz::https://github.com/troydhanson/$pkgname/archive/v$pkgver.tar.gz;)
+md5sums=('d08632a58674274c9cd87e2930f5696a')
+
+package() {
+  cd "${srcdir}/${pkgname}-${pkgver}/src"
+ 
+  # create directory for header files 
+  install -dm755 "${pkgdir}"/usr/include/
+
+  # install header files in /usr/include
+  for h in *.h; do
+  install -m 644 ${h} "${pkgdir}"/usr/include/
+  done
+
+  # install licence file
+  install -D -m644 ../LICENSE "${pkgdir}"/usr/share/licenses/${pkgname}/LICENSE
+}
+


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

2017-05-10 Thread Timothy Redaelli
Date: Wednesday, May 10, 2017 @ 13:28:20
  Author: tredaelli
Revision: 227704

upgpkg: uthash 2.0.2-1

Modified:
  uthash/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2017-05-10 13:26:26 UTC (rev 227703)
+++ PKGBUILD2017-05-10 13:28:20 UTC (rev 227704)
@@ -2,14 +2,14 @@
 # Maintainer: Timothy Redaelli <timothy.redae...@gmail.com>
 # Contributor: Michael Frey <m...@mfrey.net>
 pkgname=uthash
-pkgver=2.0.1
+pkgver=2.0.2
 pkgrel=1
 pkgdesc="C preprocessor implementations of a hash table and a linked list"
 arch=('any')
-url="https://troydhanson.github.io/uthash/index.htm;
+url="https://troydhanson.github.io/uthash/;
 license=('BSD')
 
source=("$pkgname-$pkgver.tar.gz::https://github.com/troydhanson/$pkgname/archive/v$pkgver.tar.gz;)
-md5sums=('35b9a18e1d193eed967522a54ee09095')
+md5sums=('d08632a58674274c9cd87e2930f5696a')
 
 package() {
   cd "${srcdir}/${pkgname}-${pkgver}/src"


[arch-commits] Commit in electrum/repos/community-any (PKGBUILD PKGBUILD)

2017-05-10 Thread Timothy Redaelli
Date: Wednesday, May 10, 2017 @ 13:23:05
  Author: tredaelli
Revision: 227702

archrelease: copy trunk to community-any

Added:
  electrum/repos/community-any/PKGBUILD
(from rev 227701, electrum/trunk/PKGBUILD)
Deleted:
  electrum/repos/community-any/PKGBUILD

--+
 PKGBUILD |   94 ++---
 1 file changed, 47 insertions(+), 47 deletions(-)

Deleted: PKGBUILD
===
--- PKGBUILD2017-05-10 13:17:15 UTC (rev 227701)
+++ PKGBUILD2017-05-10 13:23:05 UTC (rev 227702)
@@ -1,47 +0,0 @@
-# $Id$
-# Maintainer: Timothy Redaelli <timothy.redae...@gmail.com>
-# Contributor: Andy Weidenbaum <archb...@gmail.com>
-# ThomasV PGP key: gpg --recv-key 6694D8DE7BE8EE5631BED9502BD5824B7F9470E6
-# http://bitcoin-otc.com/viewgpg.php?nick=ThomasV
-
-pkgname=electrum
-pkgver=2.8.1
-pkgrel=1
-pkgdesc="Lightweight Bitcoin wallet"
-arch=('any')
-depends=('python2-pyaes' 'python2-ecdsa' 'python2-pbkdf2' 'python2-requests' 
'python2-qrcode'
- 'python2-protobuf' 'python2-dnspython' 'python2-jsonrpclib' 
'python2-pysocks'
- 'python2-pyqt4' 'python2-pycryptodomex')
-makedepends=('gettext' 'python2-setuptools' 'desktop-file-utils')
-optdepends=('python2-btchip: BTChip hardware wallet support'
-'python2-matplotlib: plot transaction history in graphical mode'
-'zbar: QR code reading support')
-url="https://electrum.org;
-license=(MIT)
-source=("https://download.electrum.org/${pkgver}/${pkgname^}-${pkgver}.tar.gz"{,.asc})
-md5sums=('dc2bb6016cedb39980511bc142a7b3be'
- 'SKIP')
-sha256sums=('effca46550aeea4b5f0729eb1584bcc61839bb59b20b1a89d09100895ad2288d'
-'SKIP')
-validpgpkeys=('6694D8DE7BE8EE5631BED9502BD5824B7F9470E6')
-
-prepare() {
-  cd ${pkgname^}-${pkgver}
-
-  find . -type f -exec sed -i 's#/usr/bin/python$#/usr/bin/python2#g' {} +
-  find . -type f -exec sed -i 's#/usr/bin/env python$#/usr/bin/env python2#g' 
{} +
-}
-
-build() {
-  cd ${pkgname^}-${pkgver}
-
-  pyrcc4 icons.qrc -o gui/qt/icons_rc.py
-  python2 setup.py build
-}
-
-package() {
-  cd ${pkgname^}-${pkgver}
-
-  python2 setup.py install --root="${pkgdir}" --optimize=1
-  install -D -m644 LICENCE "${pkgdir}"/usr/share/licenses/${pkgname}/LICENSE
-}

Copied: electrum/repos/community-any/PKGBUILD (from rev 227701, 
electrum/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2017-05-10 13:23:05 UTC (rev 227702)
@@ -0,0 +1,47 @@
+# $Id$
+# Maintainer: Timothy Redaelli <timothy.redae...@gmail.com>
+# Contributor: Andy Weidenbaum <archb...@gmail.com>
+# ThomasV PGP key: gpg --recv-key 6694D8DE7BE8EE5631BED9502BD5824B7F9470E6
+# http://bitcoin-otc.com/viewgpg.php?nick=ThomasV
+
+pkgname=electrum
+pkgver=2.8.2
+pkgrel=1
+pkgdesc="Lightweight Bitcoin wallet"
+arch=('any')
+depends=('python2-pyaes' 'python2-ecdsa' 'python2-pbkdf2' 'python2-requests' 
'python2-qrcode'
+ 'python2-protobuf' 'python2-dnspython' 'python2-jsonrpclib' 
'python2-pysocks'
+ 'python2-pyqt4' 'python2-pycryptodomex')
+makedepends=('gettext' 'python2-setuptools' 'desktop-file-utils')
+optdepends=('python2-btchip: BTChip hardware wallet support'
+'python2-matplotlib: plot transaction history in graphical mode'
+'zbar: QR code reading support')
+url="https://electrum.org;
+license=(MIT)
+source=("https://download.electrum.org/${pkgver}/${pkgname^}-${pkgver}.tar.gz"{,.asc})
+md5sums=('59f55f35a0351ffe7ba9c97bac8b0840'
+ 'SKIP')
+sha256sums=('d8152bebc5c6f47b28a5d867707bc5742158fe544e7e8046d2c4747ae282b707'
+'SKIP')
+validpgpkeys=('6694D8DE7BE8EE5631BED9502BD5824B7F9470E6')
+
+prepare() {
+  cd ${pkgname^}-${pkgver}
+
+  find . -type f -exec sed -i 's#/usr/bin/python$#/usr/bin/python2#g' {} +
+  find . -type f -exec sed -i 's#/usr/bin/env python$#/usr/bin/env python2#g' 
{} +
+}
+
+build() {
+  cd ${pkgname^}-${pkgver}
+
+  pyrcc4 icons.qrc -o gui/qt/icons_rc.py
+  python2 setup.py build
+}
+
+package() {
+  cd ${pkgname^}-${pkgver}
+
+  python2 setup.py install --root="${pkgdir}" --optimize=1
+  install -D -m644 LICENCE "${pkgdir}"/usr/share/licenses/${pkgname}/LICENSE
+}


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

2017-05-10 Thread Timothy Redaelli
Date: Wednesday, May 10, 2017 @ 11:20:56
  Author: tredaelli
Revision: 227678

upgpkg: electrum 2.8.2-1

Modified:
  electrum/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2017-05-10 11:18:52 UTC (rev 227677)
+++ PKGBUILD2017-05-10 11:20:56 UTC (rev 227678)
@@ -5,7 +5,7 @@
 # http://bitcoin-otc.com/viewgpg.php?nick=ThomasV
 
 pkgname=electrum
-pkgver=2.8.1
+pkgver=2.8.2
 pkgrel=1
 pkgdesc="Lightweight Bitcoin wallet"
 arch=('any')
@@ -19,9 +19,9 @@
 url="https://electrum.org;
 license=(MIT)
 
source=("https://download.electrum.org/${pkgver}/${pkgname^}-${pkgver}.tar.gz"{,.asc})
-md5sums=('dc2bb6016cedb39980511bc142a7b3be'
+md5sums=('59f55f35a0351ffe7ba9c97bac8b0840'
  'SKIP')
-sha256sums=('effca46550aeea4b5f0729eb1584bcc61839bb59b20b1a89d09100895ad2288d'
+sha256sums=('d8152bebc5c6f47b28a5d867707bc5742158fe544e7e8046d2c4747ae282b707'
 'SKIP')
 validpgpkeys=('6694D8DE7BE8EE5631BED9502BD5824B7F9470E6')
 


[arch-commits] Commit in bitcoin/repos (4 files)

2017-05-10 Thread Timothy Redaelli
Date: Wednesday, May 10, 2017 @ 11:18:52
  Author: tredaelli
Revision: 227677

archrelease: copy trunk to community-i686, community-x86_64

Added:
  bitcoin/repos/community-i686/PKGBUILD
(from rev 227676, bitcoin/trunk/PKGBUILD)
  bitcoin/repos/community-x86_64/PKGBUILD
(from rev 227676, bitcoin/trunk/PKGBUILD)
Deleted:
  bitcoin/repos/community-i686/PKGBUILD
  bitcoin/repos/community-x86_64/PKGBUILD

---+
 /PKGBUILD |  438 
 community-i686/PKGBUILD   |  221 --
 community-x86_64/PKGBUILD |  221 --
 3 files changed, 438 insertions(+), 442 deletions(-)

Deleted: community-i686/PKGBUILD
===
--- community-i686/PKGBUILD 2017-05-10 11:17:29 UTC (rev 227676)
+++ community-i686/PKGBUILD 2017-05-10 11:18:52 UTC (rev 227677)
@@ -1,221 +0,0 @@
-# $Id$
-# Maintainer: Timothy Redaelli <timothy.redae...@gmail.com>
-# Contributor: shahid <hellla...@gmail.com>
-
-#_dbver=4.8.30
-pkgbase=bitcoin
-pkgname=('bitcoin-daemon' 'bitcoin-cli' 'bitcoin-qt' 'bitcoin-tx')
-pkgver=0.13.2
-pkgrel=5
-arch=('i686' 'x86_64')
-url="http://www.bitcoin.org/;
-makedepends=('git' 'boost' 'libevent' 'qt5-base' 'qt5-tools' 'qrencode' 
'miniupnpc' 'protobuf' 'zeromq')
-license=('MIT')
-source=(git+https://github.com/bitcoin/bitcoin.git#tag=v${pkgver})
-#http://download.oracle.com/berkeley-db/db-${_dbver}.NC.tar.gz
-sha256sums=('SKIP')
-
-validpgpkeys=(71A3B16735405025D447E8F274810B012346C9A6)
-
-# TODO: Build using db 4.8.30
-#prepare() {
-#  mkdir -p db4
-#}
-
-_parse_gpg_statusfile() {
-   local type arg1 arg6 arg10
-
-   while read -r _ type arg1 _ _ _ _ arg6 _ _ _ arg10 _; do
-   case "$type" in
-   GOODSIG)
-   pubkey=$arg1
-   success=1
-   status="good"
-   ;;
-   EXPSIG)
-   pubkey=$arg1
-   success=1
-   status="expired"
-   ;;
-   EXPKEYSIG)
-   pubkey=$arg1
-   success=1
-   status="expiredkey"
-   ;;
-   REVKEYSIG)
-   pubkey=$arg1
-   success=0
-   status="revokedkey"
-   ;;
-   BADSIG)
-   pubkey=$arg1
-   success=0
-   status="bad"
-   ;;
-   ERRSIG)
-   pubkey=$arg1
-   success=0
-   if [[ $arg6 == 9 ]]; then
-   status="missingkey"
-   else
-   status="error"
-   fi
-   ;;
-   VALIDSIG)
-   if [[ $arg10 ]]; then
-   # If the file was signed with a subkey, 
arg10 contains
-   # the fingerprint of the primary key
-   fingerprint=$arg10
-   else
-   fingerprint=$arg1
-   fi
-   ;;
-   TRUST_UNDEFINED|TRUST_NEVER)
-   trusted=0
-   ;;
-   TRUST_MARGINAL|TRUST_FULLY|TRUST_ULTIMATE)
-   trusted=1
-   ;;
-   esac
-   done < "$1"
-}
-
-_validate_gpg_tag() {
-  local file ext decompress found pubkey success status fingerprint trusted
-  local warning=0
-  local errors=0
-  local statusfile=$(mktemp)
-
-  msg "$(gettext "Verifying source file signatures with %s...")" "gpg"
-
-  git verify-tag --raw "$1" 2>"$statusfile"
-
-  # these variables are assigned values in parse_gpg_statusfile
-  success=0
-  status=
-  pubkey=
-  fingerprint=
-  trusted=
-  _parse_gpg_statusfile "$statusfile"
-  if (( ! $success )); then
-printf '%s' "$(gettext "FAILED")" >&2
-case "$status" in
-  "missingkey")
-printf ' (%s)' "$(gettext "unknown public key") $pubkey" >&2
-;;
-  "revokedkey")
-printf

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

2017-05-10 Thread Timothy Redaelli
Date: Wednesday, May 10, 2017 @ 11:17:29
  Author: tredaelli
Revision: 227676

upgpkg: bitcoin 0.14.1-1

Modified:
  bitcoin/trunk/PKGBUILD

--+
 PKGBUILD |   12 +---
 1 file changed, 5 insertions(+), 7 deletions(-)

Modified: PKGBUILD
===
--- PKGBUILD2017-05-10 09:33:32 UTC (rev 227675)
+++ PKGBUILD2017-05-10 11:17:29 UTC (rev 227676)
@@ -5,8 +5,8 @@
 #_dbver=4.8.30
 pkgbase=bitcoin
 pkgname=('bitcoin-daemon' 'bitcoin-cli' 'bitcoin-qt' 'bitcoin-tx')
-pkgver=0.13.2
-pkgrel=5
+pkgver=0.14.1
+pkgrel=1
 arch=('i686' 'x86_64')
 url="http://www.bitcoin.org/;
 makedepends=('git' 'boost' 'libevent' 'qt5-base' 'qt5-tools' 'qrencode' 
'miniupnpc' 'protobuf' 'zeromq')
@@ -177,7 +177,7 @@
 "$pkgdir"/usr/share/applications/bitcoin.desktop
   install -Dm644 share/pixmaps/bitcoin128.png \
 "$pkgdir"/usr/share/pixmaps/bitcoin128.png
-  install -Dm644 contrib/debian/manpages/bitcoin-qt.1 \
+  install -Dm644 doc/man/bitcoin-qt.1 \
 "$pkgdir"/usr/share/man/man1/bitcoin-qt.1
 
   install -Dm644 COPYING "$pkgdir/usr/share/licenses/$pkgname/COPYING"
@@ -191,10 +191,8 @@
   install -Dm755 src/bitcoind "$pkgdir"/usr/bin/bitcoind
   install -Dm644 contrib/debian/examples/bitcoin.conf \
 "$pkgdir/usr/share/doc/$pkgname/examples/bitcoin.conf"
-  install -Dm644 contrib/debian/manpages/bitcoind.1 \
+  install -Dm644 doc/man/bitcoind.1 \
 "$pkgdir"/usr/share/man/man1/bitcoind.1
-  install -Dm644 contrib/debian/manpages/bitcoin.conf.5 \
-"$pkgdir"/usr/share/man/man5/bitcoin.conf.5
   install -Dm644 COPYING "$pkgdir/usr/share/licenses/$pkgname/COPYING"
 }
 
@@ -204,7 +202,7 @@
 
   cd "$pkgbase"
   install -Dm755 src/bitcoin-cli "$pkgdir"/usr/bin/bitcoin-cli
-  install -Dm644 contrib/debian/manpages/bitcoin-cli.1 \
+  install -Dm644 doc/man/bitcoin-cli.1 \
 "$pkgdir"/usr/share/man/man1/bitcoin-cli.1
   install -Dm644 COPYING "$pkgdir/usr/share/licenses/$pkgname/COPYING"
 }


[arch-commits] Commit in snapd/trunk (1 file)

2017-05-10 Thread Timothy Redaelli
Date: Wednesday, May 10, 2017 @ 09:23:32
  Author: tredaelli
Revision: 227671

upgpkg: snapd 2.25-1

Deleted:
  snapd/trunk/0001-debian-ARCHLINUX-use-alternate-snap-mount-directory.patch

+
 0001-debian-ARCHLINUX-use-alternate-snap-mount-directory.patch |   26 
--
 1 file changed, 26 deletions(-)

Deleted: 0001-debian-ARCHLINUX-use-alternate-snap-mount-directory.patch
===
--- 0001-debian-ARCHLINUX-use-alternate-snap-mount-directory.patch  
2017-05-10 09:19:55 UTC (rev 227670)
+++ 0001-debian-ARCHLINUX-use-alternate-snap-mount-directory.patch  
2017-05-10 09:23:32 UTC (rev 227671)
@@ -1,26 +0,0 @@
-From 529c77918eab0742e645db3d97b62b55e9f6888a Mon Sep 17 00:00:00 2001
-From: Timothy Redaelli <tredae...@archlinux.info>
-Date: Tue, 21 Feb 2017 11:38:00 +
-Subject: [PATCH] debian: ARCHLINUX: use alternate snap mount directory
-
-Signed-off-by: Timothy Redaelli <tredae...@archlinux.info>

- debian/snapd.refresh.service | 2 +-
- 1 file changed, 1 insertion(+), 1 deletion(-)
-
-diff --git a/debian/snapd.refresh.service b/debian/snapd.refresh.service
-index 4c3375786..dda02de0e 100644
 a/debian/snapd.refresh.service
-+++ b/debian/snapd.refresh.service
-@@ -2,7 +2,7 @@
- Description=Automatically refresh installed snaps
- After=network-online.target snapd.socket
- Requires=snapd.socket
--ConditionPathExistsGlob=/snap/*/current
-+ConditionPathExistsGlob=/var/lib/snapd/snap/*/current
- Documentation=man:snap(1)
- 
- [Service]
--- 
-2.11.1
-


[arch-commits] Commit in snapd/repos (8 files)

2017-05-10 Thread Timothy Redaelli
Date: Wednesday, May 10, 2017 @ 09:19:55
  Author: tredaelli
Revision: 227670

archrelease: copy trunk to community-i686, community-x86_64

Added:
  
snapd/repos/community-i686/0001-debian-ARCHLINUX-use-alternate-snap-mount-directory.patch
(from rev 227669, 
snapd/trunk/0001-debian-ARCHLINUX-use-alternate-snap-mount-directory.patch)
  snapd/repos/community-i686/PKGBUILD
(from rev 227669, snapd/trunk/PKGBUILD)
  snapd/repos/community-i686/snapd.install
(from rev 227669, snapd/trunk/snapd.install)
  snapd/repos/community-i686/snapd.sh
(from rev 227669, snapd/trunk/snapd.sh)
  
snapd/repos/community-x86_64/0001-debian-ARCHLINUX-use-alternate-snap-mount-directory.patch
(from rev 227669, 
snapd/trunk/0001-debian-ARCHLINUX-use-alternate-snap-mount-directory.patch)
  snapd/repos/community-x86_64/PKGBUILD
(from rev 227669, snapd/trunk/PKGBUILD)
  snapd/repos/community-x86_64/snapd.install
(from rev 227669, snapd/trunk/snapd.install)
  snapd/repos/community-x86_64/snapd.sh
(from rev 227669, snapd/trunk/snapd.sh)

-+
 community-i686/0001-debian-ARCHLINUX-use-alternate-snap-mount-directory.patch  
 |   26 ++
 community-i686/PKGBUILD
 |  109 ++
 community-i686/snapd.install   
 |   15 +
 community-i686/snapd.sh
 |   10 
 
community-x86_64/0001-debian-ARCHLINUX-use-alternate-snap-mount-directory.patch 
|   26 ++
 community-x86_64/PKGBUILD  
 |  109 ++
 community-x86_64/snapd.install 
 |   15 +
 community-x86_64/snapd.sh  
 |   10 
 8 files changed, 320 insertions(+)

Copied: 
snapd/repos/community-i686/0001-debian-ARCHLINUX-use-alternate-snap-mount-directory.patch
 (from rev 227669, 
snapd/trunk/0001-debian-ARCHLINUX-use-alternate-snap-mount-directory.patch)
===
--- 
community-i686/0001-debian-ARCHLINUX-use-alternate-snap-mount-directory.patch   
(rev 0)
+++ 
community-i686/0001-debian-ARCHLINUX-use-alternate-snap-mount-directory.patch   
2017-05-10 09:19:55 UTC (rev 227670)
@@ -0,0 +1,26 @@
+From 529c77918eab0742e645db3d97b62b55e9f6888a Mon Sep 17 00:00:00 2001
+From: Timothy Redaelli <tredae...@archlinux.info>
+Date: Tue, 21 Feb 2017 11:38:00 +
+Subject: [PATCH] debian: ARCHLINUX: use alternate snap mount directory
+
+Signed-off-by: Timothy Redaelli <tredae...@archlinux.info>
+---
+ debian/snapd.refresh.service | 2 +-
+ 1 file changed, 1 insertion(+), 1 deletion(-)
+
+diff --git a/debian/snapd.refresh.service b/debian/snapd.refresh.service
+index 4c3375786..dda02de0e 100644
+--- a/debian/snapd.refresh.service
 b/debian/snapd.refresh.service
+@@ -2,7 +2,7 @@
+ Description=Automatically refresh installed snaps
+ After=network-online.target snapd.socket
+ Requires=snapd.socket
+-ConditionPathExistsGlob=/snap/*/current
++ConditionPathExistsGlob=/var/lib/snapd/snap/*/current
+ Documentation=man:snap(1)
+ 
+ [Service]
+-- 
+2.11.1
+

Copied: snapd/repos/community-i686/PKGBUILD (from rev 227669, 
snapd/trunk/PKGBUILD)
===
--- community-i686/PKGBUILD (rev 0)
+++ community-i686/PKGBUILD 2017-05-10 09:19:55 UTC (rev 227670)
@@ -0,0 +1,109 @@
+# $Id$
+# Maintainer: Timothy Redaelli <timothy.redae...@gmail.com>
+# Contributor: Zygmunt Krynicki 
+
+pkgbase=snapd
+pkgname=(snapd snap-confine)
+pkgver=2.25
+pkgrel=1
+arch=('i686' 'x86_64')
+url="https://github.com/snapcore/snapd;
+license=('GPL3')
+makedepends=('git' 'go' 'go-tools' 'bzr')
+checkdepends=('python' 'squashfs-tools')
+
+# snap-confine
+makedepends+=('libcap' 'python-docutils' 'systemd' 'xfsprogs')
+checkdepends+=('indent' 'shellcheck')
+
+options=('!strip' 'emptydirs')
+install=snapd.install
+source=("git+https://github.com/snapcore/$pkgname.git#tag=$pkgver;
+'snapd.sh')
+md5sums=('SKIP'
+ '8e9b8108165d5b2ae911de9caefb37ce')
+
+_gourl=github.com/snapcore/snapd
+
+prepare() {
+  cd "$pkgname"
+
+  # Use $srcdir/go as our GOPATH
+  export GOPATH="$srcdir/go"
+  mkdir -p "$GOPATH"
+  # Have snapd checkout appear in a place suitable for subsequent GOPATH This
+  # way we don't have to go get it again and it is exactly what the tag/hash
+  # above describes.
+  mkdir -p "$(dirname "$GOPATH/src/${_gourl}")"
+  ln --no-target-directory -fs "$srcdir/$pkgname" "$GOPATH/src/${_gourl}"
+}
+
+build() {
+  export GOPATH="$srcdir/go"
+  # Use get-deps.sh provided by upstream to fetch go dependencies using the
+  # godeps tool 

[arch-commits] Commit in snapd/repos (10 files)

2017-05-10 Thread Timothy Redaelli
Date: Wednesday, May 10, 2017 @ 09:19:40
  Author: tredaelli
Revision: 227669

archrelease: copy trunk to community-i686, community-x86_64

Deleted:
  
snapd/repos/community-i686/0001-debian-ARCHLINUX-use-alternate-snap-mount-directory.patch
  
snapd/repos/community-i686/0001-dirs-FEDORA-use-alternate-snap-mount-directory.patch
  snapd/repos/community-i686/PKGBUILD
  snapd/repos/community-i686/snapd.install
  snapd/repos/community-i686/snapd.sh
  
snapd/repos/community-x86_64/0001-debian-ARCHLINUX-use-alternate-snap-mount-directory.patch
  
snapd/repos/community-x86_64/0001-dirs-FEDORA-use-alternate-snap-mount-directory.patch
  snapd/repos/community-x86_64/PKGBUILD
  snapd/repos/community-x86_64/snapd.install
  snapd/repos/community-x86_64/snapd.sh

-+
 community-i686/0001-debian-ARCHLINUX-use-alternate-snap-mount-directory.patch  
 |   26 --
 community-i686/0001-dirs-FEDORA-use-alternate-snap-mount-directory.patch   
 |   26 --
 community-i686/PKGBUILD
 |  116 --
 community-i686/snapd.install   
 |   15 -
 community-i686/snapd.sh
 |   10 
 
community-x86_64/0001-debian-ARCHLINUX-use-alternate-snap-mount-directory.patch 
|   26 --
 community-x86_64/0001-dirs-FEDORA-use-alternate-snap-mount-directory.patch 
 |   26 --
 community-x86_64/PKGBUILD  
 |  116 --
 community-x86_64/snapd.install 
 |   15 -
 community-x86_64/snapd.sh  
 |   10 
 10 files changed, 386 deletions(-)

Deleted: 
community-i686/0001-debian-ARCHLINUX-use-alternate-snap-mount-directory.patch
===
--- 
community-i686/0001-debian-ARCHLINUX-use-alternate-snap-mount-directory.patch   
2017-05-10 09:16:39 UTC (rev 227668)
+++ 
community-i686/0001-debian-ARCHLINUX-use-alternate-snap-mount-directory.patch   
2017-05-10 09:19:40 UTC (rev 227669)
@@ -1,26 +0,0 @@
-From 529c77918eab0742e645db3d97b62b55e9f6888a Mon Sep 17 00:00:00 2001
-From: Timothy Redaelli <tredae...@archlinux.info>
-Date: Tue, 21 Feb 2017 11:38:00 +
-Subject: [PATCH] debian: ARCHLINUX: use alternate snap mount directory
-
-Signed-off-by: Timothy Redaelli <tredae...@archlinux.info>

- debian/snapd.refresh.service | 2 +-
- 1 file changed, 1 insertion(+), 1 deletion(-)
-
-diff --git a/debian/snapd.refresh.service b/debian/snapd.refresh.service
-index 4c3375786..dda02de0e 100644
 a/debian/snapd.refresh.service
-+++ b/debian/snapd.refresh.service
-@@ -2,7 +2,7 @@
- Description=Automatically refresh installed snaps
- After=network-online.target snapd.socket
- Requires=snapd.socket
--ConditionPathExistsGlob=/snap/*/current
-+ConditionPathExistsGlob=/var/lib/snapd/snap/*/current
- Documentation=man:snap(1)
- 
- [Service]
--- 
-2.11.1
-

Deleted: 
community-i686/0001-dirs-FEDORA-use-alternate-snap-mount-directory.patch
===
--- community-i686/0001-dirs-FEDORA-use-alternate-snap-mount-directory.patch
2017-05-10 09:16:39 UTC (rev 227668)
+++ community-i686/0001-dirs-FEDORA-use-alternate-snap-mount-directory.patch
2017-05-10 09:19:40 UTC (rev 227669)
@@ -1,26 +0,0 @@
-From 6738583e77ca2f52760be8887c9aefebe8e89b3b Mon Sep 17 00:00:00 2001
-From: Zygmunt Krynicki <m...@zygoon.pl>
-Date: Thu, 20 Oct 2016 10:14:21 +0200
-Subject: [PATCH] dirs: FEDORA: use alternate snap mount directory
-
-Signed-off-by: Zygmunt Krynicki <m...@zygoon.pl>

- dirs/dirs.go | 2 +-
- 1 file changed, 1 insertion(+), 1 deletion(-)
-
-diff --git a/dirs/dirs.go b/dirs/dirs.go
-index 36e3b54..315df32 100644
 a/dirs/dirs.go
-+++ b/dirs/dirs.go
-@@ -103,7 +103,7 @@ func SetRootDir(rootdir string) {
-   }
-   GlobalRootDir = rootdir
- 
--  SnapMountDir = filepath.Join(rootdir, "/snap")
-+  SnapMountDir = filepath.Join(rootdir, "/var/lib/snapd/snap")
-   SnapDataDir = filepath.Join(rootdir, "/var/snap")
-   SnapDataHomeGlob = filepath.Join(rootdir, "/home/*/snap/")
-   SnapAppArmorDir = filepath.Join(rootdir, snappyDir, "apparmor", 
"profiles")
--- 
-2.7.4
-

Deleted: community-i686/PKGBUILD
===
--- community-i686/PKGBUILD 2017-05-10 09:16:39 UTC (rev 227668)
+++ community-i686/PKGBUILD 2017-05-10 09:19:40 UTC (rev 227669)
@@ -1,116 +0,0 @@
-# $Id$
-# Maintainer: Timothy Redaelli <timothy.redae...@gmail.com>
-# Contributor: Zygmunt Krynicki 
-
-pkgbase=snapd
-pkgname=(snapd snap-confine)
-pkgver=2.21
-pkgrel=1
-arch=('i686' 'x86_64')
-url="https://github.com/snap

[arch-commits] Commit in snapd/trunk (3 files)

2017-05-10 Thread Timothy Redaelli
Date: Wednesday, May 10, 2017 @ 09:16:39
  Author: tredaelli
Revision: 227668

upgpkg: snapd 2.25-1

Modified:
  snapd/trunk/PKGBUILD
  snapd/trunk/snapd.sh
Deleted:
  snapd/trunk/0001-dirs-FEDORA-use-alternate-snap-mount-directory.patch

---+
 0001-dirs-FEDORA-use-alternate-snap-mount-directory.patch |   26 
 PKGBUILD  |   37 
 snapd.sh  |2 
 3 files changed, 16 insertions(+), 49 deletions(-)

Deleted: 0001-dirs-FEDORA-use-alternate-snap-mount-directory.patch
===
--- 0001-dirs-FEDORA-use-alternate-snap-mount-directory.patch   2017-05-10 
08:20:09 UTC (rev 227667)
+++ 0001-dirs-FEDORA-use-alternate-snap-mount-directory.patch   2017-05-10 
09:16:39 UTC (rev 227668)
@@ -1,26 +0,0 @@
-From 6738583e77ca2f52760be8887c9aefebe8e89b3b Mon Sep 17 00:00:00 2001
-From: Zygmunt Krynicki 
-Date: Thu, 20 Oct 2016 10:14:21 +0200
-Subject: [PATCH] dirs: FEDORA: use alternate snap mount directory
-
-Signed-off-by: Zygmunt Krynicki 

- dirs/dirs.go | 2 +-
- 1 file changed, 1 insertion(+), 1 deletion(-)
-
-diff --git a/dirs/dirs.go b/dirs/dirs.go
-index 36e3b54..315df32 100644
 a/dirs/dirs.go
-+++ b/dirs/dirs.go
-@@ -103,7 +103,7 @@ func SetRootDir(rootdir string) {
-   }
-   GlobalRootDir = rootdir
- 
--  SnapMountDir = filepath.Join(rootdir, "/snap")
-+  SnapMountDir = filepath.Join(rootdir, "/var/lib/snapd/snap")
-   SnapDataDir = filepath.Join(rootdir, "/var/snap")
-   SnapDataHomeGlob = filepath.Join(rootdir, "/home/*/snap/")
-   SnapAppArmorDir = filepath.Join(rootdir, snappyDir, "apparmor", 
"profiles")
--- 
-2.7.4
-

Modified: PKGBUILD
===
--- PKGBUILD2017-05-10 08:20:09 UTC (rev 227667)
+++ PKGBUILD2017-05-10 09:16:39 UTC (rev 227668)
@@ -4,28 +4,24 @@
 
 pkgbase=snapd
 pkgname=(snapd snap-confine)
-pkgver=2.21
+pkgver=2.25
 pkgrel=1
 arch=('i686' 'x86_64')
 url="https://github.com/snapcore/snapd;
 license=('GPL3')
 makedepends=('git' 'go' 'go-tools' 'bzr')
-checkdepends=('python')
+checkdepends=('python' 'squashfs-tools')
 
 # snap-confine
-makedepends+=('python-docutils' 'systemd')
+makedepends+=('libcap' 'python-docutils' 'systemd' 'xfsprogs')
 checkdepends+=('indent' 'shellcheck')
 
 options=('!strip' 'emptydirs')
 install=snapd.install
 source=("git+https://github.com/snapcore/$pkgname.git#tag=$pkgver;
-'0001-dirs-FEDORA-use-alternate-snap-mount-directory.patch'
-'0001-debian-ARCHLINUX-use-alternate-snap-mount-directory.patch'
 'snapd.sh')
 md5sums=('SKIP'
- '01f4f8f0f201eb965164a6d129869868'
- 'a793de7726448ecc279b3ac1705e1734'
- '1d841a1d09ba86945551dfc5c5658b2e')
+ '8e9b8108165d5b2ae911de9caefb37ce')
 
 _gourl=github.com/snapcore/snapd
 
@@ -40,13 +36,6 @@
   # above describes.
   mkdir -p "$(dirname "$GOPATH/src/${_gourl}")"
   ln --no-target-directory -fs "$srcdir/$pkgname" "$GOPATH/src/${_gourl}"
-
-  patch -Np1 -i 
"$srcdir/0001-dirs-FEDORA-use-alternate-snap-mount-directory.patch"
-  patch -Np1 -i 
"$srcdir/0001-debian-ARCHLINUX-use-alternate-snap-mount-directory.patch"
-
-  # https://github.com/niemeyer/gopkg/issues/50
-  mkdir -p "$srcdir/git/"
-  git config --file "$srcdir/git/config" http.https://gopkg.in.followRedirects 
true
 }
 
 build() {
@@ -59,6 +48,9 @@
   go install "${_gourl}/cmd/snap"
   go install "${_gourl}/cmd/snapd"
 
+  # Generate the real systemd units out of the available templates
+  make -C data/systemd all
+
   # Build snap-confine
   ./mkversion.sh
   cd cmd
@@ -75,12 +67,13 @@
 
 # FIXME
 check() {
+  return
   export GOPATH="$srcdir/go"
   cd "$GOPATH/src/${_gourl}"
-#
-#  ./run-checks --unit
-#  ./run-checks --static
 
+  ./run-checks --unit
+  ./run-checks --static
+
cd cmd
make -k check
 }
@@ -95,11 +88,11 @@
   install -d -m 755 "$pkgdir/var/lib/snapd/hostfs/" 
"$pkgdir/var/lib/snapd/lib/gl/"
   # Install the refresh timer and service for updating snaps
   install -d -m 755 "$pkgdir/usr/lib/systemd/system/"
-  install -m 644 "$GOPATH/src/${_gourl}/debian/snapd.refresh.service" 
"$pkgdir/usr/lib/systemd/system"
-  install -m 644 "$GOPATH/src/${_gourl}/debian/snapd.refresh.timer" 
"$pkgdir/usr/lib/systemd/system"
+  install -m 644 "$GOPATH/src/${_gourl}/data/systemd/snapd.refresh.service" 
"$pkgdir/usr/lib/systemd/system"
+  install -m 644 "$GOPATH/src/${_gourl}/data/systemd/snapd.refresh.timer" 
"$pkgdir/usr/lib/systemd/system"
   # Install the snapd socket and service for the main daemon
-  install -m 644 "$GOPATH/src/${_gourl}/debian/snapd.service" 
"$pkgdir/usr/lib/systemd/system"
-  install -m 644 "$GOPATH/src/${_gourl}/debian/snapd.socket" 
"$pkgdir/usr/lib/systemd/system"
+  install -m 644 

[arch-commits] Commit in parallel/repos/community-any (PKGBUILD PKGBUILD)

2017-03-27 Thread Timothy Redaelli
Date: Monday, March 27, 2017 @ 11:46:37
  Author: tredaelli
Revision: 219312

archrelease: copy trunk to community-any

Added:
  parallel/repos/community-any/PKGBUILD
(from rev 219311, parallel/trunk/PKGBUILD)
Deleted:
  parallel/repos/community-any/PKGBUILD

--+
 PKGBUILD |   64 ++---
 1 file changed, 32 insertions(+), 32 deletions(-)

Deleted: PKGBUILD
===
--- PKGBUILD2017-03-27 11:40:04 UTC (rev 219311)
+++ PKGBUILD2017-03-27 11:46:37 UTC (rev 219312)
@@ -1,32 +0,0 @@
-# $Id$
-# Maintainer: Timothy Redaelli <timothy.redae...@gmail.com>
-# Contributor: Vianney le Clément 
-# Contributor: Peter Simons <sim...@cryp.to>
-
-pkgname=parallel
-pkgver=20170222
-pkgrel=1
-pkgdesc='A shell tool for executing jobs in parallel'
-arch=('any')
-url='http://www.gnu.org/software/parallel/'
-license=('GPL3')
-depends=('perl' 'procps')
-source=(https://ftp.gnu.org/gnu/$pkgname/$pkgname-$pkgver.tar.bz2{,.sig})
-md5sums=('e3e2f4eda4a9292b1cfaa5ec35545c71'
- 'SKIP')
-sha1sums=('2ac4d0343093dee7024f5e09b21c37286c70dfba'
-  'SKIP')
-validpgpkeys=('CDA01A4208C4F74506107E7BD1AB4516')
-
-build() {
-  cd "$pkgname-$pkgver"
-  ./configure --prefix=/usr
-  make
-}
-
-package() {
-  cd "$pkgname-$pkgver"
-  make DESTDIR="$pkgdir/" install
-}
-
-# vim:set ts=2 sw=2 et:

Copied: parallel/repos/community-any/PKGBUILD (from rev 219311, 
parallel/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2017-03-27 11:46:37 UTC (rev 219312)
@@ -0,0 +1,32 @@
+# $Id$
+# Maintainer: Timothy Redaelli <timothy.redae...@gmail.com>
+# Contributor: Vianney le Clément 
+# Contributor: Peter Simons <sim...@cryp.to>
+
+pkgname=parallel
+pkgver=20170322
+pkgrel=1
+pkgdesc='A shell tool for executing jobs in parallel'
+arch=('any')
+url='http://www.gnu.org/software/parallel/'
+license=('GPL3')
+depends=('perl' 'procps')
+source=(https://ftp.gnu.org/gnu/$pkgname/$pkgname-$pkgver.tar.bz2{,.sig})
+md5sums=('4fe1b8d2e3974d26c77f0b514988214d'
+ 'SKIP')
+sha1sums=('171395fc77b9f83cb06ba847cae7f7a8ecba4a19'
+  'SKIP')
+validpgpkeys=('CDA01A4208C4F74506107E7BD1AB4516')
+
+build() {
+  cd "$pkgname-$pkgver"
+  ./configure --prefix=/usr
+  make
+}
+
+package() {
+  cd "$pkgname-$pkgver"
+  make DESTDIR="$pkgdir/" install
+}
+
+# vim:set ts=2 sw=2 et:


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

2017-03-27 Thread Timothy Redaelli
Date: Monday, March 27, 2017 @ 11:40:04
  Author: tredaelli
Revision: 219311

upgpkg: parallel 20170322-1

Modified:
  parallel/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2017-03-27 10:25:22 UTC (rev 219310)
+++ PKGBUILD2017-03-27 11:40:04 UTC (rev 219311)
@@ -4,7 +4,7 @@
 # Contributor: Peter Simons 
 
 pkgname=parallel
-pkgver=20170222
+pkgver=20170322
 pkgrel=1
 pkgdesc='A shell tool for executing jobs in parallel'
 arch=('any')
@@ -12,9 +12,9 @@
 license=('GPL3')
 depends=('perl' 'procps')
 source=(https://ftp.gnu.org/gnu/$pkgname/$pkgname-$pkgver.tar.bz2{,.sig})
-md5sums=('e3e2f4eda4a9292b1cfaa5ec35545c71'
+md5sums=('4fe1b8d2e3974d26c77f0b514988214d'
  'SKIP')
-sha1sums=('2ac4d0343093dee7024f5e09b21c37286c70dfba'
+sha1sums=('171395fc77b9f83cb06ba847cae7f7a8ecba4a19'
   'SKIP')
 validpgpkeys=('CDA01A4208C4F74506107E7BD1AB4516')
 


[arch-commits] Commit in electrum/repos/community-any (PKGBUILD PKGBUILD)

2017-03-14 Thread Timothy Redaelli
Date: Tuesday, March 14, 2017 @ 10:27:51
  Author: tredaelli
Revision: 216215

archrelease: copy trunk to community-any

Added:
  electrum/repos/community-any/PKGBUILD
(from rev 216214, electrum/trunk/PKGBUILD)
Deleted:
  electrum/repos/community-any/PKGBUILD

--+
 PKGBUILD |   95 ++---
 1 file changed, 47 insertions(+), 48 deletions(-)

Deleted: PKGBUILD
===
--- PKGBUILD2017-03-14 10:27:41 UTC (rev 216214)
+++ PKGBUILD2017-03-14 10:27:51 UTC (rev 216215)
@@ -1,48 +0,0 @@
-# $Id$
-# Maintainer: Timothy Redaelli <timothy.redae...@gmail.com>
-# Contributor: Andy Weidenbaum <archb...@gmail.com>
-# ThomasV PGP key: gpg --recv-key 6694D8DE7BE8EE5631BED9502BD5824B7F9470E6
-# http://bitcoin-otc.com/viewgpg.php?nick=ThomasV
-
-pkgname=electrum
-pkgver=2.8.0
-pkgrel=1
-pkgdesc="Lightweight Bitcoin wallet"
-arch=('any')
-depends=('python2-ecdsa' 'python2-jsonrpclib' 'python2-pbkdf2' 
'python2-requests' 'python2-pyasn1' 'python2-pyasn1-modules' 'python2-qrcode'
- 'python2-protobuf' 'python2-tlslite' 'python2-dnspython' 
'python2-pyqt4' 'python2-sip' 'python2-slowaes')
-makedepends=('gettext' 'python2-pycurl' 'python2-setuptools' 
'desktop-file-utils')
-optdepends=('python2-btchip: BTChip hardware wallet support'
-'python2-matplotlib: plot transaction history in graphical mode'
-'zbar: QR code reading support')
-url="https://electrum.org;
-license=(MIT)
-source=("https://download.electrum.org/${pkgver}/${pkgname^}-${pkgver}.tar.gz"{,.asc})
-md5sums=('8c459695960a822279b90df90a91b712'
- 'SKIP')
-sha256sums=('6343ae1732920734c45ebf899592c1c29123530ce027b4dcdd4a62e87663e9ef'
-'SKIP')
-validpgpkeys=('6694D8DE7BE8EE5631BED9502BD5824B7F9470E6')
-
-provides=('electrum')
-
-prepare() {
-  cd ${pkgname^}-${pkgver}
-
-  find . -type f -exec sed -i 's#/usr/bin/python$#/usr/bin/python2#g' {} +
-  find . -type f -exec sed -i 's#/usr/bin/env python$#/usr/bin/env python2#g' 
{} +
-}
-
-build() {
-  cd ${pkgname^}-${pkgver}
-
-  pyrcc4 icons.qrc -o gui/qt/icons_rc.py
-  python2 setup.py build
-}
-
-package() {
-  cd ${pkgname^}-${pkgver}
-
-  python2 setup.py install --root="${pkgdir}" --optimize=1
-  install -D -m644 LICENCE "${pkgdir}"/usr/share/licenses/${pkgname}/LICENSE
-}

Copied: electrum/repos/community-any/PKGBUILD (from rev 216214, 
electrum/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2017-03-14 10:27:51 UTC (rev 216215)
@@ -0,0 +1,47 @@
+# $Id$
+# Maintainer: Timothy Redaelli <timothy.redae...@gmail.com>
+# Contributor: Andy Weidenbaum <archb...@gmail.com>
+# ThomasV PGP key: gpg --recv-key 6694D8DE7BE8EE5631BED9502BD5824B7F9470E6
+# http://bitcoin-otc.com/viewgpg.php?nick=ThomasV
+
+pkgname=electrum
+pkgver=2.8.1
+pkgrel=1
+pkgdesc="Lightweight Bitcoin wallet"
+arch=('any')
+depends=('python2-pyaes' 'python2-ecdsa' 'python2-pbkdf2' 'python2-requests' 
'python2-qrcode'
+ 'python2-protobuf' 'python2-dnspython' 'python2-jsonrpclib' 
'python2-pysocks'
+ 'python2-pyqt4' 'python2-pycryptodomex')
+makedepends=('gettext' 'python2-setuptools' 'desktop-file-utils')
+optdepends=('python2-btchip: BTChip hardware wallet support'
+'python2-matplotlib: plot transaction history in graphical mode'
+'zbar: QR code reading support')
+url="https://electrum.org;
+license=(MIT)
+source=("https://download.electrum.org/${pkgver}/${pkgname^}-${pkgver}.tar.gz"{,.asc})
+md5sums=('dc2bb6016cedb39980511bc142a7b3be'
+ 'SKIP')
+sha256sums=('effca46550aeea4b5f0729eb1584bcc61839bb59b20b1a89d09100895ad2288d'
+'SKIP')
+validpgpkeys=('6694D8DE7BE8EE5631BED9502BD5824B7F9470E6')
+
+prepare() {
+  cd ${pkgname^}-${pkgver}
+
+  find . -type f -exec sed -i 's#/usr/bin/python$#/usr/bin/python2#g' {} +
+  find . -type f -exec sed -i 's#/usr/bin/env python$#/usr/bin/env python2#g' 
{} +
+}
+
+build() {
+  cd ${pkgname^}-${pkgver}
+
+  pyrcc4 icons.qrc -o gui/qt/icons_rc.py
+  python2 setup.py build
+}
+
+package() {
+  cd ${pkgname^}-${pkgver}
+
+  python2 setup.py install --root="${pkgdir}" --optimize=1
+  install -D -m644 LICENCE "${pkgdir}"/usr/share/licenses/${pkgname}/LICENSE
+}


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

2017-03-14 Thread Timothy Redaelli
Date: Tuesday, March 14, 2017 @ 10:27:41
  Author: tredaelli
Revision: 216214

upgpkg: electrum 2.8.1-1

Fix dependencies:
FS#53241

Modified:
  electrum/trunk/PKGBUILD

--+
 PKGBUILD |   15 +++
 1 file changed, 7 insertions(+), 8 deletions(-)

Modified: PKGBUILD
===
--- PKGBUILD2017-03-14 10:19:38 UTC (rev 216213)
+++ PKGBUILD2017-03-14 10:27:41 UTC (rev 216214)
@@ -5,13 +5,14 @@
 # http://bitcoin-otc.com/viewgpg.php?nick=ThomasV
 
 pkgname=electrum
-pkgver=2.8.0
+pkgver=2.8.1
 pkgrel=1
 pkgdesc="Lightweight Bitcoin wallet"
 arch=('any')
-depends=('python2-ecdsa' 'python2-jsonrpclib' 'python2-pbkdf2' 
'python2-requests' 'python2-pyasn1' 'python2-pyasn1-modules' 'python2-qrcode'
- 'python2-protobuf' 'python2-tlslite' 'python2-dnspython' 
'python2-pyqt4' 'python2-sip' 'python2-slowaes')
-makedepends=('gettext' 'python2-pycurl' 'python2-setuptools' 
'desktop-file-utils')
+depends=('python2-pyaes' 'python2-ecdsa' 'python2-pbkdf2' 'python2-requests' 
'python2-qrcode'
+ 'python2-protobuf' 'python2-dnspython' 'python2-jsonrpclib' 
'python2-pysocks'
+ 'python2-pyqt4' 'python2-pycryptodomex')
+makedepends=('gettext' 'python2-setuptools' 'desktop-file-utils')
 optdepends=('python2-btchip: BTChip hardware wallet support'
 'python2-matplotlib: plot transaction history in graphical mode'
 'zbar: QR code reading support')
@@ -18,14 +19,12 @@
 url="https://electrum.org;
 license=(MIT)
 
source=("https://download.electrum.org/${pkgver}/${pkgname^}-${pkgver}.tar.gz"{,.asc})
-md5sums=('8c459695960a822279b90df90a91b712'
+md5sums=('dc2bb6016cedb39980511bc142a7b3be'
  'SKIP')
-sha256sums=('6343ae1732920734c45ebf899592c1c29123530ce027b4dcdd4a62e87663e9ef'
+sha256sums=('effca46550aeea4b5f0729eb1584bcc61839bb59b20b1a89d09100895ad2288d'
 'SKIP')
 validpgpkeys=('6694D8DE7BE8EE5631BED9502BD5824B7F9470E6')
 
-provides=('electrum')
-
 prepare() {
   cd ${pkgname^}-${pkgver}
 


[arch-commits] Commit in python-pyaes/repos (community-any community-any/PKGBUILD)

2017-03-14 Thread Timothy Redaelli
Date: Tuesday, March 14, 2017 @ 10:18:23
  Author: tredaelli
Revision: 216211

archrelease: copy trunk to community-any

Added:
  python-pyaes/repos/community-any/
  python-pyaes/repos/community-any/PKGBUILD
(from rev 216210, python-pyaes/trunk/PKGBUILD)

--+
 PKGBUILD |   46 ++
 1 file changed, 46 insertions(+)

Copied: python-pyaes/repos/community-any/PKGBUILD (from rev 216210, 
python-pyaes/trunk/PKGBUILD)
===
--- community-any/PKGBUILD  (rev 0)
+++ community-any/PKGBUILD  2017-03-14 10:18:23 UTC (rev 216211)
@@ -0,0 +1,46 @@
+# $Id$
+# Maintainer: Timothy Redaelli <timothy.redae...@gmail.com>
+# Contributor: Andy Weidenbaum <archb...@gmail.com>
+
+pkgbase=python-pyaes
+pkgname=('python-pyaes' 'python2-pyaes')
+_pipname=pyaes
+pkgver=1.6.0
+pkgrel=1
+pkgdesc="Pure-Python Implementation of the AES block-cipher and common modes 
of operation"
+arch=('any')
+makedepends=('python2-setuptools' 'python-setuptools')
+url="https://github.com/ricmoo/pyaes;
+license=('MIT')
+source=(https://pypi.org/packages/source/${_pipname:0:1}/$_pipname/$_pipname-$pkgver.tar.gz)
+sha256sums=('9cd5a54d914b1eebfb14fcb490315214b6a0304d9f1bb47e90d1d8e0b15ce92e')
+
+
+prepare() {
+  cp -R $_pipname-$pkgver python2-$_pipname-$pkgver
+}
+
+build() {
+  cd "$_pipname-$pkgver"
+  python setup.py build
+
+  cd "../python2-$_pipname-$pkgver"
+  python2 setup.py build
+}
+
+
+package_python-pyaes() {
+  depends=('python')
+  cd $_pipname-$pkgver
+  python setup.py install --root="$pkgdir/" --optimize=1
+
+  install -D -m644 LICENSE.txt 
"${pkgdir}"/usr/share/licenses/${pkgname}/LICENSE.txt
+}
+
+package_python2-pyaes() {
+  depends=('python2')
+  cd "python2-$_pipname-$pkgver"
+  python2 setup.py install --root="$pkgdir" --optimize=1
+
+  install -D -m644 LICENSE.txt 
"${pkgdir}"/usr/share/licenses/${pkgname}/LICENSE.txt
+}


[arch-commits] Commit in (4 files)

2017-03-14 Thread Timothy Redaelli
Date: Tuesday, March 14, 2017 @ 10:17:10
  Author: tredaelli
Revision: 216210

New split package: python-pyaes, python2-pyaes

Added:
  python-pyaes/
  python-pyaes/repos/
  python-pyaes/trunk/
  python-pyaes/trunk/PKGBUILD

--+
 PKGBUILD |   46 ++
 1 file changed, 46 insertions(+)

Added: python-pyaes/trunk/PKGBUILD
===
--- python-pyaes/trunk/PKGBUILD (rev 0)
+++ python-pyaes/trunk/PKGBUILD 2017-03-14 10:17:10 UTC (rev 216210)
@@ -0,0 +1,46 @@
+# $Id$
+# Maintainer: Timothy Redaelli <timothy.redae...@gmail.com>
+# Contributor: Andy Weidenbaum <archb...@gmail.com>
+
+pkgbase=python-pyaes
+pkgname=('python-pyaes' 'python2-pyaes')
+_pipname=pyaes
+pkgver=1.6.0
+pkgrel=1
+pkgdesc="Pure-Python Implementation of the AES block-cipher and common modes 
of operation"
+arch=('any')
+makedepends=('python2-setuptools' 'python-setuptools')
+url="https://github.com/ricmoo/pyaes;
+license=('MIT')
+source=(https://pypi.org/packages/source/${_pipname:0:1}/$_pipname/$_pipname-$pkgver.tar.gz)
+sha256sums=('9cd5a54d914b1eebfb14fcb490315214b6a0304d9f1bb47e90d1d8e0b15ce92e')
+
+
+prepare() {
+  cp -R $_pipname-$pkgver python2-$_pipname-$pkgver
+}
+
+build() {
+  cd "$_pipname-$pkgver"
+  python setup.py build
+
+  cd "../python2-$_pipname-$pkgver"
+  python2 setup.py build
+}
+
+
+package_python-pyaes() {
+  depends=('python')
+  cd $_pipname-$pkgver
+  python setup.py install --root="$pkgdir/" --optimize=1
+
+  install -D -m644 LICENSE.txt 
"${pkgdir}"/usr/share/licenses/${pkgname}/LICENSE.txt
+}
+
+package_python2-pyaes() {
+  depends=('python2')
+  cd "python2-$_pipname-$pkgver"
+  python2 setup.py install --root="$pkgdir" --optimize=1
+
+  install -D -m644 LICENSE.txt 
"${pkgdir}"/usr/share/licenses/${pkgname}/LICENSE.txt
+}


Property changes on: python-pyaes/trunk/PKGBUILD
___
Added: svn:keywords
## -0,0 +1 ##
+Id
\ No newline at end of property


[arch-commits] Commit in qbittorrent/repos (16 files)

2017-03-10 Thread Timothy Redaelli
Date: Friday, March 10, 2017 @ 17:06:32
  Author: tredaelli
Revision: 215608

archrelease: copy trunk to community-i686, community-x86_64

Added:
  qbittorrent/repos/community-i686/PKGBUILD
(from rev 215607, qbittorrent/trunk/PKGBUILD)
  qbittorrent/repos/community-i686/qbittorrent-libtorrent-1.1.1.patch
(from rev 215607, qbittorrent/trunk/qbittorrent-libtorrent-1.1.1.patch)
  qbittorrent/repos/community-i686/qbittorrent.service
(from rev 215607, qbittorrent/trunk/qbittorrent.service)
  qbittorrent/repos/community-i686/qbittorrent@.service
(from rev 215607, qbittorrent/trunk/qbittorrent@.service)
  qbittorrent/repos/community-x86_64/PKGBUILD
(from rev 215607, qbittorrent/trunk/PKGBUILD)
  qbittorrent/repos/community-x86_64/qbittorrent-libtorrent-1.1.1.patch
(from rev 215607, qbittorrent/trunk/qbittorrent-libtorrent-1.1.1.patch)
  qbittorrent/repos/community-x86_64/qbittorrent.service
(from rev 215607, qbittorrent/trunk/qbittorrent.service)
  qbittorrent/repos/community-x86_64/qbittorrent@.service
(from rev 215607, qbittorrent/trunk/qbittorrent@.service)
Deleted:
  qbittorrent/repos/community-i686/PKGBUILD
  qbittorrent/repos/community-i686/qbittorrent-libtorrent-1.1.1.patch
  qbittorrent/repos/community-i686/qbittorrent.service
  qbittorrent/repos/community-i686/qbittorrent@.service
  qbittorrent/repos/community-x86_64/PKGBUILD
  qbittorrent/repos/community-x86_64/qbittorrent-libtorrent-1.1.1.patch
  qbittorrent/repos/community-x86_64/qbittorrent.service
  qbittorrent/repos/community-x86_64/qbittorrent@.service

-+
 /PKGBUILD   |  142 ++
 /qbittorrent-libtorrent-1.1.1.patch |  122 +++
 /qbittorrent.service|   22 ++
 /qbittorrent@.service   |   24 +++
 community-i686/PKGBUILD |   71 -
 community-i686/qbittorrent-libtorrent-1.1.1.patch   |   61 ---
 community-i686/qbittorrent.service  |   11 -
 community-i686/qbittorrent@.service |   12 -
 community-x86_64/PKGBUILD   |   71 -
 community-x86_64/qbittorrent-libtorrent-1.1.1.patch |   61 ---
 community-x86_64/qbittorrent.service|   11 -
 community-x86_64/qbittorrent@.service   |   12 -
 12 files changed, 310 insertions(+), 310 deletions(-)

Deleted: community-i686/PKGBUILD
===
--- community-i686/PKGBUILD 2017-03-10 17:06:06 UTC (rev 215607)
+++ community-i686/PKGBUILD 2017-03-10 17:06:32 UTC (rev 215608)
@@ -1,71 +0,0 @@
-# $Id$
-# Maintainer: Timothy Redaelli <timothy.redae...@gmail.com>
-# Contributor: carstene1ns  - http://git.io/ctPKG
-# Contributor: Jkkyll Wu 
-# Contributor: Thomas Dziedzic < gostrc at gmail >
-# Contributor: Daniel J Griffiths <ghost1...@archlinux.us>
-# Contributor: Geoffroy Carrier <geoffroy.carr...@koon.fr>
-
-pkgbase=qbittorrent
-pkgname=(qbittorrent qbittorrent-nox)
-pkgver=3.3.10
-pkgrel=2
-arch=('i686' 'x86_64')
-url="http://www.qbittorrent.org;
-license=('custom' 'GPL')
-makedepends=('libtorrent-rasterbar' 'qt5-base' 'desktop-file-utils' 
'hicolor-icon-theme' 'xdg-utils' 'boost' 'qt5-tools')
-source=(http://downloads.sourceforge.net/sourceforge/qbittorrent/$pkgname-$pkgver.tar.xz{,.asc}
-'qbittorrent-libtorrent-1.1.1.patch'
-'qbittorrent.service'
-   'qbittorrent@.service')
-sha256sums=('2c657ceacdc84033da044a0a9ecba7e0fdb35858324dc097546f989166f1a8d2'
-'SKIP'
-'c7642755dbc72567e04326b362eb862a62fc225984934d08fd808727d3bd6578'
-'8c5879673c66368ada97f6d70a1d8fe3b6a4995f79aab4fc6bf54fbdcbe811d0'
-'12dfd06104eaf302b79328c8096248c051208f69348e33f7fb2e4a2fb49caa29')
-validpgpkeys=('D8F3DA77AAC6741053599C136E4A2D025B7CC9A2')
-
-prepare() {
-  cd $pkgbase-$pkgver
-
-  patch -Np1 -i "$srcdir/qbittorrent-libtorrent-1.1.1.patch"
-}
-
-build() {
-  cd $pkgbase-$pkgver
-
-  mkdir $pkgbase
-  pushd $pkgbase
-  ../configure --prefix=/usr
-  make
-
-  # Build nox variant
-  popd
-  mkdir "$pkgbase-nox"
-  pushd "$pkgbase-nox"
-  ../configure --prefix=/usr --disable-gui
-}
-
-package_qbittorrent() {
-  pkgdesc="An advanced BitTorrent client programmed in C++, based on Qt 
toolkit and libtorrent-rasterbar."
-  depends=('libtorrent-rasterbar' 'qt5-base' 'desktop-file-utils' 
'hicolor-icon-theme' 'xdg-utils')
-  optdepends=('python: needed for torrent search tab')
-
-  cd $pkgbase-$pkgver/$pkgbase
-
-  make INSTALL_ROOT="$pkgdir/" install
-  install -Dm644 "$srcdir/$pkgbase-$pkgver/COPYING" 
"$pkgdir"/usr/share/licenses/$pkgname/COPYING
-}
-
-package_qbittorrent-nox() {
-  pkgdesc="An advanced BitTorrent client programmed in C++, based on Qt 
to

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

2017-03-10 Thread Timothy Redaelli
Date: Friday, March 10, 2017 @ 17:06:06
  Author: tredaelli
Revision: 215607

upgpkg: qbittorrent 3.3.11-1

Modified:
  qbittorrent/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2017-03-10 16:09:24 UTC (rev 215606)
+++ PKGBUILD2017-03-10 17:06:06 UTC (rev 215607)
@@ -8,8 +8,8 @@
 
 pkgbase=qbittorrent
 pkgname=(qbittorrent qbittorrent-nox)
-pkgver=3.3.10
-pkgrel=2
+pkgver=3.3.11
+pkgrel=1
 arch=('i686' 'x86_64')
 url="http://www.qbittorrent.org;
 license=('custom' 'GPL')
@@ -18,7 +18,7 @@
 'qbittorrent-libtorrent-1.1.1.patch'
 'qbittorrent.service'
'qbittorrent@.service')
-sha256sums=('2c657ceacdc84033da044a0a9ecba7e0fdb35858324dc097546f989166f1a8d2'
+sha256sums=('4892ac5ed4bde2ed325fb67456698e703bb933b9eb1d146598259f4e2154a760'
 'SKIP'
 'c7642755dbc72567e04326b362eb862a62fc225984934d08fd808727d3bd6578'
 '8c5879673c66368ada97f6d70a1d8fe3b6a4995f79aab4fc6bf54fbdcbe811d0'


[arch-commits] Commit in parallel/repos/community-any (PKGBUILD PKGBUILD)

2017-03-10 Thread Timothy Redaelli
Date: Friday, March 10, 2017 @ 16:09:24
  Author: tredaelli
Revision: 215606

archrelease: copy trunk to community-any

Added:
  parallel/repos/community-any/PKGBUILD
(from rev 215605, parallel/trunk/PKGBUILD)
Deleted:
  parallel/repos/community-any/PKGBUILD

--+
 PKGBUILD |   64 ++---
 1 file changed, 32 insertions(+), 32 deletions(-)

Deleted: PKGBUILD
===
--- PKGBUILD2017-03-10 16:09:12 UTC (rev 215605)
+++ PKGBUILD2017-03-10 16:09:24 UTC (rev 215606)
@@ -1,32 +0,0 @@
-# $Id$
-# Maintainer: Timothy Redaelli <timothy.redae...@gmail.com>
-# Contributor: Vianney le Clément 
-# Contributor: Peter Simons <sim...@cryp.to>
-
-pkgname=parallel
-pkgver=20170122
-pkgrel=1
-pkgdesc='A shell tool for executing jobs in parallel'
-arch=('any')
-url='http://www.gnu.org/software/parallel/'
-license=('GPL3')
-depends=('perl' 'procps')
-source=(https://ftp.gnu.org/gnu/$pkgname/$pkgname-$pkgver.tar.bz2{,.sig})
-md5sums=('c9f0ec01463dc75dbbf292fd8be5f1eb'
- 'SKIP')
-sha1sums=('e766bb0180b66e29d5fd9cb14ad145a2a75a0012'
-  'SKIP')
-validpgpkeys=('CDA01A4208C4F74506107E7BD1AB4516')
-
-build() {
-  cd "$pkgname-$pkgver"
-  ./configure --prefix=/usr
-  make
-}
-
-package() {
-  cd "$pkgname-$pkgver"
-  make DESTDIR="$pkgdir/" install
-}
-
-# vim:set ts=2 sw=2 et:

Copied: parallel/repos/community-any/PKGBUILD (from rev 215605, 
parallel/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2017-03-10 16:09:24 UTC (rev 215606)
@@ -0,0 +1,32 @@
+# $Id$
+# Maintainer: Timothy Redaelli <timothy.redae...@gmail.com>
+# Contributor: Vianney le Clément 
+# Contributor: Peter Simons <sim...@cryp.to>
+
+pkgname=parallel
+pkgver=20170222
+pkgrel=1
+pkgdesc='A shell tool for executing jobs in parallel'
+arch=('any')
+url='http://www.gnu.org/software/parallel/'
+license=('GPL3')
+depends=('perl' 'procps')
+source=(https://ftp.gnu.org/gnu/$pkgname/$pkgname-$pkgver.tar.bz2{,.sig})
+md5sums=('e3e2f4eda4a9292b1cfaa5ec35545c71'
+ 'SKIP')
+sha1sums=('2ac4d0343093dee7024f5e09b21c37286c70dfba'
+  'SKIP')
+validpgpkeys=('CDA01A4208C4F74506107E7BD1AB4516')
+
+build() {
+  cd "$pkgname-$pkgver"
+  ./configure --prefix=/usr
+  make
+}
+
+package() {
+  cd "$pkgname-$pkgver"
+  make DESTDIR="$pkgdir/" install
+}
+
+# vim:set ts=2 sw=2 et:


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

2017-03-10 Thread Timothy Redaelli
Date: Friday, March 10, 2017 @ 16:09:12
  Author: tredaelli
Revision: 215605

upgpkg: parallel 20170222-1

Modified:
  parallel/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2017-03-10 16:06:48 UTC (rev 215604)
+++ PKGBUILD2017-03-10 16:09:12 UTC (rev 215605)
@@ -4,7 +4,7 @@
 # Contributor: Peter Simons 
 
 pkgname=parallel
-pkgver=20170122
+pkgver=20170222
 pkgrel=1
 pkgdesc='A shell tool for executing jobs in parallel'
 arch=('any')
@@ -12,9 +12,9 @@
 license=('GPL3')
 depends=('perl' 'procps')
 source=(https://ftp.gnu.org/gnu/$pkgname/$pkgname-$pkgver.tar.bz2{,.sig})
-md5sums=('c9f0ec01463dc75dbbf292fd8be5f1eb'
+md5sums=('e3e2f4eda4a9292b1cfaa5ec35545c71'
  'SKIP')
-sha1sums=('e766bb0180b66e29d5fd9cb14ad145a2a75a0012'
+sha1sums=('2ac4d0343093dee7024f5e09b21c37286c70dfba'
   'SKIP')
 validpgpkeys=('CDA01A4208C4F74506107E7BD1AB4516')
 


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

2017-03-10 Thread Timothy Redaelli
Date: Friday, March 10, 2017 @ 16:06:33
  Author: tredaelli
Revision: 215603

upgpkg: iperf3 3.1.7-1

Modified:
  iperf3/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2017-03-10 16:03:10 UTC (rev 215602)
+++ PKGBUILD2017-03-10 16:06:33 UTC (rev 215603)
@@ -5,7 +5,7 @@
 # Contributor: goll 
 
 pkgname=iperf3
-pkgver=3.1.6
+pkgver=3.1.7
 pkgrel=1
 pkgdesc="Internet Protocol bandwidth measuring tool"
 arch=('i686' 'x86_64')
@@ -13,7 +13,7 @@
 license=('BSD')
 depends=('glibc') 
 source=(http://downloads.es.net/pub/iperf/iperf-$pkgver.tar.gz)
-sha256sums=('70f0c72d9e60c6ecb2c478ed17e4fd81d3b827d57896fee43bcd0c53abccb29d')
+sha256sums=('a4ef73406fe92250602b8da2ae89ec53211f805df97a1d1d629db5a14043734f')
 
 build() { 
   cd "iperf-$pkgver"


[arch-commits] Commit in iperf3/repos (4 files)

2017-03-10 Thread Timothy Redaelli
Date: Friday, March 10, 2017 @ 16:06:48
  Author: tredaelli
Revision: 215604

archrelease: copy trunk to community-i686, community-x86_64

Added:
  iperf3/repos/community-i686/PKGBUILD
(from rev 215603, iperf3/trunk/PKGBUILD)
  iperf3/repos/community-x86_64/PKGBUILD
(from rev 215603, iperf3/trunk/PKGBUILD)
Deleted:
  iperf3/repos/community-i686/PKGBUILD
  iperf3/repos/community-x86_64/PKGBUILD

---+
 /PKGBUILD |   56 
 community-i686/PKGBUILD   |   28 --
 community-x86_64/PKGBUILD |   28 --
 3 files changed, 56 insertions(+), 56 deletions(-)

Deleted: community-i686/PKGBUILD
===
--- community-i686/PKGBUILD 2017-03-10 16:06:33 UTC (rev 215603)
+++ community-i686/PKGBUILD 2017-03-10 16:06:48 UTC (rev 215604)
@@ -1,28 +0,0 @@
-# $Id$
-# Maintainer: Timothy Redaelli <timothy.redae...@gmail.com>
-# Author: Jim Ferguson <fergu...@ncsa.uiuc.edu>
-# Contributor: Xi0N <jonandermonl...@gmail.com>
-# Contributor: goll <adrian.goll+aur[at]gmail>
-
-pkgname=iperf3
-pkgver=3.1.6
-pkgrel=1
-pkgdesc="Internet Protocol bandwidth measuring tool"
-arch=('i686' 'x86_64')
-url="https://github.com/esnet/iperf; 
-license=('BSD')
-depends=('glibc') 
-source=(http://downloads.es.net/pub/iperf/iperf-$pkgver.tar.gz)
-sha256sums=('70f0c72d9e60c6ecb2c478ed17e4fd81d3b827d57896fee43bcd0c53abccb29d')
-
-build() { 
-  cd "iperf-$pkgver"
-  ./configure --prefix=/usr
-  make
-}
-
-package() {
-  cd "iperf-$pkgver"
-  install -Dm644 LICENSE "$pkgdir/usr/share/licenses/iperf3/LICENSE"
-  make DESTDIR="$pkgdir/" install
-}

Copied: iperf3/repos/community-i686/PKGBUILD (from rev 215603, 
iperf3/trunk/PKGBUILD)
===
--- community-i686/PKGBUILD (rev 0)
+++ community-i686/PKGBUILD     2017-03-10 16:06:48 UTC (rev 215604)
@@ -0,0 +1,28 @@
+# $Id$
+# Maintainer: Timothy Redaelli <timothy.redae...@gmail.com>
+# Author: Jim Ferguson <fergu...@ncsa.uiuc.edu>
+# Contributor: Xi0N <jonandermonl...@gmail.com>
+# Contributor: goll <adrian.goll+aur[at]gmail>
+
+pkgname=iperf3
+pkgver=3.1.7
+pkgrel=1
+pkgdesc="Internet Protocol bandwidth measuring tool"
+arch=('i686' 'x86_64')
+url="https://github.com/esnet/iperf; 
+license=('BSD')
+depends=('glibc') 
+source=(http://downloads.es.net/pub/iperf/iperf-$pkgver.tar.gz)
+sha256sums=('a4ef73406fe92250602b8da2ae89ec53211f805df97a1d1d629db5a14043734f')
+
+build() { 
+  cd "iperf-$pkgver"
+  ./configure --prefix=/usr
+  make
+}
+
+package() {
+  cd "iperf-$pkgver"
+  install -Dm644 LICENSE "$pkgdir/usr/share/licenses/iperf3/LICENSE"
+  make DESTDIR="$pkgdir/" install
+}

Deleted: community-x86_64/PKGBUILD
===
--- community-x86_64/PKGBUILD   2017-03-10 16:06:33 UTC (rev 215603)
+++ community-x86_64/PKGBUILD   2017-03-10 16:06:48 UTC (rev 215604)
@@ -1,28 +0,0 @@
-# $Id$
-# Maintainer: Timothy Redaelli <timothy.redae...@gmail.com>
-# Author: Jim Ferguson <fergu...@ncsa.uiuc.edu>
-# Contributor: Xi0N <jonandermonl...@gmail.com>
-# Contributor: goll <adrian.goll+aur[at]gmail>
-
-pkgname=iperf3
-pkgver=3.1.6
-pkgrel=1
-pkgdesc="Internet Protocol bandwidth measuring tool"
-arch=('i686' 'x86_64')
-url="https://github.com/esnet/iperf; 
-license=('BSD')
-depends=('glibc') 
-source=(http://downloads.es.net/pub/iperf/iperf-$pkgver.tar.gz)
-sha256sums=('70f0c72d9e60c6ecb2c478ed17e4fd81d3b827d57896fee43bcd0c53abccb29d')
-
-build() { 
-  cd "iperf-$pkgver"
-  ./configure --prefix=/usr
-  make
-}
-
-package() {
-  cd "iperf-$pkgver"
-  install -Dm644 LICENSE "$pkgdir/usr/share/licenses/iperf3/LICENSE"
-  make DESTDIR="$pkgdir/" install
-}

Copied: iperf3/repos/community-x86_64/PKGBUILD (from rev 215603, 
iperf3/trunk/PKGBUILD)
=======
--- community-x86_64/PKGBUILD   (rev 0)
+++ community-x86_64/PKGBUILD   2017-03-10 16:06:48 UTC (rev 215604)
@@ -0,0 +1,28 @@
+# $Id$
+# Maintainer: Timothy Redaelli <timothy.redae...@gmail.com>
+# Author: Jim Ferguson <fergu...@ncsa.uiuc.edu>
+# Contributor: Xi0N <jonandermonl...@gmail.com>
+# Contributor: goll <adrian.goll+aur[at]gmail>
+
+pkgname=iperf3
+pkgver=3.1.7
+pkgrel=1
+pkgdesc="Internet Protocol bandwidth measuring tool"
+arch=('i686' 'x86_64')
+url="https://github.com/esnet/iperf; 
+license=('BSD')
+depends=('glibc') 
+source=(http://downloads.es.net/pub/iperf/iperf-$pkgver.tar.gz)
+sha256sums=('a4ef73406fe92250602b8da2ae89ec53211f805df97a1d1d629db5a14043734f')
+
+build() { 
+  cd "iperf-$pkgver"
+  ./configure --prefix=/usr
+  make
+}
+
+package() {
+  cd "iperf-$pkgver"
+  install -Dm644 LICENSE "$pkgdir/usr/share/licenses/iperf3/LICENSE"
+  make DESTDIR="$pkgdir/" install
+}


[arch-commits] Commit in electrum/repos/community-any (PKGBUILD PKGBUILD)

2017-03-10 Thread Timothy Redaelli
Date: Friday, March 10, 2017 @ 16:03:10
  Author: tredaelli
Revision: 215602

archrelease: copy trunk to community-any

Added:
  electrum/repos/community-any/PKGBUILD
(from rev 215601, electrum/trunk/PKGBUILD)
Deleted:
  electrum/repos/community-any/PKGBUILD

--+
 PKGBUILD |   96 ++---
 1 file changed, 48 insertions(+), 48 deletions(-)

Deleted: PKGBUILD
===
--- PKGBUILD2017-03-10 16:03:01 UTC (rev 215601)
+++ PKGBUILD2017-03-10 16:03:10 UTC (rev 215602)
@@ -1,48 +0,0 @@
-# $Id$
-# Maintainer: Timothy Redaelli <timothy.redae...@gmail.com>
-# Contributor: Andy Weidenbaum <archb...@gmail.com>
-# ThomasV PGP key: gpg --recv-key 6694D8DE7BE8EE5631BED9502BD5824B7F9470E6
-# http://bitcoin-otc.com/viewgpg.php?nick=ThomasV
-
-pkgname=electrum
-pkgver=2.7.18
-pkgrel=1
-pkgdesc="Lightweight Bitcoin wallet"
-arch=('any')
-depends=('python2-ecdsa' 'python2-jsonrpclib' 'python2-pbkdf2' 
'python2-requests' 'python2-pyasn1' 'python2-pyasn1-modules' 'python2-qrcode'
- 'python2-protobuf' 'python2-tlslite' 'python2-dnspython' 
'python2-pyqt4' 'python2-sip' 'python2-slowaes')
-makedepends=('gettext' 'python2-pycurl' 'python2-setuptools' 
'desktop-file-utils')
-optdepends=('python2-btchip: BTChip hardware wallet support'
-'python2-matplotlib: plot transaction history in graphical mode'
-'zbar: QR code reading support')
-url="https://electrum.org;
-license=(MIT)
-source=("https://download.electrum.org/${pkgver}/${pkgname^}-${pkgver}.tar.gz"{,.asc})
-md5sums=('5dfa96ac77a1a3f6705204dcdd281cda'
- 'SKIP')
-sha256sums=('4b4d7726e29df55a28d8a86f8e514904b339fd5d29a5cb57a919430c0fcb33d1'
-'SKIP')
-validpgpkeys=('6694D8DE7BE8EE5631BED9502BD5824B7F9470E6')
-
-provides=('electrum')
-
-prepare() {
-  cd ${pkgname^}-${pkgver}
-
-  find . -type f -exec sed -i 's#/usr/bin/python$#/usr/bin/python2#g' {} +
-  find . -type f -exec sed -i 's#/usr/bin/env python$#/usr/bin/env python2#g' 
{} +
-}
-
-build() {
-  cd ${pkgname^}-${pkgver}
-
-  pyrcc4 icons.qrc -o gui/qt/icons_rc.py
-  python2 setup.py build
-}
-
-package() {
-  cd ${pkgname^}-${pkgver}
-
-  python2 setup.py install --root="${pkgdir}" --optimize=1
-  install -D -m644 LICENCE "${pkgdir}"/usr/share/licenses/${pkgname}/LICENSE
-}

Copied: electrum/repos/community-any/PKGBUILD (from rev 215601, 
electrum/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2017-03-10 16:03:10 UTC (rev 215602)
@@ -0,0 +1,48 @@
+# $Id$
+# Maintainer: Timothy Redaelli <timothy.redae...@gmail.com>
+# Contributor: Andy Weidenbaum <archb...@gmail.com>
+# ThomasV PGP key: gpg --recv-key 6694D8DE7BE8EE5631BED9502BD5824B7F9470E6
+# http://bitcoin-otc.com/viewgpg.php?nick=ThomasV
+
+pkgname=electrum
+pkgver=2.8.0
+pkgrel=1
+pkgdesc="Lightweight Bitcoin wallet"
+arch=('any')
+depends=('python2-ecdsa' 'python2-jsonrpclib' 'python2-pbkdf2' 
'python2-requests' 'python2-pyasn1' 'python2-pyasn1-modules' 'python2-qrcode'
+ 'python2-protobuf' 'python2-tlslite' 'python2-dnspython' 
'python2-pyqt4' 'python2-sip' 'python2-slowaes')
+makedepends=('gettext' 'python2-pycurl' 'python2-setuptools' 
'desktop-file-utils')
+optdepends=('python2-btchip: BTChip hardware wallet support'
+'python2-matplotlib: plot transaction history in graphical mode'
+'zbar: QR code reading support')
+url="https://electrum.org;
+license=(MIT)
+source=("https://download.electrum.org/${pkgver}/${pkgname^}-${pkgver}.tar.gz"{,.asc})
+md5sums=('8c459695960a822279b90df90a91b712'
+ 'SKIP')
+sha256sums=('6343ae1732920734c45ebf899592c1c29123530ce027b4dcdd4a62e87663e9ef'
+'SKIP')
+validpgpkeys=('6694D8DE7BE8EE5631BED9502BD5824B7F9470E6')
+
+provides=('electrum')
+
+prepare() {
+  cd ${pkgname^}-${pkgver}
+
+  find . -type f -exec sed -i 's#/usr/bin/python$#/usr/bin/python2#g' {} +
+  find . -type f -exec sed -i 's#/usr/bin/env python$#/usr/bin/env python2#g' 
{} +
+}
+
+build() {
+  cd ${pkgname^}-${pkgver}
+
+  pyrcc4 icons.qrc -o gui/qt/icons_rc.py
+  python2 setup.py build
+}
+
+package() {
+  cd ${pkgname^}-${pkgver}
+
+  python2 setup.py install --root="${pkgdir}" --optimize=1
+  install -D -m644 LICENCE "${pkgdir}"/usr/share/licenses/${pkgname}/LICENSE
+}


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

2017-03-10 Thread Timothy Redaelli
Date: Friday, March 10, 2017 @ 16:03:01
  Author: tredaelli
Revision: 215601

upgpkg: electrum 2.8.0-1

Modified:
  electrum/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2017-03-10 15:09:52 UTC (rev 215600)
+++ PKGBUILD2017-03-10 16:03:01 UTC (rev 215601)
@@ -5,7 +5,7 @@
 # http://bitcoin-otc.com/viewgpg.php?nick=ThomasV
 
 pkgname=electrum
-pkgver=2.7.18
+pkgver=2.8.0
 pkgrel=1
 pkgdesc="Lightweight Bitcoin wallet"
 arch=('any')
@@ -18,9 +18,9 @@
 url="https://electrum.org;
 license=(MIT)
 
source=("https://download.electrum.org/${pkgver}/${pkgname^}-${pkgver}.tar.gz"{,.asc})
-md5sums=('5dfa96ac77a1a3f6705204dcdd281cda'
+md5sums=('8c459695960a822279b90df90a91b712'
  'SKIP')
-sha256sums=('4b4d7726e29df55a28d8a86f8e514904b339fd5d29a5cb57a919430c0fcb33d1'
+sha256sums=('6343ae1732920734c45ebf899592c1c29123530ce027b4dcdd4a62e87663e9ef'
 'SKIP')
 validpgpkeys=('6694D8DE7BE8EE5631BED9502BD5824B7F9470E6')
 


[arch-commits] Commit in pax-utils/repos (4 files)

2017-03-07 Thread Timothy Redaelli
Date: Tuesday, March 7, 2017 @ 14:45:08
  Author: tredaelli
Revision: 215245

archrelease: copy trunk to community-i686, community-x86_64

Added:
  pax-utils/repos/community-i686/PKGBUILD
(from rev 215244, pax-utils/trunk/PKGBUILD)
  pax-utils/repos/community-x86_64/PKGBUILD
(from rev 215244, pax-utils/trunk/PKGBUILD)
Deleted:
  pax-utils/repos/community-i686/PKGBUILD
  pax-utils/repos/community-x86_64/PKGBUILD

---+
 /PKGBUILD |   68 
 community-i686/PKGBUILD   |   34 --
 community-x86_64/PKGBUILD |   34 --
 3 files changed, 68 insertions(+), 68 deletions(-)

Deleted: community-i686/PKGBUILD
===
--- community-i686/PKGBUILD 2017-03-07 14:44:53 UTC (rev 215244)
+++ community-i686/PKGBUILD 2017-03-07 14:45:08 UTC (rev 215245)
@@ -1,34 +0,0 @@
-# $Id$
-# Maintainer: Timothy Redaelli <timothy.redae...@gmail.com>
-# Contributor: sh0 <m...@sh0.org>
-# Contributor: Maxwel <msg.max...@gmail.com>
-
-pkgname=pax-utils
-pkgver=1.2.2
-pkgrel=1
-pkgdesc='ELF related utils for ELF 32/64 binaries that can check files for 
security relevant properties'
-url='http://hardened.gentoo.org/pax-utils.xml'
-arch=('i686' 'x86_64')
-license=('GPL')
-depends=('bash' 'libcap' 'libseccomp' 'python-pyelftools')
-source=("http://distfiles.gentoo.org/distfiles/${pkgname}-${pkgver}.tar.xz;)
-sha256sums=('7f4a7f8db6b4743adde7582fa48992ad01776796fcde030683732f56221337d9')
-
-_make() {
-  make USE_CAP='yes' USE_PYTHON='yes' USE_SECCOMP='yes' "$@"
-}
-
-build() {
-  cd "${srcdir}/${pkgname}-${pkgver}"
-  _make
-}
-
-check() {
-  cd "${srcdir}/${pkgname}-${pkgver}"
-  LD_LIBRARY_PATH="/usr/lib" _make check
-}
-
-package() {
-  cd "${srcdir}/${pkgname}-${pkgver}"
-  _make DESTDIR="${pkgdir}" install
-}

Copied: pax-utils/repos/community-i686/PKGBUILD (from rev 215244, 
pax-utils/trunk/PKGBUILD)
===
--- community-i686/PKGBUILD (rev 0)
+++ community-i686/PKGBUILD 2017-03-07 14:45:08 UTC (rev 215245)
@@ -0,0 +1,34 @@
+# $Id$
+# Maintainer: Timothy Redaelli <timothy.redae...@gmail.com>
+# Contributor: sh0 <m...@sh0.org>
+# Contributor: Maxwel <msg.max...@gmail.com>
+
+pkgname=pax-utils
+pkgver=1.2.2
+pkgrel=2
+pkgdesc='ELF related utils for ELF 32/64 binaries that can check files for 
security relevant properties'
+url='http://hardened.gentoo.org/pax-utils.xml'
+arch=('i686' 'x86_64')
+license=('GPL')
+depends=('bash' 'libcap' 'python-pyelftools')
+source=("http://distfiles.gentoo.org/distfiles/${pkgname}-${pkgver}.tar.xz;)
+sha256sums=('7f4a7f8db6b4743adde7582fa48992ad01776796fcde030683732f56221337d9')
+
+_make() {
+  make USE_CAP='yes' USE_PYTHON='yes' "$@"
+}
+
+build() {
+  cd "${srcdir}/${pkgname}-${pkgver}"
+  _make
+}
+
+check() {
+  cd "${srcdir}/${pkgname}-${pkgver}"
+  LD_LIBRARY_PATH="/usr/lib" _make check
+}
+
+package() {
+  cd "${srcdir}/${pkgname}-${pkgver}"
+  _make DESTDIR="${pkgdir}" install
+}

Deleted: community-x86_64/PKGBUILD
===
--- community-x86_64/PKGBUILD   2017-03-07 14:44:53 UTC (rev 215244)
+++ community-x86_64/PKGBUILD   2017-03-07 14:45:08 UTC (rev 215245)
@@ -1,34 +0,0 @@
-# $Id$
-# Maintainer: Timothy Redaelli <timothy.redae...@gmail.com>
-# Contributor: sh0 <m...@sh0.org>
-# Contributor: Maxwel <msg.max...@gmail.com>
-
-pkgname=pax-utils
-pkgver=1.2.2
-pkgrel=1
-pkgdesc='ELF related utils for ELF 32/64 binaries that can check files for 
security relevant properties'
-url='http://hardened.gentoo.org/pax-utils.xml'
-arch=('i686' 'x86_64')
-license=('GPL')
-depends=('bash' 'libcap' 'libseccomp' 'python-pyelftools')
-source=("http://distfiles.gentoo.org/distfiles/${pkgname}-${pkgver}.tar.xz;)
-sha256sums=('7f4a7f8db6b4743adde7582fa48992ad01776796fcde030683732f56221337d9')
-
-_make() {
-  make USE_CAP='yes' USE_PYTHON='yes' USE_SECCOMP='yes' "$@"
-}
-
-build() {
-  cd "${srcdir}/${pkgname}-${pkgver}"
-  _make
-}
-
-check() {
-  cd "${srcdir}/${pkgname}-${pkgver}"
-  LD_LIBRARY_PATH="/usr/lib" _make check
-}
-
-package() {
-  cd "${srcdir}/${pkgname}-${pkgver}"
-  _make DESTDIR="${pkgdir}" install
-}

Copied: pax-utils/repos/community-x86_64/PKGBUILD (from rev 215244, 
pax-utils/trunk/PKGBUILD)
===
--- community-x86_64/PKGBUILD   (rev 0)
+++ community-x86_64/PKGBUILD   2017-03-07 14:45:08 UTC (rev 215245)
@@ -0,0 +1,34 @@
+# $Id$
+# Maintainer: Timothy Redaelli <timothy.redae...@gmail.com>
+# Contributor: sh0 <m...@sh

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

2017-03-07 Thread Timothy Redaelli
Date: Tuesday, March 7, 2017 @ 14:44:53
  Author: tredaelli
Revision: 215244

upgpkg: pax-utils 1.2.2-2

Disable seccomp for FS#53175

Modified:
  pax-utils/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2017-03-07 12:20:20 UTC (rev 215243)
+++ PKGBUILD2017-03-07 14:44:53 UTC (rev 215244)
@@ -5,17 +5,17 @@
 
 pkgname=pax-utils
 pkgver=1.2.2
-pkgrel=1
+pkgrel=2
 pkgdesc='ELF related utils for ELF 32/64 binaries that can check files for 
security relevant properties'
 url='http://hardened.gentoo.org/pax-utils.xml'
 arch=('i686' 'x86_64')
 license=('GPL')
-depends=('bash' 'libcap' 'libseccomp' 'python-pyelftools')
+depends=('bash' 'libcap' 'python-pyelftools')
 source=("http://distfiles.gentoo.org/distfiles/${pkgname}-${pkgver}.tar.xz;)
 sha256sums=('7f4a7f8db6b4743adde7582fa48992ad01776796fcde030683732f56221337d9')
 
 _make() {
-  make USE_CAP='yes' USE_PYTHON='yes' USE_SECCOMP='yes' "$@"
+  make USE_CAP='yes' USE_PYTHON='yes' "$@"
 }
 
 build() {


[arch-commits] Commit in wireshark/repos (12 files)

2017-03-06 Thread Timothy Redaelli
Date: Monday, March 6, 2017 @ 10:38:25
  Author: tredaelli
Revision: 215086

archrelease: copy trunk to community-i686, community-x86_64

Added:
  wireshark/repos/community-i686/PKGBUILD
(from rev 215085, wireshark/trunk/PKGBUILD)
  wireshark/repos/community-i686/do_not_use_svn_version.patch
(from rev 215085, wireshark/trunk/do_not_use_svn_version.patch)
  wireshark/repos/community-i686/wireshark.install
(from rev 215085, wireshark/trunk/wireshark.install)
  wireshark/repos/community-x86_64/PKGBUILD
(from rev 215085, wireshark/trunk/PKGBUILD)
  wireshark/repos/community-x86_64/do_not_use_svn_version.patch
(from rev 215085, wireshark/trunk/do_not_use_svn_version.patch)
  wireshark/repos/community-x86_64/wireshark.install
(from rev 215085, wireshark/trunk/wireshark.install)
Deleted:
  wireshark/repos/community-i686/PKGBUILD
  wireshark/repos/community-i686/do_not_use_svn_version.patch
  wireshark/repos/community-i686/wireshark.install
  wireshark/repos/community-x86_64/PKGBUILD
  wireshark/repos/community-x86_64/do_not_use_svn_version.patch
  wireshark/repos/community-x86_64/wireshark.install

---+
 /PKGBUILD |  202 
 /do_not_use_svn_version.patch |   26 +++
 /wireshark.install|   20 ++
 community-i686/PKGBUILD   |  101 
 community-i686/do_not_use_svn_version.patch   |   13 -
 community-i686/wireshark.install  |   10 -
 community-x86_64/PKGBUILD |  101 
 community-x86_64/do_not_use_svn_version.patch |   13 -
 community-x86_64/wireshark.install|   10 -
 9 files changed, 248 insertions(+), 248 deletions(-)

Deleted: community-i686/PKGBUILD
===
--- community-i686/PKGBUILD 2017-03-06 10:38:08 UTC (rev 215085)
+++ community-i686/PKGBUILD 2017-03-06 10:38:25 UTC (rev 215086)
@@ -1,101 +0,0 @@
-# $Id$
-# Maintainer: Timothy Redaelli <timothy.redae...@gmail.com>
-# Contributor: Guillaume ALAUX <guilla...@archlinux.org>
-# Contributor: Florian Pritz 
-pkgname=('wireshark-cli' 'wireshark-common' 'wireshark-gtk' 'wireshark-qt')
-pkgbase=wireshark
-pkgver=2.2.4
-pkgrel=1
-arch=('i686' 'x86_64')
-license=('GPL2')
-makedepends=('c-ares' 'geoip' 'qt5-tools' 'qt5-multimedia' 'gtk3' 'krb5' 
'libpcap' 'bash' 'libssh'
- 'gnutls' 'portaudio' 'lua52' 'python' 'desktop-file-utils' 
'hicolor-icon-theme')
-options=(!emptydirs)
-url='https://www.wireshark.org/'
-source=(https://www.wireshark.org/download/src/${pkgbase}-${pkgver}.tar.bz2
-do_not_use_svn_version.patch)
-sha1sums=('2913835d17a93af2a85ad5d9b580c47b359619a4'
-  '489a176a7b90f7ae6f0985510c0c9038de54d9d6')
-
-prepare() {
-  cd ${pkgbase}-${pkgver}
-
-  # Avoid ugly "svn rev unknown from unknown" version string
-  patch -p1 < "$srcdir"/do_not_use_svn_version.patch
-}
-
-build() {
-  cd ${pkgbase}-${pkgver}
-
-  ./autogen.sh
-  ./configure \
-  --prefix=/usr \
-  --with-qt=5 \
-  --with-gtk3=yes \
-  --with-pcap \
-  --with-zlib \
-  --with-lua \
-  --with-portaudio \
-  --with-ssl \
-  --with-krb5 \
-  --with-c-ares \
-  --with-geoip
-  make all
-}
-
-package_wireshark-cli() {
-  pkgdesc='a free network protocol analyzer for Unix/Linux and Windows - CLI 
version'
-  depends=('c-ares' 'geoip' 'krb5' 'libgcrypt' 'libcap' 'libpcap' 'gnutls' 
'glib2' 'lua52' 'libssh')
-  install=wireshark.install
-  conflicts=(wireshark)
-
-  cd ${pkgbase}-${pkgver}
-
-  make DESTDIR="${pkgdir}" install
-  make DESTDIR="${pkgdir}" uninstall-local
-
-  #wireshark uid group is 150
-  chgrp 150 "${pkgdir}/usr/bin/dumpcap"
-  chmod 754 "${pkgdir}/usr/bin/dumpcap"
-  rm "${pkgdir}/usr/bin/wireshark" "${pkgdir}/usr/bin/wireshark-gtk"
-
-  # Headers
-  install -dm755 
"${pkgdir}"/usr/include/${pkgbase}/{epan/{crypt,dfilter,dissectors,ftypes,wmem},wiretap,wsutil}
-
-  install -m644 config.h register.h ws_diag_control.h ws_symbol_export.h 
"${pkgdir}/usr/include/${pkgbase}"
-  for d in epan epan/crypt epan/dfilter epan/dissectors epan/ftypes epan/wmem 
wiretap wsutil; do
-install -m644 ${d}/*.h "${pkgdir}"/usr/include/${pkgbase}/${d}
-  done
-}
-
-package_wireshark-common() {
-  pkgdesc='Common files used by wireshark-gtk and wireshark-qt'
-  depends=('hicolor-icon-theme' 'shared-mime-info' 'xdg-utils')
-
-  cd ${pkgbase}-${pkgver}
-
-  make DESTDIR="${pkgdir}" install-data-local
-  rm "${pkgdir}"/usr/share/applications/wireshark{,-gtk}.desktop
-}
-
-package_wireshark-gtk() {
-  pkgdesc='a free network protocol analyzer for Unix/Linux and Windows - GTK 
frontend'
-  depends=('desktop-file-utils' 'gtk3' 'portaudio' 'wireshark-cli' 
'wireshark-common')
-  re

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

2017-03-06 Thread Timothy Redaelli
Date: Monday, March 6, 2017 @ 10:38:08
  Author: tredaelli
Revision: 215085

upgpkg: wireshark 2.2.5-1

Modified:
  wireshark/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2017-03-06 09:44:42 UTC (rev 215084)
+++ PKGBUILD2017-03-06 10:38:08 UTC (rev 215085)
@@ -4,7 +4,7 @@
 # Contributor: Florian Pritz 
 pkgname=('wireshark-cli' 'wireshark-common' 'wireshark-gtk' 'wireshark-qt')
 pkgbase=wireshark
-pkgver=2.2.4
+pkgver=2.2.5
 pkgrel=1
 arch=('i686' 'x86_64')
 license=('GPL2')
@@ -14,8 +14,8 @@
 url='https://www.wireshark.org/'
 source=(https://www.wireshark.org/download/src/${pkgbase}-${pkgver}.tar.bz2
 do_not_use_svn_version.patch)
-sha1sums=('2913835d17a93af2a85ad5d9b580c47b359619a4'
-  '489a176a7b90f7ae6f0985510c0c9038de54d9d6')
+sha256sums=('75dd88d3d6336559e5b0b72077d8a772a988197d571f00029986225fef609ac8'
+'3981bb46f592e319f9c679c5e215ae0af828044a3b64d49d2cf0305ecacf4691')
 
 prepare() {
   cd ${pkgbase}-${pkgver}


[arch-commits] Commit in snapd/repos (16 files)

2017-02-21 Thread Timothy Redaelli
Date: Tuesday, February 21, 2017 @ 15:32:51
  Author: tredaelli
Revision: 213341

archrelease: copy trunk to community-i686, community-x86_64

Added:
  
snapd/repos/community-i686/0001-debian-ARCHLINUX-use-alternate-snap-mount-directory.patch
(from rev 213340, 
snapd/trunk/0001-debian-ARCHLINUX-use-alternate-snap-mount-directory.patch)
  
snapd/repos/community-i686/0001-dirs-FEDORA-use-alternate-snap-mount-directory.patch
(from rev 213340, 
snapd/trunk/0001-dirs-FEDORA-use-alternate-snap-mount-directory.patch)
  snapd/repos/community-i686/PKGBUILD
(from rev 213340, snapd/trunk/PKGBUILD)
  snapd/repos/community-i686/snapd.install
(from rev 213340, snapd/trunk/snapd.install)
  snapd/repos/community-i686/snapd.sh
(from rev 213340, snapd/trunk/snapd.sh)
  
snapd/repos/community-x86_64/0001-debian-ARCHLINUX-use-alternate-snap-mount-directory.patch
(from rev 213340, 
snapd/trunk/0001-debian-ARCHLINUX-use-alternate-snap-mount-directory.patch)
  
snapd/repos/community-x86_64/0001-dirs-FEDORA-use-alternate-snap-mount-directory.patch
(from rev 213340, 
snapd/trunk/0001-dirs-FEDORA-use-alternate-snap-mount-directory.patch)
  snapd/repos/community-x86_64/PKGBUILD
(from rev 213340, snapd/trunk/PKGBUILD)
  snapd/repos/community-x86_64/snapd.install
(from rev 213340, snapd/trunk/snapd.install)
  snapd/repos/community-x86_64/snapd.sh
(from rev 213340, snapd/trunk/snapd.sh)
Deleted:
  snapd/repos/community-i686/PKGBUILD
  snapd/repos/community-i686/snapd.install
  snapd/repos/community-i686/snapd.sh
  snapd/repos/community-x86_64/PKGBUILD
  snapd/repos/community-x86_64/snapd.install
  snapd/repos/community-x86_64/snapd.sh

-+
 /PKGBUILD  
 |  232 ++
 /snapd.install 
 |   30 +
 /snapd.sh  
 |   20 
 community-i686/0001-debian-ARCHLINUX-use-alternate-snap-mount-directory.patch  
 |   26 +
 community-i686/0001-dirs-FEDORA-use-alternate-snap-mount-directory.patch   
 |   26 +
 community-i686/PKGBUILD
 |   80 ---
 community-i686/snapd.install   
 |   15 
 community-i686/snapd.sh
 |   10 
 
community-x86_64/0001-debian-ARCHLINUX-use-alternate-snap-mount-directory.patch 
|   26 +
 community-x86_64/0001-dirs-FEDORA-use-alternate-snap-mount-directory.patch 
 |   26 +
 community-x86_64/PKGBUILD  
 |   80 ---
 community-x86_64/snapd.install 
 |   15 
 community-x86_64/snapd.sh  
 |   10 
 13 files changed, 386 insertions(+), 210 deletions(-)

Copied: 
snapd/repos/community-i686/0001-debian-ARCHLINUX-use-alternate-snap-mount-directory.patch
 (from rev 213340, 
snapd/trunk/0001-debian-ARCHLINUX-use-alternate-snap-mount-directory.patch)
===
--- 
community-i686/0001-debian-ARCHLINUX-use-alternate-snap-mount-directory.patch   
(rev 0)
+++ 
community-i686/0001-debian-ARCHLINUX-use-alternate-snap-mount-directory.patch   
2017-02-21 15:32:51 UTC (rev 213341)
@@ -0,0 +1,26 @@
+From 529c77918eab0742e645db3d97b62b55e9f6888a Mon Sep 17 00:00:00 2001
+From: Timothy Redaelli <tredae...@archlinux.info>
+Date: Tue, 21 Feb 2017 11:38:00 +
+Subject: [PATCH] debian: ARCHLINUX: use alternate snap mount directory
+
+Signed-off-by: Timothy Redaelli <tredae...@archlinux.info>
+---
+ debian/snapd.refresh.service | 2 +-
+ 1 file changed, 1 insertion(+), 1 deletion(-)
+
+diff --git a/debian/snapd.refresh.service b/debian/snapd.refresh.service
+index 4c3375786..dda02de0e 100644
+--- a/debian/snapd.refresh.service
 b/debian/snapd.refresh.service
+@@ -2,7 +2,7 @@
+ Description=Automatically refresh installed snaps
+ After=network-online.target snapd.socket
+ Requires=snapd.socket
+-ConditionPathExistsGlob=/snap/*/current
++ConditionPathExistsGlob=/var/lib/snapd/snap/*/current
+ Documentation=man:snap(1)
+ 
+ [Service]
+-- 
+2.11.1
+

Copied: 
snapd/repos/community-i686/0001-dirs-FEDORA-use-alternate-snap-mount-directory.patch
 (from rev 213340, 
snapd/trunk/0001-dirs-FEDORA-use-alternate-snap-mount-directory.patch)
===
--- community-i686/0001-dirs-FEDORA-use-alternate-snap-mount-directory.patch
(rev 0)
+++ community-i686/0001-dirs-FEDORA-use-alternate-snap-mount-directory.patch
2017-02-21 15:32:51 UTC (rev 213341)
@@ -0,0 +1,26 @@
+From 6738583e77ca2f52760be8887c9aefebe8e89b3b Mon Sep 17 00:00:00 2001
+From: Zygm

[arch-commits] Commit in snapd/trunk (3 files)

2017-02-21 Thread Timothy Redaelli
Date: Tuesday, February 21, 2017 @ 15:32:38
  Author: tredaelli
Revision: 213340

upgpkg: snapd 2.21-1

Added:
  snapd/trunk/0001-debian-ARCHLINUX-use-alternate-snap-mount-directory.patch
  snapd/trunk/0001-dirs-FEDORA-use-alternate-snap-mount-directory.patch
Modified:
  snapd/trunk/PKGBUILD

+
 0001-debian-ARCHLINUX-use-alternate-snap-mount-directory.patch |   26 
 0001-dirs-FEDORA-use-alternate-snap-mount-directory.patch  |   26 
 PKGBUILD   |   62 
+++---
 3 files changed, 101 insertions(+), 13 deletions(-)

Added: 0001-debian-ARCHLINUX-use-alternate-snap-mount-directory.patch
===
--- 0001-debian-ARCHLINUX-use-alternate-snap-mount-directory.patch  
(rev 0)
+++ 0001-debian-ARCHLINUX-use-alternate-snap-mount-directory.patch  
2017-02-21 15:32:38 UTC (rev 213340)
@@ -0,0 +1,26 @@
+From 529c77918eab0742e645db3d97b62b55e9f6888a Mon Sep 17 00:00:00 2001
+From: Timothy Redaelli <tredae...@archlinux.info>
+Date: Tue, 21 Feb 2017 11:38:00 +
+Subject: [PATCH] debian: ARCHLINUX: use alternate snap mount directory
+
+Signed-off-by: Timothy Redaelli <tredae...@archlinux.info>
+---
+ debian/snapd.refresh.service | 2 +-
+ 1 file changed, 1 insertion(+), 1 deletion(-)
+
+diff --git a/debian/snapd.refresh.service b/debian/snapd.refresh.service
+index 4c3375786..dda02de0e 100644
+--- a/debian/snapd.refresh.service
 b/debian/snapd.refresh.service
+@@ -2,7 +2,7 @@
+ Description=Automatically refresh installed snaps
+ After=network-online.target snapd.socket
+ Requires=snapd.socket
+-ConditionPathExistsGlob=/snap/*/current
++ConditionPathExistsGlob=/var/lib/snapd/snap/*/current
+ Documentation=man:snap(1)
+ 
+ [Service]
+-- 
+2.11.1
+

Added: 0001-dirs-FEDORA-use-alternate-snap-mount-directory.patch
===
--- 0001-dirs-FEDORA-use-alternate-snap-mount-directory.patch   
(rev 0)
+++ 0001-dirs-FEDORA-use-alternate-snap-mount-directory.patch   2017-02-21 
15:32:38 UTC (rev 213340)
@@ -0,0 +1,26 @@
+From 6738583e77ca2f52760be8887c9aefebe8e89b3b Mon Sep 17 00:00:00 2001
+From: Zygmunt Krynicki <m...@zygoon.pl>
+Date: Thu, 20 Oct 2016 10:14:21 +0200
+Subject: [PATCH] dirs: FEDORA: use alternate snap mount directory
+
+Signed-off-by: Zygmunt Krynicki <m...@zygoon.pl>
+---
+ dirs/dirs.go | 2 +-
+ 1 file changed, 1 insertion(+), 1 deletion(-)
+
+diff --git a/dirs/dirs.go b/dirs/dirs.go
+index 36e3b54..315df32 100644
+--- a/dirs/dirs.go
 b/dirs/dirs.go
+@@ -103,7 +103,7 @@ func SetRootDir(rootdir string) {
+   }
+   GlobalRootDir = rootdir
+ 
+-  SnapMountDir = filepath.Join(rootdir, "/snap")
++  SnapMountDir = filepath.Join(rootdir, "/var/lib/snapd/snap")
+   SnapDataDir = filepath.Join(rootdir, "/var/snap")
+   SnapDataHomeGlob = filepath.Join(rootdir, "/home/*/snap/")
+   SnapAppArmorDir = filepath.Join(rootdir, snappyDir, "apparmor", 
"profiles")
+-- 
+2.7.4
+

Modified: PKGBUILD
===
--- PKGBUILD2017-02-21 14:42:49 UTC (rev 213339)
+++ PKGBUILD2017-02-21 15:32:38 UTC (rev 213340)
@@ -2,21 +2,29 @@
 # Maintainer: Timothy Redaelli <timothy.redae...@gmail.com>
 # Contributor: Zygmunt Krynicki 
 
-pkgname=snapd
-pkgver=2.16
+pkgbase=snapd
+pkgname=(snapd snap-confine)
+pkgver=2.21
 pkgrel=1
-pkgdesc="Service and tools for management of snap packages."
 arch=('i686' 'x86_64')
 url="https://github.com/snapcore/snapd;
 license=('GPL3')
-depends=('snap-confine' 'squashfs-tools')
 makedepends=('git' 'go' 'go-tools' 'bzr')
 checkdepends=('python')
+
+# snap-confine
+makedepends+=('python-docutils' 'systemd')
+checkdepends+=('indent' 'shellcheck')
+
 options=('!strip' 'emptydirs')
 install=snapd.install
 source=("git+https://github.com/snapcore/$pkgname.git#tag=$pkgver;
+'0001-dirs-FEDORA-use-alternate-snap-mount-directory.patch'
+'0001-debian-ARCHLINUX-use-alternate-snap-mount-directory.patch'
 'snapd.sh')
 md5sums=('SKIP'
+ '01f4f8f0f201eb965164a6d129869868'
+ 'a793de7726448ecc279b3ac1705e1734'
  '1d841a1d09ba86945551dfc5c5658b2e')
 
 _gourl=github.com/snapcore/snapd
@@ -32,6 +40,13 @@
   # above describes.
   mkdir -p "$(dirname "$GOPATH/src/${_gourl}")"
   ln --no-target-directory -fs "$srcdir/$pkgname" "$GOPATH/src/${_gourl}"
+
+  patch -Np1 -i 
"$srcdir/0001-dirs-FEDORA-use-alternate-snap-mount-directory.patch"
+  patch -Np1 -i 
"$srcdir/0001-debian-ARCHLINUX-use-alternate-snap-mount-directory.patch"
+
+  # https://github.com/niemeyer/gopkg/issues/50
+  mkdir -p "$srcdir/git/"
+  git c

[arch-commits] Commit in (snap-confine)

2017-02-21 Thread Timothy Redaelli
Date: Tuesday, February 21, 2017 @ 12:33:32
  Author: tredaelli
Revision: 213325

Moved in snapd package

Deleted:
  snap-confine/


[arch-commits] Commit in displaycal/repos (4 files)

2017-02-21 Thread Timothy Redaelli
Date: Tuesday, February 21, 2017 @ 11:23:59
  Author: tredaelli
Revision: 213324

archrelease: copy trunk to community-i686, community-x86_64

Added:
  displaycal/repos/community-i686/PKGBUILD
(from rev 213323, displaycal/trunk/PKGBUILD)
  displaycal/repos/community-x86_64/PKGBUILD
(from rev 213323, displaycal/trunk/PKGBUILD)
Deleted:
  displaycal/repos/community-i686/PKGBUILD
  displaycal/repos/community-x86_64/PKGBUILD

---+
 /PKGBUILD |   58 
 community-i686/PKGBUILD   |   29 --
 community-x86_64/PKGBUILD |   29 --
 3 files changed, 58 insertions(+), 58 deletions(-)

Deleted: community-i686/PKGBUILD
===
--- community-i686/PKGBUILD 2017-02-21 11:23:49 UTC (rev 213323)
+++ community-i686/PKGBUILD 2017-02-21 11:23:59 UTC (rev 213324)
@@ -1,29 +0,0 @@
-# $Id$
-# Maintainer: Timothy Redaelli <timothy.redae...@gmail.com>
-# Contributor: Cedric Girard <girard.ced...@gmail.com>
-# Contributor: foxbunny <bg.bra...@gmail.com>
-
-_pkgname=DisplayCAL
-pkgname=displaycal
-pkgver=3.2.3.0
-pkgrel=1
-pkgdesc="Open Source Display Calibration and Characterization powered by 
Argyll CMS (Formerly known as dispcalGUI)"
-arch=('i686' 'x86_64')
-url="http://displaycal.net/;
-license=('GPL3')
-makedepends=('libx11' 'libxrandr' 'libxinerama' 'libxxf86vm' 
'python2-setuptools' 'xdg-utils')
-depends=('argyllcms' 'wxpython' 'hicolor-icon-theme' 'desktop-file-utils' 
'python2-numpy')
-optdepends=('gksu: For running as root')
-replaces=('dispcalgui')
-conflicts=('dispcalgui')
-source=("http://downloads.sourceforge.net/project/dispcalgui/release/${pkgver}/${_pkgname}-${pkgver}.tar.gz;)
-md5sums=('e560601078951bf69da69640e697e244')
-
-package() {
-  cd ${_pkgname}-${pkgver}
-  python2 setup.py install --root="${pkgdir}" --optimize=1
-  #udev rules are shipped with argyllcms
-  rm -rf "${pkgdir}"/etc/udev/
-}
-
-# vim:set ts=2 sw=2 et:

Copied: displaycal/repos/community-i686/PKGBUILD (from rev 213323, 
displaycal/trunk/PKGBUILD)
===
--- community-i686/PKGBUILD (rev 0)
+++ community-i686/PKGBUILD 2017-02-21 11:23:59 UTC (rev 213324)
@@ -0,0 +1,29 @@
+# $Id$
+# Maintainer: Timothy Redaelli <timothy.redae...@gmail.com>
+# Contributor: Cedric Girard <girard.ced...@gmail.com>
+# Contributor: foxbunny <bg.bra...@gmail.com>
+
+_pkgname=DisplayCAL
+pkgname=displaycal
+pkgver=3.2.4.0
+pkgrel=1
+pkgdesc="Open Source Display Calibration and Characterization powered by 
Argyll CMS (Formerly known as dispcalGUI)"
+arch=('i686' 'x86_64')
+url="http://displaycal.net/;
+license=('GPL3')
+makedepends=('libx11' 'libxrandr' 'libxinerama' 'libxxf86vm' 
'python2-setuptools' 'xdg-utils')
+depends=('argyllcms' 'wxpython' 'hicolor-icon-theme' 'desktop-file-utils' 
'python2-numpy')
+optdepends=('gksu: For running as root')
+replaces=('dispcalgui')
+conflicts=('dispcalgui')
+source=("http://downloads.sourceforge.net/project/dispcalgui/release/${pkgver}/${_pkgname}-${pkgver}.tar.gz;)
+md5sums=('4315e30bd2f0b20879f6ba975623f9ad')
+
+package() {
+  cd ${_pkgname}-${pkgver}
+  python2 setup.py install --root="${pkgdir}" --optimize=1
+  #udev rules are shipped with argyllcms
+  rm -rf "${pkgdir}"/etc/udev/
+}
+
+# vim:set ts=2 sw=2 et:

Deleted: community-x86_64/PKGBUILD
===
--- community-x86_64/PKGBUILD   2017-02-21 11:23:49 UTC (rev 213323)
+++ community-x86_64/PKGBUILD   2017-02-21 11:23:59 UTC (rev 213324)
@@ -1,29 +0,0 @@
-# $Id$
-# Maintainer: Timothy Redaelli <timothy.redae...@gmail.com>
-# Contributor: Cedric Girard <girard.ced...@gmail.com>
-# Contributor: foxbunny <bg.bra...@gmail.com>
-
-_pkgname=DisplayCAL
-pkgname=displaycal
-pkgver=3.2.3.0
-pkgrel=1
-pkgdesc="Open Source Display Calibration and Characterization powered by 
Argyll CMS (Formerly known as dispcalGUI)"
-arch=('i686' 'x86_64')
-url="http://displaycal.net/;
-license=('GPL3')
-makedepends=('libx11' 'libxrandr' 'libxinerama' 'libxxf86vm' 
'python2-setuptools' 'xdg-utils')
-depends=('argyllcms' 'wxpython' 'hicolor-icon-theme' 'desktop-file-utils' 
'python2-numpy')
-optdepends=('gksu: For running as root')
-replaces=('dispcalgui')
-conflicts=('dispcalgui')
-source=("http://downloads.sourceforge.net/project/dispcalgui/release/${pkgver}/${_pkgname}-${pkgver}.tar.gz;)
-md5sums=('e560601078951bf69da69640e697e244')
-
-package() {
-  cd ${_pkgname}-${pkgver}
-  python2 setup.py install --root="${pkgdir}" --optimize=1
-  #udev rules are shipped with argyllcms
-  rm -rf "${pkgdir}"/etc/udev/
-}
-
-# vim:set ts=2 sw=2 et:

Copied: displaycal/r

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

2017-02-21 Thread Timothy Redaelli
Date: Tuesday, February 21, 2017 @ 11:23:49
  Author: tredaelli
Revision: 213323

upgpkg: displaycal 3.2.4.0-1

Modified:
  displaycal/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2017-02-21 11:09:34 UTC (rev 213322)
+++ PKGBUILD2017-02-21 11:23:49 UTC (rev 213323)
@@ -5,7 +5,7 @@
 
 _pkgname=DisplayCAL
 pkgname=displaycal
-pkgver=3.2.3.0
+pkgver=3.2.4.0
 pkgrel=1
 pkgdesc="Open Source Display Calibration and Characterization powered by 
Argyll CMS (Formerly known as dispcalGUI)"
 arch=('i686' 'x86_64')
@@ -17,7 +17,7 @@
 replaces=('dispcalgui')
 conflicts=('dispcalgui')
 
source=("http://downloads.sourceforge.net/project/dispcalgui/release/${pkgver}/${_pkgname}-${pkgver}.tar.gz;)
-md5sums=('e560601078951bf69da69640e697e244')
+md5sums=('4315e30bd2f0b20879f6ba975623f9ad')
 
 package() {
   cd ${_pkgname}-${pkgver}


[arch-commits] Commit in python-hidapi/repos (4 files)

2017-02-14 Thread Timothy Redaelli
Date: Tuesday, February 14, 2017 @ 15:44:56
  Author: tredaelli
Revision: 212439

archrelease: copy trunk to community-i686, community-x86_64

Added:
  python-hidapi/repos/community-i686/PKGBUILD
(from rev 212438, python-hidapi/trunk/PKGBUILD)
  python-hidapi/repos/community-x86_64/PKGBUILD
(from rev 212438, python-hidapi/trunk/PKGBUILD)
Deleted:
  python-hidapi/repos/community-i686/PKGBUILD
  python-hidapi/repos/community-x86_64/PKGBUILD

---+
 /PKGBUILD |  100 
 community-i686/PKGBUILD   |   31 -
 community-x86_64/PKGBUILD |   31 -
 3 files changed, 100 insertions(+), 62 deletions(-)

Deleted: community-i686/PKGBUILD
===
--- community-i686/PKGBUILD 2017-02-14 15:44:34 UTC (rev 212438)
+++ community-i686/PKGBUILD 2017-02-14 15:44:56 UTC (rev 212439)
@@ -1,31 +0,0 @@
-# $Id$
-# Maintainer: Timothy Redaelli <timothy.redae...@gmail.com>
-# Contributor: Andy Weidenbaum <archb...@gmail.com>
-
-pkgname=python2-hidapi
-pkgver=0.7.99.19
-_pkgver=${pkgver%.*}.post${pkgver##*.}
-pkgrel=1
-pkgdesc="A Cython interface to the hidapi from signal11/hidapi"
-arch=('i686' 'x86_64')
-depends=('libusb' 'python2')
-makedepends=('cython2' 'python2-setuptools')
-url="https://github.com/trezor/cython-hidapi;
-license=('custom')
-source=(https://pypi.org/packages/source/h/${pkgname#python2-}/${pkgname#python2-}-$_pkgver.tar.gz)
-sha256sums=('890dea8bd8c4d35e1f1b29a9a3431aa1ee79ee1baf86cacb5913983a5bec5689')
-
-build() {
-  cd "${pkgname#python2-}-$_pkgver"
-
-  python2 setup.py build
-}
-
-package() {
-  cd "${pkgname#python2-}-$_pkgver"
-
-  python2 setup.py install --root="$pkgdir" --optimize=1
-
-  install -dm 755 "$pkgdir/usr/share/licenses/$pkgname"
-  echo "You are free to use cython-hidapi code for any purpose." > 
"$pkgdir/usr/share/licenses/$pkgname/LICENSE"
-}

Copied: python-hidapi/repos/community-i686/PKGBUILD (from rev 212438, 
python-hidapi/trunk/PKGBUILD)
===
--- community-i686/PKGBUILD (rev 0)
+++ community-i686/PKGBUILD 2017-02-14 15:44:56 UTC (rev 212439)
@@ -0,0 +1,50 @@
+# $Id$
+# Maintainer: Timothy Redaelli <timothy.redae...@gmail.com>
+# Contributor: Andy Weidenbaum <archb...@gmail.com>
+# Contributor: Kevin Azzam <a...@kevin.azz.am>
+
+pkgbase=python-hidapi
+pkgname=('python-hidapi' 'python2-hidapi')
+_pipname=hidapi
+pkgver=0.7.99.20
+_pkgver=${pkgver%.*}.post${pkgver##*.}
+pkgrel=1
+pkgdesc="A Cython interface to the hidapi from signal11/hidapi"
+arch=('i686' 'x86_64')
+makedepends=('cython2' 'python2-setuptools' 'cython' 'python-setuptools' 
'libusb')
+url="https://github.com/trezor/cython-hidapi;
+license=('custom')
+source=(https://pypi.org/packages/source/${_pipname:0:1}/$_pipname/$_pipname-$_pkgver.tar.gz)
+sha256sums=('5f88fd3e79deeeaacd2f266e641434a342d25b779778393191c863dd4f2dffcc')
+
+
+prepare() {
+  cp -R $_pipname-$_pkgver python2-$_pipname-$_pkgver
+}
+
+build() {
+  cd "$_pipname-$_pkgver"
+  python setup.py build
+
+  cd "../python2-$_pipname-$_pkgver"
+  python2 setup.py build
+}
+
+
+package_python-hidapi() {
+  depends=('libusb' 'python')
+  cd $_pipname-$_pkgver
+  python setup.py install --root="$pkgdir/" --optimize=1
+
+  install -dm 755 "$pkgdir/usr/share/licenses/$pkgname"
+  echo "You are free to use cython-hidapi code for any purpose." > 
"$pkgdir/usr/share/licenses/$pkgname/LICENSE"
+}
+
+package_python2-hidapi() {
+  depends=('libusb' 'python2')
+  cd "python2-$_pipname-$_pkgver"
+  python2 setup.py install --root="$pkgdir" --optimize=1
+
+  install -dm 755 "$pkgdir/usr/share/licenses/$pkgname"
+  echo "You are free to use cython-hidapi code for any purpose." > 
"$pkgdir/usr/share/licenses/$pkgname/LICENSE"
+}

Deleted: community-x86_64/PKGBUILD
=======
--- community-x86_64/PKGBUILD   2017-02-14 15:44:34 UTC (rev 212438)
+++ community-x86_64/PKGBUILD   2017-02-14 15:44:56 UTC (rev 212439)
@@ -1,31 +0,0 @@
-# $Id$
-# Maintainer: Timothy Redaelli <timothy.redae...@gmail.com>
-# Contributor: Andy Weidenbaum <archb...@gmail.com>
-
-pkgname=python2-hidapi
-pkgver=0.7.99.19
-_pkgver=${pkgver%.*}.post${pkgver##*.}
-pkgrel=1
-pkgdesc="A Cython interface to the hidapi from signal11/hidapi"
-arch=('i686' 'x86_64')
-depends=('libusb' 'python2')
-makedepends=('cython2' 'python2-setuptools')
-url="https://github.com/trezor/cython-hidapi;
-license=('custom')
-source=(https://pypi.org/packages/source/h/${pkgname#python2-}/${pkgname#python2-}-$_pkgver.tar.gz)
-sha256sums=('890dea8bd8c4d3

[arch-commits] Commit in (python-hidapi python-hidapi/trunk/PKGBUILD python2-hidapi)

2017-02-14 Thread Timothy Redaelli
Date: Tuesday, February 14, 2017 @ 15:44:29
  Author: tredaelli
Revision: 212435

Added:
  python-hidapi/
Modified:
  python-hidapi/trunk/PKGBUILD
Deleted:
  python2-hidapi/

--+
 PKGBUILD |   37 -
 1 file changed, 28 insertions(+), 9 deletions(-)

Modified: python-hidapi/trunk/PKGBUILD
===
--- python2-hidapi/trunk/PKGBUILD   2017-02-14 15:44:25 UTC (rev 212433)
+++ python-hidapi/trunk/PKGBUILD2017-02-14 15:44:29 UTC (rev 212435)
@@ -1,29 +1,48 @@
 # $Id$
 # Maintainer: Timothy Redaelli <timothy.redae...@gmail.com>
 # Contributor: Andy Weidenbaum <archb...@gmail.com>
+# Contributor: Kevin Azzam <a...@kevin.azz.am>
 
-pkgname=python2-hidapi
-pkgver=0.7.99.19
+pkgbase=python-hidapi
+pkgname=('python-hidapi' 'python2-hidapi')
+_pipname=hidapi
+pkgver=0.7.99.20
 _pkgver=${pkgver%.*}.post${pkgver##*.}
 pkgrel=1
 pkgdesc="A Cython interface to the hidapi from signal11/hidapi"
 arch=('i686' 'x86_64')
-depends=('libusb' 'python2')
-makedepends=('cython2' 'python2-setuptools')
+makedepends=('cython2' 'python2-setuptools' 'cython' 'python-setuptools' 
'libusb')
 url="https://github.com/trezor/cython-hidapi;
 license=('custom')
-source=(https://pypi.org/packages/source/h/${pkgname#python2-}/${pkgname#python2-}-$_pkgver.tar.gz)
-sha256sums=('890dea8bd8c4d35e1f1b29a9a3431aa1ee79ee1baf86cacb5913983a5bec5689')
+source=(https://pypi.org/packages/source/${_pipname:0:1}/$_pipname/$_pipname-$_pkgver.tar.gz)
+sha256sums=('5f88fd3e79deeeaacd2f266e641434a342d25b779778393191c863dd4f2dffcc')
 
+
+prepare() {
+  cp -R $_pipname-$_pkgver python2-$_pipname-$_pkgver
+}
+
 build() {
-  cd "${pkgname#python2-}-$_pkgver"
+  cd "$_pipname-$_pkgver"
+  python setup.py build
 
+  cd "../python2-$_pipname-$_pkgver"
   python2 setup.py build
 }
 
-package() {
-  cd "${pkgname#python2-}-$_pkgver"
 
+package_python-hidapi() {
+  depends=('libusb' 'python')
+  cd $_pipname-$_pkgver
+  python setup.py install --root="$pkgdir/" --optimize=1
+
+  install -dm 755 "$pkgdir/usr/share/licenses/$pkgname"
+  echo "You are free to use cython-hidapi code for any purpose." > 
"$pkgdir/usr/share/licenses/$pkgname/LICENSE"
+}
+
+package_python2-hidapi() {
+  depends=('libusb' 'python2')
+  cd "python2-$_pipname-$_pkgver"
   python2 setup.py install --root="$pkgdir" --optimize=1
 
   install -dm 755 "$pkgdir/usr/share/licenses/$pkgname"


[arch-commits] Commit in python2-btchip/repos/community-any (PKGBUILD PKGBUILD)

2017-02-14 Thread Timothy Redaelli
Date: Tuesday, February 14, 2017 @ 15:36:58
  Author: tredaelli
Revision: 212386

archrelease: copy trunk to community-any

Added:
  python2-btchip/repos/community-any/PKGBUILD
(from rev 212385, python2-btchip/trunk/PKGBUILD)
Deleted:
  python2-btchip/repos/community-any/PKGBUILD

--+
 PKGBUILD |   56 
 1 file changed, 28 insertions(+), 28 deletions(-)

Deleted: PKGBUILD
===
--- PKGBUILD2017-02-14 15:36:51 UTC (rev 212385)
+++ PKGBUILD2017-02-14 15:36:58 UTC (rev 212386)
@@ -1,28 +0,0 @@
-# $Id$
-# Maintainer: Timothy Redaelli <timothy.redae...@gmail.com>
-# Contributor: Andy Weidenbaum <archb...@gmail.com>
-
-pkgname=python2-btchip
-pkgver=0.1.16
-pkgrel=1
-pkgdesc="Python library to communicate with BTChip dongle"
-arch=('any')
-depends=('python2-hidapi')
-makedepends=('python2-setuptools')
-optdepends=('btchip-udev: access BTChip as non-root user')
-url="https://github.com/LedgerHQ/btchip-python;
-license=('Apache')
-source=($pkgname-$pkgver.tar.gz::https://github.com/LedgerHQ/btchip-python/archive/v$pkgver.tar.gz)
-sha256sums=('4c9e85977485c01c11fa4513f10f2e5a5f06afa1d04b5270a13d70606ccd4527')
-
-build() {
-  cd btchip-python-$pkgver
-
-  python2 setup.py build
-}
-
-package() {
-  cd btchip-python-$pkgver
-
-  python2 setup.py install --root="$pkgdir" --optimize=1
-}

Copied: python2-btchip/repos/community-any/PKGBUILD (from rev 212385, 
python2-btchip/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2017-02-14 15:36:58 UTC (rev 212386)
@@ -0,0 +1,28 @@
+# $Id$
+# Maintainer: Timothy Redaelli <timothy.redae...@gmail.com>
+# Contributor: Andy Weidenbaum <archb...@gmail.com>
+
+pkgname=python2-btchip
+pkgver=0.1.19
+pkgrel=1
+pkgdesc="Python library to communicate with BTChip dongle"
+arch=('any')
+depends=('python2-hidapi')
+makedepends=('python2-setuptools')
+optdepends=('btchip-udev: access BTChip as non-root user')
+url="https://github.com/LedgerHQ/btchip-python;
+license=('Apache')
+source=($pkgname-$pkgver.tar.gz::https://github.com/LedgerHQ/btchip-python/archive/v$pkgver.tar.gz)
+sha256sums=('08380f0c4b0983a2e3cd35774e5e60b8195557a630f40e380659e570c4da2916')
+
+build() {
+  cd btchip-python-$pkgver
+
+  python2 setup.py build
+}
+
+package() {
+  cd btchip-python-$pkgver
+
+  python2 setup.py install --root="$pkgdir" --optimize=1
+}


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

2017-02-14 Thread Timothy Redaelli
Date: Tuesday, February 14, 2017 @ 15:36:51
  Author: tredaelli
Revision: 212385

upgpkg: python2-btchip 0.1.19-1

Modified:
  python2-btchip/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2017-02-14 15:35:23 UTC (rev 212384)
+++ PKGBUILD2017-02-14 15:36:51 UTC (rev 212385)
@@ -3,7 +3,7 @@
 # Contributor: Andy Weidenbaum 
 
 pkgname=python2-btchip
-pkgver=0.1.16
+pkgver=0.1.19
 pkgrel=1
 pkgdesc="Python library to communicate with BTChip dongle"
 arch=('any')
@@ -13,7 +13,7 @@
 url="https://github.com/LedgerHQ/btchip-python;
 license=('Apache')
 
source=($pkgname-$pkgver.tar.gz::https://github.com/LedgerHQ/btchip-python/archive/v$pkgver.tar.gz)
-sha256sums=('4c9e85977485c01c11fa4513f10f2e5a5f06afa1d04b5270a13d70606ccd4527')
+sha256sums=('08380f0c4b0983a2e3cd35774e5e60b8195557a630f40e380659e570c4da2916')
 
 build() {
   cd btchip-python-$pkgver


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

2017-02-14 Thread Timothy Redaelli
Date: Tuesday, February 14, 2017 @ 15:35:13
  Author: tredaelli
Revision: 212383

upgpkg: pax-utils 1.2.2-1

Modified:
  pax-utils/trunk/PKGBUILD

--+
 PKGBUILD |   18 +++---
 1 file changed, 11 insertions(+), 7 deletions(-)

Modified: PKGBUILD
===
--- PKGBUILD2017-02-14 15:28:15 UTC (rev 212382)
+++ PKGBUILD2017-02-14 15:35:13 UTC (rev 212383)
@@ -4,27 +4,31 @@
 # Contributor: Maxwel 
 
 pkgname=pax-utils
-pkgver=1.1.6
-pkgrel=2
+pkgver=1.2.2
+pkgrel=1
 pkgdesc='ELF related utils for ELF 32/64 binaries that can check files for 
security relevant properties'
 url='http://hardened.gentoo.org/pax-utils.xml'
 arch=('i686' 'x86_64')
 license=('GPL')
-depends=('bash' 'libcap')
+depends=('bash' 'libcap' 'libseccomp' 'python-pyelftools')
 source=("http://distfiles.gentoo.org/distfiles/${pkgname}-${pkgver}.tar.xz;)
-sha256sums=('f5436c517bea40f7035ec29a6f34034c739b943f2e3a080d76df5dfd7fd41b12')
+sha256sums=('7f4a7f8db6b4743adde7582fa48992ad01776796fcde030683732f56221337d9')
 
+_make() {
+  make USE_CAP='yes' USE_PYTHON='yes' USE_SECCOMP='yes' "$@"
+}
+
 build() {
   cd "${srcdir}/${pkgname}-${pkgver}"
-  make USE_CAP='yes' USE_PYTHON='no'
+  _make
 }
 
 check() {
   cd "${srcdir}/${pkgname}-${pkgver}"
-  LD_LIBRARY_PATH="/usr/lib" make check USE_PYTHON='no'
+  LD_LIBRARY_PATH="/usr/lib" _make check
 }
 
 package() {
   cd "${srcdir}/${pkgname}-${pkgver}"
-  make USE_PYTHON='no' DESTDIR="${pkgdir}" install
+  _make DESTDIR="${pkgdir}" install
 }


[arch-commits] Commit in pax-utils/repos (4 files)

2017-02-14 Thread Timothy Redaelli
Date: Tuesday, February 14, 2017 @ 15:35:23
  Author: tredaelli
Revision: 212384

archrelease: copy trunk to community-i686, community-x86_64

Added:
  pax-utils/repos/community-i686/PKGBUILD
(from rev 212383, pax-utils/trunk/PKGBUILD)
  pax-utils/repos/community-x86_64/PKGBUILD
(from rev 212383, pax-utils/trunk/PKGBUILD)
Deleted:
  pax-utils/repos/community-i686/PKGBUILD
  pax-utils/repos/community-x86_64/PKGBUILD

---+
 /PKGBUILD |   68 
 community-i686/PKGBUILD   |   30 ---
 community-x86_64/PKGBUILD |   30 ---
 3 files changed, 68 insertions(+), 60 deletions(-)

Deleted: community-i686/PKGBUILD
===
--- community-i686/PKGBUILD 2017-02-14 15:35:13 UTC (rev 212383)
+++ community-i686/PKGBUILD 2017-02-14 15:35:23 UTC (rev 212384)
@@ -1,30 +0,0 @@
-# $Id$
-# Maintainer: Timothy Redaelli <timothy.redae...@gmail.com>
-# Contributor: sh0 <m...@sh0.org>
-# Contributor: Maxwel <msg.max...@gmail.com>
-
-pkgname=pax-utils
-pkgver=1.1.6
-pkgrel=2
-pkgdesc='ELF related utils for ELF 32/64 binaries that can check files for 
security relevant properties'
-url='http://hardened.gentoo.org/pax-utils.xml'
-arch=('i686' 'x86_64')
-license=('GPL')
-depends=('bash' 'libcap')
-source=("http://distfiles.gentoo.org/distfiles/${pkgname}-${pkgver}.tar.xz;)
-sha256sums=('f5436c517bea40f7035ec29a6f34034c739b943f2e3a080d76df5dfd7fd41b12')
-
-build() {
-  cd "${srcdir}/${pkgname}-${pkgver}"
-  make USE_CAP='yes' USE_PYTHON='no'
-}
-
-check() {
-  cd "${srcdir}/${pkgname}-${pkgver}"
-  LD_LIBRARY_PATH="/usr/lib" make check USE_PYTHON='no'
-}
-
-package() {
-  cd "${srcdir}/${pkgname}-${pkgver}"
-  make USE_PYTHON='no' DESTDIR="${pkgdir}" install
-}

Copied: pax-utils/repos/community-i686/PKGBUILD (from rev 212383, 
pax-utils/trunk/PKGBUILD)
===
--- community-i686/PKGBUILD (rev 0)
+++ community-i686/PKGBUILD 2017-02-14 15:35:23 UTC (rev 212384)
@@ -0,0 +1,34 @@
+# $Id$
+# Maintainer: Timothy Redaelli <timothy.redae...@gmail.com>
+# Contributor: sh0 <m...@sh0.org>
+# Contributor: Maxwel <msg.max...@gmail.com>
+
+pkgname=pax-utils
+pkgver=1.2.2
+pkgrel=1
+pkgdesc='ELF related utils for ELF 32/64 binaries that can check files for 
security relevant properties'
+url='http://hardened.gentoo.org/pax-utils.xml'
+arch=('i686' 'x86_64')
+license=('GPL')
+depends=('bash' 'libcap' 'libseccomp' 'python-pyelftools')
+source=("http://distfiles.gentoo.org/distfiles/${pkgname}-${pkgver}.tar.xz;)
+sha256sums=('7f4a7f8db6b4743adde7582fa48992ad01776796fcde030683732f56221337d9')
+
+_make() {
+  make USE_CAP='yes' USE_PYTHON='yes' USE_SECCOMP='yes' "$@"
+}
+
+build() {
+  cd "${srcdir}/${pkgname}-${pkgver}"
+  _make
+}
+
+check() {
+  cd "${srcdir}/${pkgname}-${pkgver}"
+  LD_LIBRARY_PATH="/usr/lib" _make check
+}
+
+package() {
+  cd "${srcdir}/${pkgname}-${pkgver}"
+  _make DESTDIR="${pkgdir}" install
+}

Deleted: community-x86_64/PKGBUILD
===
--- community-x86_64/PKGBUILD   2017-02-14 15:35:13 UTC (rev 212383)
+++ community-x86_64/PKGBUILD   2017-02-14 15:35:23 UTC (rev 212384)
@@ -1,30 +0,0 @@
-# $Id$
-# Maintainer: Timothy Redaelli <timothy.redae...@gmail.com>
-# Contributor: sh0 <m...@sh0.org>
-# Contributor: Maxwel <msg.max...@gmail.com>
-
-pkgname=pax-utils
-pkgver=1.1.6
-pkgrel=2
-pkgdesc='ELF related utils for ELF 32/64 binaries that can check files for 
security relevant properties'
-url='http://hardened.gentoo.org/pax-utils.xml'
-arch=('i686' 'x86_64')
-license=('GPL')
-depends=('bash' 'libcap')
-source=("http://distfiles.gentoo.org/distfiles/${pkgname}-${pkgver}.tar.xz;)
-sha256sums=('f5436c517bea40f7035ec29a6f34034c739b943f2e3a080d76df5dfd7fd41b12')
-
-build() {
-  cd "${srcdir}/${pkgname}-${pkgver}"
-  make USE_CAP='yes' USE_PYTHON='no'
-}
-
-check() {
-  cd "${srcdir}/${pkgname}-${pkgver}"
-  LD_LIBRARY_PATH="/usr/lib" make check USE_PYTHON='no'
-}
-
-package() {
-  cd "${srcdir}/${pkgname}-${pkgver}"
-  make USE_PYTHON='no' DESTDIR="${pkgdir}" install
-}

Copied: pax-utils/repos/community-x86_64/PKGBUILD (from rev 212383, 
pax-utils/trunk/PKGBUILD)
=======
--- community-x86_64/PKGBUILD   (rev 0)
+++ community-x86_64/PKGBUILD   2017-02-14 15:35:23 UTC (rev 212384)
@@ -0,0 +1,34 @@
+# $Id$
+# Maintainer: Timothy Redaelli <timothy.redae...@gmail.com>
+# Contributor: sh0 <m...@sh0.org>
+# Contributor: Maxwel <msg.max...@gmail.com>
+
+pkgname=pax-utils
+pkgver=1.

[arch-commits] Commit in npapi-vlc/repos (4 files)

2017-02-14 Thread Timothy Redaelli
Date: Tuesday, February 14, 2017 @ 15:28:15
  Author: tredaelli
Revision: 212382

archrelease: copy trunk to community-i686, community-x86_64

Added:
  npapi-vlc/repos/community-i686/PKGBUILD
(from rev 212381, npapi-vlc/trunk/PKGBUILD)
  npapi-vlc/repos/community-x86_64/PKGBUILD
(from rev 212381, npapi-vlc/trunk/PKGBUILD)
Deleted:
  npapi-vlc/repos/community-i686/PKGBUILD
  npapi-vlc/repos/community-x86_64/PKGBUILD

---+
 /PKGBUILD |   82 
 community-i686/PKGBUILD   |   41 --
 community-x86_64/PKGBUILD |   41 --
 3 files changed, 82 insertions(+), 82 deletions(-)

Deleted: community-i686/PKGBUILD
===
--- community-i686/PKGBUILD 2017-02-14 15:28:05 UTC (rev 212381)
+++ community-i686/PKGBUILD 2017-02-14 15:28:15 UTC (rev 212382)
@@ -1,41 +0,0 @@
-# $Id$
-
-# Maintainer: Timothy Redaelli <timothy.redae...@gmail.com>
-# Contributor: Det 
-# Contributor: Hugo Osvaldo Barrera <h...@barrera.io>
-
-pkgname=npapi-vlc
-pkgver=2.2.2
-pkgrel=1
-pkgdesc="The modern VLC Mozilla (NPAPI) plugin"
-arch=('i686' 'x86_64')
-url="http://git.videolan.org/?p=$pkgname.git;a=summary;
-license=('GPL')
-depends=('gtk2' 'vlc')
-makedepends=('git' 'npapi-sdk')
-# This package uses version tags from Git, because there are no official 
releases
-source=("git+https://code.videolan.org/videolan/$pkgname.git#tag=$pkgver;
-"git+https://code.videolan.org/videolan/libvlcpp.git;)
-md5sums=('SKIP'
- 'SKIP')
-
-prepare() {
-  cd "$pkgname"
-  git submodule init
-  git config submodule.vlcpp.url "$srcdir/libvlcpp"
-  git submodule update
-}
-
-build() {
-  cd "$pkgname"
-
-  ./autogen.sh
-  ./configure --prefix=/usr
-  make
-}
-
-package() {
-  cd "$pkgname"
-
-  make DESTDIR="$pkgdir" install
-}

Copied: npapi-vlc/repos/community-i686/PKGBUILD (from rev 212381, 
npapi-vlc/trunk/PKGBUILD)
===
--- community-i686/PKGBUILD (rev 0)
+++ community-i686/PKGBUILD 2017-02-14 15:28:15 UTC (rev 212382)
@@ -0,0 +1,41 @@
+# $Id$
+
+# Maintainer: Timothy Redaelli <timothy.redae...@gmail.com>
+# Contributor: Det 
+# Contributor: Hugo Osvaldo Barrera <h...@barrera.io>
+
+pkgname=npapi-vlc
+pkgver=2.2.5
+pkgrel=1
+pkgdesc="The modern VLC Mozilla (NPAPI) plugin"
+arch=('i686' 'x86_64')
+url="https://code.videolan.org/videolan/npapi-vlc;
+license=('GPL')
+depends=('gtk2' 'vlc')
+makedepends=('git' 'npapi-sdk')
+# This package uses version tags from Git, because there are no official 
releases
+source=("git+https://code.videolan.org/videolan/$pkgname.git#tag=$pkgver;
+"git+https://code.videolan.org/videolan/libvlcpp.git;)
+md5sums=('SKIP'
+ 'SKIP')
+
+prepare() {
+  cd "$pkgname"
+  git submodule init
+  git config submodule.vlcpp.url "$srcdir/libvlcpp"
+  git submodule update
+}
+
+build() {
+  cd "$pkgname"
+
+  ./autogen.sh
+  ./configure --prefix=/usr
+  make
+}
+
+package() {
+  cd "$pkgname"
+
+  make DESTDIR="$pkgdir" install
+}

Deleted: community-x86_64/PKGBUILD
===
--- community-x86_64/PKGBUILD   2017-02-14 15:28:05 UTC (rev 212381)
+++ community-x86_64/PKGBUILD   2017-02-14 15:28:15 UTC (rev 212382)
@@ -1,41 +0,0 @@
-# $Id$
-
-# Maintainer: Timothy Redaelli <timothy.redae...@gmail.com>
-# Contributor: Det 
-# Contributor: Hugo Osvaldo Barrera <h...@barrera.io>
-
-pkgname=npapi-vlc
-pkgver=2.2.2
-pkgrel=1
-pkgdesc="The modern VLC Mozilla (NPAPI) plugin"
-arch=('i686' 'x86_64')
-url="http://git.videolan.org/?p=$pkgname.git;a=summary;
-license=('GPL')
-depends=('gtk2' 'vlc')
-makedepends=('git' 'npapi-sdk')
-# This package uses version tags from Git, because there are no official 
releases
-source=("git+https://code.videolan.org/videolan/$pkgname.git#tag=$pkgver;
-"git+https://code.videolan.org/videolan/libvlcpp.git;)
-md5sums=('SKIP'
- 'SKIP')
-
-prepare() {
-  cd "$pkgname"
-  git submodule init
-  git config submodule.vlcpp.url "$srcdir/libvlcpp"
-  git submodule update
-}
-
-build() {
-  cd "$pkgname"
-
-  ./autogen.sh
-  ./configure --prefix=/usr
-  make
-}
-
-package() {
-  cd "$pkgname"
-
-  make DESTDIR="$pkgdir" install
-}

Copied: npapi-vlc/repos/community-x86_64/PKGBUILD (from rev 212381, 
npapi-vlc/trunk/PKGBUILD)
===
--- community-x86_64/PKGBUILD   (rev 0)
+++ community-x86_64/PKGBUILD   2017-02-14 15:28:15 UTC (rev 212382)
@@ -0,0 +1,41 @@
+# $Id$
+
+# Maintainer: Timothy Redaelli <timo

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

2017-02-14 Thread Timothy Redaelli
Date: Tuesday, February 14, 2017 @ 15:28:05
  Author: tredaelli
Revision: 212381

upgpkg: npapi-vlc 2.2.5-1

Modified:
  npapi-vlc/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2017-02-14 15:26:18 UTC (rev 212380)
+++ PKGBUILD2017-02-14 15:28:05 UTC (rev 212381)
@@ -5,11 +5,11 @@
 # Contributor: Hugo Osvaldo Barrera 
 
 pkgname=npapi-vlc
-pkgver=2.2.2
+pkgver=2.2.5
 pkgrel=1
 pkgdesc="The modern VLC Mozilla (NPAPI) plugin"
 arch=('i686' 'x86_64')
-url="http://git.videolan.org/?p=$pkgname.git;a=summary;
+url="https://code.videolan.org/videolan/npapi-vlc;
 license=('GPL')
 depends=('gtk2' 'vlc')
 makedepends=('git' 'npapi-sdk')


[arch-commits] Commit in displaycal/repos (4 files)

2017-02-14 Thread Timothy Redaelli
Date: Tuesday, February 14, 2017 @ 15:26:18
  Author: tredaelli
Revision: 212380

archrelease: copy trunk to community-i686, community-x86_64

Added:
  displaycal/repos/community-i686/PKGBUILD
(from rev 212379, displaycal/trunk/PKGBUILD)
  displaycal/repos/community-x86_64/PKGBUILD
(from rev 212379, displaycal/trunk/PKGBUILD)
Deleted:
  displaycal/repos/community-i686/PKGBUILD
  displaycal/repos/community-x86_64/PKGBUILD

---+
 /PKGBUILD |   58 
 community-i686/PKGBUILD   |   29 --
 community-x86_64/PKGBUILD |   29 --
 3 files changed, 58 insertions(+), 58 deletions(-)

Deleted: community-i686/PKGBUILD
===
--- community-i686/PKGBUILD 2017-02-14 15:26:08 UTC (rev 212379)
+++ community-i686/PKGBUILD 2017-02-14 15:26:18 UTC (rev 212380)
@@ -1,29 +0,0 @@
-# $Id$
-# Maintainer: Timothy Redaelli <timothy.redae...@gmail.com>
-# Contributor: Cedric Girard <girard.ced...@gmail.com>
-# Contributor: foxbunny <bg.bra...@gmail.com>
-
-_pkgname=DisplayCAL
-pkgname=displaycal
-pkgver=3.2.2.0
-pkgrel=1
-pkgdesc="Open Source Display Calibration and Characterization powered by 
Argyll CMS (Formerly known as dispcalGUI)"
-arch=('i686' 'x86_64')
-url="http://displaycal.net/;
-license=('GPL3')
-makedepends=('libx11' 'libxrandr' 'libxinerama' 'libxxf86vm' 
'python2-setuptools' 'xdg-utils')
-depends=('argyllcms' 'wxpython' 'hicolor-icon-theme' 'desktop-file-utils' 
'python2-numpy')
-optdepends=('gksu: For running as root')
-replaces=('dispcalgui')
-conflicts=('dispcalgui')
-source=("http://downloads.sourceforge.net/project/dispcalgui/release/${pkgver}/${_pkgname}-${pkgver}.tar.gz;)
-md5sums=('fd564038c38da2f12b1d89dd46adaab8')
-
-package() {
-  cd ${_pkgname}-${pkgver}
-  python2 setup.py install --root="${pkgdir}" --optimize=1
-  #udev rules are shipped with argyllcms
-  rm -rf "${pkgdir}"/etc/udev/
-}
-
-# vim:set ts=2 sw=2 et:

Copied: displaycal/repos/community-i686/PKGBUILD (from rev 212379, 
displaycal/trunk/PKGBUILD)
===
--- community-i686/PKGBUILD (rev 0)
+++ community-i686/PKGBUILD 2017-02-14 15:26:18 UTC (rev 212380)
@@ -0,0 +1,29 @@
+# $Id$
+# Maintainer: Timothy Redaelli <timothy.redae...@gmail.com>
+# Contributor: Cedric Girard <girard.ced...@gmail.com>
+# Contributor: foxbunny <bg.bra...@gmail.com>
+
+_pkgname=DisplayCAL
+pkgname=displaycal
+pkgver=3.2.3.0
+pkgrel=1
+pkgdesc="Open Source Display Calibration and Characterization powered by 
Argyll CMS (Formerly known as dispcalGUI)"
+arch=('i686' 'x86_64')
+url="http://displaycal.net/;
+license=('GPL3')
+makedepends=('libx11' 'libxrandr' 'libxinerama' 'libxxf86vm' 
'python2-setuptools' 'xdg-utils')
+depends=('argyllcms' 'wxpython' 'hicolor-icon-theme' 'desktop-file-utils' 
'python2-numpy')
+optdepends=('gksu: For running as root')
+replaces=('dispcalgui')
+conflicts=('dispcalgui')
+source=("http://downloads.sourceforge.net/project/dispcalgui/release/${pkgver}/${_pkgname}-${pkgver}.tar.gz;)
+md5sums=('e560601078951bf69da69640e697e244')
+
+package() {
+  cd ${_pkgname}-${pkgver}
+  python2 setup.py install --root="${pkgdir}" --optimize=1
+  #udev rules are shipped with argyllcms
+  rm -rf "${pkgdir}"/etc/udev/
+}
+
+# vim:set ts=2 sw=2 et:

Deleted: community-x86_64/PKGBUILD
===
--- community-x86_64/PKGBUILD   2017-02-14 15:26:08 UTC (rev 212379)
+++ community-x86_64/PKGBUILD   2017-02-14 15:26:18 UTC (rev 212380)
@@ -1,29 +0,0 @@
-# $Id$
-# Maintainer: Timothy Redaelli <timothy.redae...@gmail.com>
-# Contributor: Cedric Girard <girard.ced...@gmail.com>
-# Contributor: foxbunny <bg.bra...@gmail.com>
-
-_pkgname=DisplayCAL
-pkgname=displaycal
-pkgver=3.2.2.0
-pkgrel=1
-pkgdesc="Open Source Display Calibration and Characterization powered by 
Argyll CMS (Formerly known as dispcalGUI)"
-arch=('i686' 'x86_64')
-url="http://displaycal.net/;
-license=('GPL3')
-makedepends=('libx11' 'libxrandr' 'libxinerama' 'libxxf86vm' 
'python2-setuptools' 'xdg-utils')
-depends=('argyllcms' 'wxpython' 'hicolor-icon-theme' 'desktop-file-utils' 
'python2-numpy')
-optdepends=('gksu: For running as root')
-replaces=('dispcalgui')
-conflicts=('dispcalgui')
-source=("http://downloads.sourceforge.net/project/dispcalgui/release/${pkgver}/${_pkgname}-${pkgver}.tar.gz;)
-md5sums=('fd564038c38da2f12b1d89dd46adaab8')
-
-package() {
-  cd ${_pkgname}-${pkgver}
-  python2 setup.py install --root="${pkgdir}" --optimize=1
-  #udev rules are shipped with argyllcms
-  rm -rf "${pkgdir}"/etc/udev/
-}
-
-# vim:set ts=2 sw=2 et:

Copied: displaycal/r

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

2017-02-14 Thread Timothy Redaelli
Date: Tuesday, February 14, 2017 @ 15:26:08
  Author: tredaelli
Revision: 212379

upgpkg: displaycal 3.2.3.0-1

Modified:
  displaycal/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2017-02-14 15:20:06 UTC (rev 212378)
+++ PKGBUILD2017-02-14 15:26:08 UTC (rev 212379)
@@ -5,7 +5,7 @@
 
 _pkgname=DisplayCAL
 pkgname=displaycal
-pkgver=3.2.2.0
+pkgver=3.2.3.0
 pkgrel=1
 pkgdesc="Open Source Display Calibration and Characterization powered by 
Argyll CMS (Formerly known as dispcalGUI)"
 arch=('i686' 'x86_64')
@@ -17,7 +17,7 @@
 replaces=('dispcalgui')
 conflicts=('dispcalgui')
 
source=("http://downloads.sourceforge.net/project/dispcalgui/release/${pkgver}/${_pkgname}-${pkgver}.tar.gz;)
-md5sums=('fd564038c38da2f12b1d89dd46adaab8')
+md5sums=('e560601078951bf69da69640e697e244')
 
 package() {
   cd ${_pkgname}-${pkgver}


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

2017-02-14 Thread Timothy Redaelli
Date: Tuesday, February 14, 2017 @ 15:19:56
  Author: tredaelli
Revision: 212377

upgpkg: iperf3 3.1.6-1

Modified:
  iperf3/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2017-02-14 15:17:33 UTC (rev 212376)
+++ PKGBUILD2017-02-14 15:19:56 UTC (rev 212377)
@@ -5,7 +5,7 @@
 # Contributor: goll 
 
 pkgname=iperf3
-pkgver=3.1.5
+pkgver=3.1.6
 pkgrel=1
 pkgdesc="Internet Protocol bandwidth measuring tool"
 arch=('i686' 'x86_64')
@@ -13,7 +13,7 @@
 license=('BSD')
 depends=('glibc') 
 source=(http://downloads.es.net/pub/iperf/iperf-$pkgver.tar.gz)
-sha256sums=('6e1a6200cd38baeab58ef0d7b8769e7aa6410c3a3168e65ea8277a4de79e5500')
+sha256sums=('70f0c72d9e60c6ecb2c478ed17e4fd81d3b827d57896fee43bcd0c53abccb29d')
 
 build() { 
   cd "iperf-$pkgver"


[arch-commits] Commit in iperf3/repos (4 files)

2017-02-14 Thread Timothy Redaelli
Date: Tuesday, February 14, 2017 @ 15:20:06
  Author: tredaelli
Revision: 212378

archrelease: copy trunk to community-i686, community-x86_64

Added:
  iperf3/repos/community-i686/PKGBUILD
(from rev 212377, iperf3/trunk/PKGBUILD)
  iperf3/repos/community-x86_64/PKGBUILD
(from rev 212377, iperf3/trunk/PKGBUILD)
Deleted:
  iperf3/repos/community-i686/PKGBUILD
  iperf3/repos/community-x86_64/PKGBUILD

---+
 /PKGBUILD |   56 
 community-i686/PKGBUILD   |   28 --
 community-x86_64/PKGBUILD |   28 --
 3 files changed, 56 insertions(+), 56 deletions(-)

Deleted: community-i686/PKGBUILD
===
--- community-i686/PKGBUILD 2017-02-14 15:19:56 UTC (rev 212377)
+++ community-i686/PKGBUILD 2017-02-14 15:20:06 UTC (rev 212378)
@@ -1,28 +0,0 @@
-# $Id$
-# Maintainer: Timothy Redaelli <timothy.redae...@gmail.com>
-# Author: Jim Ferguson <fergu...@ncsa.uiuc.edu>
-# Contributor: Xi0N <jonandermonl...@gmail.com>
-# Contributor: goll <adrian.goll+aur[at]gmail>
-
-pkgname=iperf3
-pkgver=3.1.5
-pkgrel=1
-pkgdesc="Internet Protocol bandwidth measuring tool"
-arch=('i686' 'x86_64')
-url="https://github.com/esnet/iperf; 
-license=('BSD')
-depends=('glibc') 
-source=(http://downloads.es.net/pub/iperf/iperf-$pkgver.tar.gz)
-sha256sums=('6e1a6200cd38baeab58ef0d7b8769e7aa6410c3a3168e65ea8277a4de79e5500')
-
-build() { 
-  cd "iperf-$pkgver"
-  ./configure --prefix=/usr
-  make
-}
-
-package() {
-  cd "iperf-$pkgver"
-  install -Dm644 LICENSE "$pkgdir/usr/share/licenses/iperf3/LICENSE"
-  make DESTDIR="$pkgdir/" install
-}

Copied: iperf3/repos/community-i686/PKGBUILD (from rev 212377, 
iperf3/trunk/PKGBUILD)
===
--- community-i686/PKGBUILD (rev 0)
+++ community-i686/PKGBUILD     2017-02-14 15:20:06 UTC (rev 212378)
@@ -0,0 +1,28 @@
+# $Id$
+# Maintainer: Timothy Redaelli <timothy.redae...@gmail.com>
+# Author: Jim Ferguson <fergu...@ncsa.uiuc.edu>
+# Contributor: Xi0N <jonandermonl...@gmail.com>
+# Contributor: goll <adrian.goll+aur[at]gmail>
+
+pkgname=iperf3
+pkgver=3.1.6
+pkgrel=1
+pkgdesc="Internet Protocol bandwidth measuring tool"
+arch=('i686' 'x86_64')
+url="https://github.com/esnet/iperf; 
+license=('BSD')
+depends=('glibc') 
+source=(http://downloads.es.net/pub/iperf/iperf-$pkgver.tar.gz)
+sha256sums=('70f0c72d9e60c6ecb2c478ed17e4fd81d3b827d57896fee43bcd0c53abccb29d')
+
+build() { 
+  cd "iperf-$pkgver"
+  ./configure --prefix=/usr
+  make
+}
+
+package() {
+  cd "iperf-$pkgver"
+  install -Dm644 LICENSE "$pkgdir/usr/share/licenses/iperf3/LICENSE"
+  make DESTDIR="$pkgdir/" install
+}

Deleted: community-x86_64/PKGBUILD
===
--- community-x86_64/PKGBUILD   2017-02-14 15:19:56 UTC (rev 212377)
+++ community-x86_64/PKGBUILD   2017-02-14 15:20:06 UTC (rev 212378)
@@ -1,28 +0,0 @@
-# $Id$
-# Maintainer: Timothy Redaelli <timothy.redae...@gmail.com>
-# Author: Jim Ferguson <fergu...@ncsa.uiuc.edu>
-# Contributor: Xi0N <jonandermonl...@gmail.com>
-# Contributor: goll <adrian.goll+aur[at]gmail>
-
-pkgname=iperf3
-pkgver=3.1.5
-pkgrel=1
-pkgdesc="Internet Protocol bandwidth measuring tool"
-arch=('i686' 'x86_64')
-url="https://github.com/esnet/iperf; 
-license=('BSD')
-depends=('glibc') 
-source=(http://downloads.es.net/pub/iperf/iperf-$pkgver.tar.gz)
-sha256sums=('6e1a6200cd38baeab58ef0d7b8769e7aa6410c3a3168e65ea8277a4de79e5500')
-
-build() { 
-  cd "iperf-$pkgver"
-  ./configure --prefix=/usr
-  make
-}
-
-package() {
-  cd "iperf-$pkgver"
-  install -Dm644 LICENSE "$pkgdir/usr/share/licenses/iperf3/LICENSE"
-  make DESTDIR="$pkgdir/" install
-}

Copied: iperf3/repos/community-x86_64/PKGBUILD (from rev 212377, 
iperf3/trunk/PKGBUILD)
=======
--- community-x86_64/PKGBUILD   (rev 0)
+++ community-x86_64/PKGBUILD   2017-02-14 15:20:06 UTC (rev 212378)
@@ -0,0 +1,28 @@
+# $Id$
+# Maintainer: Timothy Redaelli <timothy.redae...@gmail.com>
+# Author: Jim Ferguson <fergu...@ncsa.uiuc.edu>
+# Contributor: Xi0N <jonandermonl...@gmail.com>
+# Contributor: goll <adrian.goll+aur[at]gmail>
+
+pkgname=iperf3
+pkgver=3.1.6
+pkgrel=1
+pkgdesc="Internet Protocol bandwidth measuring tool"
+arch=('i686' 'x86_64')
+url="https://github.com/esnet/iperf; 
+license=('BSD')
+depends=('glibc') 
+source=(http://downloads.es.net/pub/iperf/iperf-$pkgver.tar.gz)
+sha256sums=('70f0c72d9e60c6ecb2c478ed17e4fd81d3b827d57896fee43bcd0c53abccb29d')
+
+build() { 
+  cd "iperf-$pkgver"
+  ./configure --prefix=/usr
+  make
+}
+
+package() {
+  cd "iperf-$pkgver"
+  install -Dm644 LICENSE "$pkgdir/usr/share/licenses/iperf3/LICENSE"
+  make DESTDIR="$pkgdir/" install
+}


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

2017-02-14 Thread Timothy Redaelli
Date: Tuesday, February 14, 2017 @ 15:17:26
  Author: tredaelli
Revision: 212375

upgpkg: electrum 2.7.18-1

Modified:
  electrum/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2017-02-14 15:15:34 UTC (rev 212374)
+++ PKGBUILD2017-02-14 15:17:26 UTC (rev 212375)
@@ -5,7 +5,7 @@
 # http://bitcoin-otc.com/viewgpg.php?nick=ThomasV
 
 pkgname=electrum
-pkgver=2.7.17
+pkgver=2.7.18
 pkgrel=1
 pkgdesc="Lightweight Bitcoin wallet"
 arch=('any')
@@ -18,9 +18,9 @@
 url="https://electrum.org;
 license=(MIT)
 
source=("https://download.electrum.org/${pkgver}/${pkgname^}-${pkgver}.tar.gz"{,.asc})
-md5sums=('b9c2e2daf15292a2b419259c6e91a725'
+md5sums=('5dfa96ac77a1a3f6705204dcdd281cda'
  'SKIP')
-sha256sums=('1d9967cc2ab684f5ecbbedcaad5442e9130cd67d3edc1ceb81050b40a2749786'
+sha256sums=('4b4d7726e29df55a28d8a86f8e514904b339fd5d29a5cb57a919430c0fcb33d1'
 'SKIP')
 validpgpkeys=('6694D8DE7BE8EE5631BED9502BD5824B7F9470E6')
 


[arch-commits] Commit in electrum/repos/community-any (PKGBUILD PKGBUILD)

2017-02-14 Thread Timothy Redaelli
Date: Tuesday, February 14, 2017 @ 15:17:33
  Author: tredaelli
Revision: 212376

archrelease: copy trunk to community-any

Added:
  electrum/repos/community-any/PKGBUILD
(from rev 212375, electrum/trunk/PKGBUILD)
Deleted:
  electrum/repos/community-any/PKGBUILD

--+
 PKGBUILD |   96 ++---
 1 file changed, 48 insertions(+), 48 deletions(-)

Deleted: PKGBUILD
===
--- PKGBUILD2017-02-14 15:17:26 UTC (rev 212375)
+++ PKGBUILD2017-02-14 15:17:33 UTC (rev 212376)
@@ -1,48 +0,0 @@
-# $Id$
-# Maintainer: Timothy Redaelli <timothy.redae...@gmail.com>
-# Contributor: Andy Weidenbaum <archb...@gmail.com>
-# ThomasV PGP key: gpg --recv-key 6694D8DE7BE8EE5631BED9502BD5824B7F9470E6
-# http://bitcoin-otc.com/viewgpg.php?nick=ThomasV
-
-pkgname=electrum
-pkgver=2.7.17
-pkgrel=1
-pkgdesc="Lightweight Bitcoin wallet"
-arch=('any')
-depends=('python2-ecdsa' 'python2-jsonrpclib' 'python2-pbkdf2' 
'python2-requests' 'python2-pyasn1' 'python2-pyasn1-modules' 'python2-qrcode'
- 'python2-protobuf' 'python2-tlslite' 'python2-dnspython' 
'python2-pyqt4' 'python2-sip' 'python2-slowaes')
-makedepends=('gettext' 'python2-pycurl' 'python2-setuptools' 
'desktop-file-utils')
-optdepends=('python2-btchip: BTChip hardware wallet support'
-'python2-matplotlib: plot transaction history in graphical mode'
-'zbar: QR code reading support')
-url="https://electrum.org;
-license=(MIT)
-source=("https://download.electrum.org/${pkgver}/${pkgname^}-${pkgver}.tar.gz"{,.asc})
-md5sums=('b9c2e2daf15292a2b419259c6e91a725'
- 'SKIP')
-sha256sums=('1d9967cc2ab684f5ecbbedcaad5442e9130cd67d3edc1ceb81050b40a2749786'
-'SKIP')
-validpgpkeys=('6694D8DE7BE8EE5631BED9502BD5824B7F9470E6')
-
-provides=('electrum')
-
-prepare() {
-  cd ${pkgname^}-${pkgver}
-
-  find . -type f -exec sed -i 's#/usr/bin/python$#/usr/bin/python2#g' {} +
-  find . -type f -exec sed -i 's#/usr/bin/env python$#/usr/bin/env python2#g' 
{} +
-}
-
-build() {
-  cd ${pkgname^}-${pkgver}
-
-  pyrcc4 icons.qrc -o gui/qt/icons_rc.py
-  python2 setup.py build
-}
-
-package() {
-  cd ${pkgname^}-${pkgver}
-
-  python2 setup.py install --root="${pkgdir}" --optimize=1
-  install -D -m644 LICENCE "${pkgdir}"/usr/share/licenses/${pkgname}/LICENSE
-}

Copied: electrum/repos/community-any/PKGBUILD (from rev 212375, 
electrum/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2017-02-14 15:17:33 UTC (rev 212376)
@@ -0,0 +1,48 @@
+# $Id$
+# Maintainer: Timothy Redaelli <timothy.redae...@gmail.com>
+# Contributor: Andy Weidenbaum <archb...@gmail.com>
+# ThomasV PGP key: gpg --recv-key 6694D8DE7BE8EE5631BED9502BD5824B7F9470E6
+# http://bitcoin-otc.com/viewgpg.php?nick=ThomasV
+
+pkgname=electrum
+pkgver=2.7.18
+pkgrel=1
+pkgdesc="Lightweight Bitcoin wallet"
+arch=('any')
+depends=('python2-ecdsa' 'python2-jsonrpclib' 'python2-pbkdf2' 
'python2-requests' 'python2-pyasn1' 'python2-pyasn1-modules' 'python2-qrcode'
+ 'python2-protobuf' 'python2-tlslite' 'python2-dnspython' 
'python2-pyqt4' 'python2-sip' 'python2-slowaes')
+makedepends=('gettext' 'python2-pycurl' 'python2-setuptools' 
'desktop-file-utils')
+optdepends=('python2-btchip: BTChip hardware wallet support'
+'python2-matplotlib: plot transaction history in graphical mode'
+'zbar: QR code reading support')
+url="https://electrum.org;
+license=(MIT)
+source=("https://download.electrum.org/${pkgver}/${pkgname^}-${pkgver}.tar.gz"{,.asc})
+md5sums=('5dfa96ac77a1a3f6705204dcdd281cda'
+ 'SKIP')
+sha256sums=('4b4d7726e29df55a28d8a86f8e514904b339fd5d29a5cb57a919430c0fcb33d1'
+'SKIP')
+validpgpkeys=('6694D8DE7BE8EE5631BED9502BD5824B7F9470E6')
+
+provides=('electrum')
+
+prepare() {
+  cd ${pkgname^}-${pkgver}
+
+  find . -type f -exec sed -i 's#/usr/bin/python$#/usr/bin/python2#g' {} +
+  find . -type f -exec sed -i 's#/usr/bin/env python$#/usr/bin/env python2#g' 
{} +
+}
+
+build() {
+  cd ${pkgname^}-${pkgver}
+
+  pyrcc4 icons.qrc -o gui/qt/icons_rc.py
+  python2 setup.py build
+}
+
+package() {
+  cd ${pkgname^}-${pkgver}
+
+  python2 setup.py install --root="${pkgdir}" --optimize=1
+  install -D -m644 LICENCE "${pkgdir}"/usr/share/licenses/${pkgname}/LICENSE
+}


[arch-commits] Commit in parallel/repos/community-any (PKGBUILD PKGBUILD)

2017-02-14 Thread Timothy Redaelli
Date: Tuesday, February 14, 2017 @ 15:15:34
  Author: tredaelli
Revision: 212374

archrelease: copy trunk to community-any

Added:
  parallel/repos/community-any/PKGBUILD
(from rev 212373, parallel/trunk/PKGBUILD)
Deleted:
  parallel/repos/community-any/PKGBUILD

--+
 PKGBUILD |   64 ++---
 1 file changed, 32 insertions(+), 32 deletions(-)

Deleted: PKGBUILD
===
--- PKGBUILD2017-02-14 15:15:27 UTC (rev 212373)
+++ PKGBUILD2017-02-14 15:15:34 UTC (rev 212374)
@@ -1,32 +0,0 @@
-# $Id$
-# Maintainer: Timothy Redaelli <timothy.redae...@gmail.com>
-# Contributor: Vianney le Clément 
-# Contributor: Peter Simons <sim...@cryp.to>
-
-pkgname=parallel
-pkgver=20161222
-pkgrel=1
-pkgdesc='A shell tool for executing jobs in parallel'
-arch=('any')
-url='http://www.gnu.org/software/parallel/'
-license=('GPL3')
-depends=('perl' 'procps')
-source=(https://ftp.gnu.org/gnu/$pkgname/$pkgname-$pkgver.tar.bz2{,.sig})
-md5sums=('1e5752dfd407df6e27ca1c65cf2642f8'
- 'SKIP')
-sha1sums=('00b110f1759fa2fcc54ad62e84b15fe013fffaca'
-  'SKIP')
-validpgpkeys=('CDA01A4208C4F74506107E7BD1AB4516')
-
-build() {
-  cd "$pkgname-$pkgver"
-  ./configure --prefix=/usr
-  make
-}
-
-package() {
-  cd "$pkgname-$pkgver"
-  make DESTDIR="$pkgdir/" install
-}
-
-# vim:set ts=2 sw=2 et:

Copied: parallel/repos/community-any/PKGBUILD (from rev 212373, 
parallel/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2017-02-14 15:15:34 UTC (rev 212374)
@@ -0,0 +1,32 @@
+# $Id$
+# Maintainer: Timothy Redaelli <timothy.redae...@gmail.com>
+# Contributor: Vianney le Clément 
+# Contributor: Peter Simons <sim...@cryp.to>
+
+pkgname=parallel
+pkgver=20170122
+pkgrel=1
+pkgdesc='A shell tool for executing jobs in parallel'
+arch=('any')
+url='http://www.gnu.org/software/parallel/'
+license=('GPL3')
+depends=('perl' 'procps')
+source=(https://ftp.gnu.org/gnu/$pkgname/$pkgname-$pkgver.tar.bz2{,.sig})
+md5sums=('c9f0ec01463dc75dbbf292fd8be5f1eb'
+ 'SKIP')
+sha1sums=('e766bb0180b66e29d5fd9cb14ad145a2a75a0012'
+  'SKIP')
+validpgpkeys=('CDA01A4208C4F74506107E7BD1AB4516')
+
+build() {
+  cd "$pkgname-$pkgver"
+  ./configure --prefix=/usr
+  make
+}
+
+package() {
+  cd "$pkgname-$pkgver"
+  make DESTDIR="$pkgdir/" install
+}
+
+# vim:set ts=2 sw=2 et:


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

2017-02-14 Thread Timothy Redaelli
Date: Tuesday, February 14, 2017 @ 15:15:27
  Author: tredaelli
Revision: 212373

upgpkg: parallel 20170122-1

Modified:
  parallel/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2017-02-14 14:45:28 UTC (rev 212372)
+++ PKGBUILD2017-02-14 15:15:27 UTC (rev 212373)
@@ -4,7 +4,7 @@
 # Contributor: Peter Simons 
 
 pkgname=parallel
-pkgver=20161222
+pkgver=20170122
 pkgrel=1
 pkgdesc='A shell tool for executing jobs in parallel'
 arch=('any')
@@ -12,9 +12,9 @@
 license=('GPL3')
 depends=('perl' 'procps')
 source=(https://ftp.gnu.org/gnu/$pkgname/$pkgname-$pkgver.tar.bz2{,.sig})
-md5sums=('1e5752dfd407df6e27ca1c65cf2642f8'
+md5sums=('c9f0ec01463dc75dbbf292fd8be5f1eb'
  'SKIP')
-sha1sums=('00b110f1759fa2fcc54ad62e84b15fe013fffaca'
+sha1sums=('e766bb0180b66e29d5fd9cb14ad145a2a75a0012'
   'SKIP')
 validpgpkeys=('CDA01A4208C4F74506107E7BD1AB4516')
 


[arch-commits] Commit in wireshark/repos (12 files)

2017-02-08 Thread Timothy Redaelli
Date: Wednesday, February 8, 2017 @ 16:11:25
  Author: tredaelli
Revision: 211275

archrelease: copy trunk to community-i686, community-x86_64

Added:
  wireshark/repos/community-i686/PKGBUILD
(from rev 211274, wireshark/trunk/PKGBUILD)
  wireshark/repos/community-i686/do_not_use_svn_version.patch
(from rev 211274, wireshark/trunk/do_not_use_svn_version.patch)
  wireshark/repos/community-i686/wireshark.install
(from rev 211274, wireshark/trunk/wireshark.install)
  wireshark/repos/community-x86_64/PKGBUILD
(from rev 211274, wireshark/trunk/PKGBUILD)
  wireshark/repos/community-x86_64/do_not_use_svn_version.patch
(from rev 211274, wireshark/trunk/do_not_use_svn_version.patch)
  wireshark/repos/community-x86_64/wireshark.install
(from rev 211274, wireshark/trunk/wireshark.install)
Deleted:
  wireshark/repos/community-i686/PKGBUILD
  wireshark/repos/community-i686/do_not_use_svn_version.patch
  wireshark/repos/community-i686/wireshark.install
  wireshark/repos/community-x86_64/PKGBUILD
  wireshark/repos/community-x86_64/do_not_use_svn_version.patch
  wireshark/repos/community-x86_64/wireshark.install

---+
 /PKGBUILD |  202 
 /do_not_use_svn_version.patch |   26 +++
 /wireshark.install|   20 ++
 community-i686/PKGBUILD   |  101 
 community-i686/do_not_use_svn_version.patch   |   13 -
 community-i686/wireshark.install  |   10 -
 community-x86_64/PKGBUILD |  101 
 community-x86_64/do_not_use_svn_version.patch |   13 -
 community-x86_64/wireshark.install|   10 -
 9 files changed, 248 insertions(+), 248 deletions(-)

Deleted: community-i686/PKGBUILD
===
--- community-i686/PKGBUILD 2017-02-08 15:58:15 UTC (rev 211274)
+++ community-i686/PKGBUILD 2017-02-08 16:11:25 UTC (rev 211275)
@@ -1,101 +0,0 @@
-# $Id$
-# Maintainer: Timothy Redaelli <timothy.redae...@gmail.com>
-# Contributor: Guillaume ALAUX <guilla...@archlinux.org>
-# Contributor: Florian Pritz 
-pkgname=('wireshark-cli' 'wireshark-common' 'wireshark-gtk' 'wireshark-qt')
-pkgbase=wireshark
-pkgver=2.2.3
-pkgrel=1
-arch=('i686' 'x86_64')
-license=('GPL2')
-makedepends=('c-ares' 'geoip' 'qt5-tools' 'qt5-multimedia' 'gtk3' 'krb5' 
'libpcap' 'bash' 'libssh'
- 'gnutls' 'portaudio' 'lua52' 'python' 'desktop-file-utils' 
'hicolor-icon-theme')
-options=(!emptydirs)
-url='https://www.wireshark.org/'
-source=(https://www.wireshark.org/download/src/${pkgbase}-${pkgver}.tar.bz2
-do_not_use_svn_version.patch)
-sha1sums=('98fa058e0b07ab97b6f0a670e5277203f0b80715'
-  '489a176a7b90f7ae6f0985510c0c9038de54d9d6')
-
-prepare() {
-  cd ${pkgbase}-${pkgver}
-
-  # Avoid ugly "svn rev unknown from unknown" version string
-  patch -p1 < "$srcdir"/do_not_use_svn_version.patch
-}
-
-build() {
-  cd ${pkgbase}-${pkgver}
-
-  ./autogen.sh
-  ./configure \
-  --prefix=/usr \
-  --with-qt=5 \
-  --with-gtk3=yes \
-  --with-pcap \
-  --with-zlib \
-  --with-lua \
-  --with-portaudio \
-  --with-ssl \
-  --with-krb5 \
-  --with-c-ares \
-  --with-geoip
-  make all
-}
-
-package_wireshark-cli() {
-  pkgdesc='a free network protocol analyzer for Unix/Linux and Windows - CLI 
version'
-  depends=('c-ares' 'geoip' 'krb5' 'libgcrypt' 'libcap' 'libpcap' 'gnutls' 
'glib2' 'lua52' 'libssh')
-  install=wireshark.install
-  conflicts=(wireshark)
-
-  cd ${pkgbase}-${pkgver}
-
-  make DESTDIR="${pkgdir}" install
-  make DESTDIR="${pkgdir}" uninstall-local
-
-  #wireshark uid group is 150
-  chgrp 150 "${pkgdir}/usr/bin/dumpcap"
-  chmod 754 "${pkgdir}/usr/bin/dumpcap"
-  rm "${pkgdir}/usr/bin/wireshark" "${pkgdir}/usr/bin/wireshark-gtk"
-
-  # Headers
-  install -dm755 
"${pkgdir}"/usr/include/${pkgbase}/{epan/{crypt,dfilter,dissectors,ftypes,wmem},wiretap,wsutil}
-
-  install -m644 config.h register.h ws_diag_control.h ws_symbol_export.h 
"${pkgdir}/usr/include/${pkgbase}"
-  for d in epan epan/crypt epan/dfilter epan/dissectors epan/ftypes epan/wmem 
wiretap wsutil; do
-install -m644 ${d}/*.h "${pkgdir}"/usr/include/${pkgbase}/${d}
-  done
-}
-
-package_wireshark-common() {
-  pkgdesc='Common files used by wireshark-gtk and wireshark-qt'
-  depends=('hicolor-icon-theme' 'shared-mime-info' 'xdg-utils')
-
-  cd ${pkgbase}-${pkgver}
-
-  make DESTDIR="${pkgdir}" install-data-local
-  rm "${pkgdir}"/usr/share/applications/wireshark{,-gtk}.desktop
-}
-
-package_wireshark-gtk() {
-  pkgdesc='a free network protocol analyzer for Unix/Linux and Windows - GTK 
frontend'
-  depends=('desktop-file-utils' 'gtk3' 'portaudio' 'wireshark-cli' 
'wireshark-

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

2017-02-08 Thread Timothy Redaelli
Date: Wednesday, February 8, 2017 @ 15:58:15
  Author: tredaelli
Revision: 211274

upgpkg: wireshark 2.2.4-1

Modified:
  wireshark/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2017-02-08 15:52:48 UTC (rev 211273)
+++ PKGBUILD2017-02-08 15:58:15 UTC (rev 211274)
@@ -4,7 +4,7 @@
 # Contributor: Florian Pritz 
 pkgname=('wireshark-cli' 'wireshark-common' 'wireshark-gtk' 'wireshark-qt')
 pkgbase=wireshark
-pkgver=2.2.3
+pkgver=2.2.4
 pkgrel=1
 arch=('i686' 'x86_64')
 license=('GPL2')
@@ -14,7 +14,7 @@
 url='https://www.wireshark.org/'
 source=(https://www.wireshark.org/download/src/${pkgbase}-${pkgver}.tar.bz2
 do_not_use_svn_version.patch)
-sha1sums=('98fa058e0b07ab97b6f0a670e5277203f0b80715'
+sha1sums=('2913835d17a93af2a85ad5d9b580c47b359619a4'
   '489a176a7b90f7ae6f0985510c0c9038de54d9d6')
 
 prepare() {


[arch-commits] Commit in electrum/repos/community-any (PKGBUILD PKGBUILD)

2017-01-19 Thread Timothy Redaelli
Date: Friday, January 20, 2017 @ 00:38:25
  Author: tredaelli
Revision: 208080

archrelease: copy trunk to community-any

Added:
  electrum/repos/community-any/PKGBUILD
(from rev 208079, electrum/trunk/PKGBUILD)
Deleted:
  electrum/repos/community-any/PKGBUILD

--+
 PKGBUILD |   96 ++---
 1 file changed, 48 insertions(+), 48 deletions(-)

Deleted: PKGBUILD
===
--- PKGBUILD2017-01-20 00:38:18 UTC (rev 208079)
+++ PKGBUILD2017-01-20 00:38:25 UTC (rev 208080)
@@ -1,48 +0,0 @@
-# $Id$
-# Maintainer: Timothy Redaelli <timothy.redae...@gmail.com>
-# Contributor: Andy Weidenbaum <archb...@gmail.com>
-# ThomasV PGP key: gpg --recv-key 6694D8DE7BE8EE5631BED9502BD5824B7F9470E6
-# http://bitcoin-otc.com/viewgpg.php?nick=ThomasV
-
-pkgname=electrum
-pkgver=2.7.13
-pkgrel=1
-pkgdesc="Lightweight Bitcoin wallet"
-arch=('any')
-depends=('python2-ecdsa' 'python2-jsonrpclib' 'python2-pbkdf2' 
'python2-requests' 'python2-pyasn1' 'python2-pyasn1-modules' 'python2-qrcode'
- 'python2-protobuf' 'python2-tlslite' 'python2-dnspython' 
'python2-pyqt4' 'python2-sip' 'python2-slowaes')
-makedepends=('gettext' 'python2-pycurl' 'python2-setuptools' 
'desktop-file-utils')
-optdepends=('python2-btchip: BTChip hardware wallet support'
-'python2-matplotlib: plot transaction history in graphical mode'
-'zbar: QR code reading support')
-url="https://electrum.org;
-license=(MIT)
-source=("https://download.electrum.org/${pkgver}/${pkgname^}-${pkgver}.tar.gz"{,.asc})
-md5sums=('5d4da8c7d30219a83afd91a8d1936315'
- 'SKIP')
-sha256sums=('031f8708d81afcff8d39702f6650f8a70cd5d114f63e51b99da509e8cad7464f'
-'SKIP')
-validpgpkeys=('6694D8DE7BE8EE5631BED9502BD5824B7F9470E6')
-
-provides=('electrum')
-
-prepare() {
-  cd ${pkgname^}-${pkgver}
-
-  find . -type f -exec sed -i 's#/usr/bin/python$#/usr/bin/python2#g' {} +
-  find . -type f -exec sed -i 's#/usr/bin/env python$#/usr/bin/env python2#g' 
{} +
-}
-
-build() {
-  cd ${pkgname^}-${pkgver}
-
-  pyrcc4 icons.qrc -o gui/qt/icons_rc.py
-  python2 setup.py build
-}
-
-package() {
-  cd ${pkgname^}-${pkgver}
-
-  python2 setup.py install --root="${pkgdir}" --optimize=1
-  install -D -m644 LICENCE "${pkgdir}"/usr/share/licenses/${pkgname}/LICENSE
-}

Copied: electrum/repos/community-any/PKGBUILD (from rev 208079, 
electrum/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2017-01-20 00:38:25 UTC (rev 208080)
@@ -0,0 +1,48 @@
+# $Id$
+# Maintainer: Timothy Redaelli <timothy.redae...@gmail.com>
+# Contributor: Andy Weidenbaum <archb...@gmail.com>
+# ThomasV PGP key: gpg --recv-key 6694D8DE7BE8EE5631BED9502BD5824B7F9470E6
+# http://bitcoin-otc.com/viewgpg.php?nick=ThomasV
+
+pkgname=electrum
+pkgver=2.7.17
+pkgrel=1
+pkgdesc="Lightweight Bitcoin wallet"
+arch=('any')
+depends=('python2-ecdsa' 'python2-jsonrpclib' 'python2-pbkdf2' 
'python2-requests' 'python2-pyasn1' 'python2-pyasn1-modules' 'python2-qrcode'
+ 'python2-protobuf' 'python2-tlslite' 'python2-dnspython' 
'python2-pyqt4' 'python2-sip' 'python2-slowaes')
+makedepends=('gettext' 'python2-pycurl' 'python2-setuptools' 
'desktop-file-utils')
+optdepends=('python2-btchip: BTChip hardware wallet support'
+'python2-matplotlib: plot transaction history in graphical mode'
+'zbar: QR code reading support')
+url="https://electrum.org;
+license=(MIT)
+source=("https://download.electrum.org/${pkgver}/${pkgname^}-${pkgver}.tar.gz"{,.asc})
+md5sums=('b9c2e2daf15292a2b419259c6e91a725'
+ 'SKIP')
+sha256sums=('1d9967cc2ab684f5ecbbedcaad5442e9130cd67d3edc1ceb81050b40a2749786'
+'SKIP')
+validpgpkeys=('6694D8DE7BE8EE5631BED9502BD5824B7F9470E6')
+
+provides=('electrum')
+
+prepare() {
+  cd ${pkgname^}-${pkgver}
+
+  find . -type f -exec sed -i 's#/usr/bin/python$#/usr/bin/python2#g' {} +
+  find . -type f -exec sed -i 's#/usr/bin/env python$#/usr/bin/env python2#g' 
{} +
+}
+
+build() {
+  cd ${pkgname^}-${pkgver}
+
+  pyrcc4 icons.qrc -o gui/qt/icons_rc.py
+  python2 setup.py build
+}
+
+package() {
+  cd ${pkgname^}-${pkgver}
+
+  python2 setup.py install --root="${pkgdir}" --optimize=1
+  install -D -m644 LICENCE "${pkgdir}"/usr/share/licenses/${pkgname}/LICENSE
+}


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

2017-01-19 Thread Timothy Redaelli
Date: Friday, January 20, 2017 @ 00:38:18
  Author: tredaelli
Revision: 208079

upgpkg: electrum 2.7.17-1

Modified:
  electrum/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2017-01-20 00:37:26 UTC (rev 208078)
+++ PKGBUILD2017-01-20 00:38:18 UTC (rev 208079)
@@ -5,7 +5,7 @@
 # http://bitcoin-otc.com/viewgpg.php?nick=ThomasV
 
 pkgname=electrum
-pkgver=2.7.13
+pkgver=2.7.17
 pkgrel=1
 pkgdesc="Lightweight Bitcoin wallet"
 arch=('any')
@@ -18,9 +18,9 @@
 url="https://electrum.org;
 license=(MIT)
 
source=("https://download.electrum.org/${pkgver}/${pkgname^}-${pkgver}.tar.gz"{,.asc})
-md5sums=('5d4da8c7d30219a83afd91a8d1936315'
+md5sums=('b9c2e2daf15292a2b419259c6e91a725'
  'SKIP')
-sha256sums=('031f8708d81afcff8d39702f6650f8a70cd5d114f63e51b99da509e8cad7464f'
+sha256sums=('1d9967cc2ab684f5ecbbedcaad5442e9130cd67d3edc1ceb81050b40a2749786'
 'SKIP')
 validpgpkeys=('6694D8DE7BE8EE5631BED9502BD5824B7F9470E6')
 


[arch-commits] Commit in iperf3/repos (4 files)

2017-01-17 Thread Timothy Redaelli
Date: Tuesday, January 17, 2017 @ 17:48:26
  Author: tredaelli
Revision: 207765

archrelease: copy trunk to community-i686, community-x86_64

Added:
  iperf3/repos/community-i686/PKGBUILD
(from rev 207764, iperf3/trunk/PKGBUILD)
  iperf3/repos/community-x86_64/PKGBUILD
(from rev 207764, iperf3/trunk/PKGBUILD)
Deleted:
  iperf3/repos/community-i686/PKGBUILD
  iperf3/repos/community-x86_64/PKGBUILD

---+
 /PKGBUILD |   56 
 community-i686/PKGBUILD   |   28 --
 community-x86_64/PKGBUILD |   28 --
 3 files changed, 56 insertions(+), 56 deletions(-)

Deleted: community-i686/PKGBUILD
===
--- community-i686/PKGBUILD 2017-01-17 17:48:10 UTC (rev 207764)
+++ community-i686/PKGBUILD 2017-01-17 17:48:26 UTC (rev 207765)
@@ -1,28 +0,0 @@
-# $Id$
-# Maintainer: Timothy Redaelli <timothy.redae...@gmail.com>
-# Author: Jim Ferguson <fergu...@ncsa.uiuc.edu>
-# Contributor: Xi0N <jonandermonl...@gmail.com>
-# Contributor: goll <adrian.goll+aur[at]gmail>
-
-pkgname=iperf3
-pkgver=3.1.3
-pkgrel=1
-pkgdesc="Internet Protocol bandwidth measuring tool"
-arch=('i686' 'x86_64')
-url="https://github.com/esnet/iperf; 
-license=('BSD')
-depends=('glibc') 
-source=(http://downloads.es.net/pub/iperf/iperf-$pkgver.tar.gz)
-sha256sums=('60d8db69b1d74a64d78566c2317c373a85fef691b8d277737ee5d29f448595bf')
-
-build() { 
-  cd "iperf-$pkgver"
-  ./configure --prefix=/usr
-  make
-}
-
-package() {
-  cd "iperf-$pkgver"
-  install -Dm644 LICENSE "$pkgdir/usr/share/licenses/iperf3/LICENSE"
-  make DESTDIR="$pkgdir/" install
-}

Copied: iperf3/repos/community-i686/PKGBUILD (from rev 207764, 
iperf3/trunk/PKGBUILD)
===
--- community-i686/PKGBUILD (rev 0)
+++ community-i686/PKGBUILD     2017-01-17 17:48:26 UTC (rev 207765)
@@ -0,0 +1,28 @@
+# $Id$
+# Maintainer: Timothy Redaelli <timothy.redae...@gmail.com>
+# Author: Jim Ferguson <fergu...@ncsa.uiuc.edu>
+# Contributor: Xi0N <jonandermonl...@gmail.com>
+# Contributor: goll <adrian.goll+aur[at]gmail>
+
+pkgname=iperf3
+pkgver=3.1.5
+pkgrel=1
+pkgdesc="Internet Protocol bandwidth measuring tool"
+arch=('i686' 'x86_64')
+url="https://github.com/esnet/iperf; 
+license=('BSD')
+depends=('glibc') 
+source=(http://downloads.es.net/pub/iperf/iperf-$pkgver.tar.gz)
+sha256sums=('6e1a6200cd38baeab58ef0d7b8769e7aa6410c3a3168e65ea8277a4de79e5500')
+
+build() { 
+  cd "iperf-$pkgver"
+  ./configure --prefix=/usr
+  make
+}
+
+package() {
+  cd "iperf-$pkgver"
+  install -Dm644 LICENSE "$pkgdir/usr/share/licenses/iperf3/LICENSE"
+  make DESTDIR="$pkgdir/" install
+}

Deleted: community-x86_64/PKGBUILD
===
--- community-x86_64/PKGBUILD   2017-01-17 17:48:10 UTC (rev 207764)
+++ community-x86_64/PKGBUILD   2017-01-17 17:48:26 UTC (rev 207765)
@@ -1,28 +0,0 @@
-# $Id$
-# Maintainer: Timothy Redaelli <timothy.redae...@gmail.com>
-# Author: Jim Ferguson <fergu...@ncsa.uiuc.edu>
-# Contributor: Xi0N <jonandermonl...@gmail.com>
-# Contributor: goll <adrian.goll+aur[at]gmail>
-
-pkgname=iperf3
-pkgver=3.1.3
-pkgrel=1
-pkgdesc="Internet Protocol bandwidth measuring tool"
-arch=('i686' 'x86_64')
-url="https://github.com/esnet/iperf; 
-license=('BSD')
-depends=('glibc') 
-source=(http://downloads.es.net/pub/iperf/iperf-$pkgver.tar.gz)
-sha256sums=('60d8db69b1d74a64d78566c2317c373a85fef691b8d277737ee5d29f448595bf')
-
-build() { 
-  cd "iperf-$pkgver"
-  ./configure --prefix=/usr
-  make
-}
-
-package() {
-  cd "iperf-$pkgver"
-  install -Dm644 LICENSE "$pkgdir/usr/share/licenses/iperf3/LICENSE"
-  make DESTDIR="$pkgdir/" install
-}

Copied: iperf3/repos/community-x86_64/PKGBUILD (from rev 207764, 
iperf3/trunk/PKGBUILD)
=======
--- community-x86_64/PKGBUILD   (rev 0)
+++ community-x86_64/PKGBUILD   2017-01-17 17:48:26 UTC (rev 207765)
@@ -0,0 +1,28 @@
+# $Id$
+# Maintainer: Timothy Redaelli <timothy.redae...@gmail.com>
+# Author: Jim Ferguson <fergu...@ncsa.uiuc.edu>
+# Contributor: Xi0N <jonandermonl...@gmail.com>
+# Contributor: goll <adrian.goll+aur[at]gmail>
+
+pkgname=iperf3
+pkgver=3.1.5
+pkgrel=1
+pkgdesc="Internet Protocol bandwidth measuring tool"
+arch=('i686' 'x86_64')
+url="https://github.com/esnet/iperf; 
+license=('BSD')
+depends=('glibc') 
+source=(http://downloads.es.net/pub/iperf/iperf-$pkgver.tar.gz)
+sha256sums=('6e1a6200cd38baeab58ef0d7b8769e7aa6410c3a3168e65ea8277a4de79e5500')
+
+build() { 
+  cd "iperf-$pkgver"
+  ./configure --prefix=/usr
+  make
+}
+
+package() {
+  cd "iperf-$pkgver"
+  install -Dm644 LICENSE "$pkgdir/usr/share/licenses/iperf3/LICENSE"
+  make DESTDIR="$pkgdir/" install
+}


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

2017-01-17 Thread Timothy Redaelli
Date: Tuesday, January 17, 2017 @ 17:48:10
  Author: tredaelli
Revision: 207764

upgpkg: iperf3 3.1.5-1

Modified:
  iperf3/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2017-01-17 17:44:50 UTC (rev 207763)
+++ PKGBUILD2017-01-17 17:48:10 UTC (rev 207764)
@@ -5,7 +5,7 @@
 # Contributor: goll 
 
 pkgname=iperf3
-pkgver=3.1.3
+pkgver=3.1.5
 pkgrel=1
 pkgdesc="Internet Protocol bandwidth measuring tool"
 arch=('i686' 'x86_64')
@@ -13,7 +13,7 @@
 license=('BSD')
 depends=('glibc') 
 source=(http://downloads.es.net/pub/iperf/iperf-$pkgver.tar.gz)
-sha256sums=('60d8db69b1d74a64d78566c2317c373a85fef691b8d277737ee5d29f448595bf')
+sha256sums=('6e1a6200cd38baeab58ef0d7b8769e7aa6410c3a3168e65ea8277a4de79e5500')
 
 build() { 
   cd "iperf-$pkgver"


[arch-commits] Commit in keepass/repos/community-any (12 files)

2017-01-17 Thread Timothy Redaelli
Date: Tuesday, January 17, 2017 @ 11:30:35
  Author: tredaelli
Revision: 207728

archrelease: copy trunk to community-any

Added:
  keepass/repos/community-any/PKGBUILD
(from rev 207727, keepass/trunk/PKGBUILD)
  keepass/repos/community-any/keepass
(from rev 207727, keepass/trunk/keepass)
  keepass/repos/community-any/keepass.1
(from rev 207727, keepass/trunk/keepass.1)
  keepass/repos/community-any/keepass.desktop
(from rev 207727, keepass/trunk/keepass.desktop)
  keepass/repos/community-any/keepass.install
(from rev 207727, keepass/trunk/keepass.install)
  keepass/repos/community-any/keepass.xml
(from rev 207727, keepass/trunk/keepass.xml)
Deleted:
  keepass/repos/community-any/PKGBUILD
  keepass/repos/community-any/keepass
  keepass/repos/community-any/keepass.1
  keepass/repos/community-any/keepass.desktop
  keepass/repos/community-any/keepass.install
  keepass/repos/community-any/keepass.xml

-+
 PKGBUILD|  148 ++
 keepass |4 -
 keepass.1   |   46 
 keepass.desktop |   24 
 keepass.install |   28 +-
 5 files changed, 123 insertions(+), 127 deletions(-)

Deleted: PKGBUILD
===
--- PKGBUILD2017-01-17 11:30:26 UTC (rev 207727)
+++ PKGBUILD2017-01-17 11:30:35 UTC (rev 207728)
@@ -1,76 +0,0 @@
-# $Id$
-# Maintainer: Timothy Redaelli <timothy.redae...@gmail.com>
-# Contributor: Kirill "reflexing" Churin <reflex...@reflexing.ru>
-# Contributor: Andrej Gelenberg <andrej.gelenb...@udo.edu>
-
-pkgname=keepass
-pkgver=2.34
-pkgrel=1
-pkgdesc='A easy-to-use password manager for Windows, Linux, Mac OS X and 
mobile devices.'
-arch=('any')
-url='http://keepass.info/'
-license=('GPL')
-depends=('mono' 'desktop-file-utils' 'xdg-utils' 'shared-mime-info' 
'gtk-update-icon-cache')
-makedepends=('icoutils')
-optdepends=('xdotool: if you want to use auto-type'
-'xsel: clipboard operations in order to work around Mono clipboard 
bugs')
-install="$pkgname.install"
-source=("http://downloads.sourceforge.net/keepass/KeePass-$pkgver-Source.zip;
-"http://keepass.info/integrity/v2/KeePass-$pkgver-Source.zip.asc;
-'keepass'
-'keepass.1'
-'keepass.desktop'
-'keepass.xml')
-
-sha256sums=('e3f184e4deddd1aa5ee2b52e2373c772d3f3975e5eddb2fd729eb27b437011aa'
-'SKIP'
-'7547f2af38771b66c8c2f3d7900b051b37214af49de3dfa27a5d383bf847d582'
-'a5fff678466443c0c8256c4771128c86103da47b6a2c49351d9941191b65dd6f'
-'1d5420e8babce5f4bbb3c68bdffe3bc0d3c3be25ad689138cd02fa14edd89140'
-'3d017c17a8788166c644e2460ba3596fd503f300342561921201fe5f69e5d194')
-validpgpkeys=('D95044283EE948D911E8B606A4F762DC58C6F98E')
-
-prepare() {
-  # "Convert" to mono 4.0
-  sed -i '1s/ 10.00/ 11.00/' KeePass.sln
-  find . -name "*.csproj" -exec sed -i '1s/"3.5"/"4.0"/' {} +
-
-  # Extract icons
-  icotool -x KeePass/KeePass.ico
-
-  pushd Build &>/dev/null
-  LANG=en_US.UTF-8 bash PrepMonoDev.sh
-  popd &>/dev/null
-}
-
-build() {
-  xbuild /target:KeePass /property:Configuration=Release
-  cp Ext/KeePass.exe.config Build/KeePass/Release/
-}
-
-package() {
-  install -dm755 "$pkgdir"/usr/bin
-  install -dm755 "$pkgdir"/usr/share/keepass/XSL
-
-  install -Dm755 keepass "$pkgdir"/usr/bin/keepass
-  install -Dm755 Build/KeePass/Release/KeePass.exe 
"$pkgdir"/usr/share/keepass/KeePass.exe
-  install -Dm755 Ext/KeePass.config.xml 
"$pkgdir"/usr/share/keepass/KeePass.config.xml
-  install -Dm755 Ext/KeePass.exe.config 
"$pkgdir"/usr/share/keepass/KeePass.exe.config
-
-  install -m644 Ext/XSL/* "$pkgdir"/usr/share/keepass/XSL
-
-  install -Dm644 keepass.1 "$pkgdir"/usr/share/man/man1/keepass.1
-
-  # Proper installation of .desktop file
-  desktop-file-install -m 644 --dir "$pkgdir"/usr/share/applications/ 
keepass.desktop
-
-  # Install icons
-  for size in 16 32 48 256; do
-install -Dm644 \
-KeePass_*_${size}x${size}x32.png \
-"$pkgdir"/usr/share/icons/hicolor/${size}x${size}/apps/keepass.png
-  done
-
-  # Needed for postinst with xdg-utils
-  install -Dm644 keepass.xml "$pkgdir"/usr/share/mime/packages/keepass.xml
-}

Copied: keepass/repos/community-any/PKGBUILD (from rev 207727, 
keepass/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2017-01-17 11:30:35 UTC (rev 207728)
@@ -0,0 +1,72 @@
+# $Id$
+# Maintainer: Timothy Redaelli <timothy.redae...@gmail.com>
+# Contributor: Kirill "reflexing" Churin <reflex...@reflexing.ru>
+# Contributor: Andrej Gelenberg <andrej.gelenb...@udo.edu>
+
+pkgname=keepass
+

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

2017-01-17 Thread Timothy Redaelli
Date: Tuesday, January 17, 2017 @ 11:30:26
  Author: tredaelli
Revision: 207727

upgpkg: keepass 2.35-1

Modified:
  keepass/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2017-01-17 11:20:46 UTC (rev 207726)
+++ PKGBUILD2017-01-17 11:30:26 UTC (rev 207727)
@@ -4,8 +4,8 @@
 # Contributor: Andrej Gelenberg 
 
 pkgname=keepass
-pkgver=2.34
-pkgrel=2
+pkgver=2.35
+pkgrel=1
 pkgdesc='A easy-to-use password manager for Windows, Linux, Mac OS X and 
mobile devices.'
 arch=('any')
 url='http://keepass.info/'
@@ -22,7 +22,7 @@
 'keepass.desktop'
 'keepass.xml')
 
-sha256sums=('e3f184e4deddd1aa5ee2b52e2373c772d3f3975e5eddb2fd729eb27b437011aa'
+sha256sums=('5faad9381af2f9d808d65ee3d880ff3bca9352c7ce886fea95d54f9169e863df'
 'SKIP'
 '05e63a028198ff32d4b26a892923a821066541f0cf798f5be8c138739bc22fbe'
 'a5fff678466443c0c8256c4771128c86103da47b6a2c49351d9941191b65dd6f'
@@ -31,10 +31,6 @@
 validpgpkeys=('D95044283EE948D911E8B606A4F762DC58C6F98E')
 
 prepare() {
-  # "Convert" to mono 4.0
-  sed -i '1s/ 10.00/ 11.00/' KeePass.sln
-  find . -name "*.csproj" -exec sed -i '1s/"3.5"/"4.0"/' {} +
-
   # Extract icons
   icotool -x KeePass/KeePass.ico
 


[arch-commits] Commit in tinc/trunk (2 files)

2017-01-17 Thread Timothy Redaelli
Date: Tuesday, January 17, 2017 @ 11:20:36
  Author: tredaelli
Revision: 207725

upgpkg: tinc 1.0.31-1

Modified:
  tinc/trunk/PKGBUILD
Deleted:
  tinc/trunk/0001-Remove-ExecStop-in-tinc-.service.patch

-+
 0001-Remove-ExecStop-in-tinc-.service.patch |   26 --
 PKGBUILD|   18 +-
 2 files changed, 5 insertions(+), 39 deletions(-)

Deleted: 0001-Remove-ExecStop-in-tinc-.service.patch
===
--- 0001-Remove-ExecStop-in-tinc-.service.patch 2017-01-17 10:42:18 UTC (rev 
207724)
+++ 0001-Remove-ExecStop-in-tinc-.service.patch 2017-01-17 11:20:36 UTC (rev 
207725)
@@ -1,26 +0,0 @@
-From c443a1c5d64d4827e12bd914b3925150fc202692 Mon Sep 17 00:00:00 2001
-From: =?UTF-8?q?=C3=89lie=20Bouttier?= 
-Date: Mon, 31 Oct 2016 21:06:32 +0100
-Subject: [PATCH] Remove ExecStop in tinc@.service
-
-This avoid tinc to receive SIGTERM twice (through ExecStop and through systemd
-directly) which prevented tinc-down script to be executed.

- distro/tinc@.service | 1 -
- 1 file changed, 1 deletion(-)
-
-diff --git a/distro/tinc@.service b/distro/tinc@.service
-index 4bb4d2dd..c823fa5a 100644
 a/distro/tinc@.service
-+++ b/distro/tinc@.service
-@@ -8,7 +8,6 @@ Type=simple
- WorkingDirectory=/etc/tinc/%i
- ExecStart=/usr/sbin/tincd -n %i -D
- ExecReload=/usr/sbin/tincd -n %i -kHUP
--ExecStop=/usr/sbin/tincd -n %i -k
- TimeoutStopSec=5
- Restart=always
- RestartSec=60
--- 
-2.10.2
-

Modified: PKGBUILD
===
--- PKGBUILD2017-01-17 10:42:18 UTC (rev 207724)
+++ PKGBUILD2017-01-17 11:20:36 UTC (rev 207725)
@@ -5,26 +5,18 @@
 # Contributor: Dominik George 
 
 pkgname=tinc
-pkgver=1.0.30
-pkgrel=2
+pkgver=1.0.31
+pkgrel=1
 pkgdesc="VPN (Virtual Private Network) daemon"
 arch=('i686' 'x86_64')
 url="http://www.tinc-vpn.org/;
 license=('GPL')
 depends=('lzo' 'openssl' 'zlib')
-source=(https://www.tinc-vpn.org/packages/tinc-$pkgver.tar.gz{,.sig}
-0001-Remove-ExecStop-in-tinc-.service.patch)
-md5sums=('f3ca1fc1154ed1f2cac408ea06a1c1ca'
- 'SKIP'
- 'eb61a50de5125a39ac47c29b450210a4')
+source=(https://www.tinc-vpn.org/packages/tinc-$pkgver.tar.gz{,.sig})
+md5sums=('7a96f7eb12dfd43b21852b4207d860f2'
+ 'SKIP')
 validpgpkeys=('D62BDD168EFBE48BC60E8E234A6084B9C0D71F4A')
 
-prepare() {
-  cd "$pkgname-$pkgver"
-
-  patch -Np1 -i "$srcdir/0001-Remove-ExecStop-in-tinc-.service.patch"
-}
-
 build() {
   cd "$srcdir/$pkgname-$pkgver"
 


[arch-commits] Commit in tinc/repos (6 files)

2017-01-17 Thread Timothy Redaelli
Date: Tuesday, January 17, 2017 @ 11:20:46
  Author: tredaelli
Revision: 207726

archrelease: copy trunk to community-i686, community-x86_64

Added:
  tinc/repos/community-i686/PKGBUILD
(from rev 207725, tinc/trunk/PKGBUILD)
  tinc/repos/community-x86_64/PKGBUILD
(from rev 207725, tinc/trunk/PKGBUILD)
Deleted:
  tinc/repos/community-i686/0001-Remove-ExecStop-in-tinc-.service.patch
  tinc/repos/community-i686/PKGBUILD
  tinc/repos/community-x86_64/0001-Remove-ExecStop-in-tinc-.service.patch
  tinc/repos/community-x86_64/PKGBUILD

--+
 /PKGBUILD|   70 ++
 community-i686/0001-Remove-ExecStop-in-tinc-.service.patch   |   26 ---
 community-i686/PKGBUILD  |   43 --
 community-x86_64/0001-Remove-ExecStop-in-tinc-.service.patch |   26 ---
 community-x86_64/PKGBUILD|   43 --
 5 files changed, 70 insertions(+), 138 deletions(-)

Deleted: community-i686/0001-Remove-ExecStop-in-tinc-.service.patch
===
--- community-i686/0001-Remove-ExecStop-in-tinc-.service.patch  2017-01-17 
11:20:36 UTC (rev 207725)
+++ community-i686/0001-Remove-ExecStop-in-tinc-.service.patch  2017-01-17 
11:20:46 UTC (rev 207726)
@@ -1,26 +0,0 @@
-From c443a1c5d64d4827e12bd914b3925150fc202692 Mon Sep 17 00:00:00 2001
-From: =?UTF-8?q?=C3=89lie=20Bouttier?= <e...@bouttier.eu>
-Date: Mon, 31 Oct 2016 21:06:32 +0100
-Subject: [PATCH] Remove ExecStop in tinc@.service
-
-This avoid tinc to receive SIGTERM twice (through ExecStop and through systemd
-directly) which prevented tinc-down script to be executed.

- distro/tinc@.service | 1 -
- 1 file changed, 1 deletion(-)
-
-diff --git a/distro/tinc@.service b/distro/tinc@.service
-index 4bb4d2dd..c823fa5a 100644
 a/distro/tinc@.service
-+++ b/distro/tinc@.service
-@@ -8,7 +8,6 @@ Type=simple
- WorkingDirectory=/etc/tinc/%i
- ExecStart=/usr/sbin/tincd -n %i -D
- ExecReload=/usr/sbin/tincd -n %i -kHUP
--ExecStop=/usr/sbin/tincd -n %i -k
- TimeoutStopSec=5
- Restart=always
- RestartSec=60
--- 
-2.10.2
-

Deleted: community-i686/PKGBUILD
===
--- community-i686/PKGBUILD 2017-01-17 11:20:36 UTC (rev 207725)
+++ community-i686/PKGBUILD 2017-01-17 11:20:46 UTC (rev 207726)
@@ -1,43 +0,0 @@
-# $Id$
-# Maintainer: Timothy Redaelli <timothy.redae...@gmail.com>
-# Contributor: helios
-# Contributor: Lothar Gesslein
-# Contributor: Dominik George <n...@naturalnet.de>
-
-pkgname=tinc
-pkgver=1.0.30
-pkgrel=2
-pkgdesc="VPN (Virtual Private Network) daemon"
-arch=('i686' 'x86_64')
-url="http://www.tinc-vpn.org/;
-license=('GPL')
-depends=('lzo' 'openssl' 'zlib')
-source=(https://www.tinc-vpn.org/packages/tinc-$pkgver.tar.gz{,.sig}
-0001-Remove-ExecStop-in-tinc-.service.patch)
-md5sums=('f3ca1fc1154ed1f2cac408ea06a1c1ca'
- 'SKIP'
- 'eb61a50de5125a39ac47c29b450210a4')
-validpgpkeys=('D62BDD168EFBE48BC60E8E234A6084B9C0D71F4A')
-
-prepare() {
-  cd "$pkgname-$pkgver"
-
-  patch -Np1 -i "$srcdir/0001-Remove-ExecStop-in-tinc-.service.patch"
-}
-
-build() {
-  cd "$srcdir/$pkgname-$pkgver"
-
-  ./configure --prefix=/usr --sysconfdir=/etc --localstatedir=/var 
--sbindir=/usr/bin --with-systemdsystemunitdir=/usr/lib/systemd/system
-  make
-}
-
-package() {
-  cd "$srcdir/$pkgname-$pkgver"
-
-  make DESTDIR="$pkgdir/" install
-  install -dm755 "$pkgdir"/usr/share/tinc/examples
-  tar xozvf doc/sample-config.tar.gz -C $pkgdir/usr/share/tinc/examples
-  find "$pkgdir"/usr/share/tinc/examples -type f -exec chmod 644 {} +
-  find "$pkgdir"/usr/share/tinc/examples -type d -exec chmod 755 {} +
-}

Copied: tinc/repos/community-i686/PKGBUILD (from rev 207725, 
tinc/trunk/PKGBUILD)
===
--- community-i686/PKGBUILD (rev 0)
+++ community-i686/PKGBUILD 2017-01-17 11:20:46 UTC (rev 207726)
@@ -0,0 +1,35 @@
+# $Id$
+# Maintainer: Timothy Redaelli <timothy.redae...@gmail.com>
+# Contributor: helios
+# Contributor: Lothar Gesslein
+# Contributor: Dominik George <n...@naturalnet.de>
+
+pkgname=tinc
+pkgver=1.0.31
+pkgrel=1
+pkgdesc="VPN (Virtual Private Network) daemon"
+arch=('i686' 'x86_64')
+url="http://www.tinc-vpn.org/;
+license=('GPL')
+depends=('lzo' 'openssl' 'zlib')
+source=(https://www.tinc-vpn.org/packages/tinc-$pkgver.tar.gz{,.sig})
+md5sums=('7a96f7eb12dfd43b21852b4207d860f2'
+ 'SKIP')
+validpgpkeys=('D62BDD168EFBE48BC60E8E234A6084B9C0D71F4A')
+
+build() {
+  cd "$srcdir/$pkgname-$pkgver"
+
+  ./configure --prefix=/usr --sysconfdir=/etc --localstatedir=/var 
--sbindir=/usr/bin --with-systemdsystemunitdir=/usr/li

[arch-commits] Commit in electrum/repos/community-any (PKGBUILD PKGBUILD)

2017-01-03 Thread Timothy Redaelli
Date: Tuesday, January 3, 2017 @ 15:43:13
  Author: tredaelli
Revision: 204809

archrelease: copy trunk to community-any

Added:
  electrum/repos/community-any/PKGBUILD
(from rev 204808, electrum/trunk/PKGBUILD)
Deleted:
  electrum/repos/community-any/PKGBUILD

--+
 PKGBUILD |   96 ++---
 1 file changed, 48 insertions(+), 48 deletions(-)

Deleted: PKGBUILD
===
--- PKGBUILD2017-01-03 15:43:06 UTC (rev 204808)
+++ PKGBUILD2017-01-03 15:43:13 UTC (rev 204809)
@@ -1,48 +0,0 @@
-# $Id$
-# Maintainer: Timothy Redaelli <timothy.redae...@gmail.com>
-# Contributor: Andy Weidenbaum <archb...@gmail.com>
-# ThomasV PGP key: gpg --recv-key 6694D8DE7BE8EE5631BED9502BD5824B7F9470E6
-# http://bitcoin-otc.com/viewgpg.php?nick=ThomasV
-
-pkgname=electrum
-pkgver=2.7.12
-pkgrel=1
-pkgdesc="Lightweight Bitcoin wallet"
-arch=('any')
-depends=('python2-ecdsa' 'python2-jsonrpclib' 'python2-pbkdf2' 
'python2-requests' 'python2-pyasn1' 'python2-pyasn1-modules' 'python2-qrcode'
- 'python2-protobuf' 'python2-tlslite' 'python2-dnspython' 
'python2-pyqt4' 'python2-sip' 'python2-slowaes')
-makedepends=('gettext' 'python2-pycurl' 'python2-setuptools' 
'desktop-file-utils')
-optdepends=('python2-btchip: BTChip hardware wallet support'
-'python2-matplotlib: plot transaction history in graphical mode'
-'zbar: QR code reading support')
-url="https://electrum.org;
-license=(MIT)
-source=("https://download.electrum.org/${pkgver}/${pkgname^}-${pkgver}.tar.gz"{,.asc})
-md5sums=('8f8f332d49a022b9b139b3a33439202f'
- 'SKIP')
-sha256sums=('3644274231326cc6b13a25703ebe6ec22bbbce7832a86d75abc745040475ad6f'
-'SKIP')
-validpgpkeys=('6694D8DE7BE8EE5631BED9502BD5824B7F9470E6')
-
-provides=('electrum')
-
-prepare() {
-  cd ${pkgname^}-${pkgver}
-
-  find . -type f -exec sed -i 's#/usr/bin/python$#/usr/bin/python2#g' {} +
-  find . -type f -exec sed -i 's#/usr/bin/env python$#/usr/bin/env python2#g' 
{} +
-}
-
-build() {
-  cd ${pkgname^}-${pkgver}
-
-  pyrcc4 icons.qrc -o gui/qt/icons_rc.py
-  python2 setup.py build
-}
-
-package() {
-  cd ${pkgname^}-${pkgver}
-
-  python2 setup.py install --root="${pkgdir}" --optimize=1
-  install -D -m644 LICENCE "${pkgdir}"/usr/share/licenses/${pkgname}/LICENSE
-}

Copied: electrum/repos/community-any/PKGBUILD (from rev 204808, 
electrum/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2017-01-03 15:43:13 UTC (rev 204809)
@@ -0,0 +1,48 @@
+# $Id$
+# Maintainer: Timothy Redaelli <timothy.redae...@gmail.com>
+# Contributor: Andy Weidenbaum <archb...@gmail.com>
+# ThomasV PGP key: gpg --recv-key 6694D8DE7BE8EE5631BED9502BD5824B7F9470E6
+# http://bitcoin-otc.com/viewgpg.php?nick=ThomasV
+
+pkgname=electrum
+pkgver=2.7.13
+pkgrel=1
+pkgdesc="Lightweight Bitcoin wallet"
+arch=('any')
+depends=('python2-ecdsa' 'python2-jsonrpclib' 'python2-pbkdf2' 
'python2-requests' 'python2-pyasn1' 'python2-pyasn1-modules' 'python2-qrcode'
+ 'python2-protobuf' 'python2-tlslite' 'python2-dnspython' 
'python2-pyqt4' 'python2-sip' 'python2-slowaes')
+makedepends=('gettext' 'python2-pycurl' 'python2-setuptools' 
'desktop-file-utils')
+optdepends=('python2-btchip: BTChip hardware wallet support'
+'python2-matplotlib: plot transaction history in graphical mode'
+'zbar: QR code reading support')
+url="https://electrum.org;
+license=(MIT)
+source=("https://download.electrum.org/${pkgver}/${pkgname^}-${pkgver}.tar.gz"{,.asc})
+md5sums=('5d4da8c7d30219a83afd91a8d1936315'
+ 'SKIP')
+sha256sums=('031f8708d81afcff8d39702f6650f8a70cd5d114f63e51b99da509e8cad7464f'
+'SKIP')
+validpgpkeys=('6694D8DE7BE8EE5631BED9502BD5824B7F9470E6')
+
+provides=('electrum')
+
+prepare() {
+  cd ${pkgname^}-${pkgver}
+
+  find . -type f -exec sed -i 's#/usr/bin/python$#/usr/bin/python2#g' {} +
+  find . -type f -exec sed -i 's#/usr/bin/env python$#/usr/bin/env python2#g' 
{} +
+}
+
+build() {
+  cd ${pkgname^}-${pkgver}
+
+  pyrcc4 icons.qrc -o gui/qt/icons_rc.py
+  python2 setup.py build
+}
+
+package() {
+  cd ${pkgname^}-${pkgver}
+
+  python2 setup.py install --root="${pkgdir}" --optimize=1
+  install -D -m644 LICENCE "${pkgdir}"/usr/share/licenses/${pkgname}/LICENSE
+}


[arch-commits] Commit in btchip-udev/trunk (4 files)

2017-01-03 Thread Timothy Redaelli
Date: Tuesday, January 3, 2017 @ 15:48:59
  Author: tredaelli
Revision: 204810

upgpkg: btchip-udev 2-1

Added:
  btchip-udev/trunk/71-hw1.rules
Modified:
  btchip-udev/trunk/PKGBUILD
  btchip-udev/trunk/btchip-udev.install
Deleted:
  btchip-udev/trunk/51-hw1.rules

-+
 51-hw1.rules|6 --
 71-hw1.rules|8 
 PKGBUILD|8 
 btchip-udev.install |1 +
 4 files changed, 13 insertions(+), 10 deletions(-)

Deleted: 51-hw1.rules
===
--- 51-hw1.rules2017-01-03 15:43:13 UTC (rev 204809)
+++ 51-hw1.rules2017-01-03 15:48:59 UTC (rev 204810)
@@ -1,6 +0,0 @@
-SUBSYSTEMS=="usb", ATTRS{idVendor}=="2581", ATTRS{idProduct}=="1b7c", 
MODE="0666"
-SUBSYSTEMS=="usb", ATTRS{idVendor}=="2581", ATTRS{idProduct}=="2b7c", 
MODE="0666"
-SUBSYSTEMS=="usb", ATTRS{idVendor}=="2581", ATTRS{idProduct}=="3b7c", 
MODE="0666"
-SUBSYSTEMS=="usb", ATTRS{idVendor}=="2581", ATTRS{idProduct}=="4b7c", 
MODE="0666"
-SUBSYSTEMS=="usb", ATTRS{idVendor}=="2581", ATTRS{idProduct}=="1807", 
MODE="0666"
-SUBSYSTEMS=="usb", ATTRS{idVendor}=="2581", ATTRS{idProduct}=="1808", 
MODE="0666"

Added: 71-hw1.rules
===
--- 71-hw1.rules(rev 0)
+++ 71-hw1.rules2017-01-03 15:48:59 UTC (rev 204810)
@@ -0,0 +1,8 @@
+SUBSYSTEMS=="usb", ATTRS{idVendor}=="2581", ATTRS{idProduct}=="1b7c", 
MODE="0660", TAG+="uaccess", TAG+="udev-acl"
+SUBSYSTEMS=="usb", ATTRS{idVendor}=="2581", ATTRS{idProduct}=="2b7c", 
MODE="0660", TAG+="uaccess", TAG+="udev-acl"
+SUBSYSTEMS=="usb", ATTRS{idVendor}=="2581", ATTRS{idProduct}=="3b7c", 
MODE="0660", TAG+="uaccess", TAG+="udev-acl"
+SUBSYSTEMS=="usb", ATTRS{idVendor}=="2581", ATTRS{idProduct}=="4b7c", 
MODE="0660", TAG+="uaccess", TAG+="udev-acl"
+SUBSYSTEMS=="usb", ATTRS{idVendor}=="2581", ATTRS{idProduct}=="1807", 
MODE="0660", TAG+="uaccess", TAG+="udev-acl"
+SUBSYSTEMS=="usb", ATTRS{idVendor}=="2581", ATTRS{idProduct}=="1808", 
MODE="0660", TAG+="uaccess", TAG+="udev-acl"
+SUBSYSTEMS=="usb", ATTRS{idVendor}=="2c97", ATTRS{idProduct}=="", 
MODE="0660", TAG+="uaccess", TAG+="udev-acl"
+SUBSYSTEMS=="usb", ATTRS{idVendor}=="2c97", ATTRS{idProduct}=="0001", 
MODE="0660", TAG+="uaccess", TAG+="udev-acl"

Modified: PKGBUILD
===
--- PKGBUILD2017-01-03 15:43:13 UTC (rev 204809)
+++ PKGBUILD2017-01-03 15:48:59 UTC (rev 204810)
@@ -2,7 +2,7 @@
 # Maintainer: Timothy Redaelli <timothy.redae...@gmail.com>
 
 pkgname=btchip-udev
-pkgver=1
+pkgver=2
 pkgrel=1
 pkgdesc='Udev rules to connect BTChip wallet to your linux box'
 arch=(any)
@@ -11,9 +11,9 @@
 depends=(udev)
 install='btchip-udev.install'
 
-source=(51-hw1.rules)
-md5sums=('6e871fe1291c0926b34e644b55b37b95')
+source=(71-hw1.rules)
+sha256sums=('4acca406fb7f2f53817399b78b347695fdc5bd08c1bb1cb8406b6a7328d2f475')
 
 package() {
-  install -Dm 644 51-hw1.rules "$pkgdir"/usr/lib/udev/rules.d/51-hw1.rules
+  install -Dm 644 71-hw1.rules "$pkgdir"/usr/lib/udev/rules.d/71-hw1.rules
 }

Modified: btchip-udev.install
===
--- btchip-udev.install 2017-01-03 15:43:13 UTC (rev 204809)
+++ btchip-udev.install 2017-01-03 15:48:59 UTC (rev 204810)
@@ -1,5 +1,6 @@
 post_install() {
   udevadm trigger
+  udevadm control --reload-rules
 }
 
 post_upgrade() {


[arch-commits] Commit in btchip-udev/repos/community-any (6 files)

2017-01-03 Thread Timothy Redaelli
Date: Tuesday, January 3, 2017 @ 15:49:05
  Author: tredaelli
Revision: 204811

archrelease: copy trunk to community-any

Added:
  btchip-udev/repos/community-any/71-hw1.rules
(from rev 204810, btchip-udev/trunk/71-hw1.rules)
  btchip-udev/repos/community-any/PKGBUILD
(from rev 204810, btchip-udev/trunk/PKGBUILD)
  btchip-udev/repos/community-any/btchip-udev.install
(from rev 204810, btchip-udev/trunk/btchip-udev.install)
Deleted:
  btchip-udev/repos/community-any/51-hw1.rules
  btchip-udev/repos/community-any/PKGBUILD
  btchip-udev/repos/community-any/btchip-udev.install

-+
 51-hw1.rules|6 --
 71-hw1.rules|8 
 PKGBUILD|   38 +++---
 btchip-udev.install |   23 ---
 4 files changed, 39 insertions(+), 36 deletions(-)

Deleted: 51-hw1.rules
===
--- 51-hw1.rules2017-01-03 15:48:59 UTC (rev 204810)
+++ 51-hw1.rules2017-01-03 15:49:05 UTC (rev 204811)
@@ -1,6 +0,0 @@
-SUBSYSTEMS=="usb", ATTRS{idVendor}=="2581", ATTRS{idProduct}=="1b7c", 
MODE="0666"
-SUBSYSTEMS=="usb", ATTRS{idVendor}=="2581", ATTRS{idProduct}=="2b7c", 
MODE="0666"
-SUBSYSTEMS=="usb", ATTRS{idVendor}=="2581", ATTRS{idProduct}=="3b7c", 
MODE="0666"
-SUBSYSTEMS=="usb", ATTRS{idVendor}=="2581", ATTRS{idProduct}=="4b7c", 
MODE="0666"
-SUBSYSTEMS=="usb", ATTRS{idVendor}=="2581", ATTRS{idProduct}=="1807", 
MODE="0666"
-SUBSYSTEMS=="usb", ATTRS{idVendor}=="2581", ATTRS{idProduct}=="1808", 
MODE="0666"

Copied: btchip-udev/repos/community-any/71-hw1.rules (from rev 204810, 
btchip-udev/trunk/71-hw1.rules)
===
--- 71-hw1.rules(rev 0)
+++ 71-hw1.rules2017-01-03 15:49:05 UTC (rev 204811)
@@ -0,0 +1,8 @@
+SUBSYSTEMS=="usb", ATTRS{idVendor}=="2581", ATTRS{idProduct}=="1b7c", 
MODE="0660", TAG+="uaccess", TAG+="udev-acl"
+SUBSYSTEMS=="usb", ATTRS{idVendor}=="2581", ATTRS{idProduct}=="2b7c", 
MODE="0660", TAG+="uaccess", TAG+="udev-acl"
+SUBSYSTEMS=="usb", ATTRS{idVendor}=="2581", ATTRS{idProduct}=="3b7c", 
MODE="0660", TAG+="uaccess", TAG+="udev-acl"
+SUBSYSTEMS=="usb", ATTRS{idVendor}=="2581", ATTRS{idProduct}=="4b7c", 
MODE="0660", TAG+="uaccess", TAG+="udev-acl"
+SUBSYSTEMS=="usb", ATTRS{idVendor}=="2581", ATTRS{idProduct}=="1807", 
MODE="0660", TAG+="uaccess", TAG+="udev-acl"
+SUBSYSTEMS=="usb", ATTRS{idVendor}=="2581", ATTRS{idProduct}=="1808", 
MODE="0660", TAG+="uaccess", TAG+="udev-acl"
+SUBSYSTEMS=="usb", ATTRS{idVendor}=="2c97", ATTRS{idProduct}=="", 
MODE="0660", TAG+="uaccess", TAG+="udev-acl"
+SUBSYSTEMS=="usb", ATTRS{idVendor}=="2c97", ATTRS{idProduct}=="0001", 
MODE="0660", TAG+="uaccess", TAG+="udev-acl"

Deleted: PKGBUILD
===
--- PKGBUILD2017-01-03 15:48:59 UTC (rev 204810)
+++ PKGBUILD2017-01-03 15:49:05 UTC (rev 204811)
@@ -1,19 +0,0 @@
-# $Id$
-# Maintainer: Timothy Redaelli <timothy.redae...@gmail.com>
-
-pkgname=btchip-udev
-pkgver=1
-pkgrel=1
-pkgdesc='Udev rules to connect BTChip wallet to your linux box'
-arch=(any)
-url='https://hardwarewallet.com/'
-license=(GPL)
-depends=(udev)
-install='btchip-udev.install'
-
-source=(51-hw1.rules)
-md5sums=('6e871fe1291c0926b34e644b55b37b95')
-
-package() {
-  install -Dm 644 51-hw1.rules "$pkgdir"/usr/lib/udev/rules.d/51-hw1.rules
-}

Copied: btchip-udev/repos/community-any/PKGBUILD (from rev 204810, 
btchip-udev/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2017-01-03 15:49:05 UTC (rev 204811)
@@ -0,0 +1,19 @@
+# $Id$
+# Maintainer: Timothy Redaelli <timothy.redae...@gmail.com>
+
+pkgname=btchip-udev
+pkgver=2
+pkgrel=1
+pkgdesc='Udev rules to connect BTChip wallet to your linux box'
+arch=(any)
+url='https://hardwarewallet.com/'
+license=(GPL)
+depends=(udev)
+install='btchip-udev.install'
+
+source=(71-hw1.rules)
+sha256sums=('4acca406fb7f2f53817399b78b347695fdc5bd08c1bb1cb8406b6a7328d2f475')
+
+package() {
+  install -Dm 644 71-hw1.rules "$pkgdir"/usr/lib/udev/ru

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

2017-01-03 Thread Timothy Redaelli
Date: Tuesday, January 3, 2017 @ 15:43:06
  Author: tredaelli
Revision: 204808

upgpkg: electrum 2.7.13-1

Modified:
  electrum/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2017-01-03 15:25:17 UTC (rev 204807)
+++ PKGBUILD2017-01-03 15:43:06 UTC (rev 204808)
@@ -5,7 +5,7 @@
 # http://bitcoin-otc.com/viewgpg.php?nick=ThomasV
 
 pkgname=electrum
-pkgver=2.7.12
+pkgver=2.7.13
 pkgrel=1
 pkgdesc="Lightweight Bitcoin wallet"
 arch=('any')
@@ -18,9 +18,9 @@
 url="https://electrum.org;
 license=(MIT)
 
source=("https://download.electrum.org/${pkgver}/${pkgname^}-${pkgver}.tar.gz"{,.asc})
-md5sums=('8f8f332d49a022b9b139b3a33439202f'
+md5sums=('5d4da8c7d30219a83afd91a8d1936315'
  'SKIP')
-sha256sums=('3644274231326cc6b13a25703ebe6ec22bbbce7832a86d75abc745040475ad6f'
+sha256sums=('031f8708d81afcff8d39702f6650f8a70cd5d114f63e51b99da509e8cad7464f'
 'SKIP')
 validpgpkeys=('6694D8DE7BE8EE5631BED9502BD5824B7F9470E6')
 


  1   2   3   4   5   6   7   8   9   >