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

2018-11-26 Thread Sven-Hendrik Haase via arch-commits
Date: Monday, November 26, 2018 @ 17:51:07
  Author: svenstaro
Revision: 409795

upgpkg: python-grpcio 1.16.1-1

Modified:
  python-grpcio/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2018-11-26 17:51:01 UTC (rev 409794)
+++ PKGBUILD2018-11-26 17:51:07 UTC (rev 409795)
@@ -2,7 +2,7 @@
 # Contributor: brent s. 
 pkgname=python-grpcio
 _pkgname=grpcio
-pkgver=1.16.0
+pkgver=1.16.1
 pkgrel=1
 pkgdesc="HTTP/2-based RPC framework"
 arch=('x86_64')
@@ -12,7 +12,7 @@
 depends=('python')
 makedepends=('python-setuptools' 'python2-setuptools')
 
source=("https://files.pythonhosted.org/packages/source/g/${_pkgname}/${_pkgname}-${pkgver}.tar.gz;)
-sha512sums=('37d5940f1543cebdabf2b1340a042f98e5f321c42d92d05c88631c0eae42d94d3fe86893a21704a22b70c1fbd70bf091c1af2b51cd5c1d316dd8f0a586fb0eb7')
+sha512sums=('efd7fb36a61e2ee872c0807a8198cabe8f1f9003bd5bce7cd46c75541752c0f745db02bbfe3f37f572531e15df60913f2b08b678545f176fe683f3e64e22124f')
 
 build() {
   cd "${srcdir}/${_pkgname}-${pkgver}"


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

2018-11-26 Thread Sven-Hendrik Haase via arch-commits
Date: Monday, November 26, 2018 @ 17:51:01
  Author: svenstaro
Revision: 409794

archrelease: copy trunk to community-any

Added:
  python-requests-credssp/repos/community-any/PKGBUILD
(from rev 409793, python-requests-credssp/trunk/PKGBUILD)
Deleted:
  python-requests-credssp/repos/community-any/PKGBUILD

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

Deleted: PKGBUILD
===
--- PKGBUILD2018-11-26 17:50:58 UTC (rev 409793)
+++ PKGBUILD2018-11-26 17:51:01 UTC (rev 409794)
@@ -1,39 +0,0 @@
-# Maintainer: Sven-Hendrik Haase 
-# Contributor: Christoph W 
-
-pkgbase=('python-requests-credssp')
-pkgname=('python-requests-credssp' 'python2-requests-credssp')
-_module='requests-credssp'
-pkgver=1.0.1
-pkgrel=1
-pkgdesc="HTTPS CredSSP authentication with the requests library"
-url="https://github.com/jborean93/requests-credssp;
-makedepends=('python-setuptools' 'python2-setuptools')
-license=('ISC')
-arch=('any')
-source=("https://github.com/jborean93/requests-credssp/archive/v${pkgver}.tar.gz;)
-sha512sums=('f4856871cd0a25e6d45b265d7c3c322c80581a33c1ceb371b153952bc8a26d1632b0ae62768a3e74b2e8c120fa233ee22bf7610a82e1ab467aa950afc584b398')
-
-prepare() {
-cp -a "${srcdir}/${_module}-${pkgver}"{,-python2}
-}
-
-build() {
-cd "${srcdir}/${_module}-${pkgver}"
-python setup.py build
-
-cd "${srcdir}/${_module}-${pkgver}-python2"
-python2 setup.py build
-}
-
-package_python-requests-credssp() {
-depends+=('python' 'python-pyopenssl' 'python-requests' 'python-ntlm-auth')
-cd "${srcdir}/${_module}-${pkgver}"
-python setup.py install --root="${pkgdir}" --optimize=1 --skip-build
-}
-
-package_python2-requests-credssp() {
-depends+=('python2' 'python2-pyopenssl' 'python2-requests' 
'python2-ordereddict' 'python2-ntlm-auth')
-cd "${srcdir}/${_module}-${pkgver}-python2"
-python2 setup.py install --root="${pkgdir}" --optimize=1 --skip-build
-}

Copied: python-requests-credssp/repos/community-any/PKGBUILD (from rev 409793, 
python-requests-credssp/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2018-11-26 17:51:01 UTC (rev 409794)
@@ -0,0 +1,39 @@
+# Maintainer: Sven-Hendrik Haase 
+# Contributor: Christoph W 
+
+pkgbase=('python-requests-credssp')
+pkgname=('python-requests-credssp' 'python2-requests-credssp')
+_module='requests-credssp'
+pkgver=1.0.2
+pkgrel=1
+pkgdesc="HTTPS CredSSP authentication with the requests library"
+url="https://github.com/jborean93/requests-credssp;
+makedepends=('python-setuptools' 'python2-setuptools')
+license=('ISC')
+arch=('any')
+source=("https://github.com/jborean93/requests-credssp/archive/v${pkgver}.tar.gz;)
+sha512sums=('c64c8018ab0d08dcaf13f0572415bdc36be467895a3d031bfa8322107336507c747f348bd41ed36ecaf62dbf242c86b1db318b1be952288c82ef013177d95db8')
+
+prepare() {
+cp -a "${srcdir}/${_module}-${pkgver}"{,-python2}
+}
+
+build() {
+cd "${srcdir}/${_module}-${pkgver}"
+python setup.py build
+
+cd "${srcdir}/${_module}-${pkgver}-python2"
+python2 setup.py build
+}
+
+package_python-requests-credssp() {
+depends+=('python' 'python-pyopenssl' 'python-requests' 'python-ntlm-auth')
+cd "${srcdir}/${_module}-${pkgver}"
+python setup.py install --root="${pkgdir}" --optimize=1 --skip-build
+}
+
+package_python2-requests-credssp() {
+depends+=('python2' 'python2-pyopenssl' 'python2-requests' 
'python2-ordereddict' 'python2-ntlm-auth')
+cd "${srcdir}/${_module}-${pkgver}-python2"
+python2 setup.py install --root="${pkgdir}" --optimize=1 --skip-build
+}


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

2018-11-26 Thread Sven-Hendrik Haase via arch-commits
Date: Monday, November 26, 2018 @ 17:45:40
  Author: svenstaro
Revision: 409791

upgpkg: texstudio 2.12.12-1

Modified:
  texstudio/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2018-11-26 17:35:17 UTC (rev 409790)
+++ PKGBUILD2018-11-26 17:45:40 UTC (rev 409791)
@@ -1,13 +1,13 @@
 # Maintainer: Sven-Hendrik Haase 
 # Contributor: Clément DEMOULINS 
 pkgname=texstudio
-pkgver=2.12.10
-pkgrel=3
+pkgver=2.12.12
+pkgrel=1
 pkgdesc="Integrated writing environment for creating LaTeX documents"
 arch=('x86_64')
 url="http://texstudio.sourceforge.net/;
 license=('GPL')
-depends=('poppler-qt5' 'qt5-svg' 'qt5-script' 'libxkbcommon-x11' 
'hicolor-icon-theme' 'hunspell' 'quazip')
+depends=('poppler-qt5' 'qt5-svg' 'qt5-script' 'libxkbcommon-x11' 
'hicolor-icon-theme' 'hunspell' 'quazip' 'desktop-file-utils')
 makedepends=('qt5-tools' 'mercurial' 'imagemagick' 'librsvg')
 optdepends=('evince: pdf reader'
 'okular: alternate pdf reader')
@@ -15,16 +15,12 @@
 source=("https://github.com/texstudio-org/texstudio/archive/${pkgver}.tar.gz;
 fs54269.patch
 fs56433.patch)
-sha512sums=('c3d1e14df8efe3f37dd71e5d0148f57f117c666b9487712fca5a7bd967eca4f7951c970bc5bffab14daef4fb8497af33edf2fce23cc9ae4cf598d905d9312ef0'
+sha512sums=('e43d60013244308599a815ba0685546ee68a055731076e49aadd52fe9c6b4668aa9c23bfdd6ab332fcc2e57cf4d2ced1819ab433ad428c91b00422988559b0b2'
 
'247e85f668b06c8a2def4e7456f0ddc8d35c7990484c1c037f7cf43fdee91419b5df66e968ef1e0c637fe685722bbad9171bdd79fad7a10912ae329aff088b68'
 
'a098c45440077db6c137bbeeb76d266242b80d51c3721aed30987d22b3e381b2a490b685aff4897d203a17256c64a9254360e3ac6f962675ea4b9a575a29a808')
 
 prepare() {
-cd texstudio-${pkgver}
-sed -i "s/-lquazip/-lquazip5/g" texstudio.pro
-sed -i "s|include/quazip|include/quazip5|g" texstudio.pro
-
-cd src
+cd texstudio-${pkgver}/src
 patch -Np1 < "${srcdir}"/fs54269.patch
 patch -Np1 < "${srcdir}"/fs56433.patch
 }


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

2018-11-26 Thread Sven-Hendrik Haase via arch-commits
Date: Monday, November 26, 2018 @ 17:45:47
  Author: svenstaro
Revision: 409792

archrelease: copy trunk to community-x86_64

Added:
  texstudio/repos/community-x86_64/PKGBUILD
(from rev 409791, texstudio/trunk/PKGBUILD)
  texstudio/repos/community-x86_64/fs54269.patch
(from rev 409791, texstudio/trunk/fs54269.patch)
  texstudio/repos/community-x86_64/fs56433.patch
(from rev 409791, texstudio/trunk/fs56433.patch)
Deleted:
  texstudio/repos/community-x86_64/PKGBUILD
  texstudio/repos/community-x86_64/fs54269.patch
  texstudio/repos/community-x86_64/fs56433.patch

---+
 PKGBUILD  |   92 ++--
 fs54269.patch |   22 ++---
 fs56433.patch |   48 ++---
 3 files changed, 79 insertions(+), 83 deletions(-)

Deleted: PKGBUILD
===
--- PKGBUILD2018-11-26 17:45:40 UTC (rev 409791)
+++ PKGBUILD2018-11-26 17:45:47 UTC (rev 409792)
@@ -1,48 +0,0 @@
-# Maintainer: Sven-Hendrik Haase 
-# Contributor: Clément DEMOULINS 
-pkgname=texstudio
-pkgver=2.12.10
-pkgrel=3
-pkgdesc="Integrated writing environment for creating LaTeX documents"
-arch=('x86_64')
-url="http://texstudio.sourceforge.net/;
-license=('GPL')
-depends=('poppler-qt5' 'qt5-svg' 'qt5-script' 'libxkbcommon-x11' 
'hicolor-icon-theme' 'hunspell' 'quazip')
-makedepends=('qt5-tools' 'mercurial' 'imagemagick' 'librsvg')
-optdepends=('evince: pdf reader'
-'okular: alternate pdf reader')
-replaces=('texmakerx')
-source=("https://github.com/texstudio-org/texstudio/archive/${pkgver}.tar.gz;
-fs54269.patch
-fs56433.patch)
-sha512sums=('c3d1e14df8efe3f37dd71e5d0148f57f117c666b9487712fca5a7bd967eca4f7951c970bc5bffab14daef4fb8497af33edf2fce23cc9ae4cf598d905d9312ef0'
-
'247e85f668b06c8a2def4e7456f0ddc8d35c7990484c1c037f7cf43fdee91419b5df66e968ef1e0c637fe685722bbad9171bdd79fad7a10912ae329aff088b68'
-
'a098c45440077db6c137bbeeb76d266242b80d51c3721aed30987d22b3e381b2a490b685aff4897d203a17256c64a9254360e3ac6f962675ea4b9a575a29a808')
-
-prepare() {
-cd texstudio-${pkgver}
-sed -i "s/-lquazip/-lquazip5/g" texstudio.pro
-sed -i "s|include/quazip|include/quazip5|g" texstudio.pro
-
-cd src
-patch -Np1 < "${srcdir}"/fs54269.patch
-patch -Np1 < "${srcdir}"/fs56433.patch
-}
-
-build() {
-cd texstudio-${pkgver}
-qmake-qt5 CONFIG-="debug" USE_SYSTEM_QUAZIP=1 USE_SYSTEM_HUNSPELL=1 
texstudio.pro
-make
-}
-
-package() {
-cd texstudio-${pkgver}
-make INSTALL_ROOT="${pkgdir}" install
-
-for res in $(/bin/ls /usr/share/icons/hicolor | grep '[0-9]\+x[0-9]\+'); do
-mkdir -p "${pkgdir}"/usr/share/icons/hicolor/${res}/apps
-convert +set date:create +set date:modify -background none -density 
1200 -resize ${res} \
-"${pkgdir}"/usr/share/icons/hicolor/scalable/apps/texstudio.svg \
-"${pkgdir}"/usr/share/icons/hicolor/${res}/apps/texstudio.png
-done
-}

Copied: texstudio/repos/community-x86_64/PKGBUILD (from rev 409791, 
texstudio/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2018-11-26 17:45:47 UTC (rev 409792)
@@ -0,0 +1,44 @@
+# Maintainer: Sven-Hendrik Haase 
+# Contributor: Clément DEMOULINS 
+pkgname=texstudio
+pkgver=2.12.12
+pkgrel=1
+pkgdesc="Integrated writing environment for creating LaTeX documents"
+arch=('x86_64')
+url="http://texstudio.sourceforge.net/;
+license=('GPL')
+depends=('poppler-qt5' 'qt5-svg' 'qt5-script' 'libxkbcommon-x11' 
'hicolor-icon-theme' 'hunspell' 'quazip' 'desktop-file-utils')
+makedepends=('qt5-tools' 'mercurial' 'imagemagick' 'librsvg')
+optdepends=('evince: pdf reader'
+'okular: alternate pdf reader')
+replaces=('texmakerx')
+source=("https://github.com/texstudio-org/texstudio/archive/${pkgver}.tar.gz;
+fs54269.patch
+fs56433.patch)
+sha512sums=('e43d60013244308599a815ba0685546ee68a055731076e49aadd52fe9c6b4668aa9c23bfdd6ab332fcc2e57cf4d2ced1819ab433ad428c91b00422988559b0b2'
+
'247e85f668b06c8a2def4e7456f0ddc8d35c7990484c1c037f7cf43fdee91419b5df66e968ef1e0c637fe685722bbad9171bdd79fad7a10912ae329aff088b68'
+
'a098c45440077db6c137bbeeb76d266242b80d51c3721aed30987d22b3e381b2a490b685aff4897d203a17256c64a9254360e3ac6f962675ea4b9a575a29a808')
+
+prepare() {
+cd texstudio-${pkgver}/src
+patch -Np1 < "${srcdir}"/fs54269.patch
+patch -Np1 < "${srcdir}"/fs56433.patch
+}
+
+build() {
+cd texstudio-${pkgver}
+qmake-qt5 CONFIG-="debug" USE_SYSTEM_QUAZIP=1 USE_SYSTEM_HUNSPELL=1 
texstudio.pro
+make
+}
+
+package() {
+cd texstudio-${pkgver}
+make INSTALL_ROOT="${pkgdir}" install
+
+for res in $(/bin/ls /usr/share/icons/hicolor | grep '[0-9]\+x[0-9]\+'); do
+mkdir -p "${pkgdir}"/usr/share/icons/hicolor/${res}/apps
+convert +set date:create +set 

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

2018-11-26 Thread Sergej Pupykin via arch-commits
Date: Monday, November 26, 2018 @ 17:35:17
  Author: spupykin
Revision: 409790

archrelease: copy trunk to community-x86_64

Added:
  luadbi/repos/community-x86_64/PKGBUILD
(from rev 409789, luadbi/trunk/PKGBUILD)
Deleted:
  luadbi/repos/community-x86_64/PKGBUILD

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

Deleted: PKGBUILD
===
--- PKGBUILD2018-11-26 17:34:08 UTC (rev 409789)
+++ PKGBUILD2018-11-26 17:35:17 UTC (rev 409790)
@@ -1,54 +0,0 @@
-# Maintainer: Sergej Pupykin 
-# Maintainer: Robert Knauer 
-
-pkgbase=luadbi
-pkgname=(lua51-dbi lua52-dbi lua-dbi)
-pkgver=0.7.1
-pkgrel=2
-pkgdesc="Database interface library for Lua"
-arch=('x86_64')
-url="https://github.com/mwild1/luadbi;
-license=('MIT')
-makedepends=('sqlite3' 'libmariadbclient' 'postgresql' 'lua' 'lua52' 'lua51')
-optdepends=('sqlite3: sqlite3 Support'
-'postgresql-libs: postgresql Support'
-'libmariadbclient: mysql Support')
-source=("$pkgname-$pkgver.tar.gz::https://github.com/mwild1/luadbi/archive/v$pkgver.tar.gz;)
-sha1sums=('992c322b09e8a109c45aae938c14303a6b28720c')
-
-prepare() {
-  cp -r "$srcdir"/luadbi-$pkgver "$srcdir"/luadbi51-$pkgver
-  cp -r "$srcdir"/luadbi-$pkgver "$srcdir"/luadbi52-$pkgver
-}
-
-build() {
-  cd "$srcdir"/luadbi51-$pkgver
-  make free LUA_V=5.1
-
-  cd "$srcdir"/luadbi52-$pkgver
-  make free LUA_V=5.2
-
-  cd "$srcdir"/luadbi-$pkgver
-  make free LUA_V=5.3
-}
-
-package_lua51-dbi() {
-  depends=('lua51')
-  cd "$srcdir"/luadbi51-$pkgver
-  make install_free DESTDIR="$pkgdir" LUA_V=5.1
-  install -Dm644 COPYING "${pkgdir}/usr/share/licenses/${pkgname}/COPYING"
-}
-
-package_lua52-dbi() {
-  depends=('lua52')
-  cd "$srcdir"/luadbi52-$pkgver
-  make install_free DESTDIR="$pkgdir" LUA_V=5.2
-  install -Dm644 COPYING "${pkgdir}/usr/share/licenses/${pkgname}/COPYING"
-}
-
-package_lua-dbi() {
-  depends=('lua')
-  cd "$srcdir"/luadbi-$pkgver
-  make install_free DESTDIR="$pkgdir" LUA_V=5.3
-  install -Dm644 COPYING "${pkgdir}/usr/share/licenses/${pkgname}/COPYING"
-}

Copied: luadbi/repos/community-x86_64/PKGBUILD (from rev 409789, 
luadbi/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2018-11-26 17:35:17 UTC (rev 409790)
@@ -0,0 +1,54 @@
+# Maintainer: Sergej Pupykin 
+# Maintainer: Robert Knauer 
+
+pkgbase=luadbi
+pkgname=(lua51-dbi lua52-dbi lua-dbi)
+pkgver=0.7.1
+pkgrel=2
+pkgdesc="Database interface library for Lua"
+arch=('x86_64')
+url="https://github.com/mwild1/luadbi;
+license=('MIT')
+makedepends=('sqlite3' 'libmariadbclient' 'postgresql' 'lua' 'lua52' 'lua51')
+optdepends=('sqlite3: sqlite3 Support'
+'postgresql-libs: postgresql Support'
+'libmariadbclient: mysql Support')
+source=("$pkgname-$pkgver.tar.gz::https://github.com/mwild1/luadbi/archive/v$pkgver.tar.gz;)
+sha1sums=('992c322b09e8a109c45aae938c14303a6b28720c')
+
+prepare() {
+  cp -r "$srcdir"/luadbi-$pkgver "$srcdir"/luadbi51-$pkgver
+  cp -r "$srcdir"/luadbi-$pkgver "$srcdir"/luadbi52-$pkgver
+}
+
+build() {
+  cd "$srcdir"/luadbi51-$pkgver
+  make free LUA_V=5.1
+
+  cd "$srcdir"/luadbi52-$pkgver
+  make free LUA_V=5.2
+
+  cd "$srcdir"/luadbi-$pkgver
+  make free LUA_V=5.3
+}
+
+package_lua51-dbi() {
+  depends=('lua51')
+  cd "$srcdir"/luadbi51-$pkgver
+  make install_free DESTDIR="$pkgdir" LUA_V=5.1
+  install -Dm644 COPYING "${pkgdir}/usr/share/licenses/${pkgname}/COPYING"
+}
+
+package_lua52-dbi() {
+  depends=('lua52')
+  cd "$srcdir"/luadbi52-$pkgver
+  make install_free DESTDIR="$pkgdir" LUA_V=5.2
+  install -Dm644 COPYING "${pkgdir}/usr/share/licenses/${pkgname}/COPYING"
+}
+
+package_lua-dbi() {
+  depends=('lua')
+  cd "$srcdir"/luadbi-$pkgver
+  make install_free DESTDIR="$pkgdir" LUA_V=5.3
+  install -Dm644 COPYING "${pkgdir}/usr/share/licenses/${pkgname}/COPYING"
+}


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

2018-11-26 Thread Sergej Pupykin via arch-commits
Date: Monday, November 26, 2018 @ 17:34:08
  Author: spupykin
Revision: 409789

archrelease: copy trunk to community-x86_64

Added:
  luadbi/repos/community-x86_64/PKGBUILD
(from rev 409788, luadbi/trunk/PKGBUILD)
Deleted:
  luadbi/repos/community-x86_64/PKGBUILD

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

Deleted: PKGBUILD
===
--- PKGBUILD2018-11-26 17:33:47 UTC (rev 409788)
+++ PKGBUILD2018-11-26 17:34:08 UTC (rev 409789)
@@ -1,54 +0,0 @@
-# Maintainer: Sergej Pupykin 
-# Maintainer: Robert Knauer 
-
-pkgname=luadbi
-pkgname=(lua51-dbi lua52-dbi lua-dbi)
-pkgver=0.7.1
-pkgrel=2
-pkgdesc="Database interface library for Lua"
-arch=('x86_64')
-url="https://github.com/mwild1/luadbi;
-license=('MIT')
-makedepends=('sqlite3' 'libmariadbclient' 'postgresql' 'lua' 'lua52' 'lua51')
-optdepends=('sqlite3: sqlite3 Support'
-'postgresql-libs: postgresql Support'
-'libmariadbclient: mysql Support')
-source=("$pkgname-$pkgver.tar.gz::https://github.com/mwild1/luadbi/archive/v$pkgver.tar.gz;)
-sha1sums=('992c322b09e8a109c45aae938c14303a6b28720c')
-
-prepare() {
-  cp -r "$srcdir"/luadbi-$pkgver "$srcdir"/luadbi51-$pkgver
-  cp -r "$srcdir"/luadbi-$pkgver "$srcdir"/luadbi52-$pkgver
-}
-
-build() {
-  cd "$srcdir"/luadbi51-$pkgver
-  make free LUA_V=5.1
-
-  cd "$srcdir"/luadbi52-$pkgver
-  make free LUA_V=5.2
-
-  cd "$srcdir"/luadbi-$pkgver
-  make free LUA_V=5.3
-}
-
-package_lua51-dbi() {
-  depends=('lua51')
-  cd "$srcdir"/luadbi51-$pkgver
-  make install_free DESTDIR="$pkgdir" LUA_V=5.1
-  install -Dm644 COPYING "${pkgdir}/usr/share/licenses/${pkgname}/COPYING"
-}
-
-package_lua52-dbi() {
-  depends=('lua52')
-  cd "$srcdir"/luadbi52-$pkgver
-  make install_free DESTDIR="$pkgdir" LUA_V=5.2
-  install -Dm644 COPYING "${pkgdir}/usr/share/licenses/${pkgname}/COPYING"
-}
-
-package_lua-dbi() {
-  depends=('lua')
-  cd "$srcdir"/luadbi-$pkgver
-  make install_free DESTDIR="$pkgdir" LUA_V=5.3
-  install -Dm644 COPYING "${pkgdir}/usr/share/licenses/${pkgname}/COPYING"
-}

Copied: luadbi/repos/community-x86_64/PKGBUILD (from rev 409788, 
luadbi/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2018-11-26 17:34:08 UTC (rev 409789)
@@ -0,0 +1,54 @@
+# Maintainer: Sergej Pupykin 
+# Maintainer: Robert Knauer 
+
+pkgbase=luadbi
+pkgname=(lua51-dbi lua52-dbi lua-dbi)
+pkgver=0.7.1
+pkgrel=2
+pkgdesc="Database interface library for Lua"
+arch=('x86_64')
+url="https://github.com/mwild1/luadbi;
+license=('MIT')
+makedepends=('sqlite3' 'libmariadbclient' 'postgresql' 'lua' 'lua52' 'lua51')
+optdepends=('sqlite3: sqlite3 Support'
+'postgresql-libs: postgresql Support'
+'libmariadbclient: mysql Support')
+source=("$pkgname-$pkgver.tar.gz::https://github.com/mwild1/luadbi/archive/v$pkgver.tar.gz;)
+sha1sums=('992c322b09e8a109c45aae938c14303a6b28720c')
+
+prepare() {
+  cp -r "$srcdir"/luadbi-$pkgver "$srcdir"/luadbi51-$pkgver
+  cp -r "$srcdir"/luadbi-$pkgver "$srcdir"/luadbi52-$pkgver
+}
+
+build() {
+  cd "$srcdir"/luadbi51-$pkgver
+  make free LUA_V=5.1
+
+  cd "$srcdir"/luadbi52-$pkgver
+  make free LUA_V=5.2
+
+  cd "$srcdir"/luadbi-$pkgver
+  make free LUA_V=5.3
+}
+
+package_lua51-dbi() {
+  depends=('lua51')
+  cd "$srcdir"/luadbi51-$pkgver
+  make install_free DESTDIR="$pkgdir" LUA_V=5.1
+  install -Dm644 COPYING "${pkgdir}/usr/share/licenses/${pkgname}/COPYING"
+}
+
+package_lua52-dbi() {
+  depends=('lua52')
+  cd "$srcdir"/luadbi52-$pkgver
+  make install_free DESTDIR="$pkgdir" LUA_V=5.2
+  install -Dm644 COPYING "${pkgdir}/usr/share/licenses/${pkgname}/COPYING"
+}
+
+package_lua-dbi() {
+  depends=('lua')
+  cd "$srcdir"/luadbi-$pkgver
+  make install_free DESTDIR="$pkgdir" LUA_V=5.3
+  install -Dm644 COPYING "${pkgdir}/usr/share/licenses/${pkgname}/COPYING"
+}


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

2018-11-26 Thread Sergej Pupykin via arch-commits
Date: Monday, November 26, 2018 @ 17:33:47
  Author: spupykin
Revision: 409788

fix typo

Modified:
  luadbi/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2018-11-26 17:31:42 UTC (rev 409787)
+++ PKGBUILD2018-11-26 17:33:47 UTC (rev 409788)
@@ -1,7 +1,7 @@
 # Maintainer: Sergej Pupykin 
 # Maintainer: Robert Knauer 
 
-pkgname=luadbi
+pkgbase=luadbi
 pkgname=(lua51-dbi lua52-dbi lua-dbi)
 pkgver=0.7.1
 pkgrel=2


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

2018-11-26 Thread Sergej Pupykin via arch-commits
Date: Monday, November 26, 2018 @ 17:31:42
  Author: spupykin
Revision: 409787

archrelease: copy trunk to community-x86_64

Added:
  luadbi/repos/community-x86_64/PKGBUILD
(from rev 409786, luadbi/trunk/PKGBUILD)
Deleted:
  luadbi/repos/community-x86_64/PKGBUILD

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

Deleted: PKGBUILD
===
--- PKGBUILD2018-11-26 17:30:42 UTC (rev 409786)
+++ PKGBUILD2018-11-26 17:31:42 UTC (rev 409787)
@@ -1,28 +0,0 @@
-# Maintainer: Sergej Pupykin 
-# Maintainer: Robert Knauer 
-
-pkgname=lua51-dbi
-pkgver=0.7.1
-pkgrel=1
-pkgdesc="Database interface library for Lua (5.1)"
-arch=('x86_64')
-url="https://github.com/mwild1/luadbi;
-license=('MIT')
-makedepends=('sqlite3' 'libmariadbclient' 'postgresql')
-depends=('lua51')
-optdepends=('sqlite3: sqlite3 Support'
-'postgresql-libs: postgresql Support'
-'libmariadbclient: mysql Support')
-source=("$pkgname-$pkgver.tar.gz::https://github.com/mwild1/luadbi/archive/v$pkgver.tar.gz;)
-sha1sums=('992c322b09e8a109c45aae938c14303a6b28720c')
-
-build() {
-  cd "$srcdir"/luadbi-$pkgver
-  make free
-}
-
-package() {
-  cd "$srcdir"/luadbi-$pkgver
-  make install_free DESTDIR="$pkgdir"
-  install -Dm644 COPYING "${pkgdir}/usr/share/licenses/${pkgname}/COPYING"
-}

Copied: luadbi/repos/community-x86_64/PKGBUILD (from rev 409786, 
luadbi/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2018-11-26 17:31:42 UTC (rev 409787)
@@ -0,0 +1,54 @@
+# Maintainer: Sergej Pupykin 
+# Maintainer: Robert Knauer 
+
+pkgname=luadbi
+pkgname=(lua51-dbi lua52-dbi lua-dbi)
+pkgver=0.7.1
+pkgrel=2
+pkgdesc="Database interface library for Lua"
+arch=('x86_64')
+url="https://github.com/mwild1/luadbi;
+license=('MIT')
+makedepends=('sqlite3' 'libmariadbclient' 'postgresql' 'lua' 'lua52' 'lua51')
+optdepends=('sqlite3: sqlite3 Support'
+'postgresql-libs: postgresql Support'
+'libmariadbclient: mysql Support')
+source=("$pkgname-$pkgver.tar.gz::https://github.com/mwild1/luadbi/archive/v$pkgver.tar.gz;)
+sha1sums=('992c322b09e8a109c45aae938c14303a6b28720c')
+
+prepare() {
+  cp -r "$srcdir"/luadbi-$pkgver "$srcdir"/luadbi51-$pkgver
+  cp -r "$srcdir"/luadbi-$pkgver "$srcdir"/luadbi52-$pkgver
+}
+
+build() {
+  cd "$srcdir"/luadbi51-$pkgver
+  make free LUA_V=5.1
+
+  cd "$srcdir"/luadbi52-$pkgver
+  make free LUA_V=5.2
+
+  cd "$srcdir"/luadbi-$pkgver
+  make free LUA_V=5.3
+}
+
+package_lua51-dbi() {
+  depends=('lua51')
+  cd "$srcdir"/luadbi51-$pkgver
+  make install_free DESTDIR="$pkgdir" LUA_V=5.1
+  install -Dm644 COPYING "${pkgdir}/usr/share/licenses/${pkgname}/COPYING"
+}
+
+package_lua52-dbi() {
+  depends=('lua52')
+  cd "$srcdir"/luadbi52-$pkgver
+  make install_free DESTDIR="$pkgdir" LUA_V=5.2
+  install -Dm644 COPYING "${pkgdir}/usr/share/licenses/${pkgname}/COPYING"
+}
+
+package_lua-dbi() {
+  depends=('lua')
+  cd "$srcdir"/luadbi-$pkgver
+  make install_free DESTDIR="$pkgdir" LUA_V=5.3
+  install -Dm644 COPYING "${pkgdir}/usr/share/licenses/${pkgname}/COPYING"
+}


[arch-commits] Commit in (lua51-dbi luadbi luadbi/trunk/PKGBUILD)

2018-11-26 Thread Sergej Pupykin via arch-commits
Date: Monday, November 26, 2018 @ 17:30:42
  Author: spupykin
Revision: 409786

luadbi: support all lua version

Added:
  luadbi/
Modified:
  luadbi/trunk/PKGBUILD
Deleted:
  lua51-dbi/

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

Modified: luadbi/trunk/PKGBUILD
===
--- lua51-dbi/trunk/PKGBUILD2018-11-26 16:29:46 UTC (rev 409785)
+++ luadbi/trunk/PKGBUILD   2018-11-26 17:30:42 UTC (rev 409786)
@@ -1,15 +1,15 @@
 # Maintainer: Sergej Pupykin 
 # Maintainer: Robert Knauer 
 
-pkgname=lua51-dbi
+pkgname=luadbi
+pkgname=(lua51-dbi lua52-dbi lua-dbi)
 pkgver=0.7.1
-pkgrel=1
-pkgdesc="Database interface library for Lua (5.1)"
+pkgrel=2
+pkgdesc="Database interface library for Lua"
 arch=('x86_64')
 url="https://github.com/mwild1/luadbi;
 license=('MIT')
-makedepends=('sqlite3' 'libmariadbclient' 'postgresql')
-depends=('lua51')
+makedepends=('sqlite3' 'libmariadbclient' 'postgresql' 'lua' 'lua52' 'lua51')
 optdepends=('sqlite3: sqlite3 Support'
 'postgresql-libs: postgresql Support'
 'libmariadbclient: mysql Support')
@@ -16,13 +16,39 @@
 
source=("$pkgname-$pkgver.tar.gz::https://github.com/mwild1/luadbi/archive/v$pkgver.tar.gz;)
 sha1sums=('992c322b09e8a109c45aae938c14303a6b28720c')
 
+prepare() {
+  cp -r "$srcdir"/luadbi-$pkgver "$srcdir"/luadbi51-$pkgver
+  cp -r "$srcdir"/luadbi-$pkgver "$srcdir"/luadbi52-$pkgver
+}
+
 build() {
+  cd "$srcdir"/luadbi51-$pkgver
+  make free LUA_V=5.1
+
+  cd "$srcdir"/luadbi52-$pkgver
+  make free LUA_V=5.2
+
   cd "$srcdir"/luadbi-$pkgver
-  make free
+  make free LUA_V=5.3
 }
 
-package() {
+package_lua51-dbi() {
+  depends=('lua51')
+  cd "$srcdir"/luadbi51-$pkgver
+  make install_free DESTDIR="$pkgdir" LUA_V=5.1
+  install -Dm644 COPYING "${pkgdir}/usr/share/licenses/${pkgname}/COPYING"
+}
+
+package_lua52-dbi() {
+  depends=('lua52')
+  cd "$srcdir"/luadbi52-$pkgver
+  make install_free DESTDIR="$pkgdir" LUA_V=5.2
+  install -Dm644 COPYING "${pkgdir}/usr/share/licenses/${pkgname}/COPYING"
+}
+
+package_lua-dbi() {
+  depends=('lua')
   cd "$srcdir"/luadbi-$pkgver
-  make install_free DESTDIR="$pkgdir"
+  make install_free DESTDIR="$pkgdir" LUA_V=5.3
   install -Dm644 COPYING "${pkgdir}/usr/share/licenses/${pkgname}/COPYING"
 }


[arch-commits] Commit in prosody/repos/community-x86_64 (12 files)

2018-11-26 Thread Sergej Pupykin via arch-commits
Date: Monday, November 26, 2018 @ 16:29:46
  Author: spupykin
Revision: 409785

archrelease: copy trunk to community-x86_64

Added:
  prosody/repos/community-x86_64/PKGBUILD
(from rev 409784, prosody/trunk/PKGBUILD)
  prosody/repos/community-x86_64/prosody.install
(from rev 409784, prosody/trunk/prosody.install)
  prosody/repos/community-x86_64/prosody.logrotated
(from rev 409784, prosody/trunk/prosody.logrotated)
  prosody/repos/community-x86_64/prosody.service
(from rev 409784, prosody/trunk/prosody.service)
  prosody/repos/community-x86_64/prosody.tmpfile.d
(from rev 409784, prosody/trunk/prosody.tmpfile.d)
  prosody/repos/community-x86_64/sysuser.conf
(from rev 409784, prosody/trunk/sysuser.conf)
Deleted:
  prosody/repos/community-x86_64/PKGBUILD
  prosody/repos/community-x86_64/prosody.install
  prosody/repos/community-x86_64/prosody.logrotated
  prosody/repos/community-x86_64/prosody.service
  prosody/repos/community-x86_64/prosody.tmpfile.d
  prosody/repos/community-x86_64/sysuser.conf

+
 PKGBUILD   |  177 +--
 prosody.install|   46 ++---
 prosody.logrotated |   18 ++---
 prosody.service|   28 
 prosody.tmpfile.d  |4 -
 sysuser.conf   |6 -
 6 files changed, 139 insertions(+), 140 deletions(-)

Deleted: PKGBUILD
===
--- PKGBUILD2018-11-26 16:29:29 UTC (rev 409784)
+++ PKGBUILD2018-11-26 16:29:46 UTC (rev 409785)
@@ -1,89 +0,0 @@
-# $Id$
-# Maintainer: Sergej Pupykin 
-# Old Maintainer: Dwayne Bent 
-# Old Maintainer: Tilman Vatteroth 
-# Contributor: Paul-Sebastian Manole 
-# Contributor: Timothée Ravier 
-# Contributor: Christoph Stahl 
-
-pkgname=prosody
-epoch=1
-pkgrel=2
-pkgver=0.10.2
-pkgdesc="Lightweight and extensible Jabber/XMPP server written in Lua"
-arch=('x86_64')
-url="https://prosody.im/;
-license=('MIT')
-depends=('lua51' 'lua51-socket' 'lua51-expat' 'lua51-filesystem' 'libidn'
- 'openssl')
-conflicts=('prosody')
-provides=('prosody')
-optdepends=('lua51-sec: TLS encryption support'
-   'lua51-bitop: websocket support'
-#  'lua51-event: libevent support'
-   'lua51-dbi: SQL storage support')
-install=prosody.install
-backup=('etc/prosody/prosody.cfg.lua')
-validpgpkeys=('32A9EDDE3609931EB98CEAC315907E8E7BDD6BFE')
-source=("https://prosody.im/downloads/source/prosody-$pkgver.tar.gz"{,.asc}
-'prosody.tmpfile.d'
-'prosody.logrotated'
-'sysuser.conf'
-'prosody.service')
-sha256sums=('75b5f035e7a74d5f208eeeaf8419b94a85d09b40252d444cff8033fde3c9768e'
-'SKIP'
-'0753bd9260f1cfdce6e18e01a61e320b396acfe9fca8ccf3250653bfa6af997e'
-'5a2466b73bd069fb73be97a4e23b24e4c8dd1adb7db871cb8f5ab4094c1f967f'
-'e5c30ffbb066f0ed375b3313490c535d8c9df018726f6cecf9e3ddfd2e48'
-'af4d725c580a5f3aa875194042cdb3859ee70e1dc057650c46a4a10e6a1d3544')
-
-prepare() {
-  cd prosody-$pkgver
-
-  # disable logging to output and activate syslog
-  sed -i s/"info = "/"-- info = "/g prosody.cfg.lua.dist
-  sed -i s/"error = "/"-- error = "/g prosody.cfg.lua.dist
-  sed -i s/"--\ \"\*syslog\"\;"/"\"*syslog\"\;"/g prosody.cfg.lua.dist
-
-  # add pidfile and daemonize
-  # daemonize is important for systemd!
-  mv prosody.cfg.lua.dist prosody.cfg.lua.old
-
-  echo --Important for systemd >> prosody.cfg.lua.dist
-  echo -- daemonize is important for systemd. if you set this to false the 
systemd startup will freeze. >> prosody.cfg.lua.dist
-  echo daemonize = true >> prosody.cfg.lua.dist
-  echo 'pidfile = "/run/prosody/prosody.pid"'>> prosody.cfg.lua.dist
-  echo "" >> prosody.cfg.lua.dist
-  cat prosody.cfg.lua.old >> prosody.cfg.lua.dist
-  rm prosody.cfg.lua.old
-
-  #sed -i 's|sock, err = socket.udp();|sock, err = (socket.udp4 or 
socket.udp)();|g' net/dns.lua
-}
-
-build() {
-  cd prosody-$pkgver
-  ./configure --ostype=linux --prefix=/usr --sysconfdir=/etc/prosody \
---datadir=/var/lib/prosody --with-lua-include=/usr/include/lua5.1 \
---cflags="${CFLAGS} -fPIC -Wall -Wextra -D_GNU_SOURCE" \
---ldflags="${LDFLAGS} -shared" --no-example-certs \
---runwith=lua5.1
-  make
-}
-
-package() {
-  cd prosody-$pkgver
-  make DESTDIR="${pkgdir}" install
-  make DESTDIR="${pkgdir}" install -C tools/migration
-
-  install -Dm 0644 "$srcdir"/prosody.tmpfile.d 
"${pkgdir}"/usr/lib/tmpfiles.d/prosody.conf
-  install -Dm 0644 "$srcdir"/prosody.service 
"${pkgdir}"/usr/lib/systemd/system/prosody.service
-  install -Dm644 "$srcdir"/sysuser.conf 
"$pkgdir"/usr/lib/sysusers.d/prosody.conf
-
-  for i in tools/*.lua; do
-install -Dm 0644 ${i} "${pkgdir}"/usr/share/prosody/${i}
-  done
-
-  install -Dm 0644 COPYING "${pkgdir}"/usr/share/licenses/prosody/COPYING
-  install -Dm 0644 "$srcdir"/prosody.logrotated 
"${pkgdir}"/etc/logrotate.d/prosody
-  rm "${pkgdir}"/etc/prosody/certs/*
-}


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

2018-11-26 Thread Sergej Pupykin via arch-commits
Date: Monday, November 26, 2018 @ 16:29:04
  Author: spupykin
Revision: 409782

upgpkg: perl-yaml-libyaml 0.75-1

Modified:
  perl-yaml-libyaml/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2018-11-26 16:28:57 UTC (rev 409781)
+++ PKGBUILD2018-11-26 16:29:04 UTC (rev 409782)
@@ -3,7 +3,7 @@
 # Generator  : CPANPLUS::Dist::Arch 1.32
 
 pkgname='perl-yaml-libyaml'
-pkgver=0.74
+pkgver=0.75
 pkgrel=1
 pkgdesc="Perl YAML Serialization using XS and libyaml"
 arch=('x86_64')
@@ -12,8 +12,8 @@
 depends=('perl')
 makedepends=()
 url='http://search.cpan.org/dist/YAML-LibYAML/'
-source=("https://cpan.metacpan.org/authors/id/I/IN/INGY/YAML-LibYAML-$pkgver.tar.gz;)
-sha256sums=('a0dd0e70e3eaba431e34ef04783f09679196d6be9b00d3b6697da46fdc033408')
+source=("https://cpan.metacpan.org/authors/id/T/TI/TINITA/YAML-LibYAML-$pkgver.tar.gz;)
+sha256sums=('62ccd4a87daaf3576054f9027d9f3321116374a3a3882eb07166cf01b33792ca')
 
 build() {
   ( export PERL_MM_USE_DEFAULT=1 PERL5LIB="" \


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

2018-11-26 Thread Sergej Pupykin via arch-commits
Date: Monday, November 26, 2018 @ 16:29:29
  Author: spupykin
Revision: 409784

upgpkg: prosody 1:0.11.0-1

Modified:
  prosody/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2018-11-26 16:29:18 UTC (rev 409783)
+++ PKGBUILD2018-11-26 16:29:29 UTC (rev 409784)
@@ -7,20 +7,20 @@
 
 pkgname=prosody
 epoch=1
-pkgrel=2
-pkgver=0.10.2
+pkgrel=1
+pkgver=0.11.0
 pkgdesc="Lightweight and extensible Jabber/XMPP server written in Lua"
 arch=('x86_64')
 url="https://prosody.im/;
 license=('MIT')
-depends=('lua51' 'lua51-socket' 'lua51-expat' 'lua51-filesystem' 'libidn'
+depends=('lua52' 'lua52-socket' 'lua52-expat' 'lua52-filesystem' 'libidn'
  'openssl')
 conflicts=('prosody')
 provides=('prosody')
-optdepends=('lua51-sec: TLS encryption support'
-   'lua51-bitop: websocket support'
-#  'lua51-event: libevent support'
-   'lua51-dbi: SQL storage support')
+optdepends=('lua52-sec: TLS encryption support'
+   'lua52-bitop: websocket support'
+#  'lua52-event: libevent support'
+   'lua52-dbi: SQL storage support')
 install=prosody.install
 backup=('etc/prosody/prosody.cfg.lua')
 validpgpkeys=('32A9EDDE3609931EB98CEAC315907E8E7BDD6BFE')
@@ -29,7 +29,7 @@
 'prosody.logrotated'
 'sysuser.conf'
 'prosody.service')
-sha256sums=('75b5f035e7a74d5f208eeeaf8419b94a85d09b40252d444cff8033fde3c9768e'
+sha256sums=('55f0579665b3623c14fa9e0df3c6f8ceccce2e0e2ddb37d2a8e296aeb888'
 'SKIP'
 '0753bd9260f1cfdce6e18e01a61e320b396acfe9fca8ccf3250653bfa6af997e'
 '5a2466b73bd069fb73be97a4e23b24e4c8dd1adb7db871cb8f5ab4094c1f967f'
@@ -62,10 +62,10 @@
 build() {
   cd prosody-$pkgver
   ./configure --ostype=linux --prefix=/usr --sysconfdir=/etc/prosody \
---datadir=/var/lib/prosody --with-lua-include=/usr/include/lua5.1 \
+--datadir=/var/lib/prosody --with-lua-include=/usr/include/lua5.2 \
 --cflags="${CFLAGS} -fPIC -Wall -Wextra -D_GNU_SOURCE" \
 --ldflags="${LDFLAGS} -shared" --no-example-certs \
---runwith=lua5.1
+--runwith=lua5.2
   make
 }
 


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

2018-11-26 Thread Sergej Pupykin via arch-commits
Date: Monday, November 26, 2018 @ 16:28:39
  Author: spupykin
Revision: 409779

archrelease: copy trunk to community-any

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

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

Deleted: PKGBUILD
===
--- PKGBUILD2018-11-26 16:28:26 UTC (rev 409778)
+++ PKGBUILD2018-11-26 16:28:39 UTC (rev 409779)
@@ -1,41 +0,0 @@
-# Maintainer: Sergej Pupykin 
-# Contributor: John D Jones III AKA jnbek 
-# Generator  : CPANPLUS::Dist::Arch 1.32
-
-pkgname='perl-pegex'
-pkgver=0.67
-pkgrel=1
-pkgdesc="Acmeist PEG Parser Framework"
-arch=('any')
-license=('PerlArtistic' 'GPL')
-options=('!emptydirs')
-depends=('perl-yaml-libyaml' 'perl-file-sharedir-install')
-makedepends=()
-url='https://metacpan.org/release/Pegex'
-source=("http://search.cpan.org/CPAN/authors/id/I/IN/INGY/Pegex-$pkgver.tar.gz;)
-sha256sums=('3cb9df73aece2a5fa769a89bd74daaac302cc077e2489b3b552f3aa172092091')
-
-build() {
-  ( export PERL_MM_USE_DEFAULT=1 PERL5LIB="" \
-  PERL_AUTOINSTALL=--skipdeps\
-  PERL_MM_OPT="INSTALLDIRS=vendor DESTDIR='"$pkgdir"'" \
-  PERL_MB_OPT="--installdirs vendor --destdir '"$pkgdir"'" \
-  MODULEBUILDRC=/dev/null
-cd "$srcdir/Pegex-$pkgver"
-/usr/bin/perl Makefile.PL
-make
-  )
-}
-
-check() {
-  cd "$srcdir/Pegex-$pkgver"
-  ( export PERL_MM_USE_DEFAULT=1 PERL5LIB=""
-make test
-  )
-}
-
-package() {
-  cd "$srcdir/Pegex-$pkgver"
-  make install
-  find "$pkgdir" -name .packlist -o -name perllocal.pod -delete
-}

Copied: perl-pegex/repos/community-any/PKGBUILD (from rev 409778, 
perl-pegex/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2018-11-26 16:28:39 UTC (rev 409779)
@@ -0,0 +1,41 @@
+# Maintainer: Sergej Pupykin 
+# Contributor: John D Jones III AKA jnbek 
+# Generator  : CPANPLUS::Dist::Arch 1.32
+
+pkgname='perl-pegex'
+pkgver=0.70
+pkgrel=1
+pkgdesc="Acmeist PEG Parser Framework"
+arch=('any')
+license=('PerlArtistic' 'GPL')
+options=('!emptydirs')
+depends=('perl-yaml-libyaml' 'perl-file-sharedir-install')
+makedepends=()
+url='https://metacpan.org/release/Pegex'
+source=("http://search.cpan.org/CPAN/authors/id/I/IN/INGY/Pegex-$pkgver.tar.gz;)
+sha256sums=('fd3521321026048f493a88d43ce4b8e054f5d7acfec6a1db32fcaabe4dfda0fd')
+
+build() {
+  ( export PERL_MM_USE_DEFAULT=1 PERL5LIB="" \
+  PERL_AUTOINSTALL=--skipdeps\
+  PERL_MM_OPT="INSTALLDIRS=vendor DESTDIR='"$pkgdir"'" \
+  PERL_MB_OPT="--installdirs vendor --destdir '"$pkgdir"'" \
+  MODULEBUILDRC=/dev/null
+cd "$srcdir/Pegex-$pkgver"
+/usr/bin/perl Makefile.PL
+make
+  )
+}
+
+check() {
+  cd "$srcdir/Pegex-$pkgver"
+  ( export PERL_MM_USE_DEFAULT=1 PERL5LIB=""
+make test
+  )
+}
+
+package() {
+  cd "$srcdir/Pegex-$pkgver"
+  make install
+  find "$pkgdir" -name .packlist -o -name perllocal.pod -delete
+}


[arch-commits] Commit in perl-yaml-libyaml/repos/community-x86_64 (PKGBUILD PKGBUILD)

2018-11-26 Thread Sergej Pupykin via arch-commits
Date: Monday, November 26, 2018 @ 16:29:18
  Author: spupykin
Revision: 409783

archrelease: copy trunk to community-x86_64

Added:
  perl-yaml-libyaml/repos/community-x86_64/PKGBUILD
(from rev 409782, perl-yaml-libyaml/trunk/PKGBUILD)
Deleted:
  perl-yaml-libyaml/repos/community-x86_64/PKGBUILD

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

Deleted: PKGBUILD
===
--- PKGBUILD2018-11-26 16:29:04 UTC (rev 409782)
+++ PKGBUILD2018-11-26 16:29:18 UTC (rev 409783)
@@ -1,41 +0,0 @@
-# Maintainer: Sergej Pupykin 
-# Contributor: John D Jones III AKA jnbek 
-# Generator  : CPANPLUS::Dist::Arch 1.32
-
-pkgname='perl-yaml-libyaml'
-pkgver=0.74
-pkgrel=1
-pkgdesc="Perl YAML Serialization using XS and libyaml"
-arch=('x86_64')
-license=('PerlArtistic' 'GPL')
-options=('!emptydirs')
-depends=('perl')
-makedepends=()
-url='http://search.cpan.org/dist/YAML-LibYAML/'
-source=("https://cpan.metacpan.org/authors/id/I/IN/INGY/YAML-LibYAML-$pkgver.tar.gz;)
-sha256sums=('a0dd0e70e3eaba431e34ef04783f09679196d6be9b00d3b6697da46fdc033408')
-
-build() {
-  ( export PERL_MM_USE_DEFAULT=1 PERL5LIB="" \
-  PERL_AUTOINSTALL=--skipdeps\
-  PERL_MM_OPT="INSTALLDIRS=vendor DESTDIR='"$pkgdir"'" \
-  PERL_MB_OPT="--installdirs vendor --destdir '"$pkgdir"'" \
-  MODULEBUILDRC=/dev/null
-cd "$srcdir/YAML-LibYAML-$pkgver"
-/usr/bin/perl Makefile.PL
-make
-  )
-}
-
-check() {
-  cd "$srcdir/YAML-LibYAML-$pkgver"
-  ( export PERL_MM_USE_DEFAULT=1 PERL5LIB=""
-make test
-  )
-}
-
-package() {
-  cd "$srcdir/YAML-LibYAML-$pkgver"
-  make install
-  find "$pkgdir" -name .packlist -o -name perllocal.pod -delete
-}

Copied: perl-yaml-libyaml/repos/community-x86_64/PKGBUILD (from rev 409782, 
perl-yaml-libyaml/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2018-11-26 16:29:18 UTC (rev 409783)
@@ -0,0 +1,41 @@
+# Maintainer: Sergej Pupykin 
+# Contributor: John D Jones III AKA jnbek 
+# Generator  : CPANPLUS::Dist::Arch 1.32
+
+pkgname='perl-yaml-libyaml'
+pkgver=0.75
+pkgrel=1
+pkgdesc="Perl YAML Serialization using XS and libyaml"
+arch=('x86_64')
+license=('PerlArtistic' 'GPL')
+options=('!emptydirs')
+depends=('perl')
+makedepends=()
+url='http://search.cpan.org/dist/YAML-LibYAML/'
+source=("https://cpan.metacpan.org/authors/id/T/TI/TINITA/YAML-LibYAML-$pkgver.tar.gz;)
+sha256sums=('62ccd4a87daaf3576054f9027d9f3321116374a3a3882eb07166cf01b33792ca')
+
+build() {
+  ( export PERL_MM_USE_DEFAULT=1 PERL5LIB="" \
+  PERL_AUTOINSTALL=--skipdeps\
+  PERL_MM_OPT="INSTALLDIRS=vendor DESTDIR='"$pkgdir"'" \
+  PERL_MB_OPT="--installdirs vendor --destdir '"$pkgdir"'" \
+  MODULEBUILDRC=/dev/null
+cd "$srcdir/YAML-LibYAML-$pkgver"
+/usr/bin/perl Makefile.PL
+make
+  )
+}
+
+check() {
+  cd "$srcdir/YAML-LibYAML-$pkgver"
+  ( export PERL_MM_USE_DEFAULT=1 PERL5LIB=""
+make test
+  )
+}
+
+package() {
+  cd "$srcdir/YAML-LibYAML-$pkgver"
+  make install
+  find "$pkgdir" -name .packlist -o -name perllocal.pod -delete
+}


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

2018-11-26 Thread Sergej Pupykin via arch-commits
Date: Monday, November 26, 2018 @ 16:28:57
  Author: spupykin
Revision: 409781

archrelease: copy trunk to community-any

Added:
  perl-www-mechanize/repos/community-any/PKGBUILD
(from rev 409780, perl-www-mechanize/trunk/PKGBUILD)
Deleted:
  perl-www-mechanize/repos/community-any/PKGBUILD

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

Deleted: PKGBUILD
===
--- PKGBUILD2018-11-26 16:28:46 UTC (rev 409780)
+++ PKGBUILD2018-11-26 16:28:57 UTC (rev 409781)
@@ -1,28 +0,0 @@
-# Maintainer: Sergej Pupykin 
-# Contributor: Francois Charette 
-
-pkgname=perl-www-mechanize
-pkgver=1.89
-pkgrel=1
-pkgdesc="Automates web page form & link interaction"
-arch=(any)
-url="http://search.cpan.org/dist/WWW-Mechanize;
-license=('GPL' 'PerlArtistic')
-depends=('perl-libwww' 'perl-html-parser' 'perl-uri' 
'perl-http-response-encoding'
-'perl-http-server-simple' 'perl-test-warn' 'perl-html-form')
-options=('!emptydirs')
-source=(http://search.cpan.org/CPAN/authors/id/O/OA/OALDERS/WWW-Mechanize-$pkgver.tar.gz)
-sha256sums=('b09e88254b5f9a1b3ea38b3998a308e0e8b0d23e724c1337e2d146bc8519bdd7')
-
-build() {
-  cd  "$srcdir"/WWW-Mechanize-$pkgver
-  PERL_MM_USE_DEFAULT=1 perl Makefile.PL INSTALLDIRS=vendor
-  make
-}
-
-package() {
-  cd  "$srcdir"/WWW-Mechanize-$pkgver
-  make install DESTDIR="$pkgdir"
-  find "$pkgdir" -name '.packlist' -delete
-  find "$pkgdir" -name '*.pod' -delete
-}

Copied: perl-www-mechanize/repos/community-any/PKGBUILD (from rev 409780, 
perl-www-mechanize/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2018-11-26 16:28:57 UTC (rev 409781)
@@ -0,0 +1,28 @@
+# Maintainer: Sergej Pupykin 
+# Contributor: Francois Charette 
+
+pkgname=perl-www-mechanize
+pkgver=1.90
+pkgrel=1
+pkgdesc="Automates web page form & link interaction"
+arch=(any)
+url="http://search.cpan.org/dist/WWW-Mechanize;
+license=('GPL' 'PerlArtistic')
+depends=('perl-libwww' 'perl-html-parser' 'perl-uri' 
'perl-http-response-encoding'
+'perl-http-server-simple' 'perl-test-warn' 'perl-html-form')
+options=('!emptydirs')
+source=(http://search.cpan.org/CPAN/authors/id/O/OA/OALDERS/WWW-Mechanize-$pkgver.tar.gz)
+sha256sums=('84e46b44c0b2ff59f8e01ac1ac0b749ffcbf3bb8daa14c3c89950d62a04d110d')
+
+build() {
+  cd  "$srcdir"/WWW-Mechanize-$pkgver
+  PERL_MM_USE_DEFAULT=1 perl Makefile.PL INSTALLDIRS=vendor
+  make
+}
+
+package() {
+  cd  "$srcdir"/WWW-Mechanize-$pkgver
+  make install DESTDIR="$pkgdir"
+  find "$pkgdir" -name '.packlist' -delete
+  find "$pkgdir" -name '*.pod' -delete
+}


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

2018-11-26 Thread Sergej Pupykin via arch-commits
Date: Monday, November 26, 2018 @ 16:28:46
  Author: spupykin
Revision: 409780

upgpkg: perl-www-mechanize 1.90-1

Modified:
  perl-www-mechanize/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2018-11-26 16:28:39 UTC (rev 409779)
+++ PKGBUILD2018-11-26 16:28:46 UTC (rev 409780)
@@ -2,7 +2,7 @@
 # Contributor: Francois Charette 
 
 pkgname=perl-www-mechanize
-pkgver=1.89
+pkgver=1.90
 pkgrel=1
 pkgdesc="Automates web page form & link interaction"
 arch=(any)
@@ -12,7 +12,7 @@
 'perl-http-server-simple' 'perl-test-warn' 'perl-html-form')
 options=('!emptydirs')
 
source=(http://search.cpan.org/CPAN/authors/id/O/OA/OALDERS/WWW-Mechanize-$pkgver.tar.gz)
-sha256sums=('b09e88254b5f9a1b3ea38b3998a308e0e8b0d23e724c1337e2d146bc8519bdd7')
+sha256sums=('84e46b44c0b2ff59f8e01ac1ac0b749ffcbf3bb8daa14c3c89950d62a04d110d')
 
 build() {
   cd  "$srcdir"/WWW-Mechanize-$pkgver


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

2018-11-26 Thread Sergej Pupykin via arch-commits
Date: Monday, November 26, 2018 @ 16:28:26
  Author: spupykin
Revision: 409778

upgpkg: perl-pegex 0.70-1

Modified:
  perl-pegex/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2018-11-26 16:28:16 UTC (rev 409777)
+++ PKGBUILD2018-11-26 16:28:26 UTC (rev 409778)
@@ -3,7 +3,7 @@
 # Generator  : CPANPLUS::Dist::Arch 1.32
 
 pkgname='perl-pegex'
-pkgver=0.67
+pkgver=0.70
 pkgrel=1
 pkgdesc="Acmeist PEG Parser Framework"
 arch=('any')
@@ -13,7 +13,7 @@
 makedepends=()
 url='https://metacpan.org/release/Pegex'
 
source=("http://search.cpan.org/CPAN/authors/id/I/IN/INGY/Pegex-$pkgver.tar.gz;)
-sha256sums=('3cb9df73aece2a5fa769a89bd74daaac302cc077e2489b3b552f3aa172092091')
+sha256sums=('fd3521321026048f493a88d43ce4b8e054f5d7acfec6a1db32fcaabe4dfda0fd')
 
 build() {
   ( export PERL_MM_USE_DEFAULT=1 PERL5LIB="" \


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

2018-11-26 Thread Sergej Pupykin via arch-commits
Date: Monday, November 26, 2018 @ 16:28:16
  Author: spupykin
Revision: 409777

archrelease: copy trunk to community-any

Added:
  perl-ipc-run/repos/community-any/PKGBUILD
(from rev 409776, perl-ipc-run/trunk/PKGBUILD)
Deleted:
  perl-ipc-run/repos/community-any/PKGBUILD

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

Deleted: PKGBUILD
===
--- PKGBUILD2018-11-26 16:28:03 UTC (rev 409776)
+++ PKGBUILD2018-11-26 16:28:16 UTC (rev 409777)
@@ -1,31 +0,0 @@
-# $Id$
-# Maintainer: Sergej Pupykin 
-# Maintainer: Jan-Erik Rediger 
-# Contributor: Gerardo Exequiel Pozzi 
-# Contributor: Francois Charette 
-
-pkgname=perl-ipc-run
-pkgver=0.99
-pkgrel=1
-pkgdesc="IPC::Run - system() and background procs w/ piping, redirs, ptys"
-arch=('any')
-url="http://search.cpan.org/dist/IPC-Run;
-license=('GPL' 'PerlArtistic')
-# IPC::Run depends on IO::Pty which is provided by perl-io-tty
-depends=('perl' 'perl-io-tty')
-options=('!emptydirs')
-source=("http://search.cpan.org/CPAN/authors/id/T/TO/TODDR/IPC-Run-$pkgver.tar.gz;)
-sha256sums=('49a1a8db583cd6119b2eca39f0e5e641b4d28cddd4343c52bb3fd9ec6561a72e')
-
-build() {
-  cd "$srcdir"/IPC-Run-$pkgver
-  PERL_MM_USE_DEFAULT=1 perl Makefile.PL INSTALLDIRS=vendor
-  make
-}
-
-package() {
-  cd "$srcdir"/IPC-Run-$pkgver
-  make install DESTDIR="$pkgdir"
-  find "$pkgdir" -name perllocal.pod -delete
-  find "$pkgdir" -name .packlist -delete
-}

Copied: perl-ipc-run/repos/community-any/PKGBUILD (from rev 409776, 
perl-ipc-run/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2018-11-26 16:28:16 UTC (rev 409777)
@@ -0,0 +1,30 @@
+# Maintainer: Sergej Pupykin 
+# Maintainer: Jan-Erik Rediger 
+# Contributor: Gerardo Exequiel Pozzi 
+# Contributor: Francois Charette 
+
+pkgname=perl-ipc-run
+pkgver=20180523.0
+pkgrel=1
+pkgdesc="IPC::Run - system() and background procs w/ piping, redirs, ptys"
+arch=('any')
+url="http://search.cpan.org/dist/IPC-Run;
+license=('GPL' 'PerlArtistic')
+# IPC::Run depends on IO::Pty which is provided by perl-io-tty
+depends=('perl' 'perl-io-tty')
+options=('!emptydirs')
+source=("http://search.cpan.org/CPAN/authors/id/T/TO/TODDR/IPC-Run-$pkgver.tar.gz;)
+sha256sums=('3850d7edf8a4671391c6e99bb770698e1c45da55b323b31c76310913349b6c2f')
+
+build() {
+  cd "$srcdir"/IPC-Run-$pkgver
+  PERL_MM_USE_DEFAULT=1 perl Makefile.PL INSTALLDIRS=vendor
+  make
+}
+
+package() {
+  cd "$srcdir"/IPC-Run-$pkgver
+  make install DESTDIR="$pkgdir"
+  find "$pkgdir" -name perllocal.pod -delete
+  find "$pkgdir" -name .packlist -delete
+}


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

2018-11-26 Thread Sergej Pupykin via arch-commits
Date: Monday, November 26, 2018 @ 16:27:44
  Author: spupykin
Revision: 409774

upgpkg: perl-devel-patchperl 1.52-1

Modified:
  perl-devel-patchperl/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2018-11-26 16:27:38 UTC (rev 409773)
+++ PKGBUILD2018-11-26 16:27:44 UTC (rev 409774)
@@ -1,8 +1,8 @@
 # Maintainer:
 
 pkgname=perl-devel-patchperl
-pkgver=1.48
-pkgrel=4
+pkgver=1.52
+pkgrel=1
 pkgdesc="Patch perl source a la Devel::PPPort's buildperl.pl"
 arch=('any')
 url="http://search.cpan.org/dist/Devel-PatchPerl/;
@@ -10,7 +10,7 @@
 depends=('perl' 'perl-file-pushd' 'perl-module-pluggable')
 options=('!emptydirs')
 
source=("http://search.cpan.org/CPAN/authors/id/B/BI/BINGOS/Devel-PatchPerl-$pkgver.tar.gz;)
-sha256sums=('26a9bc8e52af739384cece2773921dd44d2371b6cdf92fe452ecc348eb0d90fe')
+sha256sums=('4e69fb6f5f3add09915e6252ed6b3ff96f5ba60feb816e1aca2dfafef4c0d647')
 
 build() {
   cd Devel-PatchPerl-$pkgver


[arch-commits] Commit in nextcloud-app-calendar/trunk (PKGBUILD)

2018-11-26 Thread Sergej Pupykin via arch-commits
Date: Monday, November 26, 2018 @ 16:27:08
  Author: spupykin
Revision: 409770

upgpkg: nextcloud-app-calendar 1.6.4-1

Modified:
  nextcloud-app-calendar/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2018-11-26 16:26:53 UTC (rev 409769)
+++ PKGBUILD2018-11-26 16:27:08 UTC (rev 409770)
@@ -1,7 +1,7 @@
 # Maintainer: Sergej Pupykin 
 
 pkgname=nextcloud-app-calendar
-pkgver=1.6.3
+pkgver=1.6.4
 pkgrel=1
 pkgdesc="Calendar app for nextcloud"
 arch=('any')
@@ -11,7 +11,7 @@
 makedepends=()
 options=('!strip')
 
source=("$pkgname-$pkgver.tar.gz::https://github.com/nextcloud/calendar/releases/download/v$pkgver/calendar.tar.gz;)
-sha256sums=('665ae9dc6b98e97cc1138bce04e742fbdd1e11916dc7a9911f7238ff5251e627')
+sha256sums=('c328abaa1cc3d284e4fcc085fb85d0155a95eedddf2f47b5d4561fbfd996b101')
 
 package() {
   install -d "$pkgdir"/usr/share/webapps/nextcloud/apps


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

2018-11-26 Thread Sergej Pupykin via arch-commits
Date: Monday, November 26, 2018 @ 16:28:03
  Author: spupykin
Revision: 409776

upgpkg: perl-ipc-run 20180523.0-1

Modified:
  perl-ipc-run/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2018-11-26 16:27:57 UTC (rev 409775)
+++ PKGBUILD2018-11-26 16:28:03 UTC (rev 409776)
@@ -4,7 +4,7 @@
 # Contributor: Francois Charette 
 
 pkgname=perl-ipc-run
-pkgver=0.99
+pkgver=20180523.0
 pkgrel=1
 pkgdesc="IPC::Run - system() and background procs w/ piping, redirs, ptys"
 arch=('any')
@@ -14,7 +14,7 @@
 depends=('perl' 'perl-io-tty')
 options=('!emptydirs')
 
source=("http://search.cpan.org/CPAN/authors/id/T/TO/TODDR/IPC-Run-$pkgver.tar.gz;)
-sha256sums=('49a1a8db583cd6119b2eca39f0e5e641b4d28cddd4343c52bb3fd9ec6561a72e')
+sha256sums=('3850d7edf8a4671391c6e99bb770698e1c45da55b323b31c76310913349b6c2f')
 
 build() {
   cd "$srcdir"/IPC-Run-$pkgver


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

2018-11-26 Thread Sergej Pupykin via arch-commits
Date: Monday, November 26, 2018 @ 16:27:57
  Author: spupykin
Revision: 409775

archrelease: copy trunk to community-any

Added:
  perl-devel-patchperl/repos/community-any/PKGBUILD
(from rev 409774, perl-devel-patchperl/trunk/PKGBUILD)
Deleted:
  perl-devel-patchperl/repos/community-any/PKGBUILD

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

Deleted: PKGBUILD
===
--- PKGBUILD2018-11-26 16:27:44 UTC (rev 409774)
+++ PKGBUILD2018-11-26 16:27:57 UTC (rev 409775)
@@ -1,31 +0,0 @@
-# $Id$
-# Maintainer:
-
-pkgname=perl-devel-patchperl
-pkgver=1.48
-pkgrel=4
-pkgdesc="Patch perl source a la Devel::PPPort's buildperl.pl"
-arch=('any')
-url="http://search.cpan.org/dist/Devel-PatchPerl/;
-license=('PerlArtistic' 'GPL')
-depends=('perl' 'perl-file-pushd' 'perl-module-pluggable')
-options=('!emptydirs')
-source=("http://search.cpan.org/CPAN/authors/id/B/BI/BINGOS/Devel-PatchPerl-$pkgver.tar.gz;)
-sha256sums=('26a9bc8e52af739384cece2773921dd44d2371b6cdf92fe452ecc348eb0d90fe')
-
-build() {
-  cd Devel-PatchPerl-$pkgver
-  perl Makefile.PL INSTALLDIRS=vendor
-  make
-}
-
-check() {
-  cd Devel-PatchPerl-$pkgver
-  make test
-}
-
-package() {
-  cd Devel-PatchPerl-$pkgver
-  make install DESTDIR="$pkgdir"
-}
-

Copied: perl-devel-patchperl/repos/community-any/PKGBUILD (from rev 409774, 
perl-devel-patchperl/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2018-11-26 16:27:57 UTC (rev 409775)
@@ -0,0 +1,30 @@
+# Maintainer:
+
+pkgname=perl-devel-patchperl
+pkgver=1.52
+pkgrel=1
+pkgdesc="Patch perl source a la Devel::PPPort's buildperl.pl"
+arch=('any')
+url="http://search.cpan.org/dist/Devel-PatchPerl/;
+license=('PerlArtistic' 'GPL')
+depends=('perl' 'perl-file-pushd' 'perl-module-pluggable')
+options=('!emptydirs')
+source=("http://search.cpan.org/CPAN/authors/id/B/BI/BINGOS/Devel-PatchPerl-$pkgver.tar.gz;)
+sha256sums=('4e69fb6f5f3add09915e6252ed6b3ff96f5ba60feb816e1aca2dfafef4c0d647')
+
+build() {
+  cd Devel-PatchPerl-$pkgver
+  perl Makefile.PL INSTALLDIRS=vendor
+  make
+}
+
+check() {
+  cd Devel-PatchPerl-$pkgver
+  make test
+}
+
+package() {
+  cd Devel-PatchPerl-$pkgver
+  make install DESTDIR="$pkgdir"
+}
+


[arch-commits] Commit in nextcloud-app-tasks/repos/community-any (PKGBUILD PKGBUILD)

2018-11-26 Thread Sergej Pupykin via arch-commits
Date: Monday, November 26, 2018 @ 16:27:38
  Author: spupykin
Revision: 409773

archrelease: copy trunk to community-any

Added:
  nextcloud-app-tasks/repos/community-any/PKGBUILD
(from rev 409772, nextcloud-app-tasks/trunk/PKGBUILD)
Deleted:
  nextcloud-app-tasks/repos/community-any/PKGBUILD

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

Deleted: PKGBUILD
===
--- PKGBUILD2018-11-26 16:27:26 UTC (rev 409772)
+++ PKGBUILD2018-11-26 16:27:38 UTC (rev 409773)
@@ -1,23 +0,0 @@
-# $Id$
-# Maintainer: Sergej Pupykin 
-# Maintainer: Jonas Heinrich 
-# Contributor: Jonas Heinrich 
-
-pkgname=nextcloud-app-tasks
-pkgver=0.9.7
-pkgrel=1
-pkgdesc="Enhanced task app for NextCloud"
-arch=('any')
-url="https://github.com/nextcloud/tasks;
-license=('AGPL')
-depends=('nextcloud')
-makedepends=()
-options=('!strip')
-#source=("tasks-${pkgver}.tar.gz::https://github.com/nextcloud/tasks/archive/v$pkgver.tar.gz;)
-source=("tasks-${pkgver}.tar.gz::https://github.com/nextcloud/tasks/releases/download/v$pkgver/tasks.tar.gz;)
-sha512sums=('34b1a8bfd0013bb8ab7863f4bae5ba0a4578707916d6e9faafdc94bc64267d581da5f4081e4e69e7347b440f52931a19874298f834013b5dbdee9aa10ee7a3aa')
-
-package() {
-  install -d "${pkgdir}/usr/share/webapps/nextcloud/apps"
-  cp -a "${srcdir}/tasks" "${pkgdir}/usr/share/webapps/nextcloud/apps/tasks"
-}

Copied: nextcloud-app-tasks/repos/community-any/PKGBUILD (from rev 409772, 
nextcloud-app-tasks/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2018-11-26 16:27:38 UTC (rev 409773)
@@ -0,0 +1,22 @@
+# Maintainer: Sergej Pupykin 
+# Maintainer: Jonas Heinrich 
+# Contributor: Jonas Heinrich 
+
+pkgname=nextcloud-app-tasks
+pkgver=0.9.8
+pkgrel=1
+pkgdesc="Enhanced task app for NextCloud"
+arch=('any')
+url="https://github.com/nextcloud/tasks;
+license=('AGPL')
+depends=('nextcloud')
+makedepends=()
+options=('!strip')
+#source=("tasks-${pkgver}.tar.gz::https://github.com/nextcloud/tasks/archive/v$pkgver.tar.gz;)
+source=("tasks-${pkgver}.tar.gz::https://github.com/nextcloud/tasks/releases/download/v$pkgver/tasks.tar.gz;)
+sha512sums=('a7990762d290b85d1db85b6127d6f2f68c94043bcb7233cbea896f74027b0677aa845ef2b29e21a0592cea3d81c574639e95216cb63feb08f66b191f99cbbcf4')
+
+package() {
+  install -d "${pkgdir}/usr/share/webapps/nextcloud/apps"
+  cp -a "${srcdir}/tasks" "${pkgdir}/usr/share/webapps/nextcloud/apps/tasks"
+}


[arch-commits] Commit in nextcloud-app-tasks/trunk (PKGBUILD)

2018-11-26 Thread Sergej Pupykin via arch-commits
Date: Monday, November 26, 2018 @ 16:27:26
  Author: spupykin
Revision: 409772

upgpkg: nextcloud-app-tasks 0.9.8-1

Modified:
  nextcloud-app-tasks/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2018-11-26 16:27:20 UTC (rev 409771)
+++ PKGBUILD2018-11-26 16:27:26 UTC (rev 409772)
@@ -3,7 +3,7 @@
 # Contributor: Jonas Heinrich 
 
 pkgname=nextcloud-app-tasks
-pkgver=0.9.7
+pkgver=0.9.8
 pkgrel=1
 pkgdesc="Enhanced task app for NextCloud"
 arch=('any')
@@ -14,7 +14,7 @@
 options=('!strip')
 
#source=("tasks-${pkgver}.tar.gz::https://github.com/nextcloud/tasks/archive/v$pkgver.tar.gz;)
 
source=("tasks-${pkgver}.tar.gz::https://github.com/nextcloud/tasks/releases/download/v$pkgver/tasks.tar.gz;)
-sha512sums=('34b1a8bfd0013bb8ab7863f4bae5ba0a4578707916d6e9faafdc94bc64267d581da5f4081e4e69e7347b440f52931a19874298f834013b5dbdee9aa10ee7a3aa')
+sha512sums=('a7990762d290b85d1db85b6127d6f2f68c94043bcb7233cbea896f74027b0677aa845ef2b29e21a0592cea3d81c574639e95216cb63feb08f66b191f99cbbcf4')
 
 package() {
   install -d "${pkgdir}/usr/share/webapps/nextcloud/apps"


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

2018-11-26 Thread Sergej Pupykin via arch-commits
Date: Monday, November 26, 2018 @ 16:26:53
  Author: spupykin
Revision: 409769

archrelease: copy trunk to community-any

Added:
  nextcloud/repos/community-any/PKGBUILD
(from rev 409768, nextcloud/trunk/PKGBUILD)
  nextcloud/repos/community-any/apache.example.conf
(from rev 409768, nextcloud/trunk/apache.example.conf)
  nextcloud/repos/community-any/nextcloud.hook
(from rev 409768, nextcloud/trunk/nextcloud.hook)
Deleted:
  nextcloud/repos/community-any/PKGBUILD
  nextcloud/repos/community-any/apache.example.conf
  nextcloud/repos/community-any/nextcloud.hook

-+
 PKGBUILD|  114 +-
 apache.example.conf |   36 +++
 nextcloud.hook  |   26 +--
 3 files changed, 88 insertions(+), 88 deletions(-)

Deleted: PKGBUILD
===
--- PKGBUILD2018-11-26 16:26:39 UTC (rev 409768)
+++ PKGBUILD2018-11-26 16:26:53 UTC (rev 409769)
@@ -1,57 +0,0 @@
-# Maintainer: Sergej Pupykin 
-
-pkgname=nextcloud
-pkgver=14.0.3
-pkgrel=1
-pkgdesc="A cloud server to store your files centrally on a hardware controlled 
by you"
-arch=('any')
-url="https://nextcloud.com;
-license=('AGPL')
-depends=()
-optdepends=('php-apache: to use the Apache web server'
-'php-sqlite: to use the SQLite database backend'
-'php-pgsql: to use the PostgreSQL database backend'
-'php-ldap: LDAP authentication'
-'php-intl'
-'php-apcu'
-'mariadb: to use the MySQL database backend'
-'smbclient: to mount SAMBA shares'
-'php-mcrypt'
-'ffmpeg: file preview'
-'libreoffice: file preview')
-options=('!strip')
-backup=('etc/webapps/nextcloud/apache.example.conf')
-validpgpkeys=('28806A878AE423A28372792ED75899B9A724937A')
-source=("https://download.nextcloud.com/server/releases/nextcloud-${pkgver}.tar.bz2"{,.asc}
-'apache.example.conf'
-'nextcloud.hook')
-sha256sums=('d7d0271238396ef53ed3806b8f5a3746170d4ebcaa030ad39735e886e7aed3ef'
-'SKIP'
-'55b892adb86a67c2fa12d79f0980c6aea75aed5c6f6f78f2c2b5e5575a012067'
-'d084cd6423c03f98087884b3c7b81f9510d1bea6c518860b64787a7f976cf0d3')
-
-package() {
-depends=('php' 'php-gd')
-
-# install project
-install -d "$pkgdir"/usr/share/webapps/
-cp -R "$srcdir"/${pkgname} "$pkgdir"/usr/share/webapps/.
-
-# install apache config file
-install -d  "$pkgdir"/etc/webapps/${pkgname}
-install -m 644 "$srcdir"/apache.example.conf  
"$pkgdir"/etc/webapps/${pkgname}
-
-# move config to /etc
-install -d  "$pkgdir"/etc/webapps/${pkgname}
-mv "$pkgdir"/usr/share/webapps/${pkgname}/config 
"$pkgdir"/etc/webapps/${pkgname}/config
-chown -R http:http "$pkgdir"/etc/webapps/${pkgname}
-ln -s /etc/webapps/${pkgname}/config 
"$pkgdir"/usr/share/webapps/${pkgname}/config
-chown -R root:http "$pkgdir"/usr/share/webapps/${pkgname}
-
-find "$pkgdir"/usr/share/webapps/${pkgname} -type f -exec chmod 0644 {} \;
-find "$pkgdir"/usr/share/webapps/${pkgname} -type d -exec chmod 0755 {} \;
-
-chmod a+x "$pkgdir"/usr/share/webapps/${pkgname}/occ
-
-#install -Dm0644 "$srcdir"/nextcloud.hook 
"$pkgdir"/usr/share/libalpm/hooks/nextcloud.hook
-}

Copied: nextcloud/repos/community-any/PKGBUILD (from rev 409768, 
nextcloud/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2018-11-26 16:26:53 UTC (rev 409769)
@@ -0,0 +1,57 @@
+# Maintainer: Sergej Pupykin 
+
+pkgname=nextcloud
+pkgver=14.0.4
+pkgrel=1
+pkgdesc="A cloud server to store your files centrally on a hardware controlled 
by you"
+arch=('any')
+url="https://nextcloud.com;
+license=('AGPL')
+depends=()
+optdepends=('php-apache: to use the Apache web server'
+'php-sqlite: to use the SQLite database backend'
+'php-pgsql: to use the PostgreSQL database backend'
+'php-ldap: LDAP authentication'
+'php-intl'
+'php-apcu'
+'mariadb: to use the MySQL database backend'
+'smbclient: to mount SAMBA shares'
+'php-mcrypt'
+'ffmpeg: file preview'
+'libreoffice: file preview')
+options=('!strip')
+backup=('etc/webapps/nextcloud/apache.example.conf')
+validpgpkeys=('28806A878AE423A28372792ED75899B9A724937A')
+source=("https://download.nextcloud.com/server/releases/nextcloud-${pkgver}.tar.bz2"{,.asc}
+'apache.example.conf'
+'nextcloud.hook')
+sha256sums=('4f5dd15a71694bd2f15fba0d2f942e5a5b1f5aba13511c507a23324d746b40e8'
+'SKIP'
+'55b892adb86a67c2fa12d79f0980c6aea75aed5c6f6f78f2c2b5e5575a012067'
+'d084cd6423c03f98087884b3c7b81f9510d1bea6c518860b64787a7f976cf0d3')
+
+package() {
+depends=('php' 'php-gd')
+
+# install project
+install -d 

[arch-commits] Commit in nextcloud-app-calendar/repos/community-any (2 files)

2018-11-26 Thread Sergej Pupykin via arch-commits
Date: Monday, November 26, 2018 @ 16:27:20
  Author: spupykin
Revision: 409771

archrelease: copy trunk to community-any

Added:
  nextcloud-app-calendar/repos/community-any/PKGBUILD
(from rev 409770, nextcloud-app-calendar/trunk/PKGBUILD)
Deleted:
  nextcloud-app-calendar/repos/community-any/PKGBUILD

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

Deleted: PKGBUILD
===
--- PKGBUILD2018-11-26 16:27:08 UTC (rev 409770)
+++ PKGBUILD2018-11-26 16:27:20 UTC (rev 409771)
@@ -1,19 +0,0 @@
-# Maintainer: Sergej Pupykin 
-
-pkgname=nextcloud-app-calendar
-pkgver=1.6.3
-pkgrel=1
-pkgdesc="Calendar app for nextcloud"
-arch=('any')
-url="http://nextcloud.com;
-license=('AGPL')
-depends=('nextcloud')
-makedepends=()
-options=('!strip')
-source=("$pkgname-$pkgver.tar.gz::https://github.com/nextcloud/calendar/releases/download/v$pkgver/calendar.tar.gz;)
-sha256sums=('665ae9dc6b98e97cc1138bce04e742fbdd1e11916dc7a9911f7238ff5251e627')
-
-package() {
-  install -d "$pkgdir"/usr/share/webapps/nextcloud/apps
-  cp -a "$srcdir"/calendar "$pkgdir"/usr/share/webapps/nextcloud/apps/calendar
-}

Copied: nextcloud-app-calendar/repos/community-any/PKGBUILD (from rev 409770, 
nextcloud-app-calendar/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2018-11-26 16:27:20 UTC (rev 409771)
@@ -0,0 +1,19 @@
+# Maintainer: Sergej Pupykin 
+
+pkgname=nextcloud-app-calendar
+pkgver=1.6.4
+pkgrel=1
+pkgdesc="Calendar app for nextcloud"
+arch=('any')
+url="http://nextcloud.com;
+license=('AGPL')
+depends=('nextcloud')
+makedepends=()
+options=('!strip')
+source=("$pkgname-$pkgver.tar.gz::https://github.com/nextcloud/calendar/releases/download/v$pkgver/calendar.tar.gz;)
+sha256sums=('c328abaa1cc3d284e4fcc085fb85d0155a95eedddf2f47b5d4561fbfd996b101')
+
+package() {
+  install -d "$pkgdir"/usr/share/webapps/nextcloud/apps
+  cp -a "$srcdir"/calendar "$pkgdir"/usr/share/webapps/nextcloud/apps/calendar
+}


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

2018-11-26 Thread Sergej Pupykin via arch-commits
Date: Monday, November 26, 2018 @ 16:26:24
  Author: spupykin
Revision: 409767

archrelease: copy trunk to community-x86_64

Added:
  lxcfs/repos/community-x86_64/PKGBUILD
(from rev 409766, lxcfs/trunk/PKGBUILD)
  lxcfs/repos/community-x86_64/lxcfs.service
(from rev 409766, lxcfs/trunk/lxcfs.service)
Deleted:
  lxcfs/repos/community-x86_64/PKGBUILD
  lxcfs/repos/community-x86_64/lxcfs.service

---+
 PKGBUILD  |   68 
 lxcfs.service |   26 ++---
 2 files changed, 47 insertions(+), 47 deletions(-)

Deleted: PKGBUILD
===
--- PKGBUILD2018-11-26 16:26:12 UTC (rev 409766)
+++ PKGBUILD2018-11-26 16:26:24 UTC (rev 409767)
@@ -1,34 +0,0 @@
-# Maintainer: Sergej Pupykin 
-# Maintainer: Christian Brauner 
-
-pkgname=lxcfs
-pkgver=3.0.2
-pkgrel=1
-pkgdesc="FUSE filesystem for LXC"
-arch=(x86_64)
-url="https://linuxcontainers.org/;
-license=('GPL')
-depends=('lxc' 'libnih' 'fuse2' 'dbus-glib')
-makedepends=('help2man')
-options=('emptydirs')
-source=("https://linuxcontainers.org/downloads/lxcfs/lxcfs-$pkgver.tar.gz;
-   "lxcfs.service")
-sha256sums=('f131f2addb0aa4b7256c59800b2528075dfbb5852a71057827f49c2411f2d939'
-'3549e83ebbd6ec5934be0c3137b0dbb1101cec098bc49d135fea29f733b9e2a1')
-
-build() {
-cd "$srcdir/$pkgname-$pkgver"
-./configure \
---prefix=/usr \
---sbindir=/usr/bin \
---with-pamdir=/usr/lib/security \
---localstatedir=/var
-make
-}
-
-package() {
-cd "$srcdir/$pkgname-$pkgver"
-make DESTDIR="$pkgdir/" install
-install -dm0755 "$pkgdir"/var/lib/lxcfs
-install -Dm0644 "$srcdir"/lxcfs.service 
"$pkgdir"/usr/lib/systemd/system/lxcfs.service
-}

Copied: lxcfs/repos/community-x86_64/PKGBUILD (from rev 409766, 
lxcfs/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2018-11-26 16:26:24 UTC (rev 409767)
@@ -0,0 +1,34 @@
+# Maintainer: Sergej Pupykin 
+# Maintainer: Christian Brauner 
+
+pkgname=lxcfs
+pkgver=3.0.3
+pkgrel=1
+pkgdesc="FUSE filesystem for LXC"
+arch=(x86_64)
+url="https://linuxcontainers.org/;
+license=('GPL')
+depends=('lxc' 'libnih' 'fuse2' 'dbus-glib')
+makedepends=('help2man')
+options=('emptydirs')
+source=("https://linuxcontainers.org/downloads/lxcfs/lxcfs-$pkgver.tar.gz;
+   "lxcfs.service")
+sha256sums=('890aa30d960d9b1e53b0c0712bf645c1f1924f750e32cd090f368c1338bd462f'
+'3549e83ebbd6ec5934be0c3137b0dbb1101cec098bc49d135fea29f733b9e2a1')
+
+build() {
+cd "$srcdir/$pkgname-$pkgver"
+./configure \
+--prefix=/usr \
+--sbindir=/usr/bin \
+--with-pamdir=/usr/lib/security \
+--localstatedir=/var
+make
+}
+
+package() {
+cd "$srcdir/$pkgname-$pkgver"
+make DESTDIR="$pkgdir/" install
+install -dm0755 "$pkgdir"/var/lib/lxcfs
+install -Dm0644 "$srcdir"/lxcfs.service 
"$pkgdir"/usr/lib/systemd/system/lxcfs.service
+}

Deleted: lxcfs.service
===
--- lxcfs.service   2018-11-26 16:26:12 UTC (rev 409766)
+++ lxcfs.service   2018-11-26 16:26:24 UTC (rev 409767)
@@ -1,13 +0,0 @@
-[Unit]
-Description=FUSE filesystem for LXC
-ConditionVirtualization=!container
-Before=lxc.service
-
-[Service]
-ExecStart=/usr/bin/lxcfs /var/lib/lxcfs
-KillMode=process
-Restart=on-failure
-ExecStopPost=-/bin/fusermount -u /var/lib/lxcfs
-
-[Install]
-WantedBy=multi-user.target

Copied: lxcfs/repos/community-x86_64/lxcfs.service (from rev 409766, 
lxcfs/trunk/lxcfs.service)
===
--- lxcfs.service   (rev 0)
+++ lxcfs.service   2018-11-26 16:26:24 UTC (rev 409767)
@@ -0,0 +1,13 @@
+[Unit]
+Description=FUSE filesystem for LXC
+ConditionVirtualization=!container
+Before=lxc.service
+
+[Service]
+ExecStart=/usr/bin/lxcfs /var/lib/lxcfs
+KillMode=process
+Restart=on-failure
+ExecStopPost=-/bin/fusermount -u /var/lib/lxcfs
+
+[Install]
+WantedBy=multi-user.target


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

2018-11-26 Thread Sergej Pupykin via arch-commits
Date: Monday, November 26, 2018 @ 16:26:39
  Author: spupykin
Revision: 409768

upgpkg: nextcloud 14.0.4-1

Modified:
  nextcloud/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2018-11-26 16:26:24 UTC (rev 409767)
+++ PKGBUILD2018-11-26 16:26:39 UTC (rev 409768)
@@ -1,7 +1,7 @@
 # Maintainer: Sergej Pupykin 
 
 pkgname=nextcloud
-pkgver=14.0.3
+pkgver=14.0.4
 pkgrel=1
 pkgdesc="A cloud server to store your files centrally on a hardware controlled 
by you"
 arch=('any')
@@ -25,7 +25,7 @@
 
source=("https://download.nextcloud.com/server/releases/nextcloud-${pkgver}.tar.bz2"{,.asc}
 'apache.example.conf'
 'nextcloud.hook')
-sha256sums=('d7d0271238396ef53ed3806b8f5a3746170d4ebcaa030ad39735e886e7aed3ef'
+sha256sums=('4f5dd15a71694bd2f15fba0d2f942e5a5b1f5aba13511c507a23324d746b40e8'
 'SKIP'
 '55b892adb86a67c2fa12d79f0980c6aea75aed5c6f6f78f2c2b5e5575a012067'
 'd084cd6423c03f98087884b3c7b81f9510d1bea6c518860b64787a7f976cf0d3')


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

2018-11-26 Thread Sergej Pupykin via arch-commits
Date: Monday, November 26, 2018 @ 16:26:12
  Author: spupykin
Revision: 409766

upgpkg: lxcfs 3.0.3-1

Modified:
  lxcfs/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2018-11-26 16:25:41 UTC (rev 409765)
+++ PKGBUILD2018-11-26 16:26:12 UTC (rev 409766)
@@ -2,7 +2,7 @@
 # Maintainer: Christian Brauner 
 
 pkgname=lxcfs
-pkgver=3.0.2
+pkgver=3.0.3
 pkgrel=1
 pkgdesc="FUSE filesystem for LXC"
 arch=(x86_64)
@@ -13,7 +13,7 @@
 options=('emptydirs')
 source=("https://linuxcontainers.org/downloads/lxcfs/lxcfs-$pkgver.tar.gz;
"lxcfs.service")
-sha256sums=('f131f2addb0aa4b7256c59800b2528075dfbb5852a71057827f49c2411f2d939'
+sha256sums=('890aa30d960d9b1e53b0c0712bf645c1f1924f750e32cd090f368c1338bd462f'
 '3549e83ebbd6ec5934be0c3137b0dbb1101cec098bc49d135fea29f733b9e2a1')
 
 build() {


[arch-commits] Commit in lxc/repos/community-x86_64 (8 files)

2018-11-26 Thread Sergej Pupykin via arch-commits
Date: Monday, November 26, 2018 @ 16:25:41
  Author: spupykin
Revision: 409765

archrelease: copy trunk to community-x86_64

Added:
  lxc/repos/community-x86_64/PKGBUILD
(from rev 409764, lxc/trunk/PKGBUILD)
  lxc/repos/community-x86_64/lxc-auto.service
(from rev 409764, lxc/trunk/lxc-auto.service)
  lxc/repos/community-x86_64/lxc.service
(from rev 409764, lxc/trunk/lxc.service)
  lxc/repos/community-x86_64/lxc.tmpfiles.d
(from rev 409764, lxc/trunk/lxc.tmpfiles.d)
Deleted:
  lxc/repos/community-x86_64/PKGBUILD
  lxc/repos/community-x86_64/lxc-auto.service
  lxc/repos/community-x86_64/lxc.service
  lxc/repos/community-x86_64/lxc.tmpfiles.d

--+
 PKGBUILD |  166 ++---
 lxc-auto.service |   26 
 lxc.service  |   26 
 lxc.tmpfiles.d   |2 
 4 files changed, 110 insertions(+), 110 deletions(-)

Deleted: PKGBUILD
===
--- PKGBUILD2018-11-26 16:25:25 UTC (rev 409764)
+++ PKGBUILD2018-11-26 16:25:41 UTC (rev 409765)
@@ -1,83 +0,0 @@
-# $Id$
-# Maintainer: Sergej Pupykin 
-# Contributor: Andrea Zucchelli 
-# Contributor: Daniel Micay 
-# Contributor: Jonathan Liu 
-# Contributor: Jon Nordby 
-
-pkgname=lxc
-epoch=1
-pkgver=3.0.2
-pkgrel=1
-pkgdesc="Linux Containers"
-arch=('x86_64')
-url="http://linuxcontainers.org;
-depends=('bash' 'perl' 'libseccomp' 'libcap' 'python' 'rsync' 'wget')
-makedepends=('docbook2x' 'lua' 'python-setuptools')
-optdepends=('dnsmasq: lxc-net.service'
-   'lua'
-   'lua-filesystem: lxc-top'
-   'lua-alt-getopt: lxc-top')
-license=('LGPL')
-options=('emptydirs')
-backup=('etc/lxc/default.conf'
-   'etc/default/lxc')
-validpgpkeys=('602F567663E593BCBD14F338C638974D64792D67')
-source=("https://linuxcontainers.org/downloads/$pkgname-${pkgver}.tar.gz"{,.asc}
-   "lxc.tmpfiles.d"
-   "lxc.service"
-   "lxc-auto.service")
-sha256sums=('6ab7117b17066220da450c55ed77953998cf2336d415143b879554364af12f5c'
-'SKIP'
-'10e4f661872f773bf3122a2f9f2cb13344fea86a4ab72beecb4213be4325c479'
-'711fb84c87b143cb0098e095fdebb040b15f553a854efbe846a00100bdb9ae88'
-'4174fcc0a664108f1884920930a3dbec0aeceed1fc24f00c200a583c06d447d0')
-
-prepare() {
-  cd "$srcdir/$pkgname-${pkgver/_/-}"
-  sed -i \
--e 's|"\\"-//Davenport//DTD DocBook V3.0//EN\\""|"\\"-//OASIS//DTD DocBook 
XML\\" \\"http://www.oasis-open.org/docbook/xml/4.5/docbookx.dtd\\";|' \
-configure.ac
-  sed -i \
--e 's|\${prefix}/||g' \
-lxc.pc.in
-  sed -i \
--e 's|dirlen,|dirlen=0,|' \
-src/lxc/storage/overlay.c
-}
-
-build() {
-  cd "$srcdir/$pkgname-${pkgver/_/-}"
-  ./autogen.sh
-  bashcompdir=/usr/share/bash-completion/completions ./configure \
---prefix=/usr \
---sbindir=/usr/bin \
---localstatedir=/var \
---libexecdir=/usr/lib \
---libdir=/usr/lib \
---sysconfdir=/etc \
---disable-apparmor \
---enable-seccomp \
---enable-capabilities \
---with-init-script=systemd \
---with-systemdsystemunitdir=/usr/lib/systemd/system \
---enable-pam \
---with-pamdir=/usr/lib/security
-  make
-}
-
-package() {
-  cd "$srcdir/$pkgname-${pkgver/_/-}"
-
-  make DESTDIR="$pkgdir" install
-  install -d -m755 "$pkgdir/var/lib/lxc"
-  install -d -m755 "$pkgdir/usr/lib/lxc/rootfs/dev"
-  install -D -m644 "$srcdir"/lxc.service 
"$pkgdir"/usr/lib/systemd/system/lxc@.service
-  install -D -m644 "$srcdir"/lxc-auto.service 
"$pkgdir"/usr/lib/systemd/system/lxc-auto.service
-  install -D -m644 "$srcdir"/lxc.tmpfiles.d 
"$pkgdir"/usr/lib/tmpfiles.d/lxc.conf
-
-  cd doc
-  find . -type f -name '*.1' -exec install -D -m644 "{}" 
"$pkgdir/usr/share/man/man1/{}" \;
-  find . -type f -name '*.5' -exec install -D -m644 "{}" 
"$pkgdir/usr/share/man/man5/{}" \;
-  find . -type f -name '*.7' -exec install -D -m644 "{}" 
"$pkgdir/usr/share/man/man7/{}" \;
-}

Copied: lxc/repos/community-x86_64/PKGBUILD (from rev 409764, 
lxc/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2018-11-26 16:25:41 UTC (rev 409765)
@@ -0,0 +1,83 @@
+# Maintainer: Sergej Pupykin 
+# Contributor: Andrea Zucchelli 
+# Contributor: Daniel Micay 
+# Contributor: Jonathan Liu 
+# Contributor: Jon Nordby 
+
+pkgname=lxc
+epoch=1
+pkgver=3.0.3
+pkgrel=1
+pkgdesc="Linux Containers"
+arch=('x86_64')
+url="http://linuxcontainers.org;
+depends=('bash' 'perl' 'libseccomp' 'libcap' 'python' 'rsync' 'wget')
+makedepends=('docbook2x' 'lua' 'python-setuptools')
+optdepends=('dnsmasq: lxc-net.service'
+   'lua'
+   'lua-filesystem: lxc-top'
+   'lua-alt-getopt: lxc-top')
+license=('LGPL')
+options=('emptydirs')
+backup=('etc/lxc/default.conf'
+   'etc/default/lxc')
+validpgpkeys=('602F567663E593BCBD14F338C638974D64792D67')

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

2018-11-26 Thread Sergej Pupykin via arch-commits
Date: Monday, November 26, 2018 @ 16:25:25
  Author: spupykin
Revision: 409764

upgpkg: lxc 1:3.0.3-1

Modified:
  lxc/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2018-11-26 14:00:59 UTC (rev 409763)
+++ PKGBUILD2018-11-26 16:25:25 UTC (rev 409764)
@@ -6,7 +6,7 @@
 
 pkgname=lxc
 epoch=1
-pkgver=3.0.2
+pkgver=3.0.3
 pkgrel=1
 pkgdesc="Linux Containers"
 arch=('x86_64')
@@ -26,7 +26,7 @@
"lxc.tmpfiles.d"
"lxc.service"
"lxc-auto.service")
-sha256sums=('6ab7117b17066220da450c55ed77953998cf2336d415143b879554364af12f5c'
+sha256sums=('620cb832cc02c63bf4d330657bf6176544e145da281ee384a34d689635a19841'
 'SKIP'
 '10e4f661872f773bf3122a2f9f2cb13344fea86a4ab72beecb4213be4325c479'
 '711fb84c87b143cb0098e095fdebb040b15f553a854efbe846a00100bdb9ae88'
@@ -43,6 +43,7 @@
   sed -i \
 -e 's|dirlen,|dirlen=0,|' \
 src/lxc/storage/overlay.c
+#  patch -p1 <"$srcdir"/71174d464fd3798a181d7768441f80f1952d93e9.patch
 }
 
 build() {


[arch-commits] Commit in archlinux-keyring/repos (3 files)

2018-11-26 Thread Christian Hesse via arch-commits
Date: Monday, November 26, 2018 @ 15:44:04
  Author: eworm
Revision: 340409

archrelease: copy trunk to testing-any

Added:
  archlinux-keyring/repos/testing-any/
  archlinux-keyring/repos/testing-any/PKGBUILD
(from rev 340408, archlinux-keyring/trunk/PKGBUILD)
  archlinux-keyring/repos/testing-any/archlinux-keyring.install
(from rev 340408, archlinux-keyring/trunk/archlinux-keyring.install)

---+
 PKGBUILD  |   26 ++
 archlinux-keyring.install |   22 ++
 2 files changed, 48 insertions(+)

Copied: archlinux-keyring/repos/testing-any/PKGBUILD (from rev 340408, 
archlinux-keyring/trunk/PKGBUILD)
===
--- testing-any/PKGBUILD(rev 0)
+++ testing-any/PKGBUILD2018-11-26 15:44:04 UTC (rev 340409)
@@ -0,0 +1,26 @@
+# Maintainer: Pierre Schmitz 
+# Maintainer: Bartłomiej Piotrowski 
+
+pkgname=archlinux-keyring
+pkgver=20181126
+pkgrel=1
+pkgdesc='Arch Linux PGP keyring'
+arch=(any)
+url='https://projects.archlinux.org/archlinux-keyring.git/'
+license=(GPL)
+install=$pkgname.install
+source=(https://sources.archlinux.org/other/$pkgname/${pkgname}-${pkgver}.tar.gz{,.sig})
+sha256sums=('8576f80bf9cc8066de89fa9751ada9cc491191c682e299e564513cb2b4a86c41'
+'SKIP')
+validpgpkeys=('4AA4767BBC9C4B1D18AE28B77F2D434B9741E8AC'  # Pierre Schmitz 

+  'A314827C4E4250A204CE6E13284FC34C8E4B1A25'  # Thomas Bächler 

+  '86CFFCA918CF3AF47147588051E8B148AC34'  # Evangelos Foutras 

+  'F3691687D867B81B51CE07D9BBE43771487328A9'  # Bartlomiej 
Piotrowski 
+  'BD84DE71F493DF6814B0167254EDC91609BC9183'  # Christian Hesse 

+  'CFA6AF15E5C74149FC1D8C086D1655C14CE1C13E'  # Florian Pritz 

+  'E499C79F53C96A54E572FEE1C06086337C50773E')  # Jelle van der Waa 

+
+package() {
+  cd $pkgname-$pkgver
+  make PREFIX=/usr DESTDIR="$pkgdir" install
+}

Copied: archlinux-keyring/repos/testing-any/archlinux-keyring.install (from rev 
340408, archlinux-keyring/trunk/archlinux-keyring.install)
===
--- testing-any/archlinux-keyring.install   (rev 0)
+++ testing-any/archlinux-keyring.install   2018-11-26 15:44:04 UTC (rev 
340409)
@@ -0,0 +1,22 @@
+post_upgrade() {
+   if usr/bin/pacman-key -l >/dev/null 2>&1; then
+   usr/bin/pacman-key --populate archlinux
+
+   # Re-enable key of alad
+   # See https://bugs.archlinux.org/task/35478
+   if [[ -z "$2" ]] || [[ "$(vercmp "$2" "20181018-1")" -lt 0 ]]; 
then
+   printf 'enable\nquit\n' | LANG=C \
+   gpg --homedir /etc/pacman.d/gnupg \
+   --no-permission-warning --command-fd 0 \
+   --quiet --batch --edit-key \
+   DBE7D3DD8C81D58D0A13D0E76BC26A17B9B7018A \
+   2>/dev/null
+   fi
+   fi
+}
+
+post_install() {
+   if [ -x usr/bin/pacman-key ]; then
+   post_upgrade
+   fi
+}


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

2018-11-26 Thread Christian Hesse via arch-commits
Date: Monday, November 26, 2018 @ 15:43:57
  Author: eworm
Revision: 340408

upgpkg: archlinux-keyring 20181126-1

Add Brett Cornwall (ainola)

Modified:
  archlinux-keyring/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2018-11-26 13:42:24 UTC (rev 340407)
+++ PKGBUILD2018-11-26 15:43:57 UTC (rev 340408)
@@ -2,7 +2,7 @@
 # Maintainer: Bartłomiej Piotrowski 
 
 pkgname=archlinux-keyring
-pkgver=20181122
+pkgver=20181126
 pkgrel=1
 pkgdesc='Arch Linux PGP keyring'
 arch=(any)
@@ -10,7 +10,7 @@
 license=(GPL)
 install=$pkgname.install
 
source=(https://sources.archlinux.org/other/$pkgname/${pkgname}-${pkgver}.tar.gz{,.sig})
-sha256sums=('9062019bdfb8c4e55386e992dbbe3fe503f702085fe9102fc3bace2dc0cb2423'
+sha256sums=('8576f80bf9cc8066de89fa9751ada9cc491191c682e299e564513cb2b4a86c41'
 'SKIP')
 validpgpkeys=('4AA4767BBC9C4B1D18AE28B77F2D434B9741E8AC'  # Pierre Schmitz 

   'A314827C4E4250A204CE6E13284FC34C8E4B1A25'  # Thomas Bächler 



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

2018-11-26 Thread Felix Yan via arch-commits
Date: Monday, November 26, 2018 @ 14:00:59
  Author: felixonmars
Revision: 409763

archrelease: copy trunk to community-any

Added:
  jenkins/repos/community-any/LICENSE
(from rev 409762, jenkins/trunk/LICENSE)
  jenkins/repos/community-any/PKGBUILD
(from rev 409762, jenkins/trunk/PKGBUILD)
  jenkins/repos/community-any/jenkins.conf
(from rev 409762, jenkins/trunk/jenkins.conf)
  jenkins/repos/community-any/jenkins.install
(from rev 409762, jenkins/trunk/jenkins.install)
  jenkins/repos/community-any/jenkins.service
(from rev 409762, jenkins/trunk/jenkins.service)
  jenkins/repos/community-any/jenkins.sysusers
(from rev 409762, jenkins/trunk/jenkins.sysusers)
  jenkins/repos/community-any/jenkins.tmpfiles
(from rev 409762, 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 |   88 ++---
 jenkins.conf |   26 +++
 jenkins.install  |   14 
 jenkins.service  |   48 ++--
 jenkins.sysusers |4 +-
 jenkins.tmpfiles |2 -
 7 files changed, 114 insertions(+), 114 deletions(-)

Deleted: LICENSE
===
--- LICENSE 2018-11-26 14:00:24 UTC (rev 409762)
+++ LICENSE 2018-11-26 14:00:59 UTC (rev 409763)
@@ -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 409762, 
jenkins/trunk/LICENSE)
===
--- LICENSE (rev 0)
+++ LICENSE 2018-11-26 14:00:59 UTC (rev 409763)
@@ -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
===
--- PKGBUILD2018-11-26 14:00:24 UTC (rev 409762)
+++ PKGBUILD2018-11-26 14:00:59 UTC (rev 409763)
@@ -1,44 +0,0 @@
-# Maintainer: Felix Yan 
-# Contributor: Alexander Rødseth 
-# Contributor: Marcel Huber 
-# Contributor: Illarion Kovalchuk 
-
-pkgname=jenkins
-pkgver=2.152
-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')
-replaces=('jenkins-ci')
-backup=('etc/conf.d/jenkins')

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

2018-11-26 Thread Felix Yan via arch-commits
Date: Monday, November 26, 2018 @ 14:00:24
  Author: felixonmars
Revision: 409762

upgpkg: jenkins 2.153-1

Modified:
  jenkins/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2018-11-26 13:56:55 UTC (rev 409761)
+++ PKGBUILD2018-11-26 14:00:24 UTC (rev 409762)
@@ -4,7 +4,7 @@
 # Contributor: Illarion Kovalchuk 
 
 pkgname=jenkins
-pkgver=2.152
+pkgver=2.153
 pkgrel=1
 pkgdesc='Extendable continuous integration server (latest)'
 arch=('any')
@@ -24,7 +24,7 @@
 'jenkins.tmpfiles'
 'jenkins.sysusers'
 'LICENSE')
-sha512sums=('b9c3abd85058b63a132ef51e3d5b01f1fde6421d7ae349ecd43b630c4fdf8589ca7bd23d19bdc8c42424561f00092b80ecbb1a7de634f7ecbbedfb323c5e32c9'
+sha512sums=('1e78e414b6db6f523bc0a872a60ec09c6e60d3dac2c9192af7c1d7420ba338b852c82a47d9c437b7c71a71cc7df5d1cb6066e2d36e9b772bff9bc12aef6cc11d'
 
'3a8421cef3953d899c150609f959cf5d5dd6d08d079a5e0f48bfece4f3c80491722b9e90ef841fddb87401c226b8338297c5c4e83e55a33ef8d6e387de3048d0'
 
'a336b006d3711abb75b49a2e12c09ee61cf3275a2cdbbd3676480e2f6ca8ba0fb4b9c08f3f9da193252c4fca827e9a1d5eaad847d0a889445693427ae1571fe7'
 
'a845a7147be54affc586dfce9a188ec24c92e673e88dec0b62da386d2e597de6ecda103429008562abd897f179a52c37cf2188ebc65b8c636efd07d707e18f90'


[arch-commits] Commit in shadowsocks/trunk (pycodestyle.patch)

2018-11-26 Thread Felix Yan via arch-commits
Date: Monday, November 26, 2018 @ 13:56:55
  Author: felixonmars
Revision: 409761

add missing patch

Added:
  shadowsocks/trunk/pycodestyle.patch

---+
 pycodestyle.patch |   62 
 1 file changed, 62 insertions(+)

Added: pycodestyle.patch
===
--- pycodestyle.patch   (rev 0)
+++ pycodestyle.patch   2018-11-26 13:56:55 UTC (rev 409761)
@@ -0,0 +1,62 @@
+commit 0225b05029493d477bde6391f3b0108519783a2e
+Author: Felix Yan 
+Date:   Tue Nov 13 02:50:07 2018 +0800
+
+Use pycodestyle instead of pep8
+
+diff --git a/.travis.yml b/.travis.yml
+index f11e179..cb02428 100644
+--- a/.travis.yml
 b/.travis.yml
+@@ -13,7 +13,7 @@ before_install:
+   - sudo dd if=/dev/urandom of=/usr/share/nginx/html/file bs=1M count=10
+   - sudo sh -c "echo '127.0.0.1localhost' > /etc/hosts"
+   - sudo service nginx restart
+-  - pip install pep8 pyflakes nose coverage PySocks
++  - pip install pycodestyle pyflakes nose coverage PySocks
+   - sudo tests/socksify/install.sh
+   - sudo tests/libsodium/install.sh
+   - sudo tests/libmbedtls/install.sh
+diff --git a/shadowsocks/common.py b/shadowsocks/common.py
+index 1a58457..840608f 100644
+--- a/shadowsocks/common.py
 b/shadowsocks/common.py
+@@ -185,8 +185,8 @@ def parse_header(data):
+ addrlen = ord(data[1])
+ if len(data) >= 4 + addrlen:
+ dest_addr = data[2:2 + addrlen]
+-dest_port = struct.unpack('>H', data[2 + addrlen:4 +
+- addrlen])[0]
++dest_port = struct.unpack('>H', data[2 + addrlen:
++ 4 + addrlen])[0]
+ header_length = 4 + addrlen
+ else:
+ logging.warn('header is too short')
+diff --git a/shadowsocks/tcprelay.py b/shadowsocks/tcprelay.py
+index 0ef913f..423cc80 100644
+--- a/shadowsocks/tcprelay.py
 b/shadowsocks/tcprelay.py
+@@ -519,8 +519,8 @@ class TCPRelayHandler(object):
+ socks_version = common.ord(data[0])
+ nmethods = common.ord(data[1])
+ if socks_version != 5:
+-logging.warning('unsupported SOCKS protocol version ' +
+-str(socks_version))
++logging.warning('unsupported SOCKS protocol version {}'
++.format(socks_version))
+ raise BadSocksHeader
+ if nmethods < 1 or len(data) != nmethods + 2:
+ logging.warning('NMETHODS and number of METHODS mismatch')
+diff --git a/tests/jenkins.sh b/tests/jenkins.sh
+index 85dd01a..4288336 100755
+--- a/tests/jenkins.sh
 b/tests/jenkins.sh
+@@ -27,7 +27,7 @@ function run_test {
+ python --version
+ coverage erase
+ mkdir tmp
+-run_test pep8 --ignore=E402 .
++run_test pycodestyle --ignore=E402,E305,E741 .
+ run_test pyflakes .
+ run_test coverage run tests/nose_plugin.py -v
+ run_test python setup.py sdist


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

2018-11-26 Thread Felix Yan via arch-commits
Date: Monday, November 26, 2018 @ 13:56:48
  Author: felixonmars
Revision: 409760

archrelease: copy trunk to community-x86_64

Added:
  python-ruamel-yaml/repos/community-x86_64/PKGBUILD
(from rev 409759, python-ruamel-yaml/trunk/PKGBUILD)
Deleted:
  python-ruamel-yaml/repos/community-x86_64/PKGBUILD

--+
 PKGBUILD |   44 ++--
 1 file changed, 22 insertions(+), 22 deletions(-)

Deleted: PKGBUILD
===
--- PKGBUILD2018-11-26 13:56:29 UTC (rev 409759)
+++ PKGBUILD2018-11-26 13:56:48 UTC (rev 409760)
@@ -1,22 +0,0 @@
-# Maintainer: Felix Yan 
-# Contributor: Samuel Littley 
-# Contributor: rnons 
-
-pkgname=python-ruamel-yaml
-pkgver=0.15.79
-pkgrel=1
-pkgdesc="YAML parser/emitter that supports roundtrip preservation of comments, 
seq/map flow style, and map key order"
-arch=('x86_64')
-url="https://bitbucket.org/ruamel/yaml;
-license=("MIT")
-makedepends=('python-pip' 'python-wheel')
-source=("https://pypi.io/packages/source/r/ruamel.yaml/ruamel.yaml-$pkgver.tar.gz;)
-sha512sums=('89850f94db29565ab362532199258ce95888f4d4cdc81fc9005ad9b7b15c48545ab853f1a9dd350c3ca28e1f16b9d8a5611a36346426869d682e74a9b6b06dae')
-
-package() {
-  depends=('python')
-
-  cd ruamel.yaml-$pkgver
-  LC_CTYPE=en_US.UTF-8 pip install . --root="$pkgdir"
-  install -D -m644 LICENSE "$pkgdir"/usr/share/licenses/$pkgname/LICENSE
-}

Copied: python-ruamel-yaml/repos/community-x86_64/PKGBUILD (from rev 409759, 
python-ruamel-yaml/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2018-11-26 13:56:48 UTC (rev 409760)
@@ -0,0 +1,22 @@
+# Maintainer: Felix Yan 
+# Contributor: Samuel Littley 
+# Contributor: rnons 
+
+pkgname=python-ruamel-yaml
+pkgver=0.15.80
+pkgrel=1
+pkgdesc="YAML parser/emitter that supports roundtrip preservation of comments, 
seq/map flow style, and map key order"
+arch=('x86_64')
+url="https://bitbucket.org/ruamel/yaml;
+license=("MIT")
+makedepends=('python-pip' 'python-wheel')
+source=("https://pypi.io/packages/source/r/ruamel.yaml/ruamel.yaml-$pkgver.tar.gz;)
+sha512sums=('5058602d7a778dba129285f7d58dd993cab5396689973692640ce4a9f2b400edd0d15c37d9d61a460238da5b066e0c84ad755590fad44fd33f49ccac27b6bb24')
+
+package() {
+  depends=('python')
+
+  cd ruamel.yaml-$pkgver
+  LC_CTYPE=en_US.UTF-8 pip install . --root="$pkgdir"
+  install -D -m644 LICENSE "$pkgdir"/usr/share/licenses/$pkgname/LICENSE
+}


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

2018-11-26 Thread Felix Yan via arch-commits
Date: Monday, November 26, 2018 @ 13:56:29
  Author: felixonmars
Revision: 409759

upgpkg: python-ruamel-yaml 0.15.80-1

Modified:
  python-ruamel-yaml/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2018-11-26 08:06:28 UTC (rev 409758)
+++ PKGBUILD2018-11-26 13:56:29 UTC (rev 409759)
@@ -3,7 +3,7 @@
 # Contributor: rnons 
 
 pkgname=python-ruamel-yaml
-pkgver=0.15.79
+pkgver=0.15.80
 pkgrel=1
 pkgdesc="YAML parser/emitter that supports roundtrip preservation of comments, 
seq/map flow style, and map key order"
 arch=('x86_64')
@@ -11,7 +11,7 @@
 license=("MIT")
 makedepends=('python-pip' 'python-wheel')
 
source=("https://pypi.io/packages/source/r/ruamel.yaml/ruamel.yaml-$pkgver.tar.gz;)
-sha512sums=('89850f94db29565ab362532199258ce95888f4d4cdc81fc9005ad9b7b15c48545ab853f1a9dd350c3ca28e1f16b9d8a5611a36346426869d682e74a9b6b06dae')
+sha512sums=('5058602d7a778dba129285f7d58dd993cab5396689973692640ce4a9f2b400edd0d15c37d9d61a460238da5b066e0c84ad755590fad44fd33f49ccac27b6bb24')
 
 package() {
   depends=('python')


[arch-commits] Commit in systemd/repos/testing-x86_64 (40 files)

2018-11-26 Thread Christian Hesse via arch-commits
Date: Monday, November 26, 2018 @ 13:42:24
  Author: eworm
Revision: 340407

archrelease: copy trunk to testing-x86_64

Added:
  systemd/repos/testing-x86_64/0001-Use-Arch-Linux-device-access-groups.patch
(from rev 340406, 
systemd/trunk/0001-Use-Arch-Linux-device-access-groups.patch)
  systemd/repos/testing-x86_64/PKGBUILD
(from rev 340406, systemd/trunk/PKGBUILD)
  systemd/repos/testing-x86_64/arch.conf
(from rev 340406, systemd/trunk/arch.conf)
  systemd/repos/testing-x86_64/initcpio-hook-udev
(from rev 340406, systemd/trunk/initcpio-hook-udev)
  systemd/repos/testing-x86_64/initcpio-install-systemd
(from rev 340406, systemd/trunk/initcpio-install-systemd)
  systemd/repos/testing-x86_64/initcpio-install-udev
(from rev 340406, systemd/trunk/initcpio-install-udev)
  systemd/repos/testing-x86_64/loader.conf
(from rev 340406, systemd/trunk/loader.conf)
  systemd/repos/testing-x86_64/splash-arch.bmp
(from rev 340406, systemd/trunk/splash-arch.bmp)
  systemd/repos/testing-x86_64/systemd-binfmt.hook
(from rev 340406, systemd/trunk/systemd-binfmt.hook)
  systemd/repos/testing-x86_64/systemd-catalog.hook
(from rev 340406, systemd/trunk/systemd-catalog.hook)
  systemd/repos/testing-x86_64/systemd-daemon-reload.hook
(from rev 340406, systemd/trunk/systemd-daemon-reload.hook)
  systemd/repos/testing-x86_64/systemd-hook
(from rev 340406, systemd/trunk/systemd-hook)
  systemd/repos/testing-x86_64/systemd-hwdb.hook
(from rev 340406, systemd/trunk/systemd-hwdb.hook)
  systemd/repos/testing-x86_64/systemd-sysctl.hook
(from rev 340406, systemd/trunk/systemd-sysctl.hook)
  systemd/repos/testing-x86_64/systemd-sysusers.hook
(from rev 340406, systemd/trunk/systemd-sysusers.hook)
  systemd/repos/testing-x86_64/systemd-tmpfiles.hook
(from rev 340406, systemd/trunk/systemd-tmpfiles.hook)
  systemd/repos/testing-x86_64/systemd-udev-reload.hook
(from rev 340406, systemd/trunk/systemd-udev-reload.hook)
  systemd/repos/testing-x86_64/systemd-update.hook
(from rev 340406, systemd/trunk/systemd-update.hook)
  systemd/repos/testing-x86_64/systemd-user.pam
(from rev 340406, systemd/trunk/systemd-user.pam)
  systemd/repos/testing-x86_64/systemd.install
(from rev 340406, systemd/trunk/systemd.install)
Deleted:
  systemd/repos/testing-x86_64/0001-Use-Arch-Linux-device-access-groups.patch
  systemd/repos/testing-x86_64/PKGBUILD
  systemd/repos/testing-x86_64/arch.conf
  systemd/repos/testing-x86_64/initcpio-hook-udev
  systemd/repos/testing-x86_64/initcpio-install-systemd
  systemd/repos/testing-x86_64/initcpio-install-udev
  systemd/repos/testing-x86_64/loader.conf
  systemd/repos/testing-x86_64/splash-arch.bmp
  systemd/repos/testing-x86_64/systemd-binfmt.hook
  systemd/repos/testing-x86_64/systemd-catalog.hook
  systemd/repos/testing-x86_64/systemd-daemon-reload.hook
  systemd/repos/testing-x86_64/systemd-hook
  systemd/repos/testing-x86_64/systemd-hwdb.hook
  systemd/repos/testing-x86_64/systemd-sysctl.hook
  systemd/repos/testing-x86_64/systemd-sysusers.hook
  systemd/repos/testing-x86_64/systemd-tmpfiles.hook
  systemd/repos/testing-x86_64/systemd-udev-reload.hook
  systemd/repos/testing-x86_64/systemd-update.hook
  systemd/repos/testing-x86_64/systemd-user.pam
  systemd/repos/testing-x86_64/systemd.install

+
 0001-Use-Arch-Linux-device-access-groups.patch |  150 +++---
 PKGBUILD   |  548 +++
 arch.conf  |   14 
 initcpio-hook-udev |   44 -
 initcpio-install-systemd   |  404 
 initcpio-install-udev  |   58 +-
 loader.conf|2 
 systemd-binfmt.hook|   20 
 systemd-catalog.hook   |   22 
 systemd-daemon-reload.hook |   22 
 systemd-hook   |   64 +-
 systemd-hwdb.hook  |   22 
 systemd-sysctl.hook|   20 
 systemd-sysusers.hook  |   20 
 systemd-tmpfiles.hook  |   20 
 systemd-udev-reload.hook   |   22 
 systemd-update.hook|   22 
 systemd-user.pam   |   10 
 systemd.install|  198 
 19 files changed, 838 insertions(+), 844 deletions(-)

Deleted: 0001-Use-Arch-Linux-device-access-groups.patch
===
--- 0001-Use-Arch-Linux-device-access-groups.patch  2018-11-26 13:42:04 UTC 
(rev 340406)
+++ 0001-Use-Arch-Linux-device-access-groups.patch  2018-11-26 13:42:24 UTC 
(rev 340407)
@@ -1,75 +0,0 @@
-From 34e4b4953cb99642e9144d97823edf32b06ffe93 Mon Sep 17 00:00:00 2001
-Message-Id: 

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

2018-11-26 Thread Christian Hesse via arch-commits
Date: Monday, November 26, 2018 @ 13:42:04
  Author: eworm
Revision: 340406

upgpkg: systemd 239.303-1

pushing downstream changes upstream

Modified:
  systemd/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2018-11-26 11:30:18 UTC (rev 340405)
+++ PKGBUILD2018-11-26 13:42:04 UTC (rev 340406)
@@ -5,8 +5,8 @@
 pkgbase=systemd
 pkgname=('systemd' 'libsystemd' 'systemd-resolvconf' 'systemd-sysvcompat')
 # Can be from either systemd or systemd-stable
-_commit='6b4878d667737b523ea251f2d8abde9748bb295e'
-pkgver=239.301
+_commit='63f95c0297aea62ce47d1389e5221c54992f580e'
+pkgver=239.303
 pkgrel=1
 arch=('x86_64')
 url='https://www.github.com/systemd/systemd'
@@ -62,15 +62,9 @@
 
'209b01b044877cc986757fa4009a92ea98f480306c2530075d153203c3cd2b3afccab6aacc1453dee8857991e04270572f1700310705d7a0f4d5bed27fab8c67')
 
 _backports=(
-  # journal: adapt for new improved LZ4_decompress_safe_partial()
-  'e41ef6fd0027d3619dc1cf062100b2d224d0ee7e'
 )
 
 _reverts=(
-  # shared/sleep-config: add switches to kill specific sleep modes
-  '6ebddf92527b5de840f021b8672b2977c2a58af5'
-  # shared/sleep-config: forbid hibernation if resume= is not configured
-  '6789dca0a26df0c44ff8020f0a4206bf21e52a7a'
 )
 
 prepare() {


[arch-commits] Commit in systemd/repos (21 files)

2018-11-26 Thread Christian Hesse via arch-commits
Date: Monday, November 26, 2018 @ 11:30:18
  Author: eworm
Revision: 340405

archrelease: copy trunk to testing-x86_64

Added:
  systemd/repos/testing-x86_64/
  systemd/repos/testing-x86_64/0001-Use-Arch-Linux-device-access-groups.patch
(from rev 340404, 
systemd/trunk/0001-Use-Arch-Linux-device-access-groups.patch)
  systemd/repos/testing-x86_64/PKGBUILD
(from rev 340404, systemd/trunk/PKGBUILD)
  systemd/repos/testing-x86_64/arch.conf
(from rev 340404, systemd/trunk/arch.conf)
  systemd/repos/testing-x86_64/initcpio-hook-udev
(from rev 340404, systemd/trunk/initcpio-hook-udev)
  systemd/repos/testing-x86_64/initcpio-install-systemd
(from rev 340404, systemd/trunk/initcpio-install-systemd)
  systemd/repos/testing-x86_64/initcpio-install-udev
(from rev 340404, systemd/trunk/initcpio-install-udev)
  systemd/repos/testing-x86_64/loader.conf
(from rev 340404, systemd/trunk/loader.conf)
  systemd/repos/testing-x86_64/splash-arch.bmp
(from rev 340404, systemd/trunk/splash-arch.bmp)
  systemd/repos/testing-x86_64/systemd-binfmt.hook
(from rev 340404, systemd/trunk/systemd-binfmt.hook)
  systemd/repos/testing-x86_64/systemd-catalog.hook
(from rev 340404, systemd/trunk/systemd-catalog.hook)
  systemd/repos/testing-x86_64/systemd-daemon-reload.hook
(from rev 340404, systemd/trunk/systemd-daemon-reload.hook)
  systemd/repos/testing-x86_64/systemd-hook
(from rev 340404, systemd/trunk/systemd-hook)
  systemd/repos/testing-x86_64/systemd-hwdb.hook
(from rev 340404, systemd/trunk/systemd-hwdb.hook)
  systemd/repos/testing-x86_64/systemd-sysctl.hook
(from rev 340404, systemd/trunk/systemd-sysctl.hook)
  systemd/repos/testing-x86_64/systemd-sysusers.hook
(from rev 340404, systemd/trunk/systemd-sysusers.hook)
  systemd/repos/testing-x86_64/systemd-tmpfiles.hook
(from rev 340404, systemd/trunk/systemd-tmpfiles.hook)
  systemd/repos/testing-x86_64/systemd-udev-reload.hook
(from rev 340404, systemd/trunk/systemd-udev-reload.hook)
  systemd/repos/testing-x86_64/systemd-update.hook
(from rev 340404, systemd/trunk/systemd-update.hook)
  systemd/repos/testing-x86_64/systemd-user.pam
(from rev 340404, systemd/trunk/systemd-user.pam)
  systemd/repos/testing-x86_64/systemd.install
(from rev 340404, systemd/trunk/systemd.install)

+
 0001-Use-Arch-Linux-device-access-groups.patch |   75 ++
 PKGBUILD   |  277 +++
 arch.conf  |7 
 initcpio-hook-udev |   22 +
 initcpio-install-systemd   |  202 
 initcpio-install-udev  |   29 ++
 loader.conf|1 
 systemd-binfmt.hook|   10 
 systemd-catalog.hook   |   11 
 systemd-daemon-reload.hook |   11 
 systemd-hook   |   32 ++
 systemd-hwdb.hook  |   11 
 systemd-sysctl.hook|   10 
 systemd-sysusers.hook  |   10 
 systemd-tmpfiles.hook  |   10 
 systemd-udev-reload.hook   |   11 
 systemd-update.hook|   11 
 systemd-user.pam   |5 
 systemd.install|   99 
 19 files changed, 844 insertions(+)

Copied: 
systemd/repos/testing-x86_64/0001-Use-Arch-Linux-device-access-groups.patch 
(from rev 340404, systemd/trunk/0001-Use-Arch-Linux-device-access-groups.patch)
===
--- testing-x86_64/0001-Use-Arch-Linux-device-access-groups.patch   
(rev 0)
+++ testing-x86_64/0001-Use-Arch-Linux-device-access-groups.patch   
2018-11-26 11:30:18 UTC (rev 340405)
@@ -0,0 +1,75 @@
+From 34e4b4953cb99642e9144d97823edf32b06ffe93 Mon Sep 17 00:00:00 2001
+Message-Id: 
<34e4b4953cb99642e9144d97823edf32b06ffe93.1520376078.git.jan.steff...@gmail.com>
+From: "Jan Alexander Steffens (heftig)" 
+Date: Tue, 6 Mar 2018 23:39:47 +0100
+Subject: [PATCH] Use Arch Linux' device access groups
+MIME-Version: 1.0
+Content-Type: text/plain; charset=UTF-8
+Content-Transfer-Encoding: 8bit
+
+  cdrom   → optical
+  dialout → uucp
+  tape→ storage
+---
+ rules/50-udev-default.rules.in | 14 +++---
+ sysusers.d/basic.conf.in   |  6 +++---
+ 2 files changed, 10 insertions(+), 10 deletions(-)
+
+diff --git a/rules/50-udev-default.rules.in b/rules/50-udev-default.rules.in
+index 191f56f42..f81c4d0fc 100644
+--- a/rules/50-udev-default.rules.in
 b/rules/50-udev-default.rules.in
+@@ -22,7 +22,7 @@ SUBSYSTEM=="tty", KERNEL=="sclp_line[0-9]*", GROUP="tty", 
MODE="0620"
+ SUBSYSTEM=="tty", KERNEL=="ttysclp[0-9]*", GROUP="tty", MODE="0620"
+ SUBSYSTEM=="tty", 

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

2018-11-26 Thread Christian Hesse via arch-commits
Date: Monday, November 26, 2018 @ 11:29:59
  Author: eworm
Revision: 340404

upgpkg: systemd 239.301-1

pull in latest commit

Modified:
  systemd/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2018-11-26 06:36:16 UTC (rev 340403)
+++ PKGBUILD2018-11-26 11:29:59 UTC (rev 340404)
@@ -5,9 +5,9 @@
 pkgbase=systemd
 pkgname=('systemd' 'libsystemd' 'systemd-resolvconf' 'systemd-sysvcompat')
 # Can be from either systemd or systemd-stable
-_commit='25d1ba1173e4cce9dab8a2c2164ce60f63fc68a5'
-pkgver=239.300
-pkgrel=2
+_commit='6b4878d667737b523ea251f2d8abde9748bb295e'
+pkgver=239.301
+pkgrel=1
 arch=('x86_64')
 url='https://www.github.com/systemd/systemd'
 makedepends=('acl' 'cryptsetup' 'docbook-xsl' 'gperf' 'lz4' 'xz' 'pam' 'libelf'


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

2018-11-26 Thread Maxime Gauduin via arch-commits
Date: Monday, November 26, 2018 @ 08:06:28
  Author: alucryd
Revision: 409758

archrelease: copy trunk to multilib-x86_64

Added:
  lib32-soundtouch/repos/multilib-x86_64/PKGBUILD
(from rev 409757, lib32-soundtouch/trunk/PKGBUILD)
Deleted:
  lib32-soundtouch/repos/multilib-x86_64/PKGBUILD

--+
 PKGBUILD |   85 +++--
 1 file changed, 44 insertions(+), 41 deletions(-)

Deleted: PKGBUILD
===
--- PKGBUILD2018-11-26 08:06:20 UTC (rev 409757)
+++ PKGBUILD2018-11-26 08:06:28 UTC (rev 409758)
@@ -1,41 +0,0 @@
-# Maintainer: Maxime Gauduin 
-# Contributor: josephgbr 
-
-pkgname=lib32-soundtouch
-pkgver=2.1.0
-pkgrel=1
-pkgdesc='An audio processing library'
-arch=('x86_64')
-url='http://www.surina.net/soundtouch/'
-license=('LGPL')
-depends=('lib32-gcc-libs' 'soundtouch')
-makedepends=('git')
-source=("git+https://gitlab.com/soundtouch/soundtouch.git#tag=${pkgver};)
-sha256sums=('SKIP')
-
-prepare() {
-  cd soundtouch
-
-  ./bootstrap
-}
-
-build() {
-  cd soundtouch
-
-  export CC='gcc -m32'
-  export CXX='g++ -m32'
-  export PKG_CONFIG_PATH='/usr/lib32/pkgconfig'
-
-  ./configure \
---prefix='/usr' \
---libdir='/usr/lib32' \
---enable-shared
-  make
-}
-
-package() {
-  make DESTDIR="${pkgdir}" -C soundtouch install
-  rm -rf "${pkgdir}"/usr/{bin,doc,include,share}
-}
-
-# vim: ts=2 sw=2 et:

Copied: lib32-soundtouch/repos/multilib-x86_64/PKGBUILD (from rev 409757, 
lib32-soundtouch/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2018-11-26 08:06:28 UTC (rev 409758)
@@ -0,0 +1,44 @@
+# Maintainer: Maxime Gauduin 
+# Contributor: josephgbr 
+
+pkgname=lib32-soundtouch
+pkgver=2.1.1
+pkgrel=1
+pkgdesc='An audio processing library'
+arch=(x86_64)
+url='http://www.surina.net/soundtouch/'
+license=(LGPL)
+depends=(
+  lib32-gcc-libs
+  soundtouch
+)
+makedepends=(git)
+source=(git+https://gitlab.com/soundtouch/soundtouch.git#tag=${pkgver})
+sha256sums=(SKIP)
+
+prepare() {
+  cd soundtouch
+
+  ./bootstrap
+}
+
+build() {
+  cd soundtouch
+
+  export CC='gcc -m32'
+  export CXX='g++ -m32'
+  export PKG_CONFIG_PATH='/usr/lib32/pkgconfig'
+
+  ./configure \
+--prefix='/usr' \
+--libdir='/usr/lib32' \
+--enable-shared
+  make
+}
+
+package() {
+  make DESTDIR="${pkgdir}" -C soundtouch install
+  rm -rf "${pkgdir}"/usr/{bin,doc,include,share}
+}
+
+# vim: ts=2 sw=2 et:


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

2018-11-26 Thread Maxime Gauduin via arch-commits
Date: Monday, November 26, 2018 @ 08:06:20
  Author: alucryd
Revision: 409757

upgpkg: lib32-soundtouch 2.1.1-1

Modified:
  lib32-soundtouch/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2018-11-26 07:43:01 UTC (rev 409756)
+++ PKGBUILD2018-11-26 08:06:20 UTC (rev 409757)
@@ -2,16 +2,19 @@
 # Contributor: josephgbr 
 
 pkgname=lib32-soundtouch
-pkgver=2.1.0
+pkgver=2.1.1
 pkgrel=1
 pkgdesc='An audio processing library'
-arch=('x86_64')
+arch=(x86_64)
 url='http://www.surina.net/soundtouch/'
-license=('LGPL')
-depends=('lib32-gcc-libs' 'soundtouch')
-makedepends=('git')
-source=("git+https://gitlab.com/soundtouch/soundtouch.git#tag=${pkgver};)
-sha256sums=('SKIP')
+license=(LGPL)
+depends=(
+  lib32-gcc-libs
+  soundtouch
+)
+makedepends=(git)
+source=(git+https://gitlab.com/soundtouch/soundtouch.git#tag=${pkgver})
+sha256sums=(SKIP)
 
 prepare() {
   cd soundtouch


<    1   2