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

2017-11-05 Thread Christian Hesse
Date: Monday, November 6, 2017 @ 07:51:49
  Author: eworm
Revision: 308946

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

Added:
  smartmontools/repos/testing-i686/
  smartmontools/repos/testing-i686/PKGBUILD
(from rev 308945, smartmontools/trunk/PKGBUILD)
  smartmontools/repos/testing-i686/smartd.conf
(from rev 308945, smartmontools/trunk/smartd.conf)
  smartmontools/repos/testing-x86_64/
  smartmontools/repos/testing-x86_64/PKGBUILD
(from rev 308945, smartmontools/trunk/PKGBUILD)
  smartmontools/repos/testing-x86_64/smartd.conf
(from rev 308945, smartmontools/trunk/smartd.conf)

+
 testing-i686/PKGBUILD  |   50 +++
 testing-i686/smartd.conf   |1 
 testing-x86_64/PKGBUILD|   50 +++
 testing-x86_64/smartd.conf |1 
 4 files changed, 102 insertions(+)

Copied: smartmontools/repos/testing-i686/PKGBUILD (from rev 308945, 
smartmontools/trunk/PKGBUILD)
===
--- testing-i686/PKGBUILD   (rev 0)
+++ testing-i686/PKGBUILD   2017-11-06 07:51:49 UTC (rev 308946)
@@ -0,0 +1,50 @@
+# $Id$
+# Maintainer: Giovanni Scafora 
+# Contributor: Jeff Mickey 
+# Contributor: Jani Talikka 
+# Contributor: Ralf Barth 
+
+pkgname=smartmontools
+pkgver=6.6
+pkgrel=1
+pkgdesc="Control and monitor S.M.A.R.T. enabled ATA and SCSI Hard Drives"
+url="http://smartmontools.sourceforge.net;
+license=('GPL')
+arch=('i686' 'x86_64')
+depends=('gcc-libs' 'libcap-ng' 'bash')
+optdepends=('s-nail: to get mail alerts to work')
+backup=('etc/smartd.conf'
+'etc/conf.d/smartd')
+validpgpkeys=('887B8C6321104CA84A8EF91B18ECDA46CBF6BAC6') # Smartmontools 
Signing Key (through 2018) 
+source=("https://downloads.sourceforge.net/sourceforge/${pkgname}/${pkgname}-${pkgver}.tar.gz"{,.asc}
+'smartd.conf')
+sha256sums=('51f43d0fb064fccaf823bbe68cf0d317d0895ff895aa353b3339a3b316a53054'
+'SKIP'
+'c2c0f2f6b4a3f3d76da1c7706139297aef6e3f2a705eb7fdd800544812427c74')
+
+build() {
+  cd "${srcdir}/${pkgname}-${pkgver}"
+
+  ./configure --prefix=/usr \
+  --sbindir=/usr/bin \
+  --sysconfdir=/etc \
+  --with-drivedbdir \
+  --with-libcap-ng=yes \
+  --with-systemdsystemunitdir=/usr/lib/systemd/system \
+  --with-smartdscriptdir=/usr/share/smartmontools \
+  --with-smartdplugindir=/usr/share/smartmontools/smartd_warning.d
+
+  make
+}
+
+package() {
+  cd "${srcdir}/${pkgname}-${pkgver}"
+
+  sed -i -e "s:sysconfig/smartmontools:conf.d/smartd:g" smartd.service
+  sed -i -e "s:smartd_opts:SMARTD_ARGS:g" smartd.service
+
+  make DESTDIR="${pkgdir}" install
+
+  rm -rf ${pkgdir}/etc/rc.d
+  install -Dm644 ${srcdir}/smartd.conf "${pkgdir}/etc/conf.d/smartd"
+}

Copied: smartmontools/repos/testing-i686/smartd.conf (from rev 308945, 
smartmontools/trunk/smartd.conf)
===
--- testing-i686/smartd.conf(rev 0)
+++ testing-i686/smartd.conf2017-11-06 07:51:49 UTC (rev 308946)
@@ -0,0 +1 @@
+SMARTD_ARGS=""

Copied: smartmontools/repos/testing-x86_64/PKGBUILD (from rev 308945, 
smartmontools/trunk/PKGBUILD)
===
--- testing-x86_64/PKGBUILD (rev 0)
+++ testing-x86_64/PKGBUILD 2017-11-06 07:51:49 UTC (rev 308946)
@@ -0,0 +1,50 @@
+# $Id$
+# Maintainer: Giovanni Scafora 
+# Contributor: Jeff Mickey 
+# Contributor: Jani Talikka 
+# Contributor: Ralf Barth 
+
+pkgname=smartmontools
+pkgver=6.6
+pkgrel=1
+pkgdesc="Control and monitor S.M.A.R.T. enabled ATA and SCSI Hard Drives"
+url="http://smartmontools.sourceforge.net;
+license=('GPL')
+arch=('i686' 'x86_64')
+depends=('gcc-libs' 'libcap-ng' 'bash')
+optdepends=('s-nail: to get mail alerts to work')
+backup=('etc/smartd.conf'
+'etc/conf.d/smartd')
+validpgpkeys=('887B8C6321104CA84A8EF91B18ECDA46CBF6BAC6') # Smartmontools 
Signing Key (through 2018) 
+source=("https://downloads.sourceforge.net/sourceforge/${pkgname}/${pkgname}-${pkgver}.tar.gz"{,.asc}
+'smartd.conf')
+sha256sums=('51f43d0fb064fccaf823bbe68cf0d317d0895ff895aa353b3339a3b316a53054'
+'SKIP'
+'c2c0f2f6b4a3f3d76da1c7706139297aef6e3f2a705eb7fdd800544812427c74')
+
+build() {
+  cd "${srcdir}/${pkgname}-${pkgver}"
+
+  ./configure --prefix=/usr \
+  --sbindir=/usr/bin \
+  --sysconfdir=/etc \
+  --with-drivedbdir \
+  --with-libcap-ng=yes \
+  

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

2017-11-05 Thread Antonio Rojas
Date: Monday, November 6, 2017 @ 07:51:02
  Author: arojas
Revision: 265523

Update to 1.18.2

Modified:
  mate-applets/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2017-11-06 06:57:04 UTC (rev 265522)
+++ PKGBUILD2017-11-06 07:51:02 UTC (rev 265523)
@@ -1,11 +1,12 @@
+# Maintainer:
 # Contributor: Martin Wimpress 
 
 pkgname=mate-applets
-pkgver=1.18.1
-pkgrel=2
+pkgver=1.18.2
+pkgrel=1
 pkgdesc="Applets for MATE panel"
 arch=('i686' 'x86_64')
-url="http://mate-desktop.org;
+url="https://mate-desktop.org;
 license=('GPL')
 depends=('gtksourceview3' 'libgtop' 'libnotify' 'mate-panel' 'polkit'
  'python2-dbus' 'python2-gobject' 'upower' 'wireless_tools')
@@ -14,8 +15,8 @@
 groups=('mate-extra')
 conflicts=('mate-applets-gtk3' 'mate-netspeed' 'mate-netspeed-gtk3')
 replaces=('mate-applets-gtk3' 'mate-netspeed' 'mate-netspeed-gtk3')
-source=("http://pub.mate-desktop.org/releases/${pkgver%.*}/${pkgname}-${pkgver}.tar.xz;)
-sha1sums=('eb80c6d85256403a01bc6e18714d802638f83c10')
+source=("https://pub.mate-desktop.org/releases/${pkgver%.*}/${pkgname}-${pkgver}.tar.xz;)
+sha256sums=('fc6166f062ad3a557eec001608556e6faaa6b5c4bc79673709543b6b85a1ac10')
 
 prepare() {
 cd ${pkgname}-${pkgver}


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

2017-11-05 Thread Christian Hesse
Date: Monday, November 6, 2017 @ 07:51:42
  Author: eworm
Revision: 308945

upgpkg: smartmontools 6.6-1

new upstream release

Modified:
  smartmontools/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2017-11-06 07:25:23 UTC (rev 308944)
+++ PKGBUILD2017-11-06 07:51:42 UTC (rev 308945)
@@ -5,8 +5,8 @@
 # Contributor: Ralf Barth 
 
 pkgname=smartmontools
-pkgver=6.5
-pkgrel=2
+pkgver=6.6
+pkgrel=1
 pkgdesc="Control and monitor S.M.A.R.T. enabled ATA and SCSI Hard Drives"
 url="http://smartmontools.sourceforge.net;
 license=('GPL')
@@ -15,10 +15,10 @@
 optdepends=('s-nail: to get mail alerts to work')
 backup=('etc/smartd.conf'
 'etc/conf.d/smartd')
-validpgpkeys=('F41F01FC078449584FFCCF57DF0F1A49C4A4903A') # Smartmontools 
Signing Key (through 2016) 
+validpgpkeys=('887B8C6321104CA84A8EF91B18ECDA46CBF6BAC6') # Smartmontools 
Signing Key (through 2018) 
 
source=("https://downloads.sourceforge.net/sourceforge/${pkgname}/${pkgname}-${pkgver}.tar.gz"{,.asc}
 'smartd.conf')
-sha256sums=('89e8bb080130bc6ce148573ba5bb91bfe30236b64b1b5bbca26515d4b5c945bc'
+sha256sums=('51f43d0fb064fccaf823bbe68cf0d317d0895ff895aa353b3339a3b316a53054'
 'SKIP'
 'c2c0f2f6b4a3f3d76da1c7706139297aef6e3f2a705eb7fdd800544812427c74')
 


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

2017-11-05 Thread Antonio Rojas
Date: Monday, November 6, 2017 @ 07:51:35
  Author: arojas
Revision: 265524

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

Added:
  mate-applets/repos/community-i686/PKGBUILD
(from rev 265523, mate-applets/trunk/PKGBUILD)
  mate-applets/repos/community-x86_64/PKGBUILD
(from rev 265523, mate-applets/trunk/PKGBUILD)
Deleted:
  mate-applets/repos/community-i686/PKGBUILD
  mate-applets/repos/community-x86_64/PKGBUILD

---+
 /PKGBUILD |   80 
 community-i686/PKGBUILD   |   39 -
 community-x86_64/PKGBUILD |   39 -
 3 files changed, 80 insertions(+), 78 deletions(-)

Deleted: community-i686/PKGBUILD
===
--- community-i686/PKGBUILD 2017-11-06 07:51:02 UTC (rev 265523)
+++ community-i686/PKGBUILD 2017-11-06 07:51:35 UTC (rev 265524)
@@ -1,39 +0,0 @@
-# Contributor: Martin Wimpress 
-
-pkgname=mate-applets
-pkgver=1.18.1
-pkgrel=2
-pkgdesc="Applets for MATE panel"
-arch=('i686' 'x86_64')
-url="http://mate-desktop.org;
-license=('GPL')
-depends=('gtksourceview3' 'libgtop' 'libnotify' 'mate-panel' 'polkit'
- 'python2-dbus' 'python2-gobject' 'upower' 'wireless_tools')
-makedepends=('intltool' 'itstool' 'gucharmap')
-optdepends=('fortune-mod: for displaying fortune cookies in the Wanda the Fish 
applet' 'gucharmap: character picker applet')
-groups=('mate-extra')
-conflicts=('mate-applets-gtk3' 'mate-netspeed' 'mate-netspeed-gtk3')
-replaces=('mate-applets-gtk3' 'mate-netspeed' 'mate-netspeed-gtk3')
-source=("http://pub.mate-desktop.org/releases/${pkgver%.*}/${pkgname}-${pkgver}.tar.xz;)
-sha1sums=('eb80c6d85256403a01bc6e18714d802638f83c10')
-
-prepare() {
-cd ${pkgname}-${pkgver}
-sed -i 's/env python/env python2/' 
invest-applet/invest/{chart.py,invest-applet.py,mate-invest-chart}
-}
-
-build() {
-cd ${pkgname}-${pkgver}
-PYTHON=/usr/bin/python2 ./configure \
---prefix=/usr \
---sysconfdir=/etc \
---libexecdir=/usr/lib/${pkgname} \
---enable-polkit \
---enable-ipv6
-make
-}
-
-package() {
-cd ${pkgname}-${pkgver}
-make DESTDIR="${pkgdir}" install
-}

Copied: mate-applets/repos/community-i686/PKGBUILD (from rev 265523, 
mate-applets/trunk/PKGBUILD)
===
--- community-i686/PKGBUILD (rev 0)
+++ community-i686/PKGBUILD 2017-11-06 07:51:35 UTC (rev 265524)
@@ -0,0 +1,40 @@
+# Maintainer:
+# Contributor: Martin Wimpress 
+
+pkgname=mate-applets
+pkgver=1.18.2
+pkgrel=1
+pkgdesc="Applets for MATE panel"
+arch=('i686' 'x86_64')
+url="https://mate-desktop.org;
+license=('GPL')
+depends=('gtksourceview3' 'libgtop' 'libnotify' 'mate-panel' 'polkit'
+ 'python2-dbus' 'python2-gobject' 'upower' 'wireless_tools')
+makedepends=('intltool' 'itstool' 'gucharmap')
+optdepends=('fortune-mod: for displaying fortune cookies in the Wanda the Fish 
applet' 'gucharmap: character picker applet')
+groups=('mate-extra')
+conflicts=('mate-applets-gtk3' 'mate-netspeed' 'mate-netspeed-gtk3')
+replaces=('mate-applets-gtk3' 'mate-netspeed' 'mate-netspeed-gtk3')
+source=("https://pub.mate-desktop.org/releases/${pkgver%.*}/${pkgname}-${pkgver}.tar.xz;)
+sha256sums=('fc6166f062ad3a557eec001608556e6faaa6b5c4bc79673709543b6b85a1ac10')
+
+prepare() {
+cd ${pkgname}-${pkgver}
+sed -i 's/env python/env python2/' 
invest-applet/invest/{chart.py,invest-applet.py,mate-invest-chart}
+}
+
+build() {
+cd ${pkgname}-${pkgver}
+PYTHON=/usr/bin/python2 ./configure \
+--prefix=/usr \
+--sysconfdir=/etc \
+--libexecdir=/usr/lib/${pkgname} \
+--enable-polkit \
+--enable-ipv6
+make
+}
+
+package() {
+cd ${pkgname}-${pkgver}
+make DESTDIR="${pkgdir}" install
+}

Deleted: community-x86_64/PKGBUILD
===
--- community-x86_64/PKGBUILD   2017-11-06 07:51:02 UTC (rev 265523)
+++ community-x86_64/PKGBUILD   2017-11-06 07:51:35 UTC (rev 265524)
@@ -1,39 +0,0 @@
-# Contributor: Martin Wimpress 
-
-pkgname=mate-applets
-pkgver=1.18.1
-pkgrel=2
-pkgdesc="Applets for MATE panel"
-arch=('i686' 'x86_64')
-url="http://mate-desktop.org;
-license=('GPL')
-depends=('gtksourceview3' 'libgtop' 'libnotify' 'mate-panel' 'polkit'
- 'python2-dbus' 'python2-gobject' 'upower' 'wireless_tools')
-makedepends=('intltool' 'itstool' 'gucharmap')
-optdepends=('fortune-mod: for displaying fortune cookies in the Wanda the Fish 
applet' 'gucharmap: character picker applet')
-groups=('mate-extra')
-conflicts=('mate-applets-gtk3' 'mate-netspeed' 'mate-netspeed-gtk3')
-replaces=('mate-applets-gtk3' 'mate-netspeed' 'mate-netspeed-gtk3')
-source=("http://pub.mate-desktop.org/releases/${pkgver%.*}/${pkgname}-${pkgver}.tar.xz;)

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

2017-11-05 Thread Antonio Rojas
Date: Monday, November 6, 2017 @ 07:24:51
  Author: arojas
Revision: 308943

Update to 4.19.5

Modified:
  sip/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2017-11-06 00:31:51 UTC (rev 308942)
+++ PKGBUILD2017-11-06 07:24:51 UTC (rev 308943)
@@ -6,7 +6,7 @@
 
 pkgbase=sip
 pkgname=('sip' 'python-sip' 'python2-sip')
-pkgver=4.19.4
+pkgver=4.19.5
 pkgrel=1
 arch=('i686' 'x86_64')
 url='http://www.riverbankcomputing.com/software/sip/intro'
@@ -13,7 +13,7 @@
 license=('custom:"sip"')
 makedepends=('python' 'python2')
 
source=("http://sourceforge.net/projects/pyqt/files/sip/sip-$pkgver/sip-$pkgver.tar.gz;)
-md5sums=('45c9fa028fba73ae66466dbd771d1d78')
+md5sums=('3de52bc3bc035255c3498a47aa9cab41')
 
 prepare() {
   cp -a sip-$pkgver{,-py2}


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

2017-11-05 Thread Antonio Rojas
Date: Monday, November 6, 2017 @ 07:25:23
  Author: arojas
Revision: 308944

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

Added:
  sip/repos/testing-i686/PKGBUILD
(from rev 308943, sip/trunk/PKGBUILD)
  sip/repos/testing-x86_64/PKGBUILD
(from rev 308943, sip/trunk/PKGBUILD)
Deleted:
  sip/repos/testing-i686/PKGBUILD
  sip/repos/testing-x86_64/PKGBUILD

-+
 /PKGBUILD   |  132 ++
 testing-i686/PKGBUILD   |   66 ---
 testing-x86_64/PKGBUILD |   66 ---
 3 files changed, 132 insertions(+), 132 deletions(-)

Deleted: testing-i686/PKGBUILD
===
--- testing-i686/PKGBUILD   2017-11-06 07:24:51 UTC (rev 308943)
+++ testing-i686/PKGBUILD   2017-11-06 07:25:23 UTC (rev 308944)
@@ -1,66 +0,0 @@
-# $Id$
-# Maintainer: Felix Yan 
-# Contributor: Andrea Scarpino 
-# Contributor: Douglas Soares de Andrade 
-# Contributor: riai , Ben 
-
-pkgbase=sip
-pkgname=('sip' 'python-sip' 'python2-sip')
-pkgver=4.19.4
-pkgrel=1
-arch=('i686' 'x86_64')
-url='http://www.riverbankcomputing.com/software/sip/intro'
-license=('custom:"sip"')
-makedepends=('python' 'python2')
-source=("http://sourceforge.net/projects/pyqt/files/sip/sip-$pkgver/sip-$pkgver.tar.gz;)
-md5sums=('45c9fa028fba73ae66466dbd771d1d78')
-
-prepare() {
-  cp -a sip-$pkgver{,-py2}
-}
-
-build() {
-  cd "$srcdir"/sip-$pkgver
-  python configure.py CFLAGS="$CFLAGS" LFLAGS="$LDFLAGS"
-  make
-
-  cd "$srcdir"/sip-$pkgver-py2
-  python2 configure.py CFLAGS="$CFLAGS" LFLAGS="$LDFLAGS"
-  make
-}
-
-package_sip() {
-  pkgdesc="A tool that makes it easy to create Python bindings for C and C++ 
libraries"
-  depends=('glibc')
-
-  cd sip-$pkgver
-  make DESTDIR="$pkgdir" install -C sipgen
-
-  install -Dm644 LICENSE "$pkgdir"/usr/share/licenses/$pkgname/LICENSE
-}
-
-package_python-sip() {
-  pkgdesc="Python 3.x SIP bindings for C and C++ libraries"
-  depends=('sip' 'python')
-
-  cd sip-$pkgver
-  make DESTDIR="$pkgdir" install -C siplib
-
-  install -Dm644 sipconfig.py 
"$pkgdir"/usr/lib/python3.6/site-packages/sipconfig.py
-  install -Dm644 sipdistutils.py 
"$pkgdir"/usr/lib/python3.6/site-packages/sipdistutils.py
-
-  install -Dm644 LICENSE "$pkgdir"/usr/share/licenses/$pkgname/LICENSE
-}
-
-package_python2-sip() {
-  pkgdesc="Python 2.x SIP bindings for C and C++ libraries"
-  depends=('sip' 'python2')
-
-  cd sip-$pkgver-py2
-  make DESTDIR="$pkgdir" install -C siplib
-
-  install -Dm644 sipconfig.py 
"$pkgdir"/usr/lib/python2.7/site-packages/sipconfig.py
-  install -Dm644 sipdistutils.py 
"$pkgdir"/usr/lib/python2.7/site-packages/sipdistutils.py
-
-  install -Dm644 LICENSE "$pkgdir"/usr/share/licenses/$pkgname/LICENSE
-}

Copied: sip/repos/testing-i686/PKGBUILD (from rev 308943, sip/trunk/PKGBUILD)
===
--- testing-i686/PKGBUILD   (rev 0)
+++ testing-i686/PKGBUILD   2017-11-06 07:25:23 UTC (rev 308944)
@@ -0,0 +1,66 @@
+# $Id$
+# Maintainer: Felix Yan 
+# Contributor: Andrea Scarpino 
+# Contributor: Douglas Soares de Andrade 
+# Contributor: riai , Ben 
+
+pkgbase=sip
+pkgname=('sip' 'python-sip' 'python2-sip')
+pkgver=4.19.5
+pkgrel=1
+arch=('i686' 'x86_64')
+url='http://www.riverbankcomputing.com/software/sip/intro'
+license=('custom:"sip"')
+makedepends=('python' 'python2')
+source=("http://sourceforge.net/projects/pyqt/files/sip/sip-$pkgver/sip-$pkgver.tar.gz;)
+md5sums=('3de52bc3bc035255c3498a47aa9cab41')
+
+prepare() {
+  cp -a sip-$pkgver{,-py2}
+}
+
+build() {
+  cd "$srcdir"/sip-$pkgver
+  python configure.py CFLAGS="$CFLAGS" LFLAGS="$LDFLAGS"
+  make
+
+  cd "$srcdir"/sip-$pkgver-py2
+  python2 configure.py CFLAGS="$CFLAGS" LFLAGS="$LDFLAGS"
+  make
+}
+
+package_sip() {
+  pkgdesc="A tool that makes it easy to create Python bindings for C and C++ 
libraries"
+  depends=('glibc')
+
+  cd sip-$pkgver
+  make DESTDIR="$pkgdir" install -C sipgen
+
+  install -Dm644 LICENSE "$pkgdir"/usr/share/licenses/$pkgname/LICENSE
+}
+
+package_python-sip() {
+  pkgdesc="Python 3.x SIP bindings for C and C++ libraries"
+  depends=('sip' 'python')
+
+  cd sip-$pkgver
+  make DESTDIR="$pkgdir" install -C siplib
+
+  install -Dm644 sipconfig.py 
"$pkgdir"/usr/lib/python3.6/site-packages/sipconfig.py
+  install -Dm644 sipdistutils.py 
"$pkgdir"/usr/lib/python3.6/site-packages/sipdistutils.py
+
+  install -Dm644 LICENSE "$pkgdir"/usr/share/licenses/$pkgname/LICENSE
+}
+
+package_python2-sip() {
+  pkgdesc="Python 2.x SIP bindings for C and C++ libraries"
+  depends=('sip' 'python2')
+
+  cd sip-$pkgver-py2
+  make DESTDIR="$pkgdir" install -C siplib
+
+  install 

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

2017-11-05 Thread Felix Yan
Date: Monday, November 6, 2017 @ 06:57:04
  Author: felixonmars
Revision: 265522

archrelease: copy trunk to community-any

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

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

Deleted: PKGBUILD
===
--- PKGBUILD2017-11-06 06:56:40 UTC (rev 265521)
+++ PKGBUILD2017-11-06 06:57:04 UTC (rev 265522)
@@ -1,58 +0,0 @@
-# $Id$
-# Maintainer: Felix Yan 
-
-pkgbase=python-fs
-pkgname=('python-fs' 'python2-fs')
-pkgver=2.0.12
-pkgrel=1
-pkgdesc="Filesystem abstraction layer"
-arch=('any')
-license=('custom:BSD')
-url="http://pypi.python.org/pypi/fs/;
-makedepends=('python-appdirs' 'python2-appdirs' 'python2-enum34' 'python-pytz' 
'python2-pytz'
- 'python2-scandir' 'python-setuptools' 'python2-setuptools' 
'python-six' 'python2-six')
-checkdepends=('python-nose' 'python2-nose' 'fuse2' 'python-mock' 
'python2-mock' 'python-pyftpdlib'
-  'python2-pyftpdlib')
-source=("$pkgname-$pkgver.tar.gz::https://github.com/PyFilesystem/pyfilesystem2/archive/v$pkgver.tar.gz;)
-sha512sums=('b5e79513fd637e6a6b1041bcf10fabf327af56b8dc3b07229d1570b8ec4b0baea459ff7a90b8324c5c04af51d4718657a3dab1eb6a55a13725c1115315463c24')
-
-prepare() {
-  cp -a pyfilesystem2-$pkgver{,-py2}
-
-  sed -e '/enum34/d' -e '/scandir/d' -i pyfilesystem2-$pkgver/setup.py
-}
-
-build() {
-  cd "$srcdir"/pyfilesystem2-$pkgver
-  python setup.py build
-
-  cd "$srcdir"/pyfilesystem2-$pkgver-py2
-  python2 setup.py build
-}
-
-check() {
-  export LC_CTYPE=en_US.UTF-8
-
-  cd "$srcdir"/pyfilesystem2-$pkgver
-  python setup.py install --root="$PWD/tmp_install" --optimize=1
-  PYTHONPATH="$PWD/tmp_install/usr/lib/python3.6/site-packages:$PYTHONPATH" 
nosetests3 tests
-
-  cd "$srcdir"/pyfilesystem2-$pkgver-py2
-  python2 setup.py install --root="$PWD/tmp_install" --optimize=1
-  PYTHONPATH="$PWD/tmp_install/usr/lib/python2.7/site-packages:$PYTHONPATH" 
nosetests2 tests
-}
-
-package_python-fs() {
-  depends=('python-appdirs' 'python-pytz' 'python-setuptools' 'python-six')
-
-  cd pyfilesystem2-$pkgver
-  python setup.py install --root="${pkgdir}" --optimize=1
-}
-
-package_python2-fs() {
-  depends=('python2-appdirs' 'python2-enum34' 'python2-pytz' 'python2-scandir' 
'python2-setuptools'
-   'python2-six')
-
-  cd pyfilesystem2-$pkgver-py2
-  python2 setup.py install --root="${pkgdir}" --optimize=1
-}

Copied: python-fs/repos/community-any/PKGBUILD (from rev 265521, 
python-fs/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2017-11-06 06:57:04 UTC (rev 265522)
@@ -0,0 +1,58 @@
+# $Id$
+# Maintainer: Felix Yan 
+
+pkgbase=python-fs
+pkgname=('python-fs' 'python2-fs')
+pkgver=2.0.15
+pkgrel=1
+pkgdesc="Filesystem abstraction layer"
+arch=('any')
+license=('custom:BSD')
+url="http://pypi.python.org/pypi/fs/;
+makedepends=('python-appdirs' 'python2-appdirs' 'python2-enum34' 'python-pytz' 
'python2-pytz'
+ 'python2-scandir' 'python-setuptools' 'python2-setuptools' 
'python-six' 'python2-six')
+checkdepends=('python-nose' 'python2-nose' 'fuse2' 'python-mock' 
'python2-mock' 'python-pyftpdlib'
+  'python2-pyftpdlib')
+source=("$pkgname-$pkgver.tar.gz::https://github.com/PyFilesystem/pyfilesystem2/archive/v$pkgver.tar.gz;)
+sha512sums=('4ff44dad87de8884ec63f3bc1f6a0fea13a93a5bf157d6c91354cb418f4cde49bc52ace3bd3c83f181e30290386792c583119877337e84ba5c199531ee16d3eb')
+
+prepare() {
+  cp -a pyfilesystem2-$pkgver{,-py2}
+
+  sed -e '/enum34/d' -e '/scandir/d' -i pyfilesystem2-$pkgver/setup.py
+}
+
+build() {
+  cd "$srcdir"/pyfilesystem2-$pkgver
+  python setup.py build
+
+  cd "$srcdir"/pyfilesystem2-$pkgver-py2
+  python2 setup.py build
+}
+
+check() {
+  export LC_CTYPE=en_US.UTF-8
+
+  cd "$srcdir"/pyfilesystem2-$pkgver
+  python setup.py install --root="$PWD/tmp_install" --optimize=1
+  PYTHONPATH="$PWD/tmp_install/usr/lib/python3.6/site-packages:$PYTHONPATH" 
nosetests3 tests
+
+  cd "$srcdir"/pyfilesystem2-$pkgver-py2
+  python2 setup.py install --root="$PWD/tmp_install" --optimize=1
+  PYTHONPATH="$PWD/tmp_install/usr/lib/python2.7/site-packages:$PYTHONPATH" 
nosetests2 tests
+}
+
+package_python-fs() {
+  depends=('python-appdirs' 'python-pytz' 'python-setuptools' 'python-six')
+
+  cd pyfilesystem2-$pkgver
+  python setup.py install --root="${pkgdir}" --optimize=1
+}
+
+package_python2-fs() {
+  depends=('python2-appdirs' 'python2-enum34' 'python2-pytz' 'python2-scandir' 
'python2-setuptools'
+   'python2-six')
+
+  cd pyfilesystem2-$pkgver-py2
+  python2 setup.py install --root="${pkgdir}" --optimize=1
+}


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

2017-11-05 Thread Felix Yan
Date: Monday, November 6, 2017 @ 06:56:40
  Author: felixonmars
Revision: 265521

upgpkg: python-fs 2.0.15-1

Modified:
  python-fs/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2017-11-06 06:55:11 UTC (rev 265520)
+++ PKGBUILD2017-11-06 06:56:40 UTC (rev 265521)
@@ -3,7 +3,7 @@
 
 pkgbase=python-fs
 pkgname=('python-fs' 'python2-fs')
-pkgver=2.0.12
+pkgver=2.0.15
 pkgrel=1
 pkgdesc="Filesystem abstraction layer"
 arch=('any')
@@ -14,7 +14,7 @@
 checkdepends=('python-nose' 'python2-nose' 'fuse2' 'python-mock' 
'python2-mock' 'python-pyftpdlib'
   'python2-pyftpdlib')
 
source=("$pkgname-$pkgver.tar.gz::https://github.com/PyFilesystem/pyfilesystem2/archive/v$pkgver.tar.gz;)
-sha512sums=('b5e79513fd637e6a6b1041bcf10fabf327af56b8dc3b07229d1570b8ec4b0baea459ff7a90b8324c5c04af51d4718657a3dab1eb6a55a13725c1115315463c24')
+sha512sums=('4ff44dad87de8884ec63f3bc1f6a0fea13a93a5bf157d6c91354cb418f4cde49bc52ace3bd3c83f181e30290386792c583119877337e84ba5c199531ee16d3eb')
 
 prepare() {
   cp -a pyfilesystem2-$pkgver{,-py2}


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

2017-11-05 Thread Felix Yan
Date: Monday, November 6, 2017 @ 06:54:40
  Author: felixonmars
Revision: 265519

upgpkg: python-flake8-debugger 3.0.0-1

Modified:
  python-flake8-debugger/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2017-11-06 06:54:20 UTC (rev 265518)
+++ PKGBUILD2017-11-06 06:54:40 UTC (rev 265519)
@@ -3,34 +3,34 @@
 
 pkgbase=python-flake8-debugger
 pkgname=('python-flake8-debugger' 'python2-flake8-debugger')
-pkgver=1.4.0
+pkgver=3.0.0
 pkgrel=1
 pkgdesc='ipdb/pdb statement checker plugin for flake8'
 arch=('any')
 license=('MIT')
 url='https://github.com/JBKahn/flake8-debugger'
-makedepends=('python-setuptools' 'python2-setuptools' 'flake8' 
'python2-flake8' 'git')
-checkdepends=('python-nose' 'python2-nose')
-source=("git+https://github.com/JBKahn/flake8-debugger.git#tag=$pkgver;)
-md5sums=('SKIP')
+makedepends=('python-setuptools' 'python2-setuptools' 'flake8' 'python2-flake8'
+ 'python-pytest-runner' 'python2-pytest-runner')
+source=("$pkgbase-$pkgver.tar.gz::https://github.com/JBKahn/flake8-debugger/archive/$pkgver.tar.gz;)
+sha512sums=('82b8d3378ff1b6b63d02f3602d2db113d5c2e818a9da741b8867487308a7d8119f0871ac9e89a269dd4b1097c9381f171e53a83ec94e7685fcf5203c812820dd')
 
 prepare() {
-  cp -a flake8-debugger{,-py2}
+  cp -a flake8-debugger-$pkgver{,-py2}
 }
 
 build() {
-  cd "$srcdir"/flake8-debugger
+  cd "$srcdir"/flake8-debugger-$pkgver
   python setup.py build
 
-  cd "$srcdir"/flake8-debugger-py2
+  cd "$srcdir"/flake8-debugger-$pkgver-py2
   python2 setup.py build
 }
 
 check() {
-  cd "$srcdir"/flake8-debugger
+  cd "$srcdir"/flake8-debugger-$pkgver
   python setup.py test
 
-  cd "$srcdir"/flake8-debugger-py2
+  cd "$srcdir"/flake8-debugger-$pkgver-py2
   python2 setup.py test
 }
 
@@ -37,15 +37,15 @@
 package_python-flake8-debugger() {
   depends=('flake8')
 
-  cd "$srcdir"/flake8-debugger
-  python setup.py install --root="$pkgdir"/ --optimize=1
+  cd "$srcdir"/flake8-debugger-$pkgver
+  python setup.py install --root="$pkgdir" --optimize=1
 }
 
 package_python2-flake8-debugger() {
   depends=('python2-flake8')
 
-  cd "$srcdir"/flake8-debugger-py2
-  python2 setup.py install --root="$pkgdir"/ --optimize=1
+  cd "$srcdir"/flake8-debugger-$pkgver-py2
+  python2 setup.py install --root="$pkgdir" --optimize=1
 }
 
 # vim:set ts=2 sw=2 et:


[arch-commits] Commit in python-flake8-debugger/repos/community-any (2 files)

2017-11-05 Thread Felix Yan
Date: Monday, November 6, 2017 @ 06:55:11
  Author: felixonmars
Revision: 265520

archrelease: copy trunk to community-any

Added:
  python-flake8-debugger/repos/community-any/PKGBUILD
(from rev 265519, python-flake8-debugger/trunk/PKGBUILD)
Deleted:
  python-flake8-debugger/repos/community-any/PKGBUILD

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

Deleted: PKGBUILD
===
--- PKGBUILD2017-11-06 06:54:40 UTC (rev 265519)
+++ PKGBUILD2017-11-06 06:55:11 UTC (rev 265520)
@@ -1,51 +0,0 @@
-# $Id$
-# Maintainer: Felix Yan 
-
-pkgbase=python-flake8-debugger
-pkgname=('python-flake8-debugger' 'python2-flake8-debugger')
-pkgver=1.4.0
-pkgrel=1
-pkgdesc='ipdb/pdb statement checker plugin for flake8'
-arch=('any')
-license=('MIT')
-url='https://github.com/JBKahn/flake8-debugger'
-makedepends=('python-setuptools' 'python2-setuptools' 'flake8' 
'python2-flake8' 'git')
-checkdepends=('python-nose' 'python2-nose')
-source=("git+https://github.com/JBKahn/flake8-debugger.git#tag=$pkgver;)
-md5sums=('SKIP')
-
-prepare() {
-  cp -a flake8-debugger{,-py2}
-}
-
-build() {
-  cd "$srcdir"/flake8-debugger
-  python setup.py build
-
-  cd "$srcdir"/flake8-debugger-py2
-  python2 setup.py build
-}
-
-check() {
-  cd "$srcdir"/flake8-debugger
-  python setup.py test
-
-  cd "$srcdir"/flake8-debugger-py2
-  python2 setup.py test
-}
-
-package_python-flake8-debugger() {
-  depends=('flake8')
-
-  cd "$srcdir"/flake8-debugger
-  python setup.py install --root="$pkgdir"/ --optimize=1
-}
-
-package_python2-flake8-debugger() {
-  depends=('python2-flake8')
-
-  cd "$srcdir"/flake8-debugger-py2
-  python2 setup.py install --root="$pkgdir"/ --optimize=1
-}
-
-# vim:set ts=2 sw=2 et:

Copied: python-flake8-debugger/repos/community-any/PKGBUILD (from rev 265519, 
python-flake8-debugger/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2017-11-06 06:55:11 UTC (rev 265520)
@@ -0,0 +1,51 @@
+# $Id$
+# Maintainer: Felix Yan 
+
+pkgbase=python-flake8-debugger
+pkgname=('python-flake8-debugger' 'python2-flake8-debugger')
+pkgver=3.0.0
+pkgrel=1
+pkgdesc='ipdb/pdb statement checker plugin for flake8'
+arch=('any')
+license=('MIT')
+url='https://github.com/JBKahn/flake8-debugger'
+makedepends=('python-setuptools' 'python2-setuptools' 'flake8' 'python2-flake8'
+ 'python-pytest-runner' 'python2-pytest-runner')
+source=("$pkgbase-$pkgver.tar.gz::https://github.com/JBKahn/flake8-debugger/archive/$pkgver.tar.gz;)
+sha512sums=('82b8d3378ff1b6b63d02f3602d2db113d5c2e818a9da741b8867487308a7d8119f0871ac9e89a269dd4b1097c9381f171e53a83ec94e7685fcf5203c812820dd')
+
+prepare() {
+  cp -a flake8-debugger-$pkgver{,-py2}
+}
+
+build() {
+  cd "$srcdir"/flake8-debugger-$pkgver
+  python setup.py build
+
+  cd "$srcdir"/flake8-debugger-$pkgver-py2
+  python2 setup.py build
+}
+
+check() {
+  cd "$srcdir"/flake8-debugger-$pkgver
+  python setup.py test
+
+  cd "$srcdir"/flake8-debugger-$pkgver-py2
+  python2 setup.py test
+}
+
+package_python-flake8-debugger() {
+  depends=('flake8')
+
+  cd "$srcdir"/flake8-debugger-$pkgver
+  python setup.py install --root="$pkgdir" --optimize=1
+}
+
+package_python2-flake8-debugger() {
+  depends=('python2-flake8')
+
+  cd "$srcdir"/flake8-debugger-$pkgver-py2
+  python2 setup.py install --root="$pkgdir" --optimize=1
+}
+
+# vim:set ts=2 sw=2 et:


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

2017-11-05 Thread Felix Yan
Date: Monday, November 6, 2017 @ 06:54:20
  Author: felixonmars
Revision: 265518

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

Added:
  deepin-wm/repos/community-i686/PKGBUILD
(from rev 265517, deepin-wm/trunk/PKGBUILD)
  deepin-wm/repos/community-x86_64/PKGBUILD
(from rev 265517, deepin-wm/trunk/PKGBUILD)
Deleted:
  deepin-wm/repos/community-i686/PKGBUILD
  deepin-wm/repos/community-x86_64/PKGBUILD

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

Deleted: community-i686/PKGBUILD
===
--- community-i686/PKGBUILD 2017-11-06 06:53:45 UTC (rev 265517)
+++ community-i686/PKGBUILD 2017-11-06 06:54:20 UTC (rev 265518)
@@ -1,36 +0,0 @@
-# $Id$
-# Maintainer: Felix Yan 
-# Contributor: Josip Ponjavic 
-# Contributor: Xu Fasheng 
-
-pkgname=deepin-wm
-pkgver=1.9.18
-pkgrel=1
-pkgdesc='Deepin Window Manager'
-arch=('i686' 'x86_64')
-url="https://github.com/linuxdeepin/deepin-wm;
-license=('GPL3')
-depends=('bamf' 'clutter-gtk' 'deepin-desktop-schemas' 'deepin-menu' 'granite' 
'deepin-mutter'
- 'gnome-desktop' 'libgee')
-makedepends=('gnome-common' 'intltool' 'vala')
-source=("$pkgname-$pkgver.tar.gz::https://github.com/linuxdeepin/deepin-wm/archive/$pkgver.tar.gz;)
-sha512sums=('8745f6b33ca011185962965739ae6524d2518346ddef253ead5b5d785a350f46da1008ae08a6ac18e8f1511a3c6dc598411789af1c69b85669f2c6a44682a9ca')
-
-prepare() {
-  export CFLAGS="$CFLAGS -DWNCK_I_KNOW_THIS_IS_UNSTABLE"
-
-  sed -i 
's#/usr/share/backgrounds/default_background.jpg#/usr/share/backgrounds/deepin/desktop.jpg#'
 $pkgname-$pkgver/src/Background/BackgroundSource.vala
-}
-
-build() {
-  cd $pkgname-$pkgver
-  ./autogen.sh \
---prefix='/usr' \
---disable-schemas-compile
-  make
-}
-
-package() {
-  cd $pkgname-$pkgver
-  make DESTDIR="$pkgdir" install
-}

Copied: deepin-wm/repos/community-i686/PKGBUILD (from rev 265517, 
deepin-wm/trunk/PKGBUILD)
===
--- community-i686/PKGBUILD (rev 0)
+++ community-i686/PKGBUILD 2017-11-06 06:54:20 UTC (rev 265518)
@@ -0,0 +1,36 @@
+# $Id$
+# Maintainer: Felix Yan 
+# Contributor: Josip Ponjavic 
+# Contributor: Xu Fasheng 
+
+pkgname=deepin-wm
+pkgver=1.9.19
+pkgrel=1
+pkgdesc='Deepin Window Manager'
+arch=('i686' 'x86_64')
+url="https://github.com/linuxdeepin/deepin-wm;
+license=('GPL3')
+depends=('bamf' 'clutter-gtk' 'deepin-desktop-schemas' 'deepin-menu' 'granite' 
'deepin-mutter'
+ 'gnome-desktop' 'libgee')
+makedepends=('gnome-common' 'intltool' 'vala')
+source=("$pkgname-$pkgver.tar.gz::https://github.com/linuxdeepin/deepin-wm/archive/$pkgver.tar.gz;)
+sha512sums=('24eaca7cda2c4c33eea350e6c1874c82e8669bed2383340a7dfee0d5d3d3471f01e5a34300b820b717c1dd29b8d49aa923ba5b0120faa2160d03ba47a819d6eb')
+
+prepare() {
+  export CFLAGS="$CFLAGS -DWNCK_I_KNOW_THIS_IS_UNSTABLE"
+
+  sed -i 
's#/usr/share/backgrounds/default_background.jpg#/usr/share/backgrounds/deepin/desktop.jpg#'
 $pkgname-$pkgver/src/Background/BackgroundSource.vala
+}
+
+build() {
+  cd $pkgname-$pkgver
+  ./autogen.sh \
+--prefix='/usr' \
+--disable-schemas-compile
+  make
+}
+
+package() {
+  cd $pkgname-$pkgver
+  make DESTDIR="$pkgdir" install
+}

Deleted: community-x86_64/PKGBUILD
===
--- community-x86_64/PKGBUILD   2017-11-06 06:53:45 UTC (rev 265517)
+++ community-x86_64/PKGBUILD   2017-11-06 06:54:20 UTC (rev 265518)
@@ -1,36 +0,0 @@
-# $Id$
-# Maintainer: Felix Yan 
-# Contributor: Josip Ponjavic 
-# Contributor: Xu Fasheng 
-
-pkgname=deepin-wm
-pkgver=1.9.18
-pkgrel=1
-pkgdesc='Deepin Window Manager'
-arch=('i686' 'x86_64')
-url="https://github.com/linuxdeepin/deepin-wm;
-license=('GPL3')
-depends=('bamf' 'clutter-gtk' 'deepin-desktop-schemas' 'deepin-menu' 'granite' 
'deepin-mutter'
- 'gnome-desktop' 'libgee')
-makedepends=('gnome-common' 'intltool' 'vala')
-source=("$pkgname-$pkgver.tar.gz::https://github.com/linuxdeepin/deepin-wm/archive/$pkgver.tar.gz;)
-sha512sums=('8745f6b33ca011185962965739ae6524d2518346ddef253ead5b5d785a350f46da1008ae08a6ac18e8f1511a3c6dc598411789af1c69b85669f2c6a44682a9ca')
-
-prepare() {
-  export CFLAGS="$CFLAGS -DWNCK_I_KNOW_THIS_IS_UNSTABLE"
-
-  sed -i 
's#/usr/share/backgrounds/default_background.jpg#/usr/share/backgrounds/deepin/desktop.jpg#'
 $pkgname-$pkgver/src/Background/BackgroundSource.vala
-}
-
-build() {
-  cd $pkgname-$pkgver
-  ./autogen.sh \
---prefix='/usr' \
---disable-schemas-compile
-  make
-}
-
-package() {
-  cd 

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

2017-11-05 Thread Felix Yan
Date: Monday, November 6, 2017 @ 06:53:45
  Author: felixonmars
Revision: 265517

upgpkg: deepin-wm 1.9.19-1

Modified:
  deepin-wm/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2017-11-06 06:33:01 UTC (rev 265516)
+++ PKGBUILD2017-11-06 06:53:45 UTC (rev 265517)
@@ -4,7 +4,7 @@
 # Contributor: Xu Fasheng 
 
 pkgname=deepin-wm
-pkgver=1.9.18
+pkgver=1.9.19
 pkgrel=1
 pkgdesc='Deepin Window Manager'
 arch=('i686' 'x86_64')
@@ -14,7 +14,7 @@
  'gnome-desktop' 'libgee')
 makedepends=('gnome-common' 'intltool' 'vala')
 
source=("$pkgname-$pkgver.tar.gz::https://github.com/linuxdeepin/deepin-wm/archive/$pkgver.tar.gz;)
-sha512sums=('8745f6b33ca011185962965739ae6524d2518346ddef253ead5b5d785a350f46da1008ae08a6ac18e8f1511a3c6dc598411789af1c69b85669f2c6a44682a9ca')
+sha512sums=('24eaca7cda2c4c33eea350e6c1874c82e8669bed2383340a7dfee0d5d3d3471f01e5a34300b820b717c1dd29b8d49aa923ba5b0120faa2160d03ba47a819d6eb')
 
 prepare() {
   export CFLAGS="$CFLAGS -DWNCK_I_KNOW_THIS_IS_UNSTABLE"


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

2017-11-05 Thread Lukas Fleischer
Date: Monday, November 6, 2017 @ 06:33:01
  Author: lfleischer
Revision: 265516

archrelease: copy trunk to community-any

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

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

Deleted: PKGBUILD
===
--- PKGBUILD2017-11-06 06:32:47 UTC (rev 265515)
+++ PKGBUILD2017-11-06 06:33:01 UTC (rev 265516)
@@ -1,35 +0,0 @@
-# Maintainer: Lukas Fleischer 
-# Contributor: Andrey Mivrenik 
-# Contributor: Tim Diels 
-
-pkgbase=python-dropbox
-_pkgname=dropbox-sdk-python
-pkgname=(python-dropbox python2-dropbox)
-pkgver=8.4.0
-pkgrel=1
-pkgdesc="Python SDK for Dropbox Core APIs"
-url="https://www.dropbox.com/developers/core/sdks/python;
-arch=('any')
-license=('MIT')
-makedepends=(python-requests python2-requests python-urllib3 python2-urllib3
- python-setuptools python2-setuptools)
-source=("https://github.com/dropbox/$_pkgname/archive/v$pkgver.tar.gz;)
-sha256sums=('2857c119e711de948401eb9cf4137cc16cee816ad56e82daed18d6c002db8e31')
-
-package_python-dropbox() {
-  depends=(python python-urllib3 python-requests)
-
-  cd "$srcdir/$_pkgname-$pkgver"
-
-  python setup.py install --root="$pkgdir" --optimize=1
-  install -Dm0644 LICENSE "$pkgdir/usr/share/licenses/$pkgname/LICENSE"
-}
-
-package_python2-dropbox() {
-  depends=(python2 python2-urllib3 python2-requests)
-
-  cd "$srcdir/$_pkgname-$pkgver"
-
-  python2 setup.py install --root="$pkgdir" --optimize=1
-  install -Dm0644 LICENSE "$pkgdir/usr/share/licenses/$pkgname/LICENSE"
-}

Copied: python-dropbox/repos/community-any/PKGBUILD (from rev 265515, 
python-dropbox/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2017-11-06 06:33:01 UTC (rev 265516)
@@ -0,0 +1,35 @@
+# Maintainer: Lukas Fleischer 
+# Contributor: Andrey Mivrenik 
+# Contributor: Tim Diels 
+
+pkgbase=python-dropbox
+_pkgname=dropbox-sdk-python
+pkgname=(python-dropbox python2-dropbox)
+pkgver=8.4.1
+pkgrel=1
+pkgdesc="Python SDK for Dropbox Core APIs"
+url="https://www.dropbox.com/developers/core/sdks/python;
+arch=('any')
+license=('MIT')
+makedepends=(python-requests python2-requests python-urllib3 python2-urllib3
+ python-setuptools python2-setuptools)
+source=("https://github.com/dropbox/$_pkgname/archive/v$pkgver.tar.gz;)
+sha256sums=('000fd9e91b04d9e3ad2838cf4cf62cd4b0b294ae5260d65d126acb933a981463')
+
+package_python-dropbox() {
+  depends=(python python-urllib3 python-requests)
+
+  cd "$srcdir/$_pkgname-$pkgver"
+
+  python setup.py install --root="$pkgdir" --optimize=1
+  install -Dm0644 LICENSE "$pkgdir/usr/share/licenses/$pkgname/LICENSE"
+}
+
+package_python2-dropbox() {
+  depends=(python2 python2-urllib3 python2-requests)
+
+  cd "$srcdir/$_pkgname-$pkgver"
+
+  python2 setup.py install --root="$pkgdir" --optimize=1
+  install -Dm0644 LICENSE "$pkgdir/usr/share/licenses/$pkgname/LICENSE"
+}


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

2017-11-05 Thread Lukas Fleischer
Date: Monday, November 6, 2017 @ 06:32:47
  Author: lfleischer
Revision: 265515

upgpkg: python-dropbox 8.4.1-1

Upstream update.

Modified:
  python-dropbox/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2017-11-06 06:30:48 UTC (rev 265514)
+++ PKGBUILD2017-11-06 06:32:47 UTC (rev 265515)
@@ -5,7 +5,7 @@
 pkgbase=python-dropbox
 _pkgname=dropbox-sdk-python
 pkgname=(python-dropbox python2-dropbox)
-pkgver=8.4.0
+pkgver=8.4.1
 pkgrel=1
 pkgdesc="Python SDK for Dropbox Core APIs"
 url="https://www.dropbox.com/developers/core/sdks/python;
@@ -14,7 +14,7 @@
 makedepends=(python-requests python2-requests python-urllib3 python2-urllib3
  python-setuptools python2-setuptools)
 source=("https://github.com/dropbox/$_pkgname/archive/v$pkgver.tar.gz;)
-sha256sums=('2857c119e711de948401eb9cf4137cc16cee816ad56e82daed18d6c002db8e31')
+sha256sums=('000fd9e91b04d9e3ad2838cf4cf62cd4b0b294ae5260d65d126acb933a981463')
 
 package_python-dropbox() {
   depends=(python python-urllib3 python-requests)


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

2017-11-05 Thread Lukas Fleischer
Date: Monday, November 6, 2017 @ 06:30:32
  Author: lfleischer
Revision: 265513

upgpkg: borg 1.1.2-1

* Upstream update.
* Add missing man pages (fixes FS#56095).

Modified:
  borg/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2017-11-06 06:14:42 UTC (rev 265512)
+++ PKGBUILD2017-11-06 06:30:32 UTC (rev 265513)
@@ -3,7 +3,7 @@
 
 pkgname=borg
 _pkgname=borgbackup
-pkgver=1.1.1
+pkgver=1.1.2
 pkgrel=1
 pkgdesc='Deduplicating backup program with compression and authenticated 
encryption'
 url='https://borgbackup.github.io/'
@@ -18,15 +18,12 @@
 replaces=('borgbackup')
 
source=("https://github.com/$_pkgname/$pkgname/releases/download/$pkgver/$_pkgname-$pkgver.tar.gz;
 borg.coveragerc)
-sha256sums=('a5092cfdc57b7f85ce192d64642f94dc0c09ee152a735ae341942532302d3346'
+sha256sums=('097b2d92d51f570aaea82ab6632481b8235b78d7bbaac9d8164bdfa6bd5b5502'
 '183814ae70fce7bbcf04dbbf3866eaf76867896a4327f8a3b553e095d1ff360f')
 
 build() {
   cd "$srcdir/$_pkgname-$pkgver"
   python setup.py build
-
-  cd docs
-  make man
 }
 
 check() {
@@ -38,7 +35,7 @@
 
 package() {
   cd "$srcdir/$_pkgname-$pkgver"
-  install -Dm644 "docs/_build/man/borg.1" "$pkgdir/usr/share/man/man1/borg.1"
+  install -Dm644 -t "$pkgdir/usr/share/man/man1/" "docs/man/"*.1
   install -Dm644 LICENSE "$pkgdir/usr/share/licenses/$pkgname/LICENSE"
   python setup.py -q install --root="$pkgdir" --optimize=1
 }


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

2017-11-05 Thread Lukas Fleischer
Date: Monday, November 6, 2017 @ 06:30:48
  Author: lfleischer
Revision: 265514

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

Added:
  borg/repos/community-i686/PKGBUILD
(from rev 265513, borg/trunk/PKGBUILD)
  borg/repos/community-i686/borg.coveragerc
(from rev 265513, borg/trunk/borg.coveragerc)
  borg/repos/community-x86_64/PKGBUILD
(from rev 265513, borg/trunk/PKGBUILD)
  borg/repos/community-x86_64/borg.coveragerc
(from rev 265513, borg/trunk/borg.coveragerc)
Deleted:
  borg/repos/community-i686/PKGBUILD
  borg/repos/community-i686/borg.coveragerc
  borg/repos/community-x86_64/PKGBUILD
  borg/repos/community-x86_64/borg.coveragerc

--+
 /PKGBUILD|   82 +
 /borg.coveragerc |   46 
 community-i686/PKGBUILD  |   44 ---
 community-i686/borg.coveragerc   |   23 --
 community-x86_64/PKGBUILD|   44 ---
 community-x86_64/borg.coveragerc |   23 --
 6 files changed, 128 insertions(+), 134 deletions(-)

Deleted: community-i686/PKGBUILD
===
--- community-i686/PKGBUILD 2017-11-06 06:30:32 UTC (rev 265513)
+++ community-i686/PKGBUILD 2017-11-06 06:30:48 UTC (rev 265514)
@@ -1,44 +0,0 @@
-# Maintainer: Lukas Fleischer 
-# Contributor: Vlad M. 
-
-pkgname=borg
-_pkgname=borgbackup
-pkgver=1.1.1
-pkgrel=1
-pkgdesc='Deduplicating backup program with compression and authenticated 
encryption'
-url='https://borgbackup.github.io/'
-license=('BSD')
-arch=('i686' 'x86_64')
-depends=('acl' 'lz4' 'openssl' 'python-msgpack' 'python-setuptools' 'xz')
-optdepends=('openssh: repositories on remote hosts'
-'python-llfuse: mounting backups as a FUSE file system')
-makedepends=('cython' 'python-sphinx' 'python-guzzle-sphinx-theme')
-checkdepends=('python-pytest' 'python-pytest-cov' 'python-pytest-benchmark' 
'python-mock')
-provides=('borgbackup')
-replaces=('borgbackup')
-source=("https://github.com/$_pkgname/$pkgname/releases/download/$pkgver/$_pkgname-$pkgver.tar.gz;
-borg.coveragerc)
-sha256sums=('a5092cfdc57b7f85ce192d64642f94dc0c09ee152a735ae341942532302d3346'
-'183814ae70fce7bbcf04dbbf3866eaf76867896a4327f8a3b553e095d1ff360f')
-
-build() {
-  cd "$srcdir/$_pkgname-$pkgver"
-  python setup.py build
-
-  cd docs
-  make man
-}
-
-check() {
-  cd "$srcdir/$_pkgname-$pkgver/build/lib.linux-$CARCH-3.6/"
-  LANG=en_US.UTF-8 PYTHONPATH="$PWD:$PYTHONPATH" py.test --cov=borg \
---cov-config="$srcdir/borg.coveragerc" --benchmark-skip --pyargs 
borg.testsuite -v \
--k 'not test_non_ascii_acl'
-}
-
-package() {
-  cd "$srcdir/$_pkgname-$pkgver"
-  install -Dm644 "docs/_build/man/borg.1" "$pkgdir/usr/share/man/man1/borg.1"
-  install -Dm644 LICENSE "$pkgdir/usr/share/licenses/$pkgname/LICENSE"
-  python setup.py -q install --root="$pkgdir" --optimize=1
-}

Copied: borg/repos/community-i686/PKGBUILD (from rev 265513, 
borg/trunk/PKGBUILD)
===
--- community-i686/PKGBUILD (rev 0)
+++ community-i686/PKGBUILD 2017-11-06 06:30:48 UTC (rev 265514)
@@ -0,0 +1,41 @@
+# Maintainer: Lukas Fleischer 
+# Contributor: Vlad M. 
+
+pkgname=borg
+_pkgname=borgbackup
+pkgver=1.1.2
+pkgrel=1
+pkgdesc='Deduplicating backup program with compression and authenticated 
encryption'
+url='https://borgbackup.github.io/'
+license=('BSD')
+arch=('i686' 'x86_64')
+depends=('acl' 'lz4' 'openssl' 'python-msgpack' 'python-setuptools' 'xz')
+optdepends=('openssh: repositories on remote hosts'
+'python-llfuse: mounting backups as a FUSE file system')
+makedepends=('cython' 'python-sphinx' 'python-guzzle-sphinx-theme')
+checkdepends=('python-pytest' 'python-pytest-cov' 'python-pytest-benchmark' 
'python-mock')
+provides=('borgbackup')
+replaces=('borgbackup')
+source=("https://github.com/$_pkgname/$pkgname/releases/download/$pkgver/$_pkgname-$pkgver.tar.gz;
+borg.coveragerc)
+sha256sums=('097b2d92d51f570aaea82ab6632481b8235b78d7bbaac9d8164bdfa6bd5b5502'
+'183814ae70fce7bbcf04dbbf3866eaf76867896a4327f8a3b553e095d1ff360f')
+
+build() {
+  cd "$srcdir/$_pkgname-$pkgver"
+  python setup.py build
+}
+
+check() {
+  cd "$srcdir/$_pkgname-$pkgver/build/lib.linux-$CARCH-3.6/"
+  LANG=en_US.UTF-8 PYTHONPATH="$PWD:$PYTHONPATH" py.test --cov=borg \
+--cov-config="$srcdir/borg.coveragerc" --benchmark-skip --pyargs 
borg.testsuite -v \
+-k 'not test_non_ascii_acl'
+}
+
+package() {
+  cd "$srcdir/$_pkgname-$pkgver"
+  install -Dm644 -t "$pkgdir/usr/share/man/man1/" "docs/man/"*.1
+  install -Dm644 LICENSE "$pkgdir/usr/share/licenses/$pkgname/LICENSE"
+  python setup.py -q install --root="$pkgdir" --optimize=1
+}

Deleted: 

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

2017-11-05 Thread Felix Yan
Date: Monday, November 6, 2017 @ 06:14:42
  Author: felixonmars
Revision: 265512

archrelease: copy trunk to community-any

Added:
  jenkins/repos/community-any/LICENSE
(from rev 265511, jenkins/trunk/LICENSE)
  jenkins/repos/community-any/PKGBUILD
(from rev 265511, jenkins/trunk/PKGBUILD)
  jenkins/repos/community-any/jenkins.conf
(from rev 265511, jenkins/trunk/jenkins.conf)
  jenkins/repos/community-any/jenkins.install
(from rev 265511, jenkins/trunk/jenkins.install)
  jenkins/repos/community-any/jenkins.service
(from rev 265511, jenkins/trunk/jenkins.service)
  jenkins/repos/community-any/jenkins.sysusers
(from rev 265511, jenkins/trunk/jenkins.sysusers)
  jenkins/repos/community-any/jenkins.tmpfiles
(from rev 265511, jenkins/trunk/jenkins.tmpfiles)
Deleted:
  jenkins/repos/community-any/LICENSE
  jenkins/repos/community-any/PKGBUILD
  jenkins/repos/community-any/jenkins.conf
  jenkins/repos/community-any/jenkins.install
  jenkins/repos/community-any/jenkins.service
  jenkins/repos/community-any/jenkins.sysusers
  jenkins/repos/community-any/jenkins.tmpfiles

--+
 LICENSE  |   46 +--
 PKGBUILD |   90 ++---
 jenkins.conf |   26 +++
 jenkins.install  |   14 
 jenkins.service  |   48 ++--
 jenkins.sysusers |4 +-
 jenkins.tmpfiles |2 -
 7 files changed, 115 insertions(+), 115 deletions(-)

Deleted: LICENSE
===
--- LICENSE 2017-11-06 06:13:55 UTC (rev 265511)
+++ LICENSE 2017-11-06 06:14:42 UTC (rev 265512)
@@ -1,23 +0,0 @@
-The MIT License
-
-Copyright (c) 2004-, Kohsuke Kawaguchi, Sun Microsystems, Inc., and a number 
of other of contributors
-
-Permission is hereby granted, free of charge, to any person obtaining a copy
-of this software and associated documentation files (the "Software"), to deal
-in the Software without restriction, including without limitation the rights
-to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
-copies of the Software, and to permit persons to whom the Software is
-furnished to do so, subject to the following conditions:
-
-The above copyright notice and this permission notice shall be included in
-all copies or substantial portions of the Software.
-
-THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
-IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
-FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
-AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
-LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
-OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN
-THE SOFTWARE.
-
-

Copied: jenkins/repos/community-any/LICENSE (from rev 265511, 
jenkins/trunk/LICENSE)
===
--- LICENSE (rev 0)
+++ LICENSE 2017-11-06 06:14:42 UTC (rev 265512)
@@ -0,0 +1,23 @@
+The MIT License
+
+Copyright (c) 2004-, Kohsuke Kawaguchi, Sun Microsystems, Inc., and a number 
of other of contributors
+
+Permission is hereby granted, free of charge, to any person obtaining a copy
+of this software and associated documentation files (the "Software"), to deal
+in the Software without restriction, including without limitation the rights
+to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
+copies of the Software, and to permit persons to whom the Software is
+furnished to do so, subject to the following conditions:
+
+The above copyright notice and this permission notice shall be included in
+all copies or substantial portions of the Software.
+
+THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
+IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
+FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
+AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
+LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
+OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN
+THE SOFTWARE.
+
+

Deleted: PKGBUILD
===
--- PKGBUILD2017-11-06 06:13:55 UTC (rev 265511)
+++ PKGBUILD2017-11-06 06:14:42 UTC (rev 265512)
@@ -1,45 +0,0 @@
-# $Id$
-# Maintainer: Felix Yan 
-# Contributor: Alexander Rødseth 
-# Contributor: Marcel Huber 
-# Contributor: Illarion Kovalchuk 
-
-pkgname=jenkins
-pkgver=2.87
-pkgrel=1
-pkgdesc='Extendable continuous integration server (latest)'
-arch=('any')
-url='https://jenkins.io'
-license=('MIT')
-depends=('java-runtime>=8' 'ttf-dejavu' 'libcups')
-provides=('jenkins-ci')
-conflicts=('jenkins-ci')

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

2017-11-05 Thread Felix Yan
Date: Monday, November 6, 2017 @ 06:13:55
  Author: felixonmars
Revision: 265511

upgpkg: jenkins 2.88-1

Modified:
  jenkins/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2017-11-06 06:08:18 UTC (rev 265510)
+++ PKGBUILD2017-11-06 06:13:55 UTC (rev 265511)
@@ -5,7 +5,7 @@
 # Contributor: Illarion Kovalchuk 
 
 pkgname=jenkins
-pkgver=2.87
+pkgver=2.88
 pkgrel=1
 pkgdesc='Extendable continuous integration server (latest)'
 arch=('any')
@@ -25,7 +25,7 @@
 'jenkins.tmpfiles'
 'jenkins.sysusers'
 'LICENSE')
-sha512sums=('210c2e23d71c3081d4cd6f28af6bac0db7b43f3f93785ee0b53622b7ff05c25aa6dab0a847bf9ee59a2b4952263a67fbc2cb88fd47557809153e191fd95d4da9'
+sha512sums=('89c7e2fb026a09472973cdd353d15178d9d47dbff5a3159fb95a394b962831c429ea01faa30b8bca8473041f7431785cbc02bef0a90ab47d4c08f8f84a2b9cbf'
 
'3a8421cef3953d899c150609f959cf5d5dd6d08d079a5e0f48bfece4f3c80491722b9e90ef841fddb87401c226b8338297c5c4e83e55a33ef8d6e387de3048d0'
 
'a336b006d3711abb75b49a2e12c09ee61cf3275a2cdbbd3676480e2f6ca8ba0fb4b9c08f3f9da193252c4fca827e9a1d5eaad847d0a889445693427ae1571fe7'
 
'a845a7147be54affc586dfce9a188ec24c92e673e88dec0b62da386d2e597de6ecda103429008562abd897f179a52c37cf2188ebc65b8c636efd07d707e18f90'


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

2017-11-05 Thread Felix Yan
Date: Monday, November 6, 2017 @ 06:08:18
  Author: felixonmars
Revision: 265510

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

Added:
  deepin-metacity/repos/community-i686/PKGBUILD
(from rev 265509, deepin-metacity/trunk/PKGBUILD)
  deepin-metacity/repos/community-x86_64/PKGBUILD
(from rev 265509, deepin-metacity/trunk/PKGBUILD)
Deleted:
  deepin-metacity/repos/community-i686/PKGBUILD
  deepin-metacity/repos/community-x86_64/PKGBUILD

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

Deleted: community-i686/PKGBUILD
===
--- community-i686/PKGBUILD 2017-11-06 06:07:40 UTC (rev 265509)
+++ community-i686/PKGBUILD 2017-11-06 06:08:18 UTC (rev 265510)
@@ -1,29 +0,0 @@
-# $Id$
-# Maintainer: Felix Yan 
-# Contributor: Balló György 
-# Contributor: Jan de Groot 
-
-pkgname=deepin-metacity
-pkgver=3.22.11
-pkgrel=1
-pkgdesc="2D window manager for Deepin"
-arch=('i686' 'x86_64')
-license=('GPL')
-depends=('dconf' 'libcanberra' 'libgtop' 'libsm' 'deepin-desktop-schemas' 
'gtk3' 'startup-notification' 'zenity' 'bamf')
-makedepends=('intltool' 'itstool' 'autoconf-archive' 'yelp-tools' 'python')
-url="https://github.com/linuxdeepin/deepin-metacity;
-source=("$pkgname-$pkgver.tar.gz::https://github.com/linuxdeepin/deepin-metacity/archive/$pkgver.tar.gz;)
-sha512sums=('8e66d33fda00e0a2d608417362e6618997680ab599a619547b1d63a15bd511d0821561c7ffddd78c547931844c44386f0cbd649121ec62074e890bfa86fd9554')
-
-build() {
-  cd $pkgname-$pkgver
-  ./autogen.sh --prefix=/usr --sysconfdir=/etc --localstatedir=/var 
--libexecdir=/usr/lib/$pkgname \
-   --disable-static --disable-schemas-compile
-  sed -i -e 's/ -shared / -Wl,-O1,--as-needed\0/g' libtool
-  make
-}
-
-package() {
-  cd $pkgname-$pkgver
-  make DESTDIR="$pkgdir" install
-}

Copied: deepin-metacity/repos/community-i686/PKGBUILD (from rev 265509, 
deepin-metacity/trunk/PKGBUILD)
===
--- community-i686/PKGBUILD (rev 0)
+++ community-i686/PKGBUILD 2017-11-06 06:08:18 UTC (rev 265510)
@@ -0,0 +1,29 @@
+# $Id$
+# Maintainer: Felix Yan 
+# Contributor: Balló György 
+# Contributor: Jan de Groot 
+
+pkgname=deepin-metacity
+pkgver=3.22.12
+pkgrel=1
+pkgdesc="2D window manager for Deepin"
+arch=('i686' 'x86_64')
+license=('GPL')
+depends=('dconf' 'libcanberra' 'libgtop' 'libsm' 'deepin-desktop-schemas' 
'gtk3' 'startup-notification' 'zenity' 'bamf')
+makedepends=('intltool' 'itstool' 'autoconf-archive' 'yelp-tools' 'python')
+url="https://github.com/linuxdeepin/deepin-metacity;
+source=("$pkgname-$pkgver.tar.gz::https://github.com/linuxdeepin/deepin-metacity/archive/$pkgver.tar.gz;)
+sha512sums=('e25737d346fe740024a431f5b055e7835975d9598507f1eaf3d10b6f291e0f78483951a2d3a558e06b2d68797195ba9d1763e546bba8854ac4a7d022099416b2')
+
+build() {
+  cd $pkgname-$pkgver
+  ./autogen.sh --prefix=/usr --sysconfdir=/etc --localstatedir=/var 
--libexecdir=/usr/lib/$pkgname \
+   --disable-static --disable-schemas-compile
+  sed -i -e 's/ -shared / -Wl,-O1,--as-needed\0/g' libtool
+  make
+}
+
+package() {
+  cd $pkgname-$pkgver
+  make DESTDIR="$pkgdir" install
+}

Deleted: community-x86_64/PKGBUILD
===
--- community-x86_64/PKGBUILD   2017-11-06 06:07:40 UTC (rev 265509)
+++ community-x86_64/PKGBUILD   2017-11-06 06:08:18 UTC (rev 265510)
@@ -1,29 +0,0 @@
-# $Id$
-# Maintainer: Felix Yan 
-# Contributor: Balló György 
-# Contributor: Jan de Groot 
-
-pkgname=deepin-metacity
-pkgver=3.22.11
-pkgrel=1
-pkgdesc="2D window manager for Deepin"
-arch=('i686' 'x86_64')
-license=('GPL')
-depends=('dconf' 'libcanberra' 'libgtop' 'libsm' 'deepin-desktop-schemas' 
'gtk3' 'startup-notification' 'zenity' 'bamf')
-makedepends=('intltool' 'itstool' 'autoconf-archive' 'yelp-tools' 'python')
-url="https://github.com/linuxdeepin/deepin-metacity;
-source=("$pkgname-$pkgver.tar.gz::https://github.com/linuxdeepin/deepin-metacity/archive/$pkgver.tar.gz;)
-sha512sums=('8e66d33fda00e0a2d608417362e6618997680ab599a619547b1d63a15bd511d0821561c7ffddd78c547931844c44386f0cbd649121ec62074e890bfa86fd9554')
-
-build() {
-  cd $pkgname-$pkgver
-  ./autogen.sh --prefix=/usr --sysconfdir=/etc --localstatedir=/var 
--libexecdir=/usr/lib/$pkgname \
-   --disable-static --disable-schemas-compile
-  sed -i -e 's/ -shared / -Wl,-O1,--as-needed\0/g' libtool
-  make
-}
-
-package() {
-  

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

2017-11-05 Thread Felix Yan
Date: Monday, November 6, 2017 @ 06:07:40
  Author: felixonmars
Revision: 265509

upgpkg: deepin-metacity 3.22.12-1

Modified:
  deepin-metacity/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2017-11-06 05:57:10 UTC (rev 265508)
+++ PKGBUILD2017-11-06 06:07:40 UTC (rev 265509)
@@ -4,7 +4,7 @@
 # Contributor: Jan de Groot 
 
 pkgname=deepin-metacity
-pkgver=3.22.11
+pkgver=3.22.12
 pkgrel=1
 pkgdesc="2D window manager for Deepin"
 arch=('i686' 'x86_64')
@@ -13,7 +13,7 @@
 makedepends=('intltool' 'itstool' 'autoconf-archive' 'yelp-tools' 'python')
 url="https://github.com/linuxdeepin/deepin-metacity;
 
source=("$pkgname-$pkgver.tar.gz::https://github.com/linuxdeepin/deepin-metacity/archive/$pkgver.tar.gz;)
-sha512sums=('8e66d33fda00e0a2d608417362e6618997680ab599a619547b1d63a15bd511d0821561c7ffddd78c547931844c44386f0cbd649121ec62074e890bfa86fd9554')
+sha512sums=('e25737d346fe740024a431f5b055e7835975d9598507f1eaf3d10b6f291e0f78483951a2d3a558e06b2d68797195ba9d1763e546bba8854ac4a7d022099416b2')
 
 build() {
   cd $pkgname-$pkgver


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

2017-11-05 Thread Felix Yan
Date: Monday, November 6, 2017 @ 05:57:10
  Author: felixonmars
Revision: 265508

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

Added:
  deepin-mutter/repos/community-i686/PKGBUILD
(from rev 265507, deepin-mutter/trunk/PKGBUILD)
  deepin-mutter/repos/community-x86_64/PKGBUILD
(from rev 265507, deepin-mutter/trunk/PKGBUILD)
Deleted:
  deepin-mutter/repos/community-i686/PKGBUILD
  deepin-mutter/repos/community-x86_64/PKGBUILD

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

Deleted: community-i686/PKGBUILD
===
--- community-i686/PKGBUILD 2017-11-06 05:56:36 UTC (rev 265507)
+++ community-i686/PKGBUILD 2017-11-06 05:57:10 UTC (rev 265508)
@@ -1,40 +0,0 @@
-# $Id: PKGBUILD 145358 2015-10-31 12:11:57Z fyan $
-# Maintainer: Felix Yan 
-# Contributor: Josip Ponjavic 
-# Contributor: Xu Fasheng 
-
-pkgname=deepin-mutter
-pkgver=3.20.23
-pkgrel=1
-pkgdesc="Base window manager for deepin, fork of gnome mutter"
-arch=('i686' 'x86_64')
-url="https://github.com/linuxdeepin/deepin-mutter;
-license=('GPL3')
-depends=('deepin-clutter' 'dconf' 'gobject-introspection-runtime' 
'deepin-desktop-schemas'
- 'libcanberra' 'startup-notification' 'zenity' 'libsm' 'gnome-desktop' 
'upower'
- 'libxkbcommon-x11' 'libgudev' 'deepin-cogl')
-makedepends=('gnome-common' 'gnome-doc-utils' 'gobject-introspection' 
'gtk-doc' 'intltool')
-options=('!emptydirs')
-source=("$pkgname-$pkgver.tar.gz::https://github.com/linuxdeepin/deepin-mutter/archive/$pkgver.tar.gz;)
-sha512sums=('f9e426d8bb2d52dfe5333c2fa7a2ab8f9cc0db3139cef472bfc076e31971e6147735d3cb371688fea90ba7e7f59aa0242105ca29cc675deb4f65ef7113f301f2')
-
-build() {
-  cd deepin-mutter-$pkgver
-  ./autogen.sh \
---prefix=/usr \
---sysconfdir=/etc \
---libexecdir=/usr/lib/deepin-mutter \
---localstatedir=/var \
---enable-gtk-doc \
---enable-wayland \
---enable-native-backend \
---disable-static \
---disable-schemas-compile \
---enable-compile-warnings=minimum
-  make
-}
-
-package() {
-  cd deepin-mutter-$pkgver
-  make DESTDIR="$pkgdir" install
-}

Copied: deepin-mutter/repos/community-i686/PKGBUILD (from rev 265507, 
deepin-mutter/trunk/PKGBUILD)
===
--- community-i686/PKGBUILD (rev 0)
+++ community-i686/PKGBUILD 2017-11-06 05:57:10 UTC (rev 265508)
@@ -0,0 +1,40 @@
+# $Id: PKGBUILD 145358 2015-10-31 12:11:57Z fyan $
+# Maintainer: Felix Yan 
+# Contributor: Josip Ponjavic 
+# Contributor: Xu Fasheng 
+
+pkgname=deepin-mutter
+pkgver=3.20.24
+pkgrel=1
+pkgdesc="Base window manager for deepin, fork of gnome mutter"
+arch=('i686' 'x86_64')
+url="https://github.com/linuxdeepin/deepin-mutter;
+license=('GPL3')
+depends=('deepin-clutter' 'dconf' 'gobject-introspection-runtime' 
'deepin-desktop-schemas'
+ 'libcanberra' 'startup-notification' 'zenity' 'libsm' 'gnome-desktop' 
'upower'
+ 'libxkbcommon-x11' 'libgudev' 'deepin-cogl')
+makedepends=('gnome-common' 'gnome-doc-utils' 'gobject-introspection' 
'gtk-doc' 'intltool')
+options=('!emptydirs')
+source=("$pkgname-$pkgver.tar.gz::https://github.com/linuxdeepin/deepin-mutter/archive/$pkgver.tar.gz;)
+sha512sums=('70c9e17073bde3b1ba69ca7f3255fd53f867b179aafe5b9d69832f27bd3bb9cb47d20902f9df0c5db25f116831ef0c172420423d2339a330dfd65c042e92ab71')
+
+build() {
+  cd deepin-mutter-$pkgver
+  ./autogen.sh \
+--prefix=/usr \
+--sysconfdir=/etc \
+--libexecdir=/usr/lib/deepin-mutter \
+--localstatedir=/var \
+--enable-gtk-doc \
+--enable-wayland \
+--enable-native-backend \
+--disable-static \
+--disable-schemas-compile \
+--enable-compile-warnings=minimum
+  make
+}
+
+package() {
+  cd deepin-mutter-$pkgver
+  make DESTDIR="$pkgdir" install
+}

Deleted: community-x86_64/PKGBUILD
===
--- community-x86_64/PKGBUILD   2017-11-06 05:56:36 UTC (rev 265507)
+++ community-x86_64/PKGBUILD   2017-11-06 05:57:10 UTC (rev 265508)
@@ -1,40 +0,0 @@
-# $Id: PKGBUILD 145358 2015-10-31 12:11:57Z fyan $
-# Maintainer: Felix Yan 
-# Contributor: Josip Ponjavic 
-# Contributor: Xu Fasheng 
-
-pkgname=deepin-mutter
-pkgver=3.20.23
-pkgrel=1
-pkgdesc="Base window manager for deepin, fork of gnome mutter"
-arch=('i686' 'x86_64')
-url="https://github.com/linuxdeepin/deepin-mutter;
-license=('GPL3')
-depends=('deepin-clutter' 'dconf' 'gobject-introspection-runtime' 
'deepin-desktop-schemas'
- 'libcanberra' 'startup-notification' 

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

2017-11-05 Thread Felix Yan
Date: Monday, November 6, 2017 @ 05:56:36
  Author: felixonmars
Revision: 265507

upgpkg: deepin-mutter 3.20.24-1

Modified:
  deepin-mutter/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2017-11-06 05:51:12 UTC (rev 265506)
+++ PKGBUILD2017-11-06 05:56:36 UTC (rev 265507)
@@ -4,7 +4,7 @@
 # Contributor: Xu Fasheng 
 
 pkgname=deepin-mutter
-pkgver=3.20.23
+pkgver=3.20.24
 pkgrel=1
 pkgdesc="Base window manager for deepin, fork of gnome mutter"
 arch=('i686' 'x86_64')
@@ -16,7 +16,7 @@
 makedepends=('gnome-common' 'gnome-doc-utils' 'gobject-introspection' 
'gtk-doc' 'intltool')
 options=('!emptydirs')
 
source=("$pkgname-$pkgver.tar.gz::https://github.com/linuxdeepin/deepin-mutter/archive/$pkgver.tar.gz;)
-sha512sums=('f9e426d8bb2d52dfe5333c2fa7a2ab8f9cc0db3139cef472bfc076e31971e6147735d3cb371688fea90ba7e7f59aa0242105ca29cc675deb4f65ef7113f301f2')
+sha512sums=('70c9e17073bde3b1ba69ca7f3255fd53f867b179aafe5b9d69832f27bd3bb9cb47d20902f9df0c5db25f116831ef0c172420423d2339a330dfd65c042e92ab71')
 
 build() {
   cd deepin-mutter-$pkgver


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

2017-11-05 Thread Felix Yan
Date: Monday, November 6, 2017 @ 05:51:12
  Author: felixonmars
Revision: 265506

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

Added:
  deepin-music/repos/community-i686/PKGBUILD
(from rev 265505, deepin-music/trunk/PKGBUILD)
  deepin-music/repos/community-x86_64/PKGBUILD
(from rev 265505, deepin-music/trunk/PKGBUILD)
Deleted:
  deepin-music/repos/community-i686/PKGBUILD
  deepin-music/repos/community-x86_64/PKGBUILD

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

Deleted: community-i686/PKGBUILD
===
--- community-i686/PKGBUILD 2017-11-06 05:50:36 UTC (rev 265505)
+++ community-i686/PKGBUILD 2017-11-06 05:51:12 UTC (rev 265506)
@@ -1,32 +0,0 @@
-# $Id$
-# Maintainer: Felix Yan 
-# Contributor: Josip Ponjavic 
-# Contributor: Xu Fasheng 
-
-pkgname=deepin-music
-pkgver=3.1.6.2
-pkgrel=1
-pkgdesc='Awesome music player with brilliant and tweakful UI Deepin-UI based.'
-arch=('i686' 'x86_64')
-url="https://github.com/linuxdeepin/deepin-music;
-license=('GPL3')
-depends=('dtkwidget' 'ffmpeg' 'taglib' 'libcue' 'qt5-svg' 'gst-plugins-bad')
-makedepends=('python' 'qt5-tools')
-groups=('deepin-extra')
-source=("$pkgname-$pkgver.tar.gz::https://github.com/linuxdeepin/deepin-music/archive/$pkgver.tar.gz;)
-sha512sums=('d7c1e3d968a0408cd236a433d5182f23d6ab3b98e16da00cac06864748912218f2cefe7451b04a90d189cc4d26579cbfd586af5cf372de1a67e4235acfe5b1b8')
-
-prepare() {
-  sed -i 's/-0-2//g' deepin-music-$pkgver/music-player/music-player.pro
-}
-
-build() {
-  cd deepin-music-$pkgver
-  qmake-qt5 PREFIX=/usr
-  make
-}
-
-package() {
-  cd deepin-music-$pkgver
-  make INSTALL_ROOT="$pkgdir" install
-}

Copied: deepin-music/repos/community-i686/PKGBUILD (from rev 265505, 
deepin-music/trunk/PKGBUILD)
===
--- community-i686/PKGBUILD (rev 0)
+++ community-i686/PKGBUILD 2017-11-06 05:51:12 UTC (rev 265506)
@@ -0,0 +1,32 @@
+# $Id$
+# Maintainer: Felix Yan 
+# Contributor: Josip Ponjavic 
+# Contributor: Xu Fasheng 
+
+pkgname=deepin-music
+pkgver=3.1.7
+pkgrel=1
+pkgdesc='Awesome music player with brilliant and tweakful UI Deepin-UI based.'
+arch=('i686' 'x86_64')
+url="https://github.com/linuxdeepin/deepin-music;
+license=('GPL3')
+depends=('dtkwidget' 'ffmpeg' 'taglib' 'libcue' 'qt5-svg' 'gst-plugins-bad')
+makedepends=('python' 'qt5-tools')
+groups=('deepin-extra')
+source=("$pkgname-$pkgver.tar.gz::https://github.com/linuxdeepin/deepin-music/archive/$pkgver.tar.gz;)
+sha512sums=('2b5535f9bcce3b4e8d4aec367db8266d8f409fc8d41848ecc95797efcaaf8ee2b80104a5d775a636dc02835f4b8e02bbbcf124e07634d6d337e36651cf2ad088')
+
+prepare() {
+  sed -i 's/-0-2//g' deepin-music-$pkgver/music-player/music-player.pro
+}
+
+build() {
+  cd deepin-music-$pkgver
+  qmake-qt5 PREFIX=/usr
+  make
+}
+
+package() {
+  cd deepin-music-$pkgver
+  make INSTALL_ROOT="$pkgdir" install
+}

Deleted: community-x86_64/PKGBUILD
===
--- community-x86_64/PKGBUILD   2017-11-06 05:50:36 UTC (rev 265505)
+++ community-x86_64/PKGBUILD   2017-11-06 05:51:12 UTC (rev 265506)
@@ -1,32 +0,0 @@
-# $Id$
-# Maintainer: Felix Yan 
-# Contributor: Josip Ponjavic 
-# Contributor: Xu Fasheng 
-
-pkgname=deepin-music
-pkgver=3.1.6.2
-pkgrel=1
-pkgdesc='Awesome music player with brilliant and tweakful UI Deepin-UI based.'
-arch=('i686' 'x86_64')
-url="https://github.com/linuxdeepin/deepin-music;
-license=('GPL3')
-depends=('dtkwidget' 'ffmpeg' 'taglib' 'libcue' 'qt5-svg' 'gst-plugins-bad')
-makedepends=('python' 'qt5-tools')
-groups=('deepin-extra')
-source=("$pkgname-$pkgver.tar.gz::https://github.com/linuxdeepin/deepin-music/archive/$pkgver.tar.gz;)
-sha512sums=('d7c1e3d968a0408cd236a433d5182f23d6ab3b98e16da00cac06864748912218f2cefe7451b04a90d189cc4d26579cbfd586af5cf372de1a67e4235acfe5b1b8')
-
-prepare() {
-  sed -i 's/-0-2//g' deepin-music-$pkgver/music-player/music-player.pro
-}
-
-build() {
-  cd deepin-music-$pkgver
-  qmake-qt5 PREFIX=/usr
-  make
-}
-
-package() {
-  cd deepin-music-$pkgver
-  make INSTALL_ROOT="$pkgdir" install
-}

Copied: deepin-music/repos/community-x86_64/PKGBUILD (from rev 265505, 
deepin-music/trunk/PKGBUILD)
===
--- community-x86_64/PKGBUILD   (rev 0)
+++ community-x86_64/PKGBUILD   2017-11-06 05:51:12 UTC (rev 265506)
@@ -0,0 +1,32 @@
+# $Id$
+# Maintainer: Felix Yan 
+# Contributor: Josip Ponjavic 
+# 

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

2017-11-05 Thread Felix Yan
Date: Monday, November 6, 2017 @ 05:50:36
  Author: felixonmars
Revision: 265505

upgpkg: deepin-music 3.1.7-1

Modified:
  deepin-music/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2017-11-06 00:50:27 UTC (rev 265504)
+++ PKGBUILD2017-11-06 05:50:36 UTC (rev 265505)
@@ -4,7 +4,7 @@
 # Contributor: Xu Fasheng 
 
 pkgname=deepin-music
-pkgver=3.1.6.2
+pkgver=3.1.7
 pkgrel=1
 pkgdesc='Awesome music player with brilliant and tweakful UI Deepin-UI based.'
 arch=('i686' 'x86_64')
@@ -14,7 +14,7 @@
 makedepends=('python' 'qt5-tools')
 groups=('deepin-extra')
 
source=("$pkgname-$pkgver.tar.gz::https://github.com/linuxdeepin/deepin-music/archive/$pkgver.tar.gz;)
-sha512sums=('d7c1e3d968a0408cd236a433d5182f23d6ab3b98e16da00cac06864748912218f2cefe7451b04a90d189cc4d26579cbfd586af5cf372de1a67e4235acfe5b1b8')
+sha512sums=('2b5535f9bcce3b4e8d4aec367db8266d8f409fc8d41848ecc95797efcaaf8ee2b80104a5d775a636dc02835f4b8e02bbbcf124e07634d6d337e36651cf2ad088')
 
 prepare() {
   sed -i 's/-0-2//g' deepin-music-$pkgver/music-player/music-player.pro


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

2017-11-05 Thread Levente Polyak
Date: Monday, November 6, 2017 @ 00:50:27
  Author: anthraxx
Revision: 265504

using TLS

Modified:
  igmpproxy/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2017-11-06 00:13:20 UTC (rev 265503)
+++ PKGBUILD2017-11-06 00:50:27 UTC (rev 265504)
@@ -14,7 +14,7 @@
 depends=()
 makedepends=('git')
 backup=("etc/igmpproxy.conf")
-source=("git://github.com/pali/igmpproxy.git#commit=${_commit}"
+source=("git+https://github.com/pali/igmpproxy.git#commit=${_commit};
"igmpproxy.service")
 sha256sums=('SKIP'
 '9f2eed64578b8bfb3091594cb32b3cd29798ba148d790286429cc6c86b8d423f')


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

2017-11-05 Thread Gaëtan Bisson
Date: Monday, November 6, 2017 @ 00:31:51
  Author: bisson
Revision: 308942

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

Added:
  feh/repos/extra-i686/PKGBUILD
(from rev 308941, feh/trunk/PKGBUILD)
  feh/repos/extra-x86_64/PKGBUILD
(from rev 308941, feh/trunk/PKGBUILD)
Deleted:
  feh/repos/extra-i686/PKGBUILD
  feh/repos/extra-x86_64/PKGBUILD

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

Deleted: extra-i686/PKGBUILD
===
--- extra-i686/PKGBUILD 2017-11-06 00:28:53 UTC (rev 308941)
+++ extra-i686/PKGBUILD 2017-11-06 00:31:51 UTC (rev 308942)
@@ -1,31 +0,0 @@
-# $Id$
-# Maintainer: Gaetan Bisson 
-# Contributor: Andrea Scarpino 
-# Contributor: dorphell 
-# Contributor: Tom Newsom 
-
-pkgname=feh
-pkgver=2.21
-pkgrel=1
-pkgdesc='Fast and light imlib2-based image viewer'
-url='https://feh.finalrewind.org/'
-license=('custom:MIT')
-arch=('i686' 'x86_64')
-depends=('imlib2' 'curl' 'libxinerama' 'libexif')
-optdepends=('imagemagick: support more file formats')
-makedepends=('libxt')
-validpgpkeys=('781BB7071C6BF648EAEB08A1100D5BFB5166E005')
-source=("${url}${pkgname}-${pkgver}.tar.bz2"{,.asc})
-sha256sums=('520481c9908d999f8f7546103b78ff9b11f41d25b0938f0a22f10aaa48beef2b'
-'SKIP')
-
-build() {
-   cd "${srcdir}/${pkgname}-${pkgver}"
-   make PREFIX=/usr exif=1 help=1 stat64=1
-}
-
-package() {
-   cd "${srcdir}/${pkgname}-${pkgver}"
-   make PREFIX=/usr DESTDIR="${pkgdir}" install
-   install -Dm644 COPYING "${pkgdir}/usr/share/licenses/${pkgname}/LICENSE"
-}

Copied: feh/repos/extra-i686/PKGBUILD (from rev 308941, feh/trunk/PKGBUILD)
===
--- extra-i686/PKGBUILD (rev 0)
+++ extra-i686/PKGBUILD 2017-11-06 00:31:51 UTC (rev 308942)
@@ -0,0 +1,31 @@
+# $Id$
+# Maintainer: Gaetan Bisson 
+# Contributor: Andrea Scarpino 
+# Contributor: dorphell 
+# Contributor: Tom Newsom 
+
+pkgname=feh
+pkgver=2.22
+pkgrel=1
+pkgdesc='Fast and light imlib2-based image viewer'
+url='https://feh.finalrewind.org/'
+license=('custom:MIT')
+arch=('i686' 'x86_64')
+depends=('imlib2' 'curl' 'libxinerama' 'libexif')
+optdepends=('imagemagick: support more file formats')
+makedepends=('libxt')
+validpgpkeys=('781BB7071C6BF648EAEB08A1100D5BFB5166E005')
+source=("${url}${pkgname}-${pkgver}.tar.bz2"{,.asc})
+sha256sums=('b257267cf58bf2eef31bd955d49437e165f0f1bf4e60b9ddfb460496d6670c7b'
+'SKIP')
+
+build() {
+   cd "${srcdir}/${pkgname}-${pkgver}"
+   make PREFIX=/usr exif=1 help=1 stat64=1
+}
+
+package() {
+   cd "${srcdir}/${pkgname}-${pkgver}"
+   make PREFIX=/usr DESTDIR="${pkgdir}" install
+   install -Dm644 COPYING "${pkgdir}/usr/share/licenses/${pkgname}/LICENSE"
+}

Deleted: extra-x86_64/PKGBUILD
===
--- extra-x86_64/PKGBUILD   2017-11-06 00:28:53 UTC (rev 308941)
+++ extra-x86_64/PKGBUILD   2017-11-06 00:31:51 UTC (rev 308942)
@@ -1,31 +0,0 @@
-# $Id$
-# Maintainer: Gaetan Bisson 
-# Contributor: Andrea Scarpino 
-# Contributor: dorphell 
-# Contributor: Tom Newsom 
-
-pkgname=feh
-pkgver=2.21
-pkgrel=1
-pkgdesc='Fast and light imlib2-based image viewer'
-url='https://feh.finalrewind.org/'
-license=('custom:MIT')
-arch=('i686' 'x86_64')
-depends=('imlib2' 'curl' 'libxinerama' 'libexif')
-optdepends=('imagemagick: support more file formats')
-makedepends=('libxt')
-validpgpkeys=('781BB7071C6BF648EAEB08A1100D5BFB5166E005')
-source=("${url}${pkgname}-${pkgver}.tar.bz2"{,.asc})
-sha256sums=('520481c9908d999f8f7546103b78ff9b11f41d25b0938f0a22f10aaa48beef2b'
-'SKIP')
-
-build() {
-   cd "${srcdir}/${pkgname}-${pkgver}"
-   make PREFIX=/usr exif=1 help=1 stat64=1
-}
-
-package() {
-   cd "${srcdir}/${pkgname}-${pkgver}"
-   make PREFIX=/usr DESTDIR="${pkgdir}" install
-   install -Dm644 COPYING "${pkgdir}/usr/share/licenses/${pkgname}/LICENSE"
-}

Copied: feh/repos/extra-x86_64/PKGBUILD (from rev 308941, feh/trunk/PKGBUILD)
===
--- extra-x86_64/PKGBUILD   (rev 0)
+++ extra-x86_64/PKGBUILD   2017-11-06 00:31:51 UTC (rev 308942)
@@ -0,0 +1,31 @@
+# $Id$
+# Maintainer: Gaetan Bisson 
+# Contributor: Andrea Scarpino 
+# Contributor: dorphell 
+# Contributor: Tom Newsom 

[arch-commits] Commit in postgresql/trunk (PKGBUILD postgresql-check-db-dir)

2017-11-05 Thread Levente Polyak
Date: Monday, November 6, 2017 @ 00:28:34
  Author: anthraxx
Revision: 308940

upgpkg: postgresql 10.0-1

Modified:
  postgresql/trunk/PKGBUILD
  postgresql/trunk/postgresql-check-db-dir

-+
 PKGBUILD|   14 +++---
 postgresql-check-db-dir |4 ++--
 2 files changed, 9 insertions(+), 9 deletions(-)

Modified: PKGBUILD
===
--- PKGBUILD2017-11-06 00:27:53 UTC (rev 308939)
+++ PKGBUILD2017-11-06 00:28:34 UTC (rev 308940)
@@ -3,7 +3,7 @@
 
 pkgbase=postgresql
 pkgname=('postgresql-libs' 'postgresql-docs' 'postgresql')
-pkgver=9.6.5
+pkgver=10.0
 _majorver=${pkgver%.*}
 pkgrel=1
 pkgdesc='Sophisticated object-relational DBMS'
@@ -17,18 +17,18 @@
 postgresql.logrotate
 postgresql.service
 postgresql-check-db-dir)
-sha256sums=('06da12a7e3dddeb803962af8309fa06da9d6989f49e22865335f0a14bad0744c'
+sha256sums=('712f5592e27b81c5b454df96b258c14d94b6b03836831e015c65d6deeae57fd1'
 '8538619cb8bea51078b605ad64fe22abd6050373c7ae3ad6595178da52f6a7d9'
 '57dfd072fd7ef0018c6b0a798367aac1abb5979060ff3f9df22d1048bb71c0d5'
 '6abb842764bbed74ea4a269d24f1e73d1c0b1d8ecd6e2e6fb5fb10590298605e'
 'b48fe97f8e43ed0d2041d519119a4dafb70fcae72870951bf4fb7350fe169ac8'
-'2340da0947bcb1c5602008d0ca00588ca0bfa8aca4fa6947a8bdb2c6df800b0e')
-sha512sums=('ad35c27ea55b18005ea61b49d6994718df86519b3f99addd0ecb17ece1f1c34764eb5194f8961c45cfa75703d810baf54433f8538cfd43a70bd908e1e5878df9'
+'888a1d44f03fccfa4bf344ee45824fefb846ae3c1c0c40113ad6020b4be3b0cf')
+sha512sums=('88295af13db77a85a604c925aa627d383fdac62c1185119bba87753ce4167a13aed0f055a7a1329b3051f8757c6ba7529baed00a564ef0cfbee685720f282678'
 
'031efe12d18ce386989062327cdbbe611c5ef1f94e4e1bead502304cb3e2d410af533d3c7f1109d24f9da9708214fe32f9a10ba373a3ca8d507bdb521fbb75f7'
 
'1e6183ab0eb812b3ef687ac2c26ce78f7cb30540f606d20023669ac00ba04075487fb72e4dc89cc05dab0269ff6aca98fc1167cc75669c225b88b592482fbf67'
 
'9ab4da01337ffbab8faec0e220aaa2a642dbfeccf7232ef2645bdc2177a953f17ee3cc14a4d8f8ebd064e1dae8b3dba6029adbffb8afaabea383963213941ba8'
 
'ec2625c3ccfb6c142ea12ef4392b00f3d4cb0a5411d603b98157d55cd162ed3b422dbbd42e8b13211063db94a42f6d1f3febd4acaadde69ea17bfd8eccae3539'
-
'f12d8777ca819366eac959e023fedf2eb409aa3f358f56269e13e19185d6e9c93c1f2a6e37c8bc6465ab32a02ff83d9f196ddea3cddf24a9884be9ac6970dad2')
+
'56974ef34a8d94596068413154b1a7ed5a71f5a3942bd79427f05e6f6b7853036874dedd8d988bb94306023f2a675996d500b075eaf8a192ef5c24026eb28eb0')
 
 build() {
   cd postgresql-${pkgver}
@@ -72,7 +72,7 @@
   done
 
   for util in pg_config pg_dump pg_dumpall pg_restore psql \
-  clusterdb createdb createlang createuser dropdb droplang dropuser 
pg_isready reindexdb vacuumdb; do
+  clusterdb createdb createuser dropdb dropuser pg_isready reindexdb 
vacuumdb; do
 install -Dm 644 doc/src/sgml/man1/${util}.1 
"${pkgdir}"/usr/share/man/man1/${util}.1
   done
 
@@ -135,7 +135,7 @@
 make -C ${dir} DESTDIR="${pkgdir}" uninstall
   done
   for util in pg_config pg_dump pg_dumpall pg_restore psql \
-  clusterdb createdb createlang createuser dropdb droplang dropuser 
pg_isready reindexdb vacuumdb; do
+  clusterdb createdb createuser dropdb dropuser pg_isready reindexdb 
vacuumdb; do
 rm "${pkgdir}"/usr/share/man/man1/${util}.1
   done
 

Modified: postgresql-check-db-dir
===
--- postgresql-check-db-dir 2017-11-06 00:27:53 UTC (rev 308939)
+++ postgresql-check-db-dir 2017-11-06 00:28:34 UTC (rev 308940)
@@ -16,9 +16,9 @@
 fi
 
 # PGMAJORVERSION is major version
-PGMAJORVERSION=9.6
+PGMAJORVERSION=10
 # PREVMAJORVERSION is the previous major version
-PREVMAJORVERSION=9.5
+PREVMAJORVERSION=9.6
 
 # Check for the PGDATA structure
 if [ -f "$PGDATA/PG_VERSION" ] && [ -d "$PGDATA/base" ]


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

2017-11-05 Thread Levente Polyak
Date: Monday, November 6, 2017 @ 00:28:53
  Author: anthraxx
Revision: 308941

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

Added:
  postgresql/repos/testing-i686/
  postgresql/repos/testing-i686/PKGBUILD
(from rev 308940, postgresql/trunk/PKGBUILD)
  postgresql/repos/testing-i686/postgresql-check-db-dir
(from rev 308940, postgresql/trunk/postgresql-check-db-dir)
  postgresql/repos/testing-i686/postgresql-run-socket.patch
(from rev 308940, postgresql/trunk/postgresql-run-socket.patch)
  postgresql/repos/testing-i686/postgresql.install
(from rev 308940, postgresql/trunk/postgresql.install)
  postgresql/repos/testing-i686/postgresql.logrotate
(from rev 308940, postgresql/trunk/postgresql.logrotate)
  postgresql/repos/testing-i686/postgresql.pam
(from rev 308940, postgresql/trunk/postgresql.pam)
  postgresql/repos/testing-i686/postgresql.service
(from rev 308940, postgresql/trunk/postgresql.service)
  postgresql/repos/testing-x86_64/
  postgresql/repos/testing-x86_64/PKGBUILD
(from rev 308940, postgresql/trunk/PKGBUILD)
  postgresql/repos/testing-x86_64/postgresql-check-db-dir
(from rev 308940, postgresql/trunk/postgresql-check-db-dir)
  postgresql/repos/testing-x86_64/postgresql-run-socket.patch
(from rev 308940, postgresql/trunk/postgresql-run-socket.patch)
  postgresql/repos/testing-x86_64/postgresql.install
(from rev 308940, postgresql/trunk/postgresql.install)
  postgresql/repos/testing-x86_64/postgresql.logrotate
(from rev 308940, postgresql/trunk/postgresql.logrotate)
  postgresql/repos/testing-x86_64/postgresql.pam
(from rev 308940, postgresql/trunk/postgresql.pam)
  postgresql/repos/testing-x86_64/postgresql.service
(from rev 308940, postgresql/trunk/postgresql.service)

+
 testing-i686/PKGBUILD  |  163 +++
 testing-i686/postgresql-check-db-dir   |   49 
 testing-i686/postgresql-run-socket.patch   |   12 +
 testing-i686/postgresql.install|   25 
 testing-i686/postgresql.logrotate  |4 
 testing-i686/postgresql.pam|3 
 testing-i686/postgresql.service|   34 +
 testing-x86_64/PKGBUILD|  163 +++
 testing-x86_64/postgresql-check-db-dir |   49 
 testing-x86_64/postgresql-run-socket.patch |   12 +
 testing-x86_64/postgresql.install  |   25 
 testing-x86_64/postgresql.logrotate|4 
 testing-x86_64/postgresql.pam  |3 
 testing-x86_64/postgresql.service  |   34 +
 14 files changed, 580 insertions(+)

Copied: postgresql/repos/testing-i686/PKGBUILD (from rev 308940, 
postgresql/trunk/PKGBUILD)
===
--- testing-i686/PKGBUILD   (rev 0)
+++ testing-i686/PKGBUILD   2017-11-06 00:28:53 UTC (rev 308941)
@@ -0,0 +1,163 @@
+# Maintainer: Levente Polyak 
+# Maintainer: Dan McGee 
+
+pkgbase=postgresql
+pkgname=('postgresql-libs' 'postgresql-docs' 'postgresql')
+pkgver=10.0
+_majorver=${pkgver%.*}
+pkgrel=1
+pkgdesc='Sophisticated object-relational DBMS'
+url='https://www.postgresql.org/'
+arch=('i686' 'x86_64')
+license=('custom:PostgreSQL')
+makedepends=('krb5' 'libxml2' 'python2' 'perl' 'tcl>=8.6.0' 'openssl>=1.0.0' 
'pam')
+source=(https://ftp.postgresql.org/pub/source/v${pkgver}/postgresql-${pkgver}.tar.bz2
+postgresql-run-socket.patch
+postgresql.pam
+postgresql.logrotate
+postgresql.service
+postgresql-check-db-dir)
+sha256sums=('712f5592e27b81c5b454df96b258c14d94b6b03836831e015c65d6deeae57fd1'
+'8538619cb8bea51078b605ad64fe22abd6050373c7ae3ad6595178da52f6a7d9'
+'57dfd072fd7ef0018c6b0a798367aac1abb5979060ff3f9df22d1048bb71c0d5'
+'6abb842764bbed74ea4a269d24f1e73d1c0b1d8ecd6e2e6fb5fb10590298605e'
+'b48fe97f8e43ed0d2041d519119a4dafb70fcae72870951bf4fb7350fe169ac8'
+'888a1d44f03fccfa4bf344ee45824fefb846ae3c1c0c40113ad6020b4be3b0cf')
+sha512sums=('88295af13db77a85a604c925aa627d383fdac62c1185119bba87753ce4167a13aed0f055a7a1329b3051f8757c6ba7529baed00a564ef0cfbee685720f282678'
+
'031efe12d18ce386989062327cdbbe611c5ef1f94e4e1bead502304cb3e2d410af533d3c7f1109d24f9da9708214fe32f9a10ba373a3ca8d507bdb521fbb75f7'
+
'1e6183ab0eb812b3ef687ac2c26ce78f7cb30540f606d20023669ac00ba04075487fb72e4dc89cc05dab0269ff6aca98fc1167cc75669c225b88b592482fbf67'
+
'9ab4da01337ffbab8faec0e220aaa2a642dbfeccf7232ef2645bdc2177a953f17ee3cc14a4d8f8ebd064e1dae8b3dba6029adbffb8afaabea383963213941ba8'
+
'ec2625c3ccfb6c142ea12ef4392b00f3d4cb0a5411d603b98157d55cd162ed3b422dbbd42e8b13211063db94a42f6d1f3febd4acaadde69ea17bfd8eccae3539'
+

[arch-commits] Commit in postgresql-old-upgrade/trunk (PKGBUILD)

2017-11-05 Thread Levente Polyak
Date: Monday, November 6, 2017 @ 00:27:39
  Author: anthraxx
Revision: 308938

upgpkg: postgresql-old-upgrade 9.6.5-1

Modified:
  postgresql-old-upgrade/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2017-11-06 00:23:42 UTC (rev 308937)
+++ PKGBUILD2017-11-06 00:27:39 UTC (rev 308938)
@@ -2,7 +2,7 @@
 # Maintainer: Dan McGee 
 
 pkgname=postgresql-old-upgrade
-pkgver=9.5.9
+pkgver=9.6.5
 _majorver=${pkgver%.*}
 pkgrel=1
 pkgdesc='PostgreSQL build for migrating between major versions with pg_upgrade'
@@ -12,8 +12,8 @@
 depends=("postgresql-libs>=${_majorver}" 'libxml2' 'openssl>=1.0.0' 'pam')
 makedepends=('krb5' 'python2' 'perl' 'tcl>=8.6.0')
 
source=(https://ftp.postgresql.org/pub/source/v${pkgver}/postgresql-${pkgver}.tar.bz2)
-sha256sums=('e98cd5c664ab5a05cb83618ba8078647815cb71f7a60437f0322c7518727cdd4')
-sha512sums=('2c6a887b80a4b1d1da18282f443419db2279d8fe61821aa6ed1e9af6d28dda41959981ccede2456bd8835dccd16a80fd485ebc0a1bdc9459996a5d27d7781c55')
+sha256sums=('06da12a7e3dddeb803962af8309fa06da9d6989f49e22865335f0a14bad0744c')
+sha512sums=('ad35c27ea55b18005ea61b49d6994718df86519b3f99addd0ecb17ece1f1c34764eb5194f8961c45cfa75703d810baf54433f8538cfd43a70bd908e1e5878df9')
 
 build() {
   cd postgresql-${pkgver}


[arch-commits] Commit in postgresql-old-upgrade/repos (4 files)

2017-11-05 Thread Levente Polyak
Date: Monday, November 6, 2017 @ 00:27:53
  Author: anthraxx
Revision: 308939

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

Added:
  postgresql-old-upgrade/repos/testing-i686/
  postgresql-old-upgrade/repos/testing-i686/PKGBUILD
(from rev 308938, postgresql-old-upgrade/trunk/PKGBUILD)
  postgresql-old-upgrade/repos/testing-x86_64/
  postgresql-old-upgrade/repos/testing-x86_64/PKGBUILD
(from rev 308938, postgresql-old-upgrade/trunk/PKGBUILD)

-+
 testing-i686/PKGBUILD   |   54 ++
 testing-x86_64/PKGBUILD |   54 ++
 2 files changed, 108 insertions(+)

Copied: postgresql-old-upgrade/repos/testing-i686/PKGBUILD (from rev 308938, 
postgresql-old-upgrade/trunk/PKGBUILD)
===
--- testing-i686/PKGBUILD   (rev 0)
+++ testing-i686/PKGBUILD   2017-11-06 00:27:53 UTC (rev 308939)
@@ -0,0 +1,54 @@
+# Maintainer: Levente Polyak 
+# Maintainer: Dan McGee 
+
+pkgname=postgresql-old-upgrade
+pkgver=9.6.5
+_majorver=${pkgver%.*}
+pkgrel=1
+pkgdesc='PostgreSQL build for migrating between major versions with pg_upgrade'
+url='https://www.postgresql.org/'
+arch=('i686' 'x86_64')
+license=('custom:PostgreSQL')
+depends=("postgresql-libs>=${_majorver}" 'libxml2' 'openssl>=1.0.0' 'pam')
+makedepends=('krb5' 'python2' 'perl' 'tcl>=8.6.0')
+source=(https://ftp.postgresql.org/pub/source/v${pkgver}/postgresql-${pkgver}.tar.bz2)
+sha256sums=('06da12a7e3dddeb803962af8309fa06da9d6989f49e22865335f0a14bad0744c')
+sha512sums=('ad35c27ea55b18005ea61b49d6994718df86519b3f99addd0ecb17ece1f1c34764eb5194f8961c45cfa75703d810baf54433f8538cfd43a70bd908e1e5878df9')
+
+build() {
+  cd postgresql-${pkgver}
+
+  ./configure \
+--prefix=/opt/pgsql-${_majorver} \
+--with-gssapi \
+--with-libxml \
+--with-openssl \
+--with-perl \
+--with-python PYTHON=/usr/bin/python2 \
+--with-tcl \
+--with-pam \
+--without-readline \
+--with-system-tzdata=/usr/share/zoneinfo \
+--with-uuid=e2fs \
+--disable-nls \
+--enable-thread-safety
+
+  make -C src all
+  make -C contrib all
+}
+
+package() {
+  cd postgresql-${pkgver}
+
+  # install
+  make -C src DESTDIR="${pkgdir}" install
+  make -C contrib DESTDIR="${pkgdir}" install
+
+  # install license
+  install -Dm 644 COPYRIGHT "${pkgdir}/usr/share/licenses/${pkgname}/LICENSE"
+
+  # clean up unneeded installed items
+  rm -rf "${pkgdir}/opt/pgsql-${_majorver}/include"
+}
+
+# vim: ts=2 sw=2 et:

Copied: postgresql-old-upgrade/repos/testing-x86_64/PKGBUILD (from rev 308938, 
postgresql-old-upgrade/trunk/PKGBUILD)
===
--- testing-x86_64/PKGBUILD (rev 0)
+++ testing-x86_64/PKGBUILD 2017-11-06 00:27:53 UTC (rev 308939)
@@ -0,0 +1,54 @@
+# Maintainer: Levente Polyak 
+# Maintainer: Dan McGee 
+
+pkgname=postgresql-old-upgrade
+pkgver=9.6.5
+_majorver=${pkgver%.*}
+pkgrel=1
+pkgdesc='PostgreSQL build for migrating between major versions with pg_upgrade'
+url='https://www.postgresql.org/'
+arch=('i686' 'x86_64')
+license=('custom:PostgreSQL')
+depends=("postgresql-libs>=${_majorver}" 'libxml2' 'openssl>=1.0.0' 'pam')
+makedepends=('krb5' 'python2' 'perl' 'tcl>=8.6.0')
+source=(https://ftp.postgresql.org/pub/source/v${pkgver}/postgresql-${pkgver}.tar.bz2)
+sha256sums=('06da12a7e3dddeb803962af8309fa06da9d6989f49e22865335f0a14bad0744c')
+sha512sums=('ad35c27ea55b18005ea61b49d6994718df86519b3f99addd0ecb17ece1f1c34764eb5194f8961c45cfa75703d810baf54433f8538cfd43a70bd908e1e5878df9')
+
+build() {
+  cd postgresql-${pkgver}
+
+  ./configure \
+--prefix=/opt/pgsql-${_majorver} \
+--with-gssapi \
+--with-libxml \
+--with-openssl \
+--with-perl \
+--with-python PYTHON=/usr/bin/python2 \
+--with-tcl \
+--with-pam \
+--without-readline \
+--with-system-tzdata=/usr/share/zoneinfo \
+--with-uuid=e2fs \
+--disable-nls \
+--enable-thread-safety
+
+  make -C src all
+  make -C contrib all
+}
+
+package() {
+  cd postgresql-${pkgver}
+
+  # install
+  make -C src DESTDIR="${pkgdir}" install
+  make -C contrib DESTDIR="${pkgdir}" install
+
+  # install license
+  install -Dm 644 COPYRIGHT "${pkgdir}/usr/share/licenses/${pkgname}/LICENSE"
+
+  # clean up unneeded installed items
+  rm -rf "${pkgdir}/opt/pgsql-${_majorver}/include"
+}
+
+# vim: ts=2 sw=2 et:


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

2017-11-05 Thread Gaëtan Bisson
Date: Monday, November 6, 2017 @ 00:23:42
  Author: bisson
Revision: 308937

upstream update

Modified:
  feh/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2017-11-05 23:03:05 UTC (rev 308936)
+++ PKGBUILD2017-11-06 00:23:42 UTC (rev 308937)
@@ -5,7 +5,7 @@
 # Contributor: Tom Newsom 
 
 pkgname=feh
-pkgver=2.21
+pkgver=2.22
 pkgrel=1
 pkgdesc='Fast and light imlib2-based image viewer'
 url='https://feh.finalrewind.org/'
@@ -16,7 +16,7 @@
 makedepends=('libxt')
 validpgpkeys=('781BB7071C6BF648EAEB08A1100D5BFB5166E005')
 source=("${url}${pkgname}-${pkgver}.tar.bz2"{,.asc})
-sha256sums=('520481c9908d999f8f7546103b78ff9b11f41d25b0938f0a22f10aaa48beef2b'
+sha256sums=('b257267cf58bf2eef31bd955d49437e165f0f1bf4e60b9ddfb460496d6670c7b'
 'SKIP')
 
 build() {


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

2017-11-05 Thread Sven-Hendrik Haase
Date: Monday, November 6, 2017 @ 00:13:20
  Author: svenstaro
Revision: 265503

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

Added:
  pokerth/repos/community-i686/PKGBUILD
(from rev 265502, pokerth/trunk/PKGBUILD)
  pokerth/repos/community-i686/pokerth-1.1.1-boost-1.65-ambiguous-advance.patch
(from rev 265502, 
pokerth/trunk/pokerth-1.1.1-boost-1.65-ambiguous-advance.patch)
  pokerth/repos/community-x86_64/PKGBUILD
(from rev 265502, pokerth/trunk/PKGBUILD)
  
pokerth/repos/community-x86_64/pokerth-1.1.1-boost-1.65-ambiguous-advance.patch
(from rev 265502, 
pokerth/trunk/pokerth-1.1.1-boost-1.65-ambiguous-advance.patch)
Deleted:
  pokerth/repos/community-i686/0001-Qt-5.5.0-patch-for-qtsingleapplication.patch
  pokerth/repos/community-i686/PKGBUILD
  
pokerth/repos/community-i686/pokerth-1.1.1-Qualify-std-ifstream-and-std-ofstream.patch
  pokerth/repos/community-i686/pokerth-1.1.1-boost-1.65-ambiguous-advance.patch
  pokerth/repos/community-i686/pokerth-c++11.patch
  pokerth/repos/community-i686/pokerth-gcc6.patch
  
pokerth/repos/community-x86_64/0001-Qt-5.5.0-patch-for-qtsingleapplication.patch
  pokerth/repos/community-x86_64/PKGBUILD
  
pokerth/repos/community-x86_64/pokerth-1.1.1-Qualify-std-ifstream-and-std-ofstream.patch
  
pokerth/repos/community-x86_64/pokerth-1.1.1-boost-1.65-ambiguous-advance.patch
  pokerth/repos/community-x86_64/pokerth-c++11.patch
  pokerth/repos/community-x86_64/pokerth-gcc6.patch

+
 /PKGBUILD  |   
94 ++
 /pokerth-1.1.1-boost-1.65-ambiguous-advance.patch  |   
28 +
 community-i686/0001-Qt-5.5.0-patch-for-qtsingleapplication.patch   |   
24 -
 community-i686/PKGBUILD|   
63 
 community-i686/pokerth-1.1.1-Qualify-std-ifstream-and-std-ofstream.patch   |  
153 --
 community-i686/pokerth-1.1.1-boost-1.65-ambiguous-advance.patch|   
14 
 community-i686/pokerth-c++11.patch |   
95 --
 community-i686/pokerth-gcc6.patch  |   
41 --
 community-x86_64/0001-Qt-5.5.0-patch-for-qtsingleapplication.patch |   
24 -
 community-x86_64/PKGBUILD  |   
63 
 community-x86_64/pokerth-1.1.1-Qualify-std-ifstream-and-std-ofstream.patch |  
153 --
 community-x86_64/pokerth-1.1.1-boost-1.65-ambiguous-advance.patch  |   
14 
 community-x86_64/pokerth-c++11.patch   |   
95 --
 community-x86_64/pokerth-gcc6.patch|   
41 --
 14 files changed, 122 insertions(+), 780 deletions(-)

Deleted: community-i686/0001-Qt-5.5.0-patch-for-qtsingleapplication.patch
===
--- community-i686/0001-Qt-5.5.0-patch-for-qtsingleapplication.patch
2017-11-06 00:12:51 UTC (rev 265502)
+++ community-i686/0001-Qt-5.5.0-patch-for-qtsingleapplication.patch
2017-11-06 00:13:20 UTC (rev 265503)
@@ -1,24 +0,0 @@
-From 731f5f05f54065a67fa7c9f9bc8fe992390cb979 Mon Sep 17 00:00:00 2001
-From: Felix Hammer 
-Date: Fri, 7 Aug 2015 00:57:51 +0200
-Subject: [PATCH] Qt 5.5.0 patch for qtsingleapplication
-

- src/third_party/qtsingleapplication/qtlocalpeer.cpp | 1 +
- 1 file changed, 1 insertion(+)
-
-diff --git a/src/third_party/qtsingleapplication/qtlocalpeer.cpp 
b/src/third_party/qtsingleapplication/qtlocalpeer.cpp
-index 43e6bf4..e0ddc07 100644
 a/src/third_party/qtsingleapplication/qtlocalpeer.cpp
-+++ b/src/third_party/qtsingleapplication/qtlocalpeer.cpp
-@@ -31,6 +31,7 @@
- 
- #include 
- #include 
-+#include 
- 
- #if defined(Q_OS_WIN)
- #include 
--- 
-2.5.3
-

Deleted: community-i686/PKGBUILD
===
--- community-i686/PKGBUILD 2017-11-06 00:12:51 UTC (rev 265502)
+++ community-i686/PKGBUILD 2017-11-06 00:13:20 UTC (rev 265503)
@@ -1,63 +0,0 @@
-# $Id$
-# Maintainer: Sven-Hendrik Haase 
-# Contributor: Mateusz Herych 
-# Contributor: Bartłomiej Piotrowski 
-# Contributor: Vasco Costa 
-# Contributor: Federico Cinelli 
-
-pkgname=pokerth
-_realname=PokerTH
-pkgver=1.1.1
-pkgrel=21
-pkgdesc="Open source Texas Hold'em Poker simulator"
-arch=('i686' 'x86_64')
-url="http://www.pokerth.net/;
-license=('GPL' 'custom')
-depends=('curl' 'boost-libs' 'gsasl' 'gnutls' 'protobuf' 'libxkbcommon-x11'
- 'qt5-base' 'sdl_mixer' 'libircclient' 'tinyxml')
-makedepends=('boost')
-source=("http://downloads.sourceforge.net/sourceforge/pokerth/$_realname-$pkgver-src.tar.bz2;
-'0001-Qt-5.5.0-patch-for-qtsingleapplication.patch'
-

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

2017-11-05 Thread Sven-Hendrik Haase
Date: Monday, November 6, 2017 @ 00:12:51
  Author: svenstaro
Revision: 265502

upgpkg: pokerth 1.1.2-1

Modified:
  pokerth/trunk/PKGBUILD
Deleted:
  pokerth/trunk/0001-Qt-5.5.0-patch-for-qtsingleapplication.patch
  pokerth/trunk/pokerth-1.1.1-Qualify-std-ifstream-and-std-ofstream.patch
  pokerth/trunk/pokerth-c++11.patch
  pokerth/trunk/pokerth-gcc6.patch

---+
 0001-Qt-5.5.0-patch-for-qtsingleapplication.patch |   24 -
 PKGBUILD  |   46 +--
 pokerth-1.1.1-Qualify-std-ifstream-and-std-ofstream.patch |  153 
 pokerth-c++11.patch   |   95 ---
 pokerth-gcc6.patch|   41 ---
 5 files changed, 15 insertions(+), 344 deletions(-)

Deleted: 0001-Qt-5.5.0-patch-for-qtsingleapplication.patch
===
--- 0001-Qt-5.5.0-patch-for-qtsingleapplication.patch   2017-11-05 23:31:51 UTC 
(rev 265501)
+++ 0001-Qt-5.5.0-patch-for-qtsingleapplication.patch   2017-11-06 00:12:51 UTC 
(rev 265502)
@@ -1,24 +0,0 @@
-From 731f5f05f54065a67fa7c9f9bc8fe992390cb979 Mon Sep 17 00:00:00 2001
-From: Felix Hammer 
-Date: Fri, 7 Aug 2015 00:57:51 +0200
-Subject: [PATCH] Qt 5.5.0 patch for qtsingleapplication
-

- src/third_party/qtsingleapplication/qtlocalpeer.cpp | 1 +
- 1 file changed, 1 insertion(+)
-
-diff --git a/src/third_party/qtsingleapplication/qtlocalpeer.cpp 
b/src/third_party/qtsingleapplication/qtlocalpeer.cpp
-index 43e6bf4..e0ddc07 100644
 a/src/third_party/qtsingleapplication/qtlocalpeer.cpp
-+++ b/src/third_party/qtsingleapplication/qtlocalpeer.cpp
-@@ -31,6 +31,7 @@
- 
- #include 
- #include 
-+#include 
- 
- #if defined(Q_OS_WIN)
- #include 
--- 
-2.5.3
-

Modified: PKGBUILD
===
--- PKGBUILD2017-11-05 23:31:51 UTC (rev 265501)
+++ PKGBUILD2017-11-06 00:12:51 UTC (rev 265502)
@@ -6,9 +6,9 @@
 # Contributor: Federico Cinelli 
 
 pkgname=pokerth
-_realname=PokerTH
-pkgver=1.1.1
-pkgrel=21
+pkgver=1.1.2
+_pkgver=1.1.2-rc
+pkgrel=1
 pkgdesc="Open source Texas Hold'em Poker simulator"
 arch=('i686' 'x86_64')
 url="http://www.pokerth.net/;
@@ -16,48 +16,32 @@
 depends=('curl' 'boost-libs' 'gsasl' 'gnutls' 'protobuf' 'libxkbcommon-x11'
  'qt5-base' 'sdl_mixer' 'libircclient' 'tinyxml')
 makedepends=('boost')
-source=("http://downloads.sourceforge.net/sourceforge/pokerth/$_realname-$pkgver-src.tar.bz2;
-'0001-Qt-5.5.0-patch-for-qtsingleapplication.patch'
-'pokerth-1.1.1-Qualify-std-ifstream-and-std-ofstream.patch'
-'pokerth-1.1.1-boost-1.65-ambiguous-advance.patch'
-'pokerth-gcc6.patch'
-'pokerth-c++11.patch')
-md5sums=('a7f76f95782099f966e5f2b6809f502a'
- 'f4ecab0a6435f1b3b0654145b75d6e7c'
- '26b02c7e5c50484485570ace9b63be5b'
- 'db0435312ea44dadd8aed8729cd9c112'
- '39070e7d656ae654e54ec9e25f9eea83'
- 'ee027e6bd85d245f6f3ae74c68ed91cb')
+source=("https://downloads.sourceforge.net/project/pokerth/pokerth/$_pkgver/pokerth-$_pkgver.tar.gz;
+pokerth-1.1.1-boost-1.65-ambiguous-advance.patch)
+sha512sums=('d54c84f199636eb5a53580213e5e4ccc828cf565bf4b055797daa82e2ad54d8c52c7a16a781b82c8cc89d184a2b3c4105922394d08c7d2e06383b96963c36b5a'
+
'af91b98c04f844504c46b01c76a360d00bfe3993d6acdbc9800f2466833da42ad5e76a0ca3e197cb63aca10e4cb1eae73996b67691587eae2f2ee3975a33410e')
 
 prepare() {
-  cd "$srcdir/$_realname-$pkgver-src"
+  cd "$pkgname-$_pkgver"
 
-  # https://github.com/pokerth/pokerth/commit/731f5f05f540
-  patch -Np1 -i ../0001-Qt-5.5.0-patch-for-qtsingleapplication.patch
-
-  # https://github.com/pokerth/pokerth/commit/69f820bb3
-  patch -p1 -i ../pokerth-1.1.1-Qualify-std-ifstream-and-std-ofstream.patch
-
-  # Fix build with GCC 6
-  patch -p1 -i ../pokerth-gcc6.patch
-  patch -p1 -i ../pokerth-c++11.patch
-
-  # Kudos to Gentoo
-  patch -p1 -i ../pokerth-1.1.1-boost-1.65-ambiguous-advance.patch
+  patch -Np1 < "$srcdir"/pokerth-1.1.1-boost-1.65-ambiguous-advance.patch
 }
 
 build() {
-  cd "$srcdir/$_realname-$pkgver-src"
+  cd "$pkgname-$_pkgver"
 
-  qmake-qt5 "$pkgname.pro"
+  qmake-qt5 "$pkgname.pro" QMAKE_CFLAGS_ISYSTEM="" CONFIG+=client
   make
 }
 
 package() {
-  cd "$srcdir/$_realname-$pkgver-src"
+  cd "$pkgname-$_pkgver"
 
+  # The make install target doesn't do shit anymore for some reason.
   make INSTALL_ROOT="$pkgdir" install
 
+  # mkdir -p "$pkgdir"/usr/share/pokerth
+  # cp -r data "$pkgdir"/usr/share/pokerth
   install -Dm644 "docs/pokerth.1" "$pkgdir/usr/share/man/man1/pokerth.1"
   install -Dm644 "data/data-copyright.txt" 
"$pkgdir/usr/share/licenses/pokerth/data-copyright.txt"
 }

Deleted: pokerth-1.1.1-Qualify-std-ifstream-and-std-ofstream.patch
===
--- 

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

2017-11-05 Thread Levente Polyak
Date: Sunday, November 5, 2017 @ 23:31:39
  Author: anthraxx
Revision: 265500

upgpkg: iperf3 3.3-1

Modified:
  iperf3/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2017-11-05 22:59:35 UTC (rev 265499)
+++ PKGBUILD2017-11-05 23:31:39 UTC (rev 265500)
@@ -1,28 +1,38 @@
-# $Id$
-# Maintainer: Timothy Redaelli 
-# Author: Jim Ferguson 
+# Maintainer: Levente Polyak 
+# Contributor: Timothy Redaelli 
+# Contributor: Jim Ferguson 
 # Contributor: Xi0N 
 # Contributor: goll 
 
 pkgname=iperf3
-pkgver=3.2
+pkgver=3.3
 pkgrel=1
-pkgdesc="Internet Protocol bandwidth measuring tool"
+pkgdesc='TCP, UDP, and SCTP network bandwidth measurement tool'
+url='https://github.com/esnet/iperf'
 arch=('i686' 'x86_64')
-url="https://github.com/esnet/iperf; 
 license=('BSD')
-depends=('openssl') 
-source=(http://downloads.es.net/pub/iperf/iperf-$pkgver.tar.gz)
-sha256sums=('f207b36f861485845dbdf09f909c62f3da3cf3d2682095aede8213cd9c1d')
+depends=('openssl')
+source=(http://downloads.es.net/pub/iperf/iperf-${pkgver}.tar.gz)
+sha256sums=('6f596271251056bffc11bbb8f17d4244ad9a7d4a317c2459fdbb853ae51284d8')
+sha512sums=('4a80ace4e3f5bb36d9c5b2ead0629ea913d8069be04483a0d0b836183440feeaca952d2870d57e47937c09529fc772a60299c1cf47ee28c69dce169ab3fcc391')
 
-build() { 
-  cd "iperf-$pkgver"
+build() {
+  cd iperf-${pkgver}
   ./configure --prefix=/usr
   make
 }
 
+check() {
+  cd iperf-${pkgver}
+  make check
+}
+
 package() {
-  cd "iperf-$pkgver"
-  install -Dm644 LICENSE "$pkgdir/usr/share/licenses/iperf3/LICENSE"
-  make DESTDIR="$pkgdir/" install
+  cd iperf-${pkgver}
+  make DESTDIR="${pkgdir}" install
+  install -Dm 644 LICENSE -t "${pkgdir}/usr/share/licenses/${pkgname}"
+  install -Dm 644 README.md -t "${pkgdir}/usr/share/doc/${pkgname}"
+  install -Dm 644 examples/*{.am,.in,.c} -t 
"${pkgdir}/usr/share/doc/${pkgname}/examples"
 }
+
+# vim: ts=2 sw=2 et:


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

2017-11-05 Thread Levente Polyak
Date: Sunday, November 5, 2017 @ 23:31:51
  Author: anthraxx
Revision: 265501

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

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

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

Deleted: community-i686/PKGBUILD
===
--- community-i686/PKGBUILD 2017-11-05 23:31:39 UTC (rev 265500)
+++ community-i686/PKGBUILD 2017-11-05 23:31:51 UTC (rev 265501)
@@ -1,28 +0,0 @@
-# $Id$
-# Maintainer: Timothy Redaelli 
-# Author: Jim Ferguson 
-# Contributor: Xi0N 
-# Contributor: goll 
-
-pkgname=iperf3
-pkgver=3.2
-pkgrel=1
-pkgdesc="Internet Protocol bandwidth measuring tool"
-arch=('i686' 'x86_64')
-url="https://github.com/esnet/iperf; 
-license=('BSD')
-depends=('openssl') 
-source=(http://downloads.es.net/pub/iperf/iperf-$pkgver.tar.gz)
-sha256sums=('f207b36f861485845dbdf09f909c62f3da3cf3d2682095aede8213cd9c1d')
-
-build() { 
-  cd "iperf-$pkgver"
-  ./configure --prefix=/usr
-  make
-}
-
-package() {
-  cd "iperf-$pkgver"
-  install -Dm644 LICENSE "$pkgdir/usr/share/licenses/iperf3/LICENSE"
-  make DESTDIR="$pkgdir/" install
-}

Copied: iperf3/repos/community-i686/PKGBUILD (from rev 265500, 
iperf3/trunk/PKGBUILD)
===
--- community-i686/PKGBUILD (rev 0)
+++ community-i686/PKGBUILD 2017-11-05 23:31:51 UTC (rev 265501)
@@ -0,0 +1,38 @@
+# Maintainer: Levente Polyak 
+# Contributor: Timothy Redaelli 
+# Contributor: Jim Ferguson 
+# Contributor: Xi0N 
+# Contributor: goll 
+
+pkgname=iperf3
+pkgver=3.3
+pkgrel=1
+pkgdesc='TCP, UDP, and SCTP network bandwidth measurement tool'
+url='https://github.com/esnet/iperf'
+arch=('i686' 'x86_64')
+license=('BSD')
+depends=('openssl')
+source=(http://downloads.es.net/pub/iperf/iperf-${pkgver}.tar.gz)
+sha256sums=('6f596271251056bffc11bbb8f17d4244ad9a7d4a317c2459fdbb853ae51284d8')
+sha512sums=('4a80ace4e3f5bb36d9c5b2ead0629ea913d8069be04483a0d0b836183440feeaca952d2870d57e47937c09529fc772a60299c1cf47ee28c69dce169ab3fcc391')
+
+build() {
+  cd iperf-${pkgver}
+  ./configure --prefix=/usr
+  make
+}
+
+check() {
+  cd iperf-${pkgver}
+  make check
+}
+
+package() {
+  cd iperf-${pkgver}
+  make DESTDIR="${pkgdir}" install
+  install -Dm 644 LICENSE -t "${pkgdir}/usr/share/licenses/${pkgname}"
+  install -Dm 644 README.md -t "${pkgdir}/usr/share/doc/${pkgname}"
+  install -Dm 644 examples/*{.am,.in,.c} -t 
"${pkgdir}/usr/share/doc/${pkgname}/examples"
+}
+
+# vim: ts=2 sw=2 et:

Deleted: community-x86_64/PKGBUILD
===
--- community-x86_64/PKGBUILD   2017-11-05 23:31:39 UTC (rev 265500)
+++ community-x86_64/PKGBUILD   2017-11-05 23:31:51 UTC (rev 265501)
@@ -1,28 +0,0 @@
-# $Id$
-# Maintainer: Timothy Redaelli 
-# Author: Jim Ferguson 
-# Contributor: Xi0N 
-# Contributor: goll 
-
-pkgname=iperf3
-pkgver=3.2
-pkgrel=1
-pkgdesc="Internet Protocol bandwidth measuring tool"
-arch=('i686' 'x86_64')
-url="https://github.com/esnet/iperf; 
-license=('BSD')
-depends=('openssl') 
-source=(http://downloads.es.net/pub/iperf/iperf-$pkgver.tar.gz)
-sha256sums=('f207b36f861485845dbdf09f909c62f3da3cf3d2682095aede8213cd9c1d')
-
-build() { 
-  cd "iperf-$pkgver"
-  ./configure --prefix=/usr
-  make
-}
-
-package() {
-  cd "iperf-$pkgver"
-  install -Dm644 LICENSE "$pkgdir/usr/share/licenses/iperf3/LICENSE"
-  make DESTDIR="$pkgdir/" install
-}

Copied: iperf3/repos/community-x86_64/PKGBUILD (from rev 265500, 
iperf3/trunk/PKGBUILD)
===
--- community-x86_64/PKGBUILD   (rev 0)
+++ community-x86_64/PKGBUILD   2017-11-05 23:31:51 UTC (rev 265501)
@@ -0,0 +1,38 @@
+# Maintainer: Levente Polyak 
+# Contributor: Timothy Redaelli 
+# Contributor: Jim Ferguson 
+# Contributor: Xi0N 
+# Contributor: goll 
+
+pkgname=iperf3
+pkgver=3.3
+pkgrel=1
+pkgdesc='TCP, UDP, and SCTP network bandwidth measurement tool'

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

2017-11-05 Thread Levente Polyak
Date: Sunday, November 5, 2017 @ 23:03:05
  Author: anthraxx
Revision: 308936

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

Added:
  memcached/repos/extra-i686/PKGBUILD
(from rev 308935, memcached/trunk/PKGBUILD)
  memcached/repos/extra-i686/memcached.install
(from rev 308935, memcached/trunk/memcached.install)
  memcached/repos/extra-i686/memcached.service
(from rev 308935, memcached/trunk/memcached.service)
  memcached/repos/extra-i686/memcached.tmpfiles
(from rev 308935, memcached/trunk/memcached.tmpfiles)
  memcached/repos/extra-x86_64/PKGBUILD
(from rev 308935, memcached/trunk/PKGBUILD)
  memcached/repos/extra-x86_64/memcached.install
(from rev 308935, memcached/trunk/memcached.install)
  memcached/repos/extra-x86_64/memcached.service
(from rev 308935, memcached/trunk/memcached.service)
  memcached/repos/extra-x86_64/memcached.tmpfiles
(from rev 308935, memcached/trunk/memcached.tmpfiles)
Deleted:
  memcached/repos/extra-i686/PKGBUILD
  memcached/repos/extra-i686/memcached.install
  memcached/repos/extra-i686/memcached.service
  memcached/repos/extra-i686/memcached.tmpfiles
  memcached/repos/extra-x86_64/PKGBUILD
  memcached/repos/extra-x86_64/memcached.install
  memcached/repos/extra-x86_64/memcached.service
  memcached/repos/extra-x86_64/memcached.tmpfiles

-+
 /PKGBUILD   |   88 ++
 /memcached.install  |   30 
 /memcached.service  |   32 +
 /memcached.tmpfiles |2 
 extra-i686/PKGBUILD |   44 ---
 extra-i686/memcached.install|   15 --
 extra-i686/memcached.service|   16 --
 extra-i686/memcached.tmpfiles   |1 
 extra-x86_64/PKGBUILD   |   44 ---
 extra-x86_64/memcached.install  |   15 --
 extra-x86_64/memcached.service  |   16 --
 extra-x86_64/memcached.tmpfiles |1 
 12 files changed, 152 insertions(+), 152 deletions(-)

Deleted: extra-i686/PKGBUILD
===
--- extra-i686/PKGBUILD 2017-11-05 23:02:49 UTC (rev 308935)
+++ extra-i686/PKGBUILD 2017-11-05 23:03:05 UTC (rev 308936)
@@ -1,44 +0,0 @@
-# Maintainer: Levente Polyak 
-# Contributor: Dan McGee 
-# Contributor: Michael Irwin <6d6...@gmail.com>
-
-pkgname=memcached
-pkgver=1.5.1
-pkgrel=1
-pkgdesc='Distributed memory object caching system'
-url='https://memcached.org/'
-arch=('i686' 'x86_64')
-license=('GPL')
-depends=('libevent')
-optdepends=('perl: for memcached-tool usage')
-install=memcached.install
-source=(https://www.memcached.org/files/${pkgname}-${pkgver}.tar.gz
-memcached.service
-memcached.tmpfiles)
-sha256sums=('a87908936b51d1bd3ef10a2347eef5647f003b63407a5d8161fa7928b1cd6b5c'
-'fd60fde92b959dc4160facc0d165f04319d2ece4d2c59b68d8ae24824abea7dd'
-'c4d0ae2218b99a276ff6e0084ae81e66add0ca9347e4bde70e9172db6e44002a')
-sha512sums=('686ad82f1fd73f683fa09930d4e14aa85bd8237106e39752c9676d31aa397db1687378c4ddfadf4591f7c623837cadf90e6643263aea78a80eb294683ed0dfbb'
-
'5b006064b3ab31a6982f5c7b1ab4a49d64118a459913bd4be18ca63bf606dcae3550121d05a34ac8932d28b367e18fa76699c46e311b0b6a22f36ab1885ebebe'
-
'960705ff74d25afed477e0b2a5872a3a4fb49ed3105a351f0d0224abc947778f9dbda81e80be94ab636da4a8411a9dd56a8fd4513e5b86a3096a14fa67f1548b')
-
-build() {
-  cd ${pkgname}-${pkgver}
-  ./configure --prefix=/usr
-  make
-}
-
-check() {
-  cd ${pkgname}-${pkgver}
-  make test
-}
-
-package() {
-  cd ${pkgname}-${pkgver}
-  make DESTDIR="${pkgdir}" install
-  install -Dm 755 scripts/memcached-tool -t "${pkgdir}/usr/bin"
-  install -Dm 644 "${srcdir}/memcached.service" -t 
"${pkgdir}/usr/lib/systemd/system"
-  install -Dm 644 "${srcdir}/memcached.tmpfiles" 
"${pkgdir}/usr/lib/tmpfiles.d/memcached.conf"
-}
-
-# vim: ts=2 sw=2 et:

Copied: memcached/repos/extra-i686/PKGBUILD (from rev 308935, 
memcached/trunk/PKGBUILD)
===
--- extra-i686/PKGBUILD (rev 0)
+++ extra-i686/PKGBUILD 2017-11-05 23:03:05 UTC (rev 308936)
@@ -0,0 +1,44 @@
+# Maintainer: Levente Polyak 
+# Contributor: Dan McGee 
+# Contributor: Michael Irwin <6d6...@gmail.com>
+
+pkgname=memcached
+pkgver=1.5.3
+pkgrel=1
+pkgdesc='Distributed memory object caching system'
+url='https://memcached.org/'
+arch=('i686' 'x86_64')
+license=('GPL')
+depends=('libevent')
+optdepends=('perl: for memcached-tool usage')
+install=memcached.install
+source=(https://www.memcached.org/files/${pkgname}-${pkgver}.tar.gz
+memcached.service
+memcached.tmpfiles)
+sha256sums=('258cc3ddb7613685465acfd0215f827220a3bbdd167fd2c080632105b2d2f3ce'
+'fd60fde92b959dc4160facc0d165f04319d2ece4d2c59b68d8ae24824abea7dd'
+

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

2017-11-05 Thread Levente Polyak
Date: Sunday, November 5, 2017 @ 23:02:49
  Author: anthraxx
Revision: 308935

upgpkg: memcached 1.5.3-1

Modified:
  memcached/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2017-11-05 22:51:18 UTC (rev 308934)
+++ PKGBUILD2017-11-05 23:02:49 UTC (rev 308935)
@@ -3,7 +3,7 @@
 # Contributor: Michael Irwin <6d6...@gmail.com>
 
 pkgname=memcached
-pkgver=1.5.1
+pkgver=1.5.3
 pkgrel=1
 pkgdesc='Distributed memory object caching system'
 url='https://memcached.org/'
@@ -15,10 +15,10 @@
 source=(https://www.memcached.org/files/${pkgname}-${pkgver}.tar.gz
 memcached.service
 memcached.tmpfiles)
-sha256sums=('a87908936b51d1bd3ef10a2347eef5647f003b63407a5d8161fa7928b1cd6b5c'
+sha256sums=('258cc3ddb7613685465acfd0215f827220a3bbdd167fd2c080632105b2d2f3ce'
 'fd60fde92b959dc4160facc0d165f04319d2ece4d2c59b68d8ae24824abea7dd'
 'c4d0ae2218b99a276ff6e0084ae81e66add0ca9347e4bde70e9172db6e44002a')
-sha512sums=('686ad82f1fd73f683fa09930d4e14aa85bd8237106e39752c9676d31aa397db1687378c4ddfadf4591f7c623837cadf90e6643263aea78a80eb294683ed0dfbb'
+sha512sums=('b28282c579891e7c5508eb5ab4680b933aa76e8e4a8fe575c996fd4e750f2b4b35ee734d01ae0f280cf4cf6e0530f7f6a95c2e07be3660b07c5ade6ad3c835e2'
 
'5b006064b3ab31a6982f5c7b1ab4a49d64118a459913bd4be18ca63bf606dcae3550121d05a34ac8932d28b367e18fa76699c46e311b0b6a22f36ab1885ebebe'
 
'960705ff74d25afed477e0b2a5872a3a4fb49ed3105a351f0d0224abc947778f9dbda81e80be94ab636da4a8411a9dd56a8fd4513e5b86a3096a14fa67f1548b')
 


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

2017-11-05 Thread Anatol Pomozov
Date: Sunday, November 5, 2017 @ 22:59:35
  Author: anatolik
Revision: 265499

archrelease: copy trunk to community-any

Added:
  ruby-mail/repos/community-any/PKGBUILD
(from rev 265498, ruby-mail/trunk/PKGBUILD)
Deleted:
  ruby-mail/repos/community-any/PKGBUILD

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

Deleted: PKGBUILD
===
--- PKGBUILD2017-11-05 22:58:49 UTC (rev 265498)
+++ PKGBUILD2017-11-05 22:59:35 UTC (rev 265499)
@@ -1,29 +0,0 @@
-# $Id$
-# Maintainer: Maxime Gauduin 
-# Contributor: Emiliano Vavassori 
-# Contributor: Alexsandr Pavlov 
-
-pkgname=ruby-mail
-pkgver=2.6.6
-pkgrel=1
-pkgdesc='A really Ruby Mail handler'
-arch=('any')
-url='http://github.com/mikel/mail'
-license=('MIT')
-depends=('ruby-mime-types' 'ruby-treetop')
-options=('!emptydirs')
-source=("http://rubygems.org/downloads/${pkgname#*-}-${pkgver}.gem;)
-noextract=("${pkgname#*-}-${pkgver}.gem")
-sha256sums=('e96f0fcc49d2b32a998fc9d3fb1e360cbafdcd77f3c56e34655e14de8484f434')
-
-package() {
-  local _gemdir="$(ruby -e'puts Gem.default_dir')"
-
-  gem install --ignore-dependencies --no-user-install -N -i 
"${pkgdir}"/${_gemdir} ${pkgname#*-}-${pkgver}.gem
-  find "${pkgdir}" -type f -name *.gem -delete
-
-  install -dm 755 "${pkgdir}"/usr/share/licenses/${pkgname}
-  ln -s ${_gemdir}/gems/${pkgname#*-}-${pkgver}/MIT-LICENSE 
"${pkgdir}"/usr/share/licenses/${pkgname}/
-}
-
-# vim: ts=2 sw=2 et:

Copied: ruby-mail/repos/community-any/PKGBUILD (from rev 265498, 
ruby-mail/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2017-11-05 22:59:35 UTC (rev 265499)
@@ -0,0 +1,29 @@
+# $Id$
+# Maintainer: Maxime Gauduin 
+# Contributor: Emiliano Vavassori 
+# Contributor: Alexsandr Pavlov 
+
+pkgname=ruby-mail
+pkgver=2.7.0
+pkgrel=1
+pkgdesc='A really Ruby Mail handler'
+arch=('any')
+url='http://github.com/mikel/mail'
+license=('MIT')
+depends=('ruby-mime-types' 'ruby-treetop')
+options=('!emptydirs')
+source=("http://rubygems.org/downloads/${pkgname#*-}-${pkgver}.gem;)
+noextract=("${pkgname#*-}-${pkgver}.gem")
+sha256sums=('1f2ae391ca04b0a3c78905ce5b2ebc951332ee211781dd7e7b3569fd958bbe81')
+
+package() {
+  local _gemdir="$(ruby -e'puts Gem.default_dir')"
+
+  gem install --ignore-dependencies --no-user-install -N -i 
"${pkgdir}"/${_gemdir} ${pkgname#*-}-${pkgver}.gem
+  find "${pkgdir}" -type f -name *.gem -delete
+
+  install -dm 755 "${pkgdir}"/usr/share/licenses/${pkgname}
+  ln -s ${_gemdir}/gems/${pkgname#*-}-${pkgver}/MIT-LICENSE 
"${pkgdir}"/usr/share/licenses/${pkgname}/
+}
+
+# vim: ts=2 sw=2 et:


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

2017-11-05 Thread Anatol Pomozov
Date: Sunday, November 5, 2017 @ 22:58:49
  Author: anatolik
Revision: 265498

upgpkg: ruby-mail 2.7.0-1

Modified:
  ruby-mail/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2017-11-05 22:55:46 UTC (rev 265497)
+++ PKGBUILD2017-11-05 22:58:49 UTC (rev 265498)
@@ -4,7 +4,7 @@
 # Contributor: Alexsandr Pavlov 
 
 pkgname=ruby-mail
-pkgver=2.6.6
+pkgver=2.7.0
 pkgrel=1
 pkgdesc='A really Ruby Mail handler'
 arch=('any')
@@ -14,7 +14,7 @@
 options=('!emptydirs')
 source=("http://rubygems.org/downloads/${pkgname#*-}-${pkgver}.gem;)
 noextract=("${pkgname#*-}-${pkgver}.gem")
-sha256sums=('e96f0fcc49d2b32a998fc9d3fb1e360cbafdcd77f3c56e34655e14de8484f434')
+sha256sums=('1f2ae391ca04b0a3c78905ce5b2ebc951332ee211781dd7e7b3569fd958bbe81')
 
 package() {
   local _gemdir="$(ruby -e'puts Gem.default_dir')"


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

2017-11-05 Thread Levente Polyak
Date: Sunday, November 5, 2017 @ 22:55:46
  Author: anthraxx
Revision: 265497

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

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

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

Deleted: community-i686/PKGBUILD
===
--- community-i686/PKGBUILD 2017-11-05 22:55:18 UTC (rev 265496)
+++ community-i686/PKGBUILD 2017-11-05 22:55:46 UTC (rev 265497)
@@ -1,36 +0,0 @@
-# Maintainer: Levente Polyak 
-# Contributor: renek 
-
-_pkgname=multidict
-pkgname=python-${_pkgname}
-pkgver=3.3.0
-pkgrel=1
-pkgdesc='Asyncio-based multidict implementation for Python'
-url='https://github.com/aio-libs/multidict'
-arch=('i686' 'x86_64')
-license=('APACHE')
-depends=('python' 'glibc')
-makedepends=('cython' 'python-setuptools')
-checkdepends=('python-pytest' 'python-pytest-cov' 'python-psutil')
-source=(${pkgname}-${pkgver}.tar.gz::https://github.com/aio-libs/multidict/archive/v${pkgver}.tar.gz)
-sha256sums=('207977435fec18a9435774db90f35fb1c82af9fe76b29f89770642c6f99bd3fc')
-sha512sums=('76668c7ed1edb92a929c2f8638bfbf8c1309f557e4a1601a337a00b45b4c4c669abcdd071efbddec724864ff8c6ca5ba2be018669eef571080c9e569ba1f7278')
-
-build() {
-  cd ${_pkgname}-${pkgver}
-  python setup.py build
-}
-
-check() {
-  cd ${_pkgname}-${pkgver}
-  local PYTHONVERSION="$(python -c 'import sys; 
print("{}.{}".format(sys.version_info.major, sys.version_info.minor))')"
-  PYTHONPATH="build/lib.linux-${CARCH}-${PYTHONVERSION}" \
-py.test
-}
-
-package() {
-  cd ${_pkgname}-${pkgver}
-  python setup.py install --root="${pkgdir}" -O1 --skip-build
-}
-
-# vim: ts=2 sw=2 et:

Copied: python-multidict/repos/community-i686/PKGBUILD (from rev 265496, 
python-multidict/trunk/PKGBUILD)
===
--- community-i686/PKGBUILD (rev 0)
+++ community-i686/PKGBUILD 2017-11-05 22:55:46 UTC (rev 265497)
@@ -0,0 +1,36 @@
+# Maintainer: Levente Polyak 
+# Contributor: renek 
+
+_pkgname=multidict
+pkgname=python-${_pkgname}
+pkgver=3.3.2
+pkgrel=1
+pkgdesc='Asyncio-based multidict implementation for Python'
+url='https://github.com/aio-libs/multidict'
+arch=('i686' 'x86_64')
+license=('APACHE')
+depends=('python' 'glibc')
+makedepends=('cython' 'python-setuptools')
+checkdepends=('python-pytest' 'python-pytest-cov' 'python-psutil')
+source=(${pkgname}-${pkgver}.tar.gz::https://github.com/aio-libs/multidict/archive/v${pkgver}.tar.gz)
+sha256sums=('f5b1b427791dc2fbbe7c79a4c9ad6824c139531176f685c01d30fc5b7573964c')
+sha512sums=('d44c8b00ab7823b8840665aa1462ed547aea48874a408b2af8f1cb455727896cd77ef2201e8f234bcb3f2781599ffe931a5884fc55fc1f7286da29185c4d88fc')
+
+build() {
+  cd ${_pkgname}-${pkgver}
+  python setup.py build
+}
+
+check() {
+  cd ${_pkgname}-${pkgver}
+  local PYTHONVERSION="$(python -c 'import sys; 
print("{}.{}".format(sys.version_info.major, sys.version_info.minor))')"
+  PYTHONPATH="build/lib.linux-${CARCH}-${PYTHONVERSION}" \
+py.test
+}
+
+package() {
+  cd ${_pkgname}-${pkgver}
+  python setup.py install --root="${pkgdir}" -O1 --skip-build
+}
+
+# vim: ts=2 sw=2 et:

Deleted: community-x86_64/PKGBUILD
===
--- community-x86_64/PKGBUILD   2017-11-05 22:55:18 UTC (rev 265496)
+++ community-x86_64/PKGBUILD   2017-11-05 22:55:46 UTC (rev 265497)
@@ -1,36 +0,0 @@
-# Maintainer: Levente Polyak 
-# Contributor: renek 
-
-_pkgname=multidict
-pkgname=python-${_pkgname}
-pkgver=3.3.0
-pkgrel=1
-pkgdesc='Asyncio-based multidict implementation for Python'
-url='https://github.com/aio-libs/multidict'
-arch=('i686' 'x86_64')
-license=('APACHE')
-depends=('python' 'glibc')
-makedepends=('cython' 'python-setuptools')
-checkdepends=('python-pytest' 'python-pytest-cov' 'python-psutil')
-source=(${pkgname}-${pkgver}.tar.gz::https://github.com/aio-libs/multidict/archive/v${pkgver}.tar.gz)
-sha256sums=('207977435fec18a9435774db90f35fb1c82af9fe76b29f89770642c6f99bd3fc')
-sha512sums=('76668c7ed1edb92a929c2f8638bfbf8c1309f557e4a1601a337a00b45b4c4c669abcdd071efbddec724864ff8c6ca5ba2be018669eef571080c9e569ba1f7278')
-
-build() {
-  cd ${_pkgname}-${pkgver}
-  python setup.py build
-}
-
-check() {
-  cd ${_pkgname}-${pkgver}
-  local 

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

2017-11-05 Thread Levente Polyak
Date: Sunday, November 5, 2017 @ 22:55:18
  Author: anthraxx
Revision: 265496

upgpkg: python-multidict 3.3.2-1

Modified:
  python-multidict/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2017-11-05 22:53:44 UTC (rev 265495)
+++ PKGBUILD2017-11-05 22:55:18 UTC (rev 265496)
@@ -3,7 +3,7 @@
 
 _pkgname=multidict
 pkgname=python-${_pkgname}
-pkgver=3.3.0
+pkgver=3.3.2
 pkgrel=1
 pkgdesc='Asyncio-based multidict implementation for Python'
 url='https://github.com/aio-libs/multidict'
@@ -13,8 +13,8 @@
 makedepends=('cython' 'python-setuptools')
 checkdepends=('python-pytest' 'python-pytest-cov' 'python-psutil')
 
source=(${pkgname}-${pkgver}.tar.gz::https://github.com/aio-libs/multidict/archive/v${pkgver}.tar.gz)
-sha256sums=('207977435fec18a9435774db90f35fb1c82af9fe76b29f89770642c6f99bd3fc')
-sha512sums=('76668c7ed1edb92a929c2f8638bfbf8c1309f557e4a1601a337a00b45b4c4c669abcdd071efbddec724864ff8c6ca5ba2be018669eef571080c9e569ba1f7278')
+sha256sums=('f5b1b427791dc2fbbe7c79a4c9ad6824c139531176f685c01d30fc5b7573964c')
+sha512sums=('d44c8b00ab7823b8840665aa1462ed547aea48874a408b2af8f1cb455727896cd77ef2201e8f234bcb3f2781599ffe931a5884fc55fc1f7286da29185c4d88fc')
 
 build() {
   cd ${_pkgname}-${pkgver}


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

2017-11-05 Thread Levente Polyak
Date: Sunday, November 5, 2017 @ 22:53:31
  Author: anthraxx
Revision: 265494

upgpkg: smplayer 17.11.0-1

Modified:
  smplayer/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2017-11-05 22:45:25 UTC (rev 265493)
+++ PKGBUILD2017-11-05 22:53:31 UTC (rev 265494)
@@ -5,7 +5,7 @@
 # Contributor: shamrok 
 
 pkgname=smplayer
-pkgver=17.10.2
+pkgver=17.11.0
 pkgrel=1
 pkgdesc='Media player with built-in codecs that can play virtually all video 
and audio formats'
 url='http://www.smplayer.info/'
@@ -19,8 +19,8 @@
 'youtube-dl: youtube videos and streaming'
 'mplayer: alternative multimedia engine')
 
source=(https://downloads.sourceforge.net/${pkgname}/${pkgname}-${pkgver}.tar.bz2)
-sha256sums=('48d2f3b72bb8881a37ab9204329160c3bdfc0bbfff248c6dc9407e2dd35b8396')
-sha512sums=('ca90d5c0143411ebb613ece4a0675eb3a1f7265b4c05f99196e9cee354fd1e903435ae6010bdef360f8d78611c640ba0061e28ff4308cbf635090346bba0268c')
+sha256sums=('29e4dba22bdd77bd685ff732ba64668bd92d7a1f75045b325d096bb6c45e5757')
+sha512sums=('a51b49f92da21abe0a81bb07db5b5dd13d80ee86a488783acf8bacbe389dffb7dac123780d7492d2b20cdaf6727a9672d89c7d09d18674fc142ba2aa65a21754')
 
 build() {
   cd ${pkgname}-${pkgver}


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

2017-11-05 Thread Levente Polyak
Date: Sunday, November 5, 2017 @ 22:53:44
  Author: anthraxx
Revision: 265495

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

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

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

Deleted: community-i686/PKGBUILD
===
--- community-i686/PKGBUILD 2017-11-05 22:53:31 UTC (rev 265494)
+++ community-i686/PKGBUILD 2017-11-05 22:53:44 UTC (rev 265495)
@@ -1,38 +0,0 @@
-# Maintainer: Levente Polyak 
-# Contributor: Ionut Biru 
-# Contributor: Allan McRae 
-# Contributor: Alessio 'mOLOk' Bolognino 
-# Contributor: shamrok 
-
-pkgname=smplayer
-pkgver=17.10.2
-pkgrel=1
-pkgdesc='Media player with built-in codecs that can play virtually all video 
and audio formats'
-url='http://www.smplayer.info/'
-arch=('i686' 'x86_64')
-license=('GPL')
-depends=('qt5-script' 'mpv' 'hicolor-icon-theme' 'libx11' 'zlib' 'gcc-libs')
-makedepends=('qt5-tools')
-optdepends=('smplayer-themes: icon themes collection'
-'smplayer-skins: skin themes collection'
-'smtube: browse and play youtube videos'
-'youtube-dl: youtube videos and streaming'
-'mplayer: alternative multimedia engine')
-source=(https://downloads.sourceforge.net/${pkgname}/${pkgname}-${pkgver}.tar.bz2)
-sha256sums=('48d2f3b72bb8881a37ab9204329160c3bdfc0bbfff248c6dc9407e2dd35b8396')
-sha512sums=('ca90d5c0143411ebb613ece4a0675eb3a1f7265b4c05f99196e9cee354fd1e903435ae6010bdef360f8d78611c640ba0061e28ff4308cbf635090346bba0268c')
-
-build() {
-  cd ${pkgname}-${pkgver}
-  make PREFIX=/usr \
-DOC_PATH="\\\"/usr/share/doc/smplayer\\\"" \
-QMAKE_OPTS=DEFINES+=NO_DEBUG_ON_CONSOLE
-}
-
-package() {
-  cd ${pkgname}-${pkgver}
-  make DOC_PATH=/usr/share/doc/smplayer \
-DESTDIR="${pkgdir}" PREFIX=/usr install
-}
-
-# vim: ts=2 sw=2 et:

Copied: smplayer/repos/community-i686/PKGBUILD (from rev 265494, 
smplayer/trunk/PKGBUILD)
===
--- community-i686/PKGBUILD (rev 0)
+++ community-i686/PKGBUILD 2017-11-05 22:53:44 UTC (rev 265495)
@@ -0,0 +1,38 @@
+# Maintainer: Levente Polyak 
+# Contributor: Ionut Biru 
+# Contributor: Allan McRae 
+# Contributor: Alessio 'mOLOk' Bolognino 
+# Contributor: shamrok 
+
+pkgname=smplayer
+pkgver=17.11.0
+pkgrel=1
+pkgdesc='Media player with built-in codecs that can play virtually all video 
and audio formats'
+url='http://www.smplayer.info/'
+arch=('i686' 'x86_64')
+license=('GPL')
+depends=('qt5-script' 'mpv' 'hicolor-icon-theme' 'libx11' 'zlib' 'gcc-libs')
+makedepends=('qt5-tools')
+optdepends=('smplayer-themes: icon themes collection'
+'smplayer-skins: skin themes collection'
+'smtube: browse and play youtube videos'
+'youtube-dl: youtube videos and streaming'
+'mplayer: alternative multimedia engine')
+source=(https://downloads.sourceforge.net/${pkgname}/${pkgname}-${pkgver}.tar.bz2)
+sha256sums=('29e4dba22bdd77bd685ff732ba64668bd92d7a1f75045b325d096bb6c45e5757')
+sha512sums=('a51b49f92da21abe0a81bb07db5b5dd13d80ee86a488783acf8bacbe389dffb7dac123780d7492d2b20cdaf6727a9672d89c7d09d18674fc142ba2aa65a21754')
+
+build() {
+  cd ${pkgname}-${pkgver}
+  make PREFIX=/usr \
+DOC_PATH="\\\"/usr/share/doc/smplayer\\\"" \
+QMAKE_OPTS=DEFINES+=NO_DEBUG_ON_CONSOLE
+}
+
+package() {
+  cd ${pkgname}-${pkgver}
+  make DOC_PATH=/usr/share/doc/smplayer \
+DESTDIR="${pkgdir}" PREFIX=/usr install
+}
+
+# vim: ts=2 sw=2 et:

Deleted: community-x86_64/PKGBUILD
===
--- community-x86_64/PKGBUILD   2017-11-05 22:53:31 UTC (rev 265494)
+++ community-x86_64/PKGBUILD   2017-11-05 22:53:44 UTC (rev 265495)
@@ -1,38 +0,0 @@
-# Maintainer: Levente Polyak 
-# Contributor: Ionut Biru 
-# Contributor: Allan McRae 
-# Contributor: Alessio 'mOLOk' Bolognino 
-# Contributor: shamrok 
-
-pkgname=smplayer
-pkgver=17.10.2
-pkgrel=1
-pkgdesc='Media player with built-in codecs that can play virtually all video 
and audio formats'
-url='http://www.smplayer.info/'
-arch=('i686' 'x86_64')
-license=('GPL')

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

2017-11-05 Thread Jan Steffens
Date: Sunday, November 5, 2017 @ 22:51:18
  Author: heftig
Revision: 308934

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

Added:
  ostree/repos/extra-i686/PKGBUILD
(from rev 308933, ostree/trunk/PKGBUILD)
  ostree/repos/extra-x86_64/PKGBUILD
(from rev 308933, ostree/trunk/PKGBUILD)
Deleted:
  ostree/repos/extra-i686/PKGBUILD
  ostree/repos/extra-x86_64/PKGBUILD

---+
 /PKGBUILD |  142 
 extra-i686/PKGBUILD   |   71 
 extra-x86_64/PKGBUILD |   71 
 3 files changed, 142 insertions(+), 142 deletions(-)

Deleted: extra-i686/PKGBUILD
===
--- extra-i686/PKGBUILD 2017-11-05 22:47:24 UTC (rev 308933)
+++ extra-i686/PKGBUILD 2017-11-05 22:51:18 UTC (rev 308934)
@@ -1,71 +0,0 @@
-# $Id$
-# Maintainer: Jan Alexander Steffens (heftig) 
-# Contributor: Mirco Tischler 
-
-pkgname=ostree
-pkgver=2017.12
-pkgrel=1
-pkgdesc="Operating system and container binary deployment and upgrades"
-url="https://ostree.readthedocs.org/en/latest/;
-arch=(i686 x86_64)
-license=(GPL)
-depends=(glib2 xz zlib libsoup gpgme libarchive fuse2 util-linux mkinitcpio 
openssl)
-makedepends=(e2fsprogs gobject-introspection gtk-doc libxslt systemd git
- python2)
-checkdepends=(parallel syslinux gjs cpio elfutils)
-_commit=64f3257d8832edf6855052b5c8a3fc5250279499  # tags/v2017.12^0
-source=("git+https://github.com/ostreedev/ostree#commit=$_commit;
-"git+https://github.com/mendsley/bsdiff;
-"git+https://git.gnome.org/browse/libglnx;)
-sha256sums=('SKIP'
-'SKIP'
-'SKIP')
-
-prepare() {
-  cd $pkgname
-
-  git submodule init
-  git config --local submodule.bsdiff.url "$srcdir/bsdiff"
-  git config --local submodule.libglnx.url "$srcdir/libglnx"
-  git submodule update
-
-  find . -name '*.py' -exec sed -i '1s/python$/&2/' {} +
-
-  NOCONFIGURE=1 ./autogen.sh
-}
-
-pkgver() {
-  cd $pkgname
-  git describe --tags | sed 's/^v//;s/-/+/g'
-}
-
-build() {
-  cd $pkgname
-
-  ./configure \
---prefix=/usr \
---sysconfdir=/etc \
---localstatedir=/var \
---sbindir=/usr/bin \
---libexecdir=/usr/lib \
---with-mkinitcpio \
---with-openssl \
---with-builtin-grub2-mkconfig \
---enable-experimental-api \
---disable-static \
---enable-gtk-doc
-
-  sed -i -e 's/ -shared / -Wl,-O1,--as-needed\0/g' libtool
-
-  make
-}
-
-check() {
-  cd $pkgname
-  make check || :
-}
-
-package() {
-  cd $pkgname
-  make DESTDIR="$pkgdir" install
-}

Copied: ostree/repos/extra-i686/PKGBUILD (from rev 308933, 
ostree/trunk/PKGBUILD)
===
--- extra-i686/PKGBUILD (rev 0)
+++ extra-i686/PKGBUILD 2017-11-05 22:51:18 UTC (rev 308934)
@@ -0,0 +1,71 @@
+# $Id$
+# Maintainer: Jan Alexander Steffens (heftig) 
+# Contributor: Mirco Tischler 
+
+pkgname=ostree
+pkgver=2017.13
+pkgrel=1
+pkgdesc="Operating system and container binary deployment and upgrades"
+url="https://ostree.readthedocs.org/en/latest/;
+arch=(i686 x86_64)
+license=(GPL)
+depends=(glib2 xz zlib libsoup gpgme libarchive fuse2 util-linux mkinitcpio 
openssl)
+makedepends=(e2fsprogs gobject-introspection gtk-doc libxslt systemd git
+ python2)
+checkdepends=(parallel syslinux gjs cpio elfutils)
+_commit=ae61321046ad7f4148a5884c8c6c8b2594ff840e  # tags/v2017.13^0
+source=("git+https://github.com/ostreedev/ostree#commit=$_commit;
+"git+https://github.com/mendsley/bsdiff;
+"git+https://git.gnome.org/browse/libglnx;)
+sha256sums=('SKIP'
+'SKIP'
+'SKIP')
+
+prepare() {
+  cd $pkgname
+
+  git submodule init
+  git config --local submodule.bsdiff.url "$srcdir/bsdiff"
+  git config --local submodule.libglnx.url "$srcdir/libglnx"
+  git submodule update
+
+  find . -name '*.py' -exec sed -i '1s/python$/&2/' {} +
+
+  NOCONFIGURE=1 ./autogen.sh
+}
+
+pkgver() {
+  cd $pkgname
+  git describe --tags | sed 's/^v//;s/-/+/g'
+}
+
+build() {
+  cd $pkgname
+
+  ./configure \
+--prefix=/usr \
+--sysconfdir=/etc \
+--localstatedir=/var \
+--sbindir=/usr/bin \
+--libexecdir=/usr/lib \
+--with-mkinitcpio \
+--with-openssl \
+--with-builtin-grub2-mkconfig \
+--enable-experimental-api \
+--disable-static \
+--enable-gtk-doc
+
+  sed -i -e 's/ -shared / -Wl,-O1,--as-needed\0/g' libtool
+
+  make
+}
+
+check() {
+  cd $pkgname
+  make check || :
+}
+
+package() {
+  cd $pkgname
+  make DESTDIR="$pkgdir" install
+}

Deleted: extra-x86_64/PKGBUILD
===
--- extra-x86_64/PKGBUILD   2017-11-05 22:47:24 UTC (rev 308933)
+++ extra-x86_64/PKGBUILD   2017-11-05 22:51:18 UTC (rev 308934)
@@ -1,71 +0,0 @@
-# $Id$
-# Maintainer: Jan Alexander Steffens (heftig) 

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

2017-11-05 Thread Jan Steffens
Date: Sunday, November 5, 2017 @ 22:47:24
  Author: heftig
Revision: 308933

2017.13-1

Modified:
  ostree/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2017-11-05 22:29:56 UTC (rev 308932)
+++ PKGBUILD2017-11-05 22:47:24 UTC (rev 308933)
@@ -3,7 +3,7 @@
 # Contributor: Mirco Tischler 
 
 pkgname=ostree
-pkgver=2017.12
+pkgver=2017.13
 pkgrel=1
 pkgdesc="Operating system and container binary deployment and upgrades"
 url="https://ostree.readthedocs.org/en/latest/;
@@ -13,7 +13,7 @@
 makedepends=(e2fsprogs gobject-introspection gtk-doc libxslt systemd git
  python2)
 checkdepends=(parallel syslinux gjs cpio elfutils)
-_commit=64f3257d8832edf6855052b5c8a3fc5250279499  # tags/v2017.12^0
+_commit=ae61321046ad7f4148a5884c8c6c8b2594ff840e  # tags/v2017.13^0
 source=("git+https://github.com/ostreedev/ostree#commit=$_commit;
 "git+https://github.com/mendsley/bsdiff;
 "git+https://git.gnome.org/browse/libglnx;)


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

2017-11-05 Thread Levente Polyak
Date: Sunday, November 5, 2017 @ 22:45:25
  Author: anthraxx
Revision: 265493

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

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

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

Deleted: community-i686/PKGBUILD
===
--- community-i686/PKGBUILD 2017-11-05 22:45:12 UTC (rev 265492)
+++ community-i686/PKGBUILD 2017-11-05 22:45:25 UTC (rev 265493)
@@ -1,83 +0,0 @@
-# Maintainer: Levente Polyak 
-
-pkgname=diffoscope
-pkgver=87
-pkgrel=1
-pkgdesc='Tool for in-depth comparison of files, archives, and directories'
-url='https://diffoscope.org/'
-arch=('i686' 'x86_64')
-license=('GPL3')
-depends=('python-magic' 'python-libarchive-c' 'python-setuptools' 
'python-distro' 'python-defusedxml')
-optdepends=(
-  'acl: access control list utilities support'
-  'binutils: binary utilities support'
-  'binwalk: binwalk support'
-  'bzip2: bzip2 utilities support'
-  'cdrtools: ISO utilities support'
-  'colord: ICC profiles support'
-  'cpio: cpio archive support'
-  'diffutils: diff utilities support'
-  'docx2txt: docx comparing support'
-  'dtc: device tree comparing support'
-  'e2fsprogs: Ext2/3/4 filesystem utilities support'
-  'enjarify: Android dex file support'
-  'imagemagick: ImageMagick identify support'
-  'fpc: Free Pascal utilities support'
-  'java-environment: java utilities support'
-  'libcaca: image compare support'
-  'llvm: LLVM bitcode files support'
-  'odt2txt: odt comparing support'
-  'fontforge: bitmap font utilities support'
-  'gettext: GNU internationalization utilities support'
-  'ghc: haskell utilities support'
-  'giflib: gifbuild utilities support'
-  'gnupg: GNU privacy guard support'
-  'mono: mono support'
-  'openssh: OpenSSH key comparing support'
-  'poppler: PDF utilities support'
-  'r: R language support'
-  'sqlite: SQLite support'
-  'squashfs-tools: squashfs filesystem support'
-  #'python-guestfs: guestfs filesystem support'
-  'python-argcomplete: completion support'
-  'python-jsbeautifier: javascript beautifier support'
-  'python-progressbar: show progressbar support'
-  'tcpdump: pcap matching support'
-  'tlsh: fuzzy matching supprt'
-  'unzip: zip utilities support'
-  'gzip: gzip utilities support'
-  'tar: tar utilities support'
-  'vim: Vi IMproved (xxd) utilities support'
-  'xz: XZ and LZMA utilities support'
-)
-checkdepends=(
-  'python-pytest' 'python-jsbeautifier' 'acl' 'binutils' 'bzip2' 'cdrtools' 
'cpio' 'diffutils' 'e2fsprogs' 'enjarify' 'imagemagick'
-  'java-environment>=8' 'fontforge' 'gettext' 'ghc' 'gnupg' 'mono' 
'mono-tools' 'poppler' 'sqlite' 'squashfs-tools'
-  'tlsh' 'unzip' 'gzip' 'tar' 'tcpdump' 'vim' 'xz' 'llvm' 'colord' 'fpc' 
'openssh' 'odt2txt' 'docx2txt' 'r' 'dtc' 'giflib'
-  'python-progressbar' 'binwalk' 'python-argcomplete')
-source=(${pkgname}-${pkgver}.tar.xz::https://anonscm.debian.org/cgit/reproducible/${pkgname}.git/snapshot/${pkgname}-${pkgver}.tar.xz)
-sha512sums=('654cec4c414c2451001a08d1b32d42c7de85202b64faaf9d16c4f7d1c3d43ae860d07d4d776144b475e8c71d44e408b19e4cbb83e86c5d66a7908ba6b184cb56')
-
-prepare() {
-  cd ${pkgname}-${pkgver}
-  sed '/python-magic/d' -i setup.py
-}
-
-build() {
-  cd ${pkgname}-${pkgver}
-  python setup.py build
-}
-
-check() {
-  cd ${pkgname}-${pkgver}
-  PYTHONPATH=".:${PYTHONPATH}" py.test \
--k 'not test_rlib and not test_progress and not test_ppu and not test_elf'
-}
-
-package() {
-  cd ${pkgname}-${pkgver}
-  python setup.py install --skip-build -O1 --root="${pkgdir}"
-  install -Dm 644 README.rst "${pkgdir}/usr/share/doc/${pkgname}/README"
-}
-
-# vim: ts=2 sw=2 et:

Copied: diffoscope/repos/community-i686/PKGBUILD (from rev 265492, 
diffoscope/trunk/PKGBUILD)
===
--- community-i686/PKGBUILD (rev 0)
+++ community-i686/PKGBUILD 2017-11-05 22:45:25 UTC (rev 265493)
@@ -0,0 +1,83 @@
+# Maintainer: Levente Polyak 
+
+pkgname=diffoscope
+pkgver=88
+pkgrel=1
+pkgdesc='Tool for in-depth comparison of files, archives, and directories'
+url='https://diffoscope.org/'
+arch=('i686' 'x86_64')
+license=('GPL3')
+depends=('python-magic' 'python-libarchive-c' 'python-setuptools' 
'python-distro' 'python-defusedxml')
+optdepends=(
+  'acl: access control list utilities support'
+  'binutils: binary utilities support'
+  'binwalk: binwalk support'
+  

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

2017-11-05 Thread Levente Polyak
Date: Sunday, November 5, 2017 @ 22:45:12
  Author: anthraxx
Revision: 265492

upgpkg: diffoscope 88-1

Modified:
  diffoscope/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2017-11-05 22:37:35 UTC (rev 265491)
+++ PKGBUILD2017-11-05 22:45:12 UTC (rev 265492)
@@ -1,7 +1,7 @@
 # Maintainer: Levente Polyak 
 
 pkgname=diffoscope
-pkgver=87
+pkgver=88
 pkgrel=1
 pkgdesc='Tool for in-depth comparison of files, archives, and directories'
 url='https://diffoscope.org/'
@@ -56,7 +56,7 @@
   'tlsh' 'unzip' 'gzip' 'tar' 'tcpdump' 'vim' 'xz' 'llvm' 'colord' 'fpc' 
'openssh' 'odt2txt' 'docx2txt' 'r' 'dtc' 'giflib'
   'python-progressbar' 'binwalk' 'python-argcomplete')
 
source=(${pkgname}-${pkgver}.tar.xz::https://anonscm.debian.org/cgit/reproducible/${pkgname}.git/snapshot/${pkgname}-${pkgver}.tar.xz)
-sha512sums=('654cec4c414c2451001a08d1b32d42c7de85202b64faaf9d16c4f7d1c3d43ae860d07d4d776144b475e8c71d44e408b19e4cbb83e86c5d66a7908ba6b184cb56')
+sha512sums=('26802936350f1d3acf60b192228533e03faf5d9bc1dddf7a12c7eb5250ac3d25137bc478b13c4adaab05c9881322a9d31808d9ca7cbc796f263c5905543b5714')
 
 prepare() {
   cd ${pkgname}-${pkgver}


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

2017-11-05 Thread Levente Polyak
Date: Sunday, November 5, 2017 @ 22:37:35
  Author: anthraxx
Revision: 265491

archrelease: copy trunk to community-any

Added:
  sqlmap/repos/community-any/PKGBUILD
(from rev 265490, sqlmap/trunk/PKGBUILD)
Deleted:
  sqlmap/repos/community-any/PKGBUILD

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

Deleted: PKGBUILD
===
--- PKGBUILD2017-11-05 22:37:26 UTC (rev 265490)
+++ PKGBUILD2017-11-05 22:37:35 UTC (rev 265491)
@@ -1,52 +0,0 @@
-# Maintainer: Levente Polyak 
-# Contributor: Evan Teitelman 
-# Contributor: fxbru 
-
-pkgname=sqlmap
-pkgver=1.1.10
-pkgrel=1
-pkgdesc='Automatic SQL injection and database takeover tool'
-url='http://sqlmap.org'
-arch=('any')
-license=('GPL2')
-depends=('python2' 'sh')
-backup=('etc/sqlmap.conf')
-source=(${pkgname}-${pkgver}.tar.gz::https://github.com/sqlmapproject/sqlmap/archive/${pkgver}.tar.gz)
-sha256sums=('e2dcc5d939b082fbc8f32c4ceef8c3e37f2c86a40e569b7cd34c9d94a71e6a21')
-sha512sums=('d320e349b56011d2728a76c9a45a4bfbdc09249a7e9e61013aeda1c253aff7ab50ec75dc7d9f8ced44283de0730c551e952d33152d9d12d55ab7a7c33f07d86f')
-
-build() {
-  cd ${pkgname}-${pkgver}
-  python2 -m compileall .
-  python2 -O -m compileall .
-}
-
-package() {
-  cd ${pkgname}-${pkgver}
-
-  install -d "${pkgdir}/etc"
-  install -d "${pkgdir}/usr/bin"
-  install -d "${pkgdir}/opt/${pkgname}"
-  install -d "${pkgdir}/usr/share/doc"
-
-  mv doc "${pkgdir}/usr/share/doc/${pkgname}"
-  mv sqlmap.conf "${pkgdir}/etc/sqlmap.conf"
-  ln -sf /etc/sqlmap.conf "${pkgdir}/opt/${pkgname}/sqlmap.conf"
-  cp -a --no-preserve=ownership * "${pkgdir}/opt/${pkgname}"
-
-  cat > "${pkgdir}/usr/bin/sqlmap" << EOF
-#!/bin/sh
-cd /opt/${pkgname}
-python2 sqlmap.py "\$@"
-EOF
-  cat > "${pkgdir}/usr/bin/sqlmapapi" << EOF
-#!/bin/sh
-cd /opt/${pkgname}
-python2 sqlmapapi.py "\$@"
-EOF
-
-  chmod 755 "${pkgdir}/usr/bin/sqlmap"
-  chmod 755 "${pkgdir}/usr/bin/sqlmapapi"
-}
-
-# vim: ts=2 sw=2 et:

Copied: sqlmap/repos/community-any/PKGBUILD (from rev 265490, 
sqlmap/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2017-11-05 22:37:35 UTC (rev 265491)
@@ -0,0 +1,52 @@
+# Maintainer: Levente Polyak 
+# Contributor: Evan Teitelman 
+# Contributor: fxbru 
+
+pkgname=sqlmap
+pkgver=1.1.11
+pkgrel=1
+pkgdesc='Automatic SQL injection and database takeover tool'
+url='http://sqlmap.org'
+arch=('any')
+license=('GPL2')
+depends=('python2' 'sh')
+backup=('etc/sqlmap.conf')
+source=(${pkgname}-${pkgver}.tar.gz::https://github.com/sqlmapproject/sqlmap/archive/${pkgver}.tar.gz)
+sha256sums=('c99f626f34e947dae14248bb6a7a989ec85c8909aef03ff7ff96fe4cb021b8eb')
+sha512sums=('4635e499c8ec6df29fa2bc81f498a1796359f4faa62d158238dd2e0663b9733cf7dfb33d0781e753f0fd4c212b1ea90f82c2f112e04e4c0e3e7c7fb9d8f6ac4f')
+
+build() {
+  cd ${pkgname}-${pkgver}
+  python2 -m compileall .
+  python2 -O -m compileall .
+}
+
+package() {
+  cd ${pkgname}-${pkgver}
+
+  install -d "${pkgdir}/etc"
+  install -d "${pkgdir}/usr/bin"
+  install -d "${pkgdir}/opt/${pkgname}"
+  install -d "${pkgdir}/usr/share/doc"
+
+  mv doc "${pkgdir}/usr/share/doc/${pkgname}"
+  mv sqlmap.conf "${pkgdir}/etc/sqlmap.conf"
+  ln -sf /etc/sqlmap.conf "${pkgdir}/opt/${pkgname}/sqlmap.conf"
+  cp -a --no-preserve=ownership * "${pkgdir}/opt/${pkgname}"
+
+  cat > "${pkgdir}/usr/bin/sqlmap" << EOF
+#!/bin/sh
+cd /opt/${pkgname}
+python2 sqlmap.py "\$@"
+EOF
+  cat > "${pkgdir}/usr/bin/sqlmapapi" << EOF
+#!/bin/sh
+cd /opt/${pkgname}
+python2 sqlmapapi.py "\$@"
+EOF
+
+  chmod 755 "${pkgdir}/usr/bin/sqlmap"
+  chmod 755 "${pkgdir}/usr/bin/sqlmapapi"
+}
+
+# vim: ts=2 sw=2 et:


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

2017-11-05 Thread Levente Polyak
Date: Sunday, November 5, 2017 @ 22:37:26
  Author: anthraxx
Revision: 265490

upgpkg: sqlmap 1.1.11-1

Modified:
  sqlmap/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2017-11-05 22:36:22 UTC (rev 265489)
+++ PKGBUILD2017-11-05 22:37:26 UTC (rev 265490)
@@ -3,7 +3,7 @@
 # Contributor: fxbru 
 
 pkgname=sqlmap
-pkgver=1.1.10
+pkgver=1.1.11
 pkgrel=1
 pkgdesc='Automatic SQL injection and database takeover tool'
 url='http://sqlmap.org'
@@ -12,8 +12,8 @@
 depends=('python2' 'sh')
 backup=('etc/sqlmap.conf')
 
source=(${pkgname}-${pkgver}.tar.gz::https://github.com/sqlmapproject/sqlmap/archive/${pkgver}.tar.gz)
-sha256sums=('e2dcc5d939b082fbc8f32c4ceef8c3e37f2c86a40e569b7cd34c9d94a71e6a21')
-sha512sums=('d320e349b56011d2728a76c9a45a4bfbdc09249a7e9e61013aeda1c253aff7ab50ec75dc7d9f8ced44283de0730c551e952d33152d9d12d55ab7a7c33f07d86f')
+sha256sums=('c99f626f34e947dae14248bb6a7a989ec85c8909aef03ff7ff96fe4cb021b8eb')
+sha512sums=('4635e499c8ec6df29fa2bc81f498a1796359f4faa62d158238dd2e0663b9733cf7dfb33d0781e753f0fd4c212b1ea90f82c2f112e04e4c0e3e7c7fb9d8f6ac4f')
 
 build() {
   cd ${pkgname}-${pkgver}


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

2017-11-05 Thread Levente Polyak
Date: Sunday, November 5, 2017 @ 22:36:11
  Author: anthraxx
Revision: 265488

upgpkg: afl 2.52b-1

Modified:
  afl/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2017-11-05 22:34:21 UTC (rev 265487)
+++ PKGBUILD2017-11-05 22:36:11 UTC (rev 265488)
@@ -2,7 +2,7 @@
 # Contributor: spider-mario 
 
 pkgname=afl
-pkgver=2.51b
+pkgver=2.52b
 pkgrel=1
 pkgdesc='Security-oriented fuzzer using compile-time instrumentation and 
genetic algorithms'
 url='http://lcamtuf.coredump.cx/afl/'
@@ -18,8 +18,8 @@
 replaces=('american-fuzzy-lop')
 options=('!emptydirs' '!strip')
 
source=(${pkgname}-${pkgver}.tgz::http://lcamtuf.coredump.cx/${pkgname}/releases/${pkgname}-${pkgver}.tgz)
-sha256sums=('d435b94b35b844ea0bacbdb8516d2d5adffc2a4f4a5aad78785c5d2a5495bb97')
-sha512sums=('fd67cf44b7336175041c2efa42b122e91f887f4a293618a59ea1e145ef47b9c0fab9fc274e4b94499c523bec950ff5a704050c3f4260e890ad97774c365a358c')
+sha256sums=('43614b4b91c014d39ef086c5cc84ff5f068010c264c2c05bf199df60898ce045')
+sha512sums=('30d4526440cff109ef2a014278f52a04b1b33560b6ab7d7f59e1516655858ffb36dac81963d2d8f214984776742ca9a7942c27c8fb61f7eb70b5b35cd029008f')
 
 build() {
   cd ${pkgname}-${pkgver}


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

2017-11-05 Thread Levente Polyak
Date: Sunday, November 5, 2017 @ 22:36:22
  Author: anthraxx
Revision: 265489

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

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

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

Deleted: community-i686/PKGBUILD
===
--- community-i686/PKGBUILD 2017-11-05 22:36:11 UTC (rev 265488)
+++ community-i686/PKGBUILD 2017-11-05 22:36:22 UTC (rev 265489)
@@ -1,36 +0,0 @@
-# Maintainer: Levente Polyak 
-# Contributor: spider-mario 
-
-pkgname=afl
-pkgver=2.51b
-pkgrel=1
-pkgdesc='Security-oriented fuzzer using compile-time instrumentation and 
genetic algorithms'
-url='http://lcamtuf.coredump.cx/afl/'
-arch=('i686' 'x86_64')
-license=('Apache')
-depends=('glibc' 'bash')
-optdepends=('gcc: gcc instrumentation support'
-'clang: clang instrumentation support'
-'llvm: experimental clang-fast instrumentation support'
-'gnuplot: graph plotting support')
-makedepends=('clang' 'llvm' 'gcc' 'wget' 'python')
-provides=('american-fuzzy-lop')
-replaces=('american-fuzzy-lop')
-options=('!emptydirs' '!strip')
-source=(${pkgname}-${pkgver}.tgz::http://lcamtuf.coredump.cx/${pkgname}/releases/${pkgname}-${pkgver}.tgz)
-sha256sums=('d435b94b35b844ea0bacbdb8516d2d5adffc2a4f4a5aad78785c5d2a5495bb97')
-sha512sums=('fd67cf44b7336175041c2efa42b122e91f887f4a293618a59ea1e145ef47b9c0fab9fc274e4b94499c523bec950ff5a704050c3f4260e890ad97774c365a358c')
-
-build() {
-  cd ${pkgname}-${pkgver}
-  make PREFIX=/usr
-  make -C llvm_mode PREFIX=/usr
-}
-
-package() {
-  cd ${pkgname}-${pkgver}
-  make PREFIX=/usr DESTDIR="${pkgdir}" install
-  install -Dm 644 llvm_mode/README.llvm -t "${pkgdir}/usr/share/doc/${pkgname}"
-}
-
-# vim: ts=2 sw=2 et:

Copied: afl/repos/community-i686/PKGBUILD (from rev 265488, afl/trunk/PKGBUILD)
===
--- community-i686/PKGBUILD (rev 0)
+++ community-i686/PKGBUILD 2017-11-05 22:36:22 UTC (rev 265489)
@@ -0,0 +1,36 @@
+# Maintainer: Levente Polyak 
+# Contributor: spider-mario 
+
+pkgname=afl
+pkgver=2.52b
+pkgrel=1
+pkgdesc='Security-oriented fuzzer using compile-time instrumentation and 
genetic algorithms'
+url='http://lcamtuf.coredump.cx/afl/'
+arch=('i686' 'x86_64')
+license=('Apache')
+depends=('glibc' 'bash')
+optdepends=('gcc: gcc instrumentation support'
+'clang: clang instrumentation support'
+'llvm: experimental clang-fast instrumentation support'
+'gnuplot: graph plotting support')
+makedepends=('clang' 'llvm' 'gcc' 'wget' 'python')
+provides=('american-fuzzy-lop')
+replaces=('american-fuzzy-lop')
+options=('!emptydirs' '!strip')
+source=(${pkgname}-${pkgver}.tgz::http://lcamtuf.coredump.cx/${pkgname}/releases/${pkgname}-${pkgver}.tgz)
+sha256sums=('43614b4b91c014d39ef086c5cc84ff5f068010c264c2c05bf199df60898ce045')
+sha512sums=('30d4526440cff109ef2a014278f52a04b1b33560b6ab7d7f59e1516655858ffb36dac81963d2d8f214984776742ca9a7942c27c8fb61f7eb70b5b35cd029008f')
+
+build() {
+  cd ${pkgname}-${pkgver}
+  make PREFIX=/usr
+  make -C llvm_mode PREFIX=/usr
+}
+
+package() {
+  cd ${pkgname}-${pkgver}
+  make PREFIX=/usr DESTDIR="${pkgdir}" install
+  install -Dm 644 llvm_mode/README.llvm -t "${pkgdir}/usr/share/doc/${pkgname}"
+}
+
+# vim: ts=2 sw=2 et:

Deleted: community-x86_64/PKGBUILD
===
--- community-x86_64/PKGBUILD   2017-11-05 22:36:11 UTC (rev 265488)
+++ community-x86_64/PKGBUILD   2017-11-05 22:36:22 UTC (rev 265489)
@@ -1,36 +0,0 @@
-# Maintainer: Levente Polyak 
-# Contributor: spider-mario 
-
-pkgname=afl
-pkgver=2.51b
-pkgrel=1
-pkgdesc='Security-oriented fuzzer using compile-time instrumentation and 
genetic algorithms'
-url='http://lcamtuf.coredump.cx/afl/'
-arch=('i686' 'x86_64')
-license=('Apache')
-depends=('glibc' 'bash')
-optdepends=('gcc: gcc instrumentation support'
-'clang: clang instrumentation support'
-'llvm: experimental clang-fast instrumentation support'
-'gnuplot: graph plotting support')
-makedepends=('clang' 'llvm' 'gcc' 'wget' 'python')
-provides=('american-fuzzy-lop')
-replaces=('american-fuzzy-lop')
-options=('!emptydirs' '!strip')

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

2017-11-05 Thread Levente Polyak
Date: Sunday, November 5, 2017 @ 22:34:21
  Author: anthraxx
Revision: 265487

archrelease: copy trunk to community-any

Added:
  ruby-daemons/repos/community-any/PKGBUILD
(from rev 265486, ruby-daemons/trunk/PKGBUILD)
Deleted:
  ruby-daemons/repos/community-any/PKGBUILD

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

Deleted: PKGBUILD
===
--- PKGBUILD2017-11-05 22:34:10 UTC (rev 265486)
+++ PKGBUILD2017-11-05 22:34:21 UTC (rev 265487)
@@ -1,39 +0,0 @@
-# Maintainer: Levente Polyak 
-
-_gemname=daemons
-pkgname=ruby-${_gemname}
-pkgver=1.2.4
-pkgrel=1
-pkgdesc='Easy way to wrap existing ruby scripts to be run as a daemon'
-url='https://github.com/thuehlinger/daemons'
-arch=('any')
-license=('MIT')
-depends=('ruby')
-options=('!emptydirs')
-source=(${pkgname}-${pkgver}.tar.gz::https://github.com/thuehlinger/daemons/archive/v${pkgver}.tar.gz)
-sha256sums=('34e28ad4f5b8fa402f7f2783949024da09575dcde6b8110242ca2048ad932608')
-sha512sums=('9b6f0202ad87704b441f150ae5c3f5086861ba220069b6e7219714b62c36711889fdd094cfc1de907e9fb4528e5f6bb42b5421b9bcc4ec286648349e78da280f')
-
-prepare() {
-  cd ${_gemname}-${pkgver}
-  sed -r 's|~>|>=|g' -i ${_gemname}.gemspec # don't give a fuck about rubys 
bla bla
-  sed 's|README.md LICENSE Releases ||' -i ${_gemname}.gemspec
-  sed -r 's|`git ls-files (.+)`|`find \1 -type f`|' -i ${_gemname}.gemspec
-}
-
-build() {
-  cd ${_gemname}-${pkgver}
-  gem build ${_gemname}.gemspec
-}
-
-package() {
-  cd ${_gemname}-${pkgver}
-  local _gemdir="$(gem env gemdir)"
-  gem install --ignore-dependencies --no-user-install -i "${pkgdir}${_gemdir}" 
-n "${pkgdir}/usr/bin" ${_gemname}-${pkgver}.gem
-  install -Dm 644 README.md Releases -t "${pkgdir}/usr/share/doc/${pkgname}"
-  cp -a examples "${pkgdir}/usr/share/doc/${pkgname}"
-  install -Dm 644 LICENSE -t "${pkgdir}/usr/share/licenses/${pkgname}"
-  rm "${pkgdir}/${_gemdir}/cache/${_gemname}-${pkgver}.gem"
-}
-
-# vim: ts=2 sw=2 et:

Copied: ruby-daemons/repos/community-any/PKGBUILD (from rev 265486, 
ruby-daemons/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2017-11-05 22:34:21 UTC (rev 265487)
@@ -0,0 +1,39 @@
+# Maintainer: Levente Polyak 
+
+_gemname=daemons
+pkgname=ruby-${_gemname}
+pkgver=1.2.5
+pkgrel=1
+pkgdesc='Easy way to wrap existing ruby scripts to be run as a daemon'
+url='https://github.com/thuehlinger/daemons'
+arch=('any')
+license=('MIT')
+depends=('ruby')
+options=('!emptydirs')
+source=(${pkgname}-${pkgver}.tar.gz::https://github.com/thuehlinger/daemons/archive/v${pkgver}.tar.gz)
+sha256sums=('7ebf1fe54b24c45d168e3b897547b29fda5f84b0fc723f74abeaf81d852a5dfa')
+sha512sums=('5d3db8e5917eff5a3946c385a1ac6f561d1e9d1d6cd87c0deb4c4777bdab33a5e4f889300ee61a2e68df0200d51b3ddd0aa01d9f2841104d01a866f3ee8c09ac')
+
+prepare() {
+  cd ${_gemname}-${pkgver}
+  sed -r 's|~>|>=|g' -i ${_gemname}.gemspec # don't give a fuck about rubys 
bla bla
+  sed 's|README.md LICENSE Releases ||' -i ${_gemname}.gemspec
+  sed -r 's|`git ls-files (.+)`|`find \1 -type f`|' -i ${_gemname}.gemspec
+}
+
+build() {
+  cd ${_gemname}-${pkgver}
+  gem build ${_gemname}.gemspec
+}
+
+package() {
+  cd ${_gemname}-${pkgver}
+  local _gemdir="$(gem env gemdir)"
+  gem install --ignore-dependencies --no-user-install -i "${pkgdir}${_gemdir}" 
-n "${pkgdir}/usr/bin" ${_gemname}-${pkgver}.gem
+  install -Dm 644 README.md Releases -t "${pkgdir}/usr/share/doc/${pkgname}"
+  cp -a examples "${pkgdir}/usr/share/doc/${pkgname}"
+  install -Dm 644 LICENSE -t "${pkgdir}/usr/share/licenses/${pkgname}"
+  rm "${pkgdir}/${_gemdir}/cache/${_gemname}-${pkgver}.gem"
+}
+
+# vim: ts=2 sw=2 et:


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

2017-11-05 Thread Levente Polyak
Date: Sunday, November 5, 2017 @ 22:34:10
  Author: anthraxx
Revision: 265486

upgpkg: ruby-daemons 1.2.5-1

Modified:
  ruby-daemons/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2017-11-05 22:32:44 UTC (rev 265485)
+++ PKGBUILD2017-11-05 22:34:10 UTC (rev 265486)
@@ -2,7 +2,7 @@
 
 _gemname=daemons
 pkgname=ruby-${_gemname}
-pkgver=1.2.4
+pkgver=1.2.5
 pkgrel=1
 pkgdesc='Easy way to wrap existing ruby scripts to be run as a daemon'
 url='https://github.com/thuehlinger/daemons'
@@ -11,8 +11,8 @@
 depends=('ruby')
 options=('!emptydirs')
 
source=(${pkgname}-${pkgver}.tar.gz::https://github.com/thuehlinger/daemons/archive/v${pkgver}.tar.gz)
-sha256sums=('34e28ad4f5b8fa402f7f2783949024da09575dcde6b8110242ca2048ad932608')
-sha512sums=('9b6f0202ad87704b441f150ae5c3f5086861ba220069b6e7219714b62c36711889fdd094cfc1de907e9fb4528e5f6bb42b5421b9bcc4ec286648349e78da280f')
+sha256sums=('7ebf1fe54b24c45d168e3b897547b29fda5f84b0fc723f74abeaf81d852a5dfa')
+sha512sums=('5d3db8e5917eff5a3946c385a1ac6f561d1e9d1d6cd87c0deb4c4777bdab33a5e4f889300ee61a2e68df0200d51b3ddd0aa01d9f2841104d01a866f3ee8c09ac')
 
 prepare() {
   cd ${_gemname}-${pkgver}


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

2017-11-05 Thread Levente Polyak
Date: Sunday, November 5, 2017 @ 22:32:44
  Author: anthraxx
Revision: 265485

archrelease: copy trunk to community-any

Added:
  ruby-sass/repos/community-any/PKGBUILD
(from rev 265484, ruby-sass/trunk/PKGBUILD)
Deleted:
  ruby-sass/repos/community-any/PKGBUILD

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

Deleted: PKGBUILD
===
--- PKGBUILD2017-11-05 22:32:36 UTC (rev 265484)
+++ PKGBUILD2017-11-05 22:32:44 UTC (rev 265485)
@@ -1,36 +0,0 @@
-# Maintainer: Levente Polyak 
-
-_gemname=sass
-pkgname=ruby-sass
-pkgver=3.5.2
-pkgrel=1
-pkgdesc='Sass makes CSS fun again'
-url='http://sass-lang.com/'
-arch=('any')
-license=('MIT')
-depends=('ruby' 'ruby-sass-listen' 'ruby-yard' 'ruby-maruku')
-options=('!emptydirs')
-source=(${pkgname}-${pkgver}.tar.gz::https://github.com/sass/sass/archive/${pkgver}.tar.gz)
-sha256sums=('0a4032fa16b1ce617149c07e4cab3717c7bd13915c94717ebd912cc626e7174e')
-sha512sums=('98d8dbb2ac7f1ab9a09c130ceb091c1a3853da618cb4eac68fbb7420f2710ddd4754306c8430a89fed044ce52c99f1632ed181c77abfa4e589fc0f6e5205be56')
-
-prepare() {
-  cd ${_gemname}-${pkgver}
-  sed -r 's|~>|>=|g' -i ${_gemname}.gemspec # don't give a fuck about rubys 
bla bla
-}
-
-build() {
-  cd ${_gemname}-${pkgver}
-  gem build ${_gemname}.gemspec
-}
-
-package() {
-  cd ${_gemname}-${pkgver}
-  local _gemdir="$(gem env gemdir)"
-  gem install --ignore-dependencies --no-user-install -i "${pkgdir}${_gemdir}" 
-n "${pkgdir}/usr/bin" ${_gemname}-${pkgver}.gem
-  install -Dm 644 README.md -t "${pkgdir}/usr/share/doc/${pkgname}"
-  install -Dm 644 MIT-LICENSE -t "${pkgdir}/usr/share/licenses/${pkgname}"
-  rm "${pkgdir}/${_gemdir}/cache/${_gemname}-${pkgver}.gem"
-}
-
-# vim: ts=2 sw=2 et:

Copied: ruby-sass/repos/community-any/PKGBUILD (from rev 265484, 
ruby-sass/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2017-11-05 22:32:44 UTC (rev 265485)
@@ -0,0 +1,36 @@
+# Maintainer: Levente Polyak 
+
+_gemname=sass
+pkgname=ruby-sass
+pkgver=3.5.3
+pkgrel=1
+pkgdesc='Sass makes CSS fun again'
+url='http://sass-lang.com/'
+arch=('any')
+license=('MIT')
+depends=('ruby' 'ruby-sass-listen' 'ruby-yard' 'ruby-maruku')
+options=('!emptydirs')
+source=(${pkgname}-${pkgver}.tar.gz::https://github.com/sass/sass/archive/${pkgver}.tar.gz)
+sha256sums=('159f6c9211c256befcaa52ce0f15e28573e3f5c064d14f2f5f1148964a7e6cd5')
+sha512sums=('ab03dce49ce26b41f632e540a9ff95f112c6b449be2687317a8178411a521d3cf9ec0a5e84d6924cbfa50cfaa21530dbf421a7228acd97ef568a10343e1053be')
+
+prepare() {
+  cd ${_gemname}-${pkgver}
+  sed -r 's|~>|>=|g' -i ${_gemname}.gemspec # don't give a fuck about rubys 
bla bla
+}
+
+build() {
+  cd ${_gemname}-${pkgver}
+  gem build ${_gemname}.gemspec
+}
+
+package() {
+  cd ${_gemname}-${pkgver}
+  local _gemdir="$(gem env gemdir)"
+  gem install --ignore-dependencies --no-user-install -i "${pkgdir}${_gemdir}" 
-n "${pkgdir}/usr/bin" ${_gemname}-${pkgver}.gem
+  install -Dm 644 README.md -t "${pkgdir}/usr/share/doc/${pkgname}"
+  install -Dm 644 MIT-LICENSE -t "${pkgdir}/usr/share/licenses/${pkgname}"
+  rm "${pkgdir}/${_gemdir}/cache/${_gemname}-${pkgver}.gem"
+}
+
+# vim: ts=2 sw=2 et:


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

2017-11-05 Thread Levente Polyak
Date: Sunday, November 5, 2017 @ 22:32:36
  Author: anthraxx
Revision: 265484

upgpkg: ruby-sass 3.5.3-1

Modified:
  ruby-sass/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2017-11-05 22:31:46 UTC (rev 265483)
+++ PKGBUILD2017-11-05 22:32:36 UTC (rev 265484)
@@ -2,7 +2,7 @@
 
 _gemname=sass
 pkgname=ruby-sass
-pkgver=3.5.2
+pkgver=3.5.3
 pkgrel=1
 pkgdesc='Sass makes CSS fun again'
 url='http://sass-lang.com/'
@@ -11,8 +11,8 @@
 depends=('ruby' 'ruby-sass-listen' 'ruby-yard' 'ruby-maruku')
 options=('!emptydirs')
 
source=(${pkgname}-${pkgver}.tar.gz::https://github.com/sass/sass/archive/${pkgver}.tar.gz)
-sha256sums=('0a4032fa16b1ce617149c07e4cab3717c7bd13915c94717ebd912cc626e7174e')
-sha512sums=('98d8dbb2ac7f1ab9a09c130ceb091c1a3853da618cb4eac68fbb7420f2710ddd4754306c8430a89fed044ce52c99f1632ed181c77abfa4e589fc0f6e5205be56')
+sha256sums=('159f6c9211c256befcaa52ce0f15e28573e3f5c064d14f2f5f1148964a7e6cd5')
+sha512sums=('ab03dce49ce26b41f632e540a9ff95f112c6b449be2687317a8178411a521d3cf9ec0a5e84d6924cbfa50cfaa21530dbf421a7228acd97ef568a10343e1053be')
 
 prepare() {
   cd ${_gemname}-${pkgver}


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

2017-11-05 Thread Levente Polyak
Date: Sunday, November 5, 2017 @ 22:31:32
  Author: anthraxx
Revision: 265482

upgpkg: ruby-gpgme 2.0.14-1

Modified:
  ruby-gpgme/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2017-11-05 22:19:12 UTC (rev 265481)
+++ PKGBUILD2017-11-05 22:31:32 UTC (rev 265482)
@@ -2,7 +2,7 @@
 
 _gemname=gpgme
 pkgname=ruby-gpgme
-pkgver=2.0.13
+pkgver=2.0.14
 pkgrel=1
 pkgdesc='Ruby interface to GnuPG Made Easy (GPGME)'
 url='https://github.com/ueno/ruby-gpgme'
@@ -10,9 +10,9 @@
 license=('GPL2')
 depends=('ruby' 'ruby-mini_portile2')
 options=('!emptydirs')
-source=(${pkgname}-${pkgver}.tar.gz::https://github.com/ueno/ruby-gpgme/archive/${pkgver}.tar.gz)
-sha256sums=('e037d9969aa5eefe14e2ad53fd8f6a1fbce1f85409135139a64aae45f89d74f3')
-sha512sums=('f53ed7fce40cecdae07d53a2b57115076c5b2d399ecd99d2a3539933af18fc613d0fa83456fe0d427f33a1d069b7e999d0748fbc1f1f8b6d30ce229da431333b')
+source=(${pkgname}-${pkgver}.tar.gz::https://github.com/ueno/ruby-gpgme/archive/v${pkgver}.tar.gz)
+sha256sums=('9dd50700aea198b49e9e208224a74b98d4d3c09e30802712e0a20fb3795f3772')
+sha512sums=('eb29fa374041b3d9717cf2ca025f28648bb87eb74784451f3703690f5a403d7fb8c6c22cb255c88baa8efbad44346a288f5f47ed89326d3ad4b9e21ec8d7846f')
 
 prepare() {
   cd ${pkgname}-${pkgver}


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

2017-11-05 Thread Levente Polyak
Date: Sunday, November 5, 2017 @ 22:31:46
  Author: anthraxx
Revision: 265483

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

Added:
  ruby-gpgme/repos/community-i686/PKGBUILD
(from rev 265482, ruby-gpgme/trunk/PKGBUILD)
  ruby-gpgme/repos/community-x86_64/PKGBUILD
(from rev 265482, ruby-gpgme/trunk/PKGBUILD)
Deleted:
  ruby-gpgme/repos/community-i686/PKGBUILD
  ruby-gpgme/repos/community-x86_64/PKGBUILD

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

Deleted: community-i686/PKGBUILD
===
--- community-i686/PKGBUILD 2017-11-05 22:31:32 UTC (rev 265482)
+++ community-i686/PKGBUILD 2017-11-05 22:31:46 UTC (rev 265483)
@@ -1,38 +0,0 @@
-# Maintainer: Levente Polyak 
-
-_gemname=gpgme
-pkgname=ruby-gpgme
-pkgver=2.0.13
-pkgrel=1
-pkgdesc='Ruby interface to GnuPG Made Easy (GPGME)'
-url='https://github.com/ueno/ruby-gpgme'
-arch=('i686' 'x86_64')
-license=('GPL2')
-depends=('ruby' 'ruby-mini_portile2')
-options=('!emptydirs')
-source=(${pkgname}-${pkgver}.tar.gz::https://github.com/ueno/ruby-gpgme/archive/${pkgver}.tar.gz)
-sha256sums=('e037d9969aa5eefe14e2ad53fd8f6a1fbce1f85409135139a64aae45f89d74f3')
-sha512sums=('f53ed7fce40cecdae07d53a2b57115076c5b2d399ecd99d2a3539933af18fc613d0fa83456fe0d427f33a1d069b7e999d0748fbc1f1f8b6d30ce229da431333b')
-
-prepare() {
-  cd ${pkgname}-${pkgver}
-  sed -r 's|~>|>=|g' -i ${_gemname}.gemspec # don't give a fuck about rubys 
bla bla
-}
-
-build() {
-  cd ${pkgname}-${pkgver}
-  gem build ${_gemname}.gemspec
-}
-
-package() {
-  cd ${pkgname}-${pkgver}
-  local _gemdir="$(gem env gemdir)"
-  gem install --ignore-dependencies --no-user-install -i "${pkgdir}${_gemdir}" 
-n "${pkgdir}/usr/bin" ${_gemname}-${pkgver}.gem
-  install -Dm 644 README.rdoc NEWS -t "${pkgdir}/usr/share/doc/${pkgname}"
-  install -Dm 644 examples/* -t "${pkgdir}/usr/share/doc/${pkgname}/examples"
-
-  rm "${pkgdir}/${_gemdir}/cache/${_gemname}-${pkgver}.gem"
-  find "${pkgdir}" \( -name gem_make.out -o -name mkmf.log \) -delete
-}
-
-# vim: ts=2 sw=2 et:

Copied: ruby-gpgme/repos/community-i686/PKGBUILD (from rev 265482, 
ruby-gpgme/trunk/PKGBUILD)
===
--- community-i686/PKGBUILD (rev 0)
+++ community-i686/PKGBUILD 2017-11-05 22:31:46 UTC (rev 265483)
@@ -0,0 +1,38 @@
+# Maintainer: Levente Polyak 
+
+_gemname=gpgme
+pkgname=ruby-gpgme
+pkgver=2.0.14
+pkgrel=1
+pkgdesc='Ruby interface to GnuPG Made Easy (GPGME)'
+url='https://github.com/ueno/ruby-gpgme'
+arch=('i686' 'x86_64')
+license=('GPL2')
+depends=('ruby' 'ruby-mini_portile2')
+options=('!emptydirs')
+source=(${pkgname}-${pkgver}.tar.gz::https://github.com/ueno/ruby-gpgme/archive/v${pkgver}.tar.gz)
+sha256sums=('9dd50700aea198b49e9e208224a74b98d4d3c09e30802712e0a20fb3795f3772')
+sha512sums=('eb29fa374041b3d9717cf2ca025f28648bb87eb74784451f3703690f5a403d7fb8c6c22cb255c88baa8efbad44346a288f5f47ed89326d3ad4b9e21ec8d7846f')
+
+prepare() {
+  cd ${pkgname}-${pkgver}
+  sed -r 's|~>|>=|g' -i ${_gemname}.gemspec # don't give a fuck about rubys 
bla bla
+}
+
+build() {
+  cd ${pkgname}-${pkgver}
+  gem build ${_gemname}.gemspec
+}
+
+package() {
+  cd ${pkgname}-${pkgver}
+  local _gemdir="$(gem env gemdir)"
+  gem install --ignore-dependencies --no-user-install -i "${pkgdir}${_gemdir}" 
-n "${pkgdir}/usr/bin" ${_gemname}-${pkgver}.gem
+  install -Dm 644 README.rdoc NEWS -t "${pkgdir}/usr/share/doc/${pkgname}"
+  install -Dm 644 examples/* -t "${pkgdir}/usr/share/doc/${pkgname}/examples"
+
+  rm "${pkgdir}/${_gemdir}/cache/${_gemname}-${pkgver}.gem"
+  find "${pkgdir}" \( -name gem_make.out -o -name mkmf.log \) -delete
+}
+
+# vim: ts=2 sw=2 et:

Deleted: community-x86_64/PKGBUILD
===
--- community-x86_64/PKGBUILD   2017-11-05 22:31:32 UTC (rev 265482)
+++ community-x86_64/PKGBUILD   2017-11-05 22:31:46 UTC (rev 265483)
@@ -1,38 +0,0 @@
-# Maintainer: Levente Polyak 
-
-_gemname=gpgme
-pkgname=ruby-gpgme
-pkgver=2.0.13
-pkgrel=1
-pkgdesc='Ruby interface to GnuPG Made Easy (GPGME)'
-url='https://github.com/ueno/ruby-gpgme'
-arch=('i686' 'x86_64')
-license=('GPL2')
-depends=('ruby' 'ruby-mini_portile2')
-options=('!emptydirs')
-source=(${pkgname}-${pkgver}.tar.gz::https://github.com/ueno/ruby-gpgme/archive/${pkgver}.tar.gz)
-sha256sums=('e037d9969aa5eefe14e2ad53fd8f6a1fbce1f85409135139a64aae45f89d74f3')
-sha512sums=('f53ed7fce40cecdae07d53a2b57115076c5b2d399ecd99d2a3539933af18fc613d0fa83456fe0d427f33a1d069b7e999d0748fbc1f1f8b6d30ce229da431333b')
-
-prepare() {
-  cd ${pkgname}-${pkgver}
-  

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

2017-11-05 Thread Levente Polyak
Date: Sunday, November 5, 2017 @ 22:29:56
  Author: anthraxx
Revision: 308932

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

Added:
  vim/repos/extra-i686/PKGBUILD
(from rev 308931, vim/trunk/PKGBUILD)
  vim/repos/extra-i686/archlinux.vim
(from rev 308931, vim/trunk/archlinux.vim)
  vim/repos/extra-i686/vimdoc.hook
(from rev 308931, vim/trunk/vimdoc.hook)
  vim/repos/extra-i686/vimrc
(from rev 308931, vim/trunk/vimrc)
  vim/repos/extra-x86_64/PKGBUILD
(from rev 308931, vim/trunk/PKGBUILD)
  vim/repos/extra-x86_64/archlinux.vim
(from rev 308931, vim/trunk/archlinux.vim)
  vim/repos/extra-x86_64/vimdoc.hook
(from rev 308931, vim/trunk/vimdoc.hook)
  vim/repos/extra-x86_64/vimrc
(from rev 308931, vim/trunk/vimrc)
Deleted:
  vim/repos/extra-i686/PKGBUILD
  vim/repos/extra-i686/archlinux.vim
  vim/repos/extra-i686/vimdoc.hook
  vim/repos/extra-i686/vimrc
  vim/repos/extra-x86_64/PKGBUILD
  vim/repos/extra-x86_64/archlinux.vim
  vim/repos/extra-x86_64/vimdoc.hook
  vim/repos/extra-x86_64/vimrc

+
 /PKGBUILD  |  430 +++
 /archlinux.vim |   50 +
 /vimdoc.hook   |   22 ++
 /vimrc |   36 +++
 extra-i686/PKGBUILD|  215 -
 extra-i686/archlinux.vim   |   25 --
 extra-i686/vimdoc.hook |   11 -
 extra-i686/vimrc   |   18 -
 extra-x86_64/PKGBUILD  |  215 -
 extra-x86_64/archlinux.vim |   25 --
 extra-x86_64/vimdoc.hook   |   11 -
 extra-x86_64/vimrc |   18 -
 12 files changed, 538 insertions(+), 538 deletions(-)

Deleted: extra-i686/PKGBUILD
===
--- extra-i686/PKGBUILD 2017-11-05 22:29:31 UTC (rev 308931)
+++ extra-i686/PKGBUILD 2017-11-05 22:29:56 UTC (rev 308932)
@@ -1,215 +0,0 @@
-# Maintainer: Levente Polyak 
-# Contributor: Anatol Pomozov 
-# Contributor: Thomas Dziedzic 
-# Contributor: Jan "heftig" Steffens 
-# Contributor: tobias [ tobias at archlinux org ]
-# Contributor: Daniel J Griffiths 
-# Contributor: Christian Hesse 
-# Contributor: Eli Schwartz
-
-pkgbase=vim
-pkgname=('vim' 'gvim' 'vim-runtime')
-pkgver=8.0.1176
-_versiondir=80
-pkgrel=1
-url='http://www.vim.org'
-arch=('i686' 'x86_64')
-license=('custom:vim')
-makedepends=('gpm' 'python2' 'python' 'ruby' 'libxt' 'gtk3' 'lua' 'gawk' 'tcl')
-source=(vim-${pkgver}.tar.gz::https://github.com/vim/vim/archive/v${pkgver}.tar.gz
-vimrc
-archlinux.vim
-vimdoc.hook)
-sha256sums=('1485524d747b2046b9e1ea3bfcf80148e6a9a65e29d972d23cf88152ad9dcca2'
-'b16e85e457397ab2043a7ee0a3c84307c6b4eac157fd0b721694761f25b3ed5b'
-'0cf8b42732111d0c66c3908a76d832736e8f8dc3abef81cb092ddf84cb862ea2'
-'7095cafac21df7aa42749d6864d1c0549fe65771d8edda3102c931c60782b6b9')
-sha512sums=('6cc4001476e5002cf60c0ddda61e204bb1e04de75a1839a449149eb8cdae1ded9c79bc5ee6d5f9d2caf1ac36ba19f66000ce9bbca43a55fb847a71bcb6b10272'
-
'4b5bed0813f22af9e158ea9aa56a4a9862dd786ba2d201f20159ccf652da6190164aaed0b6b7217d578f7b25c33a8adcc307bfcf3caa8d173a7ff29e2a00fee7'
-
'935c15a4cc55b9209e6b6c974df765cc6683ae32ccea38acadc825bbc9c60b97ebe14aec8814b7e52080c0d0ded520a68ff1880ab64f320b08c181b6bf862edb'
-
'1e06e981691b17662fd0fddac5c00c87c920d1b4a1cbb6191c42d57cc40b00af12710e26b22fcfc0901bb8142b15f6a04aa65cec2d9b3bb9d5a06cb650d3ab9c')
-
-prepare() {
-  (cd vim-${pkgver}/src
-# define the place for the global (g)vimrc file (set to /etc/vimrc)
-sed -i 's|^.*\(#define SYS_.*VIMRC_FILE.*"\) .*$|\1|' feature.h
-sed -i 's|^.*\(#define VIMRC_FILE.*"\) .*$|\1|' feature.h
-autoconf
-  )
-  cp -a vim-${pkgver} gvim-${pkgver}
-}
-
-build() {
-  msg2 "Building vim..."
-  (cd vim-${pkgver}
-./configure \
-  --prefix=/usr \
-  --localstatedir=/var/lib/vim \
-  --with-features=huge \
-  --with-compiledby='Arch Linux' \
-  --enable-gpm \
-  --enable-acl \
-  --with-x=no \
-  --disable-gui \
-  --enable-multibyte \
-  --enable-cscope \
-  --enable-netbeans \
-  --enable-perlinterp=dynamic \
-  --enable-pythoninterp=dynamic \
-  --enable-python3interp=dynamic \
-  --enable-rubyinterp=dynamic \
-  --enable-luainterp=dynamic \
-  --enable-tclinterp=dynamic
-make
-  )
-
-  msg2 "Building gvim..."
-  (cd gvim-${pkgver}
-./configure \
-  --prefix=/usr \
-  --localstatedir=/var/lib/vim \
-  --with-features=huge \
-  --with-compiledby='Arch Linux' \
-  --enable-gpm \
-  --enable-acl \
-  --with-x=yes \
-  --enable-gui=gtk3 \
-  --enable-multibyte \
-  --enable-cscope \
-  --enable-netbeans \
-  --enable-perlinterp=dynamic \
-  --enable-pythoninterp=dynamic \
-

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

2017-11-05 Thread Levente Polyak
Date: Sunday, November 5, 2017 @ 22:29:31
  Author: anthraxx
Revision: 308931

upgpkg: vim 8.0.1272-1

Modified:
  vim/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2017-11-05 21:49:37 UTC (rev 308930)
+++ PKGBUILD2017-11-05 22:29:31 UTC (rev 308931)
@@ -9,7 +9,7 @@
 
 pkgbase=vim
 pkgname=('vim' 'gvim' 'vim-runtime')
-pkgver=8.0.1176
+pkgver=8.0.1272
 _versiondir=80
 pkgrel=1
 url='http://www.vim.org'
@@ -20,11 +20,11 @@
 vimrc
 archlinux.vim
 vimdoc.hook)
-sha256sums=('1485524d747b2046b9e1ea3bfcf80148e6a9a65e29d972d23cf88152ad9dcca2'
+sha256sums=('0ea4fac1108bfd6b06594aafaf079d7908478d4b9ae392e256b098546b4ba7e8'
 'b16e85e457397ab2043a7ee0a3c84307c6b4eac157fd0b721694761f25b3ed5b'
 '0cf8b42732111d0c66c3908a76d832736e8f8dc3abef81cb092ddf84cb862ea2'
 '7095cafac21df7aa42749d6864d1c0549fe65771d8edda3102c931c60782b6b9')
-sha512sums=('6cc4001476e5002cf60c0ddda61e204bb1e04de75a1839a449149eb8cdae1ded9c79bc5ee6d5f9d2caf1ac36ba19f66000ce9bbca43a55fb847a71bcb6b10272'
+sha512sums=('ceac8a63c403713adb965d4641fa8a22be1b1e476552d92118d3c3a9b075384c4ac5b1c7c42254930c0f69d5b0dcafe897a51b8a357c63db3d03a9b1eefb51b3'
 
'4b5bed0813f22af9e158ea9aa56a4a9862dd786ba2d201f20159ccf652da6190164aaed0b6b7217d578f7b25c33a8adcc307bfcf3caa8d173a7ff29e2a00fee7'
 
'935c15a4cc55b9209e6b6c974df765cc6683ae32ccea38acadc825bbc9c60b97ebe14aec8814b7e52080c0d0ded520a68ff1880ab64f320b08c181b6bf862edb'
 
'1e06e981691b17662fd0fddac5c00c87c920d1b4a1cbb6191c42d57cc40b00af12710e26b22fcfc0901bb8142b15f6a04aa65cec2d9b3bb9d5a06cb650d3ab9c')


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

2017-11-05 Thread Levente Polyak
Date: Sunday, November 5, 2017 @ 22:19:12
  Author: anthraxx
Revision: 265481

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

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

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

Deleted: community-i686/PKGBUILD
===
--- community-i686/PKGBUILD 2017-11-05 22:18:53 UTC (rev 265480)
+++ community-i686/PKGBUILD 2017-11-05 22:19:12 UTC (rev 265481)
@@ -1,36 +0,0 @@
-# Maintainer: Levente Polyak 
-# Contributor: Philipp A. 
-
-_pkgname=aiohttp
-pkgname=python-aiohttp
-pkgver=2.2.5
-pkgrel=1
-pkgdesc='HTTP client/server for asyncio'
-url='https://aiohttp.readthedocs.io'
-arch=('i686' 'x86_64')
-license=('Apache')
-depends=('python>=3.4.2' 'python-chardet' 'python-multidict' 
'python-async-timeout' 'python-yarl')
-makedepends=('cython' 'python-setuptools')
-checkdepends=('python-pytest' 'python-pytest-mock')
-source=(${pkgname}-${pkgver}.tar.gz::https://github.com/aio-libs/aiohttp/archive/v${pkgver}.tar.gz)
-sha256sums=('f0dafed9ea8afa99bd599531ee9f7863d60e69648b1059bcbb0de167c6e11e60')
-sha512sums=('e715b44abb34a2651cd9885cefb59b13ccb96511e4033381c323785c9f72e75c7c306c8a682c0af4472944f80ec7cf3ffe9b9b2e84ee9adcbeae9ef4744ab7ae')
-
-build() {
-  cd ${_pkgname}-${pkgver}
-  python setup.py build
-}
-
-check() {
-  cd ${_pkgname}-${pkgver}
-  local PYTHONVERSION="$(python -c 'import sys; 
print("{}.{}".format(sys.version_info.major, sys.version_info.minor))')"
-  PYTHONPATH="build/lib.linux-${CARCH}-${PYTHONVERSION}" \
-py.test
-}
-
-package() {
-  cd ${_pkgname}-${pkgver}
-  python setup.py install --root="${pkgdir}" -O1 --skip-build
-}
-
-# vim: ts=2 sw=2 et:

Copied: python-aiohttp/repos/community-i686/PKGBUILD (from rev 265480, 
python-aiohttp/trunk/PKGBUILD)
===
--- community-i686/PKGBUILD (rev 0)
+++ community-i686/PKGBUILD 2017-11-05 22:19:12 UTC (rev 265481)
@@ -0,0 +1,36 @@
+# Maintainer: Levente Polyak 
+# Contributor: Philipp A. 
+
+_pkgname=aiohttp
+pkgname=python-aiohttp
+pkgver=2.3.2
+pkgrel=1
+pkgdesc='HTTP client/server for asyncio'
+url='https://aiohttp.readthedocs.io'
+arch=('i686' 'x86_64')
+license=('Apache')
+depends=('python>=3.4.2' 'python-chardet' 'python-multidict' 
'python-async-timeout' 'python-yarl')
+makedepends=('cython' 'python-setuptools')
+checkdepends=('python-pytest' 'python-pytest-mock')
+source=(${pkgname}-${pkgver}.tar.gz::https://github.com/aio-libs/aiohttp/archive/v${pkgver}.tar.gz)
+sha256sums=('adb90d04c35f6b753656a223cab342186c6dea1321bc33d48a19b393d177987b')
+sha512sums=('54508655c3f6e409277120651537034fd0badb12c909c556778790a8b79bd856f72661d82eba45ccefd2ccd4f3afaf3830817bcce6ca1e89a924541ccc92bc12')
+
+build() {
+  cd ${_pkgname}-${pkgver}
+  python setup.py build
+}
+
+check() {
+  cd ${_pkgname}-${pkgver}
+  local PYTHONVERSION="$(python -c 'import sys; 
print("{}.{}".format(sys.version_info.major, sys.version_info.minor))')"
+  PYTHONPATH="build/lib.linux-${CARCH}-${PYTHONVERSION}" \
+py.test
+}
+
+package() {
+  cd ${_pkgname}-${pkgver}
+  python setup.py install --root="${pkgdir}" -O1 --skip-build
+}
+
+# vim: ts=2 sw=2 et:

Deleted: community-x86_64/PKGBUILD
===
--- community-x86_64/PKGBUILD   2017-11-05 22:18:53 UTC (rev 265480)
+++ community-x86_64/PKGBUILD   2017-11-05 22:19:12 UTC (rev 265481)
@@ -1,36 +0,0 @@
-# Maintainer: Levente Polyak 
-# Contributor: Philipp A. 
-
-_pkgname=aiohttp
-pkgname=python-aiohttp
-pkgver=2.2.5
-pkgrel=1
-pkgdesc='HTTP client/server for asyncio'
-url='https://aiohttp.readthedocs.io'
-arch=('i686' 'x86_64')
-license=('Apache')
-depends=('python>=3.4.2' 'python-chardet' 'python-multidict' 
'python-async-timeout' 'python-yarl')
-makedepends=('cython' 'python-setuptools')
-checkdepends=('python-pytest' 'python-pytest-mock')
-source=(${pkgname}-${pkgver}.tar.gz::https://github.com/aio-libs/aiohttp/archive/v${pkgver}.tar.gz)
-sha256sums=('f0dafed9ea8afa99bd599531ee9f7863d60e69648b1059bcbb0de167c6e11e60')
-sha512sums=('e715b44abb34a2651cd9885cefb59b13ccb96511e4033381c323785c9f72e75c7c306c8a682c0af4472944f80ec7cf3ffe9b9b2e84ee9adcbeae9ef4744ab7ae')
-
-build() {
-  cd ${_pkgname}-${pkgver}
-  python setup.py 

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

2017-11-05 Thread Levente Polyak
Date: Sunday, November 5, 2017 @ 22:18:53
  Author: anthraxx
Revision: 265480

upgpkg: python-aiohttp 2.3.2-1

Modified:
  python-aiohttp/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2017-11-05 22:14:15 UTC (rev 265479)
+++ PKGBUILD2017-11-05 22:18:53 UTC (rev 265480)
@@ -3,7 +3,7 @@
 
 _pkgname=aiohttp
 pkgname=python-aiohttp
-pkgver=2.2.5
+pkgver=2.3.2
 pkgrel=1
 pkgdesc='HTTP client/server for asyncio'
 url='https://aiohttp.readthedocs.io'
@@ -13,8 +13,8 @@
 makedepends=('cython' 'python-setuptools')
 checkdepends=('python-pytest' 'python-pytest-mock')
 
source=(${pkgname}-${pkgver}.tar.gz::https://github.com/aio-libs/aiohttp/archive/v${pkgver}.tar.gz)
-sha256sums=('f0dafed9ea8afa99bd599531ee9f7863d60e69648b1059bcbb0de167c6e11e60')
-sha512sums=('e715b44abb34a2651cd9885cefb59b13ccb96511e4033381c323785c9f72e75c7c306c8a682c0af4472944f80ec7cf3ffe9b9b2e84ee9adcbeae9ef4744ab7ae')
+sha256sums=('adb90d04c35f6b753656a223cab342186c6dea1321bc33d48a19b393d177987b')
+sha512sums=('54508655c3f6e409277120651537034fd0badb12c909c556778790a8b79bd856f72661d82eba45ccefd2ccd4f3afaf3830817bcce6ca1e89a924541ccc92bc12')
 
 build() {
   cd ${_pkgname}-${pkgver}


[arch-commits] Commit in fasm/repos/multilib-x86_64 (PKGBUILD PKGBUILD)

2017-11-05 Thread Levente Polyak
Date: Sunday, November 5, 2017 @ 22:14:15
  Author: anthraxx
Revision: 265479

archrelease: copy trunk to multilib-x86_64

Added:
  fasm/repos/multilib-x86_64/PKGBUILD
(from rev 265478, fasm/trunk/PKGBUILD)
Deleted:
  fasm/repos/multilib-x86_64/PKGBUILD

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

Deleted: PKGBUILD
===
--- PKGBUILD2017-11-05 22:13:13 UTC (rev 265478)
+++ PKGBUILD2017-11-05 22:14:15 UTC (rev 265479)
@@ -1,62 +0,0 @@
-# Maintainer: Levente Polyak 
-# Contributor: Chris Andrews 
-# Contributor: FadeMind 
-# Contributor: Serge Victor 
-# Contributor: Krzysztof Wloch 
-# Contributor: Luke McCarthy 
-
-pkgname=fasm
-pkgver=1.71.64
-pkgrel=1
-pkgdesc='Fast and efficient self-assembling x86 assembler for DOS, Windows and 
Linux operating systems'
-url='https://flatassembler.net/'
-arch=('i686' 'x86_64')
-license=('custom')
-depends_i686=('glibc')
-depends_x86_64=('lib32-glibc')
-source=(${pkgname}-${pkgver}.tgz::https://flatassembler.net/${pkgname}-${pkgver}.tgz)
-sha256sums=('df236d7bb141eff2e2e4d22fe03da08e279033e22f90235f058c21f2dabda6ee')
-sha512sums=('6255d959b93d306f2f003f61becefbea9b8c6ff43e22622278b0c19bd241c8a3f2c8f31a48af69b817c5212851b73d180b81ba16514aaab2ea5c846531095d70')
-
-build() {
-  cd ${pkgname}
-
-  if [ "${CARCH}" == "x86_64" ]; then
-SRCDIR=Linux/x64
-./fasm.x64 source/${SRCDIR}/fasm.asm
-  elif [ "${CARCH}" == "i686" ]; then
-SRCDIR=Linux
-./fasm source/${SRCDIR}/fasm.asm
-  fi
-  mv source/${SRCDIR}/fasm ./fasm
-
-  # tools
-  local s
-  for s in listing prepsrc symbols; do
-./fasm tools/libc/${s}.asm ${s}.o
-gcc -m32 ${CFLAGS} ${CPPFLAGS} ${LDFLAGS} -o ${s} ${s}.o
-  done
-}
-
-package() {
-  cd ${pkgname}
-
-  install -Dm 755 fasm -t "${pkgdir}/usr/bin"
-  # tools
-  local s
-  for s in listing prepsrc symbols; do
-install -Dm 755 ${s} "${pkgdir}/usr/bin/fasm-${s}"
-  done
-
-  # docs
-  install -Dm 644 ${pkgname}.txt whatsnew.txt -t 
"${pkgdir}/usr/share/doc/${pkgname}"
-  install -Dm 644 examples/elfexe/*.asm -t 
"${pkgdir}/usr/share/doc/${pkgname}/examples/elfexe"
-  install -Dm 644 examples/elfexe/dynamic/*.asm -t 
"${pkgdir}/usr/share/doc/${pkgname}/examples/elfexe/dynamic"
-  install -Dm 644 examples/elfexe/dynamic/*.inc -t 
"${pkgdir}/usr/share/doc/${pkgname}/examples/elfexe/dynamic"
-  install -Dm 644 examples/elfobj/*.asm -t 
"${pkgdir}/usr/share/doc/${pkgname}/examples/elfobj"
-  install -Dm 644 examples/libcdemo/*.asm -t 
"${pkgdir}/usr/share/doc/${pkgname}/examples/libcdemo"
-  install -Dm 644 examples/libcdemo/*.inc -t 
"${pkgdir}/usr/share/doc/${pkgname}/examples/libcdemo"
-  install -Dm 644 license.txt "${pkgdir}/usr/share/licenses/${pkgname}/LICENSE"
-}
-
-# vim: ts=2 sw=2 et:

Copied: fasm/repos/multilib-x86_64/PKGBUILD (from rev 265478, 
fasm/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2017-11-05 22:14:15 UTC (rev 265479)
@@ -0,0 +1,62 @@
+# Maintainer: Levente Polyak 
+# Contributor: Chris Andrews 
+# Contributor: FadeMind 
+# Contributor: Serge Victor 
+# Contributor: Krzysztof Wloch 
+# Contributor: Luke McCarthy 
+
+pkgname=fasm
+pkgver=1.72
+pkgrel=1
+pkgdesc='Fast and efficient self-assembling x86 assembler for DOS, Windows and 
Linux operating systems'
+url='https://flatassembler.net/'
+arch=('i686' 'x86_64')
+license=('custom')
+depends_i686=('glibc')
+depends_x86_64=('lib32-glibc')
+source=(${pkgname}-${pkgver}.tgz::https://flatassembler.net/${pkgname}-${pkgver}.tgz)
+sha256sums=('31d40019be410a5127734c23751b0b1e8ad0c279938351175a4d0fd9a58662a8')
+sha512sums=('0569955ededc75c94fb669ec76e201f150453f7e5212a0c7bb181c7ac37cf42347ef4c841c832885d7a4e529254afd2d8c5484f56d0b48a7f2ba3b810960ccf2')
+
+build() {
+  cd ${pkgname}
+
+  if [ "${CARCH}" == "x86_64" ]; then
+SRCDIR=Linux/x64
+./fasm.x64 source/${SRCDIR}/fasm.asm
+  elif [ "${CARCH}" == "i686" ]; then
+SRCDIR=Linux
+./fasm source/${SRCDIR}/fasm.asm
+  fi
+  mv source/${SRCDIR}/fasm ./fasm
+
+  # tools
+  local s
+  for s in listing prepsrc symbols; do
+./fasm tools/libc/${s}.asm ${s}.o
+gcc -m32 ${CFLAGS} ${CPPFLAGS} ${LDFLAGS} -o ${s} ${s}.o
+  done
+}
+
+package() {
+  cd ${pkgname}
+
+  install -Dm 755 fasm -t "${pkgdir}/usr/bin"
+  # tools
+  local s
+  for s in listing prepsrc symbols; do
+install -Dm 755 ${s} "${pkgdir}/usr/bin/fasm-${s}"
+  done
+
+  # docs
+  install -Dm 644 ${pkgname}.txt whatsnew.txt -t 
"${pkgdir}/usr/share/doc/${pkgname}"
+  install -Dm 644 examples/elfexe/*.asm -t 
"${pkgdir}/usr/share/doc/${pkgname}/examples/elfexe"
+  install -Dm 644 

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

2017-11-05 Thread Levente Polyak
Date: Sunday, November 5, 2017 @ 22:13:03
  Author: anthraxx
Revision: 265477

upgpkg: fasm 1.72-1

&&

Modified:
  fasm/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2017-11-05 22:06:54 UTC (rev 265476)
+++ PKGBUILD2017-11-05 22:13:03 UTC (rev 265477)
@@ -6,7 +6,7 @@
 # Contributor: Luke McCarthy 
 
 pkgname=fasm
-pkgver=1.71.64
+pkgver=1.72
 pkgrel=1
 pkgdesc='Fast and efficient self-assembling x86 assembler for DOS, Windows and 
Linux operating systems'
 url='https://flatassembler.net/'
@@ -15,8 +15,8 @@
 depends_i686=('glibc')
 depends_x86_64=('lib32-glibc')
 
source=(${pkgname}-${pkgver}.tgz::https://flatassembler.net/${pkgname}-${pkgver}.tgz)
-sha256sums=('df236d7bb141eff2e2e4d22fe03da08e279033e22f90235f058c21f2dabda6ee')
-sha512sums=('6255d959b93d306f2f003f61becefbea9b8c6ff43e22622278b0c19bd241c8a3f2c8f31a48af69b817c5212851b73d180b81ba16514aaab2ea5c846531095d70')
+sha256sums=('31d40019be410a5127734c23751b0b1e8ad0c279938351175a4d0fd9a58662a8')
+sha512sums=('0569955ededc75c94fb669ec76e201f150453f7e5212a0c7bb181c7ac37cf42347ef4c841c832885d7a4e529254afd2d8c5484f56d0b48a7f2ba3b810960ccf2')
 
 build() {
   cd ${pkgname}


[arch-commits] Commit in fasm/repos/community-i686 (PKGBUILD PKGBUILD)

2017-11-05 Thread Levente Polyak
Date: Sunday, November 5, 2017 @ 22:13:13
  Author: anthraxx
Revision: 265478

archrelease: copy trunk to community-i686

Added:
  fasm/repos/community-i686/PKGBUILD
(from rev 265477, fasm/trunk/PKGBUILD)
Deleted:
  fasm/repos/community-i686/PKGBUILD

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

Deleted: PKGBUILD
===
--- PKGBUILD2017-11-05 22:13:03 UTC (rev 265477)
+++ PKGBUILD2017-11-05 22:13:13 UTC (rev 265478)
@@ -1,62 +0,0 @@
-# Maintainer: Levente Polyak 
-# Contributor: Chris Andrews 
-# Contributor: FadeMind 
-# Contributor: Serge Victor 
-# Contributor: Krzysztof Wloch 
-# Contributor: Luke McCarthy 
-
-pkgname=fasm
-pkgver=1.71.64
-pkgrel=1
-pkgdesc='Fast and efficient self-assembling x86 assembler for DOS, Windows and 
Linux operating systems'
-url='https://flatassembler.net/'
-arch=('i686' 'x86_64')
-license=('custom')
-depends_i686=('glibc')
-depends_x86_64=('lib32-glibc')
-source=(${pkgname}-${pkgver}.tgz::https://flatassembler.net/${pkgname}-${pkgver}.tgz)
-sha256sums=('df236d7bb141eff2e2e4d22fe03da08e279033e22f90235f058c21f2dabda6ee')
-sha512sums=('6255d959b93d306f2f003f61becefbea9b8c6ff43e22622278b0c19bd241c8a3f2c8f31a48af69b817c5212851b73d180b81ba16514aaab2ea5c846531095d70')
-
-build() {
-  cd ${pkgname}
-
-  if [ "${CARCH}" == "x86_64" ]; then
-SRCDIR=Linux/x64
-./fasm.x64 source/${SRCDIR}/fasm.asm
-  elif [ "${CARCH}" == "i686" ]; then
-SRCDIR=Linux
-./fasm source/${SRCDIR}/fasm.asm
-  fi
-  mv source/${SRCDIR}/fasm ./fasm
-
-  # tools
-  local s
-  for s in listing prepsrc symbols; do
-./fasm tools/libc/${s}.asm ${s}.o
-gcc -m32 ${CFLAGS} ${CPPFLAGS} ${LDFLAGS} -o ${s} ${s}.o
-  done
-}
-
-package() {
-  cd ${pkgname}
-
-  install -Dm 755 fasm -t "${pkgdir}/usr/bin"
-  # tools
-  local s
-  for s in listing prepsrc symbols; do
-install -Dm 755 ${s} "${pkgdir}/usr/bin/fasm-${s}"
-  done
-
-  # docs
-  install -Dm 644 ${pkgname}.txt whatsnew.txt -t 
"${pkgdir}/usr/share/doc/${pkgname}"
-  install -Dm 644 examples/elfexe/*.asm -t 
"${pkgdir}/usr/share/doc/${pkgname}/examples/elfexe"
-  install -Dm 644 examples/elfexe/dynamic/*.asm -t 
"${pkgdir}/usr/share/doc/${pkgname}/examples/elfexe/dynamic"
-  install -Dm 644 examples/elfexe/dynamic/*.inc -t 
"${pkgdir}/usr/share/doc/${pkgname}/examples/elfexe/dynamic"
-  install -Dm 644 examples/elfobj/*.asm -t 
"${pkgdir}/usr/share/doc/${pkgname}/examples/elfobj"
-  install -Dm 644 examples/libcdemo/*.asm -t 
"${pkgdir}/usr/share/doc/${pkgname}/examples/libcdemo"
-  install -Dm 644 examples/libcdemo/*.inc -t 
"${pkgdir}/usr/share/doc/${pkgname}/examples/libcdemo"
-  install -Dm 644 license.txt "${pkgdir}/usr/share/licenses/${pkgname}/LICENSE"
-}
-
-# vim: ts=2 sw=2 et:

Copied: fasm/repos/community-i686/PKGBUILD (from rev 265477, 
fasm/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2017-11-05 22:13:13 UTC (rev 265478)
@@ -0,0 +1,62 @@
+# Maintainer: Levente Polyak 
+# Contributor: Chris Andrews 
+# Contributor: FadeMind 
+# Contributor: Serge Victor 
+# Contributor: Krzysztof Wloch 
+# Contributor: Luke McCarthy 
+
+pkgname=fasm
+pkgver=1.72
+pkgrel=1
+pkgdesc='Fast and efficient self-assembling x86 assembler for DOS, Windows and 
Linux operating systems'
+url='https://flatassembler.net/'
+arch=('i686' 'x86_64')
+license=('custom')
+depends_i686=('glibc')
+depends_x86_64=('lib32-glibc')
+source=(${pkgname}-${pkgver}.tgz::https://flatassembler.net/${pkgname}-${pkgver}.tgz)
+sha256sums=('31d40019be410a5127734c23751b0b1e8ad0c279938351175a4d0fd9a58662a8')
+sha512sums=('0569955ededc75c94fb669ec76e201f150453f7e5212a0c7bb181c7ac37cf42347ef4c841c832885d7a4e529254afd2d8c5484f56d0b48a7f2ba3b810960ccf2')
+
+build() {
+  cd ${pkgname}
+
+  if [ "${CARCH}" == "x86_64" ]; then
+SRCDIR=Linux/x64
+./fasm.x64 source/${SRCDIR}/fasm.asm
+  elif [ "${CARCH}" == "i686" ]; then
+SRCDIR=Linux
+./fasm source/${SRCDIR}/fasm.asm
+  fi
+  mv source/${SRCDIR}/fasm ./fasm
+
+  # tools
+  local s
+  for s in listing prepsrc symbols; do
+./fasm tools/libc/${s}.asm ${s}.o
+gcc -m32 ${CFLAGS} ${CPPFLAGS} ${LDFLAGS} -o ${s} ${s}.o
+  done
+}
+
+package() {
+  cd ${pkgname}
+
+  install -Dm 755 fasm -t "${pkgdir}/usr/bin"
+  # tools
+  local s
+  for s in listing prepsrc symbols; do
+install -Dm 755 ${s} "${pkgdir}/usr/bin/fasm-${s}"
+  done
+
+  # docs
+  install -Dm 644 ${pkgname}.txt whatsnew.txt -t 
"${pkgdir}/usr/share/doc/${pkgname}"
+  install -Dm 644 examples/elfexe/*.asm -t 
"${pkgdir}/usr/share/doc/${pkgname}/examples/elfexe"
+  install -Dm 644 examples/elfexe/dynamic/*.asm 

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

2017-11-05 Thread Levente Polyak
Date: Sunday, November 5, 2017 @ 22:06:54
  Author: anthraxx
Revision: 265476

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

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

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

Deleted: community-i686/PKGBUILD
===
--- community-i686/PKGBUILD 2017-11-05 22:06:43 UTC (rev 265475)
+++ community-i686/PKGBUILD 2017-11-05 22:06:54 UTC (rev 265476)
@@ -1,38 +0,0 @@
-# Maintainer: Levente Polyak 
-# Contributor: Ionut Biru 
-# Contributor: Allan McRae 
-# Contributor: Alessio 'mOLOk' Bolognino 
-# Contributor: shamrok 
-
-pkgname=smplayer
-pkgver=17.10.0
-pkgrel=1
-pkgdesc='Media player with built-in codecs that can play virtually all video 
and audio formats'
-url='http://www.smplayer.info/'
-arch=('i686' 'x86_64')
-license=('GPL')
-depends=('qt5-script' 'mpv' 'hicolor-icon-theme' 'libx11' 'zlib' 'gcc-libs')
-makedepends=('qt5-tools')
-optdepends=('smplayer-themes: icon themes collection'
-'smplayer-skins: skin themes collection'
-'smtube: browse and play youtube videos'
-'youtube-dl: youtube videos and streaming'
-'mplayer: alternative multimedia engine')
-source=(https://downloads.sourceforge.net/${pkgname}/${pkgname}-${pkgver}.tar.bz2)
-sha256sums=('3d40a999343c647cc758a8d5026be9d355dcc84317700128578e51db9f982375')
-sha512sums=('c06f8e6043a870291cc29eba57b8bb5034fbceb19b24987751467e874a00d4e95f57933708d71375fdc38fdc32de68d77a7d9180c3eee1f9011eb1cfa421bbb0')
-
-build() {
-  cd ${pkgname}-${pkgver}
-  make PREFIX=/usr \
-DOC_PATH="\\\"/usr/share/doc/smplayer\\\"" \
-QMAKE_OPTS=DEFINES+=NO_DEBUG_ON_CONSOLE
-}
-
-package() {
-  cd ${pkgname}-${pkgver}
-  make DOC_PATH=/usr/share/doc/smplayer \
-DESTDIR="${pkgdir}" PREFIX=/usr install
-}
-
-# vim: ts=2 sw=2 et:

Copied: smplayer/repos/community-i686/PKGBUILD (from rev 265475, 
smplayer/trunk/PKGBUILD)
===
--- community-i686/PKGBUILD (rev 0)
+++ community-i686/PKGBUILD 2017-11-05 22:06:54 UTC (rev 265476)
@@ -0,0 +1,38 @@
+# Maintainer: Levente Polyak 
+# Contributor: Ionut Biru 
+# Contributor: Allan McRae 
+# Contributor: Alessio 'mOLOk' Bolognino 
+# Contributor: shamrok 
+
+pkgname=smplayer
+pkgver=17.10.2
+pkgrel=1
+pkgdesc='Media player with built-in codecs that can play virtually all video 
and audio formats'
+url='http://www.smplayer.info/'
+arch=('i686' 'x86_64')
+license=('GPL')
+depends=('qt5-script' 'mpv' 'hicolor-icon-theme' 'libx11' 'zlib' 'gcc-libs')
+makedepends=('qt5-tools')
+optdepends=('smplayer-themes: icon themes collection'
+'smplayer-skins: skin themes collection'
+'smtube: browse and play youtube videos'
+'youtube-dl: youtube videos and streaming'
+'mplayer: alternative multimedia engine')
+source=(https://downloads.sourceforge.net/${pkgname}/${pkgname}-${pkgver}.tar.bz2)
+sha256sums=('48d2f3b72bb8881a37ab9204329160c3bdfc0bbfff248c6dc9407e2dd35b8396')
+sha512sums=('ca90d5c0143411ebb613ece4a0675eb3a1f7265b4c05f99196e9cee354fd1e903435ae6010bdef360f8d78611c640ba0061e28ff4308cbf635090346bba0268c')
+
+build() {
+  cd ${pkgname}-${pkgver}
+  make PREFIX=/usr \
+DOC_PATH="\\\"/usr/share/doc/smplayer\\\"" \
+QMAKE_OPTS=DEFINES+=NO_DEBUG_ON_CONSOLE
+}
+
+package() {
+  cd ${pkgname}-${pkgver}
+  make DOC_PATH=/usr/share/doc/smplayer \
+DESTDIR="${pkgdir}" PREFIX=/usr install
+}
+
+# vim: ts=2 sw=2 et:

Deleted: community-x86_64/PKGBUILD
===
--- community-x86_64/PKGBUILD   2017-11-05 22:06:43 UTC (rev 265475)
+++ community-x86_64/PKGBUILD   2017-11-05 22:06:54 UTC (rev 265476)
@@ -1,38 +0,0 @@
-# Maintainer: Levente Polyak 
-# Contributor: Ionut Biru 
-# Contributor: Allan McRae 
-# Contributor: Alessio 'mOLOk' Bolognino 
-# Contributor: shamrok 
-
-pkgname=smplayer
-pkgver=17.10.0
-pkgrel=1
-pkgdesc='Media player with built-in codecs that can play virtually all video 
and audio formats'
-url='http://www.smplayer.info/'
-arch=('i686' 'x86_64')
-license=('GPL')

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

2017-11-05 Thread Levente Polyak
Date: Sunday, November 5, 2017 @ 22:06:43
  Author: anthraxx
Revision: 265475

upgpkg: smplayer 17.10.2-1

Modified:
  smplayer/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2017-11-05 21:45:16 UTC (rev 265474)
+++ PKGBUILD2017-11-05 22:06:43 UTC (rev 265475)
@@ -5,7 +5,7 @@
 # Contributor: shamrok 
 
 pkgname=smplayer
-pkgver=17.10.0
+pkgver=17.10.2
 pkgrel=1
 pkgdesc='Media player with built-in codecs that can play virtually all video 
and audio formats'
 url='http://www.smplayer.info/'
@@ -19,8 +19,8 @@
 'youtube-dl: youtube videos and streaming'
 'mplayer: alternative multimedia engine')
 
source=(https://downloads.sourceforge.net/${pkgname}/${pkgname}-${pkgver}.tar.bz2)
-sha256sums=('3d40a999343c647cc758a8d5026be9d355dcc84317700128578e51db9f982375')
-sha512sums=('c06f8e6043a870291cc29eba57b8bb5034fbceb19b24987751467e874a00d4e95f57933708d71375fdc38fdc32de68d77a7d9180c3eee1f9011eb1cfa421bbb0')
+sha256sums=('48d2f3b72bb8881a37ab9204329160c3bdfc0bbfff248c6dc9407e2dd35b8396')
+sha512sums=('ca90d5c0143411ebb613ece4a0675eb3a1f7265b4c05f99196e9cee354fd1e903435ae6010bdef360f8d78611c640ba0061e28ff4308cbf635090346bba0268c')
 
 build() {
   cd ${pkgname}-${pkgver}


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

2017-11-05 Thread Levente Polyak
Date: Sunday, November 5, 2017 @ 21:49:37
  Author: anthraxx
Revision: 308930

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

Added:
  nvidia-settings/repos/extra-i686/PKGBUILD
(from rev 308929, nvidia-settings/trunk/PKGBUILD)
  nvidia-settings/repos/extra-i686/libxnvctrl_so.patch
(from rev 308929, nvidia-settings/trunk/libxnvctrl_so.patch)
  nvidia-settings/repos/extra-x86_64/PKGBUILD
(from rev 308929, nvidia-settings/trunk/PKGBUILD)
  nvidia-settings/repos/extra-x86_64/libxnvctrl_so.patch
(from rev 308929, nvidia-settings/trunk/libxnvctrl_so.patch)
Deleted:
  nvidia-settings/repos/extra-i686/PKGBUILD
  nvidia-settings/repos/extra-i686/libxnvctrl_so.patch
  nvidia-settings/repos/extra-x86_64/PKGBUILD
  nvidia-settings/repos/extra-x86_64/libxnvctrl_so.patch

--+
 /PKGBUILD|  122 +
 /libxnvctrl_so.patch |  134 +
 extra-i686/PKGBUILD  |   61 
 extra-i686/libxnvctrl_so.patch   |   67 --
 extra-x86_64/PKGBUILD|   61 
 extra-x86_64/libxnvctrl_so.patch |   67 --
 6 files changed, 256 insertions(+), 256 deletions(-)

Deleted: extra-i686/PKGBUILD
===
--- extra-i686/PKGBUILD 2017-11-05 21:49:13 UTC (rev 308929)
+++ extra-i686/PKGBUILD 2017-11-05 21:49:37 UTC (rev 308930)
@@ -1,61 +0,0 @@
-# Maintainer: Felix Yan 
-# Maintainer: Levente Polyak 
-
-pkgbase=nvidia-settings
-pkgname=('nvidia-settings' 'libxnvctrl')
-pkgver=387.12
-pkgrel=1
-pkgdesc="Tool for configuring the NVIDIA graphics driver"
-url='https://github.com/NVIDIA/nvidia-settings'
-arch=('i686' 'x86_64')
-license=('GPL2')
-makedepends=('git' 'inetutils' 'gtk2' 'jansson' 'gtk3' 'libxv' 'libvdpau' 
'nvidia-utils' 'libxext')
-options=('staticlibs')
-source=(${pkgbase}-${pkgver}.tar.gz::https://github.com/NVIDIA/nvidia-settings/archive/${pkgver}.tar.gz
-libxnvctrl_so.patch)
-sha512sums=('d21b93758300080c1c9de945b138402ac0e5a914a05d8691f8aa8bdce47d15b06b623ffdf1edd6794fa2698f56d4c02d049638d4de213c43fab4e91b26fc4de7'
-
'f69f5dc84fe624579a3c9ce877f4ae4e34c2184877576afbea07b8abdd7ff01e470517f2b77cd11a904518cbcb83fb388ca1d0006f0ef2854723920c9cf8')
-
-prepare() {
-  export PREFIX=/usr
-  export NV_USE_BUNDLED_LIBJANSSON=0
-  cd ${pkgbase}-${pkgver}
-  patch -p1 < "${srcdir}/libxnvctrl_so.patch"
-}
-
-build() {
-  cd ${pkgbase}-${pkgver}
-  make
-  make -C src/libXNVCtrl
-}
-
-package_nvidia-settings() {
-  depends=('jansson' 'gtk3' 'libxv' 'libvdpau' 'nvidia-utils' 'libxnvctrl')
-
-  cd ${pkgbase}-${pkgver}
-  make DESTDIR="${pkgdir}" install
-
-  install -D -m644 doc/nvidia-settings.desktop 
"${pkgdir}/usr/share/applications/nvidia-settings.desktop"
-  install -D -m644 doc/nvidia-settings.png 
"${pkgdir}/usr/share/pixmaps/nvidia-settings.png"
-  sed -e 's:__UTILS_PATH__:/usr/bin:' -e 
's:__PIXMAP_PATH__:/usr/share/pixmaps:' -i 
"${pkgdir}/usr/share/applications/nvidia-settings.desktop"
-
-  rm "$pkgdir/usr/lib/libnvidia-gtk2.so.$pkgver"
-}
-
-package_libxnvctrl() {
-  depends=('libxext')
-  pkgdesc='NVIDIA NV-CONTROL X extension'
-
-  cd ${pkgbase}-${pkgver}
-  install -Dm 644 doc/{NV-CONTROL-API.txt,FRAMELOCK.txt} -t 
"${pkgdir}/usr/share/doc/${pkgname}"
-  install -Dm 644 samples/{Makefile,README,*.c,*.h,*.mk} -t 
"${pkgdir}/usr/share/doc/${pkgname}/samples"
-
-  cd src/libXNVCtrl
-  install -Dm 644 *.h -t "${pkgdir}/usr/include/NVCtrl"
-  install -Dm 644 libXNVCtrl.a -t "${pkgdir}/usr/lib"
-  install -Dm 755 libXNVCtrl.so.0.0.0 -t "${pkgdir}/usr/lib"
-  ln -s libXNVCtrl.so.0.0.0 "${pkgdir}/usr/lib/libXNVCtrl.so.0"
-  ln -s libXNVCtrl.so.0 "${pkgdir}/usr/lib/libXNVCtrl.so"
-}
-
-# vim: ts=2 sw=2 et:

Copied: nvidia-settings/repos/extra-i686/PKGBUILD (from rev 308929, 
nvidia-settings/trunk/PKGBUILD)
===
--- extra-i686/PKGBUILD (rev 0)
+++ extra-i686/PKGBUILD 2017-11-05 21:49:37 UTC (rev 308930)
@@ -0,0 +1,61 @@
+# Maintainer: Felix Yan 
+# Maintainer: Levente Polyak 
+
+pkgbase=nvidia-settings
+pkgname=('nvidia-settings' 'libxnvctrl')
+pkgver=387.22
+pkgrel=1
+pkgdesc="Tool for configuring the NVIDIA graphics driver"
+url='https://github.com/NVIDIA/nvidia-settings'
+arch=('i686' 'x86_64')
+license=('GPL2')
+makedepends=('git' 'inetutils' 'gtk2' 'jansson' 'gtk3' 'libxv' 'libvdpau' 
'nvidia-utils' 'libxext')
+options=('staticlibs')
+source=(${pkgbase}-${pkgver}.tar.gz::https://github.com/NVIDIA/nvidia-settings/archive/${pkgver}.tar.gz
+libxnvctrl_so.patch)
+sha512sums=('dae157a54d0e48e94776db95927d27fca0370c7ffa67d79ce6fa372ce40bd766c081a65cd090a532c311a8f727beca6d0d9fcd526dc7791b2c73d4193854439b'
+

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

2017-11-05 Thread Levente Polyak
Date: Sunday, November 5, 2017 @ 21:49:13
  Author: anthraxx
Revision: 308929

upgpkg: nvidia-settings 387.22-1

Modified:
  nvidia-settings/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2017-11-05 18:14:41 UTC (rev 308928)
+++ PKGBUILD2017-11-05 21:49:13 UTC (rev 308929)
@@ -3,7 +3,7 @@
 
 pkgbase=nvidia-settings
 pkgname=('nvidia-settings' 'libxnvctrl')
-pkgver=387.12
+pkgver=387.22
 pkgrel=1
 pkgdesc="Tool for configuring the NVIDIA graphics driver"
 url='https://github.com/NVIDIA/nvidia-settings'
@@ -13,7 +13,7 @@
 options=('staticlibs')
 
source=(${pkgbase}-${pkgver}.tar.gz::https://github.com/NVIDIA/nvidia-settings/archive/${pkgver}.tar.gz
 libxnvctrl_so.patch)
-sha512sums=('d21b93758300080c1c9de945b138402ac0e5a914a05d8691f8aa8bdce47d15b06b623ffdf1edd6794fa2698f56d4c02d049638d4de213c43fab4e91b26fc4de7'
+sha512sums=('dae157a54d0e48e94776db95927d27fca0370c7ffa67d79ce6fa372ce40bd766c081a65cd090a532c311a8f727beca6d0d9fcd526dc7791b2c73d4193854439b'
 
'f69f5dc84fe624579a3c9ce877f4ae4e34c2184877576afbea07b8abdd7ff01e470517f2b77cd11a904518cbcb83fb388ca1d0006f0ef2854723920c9cf8')
 
 prepare() {


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

2017-11-05 Thread Levente Polyak
Date: Sunday, November 5, 2017 @ 21:45:16
  Author: anthraxx
Revision: 265474

archrelease: copy trunk to community-any

Added:
  strip-nondeterminism/repos/community-any/PKGBUILD
(from rev 265473, strip-nondeterminism/trunk/PKGBUILD)
Deleted:
  strip-nondeterminism/repos/community-any/PKGBUILD

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

Deleted: PKGBUILD
===
--- PKGBUILD2017-11-05 21:44:51 UTC (rev 265473)
+++ PKGBUILD2017-11-05 21:45:16 UTC (rev 265474)
@@ -1,48 +0,0 @@
-# Maintainer: Levente Polyak 
-
-pkgname=strip-nondeterminism
-_gitcommit=c029482e1bd34aff15371bb2a2ee7b9dc207afe2
-pkgver=0.038
-pkgrel=2
-pkgdesc='Tool for stripping bits of non-deterministic information from files'
-url='https://anonscm.debian.org/git/reproducible/strip-nondeterminism.git'
-arch=('any')
-license=('GPL3')
-depends=("perl" 'perl-archive-zip' 'perl-archive-cpio')
-makedepends=('git')
-options=('!emptydirs')
-source=(${pkgname}::"git+https://anonscm.debian.org/git/reproducible/strip-nondeterminism.git#commit=${_gitcommit};)
-sha512sums=('SKIP')
-validpgpkeys=('C2FE4BD271C139B86C533E461E953E27D4311E58'  # Chris Lamb 

-  'EF5D84C1838F2EB6D8968C0410378EFC2080080C'  # Andrew Ayer 

-  '2F5DAF3FC1F793D94F3D900CA721DA055374AA4F'  # Reiner Herrmann 

-  '66AE2B4AFCCF3F52DA184D184B043FCDB9444540') # Mattia Rizzolo 

-
-pkgver() {
-  cd ${pkgname}
-  git describe --always | sed 's/^v//;s/-/./g'
-}
-
-prepare() {
-  cd ${pkgname}
-  git tag --verify ${pkgver}
-  sed -r 's|bin/dh_strip_nondeterminism ||g' -i Makefile.PL
-}
-
-build() {
-  cd ${pkgname}
-  PERL_MM_USE_DEFAULT=1 perl Makefile.PL INSTALLDIRS=vendor
-  make
-}
-
-check() {
-  make -C ${pkgname} test
-}
-
-package() {
-  cd ${pkgname}
-  make DESTDIR="${pkgdir}" install
-  install -Dm 644 README -t "${pkgdir}/usr/share/doc/${pkgname}"
-}
-
-# vim: ts=2 sw=2 et:

Copied: strip-nondeterminism/repos/community-any/PKGBUILD (from rev 265473, 
strip-nondeterminism/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2017-11-05 21:45:16 UTC (rev 265474)
@@ -0,0 +1,48 @@
+# Maintainer: Levente Polyak 
+
+pkgname=strip-nondeterminism
+_gitcommit=3bff3ec0e4393863ceeacc19093fdec23522e1b4
+pkgver=0.040
+pkgrel=1
+pkgdesc='Tool for stripping bits of non-deterministic information from files'
+url='https://anonscm.debian.org/git/reproducible/strip-nondeterminism.git'
+arch=('any')
+license=('GPL3')
+depends=("perl" 'perl-archive-zip' 'perl-archive-cpio')
+makedepends=('git')
+options=('!emptydirs')
+source=(${pkgname}::"git+https://anonscm.debian.org/git/reproducible/strip-nondeterminism.git#commit=${_gitcommit};)
+sha512sums=('SKIP')
+validpgpkeys=('C2FE4BD271C139B86C533E461E953E27D4311E58'  # Chris Lamb 

+  'EF5D84C1838F2EB6D8968C0410378EFC2080080C'  # Andrew Ayer 

+  '2F5DAF3FC1F793D94F3D900CA721DA055374AA4F'  # Reiner Herrmann 

+  '66AE2B4AFCCF3F52DA184D184B043FCDB9444540') # Mattia Rizzolo 

+
+pkgver() {
+  cd ${pkgname}
+  git describe --always | sed 's/^v//;s/-/./g'
+}
+
+prepare() {
+  cd ${pkgname}
+  git tag --verify ${pkgver}
+  sed -r 's|bin/dh_strip_nondeterminism ||g' -i Makefile.PL
+}
+
+build() {
+  cd ${pkgname}
+  PERL_MM_USE_DEFAULT=1 perl Makefile.PL INSTALLDIRS=vendor
+  make
+}
+
+check() {
+  make -C ${pkgname} test
+}
+
+package() {
+  cd ${pkgname}
+  make DESTDIR="${pkgdir}" install
+  install -Dm 644 README -t "${pkgdir}/usr/share/doc/${pkgname}"
+}
+
+# vim: ts=2 sw=2 et:


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

2017-11-05 Thread Levente Polyak
Date: Sunday, November 5, 2017 @ 21:44:51
  Author: anthraxx
Revision: 265473

upgpkg: strip-nondeterminism 0.040-1

Modified:
  strip-nondeterminism/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2017-11-05 21:40:33 UTC (rev 265472)
+++ PKGBUILD2017-11-05 21:44:51 UTC (rev 265473)
@@ -1,9 +1,9 @@
 # Maintainer: Levente Polyak 
 
 pkgname=strip-nondeterminism
-_gitcommit=c029482e1bd34aff15371bb2a2ee7b9dc207afe2
-pkgver=0.038
-pkgrel=2
+_gitcommit=3bff3ec0e4393863ceeacc19093fdec23522e1b4
+pkgver=0.040
+pkgrel=1
 pkgdesc='Tool for stripping bits of non-deterministic information from files'
 url='https://anonscm.debian.org/git/reproducible/strip-nondeterminism.git'
 arch=('any')


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

2017-11-05 Thread Levente Polyak
Date: Sunday, November 5, 2017 @ 21:40:33
  Author: anthraxx
Revision: 265472

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

Added:
  openntpd/repos/community-i686/PKGBUILD
(from rev 265471, openntpd/trunk/PKGBUILD)
  openntpd/repos/community-i686/openntpd.install
(from rev 265471, openntpd/trunk/openntpd.install)
  openntpd/repos/community-i686/openntpd.service
(from rev 265471, openntpd/trunk/openntpd.service)
  openntpd/repos/community-x86_64/PKGBUILD
(from rev 265471, openntpd/trunk/PKGBUILD)
  openntpd/repos/community-x86_64/openntpd.install
(from rev 265471, openntpd/trunk/openntpd.install)
  openntpd/repos/community-x86_64/openntpd.service
(from rev 265471, openntpd/trunk/openntpd.service)
Deleted:
  openntpd/repos/community-i686/PKGBUILD
  openntpd/repos/community-i686/openntpd.install
  openntpd/repos/community-i686/openntpd.service
  openntpd/repos/community-x86_64/PKGBUILD
  openntpd/repos/community-x86_64/openntpd.install
  openntpd/repos/community-x86_64/openntpd.service

---+
 /PKGBUILD |  110 
 /openntpd.install |   14 
 /openntpd.service |   22 +++
 community-i686/PKGBUILD   |   55 --
 community-i686/openntpd.install   |7 --
 community-i686/openntpd.service   |   11 ---
 community-x86_64/PKGBUILD |   55 --
 community-x86_64/openntpd.install |7 --
 community-x86_64/openntpd.service |   11 ---
 9 files changed, 146 insertions(+), 146 deletions(-)

Deleted: community-i686/PKGBUILD
===
--- community-i686/PKGBUILD 2017-11-05 21:40:20 UTC (rev 265471)
+++ community-i686/PKGBUILD 2017-11-05 21:40:33 UTC (rev 265472)
@@ -1,55 +0,0 @@
-# Maintainer: Levente Polyak 
-# Contributor: Vesa Kaihlavirta 
-# Contributor: Mark Rosenstand 
-# Contributor: Giorgio Lando  (adjtimex patch)
-# Contributor: Alexander Rødseth 
-
-pkgname=openntpd
-pkgver=6.2p2
-pkgrel=1
-pkgdesc='Free, easy to use implementation of the Network Time Protocol'
-url='http://www.openntpd.org/'
-arch=('i686' 'x86_64')
-license=('BSD')
-depends=('openssl')
-conflicts=('ntp')
-backup=('etc/ntpd.conf')
-install=${pkgname}.install
-source=(http://ftp.openbsd.org/pub/OpenBSD/OpenNTPD/${pkgname}-${pkgver}.tar.gz{,.asc}
-openntpd.service)
-sha512sums=('b8559aa8ceaf796a94a21f8a6d4dfd2edfdc4587845c73cd6d27c81d200355c3e40e72644b3a558e9bfe4fd0d2aafae98b50c581e67ac72eec53eeeabd9cb882'
-'SKIP'
-
'c58d48de67cd1ce0df7ea60def26db38b9d7409b64d097639a4cde3f4774a4bcc1159f993f37c5c61781cab1e2d1b8a35005030b28b0c9f0f6e0f81053586dfa')
-validpgpkeys=('A1EB079B8D3EB92B4EBD3139663AF51BD5E4D8D5') # Brent Cook 

-
-prepare() {
-  cd ${pkgname}-${pkgver}
-  autoreconf -fiv
-}
-
-build() {
-  cd ${pkgname}-${pkgver}
-  ./configure \
---prefix=/usr \
---sysconfdir=/etc \
---sbindir=/usr/bin \
---with-privsep-user=ntp \
---localstatedir=/var \
---with-adjtimex
-  make
-}
-
-package() {
-  cd ${pkgname}-${pkgver}
-  make DESTDIR="${pkgdir}" install
-
-  rmdir "${pkgdir}/var/run"
-  install -d "${pkgdir}/var/lib/ntp"
-  install -Dm 644 COPYING -t "${pkgdir}/usr/share/licenses/${pkgname}"
-  install -Dm 644 "${srcdir}/openntpd.service" -t 
"${pkgdir}/usr/lib/systemd/system"
-
-  install -d "${pkgdir}/usr/lib/systemd/ntp-units.d"
-  echo ${pkgname}.service > 
"${pkgdir}/usr/lib/systemd/ntp-units.d/${pkgname}.list"
-}
-
-# vim: ts=2 sw=2 et:

Copied: openntpd/repos/community-i686/PKGBUILD (from rev 265471, 
openntpd/trunk/PKGBUILD)
===
--- community-i686/PKGBUILD (rev 0)
+++ community-i686/PKGBUILD 2017-11-05 21:40:33 UTC (rev 265472)
@@ -0,0 +1,55 @@
+# Maintainer: Levente Polyak 
+# Contributor: Vesa Kaihlavirta 
+# Contributor: Mark Rosenstand 
+# Contributor: Giorgio Lando  (adjtimex patch)
+# Contributor: Alexander Rødseth 
+
+pkgname=openntpd
+pkgver=6.2p3
+pkgrel=1
+pkgdesc='Free, easy to use implementation of the Network Time Protocol'
+url='http://www.openntpd.org/'
+arch=('i686' 'x86_64')
+license=('BSD')
+depends=('openssl')
+conflicts=('ntp')
+backup=('etc/ntpd.conf')
+install=${pkgname}.install
+source=(https://ftp.openbsd.org/pub/OpenBSD/OpenNTPD/${pkgname}-${pkgver}.tar.gz{,.asc}
+openntpd.service)
+sha512sums=('56a04bfd8b161b365607673ac80086ff53ae943938fa49bf52edbc541432eca30730a46a4af581fe26ce3bbceb144cb25982a38959b7a3f9304c727fe60f9f50'
+'SKIP'
+

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

2017-11-05 Thread Levente Polyak
Date: Sunday, November 5, 2017 @ 21:40:20
  Author: anthraxx
Revision: 265471

upgpkg: openntpd 6.2p3-1

Modified:
  openntpd/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2017-11-05 21:38:25 UTC (rev 265470)
+++ PKGBUILD2017-11-05 21:40:20 UTC (rev 265471)
@@ -5,7 +5,7 @@
 # Contributor: Alexander Rødseth 
 
 pkgname=openntpd
-pkgver=6.2p2
+pkgver=6.2p3
 pkgrel=1
 pkgdesc='Free, easy to use implementation of the Network Time Protocol'
 url='http://www.openntpd.org/'
@@ -17,7 +17,7 @@
 install=${pkgname}.install
 
source=(https://ftp.openbsd.org/pub/OpenBSD/OpenNTPD/${pkgname}-${pkgver}.tar.gz{,.asc}
 openntpd.service)
-sha512sums=('b8559aa8ceaf796a94a21f8a6d4dfd2edfdc4587845c73cd6d27c81d200355c3e40e72644b3a558e9bfe4fd0d2aafae98b50c581e67ac72eec53eeeabd9cb882'
+sha512sums=('56a04bfd8b161b365607673ac80086ff53ae943938fa49bf52edbc541432eca30730a46a4af581fe26ce3bbceb144cb25982a38959b7a3f9304c727fe60f9f50'
 'SKIP'
 
'c58d48de67cd1ce0df7ea60def26db38b9d7409b64d097639a4cde3f4774a4bcc1159f993f37c5c61781cab1e2d1b8a35005030b28b0c9f0f6e0f81053586dfa')
 validpgpkeys=('A1EB079B8D3EB92B4EBD3139663AF51BD5E4D8D5') # Brent Cook 



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

2017-11-05 Thread Levente Polyak
Date: Sunday, November 5, 2017 @ 21:38:25
  Author: anthraxx
Revision: 265470

archrelease: copy trunk to community-any

Added:
  speedtest-cli/repos/community-any/PKGBUILD
(from rev 265469, speedtest-cli/trunk/PKGBUILD)
Deleted:
  speedtest-cli/repos/community-any/PKGBUILD

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

Deleted: PKGBUILD
===
--- PKGBUILD2017-11-05 21:38:14 UTC (rev 265469)
+++ PKGBUILD2017-11-05 21:38:25 UTC (rev 265470)
@@ -1,24 +0,0 @@
-# Maintainer: Levente Polyak 
-# Contributor: William Grieshaber 
-# Contributor: Victor Aurélio 
-
-pkgname=speedtest-cli
-pkgver=1.0.6
-pkgrel=1
-pkgdesc='Command line interface for testing internet bandwidth using 
speedtest.net'
-url='https://github.com/sivel/speedtest-cli'
-arch=('any')
-license=('Apache')
-depends=('python-setuptools')
-source=(${pkgname}-${pkgver}.tar.gz::https://github.com/sivel/speedtest-cli/archive/v${pkgver}.tar.gz)
-sha512sums=('18bd7665aab86e2415906536d69ce3e07784b3625a9d1a01c3e5e86b1c4f5dbb72301c6a4fcfbf259a52fff5ea0826b2cd9bb5166e05335cb48729b5d74dd921')
-
-package(){
-  cd ${pkgname}-${pkgver}
-  python setup.py install -O1 --root="${pkgdir}" --prefix=/usr
-  install -Dm 644 LICENSE -t "${pkgdir}/usr/share/licenses/${pkgname}"
-  install -Dm 644 README.rst -t "${pkgdir}/usr/share/doc/${pkgname}"
-  install -Dm 644 ${pkgname}.1 -t "${pkgdir}/usr/share/man/man1"
-}
-
-# vim: ts=2 sw=2 et:

Copied: speedtest-cli/repos/community-any/PKGBUILD (from rev 265469, 
speedtest-cli/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2017-11-05 21:38:25 UTC (rev 265470)
@@ -0,0 +1,24 @@
+# Maintainer: Levente Polyak 
+# Contributor: William Grieshaber 
+# Contributor: Victor Aurélio 
+
+pkgname=speedtest-cli
+pkgver=1.0.7
+pkgrel=1
+pkgdesc='Command line interface for testing internet bandwidth using 
speedtest.net'
+url='https://github.com/sivel/speedtest-cli'
+arch=('any')
+license=('Apache')
+depends=('python-setuptools')
+source=(${pkgname}-${pkgver}.tar.gz::https://github.com/sivel/speedtest-cli/archive/v${pkgver}.tar.gz)
+sha512sums=('c06c0e80ec00adebc04fb2bdab5b45ec84a32d9dbf2e4fbe7b0461f4b3b1fdcf29048b8c7a906c03dcea0771417317394243bdc6f1bc8fb763e13eafae31a42b')
+
+package(){
+  cd ${pkgname}-${pkgver}
+  python setup.py install -O1 --root="${pkgdir}" --prefix=/usr
+  install -Dm 644 LICENSE -t "${pkgdir}/usr/share/licenses/${pkgname}"
+  install -Dm 644 README.rst -t "${pkgdir}/usr/share/doc/${pkgname}"
+  install -Dm 644 ${pkgname}.1 -t "${pkgdir}/usr/share/man/man1"
+}
+
+# vim: ts=2 sw=2 et:


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

2017-11-05 Thread Levente Polyak
Date: Sunday, November 5, 2017 @ 21:38:14
  Author: anthraxx
Revision: 265469

upgpkg: speedtest-cli 1.0.7-1

Modified:
  speedtest-cli/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2017-11-05 21:35:28 UTC (rev 265468)
+++ PKGBUILD2017-11-05 21:38:14 UTC (rev 265469)
@@ -3,7 +3,7 @@
 # Contributor: Victor Aurélio 
 
 pkgname=speedtest-cli
-pkgver=1.0.6
+pkgver=1.0.7
 pkgrel=1
 pkgdesc='Command line interface for testing internet bandwidth using 
speedtest.net'
 url='https://github.com/sivel/speedtest-cli'
@@ -11,7 +11,7 @@
 license=('Apache')
 depends=('python-setuptools')
 
source=(${pkgname}-${pkgver}.tar.gz::https://github.com/sivel/speedtest-cli/archive/v${pkgver}.tar.gz)
-sha512sums=('18bd7665aab86e2415906536d69ce3e07784b3625a9d1a01c3e5e86b1c4f5dbb72301c6a4fcfbf259a52fff5ea0826b2cd9bb5166e05335cb48729b5d74dd921')
+sha512sums=('c06c0e80ec00adebc04fb2bdab5b45ec84a32d9dbf2e4fbe7b0461f4b3b1fdcf29048b8c7a906c03dcea0771417317394243bdc6f1bc8fb763e13eafae31a42b')
 
 package(){
   cd ${pkgname}-${pkgver}


[arch-commits] Commit in ruby-rspec-mocks/repos/community-any (PKGBUILD PKGBUILD)

2017-11-05 Thread Levente Polyak
Date: Sunday, November 5, 2017 @ 21:35:28
  Author: anthraxx
Revision: 265468

archrelease: copy trunk to community-any

Added:
  ruby-rspec-mocks/repos/community-any/PKGBUILD
(from rev 265467, ruby-rspec-mocks/trunk/PKGBUILD)
Deleted:
  ruby-rspec-mocks/repos/community-any/PKGBUILD

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

Deleted: PKGBUILD
===
--- PKGBUILD2017-11-05 21:35:18 UTC (rev 265467)
+++ PKGBUILD2017-11-05 21:35:28 UTC (rev 265468)
@@ -1,27 +0,0 @@
-# Maintainer: Levente Polyak 
-# Contributor: Artem Vorotnikov 
-
-_gemname=rspec-mocks
-pkgname=ruby-${_gemname}
-pkgver=3.6.0
-pkgrel=1
-pkgdesc="RSpecs 'test double' framework, with support for stubbing and mocking"
-url='https://github.com/rspec/rspec-mocks'
-arch=('any')
-license=('MIT')
-depends=('ruby-rspec-support' 'ruby-diff-lcs')
-options=('!emptydirs')
-source=(https://rubygems.org/downloads/${_gemname}-${pkgver}.gem)
-noextract=(${_gemname}-${pkgver}.gem)
-sha512sums=('de78b0df9dc769773176ab0991a3890980ae981aae153ad76830db3941f0e670080ed33f8fa1aac94d9fecb9c55b1804abfb0eac096641bdf9d5ec4677485480')
-
-package() {
-  local _gemdir="$(ruby -e'puts Gem.default_dir')"
-  gem install --ignore-dependencies --no-user-install -i "${pkgdir}${_gemdir}" 
-n "${pkgdir}/usr/bin" ${_gemname}-${pkgver}.gem
-  find ${pkgdir}
-  install -Dm 644 "${pkgdir}${_gemdir}/gems/${_gemname}-${pkgver}/LICENSE.md" 
"${pkgdir}/usr/share/licenses/${pkgname}/LICENSE"
-  install -Dm 644 "${pkgdir}${_gemdir}/gems/${_gemname}-${pkgver}/README.md" 
"${pkgdir}/usr/share/doc/${pkgname}/README"
-  rm "${pkgdir}/${_gemdir}/cache/${_gemname}-${pkgver}.gem"
-}
-
-# vim: ts=2 sw=2 et:

Copied: ruby-rspec-mocks/repos/community-any/PKGBUILD (from rev 265467, 
ruby-rspec-mocks/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2017-11-05 21:35:28 UTC (rev 265468)
@@ -0,0 +1,27 @@
+# Maintainer: Levente Polyak 
+# Contributor: Artem Vorotnikov 
+
+_gemname=rspec-mocks
+pkgname=ruby-${_gemname}
+pkgver=3.7.0
+pkgrel=1
+pkgdesc="RSpecs 'test double' framework, with support for stubbing and mocking"
+url='https://github.com/rspec/rspec-mocks'
+arch=('any')
+license=('MIT')
+depends=('ruby-rspec-support' 'ruby-diff-lcs')
+options=('!emptydirs')
+source=(https://rubygems.org/downloads/${_gemname}-${pkgver}.gem)
+noextract=(${_gemname}-${pkgver}.gem)
+sha512sums=('a1bd5992528adca3c9021fbc7afd9bfd43707e13c5f54879c9b603376c69fd23389b0c503912b76e10f42ed49b8ba23656220cc75869cc63bd5920efca667678')
+
+package() {
+  local _gemdir="$(ruby -e'puts Gem.default_dir')"
+  gem install --ignore-dependencies --no-user-install -i "${pkgdir}${_gemdir}" 
-n "${pkgdir}/usr/bin" ${_gemname}-${pkgver}.gem
+  find ${pkgdir}
+  install -Dm 644 "${pkgdir}${_gemdir}/gems/${_gemname}-${pkgver}/LICENSE.md" 
"${pkgdir}/usr/share/licenses/${pkgname}/LICENSE"
+  install -Dm 644 "${pkgdir}${_gemdir}/gems/${_gemname}-${pkgver}/README.md" 
"${pkgdir}/usr/share/doc/${pkgname}/README"
+  rm "${pkgdir}/${_gemdir}/cache/${_gemname}-${pkgver}.gem"
+}
+
+# vim: ts=2 sw=2 et:


[arch-commits] Commit in ruby-rspec-mocks/trunk (PKGBUILD)

2017-11-05 Thread Levente Polyak
Date: Sunday, November 5, 2017 @ 21:35:18
  Author: anthraxx
Revision: 265467

upgpkg: ruby-rspec-mocks 3.7.0-1

Modified:
  ruby-rspec-mocks/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2017-11-05 21:29:54 UTC (rev 265466)
+++ PKGBUILD2017-11-05 21:35:18 UTC (rev 265467)
@@ -3,7 +3,7 @@
 
 _gemname=rspec-mocks
 pkgname=ruby-${_gemname}
-pkgver=3.6.0
+pkgver=3.7.0
 pkgrel=1
 pkgdesc="RSpecs 'test double' framework, with support for stubbing and mocking"
 url='https://github.com/rspec/rspec-mocks'
@@ -13,7 +13,7 @@
 options=('!emptydirs')
 source=(https://rubygems.org/downloads/${_gemname}-${pkgver}.gem)
 noextract=(${_gemname}-${pkgver}.gem)
-sha512sums=('de78b0df9dc769773176ab0991a3890980ae981aae153ad76830db3941f0e670080ed33f8fa1aac94d9fecb9c55b1804abfb0eac096641bdf9d5ec4677485480')
+sha512sums=('a1bd5992528adca3c9021fbc7afd9bfd43707e13c5f54879c9b603376c69fd23389b0c503912b76e10f42ed49b8ba23656220cc75869cc63bd5920efca667678')
 
 package() {
   local _gemdir="$(ruby -e'puts Gem.default_dir')"


[arch-commits] Commit in ruby-rspec-expectations/repos/community-any (2 files)

2017-11-05 Thread Levente Polyak
Date: Sunday, November 5, 2017 @ 21:29:54
  Author: anthraxx
Revision: 265466

archrelease: copy trunk to community-any

Added:
  ruby-rspec-expectations/repos/community-any/PKGBUILD
(from rev 265465, ruby-rspec-expectations/trunk/PKGBUILD)
Deleted:
  ruby-rspec-expectations/repos/community-any/PKGBUILD

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

Deleted: PKGBUILD
===
--- PKGBUILD2017-11-05 21:29:45 UTC (rev 265465)
+++ PKGBUILD2017-11-05 21:29:54 UTC (rev 265466)
@@ -1,26 +0,0 @@
-# Maintainer: Levente Polyak 
-# Contributor: Artem Vorotnikov 
-
-_gemname=rspec-expectations
-pkgname=ruby-${_gemname}
-pkgver=3.6.0
-pkgrel=1
-pkgdesc='Provides a readable API to express expected outcomes of a code 
example'
-url='https://github.com/rspec/rspec-expectations'
-arch=('any')
-license=('MIT')
-depends=('ruby-rspec-support' 'ruby-diff-lcs')
-options=('!emptydirs')
-source=(https://rubygems.org/downloads/${_gemname}-${pkgver}.gem)
-noextract=(${_gemname}-${pkgver}.gem)
-sha512sums=('8a339d482bbed73aad29a5e3640392ed57ad0cce44852d88f4806f7f6ef81898478321e6d41da3cd22929a80aa72c3339d1f7b793a60c12f57f33020f71c8fc6')
-
-package() {
-  local _gemdir="$(ruby -e'puts Gem.default_dir')"
-  gem install --ignore-dependencies --no-user-install -i "${pkgdir}${_gemdir}" 
-n "${pkgdir}/usr/bin" ${_gemname}-${pkgver}.gem
-  install -Dm 644 "${pkgdir}${_gemdir}/gems/${_gemname}-${pkgver}/LICENSE.md" 
"${pkgdir}/usr/share/licenses/${pkgname}/LICENSE"
-  install -Dm 644 "${pkgdir}${_gemdir}/gems/${_gemname}-${pkgver}/README.md" 
"${pkgdir}/usr/share/doc/${pkgname}/README"
-  rm "${pkgdir}/${_gemdir}/cache/${_gemname}-${pkgver}.gem"
-}
-
-# vim: ts=2 sw=2 et:

Copied: ruby-rspec-expectations/repos/community-any/PKGBUILD (from rev 265465, 
ruby-rspec-expectations/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2017-11-05 21:29:54 UTC (rev 265466)
@@ -0,0 +1,26 @@
+# Maintainer: Levente Polyak 
+# Contributor: Artem Vorotnikov 
+
+_gemname=rspec-expectations
+pkgname=ruby-${_gemname}
+pkgver=3.7.0
+pkgrel=1
+pkgdesc='Provides a readable API to express expected outcomes of a code 
example'
+url='https://github.com/rspec/rspec-expectations'
+arch=('any')
+license=('MIT')
+depends=('ruby-rspec-support' 'ruby-diff-lcs')
+options=('!emptydirs')
+source=(https://rubygems.org/downloads/${_gemname}-${pkgver}.gem)
+noextract=(${_gemname}-${pkgver}.gem)
+sha512sums=('011575f87fb26ea3dd04ebff30f94c6686f07508c3adfd5b1fe6cde12758bd05773b685e45d4596f860b85de74da14ea80072ac09932aa0ab30e06304a24')
+
+package() {
+  local _gemdir="$(ruby -e'puts Gem.default_dir')"
+  gem install --ignore-dependencies --no-user-install -i "${pkgdir}${_gemdir}" 
-n "${pkgdir}/usr/bin" ${_gemname}-${pkgver}.gem
+  install -Dm 644 "${pkgdir}${_gemdir}/gems/${_gemname}-${pkgver}/LICENSE.md" 
"${pkgdir}/usr/share/licenses/${pkgname}/LICENSE"
+  install -Dm 644 "${pkgdir}${_gemdir}/gems/${_gemname}-${pkgver}/README.md" 
"${pkgdir}/usr/share/doc/${pkgname}/README"
+  rm "${pkgdir}/${_gemdir}/cache/${_gemname}-${pkgver}.gem"
+}
+
+# vim: ts=2 sw=2 et:


[arch-commits] Commit in ruby-rspec-expectations/trunk (PKGBUILD)

2017-11-05 Thread Levente Polyak
Date: Sunday, November 5, 2017 @ 21:29:45
  Author: anthraxx
Revision: 265465

upgpkg: ruby-rspec-expectations 3.7.0-1

Modified:
  ruby-rspec-expectations/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2017-11-05 21:27:45 UTC (rev 265464)
+++ PKGBUILD2017-11-05 21:29:45 UTC (rev 265465)
@@ -3,7 +3,7 @@
 
 _gemname=rspec-expectations
 pkgname=ruby-${_gemname}
-pkgver=3.6.0
+pkgver=3.7.0
 pkgrel=1
 pkgdesc='Provides a readable API to express expected outcomes of a code 
example'
 url='https://github.com/rspec/rspec-expectations'
@@ -13,7 +13,7 @@
 options=('!emptydirs')
 source=(https://rubygems.org/downloads/${_gemname}-${pkgver}.gem)
 noextract=(${_gemname}-${pkgver}.gem)
-sha512sums=('8a339d482bbed73aad29a5e3640392ed57ad0cce44852d88f4806f7f6ef81898478321e6d41da3cd22929a80aa72c3339d1f7b793a60c12f57f33020f71c8fc6')
+sha512sums=('011575f87fb26ea3dd04ebff30f94c6686f07508c3adfd5b1fe6cde12758bd05773b685e45d4596f860b85de74da14ea80072ac09932aa0ab30e06304a24')
 
 package() {
   local _gemdir="$(ruby -e'puts Gem.default_dir')"


[arch-commits] Commit in ruby-rspec-core/trunk (PKGBUILD)

2017-11-05 Thread Levente Polyak
Date: Sunday, November 5, 2017 @ 21:27:37
  Author: anthraxx
Revision: 265463

upgpkg: ruby-rspec-core 3.7.0-1

Modified:
  ruby-rspec-core/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2017-11-05 21:26:20 UTC (rev 265462)
+++ PKGBUILD2017-11-05 21:27:37 UTC (rev 265463)
@@ -3,7 +3,7 @@
 
 _gemname=rspec-core
 pkgname=ruby-${_gemname}
-pkgver=3.6.0
+pkgver=3.7.0
 pkgrel=1
 pkgdesc='RSpec runner and formatters'
 url='https://github.com/rspec/rspec-core'
@@ -13,7 +13,7 @@
 options=('!emptydirs')
 source=(https://rubygems.org/downloads/${_gemname}-${pkgver}.gem)
 noextract=(${_gemname}-${pkgver}.gem)
-sha512sums=('a2c02421ada8f4dc640056a972f39ea6b4654c5cb3431eaca867d7a9ac304e098b5cffab54812022188a2398feb79a24d60e8a6a5bfe47615097ca2e436fc52f')
+sha512sums=('07063673c7dbcd08e148fba14823cfb8d07e11dbfded0b3b5f1196e8c92366a769c3911c70c6b4513b2ad144788da711e751a3e4382ddba8362a13c7a968618c')
 
 package() {
   local _gemdir="$(gem environment gemdir)"


[arch-commits] Commit in ruby-rspec-core/repos/community-any (PKGBUILD PKGBUILD)

2017-11-05 Thread Levente Polyak
Date: Sunday, November 5, 2017 @ 21:27:45
  Author: anthraxx
Revision: 265464

archrelease: copy trunk to community-any

Added:
  ruby-rspec-core/repos/community-any/PKGBUILD
(from rev 265463, ruby-rspec-core/trunk/PKGBUILD)
Deleted:
  ruby-rspec-core/repos/community-any/PKGBUILD

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

Deleted: PKGBUILD
===
--- PKGBUILD2017-11-05 21:27:37 UTC (rev 265463)
+++ PKGBUILD2017-11-05 21:27:45 UTC (rev 265464)
@@ -1,26 +0,0 @@
-# Maintainer: Levente Polyak 
-# Contributor: Artem Vorotnikov 
-
-_gemname=rspec-core
-pkgname=ruby-${_gemname}
-pkgver=3.6.0
-pkgrel=1
-pkgdesc='RSpec runner and formatters'
-url='https://github.com/rspec/rspec-core'
-arch=('any')
-license=('MIT')
-depends=('ruby-rspec-support')
-options=('!emptydirs')
-source=(https://rubygems.org/downloads/${_gemname}-${pkgver}.gem)
-noextract=(${_gemname}-${pkgver}.gem)
-sha512sums=('a2c02421ada8f4dc640056a972f39ea6b4654c5cb3431eaca867d7a9ac304e098b5cffab54812022188a2398feb79a24d60e8a6a5bfe47615097ca2e436fc52f')
-
-package() {
-  local _gemdir="$(gem environment gemdir)"
-  gem install --ignore-dependencies --no-user-install -i "${pkgdir}${_gemdir}" 
-n "${pkgdir}/usr/bin" ${_gemname}-${pkgver}.gem
-  install -Dm 644 "${pkgdir}${_gemdir}/gems/${_gemname}-${pkgver}/LICENSE.md" 
"${pkgdir}/usr/share/licenses/${pkgname}/LICENSE"
-  install -Dm 644 "${pkgdir}${_gemdir}/gems/${_gemname}-${pkgver}/README.md" 
"${pkgdir}/usr/share/doc/${pkgname}/README"
-  rm "${pkgdir}/${_gemdir}/cache/${_gemname}-${pkgver}.gem"
-}
-
-# vim: ts=2 sw=2 et:

Copied: ruby-rspec-core/repos/community-any/PKGBUILD (from rev 265463, 
ruby-rspec-core/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2017-11-05 21:27:45 UTC (rev 265464)
@@ -0,0 +1,26 @@
+# Maintainer: Levente Polyak 
+# Contributor: Artem Vorotnikov 
+
+_gemname=rspec-core
+pkgname=ruby-${_gemname}
+pkgver=3.7.0
+pkgrel=1
+pkgdesc='RSpec runner and formatters'
+url='https://github.com/rspec/rspec-core'
+arch=('any')
+license=('MIT')
+depends=('ruby-rspec-support')
+options=('!emptydirs')
+source=(https://rubygems.org/downloads/${_gemname}-${pkgver}.gem)
+noextract=(${_gemname}-${pkgver}.gem)
+sha512sums=('07063673c7dbcd08e148fba14823cfb8d07e11dbfded0b3b5f1196e8c92366a769c3911c70c6b4513b2ad144788da711e751a3e4382ddba8362a13c7a968618c')
+
+package() {
+  local _gemdir="$(gem environment gemdir)"
+  gem install --ignore-dependencies --no-user-install -i "${pkgdir}${_gemdir}" 
-n "${pkgdir}/usr/bin" ${_gemname}-${pkgver}.gem
+  install -Dm 644 "${pkgdir}${_gemdir}/gems/${_gemname}-${pkgver}/LICENSE.md" 
"${pkgdir}/usr/share/licenses/${pkgname}/LICENSE"
+  install -Dm 644 "${pkgdir}${_gemdir}/gems/${_gemname}-${pkgver}/README.md" 
"${pkgdir}/usr/share/doc/${pkgname}/README"
+  rm "${pkgdir}/${_gemdir}/cache/${_gemname}-${pkgver}.gem"
+}
+
+# vim: ts=2 sw=2 et:


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

2017-11-05 Thread Levente Polyak
Date: Sunday, November 5, 2017 @ 21:26:20
  Author: anthraxx
Revision: 265462

archrelease: copy trunk to community-any

Added:
  ruby-rspec/repos/community-any/PKGBUILD
(from rev 265461, ruby-rspec/trunk/PKGBUILD)
Deleted:
  ruby-rspec/repos/community-any/PKGBUILD

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

Deleted: PKGBUILD
===
--- PKGBUILD2017-11-05 21:26:11 UTC (rev 265461)
+++ PKGBUILD2017-11-05 21:26:20 UTC (rev 265462)
@@ -1,26 +0,0 @@
-# Maintainer: Levente Polyak 
-# Contributor: Artem Vorotnikov 
-
-_gemname=rspec
-pkgname=ruby-${_gemname}
-pkgver=3.6.0
-pkgrel=1
-pkgdesc='RSpec meta-gem that depends on the other components'
-url='https://github.com/rspec/rspec'
-arch=('any')
-license=('MIT')
-depends=('ruby-rspec-core' 'ruby-rspec-expectations' 'ruby-rspec-mocks')
-options=('!emptydirs')
-source=(https://rubygems.org/downloads/${_gemname}-${pkgver}.gem)
-noextract=(${_gemname}-${pkgver}.gem)
-sha512sums=('ff0208209fffe205038e75ea410d0a0c140d35f9dcf46b699d9359bb17b8d6e92c4c3643b8f99d741921dd4a4b9bc62e639f5d48f46e4e9c656dcab0f62fdbb2')
-
-package() {
-  local _gemdir="$(ruby -e'puts Gem.default_dir')"
-  gem install --ignore-dependencies --no-user-install -i "${pkgdir}${_gemdir}" 
-n "${pkgdir}/usr/bin" ${_gemname}-${pkgver}.gem
-  install -Dm 644 "${pkgdir}${_gemdir}/gems/${_gemname}-${pkgver}/LICENSE.md" 
"${pkgdir}/usr/share/licenses/${pkgname}/LICENSE"
-  install -Dm 644 "${pkgdir}${_gemdir}/gems/${_gemname}-${pkgver}/README.md" 
"${pkgdir}/usr/share/doc/${pkgname}/README"
-  rm "${pkgdir}/${_gemdir}/cache/${_gemname}-${pkgver}.gem"
-}
-
-# vim: ts=2 sw=2 et:

Copied: ruby-rspec/repos/community-any/PKGBUILD (from rev 265461, 
ruby-rspec/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2017-11-05 21:26:20 UTC (rev 265462)
@@ -0,0 +1,26 @@
+# Maintainer: Levente Polyak 
+# Contributor: Artem Vorotnikov 
+
+_gemname=rspec
+pkgname=ruby-${_gemname}
+pkgver=3.7.0
+pkgrel=1
+pkgdesc='RSpec meta-gem that depends on the other components'
+url='https://github.com/rspec/rspec'
+arch=('any')
+license=('MIT')
+depends=('ruby-rspec-core' 'ruby-rspec-expectations' 'ruby-rspec-mocks')
+options=('!emptydirs')
+source=(https://rubygems.org/downloads/${_gemname}-${pkgver}.gem)
+noextract=(${_gemname}-${pkgver}.gem)
+sha512sums=('5c10a878e9697030783c987ee9a6244b36cf85a2a3fb8c28bf9771900a3259da4f19c7f159180b5ff9140ab715b38b5d90cd5e0014ac1862f478c32a95e7edfd')
+
+package() {
+  local _gemdir="$(ruby -e'puts Gem.default_dir')"
+  gem install --ignore-dependencies --no-user-install -i "${pkgdir}${_gemdir}" 
-n "${pkgdir}/usr/bin" ${_gemname}-${pkgver}.gem
+  install -Dm 644 "${pkgdir}${_gemdir}/gems/${_gemname}-${pkgver}/LICENSE.md" 
"${pkgdir}/usr/share/licenses/${pkgname}/LICENSE"
+  install -Dm 644 "${pkgdir}${_gemdir}/gems/${_gemname}-${pkgver}/README.md" 
"${pkgdir}/usr/share/doc/${pkgname}/README"
+  rm "${pkgdir}/${_gemdir}/cache/${_gemname}-${pkgver}.gem"
+}
+
+# vim: ts=2 sw=2 et:


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

2017-11-05 Thread Levente Polyak
Date: Sunday, November 5, 2017 @ 21:26:11
  Author: anthraxx
Revision: 265461

upgpkg: ruby-rspec 3.7.0-1

Modified:
  ruby-rspec/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2017-11-05 21:24:53 UTC (rev 265460)
+++ PKGBUILD2017-11-05 21:26:11 UTC (rev 265461)
@@ -3,7 +3,7 @@
 
 _gemname=rspec
 pkgname=ruby-${_gemname}
-pkgver=3.6.0
+pkgver=3.7.0
 pkgrel=1
 pkgdesc='RSpec meta-gem that depends on the other components'
 url='https://github.com/rspec/rspec'
@@ -13,7 +13,7 @@
 options=('!emptydirs')
 source=(https://rubygems.org/downloads/${_gemname}-${pkgver}.gem)
 noextract=(${_gemname}-${pkgver}.gem)
-sha512sums=('ff0208209fffe205038e75ea410d0a0c140d35f9dcf46b699d9359bb17b8d6e92c4c3643b8f99d741921dd4a4b9bc62e639f5d48f46e4e9c656dcab0f62fdbb2')
+sha512sums=('5c10a878e9697030783c987ee9a6244b36cf85a2a3fb8c28bf9771900a3259da4f19c7f159180b5ff9140ab715b38b5d90cd5e0014ac1862f478c32a95e7edfd')
 
 package() {
   local _gemdir="$(ruby -e'puts Gem.default_dir')"


[arch-commits] Commit in ruby-rspec-support/repos/community-any (PKGBUILD PKGBUILD)

2017-11-05 Thread Levente Polyak
Date: Sunday, November 5, 2017 @ 21:24:53
  Author: anthraxx
Revision: 265460

archrelease: copy trunk to community-any

Added:
  ruby-rspec-support/repos/community-any/PKGBUILD
(from rev 265459, ruby-rspec-support/trunk/PKGBUILD)
Deleted:
  ruby-rspec-support/repos/community-any/PKGBUILD

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

Deleted: PKGBUILD
===
--- PKGBUILD2017-11-05 21:24:44 UTC (rev 265459)
+++ PKGBUILD2017-11-05 21:24:53 UTC (rev 265460)
@@ -1,26 +0,0 @@
-# Maintainer: Levente Polyak 
-# Contributor: Artem Vorotnikov 
-
-_gemname=rspec-support
-pkgname=ruby-${_gemname}
-pkgver=3.6.0
-pkgrel=1
-pkgdesc='Common code needed by the other RSpec gems. Not intended for direct 
use'
-url='https://github.com/rspec/rspec-support'
-arch=('any')
-license=('MIT')
-depends=('ruby')
-options=('!emptydirs')
-source=(https://rubygems.org/downloads/${_gemname}-${pkgver}.gem)
-noextract=(${_gemname}-${pkgver}.gem)
-sha512sums=('49ae5720093bb3d3323a7f313cbce9ac177ef21c3bb71a5a68f1152783252c10dbbf6ea10f51a08aa8073846b1819e7bce9a0711137cb255f7f29c996bd19b20')
-
-package() {
-  local _gemdir="$(ruby -e'puts Gem.default_dir')"
-  gem install --ignore-dependencies --no-user-install -i "${pkgdir}${_gemdir}" 
-n "${pkgdir}/usr/bin" ${_gemname}-${pkgver}.gem
-  install -Dm 644 "${pkgdir}${_gemdir}/gems/${_gemname}-${pkgver}/LICENSE.md" 
"${pkgdir}/usr/share/licenses/${pkgname}/LICENSE"
-  install -Dm 644 "${pkgdir}${_gemdir}/gems/${_gemname}-${pkgver}/README.md" 
"${pkgdir}/usr/share/doc/${pkgname}/README"
-  rm "${pkgdir}/${_gemdir}/cache/${_gemname}-${pkgver}.gem"
-}
-
-# vim: ts=2 sw=2 et:

Copied: ruby-rspec-support/repos/community-any/PKGBUILD (from rev 265459, 
ruby-rspec-support/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2017-11-05 21:24:53 UTC (rev 265460)
@@ -0,0 +1,26 @@
+# Maintainer: Levente Polyak 
+# Contributor: Artem Vorotnikov 
+
+_gemname=rspec-support
+pkgname=ruby-${_gemname}
+pkgver=3.7.0
+pkgrel=1
+pkgdesc='Common code needed by the other RSpec gems. Not intended for direct 
use'
+url='https://github.com/rspec/rspec-support'
+arch=('any')
+license=('MIT')
+depends=('ruby')
+options=('!emptydirs')
+source=(https://rubygems.org/downloads/${_gemname}-${pkgver}.gem)
+noextract=(${_gemname}-${pkgver}.gem)
+sha512sums=('50b23dc2da21c638b552b55651d551759b139b6a16f3cbdd38d9ced41fbdbab808cc034800d3e98126cfadf2a03db479493811478cb7a4b751a98f252b57867d')
+
+package() {
+  local _gemdir="$(ruby -e'puts Gem.default_dir')"
+  gem install --ignore-dependencies --no-user-install -i "${pkgdir}${_gemdir}" 
-n "${pkgdir}/usr/bin" ${_gemname}-${pkgver}.gem
+  install -Dm 644 "${pkgdir}${_gemdir}/gems/${_gemname}-${pkgver}/LICENSE.md" 
"${pkgdir}/usr/share/licenses/${pkgname}/LICENSE"
+  install -Dm 644 "${pkgdir}${_gemdir}/gems/${_gemname}-${pkgver}/README.md" 
"${pkgdir}/usr/share/doc/${pkgname}/README"
+  rm "${pkgdir}/${_gemdir}/cache/${_gemname}-${pkgver}.gem"
+}
+
+# vim: ts=2 sw=2 et:


[arch-commits] Commit in ruby-rspec-support/trunk (PKGBUILD)

2017-11-05 Thread Levente Polyak
Date: Sunday, November 5, 2017 @ 21:24:44
  Author: anthraxx
Revision: 265459

upgpkg: ruby-rspec-support 3.7.0-1

Modified:
  ruby-rspec-support/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2017-11-05 21:23:34 UTC (rev 265458)
+++ PKGBUILD2017-11-05 21:24:44 UTC (rev 265459)
@@ -3,7 +3,7 @@
 
 _gemname=rspec-support
 pkgname=ruby-${_gemname}
-pkgver=3.6.0
+pkgver=3.7.0
 pkgrel=1
 pkgdesc='Common code needed by the other RSpec gems. Not intended for direct 
use'
 url='https://github.com/rspec/rspec-support'
@@ -13,7 +13,7 @@
 options=('!emptydirs')
 source=(https://rubygems.org/downloads/${_gemname}-${pkgver}.gem)
 noextract=(${_gemname}-${pkgver}.gem)
-sha512sums=('49ae5720093bb3d3323a7f313cbce9ac177ef21c3bb71a5a68f1152783252c10dbbf6ea10f51a08aa8073846b1819e7bce9a0711137cb255f7f29c996bd19b20')
+sha512sums=('50b23dc2da21c638b552b55651d551759b139b6a16f3cbdd38d9ced41fbdbab808cc034800d3e98126cfadf2a03db479493811478cb7a4b751a98f252b57867d')
 
 package() {
   local _gemdir="$(ruby -e'puts Gem.default_dir')"


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

2017-11-05 Thread Levente Polyak
Date: Sunday, November 5, 2017 @ 21:23:34
  Author: anthraxx
Revision: 265458

archrelease: copy trunk to community-any

Added:
  ruby-paint/repos/community-any/PKGBUILD
(from rev 265457, ruby-paint/trunk/PKGBUILD)
Deleted:
  ruby-paint/repos/community-any/PKGBUILD

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

Deleted: PKGBUILD
===
--- PKGBUILD2017-11-05 21:23:15 UTC (rev 265457)
+++ PKGBUILD2017-11-05 21:23:34 UTC (rev 265458)
@@ -1,36 +0,0 @@
-# Maintainer: Levente Polyak 
-# Contributor: Gordin <9ordin @t gmail dot com>
-
-_gemname=paint
-pkgname=ruby-${_gemname}
-pkgver=2.0.0
-pkgrel=3
-pkgdesc='Ruby paint manages terminal colors and effects'
-url='https://github.com/janlelis/paint'
-arch=('any')
-license=('MIT')
-depends=('ruby-rspec' 'ruby-rainbow' 'ruby-term-ansicolor')
-options=('!emptydirs')
-source=(${pkgname}-${pkgver}.tar.gz::https://github.com/janlelis/paint/archive/v${pkgver}.tar.gz)
-sha512sums=('3a30635b193fcd2d929a09f64226fefdf01dabf3c33427ca28d8d5a550d56642c8069d5f1334d845977282a6083cdfa16177f3bd23560f61c36d3822c891c5fe')
-
-prepare() {
-  cd ${_gemname}-${pkgver}
-  sed -r 's|~>|>=|g' -i paint.gemspec # don't give a fuck about rubys bla bla
-}
-
-build() {
-  cd ${_gemname}-${pkgver}
-  gem build paint.gemspec
-}
-
-package() {
-  cd ${_gemname}-${pkgver}
-  local _gemdir="$(gem env gemdir)"
-  gem install --ignore-dependencies --no-user-install -i "${pkgdir}${_gemdir}" 
-n "${pkgdir}/usr/bin" ${_gemname}-${pkgver}.gem
-  rm "${pkgdir}/${_gemdir}/cache/${_gemname}-${pkgver}.gem"
-  install -Dm 644 MIT-LICENSE.txt 
"${pkgdir}/usr/share/licenses/${pkgname}/LICENSE"
-  install -Dm 644 README.md CHANGELOG.md -t 
"${pkgdir}/usr/share/doc/${pkgname}"
-}
-
-# vim: ts=2 sw=2 et:

Copied: ruby-paint/repos/community-any/PKGBUILD (from rev 265457, 
ruby-paint/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2017-11-05 21:23:34 UTC (rev 265458)
@@ -0,0 +1,36 @@
+# Maintainer: Levente Polyak 
+# Contributor: Gordin <9ordin @t gmail dot com>
+
+_gemname=paint
+pkgname=ruby-${_gemname}
+pkgver=2.0.1
+pkgrel=1
+pkgdesc='Ruby paint manages terminal colors and effects'
+url='https://github.com/janlelis/paint'
+arch=('any')
+license=('MIT')
+depends=('ruby-rspec' 'ruby-rainbow' 'ruby-term-ansicolor')
+options=('!emptydirs')
+source=(${pkgname}-${pkgver}.tar.gz::https://github.com/janlelis/paint/archive/v${pkgver}.tar.gz)
+sha512sums=('49db2bdca0b3b6236669219dadb8b72fb0f68102c6f93658e9b032d1da8e5be154458979425a793355efcfc90968c9cca7a1caacd087a67a5c486cd7495235ff')
+
+prepare() {
+  cd ${_gemname}-${pkgver}
+  sed -r 's|~>|>=|g' -i paint.gemspec # don't give a fuck about rubys bla bla
+}
+
+build() {
+  cd ${_gemname}-${pkgver}
+  gem build paint.gemspec
+}
+
+package() {
+  cd ${_gemname}-${pkgver}
+  local _gemdir="$(gem env gemdir)"
+  gem install --ignore-dependencies --no-user-install -i "${pkgdir}${_gemdir}" 
-n "${pkgdir}/usr/bin" ${_gemname}-${pkgver}.gem
+  rm "${pkgdir}/${_gemdir}/cache/${_gemname}-${pkgver}.gem"
+  install -Dm 644 MIT-LICENSE.txt 
"${pkgdir}/usr/share/licenses/${pkgname}/LICENSE"
+  install -Dm 644 README.md CHANGELOG.md -t 
"${pkgdir}/usr/share/doc/${pkgname}"
+}
+
+# vim: ts=2 sw=2 et:


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

2017-11-05 Thread Levente Polyak
Date: Sunday, November 5, 2017 @ 21:23:15
  Author: anthraxx
Revision: 265457

upgpkg: ruby-paint 2.0.1-1

Modified:
  ruby-paint/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2017-11-05 21:21:28 UTC (rev 265456)
+++ PKGBUILD2017-11-05 21:23:15 UTC (rev 265457)
@@ -3,8 +3,8 @@
 
 _gemname=paint
 pkgname=ruby-${_gemname}
-pkgver=2.0.0
-pkgrel=3
+pkgver=2.0.1
+pkgrel=1
 pkgdesc='Ruby paint manages terminal colors and effects'
 url='https://github.com/janlelis/paint'
 arch=('any')
@@ -12,7 +12,7 @@
 depends=('ruby-rspec' 'ruby-rainbow' 'ruby-term-ansicolor')
 options=('!emptydirs')
 
source=(${pkgname}-${pkgver}.tar.gz::https://github.com/janlelis/paint/archive/v${pkgver}.tar.gz)
-sha512sums=('3a30635b193fcd2d929a09f64226fefdf01dabf3c33427ca28d8d5a550d56642c8069d5f1334d845977282a6083cdfa16177f3bd23560f61c36d3822c891c5fe')
+sha512sums=('49db2bdca0b3b6236669219dadb8b72fb0f68102c6f93658e9b032d1da8e5be154458979425a793355efcfc90968c9cca7a1caacd087a67a5c486cd7495235ff')
 
 prepare() {
   cd ${_gemname}-${pkgver}


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

2017-11-05 Thread Levente Polyak
Date: Sunday, November 5, 2017 @ 21:21:04
  Author: anthraxx
Revision: 265455

upgpkg: gradle 4.3-1

Modified:
  gradle/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2017-11-05 21:13:31 UTC (rev 265454)
+++ PKGBUILD2017-11-05 21:21:04 UTC (rev 265455)
@@ -5,7 +5,7 @@
 
 pkgbase=gradle
 pkgname=('gradle' 'gradle-doc' 'gradle-src')
-pkgver=4.2.1
+pkgver=4.3
 pkgrel=1
 pkgdesc='Powerful build system for the JVM'
 url='https://gradle.org/'
@@ -14,9 +14,9 @@
 depends=('java-environment' 'bash')
 source=(https://services.gradle.org/distributions/${pkgbase}-${pkgver}-all.zip
 ${pkgbase}.sh)
-sha256sums=('7897b59fb45148cd8a79f078e5e4cef3861a252dd1a1af729d0c6e8a0a8703a8'
+sha256sums=('b3afcc2d5aaf4d23eeab2409d64c54046147322d05acc7fb5a63f84d8a2b8bd7'
 '7cdd70370b92b297f350d5ff69b915359bdc37b4feac839696b0ab5eaa7d7c2a')
-sha512sums=('f49418108809c16eba4436ba8eb101fee2ac028bd306437c146b6c8bba8dccaf8e0aaed2da9d1ea89368ea6e9459f149cf26fa1669d3f91dcc8568dd10d5efd2'
+sha512sums=('b8989e0f05b53fef9acd5325caea2f9810c837031558c76bf8bba1f551c14c2d8aaeb8b638714f668afab560eca1578f19ed130fe983fdca581e01ad9a962c6a'
 
'f38e9b26e22948366acf6580d6f38e2c88c3791c425b24922368fe1bc78c744fa516a03ffdbef02e3755859da620a6259997d4b4e5f97e3dc8cb49b74a694616')
 
 package_gradle() {


[arch-commits] Commit in gradle/repos/community-any (4 files)

2017-11-05 Thread Levente Polyak
Date: Sunday, November 5, 2017 @ 21:21:28
  Author: anthraxx
Revision: 265456

archrelease: copy trunk to community-any

Added:
  gradle/repos/community-any/PKGBUILD
(from rev 265455, gradle/trunk/PKGBUILD)
  gradle/repos/community-any/gradle.sh
(from rev 265455, gradle/trunk/gradle.sh)
Deleted:
  gradle/repos/community-any/PKGBUILD
  gradle/repos/community-any/gradle.sh

---+
 PKGBUILD  |  150 ++--
 gradle.sh |4 -
 2 files changed, 77 insertions(+), 77 deletions(-)

Deleted: PKGBUILD
===
--- PKGBUILD2017-11-05 21:21:04 UTC (rev 265455)
+++ PKGBUILD2017-11-05 21:21:28 UTC (rev 265456)
@@ -1,75 +0,0 @@
-# Maintainer: Levente Polyak 
-# Contributor: Simon Legner 
-# Contributor: Chris Molozian (novabyte) 
-# Contributor: Sanjuro Makabe (itti) 
-
-pkgbase=gradle
-pkgname=('gradle' 'gradle-doc' 'gradle-src')
-pkgver=4.2.1
-pkgrel=1
-pkgdesc='Powerful build system for the JVM'
-url='https://gradle.org/'
-arch=('any')
-license=('Apache')
-depends=('java-environment' 'bash')
-source=(https://services.gradle.org/distributions/${pkgbase}-${pkgver}-all.zip
-${pkgbase}.sh)
-sha256sums=('7897b59fb45148cd8a79f078e5e4cef3861a252dd1a1af729d0c6e8a0a8703a8'
-'7cdd70370b92b297f350d5ff69b915359bdc37b4feac839696b0ab5eaa7d7c2a')
-sha512sums=('f49418108809c16eba4436ba8eb101fee2ac028bd306437c146b6c8bba8dccaf8e0aaed2da9d1ea89368ea6e9459f149cf26fa1669d3f91dcc8568dd10d5efd2'
-
'f38e9b26e22948366acf6580d6f38e2c88c3791c425b24922368fe1bc78c744fa516a03ffdbef02e3755859da620a6259997d4b4e5f97e3dc8cb49b74a694616')
-
-package_gradle() {
-  cd ${pkgbase}-${pkgver}
-
-  # install profile.d script
-  install -Dm 755 "${srcdir}/${pkgbase}.sh" 
"${pkgdir}/etc/profile.d/${pkgbase}.sh"
-
-  # create the necessary directory structure
-  install -d "${pkgdir}/usr/share/java/${pkgname}/bin"
-  install -d "${pkgdir}/usr/share/java/${pkgname}/lib/plugins"
-  install -d "${pkgdir}/usr/share/java/${pkgname}/init.d"
-  install -d "${pkgdir}/usr/bin"
-
-  # copy across jar files
-  install -Dm 644 lib/*.jar "${pkgdir}/usr/share/java/${pkgname}/lib"
-  install -Dm 644 lib/plugins/*.jar 
"${pkgdir}/usr/share/java/${pkgname}/lib/plugins"
-
-  # copy across supporting text documentation and scripts
-  install -m 644 NOTICE "${pkgdir}/usr/share/java/${pkgname}"
-  install -m 644 LICENSE "${pkgdir}/usr/share/java/${pkgname}"
-  install -m 644 *.html "${pkgdir}/usr/share/java/${pkgname}"
-  install -m 755 bin/gradle "${pkgdir}/usr/share/java/${pkgname}/bin"
-  install -m 644 init.d/*.* "${pkgdir}/usr/share/java/${pkgname}/init.d"
-
-  # link gradle script to /usr/bin
-  ln -s /usr/share/java/${pkgname}/bin/${pkgname} "${pkgdir}/usr/bin"
-}
-
-package_gradle-doc() {
-  pkgdesc='Powerful build system for the JVM (documentation and samples)'
-  options=('!strip')
-  optdepends=('gradle')
-
-  cd ${pkgbase}-${pkgver}
-
-  # create the necessary directory structure
-  install -d "${pkgdir}/usr/share/java/gradle/docs"
-  install -d "${pkgdir}/usr/share/java/gradle/samples"
-
-  # copy across documentation and samples
-  cp -r docs/* "${pkgdir}/usr/share/java/gradle/docs"
-  cp -r samples/* "${pkgdir}/usr/share/java/gradle/samples"
-}
-
-package_gradle-src() {
-  pkgdesc='Powerful build system for the JVM (sources)'
-  options=('!strip')
-  optdepends=('gradle')
-
-  cd ${pkgbase}-${pkgver}
-  install -d "${pkgdir}/usr/share/java/gradle/src"
-  cp -r src/* "${pkgdir}/usr/share/java/gradle/src"
-}
-
-# vim: ts=2 sw=2 et:

Copied: gradle/repos/community-any/PKGBUILD (from rev 265455, 
gradle/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2017-11-05 21:21:28 UTC (rev 265456)
@@ -0,0 +1,75 @@
+# Maintainer: Levente Polyak 
+# Contributor: Simon Legner 
+# Contributor: Chris Molozian (novabyte) 
+# Contributor: Sanjuro Makabe (itti) 
+
+pkgbase=gradle
+pkgname=('gradle' 'gradle-doc' 'gradle-src')
+pkgver=4.3
+pkgrel=1
+pkgdesc='Powerful build system for the JVM'
+url='https://gradle.org/'
+arch=('any')
+license=('Apache')
+depends=('java-environment' 'bash')
+source=(https://services.gradle.org/distributions/${pkgbase}-${pkgver}-all.zip
+${pkgbase}.sh)
+sha256sums=('b3afcc2d5aaf4d23eeab2409d64c54046147322d05acc7fb5a63f84d8a2b8bd7'
+'7cdd70370b92b297f350d5ff69b915359bdc37b4feac839696b0ab5eaa7d7c2a')
+sha512sums=('b8989e0f05b53fef9acd5325caea2f9810c837031558c76bf8bba1f551c14c2d8aaeb8b638714f668afab560eca1578f19ed130fe983fdca581e01ad9a962c6a'
+
'f38e9b26e22948366acf6580d6f38e2c88c3791c425b24922368fe1bc78c744fa516a03ffdbef02e3755859da620a6259997d4b4e5f97e3dc8cb49b74a694616')
+
+package_gradle() {
+  cd ${pkgbase}-${pkgver}
+
+  # install profile.d script
+  

[arch-commits] Commit in hashcat/trunk (PKGBUILD hashcat-fix-version.patch)

2017-11-05 Thread Levente Polyak
Date: Sunday, November 5, 2017 @ 21:13:20
  Author: anthraxx
Revision: 265453

upgpkg: hashcat 1:4.0.0-1

Added:
  hashcat/trunk/hashcat-fix-version.patch
Modified:
  hashcat/trunk/PKGBUILD

---+
 PKGBUILD  |   17 -
 hashcat-fix-version.patch |   22 ++
 2 files changed, 34 insertions(+), 5 deletions(-)

Modified: PKGBUILD
===
--- PKGBUILD2017-11-05 20:56:05 UTC (rev 265452)
+++ PKGBUILD2017-11-05 21:13:20 UTC (rev 265453)
@@ -2,8 +2,8 @@
 # Contributor: Sam Stuewe 
 
 pkgname=hashcat
-pkgver=3.6.0
-pkgrel=3
+pkgver=4.0.0
+pkgrel=1
 epoch=1
 pkgdesc='Multithreaded advanced password recovery utility'
 url='https://hashcat.net/hashcat'
@@ -12,11 +12,18 @@
 optdepends=('libxnvctrl: NVIDIA X driver configuration support')
 makedepends=('opencl-headers')
 license=('MIT')
-source=(https://hashcat.net/files/${pkgname}-${pkgver}.tar.gz{,.asc})
-sha512sums=('7842b6d742cd1c83f136b0ae13cdd4c6991618654360b5f67376c6d08e93888f4d958360aac8b0c8bbe96a6cbe032971fbc2ec7fa6d58794aa50381e0191a636'
-'SKIP')
+source=(https://hashcat.net/files/${pkgname}-${pkgver}.tar.gz{,.asc}
+hashcat-fix-version.patch)
+sha512sums=('ef5117ec34a0fb06a8be1058caeb88016421bff9de5acced7f738b0dca82b52fc2495758242389315c29a66d46360211528d79ce8207af6f6a451eef6e0d8806'
+'SKIP'
+
'c11e4af083f7212fcd04f12c9e75e19e535962def8f9553395b571d82b1e049c4d8763709494ffda6a23d9aa0f7ac9fd7cf844c948f153771c6da79106570c2d')
 validpgpkeys=('A70833229D040B4199CC00523C17DA8B8A16544F') # Hashcat signing 
key 
 
+prepare() {
+  cd ${pkgname}-${pkgver}
+  patch -p1 < "${srcdir}/hashcat-fix-version.patch"
+}
+
 build() {
   cd ${pkgname}-${pkgver}
   make PREFIX=/usr SHARED=1

Added: hashcat-fix-version.patch
===
--- hashcat-fix-version.patch   (rev 0)
+++ hashcat-fix-version.patch   2017-11-05 21:13:20 UTC (rev 265453)
@@ -0,0 +1,22 @@
+From c06c5ddd4857b0a5d7862451da431c42287918ce Mon Sep 17 00:00:00 2001
+From: philsmd 
+Date: Sat, 28 Oct 2017 13:28:07 +0200
+Subject: [PATCH] fixes #1412: sed for VERSION_EXPORT fixed compilation problem
+
+---
+ src/Makefile | 2 +-
+ 1 file changed, 1 insertion(+), 1 deletion(-)
+
+diff --git a/src/Makefile b/src/Makefile
+index 3541f7dfc..75e7757d9 100644
+--- a/src/Makefile
 b/src/Makefile
+@@ -127,7 +127,7 @@ COMPTIME:= $(shell date +%s)
+ # the value will be something like this: "tag: vX.Y.Z, refs/pull/Y/head"
+ 
+ VERSION_EXPORT  := HEAD -> master, tag: v4.0.0
+-VERSION_TAG := $(shell test -d .git && git describe --tags 
--dirty=+ || echo "$(VERSION_EXPORT)" | $(SED) 's/.*: v\([\.0-9]*\),.*/v\1/')
++VERSION_TAG := $(shell test -d .git && git describe --tags 
--dirty=+ || echo "$(VERSION_EXPORT)" | $(SED) 's/.*: v\([\.0-9]*\).*/v\1/')
+ 
+ ##
+ ## General compiler and linker options


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

2017-11-05 Thread Levente Polyak
Date: Sunday, November 5, 2017 @ 21:13:31
  Author: anthraxx
Revision: 265454

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

Added:
  hashcat/repos/community-i686/PKGBUILD
(from rev 265453, hashcat/trunk/PKGBUILD)
  hashcat/repos/community-i686/hashcat-fix-version.patch
(from rev 265453, hashcat/trunk/hashcat-fix-version.patch)
  hashcat/repos/community-x86_64/PKGBUILD
(from rev 265453, hashcat/trunk/PKGBUILD)
  hashcat/repos/community-x86_64/hashcat-fix-version.patch
(from rev 265453, hashcat/trunk/hashcat-fix-version.patch)
Deleted:
  hashcat/repos/community-i686/PKGBUILD
  hashcat/repos/community-x86_64/PKGBUILD

+
 /PKGBUILD  |   76 +++
 community-i686/PKGBUILD|   31 ---
 community-i686/hashcat-fix-version.patch   |   22 +++
 community-x86_64/PKGBUILD  |   31 ---
 community-x86_64/hashcat-fix-version.patch |   22 +++
 5 files changed, 120 insertions(+), 62 deletions(-)

Deleted: community-i686/PKGBUILD
===
--- community-i686/PKGBUILD 2017-11-05 21:13:20 UTC (rev 265453)
+++ community-i686/PKGBUILD 2017-11-05 21:13:31 UTC (rev 265454)
@@ -1,31 +0,0 @@
-# Maintainer: Levente Polyak 
-# Contributor: Sam Stuewe 
-
-pkgname=hashcat
-pkgver=3.6.0
-pkgrel=3
-epoch=1
-pkgdesc='Multithreaded advanced password recovery utility'
-url='https://hashcat.net/hashcat'
-arch=('i686' 'x86_64')
-depends=('opencl-icd-loader')
-optdepends=('libxnvctrl: NVIDIA X driver configuration support')
-makedepends=('opencl-headers')
-license=('MIT')
-source=(https://hashcat.net/files/${pkgname}-${pkgver}.tar.gz{,.asc})
-sha512sums=('7842b6d742cd1c83f136b0ae13cdd4c6991618654360b5f67376c6d08e93888f4d958360aac8b0c8bbe96a6cbe032971fbc2ec7fa6d58794aa50381e0191a636'
-'SKIP')
-validpgpkeys=('A70833229D040B4199CC00523C17DA8B8A16544F') # Hashcat signing 
key 
-
-build() {
-  cd ${pkgname}-${pkgver}
-  make PREFIX=/usr SHARED=1
-}
-
-package() {
-  cd ${pkgname}-${pkgver}
-  make DESTDIR="${pkgdir}" PREFIX=/usr SHARED=1 install
-  install -Dm 644 docs/license.txt 
"${pkgdir}/usr/share/licenses/${pkgname}/LICENSE"
-}
-
-# vim: ts=2 sw=2 et:

Copied: hashcat/repos/community-i686/PKGBUILD (from rev 265453, 
hashcat/trunk/PKGBUILD)
===
--- community-i686/PKGBUILD (rev 0)
+++ community-i686/PKGBUILD 2017-11-05 21:13:31 UTC (rev 265454)
@@ -0,0 +1,38 @@
+# Maintainer: Levente Polyak 
+# Contributor: Sam Stuewe 
+
+pkgname=hashcat
+pkgver=4.0.0
+pkgrel=1
+epoch=1
+pkgdesc='Multithreaded advanced password recovery utility'
+url='https://hashcat.net/hashcat'
+arch=('i686' 'x86_64')
+depends=('opencl-icd-loader')
+optdepends=('libxnvctrl: NVIDIA X driver configuration support')
+makedepends=('opencl-headers')
+license=('MIT')
+source=(https://hashcat.net/files/${pkgname}-${pkgver}.tar.gz{,.asc}
+hashcat-fix-version.patch)
+sha512sums=('ef5117ec34a0fb06a8be1058caeb88016421bff9de5acced7f738b0dca82b52fc2495758242389315c29a66d46360211528d79ce8207af6f6a451eef6e0d8806'
+'SKIP'
+
'c11e4af083f7212fcd04f12c9e75e19e535962def8f9553395b571d82b1e049c4d8763709494ffda6a23d9aa0f7ac9fd7cf844c948f153771c6da79106570c2d')
+validpgpkeys=('A70833229D040B4199CC00523C17DA8B8A16544F') # Hashcat signing 
key 
+
+prepare() {
+  cd ${pkgname}-${pkgver}
+  patch -p1 < "${srcdir}/hashcat-fix-version.patch"
+}
+
+build() {
+  cd ${pkgname}-${pkgver}
+  make PREFIX=/usr SHARED=1
+}
+
+package() {
+  cd ${pkgname}-${pkgver}
+  make DESTDIR="${pkgdir}" PREFIX=/usr SHARED=1 install
+  install -Dm 644 docs/license.txt 
"${pkgdir}/usr/share/licenses/${pkgname}/LICENSE"
+}
+
+# vim: ts=2 sw=2 et:

Copied: hashcat/repos/community-i686/hashcat-fix-version.patch (from rev 
265453, hashcat/trunk/hashcat-fix-version.patch)
===
--- community-i686/hashcat-fix-version.patch(rev 0)
+++ community-i686/hashcat-fix-version.patch2017-11-05 21:13:31 UTC (rev 
265454)
@@ -0,0 +1,22 @@
+From c06c5ddd4857b0a5d7862451da431c42287918ce Mon Sep 17 00:00:00 2001
+From: philsmd 
+Date: Sat, 28 Oct 2017 13:28:07 +0200
+Subject: [PATCH] fixes #1412: sed for VERSION_EXPORT fixed compilation problem
+
+---
+ src/Makefile | 2 +-
+ 1 file changed, 1 insertion(+), 1 deletion(-)
+
+diff --git a/src/Makefile b/src/Makefile
+index 3541f7dfc..75e7757d9 100644
+--- a/src/Makefile
 b/src/Makefile
+@@ -127,7 +127,7 @@ COMPTIME:= $(shell date +%s)
+ # the value will be something like this: "tag: vX.Y.Z, refs/pull/Y/head"
+ 
+ VERSION_EXPORT  := HEAD -> master, tag: v4.0.0

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

2017-11-05 Thread Levente Polyak
Date: Sunday, November 5, 2017 @ 20:55:53
  Author: anthraxx
Revision: 265451

upgpkg: ncmpcpp 0.8.1-1

Modified:
  ncmpcpp/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2017-11-05 20:46:41 UTC (rev 265450)
+++ PKGBUILD2017-11-05 20:55:53 UTC (rev 265451)
@@ -5,8 +5,8 @@
 # Contributor: Army 
 
 pkgname=ncmpcpp
-pkgver=0.8
-pkgrel=2
+pkgver=0.8.1
+pkgrel=1
 pkgdesc='Almost exact clone of ncmpc with some new features'
 url='http://ncmpcpp.rybczak.net/'
 arch=('i686' 'x86_64')
@@ -14,7 +14,7 @@
 depends=('curl' 'libmpdclient' 'taglib' 'ncurses' 'fftw' 'boost-libs')
 makedepends=('boost')
 
source=(${pkgname}-${pkgver}.tar.bz2::https://rybczak.net/ncmpcpp/stable/${pkgname}-${pkgver}.tar.bz2)
-sha512sums=('b51217df85f95efa345f0484f16024bd74c1c0e22f2c2b25238335fc2f00caf81877088170f241c1d97fd328d104b19f022dc4de9895ff420f1fcbea341e7cdb')
+sha512sums=('2b1b615672910f6b55d4a3e1842f677b8c72659a86dca74d9c306612038d7b765f622e4b8948f14d8a3f4fa913d413d128ed8726f70d7a09cfe95d3c1fe87d15')
 
 build() {
   cd ${pkgname}-${pkgver}


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

2017-11-05 Thread Levente Polyak
Date: Sunday, November 5, 2017 @ 20:56:05
  Author: anthraxx
Revision: 265452

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

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

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

Deleted: community-i686/PKGBUILD
===
--- community-i686/PKGBUILD 2017-11-05 20:55:53 UTC (rev 265451)
+++ community-i686/PKGBUILD 2017-11-05 20:56:05 UTC (rev 265452)
@@ -1,40 +0,0 @@
-# Maintainer: Levente Polyak 
-# Contributor: Bartłomiej Piotrowski 
-# Contributor: graysky 
-# Contributor: Mateusz Herych 
-# Contributor: Army 
-
-pkgname=ncmpcpp
-pkgver=0.8
-pkgrel=2
-pkgdesc='Almost exact clone of ncmpc with some new features'
-url='http://ncmpcpp.rybczak.net/'
-arch=('i686' 'x86_64')
-license=('GPL')
-depends=('curl' 'libmpdclient' 'taglib' 'ncurses' 'fftw' 'boost-libs')
-makedepends=('boost')
-source=(${pkgname}-${pkgver}.tar.bz2::https://rybczak.net/ncmpcpp/stable/${pkgname}-${pkgver}.tar.bz2)
-sha512sums=('b51217df85f95efa345f0484f16024bd74c1c0e22f2c2b25238335fc2f00caf81877088170f241c1d97fd328d104b19f022dc4de9895ff420f1fcbea341e7cdb')
-
-build() {
-  cd ${pkgname}-${pkgver}
-  BOOST_LIB_SUFFIX='' ./configure \
---prefix=/usr \
---enable-clock \
---enable-outputs \
---enable-unicode \
---enable-visualizer \
---with-curl \
---with-fftw \
---with-taglib
-  make
-  make -C extras
-}
-
-package() {
-  cd ${pkgname}-${pkgver}
-  make DESTDIR="${pkgdir}" install
-  install -Dm 755 extras/artist_to_albumartist -t "${pkgdir}/usr/bin"
-}
-
-# vim: ts=2 sw=2 et:

Copied: ncmpcpp/repos/community-i686/PKGBUILD (from rev 265451, 
ncmpcpp/trunk/PKGBUILD)
===
--- community-i686/PKGBUILD (rev 0)
+++ community-i686/PKGBUILD 2017-11-05 20:56:05 UTC (rev 265452)
@@ -0,0 +1,40 @@
+# Maintainer: Levente Polyak 
+# Contributor: Bartłomiej Piotrowski 
+# Contributor: graysky 
+# Contributor: Mateusz Herych 
+# Contributor: Army 
+
+pkgname=ncmpcpp
+pkgver=0.8.1
+pkgrel=1
+pkgdesc='Almost exact clone of ncmpc with some new features'
+url='http://ncmpcpp.rybczak.net/'
+arch=('i686' 'x86_64')
+license=('GPL')
+depends=('curl' 'libmpdclient' 'taglib' 'ncurses' 'fftw' 'boost-libs')
+makedepends=('boost')
+source=(${pkgname}-${pkgver}.tar.bz2::https://rybczak.net/ncmpcpp/stable/${pkgname}-${pkgver}.tar.bz2)
+sha512sums=('2b1b615672910f6b55d4a3e1842f677b8c72659a86dca74d9c306612038d7b765f622e4b8948f14d8a3f4fa913d413d128ed8726f70d7a09cfe95d3c1fe87d15')
+
+build() {
+  cd ${pkgname}-${pkgver}
+  BOOST_LIB_SUFFIX='' ./configure \
+--prefix=/usr \
+--enable-clock \
+--enable-outputs \
+--enable-unicode \
+--enable-visualizer \
+--with-curl \
+--with-fftw \
+--with-taglib
+  make
+  make -C extras
+}
+
+package() {
+  cd ${pkgname}-${pkgver}
+  make DESTDIR="${pkgdir}" install
+  install -Dm 755 extras/artist_to_albumartist -t "${pkgdir}/usr/bin"
+}
+
+# vim: ts=2 sw=2 et:

Deleted: community-x86_64/PKGBUILD
===
--- community-x86_64/PKGBUILD   2017-11-05 20:55:53 UTC (rev 265451)
+++ community-x86_64/PKGBUILD   2017-11-05 20:56:05 UTC (rev 265452)
@@ -1,40 +0,0 @@
-# Maintainer: Levente Polyak 
-# Contributor: Bartłomiej Piotrowski 
-# Contributor: graysky 
-# Contributor: Mateusz Herych 
-# Contributor: Army 
-
-pkgname=ncmpcpp
-pkgver=0.8
-pkgrel=2
-pkgdesc='Almost exact clone of ncmpc with some new features'
-url='http://ncmpcpp.rybczak.net/'
-arch=('i686' 'x86_64')
-license=('GPL')
-depends=('curl' 'libmpdclient' 'taglib' 'ncurses' 'fftw' 'boost-libs')
-makedepends=('boost')
-source=(${pkgname}-${pkgver}.tar.bz2::https://rybczak.net/ncmpcpp/stable/${pkgname}-${pkgver}.tar.bz2)
-sha512sums=('b51217df85f95efa345f0484f16024bd74c1c0e22f2c2b25238335fc2f00caf81877088170f241c1d97fd328d104b19f022dc4de9895ff420f1fcbea341e7cdb')
-
-build() {
-  cd ${pkgname}-${pkgver}
-  BOOST_LIB_SUFFIX='' ./configure \
---prefix=/usr \
---enable-clock \
---enable-outputs \
---enable-unicode \
---enable-visualizer \
-

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

2017-11-05 Thread Levente Polyak
Date: Sunday, November 5, 2017 @ 20:46:41
  Author: anthraxx
Revision: 265450

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

Added:
  metasploit/repos/community-i686/PKGBUILD
(from rev 265449, metasploit/trunk/PKGBUILD)
  metasploit/repos/community-i686/metasploit-dont-restrict-aggregator.patch
(from rev 265449, 
metasploit/trunk/metasploit-dont-restrict-aggregator.patch)
  metasploit/repos/community-x86_64/PKGBUILD
(from rev 265449, metasploit/trunk/PKGBUILD)
  metasploit/repos/community-x86_64/metasploit-dont-restrict-aggregator.patch
(from rev 265449, 
metasploit/trunk/metasploit-dont-restrict-aggregator.patch)
Deleted:
  metasploit/repos/community-i686/PKGBUILD
  metasploit/repos/community-x86_64/PKGBUILD

+
 /PKGBUILD  |  124 +++
 community-i686/PKGBUILD|   58 -
 community-i686/metasploit-dont-restrict-aggregator.patch   |   25 ++
 community-x86_64/PKGBUILD  |   58 -
 community-x86_64/metasploit-dont-restrict-aggregator.patch |   25 ++
 5 files changed, 174 insertions(+), 116 deletions(-)

Deleted: community-i686/PKGBUILD
===
--- community-i686/PKGBUILD 2017-11-05 20:46:28 UTC (rev 265449)
+++ community-i686/PKGBUILD 2017-11-05 20:46:41 UTC (rev 265450)
@@ -1,58 +0,0 @@
-# Maintainer: Levente Polyak 
-# Contributor: Sabart Otto - Seberm 
-# Contributor: Tobias Veit - nIcE 
-
-pkgname=metasploit
-pkgver=4.16.11
-pkgrel=1
-pkgdesc='Advanced open-source platform for developing, testing, and using 
exploit code'
-url='https://www.metasploit.com/'
-arch=('i686' 'x86_64')
-license=('BSD')
-depends=('ruby' 'libpcap' 'postgresql-libs' 'ruby-bundler' 'sqlite' 'libxslt' 
'git')
-optdepends=('ruby-pg: database support')
-options=('!strip' '!emptydirs')
-source=(${pkgname}-${pkgver}.tar.gz::https://github.com/rapid7/metasploit-framework/archive/${pkgver}.tar.gz)
-sha256sums=('13ce7794bec989bcab6868c1f2d2c5f054b5ea0c167a9baf82fb3ed006a053d8')
-sha512sums=('5913962b85e3234fe1e75603b4075f9034c317224619b13f898b1fe5197ce1c7c0161344c9323a092be45184d0faa7a31c3da772c316c5a69b44f7ea90f81846')
-
-prepare() {
-  cd ${pkgname}-framework-${pkgver}
-  bundle config build.nokogiri --use-system-libraries
-  sed 's|git ls-files|find -type f|' -i metasploit-framework.gemspec
-}
-
-build() {
-  cd ${pkgname}-framework-${pkgver}
-  bundle install -j"$(nproc)" --no-cache --deployment
-  find vendor/bundle/ruby -exec chmod o+r '{}' \;
-}
-
-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-i686/PKGBUILD (from rev 265449, 
metasploit/trunk/PKGBUILD)
===
--- community-i686/PKGBUILD (rev 0)
+++ community-i686/PKGBUILD 2017-11-05 20:46:41 UTC (rev 265450)
@@ -0,0 +1,62 @@
+# Maintainer: Levente Polyak 
+# Contributor: Sabart Otto - Seberm 
+# Contributor: Tobias Veit - nIcE 
+
+pkgname=metasploit
+pkgver=4.16.15
+pkgrel=1
+pkgdesc='Advanced open-source platform for developing, testing, and using 
exploit code'
+url='https://www.metasploit.com/'
+arch=('i686' 'x86_64')
+license=('BSD')
+depends=('ruby' 'libpcap' 'postgresql-libs' 'ruby-bundler' 'sqlite' 'libxslt' 
'git')
+optdepends=('ruby-pg: database support')
+options=('!strip' '!emptydirs')
+source=(${pkgname}-${pkgver}.tar.gz::https://github.com/rapid7/metasploit-framework/archive/${pkgver}.tar.gz
+metasploit-dont-restrict-aggregator.patch)
+sha256sums=('441c07274f936fbea8f859157048dec4890ee6e80920c49d6c4306129ee00384'
+

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

2017-11-05 Thread Levente Polyak
Date: Sunday, November 5, 2017 @ 20:46:28
  Author: anthraxx
Revision: 265449

upgpkg: metasploit 4.16.15-1

Added:
  metasploit/trunk/metasploit-dont-restrict-aggregator.patch
Modified:
  metasploit/trunk/PKGBUILD

---+
 PKGBUILD  |   12 
 metasploit-dont-restrict-aggregator.patch |   25 +
 2 files changed, 33 insertions(+), 4 deletions(-)

Modified: PKGBUILD
===
--- PKGBUILD2017-11-05 20:28:21 UTC (rev 265448)
+++ PKGBUILD2017-11-05 20:46:28 UTC (rev 265449)
@@ -3,7 +3,7 @@
 # Contributor: Tobias Veit - nIcE 
 
 pkgname=metasploit
-pkgver=4.16.11
+pkgver=4.16.15
 pkgrel=1
 pkgdesc='Advanced open-source platform for developing, testing, and using 
exploit code'
 url='https://www.metasploit.com/'
@@ -12,14 +12,18 @@
 depends=('ruby' 'libpcap' 'postgresql-libs' 'ruby-bundler' 'sqlite' 'libxslt' 
'git')
 optdepends=('ruby-pg: database support')
 options=('!strip' '!emptydirs')
-source=(${pkgname}-${pkgver}.tar.gz::https://github.com/rapid7/metasploit-framework/archive/${pkgver}.tar.gz)
-sha256sums=('13ce7794bec989bcab6868c1f2d2c5f054b5ea0c167a9baf82fb3ed006a053d8')
-sha512sums=('5913962b85e3234fe1e75603b4075f9034c317224619b13f898b1fe5197ce1c7c0161344c9323a092be45184d0faa7a31c3da772c316c5a69b44f7ea90f81846')
+source=(${pkgname}-${pkgver}.tar.gz::https://github.com/rapid7/metasploit-framework/archive/${pkgver}.tar.gz
+metasploit-dont-restrict-aggregator.patch)
+sha256sums=('441c07274f936fbea8f859157048dec4890ee6e80920c49d6c4306129ee00384'
+'f1a6d0369f24eb622d23dd0fed428cf6404f74cfb0a8001af5d1e18df026d9f6')
+sha512sums=('e8e612ceb80f8edec2cff745be9bfc57032770e24179b4613ef8331a2b48ebcd8eb8fea6f5beda0af98a8ceff62c89a63d5107b37738b2dc724dfe277f8a443f'
+
'71611dd350a3f74b6ba61d1508b57d357de221bb676d25d96d5bbcd898e5cabb978ffb9c6c3b37559055fb886c11fe4fed64d8b701d1d94dfff057a32ed53b00')
 
 prepare() {
   cd ${pkgname}-framework-${pkgver}
   bundle config build.nokogiri --use-system-libraries
   sed 's|git ls-files|find -type f|' -i metasploit-framework.gemspec
+  patch -R -p1 < "${srcdir}/metasploit-dont-restrict-aggregator.patch"
 }
 
 build() {

Added: metasploit-dont-restrict-aggregator.patch
===
--- metasploit-dont-restrict-aggregator.patch   (rev 0)
+++ metasploit-dont-restrict-aggregator.patch   2017-11-05 20:46:28 UTC (rev 
265449)
@@ -0,0 +1,25 @@
+From 5458b58a74a035e141a939dff0a85eff1330bdae Mon Sep 17 00:00:00 2001
+From: Jeffrey Martin 
+Date: Wed, 18 Oct 2017 13:21:02 -0500
+Subject: [PATCH] restrict aggregator on arm for now
+
+---
+ Gemfile  | 5 -
+ 1 files changed, 4 insertions(+), 1 deletions(-)
+
+diff --git a/Gemfile b/Gemfile
+index 12b6341b41c..012578df9fc 100755
+--- a/Gemfile
 b/Gemfile
+@@ -19,7 +19,10 @@ group :development do
+   # module documentation
+   gem 'octokit'
+   # Metasploit::Aggregator external session proxy
+-  gem 'metasploit-aggregator'
++  gem 'metasploit-aggregator' if [
++'x86-mingw32', 'x64-mingw32',
++'x86_64-linux', 'x86-linux',
++'darwin'].include?(RUBY_PLATFORM.gsub(/.*darwin.*/, 'darwin'))
+ end
+ 
+ group :development, :test do


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

2017-11-05 Thread Antonio Rojas
Date: Sunday, November 5, 2017 @ 20:28:21
  Author: arojas
Revision: 265448

archrelease: copy trunk to community-any

Added:
  jmol/repos/community-any/PKGBUILD
(from rev 265447, jmol/trunk/PKGBUILD)
Deleted:
  jmol/repos/community-any/PKGBUILD

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

Deleted: PKGBUILD
===
--- PKGBUILD2017-11-05 20:27:59 UTC (rev 265447)
+++ PKGBUILD2017-11-05 20:28:21 UTC (rev 265448)
@@ -1,28 +0,0 @@
-# $Id$
-# Maintainer: Antonio Rojas 
-# Contributor: James Spencer 
-
-pkgname=jmol
-pkgver=14.22.1
-pkgrel=1
-pkgdesc="a Java 3D viewer for chemical structures"
-arch=(any)
-url="https://jmol.sourceforge.net;
-license=(LGPL)
-depends=(java-runtime)
-makedepends=(unzip)
-source=("https://sourceforge.net/projects/jmol/files/Jmol/Version%20${pkgver%.*}/Jmol%20$pkgver/Jmol-$pkgver-binary.tar.gz;)
-sha256sums=('8ddfb5379216ac238c52953a0caa2c10c2218c42de0ee7fb6ae648801ba5b856')
-
-package() {
-  cd $pkgname-$pkgver
-
-  mkdir -p "$pkgdir"/usr/share/$pkgname
-  mkdir -p "$pkgdir"/usr/bin
-
-  unzip jsmol.zip -d "$pkgdir"/usr/share/
-  rm jsmol.zip
-
-  cp *.jar jmol.sh "$pkgdir"/usr/share/$pkgname
-  ln -s /usr/share/$pkgname/$pkgname.sh "$pkgdir"/usr/bin/$pkgname
-}

Copied: jmol/repos/community-any/PKGBUILD (from rev 265447, jmol/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2017-11-05 20:28:21 UTC (rev 265448)
@@ -0,0 +1,28 @@
+# $Id$
+# Maintainer: Antonio Rojas 
+# Contributor: James Spencer 
+
+pkgname=jmol
+pkgver=14.24.1
+pkgrel=1
+pkgdesc="a Java 3D viewer for chemical structures"
+arch=(any)
+url="https://jmol.sourceforge.net;
+license=(LGPL)
+depends=(java-runtime)
+makedepends=(unzip)
+source=("https://sourceforge.net/projects/jmol/files/Jmol/Version%20${pkgver%.*}/Jmol%20$pkgver/Jmol-$pkgver-binary.tar.gz;)
+sha256sums=('a4485bc96242ee0598f482ee08c653be2c3b7aeccd248872e364077153044986')
+
+package() {
+  cd $pkgname-$pkgver
+
+  mkdir -p "$pkgdir"/usr/share/$pkgname
+  mkdir -p "$pkgdir"/usr/bin
+
+  unzip jsmol.zip -d "$pkgdir"/usr/share/
+  rm jsmol.zip
+
+  cp *.jar jmol.sh "$pkgdir"/usr/share/$pkgname
+  ln -s /usr/share/$pkgname/$pkgname.sh "$pkgdir"/usr/bin/$pkgname
+}


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

2017-11-05 Thread Antonio Rojas
Date: Sunday, November 5, 2017 @ 20:27:59
  Author: arojas
Revision: 265447

Update to 14.24.1

Modified:
  jmol/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2017-11-05 17:01:00 UTC (rev 265446)
+++ PKGBUILD2017-11-05 20:27:59 UTC (rev 265447)
@@ -3,7 +3,7 @@
 # Contributor: James Spencer 
 
 pkgname=jmol
-pkgver=14.22.1
+pkgver=14.24.1
 pkgrel=1
 pkgdesc="a Java 3D viewer for chemical structures"
 arch=(any)
@@ -12,7 +12,7 @@
 depends=(java-runtime)
 makedepends=(unzip)
 
source=("https://sourceforge.net/projects/jmol/files/Jmol/Version%20${pkgver%.*}/Jmol%20$pkgver/Jmol-$pkgver-binary.tar.gz;)
-sha256sums=('8ddfb5379216ac238c52953a0caa2c10c2218c42de0ee7fb6ae648801ba5b856')
+sha256sums=('a4485bc96242ee0598f482ee08c653be2c3b7aeccd248872e364077153044986')
 
 package() {
   cd $pkgname-$pkgver


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

2017-11-05 Thread Antonio Rojas
Date: Sunday, November 5, 2017 @ 18:14:41
  Author: arojas
Revision: 308928

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

Added:
  imagemagick/repos/extra-i686/PKGBUILD
(from rev 308927, imagemagick/trunk/PKGBUILD)
  imagemagick/repos/extra-i686/perlmagick.rpath.patch
(from rev 308927, imagemagick/trunk/perlmagick.rpath.patch)
  imagemagick/repos/extra-x86_64/PKGBUILD
(from rev 308927, imagemagick/trunk/PKGBUILD)
  imagemagick/repos/extra-x86_64/perlmagick.rpath.patch
(from rev 308927, imagemagick/trunk/perlmagick.rpath.patch)
Deleted:
  imagemagick/repos/extra-i686/PKGBUILD
  imagemagick/repos/extra-i686/perlmagick.rpath.patch
  imagemagick/repos/extra-x86_64/PKGBUILD
  imagemagick/repos/extra-x86_64/perlmagick.rpath.patch

-+
 /PKGBUILD   |  198 ++
 /perlmagick.rpath.patch |   22 +++
 extra-i686/PKGBUILD |   99 -
 extra-i686/perlmagick.rpath.patch   |   11 -
 extra-x86_64/PKGBUILD   |   99 -
 extra-x86_64/perlmagick.rpath.patch |   11 -
 6 files changed, 220 insertions(+), 220 deletions(-)

Deleted: extra-i686/PKGBUILD
===
--- extra-i686/PKGBUILD 2017-11-05 18:14:11 UTC (rev 308927)
+++ extra-i686/PKGBUILD 2017-11-05 18:14:41 UTC (rev 308928)
@@ -1,99 +0,0 @@
-# $Id$
-# Maintainer: Eric Bélanger 
-
-pkgbase=imagemagick
-pkgname=('imagemagick' 'imagemagick-doc')
-pkgver=6.9.9.21
-pkgrel=1
-arch=('i686' 'x86_64')
-url="http://www.imagemagick.org/;
-license=('custom')
-makedepends=('libltdl' 'lcms2' 'libxt' 'fontconfig' 'libxext' 'ghostscript'
- 'openexr' 'libwmf' 'librsvg' 'libxml2' 'liblqr' 'openjpeg2' 
'libraw' 'libraqm'
- 'opencl-headers' 'opencl-icd-loader' 'libwebp' 'subversion' 'glu')
-source=(http://www.imagemagick.org/download/ImageMagick-${pkgver%.*}-${pkgver##*.}.tar.xz{,.asc}
-perlmagick.rpath.patch)
-sha256sums=('499936e9673d6d0914a77f58b044ac6596f25f6119fd158ce52a1f20d8788108'
-'SKIP'
-'17218bbecc17f3c7a86935a09d5a47e46113a1fc28f7d91c2fe495019cc36088')
-validpgpkeys=('D8272EF51DA223E4D05B466989AB63D48277377A')
-
-prepare() {
-  cd ImageMagick-${pkgver%.*}-${pkgver##*.}
-  sed '/AC_PATH_XTRA/d' -i configure.ac
-  patch -p0 -i "${srcdir}/perlmagick.rpath.patch"
-  autoreconf --force --install
-}
-
-build() {
-  cd ImageMagick-${pkgver%.*}-${pkgver##*.}
-  [[ $CARCH = "i686" ]] && EXTRAOPTS="--with-gcc-arch=i686"
-  [[ $CARCH = "x86_64" ]] && EXTRAOPTS="--with-gcc-arch=x86-64"
-
-  ./configure --prefix=/usr --sysconfdir=/etc --with-modules \
---enable-hdri --with-wmf --with-openexr --with-xml \
---with-webp --with-gslib --with-gs-font-dir=/usr/share/fonts/Type1 \
---with-perl --with-perl-options="INSTALLDIRS=vendor" --with-lqr 
--with-rsvg \
---enable-opencl --with-openjp2 --without-gvc --without-djvu 
--without-autotrace \
---without-jbig --without-fpx --without-dps --without-fftw $EXTRAOPTS
-  make
-}
-
-check() {
-  cd ImageMagick-${pkgver%.*}-${pkgver##*.}
-#  make check
-}
-
-package_imagemagick() {
-  pkgdesc="An image viewing/manipulation program"
-  depends=('libltdl' 'lcms2' 'libxt' 'fontconfig' 'libxext' 'liblqr' 'libraqm' 
'opencl-icd-loader')
-  optdepends=('imagemagick-doc: for additional information'
-  'ghostscript: for Ghostscript support' 
-  'openexr: for OpenEXR support' 
- 'openjpeg2: for JP2 support' 
-  'libwmf: for WMF support' 
-  'librsvg: for SVG support' 
-  'libxml2: for XML support' 
-  'libpng: for PNG support' 
- 'libwebp: for WEBP support'
-  'libraw: for DNG support')
-  backup=("etc/ImageMagick-${pkgver%%.*}/coder.xml"
-  "etc/ImageMagick-${pkgver%%.*}/colors.xml"
-  "etc/ImageMagick-${pkgver%%.*}/delegates.xml"
-  "etc/ImageMagick-${pkgver%%.*}/log.xml"
-  "etc/ImageMagick-${pkgver%%.*}/magic.xml"
-  "etc/ImageMagick-${pkgver%%.*}/mime.xml"
-  "etc/ImageMagick-${pkgver%%.*}/policy.xml"
-  "etc/ImageMagick-${pkgver%%.*}/quantization-table.xml"
-  "etc/ImageMagick-${pkgver%%.*}/thresholds.xml"
-  "etc/ImageMagick-${pkgver%%.*}/type.xml"
-  "etc/ImageMagick-${pkgver%%.*}/type-dejavu.xml"
-  "etc/ImageMagick-${pkgver%%.*}/type-ghostscript.xml"
-  "etc/ImageMagick-${pkgver%%.*}/type-windows.xml")
-  options=('!docs' 'libtool' '!emptydirs')
-
-  cd ImageMagick-${pkgver%.*}-${pkgver##*.}
-  make -j1 DESTDIR="${pkgdir}" install
-  install -Dm644 LICENSE "${pkgdir}/usr/share/licenses/imagemagick/LICENSE"
-  install -Dm644 NOTICE "${pkgdir}/usr/share/licenses/imagemagick/NOTICE"
-
-#Cleaning
-  rm -f "${pkgdir}"/usr/lib/*.la
-
-# template start; name=perl-binary-module-dependency; version=1;
-if [[ $(find 

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

2017-11-05 Thread Antonio Rojas
Date: Sunday, November 5, 2017 @ 18:14:11
  Author: arojas
Revision: 308927

Update to 6.9.9.22

Modified:
  imagemagick/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2017-11-05 13:11:31 UTC (rev 308926)
+++ PKGBUILD2017-11-05 18:14:11 UTC (rev 308927)
@@ -3,7 +3,7 @@
 
 pkgbase=imagemagick
 pkgname=('imagemagick' 'imagemagick-doc')
-pkgver=6.9.9.21
+pkgver=6.9.9.22
 pkgrel=1
 arch=('i686' 'x86_64')
 url="http://www.imagemagick.org/;
@@ -13,7 +13,7 @@
  'opencl-headers' 'opencl-icd-loader' 'libwebp' 'subversion' 'glu')
 
source=(http://www.imagemagick.org/download/ImageMagick-${pkgver%.*}-${pkgver##*.}.tar.xz{,.asc}
 perlmagick.rpath.patch)
-sha256sums=('499936e9673d6d0914a77f58b044ac6596f25f6119fd158ce52a1f20d8788108'
+sha256sums=('3ebda7e9053c7a74aeca1d2f138f71d61dacbb23674eeb657fb0a82a386694c4'
 'SKIP'
 '17218bbecc17f3c7a86935a09d5a47e46113a1fc28f7d91c2fe495019cc36088')
 validpgpkeys=('D8272EF51DA223E4D05B466989AB63D48277377A')


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

2017-11-05 Thread Dan Printzell
Date: Sunday, November 5, 2017 @ 17:01:00
  Author: wild
Revision: 265446

archrelease: copy trunk to community-x86_64

Added:
  dscanner/repos/community-x86_64/PKGBUILD
(from rev 265445, dscanner/trunk/PKGBUILD)
Deleted:
  dscanner/repos/community-x86_64/PKGBUILD

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

Deleted: PKGBUILD
===
--- PKGBUILD2017-11-05 17:00:48 UTC (rev 265445)
+++ PKGBUILD2017-11-05 17:01:00 UTC (rev 265446)
@@ -1,56 +0,0 @@
-# $Id$
-# Maintainer: Dan Printzell 
-
-pkgname=('dscanner')
-pkgver=0.4.1
-pkgrel=3
-_pkgcommit=87e42ae1941aeda81cc8e6c4343ab3c8d77036cd
-pkgdesc="Swiss-army knife for D source code"
-arch=('i686' 'x86_64')
-url="https://github.com/dlang-community/D-Scanner;
-license=("custom")
-groups=('dlang')
-makedepends=('dmd' 'git')
-depends=('libphobos')
-
-source=(
-   "git+https://github.com/dlang-community/D-Scanner#commit=$_pkgcommit;
-   "git+https://github.com/dlang-community/libdparse;
-   "git+https://github.com/burner/inifiled;
-   "git+https://github.com/economicmodeling/containers;
-   "git+https://github.com/dlang-community/dsymbol;
-   "git+https://github.com/economicmodeling/libddoc;
-)
-sha256sums=(
-   'SKIP'
-   'SKIP'
-   'SKIP'
-   'SKIP'
-   'SKIP'
-   'SKIP'
-)
-
-prepare() {
-   cd "$srcdir/D-Scanner"
-
-   git submodule init
-   git config submodule.libdparse.url "$srcdir/libdparse"
-   git config submodule.inifiled.url "$srcdir/inifiled"
-   git config submodule.containers.url "$srcdir/containers"
-   git config submodule.dsymbol.url "$srcdir/dsymbol"
-   git config submodule.libddoc.url "$srcdir/libddoc"
-   git submodule update
-}
-
-build() {
-   cd "$srcdir/D-Scanner"
-   make
-}
-
-package() {
-   # binaries
-   install -Dm755 "$srcdir/D-Scanner/bin/dscanner" 
"$pkgdir/usr/bin/dscanner"
-
-   # license
-   install -Dm644 "$srcdir/D-Scanner/LICENSE_1_0.txt" 
"$pkgdir/usr/share/licenses/$pkgname/LICENSE"
-}

Copied: dscanner/repos/community-x86_64/PKGBUILD (from rev 265445, 
dscanner/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2017-11-05 17:01:00 UTC (rev 265446)
@@ -0,0 +1,56 @@
+# $Id$
+# Maintainer: Dan Printzell 
+
+pkgname=('dscanner')
+pkgver=0.4.1
+pkgrel=1
+_pkgcommit=87e42ae1941aeda81cc8e6c4343ab3c8d77036cd
+pkgdesc="Swiss-army knife for D source code"
+arch=('x86_64')
+url="https://github.com/dlang-community/D-Scanner;
+license=("custom")
+groups=('dlang')
+makedepends=('dmd' 'git')
+depends=('libphobos')
+
+source=(
+   "git+https://github.com/dlang-community/D-Scanner#commit=$_pkgcommit;
+   "git+https://github.com/dlang-community/libdparse;
+   "git+https://github.com/burner/inifiled;
+   "git+https://github.com/economicmodeling/containers;
+   "git+https://github.com/dlang-community/dsymbol;
+   "git+https://github.com/economicmodeling/libddoc;
+)
+sha256sums=(
+   'SKIP'
+   'SKIP'
+   'SKIP'
+   'SKIP'
+   'SKIP'
+   'SKIP'
+)
+
+prepare() {
+   cd "$srcdir/D-Scanner"
+
+   git submodule init
+   git config submodule.libdparse.url "$srcdir/libdparse"
+   git config submodule.inifiled.url "$srcdir/inifiled"
+   git config submodule.containers.url "$srcdir/containers"
+   git config submodule.dsymbol.url "$srcdir/dsymbol"
+   git config submodule.libddoc.url "$srcdir/libddoc"
+   git submodule update
+}
+
+build() {
+   cd "$srcdir/D-Scanner"
+   make
+}
+
+package() {
+   # binaries
+   install -Dm755 "$srcdir/D-Scanner/bin/dscanner" 
"$pkgdir/usr/bin/dscanner"
+
+   # license
+   install -Dm644 "$srcdir/D-Scanner/LICENSE_1_0.txt" 
"$pkgdir/usr/share/licenses/$pkgname/LICENSE"
+}


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

2017-11-05 Thread Dan Printzell
Date: Sunday, November 5, 2017 @ 17:00:48
  Author: wild
Revision: 265445

upgpkg: dscanner 0.4.1-1

Dropped i686

Modified:
  dscanner/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2017-11-05 16:50:13 UTC (rev 265444)
+++ PKGBUILD2017-11-05 17:00:48 UTC (rev 265445)
@@ -3,7 +3,7 @@
 
 pkgname=('dscanner')
 pkgver=0.4.1
-pkgrel=3
+pkgrel=1
 _pkgcommit=87e42ae1941aeda81cc8e6c4343ab3c8d77036cd
 pkgdesc="Swiss-army knife for D source code"
 arch=('x86_64')


  1   2   >