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

2019-04-12 Thread Felix Yan via arch-commits
Date: Friday, April 12, 2019 @ 08:32:23
  Author: felixonmars
Revision: 451217

upgpkg: nodejs 11.14.0-1

Modified:
  nodejs/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2019-04-12 08:18:36 UTC (rev 451216)
+++ PKGBUILD2019-04-12 08:32:23 UTC (rev 451217)
@@ -8,8 +8,8 @@
 # Contributor: TIanyi Cui 
 
 pkgname=nodejs
-pkgver=11.13.0
-pkgrel=2
+pkgver=11.14.0
+pkgrel=1
 pkgdesc='Evented I/O for V8 javascript'
 arch=('x86_64')
 url='http://nodejs.org/'
@@ -18,7 +18,7 @@
 makedepends=('python2' 'procps-ng')
 optdepends=('npm: nodejs package manager')
 
source=("nodejs-$pkgver.tar.gz::https://github.com/nodejs/node/archive/v$pkgver.tar.gz;)
-sha512sums=('b0118268058dfa2fb2d9e59446ae386f8b7a7a76c9527cda5731c4ef8321d670ab8d82f9a5ecd4e29f43c4d8e0d6e8ad25c1ec71417c560f1a1304badc1e9240')
+sha512sums=('0268651bb858ee1564af5a1e54cb8e9f74eee02c598b377ce5cb7442d1becc1c2ededba9875699b5a15b1325fa9ad2cc8e1ecd8ce0fc55858212d552bffb7006')
 
 prepare() {
   cd node-$pkgver


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

2019-04-12 Thread Felix Yan via arch-commits
Date: Friday, April 12, 2019 @ 08:32:39
  Author: felixonmars
Revision: 451218

archrelease: copy trunk to community-x86_64

Added:
  nodejs/repos/community-x86_64/PKGBUILD
(from rev 451217, nodejs/trunk/PKGBUILD)
  nodejs/repos/community-x86_64/rebuild.list
(from rev 451217, nodejs/trunk/rebuild.list)
Deleted:
  nodejs/repos/community-x86_64/PKGBUILD
  nodejs/repos/community-x86_64/rebuild.list

--+
 PKGBUILD |  144 -
 rebuild.list |4 -
 2 files changed, 74 insertions(+), 74 deletions(-)

Deleted: PKGBUILD
===
--- PKGBUILD2019-04-12 08:32:23 UTC (rev 451217)
+++ PKGBUILD2019-04-12 08:32:39 UTC (rev 451218)
@@ -1,72 +0,0 @@
-# Maintainer: Felix Yan 
-# Contributor  Bartłomiej Piotrowski 
-# Contributor: Thomas Dziedzic < gostrc at gmail >
-# Contributor: James Campos 
-# Contributor: BlackEagle < ike DOT devolder AT gmail DOT com >
-# Contributor: Dongsheng Cai 
-# Contributor: Masutu Subric 
-# Contributor: TIanyi Cui 
-
-pkgname=nodejs
-pkgver=11.13.0
-pkgrel=2
-pkgdesc='Evented I/O for V8 javascript'
-arch=('x86_64')
-url='http://nodejs.org/'
-license=('MIT')
-depends=('openssl' 'zlib' 'icu' 'libuv' 'c-ares' 'libnghttp2') # 'http-parser' 
'v8')
-makedepends=('python2' 'procps-ng')
-optdepends=('npm: nodejs package manager')
-source=("nodejs-$pkgver.tar.gz::https://github.com/nodejs/node/archive/v$pkgver.tar.gz;)
-sha512sums=('b0118268058dfa2fb2d9e59446ae386f8b7a7a76c9527cda5731c4ef8321d670ab8d82f9a5ecd4e29f43c4d8e0d6e8ad25c1ec71417c560f1a1304badc1e9240')
-
-prepare() {
-  cd node-$pkgver
-
-  msg 'Fixing for python2 name'
-  find -type f -exec sed \
--e 's_^#!/usr/bin/env python$_&2_' \
--e 's_^\(#!/usr/bin/python2\).[45]$_\1_' \
--e 's_^#!/usr/bin/python$_&2_' \
--e 's_^\( *exec \+\)python\( \+.*\)$_\1python2\2_'\
--e 's_^\(.*\)python\( \+-c \+.*\)$_\1python2\2_'\
--e "s_'python'_'python2'_" -i {} \;
-  find test/ -type f -exec sed 's_python _python2 _' -i {} \;
-}
-
-build() {
-  cd node-$pkgver
-
-  export PYTHON=python2
-  ./configure \
---prefix=/usr \
---with-intl=system-icu \
---without-npm \
---shared-openssl \
---shared-zlib \
---shared-libuv \
---experimental-http-parser \
---shared-cares \
---shared-nghttp2
-# --shared-v8
-# --shared-http-parser
-
-  make
-}
-
-check() {
-  cd node-$pkgver
-  # Expected failure: https://github.com/nodejs/node/issues/11627
-  make test || warning "Tests failed"
-}
-
-package() {
-  cd node-$pkgver
-
-  make DESTDIR="$pkgdir" install
-
-  install -D -m644 LICENSE \
-"$pkgdir"/usr/share/licenses/nodejs/LICENSE
-}
-
-# vim:set ts=2 sw=2 et:

Copied: nodejs/repos/community-x86_64/PKGBUILD (from rev 451217, 
nodejs/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2019-04-12 08:32:39 UTC (rev 451218)
@@ -0,0 +1,72 @@
+# Maintainer: Felix Yan 
+# Contributor  Bartłomiej Piotrowski 
+# Contributor: Thomas Dziedzic < gostrc at gmail >
+# Contributor: James Campos 
+# Contributor: BlackEagle < ike DOT devolder AT gmail DOT com >
+# Contributor: Dongsheng Cai 
+# Contributor: Masutu Subric 
+# Contributor: TIanyi Cui 
+
+pkgname=nodejs
+pkgver=11.14.0
+pkgrel=1
+pkgdesc='Evented I/O for V8 javascript'
+arch=('x86_64')
+url='http://nodejs.org/'
+license=('MIT')
+depends=('openssl' 'zlib' 'icu' 'libuv' 'c-ares' 'libnghttp2') # 'http-parser' 
'v8')
+makedepends=('python2' 'procps-ng')
+optdepends=('npm: nodejs package manager')
+source=("nodejs-$pkgver.tar.gz::https://github.com/nodejs/node/archive/v$pkgver.tar.gz;)
+sha512sums=('0268651bb858ee1564af5a1e54cb8e9f74eee02c598b377ce5cb7442d1becc1c2ededba9875699b5a15b1325fa9ad2cc8e1ecd8ce0fc55858212d552bffb7006')
+
+prepare() {
+  cd node-$pkgver
+
+  msg 'Fixing for python2 name'
+  find -type f -exec sed \
+-e 's_^#!/usr/bin/env python$_&2_' \
+-e 's_^\(#!/usr/bin/python2\).[45]$_\1_' \
+-e 's_^#!/usr/bin/python$_&2_' \
+-e 's_^\( *exec \+\)python\( \+.*\)$_\1python2\2_'\
+-e 's_^\(.*\)python\( \+-c \+.*\)$_\1python2\2_'\
+-e "s_'python'_'python2'_" -i {} \;
+  find test/ -type f -exec sed 's_python _python2 _' -i {} \;
+}
+
+build() {
+  cd node-$pkgver
+
+  export PYTHON=python2
+  ./configure \
+--prefix=/usr \
+--with-intl=system-icu \
+--without-npm \
+--shared-openssl \
+--shared-zlib \
+--shared-libuv \
+--experimental-http-parser \
+--shared-cares \
+--shared-nghttp2
+# --shared-v8
+# --shared-http-parser
+
+  make
+}
+
+check() {
+  cd node-$pkgver
+  # Expected failure: https://github.com/nodejs/node/issues/11627
+  make test || warning "Tests failed"
+}
+
+package() {
+  cd node-$pkgver
+
+  make DESTDIR="$pkgdir" install
+
+  install -D -m644 LICENSE \
+"$pkgdir"/usr/share/licenses/nodejs/LICENSE
+}
+
+# vim:set ts=2 

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

2019-04-12 Thread Sergej Pupykin via arch-commits
Date: Friday, April 12, 2019 @ 08:18:36
  Author: spupykin
Revision: 451216

archrelease: copy trunk to community-x86_64

Added:
  xdebug/repos/community-x86_64/PKGBUILD
(from rev 451215, xdebug/trunk/PKGBUILD)
  xdebug/repos/community-x86_64/xdebug.ini
(from rev 451215, xdebug/trunk/xdebug.ini)
Deleted:
  xdebug/repos/community-x86_64/PKGBUILD
  xdebug/repos/community-x86_64/xdebug.ini

+
 PKGBUILD   |   76 +--
 xdebug.ini |   10 +++
 2 files changed, 43 insertions(+), 43 deletions(-)

Deleted: PKGBUILD
===
--- PKGBUILD2019-04-12 08:18:15 UTC (rev 451215)
+++ PKGBUILD2019-04-12 08:18:36 UTC (rev 451216)
@@ -1,38 +0,0 @@
-# Maintainer: Sergej Pupykin 
-# Maintainer: Jonathan Wiersma 
-# Contributor: Jonathan Wiersma 
-# Contributor: sracker 
-
-pkgname=xdebug
-pkgver=2.7.0
-pkgrel=1
-pkgdesc="PHP debugging extension"
-arch=('x86_64')
-url="http://www.xdebug.org;
-license=('GPL')
-depends=('php')
-backup=('etc/php/conf.d/xdebug.ini')
-source=("https://xdebug.org/files/$pkgname-${pkgver/rc/RC}.tgz;
-   'xdebug.ini')
-sha256sums=('e896da91ce0373f5fd8f4ca392c68da8593932ad51b2ec5eb3ee032b50d4b2d6'
-'7c66883dc2ade69069ef84e30188b25630748aa9c8b0dd123727c00505421205')
-
-build() {
-  cd "$srcdir"/$pkgname-${pkgver/rc/RC}
-  phpize
-  ./configure --prefix=/usr --enable-xdebug
-  make
-
-  cd "$srcdir"/$pkgname-${pkgver/rc/RC}/debugclient
-  ./configure --prefix=/usr
-  make
-}
-
-package() {
-  cd "$srcdir"/$pkgname-${pkgver/rc/RC}/debugclient
-  install -D -m 755 debugclient "$pkgdir"/usr/bin/debugclient
-
-  cd "$srcdir"/$pkgname-${pkgver/rc/RC}
-  make INSTALL_ROOT="$pkgdir" install
-  install -D -m 644 "$srcdir"/xdebug.ini "$pkgdir"/etc/php/conf.d/xdebug.ini
-}

Copied: xdebug/repos/community-x86_64/PKGBUILD (from rev 451215, 
xdebug/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2019-04-12 08:18:36 UTC (rev 451216)
@@ -0,0 +1,38 @@
+# Maintainer: Sergej Pupykin 
+# Maintainer: Jonathan Wiersma 
+# Contributor: Jonathan Wiersma 
+# Contributor: sracker 
+
+pkgname=xdebug
+pkgver=2.7.1
+pkgrel=1
+pkgdesc="PHP debugging extension"
+arch=('x86_64')
+url="https://www.xdebug.org;
+license=('GPL')
+depends=('php')
+backup=('etc/php/conf.d/xdebug.ini')
+source=("https://xdebug.org/files/$pkgname-${pkgver/rc/RC}.tgz;
+   'xdebug.ini')
+sha256sums=('b7e9d1453975e0217667c82a9e68d4aabb307b18e8f2f70432f70d75907f24c3'
+'7c66883dc2ade69069ef84e30188b25630748aa9c8b0dd123727c00505421205')
+
+build() {
+  cd "$srcdir"/$pkgname-${pkgver/rc/RC}
+  phpize
+  ./configure --prefix=/usr --enable-xdebug
+  make
+
+  cd "$srcdir"/$pkgname-${pkgver/rc/RC}/debugclient
+  ./configure --prefix=/usr
+  make
+}
+
+package() {
+  cd "$srcdir"/$pkgname-${pkgver/rc/RC}/debugclient
+  install -D -m 755 debugclient "$pkgdir"/usr/bin/debugclient
+
+  cd "$srcdir"/$pkgname-${pkgver/rc/RC}
+  make INSTALL_ROOT="$pkgdir" install
+  install -D -m 644 "$srcdir"/xdebug.ini "$pkgdir"/etc/php/conf.d/xdebug.ini
+}

Deleted: xdebug.ini
===
--- xdebug.ini  2019-04-12 08:18:15 UTC (rev 451215)
+++ xdebug.ini  2019-04-12 08:18:36 UTC (rev 451216)
@@ -1,5 +0,0 @@
-;zend_extension=xdebug.so
-;xdebug.remote_enable=on
-;xdebug.remote_host=127.0.0.1
-;xdebug.remote_port=9000
-;xdebug.remote_handler=dbgp

Copied: xdebug/repos/community-x86_64/xdebug.ini (from rev 451215, 
xdebug/trunk/xdebug.ini)
===
--- xdebug.ini  (rev 0)
+++ xdebug.ini  2019-04-12 08:18:36 UTC (rev 451216)
@@ -0,0 +1,5 @@
+;zend_extension=xdebug.so
+;xdebug.remote_enable=on
+;xdebug.remote_host=127.0.0.1
+;xdebug.remote_port=9000
+;xdebug.remote_handler=dbgp


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

2019-04-12 Thread Sergej Pupykin via arch-commits
Date: Friday, April 12, 2019 @ 08:18:15
  Author: spupykin
Revision: 451215

upgpkg: xdebug 2.7.1-1

Modified:
  xdebug/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2019-04-12 08:12:58 UTC (rev 451214)
+++ PKGBUILD2019-04-12 08:18:15 UTC (rev 451215)
@@ -4,7 +4,7 @@
 # Contributor: sracker 
 
 pkgname=xdebug
-pkgver=2.7.0
+pkgver=2.7.1
 pkgrel=1
 pkgdesc="PHP debugging extension"
 arch=('x86_64')
@@ -14,7 +14,7 @@
 backup=('etc/php/conf.d/xdebug.ini')
 source=("https://xdebug.org/files/$pkgname-${pkgver/rc/RC}.tgz;
'xdebug.ini')
-sha256sums=('e896da91ce0373f5fd8f4ca392c68da8593932ad51b2ec5eb3ee032b50d4b2d6'
+sha256sums=('b7e9d1453975e0217667c82a9e68d4aabb307b18e8f2f70432f70d75907f24c3'
 '7c66883dc2ade69069ef84e30188b25630748aa9c8b0dd123727c00505421205')
 
 build() {


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

2019-04-12 Thread Filipe Laíns via arch-commits
Date: Friday, April 12, 2019 @ 08:12:58
  Author: ffy00
Revision: 451214

remove unused python2 dependencies

Modified:
  python-keyring/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2019-04-12 07:27:32 UTC (rev 451213)
+++ PKGBUILD2019-04-12 08:12:58 UTC (rev 451214)
@@ -14,8 +14,8 @@
 url='https://github.com/jaraco/keyring'
 license=('PSF' 'MIT')
 depends=('python-entrypoints' 'python-secretstorage')
-makedepends=('python-setuptools-scm' 'python2-setuptools-scm' 
'python-entrypoints')
-checkdepends=('python-pytest-flake8' 'python-pytest-runner' 
'python2-pytest-flake8')
+makedepends=('python-setuptools-scm' 'python-entrypoints')
+checkdepends=('python-pytest-flake8' 'python-pytest-runner')
 optdepends=('python-keyrings-alt: Alternative backends'
 'python-dbus: kwallet backend')
 
source=("https://pypi.io/packages/source/${_pkgname:0:1}/$_pkgname/$_pkgname-$pkgver.tar.gz;)


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

2019-04-12 Thread Felix Yan via arch-commits
Date: Friday, April 12, 2019 @ 07:27:32
  Author: felixonmars
Revision: 451213

archrelease: copy trunk to community-x86_64

Added:
  deepin-kwin/repos/community-x86_64/PKGBUILD
(from rev 451212, deepin-kwin/trunk/PKGBUILD)
Deleted:
  deepin-kwin/repos/community-x86_64/PKGBUILD

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

Deleted: PKGBUILD
===
--- PKGBUILD2019-04-12 07:27:13 UTC (rev 451212)
+++ PKGBUILD2019-04-12 07:27:32 UTC (rev 451213)
@@ -1,25 +0,0 @@
-# Maintainer: Felix Yan 
-# Contributor: Josip Ponjavic 
-# Contributor: Xu Fasheng 
-
-pkgname=deepin-kwin
-pkgver=0.0.3.1
-pkgrel=1
-pkgdesc='KWin configures on DDE'
-arch=('x86_64')
-url="https://github.com/linuxdeepin/dde-kwin;
-license=('GPL3')
-depends=('deepin-qt5integration' 'kwin')
-source=("$pkgname-$pkgver.tar.gz::https://github.com/linuxdeepin/dde-kwin/archive/$pkgver.tar.gz;)
-sha512sums=('9638c0f5e73de293a781166f2326fce9f395706c85f3a983537a1a969a23355fdb60ed1c16d6a31f3e7f511ce755669cc65237b0d6950732bfb9f5497e18d6ad')
-
-build() {
-  cd dde-kwin-$pkgver
-  qmake-qt5 PREFIX=/usr
-  make
-}
-
-package() {
-  cd dde-kwin-$pkgver
-  make INSTALL_ROOT="$pkgdir" install
-}

Copied: deepin-kwin/repos/community-x86_64/PKGBUILD (from rev 451212, 
deepin-kwin/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2019-04-12 07:27:32 UTC (rev 451213)
@@ -0,0 +1,25 @@
+# Maintainer: Felix Yan 
+# Contributor: Josip Ponjavic 
+# Contributor: Xu Fasheng 
+
+pkgname=deepin-kwin
+pkgver=0.0.3.2
+pkgrel=1
+pkgdesc='KWin configures on DDE'
+arch=('x86_64')
+url="https://github.com/linuxdeepin/dde-kwin;
+license=('GPL3')
+depends=('deepin-qt5integration' 'kwin')
+source=("$pkgname-$pkgver.tar.gz::https://github.com/linuxdeepin/dde-kwin/archive/$pkgver.tar.gz;)
+sha512sums=('07a7444c88fe7b59253625578a6db748c748349091c7bfd003b1e7198ee451d97e6eca112b8b6c830c2592d12eb27a87017b2362086d213eb06dba11e65cc482')
+
+build() {
+  cd dde-kwin-$pkgver
+  qmake-qt5 PREFIX=/usr
+  make
+}
+
+package() {
+  cd dde-kwin-$pkgver
+  make INSTALL_ROOT="$pkgdir" install
+}


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

2019-04-12 Thread Felix Yan via arch-commits
Date: Friday, April 12, 2019 @ 07:27:13
  Author: felixonmars
Revision: 451212

upgpkg: deepin-kwin 0.0.3.2-1

Modified:
  deepin-kwin/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2019-04-12 07:25:10 UTC (rev 451211)
+++ PKGBUILD2019-04-12 07:27:13 UTC (rev 451212)
@@ -3,7 +3,7 @@
 # Contributor: Xu Fasheng 
 
 pkgname=deepin-kwin
-pkgver=0.0.3.1
+pkgver=0.0.3.2
 pkgrel=1
 pkgdesc='KWin configures on DDE'
 arch=('x86_64')
@@ -11,7 +11,7 @@
 license=('GPL3')
 depends=('deepin-qt5integration' 'kwin')
 
source=("$pkgname-$pkgver.tar.gz::https://github.com/linuxdeepin/dde-kwin/archive/$pkgver.tar.gz;)
-sha512sums=('9638c0f5e73de293a781166f2326fce9f395706c85f3a983537a1a969a23355fdb60ed1c16d6a31f3e7f511ce755669cc65237b0d6950732bfb9f5497e18d6ad')
+sha512sums=('07a7444c88fe7b59253625578a6db748c748349091c7bfd003b1e7198ee451d97e6eca112b8b6c830c2592d12eb27a87017b2362086d213eb06dba11e65cc482')
 
 build() {
   cd dde-kwin-$pkgver


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

2019-04-12 Thread Felix Yan via arch-commits
Date: Friday, April 12, 2019 @ 07:24:39
  Author: felixonmars
Revision: 451209

archrelease: copy trunk to community-testing-x86_64

Added:
  http-parser/repos/community-testing-x86_64/
  http-parser/repos/community-testing-x86_64/PKGBUILD
(from rev 451208, http-parser/trunk/PKGBUILD)

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

Copied: http-parser/repos/community-testing-x86_64/PKGBUILD (from rev 451208, 
http-parser/trunk/PKGBUILD)
===
--- community-testing-x86_64/PKGBUILD   (rev 0)
+++ community-testing-x86_64/PKGBUILD   2019-04-12 07:24:39 UTC (rev 451209)
@@ -0,0 +1,33 @@
+# Maintainer: Felix Yan 
+# Contributor: Brian Bidulock 
+
+pkgname=http-parser
+pkgver=2.9.1
+pkgrel=1
+pkgdesc="Parser for HTTP Request/Response written in C"
+arch=('x86_64')
+url="https://github.com/nodejs/http-parser;
+license=('MIT')
+depends=('glibc')
+source=($pkgname-$pkgver.tar.gz::"${url}/archive/v$pkgver.tar.gz")
+sha512sums=('110a1861666cdd45857c3ab0e9bf8a3eb9d98f86fe001f7c620009e13186377de805d295f7751921cd5c9d4c2781807b3ae00f939af04d7365a3a45aa20b5052')
+
+prepare() {
+  sed -i 's|-Werror||' $pkgname-$pkgver/Makefile
+}
+
+build() {
+  cd $pkgname-$pkgver
+  make library
+}
+
+check() {
+  cd $pkgname-$pkgver
+  make test
+}
+
+package() {
+  cd $pkgname-$pkgver
+  make PREFIX="$pkgdir/usr" install
+  install -Dm644 LICENSE-MIT -t "$pkgdir"/usr/share/licenses/$pkgname/
+}


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

2019-04-12 Thread Felix Yan via arch-commits
Date: Friday, April 12, 2019 @ 07:25:10
  Author: felixonmars
Revision: 451211

archrelease: copy trunk to community-any

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

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

Deleted: PKGBUILD
===
--- PKGBUILD2019-04-12 07:24:53 UTC (rev 451210)
+++ PKGBUILD2019-04-12 07:25:10 UTC (rev 451211)
@@ -1,30 +0,0 @@
-# Maintainer: Felix Yan 
-
-pkgname=python-awkward
-pkgver=0.8.14
-pkgrel=1
-pkgdesc="Manipulate jagged, chunky, and/or bitmasked arrays as easily as Numpy"
-url="https://github.com/scikit-hep/awkward-array;
-license=('BSD')
-arch=('any')
-depends=('python-numpy')
-makedepends=('python-setuptools' 'python-pytest-runner')
-checkdepends=('python-h5py')
-source=("$pkgname-$pkgver.tar.gz::https://github.com/scikit-hep/awkward-array/archive/$pkgver.tar.gz;)
-sha512sums=('f5741d9cdc7f7002aa3b077b9e0116604b0597620e8b976f3c79c146ceace349bc5f2ceb4d9e9d4c37de5efac56e11fffcbb87266868deb43fe75d3f3a9dc1a9')
-
-build() {
-  cd awkward-array-$pkgver
-  python setup.py build
-}
-
-check() {
-  cd awkward-array-$pkgver
-  python setup.py pytest
-}
-
-package() {
-  cd awkward-array-$pkgver
-  python setup.py install --root="$pkgdir" --optimize=1
-  install -Dm644 LICENSE "$pkgdir"/usr/share/licenses/$pkgname/LICENSE
-}

Copied: python-awkward/repos/community-any/PKGBUILD (from rev 451210, 
python-awkward/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2019-04-12 07:25:10 UTC (rev 451211)
@@ -0,0 +1,30 @@
+# Maintainer: Felix Yan 
+
+pkgname=python-awkward
+pkgver=0.8.15
+pkgrel=1
+pkgdesc="Manipulate jagged, chunky, and/or bitmasked arrays as easily as Numpy"
+url="https://github.com/scikit-hep/awkward-array;
+license=('BSD')
+arch=('any')
+depends=('python-numpy')
+makedepends=('python-setuptools' 'python-pytest-runner')
+checkdepends=('python-h5py')
+source=("$pkgname-$pkgver.tar.gz::https://github.com/scikit-hep/awkward-array/archive/$pkgver.tar.gz;)
+sha512sums=('c97bc2c11b111e314c5395b39070e65ec56f52568d5b8eea2e3417942ac7e34e0550ef160e34f4a22c70a692e948f211545c4b86c7c9ea8d3abd80e6e66214d9')
+
+build() {
+  cd awkward-array-$pkgver
+  python setup.py build
+}
+
+check() {
+  cd awkward-array-$pkgver
+  python setup.py pytest
+}
+
+package() {
+  cd awkward-array-$pkgver
+  python setup.py install --root="$pkgdir" --optimize=1
+  install -Dm644 LICENSE "$pkgdir"/usr/share/licenses/$pkgname/LICENSE
+}


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

2019-04-12 Thread Felix Yan via arch-commits
Date: Friday, April 12, 2019 @ 07:24:25
  Author: felixonmars
Revision: 451208

upgpkg: http-parser 2.9.1-1

Modified:
  http-parser/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2019-04-12 07:19:31 UTC (rev 451207)
+++ PKGBUILD2019-04-12 07:24:25 UTC (rev 451208)
@@ -2,7 +2,7 @@
 # Contributor: Brian Bidulock 
 
 pkgname=http-parser
-pkgver=2.9.0
+pkgver=2.9.1
 pkgrel=1
 pkgdesc="Parser for HTTP Request/Response written in C"
 arch=('x86_64')
@@ -10,7 +10,7 @@
 license=('MIT')
 depends=('glibc')
 source=($pkgname-$pkgver.tar.gz::"${url}/archive/v$pkgver.tar.gz")
-sha512sums=('40acecbf71b9f0b4ae857c74c3ec0784d7f341a0cb83cf82b308387d0c5b56d38b282241aaf8ca93816970f2a9e67989f3d9d456459f3986c29fe51ab520155e')
+sha512sums=('110a1861666cdd45857c3ab0e9bf8a3eb9d98f86fe001f7c620009e13186377de805d295f7751921cd5c9d4c2781807b3ae00f939af04d7365a3a45aa20b5052')
 
 prepare() {
   sed -i 's|-Werror||' $pkgname-$pkgver/Makefile


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

2019-04-12 Thread Felix Yan via arch-commits
Date: Friday, April 12, 2019 @ 07:24:53
  Author: felixonmars
Revision: 451210

upgpkg: python-awkward 0.8.15-1

Modified:
  python-awkward/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2019-04-12 07:24:39 UTC (rev 451209)
+++ PKGBUILD2019-04-12 07:24:53 UTC (rev 451210)
@@ -1,7 +1,7 @@
 # Maintainer: Felix Yan 
 
 pkgname=python-awkward
-pkgver=0.8.14
+pkgver=0.8.15
 pkgrel=1
 pkgdesc="Manipulate jagged, chunky, and/or bitmasked arrays as easily as Numpy"
 url="https://github.com/scikit-hep/awkward-array;
@@ -11,7 +11,7 @@
 makedepends=('python-setuptools' 'python-pytest-runner')
 checkdepends=('python-h5py')
 
source=("$pkgname-$pkgver.tar.gz::https://github.com/scikit-hep/awkward-array/archive/$pkgver.tar.gz;)
-sha512sums=('f5741d9cdc7f7002aa3b077b9e0116604b0597620e8b976f3c79c146ceace349bc5f2ceb4d9e9d4c37de5efac56e11fffcbb87266868deb43fe75d3f3a9dc1a9')
+sha512sums=('c97bc2c11b111e314c5395b39070e65ec56f52568d5b8eea2e3417942ac7e34e0550ef160e34f4a22c70a692e948f211545c4b86c7c9ea8d3abd80e6e66214d9')
 
 build() {
   cd awkward-array-$pkgver


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

2019-04-12 Thread Sergej Pupykin via arch-commits
Date: Friday, April 12, 2019 @ 07:19:12
  Author: spupykin
Revision: 451206

upgpkg: squid 4.6-1

Modified:
  squid/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2019-04-12 07:05:56 UTC (rev 451205)
+++ PKGBUILD2019-04-12 07:19:12 UTC (rev 451206)
@@ -4,7 +4,7 @@
 # Contributor: Kevin Piche 
 
 pkgname=squid
-pkgver=4.5
+pkgver=4.6
 pkgrel=1
 pkgdesc='Full-featured Web proxy cache server'
 arch=('x86_64')
@@ -25,7 +25,7 @@
 'squid.sysusers'
 'squid-rotate.service'
 'squid-rotate.timer')
-sha256sums=('553edf76d6ee9a1627af9c2be7be850c14cd6836170b3d6c1393fd700d44ccc5'
+sha256sums=('015bade5d3a4905142c4c605df5c4216471e3d8338079955e0e44b0ae0303d41'
 'SKIP'
 '11fb388f8679fd6461e0de006810ea608a3686fffda16904b0ed71f412be499c'
 '495f54e51f6ec1e4dce87090d76718aea1eb37559c4439d876dd39598163062a'


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

2019-04-12 Thread Sergej Pupykin via arch-commits
Date: Friday, April 12, 2019 @ 07:19:31
  Author: spupykin
Revision: 451207

archrelease: copy trunk to community-x86_64

Added:
  squid/repos/community-x86_64/PKGBUILD
(from rev 451206, squid/trunk/PKGBUILD)
  squid/repos/community-x86_64/squid-rotate.service
(from rev 451206, squid/trunk/squid-rotate.service)
  squid/repos/community-x86_64/squid-rotate.timer
(from rev 451206, squid/trunk/squid-rotate.timer)
  squid/repos/community-x86_64/squid.pam
(from rev 451206, squid/trunk/squid.pam)
  squid/repos/community-x86_64/squid.sysusers
(from rev 451206, squid/trunk/squid.sysusers)
  squid/repos/community-x86_64/squid.tmpfiles
(from rev 451206, squid/trunk/squid.tmpfiles)
Deleted:
  squid/repos/community-x86_64/PKGBUILD
  squid/repos/community-x86_64/squid-rotate.service
  squid/repos/community-x86_64/squid-rotate.timer
  squid/repos/community-x86_64/squid.pam
  squid/repos/community-x86_64/squid.sysusers
  squid/repos/community-x86_64/squid.tmpfiles

--+
 PKGBUILD |  208 -
 squid-rotate.service |   18 ++--
 squid-rotate.timer   |   20 ++--
 squid.pam|8 -
 squid.sysusers   |2 
 squid.tmpfiles   |6 -
 6 files changed, 131 insertions(+), 131 deletions(-)

Deleted: PKGBUILD
===
--- PKGBUILD2019-04-12 07:19:12 UTC (rev 451206)
+++ PKGBUILD2019-04-12 07:19:31 UTC (rev 451207)
@@ -1,104 +0,0 @@
-# Maintainer: Sergej Pupykin 
-# Contributor: Mark Coolen 
-# Contributor: Tom Newsom 
-# Contributor: Kevin Piche 
-
-pkgname=squid
-pkgver=4.5
-pkgrel=1
-pkgdesc='Full-featured Web proxy cache server'
-arch=('x86_64')
-url='http://www.squid-cache.org'
-depends=('openssl' 'pam' 'perl' 'libltdl' 'libcap' 'nettle' 'gnutls' 'libnsl')
-makedepends=('krb5')
-license=('GPL')
-options=('emptydirs')
-backup=('etc/squid/squid.conf'
-   'etc/squid/cachemgr.conf'
-   'etc/squid/errorpage.css'
-   'etc/squid/mime.conf')
-validpgpkeys=('EA31CC5E9488E5168D2DCC5EB268E706FF5CF463'
- 'B06884EDB779C89B044E64E3CD6DBF8EF3B17D3E')
-source=("http://www.squid-cache.org/Versions/v4/$pkgname-$pkgver.tar.xz"{,.asc}
-'squid.pam'
-'squid.tmpfiles'
-'squid.sysusers'
-'squid-rotate.service'
-'squid-rotate.timer')
-sha256sums=('553edf76d6ee9a1627af9c2be7be850c14cd6836170b3d6c1393fd700d44ccc5'
-'SKIP'
-'11fb388f8679fd6461e0de006810ea608a3686fffda16904b0ed71f412be499c'
-'495f54e51f6ec1e4dce87090d76718aea1eb37559c4439d876dd39598163062a'
-'c903eb86e6968b9d3bd0a9ad3335e8ce76a718b6217251e9dd7e66d5cf1ac94a'
-'3a97aa6bf6dcdc427e73bb2f36afdeaaf2bbf7dd2c0bbb7f1a948850198a8b7c'
-'8bc77fa1f653a17a4956feac042be9577ba30a8a43480b443fbd67640ae711ee')
-
-prepare() {
-  cd "$srcdir/$pkgname-$pkgver"
-}
-
-build() {
-  cd "$srcdir/$pkgname-$pkgver"
-
-  ./configure \
---prefix=/usr \
---sbindir=/usr/bin \
---datadir=/usr/share/squid \
---sysconfdir=/etc/squid \
---libexecdir=/usr/lib/squid \
---localstatedir=/var \
---with-logdir=/var/log/squid \
---with-pidfile=/run/squid.pid \
---enable-auth \
---enable-auth-basic \
---enable-auth-ntlm \
---enable-auth-digest \
---enable-auth-negotiate \
---enable-removal-policies="lru,heap" \
---enable-storeio="aufs,ufs,diskd,rock" \
---enable-delay-pools \
---enable-arp-acl \
---with-openssl \
---enable-snmp \
---enable-linux-netfilter \
---enable-ident-lookups \
---enable-useragent-log \
---enable-cache-digests \
---enable-referer-log \
---enable-arp-acl \
---enable-htcp \
---enable-carp \
---enable-epoll \
---with-large-files \
---enable-arp-acl \
---with-default-user=proxy \
---enable-async-io \
---enable-truncate \
---enable-icap-client \
---enable-ssl-crtd \
---disable-arch-native \
---disable-strict-error-checking \
---enable-wccpv2
-  make
-}
-
-package() {
-  cd "$srcdir"
-
-  make -C "$pkgname-$pkgver" DESTDIR="$pkgdir" install
-  install -Dm644 "$srcdir/squid.pam" "$pkgdir/etc/pam.d/squid"
-  install -Dm644 "$srcdir/squid.tmpfiles" 
"$pkgdir/usr/lib/tmpfiles.d/squid.conf"
-  install -Dm644 "$srcdir/squid.sysusers" 
"$pkgdir/usr/lib/sysusers.d/squid.conf"
-  install -Dm644 "$pkgname-$pkgver/tools/systemd/squid.service" \
-"$pkgdir/usr/lib/systemd/system/squid.service"
-  install -Dm644 "$srcdir/squid-rotate.service" \
-"$pkgdir/usr/lib/systemd/system/squid-rotate.service"
-  install -Dm644 "$srcdir/squid-rotate.timer" \
-"$pkgdir/usr/lib/systemd/system/squid-rotate.timer"
-#  install -dm755 "$pkgdir/usr/lib/systemd/system/timers.target.wants"
-#  ln -s ../squid-rotate.timer \
-#"$pkgdir/usr/lib/systemd/system/timers.target.wants/squid-rotate.timer"
-  rm -rf "$pkgdir/run" "$pkgdir"/var/{cache,log,run}
-}
-
-# vim: 

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

2019-04-12 Thread Nicola Squartini via arch-commits
Date: Friday, April 12, 2019 @ 07:05:56
  Author: tensor5
Revision: 451205

archrelease: copy trunk to community-x86_64

Added:
  parity-ethereum/repos/community-x86_64/PKGBUILD
(from rev 451204, parity-ethereum/trunk/PKGBUILD)
  parity-ethereum/repos/community-x86_64/parity-system.service
(from rev 451204, parity-ethereum/trunk/parity-system.service)
  parity-ethereum/repos/community-x86_64/parity-user.service
(from rev 451204, parity-ethereum/trunk/parity-user.service)
  parity-ethereum/repos/community-x86_64/parity.toml
(from rev 451204, parity-ethereum/trunk/parity.toml)
Deleted:
  parity-ethereum/repos/community-x86_64/PKGBUILD
  parity-ethereum/repos/community-x86_64/parity.service

---+
 PKGBUILD  |   85 ++--
 parity-system.service |   19 ++
 parity-user.service   |   14 +++
 parity.service|9 -
 parity.toml   |3 +
 5 files changed, 83 insertions(+), 47 deletions(-)

Deleted: PKGBUILD
===
--- PKGBUILD2019-04-12 07:05:00 UTC (rev 451204)
+++ PKGBUILD2019-04-12 07:05:56 UTC (rev 451205)
@@ -1,38 +0,0 @@
-# Maintainer: Nicola Squartini 
-
-pkgname=parity-ethereum
-pkgver=2.3.9
-_commit=0b428262e7e64434628ece5e38e167d0428e02b2
-pkgrel=1
-pkgdesc='Fast, light, robust Ethereum implementation'
-arch=('x86_64')
-url='https://parity.io/'
-license=('GPL3')
-depends=('systemd-libs')
-makedepends=('cmake' 'git' 'rust' 'systemd')
-provides=('parity')
-conflicts=('parity')
-replaces=('parity')
-source=("git+https://github.com/paritytech/parity-ethereum.git#commit=${_commit};
-'parity.service')
-sha256sums=('SKIP'
-'2b3714df9417fa11b7636114b8a5f126c2f6fd3934e74d81bdc85061e8d6e737')
-
-build() {
-cd ${pkgname}
-
-cargo build --release --features final
-cargo build --release -p evmbin
-cargo build --release -p ethstore-cli
-cargo build --release -p ethkey-cli
-cargo build --release -p whisper-cli
-}
-
-package() {
-cd ${pkgname}
-
-install -Dm755 -t "${pkgdir}"/usr/bin \
-target/release/{ethstore,parity,parity-evm,whisper}
-install -Dm755 target/release/ethkey "${pkgdir}"/usr/bin/parity-ethkey
-install -Dm644 -t "${pkgdir}"/usr/lib/systemd/user ../parity.service
-}

Copied: parity-ethereum/repos/community-x86_64/PKGBUILD (from rev 451204, 
parity-ethereum/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2019-04-12 07:05:56 UTC (rev 451205)
@@ -0,0 +1,47 @@
+# Maintainer: Nicola Squartini 
+
+pkgname=parity-ethereum
+pkgver=2.4.5
+_commit=76d4064a4c4f486a1bd29183a9390d3a00824a6e
+pkgrel=1
+pkgdesc='Fast, light, robust Ethereum implementation'
+arch=('x86_64')
+url='https://parity.io/'
+license=('GPL3')
+depends=('systemd-libs')
+makedepends=('cmake' 'git' 'rust' 'systemd')
+provides=('parity')
+conflicts=('parity')
+replaces=('parity')
+backup=('etc/parity.toml')
+source=("git+https://github.com/paritytech/parity-ethereum.git#commit=${_commit};
+'parity-system.service'
+'parity-user.service'
+'parity.toml')
+sha256sums=('SKIP'
+'b2382103002707202324a40d1de186d35de7317c5112d9e5d197f97075c6c109'
+'7d979968367564dc48636344350403984ceb85f88a0b7d838bc047686e767289'
+'f4efce76a180b5a26b7e9bceee1d192b1d4d4790b711fa928fd8c9172d0cd290')
+
+build() {
+cd ${pkgname}
+
+cargo build --release --features final
+cargo build --release -p evmbin
+cargo build --release -p ethstore-cli
+cargo build --release -p ethkey-cli
+cargo build --release -p whisper-cli
+}
+
+package() {
+cd ${pkgname}
+
+install -Dm755 -t "${pkgdir}"/usr/bin \
+target/release/{ethstore,parity,parity-evm,whisper}
+install -Dm755 target/release/ethkey "${pkgdir}"/usr/bin/parity-ethkey
+for type in system user; do
+install -Dm644 ../parity-${type}.service \
+"${pkgdir}/usr/lib/systemd/${type}/parity.service"
+done
+install -Dm644 -t "${pkgdir}/etc" ../parity.toml
+}

Copied: parity-ethereum/repos/community-x86_64/parity-system.service (from rev 
451204, parity-ethereum/trunk/parity-system.service)
===
--- parity-system.service   (rev 0)
+++ parity-system.service   2019-04-12 07:05:56 UTC (rev 451205)
@@ -0,0 +1,19 @@
+[Unit]
+Description=Parity Ethereum Daemon
+After=network.target
+
+[Service]
+User=parity
+Group=parity
+DynamicUser=on
+StateDirectory=parity
+
+ExecStart=/usr/bin/parity --config /etc/parity.toml
+Restart=on-failure
+
+# Specifies which signal to use when killing a service. Defaults to SIGTERM.
+# SIGHUP gives parity time to exit cleanly before SIGKILL (default 90s)
+KillSignal=SIGHUP
+
+[Install]
+WantedBy=default.target

Copied: 

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

2019-04-12 Thread Nicola Squartini via arch-commits
Date: Friday, April 12, 2019 @ 07:05:00
  Author: tensor5
Revision: 451204

upgpkg: parity-ethereum 2.4.5-1

Added:
  parity-ethereum/trunk/parity-system.service
(from rev 451203, parity-ethereum/trunk/parity.service)
  parity-ethereum/trunk/parity-user.service
  parity-ethereum/trunk/parity.toml
Modified:
  parity-ethereum/trunk/PKGBUILD
Deleted:
  parity-ethereum/trunk/parity.service

---+
 PKGBUILD  |   19 ++-
 parity-system.service |   19 +++
 parity-user.service   |   14 ++
 parity.service|9 -
 parity.toml   |3 +++
 5 files changed, 50 insertions(+), 14 deletions(-)

Modified: PKGBUILD
===
--- PKGBUILD2019-04-12 06:47:20 UTC (rev 451203)
+++ PKGBUILD2019-04-12 07:05:00 UTC (rev 451204)
@@ -1,8 +1,8 @@
 # Maintainer: Nicola Squartini 
 
 pkgname=parity-ethereum
-pkgver=2.3.9
-_commit=0b428262e7e64434628ece5e38e167d0428e02b2
+pkgver=2.4.5
+_commit=76d4064a4c4f486a1bd29183a9390d3a00824a6e
 pkgrel=1
 pkgdesc='Fast, light, robust Ethereum implementation'
 arch=('x86_64')
@@ -13,10 +13,15 @@
 provides=('parity')
 conflicts=('parity')
 replaces=('parity')
+backup=('etc/parity.toml')
 
source=("git+https://github.com/paritytech/parity-ethereum.git#commit=${_commit};
-'parity.service')
+'parity-system.service'
+'parity-user.service'
+'parity.toml')
 sha256sums=('SKIP'
-'2b3714df9417fa11b7636114b8a5f126c2f6fd3934e74d81bdc85061e8d6e737')
+'b2382103002707202324a40d1de186d35de7317c5112d9e5d197f97075c6c109'
+'7d979968367564dc48636344350403984ceb85f88a0b7d838bc047686e767289'
+'f4efce76a180b5a26b7e9bceee1d192b1d4d4790b711fa928fd8c9172d0cd290')
 
 build() {
 cd ${pkgname}
@@ -34,5 +39,9 @@
 install -Dm755 -t "${pkgdir}"/usr/bin \
 target/release/{ethstore,parity,parity-evm,whisper}
 install -Dm755 target/release/ethkey "${pkgdir}"/usr/bin/parity-ethkey
-install -Dm644 -t "${pkgdir}"/usr/lib/systemd/user ../parity.service
+for type in system user; do
+install -Dm644 ../parity-${type}.service \
+"${pkgdir}/usr/lib/systemd/${type}/parity.service"
+done
+install -Dm644 -t "${pkgdir}/etc" ../parity.toml
 }

Copied: parity-ethereum/trunk/parity-system.service (from rev 451203, 
parity-ethereum/trunk/parity.service)
===
--- parity-system.service   (rev 0)
+++ parity-system.service   2019-04-12 07:05:00 UTC (rev 451204)
@@ -0,0 +1,19 @@
+[Unit]
+Description=Parity Ethereum Daemon
+After=network.target
+
+[Service]
+User=parity
+Group=parity
+DynamicUser=on
+StateDirectory=parity
+
+ExecStart=/usr/bin/parity --config /etc/parity.toml
+Restart=on-failure
+
+# Specifies which signal to use when killing a service. Defaults to SIGTERM.
+# SIGHUP gives parity time to exit cleanly before SIGKILL (default 90s)
+KillSignal=SIGHUP
+
+[Install]
+WantedBy=default.target

Added: parity-user.service
===
--- parity-user.service (rev 0)
+++ parity-user.service 2019-04-12 07:05:00 UTC (rev 451204)
@@ -0,0 +1,14 @@
+[Unit]
+Description=Parity Ethereum Daemon
+After=network.target
+
+[Service]
+ExecStart=/usr/bin/parity
+Restart=on-failure
+
+# Specifies which signal to use when killing a service. Defaults to SIGTERM.
+# SIGHUP gives parity time to exit cleanly before SIGKILL (default 90s)
+KillSignal=SIGHUP
+
+[Install]
+WantedBy=default.target

Deleted: parity.service
===
--- parity.service  2019-04-12 06:47:20 UTC (rev 451203)
+++ parity.service  2019-04-12 07:05:00 UTC (rev 451204)
@@ -1,9 +0,0 @@
-[Unit]
-Description=Parity Daemon
-After=network.target
-
-[Service]
-ExecStart=/usr/bin/parity
-
-[Install]
-WantedBy=default.target

Added: parity.toml
===
--- parity.toml (rev 0)
+++ parity.toml 2019-04-12 07:05:00 UTC (rev 451204)
@@ -0,0 +1,3 @@
+[parity]
+# Blockchain and settings will be stored in /var/lib/parity.
+base_path = "/var/lib/parity"


[arch-commits] Commit in (3 files)

2019-04-12 Thread Sergej Pupykin via arch-commits
Date: Friday, April 12, 2019 @ 06:47:20
  Author: spupykin
Revision: 451203

change homepages to github

Modified:
  nextcloud-app-bookmarks/trunk/PKGBUILD
  nextcloud-app-calendar/trunk/PKGBUILD
  nextcloud-app-contacts/trunk/PKGBUILD

+
 nextcloud-app-bookmarks/trunk/PKGBUILD |2 +-
 nextcloud-app-calendar/trunk/PKGBUILD  |2 +-
 nextcloud-app-contacts/trunk/PKGBUILD  |2 +-
 3 files changed, 3 insertions(+), 3 deletions(-)

Modified: nextcloud-app-bookmarks/trunk/PKGBUILD
===
--- nextcloud-app-bookmarks/trunk/PKGBUILD  2019-04-12 05:14:08 UTC (rev 
451202)
+++ nextcloud-app-bookmarks/trunk/PKGBUILD  2019-04-12 06:47:20 UTC (rev 
451203)
@@ -6,7 +6,7 @@
 pkgrel=1
 pkgdesc="Bookmarks app for nextcloud"
 arch=('any')
-url="https://nextcloud.com;
+url="https://github.com/nextcloud/bookmarks;
 license=('GPL')
 depends=('nextcloud')
 makedepends=()

Modified: nextcloud-app-calendar/trunk/PKGBUILD
===
--- nextcloud-app-calendar/trunk/PKGBUILD   2019-04-12 05:14:08 UTC (rev 
451202)
+++ nextcloud-app-calendar/trunk/PKGBUILD   2019-04-12 06:47:20 UTC (rev 
451203)
@@ -6,7 +6,7 @@
 pkgrel=1
 pkgdesc="Calendar app for nextcloud"
 arch=('any')
-url="http://nextcloud.com;
+url="https://github.com/nextcloud/calendar/;
 license=('AGPL')
 depends=('nextcloud')
 makedepends=()

Modified: nextcloud-app-contacts/trunk/PKGBUILD
===
--- nextcloud-app-contacts/trunk/PKGBUILD   2019-04-12 05:14:08 UTC (rev 
451202)
+++ nextcloud-app-contacts/trunk/PKGBUILD   2019-04-12 06:47:20 UTC (rev 
451203)
@@ -5,7 +5,7 @@
 pkgrel=1
 pkgdesc="Contacts app for nextcloud"
 arch=('any')
-url="https://nextcloud.com/;
+url="https://github.com/nextcloud/contacts/;
 license=('GPL')
 depends=('nextcloud')
 options=('!strip')


<    1   2   3