[arch-commits] Commit in python-pytest-console-scripts/repos/community-any (2 files)

2021-11-22 Thread Antonio Rojas via arch-commits
Date: Tuesday, November 23, 2021 @ 07:58:01
  Author: arojas
Revision: 1054427

archrelease: copy trunk to community-any

Added:
  python-pytest-console-scripts/repos/community-any/PKGBUILD
(from rev 1054426, python-pytest-console-scripts/trunk/PKGBUILD)
Deleted:
  python-pytest-console-scripts/repos/community-any/PKGBUILD

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

Deleted: PKGBUILD
===
--- PKGBUILD2021-11-23 07:57:51 UTC (rev 1054426)
+++ PKGBUILD2021-11-23 07:58:01 UTC (rev 1054427)
@@ -1,25 +0,0 @@
-# Maintainer:
-
-pkgname=python-pytest-console-scripts
-_pyname=pytest-console-scripts
-pkgver=1.2.1
-pkgrel=1
-pkgdesc='Pytest plugin for testing console scripts'
-arch=(any)
-license=(MIT)
-url='https://github.com/kvas-it/pytest-console-scripts'
-depends=(python-pytest)
-makedepends=(python-setuptools-scm)
-source=(https://pypi.python.org/packages/source/p/$_pyname/$_pyname-$pkgver.tar.gz)
-sha512sums=('c2cd51a666ddae2488a54c1393adbeaad98748e621880f2b9172f0b14c227bc47a9ce46eaf4e31e86623a489160073a2990cdda80c04ef9ee22253b7853764dd')
-
-build() {
-  cd $_pyname-$pkgver
-  python setup.py build
-}
-
-package() {
-  cd $_pyname-$pkgver
-  python setup.py install --root="$pkgdir" --optimize=1
-  install -D -m644 LICENSE "$pkgdir"/usr/share/licenses/$pkgname/LICENSE
-}

Copied: python-pytest-console-scripts/repos/community-any/PKGBUILD (from rev 
1054426, python-pytest-console-scripts/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2021-11-23 07:58:01 UTC (rev 1054427)
@@ -0,0 +1,25 @@
+# Maintainer:
+
+pkgname=python-pytest-console-scripts
+_pyname=pytest-console-scripts
+pkgver=1.2.1
+pkgrel=2
+pkgdesc='Pytest plugin for testing console scripts'
+arch=(any)
+license=(MIT)
+url='https://github.com/kvas-it/pytest-console-scripts'
+depends=(python-mock python-pytest)
+makedepends=(python-setuptools-scm)
+source=(https://pypi.python.org/packages/source/p/$_pyname/$_pyname-$pkgver.tar.gz)
+sha512sums=('c2cd51a666ddae2488a54c1393adbeaad98748e621880f2b9172f0b14c227bc47a9ce46eaf4e31e86623a489160073a2990cdda80c04ef9ee22253b7853764dd')
+
+build() {
+  cd $_pyname-$pkgver
+  python setup.py build
+}
+
+package() {
+  cd $_pyname-$pkgver
+  python setup.py install --root="$pkgdir" --optimize=1
+  install -D -m644 LICENSE "$pkgdir"/usr/share/licenses/$pkgname/LICENSE
+}



[arch-commits] Commit in python-pytest-console-scripts/trunk (PKGBUILD)

2021-11-22 Thread Antonio Rojas via arch-commits
Date: Tuesday, November 23, 2021 @ 07:57:51
  Author: arojas
Revision: 1054426

Add missing python-mock dependency

Modified:
  python-pytest-console-scripts/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2021-11-23 07:56:22 UTC (rev 1054425)
+++ PKGBUILD2021-11-23 07:57:51 UTC (rev 1054426)
@@ -3,12 +3,12 @@
 pkgname=python-pytest-console-scripts
 _pyname=pytest-console-scripts
 pkgver=1.2.1
-pkgrel=1
+pkgrel=2
 pkgdesc='Pytest plugin for testing console scripts'
 arch=(any)
 license=(MIT)
 url='https://github.com/kvas-it/pytest-console-scripts'
-depends=(python-pytest)
+depends=(python-mock python-pytest)
 makedepends=(python-setuptools-scm)
 
source=(https://pypi.python.org/packages/source/p/$_pyname/$_pyname-$pkgver.tar.gz)
 
sha512sums=('c2cd51a666ddae2488a54c1393adbeaad98748e621880f2b9172f0b14c227bc47a9ce46eaf4e31e86623a489160073a2990cdda80c04ef9ee22253b7853764dd')



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

2021-11-22 Thread Antonio Rojas via arch-commits
Date: Tuesday, November 23, 2021 @ 07:56:22
  Author: arojas
Revision: 1054425

Remove checkdepends

Modified:
  python-pytest-tornasync/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2021-11-23 07:55:47 UTC (rev 1054424)
+++ PKGBUILD2021-11-23 07:56:22 UTC (rev 1054425)
@@ -9,7 +9,6 @@
 url='https://github.com/eukaryote/pytest-tornasync'
 depends=(python-tornado python-pytest)
 makedepends=(python-setuptools)
-checkdepends=('python-pytest-asyncio')
 
source=(https://pypi.python.org/packages/source/p/pytest-tornasync/pytest-tornasync-$pkgver.tar.gz)
 
sha512sums=('2e258913b17a5442d18928833ee7e9771b6dbd148dbf251a7661432a54d4b9f9f3a7c396134eb544c0e3ce0af48c99d2d632399ac6ebdcf148187a7a523f4974')
 



[arch-commits] Commit in python-pytest-console-scripts/repos/community-any (2 files)

2021-11-22 Thread Antonio Rojas via arch-commits
Date: Tuesday, November 23, 2021 @ 07:55:47
  Author: arojas
Revision: 1054424

archrelease: copy trunk to community-any

Added:
  python-pytest-console-scripts/repos/community-any/PKGBUILD
(from rev 1054423, python-pytest-console-scripts/trunk/PKGBUILD)
Deleted:
  python-pytest-console-scripts/repos/community-any/PKGBUILD

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

Deleted: PKGBUILD
===
--- PKGBUILD2021-11-23 07:55:31 UTC (rev 1054423)
+++ PKGBUILD2021-11-23 07:55:47 UTC (rev 1054424)
@@ -1,26 +0,0 @@
-# Maintainer:
-
-pkgname=python-pytest-tornasync
-pkgver=0.6.0.post2
-pkgrel=1
-pkgdesc='py.test plugin for testing Python 3.5+ Tornado code'
-arch=(any)
-license=(MIT)
-url='https://github.com/eukaryote/pytest-tornasync'
-depends=(python-tornado python-pytest)
-makedepends=(python-setuptools)
-checkdepends=('python-pytest-asyncio')
-source=(https://pypi.python.org/packages/source/p/pytest-tornasync/pytest-tornasync-$pkgver.tar.gz)
-sha512sums=('2e258913b17a5442d18928833ee7e9771b6dbd148dbf251a7661432a54d4b9f9f3a7c396134eb544c0e3ce0af48c99d2d632399ac6ebdcf148187a7a523f4974')
-
-build() {
-  cd pytest-tornasync-$pkgver
-  python setup.py build
-}
-
-package() {
-  cd pytest-tornasync-$pkgver
-  python setup.py install --root="$pkgdir" --optimize=1
-  rm "$pkgdir"/usr/LICENSE
-  install -D -m644 LICENSE "$pkgdir"/usr/share/licenses/$pkgname/LICENSE
-}

Copied: python-pytest-console-scripts/repos/community-any/PKGBUILD (from rev 
1054423, python-pytest-console-scripts/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2021-11-23 07:55:47 UTC (rev 1054424)
@@ -0,0 +1,25 @@
+# Maintainer:
+
+pkgname=python-pytest-console-scripts
+_pyname=pytest-console-scripts
+pkgver=1.2.1
+pkgrel=1
+pkgdesc='Pytest plugin for testing console scripts'
+arch=(any)
+license=(MIT)
+url='https://github.com/kvas-it/pytest-console-scripts'
+depends=(python-pytest)
+makedepends=(python-setuptools-scm)
+source=(https://pypi.python.org/packages/source/p/$_pyname/$_pyname-$pkgver.tar.gz)
+sha512sums=('c2cd51a666ddae2488a54c1393adbeaad98748e621880f2b9172f0b14c227bc47a9ce46eaf4e31e86623a489160073a2990cdda80c04ef9ee22253b7853764dd')
+
+build() {
+  cd $_pyname-$pkgver
+  python setup.py build
+}
+
+package() {
+  cd $_pyname-$pkgver
+  python setup.py install --root="$pkgdir" --optimize=1
+  install -D -m644 LICENSE "$pkgdir"/usr/share/licenses/$pkgname/LICENSE
+}



[arch-commits] Commit in (6 files)

2021-11-22 Thread Antonio Rojas via arch-commits
Date: Tuesday, November 23, 2021 @ 07:55:31
  Author: arojas
Revision: 1054423

New jupyter-server checkdepends

Added:
  python-pytest-console-scripts/
  python-pytest-console-scripts/repos/
  python-pytest-console-scripts/repos/community-any/
  python-pytest-console-scripts/repos/community-any/PKGBUILD
  python-pytest-console-scripts/trunk/
  python-pytest-console-scripts/trunk/PKGBUILD

--+
 repos/community-any/PKGBUILD |   26 ++
 trunk/PKGBUILD   |   25 +
 2 files changed, 51 insertions(+)

Added: python-pytest-console-scripts/repos/community-any/PKGBUILD
===
--- python-pytest-console-scripts/repos/community-any/PKGBUILD  
(rev 0)
+++ python-pytest-console-scripts/repos/community-any/PKGBUILD  2021-11-23 
07:55:31 UTC (rev 1054423)
@@ -0,0 +1,26 @@
+# Maintainer:
+
+pkgname=python-pytest-tornasync
+pkgver=0.6.0.post2
+pkgrel=1
+pkgdesc='py.test plugin for testing Python 3.5+ Tornado code'
+arch=(any)
+license=(MIT)
+url='https://github.com/eukaryote/pytest-tornasync'
+depends=(python-tornado python-pytest)
+makedepends=(python-setuptools)
+checkdepends=('python-pytest-asyncio')
+source=(https://pypi.python.org/packages/source/p/pytest-tornasync/pytest-tornasync-$pkgver.tar.gz)
+sha512sums=('2e258913b17a5442d18928833ee7e9771b6dbd148dbf251a7661432a54d4b9f9f3a7c396134eb544c0e3ce0af48c99d2d632399ac6ebdcf148187a7a523f4974')
+
+build() {
+  cd pytest-tornasync-$pkgver
+  python setup.py build
+}
+
+package() {
+  cd pytest-tornasync-$pkgver
+  python setup.py install --root="$pkgdir" --optimize=1
+  rm "$pkgdir"/usr/LICENSE
+  install -D -m644 LICENSE "$pkgdir"/usr/share/licenses/$pkgname/LICENSE
+}

Added: python-pytest-console-scripts/trunk/PKGBUILD
===
--- python-pytest-console-scripts/trunk/PKGBUILD
(rev 0)
+++ python-pytest-console-scripts/trunk/PKGBUILD2021-11-23 07:55:31 UTC 
(rev 1054423)
@@ -0,0 +1,25 @@
+# Maintainer:
+
+pkgname=python-pytest-console-scripts
+_pyname=pytest-console-scripts
+pkgver=1.2.1
+pkgrel=1
+pkgdesc='Pytest plugin for testing console scripts'
+arch=(any)
+license=(MIT)
+url='https://github.com/kvas-it/pytest-console-scripts'
+depends=(python-pytest)
+makedepends=(python-setuptools-scm)
+source=(https://pypi.python.org/packages/source/p/$_pyname/$_pyname-$pkgver.tar.gz)
+sha512sums=('c2cd51a666ddae2488a54c1393adbeaad98748e621880f2b9172f0b14c227bc47a9ce46eaf4e31e86623a489160073a2990cdda80c04ef9ee22253b7853764dd')
+
+build() {
+  cd $_pyname-$pkgver
+  python setup.py build
+}
+
+package() {
+  cd $_pyname-$pkgver
+  python setup.py install --root="$pkgdir" --optimize=1
+  install -D -m644 LICENSE "$pkgdir"/usr/share/licenses/$pkgname/LICENSE
+}



[arch-commits] Commit in python-pytest-tornasync/repos (community-testing-any)

2021-11-22 Thread Antonio Rojas via arch-commits
Date: Tuesday, November 23, 2021 @ 07:46:41
  Author: arojas
Revision: 1054422

Wrong repo

Deleted:
  python-pytest-tornasync/repos/community-testing-any/



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

2021-11-22 Thread Antonio Rojas via arch-commits
Date: Tuesday, November 23, 2021 @ 07:43:25
  Author: arojas
Revision: 1054421

archrelease: copy trunk to community-any

Added:
  python-pytest-tornasync/repos/community-any/PKGBUILD
(from rev 1054420, python-pytest-tornasync/trunk/PKGBUILD)
Deleted:
  python-pytest-tornasync/repos/community-any/PKGBUILD

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

Deleted: PKGBUILD
===
--- PKGBUILD2021-11-23 07:43:09 UTC (rev 1054420)
+++ PKGBUILD2021-11-23 07:43:25 UTC (rev 1054421)
@@ -1,35 +0,0 @@
-# Maintainer: Felix Yan 
-
-pkgname=python-pytest-httpx
-pkgver=0.13.0
-pkgrel=1
-pkgdesc='Send responses to httpx'
-arch=('any')
-license=('MIT')
-url='https://colin-b.github.io/pytest_httpx'
-depends=('python-httpx' 'python-pytest')
-makedepends=('python-setuptools')
-checkdepends=('python-pytest-asyncio')
-source=("https://github.com/Colin-b/pytest_httpx/archive/v$pkgver/$pkgname-$pkgver.tar.gz";)
-sha512sums=('514d9acacdfd60d13b5ce2c5ebe46d0e4d16c1b06fd359b0b9515ae2fa9091296537f369882a78bdfad48e9a0aad0b2f8c172c2e54f4ae9e23ba03220c7c17fb')
-
-build() {
-  cd pytest_httpx-$pkgver
-  python setup.py build
-}
-
-check() {
-  # Hack entry points by installing it
-
-  cd pytest_httpx-$pkgver
-  python setup.py install --root="$PWD/tmp_install" --optimize=1
-  PYTHONPATH="$PWD/tmp_install/usr/lib/python3.9/site-packages:$PYTHONPATH" 
pytest
-}
-
-package() {
-  cd pytest_httpx-$pkgver
-  python setup.py install --root="$pkgdir" --optimize=1
-  install -D -m644 LICENSE "$pkgdir"/usr/share/licenses/$pkgname/LICENSE
-}
-
-# vim:set ts=2 sw=2 et:

Copied: python-pytest-tornasync/repos/community-any/PKGBUILD (from rev 1054420, 
python-pytest-tornasync/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2021-11-23 07:43:25 UTC (rev 1054421)
@@ -0,0 +1,26 @@
+# Maintainer:
+
+pkgname=python-pytest-tornasync
+pkgver=0.6.0.post2
+pkgrel=1
+pkgdesc='py.test plugin for testing Python 3.5+ Tornado code'
+arch=(any)
+license=(MIT)
+url='https://github.com/eukaryote/pytest-tornasync'
+depends=(python-tornado python-pytest)
+makedepends=(python-setuptools)
+checkdepends=('python-pytest-asyncio')
+source=(https://pypi.python.org/packages/source/p/pytest-tornasync/pytest-tornasync-$pkgver.tar.gz)
+sha512sums=('2e258913b17a5442d18928833ee7e9771b6dbd148dbf251a7661432a54d4b9f9f3a7c396134eb544c0e3ce0af48c99d2d632399ac6ebdcf148187a7a523f4974')
+
+build() {
+  cd pytest-tornasync-$pkgver
+  python setup.py build
+}
+
+package() {
+  cd pytest-tornasync-$pkgver
+  python setup.py install --root="$pkgdir" --optimize=1
+  rm "$pkgdir"/usr/LICENSE
+  install -D -m644 LICENSE "$pkgdir"/usr/share/licenses/$pkgname/LICENSE
+}



[arch-commits] Commit in (8 files)

2021-11-22 Thread Antonio Rojas via arch-commits
Date: Tuesday, November 23, 2021 @ 07:43:09
  Author: arojas
Revision: 1054420

New jupyter-server checkdepends

Added:
  python-pytest-tornasync/
  python-pytest-tornasync/repos/
  python-pytest-tornasync/repos/community-any/
  python-pytest-tornasync/repos/community-any/PKGBUILD
  python-pytest-tornasync/repos/community-testing-any/
  python-pytest-tornasync/repos/community-testing-any/PKGBUILD
  python-pytest-tornasync/trunk/
  python-pytest-tornasync/trunk/PKGBUILD

--+
 repos/community-any/PKGBUILD |   35 +
 repos/community-testing-any/PKGBUILD |   35 +
 trunk/PKGBUILD   |   26 
 3 files changed, 96 insertions(+)

Added: python-pytest-tornasync/repos/community-any/PKGBUILD
===
--- python-pytest-tornasync/repos/community-any/PKGBUILD
(rev 0)
+++ python-pytest-tornasync/repos/community-any/PKGBUILD2021-11-23 
07:43:09 UTC (rev 1054420)
@@ -0,0 +1,35 @@
+# Maintainer: Felix Yan 
+
+pkgname=python-pytest-httpx
+pkgver=0.13.0
+pkgrel=1
+pkgdesc='Send responses to httpx'
+arch=('any')
+license=('MIT')
+url='https://colin-b.github.io/pytest_httpx'
+depends=('python-httpx' 'python-pytest')
+makedepends=('python-setuptools')
+checkdepends=('python-pytest-asyncio')
+source=("https://github.com/Colin-b/pytest_httpx/archive/v$pkgver/$pkgname-$pkgver.tar.gz";)
+sha512sums=('514d9acacdfd60d13b5ce2c5ebe46d0e4d16c1b06fd359b0b9515ae2fa9091296537f369882a78bdfad48e9a0aad0b2f8c172c2e54f4ae9e23ba03220c7c17fb')
+
+build() {
+  cd pytest_httpx-$pkgver
+  python setup.py build
+}
+
+check() {
+  # Hack entry points by installing it
+
+  cd pytest_httpx-$pkgver
+  python setup.py install --root="$PWD/tmp_install" --optimize=1
+  PYTHONPATH="$PWD/tmp_install/usr/lib/python3.9/site-packages:$PYTHONPATH" 
pytest
+}
+
+package() {
+  cd pytest_httpx-$pkgver
+  python setup.py install --root="$pkgdir" --optimize=1
+  install -D -m644 LICENSE "$pkgdir"/usr/share/licenses/$pkgname/LICENSE
+}
+
+# vim:set ts=2 sw=2 et:

Added: python-pytest-tornasync/repos/community-testing-any/PKGBUILD
===
--- python-pytest-tornasync/repos/community-testing-any/PKGBUILD
(rev 0)
+++ python-pytest-tornasync/repos/community-testing-any/PKGBUILD
2021-11-23 07:43:09 UTC (rev 1054420)
@@ -0,0 +1,35 @@
+# Maintainer: Felix Yan 
+
+pkgname=python-pytest-httpx
+pkgver=0.15.0
+pkgrel=1
+pkgdesc='Send responses to httpx'
+arch=('any')
+license=('MIT')
+url='https://colin-b.github.io/pytest_httpx'
+depends=('python-httpx' 'python-pytest')
+makedepends=('python-setuptools')
+checkdepends=('python-pytest-asyncio')
+source=("https://github.com/Colin-b/pytest_httpx/archive/v$pkgver/$pkgname-$pkgver.tar.gz";)
+sha512sums=('6ba9b31489ea01e37b13a145aa662b84848e4b28b26b3ef5c621dd02da6114bb1a61de6fef8e0c5877988d7d5361ef9b81be99383274f13bfb605c1e12a5f995')
+
+build() {
+  cd pytest_httpx-$pkgver
+  python setup.py build
+}
+
+check() {
+  # Hack entry points by installing it
+
+  cd pytest_httpx-$pkgver
+  python setup.py install --root="$PWD/tmp_install" --optimize=1
+  PYTHONPATH="$PWD/tmp_install/usr/lib/python3.9/site-packages:$PYTHONPATH" 
pytest
+}
+
+package() {
+  cd pytest_httpx-$pkgver
+  python setup.py install --root="$pkgdir" --optimize=1
+  install -D -m644 LICENSE "$pkgdir"/usr/share/licenses/$pkgname/LICENSE
+}
+
+# vim:set ts=2 sw=2 et:

Added: python-pytest-tornasync/trunk/PKGBUILD
===
--- python-pytest-tornasync/trunk/PKGBUILD  (rev 0)
+++ python-pytest-tornasync/trunk/PKGBUILD  2021-11-23 07:43:09 UTC (rev 
1054420)
@@ -0,0 +1,26 @@
+# Maintainer:
+
+pkgname=python-pytest-tornasync
+pkgver=0.6.0.post2
+pkgrel=1
+pkgdesc='py.test plugin for testing Python 3.5+ Tornado code'
+arch=(any)
+license=(MIT)
+url='https://github.com/eukaryote/pytest-tornasync'
+depends=(python-tornado python-pytest)
+makedepends=(python-setuptools)
+checkdepends=('python-pytest-asyncio')
+source=(https://pypi.python.org/packages/source/p/pytest-tornasync/pytest-tornasync-$pkgver.tar.gz)
+sha512sums=('2e258913b17a5442d18928833ee7e9771b6dbd148dbf251a7661432a54d4b9f9f3a7c396134eb544c0e3ce0af48c99d2d632399ac6ebdcf148187a7a523f4974')
+
+build() {
+  cd pytest-tornasync-$pkgver
+  python setup.py build
+}
+
+package() {
+  cd pytest-tornasync-$pkgver
+  python setup.py install --root="$pkgdir" --optimize=1
+  rm "$pkgdir"/usr/LICENSE
+  install -D -m644 LICENSE "$pkgdir"/usr/share/licenses/$pkgname/LICENSE
+}



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

2021-11-22 Thread Konstantin Gizdov via arch-commits
Date: Tuesday, November 23, 2021 @ 03:19:27
  Author: kgizdov
Revision: 1054419

archrelease: copy trunk to community-testing-x86_64

Added:
  arrayfire/repos/community-testing-x86_64/
  arrayfire/repos/community-testing-x86_64/PKGBUILD
(from rev 1054418, arrayfire/trunk/PKGBUILD)
  arrayfire/repos/community-testing-x86_64/arrayfire-boost-1.76.0.patch
(from rev 1054418, arrayfire/trunk/arrayfire-boost-1.76.0.patch)

--+
 PKGBUILD |   65 +
 arrayfire-boost-1.76.0.patch |   12 +++
 2 files changed, 77 insertions(+)

Copied: arrayfire/repos/community-testing-x86_64/PKGBUILD (from rev 1054418, 
arrayfire/trunk/PKGBUILD)
===
--- community-testing-x86_64/PKGBUILD   (rev 0)
+++ community-testing-x86_64/PKGBUILD   2021-11-23 03:19:27 UTC (rev 1054419)
@@ -0,0 +1,65 @@
+# Maintainer: Sven-Hendrik Haase 
+pkgname=arrayfire
+pkgver=3.8.0
+pkgrel=15
+pkgdesc="High performance software library for parallel computing with an 
easy-to-use API"
+arch=('x86_64')
+url='https://arrayfire.com'
+license=('BSD')
+depends=('cblas' 'fftw' 'lapacke' 'forge' 'freeimage' 'glfw' 'glew' 
'intel-mkl')
+makedepends=('cmake' 'graphviz' 'doxygen' 'opencl-headers' 'python' 'ocl-icd' 
'cuda' 'cudnn' 'git' 'ninja' 'boost')
+optdepends=('cuda: Required for using CUDA backend'
+'nvidia-utils: Required for using CUDA backend'
+'cudnn: Required for using CUDA backend'
+'opencl-driver: Required for using OpenCL backend'
+'ocl-icd: Required for OpenCL ICD Bindings')
+options=('!buildflags')
+source=("http://github.com/${pkgname}/${pkgname}/releases/download/v${pkgver}/${pkgname}-full-${pkgver}.tar.bz2";
+'arrayfire-boost-1.76.0.patch')
+sha512sums=('f36bee89a0f1a0a48ca2cae3a7b2527d63830e3070cb31174ff7f5c42f065aad6981d5142a8b7af7215a3c7dbf67ae13d1ea3543cd94eb70cff509c8cb95c739'
+
'92e34c28e4b6222febef5a3047f4faf64756a50b46a68507931b989984bbc6729aa4d1560dc267650f1890cb1ad7aa0866dd3debc0073f9103f764af7618d795')
+
+prepare() {
+  cd "${srcdir}/arrayfire-full-${pkgver}"
+  patch -Np1 -i "${srcdir}/arrayfire-boost-1.76.0.patch"
+}
+
+build() {
+  cd "${srcdir}/arrayfire-full-${pkgver}"
+
+  cmake \
+  -GNinja \
+  -Bbuild \
+  -DUSE_CPU_MKL=ON \
+  -DGOOGLETEST_VERSION=1.9.0 \
+  -DCMAKE_INSTALL_PREFIX=/usr \
+  -DCMAKE_INSTALL_LIBDIR=/usr/lib \
+  -DAF_WITH_IMAGEIO=ON \
+  -DAF_BUILD_CPU=ON \
+  -DAF_BUILD_OPENCL=ON \
+  -DAF_WITH_NONFREE=ON \
+  -DAF_BUILD_EXAMPLES=ON \
+  -DAF_BUILD_DOCS=ON \
+  
-DCUDA_architecture_build_targets="5.2;5.3;6.0;6.1;6.2;7.0;7.2;7.5;8.0;8.6;8.6+PTX"
 \
+  -DCMAKE_BUILD_TYPE=Release \
+  -DCUDA_HOST_COMPILER=/usr/bin/gcc \
+  -DBoost_NO_BOOST_CMAKE=ON
+
+  ninja -C build
+}
+
+check() {
+  cd "${srcdir}/arrayfire-full-${pkgver}"
+
+  # Tests currently broken :(
+  # ninja -C build test
+}
+
+package() {
+  cd "${srcdir}/arrayfire-full-${pkgver}"
+
+  install -Dm644 LICENSE "${pkgdir}"/usr/share/licenses/${pkgname}/LICENSE
+
+  DESTDIR="${pkgdir}/" ninja -C build install
+  rm -r "${pkgdir}"/usr/LICENSES
+}

Copied: arrayfire/repos/community-testing-x86_64/arrayfire-boost-1.76.0.patch 
(from rev 1054418, arrayfire/trunk/arrayfire-boost-1.76.0.patch)
===
--- community-testing-x86_64/arrayfire-boost-1.76.0.patch   
(rev 0)
+++ community-testing-x86_64/arrayfire-boost-1.76.0.patch   2021-11-23 
03:19:27 UTC (rev 1054419)
@@ -0,0 +1,12 @@
+diff --git a/src/backend/opencl/kernel/homography.hpp 
b/src/backend/opencl/kernel/homography.hpp
+index b84e599..3034658 100644
+--- a/src/backend/opencl/kernel/homography.hpp
 b/src/backend/opencl/kernel/homography.hpp
+@@ -21,6 +21,7 @@
+ 
+ #include 
+ #include 
++#include 
+ 
+ namespace opencl {
+ namespace kernel {



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

2021-11-22 Thread Konstantin Gizdov via arch-commits
Date: Tuesday, November 23, 2021 @ 03:19:15
  Author: kgizdov
Revision: 1054418

upgpkg: arrayfire 3.8.0-15: cudnn rebuild

Modified:
  arrayfire/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2021-11-23 03:01:21 UTC (rev 1054417)
+++ PKGBUILD2021-11-23 03:19:15 UTC (rev 1054418)
@@ -1,7 +1,7 @@
 # Maintainer: Sven-Hendrik Haase 
 pkgname=arrayfire
 pkgver=3.8.0
-pkgrel=14
+pkgrel=15
 pkgdesc="High performance software library for parallel computing with an 
easy-to-use API"
 arch=('x86_64')
 url='https://arrayfire.com'



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

2021-11-22 Thread Konstantin Gizdov via arch-commits
Date: Tuesday, November 23, 2021 @ 03:01:21
  Author: kgizdov
Revision: 1054417

archrelease: copy trunk to community-testing-x86_64

Added:
  tensorflow/repos/community-testing-x86_64/48935.patch
(from rev 1054416, tensorflow/trunk/48935.patch)
  tensorflow/repos/community-testing-x86_64/PKGBUILD
(from rev 1054416, tensorflow/trunk/PKGBUILD)
  tensorflow/repos/community-testing-x86_64/build-against-actual-mkl.patch
(from rev 1054416, tensorflow/trunk/build-against-actual-mkl.patch)
  tensorflow/repos/community-testing-x86_64/fix-c++17-compat.patch
(from rev 1054416, tensorflow/trunk/fix-c++17-compat.patch)
  tensorflow/repos/community-testing-x86_64/openssl-1.1.patch
(from rev 1054416, tensorflow/trunk/openssl-1.1.patch)
  tensorflow/repos/community-testing-x86_64/test.py
(from rev 1054416, tensorflow/trunk/test.py)
Deleted:
  tensorflow/repos/community-testing-x86_64/48935.patch
  tensorflow/repos/community-testing-x86_64/PKGBUILD
  tensorflow/repos/community-testing-x86_64/build-against-actual-mkl.patch
  tensorflow/repos/community-testing-x86_64/fix-c++17-compat.patch
  tensorflow/repos/community-testing-x86_64/openssl-1.1.patch
  tensorflow/repos/community-testing-x86_64/test.py

+
 48935.patch| 1852 +++
 PKGBUILD   |  620 ++---
 build-against-actual-mkl.patch |   74 -
 fix-c++17-compat.patch |   22 
 openssl-1.1.patch  |   48 -
 test.py|   24 
 6 files changed, 1320 insertions(+), 1320 deletions(-)

Deleted: 48935.patch
===
--- 48935.patch 2021-11-23 03:00:38 UTC (rev 1054416)
+++ 48935.patch 2021-11-23 03:01:21 UTC (rev 1054417)
@@ -1,926 +0,0 @@
-From 0f8fde42d09b199d02cf5d9d79fe76ebf1d260ef Mon Sep 17 00:00:00 2001
-From: Ben Greiner 
-Date: Thu, 6 May 2021 12:13:40 +0200
-Subject: [PATCH 01/14] Fix NumPy 1.20 error with np.prod()
-
-Reference: #47691, https://stackoverflow.com/questions/66373169

- tensorflow/python/ops/array_ops.py | 3 ++-
- 1 file changed, 2 insertions(+), 1 deletion(-)
-
-diff --git a/tensorflow/python/ops/array_ops.py 
b/tensorflow/python/ops/array_ops.py
-index 519f2ef26fcef..d143ee96a2fc9 100644
 a/tensorflow/python/ops/array_ops.py
-+++ b/tensorflow/python/ops/array_ops.py
-@@ -36,6 +36,7 @@
- from tensorflow.python.framework.constant_op import constant
- from tensorflow.python.ops import gen_array_ops
- from tensorflow.python.ops import gen_math_ops
-+from tensorflow.python.ops import math_ops
- # go/tf-wildcard-import
- # pylint: disable=wildcard-import
- from tensorflow.python.ops.gen_array_ops import *
-@@ -2894,7 +2895,7 @@ def matrix_set_diag(
- 
- def _constant_if_small(value, shape, dtype, name):
-   try:
--if np.prod(shape) < 1000:
-+if math_ops.reduce_prod(shape) < 1000:
-   return constant(value, shape=shape, dtype=dtype, name=name)
-   except TypeError:
- # Happens when shape is a Tensor, list with Tensor elements, etc.
-
-From 86cbf87703876330b5818b7f170489356d9d2c86 Mon Sep 17 00:00:00 2001
-From: Ben Greiner 
-Date: Thu, 6 May 2021 12:34:12 +0200
-Subject: [PATCH 02/14] relax upper bounds for NumPy and SciPy in pip installs
-

- .../tools/pip_package/setup_with_binary.py |  2 +-
- .../install/install_centos_pip_packages.sh |  6 +++---
- .../ci_build/install/install_pip_packages.sh   |  4 ++--
- .../install/install_pip_packages_by_version.sh |  2 +-
- .../install/install_python3.6_pip_packages.sh  |  2 +-
- tensorflow/tools/ci_build/release/common.sh| 18 +-
- tensorflow/tools/pip_package/setup.py  |  2 +-
- 7 files changed, 18 insertions(+), 18 deletions(-)
-
-diff --git a/tensorflow/lite/tools/pip_package/setup_with_binary.py 
b/tensorflow/lite/tools/pip_package/setup_with_binary.py
-index 6b9fe534bb2b1..ae06df8245521 100644
 a/tensorflow/lite/tools/pip_package/setup_with_binary.py
-+++ b/tensorflow/lite/tools/pip_package/setup_with_binary.py
-@@ -67,5 +67,5 @@
- package_dir={'': '.'},
- package_data={'': ['*.so', '*.pyd']},
- install_requires=[
--'numpy ~= 1.19.2',  # Higher versions have a compatibility issue.
-+'numpy >= 1.19.2 , <1.21',
- ])
-diff --git a/tensorflow/tools/ci_build/install/install_centos_pip_packages.sh 
b/tensorflow/tools/ci_build/install/install_centos_pip_packages.sh
-index b9906b9378c79..ab0a766bf22b0 100755
 a/tensorflow/tools/ci_build/install/install_centos_pip_packages.sh
-+++ b/tensorflow/tools/ci_build/install/install_centos_pip_packages.sh
-@@ -55,17 +55,17 @@ pip2 install --upgrade protobuf==3.6.1
- pip3 install --upgrade protobuf==3.6.1
- 
- pip2 install --upgrade numpy==1.14.5
--pip3 install --upgrade numpy==1.14.5
-+pip3 install --upgrade numpy>=1.14.5
- 
- pip2 install scipy==1.2.2
--pip3 install scipy==1.4.1
-+pip3 install scipy>=1.4.1
- 
- pip2 install scikit-learn==0.18.1

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

2021-11-22 Thread Konstantin Gizdov via arch-commits
Date: Tuesday, November 23, 2021 @ 03:00:38
  Author: kgizdov
Revision: 1054416

upgpkg: tensorflow 2.7.0-3: cudnn rebuild

Modified:
  tensorflow/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2021-11-23 02:18:54 UTC (rev 1054415)
+++ PKGBUILD2021-11-23 03:00:38 UTC (rev 1054416)
@@ -7,7 +7,7 @@
 pkgname=(tensorflow tensorflow-opt tensorflow-cuda tensorflow-opt-cuda 
python-tensorflow python-tensorflow-opt python-tensorflow-cuda 
python-tensorflow-opt-cuda)
 pkgver=2.7.0
 _pkgver=2.7.0
-pkgrel=2
+pkgrel=3
 pkgdesc="Library for computation using data flow graphs for scalable machine 
learning"
 url="https://www.tensorflow.org/";
 license=('APACHE')



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

2021-11-22 Thread George Rawlinson via arch-commits
nning 'parallel --citation' once
+-# is no doubt not an ideal solution, but no one has so far come up
+-# with an ideal solution - neither for funding GNU Parallel nor
+-# other free software.
+-#
+-# If you believe you have the perfect solution, you should try it
+-# out, and if it works, you should post it on the email
+-# list. Ideas that will cost work and which have not been tested
+-# are, however, unlikely to be prioritized.
+-#
+-# Please note that GPL version 3 gives you the right to fork GNU
+-# Parallel under a new name, but it does not give you the right to
+-# distribute modified copies with the citation notice disabled in
+-# a way where the software can be confused with GNU Parallel. To
+-# do that you need to be the owner of the GNU Parallel
+-# trademark. The xt:Commerce case shows this.
+-#
+-# Description of the xt:Commerce case in OLG Duesseldorf
+-# 
http://www.inta.org/INTABulletin/Pages/GERMANYGeneralPublicLicenseDoesNotPermitUseofThird-PartyTrademarksforAdvertisingModifiedVersionsofOpen-SourceSoftware.aspx
+-# 
https://web.archive.org/web/20180715073746/http://www.inta.org/INTABulletin/Pages/GERMANYGeneralPublicLicenseDoesNotPermitUseofThird-PartyTrademarksforAdvertisingModifiedVersionsofOpen-SourceSoftware.aspx
+-#
+-# The verdict in German
+-# 
https://www.admody.com/urteilsdatenbank/cafe6fdaeed3/OLG-Duesseldorf_Urteil_vom_28-September-2010_Az_I-20-U-41-09
+-# 
https://web.archive.org/web/20180715073717/https://www.admody.com/urteilsdatenbank/cafe6fdaeed3/OLG-Duesseldorf_Urteil_vom_28-September-2010_Az_I-20-U-41-09
+-#
+-# Other free software limiting derivates by the same name:
+-# 
https://en.wikipedia.org/wiki/Red_Hat_Enterprise_Linux_derivatives#Legal_aspects
+-# https://tm.joomla.org/trademark-faq.html
+-# https://www.mozilla.org/en-US/foundation/trademarks/faq/
+-#
+-# Running 'parallel --citation' one single time takes less than 10
+-# seconds, and will silence the citation notice for future
+-# runs. If that is too much trouble for you, why not use one of
+-# the alternatives instead?
+-# See a list in: 'man parallel_alternatives'
+-#
+-# If you want GNU Parallel to be maintained in the future you
+-# should keep this line.
+-citation_notice();
+-# _YOU_ will be harming free software by removing the notice. You
+-# accept to be added to a public hall of shame by removing the
+-# line.  This is because _YOU_ actively make it harder to justify
+-# spending time developing GNU Parallel.
+-
+ parse_halt();
+ 
+ if($ENV{'PARALLEL_ENV'}) {
+@@ -5073,83 +4984,9 @@ sub usage() {
+"",
+"GNU Parallel can do much more. See 'man $Global::progname' for 
details",
+"",
+-   "Academic tradition requires you to cite works you base your article 
on.",
+-   "If you use programs that use GNU Parallel to process data for an 
article in a",
+-   "scientific publication, please cite:",
+-   "",
+- "  Tange, O. (2021, November 22). GNU Parallel 20211122 ('Peng 
Shuai').",
+-   "  Zenodo. https://doi.org/10.5281/zenodo.5719513";,
+-   "",
+-   # Before changing these lines,  please read
+- # 
https://www.gnu.org/software/parallel/parallel_design.html#Citation-notice
+-   # 
https://git.savannah.gnu.org/cgit/parallel.git/tree/doc/citation-notice-faq.txt 
  
+-   # You accept to be put in a public hall of shame by removing
+- # the lines.
+-   "This helps funding further development; AND IT WON'T COST YOU A 
CENT.",
+-   "If you pay 1 EUR you should feel free to use GNU Parallel without 
citing.",
+-   "",
+"",);
+ }
+ 
+-sub citation_notice() {
+-# if --will-cite or --plain: do nothing
+-# if stderr redirected: do nothing
+-# if $PARALLEL_HOME/will-cite: do nothing
+-# else: print citation notice to stderr
+-if($opt::willcite
+-   or
+-   $opt::plain
+-   or
+-   not -t $Global::original_stderr
+-   or
+-   grep { -e "$_/will-cite" } @Global::config_dirs) {
+-  # skip
+-} else {
+-  ::status
+-  ("Academic tradition requires you to cite works you base your 
article on.",
+-   "If you use programs that use GNU Parallel to process data for an 
article in a",
+-   "scientific publication, please cite:",
+-   "",
+-   "  Tange, O. (2021, November 22). GNU Parallel 20211122 ('Peng 
Shuai').",
+-   "  Zenodo. https://doi.org/10.5281/zenodo.5719513";,
+-   "",
+-   # Before changing these line,  please read
+-  

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

2021-11-22 Thread George Rawlinson via arch-commits
Date: Tuesday, November 23, 2021 @ 02:17:55
  Author: grawlinson
Revision: 1054414

upgpkg: parallel 20211122-1

New upstream release.

Modified:
  parallel/trunk/0001-Remove-citation-things.patch
  parallel/trunk/0002-Remove-GNU-branding.patch
  parallel/trunk/PKGBUILD

---+
 0001-Remove-citation-things.patch |   24 ++--
 0002-Remove-GNU-branding.patch|   42 ++--
 PKGBUILD  |   14 ++--
 3 files changed, 40 insertions(+), 40 deletions(-)

Modified: 0001-Remove-citation-things.patch
===
--- 0001-Remove-citation-things.patch   2021-11-23 01:16:51 UTC (rev 1054413)
+++ 0001-Remove-citation-things.patch   2021-11-23 02:17:55 UTC (rev 1054414)
@@ -110,7 +110,7 @@
  parse_halt();
  
  if($ENV{'PARALLEL_ENV'}) {
-@@ -5071,83 +4982,9 @@ sub usage() {
+@@ -5073,83 +4984,9 @@ sub usage() {
 "",
 "GNU Parallel can do much more. See 'man $Global::progname' for 
details",
 "",
@@ -118,8 +118,8 @@
 -   "If you use programs that use GNU Parallel to process data for an 
article in a",
 -   "scientific publication, please cite:",
 -   "",
-- "  Tange, O. (2021, October 22). GNU Parallel 20211022 
('Sinclair').",
--   "  Zenodo. https://doi.org/10.5281/zenodo.5593566";,
+- "  Tange, O. (2021, November 22). GNU Parallel 20211122 ('Peng 
Shuai').",
+-   "  Zenodo. https://doi.org/10.5281/zenodo.5719513";,
 -   "",
 -   # Before changing these lines,  please read
 - # 
https://www.gnu.org/software/parallel/parallel_design.html#Citation-notice
@@ -151,8 +151,8 @@
 -   "If you use programs that use GNU Parallel to process data for an 
article in a",
 -   "scientific publication, please cite:",
 -   "",
--   "  Tange, O. (2021, October 22). GNU Parallel 20211022 
('Sinclair').",
--   "  Zenodo. https://doi.org/10.5281/zenodo.5593566";,
+-   "  Tange, O. (2021, November 22). GNU Parallel 20211122 ('Peng 
Shuai').",
+-   "  Zenodo. https://doi.org/10.5281/zenodo.5719513";,
 -   "",
 -   # Before changing these line,  please read
 -   # 
https://www.gnu.org/software/parallel/parallel_design.html#Citation-notice and
@@ -194,7 +194,7 @@
  sub status(@) {
  my @w = @_;
  my $fh = $Global::status_fd || *STDERR;
-@@ -5212,97 +5049,7 @@ sub version() {
+@@ -5214,97 +5051,7 @@ sub version() {
 "This is free software: you are free to change and redistribute it.",
 "GNU $Global::progname comes with no warranty.",
 "",
@@ -220,20 +220,20 @@
 -  "If you use programs that use GNU Parallel to process data for an 
article in a",
 -  "scientific publication, please cite:",
 -  "",
--  "\@software{tange_2021_5593566,",
+-  "\@software{tange_2021_5719513,",
 -  "  author   = {Tange, Ole},",
--  "  title= {GNU Parallel 20211022 ('Sinclair')},",
--  "  month= Oct,",
+-  "  title= {GNU Parallel 20211122 ('Peng Shuai')},",
+-  "  month= Nov,",
 -  "  year = 2021,",
 -  "  note = {{GNU Parallel is a general parallelizer to run",
 -"   multiple serial command line programs in 
parallel",
 -  "   without changing them.}},",
 -  "  publisher= {Zenodo},",
--  "  doi  = {10.5281/zenodo.5593566},",
--  "  url  = {https://doi.org/10.5281/zenodo.5593566}";,
+-  "  doi  = {10.5281/zenodo.5719513},",
+-  "  url  = {https://doi.org/10.5281/zenodo.5719513}";,
 -  "}",
 -  "",
--  "(Feel free to use \\nocite{tange_2021_5593566})",
+-  "(Feel free to use \\nocite{tange_2021_5719513})",
 -  "",
 -  # Before changing these lines, please read
 -  # 
https://www.gnu.org/software/parallel/parallel_design.html#Citation-notice and

Modified: 0002-Remove-GNU-branding.patch
===
--- 0002-Remove-GNU-branding.patch  2021-11-23 01:16:51 UTC (rev 1054413)
+++ 0002-Remove-GNU-branding.patch  2021-11-23 02:17:55 UTC (rev 1054414)
@@ -20,7 +20,7 @@
  if(defined $opt::embed) { embed(); exit(0); }
 @@ -2177,7 +2177,7 @@ sub init_g

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

2021-11-22 Thread Sébastien Luttringer via arch-commits
Date: Tuesday, November 23, 2021 @ 02:12:04
  Author: seblu
Revision: 428973

archrelease: copy trunk to extra-x86_64

Added:
  libnetfilter_log/repos/extra-x86_64/PKGBUILD
(from rev 428972, libnetfilter_log/trunk/PKGBUILD)
Deleted:
  libnetfilter_log/repos/extra-x86_64/PKGBUILD

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

Deleted: PKGBUILD
===
--- PKGBUILD2021-11-23 02:12:01 UTC (rev 428972)
+++ PKGBUILD2021-11-23 02:12:04 UTC (rev 428973)
@@ -1,29 +0,0 @@
-# Maintainer: Sébastien "Seblu" Luttringer 
-# Contributor: Sergej Pupykin 
-# Contributor: Kevin Edmonds 
-# Contributor: Filip Wojciechowski, filip at loka dot pl
-
-pkgname=libnetfilter_log
-pkgver=1.0.1
-pkgrel=5
-pkgdesc='Library providing API to packets that have been logged by netfilter'
-arch=('x86_64')
-url='https://www.netfilter.org/projects/libnetfilter_log/'
-license=('GPL')
-depends=('libnfnetlink')
-validpgpkeys=('57FF5E9C9AA67A860B557AF7A4111F89BB5F58CC') # Netfilter Core Team
-source=("https://www.netfilter.org/projects/$pkgname/files/$pkgname-$pkgver.tar.bz2"{,.sig})
-sha512sums=('4088b9bf055fb4cd5f2e201a46a00def7642116b5d1695a371936b7b45eb93877944456506b45761bf2f3f81b40c161c1ecdcfb90532009f073dac3cedc6f436'
-'SKIP')
-
-build() {
-  cd $pkgname-$pkgver
-  ./configure --prefix=/usr
-}
-
-package() {
-  cd $pkgname-$pkgver
-  make DESTDIR="$pkgdir" install
-}
-
-# vim:set ts=2 sw=2 et:

Copied: libnetfilter_log/repos/extra-x86_64/PKGBUILD (from rev 428972, 
libnetfilter_log/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2021-11-23 02:12:04 UTC (rev 428973)
@@ -0,0 +1,29 @@
+# Maintainer: Sébastien "Seblu" Luttringer 
+# Contributor: Sergej Pupykin 
+# Contributor: Kevin Edmonds 
+# Contributor: Filip Wojciechowski, filip at loka dot pl
+
+pkgname=libnetfilter_log
+pkgver=1.0.2
+pkgrel=1
+pkgdesc='Library providing API to packets that have been logged by netfilter'
+arch=('x86_64')
+url='https://www.netfilter.org/projects/libnetfilter_log/'
+license=('GPL')
+depends=('libnfnetlink' 'libmnl')
+validpgpkeys=('37D964ACC04981C75500FB9BD55D978A8A1420E4') # Netfilter Core Team
+source=("https://www.netfilter.org/projects/$pkgname/files/$pkgname-$pkgver.tar.bz2"{,.sig})
+sha256sums=('e3f408575614d849e4726b45e90c7ebb0e6744b04859555a9ce6ec40744ffeea'
+'SKIP')
+
+build() {
+  cd $pkgname-$pkgver
+  ./configure --prefix=/usr
+}
+
+package() {
+  cd $pkgname-$pkgver
+  make DESTDIR="$pkgdir" install
+}
+
+# vim:set ts=2 sw=2 et:



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

2021-11-22 Thread Sébastien Luttringer via arch-commits
Date: Tuesday, November 23, 2021 @ 02:12:01
  Author: seblu
Revision: 428972

upgpkg: libnetfilter_log 1.0.2-1

Modified:
  libnetfilter_log/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2021-11-23 02:07:17 UTC (rev 428971)
+++ PKGBUILD2021-11-23 02:12:01 UTC (rev 428972)
@@ -4,16 +4,16 @@
 # Contributor: Filip Wojciechowski, filip at loka dot pl
 
 pkgname=libnetfilter_log
-pkgver=1.0.1
-pkgrel=5
+pkgver=1.0.2
+pkgrel=1
 pkgdesc='Library providing API to packets that have been logged by netfilter'
 arch=('x86_64')
 url='https://www.netfilter.org/projects/libnetfilter_log/'
 license=('GPL')
-depends=('libnfnetlink')
-validpgpkeys=('57FF5E9C9AA67A860B557AF7A4111F89BB5F58CC') # Netfilter Core Team
+depends=('libnfnetlink' 'libmnl')
+validpgpkeys=('37D964ACC04981C75500FB9BD55D978A8A1420E4') # Netfilter Core Team
 
source=("https://www.netfilter.org/projects/$pkgname/files/$pkgname-$pkgver.tar.bz2"{,.sig})
-sha512sums=('4088b9bf055fb4cd5f2e201a46a00def7642116b5d1695a371936b7b45eb93877944456506b45761bf2f3f81b40c161c1ecdcfb90532009f073dac3cedc6f436'
+sha256sums=('e3f408575614d849e4726b45e90c7ebb0e6744b04859555a9ce6ec40744ffeea'
 'SKIP')
 
 build() {



[arch-commits] Commit in btrfs-progs/repos (7 files)

2021-11-22 Thread Sébastien Luttringer via arch-commits
Date: Tuesday, November 23, 2021 @ 02:07:17
  Author: seblu
Revision: 428971

archrelease: copy trunk to testing-x86_64

Added:
  btrfs-progs/repos/testing-x86_64/
  btrfs-progs/repos/testing-x86_64/PKGBUILD
(from rev 428970, btrfs-progs/trunk/PKGBUILD)
  btrfs-progs/repos/testing-x86_64/btrfs-progs.install
(from rev 428970, btrfs-progs/trunk/btrfs-progs.install)
  btrfs-progs/repos/testing-x86_64/btrfs-scrub@.service
(from rev 428970, btrfs-progs/trunk/btrfs-scrub@.service)
  btrfs-progs/repos/testing-x86_64/btrfs-scrub@.timer
(from rev 428970, btrfs-progs/trunk/btrfs-scrub@.timer)
  btrfs-progs/repos/testing-x86_64/initcpio-hook-btrfs
(from rev 428970, btrfs-progs/trunk/initcpio-hook-btrfs)
  btrfs-progs/repos/testing-x86_64/initcpio-install-btrfs
(from rev 428970, btrfs-progs/trunk/initcpio-install-btrfs)

+
 PKGBUILD   |   76 +++
 btrfs-progs.install|   15 +
 btrfs-scrub@.service   |   10 ++
 btrfs-scrub@.timer |   11 ++
 initcpio-hook-btrfs|7 
 initcpio-install-btrfs |   17 ++
 6 files changed, 136 insertions(+)

Copied: btrfs-progs/repos/testing-x86_64/PKGBUILD (from rev 428970, 
btrfs-progs/trunk/PKGBUILD)
===
--- testing-x86_64/PKGBUILD (rev 0)
+++ testing-x86_64/PKGBUILD 2021-11-23 02:07:17 UTC (rev 428971)
@@ -0,0 +1,76 @@
+# Maintainer: Sébastien "Seblu" Luttringer 
+# Contributor: Tom Gundersen 
+# Contributor: Tobias Powalowski 
+
+pkgname=btrfs-progs
+pkgver=5.15.1
+pkgrel=1
+pkgdesc='Btrfs filesystem utilities'
+arch=('x86_64')
+makedepends=('git' 'asciidoc' 'xmlto' 'systemd' 'python' 'python-setuptools' 
'e2fsprogs' 'reiserfsprogs')
+depends=('glibc' 'util-linux-libs' 'lzo' 'zlib' 'zstd' 'libgcrypt')
+optdepends=('python: libbtrfsutil python bindings'
+'e2fsprogs: btrfs-convert'
+'reiserfsprogs: btrfs-convert')
+url='https://btrfs.wiki.kernel.org'
+replaces=('btrfs-progs-unstable')
+conflicts=('btrfs-progs-unstable')
+provides=('btrfs-progs-unstable')
+license=('GPL2')
+validpgpkeys=('F2B41200C54EFB30380C1756C565D5F9D76D583B')
+source=("https://www.kernel.org/pub/linux/kernel/people/kdave/btrfs-progs/btrfs-progs-v$pkgver.tar."{sign,xz}
+'initcpio-install-btrfs'
+'initcpio-hook-btrfs'
+'btrfs-scrub@.service'
+'btrfs-scrub@.timer')
+install=btrfs-progs.install
+options=(!staticlibs)
+sha256sums=('SKIP'
+'6230f8f33961bd62633d601b0d049a3c6b833c1a1a7a2f2782d0c5796e7ab920'
+'bbe60b35d1b1e2efc1308a8f54f1fdc6808240a81c5f5b4d75321b7ee86e41f4'
+'35efeee8590d6d60c711ae9cdc918e4841ab61d10cb02359e65e36ebff95ffc5'
+'eaa7af92d28bfa8940bb551560fd7be777f9f175292eaa72b5f6ef00fb240252'
+'9a0b6cc23f7bd97b83b6c38dd2b4e4373fead8bd3ccfb82a47c72971e9d6f8ad')
+
+prepare() {
+  cd $pkgname-v$pkgver
+  # apply patch from the source array (should be a pacman feature)
+  local src
+  for src in "${source[@]}"; do
+src="${src%%::*}"
+src="${src##*/}"
+[[ $src = *.patch ]] || continue
+echo "Applying patch $src..."
+patch -Np1 < "../$src"
+  done
+}
+
+build() {
+  cd $pkgname-v$pkgver
+  ./configure --prefix=/usr --with-crypto=libgcrypt
+  make
+}
+
+check() {
+  cd $pkgname-v$pkgver
+ ./btrfs filesystem show
+}
+
+package() {
+  cd $pkgname-v$pkgver
+  make DESTDIR="$pkgdir" install install_python
+
+  # install bash completion (FS#44618)
+  install -Dm644 btrfs-completion 
"$pkgdir/usr/share/bash-completion/completions/btrfs"
+
+  # install mkinitcpio hooks
+  cd "$srcdir"
+  install -Dm644 initcpio-install-btrfs 
"$pkgdir/usr/lib/initcpio/install/btrfs"
+  install -Dm644 initcpio-hook-btrfs "$pkgdir/usr/lib/initcpio/hooks/btrfs"
+
+  # install scrub service/timer
+  install -Dm644 btrfs-scrub@.service 
"$pkgdir/usr/lib/systemd/system/btrfs-scrub@.service"
+  install -Dm644 btrfs-scrub@.timer 
"$pkgdir/usr/lib/systemd/system/btrfs-scrub@.timer"
+}
+
+# vim:set ts=2 sw=2 ft=sh et:

Copied: btrfs-progs/repos/testing-x86_64/btrfs-progs.install (from rev 428970, 
btrfs-progs/trunk/btrfs-progs.install)
===
--- testing-x86_64/btrfs-progs.install  (rev 0)
+++ testing-x86_64/btrfs-progs.install  2021-11-23 02:07:17 UTC (rev 428971)
@@ -0,0 +1,15 @@
+#!/bin/sh
+
+## arg 1:  the new package version
+## arg 2:  the old package version
+post_upgrade() {
+  if (( "$(vercmp "$2" 0.19.20121005)" < 0 )); then
+echo 'btrfs multi-device support now relies on linux 3.6 or later'
+  elif (( "$(vercmp "$2" 4.3.1-2)" < 0 )); then
+echo 'btrfs-scrub@.timer instance names must not be prefix by dash anymore'
+echo 'use btrfs-scrub@-.timer to scrub / monthly'
+echo 'btrfs-scrub@home.timer to scrub /home monthly.'
+  fi
+}
+
+# vim:set ts=2 sw=2 et:

Copied: btr

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

2021-11-22 Thread Sébastien Luttringer via arch-commits
Date: Tuesday, November 23, 2021 @ 02:07:08
  Author: seblu
Revision: 428970

upgpkg: btrfs-progs 5.15.1-1

Modified:
  btrfs-progs/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2021-11-22 22:41:10 UTC (rev 428969)
+++ PKGBUILD2021-11-23 02:07:08 UTC (rev 428970)
@@ -3,7 +3,7 @@
 # Contributor: Tobias Powalowski 
 
 pkgname=btrfs-progs
-pkgver=5.15
+pkgver=5.15.1
 pkgrel=1
 pkgdesc='Btrfs filesystem utilities'
 arch=('x86_64')
@@ -26,7 +26,7 @@
 install=btrfs-progs.install
 options=(!staticlibs)
 sha256sums=('SKIP'
-'e185fadd473f65a9557a4c05d923141f87e39ac9628a129193902605885f04fe'
+'6230f8f33961bd62633d601b0d049a3c6b833c1a1a7a2f2782d0c5796e7ab920'
 'bbe60b35d1b1e2efc1308a8f54f1fdc6808240a81c5f5b4d75321b7ee86e41f4'
 '35efeee8590d6d60c711ae9cdc918e4841ab61d10cb02359e65e36ebff95ffc5'
 'eaa7af92d28bfa8940bb551560fd7be777f9f175292eaa72b5f6ef00fb240252'



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

2021-11-22 Thread Maxim Baz via arch-commits
Date: Tuesday, November 23, 2021 @ 01:16:51
  Author: maximbaz
Revision: 1054413

archrelease: copy trunk to community-x86_64

Added:
  croc/repos/community-x86_64/PKGBUILD
(from rev 1054412, croc/trunk/PKGBUILD)
Deleted:
  croc/repos/community-x86_64/PKGBUILD

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

Deleted: PKGBUILD
===
--- PKGBUILD2021-11-23 01:16:47 UTC (rev 1054412)
+++ PKGBUILD2021-11-23 01:16:51 UTC (rev 1054413)
@@ -1,36 +0,0 @@
-# Maintainer: Maxim Baz <$pkgname at maximbaz dot com>
-# Contributor: Mikuro Kagamine 
-
-pkgname=croc
-pkgver=9.4.2
-pkgrel=1
-pkgdesc='Easily and securely send things from one computer to another.'
-arch=('x86_64')
-url="https://github.com/schollz/${pkgname}";
-license=('MIT')
-depends=('glibc')
-makedepends=('go')
-source=("${url}/releases/download/v${pkgver}/${pkgname}_${pkgver}_src.tar.gz")
-sha256sums=('f4aacf189eb977d0b6b2d5a0340b3ede0c449da6bef0577665647b2efbda')
-
-build() {
-cd "${pkgname}-${pkgver}"
-export CGO_CPPFLAGS="${CPPFLAGS}"
-export CGO_CFLAGS="${CFLAGS}"
-export CGO_CXXFLAGS="${CXXFLAGS}"
-export CGO_LDFLAGS="${LDFLAGS}"
-export GOFLAGS="-buildmode=pie -trimpath -ldflags=-linkmode=external 
-mod=vendor -modcacherw"
-go build
-}
-
-# check() {
-# cd "${pkgname}-${pkgver}"
-# go test ./...
-# }
-
-package() {
-cd "${pkgname}-${pkgver}"
-install -Dm755 -t "${pkgdir}/usr/bin/" "${pkgname}"
-install -Dm644 -t "${pkgdir}/usr/lib/systemd/system/" "${pkgname}.service"
-install -Dm644 -t "${pkgdir}/usr/share/licenses/${pkgname}/" LICENSE
-}

Copied: croc/repos/community-x86_64/PKGBUILD (from rev 1054412, 
croc/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2021-11-23 01:16:51 UTC (rev 1054413)
@@ -0,0 +1,36 @@
+# Maintainer: Maxim Baz <$pkgname at maximbaz dot com>
+# Contributor: Mikuro Kagamine 
+
+pkgname=croc
+pkgver=9.5.0
+pkgrel=1
+pkgdesc='Easily and securely send things from one computer to another.'
+arch=('x86_64')
+url="https://github.com/schollz/${pkgname}";
+license=('MIT')
+depends=('glibc')
+makedepends=('go')
+source=("${url}/releases/download/v${pkgver}/${pkgname}_${pkgver}_src.tar.gz")
+sha256sums=('ed3cdaaf88bee851f7629a19968435c4259b88925a7c214a153e691f71335686')
+
+build() {
+cd "${pkgname}-${pkgver}"
+export CGO_CPPFLAGS="${CPPFLAGS}"
+export CGO_CFLAGS="${CFLAGS}"
+export CGO_CXXFLAGS="${CXXFLAGS}"
+export CGO_LDFLAGS="${LDFLAGS}"
+export GOFLAGS="-buildmode=pie -trimpath -ldflags=-linkmode=external 
-mod=vendor -modcacherw"
+go build
+}
+
+check() {
+cd "${pkgname}-${pkgver}"
+go test ./...
+}
+
+package() {
+cd "${pkgname}-${pkgver}"
+install -Dm755 -t "${pkgdir}/usr/bin/" "${pkgname}"
+install -Dm644 -t "${pkgdir}/usr/lib/systemd/system/" "${pkgname}.service"
+install -Dm644 -t "${pkgdir}/usr/share/licenses/${pkgname}/" LICENSE
+}



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

2021-11-22 Thread Maxim Baz via arch-commits
Date: Tuesday, November 23, 2021 @ 01:16:47
  Author: maximbaz
Revision: 1054412

upgpkg: croc 9.5.0-1

Modified:
  croc/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2021-11-23 00:32:06 UTC (rev 1054411)
+++ PKGBUILD2021-11-23 01:16:47 UTC (rev 1054412)
@@ -2,7 +2,7 @@
 # Contributor: Mikuro Kagamine 
 
 pkgname=croc
-pkgver=9.4.2
+pkgver=9.5.0
 pkgrel=1
 pkgdesc='Easily and securely send things from one computer to another.'
 arch=('x86_64')
@@ -11,7 +11,7 @@
 depends=('glibc')
 makedepends=('go')
 source=("${url}/releases/download/v${pkgver}/${pkgname}_${pkgver}_src.tar.gz")
-sha256sums=('f4aacf189eb977d0b6b2d5a0340b3ede0c449da6bef0577665647b2efbda')
+sha256sums=('ed3cdaaf88bee851f7629a19968435c4259b88925a7c214a153e691f71335686')
 
 build() {
 cd "${pkgname}-${pkgver}"
@@ -23,10 +23,10 @@
 go build
 }
 
-# check() {
-# cd "${pkgname}-${pkgver}"
-# go test ./...
-# }
+check() {
+cd "${pkgname}-${pkgver}"
+go test ./...
+}
 
 package() {
 cd "${pkgname}-${pkgver}"



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

2021-11-22 Thread Konstantin Gizdov via arch-commits
Date: Tuesday, November 23, 2021 @ 00:32:06
  Author: kgizdov
Revision: 1054411

archrelease: copy trunk to community-testing-x86_64

Added:
  python-pytorch/repos/community-testing-x86_64/
  python-pytorch/repos/community-testing-x86_64/66219.patch
(from rev 1054410, python-pytorch/trunk/66219.patch)
  python-pytorch/repos/community-testing-x86_64/PKGBUILD
(from rev 1054410, python-pytorch/trunk/PKGBUILD)
  
python-pytorch/repos/community-testing-x86_64/fix-building-for-torchvision.patch
(from rev 1054410, python-pytorch/trunk/fix-building-for-torchvision.patch)
  
python-pytorch/repos/community-testing-x86_64/fix-jit-frontend-nullptr-deref.patch
(from rev 1054410, 
python-pytorch/trunk/fix-jit-frontend-nullptr-deref.patch)
  python-pytorch/repos/community-testing-x86_64/fix_c10.patch
(from rev 1054410, python-pytorch/trunk/fix_c10.patch)
  python-pytorch/repos/community-testing-x86_64/fix_include_system.patch
(from rev 1054410, python-pytorch/trunk/fix_include_system.patch)
  
python-pytorch/repos/community-testing-x86_64/fix_old_nnapi_lite_interpreter_config.patch
(from rev 1054410, 
python-pytorch/trunk/fix_old_nnapi_lite_interpreter_config.patch)
  python-pytorch/repos/community-testing-x86_64/test.py
(from rev 1054410, python-pytorch/trunk/test.py)
  python-pytorch/repos/community-testing-x86_64/use-system-libuv.patch
(from rev 1054410, python-pytorch/trunk/use-system-libuv.patch)

-+
 66219.patch | 3002 ++
 PKGBUILD|  306 ++
 fix-building-for-torchvision.patch  |   25 
 fix-jit-frontend-nullptr-deref.patch|   12 
 fix_c10.patch   |   12 
 fix_include_system.patch|   13 
 fix_old_nnapi_lite_interpreter_config.patch |   33 
 test.py |7 
 use-system-libuv.patch  |   13 
 9 files changed, 3423 insertions(+)

Copied: python-pytorch/repos/community-testing-x86_64/66219.patch (from rev 
1054410, python-pytorch/trunk/66219.patch)
===
--- community-testing-x86_64/66219.patch(rev 0)
+++ community-testing-x86_64/66219.patch2021-11-23 00:32:06 UTC (rev 
1054411)
@@ -0,0 +1,3002 @@
+From 55473c81535db8890d35e29cff852b737954ce80 Mon Sep 17 00:00:00 2001
+From: Xiang Gao 
+Date: Wed, 6 Oct 2021 11:52:58 -0700
+Subject: [PATCH 01/30] Refactor cub namespace
+
+---
+ aten/src/ATen/cuda/cub.cuh| 102 +-
+ aten/src/ATen/cuda/cub_definitions.cuh|  17 +++
+ caffe2/core/context_gpu.cu|   1 +
+ caffe2/operators/accuracy_op.cu   |   1 +
+ caffe2/operators/affine_channel_op.cu |   1 +
+ caffe2/operators/arg_ops.cu   |   2 +-
+ caffe2/operators/batch_moments_op.cu  |   1 +
+ caffe2/operators/batch_sparse_to_dense_op.cu  |   1 +
+ caffe2/operators/boolean_mask_ops.cu  |   2 +-
+ caffe2/operators/cross_entropy_op.cu  |   1 +
+ caffe2/operators/distance_op.cu   |   1 +
+ caffe2/operators/elementwise_div_op.cu|   2 +-
+ caffe2/operators/elementwise_linear_op.cu |   1 +
+ caffe2/operators/elementwise_mul_op.cu|   2 +-
+ caffe2/operators/elementwise_ops.cu   |   1 +
+ caffe2/operators/find_op.cu   |   1 +
+ caffe2/operators/generate_proposals_op.cu |   2 +-
+ caffe2/operators/normalize_ops.cu |   1 +
+ caffe2/operators/one_hot_ops.cu   |   1 +
+ caffe2/operators/pack_segments.cu |   2 +-
+ caffe2/operators/prelu_op.cu  |   1 +
+ caffe2/operators/reduce_front_back_max_ops.cu |   1 +
+ .../reduce_front_back_sum_mean_ops.cu |   1 +
+ caffe2/operators/reduction_ops.cu |   2 +-
+ caffe2/operators/rmac_regions_op.cu   |   7 ++
+ caffe2/operators/segment_reduction_op_gpu.cuh |   1 +
+ caffe2/operators/sequence_ops.cu  |   2 +-
+ caffe2/operators/softmax_ops.cu   |   1 +
+ .../operators/spatial_batch_norm_op_impl.cuh  |   2 +-
+ caffe2/sgd/adagrad_fused_op_gpu.cu|   1 +
+ caffe2/sgd/adagrad_op_gpu.cu  |   1 +
+ caffe2/sgd/adam_op_gpu.cu |   1 +
+ caffe2/utils/math/reduce.cu   |   2 +-
+ caffe2/utils/math/reduce.cuh  |   2 +-
+ caffe2/utils/math_gpu.cu  |   2 +-
+ cmake/Dependencies.cmake  |   5 +
+ 36 files changed, 115 insertions(+), 60 deletions(-)
+ create mode 100644 aten/src/ATen/cuda/cub_definitions.cuh
+
+diff --git a/aten/src/ATen/cuda/cub.cuh b/aten/src/ATen/cuda/cub.cuh
+index 5d8ae777ebef..39938efc48be 100644
+--- a/aten/src/ATen/cuda/cub.cuh
 b/aten/src/ATen/cuda/cub.cuh
+@@ -5,16 +5,24 @@
+ #include 
+ #include 
+ 
+-// include

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

2021-11-22 Thread Konstantin Gizdov via arch-commits
Date: Tuesday, November 23, 2021 @ 00:31:32
  Author: kgizdov
Revision: 1054410

upgpkg: python-pytorch 1.10.0-4: cudnn rebuild

Modified:
  python-pytorch/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2021-11-23 00:19:28 UTC (rev 1054409)
+++ PKGBUILD2021-11-23 00:31:32 UTC (rev 1054410)
@@ -6,7 +6,7 @@
 _pkgname="pytorch"
 pkgver=1.10.0
 _pkgver=1.10.0
-pkgrel=3
+pkgrel=4
 _pkgdesc='Tensors and Dynamic neural networks in Python with strong GPU 
acceleration'
 pkgdesc="${_pkgdesc}"
 arch=('x86_64')



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

2021-11-22 Thread Caleb Maclennan via arch-commits
Date: Tuesday, November 23, 2021 @ 00:19:28
  Author: alerque
Revision: 1054409

archrelease: copy trunk to community-x86_64

Added:
  ksh/repos/community-x86_64/CVE-2019-14868.patch
(from rev 1054408, ksh/trunk/CVE-2019-14868.patch)
  ksh/repos/community-x86_64/PKGBUILD
(from rev 1054408, ksh/trunk/PKGBUILD)
  ksh/repos/community-x86_64/ksh.install
(from rev 1054408, ksh/trunk/ksh.install)
Deleted:
  ksh/repos/community-x86_64/CVE-2019-14868.patch
  ksh/repos/community-x86_64/PKGBUILD
  ksh/repos/community-x86_64/ksh.install

--+
 CVE-2019-14868.patch |  188 -
 PKGBUILD |  127 +
 ksh.install  |   24 +++---
 3 files changed, 172 insertions(+), 167 deletions(-)

Deleted: CVE-2019-14868.patch
===
--- CVE-2019-14868.patch2021-11-23 00:09:09 UTC (rev 1054408)
+++ CVE-2019-14868.patch2021-11-23 00:19:28 UTC (rev 1054409)
@@ -1,94 +0,0 @@
-From c5ed0136a7b6727332ed1ac598c176a5e0087683 Mon Sep 17 00:00:00 2001
-From: Kurtis Rader 
-Date: Thu, 12 Dec 2019 18:46:50 -0800
-Subject: [PATCH] Harden env var imports
-
-(cherry picked from commit c7de8b641266bac7c77942239ac659edfee9ecd2)

- src/cmd/ksh93/sh/arith.c| 37 ++---
- src/cmd/ksh93/tests/subshell.sh | 23 
- 2 files changed, 48 insertions(+), 12 deletions(-)
-
-diff --git a/src/cmd/ksh93/sh/arith.c b/src/cmd/ksh93/sh/arith.c
-index 5ca3fce4..53eb45ea 100644
 a/src/cmd/ksh93/sh/arith.c
-+++ b/src/cmd/ksh93/sh/arith.c
-@@ -567,19 +567,32 @@ Sfdouble_t sh_strnum(Shell_t *shp, const char *str, char 
**ptr, int mode) {
- char *last;
- 
- if (*str == 0) {
--if (ptr) *ptr = (char *)str;
--return 0;
--}
--errno = 0;
--d = number(str, &last, shp->inarith ? 0 : 10, NULL);
--if (*last) {
--if (*last != '.' || last[1] != '.') {
--d = strval(shp, str, &last, arith, mode);
--Varsubscript = true;
-+d = 0.0;
-+last = (char *)str;
-+} else {
-+d = number(str, &last, shp->inarith ? 0 : 10, NULL);
-+if (*last && !shp->inarith && sh_isstate(shp, SH_INIT)) {
-+// This call is to handle "base#value" literals if we're 
importing untrusted env vars.
-+d = number(str, &last, 0, NULL);
-+}
-+if (*last) {
-+if (sh_isstate(shp, SH_INIT)) {
-+// Initializing means importing untrusted env vars. Since the 
string does not appear
-+// to be a recognized numeric literal give up. We can't 
safely call strval() since
-+// that allows arbitrary expressions which would create a 
security vulnerability.
-+d = 0.0;
-+} else {
-+if (*last != '.' || last[1] != '.') {
-+d = strval(shp, str, &last, arith, mode);
-+Varsubscript = true;
-+}
-+if (!ptr && *last && mode > 0) {
-+errormsg(SH_DICT, ERROR_exit(1), e_lexbadchar, *last, 
str);
-+}
-+}
-+} else if (d == 0.0 && *str == '-') {
-+d = -0.0;
- }
--if (!ptr && *last && mode > 0) errormsg(SH_DICT, ERROR_exit(1), 
e_lexbadchar, *last, str);
--} else if (!d && *str == '-') {
--d = -0.0;
- }
- if (ptr) *ptr = last;
- return d;
-diff --git a/src/cmd/ksh93/tests/subshell.sh b/src/cmd/ksh93/tests/subshell.sh
-index b63a8051..3faba475 100644
 a/src/cmd/ksh93/tests/subshell.sh
-+++ b/src/cmd/ksh93/tests/subshell.sh
-@@ -856,3 +856,26 @@ for exp in 65535 65536
- dogot=$($SHELL -c 'x=$(printf "%.*c" '$exp' x); print ${#x}' 2>&1)
- [[ $got == $exp ]] || log_error "large command substitution failed" 
"$exp" "$got"
- done
-+
-+# ==
-+# Verify that importing untrusted env vars does not allow evaluating 
arbitrary expressions but does
-+# recognize all integer literals recognized by ksh.
-+expect=8
-+actual=$(env SHLVL='7' $SHELL -c 'echo $SHLVL')
-+[[ $actual == $expect ]] || log_error "decimal int literal not recognized" 
"$expect" "$actual"
-+
-+expect=14
-+actual=$(env SHLVL='013' $SHELL -c 'echo $SHLVL')
-+[[ $actual == $expect ]] || log_error "leading zeros int literal not 
recognized" "$expect" "$actual"
-+
-+expect=4
-+actual=$(env SHLVL='2#11' $SHELL -c 'echo $SHLVL')
-+[[ $actual == $expect ]] || log_error "base#value int literal not recognized" 
"$expect" "$actual"
-+
-+expect=12
-+actual=$(env SHLVL='16#B' $SHELL -c 'echo $SHLVL')
-+[[ $actual == $expect ]] || log_error "base#value int literal not recognized" 
"$expect" "$actual"
-+
-+expect=1
-+actual=$(env SHLVL="2#11+x[\$($bin_echo DANGER WILL ROBINSON >&2)0]" $SHELL 
-c 'echo $SHLVL')
-+[[ $actual == $expect ]] || log_error "expression allowed on env var import" 
"$expect" "$actual"
---

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

2021-11-22 Thread Caleb Maclennan via arch-commits
Date: Tuesday, November 23, 2021 @ 00:09:09
  Author: alerque
Revision: 1054408

upgpkg: ksh 2020.0.0-3

Modified:
  ksh/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2021-11-22 23:22:56 UTC (rev 1054407)
+++ PKGBUILD2021-11-23 00:09:09 UTC (rev 1054408)
@@ -1,8 +1,9 @@
-# Maintainer: Eli Schwartz 
+# Maintainer: Caleb Maclennan 
+# Contributor: Eli Schwartz 
 
 pkgname=ksh
 pkgver=2020.0.0
-pkgrel=2
+pkgrel=3
 pkgdesc="The Original AT&T Korn Shell"
 arch=('x86_64')
 url="http://kornshell.org/";
@@ -33,6 +34,10 @@
 patch -p1 -i ../d89753b5d38482f4a3f17ba3b7d09ab07cfe7419.patch
 # CVE-2019-14868
 patch -p1 -i ../CVE-2019-14868.patch
+
+# b_chmod tests known to fail, esp in chroots
+# https://github.com/att/ast/issues/1478
+sed -i -e '/b_chmod/d' src/cmd/ksh93/tests/meson.build
 }
 
 



[arch-commits] Commit in nomad-driver-nspawn/repos (2 files)

2021-11-22 Thread George Rawlinson via arch-commits
Date: Monday, November 22, 2021 @ 23:22:56
  Author: grawlinson
Revision: 1054407

archrelease: copy trunk to community-testing-x86_64

Added:
  nomad-driver-nspawn/repos/community-testing-x86_64/
  nomad-driver-nspawn/repos/community-testing-x86_64/PKGBUILD
(from rev 1054406, nomad-driver-nspawn/trunk/PKGBUILD)

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

Copied: nomad-driver-nspawn/repos/community-testing-x86_64/PKGBUILD (from rev 
1054406, nomad-driver-nspawn/trunk/PKGBUILD)
===
--- community-testing-x86_64/PKGBUILD   (rev 0)
+++ community-testing-x86_64/PKGBUILD   2021-11-22 23:22:56 UTC (rev 1054407)
@@ -0,0 +1,51 @@
+# Maintainer: George Rawlinson 
+
+pkgname=nomad-driver-nspawn
+pkgver=0.8.0
+pkgrel=1
+pkgdesc="A nomad taskdriver for systemd-nspawn"
+arch=('x86_64')
+url="https://github.com/JanMa/nomad-driver-nspawn";
+license=('MIT')
+depends=('glibc' 'nomad' 'systemd')
+makedepends=('go' 'git')
+source=("$pkgname-$pkgver.tar.gz::$url/archive/v$pkgver.tar.gz")
+sha512sums=('ca6ca7439c7788b98aa4c01e947bad611f6f2e8386e14a509badf56db768dc5ffad4c960b74b9688f01a38ee636aba395f59aacb404a65f3057bc63b50163016')
+b2sums=('2fa8afb69660169edc7fa2a03332386836aa117b659fdf1aea7d9f4881f915655df441418ec9dee08383ab0fbe9008ccd4e1070cbf1fab0fe39a3b4906f5379c')
+
+prepare() {
+   cd "$pkgname-$pkgver"
+
+  # create directory for build output
+  mkdir build
+
+  # verify modules
+  go mod verify
+}
+
+build() {
+   cd "$pkgname-$pkgver"
+
+  go build -v \
+-trimpath \
+-buildmode=pie \
+-mod=vendor \
+-modcacherw \
+-ldflags "-extldflags $LDFLAGS -X 
"github.com/JanMa/nomad-driver-nspawn/nspawn.pluginVersion=${pkgver}"" \
+-o build \
+.
+}
+
+package() {
+   cd "$pkgname-$pkgver"
+
+  # documentation
+  install -vDm644 -t "$pkgdir/usr/share/doc/$pkgname" README.md
+  cp -r example "$pkgdir/usr/share/doc/$pkgname"
+
+  # plugin
+  install -vDm755 -t "$pkgdir/usr/lib/nomad/plugins" "build/$pkgname"
+
+  # license
+  install -vDm644 -t "$pkgdir/usr/share/licenses/$pkgname" LICENSE
+}



[arch-commits] Commit in nomad-driver-nspawn/trunk (PKGBUILD)

2021-11-22 Thread George Rawlinson via arch-commits
Date: Monday, November 22, 2021 @ 23:19:27
  Author: grawlinson
Revision: 1054406

upgpkg: nomad-driver-nspawn 0.8.0-1

* New upstream release.
* Add explicit dependency: glibc.
* Verify go modules in prepare function.
* Increase verbosity of build output.

Modified:
  nomad-driver-nspawn/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2021-11-22 23:08:39 UTC (rev 1054405)
+++ PKGBUILD2021-11-22 23:19:27 UTC (rev 1054406)
@@ -1,29 +1,35 @@
 # Maintainer: George Rawlinson 
 
 pkgname=nomad-driver-nspawn
-pkgver=0.7.0
-pkgrel=2
+pkgver=0.8.0
+pkgrel=1
 pkgdesc="A nomad taskdriver for systemd-nspawn"
 arch=('x86_64')
 url="https://github.com/JanMa/nomad-driver-nspawn";
 license=('MIT')
-depends=('nomad' 'systemd')
+depends=('glibc' 'nomad' 'systemd')
 makedepends=('go' 'git')
 source=("$pkgname-$pkgver.tar.gz::$url/archive/v$pkgver.tar.gz")
-b2sums=('ea6ef6848ba680450769a9bd8c1dae316dee4d3904a69365ac254f7489a06daefa71f6728ae9f5aef6e1f84c3e5bef26f80e28ee9e82cf6e86402dfbffd7')
+sha512sums=('ca6ca7439c7788b98aa4c01e947bad611f6f2e8386e14a509badf56db768dc5ffad4c960b74b9688f01a38ee636aba395f59aacb404a65f3057bc63b50163016')
+b2sums=('2fa8afb69660169edc7fa2a03332386836aa117b659fdf1aea7d9f4881f915655df441418ec9dee08383ab0fbe9008ccd4e1070cbf1fab0fe39a3b4906f5379c')
 
 prepare() {
cd "$pkgname-$pkgver"
+
+  # create directory for build output
   mkdir build
-  go mod vendor
+
+  # verify modules
+  go mod verify
 }
 
 build() {
cd "$pkgname-$pkgver"
-  go build \
+
+  go build -v \
 -trimpath \
 -buildmode=pie \
--mod=readonly \
+-mod=vendor \
 -modcacherw \
 -ldflags "-extldflags $LDFLAGS -X 
"github.com/JanMa/nomad-driver-nspawn/nspawn.pluginVersion=${pkgver}"" \
 -o build \



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

2021-11-22 Thread Caleb Maclennan via arch-commits
Date: Monday, November 22, 2021 @ 23:08:39
  Author: alerque
Revision: 1054405

archrelease: copy trunk to community-x86_64

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

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

Deleted: PKGBUILD
===
--- PKGBUILD2021-11-22 23:07:46 UTC (rev 1054404)
+++ PKGBUILD2021-11-22 23:08:39 UTC (rev 1054405)
@@ -1,49 +0,0 @@
-# Maintainer: Andrzej Giniewicz 
-# Maintainer: Caleb Maclennan 
-# Contributor: Firmicus 
-# Contributor: flying sheep 
-
-pkgname=python-fonttools
-pkgver=4.28.0
-pkgrel=1
-pkgdesc='A library to manipulate font files from Python'
-url='https://github.com/fonttools/fonttools'
-license=('MIT')
-arch=('x86_64')
-depends=('python')
-makedepends=('cython'
- 'python-setuptools')
-optdepends=('python-brotli: to compress/decompress WOFF 2.0 web fonts'
-'python-fs: to read/write UFO source files'
-'python-lxml: faster backend for XML files reading/writing'
-'python-lz4: for graphite type tables in ttLib/tables'
-'python-matplotlib: for visualizing DesignSpaceDocument and 
resulting VariationModel'
-'python-pyqt5: for drawing glyphs with Qt’s QPainterPath'
-'python-reportlab: to drawing glyphs as PNG images'
-'python-scipy: for finding wrong contour/component order between 
different masters'
-'python-sympy: for symbolic font statistics analysis'
-'python-unicodedata2: for displaying the Unicode character names 
when dumping the cmap table with ttx'
-'python-zopfli: faster backend fom WOFF 1.0 web fonts compression')
-checkdepends=('python-brotli'
-  'python-fs'
-  'python-pytest'
-  'python-ufolib2')
-source=("https://github.com/fonttools/fonttools/archive/$pkgver/fonttools-$pkgver.zip";)
-sha256sums=('d4260d77e65e6711c1ae733f9aedcf5657d4ca0e3c8ed0d7a5f1cfd4b63c5bd3')
-
-build() {
-   cd "fonttools-$pkgver"
-   python setup.py build_ext --inplace
-   python setup.py build
-}
-
-check() {
-   cd "fonttools-$pkgver"
-   PYTHONPATH=Lib pytest
-}
-
-package() {
-   cd "fonttools-$pkgver"
-   python setup.py install --root="$pkgdir" --optimize=1 --skip-build
-   install -Dm0755 -t "$pkgdir/usr/share/licenses/$pkgname/" LICENSE
-}

Copied: python-fonttools/repos/community-x86_64/PKGBUILD (from rev 1054404, 
python-fonttools/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2021-11-22 23:08:39 UTC (rev 1054405)
@@ -0,0 +1,49 @@
+# Maintainer: Andrzej Giniewicz 
+# Maintainer: Caleb Maclennan 
+# Contributor: Firmicus 
+# Contributor: flying sheep 
+
+pkgname=python-fonttools
+pkgver=4.28.1
+pkgrel=1
+pkgdesc='A library to manipulate font files from Python'
+url='https://github.com/fonttools/fonttools'
+license=('MIT')
+arch=('x86_64')
+depends=('python')
+makedepends=('cython'
+ 'python-setuptools')
+optdepends=('python-brotli: to compress/decompress WOFF 2.0 web fonts'
+'python-fs: to read/write UFO source files'
+'python-lxml: faster backend for XML files reading/writing'
+'python-lz4: for graphite type tables in ttLib/tables'
+'python-matplotlib: for visualizing DesignSpaceDocument and 
resulting VariationModel'
+'python-pyqt5: for drawing glyphs with Qt’s QPainterPath'
+'python-reportlab: to drawing glyphs as PNG images'
+'python-scipy: for finding wrong contour/component order between 
different masters'
+'python-sympy: for symbolic font statistics analysis'
+'python-unicodedata2: for displaying the Unicode character names 
when dumping the cmap table with ttx'
+'python-zopfli: faster backend fom WOFF 1.0 web fonts compression')
+checkdepends=('python-brotli'
+  'python-fs'
+  'python-pytest'
+  'python-ufolib2')
+source=("https://github.com/fonttools/fonttools/archive/$pkgver/fonttools-$pkgver.zip";)
+sha256sums=('086f667985593c1682fdd5c6a4f24949269dfc33b330d4303bed349f789fd3e6')
+
+build() {
+   cd "fonttools-$pkgver"
+   python setup.py build_ext --inplace
+   python setup.py build
+}
+
+check() {
+   cd "fonttools-$pkgver"
+   PYTHONPATH=Lib pytest
+}
+
+package() {
+   cd "fonttools-$pkgver"
+   python setup.py install --root="$pkgdir" --optimize=1 --skip-build
+   install -Dm0755 -t "$pkgdir/usr/share/licenses/$pkgname/" LICENSE
+}



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

2021-11-22 Thread Caleb Maclennan via arch-commits
Date: Monday, November 22, 2021 @ 23:07:46
  Author: alerque
Revision: 1054404

upgpkg: python-fonttools 4.28.1-1

Modified:
  python-fonttools/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2021-11-22 23:06:05 UTC (rev 1054403)
+++ PKGBUILD2021-11-22 23:07:46 UTC (rev 1054404)
@@ -4,7 +4,7 @@
 # Contributor: flying sheep 
 
 pkgname=python-fonttools
-pkgver=4.28.0
+pkgver=4.28.1
 pkgrel=1
 pkgdesc='A library to manipulate font files from Python'
 url='https://github.com/fonttools/fonttools'
@@ -29,7 +29,7 @@
   'python-pytest'
   'python-ufolib2')
 
source=("https://github.com/fonttools/fonttools/archive/$pkgver/fonttools-$pkgver.zip";)
-sha256sums=('d4260d77e65e6711c1ae733f9aedcf5657d4ca0e3c8ed0d7a5f1cfd4b63c5bd3')
+sha256sums=('086f667985593c1682fdd5c6a4f24949269dfc33b330d4303bed349f789fd3e6')
 
 build() {
cd "fonttools-$pkgver"



[arch-commits] Commit in libmodsecurity/repos/community-testing-x86_64 (2 files)

2021-11-22 Thread Massimiliano Torromeo via arch-commits
Date: Monday, November 22, 2021 @ 23:06:05
  Author: mtorromeo
Revision: 1054403

archrelease: copy trunk to community-testing-x86_64

Added:
  libmodsecurity/repos/community-testing-x86_64/PKGBUILD
(from rev 1054402, libmodsecurity/trunk/PKGBUILD)
Deleted:
  libmodsecurity/repos/community-testing-x86_64/PKGBUILD

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

Deleted: PKGBUILD
===
--- PKGBUILD2021-11-22 23:05:59 UTC (rev 1054402)
+++ PKGBUILD2021-11-22 23:06:05 UTC (rev 1054403)
@@ -1,31 +0,0 @@
-# Maintainer: Massimiliano Torromeo 
-
-pkgname=libmodsecurity
-pkgver=3.0.5
-pkgrel=2
-epoch=1
-
-pkgdesc='ModSecurity v3 library component'
-arch=('x86_64')
-depends=('yajl' 'curl' 'libxml2' 'pcre' 'geoip' 'libmaxminddb' 'ssdeep' 
'luajit')
-makedepends=('doxygen')
-url="https://github.com/SpiderLabs/ModSecurity/tree/v3/master";
-license=('APACHE')
-source=("https://github.com/SpiderLabs/ModSecurity/releases/download/v$pkgver/modsecurity-v$pkgver.tar.gz"{,.asc})
-sha256sums=('751bf95a7a8d39c440d0c26ec1f73961550ca2eb2ac9e2e7a56dce2dd7b959e9'
-'SKIP')
-validpgpkeys=('190EFACCA1E9FA466A8ECD9CE6DFB08CE8B11277') # Felipe Zimmerle da 
Nobrega Costa 
-
-build() {
-   cd "$srcdir"/modsecurity-v$pkgver
-   ./build.sh
-   ./configure \
-   --prefix=/usr \
-   --disable-examples
-   make
-}
-
-package() {
-   cd "$srcdir"/modsecurity-v$pkgver
-   make DESTDIR="$pkgdir" install
-}

Copied: libmodsecurity/repos/community-testing-x86_64/PKGBUILD (from rev 
1054402, libmodsecurity/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2021-11-22 23:06:05 UTC (rev 1054403)
@@ -0,0 +1,32 @@
+# Maintainer: Massimiliano Torromeo 
+
+pkgname=libmodsecurity
+pkgver=3.0.6
+pkgrel=2
+epoch=1
+
+pkgdesc='ModSecurity v3 library component'
+arch=('x86_64')
+depends=('yajl' 'curl' 'libxml2' 'pcre' 'geoip' 'libmaxminddb' 'ssdeep' 
'luajit')
+makedepends=('doxygen')
+url="https://github.com/SpiderLabs/ModSecurity/tree/v3/master";
+license=('APACHE')
+source=("https://github.com/SpiderLabs/ModSecurity/releases/download/v$pkgver/modsecurity-v$pkgver.tar.gz"{,.asc})
+sha256sums=('06315d9a32fc830997178f30a69e933c9c2364b263a2f036959bebc4dde59a08'
+'SKIP')
+validpgpkeys=('190EFACCA1E9FA466A8ECD9CE6DFB08CE8B11277'  # Felipe Zimmerle da 
Nobrega Costa 
+  'F126692E9BA86B3958E73ED2F2FC4E45883BCBA4') # Martin Vierula 
(GitHub key) 
+
+build() {
+   cd "$srcdir"/modsecurity-v$pkgver
+   ./build.sh
+   ./configure \
+   --prefix=/usr \
+   --disable-examples
+   make
+}
+
+package() {
+   cd "$srcdir"/modsecurity-v$pkgver
+   make DESTDIR="$pkgdir" install
+}



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

2021-11-22 Thread Massimiliano Torromeo via arch-commits
Date: Monday, November 22, 2021 @ 23:05:59
  Author: mtorromeo
Revision: 1054402

upgpkg: libmodsecurity 1:3.0.6-2

Modified:
  libmodsecurity/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2021-11-22 23:03:03 UTC (rev 1054401)
+++ PKGBUILD2021-11-22 23:05:59 UTC (rev 1054402)
@@ -2,7 +2,7 @@
 
 pkgname=libmodsecurity
 pkgver=3.0.6
-pkgrel=1
+pkgrel=2
 epoch=1
 
 pkgdesc='ModSecurity v3 library component'



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

2021-11-22 Thread Massimiliano Torromeo via arch-commits
Date: Monday, November 22, 2021 @ 23:03:03
  Author: mtorromeo
Revision: 1054401

archrelease: copy trunk to community-x86_64

Added:
  libmodsecurity/repos/community-x86_64/PKGBUILD
(from rev 1054400, libmodsecurity/trunk/PKGBUILD)
Deleted:
  libmodsecurity/repos/community-x86_64/PKGBUILD

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

Deleted: PKGBUILD
===
--- PKGBUILD2021-11-22 23:02:37 UTC (rev 1054400)
+++ PKGBUILD2021-11-22 23:03:03 UTC (rev 1054401)
@@ -1,31 +0,0 @@
-# Maintainer: Massimiliano Torromeo 
-
-pkgname=libmodsecurity
-pkgver=3.0.5
-pkgrel=1
-epoch=1
-
-pkgdesc='ModSecurity v3 library component'
-arch=('x86_64')
-depends=('yajl' 'curl' 'libxml2' 'pcre' 'geoip' 'libmaxminddb' 'ssdeep' 
'luajit')
-makedepends=('doxygen')
-url="https://github.com/SpiderLabs/ModSecurity/tree/v3/master";
-license=('APACHE')
-source=("https://github.com/SpiderLabs/ModSecurity/releases/download/v$pkgver/modsecurity-v$pkgver.tar.gz"{,.asc})
-sha256sums=('751bf95a7a8d39c440d0c26ec1f73961550ca2eb2ac9e2e7a56dce2dd7b959e9'
-'SKIP')
-validpgpkeys=('190EFACCA1E9FA466A8ECD9CE6DFB08CE8B11277') # Felipe Zimmerle da 
Nobrega Costa 
-
-build() {
-   cd "$srcdir"/modsecurity-v$pkgver
-   ./build.sh
-   ./configure \
-   --prefix=/usr \
-   --disable-examples
-   make
-}
-
-package() {
-   cd "$srcdir"/modsecurity-v$pkgver
-   make DESTDIR="$pkgdir" install
-}

Copied: libmodsecurity/repos/community-x86_64/PKGBUILD (from rev 1054400, 
libmodsecurity/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2021-11-22 23:03:03 UTC (rev 1054401)
@@ -0,0 +1,32 @@
+# Maintainer: Massimiliano Torromeo 
+
+pkgname=libmodsecurity
+pkgver=3.0.6
+pkgrel=1
+epoch=1
+
+pkgdesc='ModSecurity v3 library component'
+arch=('x86_64')
+depends=('yajl' 'curl' 'libxml2' 'pcre' 'geoip' 'libmaxminddb' 'ssdeep' 
'luajit')
+makedepends=('doxygen')
+url="https://github.com/SpiderLabs/ModSecurity/tree/v3/master";
+license=('APACHE')
+source=("https://github.com/SpiderLabs/ModSecurity/releases/download/v$pkgver/modsecurity-v$pkgver.tar.gz"{,.asc})
+sha256sums=('06315d9a32fc830997178f30a69e933c9c2364b263a2f036959bebc4dde59a08'
+'SKIP')
+validpgpkeys=('190EFACCA1E9FA466A8ECD9CE6DFB08CE8B11277'  # Felipe Zimmerle da 
Nobrega Costa 
+  'F126692E9BA86B3958E73ED2F2FC4E45883BCBA4') # Martin Vierula 
(GitHub key) 
+
+build() {
+   cd "$srcdir"/modsecurity-v$pkgver
+   ./build.sh
+   ./configure \
+   --prefix=/usr \
+   --disable-examples
+   make
+}
+
+package() {
+   cd "$srcdir"/modsecurity-v$pkgver
+   make DESTDIR="$pkgdir" install
+}



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

2021-11-22 Thread Massimiliano Torromeo via arch-commits
Date: Monday, November 22, 2021 @ 23:02:37
  Author: mtorromeo
Revision: 1054400

upgpkg: libmodsecurity 1:3.0.6-1

Modified:
  libmodsecurity/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2021-11-22 23:02:18 UTC (rev 1054399)
+++ PKGBUILD2021-11-22 23:02:37 UTC (rev 1054400)
@@ -1,8 +1,8 @@
 # Maintainer: Massimiliano Torromeo 
 
 pkgname=libmodsecurity
-pkgver=3.0.5
-pkgrel=2
+pkgver=3.0.6
+pkgrel=1
 epoch=1
 
 pkgdesc='ModSecurity v3 library component'
@@ -12,9 +12,10 @@
 url="https://github.com/SpiderLabs/ModSecurity/tree/v3/master";
 license=('APACHE')
 
source=("https://github.com/SpiderLabs/ModSecurity/releases/download/v$pkgver/modsecurity-v$pkgver.tar.gz"{,.asc})
-sha256sums=('751bf95a7a8d39c440d0c26ec1f73961550ca2eb2ac9e2e7a56dce2dd7b959e9'
+sha256sums=('06315d9a32fc830997178f30a69e933c9c2364b263a2f036959bebc4dde59a08'
 'SKIP')
-validpgpkeys=('190EFACCA1E9FA466A8ECD9CE6DFB08CE8B11277') # Felipe Zimmerle da 
Nobrega Costa 
+validpgpkeys=('190EFACCA1E9FA466A8ECD9CE6DFB08CE8B11277'  # Felipe Zimmerle da 
Nobrega Costa 
+  'F126692E9BA86B3958E73ED2F2FC4E45883BCBA4') # Martin Vierula 
(GitHub key) 
 
 build() {
cd "$srcdir"/modsecurity-v$pkgver



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

2021-11-22 Thread Caleb Maclennan via arch-commits
Date: Monday, November 22, 2021 @ 23:02:18
  Author: alerque
Revision: 1054399

archrelease: copy trunk to community-x86_64

Added:
  lazygit/repos/community-x86_64/PKGBUILD
(from rev 1054398, lazygit/trunk/PKGBUILD)
Deleted:
  lazygit/repos/community-x86_64/PKGBUILD

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

Deleted: PKGBUILD
===
--- PKGBUILD2021-11-22 23:01:25 UTC (rev 1054398)
+++ PKGBUILD2021-11-22 23:02:18 UTC (rev 1054399)
@@ -1,46 +0,0 @@
-# Maintainer: Levente Polyak 
-# Maintainer: Caleb Maclennan 
-# Contributor: Fredy García 
-# Contributor: fuero 
-
-pkgname=lazygit
-pkgver=0.31.3
-pkgrel=1
-pkgdesc='Simple terminal UI for git commands'
-url='https://github.com/jesseduffield/lazygit'
-arch=('x86_64')
-license=('MIT')
-depends=('git' 'glibc')
-makedepends=('go')
-source=("https://github.com/jesseduffield/${pkgname}/archive/v${pkgver}/${pkgname}-${pkgver}.tar.gz";)
-sha256sums=('7a9fcb0c5f1edf025d1e1f5fb21099770e0de7ed424af62e133bd9d4afffdc35')
-b2sums=('ba4131162f8aa187f9c1de9c301e47520d410320e36d56dcc3ed41d2432950a6b0e5b4482872c1400e8cec548a4454fdf5feebf442742df4debee37dd3e855f2')
-
-build() {
-  cd ${pkgname}-${pkgver}
-
-  export CGO_CPPFLAGS="${CPPFLAGS}"
-  export CGO_CFLAGS="${CFLAGS}"
-  export CGO_CXXFLAGS="${CXXFLAGS}"
-  export GOFLAGS="-buildmode=pie -trimpath -mod=readonly -modcacherw -x -v"
-
-  go build \
--ldflags "\
-  -linkmode external \
-  -extldflags '${LDFLAGS}' \
-  -X main.date=$(date --date=@${SOURCE_DATE_EPOCH} -u +%Y-%m-%dT%H:%M:%SZ) 
\
-  -X main.buildSource=binaryRelease \
-  -X main.version=${pkgver} \
-  -X main.commit=v${pkgver} \
-"
-}
-
-package() {
-  cd ${pkgname}-${pkgver}
-  install -Dm 755 lazygit -t "${pkgdir}/usr/bin"
-  install -Dm 644 README*.md -t "${pkgdir}/usr/share/doc/${pkgname}"
-  cp -r docs/* -t "${pkgdir}/usr/share/doc/${pkgname}"
-  install -Dm 644 LICENSE -t "${pkgdir}/usr/share/licenses/${pkgname}"
-}
-
-# vim: ts=2 sw=2 et:

Copied: lazygit/repos/community-x86_64/PKGBUILD (from rev 1054398, 
lazygit/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2021-11-22 23:02:18 UTC (rev 1054399)
@@ -0,0 +1,46 @@
+# Maintainer: Levente Polyak 
+# Maintainer: Caleb Maclennan 
+# Contributor: Fredy García 
+# Contributor: fuero 
+
+pkgname=lazygit
+pkgver=0.31.4
+pkgrel=1
+pkgdesc='Simple terminal UI for git commands'
+url='https://github.com/jesseduffield/lazygit'
+arch=('x86_64')
+license=('MIT')
+depends=('git' 'glibc')
+makedepends=('go')
+source=("https://github.com/jesseduffield/${pkgname}/archive/v${pkgver}/${pkgname}-${pkgver}.tar.gz";)
+sha256sums=('584b04e5d5666f863bd742efcce5b8ec30095ff97fd7f6f887e94e94c6eac7d8')
+b2sums=('58f07b6f4c6fafe787c6e5dcd9e0bf4fa4133be34f893b5c1429021c8308953e0486442e563e99f19be4c51aa2c100067de6b7bf244fd0f932cd54e9d56a06d7')
+
+build() {
+  cd ${pkgname}-${pkgver}
+
+  export CGO_CPPFLAGS="${CPPFLAGS}"
+  export CGO_CFLAGS="${CFLAGS}"
+  export CGO_CXXFLAGS="${CXXFLAGS}"
+  export GOFLAGS="-buildmode=pie -trimpath -mod=readonly -modcacherw -x -v"
+
+  go build \
+-ldflags "\
+  -linkmode external \
+  -extldflags '${LDFLAGS}' \
+  -X main.date=$(date --date=@${SOURCE_DATE_EPOCH} -u +%Y-%m-%dT%H:%M:%SZ) 
\
+  -X main.buildSource=binaryRelease \
+  -X main.version=${pkgver} \
+  -X main.commit=v${pkgver} \
+"
+}
+
+package() {
+  cd ${pkgname}-${pkgver}
+  install -Dm 755 lazygit -t "${pkgdir}/usr/bin"
+  install -Dm 644 README*.md -t "${pkgdir}/usr/share/doc/${pkgname}"
+  cp -r docs/* -t "${pkgdir}/usr/share/doc/${pkgname}"
+  install -Dm 644 LICENSE -t "${pkgdir}/usr/share/licenses/${pkgname}"
+}
+
+# vim: ts=2 sw=2 et:



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

2021-11-22 Thread Caleb Maclennan via arch-commits
Date: Monday, November 22, 2021 @ 23:01:25
  Author: alerque
Revision: 1054398

upgpkg: lazygit 0.31.4-1

Modified:
  lazygit/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2021-11-22 22:58:48 UTC (rev 1054397)
+++ PKGBUILD2021-11-22 23:01:25 UTC (rev 1054398)
@@ -4,7 +4,7 @@
 # Contributor: fuero 
 
 pkgname=lazygit
-pkgver=0.31.3
+pkgver=0.31.4
 pkgrel=1
 pkgdesc='Simple terminal UI for git commands'
 url='https://github.com/jesseduffield/lazygit'
@@ -13,8 +13,8 @@
 depends=('git' 'glibc')
 makedepends=('go')
 
source=("https://github.com/jesseduffield/${pkgname}/archive/v${pkgver}/${pkgname}-${pkgver}.tar.gz";)
-sha256sums=('7a9fcb0c5f1edf025d1e1f5fb21099770e0de7ed424af62e133bd9d4afffdc35')
-b2sums=('ba4131162f8aa187f9c1de9c301e47520d410320e36d56dcc3ed41d2432950a6b0e5b4482872c1400e8cec548a4454fdf5feebf442742df4debee37dd3e855f2')
+sha256sums=('584b04e5d5666f863bd742efcce5b8ec30095ff97fd7f6f887e94e94c6eac7d8')
+b2sums=('58f07b6f4c6fafe787c6e5dcd9e0bf4fa4133be34f893b5c1429021c8308953e0486442e563e99f19be4c51aa2c100067de6b7bf244fd0f932cd54e9d56a06d7')
 
 build() {
   cd ${pkgname}-${pkgver}



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

2021-11-22 Thread Daniel M. Capella via arch-commits
Date: Monday, November 22, 2021 @ 22:58:48
  Author: polyzen
Revision: 1054397

archrelease: copy trunk to community-x86_64

Added:
  tree-sitter/repos/community-x86_64/PKGBUILD
(from rev 1054396, tree-sitter/trunk/PKGBUILD)
Deleted:
  tree-sitter/repos/community-x86_64/PKGBUILD

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

Deleted: PKGBUILD
===
--- PKGBUILD2021-11-22 22:58:28 UTC (rev 1054396)
+++ PKGBUILD2021-11-22 22:58:48 UTC (rev 1054397)
@@ -1,36 +0,0 @@
-# Maintainer: Filipe Laíns (FFY00) 
-# Maintainer: Daniel M. Capella 
-
-pkgname=tree-sitter
-pkgver=0.20.0
-pkgrel=1
-pkgdesc='An incremental parsing system for programming tools'
-arch=('x86_64')
-url='https://github.com/tree-sitter/tree-sitter'
-license=('MIT')
-provides=('libtree-sitter.so')
-depends=('gcc-libs')
-makedepends=('git' 'rust')
-source=("$url/archive/v$pkgver/$pkgname-$pkgver.tar.gz")
-sha512sums=('a51fa0af45a6a99bb74ff53c15a4d7939eb24c6720e65ec7a96f74ffbce54801f14539e071ec6a4891dae778d7dea5edcecc6dd57716cc70a891c9e6cfa55013')
-
-build() {
-  cd $pkgname-$pkgver
-
-  make
-
-  cd cli
-
-  cargo build --release --locked --all-features
-}
-
-package() {
-  cd $pkgname-$pkgver
-
-  make DESTDIR="$pkgdir" PREFIX=/usr install
-
-  install -Dm 755 target/release/$pkgname -t "$pkgdir"/usr/bin
-
-  install -Dm 644 LICENSE -t "$pkgdir"/usr/share/licenses/$pkgname
-}
-

Copied: tree-sitter/repos/community-x86_64/PKGBUILD (from rev 1054396, 
tree-sitter/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2021-11-22 22:58:48 UTC (rev 1054397)
@@ -0,0 +1,42 @@
+# Maintainer: Filipe Laíns (FFY00) 
+# Maintainer: Daniel M. Capella 
+
+pkgname=tree-sitter
+pkgver=0.20.1
+pkgrel=1
+pkgdesc='An incremental parsing system for programming tools'
+arch=('x86_64')
+url='https://github.com/tree-sitter/tree-sitter'
+license=('MIT')
+provides=('libtree-sitter.so')
+depends=('gcc-libs')
+makedepends=('git' 'rust')
+source=("$url/archive/v$pkgver/$pkgname-$pkgver.tar.gz")
+sha512sums=('172e9b2fba5d4610f663934dff1cf4580d09631a3d8d5d7249b6a80288aa9fdda9f5eac50a501935a87414563b46f843c3d98a1f7e45302a5c61dd3c08159606')
+
+prepare() {
+  cd $pkgname-$pkgver
+
+  cargo fetch --locked
+}
+
+build() {
+  cd $pkgname-$pkgver
+
+  make
+
+  cd cli
+
+  cargo build --release --locked --offline --all-features
+}
+
+package() {
+  cd $pkgname-$pkgver
+
+  make DESTDIR="$pkgdir" PREFIX=/usr install
+
+  install -Dm 755 target/release/$pkgname -t "$pkgdir"/usr/bin
+
+  install -Dm 644 LICENSE -t "$pkgdir"/usr/share/licenses/$pkgname
+}
+



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

2021-11-22 Thread Daniel M. Capella via arch-commits
Date: Monday, November 22, 2021 @ 22:58:28
  Author: polyzen
Revision: 1054396

upgpkg: tree-sitter 0.20.1-1

Modified:
  tree-sitter/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2021-11-22 22:50:50 UTC (rev 1054395)
+++ PKGBUILD2021-11-22 22:58:28 UTC (rev 1054396)
@@ -2,7 +2,7 @@
 # Maintainer: Daniel M. Capella 
 
 pkgname=tree-sitter
-pkgver=0.20.0
+pkgver=0.20.1
 pkgrel=1
 pkgdesc='An incremental parsing system for programming tools'
 arch=('x86_64')
@@ -12,7 +12,7 @@
 depends=('gcc-libs')
 makedepends=('git' 'rust')
 source=("$url/archive/v$pkgver/$pkgname-$pkgver.tar.gz")
-sha512sums=('a51fa0af45a6a99bb74ff53c15a4d7939eb24c6720e65ec7a96f74ffbce54801f14539e071ec6a4891dae778d7dea5edcecc6dd57716cc70a891c9e6cfa55013')
+sha512sums=('172e9b2fba5d4610f663934dff1cf4580d09631a3d8d5d7249b6a80288aa9fdda9f5eac50a501935a87414563b46f843c3d98a1f7e45302a5c61dd3c08159606')
 
 prepare() {
   cd $pkgname-$pkgver



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

2021-11-22 Thread Daniel M. Capella via arch-commits
Date: Monday, November 22, 2021 @ 22:50:50
  Author: polyzen
Revision: 1054395

archrelease: copy trunk to community-any

Added:
  ublock-origin/repos/community-any/PKGBUILD
(from rev 1054394, ublock-origin/trunk/PKGBUILD)
Deleted:
  ublock-origin/repos/community-any/PKGBUILD

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

Deleted: PKGBUILD
===
--- PKGBUILD2021-11-22 22:50:30 UTC (rev 1054394)
+++ PKGBUILD2021-11-22 22:50:50 UTC (rev 1054395)
@@ -1,52 +0,0 @@
-# Maintainer: Daniel M. Capella 
-
-pkgname=('ublock-origin' 'firefox-ublock-origin')
-pkgbase=ublock-origin
-pkgver=1.38.6
-pkgrel=1
-pkgdesc='Efficient blocker add-on for various browsers. Fast, potent, and lean'
-arch=('any')
-url=https://github.com/gorhill/uBlock
-license=('GPL3')
-makedepends=('git' 'npm' 'python' 'strip-nondeterminism' 'zip')
-source=("git+$url.git#commit=$pkgver?signed"
-"git+https://github.com/uBlockOrigin/uAssets.git";)
-b2sums=('SKIP'
-'SKIP')
-validpgpkeys=('603B28AA5D6CD687A554347425E1490B761470C2') # Raymond Hill 

-
-prepare() {
-  cd uBlock
-  git submodule init
-  git config submodule.submodules/uAssets.url ../uAssets
-  git submodule update
-}
-
-build() {
-  cd uBlock
-  make
-  strip-nondeterminism -t zip dist/build/uBlock0.firefox.xpi
-}
-
-check() {
-  cd uBlock
-  make test
-}
-
-package_ublock-origin() {
-  pkgdesc+=' (unpacked webextension)'
-  provides=('chromium-ublock-origin')
-  replaces=('chromium-ublock-origin')
-  cd uBlock/dist/build/uBlock0.chromium
-  install -d "$pkgdir"/usr/lib/$pkgbase
-  cp -r -- * "$pkgdir"/usr/lib/$pkgbase
-}
-
-package_firefox-ublock-origin() {
-  groups=('firefox-addons')
-  cd uBlock/dist/build
-  install -Dm644 uBlock0.firefox.xpi \
-"$pkgdir"/usr/lib/firefox/browser/extensions/ublo...@raymondhill.net.xpi
-}
-
-# vim:set ts=2 sw=2 et:

Copied: ublock-origin/repos/community-any/PKGBUILD (from rev 1054394, 
ublock-origin/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2021-11-22 22:50:50 UTC (rev 1054395)
@@ -0,0 +1,52 @@
+# Maintainer: Daniel M. Capella 
+
+pkgname=('ublock-origin' 'firefox-ublock-origin')
+pkgbase=ublock-origin
+pkgver=1.39.0
+pkgrel=1
+pkgdesc='Efficient blocker add-on for various browsers. Fast, potent, and lean'
+arch=('any')
+url=https://github.com/gorhill/uBlock
+license=('GPL3')
+makedepends=('git' 'npm' 'python' 'strip-nondeterminism' 'zip')
+source=("git+$url.git#commit=$pkgver?signed"
+"git+https://github.com/uBlockOrigin/uAssets.git";)
+b2sums=('SKIP'
+'SKIP')
+validpgpkeys=('603B28AA5D6CD687A554347425E1490B761470C2') # Raymond Hill 

+
+prepare() {
+  cd uBlock
+  git submodule init
+  git config submodule.submodules/uAssets.url ../uAssets
+  git submodule update
+}
+
+build() {
+  cd uBlock
+  make
+  strip-nondeterminism -t zip dist/build/uBlock0.firefox.xpi
+}
+
+check() {
+  cd uBlock
+  make test
+}
+
+package_ublock-origin() {
+  pkgdesc+=' (unpacked webextension)'
+  provides=('chromium-ublock-origin')
+  replaces=('chromium-ublock-origin')
+  cd uBlock/dist/build/uBlock0.chromium
+  install -d "$pkgdir"/usr/lib/$pkgbase
+  cp -r -- * "$pkgdir"/usr/lib/$pkgbase
+}
+
+package_firefox-ublock-origin() {
+  groups=('firefox-addons')
+  cd uBlock/dist/build
+  install -Dm644 uBlock0.firefox.xpi \
+"$pkgdir"/usr/lib/firefox/browser/extensions/ublo...@raymondhill.net.xpi
+}
+
+# vim:set ts=2 sw=2 et:



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

2021-11-22 Thread Daniel M. Capella via arch-commits
Date: Monday, November 22, 2021 @ 22:50:30
  Author: polyzen
Revision: 1054394

upgpkg: ublock-origin 1.39.0-1

Modified:
  ublock-origin/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2021-11-22 22:48:05 UTC (rev 1054393)
+++ PKGBUILD2021-11-22 22:50:30 UTC (rev 1054394)
@@ -2,7 +2,7 @@
 
 pkgname=('ublock-origin' 'firefox-ublock-origin')
 pkgbase=ublock-origin
-pkgver=1.38.6
+pkgver=1.39.0
 pkgrel=1
 pkgdesc='Efficient blocker add-on for various browsers. Fast, potent, and lean'
 arch=('any')



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

2021-11-22 Thread Daniel M. Capella via arch-commits
Date: Monday, November 22, 2021 @ 22:48:05
  Author: polyzen
Revision: 1054393

archrelease: copy trunk to community-x86_64

Added:
  rust-analyzer/repos/community-x86_64/PKGBUILD
(from rev 1054392, rust-analyzer/trunk/PKGBUILD)
Deleted:
  rust-analyzer/repos/community-x86_64/PKGBUILD

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

Deleted: PKGBUILD
===
--- PKGBUILD2021-11-22 22:47:44 UTC (rev 1054392)
+++ PKGBUILD2021-11-22 22:48:05 UTC (rev 1054393)
@@ -1,33 +0,0 @@
-# Maintainer: Daniel M. Capella 
-# Contributor: Sergey A. 
-
-pkgname=rust-analyzer
-_pkgver=2021-11-15
-pkgver=${_pkgver//-}
-pkgrel=1
-pkgdesc='Rust compiler front-end for IDEs'
-arch=('x86_64')
-url=https://rust-analyzer.github.io/
-license=('Apache' 'MIT')
-depends=('gcc-libs' 'rust-src')
-makedepends=('git')
-source=("git+https://github.com/rust-analyzer/rust-analyzer.git#tag=$_pkgver";)
-b2sums=('SKIP')
-
-prepare() {
-  cd $pkgname
-  cargo fetch --locked
-}
-
-build() {
-  cd $pkgname
-  RUST_ANALYZER_REV=$_pkgver cargo build --release --locked --offline
-}
-
-package() {
-  cd $pkgname
-  install -Dt "$pkgdir"/usr/bin target/release/rust-analyzer
-  install -Dm644 -t "$pkgdir"/usr/share/licenses/$pkgname LICENSE-MIT
-}
-
-# vim:set ts=2 sw=2 et:

Copied: rust-analyzer/repos/community-x86_64/PKGBUILD (from rev 1054392, 
rust-analyzer/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2021-11-22 22:48:05 UTC (rev 1054393)
@@ -0,0 +1,33 @@
+# Maintainer: Daniel M. Capella 
+# Contributor: Sergey A. 
+
+pkgname=rust-analyzer
+_pkgver=2021-11-22
+pkgver=${_pkgver//-}
+pkgrel=1
+pkgdesc='Rust compiler front-end for IDEs'
+arch=('x86_64')
+url=https://rust-analyzer.github.io/
+license=('Apache' 'MIT')
+depends=('gcc-libs' 'rust-src')
+makedepends=('git')
+source=("git+https://github.com/rust-analyzer/rust-analyzer.git#tag=$_pkgver";)
+b2sums=('SKIP')
+
+prepare() {
+  cd $pkgname
+  cargo fetch --locked
+}
+
+build() {
+  cd $pkgname
+  RUST_ANALYZER_REV=$_pkgver cargo build --release --locked --offline
+}
+
+package() {
+  cd $pkgname
+  install -Dt "$pkgdir"/usr/bin target/release/rust-analyzer
+  install -Dm644 -t "$pkgdir"/usr/share/licenses/$pkgname LICENSE-MIT
+}
+
+# vim:set ts=2 sw=2 et:



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

2021-11-22 Thread Daniel M. Capella via arch-commits
Date: Monday, November 22, 2021 @ 22:47:44
  Author: polyzen
Revision: 1054392

upgpkg: rust-analyzer 20211122-1

Modified:
  rust-analyzer/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2021-11-22 22:43:11 UTC (rev 1054391)
+++ PKGBUILD2021-11-22 22:47:44 UTC (rev 1054392)
@@ -2,7 +2,7 @@
 # Contributor: Sergey A. 
 
 pkgname=rust-analyzer
-_pkgver=2021-11-15
+_pkgver=2021-11-22
 pkgver=${_pkgver//-}
 pkgrel=1
 pkgdesc='Rust compiler front-end for IDEs'



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

2021-11-22 Thread Daniel M. Capella via arch-commits
Date: Monday, November 22, 2021 @ 22:43:11
  Author: polyzen
Revision: 1054391

archrelease: copy trunk to community-any

Added:
  borgmatic/repos/community-any/PKGBUILD
(from rev 1054390, borgmatic/trunk/PKGBUILD)
Deleted:
  borgmatic/repos/community-any/PKGBUILD

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

Deleted: PKGBUILD
===
--- PKGBUILD2021-11-22 22:42:46 UTC (rev 1054390)
+++ PKGBUILD2021-11-22 22:43:11 UTC (rev 1054391)
@@ -1,47 +0,0 @@
-# Maintainer: Daniel M. Capella 
-# Contributor: Kr1ss $(echo \|sed s/\+/./g\;s/\-/@/)
-# Contributor: Alexander Görtz 
-# Contributor: Dan Beste 
-# Contributor: Julien Nicoulaud 
-# Contributor: stef204 
-
-pkgname=borgmatic
-pkgver=1.5.20
-pkgrel=1
-pkgdesc='Simple, configuration-driven backup software for servers and 
workstations'
-arch=('any')
-url=https://torsion.org/borgmatic
-license=('GPL3')
-depends=('borg' 'python-colorama' 'python-jsonschema' 'python-requests'
- 'python-ruamel-yaml' 'python-setuptools')
-checkdepends=('python-flexmock' 'python-pytest')
-optdepends=('python-llfuse: for mount action')
-source=("https://files.pythonhosted.org/packages/source/${pkgname::1}/$pkgname/$pkgname-$pkgver.tar.gz";)
-sha256sums=('0aa6705cd72c6bd8fec94ba9e5e13ba9e90e6671799af2f2f5cb91186b90b7e5')
-b2sums=('6714b132549633b1d24e3c0bd7cd16ee9ff5510c4915d4115d62f4a260dc3cc505a02d8a14220184d53c934384d9ca092a38d6deebcefb843e7ba4492043819a')
-
-prepare() {
-  cd $pkgname-$pkgver
-  sed -i 's,root/.local,usr,' sample/systemd/$pkgname.service
-}
-
-build() {
-  cd $pkgname-$pkgver
-  python setup.py build
-}
-
-check() {
-  cd $pkgname-$pkgver
-  mkdir -p temp
-  local site_packages=$(python -c "import site; 
print(site.getsitepackages()[0])")
-  python setup.py install --root=temp --optimize=1 --skip-build
-  PATH="$PWD/temp/usr/bin:$PATH" PYTHONPATH="$PWD/temp/$site_packages" pytest 
-c /dev/null --ignore=tests/end-to-end
-}
-
-package() {
-  cd $pkgname-$pkgver
-  python setup.py install --root="$pkgdir" --optimize=1 --skip-build
-  install -Dm644 -t "$pkgdir"/usr/lib/systemd/system sample/systemd/*
-}
-
-# vim: ts=2 sw=2 et:

Copied: borgmatic/repos/community-any/PKGBUILD (from rev 1054390, 
borgmatic/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2021-11-22 22:43:11 UTC (rev 1054391)
@@ -0,0 +1,47 @@
+# Maintainer: Daniel M. Capella 
+# Contributor: Kr1ss $(echo \|sed s/\+/./g\;s/\-/@/)
+# Contributor: Alexander Görtz 
+# Contributor: Dan Beste 
+# Contributor: Julien Nicoulaud 
+# Contributor: stef204 
+
+pkgname=borgmatic
+pkgver=1.5.21
+pkgrel=1
+pkgdesc='Simple, configuration-driven backup software for servers and 
workstations'
+arch=('any')
+url=https://torsion.org/borgmatic
+license=('GPL3')
+depends=('borg' 'python-colorama' 'python-jsonschema' 'python-requests'
+ 'python-ruamel-yaml' 'python-setuptools')
+checkdepends=('python-flexmock' 'python-pytest')
+optdepends=('python-llfuse: for mount action')
+source=("https://files.pythonhosted.org/packages/source/${pkgname::1}/$pkgname/$pkgname-$pkgver.tar.gz";)
+sha256sums=('b8aa9dbf250b95b829827310c9638a17cd52fee160a437283eed23bffcae83cf')
+b2sums=('b098334fa476304a8e63ceed37b3c2b9c67d0549bea6d06d8f0fd0f41f9812e79cea52f88fc15d2be29e491355f9544b6ccbe7c31936dfbd78eefd42e9ff2832')
+
+prepare() {
+  cd $pkgname-$pkgver
+  sed -i 's,root/.local,usr,' sample/systemd/$pkgname.service
+}
+
+build() {
+  cd $pkgname-$pkgver
+  python setup.py build
+}
+
+check() {
+  cd $pkgname-$pkgver
+  python -m venv --system-site-packages test-env
+  test-env/bin/python setup.py install --optimize=1 --skip-build
+  PATH="$PWD/test-env/bin:$PATH" test-env/bin/python -m pytest -c /dev/null \
+--ignore=tests/end-to-end
+}
+
+package() {
+  cd $pkgname-$pkgver
+  python setup.py install --root="$pkgdir" --optimize=1 --skip-build
+  install -Dm644 -t "$pkgdir"/usr/lib/systemd/system sample/systemd/*
+}
+
+# vim: ts=2 sw=2 et:



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

2021-11-22 Thread Daniel M. Capella via arch-commits
Date: Monday, November 22, 2021 @ 22:42:46
  Author: polyzen
Revision: 1054390

upgpkg: borgmatic 1.5.21-1

Modified:
  borgmatic/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2021-11-22 22:39:19 UTC (rev 1054389)
+++ PKGBUILD2021-11-22 22:42:46 UTC (rev 1054390)
@@ -6,7 +6,7 @@
 # Contributor: stef204 
 
 pkgname=borgmatic
-pkgver=1.5.20
+pkgver=1.5.21
 pkgrel=1
 pkgdesc='Simple, configuration-driven backup software for servers and 
workstations'
 arch=('any')
@@ -17,8 +17,8 @@
 checkdepends=('python-flexmock' 'python-pytest')
 optdepends=('python-llfuse: for mount action')
 
source=("https://files.pythonhosted.org/packages/source/${pkgname::1}/$pkgname/$pkgname-$pkgver.tar.gz";)
-sha256sums=('0aa6705cd72c6bd8fec94ba9e5e13ba9e90e6671799af2f2f5cb91186b90b7e5')
-b2sums=('6714b132549633b1d24e3c0bd7cd16ee9ff5510c4915d4115d62f4a260dc3cc505a02d8a14220184d53c934384d9ca092a38d6deebcefb843e7ba4492043819a')
+sha256sums=('b8aa9dbf250b95b829827310c9638a17cd52fee160a437283eed23bffcae83cf')
+b2sums=('b098334fa476304a8e63ceed37b3c2b9c67d0549bea6d06d8f0fd0f41f9812e79cea52f88fc15d2be29e491355f9544b6ccbe7c31936dfbd78eefd42e9ff2832')
 
 prepare() {
   cd $pkgname-$pkgver



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

2021-11-22 Thread Antonio Rojas via arch-commits
Date: Monday, November 22, 2021 @ 22:41:10
  Author: arojas
Revision: 428969

archrelease: copy trunk to extra-x86_64

Added:
  kimageannotator/repos/extra-x86_64/PKGBUILD
(from rev 428968, kimageannotator/trunk/PKGBUILD)
Deleted:
  kimageannotator/repos/extra-x86_64/PKGBUILD

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

Deleted: PKGBUILD
===
--- PKGBUILD2021-11-22 22:40:59 UTC (rev 428968)
+++ PKGBUILD2021-11-22 22:41:10 UTC (rev 428969)
@@ -1,26 +0,0 @@
-# Maintainer: Antonio Rojas 
-# Contributor: dracorp aka Piotr Rogoza 
-
-pkgname=kimageannotator
-pkgver=0.5.2
-pkgrel=1
-pkgdesc='Tool for annotating images'
-arch=(x86_64)
-url='https://github.com/ksnip/kImageAnnotator'
-license=(GPL)
-depends=(qt5-svg kcolorpicker)
-makedepends=(cmake qt5-tools)
-source=(https://github.com/ksnip/kImageAnnotator/archive/v$pkgver/$pkgname-$pkgver.tar.gz)
-sha256sums=('7940ab37d823809ddd527d8ebe59db2b99bfeb665e5041d71d70dec4f61041f0')
-
-build() {
-  cmake -B build -S kImageAnnotator-$pkgver \
--DCMAKE_INSTALL_PREFIX=/usr \
--DBUILD_SHARED_LIBS=ON
-  cmake --build build
-}
-
-package() {
-  DESTDIR="$pkgdir" cmake --install build
-}
-

Copied: kimageannotator/repos/extra-x86_64/PKGBUILD (from rev 428968, 
kimageannotator/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2021-11-22 22:41:10 UTC (rev 428969)
@@ -0,0 +1,26 @@
+# Maintainer: Antonio Rojas 
+# Contributor: dracorp aka Piotr Rogoza 
+
+pkgname=kimageannotator
+pkgver=0.5.3
+pkgrel=1
+pkgdesc='Tool for annotating images'
+arch=(x86_64)
+url='https://github.com/ksnip/kImageAnnotator'
+license=(GPL)
+depends=(qt5-svg kcolorpicker)
+makedepends=(cmake qt5-tools)
+source=(https://github.com/ksnip/kImageAnnotator/archive/v$pkgver/$pkgname-$pkgver.tar.gz)
+sha256sums=('afb8d93b36dae06c9ccd5cdba1640bcd1d8f06607a2ed9f37f885d491377d5a8')
+
+build() {
+  cmake -B build -S kImageAnnotator-$pkgver \
+-DCMAKE_INSTALL_PREFIX=/usr \
+-DBUILD_SHARED_LIBS=ON
+  cmake --build build
+}
+
+package() {
+  DESTDIR="$pkgdir" cmake --install build
+}
+



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

2021-11-22 Thread Antonio Rojas via arch-commits
Date: Monday, November 22, 2021 @ 22:40:59
  Author: arojas
Revision: 428968

Update to 0.5.3

Modified:
  kimageannotator/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2021-11-22 19:44:13 UTC (rev 428967)
+++ PKGBUILD2021-11-22 22:40:59 UTC (rev 428968)
@@ -2,7 +2,7 @@
 # Contributor: dracorp aka Piotr Rogoza 
 
 pkgname=kimageannotator
-pkgver=0.5.2
+pkgver=0.5.3
 pkgrel=1
 pkgdesc='Tool for annotating images'
 arch=(x86_64)
@@ -11,7 +11,7 @@
 depends=(qt5-svg kcolorpicker)
 makedepends=(cmake qt5-tools)
 
source=(https://github.com/ksnip/kImageAnnotator/archive/v$pkgver/$pkgname-$pkgver.tar.gz)
-sha256sums=('7940ab37d823809ddd527d8ebe59db2b99bfeb665e5041d71d70dec4f61041f0')
+sha256sums=('afb8d93b36dae06c9ccd5cdba1640bcd1d8f06607a2ed9f37f885d491377d5a8')
 
 build() {
   cmake -B build -S kImageAnnotator-$pkgver \



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

2021-11-22 Thread Caleb Maclennan via arch-commits
Date: Monday, November 22, 2021 @ 22:39:19
  Author: alerque
Revision: 1054389

archrelease: copy trunk to community-x86_64

Added:
  btop/repos/community-x86_64/PKGBUILD
(from rev 1054388, btop/trunk/PKGBUILD)
Deleted:
  btop/repos/community-x86_64/PKGBUILD

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

Deleted: PKGBUILD
===
--- PKGBUILD2021-11-22 22:38:29 UTC (rev 1054388)
+++ PKGBUILD2021-11-22 22:39:19 UTC (rev 1054389)
@@ -1,24 +0,0 @@
-# Maintainer: Caleb Maclennan 
-
-pkgname=btop
-pkgver=1.1.0
-pkgrel=1
-pkgdesc='A monitor of system resources, bpytop ported to C++'
-arch=(x86_64 aarch64 i686)
-url="https://github.com/aristocratos/$pkgname";
-license=(Apache)
-depends=(gcc-libs)
-_archive="$pkgname-$pkgver"
-source=("$_archive.tar.gz::$url/archive/v$pkgver.tar.gz")
-sha256sums=('bcabd70cce6716386d3b4f798ba76f7a4a0a507fa11b8cf3e15c55ba139ebbd6')
-
-build() {
-   cd "$_archive"
-   make all
-}
-
-package() {
-   cd "$_archive"
-   make DESTDIR="$pkgdir" PREFIX=/usr install
-}
-

Copied: btop/repos/community-x86_64/PKGBUILD (from rev 1054388, 
btop/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2021-11-22 22:39:19 UTC (rev 1054389)
@@ -0,0 +1,24 @@
+# Maintainer: Caleb Maclennan 
+
+pkgname=btop
+pkgver=1.1.1
+pkgrel=1
+pkgdesc='A monitor of system resources, bpytop ported to C++'
+arch=(x86_64 aarch64 i686)
+url="https://github.com/aristocratos/$pkgname";
+license=(Apache)
+depends=(gcc-libs)
+_archive="$pkgname-$pkgver"
+source=("$_archive.tar.gz::$url/archive/v$pkgver.tar.gz")
+sha256sums=('7ee14e5e46a9864bba8f12de26ca216939c28b15a4f37fac9688f933a626382c')
+
+build() {
+   cd "$_archive"
+   make all
+}
+
+package() {
+   cd "$_archive"
+   make DESTDIR="$pkgdir" PREFIX=/usr install
+}
+



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

2021-11-22 Thread Caleb Maclennan via arch-commits
Date: Monday, November 22, 2021 @ 22:38:29
  Author: alerque
Revision: 1054388

upgpkg: btop 1.1.1-1

Modified:
  btop/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2021-11-22 22:26:51 UTC (rev 1054387)
+++ PKGBUILD2021-11-22 22:38:29 UTC (rev 1054388)
@@ -1,7 +1,7 @@
 # Maintainer: Caleb Maclennan 
 
 pkgname=btop
-pkgver=1.1.0
+pkgver=1.1.1
 pkgrel=1
 pkgdesc='A monitor of system resources, bpytop ported to C++'
 arch=(x86_64 aarch64 i686)
@@ -10,7 +10,7 @@
 depends=(gcc-libs)
 _archive="$pkgname-$pkgver"
 source=("$_archive.tar.gz::$url/archive/v$pkgver.tar.gz")
-sha256sums=('bcabd70cce6716386d3b4f798ba76f7a4a0a507fa11b8cf3e15c55ba139ebbd6')
+sha256sums=('7ee14e5e46a9864bba8f12de26ca216939c28b15a4f37fac9688f933a626382c')
 
 build() {
cd "$_archive"



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

2021-11-22 Thread Daniel M. Capella via arch-commits
Date: Monday, November 22, 2021 @ 22:26:51
  Author: polyzen
Revision: 1054387

archrelease: copy trunk to community-any

Added:
  pyright/repos/community-any/PKGBUILD
(from rev 1054386, pyright/trunk/PKGBUILD)
Deleted:
  pyright/repos/community-any/PKGBUILD

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

Deleted: PKGBUILD
===
--- PKGBUILD2021-11-22 22:26:31 UTC (rev 1054386)
+++ PKGBUILD2021-11-22 22:26:51 UTC (rev 1054387)
@@ -1,42 +0,0 @@
-# Maintainer: Daniel M. Capella 
-# Contributor: Kaizhao Zhang 
-
-pkgname=pyright
-pkgver=1.1.188
-pkgrel=1
-pkgdesc='Type checker for the Python language'
-arch=('any')
-url=https://github.com/microsoft/pyright
-license=('MIT')
-depends=('nodejs>=12')
-makedepends=('npm')
-source=("$url/archive/$pkgver/$pkgname-$pkgver.tar.gz")
-b2sums=('4b2cc28291fd657840f9b4be8aa8803eba87b9c4f65369d71695a1cbd95b2e42457b0f42b61fad38e7f92a8abe4b9c931ea231699f9ac36e8299da9007633245')
-
-prepare() {
-  cd $pkgname-$pkgver
-  npm ci
-}
-
-build() {
-  cd $pkgname-$pkgver/packages/$pkgname
-  npm run build
-}
-
-package() {
-  install -d "$pkgdir"/usr/bin
-  ln -s ../lib/node_modules/$pkgname/index.js "$pkgdir"/usr/bin/$pkgname
-  ln -s ../lib/node_modules/$pkgname/langserver.index.js \
-"$pkgdir"/usr/bin/$pkgname-langserver
-
-  cd $pkgname-$pkgver
-  install -d "$pkgdir"/usr/share/doc/$pkgname
-  cp -r {CONTRIBUTING,README}.md docs "$pkgdir"/usr/share/doc/$pkgname
-  install -Dm644 -t "$pkgdir"/usr/share/licenses/$pkgname LICENSE.txt
-
-  cd packages/$pkgname
-  install -d "$pkgdir"/usr/lib/node_modules/$pkgname
-  cp -r dist {,langserver.}index.js "$pkgdir"/usr/lib/node_modules/$pkgname
-}
-
-# vim:set ts=2 sw=2 et:

Copied: pyright/repos/community-any/PKGBUILD (from rev 1054386, 
pyright/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2021-11-22 22:26:51 UTC (rev 1054387)
@@ -0,0 +1,42 @@
+# Maintainer: Daniel M. Capella 
+# Contributor: Kaizhao Zhang 
+
+pkgname=pyright
+pkgver=1.1.189
+pkgrel=1
+pkgdesc='Type checker for the Python language'
+arch=('any')
+url=https://github.com/microsoft/pyright
+license=('MIT')
+depends=('nodejs>=12')
+makedepends=('npm')
+source=("$url/archive/$pkgver/$pkgname-$pkgver.tar.gz")
+b2sums=('5c78e8d5470352f8801a77e9252f89e1041e9a9be1298f43d0fafb18c9ef70a39b4e87ee7260ef9cfe80fab33c3471637a37bd5182fe6e2fb4a0df74b7ba9af0')
+
+prepare() {
+  cd $pkgname-$pkgver
+  npm ci
+}
+
+build() {
+  cd $pkgname-$pkgver/packages/$pkgname
+  npm run build
+}
+
+package() {
+  install -d "$pkgdir"/usr/bin
+  ln -s ../lib/node_modules/$pkgname/index.js "$pkgdir"/usr/bin/$pkgname
+  ln -s ../lib/node_modules/$pkgname/langserver.index.js \
+"$pkgdir"/usr/bin/$pkgname-langserver
+
+  cd $pkgname-$pkgver
+  install -d "$pkgdir"/usr/share/doc/$pkgname
+  cp -r {CONTRIBUTING,README}.md docs "$pkgdir"/usr/share/doc/$pkgname
+  install -Dm644 -t "$pkgdir"/usr/share/licenses/$pkgname LICENSE.txt
+
+  cd packages/$pkgname
+  install -d "$pkgdir"/usr/lib/node_modules/$pkgname
+  cp -r dist {,langserver.}index.js "$pkgdir"/usr/lib/node_modules/$pkgname
+}
+
+# vim:set ts=2 sw=2 et:



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

2021-11-22 Thread Daniel M. Capella via arch-commits
Date: Monday, November 22, 2021 @ 22:26:31
  Author: polyzen
Revision: 1054386

upgpkg: pyright 1.1.189-1

Modified:
  pyright/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2021-11-22 22:19:33 UTC (rev 1054385)
+++ PKGBUILD2021-11-22 22:26:31 UTC (rev 1054386)
@@ -2,7 +2,7 @@
 # Contributor: Kaizhao Zhang 
 
 pkgname=pyright
-pkgver=1.1.188
+pkgver=1.1.189
 pkgrel=1
 pkgdesc='Type checker for the Python language'
 arch=('any')
@@ -11,7 +11,7 @@
 depends=('nodejs>=12')
 makedepends=('npm')
 source=("$url/archive/$pkgver/$pkgname-$pkgver.tar.gz")
-b2sums=('4b2cc28291fd657840f9b4be8aa8803eba87b9c4f65369d71695a1cbd95b2e42457b0f42b61fad38e7f92a8abe4b9c931ea231699f9ac36e8299da9007633245')
+b2sums=('5c78e8d5470352f8801a77e9252f89e1041e9a9be1298f43d0fafb18c9ef70a39b4e87ee7260ef9cfe80fab33c3471637a37bd5182fe6e2fb4a0df74b7ba9af0')
 
 prepare() {
   cd $pkgname-$pkgver



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

2021-11-22 Thread Konstantin Gizdov via arch-commits
Date: Monday, November 22, 2021 @ 22:19:33
  Author: kgizdov
Revision: 1054385

archrelease: copy trunk to community-any

Added:
  ttc-iosevka/repos/community-any/PKGBUILD
(from rev 1054384, ttc-iosevka/trunk/PKGBUILD)
Deleted:
  ttc-iosevka/repos/community-any/PKGBUILD

--+
 PKGBUILD |  194 ++---
 1 file changed, 97 insertions(+), 97 deletions(-)

Deleted: PKGBUILD
===
--- PKGBUILD2021-11-22 22:19:21 UTC (rev 1054384)
+++ PKGBUILD2021-11-22 22:19:33 UTC (rev 1054385)
@@ -1,97 +0,0 @@
-# Maintainer: Konstantin Gizdov 
-# Contributor: Markus Weimar 
-_pkgbase='iosevka'
-_type='ttc'
-pkgbase="${_type}-${_pkgbase}"
-pkgname=(
-"${pkgbase}" "${pkgbase}-aile" "${pkgbase}-curly" "${pkgbase}-curly-slab" 
"${pkgbase}-etoile" "${pkgbase}-slab"
-"${pkgbase}-ss01" "${pkgbase}-ss02" "${pkgbase}-ss03" "${pkgbase}-ss04" 
"${pkgbase}-ss05" "${pkgbase}-ss06"
-"${pkgbase}-ss07" "${pkgbase}-ss08" "${pkgbase}-ss09" "${pkgbase}-ss10" 
"${pkgbase}-ss11" "${pkgbase}-ss12"
-"${pkgbase}-ss13" "${pkgbase}-ss14" "${pkgbase}-ss15" "${pkgbase}-ss16" 
"${pkgbase}-ss17" "${pkgbase}-ss18"
-)
-pkgver='11.0.1'
-pkgrel=1
-pkgdesc='Typeface family designed for coding, terminal use and technical 
documents.'
-arch=('any')
-url='https://typeof.net/Iosevka/'
-license=('custom:OFL')
-source=("${pkgbase}-${pkgver}.zip::https://github.com/be5invis/Iosevka/releases/download/v${pkgver}/${pkgbase}-${pkgver}.zip";
-
"${pkgbase}-aile-${pkgver}.zip::https://github.com/be5invis/Iosevka/releases/download/v${pkgver}/${pkgbase}-aile-${pkgver}.zip";
-
"${pkgbase}-curly-${pkgver}.zip::https://github.com/be5invis/Iosevka/releases/download/v${pkgver}/${pkgbase}-curly-${pkgver}.zip";
-
"${pkgbase}-curly-slab-${pkgver}.zip::https://github.com/be5invis/Iosevka/releases/download/v${pkgver}/${pkgbase}-curly-slab-${pkgver}.zip";
-
"${pkgbase}-etoile-${pkgver}.zip::https://github.com/be5invis/Iosevka/releases/download/v${pkgver}/${pkgbase}-etoile-${pkgver}.zip";
-
"${pkgbase}-slab-${pkgver}.zip::https://github.com/be5invis/Iosevka/releases/download/v${pkgver}/${pkgbase}-slab-${pkgver}.zip";
-
"${pkgbase}-ss01-${pkgver}.zip::https://github.com/be5invis/Iosevka/releases/download/v${pkgver}/${pkgbase}-ss01-${pkgver}.zip";
-
"${pkgbase}-ss02-${pkgver}.zip::https://github.com/be5invis/Iosevka/releases/download/v${pkgver}/${pkgbase}-ss02-${pkgver}.zip";
-
"${pkgbase}-ss03-${pkgver}.zip::https://github.com/be5invis/Iosevka/releases/download/v${pkgver}/${pkgbase}-ss03-${pkgver}.zip";
-
"${pkgbase}-ss04-${pkgver}.zip::https://github.com/be5invis/Iosevka/releases/download/v${pkgver}/${pkgbase}-ss04-${pkgver}.zip";
-
"${pkgbase}-ss05-${pkgver}.zip::https://github.com/be5invis/Iosevka/releases/download/v${pkgver}/${pkgbase}-ss05-${pkgver}.zip";
-
"${pkgbase}-ss06-${pkgver}.zip::https://github.com/be5invis/Iosevka/releases/download/v${pkgver}/${pkgbase}-ss06-${pkgver}.zip";
-
"${pkgbase}-ss07-${pkgver}.zip::https://github.com/be5invis/Iosevka/releases/download/v${pkgver}/${pkgbase}-ss07-${pkgver}.zip";
-
"${pkgbase}-ss08-${pkgver}.zip::https://github.com/be5invis/Iosevka/releases/download/v${pkgver}/${pkgbase}-ss08-${pkgver}.zip";
-
"${pkgbase}-ss09-${pkgver}.zip::https://github.com/be5invis/Iosevka/releases/download/v${pkgver}/${pkgbase}-ss09-${pkgver}.zip";
-
"${pkgbase}-ss10-${pkgver}.zip::https://github.com/be5invis/Iosevka/releases/download/v${pkgver}/${pkgbase}-ss10-${pkgver}.zip";
-
"${pkgbase}-ss11-${pkgver}.zip::https://github.com/be5invis/Iosevka/releases/download/v${pkgver}/${pkgbase}-ss11-${pkgver}.zip";
-
"${pkgbase}-ss12-${pkgver}.zip::https://github.com/be5invis/Iosevka/releases/download/v${pkgver}/${pkgbase}-ss12-${pkgver}.zip";
-
"${pkgbase}-ss13-${pkgver}.zip::https://github.com/be5invis/Iosevka/releases/download/v${pkgver}/${pkgbase}-ss13-${pkgver}.zip";
-
"${pkgbase}-ss14-${pkgver}.zip::https://github.com/be5invis/Iosevka/releases/download/v${pkgver}/${pkgbase}-ss14-${pkgver}.zip";
-
"${pkgbase}-ss15-${pkgver}.zip::https://github.com/be5invis/Iosevka/releases/download/v${pkgver}/${pkgbase}-ss15-${pkgver}.zip";
-
"${pkgbase}-ss16-${pkgver}.zip::https://github.com/be5invis/Iosevka/releases/download/v${pkgver}/${pkgbase}-ss16-${pkgver}.zip";
-
"${pkgbase}-ss17-${pkgver}.zip::https://github.com/be5invis/Iosevka/releases/download/v${pkgver}/${pkgbase}-ss17-${pkgver}.zip";
-
"${pkgbase}-ss18-${pkgver}.zip::https://github.com/be5invis/Iosevka/releases/download/v${pkgver}/${pkgbase}-ss18-${pkgver}.zip";
-
"${pkgbase}-${pkgver}-${pkgrel}-LICENSE.md::https://raw.githubusercontent.com/be5invis/Iosevka/v${pkgver}/LICENSE.md";)
-sha256sums=('bded6cd5e8f2324efc141a14f69c7f15a71cf7fa3bed3654681dcba36dd3864f'
-'743

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

2021-11-22 Thread Konstantin Gizdov via arch-commits
Date: Monday, November 22, 2021 @ 22:19:21
  Author: kgizdov
Revision: 1054384

upgpkg: ttc-iosevka 11.1.0-1

Modified:
  ttc-iosevka/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2021-11-22 22:18:43 UTC (rev 1054383)
+++ PKGBUILD2021-11-22 22:19:21 UTC (rev 1054384)
@@ -9,7 +9,7 @@
 "${pkgbase}-ss07" "${pkgbase}-ss08" "${pkgbase}-ss09" "${pkgbase}-ss10" 
"${pkgbase}-ss11" "${pkgbase}-ss12"
 "${pkgbase}-ss13" "${pkgbase}-ss14" "${pkgbase}-ss15" "${pkgbase}-ss16" 
"${pkgbase}-ss17" "${pkgbase}-ss18"
 )
-pkgver='11.0.1'
+pkgver='11.1.0'
 pkgrel=1
 pkgdesc='Typeface family designed for coding, terminal use and technical 
documents.'
 arch=('any')
@@ -40,30 +40,30 @@
 
"${pkgbase}-ss17-${pkgver}.zip::https://github.com/be5invis/Iosevka/releases/download/v${pkgver}/${pkgbase}-ss17-${pkgver}.zip";
 
"${pkgbase}-ss18-${pkgver}.zip::https://github.com/be5invis/Iosevka/releases/download/v${pkgver}/${pkgbase}-ss18-${pkgver}.zip";
 
"${pkgbase}-${pkgver}-${pkgrel}-LICENSE.md::https://raw.githubusercontent.com/be5invis/Iosevka/v${pkgver}/LICENSE.md";)
-sha256sums=('bded6cd5e8f2324efc141a14f69c7f15a71cf7fa3bed3654681dcba36dd3864f'
-'743a41f5333140195d0820156e54849f6140ff019afa5e99a1d722acb2922b3b'
-'f71df561fe028f57da9fa33be737cbe0539b4cc2e1cdbae16e3df0d6aa5f2371'
-'91b588e41ddd30a59378948e04c765c2149b446fb601585f9131149e095f24b6'
-'1cfb4350519bc10b3b0f42f59a43f7dd43df0542609aeff84b1816800ba0'
-'6c08833316e3eb0297b21b5fad06d02800d57edfce8b39c718cd3d0bedb0f806'
-'ab4dc61bbbe6a2b7dde432a364842949f42ce17ac8b85b5b117c679ab18f6eb6'
-'e06126072c6af0001494c78bc6797df83154c7902d2ac0ed7782d56273c9c3d3'
-'083ecb06c464017818d536504c699bdeedc64483fb62871788fa41fbe211ce1e'
-'3e282a6b222aafa322d0992b273263f343af77836526814568fefbc133578a89'
-'edefb20a5e9926af648053f0102a4b33a318514f8ee864a38d22da0e16d0eeb6'
-'1d961fdb97ba2b81db086f5189ce7de238fe985758aff65f85cc4a15aa3317a2'
-'46f1787a39a99f602b410707a1a1bc708829b7df8abe6f3b2a79631ff8fe0065'
-'81640839cd3358fb9360a746cbc4b66e6c75580dbeb302051b9f02cedd790ae9'
-'6db919badb0cb4c8f77d318be85273dad52fca2f719b979dcdf519f5b1704f11'
-'ec71740037cd154da6899da943dc338317acb91a78e9de38f3db7ebf24199152'
-'e2cb071128f80ce448da22e153a70f73dff82a1eb4a295b993e743d82cc8a8d5'
-'2b1407eb49a8c8cff44c630c3ccbd782adfd7221b159a0c1c38169e679ced839'
-'3e2f129096461f356c2999c4ca6eaa39bad7e0d6a21293848e81166f0f1bde21'
-'131ec976446c908b2811217b70c8e246a1b84d088c9b4e363faa1fdb6fe6bc6a'
-'0428cb38884f8684aa847a8fa253cfd1a87c1741d2e89fd091a3533d7b18718c'
-'ab76719f57c8426703137b77428e15c4950a90f16f9e21c9f7f8eb04c7a27d59'
-'d9bbf3ff7657cec39452f0f14b85604fa77cc3cee2273a758c282b7144004f21'
-'13364a0aa343fd5668c651844ee77d7368013341e989114a0009ca00be02f4cf'
+sha256sums=('35828d6dd9f01f6ef4e8694d71044624563dd941a4cbffbab4c9d19b05da73cb'
+'10d9d26c1007f4bfd27cc6af8fb3686ab5c104c32f106e559c13bf2feee83365'
+'11b0e876c64c6708d11562aa38f77766e31b739413a1be2cdc06af45492d181f'
+'dd137d55fc24ac6f9b605098f0070cee5692005c336e1b0a7af78401e42d71b1'
+'734a8287e32834ec278b259642d55f05fa578744170476df830486685a418ba5'
+'3ed84c5376b3f4a4b6d31125703b4ca5c4e3e78e59ebdb584ae01645f63499cc'
+'39a07b6abe054ed52dfed6ae8ad8937a427ed62e2cd0bb1cfc2a7ed0a36b6afb'
+'e6be261ed906ef1fb125101a52e1ccf2ec739a85a3e6feaeb657dcb5e43ba2fc'
+'186255dc881319f7aca79d35a537f40afff427f86cddd60233fdd847855564b1'
+'de998cceafc73abc6c56123c8d2e31b69ccf77b9c6bea805ee0359a258eccd97'
+'eebc183d1c0ed349b431cc86d1252fe33ca83bc3be093a89300360b2e6a65a34'
+'ff1c410b5f05f9511ff2237a9f4bdb4321ce921d76ac5cf90022983f3d320aa3'
+'2ffdccc16481d7721b02fbc4a3d78e870bfd7d1fda2c79eba717139226014022'
+'ed4f92dc65a57ab1f528dbc87e6bdf36e52741d15db6598dca4da582f8098a27'
+'9ed426ce6dc6c5bad77322afee56af915fcc24134449eefe27d9cd57803a238a'
+'d44d2309e04de025cca7ee2cc67a40423392e92baff5bead6ee6c8fe17aaa4d9'
+'7ab89dafb1215166d3bd9fcfbe4dbeab6eff7a8ead73510dff2531499c4dd384'
+'9e33633f4d6155aa309582f1b45030e475d77aacc1d68b37c370e24f85dc7ba5'
+'b662cc801323ac4b6734787b88b70cdd5a31f8a581ad1acc2806c4b8b606abb1'
+'9a0f69fbbad831e5af7113eb364b6b13b58f665e7cce7e38eed555d75cee939a'
+'8acb127b657894a1a34beefc71827cb6d386ca177d8a96ac5d12cf3b64129d81'
+'6c2058d41f904227b621411a891c763561ae63e6e29dd32ff28a6e287ed59f1a'
+'

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

2021-11-22 Thread Frederik Schwan via arch-commits
Date: Monday, November 22, 2021 @ 22:18:43
  Author: freswa
Revision: 1054383

archrelease: copy trunk to community-testing-x86_64

Added:
  wireshark/repos/community-testing-x86_64/
  wireshark/repos/community-testing-x86_64/PKGBUILD
(from rev 1054382, wireshark/trunk/PKGBUILD)
  wireshark/repos/community-testing-x86_64/wireshark.install
(from rev 1054382, wireshark/trunk/wireshark.install)
  wireshark/repos/community-testing-x86_64/wireshark.sysusers
(from rev 1054382, wireshark/trunk/wireshark.sysusers)

+
 PKGBUILD   |  102 +++
 wireshark.install  |8 
 wireshark.sysusers |1 
 3 files changed, 111 insertions(+)

Copied: wireshark/repos/community-testing-x86_64/PKGBUILD (from rev 1054382, 
wireshark/trunk/PKGBUILD)
===
--- community-testing-x86_64/PKGBUILD   (rev 0)
+++ community-testing-x86_64/PKGBUILD   2021-11-22 22:18:43 UTC (rev 1054383)
@@ -0,0 +1,102 @@
+# Maintainer: Levente Polyak 
+# Maintainer: Filipe Laíns 
+# Contributor: Timothy Redaelli 
+# Contributor: Guillaume ALAUX 
+# Contributor: Florian Pritz 
+# Contributor: Peter Wu 
+
+pkgbase=wireshark
+pkgname=('wireshark-cli' 'wireshark-qt')
+pkgver=3.6.0
+pkgrel=1
+pkgdesc='Network traffic and protocol analyzer/sniffer'
+url='https://www.wireshark.org/'
+arch=('x86_64')
+license=('GPL2')
+makedepends=('glibc' 'cmake' 'ninja' 'c-ares' 'libmaxminddb' 'qt5-tools' 
'qt5-svg'
+ 'qt5-multimedia' 'krb5' 'libpcap' 'libssh' 'libxml2' 'libnghttp2'
+ 'snappy' 'lz4' 'spandsp' 'gnutls' 'lua52' 'python' 'libcap' 
'libnl'
+ 'glib2' 'libgcrypt' 'sbc' 'bcg729' 'desktop-file-utils' 'libxslt'
+ 'hicolor-icon-theme' 'zstd' 'zlib' 'gcc-libs' 'brotli' 
'asciidoctor'
+ 'doxygen' 'minizip' 'speexdsp' 'opus')
+options=('!emptydirs')
+source=(https://www.wireshark.org/download/src/${pkgbase}-${pkgver}.tar.xz
+wireshark.sysusers)
+sha512sums=('7c8afdee8957eb794030e0818a686c0efabc8ad9547449f434fc7299c7b7e624347698fdc7a42afac150eb86c8ca3d1d6360c29525bb35946619c4636f721094'
+
'3956c1226e64f0ce4df463f80b55b15eed06ecd9b8703b3e8309d4236a6e1ca84e43007336f3987bc862d8a5e7cfcaaf6653125d2a34999a0f1357c52e7c4990')
+b2sums=('17af7046662087a18d0708ab0b5bc00bd4d43db848e14217e046dd551e57decd0a258f67c7fd82e1e10e0dceb249618e41ded5a6cd2e0a79d2ee5b7bf397cea7'
+
'3cebcc993f51eaf0e09673c77e0436598593ef5eff306d880415ccc8eecb32fee93c9a6986f1a7bb0835ab7f9732369d7c5a07e6c053d6293e73a1ea84c58a5c')
+
+prepare() {
+  cd ${pkgbase}-${pkgver}
+  sed 's| Rev Unknown from unknown||' -i tools/make-version.pl
+}
+
+build() {
+  cd ${pkgbase}-${pkgver}
+  cmake \
+-B build \
+-G Ninja \
+-DCMAKE_BUILD_TYPE=None \
+-DCMAKE_INSTALL_PREFIX=/usr \
+-DCMAKE_INSTALL_LIBDIR=lib \
+-DCMAKE_INSTALL_RPATH= \
+-DCMAKE_SKIP_RPATH=ON \
+-Wno-dev
+  ninja -C build -v
+}
+
+package_wireshark-cli() {
+  pkgdesc+=' - CLI tools and data files'
+  depends=('glibc' 'c-ares' 'libmaxminddb' 'krb5' 'libgcrypt' 'libcap' 
'libpcap'
+   'gnutls' 'glib2' 'lua52' 'libssh' 'libxml2' 'libnghttp2' 'snappy'
+   'lz4' 'spandsp' 'sbc' 'bcg729' 'zstd' 'zlib' 'brotli' 'speexdsp'
+   'opus' libpcap.so libcap.so libbrotlidec.so libcares.so libkrb5.so
+   libk5crypto.so)
+  install=wireshark.install
+  conflicts=(wireshark)
+  provides=(libwireshark.so libwiretap.so libwsutil.so)
+
+  cd ${pkgbase}-${pkgver}
+  DESTDIR="${pkgdir}" ninja -C build install
+
+  # wireshark uid group is 150
+  install -Dm 644 "${srcdir}"/wireshark.sysusers 
"${pkgdir}"/usr/lib/sysusers.d/wireshark.conf
+  chgrp 150 "${pkgdir}"/usr/bin/dumpcap
+  chmod 754 "${pkgdir}"/usr/bin/dumpcap
+
+  cd "${pkgdir}"
+  rm -r usr/share/mime \
+usr/share/icons \
+usr/share/man/man1/wireshark.1 \
+usr/bin/wireshark \
+usr/share/applications/org.wireshark.Wireshark.desktop \
+usr/share/metainfo/org.wireshark.Wireshark.metainfo.xml
+}
+
+package_wireshark-qt() {
+  pkgdesc+=' - Qt GUI'
+  depends=('glibc' 'desktop-file-utils' 'qt5-multimedia' 'qt5-svg'
+   'wireshark-cli' 'libwireshark.so' 'libwiretap.so' 'libwsutil.so'
+   'shared-mime-info' 'hicolor-icon-theme' 'xdg-utils' 'gcc-libs'
+   'zlib' 'libpcap' 'libgcrypt' 'libnl' 'minizip' 'speexdsp'
+   libpcap.so)
+  replaces=(wireshark wireshark-gtk wireshark-common)
+  conflicts=(wireshark wireshark-gtk wireshark-common)
+
+  cd ${pkgbase}-${pkgver}
+  install -d "${srcdir}/staging"
+  DESTDIR="${srcdir}/staging" ninja -C build install
+
+  install -Dm 755 build/run/wireshark -t "${pkgdir}"/usr/bin
+  install -Dm 644 build/doc/wireshark.1 -t "${pkgdir}"/usr/share/man/man1
+  install -Dm 644 build/doc/wireshark.html -t 
"${pkgdir}"/usr/share/doc/wireshark
+
+  cd "${srcdir}"/staging/usr/share
+  install -Dm 644 applications/org.wireshark.Wiresh

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

2021-11-22 Thread Frederik Schwan via arch-commits
Date: Monday, November 22, 2021 @ 22:18:40
  Author: freswa
Revision: 1054382

upgpkg: wireshark 3.6.0-1

Modified:
  wireshark/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2021-11-22 21:18:38 UTC (rev 1054381)
+++ PKGBUILD2021-11-22 22:18:40 UTC (rev 1054382)
@@ -61,18 +61,17 @@
   DESTDIR="${pkgdir}" ninja -C build install
 
   # wireshark uid group is 150
-  install -Dm 644 "${srcdir}/wireshark.sysusers" 
"${pkgdir}/usr/lib/sysusers.d/wireshark.conf"
-  chgrp 150 "${pkgdir}/usr/bin/dumpcap"
-  chmod 754 "${pkgdir}/usr/bin/dumpcap"
+  install -Dm 644 "${srcdir}"/wireshark.sysusers 
"${pkgdir}"/usr/lib/sysusers.d/wireshark.conf
+  chgrp 150 "${pkgdir}"/usr/bin/dumpcap
+  chmod 754 "${pkgdir}"/usr/bin/dumpcap
 
   cd "${pkgdir}"
   rm -r usr/share/mime \
 usr/share/icons \
 usr/share/man/man1/wireshark.1 \
-usr/share/doc/wireshark/wireshark.html \
 usr/bin/wireshark \
-usr/share/applications/wireshark.desktop \
-usr/share/appdata/wireshark.appdata.xml
+usr/share/applications/org.wireshark.Wireshark.desktop \
+usr/share/metainfo/org.wireshark.Wireshark.metainfo.xml
 }
 
 package_wireshark-qt() {
@@ -89,13 +88,15 @@
   install -d "${srcdir}/staging"
   DESTDIR="${srcdir}/staging" ninja -C build install
 
-  install -Dm 755 build/run/wireshark -t "${pkgdir}/usr/bin"
-  install -Dm 644 build/doc/wireshark.1 -t "${pkgdir}/usr/share/man/man1"
-  install -Dm 644 build/doc/wireshark.html -t 
"${pkgdir}/usr/share/doc/wireshark"
-  install -Dm 644 wireshark.desktop -t "${pkgdir}/usr/share/applications"
-  install -Dm 644 wireshark.appdata.xml -t "${pkgdir}/usr/share/appdata"
-  install -Dm 644 wireshark-mime-package.xml 
"${pkgdir}/usr/share/mime/packages/wireshark.xml"
-  mv "${srcdir}/staging/usr/share/icons" "${pkgdir}/usr/share/icons"
+  install -Dm 755 build/run/wireshark -t "${pkgdir}"/usr/bin
+  install -Dm 644 build/doc/wireshark.1 -t "${pkgdir}"/usr/share/man/man1
+  install -Dm 644 build/doc/wireshark.html -t 
"${pkgdir}"/usr/share/doc/wireshark
+
+  cd "${srcdir}"/staging/usr/share
+  install -Dm 644 applications/org.wireshark.Wireshark.desktop -t 
"${pkgdir}"/usr/share/applications
+  install -Dm 644 mime/packages/org.wireshark.Wireshark.xml -t 
"${pkgdir}"/usr/share/mime/packages
+  install -Dm 644 metainfo/org.wireshark.Wireshark.metainfo.xml -t 
"${pkgdir}"/usr/share/metainfo
+  mv icons "${pkgdir}"/usr/share/icons
 }
 
 # vim: ts=2 sw=2 et:



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

2021-11-22 Thread Massimiliano Torromeo via arch-commits
Date: Monday, November 22, 2021 @ 21:18:38
  Author: mtorromeo
Revision: 1054381

archrelease: copy trunk to community-x86_64

Added:
  pngquant/repos/community-x86_64/PKGBUILD
(from rev 1054380, pngquant/trunk/PKGBUILD)
Deleted:
  pngquant/repos/community-x86_64/PKGBUILD

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

Deleted: PKGBUILD
===
--- PKGBUILD2021-11-22 21:18:32 UTC (rev 1054380)
+++ PKGBUILD2021-11-22 21:18:38 UTC (rev 1054381)
@@ -1,26 +0,0 @@
-# Maintainer: Massimiliano Torromeo 
-# Contributor: Hannes Graeuler 
-
-pkgname=pngquant
-pkgver=2.16.0
-pkgrel=1
-pkgdesc="Command-line utility to quantize PNGs down to 8-bit paletted PNGs"
-arch=('x86_64')
-url="https://pngquant.org/";
-license=('BSD')
-depends=('libpng' 'lcms2' 'libimagequant')
-source=("https://github.com/kornelski/$pkgname/archive/$pkgver/$pkgname-$pkgver.tar.gz";)
-sha256sums=('6b186b76bc995ee12949a48a1041173459eb8050ef1dceb5f7ba43726327b1ea')
-
-build() {
-cd "$srcdir/$pkgname-$pkgver"
-./configure --prefix=/usr --with-openmp --with-libimagequant=/usr/lib
-make
-}
-
-package() {
-cd "$srcdir/$pkgname-$pkgver"
-install -dm755 "$pkgdir/usr/bin"
-make DESTDIR="$pkgdir" PREFIX=/usr install
-install -Dm644 COPYRIGHT "$pkgdir/usr/share/licenses/$pkgname/LICENSE"
-}

Copied: pngquant/repos/community-x86_64/PKGBUILD (from rev 1054380, 
pngquant/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2021-11-22 21:18:38 UTC (rev 1054381)
@@ -0,0 +1,26 @@
+# Maintainer: Massimiliano Torromeo 
+# Contributor: Hannes Graeuler 
+
+pkgname=pngquant
+pkgver=2.17.0
+pkgrel=1
+pkgdesc="Command-line utility to quantize PNGs down to 8-bit paletted PNGs"
+arch=('x86_64')
+url="https://pngquant.org/";
+license=('BSD')
+depends=('libpng' 'lcms2' 'libimagequant')
+source=("https://github.com/kornelski/$pkgname/archive/$pkgver/$pkgname-$pkgver.tar.gz";)
+sha256sums=('bc1baa43c814b4416bb63d7b2168d4e5395cfc69a00f8997a595361caa507887')
+
+build() {
+cd "$srcdir/$pkgname-$pkgver"
+./configure --prefix=/usr --with-openmp --with-libimagequant=/usr/lib
+make
+}
+
+package() {
+cd "$srcdir/$pkgname-$pkgver"
+install -dm755 "$pkgdir/usr/bin"
+make DESTDIR="$pkgdir" PREFIX=/usr install
+install -Dm644 COPYRIGHT "$pkgdir/usr/share/licenses/$pkgname/LICENSE"
+}



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

2021-11-22 Thread Massimiliano Torromeo via arch-commits
Date: Monday, November 22, 2021 @ 21:18:32
  Author: mtorromeo
Revision: 1054380

upgpkg: pngquant 2.17.0-1

Modified:
  pngquant/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2021-11-22 21:18:27 UTC (rev 1054379)
+++ PKGBUILD2021-11-22 21:18:32 UTC (rev 1054380)
@@ -2,7 +2,7 @@
 # Contributor: Hannes Graeuler 
 
 pkgname=pngquant
-pkgver=2.16.0
+pkgver=2.17.0
 pkgrel=1
 pkgdesc="Command-line utility to quantize PNGs down to 8-bit paletted PNGs"
 arch=('x86_64')
@@ -10,7 +10,7 @@
 license=('BSD')
 depends=('libpng' 'lcms2' 'libimagequant')
 
source=("https://github.com/kornelski/$pkgname/archive/$pkgver/$pkgname-$pkgver.tar.gz";)
-sha256sums=('6b186b76bc995ee12949a48a1041173459eb8050ef1dceb5f7ba43726327b1ea')
+sha256sums=('bc1baa43c814b4416bb63d7b2168d4e5395cfc69a00f8997a595361caa507887')
 
 build() {
 cd "$srcdir/$pkgname-$pkgver"



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

2021-11-22 Thread Massimiliano Torromeo via arch-commits
Date: Monday, November 22, 2021 @ 21:18:27
  Author: mtorromeo
Revision: 1054379

archrelease: copy trunk to community-x86_64

Added:
  libimagequant/repos/community-x86_64/PKGBUILD
(from rev 1054378, libimagequant/trunk/PKGBUILD)
Deleted:
  libimagequant/repos/community-x86_64/PKGBUILD

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

Deleted: PKGBUILD
===
--- PKGBUILD2021-11-22 21:18:05 UTC (rev 1054378)
+++ PKGBUILD2021-11-22 21:18:27 UTC (rev 1054379)
@@ -1,29 +0,0 @@
-# Maintainer: Massimiliano Torromeo 
-
-pkgname=libimagequant
-pkgver=2.16.0
-pkgrel=1
-pkgdesc="Library for high-quality conversion of RGBA images to 8-bit 
indexed-color (palette) images"
-arch=('x86_64')
-url="https://pngquant.org/lib/";
-license=('BSD')
-depends=('gcc-libs')
-source=("https://github.com/ImageOptim/libimagequant/archive/$pkgver/libimagequant-$pkgver.tar.gz";)
-sha256sums=('360f88a4a85546405e6bec36d403cedfda43e7b8b5ec140216b727a05cd3a8ac')
-
-prepare() {
-cd "$srcdir/$pkgname-$pkgver"
-sed -r 's/^install:.*/install:/;/install.*STATICLIB/d' -i Makefile
-}
-
-build() {
-cd "$srcdir/$pkgname-$pkgver"
-./configure --prefix=/usr --with-openmp
-make shared imagequant.pc
-}
-
-package() {
-cd "$srcdir/$pkgname-$pkgver"
-make DESTDIR="$pkgdir" PREFIX=/usr install
-install -Dm644 COPYRIGHT "$pkgdir/usr/share/licenses/$pkgname/LICENSE"
-}

Copied: libimagequant/repos/community-x86_64/PKGBUILD (from rev 1054378, 
libimagequant/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2021-11-22 21:18:27 UTC (rev 1054379)
@@ -0,0 +1,29 @@
+# Maintainer: Massimiliano Torromeo 
+
+pkgname=libimagequant
+pkgver=2.17.0
+pkgrel=1
+pkgdesc="Library for high-quality conversion of RGBA images to 8-bit 
indexed-color (palette) images"
+arch=('x86_64')
+url="https://pngquant.org/lib/";
+license=('BSD')
+depends=('gcc-libs')
+source=("https://github.com/ImageOptim/libimagequant/archive/$pkgver/libimagequant-$pkgver.tar.gz";)
+sha256sums=('9f6cc50182be4d2ece75118aa0b0fd3e9bbad06e94fd6b9eb3a4c08129c2dd26')
+
+prepare() {
+cd "$srcdir/$pkgname-$pkgver"
+sed -r 's/^install:.*/install:/;/install.*STATICLIB/d' -i Makefile
+}
+
+build() {
+cd "$srcdir/$pkgname-$pkgver"
+./configure --prefix=/usr --with-openmp
+make shared imagequant.pc
+}
+
+package() {
+cd "$srcdir/$pkgname-$pkgver"
+make DESTDIR="$pkgdir" PREFIX=/usr install
+install -Dm644 COPYRIGHT "$pkgdir/usr/share/licenses/$pkgname/LICENSE"
+}



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

2021-11-22 Thread Massimiliano Torromeo via arch-commits
Date: Monday, November 22, 2021 @ 21:18:05
  Author: mtorromeo
Revision: 1054378

upgpkg: libimagequant 2.17.0-1

Modified:
  libimagequant/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2021-11-22 21:17:09 UTC (rev 1054377)
+++ PKGBUILD2021-11-22 21:18:05 UTC (rev 1054378)
@@ -1,7 +1,7 @@
 # Maintainer: Massimiliano Torromeo 
 
 pkgname=libimagequant
-pkgver=2.16.0
+pkgver=2.17.0
 pkgrel=1
 pkgdesc="Library for high-quality conversion of RGBA images to 8-bit 
indexed-color (palette) images"
 arch=('x86_64')
@@ -9,7 +9,7 @@
 license=('BSD')
 depends=('gcc-libs')
 
source=("https://github.com/ImageOptim/libimagequant/archive/$pkgver/libimagequant-$pkgver.tar.gz";)
-sha256sums=('360f88a4a85546405e6bec36d403cedfda43e7b8b5ec140216b727a05cd3a8ac')
+sha256sums=('9f6cc50182be4d2ece75118aa0b0fd3e9bbad06e94fd6b9eb3a4c08129c2dd26')
 
 prepare() {
 cd "$srcdir/$pkgname-$pkgver"



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

2021-11-22 Thread Frederik Schwan via arch-commits
Date: Monday, November 22, 2021 @ 21:17:09
  Author: freswa
Revision: 1054377

upgpkg: wireshark 3.6.0-1

Modified:
  wireshark/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2021-11-22 20:58:07 UTC (rev 1054376)
+++ PKGBUILD2021-11-22 21:17:09 UTC (rev 1054377)
@@ -7,7 +7,7 @@
 
 pkgbase=wireshark
 pkgname=('wireshark-cli' 'wireshark-qt')
-pkgver=3.4.10
+pkgver=3.6.0
 pkgrel=1
 pkgdesc='Network traffic and protocol analyzer/sniffer'
 url='https://www.wireshark.org/'
@@ -22,9 +22,9 @@
 options=('!emptydirs')
 source=(https://www.wireshark.org/download/src/${pkgbase}-${pkgver}.tar.xz
 wireshark.sysusers)
-sha512sums=('8a57d5279e9f3821b6ba3dceba89ad77fa8d0cf8cf421eab4d32e039497b429444c147b31abebd65b11b0b3ff73cf10d484480bcf0aedb206011819df8ab0257'
+sha512sums=('7c8afdee8957eb794030e0818a686c0efabc8ad9547449f434fc7299c7b7e624347698fdc7a42afac150eb86c8ca3d1d6360c29525bb35946619c4636f721094'
 
'3956c1226e64f0ce4df463f80b55b15eed06ecd9b8703b3e8309d4236a6e1ca84e43007336f3987bc862d8a5e7cfcaaf6653125d2a34999a0f1357c52e7c4990')
-b2sums=('fe2ececd4a02530176725d62524fe000816f7f12dd58082d4966dfe7e5e0b90be669ed216c5a664f6496e74cb5dc5e4fb5beeaf513570ae503e3181692635563'
+b2sums=('17af7046662087a18d0708ab0b5bc00bd4d43db848e14217e046dd551e57decd0a258f67c7fd82e1e10e0dceb249618e41ded5a6cd2e0a79d2ee5b7bf397cea7'
 
'3cebcc993f51eaf0e09673c77e0436598593ef5eff306d880415ccc8eecb32fee93c9a6986f1a7bb0835ab7f9732369d7c5a07e6c053d6293e73a1ea84c58a5c')
 
 prepare() {



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

2021-11-22 Thread Jonas Witschel via arch-commits
Date: Monday, November 22, 2021 @ 20:58:07
  Author: diabonas
Revision: 1054376

archrelease: copy trunk to community-any

Added:
  openapi-generator/repos/community-any/PKGBUILD
(from rev 1054375, openapi-generator/trunk/PKGBUILD)
  openapi-generator/repos/community-any/openapi-generator.sh
(from rev 1054375, openapi-generator/trunk/openapi-generator.sh)
Deleted:
  openapi-generator/repos/community-any/PKGBUILD
  openapi-generator/repos/community-any/openapi-generator.sh

--+
 PKGBUILD |   68 -
 openapi-generator.sh |8 ++---
 2 files changed, 38 insertions(+), 38 deletions(-)

Deleted: PKGBUILD
===
--- PKGBUILD2021-11-22 20:57:50 UTC (rev 1054375)
+++ PKGBUILD2021-11-22 20:58:07 UTC (rev 1054376)
@@ -1,34 +0,0 @@
-# Maintainer: David Runge 
-
-pkgname=openapi-generator
-pkgver=5.3.0
-pkgrel=1
-pkgdesc="Generation of API client libraries, server stubs, documentation and 
configuration"
-arch=(any)
-url="https://github.com/openapitools/openapi-generator/";
-license=(Apache)
-depends=(bash java-runtime=8)
-makedepends=(maven 'java-environment=8' strip-nondeterminism)
-source=("$pkgname-$pkgver.tar.gz::https://github.com/OpenAPITools/${pkgname}/archive/v${pkgver}.tar.gz";
-"${pkgname}.sh")
-sha512sums=('a533417b9d3982adbce7e36f36601b223ce13ee88582eafc567c40002177e1bcac4952f0bdd1c7149e5f4d8ee5c823cc58ac591485084f8a995b9a00d1bb8c97'
-
'0b81955e2da12182b70366c4d8ff48d970a0edee6242a13dc657879b2e1c15205a2bfa01cbef51dd86d90e1176569a211b704d30d19b529e15ead825a89a4e9c')
-b2sums=('2c715c57521ef6cc1ce808a0fae66397c998f1c28c3f0fb9b17ca0e769f8e2e2e20475e29e87d34ed6189d0338ca8642cb6deddb2981a55b6d9adb3fc06610b7'
-
'd2f38df8fd23a32e95e9e09624283ca4927dce8cf6dbdbfc11547396ae2bd9c6c1ff65082447f1e30caba3654fd6e50558272d524242ca6727df7024729a1123')
-
-build() {
-  cd "$pkgname-$pkgver"
-  mvn clean install
-  # Timestamps in JAR files generated by Maven do not honour SOURCE_DATE_EPOCH
-  # (https://cwiki.apache.org/confluence/pages/viewpage.action?pageId=74682318)
-  find . -type f -iname "*.jar" -exec strip-nondeterminism --timestamp 
"$SOURCE_DATE_EPOCH" {} \;
-}
-
-package() {
-  cd "$pkgname-$pkgver"
-  install -vDm 644  
modules/openapi-generator-cli/target/openapi-generator-cli.jar -t 
"${pkgdir}/usr/share/java/${pkgname}/"
-  install -vDm 755 "../${pkgname}.sh" "${pkgdir}/usr/bin/${pkgname}"
-  ln -svf "${pkgname}" "${pkgdir}/usr/bin/${pkgname}-cli"
-  install -vDm 644 scripts/openapi-generator-cli-completion.bash \
-"${pkgdir}/usr/share/bash/bash-completion/completions/openapi-generator"
-}

Copied: openapi-generator/repos/community-any/PKGBUILD (from rev 1054375, 
openapi-generator/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2021-11-22 20:58:07 UTC (rev 1054376)
@@ -0,0 +1,34 @@
+# Maintainer: David Runge 
+
+pkgname=openapi-generator
+pkgver=5.3.0
+pkgrel=2
+pkgdesc="Generation of API client libraries, server stubs, documentation and 
configuration"
+arch=(any)
+url="https://github.com/openapitools/openapi-generator/";
+license=(Apache)
+depends=(bash java-runtime=8)
+makedepends=(maven 'java-environment=8' strip-nondeterminism)
+source=("$pkgname-$pkgver.tar.gz::https://github.com/OpenAPITools/${pkgname}/archive/v${pkgver}.tar.gz";
+"${pkgname}.sh")
+sha512sums=('a533417b9d3982adbce7e36f36601b223ce13ee88582eafc567c40002177e1bcac4952f0bdd1c7149e5f4d8ee5c823cc58ac591485084f8a995b9a00d1bb8c97'
+
'0b81955e2da12182b70366c4d8ff48d970a0edee6242a13dc657879b2e1c15205a2bfa01cbef51dd86d90e1176569a211b704d30d19b529e15ead825a89a4e9c')
+b2sums=('2c715c57521ef6cc1ce808a0fae66397c998f1c28c3f0fb9b17ca0e769f8e2e2e20475e29e87d34ed6189d0338ca8642cb6deddb2981a55b6d9adb3fc06610b7'
+
'd2f38df8fd23a32e95e9e09624283ca4927dce8cf6dbdbfc11547396ae2bd9c6c1ff65082447f1e30caba3654fd6e50558272d524242ca6727df7024729a1123')
+
+build() {
+  cd "$pkgname-$pkgver"
+  mvn clean install
+  # Timestamps in JAR files generated by Maven do not honour SOURCE_DATE_EPOCH
+  # (https://cwiki.apache.org/confluence/pages/viewpage.action?pageId=74682318)
+  find . -type f -iname "*.jar" -exec strip-nondeterminism --timestamp 
"$SOURCE_DATE_EPOCH" {} \;
+}
+
+package() {
+  cd "$pkgname-$pkgver"
+  install -vDm 644  
modules/openapi-generator-cli/target/openapi-generator-cli.jar -t 
"${pkgdir}/usr/share/java/${pkgname}/"
+  install -vDm 755 "../${pkgname}.sh" "${pkgdir}/usr/bin/${pkgname}"
+  ln -svf "${pkgname}" "${pkgdir}/usr/bin/${pkgname}-cli"
+  install -vDm 644 scripts/openapi-generator-cli-completion.bash \
+"${pkgdir}/usr/share/bash/bash-completion/completions/openapi-generator"
+}

Deleted: openapi-generator.sh
===
--- openapi-generator.sh2021-11-22 20:57:

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

2021-11-22 Thread Jonas Witschel via arch-commits
Date: Monday, November 22, 2021 @ 20:57:50
  Author: diabonas
Revision: 1054375

upgpkg: openapi-generator 5.3.0-2: reproducibility rebuild

The new release strip-nondeterminism 1.12.1-1 fixes an issue
(https://salsa.debian.org/reproducible-builds/strip-nondeterminism/-/merge_requests/13)
that prevented the JAR in this package from being reproducible.

Modified:
  openapi-generator/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2021-11-22 20:46:21 UTC (rev 1054374)
+++ PKGBUILD2021-11-22 20:57:50 UTC (rev 1054375)
@@ -2,7 +2,7 @@
 
 pkgname=openapi-generator
 pkgver=5.3.0
-pkgrel=1
+pkgrel=2
 pkgdesc="Generation of API client libraries, server stubs, documentation and 
configuration"
 arch=(any)
 url="https://github.com/openapitools/openapi-generator/";



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

2021-11-22 Thread Bruno Pagani via arch-commits
Date: Monday, November 22, 2021 @ 20:46:21
  Author: archange
Revision: 1054374

archrelease: copy trunk to community-x86_64

Added:
  python-pyarrow/repos/community-x86_64/PKGBUILD
(from rev 1054373, python-pyarrow/trunk/PKGBUILD)
  python-pyarrow/repos/community-x86_64/tensorflow-abi.patch
(from rev 1054373, python-pyarrow/trunk/tensorflow-abi.patch)
Deleted:
  python-pyarrow/repos/community-x86_64/PKGBUILD
  python-pyarrow/repos/community-x86_64/tensorflow-abi.patch

--+
 PKGBUILD |  144 -
 tensorflow-abi.patch |   34 +--
 2 files changed, 90 insertions(+), 88 deletions(-)

Deleted: PKGBUILD
===
--- PKGBUILD2021-11-22 20:45:53 UTC (rev 1054373)
+++ PKGBUILD2021-11-22 20:46:21 UTC (rev 1054374)
@@ -1,71 +0,0 @@
-# Maintainer: Bruno Pagani 
-# Contributor: Guillaume Horel 
-
-_pkg=arrow
-pkgname=python-pyarrow
-pkgver=5.0.0
-pkgrel=1
-pkgdesc="Columnar in-memory analytics layer for big data — Python module."
-arch=(x86_64)
-url="https://arrow.apache.org";
-license=(Apache)
-depends=(arrow python-numpy)
-makedepends=(git cmake cython python-setuptools python-setuptools-scm)
-optdepends=(python-fsspec)
-checkdepends=(python-brotli python-cffi python-hypothesis python-pandas 
python-pytest python-pytest-lazy-fixture python-pytz)
-source=(https://downloads.apache.org/${_pkg}/${_pkg}-${pkgver}/apache-${_pkg}-${pkgver}.tar.gz{,.asc}
-git+https://github.com/apache/arrow-testing.git
-tensorflow-abi.patch)
-sha256sums=(c3b4313eca594c20f761a836719721aaf0760001af896baec3ab64420ff9910a
-SKIP
-SKIP
-d20e9cef6b18d3801a1ac1db50808631bec8097be58c194d6b036a5773e14958)
-validpgpkeys=(265F80AB84FE03127E14F01125BCCA5220D84079) # Krisztian Szucs 
(apache) 
-
-prepare(){
-  cd apache-${_pkg}-${pkgver}
-  patch -Np1 < ../tensorflow-abi.patch
-}
-
-build(){
-  cd apache-${_pkg}-${pkgver}/python
-  ARROW_HOME=/usr \
-  PARQUET_HOME=/usr \
-  PYARROW_BUNDLE_ARROW_CPP_HEADERS=0 \
-  PYARROW_BUNDLE_PLASMA_EXECUTABLE=0 \
-  PYARROW_WITH_HDFS=1 \
-  PYARROW_WITH_FLIGHT=1 \
-  PYARROW_WITH_DATASET=1 \
-  PYARROW_WITH_PARQUET=1 \
-  PYARROW_WITH_PLASMA=1 \
-  PYARROW_WITH_TENSORFLOW=1 \
-  PYARROW_WITH_ORC=1 \
-  python setup.py build_ext --inplace
-}
-
-check(){
-  cd apache-${_pkg}-${pkgver}/python
-  local python_version=$(python -c 'import sys; print(".".join(map(str, 
sys.version_info[:2])))')
-  ARROW_TEST_DATA="${srcdir}"/arrow-testing/data \
-  ARROW_HOME=/usr \
-  PARQUET_HOME=/usr \
-  pytest pyarrow/tests \
---deselect=pyarrow/tests/test_memory.py::test_env_var \
---deselect=pyarrow/tests/test_misc.py::test_get_include
-}
-
-package(){
-  cd apache-${_pkg}-${pkgver}/python
-  ARROW_HOME=/usr \
-  PARQUET_HOME=/usr \
-  PYARROW_BUNDLE_ARROW_CPP_HEADERS=0 \
-  PYARROW_BUNDLE_PLASMA_EXECUTABLE=0 \
-  PYARROW_WITH_HDFS=1 \
-  PYARROW_WITH_FLIGHT=1 \
-  PYARROW_WITH_DATASET=1 \
-  PYARROW_WITH_PARQUET=1 \
-  PYARROW_WITH_PLASMA=1 \
-  PYARROW_WITH_TENSORFLOW=1 \
-  PYARROW_WITH_ORC=1 \
-  python setup.py install --prefix=/usr --root="${pkgdir}" --optimize=1
-}

Copied: python-pyarrow/repos/community-x86_64/PKGBUILD (from rev 1054373, 
python-pyarrow/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2021-11-22 20:46:21 UTC (rev 1054374)
@@ -0,0 +1,73 @@
+# Maintainer: Bruno Pagani 
+# Contributor: Guillaume Horel 
+
+_pkg=arrow
+pkgname=python-pyarrow
+pkgver=6.0.1
+pkgrel=1
+pkgdesc="Columnar in-memory analytics layer for big data — Python module."
+arch=(x86_64)
+url="https://arrow.apache.org";
+license=(Apache)
+depends=(arrow python-numpy)
+makedepends=(git cmake cython python-setuptools python-setuptools-scm)
+optdepends=(python-fsspec)
+checkdepends=(python-brotli python-cffi python-hypothesis python-pandas 
python-pytest python-pytest-lazy-fixture python-pytz)
+source=(https://downloads.apache.org/${_pkg}/${_pkg}-${pkgver}/apache-${_pkg}-${pkgver}.tar.gz{,.asc}
+git+https://github.com/apache/arrow-testing.git
+tensorflow-abi.patch)
+sha256sums=(3786b3d2df954d078b3e68f98d2e5aecbaa3fa2accf075d7a3a13c187b9c5294
+SKIP
+SKIP
+d20e9cef6b18d3801a1ac1db50808631bec8097be58c194d6b036a5773e14958)
+validpgpkeys=(265F80AB84FE03127E14F01125BCCA5220D84079  # Krisztian Szucs 
(apache) 
+  08D3564B7C6A9CAFBFF6A66791D18FCF079F8007) # Kouhei Sutou 

+
+
+prepare(){
+  cd apache-${_pkg}-${pkgver}
+  patch -p1 < ../tensorflow-abi.patch
+}
+
+build(){
+  cd apache-${_pkg}-${pkgver}/python
+  ARROW_HOME=/usr \
+  PARQUET_HOME=/usr \
+  PYARROW_BUNDLE_ARROW_CPP_HEADERS=0 \
+  PYARROW_BUNDLE_PLASMA_EXECUTABLE=0 \
+  PYARROW_WITH_HDFS=1 \
+  PYARROW_WITH_FLIGHT=1 \
+  PYARROW_WITH_DATASET=1 \
+  PYARROW_WITH_PARQUET=1 \
+  PYARROW_WITH_PLASMA=1 \
+  PYARROW_WITH_T

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

2021-11-22 Thread Bruno Pagani via arch-commits
Date: Monday, November 22, 2021 @ 20:45:53
  Author: archange
Revision: 1054373

upgpkg: python-pyarrow 6.0.1-1

Modified:
  python-pyarrow/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2021-11-22 20:43:16 UTC (rev 1054372)
+++ PKGBUILD2021-11-22 20:45:53 UTC (rev 1054373)
@@ -3,7 +3,7 @@
 
 _pkg=arrow
 pkgname=python-pyarrow
-pkgver=5.0.0
+pkgver=6.0.1
 pkgrel=1
 pkgdesc="Columnar in-memory analytics layer for big data — Python module."
 arch=(x86_64)
@@ -16,15 +16,17 @@
 
source=(https://downloads.apache.org/${_pkg}/${_pkg}-${pkgver}/apache-${_pkg}-${pkgver}.tar.gz{,.asc}
 git+https://github.com/apache/arrow-testing.git
 tensorflow-abi.patch)
-sha256sums=(c3b4313eca594c20f761a836719721aaf0760001af896baec3ab64420ff9910a
+sha256sums=(3786b3d2df954d078b3e68f98d2e5aecbaa3fa2accf075d7a3a13c187b9c5294
 SKIP
 SKIP
 d20e9cef6b18d3801a1ac1db50808631bec8097be58c194d6b036a5773e14958)
-validpgpkeys=(265F80AB84FE03127E14F01125BCCA5220D84079) # Krisztian Szucs 
(apache) 
+validpgpkeys=(265F80AB84FE03127E14F01125BCCA5220D84079  # Krisztian Szucs 
(apache) 
+  08D3564B7C6A9CAFBFF6A66791D18FCF079F8007) # Kouhei Sutou 

 
+
 prepare(){
   cd apache-${_pkg}-${pkgver}
-  patch -Np1 < ../tensorflow-abi.patch
+  patch -p1 < ../tensorflow-abi.patch
 }
 
 build(){



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

2021-11-22 Thread George Rawlinson via arch-commits
Date: Monday, November 22, 2021 @ 20:43:16
  Author: grawlinson
Revision: 1054372

archrelease: copy trunk to community-x86_64

Added:
  nomad/repos/community-x86_64/PKGBUILD
(from rev 1054371, nomad/trunk/PKGBUILD)
  nomad/repos/community-x86_64/defaults.hcl
(from rev 1054371, nomad/trunk/defaults.hcl)
  nomad/repos/community-x86_64/systemd.service
(from rev 1054371, nomad/trunk/systemd.service)
  nomad/repos/community-x86_64/tmpfiles.conf
(from rev 1054371, nomad/trunk/tmpfiles.conf)
Deleted:
  nomad/repos/community-x86_64/PKGBUILD
  nomad/repos/community-x86_64/defaults.hcl
  nomad/repos/community-x86_64/systemd.service
  nomad/repos/community-x86_64/tmpfiles.conf

-+
 PKGBUILD|  146 +++---
 defaults.hcl|   14 ++---
 systemd.service |   40 +++---
 tmpfiles.conf   |4 -
 4 files changed, 102 insertions(+), 102 deletions(-)

Deleted: PKGBUILD
===
--- PKGBUILD2021-11-22 20:39:42 UTC (rev 1054371)
+++ PKGBUILD2021-11-22 20:43:16 UTC (rev 1054372)
@@ -1,73 +0,0 @@
-# Maintainer: George Rawlinson 
-
-pkgname=nomad
-pkgver=1.2.0
-pkgrel=1
-pkgdesc="A simple and flexible workload orchestrator"
-arch=('x86_64')
-url="https://www.nomadproject.io";
-license=('MPL2')
-depends=('iptables')
-makedepends=('go' 'git')
-optdepends=(
-  'docker: for docker driver'
-  'java-runtime: for java driver'
-  'java-runtime-headless: for java driver - headless'
-  'qemu: for qemu driver'
-  'nomad-driver-nspawn: for systemd-nspawn driver'
-  'nomad-driver-podman: for podman driver'
-  'nomad-driver-lxc: for lxc driver'
-  'nomad-driver-containerd: for containerd driver'
-)
-backup=(etc/nomad.d/defaults.hcl)
-source=(
-  
"$pkgname-$pkgver.tar.gz::https://github.com/hashicorp/nomad/archive/v$pkgver.tar.gz";
-  'systemd.service'
-  'tmpfiles.conf'
-  'defaults.hcl'
-)
-sha512sums=('22a741d83f6d0724e8bfb0fd26f8a5f34e7e8a0e7d340b313c4a8c8abfe9ab627064864822bd544f27e8bfab68967aa20f5ab73e6ca27b29cc7091a8d1f39d18'
-
'4fe233272e6872cb9ec0c594944a3c701d93ee59952688a4bc45b126442ecf973d23e50b3c4c9c5c62778d0c555ace2e2781955448239249d39fe21d184c8f1b'
-
'398724820ee6f1ffa7860b8dd0013b671ba97ffb001331a10e7795148e3e6ff711a06f2156187c23b71bfccb13dac70828df5a29d59441706753cc17afd1e3d7'
-
'9bc9dc93b2683c848e94d5d7a59102ceebd6c4b64f14c85591b9502bc44e3c74589425f1f278ef21407d10c4a9a82abd95e2c748d347d76836bdb741bbff7f7c')
-b2sums=('eb5ed863c14b5755a295452ee23c16722ab89a051c13ba18446fbd65162b533ff363797792f00be801f23a8a7380750e6701efccf72aef6c64fc9be2219b0aa1'
-
'0f931868e9d7465f3be176ab789b7c7b5a4c35713a82e4d3bb94460254011779d814d4708f4f8cc76ba0dd1928ac7eeda42e01ed43be675a5d26d0b75ba986b9'
-
'4142a758057382846b48e9bfc443c1218c8fde866544d56c6e773933d67a0824e365280d39864249f355aee6080e0b4b969fd8cc4c5826583821ad1843b07e35'
-
'abbf4c69d70e03b318f73ef84ccf258e39b25ac956ec68c82bebe277662ddd1677719c3b693c04a8cc38554c562a127aa2ba4061e20e594440d432d729bab3b3')
-
-prepare() {
-   cd "$pkgname-$pkgver"
-
-  # create directory for build output
-  mkdir build
-
-  # download dependencies
-  go mod download
-}
-
-build() {
-   cd "$pkgname-$pkgver"
-
-  local GO_TAGS="ui release"
-
-  go build -v \
--buildmode=pie \
--trimpath \
--mod=readonly \
--modcacherw \
--ldflags "-extldflags ${LDFLAGS} -X "main.GitCommit=${pkgver}"" \
--tags "$GO_TAGS" \
--o build .
-}
-
-package() {
-  # binary
-  install -vDm755 -t "$pkgdir/usr/bin" "$pkgname-$pkgver/build/$pkgname"
-
-  # configuration
-  install -vDm644 -t "$pkgdir/etc/nomad.d" defaults.hcl
-
-  # systemd integration
-  install -vDm644 systemd.service 
"$pkgdir/usr/lib/systemd/system/$pkgname.service"
-  install -vDm644 tmpfiles.conf "$pkgdir/usr/lib/tmpfiles.d/$pkgname.conf"
-}

Copied: nomad/repos/community-x86_64/PKGBUILD (from rev 1054371, 
nomad/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2021-11-22 20:43:16 UTC (rev 1054372)
@@ -0,0 +1,73 @@
+# Maintainer: George Rawlinson 
+
+pkgname=nomad
+pkgver=1.2.1
+pkgrel=1
+pkgdesc="A simple and flexible workload orchestrator"
+arch=('x86_64')
+url="https://www.nomadproject.io";
+license=('MPL2')
+depends=('iptables')
+makedepends=('go' 'git')
+optdepends=(
+  'docker: for docker driver'
+  'java-runtime: for java driver'
+  'java-runtime-headless: for java driver - headless'
+  'qemu: for qemu driver'
+  'nomad-driver-nspawn: for systemd-nspawn driver'
+  'nomad-driver-podman: for podman driver'
+  'nomad-driver-lxc: for lxc driver'
+  'nomad-driver-containerd: for containerd driver'
+)
+backup=(etc/nomad.d/defaults.hcl)
+source=(
+  
"$pkgname-$pkgver.tar.gz::https://github.com/hashicorp/nomad/archive/v$pkgver.tar.gz";
+  'systemd.service'
+  'tmpfiles.conf'
+  'defaults.hcl'
+)
+sha512sums=('506eb34

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

2021-11-22 Thread Bruno Pagani via arch-commits
Date: Monday, November 22, 2021 @ 20:39:42
  Author: archange
Revision: 1054371

archrelease: copy trunk to community-x86_64

Added:
  arrow/repos/community-x86_64/PKGBUILD
(from rev 1054370, arrow/trunk/PKGBUILD)
Deleted:
  arrow/repos/community-x86_64/PKGBUILD

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

Deleted: PKGBUILD
===
--- PKGBUILD2021-11-22 20:39:29 UTC (rev 1054370)
+++ PKGBUILD2021-11-22 20:39:42 UTC (rev 1054371)
@@ -1,66 +0,0 @@
-# Maintainer: Bruno Pagani 
-# Contributor: Guillaume Horel 
-
-pkgname=arrow
-pkgver=5.0.0
-pkgrel=1
-pkgdesc="Columnar in-memory analytics layer for big data."
-arch=(x86_64)
-url="https://arrow.apache.org";
-license=(Apache)
-depends=(boost-libs brotli bzip2 double-conversion c-ares gflags grpc
- google-glog jemalloc libutf8proc lz4 openssl protobuf rapidjson snappy
- thrift uriparser xsimd zlib zstd)
-provides=(parquet-cpp)
-conflicts=(parquet-cpp)
-makedepends=(apache-orc boost cmake flatbuffers gmock python-numpy git)
-source=(https://downloads.apache.org/${pkgname}/${pkgname}-${pkgver}/apache-${pkgname}-${pkgver}.tar.gz{,.asc}
-git+https://github.com/apache/parquet-testing.git
-git+https://github.com/apache/arrow-testing.git)
-sha256sums=(c3b4313eca594c20f761a836719721aaf0760001af896baec3ab64420ff9910a 
SKIP SKIP SKIP)
-validpgpkeys=(265F80AB84FE03127E14F01125BCCA5220D84079) # Krisztian Szucs 
(apache) 
-
-build(){
-  ARROW_BUILD_TOOLCHAIN=/usr \
-  ORC_HOME=/usr \
-  DOUBLE_CONVERSION_HOME=/usr \
-  cmake \
--B build -S apache-${pkgname}-${pkgver}/cpp \
--DCMAKE_INSTALL_PREFIX="/usr" \
--DCMAKE_INSTALL_LIBDIR="lib" \
--DCMAKE_BUILD_TYPE=Release \
--DARROW_DEPENDENCY_SOURCE=SYSTEM \
--DARROW_BUILD_TESTS=ON \
--DARROW_COMPUTE=ON \
--DARROW_FLIGHT=ON \
--DARROW_GANDIVA=OFF \
--DARROW_HDFS=ON \
--DARROW_IPC=ON \
--DARROW_JEMALLOC=ON \
--DARROW_ORC=ON \
--DARROW_PARQUET=ON \
--DARROW_PLASMA=ON \
--DARROW_PYTHON=ON \
--DARROW_TENSORFLOW=ON \
--DARROW_SIMD_LEVEL=AVX2 \
--DARROW_USE_GLOG=ON \
--DARROW_WITH_BROTLI=ON \
--DARROW_WITH_BZ2=ON \
--DARROW_WITH_LZ4=ON \
--DARROW_WITH_SNAPPY=ON \
--DARROW_WITH_ZLIB=ON \
--DARROW_WITH_ZSTD=ON \
--DPARQUET_REQUIRE_ENCRYPTION=ON
-  make -C build
-}
-
-check(){
-   PARQUET_TEST_DATA="${srcdir}"/parquet-testing/data \
-   ARROW_TEST_DATA="${srcdir}"/arrow-testing/data \
-   make -C build test
-}
-
-package(){
-  make -C build DESTDIR="${pkgdir}" install
-  find "${pkgdir}"/usr/lib/ -name '*testing*' -delete
-}

Copied: arrow/repos/community-x86_64/PKGBUILD (from rev 1054370, 
arrow/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2021-11-22 20:39:42 UTC (rev 1054371)
@@ -0,0 +1,67 @@
+# Maintainer: Bruno Pagani 
+# Contributor: Guillaume Horel 
+
+pkgname=arrow
+pkgver=6.0.1
+pkgrel=1
+pkgdesc="Columnar in-memory analytics layer for big data."
+arch=(x86_64)
+url="https://arrow.apache.org";
+license=(Apache)
+depends=(boost-libs brotli bzip2 double-conversion c-ares gflags grpc
+ google-glog jemalloc libutf8proc lz4 openssl protobuf rapidjson snappy
+ thrift uriparser xsimd zlib zstd)
+provides=(parquet-cpp)
+conflicts=(parquet-cpp)
+makedepends=(apache-orc boost cmake flatbuffers gmock python-numpy git)
+source=(https://downloads.apache.org/${pkgname}/${pkgname}-${pkgver}/apache-${pkgname}-${pkgver}.tar.gz{,.asc}
+git+https://github.com/apache/parquet-testing.git
+git+https://github.com/apache/arrow-testing.git)
+sha256sums=(3786b3d2df954d078b3e68f98d2e5aecbaa3fa2accf075d7a3a13c187b9c5294 
SKIP SKIP SKIP)
+validpgpkeys=(265F80AB84FE03127E14F01125BCCA5220D84079  # Krisztian Szucs 
(apache) 
+  08D3564B7C6A9CAFBFF6A66791D18FCF079F8007) # Kouhei Sutou 

+
+build(){
+  ARROW_BUILD_TOOLCHAIN=/usr \
+  ORC_HOME=/usr \
+  DOUBLE_CONVERSION_HOME=/usr \
+  cmake \
+-B build -S apache-${pkgname}-${pkgver}/cpp \
+-DCMAKE_INSTALL_PREFIX="/usr" \
+-DCMAKE_INSTALL_LIBDIR="lib" \
+-DCMAKE_BUILD_TYPE=Release \
+-DARROW_DEPENDENCY_SOURCE=SYSTEM \
+-DARROW_BUILD_TESTS=ON \
+-DARROW_COMPUTE=ON \
+-DARROW_FLIGHT=ON \
+-DARROW_GANDIVA=OFF \
+-DARROW_HDFS=ON \
+-DARROW_IPC=ON \
+-DARROW_JEMALLOC=ON \
+-DARROW_ORC=ON \
+-DARROW_PARQUET=ON \
+-DARROW_PLASMA=ON \
+-DARROW_PYTHON=ON \
+-DARROW_TENSORFLOW=ON \
+-DARROW_SIMD_LEVEL=AVX2 \
+-DARROW_USE_GLOG=ON \
+-DARROW_WITH_BROTLI=ON \
+-DARROW_WITH_BZ2=ON \
+-DARROW_WITH_LZ4=ON \
+-DARROW_WITH_SNAPPY=ON \
+-DARROW_WITH_ZLIB=ON \
+-DARROW_WITH_ZSTD=ON \
+-DPARQUET_REQUIRE_ENCRYPTION=ON
+  make -C build
+}
+
+check(){
+   PARQUET_TEST_DATA="${srcdir}"/parq

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

2021-11-22 Thread George Rawlinson via arch-commits
Date: Monday, November 22, 2021 @ 20:39:29
  Author: grawlinson
Revision: 1054370

upgpkg: nomad 1.2.1-1

* New upstream release.
* Fixes CVE-2021-43415.

Modified:
  nomad/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2021-11-22 20:39:17 UTC (rev 1054369)
+++ PKGBUILD2021-11-22 20:39:29 UTC (rev 1054370)
@@ -1,7 +1,7 @@
 # Maintainer: George Rawlinson 
 
 pkgname=nomad
-pkgver=1.2.0
+pkgver=1.2.1
 pkgrel=1
 pkgdesc="A simple and flexible workload orchestrator"
 arch=('x86_64')
@@ -26,11 +26,11 @@
   'tmpfiles.conf'
   'defaults.hcl'
 )
-sha512sums=('22a741d83f6d0724e8bfb0fd26f8a5f34e7e8a0e7d340b313c4a8c8abfe9ab627064864822bd544f27e8bfab68967aa20f5ab73e6ca27b29cc7091a8d1f39d18'
+sha512sums=('506eb3493b5906a1b4d3aa79fe0cbc2f80bd29371c92194f3eebc0d67b29aecb1fd49cfb5513118fbf4bde239fb0292e9010beef057bfe45305817e2c21b26b7'
 
'4fe233272e6872cb9ec0c594944a3c701d93ee59952688a4bc45b126442ecf973d23e50b3c4c9c5c62778d0c555ace2e2781955448239249d39fe21d184c8f1b'
 
'398724820ee6f1ffa7860b8dd0013b671ba97ffb001331a10e7795148e3e6ff711a06f2156187c23b71bfccb13dac70828df5a29d59441706753cc17afd1e3d7'
 
'9bc9dc93b2683c848e94d5d7a59102ceebd6c4b64f14c85591b9502bc44e3c74589425f1f278ef21407d10c4a9a82abd95e2c748d347d76836bdb741bbff7f7c')
-b2sums=('eb5ed863c14b5755a295452ee23c16722ab89a051c13ba18446fbd65162b533ff363797792f00be801f23a8a7380750e6701efccf72aef6c64fc9be2219b0aa1'
+b2sums=('a4e142241595b4fb0e8b5150f546f9b5727fbdf75eff7cee2ac9c8f23c9f4274ab20481ba9538e89f25dcc38cc6e0327e88b2e88f666c58abbdd5f6c3a15e532'
 
'0f931868e9d7465f3be176ab789b7c7b5a4c35713a82e4d3bb94460254011779d814d4708f4f8cc76ba0dd1928ac7eeda42e01ed43be675a5d26d0b75ba986b9'
 
'4142a758057382846b48e9bfc443c1218c8fde866544d56c6e773933d67a0824e365280d39864249f355aee6080e0b4b969fd8cc4c5826583821ad1843b07e35'
 
'abbf4c69d70e03b318f73ef84ccf258e39b25ac956ec68c82bebe277662ddd1677719c3b693c04a8cc38554c562a127aa2ba4061e20e594440d432d729bab3b3')



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

2021-11-22 Thread Bruno Pagani via arch-commits
Date: Monday, November 22, 2021 @ 20:39:17
  Author: archange
Revision: 1054369

upgpkg: arrow 6.0.1-1

Modified:
  arrow/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2021-11-22 20:37:27 UTC (rev 1054368)
+++ PKGBUILD2021-11-22 20:39:17 UTC (rev 1054369)
@@ -2,7 +2,7 @@
 # Contributor: Guillaume Horel 
 
 pkgname=arrow
-pkgver=5.0.0
+pkgver=6.0.1
 pkgrel=1
 pkgdesc="Columnar in-memory analytics layer for big data."
 arch=(x86_64)
@@ -17,8 +17,9 @@
 
source=(https://downloads.apache.org/${pkgname}/${pkgname}-${pkgver}/apache-${pkgname}-${pkgver}.tar.gz{,.asc}
 git+https://github.com/apache/parquet-testing.git
 git+https://github.com/apache/arrow-testing.git)
-sha256sums=(c3b4313eca594c20f761a836719721aaf0760001af896baec3ab64420ff9910a 
SKIP SKIP SKIP)
-validpgpkeys=(265F80AB84FE03127E14F01125BCCA5220D84079) # Krisztian Szucs 
(apache) 
+sha256sums=(3786b3d2df954d078b3e68f98d2e5aecbaa3fa2accf075d7a3a13c187b9c5294 
SKIP SKIP SKIP)
+validpgpkeys=(265F80AB84FE03127E14F01125BCCA5220D84079  # Krisztian Szucs 
(apache) 
+  08D3564B7C6A9CAFBFF6A66791D18FCF079F8007) # Kouhei Sutou 

 
 build(){
   ARROW_BUILD_TOOLCHAIN=/usr \



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

2021-11-22 Thread Kpcyrd via arch-commits
Date: Monday, November 22, 2021 @ 20:37:27
  Author: kpcyrd
Revision: 1054368

archrelease: copy trunk to community-x86_64

Added:
  rebuilderd/repos/community-x86_64/PKGBUILD
(from rev 1054367, rebuilderd/trunk/PKGBUILD)
Deleted:
  rebuilderd/repos/community-x86_64/PKGBUILD

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

Deleted: PKGBUILD
===
--- PKGBUILD2021-11-22 20:37:11 UTC (rev 1054367)
+++ PKGBUILD2021-11-22 20:37:27 UTC (rev 1054368)
@@ -1,102 +0,0 @@
-# Maintainer: kpcyrd 
-
-pkgbase=rebuilderd
-pkgname=(rebuilderd rebuilderd-tools)
-pkgver=0.16.0
-pkgrel=1
-pkgdesc='Independent verification system of binary packages'
-url='https://github.com/kpcyrd/rebuilderd'
-arch=('x86_64')
-license=('GPL3')
-depends=('openssl' 'shared-mime-info' 'xz' 'libzstd.so')
-makedepends=('cargo' 'sqlite' 'scdoc')
-source=(https://github.com/kpcyrd/${pkgname}/archive/v${pkgver}/${pkgname}-${pkgver}.tar.gz
-
https://github.com/kpcyrd/${pkgname}/releases/download/v${pkgver}/${pkgname}-${pkgver}.tar.gz.asc)
-sha512sums=('33145e55aba49b7c5a506947925ebff1b1219ce21a28792a08f46b7410a37269960035e45561ce5db115e72ead76793fd86013bc7030b051d9da80a6d9d9cd06'
-'SKIP')
-b2sums=('0df3fd08c73a891a8728808ff4e8b9299eefdc646c1e70a25e9063d39f7d71df41f910e4e5835b0d39ecbe35537397aa4428c57cfcf79628cc92c06aaee238d5'
-'SKIP')
-
-validpgpkeys=("64B13F7117D6E07D661BBCE0FE763A64F5E54FD6")
-
-prepare() {
-  cd ${pkgbase}-${pkgver}
-  cargo fetch --locked --target "$CARCH-unknown-linux-gnu"
-}
-
-build() {
-  cd ${pkgbase}-${pkgver}
-  cargo build --frozen --release --workspace
-  make docs
-}
-
-check() {
-  cd ${pkgbase}-${pkgver}
-  cargo test --frozen --workspace
-}
-
-package_rebuilderd() {
-  pkgdesc='Independent verification system of binary packages (server package)'
-  depends=('rebuilderd-tools' 'sqlite' 'archlinux-repro')
-  backup=('etc/rebuilderd.conf'
-  'etc/rebuilderd-sync.conf'
-  'etc/rebuilderd-worker.conf')
-
-  cd ${pkgbase}-${pkgver}
-  install -Dm 755 -t "${pkgdir}/usr/bin" \
-target/release/rebuilderd \
-target/release/rebuilderd-worker
-
-  # install rebuilder scripts
-  install -Dm 755 -t "${pkgdir}/usr/libexec/rebuilderd" \
-worker/rebuilder-*.sh
-
-  # install config files
-  install -Dm 644 -t "${pkgdir}/etc" \
-contrib/confs/rebuilderd-sync.conf
-  install -Dm 640 -g 212 -t "${pkgdir}/etc" \
-contrib/confs/rebuilderd-worker.conf \
-contrib/confs/rebuilderd.conf
-
-  # install systemd configs
-  install -Dm 644 -t "${pkgdir}/usr/lib/systemd/system" \
-contrib/systemd/rebuilderd-sync@.service \
-contrib/systemd/rebuilderd-sync@.timer \
-contrib/systemd/rebuilderd-worker@.service \
-contrib/systemd/rebuilderd.service
-
-  install -Dm 644 contrib/systemd/rebuilderd.sysusers 
"${pkgdir}/usr/lib/sysusers.d/rebuilderd.conf"
-  install -Dm 644 contrib/systemd/rebuilderd.tmpfiles 
"${pkgdir}/usr/lib/tmpfiles.d/rebuilderd.conf"
-
-  # install docs
-  install -Dm 644 -t "${pkgdir}/usr/share/man/man1" \
-contrib/docs/rebuilderd.1 \
-contrib/docs/rebuilderd-worker.1
-  install -Dm 644 -t "${pkgdir}/usr/share/man/man5" \
-contrib/docs/rebuilderd.conf.5 \
-contrib/docs/rebuilderd-sync.conf.5 \
-contrib/docs/rebuilderd-worker.conf.5
-}
-
-package_rebuilderd-tools() {
-  pkgdesc='Independent verification system of binary packages (tools package)'
-
-  cd ${pkgbase}-${pkgver}
-  install -Dm 755 -t "${pkgdir}/usr/bin" \
-target/release/rebuildctl
-
-  # install completions
-  install -d "${pkgdir}/usr/share/bash-completion/completions" \
- "${pkgdir}/usr/share/zsh/site-functions" \
- "${pkgdir}/usr/share/fish/vendor_completions.d"
-  "${pkgdir}/usr/bin/rebuildctl" completions bash > 
"${pkgdir}/usr/share/bash-completion/completions/rebuildctl"
-  "${pkgdir}/usr/bin/rebuildctl" completions zsh > 
"${pkgdir}/usr/share/zsh/site-functions/_rebuildctl"
-  "${pkgdir}/usr/bin/rebuildctl" completions fish > 
"${pkgdir}/usr/share/fish/vendor_completions.d/rebuildctl.fish"
-
-  # install docs
-  install -Dm 644 README.md -t "${pkgdir}/usr/share/doc/${pkgbase}"
-  install -Dm 644 -t "${pkgdir}/usr/share/man/man1" \
-contrib/docs/rebuildctl.1
-}
-
-# vim: ts=2 sw=2 et:

Copied: rebuilderd/repos/community-x86_64/PKGBUILD (from rev 1054367, 
rebuilderd/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2021-11-22 20:37:27 UTC (rev 1054368)
@@ -0,0 +1,102 @@
+# Maintainer: kpcyrd 
+
+pkgbase=rebuilderd
+pkgname=(rebuilderd rebuilderd-tools)
+pkgver=0.16.2
+pkgrel=1
+pkgdesc='Independent verification system of binary packages'
+url='https://github.com/kpcyrd/rebuilderd'
+arch=('x86_64')
+license=('GPL3')
+depends=('openssl' 'shared-mime-info' 'xz' 'lib

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

2021-11-22 Thread Kpcyrd via arch-commits
Date: Monday, November 22, 2021 @ 20:37:11
  Author: kpcyrd
Revision: 1054367

upgpkg: rebuilderd 0.16.2-1

Modified:
  rebuilderd/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2021-11-22 20:23:25 UTC (rev 1054366)
+++ PKGBUILD2021-11-22 20:37:11 UTC (rev 1054367)
@@ -2,7 +2,7 @@
 
 pkgbase=rebuilderd
 pkgname=(rebuilderd rebuilderd-tools)
-pkgver=0.16.0
+pkgver=0.16.2
 pkgrel=1
 pkgdesc='Independent verification system of binary packages'
 url='https://github.com/kpcyrd/rebuilderd'
@@ -12,9 +12,9 @@
 makedepends=('cargo' 'sqlite' 'scdoc')
 
source=(https://github.com/kpcyrd/${pkgname}/archive/v${pkgver}/${pkgname}-${pkgver}.tar.gz
 
https://github.com/kpcyrd/${pkgname}/releases/download/v${pkgver}/${pkgname}-${pkgver}.tar.gz.asc)
-sha512sums=('33145e55aba49b7c5a506947925ebff1b1219ce21a28792a08f46b7410a37269960035e45561ce5db115e72ead76793fd86013bc7030b051d9da80a6d9d9cd06'
+sha512sums=('3962df53717c0eeadead1e89d037097c146228efbdb6e14ebbe05c6a8acdc345b70fd6a94c4c5cbd3ea40af7e31b372c8a80179eb498612c37699cf7e3a39489'
 'SKIP')
-b2sums=('0df3fd08c73a891a8728808ff4e8b9299eefdc646c1e70a25e9063d39f7d71df41f910e4e5835b0d39ecbe35537397aa4428c57cfcf79628cc92c06aaee238d5'
+b2sums=('6d0c96f480424a06e7a92c0cd7ac5f765b676f54d4c08e58971ce5a8f2b216a2b30dd425ae5cc6475877f999a9ed236b71061225192739fe60f116ae4ff039cd'
 'SKIP')
 
 validpgpkeys=("64B13F7117D6E07D661BBCE0FE763A64F5E54FD6")



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

2021-11-22 Thread Bruno Pagani via arch-commits
Date: Monday, November 22, 2021 @ 20:23:25
  Author: archange
Revision: 1054366

archrelease: copy trunk to community-x86_64

Added:
  gmt/repos/community-x86_64/PKGBUILD
(from rev 1054365, gmt/trunk/PKGBUILD)
Deleted:
  gmt/repos/community-x86_64/PKGBUILD

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

Deleted: PKGBUILD
===
--- PKGBUILD2021-11-22 20:23:01 UTC (rev 1054365)
+++ PKGBUILD2021-11-22 20:23:25 UTC (rev 1054366)
@@ -1,48 +0,0 @@
-# Maintainer: Bruno Pagani 
-
-pkgbase=gmt
-pkgname=(gmt gmt-doc)
-pkgver=6.2.0
-pkgrel=1
-pkgdesc="Generic Mapping Tools for manipulating and plotting geographic and 
cartesian data"
-arch=(x86_64)
-url="https://www.generic-mapping-tools.org";
-license=(LGPL)
-makedepends=(cmake blas curl fftw gdal geos lapack openmp netcdf pcre zlib)
-source=(https://github.com/GenericMappingTools/gmt/releases/download/${pkgver}/${pkgname}-${pkgver}-src.tar.xz)
-sha256sums=(a01f0a14d48bbc0b14855670f366df3cb8238f0ccdfa26fe744968b4f1c14d54)
-
-build() {
-  cmake -B build -S ${pkgname}-${pkgver} \
--DCMAKE_BUILD_TYPE=Release \
--DCMAKE_INSTALL_PREFIX=/usr \
--DGMT_LIBDIR=lib \
--DGMT_DATADIR=share/gmt \
--DGMT_MANDIR=share/man \
--DGMT_DOCDIR=share/doc/gmt \
--DGMT_ENABLE_OPENMP=ON \
--DGSHHG_ROOT=/usr/share/gmt/coast \
--DDCW_ROOT=/usr/share/gmt/dcw \
--DCOPY_GSHHG=OFF \
--DCOPY_DCW=OFF
-  make -C build
-}
-
-package_gmt() {
-  depends=(blas curl fftw gdal geos lapack openmp netcdf pcre zlib)
-  optdepends=(
-'gmt-doc: documentation'
-'ghostscript'
-'python-sphinx'
-  )
-#'gmt-coast: coastlines'
-#'gmt-dcw: digital chart of the world polygon map'
-
-  make -C build DESTDIR="${pkgdir}" install
-  mv "${pkgdir}"/usr/share/doc "${srcdir}"/
-}
-
-package_gmt-doc() {
-  install -d "${pkgdir}"/usr/share/
-  mv doc "${pkgdir}"/usr/share/
-}

Copied: gmt/repos/community-x86_64/PKGBUILD (from rev 1054365, 
gmt/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2021-11-22 20:23:25 UTC (rev 1054366)
@@ -0,0 +1,49 @@
+# Maintainer: Bruno Pagani 
+
+pkgbase=gmt
+pkgname=(gmt gmt-doc)
+pkgver=6.3.0
+pkgrel=1
+pkgdesc="Generic Mapping Tools for manipulating and plotting geographic and 
cartesian data"
+arch=(x86_64)
+url="https://www.generic-mapping-tools.org";
+license=(LGPL)
+makedepends=(cmake blas curl ffmpeg fftw gdal geos ghostscript graphicsmagick 
lapack openmp netcdf pcre zlib)
+source=(https://github.com/GenericMappingTools/gmt/releases/download/${pkgver}/${pkgname}-${pkgver}-src.tar.xz)
+sha256sums=('69e29b62ee802a3a64260d6a1e023f1350e3bf4070221aa1307bf8a9e56c1ee5')
+
+build() {
+  cmake -B build -S ${pkgname}-${pkgver} \
+-DCMAKE_BUILD_TYPE=Release \
+-DCMAKE_INSTALL_PREFIX=/usr \
+-DGMT_LIBDIR=lib \
+-DGMT_DATADIR=share/gmt \
+-DGMT_MANDIR=share/man \
+-DGMT_DOCDIR=share/doc/gmt \
+-DGMT_ENABLE_OPENMP=ON \
+-DGSHHG_ROOT=/usr/share/gmt/coast \
+-DDCW_ROOT=/usr/share/gmt/dcw \
+-DCOPY_GSHHG=OFF \
+-DCOPY_DCW=OFF
+  make -C build
+}
+
+package_gmt() {
+  depends=(blas curl fftw gdal geos lapack openmp netcdf pcre zlib)
+  optdepends=(
+'gmt-doc: documentation'
+'ffmpeg: generate movies'
+'ghostscript: convert PostScript outputs'
+'graphicsmagick: generate animated GIFs'
+  )
+#'gmt-coast: coastlines'
+#'gmt-dcw: digital chart of the world polygon map'
+
+  make -C build DESTDIR="${pkgdir}" install
+  mv "${pkgdir}"/usr/share/doc "${srcdir}"/
+}
+
+package_gmt-doc() {
+  install -d "${pkgdir}"/usr/share/
+  mv doc "${pkgdir}"/usr/share/
+}



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

2021-11-22 Thread Bruno Pagani via arch-commits
Date: Monday, November 22, 2021 @ 20:23:01
  Author: archange
Revision: 1054365

upgpkg: gmt 6.3.0-1

Modified:
  gmt/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2021-11-22 19:57:03 UTC (rev 1054364)
+++ PKGBUILD2021-11-22 20:23:01 UTC (rev 1054365)
@@ -2,15 +2,15 @@
 
 pkgbase=gmt
 pkgname=(gmt gmt-doc)
-pkgver=6.2.0
+pkgver=6.3.0
 pkgrel=1
 pkgdesc="Generic Mapping Tools for manipulating and plotting geographic and 
cartesian data"
 arch=(x86_64)
 url="https://www.generic-mapping-tools.org";
 license=(LGPL)
-makedepends=(cmake blas curl fftw gdal geos lapack openmp netcdf pcre zlib)
+makedepends=(cmake blas curl ffmpeg fftw gdal geos ghostscript graphicsmagick 
lapack openmp netcdf pcre zlib)
 
source=(https://github.com/GenericMappingTools/gmt/releases/download/${pkgver}/${pkgname}-${pkgver}-src.tar.xz)
-sha256sums=(a01f0a14d48bbc0b14855670f366df3cb8238f0ccdfa26fe744968b4f1c14d54)
+sha256sums=('69e29b62ee802a3a64260d6a1e023f1350e3bf4070221aa1307bf8a9e56c1ee5')
 
 build() {
   cmake -B build -S ${pkgname}-${pkgver} \
@@ -32,8 +32,9 @@
   depends=(blas curl fftw gdal geos lapack openmp netcdf pcre zlib)
   optdepends=(
 'gmt-doc: documentation'
-'ghostscript'
-'python-sphinx'
+'ffmpeg: generate movies'
+'ghostscript: convert PostScript outputs'
+'graphicsmagick: generate animated GIFs'
   )
 #'gmt-coast: coastlines'
 #'gmt-dcw: digital chart of the world polygon map'



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

2021-11-22 Thread Daniel M. Capella via arch-commits
Date: Monday, November 22, 2021 @ 19:57:03
  Author: polyzen
Revision: 1054364

archrelease: copy trunk to community-any

Added:
  eslint/repos/community-any/PKGBUILD
(from rev 1054363, eslint/trunk/PKGBUILD)
Deleted:
  eslint/repos/community-any/PKGBUILD

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

Deleted: PKGBUILD
===
--- PKGBUILD2021-11-22 19:56:29 UTC (rev 1054363)
+++ PKGBUILD2021-11-22 19:57:03 UTC (rev 1054364)
@@ -1,43 +0,0 @@
-# Maintainer: Felix Yan 
-# Maintainer: Daniel M. Capella 
-
-pkgname=eslint
-pkgver=8.2.0
-pkgrel=1
-pkgdesc='An AST-based pattern checker for JavaScript'
-arch=('any')
-url='https://eslint.org'
-license=('MIT')
-depends=('acorn' 'nodejs')
-makedepends=('npm' 'rsync')
-options=('!emptydirs')
-source=("https://github.com/eslint/eslint/archive/v$pkgver/$pkgname-$pkgver.tar.gz";)
-b2sums=('77fd215b2a452bfeddf58b6764c7f7fe411da2b013bf3b2792749555d663963bd539e4d1ff4c5e3f966738703cc6b3738d60ad1608727a0ab9f909143a870b60')
-
-prepare() {
-  cd eslint-$pkgver
-  # Dependencies still pin older ESLint
-  npm install --force
-}
-
-check() {
-  cd eslint-$pkgver
-  node Makefile mocha
-}
-
-package() {
-  cd eslint-$pkgver
-
-  npm prune --production
-
-  install -d "$pkgdir"/usr/bin
-  ln -s ../lib/node_modules/$pkgname/bin/$pkgname.js "$pkgdir"/usr/bin/$pkgname
-  install -Dt "$pkgdir"/usr/lib/node_modules/$pkgname/bin bin/$pkgname.js
-  rsync -r --exclude .cache conf lib messages node_modules package.json \
-"$pkgdir"/usr/lib/node_modules/$pkgname
-  install -Dm644 -t "$pkgdir"/usr/share/doc/$pkgname README.md
-  install -Dm644 -t "$pkgdir"/usr/share/licenses/$pkgname LICENSE
-
-  # Experimental dedup
-  rm -r "$pkgdir"/usr/lib/node_modules/$pkgname/node_modules/acorn
-}

Copied: eslint/repos/community-any/PKGBUILD (from rev 1054363, 
eslint/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2021-11-22 19:57:03 UTC (rev 1054364)
@@ -0,0 +1,43 @@
+# Maintainer: Felix Yan 
+# Maintainer: Daniel M. Capella 
+
+pkgname=eslint
+pkgver=8.3.0
+pkgrel=1
+pkgdesc='An AST-based pattern checker for JavaScript'
+arch=('any')
+url='https://eslint.org'
+license=('MIT')
+depends=('acorn' 'nodejs')
+makedepends=('npm' 'rsync')
+options=('!emptydirs')
+source=("https://github.com/eslint/eslint/archive/v$pkgver/$pkgname-$pkgver.tar.gz";)
+b2sums=('ea0da8c8da5c124ca951938f7c1267977da6c1350a3c4a08b6eaa3f8457520a4bcdd02bc8e4421f186154e68867fe6a070de95575532ff764a76b0598a40d520')
+
+prepare() {
+  cd eslint-$pkgver
+  # Dependencies still pin older ESLint
+  npm install --force
+}
+
+check() {
+  cd eslint-$pkgver
+  node Makefile mocha
+}
+
+package() {
+  cd eslint-$pkgver
+
+  npm prune --production
+
+  install -d "$pkgdir"/usr/bin
+  ln -s ../lib/node_modules/$pkgname/bin/$pkgname.js "$pkgdir"/usr/bin/$pkgname
+  install -Dt "$pkgdir"/usr/lib/node_modules/$pkgname/bin bin/$pkgname.js
+  rsync -r --exclude .cache conf lib messages node_modules package.json \
+"$pkgdir"/usr/lib/node_modules/$pkgname
+  install -Dm644 -t "$pkgdir"/usr/share/doc/$pkgname README.md
+  install -Dm644 -t "$pkgdir"/usr/share/licenses/$pkgname LICENSE
+
+  # Experimental dedup
+  rm -r "$pkgdir"/usr/lib/node_modules/$pkgname/node_modules/acorn
+}



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

2021-11-22 Thread Daniel M. Capella via arch-commits
Date: Monday, November 22, 2021 @ 19:56:29
  Author: polyzen
Revision: 1054363

upgpkg: eslint 8.3.0-1

Modified:
  eslint/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2021-11-22 19:55:53 UTC (rev 1054362)
+++ PKGBUILD2021-11-22 19:56:29 UTC (rev 1054363)
@@ -2,7 +2,7 @@
 # Maintainer: Daniel M. Capella 
 
 pkgname=eslint
-pkgver=8.2.0
+pkgver=8.3.0
 pkgrel=1
 pkgdesc='An AST-based pattern checker for JavaScript'
 arch=('any')
@@ -12,7 +12,7 @@
 makedepends=('npm' 'rsync')
 options=('!emptydirs')
 
source=("https://github.com/eslint/eslint/archive/v$pkgver/$pkgname-$pkgver.tar.gz";)
-b2sums=('77fd215b2a452bfeddf58b6764c7f7fe411da2b013bf3b2792749555d663963bd539e4d1ff4c5e3f966738703cc6b3738d60ad1608727a0ab9f909143a870b60')
+b2sums=('ea0da8c8da5c124ca951938f7c1267977da6c1350a3c4a08b6eaa3f8457520a4bcdd02bc8e4421f186154e68867fe6a070de95575532ff764a76b0598a40d520')
 
 prepare() {
   cd eslint-$pkgver



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

2021-11-22 Thread Bruno Pagani via arch-commits
Date: Monday, November 22, 2021 @ 19:55:53
  Author: archange
Revision: 1054362

archrelease: copy trunk to community-x86_64

Added:
  libfabric/repos/community-x86_64/PKGBUILD
(from rev 1054361, libfabric/trunk/PKGBUILD)
Deleted:
  libfabric/repos/community-x86_64/PKGBUILD

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

Deleted: PKGBUILD
===
--- PKGBUILD2021-11-22 19:55:29 UTC (rev 1054361)
+++ PKGBUILD2021-11-22 19:55:53 UTC (rev 1054362)
@@ -1,34 +0,0 @@
-# Maintainer: Bruno Pagani 
-
-pkgname=libfabric
-pkgver=1.13.2
-pkgrel=1
-pkgdesc="User-space API for OpenFabrics Interfaces (OFI)"
-arch=(x86_64)
-url="https://ofiwg.github.io/libfabric/";
-license=(GPL2)
-depends=(glibc)
-source=(https://github.com/ofiwg/libfabric/releases/download/v${pkgver}/libfabric-${pkgver}.tar.bz2)
-sha512sums=(edd1ac752c0386148ab011fb5d3a27c4fc6a416993bca1350a850926aad0f519c536520276c91b430cad0fee7f7e1c47de721cd483b4f91c4eb51b06539a9127)
-
-prepare() {
-  cd ${pkgname}-${pkgver}
-  autoreconf -fvi
-}
-
-build() {
-  cd ${pkgname}-${pkgver}
-  ./configure --prefix=/usr
-  sed -i -e 's/ -shared / -Wl,-O1,--as-needed\0/g' libtool
-  make
-}
-
-check() {
-  cd ${pkgname}-${pkgver}
-  make test
-}
-
-package() {
-  cd ${pkgname}-${pkgver}
-  make DESTDIR="${pkgdir}" install
-}

Copied: libfabric/repos/community-x86_64/PKGBUILD (from rev 1054361, 
libfabric/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2021-11-22 19:55:53 UTC (rev 1054362)
@@ -0,0 +1,34 @@
+# Maintainer: Bruno Pagani 
+
+pkgname=libfabric
+pkgver=1.14.0
+pkgrel=1
+pkgdesc="User-space API for OpenFabrics Interfaces (OFI)"
+arch=(x86_64)
+url="https://ofiwg.github.io/libfabric/";
+license=(GPL2)
+depends=(glibc)
+source=(https://github.com/ofiwg/libfabric/releases/download/v${pkgver}/libfabric-${pkgver}.tar.bz2)
+sha512sums=('827fee42bdae1b226d2b3c3b7c2b9b29866791c7a8e9a20239459e6c5a2927d8674367bb075cfe00cc609f538c4630e3af9f566b89d00e337ae224c725cf5f85')
+
+prepare() {
+  cd ${pkgname}-${pkgver}
+  autoreconf -fvi
+}
+
+build() {
+  cd ${pkgname}-${pkgver}
+  ./configure --prefix=/usr
+  sed -i -e 's/ -shared / -Wl,-O1,--as-needed\0/g' libtool
+  make
+}
+
+check() {
+  cd ${pkgname}-${pkgver}
+  make test
+}
+
+package() {
+  cd ${pkgname}-${pkgver}
+  make DESTDIR="${pkgdir}" install
+}



[arch-commits] Commit in intel-compute-runtime/repos/community-x86_64 (2 files)

2021-11-22 Thread Bruno Pagani via arch-commits
Date: Monday, November 22, 2021 @ 19:55:24
  Author: archange
Revision: 1054360

archrelease: copy trunk to community-x86_64

Added:
  intel-compute-runtime/repos/community-x86_64/PKGBUILD
(from rev 1054359, intel-compute-runtime/trunk/PKGBUILD)
Deleted:
  intel-compute-runtime/repos/community-x86_64/PKGBUILD

--+
 PKGBUILD |   80 ++---
 1 file changed, 40 insertions(+), 40 deletions(-)

Deleted: PKGBUILD
===
--- PKGBUILD2021-11-22 19:55:13 UTC (rev 1054359)
+++ PKGBUILD2021-11-22 19:55:24 UTC (rev 1054360)
@@ -1,40 +0,0 @@
-# Maintainer: Daniel Bermond 
-# Maintainer: Bruno Pagani 
-
-pkgname=intel-compute-runtime
-pkgver=21.45.21574
-pkgrel=1
-pkgdesc="Intel(R) Graphics Compute Runtime for oneAPI Level Zero and 
OpenCL(TM) Driver"
-arch=(x86_64)
-url="https://01.org/compute-runtime";
-license=(MIT)
-depends=(gcc-libs intel-gmmlib intel-graphics-compiler)
-makedepends=(cmake libva level-zero-headers igsc)
-optdepends=('libva: for cl_intel_va_api_media_sharing'
-'libdrm: for cl_intel_va_api_media_sharing')
-provides=(opencl-driver level-zero-driver)
-source=(https://github.com/intel/compute-runtime/archive/${pkgver}/${pkgname}-${pkgver}.tar.gz)
-sha256sums=('bf76ba2a6dd75ff528b0399fa75058a8ea8799c6b6048c25a4671ff1c699b468')
-
-build() {
-  # ${${pkgver#*.}%.*} not supported by bash?
-  cmake -B build -S compute-runtime-${pkgver} \
--DCMAKE_BUILD_TYPE=Release \
--DCMAKE_INSTALL_PREFIX=/usr \
--DCMAKE_INSTALL_LIBDIR=lib \
--DNEO_OCL_VERSION_MAJOR=${pkgver%%.*} \
--DNEO_OCL_VERSION_MINOR=$(echo ${pkgver} | cut -d . -f2) \
--DNEO_VERSION_BUILD=${pkgver##*.} \
--DSUPPORT_DG1=ON \
--DSKIP_UNIT_TESTS=1 \
--Wno-dev
-  make -C build
-}
-
-package() {
-  make -C build DESTDIR="${pkgdir}" install
-  install -Dm755 build/bin/libocloc.so -t "${pkgdir}"/usr/lib/intel-opencl
-  install -Dm644 compute-runtime-${pkgver}/LICENSE.md -t 
"${pkgdir}"/usr/share/licenses/${pkgname}
-  
-  ln -s $(find "${pkgdir}"/usr/lib -regex '.*libze_intel_gpu.so.[0-9]*' -exec 
basename {} \;) "${pkgdir}"/usr/lib/libze_intel_gpu.so
-}

Copied: intel-compute-runtime/repos/community-x86_64/PKGBUILD (from rev 
1054359, intel-compute-runtime/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2021-11-22 19:55:24 UTC (rev 1054360)
@@ -0,0 +1,40 @@
+# Maintainer: Daniel Bermond 
+# Maintainer: Bruno Pagani 
+
+pkgname=intel-compute-runtime
+pkgver=21.46.21636
+pkgrel=1
+pkgdesc="Intel(R) Graphics Compute Runtime for oneAPI Level Zero and 
OpenCL(TM) Driver"
+arch=(x86_64)
+url="https://01.org/compute-runtime";
+license=(MIT)
+depends=(gcc-libs intel-gmmlib intel-graphics-compiler)
+makedepends=(cmake libva level-zero-headers igsc)
+optdepends=('libva: for cl_intel_va_api_media_sharing'
+'libdrm: for cl_intel_va_api_media_sharing')
+provides=(opencl-driver level-zero-driver)
+source=(https://github.com/intel/compute-runtime/archive/${pkgver}/${pkgname}-${pkgver}.tar.gz)
+sha256sums=('8e80c566fee646fbb8bb93cfe371723c9f2654d3ba2c7c62adea003add2b2aee')
+
+build() {
+  # ${${pkgver#*.}%.*} not supported by bash?
+  cmake -B build -S compute-runtime-${pkgver} \
+-DCMAKE_BUILD_TYPE=Release \
+-DCMAKE_INSTALL_PREFIX=/usr \
+-DCMAKE_INSTALL_LIBDIR=lib \
+-DNEO_OCL_VERSION_MAJOR=${pkgver%%.*} \
+-DNEO_OCL_VERSION_MINOR=$(echo ${pkgver} | cut -d . -f2) \
+-DNEO_VERSION_BUILD=${pkgver##*.} \
+-DSUPPORT_DG1=ON \
+-DSKIP_UNIT_TESTS=1 \
+-Wno-dev
+  make -C build
+}
+
+package() {
+  make -C build DESTDIR="${pkgdir}" install
+  install -Dm755 build/bin/libocloc.so -t "${pkgdir}"/usr/lib/intel-opencl
+  install -Dm644 compute-runtime-${pkgver}/LICENSE.md -t 
"${pkgdir}"/usr/share/licenses/${pkgname}
+  
+  ln -s $(find "${pkgdir}"/usr/lib -regex '.*libze_intel_gpu.so.[0-9]*' -exec 
basename {} \;) "${pkgdir}"/usr/lib/libze_intel_gpu.so
+}



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

2021-11-22 Thread Bruno Pagani via arch-commits
Date: Monday, November 22, 2021 @ 19:55:29
  Author: archange
Revision: 1054361

upgpkg: libfabric 1.14.0-1

Modified:
  libfabric/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2021-11-22 19:55:24 UTC (rev 1054360)
+++ PKGBUILD2021-11-22 19:55:29 UTC (rev 1054361)
@@ -1,7 +1,7 @@
 # Maintainer: Bruno Pagani 
 
 pkgname=libfabric
-pkgver=1.13.2
+pkgver=1.14.0
 pkgrel=1
 pkgdesc="User-space API for OpenFabrics Interfaces (OFI)"
 arch=(x86_64)
@@ -9,7 +9,7 @@
 license=(GPL2)
 depends=(glibc)
 
source=(https://github.com/ofiwg/libfabric/releases/download/v${pkgver}/libfabric-${pkgver}.tar.bz2)
-sha512sums=(edd1ac752c0386148ab011fb5d3a27c4fc6a416993bca1350a850926aad0f519c536520276c91b430cad0fee7f7e1c47de721cd483b4f91c4eb51b06539a9127)
+sha512sums=('827fee42bdae1b226d2b3c3b7c2b9b29866791c7a8e9a20239459e6c5a2927d8674367bb075cfe00cc609f538c4630e3af9f566b89d00e337ae224c725cf5f85')
 
 prepare() {
   cd ${pkgname}-${pkgver}



[arch-commits] Commit in intel-compute-runtime/trunk (PKGBUILD)

2021-11-22 Thread Bruno Pagani via arch-commits
Date: Monday, November 22, 2021 @ 19:55:00
  Author: archange
Revision: 1054356

upgpkg: intel-compute-runtime 21.46.21636-1

Modified:
  intel-compute-runtime/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2021-11-22 19:54:18 UTC (rev 1054355)
+++ PKGBUILD2021-11-22 19:55:00 UTC (rev 1054356)
@@ -2,7 +2,7 @@
 # Maintainer: Bruno Pagani 
 
 pkgname=intel-compute-runtime
-pkgver=21.45.21574
+pkgver=21.46.21636
 pkgrel=1
 pkgdesc="Intel(R) Graphics Compute Runtime for oneAPI Level Zero and 
OpenCL(TM) Driver"
 arch=(x86_64)
@@ -14,7 +14,7 @@
 'libdrm: for cl_intel_va_api_media_sharing')
 provides=(opencl-driver level-zero-driver)
 
source=(https://github.com/intel/compute-runtime/archive/${pkgver}/${pkgname}-${pkgver}.tar.gz)
-sha256sums=('bf76ba2a6dd75ff528b0399fa75058a8ea8799c6b6048c25a4671ff1c699b468')
+sha256sums=('8e80c566fee646fbb8bb93cfe371723c9f2654d3ba2c7c62adea003add2b2aee')
 
 build() {
   # ${${pkgver#*.}%.*} not supported by bash?



[arch-commits] Commit in virtualbox-host-modules-arch/repos (2 files)

2021-11-22 Thread Christian Hesse via arch-commits
Date: Monday, November 22, 2021 @ 19:54:18
  Author: eworm
Revision: 1054355

archrelease: copy trunk to community-testing-x86_64

Added:
  virtualbox-host-modules-arch/repos/community-testing-x86_64/
  virtualbox-host-modules-arch/repos/community-testing-x86_64/PKGBUILD
(from rev 1054354, virtualbox-host-modules-arch/trunk/PKGBUILD)

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

Copied: virtualbox-host-modules-arch/repos/community-testing-x86_64/PKGBUILD 
(from rev 1054354, virtualbox-host-modules-arch/trunk/PKGBUILD)
===
--- community-testing-x86_64/PKGBUILD   (rev 0)
+++ community-testing-x86_64/PKGBUILD   2021-11-22 19:54:18 UTC (rev 1054355)
@@ -0,0 +1,40 @@
+# Maintainer: Sébastien Luttringer
+# Contributor: Ionut Biru 
+
+pkgname='virtualbox-host-modules-arch'
+pkgver=6.1.30
+pkgrel=1
+pkgdesc='Virtualbox host kernel modules for Arch Kernel'
+arch=('x86_64')
+url='https://virtualbox.org/'
+license=('GPL')
+makedepends=('linux-headers' "virtualbox-host-dkms=$pkgver")
+replaces=('virtualbox-modules' 'virtualbox-host-modules')
+conflicts=('virtualbox-modules' 'virtualbox-host-modules'
+   'virtualbox-host-dkms')
+provides=('VIRTUALBOX-HOST-MODULES')
+
+build() {
+  _kernver="$(

[arch-commits] Commit in virtualbox-host-modules-arch/trunk (PKGBUILD)

2021-11-22 Thread Christian Hesse via arch-commits
Date: Monday, November 22, 2021 @ 19:54:15
  Author: eworm
Revision: 1054354

upgpkg: virtualbox-host-modules-arch 6.1.30-1: new upstream release, for linux 
5.15.4.arch1-1

Modified:
  virtualbox-host-modules-arch/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2021-11-22 19:51:03 UTC (rev 1054353)
+++ PKGBUILD2021-11-22 19:54:15 UTC (rev 1054354)
@@ -2,8 +2,8 @@
 # Contributor: Ionut Biru 
 
 pkgname='virtualbox-host-modules-arch'
-pkgver=6.1.28
-pkgrel=10
+pkgver=6.1.30
+pkgrel=1
 pkgdesc='Virtualbox host kernel modules for Arch Kernel'
 arch=('x86_64')
 url='https://virtualbox.org/'



[arch-commits] Commit in virtualbox/repos (26 files)

2021-11-22 Thread Christian Hesse via arch-commits
Date: Monday, November 22, 2021 @ 19:51:03
  Author: eworm
Revision: 1054353

archrelease: copy trunk to community-testing-x86_64

Added:
  virtualbox/repos/community-testing-x86_64/
  virtualbox/repos/community-testing-x86_64/001-disable-update.patch
(from rev 1054352, virtualbox/trunk/001-disable-update.patch)
  virtualbox/repos/community-testing-x86_64/005-gsoap-build.patch
(from rev 1054352, virtualbox/trunk/005-gsoap-build.patch)
  virtualbox/repos/community-testing-x86_64/006-rdesktop-vrdp-keymap-path.patch
(from rev 1054352, virtualbox/trunk/006-rdesktop-vrdp-keymap-path.patch)
  virtualbox/repos/community-testing-x86_64/008-no-vboxvideo.patch
(from rev 1054352, virtualbox/trunk/008-no-vboxvideo.patch)
  virtualbox/repos/community-testing-x86_64/009-i3wm.patch
(from rev 1054352, virtualbox/trunk/009-i3wm.patch)
  
virtualbox/repos/community-testing-x86_64/012-vbglR3GuestCtrlDetectPeekGetCancelSupport.patch
(from rev 1054352, 
virtualbox/trunk/012-vbglR3GuestCtrlDetectPeekGetCancelSupport.patch)
  virtualbox/repos/community-testing-x86_64/013-Makefile.patch
(from rev 1054352, virtualbox/trunk/013-Makefile.patch)
  virtualbox/repos/community-testing-x86_64/017-fix-narrowing-conversion.patch
(from rev 1054352, virtualbox/trunk/017-fix-narrowing-conversion.patch)
  virtualbox/repos/community-testing-x86_64/018-xclient.patch
(from rev 1054352, virtualbox/trunk/018-xclient.patch)
  virtualbox/repos/community-testing-x86_64/60-vboxdrv.rules
(from rev 1054352, virtualbox/trunk/60-vboxdrv.rules)
  virtualbox/repos/community-testing-x86_64/60-vboxguest.rules
(from rev 1054352, virtualbox/trunk/60-vboxguest.rules)
  virtualbox/repos/community-testing-x86_64/LocalConfig.kmk
(from rev 1054352, virtualbox/trunk/LocalConfig.kmk)
  virtualbox/repos/community-testing-x86_64/PKGBUILD
(from rev 1054352, virtualbox/trunk/PKGBUILD)
  virtualbox/repos/community-testing-x86_64/build.sh
(from rev 1054352, virtualbox/trunk/build.sh)
  virtualbox/repos/community-testing-x86_64/vboxdrmclient.path
(from rev 1054352, virtualbox/trunk/vboxdrmclient.path)
  virtualbox/repos/community-testing-x86_64/vboxdrmclient.service
(from rev 1054352, virtualbox/trunk/vboxdrmclient.service)
  virtualbox/repos/community-testing-x86_64/vboxreload
(from rev 1054352, virtualbox/trunk/vboxreload)
  virtualbox/repos/community-testing-x86_64/vboxservice-nox.service
(from rev 1054352, virtualbox/trunk/vboxservice-nox.service)
  virtualbox/repos/community-testing-x86_64/vboxservice.service
(from rev 1054352, virtualbox/trunk/vboxservice.service)
  virtualbox/repos/community-testing-x86_64/vboxweb.service
(from rev 1054352, virtualbox/trunk/vboxweb.service)
  virtualbox/repos/community-testing-x86_64/virtualbox-ext-vnc.install
(from rev 1054352, virtualbox/trunk/virtualbox-ext-vnc.install)
  virtualbox/repos/community-testing-x86_64/virtualbox-guest-utils.sysusers
(from rev 1054352, virtualbox/trunk/virtualbox-guest-utils.sysusers)
  virtualbox/repos/community-testing-x86_64/virtualbox-host-dkms.conf
(from rev 1054352, virtualbox/trunk/virtualbox-host-dkms.conf)
  virtualbox/repos/community-testing-x86_64/virtualbox-host-dkms.install
(from rev 1054352, virtualbox/trunk/virtualbox-host-dkms.install)
  virtualbox/repos/community-testing-x86_64/virtualbox.sysusers
(from rev 1054352, virtualbox/trunk/virtualbox.sysusers)

-+
 001-disable-update.patch|   13 
 005-gsoap-build.patch   |   11 
 006-rdesktop-vrdp-keymap-path.patch |   12 
 008-no-vboxvideo.patch  |   12 
 009-i3wm.patch  |   50 ++
 012-vbglR3GuestCtrlDetectPeekGetCancelSupport.patch |   14 
 013-Makefile.patch  |   44 ++
 017-fix-narrowing-conversion.patch  |   37 +
 018-xclient.patch   |   24 +
 60-vboxdrv.rules|8 
 60-vboxguest.rules  |2 
 LocalConfig.kmk |   39 +
 PKGBUILD|  355 ++
 build.sh|3 
 vboxdrmclient.path  |6 
 vboxdrmclient.service   |7 
 vboxreload  |   37 +
 vboxservice-nox.service |   11 
 vboxservice.service |   13 
 vboxweb.service |   11 
 virtualbox-ext-vnc.install  |   27 +
 virtualbox-guest-utils.sysusers |1 
 virtualbox-host-dkms.conf   |   31 +
 virtualbox-host-dkms.install|   12 
 virtualbox.sys

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

2021-11-22 Thread Christian Hesse via arch-commits
Date: Monday, November 22, 2021 @ 19:50:48
  Author: eworm
Revision: 1054352

upgpkg: virtualbox 6.1.30-1: new upstream release

Modified:
  virtualbox/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2021-11-22 19:48:10 UTC (rev 1054351)
+++ PKGBUILD2021-11-22 19:50:48 UTC (rev 1054352)
@@ -8,9 +8,9 @@
  'virtualbox-guest-utils'
  'virtualbox-guest-utils-nox'
  'virtualbox-ext-vnc')
-pkgver=6.1.28
+pkgver=6.1.30
 _tarver=${pkgver}
-pkgrel=3
+pkgrel=1
 arch=('x86_64')
 url='https://virtualbox.org/'
 license=('GPL' 'custom')
@@ -73,7 +73,7 @@
 '013-Makefile.patch'
 '017-fix-narrowing-conversion.patch'
 '018-xclient.patch')
-sha256sums=('8d34993d8e9c0cf35e7bd44dd26c8c757f17a3b7d5a64052f945d00fd798ebfe'
+sha256sums=('3c60a29375549ffc148aaebe859be91b27c19d6fa2deefde1373c4f6da8f18ef'
 '76d98ea062fcad9e5e3fa981d046a6eb12a3e718a296544a68b66f4b65cb56db'
 '2101ebb58233bbfadf3aa74381f22f7e7e508559d2b46387114bc2d8e308554c'
 'da4c49f6ca94e047e196cdbcba2c321199f4760056ea66e0fbc659353e128c9e'



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

2021-11-22 Thread Bruno Pagani via arch-commits
Date: Monday, November 22, 2021 @ 19:48:10
  Author: archange
Revision: 1054351

archrelease: copy trunk to community-x86_64

Added:
  level-zero/repos/community-x86_64/PKGBUILD
(from rev 1054350, level-zero/trunk/PKGBUILD)
Deleted:
  level-zero/repos/community-x86_64/PKGBUILD

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

Deleted: PKGBUILD
===
--- PKGBUILD2021-11-22 19:47:37 UTC (rev 1054350)
+++ PKGBUILD2021-11-22 19:48:10 UTC (rev 1054351)
@@ -1,49 +0,0 @@
-# Maintainer: Daniel Bermond 
-# Maintainer: Bruno Pagani 
-
-pkgbase=level-zero
-pkgname=(level-zero-headers level-zero-loader)
-pkgver=1.5.4
-pkgrel=1
-pkgdesc="API for accessing low level interfaces in oneAPI platform devices"
-arch=(x86_64)
-url="https://spec.oneapi.com/versions/latest/elements/l0/source/index.html";
-license=(MIT)
-makedepends=(cmake opencl-headers)
-source=(https://github.com/oneapi-src/level-zero/archive/v${pkgver}/${pkgbase}-${pkgver}.tar.gz)
-sha256sums=('0332215bd00f49e3cc75cf0cfb0111b5e8b7f41046f0b85e29725f00c26bf750')
-
-prepare() {
-printf '%s\n' ${pkgver##*.} > ${pkgbase}-${pkgver}/VERSION_PATCH
-}
-
-build() {
-cmake -B build -S ${pkgbase}-${pkgver} \
--DCMAKE_BUILD_TYPE=None \
--DCMAKE_INSTALL_PREFIX=/usr \
--Wno-dev
-make -C build
-}
-
-package_level-zero-headers() {
-pkgdesc+=" (headers)"
-#arch=(any) # Not supported for now, maybe later
-
-make -C build DESTDIR="${pkgdir}" install
-install -Dm644 ${pkgbase}-${pkgver}/LICENSE -t 
"${pkgdir}"/usr/share/licenses/${pkgname}
-
-# remove loader files
-[ -d 'loader' ] && rm -rf loader
-install -d loader/lib
-mv "${pkgdir}"/usr/lib/*so* loader/lib
-}
-
-package_level-zero-loader() {
-pkgdesc+=" (loader)"
-depends=(gcc-libs)
-optdepends=('level-zero-driver: for packaged Level Zero driver')
-
-mv loader "${pkgdir}"/usr
-install -Dm644 ${pkgbase}-${pkgver}/LICENSE -t 
"${pkgdir}"/usr/share/licenses/${pkgname}
-}
-

Copied: level-zero/repos/community-x86_64/PKGBUILD (from rev 1054350, 
level-zero/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2021-11-22 19:48:10 UTC (rev 1054351)
@@ -0,0 +1,49 @@
+# Maintainer: Daniel Bermond 
+# Maintainer: Bruno Pagani 
+
+pkgbase=level-zero
+pkgname=(level-zero-headers level-zero-loader)
+pkgver=1.6.2
+pkgrel=1
+pkgdesc="API for accessing low level interfaces in oneAPI platform devices"
+arch=(x86_64)
+url="https://spec.oneapi.com/versions/latest/elements/l0/source/index.html";
+license=(MIT)
+makedepends=(cmake opencl-headers)
+source=(https://github.com/oneapi-src/level-zero/archive/v${pkgver}/${pkgbase}-${pkgver}.tar.gz)
+sha256sums=('ef124adc7a011b672e661fbe38873d7db6546c068a4a03610fdc5118b6b6cbf7')
+
+prepare() {
+printf '%s\n' ${pkgver##*.} > ${pkgbase}-${pkgver}/VERSION_PATCH
+}
+
+build() {
+cmake -B build -S ${pkgbase}-${pkgver} \
+-DCMAKE_BUILD_TYPE=None \
+-DCMAKE_INSTALL_PREFIX=/usr \
+-Wno-dev
+make -C build
+}
+
+package_level-zero-headers() {
+pkgdesc+=" (headers)"
+#arch=(any) # Not supported for now, maybe later
+
+make -C build DESTDIR="${pkgdir}" install
+install -Dm644 ${pkgbase}-${pkgver}/LICENSE -t 
"${pkgdir}"/usr/share/licenses/${pkgname}
+
+# remove loader files
+[ -d 'loader' ] && rm -rf loader
+install -d loader/lib
+mv "${pkgdir}"/usr/lib/*so* loader/lib
+}
+
+package_level-zero-loader() {
+pkgdesc+=" (loader)"
+depends=(gcc-libs)
+optdepends=('level-zero-driver: for packaged Level Zero driver')
+
+mv loader "${pkgdir}"/usr
+install -Dm644 ${pkgbase}-${pkgver}/LICENSE -t 
"${pkgdir}"/usr/share/licenses/${pkgname}
+}
+



[arch-commits] Commit in element.io/repos/community-x86_64 (8 files)

2021-11-22 Thread Bruno Pagani via arch-commits
Date: Monday, November 22, 2021 @ 19:47:37
  Author: archange
Revision: 1054350

archrelease: copy trunk to community-x86_64

Added:
  element.io/repos/community-x86_64/PKGBUILD
(from rev 1054348, element.io/trunk/PKGBUILD)
  element.io/repos/community-x86_64/autolaunch.patch
(from rev 1054349, element.io/trunk/autolaunch.patch)
  element.io/repos/community-x86_64/element-desktop.sh
(from rev 1054349, element.io/trunk/element-desktop.sh)
  element.io/repos/community-x86_64/io.element.Element.desktop
(from rev 1054349, element.io/trunk/io.element.Element.desktop)
Deleted:
  element.io/repos/community-x86_64/PKGBUILD
  element.io/repos/community-x86_64/autolaunch.patch
  element.io/repos/community-x86_64/element-desktop.sh
  element.io/repos/community-x86_64/io.element.Element.desktop

+
 PKGBUILD   |  196 +--
 autolaunch.patch   |   22 ++--
 element-desktop.sh |6 -
 io.element.Element.desktop |   20 ++--
 4 files changed, 122 insertions(+), 122 deletions(-)

Deleted: PKGBUILD
===
--- PKGBUILD2021-11-22 19:47:17 UTC (rev 1054349)
+++ PKGBUILD2021-11-22 19:47:37 UTC (rev 1054350)
@@ -1,98 +0,0 @@
-# Maintainer: Bruno Pagani 
-# Contributor: Steef Hegeman 
-# Contributor: Luca Weiss 
-# Contributor: Julian Schacher 
-
-_electron=electron13
-pkgbase=element.io
-pkgname=(element-web element-desktop)
-pkgver=1.9.4
-pkgrel=1
-pkgdesc="Glossy Matrix collaboration client — "
-arch=(x86_64)
-url="https://element.io";
-license=(Apache)
-makedepends=(npm git yarn python rust sqlcipher ${_electron} nodejs)
-_url="https://github.com/vector-im/element";
-source=(element-web-${pkgver}.tar.gz::${_url}-web/archive/v${pkgver}.tar.gz
-
element-web-${pkgver}.tar.gz.asc::${_url}-web/releases/download/v${pkgver}/v${pkgver}-src.tar.gz.asc
-
element-desktop-${pkgver}.tar.gz::${_url}-desktop/archive/v${pkgver}.tar.gz
-
element-desktop-${pkgver}.tar.gz.asc::${_url}-desktop/releases/download/v${pkgver}/v${pkgver}-src.tar.gz.asc
-autolaunch.patch
-io.element.Element.desktop
-element-desktop.sh)
-sha256sums=('e5f98816d630d6ecc2f8942bfc1ff5bba2d9e479ecc38f2329171ae39609351a'
-'SKIP'
-'58693203c41e560c6cbd50d735962e3f20c8313b00149b1b4f601a33bad2a845'
-'SKIP'
-'aaae4ffa41590361dac0c159aecc1166f69e459e89faa9d5cab1202f0277e06f'
-'0103f28a32fe31f698836516783c1c70a76a0117b5df7fd0af5c422c224220f9'
-'4c931121009985e7d3f73928c9db88508eedd974a7741e635bb290e3a2cd75db')
-validpgpkeys=(712BFBEE92DCA45252DB17D7C7BE97EFA179B100) # Element Releases 

-
-prepare() {
-  # Specify electron version in launcher
-  sed -i "s|@ELECTRON@|${_electron}|" element-desktop.sh
-
-  cd element-web-${pkgver}
-  yarn install --no-fund
-
-  cd ../element-desktop-${pkgver}
-  patch -p1 < ../autolaunch.patch
-  sed -i 's|"target": "deb"|"target": "dir"|' package.json
-  sed -i 's|"electronVersion": "13.5.1"|"electronVersion": "13.6.1"|' 
package.json
-  sed -i 's|"https://packages.element.io/desktop/update/";|null|' 
element.io/release/config.json
-  yarn install --no-fund
-}
-
-build() {
-  cd element-web-${pkgver}
-  yarn build --offline
-
-  cd ../element-desktop-${pkgver}
-  yarn run build:native
-  yarn run build
-}
-
-package_element-web() {
-  pkgdesc+="web version."
-  replaces=(riot-web vector-web)
-
-  cd element-web-${pkgver}
-
-  install -d "${pkgdir}"/{usr/share/webapps,etc/webapps}/element
-
-  cp -r webapp/* "${pkgdir}"/usr/share/webapps/element/
-  install -Dm644 config.sample.json -t "${pkgdir}"/etc/webapps/element/
-  ln -s /etc/webapps/element/config.json "${pkgdir}"/usr/share/webapps/element/
-  echo "${pkgver}" > "${pkgdir}"/usr/share/webapps/element/version
-}
-
-package_element-desktop() {
-  pkgdesc+="desktop version."
-  replaces=(riot-desktop)
-  depends=("element-web=${pkgver}" ${_electron} sqlcipher)
-  backup=('etc/element/config.json')
-
-  cd element-desktop-${pkgver}
-
-  install -d "${pkgdir}"{/usr/lib/element/,/etc/webapps/element}
-
-  # Install the app content, replace the webapp with a symlink to the system 
package
-  cp -r dist/linux-unpacked/resources/* "${pkgdir}"/usr/lib/element/
-  ln -s /usr/share/webapps/element "${pkgdir}"/usr/lib/element/webapp
-
-  # Config file
-  ln -s /etc/element/config.json "${pkgdir}"/etc/webapps/element/config.json
-  install -Dm644 element.io/release/config.json -t "${pkgdir}"/etc/element
-
-  # Required extras
-  install -Dm644 ../io.element.Element.desktop -t 
"${pkgdir}"/usr/share/applications/
-  install -Dm755 ../${pkgname}.sh "${pkgdir}"/usr/bin/${pkgname}
-
-  # Icons
-  install -Dm644 
../element-web-${pkgver}/res/themes/element/img/logos/element-logo.svg 
"${pkgdir}"/usr/share/icons/hicolor/scalable/apps/io.element.Element.svg
-  for i in 16 24 48 64 96 128 256 512; do
-install 

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

2021-11-22 Thread Bruno Pagani via arch-commits
Date: Monday, November 22, 2021 @ 19:47:17
  Author: archange
Revision: 1054349

upgpkg: level-zero 1.6.2-1

Modified:
  level-zero/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2021-11-22 19:47:00 UTC (rev 1054348)
+++ PKGBUILD2021-11-22 19:47:17 UTC (rev 1054349)
@@ -3,7 +3,7 @@
 
 pkgbase=level-zero
 pkgname=(level-zero-headers level-zero-loader)
-pkgver=1.5.4
+pkgver=1.6.2
 pkgrel=1
 pkgdesc="API for accessing low level interfaces in oneAPI platform devices"
 arch=(x86_64)
@@ -11,7 +11,7 @@
 license=(MIT)
 makedepends=(cmake opencl-headers)
 
source=(https://github.com/oneapi-src/level-zero/archive/v${pkgver}/${pkgbase}-${pkgver}.tar.gz)
-sha256sums=('0332215bd00f49e3cc75cf0cfb0111b5e8b7f41046f0b85e29725f00c26bf750')
+sha256sums=('ef124adc7a011b672e661fbe38873d7db6546c068a4a03610fdc5118b6b6cbf7')
 
 prepare() {
 printf '%s\n' ${pkgver##*.} > ${pkgbase}-${pkgver}/VERSION_PATCH



[arch-commits] Commit in element.io/trunk (PKGBUILD)

2021-11-22 Thread Bruno Pagani via arch-commits
Date: Monday, November 22, 2021 @ 19:47:00
  Author: archange
Revision: 1054348

upgpkg: element.io 1.9.5-1

Modified:
  element.io/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2021-11-22 19:44:51 UTC (rev 1054347)
+++ PKGBUILD2021-11-22 19:47:00 UTC (rev 1054348)
@@ -6,13 +6,13 @@
 _electron=electron13
 pkgbase=element.io
 pkgname=(element-web element-desktop)
-pkgver=1.9.4
+pkgver=1.9.5
 pkgrel=1
 pkgdesc="Glossy Matrix collaboration client — "
 arch=(x86_64)
 url="https://element.io";
 license=(Apache)
-makedepends=(npm git yarn python rust sqlcipher ${_electron} nodejs)
+makedepends=(npm git yarn python rust sqlcipher ${_electron} 
nodejs-lts-gallium)
 _url="https://github.com/vector-im/element";
 source=(element-web-${pkgver}.tar.gz::${_url}-web/archive/v${pkgver}.tar.gz
 
element-web-${pkgver}.tar.gz.asc::${_url}-web/releases/download/v${pkgver}/v${pkgver}-src.tar.gz.asc
@@ -21,9 +21,9 @@
 autolaunch.patch
 io.element.Element.desktop
 element-desktop.sh)
-sha256sums=('e5f98816d630d6ecc2f8942bfc1ff5bba2d9e479ecc38f2329171ae39609351a'
+sha256sums=('c03c2a556852d20c609cfcfd1fad65e13cc17bfed499968f2fea9a5e1c70e068'
 'SKIP'
-'58693203c41e560c6cbd50d735962e3f20c8313b00149b1b4f601a33bad2a845'
+'3d6773fc5803f839fc8031195c072f0eaff050f1173a6590fb2188cc67d5128a'
 'SKIP'
 'aaae4ffa41590361dac0c159aecc1166f69e459e89faa9d5cab1202f0277e06f'
 '0103f28a32fe31f698836516783c1c70a76a0117b5df7fd0af5c422c224220f9'
@@ -40,7 +40,7 @@
   cd ../element-desktop-${pkgver}
   patch -p1 < ../autolaunch.patch
   sed -i 's|"target": "deb"|"target": "dir"|' package.json
-  sed -i 's|"electronVersion": "13.5.1"|"electronVersion": "13.6.1"|' 
package.json
+  sed -i 's|"electronVersion": "13.5.1"|"electronVersion": "13.6.2"|' 
package.json
   sed -i 's|"https://packages.element.io/desktop/update/";|null|' 
element.io/release/config.json
   yarn install --no-fund
 }



[arch-commits] Commit in virtualbox-guest-iso/repos (4 files)

2021-11-22 Thread Christian Hesse via arch-commits
Date: Monday, November 22, 2021 @ 19:44:51
  Author: eworm
Revision: 1054347

archrelease: copy trunk to community-testing-any

Added:
  virtualbox-guest-iso/repos/community-testing-any/
  virtualbox-guest-iso/repos/community-testing-any/PKGBUILD
(from rev 1054346, virtualbox-guest-iso/trunk/PKGBUILD)
  virtualbox-guest-iso/repos/community-testing-any/license
(from rev 1054346, virtualbox-guest-iso/trunk/license)
  virtualbox-guest-iso/repos/community-testing-any/virtualbox-guest-iso.install
(from rev 1054346, virtualbox-guest-iso/trunk/virtualbox-guest-iso.install)

--+
 PKGBUILD |   29 +
 license  |   34 ++
 virtualbox-guest-iso.install |   18 ++
 3 files changed, 81 insertions(+)

Copied: virtualbox-guest-iso/repos/community-testing-any/PKGBUILD (from rev 
1054346, virtualbox-guest-iso/trunk/PKGBUILD)
===
--- community-testing-any/PKGBUILD  (rev 0)
+++ community-testing-any/PKGBUILD  2021-11-22 19:44:51 UTC (rev 1054347)
@@ -0,0 +1,29 @@
+# Maintainer: Sébastien Luttringer
+# Contributor: Jonathan Steel 
+# Contributor: Ionut Biru 
+# Contributor: Geoffroy Carrier 
+# Contributor: Andrea Scarpino 
+# Contributor: Roman Kyrylych 
+
+pkgname=virtualbox-guest-iso
+pkgver=6.1.30
+pkgrel=1
+pkgdesc='The official VirtualBox Guest Additions ISO image'
+arch=('any')
+url='https://www.virtualbox.org/'
+license=('custom:PUEL')
+install=virtualbox-guest-iso.install
+replaces=('virtualbox-additions' 'virtualbox-iso-additions')
+conflicts=('virtualbox-additions' 'virtualbox-iso-additions')
+noextract=(VBoxGuestAdditions_$pkgver.iso)
+source=("https://download.virtualbox.org/virtualbox/$pkgver/VBoxGuestAdditions_$pkgver.iso";
+'license')
+sha256sums=('d324d2d09d8dd00b1eb3ef3d80ab2e1726998421d13adc0d2a90e05d355aaa5c'
+'fbe9cd6288037bff44716642ee4bea9c42c2d60eb5ed86cb48fa95147d9e8623')
+
+package() {
+  install -D -m 0644 VBoxGuestAdditions_$pkgver.iso \
+"$pkgdir/usr/lib/virtualbox/additions/VBoxGuestAdditions.iso"
+  install -D -m 0644 "$srcdir/license" \
+"$pkgdir/usr/share/licenses/$pkgname/LICENSE"
+}

Copied: virtualbox-guest-iso/repos/community-testing-any/license (from rev 
1054346, virtualbox-guest-iso/trunk/license)
===
--- community-testing-any/license   (rev 0)
+++ community-testing-any/license   2021-11-22 19:44:51 UTC (rev 1054347)
@@ -0,0 +1,34 @@
+VirtualBox Personal Use and Evaluation License (PUEL) 
+
+This license applies if you download the full VirtualBox binaries from the 
Downloads page. It does not apply to the VirtualBox Open Source Edition (OSE), 
which falls under the GPL instead; see Editions for details about the 
differences between these releases.
+
+In summary, the VirtualBox PUEL allows you to use VirtualBox free of charge
+
+* for personal use or, alternatively,
+* for product evaluation. 
+
+In addition, academic use of VirtualBox is also permitted free of charge by 
the PUEL.
+
+If you do not belong to either category, you will have to purchase a 
commercial license. Do not hesitate to contact InnoTek in this matter.
+
+If you are confused by the legalese below, you may also want to take a look at 
our Licensing FAQ to answer a few common questions.
+VirtualBox PUEL terms and conditions ¶
+
+Version 1.2, 2007-02-21
+
+InnoTek Systemberatung GmbH, Werkstrasse 24, 71384 Weinstadt, Germany grants 
you the right to use the software product as defined in § 1 according to the 
following provisions. If you do not agree to all conditions set forth by this 
license, you may not use the product, because only InnoTek as the product’s 
owner can give you permission to use it.
+
+§ 1 Subject of license. “Product”, as referred to in this License, shall be 
the binary software package “VirtualBox”, which allows for creating multiple 
virtual computers, each with different operating systems (“Guest Computers”), 
on a physical computer with a specific operating system (“Host Computer”), to 
allow for installing and executing these Guest Computers simultaneously. The 
Product consists of executable files in machine code for the Windows 2000/XP 
and Linux operating systems as well as other data files as required by the 
executable files at run-time and documentation in electronic form.
+
+§ 2 Grant of license. (1) InnoTek grants you a personal right to install and 
execute the Product on a Host Computer for Personal Use or Educational Use or 
for Evaluation. “Personal Use” requires that you use the product on the same 
Host Computer where you installed it yourself and that no more than one client 
connect to that Host Computer at a time for the purpose of displaying Guest 
Computers remotely. “Educational use” is any use 

[arch-commits] Commit in virtualbox-guest-iso/trunk (PKGBUILD)

2021-11-22 Thread Christian Hesse via arch-commits
Date: Monday, November 22, 2021 @ 19:44:42
  Author: eworm
Revision: 1054346

upgpkg: virtualbox-guest-iso 6.1.30-1: new upstream release

Modified:
  virtualbox-guest-iso/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2021-11-22 19:31:38 UTC (rev 1054345)
+++ PKGBUILD2021-11-22 19:44:42 UTC (rev 1054346)
@@ -6,7 +6,7 @@
 # Contributor: Roman Kyrylych 
 
 pkgname=virtualbox-guest-iso
-pkgver=6.1.28
+pkgver=6.1.30
 pkgrel=1
 pkgdesc='The official VirtualBox Guest Additions ISO image'
 arch=('any')
@@ -18,7 +18,7 @@
 noextract=(VBoxGuestAdditions_$pkgver.iso)
 
source=("https://download.virtualbox.org/virtualbox/$pkgver/VBoxGuestAdditions_$pkgver.iso";
 'license')
-sha256sums=('eab85206cfb9d7087982deb2635d19a4244a3c6783622a4817fb1a31e48e98e5'
+sha256sums=('d324d2d09d8dd00b1eb3ef3d80ab2e1726998421d13adc0d2a90e05d355aaa5c'
 'fbe9cd6288037bff44716642ee4bea9c42c2d60eb5ed86cb48fa95147d9e8623')
 
 package() {



[arch-commits] Commit in gitg/repos/extra-x86_64 (3 files)

2021-11-22 Thread Jan Steffens via arch-commits
Date: Monday, November 22, 2021 @ 19:44:13
  Author: heftig
Revision: 428967

archrelease: copy trunk to extra-x86_64

Added:
  gitg/repos/extra-x86_64/PKGBUILD
(from rev 428966, gitg/trunk/PKGBUILD)
Deleted:
  gitg/repos/extra-x86_64/PKGBUILD
  gitg/repos/extra-x86_64/allow-nullable-head-parameter-in-stash_if_needed.patch

+
 PKGBUILD   |   87 +++
 allow-nullable-head-parameter-in-stash_if_needed.patch |   31 -
 2 files changed, 43 insertions(+), 75 deletions(-)

Deleted: PKGBUILD
===
--- PKGBUILD2021-11-22 19:44:08 UTC (rev 428966)
+++ PKGBUILD2021-11-22 19:44:13 UTC (rev 428967)
@@ -1,44 +0,0 @@
-# Contributor: Eric Bélanger 
-
-pkgname=gitg
-pkgver=3.32.1+17+gb4c8155f
-pkgrel=2
-epoch=1
-pkgdesc="GNOME GUI client to view git repositories"
-url="https://wiki.gnome.org/Apps/Gitg";
-arch=(x86_64)
-license=(GPL)
-depends=(gtksourceview3 git libgit2-glib libgee webkit2gtk libpeas gtkspell3 
python-gobject
- libdazzle)
-makedepends=(gobject-introspection git meson vala)
-_commit=b4c8155f641ed2d1afa8a090a04b44853286abe1  # gnome-3-32
-source=("git+https://gitlab.gnome.org/GNOME/gitg.git#commit=$_commit";
-allow-nullable-head-parameter-in-stash_if_needed.patch)
-sha256sums=('SKIP'
-'e898a9d6d1cfed98edafd8f39b592ae7e47037ff51772f88bc2e085fc7bf5dec')
-
-pkgver() {
-  cd $pkgname
-  git describe --tags | sed 's/^v//;s/-/+/g'
-}
-
-prepare() {
-  cd $pkgname
-  # https://gitlab.gnome.org/GNOME/gitg/-/merge_requests/159
-  patch -Np1 -i ../allow-nullable-head-parameter-in-stash_if_needed.patch
-}
-
-build() {
-  arch-meson $pkgname build
-  ninja -C build
-}
-
-check() {
-  meson test -C build --print-errorlogs
-}
-
-package() {
-  DESTDIR="$pkgdir" meson install -C build
-  python -m compileall -d /usr/lib "$pkgdir/usr/lib"
-  python -O -m compileall -d /usr/lib "$pkgdir/usr/lib"
-}

Copied: gitg/repos/extra-x86_64/PKGBUILD (from rev 428966, gitg/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2021-11-22 19:44:13 UTC (rev 428967)
@@ -0,0 +1,43 @@
+# Contributor: Eric Bélanger 
+
+pkgname=gitg
+pkgver=3.32.1+r23+g33bb5d2d
+pkgrel=1
+epoch=2
+pkgdesc="GNOME GUI client to view git repositories"
+url="https://wiki.gnome.org/Apps/Gitg";
+arch=(x86_64)
+license=(GPL)
+depends=(gtksourceview3 git libgit2-glib libgee webkit2gtk libpeas gtkspell3
+ python-gobject libdazzle)
+makedepends=(gobject-introspection git meson vala)
+_commit=33bb5d2d896fcf2fc9a2ed50b236b727c5364895  # gnome-3-32
+source=("git+https://gitlab.gnome.org/GNOME/gitg.git#commit=$_commit";)
+sha256sums=('SKIP')
+
+pkgver() {
+  cd gitg
+  git describe --tags | sed 's/^v//;s/[^-]*-g/r&/;s/-/+/g'
+}
+
+prepare() {
+  cd gitg
+
+  # fix tests
+  git cherry-pick -n b9f102c760adaee8185567007bcbe3b6604754f2
+}
+
+build() {
+  arch-meson gitg build
+  meson compile -C build
+}
+
+check() {
+  meson test -C build --print-errorlogs
+}
+
+package() {
+  meson install -C build --destdir "$pkgdir"
+  python -m compileall -d /usr/lib "$pkgdir/usr/lib"
+  python -O -m compileall -d /usr/lib "$pkgdir/usr/lib"
+}

Deleted: allow-nullable-head-parameter-in-stash_if_needed.patch
===
--- allow-nullable-head-parameter-in-stash_if_needed.patch  2021-11-22 
19:44:08 UTC (rev 428966)
+++ allow-nullable-head-parameter-in-stash_if_needed.patch  2021-11-22 
19:44:13 UTC (rev 428967)
@@ -1,31 +0,0 @@
-From eddcb2a5cd9579e3b70b6aad56f1d5e89612f83a Mon Sep 17 00:00:00 2001
-From: Evangelos Foutras 
-Date: Fri, 20 Nov 2020 14:11:04 +0200
-Subject: [PATCH] Allow nullable head parameter in stash_if_needed()
-
-Newer versions of Vala perform parameter checks in async methods, so
-Gitg.ActionSupport.stash_if_needed's head param should be Gitg.Ref?.
-
-Related Vala issue: https://gitlab.gnome.org/GNOME/vala/-/issues/299
-
-Fixes the following assertion failure:
-
-  (tests/gitg/tests-gitg:2977): gitg-CRITICAL **: 07:44:32.083:
-gitg_action_support_stash_if_needed: assertion 'head != NULL' failed

- gitg/gitg-action-support.vala | 2 +-
- 1 file changed, 1 insertion(+), 1 deletion(-)
-
-diff --git a/gitg/gitg-action-support.vala b/gitg/gitg-action-support.vala
-index 6eb7ad8d..d864fffc 100644
 a/gitg/gitg-action-support.vala
-+++ b/gitg/gitg-action-support.vala
-@@ -122,7 +122,7 @@ public class ActionSupport : Object
-   return head != null;
-   }
- 
--  public async bool stash_if_needed(SimpleNotification notification, 
Gitg.Ref head)
-+  public async bool stash_if_needed(SimpleNotification notification, 
Gitg.Ref? head)
-   {
-   // Offer to stash if there are any local changes
-   if ((yield working_directory_dirty()))



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

2021-11-22 Thread Jan Steffens via arch-commits
Date: Monday, November 22, 2021 @ 19:44:08
  Author: heftig
Revision: 428966

3.32.1+r23+g33bb5d2d-1

Modified:
  gitg/trunk/PKGBUILD
Deleted:
  gitg/trunk/allow-nullable-head-parameter-in-stash_if_needed.patch

+
 PKGBUILD   |   35 +++
 allow-nullable-head-parameter-in-stash_if_needed.patch |   31 -
 2 files changed, 17 insertions(+), 49 deletions(-)

Modified: PKGBUILD
===
--- PKGBUILD2021-11-22 19:28:48 UTC (rev 428965)
+++ PKGBUILD2021-11-22 19:44:08 UTC (rev 428966)
@@ -1,36 +1,35 @@
 # Contributor: Eric Bélanger 
 
 pkgname=gitg
-pkgver=3.32.1+17+gb4c8155f
-pkgrel=2
-epoch=1
+pkgver=3.32.1+r23+g33bb5d2d
+pkgrel=1
+epoch=2
 pkgdesc="GNOME GUI client to view git repositories"
 url="https://wiki.gnome.org/Apps/Gitg";
 arch=(x86_64)
 license=(GPL)
-depends=(gtksourceview3 git libgit2-glib libgee webkit2gtk libpeas gtkspell3 
python-gobject
- libdazzle)
+depends=(gtksourceview3 git libgit2-glib libgee webkit2gtk libpeas gtkspell3
+ python-gobject libdazzle)
 makedepends=(gobject-introspection git meson vala)
-_commit=b4c8155f641ed2d1afa8a090a04b44853286abe1  # gnome-3-32
-source=("git+https://gitlab.gnome.org/GNOME/gitg.git#commit=$_commit";
-allow-nullable-head-parameter-in-stash_if_needed.patch)
-sha256sums=('SKIP'
-'e898a9d6d1cfed98edafd8f39b592ae7e47037ff51772f88bc2e085fc7bf5dec')
+_commit=33bb5d2d896fcf2fc9a2ed50b236b727c5364895  # gnome-3-32
+source=("git+https://gitlab.gnome.org/GNOME/gitg.git#commit=$_commit";)
+sha256sums=('SKIP')
 
 pkgver() {
-  cd $pkgname
-  git describe --tags | sed 's/^v//;s/-/+/g'
+  cd gitg
+  git describe --tags | sed 's/^v//;s/[^-]*-g/r&/;s/-/+/g'
 }
 
 prepare() {
-  cd $pkgname
-  # https://gitlab.gnome.org/GNOME/gitg/-/merge_requests/159
-  patch -Np1 -i ../allow-nullable-head-parameter-in-stash_if_needed.patch
+  cd gitg
+
+  # fix tests
+  git cherry-pick -n b9f102c760adaee8185567007bcbe3b6604754f2
 }
 
 build() {
-  arch-meson $pkgname build
-  ninja -C build
+  arch-meson gitg build
+  meson compile -C build
 }
 
 check() {
@@ -38,7 +37,7 @@
 }
 
 package() {
-  DESTDIR="$pkgdir" meson install -C build
+  meson install -C build --destdir "$pkgdir"
   python -m compileall -d /usr/lib "$pkgdir/usr/lib"
   python -O -m compileall -d /usr/lib "$pkgdir/usr/lib"
 }

Deleted: allow-nullable-head-parameter-in-stash_if_needed.patch
===
--- allow-nullable-head-parameter-in-stash_if_needed.patch  2021-11-22 
19:28:48 UTC (rev 428965)
+++ allow-nullable-head-parameter-in-stash_if_needed.patch  2021-11-22 
19:44:08 UTC (rev 428966)
@@ -1,31 +0,0 @@
-From eddcb2a5cd9579e3b70b6aad56f1d5e89612f83a Mon Sep 17 00:00:00 2001
-From: Evangelos Foutras 
-Date: Fri, 20 Nov 2020 14:11:04 +0200
-Subject: [PATCH] Allow nullable head parameter in stash_if_needed()
-
-Newer versions of Vala perform parameter checks in async methods, so
-Gitg.ActionSupport.stash_if_needed's head param should be Gitg.Ref?.
-
-Related Vala issue: https://gitlab.gnome.org/GNOME/vala/-/issues/299
-
-Fixes the following assertion failure:
-
-  (tests/gitg/tests-gitg:2977): gitg-CRITICAL **: 07:44:32.083:
-gitg_action_support_stash_if_needed: assertion 'head != NULL' failed

- gitg/gitg-action-support.vala | 2 +-
- 1 file changed, 1 insertion(+), 1 deletion(-)
-
-diff --git a/gitg/gitg-action-support.vala b/gitg/gitg-action-support.vala
-index 6eb7ad8d..d864fffc 100644
 a/gitg/gitg-action-support.vala
-+++ b/gitg/gitg-action-support.vala
-@@ -122,7 +122,7 @@ public class ActionSupport : Object
-   return head != null;
-   }
- 
--  public async bool stash_if_needed(SimpleNotification notification, 
Gitg.Ref head)
-+  public async bool stash_if_needed(SimpleNotification notification, 
Gitg.Ref? head)
-   {
-   // Offer to stash if there are any local changes
-   if ((yield working_directory_dirty()))



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

2021-11-22 Thread Bruno Pagani via arch-commits
Date: Monday, November 22, 2021 @ 19:31:38
  Author: archange
Revision: 1054345

archrelease: copy trunk to community-any

Added:
  restinio/repos/community-any/PKGBUILD
(from rev 1054344, restinio/trunk/PKGBUILD)
Deleted:
  restinio/repos/community-any/PKGBUILD

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

Deleted: PKGBUILD
===
--- PKGBUILD2021-11-22 19:31:14 UTC (rev 1054344)
+++ PKGBUILD2021-11-22 19:31:38 UTC (rev 1054345)
@@ -1,33 +0,0 @@
-# Maintainer: Bruno Pagani 
-
-pkgname=restinio
-pkgver=0.6.13
-pkgrel=1
-pkgdesc="Header-only C++14 library that gives you an embedded HTTP/Websocket 
server"
-arch=(any)
-url="https://stiffstream.com/en/products/restinio.html";
-license=(BSD)
-depends=(asio http-parser fmt)
-makedepends=(cmake gcc openssl zlib pcre pcre2 boost)
-source=(https://github.com/Stiffstream/restinio/releases/download/v.${pkgver}/${pkgname}-${pkgver}.tar.bz2)
-sha256sums=('b35d696e6fafd4563ca708fcecf9d0cf6705c846d417b5000f5252e0188848e7')
-
-build() {
-  cmake -B build -S ${pkgname}-${pkgver}/dev/ \
-  -DCMAKE_BUILD_TYPE=Release \
-  -DCMAKE_INSTALL_PREFIX=/usr \
-  -DRESTINIO_FIND_DEPS=ON \
-  -DRESTINIO_TEST=OFF \
-  -DRESTINIO_SAMPLE=OFF \
-  -DRESTINIO_INSTALL_SAMPLES=OFF \
-  -DRESTINIO_BENCH=OFF \
-  -DRESTINIO_INSTALL_BENCHES=OFF \
-  -DRESTINIO_ALLOW_SOBJECTIZER=OFF \
-  -DRESTINIO_USE_EXTERNAL_HTTP_PARSER=ON
-  make -C build
-}
-
-package() {
-  make -C build DESTDIR="${pkgdir}" install
-  install -Dm644 ${pkgname}-${pkgver}/LICENSE -t 
"${pkgdir}"/usr/share/licenses/${pkgname}
-}

Copied: restinio/repos/community-any/PKGBUILD (from rev 1054344, 
restinio/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2021-11-22 19:31:38 UTC (rev 1054345)
@@ -0,0 +1,33 @@
+# Maintainer: Bruno Pagani 
+
+pkgname=restinio
+pkgver=0.6.14
+pkgrel=1
+pkgdesc="Header-only C++14 library that gives you an embedded HTTP/Websocket 
server"
+arch=(any)
+url="https://stiffstream.com/en/products/restinio.html";
+license=(BSD)
+depends=(asio http-parser fmt)
+makedepends=(cmake gcc openssl zlib pcre pcre2 boost)
+source=(https://github.com/Stiffstream/restinio/releases/download/v.${pkgver}/${pkgname}-${pkgver}.tar.bz2)
+sha256sums=('b75bb9a1b843a05968eb696eda41029b76a3833bd056e8fb00cd68853fc97796')
+
+build() {
+  cmake -B build -S ${pkgname}-${pkgver}/dev/ \
+  -DCMAKE_BUILD_TYPE=Release \
+  -DCMAKE_INSTALL_PREFIX=/usr \
+  -DRESTINIO_FIND_DEPS=ON \
+  -DRESTINIO_TEST=OFF \
+  -DRESTINIO_SAMPLE=OFF \
+  -DRESTINIO_INSTALL_SAMPLES=OFF \
+  -DRESTINIO_BENCH=OFF \
+  -DRESTINIO_INSTALL_BENCHES=OFF \
+  -DRESTINIO_ALLOW_SOBJECTIZER=OFF \
+  -DRESTINIO_USE_EXTERNAL_HTTP_PARSER=ON
+  make -C build
+}
+
+package() {
+  make -C build DESTDIR="${pkgdir}" install
+  install -Dm644 ${pkgname}-${pkgver}/LICENSE -t 
"${pkgdir}"/usr/share/licenses/${pkgname}
+}



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

2021-11-22 Thread Bruno Pagani via arch-commits
Date: Monday, November 22, 2021 @ 19:31:14
  Author: archange
Revision: 1054344

upgpkg: restinio 0.6.14-1

Modified:
  restinio/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2021-11-22 19:29:19 UTC (rev 1054343)
+++ PKGBUILD2021-11-22 19:31:14 UTC (rev 1054344)
@@ -1,7 +1,7 @@
 # Maintainer: Bruno Pagani 
 
 pkgname=restinio
-pkgver=0.6.13
+pkgver=0.6.14
 pkgrel=1
 pkgdesc="Header-only C++14 library that gives you an embedded HTTP/Websocket 
server"
 arch=(any)
@@ -10,7 +10,7 @@
 depends=(asio http-parser fmt)
 makedepends=(cmake gcc openssl zlib pcre pcre2 boost)
 
source=(https://github.com/Stiffstream/restinio/releases/download/v.${pkgver}/${pkgname}-${pkgver}.tar.bz2)
-sha256sums=('b35d696e6fafd4563ca708fcecf9d0cf6705c846d417b5000f5252e0188848e7')
+sha256sums=('b75bb9a1b843a05968eb696eda41029b76a3833bd056e8fb00cd68853fc97796')
 
 build() {
   cmake -B build -S ${pkgname}-${pkgver}/dev/ \



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

2021-11-22 Thread Sven-Hendrik Haase via arch-commits
Date: Monday, November 22, 2021 @ 19:29:19
  Author: svenstaro
Revision: 1054343

archrelease: copy trunk to community-x86_64

Added:
  gitlab-runner/repos/community-x86_64/PKGBUILD
(from rev 1054342, gitlab-runner/trunk/PKGBUILD)
  gitlab-runner/repos/community-x86_64/config.toml
(from rev 1054342, gitlab-runner/trunk/config.toml)
  gitlab-runner/repos/community-x86_64/gitlab-runner.install
(from rev 1054342, gitlab-runner/trunk/gitlab-runner.install)
  gitlab-runner/repos/community-x86_64/gitlab-runner.service
(from rev 1054342, gitlab-runner/trunk/gitlab-runner.service)
  gitlab-runner/repos/community-x86_64/gitlab-runner.sysusers
(from rev 1054342, gitlab-runner/trunk/gitlab-runner.sysusers)
  gitlab-runner/repos/community-x86_64/gitlab-runner.tmpfiles
(from rev 1054342, gitlab-runner/trunk/gitlab-runner.tmpfiles)
Deleted:
  gitlab-runner/repos/community-x86_64/PKGBUILD
  gitlab-runner/repos/community-x86_64/config.toml
  gitlab-runner/repos/community-x86_64/gitlab-runner.install
  gitlab-runner/repos/community-x86_64/gitlab-runner.service
  gitlab-runner/repos/community-x86_64/gitlab-runner.sysusers
  gitlab-runner/repos/community-x86_64/gitlab-runner.tmpfiles

+
 PKGBUILD   |  188 +++
 config.toml|2 
 gitlab-runner.install  |   12 +--
 gitlab-runner.service  |   30 +++
 gitlab-runner.sysusers |2 
 gitlab-runner.tmpfiles |2 
 6 files changed, 118 insertions(+), 118 deletions(-)

Deleted: PKGBUILD
===
--- PKGBUILD2021-11-22 19:29:09 UTC (rev 1054342)
+++ PKGBUILD2021-11-22 19:29:19 UTC (rev 1054343)
@@ -1,94 +0,0 @@
-# Maintainer: Sven-Hendrik Haase 
-# Contributor: Lubomir 'Kuci' Kucera 
-
-pkgname=gitlab-runner
-pkgver=14.4.0
-_commit=4b9e985a
-pkgrel=1
-pkgdesc="The official GitLab CI runner written in Go"
-arch=('x86_64')
-url='https://gitlab.com/gitlab-org/gitlab-runner'
-license=('GPL3')
-depends=('ca-certificates' 'curl' 'git' 'glibc' 'tar')
-makedepends=('git' 'go' 'git' 'mercurial' 'gox')
-install=gitlab-runner.install
-replaces=('gitlab-ci-multi-runner')
-backup=('etc/gitlab-runner/config.toml')
-noextract=("prebuilt-alpine-arm-${pkgver}.tar.xz"
-   "prebuilt-alpine-arm64-${pkgver}.tar.xz"
-   "prebuilt-alpine-s390x-${pkgver}.tar.xz"
-   "prebuilt-alpine-x86_64-pwsh-${pkgver}.tar.xz"
-   "prebuilt-alpine-x86_64-${pkgver}.tar.xz"
-   "prebuilt-ubuntu-arm-${pkgver}.tar.xz"
-   "prebuilt-ubuntu-arm64-${pkgver}.tar.xz"
-   "prebuilt-ubuntu-s390x-${pkgver}.tar.xz"
-   "prebuilt-ubuntu-x86_64-pwsh-${pkgver}.tar.xz"
-   "prebuilt-ubuntu-x86_64-${pkgver}.tar.xz")
-source=("git+https://gitlab.com/gitlab-org/gitlab-runner.git#tag=${_commit}";
-
"prebuilt-alpine-arm-${pkgver}.tar.xz::https://gitlab-runner-downloads.s3.amazonaws.com/v${pkgver}/helper-images/prebuilt-alpine-arm.tar.xz";
-
"prebuilt-alpine-arm64-${pkgver}.tar.xz::https://gitlab-runner-downloads.s3.amazonaws.com/v${pkgver}/helper-images/prebuilt-alpine-arm64.tar.xz";
-
"prebuilt-alpine-s390x-${pkgver}.tar.xz::https://gitlab-runner-downloads.s3.amazonaws.com/v${pkgver}/helper-images/prebuilt-alpine-s390x.tar.xz";
-
"prebuilt-alpine-x86_64-pwsh-${pkgver}.tar.xz::https://gitlab-runner-downloads.s3.amazonaws.com/v${pkgver}/helper-images/prebuilt-alpine-x86_64-pwsh.tar.xz";
-
"prebuilt-alpine-x86_64-${pkgver}.tar.xz::https://gitlab-runner-downloads.s3.amazonaws.com/v${pkgver}/helper-images/prebuilt-alpine-x86_64.tar.xz";
-
"prebuilt-ubuntu-arm-${pkgver}.tar.xz::https://gitlab-runner-downloads.s3.amazonaws.com/v${pkgver}/helper-images/prebuilt-ubuntu-arm.tar.xz";
-
"prebuilt-ubuntu-arm64-${pkgver}.tar.xz::https://gitlab-runner-downloads.s3.amazonaws.com/v${pkgver}/helper-images/prebuilt-ubuntu-arm64.tar.xz";
-
"prebuilt-ubuntu-s390x-${pkgver}.tar.xz::https://gitlab-runner-downloads.s3.amazonaws.com/v${pkgver}/helper-images/prebuilt-ubuntu-s390x.tar.xz";
-
"prebuilt-ubuntu-x86_64-pwsh-${pkgver}.tar.xz::https://gitlab-runner-downloads.s3.amazonaws.com/v${pkgver}/helper-images/prebuilt-ubuntu-x86_64-pwsh.tar.xz";
-
"prebuilt-ubuntu-x86_64-${pkgver}.tar.xz::https://gitlab-runner-downloads.s3.amazonaws.com/v${pkgver}/helper-images/prebuilt-ubuntu-x86_64.tar.xz";
-"gitlab-runner.service"
-"gitlab-runner.sysusers"
-"gitlab-runner.tmpfiles"
-"config.toml")
-sha512sums=('SKIP'
-
'1a003a0a5dbe262e4497fa0b2ed5cec319b51a021a83ba5b84a546e608f071d6ab26566b6fb0289decf880a94b7d308a76c292e512243e8aaa662bc5f722040b'
-
'cd669587f824108be3c970c7b69aa3d344790eb8a366c9daed7df7baf53a5d3cb7bd8a92f986949476dbedd0de78e7a2a62b6f39cca9f7237b986fd27d59e055'
-
'3307161b0f6b8229d3e48abda12f61c3207f6cfff77e2bc01e7c4ea131563ebd4ca361e43572bb89d8c747acde586fc4

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

2021-11-22 Thread Sven-Hendrik Haase via arch-commits
Date: Monday, November 22, 2021 @ 19:29:09
  Author: svenstaro
Revision: 1054342

upgpkg: gitlab-runner 14.5.0-1

Modified:
  gitlab-runner/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2021-11-22 19:28:59 UTC (rev 1054341)
+++ PKGBUILD2021-11-22 19:29:09 UTC (rev 1054342)
@@ -2,8 +2,8 @@
 # Contributor: Lubomir 'Kuci' Kucera 
 
 pkgname=gitlab-runner
-pkgver=14.4.0
-_commit=4b9e985a
+pkgver=14.5.0
+_commit=f0a95a76
 pkgrel=1
 pkgdesc="The official GitLab CI runner written in Go"
 arch=('x86_64')
@@ -40,16 +40,16 @@
 "gitlab-runner.tmpfiles"
 "config.toml")
 sha512sums=('SKIP'
-
'1a003a0a5dbe262e4497fa0b2ed5cec319b51a021a83ba5b84a546e608f071d6ab26566b6fb0289decf880a94b7d308a76c292e512243e8aaa662bc5f722040b'
-
'cd669587f824108be3c970c7b69aa3d344790eb8a366c9daed7df7baf53a5d3cb7bd8a92f986949476dbedd0de78e7a2a62b6f39cca9f7237b986fd27d59e055'
-
'3307161b0f6b8229d3e48abda12f61c3207f6cfff77e2bc01e7c4ea131563ebd4ca361e43572bb89d8c747acde586fc4578d8b14dcd806f328bea7e985828897'
-
'f1d18fd290a327d5b04c9ab6359ea3c15bdccb5c105b04bdc69f24e7fcb18f0fe64df724a99609483ad73a32bce5f907aed6aeb59b188334527af81bba7fc914'
-
'ca51ce8434bd7a3c3ccb965f40f0e8941d10f3631192aea30f3141108300fe93410be9e4a0f3e79a7af05759e99e142336347e4c25015bbfdbb491be3fecc92f'
-
'59b1d8629f03237cc75c986fcc6698a16aa17ef43079c169e54f34cff409b1c6b5a1804220f41c16ebba003f6ce544fe3f3653d28a80865cad5dbdbe37d5'
-
'a2d8e0365688b411caf75843abf24823e8712efce3b39f1f088ef9ebe473665bdcc18629fa2493cba5f06d1fd41ba744d4468c29a5910f9f397e0aa54c236bbc'
-
'71bd9d567e6c03bd4c766cad35be7cde99e68538b35dff8014557205e772b1d9783df534a566cb82668c65a43fd87e13c24b1c5d772f6d469a0dfbee10951706'
-
'a7075abc2b34ee7db2518323f3583d5047961c55f74fd6e1dac20e90b2ed4c22631a3c5ab03f3df2b95674b36c12f83c2b42aff4049c303ac1a6c2ad7e19b7bb'
-
'6fd8ea788ae21661d4c4332a4bf5dde0280de8c8ffb0cf865ec6d3ef3afdbb20bd8135bd98ce8fe8e0a4ea430ee25164e61a01d1cab51a52708407b204038283'
+
'392ab768f8cb3520ccce51260642bdd706dc04d419b83c5aca9c0af235194338a2d4e238db72b320a3c50ae8dcec14afe7ccfd644f8fa75827aa9f5316effe03'
+
'1e485e81673b8d2a4dd39e884adef3b32894953e94cb1759b0e58b760e3605cfa2e50c482dd5f49f1dba9c72f1c4fce7b5998722c78b68c67b4ff1f251b28403'
+
'f563c95562d972b84af47ed9904127cee78f4db3a4217b140b5fbf7541014e38c27562ed1c838df376382a51216e47e4f9351d5bc7881dc256013059aeff0949'
+
'df3efc638f55fdc8c4bf080686e501b3dbd19b981b831d95942bf14e676b7af97f06f53c1f6126c673338b359dbe9ce42eee00ea2a68bb5460791d84794206b8'
+
'f6c965344d23df5dfc5b8a9b329e93a3c6948bf1f952104e814d2bb47079bf5323972733253da3d160a1a2db9c09242aa41442cb07c34b482d4b758c1fb186a3'
+
'f02883a80be301f542a43667439ecb647ba6e798a8b0490549239b11b6924a43a18877aa6ad9de1d172c93cdcff5f45664c5d9d774dcbba3d0300810b1323895'
+
'2caa0f2fae05a53c2b598e78023077e0c0edb6a61e780a5a0f85f9dc0610db27f740077186972caf0f7707eeb6709c3dd58b489f76c8ae6de2fe68b833d96100'
+
'7525578c56ace417d252ebef9570032e9c42646e28e14bb5ffee3b0240174590436c5fd143fcfc96f022327ac5b08ad63d770a57c3b29f5ac43c2ea355def2ea'
+
'a5699ffb31d1589dc7a703131613bcff1127db193ba54afbfa4f5192c7c821d9f0348e1dfbc1bf6c627e22db108e6a966cdf287d4df47ec5b121d75a6ec3892c'
+
'4e00c0af07b3666082186fbd0729c701eb877bf16c554de9d82622384e65ab205ddc035c6b6bf755cd8d7d893da605f72710c58e087a7d075e54f87c8ab00ca9'
 
'c0af374b9986895aedcfaee6c67cfad68f0f7289f87e4611358adaff59a2f349f55764fe28b2b1f61f8bfeb61126d4f90d433c626fdf9b826a2de6217f86574f'
 
'8aa7f08702e99053c696fcc2aaba83beb9e9cd6f31973d82862db9350ac46df3a095377625d31fe909677525290d2de922d7a97930ed235774cb8f0da8944d40'
 
'6751d9fa0b27172d1b419c4138f5ac15cbc7c9147653a7258cf1470216142c637210bb60608c7ed0974e0e4057e5ddeae32225df1bb36e7dd1f20fec71e33cc3'



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

2021-11-22 Thread Jan Steffens via arch-commits
Date: Monday, November 22, 2021 @ 19:22:02
  Author: heftig
Revision: 428963

pkgver

Modified:
  devhelp/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2021-11-22 19:11:43 UTC (rev 428962)
+++ PKGBUILD2021-11-22 19:22:02 UTC (rev 428963)
@@ -23,7 +23,7 @@
 
 pkgver() {
   cd devhelp
-  git describe --tags | sed 's/\.alpha/alpha/;s/-/+/g'
+  git describe --tags | sed 's/\.alpha/alpha/;s/[^-]*-g/r&/;s/-/+/g'
 }
 
 prepare() {



[arch-commits] Commit in devhelp/repos/extra-x86_64 (4 files)

2021-11-22 Thread Jan Steffens via arch-commits
Date: Monday, November 22, 2021 @ 19:11:43
  Author: heftig
Revision: 428962

archrelease: copy trunk to extra-x86_64

Added:
  devhelp/repos/extra-x86_64/0001-gir-Fix-build-with-WebkitGTK-4.1.patch
(from rev 428961, devhelp/trunk/0001-gir-Fix-build-with-WebkitGTK-4.1.patch)
  devhelp/repos/extra-x86_64/0002-docs-Fix-build-with-WebkitGTK-4.1.patch
(from rev 428961, 
devhelp/trunk/0002-docs-Fix-build-with-WebkitGTK-4.1.patch)
  devhelp/repos/extra-x86_64/PKGBUILD
(from rev 428961, devhelp/trunk/PKGBUILD)
Deleted:
  devhelp/repos/extra-x86_64/PKGBUILD

--+
 0001-gir-Fix-build-with-WebkitGTK-4.1.patch  |   22 
 0002-docs-Fix-build-with-WebkitGTK-4.1.patch |   50 ++
 PKGBUILD |  122 +
 3 files changed, 136 insertions(+), 58 deletions(-)

Copied: devhelp/repos/extra-x86_64/0001-gir-Fix-build-with-WebkitGTK-4.1.patch 
(from rev 428961, devhelp/trunk/0001-gir-Fix-build-with-WebkitGTK-4.1.patch)
===
--- 0001-gir-Fix-build-with-WebkitGTK-4.1.patch (rev 0)
+++ 0001-gir-Fix-build-with-WebkitGTK-4.1.patch 2021-11-22 19:11:43 UTC (rev 
428962)
@@ -0,0 +1,22 @@
+From  Mon Sep 17 00:00:00 2001
+From: Jan Tojnar 
+Date: Fri, 1 Oct 2021 23:11:26 +0200
+Subject: [PATCH] gir: Fix build with WebkitGTK 4.1
+
+---
+ devhelp/meson.build | 2 +-
+ 1 file changed, 1 insertion(+), 1 deletion(-)
+
+diff --git a/devhelp/meson.build b/devhelp/meson.build
+index 010e563f8996..0afdbe760b1d 100644
+--- a/devhelp/meson.build
 b/devhelp/meson.build
+@@ -126,7 +126,7 @@ libdevhelp_gir = GNOME.generate_gir(
+   header: 'devhelp/devhelp.h',
+   identifier_prefix: 'Dh',
+   include_directories: ROOT_INCLUDE_DIR,
+-  includes: ['Gtk-3.0', 'WebKit2-4.0'],
++  includes: ['Gtk-3.0', 'WebKit2-' + webkit_abi],
+   install: true,
+   namespace: 'Devhelp',
+   nsversion: LIBDEVHELP_API_VERSION_FULL,

Copied: devhelp/repos/extra-x86_64/0002-docs-Fix-build-with-WebkitGTK-4.1.patch 
(from rev 428961, devhelp/trunk/0002-docs-Fix-build-with-WebkitGTK-4.1.patch)
===
--- 0002-docs-Fix-build-with-WebkitGTK-4.1.patch
(rev 0)
+++ 0002-docs-Fix-build-with-WebkitGTK-4.1.patch2021-11-22 19:11:43 UTC 
(rev 428962)
@@ -0,0 +1,50 @@
+From  Mon Sep 17 00:00:00 2001
+From: Jan Tojnar 
+Date: Fri, 1 Oct 2021 23:11:26 +0200
+Subject: [PATCH] docs: Fix build with WebkitGTK 4.1
+
+---
+ docs/reference/devhelp.toml.in | 2 +-
+ docs/reference/meson.build | 1 +
+ meson.build| 2 ++
+ 3 files changed, 4 insertions(+), 1 deletion(-)
+
+diff --git a/docs/reference/devhelp.toml.in b/docs/reference/devhelp.toml.in
+index 14d375036a1a..088bf1f54900 100644
+--- a/docs/reference/devhelp.toml.in
 b/docs/reference/devhelp.toml.in
+@@ -16,7 +16,7 @@ dependencies = ["Gtk-3.0",]
+   description = "The GTK toolkit"
+   docs_url = "https://developer.gnome.org/gtk3/stable/";
+ 
+-  [dependencies."WebKit2-4.0"]
++  [dependencies."WebKit2-@webkit_abi@"]
+   name = "WebKitGTK 2"
+   description = "WebKit rendering widget for GTK"
+   docs_url = "https://webkitgtk.org/reference/webkit2gtk/stable/";
+diff --git a/docs/reference/meson.build b/docs/reference/meson.build
+index d689e234ba25..5566218a3c13 100644
+--- a/docs/reference/meson.build
 b/docs/reference/meson.build
+@@ -14,6 +14,7 @@ gidocgen = find_program('gi-docgen', required: 
get_option('gtk_doc'))
+ if get_option('gtk_doc')
+   toml_data = configuration_data()
+   toml_data.set('version', meson.project_version())
++  toml_data.set('webkit_abi', webkit_abi)
+ 
+   devhelp_toml = configure_file(
+ input: 'devhelp.toml.in',
+diff --git a/meson.build b/meson.build
+index e57e466e963f..1570d68d3756 100644
+--- a/meson.build
 b/meson.build
+@@ -47,7 +47,9 @@ lt_age = 0
+ LIBDEVHELP_LT_VERSION = '@0@.@1@.@2@'.format(lt_current, lt_revision, lt_age)
+ 
+ webkit_dep = dependency('webkit2gtk-4.1', required : false)
++webkit_abi = '4.1'
+ if not webkit_dep.found()
++  webkit_abi = '4.0'
+   webkit_dep = dependency('webkit2gtk-4.0')
+ endif
+ 

Deleted: PKGBUILD
===
--- PKGBUILD2021-11-22 19:11:34 UTC (rev 428961)
+++ PKGBUILD2021-11-22 19:11:43 UTC (rev 428962)
@@ -1,58 +0,0 @@
-# Maintainer: Jan Alexander Steffens (heftig) 
-# Contributor: Jan de Groot 
-# Contributor: Link Dupont 
-
-pkgbase=devhelp
-pkgname=(devhelp devhelp-docs)
-pkgver=41.2
-pkgrel=1
-pkgdesc="API documentation browser for GNOME"
-url="https://wiki.gnome.org/Apps/Devhelp";
-arch=(x86_64)
-license=(GPL)
-depends=(webkit2gtk)
-makedepends=(git appstream-glib gobject-introspection meson yelp-tools
- gi-docgen)
-_commit=f05e288031ba171e8a0a589d65cba693487726

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

2021-11-22 Thread Jan Steffens via arch-commits
Date: Monday, November 22, 2021 @ 19:11:34
  Author: heftig
Revision: 428961

41.2-2: use webkit2gtk-4.1

Added:
  devhelp/trunk/0001-gir-Fix-build-with-WebkitGTK-4.1.patch
  devhelp/trunk/0002-docs-Fix-build-with-WebkitGTK-4.1.patch
Modified:
  devhelp/trunk/PKGBUILD

--+
 0001-gir-Fix-build-with-WebkitGTK-4.1.patch  |   22 +++
 0002-docs-Fix-build-with-WebkitGTK-4.1.patch |   50 +
 PKGBUILD |   14 +--
 3 files changed, 82 insertions(+), 4 deletions(-)

Added: 0001-gir-Fix-build-with-WebkitGTK-4.1.patch
===
--- 0001-gir-Fix-build-with-WebkitGTK-4.1.patch (rev 0)
+++ 0001-gir-Fix-build-with-WebkitGTK-4.1.patch 2021-11-22 19:11:34 UTC (rev 
428961)
@@ -0,0 +1,22 @@
+From  Mon Sep 17 00:00:00 2001
+From: Jan Tojnar 
+Date: Fri, 1 Oct 2021 23:11:26 +0200
+Subject: [PATCH] gir: Fix build with WebkitGTK 4.1
+
+---
+ devhelp/meson.build | 2 +-
+ 1 file changed, 1 insertion(+), 1 deletion(-)
+
+diff --git a/devhelp/meson.build b/devhelp/meson.build
+index 010e563f8996..0afdbe760b1d 100644
+--- a/devhelp/meson.build
 b/devhelp/meson.build
+@@ -126,7 +126,7 @@ libdevhelp_gir = GNOME.generate_gir(
+   header: 'devhelp/devhelp.h',
+   identifier_prefix: 'Dh',
+   include_directories: ROOT_INCLUDE_DIR,
+-  includes: ['Gtk-3.0', 'WebKit2-4.0'],
++  includes: ['Gtk-3.0', 'WebKit2-' + webkit_abi],
+   install: true,
+   namespace: 'Devhelp',
+   nsversion: LIBDEVHELP_API_VERSION_FULL,

Added: 0002-docs-Fix-build-with-WebkitGTK-4.1.patch
===
--- 0002-docs-Fix-build-with-WebkitGTK-4.1.patch
(rev 0)
+++ 0002-docs-Fix-build-with-WebkitGTK-4.1.patch2021-11-22 19:11:34 UTC 
(rev 428961)
@@ -0,0 +1,50 @@
+From  Mon Sep 17 00:00:00 2001
+From: Jan Tojnar 
+Date: Fri, 1 Oct 2021 23:11:26 +0200
+Subject: [PATCH] docs: Fix build with WebkitGTK 4.1
+
+---
+ docs/reference/devhelp.toml.in | 2 +-
+ docs/reference/meson.build | 1 +
+ meson.build| 2 ++
+ 3 files changed, 4 insertions(+), 1 deletion(-)
+
+diff --git a/docs/reference/devhelp.toml.in b/docs/reference/devhelp.toml.in
+index 14d375036a1a..088bf1f54900 100644
+--- a/docs/reference/devhelp.toml.in
 b/docs/reference/devhelp.toml.in
+@@ -16,7 +16,7 @@ dependencies = ["Gtk-3.0",]
+   description = "The GTK toolkit"
+   docs_url = "https://developer.gnome.org/gtk3/stable/";
+ 
+-  [dependencies."WebKit2-4.0"]
++  [dependencies."WebKit2-@webkit_abi@"]
+   name = "WebKitGTK 2"
+   description = "WebKit rendering widget for GTK"
+   docs_url = "https://webkitgtk.org/reference/webkit2gtk/stable/";
+diff --git a/docs/reference/meson.build b/docs/reference/meson.build
+index d689e234ba25..5566218a3c13 100644
+--- a/docs/reference/meson.build
 b/docs/reference/meson.build
+@@ -14,6 +14,7 @@ gidocgen = find_program('gi-docgen', required: 
get_option('gtk_doc'))
+ if get_option('gtk_doc')
+   toml_data = configuration_data()
+   toml_data.set('version', meson.project_version())
++  toml_data.set('webkit_abi', webkit_abi)
+ 
+   devhelp_toml = configure_file(
+ input: 'devhelp.toml.in',
+diff --git a/meson.build b/meson.build
+index e57e466e963f..1570d68d3756 100644
+--- a/meson.build
 b/meson.build
+@@ -47,7 +47,9 @@ lt_age = 0
+ LIBDEVHELP_LT_VERSION = '@0@.@1@.@2@'.format(lt_current, lt_revision, lt_age)
+ 
+ webkit_dep = dependency('webkit2gtk-4.1', required : false)
++webkit_abi = '4.1'
+ if not webkit_dep.found()
++  webkit_abi = '4.0'
+   webkit_dep = dependency('webkit2gtk-4.0')
+ endif
+ 

Modified: PKGBUILD
===
--- PKGBUILD2021-11-22 17:56:10 UTC (rev 428960)
+++ PKGBUILD2021-11-22 19:11:34 UTC (rev 428961)
@@ -5,17 +5,21 @@
 pkgbase=devhelp
 pkgname=(devhelp devhelp-docs)
 pkgver=41.2
-pkgrel=1
+pkgrel=2
 pkgdesc="API documentation browser for GNOME"
 url="https://wiki.gnome.org/Apps/Devhelp";
 arch=(x86_64)
 license=(GPL)
-depends=(webkit2gtk)
+depends=(webkit2gtk-4.1)
 makedepends=(git appstream-glib gobject-introspection meson yelp-tools
  gi-docgen)
 _commit=f05e288031ba171e8a0a589d65cba693487726d9  # tags/41.2^0
-source=("git+https://gitlab.gnome.org/GNOME/devhelp.git#commit=$_commit";)
-sha256sums=('SKIP')
+source=("git+https://gitlab.gnome.org/GNOME/devhelp.git#commit=$_commit";
+0001-gir-Fix-build-with-WebkitGTK-4.1.patch
+0002-docs-Fix-build-with-WebkitGTK-4.1.patch)
+sha256sums=('SKIP'
+'b9ee743c67d0e2f290c336a5925e485996c280da66306fb8106a9f4b91c85ba7'
+'0bad708906ccb27c32c1f37c4fb39769929c0482dcf538d6065f12614cc5ce8f')
 
 pkgver() {
   cd devhelp
@@ -24,6 +28,8 @@
 
 prepare() {
   cd devhelp
+  git apply -3 ../0001-gir

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

2021-11-22 Thread Jonas Witschel via arch-commits
Date: Monday, November 22, 2021 @ 19:06:09
  Author: diabonas
Revision: 1054338

archrelease: copy trunk to community-any

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

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

Deleted: PKGBUILD
===
--- PKGBUILD2021-11-22 19:05:53 UTC (rev 1054337)
+++ PKGBUILD2021-11-22 19:06:09 UTC (rev 1054338)
@@ -1,46 +0,0 @@
-# Maintainer: Levente Polyak 
-
-pkgname=strip-nondeterminism
-pkgver=1.12.0
-pkgrel=1
-pkgdesc='Tool for stripping bits of non-deterministic information from files'
-url='https://salsa.debian.org/reproducible-builds/strip-nondeterminism'
-arch=('any')
-license=('GPL3')
-depends=("perl" 'perl-archive-zip' 'perl-archive-cpio' 'perl-sub-override')
-makedepends=('git')
-options=('!emptydirs')
-source=(https://salsa.debian.org/reproducible-builds/strip-nondeterminism/-/archive/${pkgver}/strip-nondeterminism-${pkgver}.tar.bz2
-
https://salsa.debian.org/reproducible-builds/reproducible-lfs/raw/master/releases/strip-nondeterminism/strip-nondeterminism-${pkgver}.tar.bz2.asc)
-sha512sums=('046a422d1db979d947fda4aedc8b70e7de630963c261595b96720b38f90048646ec29b33e4f5594a28cc5a25ebb903b30378909114f751a6e9697928b23338cb'
-'SKIP')
-validpgpkeys=('C2FE4BD271C139B86C533E461E953E27D4311E58'  # Chris Lamb 

-  'EF5D84C1838F2EB6D8968C0410378EFC2080080C'  # Andrew Ayer 

-  '2F5DAF3FC1F793D94F3D900CA721DA055374AA4F'  # Reiner Herrmann 

-  '66AE2B4AFCCF3F52DA184D184B043FCDB9444540') # Mattia Rizzolo 

-
-prepare() {
-  cd ${pkgname}-${pkgver}
-  sed -r 's|bin/dh_strip_nondeterminism ||g' -i Makefile.PL
-}
-
-build() {
-  cd ${pkgname}-${pkgver}
-  PERL_MM_USE_DEFAULT=1 perl Makefile.PL INSTALLDIRS=vendor
-  make
-}
-
-check() {
-  make -C ${pkgname}-${pkgver} test
-}
-
-package() {
-  cd ${pkgname}-${pkgver}
-  make DESTDIR="${pkgdir}" install
-  install -Dm 644 README -t "${pkgdir}/usr/share/doc/${pkgname}"
-  # Don't install the internal handler documentation generated from pod 
documents
-  # 
https://salsa.debian.org/reproducible-builds/strip-nondeterminism/-/commit/b9b84287c654bd14d6489282475868977dec50c6
-  rm -r "${pkgdir}/usr/share/man/man3"
-}
-
-# vim: ts=2 sw=2 et:

Copied: strip-nondeterminism/repos/community-any/PKGBUILD (from rev 1054337, 
strip-nondeterminism/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2021-11-22 19:06:09 UTC (rev 1054338)
@@ -0,0 +1,46 @@
+# Maintainer: Levente Polyak 
+
+pkgname=strip-nondeterminism
+pkgver=1.12.1
+pkgrel=1
+pkgdesc='Tool for stripping bits of non-deterministic information from files'
+url='https://salsa.debian.org/reproducible-builds/strip-nondeterminism'
+arch=('any')
+license=('GPL3')
+depends=("perl" 'perl-archive-zip' 'perl-archive-cpio' 'perl-sub-override')
+makedepends=('git')
+options=('!emptydirs')
+source=(https://salsa.debian.org/reproducible-builds/strip-nondeterminism/-/archive/${pkgver}/strip-nondeterminism-${pkgver}.tar.bz2
+
https://salsa.debian.org/reproducible-builds/reproducible-lfs/raw/master/releases/strip-nondeterminism/strip-nondeterminism-${pkgver}.tar.bz2.asc)
+sha512sums=('f007bc442adfb1f28d944e1da2b666f9d8405175875158547f9efe7f2190e803ebef7d760b5ad3b65a9149cadc2a577cbe795f030a33d2bee3a80d4cff704aa6'
+'SKIP')
+validpgpkeys=('C2FE4BD271C139B86C533E461E953E27D4311E58'  # Chris Lamb 

+  'EF5D84C1838F2EB6D8968C0410378EFC2080080C'  # Andrew Ayer 

+  '2F5DAF3FC1F793D94F3D900CA721DA055374AA4F'  # Reiner Herrmann 

+  '66AE2B4AFCCF3F52DA184D184B043FCDB9444540') # Mattia Rizzolo 

+
+prepare() {
+  cd ${pkgname}-${pkgver}
+  sed -r 's|bin/dh_strip_nondeterminism ||g' -i Makefile.PL
+}
+
+build() {
+  cd ${pkgname}-${pkgver}
+  PERL_MM_USE_DEFAULT=1 perl Makefile.PL INSTALLDIRS=vendor
+  make
+}
+
+check() {
+  make -C ${pkgname}-${pkgver} test
+}
+
+package() {
+  cd ${pkgname}-${pkgver}
+  make DESTDIR="${pkgdir}" install
+  install -Dm 644 README -t "${pkgdir}/usr/share/doc/${pkgname}"
+  # Don't install the internal handler documentation generated from pod 
documents
+  # 
https://salsa.debian.org/reproducible-builds/strip-nondeterminism/-/commit/b9b84287c654bd14d6489282475868977dec50c6
+  rm -r "${pkgdir}/usr/share/man/man3"
+}
+
+# vim: ts=2 sw=2 et:



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

2021-11-22 Thread Jonas Witschel via arch-commits
Date: Monday, November 22, 2021 @ 19:05:53
  Author: diabonas
Revision: 1054337

upgpkg: strip-nondeterminism 1.12.1-1: upstream release

Modified:
  strip-nondeterminism/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2021-11-22 18:48:23 UTC (rev 1054336)
+++ PKGBUILD2021-11-22 19:05:53 UTC (rev 1054337)
@@ -1,7 +1,7 @@
 # Maintainer: Levente Polyak 
 
 pkgname=strip-nondeterminism
-pkgver=1.12.0
+pkgver=1.12.1
 pkgrel=1
 pkgdesc='Tool for stripping bits of non-deterministic information from files'
 url='https://salsa.debian.org/reproducible-builds/strip-nondeterminism'
@@ -12,7 +12,7 @@
 options=('!emptydirs')
 
source=(https://salsa.debian.org/reproducible-builds/strip-nondeterminism/-/archive/${pkgver}/strip-nondeterminism-${pkgver}.tar.bz2
 
https://salsa.debian.org/reproducible-builds/reproducible-lfs/raw/master/releases/strip-nondeterminism/strip-nondeterminism-${pkgver}.tar.bz2.asc)
-sha512sums=('046a422d1db979d947fda4aedc8b70e7de630963c261595b96720b38f90048646ec29b33e4f5594a28cc5a25ebb903b30378909114f751a6e9697928b23338cb'
+sha512sums=('f007bc442adfb1f28d944e1da2b666f9d8405175875158547f9efe7f2190e803ebef7d760b5ad3b65a9149cadc2a577cbe795f030a33d2bee3a80d4cff704aa6'
 'SKIP')
 validpgpkeys=('C2FE4BD271C139B86C533E461E953E27D4311E58'  # Chris Lamb 

   'EF5D84C1838F2EB6D8968C0410378EFC2080080C'  # Andrew Ayer 




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

2021-11-22 Thread Sven-Hendrik Haase via arch-commits
Date: Monday, November 22, 2021 @ 18:48:23
  Author: svenstaro
Revision: 1054336

archrelease: copy trunk to community-x86_64

Added:
  pypy3/repos/community-x86_64/PKGBUILD
(from rev 1054335, pypy3/trunk/PKGBUILD)
  pypy3/repos/community-x86_64/a93dfb333afe.patch
(from rev 1054335, pypy3/trunk/a93dfb333afe.patch)
Deleted:
  pypy3/repos/community-x86_64/PKGBUILD
  pypy3/repos/community-x86_64/a93dfb333afe.patch

+
 PKGBUILD   |  104 +--
 a93dfb333afe.patch |   64 +++
 2 files changed, 84 insertions(+), 84 deletions(-)

Deleted: PKGBUILD
===
--- PKGBUILD2021-11-22 18:48:17 UTC (rev 1054335)
+++ PKGBUILD2021-11-22 18:48:23 UTC (rev 1054336)
@@ -1,52 +0,0 @@
-# Maintainer: Sven-Hendrik Haase 
-
-pkgname=pypy3
-pkgver=7.3.6
-pkgrel=1
-pkgdesc="A Python3 implementation written in Python, JIT enabled"
-url="https://pypy.org";
-arch=('x86_64')
-depends=('expat' 'bzip2' 'gdbm' 'openssl' 'libffi' 'zlib' 'ncurses')
-makedepends=('pypy' 'sqlite' 'tk')
-optdepends=('sqlite: sqlite module'
-'tk: tk module')
-options=(!buildflags)
-license=('MIT')
-source=("https://downloads.python.org/pypy/pypy3.7-v${pkgver}-src.zip";)
-sha512sums=('225d59ef8b9b553ca6e93b583405f95941949a87bd8445d19c74f1a573a5aec186528b55f5a4a92b550026541974539fa92842c7243d2fd8ee086dd58b4cfe7f')
-
-build() {
-  cd pypy3.7-v${pkgver}-src/pypy/goal
-
-  pypy ../../rpython/bin/rpython -Ojit --shared targetpypystandalone
-
-  # Compile binary modules
-  PYTHONPATH=../.. ./pypy3-c ../../lib_pypy/pypy_tools/build_cffi_imports.py
-}
-
-package() {
-  cd pypy3.7-v${pkgver}-src
-
-  # Prepare installation
-  pypy pypy/tool/release/package.py --archive-name pypy --targetdir .
-  mkdir unpacked
-  tar xf pypy.tar.bz2 -C unpacked
-
-  # Install pypy
-  cd unpacked
-  install -Dm755 pypy/bin/pypy3 "${pkgdir}"/opt/pypy3/bin/pypy3
-  install -Dm755 pypy/bin/libpypy3-c.so "${pkgdir}"/opt/pypy3/bin/libpypy3-c.so
-  cp -r pypy/include pypy/lib_pypy pypy/lib-python pypy/site-packages 
"${pkgdir}"/opt/pypy3
-  cd ..
-
-  # Install symlinks
-  mkdir -p "${pkgdir}"/usr/bin "${pkgdir}"/usr/lib
-  ln -s /opt/pypy3/bin/pypy3 "${pkgdir}"/usr/bin/pypy3
-  ln -s /opt/pypy3/bin/libpypy3-c.so "${pkgdir}"/usr/lib/libpypy3-c.so
-
-  # Install misc stuff
-  install -Dm644 README.rst "${pkgdir}"/opt/pypy3/README.rst
-  install -Dm644 LICENSE "${pkgdir}"/opt/pypy3/LICENSE
-  install -Dm644 LICENSE "${pkgdir}"/usr/share/licenses/pypy3/LICENSE
-}
-# vim: ts=2 sw=2 et:

Copied: pypy3/repos/community-x86_64/PKGBUILD (from rev 1054335, 
pypy3/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2021-11-22 18:48:23 UTC (rev 1054336)
@@ -0,0 +1,52 @@
+# Maintainer: Sven-Hendrik Haase 
+
+pkgname=pypy3
+pkgver=7.3.7
+pkgrel=1
+pkgdesc="A Python3 implementation written in Python, JIT enabled"
+url="https://pypy.org";
+arch=('x86_64')
+depends=('expat' 'bzip2' 'gdbm' 'openssl' 'libffi' 'zlib' 'ncurses')
+makedepends=('pypy' 'sqlite' 'tk')
+optdepends=('sqlite: sqlite module'
+'tk: tk module')
+options=(!buildflags)
+license=('MIT')
+source=("https://downloads.python.org/pypy/pypy3.7-v${pkgver}-src.zip";)
+sha512sums=('ed1a40b921f47e75be33758da89db4ea87a5d58d0cfd1d44e655d036cc6004dbf6ea11b8f4bbe8686f8b8ce6d1796b6f3e0c3370f4a4812da0c2673ba18b98b4')
+
+build() {
+  cd pypy3.7-v${pkgver}-src/pypy/goal
+
+  pypy ../../rpython/bin/rpython -Ojit --shared targetpypystandalone
+
+  # Compile binary modules
+  PYTHONPATH=../.. ./pypy3-c ../../lib_pypy/pypy_tools/build_cffi_imports.py
+}
+
+package() {
+  cd pypy3.7-v${pkgver}-src
+
+  # Prepare installation
+  pypy pypy/tool/release/package.py --archive-name pypy --targetdir .
+  mkdir unpacked
+  tar xf pypy.tar.bz2 -C unpacked
+
+  # Install pypy
+  cd unpacked
+  install -Dm755 pypy/bin/pypy3 "${pkgdir}"/opt/pypy3/bin/pypy3
+  install -Dm755 pypy/bin/libpypy3-c.so "${pkgdir}"/opt/pypy3/bin/libpypy3-c.so
+  cp -r pypy/include pypy/lib_pypy pypy/lib-python pypy/site-packages 
"${pkgdir}"/opt/pypy3
+  cd ..
+
+  # Install symlinks
+  mkdir -p "${pkgdir}"/usr/bin "${pkgdir}"/usr/lib
+  ln -s /opt/pypy3/bin/pypy3 "${pkgdir}"/usr/bin/pypy3
+  ln -s /opt/pypy3/bin/libpypy3-c.so "${pkgdir}"/usr/lib/libpypy3-c.so
+
+  # Install misc stuff
+  install -Dm644 README.rst "${pkgdir}"/opt/pypy3/README.rst
+  install -Dm644 LICENSE "${pkgdir}"/opt/pypy3/LICENSE
+  install -Dm644 LICENSE "${pkgdir}"/usr/share/licenses/pypy3/LICENSE
+}
+# vim: ts=2 sw=2 et:

Deleted: a93dfb333afe.patch
===
--- a93dfb333afe.patch  2021-11-22 18:48:17 UTC (rev 1054335)
+++ a93dfb333afe.patch  2021-11-22 18:48:23 UTC (rev 1054336)
@@ -1,32 +0,0 @@
-# HG changeset patch
-# User Matti Picus 
-# Date 1554034536 -10800
-# Node ID a

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

2021-11-22 Thread Sven-Hendrik Haase via arch-commits
Date: Monday, November 22, 2021 @ 18:48:17
  Author: svenstaro
Revision: 1054335

upgpkg: pypy3 7.3.7-1

Modified:
  pypy3/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2021-11-22 18:45:06 UTC (rev 1054334)
+++ PKGBUILD2021-11-22 18:48:17 UTC (rev 1054335)
@@ -1,7 +1,7 @@
 # Maintainer: Sven-Hendrik Haase 
 
 pkgname=pypy3
-pkgver=7.3.6
+pkgver=7.3.7
 pkgrel=1
 pkgdesc="A Python3 implementation written in Python, JIT enabled"
 url="https://pypy.org";
@@ -13,7 +13,7 @@
 options=(!buildflags)
 license=('MIT')
 source=("https://downloads.python.org/pypy/pypy3.7-v${pkgver}-src.zip";)
-sha512sums=('225d59ef8b9b553ca6e93b583405f95941949a87bd8445d19c74f1a573a5aec186528b55f5a4a92b550026541974539fa92842c7243d2fd8ee086dd58b4cfe7f')
+sha512sums=('ed1a40b921f47e75be33758da89db4ea87a5d58d0cfd1d44e655d036cc6004dbf6ea11b8f4bbe8686f8b8ce6d1796b6f3e0c3370f4a4812da0c2673ba18b98b4')
 
 build() {
   cd pypy3.7-v${pkgver}-src/pypy/goal



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

2021-11-22 Thread Sven-Hendrik Haase via arch-commits
Date: Monday, November 22, 2021 @ 18:45:06
  Author: svenstaro
Revision: 1054334

archrelease: copy trunk to community-x86_64

Added:
  onednn/repos/community-x86_64/PKGBUILD
(from rev 1054333, onednn/trunk/PKGBUILD)
Deleted:
  onednn/repos/community-x86_64/PKGBUILD

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

Deleted: PKGBUILD
===
--- PKGBUILD2021-11-22 18:45:01 UTC (rev 1054333)
+++ PKGBUILD2021-11-22 18:45:06 UTC (rev 1054334)
@@ -1,38 +0,0 @@
-# Maintainer: Sven-Hendrik Haase 
-# Contributor: Baris Demirdelen 
-# Contributor: Andrew Anderson 
-# Contributor: Jonathon Fernyhough 
-pkgname=onednn
-pkgver=2.4.3
-pkgrel=1
-pkgdesc="oneAPI Deep Neural Network Library (oneDNN)"
-arch=(x86_64)
-replaces=('intel-dnnl' 'mkl-dnn')
-provides=('intel-dnnl' 'mkl-dnn')
-url=https://github.com/oneapi-src/oneDNN
-license=('APACHE')
-depends=('gcc-libs')
-makedepends=('cmake' 'ninja')
-source=("$pkgname-$pkgver.tar.gz::https://github.com/oneapi-src/oneDNN/archive/v${pkgver}.tar.gz";)
-sha256sums=('153bc08827c3007276400262ebdf4234ea7b4cfd280dd4641b7b0cc4f88e')
-
-build() {
-  cd "oneDNN-$pkgver"
-  cmake \
-  -Bbuild \
-  -GNinja \
-  -DCMAKE_INSTALL_PREFIX="/usr"
-  ninja -C build
-}
-
-check() {
-  cd "oneDNN-$pkgver/build"
-  ctest
-}
-
-package() {
-  cd "oneDNN-$pkgver"
-  DESTDIR="$pkgdir" ninja -C build install
-
-  install -Dm644 LICENSE "$pkgdir"/usr/share/licenses/$pkgname/LICENSE
-}

Copied: onednn/repos/community-x86_64/PKGBUILD (from rev 1054333, 
onednn/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2021-11-22 18:45:06 UTC (rev 1054334)
@@ -0,0 +1,38 @@
+# Maintainer: Sven-Hendrik Haase 
+# Contributor: Baris Demirdelen 
+# Contributor: Andrew Anderson 
+# Contributor: Jonathon Fernyhough 
+pkgname=onednn
+pkgver=2.4.4
+pkgrel=1
+pkgdesc="oneAPI Deep Neural Network Library (oneDNN)"
+arch=(x86_64)
+replaces=('intel-dnnl' 'mkl-dnn')
+provides=('intel-dnnl' 'mkl-dnn')
+url=https://github.com/oneapi-src/oneDNN
+license=('APACHE')
+depends=('gcc-libs')
+makedepends=('cmake' 'ninja')
+source=("$pkgname-$pkgver.tar.gz::https://github.com/oneapi-src/oneDNN/archive/v${pkgver}.tar.gz";)
+sha256sums=('29ce33da3eaf48cbc39cfd9e9af0d7d00e256dcd84168b906df48fb75f5f844e')
+
+build() {
+  cd "oneDNN-$pkgver"
+  cmake \
+  -Bbuild \
+  -GNinja \
+  -DCMAKE_INSTALL_PREFIX="/usr"
+  ninja -C build
+}
+
+check() {
+  cd "oneDNN-$pkgver/build"
+  ctest
+}
+
+package() {
+  cd "oneDNN-$pkgver"
+  DESTDIR="$pkgdir" ninja -C build install
+
+  install -Dm644 LICENSE "$pkgdir"/usr/share/licenses/$pkgname/LICENSE
+}



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

2021-11-22 Thread Sven-Hendrik Haase via arch-commits
Date: Monday, November 22, 2021 @ 18:45:01
  Author: svenstaro
Revision: 1054333

upgpkg: onednn 2.4.4-1

Modified:
  onednn/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2021-11-22 18:33:36 UTC (rev 1054332)
+++ PKGBUILD2021-11-22 18:45:01 UTC (rev 1054333)
@@ -3,7 +3,7 @@
 # Contributor: Andrew Anderson 
 # Contributor: Jonathon Fernyhough 
 pkgname=onednn
-pkgver=2.4.3
+pkgver=2.4.4
 pkgrel=1
 pkgdesc="oneAPI Deep Neural Network Library (oneDNN)"
 arch=(x86_64)
@@ -14,7 +14,7 @@
 depends=('gcc-libs')
 makedepends=('cmake' 'ninja')
 
source=("$pkgname-$pkgver.tar.gz::https://github.com/oneapi-src/oneDNN/archive/v${pkgver}.tar.gz";)
-sha256sums=('153bc08827c3007276400262ebdf4234ea7b4cfd280dd4641b7b0cc4f88e')
+sha256sums=('29ce33da3eaf48cbc39cfd9e9af0d7d00e256dcd84168b906df48fb75f5f844e')
 
 build() {
   cd "oneDNN-$pkgver"



  1   2   >