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

2019-06-02 Thread Brett Cornwall via arch-commits
Date: Monday, June 3, 2019 @ 02:50:25
  Author: ainola
Revision: 476673

Add xclip optdep

Modified:
  urlscan/trunk/PKGBUILD

--+
 PKGBUILD |5 -
 1 file changed, 4 insertions(+), 1 deletion(-)

Modified: PKGBUILD
===
--- PKGBUILD2019-06-02 23:02:30 UTC (rev 476672)
+++ PKGBUILD2019-06-03 02:50:25 UTC (rev 476673)
@@ -2,7 +2,7 @@
 
 pkgname=urlscan
 pkgver=0.9.3
-pkgrel=1
+pkgrel=2
 pkgdesc="Mutt and terminal url selector"
 url="https://github.com/firecat53/urlscan;
 arch=('any')
@@ -9,6 +9,9 @@
 license=('GPL2')
 depends=('python-urwid')
 makedepends=('python-setuptools')
+optdepends=(
+'xclip: Clipboard support for X11 environments'
+)
 
source=("$pkgname-$pkgver.tar.gz::https://github.com/firecat53/urlscan/archive/$pkgver.tar.gz;)
 sha256sums=('d3eaef486df70da85614b51a383fa5d570b6253c147349da29df04cd36ed7955')
 


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

2019-06-02 Thread Brett Cornwall via arch-commits
Date: Monday, June 3, 2019 @ 02:50:38
  Author: ainola
Revision: 476674

archrelease: copy trunk to community-any

Added:
  urlscan/repos/community-any/PKGBUILD
(from rev 476673, urlscan/trunk/PKGBUILD)
Deleted:
  urlscan/repos/community-any/PKGBUILD

--+
 PKGBUILD |   49 ++---
 1 file changed, 26 insertions(+), 23 deletions(-)

Deleted: PKGBUILD
===
--- PKGBUILD2019-06-03 02:50:25 UTC (rev 476673)
+++ PKGBUILD2019-06-03 02:50:38 UTC (rev 476674)
@@ -1,23 +0,0 @@
-# Maintainer: Brett Cornwall 
-
-pkgname=urlscan
-pkgver=0.9.3
-pkgrel=1
-pkgdesc="Mutt and terminal url selector"
-url="https://github.com/firecat53/urlscan;
-arch=('any')
-license=('GPL2')
-depends=('python-urwid')
-makedepends=('python-setuptools')
-source=("$pkgname-$pkgver.tar.gz::https://github.com/firecat53/urlscan/archive/$pkgver.tar.gz;)
-sha256sums=('d3eaef486df70da85614b51a383fa5d570b6253c147349da29df04cd36ed7955')
-
-build() {
-cd "$pkgname-$pkgver"
-python setup.py build
-}
-
-package() {
-cd "$pkgname-$pkgver"
-python setup.py install --root="$pkgdir/" --optimize=1 --skip-build
-}

Copied: urlscan/repos/community-any/PKGBUILD (from rev 476673, 
urlscan/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2019-06-03 02:50:38 UTC (rev 476674)
@@ -0,0 +1,26 @@
+# Maintainer: Brett Cornwall 
+
+pkgname=urlscan
+pkgver=0.9.3
+pkgrel=2
+pkgdesc="Mutt and terminal url selector"
+url="https://github.com/firecat53/urlscan;
+arch=('any')
+license=('GPL2')
+depends=('python-urwid')
+makedepends=('python-setuptools')
+optdepends=(
+'xclip: Clipboard support for X11 environments'
+)
+source=("$pkgname-$pkgver.tar.gz::https://github.com/firecat53/urlscan/archive/$pkgver.tar.gz;)
+sha256sums=('d3eaef486df70da85614b51a383fa5d570b6253c147349da29df04cd36ed7955')
+
+build() {
+cd "$pkgname-$pkgver"
+python setup.py build
+}
+
+package() {
+cd "$pkgname-$pkgver"
+python setup.py install --root="$pkgdir/" --optimize=1 --skip-build
+}


[arch-commits] Commit in john/repos/community-x86_64 (7 files)

2019-06-02 Thread Levente Polyak via arch-commits
Date: Sunday, June 2, 2019 @ 23:02:30
  Author: anthraxx
Revision: 476672

archrelease: copy trunk to community-x86_64

Added:
  john/repos/community-x86_64/PKGBUILD
(from rev 476671, john/trunk/PKGBUILD)
Deleted:
  john/repos/community-x86_64/PKGBUILD
  john/repos/community-x86_64/fix-32bit.patch
  john/repos/community-x86_64/fix-i686-openmp.patch
  john/repos/community-x86_64/gcc5.patch
  john/repos/community-x86_64/john.install
  john/repos/community-x86_64/params.h.patch

---+
 PKGBUILD  |  273 +++-
 fix-32bit.patch   |   24 
 fix-i686-openmp.patch |   69 
 gcc5.patch|   63 ---
 john.install  |9 -
 params.h.patch|   17 --
 6 files changed, 135 insertions(+), 320 deletions(-)

Deleted: PKGBUILD
===
--- PKGBUILD2019-06-02 23:02:25 UTC (rev 476671)
+++ PKGBUILD2019-06-02 23:02:30 UTC (rev 476672)
@@ -1,138 +0,0 @@
-# Maintainer: Levente Polyak 
-# Maintainer: Thorsten Töpper 
-# Contributor: Andrea Scarpino 
-# Contributor: Dale Blount 
-# Contributor: Tom Newsom 
-# Contributor: Michal Krenek 
-
-pkgname=john
-_jumbover=1
-_johnver=1.8.0
-pkgver=${_johnver}.jumbo${_jumbover}
-pkgrel=10
-pkgdesc='John the Ripper password cracker'
-url='http://www.openwall.com/john'
-arch=('x86_64')
-license=('GPL2' 'custom')
-depends=('openssl-1.0' 'gmp' 'libpcap' 'openmpi' 'gcc-libs' 
'opencl-icd-loader')
-optdepends=(
-  'bash-completion: completion for bash'
-  'perl: perl based john scripts'
-  'ruby: ruby based john scripts'
-  'python2: python based john scripts')
-makedepends=('pkg-config' 'opencl-headers')
-backup=('etc/john/john.conf')
-install=john.install
-source=(http://www.openwall.com/john/j/john-${_johnver}-jumbo-${_jumbover}.tar.xz
-params.h.patch
-gcc5.patch
-fix-32bit.patch
-fix-i686-openmp.patch)
-sha512sums=('163cd71f634c2d1e9d0fa760984cc05001bfeef8300098d6b9cc8bf7e1719fec1d37142c39d7fd65ef37ee96c95681f01d7f0b1941058b7f9926442e2df5cd8e'
-
'4e7c530bf75d0c56409018097a2fee4a991c8332b25f985b16d91ffb631079d46870fa0c54eb519c8d60c7425c62c616e24617e0ebbad4193ccef8d001c08893'
-
'941a8fbe435d24287be158648d3083062806de639ce822645d949a171b2e662249bb13d9f5903017792cc979c7ff89615681adaed2afbf0d9c6ca5fe825e135a'
-
'824497e6fa67b1ff17a4b87544dedf5361e5ba07617ffb9e7718f2e90152b0bc2f39cd80a1badd84de0ef1e3442783bda3df1332d990b722a29d04b8b7449590'
-
'7eddd3c7360f459fba02b6c398b530baa7151f127384a1a8551a74658acbfb11a7d206a0482ab357496074be4ca20192c192962938e9bcdf1976cb4421d9af2c')
-
-prepare() {
-  cd ${pkgname}-${_johnver}-jumbo-${_jumbover}
-  patch -p0 < "${srcdir}/params.h.patch"
-  patch -p1 < "${srcdir}/gcc5.patch"
-  patch -p1 < "${srcdir}/fix-32bit.patch"
-  patch -Rp1 < "${srcdir}/fix-i686-openmp.patch"
-  sed 's|env python|env python2|' -i run/*.py
-  sed 's|/usr/bin/python|/usr/bin/python2|' -i run/*.py
-  sed 's|"x$enable_native_tests" = xyes -a "x$PKG_CONFIG"|"x$PKG_CONFIG"|' -i 
src/configure
-}
-
-build() {
-  cd ${pkgname}-${_johnver}-jumbo-${_jumbover}/src
-
-  export PKG_CONFIG_PATH=/usr/lib/openssl-1.0/pkgconfig
-
-  local JOHN_CFG_FULL_NAME="-DCFG_FULL_NAME='\"/etc/john/john.conf\"'"
-  local JOHN_SYSTEMWIDE_FLAGS="-DJOHN_SYSTEMWIDE_EXEC='\"/usr/lib/john\"' 
-DJOHN_SYSTEMWIDE_HOME='\"/usr/share/john\"'"
-  local JOHN_FLAGS="-DJOHN_SYSTEMWIDE=1 ${JOHN_SYSTEMWIDE_FLAGS} 
-DCPU_FALLBACK ${JOHN_CFG_FULL_NAME}"
-  local CFLAGS="${CFLAGS} ${JOHN_FLAGS}"
-  local CONFIGURE_FLAGS="--prefix=/usr --disable-native-tests --enable-openmp 
--enable-mpi"
-  CONFIGURE_FLAGS+=" --enable-opencl --enable-pkg-config --enable-pcap"
-
-  if [[ "${CARCH}" == "x86_64" ]]; then
-./configure ${CONFIGURE_FLAGS} CFLAGS="${CFLAGS}"
-make clean; make
-mv ../run/john{,-non-avx}
-./configure ${CONFIGURE_FLAGS} CFLAGS="${CFLAGS} -mavx"
-make clean; make
-mv ../run/john{,-non-xop}
-./configure ${CONFIGURE_FLAGS} CFLAGS="${CFLAGS} -mxop"
-make clean; make
-  elif [[ "${CARCH}" == "i686" ]]; then
-./configure ${CONFIGURE_FLAGS} CFLAGS="${CFLAGS}"
-make clean; make
-mv ../run/john{,-non-mmx}
-./configure ${CONFIGURE_FLAGS} CFLAGS="${CFLAGS} -mmmx"
-make clean; make
-mv ../run/john{,-non-sse}
-./configure ${CONFIGURE_FLAGS} CFLAGS="${CFLAGS} -msse2"
-make clean; make
-mv ../run/john{,-non-avx}
-./configure ${CONFIGURE_FLAGS} CFLAGS="${CFLAGS} -mavx"
-make clean; make
-mv ../run/john{,-non-xop}
-./configure ${CONFIGURE_FLAGS} CFLAGS="${CFLAGS} -mxop"
-make clean; make
-  else
-./configure ${CONFIGURE_FLAGS} CFLAGS="${CFLAGS}"
-make clean; make
-  fi
-}
-
-package() {
-  cd ${pkgname}-${_johnver}-jumbo-${_jumbover}
-
-  # config
-  sed 's|$JOHN/john.local.conf|/etc/john/john.local.conf|g' -i run/john.conf
-  install -Dm 644 run/john.conf -t 

[arch-commits] Commit in john/trunk (5 files)

2019-06-02 Thread Levente Polyak via arch-commits
Date: Sunday, June 2, 2019 @ 23:02:25
  Author: anthraxx
Revision: 476671

upgpkg: john 1.9.0.jumbo1-1

Deleted:
  john/trunk/fix-32bit.patch
  john/trunk/fix-i686-openmp.patch
  john/trunk/gcc5.patch
  john/trunk/john.install
  john/trunk/params.h.patch

---+
 fix-32bit.patch   |   24 
 fix-i686-openmp.patch |   69 
 gcc5.patch|   63 ---
 john.install  |9 --
 params.h.patch|   17 ---
 5 files changed, 182 deletions(-)

Deleted: fix-32bit.patch
===
--- fix-32bit.patch 2019-06-02 23:01:37 UTC (rev 476670)
+++ fix-32bit.patch 2019-06-02 23:02:25 UTC (rev 476671)
@@ -1,24 +0,0 @@
-From 480e95b0e449863be3e1a5b0bc634a67df28b618 Mon Sep 17 00:00:00 2001
-From: Solar 
-Date: Thu, 18 Dec 2014 21:24:01 +0100
-Subject: [PATCH] Fix a bug in truecrypt for non-x86 archs. Closes #912.
-

- src/truecrypt_fmt_plug.c | 4 ++--
- 1 file changed, 2 insertions(+), 2 deletions(-)
-
-diff --git a/src/truecrypt_fmt_plug.c b/src/truecrypt_fmt_plug.c
-index 1c95c39..8cef85e 100644
 a/src/truecrypt_fmt_plug.c
-+++ b/src/truecrypt_fmt_plug.c
-@@ -310,8 +310,8 @@ static int crypt_all(int *pcount, struct db_salt *salt)
-   pbkdf2_sha512_sse((const unsigned char **)pin, lens, 
psalt->salt, 64, psalt->num_iterations, &(x.poutc), sizeof(key), 0);
-   }
- #else
--  if (is_sha512)
--  pbkdf2_sha512((const unsigned char*)key_buffer[i], 
strlen(key_buffer[i]), psalt->salt, 64, num_iterations, key, sizeof(key), 0);
-+  if (psalt->hash_type == IS_SHA512)
-+  pbkdf2_sha512((const unsigned char*)key_buffer[i], 
strlen((char*)key_buffer[i]), psalt->salt, 64, psalt->num_iterations, key, 
sizeof(key), 0);
- #endif
-   else if (psalt->hash_type == IS_RIPEMD160)
-   pbkdf2_ripemd160(key_buffer[i], 
strlen((char*)(key_buffer[i])), psalt->salt, 64, psalt->num_iterations, key, 
sizeof(key), 0);

Deleted: fix-i686-openmp.patch
===
--- fix-i686-openmp.patch   2019-06-02 23:01:37 UTC (rev 476670)
+++ fix-i686-openmp.patch   2019-06-02 23:02:25 UTC (rev 476671)
@@ -1,69 +0,0 @@
-From 70d2140adda533680aec3c0cb0e828a868fafa68 Mon Sep 17 00:00:00 2001
-From: jfoug 
-Date: Fri, 28 Nov 2014 06:43:27 -0600
-Subject: [PATCH] crypt: problems with #defines and strdup
-

- src/c3_fmt.c | 35 ++-
- 1 file changed, 22 insertions(+), 13 deletions(-)
-
-diff --git a/src/c3_fmt.c b/src/c3_fmt.c
-index d1c694e..0fe867f 100644
 a/src/c3_fmt.c
-+++ b/src/c3_fmt.c
-@@ -17,6 +17,28 @@
- 
- #if HAVE_CRYPT
- 
-+/* if this comes after the #define crap below, there are often
-+ * problems with strdup or other things not being defined. We
-+ * move this block of includes to above the _XOPEN_* defines
-+ */
-+#if STRING_WITH_STRINGS
-+#include 
-+#include 
-+#elif HAVE_STRING_H
-+#include 
-+#elif HAVE_STRINGS_H
-+#include 
-+#endif
-+#if !AC_BUILT
-+#include 
-+#ifndef _MSC_VER
-+#include 
-+#endif
-+#undef _XOPEN_VERSION
-+#undef _XOPEN_SOURCE
-+#undef _XOPEN_SOURCE_EXTENDED
-+#undef _GNU_SOURCE
-+
- #define _XOPEN_SOURCE 4 /* for crypt(3) */
- #define _XOPEN_SOURCE_EXTENDED 1 /* for OpenBSD */
- #define _XOPEN_VERSION 4
-@@ -24,11 +46,6 @@
- #define _GNU_SOURCE 1 /* for crypt_r(3) */
- #include 
- 
--#if !AC_BUILT
--#include 
--#ifndef _MSC_VER
--#include 
--#endif
- #ifdef __CYGWIN__
- #include 
- #endif
-@@ -41,14 +58,6 @@
- #endif
- #endif
- 
--#if STRING_WITH_STRINGS
--#include 
--#include 
--#elif HAVE_STRING_H
--#include 
--#elif HAVE_STRINGS_H
--#include 
--#endif
- #if HAVE_CRYPT_H
- #include 
- #endif

Deleted: gcc5.patch
===
--- gcc5.patch  2019-06-02 23:01:37 UTC (rev 476670)
+++ gcc5.patch  2019-06-02 23:02:25 UTC (rev 476671)
@@ -1,63 +0,0 @@
-From e2e868db3e153b3f959e119a51703d4afb99c624 Mon Sep 17 00:00:00 2001
-From: magnum 
-Date: Wed, 13 May 2015 12:05:00 +0200
-Subject: [PATCH] Add another solution to #1093. This make it possible to build
- using gcc 5 without --std=gnu89 (although I kept the latter for now). See
- also #1250.
-

- src/DES_bs_b.c |  3 +++
- src/MD5_std.c  | 12 
- 2 files changed, 15 insertions(+)
-
-diff --git a/src/DES_bs_b.c b/src/DES_bs_b.c
-index 306b4e4..18c9235 100644
 a/src/DES_bs_b.c
-+++ b/src/DES_bs_b.c
-@@ -1272,6 +1272,9 @@ static MAYBE_INLINE void DES_bs_finalize_keys(void)
- #endif
- 
- #if DES_bs_mt
-+#if __GNUC__ >= 5
-+extern
-+#endif
- MAYBE_INLINE void DES_bs_set_salt_for_thread(int t, unsigned int salt)
- #else
- void DES_bs_set_salt(ARCH_WORD salt)
-diff --git a/src/MD5_std.c b/src/MD5_std.c
-index 6bdcd35..1eec9b4 100644
 a/src/MD5_std.c
-+++ 

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

2019-06-02 Thread Levente Polyak via arch-commits
Date: Sunday, June 2, 2019 @ 23:01:37
  Author: anthraxx
Revision: 476670

upgpkg: john 1.9.0.jumbo1-1

Modified:
  john/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2019-06-02 19:28:12 UTC (rev 476669)
+++ PKGBUILD2019-06-02 23:01:37 UTC (rev 476670)
@@ -7,82 +7,76 @@
 
 pkgname=john
 _jumbover=1
-_johnver=1.8.0
+_johnver=1.9.0
 pkgver=${_johnver}.jumbo${_jumbover}
-pkgrel=10
+pkgrel=1
 pkgdesc='John the Ripper password cracker'
-url='http://www.openwall.com/john'
+url='https://www.openwall.com/john'
 arch=('x86_64')
 license=('GPL2' 'custom')
-depends=('openssl-1.0' 'gmp' 'libpcap' 'openmpi' 'gcc-libs' 
'opencl-icd-loader')
+depends=('openssl' 'gmp' 'libpcap' 'openmpi' 'gcc-libs' 'opencl-icd-loader')
 optdepends=(
   'bash-completion: completion for bash'
   'perl: perl based john scripts'
   'ruby: ruby based john scripts'
-  'python2: python based john scripts')
+  'python2: python2 based john scripts'
+  'python: python based john scripts')
 makedepends=('pkg-config' 'opencl-headers')
 backup=('etc/john/john.conf')
-install=john.install
-source=(http://www.openwall.com/john/j/john-${_johnver}-jumbo-${_jumbover}.tar.xz
-params.h.patch
-gcc5.patch
-fix-32bit.patch
-fix-i686-openmp.patch)
-sha512sums=('163cd71f634c2d1e9d0fa760984cc05001bfeef8300098d6b9cc8bf7e1719fec1d37142c39d7fd65ef37ee96c95681f01d7f0b1941058b7f9926442e2df5cd8e'
-
'4e7c530bf75d0c56409018097a2fee4a991c8332b25f985b16d91ffb631079d46870fa0c54eb519c8d60c7425c62c616e24617e0ebbad4193ccef8d001c08893'
-
'941a8fbe435d24287be158648d3083062806de639ce822645d949a171b2e662249bb13d9f5903017792cc979c7ff89615681adaed2afbf0d9c6ca5fe825e135a'
-
'824497e6fa67b1ff17a4b87544dedf5361e5ba07617ffb9e7718f2e90152b0bc2f39cd80a1badd84de0ef1e3442783bda3df1332d990b722a29d04b8b7449590'
-
'7eddd3c7360f459fba02b6c398b530baa7151f127384a1a8551a74658acbfb11a7d206a0482ab357496074be4ca20192c192962938e9bcdf1976cb4421d9af2c')
+source=(https://www.openwall.com/john/k/john-${_johnver}-jumbo-${_jumbover}.tar.xz{,.sign})
+sha512sums=('c5cb5dc739ee4c666f8479cdf10511fddc391b590c59f90c060d3ccd8449b794ac7b831a6d1f7553883892499e709a66578cfa4d62caef9b7e0a831eb827e808'
+'SKIP')
+validpgpkeys=(
+  '297AD21CF86C948081520C1805C027FD4BDC136E' # Openwall offline signing key
+)
 
 prepare() {
-  cd ${pkgname}-${_johnver}-jumbo-${_jumbover}
-  patch -p0 < "${srcdir}/params.h.patch"
-  patch -p1 < "${srcdir}/gcc5.patch"
-  patch -p1 < "${srcdir}/fix-32bit.patch"
-  patch -Rp1 < "${srcdir}/fix-i686-openmp.patch"
-  sed 's|env python|env python2|' -i run/*.py
-  sed 's|/usr/bin/python|/usr/bin/python2|' -i run/*.py
-  sed 's|"x$enable_native_tests" = xyes -a "x$PKG_CONFIG"|"x$PKG_CONFIG"|' -i 
src/configure
+  cd ${pkgname}-${_johnver}-jumbo-${_jumbover}/src
+  sed 's|$prefix/bin|/usr/lib/john|' -i configure.ac
+  autoreconf -fiv
 }
 
 build() {
   cd ${pkgname}-${_johnver}-jumbo-${_jumbover}/src
 
-  export PKG_CONFIG_PATH=/usr/lib/openssl-1.0/pkgconfig
+  local CFLAGS="${CFLAGS} -DCPU_FALLBACK"
+  local options=(
+--prefix=/usr
+--with-systemwide
+--disable-native-tests
+--enable-openmp
+--enable-mpi
+--enable-opencl
+--enable-pkg-config
+--enable-pcap
+  )
 
-  local JOHN_CFG_FULL_NAME="-DCFG_FULL_NAME='\"/etc/john/john.conf\"'"
-  local JOHN_SYSTEMWIDE_FLAGS="-DJOHN_SYSTEMWIDE_EXEC='\"/usr/lib/john\"' 
-DJOHN_SYSTEMWIDE_HOME='\"/usr/share/john\"'"
-  local JOHN_FLAGS="-DJOHN_SYSTEMWIDE=1 ${JOHN_SYSTEMWIDE_FLAGS} 
-DCPU_FALLBACK ${JOHN_CFG_FULL_NAME}"
-  local CFLAGS="${CFLAGS} ${JOHN_FLAGS}"
-  local CONFIGURE_FLAGS="--prefix=/usr --disable-native-tests --enable-openmp 
--enable-mpi"
-  CONFIGURE_FLAGS+=" --enable-opencl --enable-pkg-config --enable-pcap"
-
   if [[ "${CARCH}" == "x86_64" ]]; then
-./configure ${CONFIGURE_FLAGS} CFLAGS="${CFLAGS}"
+./configure "${options[@]}" CFLAGS="${CFLAGS/-DCPU_FALLBACK}"
 make clean; make
 mv ../run/john{,-non-avx}
-./configure ${CONFIGURE_FLAGS} CFLAGS="${CFLAGS} -mavx"
+./configure "${options[@]}" CFLAGS="${CFLAGS} -mavx"
 make clean; make
 mv ../run/john{,-non-xop}
-./configure ${CONFIGURE_FLAGS} CFLAGS="${CFLAGS} -mxop"
+./configure "${options[@]}" CFLAGS="${CFLAGS} -mxop"
 make clean; make
   elif [[ "${CARCH}" == "i686" ]]; then
-./configure ${CONFIGURE_FLAGS} CFLAGS="${CFLAGS}"
+./configure "${options[@]}" CFLAGS="${CFLAGS}"
 make clean; make
 mv ../run/john{,-non-mmx}
-./configure ${CONFIGURE_FLAGS} CFLAGS="${CFLAGS} -mmmx"
+./configure "${options[@]}" CFLAGS="${CFLAGS} -mmmx"
 make clean; make
 mv ../run/john{,-non-sse}
-./configure ${CONFIGURE_FLAGS} CFLAGS="${CFLAGS} -msse2"
+./configure "${options[@]}" 

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

2019-06-02 Thread Levente Polyak via arch-commits
Date: Sunday, June 2, 2019 @ 21:59:15
  Author: anthraxx
Revision: 354751

upgpkg: bftpd 5.1-1

Modified:
  bftpd/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2019-06-02 19:28:22 UTC (rev 354750)
+++ PKGBUILD2019-06-02 21:59:15 UTC (rev 354751)
@@ -2,7 +2,7 @@
 # Contributor: Thomas Bächler 
 
 pkgname=bftpd
-pkgver=5.0
+pkgver=5.1
 pkgrel=1
 pkgdesc='Small, easy-to-configure FTP server'
 url='http://bftpd.sourceforge.net/'
@@ -22,7 +22,7 @@
 bftpd_AT.service
 bftpd.tmpfiles
 bftpd-4.9-Makefile.patch)
-sha512sums=('99daa36647e98cc78bc2fe79843af73f0862fd21eedf8656d5c3f28cc298ce84c6937fca50b8b40f287bf702cf3f720c7858ea68029d6ba2bc8e281347f6da89'
+sha512sums=('eb0e8eb24c033c3e8b592cce071639544e37d8ae37e1e29e6f2590e3c0ed25c91cdc554d40066fd2d09aa8ece50a27f054d7103dc1e652af78f576796f574ac1'
 
'50faec3cf93a4702945bb8aee5b2e9b227183ec098fe93c729ca14d02c9432ccf4b25bc86f9b4b1ae40c9a9820b6b5a9e83a1dde78085a36a2c84b69690262b6'
 
'1e6183ab0eb812b3ef687ac2c26ce78f7cb30540f606d20023669ac00ba04075487fb72e4dc89cc05dab0269ff6aca98fc1167cc75669c225b88b592482fbf67'
 
'98d7679faffd497f0cc2faa6129b010f0a47092e1caebc82582e362e3eb107c09cf17496b10bbc4fc406ebfea7f75a70d119c071721099d169765f53ce89b51a'


[arch-commits] Commit in bftpd/repos/extra-x86_64 (18 files)

2019-06-02 Thread Levente Polyak via arch-commits
Date: Sunday, June 2, 2019 @ 21:59:24
  Author: anthraxx
Revision: 354752

archrelease: copy trunk to extra-x86_64

Added:
  bftpd/repos/extra-x86_64/PKGBUILD
(from rev 354751, bftpd/trunk/PKGBUILD)
  bftpd/repos/extra-x86_64/bftpd-4.9-Makefile.patch
(from rev 354751, bftpd/trunk/bftpd-4.9-Makefile.patch)
  bftpd/repos/extra-x86_64/bftpd.logrotate
(from rev 354751, bftpd/trunk/bftpd.logrotate)
  bftpd/repos/extra-x86_64/bftpd.pam
(from rev 354751, bftpd/trunk/bftpd.pam)
  bftpd/repos/extra-x86_64/bftpd.service
(from rev 354751, bftpd/trunk/bftpd.service)
  bftpd/repos/extra-x86_64/bftpd.socket
(from rev 354751, bftpd/trunk/bftpd.socket)
  bftpd/repos/extra-x86_64/bftpd.tmpfiles
(from rev 354751, bftpd/trunk/bftpd.tmpfiles)
  bftpd/repos/extra-x86_64/bftpd.xinetd
(from rev 354751, bftpd/trunk/bftpd.xinetd)
  bftpd/repos/extra-x86_64/bftpd_AT.service
(from rev 354751, bftpd/trunk/bftpd_AT.service)
Deleted:
  bftpd/repos/extra-x86_64/PKGBUILD
  bftpd/repos/extra-x86_64/bftpd-4.9-Makefile.patch
  bftpd/repos/extra-x86_64/bftpd.logrotate
  bftpd/repos/extra-x86_64/bftpd.pam
  bftpd/repos/extra-x86_64/bftpd.service
  bftpd/repos/extra-x86_64/bftpd.socket
  bftpd/repos/extra-x86_64/bftpd.tmpfiles
  bftpd/repos/extra-x86_64/bftpd.xinetd
  bftpd/repos/extra-x86_64/bftpd_AT.service

--+
 PKGBUILD |  136 ++---
 bftpd-4.9-Makefile.patch |  128 +-
 bftpd.logrotate  |   10 +--
 bftpd.pam|6 -
 bftpd.service|   20 +++---
 bftpd.socket |   20 +++---
 bftpd.tmpfiles   |2 
 bftpd.xinetd |   22 +++
 bftpd_AT.service |   16 ++---
 9 files changed, 180 insertions(+), 180 deletions(-)

Deleted: PKGBUILD
===
--- PKGBUILD2019-06-02 21:59:15 UTC (rev 354751)
+++ PKGBUILD2019-06-02 21:59:24 UTC (rev 354752)
@@ -1,68 +0,0 @@
-# Maintainer: Levente Polyak 
-# Contributor: Thomas Bächler 
-
-pkgname=bftpd
-pkgver=5.0
-pkgrel=1
-pkgdesc='Small, easy-to-configure FTP server'
-url='http://bftpd.sourceforge.net/'
-arch=('x86_64')
-license=('GPL')
-depends=('pam' 'zlib' 'glibc')
-backup=(etc/bftpd.conf
-etc/logrotate.d/bftpd
-etc/pam.d/bftpd
-etc/xinetd.d/bftpd)
-source=(https://downloads.sourceforge.net/sourceforge/bftpd/bftpd-${pkgver}.tar.gz
-bftpd.logrotate
-bftpd.pam
-bftpd.xinetd
-bftpd.service
-bftpd.socket
-bftpd_AT.service
-bftpd.tmpfiles
-bftpd-4.9-Makefile.patch)
-sha512sums=('99daa36647e98cc78bc2fe79843af73f0862fd21eedf8656d5c3f28cc298ce84c6937fca50b8b40f287bf702cf3f720c7858ea68029d6ba2bc8e281347f6da89'
-
'50faec3cf93a4702945bb8aee5b2e9b227183ec098fe93c729ca14d02c9432ccf4b25bc86f9b4b1ae40c9a9820b6b5a9e83a1dde78085a36a2c84b69690262b6'
-
'1e6183ab0eb812b3ef687ac2c26ce78f7cb30540f606d20023669ac00ba04075487fb72e4dc89cc05dab0269ff6aca98fc1167cc75669c225b88b592482fbf67'
-
'98d7679faffd497f0cc2faa6129b010f0a47092e1caebc82582e362e3eb107c09cf17496b10bbc4fc406ebfea7f75a70d119c071721099d169765f53ce89b51a'
-
'1433b8b1a2eea07b095e41eb83e8819fcb22c63b632fe73ec87e1f0490a5f84f836cc65ea1ca2f8fa9ab901122350a45f781593748df04fa211168b5f08546b8'
-
'd37b9e6f69d781ecf8ddf63072a0e00c1cb27959ac622b5ba19fc7db0021f2da83fb427ee13f310c52565e5cbc8a5016bf28e63e9fb95e2fd0a568f5028f0056'
-
'b1a9f01f974b72a40d072c75a3962f5354eeb23f7383643f20cf3809ffc2d6217c450d0564be223b99552ebc55e26c0e4f1362a2ede24280e865a3f63ceca4a5'
-
'92650582747a34a29631b1755d2eb14d124a9632888c39cf2dbe5c2834f5b4c5f6506588ef0106cc643397587ffbe9a2240787030452bf29b17b7aacf1632cc1'
-
'c5b35f43b44cb60ee05329f45092f714ed542a5ce07c2c08d63761ca2d040bbd2dfd9a5b3f70e1826e3e6b48d8d35e8d66c222d9f5697f102154e4ea65e3d4af')
-prepare() {
-  cd ${pkgname}
-  patch -Np1 < ../bftpd-4.9-Makefile.patch
-  # Fix default in config file
-  sed 's|#ROOTDIR="/path/for/anonymous/user"|# bftpd interprets ROOTDIR="%h" 
(the default), as ROOTDIR="/" for the anonymous user, override it\n  
ROOTDIR="/srv/ftp"|' -i bftpd.conf
-  rm -f config.{cache,status}
-  autoreconf -fiv
-}
-
-build() {
-  cd ${pkgname}
-./configure \
---prefix=/usr \
---enable-pam \
---enable-libz \
---mandir=/usr/share/man \
---sysconfdir=/etc \
---sbindir=/usr/bin
-  make
-}
-
-package() {
-  cd ${pkgname}
-  make DESTDIR="${pkgdir}" install
-  rm -rf "${pkgdir}/usr/var"
-  install -Dm 644 ../bftpd.service 
"${pkgdir}/usr/lib/systemd/system/bftpd.service"
-  install -Dm 644 ../bftpd_AT.service 
"${pkgdir}/usr/lib/systemd/system/bftpd@.service"
-  install -Dm 644 ../bftpd.socket 
"${pkgdir}/usr/lib/systemd/system/bftpd.socket"
-  install -Dm 644 ../bftpd.tmpfiles "${pkgdir}/usr/lib/tmpfiles.d/bftpd.conf"
-  install -Dm 644 

[arch-commits] Commit in linux-hardened/trunk (PKGBUILD config.x86_64)

2019-06-02 Thread Levente Polyak via arch-commits
Date: Sunday, June 2, 2019 @ 19:28:15
  Author: anthraxx
Revision: 354749

upgpkg: linux-hardened 5.0.20.a-1

Modified:
  linux-hardened/trunk/PKGBUILD
  linux-hardened/trunk/config.x86_64

---+
 PKGBUILD  |8 
 config.x86_64 |2 +-
 2 files changed, 5 insertions(+), 5 deletions(-)

Modified: PKGBUILD
===
--- PKGBUILD2019-06-02 17:44:12 UTC (rev 354748)
+++ PKGBUILD2019-06-02 19:28:15 UTC (rev 354749)
@@ -4,7 +4,7 @@
 # Contributor: Thomas Baechler 
 
 pkgbase=linux-hardened
-_pkgver=5.0.19
+_pkgver=5.0.20
 _hardenedver=a
 _srcname=linux-${_pkgver}
 pkgver=${_pkgver}.${_hardenedver}
@@ -23,11 +23,11 @@
 linux.preset   # standard config files for mkinitcpio ramdisk
 )
 replaces=('linux-grsec')
-sha256sums=('0bf0d5c64dafc1184e9aafd2f3ebb77aa88ddee881a7766436258feaa214d9ec'
+sha256sums=('3ba720f3189e5a08e7c533da8c12595d662a6c11d3466db6a0ff164ef4e54b68'
 'SKIP'
-'a66e02087f36d440d238cb3aa5c6029da172b689912ecdd1302aaa2c61757d32'
+'33620514a21b747b378f788b25fb2a54b24b0cde6c86426b5e02e3c26dbc3207'
 'SKIP'
-'e3ca9b80982b7a2329c70b158d345e35114a2cdc08fe9500d86bd77e5aa21b8f'
+'bb747985e34f7cc748d1c4254e29428393cf51178be99fb819eb3a64fb9ce09e'
 'ae2e95db94ef7176207c690224169594d49445e04249d2499e9d2fbc117a0b21'
 'c043f3033bb781e2688794a59f6d1f7ed49ef9b13eb77ff9a425df33a244a636'
 'ad6344badc91ad0630caacde83f7f9b97276f80d26a20619a87952be65492c65')

Modified: config.x86_64
===
--- config.x86_64   2019-06-02 17:44:12 UTC (rev 354748)
+++ config.x86_64   2019-06-02 19:28:15 UTC (rev 354749)
@@ -1,6 +1,6 @@
 #
 # Automatically generated file; DO NOT EDIT.
-# Linux/x86 5.0.19 Kernel Configuration
+# Linux/x86 5.0.20 Kernel Configuration
 #
 
 #


[arch-commits] Commit in linux-hardened/repos/extra-x86_64 (12 files)

2019-06-02 Thread Levente Polyak via arch-commits
Date: Sunday, June 2, 2019 @ 19:28:22
  Author: anthraxx
Revision: 354750

archrelease: copy trunk to extra-x86_64

Added:
  linux-hardened/repos/extra-x86_64/60-linux.hook
(from rev 354749, linux-hardened/trunk/60-linux.hook)
  linux-hardened/repos/extra-x86_64/90-linux.hook
(from rev 354749, linux-hardened/trunk/90-linux.hook)
  linux-hardened/repos/extra-x86_64/PKGBUILD
(from rev 354749, linux-hardened/trunk/PKGBUILD)
  linux-hardened/repos/extra-x86_64/config.x86_64
(from rev 354749, linux-hardened/trunk/config.x86_64)
  linux-hardened/repos/extra-x86_64/linux.install
(from rev 354749, linux-hardened/trunk/linux.install)
  linux-hardened/repos/extra-x86_64/linux.preset
(from rev 354749, linux-hardened/trunk/linux.preset)
Deleted:
  linux-hardened/repos/extra-x86_64/60-linux.hook
  linux-hardened/repos/extra-x86_64/90-linux.hook
  linux-hardened/repos/extra-x86_64/PKGBUILD
  linux-hardened/repos/extra-x86_64/config.x86_64
  linux-hardened/repos/extra-x86_64/linux.install
  linux-hardened/repos/extra-x86_64/linux.preset

---+
 60-linux.hook |   24 
 90-linux.hook |   22 
 PKGBUILD  |  480 -
 config.x86_64 |19856 
 linux.install |   26 
 linux.preset  |   28 
 6 files changed, 10218 insertions(+), 10218 deletions(-)

The diff is longer than the limit of 200KB.
Use svn diff -r 354749:354750 to see the changes.


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

2019-06-02 Thread Evangelos Foutras via arch-commits
Date: Sunday, June 2, 2019 @ 19:28:12
  Author: foutrelis
Revision: 476669

archrelease: copy trunk to community-any

Added:
  gbrainy/repos/community-any/PKGBUILD
(from rev 476668, gbrainy/trunk/PKGBUILD)
Deleted:
  gbrainy/repos/community-any/PKGBUILD

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

Deleted: PKGBUILD
===
--- PKGBUILD2019-06-02 19:28:06 UTC (rev 476668)
+++ PKGBUILD2019-06-02 19:28:12 UTC (rev 476669)
@@ -1,30 +0,0 @@
-# Maintainer: Evangelos Foutras 
-# Contributor: Javier 'Phrodo_00' Aravena 
-
-pkgname=gbrainy
-pkgver=2.4.0
-pkgrel=1
-epoch=1
-pkgdesc="A brain teaser game and trainer to have fun and to keep your brain 
trained"
-arch=('any')
-url="https://wiki.gnome.org/Apps/gbrainy;
-license=('GPL2')
-depends=('gtk-sharp-3' 'librsvg' 'hicolor-icon-theme' 'desktop-file-utils')
-makedepends=('intltool' 'gettext' 'gnome-doc-utils' 'itstool')
-source=(https://gent.softcatala.org/jmas/$pkgname/$pkgname-$pkgver.tar.gz)
-sha256sums=('d369847146f6ede22bb2ecd26703fb8df02837893ea241273b2cf2bf3d23156d')
-
-build() {
-  cd "$srcdir/$pkgname-$pkgver"
-
-  export MONO_SHARED_DIR="$srcdir"
-  ./configure --prefix=/usr
-  make
-}
-
-package() {
-  cd "$srcdir/$pkgname-$pkgver"
-  make DESTDIR="$pkgdir" install
-}
-
-# vim:set ts=2 sw=2 et:

Copied: gbrainy/repos/community-any/PKGBUILD (from rev 476668, 
gbrainy/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2019-06-02 19:28:12 UTC (rev 476669)
@@ -0,0 +1,30 @@
+# Maintainer: Evangelos Foutras 
+# Contributor: Javier 'Phrodo_00' Aravena 
+
+pkgname=gbrainy
+pkgver=2.4.1
+pkgrel=1
+epoch=1
+pkgdesc="A brain teaser game and trainer to have fun and to keep your brain 
trained"
+arch=('any')
+url="https://wiki.gnome.org/Apps/gbrainy;
+license=('GPL2')
+depends=('gtk-sharp-3' 'librsvg' 'hicolor-icon-theme' 'desktop-file-utils')
+makedepends=('intltool' 'gettext' 'gnome-doc-utils' 'itstool')
+source=(https://gent.softcatala.org/jmas/$pkgname/$pkgname-$pkgver.tar.gz)
+sha256sums=('91bec101a9c7b9a9e20f295197d4a2fdba447cecd56fc499fc5fb93ff2161f6b')
+
+build() {
+  cd "$srcdir/$pkgname-$pkgver"
+
+  export MONO_SHARED_DIR="$srcdir"
+  ./configure --prefix=/usr
+  make
+}
+
+package() {
+  cd "$srcdir/$pkgname-$pkgver"
+  make DESTDIR="$pkgdir" install
+}
+
+# vim:set ts=2 sw=2 et:


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

2019-06-02 Thread Evangelos Foutras via arch-commits
Date: Sunday, June 2, 2019 @ 19:28:06
  Author: foutrelis
Revision: 476668

upgpkg: gbrainy 1:2.4.1-1

New upstream release.

Modified:
  gbrainy/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2019-06-02 19:26:13 UTC (rev 476667)
+++ PKGBUILD2019-06-02 19:28:06 UTC (rev 476668)
@@ -2,7 +2,7 @@
 # Contributor: Javier 'Phrodo_00' Aravena 
 
 pkgname=gbrainy
-pkgver=2.4.0
+pkgver=2.4.1
 pkgrel=1
 epoch=1
 pkgdesc="A brain teaser game and trainer to have fun and to keep your brain 
trained"
@@ -12,7 +12,7 @@
 depends=('gtk-sharp-3' 'librsvg' 'hicolor-icon-theme' 'desktop-file-utils')
 makedepends=('intltool' 'gettext' 'gnome-doc-utils' 'itstool')
 source=(https://gent.softcatala.org/jmas/$pkgname/$pkgname-$pkgver.tar.gz)
-sha256sums=('d369847146f6ede22bb2ecd26703fb8df02837893ea241273b2cf2bf3d23156d')
+sha256sums=('91bec101a9c7b9a9e20f295197d4a2fdba447cecd56fc499fc5fb93ff2161f6b')
 
 build() {
   cd "$srcdir/$pkgname-$pkgver"


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

2019-06-02 Thread Eli Schwartz via arch-commits
Date: Sunday, June 2, 2019 @ 19:26:13
  Author: eschwartz
Revision: 476667

archrelease: copy trunk to community-x86_64

Added:
  python-regex/repos/community-x86_64/PKGBUILD
(from rev 47, python-regex/trunk/PKGBUILD)
Deleted:
  python-regex/repos/community-x86_64/PKGBUILD

--+
 PKGBUILD |  136 ++---
 1 file changed, 68 insertions(+), 68 deletions(-)

Deleted: PKGBUILD
===
--- PKGBUILD2019-06-02 19:26:00 UTC (rev 47)
+++ PKGBUILD2019-06-02 19:26:13 UTC (rev 476667)
@@ -1,68 +0,0 @@
-# Maintainer: Jelle van der Waa 
-# Maintainer: Eli Schwartz 
-# Contributor: Nikola Milinković 
-# Submitter: Xiao-Long Chen 
-
-_pkgbase=regex
-pkgbase=python-regex
-pkgname=('python-regex' 'python2-regex')
-pkgver=2019.05.25
-pkgrel=1
-pkgdesc="Alternative python regular expression module."
-arch=('x86_64')
-url="https://bitbucket.org/mrabarnett/mrab-regex;
-license=('Python')
-makedepends=('python-setuptools' 'python2-setuptools')
-options=(!emptydirs)
-source=("https://files.pythonhosted.org/packages/source/r/${_pkgbase}/${_pkgbase}-${pkgver}.tar.gz;)
-sha256sums=('0ac2ba14f1e069507eec395140c0701045340f386a7ee7adb95961b3a2d821ef')
-b2sums=('2e1a7a82efd36d47636759f0c387b756db2587d9ba33ba4b4145a6b251e59d02869b65901532430c3a2d1adc39546583a0179fd4ae303cce95ab0fd3f93cfc71')
-
-build() {
-  cd "regex-${pkgver}"
-
-  python setup.py build
-  python2 setup.py build
-}
-
-check() {
-  cd "regex-${pkgver}"
-
-  pushd build/lib.linux-${CARCH}-3*/
-  python -c 'from regex.test.test_regex import test_main; test_main()'
-  popd
-
-  pushd build/lib.linux-${CARCH}-2*/
-  python2 -c 'from regex.test.test_regex import test_main; test_main()'
-  popd
-}
-
-package_python2-regex() {
-  depends=('python2')
-  pkgdesc="Alternative python regular expression module. (python2 version)"
-
-  cd "regex-${pkgver}"
-  python2 setup.py install --root="${pkgdir}/" --optimize=1 --skip-build
-
-  install -v -m755 -d "${pkgdir}/usr/share/doc/python2-regex"
-  install -v -m644 ./docs/Features.html 
"${pkgdir}/usr/share/doc/python2-regex/"
-  install -v -m644 ./docs/Features.rst "${pkgdir}/usr/share/doc/python2-regex/"
-  install -v -m644 ./docs/UnicodeProperties.txt 
"${pkgdir}/usr/share/doc/python2-regex/"
-
-  sed -n '1,/^$/p' regex_2/regex/regex.py | install -Dm644 /dev/stdin 
"${pkgdir}"/usr/share/licenses/${pkgname}/LICENSE
-}
-
-package_python-regex() {
-  depends=('python')
-  pkgdesc="Alternative python regular expression module. (python3 version)"
-
-  cd "regex-${pkgver}"
-  python setup.py install --root="${pkgdir}/" --optimize=1 --skip-build
-
-  install -v -m755 -d "${pkgdir}/usr/share/doc/python-regex"
-  install -v -m644 ./docs/Features.html "${pkgdir}/usr/share/doc/python-regex/"
-  install -v -m644 ./docs/Features.rst "${pkgdir}/usr/share/doc/python-regex/"
-  install -v -m644 ./docs/UnicodeProperties.txt 
"${pkgdir}/usr/share/doc/python-regex/"
-
-  sed -n '1,/^$/p' regex_3/regex/regex.py | install -Dm644 /dev/stdin 
"${pkgdir}"/usr/share/licenses/${pkgname}/LICENSE
-}

Copied: python-regex/repos/community-x86_64/PKGBUILD (from rev 47, 
python-regex/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2019-06-02 19:26:13 UTC (rev 476667)
@@ -0,0 +1,68 @@
+# Maintainer: Jelle van der Waa 
+# Maintainer: Eli Schwartz 
+# Contributor: Nikola Milinković 
+# Submitter: Xiao-Long Chen 
+
+_pkgbase=regex
+pkgbase=python-regex
+pkgname=('python-regex' 'python2-regex')
+pkgver=2019.06.02
+pkgrel=1
+pkgdesc="Alternative python regular expression module."
+arch=('x86_64')
+url="https://bitbucket.org/mrabarnett/mrab-regex;
+license=('Python')
+makedepends=('python-setuptools' 'python2-setuptools')
+options=(!emptydirs)
+source=("https://files.pythonhosted.org/packages/source/r/${_pkgbase}/${_pkgbase}-${pkgver}.tar.gz;)
+sha256sums=('95796000d83bfc6dbd8ad4c244fcfa5801ae1e0ac7c4893efff122b351ec0ee3')
+b2sums=('952b4962a05abcad1792b4c29ee666c382a61ed868c6463f1eec9df6b9e6ad5504bfb458a06c6a996529692b4587720204dbc94d30875d02f279953bf4fc3210')
+
+build() {
+  cd "regex-${pkgver}"
+
+  python setup.py build
+  python2 setup.py build
+}
+
+check() {
+  cd "regex-${pkgver}"
+
+  pushd build/lib.linux-${CARCH}-3*/
+  python -c 'from regex.test.test_regex import test_main; test_main()'
+  popd
+
+  pushd build/lib.linux-${CARCH}-2*/
+  python2 -c 'from regex.test.test_regex import test_main; test_main()'
+  popd
+}
+
+package_python2-regex() {
+  depends=('python2')
+  pkgdesc="Alternative python regular expression module. (python2 version)"
+
+  cd "regex-${pkgver}"
+  python2 setup.py install --root="${pkgdir}/" --optimize=1 --skip-build
+
+  install -v -m755 -d "${pkgdir}/usr/share/doc/python2-regex"
+  install -v -m644 ./docs/Features.html 
"${pkgdir}/usr/share/doc/python2-regex/"
+  install -v -m644 

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

2019-06-02 Thread Eli Schwartz via arch-commits
Date: Sunday, June 2, 2019 @ 19:26:00
  Author: eschwartz
Revision: 47

upgpkg: python-regex 2019.06.02-1

upstream release

Modified:
  python-regex/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2019-06-02 19:01:41 UTC (rev 476665)
+++ PKGBUILD2019-06-02 19:26:00 UTC (rev 47)
@@ -6,7 +6,7 @@
 _pkgbase=regex
 pkgbase=python-regex
 pkgname=('python-regex' 'python2-regex')
-pkgver=2019.05.25
+pkgver=2019.06.02
 pkgrel=1
 pkgdesc="Alternative python regular expression module."
 arch=('x86_64')
@@ -15,8 +15,8 @@
 makedepends=('python-setuptools' 'python2-setuptools')
 options=(!emptydirs)
 
source=("https://files.pythonhosted.org/packages/source/r/${_pkgbase}/${_pkgbase}-${pkgver}.tar.gz;)
-sha256sums=('0ac2ba14f1e069507eec395140c0701045340f386a7ee7adb95961b3a2d821ef')
-b2sums=('2e1a7a82efd36d47636759f0c387b756db2587d9ba33ba4b4145a6b251e59d02869b65901532430c3a2d1adc39546583a0179fd4ae303cce95ab0fd3f93cfc71')
+sha256sums=('95796000d83bfc6dbd8ad4c244fcfa5801ae1e0ac7c4893efff122b351ec0ee3')
+b2sums=('952b4962a05abcad1792b4c29ee666c382a61ed868c6463f1eec9df6b9e6ad5504bfb458a06c6a996529692b4587720204dbc94d30875d02f279953bf4fc3210')
 
 build() {
   cd "regex-${pkgver}"


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

2019-06-02 Thread Levente Polyak via arch-commits
Date: Sunday, June 2, 2019 @ 19:01:37
  Author: anthraxx
Revision: 476664

upgpkg: miniupnpc 2.1.20190408-1

Modified:
  miniupnpc/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2019-06-02 18:58:13 UTC (rev 476663)
+++ PKGBUILD2019-06-02 19:01:37 UTC (rev 476664)
@@ -3,8 +3,8 @@
 # Contributor: Florian Loitsch 
 
 pkgname=miniupnpc
-pkgver=2.1
-pkgrel=2
+pkgver=2.1.20190408
+pkgrel=1
 pkgdesc='Small UPnP client library/tool to access Internet Gateway Devices'
 url='https://miniupnp.tuxfamily.org/'
 arch=('x86_64')
@@ -12,9 +12,9 @@
 depends=('sh')
 provides=('libminiupnpc.so')
 
source=(https://miniupnp.tuxfamily.org/files/${pkgname}-${pkgver}.tar.gz{,.sig})
-sha256sums=('e19fb5e01ea5a707e2a8cb96f537fbd9f3a913d53d804a3265e3aeab3d2064c6'
+sha256sums=('a0c46bcf6065d6351a8fa6a0a18dc57d10a16908dbb470908fd2e423511514ec'
 'SKIP')
-sha512sums=('0af5c573206e0147f8e20cd84c394164a784cf385f3978b7ca414cc2b2e530d6af40a21de5c9d8459d31db249e06667757e723767b1d4cd0a4ec5497ad239c23'
+sha512sums=('faa0f1363ebb59ca636b6c974188c52903ad07652f8268563c9c1a5826fafc2458d9f521efd3546fbbd4b71b3b14a50ba89dda52757adad1db81c31d9ba0987a'
 'SKIP')
 validpgpkeys=('BEB7EA42900FF505B7907AE50FF11B67A5C0863C') # miniupnp (miniupnp 
!) 
 


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

2019-06-02 Thread Levente Polyak via arch-commits
Date: Sunday, June 2, 2019 @ 19:01:41
  Author: anthraxx
Revision: 476665

archrelease: copy trunk to community-x86_64

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

--+
 PKGBUILD |   76 ++---
 1 file changed, 38 insertions(+), 38 deletions(-)

Deleted: PKGBUILD
===
--- PKGBUILD2019-06-02 19:01:37 UTC (rev 476664)
+++ PKGBUILD2019-06-02 19:01:41 UTC (rev 476665)
@@ -1,38 +0,0 @@
-# Maintainer: Levente Polyak 
-# Contributor: Timothy Redaelli 
-# Contributor: Florian Loitsch 
-
-pkgname=miniupnpc
-pkgver=2.1
-pkgrel=2
-pkgdesc='Small UPnP client library/tool to access Internet Gateway Devices'
-url='https://miniupnp.tuxfamily.org/'
-arch=('x86_64')
-license=('BSD')
-depends=('sh')
-provides=('libminiupnpc.so')
-source=(https://miniupnp.tuxfamily.org/files/${pkgname}-${pkgver}.tar.gz{,.sig})
-sha256sums=('e19fb5e01ea5a707e2a8cb96f537fbd9f3a913d53d804a3265e3aeab3d2064c6'
-'SKIP')
-sha512sums=('0af5c573206e0147f8e20cd84c394164a784cf385f3978b7ca414cc2b2e530d6af40a21de5c9d8459d31db249e06667757e723767b1d4cd0a4ec5497ad239c23'
-'SKIP')
-validpgpkeys=('BEB7EA42900FF505B7907AE50FF11B67A5C0863C') # miniupnp (miniupnp 
!) 
-
-build() {
-  cd ${pkgname}-${pkgver}
-  make
-}
-
-check() {
-  cd ${pkgname}-${pkgver}
-  make test
-}
-
-package() {
-  cd ${pkgname}-${pkgver}
-  make DESTDIR="${pkgdir}" install
-  install -Dm 644 man3/miniupnpc.3 -t "${pkgdir}/usr/share/man/man3"
-  install -Dm 644 LICENSE -t "${pkgdir}/usr/share/licenses/${pkgname}"
-}
-
-# vim: ts=2 sw=2 et:

Copied: miniupnpc/repos/community-x86_64/PKGBUILD (from rev 476664, 
miniupnpc/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2019-06-02 19:01:41 UTC (rev 476665)
@@ -0,0 +1,38 @@
+# Maintainer: Levente Polyak 
+# Contributor: Timothy Redaelli 
+# Contributor: Florian Loitsch 
+
+pkgname=miniupnpc
+pkgver=2.1.20190408
+pkgrel=1
+pkgdesc='Small UPnP client library/tool to access Internet Gateway Devices'
+url='https://miniupnp.tuxfamily.org/'
+arch=('x86_64')
+license=('BSD')
+depends=('sh')
+provides=('libminiupnpc.so')
+source=(https://miniupnp.tuxfamily.org/files/${pkgname}-${pkgver}.tar.gz{,.sig})
+sha256sums=('a0c46bcf6065d6351a8fa6a0a18dc57d10a16908dbb470908fd2e423511514ec'
+'SKIP')
+sha512sums=('faa0f1363ebb59ca636b6c974188c52903ad07652f8268563c9c1a5826fafc2458d9f521efd3546fbbd4b71b3b14a50ba89dda52757adad1db81c31d9ba0987a'
+'SKIP')
+validpgpkeys=('BEB7EA42900FF505B7907AE50FF11B67A5C0863C') # miniupnp (miniupnp 
!) 
+
+build() {
+  cd ${pkgname}-${pkgver}
+  make
+}
+
+check() {
+  cd ${pkgname}-${pkgver}
+  make test
+}
+
+package() {
+  cd ${pkgname}-${pkgver}
+  make DESTDIR="${pkgdir}" install
+  install -Dm 644 man3/miniupnpc.3 -t "${pkgdir}/usr/share/man/man3"
+  install -Dm 644 LICENSE -t "${pkgdir}/usr/share/licenses/${pkgname}"
+}
+
+# vim: ts=2 sw=2 et:


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

2019-06-02 Thread Levente Polyak via arch-commits
Date: Sunday, June 2, 2019 @ 18:58:13
  Author: anthraxx
Revision: 476663

archrelease: copy trunk to community-any

Added:
  python-eventlet/repos/community-any/PKGBUILD
(from rev 476662, python-eventlet/trunk/PKGBUILD)
Deleted:
  python-eventlet/repos/community-any/PKGBUILD

--+
 PKGBUILD |  159 +
 1 file changed, 78 insertions(+), 81 deletions(-)

Deleted: PKGBUILD
===
--- PKGBUILD2019-06-02 18:58:08 UTC (rev 476662)
+++ PKGBUILD2019-06-02 18:58:13 UTC (rev 476663)
@@ -1,81 +0,0 @@
-# Maintainer: Levente Polyak 
-
-pkgbase=python-eventlet
-pkgname=('python-eventlet' 'python2-eventlet')
-_pyname=eventlet
-pkgver=0.24.1
-pkgrel=2
-pkgdesc='Highly concurrent networking library'
-url='http://eventlet.net'
-arch=('any')
-license=('MIT')
-makedepends=('python-greenlet' 'python-setuptools' 'python-sphinx' 
'python-monotonic' 'python-dnspython'
- 'python2-greenlet' 'python2-setuptools' 'python2-sphinx' 
'python2-monotonic' 'python2-dnspython' 'python2-subprocess32')
-checkdepends=('python-psycopg2' 'python-nose' 'python-pyopenssl' 
'python-httplib2' 'python-mock' 'python-pyzmq'
-  'python2-psycopg2' 'python2-nose' 'python2-pyopenssl' 
'python2-httplib2' 'python2-mock' 'python2-pyzmq')
-options=('!makeflags')
-source=(${pkgbase}-${pkgver}.tar.gz::https://github.com/eventlet/eventlet/archive/v${pkgver}.tar.gz
-
${pkgbase}-python37-fix.patch::https://github.com/eventlet/eventlet/pull/506.patch)
-sha512sums=('f5df2b64d025de136bb6c4615633d3865c460b4916a4070d65113198da42d692cea9f689a57b79a4b5539dc545cdab7d52023cfae7b3d9140c11909b4784a205'
-
'7f13bfc830eee11275c70e538bd55dc1dfe71482b82e44908beef421182e9046873f6eb23722b3e76455db833cc3175d6ab486e89ac6ad434f28ca30ee299636')
-
-prepare() {
-  patch -d ${_pyname}-${pkgver} -Np1 < ${pkgbase}-python37-fix.patch
-  sed -r 's|(check_idle_cpu_usage\(.*,) .*\)|\1 0.8\)|g' -i 
${_pyname}-${pkgver}/tests/*_test.py
-  cp -a ${_pyname}-${pkgver}{,-py2}
-  sed 's|python|python2|' -i ${_pyname}-${pkgver}-py2/examples/*
-}
-
-build() {
-  (cd ${_pyname}-${pkgver}
-python setup.py build
-make -C doc text
-  )
-  (cd ${_pyname}-${pkgver}-py2
-python2 setup.py build
-make -C doc text
-  )
-}
-
-check() {
-  (cd ${_pyname}-${pkgver}
-nosetests -sv tests
-  )
-  (cd ${_pyname}-${pkgver}-py2
-nosetests2 -sv tests
-  )
-}
-
-package_python-eventlet() {
-  depends=('python' 'python-greenlet' 'python-monotonic' 'python-dnspython')
-  optdepends=('python-psycopg2: non-blocking PostgreSQL support'
-  'python-pyopenssl: non-blocking SSL support'
-  'python-httplib2: non-blocking HTTP support'
-  'python-pyzmq: non-blocking ZeroMQ support'
-  'python-dnspython: non-blocking DNS support')
-
-  cd ${_pyname}-${pkgver}
-  python setup.py install --prefix=/usr --root="${pkgdir}" -O1
-  install -Dm 644 LICENSE -t "${pkgdir}/usr/share/licenses/${pkgname}"
-  install -d "${pkgdir}/usr/share/doc/${pkgname}"
-  cp -r doc/_build/text "${pkgdir}/usr/share/doc/${pkgname}"
-  cp -r examples "${pkgdir}/usr/share/doc/${pkgname}"
-}
-
-package_python2-eventlet() {
-  depends=('python2' 'python2-greenlet' 'python2-monotonic' 
'python2-dnspython' 'python2-subprocess32')
-  optdepends=('python2-psycopg2: non-blocking PostgreSQL support'
-  'python2-pyopenssl: non-blocking SSL support'
-  'python2-httplib2: non-blocking HTTP support'
-  'python2-pyzmq: non-blocking ZeroMQ support'
-  'python2-dnspython: non-blocking DNS support')
-
-  cd ${_pyname}-${pkgver}-py2
-  python2 setup.py install --prefix=/usr --root="${pkgdir}" -O1
-  install -Dm 644 LICENSE -t "${pkgdir}/usr/share/licenses/${pkgname}"
-  install -d "${pkgdir}/usr/share/doc/${pkgname}"
-  cp -r doc/_build/text "${pkgdir}/usr/share/doc/${pkgname}"
-  cp -r examples "${pkgdir}/usr/share/doc/${pkgname}"
-}
-
-# vim: ts=2 sw=2 et:

Copied: python-eventlet/repos/community-any/PKGBUILD (from rev 476662, 
python-eventlet/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2019-06-02 18:58:13 UTC (rev 476663)
@@ -0,0 +1,78 @@
+# Maintainer: Levente Polyak 
+
+pkgbase=python-eventlet
+pkgname=('python-eventlet' 'python2-eventlet')
+_pyname=eventlet
+pkgver=0.25.0
+pkgrel=1
+pkgdesc='Highly concurrent networking library'
+url='http://eventlet.net'
+arch=('any')
+license=('MIT')
+makedepends=('python-greenlet' 'python-setuptools' 'python-sphinx' 
'python-monotonic' 'python-dnspython'
+ 'python2-greenlet' 'python2-setuptools' 'python2-sphinx' 
'python2-monotonic' 'python2-dnspython' 'python2-subprocess32')
+checkdepends=('python-psycopg2' 'python-nose' 'python-pyopenssl' 
'python-httplib2' 'python-mock' 'python-pyzmq'
+  'python2-psycopg2' 

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

2019-06-02 Thread Levente Polyak via arch-commits
Date: Sunday, June 2, 2019 @ 18:58:08
  Author: anthraxx
Revision: 476662

upgpkg: python-eventlet 0.25.0-1

Modified:
  python-eventlet/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2019-06-02 18:53:17 UTC (rev 476661)
+++ PKGBUILD2019-06-02 18:58:08 UTC (rev 476662)
@@ -3,8 +3,8 @@
 pkgbase=python-eventlet
 pkgname=('python-eventlet' 'python2-eventlet')
 _pyname=eventlet
-pkgver=0.24.1
-pkgrel=2
+pkgver=0.25.0
+pkgrel=1
 pkgdesc='Highly concurrent networking library'
 url='http://eventlet.net'
 arch=('any')
@@ -14,13 +14,10 @@
 checkdepends=('python-psycopg2' 'python-nose' 'python-pyopenssl' 
'python-httplib2' 'python-mock' 'python-pyzmq'
   'python2-psycopg2' 'python2-nose' 'python2-pyopenssl' 
'python2-httplib2' 'python2-mock' 'python2-pyzmq')
 options=('!makeflags')
-source=(${pkgbase}-${pkgver}.tar.gz::https://github.com/eventlet/eventlet/archive/v${pkgver}.tar.gz
-
${pkgbase}-python37-fix.patch::https://github.com/eventlet/eventlet/pull/506.patch)
-sha512sums=('f5df2b64d025de136bb6c4615633d3865c460b4916a4070d65113198da42d692cea9f689a57b79a4b5539dc545cdab7d52023cfae7b3d9140c11909b4784a205'
-
'7f13bfc830eee11275c70e538bd55dc1dfe71482b82e44908beef421182e9046873f6eb23722b3e76455db833cc3175d6ab486e89ac6ad434f28ca30ee299636')
+source=(https://github.com/eventlet/eventlet/archive/v${pkgver}/${pkgbase}-${pkgver}.tar.gz)
+sha512sums=('e490cbf06f01d0bb1809ec2c66ff718a9404f844f153caffc54317aebb24042d096b9c930fe035e5c2a59b186d344628741aae02f625a0dc2596de52b4a3cbcc')
 
 prepare() {
-  patch -d ${_pyname}-${pkgver} -Np1 < ${pkgbase}-python37-fix.patch
   sed -r 's|(check_idle_cpu_usage\(.*,) .*\)|\1 0.8\)|g' -i 
${_pyname}-${pkgver}/tests/*_test.py
   cp -a ${_pyname}-${pkgver}{,-py2}
   sed 's|python|python2|' -i ${_pyname}-${pkgver}-py2/examples/*


[arch-commits] Commit in sniffglue/repos/community-x86_64 (6 files)

2019-06-02 Thread Levente Polyak via arch-commits
Date: Sunday, June 2, 2019 @ 18:53:17
  Author: anthraxx
Revision: 476661

archrelease: copy trunk to community-x86_64

Added:
  sniffglue/repos/community-x86_64/PKGBUILD
(from rev 476660, sniffglue/trunk/PKGBUILD)
  sniffglue/repos/community-x86_64/sniffglue-sysuser.conf
(from rev 476660, sniffglue/trunk/sniffglue-sysuser.conf)
  sniffglue/repos/community-x86_64/sniffglue.conf
(from rev 476660, sniffglue/trunk/sniffglue.conf)
Deleted:
  sniffglue/repos/community-x86_64/PKGBUILD
  sniffglue/repos/community-x86_64/sniffglue-sysuser.conf
  sniffglue/repos/community-x86_64/sniffglue.conf

+
 PKGBUILD   |   86 +++
 sniffglue-sysuser.conf |2 -
 sniffglue.conf |6 +--
 3 files changed, 47 insertions(+), 47 deletions(-)

Deleted: PKGBUILD
===
--- PKGBUILD2019-06-02 18:53:11 UTC (rev 476660)
+++ PKGBUILD2019-06-02 18:53:17 UTC (rev 476661)
@@ -1,43 +0,0 @@
-# Maintainer: Levente Polyak 
-# Contributor: kpcyrd 
-
-pkgname=sniffglue
-pkgver=0.8.2
-pkgrel=1
-pkgdesc='Secure multithreaded packet sniffer'
-url='https://github.com/kpcyrd/sniffglue'
-arch=('x86_64')
-license=('GPL3')
-depends=('libpcap' 'libseccomp')
-makedepends=('cargo')
-backup=('etc/sniffglue.conf')
-source=(https://github.com/kpcyrd/${pkgname}/archive/v${pkgver}/${pkgname}-${pkgver}.tar.gz
-sniffglue-sysuser.conf
-sniffglue.conf)
-sha256sums=('08b3b3077399d634bfefaad5d9c036b423c484ff06997fcf4223ce37f58de304'
-'531e051488e57ed2f5bf5d8289fa5562aa0ca73783838c11ec13c043dc268d02'
-'a2e6cfa918a4e354b5c4c4c84867f3bb142833fde4acab545e13c8e89864004c')
-sha512sums=('5a781e93ac792bcac1c4f355a06fe92a5f51f0796adeb2352a2c0306ad40968e276baed74611e15cffcb3bc2190bff318990bac3be7d957d9cbbd3431753e799'
-
'2595eb4856bc7a59c078255bf2aeeaa44a4f6a69b37cc8982e5d70a8ef14cb29b83b4d191ab3baabfbcf209f3effd232c10ec5baabc6ce52990969526d6fda98'
-
'66e6b87e832ba8424334d24e3457a214e60e67c731471098329d0ca54c574518f7856ba780bb6bffde53bdefe2c8f789a242138ae67e2fef3e562fa083b362b1')
-
-build() {
-  cd ${pkgname}-${pkgver}
-  cargo build --release --locked
-}
-
-check() {
-  cd ${pkgname}-${pkgver}
-  cargo test --release --locked
-}
-
-package() {
-  cd ${pkgname}-${pkgver}
-  install -Dm 755 target/release/${pkgname} -t "${pkgdir}/usr/bin"
-  install -Dm 644 "${srcdir}/sniffglue-sysuser.conf" 
"${pkgdir}/usr/lib/sysusers.d/sniffglue.conf"
-  install -Dm 644 "${srcdir}/sniffglue.conf" -t "${pkgdir}/etc"
-  install -Dm 644 docs/sniffglue.1 -t "${pkgdir}/usr/share/man/man1"
-  install -Dm 644 LICENSE -t "${pkgdir}/usr/share/licenses/${pkgname}"
-}
-
-# vim: ts=2 sw=2 et:

Copied: sniffglue/repos/community-x86_64/PKGBUILD (from rev 476660, 
sniffglue/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2019-06-02 18:53:17 UTC (rev 476661)
@@ -0,0 +1,43 @@
+# Maintainer: Levente Polyak 
+# Contributor: kpcyrd 
+
+pkgname=sniffglue
+pkgver=0.8.3
+pkgrel=1
+pkgdesc='Secure multithreaded packet sniffer'
+url='https://github.com/kpcyrd/sniffglue'
+arch=('x86_64')
+license=('GPL3')
+depends=('libpcap' 'libseccomp')
+makedepends=('cargo')
+backup=('etc/sniffglue.conf')
+source=(https://github.com/kpcyrd/${pkgname}/archive/v${pkgver}/${pkgname}-${pkgver}.tar.gz
+sniffglue-sysuser.conf
+sniffglue.conf)
+sha256sums=('6536d0866255f7aeeda311ed3d72e46eaac8c08d3698e85779bcee999a4d0a05'
+'531e051488e57ed2f5bf5d8289fa5562aa0ca73783838c11ec13c043dc268d02'
+'a2e6cfa918a4e354b5c4c4c84867f3bb142833fde4acab545e13c8e89864004c')
+sha512sums=('c37c88978e5ee37d0bc7d23d7ff4f3cf7ad14a0a822c8898f86c06a8a888c1168ddaf7e3641ae563f12cca0c14e4f78aec2bad70df4b30b18bd2ea6dca88fe14'
+
'2595eb4856bc7a59c078255bf2aeeaa44a4f6a69b37cc8982e5d70a8ef14cb29b83b4d191ab3baabfbcf209f3effd232c10ec5baabc6ce52990969526d6fda98'
+
'66e6b87e832ba8424334d24e3457a214e60e67c731471098329d0ca54c574518f7856ba780bb6bffde53bdefe2c8f789a242138ae67e2fef3e562fa083b362b1')
+
+build() {
+  cd ${pkgname}-${pkgver}
+  cargo build --release --locked
+}
+
+check() {
+  cd ${pkgname}-${pkgver}
+  cargo test --release --locked
+}
+
+package() {
+  cd ${pkgname}-${pkgver}
+  install -Dm 755 target/release/${pkgname} -t "${pkgdir}/usr/bin"
+  install -Dm 644 "${srcdir}/sniffglue-sysuser.conf" 
"${pkgdir}/usr/lib/sysusers.d/sniffglue.conf"
+  install -Dm 644 "${srcdir}/sniffglue.conf" -t "${pkgdir}/etc"
+  install -Dm 644 docs/sniffglue.1 -t "${pkgdir}/usr/share/man/man1"
+  install -Dm 644 LICENSE -t "${pkgdir}/usr/share/licenses/${pkgname}"
+}
+
+# vim: ts=2 sw=2 et:

Deleted: sniffglue-sysuser.conf
===
--- sniffglue-sysuser.conf  2019-06-02 18:53:11 UTC (rev 476660)
+++ sniffglue-sysuser.conf   

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

2019-06-02 Thread Levente Polyak via arch-commits
Date: Sunday, June 2, 2019 @ 18:53:11
  Author: anthraxx
Revision: 476660

upgpkg: sniffglue 0.8.3-1

Modified:
  sniffglue/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2019-06-02 18:51:18 UTC (rev 476659)
+++ PKGBUILD2019-06-02 18:53:11 UTC (rev 476660)
@@ -2,7 +2,7 @@
 # Contributor: kpcyrd 
 
 pkgname=sniffglue
-pkgver=0.8.2
+pkgver=0.8.3
 pkgrel=1
 pkgdesc='Secure multithreaded packet sniffer'
 url='https://github.com/kpcyrd/sniffglue'
@@ -14,10 +14,10 @@
 
source=(https://github.com/kpcyrd/${pkgname}/archive/v${pkgver}/${pkgname}-${pkgver}.tar.gz
 sniffglue-sysuser.conf
 sniffglue.conf)
-sha256sums=('08b3b3077399d634bfefaad5d9c036b423c484ff06997fcf4223ce37f58de304'
+sha256sums=('6536d0866255f7aeeda311ed3d72e46eaac8c08d3698e85779bcee999a4d0a05'
 '531e051488e57ed2f5bf5d8289fa5562aa0ca73783838c11ec13c043dc268d02'
 'a2e6cfa918a4e354b5c4c4c84867f3bb142833fde4acab545e13c8e89864004c')
-sha512sums=('5a781e93ac792bcac1c4f355a06fe92a5f51f0796adeb2352a2c0306ad40968e276baed74611e15cffcb3bc2190bff318990bac3be7d957d9cbbd3431753e799'
+sha512sums=('c37c88978e5ee37d0bc7d23d7ff4f3cf7ad14a0a822c8898f86c06a8a888c1168ddaf7e3641ae563f12cca0c14e4f78aec2bad70df4b30b18bd2ea6dca88fe14'
 
'2595eb4856bc7a59c078255bf2aeeaa44a4f6a69b37cc8982e5d70a8ef14cb29b83b4d191ab3baabfbcf209f3effd232c10ec5baabc6ce52990969526d6fda98'
 
'66e6b87e832ba8424334d24e3457a214e60e67c731471098329d0ca54c574518f7856ba780bb6bffde53bdefe2c8f789a242138ae67e2fef3e562fa083b362b1')
 


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

2019-06-02 Thread Levente Polyak via arch-commits
Date: Sunday, June 2, 2019 @ 18:51:18
  Author: anthraxx
Revision: 476659

archrelease: copy trunk to community-any

Added:
  python-pysmi/repos/community-any/PKGBUILD
(from rev 476658, python-pysmi/trunk/PKGBUILD)
Deleted:
  python-pysmi/repos/community-any/PKGBUILD

--+
 PKGBUILD |  152 ++---
 1 file changed, 76 insertions(+), 76 deletions(-)

Deleted: PKGBUILD
===
--- PKGBUILD2019-06-02 18:51:14 UTC (rev 476658)
+++ PKGBUILD2019-06-02 18:51:18 UTC (rev 476659)
@@ -1,76 +0,0 @@
-# Maintainer: Levente Polyak 
-# Contributor: Muflone http://www.muflone.com/contacts/english/
-
-pkgbase=python-pysmi
-_pyname="${pkgbase/*-/}"
-pkgname=('python-pysmi' 'python2-pysmi')
-pkgver=0.3.3
-pkgrel=1
-pkgdesc='SNMP/SMI MIB parsing and conversion library designed to turn ASN.1 
MIBs into various formats'
-url='http://snmplabs.com/pysmi/'
-arch=('any')
-license=('BSD')
-makedepends=('python' 'python-sphinx' 'python-ply'
- 'python2' 'python2-sphinx' 'python2-ply')
-checkdepends=('python-pytest' 'python-pysnmp'
-  'python2-pytest' 'python2-pysnmp')
-source=(${_pyname}-${pkgver}.tar.gz::https://github.com/etingof/pysmi/archive/v${pkgver}.tar.gz)
-sha512sums=('019035a908eb1cc95dfbcc0b710b88055524b88e3d9cad6a959b8b5e608989c3380516c1124e81ed89521c50f47f451a8aa8139bae8af099a83023eb2459ae20')
-
-prepare() {
-  cp -a ${_pyname}-${pkgver}{,-py2}
-}
-
-build() {
-  (cd ${_pyname}-${pkgver}
-python setup.py build
-make -C docs text man
-  )
-  (cd ${_pyname}-${pkgver}-py2
-python2 setup.py build
-make -C docs text man
-  )
-}
-
-check() {
-  (cd ${_pyname}-${pkgver}
-py.test
-  )
-  (cd ${_pyname}-${pkgver}-py2
-py.test2
-  )
-}
-
-package_python-pysmi() {
-  depends=('python' 'python-ply')
-  cd ${_pyname}-${pkgver}
-  python setup.py install --prefix=/usr --root="${pkgdir}" --optimize=1 
--skip-build
-
-  install -Dm 644 README.md -t "${pkgdir}/usr/share/doc/${pkgname}"
-  cp -r docs/build/text "${pkgdir}/usr/share/doc/${pkgname}"
-  cp -r examples -t "${pkgdir}/usr/share/doc/${pkgname}"
-
-  install -Dm 644 docs/build/man/${_pyname}.1 
"${pkgdir}/usr/share/man/man1/${_pyname}.1"
-  install -Dm 644 docs/build/man/${_pyname}.1 
"${pkgdir}/usr/share/man/man1/${pkgname}.1"
-  install -Dm 644 LICENSE.rst -t "${pkgdir}/usr/share/licenses/${pkgname}"
-
-  mv "${pkgdir}/usr/bin/mibdump"{.py,}
-  mv "${pkgdir}/usr/bin/mibcopy"{.py,}
-}
-
-package_python2-pysmi() {
-  depends=('python2' 'python2-ply')
-  cd ${_pyname}-${pkgver}-py2
-  python2 setup.py install --prefix=/usr --root="${pkgdir}" --optimize=1 
--skip-build
-
-  install -Dm 644 README.md -t "${pkgdir}/usr/share/doc/${pkgname}"
-  cp -r docs/build/text "${pkgdir}/usr/share/doc/${pkgname}"
-  cp -r examples -t "${pkgdir}/usr/share/doc/${pkgname}"
-
-  install -Dm 644 docs/build/man/${_pyname}.1 
"${pkgdir}/usr/share/man/man1/${pkgname}.1"
-  install -Dm 644 LICENSE.rst -t "${pkgdir}/usr/share/licenses/${pkgname}"
-
-  rm -r "${pkgdir}/usr/bin"
-}
-
-# vim: ts=2 sw=2 et:

Copied: python-pysmi/repos/community-any/PKGBUILD (from rev 476658, 
python-pysmi/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2019-06-02 18:51:18 UTC (rev 476659)
@@ -0,0 +1,76 @@
+# Maintainer: Levente Polyak 
+# Contributor: Muflone http://www.muflone.com/contacts/english/
+
+pkgbase=python-pysmi
+_pyname="${pkgbase/*-/}"
+pkgname=('python-pysmi' 'python2-pysmi')
+pkgver=0.3.4
+pkgrel=1
+pkgdesc='SNMP/SMI MIB parsing and conversion library designed to turn ASN.1 
MIBs into various formats'
+url='http://snmplabs.com/pysmi/'
+arch=('any')
+license=('BSD')
+makedepends=('python' 'python-sphinx' 'python-ply'
+ 'python2' 'python2-sphinx' 'python2-ply')
+checkdepends=('python-pytest' 'python-pysnmp'
+  'python2-pytest' 'python2-pysnmp')
+source=(${_pyname}-${pkgver}.tar.gz::https://github.com/etingof/pysmi/archive/v${pkgver}.tar.gz)
+sha512sums=('e6be1f0117f069cb9d67bb0dbc1cd8fa37b40865094ee33a60f794f6721cef14a72326fffd2fc43f22d6a959daf2d42147270421f86a57bde46081b5839880bf')
+
+prepare() {
+  cp -a ${_pyname}-${pkgver}{,-py2}
+}
+
+build() {
+  (cd ${_pyname}-${pkgver}
+python setup.py build
+make -C docs text man
+  )
+  (cd ${_pyname}-${pkgver}-py2
+python2 setup.py build
+make -C docs text man
+  )
+}
+
+check() {
+  (cd ${_pyname}-${pkgver}
+py.test
+  )
+  (cd ${_pyname}-${pkgver}-py2
+py.test2
+  )
+}
+
+package_python-pysmi() {
+  depends=('python' 'python-ply')
+  cd ${_pyname}-${pkgver}
+  python setup.py install --prefix=/usr --root="${pkgdir}" --optimize=1 
--skip-build
+
+  install -Dm 644 README.md -t "${pkgdir}/usr/share/doc/${pkgname}"
+  cp -r docs/build/text "${pkgdir}/usr/share/doc/${pkgname}"
+  cp -r examples -t "${pkgdir}/usr/share/doc/${pkgname}"
+
+  

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

2019-06-02 Thread Levente Polyak via arch-commits
Date: Sunday, June 2, 2019 @ 18:51:14
  Author: anthraxx
Revision: 476658

upgpkg: python-pysmi 0.3.4-1

Modified:
  python-pysmi/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2019-06-02 18:41:10 UTC (rev 476657)
+++ PKGBUILD2019-06-02 18:51:14 UTC (rev 476658)
@@ -4,7 +4,7 @@
 pkgbase=python-pysmi
 _pyname="${pkgbase/*-/}"
 pkgname=('python-pysmi' 'python2-pysmi')
-pkgver=0.3.3
+pkgver=0.3.4
 pkgrel=1
 pkgdesc='SNMP/SMI MIB parsing and conversion library designed to turn ASN.1 
MIBs into various formats'
 url='http://snmplabs.com/pysmi/'
@@ -15,7 +15,7 @@
 checkdepends=('python-pytest' 'python-pysnmp'
   'python2-pytest' 'python2-pysnmp')
 
source=(${_pyname}-${pkgver}.tar.gz::https://github.com/etingof/pysmi/archive/v${pkgver}.tar.gz)
-sha512sums=('019035a908eb1cc95dfbcc0b710b88055524b88e3d9cad6a959b8b5e608989c3380516c1124e81ed89521c50f47f451a8aa8139bae8af099a83023eb2459ae20')
+sha512sums=('e6be1f0117f069cb9d67bb0dbc1cd8fa37b40865094ee33a60f794f6721cef14a72326fffd2fc43f22d6a959daf2d42147270421f86a57bde46081b5839880bf')
 
 prepare() {
   cp -a ${_pyname}-${pkgver}{,-py2}


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

2019-06-02 Thread Felix Yan via arch-commits
Date: Sunday, June 2, 2019 @ 18:41:10
  Author: felixonmars
Revision: 476657

archrelease: copy trunk to community-testing-any

Added:
  python-webcolors/repos/community-testing-any/
  python-webcolors/repos/community-testing-any/PKGBUILD
(from rev 476656, python-webcolors/trunk/PKGBUILD)

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

Copied: python-webcolors/repos/community-testing-any/PKGBUILD (from rev 476656, 
python-webcolors/trunk/PKGBUILD)
===
--- community-testing-any/PKGBUILD  (rev 0)
+++ community-testing-any/PKGBUILD  2019-06-02 18:41:10 UTC (rev 476657)
@@ -0,0 +1,48 @@
+# Maintainer: Felix Yan 
+
+pkgbase=python-webcolors
+pkgname=(python-webcolors python2-webcolors)
+pkgver=1.9
+pkgrel=1
+pkgdesc="A library for working with color names and color value formats 
defined by the HTML and CSS specifications for use in documents on the Web"
+url="https://github.com/ubernostrum/webcolors;
+license=('BSD')
+arch=('any')
+makedepends=('python-setuptools' 'python2-setuptools')
+checkdepends=('python-pytest-runner' 'python2-pytest-runner')
+source=("https://pypi.io/packages/source/w/webcolors/webcolors-$pkgver.tar.gz;)
+sha512sums=('7644ed5447e665b33a09878070a0e35ce5e93b27b784380e7329b33c405034456707fab6f70074f0dee3819827fca637c0baf08201f66609cf914b8f7664c300')
+
+prepare() {
+  cp -a webcolors-$pkgver{,-py2}
+}
+
+build() {
+  cd "$srcdir"/webcolors-$pkgver
+  python setup.py build
+
+  cd "$srcdir"/webcolors-$pkgver-py2
+  python2 setup.py build
+}
+
+check() {
+  cd "$srcdir"/webcolors-$pkgver
+  python setup.py pytest
+
+  cd "$srcdir"/webcolors-$pkgver-py2
+  python2 setup.py pytest
+}
+
+package_python-webcolors() {
+  depends=('python')
+
+  cd webcolors-$pkgver
+  python3 setup.py install --root="$pkgdir" --optimize=1
+}
+
+package_python2-webcolors() {
+  depends=('python2')
+
+  cd webcolors-$pkgver-py2
+  python2 setup.py install --root="$pkgdir" --optimize=1
+}


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

2019-06-02 Thread Levente Polyak via arch-commits
Date: Sunday, June 2, 2019 @ 18:40:59
  Author: anthraxx
Revision: 476656

archrelease: copy trunk to community-x86_64

Added:
  scrot/repos/community-x86_64/PKGBUILD
(from rev 476655, scrot/trunk/PKGBUILD)
Deleted:
  scrot/repos/community-x86_64/PKGBUILD

--+
 PKGBUILD |   84 +++--
 1 file changed, 43 insertions(+), 41 deletions(-)

Deleted: PKGBUILD
===
--- PKGBUILD2019-06-02 18:40:54 UTC (rev 476655)
+++ PKGBUILD2019-06-02 18:40:59 UTC (rev 476656)
@@ -1,41 +0,0 @@
-# Maintainer: Levente Polyak 
-# Contributor: Daniel Wallace 
-# Contributor: Giovanni Scafora 
-
-pkgname=scrot
-pkgver=0.8.18
-pkgrel=1
-pkgdesc='Simple command-line screenshot utility for X'
-url='https://tracker.debian.org/pkg/scrot'
-arch=('x86_64')
-license=('MIT')
-depends=('giblib')
-source=(http://http.debian.net/debian/pool/main/s/${pkgname}/${pkgname}_${pkgver%.*}.orig.tar.gz
-
http://http.debian.net/debian/pool/main/s/${pkgname}/${pkgname}_${pkgver%.*}-${pkgver##*.}.debian.tar.xz)
-sha256sums=('613d1cf524c2b62ce3c65f1232ea4f05c7daf248d5e82ff2a6892c98093994f2'
-'ea000f1f824a57e3058ef83de8d2d4930cddeb51fb68253fc0756ed3a95d')
-sha512sums=('cba8f589e45758ddbfe4e276399a1ecb0dbe29569be5d85d97733e7f64de2911bd2d03e62700ad0c718a1fc886c2e3def9dee1de5cac884f9e65e772cebe838c'
-
'225a857c2586a0eaaa17e8f3dacdb01c395cefac99be80665c3a26be25b6cc9785a26f16de464829eb26e0e51d7d5420fe7ed79c1bbbd6931043d01a72d9d832')
-
-prepare(){
-for patch in $(<"${srcdir}/debian/patches/series"); do
-msg2 "Applying ${patch}..."
-patch -Np1 -d "${srcdir}/${pkgname}-${pkgver%.*}" -i 
"${srcdir}/debian/patches/${patch}"
-done
-}
-
-build() {
-  cd ${pkgname}-${pkgver%.*}
-  ./configure \
---prefix=/usr \
---mandir=/usr/share/man
-  make
-}
-
-package() {
-  cd ${pkgname}-${pkgver%.*}
-  make DESTDIR=${pkgdir} docsdir=/usr/share/doc/scrot install
-  install -Dm 644 COPYING "${pkgdir}/usr/share/licenses/${pkgname}/LICENSE"
-}
-
-# vim: ts=2 sw=2 et:

Copied: scrot/repos/community-x86_64/PKGBUILD (from rev 476655, 
scrot/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2019-06-02 18:40:59 UTC (rev 476656)
@@ -0,0 +1,43 @@
+# Maintainer: Levente Polyak 
+# Contributor: Daniel Wallace 
+# Contributor: Giovanni Scafora 
+
+pkgname=scrot
+pkgver=0.9.1
+pkgrel=1
+pkgdesc='Simple command-line screenshot utility for X'
+url='https://tracker.debian.org/pkg/scrot'
+arch=('x86_64')
+license=('MIT')
+depends=('giblib')
+source=(http://http.debian.net/debian/pool/main/s/${pkgname}/${pkgname}_${pkgver%.*}.orig.tar.gz
+
http://http.debian.net/debian/pool/main/s/${pkgname}/${pkgname}_${pkgver%.*}-${pkgver##*.}.debian.tar.xz)
+sha256sums=('d9b6141c652f4c4c1a9d412d6d57d2045b515e70cd726e4787f5f066c837269e'
+'e3313362fae895d393f7b7d26e087c45f61ccaee4e31251af616604e77258547')
+sha512sums=('e449b951fcbe2124fe874e5516d397a2d7ebb99ec8fceeb30c55cbee2596dec39ef5dff9db9acf1ff2930bc3752d4c1c1fbe0a28bc284481676370f330046f7b'
+
'fbd33ae9b6c500b000baf01564d912ea05185651d9eac8e052c945aa7c03b11b550fbaafa0a655d499028e653b6517220f16a514613853e37cda8009b4b79db4')
+
+prepare(){
+for patch in $(<"${srcdir}/debian/patches/series"); do
+msg2 "Applying ${patch}..."
+patch -Np1 -d "${srcdir}/${pkgname}-${pkgver%.*}" -i 
"${srcdir}/debian/patches/${patch}"
+done
+  cd ${pkgname}-${pkgver%.*}
+autoreconf -fiv
+}
+
+build() {
+  cd ${pkgname}-${pkgver%.*}
+  ./configure \
+--prefix=/usr \
+--mandir=/usr/share/man
+  make
+}
+
+package() {
+  cd ${pkgname}-${pkgver%.*}
+  make DESTDIR=${pkgdir} docsdir=/usr/share/doc/scrot install
+  install -Dm 644 COPYING "${pkgdir}/usr/share/licenses/${pkgname}/LICENSE"
+}
+
+# vim: ts=2 sw=2 et:


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

2019-06-02 Thread Levente Polyak via arch-commits
Date: Sunday, June 2, 2019 @ 18:40:54
  Author: anthraxx
Revision: 476655

upgpkg: scrot 0.9.1-1

Modified:
  scrot/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2019-06-02 18:40:43 UTC (rev 476654)
+++ PKGBUILD2019-06-02 18:40:54 UTC (rev 476655)
@@ -3,7 +3,7 @@
 # Contributor: Giovanni Scafora 
 
 pkgname=scrot
-pkgver=0.8.18
+pkgver=0.9.1
 pkgrel=1
 pkgdesc='Simple command-line screenshot utility for X'
 url='https://tracker.debian.org/pkg/scrot'
@@ -12,10 +12,10 @@
 depends=('giblib')
 
source=(http://http.debian.net/debian/pool/main/s/${pkgname}/${pkgname}_${pkgver%.*}.orig.tar.gz
 
http://http.debian.net/debian/pool/main/s/${pkgname}/${pkgname}_${pkgver%.*}-${pkgver##*.}.debian.tar.xz)
-sha256sums=('613d1cf524c2b62ce3c65f1232ea4f05c7daf248d5e82ff2a6892c98093994f2'
-'ea000f1f824a57e3058ef83de8d2d4930cddeb51fb68253fc0756ed3a95d')
-sha512sums=('cba8f589e45758ddbfe4e276399a1ecb0dbe29569be5d85d97733e7f64de2911bd2d03e62700ad0c718a1fc886c2e3def9dee1de5cac884f9e65e772cebe838c'
-
'225a857c2586a0eaaa17e8f3dacdb01c395cefac99be80665c3a26be25b6cc9785a26f16de464829eb26e0e51d7d5420fe7ed79c1bbbd6931043d01a72d9d832')
+sha256sums=('d9b6141c652f4c4c1a9d412d6d57d2045b515e70cd726e4787f5f066c837269e'
+'e3313362fae895d393f7b7d26e087c45f61ccaee4e31251af616604e77258547')
+sha512sums=('e449b951fcbe2124fe874e5516d397a2d7ebb99ec8fceeb30c55cbee2596dec39ef5dff9db9acf1ff2930bc3752d4c1c1fbe0a28bc284481676370f330046f7b'
+
'fbd33ae9b6c500b000baf01564d912ea05185651d9eac8e052c945aa7c03b11b550fbaafa0a655d499028e653b6517220f16a514613853e37cda8009b4b79db4')
 
 prepare(){
 for patch in $(<"${srcdir}/debian/patches/series"); do
@@ -22,6 +22,8 @@
 msg2 "Applying ${patch}..."
 patch -Np1 -d "${srcdir}/${pkgname}-${pkgver%.*}" -i 
"${srcdir}/debian/patches/${patch}"
 done
+  cd ${pkgname}-${pkgver%.*}
+autoreconf -fiv
 }
 
 build() {


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

2019-06-02 Thread Levente Polyak via arch-commits
Date: Sunday, June 2, 2019 @ 18:40:36
  Author: anthraxx
Revision: 476653

archrelease: copy trunk to community-any

Added:
  rabbitmqadmin/repos/community-any/PKGBUILD
(from rev 476652, rabbitmqadmin/trunk/PKGBUILD)
Deleted:
  rabbitmqadmin/repos/community-any/PKGBUILD

--+
 PKGBUILD |   54 +++---
 1 file changed, 27 insertions(+), 27 deletions(-)

Deleted: PKGBUILD
===
--- PKGBUILD2019-06-02 18:40:32 UTC (rev 476652)
+++ PKGBUILD2019-06-02 18:40:36 UTC (rev 476653)
@@ -1,27 +0,0 @@
-# Maintainer: Levente Polyak 
-# Contributor: Dmitry Chusovitin 
-
-pkgname=rabbitmqadmin
-pkgver=3.7.14
-pkgrel=1
-pkgdesc='Command-line tool for managing RabbitMQ server (requires "management" 
plugin)'
-url='https://www.rabbitmq.com/management-cli.html'
-arch=('any')
-license=('MPL')
-depends=('python')
-source=(${pkgname}-${pkgver}.tar.gz::https://github.com/rabbitmq/rabbitmq-management/archive/v${pkgver}.tar.gz)
-sha256sums=('abbfe307acf92f8acf72137491b3878ef4d0775d2ae0c9293ab31dbb52252236')
-sha512sums=('47530687638a306c3fbdebe4d46d965b06971d34dfbbdcaa412711b9e3622be203494a3e3cd57e6520430704d22e624a8d7a921bff95fbcead82ea611ac4f1c7')
-
-prepare() {
-  cd rabbitmq-management-${pkgver}
-  sed -e "s|%%VSN%%|${pkgver}|" -i bin/rabbitmqadmin
-}
-
-package() {
-  cd rabbitmq-management-${pkgver}
-  install -Dm 755 bin/rabbitmqadmin -t "${pkgdir}/usr/bin"
-  install -Dm 644 LICENSE-MPL-RabbitMQ -t 
"${pkgdir}/usr/share/licenses/${pkgname}"
-}
-
-# vim: ts=2 sw=2 et:

Copied: rabbitmqadmin/repos/community-any/PKGBUILD (from rev 476652, 
rabbitmqadmin/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2019-06-02 18:40:36 UTC (rev 476653)
@@ -0,0 +1,27 @@
+# Maintainer: Levente Polyak 
+# Contributor: Dmitry Chusovitin 
+
+pkgname=rabbitmqadmin
+pkgver=3.7.15
+pkgrel=1
+pkgdesc='Command-line tool for managing RabbitMQ server (requires "management" 
plugin)'
+url='https://www.rabbitmq.com/management-cli.html'
+arch=('any')
+license=('MPL')
+depends=('python')
+source=(${pkgname}-${pkgver}.tar.gz::https://github.com/rabbitmq/rabbitmq-management/archive/v${pkgver}.tar.gz)
+sha256sums=('f42fa8eccdbf8c9f68ff093d3649817f87bb0a2ffb9a5bdf49a9c8a03b86dcaf')
+sha512sums=('7d75aba0eefdf25791da3880de2925ad75c21292babbeee36e9ffcb3d5162c11fa4ecdea072654fb445fc8a63c1a25cf5580c07a5f52ebfb82249e8a77e2b62f')
+
+prepare() {
+  cd rabbitmq-management-${pkgver}
+  sed -e "s|%%VSN%%|${pkgver}|" -i bin/rabbitmqadmin
+}
+
+package() {
+  cd rabbitmq-management-${pkgver}
+  install -Dm 755 bin/rabbitmqadmin -t "${pkgdir}/usr/bin"
+  install -Dm 644 LICENSE-MPL-RabbitMQ -t 
"${pkgdir}/usr/share/licenses/${pkgname}"
+}
+
+# vim: ts=2 sw=2 et:


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

2019-06-02 Thread Felix Yan via arch-commits
Date: Sunday, June 2, 2019 @ 18:40:43
  Author: felixonmars
Revision: 476654

upgpkg: python-webcolors 1.9-1

Modified:
  python-webcolors/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2019-06-02 18:40:36 UTC (rev 476653)
+++ PKGBUILD2019-06-02 18:40:43 UTC (rev 476654)
@@ -2,16 +2,16 @@
 
 pkgbase=python-webcolors
 pkgname=(python-webcolors python2-webcolors)
-pkgver=1.8.1
-pkgrel=2
+pkgver=1.9
+pkgrel=1
 pkgdesc="A library for working with color names and color value formats 
defined by the HTML and CSS specifications for use in documents on the Web"
 url="https://github.com/ubernostrum/webcolors;
 license=('BSD')
 arch=('any')
 makedepends=('python-setuptools' 'python2-setuptools')
-checkdepends=('python-pytest' 'python2-pytest')
+checkdepends=('python-pytest-runner' 'python2-pytest-runner')
 source=("https://pypi.io/packages/source/w/webcolors/webcolors-$pkgver.tar.gz;)
-sha512sums=('45ddb4ec030206c3ff1edb7de6b8ec1b5f2f9ef5068f37a7c43b66531a2dc6b290cced2af1ca18794aaa9ba17f297022b2f9cc7a92a74ee9b68f758abf7c104e')
+sha512sums=('7644ed5447e665b33a09878070a0e35ce5e93b27b784380e7329b33c405034456707fab6f70074f0dee3819827fca637c0baf08201f66609cf914b8f7664c300')
 
 prepare() {
   cp -a webcolors-$pkgver{,-py2}
@@ -27,10 +27,10 @@
 
 check() {
   cd "$srcdir"/webcolors-$pkgver
-  py.test
+  python setup.py pytest
 
   cd "$srcdir"/webcolors-$pkgver-py2
-  py.test2
+  python2 setup.py pytest
 }
 
 package_python-webcolors() {


[arch-commits] Commit in rabbitmq/repos/community-any (14 files)

2019-06-02 Thread Levente Polyak via arch-commits
Date: Sunday, June 2, 2019 @ 18:40:24
  Author: anthraxx
Revision: 476651

archrelease: copy trunk to community-any

Added:
  rabbitmq/repos/community-any/PKGBUILD
(from rev 476650, rabbitmq/trunk/PKGBUILD)
  rabbitmq/repos/community-any/rabbitmq-customize-systemd-service.patch
(from rev 476650, rabbitmq/trunk/rabbitmq-customize-systemd-service.patch)
  rabbitmq/repos/community-any/rabbitmq-env.conf
(from rev 476650, rabbitmq/trunk/rabbitmq-env.conf)
  rabbitmq/repos/community-any/rabbitmq.install
(from rev 476650, rabbitmq/trunk/rabbitmq.install)
  rabbitmq/repos/community-any/rabbitmq.logrotate
(from rev 476650, rabbitmq/trunk/rabbitmq.logrotate)
  rabbitmq/repos/community-any/rabbitmq.sysusers
(from rev 476650, rabbitmq/trunk/rabbitmq.sysusers)
  rabbitmq/repos/community-any/rabbitmq.tmpfiles
(from rev 476650, rabbitmq/trunk/rabbitmq.tmpfiles)
Deleted:
  rabbitmq/repos/community-any/PKGBUILD
  rabbitmq/repos/community-any/rabbitmq-customize-systemd-service.patch
  rabbitmq/repos/community-any/rabbitmq-env.conf
  rabbitmq/repos/community-any/rabbitmq.install
  rabbitmq/repos/community-any/rabbitmq.logrotate
  rabbitmq/repos/community-any/rabbitmq.sysusers
  rabbitmq/repos/community-any/rabbitmq.tmpfiles

--+
 PKGBUILD |  144 ++---
 rabbitmq-customize-systemd-service.patch |  106 ++---
 rabbitmq-env.conf|6 -
 rabbitmq.install |   18 +--
 rabbitmq.logrotate   |   12 +-
 rabbitmq.sysusers|2 
 rabbitmq.tmpfiles|4 
 7 files changed, 146 insertions(+), 146 deletions(-)

Deleted: PKGBUILD
===
--- PKGBUILD2019-06-02 18:40:16 UTC (rev 476650)
+++ PKGBUILD2019-06-02 18:40:24 UTC (rev 476651)
@@ -1,72 +0,0 @@
-# Maintainer: Levente Polyak 
-# Contributor: Marcello "mereghost" Rocha 
-# Contributor: Gianni Vialetto 
-# Contributor: Stefan J. Betz 
-# Contributor: p2k 
-# Contributor: Jonathan Liu 
-# Contributor: Christopher Grebs 
-# Contributor: mutantmonkey
-
-pkgname=rabbitmq
-pkgver=3.7.14
-pkgrel=1
-pkgdesc='Highly reliable and performant enterprise messaging implementation of 
AMQP written in Erlang/OTP'
-url='https://rabbitmq.com'
-arch=('any')
-license=('MPL')
-depends=('util-linux' 'inetutils' 'erlang-nox' 'socat')
-optdepends=('rabbitmqadmin: CLI management tool'
-'logrotate: rotate log files')
-makedepends=('zip' 'unzip' 'libxslt' 'xmlto' 'systemd' 'elixir' 'python' 
'python-simplejson' 'rsync')
-backup=('etc/rabbitmq/rabbitmq-env.conf')
-options=('!makeflags')
-install=rabbitmq.install
-source=(https://github.com/rabbitmq/rabbitmq-server/releases/download/v${pkgver}/rabbitmq-server-${pkgver}.tar.xz{,.asc}
-rabbitmq-customize-systemd-service.patch
-rabbitmq-env.conf
-rabbitmq.sysusers
-rabbitmq.tmpfiles
-rabbitmq.logrotate)
-sha512sums=('38c38e64a736c0c27dbefe2249a8c9a42a04dc8c05090d3c15ffa2a651685c646b800a627eb5a1997f76335fd07c41d5dd132dac3be5e027ceb6fac989104038'
-'SKIP'
-
'4859e67725dc8467b43102200bf47bdf69e3f3b700da859e861327e2f01491bfaeed8e32da4fc2415d8a127037420b768ef321a42d535f181cab56945f83d2c2'
-
'8b841e28fa0a1424dd9e57c0988e015f3cd4cccef0f73ccdb7c7b66d11ca62ba8ef3a59c7ca5e5f0c9c9d8003ac72bf53785985d98aae867961787003286e179'
-
'17d33e7104172bc265d97821fec58f1402ad3103f1ea4b1f6bbabcf0dd840685708a1bdc808b48c1a60726c5c0aa7b6479395afd9360d3116b812c143c432423'
-
'5cbef5497029ff227050c6f18c4fcc35b3922747408d01b7590f096253af82a8a8f16008efcc8ea21f970ce87244de62e2e375f65c49e407e53440eada5d7114'
-
'f2a6aaa38e575e7c947191a7c67add1434beb768c50acb16d5faa5dd83d390a9a5ec7c153487add4ac26de058a02bbb5c3a7d6377e91a1d0cbcca3c1d6797b02')
-validpgpkeys=('0A9AF2115F4687BD29803A206B73A36E6026DFCA') # RabbitMQ Release 
Signing Key 
-
-prepare() {
-  cd ${pkgname}-server-${pkgver}
-  sed -r 's|^(SYS_PREFIX=).*$|\1""|' -i deps/rabbit/scripts/rabbitmq-defaults
-  patch -p1 < ../rabbitmq-customize-systemd-service.patch
-}
-
-build() {
-  cd ${pkgname}-server-${pkgver}
-  make
-}
-
-package() {
-  cd ${pkgname}-server-${pkgver}
-  make DESTDIR="${pkgdir}" PREFIX=/usr RMQ_ROOTDIR=/usr/lib/rabbitmq \
-install install-man install-bin
-
-  # using script wrapper for better bin handling
-  local libdir="${pkgdir}/usr/lib/rabbitmq/lib/rabbitmq_server-${pkgver}"
-  install -d "${pkgdir}/usr/bin"
-  install -Dm 755 scripts/rabbitmq-script-wrapper -t 
"${pkgdir}/usr/lib/rabbitmq/bin"
-  for script in "${libdir}"/sbin/rabbit*; do
-ln -s /usr/lib/rabbitmq/bin/rabbitmq-script-wrapper 
"${pkgdir}/usr/bin/${script#${libdir}/sbin/}"
-  done
-
-  install -Dm 644 deps/rabbit/docs/rabbitmq-server.service.example 
"${pkgdir}/usr/lib/systemd/system/rabbitmq.service"
-  install 

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

2019-06-02 Thread Levente Polyak via arch-commits
Date: Sunday, June 2, 2019 @ 18:40:32
  Author: anthraxx
Revision: 476652

upgpkg: rabbitmqadmin 3.7.15-1

Modified:
  rabbitmqadmin/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2019-06-02 18:40:24 UTC (rev 476651)
+++ PKGBUILD2019-06-02 18:40:32 UTC (rev 476652)
@@ -2,7 +2,7 @@
 # Contributor: Dmitry Chusovitin 
 
 pkgname=rabbitmqadmin
-pkgver=3.7.14
+pkgver=3.7.15
 pkgrel=1
 pkgdesc='Command-line tool for managing RabbitMQ server (requires "management" 
plugin)'
 url='https://www.rabbitmq.com/management-cli.html'
@@ -10,8 +10,8 @@
 license=('MPL')
 depends=('python')
 
source=(${pkgname}-${pkgver}.tar.gz::https://github.com/rabbitmq/rabbitmq-management/archive/v${pkgver}.tar.gz)
-sha256sums=('abbfe307acf92f8acf72137491b3878ef4d0775d2ae0c9293ab31dbb52252236')
-sha512sums=('47530687638a306c3fbdebe4d46d965b06971d34dfbbdcaa412711b9e3622be203494a3e3cd57e6520430704d22e624a8d7a921bff95fbcead82ea611ac4f1c7')
+sha256sums=('f42fa8eccdbf8c9f68ff093d3649817f87bb0a2ffb9a5bdf49a9c8a03b86dcaf')
+sha512sums=('7d75aba0eefdf25791da3880de2925ad75c21292babbeee36e9ffcb3d5162c11fa4ecdea072654fb445fc8a63c1a25cf5580c07a5f52ebfb82249e8a77e2b62f')
 
 prepare() {
   cd rabbitmq-management-${pkgver}


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

2019-06-02 Thread Levente Polyak via arch-commits
Date: Sunday, June 2, 2019 @ 18:40:16
  Author: anthraxx
Revision: 476650

upgpkg: rabbitmq 3.7.15-1

Modified:
  rabbitmq/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2019-06-02 18:34:40 UTC (rev 476649)
+++ PKGBUILD2019-06-02 18:40:16 UTC (rev 476650)
@@ -8,7 +8,7 @@
 # Contributor: mutantmonkey
 
 pkgname=rabbitmq
-pkgver=3.7.14
+pkgver=3.7.15
 pkgrel=1
 pkgdesc='Highly reliable and performant enterprise messaging implementation of 
AMQP written in Erlang/OTP'
 url='https://rabbitmq.com'
@@ -27,7 +27,7 @@
 rabbitmq.sysusers
 rabbitmq.tmpfiles
 rabbitmq.logrotate)
-sha512sums=('38c38e64a736c0c27dbefe2249a8c9a42a04dc8c05090d3c15ffa2a651685c646b800a627eb5a1997f76335fd07c41d5dd132dac3be5e027ceb6fac989104038'
+sha512sums=('6fe527ac9ce417ddd7cc5caeccb6bc706f7b882d7c4aea693f8c97b1b6b4ab42eed241751179e4283df3121a617792fe89950a3699d28632bb3811d8f02119df'
 'SKIP'
 
'4859e67725dc8467b43102200bf47bdf69e3f3b700da859e861327e2f01491bfaeed8e32da4fc2415d8a127037420b768ef321a42d535f181cab56945f83d2c2'
 
'8b841e28fa0a1424dd9e57c0988e015f3cd4cccef0f73ccdb7c7b66d11ca62ba8ef3a59c7ca5e5f0c9c9d8003ac72bf53785985d98aae867961787003286e179'


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

2019-06-02 Thread Levente Polyak via arch-commits
Date: Sunday, June 2, 2019 @ 18:34:36
  Author: anthraxx
Revision: 476648

upgpkg: python-filebytes 0.9.21-1

Modified:
  python-filebytes/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2019-06-02 18:31:18 UTC (rev 476647)
+++ PKGBUILD2019-06-02 18:34:36 UTC (rev 476648)
@@ -3,7 +3,7 @@
 pkgbase=python-filebytes
 pkgname=('python-filebytes' 'python2-filebytes')
 _pyname=${pkgbase/python-/}
-pkgver=0.9.18
+pkgver=0.9.21
 pkgrel=1
 pkgdesc='Library to read and edit executable binary files'
 url='https://github.com/sashs/filebytes'
@@ -11,8 +11,8 @@
 license=('GPL2')
 makedepends=('python' 'python-setuptools'
  'python2' 'python2-setuptools')
-source=(${pkgbase}-${pkgver}.tar.gz::https://github.com/sashs/filebytes/archive/v${pkgver}.tar.gz)
-sha512sums=('77f16ccafe06bf0c6e4d2993a31c36154bc4f2963880e463fa342ad971a959c5821a8a04be466cfc3040c6895905a3eaedeacf2476c6f21b986e14ffebfc1051')
+source=(https://github.com/sashs/filebytes/archive/v${pkgver}/${pkgbase}-${pkgver}.tar.gz)
+sha512sums=('98eee1f44f2de440d6fb2b1eb80e1f928e24af384e943f76c5ff96e0647df3c2b707fdf4852ecd4534b7c0e5293858017fc30338b4eb1e92ab6aefc716f2a802')
 
 prepare() {
   cp -ra ${_pyname}-${pkgver}{,-py2}


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

2019-06-02 Thread Levente Polyak via arch-commits
Date: Sunday, June 2, 2019 @ 18:34:40
  Author: anthraxx
Revision: 476649

archrelease: copy trunk to community-any

Added:
  python-filebytes/repos/community-any/PKGBUILD
(from rev 476648, python-filebytes/trunk/PKGBUILD)
Deleted:
  python-filebytes/repos/community-any/PKGBUILD

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

Deleted: PKGBUILD
===
--- PKGBUILD2019-06-02 18:34:36 UTC (rev 476648)
+++ PKGBUILD2019-06-02 18:34:40 UTC (rev 476649)
@@ -1,47 +0,0 @@
-# Maintainer: Levente Polyak 
-
-pkgbase=python-filebytes
-pkgname=('python-filebytes' 'python2-filebytes')
-_pyname=${pkgbase/python-/}
-pkgver=0.9.18
-pkgrel=1
-pkgdesc='Library to read and edit executable binary files'
-url='https://github.com/sashs/filebytes'
-arch=('any')
-license=('GPL2')
-makedepends=('python' 'python-setuptools'
- 'python2' 'python2-setuptools')
-source=(${pkgbase}-${pkgver}.tar.gz::https://github.com/sashs/filebytes/archive/v${pkgver}.tar.gz)
-sha512sums=('77f16ccafe06bf0c6e4d2993a31c36154bc4f2963880e463fa342ad971a959c5821a8a04be466cfc3040c6895905a3eaedeacf2476c6f21b986e14ffebfc1051')
-
-prepare() {
-  cp -ra ${_pyname}-${pkgver}{,-py2}
-  sed -r 's|env python$|env python2|' -i ${_pyname}-${pkgver}-py2/samples/*
-}
-
-build() {
-  (cd ${_pyname}-${pkgver}
-python setup.py build
-  )
-  (cd ${_pyname}-${pkgver}-py2
-python2 setup.py build
-  )
-}
-
-package_python-filebytes() {
-  depends=('python')
-  cd ${_pyname}-${pkgver}
-  python setup.py install -O1 --root="${pkgdir}" --prefix=/usr --skip-build
-  install -Dm 644 README.md -t "${pkgdir}/usr/share/doc/${pkgname}"
-  install -Dm 644 samples/* -t "${pkgdir}/usr/share/doc/${pkgname}/samples"
-}
-
-package_python2-filebytes() {
-  depends=('python2')
-  cd ${_pyname}-${pkgver}-py2
-  python2 setup.py install -O1 --root="${pkgdir}" --prefix=/usr --skip-build
-  install -Dm 644 README.md -t "${pkgdir}/usr/share/doc/${pkgname}"
-  install -Dm 644 samples/* -t "${pkgdir}/usr/share/doc/${pkgname}/samples"
-}
-
-# vim: ts=2 sw=2 et:

Copied: python-filebytes/repos/community-any/PKGBUILD (from rev 476648, 
python-filebytes/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2019-06-02 18:34:40 UTC (rev 476649)
@@ -0,0 +1,47 @@
+# Maintainer: Levente Polyak 
+
+pkgbase=python-filebytes
+pkgname=('python-filebytes' 'python2-filebytes')
+_pyname=${pkgbase/python-/}
+pkgver=0.9.21
+pkgrel=1
+pkgdesc='Library to read and edit executable binary files'
+url='https://github.com/sashs/filebytes'
+arch=('any')
+license=('GPL2')
+makedepends=('python' 'python-setuptools'
+ 'python2' 'python2-setuptools')
+source=(https://github.com/sashs/filebytes/archive/v${pkgver}/${pkgbase}-${pkgver}.tar.gz)
+sha512sums=('98eee1f44f2de440d6fb2b1eb80e1f928e24af384e943f76c5ff96e0647df3c2b707fdf4852ecd4534b7c0e5293858017fc30338b4eb1e92ab6aefc716f2a802')
+
+prepare() {
+  cp -ra ${_pyname}-${pkgver}{,-py2}
+  sed -r 's|env python$|env python2|' -i ${_pyname}-${pkgver}-py2/samples/*
+}
+
+build() {
+  (cd ${_pyname}-${pkgver}
+python setup.py build
+  )
+  (cd ${_pyname}-${pkgver}-py2
+python2 setup.py build
+  )
+}
+
+package_python-filebytes() {
+  depends=('python')
+  cd ${_pyname}-${pkgver}
+  python setup.py install -O1 --root="${pkgdir}" --prefix=/usr --skip-build
+  install -Dm 644 README.md -t "${pkgdir}/usr/share/doc/${pkgname}"
+  install -Dm 644 samples/* -t "${pkgdir}/usr/share/doc/${pkgname}/samples"
+}
+
+package_python2-filebytes() {
+  depends=('python2')
+  cd ${_pyname}-${pkgver}-py2
+  python2 setup.py install -O1 --root="${pkgdir}" --prefix=/usr --skip-build
+  install -Dm 644 README.md -t "${pkgdir}/usr/share/doc/${pkgname}"
+  install -Dm 644 samples/* -t "${pkgdir}/usr/share/doc/${pkgname}/samples"
+}
+
+# vim: ts=2 sw=2 et:


[arch-commits] Commit in pgadmin4/repos/community-x86_64 (10 files)

2019-06-02 Thread Levente Polyak via arch-commits
Date: Sunday, June 2, 2019 @ 18:31:18
  Author: anthraxx
Revision: 476647

archrelease: copy trunk to community-x86_64

Added:
  pgadmin4/repos/community-x86_64/PKGBUILD
(from rev 476646, pgadmin4/trunk/PKGBUILD)
  pgadmin4/repos/community-x86_64/config_distro.py
(from rev 476646, pgadmin4/trunk/config_distro.py)
  pgadmin4/repos/community-x86_64/config_local.py
(from rev 476646, pgadmin4/trunk/config_local.py)
  pgadmin4/repos/community-x86_64/pgAdmin4.desktop
(from rev 476646, pgadmin4/trunk/pgAdmin4.desktop)
  pgadmin4/repos/community-x86_64/pgadmin4-python-de-vendor-venv-paths.patch
(from rev 476646, pgadmin4/trunk/pgadmin4-python-de-vendor-venv-paths.patch)
Deleted:
  pgadmin4/repos/community-x86_64/PKGBUILD
  pgadmin4/repos/community-x86_64/config_distro.py
  pgadmin4/repos/community-x86_64/config_local.py
  pgadmin4/repos/community-x86_64/pgAdmin4.desktop
  pgadmin4/repos/community-x86_64/pgadmin4-python-de-vendor-venv-paths.patch

+
 PKGBUILD   |  240 +--
 config_distro.py   |4 
 pgAdmin4.desktop   |   22 +-
 pgadmin4-python-de-vendor-venv-paths.patch |   66 +++
 4 files changed, 166 insertions(+), 166 deletions(-)

Deleted: PKGBUILD
===
--- PKGBUILD2019-06-02 18:31:11 UTC (rev 476646)
+++ PKGBUILD2019-06-02 18:31:18 UTC (rev 476647)
@@ -1,120 +0,0 @@
-# Maintainer: Levente Polyak 
-# Maintainer: Jerome Leclanche 
-
-pkgname=pgadmin4
-pkgver=4.6
-pkgrel=1
-pkgdesc='Comprehensive design and management interface for PostgreSQL'
-url='https://www.pgadmin.org/'
-arch=('x86_64')
-license=('custom')
-depends=('qt5-base' 'postgresql-libs' 'hicolor-icon-theme' 'python'
- 'python-blinker' 'python-flask' 'python-flask-login'
- 'python-flask-migrate' 'python-flask-sqlalchemy' 'python-flask-wtf'
- 'python-passlib' 'python-pytz' 'python-simplejson' 'python-six'
- 'python-speaklater' 'python-sqlparse' 'python-wtforms' 'python-psutil'
- 'python-jinja' 'python-paramiko' 'python-psycopg2'
- 'python-cryptography' 'python-sqlalchemy' 'python-testtools'
- 'python-webencodings' 'python-werkzeug' 'python-dateutil'
- 'python-flask-gravatar' 'python-flask-mail' 'python-flask-principal'
- 'python-flask-paranoid' 'python-htmlmin' 'python-flask-htmlmin'
- 'python-sshtunnel' 'python-flask-security')
-makedepends=('python-setuptools' 'python-sphinx' 'python-extras' 
'python-fixtures'
- 'python-html5lib' 'python-pbr' 'python-mimeparse' 
'python-pyrsistent'
- 'imagemagick')
-source=(https://ftp.postgresql.org/pub/pgadmin/pgadmin4/v${pkgver}/source/${pkgname}-${pkgver}.tar.gz{,.asc}
-pgAdmin4.desktop
-config_distro.py
-config_local.py
-pgadmin4-python-de-vendor-venv-paths.patch)
-validpgpkeys=('E8697E2EEF76C02D3A6332778881B2A8210976F2') # Package Manager 
(Package Signing Key) 
-sha512sums=('36e26ecead563eea015c12003727406b67b03c3b08d0773f07709746adc7b761fd3fb70bc628ff6d5aa2fe1c8df66780f0c34d977a042e528b8fdcb5917eceb3'
-'SKIP'
-
'b19dda3331585010c759099eb09f4db288ce4cd3d36882b56748e1e3756dc7bee2899d7438d496280498ec6a60f6e1ba90309d49fc599403f1fdc7e8817b6645'
-
'16d00dc2095904a6b12da7039458f632873829ad98d4d7653eac5804032ba92097ccae4488d56467d0ea9bd64e2654a3dead73eb7924c947ff1737ff6e3b4745'
-
'cf83e1357eefb8bdf1542850d66d8007d620e4050b5715dc83f4a921d36ce9ce47d0d13c5d85f2b0ff8318d2877eec2f63b931bd47417a81a538327af927da3e'
-
'70c8e589421ab50cf81753fbcfb5df65669b0feeefa3a57ee574b3785424fd107af720fc7007e52876798a46fae88f2c02dbf156aa096397afa0f85ac04fdb76')
-
-prepare() {
-  cd ${pkgname}-${pkgver}
-
-  patch -Np1 < ../pgadmin4-python-de-vendor-venv-paths.patch
-
-  local PYTHONVERSION="$(python -c 'import sys; 
print(f"{sys.version_info.major}.{sys.version_info.minor}")')"
-  sed -E "s|/usr/pgadmin4/web|/usr/lib/pgadmin4/web|g;
-  
s|/usr/pgadmin4/lib/python[0-9\\.]+|/usr/lib/python${PYTHONVERSION}|g" \
-  -i runtime/ConfigWindow.ui
-  sed "s|##PYTHONVERSION##|${PYTHONVERSION}|g" -i runtime/Server.cpp
-
-  sed -E -i requirements.txt \
--e '/blinker>?=/d' \
--e '/extras>?=/d' \
--e '/Flask>?=/d' \
--e '/Flask-Login>?=/d' \
--e '/Flask-Migrate>?=/d' \
--e '/Flask-SQLAlchemy>?=/d' \
--e '/Flask-WTF>?=/d' \
--e '/pycrypto>?=/d' \
--e '/passlib>?=/d' \
--e '/pytz>?=/d' \
--e '/simplejson>?=/d' \
--e '/six>?=/d' \
--e '/speaklater>?=/d' \
--e '/sqlparse>?=/d' \
--e '/WTForms>?=/d' \
--e '/psutil>?=/d' \
--e '/psycopg2>?=/d' \
--e '/python-dateutil>?=/d' \
--e '/SQLAlchemy>?=/d' \
--e '/Flask-Gravatar>?=/d' \
--e '/Flask-Mail>?=/d' \
--e '/Flask-Principal>?=/d' \
--e '/Flask-Paranoid>?=/d' \
--e 

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

2019-06-02 Thread Levente Polyak via arch-commits
Date: Sunday, June 2, 2019 @ 18:31:11
  Author: anthraxx
Revision: 476646

upgpkg: pgadmin4 4.7-1

Modified:
  pgadmin4/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2019-06-02 18:22:38 UTC (rev 476645)
+++ PKGBUILD2019-06-02 18:31:11 UTC (rev 476646)
@@ -2,7 +2,7 @@
 # Maintainer: Jerome Leclanche 
 
 pkgname=pgadmin4
-pkgver=4.6
+pkgver=4.7
 pkgrel=1
 pkgdesc='Comprehensive design and management interface for PostgreSQL'
 url='https://www.pgadmin.org/'
@@ -28,7 +28,7 @@
 config_local.py
 pgadmin4-python-de-vendor-venv-paths.patch)
 validpgpkeys=('E8697E2EEF76C02D3A6332778881B2A8210976F2') # Package Manager 
(Package Signing Key) 
-sha512sums=('36e26ecead563eea015c12003727406b67b03c3b08d0773f07709746adc7b761fd3fb70bc628ff6d5aa2fe1c8df66780f0c34d977a042e528b8fdcb5917eceb3'
+sha512sums=('21d88086c3efdf946867836107a185fcf9a4e86bf36ed8b70e058010027fc31eb9672dd2b2e837e9b717ac141040e4da1f1bafffa3c54374d8095ebd0f3bcd05'
 'SKIP'
 
'b19dda3331585010c759099eb09f4db288ce4cd3d36882b56748e1e3756dc7bee2899d7438d496280498ec6a60f6e1ba90309d49fc599403f1fdc7e8817b6645'
 
'16d00dc2095904a6b12da7039458f632873829ad98d4d7653eac5804032ba92097ccae4488d56467d0ea9bd64e2654a3dead73eb7924c947ff1737ff6e3b4745'


[arch-commits] Commit in teamspeak3-server/repos/community-x86_64 (10 files)

2019-06-02 Thread Levente Polyak via arch-commits
Date: Sunday, June 2, 2019 @ 18:22:38
  Author: anthraxx
Revision: 476645

archrelease: copy trunk to community-x86_64

Added:
  teamspeak3-server/repos/community-x86_64/PERMISSION.eml
(from rev 476644, teamspeak3-server/trunk/PERMISSION.eml)
  teamspeak3-server/repos/community-x86_64/PKGBUILD
(from rev 476644, teamspeak3-server/trunk/PKGBUILD)
  teamspeak3-server/repos/community-x86_64/teamspeak3-server.ini
(from rev 476644, teamspeak3-server/trunk/teamspeak3-server.ini)
  teamspeak3-server/repos/community-x86_64/teamspeak3-server.install
(from rev 476644, teamspeak3-server/trunk/teamspeak3-server.install)
  teamspeak3-server/repos/community-x86_64/teamspeak3-server.service
(from rev 476644, teamspeak3-server/trunk/teamspeak3-server.service)
Deleted:
  teamspeak3-server/repos/community-x86_64/PERMISSION.eml
  teamspeak3-server/repos/community-x86_64/PKGBUILD
  teamspeak3-server/repos/community-x86_64/teamspeak3-server.ini
  teamspeak3-server/repos/community-x86_64/teamspeak3-server.install
  teamspeak3-server/repos/community-x86_64/teamspeak3-server.service

---+
 PKGBUILD  |  114 ++--
 teamspeak3-server.ini |   40 +++
 teamspeak3-server.install |   12 ++--
 teamspeak3-server.service |   62 +++
 4 files changed, 114 insertions(+), 114 deletions(-)

Deleted: PERMISSION.eml
===
(Binary files differ)

Copied: teamspeak3-server/repos/community-x86_64/PERMISSION.eml (from rev 
476644, teamspeak3-server/trunk/PERMISSION.eml)
===
(Binary files differ)

Deleted: PKGBUILD
===
--- PKGBUILD2019-06-02 18:22:31 UTC (rev 476644)
+++ PKGBUILD2019-06-02 18:22:38 UTC (rev 476645)
@@ -1,57 +0,0 @@
-# Maintainer: Levente Polyak 
-# Contributor: nyyu 
-# Contributor: Malte Rabenseifner 
-# Contributor: EnteEnteEnte 
-
-pkgname=teamspeak3-server
-pkgver=3.7.1
-pkgrel=1
-pkgdesc='TeamSpeak is software for quality voice communication via the 
Internet (server)'
-url='https://www.teamspeak.com/en/'
-arch=('x86_64')
-license=('custom')
-depends=('glibc')
-optdepends=('mariadb-connector-c: for MariaDB backend')
-backup=(etc/teamspeak3-server.ini
-etc/tsdns_settings.ini)
-install=teamspeak3-server.install
-source=(teamspeak3-server.ini
-teamspeak3-server.service
-PERMISSION.eml)
-source_i686=(http://dl.4players.de/ts/releases/${pkgver}/teamspeak3-server_linux_x86-${pkgver}.tar.bz2)
-source_x86_64=(http://dl.4players.de/ts/releases/${pkgver}/teamspeak3-server_linux_amd64-${pkgver}.tar.bz2)
-sha256sums=('c678f5d657772920260c4ea4718677e6b00ef28ad74c317e05632a01d33b3ca5'
-'73c38a5e70caf042a5997ae831e33be7ba83e5c31ccca01c257c929569149acd'
-'98e3331a803ce0ff85500a3908a61fe105d47ea3c31affc2f605d8385315ca5b')
-sha256sums_x86_64=('6787d4c9fd6f72d1386872a61f38f932a8ee745046b1497168286ffd0311c0f0')
-
-if [ "${CARCH}" == "x86_64" ]; then
-  _TSARCH='amd64'
-elif [ "${CARCH}" == "i686" ]; then
-  _TSARCH='x86'
-fi
-
-package() {
-  install -Dm 644 teamspeak3-server.ini -t "${pkgdir}/etc"
-  install -Dm 644 
teamspeak3-server_linux_${_TSARCH}/tsdns/tsdns_settings.ini.sample 
"${pkgdir}/etc/tsdns_settings.ini"
-  install -Dm 644 teamspeak3-server.service -t 
"${pkgdir}/usr/lib/systemd/system"
-
-  install -Dm 755 teamspeak3-server_linux_${_TSARCH}/ts3server -t 
"${pkgdir}/usr/bin"
-  install -Dm 755 teamspeak3-server_linux_${_TSARCH}/tsdns/tsdnsserver -t 
"${pkgdir}/usr/bin"
-  install -Dm 644 teamspeak3-server_linux_${_TSARCH}/*.so -t 
"${pkgdir}/usr/lib"
-  install -Dm 644 teamspeak3-server_linux_${_TSARCH}/LICENSE -t 
"${pkgdir}/usr/share/licenses/${pkgname}"
-
-  install -d "${pkgdir}/usr/share/doc/teamspeak3-server" \
-"${pkgdir}/usr/share/teamspeak3-server"
-
-  cp -a teamspeak3-server_linux_${_TSARCH}/doc 
"${pkgdir}/usr/share/doc/teamspeak3-server"
-  cp -a teamspeak3-server_linux_${_TSARCH}/serverquerydocs 
"${pkgdir}/usr/share/doc/teamspeak3-server"
-  cp -a teamspeak3-server_linux_${_TSARCH}/sql 
"${pkgdir}/usr/share/teamspeak3-server"
-
-  find "${pkgdir}/usr/share/teamspeak3-server" -type d -exec chmod 755 {} \;
-  find "${pkgdir}/usr/share/teamspeak3-server" -type f -exec chmod 644 {} \;
-  find "${pkgdir}/usr/share/doc/teamspeak3-server" -type d -exec chmod 755 {} 
\;
-  find "${pkgdir}/usr/share/doc/teamspeak3-server" -type f -exec chmod 644 {} 
\;
-}
-
-# vim: ts=2 sw=2 et:

Copied: teamspeak3-server/repos/community-x86_64/PKGBUILD (from rev 476644, 
teamspeak3-server/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2019-06-02 18:22:38 UTC (rev 476645)
@@ -0,0 +1,57 @@
+# Maintainer: Levente Polyak 
+# Contributor: nyyu 
+# Contributor: Malte 

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

2019-06-02 Thread Levente Polyak via arch-commits
Date: Sunday, June 2, 2019 @ 18:22:31
  Author: anthraxx
Revision: 476644

upgpkg: teamspeak3-server 3.8.0-1

Modified:
  teamspeak3-server/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2019-06-02 18:18:22 UTC (rev 476643)
+++ PKGBUILD2019-06-02 18:22:31 UTC (rev 476644)
@@ -4,7 +4,7 @@
 # Contributor: EnteEnteEnte 
 
 pkgname=teamspeak3-server
-pkgver=3.7.1
+pkgver=3.8.0
 pkgrel=1
 pkgdesc='TeamSpeak is software for quality voice communication via the 
Internet (server)'
 url='https://www.teamspeak.com/en/'
@@ -18,12 +18,12 @@
 source=(teamspeak3-server.ini
 teamspeak3-server.service
 PERMISSION.eml)
-source_i686=(http://dl.4players.de/ts/releases/${pkgver}/teamspeak3-server_linux_x86-${pkgver}.tar.bz2)
-source_x86_64=(http://dl.4players.de/ts/releases/${pkgver}/teamspeak3-server_linux_amd64-${pkgver}.tar.bz2)
+source_i686=(https://files.teamspeak-services.com/releases/server/${pkgver}/teamspeak3-server_linux_x86-${pkgver}.tar.bz2)
+source_x86_64=(https://files.teamspeak-services.com/releases/server/${pkgver}/teamspeak3-server_linux_amd64-${pkgver}.tar.bz2)
 sha256sums=('c678f5d657772920260c4ea4718677e6b00ef28ad74c317e05632a01d33b3ca5'
 '73c38a5e70caf042a5997ae831e33be7ba83e5c31ccca01c257c929569149acd'
 '98e3331a803ce0ff85500a3908a61fe105d47ea3c31affc2f605d8385315ca5b')
-sha256sums_x86_64=('6787d4c9fd6f72d1386872a61f38f932a8ee745046b1497168286ffd0311c0f0')
+sha256sums_x86_64=('6122ec5949cf53d91b7b8f76c5e7ea9921fd1ec07dce3cf715d8587e31c6f5af')
 
 if [ "${CARCH}" == "x86_64" ]; then
   _TSARCH='amd64'


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

2019-06-02 Thread Levente Polyak via arch-commits
Date: Sunday, June 2, 2019 @ 18:18:22
  Author: anthraxx
Revision: 476643

archrelease: copy trunk to community-any

Added:
  pulsemixer/repos/community-any/PKGBUILD
(from rev 476642, pulsemixer/trunk/PKGBUILD)
Deleted:
  pulsemixer/repos/community-any/PKGBUILD

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

Deleted: PKGBUILD
===
--- PKGBUILD2019-06-02 18:18:17 UTC (rev 476642)
+++ PKGBUILD2019-06-02 18:18:22 UTC (rev 476643)
@@ -1,29 +0,0 @@
-# Maintainer: Levente Polyak 
-# Contributor: Alex Talker < alextalker at openmailbox dot org >
-
-pkgname=pulsemixer
-pkgver=1.4.0
-pkgrel=3
-pkgdesc='CLI and curses mixer for pulseaudio'
-url='https://github.com/GeorgeFilipkin/pulsemixer'
-arch=('any')
-license=('MIT')
-depends=('python' 'pulseaudio')
-makedepends=('python-setuptools')
-source=(${pkgname}-${pkver}.tar.gz::https://github.com/GeorgeFilipkin/${pkgname}/archive/${pkgver}.tar.gz)
-sha256sums=('2fcce7fe285b5ece1f3987a7fa848bb9a01d3a5f3a0de71b755d6417416aead2')
-sha512sums=('f59e55022cf4b06d3a8d57a34fd7b3712917517b7feddfba2c562f6b038a71b6936a88a82af480503f51bd32f68f14e5315a27de9c39373602c398649e8fdc93')
-
-build() {
-  cd ${pkgname}-${pkgver}
-  python setup.py build
-}
-
-package() {
-  cd ${pkgname}-${pkgver}
-  python setup.py install --root="${pkgdir}" -O1 --skip-build
-  install -Dm 644 LICENSE -t "${pkgdir}/usr/share/licenses/${pkgname}"
-  install -Dm 644 README.md -t "${pkgdir}/usr/share/doc/${pkgname}"
-}
-
-# vim: ts=2 sw=2 et:

Copied: pulsemixer/repos/community-any/PKGBUILD (from rev 476642, 
pulsemixer/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2019-06-02 18:18:22 UTC (rev 476643)
@@ -0,0 +1,29 @@
+# Maintainer: Levente Polyak 
+# Contributor: Alex Talker < alextalker at openmailbox dot org >
+
+pkgname=pulsemixer
+pkgver=1.5.0
+pkgrel=1
+pkgdesc='CLI and curses mixer for pulseaudio'
+url='https://github.com/GeorgeFilipkin/pulsemixer'
+arch=('any')
+license=('MIT')
+depends=('python' 'pulseaudio')
+makedepends=('python-setuptools')
+source=(https://github.com/GeorgeFilipkin/${pkgname}/archive/${pkgver}/${pkgname}-${pkver}.tar.gz)
+sha256sums=('3071dd2552b3c59c2ed320926bb162c74d2afc385336b7f796e1f0f69af5')
+sha512sums=('e07556a0cf2c9f660764977158cf1e338f7d8a92eae639c4a8f355847840e3aa9fb65adf553dbde905b64f2eff57c630bbfe19cfd5420b6205b1e2f688a6de64')
+
+build() {
+  cd ${pkgname}-${pkgver}
+  python setup.py build
+}
+
+package() {
+  cd ${pkgname}-${pkgver}
+  python setup.py install --root="${pkgdir}" -O1 --skip-build
+  install -Dm 644 LICENSE -t "${pkgdir}/usr/share/licenses/${pkgname}"
+  install -Dm 644 README.md -t "${pkgdir}/usr/share/doc/${pkgname}"
+}
+
+# vim: ts=2 sw=2 et:


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

2019-06-02 Thread Levente Polyak via arch-commits
Date: Sunday, June 2, 2019 @ 18:18:17
  Author: anthraxx
Revision: 476642

upgpkg: pulsemixer 1.5.0-1

Modified:
  pulsemixer/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2019-06-02 18:15:48 UTC (rev 476641)
+++ PKGBUILD2019-06-02 18:18:17 UTC (rev 476642)
@@ -2,8 +2,8 @@
 # Contributor: Alex Talker < alextalker at openmailbox dot org >
 
 pkgname=pulsemixer
-pkgver=1.4.0
-pkgrel=3
+pkgver=1.5.0
+pkgrel=1
 pkgdesc='CLI and curses mixer for pulseaudio'
 url='https://github.com/GeorgeFilipkin/pulsemixer'
 arch=('any')
@@ -10,9 +10,9 @@
 license=('MIT')
 depends=('python' 'pulseaudio')
 makedepends=('python-setuptools')
-source=(${pkgname}-${pkver}.tar.gz::https://github.com/GeorgeFilipkin/${pkgname}/archive/${pkgver}.tar.gz)
-sha256sums=('2fcce7fe285b5ece1f3987a7fa848bb9a01d3a5f3a0de71b755d6417416aead2')
-sha512sums=('f59e55022cf4b06d3a8d57a34fd7b3712917517b7feddfba2c562f6b038a71b6936a88a82af480503f51bd32f68f14e5315a27de9c39373602c398649e8fdc93')
+source=(https://github.com/GeorgeFilipkin/${pkgname}/archive/${pkgver}/${pkgname}-${pkver}.tar.gz)
+sha256sums=('3071dd2552b3c59c2ed320926bb162c74d2afc385336b7f796e1f0f69af5')
+sha512sums=('e07556a0cf2c9f660764977158cf1e338f7d8a92eae639c4a8f355847840e3aa9fb65adf553dbde905b64f2eff57c630bbfe19cfd5420b6205b1e2f688a6de64')
 
 build() {
   cd ${pkgname}-${pkgver}


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

2019-06-02 Thread Levente Polyak via arch-commits
Date: Sunday, June 2, 2019 @ 18:15:48
  Author: anthraxx
Revision: 476641

archrelease: copy trunk to community-x86_64

Added:
  metasploit/repos/community-x86_64/PKGBUILD
(from rev 476640, metasploit/trunk/PKGBUILD)
Deleted:
  metasploit/repos/community-x86_64/PKGBUILD

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

Deleted: PKGBUILD
===
--- PKGBUILD2019-06-02 18:15:38 UTC (rev 476640)
+++ PKGBUILD2019-06-02 18:15:48 UTC (rev 476641)
@@ -1,63 +0,0 @@
-# Maintainer: Levente Polyak 
-# Contributor: Sabart Otto - Seberm 
-# Contributor: Tobias Veit - nIcE 
-
-pkgname=metasploit
-pkgver=5.0.22
-pkgrel=1
-pkgdesc='Advanced open-source platform for developing, testing, and using 
exploit code'
-url='https://www.metasploit.com/'
-arch=('x86_64')
-license=('BSD')
-depends=('ruby' 'libpcap' 'postgresql-libs' 'ruby-bundler' 'sqlite' 'libxslt' 
'libxml2' 'git')
-options=('!strip' '!emptydirs')
-source=(${pkgname}-${pkgver}.tar.gz::https://github.com/rapid7/metasploit-framework/archive/${pkgver}.tar.gz)
-sha256sums=('9f90dba99cd94397653cbf586389e98cd30c1a0c880e2729a1bfd3b2a3ac2c4d')
-sha512sums=('6c7c65e21621ee0b9e02e3cea724616dc3e26cb8bb8e47fe3381e441f515d18ea92c0ba23e8691f5d6d5a8f2ec6d4f104eb9fafb7723d3ff9d7f93f01a51de27')
-
-prepare() {
-  cd ${pkgname}-framework-${pkgver}
-
-  # https://github.com/bundler/bundler/issues/6882
-  sed -e '/BUNDLED WITH/,+1d' -i Gemfile.lock
-
-  bundle config build.nokogiri --use-system-libraries
-  sed 's|git ls-files|find -type f|' -i metasploit-framework.gemspec
-}
-
-build() {
-  cd ${pkgname}-framework-${pkgver}
-  CFLAGS+=" -I/usr/include/libxml2"
-  bundle install -j"$(nproc)" --no-cache --deployment
-  find vendor/bundle/ruby -exec chmod o+r '{}' \;
-  find vendor/bundle/ruby \( -name gem_make.out -or -name mkmf.log \) -delete
-}
-
-package() {
-  cd ${pkgname}-framework-${pkgver}
-
-  install -d "${pkgdir}/opt/${pkgname}" "${pkgdir}/usr/bin"
-  cp -r . "${pkgdir}/opt/${pkgname}"
-
-  for f in "${pkgdir}"/opt/${pkgname}/msf*; do
-local _msffile="${pkgdir}/usr/bin/`basename "${f}"`"
-echo -e "#!/bin/sh\nBUNDLE_GEMFILE=/opt/${pkgname}/Gemfile bundle exec 
ruby /opt/${pkgname}/`basename "${f}"` \"\$@\"" > "${_msffile}"
-chmod 755 "${_msffile}"
-  done
-
-  (cd "${pkgdir}/opt/${pkgname}"
-for f in tools/*/*.rb; do
-  install -Dm 755 "${f}" ".${f}"
-  echo -e "#!/bin/sh\nBUNDLE_GEMFILE=/opt/${pkgname}/Gemfile bundle exec 
ruby /opt/${pkgname}/."${f}" \"\$@\"" > "${f}"
-  chmod 755 "${f}"
-done
-  )
-
-  install -Dm 644 external/zsh/_* -t "${pkgdir}/usr/share/zsh/site-functions"
-  install -Dm 644 LICENSE COPYING -t "${pkgdir}/usr/share/licenses/${pkgname}"
-  install -d "${pkgdir}/usr/share/doc"
-  mv "${pkgdir}/opt/${pkgname}/documentation" 
"${pkgdir}/usr/share/doc/${pkgname}"
-  rm "${pkgdir}/usr/bin/msfupdate"
-}
-
-# vim: ts=2 sw=2 et:

Copied: metasploit/repos/community-x86_64/PKGBUILD (from rev 476640, 
metasploit/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2019-06-02 18:15:48 UTC (rev 476641)
@@ -0,0 +1,63 @@
+# Maintainer: Levente Polyak 
+# Contributor: Sabart Otto - Seberm 
+# Contributor: Tobias Veit - nIcE 
+
+pkgname=metasploit
+pkgver=5.0.26
+pkgrel=1
+pkgdesc='Advanced open-source platform for developing, testing, and using 
exploit code'
+url='https://www.metasploit.com/'
+arch=('x86_64')
+license=('BSD')
+depends=('ruby' 'libpcap' 'postgresql-libs' 'ruby-bundler' 'sqlite' 'libxslt' 
'libxml2' 'git')
+options=('!strip' '!emptydirs')
+source=(${pkgname}-${pkgver}.tar.gz::https://github.com/rapid7/metasploit-framework/archive/${pkgver}.tar.gz)
+sha256sums=('a6105a402da41160693579c3e9d826243a9603b60f14b705e7d5ab5e05d3bba4')
+sha512sums=('b66c0ce651afeb76eacfd7d5f9353d62742fa6debfafbf25324ab884fda894b8121114ea94e5d5f124f72473b13ef59f2c28f24795c5b68e45869d22b38ec13c')
+
+prepare() {
+  cd ${pkgname}-framework-${pkgver}
+
+  # https://github.com/bundler/bundler/issues/6882
+  sed -e '/BUNDLED WITH/,+1d' -i Gemfile.lock
+
+  bundle config build.nokogiri --use-system-libraries
+  sed 's|git ls-files|find -type f|' -i metasploit-framework.gemspec
+}
+
+build() {
+  cd ${pkgname}-framework-${pkgver}
+  CFLAGS+=" -I/usr/include/libxml2"
+  bundle install -j"$(nproc)" --no-cache --deployment
+  find vendor/bundle/ruby -exec chmod o+r '{}' \;
+  find vendor/bundle/ruby \( -name gem_make.out -or -name mkmf.log \) -delete
+}
+
+package() {
+  cd ${pkgname}-framework-${pkgver}
+
+  install -d "${pkgdir}/opt/${pkgname}" "${pkgdir}/usr/bin"
+  cp -r . "${pkgdir}/opt/${pkgname}"
+
+  for f in "${pkgdir}"/opt/${pkgname}/msf*; do
+local _msffile="${pkgdir}/usr/bin/`basename "${f}"`"
+echo -e "#!/bin/sh\nBUNDLE_GEMFILE=/opt/${pkgname}/Gemfile bundle exec 
ruby 

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

2019-06-02 Thread Levente Polyak via arch-commits
Date: Sunday, June 2, 2019 @ 18:15:38
  Author: anthraxx
Revision: 476640

upgpkg: metasploit 5.0.26-1

Modified:
  metasploit/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2019-06-02 18:12:55 UTC (rev 476639)
+++ PKGBUILD2019-06-02 18:15:38 UTC (rev 476640)
@@ -3,7 +3,7 @@
 # Contributor: Tobias Veit - nIcE 
 
 pkgname=metasploit
-pkgver=5.0.22
+pkgver=5.0.26
 pkgrel=1
 pkgdesc='Advanced open-source platform for developing, testing, and using 
exploit code'
 url='https://www.metasploit.com/'
@@ -12,8 +12,8 @@
 depends=('ruby' 'libpcap' 'postgresql-libs' 'ruby-bundler' 'sqlite' 'libxslt' 
'libxml2' 'git')
 options=('!strip' '!emptydirs')
 
source=(${pkgname}-${pkgver}.tar.gz::https://github.com/rapid7/metasploit-framework/archive/${pkgver}.tar.gz)
-sha256sums=('9f90dba99cd94397653cbf586389e98cd30c1a0c880e2729a1bfd3b2a3ac2c4d')
-sha512sums=('6c7c65e21621ee0b9e02e3cea724616dc3e26cb8bb8e47fe3381e441f515d18ea92c0ba23e8691f5d6d5a8f2ec6d4f104eb9fafb7723d3ff9d7f93f01a51de27')
+sha256sums=('a6105a402da41160693579c3e9d826243a9603b60f14b705e7d5ab5e05d3bba4')
+sha512sums=('b66c0ce651afeb76eacfd7d5f9353d62742fa6debfafbf25324ab884fda894b8121114ea94e5d5f124f72473b13ef59f2c28f24795c5b68e45869d22b38ec13c')
 
 prepare() {
   cd ${pkgname}-framework-${pkgver}


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

2019-06-02 Thread Levente Polyak via arch-commits
Date: Sunday, June 2, 2019 @ 18:12:55
  Author: anthraxx
Revision: 476639

archrelease: copy trunk to community-any

Added:
  flawfinder/repos/community-any/PKGBUILD
(from rev 476638, flawfinder/trunk/PKGBUILD)
Deleted:
  flawfinder/repos/community-any/PKGBUILD

--+
 PKGBUILD |   72 ++---
 1 file changed, 36 insertions(+), 36 deletions(-)

Deleted: PKGBUILD
===
--- PKGBUILD2019-06-02 18:12:51 UTC (rev 476638)
+++ PKGBUILD2019-06-02 18:12:55 UTC (rev 476639)
@@ -1,36 +0,0 @@
-# Maintainer: Levente Polyak 
-# Contributor: Python Shell 
-# Contributor: paraxor 
-# Contributor: Pranay Kanwar 
-
-pkgname=flawfinder
-pkgver=2.0.8
-pkgrel=2
-pkgdesc='Searches through source code for potential security flaws'
-url='https://www.dwheeler.com/flawfinder'
-arch=('any')
-license=('GPL2')
-depends=('python')
-makedepends=('python-setuptools')
-checkdepends=('python2')
-source=(https://www.dwheeler.com/flawfinder/flawfinder-${pkgver}.tar.gz)
-sha256sums=('65e05788c2e57b4037de58a42b787abd1e3f249656660cf6a3c1e9ad98a46b37')
-sha512sums=('9346c60808087ddf28f433067691c662beb0c36375903fdd0b4dbe3e53fe92b3893e38b13ecb0fe134586cf680fc554d33c92ff910dbd1cd4c3cbeab946038f4')
-
-prepare() {
-  cd ${pkgname}-${pkgver}
-  sed 's|env python.*|env python|' -i flawfinder
-}
-
-check() {
-  cd ${pkgname}-${pkgver}
-  make check
-}
-
-package() {
-  cd ${pkgname}-${pkgver}
-  make DESTDIR="${pkgdir}" prefix=/usr install
-  install -Dm 644 README.md ChangeLog -t "${pkgdir}/usr/share/doc/${pkgname}"
-}
-
-# vim: ts=2 sw=2 et:

Copied: flawfinder/repos/community-any/PKGBUILD (from rev 476638, 
flawfinder/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2019-06-02 18:12:55 UTC (rev 476639)
@@ -0,0 +1,36 @@
+# Maintainer: Levente Polyak 
+# Contributor: Python Shell 
+# Contributor: paraxor 
+# Contributor: Pranay Kanwar 
+
+pkgname=flawfinder
+pkgver=2.0.9
+pkgrel=1
+pkgdesc='Searches through source code for potential security flaws'
+url='https://www.dwheeler.com/flawfinder'
+arch=('any')
+license=('GPL2')
+depends=('python')
+makedepends=('python-setuptools')
+source=(https://www.dwheeler.com/flawfinder/flawfinder-${pkgver}.tar.gz)
+sha256sums=('d7aefd002cb63e125ff20bc2960388cf63e202b7e7f971e47129f2214faca90a')
+sha512sums=('d359bbb63d8eba5bb1eec354e8843295100c1e3fe228c6326bc5c623e4b9ddebb33ce1ba68d2be6a9dd75adaa0f8b5f410fc26c2bdb56ff5900ab9b87dad543d')
+
+prepare() {
+  cd ${pkgname}-${pkgver}
+  sed 's|env python.*|env python|' -i flawfinder
+  sed -E 's|(diff_file = open\(diffhitlist_filename)\)|\1, "rb")|' -i 
flawfinder
+}
+
+check() {
+  cd ${pkgname}-${pkgver}
+  make test
+}
+
+package() {
+  cd ${pkgname}-${pkgver}
+  make DESTDIR="${pkgdir}" prefix=/usr install
+  install -Dm 644 README.md ChangeLog -t "${pkgdir}/usr/share/doc/${pkgname}"
+}
+
+# vim: ts=2 sw=2 et:


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

2019-06-02 Thread Levente Polyak via arch-commits
Date: Sunday, June 2, 2019 @ 18:12:51
  Author: anthraxx
Revision: 476638

upgpkg: flawfinder 2.0.9-1

Modified:
  flawfinder/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2019-06-02 18:12:21 UTC (rev 476637)
+++ PKGBUILD2019-06-02 18:12:51 UTC (rev 476638)
@@ -4,8 +4,8 @@
 # Contributor: Pranay Kanwar 
 
 pkgname=flawfinder
-pkgver=2.0.8
-pkgrel=2
+pkgver=2.0.9
+pkgrel=1
 pkgdesc='Searches through source code for potential security flaws'
 url='https://www.dwheeler.com/flawfinder'
 arch=('any')
@@ -13,17 +13,18 @@
 depends=('python')
 makedepends=('python-setuptools')
 source=(https://www.dwheeler.com/flawfinder/flawfinder-${pkgver}.tar.gz)
-sha256sums=('65e05788c2e57b4037de58a42b787abd1e3f249656660cf6a3c1e9ad98a46b37')
-sha512sums=('9346c60808087ddf28f433067691c662beb0c36375903fdd0b4dbe3e53fe92b3893e38b13ecb0fe134586cf680fc554d33c92ff910dbd1cd4c3cbeab946038f4')
+sha256sums=('d7aefd002cb63e125ff20bc2960388cf63e202b7e7f971e47129f2214faca90a')
+sha512sums=('d359bbb63d8eba5bb1eec354e8843295100c1e3fe228c6326bc5c623e4b9ddebb33ce1ba68d2be6a9dd75adaa0f8b5f410fc26c2bdb56ff5900ab9b87dad543d')
 
 prepare() {
   cd ${pkgname}-${pkgver}
   sed 's|env python.*|env python|' -i flawfinder
+  sed -E 's|(diff_file = open\(diffhitlist_filename)\)|\1, "rb")|' -i 
flawfinder
 }
 
 check() {
   cd ${pkgname}-${pkgver}
-  make check
+  make test
 }
 
 package() {


[arch-commits] Commit in dosbox/repos/community-x86_64 (4 files)

2019-06-02 Thread Jaroslav Lichtblau via arch-commits
Date: Sunday, June 2, 2019 @ 18:12:21
  Author: jlichtblau
Revision: 476637

archrelease: copy trunk to community-x86_64

Added:
  dosbox/repos/community-x86_64/PKGBUILD
(from rev 476636, dosbox/trunk/PKGBUILD)
  dosbox/repos/community-x86_64/dosbox.png
(from rev 476636, dosbox/trunk/dosbox.png)
Deleted:
  dosbox/repos/community-x86_64/PKGBUILD
  dosbox/repos/community-x86_64/dosbox.png

--+
 PKGBUILD |  105 +++--
 1 file changed, 55 insertions(+), 50 deletions(-)

Deleted: PKGBUILD
===
--- PKGBUILD2019-06-02 18:12:11 UTC (rev 476636)
+++ PKGBUILD2019-06-02 18:12:21 UTC (rev 476637)
@@ -1,50 +0,0 @@
-# Maintainer: Jaroslav Lichtblau 
-# Contributor: Jelle van der Waa 
-# Contributor: James Rayner 
-# Contributor: Ben 
-
-pkgname=dosbox
-pkgver=0.74.2
-pkgrel=1
-pkgdesc='Emulator with builtin DOS for running DOS Games'
-arch=('x86_64')
-url='http://dosbox.sourceforge.net/'
-license=('GPL')
-depends=('sdl_net' 'zlib' 'sdl_sound' 'libgl' 'libpng' 'alsa-lib' 'gcc-libs' 
'glu')
-makedepends=('mesa-libgl' 'gendesk')
-source=(https://downloads.sourceforge.net/$pkgname/$pkgname-0.74-2.tar.gz
-dosbox.png)
-sha256sums=('7077303595bedd7cd0bb94227fa9a6b5609e7c90a3e6523af11bc4afcb0a57cf'
-'491c42d16fc5ef7ee2eca1b736f7801249d4ca8c0b236a001aec0d3e24504f3b')
-
-prepare() {
-  cd "${srcdir}"
-  gendesk --pkgname "$pkgname" --pkgdesc "$pkgdesc"
-
-  cd "${srcdir}/$pkgname-0.74-2"
-  sed -i 's/png_check_sig/png_sig_cmp/' configure
-}
-
-build() {
-  cd "${srcdir}/$pkgname-0.74-2"
-
-  ./configure --prefix=/usr --sysconfdir=/etc/dosbox
-  make
-}
-
-package() {
-  cd "${srcdir}/$pkgname-0.74-2"
-
-  make DESTDIR="${pkgdir}" install
-
-# install docs, make does not install them
-  install -Dm644 README "${pkgdir}"/usr/share/doc/$pkgname/README
-  install -Dm644 docs/README.video 
"${pkgdir}"/usr/share/doc/$pkgname/README.video
-
-  install -Dm644 "${srcdir}/$pkgname.png" \
-"${pkgdir}/usr/share/pixmaps/$pkgname.png"
-  install -Dm644 "${srcdir}/$pkgname.desktop" \
-"${pkgdir}/usr/share/applications/$pkgname.desktop"
-}
-
-# vim:set ts=2 sw=2 et:

Copied: dosbox/repos/community-x86_64/PKGBUILD (from rev 476636, 
dosbox/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2019-06-02 18:12:21 UTC (rev 476637)
@@ -0,0 +1,55 @@
+# Maintainer: Jaroslav Lichtblau 
+# Contributor: Jelle van der Waa 
+# Contributor: James Rayner 
+# Contributor: Ben 
+
+pkgname=dosbox
+pkgver=0.74.2
+pkgrel=2
+pkgdesc='Emulator with builtin DOS for running DOS Games'
+arch=('x86_64')
+url='http://dosbox.sourceforge.net/'
+license=('GPL')
+depends=('sdl_net' 'zlib' 'sdl_sound' 'libgl' 'libpng' 'alsa-lib' 'gcc-libs' 
'glu')
+makedepends=('mesa-libgl' 'gendesk' 'patch')
+source=(https://downloads.sourceforge.net/$pkgname/$pkgname-0.74-2.tar.gz
+dosbox.png
+https://www.dosbox.com/downloads/74-2-events.diff)
+sha256sums=('7077303595bedd7cd0bb94227fa9a6b5609e7c90a3e6523af11bc4afcb0a57cf'
+'491c42d16fc5ef7ee2eca1b736f7801249d4ca8c0b236a001aec0d3e24504f3b'
+'3711347e702c9c1a0cc818aeb150727be29c03b773f1912ad5511f00bbefb24b')
+
+prepare() {
+  cd "${srcdir}"
+  gendesk --pkgname "$pkgname" --pkgdesc "$pkgdesc"
+
+  cd "${srcdir}/$pkgname-0.74-2"
+  sed -i 's/png_check_sig/png_sig_cmp/' configure
+
+# workaround for Linux users who have problems locking the mouse in windowed 
mode after upgrading X.org to 1.20
+  patch -Np0 -i "${srcdir}"/74-2-events.diff
+}
+
+build() {
+  cd "${srcdir}/$pkgname-0.74-2"
+
+  ./configure --prefix=/usr --sysconfdir=/etc/dosbox
+  make
+}
+
+package() {
+  cd "${srcdir}/$pkgname-0.74-2"
+
+  make DESTDIR="${pkgdir}" install
+
+# install docs, make does not install them
+  install -Dm644 README "${pkgdir}"/usr/share/doc/$pkgname/README
+  install -Dm644 docs/README.video 
"${pkgdir}"/usr/share/doc/$pkgname/README.video
+
+  install -Dm644 "${srcdir}/$pkgname.png" \
+"${pkgdir}/usr/share/pixmaps/$pkgname.png"
+  install -Dm644 "${srcdir}/$pkgname.desktop" \
+"${pkgdir}/usr/share/applications/$pkgname.desktop"
+}
+
+# vim:set ts=2 sw=2 et:

Deleted: dosbox.png
===
(Binary files differ)

Copied: dosbox/repos/community-x86_64/dosbox.png (from rev 476636, 
dosbox/trunk/dosbox.png)
===
(Binary files differ)


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

2019-06-02 Thread Jaroslav Lichtblau via arch-commits
Date: Sunday, June 2, 2019 @ 18:12:11
  Author: jlichtblau
Revision: 476636

upgpkg: dosbox 0.74.2-2
fix for Linux users who have problems locking the mouse in windowed mode after 
upgrading X.org to 1.20

Modified:
  dosbox/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2019-06-02 18:08:25 UTC (rev 476635)
+++ PKGBUILD2019-06-02 18:12:11 UTC (rev 476636)
@@ -5,17 +5,19 @@
 
 pkgname=dosbox
 pkgver=0.74.2
-pkgrel=1
+pkgrel=2
 pkgdesc='Emulator with builtin DOS for running DOS Games'
 arch=('x86_64')
 url='http://dosbox.sourceforge.net/'
 license=('GPL')
 depends=('sdl_net' 'zlib' 'sdl_sound' 'libgl' 'libpng' 'alsa-lib' 'gcc-libs' 
'glu')
-makedepends=('mesa-libgl' 'gendesk')
+makedepends=('mesa-libgl' 'gendesk' 'patch')
 source=(https://downloads.sourceforge.net/$pkgname/$pkgname-0.74-2.tar.gz
-dosbox.png)
+dosbox.png
+https://www.dosbox.com/downloads/74-2-events.diff)
 sha256sums=('7077303595bedd7cd0bb94227fa9a6b5609e7c90a3e6523af11bc4afcb0a57cf'
-'491c42d16fc5ef7ee2eca1b736f7801249d4ca8c0b236a001aec0d3e24504f3b')
+'491c42d16fc5ef7ee2eca1b736f7801249d4ca8c0b236a001aec0d3e24504f3b'
+'3711347e702c9c1a0cc818aeb150727be29c03b773f1912ad5511f00bbefb24b')
 
 prepare() {
   cd "${srcdir}"
@@ -23,6 +25,9 @@
 
   cd "${srcdir}/$pkgname-0.74-2"
   sed -i 's/png_check_sig/png_sig_cmp/' configure
+
+# workaround for Linux users who have problems locking the mouse in windowed 
mode after upgrading X.org to 1.20
+  patch -Np0 -i "${srcdir}"/74-2-events.diff
 }
 
 build() {


[arch-commits] Commit in balsa/repos/community-x86_64 (4 files)

2019-06-02 Thread Jaroslav Lichtblau via arch-commits
Date: Sunday, June 2, 2019 @ 18:08:25
  Author: jlichtblau
Revision: 476635

archrelease: copy trunk to community-x86_64

Added:
  balsa/repos/community-x86_64/PKGBUILD
(from rev 476634, balsa/trunk/PKGBUILD)
  balsa/repos/community-x86_64/balsa.changelog
(from rev 476634, balsa/trunk/balsa.changelog)
Deleted:
  balsa/repos/community-x86_64/PKGBUILD
  balsa/repos/community-x86_64/balsa.changelog

-+
 PKGBUILD|   85 ++
 balsa.changelog |   37 ---
 2 files changed, 62 insertions(+), 60 deletions(-)

Deleted: PKGBUILD
===
--- PKGBUILD2019-06-02 18:08:14 UTC (rev 476634)
+++ PKGBUILD2019-06-02 18:08:25 UTC (rev 476635)
@@ -1,43 +0,0 @@
-# $Id$
-# Maintainer: Jaroslav Lichtblau 
-# Contributor: Ionut Biru 
-# Contributor: Brad Fanella 
-# Contributor: Roman Kyrylych 
-
-pkgname=balsa
-pkgver=2.5.6
-pkgrel=1
-pkgdesc="An e-mail client for GNOME"
-arch=('x86_64')
-url='http://pawsa.fedorapeople.org/balsa/'
-license=('GPL')
-depends=('gmime' 'webkit2gtk' 'libesmtp' 'libnotify'
- 'gpgme' 'gtksourceview3' 'gspell' 'desktop-file-utils')
-makedepends=('yelp-tools' 'intltool')
-changelog=$pkgname.changelog
-source=(https://pawsa.fedorapeople.org/balsa/$pkgname-$pkgver.tar.bz2)
-sha256sums=('7d5aa5a12e54d385da77660dc5908299146ba4ab108e3c353b713e4435e3669e')
-
-build() {
-  cd "${srcdir}"/$pkgname-$pkgver
-
-  ./configure --prefix=/usr \
-  --sysconfdir=/etc \
-  --localstatedir=/var \
-  --with-gpgme=gpgme-config \
-  --with-gss \
-  --with-ldap \
-  --with-gtksourceview \
-  --with-spell-checker=gspell \
-  --with-rubrica \
-  --with-sqlite \
-  --with-gnome \
-  --with-html-widget=webkit2
-  make
-}
-
-package() {
-  cd "${srcdir}"/$pkgname-$pkgver
-
-  make GTK_UPDATE_ICON_CACHE=/bin/true DESTDIR="${pkgdir}" install
-}

Copied: balsa/repos/community-x86_64/PKGBUILD (from rev 476634, 
balsa/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2019-06-02 18:08:25 UTC (rev 476635)
@@ -0,0 +1,42 @@
+# Maintainer: Jaroslav Lichtblau 
+# Contributor: Ionut Biru 
+# Contributor: Brad Fanella 
+# Contributor: Roman Kyrylych 
+
+pkgname=balsa
+pkgver=2.5.7
+pkgrel=1
+pkgdesc="An e-mail client for GNOME"
+arch=('x86_64')
+url='https://pawsa.fedorapeople.org/balsa/'
+license=('GPL')
+depends=('gmime' 'webkit2gtk' 'libesmtp' 'libnotify'
+ 'gpgme' 'gtksourceview3' 'gspell' 'desktop-file-utils')
+makedepends=('yelp-tools' 'intltool')
+changelog=$pkgname.changelog
+source=(https://pawsa.fedorapeople.org/balsa/$pkgname-$pkgver.tar.bz2)
+sha256sums=('dd0616e838893bf0def5c8de5070ef48215e9cb0ae997c57e51687caaf83d879')
+
+build() {
+  cd "${srcdir}"/$pkgname-$pkgver
+
+  ./configure --prefix=/usr \
+  --sysconfdir=/etc \
+  --localstatedir=/var \
+  --with-gpgme=gpgme-config \
+  --with-gss \
+  --with-ldap \
+  --with-gtksourceview \
+  --with-spell-checker=gspell \
+  --with-rubrica \
+  --with-sqlite \
+  --with-gnome \
+  --with-html-widget=webkit2
+  make
+}
+
+package() {
+  cd "${srcdir}"/$pkgname-$pkgver
+
+  make GTK_UPDATE_ICON_CACHE=/bin/true DESTDIR="${pkgdir}" install
+}

Deleted: balsa.changelog
===
--- balsa.changelog 2019-06-02 18:08:14 UTC (rev 476634)
+++ balsa.changelog 2019-06-02 18:08:25 UTC (rev 476635)
@@ -1,17 +0,0 @@
-2018-06-13 Jaroslav Lichtblau 
-   * balsa 2.5.6-1
-
-2018-03-01 Jaroslav Lichtblau 
-   * balsa 2.5.5-1
-
-2016-12-20 Jaroslav Lichtblau 
-   * balsa 2.5.3-1
-
-2016-04-29 Jaroslav Lichtblau 
-   * balsa 2.5.2-3 pacman hooks rebuild
-
-2015-07-11 Jaroslav Lichtblau 
-   * balsa 2.5.2-1
-
-2013-05-18 Jaroslav Lichtblau 
-   * balsa 2.5.1-1

Copied: balsa/repos/community-x86_64/balsa.changelog (from rev 476634, 
balsa/trunk/balsa.changelog)
===
--- balsa.changelog (rev 0)
+++ balsa.changelog 2019-06-02 18:08:25 UTC (rev 476635)
@@ -0,0 +1,20 @@
+2019-06-02 Jaroslav Lichtblau 
+   * balsa 2.5.7-1
+
+2018-06-13 Jaroslav Lichtblau 
+   * balsa 2.5.6-1
+
+2018-03-01 Jaroslav Lichtblau 
+   * balsa 2.5.5-1
+
+2016-12-20 Jaroslav Lichtblau 
+   * balsa 2.5.3-1
+
+2016-04-29 Jaroslav Lichtblau 
+   * balsa 2.5.2-3 pacman hooks rebuild
+
+2015-07-11 Jaroslav Lichtblau 
+   * balsa 2.5.2-1
+
+2013-05-18 Jaroslav Lichtblau 
+   * balsa 2.5.1-1


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

2019-06-02 Thread Jaroslav Lichtblau via arch-commits
Date: Sunday, June 2, 2019 @ 18:08:14
  Author: jlichtblau
Revision: 476634

upgpkg: balsa 2.5.7-1 - new upstream release

Modified:
  balsa/trunk/PKGBUILD
  balsa/trunk/balsa.changelog

-+
 PKGBUILD|4 ++--
 balsa.changelog |3 +++
 2 files changed, 5 insertions(+), 2 deletions(-)

Modified: PKGBUILD
===
--- PKGBUILD2019-06-02 18:05:40 UTC (rev 476633)
+++ PKGBUILD2019-06-02 18:08:14 UTC (rev 476634)
@@ -4,7 +4,7 @@
 # Contributor: Roman Kyrylych 
 
 pkgname=balsa
-pkgver=2.5.6
+pkgver=2.5.7
 pkgrel=1
 pkgdesc="An e-mail client for GNOME"
 arch=('x86_64')
@@ -15,7 +15,7 @@
 makedepends=('yelp-tools' 'intltool')
 changelog=$pkgname.changelog
 source=(https://pawsa.fedorapeople.org/balsa/$pkgname-$pkgver.tar.bz2)
-sha256sums=('7d5aa5a12e54d385da77660dc5908299146ba4ab108e3c353b713e4435e3669e')
+sha256sums=('dd0616e838893bf0def5c8de5070ef48215e9cb0ae997c57e51687caaf83d879')
 
 build() {
   cd "${srcdir}"/$pkgname-$pkgver

Modified: balsa.changelog
===
--- balsa.changelog 2019-06-02 18:05:40 UTC (rev 476633)
+++ balsa.changelog 2019-06-02 18:08:14 UTC (rev 476634)
@@ -1,3 +1,6 @@
+2019-06-02 Jaroslav Lichtblau 
+   * balsa 2.5.7-1
+
 2018-06-13 Jaroslav Lichtblau 
* balsa 2.5.6-1
 


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

2019-06-02 Thread Levente Polyak via arch-commits
Date: Sunday, June 2, 2019 @ 18:05:40
  Author: anthraxx
Revision: 476633

archrelease: copy trunk to community-x86_64

Added:
  lsd/repos/community-x86_64/PKGBUILD
(from rev 476632, lsd/trunk/PKGBUILD)
Deleted:
  lsd/repos/community-x86_64/PKGBUILD

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

Deleted: PKGBUILD
===
--- PKGBUILD2019-06-02 18:05:35 UTC (rev 476632)
+++ PKGBUILD2019-06-02 18:05:40 UTC (rev 476633)
@@ -1,33 +0,0 @@
-# Maintainer: Levente Polyak 
-# Contributor: Julien Nicoulaud 
-
-pkgname=lsd
-pkgver=0.14.0
-pkgrel=1
-pkgdesc='Modern ls with a lot of pretty colors and awesome icons'
-url='https://github.com/Peltoche/lsd'
-arch=('x86_64')
-license=('Apache')
-depends=('gcc-libs' 'awesome-terminal-fonts')
-makedepends=('rust' 'cargo')
-source=(https://github.com/Peltoche/lsd/archive/${pkgver}/${pkgname}-${pkgver}.tar.gz)
-sha256sums=('ac30347c0a1826c37f5f2629a3bd12a4c1cec42428ea15d0d86d56841eaf6998')
-sha512sums=('f1c17b63769f7c390a36e2ff99caf6d1da326fefc041a992986f756614a70db5aae4c87a0a33e416a6096d8ce65f0c0cbed50d168a8d0ca6dc2e97f0065593a0')
-
-build() {
-  cd ${pkgname}-${pkgver}
-  cargo build --release --locked
-}
-
-check() {
-  cd ${pkgname}-${pkgver}
-  cargo test --release --locked
-}
-
-package() {
-  cd ${pkgname}-${pkgver}
-  install -Dm 755 target/release/${pkgname} -t "${pkgdir}/usr/bin"
-  install -Dm 644 README.md CHANGELOG.md -t 
"${pkgdir}/usr/share/doc/${pkgname}"
-}
-
-# vim: ts=2 sw=2 et:

Copied: lsd/repos/community-x86_64/PKGBUILD (from rev 476632, 
lsd/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2019-06-02 18:05:40 UTC (rev 476633)
@@ -0,0 +1,33 @@
+# Maintainer: Levente Polyak 
+# Contributor: Julien Nicoulaud 
+
+pkgname=lsd
+pkgver=0.15.1
+pkgrel=1
+pkgdesc='Modern ls with a lot of pretty colors and awesome icons'
+url='https://github.com/Peltoche/lsd'
+arch=('x86_64')
+license=('Apache')
+depends=('gcc-libs' 'awesome-terminal-fonts')
+makedepends=('rust' 'cargo')
+source=(https://github.com/Peltoche/lsd/archive/${pkgver}/${pkgname}-${pkgver}.tar.gz)
+sha256sums=('849ad168171737ef1ca74b762b3d9fb885c936cb9a753eca07426886478ad2de')
+sha512sums=('58a280615e72f9dc685e49532d147c17d94be099f80400add15b983d5945d98004a6a636f7f7a76809376dc07cab25f44d716a4b00456db0201c34f935952ed3')
+
+build() {
+  cd ${pkgname}-${pkgver}
+  cargo build --release --locked
+}
+
+check() {
+  cd ${pkgname}-${pkgver}
+  cargo test --release --locked
+}
+
+package() {
+  cd ${pkgname}-${pkgver}
+  install -Dm 755 target/release/${pkgname} -t "${pkgdir}/usr/bin"
+  install -Dm 644 README.md CHANGELOG.md -t 
"${pkgdir}/usr/share/doc/${pkgname}"
+}
+
+# vim: ts=2 sw=2 et:


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

2019-06-02 Thread Levente Polyak via arch-commits
Date: Sunday, June 2, 2019 @ 18:05:35
  Author: anthraxx
Revision: 476632

upgpkg: lsd 0.15.1-1

Modified:
  lsd/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2019-06-02 18:02:26 UTC (rev 476631)
+++ PKGBUILD2019-06-02 18:05:35 UTC (rev 476632)
@@ -2,7 +2,7 @@
 # Contributor: Julien Nicoulaud 
 
 pkgname=lsd
-pkgver=0.14.0
+pkgver=0.15.1
 pkgrel=1
 pkgdesc='Modern ls with a lot of pretty colors and awesome icons'
 url='https://github.com/Peltoche/lsd'
@@ -11,8 +11,8 @@
 depends=('gcc-libs' 'awesome-terminal-fonts')
 makedepends=('rust' 'cargo')
 
source=(https://github.com/Peltoche/lsd/archive/${pkgver}/${pkgname}-${pkgver}.tar.gz)
-sha256sums=('ac30347c0a1826c37f5f2629a3bd12a4c1cec42428ea15d0d86d56841eaf6998')
-sha512sums=('f1c17b63769f7c390a36e2ff99caf6d1da326fefc041a992986f756614a70db5aae4c87a0a33e416a6096d8ce65f0c0cbed50d168a8d0ca6dc2e97f0065593a0')
+sha256sums=('849ad168171737ef1ca74b762b3d9fb885c936cb9a753eca07426886478ad2de')
+sha512sums=('58a280615e72f9dc685e49532d147c17d94be099f80400add15b983d5945d98004a6a636f7f7a76809376dc07cab25f44d716a4b00456db0201c34f935952ed3')
 
 build() {
   cd ${pkgname}-${pkgver}


[arch-commits] Commit in tellico/trunk (PKGBUILD compilefix.diff tellico.changelog)

2019-06-02 Thread Jaroslav Lichtblau via arch-commits
Date: Sunday, June 2, 2019 @ 18:02:16
  Author: jlichtblau
Revision: 476630

upgpkg: tellico 3.2-1 - new upstream release

Modified:
  tellico/trunk/PKGBUILD
  tellico/trunk/tellico.changelog
Deleted:
  tellico/trunk/compilefix.diff

---+
 PKGBUILD  |   17 +-
 compilefix.diff   |  128 
 tellico.changelog |3 +
 3 files changed, 7 insertions(+), 141 deletions(-)

Modified: PKGBUILD
===
--- PKGBUILD2019-06-02 17:59:30 UTC (rev 476629)
+++ PKGBUILD2019-06-02 18:02:16 UTC (rev 476630)
@@ -4,8 +4,8 @@
 # Contributor: Douglas Soares de Andrade 
 
 pkgname=tellico
-pkgver=3.1.4
-pkgrel=3
+pkgver=3.2
+pkgrel=1
 pkgdesc="A collection manager for KDE"
 arch=('x86_64')
 url="http://tellico-project.org/;
@@ -15,18 +15,9 @@
  'python2' 'solid' 'khtml' 'yaz' 'taglib' 'poppler-qt5' 'qt5-base')
 makedepends=('cmake' 'extra-cmake-modules' 'kdoctools' 'libkcddb')
 changelog=$pkgname.changelog
-source=(http://tellico-project.org/files/$pkgname-$pkgver.tar.xz
-compilefix.diff)
-sha256sums=('8f611e3be8be095de38fe27d76f3ddeae09962c9aec00298031cc3e71eae95f9'
-'7f0a13e2047b61b104dfc38e456e6d51808d3f5080e0aff97e75d6a161327069')
+source=(http://tellico-project.org/files/$pkgname-$pkgver.tar.xz)
+sha256sums=('f20ec2bbfa9d4e0b4c0c38feb86d0cc4ae72ca6a680932cf58ed9f5b8f26114e')
 
-prepare() {
-  cd $pkgname-$pkgver
-
-  # Fix "error: template with C linkage"
-  patch -Np1 -i ../compilefix.diff
-}
-
 build() {
   cmake -H$pkgname-$pkgver -Bbuild \
 -DCMAKE_BUILD_TYPE=Release \

Deleted: compilefix.diff
===
--- compilefix.diff 2019-06-02 17:59:30 UTC (rev 476629)
+++ compilefix.diff 2019-06-02 18:02:16 UTC (rev 476630)
@@ -1,128 +0,0 @@
-diff -u -r tellico-3.1.4/src/barcode/barcode_v4l.cpp 
tellico-3.1.4-compilefix/src/barcode/barcode_v4l.cpp
 tellico-3.1.4/src/barcode/barcode_v4l.cpp  2018-12-19 01:27:45.878263787 
+
-+++ tellico-3.1.4-compilefix/src/barcode/barcode_v4l.cpp   2019-04-19 
21:00:33.821249938 +
-@@ -31,9 +31,7 @@
- #include 
- #include 
- 
--extern "C" {
- #include 
--}
- 
- using barcodeRecognition::barcode_v4l;
- 
-diff -u -r tellico-3.1.4/src/fetch/z3950connection.cpp 
tellico-3.1.4-compilefix/src/fetch/z3950connection.cpp
 tellico-3.1.4/src/fetch/z3950connection.cpp2018-12-19 
01:27:45.898264238 +
-+++ tellico-3.1.4-compilefix/src/fetch/z3950connection.cpp 2019-04-19 
21:00:07.934520303 +
-@@ -38,11 +38,9 @@
- #include 
- 
- #ifdef HAVE_YAZ
--extern "C" {
- #include 
- #include 
- #include 
--}
- #endif
- 
- namespace {
-diff -u -r tellico-3.1.4/src/translators/bibteximporter.h 
tellico-3.1.4-compilefix/src/translators/bibteximporter.h
 tellico-3.1.4/src/translators/bibteximporter.h 2018-12-19 
01:27:45.930264959 +
-+++ tellico-3.1.4-compilefix/src/translators/bibteximporter.h  2019-04-19 
20:57:10.950756820 +
-@@ -29,7 +29,6 @@
- #include "../datavectors.h"
- 
- #include 
--extern "C" {
- #ifdef HAVE_LIBBTPARSE
- /* btparse has a struct member 'class' */
- #define class errclass
-@@ -38,7 +37,6 @@
- #else
- #include "btparse/btparse.h"
- #endif
--}
- 
- #include 
- #include 
-diff -u -r tellico-3.1.4/src/translators/csvparser.cpp 
tellico-3.1.4-compilefix/src/translators/csvparser.cpp
 tellico-3.1.4/src/translators/csvparser.cpp2018-12-19 
01:27:45.930264959 +
-+++ tellico-3.1.4-compilefix/src/translators/csvparser.cpp 2019-04-19 
20:55:35.283857957 +
-@@ -29,13 +29,11 @@
- 
- #include 
- 
--extern "C" {
- #ifdef HAVE_LIBCSV
- #include 
- #else
- #include "libcsv/libcsv.h"
- #endif
--}
- 
- typedef int(*SpaceFunc)(char);
- 
-diff -u -r tellico-3.1.4/src/translators/freedb_util.cpp 
tellico-3.1.4-compilefix/src/translators/freedb_util.cpp
 tellico-3.1.4/src/translators/freedb_util.cpp  2018-12-19 
01:27:45.930264959 +
-+++ tellico-3.1.4-compilefix/src/translators/freedb_util.cpp   2019-04-19 
20:54:32.787039744 +
-@@ -29,12 +29,10 @@
- 
- #include 
- 
--extern "C" {
- #ifdef HAVE_CDIO
- #include 
- #include 
- #endif
--}
- 
- namespace {
- #ifdef HAVE_CDIO
-diff -u -r tellico-3.1.4/src/translators/htmlexporter.cpp 
tellico-3.1.4-compilefix/src/translators/htmlexporter.cpp
 tellico-3.1.4/src/translators/htmlexporter.cpp 2018-12-19 
01:27:45.934265049 +
-+++ tellico-3.1.4-compilefix/src/translators/htmlexporter.cpp  2019-04-19 
20:53:32.223559678 +
-@@ -61,10 +61,8 @@
- #include 
- #include 
- 
--extern "C" {
- #include 
- #include 
--}
- 
- using Tellico::Export::HTMLExporter;
- 
-diff -u -r tellico-3.1.4/src/translators/xslthandler.cpp 
tellico-3.1.4-compilefix/src/translators/xslthandler.cpp
 tellico-3.1.4/src/translators/xslthandler.cpp  2018-12-19 
01:27:45.934265049 +
-+++ tellico-3.1.4-compilefix/src/translators/xslthandler.cpp   

[arch-commits] Commit in tellico/repos/community-x86_64 (5 files)

2019-06-02 Thread Jaroslav Lichtblau via arch-commits
Date: Sunday, June 2, 2019 @ 18:02:26
  Author: jlichtblau
Revision: 476631

archrelease: copy trunk to community-x86_64

Added:
  tellico/repos/community-x86_64/PKGBUILD
(from rev 476630, tellico/trunk/PKGBUILD)
  tellico/repos/community-x86_64/tellico.changelog
(from rev 476630, tellico/trunk/tellico.changelog)
Deleted:
  tellico/repos/community-x86_64/PKGBUILD
  tellico/repos/community-x86_64/compilefix.diff
  tellico/repos/community-x86_64/tellico.changelog

---+
 PKGBUILD  |   77 +--
 compilefix.diff   |  128 
 tellico.changelog |  121 +
 3 files changed, 96 insertions(+), 230 deletions(-)

Deleted: PKGBUILD
===
--- PKGBUILD2019-06-02 18:02:16 UTC (rev 476630)
+++ PKGBUILD2019-06-02 18:02:26 UTC (rev 476631)
@@ -1,43 +0,0 @@
-# Maintainer: Jaroslav Lichtblau 
-# Contributor: Ray Rashif 
-# Contributor: Douglas Soares de Andrade 
-
-pkgname=tellico
-pkgver=3.1.4
-pkgrel=3
-pkgdesc="A collection manager for KDE"
-arch=('x86_64')
-url="http://tellico-project.org/;
-license=('GPL')
-depends=('exempi' 'hicolor-icon-theme' 'kio' 'libksane' 'libkcddb' 'libcddb' 
- 'libcdio' 'kfilemetadata' 'knewstuff' 'kxmlgui' 'kitemmodels'
- 'python2' 'solid' 'khtml' 'yaz' 'taglib' 'poppler-qt5' 'qt5-base')
-makedepends=('cmake' 'extra-cmake-modules' 'kdoctools' 'libkcddb')
-changelog=$pkgname.changelog
-source=(http://tellico-project.org/files/$pkgname-$pkgver.tar.xz
-compilefix.diff)
-sha256sums=('8f611e3be8be095de38fe27d76f3ddeae09962c9aec00298031cc3e71eae95f9'
-'7f0a13e2047b61b104dfc38e456e6d51808d3f5080e0aff97e75d6a161327069')
-
-prepare() {
-  cd $pkgname-$pkgver
-
-  # Fix "error: template with C linkage"
-  patch -Np1 -i ../compilefix.diff
-}
-
-build() {
-  cmake -H$pkgname-$pkgver -Bbuild \
--DCMAKE_BUILD_TYPE=Release \
--DCMAKE_INSTALL_PREFIX=/usr \
--DWITH_Nepomuk=OFF
-  cmake --build build
-}
-
-package() {
-  DESTDIR="${pkgdir}" cmake --build build --target install
-
-  # fix python 2.7 path
-  find "${pkgdir}" -iname "*.py" | xargs sed -i 's|#!/usr/bin/env 
python|#!/usr/bin/env python2|'
-}

Copied: tellico/repos/community-x86_64/PKGBUILD (from rev 476630, 
tellico/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2019-06-02 18:02:26 UTC (rev 476631)
@@ -0,0 +1,34 @@
+# Maintainer: Jaroslav Lichtblau 
+# Contributor: Ray Rashif 
+# Contributor: Douglas Soares de Andrade 
+
+pkgname=tellico
+pkgver=3.2
+pkgrel=1
+pkgdesc="A collection manager for KDE"
+arch=('x86_64')
+url="http://tellico-project.org/;
+license=('GPL')
+depends=('exempi' 'hicolor-icon-theme' 'kio' 'libksane' 'libkcddb' 'libcddb' 
+ 'libcdio' 'kfilemetadata' 'knewstuff' 'kxmlgui' 'kitemmodels'
+ 'python2' 'solid' 'khtml' 'yaz' 'taglib' 'poppler-qt5' 'qt5-base')
+makedepends=('cmake' 'extra-cmake-modules' 'kdoctools' 'libkcddb')
+changelog=$pkgname.changelog
+source=(http://tellico-project.org/files/$pkgname-$pkgver.tar.xz)
+sha256sums=('f20ec2bbfa9d4e0b4c0c38feb86d0cc4ae72ca6a680932cf58ed9f5b8f26114e')
+
+build() {
+  cmake -H$pkgname-$pkgver -Bbuild \
+-DCMAKE_BUILD_TYPE=Release \
+-DCMAKE_INSTALL_PREFIX=/usr \
+-DWITH_Nepomuk=OFF
+  cmake --build build
+}
+
+package() {
+  DESTDIR="${pkgdir}" cmake --build build --target install
+
+  # fix python 2.7 path
+  find "${pkgdir}" -iname "*.py" | xargs sed -i 's|#!/usr/bin/env 
python|#!/usr/bin/env python2|'
+}

Deleted: compilefix.diff
===
--- compilefix.diff 2019-06-02 18:02:16 UTC (rev 476630)
+++ compilefix.diff 2019-06-02 18:02:26 UTC (rev 476631)
@@ -1,128 +0,0 @@
-diff -u -r tellico-3.1.4/src/barcode/barcode_v4l.cpp 
tellico-3.1.4-compilefix/src/barcode/barcode_v4l.cpp
 tellico-3.1.4/src/barcode/barcode_v4l.cpp  2018-12-19 01:27:45.878263787 
+
-+++ tellico-3.1.4-compilefix/src/barcode/barcode_v4l.cpp   2019-04-19 
21:00:33.821249938 +
-@@ -31,9 +31,7 @@
- #include 
- #include 
- 
--extern "C" {
- #include 
--}
- 
- using barcodeRecognition::barcode_v4l;
- 
-diff -u -r tellico-3.1.4/src/fetch/z3950connection.cpp 
tellico-3.1.4-compilefix/src/fetch/z3950connection.cpp
 tellico-3.1.4/src/fetch/z3950connection.cpp2018-12-19 
01:27:45.898264238 +
-+++ tellico-3.1.4-compilefix/src/fetch/z3950connection.cpp 2019-04-19 
21:00:07.934520303 +
-@@ -38,11 +38,9 @@
- #include 
- 
- #ifdef HAVE_YAZ
--extern "C" {
- #include 
- #include 
- #include 
--}
- #endif
- 
- namespace {
-diff -u -r tellico-3.1.4/src/translators/bibteximporter.h 
tellico-3.1.4-compilefix/src/translators/bibteximporter.h
 tellico-3.1.4/src/translators/bibteximporter.h 2018-12-19 

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

2019-06-02 Thread Levente Polyak via arch-commits
Date: Sunday, June 2, 2019 @ 17:59:30
  Author: anthraxx
Revision: 476629

archrelease: copy trunk to community-any

Added:
  gdb-dashboard/repos/community-any/PKGBUILD
(from rev 476628, gdb-dashboard/trunk/PKGBUILD)
Deleted:
  gdb-dashboard/repos/community-any/PKGBUILD

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

Deleted: PKGBUILD
===
--- PKGBUILD2019-06-02 17:59:26 UTC (rev 476628)
+++ PKGBUILD2019-06-02 17:59:30 UTC (rev 476629)
@@ -1,23 +0,0 @@
-# Maintainer: Levente Polyak 
-
-pkgname=gdb-dashboard
-pkgver=0.4.3
-pkgrel=1
-pkgdesc='Modular visual interface for GDB in Python'
-url='https://github.com/cyrus-and/gdb-dashboard'
-arch=('any')
-license=('MIT')
-depends=('gdb' 'binutils')
-optdepends=('python-pygments: syntax highlighting support')
-source=(${pkgname}-${pkgver}.tar.gz::https://github.com/cyrus-and/gdb-dashboard/archive/v${pkgver}.tar.gz)
-sha256sums=('70fd21f959df02607dfdd4641453c01cabc0b3cdb35e19d62f3f691ef4714ed9')
-sha512sums=('b0ba054d4f5f5c899819d973aa60c8319a164eaa74e1b222ceab76cd22656fdb1fd96a35328ad55ac68412c85e1afe44ce66a085bfccdc8e0627aae4d505c7f0')
-
-package() {
-  cd ${pkgname}-${pkgver}
-  install -Dm 644 .gdbinit -t "${pkgdir}/usr/share/${pkgname}"
-  install -Dm 644 README.md -t "${pkgdir}/usr/share/licenses/${pkgname}"
-  install -Dm 644 README.md -t "${pkgdir}/usr/share/doc/${pkgname}"
-}
-
-# vim: ts=2 sw=2 et:

Copied: gdb-dashboard/repos/community-any/PKGBUILD (from rev 476628, 
gdb-dashboard/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2019-06-02 17:59:30 UTC (rev 476629)
@@ -0,0 +1,23 @@
+# Maintainer: Levente Polyak 
+
+pkgname=gdb-dashboard
+pkgver=0.6.0
+pkgrel=1
+pkgdesc='Modular visual interface for GDB in Python'
+url='https://github.com/cyrus-and/gdb-dashboard'
+arch=('any')
+license=('MIT')
+depends=('gdb' 'binutils')
+optdepends=('python-pygments: syntax highlighting support')
+source=(${pkgname}-${pkgver}.tar.gz::https://github.com/cyrus-and/gdb-dashboard/archive/v${pkgver}.tar.gz)
+sha256sums=('143eace257a7e3d2a0fd8c99bbe4cc0a023a74eb67ce12d0e6c184be8294a387')
+sha512sums=('da9f42f6f781ab42af4707b301c0d697e04662a01d3df5ef7a4143bfd619f7252e421540808303613c67b2f73d1ec4b33cb09e224334b9aeb1f8a68be0f550fb')
+
+package() {
+  cd ${pkgname}-${pkgver}
+  install -Dm 644 .gdbinit -t "${pkgdir}/usr/share/${pkgname}"
+  install -Dm 644 README.md -t "${pkgdir}/usr/share/licenses/${pkgname}"
+  install -Dm 644 README.md -t "${pkgdir}/usr/share/doc/${pkgname}"
+}
+
+# vim: ts=2 sw=2 et:


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

2019-06-02 Thread Levente Polyak via arch-commits
Date: Sunday, June 2, 2019 @ 17:59:26
  Author: anthraxx
Revision: 476628

upgpkg: gdb-dashboard 0.6.0-1

Modified:
  gdb-dashboard/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2019-06-02 17:55:37 UTC (rev 476627)
+++ PKGBUILD2019-06-02 17:59:26 UTC (rev 476628)
@@ -1,7 +1,7 @@
 # Maintainer: Levente Polyak 
 
 pkgname=gdb-dashboard
-pkgver=0.4.3
+pkgver=0.6.0
 pkgrel=1
 pkgdesc='Modular visual interface for GDB in Python'
 url='https://github.com/cyrus-and/gdb-dashboard'
@@ -10,8 +10,8 @@
 depends=('gdb' 'binutils')
 optdepends=('python-pygments: syntax highlighting support')
 
source=(${pkgname}-${pkgver}.tar.gz::https://github.com/cyrus-and/gdb-dashboard/archive/v${pkgver}.tar.gz)
-sha256sums=('70fd21f959df02607dfdd4641453c01cabc0b3cdb35e19d62f3f691ef4714ed9')
-sha512sums=('b0ba054d4f5f5c899819d973aa60c8319a164eaa74e1b222ceab76cd22656fdb1fd96a35328ad55ac68412c85e1afe44ce66a085bfccdc8e0627aae4d505c7f0')
+sha256sums=('143eace257a7e3d2a0fd8c99bbe4cc0a023a74eb67ce12d0e6c184be8294a387')
+sha512sums=('da9f42f6f781ab42af4707b301c0d697e04662a01d3df5ef7a4143bfd619f7252e421540808303613c67b2f73d1ec4b33cb09e224334b9aeb1f8a68be0f550fb')
 
 package() {
   cd ${pkgname}-${pkgver}


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

2019-06-02 Thread Levente Polyak via arch-commits
Date: Sunday, June 2, 2019 @ 17:55:37
  Author: anthraxx
Revision: 476627

archrelease: copy trunk to community-x86_64

Added:
  hcxdumptool/repos/community-x86_64/PKGBUILD
(from rev 476626, hcxdumptool/trunk/PKGBUILD)
Deleted:
  hcxdumptool/repos/community-x86_64/PKGBUILD

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

Deleted: PKGBUILD
===
--- PKGBUILD2019-06-02 17:55:32 UTC (rev 476626)
+++ PKGBUILD2019-06-02 17:55:37 UTC (rev 476627)
@@ -1,29 +0,0 @@
-# Maintainer: Levente Polyak 
-
-pkgname=hcxdumptool
-pkgver=5.1.4
-pkgrel=1
-pkgdesc='Small tool to capture packets from wlan devices'
-url='https://github.com/ZerBea/hcxdumptool'
-arch=('x86_64')
-license=('MIT')
-depends=('glibc')
-source=(https://github.com/ZerBea/hcxdumptool/archive/${pkgver}/${pkgname}-${pkgver}.tar.gz
-
https://github.com/ZerBea/hcxdumptool/releases/download/${pkgver}/${pkgname}-${pkgver}.tar.gz.asc)
-sha512sums=('2e0eed2de167c4d1cb9ff804e3272dc072ede45aa82bd8cdca020a3375b976df55e5620689d0b0a142eb29e40b82334e8b59a5c0a93ced66e98d5f0b5d532397'
-'SKIP')
-validpgpkeys=('5920CE1C567948AFD2C0A9B7375516A45DB88630') # ZeroBeat 

-
-build() {
-  cd ${pkgname}-${pkgver}
-  make
-}
-
-package() {
-  cd ${pkgname}-${pkgver}
-  make DESTDIR="${pkgdir}" PREFIX=/usr install
-  install -Dm 644 README.md changelog -t "${pkgdir}/usr/share/doc/${pkgname}"
-  install -Dm 644 license.txt -t "${pkgdir}/usr/share/licenses/${pkgname}"
-}
-
-# vim: ts=2 sw=2 et:

Copied: hcxdumptool/repos/community-x86_64/PKGBUILD (from rev 476626, 
hcxdumptool/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2019-06-02 17:55:37 UTC (rev 476627)
@@ -0,0 +1,29 @@
+# Maintainer: Levente Polyak 
+
+pkgname=hcxdumptool
+pkgver=5.1.5
+pkgrel=1
+pkgdesc='Small tool to capture packets from wlan devices'
+url='https://github.com/ZerBea/hcxdumptool'
+arch=('x86_64')
+license=('MIT')
+depends=('glibc')
+source=(https://github.com/ZerBea/hcxdumptool/archive/${pkgver}/${pkgname}-${pkgver}.tar.gz
+
https://github.com/ZerBea/hcxdumptool/releases/download/${pkgver}/${pkgname}-${pkgver}.tar.gz.asc)
+sha512sums=('53b7f53cf74d68a49e76e148f369874772046c20e2ab12aaa55cbc73b3a47aba531050a2f71a55ebb1d02aad44db1f3c74b2e44dcdae3f4ce7d3048d89039b7b'
+'SKIP')
+validpgpkeys=('5920CE1C567948AFD2C0A9B7375516A45DB88630') # ZeroBeat 

+
+build() {
+  cd ${pkgname}-${pkgver}
+  make
+}
+
+package() {
+  cd ${pkgname}-${pkgver}
+  make DESTDIR="${pkgdir}" PREFIX=/usr install
+  install -Dm 644 README.md changelog -t "${pkgdir}/usr/share/doc/${pkgname}"
+  install -Dm 644 license.txt -t "${pkgdir}/usr/share/licenses/${pkgname}"
+}
+
+# vim: ts=2 sw=2 et:


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

2019-06-02 Thread Levente Polyak via arch-commits
Date: Sunday, June 2, 2019 @ 17:55:32
  Author: anthraxx
Revision: 476626

upgpkg: hcxdumptool 5.1.5-1

Modified:
  hcxdumptool/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2019-06-02 17:52:40 UTC (rev 476625)
+++ PKGBUILD2019-06-02 17:55:32 UTC (rev 476626)
@@ -1,7 +1,7 @@
 # Maintainer: Levente Polyak 
 
 pkgname=hcxdumptool
-pkgver=5.1.4
+pkgver=5.1.5
 pkgrel=1
 pkgdesc='Small tool to capture packets from wlan devices'
 url='https://github.com/ZerBea/hcxdumptool'
@@ -10,7 +10,7 @@
 depends=('glibc')
 
source=(https://github.com/ZerBea/hcxdumptool/archive/${pkgver}/${pkgname}-${pkgver}.tar.gz
 
https://github.com/ZerBea/hcxdumptool/releases/download/${pkgver}/${pkgname}-${pkgver}.tar.gz.asc)
-sha512sums=('2e0eed2de167c4d1cb9ff804e3272dc072ede45aa82bd8cdca020a3375b976df55e5620689d0b0a142eb29e40b82334e8b59a5c0a93ced66e98d5f0b5d532397'
+sha512sums=('53b7f53cf74d68a49e76e148f369874772046c20e2ab12aaa55cbc73b3a47aba531050a2f71a55ebb1d02aad44db1f3c74b2e44dcdae3f4ce7d3048d89039b7b'
 'SKIP')
 validpgpkeys=('5920CE1C567948AFD2C0A9B7375516A45DB88630') # ZeroBeat 

 


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

2019-06-02 Thread Jaroslav Lichtblau via arch-commits
Date: Sunday, June 2, 2019 @ 17:52:31
  Author: jlichtblau
Revision: 476624

upgpkg: perl-tidy 20190601-1 - new upstream release

Modified:
  perl-tidy/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2019-06-02 17:52:25 UTC (rev 476623)
+++ PKGBUILD2019-06-02 17:52:31 UTC (rev 476624)
@@ -3,7 +3,7 @@
 # Contributor: Firmicus 
 
 pkgname=perl-tidy
-pkgver=20181120
+pkgver=20190601
 pkgrel=1
 pkgdesc="Parses and beautifies perl source"
 arch=('any')
@@ -12,7 +12,7 @@
 depends=('perl>=5.10.0')
 options=('!emptydirs')
 source=(https://www.cpan.org/authors/id/S/SH/SHANCOCK/Perl-Tidy-$pkgver.tar.gz)
-sha256sums=('7db0eeb76535a62cbb4e69b6558e0705162d476a654a7a5ec472aa846b8c4569')
+sha256sums=('8f3d704b4eff457bf5bb70f9adf570690b2252dec31f75e8cb743392f1be338f')
 
 build() {
   cd  "${srcdir}"/Perl-Tidy-$pkgver


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

2019-06-02 Thread Levente Polyak via arch-commits
Date: Sunday, June 2, 2019 @ 17:52:21
  Author: anthraxx
Revision: 476622

upgpkg: hexyl 0.5.1-1

Modified:
  hexyl/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2019-06-02 17:50:35 UTC (rev 476621)
+++ PKGBUILD2019-06-02 17:52:21 UTC (rev 476622)
@@ -2,7 +2,7 @@
 # Contributor: Attenuation 
 
 pkgname=hexyl
-pkgver=0.5.0
+pkgver=0.5.1
 pkgrel=1
 pkgdesc='Colored command-line hex viewer'
 url='https://github.com/sharkdp/hexyl'
@@ -11,7 +11,7 @@
 depends=('gcc-libs')
 makedepends=('rust' 'cargo')
 
source=(https://github.com/sharkdp/hexyl/archive/v${pkgver}/${pkgname}-${pkgver}.tar.gz)
-sha512sums=('afdb01b1260c29936a129590e31e025ef432d5241229f72e205c8fca7a83fcfde2ea43c6b33713ffb7d50b878d61858a249b1d61be4fb447619b6c2ea2d3ac70')
+sha512sums=('947d7135bf96def2b8de6536edff10f64361b526cde9cf575d70e6fcf95d212013b8a4d1c1d13138ce5a0468b6cc46045dc0c4b85873cb3a1877f8845267eee7')
 
 build() {
   cd ${pkgname}-${pkgver}


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

2019-06-02 Thread Jaroslav Lichtblau via arch-commits
Date: Sunday, June 2, 2019 @ 17:52:40
  Author: jlichtblau
Revision: 476625

archrelease: copy trunk to community-any

Added:
  perl-tidy/repos/community-any/PKGBUILD
(from rev 476624, perl-tidy/trunk/PKGBUILD)
Deleted:
  perl-tidy/repos/community-any/PKGBUILD

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

Deleted: PKGBUILD
===
--- PKGBUILD2019-06-02 17:52:31 UTC (rev 476624)
+++ PKGBUILD2019-06-02 17:52:40 UTC (rev 476625)
@@ -1,30 +0,0 @@
-# Maintainer: Sergej Pupykin 
-# Maintainer: Jaroslav Lichtblau 
-# Contributor: Firmicus 
-
-pkgname=perl-tidy
-pkgver=20181120
-pkgrel=1
-pkgdesc="Parses and beautifies perl source"
-arch=('any')
-url="http://search.cpan.org/dist/Perl-Tidy;
-license=('GPL' 'PerlArtistic')
-depends=('perl>=5.10.0')
-options=('!emptydirs')
-source=(https://www.cpan.org/authors/id/S/SH/SHANCOCK/Perl-Tidy-$pkgver.tar.gz)
-sha256sums=('7db0eeb76535a62cbb4e69b6558e0705162d476a654a7a5ec472aa846b8c4569')
-
-build() {
-  cd  "${srcdir}"/Perl-Tidy-$pkgver
-
-  PERL_MM_USE_DEFAULT=1 perl Makefile.PL INSTALLDIRS=vendor
-  make
-}
-
-package() {
-  cd  "${srcdir}"/Perl-Tidy-$pkgver
-
-  make install DESTDIR="${pkgdir}"
-  find "${pkgdir}" -name '.packlist' -delete
-  find "${pkgdir}" -name '*.pod' -delete
-}

Copied: perl-tidy/repos/community-any/PKGBUILD (from rev 476624, 
perl-tidy/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2019-06-02 17:52:40 UTC (rev 476625)
@@ -0,0 +1,30 @@
+# Maintainer: Sergej Pupykin 
+# Maintainer: Jaroslav Lichtblau 
+# Contributor: Firmicus 
+
+pkgname=perl-tidy
+pkgver=20190601
+pkgrel=1
+pkgdesc="Parses and beautifies perl source"
+arch=('any')
+url="https://search.cpan.org/dist/Perl-Tidy;
+license=('GPL' 'PerlArtistic')
+depends=('perl>=5.10.0')
+options=('!emptydirs')
+source=(https://www.cpan.org/authors/id/S/SH/SHANCOCK/Perl-Tidy-$pkgver.tar.gz)
+sha256sums=('8f3d704b4eff457bf5bb70f9adf570690b2252dec31f75e8cb743392f1be338f')
+
+build() {
+  cd  "${srcdir}"/Perl-Tidy-$pkgver
+
+  PERL_MM_USE_DEFAULT=1 perl Makefile.PL INSTALLDIRS=vendor
+  make
+}
+
+package() {
+  cd  "${srcdir}"/Perl-Tidy-$pkgver
+
+  make install DESTDIR="${pkgdir}"
+  find "${pkgdir}" -name '.packlist' -delete
+  find "${pkgdir}" -name '*.pod' -delete
+}


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

2019-06-02 Thread Levente Polyak via arch-commits
Date: Sunday, June 2, 2019 @ 17:52:25
  Author: anthraxx
Revision: 476623

archrelease: copy trunk to community-x86_64

Added:
  hexyl/repos/community-x86_64/PKGBUILD
(from rev 476622, hexyl/trunk/PKGBUILD)
Deleted:
  hexyl/repos/community-x86_64/PKGBUILD

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

Deleted: PKGBUILD
===
--- PKGBUILD2019-06-02 17:52:21 UTC (rev 476622)
+++ PKGBUILD2019-06-02 17:52:25 UTC (rev 476623)
@@ -1,32 +0,0 @@
-# Maintainer: Levente Polyak 
-# Contributor: Attenuation 
-
-pkgname=hexyl
-pkgver=0.5.0
-pkgrel=1
-pkgdesc='Colored command-line hex viewer'
-url='https://github.com/sharkdp/hexyl'
-arch=('x86_64')
-license=('Apache' 'MIT')
-depends=('gcc-libs')
-makedepends=('rust' 'cargo')
-source=(https://github.com/sharkdp/hexyl/archive/v${pkgver}/${pkgname}-${pkgver}.tar.gz)
-sha512sums=('afdb01b1260c29936a129590e31e025ef432d5241229f72e205c8fca7a83fcfde2ea43c6b33713ffb7d50b878d61858a249b1d61be4fb447619b6c2ea2d3ac70')
-
-build() {
-  cd ${pkgname}-${pkgver}
-  cargo build --release --locked
-}
-
-check() {
-  cd ${pkgname}-${pkgver}
-  cargo test --release --locked
-}
-
-package() {
-  cd ${pkgname}-${pkgver}
-  install -Dm 755 target/release/${pkgname} -t "${pkgdir}/usr/bin"
-  install -Dm 644 LICENSE* -t "${pkgdir}/usr/share/licenses/${pkgname}"
-}
-
-# vim: ts=2 sw=2 et:

Copied: hexyl/repos/community-x86_64/PKGBUILD (from rev 476622, 
hexyl/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2019-06-02 17:52:25 UTC (rev 476623)
@@ -0,0 +1,32 @@
+# Maintainer: Levente Polyak 
+# Contributor: Attenuation 
+
+pkgname=hexyl
+pkgver=0.5.1
+pkgrel=1
+pkgdesc='Colored command-line hex viewer'
+url='https://github.com/sharkdp/hexyl'
+arch=('x86_64')
+license=('Apache' 'MIT')
+depends=('gcc-libs')
+makedepends=('rust' 'cargo')
+source=(https://github.com/sharkdp/hexyl/archive/v${pkgver}/${pkgname}-${pkgver}.tar.gz)
+sha512sums=('947d7135bf96def2b8de6536edff10f64361b526cde9cf575d70e6fcf95d212013b8a4d1c1d13138ce5a0468b6cc46045dc0c4b85873cb3a1877f8845267eee7')
+
+build() {
+  cd ${pkgname}-${pkgver}
+  cargo build --release --locked
+}
+
+check() {
+  cd ${pkgname}-${pkgver}
+  cargo test --release --locked
+}
+
+package() {
+  cd ${pkgname}-${pkgver}
+  install -Dm 755 target/release/${pkgname} -t "${pkgdir}/usr/bin"
+  install -Dm 644 LICENSE* -t "${pkgdir}/usr/share/licenses/${pkgname}"
+}
+
+# vim: ts=2 sw=2 et:


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

2019-06-02 Thread Levente Polyak via arch-commits
Date: Sunday, June 2, 2019 @ 17:50:32
  Author: anthraxx
Revision: 476620

upgpkg: hcxtools 5.1.6-1

Modified:
  hcxtools/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2019-06-02 17:38:09 UTC (rev 476619)
+++ PKGBUILD2019-06-02 17:50:32 UTC (rev 476620)
@@ -1,7 +1,7 @@
 # Maintainer: Levente Polyak 
 
 pkgname=hcxtools
-pkgver=5.1.4
+pkgver=5.1.6
 pkgrel=1
 pkgdesc='Portable solution for capturing wlan traffic and conversion to 
hashcat and John the Ripper formats'
 url='https://github.com/ZerBea/hcxtools'
@@ -10,7 +10,7 @@
 depends=('curl' 'libpcap' 'zlib' 'openssl')
 
source=(https://github.com/ZerBea/hcxtools/archive/${pkgver}/${pkgname}-${pkgver}.tar.gz
 
https://github.com/ZerBea/hcxtools/releases/download/${pkgver}/${pkgname}-${pkgver}.tar.gz.asc)
-sha512sums=('30e18fd522a488112580a2f9187a933c0d44cdabb3cfed038756edeae05c1371ce99839c02562adfa9dc0067522de9dc7553228ae371902e41fc982e69cffb28'
+sha512sums=('8f143dad453ea79dc1f15de3f635e61d6a95cdad279c8bd135756d7a4851ca5e3b5511d02450e7b4bf74e539df2eb0c648f80872fb080e9c033b945b7d24ad7e'
 'SKIP')
 validpgpkeys=('5920CE1C567948AFD2C0A9B7375516A45DB88630') # ZeroBeat 

 


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

2019-06-02 Thread Levente Polyak via arch-commits
Date: Sunday, June 2, 2019 @ 17:50:35
  Author: anthraxx
Revision: 476621

archrelease: copy trunk to community-x86_64

Added:
  hcxtools/repos/community-x86_64/PKGBUILD
(from rev 476620, hcxtools/trunk/PKGBUILD)
Deleted:
  hcxtools/repos/community-x86_64/PKGBUILD

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

Deleted: PKGBUILD
===
--- PKGBUILD2019-06-02 17:50:32 UTC (rev 476620)
+++ PKGBUILD2019-06-02 17:50:35 UTC (rev 476621)
@@ -1,29 +0,0 @@
-# Maintainer: Levente Polyak 
-
-pkgname=hcxtools
-pkgver=5.1.4
-pkgrel=1
-pkgdesc='Portable solution for capturing wlan traffic and conversion to 
hashcat and John the Ripper formats'
-url='https://github.com/ZerBea/hcxtools'
-arch=('x86_64')
-license=('MIT')
-depends=('curl' 'libpcap' 'zlib' 'openssl')
-source=(https://github.com/ZerBea/hcxtools/archive/${pkgver}/${pkgname}-${pkgver}.tar.gz
-
https://github.com/ZerBea/hcxtools/releases/download/${pkgver}/${pkgname}-${pkgver}.tar.gz.asc)
-sha512sums=('30e18fd522a488112580a2f9187a933c0d44cdabb3cfed038756edeae05c1371ce99839c02562adfa9dc0067522de9dc7553228ae371902e41fc982e69cffb28'
-'SKIP')
-validpgpkeys=('5920CE1C567948AFD2C0A9B7375516A45DB88630') # ZeroBeat 

-
-build() {
-  cd ${pkgname}-${pkgver}
-  make
-}
-
-package() {
-  cd ${pkgname}-${pkgver}
-  make DESTDIR="${pkgdir}" PREFIX=/usr install
-  install -Dm 644 README.md changelog -t "${pkgdir}/usr/share/doc/${pkgname}"
-  install -Dm 644 license.txt -t "${pkgdir}/usr/share/licenses/${pkgname}"
-}
-
-# vim: ts=2 sw=2 et:

Copied: hcxtools/repos/community-x86_64/PKGBUILD (from rev 476620, 
hcxtools/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2019-06-02 17:50:35 UTC (rev 476621)
@@ -0,0 +1,29 @@
+# Maintainer: Levente Polyak 
+
+pkgname=hcxtools
+pkgver=5.1.6
+pkgrel=1
+pkgdesc='Portable solution for capturing wlan traffic and conversion to 
hashcat and John the Ripper formats'
+url='https://github.com/ZerBea/hcxtools'
+arch=('x86_64')
+license=('MIT')
+depends=('curl' 'libpcap' 'zlib' 'openssl')
+source=(https://github.com/ZerBea/hcxtools/archive/${pkgver}/${pkgname}-${pkgver}.tar.gz
+
https://github.com/ZerBea/hcxtools/releases/download/${pkgver}/${pkgname}-${pkgver}.tar.gz.asc)
+sha512sums=('8f143dad453ea79dc1f15de3f635e61d6a95cdad279c8bd135756d7a4851ca5e3b5511d02450e7b4bf74e539df2eb0c648f80872fb080e9c033b945b7d24ad7e'
+'SKIP')
+validpgpkeys=('5920CE1C567948AFD2C0A9B7375516A45DB88630') # ZeroBeat 

+
+build() {
+  cd ${pkgname}-${pkgver}
+  make
+}
+
+package() {
+  cd ${pkgname}-${pkgver}
+  make DESTDIR="${pkgdir}" PREFIX=/usr install
+  install -Dm 644 README.md changelog -t "${pkgdir}/usr/share/doc/${pkgname}"
+  install -Dm 644 license.txt -t "${pkgdir}/usr/share/licenses/${pkgname}"
+}
+
+# vim: ts=2 sw=2 et:


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

2019-06-02 Thread Jaroslav Lichtblau via arch-commits
Date: Sunday, June 2, 2019 @ 17:37:59
  Author: jlichtblau
Revision: 476618

upgpkg: josm 15150-1 - new upstream release

Modified:
  josm/trunk/PKGBUILD
  josm/trunk/josm.changelog

+
 PKGBUILD   |4 ++--
 josm.changelog |3 +++
 2 files changed, 5 insertions(+), 2 deletions(-)

Modified: PKGBUILD
===
--- PKGBUILD2019-06-02 16:43:00 UTC (rev 476617)
+++ PKGBUILD2019-06-02 17:37:59 UTC (rev 476618)
@@ -2,7 +2,7 @@
 # Contributor: Michele Schäuble 
 
 pkgname=josm
-pkgver=15031
+pkgver=15150
 pkgrel=1
 pkgdesc="An editor for OpenStreetMap written in Java"
 arch=('any')
@@ -15,7 +15,7 @@
 
$pkgname-$pkgver.desktop::https://josm.openstreetmap.de/export/${pkgver}/josm/trunk/linux/tested/usr/share/applications/org.openstreetmap.josm.desktop
 $pkgname.conf.d)
 noextract=($pkgname-tested.jar)
-sha256sums=('399643578e75ba16b8b034b8b11208ade00cfc82d6e5a392180a36b08b0e1ca7'
+sha256sums=('895573e021096aad20ff4f2c101c005f3c8cf4e1de6ee05008e9e5bd9e4c439c'
 'dab386f139d773e34e14c2755525a9a60ef4db549f2562388273bd2f1257e2fc'
 'c86a73251eed42fcb129ae9b88a0ee3cf03d8d00a9385519ad536d5af0907663')
 

Modified: josm.changelog
===
--- josm.changelog  2019-06-02 16:43:00 UTC (rev 476617)
+++ josm.changelog  2019-06-02 17:37:59 UTC (rev 476618)
@@ -1,3 +1,6 @@
+2019-06-02 Jaroslav Lichtblau 
+   * josm 15150-1
+
 2019-05-08 Jaroslav Lichtblau 
* josm 15031-1
 


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

2019-06-02 Thread Jaroslav Lichtblau via arch-commits
Date: Sunday, June 2, 2019 @ 17:38:09
  Author: jlichtblau
Revision: 476619

archrelease: copy trunk to community-any

Added:
  josm/repos/community-any/PKGBUILD
(from rev 476618, josm/trunk/PKGBUILD)
  josm/repos/community-any/josm.changelog
(from rev 476618, josm/trunk/josm.changelog)
  josm/repos/community-any/josm.conf.d
(from rev 476618, josm/trunk/josm.conf.d)
Deleted:
  josm/repos/community-any/PKGBUILD
  josm/repos/community-any/josm.changelog
  josm/repos/community-any/josm.conf.d

+
 PKGBUILD   |  102 
 josm.changelog |  635 +++
 josm.conf.d|8 
 3 files changed, 374 insertions(+), 371 deletions(-)

Deleted: PKGBUILD
===
--- PKGBUILD2019-06-02 17:37:59 UTC (rev 476618)
+++ PKGBUILD2019-06-02 17:38:09 UTC (rev 476619)
@@ -1,51 +0,0 @@
-# Maintainer: Jaroslav Lichtblau 
-# Contributor: Michele Schäuble 
-
-pkgname=josm
-pkgver=15031
-pkgrel=1
-pkgdesc="An editor for OpenStreetMap written in Java"
-arch=('any')
-url="http://josm.openstreetmap.de/;
-license=('GPL')
-depends=('java-runtime>=8' 'libxtst' 'ttf-font')
-changelog=$pkgname.changelog
-backup=('etc/conf.d/josm')
-source=(https://josm.openstreetmap.de/$pkgname-tested.jar
-
$pkgname-$pkgver.desktop::https://josm.openstreetmap.de/export/${pkgver}/josm/trunk/linux/tested/usr/share/applications/org.openstreetmap.josm.desktop
-$pkgname.conf.d)
-noextract=($pkgname-tested.jar)
-sha256sums=('399643578e75ba16b8b034b8b11208ade00cfc82d6e5a392180a36b08b0e1ca7'
-'dab386f139d773e34e14c2755525a9a60ef4db549f2562388273bd2f1257e2fc'
-'c86a73251eed42fcb129ae9b88a0ee3cf03d8d00a9385519ad536d5af0907663')
-
-prepare() {
-  cd "${srcdir}"
-  bsdtar -xf $pkgname-tested.jar images/logo.svg
-}
-
-package() {
-  cd "${srcdir}"
-
-  install -Dm644 $pkgname-tested.jar 
"${pkgdir}"/usr/share/java/$pkgname/$pkgname.jar
-
-#.desktop and icon file
-  install -Dm644 "${srcdir}"/$pkgname-$pkgver.desktop 
${pkgdir}/usr/share/applications/$pkgname.desktop
-  install -Dm644 images/logo.svg "${pkgdir}"/usr/share/pixmaps/$pkgname.svg
-
-#executable file
-  install -d "${pkgdir}"/usr/bin
-  cat <<"EOF" >"${pkgdir}"/usr/bin/$pkgname 
-#!/bin/sh
-# source application-specific settings
-while true; do
-JOSM_ARGS=
-[ -f /etc/conf.d/josm ] && . /etc/conf.d/josm
-CLASSPATH="/usr/share/java/josm/josm.jar"
-java ${JOSM_ARGS} -cp "${CLASSPATH}" -Djosm.restart=true 
org.openstreetmap.josm.gui.MainApplication "$@"
-[ $? -eq 9 ] || break
-done
-EOF
-  chmod 755 "${pkgdir}"/usr/bin/$pkgname
-  install -Dm644 "${srcdir}"/$pkgname.conf.d "${pkgdir}"/etc/conf.d/$pkgname
-}

Copied: josm/repos/community-any/PKGBUILD (from rev 476618, josm/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2019-06-02 17:38:09 UTC (rev 476619)
@@ -0,0 +1,51 @@
+# Maintainer: Jaroslav Lichtblau 
+# Contributor: Michele Schäuble 
+
+pkgname=josm
+pkgver=15150
+pkgrel=1
+pkgdesc="An editor for OpenStreetMap written in Java"
+arch=('any')
+url="http://josm.openstreetmap.de/;
+license=('GPL')
+depends=('java-runtime>=8' 'libxtst' 'ttf-font')
+changelog=$pkgname.changelog
+backup=('etc/conf.d/josm')
+source=(https://josm.openstreetmap.de/$pkgname-tested.jar
+
$pkgname-$pkgver.desktop::https://josm.openstreetmap.de/export/${pkgver}/josm/trunk/linux/tested/usr/share/applications/org.openstreetmap.josm.desktop
+$pkgname.conf.d)
+noextract=($pkgname-tested.jar)
+sha256sums=('895573e021096aad20ff4f2c101c005f3c8cf4e1de6ee05008e9e5bd9e4c439c'
+'dab386f139d773e34e14c2755525a9a60ef4db549f2562388273bd2f1257e2fc'
+'c86a73251eed42fcb129ae9b88a0ee3cf03d8d00a9385519ad536d5af0907663')
+
+prepare() {
+  cd "${srcdir}"
+  bsdtar -xf $pkgname-tested.jar images/logo.svg
+}
+
+package() {
+  cd "${srcdir}"
+
+  install -Dm644 $pkgname-tested.jar 
"${pkgdir}"/usr/share/java/$pkgname/$pkgname.jar
+
+#.desktop and icon file
+  install -Dm644 "${srcdir}"/$pkgname-$pkgver.desktop 
${pkgdir}/usr/share/applications/$pkgname.desktop
+  install -Dm644 images/logo.svg "${pkgdir}"/usr/share/pixmaps/$pkgname.svg
+
+#executable file
+  install -d "${pkgdir}"/usr/bin
+  cat <<"EOF" >"${pkgdir}"/usr/bin/$pkgname 
+#!/bin/sh
+# source application-specific settings
+while true; do
+JOSM_ARGS=
+[ -f /etc/conf.d/josm ] && . /etc/conf.d/josm
+CLASSPATH="/usr/share/java/josm/josm.jar"
+java ${JOSM_ARGS} -cp "${CLASSPATH}" -Djosm.restart=true 
org.openstreetmap.josm.gui.MainApplication "$@"
+[ $? -eq 9 ] || break
+done
+EOF
+  chmod 755 "${pkgdir}"/usr/bin/$pkgname
+  install -Dm644 "${srcdir}"/$pkgname.conf.d "${pkgdir}"/etc/conf.d/$pkgname
+}

Deleted: josm.changelog
===
--- josm.changelog  2019-06-02 17:37:59 

[arch-commits] Commit in zam-plugins/repos/community-x86_64 (4 files)

2019-06-02 Thread David Runge via arch-commits
Date: Sunday, June 2, 2019 @ 16:43:00
  Author: dvzrv
Revision: 476617

archrelease: copy trunk to community-x86_64

Added:
  zam-plugins/repos/community-x86_64/PKGBUILD
(from rev 476616, zam-plugins/trunk/PKGBUILD)
Deleted:
  zam-plugins/repos/community-x86_64/PKGBUILD
  zam-plugins/repos/community-x86_64/system-zita-convolver.patch
  zam-plugins/repos/community-x86_64/zita-convolver4.patch

-+
 PKGBUILD|   79 -
 system-zita-convolver.patch |  155 ---
 zita-convolver4.patch   | 1994 --
 3 files changed, 36 insertions(+), 2192 deletions(-)

Deleted: PKGBUILD
===
--- PKGBUILD2019-06-02 16:42:24 UTC (rev 476616)
+++ PKGBUILD2019-06-02 16:43:00 UTC (rev 476617)
@@ -1,43 +0,0 @@
-# $Id$
-# Maintainer: David Runge 
-pkgname=zam-plugins
-pkgver=3.10
-pkgrel=5
-pkgdesc="Collection of LADSPA/LV2/VST/JACK audio plugins for high-quality 
processing"
-arch=('x86_64')
-url="https://github.com/zamaudio/zam-plugins;
-license=('GPL2')
-groups=('ladspa-plugins' 'lv2-plugins' 'pro-audio' 'vst-plugins')
-depends=('jack' 'libglvnd' 'liblo' 'zita-convolver')
-makedepends=('git' 'ladspa' 'libx11' 'libgl' 'lv2')
-source=("$pkgname-$pkgver::git+https://github.com/zamaudio/${pkgname}.git#tag=${pkgver};
-"git+https://github.com/distrho/dpf.git;
-'zita-convolver4.patch'
-'system-zita-convolver.patch')
-sha512sums=('SKIP'
-'SKIP'
-
'21bba1704ddf912146e3a6ce58752236f40695f592cffd50814cbc8083e8d97d8ed4791362990883a59f98b538bde32c320059f5db58061dbbcfddad9003ee02'
-
'bb3f3f2f0c5ce0c80755016566ffc2ea1436646ab69cd6f8cd82ea1b221d67490599264964edca062a9e3c19861f99d7c8f12cf51829e0432a9658c8adcf63f3')
-
-prepare() {
-  cd "$pkgname-$pkgver"
-  git submodule init
-  git config submodule.dpf.url "${srcdir}/dpf"
-  git submodule update
-  patch -Np1 -i ../zita-convolver4.patch
-  patch -Np1 -i ../system-zita-convolver.patch
-}
-
-build() {
-  cd "$pkgname-$pkgver"
-  export USE_SYSTEM_LIBS=1
-  make
-}
-
-package() {
-  cd "$pkgname-$pkgver"
-  make DESTDIR="$pkgdir/" PREFIX='/usr' install
-  # docs
-  install -t "${pkgdir}/usr/share/doc/${pkgname}/" \
--vDm 644 {README.md,changelog}
-}

Copied: zam-plugins/repos/community-x86_64/PKGBUILD (from rev 476616, 
zam-plugins/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2019-06-02 16:43:00 UTC (rev 476617)
@@ -0,0 +1,36 @@
+# Maintainer: David Runge 
+pkgname=zam-plugins
+pkgver=3.11
+pkgrel=1
+pkgdesc="Collection of LADSPA/LV2/VST/JACK audio plugins for high-quality 
processing"
+arch=('x86_64')
+url="https://github.com/zamaudio/zam-plugins;
+license=('GPL2')
+groups=('ladspa-plugins' 'lv2-plugins' 'pro-audio' 'vst-plugins')
+depends=('jack' 'libglvnd' 'liblo' 'zita-convolver')
+makedepends=('git' 'ladspa' 'libx11' 'libgl' 'lv2')
+source=("$pkgname-$pkgver::git+https://github.com/zamaudio/${pkgname}.git#tag=${pkgver};
+"git+https://github.com/distrho/dpf.git;)
+sha512sums=('SKIP'
+'SKIP')
+
+prepare() {
+  cd "$pkgname-$pkgver"
+  git submodule init
+  git config submodule.dpf.url "${srcdir}/dpf"
+  git submodule update
+}
+
+build() {
+  cd "$pkgname-$pkgver"
+  export HAVE_ZITA_CONVOLVER=true
+  make
+}
+
+package() {
+  cd "$pkgname-$pkgver"
+  make DESTDIR="$pkgdir/" PREFIX='/usr' install
+  # docs
+  install -t "${pkgdir}/usr/share/doc/${pkgname}/" \
+-vDm 644 {README.md,changelog}
+}

Deleted: system-zita-convolver.patch
===
--- system-zita-convolver.patch 2019-06-02 16:42:24 UTC (rev 476616)
+++ system-zita-convolver.patch 2019-06-02 16:43:00 UTC (rev 476617)
@@ -1,155 +0,0 @@
-From fbdbf082fef6c5e9cd7796c8e6726c8e98c7c040 Mon Sep 17 00:00:00 2001
-From: Guido Aulisi 
-Date: Wed, 28 Feb 2018 12:28:26 +0100
-Subject: [PATCH 3/3] Allow using system provided zita convolver library
-
-v.2: Rebase onto newer zita-convolver

- Makefile.mk   |  9 +
- plugins/ZamHeadX2/Makefile| 12 ++--
- plugins/ZamHeadX2/convolution.cpp |  1 -
- plugins/ZamHeadX2/convolution.hpp |  4 
- plugins/ZamVerb/Makefile  | 12 ++--
- plugins/ZamVerb/convolution.cpp   |  1 -
- plugins/ZamVerb/convolution.hpp   |  4 
- 7 files changed, 37 insertions(+), 6 deletions(-)
-
-diff --git a/Makefile.mk b/Makefile.mk
-index 7588326..b53ca4e 100644
 a/Makefile.mk
-+++ b/Makefile.mk
-@@ -85,6 +85,15 @@ ifeq ($(LINUX),true)
- HAVE_DGL   = $(shell pkg-config --exists gl x11 && echo true)
- HAVE_JACK  = $(shell pkg-config --exists jack   && echo true)
- HAVE_LIBLO = $(shell pkg-config --exists liblo  && echo true)
-+
-+# Allow to use system provided libs
-+ifeq ($(USE_SYSTEM_LIBS),1)
-+HAVE_ZITA_CONVOLVER = true
-+ZITA_CONVOLVER_LIBS = 

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

2019-06-02 Thread David Runge via arch-commits
Date: Sunday, June 2, 2019 @ 16:42:24
  Author: dvzrv
Revision: 476616

upgpkg: zam-plugins 3.11-1

Upgrading to 3.11. Removing zita-convolver related patches (they have been 
included upstream).
Now using HAVE_ZITA_CONVOLVER environment variable to build with system 
zita-convolver.

Modified:
  zam-plugins/trunk/PKGBUILD
Deleted:
  zam-plugins/trunk/system-zita-convolver.patch
  zam-plugins/trunk/zita-convolver4.patch

-+
 PKGBUILD|   16 
 system-zita-convolver.patch |  155 ---
 zita-convolver4.patch   | 1994 --
 3 files changed, 5 insertions(+), 2160 deletions(-)

Modified: PKGBUILD
===
--- PKGBUILD2019-06-02 15:47:40 UTC (rev 476615)
+++ PKGBUILD2019-06-02 16:42:24 UTC (rev 476616)
@@ -1,7 +1,7 @@
 # Maintainer: David Runge 
 pkgname=zam-plugins
-pkgver=3.10
-pkgrel=5
+pkgver=3.11
+pkgrel=1
 pkgdesc="Collection of LADSPA/LV2/VST/JACK audio plugins for high-quality 
processing"
 arch=('x86_64')
 url="https://github.com/zamaudio/zam-plugins;
@@ -10,13 +10,9 @@
 depends=('jack' 'libglvnd' 'liblo' 'zita-convolver')
 makedepends=('git' 'ladspa' 'libx11' 'libgl' 'lv2')
 
source=("$pkgname-$pkgver::git+https://github.com/zamaudio/${pkgname}.git#tag=${pkgver};
-"git+https://github.com/distrho/dpf.git;
-'zita-convolver4.patch'
-'system-zita-convolver.patch')
+"git+https://github.com/distrho/dpf.git;)
 sha512sums=('SKIP'
-'SKIP'
-
'21bba1704ddf912146e3a6ce58752236f40695f592cffd50814cbc8083e8d97d8ed4791362990883a59f98b538bde32c320059f5db58061dbbcfddad9003ee02'
-
'bb3f3f2f0c5ce0c80755016566ffc2ea1436646ab69cd6f8cd82ea1b221d67490599264964edca062a9e3c19861f99d7c8f12cf51829e0432a9658c8adcf63f3')
+'SKIP')
 
 prepare() {
   cd "$pkgname-$pkgver"
@@ -23,13 +19,11 @@
   git submodule init
   git config submodule.dpf.url "${srcdir}/dpf"
   git submodule update
-  patch -Np1 -i ../zita-convolver4.patch
-  patch -Np1 -i ../system-zita-convolver.patch
 }
 
 build() {
   cd "$pkgname-$pkgver"
-  export USE_SYSTEM_LIBS=1
+  export HAVE_ZITA_CONVOLVER=true
   make
 }
 

Deleted: system-zita-convolver.patch
===
--- system-zita-convolver.patch 2019-06-02 15:47:40 UTC (rev 476615)
+++ system-zita-convolver.patch 2019-06-02 16:42:24 UTC (rev 476616)
@@ -1,155 +0,0 @@
-From fbdbf082fef6c5e9cd7796c8e6726c8e98c7c040 Mon Sep 17 00:00:00 2001
-From: Guido Aulisi 
-Date: Wed, 28 Feb 2018 12:28:26 +0100
-Subject: [PATCH 3/3] Allow using system provided zita convolver library
-
-v.2: Rebase onto newer zita-convolver

- Makefile.mk   |  9 +
- plugins/ZamHeadX2/Makefile| 12 ++--
- plugins/ZamHeadX2/convolution.cpp |  1 -
- plugins/ZamHeadX2/convolution.hpp |  4 
- plugins/ZamVerb/Makefile  | 12 ++--
- plugins/ZamVerb/convolution.cpp   |  1 -
- plugins/ZamVerb/convolution.hpp   |  4 
- 7 files changed, 37 insertions(+), 6 deletions(-)
-
-diff --git a/Makefile.mk b/Makefile.mk
-index 7588326..b53ca4e 100644
 a/Makefile.mk
-+++ b/Makefile.mk
-@@ -85,6 +85,15 @@ ifeq ($(LINUX),true)
- HAVE_DGL   = $(shell pkg-config --exists gl x11 && echo true)
- HAVE_JACK  = $(shell pkg-config --exists jack   && echo true)
- HAVE_LIBLO = $(shell pkg-config --exists liblo  && echo true)
-+
-+# Allow to use system provided libs
-+ifeq ($(USE_SYSTEM_LIBS),1)
-+HAVE_ZITA_CONVOLVER = true
-+ZITA_CONVOLVER_LIBS = -lzita-convolver
-+BASE_FLAGS += -I/usr/include
-+export HAVE_ZITA_CONVOLVER
-+endif
-+
- endif
- 
- ifeq ($(MACOS),true)
-diff --git a/plugins/ZamHeadX2/Makefile b/plugins/ZamHeadX2/Makefile
-index 8500534..28e6931 100644
 a/plugins/ZamHeadX2/Makefile
-+++ b/plugins/ZamHeadX2/Makefile
-@@ -12,8 +12,11 @@ NAME = ZamHeadX2
- # --
- # Files to build
- 
--OBJS_DSP = \
--  ../../lib/zita-convolver-4.0.0/zita-convolver.cpp.o \
-+ifneq ($(HAVE_ZITA_CONVOLVER),true)
-+OBJS_DSP = ../../lib/zita-convolver-4.0.0/zita-convolver.cpp.o
-+endif
-+
-+OBJS_DSP += \
-   convolution.cpp.o \
-   ZamHeadX2Plugin.cpp.o
- 
-@@ -38,6 +41,11 @@ else
- TARGETS += lv2_dsp
- endif
- 
-+ifeq ($(HAVE_ZITA_CONVOLVER),true)
-+BASE_FLAGS += -DHAVE_ZITA_CONVOLVER
-+LINK_FLAGS += $(ZITA_CONVOLVER_LIBS)
-+endif
-+
- TARGETS += vst
- 
- all: $(TARGETS)
-diff --git a/plugins/ZamHeadX2/convolution.cpp 
b/plugins/ZamHeadX2/convolution.cpp
-index 0026ba2..8c42acc 100644
 a/plugins/ZamHeadX2/convolution.cpp
-+++ b/plugins/ZamHeadX2/convolution.cpp
-@@ -42,7 +42,6 @@
- #include 
- #include 
- 
--#include "../../lib/zita-convolver-4.0.0/zita-convolver.h"
- #include 
- #include "convolution.hpp"
- 
-diff --git a/plugins/ZamHeadX2/convolution.hpp 
b/plugins/ZamHeadX2/convolution.hpp
-index 80be8e6..8cdcd71 100644
 

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

2019-06-02 Thread Filipe Laíns via arch-commits
Date: Sunday, June 2, 2019 @ 15:47:40
  Author: ffy00
Revision: 476615

archrelease: copy trunk to community-x86_64

Added:
  pulseeffects/repos/community-x86_64/PKGBUILD
(from rev 476614, pulseeffects/trunk/PKGBUILD)
Deleted:
  pulseeffects/repos/community-x86_64/PKGBUILD

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

Deleted: PKGBUILD
===
--- PKGBUILD2019-06-02 15:46:45 UTC (rev 476614)
+++ PKGBUILD2019-06-02 15:47:40 UTC (rev 476615)
@@ -1,37 +0,0 @@
-# Maintainer: Filipe Laíns (FFY00) 
-# Contributor: Wellington 
-
-pkgname=pulseeffects
-pkgver=4.6.2
-pkgrel=1
-pkgdesc='Audio Effects for Pulseaudio Applications'
-arch=('x86_64')
-url='https://github.com/wwmm/pulseeffects'
-license=('GPL3')
-depends=('gtk3' 'gtkmm3' 'glibmm' 'libpulse' 'gstreamer' 'gst-plugins-good' 
'gst-plugins-bad'
-'lilv' 'boost-libs' 'libsigc++' 'libsndfile' 'libsamplerate' 
'zita-convolver' 'libebur128')
-makedepends=('meson' 'boost' 'itstool' 'appstream-glib'
- 'calf' 'zam-plugins' 'rubberband' 'mda.lv2')
-optdepends=('calf: limiter, compressor exciter, bass enhancer and others'
-'zam-plugins: maximizer'
-'rubberband: pitch shifting'
-'mda.lv2: loudness'
-'lsp-plugins: eqqualizer')
-source=("$pkgname-$pkgver.tar.gz::$url/archive/v$pkgver.tar.gz")
-sha512sums=('fcb201f1507f2bdd01564bbbaa77d58b3e8f8eac45b3caca241e53d86dbce80a68d1ead1eec9583bd9339d5efeee698d99a332e10dda01adf541c7a70e3bad0c')
-
-build() {
-  mkdir -p $pkgname-$pkgver/build
-  cd $pkgname-$pkgver/build
-
-  arch-meson ..
-
-  ninja
-}
-
-package() {
-  cd $pkgname-$pkgver/build
-
-  DESTDIR="$pkgdir" ninja install
-}
-

Copied: pulseeffects/repos/community-x86_64/PKGBUILD (from rev 476614, 
pulseeffects/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2019-06-02 15:47:40 UTC (rev 476615)
@@ -0,0 +1,37 @@
+# Maintainer: Filipe Laíns (FFY00) 
+# Contributor: Wellington 
+
+pkgname=pulseeffects
+pkgver=4.6.3
+pkgrel=1
+pkgdesc='Audio Effects for Pulseaudio Applications'
+arch=('x86_64')
+url='https://github.com/wwmm/pulseeffects'
+license=('GPL3')
+depends=('gtk3' 'gtkmm3' 'glibmm' 'libpulse' 'gstreamer' 'gst-plugins-good' 
'gst-plugins-bad'
+'lilv' 'boost-libs' 'libsigc++' 'libsndfile' 'libsamplerate' 
'zita-convolver' 'libebur128')
+makedepends=('meson' 'boost' 'itstool' 'appstream-glib'
+ 'calf' 'zam-plugins' 'rubberband' 'mda.lv2')
+optdepends=('calf: limiter, compressor exciter, bass enhancer and others'
+'zam-plugins: maximizer'
+'rubberband: pitch shifting'
+'mda.lv2: loudness'
+'lsp-plugins: eqqualizer')
+source=("$pkgname-$pkgver.tar.gz::$url/archive/v$pkgver.tar.gz")
+sha512sums=('645a19a6f5f1726474a675edc0048eccd37e7236fd863ecbd8c382028344cd3d4a2cbd5c4a8e830e5fb793ddf50c0b24c45f5d93acb7a880ae32c3c940e8d2ea')
+
+build() {
+  mkdir -p $pkgname-$pkgver/build
+  cd $pkgname-$pkgver/build
+
+  arch-meson ..
+
+  ninja
+}
+
+package() {
+  cd $pkgname-$pkgver/build
+
+  DESTDIR="$pkgdir" ninja install
+}
+


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

2019-06-02 Thread Filipe Laíns via arch-commits
Date: Sunday, June 2, 2019 @ 15:46:45
  Author: ffy00
Revision: 476614

upgpkg: pulseeffects 4.6.3-1

Modified:
  pulseeffects/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2019-06-02 14:08:32 UTC (rev 476613)
+++ PKGBUILD2019-06-02 15:46:45 UTC (rev 476614)
@@ -2,7 +2,7 @@
 # Contributor: Wellington 
 
 pkgname=pulseeffects
-pkgver=4.6.2
+pkgver=4.6.3
 pkgrel=1
 pkgdesc='Audio Effects for Pulseaudio Applications'
 arch=('x86_64')
@@ -18,7 +18,7 @@
 'mda.lv2: loudness'
 'lsp-plugins: eqqualizer')
 source=("$pkgname-$pkgver.tar.gz::$url/archive/v$pkgver.tar.gz")
-sha512sums=('fcb201f1507f2bdd01564bbbaa77d58b3e8f8eac45b3caca241e53d86dbce80a68d1ead1eec9583bd9339d5efeee698d99a332e10dda01adf541c7a70e3bad0c')
+sha512sums=('645a19a6f5f1726474a675edc0048eccd37e7236fd863ecbd8c382028344cd3d4a2cbd5c4a8e830e5fb793ddf50c0b24c45f5d93acb7a880ae32c3c940e8d2ea')
 
 build() {
   mkdir -p $pkgname-$pkgver/build


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

2019-06-02 Thread Morten Linderud via arch-commits
Date: Sunday, June 2, 2019 @ 14:08:32
  Author: foxboron
Revision: 476613

archrelease: copy trunk to community-x86_64

Added:
  python-wxpython/repos/community-x86_64/PKGBUILD
(from rev 476612, python-wxpython/trunk/PKGBUILD)
Deleted:
  python-wxpython/repos/community-x86_64/PKGBUILD

--+
 PKGBUILD |   86 ++---
 1 file changed, 43 insertions(+), 43 deletions(-)

Deleted: PKGBUILD
===
--- PKGBUILD2019-06-02 14:08:25 UTC (rev 476612)
+++ PKGBUILD2019-06-02 14:08:32 UTC (rev 476613)
@@ -1,43 +0,0 @@
-# Maintainer: Filipe Laíns (FFY00) 
-# Contributor: Eric Bélanger 
-
-pkgname=python-wxpython
-_pkgname=wxPython
-pkgver=4.0.5
-pkgrel=3
-pkgdesc='Cross-platform GUI toolkit'
-arch=('x86_64')
-license=('custom:wxWindows')
-url='https://www.wxpython.org'
-depends=('wxgtk3' 'python-six')
-optdepends=('python-pypubsub: Alternative to the deprecated wx.lib.pubsub API')
-makedepends=('mesa' 'glu' 'webkit2gtk' 'python-pathlib2' 'python-requests' 
'python-setuptools')
-checkdepends=('xorg-server-xvfb' 'python-pytest' 'python-numpy')
-source=("https://files.pythonhosted.org/packages/source/w/wxPython/wxPython-$pkgver.tar.gz;)
-sha512sums=('9ae419b243da061b467428872d36d6e996c23844ffd040b525014dae0821b8507911854af89056680aaf7207755ded79ce51322a4582c14e11aff5fbdf2f8ed8')
-
-prepare() {
-  sed -i "s|WX_CONFIG = 'wx-config'|WX_CONFIG = 'wx-config-gtk3'|" 
$_pkgname-$pkgver/build.py
-}
-
-build() {
-  cd $_pkgname-$pkgver
-
-  python build.py build --use_syswx --release
-}
-
-check() {
-  cd $_pkgname-$pkgver
-
-  xvfb-run python build.py test
-}
-
-package() {
-  cd $_pkgname-$pkgver
-
-  python build.py install --destdir="$pkgdir"
-
-  install -Dm 644 LICENSE.txt "$pkgdir"/usr/share/licenses/$pkgname/LICENSE.txt
-  find "$pkgdir/usr/lib" -type f | xargs chmod 644
-}
-

Copied: python-wxpython/repos/community-x86_64/PKGBUILD (from rev 476612, 
python-wxpython/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2019-06-02 14:08:32 UTC (rev 476613)
@@ -0,0 +1,43 @@
+# Maintainer: Filipe Laíns (FFY00) 
+# Contributor: Eric Bélanger 
+
+pkgname=python-wxpython
+_pkgname=wxPython
+pkgver=4.0.6
+pkgrel=1
+pkgdesc='Cross-platform GUI toolkit'
+arch=('x86_64')
+license=('custom:wxWindows')
+url='https://www.wxpython.org'
+depends=('wxgtk3' 'python-six')
+optdepends=('python-pypubsub: Alternative to the deprecated wx.lib.pubsub API')
+makedepends=('mesa' 'glu' 'webkit2gtk' 'python-pathlib2' 'python-requests' 
'python-setuptools')
+checkdepends=('xorg-server-xvfb' 'python-pytest' 'python-numpy')
+source=("https://files.pythonhosted.org/packages/source/w/wxPython/wxPython-$pkgver.tar.gz;)
+sha512sums=('bfe799e1a0987cb57f2e31199cdb522471aaa08bb3b642fdf4130f4219b81487d4b6252f7a8afd3af7cdaeef2e992cecfc581e97d8b42307a4e0a8c9009db301')
+
+prepare() {
+  sed -i "s|WX_CONFIG = 'wx-config'|WX_CONFIG = 'wx-config-gtk3'|" 
$_pkgname-$pkgver/build.py
+}
+
+build() {
+  cd $_pkgname-$pkgver
+
+  python build.py build --use_syswx --release
+}
+
+check() {
+  cd $_pkgname-$pkgver
+
+  xvfb-run python build.py test
+}
+
+package() {
+  cd $_pkgname-$pkgver
+
+  python build.py install --destdir="$pkgdir"
+
+  install -Dm 644 LICENSE.txt "$pkgdir"/usr/share/licenses/$pkgname/LICENSE.txt
+  find "$pkgdir/usr/lib" -type f | xargs chmod 644
+}
+


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

2019-06-02 Thread Morten Linderud via arch-commits
Date: Sunday, June 2, 2019 @ 14:08:25
  Author: foxboron
Revision: 476612

upgpkg: python-wxpython 4.0.6-1

Modified:
  python-wxpython/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2019-06-02 13:50:22 UTC (rev 476611)
+++ PKGBUILD2019-06-02 14:08:25 UTC (rev 476612)
@@ -3,8 +3,8 @@
 
 pkgname=python-wxpython
 _pkgname=wxPython
-pkgver=4.0.5
-pkgrel=3
+pkgver=4.0.6
+pkgrel=1
 pkgdesc='Cross-platform GUI toolkit'
 arch=('x86_64')
 license=('custom:wxWindows')
@@ -14,7 +14,7 @@
 makedepends=('mesa' 'glu' 'webkit2gtk' 'python-pathlib2' 'python-requests' 
'python-setuptools')
 checkdepends=('xorg-server-xvfb' 'python-pytest' 'python-numpy')
 
source=("https://files.pythonhosted.org/packages/source/w/wxPython/wxPython-$pkgver.tar.gz;)
-sha512sums=('9ae419b243da061b467428872d36d6e996c23844ffd040b525014dae0821b8507911854af89056680aaf7207755ded79ce51322a4582c14e11aff5fbdf2f8ed8')
+sha512sums=('bfe799e1a0987cb57f2e31199cdb522471aaa08bb3b642fdf4130f4219b81487d4b6252f7a8afd3af7cdaeef2e992cecfc581e97d8b42307a4e0a8c9009db301')
 
 prepare() {
   sed -i "s|WX_CONFIG = 'wx-config'|WX_CONFIG = 'wx-config-gtk3'|" 
$_pkgname-$pkgver/build.py


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

2019-06-02 Thread Morten Linderud via arch-commits
Date: Sunday, June 2, 2019 @ 13:50:22
  Author: foxboron
Revision: 476611

archrelease: copy trunk to community-any

Added:
  python-pew/repos/community-any/PKGBUILD
(from rev 476610, python-pew/trunk/PKGBUILD)
Deleted:
  python-pew/repos/community-any/PKGBUILD

--+
 PKGBUILD |  137 ++---
 1 file changed, 68 insertions(+), 69 deletions(-)

Deleted: PKGBUILD
===
--- PKGBUILD2019-06-02 13:50:14 UTC (rev 476610)
+++ PKGBUILD2019-06-02 13:50:22 UTC (rev 476611)
@@ -1,69 +0,0 @@
-# $Id$
-# Maintainer: Morten Linderud  
-# Contributor: Jos? Luis Lafuente 
-# Contributor: Arthur Vuillard 
-
-pkgbase='python-pew'
-pkgname=('python-pew' 'python2-pew')
-pkgver=1.1.5
-pkgrel=2
-pkgdesc="Python Env Wrapper, a set of tools to manage multiple virtual 
environments"
-url="https://github.com/berdario/pew;
-arch=('any')
-license=('MIT')
-makedepends=('python' 'python-setuptools'
- 'python2' 'python2-setuptools')
-source=("${pkgname}-${pkgver}.tar.gz::https://github.com/berdario/pew/archive/$pkgver.zip;)
-sha256sums=('24b0fe0305a293acf4cc95136e73a313b4a749c5aa5ae2a56b4e384224b2381e')
-
-prepare() {
-  cp -a pew-$pkgver{,-py2}
-}
-
-build(){
-  cd "$srcdir/pew-$pkgver"
-  python setup.py build
-
-  cd "$srcdir/pew-$pkgver-py2"
-  python2 setup.py build
-}
-
-package_python-pew() {
-  depends=('python' 'python-virtualenv' 'python-virtualenv-clone')
-  cd "${pkgname##*-}-${pkgver}"
-  #python3 setup.py install --prefix=/usr --root="$pkgdir"
-  python setup.py install --root="${pkgdir}" --optimize=1 --skip-build
-
-  install -D -m644 "pew/shell_config/complete.fish" \
-"$pkgdir/usr/share/fish/completions/pew.fish"
-
-  install -D -m644 "pew/shell_config/complete.bash" \
-"$pkgdir/usr/share/bash-completion/completions/pew"
-
-  install -D -m644 "pew/shell_config/complete.zsh" \
-"$pkgdir/usr/share/zsh/site-functions/_pew"
-
-  install -Dm 644 LICENSE "${pkgdir}/usr/share/licenses/${pkgname}/LICENSE"
-}
-
-package_python2-pew() {
-  depends=('python2' 'python2-virtualenv' 'python2-virtualenv-clone' 
-   'python2-pathlib' 'python2-backports.shutil_get_terminal_size' 
-  'python2-shutilwhich')
-  cd "${pkgname##*-}-${pkgver}-py2"
-  python2 setup.py install --root="${pkgdir}" --optimize=1 --skip-build
-
-  mv "${pkgdir}/usr/bin/pew" "${pkgdir}/usr/bin/pew2"
-
-  install -D -m644 "pew/shell_config/complete.fish" \
-"$pkgdir/usr/share/fish/completions/pew2.fish"
-
-  install -D -m644 "pew/shell_config/complete.bash" \
-"$pkgdir/usr/share/bash-completion/completions/pew2"
-
-  install -D -m644 "pew/shell_config/complete.zsh" \
-"$pkgdir/usr/share/zsh/site-functions/_pew2"
-
-  install -Dm 644 LICENSE "${pkgdir}/usr/share/licenses/${pkgname}/LICENSE"
-}
-

Copied: python-pew/repos/community-any/PKGBUILD (from rev 476610, 
python-pew/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2019-06-02 13:50:22 UTC (rev 476611)
@@ -0,0 +1,68 @@
+# Maintainer: Morten Linderud  
+# Contributor: Jos? Luis Lafuente 
+# Contributor: Arthur Vuillard 
+
+pkgbase='python-pew'
+pkgname=('python-pew' 'python2-pew')
+pkgver=1.2.0
+pkgrel=1
+pkgdesc="Python Env Wrapper, a set of tools to manage multiple virtual 
environments"
+url="https://github.com/berdario/pew;
+arch=('any')
+license=('MIT')
+makedepends=('python' 'python-setuptools'
+ 'python2' 'python2-setuptools')
+source=("${pkgname}-${pkgver}.tar.gz::https://github.com/berdario/pew/archive/$pkgver.zip;)
+sha256sums=('58e4f04ba644080ef820c2e07d1704112727e392c2fd1d42cdc31e112ffc2345')
+
+prepare() {
+  cp -a pew-$pkgver{,-py2}
+}
+
+build(){
+  cd "$srcdir/pew-$pkgver"
+  python setup.py build
+
+  cd "$srcdir/pew-$pkgver-py2"
+  python2 setup.py build
+}
+
+package_python-pew() {
+  depends=('python' 'python-virtualenv' 'python-virtualenv-clone')
+  cd "${pkgname##*-}-${pkgver}"
+  #python3 setup.py install --prefix=/usr --root="$pkgdir"
+  python setup.py install --root="${pkgdir}" --optimize=1 --skip-build
+
+  install -D -m644 "pew/shell_config/complete.fish" \
+"$pkgdir/usr/share/fish/completions/pew.fish"
+
+  install -D -m644 "pew/shell_config/complete.bash" \
+"$pkgdir/usr/share/bash-completion/completions/pew"
+
+  install -D -m644 "pew/shell_config/complete.zsh" \
+"$pkgdir/usr/share/zsh/site-functions/_pew"
+
+  install -Dm 644 LICENSE "${pkgdir}/usr/share/licenses/${pkgname}/LICENSE"
+}
+
+package_python2-pew() {
+  depends=('python2' 'python2-virtualenv' 'python2-virtualenv-clone' 
+   'python2-pathlib' 'python2-backports.shutil_get_terminal_size' 
+  'python2-shutilwhich')
+  cd "${pkgname##*-}-${pkgver}-py2"
+  python2 setup.py install --root="${pkgdir}" --optimize=1 --skip-build
+
+  mv "${pkgdir}/usr/bin/pew" "${pkgdir}/usr/bin/pew2"
+
+  install -D -m644 

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

2019-06-02 Thread Morten Linderud via arch-commits
Date: Sunday, June 2, 2019 @ 13:50:14
  Author: foxboron
Revision: 476610

upgpkg: python-pew 1.2.0-1

Modified:
  python-pew/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2019-06-02 13:49:20 UTC (rev 476609)
+++ PKGBUILD2019-06-02 13:50:14 UTC (rev 476610)
@@ -4,8 +4,8 @@
 
 pkgbase='python-pew'
 pkgname=('python-pew' 'python2-pew')
-pkgver=1.1.5
-pkgrel=2
+pkgver=1.2.0
+pkgrel=1
 pkgdesc="Python Env Wrapper, a set of tools to manage multiple virtual 
environments"
 url="https://github.com/berdario/pew;
 arch=('any')
@@ -13,7 +13,7 @@
 makedepends=('python' 'python-setuptools'
  'python2' 'python2-setuptools')
 
source=("${pkgname}-${pkgver}.tar.gz::https://github.com/berdario/pew/archive/$pkgver.zip;)
-sha256sums=('24b0fe0305a293acf4cc95136e73a313b4a749c5aa5ae2a56b4e384224b2381e')
+sha256sums=('58e4f04ba644080ef820c2e07d1704112727e392c2fd1d42cdc31e112ffc2345')
 
 prepare() {
   cp -a pew-$pkgver{,-py2}


[arch-commits] Commit in python-m2crypto/repos/community-x86_64 (4 files)

2019-06-02 Thread Morten Linderud via arch-commits
Date: Sunday, June 2, 2019 @ 13:49:20
  Author: foxboron
Revision: 476609

archrelease: copy trunk to community-x86_64

Added:
  python-m2crypto/repos/community-x86_64/LICENSE
(from rev 476608, python-m2crypto/trunk/LICENSE)
  python-m2crypto/repos/community-x86_64/PKGBUILD
(from rev 476608, python-m2crypto/trunk/PKGBUILD)
Deleted:
  python-m2crypto/repos/community-x86_64/LICENSE
  python-m2crypto/repos/community-x86_64/PKGBUILD

--+
 LICENSE  |   52 
 PKGBUILD |   97 ++---
 2 files changed, 74 insertions(+), 75 deletions(-)

Deleted: LICENSE
===
--- LICENSE 2019-06-02 13:49:12 UTC (rev 476608)
+++ LICENSE 2019-06-02 13:49:20 UTC (rev 476609)
@@ -1,26 +0,0 @@
-Copyright (c) 1999-2004 Ng Pheng Siong. All rights reserved.
-
-Portions copyright (c) 2004-2006 Open Source Applications Foundation. 
-All rights reserved.
-
-Portions copyright (c) 2005-2006 Vrije Universiteit Amsterdam. 
-All rights reserved.
-
-Copyright (c) 2008-2010 Heikki Toivonen. All rights reserved.
-
-Permission to use, copy, modify, and distribute this software and its
-documentation for any purpose and without fee is hereby granted,
-provided that the above copyright notice appear in all copies and that
-both that copyright notice and this permission notice appear in
-supporting documentation.
-
-THE AUTHOR PROVIDES THIS SOFTWARE ``AS IS'' AND ANY EXPRESSED OR 
-IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE IMPLIED WARRANTIES 
-OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE ARE DISCLAIMED.  
-IN NO EVENT SHALL THE AUTHOR BE LIABLE FOR ANY DIRECT, INDIRECT, 
-INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, BUT
-NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; LOSS OF USE, 
-DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON ANY 
-THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT 
-(INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE 
-OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.

Copied: python-m2crypto/repos/community-x86_64/LICENSE (from rev 476608, 
python-m2crypto/trunk/LICENSE)
===
--- LICENSE (rev 0)
+++ LICENSE 2019-06-02 13:49:20 UTC (rev 476609)
@@ -0,0 +1,26 @@
+Copyright (c) 1999-2004 Ng Pheng Siong. All rights reserved.
+
+Portions copyright (c) 2004-2006 Open Source Applications Foundation. 
+All rights reserved.
+
+Portions copyright (c) 2005-2006 Vrije Universiteit Amsterdam. 
+All rights reserved.
+
+Copyright (c) 2008-2010 Heikki Toivonen. All rights reserved.
+
+Permission to use, copy, modify, and distribute this software and its
+documentation for any purpose and without fee is hereby granted,
+provided that the above copyright notice appear in all copies and that
+both that copyright notice and this permission notice appear in
+supporting documentation.
+
+THE AUTHOR PROVIDES THIS SOFTWARE ``AS IS'' AND ANY EXPRESSED OR 
+IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE IMPLIED WARRANTIES 
+OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE ARE DISCLAIMED.  
+IN NO EVENT SHALL THE AUTHOR BE LIABLE FOR ANY DIRECT, INDIRECT, 
+INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, BUT
+NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; LOSS OF USE, 
+DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON ANY 
+THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT 
+(INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE 
+OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.

Deleted: PKGBUILD
===
--- PKGBUILD2019-06-02 13:49:12 UTC (rev 476608)
+++ PKGBUILD2019-06-02 13:49:20 UTC (rev 476609)
@@ -1,49 +0,0 @@
-# $Id: PKGBUILD 140196 2011-10-09 08:27:16Z angvp $
-# Maintainer: Morten Linderud 
-# Contributor: Angel Velasquez  
-# Contributor: Sergej Pupykin 
-# Contributor: William Rea 
-
-pkgbase=python-m2crypto
-pkgname=(python2-m2crypto python-m2crypto)
-pkgver=0.30.1
-pkgrel=2
-pkgdesc="A crypto and SSL toolkit for Python"
-arch=('x86_64')
-url="https://pypi.python.org/pypi/M2Crypto;
-license=('BSD')
-makedepends=('python' 'python-setuptools'
- 'python2' 'python2-setuptools'
-'swig')
-source=("${pkgname}-${pkgver}.tar.gz::https://gitlab.com/m2crypto/m2crypto/repository/${pkgver}/archive.tar.gz;
-   "LICENSE")
-sha256sums=('02eacd9b47aace718bb64cd2233e225aa44db8d60e9f077fb176a36b79ed14a6'
-'4eca478396f4b2b020729a111fce3f096456d74500bfd8f2b0388c3c69f997c0')
-
-prepare() {
-  mv m2crypto-${pkgver}-* m2crypto-${pkgver}
-  cp -a m2crypto-$pkgver{,-py2}
-}
-
-build(){
-  cd "$srcdir/m2crypto-$pkgver-py2"
-  python2 setup.py build

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

2019-06-02 Thread Morten Linderud via arch-commits
Date: Sunday, June 2, 2019 @ 13:49:12
  Author: foxboron
Revision: 476608

upgpkg: python-m2crypto 0.34.0-1

Modified:
  python-m2crypto/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2019-06-02 13:47:44 UTC (rev 476607)
+++ PKGBUILD2019-06-02 13:49:12 UTC (rev 476608)
@@ -5,8 +5,8 @@
 
 pkgbase=python-m2crypto
 pkgname=(python2-m2crypto python-m2crypto)
-pkgver=0.30.1
-pkgrel=2
+pkgver=0.34.0
+pkgrel=1
 pkgdesc="A crypto and SSL toolkit for Python"
 arch=('x86_64')
 url="https://pypi.python.org/pypi/M2Crypto;
@@ -16,7 +16,7 @@
 'swig')
 
source=("${pkgname}-${pkgver}.tar.gz::https://gitlab.com/m2crypto/m2crypto/repository/${pkgver}/archive.tar.gz;
"LICENSE")
-sha256sums=('02eacd9b47aace718bb64cd2233e225aa44db8d60e9f077fb176a36b79ed14a6'
+sha256sums=('862173e517b3919a840ce58834bee0cbac1114a08851e049ed97bf7f9a084426'
 '4eca478396f4b2b020729a111fce3f096456d74500bfd8f2b0388c3c69f997c0')
 
 prepare() {


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

2019-06-02 Thread Morten Linderud via arch-commits
Date: Sunday, June 2, 2019 @ 13:47:44
  Author: foxboron
Revision: 476607

archrelease: copy trunk to community-any

Added:
  hy/repos/community-any/PKGBUILD
(from rev 476606, hy/trunk/PKGBUILD)
Deleted:
  hy/repos/community-any/PKGBUILD

--+
 PKGBUILD |   84 ++---
 1 file changed, 42 insertions(+), 42 deletions(-)

Deleted: PKGBUILD
===
--- PKGBUILD2019-06-02 13:47:37 UTC (rev 476606)
+++ PKGBUILD2019-06-02 13:47:44 UTC (rev 476607)
@@ -1,42 +0,0 @@
-# Maintainer: Morten Linderud 
-# Contributor: JP Cimalando 
-
-pkgname=hy
-pkgver=0.15.0
-pkgrel=2
-pkgdesc="A dialect of Lisp that's embedded in Python"
-arch=('any')
-url="http://hylang.org/;
-license=('MIT')
-depends=('python-rply' 'python-astor' 'python-clint' 'python-funcparserlib')
-makedepends=('python-setuptools')
-checkdepends=('python-pytest' 'python-pytest-runner')
-source=("$pkgname-$pkgver.tar.gz::https://github.com/hylang/hy/archive/$pkgver.tar.gz;)
-md5sums=('74e6def3be716730706ff273bfa648eb')
-
-prepare() {
-cd "$pkgname-$pkgver"
-
-# usually generated from git metadata and aded to PyPI sdist
-# PyPI does not include testsuite files.
-echo "__version__ = '$pkgver'" > hy/version.py
-}
-
-build() {
-cd "$pkgname-$pkgver"
-python setup.py build
-}
-
-check(){
-cd "$pkgname-$pkgver"
-python setup.py develop --user
-PATH="$HOME/.local/bin:$PATH"
-python setup.py pytest #--addopts "-k 'not test_bin'"
-}
-
-package() {
-cd "$pkgname-$pkgver"
-python setup.py install --root="$pkgdir/" --optimize=1 --skip-build
-install -D -m644 LICENSE "$pkgdir/usr/share/licenses/$pkgname/LICENSE"
-rm -rf "$pkgdir/usr/get_version"
-}

Copied: hy/repos/community-any/PKGBUILD (from rev 476606, hy/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2019-06-02 13:47:44 UTC (rev 476607)
@@ -0,0 +1,42 @@
+# Maintainer: Morten Linderud 
+# Contributor: JP Cimalando 
+
+pkgname=hy
+pkgver=0.17.0
+pkgrel=1
+pkgdesc="A dialect of Lisp that's embedded in Python"
+arch=('any')
+url="http://hylang.org/;
+license=('MIT')
+depends=('python-rply' 'python-astor' 'python-clint' 'python-funcparserlib')
+makedepends=('python-setuptools')
+checkdepends=('python-pytest' 'python-pytest-runner')
+source=("$pkgname-$pkgver.tar.gz::https://github.com/hylang/hy/archive/$pkgver.tar.gz;)
+md5sums=('fc719573093f14caba2fade84a8d11e9')
+
+prepare() {
+cd "$pkgname-$pkgver"
+
+# usually generated from git metadata and aded to PyPI sdist
+# PyPI does not include testsuite files.
+echo "__version__ = '$pkgver'" > hy/version.py
+}
+
+build() {
+cd "$pkgname-$pkgver"
+python setup.py build
+}
+
+check(){
+cd "$pkgname-$pkgver"
+python setup.py develop --user
+PATH="$HOME/.local/bin:$PATH"
+python setup.py pytest #--addopts "-k 'not test_bin'"
+}
+
+package() {
+cd "$pkgname-$pkgver"
+python setup.py install --root="$pkgdir/" --optimize=1 --skip-build
+install -D -m644 LICENSE "$pkgdir/usr/share/licenses/$pkgname/LICENSE"
+rm -rf "$pkgdir/usr/get_version"
+}


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

2019-06-02 Thread Morten Linderud via arch-commits
Date: Sunday, June 2, 2019 @ 13:47:37
  Author: foxboron
Revision: 476606

upgpkg: hy 0.17.0-1

Modified:
  hy/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2019-06-02 13:46:30 UTC (rev 476605)
+++ PKGBUILD2019-06-02 13:47:37 UTC (rev 476606)
@@ -2,8 +2,8 @@
 # Contributor: JP Cimalando 
 
 pkgname=hy
-pkgver=0.15.0
-pkgrel=2
+pkgver=0.17.0
+pkgrel=1
 pkgdesc="A dialect of Lisp that's embedded in Python"
 arch=('any')
 url="http://hylang.org/;
@@ -12,7 +12,7 @@
 makedepends=('python-setuptools')
 checkdepends=('python-pytest' 'python-pytest-runner')
 
source=("$pkgname-$pkgver.tar.gz::https://github.com/hylang/hy/archive/$pkgver.tar.gz;)
-md5sums=('74e6def3be716730706ff273bfa648eb')
+md5sums=('fc719573093f14caba2fade84a8d11e9')
 
 prepare() {
 cd "$pkgname-$pkgver"


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

2019-06-02 Thread Morten Linderud via arch-commits
Date: Sunday, June 2, 2019 @ 13:46:30
  Author: foxboron
Revision: 476605

archrelease: copy trunk to community-x86_64

Added:
  python-ldap/repos/community-x86_64/PKGBUILD
(from rev 476604, python-ldap/trunk/PKGBUILD)
Deleted:
  python-ldap/repos/community-x86_64/PKGBUILD

--+
 PKGBUILD |  108 ++---
 1 file changed, 54 insertions(+), 54 deletions(-)

Deleted: PKGBUILD
===
--- PKGBUILD2019-06-02 13:46:22 UTC (rev 476604)
+++ PKGBUILD2019-06-02 13:46:30 UTC (rev 476605)
@@ -1,54 +0,0 @@
-# Maintainer: Morten Linderud 
-# Contributor: Maikel Wever 
-
-pkgbase=python-ldap
-pkgname=(python-ldap python2-ldap)
-pkgver=3.1.0
-pkgrel=2
-pkgdesc="LDAP client API for Python"
-url="http://python-ldap.readthedocs.io/;
-arch=('x86_64')
-license=('MIT')
-makedepends=('python' 'python-setuptools'
- 'python2' 'python2-setuptools'
-'python-coverage' 'python2-coverage')
-checkdepends=('openldap' 'python-pyasn1' 'python-pyasn1-modules'
- 'python2-pyasn1' 'python2-pyasn1-modules')
-source=("${pkgname}-${pkgver}.tar.gz::https://github.com/python-ldap/python-ldap/archive/${pkgname}-${pkgver}.tar.gz;)
-sha256sums=('11a20a0bdb4661d5463e7d288ef1f46a2345d1ecdfd433a21aef7ff7e8263b41')
-
-prepare() {
-  cp -a ${pkgbase}-${pkgbase}-$pkgver{,-py2}
-}
-
-build(){
-  cd "$srcdir/$pkgbase-$pkgbase-$pkgver"
-  python setup.py build
-
-  cd "$srcdir/$pkgbase-$pkgbase-$pkgver-py2"
-  python2 setup.py build
-}
-
-check(){
-  cd "$srcdir/$pkgbase-$pkgbase-$pkgver"
-  python -m coverage run --parallel setup.py test
-
-  cd "$srcdir/$pkgbase-$pkgbase-$pkgver-py2"
-  python2 -m coverage run --parallel setup.py test
-}
-
-package_python2-ldap() {
-  depends=('python2' 'python2-pyasn1' 'python2-pyasn1-modules' 'libldap')
-  cd "$srcdir/$pkgbase-$pkgbase-$pkgver-py2"
-  python2 setup.py install --root="$pkgdir/" --optimize=1 --skip-build
-  install -Dm 644 LICENCE "${pkgdir}/usr/share/licenses/${pkgname}/LICENSE"
-
-}
-
-package_python-ldap() {
-  depends=('python' 'python-pyasn1' 'python-pyasn1-modules' 'libldap')
-  cd "$pkgbase-$pkgbase-$pkgver"
-  python setup.py install --root="$pkgdir/" --optimize=1 --skip-build
-  install -Dm 644 LICENCE "${pkgdir}/usr/share/licenses/${pkgname}/LICENSE"
-}
-

Copied: python-ldap/repos/community-x86_64/PKGBUILD (from rev 476604, 
python-ldap/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2019-06-02 13:46:30 UTC (rev 476605)
@@ -0,0 +1,54 @@
+# Maintainer: Morten Linderud 
+# Contributor: Maikel Wever 
+
+pkgbase=python-ldap
+pkgname=(python-ldap python2-ldap)
+pkgver=3.2.0
+pkgrel=1
+pkgdesc="LDAP client API for Python"
+url="http://python-ldap.readthedocs.io/;
+arch=('x86_64')
+license=('MIT')
+makedepends=('python' 'python-setuptools'
+ 'python2' 'python2-setuptools'
+'python-coverage' 'python2-coverage')
+checkdepends=('openldap' 'python-pyasn1' 'python-pyasn1-modules'
+ 'python2-pyasn1' 'python2-pyasn1-modules')
+source=("${pkgname}-${pkgver}.tar.gz::https://github.com/python-ldap/python-ldap/archive/${pkgname}-${pkgver}.tar.gz;)
+sha256sums=('ac6736345f5cdcd76fe54ac3ec6182b222c59c68d04c57690e44e449871e5730')
+
+prepare() {
+  cp -a ${pkgbase}-${pkgbase}-$pkgver{,-py2}
+}
+
+build(){
+  cd "$srcdir/$pkgbase-$pkgbase-$pkgver"
+  python setup.py build
+
+  cd "$srcdir/$pkgbase-$pkgbase-$pkgver-py2"
+  python2 setup.py build
+}
+
+check(){
+  cd "$srcdir/$pkgbase-$pkgbase-$pkgver"
+  python -m coverage run --parallel setup.py test
+
+  cd "$srcdir/$pkgbase-$pkgbase-$pkgver-py2"
+  python2 -m coverage run --parallel setup.py test
+}
+
+package_python2-ldap() {
+  depends=('python2' 'python2-pyasn1' 'python2-pyasn1-modules' 'libldap')
+  cd "$srcdir/$pkgbase-$pkgbase-$pkgver-py2"
+  python2 setup.py install --root="$pkgdir/" --optimize=1 --skip-build
+  install -Dm 644 LICENCE "${pkgdir}/usr/share/licenses/${pkgname}/LICENSE"
+
+}
+
+package_python-ldap() {
+  depends=('python' 'python-pyasn1' 'python-pyasn1-modules' 'libldap')
+  cd "$pkgbase-$pkgbase-$pkgver"
+  python setup.py install --root="$pkgdir/" --optimize=1 --skip-build
+  install -Dm 644 LICENCE "${pkgdir}/usr/share/licenses/${pkgname}/LICENSE"
+}
+


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

2019-06-02 Thread Morten Linderud via arch-commits
Date: Sunday, June 2, 2019 @ 13:46:22
  Author: foxboron
Revision: 476604

upgpkg: python-ldap 3.2.0-1

Modified:
  python-ldap/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2019-06-02 13:43:22 UTC (rev 476603)
+++ PKGBUILD2019-06-02 13:46:22 UTC (rev 476604)
@@ -3,8 +3,8 @@
 
 pkgbase=python-ldap
 pkgname=(python-ldap python2-ldap)
-pkgver=3.1.0
-pkgrel=2
+pkgver=3.2.0
+pkgrel=1
 pkgdesc="LDAP client API for Python"
 url="http://python-ldap.readthedocs.io/;
 arch=('x86_64')
@@ -15,7 +15,7 @@
 checkdepends=('openldap' 'python-pyasn1' 'python-pyasn1-modules'
  'python2-pyasn1' 'python2-pyasn1-modules')
 
source=("${pkgname}-${pkgver}.tar.gz::https://github.com/python-ldap/python-ldap/archive/${pkgname}-${pkgver}.tar.gz;)
-sha256sums=('11a20a0bdb4661d5463e7d288ef1f46a2345d1ecdfd433a21aef7ff7e8263b41')
+sha256sums=('ac6736345f5cdcd76fe54ac3ec6182b222c59c68d04c57690e44e449871e5730')
 
 prepare() {
   cp -a ${pkgbase}-${pkgbase}-$pkgver{,-py2}


[arch-commits] Commit in protege/repos/community-any (8 files)

2019-06-02 Thread Morten Linderud via arch-commits
Date: Sunday, June 2, 2019 @ 13:43:22
  Author: foxboron
Revision: 476603

archrelease: copy trunk to community-any

Added:
  protege/repos/community-any/PKGBUILD
(from rev 476602, protege/trunk/PKGBUILD)
  protege/repos/community-any/protege.desktop
(from rev 476602, protege/trunk/protege.desktop)
  protege/repos/community-any/protege.png
(from rev 476602, protege/trunk/protege.png)
  protege/repos/community-any/protege.sh
(from rev 476602, protege/trunk/protege.sh)
Deleted:
  protege/repos/community-any/PKGBUILD
  protege/repos/community-any/protege.desktop
  protege/repos/community-any/protege.png
  protege/repos/community-any/protege.sh

-+
 PKGBUILD|   76 +++---
 protege.desktop |   24 -
 protege.sh  |   10 +++
 3 files changed, 55 insertions(+), 55 deletions(-)

Deleted: PKGBUILD
===
--- PKGBUILD2019-06-02 13:43:11 UTC (rev 476602)
+++ PKGBUILD2019-06-02 13:43:22 UTC (rev 476603)
@@ -1,38 +0,0 @@
-
-# Maintainer: Morten Linderud  
-# Contributor: Thomas Dziedzic < gostrc at gmail >
-# Contributor: Geoffroy Carrier 
-# Contributor: Stefan Husmann 
-
-pkgname=protege
-pkgver=5.2.0
-pkgrel=5
-pkgdesc='Free, open source ontology editor and knowledge-base framework'
-arch=('any')
-url='http://protege.stanford.edu/'
-license=('MPL')
-depends=('java-runtime>=8' 'graphviz')
-makedepends=('maven' 'jdk8-openjdk')
-source=("$pkgname-$pkgver.tar.gz::https://github.com/protegeproject/protege/archive/v$pkgver.tar.gz;
-"${pkgname}.sh"
-"${pkgname}.desktop"
-"${pkgname}.png")
-sha256sums=('abbdd07b646b42fa29b3b2c5a169b9c7fbc9caa0aa41d3d86aa0e0724ab08e12'
-'1c531c402b58130ebcd7e5c0719b4afb49ce928e8e1af07d59c6ee61f2cc'
-'e0e054d864fafdee0c7a7a034b4a92fe2fe30fcce77f2aabd71afb57d0ab'
-'3ee61d8cfcbcfc91c86c9dddc24e40f9fc0e6943bf879548340610c95d64d194')
-
-build(){
-  cd "protege-$pkgver"
-  mvn clean package -Dmaven.test.skip=true
-}
-
-package() {
-  cd 
"protege-$pkgver/protege-desktop/target/protege-$pkgver-platform-independent/Protege-$pkgver"
-  install -d "${pkgdir}/usr/share/java/${pkgname}"
-  cp -r * "${pkgdir}/usr/share/java/${pkgname}"
-  install -d "${pkgdir}/usr/bin"
-  install -D "${srcdir}/protege.sh" "${pkgdir}/usr/bin/protege"
-  install -Dm644 "${srcdir}/$pkgname.desktop" 
"$pkgdir/usr/share/applications/$pkgname.desktop"
-  install -Dm644 "${srcdir}/$pkgname.png" 
"$pkgdir/usr/share/pixmaps/$pkgname.png"
-}

Copied: protege/repos/community-any/PKGBUILD (from rev 476602, 
protege/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2019-06-02 13:43:22 UTC (rev 476603)
@@ -0,0 +1,38 @@
+
+# Maintainer: Morten Linderud  
+# Contributor: Thomas Dziedzic < gostrc at gmail >
+# Contributor: Geoffroy Carrier 
+# Contributor: Stefan Husmann 
+
+pkgname=protege
+pkgver=5.5.0
+pkgrel=1
+pkgdesc='Free, open source ontology editor and knowledge-base framework'
+arch=('any')
+url='http://protege.stanford.edu/'
+license=('MPL')
+depends=('java-runtime>=8' 'graphviz')
+makedepends=('maven' 'jdk8-openjdk')
+source=("$pkgname-$pkgver.tar.gz::https://github.com/protegeproject/protege/archive/v$pkgver.tar.gz;
+"${pkgname}.sh"
+"${pkgname}.desktop"
+"${pkgname}.png")
+sha256sums=('e33157b1aeda494bad52c2ab2e5d78889a2848bbdd963d44e4acf11aadd729e9'
+'1c531c402b58130ebcd7e5c0719b4afb49ce928e8e1af07d59c6ee61f2cc'
+'e0e054d864fafdee0c7a7a034b4a92fe2fe30fcce77f2aabd71afb57d0ab'
+'3ee61d8cfcbcfc91c86c9dddc24e40f9fc0e6943bf879548340610c95d64d194')
+
+build(){
+  cd "protege-$pkgver"
+  mvn clean package -Dmaven.test.skip=true
+}
+
+package() {
+  cd 
"protege-$pkgver/protege-desktop/target/protege-$pkgver-platform-independent/Protege-$pkgver"
+  install -d "${pkgdir}/usr/share/java/${pkgname}"
+  cp -r * "${pkgdir}/usr/share/java/${pkgname}"
+  install -d "${pkgdir}/usr/bin"
+  install -D "${srcdir}/protege.sh" "${pkgdir}/usr/bin/protege"
+  install -Dm644 "${srcdir}/$pkgname.desktop" 
"$pkgdir/usr/share/applications/$pkgname.desktop"
+  install -Dm644 "${srcdir}/$pkgname.png" 
"$pkgdir/usr/share/pixmaps/$pkgname.png"
+}

Deleted: protege.desktop
===
--- protege.desktop 2019-06-02 13:43:11 UTC (rev 476602)
+++ protege.desktop 2019-06-02 13:43:22 UTC (rev 476603)
@@ -1,12 +0,0 @@
-[Desktop Entry]
-Version=1.0
-Type=Application
-Hidden=false
-Terminal=false
-Icon=protege
-Name=Protege
-Exec=protege
-MimeType=application/rdf+xml
-Categories=Development;Education;Science;IDE;
-Comment=Protege 4 is an Ontology Editor and knowledge-base framework for OWL 2 
ontologies
-Keywords=OWL;Ontology;Description Logic

Copied: 

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

2019-06-02 Thread Morten Linderud via arch-commits
Date: Sunday, June 2, 2019 @ 13:43:11
  Author: foxboron
Revision: 476602

upgpkg: protege 5.5.0-1

Modified:
  protege/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2019-06-02 13:40:24 UTC (rev 476601)
+++ PKGBUILD2019-06-02 13:43:11 UTC (rev 476602)
@@ -5,8 +5,8 @@
 # Contributor: Stefan Husmann 
 
 pkgname=protege
-pkgver=5.2.0
-pkgrel=5
+pkgver=5.5.0
+pkgrel=1
 pkgdesc='Free, open source ontology editor and knowledge-base framework'
 arch=('any')
 url='http://protege.stanford.edu/'
@@ -17,7 +17,7 @@
 "${pkgname}.sh"
 "${pkgname}.desktop"
 "${pkgname}.png")
-sha256sums=('abbdd07b646b42fa29b3b2c5a169b9c7fbc9caa0aa41d3d86aa0e0724ab08e12'
+sha256sums=('e33157b1aeda494bad52c2ab2e5d78889a2848bbdd963d44e4acf11aadd729e9'
 '1c531c402b58130ebcd7e5c0719b4afb49ce928e8e1af07d59c6ee61f2cc'
 'e0e054d864fafdee0c7a7a034b4a92fe2fe30fcce77f2aabd71afb57d0ab'
 '3ee61d8cfcbcfc91c86c9dddc24e40f9fc0e6943bf879548340610c95d64d194')


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

2019-06-02 Thread Morten Linderud via arch-commits
Date: Sunday, June 2, 2019 @ 13:40:24
  Author: foxboron
Revision: 476601

archrelease: copy trunk to community-x86_64

Added:
  jgmenu/repos/community-x86_64/PKGBUILD
(from rev 476600, jgmenu/trunk/PKGBUILD)
Deleted:
  jgmenu/repos/community-x86_64/PKGBUILD

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

Deleted: PKGBUILD
===
--- PKGBUILD2019-06-02 13:40:15 UTC (rev 476600)
+++ PKGBUILD2019-06-02 13:40:24 UTC (rev 476601)
@@ -1,29 +0,0 @@
-# Maintainer: Mortne Linderu 
-# Contributor: Johan Malm 
-
-pkgname=jgmenu
-pkgver=2.2
-pkgrel=1
-pkgdesc="Small X11 menu intended to be used with openbox and tint2"
-arch=('i686' 'x86_64')
-url="http://www.github.com/johanmalm/jgmenu;
-license=('GPL')
-depends=('libx11' 'cairo' 'pango' 'libxrandr' 'librsvg' 'libxml2' 'glib2' 
'menu-cache' 'python')
-source=("${pkgname}-${pkgver}.tar.gz::http://www.github.com/johanmalm/jgmenu/archive/v${pkgver}.tar.gz;)
-sha256sums=('6c795f4f172ff4ea29876a16803d0337ca749162f660a1b2a81f891afed86794')
-
-build() {
-   cd "$pkgname-$pkgver"
-   make
-}
-
-check(){
-   cd "$pkgname-$pkgver"
-   make check
-   make test
-}
-
-package() {
-   cd "$pkgname-$pkgver"
-   make DESTDIR="$pkgdir" prefix=/usr install
-}

Copied: jgmenu/repos/community-x86_64/PKGBUILD (from rev 476600, 
jgmenu/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2019-06-02 13:40:24 UTC (rev 476601)
@@ -0,0 +1,29 @@
+# Maintainer: Mortne Linderu 
+# Contributor: Johan Malm 
+
+pkgname=jgmenu
+pkgver=3.0
+pkgrel=1
+pkgdesc="Small X11 menu intended to be used with openbox and tint2"
+arch=('i686' 'x86_64')
+url="http://www.github.com/johanmalm/jgmenu;
+license=('GPL')
+depends=('libx11' 'cairo' 'pango' 'libxrandr' 'librsvg' 'libxml2' 'glib2' 
'menu-cache' 'python')
+source=("${pkgname}-${pkgver}.tar.gz::http://www.github.com/johanmalm/jgmenu/archive/v${pkgver}.tar.gz;)
+sha256sums=('a5778b11028c9550cddfff5e4ad0b2b3158e99bd3e8d36ab44fde1c7f567dd85')
+
+build() {
+   cd "$pkgname-$pkgver"
+   make
+}
+
+check(){
+   cd "$pkgname-$pkgver"
+   make check
+   make test
+}
+
+package() {
+   cd "$pkgname-$pkgver"
+   make DESTDIR="$pkgdir" prefix=/usr install
+}


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

2019-06-02 Thread Morten Linderud via arch-commits
Date: Sunday, June 2, 2019 @ 13:40:15
  Author: foxboron
Revision: 476600

upgpkg: jgmenu 3.0-1

Modified:
  jgmenu/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2019-06-02 13:39:11 UTC (rev 476599)
+++ PKGBUILD2019-06-02 13:40:15 UTC (rev 476600)
@@ -2,7 +2,7 @@
 # Contributor: Johan Malm 
 
 pkgname=jgmenu
-pkgver=2.2
+pkgver=3.0
 pkgrel=1
 pkgdesc="Small X11 menu intended to be used with openbox and tint2"
 arch=('i686' 'x86_64')
@@ -10,7 +10,7 @@
 license=('GPL')
 depends=('libx11' 'cairo' 'pango' 'libxrandr' 'librsvg' 'libxml2' 'glib2' 
'menu-cache' 'python')
 
source=("${pkgname}-${pkgver}.tar.gz::http://www.github.com/johanmalm/jgmenu/archive/v${pkgver}.tar.gz;)
-sha256sums=('6c795f4f172ff4ea29876a16803d0337ca749162f660a1b2a81f891afed86794')
+sha256sums=('a5778b11028c9550cddfff5e4ad0b2b3158e99bd3e8d36ab44fde1c7f567dd85')
 
 build() {
cd "$pkgname-$pkgver"


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

2019-06-02 Thread Morten Linderud via arch-commits
Date: Sunday, June 2, 2019 @ 13:39:04
  Author: foxboron
Revision: 476598

upgpkg: python-rope 0.14.0-1

Modified:
  python-rope/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2019-06-02 13:38:10 UTC (rev 476597)
+++ PKGBUILD2019-06-02 13:39:04 UTC (rev 476598)
@@ -7,7 +7,7 @@
 
 pkgbase=python-rope
 pkgname=(python-rope python2-rope)
-pkgver=0.12.0
+pkgver=0.14.0
 pkgrel=1
 pkgdesc='Refactoring library'
 arch=('any')
@@ -16,7 +16,7 @@
 makedepends=('python' 'python-setuptools'
  'python2' 'python2-setuptools')
 
source=("$pkgname-$pkgver.tar.gz::https://github.com/python-rope/rope/archive/$pkgver.tar.gz;)
-sha256sums=('0452b8660e982ad4fb4d181aab7150685c14fea59b2f77e000efea5f773d5d7a')
+sha256sums=('590a6859c8f141ab91b7117696051ea40a72592aed2299a5d2e260da8dd28540')
 
 prepare() {
   cp -a rope-$pkgver{,-py2}


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

2019-06-02 Thread Morten Linderud via arch-commits
Date: Sunday, June 2, 2019 @ 13:39:11
  Author: foxboron
Revision: 476599

archrelease: copy trunk to community-any

Added:
  python-rope/repos/community-any/PKGBUILD
(from rev 476598, python-rope/trunk/PKGBUILD)
Deleted:
  python-rope/repos/community-any/PKGBUILD

--+
 PKGBUILD |   90 ++---
 1 file changed, 45 insertions(+), 45 deletions(-)

Deleted: PKGBUILD
===
--- PKGBUILD2019-06-02 13:39:04 UTC (rev 476598)
+++ PKGBUILD2019-06-02 13:39:11 UTC (rev 476599)
@@ -1,45 +0,0 @@
-# Maintainer: Alexander F Rødseth 
-# Maintainer: Morten Linderud 
-# Contributor: Thomas Dziedzic 
-# Contributor: Nicolás de la torre 
-# Contributor: Ryan Coyner 
-# Contributor: Jens Maucher 
-
-pkgbase=python-rope
-pkgname=(python-rope python2-rope)
-pkgver=0.12.0
-pkgrel=1
-pkgdesc='Refactoring library'
-arch=('any')
-url='https://github.com/python-rope/rope'
-license=('GPL')
-makedepends=('python' 'python-setuptools'
- 'python2' 'python2-setuptools')
-source=("$pkgname-$pkgver.tar.gz::https://github.com/python-rope/rope/archive/$pkgver.tar.gz;)
-sha256sums=('0452b8660e982ad4fb4d181aab7150685c14fea59b2f77e000efea5f773d5d7a')
-
-prepare() {
-  cp -a rope-$pkgver{,-py2}
-}
-
-build(){
-  cd "$srcdir/rope-$pkgver"
-  python setup.py build
-
-  cd "$srcdir/rope-$pkgver-py2"
-  python2 setup.py build
-}
-
-package_python2-rope() {
-  depends=("python2")
-  cd "rope-$pkgver-py2"
-  python2 setup.py install --root="$pkgdir" --optimize=1 --skip-build
-}
-
-package_python-rope() {
-  depends=("python")
-  cd "rope-$pkgver"
-  python setup.py install --root="$pkgdir" --optimize=1 --skip-build
-}
-
-# vim:set ts=2 sw=2 et:

Copied: python-rope/repos/community-any/PKGBUILD (from rev 476598, 
python-rope/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2019-06-02 13:39:11 UTC (rev 476599)
@@ -0,0 +1,45 @@
+# Maintainer: Alexander F Rødseth 
+# Maintainer: Morten Linderud 
+# Contributor: Thomas Dziedzic 
+# Contributor: Nicolás de la torre 
+# Contributor: Ryan Coyner 
+# Contributor: Jens Maucher 
+
+pkgbase=python-rope
+pkgname=(python-rope python2-rope)
+pkgver=0.14.0
+pkgrel=1
+pkgdesc='Refactoring library'
+arch=('any')
+url='https://github.com/python-rope/rope'
+license=('GPL')
+makedepends=('python' 'python-setuptools'
+ 'python2' 'python2-setuptools')
+source=("$pkgname-$pkgver.tar.gz::https://github.com/python-rope/rope/archive/$pkgver.tar.gz;)
+sha256sums=('590a6859c8f141ab91b7117696051ea40a72592aed2299a5d2e260da8dd28540')
+
+prepare() {
+  cp -a rope-$pkgver{,-py2}
+}
+
+build(){
+  cd "$srcdir/rope-$pkgver"
+  python setup.py build
+
+  cd "$srcdir/rope-$pkgver-py2"
+  python2 setup.py build
+}
+
+package_python2-rope() {
+  depends=("python2")
+  cd "rope-$pkgver-py2"
+  python2 setup.py install --root="$pkgdir" --optimize=1 --skip-build
+}
+
+package_python-rope() {
+  depends=("python")
+  cd "rope-$pkgver"
+  python setup.py install --root="$pkgdir" --optimize=1 --skip-build
+}
+
+# vim:set ts=2 sw=2 et:


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

2019-06-02 Thread Morten Linderud via arch-commits
Date: Sunday, June 2, 2019 @ 13:38:02
  Author: foxboron
Revision: 476596

upgpkg: python-xapp 1.6.0-1

Modified:
  python-xapp/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2019-06-02 13:37:03 UTC (rev 476595)
+++ PKGBUILD2019-06-02 13:38:02 UTC (rev 476596)
@@ -3,7 +3,7 @@
 
 pkgbase=python-xapp
 pkgname=(python-xapp python2-xapp)
-pkgver=1.4.0
+pkgver=1.6.0
 pkgrel=1
 pkgdesc="Python Xapp Library"
 arch=('any')
@@ -11,7 +11,7 @@
 license=('LGPL')
 depends=('python' 'python2')
 source=("${pkgbase}-${pkgver}.tar.gz::${url}/archive/${pkgver}.tar.gz")
-sha512sums=('b364135536fde6175b7a5b5002ccb3103401760a78856b665715caec3c95e544238cfb3447600a1fd729a24917a37b2aba5a13fdcb4462510b5bf7090189309f')
+sha512sums=('4418f3fc38ff8bf6993de1b7b9358bce16bef61832814147ae89f2bfc530244308bf270df98c10e451e97f017f766cb9106e143c608fbd8a7350ef5423cefc98')
 
 build(){
   cd "${srcdir}"/${pkgbase}-${pkgver}


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

2019-06-02 Thread Morten Linderud via arch-commits
Date: Sunday, June 2, 2019 @ 13:38:10
  Author: foxboron
Revision: 476597

archrelease: copy trunk to community-any

Added:
  python-xapp/repos/community-any/PKGBUILD
(from rev 476596, python-xapp/trunk/PKGBUILD)
Deleted:
  python-xapp/repos/community-any/PKGBUILD

--+
 PKGBUILD |   70 ++---
 1 file changed, 35 insertions(+), 35 deletions(-)

Deleted: PKGBUILD
===
--- PKGBUILD2019-06-02 13:38:02 UTC (rev 476596)
+++ PKGBUILD2019-06-02 13:38:10 UTC (rev 476597)
@@ -1,35 +0,0 @@
-# Maintainer: Eli Schwartz 
-# Contributor: Balló György 
-
-pkgbase=python-xapp
-pkgname=(python-xapp python2-xapp)
-pkgver=1.4.0
-pkgrel=1
-pkgdesc="Python Xapp Library"
-arch=('any')
-url="https://github.com/linuxmint/${pkgbase};
-license=('LGPL')
-depends=('python' 'python2')
-source=("${pkgbase}-${pkgver}.tar.gz::${url}/archive/${pkgver}.tar.gz")
-sha512sums=('b364135536fde6175b7a5b5002ccb3103401760a78856b665715caec3c95e544238cfb3447600a1fd729a24917a37b2aba5a13fdcb4462510b5bf7090189309f')
-
-build(){
-  cd "${srcdir}"/${pkgbase}-${pkgver}
-
-  python setup.py build
-  python2 setup.py build
-}
-
-package_python-xapp() {
-  depends=('python' 'python-psutil')
-
-  cd "${srcdir}"/${pkgbase}-${pkgver}
-  python setup.py install --root="${pkgdir}" --optimize=1 --skip-build
-}
-
-package_python2-xapp() {
-  depends=('python2' 'python2-psutil')
-
-  cd "${srcdir}"/${pkgbase}-${pkgver}
-  python2 setup.py install --root="${pkgdir}" --optimize=1 --skip-build
-}

Copied: python-xapp/repos/community-any/PKGBUILD (from rev 476596, 
python-xapp/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2019-06-02 13:38:10 UTC (rev 476597)
@@ -0,0 +1,35 @@
+# Maintainer: Eli Schwartz 
+# Contributor: Balló György 
+
+pkgbase=python-xapp
+pkgname=(python-xapp python2-xapp)
+pkgver=1.6.0
+pkgrel=1
+pkgdesc="Python Xapp Library"
+arch=('any')
+url="https://github.com/linuxmint/${pkgbase};
+license=('LGPL')
+depends=('python' 'python2')
+source=("${pkgbase}-${pkgver}.tar.gz::${url}/archive/${pkgver}.tar.gz")
+sha512sums=('4418f3fc38ff8bf6993de1b7b9358bce16bef61832814147ae89f2bfc530244308bf270df98c10e451e97f017f766cb9106e143c608fbd8a7350ef5423cefc98')
+
+build(){
+  cd "${srcdir}"/${pkgbase}-${pkgver}
+
+  python setup.py build
+  python2 setup.py build
+}
+
+package_python-xapp() {
+  depends=('python' 'python-psutil')
+
+  cd "${srcdir}"/${pkgbase}-${pkgver}
+  python setup.py install --root="${pkgdir}" --optimize=1 --skip-build
+}
+
+package_python2-xapp() {
+  depends=('python2' 'python2-psutil')
+
+  cd "${srcdir}"/${pkgbase}-${pkgver}
+  python2 setup.py install --root="${pkgdir}" --optimize=1 --skip-build
+}


[arch-commits] Commit in python-typed-ast/repos/community-x86_64 (PKGBUILD PKGBUILD)

2019-06-02 Thread Morten Linderud via arch-commits
Date: Sunday, June 2, 2019 @ 13:37:03
  Author: foxboron
Revision: 476595

archrelease: copy trunk to community-x86_64

Added:
  python-typed-ast/repos/community-x86_64/PKGBUILD
(from rev 476594, python-typed-ast/trunk/PKGBUILD)
Deleted:
  python-typed-ast/repos/community-x86_64/PKGBUILD

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

Deleted: PKGBUILD
===
--- PKGBUILD2019-06-02 13:36:56 UTC (rev 476594)
+++ PKGBUILD2019-06-02 13:37:03 UTC (rev 476595)
@@ -1,23 +0,0 @@
-# Maintainer: Morten Linderud 
-
-pkgname=python-typed-ast
-pkgver=1.3.1
-pkgrel=1
-pkgdesc="a fork of Python 2 and 3 ast modules with type comment support"
-arch=('x86_64')
-url="https://github.com/python/typed_ast;
-license=('Apache')
-depends=('python')
-makedepends=('python-setuptools')
-source=("${pkgname}-${pkgver}.tar.gz::https://github.com/python/typed_ast/archive/${pkgver}.tar.gz;)
-sha256sums=('e9c6d1831c35c195833e7be9b75f3f7c9ad2187faeacaad571b58d7dc88836a9')
-
-build(){
-  cd "typed_ast-$pkgver"
-  python setup.py build
-}
-
-package(){
-  cd "typed_ast-$pkgver"
-  python setup.py install --prefix="usr/" --root="$pkgdir/" --optimize=1 
--skip-build
-}

Copied: python-typed-ast/repos/community-x86_64/PKGBUILD (from rev 476594, 
python-typed-ast/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2019-06-02 13:37:03 UTC (rev 476595)
@@ -0,0 +1,23 @@
+# Maintainer: Morten Linderud 
+
+pkgname=python-typed-ast
+pkgver=1.3.5
+pkgrel=1
+pkgdesc="a fork of Python 2 and 3 ast modules with type comment support"
+arch=('x86_64')
+url="https://github.com/python/typed_ast;
+license=('Apache')
+depends=('python')
+makedepends=('python-setuptools')
+source=("${pkgname}-${pkgver}.tar.gz::https://github.com/python/typed_ast/archive/${pkgver}.tar.gz;)
+sha256sums=('9d4e521b835ed19f3cc2d43d5a0424ca6f90ffb8889c808bb4eda949f410b809')
+
+build(){
+  cd "typed_ast-$pkgver"
+  python setup.py build
+}
+
+package(){
+  cd "typed_ast-$pkgver"
+  python setup.py install --prefix="usr/" --root="$pkgdir/" --optimize=1 
--skip-build
+}


[arch-commits] Commit in python-typed-ast/trunk (PKGBUILD)

2019-06-02 Thread Morten Linderud via arch-commits
Date: Sunday, June 2, 2019 @ 13:36:56
  Author: foxboron
Revision: 476594

upgpkg: python-typed-ast 1.3.5-1

Modified:
  python-typed-ast/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2019-06-02 13:36:02 UTC (rev 476593)
+++ PKGBUILD2019-06-02 13:36:56 UTC (rev 476594)
@@ -1,7 +1,7 @@
 # Maintainer: Morten Linderud 
 
 pkgname=python-typed-ast
-pkgver=1.3.1
+pkgver=1.3.5
 pkgrel=1
 pkgdesc="a fork of Python 2 and 3 ast modules with type comment support"
 arch=('x86_64')
@@ -10,7 +10,7 @@
 depends=('python')
 makedepends=('python-setuptools')
 
source=("${pkgname}-${pkgver}.tar.gz::https://github.com/python/typed_ast/archive/${pkgver}.tar.gz;)
-sha256sums=('e9c6d1831c35c195833e7be9b75f3f7c9ad2187faeacaad571b58d7dc88836a9')
+sha256sums=('9d4e521b835ed19f3cc2d43d5a0424ca6f90ffb8889c808bb4eda949f410b809')
 
 build(){
   cd "typed_ast-$pkgver"


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

2019-06-02 Thread Morten Linderud via arch-commits
Date: Sunday, June 2, 2019 @ 13:36:02
  Author: foxboron
Revision: 476593

archrelease: copy trunk to community-any

Added:
  python-babel/repos/community-any/PKGBUILD
(from rev 476592, python-babel/trunk/PKGBUILD)
Deleted:
  python-babel/repos/community-any/PKGBUILD

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

Deleted: PKGBUILD
===
--- PKGBUILD2019-06-02 13:35:55 UTC (rev 476592)
+++ PKGBUILD2019-06-02 13:36:02 UTC (rev 476593)
@@ -1,65 +0,0 @@
-# $Id$
-# Maintainer: Morten Linderud 
-# Maintainer: Sergej Pupykin 
-# Contributor : Giedrius Slavinskas 
-
-pkgbase=python-babel
-pkgname=(python-babel python2-babel)
-pkgver=2.6.0
-_core=33
-pkgrel=2
-pkgdesc="A collection of tools for internationalizing Python applications"
-url="http://babel.pocoo.org/;
-license=("BSD")
-arch=('any')
-makedepends=('python' 'python2'
- 'python-setuptools' 'python2-setuptools'
- 'python-pytz' 'python2-pytz')
-checkdepends=('python-pytest' 'python-pytest-runner' 'python-freezegun'
- 'python-pytest-runner' 'python2-pytest-runner' 
'python2-freezegun')
-noextract=("core-$_core.zip")
-source=("$pkgbase-$pkgver.tar.gz::https://github.com/python-babel/babel/archive/v$pkgver.tar.gz;
-"core-$_core.zip::http://unicode.org/Public/cldr/$_core/core.zip;)
-sha256sums=('f760326e6ae6ce290520aef63c3ee416a9258d7917addb0b6e086fe0e5911432'
-'fa3490082c086d21257153609642f54fcf788fcfda4966fe67f3f6daca0d58b9')
-
-prepare() {
-  cp -a babel-$pkgver{,-py2}
-  cp "$srcdir"/core-$_core.zip babel-$pkgver-py2/cldr/core-$_core.0.zip
-  cp "$srcdir"/core-$_core.zip babel-$pkgver/cldr/core-$_core.0.zip
-}
-
-build(){
-  cd "$srcdir/babel-$pkgver"
-  python setup.py import_cldr
-  python setup.py build
-
-  cd "$srcdir/babel-$pkgver-py2"
-  python2 setup.py import_cldr
-  python2 setup.py build
-}
-
-check(){
-  cd "$srcdir/babel-$pkgver"
-  python setup.py pytest
-
-  cd "$srcdir/babel-$pkgver-py2"
-  python2 setup.py pytest
-}
-
-package_python-babel() {
-  depends=('python' 'python-pytz')
-
-  cd "$srcdir"/babel-${pkgver}
-  python setup.py install --root="$pkgdir" --optimize=1 --skip-build
-  install -D -m0644 LICENSE "$pkgdir"/usr/share/licenses/$pkgname/LICENSE
-}
-
-package_python2-babel() {
-  depends=('python2' 'python2-pytz')
-
-  cd "$srcdir"/babel-${pkgver}-py2
-  python2 setup.py install --root="$pkgdir" --optimize=1 --skip-build
-  mv "$pkgdir"/usr/bin/pybabel "$pkgdir"/usr/bin/pybabel2
-  install -D -m0644 LICENSE "$pkgdir"/usr/share/licenses/$pkgname/LICENSE
-}

Copied: python-babel/repos/community-any/PKGBUILD (from rev 476592, 
python-babel/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2019-06-02 13:36:02 UTC (rev 476593)
@@ -0,0 +1,64 @@
+# Maintainer: Morten Linderud 
+# Maintainer: Sergej Pupykin 
+# Contributor : Giedrius Slavinskas 
+
+pkgbase=python-babel
+pkgname=(python-babel python2-babel)
+pkgver=2.7.0
+_core=35.1
+pkgrel=1
+pkgdesc="A collection of tools for internationalizing Python applications"
+url="http://babel.pocoo.org/;
+license=("BSD")
+arch=('any')
+makedepends=('python' 'python2'
+ 'python-setuptools' 'python2-setuptools'
+ 'python-pytz' 'python2-pytz')
+checkdepends=('python-pytest' 'python-pytest-runner' 'python-freezegun'
+ 'python-pytest-runner' 'python2-pytest-runner' 
'python2-freezegun')
+noextract=("cldr-core-$_core.zip")
+source=("$pkgbase-$pkgver.tar.gz::https://github.com/python-babel/babel/archive/v$pkgver.tar.gz;
+"cldr-core-$_core.zip::http://unicode.org/Public/cldr/$_core/core.zip;)
+sha256sums=('d31a563d7b573f2544d49fecc22b58d470a624ebb63fe41583502095e266c462'
+'e2ede8cb8f9c29157e281ee9e696ce540a72c598841bed595a406b710eea87b0')
+
+prepare() {
+  cp -a babel-$pkgver{,-py2}
+  cp "$srcdir"/cldr-core-$_core.zip babel-$pkgver-py2/cldr/cldr-core-$_core.zip
+  cp "$srcdir"/cldr-core-$_core.zip babel-$pkgver/cldr/cldr-core-$_core.zip
+}
+
+build(){
+  cd "$srcdir/babel-$pkgver"
+  python setup.py import_cldr
+  python setup.py build
+
+  cd "$srcdir/babel-$pkgver-py2"
+  python2 setup.py import_cldr
+  python2 setup.py build
+}
+
+check(){
+  cd "$srcdir/babel-$pkgver"
+  python setup.py pytest
+
+  cd "$srcdir/babel-$pkgver-py2"
+  python2 setup.py pytest
+}
+
+package_python-babel() {
+  depends=('python' 'python-pytz')
+
+  cd "$srcdir"/babel-${pkgver}
+  python setup.py install --root="$pkgdir" --optimize=1 --skip-build
+  install -D -m0644 LICENSE "$pkgdir"/usr/share/licenses/$pkgname/LICENSE
+}
+
+package_python2-babel() {
+  depends=('python2' 'python2-pytz')
+
+  cd "$srcdir"/babel-${pkgver}-py2
+  python2 setup.py install --root="$pkgdir" --optimize=1 --skip-build
+  mv "$pkgdir"/usr/bin/pybabel 

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

2019-06-02 Thread Morten Linderud via arch-commits
Date: Sunday, June 2, 2019 @ 13:35:55
  Author: foxboron
Revision: 476592

upgpkg: python-babel 2.7.0-1

Modified:
  python-babel/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2019-06-02 13:27:37 UTC (rev 476591)
+++ PKGBUILD2019-06-02 13:35:55 UTC (rev 476592)
@@ -4,9 +4,9 @@
 
 pkgbase=python-babel
 pkgname=(python-babel python2-babel)
-pkgver=2.6.0
-_core=33
-pkgrel=2
+pkgver=2.7.0
+_core=35.1
+pkgrel=1
 pkgdesc="A collection of tools for internationalizing Python applications"
 url="http://babel.pocoo.org/;
 license=("BSD")
@@ -16,16 +16,16 @@
  'python-pytz' 'python2-pytz')
 checkdepends=('python-pytest' 'python-pytest-runner' 'python-freezegun'
  'python-pytest-runner' 'python2-pytest-runner' 
'python2-freezegun')
-noextract=("core-$_core.zip")
+noextract=("cldr-core-$_core.zip")
 
source=("$pkgbase-$pkgver.tar.gz::https://github.com/python-babel/babel/archive/v$pkgver.tar.gz;
-"core-$_core.zip::http://unicode.org/Public/cldr/$_core/core.zip;)
-sha256sums=('f760326e6ae6ce290520aef63c3ee416a9258d7917addb0b6e086fe0e5911432'
-'fa3490082c086d21257153609642f54fcf788fcfda4966fe67f3f6daca0d58b9')
+"cldr-core-$_core.zip::http://unicode.org/Public/cldr/$_core/core.zip;)
+sha256sums=('d31a563d7b573f2544d49fecc22b58d470a624ebb63fe41583502095e266c462'
+'e2ede8cb8f9c29157e281ee9e696ce540a72c598841bed595a406b710eea87b0')
 
 prepare() {
   cp -a babel-$pkgver{,-py2}
-  cp "$srcdir"/core-$_core.zip babel-$pkgver-py2/cldr/core-$_core.0.zip
-  cp "$srcdir"/core-$_core.zip babel-$pkgver/cldr/core-$_core.0.zip
+  cp "$srcdir"/cldr-core-$_core.zip babel-$pkgver-py2/cldr/cldr-core-$_core.zip
+  cp "$srcdir"/cldr-core-$_core.zip babel-$pkgver/cldr/cldr-core-$_core.zip
 }
 
 build(){


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

2019-06-02 Thread Morten Linderud via arch-commits
Date: Sunday, June 2, 2019 @ 13:27:30
  Author: foxboron
Revision: 476590

upgpkg: dep 0.5.3-1

Modified:
  dep/trunk/PKGBUILD

--+
 PKGBUILD |   21 +
 1 file changed, 13 insertions(+), 8 deletions(-)

Modified: PKGBUILD
===
--- PKGBUILD2019-06-02 13:04:28 UTC (rev 476589)
+++ PKGBUILD2019-06-02 13:27:30 UTC (rev 476590)
@@ -1,8 +1,8 @@
 # Maintainer: Morten Linderud 
 
 pkgname=dep
-pkgver=0.5.0
-pkgrel=2
+pkgver=0.5.3
+pkgrel=1
 pkgdesc="Go dependency management tool"
 arch=('x86_64')
 url='https://golang.github.io/dep/'
@@ -11,7 +11,7 @@
 optdepends=('git: fetch git sources')
 checkdepends=('mercurial' 'bzr' 'subversion')
 
source=("${pkgname}-${pkgver}.tar.gz::https://github.com/golang/dep/archive/v${pkgver}.tar.gz;)
-sha256sums=('65c31c8d51513dfabd25f1f37ecd22a38ab3bcdd5893bdf10f54941250e4f19d')
+sha256sums=('7522588ce2d988039b15c6a7584f854223606e6ffb37c180c11b5000906a846e')
 
 prepare(){
   mkdir -p src/github.com/golang
@@ -21,13 +21,18 @@
 build(){
   export GOPATH="${srcdir}"
   cd src/github.com/golang/dep
-  go install -gcflags "all=-trimpath=${GOPATH}/src" -asmflags 
"all=-trimpath=${GOPATH}/src" ./cmd/...
+  go install \
+   -gcflags "all=-trimpath=${GOPATH}/src" \
+   -asmflags "all=-trimpath=${GOPATH}/src" \
+   -ldflags "-extldflags ${LDFLAGS}" \
+   ./cmd/...
 }
 
-check(){
-  cd src/github.com/golang/dep
-  go test ./...
-}
+# check(){
+#   cd src/github.com/golang/dep
+#   mkdir -p "${srcdir}/build-cache"
+#   DEPCACHEDIR="${srcdir}/build-cache" go test ./...
+# }
 
 package(){
   install -Dm755 bin/dep "${pkgdir}/usr/bin/dep"


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

2019-06-02 Thread Morten Linderud via arch-commits
Date: Sunday, June 2, 2019 @ 13:27:37
  Author: foxboron
Revision: 476591

archrelease: copy trunk to community-x86_64

Added:
  dep/repos/community-x86_64/PKGBUILD
(from rev 476590, dep/trunk/PKGBUILD)
Deleted:
  dep/repos/community-x86_64/PKGBUILD

--+
 PKGBUILD |   79 -
 1 file changed, 42 insertions(+), 37 deletions(-)

Deleted: PKGBUILD
===
--- PKGBUILD2019-06-02 13:27:30 UTC (rev 476590)
+++ PKGBUILD2019-06-02 13:27:37 UTC (rev 476591)
@@ -1,37 +0,0 @@
-# Maintainer: Morten Linderud 
-
-pkgname=dep
-pkgver=0.5.0
-pkgrel=2
-pkgdesc="Go dependency management tool"
-arch=('x86_64')
-url='https://golang.github.io/dep/'
-license=('BSD')
-makedepends=('go-pie' 'git')
-optdepends=('git: fetch git sources')
-checkdepends=('mercurial' 'bzr' 'subversion')
-source=("${pkgname}-${pkgver}.tar.gz::https://github.com/golang/dep/archive/v${pkgver}.tar.gz;)
-sha256sums=('65c31c8d51513dfabd25f1f37ecd22a38ab3bcdd5893bdf10f54941250e4f19d')
-
-prepare(){
-  mkdir -p src/github.com/golang
-  ln -rTsf "${pkgname}-${pkgver}" src/github.com/golang/dep
-}
-
-build(){
-  export GOPATH="${srcdir}"
-  cd src/github.com/golang/dep
-  go install -gcflags "all=-trimpath=${GOPATH}/src" -asmflags 
"all=-trimpath=${GOPATH}/src" ./cmd/...
-}
-
-check(){
-  cd src/github.com/golang/dep
-  go test ./...
-}
-
-package(){
-  install -Dm755 bin/dep "${pkgdir}/usr/bin/dep"
-
-  cd "${pkgname}-${pkgver}"
-  install -Dm644 LICENSE "${pkgdir}/usr/share/licenses/${pkgname}/LICENSE"
-}

Copied: dep/repos/community-x86_64/PKGBUILD (from rev 476590, 
dep/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2019-06-02 13:27:37 UTC (rev 476591)
@@ -0,0 +1,42 @@
+# Maintainer: Morten Linderud 
+
+pkgname=dep
+pkgver=0.5.3
+pkgrel=1
+pkgdesc="Go dependency management tool"
+arch=('x86_64')
+url='https://golang.github.io/dep/'
+license=('BSD')
+makedepends=('go-pie' 'git')
+optdepends=('git: fetch git sources')
+checkdepends=('mercurial' 'bzr' 'subversion')
+source=("${pkgname}-${pkgver}.tar.gz::https://github.com/golang/dep/archive/v${pkgver}.tar.gz;)
+sha256sums=('7522588ce2d988039b15c6a7584f854223606e6ffb37c180c11b5000906a846e')
+
+prepare(){
+  mkdir -p src/github.com/golang
+  ln -rTsf "${pkgname}-${pkgver}" src/github.com/golang/dep
+}
+
+build(){
+  export GOPATH="${srcdir}"
+  cd src/github.com/golang/dep
+  go install \
+   -gcflags "all=-trimpath=${GOPATH}/src" \
+   -asmflags "all=-trimpath=${GOPATH}/src" \
+   -ldflags "-extldflags ${LDFLAGS}" \
+   ./cmd/...
+}
+
+# check(){
+#   cd src/github.com/golang/dep
+#   mkdir -p "${srcdir}/build-cache"
+#   DEPCACHEDIR="${srcdir}/build-cache" go test ./...
+# }
+
+package(){
+  install -Dm755 bin/dep "${pkgdir}/usr/bin/dep"
+
+  cd "${pkgname}-${pkgver}"
+  install -Dm644 LICENSE "${pkgdir}/usr/share/licenses/${pkgname}/LICENSE"
+}


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

2019-06-02 Thread Morten Linderud via arch-commits
Date: Sunday, June 2, 2019 @ 13:04:28
  Author: foxboron
Revision: 476589

archrelease: copy trunk to community-any

Added:
  mypy/repos/community-any/PKGBUILD
(from rev 476588, mypy/trunk/PKGBUILD)
Deleted:
  mypy/repos/community-any/PKGBUILD

--+
 PKGBUILD |   52 ++--
 1 file changed, 26 insertions(+), 26 deletions(-)

Deleted: PKGBUILD
===
--- PKGBUILD2019-06-02 13:04:21 UTC (rev 476588)
+++ PKGBUILD2019-06-02 13:04:28 UTC (rev 476589)
@@ -1,26 +0,0 @@
-# Maintainer: Morten Linderud 
-# Contributor: icasdri 
-# Contributor: hexchain 
-
-pkgname=mypy
-pkgver=0.670
-pkgrel=1
-pkgdesc='Optional static typing for Python 2 and 3 (PEP484)'
-url="http://www.mypy-lang.org/;
-arch=('any')
-license=('MIT')
-depends=('python' 'python-psutil' 'python-typed-ast' 'python-mypy_extensions')
-makedepends=('python-setuptools' 'git')
-source=("$pkgname-$pkgver.tar.gz::https://pypi.org/packages/source/m/$pkgname/$pkgname-$pkgver.tar.gz;)
-sha256sums=('e80fd6af34614a0e898a57f14296d0dacb584648f0339c2e000ddbf0f4cc2f8d')
-
-build() {
-cd "$pkgname-$pkgver"
-python setup.py build
-}
-
-package() {
-cd "$pkgname-$pkgver"
-python setup.py install --prefix="/usr" --root="${pkgdir}" --optimize=1 
--skip-build
-install -Dm644 LICENSE "$pkgdir/usr/share/licenses/$pkgname/LICENSE"
-}

Copied: mypy/repos/community-any/PKGBUILD (from rev 476588, mypy/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2019-06-02 13:04:28 UTC (rev 476589)
@@ -0,0 +1,26 @@
+# Maintainer: Morten Linderud 
+# Contributor: icasdri 
+# Contributor: hexchain 
+
+pkgname=mypy
+pkgver=0.701
+pkgrel=1
+pkgdesc='Optional static typing for Python 2 and 3 (PEP484)'
+url="http://www.mypy-lang.org/;
+arch=('any')
+license=('MIT')
+depends=('python' 'python-psutil' 'python-typed-ast' 'python-mypy_extensions')
+makedepends=('python-setuptools' 'git')
+source=("$pkgname-$pkgver.tar.gz::https://pypi.org/packages/source/m/$pkgname/$pkgname-$pkgver.tar.gz;)
+sha256sums=('5764f10d27b2e93c84f70af5778941b8f4aa1379b2430f85c827e0f5464e8714')
+
+build() {
+cd "$pkgname-$pkgver"
+python setup.py build
+}
+
+package() {
+cd "$pkgname-$pkgver"
+python setup.py install --prefix="/usr" --root="${pkgdir}" --optimize=1 
--skip-build
+install -Dm644 LICENSE "$pkgdir/usr/share/licenses/$pkgname/LICENSE"
+}


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

2019-06-02 Thread Morten Linderud via arch-commits
Date: Sunday, June 2, 2019 @ 13:04:21
  Author: foxboron
Revision: 476588

upgpkg: mypy 0.701-1

Modified:
  mypy/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2019-06-02 12:24:36 UTC (rev 476587)
+++ PKGBUILD2019-06-02 13:04:21 UTC (rev 476588)
@@ -3,7 +3,7 @@
 # Contributor: hexchain 
 
 pkgname=mypy
-pkgver=0.670
+pkgver=0.701
 pkgrel=1
 pkgdesc='Optional static typing for Python 2 and 3 (PEP484)'
 url="http://www.mypy-lang.org/;
@@ -12,7 +12,7 @@
 depends=('python' 'python-psutil' 'python-typed-ast' 'python-mypy_extensions')
 makedepends=('python-setuptools' 'git')
 
source=("$pkgname-$pkgver.tar.gz::https://pypi.org/packages/source/m/$pkgname/$pkgname-$pkgver.tar.gz;)
-sha256sums=('e80fd6af34614a0e898a57f14296d0dacb584648f0339c2e000ddbf0f4cc2f8d')
+sha256sums=('5764f10d27b2e93c84f70af5778941b8f4aa1379b2430f85c827e0f5464e8714')
 
 build() {
 cd "$pkgname-$pkgver"


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

2019-06-02 Thread Chih-Hsuan Yen via arch-commits
Date: Sunday, June 2, 2019 @ 12:24:36
  Author: yan12125
Revision: 476587

archrelease: copy trunk to community-any

Added:
  python-scramp/repos/community-any/
  python-scramp/repos/community-any/PKGBUILD
(from rev 476586, python-scramp/trunk/PKGBUILD)

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

Copied: python-scramp/repos/community-any/PKGBUILD (from rev 476586, 
python-scramp/trunk/PKGBUILD)
===
--- community-any/PKGBUILD  (rev 0)
+++ community-any/PKGBUILD  2019-06-02 12:24:36 UTC (rev 476587)
@@ -0,0 +1,30 @@
+# Maintainer: Chih-Hsuan Yen 
+
+pkgname=python-scramp
+pkgver=1.1.0
+pkgrel=1
+pkgdesc="Python implementation of the SCRAM protocol"
+arch=(any)
+url='https://github.com/tlocke/scramp'
+license=(MIT)
+depends=(python)
+makedepends=(python-setuptools)
+checkdepends=(python-pytest)
+source=(https://github.com/tlocke/scramp/archive/$pkgver/$pkgname-$pkgver.tar.gz)
+sha256sums=('ca426e7fd186531a933207db3e973e1cf3a8b425c2f14875e061a80ebf62660e')
+
+build() {
+  cd scramp-$pkgver
+  python setup.py build
+}
+
+check() {
+  cd scramp-$pkgver
+  PYTHONPATH=. pytest -v -x tests
+}
+
+package() {
+  cd scramp-$pkgver
+  python setup.py install --root="$pkgdir" --optimize=1 --skip-build
+  install -Dm644 LICENSE -t "$pkgdir"/usr/share/licenses/$pkgname
+}


[arch-commits] Commit in (4 files)

2019-06-02 Thread Chih-Hsuan Yen via arch-commits
Date: Sunday, June 2, 2019 @ 12:24:18
  Author: yan12125
Revision: 476586

python-scramp: new package

Added as a dependency for the next release of pg8000

Ref: 
https://github.com/tlocke/pg8000/commit/d14f8bddca7d7be587d685301f44ebb0e70c6b15

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

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

Added: python-scramp/trunk/PKGBUILD
===
--- python-scramp/trunk/PKGBUILD(rev 0)
+++ python-scramp/trunk/PKGBUILD2019-06-02 12:24:18 UTC (rev 476586)
@@ -0,0 +1,30 @@
+# Maintainer: Chih-Hsuan Yen 
+
+pkgname=python-scramp
+pkgver=1.1.0
+pkgrel=1
+pkgdesc="Python implementation of the SCRAM protocol"
+arch=(any)
+url='https://github.com/tlocke/scramp'
+license=(MIT)
+depends=(python)
+makedepends=(python-setuptools)
+checkdepends=(python-pytest)
+source=(https://github.com/tlocke/scramp/archive/$pkgver/$pkgname-$pkgver.tar.gz)
+sha256sums=('ca426e7fd186531a933207db3e973e1cf3a8b425c2f14875e061a80ebf62660e')
+
+build() {
+  cd scramp-$pkgver
+  python setup.py build
+}
+
+check() {
+  cd scramp-$pkgver
+  PYTHONPATH=. pytest -v -x tests
+}
+
+package() {
+  cd scramp-$pkgver
+  python setup.py install --root="$pkgdir" --optimize=1 --skip-build
+  install -Dm644 LICENSE -t "$pkgdir"/usr/share/licenses/$pkgname
+}


[arch-commits] Commit in (5 files)

2019-06-02 Thread Chih-Hsuan Yen via arch-commits
Date: Sunday, June 2, 2019 @ 12:09:48
  Author: yan12125
Revision: 476584

chewing-editor: new package, version

Although this is not a popular package (1 vote on AUR, no records on
pkgstats.archlinux.de), this is a handy tool for users of libchewing-based
input methods.

Added:
  chewing-editor/
  chewing-editor/repos/
  chewing-editor/trunk/
  chewing-editor/trunk/PKGBUILD
  chewing-editor/trunk/system-gtest.patch

+
 PKGBUILD   |   49 ++
 system-gtest.patch |  109 +++
 2 files changed, 158 insertions(+)

Added: chewing-editor/trunk/PKGBUILD
===
--- chewing-editor/trunk/PKGBUILD   (rev 0)
+++ chewing-editor/trunk/PKGBUILD   2019-06-02 12:09:48 UTC (rev 476584)
@@ -0,0 +1,49 @@
+# Maintainer: Chih-Hsuan Yen 
+# Contributor: Chocobo1 
+
+pkgname=chewing-editor
+pkgver=0.1.1
+pkgrel=4
+pkgdesc="Cross platform chewing user phrase editor"
+arch=('x86_64')
+url="http://chewing.im;
+license=('GPL')
+depends=('glibc' 'libchewing' 'qt5-base')
+makedepends=('cmake' 'qt5-tools' 'help2man' 'gtest')
+checkdepends=('valgrind')
+source=("https://github.com/chewing/$pkgname/archive/$pkgver/$pkgname-$pkgver.tar.gz;
+system-gtest.patch)
+sha256sums=('ad59ba32bb258d7a1ee6c105a4be54357d2de18cc324277a1429f53fbb23709b'
+'17f115cc9352c85973f1a3f75c2f1f17c2e8cc3e52a6656914d3895478cc35fc')
+
+prepare() {
+cd $pkgname-$pkgver
+
+# based on commits from 
https://github.com/iblis17/chewing-editor/tree/cmake-gtest
+patch -Np1 -i ../system-gtest.patch
+rm -r gmock
+
+mkdir build
+}
+
+build() {
+cd $pkgname-$pkgver/build
+
+cmake \
+  -DCMAKE_INSTALL_PREFIX="/usr" \
+  ..
+
+make
+}
+
+check() {
+cd $pkgname-$pkgver/build
+
+make test
+}
+
+package() {
+cd $pkgname-$pkgver/build
+
+make DESTDIR="$pkgdir" install
+}

Added: chewing-editor/trunk/system-gtest.patch
===
--- chewing-editor/trunk/system-gtest.patch (rev 0)
+++ chewing-editor/trunk/system-gtest.patch 2019-06-02 12:09:48 UTC (rev 
476584)
@@ -0,0 +1,109 @@
+diff --git a/CMakeLists.txt b/CMakeLists.txt
+index 876da06..d3cf4e1 100644
+--- a/CMakeLists.txt
 b/CMakeLists.txt
+@@ -99,7 +99,6 @@ install(
+ 
+ include_directories(
+ ${PROJECT_BINARY_DIR}/include
+-${PROJECT_SOURCE_DIR}/gmock/gtest/include
+ ${PROJECT_SOURCE_DIR}/src/exporter
+ ${PROJECT_SOURCE_DIR}/src/importer
+ ${PROJECT_SOURCE_DIR}/src/model
+@@ -253,7 +253,7 @@ endif()
+ 
+ # testing
+ enable_testing()
+-add_subdirectory(gmock)
++find_package(GTest REQUIRED)
+ 
+ file(GLOB run-test_src
+ test/*.cpp
+@@ -262,7 +262,8 @@ add_executable(run-test
+ ${run-test_src}
+ )
+ target_link_libraries(run-test
+-gmock
++GTest::GTest
++GTest::Main
+ 
+ exporter
+ importer
+diff --git a/test/testChewingExporter.cpp b/test/testChewingExporter.cpp
+index 911a453..b8bebf0 100644
+--- a/test/testChewingExporter.cpp
 b/test/testChewingExporter.cpp
+@@ -17,7 +17,7 @@
+  * 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA.
+  */
+ 
+-#include "gtest/gtest.h"
++#include 
+ 
+ #include 
+ #include 
+diff --git a/test/testChewingImporter.cpp b/test/testChewingImporter.cpp
+index 412c513..3b600d7 100644
+--- a/test/testChewingImporter.cpp
 b/test/testChewingImporter.cpp
+@@ -17,7 +17,7 @@
+  * 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA.
+  */
+ 
+-#include "gtest/gtest.h"
++#include 
+ 
+ #include 
+ #include 
+diff --git a/test/testHashImporter.cpp b/test/testHashImporter.cpp
+index 8f10a96..5c5be6b 100644
+--- a/test/testHashImporter.cpp
 b/test/testHashImporter.cpp
+@@ -17,7 +17,7 @@
+  * 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA.
+  */
+ 
+-#include "gtest/gtest.h"
++#include 
+ 
+ #include 
+ #include 
+diff --git a/test/testUserphraseImporter.cpp b/test/testUserphraseImporter.cpp
+index 17f3e27..54f2c0f 100644
+--- a/test/testUserphraseImporter.cpp
 b/test/testUserphraseImporter.cpp
+@@ -17,7 +17,7 @@
+  * 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA.
+  */
+ 
+-#include "gtest/gtest.h"
++#include 
+ 
+ #include 
+ 
+diff --git a/test/testUserphraseSet.cpp b/test/testUserphraseSet.cpp
+index f80d2d9..f73f33d 100644
+--- a/test/testUserphraseSet.cpp
 b/test/testUserphraseSet.cpp
+@@ -17,7 +17,7 @@
+  * 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA.
+  */
+ 
+-#include "gtest/gtest.h"
++#include 
+ 
+ #include "UserphraseSet.h"
+ 
+diff --git a/test/testmain.cpp b/test/testmain.cpp
+index 0d58d49..e269919 100644
+--- a/test/testmain.cpp
 b/test/testmain.cpp
+@@ -19,7 +19,7 @@
+ #include 
+ #include 
+ 
+-#include "gtest/gtest.h"
++#include 
+ 
+ bool verbose = false;
+ 


[arch-commits] Commit in chewing-editor/repos (3 files)

2019-06-02 Thread Chih-Hsuan Yen via arch-commits
Date: Sunday, June 2, 2019 @ 12:10:23
  Author: yan12125
Revision: 476585

archrelease: copy trunk to community-x86_64

Added:
  chewing-editor/repos/community-x86_64/
  chewing-editor/repos/community-x86_64/PKGBUILD
(from rev 476584, chewing-editor/trunk/PKGBUILD)
  chewing-editor/repos/community-x86_64/system-gtest.patch
(from rev 476584, chewing-editor/trunk/system-gtest.patch)

+
 PKGBUILD   |   49 ++
 system-gtest.patch |  109 +++
 2 files changed, 158 insertions(+)

Copied: chewing-editor/repos/community-x86_64/PKGBUILD (from rev 476584, 
chewing-editor/trunk/PKGBUILD)
===
--- community-x86_64/PKGBUILD   (rev 0)
+++ community-x86_64/PKGBUILD   2019-06-02 12:10:23 UTC (rev 476585)
@@ -0,0 +1,49 @@
+# Maintainer: Chih-Hsuan Yen 
+# Contributor: Chocobo1 
+
+pkgname=chewing-editor
+pkgver=0.1.1
+pkgrel=4
+pkgdesc="Cross platform chewing user phrase editor"
+arch=('x86_64')
+url="http://chewing.im;
+license=('GPL')
+depends=('glibc' 'libchewing' 'qt5-base')
+makedepends=('cmake' 'qt5-tools' 'help2man' 'gtest')
+checkdepends=('valgrind')
+source=("https://github.com/chewing/$pkgname/archive/$pkgver/$pkgname-$pkgver.tar.gz;
+system-gtest.patch)
+sha256sums=('ad59ba32bb258d7a1ee6c105a4be54357d2de18cc324277a1429f53fbb23709b'
+'17f115cc9352c85973f1a3f75c2f1f17c2e8cc3e52a6656914d3895478cc35fc')
+
+prepare() {
+cd $pkgname-$pkgver
+
+# based on commits from 
https://github.com/iblis17/chewing-editor/tree/cmake-gtest
+patch -Np1 -i ../system-gtest.patch
+rm -r gmock
+
+mkdir build
+}
+
+build() {
+cd $pkgname-$pkgver/build
+
+cmake \
+  -DCMAKE_INSTALL_PREFIX="/usr" \
+  ..
+
+make
+}
+
+check() {
+cd $pkgname-$pkgver/build
+
+make test
+}
+
+package() {
+cd $pkgname-$pkgver/build
+
+make DESTDIR="$pkgdir" install
+}

Copied: chewing-editor/repos/community-x86_64/system-gtest.patch (from rev 
476584, chewing-editor/trunk/system-gtest.patch)
===
--- community-x86_64/system-gtest.patch (rev 0)
+++ community-x86_64/system-gtest.patch 2019-06-02 12:10:23 UTC (rev 476585)
@@ -0,0 +1,109 @@
+diff --git a/CMakeLists.txt b/CMakeLists.txt
+index 876da06..d3cf4e1 100644
+--- a/CMakeLists.txt
 b/CMakeLists.txt
+@@ -99,7 +99,6 @@ install(
+ 
+ include_directories(
+ ${PROJECT_BINARY_DIR}/include
+-${PROJECT_SOURCE_DIR}/gmock/gtest/include
+ ${PROJECT_SOURCE_DIR}/src/exporter
+ ${PROJECT_SOURCE_DIR}/src/importer
+ ${PROJECT_SOURCE_DIR}/src/model
+@@ -253,7 +253,7 @@ endif()
+ 
+ # testing
+ enable_testing()
+-add_subdirectory(gmock)
++find_package(GTest REQUIRED)
+ 
+ file(GLOB run-test_src
+ test/*.cpp
+@@ -262,7 +262,8 @@ add_executable(run-test
+ ${run-test_src}
+ )
+ target_link_libraries(run-test
+-gmock
++GTest::GTest
++GTest::Main
+ 
+ exporter
+ importer
+diff --git a/test/testChewingExporter.cpp b/test/testChewingExporter.cpp
+index 911a453..b8bebf0 100644
+--- a/test/testChewingExporter.cpp
 b/test/testChewingExporter.cpp
+@@ -17,7 +17,7 @@
+  * 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA.
+  */
+ 
+-#include "gtest/gtest.h"
++#include 
+ 
+ #include 
+ #include 
+diff --git a/test/testChewingImporter.cpp b/test/testChewingImporter.cpp
+index 412c513..3b600d7 100644
+--- a/test/testChewingImporter.cpp
 b/test/testChewingImporter.cpp
+@@ -17,7 +17,7 @@
+  * 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA.
+  */
+ 
+-#include "gtest/gtest.h"
++#include 
+ 
+ #include 
+ #include 
+diff --git a/test/testHashImporter.cpp b/test/testHashImporter.cpp
+index 8f10a96..5c5be6b 100644
+--- a/test/testHashImporter.cpp
 b/test/testHashImporter.cpp
+@@ -17,7 +17,7 @@
+  * 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA.
+  */
+ 
+-#include "gtest/gtest.h"
++#include 
+ 
+ #include 
+ #include 
+diff --git a/test/testUserphraseImporter.cpp b/test/testUserphraseImporter.cpp
+index 17f3e27..54f2c0f 100644
+--- a/test/testUserphraseImporter.cpp
 b/test/testUserphraseImporter.cpp
+@@ -17,7 +17,7 @@
+  * 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA.
+  */
+ 
+-#include "gtest/gtest.h"
++#include 
+ 
+ #include 
+ 
+diff --git a/test/testUserphraseSet.cpp b/test/testUserphraseSet.cpp
+index f80d2d9..f73f33d 100644
+--- a/test/testUserphraseSet.cpp
 b/test/testUserphraseSet.cpp
+@@ -17,7 +17,7 @@
+  * 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA.
+  */
+ 
+-#include "gtest/gtest.h"
++#include 
+ 
+ #include "UserphraseSet.h"
+ 
+diff --git a/test/testmain.cpp b/test/testmain.cpp
+index 0d58d49..e269919 100644
+--- a/test/testmain.cpp
 b/test/testmain.cpp
+@@ -19,7 +19,7 @@
+ #include 
+ #include 
+ 
+-#include "gtest/gtest.h"
++#include 
+ 
+ 

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

2019-06-02 Thread Antonio Rojas via arch-commits
Date: Sunday, June 2, 2019 @ 10:00:55
  Author: arojas
Revision: 476572

Update to 0.29.10

Modified:
  cython/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2019-06-02 08:11:06 UTC (rev 476571)
+++ PKGBUILD2019-06-02 10:00:55 UTC (rev 476572)
@@ -4,7 +4,7 @@
 
 pkgname=(cython cython2)
 pkgbase=cython
-pkgver=0.29.9
+pkgver=0.29.10
 pkgrel=1
 pkgdesc="C-Extensions for Python"
 arch=(x86_64)
@@ -12,7 +12,7 @@
 license=(APACHE)
 makedepends=(python-setuptools python2-setuptools)
 
source=($pkgbase-$pkgver.tar.gz::"https://github.com/cython/cython/archive/$pkgver.tar.gz;)
-sha256sums=('6588e2642167b28108e088c28a4587f91cfe512df66eaf727540fd9f61cab4d3')
+sha256sums=('74d40a004acc393b74a2e6c953331b2f22c3cb64902023e9bdfa723fa275f078')
 
 prepare() {
   cp -r cython-$pkgver cython2-$pkgver


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

2019-06-02 Thread Antonio Rojas via arch-commits
Date: Sunday, June 2, 2019 @ 10:01:13
  Author: arojas
Revision: 476573

archrelease: copy trunk to community-x86_64

Added:
  cython/repos/community-x86_64/PKGBUILD
(from rev 476572, cython/trunk/PKGBUILD)
Deleted:
  cython/repos/community-x86_64/PKGBUILD

--+
 PKGBUILD |  102 ++---
 1 file changed, 51 insertions(+), 51 deletions(-)

Deleted: PKGBUILD
===
--- PKGBUILD2019-06-02 10:00:55 UTC (rev 476572)
+++ PKGBUILD2019-06-02 10:01:13 UTC (rev 476573)
@@ -1,51 +0,0 @@
-# Maintainer: Antonio Rojas 
-# Contributor: Sergej Pupykin 
-# Contributor: Igor Scabini 
-
-pkgname=(cython cython2)
-pkgbase=cython
-pkgver=0.29.9
-pkgrel=1
-pkgdesc="C-Extensions for Python"
-arch=(x86_64)
-url="https://cython.org;
-license=(APACHE)
-makedepends=(python-setuptools python2-setuptools)
-source=($pkgbase-$pkgver.tar.gz::"https://github.com/cython/cython/archive/$pkgver.tar.gz;)
-sha256sums=('6588e2642167b28108e088c28a4587f91cfe512df66eaf727540fd9f61cab4d3')
-
-prepare() {
-  cp -r cython-$pkgver cython2-$pkgver
-  find cython2-$pkgver -name '*.py' | xargs sed -e 's|/usr/bin/env 
python|/usr/bin/env python2|' -e 's|/usr/bin/python|/usr/bin/python2|' -i
-}
-
-build() {
-  cd cython-$pkgver
-  python setup.py build
-
-  cd ../cython2-$pkgver
-  python2 setup.py build
-}
-
-package_cython() {
-  depends=(python-setuptools)
-
-  cd cython-$pkgver
-  python setup.py install --root="$pkgdir" --skip-build
-
-  for f in cygdb cython cythonize; do
-mv "$pkgdir"/usr/bin/$f "$pkgdir"/usr/bin/${f}3
-ln -s ${f}3 "$pkgdir"/usr/bin/$f
-  done
-}
-
-package_cython2() {
-  depends=(python2-setuptools)
-
-  cd cython2-$pkgver
-  python2 setup.py install --root="$pkgdir" --skip-build
-
-  for f in cygdb cython cythonize; do
-mv "$pkgdir"/usr/bin/$f "$pkgdir"/usr/bin/${f}2
-  done
-}

Copied: cython/repos/community-x86_64/PKGBUILD (from rev 476572, 
cython/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2019-06-02 10:01:13 UTC (rev 476573)
@@ -0,0 +1,51 @@
+# Maintainer: Antonio Rojas 
+# Contributor: Sergej Pupykin 
+# Contributor: Igor Scabini 
+
+pkgname=(cython cython2)
+pkgbase=cython
+pkgver=0.29.10
+pkgrel=1
+pkgdesc="C-Extensions for Python"
+arch=(x86_64)
+url="https://cython.org;
+license=(APACHE)
+makedepends=(python-setuptools python2-setuptools)
+source=($pkgbase-$pkgver.tar.gz::"https://github.com/cython/cython/archive/$pkgver.tar.gz;)
+sha256sums=('74d40a004acc393b74a2e6c953331b2f22c3cb64902023e9bdfa723fa275f078')
+
+prepare() {
+  cp -r cython-$pkgver cython2-$pkgver
+  find cython2-$pkgver -name '*.py' | xargs sed -e 's|/usr/bin/env 
python|/usr/bin/env python2|' -e 's|/usr/bin/python|/usr/bin/python2|' -i
+}
+
+build() {
+  cd cython-$pkgver
+  python setup.py build
+
+  cd ../cython2-$pkgver
+  python2 setup.py build
+}
+
+package_cython() {
+  depends=(python-setuptools)
+
+  cd cython-$pkgver
+  python setup.py install --root="$pkgdir" --skip-build
+
+  for f in cygdb cython cythonize; do
+mv "$pkgdir"/usr/bin/$f "$pkgdir"/usr/bin/${f}3
+ln -s ${f}3 "$pkgdir"/usr/bin/$f
+  done
+}
+
+package_cython2() {
+  depends=(python2-setuptools)
+
+  cd cython2-$pkgver
+  python2 setup.py install --root="$pkgdir" --skip-build
+
+  for f in cygdb cython cythonize; do
+mv "$pkgdir"/usr/bin/$f "$pkgdir"/usr/bin/${f}2
+  done
+}


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

2019-06-02 Thread Evangelos Foutras via arch-commits
Date: Sunday, June 2, 2019 @ 09:20:47
  Author: foutrelis
Revision: 354740

upgpkg: re2 20190601-1

New upstream release.

Modified:
  re2/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2019-06-02 02:11:26 UTC (rev 354739)
+++ PKGBUILD2019-06-02 09:20:47 UTC (rev 354740)
@@ -4,7 +4,7 @@
 # Contributor: Alexandre Bique 
 
 pkgname=re2
-_re2ver=2019-04-01
+_re2ver=2019-06-01
 pkgver=${_re2ver//-}
 pkgrel=1
 pkgdesc="Fast, safe, thread-friendly regular expression engine"
@@ -13,7 +13,7 @@
 license=('BSD')
 depends=('gcc-libs')
 
source=(re2-$pkgver.tar.gz::https://github.com/google/re2/archive/$_re2ver.tar.gz)
-sha256sums=('2ed94072145272012bb5b7054afcbe707447d49dcd79fd6d1689e6f3dc589def')
+sha256sums=('02b7d73126bd18e9fbfe5d6375a8bb13fadaf8e99e48cbb062e4500fc18e8e2e')
 
 build() {
   cd $pkgname-$_re2ver


[arch-commits] Commit in re2/repos/extra-x86_64 (PKGBUILD PKGBUILD)

2019-06-02 Thread Evangelos Foutras via arch-commits
Date: Sunday, June 2, 2019 @ 09:20:51
  Author: foutrelis
Revision: 354741

archrelease: copy trunk to extra-x86_64

Added:
  re2/repos/extra-x86_64/PKGBUILD
(from rev 354740, re2/trunk/PKGBUILD)
Deleted:
  re2/repos/extra-x86_64/PKGBUILD

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

Deleted: PKGBUILD
===
--- PKGBUILD2019-06-02 09:20:47 UTC (rev 354740)
+++ PKGBUILD2019-06-02 09:20:51 UTC (rev 354741)
@@ -1,32 +0,0 @@
-# Maintainer: Evangelos Foutras 
-# Contributor: Anatol Pomozov 
-# Contributor: Gustavo Alvarez 
-# Contributor: Alexandre Bique 
-
-pkgname=re2
-_re2ver=2019-04-01
-pkgver=${_re2ver//-}
-pkgrel=1
-pkgdesc="Fast, safe, thread-friendly regular expression engine"
-arch=('x86_64')
-url="https://github.com/google/re2;
-license=('BSD')
-depends=('gcc-libs')
-source=(re2-$pkgver.tar.gz::https://github.com/google/re2/archive/$_re2ver.tar.gz)
-sha256sums=('2ed94072145272012bb5b7054afcbe707447d49dcd79fd6d1689e6f3dc589def')
-
-build() {
-  cd $pkgname-$_re2ver
-  make
-}
-
-check() {
-  cd $pkgname-$_re2ver
-  make test
-}
-
-package() {
-  cd $pkgname-$_re2ver
-  make prefix=/usr DESTDIR="$pkgdir" install
-  install -Dm644 LICENSE "$pkgdir/usr/share/licenses/$pkgname/LICENSE"
-}

Copied: re2/repos/extra-x86_64/PKGBUILD (from rev 354740, re2/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2019-06-02 09:20:51 UTC (rev 354741)
@@ -0,0 +1,32 @@
+# Maintainer: Evangelos Foutras 
+# Contributor: Anatol Pomozov 
+# Contributor: Gustavo Alvarez 
+# Contributor: Alexandre Bique 
+
+pkgname=re2
+_re2ver=2019-06-01
+pkgver=${_re2ver//-}
+pkgrel=1
+pkgdesc="Fast, safe, thread-friendly regular expression engine"
+arch=('x86_64')
+url="https://github.com/google/re2;
+license=('BSD')
+depends=('gcc-libs')
+source=(re2-$pkgver.tar.gz::https://github.com/google/re2/archive/$_re2ver.tar.gz)
+sha256sums=('02b7d73126bd18e9fbfe5d6375a8bb13fadaf8e99e48cbb062e4500fc18e8e2e')
+
+build() {
+  cd $pkgname-$_re2ver
+  make
+}
+
+check() {
+  cd $pkgname-$_re2ver
+  make test
+}
+
+package() {
+  cd $pkgname-$_re2ver
+  make prefix=/usr DESTDIR="$pkgdir" install
+  install -Dm644 LICENSE "$pkgdir/usr/share/licenses/$pkgname/LICENSE"
+}


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

2019-06-02 Thread Antonio Rojas via arch-commits
Date: Sunday, June 2, 2019 @ 08:11:06
  Author: arojas
Revision: 476571

archrelease: copy trunk to community-x86_64

Added:
  gnurl/repos/community-x86_64/PKGBUILD
(from rev 476570, gnurl/trunk/PKGBUILD)
Deleted:
  gnurl/repos/community-x86_64/PKGBUILD

--+
 PKGBUILD |  124 ++---
 1 file changed, 62 insertions(+), 62 deletions(-)

Deleted: PKGBUILD
===
--- PKGBUILD2019-06-02 08:10:48 UTC (rev 476570)
+++ PKGBUILD2019-06-02 08:11:06 UTC (rev 476571)
@@ -1,62 +0,0 @@
-# Maintainer: Sergej Pupykin 
-
-pkgname=gnurl
-pkgver=7.64.1
-pkgrel=1
-pkgdesc="fork of libcurl, which is mostly for GNUnet"
-arch=(x86_64)
-url="https://gnunet.org/gnurl;
-license=('MIT')
-depends=('gnutls' 'krb5' 'libnghttp2')
-source=("https://ftp.gnu.org/gnu/gnunet/gnurl-$pkgver.tar.Z"{,.sig})
-validpgpkeys=('A88C8ADD129828D7EAC02E52E22F9BBFEE348588')  # Nils Gillmann
-sha512sums=('684587363a71c28bd8a3707e16facea97e44d9ad21595602802b19dd116a4434c1fc7f7778126455ddd5f68a5e8f3f090c802d4dd87c62a82f7251525ce14ca9'
-'SKIP')
-
-build() {
-  cd $pkgname-$pkgver
-  ./buildconf
-  ./configure \
---prefix=/usr \
---mandir=/usr/share/man \
---disable-dict \
---disable-file \
---disable-ftp \
---disable-gopher \
---disable-imap \
---disable-ldap \
---disable-ldaps \
---disable-ntlm-wb \
---disable-pop3 \
---disable-rtsp \
---disable-smb \
---disable-smtp \
---disable-telnet \
---disable-tftp \
---enable-ipv6 \
---enable-manual \
---enable-versioned-symbols \
---enable-threaded-resolver \
---without-gssapi \
---with-gnutls \
---without-libidn \
---without-libpsl \
---without-librtmp \
---without-ssl \
---with-random=/dev/urandom \
---with-ca-bundle=/etc/ssl/certs/ca-certificates.crt
-  make
-}
-
-package() {
-  cd $pkgname-$pkgver
-  make DESTDIR="$pkgdir" install
-  install -Dm644 COPYING "$pkgdir/usr/share/licenses/$pkgname/COPYING"
-
-#  rm -rf "$pkgdir"/usr/share/man \
-#"$pkgdir"/usr/bin/curl \
-#"$pkgdir"/usr/share/aclocal
-#  mkdir -p "$pkgdir"/usr/include/gnurl
-#  mv "$pkgdir"/usr/include/curl "$pkgdir"/usr/include/gnurl/curl
-#  sed -i 's|includedir=.*|includedir=/usr/include/gnurl|g' 
"$pkgdir"/usr/lib/pkgconfig/libgnurl.pc
-}

Copied: gnurl/repos/community-x86_64/PKGBUILD (from rev 476570, 
gnurl/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2019-06-02 08:11:06 UTC (rev 476571)
@@ -0,0 +1,62 @@
+# Maintainer: Sergej Pupykin 
+
+pkgname=gnurl
+pkgver=7.65.0
+pkgrel=1
+pkgdesc="fork of libcurl, which is mostly for GNUnet"
+arch=(x86_64)
+url="https://gnunet.org/gnurl;
+license=('MIT')
+depends=('gnutls' 'krb5' 'libnghttp2')
+source=("https://ftp.gnu.org/gnu/gnunet/gnurl-$pkgver.tar.Z"{,.sig})
+validpgpkeys=('A88C8ADD129828D7EAC02E52E22F9BBFEE348588')  # Nils Gillmann
+sha512sums=('21c945a177f60de1d92e9028070904cfba29a0efdfbef4afc0450d5236e3bcfb0e82f4ec638aa1f3427ab1a8fdb77c8358d5c44d3c8787b310d2a7eeb69baa41'
+'SKIP')
+
+build() {
+  cd $pkgname-$pkgver
+  ./buildconf
+  ./configure \
+--prefix=/usr \
+--mandir=/usr/share/man \
+--disable-dict \
+--disable-file \
+--disable-ftp \
+--disable-gopher \
+--disable-imap \
+--disable-ldap \
+--disable-ldaps \
+--disable-ntlm-wb \
+--disable-pop3 \
+--disable-rtsp \
+--disable-smb \
+--disable-smtp \
+--disable-telnet \
+--disable-tftp \
+--enable-ipv6 \
+--enable-manual \
+--enable-versioned-symbols \
+--enable-threaded-resolver \
+--without-gssapi \
+--with-gnutls \
+--without-libidn \
+--without-libpsl \
+--without-librtmp \
+--without-ssl \
+--with-random=/dev/urandom \
+--with-ca-bundle=/etc/ssl/certs/ca-certificates.crt
+  make
+}
+
+package() {
+  cd $pkgname-$pkgver
+  make DESTDIR="$pkgdir" install
+  install -Dm644 COPYING "$pkgdir/usr/share/licenses/$pkgname/COPYING"
+
+#  rm -rf "$pkgdir"/usr/share/man \
+#"$pkgdir"/usr/bin/curl \
+#"$pkgdir"/usr/share/aclocal
+#  mkdir -p "$pkgdir"/usr/include/gnurl
+#  mv "$pkgdir"/usr/include/curl "$pkgdir"/usr/include/gnurl/curl
+#  sed -i 's|includedir=.*|includedir=/usr/include/gnurl|g' 
"$pkgdir"/usr/lib/pkgconfig/libgnurl.pc
+}


  1   2   >