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

2021-01-14 Thread Felix Yan via arch-commits
Date: Friday, January 15, 2021 @ 07:44:42
  Author: felixonmars
Revision: 820978

archrelease: copy trunk to community-any

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

--+
 PKGBUILD |  106 ++---
 1 file changed, 53 insertions(+), 53 deletions(-)

Deleted: PKGBUILD
===
--- PKGBUILD2021-01-15 07:44:22 UTC (rev 820977)
+++ PKGBUILD2021-01-15 07:44:42 UTC (rev 820978)
@@ -1,53 +0,0 @@
-# Maintainer: Felix Yan 
-
-pkgname=python-hypothesis
-pkgver=6.0.1
-pkgrel=1
-pkgdesc="Advanced Quickcheck style testing library for Python"
-arch=('any')
-license=('MPL')
-url="https://hypothesis.readthedocs.org;
-depends=('python-attrs' 'python-sortedcontainers')
-optdepends=('python-pytz: for datetime and django module'
-'python-faker: for fakefactory and django module'
-'python-django: for django module'
-'python-numpy: for numpy module'
-'python-pytest: for pytest module'
-'python-lark-parser: for lark module'
-'python-libcst: for codemods module')
-makedepends=('python-setuptools')
-checkdepends=('python-pytest' 'flake8' 'python-pytz' 'python-numpy' 
'python-faker'
-  'python-flaky' 'python-django' 'python-mock' 'python-pandas' 
'python-dpcontracts'
-  'python-pytest-xdist' 'python-lark-parser' 'python-pexpect' 
'python-coverage'
-  'python-typing_extensions' 'python-black' 'python-fakeredis' 
'python-libcst')
-source=("$pkgname-$pkgver.tar.gz::https://github.com/HypothesisWorks/hypothesis/archive/hypothesis-python-$pkgver.tar.gz;)
-sha512sums=('3981a40ba61ca38140582f46b1ebb1ac2fc0816e8210c37ddc91249515d035534208c6ba926f367607bbd79792383eb166c1f4710a8a5ba5e04876383ac44644')
-
-prepare() {
-  mv hypothesis-hypothesis-python-$pkgver hypothesis-$pkgver
-}
-
-build() {
-  cd hypothesis-$pkgver/hypothesis-python
-  python setup.py build
-}
-
-check() {
-  # tests/numpy/test_lazy_import.py: 
https://github.com/HypothesisWorks/hypothesis/issues/2411
-
-  cd hypothesis-$pkgver/hypothesis-python
-  python setup.py install --root="$PWD/tmp_install" --optimize=1
-  python examples/example_hypothesis_entrypoint/setup.py install 
--root="$PWD/tmp_install" --optimize=1
-
-  
PYTHONPATH="$PWD/tmp_install/usr/lib/python3.9/site-packages:$PWD/examples/example_hypothesis_entrypoint"
 \
-  PATH="$PWD/tmp_install/usr/bin:$PATH" \
-pytest --ignore tests/numpy/test_lazy_import.py --ignore tmp_install
-}
-
-package() {
-  cd hypothesis-$pkgver/hypothesis-python
-  python setup.py install --root="$pkgdir" --optimize=1
-
-  # It's only present when tests are enabled, so adding -f
-  rm -rf "$pkgdir"/usr/lib/python3.9/site-packages/tests
-}

Copied: python-hypothesis/repos/community-any/PKGBUILD (from rev 820977, 
python-hypothesis/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2021-01-15 07:44:42 UTC (rev 820978)
@@ -0,0 +1,53 @@
+# Maintainer: Felix Yan 
+
+pkgname=python-hypothesis
+pkgver=6.0.2
+pkgrel=1
+pkgdesc="Advanced Quickcheck style testing library for Python"
+arch=('any')
+license=('MPL')
+url="https://hypothesis.readthedocs.org;
+depends=('python-attrs' 'python-sortedcontainers')
+optdepends=('python-pytz: for datetime and django module'
+'python-faker: for fakefactory and django module'
+'python-django: for django module'
+'python-numpy: for numpy module'
+'python-pytest: for pytest module'
+'python-lark-parser: for lark module'
+'python-libcst: for codemods module')
+makedepends=('python-setuptools')
+checkdepends=('python-pytest' 'flake8' 'python-pytz' 'python-numpy' 
'python-faker'
+  'python-flaky' 'python-django' 'python-mock' 'python-pandas' 
'python-dpcontracts'
+  'python-pytest-xdist' 'python-lark-parser' 'python-pexpect' 
'python-coverage'
+  'python-typing_extensions' 'python-black' 'python-fakeredis' 
'python-libcst')
+source=("$pkgname-$pkgver.tar.gz::https://github.com/HypothesisWorks/hypothesis/archive/hypothesis-python-$pkgver.tar.gz;)
+sha512sums=('7d3689c6964f5158b4ab7b638d43c44b145080e47b832405c50971ea986b2c78c9be648de78c9783c6adc34e117b90b2c2e4b684783a68acc6bdff51ee085248')
+
+prepare() {
+  mv hypothesis-hypothesis-python-$pkgver hypothesis-$pkgver
+}
+
+build() {
+  cd hypothesis-$pkgver/hypothesis-python
+  python setup.py build
+}
+
+check() {
+  # tests/numpy/test_lazy_import.py: 
https://github.com/HypothesisWorks/hypothesis/issues/2411
+
+  cd hypothesis-$pkgver/hypothesis-python
+  python setup.py install --root="$PWD/tmp_install" --optimize=1
+  python examples/example_hypothesis_entrypoint/setup.py install 

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

2021-01-14 Thread Felix Yan via arch-commits
Date: Friday, January 15, 2021 @ 07:44:22
  Author: felixonmars
Revision: 820977

upgpkg: python-hypothesis 6.0.2-1

Modified:
  python-hypothesis/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2021-01-15 07:15:37 UTC (rev 820976)
+++ PKGBUILD2021-01-15 07:44:22 UTC (rev 820977)
@@ -1,7 +1,7 @@
 # Maintainer: Felix Yan 
 
 pkgname=python-hypothesis
-pkgver=6.0.1
+pkgver=6.0.2
 pkgrel=1
 pkgdesc="Advanced Quickcheck style testing library for Python"
 arch=('any')
@@ -21,7 +21,7 @@
   'python-pytest-xdist' 'python-lark-parser' 'python-pexpect' 
'python-coverage'
   'python-typing_extensions' 'python-black' 'python-fakeredis' 
'python-libcst')
 
source=("$pkgname-$pkgver.tar.gz::https://github.com/HypothesisWorks/hypothesis/archive/hypothesis-python-$pkgver.tar.gz;)
-sha512sums=('3981a40ba61ca38140582f46b1ebb1ac2fc0816e8210c37ddc91249515d035534208c6ba926f367607bbd79792383eb166c1f4710a8a5ba5e04876383ac44644')
+sha512sums=('7d3689c6964f5158b4ab7b638d43c44b145080e47b832405c50971ea986b2c78c9be648de78c9783c6adc34e117b90b2c2e4b684783a68acc6bdff51ee085248')
 
 prepare() {
   mv hypothesis-hypothesis-python-$pkgver hypothesis-$pkgver


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

2021-01-14 Thread Antonio Rojas via arch-commits
Date: Friday, January 15, 2021 @ 07:15:37
  Author: arojas
Revision: 820976

archrelease: copy trunk to community-any

Added:
  jupyter-server/repos/community-any/PKGBUILD
(from rev 820975, jupyter-server/trunk/PKGBUILD)
Deleted:
  jupyter-server/repos/community-any/PKGBUILD

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

Deleted: PKGBUILD
===
--- PKGBUILD2021-01-15 07:14:47 UTC (rev 820975)
+++ PKGBUILD2021-01-15 07:15:37 UTC (rev 820976)
@@ -1,26 +0,0 @@
-# Maintainer: Antonio Rojas 
-
-pkgname=jupyter-server
-pkgver=1.2.1
-pkgrel=1
-pkgdesc="Provides the backend for Jupyter web applications like Jupyter 
notebook, JupyterLab, and Voila"
-arch=(any)
-url="https://jupyter.org/;
-license=(custom)
-depends=(python-jupyter_client jupyter-nbformat jupyter-nbconvert 
python-terminado python-prometheus_client python-traitlets python-tornado
- python-jinja python-send2trash python-anyio)
-makedepends=(python-setuptools)
-source=(https://pypi.io/packages/source/j/${pkgname/-/_}/${pkgname/-/_}-$pkgver.tar.gz)
-sha256sums=('5c55bdd098159f3e57faad102fa91de5b3f2f46ca8be01ad3d289e85a5beba9c')
-
-build() {
-  cd ${pkgname/-/_}-$pkgver
-  python setup.py build 
-}
-
-package() {
-  cd ${pkgname/-/_}-$pkgver
-  python setup.py install --skip-build --root="$pkgdir" --optimize=1
-
-  install -Dm644 COPYING.md -t "$pkgdir"/usr/share/licenses/$pkgname
-}

Copied: jupyter-server/repos/community-any/PKGBUILD (from rev 820975, 
jupyter-server/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2021-01-15 07:15:37 UTC (rev 820976)
@@ -0,0 +1,26 @@
+# Maintainer: Antonio Rojas 
+
+pkgname=jupyter-server
+pkgver=1.2.2
+pkgrel=1
+pkgdesc="Provides the backend for Jupyter web applications like Jupyter 
notebook, JupyterLab, and Voila"
+arch=(any)
+url="https://jupyter.org/;
+license=(custom)
+depends=(python-jupyter_client jupyter-nbformat jupyter-nbconvert 
python-terminado python-prometheus_client python-traitlets python-tornado
+ python-jinja python-send2trash python-anyio)
+makedepends=(python-setuptools)
+source=(https://pypi.io/packages/source/j/${pkgname/-/_}/${pkgname/-/_}-$pkgver.tar.gz)
+sha256sums=('26a98cd5c45b8ebd1e10215586c350a8fa3ca2971e757ee6bf517a180f9933ae')
+
+build() {
+  cd ${pkgname/-/_}-$pkgver
+  python setup.py build 
+}
+
+package() {
+  cd ${pkgname/-/_}-$pkgver
+  python setup.py install --skip-build --root="$pkgdir" --optimize=1
+
+  install -Dm644 COPYING.md -t "$pkgdir"/usr/share/licenses/$pkgname
+}


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

2021-01-14 Thread Antonio Rojas via arch-commits
Date: Friday, January 15, 2021 @ 07:14:47
  Author: arojas
Revision: 820975

Update to 1.2.2

Modified:
  jupyter-server/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2021-01-15 07:01:14 UTC (rev 820974)
+++ PKGBUILD2021-01-15 07:14:47 UTC (rev 820975)
@@ -1,7 +1,7 @@
 # Maintainer: Antonio Rojas 
 
 pkgname=jupyter-server
-pkgver=1.2.1
+pkgver=1.2.2
 pkgrel=1
 pkgdesc="Provides the backend for Jupyter web applications like Jupyter 
notebook, JupyterLab, and Voila"
 arch=(any)
@@ -11,7 +11,7 @@
  python-jinja python-send2trash python-anyio)
 makedepends=(python-setuptools)
 
source=(https://pypi.io/packages/source/j/${pkgname/-/_}/${pkgname/-/_}-$pkgver.tar.gz)
-sha256sums=('5c55bdd098159f3e57faad102fa91de5b3f2f46ca8be01ad3d289e85a5beba9c')
+sha256sums=('26a98cd5c45b8ebd1e10215586c350a8fa3ca2971e757ee6bf517a180f9933ae')
 
 build() {
   cd ${pkgname/-/_}-$pkgver


[arch-commits] Commit in kodi-addon-game-libretro-snes9x/repos/community-x86_64 (2 files)

2021-01-14 Thread Ike Devolder via arch-commits
Date: Friday, January 15, 2021 @ 07:00:55
  Author: idevolder
Revision: 820972

archrelease: copy trunk to community-x86_64

Added:
  kodi-addon-game-libretro-snes9x/repos/community-x86_64/PKGBUILD
(from rev 820971, kodi-addon-game-libretro-snes9x/trunk/PKGBUILD)
Deleted:
  kodi-addon-game-libretro-snes9x/repos/community-x86_64/PKGBUILD

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

Deleted: PKGBUILD
===
--- PKGBUILD2021-01-15 07:00:50 UTC (rev 820971)
+++ PKGBUILD2021-01-15 07:00:55 UTC (rev 820972)
@@ -1,32 +0,0 @@
-# Maintainer: BlackEagle >
-
-pkgname=kodi-addon-game-libretro-snes9x
-pkgver=1.60.0.14
-_codename=Leia
-pkgrel=7
-pkgdesc="Libretro wrapper for Kodi's Game API"
-arch=('x86_64')
-url='https://github.com/kodi-game/game.libretro.snes9x'
-license=('GPL')
-groups=('kodi-addons' 'kodi-addons-game')
-depends=('kodi-addon-game-libretro' 'libretro-snes9x')
-makedepends=('cmake' 'kodi-dev')
-source=("$pkgname-$pkgver.tar.gz::https://github.com/kodi-game/game.libretro.snes9x/archive/$pkgver-$_codename.tar.gz;)
-sha512sums=('8131816ca3103f0c9b588bb6378f743e42ef8d985fa56549985f0475e5ecfa969464e2bbd20a1328b28bd2f7c4b094241f4bfd0c41663e8f1bbf353dddaa8360')
-
-build() {
-cd "game.libretro.snes9x-$pkgver-$_codename"
-cmake \
--DCMAKE_INSTALL_PREFIX=/usr \
--DCMAKE_BUILD_TYPE=Release \
--DBUILD_SHARED_LIBS=1 \
--DUSE_LTO=1 \
-.
-make
-}
-
-package() {
-cd "game.libretro.snes9x-$pkgver-$_codename"
-   make DESTDIR="$pkgdir/" install
-}
-

Copied: kodi-addon-game-libretro-snes9x/repos/community-x86_64/PKGBUILD (from 
rev 820971, kodi-addon-game-libretro-snes9x/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2021-01-15 07:00:55 UTC (rev 820972)
@@ -0,0 +1,32 @@
+# Maintainer: BlackEagle >
+
+pkgname=kodi-addon-game-libretro-snes9x
+pkgver=1.60.0.16
+_codename=Leia
+pkgrel=1
+pkgdesc="Libretro wrapper for Kodi's Game API"
+arch=('x86_64')
+url='https://github.com/kodi-game/game.libretro.snes9x'
+license=('GPL')
+groups=('kodi-addons' 'kodi-addons-game')
+depends=('kodi-addon-game-libretro' 'libretro-snes9x')
+makedepends=('cmake' 'kodi-dev')
+source=("$pkgname-$pkgver.tar.gz::https://github.com/kodi-game/game.libretro.snes9x/archive/$pkgver-$_codename.tar.gz;)
+sha512sums=('d5a3a2fc9b5ed3fd6371b157023cc270cb1b593bbb8f6fe36bb05bf27a6699874255d5c347c621799a3c8a9cc11f9c81e4709e619f7393d2c708afd14898d307')
+
+build() {
+cd "game.libretro.snes9x-$pkgver-$_codename"
+cmake \
+-DCMAKE_INSTALL_PREFIX=/usr \
+-DCMAKE_BUILD_TYPE=Release \
+-DBUILD_SHARED_LIBS=1 \
+-DUSE_LTO=1 \
+.
+make
+}
+
+package() {
+cd "game.libretro.snes9x-$pkgver-$_codename"
+   make DESTDIR="$pkgdir/" install
+}
+


[arch-commits] Commit in kodi-addon-game-libretro-scummvm/repos/community-x86_64 (2 files)

2021-01-14 Thread Ike Devolder via arch-commits
Date: Friday, January 15, 2021 @ 07:00:27
  Author: idevolder
Revision: 820970

archrelease: copy trunk to community-x86_64

Added:
  kodi-addon-game-libretro-scummvm/repos/community-x86_64/PKGBUILD
(from rev 820969, kodi-addon-game-libretro-scummvm/trunk/PKGBUILD)
Deleted:
  kodi-addon-game-libretro-scummvm/repos/community-x86_64/PKGBUILD

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

Deleted: PKGBUILD
===
--- PKGBUILD2021-01-15 07:00:22 UTC (rev 820969)
+++ PKGBUILD2021-01-15 07:00:27 UTC (rev 820970)
@@ -1,32 +0,0 @@
-# Maintainer: BlackEagle >
-
-pkgname=kodi-addon-game-libretro-scummvm
-pkgver=2.1.1.9
-_codename=Leia
-pkgrel=7
-pkgdesc="Libretro wrapper for Kodi's Game API"
-arch=('x86_64')
-url='https://github.com/kodi-game/game.libretro.scummvm'
-license=('GPL')
-groups=('kodi-addons' 'kodi-addons-game')
-depends=('kodi-addon-game-libretro' 'libretro-scummvm')
-makedepends=('cmake' 'kodi-dev')
-source=("$pkgname-$pkgver.tar.gz::https://github.com/kodi-game/game.libretro.scummvm/archive/$pkgver-$_codename.tar.gz;)
-sha512sums=('1365217aa732ef66c04f5d81a3c949279889aa01bcf3d212925a31e742cb54d0a81d78073556843464f1fa73d3a823e2b2f582849a2abf7211e3958510def139')
-
-build() {
-cd "game.libretro.scummvm-$pkgver-$_codename"
-cmake \
--DCMAKE_INSTALL_PREFIX=/usr \
--DCMAKE_BUILD_TYPE=Release \
--DBUILD_SHARED_LIBS=1 \
--DUSE_LTO=1 \
-.
-make
-}
-
-package() {
-cd "game.libretro.scummvm-$pkgver-$_codename"
-   make DESTDIR="$pkgdir/" install
-}
-

Copied: kodi-addon-game-libretro-scummvm/repos/community-x86_64/PKGBUILD (from 
rev 820969, kodi-addon-game-libretro-scummvm/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2021-01-15 07:00:27 UTC (rev 820970)
@@ -0,0 +1,32 @@
+# Maintainer: BlackEagle >
+
+pkgname=kodi-addon-game-libretro-scummvm
+pkgver=2.1.1.11
+_codename=Leia
+pkgrel=1
+pkgdesc="Libretro wrapper for Kodi's Game API"
+arch=('x86_64')
+url='https://github.com/kodi-game/game.libretro.scummvm'
+license=('GPL')
+groups=('kodi-addons' 'kodi-addons-game')
+depends=('kodi-addon-game-libretro' 'libretro-scummvm')
+makedepends=('cmake' 'kodi-dev')
+source=("$pkgname-$pkgver.tar.gz::https://github.com/kodi-game/game.libretro.scummvm/archive/$pkgver-$_codename.tar.gz;)
+sha512sums=('f86a424bea21632950ab5c0b752c7decb61b3b675f1f762665c0dff45e7aeb8df659fefbada2890631dc369b8906cf5790d546659926a44765078ded3835cd96')
+
+build() {
+cd "game.libretro.scummvm-$pkgver-$_codename"
+cmake \
+-DCMAKE_INSTALL_PREFIX=/usr \
+-DCMAKE_BUILD_TYPE=Release \
+-DBUILD_SHARED_LIBS=1 \
+-DUSE_LTO=1 \
+.
+make
+}
+
+package() {
+cd "game.libretro.scummvm-$pkgver-$_codename"
+   make DESTDIR="$pkgdir/" install
+}
+


[arch-commits] Commit in kodi-addon-game-libretro-parallel-n64/trunk (PKGBUILD)

2021-01-14 Thread Ike Devolder via arch-commits
Date: Friday, January 15, 2021 @ 06:59:57
  Author: idevolder
Revision: 820967

upgpkg: kodi-addon-game-libretro-parallel-n64 2.0.0.12-1

Modified:
  kodi-addon-game-libretro-parallel-n64/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2021-01-15 06:59:43 UTC (rev 820966)
+++ PKGBUILD2021-01-15 06:59:57 UTC (rev 820967)
@@ -1,9 +1,9 @@
 # Maintainer: BlackEagle >
 
 pkgname=kodi-addon-game-libretro-parallel-n64
-pkgver=2.0.0.10
+pkgver=2.0.0.12
 _codename=Leia
-pkgrel=3
+pkgrel=1
 pkgdesc="Libretro wrapper for Kodi's Game API"
 arch=('x86_64')
 url='https://github.com/kodi-game/game.libretro.parallel_n64'
@@ -12,7 +12,7 @@
 depends=('kodi-addon-game-libretro' 'libretro-parallel-n64')
 makedepends=('cmake' 'kodi-dev')
 
source=("$pkgname-$pkgver.tar.gz::https://github.com/kodi-game/game.libretro.parallel_n64/archive/$pkgver-$_codename.tar.gz;)
-sha512sums=('b00c3fdfbf4044ef31fa873b796b6938902772db4f5e51afc68e1a6e0958532284893557290573c04ac8d8896c7c88f629dde39ec10e14ddc8dd0669bd775436')
+sha512sums=('5217213307b5b6c312f5af8e83c298b9432ca825262b8cdfbabb5af36fa1db08b866b09f4237fe9546d525756a16289a3d6076880cb7947114e73973ae1e0ab1')
 
 build() {
 cd "game.libretro.parallel_n64-$pkgver-$_codename"


[arch-commits] Commit in kodi-addon-game-libretro-nestopia/repos/community-x86_64 (2 files)

2021-01-14 Thread Ike Devolder via arch-commits
Date: Friday, January 15, 2021 @ 06:59:43
  Author: idevolder
Revision: 820966

archrelease: copy trunk to community-x86_64

Added:
  kodi-addon-game-libretro-nestopia/repos/community-x86_64/PKGBUILD
(from rev 820965, kodi-addon-game-libretro-nestopia/trunk/PKGBUILD)
Deleted:
  kodi-addon-game-libretro-nestopia/repos/community-x86_64/PKGBUILD

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

Deleted: PKGBUILD
===
--- PKGBUILD2021-01-15 06:59:38 UTC (rev 820965)
+++ PKGBUILD2021-01-15 06:59:43 UTC (rev 820966)
@@ -1,32 +0,0 @@
-# Maintainer: BlackEagle >
-
-pkgname=kodi-addon-game-libretro-nestopia
-pkgver=1.50.0.11
-_codename=Leia
-pkgrel=7
-pkgdesc="Libretro wrapper for Kodi's Game API"
-arch=('x86_64')
-url='https://github.com/kodi-game/game.libretro.nestopia'
-license=('GPL')
-groups=('kodi-addons' 'kodi-addons-game')
-depends=('kodi-addon-game-libretro' 'libretro-nestopia')
-makedepends=('cmake' 'kodi-dev')
-source=("$pkgname-$pkgver.tar.gz::https://github.com/kodi-game/game.libretro.nestopia/archive/$pkgver-$_codename.tar.gz;)
-sha512sums=('97adf49af64f256b33b915eb8d3ce05abc7092335a606090344e2194e6a640e489d306ce0dcacc71ee75ddd80b9191036f8aaa634ece4b6b4d0971c663f23368')
-
-build() {
-cd "game.libretro.nestopia-$pkgver-$_codename"
-cmake \
--DCMAKE_INSTALL_PREFIX=/usr \
--DCMAKE_BUILD_TYPE=Release \
--DBUILD_SHARED_LIBS=1 \
--DUSE_LTO=1 \
-.
-make
-}
-
-package() {
-cd "game.libretro.nestopia-$pkgver-$_codename"
-   make DESTDIR="$pkgdir/" install
-}
-

Copied: kodi-addon-game-libretro-nestopia/repos/community-x86_64/PKGBUILD (from 
rev 820965, kodi-addon-game-libretro-nestopia/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2021-01-15 06:59:43 UTC (rev 820966)
@@ -0,0 +1,32 @@
+# Maintainer: BlackEagle >
+
+pkgname=kodi-addon-game-libretro-nestopia
+pkgver=1.50.0.13
+_codename=Leia
+pkgrel=1
+pkgdesc="Libretro wrapper for Kodi's Game API"
+arch=('x86_64')
+url='https://github.com/kodi-game/game.libretro.nestopia'
+license=('GPL')
+groups=('kodi-addons' 'kodi-addons-game')
+depends=('kodi-addon-game-libretro' 'libretro-nestopia')
+makedepends=('cmake' 'kodi-dev')
+source=("$pkgname-$pkgver.tar.gz::https://github.com/kodi-game/game.libretro.nestopia/archive/$pkgver-$_codename.tar.gz;)
+sha512sums=('cf239e5822d6b799f244b3ad828747855271c29eb6af5a58b87943db202b86190a36f4ba85abc2bf5159bf8dcd74653162cda1a070d0d89aa61fe14c9d735932')
+
+build() {
+cd "game.libretro.nestopia-$pkgver-$_codename"
+cmake \
+-DCMAKE_INSTALL_PREFIX=/usr \
+-DCMAKE_BUILD_TYPE=Release \
+-DBUILD_SHARED_LIBS=1 \
+-DUSE_LTO=1 \
+.
+make
+}
+
+package() {
+cd "game.libretro.nestopia-$pkgver-$_codename"
+   make DESTDIR="$pkgdir/" install
+}
+


[arch-commits] Commit in kodi-addon-game-libretro-nestopia/trunk (PKGBUILD)

2021-01-14 Thread Ike Devolder via arch-commits
Date: Friday, January 15, 2021 @ 06:59:38
  Author: idevolder
Revision: 820965

upgpkg: kodi-addon-game-libretro-nestopia 1.50.0.13-1

Modified:
  kodi-addon-game-libretro-nestopia/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2021-01-15 06:59:23 UTC (rev 820964)
+++ PKGBUILD2021-01-15 06:59:38 UTC (rev 820965)
@@ -1,9 +1,9 @@
 # Maintainer: BlackEagle >
 
 pkgname=kodi-addon-game-libretro-nestopia
-pkgver=1.50.0.11
+pkgver=1.50.0.13
 _codename=Leia
-pkgrel=7
+pkgrel=1
 pkgdesc="Libretro wrapper for Kodi's Game API"
 arch=('x86_64')
 url='https://github.com/kodi-game/game.libretro.nestopia'
@@ -12,7 +12,7 @@
 depends=('kodi-addon-game-libretro' 'libretro-nestopia')
 makedepends=('cmake' 'kodi-dev')
 
source=("$pkgname-$pkgver.tar.gz::https://github.com/kodi-game/game.libretro.nestopia/archive/$pkgver-$_codename.tar.gz;)
-sha512sums=('97adf49af64f256b33b915eb8d3ce05abc7092335a606090344e2194e6a640e489d306ce0dcacc71ee75ddd80b9191036f8aaa634ece4b6b4d0971c663f23368')
+sha512sums=('cf239e5822d6b799f244b3ad828747855271c29eb6af5a58b87943db202b86190a36f4ba85abc2bf5159bf8dcd74653162cda1a070d0d89aa61fe14c9d735932')
 
 build() {
 cd "game.libretro.nestopia-$pkgver-$_codename"


[arch-commits] Commit in kodi-addon-game-libretro-mgba/repos/community-x86_64 (2 files)

2021-01-14 Thread Ike Devolder via arch-commits
Date: Friday, January 15, 2021 @ 06:59:23
  Author: idevolder
Revision: 820964

archrelease: copy trunk to community-x86_64

Added:
  kodi-addon-game-libretro-mgba/repos/community-x86_64/PKGBUILD
(from rev 820963, kodi-addon-game-libretro-mgba/trunk/PKGBUILD)
Deleted:
  kodi-addon-game-libretro-mgba/repos/community-x86_64/PKGBUILD

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

Deleted: PKGBUILD
===
--- PKGBUILD2021-01-15 06:59:18 UTC (rev 820963)
+++ PKGBUILD2021-01-15 06:59:23 UTC (rev 820964)
@@ -1,32 +0,0 @@
-# Maintainer: BlackEagle >
-
-pkgname=kodi-addon-game-libretro-mgba
-pkgver=0.8.3.17
-_codename=Leia
-pkgrel=3
-pkgdesc="Libretro wrapper for Kodi's Game API"
-arch=('x86_64')
-url='https://github.com/kodi-game/game.libretro.mgba'
-license=('GPL')
-groups=('kodi-addons' 'kodi-addons-game')
-depends=('kodi-addon-game-libretro' 'libretro-mgba')
-makedepends=('cmake' 'kodi-dev')
-source=("$pkgname-$pkgver.tar.gz::https://github.com/kodi-game/game.libretro.mgba/archive/$pkgver-$_codename.tar.gz;)
-sha512sums=('5b6350c5db1400d25fc463c3a51953fe7a7dcf5ce79f62e2c87ac0e1a0169efe9e9d43c6639f3d73de98568989c211ea381219639a72b3b5a43eea305c6bf2ba')
-
-build() {
-cd "game.libretro.mgba-$pkgver-$_codename"
-cmake \
--DCMAKE_INSTALL_PREFIX=/usr \
--DCMAKE_BUILD_TYPE=Release \
--DBUILD_SHARED_LIBS=1 \
--DUSE_LTO=1 \
-.
-make
-}
-
-package() {
-cd "game.libretro.mgba-$pkgver-$_codename"
-   make DESTDIR="$pkgdir/" install
-}
-

Copied: kodi-addon-game-libretro-mgba/repos/community-x86_64/PKGBUILD (from rev 
820963, kodi-addon-game-libretro-mgba/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2021-01-15 06:59:23 UTC (rev 820964)
@@ -0,0 +1,32 @@
+# Maintainer: BlackEagle >
+
+pkgname=kodi-addon-game-libretro-mgba
+pkgver=0.8.4.19
+_codename=Leia
+pkgrel=1
+pkgdesc="Libretro wrapper for Kodi's Game API"
+arch=('x86_64')
+url='https://github.com/kodi-game/game.libretro.mgba'
+license=('GPL')
+groups=('kodi-addons' 'kodi-addons-game')
+depends=('kodi-addon-game-libretro' 'libretro-mgba')
+makedepends=('cmake' 'kodi-dev')
+source=("$pkgname-$pkgver.tar.gz::https://github.com/kodi-game/game.libretro.mgba/archive/$pkgver-$_codename.tar.gz;)
+sha512sums=('4604205ed23cc8a362ef2a726882cba225ffa1e9d7b8e1bcd7a80604fba7e73ee326473168aa2bcf4bb72776d6c666df929ad69a41d1be7af688ecd8edcb0eff')
+
+build() {
+cd "game.libretro.mgba-$pkgver-$_codename"
+cmake \
+-DCMAKE_INSTALL_PREFIX=/usr \
+-DCMAKE_BUILD_TYPE=Release \
+-DBUILD_SHARED_LIBS=1 \
+-DUSE_LTO=1 \
+.
+make
+}
+
+package() {
+cd "game.libretro.mgba-$pkgver-$_codename"
+   make DESTDIR="$pkgdir/" install
+}
+


[arch-commits] Commit in kodi-addon-game-libretro-mgba/trunk (PKGBUILD)

2021-01-14 Thread Ike Devolder via arch-commits
Date: Friday, January 15, 2021 @ 06:59:18
  Author: idevolder
Revision: 820963

upgpkg: kodi-addon-game-libretro-mgba 0.8.4.19-1

Modified:
  kodi-addon-game-libretro-mgba/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2021-01-15 06:59:03 UTC (rev 820962)
+++ PKGBUILD2021-01-15 06:59:18 UTC (rev 820963)
@@ -1,9 +1,9 @@
 # Maintainer: BlackEagle >
 
 pkgname=kodi-addon-game-libretro-mgba
-pkgver=0.8.3.17
+pkgver=0.8.4.19
 _codename=Leia
-pkgrel=3
+pkgrel=1
 pkgdesc="Libretro wrapper for Kodi's Game API"
 arch=('x86_64')
 url='https://github.com/kodi-game/game.libretro.mgba'
@@ -12,7 +12,7 @@
 depends=('kodi-addon-game-libretro' 'libretro-mgba')
 makedepends=('cmake' 'kodi-dev')
 
source=("$pkgname-$pkgver.tar.gz::https://github.com/kodi-game/game.libretro.mgba/archive/$pkgver-$_codename.tar.gz;)
-sha512sums=('5b6350c5db1400d25fc463c3a51953fe7a7dcf5ce79f62e2c87ac0e1a0169efe9e9d43c6639f3d73de98568989c211ea381219639a72b3b5a43eea305c6bf2ba')
+sha512sums=('4604205ed23cc8a362ef2a726882cba225ffa1e9d7b8e1bcd7a80604fba7e73ee326473168aa2bcf4bb72776d6c666df929ad69a41d1be7af688ecd8edcb0eff')
 
 build() {
 cd "game.libretro.mgba-$pkgver-$_codename"


[arch-commits] Commit in kodi-addon-game-libretro-melonds/repos/community-x86_64 (2 files)

2021-01-14 Thread Ike Devolder via arch-commits
Date: Friday, January 15, 2021 @ 06:59:03
  Author: idevolder
Revision: 820962

archrelease: copy trunk to community-x86_64

Added:
  kodi-addon-game-libretro-melonds/repos/community-x86_64/PKGBUILD
(from rev 820961, kodi-addon-game-libretro-melonds/trunk/PKGBUILD)
Deleted:
  kodi-addon-game-libretro-melonds/repos/community-x86_64/PKGBUILD

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

Deleted: PKGBUILD
===
--- PKGBUILD2021-01-15 06:58:58 UTC (rev 820961)
+++ PKGBUILD2021-01-15 06:59:03 UTC (rev 820962)
@@ -1,32 +0,0 @@
-# Maintainer: BlackEagle >
-
-pkgname=kodi-addon-game-libretro-melonds
-pkgver=0.9.0.12
-_codename=Leia
-pkgrel=3
-pkgdesc="Libretro wrapper for Kodi's Game API"
-arch=('x86_64')
-url='https://github.com/kodi-game/game.libretro.melonds'
-license=('GPL')
-groups=('kodi-addons' 'kodi-addons-game')
-depends=('kodi-addon-game-libretro' 'libretro-melonds')
-makedepends=('cmake' 'kodi-dev')
-source=("$pkgname-$pkgver.tar.gz::https://github.com/kodi-game/game.libretro.melonds/archive/$pkgver-$_codename.tar.gz;)
-sha512sums=('026b87897b406dd95b562c570f3f1834302db83cae8a6bb56931963ba1a931031257480af6a3afe87eae2ca60855e32b7c944ca17dc94514f6c01f7a27da6e33')
-
-build() {
-cd "game.libretro.melonds-$pkgver-$_codename"
-cmake \
--DCMAKE_INSTALL_PREFIX=/usr \
--DCMAKE_BUILD_TYPE=Release \
--DBUILD_SHARED_LIBS=1 \
--DUSE_LTO=1 \
-.
-make
-}
-
-package() {
-cd "game.libretro.melonds-$pkgver-$_codename"
-   make DESTDIR="$pkgdir/" install
-}
-

Copied: kodi-addon-game-libretro-melonds/repos/community-x86_64/PKGBUILD (from 
rev 820961, kodi-addon-game-libretro-melonds/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2021-01-15 06:59:03 UTC (rev 820962)
@@ -0,0 +1,32 @@
+# Maintainer: BlackEagle >
+
+pkgname=kodi-addon-game-libretro-melonds
+pkgver=0.9.0.14
+_codename=Leia
+pkgrel=1
+pkgdesc="Libretro wrapper for Kodi's Game API"
+arch=('x86_64')
+url='https://github.com/kodi-game/game.libretro.melonds'
+license=('GPL')
+groups=('kodi-addons' 'kodi-addons-game')
+depends=('kodi-addon-game-libretro' 'libretro-melonds')
+makedepends=('cmake' 'kodi-dev')
+source=("$pkgname-$pkgver.tar.gz::https://github.com/kodi-game/game.libretro.melonds/archive/$pkgver-$_codename.tar.gz;)
+sha512sums=('9a89b4a33b720b576e7d5db2d89f5cdf308ca5d772cb8a21fcfccfb280c77c3416d9c864db9eacfae148651c93ad26989a4a733156ebc333b2a1655dde5cc60a')
+
+build() {
+cd "game.libretro.melonds-$pkgver-$_codename"
+cmake \
+-DCMAKE_INSTALL_PREFIX=/usr \
+-DCMAKE_BUILD_TYPE=Release \
+-DBUILD_SHARED_LIBS=1 \
+-DUSE_LTO=1 \
+.
+make
+}
+
+package() {
+cd "game.libretro.melonds-$pkgver-$_codename"
+   make DESTDIR="$pkgdir/" install
+}
+


[arch-commits] Commit in kodi-addon-game-libretro-melonds/trunk (PKGBUILD)

2021-01-14 Thread Ike Devolder via arch-commits
Date: Friday, January 15, 2021 @ 06:58:58
  Author: idevolder
Revision: 820961

upgpkg: kodi-addon-game-libretro-melonds 0.9.0.14-1

Modified:
  kodi-addon-game-libretro-melonds/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2021-01-15 06:58:44 UTC (rev 820960)
+++ PKGBUILD2021-01-15 06:58:58 UTC (rev 820961)
@@ -1,9 +1,9 @@
 # Maintainer: BlackEagle >
 
 pkgname=kodi-addon-game-libretro-melonds
-pkgver=0.9.0.12
+pkgver=0.9.0.14
 _codename=Leia
-pkgrel=3
+pkgrel=1
 pkgdesc="Libretro wrapper for Kodi's Game API"
 arch=('x86_64')
 url='https://github.com/kodi-game/game.libretro.melonds'
@@ -12,7 +12,7 @@
 depends=('kodi-addon-game-libretro' 'libretro-melonds')
 makedepends=('cmake' 'kodi-dev')
 
source=("$pkgname-$pkgver.tar.gz::https://github.com/kodi-game/game.libretro.melonds/archive/$pkgver-$_codename.tar.gz;)
-sha512sums=('026b87897b406dd95b562c570f3f1834302db83cae8a6bb56931963ba1a931031257480af6a3afe87eae2ca60855e32b7c944ca17dc94514f6c01f7a27da6e33')
+sha512sums=('9a89b4a33b720b576e7d5db2d89f5cdf308ca5d772cb8a21fcfccfb280c77c3416d9c864db9eacfae148651c93ad26989a4a733156ebc333b2a1655dde5cc60a')
 
 build() {
 cd "game.libretro.melonds-$pkgver-$_codename"


[arch-commits] Commit in kodi-addon-game-libretro-gambatte/repos/community-x86_64 (2 files)

2021-01-14 Thread Ike Devolder via arch-commits
Date: Friday, January 15, 2021 @ 06:58:44
  Author: idevolder
Revision: 820960

archrelease: copy trunk to community-x86_64

Added:
  kodi-addon-game-libretro-gambatte/repos/community-x86_64/PKGBUILD
(from rev 820959, kodi-addon-game-libretro-gambatte/trunk/PKGBUILD)
Deleted:
  kodi-addon-game-libretro-gambatte/repos/community-x86_64/PKGBUILD

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

Deleted: PKGBUILD
===
--- PKGBUILD2021-01-15 06:58:39 UTC (rev 820959)
+++ PKGBUILD2021-01-15 06:58:44 UTC (rev 820960)
@@ -1,32 +0,0 @@
-# Maintainer: BlackEagle >
-
-pkgname=kodi-addon-game-libretro-gambatte
-pkgver=0.5.0.14
-_codename=Leia
-pkgrel=3
-pkgdesc="Libretro wrapper for Kodi's Game API"
-arch=('x86_64')
-url='https://github.com/kodi-game/game.libretro.gambatte'
-license=('GPL')
-groups=('kodi-addons' 'kodi-addons-game')
-depends=('kodi-addon-game-libretro' 'libretro-gambatte')
-makedepends=('cmake' 'kodi-dev')
-source=("$pkgname-$pkgver.tar.gz::https://github.com/kodi-game/game.libretro.gambatte/archive/$pkgver-$_codename.tar.gz;)
-sha512sums=('53eeb09ce01d41bf5887cf1057e793b5a8c486bd5ddc02fa20d3ab410f1e08c03e6c6352d19aec4f8b6cb341379488e68a35fb22856008204fafef171a13')
-
-build() {
-cd "game.libretro.gambatte-$pkgver-$_codename"
-cmake \
--DCMAKE_INSTALL_PREFIX=/usr \
--DCMAKE_BUILD_TYPE=Release \
--DBUILD_SHARED_LIBS=1 \
--DUSE_LTO=1 \
-.
-make
-}
-
-package() {
-cd "game.libretro.gambatte-$pkgver-$_codename"
-   make DESTDIR="$pkgdir/" install
-}
-

Copied: kodi-addon-game-libretro-gambatte/repos/community-x86_64/PKGBUILD (from 
rev 820959, kodi-addon-game-libretro-gambatte/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2021-01-15 06:58:44 UTC (rev 820960)
@@ -0,0 +1,32 @@
+# Maintainer: BlackEagle >
+
+pkgname=kodi-addon-game-libretro-gambatte
+pkgver=0.5.0.16
+_codename=Leia
+pkgrel=1
+pkgdesc="Libretro wrapper for Kodi's Game API"
+arch=('x86_64')
+url='https://github.com/kodi-game/game.libretro.gambatte'
+license=('GPL')
+groups=('kodi-addons' 'kodi-addons-game')
+depends=('kodi-addon-game-libretro' 'libretro-gambatte')
+makedepends=('cmake' 'kodi-dev')
+source=("$pkgname-$pkgver.tar.gz::https://github.com/kodi-game/game.libretro.gambatte/archive/$pkgver-$_codename.tar.gz;)
+sha512sums=('6e912d9d08ba5708294ab64fcf6b836e197fb5f1544410def05c19fbb1452257c37376612ce43fcba89df8c4a4f551c0690c525d61895e8dba56eca7831ae3dd')
+
+build() {
+cd "game.libretro.gambatte-$pkgver-$_codename"
+cmake \
+-DCMAKE_INSTALL_PREFIX=/usr \
+-DCMAKE_BUILD_TYPE=Release \
+-DBUILD_SHARED_LIBS=1 \
+-DUSE_LTO=1 \
+.
+make
+}
+
+package() {
+cd "game.libretro.gambatte-$pkgver-$_codename"
+   make DESTDIR="$pkgdir/" install
+}
+


[arch-commits] Commit in kodi-addon-game-libretro-gambatte/trunk (PKGBUILD)

2021-01-14 Thread Ike Devolder via arch-commits
Date: Friday, January 15, 2021 @ 06:58:39
  Author: idevolder
Revision: 820959

upgpkg: kodi-addon-game-libretro-gambatte 0.5.0.16-1

Modified:
  kodi-addon-game-libretro-gambatte/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2021-01-15 06:58:25 UTC (rev 820958)
+++ PKGBUILD2021-01-15 06:58:39 UTC (rev 820959)
@@ -1,9 +1,9 @@
 # Maintainer: BlackEagle >
 
 pkgname=kodi-addon-game-libretro-gambatte
-pkgver=0.5.0.14
+pkgver=0.5.0.16
 _codename=Leia
-pkgrel=3
+pkgrel=1
 pkgdesc="Libretro wrapper for Kodi's Game API"
 arch=('x86_64')
 url='https://github.com/kodi-game/game.libretro.gambatte'
@@ -12,7 +12,7 @@
 depends=('kodi-addon-game-libretro' 'libretro-gambatte')
 makedepends=('cmake' 'kodi-dev')
 
source=("$pkgname-$pkgver.tar.gz::https://github.com/kodi-game/game.libretro.gambatte/archive/$pkgver-$_codename.tar.gz;)
-sha512sums=('53eeb09ce01d41bf5887cf1057e793b5a8c486bd5ddc02fa20d3ab410f1e08c03e6c6352d19aec4f8b6cb341379488e68a35fb22856008204fafef171a13')
+sha512sums=('6e912d9d08ba5708294ab64fcf6b836e197fb5f1544410def05c19fbb1452257c37376612ce43fcba89df8c4a4f551c0690c525d61895e8dba56eca7831ae3dd')
 
 build() {
 cd "game.libretro.gambatte-$pkgver-$_codename"


[arch-commits] Commit in kodi-addon-game-libretro-flycast/repos/community-x86_64 (2 files)

2021-01-14 Thread Ike Devolder via arch-commits
Date: Friday, January 15, 2021 @ 06:58:25
  Author: idevolder
Revision: 820958

archrelease: copy trunk to community-x86_64

Added:
  kodi-addon-game-libretro-flycast/repos/community-x86_64/PKGBUILD
(from rev 820957, kodi-addon-game-libretro-flycast/trunk/PKGBUILD)
Deleted:
  kodi-addon-game-libretro-flycast/repos/community-x86_64/PKGBUILD

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

Deleted: PKGBUILD
===
--- PKGBUILD2021-01-15 06:58:20 UTC (rev 820957)
+++ PKGBUILD2021-01-15 06:58:25 UTC (rev 820958)
@@ -1,33 +0,0 @@
-# Maintainer: BlackEagle >
-
-pkgname=kodi-addon-game-libretro-flycast
-pkgver=0.1.0.27
-_codename=Leia
-pkgrel=3
-pkgdesc="Libretro wrapper for Kodi's Game API"
-arch=('x86_64')
-url='https://github.com/kodi-game/game.libretro.reicast'
-license=('GPL')
-groups=('kodi-addons' 'kodi-addons-game')
-depends=('kodi-addon-game-libretro' 'libretro-flycast')
-makedepends=('cmake' 'kodi-dev')
-replaces=('kodi-addon-game-libretro-reicast')
-source=("$pkgname-$pkgver.tar.gz::https://github.com/kodi-game/game.libretro.reicast/archive/$pkgver-$_codename.tar.gz;)
-sha512sums=('6dc33499abfa11a60811457fbcc14fdd3b88058d18fe07b99bf0deec74ded206d9bd76fd8b10ff877d0d4c17bfd3d4fb69e86ce18d130be417a26e7b0e0d410d')
-
-build() {
-cd "game.libretro.flycast-$pkgver-$_codename"
-cmake \
--DCMAKE_INSTALL_PREFIX=/usr \
--DCMAKE_BUILD_TYPE=Release \
--DBUILD_SHARED_LIBS=1 \
--DUSE_LTO=1 \
-.
-make
-}
-
-package() {
-cd "game.libretro.flycast-$pkgver-$_codename"
-   make DESTDIR="$pkgdir/" install
-}
-

Copied: kodi-addon-game-libretro-flycast/repos/community-x86_64/PKGBUILD (from 
rev 820957, kodi-addon-game-libretro-flycast/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2021-01-15 06:58:25 UTC (rev 820958)
@@ -0,0 +1,33 @@
+# Maintainer: BlackEagle >
+
+pkgname=kodi-addon-game-libretro-flycast
+pkgver=0.1.0.29
+_codename=Leia
+pkgrel=1
+pkgdesc="Libretro wrapper for Kodi's Game API"
+arch=('x86_64')
+url='https://github.com/kodi-game/game.libretro.reicast'
+license=('GPL')
+groups=('kodi-addons' 'kodi-addons-game')
+depends=('kodi-addon-game-libretro' 'libretro-flycast')
+makedepends=('cmake' 'kodi-dev')
+replaces=('kodi-addon-game-libretro-reicast')
+source=("$pkgname-$pkgver.tar.gz::https://github.com/kodi-game/game.libretro.reicast/archive/$pkgver-$_codename.tar.gz;)
+sha512sums=('fcf51e321359fcbd427698bb57425a9383f0bb73a211a35834b5fe2776e3c8891d38d7be0fd1991e9b3c155e35b13b5f298eba86016872247641f8baa89f30f7')
+
+build() {
+cd "game.libretro.flycast-$pkgver-$_codename"
+cmake \
+-DCMAKE_INSTALL_PREFIX=/usr \
+-DCMAKE_BUILD_TYPE=Release \
+-DBUILD_SHARED_LIBS=1 \
+-DUSE_LTO=1 \
+.
+make
+}
+
+package() {
+cd "game.libretro.flycast-$pkgver-$_codename"
+   make DESTDIR="$pkgdir/" install
+}
+


[arch-commits] Commit in kodi-addon-game-libretro-flycast/trunk (PKGBUILD)

2021-01-14 Thread Ike Devolder via arch-commits
Date: Friday, January 15, 2021 @ 06:58:20
  Author: idevolder
Revision: 820957

upgpkg: kodi-addon-game-libretro-flycast 0.1.0.29-1

Modified:
  kodi-addon-game-libretro-flycast/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2021-01-15 06:58:06 UTC (rev 820956)
+++ PKGBUILD2021-01-15 06:58:20 UTC (rev 820957)
@@ -1,9 +1,9 @@
 # Maintainer: BlackEagle >
 
 pkgname=kodi-addon-game-libretro-flycast
-pkgver=0.1.0.27
+pkgver=0.1.0.29
 _codename=Leia
-pkgrel=3
+pkgrel=1
 pkgdesc="Libretro wrapper for Kodi's Game API"
 arch=('x86_64')
 url='https://github.com/kodi-game/game.libretro.reicast'
@@ -13,7 +13,7 @@
 makedepends=('cmake' 'kodi-dev')
 replaces=('kodi-addon-game-libretro-reicast')
 
source=("$pkgname-$pkgver.tar.gz::https://github.com/kodi-game/game.libretro.reicast/archive/$pkgver-$_codename.tar.gz;)
-sha512sums=('6dc33499abfa11a60811457fbcc14fdd3b88058d18fe07b99bf0deec74ded206d9bd76fd8b10ff877d0d4c17bfd3d4fb69e86ce18d130be417a26e7b0e0d410d')
+sha512sums=('fcf51e321359fcbd427698bb57425a9383f0bb73a211a35834b5fe2776e3c8891d38d7be0fd1991e9b3c155e35b13b5f298eba86016872247641f8baa89f30f7')
 
 build() {
 cd "game.libretro.flycast-$pkgver-$_codename"


[arch-commits] Commit in kodi-addon-game-libretro-desmume/repos/community-x86_64 (2 files)

2021-01-14 Thread Ike Devolder via arch-commits
Date: Friday, January 15, 2021 @ 06:58:06
  Author: idevolder
Revision: 820956

archrelease: copy trunk to community-x86_64

Added:
  kodi-addon-game-libretro-desmume/repos/community-x86_64/PKGBUILD
(from rev 820955, kodi-addon-game-libretro-desmume/trunk/PKGBUILD)
Deleted:
  kodi-addon-game-libretro-desmume/repos/community-x86_64/PKGBUILD

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

Deleted: PKGBUILD
===
--- PKGBUILD2021-01-15 06:58:01 UTC (rev 820955)
+++ PKGBUILD2021-01-15 06:58:06 UTC (rev 820956)
@@ -1,32 +0,0 @@
-# Maintainer: BlackEagle >
-
-pkgname=kodi-addon-game-libretro-desmume
-pkgver=0.0.1.7
-_codename=Leia
-pkgrel=8
-pkgdesc="Libretro wrapper for Kodi's Game API"
-arch=('x86_64')
-url='https://github.com/kodi-game/game.libretro.desmume'
-license=('GPL')
-groups=('kodi-addons' 'kodi-addons-game')
-depends=('kodi-addon-game-libretro' 'libretro-desmume')
-makedepends=('cmake' 'kodi-dev')
-source=("$pkgname-$pkgver.tar.gz::https://github.com/kodi-game/game.libretro.desmume/archive/$pkgver-$_codename.tar.gz;)
-sha512sums=('c652940ff4c2f0633b7b2cb9c33408801e4b2ee8d027f7c284f4b65fd0c88d212c3a9e42313a9dc56f77243c2b0588fc55cf191a35dbc9838b2908ae6a268cba')
-
-build() {
-cd "game.libretro.desmume-$pkgver-$_codename"
-cmake \
--DCMAKE_INSTALL_PREFIX=/usr \
--DCMAKE_BUILD_TYPE=Release \
--DBUILD_SHARED_LIBS=1 \
--DUSE_LTO=1 \
-.
-make
-}
-
-package() {
-cd "game.libretro.desmume-$pkgver-$_codename"
-   make DESTDIR="$pkgdir/" install
-}
-

Copied: kodi-addon-game-libretro-desmume/repos/community-x86_64/PKGBUILD (from 
rev 820955, kodi-addon-game-libretro-desmume/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2021-01-15 06:58:06 UTC (rev 820956)
@@ -0,0 +1,32 @@
+# Maintainer: BlackEagle >
+
+pkgname=kodi-addon-game-libretro-desmume
+pkgver=0.0.1.9
+_codename=Leia
+pkgrel=1
+pkgdesc="Libretro wrapper for Kodi's Game API"
+arch=('x86_64')
+url='https://github.com/kodi-game/game.libretro.desmume'
+license=('GPL')
+groups=('kodi-addons' 'kodi-addons-game')
+depends=('kodi-addon-game-libretro' 'libretro-desmume')
+makedepends=('cmake' 'kodi-dev')
+source=("$pkgname-$pkgver.tar.gz::https://github.com/kodi-game/game.libretro.desmume/archive/$pkgver-$_codename.tar.gz;)
+sha512sums=('cd4af4927d6afcc723912dc0c62b2ff3a418e147515bac7d2b899814ab66c0a6a2b8f1cd61a04bd80aa27dcece0c6a0195b0a61f0c3f32493d8c87e21f4ef5c7')
+
+build() {
+cd "game.libretro.desmume-$pkgver-$_codename"
+cmake \
+-DCMAKE_INSTALL_PREFIX=/usr \
+-DCMAKE_BUILD_TYPE=Release \
+-DBUILD_SHARED_LIBS=1 \
+-DUSE_LTO=1 \
+.
+make
+}
+
+package() {
+cd "game.libretro.desmume-$pkgver-$_codename"
+   make DESTDIR="$pkgdir/" install
+}
+


[arch-commits] Commit in kodi-addon-game-libretro-desmume/trunk (PKGBUILD)

2021-01-14 Thread Ike Devolder via arch-commits
Date: Friday, January 15, 2021 @ 06:58:01
  Author: idevolder
Revision: 820955

upgpkg: kodi-addon-game-libretro-desmume 0.0.1.9-1

Modified:
  kodi-addon-game-libretro-desmume/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2021-01-15 06:57:46 UTC (rev 820954)
+++ PKGBUILD2021-01-15 06:58:01 UTC (rev 820955)
@@ -1,9 +1,9 @@
 # Maintainer: BlackEagle >
 
 pkgname=kodi-addon-game-libretro-desmume
-pkgver=0.0.1.7
+pkgver=0.0.1.9
 _codename=Leia
-pkgrel=8
+pkgrel=1
 pkgdesc="Libretro wrapper for Kodi's Game API"
 arch=('x86_64')
 url='https://github.com/kodi-game/game.libretro.desmume'
@@ -12,7 +12,7 @@
 depends=('kodi-addon-game-libretro' 'libretro-desmume')
 makedepends=('cmake' 'kodi-dev')
 
source=("$pkgname-$pkgver.tar.gz::https://github.com/kodi-game/game.libretro.desmume/archive/$pkgver-$_codename.tar.gz;)
-sha512sums=('c652940ff4c2f0633b7b2cb9c33408801e4b2ee8d027f7c284f4b65fd0c88d212c3a9e42313a9dc56f77243c2b0588fc55cf191a35dbc9838b2908ae6a268cba')
+sha512sums=('cd4af4927d6afcc723912dc0c62b2ff3a418e147515bac7d2b899814ab66c0a6a2b8f1cd61a04bd80aa27dcece0c6a0195b0a61f0c3f32493d8c87e21f4ef5c7')
 
 build() {
 cd "game.libretro.desmume-$pkgver-$_codename"


[arch-commits] Commit in kodi-addon-game-libretro-beetle-psx/repos/community-x86_64 (2 files)

2021-01-14 Thread Ike Devolder via arch-commits
Date: Friday, January 15, 2021 @ 06:57:46
  Author: idevolder
Revision: 820954

archrelease: copy trunk to community-x86_64

Added:
  kodi-addon-game-libretro-beetle-psx/repos/community-x86_64/PKGBUILD
(from rev 820953, kodi-addon-game-libretro-beetle-psx/trunk/PKGBUILD)
Deleted:
  kodi-addon-game-libretro-beetle-psx/repos/community-x86_64/PKGBUILD

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

Deleted: PKGBUILD
===
--- PKGBUILD2021-01-15 06:57:42 UTC (rev 820953)
+++ PKGBUILD2021-01-15 06:57:46 UTC (rev 820954)
@@ -1,32 +0,0 @@
-# Maintainer: BlackEagle >
-
-pkgname=kodi-addon-game-libretro-beetle-psx
-pkgver=0.9.44.20
-_codename=Leia
-pkgrel=4
-pkgdesc="Libretro wrapper for Kodi's Game API"
-arch=('x86_64')
-url='https://github.com/kodi-game/game.libretro.beetle-psx'
-license=('GPL')
-groups=('kodi-addons' 'kodi-addons-game')
-depends=('kodi-addon-game-libretro' 'libretro-beetle-psx')
-makedepends=('cmake' 'kodi-dev')
-source=("$pkgname-$pkgver.tar.gz::https://github.com/kodi-game/game.libretro.beetle-psx/archive/$pkgver-$_codename.tar.gz;)
-sha512sums=('53bdf829050b6a0969d7c264b8d584d12f9c564735ed4a38626d87cc907576ecfc5ca0b8ae4a1b0374cf0effb581eef61870e9e6b1cbc01d42d3da50c4df9792')
-
-build() {
-cd "game.libretro.beetle-psx-$pkgver-$_codename"
-cmake \
--DCMAKE_INSTALL_PREFIX=/usr \
--DCMAKE_BUILD_TYPE=Release \
--DBUILD_SHARED_LIBS=1 \
--DUSE_LTO=1 \
-.
-make
-}
-
-package() {
-cd "game.libretro.beetle-psx-$pkgver-$_codename"
-   make DESTDIR="$pkgdir/" install
-}
-

Copied: kodi-addon-game-libretro-beetle-psx/repos/community-x86_64/PKGBUILD 
(from rev 820953, kodi-addon-game-libretro-beetle-psx/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2021-01-15 06:57:46 UTC (rev 820954)
@@ -0,0 +1,32 @@
+# Maintainer: BlackEagle >
+
+pkgname=kodi-addon-game-libretro-beetle-psx
+pkgver=0.9.44.22
+_codename=Leia
+pkgrel=1
+pkgdesc="Libretro wrapper for Kodi's Game API"
+arch=('x86_64')
+url='https://github.com/kodi-game/game.libretro.beetle-psx'
+license=('GPL')
+groups=('kodi-addons' 'kodi-addons-game')
+depends=('kodi-addon-game-libretro' 'libretro-beetle-psx')
+makedepends=('cmake' 'kodi-dev')
+source=("$pkgname-$pkgver.tar.gz::https://github.com/kodi-game/game.libretro.beetle-psx/archive/$pkgver-$_codename.tar.gz;)
+sha512sums=('2a6d0bae2cf53b46b7a90455eee9989afd69ee59c66135d5f49111d9c67aae3bf629cfce8dbc04503ef3881a9e2a0944d96bdf381d639a56de0821aa5fcecd2d')
+
+build() {
+cd "game.libretro.beetle-psx-$pkgver-$_codename"
+cmake \
+-DCMAKE_INSTALL_PREFIX=/usr \
+-DCMAKE_BUILD_TYPE=Release \
+-DBUILD_SHARED_LIBS=1 \
+-DUSE_LTO=1 \
+.
+make
+}
+
+package() {
+cd "game.libretro.beetle-psx-$pkgver-$_codename"
+   make DESTDIR="$pkgdir/" install
+}
+


[arch-commits] Commit in kodi-addon-game-libretro-beetle-psx/trunk (PKGBUILD)

2021-01-14 Thread Ike Devolder via arch-commits
Date: Friday, January 15, 2021 @ 06:57:42
  Author: idevolder
Revision: 820953

upgpkg: kodi-addon-game-libretro-beetle-psx 0.9.44.22-1

Modified:
  kodi-addon-game-libretro-beetle-psx/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2021-01-15 06:57:27 UTC (rev 820952)
+++ PKGBUILD2021-01-15 06:57:42 UTC (rev 820953)
@@ -1,9 +1,9 @@
 # Maintainer: BlackEagle >
 
 pkgname=kodi-addon-game-libretro-beetle-psx
-pkgver=0.9.44.20
+pkgver=0.9.44.22
 _codename=Leia
-pkgrel=4
+pkgrel=1
 pkgdesc="Libretro wrapper for Kodi's Game API"
 arch=('x86_64')
 url='https://github.com/kodi-game/game.libretro.beetle-psx'
@@ -12,7 +12,7 @@
 depends=('kodi-addon-game-libretro' 'libretro-beetle-psx')
 makedepends=('cmake' 'kodi-dev')
 
source=("$pkgname-$pkgver.tar.gz::https://github.com/kodi-game/game.libretro.beetle-psx/archive/$pkgver-$_codename.tar.gz;)
-sha512sums=('53bdf829050b6a0969d7c264b8d584d12f9c564735ed4a38626d87cc907576ecfc5ca0b8ae4a1b0374cf0effb581eef61870e9e6b1cbc01d42d3da50c4df9792')
+sha512sums=('2a6d0bae2cf53b46b7a90455eee9989afd69ee59c66135d5f49111d9c67aae3bf629cfce8dbc04503ef3881a9e2a0944d96bdf381d639a56de0821aa5fcecd2d')
 
 build() {
 cd "game.libretro.beetle-psx-$pkgver-$_codename"


[arch-commits] Commit in opera-ffmpeg-codecs/repos/community-x86_64 (12 files)

2021-01-14 Thread Ike Devolder via arch-commits
Date: Friday, January 15, 2021 @ 06:57:27
  Author: idevolder
Revision: 820952

archrelease: copy trunk to community-x86_64

Added:
  opera-ffmpeg-codecs/repos/community-x86_64/PKGBUILD
(from rev 820951, opera-ffmpeg-codecs/trunk/PKGBUILD)
  opera-ffmpeg-codecs/repos/community-x86_64/chromium-73-gcc-0.patch
(from rev 820951, opera-ffmpeg-codecs/trunk/chromium-73-gcc-0.patch)
  opera-ffmpeg-codecs/repos/community-x86_64/chromium-73-gcc-2.patch
(from rev 820951, opera-ffmpeg-codecs/trunk/chromium-73-gcc-2.patch)
  opera-ffmpeg-codecs/repos/community-x86_64/chromium-73-gcc-3.patch
(from rev 820951, opera-ffmpeg-codecs/trunk/chromium-73-gcc-3.patch)
  opera-ffmpeg-codecs/repos/community-x86_64/chromium-FORTIFY_SOURCE-r2.patch
(from rev 820951, 
opera-ffmpeg-codecs/trunk/chromium-FORTIFY_SOURCE-r2.patch)
  
opera-ffmpeg-codecs/repos/community-x86_64/chromium-last-commit-position-r1.patch
(from rev 820951, 
opera-ffmpeg-codecs/trunk/chromium-last-commit-position-r1.patch)
Deleted:
  opera-ffmpeg-codecs/repos/community-x86_64/PKGBUILD
  opera-ffmpeg-codecs/repos/community-x86_64/chromium-73-gcc-0.patch
  opera-ffmpeg-codecs/repos/community-x86_64/chromium-73-gcc-2.patch
  opera-ffmpeg-codecs/repos/community-x86_64/chromium-73-gcc-3.patch
  opera-ffmpeg-codecs/repos/community-x86_64/chromium-FORTIFY_SOURCE-r2.patch
  
opera-ffmpeg-codecs/repos/community-x86_64/chromium-last-commit-position-r1.patch

+
 PKGBUILD   |  128 +-
 chromium-73-gcc-0.patch|  216 +++
 chromium-73-gcc-2.patch|  102 +++---
 chromium-73-gcc-3.patch|  138 +--
 chromium-FORTIFY_SOURCE-r2.patch   |   60 
 chromium-last-commit-position-r1.patch |   52 +++
 6 files changed, 348 insertions(+), 348 deletions(-)

Deleted: PKGBUILD
===
--- PKGBUILD2021-01-15 06:57:19 UTC (rev 820951)
+++ PKGBUILD2021-01-15 06:57:27 UTC (rev 820952)
@@ -1,64 +0,0 @@
-# vim:set ft=sh:
-# Maintainer: BlackEagle < ike DOT devolder AT gmail DOT com >
-
-pkgname=opera-ffmpeg-codecs
-pkgver=87.0.4280.88
-pkgrel=1
-pkgdesc="additional support for proprietary codecs for opera"
-arch=('x86_64')
-url="https://ffmpeg.org/;
-license=('LGPL2.1')
-depends=('glibc')
-makedepends=(
-  'gtk3' 'libexif' 'libxss' 'ninja' 'nss' 'pciutils' 'python2' 'python'
-  'xdg-utils' 'gn'
-)
-options=('!strip')
-source=(
-  
"https://commondatastorage.googleapis.com/chromium-browser-official/chromium-$pkgver.tar.xz;
-)
-sha512sums=('ac3903b598bd69f4ee3065845eac3c85cb5524715b9ce629c9c2bd017f2ebd168b7ee8111bccc2e6b6cfd12ad07add834cb2cd3bf0e27a8a5076bb7842fca897')
-
-prepare() {
-  cd "$srcdir/chromium-$pkgver"
-
-  # Force script incompatible with Python 3 to use /usr/bin/python2
-  sed -i '1s|python$|&2|' third_party/dom_distiller_js/protoc_plugins/*.py
-
-  # Make xcbgen available to ui/gfx/x/gen_xproto.py running under Python 2
-  ln -s /usr/lib/python3.*/site-packages/xcbgen "$srcdir/"
-
-}
-
-build() {
-  cd "$srcdir/chromium-$pkgver"
-
-  python2 tools/clang/scripts/update.py
-
-  export 
PATH="${srcdir}/chromium-${pkgver}/third_party/llvm-build/Release+Asserts/bin:$PATH"
-
-  # ui/gfx/x/gen_xproto.py needs xcbgen
-  export PYTHONPATH=$srcdir
-
-  # error while loading shared libraries: libtinfo.so.5: cannot open shared 
object file: No such file or directory
-  ln -s /usr/lib/libtinfo.so.6 \
-third_party/llvm-build/Release+Asserts/lib/libtinfo.so.5
-
-  export CC="clang"
-  export CXX="clang++"
-
-  local args="ffmpeg_branding=\"ChromeOS\" proprietary_codecs=true 
enable_platform_hevc=true enable_platform_ac3_eac3_audio=true 
enable_platform_mpeg_h_audio=true enable_platform_dolby_vision=true 
enable_mse_mpeg2ts_stream_parser=true use_gnome_keyring=false use_sysroot=false 
use_gold=false linux_use_bundled_binutils=false treat_warnings_as_errors=false 
enable_nacl=false enable_nacl_nonsfi=false clang_use_chrome_plugins=true 
is_component_build=true is_debug=false symbol_level=0 use_custom_libcxx=true"
-
-  gn gen out/Release -v --args="$args" --script-executable=/usr/bin/python2
-
-  ninja -C out/Release -v media/ffmpeg
-}
-
-package() {
-  cd "$srcdir/chromium-$pkgver"
-
-  install -Dm644 out/Release/libffmpeg.so \
-"$pkgdir/usr/lib/opera/lib_extra/libffmpeg.so"
-}
-
-# vim:set ts=2 sw=2 et:

Copied: opera-ffmpeg-codecs/repos/community-x86_64/PKGBUILD (from rev 820951, 
opera-ffmpeg-codecs/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2021-01-15 06:57:27 UTC (rev 820952)
@@ -0,0 +1,64 @@
+# vim:set ft=sh:
+# Maintainer: BlackEagle < ike DOT devolder AT gmail DOT com >
+
+pkgname=opera-ffmpeg-codecs
+pkgver=87.0.4280.141
+pkgrel=1
+pkgdesc="additional support for proprietary codecs for opera"

[arch-commits] Commit in opera-ffmpeg-codecs/trunk (PKGBUILD)

2021-01-14 Thread Ike Devolder via arch-commits
Date: Friday, January 15, 2021 @ 06:57:19
  Author: idevolder
Revision: 820951

upgpkg: opera-ffmpeg-codecs 87.0.4280.141-1

Modified:
  opera-ffmpeg-codecs/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2021-01-15 06:56:28 UTC (rev 820950)
+++ PKGBUILD2021-01-15 06:57:19 UTC (rev 820951)
@@ -2,7 +2,7 @@
 # Maintainer: BlackEagle < ike DOT devolder AT gmail DOT com >
 
 pkgname=opera-ffmpeg-codecs
-pkgver=87.0.4280.88
+pkgver=87.0.4280.141
 pkgrel=1
 pkgdesc="additional support for proprietary codecs for opera"
 arch=('x86_64')
@@ -17,7 +17,7 @@
 source=(
   
"https://commondatastorage.googleapis.com/chromium-browser-official/chromium-$pkgver.tar.xz;
 )
-sha512sums=('ac3903b598bd69f4ee3065845eac3c85cb5524715b9ce629c9c2bd017f2ebd168b7ee8111bccc2e6b6cfd12ad07add834cb2cd3bf0e27a8a5076bb7842fca897')
+sha512sums=('402a8ff60512b855925cefa862093b70629376d99bc465e3255aeecea29d79a04e5f9bf72c7a497d768b7987b855bc8e8819ebaa5226ca3f5c9d6602e9cd62d6')
 
 prepare() {
   cd "$srcdir/chromium-$pkgver"


[arch-commits] Commit in opera/repos/community-x86_64 (14 files)

2021-01-14 Thread Ike Devolder via arch-commits
Date: Friday, January 15, 2021 @ 06:56:28
  Author: idevolder
Revision: 820950

archrelease: copy trunk to community-x86_64

Added:
  opera/repos/community-x86_64/PKGBUILD
(from rev 820949, opera/trunk/PKGBUILD)
  opera/repos/community-x86_64/default
(from rev 820949, opera/trunk/default)
  opera/repos/community-x86_64/eula.html
(from rev 820949, opera/trunk/eula.html)
  opera/repos/community-x86_64/opera
(from rev 820949, opera/trunk/opera)
  opera/repos/community-x86_64/opera.install
(from rev 820949, opera/trunk/opera.install)
  opera/repos/community-x86_64/privacy.html
(from rev 820949, opera/trunk/privacy.html)
  opera/repos/community-x86_64/terms.html
(from rev 820949, opera/trunk/terms.html)
Deleted:
  opera/repos/community-x86_64/PKGBUILD
  opera/repos/community-x86_64/default
  opera/repos/community-x86_64/eula.html
  opera/repos/community-x86_64/opera
  opera/repos/community-x86_64/opera.install
  opera/repos/community-x86_64/privacy.html
  opera/repos/community-x86_64/terms.html

---+
 PKGBUILD  |  186 +--
 default   |8 
 eula.html | 2372 
 opera |   26 
 opera.install |   78 -
 privacy.html  | 2758 
 terms.html| 2538 +--
 7 files changed, 3983 insertions(+), 3983 deletions(-)

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


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

2021-01-14 Thread Ike Devolder via arch-commits
Date: Friday, January 15, 2021 @ 06:56:18
  Author: idevolder
Revision: 820949

upgpkg: opera 73.0.3856.344-1

Modified:
  opera/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2021-01-15 06:55:47 UTC (rev 820948)
+++ PKGBUILD2021-01-15 06:56:18 UTC (rev 820949)
@@ -9,7 +9,7 @@
 # Contributor: eworm
 
 pkgname=opera
-pkgver=73.0.3856.329
+pkgver=73.0.3856.344
 pkgrel=1
 pkgdesc="A fast and secure web browser"
 url="https://www.opera.com/;
@@ -32,7 +32,7 @@
 'terms.html'
 'privacy.html'
 )
-sha512sums=('85d8b7436b844cda677f4e315044bc51cc569578f934954f801f9e9a61a85640038ebc6153c1669079a38ae61a0f1a1f7b772fddc08250804473f32a88abe63c'
+sha512sums=('72b7389cf8064ff7be1d537484267f050da6d60ca117eb5ffd7a5653169d06c8ae389ac35cd8515861a29a1d6d9912cffddd650b83527c2ea7de853f48355203'
 
'7e854e4c972785b8941f60117fbe4b88baeb8d7ca845ef2e10e8064043411da73821ba1ab0068df61e902f242a3ce355b51ffa9eab5397ff3ae3b5defd1be496'
 
'ddb1773877fcfd7d9674e63263a80f9dd5a3ba414cda4cc6c411c88d49c1d5175eede66d9362558ddd53c928c723101e4e110479ae88b8aec4d2366ec179297f'
 
'c359079544360c9c12acd222e3e31dbf4d42b7da4388393a16d7acafa4b99f66f52a3f632afaf5ac3cb5f60f78e1184e6f89a86e6f831ef9e19a65f5cab342a5'


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

2021-01-14 Thread Ike Devolder via arch-commits
Date: Friday, January 15, 2021 @ 06:55:47
  Author: idevolder
Revision: 820948

archrelease: copy trunk to community-x86_64

Added:
  doublecmd/repos/community-x86_64/PKGBUILD
(from rev 820947, doublecmd/trunk/PKGBUILD)
  doublecmd/repos/community-x86_64/doublecmd.install
(from rev 820947, doublecmd/trunk/doublecmd.install)
Deleted:
  doublecmd/repos/community-x86_64/PKGBUILD
  doublecmd/repos/community-x86_64/doublecmd.install

---+
 PKGBUILD  |  128 ++--
 doublecmd.install |   68 +--
 2 files changed, 98 insertions(+), 98 deletions(-)

Deleted: PKGBUILD
===
--- PKGBUILD2021-01-15 06:55:41 UTC (rev 820947)
+++ PKGBUILD2021-01-15 06:55:47 UTC (rev 820948)
@@ -1,64 +0,0 @@
-# vim:set ft=sh:
-# Maintainer: BlackIkeEagle 
-# Contributor: (sirocco AT ngs.ru)
-
-pkgbase=doublecmd
-pkgname=('doublecmd-gtk2' 'doublecmd-qt5')
-pkgver=0.9.9
-pkgrel=3
-url="http://doublecmd.sourceforge.net/;
-arch=('x86_64')
-license=('GPL')
-provides=("$pkgbase")
-makedepends=('lazarus' 'qt5pas' 'gtk2')
-optdepends=(
-'lua: scripting'
-'unzip: support extracting zip archives'
-'zip: suport packing zip archives'
-'p7zip: support for 7zip archives'
-'libunrar: support for rar archives'
-)
-source=(
-
"https://downloads.sourceforge.net/project/$pkgbase/Double%20Commander%20Source/$pkgbase-$pkgver-src.tar.gz;
-)
-sha512sums=('d574511d5a7169b80f96af0db2d9f5e44f0a8ee358d489dc6c3840770ec589e91c252df34e24e6a6f9fcb07832b62895166958a1e0e76f3f237945ea9bebfb98')
-
-prepare() {
-cp -a /usr/lib/lazarus ./
-
-cd "$pkgbase-$pkgver"
-sed -e 's/LIB_SUFFIX=.*/LIB_SUFFIX=/g' -i install/linux/install.sh
-sed -e "s@=\$(which lazbuild)@=\"\$(which lazbuild) 
--lazarusdir=$srcdir/lazarus\"@" -i build.sh
-
-cd "$srcdir"
-
-cp -a "$pkgbase-$pkgver" "$pkgbase-gtk"
-cp -a "$pkgbase-$pkgver" "$pkgbase-qt5"
-}
-
-build() {
-msg2 'build gtk'
-cd "$srcdir/$pkgbase-gtk"
-./build.sh beta gtk2
-
-msg2 'build qt5'
-cd "$srcdir/$pkgbase-qt5"
-./build.sh beta qt5
-}
-
-package_doublecmd-gtk2() {
-pkgdesc="twin-panel (commander-style) file manager (GTK2)"
-depends=('gtk2' 'desktop-file-utils' 'hicolor-icon-theme' 
'shared-mime-info')
-conflicts=('doublecmd-qt5')
-cd "$srcdir/$pkgbase-gtk"
-./install/linux/install.sh --install-prefix="$pkgdir"
-}
-
-package_doublecmd-qt5() {
-pkgdesc="twin-panel (commander-style) file manager (Qt5)"
-depends=('qt5pas' 'desktop-file-utils' 'hicolor-icon-theme' 
'shared-mime-info')
-conflicts=('doublecmd-gtk2')
-replaces=('doublecmd-qt' 'doublecmd-qt4')
-cd "$srcdir/$pkgbase-qt5"
-./install/linux/install.sh --install-prefix="$pkgdir"
-}

Copied: doublecmd/repos/community-x86_64/PKGBUILD (from rev 820947, 
doublecmd/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2021-01-15 06:55:47 UTC (rev 820948)
@@ -0,0 +1,64 @@
+# vim:set ft=sh:
+# Maintainer: BlackIkeEagle 
+# Contributor: (sirocco AT ngs.ru)
+
+pkgbase=doublecmd
+pkgname=('doublecmd-gtk2' 'doublecmd-qt5')
+pkgver=0.9.10
+pkgrel=1
+url="http://doublecmd.sourceforge.net/;
+arch=('x86_64')
+license=('GPL')
+provides=("$pkgbase")
+makedepends=('lazarus' 'qt5pas' 'gtk2')
+optdepends=(
+'lua: scripting'
+'unzip: support extracting zip archives'
+'zip: suport packing zip archives'
+'p7zip: support for 7zip archives'
+'libunrar: support for rar archives'
+)
+source=(
+
"https://downloads.sourceforge.net/project/$pkgbase/Double%20Commander%20Source/$pkgbase-$pkgver-src.tar.gz;
+)
+sha512sums=('2bdb7293ba9ce2498f17d68f1a97a8df1e05e0bb2c1ac827b5ee617ec251060b6068f4b08cada6b9b3a9e4d828193a969b8d76fedf71997d4708aa89ec517a75')
+
+prepare() {
+cp -a /usr/lib/lazarus ./
+
+cd "$pkgbase-$pkgver"
+sed -e 's/LIB_SUFFIX=.*/LIB_SUFFIX=/g' -i install/linux/install.sh
+sed -e "s@=\$(which lazbuild)@=\"\$(which lazbuild) 
--lazarusdir=$srcdir/lazarus\"@" -i build.sh
+
+cd "$srcdir"
+
+cp -a "$pkgbase-$pkgver" "$pkgbase-gtk"
+cp -a "$pkgbase-$pkgver" "$pkgbase-qt5"
+}
+
+build() {
+msg2 'build gtk'
+cd "$srcdir/$pkgbase-gtk"
+./build.sh beta gtk2
+
+msg2 'build qt5'
+cd "$srcdir/$pkgbase-qt5"
+./build.sh beta qt5
+}
+
+package_doublecmd-gtk2() {
+pkgdesc="twin-panel (commander-style) file manager (GTK2)"
+depends=('gtk2' 'desktop-file-utils' 'hicolor-icon-theme' 
'shared-mime-info')
+conflicts=('doublecmd-qt5')
+cd "$srcdir/$pkgbase-gtk"
+./install/linux/install.sh --install-prefix="$pkgdir"
+}
+
+package_doublecmd-qt5() {
+pkgdesc="twin-panel (commander-style) file manager (Qt5)"
+depends=('qt5pas' 'desktop-file-utils' 'hicolor-icon-theme' 
'shared-mime-info')
+conflicts=('doublecmd-gtk2')
+

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

2021-01-14 Thread Ike Devolder via arch-commits
Date: Friday, January 15, 2021 @ 06:55:41
  Author: idevolder
Revision: 820947

upgpkg: doublecmd 0.9.10-1

Modified:
  doublecmd/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2021-01-15 05:25:03 UTC (rev 820946)
+++ PKGBUILD2021-01-15 06:55:41 UTC (rev 820947)
@@ -4,8 +4,8 @@
 
 pkgbase=doublecmd
 pkgname=('doublecmd-gtk2' 'doublecmd-qt5')
-pkgver=0.9.9
-pkgrel=3
+pkgver=0.9.10
+pkgrel=1
 url="http://doublecmd.sourceforge.net/;
 arch=('x86_64')
 license=('GPL')
@@ -21,7 +21,7 @@
 source=(
 
"https://downloads.sourceforge.net/project/$pkgbase/Double%20Commander%20Source/$pkgbase-$pkgver-src.tar.gz;
 )
-sha512sums=('d574511d5a7169b80f96af0db2d9f5e44f0a8ee358d489dc6c3840770ec589e91c252df34e24e6a6f9fcb07832b62895166958a1e0e76f3f237945ea9bebfb98')
+sha512sums=('2bdb7293ba9ce2498f17d68f1a97a8df1e05e0bb2c1ac827b5ee617ec251060b6068f4b08cada6b9b3a9e4d828193a969b8d76fedf71997d4708aa89ec517a75')
 
 prepare() {
 cp -a /usr/lib/lazarus ./


[arch-commits] Commit in wine-staging/repos/multilib-x86_64 (8 files)

2021-01-14 Thread Felix Yan via arch-commits
Date: Friday, January 15, 2021 @ 05:25:03
  Author: felixonmars
Revision: 820946

archrelease: copy trunk to multilib-x86_64

Added:
  wine-staging/repos/multilib-x86_64/30-win32-aliases.conf
(from rev 820945, wine-staging/trunk/30-win32-aliases.conf)
  wine-staging/repos/multilib-x86_64/PKGBUILD
(from rev 820945, wine-staging/trunk/PKGBUILD)
  wine-staging/repos/multilib-x86_64/wine-binfmt.conf
(from rev 820945, wine-staging/trunk/wine-binfmt.conf)
  wine-staging/repos/multilib-x86_64/wine.install
(from rev 820945, wine-staging/trunk/wine.install)
Deleted:
  wine-staging/repos/multilib-x86_64/30-win32-aliases.conf
  wine-staging/repos/multilib-x86_64/PKGBUILD
  wine-staging/repos/multilib-x86_64/wine-binfmt.conf
  wine-staging/repos/multilib-x86_64/wine.install

--+
 PKGBUILD |  392 ++---
 wine-binfmt.conf |4 
 wine.install |   14 -
 3 files changed, 205 insertions(+), 205 deletions(-)

Deleted: 30-win32-aliases.conf
===
(Binary files differ)

Copied: wine-staging/repos/multilib-x86_64/30-win32-aliases.conf (from rev 
820945, wine-staging/trunk/30-win32-aliases.conf)
===
(Binary files differ)

Deleted: PKGBUILD
===
--- PKGBUILD2021-01-15 05:24:34 UTC (rev 820945)
+++ PKGBUILD2021-01-15 05:25:03 UTC (rev 820946)
@@ -1,196 +0,0 @@
-# Maintainer: Felix Yan 
-# Contributor: Sven-Hendrik Haase 
-# Contributor: Jan "heftig" Steffens 
-# Contributor: Eduardo Romero 
-# Contributor: Giovanni Scafora 
-
-pkgname=wine-staging
-pkgver=5.22
-pkgrel=1
-
-#_winever=${pkgver%.*}
-_winever=$pkgver
-_pkgbasever=${pkgver/rc/-rc}
-
-source=(https://dl.winehq.org/wine/source/5.x/wine-$_winever.tar.xz{,.sign}
-
"wine-staging-v$_pkgbasever.tar.gz::https://github.com/wine-staging/wine-staging/archive/v$_pkgbasever.tar.gz;
-30-win32-aliases.conf
-wine-binfmt.conf)
-sha512sums=('9e86a1f74a142513121c155ffa5e1dd863ecc00092952878f44185725e81793fd7291e0e3c93275cd0d083d17af99eb1d8feba1c96e8607f44919b9045737271'
-'SKIP'
-
'0ce0314b470e90c741fd02ede522b6dd754fb69595b527e3ad5ac62d944bc7eca43eca88aa2b85d99a9945fbad05872cdcd2ac87ed809dcd41a9ce56bfcc1147'
-
'6e54ece7ec7022b3c9d94ad64bdf1017338da16c618966e8baf398e6f18f80f7b0576edf1d1da47ed77b96d577e4cbb2bb0156b0b11c183a0accf22654b0a2bb'
-
'bdde7ae015d8a98ba55e84b86dc05aca1d4f8de85be7e4bd6187054bfe4ac83b5a20538945b63fb073caab78022141e9545685e4e3698c97ff173cf30859e285')
-validpgpkeys=(5AC1A08B03BD7A313E0A955AF5E6E9EEB9461DD7
-  DA23579A74D4AD9AF9D3F945CEFAC8EAAF17519D)
-
-pkgdesc="A compatibility layer for running Windows programs - Staging branch"
-url="https://www.wine-staging.com;
-arch=(x86_64)
-options=(staticlibs)
-license=(LGPL)
-
-depends=(
-  attr lib32-attr
-  fontconfig   lib32-fontconfig
-  lcms2lib32-lcms2
-  libxml2  lib32-libxml2
-  libxcursor   lib32-libxcursor
-  libxrandrlib32-libxrandr
-  libxdamage   lib32-libxdamage
-  libxilib32-libxi
-  gettext  lib32-gettext
-  freetype2lib32-freetype2
-  glu  lib32-glu
-  libsmlib32-libsm
-  gcc-libs lib32-gcc-libs
-  libpcap  lib32-libpcap
-  faudio   lib32-faudio
-  desktop-file-utils
-)
-
-makedepends=(autoconf ncurses bison perl fontforge flex mingw-w64-gcc
-  gifliblib32-giflib
-  libpnglib32-libpng
-  gnutlslib32-gnutls
-  libxinerama   lib32-libxinerama
-  libxcomposite lib32-libxcomposite
-  libxmulib32-libxmu
-  libxxf86vmlib32-libxxf86vm
-  libldap   lib32-libldap
-  mpg123lib32-mpg123
-  openallib32-openal
-  v4l-utils lib32-v4l-utils
-  alsa-lib  lib32-alsa-lib
-  libxcomposite lib32-libxcomposite
-  mesa  lib32-mesa
-  mesa-libgllib32-mesa-libgl
-  opencl-icd-loader lib32-opencl-icd-loader
-  libxslt   lib32-libxslt
-  libpulse  lib32-libpulse
-  libva lib32-libva
-  gtk3  lib32-gtk3
-  gst-plugins-base-libs lib32-gst-plugins-base-libs
-  vulkan-icd-loader lib32-vulkan-icd-loader
-  sdl2  lib32-sdl2
-  vkd3d lib32-vkd3d
-  libcups   lib32-libcups
-  sane
-  libgphoto2
-  gsm
-  ffmpeg
-  samba
-  opencl-headers
-)
-
-optdepends=(
-  gifliblib32-giflib
-  libpnglib32-libpng
-  libldap   lib32-libldap
-  gnutlslib32-gnutls
-  mpg123lib32-mpg123
-  openallib32-openal
-  v4l-utils lib32-v4l-utils
-  libpulse  

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

2021-01-14 Thread Felix Yan via arch-commits
Date: Friday, January 15, 2021 @ 05:24:34
  Author: felixonmars
Revision: 820945

upgpkg: wine-staging 6.0-1

Modified:
  wine-staging/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2021-01-15 05:21:02 UTC (rev 820944)
+++ PKGBUILD2021-01-15 05:24:34 UTC (rev 820945)
@@ -5,7 +5,7 @@
 # Contributor: Giovanni Scafora 
 
 pkgname=wine-staging
-pkgver=5.22
+pkgver=6.0
 pkgrel=1
 
 #_winever=${pkgver%.*}
@@ -12,13 +12,13 @@
 _winever=$pkgver
 _pkgbasever=${pkgver/rc/-rc}
 
-source=(https://dl.winehq.org/wine/source/5.x/wine-$_winever.tar.xz{,.sign}
+source=(https://dl.winehq.org/wine/source/6.0/wine-$_winever.tar.xz{,.sign}
 
"wine-staging-v$_pkgbasever.tar.gz::https://github.com/wine-staging/wine-staging/archive/v$_pkgbasever.tar.gz;
 30-win32-aliases.conf
 wine-binfmt.conf)
-sha512sums=('9e86a1f74a142513121c155ffa5e1dd863ecc00092952878f44185725e81793fd7291e0e3c93275cd0d083d17af99eb1d8feba1c96e8607f44919b9045737271'
+sha512sums=('c0732fbab1da8737d595a876b28ce87eef1440c317746e798642b59b44b34e890de562e0c0cc674e97096f39db82f8e9c3b1cc1ba9edc246b7266a0f7cb00057'
 'SKIP'
-
'0ce0314b470e90c741fd02ede522b6dd754fb69595b527e3ad5ac62d944bc7eca43eca88aa2b85d99a9945fbad05872cdcd2ac87ed809dcd41a9ce56bfcc1147'
+
'33845e398e9c3d4bacbd9cd369983e72517fd648747433eabd933b446f9d86f1d61660959ff4e05cb661cf4038550b3df3384f588f3f5504b1f8056196ca3c38'
 
'6e54ece7ec7022b3c9d94ad64bdf1017338da16c618966e8baf398e6f18f80f7b0576edf1d1da47ed77b96d577e4cbb2bb0156b0b11c183a0accf22654b0a2bb'
 
'bdde7ae015d8a98ba55e84b86dc05aca1d4f8de85be7e4bd6187054bfe4ac83b5a20538945b63fb073caab78022141e9545685e4e3698c97ff173cf30859e285')
 validpgpkeys=(5AC1A08B03BD7A313E0A955AF5E6E9EEB9461DD7


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

2021-01-14 Thread Felix Yan via arch-commits
Date: Friday, January 15, 2021 @ 05:21:02
  Author: felixonmars
Revision: 820944

archrelease: copy trunk to community-x86_64

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

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

Deleted: PKGBUILD
===
--- PKGBUILD2021-01-15 05:20:42 UTC (rev 820943)
+++ PKGBUILD2021-01-15 05:21:02 UTC (rev 820944)
@@ -1,57 +0,0 @@
-# Maintainer: Felix Yan 
-# Contributor  Bartłomiej Piotrowski 
-# Contributor: Thomas Dziedzic < gostrc at gmail >
-# Contributor: James Campos 
-# Contributor: BlackEagle < ike DOT devolder AT gmail DOT com >
-# Contributor: Dongsheng Cai 
-# Contributor: Masutu Subric 
-# Contributor: TIanyi Cui 
-
-pkgname=nodejs
-pkgver=15.5.1
-pkgrel=1
-pkgdesc='Evented I/O for V8 javascript'
-arch=('x86_64')
-url='https://nodejs.org/'
-license=('MIT')
-# c-ares: wait until a newer release than 1.16.1
-depends=('openssl' 'zlib' 'icu' 'libuv' 'libnghttp2') # 'c-ares' 'http-parser' 
'v8')
-makedepends=('python' 'procps-ng')
-optdepends=('npm: nodejs package manager')
-source=("nodejs-$pkgver.tar.gz::https://github.com/nodejs/node/archive/v$pkgver.tar.gz;)
-sha512sums=('e84cb41204039d59c8697a558a2fc2c808c4781bf856d6eecf4f1ea5713feef39f343586c15832d62114b306869c72ec7669d241d0e5239357be2ed2e0b400a9')
-
-build() {
-  cd node-$pkgver
-
-  ./configure \
---prefix=/usr \
---with-intl=system-icu \
---without-npm \
---shared-openssl \
---shared-zlib \
---shared-libuv \
---experimental-http-parser \
---shared-nghttp2
-# --shared-cares
-# --shared-v8
-# --shared-http-parser
-
-  make
-}
-
-check() {
-  cd node-$pkgver
-  make test || :
-}
-
-package() {
-  cd node-$pkgver
-
-  make DESTDIR="$pkgdir" install
-
-  install -D -m644 LICENSE \
-"$pkgdir"/usr/share/licenses/nodejs/LICENSE
-}
-
-# vim:set ts=2 sw=2 et:

Copied: nodejs/repos/community-x86_64/PKGBUILD (from rev 820943, 
nodejs/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2021-01-15 05:21:02 UTC (rev 820944)
@@ -0,0 +1,57 @@
+# Maintainer: Felix Yan 
+# Contributor  Bartłomiej Piotrowski 
+# Contributor: Thomas Dziedzic < gostrc at gmail >
+# Contributor: James Campos 
+# Contributor: BlackEagle < ike DOT devolder AT gmail DOT com >
+# Contributor: Dongsheng Cai 
+# Contributor: Masutu Subric 
+# Contributor: TIanyi Cui 
+
+pkgname=nodejs
+pkgver=15.6.0
+pkgrel=1
+pkgdesc='Evented I/O for V8 javascript'
+arch=('x86_64')
+url='https://nodejs.org/'
+license=('MIT')
+# c-ares: wait until a newer release than 1.16.1
+depends=('openssl' 'zlib' 'icu' 'libuv' 'libnghttp2') # 'c-ares' 'http-parser' 
'v8')
+makedepends=('python' 'procps-ng')
+optdepends=('npm: nodejs package manager')
+source=("nodejs-$pkgver.tar.gz::https://github.com/nodejs/node/archive/v$pkgver.tar.gz;)
+sha512sums=('1b5987b7f96e829049f2d85e09792f9958cbe1174c29716f81b2317f5f1826fe6b6317c39dc4d104cb3436443db7f5b04a0c6ce0de9ae6f84abbb6c43a655a50')
+
+build() {
+  cd node-$pkgver
+
+  ./configure \
+--prefix=/usr \
+--with-intl=system-icu \
+--without-npm \
+--shared-openssl \
+--shared-zlib \
+--shared-libuv \
+--experimental-http-parser \
+--shared-nghttp2
+# --shared-cares
+# --shared-v8
+# --shared-http-parser
+
+  make
+}
+
+check() {
+  cd node-$pkgver
+  make test || :
+}
+
+package() {
+  cd node-$pkgver
+
+  make DESTDIR="$pkgdir" install
+
+  install -D -m644 LICENSE \
+"$pkgdir"/usr/share/licenses/nodejs/LICENSE
+}
+
+# vim:set ts=2 sw=2 et:

Deleted: rebuild.list
===
--- rebuild.list2021-01-15 05:20:42 UTC (rev 820943)
+++ rebuild.list2021-01-15 05:21:02 UTC (rev 820944)
@@ -1,2 +0,0 @@
-apm
-bash-language-server

Copied: nodejs/repos/community-x86_64/rebuild.list (from rev 820943, 
nodejs/trunk/rebuild.list)
===
--- rebuild.list(rev 0)
+++ rebuild.list2021-01-15 05:21:02 UTC (rev 820944)
@@ -0,0 +1,2 @@
+apm
+bash-language-server


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

2021-01-14 Thread Felix Yan via arch-commits
Date: Friday, January 15, 2021 @ 05:20:42
  Author: felixonmars
Revision: 820943

upgpkg: nodejs 15.6.0-1

Modified:
  nodejs/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2021-01-15 05:18:43 UTC (rev 820942)
+++ PKGBUILD2021-01-15 05:20:42 UTC (rev 820943)
@@ -8,7 +8,7 @@
 # Contributor: TIanyi Cui 
 
 pkgname=nodejs
-pkgver=15.5.1
+pkgver=15.6.0
 pkgrel=1
 pkgdesc='Evented I/O for V8 javascript'
 arch=('x86_64')
@@ -19,7 +19,7 @@
 makedepends=('python' 'procps-ng')
 optdepends=('npm: nodejs package manager')
 
source=("nodejs-$pkgver.tar.gz::https://github.com/nodejs/node/archive/v$pkgver.tar.gz;)
-sha512sums=('e84cb41204039d59c8697a558a2fc2c808c4781bf856d6eecf4f1ea5713feef39f343586c15832d62114b306869c72ec7669d241d0e5239357be2ed2e0b400a9')
+sha512sums=('1b5987b7f96e829049f2d85e09792f9958cbe1174c29716f81b2317f5f1826fe6b6317c39dc4d104cb3436443db7f5b04a0c6ce0de9ae6f84abbb6c43a655a50')
 
 build() {
   cd node-$pkgver


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

2021-01-14 Thread Felix Yan via arch-commits
Date: Friday, January 15, 2021 @ 05:18:43
  Author: felixonmars
Revision: 820942

archrelease: copy trunk to community-x86_64

Added:
  haskell-shake/repos/community-x86_64/PKGBUILD
(from rev 820941, haskell-shake/trunk/PKGBUILD)
Deleted:
  haskell-shake/repos/community-x86_64/PKGBUILD

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

Deleted: PKGBUILD
===
--- PKGBUILD2021-01-15 05:18:22 UTC (rev 820941)
+++ PKGBUILD2021-01-15 05:18:43 UTC (rev 820942)
@@ -1,60 +0,0 @@
-# Maintainer: Felix Yan 
-# Contributor: Arch Haskell Team 
-
-_hkgname=shake
-pkgname=haskell-shake
-pkgver=0.19.2
-pkgrel=42
-pkgdesc="Build system library, like Make, but more accurate dependencies."
-url="https://shakebuild.com;
-license=("BSD")
-arch=('x86_64')
-depends=('ghc-libs' 'haskell-extra' 'haskell-filepattern' 'haskell-hashable'
- 'haskell-heaps' 'haskell-js-dgtable' 'haskell-js-flot' 
'haskell-js-jquery'
- 'haskell-primitive' 'haskell-random' 'haskell-unordered-containers' 
'haskell-utf8-string')
-makedepends=('ghc' 'haskell-quickcheck')
-source=("https://hackage.haskell.org/packages/archive/${_hkgname}/${pkgver}/${_hkgname}-${pkgver}.tar.gz;)
-sha512sums=('874f38c86ae5de8f66eacdeb3f86360ff200948e76d66c6f89c8db6ceeadb97ea9dc914bdabe3fc4bf99873cbb520ee75f16229deb009efecc6ca19cdc4c5261')
-
-prepare() {
-cd $_hkgname-$pkgver
-sed -i 's/ghc --make/ghc -dynamic --make/' 
src/Test/{Command.hs,CloseFileHandles.hs}
-sed -e 's/ghc -package=Cabal/ghc -package=Cabal -dynamic/' \
--e 's/ghc -fno-code/ghc -dynamic -fno-code/' \
--e 
's/"configure",/"configure","--enable-executable-dynamic","--disable-library-vanilla",/'
 \
--i src/Test/Docs.hs
-sed -i 's/cmd "ghc" flags/cmd "ghc" "-dynamic" flags/' src/Test/Self.hs 
src/Test/SelfMake.hs
-sed -i 's/ghc --make/ghc -dynamic --make/' docs/manual/build.sh
-
-# Not sure about this one:
-sed -i 's/at cmd, called at/at want, called at/' src/Test/Errors.hs
-}
-
-build() {
-cd $_hkgname-$pkgver
-
-runhaskell Setup configure -O --enable-shared --enable-executable-dynamic 
--disable-library-vanilla \
---prefix=/usr --docdir=/usr/share/doc/$pkgname --datasubdir="$pkgname" 
 --enable-tests \
---dynlibdir=/usr/lib --libsubdir=\$compiler/site-local/\$pkgid \
--f-portable -f-cloud -f-embed-files
-runhaskell Setup build $MAKEFLAGS
-runhaskell Setup register --gen-script
-runhaskell Setup unregister --gen-script
-sed -i -r -e "s|ghc-pkg.*update[^ ]* |&'--force' |" register.sh
-sed -i -r -e "s|ghc-pkg.*unregister[^ ]* |&'--force' |" unregister.sh
-}
-
-check() {
-cd $_hkgname-$pkgver
-runhaskell Setup test
-}
-
-package() {
-cd $_hkgname-$pkgver
-
-install -D -m744 register.sh 
"$pkgdir"/usr/share/haskell/register/$pkgname.sh
-install -D -m744 unregister.sh 
"$pkgdir"/usr/share/haskell/unregister/$pkgname.sh
-runhaskell Setup copy --destdir="$pkgdir"
-install -D -m644 LICENSE "$pkgdir"/usr/share/licenses/$pkgname/LICENSE
-rm -f "$pkgdir"/usr/share/doc/$pkgname/LICENSE
-}

Copied: haskell-shake/repos/community-x86_64/PKGBUILD (from rev 820941, 
haskell-shake/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2021-01-15 05:18:43 UTC (rev 820942)
@@ -0,0 +1,60 @@
+# Maintainer: Felix Yan 
+# Contributor: Arch Haskell Team 
+
+_hkgname=shake
+pkgname=haskell-shake
+pkgver=0.19.3
+pkgrel=1
+pkgdesc="Build system library, like Make, but more accurate dependencies."
+url="https://shakebuild.com;
+license=("BSD")
+arch=('x86_64')
+depends=('ghc-libs' 'haskell-extra' 'haskell-filepattern' 'haskell-hashable'
+ 'haskell-heaps' 'haskell-js-dgtable' 'haskell-js-flot' 
'haskell-js-jquery'
+ 'haskell-primitive' 'haskell-random' 'haskell-unordered-containers' 
'haskell-utf8-string')
+makedepends=('ghc' 'haskell-quickcheck')
+source=("https://hackage.haskell.org/packages/archive/${_hkgname}/${pkgver}/${_hkgname}-${pkgver}.tar.gz;)
+sha512sums=('3fe05fc11b629d4d266ae599b04049584215b9451755f866b6be853afa6c08d019233bde26133b5559e23edf80236cae4635095ad302eddbc3b3ed18b7dd21ee')
+
+prepare() {
+cd $_hkgname-$pkgver
+sed -i 's/ghc --make/ghc -dynamic --make/' 
src/Test/{Command.hs,CloseFileHandles.hs}
+sed -e 's/ghc -package=Cabal/ghc -package=Cabal -dynamic/' \
+-e 's/ghc -fno-code/ghc -dynamic -fno-code/' \
+-e 
's/"configure",/"configure","--enable-executable-dynamic","--disable-library-vanilla",/'
 \
+-i src/Test/Docs.hs
+sed -i 's/cmd "ghc" flags/cmd "ghc" "-dynamic" flags/' src/Test/Self.hs 
src/Test/SelfMake.hs
+sed -i 's/ghc --make/ghc -dynamic --make/' docs/manual/build.sh
+
+# Not sure about this one:
+sed -i 's/at cmd, called at/at 

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

2021-01-14 Thread Felix Yan via arch-commits
Date: Friday, January 15, 2021 @ 05:18:22
  Author: felixonmars
Revision: 820941

upgpkg: haskell-shake 0.19.3-1

Modified:
  haskell-shake/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2021-01-15 04:57:11 UTC (rev 820940)
+++ PKGBUILD2021-01-15 05:18:22 UTC (rev 820941)
@@ -3,8 +3,8 @@
 
 _hkgname=shake
 pkgname=haskell-shake
-pkgver=0.19.2
-pkgrel=42
+pkgver=0.19.3
+pkgrel=1
 pkgdesc="Build system library, like Make, but more accurate dependencies."
 url="https://shakebuild.com;
 license=("BSD")
@@ -14,7 +14,7 @@
  'haskell-primitive' 'haskell-random' 'haskell-unordered-containers' 
'haskell-utf8-string')
 makedepends=('ghc' 'haskell-quickcheck')
 
source=("https://hackage.haskell.org/packages/archive/${_hkgname}/${pkgver}/${_hkgname}-${pkgver}.tar.gz;)
-sha512sums=('874f38c86ae5de8f66eacdeb3f86360ff200948e76d66c6f89c8db6ceeadb97ea9dc914bdabe3fc4bf99873cbb520ee75f16229deb009efecc6ca19cdc4c5261')
+sha512sums=('3fe05fc11b629d4d266ae599b04049584215b9451755f866b6be853afa6c08d019233bde26133b5559e23edf80236cae4635095ad302eddbc3b3ed18b7dd21ee')
 
 prepare() {
 cd $_hkgname-$pkgver


[arch-commits] Commit in wine/repos/multilib-x86_64 (8 files)

2021-01-14 Thread Felix Yan via arch-commits
Date: Friday, January 15, 2021 @ 04:57:11
  Author: felixonmars
Revision: 820940

archrelease: copy trunk to multilib-x86_64

Added:
  wine/repos/multilib-x86_64/30-win32-aliases.conf
(from rev 820939, wine/trunk/30-win32-aliases.conf)
  wine/repos/multilib-x86_64/PKGBUILD
(from rev 820939, wine/trunk/PKGBUILD)
  wine/repos/multilib-x86_64/wine-binfmt.conf
(from rev 820939, wine/trunk/wine-binfmt.conf)
  wine/repos/multilib-x86_64/wine.install
(from rev 820939, wine/trunk/wine.install)
Deleted:
  wine/repos/multilib-x86_64/30-win32-aliases.conf
  wine/repos/multilib-x86_64/PKGBUILD
  wine/repos/multilib-x86_64/wine-binfmt.conf
  wine/repos/multilib-x86_64/wine.install

---+
 30-win32-aliases.conf |   40 ++---
 PKGBUILD  |  356 
 wine-binfmt.conf  |4 
 wine.install  |   14 -
 4 files changed, 207 insertions(+), 207 deletions(-)

Deleted: 30-win32-aliases.conf
===
--- 30-win32-aliases.conf   2021-01-15 04:56:43 UTC (rev 820939)
+++ 30-win32-aliases.conf   2021-01-15 04:57:11 UTC (rev 820940)
@@ -1,20 +0,0 @@
-
-
-
-  
-MS Shell Dlg
-Microsoft Sans Serif
-sans-serif
-  
-  
-MS Shell Dlg 2
-Tahoma
-sans-serif
-  
-
-  
-MS Sans Serif
-Microsoft Sans Serif
-sans-serif
-  
-

Copied: wine/repos/multilib-x86_64/30-win32-aliases.conf (from rev 820939, 
wine/trunk/30-win32-aliases.conf)
===
--- 30-win32-aliases.conf   (rev 0)
+++ 30-win32-aliases.conf   2021-01-15 04:57:11 UTC (rev 820940)
@@ -0,0 +1,20 @@
+
+
+
+  
+MS Shell Dlg
+Microsoft Sans Serif
+sans-serif
+  
+  
+MS Shell Dlg 2
+Tahoma
+sans-serif
+  
+
+  
+MS Sans Serif
+Microsoft Sans Serif
+sans-serif
+  
+

Deleted: PKGBUILD
===
--- PKGBUILD2021-01-15 04:56:43 UTC (rev 820939)
+++ PKGBUILD2021-01-15 04:57:11 UTC (rev 820940)
@@ -1,178 +0,0 @@
-# Maintainer: Sven-Hendrik Haase 
-# Contributor: Jan "heftig" Steffens 
-# Contributor: Eduardo Romero 
-# Contributor: Giovanni Scafora 
-
-pkgname=wine
-pkgver=5.22
-pkgrel=1
-
-_pkgbasever=${pkgver/rc/-rc}
-
-source=(https://dl.winehq.org/wine/source/5.x/$pkgname-$_pkgbasever.tar.xz{,.sign}
-30-win32-aliases.conf
-wine-binfmt.conf)
-sha512sums=('9e86a1f74a142513121c155ffa5e1dd863ecc00092952878f44185725e81793fd7291e0e3c93275cd0d083d17af99eb1d8feba1c96e8607f44919b9045737271'
-'SKIP'
-
'6e54ece7ec7022b3c9d94ad64bdf1017338da16c618966e8baf398e6f18f80f7b0576edf1d1da47ed77b96d577e4cbb2bb0156b0b11c183a0accf22654b0a2bb'
-
'bdde7ae015d8a98ba55e84b86dc05aca1d4f8de85be7e4bd6187054bfe4ac83b5a20538945b63fb073caab78022141e9545685e4e3698c97ff173cf30859e285')
-validpgpkeys=(5AC1A08B03BD7A313E0A955AF5E6E9EEB9461DD7
-  DA23579A74D4AD9AF9D3F945CEFAC8EAAF17519D)
-
-pkgdesc="A compatibility layer for running Windows programs"
-url="http://www.winehq.com;
-arch=(x86_64)
-options=(staticlibs)
-license=(LGPL)
-depends=(
-  fontconfig  lib32-fontconfig
-  lcms2   lib32-lcms2
-  libxml2 lib32-libxml2
-  libxcursor  lib32-libxcursor
-  libxrandr   lib32-libxrandr
-  libxdamage  lib32-libxdamage
-  libxi   lib32-libxi
-  gettext lib32-gettext
-  freetype2   lib32-freetype2
-  glu lib32-glu
-  libsm   lib32-libsm
-  gcc-libslib32-gcc-libs
-  libpcap lib32-libpcap
-  faudio  lib32-faudio
-  desktop-file-utils
-)
-makedepends=(autoconf ncurses bison perl fontforge flex mingw-w64-gcc
-  gifliblib32-giflib
-  libpnglib32-libpng
-  gnutlslib32-gnutls
-  libxinerama   lib32-libxinerama
-  libxcomposite lib32-libxcomposite
-  libxmulib32-libxmu
-  libxxf86vmlib32-libxxf86vm
-  libldap   lib32-libldap
-  mpg123lib32-mpg123
-  openallib32-openal
-  v4l-utils lib32-v4l-utils
-  libpulse  lib32-libpulse
-  alsa-lib  lib32-alsa-lib
-  libxcomposite lib32-libxcomposite
-  mesa  lib32-mesa
-  mesa-libgllib32-mesa-libgl
-  opencl-icd-loader lib32-opencl-icd-loader
-  libxslt   lib32-libxslt
-  gst-plugins-base-libs lib32-gst-plugins-base-libs
-  vulkan-icd-loader lib32-vulkan-icd-loader
-  vkd3d lib32-vkd3d
-  sdl2  lib32-sdl2
-  libcups   lib32-libcups
-  libgphoto2
-  sane
-  gsm
-  vulkan-headers
-  samba
-  opencl-headers
-)
-optdepends=(
-  gifliblib32-giflib
-  libpnglib32-libpng
-  libldap   lib32-libldap
-  gnutlslib32-gnutls
-  mpg123  

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

2021-01-14 Thread Felix Yan via arch-commits
Date: Friday, January 15, 2021 @ 04:56:43
  Author: felixonmars
Revision: 820939

upgpkg: wine 6.0-1

Modified:
  wine/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2021-01-15 04:56:27 UTC (rev 820938)
+++ PKGBUILD2021-01-15 04:56:43 UTC (rev 820939)
@@ -4,15 +4,15 @@
 # Contributor: Giovanni Scafora 
 
 pkgname=wine
-pkgver=5.22
+pkgver=6.0
 pkgrel=1
 
 _pkgbasever=${pkgver/rc/-rc}
 
-source=(https://dl.winehq.org/wine/source/5.x/$pkgname-$_pkgbasever.tar.xz{,.sign}
+source=(https://dl.winehq.org/wine/source/6.0/$pkgname-$_pkgbasever.tar.xz{,.sign}
 30-win32-aliases.conf
 wine-binfmt.conf)
-sha512sums=('9e86a1f74a142513121c155ffa5e1dd863ecc00092952878f44185725e81793fd7291e0e3c93275cd0d083d17af99eb1d8feba1c96e8607f44919b9045737271'
+sha512sums=('c0732fbab1da8737d595a876b28ce87eef1440c317746e798642b59b44b34e890de562e0c0cc674e97096f39db82f8e9c3b1cc1ba9edc246b7266a0f7cb00057'
 'SKIP'
 
'6e54ece7ec7022b3c9d94ad64bdf1017338da16c618966e8baf398e6f18f80f7b0576edf1d1da47ed77b96d577e4cbb2bb0156b0b11c183a0accf22654b0a2bb'
 
'bdde7ae015d8a98ba55e84b86dc05aca1d4f8de85be7e4bd6187054bfe4ac83b5a20538945b63fb073caab78022141e9545685e4e3698c97ff173cf30859e285')


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

2021-01-14 Thread Felix Yan via arch-commits
Date: Friday, January 15, 2021 @ 04:56:27
  Author: felixonmars
Revision: 820938

archrelease: copy trunk to community-any

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

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

Deleted: PKGBUILD
===
--- PKGBUILD2021-01-15 04:56:08 UTC (rev 820937)
+++ PKGBUILD2021-01-15 04:56:27 UTC (rev 820938)
@@ -1,31 +0,0 @@
-# Maintainer: Felix Yan 
-
-pkgname=python-testfixtures
-pkgver=6.17.0
-pkgrel=1
-pkgdesc="A collection of helpers and mock objects that are useful when writing 
unit tests or doc tests"
-arch=('any')
-license=('MIT')
-url="https://github.com/Simplistix/testfixtures;
-depends=('python')
-makedepends=('python-setuptools')
-checkdepends=('python-pytest-runner' 'python-zope-component' 'python-sybil'
-  'python-pytest-django' 'python-django' 'python-twisted')
-source=("$pkgname-$pkgver.tar.gz::https://github.com/Simplistix/testfixtures/archive/$pkgver.tar.gz;)
-sha512sums=('46723361a53511eb4d1739196d46aeaee72993ce2446049374051a5431ea42341b1ebb3daff04ac9b02343017a47335484323cd602aa1e79f4d183522a4f488a')
-
-build() {
-  cd "$srcdir"/testfixtures-$pkgver
-  python setup.py build
-}
-
-check() {
-  cd "$srcdir"/testfixtures-$pkgver
-  python setup.py pytest --addopts "--ignore=build"
-}
-
-package() {
-  cd testfixtures-$pkgver
-  python setup.py install --root="$pkgdir" --optimize=1
-  install -D -m644 docs/license.txt 
"$pkgdir"/usr/share/licenses/$pkgname/license.txt
-}

Copied: python-testfixtures/repos/community-any/PKGBUILD (from rev 820937, 
python-testfixtures/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2021-01-15 04:56:27 UTC (rev 820938)
@@ -0,0 +1,31 @@
+# Maintainer: Felix Yan 
+
+pkgname=python-testfixtures
+pkgver=6.17.1
+pkgrel=1
+pkgdesc="A collection of helpers and mock objects that are useful when writing 
unit tests or doc tests"
+arch=('any')
+license=('MIT')
+url="https://github.com/Simplistix/testfixtures;
+depends=('python')
+makedepends=('python-setuptools')
+checkdepends=('python-pytest-runner' 'python-zope-component' 'python-sybil'
+  'python-pytest-django' 'python-django' 'python-twisted')
+source=("$pkgname-$pkgver.tar.gz::https://github.com/Simplistix/testfixtures/archive/$pkgver.tar.gz;)
+sha512sums=('6424f813926516fd90693ac7ecf39a30c71e19b02965c6c7e5c23971555dc8f18a6f09dd419d6efea7bb1e35de1234684b10358ba25fcaa7ba191e9f7aa5c933')
+
+build() {
+  cd "$srcdir"/testfixtures-$pkgver
+  python setup.py build
+}
+
+check() {
+  cd "$srcdir"/testfixtures-$pkgver
+  python setup.py pytest --addopts "--ignore=build"
+}
+
+package() {
+  cd testfixtures-$pkgver
+  python setup.py install --root="$pkgdir" --optimize=1
+  install -D -m644 docs/license.txt 
"$pkgdir"/usr/share/licenses/$pkgname/license.txt
+}


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

2021-01-14 Thread Felix Yan via arch-commits
Date: Friday, January 15, 2021 @ 04:56:08
  Author: felixonmars
Revision: 820937

upgpkg: python-testfixtures 6.17.1-1

Modified:
  python-testfixtures/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2021-01-15 01:56:11 UTC (rev 820936)
+++ PKGBUILD2021-01-15 04:56:08 UTC (rev 820937)
@@ -1,7 +1,7 @@
 # Maintainer: Felix Yan 
 
 pkgname=python-testfixtures
-pkgver=6.17.0
+pkgver=6.17.1
 pkgrel=1
 pkgdesc="A collection of helpers and mock objects that are useful when writing 
unit tests or doc tests"
 arch=('any')
@@ -12,7 +12,7 @@
 checkdepends=('python-pytest-runner' 'python-zope-component' 'python-sybil'
   'python-pytest-django' 'python-django' 'python-twisted')
 
source=("$pkgname-$pkgver.tar.gz::https://github.com/Simplistix/testfixtures/archive/$pkgver.tar.gz;)
-sha512sums=('46723361a53511eb4d1739196d46aeaee72993ce2446049374051a5431ea42341b1ebb3daff04ac9b02343017a47335484323cd602aa1e79f4d183522a4f488a')
+sha512sums=('6424f813926516fd90693ac7ecf39a30c71e19b02965c6c7e5c23971555dc8f18a6f09dd419d6efea7bb1e35de1234684b10358ba25fcaa7ba191e9f7aa5c933')
 
 build() {
   cd "$srcdir"/testfixtures-$pkgver


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

2021-01-14 Thread Levente Polyak via arch-commits
Date: Friday, January 15, 2021 @ 01:56:11
  Author: anthraxx
Revision: 820936

archrelease: copy trunk to community-x86_64

Added:
  hydra/repos/community-x86_64/PKGBUILD
(from rev 820935, hydra/trunk/PKGBUILD)
Deleted:
  hydra/repos/community-x86_64/PKGBUILD

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

Deleted: PKGBUILD
===
--- PKGBUILD2021-01-15 01:56:07 UTC (rev 820935)
+++ PKGBUILD2021-01-15 01:56:11 UTC (rev 820936)
@@ -1,47 +0,0 @@
-# Maintainer: Levente Polyak 
-# Contributor: Rudy Matela 
-# Contributor: Bartek Piotrowski 
-# Contributor: Thomas S Hatch 
-# Contributor: pootzko 
-# Contributor: Jinx 
-# Contributor: Timothée Ravier 
-
-pkgname=hydra
-pkgver=9.0
-pkgrel=3
-pkgdesc='Very fast network logon cracker which support many different services'
-url='https://github.com/vanhauser-thc/thc-hydra'
-arch=('x86_64')
-license=('GPL3')
-depends=('postgresql-libs' 'subversion' 'libssh' 'mariadb-libs' 'libidn'
- 'libfbclient' 'afpfs-ng' 'zlib' 'openssl' 'ncurses' 'pcre'
- 'freerdp' 'libmemcached' 'mongo-c-driver')
-optdepends=('gtk2: graphical front-end (xhydra)')
-makedepends=('gtk2')
-source=(https://github.com/vanhauser-thc/thc-hydra/archive/v${pkgver}/thc-hydra-v${pkgver}.tar.gz
-
hydra-9.0-apr-path-max.patch::https://github.com/vanhauser-thc/thc-hydra/commit/db9025bf86e79f1af1e1d70bdc6ea133e486c781.patch)
-sha512sums=('58067bd2696e82645bb959fe5537f2876e1d8c170a15fe6a9ac65bbdc33cfb75b47fd1a969c314a6c6d91b2b6c0ce4ba087680bbd67a5a38925a2a8b5c5ad338'
-
'83b1c31fb87fb3eb8d331afad88d8363336de0a80f864b4ed7f69fac033a67a01e1a0d7c0df62058082a77a40555d52f2ef62de354275b1c0403b48586062f70')
-b2sums=('b4834c66fb1bebcd19151784b75d4c9220cbf7045b289a063a1cbc48a793abfa2edcb466d43234bd4c8e14074a2e2a39ccd697698392f24f39c84da54ee07165'
-
'a261b08a469c2540fb67dd6c9d085ab38eb08fa22f050afbe407bc3f0d2d7c46739533b626c6e1d8ab5aa5a0bea22095658893d83918ef07c84359163de43598')
-
-
-prepare() {
-  cd thc-hydra-${pkgver}
-  patch -Np1 < ../hydra-9.0-apr-path-max.patch
-}
-
-build() {
-  cd thc-hydra-${pkgver}
-  CFLAGS+=' -fcommon' # 
https://wiki.gentoo.org/wiki/Gcc_10_porting_notes/fno_common
-  ./configure --fhs
-  make
-}
-
-package() {
-  cd thc-hydra-${pkgver}
-  make DESTDIR="${pkgdir}" install
-  install -Dm 644 README -t "${pkgdir}/usr/share/doc/${pkgname}"
-}
-
-# vim: ts=2 sw=2 et:

Copied: hydra/repos/community-x86_64/PKGBUILD (from rev 820935, 
hydra/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2021-01-15 01:56:11 UTC (rev 820936)
@@ -0,0 +1,39 @@
+# Maintainer: Levente Polyak 
+# Contributor: Rudy Matela 
+# Contributor: Bartek Piotrowski 
+# Contributor: Thomas S Hatch 
+# Contributor: pootzko 
+# Contributor: Jinx 
+# Contributor: Timothée Ravier 
+
+pkgname=hydra
+pkgver=9.1
+pkgrel=1
+pkgdesc='Very fast network logon cracker which support many different services'
+url='https://github.com/vanhauser-thc/thc-hydra'
+arch=('x86_64')
+license=('GPL3')
+depends=('postgresql-libs' 'subversion' 'libssh' 'mariadb-libs' 'libidn'
+ 'libfbclient' 'afpfs-ng' 'zlib' 'openssl' 'ncurses' 'pcre'
+ 'freerdp' 'libmemcached' 'mongo-c-driver')
+optdepends=('gtk2: graphical front-end (xhydra)')
+makedepends=('gtk2')
+source=(https://github.com/vanhauser-thc/thc-hydra/archive/v${pkgver}/thc-hydra-v${pkgver}.tar.gz)
+sha512sums=('863176375fe1aae4c0a2b74c11aba297682d66e522c98c926c539348309b0af4e407e460b4cb803d2c83c008787c73f7f1e56ac6aca9791351e1b596c2e4fbb2')
+b2sums=('9a5b6dc52b5f4069bf326e86728ebaf8c1fe018536f3943b83493de934703bff6770ae3f7a9a223ee00b5f52f7bd10ee4ddc272e1bbad00c399aa19cc0c083ba')
+
+
+build() {
+  cd thc-hydra-${pkgver}
+  CFLAGS+=' -fcommon' # 
https://wiki.gentoo.org/wiki/Gcc_10_porting_notes/fno_common
+  ./configure --fhs
+  make
+}
+
+package() {
+  cd thc-hydra-${pkgver}
+  make DESTDIR="${pkgdir}" MANDIR=/share/man/man1 DATADIR=/share/hydra install
+  install -Dm 644 README.md -t "${pkgdir}/usr/share/doc/${pkgname}"
+}
+
+# vim: ts=2 sw=2 et:


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

2021-01-14 Thread Levente Polyak via arch-commits
Date: Friday, January 15, 2021 @ 01:56:07
  Author: anthraxx
Revision: 820935

upgpkg: hydra 9.1-1

Modified:
  hydra/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2021-01-15 01:27:13 UTC (rev 820934)
+++ PKGBUILD2021-01-15 01:56:07 UTC (rev 820935)
@@ -7,8 +7,8 @@
 # Contributor: Timothée Ravier 
 
 pkgname=hydra
-pkgver=9.0
-pkgrel=3
+pkgver=9.1
+pkgrel=1
 pkgdesc='Very fast network logon cracker which support many different services'
 url='https://github.com/vanhauser-thc/thc-hydra'
 arch=('x86_64')
@@ -18,19 +18,11 @@
  'freerdp' 'libmemcached' 'mongo-c-driver')
 optdepends=('gtk2: graphical front-end (xhydra)')
 makedepends=('gtk2')
-source=(https://github.com/vanhauser-thc/thc-hydra/archive/v${pkgver}/thc-hydra-v${pkgver}.tar.gz
-
hydra-9.0-apr-path-max.patch::https://github.com/vanhauser-thc/thc-hydra/commit/db9025bf86e79f1af1e1d70bdc6ea133e486c781.patch)
-sha512sums=('58067bd2696e82645bb959fe5537f2876e1d8c170a15fe6a9ac65bbdc33cfb75b47fd1a969c314a6c6d91b2b6c0ce4ba087680bbd67a5a38925a2a8b5c5ad338'
-
'83b1c31fb87fb3eb8d331afad88d8363336de0a80f864b4ed7f69fac033a67a01e1a0d7c0df62058082a77a40555d52f2ef62de354275b1c0403b48586062f70')
-b2sums=('b4834c66fb1bebcd19151784b75d4c9220cbf7045b289a063a1cbc48a793abfa2edcb466d43234bd4c8e14074a2e2a39ccd697698392f24f39c84da54ee07165'
-
'a261b08a469c2540fb67dd6c9d085ab38eb08fa22f050afbe407bc3f0d2d7c46739533b626c6e1d8ab5aa5a0bea22095658893d83918ef07c84359163de43598')
+source=(https://github.com/vanhauser-thc/thc-hydra/archive/v${pkgver}/thc-hydra-v${pkgver}.tar.gz)
+sha512sums=('863176375fe1aae4c0a2b74c11aba297682d66e522c98c926c539348309b0af4e407e460b4cb803d2c83c008787c73f7f1e56ac6aca9791351e1b596c2e4fbb2')
+b2sums=('9a5b6dc52b5f4069bf326e86728ebaf8c1fe018536f3943b83493de934703bff6770ae3f7a9a223ee00b5f52f7bd10ee4ddc272e1bbad00c399aa19cc0c083ba')
 
 
-prepare() {
-  cd thc-hydra-${pkgver}
-  patch -Np1 < ../hydra-9.0-apr-path-max.patch
-}
-
 build() {
   cd thc-hydra-${pkgver}
   CFLAGS+=' -fcommon' # 
https://wiki.gentoo.org/wiki/Gcc_10_porting_notes/fno_common
@@ -40,8 +32,8 @@
 
 package() {
   cd thc-hydra-${pkgver}
-  make DESTDIR="${pkgdir}" install
-  install -Dm 644 README -t "${pkgdir}/usr/share/doc/${pkgname}"
+  make DESTDIR="${pkgdir}" MANDIR=/share/man/man1 DATADIR=/share/hydra install
+  install -Dm 644 README.md -t "${pkgdir}/usr/share/doc/${pkgname}"
 }
 
 # vim: ts=2 sw=2 et:


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

2021-01-14 Thread Levente Polyak via arch-commits
Date: Friday, January 15, 2021 @ 01:27:13
  Author: anthraxx
Revision: 820934

archrelease: copy trunk to community-x86_64

Added:
  valabind/repos/community-x86_64/PKGBUILD
(from rev 820933, valabind/trunk/PKGBUILD)
Deleted:
  valabind/repos/community-x86_64/PKGBUILD
  valabind/repos/community-x86_64/vala-0.48.diff
  valabind/repos/community-x86_64/vala-0.50.diff

+
 PKGBUILD   |   64 +++
 vala-0.48.diff |   69 ---
 vala-0.50.diff |   22 -
 3 files changed, 25 insertions(+), 130 deletions(-)

Deleted: PKGBUILD
===
--- PKGBUILD2021-01-15 01:27:09 UTC (rev 820933)
+++ PKGBUILD2021-01-15 01:27:13 UTC (rev 820934)
@@ -1,39 +0,0 @@
-# Maintainer: Levente Polyak 
-
-pkgname=valabind
-pkgver=1.7.1
-pkgrel=4
-pkgdesc='Tool to parse vala or vapi files to transform them into swig 
interface files, C++, NodeJS-ffi or GIR'
-url='https://github.com/radare/valabind'
-arch=('x86_64')
-license=('GPL3')
-depends=('sh' 'glibc' 'glib2' 'vala' 'swig' 'libvala-0.50.so')
-source=(${pkgname}-${pkgver}.tar.gz::https://github.com/radare/${pkgname}/archive/${pkgver}.tar.gz
-vala-0.48.diff vala-0.50.diff)
-sha256sums=('b463b18419de656e218855a2f30a71051f03a9c4540254b4ceaea475fb79102e'
-'0528ba09bb4a5f20944a129d5b91eabeefa2d35a2fcd40378847f976f2ad418e'
-'39ffb66da22043ccbcce09e84a3ba30cf178d23324f1ae352546cd3bc23b8342')
-sha512sums=('b82c733777e0caf449cd27f0ed3597a108462072c5663945ec03f4c1da90d389313c0f3ca0f6db2d52c7f80d09b1751992f733454358cd428c2571b7e53850a4'
-
'f9de1b1050f7933a3850fab88ba1a15fc83da6e21dfe1d75edc781a151eee1246a2d7602c201c71bd8adb4029517992737e660a4a35e4a6f9e80bf7bbe23bb30'
-
'4dbae75787b63531c5f15d88131fc624cb4d274c1bf7e94416ad0773aed9b3007f53918389dcb13c82bfd3b5bdefc6bf9001a78071a62112957044fbd6736c70')
-
-prepare() {
-  cd ${pkgname}-${pkgver}
-
-  # git diff 1.7.1..9d4fb181e243
-  patch -Np1 -i ../vala-0.48.diff
-
-  patch -Np1 -i ../vala-0.50.diff
-}
-
-build() {
-  cd ${pkgname}-${pkgver}
-  make
-}
-
-package() {
-  cd ${pkgname}-${pkgver}
-  make DESTDIR="${pkgdir}" install
-}
-
-# vim: ts=2 sw=2 et:

Copied: valabind/repos/community-x86_64/PKGBUILD (from rev 820933, 
valabind/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2021-01-15 01:27:13 UTC (rev 820934)
@@ -0,0 +1,25 @@
+# Maintainer: Levente Polyak 
+
+pkgname=valabind
+pkgver=1.7.2
+pkgrel=1
+pkgdesc='Tool to parse vala or vapi files to transform them into swig 
interface files, C++, NodeJS-ffi or GIR'
+url='https://github.com/radare/valabind'
+arch=('x86_64')
+license=('GPL3')
+depends=('sh' 'glibc' 'glib2' 'vala' 'swig' 'libvala-0.50.so')
+source=(${pkgname}-${pkgver}.tar.gz::https://github.com/radare/${pkgname}/archive/${pkgver}.tar.gz)
+sha256sums=('643c1ddc85e31de975df361a20e3f39d385f5ced0e50483c6e96b33bb3d32261')
+sha512sums=('52b944eaf5cbe07ef1b6601141544d3549d9e6aa0470d67a5e1dd967d591ff033f0426b4159a762896647863de70d510abd6e0146c5ee8e8891d12047868d9f3')
+
+build() {
+  cd ${pkgname}-${pkgver}
+  make
+}
+
+package() {
+  cd ${pkgname}-${pkgver}
+  make DESTDIR="${pkgdir}" install
+}
+
+# vim: ts=2 sw=2 et:

Deleted: vala-0.48.diff
===
--- vala-0.48.diff  2021-01-15 01:27:09 UTC (rev 820933)
+++ vala-0.48.diff  2021-01-15 01:27:13 UTC (rev 820934)
@@ -1,69 +0,0 @@
-diff --git a/girwriter.vala b/girwriter.vala
-index 51af0b7..33c016b 100644
 a/girwriter.vala
-+++ b/girwriter.vala
-@@ -1,25 +1,29 @@
--/* Copyright 2011-2015 -- pancake */
-+/* Copyright 2011-2019 -- pancake */
- 
- using Vala;
- 
- public class GirWriter : ValabindWriter {
-   public GLib.List includefiles = new GLib.List ();
-   public GLib.List methods;
-   string classname = "";
-   string classcname;
-   string externs = "";
-   string statics = "";
-   string extends = "";
-   string enums = "";
-   string nspace;
- 
-   public GirWriter () {
-   }
- 
-   public override string get_filename (string base_name) {
-   return base_name+".gir";
-   }
- 
-+  public override void write(string file) {
-+  context.accept (this);
-+  }
-+
-   string get_alias (string name) {
-   string oname = name;
-   switch (name) {
-diff --git a/gowriter.vala b/gowriter.vala
-index 56d9fbe..0fb09a6 100644
 a/gowriter.vala
-+++ b/gowriter.vala
-@@ -214,7 +214,11 @@ public class GoNamer {
-   }
- 
-   private string mangle_datatype(DataType d) {
-+#if VALA_0_48
-+  string ret = d.type_symbol.name;  // i think should unify with 
get_type_declaration?
-+#else
-   string ret = d.data_type.name;  // i think should 

[arch-commits] Commit in valabind/trunk (PKGBUILD vala-0.48.diff vala-0.50.diff)

2021-01-14 Thread Levente Polyak via arch-commits
Date: Friday, January 15, 2021 @ 01:27:09
  Author: anthraxx
Revision: 820933

upgpkg: valabind 1.7.2-1

Modified:
  valabind/trunk/PKGBUILD
Deleted:
  valabind/trunk/vala-0.48.diff
  valabind/trunk/vala-0.50.diff

+
 PKGBUILD   |   24 +++
 vala-0.48.diff |   69 ---
 vala-0.50.diff |   22 -
 3 files changed, 5 insertions(+), 110 deletions(-)

Modified: PKGBUILD
===
--- PKGBUILD2021-01-15 01:19:36 UTC (rev 820932)
+++ PKGBUILD2021-01-15 01:27:09 UTC (rev 820933)
@@ -1,31 +1,17 @@
 # Maintainer: Levente Polyak 
 
 pkgname=valabind
-pkgver=1.7.1
-pkgrel=4
+pkgver=1.7.2
+pkgrel=1
 pkgdesc='Tool to parse vala or vapi files to transform them into swig 
interface files, C++, NodeJS-ffi or GIR'
 url='https://github.com/radare/valabind'
 arch=('x86_64')
 license=('GPL3')
 depends=('sh' 'glibc' 'glib2' 'vala' 'swig' 'libvala-0.50.so')
-source=(${pkgname}-${pkgver}.tar.gz::https://github.com/radare/${pkgname}/archive/${pkgver}.tar.gz
-vala-0.48.diff vala-0.50.diff)
-sha256sums=('b463b18419de656e218855a2f30a71051f03a9c4540254b4ceaea475fb79102e'
-'0528ba09bb4a5f20944a129d5b91eabeefa2d35a2fcd40378847f976f2ad418e'
-'39ffb66da22043ccbcce09e84a3ba30cf178d23324f1ae352546cd3bc23b8342')
-sha512sums=('b82c733777e0caf449cd27f0ed3597a108462072c5663945ec03f4c1da90d389313c0f3ca0f6db2d52c7f80d09b1751992f733454358cd428c2571b7e53850a4'
-
'f9de1b1050f7933a3850fab88ba1a15fc83da6e21dfe1d75edc781a151eee1246a2d7602c201c71bd8adb4029517992737e660a4a35e4a6f9e80bf7bbe23bb30'
-
'4dbae75787b63531c5f15d88131fc624cb4d274c1bf7e94416ad0773aed9b3007f53918389dcb13c82bfd3b5bdefc6bf9001a78071a62112957044fbd6736c70')
+source=(${pkgname}-${pkgver}.tar.gz::https://github.com/radare/${pkgname}/archive/${pkgver}.tar.gz)
+sha256sums=('643c1ddc85e31de975df361a20e3f39d385f5ced0e50483c6e96b33bb3d32261')
+sha512sums=('52b944eaf5cbe07ef1b6601141544d3549d9e6aa0470d67a5e1dd967d591ff033f0426b4159a762896647863de70d510abd6e0146c5ee8e8891d12047868d9f3')
 
-prepare() {
-  cd ${pkgname}-${pkgver}
-
-  # git diff 1.7.1..9d4fb181e243
-  patch -Np1 -i ../vala-0.48.diff
-
-  patch -Np1 -i ../vala-0.50.diff
-}
-
 build() {
   cd ${pkgname}-${pkgver}
   make

Deleted: vala-0.48.diff
===
--- vala-0.48.diff  2021-01-15 01:19:36 UTC (rev 820932)
+++ vala-0.48.diff  2021-01-15 01:27:09 UTC (rev 820933)
@@ -1,69 +0,0 @@
-diff --git a/girwriter.vala b/girwriter.vala
-index 51af0b7..33c016b 100644
 a/girwriter.vala
-+++ b/girwriter.vala
-@@ -1,25 +1,29 @@
--/* Copyright 2011-2015 -- pancake */
-+/* Copyright 2011-2019 -- pancake */
- 
- using Vala;
- 
- public class GirWriter : ValabindWriter {
-   public GLib.List includefiles = new GLib.List ();
-   public GLib.List methods;
-   string classname = "";
-   string classcname;
-   string externs = "";
-   string statics = "";
-   string extends = "";
-   string enums = "";
-   string nspace;
- 
-   public GirWriter () {
-   }
- 
-   public override string get_filename (string base_name) {
-   return base_name+".gir";
-   }
- 
-+  public override void write(string file) {
-+  context.accept (this);
-+  }
-+
-   string get_alias (string name) {
-   string oname = name;
-   switch (name) {
-diff --git a/gowriter.vala b/gowriter.vala
-index 56d9fbe..0fb09a6 100644
 a/gowriter.vala
-+++ b/gowriter.vala
-@@ -214,7 +214,11 @@ public class GoNamer {
-   }
- 
-   private string mangle_datatype(DataType d) {
-+#if VALA_0_48
-+  string ret = d.type_symbol.name;  // i think should unify with 
get_type_declaration?
-+#else
-   string ret = d.data_type.name;  // i think should unify with 
get_type_declaration?
-+#endif
-   if (d.get_type_arguments().size > 0) {
-   foreach(var dd in d.get_type_arguments()) {
-   ret += "_";
-diff --git a/nodeffiwriter.vala b/nodeffiwriter.vala
-index 84fede0..eba6329 100644
 a/nodeffiwriter.vala
-+++ b/nodeffiwriter.vala
-@@ -85,8 +85,13 @@ public class NodeFFIWriter : ValabindWriter {
- 
-   string _type = type.to_string ();
-   string local_ns_pfx = ns_pfx;
-+#if VALA_0_48
-+  if (type.type_symbol != null && type.type_symbol.parent_symbol 
is Namespace) {
-+  Namespace local_ns = 
(Namespace)type.type_symbol.parent_symbol;
-+#else
-   if (type.data_type != null && type.data_type.parent_symbol is 
Namespace) {
-   Namespace local_ns = 
(Namespace)type.data_type.parent_symbol;
-+#endif
-   if (use_namespace(local_ns))
-   local_ns_pfx = local_ns.get_full_name()+".";

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

2021-01-14 Thread Levente Polyak via arch-commits
Date: Friday, January 15, 2021 @ 01:19:36
  Author: anthraxx
Revision: 820932

archrelease: copy trunk to community-x86_64

Added:
  xtrlock/repos/community-x86_64/PKGBUILD
(from rev 820931, xtrlock/trunk/PKGBUILD)
Deleted:
  xtrlock/repos/community-x86_64/PKGBUILD

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

Deleted: PKGBUILD
===
--- PKGBUILD2021-01-15 01:19:32 UTC (rev 820931)
+++ PKGBUILD2021-01-15 01:19:36 UTC (rev 820932)
@@ -1,30 +0,0 @@
-# Maintainer: Levente Polyak 
-# Contributor: Michal Hybner 
-
-pkgname=xtrlock
-pkgver=2.13
-pkgrel=2
-pkgdesc='Minimal X display lock program'
-url='https://packages.debian.org/sid/xtrlock'
-arch=('x86_64')
-license=('GPL3')
-depends=('glibc' 'libx11' 'libxcrypt' 'libcrypt.so')
-source=(http://ftp.debian.org/debian/pool/main/x/xtrlock/xtrlock_${pkgver}.tar.xz)
-sha512sums=('656e1e77194b816b04260a88c8046b8ef25d6df0405de6fe1ee1dfb2ebfa528a329c1b67be70eaac5ce4ee6a4159d728d363bf8a59232941b76b1e6d14aa91aa')
-b2sums=('879c27936cf8058707cbdb2247e1044c8c5eadf74dcb2bcfd5ec8f4b2bab80da6859118e48943de97f7696e41456771bf274b03728a61f5ac6bef8b471192dce')
-
-build() {
-  cd ${pkgname}-${pkgver}
-  make -f Makefile.noimake \
-CFLAGS="${CFLAGS} -DSHADOW_PWD" \
-LDLIBS="-lX11 -lcrypt" \
-xtrlock
-}
-
-package() {
-  cd ${pkgname}-${pkgver}
-  install -Dm 4755 xtrlock -t "${pkgdir}/usr/bin"
-  install -Dm 644 xtrlock.man "${pkgdir}/usr/share/man/man1/xtrlock.1"
-}
-
-# vim: ts=2 sw=2 et:

Copied: xtrlock/repos/community-x86_64/PKGBUILD (from rev 820931, 
xtrlock/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2021-01-15 01:19:36 UTC (rev 820932)
@@ -0,0 +1,30 @@
+# Maintainer: Levente Polyak 
+# Contributor: Michal Hybner 
+
+pkgname=xtrlock
+pkgver=2.14
+pkgrel=1
+pkgdesc='Minimal X display lock program'
+url='https://packages.debian.org/sid/xtrlock'
+arch=('x86_64')
+license=('GPL3')
+depends=('glibc' 'libx11' 'libxcrypt' 'libcrypt.so')
+source=(http://ftp.debian.org/debian/pool/main/x/xtrlock/xtrlock_${pkgver}.tar.xz)
+sha512sums=('d46e2cf72e607ec57b6a4a22425b96aff28bcf089bc7612d5f45d7852830b2ee2a36eb8739560faa15d3baeb21c545e68e4f1b3a0cdc6bcb0a33948900e47e73')
+b2sums=('625784059921725d5519c4bac4a9c455a896d14ad185aa2e39db863ebaf8c3d053e34d1f900335df6eea758b830d4681e88231e926800ad79d811bc879e9')
+
+build() {
+  cd ${pkgname}-${pkgver}
+  make -f Makefile.noimake \
+CFLAGS="${CFLAGS} -DSHADOW_PWD" \
+LDLIBS="-lX11 -lcrypt" \
+xtrlock
+}
+
+package() {
+  cd ${pkgname}-${pkgver}
+  install -Dm 4755 xtrlock -t "${pkgdir}/usr/bin"
+  install -Dm 644 xtrlock.man "${pkgdir}/usr/share/man/man1/xtrlock.1"
+}
+
+# vim: ts=2 sw=2 et:


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

2021-01-14 Thread Levente Polyak via arch-commits
Date: Friday, January 15, 2021 @ 01:19:32
  Author: anthraxx
Revision: 820931

upgpkg: xtrlock 2.14-1

Modified:
  xtrlock/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2021-01-15 01:14:55 UTC (rev 820930)
+++ PKGBUILD2021-01-15 01:19:32 UTC (rev 820931)
@@ -2,8 +2,8 @@
 # Contributor: Michal Hybner 
 
 pkgname=xtrlock
-pkgver=2.13
-pkgrel=2
+pkgver=2.14
+pkgrel=1
 pkgdesc='Minimal X display lock program'
 url='https://packages.debian.org/sid/xtrlock'
 arch=('x86_64')
@@ -10,8 +10,8 @@
 license=('GPL3')
 depends=('glibc' 'libx11' 'libxcrypt' 'libcrypt.so')
 
source=(http://ftp.debian.org/debian/pool/main/x/xtrlock/xtrlock_${pkgver}.tar.xz)
-sha512sums=('656e1e77194b816b04260a88c8046b8ef25d6df0405de6fe1ee1dfb2ebfa528a329c1b67be70eaac5ce4ee6a4159d728d363bf8a59232941b76b1e6d14aa91aa')
-b2sums=('879c27936cf8058707cbdb2247e1044c8c5eadf74dcb2bcfd5ec8f4b2bab80da6859118e48943de97f7696e41456771bf274b03728a61f5ac6bef8b471192dce')
+sha512sums=('d46e2cf72e607ec57b6a4a22425b96aff28bcf089bc7612d5f45d7852830b2ee2a36eb8739560faa15d3baeb21c545e68e4f1b3a0cdc6bcb0a33948900e47e73')
+b2sums=('625784059921725d5519c4bac4a9c455a896d14ad185aa2e39db863ebaf8c3d053e34d1f900335df6eea758b830d4681e88231e926800ad79d811bc879e9')
 
 build() {
   cd ${pkgname}-${pkgver}


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

2021-01-14 Thread Levente Polyak via arch-commits
Date: Friday, January 15, 2021 @ 01:14:55
  Author: anthraxx
Revision: 820930

archrelease: copy trunk to community-any

Added:
  smplayer-themes/repos/community-any/PKGBUILD
(from rev 820929, smplayer-themes/trunk/PKGBUILD)
Deleted:
  smplayer-themes/repos/community-any/PKGBUILD

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

Deleted: PKGBUILD
===
--- PKGBUILD2021-01-15 01:14:51 UTC (rev 820929)
+++ PKGBUILD2021-01-15 01:14:55 UTC (rev 820930)
@@ -1,33 +0,0 @@
-# Maintainer: Levente Polyak 
-# Contributor: Alessio 'mOLOk' Bolognino 
-
-pkgname=smplayer-themes
-pkgver=18.6.0
-pkgrel=2
-epoch=1
-pkgdesc='Themes for SMPlayer'
-url='https://www.smplayer.info/'
-arch=('any')
-license=('GPL2')
-depends=('smplayer')
-makedepends=('optipng')
-source=(https://downloads.sourceforge.net/smplayer/${pkgname}-${pkgver}.tar.bz2)
-sha512sums=('e16f2dc50015b0034134a096ca99603167309c31bb50a44679c343b5f9c0ea786a17a0fb64eb1d71c61dacbd2a295adc0a82d23bd0837adf96664120f33adda6')
-
-prepare() {
-  cd ${pkgname}-${pkgver}
-  # Fix invalid PNG icons to work with libpng 1.6
-  find -name '*.png' -exec optipng -quiet -force -fix {} +
-}
-
-build() {
-  cd ${pkgname}-${pkgver}
-  make PREFIX=/usr
-}
-
-package() {
-  cd ${pkgname}-${pkgver}
-  make DESTDIR="${pkgdir}" PREFIX=/usr install
-}
-
-# vim: ts=2 sw=2 et:

Copied: smplayer-themes/repos/community-any/PKGBUILD (from rev 820929, 
smplayer-themes/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2021-01-15 01:14:55 UTC (rev 820930)
@@ -0,0 +1,34 @@
+# Maintainer: Levente Polyak 
+# Contributor: Alessio 'mOLOk' Bolognino 
+
+pkgname=smplayer-themes
+pkgver=20.11.0
+pkgrel=1
+epoch=1
+pkgdesc='Themes for SMPlayer'
+url='https://www.smplayer.info/'
+arch=('any')
+license=('GPL2')
+depends=('smplayer')
+makedepends=('optipng')
+source=(https://downloads.sourceforge.net/smplayer/${pkgname}-${pkgver}.tar.bz2)
+sha512sums=('4e64c3f44fc3529d980751618cd30fcc395a21701ba7481ad0a6dffc1fa770c13a3414d0853f94cd6163738702a0a75060a92e5c1c426e79902a68d8f8336575')
+b2sums=('cb52eb2b4cc47b6e88ea1338a13f7187ebe690ff4e7c16f56c1cb63708300a4777de2d109c665bce6aae55da9e8ef573fe4c7193e43a4e1a0cb54c6b13342dad')
+
+prepare() {
+  cd ${pkgname}-${pkgver}
+  # Fix invalid PNG icons to work with libpng 1.6
+  find -name '*.png' -exec optipng -quiet -force -fix {} +
+}
+
+build() {
+  cd ${pkgname}-${pkgver}
+  make PREFIX=/usr
+}
+
+package() {
+  cd ${pkgname}-${pkgver}
+  make DESTDIR="${pkgdir}" PREFIX=/usr install
+}
+
+# vim: ts=2 sw=2 et:


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

2021-01-14 Thread Levente Polyak via arch-commits
Date: Friday, January 15, 2021 @ 01:14:51
  Author: anthraxx
Revision: 820929

upgpkg: smplayer-themes 1:20.11.0-1

Modified:
  smplayer-themes/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2021-01-15 01:12:15 UTC (rev 820928)
+++ PKGBUILD2021-01-15 01:14:51 UTC (rev 820929)
@@ -2,8 +2,8 @@
 # Contributor: Alessio 'mOLOk' Bolognino 
 
 pkgname=smplayer-themes
-pkgver=18.6.0
-pkgrel=2
+pkgver=20.11.0
+pkgrel=1
 epoch=1
 pkgdesc='Themes for SMPlayer'
 url='https://www.smplayer.info/'
@@ -12,7 +12,8 @@
 depends=('smplayer')
 makedepends=('optipng')
 
source=(https://downloads.sourceforge.net/smplayer/${pkgname}-${pkgver}.tar.bz2)
-sha512sums=('e16f2dc50015b0034134a096ca99603167309c31bb50a44679c343b5f9c0ea786a17a0fb64eb1d71c61dacbd2a295adc0a82d23bd0837adf96664120f33adda6')
+sha512sums=('4e64c3f44fc3529d980751618cd30fcc395a21701ba7481ad0a6dffc1fa770c13a3414d0853f94cd6163738702a0a75060a92e5c1c426e79902a68d8f8336575')
+b2sums=('cb52eb2b4cc47b6e88ea1338a13f7187ebe690ff4e7c16f56c1cb63708300a4777de2d109c665bce6aae55da9e8ef573fe4c7193e43a4e1a0cb54c6b13342dad')
 
 prepare() {
   cd ${pkgname}-${pkgver}


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

2021-01-14 Thread Levente Polyak via arch-commits
Date: Friday, January 15, 2021 @ 01:12:15
  Author: anthraxx
Revision: 820928

archrelease: copy trunk to community-x86_64

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

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

Deleted: PKGBUILD
===
--- PKGBUILD2021-01-15 01:12:11 UTC (rev 820927)
+++ PKGBUILD2021-01-15 01:12:15 UTC (rev 820928)
@@ -1,46 +0,0 @@
-# Maintainer: Levente Polyak 
-# Contributor: Ionut Biru 
-# Contributor: Allan McRae 
-# Contributor: Alessio 'mOLOk' Bolognino 
-# Contributor: shamrok 
-
-pkgname=smplayer
-pkgver=20.6.0
-pkgrel=1
-pkgdesc='Media player with built-in codecs that can play virtually all video 
and audio formats'
-url='https://www.smplayer.info/'
-arch=('x86_64')
-license=('GPL')
-depends=('glibc' 'qt5-script' 'qt5-base' 'mpv' 'libx11' 'zlib' 'gcc-libs' 
'hicolor-icon-theme')
-makedepends=('qt5-tools')
-optdepends=('smplayer-themes: icon themes collection'
-'smplayer-skins: skin themes collection'
-'smtube: browse and play youtube videos'
-'youtube-dl: youtube videos and streaming'
-'mplayer: alternative multimedia engine')
-source=(https://downloads.sourceforge.net/${pkgname}/${pkgname}-${pkgver}.tar.bz2)
-sha512sums=('2cf7b7abf44b301331a5389e1ca512bd41928724b412d8cf55d77cb5cde87a4fdb9038d77c31da14b548d38ebfadd461d588d60a6b6f13b1781b9b961e81637d')
-b2sums=('5cf77acd7098aa81d1bd40c62d6cf5cd743167ee07a86f9d0d856eba5e7ce1befe4e7a384126dc3b244588758ab40b19804bfc3e0ff8e17d1e0d5d504e57c0ae')
-
-prepare() {
-  cd ${pkgname}-${pkgver}
-  # make build reproducible, we compress ourselves
-  sed '/gzip -9/d' -i Makefile
-}
-
-build() {
-  cd ${pkgname}-${pkgver}
-  export CXXFLAGS="${CXXFLAGS} ${CPPFLAGS}"
-  make PREFIX=/usr \
-DOC_PATH="\\\"/usr/share/doc/smplayer\\\"" \
-QMAKE_OPTS=DEFINES+=NO_DEBUG_ON_CONSOLE \
-CFLAGS_EXTRA="${CFLAGS} ${CPPFLAGS} ${LDFLAGS}"
-}
-
-package() {
-  cd ${pkgname}-${pkgver}
-  make DOC_PATH=/usr/share/doc/smplayer \
-DESTDIR="${pkgdir}" PREFIX=/usr -j1 install
-}
-
-# vim: ts=2 sw=2 et:

Copied: smplayer/repos/community-x86_64/PKGBUILD (from rev 820927, 
smplayer/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2021-01-15 01:12:15 UTC (rev 820928)
@@ -0,0 +1,46 @@
+# Maintainer: Levente Polyak 
+# Contributor: Ionut Biru 
+# Contributor: Allan McRae 
+# Contributor: Alessio 'mOLOk' Bolognino 
+# Contributor: shamrok 
+
+pkgname=smplayer
+pkgver=21.1.0
+pkgrel=1
+pkgdesc='Media player with built-in codecs that can play virtually all video 
and audio formats'
+url='https://www.smplayer.info/'
+arch=('x86_64')
+license=('GPL')
+depends=('glibc' 'qt5-script' 'qt5-base' 'mpv' 'libx11' 'zlib' 'gcc-libs' 
'hicolor-icon-theme')
+makedepends=('qt5-tools')
+optdepends=('smplayer-themes: icon themes collection'
+'smplayer-skins: skin themes collection'
+'smtube: browse and play youtube videos'
+'youtube-dl: youtube videos and streaming'
+'mplayer: alternative multimedia engine')
+source=(https://downloads.sourceforge.net/${pkgname}/${pkgname}-${pkgver}.tar.bz2)
+sha512sums=('94030ddba63355403f14ce70a3b7719eaa0b006017148039bcc691159c33bbb6c8a947bff10dab9fecc0daa7106ac1b9f3ac7d7ea4263d622240636743c90553')
+b2sums=('593ceae2ca6a9689c8e92a1a15fcdd7e2e3f04a6982f0fc36864ced157ff4cb59a26cc9941931aef8e31eef1d580fd606cd2ae396ba1e998233a1e30e74d')
+
+prepare() {
+  cd ${pkgname}-${pkgver}
+  # make build reproducible, we compress ourselves
+  sed '/gzip -9/d' -i Makefile
+}
+
+build() {
+  cd ${pkgname}-${pkgver}
+  export CXXFLAGS="${CXXFLAGS} ${CPPFLAGS}"
+  make PREFIX=/usr \
+DOC_PATH="\\\"/usr/share/doc/smplayer\\\"" \
+QMAKE_OPTS=DEFINES+=NO_DEBUG_ON_CONSOLE \
+CFLAGS_EXTRA="${CFLAGS} ${CPPFLAGS} ${LDFLAGS}"
+}
+
+package() {
+  cd ${pkgname}-${pkgver}
+  make DOC_PATH=/usr/share/doc/smplayer \
+DESTDIR="${pkgdir}" PREFIX=/usr -j1 install
+}
+
+# vim: ts=2 sw=2 et:


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

2021-01-14 Thread Levente Polyak via arch-commits
Date: Friday, January 15, 2021 @ 01:12:11
  Author: anthraxx
Revision: 820927

upgpkg: smplayer 21.1.0-1

Modified:
  smplayer/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2021-01-15 00:39:17 UTC (rev 820926)
+++ PKGBUILD2021-01-15 01:12:11 UTC (rev 820927)
@@ -5,7 +5,7 @@
 # Contributor: shamrok 
 
 pkgname=smplayer
-pkgver=20.6.0
+pkgver=21.1.0
 pkgrel=1
 pkgdesc='Media player with built-in codecs that can play virtually all video 
and audio formats'
 url='https://www.smplayer.info/'
@@ -19,8 +19,8 @@
 'youtube-dl: youtube videos and streaming'
 'mplayer: alternative multimedia engine')
 
source=(https://downloads.sourceforge.net/${pkgname}/${pkgname}-${pkgver}.tar.bz2)
-sha512sums=('2cf7b7abf44b301331a5389e1ca512bd41928724b412d8cf55d77cb5cde87a4fdb9038d77c31da14b548d38ebfadd461d588d60a6b6f13b1781b9b961e81637d')
-b2sums=('5cf77acd7098aa81d1bd40c62d6cf5cd743167ee07a86f9d0d856eba5e7ce1befe4e7a384126dc3b244588758ab40b19804bfc3e0ff8e17d1e0d5d504e57c0ae')
+sha512sums=('94030ddba63355403f14ce70a3b7719eaa0b006017148039bcc691159c33bbb6c8a947bff10dab9fecc0daa7106ac1b9f3ac7d7ea4263d622240636743c90553')
+b2sums=('593ceae2ca6a9689c8e92a1a15fcdd7e2e3f04a6982f0fc36864ced157ff4cb59a26cc9941931aef8e31eef1d580fd606cd2ae396ba1e998233a1e30e74d')
 
 prepare() {
   cd ${pkgname}-${pkgver}


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

2021-01-14 Thread Levente Polyak via arch-commits
Date: Friday, January 15, 2021 @ 00:39:17
  Author: anthraxx
Revision: 820926

archrelease: copy trunk to community-x86_64

Added:
  thc-ipv6/repos/community-x86_64/PKGBUILD
(from rev 820925, thc-ipv6/trunk/PKGBUILD)
Deleted:
  thc-ipv6/repos/community-x86_64/PKGBUILD

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

Deleted: PKGBUILD
===
--- PKGBUILD2021-01-15 00:39:12 UTC (rev 820925)
+++ PKGBUILD2021-01-15 00:39:17 UTC (rev 820926)
@@ -1,34 +0,0 @@
-# Maintainer: Levente Polyak 
-# Contributor: henning mueller 
-# Contributor: Ariel Popper 
-# Contributor: mortzu 
-
-pkgname=thc-ipv6
-pkgver=3.6
-pkgrel=3
-pkgdesc='Complete tool set to attack the inherent protocol weaknesses of IPv6 
and ICMP6'
-url='https://github.com/vanhauser-thc/thc-ipv6'
-arch=('x86_64')
-license=('AGPL3')
-depends=('glibc' 'libpcap' 'openssl' 'libnetfilter_queue' 'perl' 
'perl-socket6')
-source=(https://github.com/vanhauser-thc/thc-ipv6/archive/v${pkgver}/${pkgname}-${pkgver}.tar.gz)
-sha512sums=('3ca25b85a6c31450490dc46ec999fff86303b7dfd28edefb8fd2319b794e43d36ed3c289d5ca775ba031055e83174e9927c25f74eed2b4dcfc63d8e04446d0ab')
-b2sums=('2215a59717f7e007b739724409ef1575c8f82ae22b415e7120b4c318fa54ae1e7238333c86da1a82607e46b470e3a367e0d415899890d4d916f45d65c20f0b54')
-
-prepare() {
-  cd ${pkgname}-${pkgver}
-  sed 's|CFLAGS=|CFLAGS+=|g' -i Makefile
-}
-
-build() {
-  cd ${pkgname}-${pkgver}
-  make
-}
-
-package() {
-  cd ${pkgname}-${pkgver}
-  make PREFIX=/usr DESTDIR="${pkgdir}" install
-  install -Dm 644 README CHANGES HOWTO-INJECT -t 
"${pkgdir}/usr/share/doc/${pkgname}"
-}
-
-# vim: ts=2 sw=2 et:

Copied: thc-ipv6/repos/community-x86_64/PKGBUILD (from rev 820925, 
thc-ipv6/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2021-01-15 00:39:17 UTC (rev 820926)
@@ -0,0 +1,34 @@
+# Maintainer: Levente Polyak 
+# Contributor: henning mueller 
+# Contributor: Ariel Popper 
+# Contributor: mortzu 
+
+pkgname=thc-ipv6
+pkgver=3.8
+pkgrel=1
+pkgdesc='Complete tool set to attack the inherent protocol weaknesses of IPv6 
and ICMP6'
+url='https://github.com/vanhauser-thc/thc-ipv6'
+arch=('x86_64')
+license=('AGPL3')
+depends=('glibc' 'libpcap' 'libpcap.so' 'openssl' 'libnetfilter_queue' 'perl' 
'perl-socket6')
+source=(https://github.com/vanhauser-thc/thc-ipv6/archive/v${pkgver}/${pkgname}-${pkgver}.tar.gz)
+sha512sums=('e3d8c80e1383e4825a3db717192446754d01e8e3098deb3075df0d60f79f014cefbd62a16c04379539e42c74513aa0f8bb97fc59221e100563aa7c6398a8b893')
+b2sums=('a2b57e13a47aacf1205b87c6f30cbea2468f47aad7232b92190995bf7ffbb64904d4d0cd187657c12584cd41e66cb0e4db3b6d826d41287aa020398de8ca7f91')
+
+prepare() {
+  cd ${pkgname}-${pkgver}
+  sed 's|CFLAGS=|CFLAGS+=|g' -i Makefile
+}
+
+build() {
+  cd ${pkgname}-${pkgver}
+  make
+}
+
+package() {
+  cd ${pkgname}-${pkgver}
+  make PREFIX=/usr DESTDIR="${pkgdir}" install
+  install -Dm 644 README CHANGES HOWTO-INJECT -t 
"${pkgdir}/usr/share/doc/${pkgname}"
+}
+
+# vim: ts=2 sw=2 et:


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

2021-01-14 Thread Levente Polyak via arch-commits
Date: Friday, January 15, 2021 @ 00:39:12
  Author: anthraxx
Revision: 820925

upgpkg: thc-ipv6 3.8-1

Modified:
  thc-ipv6/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2021-01-14 23:20:32 UTC (rev 820924)
+++ PKGBUILD2021-01-15 00:39:12 UTC (rev 820925)
@@ -4,16 +4,16 @@
 # Contributor: mortzu 
 
 pkgname=thc-ipv6
-pkgver=3.6
-pkgrel=3
+pkgver=3.8
+pkgrel=1
 pkgdesc='Complete tool set to attack the inherent protocol weaknesses of IPv6 
and ICMP6'
 url='https://github.com/vanhauser-thc/thc-ipv6'
 arch=('x86_64')
 license=('AGPL3')
-depends=('glibc' 'libpcap' 'openssl' 'libnetfilter_queue' 'perl' 
'perl-socket6')
+depends=('glibc' 'libpcap' 'libpcap.so' 'openssl' 'libnetfilter_queue' 'perl' 
'perl-socket6')
 
source=(https://github.com/vanhauser-thc/thc-ipv6/archive/v${pkgver}/${pkgname}-${pkgver}.tar.gz)
-sha512sums=('3ca25b85a6c31450490dc46ec999fff86303b7dfd28edefb8fd2319b794e43d36ed3c289d5ca775ba031055e83174e9927c25f74eed2b4dcfc63d8e04446d0ab')
-b2sums=('2215a59717f7e007b739724409ef1575c8f82ae22b415e7120b4c318fa54ae1e7238333c86da1a82607e46b470e3a367e0d415899890d4d916f45d65c20f0b54')
+sha512sums=('e3d8c80e1383e4825a3db717192446754d01e8e3098deb3075df0d60f79f014cefbd62a16c04379539e42c74513aa0f8bb97fc59221e100563aa7c6398a8b893')
+b2sums=('a2b57e13a47aacf1205b87c6f30cbea2468f47aad7232b92190995bf7ffbb64904d4d0cd187657c12584cd41e66cb0e4db3b6d826d41287aa020398de8ca7f91')
 
 prepare() {
   cd ${pkgname}-${pkgver}


[arch-commits] Commit in ctags/repos (testing-x86_64 testing-x86_64/PKGBUILD)

2021-01-14 Thread Levente Polyak via arch-commits
Date: Friday, January 15, 2021 @ 00:10:22
  Author: anthraxx
Revision: 406268

archrelease: copy trunk to testing-x86_64

Added:
  ctags/repos/testing-x86_64/
  ctags/repos/testing-x86_64/PKGBUILD
(from rev 406267, ctags/trunk/PKGBUILD)

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

Copied: ctags/repos/testing-x86_64/PKGBUILD (from rev 406267, 
ctags/trunk/PKGBUILD)
===
--- testing-x86_64/PKGBUILD (rev 0)
+++ testing-x86_64/PKGBUILD 2021-01-15 00:10:22 UTC (rev 406268)
@@ -0,0 +1,47 @@
+# Maintainer: Levente Polyak 
+# Contributor: Giovanni Scafora 
+# Contributor: John Proctor 
+
+pkgname=ctags
+_commit=08b1c490cc4a20c3983314ae112c48edba0d51ed  # p5.9.20210110.0
+pkgver=r20210106+g08b1c490
+pkgrel=1
+epoch=1
+pkgdesc='Generates an index file of language objects found in source files'
+url='https://ctags.io/'
+arch=('x86_64')
+license=('GPL')
+depends=('glibc' 'libxml2' 'jansson' 'libyaml' 'libseccomp' 'libseccomp.so')
+makedepends=('git' 'python-docutils')
+provides=('universal-ctags')
+source=("git+https://github.com/universal-ctags/ctags.git#commit=$_commit;)
+sha512sums=('SKIP')
+
+pkgver() {
+  git -C ctags show --pretty='r%cd+g%h' --date='format:%Y%m%d' --no-patch
+}
+
+prepare() {
+  cd ctags
+  autoreconf -fiv
+}
+
+build() {
+  cd ctags
+  ./configure \
+--prefix=/usr \
+--sysconfdir=/etc \
+--localstatedir=/var \
+--libexecdir=/usr/lib
+  make
+}
+
+check() {
+  make -C ctags check
+}
+
+package() {
+  make -C ctags DESTDIR="${pkgdir}" install
+}
+
+# vim:set sw=2 et:


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

2021-01-14 Thread Levente Polyak via arch-commits
Date: Friday, January 15, 2021 @ 00:10:17
  Author: anthraxx
Revision: 406267

upgpkg: ctags 1:r20210106+g08b1c490-1

Modified:
  ctags/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2021-01-14 23:41:39 UTC (rev 406266)
+++ PKGBUILD2021-01-15 00:10:17 UTC (rev 406267)
@@ -3,8 +3,8 @@
 # Contributor: John Proctor 
 
 pkgname=ctags
-_commit=a3c87ab5232ffb9d047b187d6fd3852bfd12b197  # master
-pkgver=r20200106+ga3c87ab5
+_commit=08b1c490cc4a20c3983314ae112c48edba0d51ed  # p5.9.20210110.0
+pkgver=r20210106+g08b1c490
 pkgrel=1
 epoch=1
 pkgdesc='Generates an index file of language objects found in source files'
@@ -11,10 +11,10 @@
 url='https://ctags.io/'
 arch=('x86_64')
 license=('GPL')
-depends=('libxml2' 'jansson' 'libyaml' 'libseccomp')
+depends=('glibc' 'libxml2' 'jansson' 'libyaml' 'libseccomp' 'libseccomp.so')
 makedepends=('git' 'python-docutils')
 provides=('universal-ctags')
-source=("git+https://github.com/universal-ctags/ctags#commit=$_commit;)
+source=("git+https://github.com/universal-ctags/ctags.git#commit=$_commit;)
 sha512sums=('SKIP')
 
 pkgver() {
@@ -23,7 +23,7 @@
 
 prepare() {
   cd ctags
-  ./autogen.sh
+  autoreconf -fiv
 }
 
 build() {


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

2021-01-14 Thread Jan Steffens via arch-commits
Date: Thursday, January 14, 2021 @ 23:41:38
  Author: heftig
Revision: 406265

archrelease: copy trunk to extra-x86_64

Added:
  mutter/repos/extra-x86_64/PKGBUILD
(from rev 406264, mutter/trunk/PKGBUILD)
  mutter/repos/extra-x86_64/mutter.install
(from rev 406264, mutter/trunk/mutter.install)
Deleted:
  mutter/repos/extra-x86_64/PKGBUILD
  mutter/repos/extra-x86_64/mutter.install

+
 PKGBUILD   |  114 +++
 mutter.install |   14 +++---
 2 files changed, 64 insertions(+), 64 deletions(-)

Deleted: PKGBUILD
===
--- PKGBUILD2021-01-14 23:41:25 UTC (rev 406264)
+++ PKGBUILD2021-01-14 23:41:38 UTC (rev 406265)
@@ -1,57 +0,0 @@
-# Maintainer: Jan Alexander Steffens (heftig) 
-# Contributor: Ionut Biru 
-# Contributor: Michael Kanis 
-
-pkgname=mutter
-pkgver=3.38.2+7+gfbb9a34f2
-pkgrel=1
-pkgdesc="A window manager for GNOME"
-url="https://gitlab.gnome.org/GNOME/mutter;
-arch=(x86_64)
-license=(GPL)
-depends=(dconf gobject-introspection-runtime gsettings-desktop-schemas
- libcanberra startup-notification zenity libsm gnome-desktop upower
- libxkbcommon-x11 gnome-settings-daemon libgudev libinput pipewire
- xorg-xwayland graphene)
-makedepends=(gobject-introspection git egl-wayland meson xorg-server sysprof)
-checkdepends=(xorg-server-xvfb)
-provides=(libmutter-7.so)
-groups=(gnome)
-install=mutter.install
-_commit=fbb9a34f265ddd12ab9996ef18e595fd95b2a92e  # gnome-3-38
-source=("git+https://gitlab.gnome.org/GNOME/mutter.git#commit=$_commit;)
-sha256sums=('SKIP')
-
-pkgver() {
-  cd $pkgname
-  git describe --tags | sed 's/-/+/g'
-}
-
-prepare() {
-  cd $pkgname
-}
-
-build() {
-  CFLAGS="${CFLAGS/-O2/-O3} -fno-semantic-interposition"
-  LDFLAGS+=" -Wl,-Bsymbolic-functions"
-  arch-meson $pkgname build \
--D egl_device=true \
--D wayland_eglstream=true \
--D installed_tests=false
-  meson compile -C build
-}
-
-check() (
-  mkdir -p -m 700 "${XDG_RUNTIME_DIR:=$PWD/runtime-dir}"
-  glib-compile-schemas "${GSETTINGS_SCHEMA_DIR:=$PWD/build/data}"
-  export XDG_RUNTIME_DIR GSETTINGS_SCHEMA_DIR
-
-  # Stacking test flaky
-  dbus-run-session xvfb-run \
--s '-screen 0 1920x1080x24 -nolisten local +iglx -noreset' \
-meson test -C build --print-errorlogs || :
-)
-
-package() {
-  DESTDIR="$pkgdir" meson install -C build
-}

Copied: mutter/repos/extra-x86_64/PKGBUILD (from rev 406264, 
mutter/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2021-01-14 23:41:38 UTC (rev 406265)
@@ -0,0 +1,57 @@
+# Maintainer: Jan Alexander Steffens (heftig) 
+# Contributor: Ionut Biru 
+# Contributor: Michael Kanis 
+
+pkgname=mutter
+pkgver=3.38.3
+pkgrel=1
+pkgdesc="A window manager for GNOME"
+url="https://gitlab.gnome.org/GNOME/mutter;
+arch=(x86_64)
+license=(GPL)
+depends=(dconf gobject-introspection-runtime gsettings-desktop-schemas
+ libcanberra startup-notification zenity libsm gnome-desktop upower
+ libxkbcommon-x11 gnome-settings-daemon libgudev libinput pipewire
+ xorg-xwayland graphene)
+makedepends=(gobject-introspection git egl-wayland meson xorg-server sysprof)
+checkdepends=(xorg-server-xvfb)
+provides=(libmutter-7.so)
+groups=(gnome)
+install=mutter.install
+_commit=9f9c26be93ee73e7ce0434d251e4af31626342f9  # tags/3.38.3^0
+source=("git+https://gitlab.gnome.org/GNOME/mutter.git#commit=$_commit;)
+sha256sums=('SKIP')
+
+pkgver() {
+  cd $pkgname
+  git describe --tags | sed 's/-/+/g'
+}
+
+prepare() {
+  cd $pkgname
+}
+
+build() {
+  CFLAGS="${CFLAGS/-O2/-O3} -fno-semantic-interposition"
+  LDFLAGS+=" -Wl,-Bsymbolic-functions"
+  arch-meson $pkgname build \
+-D egl_device=true \
+-D wayland_eglstream=true \
+-D installed_tests=false
+  meson compile -C build
+}
+
+check() (
+  mkdir -p -m 700 "${XDG_RUNTIME_DIR:=$PWD/runtime-dir}"
+  glib-compile-schemas "${GSETTINGS_SCHEMA_DIR:=$PWD/build/data}"
+  export XDG_RUNTIME_DIR GSETTINGS_SCHEMA_DIR
+
+  # Stacking test flaky
+  dbus-run-session xvfb-run \
+-s '-screen 0 1920x1080x24 -nolisten local +iglx -noreset' \
+meson test -C build --print-errorlogs || :
+)
+
+package() {
+  DESTDIR="$pkgdir" meson install -C build
+}

Deleted: mutter.install
===
--- mutter.install  2021-01-14 23:41:25 UTC (rev 406264)
+++ mutter.install  2021-01-14 23:41:38 UTC (rev 406265)
@@ -1,7 +0,0 @@
-post_install() {
-  setcap cap_sys_nice+ep usr/bin/mutter
-}
-
-post_upgrade() {
-  post_install
-}

Copied: mutter/repos/extra-x86_64/mutter.install (from rev 406264, 
mutter/trunk/mutter.install)
===
--- mutter.install  (rev 0)
+++ mutter.install  2021-01-14 23:41:38 UTC (rev 406265)
@@ -0,0 +1,7 @@

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

2021-01-14 Thread Jan Steffens via arch-commits
Date: Thursday, January 14, 2021 @ 23:41:39
  Author: heftig
Revision: 406266

archrelease: copy trunk to extra-x86_64

Added:
  gnome-shell/repos/extra-x86_64/PKGBUILD
(from rev 406264, gnome-shell/trunk/PKGBUILD)
  gnome-shell/repos/extra-x86_64/gnome-shell.install
(from rev 406264, gnome-shell/trunk/gnome-shell.install)
Deleted:
  gnome-shell/repos/extra-x86_64/PKGBUILD
  gnome-shell/repos/extra-x86_64/gnome-shell.install

-+
 PKGBUILD|  100 +-
 gnome-shell.install |   14 +++
 2 files changed, 57 insertions(+), 57 deletions(-)

Deleted: PKGBUILD
===
--- PKGBUILD2021-01-14 23:41:38 UTC (rev 406265)
+++ PKGBUILD2021-01-14 23:41:39 UTC (rev 406266)
@@ -1,50 +0,0 @@
-# Maintainer: Jan Alexander Steffens (heftig) 
-# Contributor: Ionut Biru 
-# Contributor: Flamelab https://wiki.gnome.org/Projects/GnomeShell;
-arch=(x86_64)
-license=(GPL2)
-depends=(accountsservice gcr gjs gnome-bluetooth upower gnome-session
- gnome-settings-daemon gnome-themes-extra gsettings-desktop-schemas
- libcanberra-pulse libgdm libsecret mutter nm-connection-editor unzip
- gstreamer libibus gnome-autoar gnome-disk-utility gst-plugin-pipewire)
-makedepends=(gtk-doc gnome-control-center evolution-data-server 
gobject-introspection git meson
- sassc asciidoc bash-completion)
-optdepends=('gnome-control-center: System settings'
-'evolution-data-server: Evolution calendar integration')
-groups=(gnome)
-install=gnome-shell.install
-_commit=3a343a8aad28543d10cbb3159c4bf03a619eea0d  # gnome-3-38
-source=("git+https://gitlab.gnome.org/GNOME/gnome-shell.git#commit=$_commit;
-"git+https://gitlab.gnome.org/GNOME/libgnome-volume-control.git;)
-sha256sums=('SKIP'
-'SKIP')
-
-pkgver() {
-  cd $pkgname
-  git describe --tags | sed 's/-/+/g'
-}
-
-prepare() {
-  cd $pkgname
-
-  git submodule init
-  git submodule set-url subprojects/gvc "$srcdir/libgnome-volume-control"
-  git submodule update
-}
-  
-build() {
-  arch-meson $pkgname build -D gtk_doc=true
-  meson compile -C build
-}
-
-package() {
-  depends+=(libmutter-7.so)
-  DESTDIR="$pkgdir" meson install -C build
-}

Copied: gnome-shell/repos/extra-x86_64/PKGBUILD (from rev 406264, 
gnome-shell/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2021-01-14 23:41:39 UTC (rev 406266)
@@ -0,0 +1,50 @@
+# Maintainer: Jan Alexander Steffens (heftig) 
+# Contributor: Ionut Biru 
+# Contributor: Flamelab https://wiki.gnome.org/Projects/GnomeShell;
+arch=(x86_64)
+license=(GPL2)
+depends=(accountsservice gcr gjs gnome-bluetooth upower gnome-session
+ gnome-settings-daemon gnome-themes-extra gsettings-desktop-schemas
+ libcanberra-pulse libgdm libsecret mutter nm-connection-editor unzip
+ gstreamer libibus gnome-autoar gnome-disk-utility gst-plugin-pipewire)
+makedepends=(gtk-doc gnome-control-center evolution-data-server 
gobject-introspection git meson
+ sassc asciidoc bash-completion)
+optdepends=('gnome-control-center: System settings'
+'evolution-data-server: Evolution calendar integration')
+groups=(gnome)
+install=gnome-shell.install
+_commit=0eb273d3a675d40bc1822817f24aa139bfe5e4a9  # tags/3.38.3^0
+source=("git+https://gitlab.gnome.org/GNOME/gnome-shell.git#commit=$_commit;
+"git+https://gitlab.gnome.org/GNOME/libgnome-volume-control.git;)
+sha256sums=('SKIP'
+'SKIP')
+
+pkgver() {
+  cd $pkgname
+  git describe --tags | sed 's/-/+/g'
+}
+
+prepare() {
+  cd $pkgname
+
+  git submodule init
+  git submodule set-url subprojects/gvc "$srcdir/libgnome-volume-control"
+  git submodule update
+}
+  
+build() {
+  arch-meson $pkgname build -D gtk_doc=true
+  meson compile -C build
+}
+
+package() {
+  depends+=(libmutter-7.so)
+  DESTDIR="$pkgdir" meson install -C build
+}

Deleted: gnome-shell.install
===
--- gnome-shell.install 2021-01-14 23:41:38 UTC (rev 406265)
+++ gnome-shell.install 2021-01-14 23:41:39 UTC (rev 406266)
@@ -1,7 +0,0 @@
-post_install() {
-  setcap cap_sys_nice+ep usr/bin/gnome-shell
-}
-
-post_upgrade() {
-  post_install
-}

Copied: gnome-shell/repos/extra-x86_64/gnome-shell.install (from rev 406264, 
gnome-shell/trunk/gnome-shell.install)
===
--- gnome-shell.install (rev 0)
+++ gnome-shell.install 2021-01-14 23:41:39 UTC (rev 406266)
@@ -0,0 +1,7 @@
+post_install() {
+  setcap cap_sys_nice+ep usr/bin/gnome-shell
+}
+
+post_upgrade() {
+  post_install
+}


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

2021-01-14 Thread Jan Steffens via arch-commits
Date: Thursday, January 14, 2021 @ 23:41:25
  Author: heftig
Revision: 406264

3.38.3-1

Modified:
  gnome-shell/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2021-01-14 23:36:56 UTC (rev 406263)
+++ PKGBUILD2021-01-14 23:41:25 UTC (rev 406264)
@@ -3,7 +3,7 @@
 # Contributor: Flamelab https://gitlab.gnome.org/GNOME/gnome-shell.git#commit=$_commit;
 "git+https://gitlab.gnome.org/GNOME/libgnome-volume-control.git;)
 sha256sums=('SKIP'


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

2021-01-14 Thread Jan Steffens via arch-commits
Date: Thursday, January 14, 2021 @ 23:36:56
  Author: heftig
Revision: 406263

archrelease: copy trunk to extra-x86_64

Added:
  pulseaudio/repos/extra-x86_64/PKGBUILD
(from rev 406262, pulseaudio/trunk/PKGBUILD)
  pulseaudio/repos/extra-x86_64/pulseaudio.install
(from rev 406262, pulseaudio/trunk/pulseaudio.install)
Deleted:
  pulseaudio/repos/extra-x86_64/PKGBUILD
  pulseaudio/repos/extra-x86_64/pulseaudio.install

+
 PKGBUILD   |  391 ++-
 pulseaudio.install |   28 +--
 2 files changed, 215 insertions(+), 204 deletions(-)

Deleted: PKGBUILD
===
--- PKGBUILD2021-01-14 23:36:54 UTC (rev 406262)
+++ PKGBUILD2021-01-14 23:36:56 UTC (rev 406263)
@@ -1,190 +0,0 @@
-# Maintainer: Jan Alexander Steffens (heftig) 
-
-pkgbase=pulseaudio
-pkgname=(pulseaudio libpulse alsa-card-profiles 
pulseaudio-{zeroconf,lirc,jack,bluetooth,equalizer,rtp})
-pkgdesc="A featureful, general-purpose sound server"
-pkgver=14.1
-pkgrel=1
-arch=(x86_64)
-url="https://www.freedesktop.org/wiki/Software/PulseAudio/;
-license=(GPL)
-makedepends=(libasyncns libcap attr libxtst libsm libsndfile rtkit libsoxr
- speexdsp tdb systemd dbus avahi bluez bluez-libs jack2 sbc
- lirc openssl fftw orc gtk3 webrtc-audio-processing check git meson
- xmltoman)
-_commit=d6c8c9ce37f38ea95275453f75b112b393abc38b  # tags/v14.1^0
-source=("git+https://gitlab.freedesktop.org/pulseaudio/pulseaudio.git#commit=$_commit;)
-sha256sums=('SKIP')
-
-pkgver() {
-  cd pulseaudio
-  git describe --tags | sed 's/^v//;s/-/+/g'
-}
-
-prepare() {
-  cd pulseaudio
-
-  # Freeze version before patching
-  ./git-version-gen doesnt-exist >.tarball-version
-}
-
-build() {
-  arch-meson pulseaudio build \
--D alsadatadir=/usr/share/alsa-card-profile/mixer \
--D pulsedsp-location='/usr/\$LIB/pulseaudio' \
--D stream-restore-clear-old-devices=true \
--D udevrulesdir=/usr/lib/udev/rules.d
-  meson compile -C build
-}
-
-check() {
-  meson test -C build --print-errorlogs
-  ninja -C build test-daemon
-}
-
-_pick() {
-  local p="$1" f d; shift
-  for f; do
-d="$srcdir/$p/${f#$pkgdir/}"
-mkdir -p "$(dirname "$d")"
-mv "$f" "$d"
-rmdir -p --ignore-fail-on-non-empty "$(dirname "$f")"
-  done
-}
-
-package_pulseaudio() {
-  depends=("libpulse=$pkgver-$pkgrel" alsa-card-profiles rtkit libltdl speexdsp
-   tdb orc libsoxr webrtc-audio-processing libxtst)
-  optdepends=('pulseaudio-alsa: ALSA configuration (recommended)'
-  'pulseaudio-zeroconf: Zeroconf support'
-  'pulseaudio-lirc: IR (lirc) support'
-  'pulseaudio-jack: Jack support'
-  'pulseaudio-bluetooth: Bluetooth support'
-  'pulseaudio-equalizer: Graphical equalizer'
-  'pulseaudio-rtp: RTP and RAOP support')
-  backup=(etc/pulse/{daemon.conf,default.pa,system.pa})
-  install=pulseaudio.install
-  replaces=('pulseaudio-xen<=9.0' 'pulseaudio-gconf<=11.1')
-
-  local pulsever=$(cd pulseaudio; ./git-version-gen .tarball-version)
-  while [[ $pulsever = *.*.* ]]; do
-pulsever=${pulsever%.*}
-  done
-  pulsever=${pulsever%%-*}
-
-  DESTDIR="$pkgdir" meson install -C build
-
-  cd "$pkgdir"
-
-  # Superseded by socket activation
-  sed -e '/autospawn/iautospawn = no' \
-  -i etc/pulse/client.conf
-
-  # Disable cork-request module, can result in e.g. media players unpausing
-  # when there's a Skype call incoming
-  sed -e 's|/usr/bin/pactl load-module module-x11-cork-request|#&|' \
-  -i usr/bin/start-pulseaudio-x11
-
-  # Required by qpaeq
-  sed -e '/Load several protocols/aload-module module-dbus-protocol' \
-  -i etc/pulse/default.pa
-
-  rm -r etc/dbus-1
-
-  # Split packages
-  _pick libpulse etc/pulse/client.conf
-  _pick libpulse usr/bin/pa{cat,ctl,dsp,mon,play,rec,record}
-  _pick libpulse usr/lib/libpulse{,-simple,-mainloop-glib}.so*
-  _pick libpulse usr/lib/{cmake,pkgconfig}
-  _pick libpulse usr/lib/pulseaudio/libpulse{dsp,common-*}.so
-  _pick libpulse usr/include
-  _pick libpulse usr/share/man/man1/pa{cat,ctl,dsp,mon,play,rec,record}.1
-  _pick libpulse usr/share/man/man5/pulse-client.conf.5
-  _pick libpulse usr/share/vala
-
-  _pick alsa-card-profiles usr/share/alsa-card-profile
-
-  local moddir=usr/lib/pulse-$pulsever/modules
-
-  _pick zeroconf $moddir/libavahi-wrap.so
-  _pick zeroconf $moddir/module-zeroconf-{publish,discover}.so
-  _pick zeroconf $moddir/module-raop-discover.so
-
-  _pick lirc $moddir/module-lirc.so
-
-  _pick jack $moddir/module-jack-{sink,source}.so
-  _pick jack $moddir/module-jackdbus-detect.so
-
-  _pick bluetooth $moddir/libbluez5-util.so
-  _pick bluetooth $moddir/module-bluetooth-{discover,policy}.so
-  _pick bluetooth $moddir/module-bluez5-{discover,device}.so
-
-  _pick equalizer $moddir/module-equalizer-sink.so
-  _pick equalizer usr/bin/qpaeq
-
-  _pick rtp 

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

2021-01-14 Thread Jan Steffens via arch-commits
Date: Thursday, January 14, 2021 @ 23:36:54
  Author: heftig
Revision: 406262

3.38.3-1

Modified:
  mutter/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2021-01-14 23:36:13 UTC (rev 406261)
+++ PKGBUILD2021-01-14 23:36:54 UTC (rev 406262)
@@ -3,7 +3,7 @@
 # Contributor: Michael Kanis 
 
 pkgname=mutter
-pkgver=3.38.2+7+gfbb9a34f2
+pkgver=3.38.3
 pkgrel=1
 pkgdesc="A window manager for GNOME"
 url="https://gitlab.gnome.org/GNOME/mutter;
@@ -18,7 +18,7 @@
 provides=(libmutter-7.so)
 groups=(gnome)
 install=mutter.install
-_commit=fbb9a34f265ddd12ab9996ef18e595fd95b2a92e  # gnome-3-38
+_commit=9f9c26be93ee73e7ce0434d251e4af31626342f9  # tags/3.38.3^0
 source=("git+https://gitlab.gnome.org/GNOME/mutter.git#commit=$_commit;)
 sha256sums=('SKIP')
 


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

2021-01-14 Thread Jan Steffens via arch-commits
Date: Thursday, January 14, 2021 @ 23:36:13
  Author: heftig
Revision: 406261

14.1-2

Modified:
  pulseaudio/trunk/PKGBUILD

--+
 PKGBUILD |   13 -
 1 file changed, 12 insertions(+), 1 deletion(-)

Modified: PKGBUILD
===
--- PKGBUILD2021-01-14 19:36:21 UTC (rev 406260)
+++ PKGBUILD2021-01-14 23:36:13 UTC (rev 406261)
@@ -4,7 +4,7 @@
 pkgname=(pulseaudio libpulse alsa-card-profiles 
pulseaudio-{zeroconf,lirc,jack,bluetooth,equalizer,rtp})
 pkgdesc="A featureful, general-purpose sound server"
 pkgver=14.1
-pkgrel=1
+pkgrel=2
 arch=(x86_64)
 url="https://www.freedesktop.org/wiki/Software/PulseAudio/;
 license=(GPL)
@@ -26,6 +26,17 @@
 
   # Freeze version before patching
   ./git-version-gen doesnt-exist >.tarball-version
+
+  # Pick some ACP updates required by pipewire
+  git cherry-pick -n \
+a28f2e7293a055588f7bba568b5049ff91b3aad0 \
+69ba5a2b58ad6e98c8899aa297afd8276dbbe052 \
+05c373d939506f31f96e58d8390b92e737e12afc \
+a73ec2a3f4f03829575761dc17546cf3226861c7 \
+71aa4720a4194e9602271634d9042b8e56a8217f \
+7ec6ee4725a72b42ddcb38550efc968a06e6be2f \
+836ba89c4a3cd15efa33f9e70ed8e4764bcb3793 \
+19e34d8d5bb9380ed70607b3f661c26df6d4836c
 }
 
 build() {


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

2021-01-14 Thread Levente Polyak via arch-commits
Date: Thursday, January 14, 2021 @ 23:20:32
  Author: anthraxx
Revision: 820924

archrelease: copy trunk to community-any

Added:
  gufw/repos/community-any/PKGBUILD
(from rev 820923, gufw/trunk/PKGBUILD)
Deleted:
  gufw/repos/community-any/PKGBUILD

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

Deleted: PKGBUILD
===
--- PKGBUILD2021-01-14 23:20:28 UTC (rev 820923)
+++ PKGBUILD2021-01-14 23:20:32 UTC (rev 820924)
@@ -1,36 +0,0 @@
-# Maintainer: Levente Polyak 
-# Contributor : Martin Wimpress 
-
-pkgname=gufw
-pkgver=20.04.1
-pkgrel=3
-pkgdesc='Uncomplicated way to manage your Linux firewall'
-url='https://gufw.org/'
-arch=('any')
-license=('GPL3')
-depends=('gtk3' 'polkit' 'python' 'python-gobject' 'ufw' 'webkit2gtk' 
'desktop-file-utils' 'gtk-update-icon-cache')
-makedepends=('intltool' 'python-distutils-extra')
-source=(https://github.com/costales/gufw/archive/${pkgver}/${pkgname}-${pkgver}.tar.gz)
-sha512sums=('fbc5a8ce863c3178354230ca4224b6c32e2aee691d3db1ba397f0b0c8a7acdd3d0a2f739c62ec5f99957e422387fd3ccee4ddce9959160c3c50c81a769b49981')
-b2sums=('af273dc6430ae2d77eb857f3b00428ca12ace441e355642fd44adfaf0f6b369baa2fbd5d25ec57a8317911166330777d2ef94ea7a59eff8ddb6e51d6c322ccfd')
-
-prepare() {
-  cd ${pkgname}-${pkgver}
-  local PYTHONVERSION="$(python -c 'import sys; 
print("{}.{}".format(sys.version_info.major, sys.version_info.minor))')"
-  sed -E "s|python3\.[0-9]|python${PYTHONVERSION}|g" -i bin/gufw-pkexec
-  sed -E 's/(loginctl\|grep \$\(whoami\))/\1|sort -n|tail -n 1/g' -i bin/gufw
-}
-
-build() {
-  cd ${pkgname}-${pkgver}
-  python setup.py build
-}
-
-package() {
-  cd ${pkgname}-${pkgver}
-  # required so desktop, icon and translation files get installed
-  export XDG_RUNTIME_DIR="/tmp/${pkgname}"
-  python setup.py install --prefix=/usr --root="${pkgdir}" -O1
-}
-
-# vim: ts=2 sw=2 et:

Copied: gufw/repos/community-any/PKGBUILD (from rev 820923, gufw/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2021-01-14 23:20:32 UTC (rev 820924)
@@ -0,0 +1,36 @@
+# Maintainer: Levente Polyak 
+# Contributor : Martin Wimpress 
+
+pkgname=gufw
+pkgver=21.04.0
+pkgrel=1
+pkgdesc='Uncomplicated way to manage your Linux firewall'
+url='https://gufw.org/'
+arch=('any')
+license=('GPL3')
+depends=('gtk3' 'polkit' 'python' 'python-gobject' 'ufw' 'webkit2gtk'
+ 'desktop-file-utils' 'gtk-update-icon-cache')
+makedepends=('intltool' 'python-distutils-extra')
+source=(https://github.com/costales/gufw/archive/${pkgver}/${pkgname}-${pkgver}.tar.gz)
+sha512sums=('58769f3edc4faca9400c78907368209c3bdbc3bac3534b84f1484bce6c08c93778ad20e25ffd3857afaea73076b713a00cd3ff2f8e034ccb22864dfd082b1105')
+b2sums=('33be802a5843c9cc166bd7de3fed32d66e72ec929e64c37c347ff7289030f9d19ce26655f0d079216590b77a071e4276effa28447894c983d7e49db8de1afb4c')
+
+prepare () {
+  cd ${pkgname}-${pkgver}
+  local PYTHONVERSION="$(python -c 'import sys; 
print("{}.{}".format(sys.version_info.major, sys.version_info.minor))')"
+  sed 's|/usr/share/gufw/gufw/gufw.py 
$1|/usr/lib/python'"${PYTHONVERSION}"'/site-packages/gufw/gufw.py "$@"|' -i 
bin/gufw-pkexec
+}
+
+build() {
+  cd ${pkgname}-${pkgver}
+  python setup.py build
+}
+
+package() {
+  cd ${pkgname}-${pkgver}
+  # required so desktop, icon and translation files get installed
+  export XDG_RUNTIME_DIR="$(mktemp -d --tmpdir gufw-build-X)"
+  python setup.py install --prefix=/usr --root="${pkgdir}" -O1
+}
+
+# vim: ts=2 sw=2 et:


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

2021-01-14 Thread Levente Polyak via arch-commits
Date: Thursday, January 14, 2021 @ 23:20:28
  Author: anthraxx
Revision: 820923

upgpkg: gufw 21.04.0-1

Modified:
  gufw/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2021-01-14 22:08:01 UTC (rev 820922)
+++ PKGBUILD2021-01-14 23:20:28 UTC (rev 820923)
@@ -2,23 +2,23 @@
 # Contributor : Martin Wimpress 
 
 pkgname=gufw
-pkgver=20.04.1
-pkgrel=3
+pkgver=21.04.0
+pkgrel=1
 pkgdesc='Uncomplicated way to manage your Linux firewall'
 url='https://gufw.org/'
 arch=('any')
 license=('GPL3')
-depends=('gtk3' 'polkit' 'python' 'python-gobject' 'ufw' 'webkit2gtk' 
'desktop-file-utils' 'gtk-update-icon-cache')
+depends=('gtk3' 'polkit' 'python' 'python-gobject' 'ufw' 'webkit2gtk'
+ 'desktop-file-utils' 'gtk-update-icon-cache')
 makedepends=('intltool' 'python-distutils-extra')
 
source=(https://github.com/costales/gufw/archive/${pkgver}/${pkgname}-${pkgver}.tar.gz)
-sha512sums=('fbc5a8ce863c3178354230ca4224b6c32e2aee691d3db1ba397f0b0c8a7acdd3d0a2f739c62ec5f99957e422387fd3ccee4ddce9959160c3c50c81a769b49981')
-b2sums=('af273dc6430ae2d77eb857f3b00428ca12ace441e355642fd44adfaf0f6b369baa2fbd5d25ec57a8317911166330777d2ef94ea7a59eff8ddb6e51d6c322ccfd')
+sha512sums=('58769f3edc4faca9400c78907368209c3bdbc3bac3534b84f1484bce6c08c93778ad20e25ffd3857afaea73076b713a00cd3ff2f8e034ccb22864dfd082b1105')
+b2sums=('33be802a5843c9cc166bd7de3fed32d66e72ec929e64c37c347ff7289030f9d19ce26655f0d079216590b77a071e4276effa28447894c983d7e49db8de1afb4c')
 
-prepare() {
+prepare () {
   cd ${pkgname}-${pkgver}
   local PYTHONVERSION="$(python -c 'import sys; 
print("{}.{}".format(sys.version_info.major, sys.version_info.minor))')"
-  sed -E "s|python3\.[0-9]|python${PYTHONVERSION}|g" -i bin/gufw-pkexec
-  sed -E 's/(loginctl\|grep \$\(whoami\))/\1|sort -n|tail -n 1/g' -i bin/gufw
+  sed 's|/usr/share/gufw/gufw/gufw.py 
$1|/usr/lib/python'"${PYTHONVERSION}"'/site-packages/gufw/gufw.py "$@"|' -i 
bin/gufw-pkexec
 }
 
 build() {
@@ -29,7 +29,7 @@
 package() {
   cd ${pkgname}-${pkgver}
   # required so desktop, icon and translation files get installed
-  export XDG_RUNTIME_DIR="/tmp/${pkgname}"
+  export XDG_RUNTIME_DIR="$(mktemp -d --tmpdir gufw-build-X)"
   python setup.py install --prefix=/usr --root="${pkgdir}" -O1
 }
 


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

2021-01-14 Thread Anatol Pomozov via arch-commits
Date: Thursday, January 14, 2021 @ 22:08:01
  Author: anatolik
Revision: 820922

archrelease: copy trunk to community-x86_64

Added:
  gitlab/repos/community-x86_64/PKGBUILD
(from rev 820921, gitlab/trunk/PKGBUILD)
  gitlab/repos/community-x86_64/configs.patch
(from rev 820921, gitlab/trunk/configs.patch)
  gitlab/repos/community-x86_64/environment
(from rev 820921, gitlab/trunk/environment)
  gitlab/repos/community-x86_64/fixes.patch
(from rev 820921, gitlab/trunk/fixes.patch)
  gitlab/repos/community-x86_64/gitlab-backup.service
(from rev 820921, gitlab/trunk/gitlab-backup.service)
  gitlab/repos/community-x86_64/gitlab-backup.timer
(from rev 820921, gitlab/trunk/gitlab-backup.timer)
  gitlab/repos/community-x86_64/gitlab-mailroom.service
(from rev 820921, gitlab/trunk/gitlab-mailroom.service)
  gitlab/repos/community-x86_64/gitlab-puma.service
(from rev 820921, gitlab/trunk/gitlab-puma.service)
  gitlab/repos/community-x86_64/gitlab-sidekiq.service
(from rev 820921, gitlab/trunk/gitlab-sidekiq.service)
  gitlab/repos/community-x86_64/gitlab.install
(from rev 820921, gitlab/trunk/gitlab.install)
  gitlab/repos/community-x86_64/gitlab.logrotate
(from rev 820921, gitlab/trunk/gitlab.logrotate)
  gitlab/repos/community-x86_64/gitlab.target
(from rev 820921, gitlab/trunk/gitlab.target)
  gitlab/repos/community-x86_64/gitlab.tmpfiles.d
(from rev 820921, gitlab/trunk/gitlab.tmpfiles.d)
Deleted:
  gitlab/repos/community-x86_64/PKGBUILD
  gitlab/repos/community-x86_64/configs.patch
  gitlab/repos/community-x86_64/environment
  gitlab/repos/community-x86_64/fixes.patch
  gitlab/repos/community-x86_64/gitlab-backup.service
  gitlab/repos/community-x86_64/gitlab-backup.timer
  gitlab/repos/community-x86_64/gitlab-mailroom.service
  gitlab/repos/community-x86_64/gitlab-puma.service
  gitlab/repos/community-x86_64/gitlab-sidekiq.service
  gitlab/repos/community-x86_64/gitlab.install
  gitlab/repos/community-x86_64/gitlab.logrotate
  gitlab/repos/community-x86_64/gitlab.target
  gitlab/repos/community-x86_64/gitlab.tmpfiles.d

-+
 PKGBUILD|  370 +--
 configs.patch   |  628 +++---
 environment |6 
 fixes.patch |   38 +-
 gitlab-backup.service   |   38 +-
 gitlab-backup.timer |   20 -
 gitlab-mailroom.service |   42 +--
 gitlab-puma.service |   68 ++--
 gitlab-sidekiq.service  |   60 ++--
 gitlab.install  |   68 ++--
 gitlab.logrotate|   12 
 gitlab.target   |   14 -
 gitlab.tmpfiles.d   |2 
 13 files changed, 683 insertions(+), 683 deletions(-)

Deleted: PKGBUILD
===
--- PKGBUILD2021-01-14 22:06:57 UTC (rev 820921)
+++ PKGBUILD2021-01-14 22:08:01 UTC (rev 820922)
@@ -1,185 +0,0 @@
-# Maintainer: Anatol Pomozov 
-# Contributor: Sven-Hendrik Haase 
-# Contributor: Pavol (Lopo) Hluchy 
-# Contributor: Jonas Heinrich 
-# Contributor: Massimiliano Torromeo 
-# Contributor: Tobias Hunger 
-# Contributor: Stefan Tatschner 
-# Contributor: Caleb Maclennan 
-
-pkgname=gitlab
-pkgver=13.7.3
-pkgrel=1
-pkgdesc="Project management and code hosting application"
-arch=('x86_64')
-url="https://gitlab.com/gitlab-org/gitlab-foss;
-license=('MIT')
-options=(!buildflags)
-depends=('ruby' 'ruby-bundler' 'git' 'gitlab-workhorse' 'gitlab-gitaly' 
'openssh' 'redis' 'libxslt' 'icu' 're2' 'http-parser' 'nodejs' 'openssl')
-makedepends=('cmake' 'postgresql' 'yarn' 'go' 'nodejs')
-optdepends=('postgresql: database backend'
-'python-docutils: reStructuredText markup language support'
-'smtp-server: mail server in order to receive mail notifications')
-backup=("etc/webapps/gitlab/database.yml"
-"etc/webapps/gitlab/gitlab.yml"
-"etc/webapps/gitlab/resque.yml"
-"etc/webapps/gitlab/puma.rb"
-"etc/webapps/gitlab/smtp_settings.rb"
-"etc/logrotate.d/gitlab")
-source=(git+https://gitlab.com/gitlab-org/gitlab-foss.git#tag=v$pkgver
-configs.patch
-fixes.patch
-environment
-gitlab-puma.service
-gitlab-sidekiq.service
-gitlab-backup.service
-gitlab-mailroom.service
-gitlab-backup.timer
-gitlab.target
-gitlab.tmpfiles.d
-gitlab.logrotate)
-install='gitlab.install'
-sha512sums=('SKIP'
-
'e6e4b72697c550f8564d3b3eea1588e0ecc9abdd8891ae24ccef7f5bf7df2ab90e2421e6332b57ee88057612e7a51184d7a1fa0d2badbdb2b480af10750fc49a'
-
'790611d868e8206b83694f8509c38e49f92fc85678b9ff81e0d158dcb3f4c8251f231b8e71b77e216eb254dedbaf68ea46348896aa327f04c6dd4cb08a661dbd'
-
'5b1ca2958f03a5baf1c5576a1568072e8ed749e2d15745ecbcc4860d2dbd543f2f3ed077e8d87afac2670c9436b19fe498217b49916d56a4e31fb9811aeb9067'
-

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

2021-01-14 Thread Anatol Pomozov via arch-commits
Date: Thursday, January 14, 2021 @ 22:06:57
  Author: anatolik
Revision: 820921

upgpkg: gitlab 13.7.4-1

Modified:
  gitlab/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2021-01-14 22:03:26 UTC (rev 820920)
+++ PKGBUILD2021-01-14 22:06:57 UTC (rev 820921)
@@ -8,7 +8,7 @@
 # Contributor: Caleb Maclennan 
 
 pkgname=gitlab
-pkgver=13.7.3
+pkgver=13.7.4
 pkgrel=1
 pkgdesc="Project management and code hosting application"
 arch=('x86_64')


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

2021-01-14 Thread Levente Polyak via arch-commits
Date: Thursday, January 14, 2021 @ 22:03:26
  Author: anthraxx
Revision: 820920

archrelease: copy trunk to multilib-x86_64

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

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

Deleted: PKGBUILD
===
--- PKGBUILD2021-01-14 22:03:22 UTC (rev 820919)
+++ PKGBUILD2021-01-14 22:03:26 UTC (rev 820920)
@@ -1,50 +0,0 @@
-# Maintainer: Levente Polyak 
-# Contributor: Bartłomiej Piotrowski 
-# Contributor: Andrzej Giniewicz 
-# Contributor: Johan Förberg 
-
-_pkgname=zstd
-pkgname=lib32-zstd
-pkgver=1.4.8
-pkgrel=1
-pkgdesc='Zstandard - Fast real-time compression algorithm (32-bit)'
-url='https://facebook.github.io/zstd/'
-arch=('x86_64')
-license=('BSD' 'GPL2')
-depends=('zstd' 'lib32-zlib' 'lib32-xz' 'lib32-lz4')
-makedepends=('gtest')
-provides=('libzstd.so')
-source=(https://github.com/facebook/zstd/releases/download/v${pkgver}/zstd-${pkgver}.tar.gz)
-sha256sums=('32478297ca1500211008d596276f5367c54198495cf677e9439f4791a4c69f24')
-sha512sums=('0e9ddb2c70b29063aed4eda14bd99ddfefcbb316dfedadfb2d31d795161715a7676d65958f22bbec2cb6d65acb0421508f06cebdf90b8a40fa38b630ed1479e8')
-b2sums=('bc482bcea193956a53d813da67d1d6e914a807574e2ee6c6eb3584fefe46f4375c1dc8a51d36f0083f0b190b8838f9a2910b5aa8723c4d270b29b7c483edd633')
-
-build() {
-  cd ${_pkgname}-${pkgver}
-  export CC="gcc -m32"
-  export CXX="g++ -m32"
-  export PKG_CONFIG_PATH="/usr/lib32/pkgconfig"
-  make
-  make zstdmt
-  make -C contrib/pzstd
-}
-
-check() {
-  cd ${_pkgname}-${pkgver}
-  make check
-  make -C contrib/pzstd test
-}
-
-package() {
-  cd ${_pkgname}-${pkgver}
-  make \
-PREFIX=/usr \
-LIBDIR=/usr/lib32 \
-PKGCONFIGDIR=/usr/lib32/pkgconfig \
-DESTDIR="${pkgdir}" \
-install
-  rm -rf "${pkgdir}"/usr/{share,include,bin}
-  install -Dm 644 LICENSE -t "${pkgdir}/usr/share/licenses/${pkgname}"
-}
-
-# vim: ts=2 sw=2 et:

Copied: lib32-zstd/repos/multilib-x86_64/PKGBUILD (from rev 820919, 
lib32-zstd/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2021-01-14 22:03:26 UTC (rev 820920)
@@ -0,0 +1,50 @@
+# Maintainer: Levente Polyak 
+# Contributor: Bartłomiej Piotrowski 
+# Contributor: Andrzej Giniewicz 
+# Contributor: Johan Förberg 
+
+_pkgname=zstd
+pkgname=lib32-zstd
+pkgver=1.4.8
+pkgrel=1
+pkgdesc='Zstandard - Fast real-time compression algorithm (32-bit)'
+url='https://facebook.github.io/zstd/'
+arch=('x86_64')
+license=('BSD' 'GPL2')
+depends=('zstd' 'lib32-glibc')
+makedepends=('gtest')
+provides=('libzstd.so')
+source=(https://github.com/facebook/zstd/releases/download/v${pkgver}/zstd-${pkgver}.tar.gz)
+sha256sums=('32478297ca1500211008d596276f5367c54198495cf677e9439f4791a4c69f24')
+sha512sums=('0e9ddb2c70b29063aed4eda14bd99ddfefcbb316dfedadfb2d31d795161715a7676d65958f22bbec2cb6d65acb0421508f06cebdf90b8a40fa38b630ed1479e8')
+b2sums=('bc482bcea193956a53d813da67d1d6e914a807574e2ee6c6eb3584fefe46f4375c1dc8a51d36f0083f0b190b8838f9a2910b5aa8723c4d270b29b7c483edd633')
+
+build() {
+  cd ${_pkgname}-${pkgver}
+  export CC="gcc -m32"
+  export CXX="g++ -m32"
+  export PKG_CONFIG_PATH="/usr/lib32/pkgconfig"
+  make
+  make zstdmt
+  make -C contrib/pzstd
+}
+
+check() {
+  cd ${_pkgname}-${pkgver}
+  make check
+  make -C contrib/pzstd test
+}
+
+package() {
+  cd ${_pkgname}-${pkgver}
+  make \
+PREFIX=/usr \
+LIBDIR=/usr/lib32 \
+PKGCONFIGDIR=/usr/lib32/pkgconfig \
+DESTDIR="${pkgdir}" \
+install
+  rm -rf "${pkgdir}"/usr/{share,include,bin}
+  install -Dm 644 LICENSE -t "${pkgdir}/usr/share/licenses/${pkgname}"
+}
+
+# vim: ts=2 sw=2 et:


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

2021-01-14 Thread Levente Polyak via arch-commits
Date: Thursday, January 14, 2021 @ 22:03:22
  Author: anthraxx
Revision: 820919

upgpkg: lib32-zstd 1.4.8-1

Modified:
  lib32-zstd/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2021-01-14 21:43:08 UTC (rev 820918)
+++ PKGBUILD2021-01-14 22:03:22 UTC (rev 820919)
@@ -11,7 +11,7 @@
 url='https://facebook.github.io/zstd/'
 arch=('x86_64')
 license=('BSD' 'GPL2')
-depends=('zstd' 'lib32-zlib' 'lib32-xz' 'lib32-lz4')
+depends=('zstd' 'lib32-glibc')
 makedepends=('gtest')
 provides=('libzstd.so')
 
source=(https://github.com/facebook/zstd/releases/download/v${pkgver}/zstd-${pkgver}.tar.gz)


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

2021-01-14 Thread Antonio Rojas via arch-commits
Date: Thursday, January 14, 2021 @ 21:43:08
  Author: arojas
Revision: 820918

archrelease: copy trunk to community-any

Added:
  jupyterlab/repos/community-any/PKGBUILD
(from rev 820917, jupyterlab/trunk/PKGBUILD)
Deleted:
  jupyterlab/repos/community-any/PKGBUILD

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

Deleted: PKGBUILD
===
--- PKGBUILD2021-01-14 21:42:58 UTC (rev 820917)
+++ PKGBUILD2021-01-14 21:43:08 UTC (rev 820918)
@@ -1,28 +0,0 @@
-# Maintainer: Antonio Rojas 
-
-pkgname=jupyterlab
-_pipname=jupyterlab
-pkgver=3.0.4
-pkgrel=1
-pkgdesc="JupyterLab computational environment"
-arch=(any)
-url="https://github.com/jupyterlab/jupyterlab;
-license=(custom)
-makedepends=(python-setuptools python-jupyter_packaging)
-depends=(python-jupyterlab_server jupyter-nbclassic nodejs)
-optdepends=('npm: to install extensions' 'jupyterlab-widgets: ipywidgets 
support')
-source=(https://pypi.io/packages/source/${_pipname:0:1}/$_pipname/$_pipname-$pkgver.tar.gz)
-sha256sums=('c70a638907a1cdad499fe39b3388a1dbce257ab4e76b05d08c9791b94ad79b94')
-
-build() {
-  cd $pkgname-$pkgver
-  python setup.py build 
-}
-
-package() {
-  cd $pkgname-$pkgver
-  python setup.py install --root="$pkgdir" --optimize=1
-  mv "$pkgdir"/usr/etc "$pkgdir"
-
-  install -Dm644 LICENSE "$pkgdir"/usr/share/licenses/$pkgname/LICENSE
-}

Copied: jupyterlab/repos/community-any/PKGBUILD (from rev 820917, 
jupyterlab/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2021-01-14 21:43:08 UTC (rev 820918)
@@ -0,0 +1,28 @@
+# Maintainer: Antonio Rojas 
+
+pkgname=jupyterlab
+_pipname=jupyterlab
+pkgver=3.0.5
+pkgrel=1
+pkgdesc="JupyterLab computational environment"
+arch=(any)
+url="https://github.com/jupyterlab/jupyterlab;
+license=(custom)
+makedepends=(python-setuptools python-jupyter_packaging)
+depends=(python-jupyterlab_server jupyter-nbclassic nodejs)
+optdepends=('npm: to install extensions' 'jupyterlab-widgets: ipywidgets 
support')
+source=(https://pypi.io/packages/source/${_pipname:0:1}/$_pipname/$_pipname-$pkgver.tar.gz)
+sha256sums=('ea75d43d9a054e9192b78ae1eefa72270818d1d787ec21f19db1a92d5cc8db35')
+
+build() {
+  cd $pkgname-$pkgver
+  python setup.py build 
+}
+
+package() {
+  cd $pkgname-$pkgver
+  python setup.py install --root="$pkgdir" --optimize=1
+  mv "$pkgdir"/usr/etc "$pkgdir"
+
+  install -Dm644 LICENSE "$pkgdir"/usr/share/licenses/$pkgname/LICENSE
+}


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

2021-01-14 Thread Antonio Rojas via arch-commits
Date: Thursday, January 14, 2021 @ 21:42:58
  Author: arojas
Revision: 820917

Update to 3.0.5

Modified:
  jupyterlab/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2021-01-14 21:33:45 UTC (rev 820916)
+++ PKGBUILD2021-01-14 21:42:58 UTC (rev 820917)
@@ -2,7 +2,7 @@
 
 pkgname=jupyterlab
 _pipname=jupyterlab
-pkgver=3.0.4
+pkgver=3.0.5
 pkgrel=1
 pkgdesc="JupyterLab computational environment"
 arch=(any)
@@ -12,7 +12,7 @@
 depends=(python-jupyterlab_server jupyter-nbclassic nodejs)
 optdepends=('npm: to install extensions' 'jupyterlab-widgets: ipywidgets 
support')
 
source=(https://pypi.io/packages/source/${_pipname:0:1}/$_pipname/$_pipname-$pkgver.tar.gz)
-sha256sums=('c70a638907a1cdad499fe39b3388a1dbce257ab4e76b05d08c9791b94ad79b94')
+sha256sums=('ea75d43d9a054e9192b78ae1eefa72270818d1d787ec21f19db1a92d5cc8db35')
 
 build() {
   cd $pkgname-$pkgver


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

2021-01-14 Thread David Runge via arch-commits
Date: Thursday, January 14, 2021 @ 21:33:45
  Author: dvzrv
Revision: 820916

archrelease: copy trunk to community-x86_64

Added:
  agordejo/repos/community-x86_64/PKGBUILD
(from rev 820915, agordejo/trunk/PKGBUILD)
Deleted:
  agordejo/repos/community-x86_64/PKGBUILD

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

Deleted: PKGBUILD
===
--- PKGBUILD2021-01-14 21:33:36 UTC (rev 820915)
+++ PKGBUILD2021-01-14 21:33:45 UTC (rev 820916)
@@ -1,34 +0,0 @@
-# Maintainer: David Runge 
-
-pkgname=agordejo
-pkgver=0.2.0
-pkgrel=1
-pkgdesc="A music production session manager"
-arch=('x86_64')
-url="https://www.laborejo.org/agordejo/;
-license=('GPL3')
-groups=('pro-audio')
-depends=('glibc' 'hicolor-icon-theme' 'new-session-manager' 'python'
-'python-pyqt5' 'ttf-dejavu')
-makedepends=('nuitka')
-# TODO: remove provides/conflicts/replaces 2021-01-31
-provides=('argodejo')
-conflicts=('argodejo')
-replaces=('argodejo')
-source=("https://laborejo.org/downloads/${pkgname}-${pkgver}.tar.gz"{,.sig})
-sha512sums=('4bb9bd0b795bd34b204d1ce71edcb15da8e668c6b3b3289f4260428f4a4253da179451218a3f4439608a5c2ba6a415e17a5235e3162b4dac9064d2e0916141cd'
-'SKIP')
-b2sums=('dadfe275ba3addf1f735ce288f288083841b1c3dd24ecbdf3ee8c11165efee9bc9692534cff6eba439e11aab6412b6bb443209a3d21f6c70bb48d859ebfaf3dd'
-'SKIP')
-validpgpkeys=('45D952EF384ADFBB00913E3428C6A306F2909FEE') # Nils Hilbricht 

-
-build() {
-  cd "$pkgname-$pkgver"
-  ./configure --prefix=/usr
-  make
-}
-
-package() {
-  cd "$pkgname-$pkgver"
-  make DESTDIR="$pkgdir/" install
-}

Copied: agordejo/repos/community-x86_64/PKGBUILD (from rev 820915, 
agordejo/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2021-01-14 21:33:45 UTC (rev 820916)
@@ -0,0 +1,33 @@
+# Maintainer: David Runge 
+
+pkgname=agordejo
+pkgver=0.2.1
+pkgrel=1
+pkgdesc="A music production session manager"
+arch=('x86_64')
+url="https://www.laborejo.org/agordejo/;
+license=('GPL3')
+groups=('pro-audio')
+depends=('glibc' 'hicolor-icon-theme' 'new-session-manager' 'python'
+'python-pyqt5' 'ttf-dejavu')
+# TODO: remove provides/conflicts/replaces 2021-01-31
+provides=('argodejo')
+conflicts=('argodejo')
+replaces=('argodejo')
+source=("https://laborejo.org/downloads/${pkgname}-${pkgver}.tar.gz"{,.sig})
+sha512sums=('bf96095bc0389695dfc202db084d8903ef36e12a6be137ca3e044c7ae78fa60371844977029d6167b6db5f9e3f13462507d4ed3dcac9c54cf5f4dc4b13fb38ad'
+'SKIP')
+b2sums=('529adafcae61bcc700325e936f988ff3715d944c4406a0e98b97972f058916bcbe057808007228f371ac34eca0331b9cec0cf00b4d7cf64a072e18cb2fdf'
+'SKIP')
+validpgpkeys=('45D952EF384ADFBB00913E3428C6A306F2909FEE') # Nils Hilbricht 

+
+build() {
+  cd "$pkgname-$pkgver"
+  ./configure --prefix=/usr
+  make
+}
+
+package() {
+  cd "$pkgname-$pkgver"
+  make DESTDIR="$pkgdir/" install
+}


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

2021-01-14 Thread David Runge via arch-commits
Date: Thursday, January 14, 2021 @ 21:33:36
  Author: dvzrv
Revision: 820915

upgpkg: agordejo 0.2.1-1: Upgrade to 0.2.1.

Modified:
  agordejo/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2021-01-14 21:26:26 UTC (rev 820914)
+++ PKGBUILD2021-01-14 21:33:36 UTC (rev 820915)
@@ -1,7 +1,7 @@
 # Maintainer: David Runge 
 
 pkgname=agordejo
-pkgver=0.2.0
+pkgver=0.2.1
 pkgrel=1
 pkgdesc="A music production session manager"
 arch=('x86_64')
@@ -10,15 +10,14 @@
 groups=('pro-audio')
 depends=('glibc' 'hicolor-icon-theme' 'new-session-manager' 'python'
 'python-pyqt5' 'ttf-dejavu')
-makedepends=('nuitka')
 # TODO: remove provides/conflicts/replaces 2021-01-31
 provides=('argodejo')
 conflicts=('argodejo')
 replaces=('argodejo')
 source=("https://laborejo.org/downloads/${pkgname}-${pkgver}.tar.gz"{,.sig})
-sha512sums=('4bb9bd0b795bd34b204d1ce71edcb15da8e668c6b3b3289f4260428f4a4253da179451218a3f4439608a5c2ba6a415e17a5235e3162b4dac9064d2e0916141cd'
+sha512sums=('bf96095bc0389695dfc202db084d8903ef36e12a6be137ca3e044c7ae78fa60371844977029d6167b6db5f9e3f13462507d4ed3dcac9c54cf5f4dc4b13fb38ad'
 'SKIP')
-b2sums=('dadfe275ba3addf1f735ce288f288083841b1c3dd24ecbdf3ee8c11165efee9bc9692534cff6eba439e11aab6412b6bb443209a3d21f6c70bb48d859ebfaf3dd'
+b2sums=('529adafcae61bcc700325e936f988ff3715d944c4406a0e98b97972f058916bcbe057808007228f371ac34eca0331b9cec0cf00b4d7cf64a072e18cb2fdf'
 'SKIP')
 validpgpkeys=('45D952EF384ADFBB00913E3428C6A306F2909FEE') # Nils Hilbricht 

 


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

2021-01-14 Thread David Runge via arch-commits
v2lint -Mpack -I "${_name}/build" 
"http://gareus.org/oss/lv2/${_name}#${_convolver};
-done
-;;
-  darc.lv2|dpl.lv2|fil4.lv2 )
-for _default in "${_defaults[@]}"; do
-  lv2lint -Mpack -I "${_name}/build" 
"http://gareus.org/oss/lv2/${_name//.lv2/}#${_default};
-done
-;;
-  matrixmixer.lv2 )
-lv2lint -Mpack -I "${_name}/build" 
"http://gareus.org/oss/lv2/${_name//.lv2/}#i8o8;
-;;
-  meters.lv2 )
-for _meter in "${_meters[@]}"; do
-  lv2lint -Mpack -I "${_name}/build" 
"http://gareus.org/oss/lv2/${_name//.lv2/}#${_meter};
-done
-;;
-  midifilter.lv2 )
-for _midifilter in "${_midifilters[@]}"; do
-  lv2lint -Mpack -I "${_name}/build" 
"http://gareus.org/oss/lv2/${_name//.lv2/}#${_midifilter};
-done
-;;
-  mixtri.lv2 )
-lv2lint -Mpack -I "${_name}/build" 
"http://gareus.org/oss/lv2/${_name//.lv2/}#lv2;
-;;
-  onsettrigger.lv2 )
-for _onsettrigger in "${_onsettriggers[@]}"; do
-  lv2lint -Mpack -I "${_name}/build" 
"http://gareus.org/oss/lv2/${_name//.lv2/}#${_onsettrigger};
-done
-;;
-  sisco.lv2 )
-for _sisco in "${_siscos[@]}"; do
-  lv2lint -Mpack -I "${_name}/build" 
"http://gareus.org/oss/lv2/${_name//.lv2/}#${_sisco};
-done
-;;
-  spectra.lv2 )
-lv2lint -Mpack -I "${_name}/build" 
"http://gareus.org/oss/lv2/${_name//.lv2/}#Mono;
-;;
-  stepseq.lv2 )
-lv2lint -Mpack -I "${_name}/build" 
"http://gareus.org/oss/lv2/${_name//.lv2/}#s8n8;
-;;
-  tuna.lv2 )
-for _tuna in "${_tunas[@]}"; do
-  lv2lint -Mpack -I "${_name}/build" 
"http://gareus.org/oss/lv2/${_name//.lv2/}#${_tuna};
-done
-;;
-  robtk )
-echo "Toolkit. Skipping..."
-;;
-  * )
-lv2lint -Mpack -I "${_name}/build" 
"http://gareus.org/oss/lv2/${_name//.lv2/};
-;;
-esac
-  done < plugin.versions
-}
-
-package() {
-  depends+=('libfftw3f.so' 'libgobject-2.0.so' 'libltc.so' 'libpango-1.0.so'
-  'libpangocairo-1.0.so' 'libsamplerate.so' 'libsndfile.so'
-  'libzita-convolver.so')
-  declare -A _dirs=(
-  ["darc"]="darc.lv2"
-  ["dpl"]="dpl.lv2"
-  ["fat1"]="fat1.lv2"
-  ["fil4"]="fil4.lv2"
-  ["matrixmixer8x8"]="matrixmixer.lv2"
-  ["meter"]="meters.lv2"
-  ["mixtri"]="mixtri.lv2"
-  ["scope"]="sisco.lv2"
-  ["spectr"]="spectra.lv2"
-  ["stepseq"]="stepseq.lv2"
-  ["tuna"]="tuna.lv2"
-  )
-  cd "${pkgname}-${pkgver}"
-  make install DESTDIR="$pkgdir/" PREFIX=/usr
-  # xdg desktop integration
-  install -vDm 644 ./*.desktop -t "${pkgdir}/usr/share/applications/"
-  # icons
-  for name in "${_names[@]}"; do
-if [[ "$name" != 'fil4' ]]; then
-  install -vDm 644 "${_dirs[$name]}/img/x42-${name}.png" \
--t "${pkgdir}/usr/share/icons/hicolor/256x256/apps/"
-fi
-  done
-  install -vDm 644 "../${pkgname}.png" \
--t "${pkgdir}/usr/share/icons/hicolor/256x256/apps/"
-  # menu integration
-  install -vDm 644 "../${pkgname}.menu" \
--t "${pkgdir}/etc/xdg/menus/applications-merged/"
-  install -vDm 644 "../${pkgname}.directory" \
--t "${pkgdir}/usr/share/desktop-directories/"
-  install -vDm 644 plugin.news \
--t "${pkgdir}/usr/share/doc/${pkgname}"
-}
-# vim:set ts=2 sw=2 et:

Copied: x42-plugins/repos/community-x86_64/PKGBUILD (from rev 820913, 
x42-plugins/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2021-01-14 21:26:26 UTC (rev 820914)
@@ -0,0 +1,262 @@
+# Maintainer: David Runge 
+# Contributor: Lieven Moors 
+
+pkgname=x42-plugins
+pkgver=20210114
+pkgrel=1
+pkgdesc="Collection of LV2 plugins"
+arch=('x86_64')
+url="https://github.com/x42/x42-plugins;
+license=('GPL2' 'GPL3')
+groups=('lv2-plugins' 'pro-audio')
+depends=('cairo' 'ftgl' 'gcc-libs' 'glibc' 'hicolor-icon-theme' 'libglvnd'
+'libx11')
+makedepends=('fftw' 'gendesk' 'glib2' 'help2man' 'jack' 'liblo' 'libltc'
+'libsamplerate' 'libsndfile' 'lv2' 'pango' 'ttf-dejavu' 'zita-convolver')
+checkdepends=('kxstudio-lv2-extensions' 'lv2lint')
+optdepends=('jack: for standalone applications'
+'liblo: for standalone applications')
+source=("http://gareus.org

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

2021-01-14 Thread David Runge via arch-commits
Date: Thursday, January 14, 2021 @ 21:26:13
  Author: dvzrv
Revision: 820913

upgpkg: x42-plugins 20210114-1: Upgrade to 20210114.

Remove upstreamed patch for fixing the lv2lint call in check for meters.lv2.

Modified:
  x42-plugins/trunk/PKGBUILD
Deleted:
  x42-plugins/trunk/x42-plugins-20200714-meters_surround8.patch

-+
 PKGBUILD|   19 +---
 x42-plugins-20200714-meters_surround8.patch |   58 --
 2 files changed, 4 insertions(+), 73 deletions(-)

Modified: PKGBUILD
===
--- PKGBUILD2021-01-14 21:23:40 UTC (rev 820912)
+++ PKGBUILD2021-01-14 21:26:13 UTC (rev 820913)
@@ -2,8 +2,8 @@
 # Contributor: Lieven Moors 
 
 pkgname=x42-plugins
-pkgver=20200714
-pkgrel=3
+pkgver=20210114
+pkgrel=1
 pkgdesc="Collection of LV2 plugins"
 arch=('x86_64')
 url="https://github.com/x42/x42-plugins;
@@ -17,17 +17,14 @@
 optdepends=('jack: for standalone applications'
 'liblo: for standalone applications')
 source=("http://gareus.org/misc/${pkgname}/${pkgname}-${pkgver}.tar.xz;
-"${pkgname}-20200714-meters_surround8.patch"
 "${pkgname}.png::https://x42-plugins.com/x42/static/img/x42.png;
 "${pkgname}.directory"
 "${pkgname}.menu")
-sha512sums=('5ec4ec5f79803b49dda46b209b94eca292e428708a9eead2c8221e2ca7eef5761f229354a44e014e32264816e93d469578e6348ab3e7e5442b931bda3fb13ae7'
-
'78bac02778f357b9c9e8ebcb10740658d8d95e11e3e4b7bbce1f1abda57e40b3fce1010725ab73da4e5299d6b6ed7d4a551c169ea445ef6ceec3f0f7b0b7748b'
+sha512sums=('c3ce31884118b41de05667d6f61d8a3d6a50ca514be00c2e4c94515a5da01b2be98c7d5d16848340a944c28135bc2c903c34498b6e6892b118b2811be586036c'
 
'956fdd8e04c846d06a5267d1748916744418e0ddfce0ac2e9dd3a1c1376aea61499177af80709d9fe78f8c0c2ddcbf9f9e5b2e413adc9a7eca9b648a87ad4860'
 
'fef75b22b2c1fed8586af4dfd01ea291a7c1506e80ce384f05f13dc04c4b7e3e934003c20d89ae94f36ad1021b7ad75097da836ca30ee965b4107b559305b496'
 
'411015b0feb8a289272cb821afa7e2a284d3e9d994a446baa73b3a6ce0f0ebd1e94c4cb3392a0afb1d741ce6d8b2d14c9bd124a0684b830275b4ba8e14680aa3')
-b2sums=('8979136756ec374e565b023c5a3e6af6c4bb3e00810d6070ee8bb34f1142efdf4e90f820c2fd1ea21fcf1b6035156f5cfe8bbcb8a9724efebcbf2456c000449e'
-
'f0d9c97beea8952c81087e14db45bdc679226dc7e5eafe6899a30c9cd277af3daeb012ab228ed16e200b7e4787a9332e53f82874dc2d8881e1ca2881848ef92a'
+b2sums=('5120d324df5ff89c4194996aa8f1f19369a48cd2672a8a0d77a70ca9f40852ac2aac2e2a6107a48c3bd4c1d2d1213dd9ca826ae66289d5587d0def1093e68626'
 
'35a8cfcdf7f8c57ba655049a6d75b3bf9d253c25702a3f191d3f6cab215887f7de5025d025993861ae88c1b4daae132e9cc1ddf083e5b822f1b53a683c0fcaa3'
 
'fb6557cd2e8b83dae1cb38503f2a72093085ddcc0a4ba2e5e0375f7063b83b3fb4180091ce10524cd336eeb33cffed45ada93055b960c9189f83d664216b33ee'
 
'9c695f58099fcbfdce3e693e491d851ff7894a650ea12e079894176ef054b5f592785467c286bd8feaa340fdcdfb53d930b3a44ea890112e3fc1a4d172beb243')
@@ -36,14 +33,6 @@
 
 prepare() {
   cd "${pkgname}-${pkgver}"
-
-  (
-cd meters.lv2
-# fixing linting issue with surround8 variant of meters plugin
-# https://github.com/x42/meters.lv2/issues/28
-patch -Np1 -i "$srcdir/${pkgname}-20200714-meters_surround8.patch"
-  )
-
   declare -A comments=(
 ["darc"]="A general purpose audio signal compressor"
 ["dpl"]="Look-ahead digital peak limiter intended but not limited to the 
final step of mastering or mixing"

Deleted: x42-plugins-20200714-meters_surround8.patch
===
--- x42-plugins-20200714-meters_surround8.patch 2021-01-14 21:23:40 UTC (rev 
820912)
+++ x42-plugins-20200714-meters_surround8.patch 2021-01-14 21:26:13 UTC (rev 
820913)
@@ -1,58 +0,0 @@
-From 86c35e31c3e8e3e2b8a6ddf38a68e1145715a79c Mon Sep 17 00:00:00 2001
-From: Robin Gareus 
-Date: Tue, 14 Jul 2020 22:01:51 +0200
-Subject: [PATCH] Fix surround-meter LV2 port symbol uniqueness
-

- lv2ttl/meters.lv2.ttl.in | 2 +-
- lv2ttl/surmeter.h| 2 +-
- 2 files changed, 2 insertions(+), 2 deletions(-)
-
-diff --git a/lv2ttl/meters.lv2.ttl.in b/lv2ttl/meters.lv2.ttl.in
-index 0afc651..dc5bbd0 100644
 a/lv2ttl/meters.lv2.ttl.in
-+++ b/lv2ttl/meters.lv2.ttl.in
-@@ -3629,7 +3629,7 @@ mtr:surround8@URI_SUFFIX@
-   a lv2:ControlPort ,
-   lv2:OutputPort ;
-   lv2:index 24 ;
--  lv2:symbol "peak4" ;
-+  lv2:symbol "peak3" ;
-   lv2:name "Peak 4" ;
-   lv2:minimum 0.0 ;
-   lv2:maximum 1.0 ;
-diff --git a/lv2ttl/surmeter.h b/lv2ttl/surmeter.h
-index f7b0ca8..062468b 100644
 a/lv2ttl/surmeter.h
-+++ b/lv2ttl/surmeter.h
-@@ -36,7 +36,7 @@ static con

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

2021-01-14 Thread David Runge via arch-commits
Date: Thursday, January 14, 2021 @ 21:23:40
  Author: dvzrv
Revision: 820912

archrelease: copy trunk to community-x86_64

Added:
  patroneo/repos/community-x86_64/PKGBUILD
(from rev 820911, patroneo/trunk/PKGBUILD)
Deleted:
  patroneo/repos/community-x86_64/PKGBUILD

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

Deleted: PKGBUILD
===
--- PKGBUILD2021-01-14 21:23:28 UTC (rev 820911)
+++ PKGBUILD2021-01-14 21:23:40 UTC (rev 820912)
@@ -1,31 +0,0 @@
-# Maintainer: David Runge 
-
-pkgname=patroneo
-pkgver=1.7
-pkgrel=2
-pkgdesc="An easy to use pattern based midi sequencer"
-arch=('x86_64')
-url="https://www.laborejo.org/patroneo.git/;
-license=('GPL3')
-groups=('pro-audio')
-depends=('glibc' 'hicolor-icon-theme' 'python' 'python-pyqt5' 'ttf-dejavu')
-makedepends=('glib2' 'jack' 'libsndfile' 'util-linux-libs' 'nuitka')
-optdepends=('non-session-manager: Session management')
-source=("https://www.laborejo.org/downloads/${pkgname}-${pkgver}.tar.gz"{,.sig})
-sha512sums=('f2d1dfaad07b61c20c186c20789fbcd471dd74a7bf5a19831d64822fd452e1dc7a5174f28dd3161b86b8c29d67bffb33cac6d43126314ca94e06370d4f0f8ac9'
-'SKIP')
-b2sums=('20db86028d67800ad6aeed86eb06450e4637572d3fbb1a1c93c5df2e54482f042f1cbbf4a3b7eb9f6bd66c6be1acee2a739f91afc52ebd4841d78787034646e1'
-'SKIP')
-validpgpkeys=('45D952EF384ADFBB00913E3428C6A306F2909FEE') # Nils Hilbricht 

-
-build() {
-  cd "$pkgname-$pkgver"
-  ./configure --prefix=/usr
-  make
-}
-
-package() {
-  depends+=('libglib-2.0.so' 'libjack.so' 'libsndfile.so' 'libuuid.so')
-  cd "$pkgname-$pkgver"
-  make DESTDIR="$pkgdir/" install
-}

Copied: patroneo/repos/community-x86_64/PKGBUILD (from rev 820911, 
patroneo/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2021-01-14 21:23:40 UTC (rev 820912)
@@ -0,0 +1,31 @@
+# Maintainer: David Runge 
+
+pkgname=patroneo
+pkgver=2.0.0
+pkgrel=1
+pkgdesc="An easy to use pattern based midi sequencer"
+arch=('x86_64')
+url="https://www.laborejo.org/patroneo.git/;
+license=('GPL3')
+groups=('pro-audio')
+depends=('glibc' 'hicolor-icon-theme' 'python' 'python-pyqt5' 'ttf-dejavu')
+makedepends=('glib2' 'jack' 'libsndfile' 'util-linux-libs')
+optdepends=('new-session-manager: for session management')
+source=("https://www.laborejo.org/downloads/${pkgname}-${pkgver}.tar.gz"{,.sig})
+sha512sums=('03b5be3301b3d940c90506ff3ecd28097b256e7e0cd7f3a9d2c1e17598c82fd7be0541b2c0e640971b3cb2e4168350a3b9b65913845b4bdace19681b09dedecb'
+'SKIP')
+b2sums=('dec29a390fe70fa3ea62c9c0480114a5c6ea251591531f572db1ee1a82a0b6b8e0427d33fa6f4ed417d5073a7e4c259da63b3db30591b03132309702da03'
+'SKIP')
+validpgpkeys=('45D952EF384ADFBB00913E3428C6A306F2909FEE') # Nils Hilbricht 

+
+build() {
+  cd "$pkgname-$pkgver"
+  ./configure --prefix=/usr
+  make
+}
+
+package() {
+  depends+=('libglib-2.0.so' 'libjack.so' 'libsndfile.so' 'libuuid.so')
+  cd "$pkgname-$pkgver"
+  make DESTDIR="$pkgdir/" install
+}


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

2021-01-14 Thread David Runge via arch-commits
Date: Thursday, January 14, 2021 @ 21:23:28
  Author: dvzrv
Revision: 820911

upgpkg: patroneo 2.0.0-1: Upgrade to 2.0.0.

Modified:
  patroneo/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2021-01-14 21:23:06 UTC (rev 820910)
+++ PKGBUILD2021-01-14 21:23:28 UTC (rev 820911)
@@ -1,8 +1,8 @@
 # Maintainer: David Runge 
 
 pkgname=patroneo
-pkgver=1.7
-pkgrel=2
+pkgver=2.0.0
+pkgrel=1
 pkgdesc="An easy to use pattern based midi sequencer"
 arch=('x86_64')
 url="https://www.laborejo.org/patroneo.git/;
@@ -9,12 +9,12 @@
 license=('GPL3')
 groups=('pro-audio')
 depends=('glibc' 'hicolor-icon-theme' 'python' 'python-pyqt5' 'ttf-dejavu')
-makedepends=('glib2' 'jack' 'libsndfile' 'util-linux-libs' 'nuitka')
-optdepends=('non-session-manager: Session management')
+makedepends=('glib2' 'jack' 'libsndfile' 'util-linux-libs')
+optdepends=('new-session-manager: for session management')
 
source=("https://www.laborejo.org/downloads/${pkgname}-${pkgver}.tar.gz"{,.sig})
-sha512sums=('f2d1dfaad07b61c20c186c20789fbcd471dd74a7bf5a19831d64822fd452e1dc7a5174f28dd3161b86b8c29d67bffb33cac6d43126314ca94e06370d4f0f8ac9'
+sha512sums=('03b5be3301b3d940c90506ff3ecd28097b256e7e0cd7f3a9d2c1e17598c82fd7be0541b2c0e640971b3cb2e4168350a3b9b65913845b4bdace19681b09dedecb'
 'SKIP')
-b2sums=('20db86028d67800ad6aeed86eb06450e4637572d3fbb1a1c93c5df2e54482f042f1cbbf4a3b7eb9f6bd66c6be1acee2a739f91afc52ebd4841d78787034646e1'
+b2sums=('dec29a390fe70fa3ea62c9c0480114a5c6ea251591531f572db1ee1a82a0b6b8e0427d33fa6f4ed417d5073a7e4c259da63b3db30591b03132309702da03'
 'SKIP')
 validpgpkeys=('45D952EF384ADFBB00913E3428C6A306F2909FEE') # Nils Hilbricht 

 


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

2021-01-14 Thread Levente Polyak via arch-commits
Date: Thursday, January 14, 2021 @ 21:23:06
  Author: anthraxx
Revision: 820910

archrelease: copy trunk to multilib-x86_64

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

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

Deleted: PKGBUILD
===
--- PKGBUILD2021-01-14 21:23:03 UTC (rev 820909)
+++ PKGBUILD2021-01-14 21:23:06 UTC (rev 820910)
@@ -1,53 +0,0 @@
-# Maintainer: Levente Polyak 
-# Contributor: Sébastien Luttringer
-
-_pkgname=lz4
-pkgname=lib32-lz4
-_gitcommit=fdf2ef5809ca875c454510610764d9125ef2ebbd
-pkgver=1.9.2
-pkgrel=1
-pkgdesc='Extremely fast compression algorithm (32-bit)'
-url='https://www.lz4.org/'
-arch=('x86_64')
-license=('GPL2')
-makedepends=('git')
-checkdepends=('diffutils')
-depends=('lz4' 'lib32-glibc')
-source=("git+https://github.com/lz4/lz4.git#commit=${_gitcommit};)
-sha512sums=('SKIP')
-
-pkgver() {
-  cd ${_pkgname}
-  git describe --tags --match 'v*' | sed 's/^v//;s/\([^-]*-g\)/r\1/;s/-/./g'
-}
-
-build() {
-  cd ${_pkgname}
-  export CC="gcc -m32"
-  export CXX="g++ -m32"
-  export PKG_CONFIG_PATH="/usr/lib32/pkgconfig"
-  # do not use the main makefile, it calls sub make with -e
-  # exported CLFAGS by makepkg break the version. see FS#50071
-  make -C lib PREFIX=/usr
-  make -C programs PREFIX=/usr lz4 lz4c
-}
-
-check() {
-  rm -f passwd.lz4
-  ${_pkgname}/programs/lz4 /etc/passwd passwd.lz4
-  ${_pkgname}/programs/lz4 -d passwd.lz4 passwd
-  diff -q /etc/passwd passwd
-  rm passwd
-}
-
-package() {
-  cd ${_pkgname}
-  make install \
-PREFIX=/usr \
-LIBDIR=/usr/lib32 \
-PKGCONFIGDIR=/usr/lib32/pkgconfig \
-DESTDIR="${pkgdir}"
-  rm -rf "${pkgdir}"/usr/{share,include,bin}
-}
-
-# vim: ts=2 sw=2 et:

Copied: lib32-lz4/repos/multilib-x86_64/PKGBUILD (from rev 820909, 
lib32-lz4/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2021-01-14 21:23:06 UTC (rev 820910)
@@ -0,0 +1,54 @@
+# Maintainer: Levente Polyak 
+# Contributor: Sébastien Luttringer
+
+_pkgname=lz4
+pkgname=lib32-lz4
+_gitcommit=d44371841a2f1728a3f36839fd4b7e872d0927d3
+pkgver=1.9.3
+pkgrel=1
+pkgdesc='Extremely fast compression algorithm (32-bit)'
+url='https://www.lz4.org/'
+arch=('x86_64')
+license=('GPL2')
+makedepends=('git')
+checkdepends=('diffutils')
+depends=('lz4' 'lib32-glibc')
+provides=('liblz4.so')
+source=("git+https://github.com/lz4/lz4.git#commit=${_gitcommit};)
+sha512sums=('SKIP')
+
+pkgver() {
+  cd ${_pkgname}
+  git describe --tags --match 'v*' | sed 's/^v//;s/\([^-]*-g\)/r\1/;s/-/./g'
+}
+
+build() {
+  cd ${_pkgname}
+  export CC="gcc -m32"
+  export CXX="g++ -m32"
+  export PKG_CONFIG_PATH="/usr/lib32/pkgconfig"
+  # do not use the main makefile, it calls sub make with -e
+  # exported CLFAGS by makepkg break the version. see FS#50071
+  make -C lib PREFIX=/usr
+  make -C programs PREFIX=/usr lz4 lz4c
+}
+
+check() {
+  rm -f passwd.lz4
+  ${_pkgname}/programs/lz4 /etc/passwd passwd.lz4
+  ${_pkgname}/programs/lz4 -d passwd.lz4 passwd
+  diff -q /etc/passwd passwd
+  rm passwd
+}
+
+package() {
+  cd ${_pkgname}
+  make install \
+PREFIX=/usr \
+LIBDIR=/usr/lib32 \
+PKGCONFIGDIR=/usr/lib32/pkgconfig \
+DESTDIR="${pkgdir}"
+  rm -rf "${pkgdir}"/usr/{share,include,bin}
+}
+
+# vim: ts=2 sw=2 et:


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

2021-01-14 Thread Levente Polyak via arch-commits
Date: Thursday, January 14, 2021 @ 21:23:03
  Author: anthraxx
Revision: 820909

upgpkg: lib32-lz4 1.9.3-1: adding soname provides

Modified:
  lib32-lz4/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2021-01-14 21:19:55 UTC (rev 820908)
+++ PKGBUILD2021-01-14 21:23:03 UTC (rev 820909)
@@ -3,8 +3,8 @@
 
 _pkgname=lz4
 pkgname=lib32-lz4
-_gitcommit=fdf2ef5809ca875c454510610764d9125ef2ebbd
-pkgver=1.9.2
+_gitcommit=d44371841a2f1728a3f36839fd4b7e872d0927d3
+pkgver=1.9.3
 pkgrel=1
 pkgdesc='Extremely fast compression algorithm (32-bit)'
 url='https://www.lz4.org/'
@@ -13,6 +13,7 @@
 makedepends=('git')
 checkdepends=('diffutils')
 depends=('lz4' 'lib32-glibc')
+provides=('liblz4.so')
 source=("git+https://github.com/lz4/lz4.git#commit=${_gitcommit};)
 sha512sums=('SKIP')
 


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

2021-01-14 Thread David Runge via arch-commits
Date: Thursday, January 14, 2021 @ 21:19:55
  Author: dvzrv
Revision: 820908

archrelease: copy trunk to community-x86_64

Added:
  vico/repos/community-x86_64/PKGBUILD
(from rev 820907, vico/trunk/PKGBUILD)
Deleted:
  vico/repos/community-x86_64/PKGBUILD

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

Deleted: PKGBUILD
===
--- PKGBUILD2021-01-14 21:19:43 UTC (rev 820907)
+++ PKGBUILD2021-01-14 21:19:55 UTC (rev 820908)
@@ -1,30 +0,0 @@
-# Maintainer: David Runge 
-
-pkgname=vico
-pkgver=1.2.1
-pkgrel=2
-pkgdesc="Minimalistic Midi sequencer intended to be used in parallel with 
other software"
-arch=('x86_64')
-url="https://www.laborejo.org/vico.git/;
-license=('GPL3')
-groups=('pro-audio')
-depends=('glibc' 'hicolor-icon-theme' 'python' 'python-pyqt5' 'ttf-dejavu')
-makedepends=('glib2' 'jack' 'nuitka' 'libsndfile' 'util-linux-libs')
-source=("https://www.laborejo.org/downloads/${pkgname}-${pkgver}.tar.gz"{,.sig})
-sha512sums=('539684eada6457d19a0ef043819b124b520a5edddadd5d6e078339262c316e7d475e924d8a9420799713a36e70a58178e20b3cbe18f108dcd98c48131fd3ccfc'
-'SKIP')
-b2sums=('5760a8e4b385a6dfb258281fc72fb74d255497033d150d9ff061dd5db8a9dc3153a3b0118afeb4ae1ebec413be0235fb4e56e22a666a92ffad8163c8656ca8c0'
-'SKIP')
-validpgpkeys=('45D952EF384ADFBB00913E3428C6A306F2909FEE') # Nils Hilbricht 

-
-build() {
-  cd "$pkgname-$pkgver"
-  ./configure --prefix=/usr
-  make
-}
-
-package() {
-  depends+=('libglib-2.0.so' 'libjack.so' 'libsndfile.so' 'libuuid.so')
-  cd "$pkgname-$pkgver"
-  make DESTDIR="$pkgdir/" install
-}

Copied: vico/repos/community-x86_64/PKGBUILD (from rev 820907, 
vico/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2021-01-14 21:19:55 UTC (rev 820908)
@@ -0,0 +1,31 @@
+# Maintainer: David Runge 
+
+pkgname=vico
+pkgver=1.2.2
+pkgrel=1
+pkgdesc="Minimalistic Midi sequencer intended to be used in parallel with 
other software"
+arch=('x86_64')
+url="https://www.laborejo.org/vico.git/;
+license=('GPL3')
+groups=('pro-audio')
+depends=('glibc' 'hicolor-icon-theme' 'python' 'python-pyqt5' 'ttf-dejavu')
+makedepends=('glib2' 'jack' 'libsndfile' 'util-linux-libs')
+optdepends=('new-session-manager: for session management')
+source=("https://www.laborejo.org/downloads/${pkgname}-${pkgver}.tar.gz"{,.sig})
+sha512sums=('826ff38db210b768053dda8991c4c22196f6e2fd871eea687492e314133f8f4062421809de097e43ced0ff2b68bdfc43bcd1f5ceb350a1df27001d1ce344721e'
+'SKIP')
+b2sums=('6bbbc58ae969f87242f118296149afe9e4cbf92ff76df7f81fb503f1958895057541a391005683eff70122e70510afb0fed11947b59744e1cc37fd67935d8e7d'
+'SKIP')
+validpgpkeys=('45D952EF384ADFBB00913E3428C6A306F2909FEE') # Nils Hilbricht 

+
+build() {
+  cd "$pkgname-$pkgver"
+  ./configure --prefix=/usr
+  make
+}
+
+package() {
+  depends+=('libglib-2.0.so' 'libjack.so' 'libsndfile.so' 'libuuid.so')
+  cd "$pkgname-$pkgver"
+  make DESTDIR="$pkgdir/" install
+}


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

2021-01-14 Thread David Runge via arch-commits
Date: Thursday, January 14, 2021 @ 21:19:43
  Author: dvzrv
Revision: 820907

upgpkg: vico 1.2.2-1: Upgrade to 1.2.2.

Add new-session-manager to optdepends, as nsm can be used with vico.

Modified:
  vico/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2021-01-14 21:17:48 UTC (rev 820906)
+++ PKGBUILD2021-01-14 21:19:43 UTC (rev 820907)
@@ -1,8 +1,8 @@
 # Maintainer: David Runge 
 
 pkgname=vico
-pkgver=1.2.1
-pkgrel=2
+pkgver=1.2.2
+pkgrel=1
 pkgdesc="Minimalistic Midi sequencer intended to be used in parallel with 
other software"
 arch=('x86_64')
 url="https://www.laborejo.org/vico.git/;
@@ -9,11 +9,12 @@
 license=('GPL3')
 groups=('pro-audio')
 depends=('glibc' 'hicolor-icon-theme' 'python' 'python-pyqt5' 'ttf-dejavu')
-makedepends=('glib2' 'jack' 'nuitka' 'libsndfile' 'util-linux-libs')
+makedepends=('glib2' 'jack' 'libsndfile' 'util-linux-libs')
+optdepends=('new-session-manager: for session management')
 
source=("https://www.laborejo.org/downloads/${pkgname}-${pkgver}.tar.gz"{,.sig})
-sha512sums=('539684eada6457d19a0ef043819b124b520a5edddadd5d6e078339262c316e7d475e924d8a9420799713a36e70a58178e20b3cbe18f108dcd98c48131fd3ccfc'
+sha512sums=('826ff38db210b768053dda8991c4c22196f6e2fd871eea687492e314133f8f4062421809de097e43ced0ff2b68bdfc43bcd1f5ceb350a1df27001d1ce344721e'
 'SKIP')
-b2sums=('5760a8e4b385a6dfb258281fc72fb74d255497033d150d9ff061dd5db8a9dc3153a3b0118afeb4ae1ebec413be0235fb4e56e22a666a92ffad8163c8656ca8c0'
+b2sums=('6bbbc58ae969f87242f118296149afe9e4cbf92ff76df7f81fb503f1958895057541a391005683eff70122e70510afb0fed11947b59744e1cc37fd67935d8e7d'
 'SKIP')
 validpgpkeys=('45D952EF384ADFBB00913E3428C6A306F2909FEE') # Nils Hilbricht 

 


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

2021-01-14 Thread Levente Polyak via arch-commits
Date: Thursday, January 14, 2021 @ 21:17:48
  Author: anthraxx
Revision: 820906

archrelease: copy trunk to multilib-x86_64

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

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

Deleted: PKGBUILD
===
--- PKGBUILD2021-01-14 21:17:44 UTC (rev 820905)
+++ PKGBUILD2021-01-14 21:17:48 UTC (rev 820906)
@@ -1,49 +0,0 @@
-# Maintainer: Levente Polyak 
-# Contributor: Bartłomiej Piotrowski 
-# Contributor: Andrzej Giniewicz 
-# Contributor: Johan Förberg 
-
-_pkgname=zstd
-pkgname=lib32-zstd
-pkgver=1.4.5
-pkgrel=1
-pkgdesc='Zstandard - Fast real-time compression algorithm (32-bit)'
-url='https://www.zstd.net/'
-arch=('x86_64')
-license=('BSD' 'GPL2')
-depends=('zstd' 'lib32-zlib' 'lib32-xz' 'lib32-lz4')
-makedepends=('gtest')
-source=(https://github.com/facebook/zstd/releases/download/v${pkgver}/zstd-${pkgver}.tar.gz)
-sha256sums=('98e91c7c6bf162bf90e4e70fdbc41a8188b9fa8de5ad840c401198014406ce9e')
-sha512sums=('417b813ade6c8436690bd9d6da34a9f87f50e7378752b72e63066befbee496392a4b72896fa56688d814f461871ab31d3c6637497ff2ed7a282d58513631a38b')
-b2sums=('6bba3b099e10a215048663364fe3edc8ac3a144b273fb4c692dd4c48204a7418e15ca96d3c1ae3bd044b7d620e27682a081baded3d3ce469dfc00de90df34b4c')
-
-build() {
-  cd ${_pkgname}-${pkgver}
-  export CC="gcc -m32"
-  export CXX="g++ -m32"
-  export PKG_CONFIG_PATH="/usr/lib32/pkgconfig"
-  make
-  make zstdmt
-  make -C contrib/pzstd
-}
-
-check() {
-  cd ${_pkgname}-${pkgver}
-  make check
-  make -C contrib/pzstd test
-}
-
-package() {
-  cd ${_pkgname}-${pkgver}
-  make \
-PREFIX=/usr \
-LIBDIR=/usr/lib32 \
-PKGCONFIGDIR=/usr/lib32/pkgconfig \
-DESTDIR="${pkgdir}" \
-install
-  rm -rf "${pkgdir}"/usr/{share,include,bin}
-  install -Dm 644 LICENSE -t "${pkgdir}/usr/share/licenses/${pkgname}"
-}
-
-# vim: ts=2 sw=2 et:

Copied: lib32-zstd/repos/multilib-x86_64/PKGBUILD (from rev 820905, 
lib32-zstd/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2021-01-14 21:17:48 UTC (rev 820906)
@@ -0,0 +1,50 @@
+# Maintainer: Levente Polyak 
+# Contributor: Bartłomiej Piotrowski 
+# Contributor: Andrzej Giniewicz 
+# Contributor: Johan Förberg 
+
+_pkgname=zstd
+pkgname=lib32-zstd
+pkgver=1.4.8
+pkgrel=1
+pkgdesc='Zstandard - Fast real-time compression algorithm (32-bit)'
+url='https://facebook.github.io/zstd/'
+arch=('x86_64')
+license=('BSD' 'GPL2')
+depends=('zstd' 'lib32-zlib' 'lib32-xz' 'lib32-lz4')
+makedepends=('gtest')
+provides=('libzstd.so')
+source=(https://github.com/facebook/zstd/releases/download/v${pkgver}/zstd-${pkgver}.tar.gz)
+sha256sums=('32478297ca1500211008d596276f5367c54198495cf677e9439f4791a4c69f24')
+sha512sums=('0e9ddb2c70b29063aed4eda14bd99ddfefcbb316dfedadfb2d31d795161715a7676d65958f22bbec2cb6d65acb0421508f06cebdf90b8a40fa38b630ed1479e8')
+b2sums=('bc482bcea193956a53d813da67d1d6e914a807574e2ee6c6eb3584fefe46f4375c1dc8a51d36f0083f0b190b8838f9a2910b5aa8723c4d270b29b7c483edd633')
+
+build() {
+  cd ${_pkgname}-${pkgver}
+  export CC="gcc -m32"
+  export CXX="g++ -m32"
+  export PKG_CONFIG_PATH="/usr/lib32/pkgconfig"
+  make
+  make zstdmt
+  make -C contrib/pzstd
+}
+
+check() {
+  cd ${_pkgname}-${pkgver}
+  make check
+  make -C contrib/pzstd test
+}
+
+package() {
+  cd ${_pkgname}-${pkgver}
+  make \
+PREFIX=/usr \
+LIBDIR=/usr/lib32 \
+PKGCONFIGDIR=/usr/lib32/pkgconfig \
+DESTDIR="${pkgdir}" \
+install
+  rm -rf "${pkgdir}"/usr/{share,include,bin}
+  install -Dm 644 LICENSE -t "${pkgdir}/usr/share/licenses/${pkgname}"
+}
+
+# vim: ts=2 sw=2 et:


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

2021-01-14 Thread Levente Polyak via arch-commits
Date: Thursday, January 14, 2021 @ 21:17:44
  Author: anthraxx
Revision: 820905

upgpkg: lib32-zstd 1.4.8-1

Modified:
  lib32-zstd/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2021-01-14 21:15:42 UTC (rev 820904)
+++ PKGBUILD2021-01-14 21:17:44 UTC (rev 820905)
@@ -5,18 +5,19 @@
 
 _pkgname=zstd
 pkgname=lib32-zstd
-pkgver=1.4.5
+pkgver=1.4.8
 pkgrel=1
 pkgdesc='Zstandard - Fast real-time compression algorithm (32-bit)'
-url='https://www.zstd.net/'
+url='https://facebook.github.io/zstd/'
 arch=('x86_64')
 license=('BSD' 'GPL2')
 depends=('zstd' 'lib32-zlib' 'lib32-xz' 'lib32-lz4')
 makedepends=('gtest')
+provides=('libzstd.so')
 
source=(https://github.com/facebook/zstd/releases/download/v${pkgver}/zstd-${pkgver}.tar.gz)
-sha256sums=('98e91c7c6bf162bf90e4e70fdbc41a8188b9fa8de5ad840c401198014406ce9e')
-sha512sums=('417b813ade6c8436690bd9d6da34a9f87f50e7378752b72e63066befbee496392a4b72896fa56688d814f461871ab31d3c6637497ff2ed7a282d58513631a38b')
-b2sums=('6bba3b099e10a215048663364fe3edc8ac3a144b273fb4c692dd4c48204a7418e15ca96d3c1ae3bd044b7d620e27682a081baded3d3ce469dfc00de90df34b4c')
+sha256sums=('32478297ca1500211008d596276f5367c54198495cf677e9439f4791a4c69f24')
+sha512sums=('0e9ddb2c70b29063aed4eda14bd99ddfefcbb316dfedadfb2d31d795161715a7676d65958f22bbec2cb6d65acb0421508f06cebdf90b8a40fa38b630ed1479e8')
+b2sums=('bc482bcea193956a53d813da67d1d6e914a807574e2ee6c6eb3584fefe46f4375c1dc8a51d36f0083f0b190b8838f9a2910b5aa8723c4d270b29b7c483edd633')
 
 build() {
   cd ${_pkgname}-${pkgver}


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

2021-01-14 Thread David Runge via arch-commits
Date: Thursday, January 14, 2021 @ 21:15:42
  Author: dvzrv
Revision: 820904

archrelease: copy trunk to community-x86_64

Added:
  fluajho/repos/community-x86_64/PKGBUILD
(from rev 820903, fluajho/trunk/PKGBUILD)
Deleted:
  fluajho/repos/community-x86_64/PKGBUILD

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

Deleted: PKGBUILD
===
--- PKGBUILD2021-01-14 21:15:34 UTC (rev 820903)
+++ PKGBUILD2021-01-14 21:15:42 UTC (rev 820904)
@@ -1,34 +0,0 @@
-# Maintainer: David Runge 
-
-pkgname=fluajho
-pkgver=1.6.1
-pkgrel=2
-pkgdesc="A simple sf2 soundfont host/player"
-arch=('x86_64')
-url="https://www.laborejo.org/fluajho.git/;
-license=('GPL3')
-groups=('pro-audio')
-depends=('glibc' 'hicolor-icon-theme' 'python' 'python-pyqt5' 'ttf-dejavu')
-makedepends=('fluidsynth' 'glib2' 'jack' 'libsndfile' 'util-linux-libs' 
'ncurses'
-'nuitka')
-optdepends=('non-session-manager: Session management')
-provides=('soundfont-synthesizer')
-source=("https://www.laborejo.org/downloads/${pkgname}-${pkgver}.tar.gz"{,.sig})
-sha512sums=('5534bfb47b0da56127461a0fbbf527ae97bc5c9591ad5599ba86e2116f78c3a5b49fe007c595cf6ba36c3f31819283be38f2a2bfce49207ad042aa04f70f06ef'
-'SKIP')
-b2sums=('cf5470e2af6efd6e8832ccf199956fb0c5e5cc141e0909d9106e0a727799e7728d2904763b83fdecaf98bb134c3a2059578ebfcc59baeaeb35cf2e41cc4160a0'
-'SKIP')
-validpgpkeys=('45D952EF384ADFBB00913E3428C6A306F2909FEE') # Nils Hilbricht 

-
-build() {
-  cd "$pkgname-$pkgver"
-  ./configure --prefix=/usr
-  make
-}
-
-package() {
-  depends+=('libfluidsynth.so' 'libglib-2.0.so' 'libjack.so' 'libncursesw.so'
-  'libsndfile.so' 'libuuid.so')
-  cd "$pkgname-$pkgver"
-  make DESTDIR="$pkgdir/" install
-}

Copied: fluajho/repos/community-x86_64/PKGBUILD (from rev 820903, 
fluajho/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2021-01-14 21:15:42 UTC (rev 820904)
@@ -0,0 +1,33 @@
+# Maintainer: David Runge 
+
+pkgname=fluajho
+pkgver=1.6.2
+pkgrel=1
+pkgdesc="A simple sf2 soundfont host/player"
+arch=('x86_64')
+url="https://www.laborejo.org/fluajho.git/;
+license=('GPL3')
+groups=('pro-audio')
+depends=('glibc' 'hicolor-icon-theme' 'python' 'python-pyqt5' 'ttf-dejavu')
+makedepends=('fluidsynth' 'glib2' 'jack' 'libsndfile' 'util-linux-libs' 
'ncurses')
+optdepends=('new-session-manager: Session management')
+provides=('soundfont-synthesizer')
+source=("https://www.laborejo.org/downloads/${pkgname}-${pkgver}.tar.gz"{,.sig})
+sha512sums=('fdddb8906d101f45da34cb0592192f5fa6d2aaa83baba1350a355add1fb61715c53d200abf753222de51e5bc492a3b37ecee7e2c64c6d8e009461cdbdd26a1de'
+'SKIP')
+b2sums=('f3641018c4c71a7a548d9ab08908d500a10248c035924093379a0e666f1ebdd9111d0a8377d55569ee1f212f50dc558abf26908d025ace70eff6bfac07ed4ae0'
+'SKIP')
+validpgpkeys=('45D952EF384ADFBB00913E3428C6A306F2909FEE') # Nils Hilbricht 

+
+build() {
+  cd "$pkgname-$pkgver"
+  ./configure --prefix=/usr
+  make
+}
+
+package() {
+  depends+=('libfluidsynth.so' 'libglib-2.0.so' 'libjack.so' 'libncursesw.so'
+  'libsndfile.so' 'libuuid.so')
+  cd "$pkgname-$pkgver"
+  make DESTDIR="$pkgdir/" install
+}


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

2021-01-14 Thread David Runge via arch-commits
Date: Thursday, January 14, 2021 @ 21:15:34
  Author: dvzrv
Revision: 820903

upgpkg: fluajho 1.6.2-1: Upgrade to 1.6.2.

Modified:
  fluajho/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2021-01-14 21:09:29 UTC (rev 820902)
+++ PKGBUILD2021-01-14 21:15:34 UTC (rev 820903)
@@ -1,8 +1,8 @@
 # Maintainer: David Runge 
 
 pkgname=fluajho
-pkgver=1.6.1
-pkgrel=2
+pkgver=1.6.2
+pkgrel=1
 pkgdesc="A simple sf2 soundfont host/player"
 arch=('x86_64')
 url="https://www.laborejo.org/fluajho.git/;
@@ -9,14 +9,13 @@
 license=('GPL3')
 groups=('pro-audio')
 depends=('glibc' 'hicolor-icon-theme' 'python' 'python-pyqt5' 'ttf-dejavu')
-makedepends=('fluidsynth' 'glib2' 'jack' 'libsndfile' 'util-linux-libs' 
'ncurses'
-'nuitka')
-optdepends=('non-session-manager: Session management')
+makedepends=('fluidsynth' 'glib2' 'jack' 'libsndfile' 'util-linux-libs' 
'ncurses')
+optdepends=('new-session-manager: Session management')
 provides=('soundfont-synthesizer')
 
source=("https://www.laborejo.org/downloads/${pkgname}-${pkgver}.tar.gz"{,.sig})
-sha512sums=('5534bfb47b0da56127461a0fbbf527ae97bc5c9591ad5599ba86e2116f78c3a5b49fe007c595cf6ba36c3f31819283be38f2a2bfce49207ad042aa04f70f06ef'
+sha512sums=('fdddb8906d101f45da34cb0592192f5fa6d2aaa83baba1350a355add1fb61715c53d200abf753222de51e5bc492a3b37ecee7e2c64c6d8e009461cdbdd26a1de'
 'SKIP')
-b2sums=('cf5470e2af6efd6e8832ccf199956fb0c5e5cc141e0909d9106e0a727799e7728d2904763b83fdecaf98bb134c3a2059578ebfcc59baeaeb35cf2e41cc4160a0'
+b2sums=('f3641018c4c71a7a548d9ab08908d500a10248c035924093379a0e666f1ebdd9111d0a8377d55569ee1f212f50dc558abf26908d025ace70eff6bfac07ed4ae0'
 'SKIP')
 validpgpkeys=('45D952EF384ADFBB00913E3428C6A306F2909FEE') # Nils Hilbricht 

 


[arch-commits] Commit in postfixadmin/repos/community-any (10 files)

2021-01-14 Thread David Runge via arch-commits
Date: Thursday, January 14, 2021 @ 21:09:28
  Author: dvzrv
Revision: 820901

archrelease: copy trunk to community-any

Added:
  postfixadmin/repos/community-any/PKGBUILD
(from rev 820899, postfixadmin/trunk/PKGBUILD)
  postfixadmin/repos/community-any/postfixadmin.install
(from rev 820899, postfixadmin/trunk/postfixadmin.install)
  postfixadmin/repos/community-any/postfixadmin.sysusers
(from rev 820899, postfixadmin/trunk/postfixadmin.sysusers)
  postfixadmin/repos/community-any/postfixadmin.tmpfiles
(from rev 820900, postfixadmin/trunk/postfixadmin.tmpfiles)
  postfixadmin/repos/community-any/postfixadmin.uwsgi
(from rev 820900, postfixadmin/trunk/postfixadmin.uwsgi)
Deleted:
  postfixadmin/repos/community-any/PKGBUILD
  postfixadmin/repos/community-any/postfixadmin.install
  postfixadmin/repos/community-any/postfixadmin.sysusers
  postfixadmin/repos/community-any/postfixadmin.tmpfiles
  postfixadmin/repos/community-any/postfixadmin.uwsgi

---+
 PKGBUILD  |  240 
 postfixadmin.install  |   26 ++---
 postfixadmin.sysusers |2 
 postfixadmin.tmpfiles |6 -
 postfixadmin.uwsgi|   54 +-
 5 files changed, 164 insertions(+), 164 deletions(-)

Deleted: PKGBUILD
===
--- PKGBUILD2021-01-14 21:09:25 UTC (rev 820900)
+++ PKGBUILD2021-01-14 21:09:28 UTC (rev 820901)
@@ -1,120 +0,0 @@
-# Maintainer: David Runge 
-# Contributor: Sven-Hendrik Haase 
-# Contributor: Filip 
-
-pkgname=postfixadmin
-pkgver=3.3.2
-pkgrel=1
-pkgdesc="Web based interface to manage Postfix mailboxes, virtual domains and 
aliases"
-arch=('any')
-license=('GPL2')
-url="http://postfixadmin.sourceforge.net/;
-backup=('etc/webapps/postfixadmin/config.inc.php'
-'etc/webapps/postfixadmin/config.local.php'
-'etc/webapps/postfixadmin/.htaccess'
-'etc/uwsgi/postfixadmin.ini')
-depends=('php')
-optdepends=('apache: run in webserver'
-'dovecot: interface local IMAP/POP3 server'
-'mariadb: use local MySQL server'
-'perl: for example scripts'
-'php-fpm: run in fastCGI process manager'
-'php-imap: use IMAP'
-'php-sqlite: use SQLite database backend'
-'php-pgsql: use PostgreSQL database backend'
-'postfix: interface local mail server'
-'postgresql: use local PostgreSQL server'
-'python: for example scripts'
-'uwsgi: run as application container')
-source=("https://github.com/postfixadmin/${pkgname}/archive/${pkgname}-${pkgver}.tar.gz;
-"${pkgname}.sysusers"
-"${pkgname}.tmpfiles"
-"${pkgname}.uwsgi")
-install="${pkgname}.install"
-sha512sums=('786c3c8323023259d44ee711a5a6f5b38882c32143d663a92fd3ef91d6bb693f3af97b380f92b345e68efa2275abead80c01b32180c381a3768cc929ab2d63de'
-
'dc61527dbec79a3b19c8fcbc424fbfbe483cccf99a606e566ea6cd624d46c70a6d87dd8d4da398fedf12b60cfd0cf364c351d6b826e6eee6b2ca8eac0d9efcbe'
-
'7e55c844be7b186d9eb568fe097632651c683582da83e0ee24cd6dd7c5a581fe05e5462174237f542ff8dc5d17a8ab651a77f0087a0c8df01d7b36c7722b1440'
-
'd526f45b5904cfa2e0a7f9d31d88b92bc48c233b10cab927cc101d52ba6ba3724066e9528297c59ff1ab578038f68ddabef9cc9b8bb766b64c843cafcc8a25d9')
-b2sums=('3ddac453ade3277e934e88242775e3b70fd4462331433b0ca7d7c39e977e846541a68198707345d3305e62700d07ca41461b10ec3d766ce52ba453b2e977d5a1'
-
'a73314d9befe48869ca121bddfb3af61e916f8458f388e13eed1a7ffd64e7ae75604dc3af92d3d4d5b97c30d3cb089e28cbf64c7e81e324f3ff85d75b15b5f0d'
-
'0e0170b08284dcfc5a68afd46a2e726d696905f3ddcd8158fed68c84fec039fabe60379005055e5fa1cc1fbb098c107b739d0e107f027bd7054d0e31b6e9cea6'
-
'f34569a8c442b2354d2748e9c69065849386c51cd4c875cf27d96bf207618043e710248f1be2569a7132eefdff34628e34d8ebee960e14799c5648a590c1c74c')
-
-prepare(){
-  mv -v "${pkgname}-${pkgname}-${pkgver}" "${pkgname}-${pkgver}"
-  cd "${pkgname}-${pkgver}"
-  # create empty local config (for overrides)
-  echo " "config.local.php"
-  # create .htaccess file
-  echo "#Require all denied" > .htaccess
-  # remove unneeded executable bits
-  find . -executable -type f \
--and -not -path "*scripts*" -exec chmod -c 644 {} \;
-  # remove symlinks
-  find . -type l -exec rm -v {} +
-  # remove unneeded debian directories
-  rm -rv ADDITIONS/squirrelmail-plugin/debian
-}
-
-package() {
-  cd "${pkgname}-${pkgver}"
-
-  # sysusers.d integration
-  install -vDm 644 ../${pkgname}.sysusers \
-"${pkgdir}/usr/lib/sysusers.d/${pkgname}.conf"
-  # tmpfiles.d integration
-  install -vDm 644 ../${pkgname}.tmpfiles \
-"${pkgdir}/usr/lib/tmpfiles.d/${pkgname}.conf"
-  # docs
-  install -vDm 644 {README.md,CHANGELOG.TXT} \
--t "${pkgdir}/usr/share/doc/${pkgname}/"
-  install -vDm 644 DOCUMENTS/{README*,*.{txt,md}} \
--t "${pkgdir}/usr/share/doc/${pkgname}/documents"
-  cp -av ADDITIONS 

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

2021-01-14 Thread Levente Polyak via arch-commits
Date: Thursday, January 14, 2021 @ 21:09:29
  Author: anthraxx
Revision: 820902

archrelease: copy trunk to community-x86_64

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

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

Deleted: PKGBUILD
===
--- PKGBUILD2021-01-14 21:09:28 UTC (rev 820901)
+++ PKGBUILD2021-01-14 21:09:29 UTC (rev 820902)
@@ -1,29 +0,0 @@
-# Maintainer: Levente Polyak 
-
-pkgname=hcxtools
-pkgver=6.1.4
-pkgrel=1
-pkgdesc='Portable solution for capturing wlan traffic and conversion to 
hashcat and John the Ripper formats'
-url='https://github.com/ZerBea/hcxtools'
-arch=('x86_64')
-license=('MIT')
-depends=('curl' 'libpcap' 'zlib' 'openssl')
-source=(https://github.com/ZerBea/hcxtools/archive/${pkgver}/${pkgname}-${pkgver}.tar.gz
-
https://github.com/ZerBea/hcxtools/releases/download/${pkgver}/${pkgname}-${pkgver}.tar.gz.asc)
-sha512sums=('dff6452d693cfc02345b86894c1b3cb06e75f1332ea959494883effec4bb7623bccc86406326bb03d7c748ab1d350ddc2921bbae54a67edcc5142513facf4667'
-'SKIP')
-validpgpkeys=('5920CE1C567948AFD2C0A9B7375516A45DB88630') # ZeroBeat 

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

Copied: hcxtools/repos/community-x86_64/PKGBUILD (from rev 820900, 
hcxtools/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2021-01-14 21:09:29 UTC (rev 820902)
@@ -0,0 +1,29 @@
+# Maintainer: Levente Polyak 
+
+pkgname=hcxtools
+pkgver=6.1.5
+pkgrel=1
+pkgdesc='Portable solution for capturing wlan traffic and conversion to 
hashcat and John the Ripper formats'
+url='https://github.com/ZerBea/hcxtools'
+arch=('x86_64')
+license=('MIT')
+depends=('curl' 'libcurl.so' 'libpcap' 'zlib' 'openssl')
+source=(https://github.com/ZerBea/hcxtools/archive/${pkgver}/${pkgname}-${pkgver}.tar.gz
+
https://github.com/ZerBea/hcxtools/releases/download/${pkgver}/${pkgname}-${pkgver}.tar.gz.asc)
+sha512sums=('1f4e9f9c066fc5d038a72db4c221d02342df7894c411a8e8f500036847fc8d1fe7f615268728f345a0c942445c6844ce4d1963712a65752fbde423c48d69f9d8'
+'SKIP')
+validpgpkeys=('5920CE1C567948AFD2C0A9B7375516A45DB88630') # ZeroBeat 

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


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

2021-01-14 Thread Levente Polyak via arch-commits
Date: Thursday, January 14, 2021 @ 21:09:25
  Author: anthraxx
Revision: 820900

upgpkg: hcxtools 6.1.5-1

Modified:
  hcxtools/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2021-01-14 21:09:17 UTC (rev 820899)
+++ PKGBUILD2021-01-14 21:09:25 UTC (rev 820900)
@@ -1,16 +1,16 @@
 # Maintainer: Levente Polyak 
 
 pkgname=hcxtools
-pkgver=6.1.4
+pkgver=6.1.5
 pkgrel=1
 pkgdesc='Portable solution for capturing wlan traffic and conversion to 
hashcat and John the Ripper formats'
 url='https://github.com/ZerBea/hcxtools'
 arch=('x86_64')
 license=('MIT')
-depends=('curl' 'libpcap' 'zlib' 'openssl')
+depends=('curl' 'libcurl.so' 'libpcap' 'zlib' 'openssl')
 
source=(https://github.com/ZerBea/hcxtools/archive/${pkgver}/${pkgname}-${pkgver}.tar.gz
 
https://github.com/ZerBea/hcxtools/releases/download/${pkgver}/${pkgname}-${pkgver}.tar.gz.asc)
-sha512sums=('dff6452d693cfc02345b86894c1b3cb06e75f1332ea959494883effec4bb7623bccc86406326bb03d7c748ab1d350ddc2921bbae54a67edcc5142513facf4667'
+sha512sums=('1f4e9f9c066fc5d038a72db4c221d02342df7894c411a8e8f500036847fc8d1fe7f615268728f345a0c942445c6844ce4d1963712a65752fbde423c48d69f9d8'
 'SKIP')
 validpgpkeys=('5920CE1C567948AFD2C0A9B7375516A45DB88630') # ZeroBeat 

 


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

2021-01-14 Thread David Runge via arch-commits
Date: Thursday, January 14, 2021 @ 21:09:17
  Author: dvzrv
Revision: 820899

upgpkg: postfixadmin 3.3.3-1: Upgrade to 3.3.3.

Modified:
  postfixadmin/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2021-01-14 21:04:54 UTC (rev 820898)
+++ PKGBUILD2021-01-14 21:09:17 UTC (rev 820899)
@@ -3,7 +3,7 @@
 # Contributor: Filip 
 
 pkgname=postfixadmin
-pkgver=3.3.2
+pkgver=3.3.3
 pkgrel=1
 pkgdesc="Web based interface to manage Postfix mailboxes, virtual domains and 
aliases"
 arch=('any')
@@ -31,11 +31,11 @@
 "${pkgname}.tmpfiles"
 "${pkgname}.uwsgi")
 install="${pkgname}.install"
-sha512sums=('786c3c8323023259d44ee711a5a6f5b38882c32143d663a92fd3ef91d6bb693f3af97b380f92b345e68efa2275abead80c01b32180c381a3768cc929ab2d63de'
+sha512sums=('363b91eb07f263a0f595e020725cacf9f9de058adaef3987efb3257d0e6fba526b075f8328e47763256278797ec946305d1e4c8ff5c55d77753f9ed72bfa4121'
 
'dc61527dbec79a3b19c8fcbc424fbfbe483cccf99a606e566ea6cd624d46c70a6d87dd8d4da398fedf12b60cfd0cf364c351d6b826e6eee6b2ca8eac0d9efcbe'
 
'7e55c844be7b186d9eb568fe097632651c683582da83e0ee24cd6dd7c5a581fe05e5462174237f542ff8dc5d17a8ab651a77f0087a0c8df01d7b36c7722b1440'
 
'd526f45b5904cfa2e0a7f9d31d88b92bc48c233b10cab927cc101d52ba6ba3724066e9528297c59ff1ab578038f68ddabef9cc9b8bb766b64c843cafcc8a25d9')
-b2sums=('3ddac453ade3277e934e88242775e3b70fd4462331433b0ca7d7c39e977e846541a68198707345d3305e62700d07ca41461b10ec3d766ce52ba453b2e977d5a1'
+b2sums=('005c2a370b6fe0d09a8f1845ff9537b7be3629844983b8592cb43f119d6c8691730140161c993e9edd53a73174944aeded8b4e50472e97823edc39721deb7af4'
 
'a73314d9befe48869ca121bddfb3af61e916f8458f388e13eed1a7ffd64e7ae75604dc3af92d3d4d5b97c30d3cb089e28cbf64c7e81e324f3ff85d75b15b5f0d'
 
'0e0170b08284dcfc5a68afd46a2e726d696905f3ddcd8158fed68c84fec039fabe60379005055e5fa1cc1fbb098c107b739d0e107f027bd7054d0e31b6e9cea6'
 
'f34569a8c442b2354d2748e9c69065849386c51cd4c875cf27d96bf207618043e710248f1be2569a7132eefdff34628e34d8ebee960e14799c5648a590c1c74c')


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

2021-01-14 Thread Levente Polyak via arch-commits
Date: Thursday, January 14, 2021 @ 21:04:54
  Author: anthraxx
Revision: 820898

archrelease: copy trunk to community-x86_64

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

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

Deleted: PKGBUILD
===
--- PKGBUILD2021-01-14 21:04:49 UTC (rev 820897)
+++ PKGBUILD2021-01-14 21:04:54 UTC (rev 820898)
@@ -1,31 +0,0 @@
-# Maintainer: Levente Polyak 
-
-pkgname=hcxdumptool
-pkgver=6.1.4
-pkgrel=1
-pkgdesc='Small tool to capture packets from wlan devices'
-url='https://github.com/ZerBea/hcxdumptool'
-arch=('x86_64')
-license=('MIT')
-depends=('glibc' 'openssl')
-source=(https://github.com/ZerBea/hcxdumptool/archive/${pkgver}/${pkgname}-${pkgver}.tar.gz
-
https://github.com/ZerBea/hcxdumptool/releases/download/${pkgver}/${pkgname}-${pkgver}.tar.gz.asc)
-sha512sums=('7525f6ac72372fcfe0a492f52a1819b097fee5a3d8e4def214c35a53a1bfce4d043288917ff9cea6f85c7d8fcb0959309ac78394ea6a969b3054d0b15a7b2024'
-'SKIP')
-b2sums=('4b1c4107b1db8056cde19fc21299cd9df51039f9b3367526b5525a79a37c27a8d985779f175c0a07f2f1afe713d0960cb50ca3a7a3b6b143022cc0aac093f706'
-'SKIP')
-validpgpkeys=('5920CE1C567948AFD2C0A9B7375516A45DB88630') # ZeroBeat 

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

Copied: hcxdumptool/repos/community-x86_64/PKGBUILD (from rev 820897, 
hcxdumptool/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2021-01-14 21:04:54 UTC (rev 820898)
@@ -0,0 +1,31 @@
+# Maintainer: Levente Polyak 
+
+pkgname=hcxdumptool
+pkgver=6.1.5
+pkgrel=1
+pkgdesc='Small tool to capture packets from wlan devices'
+url='https://github.com/ZerBea/hcxdumptool'
+arch=('x86_64')
+license=('MIT')
+depends=('glibc' 'openssl')
+source=(https://github.com/ZerBea/hcxdumptool/archive/${pkgver}/${pkgname}-${pkgver}.tar.gz
+
https://github.com/ZerBea/hcxdumptool/releases/download/${pkgver}/${pkgname}-${pkgver}.tar.gz.asc)
+sha512sums=('5ad90356ff9e44e5396a35c2eefe7b63d0c6d46174dd4316bfc968154e19a6081ed0a4a900c09c07cdd02cc97a6bbcd390745da05aa317980a9cbf2b049dd258'
+'SKIP')
+b2sums=('bd545e61a2578b5c3935a9770b833b17a74a2f4d99aa8b66ecdf5ce0b792018f5d331a6560a750ee84676ff7721207b8f166098a8b87c961dd51e4f1801128be'
+'SKIP')
+validpgpkeys=('5920CE1C567948AFD2C0A9B7375516A45DB88630') # ZeroBeat 

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


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

2021-01-14 Thread Levente Polyak via arch-commits
Date: Thursday, January 14, 2021 @ 21:04:49
  Author: anthraxx
Revision: 820897

upgpkg: hcxdumptool 6.1.5-1

Modified:
  hcxdumptool/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2021-01-14 21:02:33 UTC (rev 820896)
+++ PKGBUILD2021-01-14 21:04:49 UTC (rev 820897)
@@ -1,7 +1,7 @@
 # Maintainer: Levente Polyak 
 
 pkgname=hcxdumptool
-pkgver=6.1.4
+pkgver=6.1.5
 pkgrel=1
 pkgdesc='Small tool to capture packets from wlan devices'
 url='https://github.com/ZerBea/hcxdumptool'
@@ -10,9 +10,9 @@
 depends=('glibc' 'openssl')
 
source=(https://github.com/ZerBea/hcxdumptool/archive/${pkgver}/${pkgname}-${pkgver}.tar.gz
 
https://github.com/ZerBea/hcxdumptool/releases/download/${pkgver}/${pkgname}-${pkgver}.tar.gz.asc)
-sha512sums=('7525f6ac72372fcfe0a492f52a1819b097fee5a3d8e4def214c35a53a1bfce4d043288917ff9cea6f85c7d8fcb0959309ac78394ea6a969b3054d0b15a7b2024'
+sha512sums=('5ad90356ff9e44e5396a35c2eefe7b63d0c6d46174dd4316bfc968154e19a6081ed0a4a900c09c07cdd02cc97a6bbcd390745da05aa317980a9cbf2b049dd258'
 'SKIP')
-b2sums=('4b1c4107b1db8056cde19fc21299cd9df51039f9b3367526b5525a79a37c27a8d985779f175c0a07f2f1afe713d0960cb50ca3a7a3b6b143022cc0aac093f706'
+b2sums=('bd545e61a2578b5c3935a9770b833b17a74a2f4d99aa8b66ecdf5ce0b792018f5d331a6560a750ee84676ff7721207b8f166098a8b87c961dd51e4f1801128be'
 'SKIP')
 validpgpkeys=('5920CE1C567948AFD2C0A9B7375516A45DB88630') # ZeroBeat 

 


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

2021-01-14 Thread Levente Polyak via arch-commits
Date: Thursday, January 14, 2021 @ 21:02:33
  Author: anthraxx
Revision: 820896

archrelease: copy trunk to multilib-x86_64

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

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

Deleted: PKGBUILD
===
--- PKGBUILD2021-01-14 21:02:29 UTC (rev 820895)
+++ PKGBUILD2021-01-14 21:02:33 UTC (rev 820896)
@@ -1,50 +0,0 @@
-# Maintainer: Levente Polyak 
-# Contributor: Eric Bélanger 
-# Contributor: dorphell 
-
-_pkgname=libtiff
-pkgname=lib32-${_pkgname}
-pkgver=4.1.0
-pkgrel=1
-pkgdesc='Library for manipulation of TIFF images (32-bit)'
-url='http://www.simplesystems.org/libtiff/'
-arch=('x86_64')
-license=('custom')
-depends=('libtiff' 'lib32-gcc-libs' 'lib32-libjpeg' 'lib32-zlib' 'lib32-xz' 
'lib32-zstd')
-source=(https://download.osgeo.org/libtiff/tiff-${pkgver}.tar.gz{,.sig})
-sha512sums=('fd541dcb11e3d5afaa1ec2f073c9497099727a52f626b338ef87dc93ca2e23ca5f47634015a4beac616d4e8f05acf7b7cd5797fb218758cc2ad31b390491c5a6'
-'SKIP')
-validpgpkeys=('EBDFDB21B020EE8FD151A88DE301047DE1198975') # Bob Friesenhahn 

-
-build() {
-  export CC="gcc -m32"
-  export CXX="g++ -m32"
-  export PKG_CONFIG_PATH="/usr/lib32/pkgconfig"
-
-  cd tiff-${pkgver}
-  ./configure \
---prefix=/usr \
---sysconfdir=/etc \
---mandir=/usr/share/man \
---with-docdir=/usr/share/doc/${pkgname} \
---libdir=/usr/lib32 \
---includedir=/usr/include/libtiff32
-  sed -i -e 's/ -shared / -Wl,-O1,--as-needed\0/g' libtool
-  make
-}
-
-check() {
-  cd tiff-${pkgver}
-  make check
-}
-
-package() {
-  cd tiff-${pkgver}
-  make DESTDIR="${pkgdir}" install
-
-  rm -rf "${pkgdir}"/usr/{share,bin}
-  mkdir -p "${pkgdir}/usr/share/licenses"
-  ln -s ${_pkgname} "${pkgdir}/usr/share/licenses/${pkgname}"
-}
-
-# vim: ts=2 sw=2 et:

Copied: lib32-libtiff/repos/multilib-x86_64/PKGBUILD (from rev 820895, 
lib32-libtiff/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2021-01-14 21:02:33 UTC (rev 820896)
@@ -0,0 +1,53 @@
+# Maintainer: Levente Polyak 
+# Contributor: Eric Bélanger 
+# Contributor: dorphell 
+
+_pkgname=libtiff
+pkgname=lib32-${_pkgname}
+pkgver=4.2.0
+pkgrel=1
+pkgdesc='Library for manipulation of TIFF images (32-bit)'
+url='http://www.simplesystems.org/libtiff/'
+arch=('x86_64')
+license=('custom')
+depends=('libtiff' 'lib32-glibc' 'lib32-gcc-libs' 'lib32-libjpeg' 'lib32-zlib' 
'lib32-xz' 'lib32-zstd')
+source=(https://download.osgeo.org/libtiff/tiff-${pkgver}.tar.gz{,.sig})
+sha512sums=('d7d42e6e6dbda9604c638f28e6cfa4705191a4e8ea276d18031d50dbab0931ac91141e57a2cf294124487f1a2e6dfcb9be62431c1b69de5acf4d0e632f3322e5'
+'SKIP')
+b2sums=('62178da595e7ff4041f33643a87698580cd3a32d4536b5c60c414c9497616258686cf61514e1d4e0f062cb1333190c39ce86896bf07c01532c07454745d89cd9'
+'SKIP')
+validpgpkeys=('EBDFDB21B020EE8FD151A88DE301047DE1198975') # Bob Friesenhahn 

+
+build() {
+  export CC="gcc -m32"
+  export CXX="g++ -m32"
+  export PKG_CONFIG_PATH="/usr/lib32/pkgconfig"
+
+  cd tiff-${pkgver}
+  ./configure \
+--prefix=/usr \
+--sysconfdir=/etc \
+--mandir=/usr/share/man \
+--with-docdir=/usr/share/doc/${pkgname} \
+--libdir=/usr/lib32 \
+--includedir=/usr/include/libtiff32
+  sed -i -e 's/ -shared / -Wl,-O1,--as-needed\0/g' libtool
+  make
+}
+
+check() {
+  cd tiff-${pkgver}
+  make check
+}
+
+package() {
+  depends+=('libjpeg.so')
+  cd tiff-${pkgver}
+  make DESTDIR="${pkgdir}" install
+
+  rm -rf "${pkgdir}"/usr/{share,bin}
+  mkdir -p "${pkgdir}/usr/share/licenses"
+  ln -s ${_pkgname} "${pkgdir}/usr/share/licenses/${pkgname}"
+}
+
+# vim: ts=2 sw=2 et:


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

2021-01-14 Thread Levente Polyak via arch-commits
Date: Thursday, January 14, 2021 @ 21:02:29
  Author: anthraxx
Revision: 820895

upgpkg: lib32-libtiff 4.2.0-1

Modified:
  lib32-libtiff/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2021-01-14 20:43:04 UTC (rev 820894)
+++ PKGBUILD2021-01-14 21:02:29 UTC (rev 820895)
@@ -4,16 +4,18 @@
 
 _pkgname=libtiff
 pkgname=lib32-${_pkgname}
-pkgver=4.1.0
+pkgver=4.2.0
 pkgrel=1
 pkgdesc='Library for manipulation of TIFF images (32-bit)'
 url='http://www.simplesystems.org/libtiff/'
 arch=('x86_64')
 license=('custom')
-depends=('libtiff' 'lib32-gcc-libs' 'lib32-libjpeg' 'lib32-zlib' 'lib32-xz' 
'lib32-zstd')
+depends=('libtiff' 'lib32-glibc' 'lib32-gcc-libs' 'lib32-libjpeg' 'lib32-zlib' 
'lib32-xz' 'lib32-zstd')
 source=(https://download.osgeo.org/libtiff/tiff-${pkgver}.tar.gz{,.sig})
-sha512sums=('fd541dcb11e3d5afaa1ec2f073c9497099727a52f626b338ef87dc93ca2e23ca5f47634015a4beac616d4e8f05acf7b7cd5797fb218758cc2ad31b390491c5a6'
+sha512sums=('d7d42e6e6dbda9604c638f28e6cfa4705191a4e8ea276d18031d50dbab0931ac91141e57a2cf294124487f1a2e6dfcb9be62431c1b69de5acf4d0e632f3322e5'
 'SKIP')
+b2sums=('62178da595e7ff4041f33643a87698580cd3a32d4536b5c60c414c9497616258686cf61514e1d4e0f062cb1333190c39ce86896bf07c01532c07454745d89cd9'
+'SKIP')
 validpgpkeys=('EBDFDB21B020EE8FD151A88DE301047DE1198975') # Bob Friesenhahn 

 
 build() {
@@ -39,6 +41,7 @@
 }
 
 package() {
+  depends+=('libjpeg.so')
   cd tiff-${pkgver}
   make DESTDIR="${pkgdir}" install
 


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

2021-01-14 Thread Kpcyrd via arch-commits
Date: Thursday, January 14, 2021 @ 20:43:04
  Author: kpcyrd
Revision: 820894

archrelease: copy trunk to community-x86_64

Added:
  badtouch/repos/community-x86_64/PKGBUILD
(from rev 820893, badtouch/trunk/PKGBUILD)
  badtouch/repos/community-x86_64/badtouch.install
(from rev 820893, badtouch/trunk/badtouch.install)
Deleted:
  badtouch/repos/community-x86_64/PKGBUILD
  badtouch/repos/community-x86_64/badtouch.install

--+
 PKGBUILD |   96 ++---
 badtouch.install |   18 -
 2 files changed, 57 insertions(+), 57 deletions(-)

Deleted: PKGBUILD
===
--- PKGBUILD2021-01-14 20:42:52 UTC (rev 820893)
+++ PKGBUILD2021-01-14 20:43:04 UTC (rev 820894)
@@ -1,48 +0,0 @@
-# Maintainer: Levente Polyak 
-# Contributor: kpcyrd 
-
-pkgname=badtouch
-pkgver=0.7.2
-pkgrel=1
-pkgdesc='Scriptable network authentication cracker'
-url='https://github.com/kpcyrd/badtouch'
-depends=('openssl' 'lua52' 'libcap' 'zlib')
-makedepends=('cargo')
-arch=('x86_64')
-license=('GPL3')
-install=badtouch.install
-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)
-sha256sums=('f3e384ccd9ff90c19f081c8cb240aff28bac42e7b318b5a04f50a70fc75537a4'
-'SKIP')
-sha512sums=('1d20db2f45e52018ece0c34d8eb8ee32c89ef14aa73632d88ce48bb0a5645b9e66fec3645b68da12a980cbc4f31f7200601612f598835c7b8345edc50979a317'
-'SKIP')
-validpgpkeys=('64B13F7117D6E07D661BBCE0FE763A64F5E54FD6')
-
-build() {
-  cd ${pkgname}-${pkgver}
-  cargo build --release --locked
-}
-
-check() {
-  cd ${pkgname}-${pkgver}
-  cargo test --release --locked
-}
-
-package() {
-  cd ${pkgname}-${pkgver}
-  install -Dm 755 target/release/${pkgname} -t "${pkgdir}/usr/bin"
-
-  install -d "${pkgdir}/usr/share/bash-completion/completions" \
- "${pkgdir}/usr/share/zsh/site-functions" \
- "${pkgdir}/usr/share/fish/vendor_completions.d"
-  "${pkgdir}/usr/bin/badtouch" completions bash > 
"${pkgdir}/usr/share/bash-completion/completions/badtouch"
-  "${pkgdir}/usr/bin/badtouch" completions zsh > 
"${pkgdir}/usr/share/zsh/site-functions/_badtouch"
-  "${pkgdir}/usr/bin/badtouch" completions fish > 
"${pkgdir}/usr/share/fish/vendor_completions.d/badtouch.fish"
-
-  install -Dm 644 docs/badtouch.1 -t "${pkgdir}/usr/share/man/man1"
-  install -Dm 644 scripts/* -t "${pkgdir}/usr/share/doc/${pkgname}/examples"
-  install -Dm 644 README.md -t "${pkgdir}/usr/share/doc/${pkgname}"
-}
-
-# vim: ts=2 sw=2 et:

Copied: badtouch/repos/community-x86_64/PKGBUILD (from rev 820893, 
badtouch/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2021-01-14 20:43:04 UTC (rev 820894)
@@ -0,0 +1,48 @@
+# Maintainer: Levente Polyak 
+# Contributor: kpcyrd 
+
+pkgname=badtouch
+pkgver=0.7.3
+pkgrel=1
+pkgdesc='Scriptable network authentication cracker'
+url='https://github.com/kpcyrd/badtouch'
+depends=('openssl' 'lua52' 'libcap' 'zlib')
+makedepends=('cargo')
+arch=('x86_64')
+license=('GPL3')
+install=badtouch.install
+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)
+sha256sums=('cb09ae83bbe37e17ce1d5e86ba1c9f8b8dd1dc1b30e3f7d69d7cfd8db7ae5547'
+'SKIP')
+sha512sums=('e667192c9271720b94304a0af3f9eaa9e1408a0709dc005436270cc667e84dbcdd2d6cf924c0077f4782a786070f64e3b396e3d78f126777f2f077da9c05805e'
+'SKIP')
+validpgpkeys=('64B13F7117D6E07D661BBCE0FE763A64F5E54FD6')
+
+build() {
+  cd ${pkgname}-${pkgver}
+  cargo build --release --locked
+}
+
+check() {
+  cd ${pkgname}-${pkgver}
+  cargo test --release --locked
+}
+
+package() {
+  cd ${pkgname}-${pkgver}
+  install -Dm 755 target/release/${pkgname} -t "${pkgdir}/usr/bin"
+
+  install -d "${pkgdir}/usr/share/bash-completion/completions" \
+ "${pkgdir}/usr/share/zsh/site-functions" \
+ "${pkgdir}/usr/share/fish/vendor_completions.d"
+  "${pkgdir}/usr/bin/badtouch" completions bash > 
"${pkgdir}/usr/share/bash-completion/completions/badtouch"
+  "${pkgdir}/usr/bin/badtouch" completions zsh > 
"${pkgdir}/usr/share/zsh/site-functions/_badtouch"
+  "${pkgdir}/usr/bin/badtouch" completions fish > 
"${pkgdir}/usr/share/fish/vendor_completions.d/badtouch.fish"
+
+  install -Dm 644 docs/badtouch.1 -t "${pkgdir}/usr/share/man/man1"
+  install -Dm 644 scripts/* -t "${pkgdir}/usr/share/doc/${pkgname}/examples"
+  install -Dm 644 README.md -t "${pkgdir}/usr/share/doc/${pkgname}"
+}
+
+# vim: ts=2 sw=2 et:

Deleted: badtouch.install
===
--- badtouch.install2021-01-14 20:42:52 UTC 

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

2021-01-14 Thread Kpcyrd via arch-commits
Date: Thursday, January 14, 2021 @ 20:42:52
  Author: kpcyrd
Revision: 820893

upgpkg: badtouch 0.7.3-1

Modified:
  badtouch/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2021-01-14 20:39:42 UTC (rev 820892)
+++ PKGBUILD2021-01-14 20:42:52 UTC (rev 820893)
@@ -2,7 +2,7 @@
 # Contributor: kpcyrd 
 
 pkgname=badtouch
-pkgver=0.7.2
+pkgver=0.7.3
 pkgrel=1
 pkgdesc='Scriptable network authentication cracker'
 url='https://github.com/kpcyrd/badtouch'
@@ -13,9 +13,9 @@
 install=badtouch.install
 
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)
-sha256sums=('f3e384ccd9ff90c19f081c8cb240aff28bac42e7b318b5a04f50a70fc75537a4'
+sha256sums=('cb09ae83bbe37e17ce1d5e86ba1c9f8b8dd1dc1b30e3f7d69d7cfd8db7ae5547'
 'SKIP')
-sha512sums=('1d20db2f45e52018ece0c34d8eb8ee32c89ef14aa73632d88ce48bb0a5645b9e66fec3645b68da12a980cbc4f31f7200601612f598835c7b8345edc50979a317'
+sha512sums=('e667192c9271720b94304a0af3f9eaa9e1408a0709dc005436270cc667e84dbcdd2d6cf924c0077f4782a786070f64e3b396e3d78f126777f2f077da9c05805e'
 'SKIP')
 validpgpkeys=('64B13F7117D6E07D661BBCE0FE763A64F5E54FD6')
 


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

2021-01-14 Thread Morten Linderud via arch-commits
Date: Thursday, January 14, 2021 @ 20:39:42
  Author: foxboron
Revision: 820892

archrelease: copy trunk to community-x86_64

Added:
  gopls/repos/community-x86_64/PKGBUILD
(from rev 820891, gopls/trunk/PKGBUILD)
Deleted:
  gopls/repos/community-x86_64/PKGBUILD

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

Deleted: PKGBUILD
===
--- PKGBUILD2021-01-14 20:39:35 UTC (rev 820891)
+++ PKGBUILD2021-01-14 20:39:42 UTC (rev 820892)
@@ -1,33 +0,0 @@
-# Maintainer: Morten Linderud 
-# Contributor: Chad Kunde 
-
-pkgname=gopls
-pkgver=0.6.2
-pkgrel=1
-pkgdesc='Language server for Go programming language'
-arch=(x86_64 aarch64 armv7h armv7l)
-url='https://github.com/golang/tools/tree/master/gopls'
-license=(BSD)
-depends=(glibc)
-makedepends=('git' 'go')
-source=("${pkgname}-${pkgver}.tar.gz::https://github.com/golang/tools/archive/gopls/v${pkgver}.tar.gz;)
-sha256sums=('5103ccf1620f92d1024cd662c589c7cae20955c9275234a10e942eff455a')
-
-build() {
-  cd "tools-${pkgname}-v${pkgver}/${pkgname}"
-
-  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=readonly -modcacherw"
-  go build -o "${pkgname}"
-}
-
-package() {
-  cd "tools-${pkgname}-v${pkgver}"
-  install -Dm755 "${pkgname}/${pkgname}" -t "${pkgdir}"/usr/bin/
-  install -Dm644 LICENSE -t "${pkgdir}/usr/share/licenses/${pkgname}/"
-}
-
-# vim: ts=2 sw=2 et:

Copied: gopls/repos/community-x86_64/PKGBUILD (from rev 820891, 
gopls/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2021-01-14 20:39:42 UTC (rev 820892)
@@ -0,0 +1,33 @@
+# Maintainer: Morten Linderud 
+# Contributor: Chad Kunde 
+
+pkgname=gopls
+pkgver=0.6.3
+pkgrel=1
+pkgdesc='Language server for Go programming language'
+arch=(x86_64 aarch64 armv7h armv7l)
+url='https://github.com/golang/tools/tree/master/gopls'
+license=(BSD)
+depends=(glibc)
+makedepends=('git' 'go')
+source=("${pkgname}-${pkgver}.tar.gz::https://github.com/golang/tools/archive/gopls/v${pkgver}.tar.gz;)
+sha256sums=('fa50bbd02cadf8e45617a51f51379e22a67c9f1cada201cf01cb0750f7bb2a69')
+
+build() {
+  cd "tools-${pkgname}-v${pkgver}/${pkgname}"
+
+  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=readonly -modcacherw"
+  go build -o "${pkgname}"
+}
+
+package() {
+  cd "tools-${pkgname}-v${pkgver}"
+  install -Dm755 "${pkgname}/${pkgname}" -t "${pkgdir}"/usr/bin/
+  install -Dm644 LICENSE -t "${pkgdir}/usr/share/licenses/${pkgname}/"
+}
+
+# vim: ts=2 sw=2 et:


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

2021-01-14 Thread Morten Linderud via arch-commits
Date: Thursday, January 14, 2021 @ 20:39:35
  Author: foxboron
Revision: 820891

upgpkg: gopls 0.6.3-1

Modified:
  gopls/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2021-01-14 20:29:57 UTC (rev 820890)
+++ PKGBUILD2021-01-14 20:39:35 UTC (rev 820891)
@@ -2,7 +2,7 @@
 # Contributor: Chad Kunde 
 
 pkgname=gopls
-pkgver=0.6.2
+pkgver=0.6.3
 pkgrel=1
 pkgdesc='Language server for Go programming language'
 arch=(x86_64 aarch64 armv7h armv7l)
@@ -11,7 +11,7 @@
 depends=(glibc)
 makedepends=('git' 'go')
 
source=("${pkgname}-${pkgver}.tar.gz::https://github.com/golang/tools/archive/gopls/v${pkgver}.tar.gz;)
-sha256sums=('5103ccf1620f92d1024cd662c589c7cae20955c9275234a10e942eff455a')
+sha256sums=('fa50bbd02cadf8e45617a51f51379e22a67c9f1cada201cf01cb0750f7bb2a69')
 
 build() {
   cd "tools-${pkgname}-v${pkgver}/${pkgname}"


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

2021-01-14 Thread Morten Linderud via arch-commits
Date: Thursday, January 14, 2021 @ 20:29:57
  Author: foxboron
Revision: 820890

archrelease: copy trunk to community-x86_64

Added:
  conmon/repos/community-x86_64/PKGBUILD
(from rev 820889, conmon/trunk/PKGBUILD)
Deleted:
  conmon/repos/community-x86_64/PKGBUILD

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

Deleted: PKGBUILD
===
--- PKGBUILD2021-01-14 20:29:50 UTC (rev 820889)
+++ PKGBUILD2021-01-14 20:29:57 UTC (rev 820890)
@@ -1,30 +0,0 @@
-# Maintainer: Bartłomiej Piotrowski 
-# Maintainer: Morten Linderud 
-
-pkgname=conmon
-pkgver=2.0.23
-pkgrel=1
-epoch=1
-pkgdesc='OCI container runtime monitor'
-arch=(x86_64)
-url='https://github.com/containers/conmon'
-license=(APACHE)
-depends=(glibc glib2 systemd)
-makedepends=(git)
-_commit=0b961fcc8773d2a1ee884d6841372762cec86589   #refs/tags/v2.0.23
-source=("git+https://github.com/containers/conmon#commit=${_commit};)
-md5sums=('SKIP')
-
-pkgver() {
-  cd $pkgname
-  git describe --tags | sed 's/^v//;s/-/+/g'
-}
-
-build() {
-  cd conmon
-  make PREFIX=/usr LIBEXECDIR=/usr/lib DESTDIR="$pkgdir"
-}
-
-package() {
-  install -Dm755 conmon/bin/conmon "$pkgdir/usr/bin/conmon"
-}

Copied: conmon/repos/community-x86_64/PKGBUILD (from rev 820889, 
conmon/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2021-01-14 20:29:57 UTC (rev 820890)
@@ -0,0 +1,30 @@
+# Maintainer: Bartłomiej Piotrowski 
+# Maintainer: Morten Linderud 
+
+pkgname=conmon
+pkgver=2.0.24
+pkgrel=1
+epoch=1
+pkgdesc='OCI container runtime monitor'
+arch=(x86_64)
+url='https://github.com/containers/conmon'
+license=(APACHE)
+depends=(glibc glib2 systemd)
+makedepends=(git)
+_commit=9cbc71d699291dfb14e7c1e348a0d48feff7a27d   #refs/tags/v2.0.24
+source=("git+https://github.com/containers/conmon#commit=${_commit};)
+md5sums=('SKIP')
+
+pkgver() {
+  cd $pkgname
+  git describe --tags | sed 's/^v//;s/-/+/g'
+}
+
+build() {
+  cd conmon
+  make PREFIX=/usr LIBEXECDIR=/usr/lib DESTDIR="$pkgdir"
+}
+
+package() {
+  install -Dm755 conmon/bin/conmon "$pkgdir/usr/bin/conmon"
+}


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

2021-01-14 Thread Morten Linderud via arch-commits
Date: Thursday, January 14, 2021 @ 20:29:50
  Author: foxboron
Revision: 820889

upgpkg: conmon 1:2.0.24-1

Modified:
  conmon/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2021-01-14 20:26:47 UTC (rev 820888)
+++ PKGBUILD2021-01-14 20:29:50 UTC (rev 820889)
@@ -2,7 +2,7 @@
 # Maintainer: Morten Linderud 
 
 pkgname=conmon
-pkgver=2.0.23
+pkgver=2.0.24
 pkgrel=1
 epoch=1
 pkgdesc='OCI container runtime monitor'
@@ -11,7 +11,7 @@
 license=(APACHE)
 depends=(glibc glib2 systemd)
 makedepends=(git)
-_commit=0b961fcc8773d2a1ee884d6841372762cec86589   #refs/tags/v2.0.23
+_commit=9cbc71d699291dfb14e7c1e348a0d48feff7a27d   #refs/tags/v2.0.24
 source=("git+https://github.com/containers/conmon#commit=${_commit};)
 md5sums=('SKIP')
 


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

2021-01-14 Thread Sven-Hendrik Haase via arch-commits
Date: Thursday, January 14, 2021 @ 20:26:47
  Author: svenstaro
Revision: 820888

archrelease: copy trunk to community-x86_64

Added:
  broot/repos/community-x86_64/PKGBUILD
(from rev 820887, broot/trunk/PKGBUILD)
Deleted:
  broot/repos/community-x86_64/PKGBUILD

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

Deleted: PKGBUILD
===
--- PKGBUILD2021-01-14 20:26:35 UTC (rev 820887)
+++ PKGBUILD2021-01-14 20:26:47 UTC (rev 820888)
@@ -1,40 +0,0 @@
-# Maintainer: Sven-Hendrik Haase 
-# Contributor: Adam Fontenot 
-# Contributor: Daniel M. Capella 
-
-pkgname=broot
-pkgver=1.1.11
-pkgrel=1
-pkgdesc='Fuzzy Search + tree + cd'
-arch=('x86_64')
-url=https://github.com/Canop/broot
-license=('MIT')
-depends=('gcc-libs' 'zlib')
-makedepends=('rust')
-source=("https://github.com/Canop/broot/archive/v$pkgver/$pkgname-v$pkgver.tar.gz;)
-sha256sums=('6924aee9300c803dbff0a330f0bc787388bc0435124e40aa9d06594949c5d6c6')
-
-build() {
-  cd $pkgname-$pkgver
-  cargo build --release --locked
-}
-
-check() {
-  cd $pkgname-$pkgver
-  cargo test --release --locked
-}
-
-package() {
-  cd $pkgname-$pkgver
-  install -Dt "$pkgdir"/usr/bin target/release/$pkgname
-  sed -i "s/#version/$pkgver/" man/page
-  # Theoretically we could get the date from the CHANGELOG.md but it seems 
that the
-  # CHANGELOG.md entry for the current version isn't actually in the current 
release.
-  # changelog_date=$(sed -n "s/.*v$pkgver - \(.*\)$/\1/p" CHANGELOG.md)
-  sed -i "s/#date//" man/page
-  gzip --best man/page
-  install -Dm644 man/page.gz "$pkgdir/usr/share/man/man1/$pkgname.1.gz"
-  install -Dm644 LICENSE "$pkgdir/usr/share/licenses/$pkgname/LICENSE"
-}
-
-# vim:set ts=2 sw=2 et:

Copied: broot/repos/community-x86_64/PKGBUILD (from rev 820887, 
broot/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2021-01-14 20:26:47 UTC (rev 820888)
@@ -0,0 +1,40 @@
+# Maintainer: Sven-Hendrik Haase 
+# Contributor: Adam Fontenot 
+# Contributor: Daniel M. Capella 
+
+pkgname=broot
+pkgver=1.2.0
+pkgrel=1
+pkgdesc='Fuzzy Search + tree + cd'
+arch=('x86_64')
+url=https://github.com/Canop/broot
+license=('MIT')
+depends=('gcc-libs' 'zlib')
+makedepends=('rust')
+source=("https://github.com/Canop/broot/archive/v$pkgver/$pkgname-v$pkgver.tar.gz;)
+sha256sums=('87758fd6bc4bc3db32d6a557b84db28fa527be2102ecf9c465cb5a0393af428f')
+
+build() {
+  cd $pkgname-$pkgver
+  cargo build --release --locked
+}
+
+check() {
+  cd $pkgname-$pkgver
+  cargo test --release --locked
+}
+
+package() {
+  cd $pkgname-$pkgver
+  install -Dt "$pkgdir"/usr/bin target/release/$pkgname
+  sed -i "s/#version/$pkgver/" man/page
+  # Theoretically we could get the date from the CHANGELOG.md but it seems 
that the
+  # CHANGELOG.md entry for the current version isn't actually in the current 
release.
+  # changelog_date=$(sed -n "s/.*v$pkgver - \(.*\)$/\1/p" CHANGELOG.md)
+  sed -i "s/#date//" man/page
+  gzip --best man/page
+  install -Dm644 man/page.gz "$pkgdir/usr/share/man/man1/$pkgname.1.gz"
+  install -Dm644 LICENSE "$pkgdir/usr/share/licenses/$pkgname/LICENSE"
+}
+
+# vim:set ts=2 sw=2 et:


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

2021-01-14 Thread Sven-Hendrik Haase via arch-commits
Date: Thursday, January 14, 2021 @ 20:26:35
  Author: svenstaro
Revision: 820887

upgpkg: broot 1.2.0-1

Modified:
  broot/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2021-01-14 19:41:23 UTC (rev 820886)
+++ PKGBUILD2021-01-14 20:26:35 UTC (rev 820887)
@@ -3,7 +3,7 @@
 # Contributor: Daniel M. Capella 
 
 pkgname=broot
-pkgver=1.1.11
+pkgver=1.2.0
 pkgrel=1
 pkgdesc='Fuzzy Search + tree + cd'
 arch=('x86_64')
@@ -12,7 +12,7 @@
 depends=('gcc-libs' 'zlib')
 makedepends=('rust')
 
source=("https://github.com/Canop/broot/archive/v$pkgver/$pkgname-v$pkgver.tar.gz;)
-sha256sums=('6924aee9300c803dbff0a330f0bc787388bc0435124e40aa9d06594949c5d6c6')
+sha256sums=('87758fd6bc4bc3db32d6a557b84db28fa527be2102ecf9c465cb5a0393af428f')
 
 build() {
   cd $pkgname-$pkgver


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

2021-01-14 Thread Jelle van der Waa via arch-commits
Date: Thursday, January 14, 2021 @ 19:41:23
  Author: jelle
Revision: 820886

archrelease: copy trunk to community-x86_64

Added:
  meilisearch/repos/community-x86_64/PKGBUILD
(from rev 820885, meilisearch/trunk/PKGBUILD)
  meilisearch/repos/community-x86_64/meilisearch.conf
(from rev 820885, meilisearch/trunk/meilisearch.conf)
  meilisearch/repos/community-x86_64/meilisearch.service
(from rev 820885, meilisearch/trunk/meilisearch.service)
  meilisearch/repos/community-x86_64/meilisearch.sysusers
(from rev 820885, meilisearch/trunk/meilisearch.sysusers)
  meilisearch/repos/community-x86_64/meilisearch.tmpfiles
(from rev 820885, meilisearch/trunk/meilisearch.tmpfiles)
Deleted:
  meilisearch/repos/community-x86_64/PKGBUILD
  meilisearch/repos/community-x86_64/meilisearch.conf
  meilisearch/repos/community-x86_64/meilisearch.service
  meilisearch/repos/community-x86_64/meilisearch.sysusers
  meilisearch/repos/community-x86_64/meilisearch.tmpfiles

--+
 PKGBUILD |   82 -
 meilisearch.conf |   10 ++---
 meilisearch.service  |   68 
 meilisearch.sysusers |4 +-
 meilisearch.tmpfiles |2 -
 5 files changed, 83 insertions(+), 83 deletions(-)

Deleted: PKGBUILD
===
--- PKGBUILD2021-01-14 19:41:12 UTC (rev 820885)
+++ PKGBUILD2021-01-14 19:41:23 UTC (rev 820886)
@@ -1,41 +0,0 @@
-# Maintainer: Jelle van der Waa 
-
-_pkgname=MeiliSearch
-pkgname=meilisearch
-pkgver=0.18.0
-pkgrel=1
-pkgdesc="Lightning Fast, Ultra Relevant, and Typo-Tolerant Search Engine"
-arch=(x86_64)
-url="https://docs.meilisearch.com/;
-license=('MIT')
-depends=(gcc-libs)
-makedepends=(rust)
-source=(${pkgname}-${pkgver}.tar.gz::https://github.com/meilisearch/MeiliSearch/archive/v${pkgver}.tar.gz
-${pkgname}.service ${pkgname}.tmpfiles ${pkgname}.sysusers 
${pkgname}.conf)
-sha512sums=('86a7e787fcb6757bf313cf3133fc793e721fcfb2c103b4c09c0f1e5e9452d4499ca87c1c8c4c4dfa20107d89a82784e45ee46081b1530978147bd363d570'
-
'9391277cbc8fb44bd31c7c7ee7be54a006de9bab6b9dfa6e35422d2f4399e0e4ddc0522ecf6a7b8b934ebe5b50b64f97a2f2c3eeb2f494bfa7de20a70a0b3542'
-
'76284bf4c436a6b3365edd6bd12ffcb186b721d284b29933e77ddc841d333be9eeb2701c89fba1567a8eedda52787be8d3c5f55809a051488b7295fbb6842bce'
-
'b83518bd61cb587baac784b1b9bbe4a6a12be91c0a5b6cc0b3b631dde9cee1d59d6e43800a0d32b909fb2d90fe3f64e1ab63c3c8028428bed39f6c05d60c'
-
'9d63a9cca6cafb248fffcd4a6e5bac0905d4b87f3eb9793576003d3965e35e217c4c1d6b3206b25ef47143e7d538e71c746bc0352bcdf248ed19e12f58aedc12')
-validpgpkeys=()
-
-build() {
-  cd "$_pkgname-$pkgver"
-  cargo build --release --locked --all-features
-}
-
-check() {
-  cd "$_pkgname-$pkgver"
-  cargo test --release --locked
-}
-
-package() {
-  cd "$_pkgname-$pkgver"
-  install -Dm 755 target/release/${pkgname} -t "${pkgdir}/usr/bin"
-  install -D -m644 LICENSE "$pkgdir/usr/share/licenses/${pkgname}/LICENSE"
-
-  install -D -m644 "${srcdir}/meilisearch.service"  
"${pkgdir}/usr/lib/systemd/system/meilisearch.service"
-  install -D -m644 "${srcdir}/meilisearch.sysusers" 
"${pkgdir}/usr/lib/sysusers.d/meilisearch.conf"
-  install -D -m644 "${srcdir}/meilisearch.tmpfiles" 
"${pkgdir}/usr/lib/tmpfiles.d/meilisearch.conf"
-  install -D -m644 "${srcdir}/meilisearch.conf" 
"${pkgdir}/etc//meilisearch.conf"
-}

Copied: meilisearch/repos/community-x86_64/PKGBUILD (from rev 820885, 
meilisearch/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2021-01-14 19:41:23 UTC (rev 820886)
@@ -0,0 +1,41 @@
+# Maintainer: Jelle van der Waa 
+
+_pkgname=MeiliSearch
+pkgname=meilisearch
+pkgver=0.18.1
+pkgrel=1
+pkgdesc="Lightning Fast, Ultra Relevant, and Typo-Tolerant Search Engine"
+arch=(x86_64)
+url="https://docs.meilisearch.com/;
+license=('MIT')
+depends=(gcc-libs)
+makedepends=(rust)
+source=(${pkgname}-${pkgver}.tar.gz::https://github.com/meilisearch/MeiliSearch/archive/v${pkgver}.tar.gz
+${pkgname}.service ${pkgname}.tmpfiles ${pkgname}.sysusers 
${pkgname}.conf)
+sha512sums=('dc6875895cfe2439fb9ae245d9e0a317bf0322cd884d7ccbadac8b92c6cfbbb22319304900fee400a1f4cad39f2cbd6951c1226048f72e3b9ac5e09eafed19c2'
+
'9391277cbc8fb44bd31c7c7ee7be54a006de9bab6b9dfa6e35422d2f4399e0e4ddc0522ecf6a7b8b934ebe5b50b64f97a2f2c3eeb2f494bfa7de20a70a0b3542'
+
'76284bf4c436a6b3365edd6bd12ffcb186b721d284b29933e77ddc841d333be9eeb2701c89fba1567a8eedda52787be8d3c5f55809a051488b7295fbb6842bce'
+
'b83518bd61cb587baac784b1b9bbe4a6a12be91c0a5b6cc0b3b631dde9cee1d59d6e43800a0d32b909fb2d90fe3f64e1ab63c3c8028428bed39f6c05d60c'
+
'9d63a9cca6cafb248fffcd4a6e5bac0905d4b87f3eb9793576003d3965e35e217c4c1d6b3206b25ef47143e7d538e71c746bc0352bcdf248ed19e12f58aedc12')

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

2021-01-14 Thread Jelle van der Waa via arch-commits
Date: Thursday, January 14, 2021 @ 19:41:12
  Author: jelle
Revision: 820885

upgpkg: meilisearch 0.18.1-1

Modified:
  meilisearch/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2021-01-14 19:17:03 UTC (rev 820884)
+++ PKGBUILD2021-01-14 19:41:12 UTC (rev 820885)
@@ -2,7 +2,7 @@
 
 _pkgname=MeiliSearch
 pkgname=meilisearch
-pkgver=0.18.0
+pkgver=0.18.1
 pkgrel=1
 pkgdesc="Lightning Fast, Ultra Relevant, and Typo-Tolerant Search Engine"
 arch=(x86_64)
@@ -12,7 +12,7 @@
 makedepends=(rust)
 
source=(${pkgname}-${pkgver}.tar.gz::https://github.com/meilisearch/MeiliSearch/archive/v${pkgver}.tar.gz
 ${pkgname}.service ${pkgname}.tmpfiles ${pkgname}.sysusers 
${pkgname}.conf)
-sha512sums=('86a7e787fcb6757bf313cf3133fc793e721fcfb2c103b4c09c0f1e5e9452d4499ca87c1c8c4c4dfa20107d89a82784e45ee46081b1530978147bd363d570'
+sha512sums=('dc6875895cfe2439fb9ae245d9e0a317bf0322cd884d7ccbadac8b92c6cfbbb22319304900fee400a1f4cad39f2cbd6951c1226048f72e3b9ac5e09eafed19c2'
 
'9391277cbc8fb44bd31c7c7ee7be54a006de9bab6b9dfa6e35422d2f4399e0e4ddc0522ecf6a7b8b934ebe5b50b64f97a2f2c3eeb2f494bfa7de20a70a0b3542'
 
'76284bf4c436a6b3365edd6bd12ffcb186b721d284b29933e77ddc841d333be9eeb2701c89fba1567a8eedda52787be8d3c5f55809a051488b7295fbb6842bce'
 
'b83518bd61cb587baac784b1b9bbe4a6a12be91c0a5b6cc0b3b631dde9cee1d59d6e43800a0d32b909fb2d90fe3f64e1ab63c3c8028428bed39f6c05d60c'


[arch-commits] Commit in vim/repos/extra-x86_64 (8 files)

2021-01-14 Thread Levente Polyak via arch-commits
Date: Thursday, January 14, 2021 @ 19:36:21
  Author: anthraxx
Revision: 406260

archrelease: copy trunk to extra-x86_64

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

---+
 PKGBUILD  |  420 
 archlinux.vim |   92 ++--
 vimdoc.hook   |   22 +-
 vimrc |   36 ++--
 4 files changed, 285 insertions(+), 285 deletions(-)

Deleted: PKGBUILD
===
--- PKGBUILD2021-01-14 19:36:16 UTC (rev 406259)
+++ PKGBUILD2021-01-14 19:36:21 UTC (rev 406260)
@@ -1,210 +0,0 @@
-# Maintainer: Levente Polyak 
-# Contributor: Anatol Pomozov 
-# Contributor: Thomas Dziedzic 
-# Contributor: Jan "heftig" Steffens 
-# Contributor: tobias [ tobias at archlinux org ]
-# Contributor: Daniel J Griffiths 
-# Contributor: Christian Hesse 
-# Contributor: Eli Schwartz 
-
-pkgbase=vim
-pkgname=('vim' 'gvim' 'vim-runtime')
-pkgver=8.2.1989
-_versiondir=82
-pkgrel=3
-pkgdesc='Vi Improved, a highly configurable, improved version of the vi text 
editor'
-url='https://www.vim.org'
-arch=('x86_64')
-license=('custom:vim')
-makedepends=('glibc' 'libgcrypt' 'gpm' 'python2' 'python' 'ruby' 'libxt' 
'gtk3' 'lua'
- 'gawk' 'tcl' 'pcre' 'zlib' 'libffi' 'libcanberra')
-source=(https://github.com/vim/vim/archive/v${pkgver}/${pkgbase}-${pkgver}.tar.gz
-vimrc
-archlinux.vim
-vimdoc.hook)
-sha256sums=('81d5d6a48cd421c7a8056f9436436de1ed37598341cbec3b1db7ff99c3889276'
-'b16e85e457397ab2043a7ee0a3c84307c6b4eac157fd0b721694761f25b3ed5b'
-'cc3d931129854c298eb22e993ec14c2ad86cc1e70a08a64496f5e06559289972'
-'8e9656934d9d7793063230d15a689e10455e6db9b9fe73afa0f294792795d8ae')
-sha512sums=('5d13be4220111a94d8b6b82b6516d4a51a86d4ff85890df2eb0c559e6adb7ace6aa8217f5893013961eeaedfd494cd1c04bbb4c1db3c9356425961e5890e06d7'
-
'4b5bed0813f22af9e158ea9aa56a4a9862dd786ba2d201f20159ccf652da6190164aaed0b6b7217d578f7b25c33a8adcc307bfcf3caa8d173a7ff29e2a00fee7'
-
'fe091d289d876f45319c898f6021ef86d6a238b540c225a279c46efc5c36fa7d868cd0cee73a111811c4be90df160f85340bb251be3a437727dbe5c699950363'
-
'a02ad0d66f300160911aeb81d8886c6c558436ac4ee3fcd161dd65c6b1e5d1f41b9005a7f5bb5ba68d57027fc1c8e43daabf055bd6207fb5a216a67f758df8d1')
-
-prepare() {
-  (cd vim-${pkgver}/src
-# define the place for the global (g)vimrc file (set to /etc/vimrc)
-sed -E 's|^.*(#define SYS_.*VIMRC_FILE.*").*$|\1|g' -i feature.h
-sed -E 's|^.*(#define VIMRC_FILE.*").*$|\1|g' -i feature.h
-autoconf
-  )
-  cp -a vim-${pkgver} gvim-${pkgver}
-}
-
-build() {
-  msg2 "Building vim..."
-  (cd vim-${pkgver}
-./configure \
-  --prefix=/usr \
-  --localstatedir=/var/lib/vim \
-  --with-features=huge \
-  --with-compiledby='Arch Linux' \
-  --enable-gpm \
-  --enable-acl \
-  --with-x=no \
-  --disable-gui \
-  --enable-multibyte \
-  --enable-cscope \
-  --enable-netbeans \
-  --enable-perlinterp=dynamic \
-  --enable-pythoninterp=dynamic \
-  --enable-python3interp=dynamic \
-  --enable-rubyinterp=dynamic \
-  --enable-luainterp=dynamic \
-  --enable-tclinterp=dynamic \
-  --disable-canberra
-make
-  )
-
-  msg2 "Building gvim..."
-  (cd gvim-${pkgver}
-./configure \
-  --prefix=/usr \
-  --localstatedir=/var/lib/vim \
-  --with-features=huge \
-  --with-compiledby='Arch Linux' \
-  --enable-gpm \
-  --enable-acl \
-  --with-x=yes \
-  --enable-gui=gtk3 \
-  --enable-multibyte \
-  --enable-cscope \
-  --enable-netbeans \
-  --enable-perlinterp=dynamic \
-  --enable-pythoninterp=dynamic \
-  --enable-python3interp=dynamic \
-  --enable-rubyinterp=dynamic \
-  --enable-luainterp=dynamic \
-  --enable-tclinterp=dynamic \
-  --enable-canberra
-make
-  )
-}
-
-check() {
-  cd vim-${pkgver}
-  TERM=xterm make -j1 test
-}
-
-package_vim-runtime() {
-  pkgdesc+=' (shared runtime)'
-  optdepends=('sh: support for some tools and macros'
-  'python: demoserver example tool'
-  'gawk: mve tools upport')
-  backup=('etc/vimrc')
-
-  cd vim-${pkgver}
-
-  make -j1 VIMRCLOC=/etc DESTDIR="${pkgdir}" install
-  # man and bin files belong to 'vim'
-  rm -r "${pkgdir}"/usr/share/man/ "${pkgdir}"/usr/bin/
-
-  # Don't forget logtalk.dict
-  install -Dm 644 runtime/ftplugin/logtalk.dict \
-"${pkgdir}"/usr/share/vim/vim${_versiondir}/ftplugin/logtalk.dict
-
-  

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

2021-01-14 Thread Levente Polyak via arch-commits
Date: Thursday, January 14, 2021 @ 19:36:16
  Author: anthraxx
Revision: 406259

upgpkg: vim 8.2.2347-1

Modified:
  vim/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2021-01-14 18:45:31 UTC (rev 406258)
+++ PKGBUILD2021-01-14 19:36:16 UTC (rev 406259)
@@ -9,9 +9,9 @@
 
 pkgbase=vim
 pkgname=('vim' 'gvim' 'vim-runtime')
-pkgver=8.2.1989
+pkgver=8.2.2347
 _versiondir=82
-pkgrel=3
+pkgrel=1
 pkgdesc='Vi Improved, a highly configurable, improved version of the vi text 
editor'
 url='https://www.vim.org'
 arch=('x86_64')
@@ -22,11 +22,11 @@
 vimrc
 archlinux.vim
 vimdoc.hook)
-sha256sums=('81d5d6a48cd421c7a8056f9436436de1ed37598341cbec3b1db7ff99c3889276'
+sha256sums=('bbd5f10f30600eebd844768dfd9dd203fd6e0dd605a40380a4af0ba65e10d747'
 'b16e85e457397ab2043a7ee0a3c84307c6b4eac157fd0b721694761f25b3ed5b'
 'cc3d931129854c298eb22e993ec14c2ad86cc1e70a08a64496f5e06559289972'
 '8e9656934d9d7793063230d15a689e10455e6db9b9fe73afa0f294792795d8ae')
-sha512sums=('5d13be4220111a94d8b6b82b6516d4a51a86d4ff85890df2eb0c559e6adb7ace6aa8217f5893013961eeaedfd494cd1c04bbb4c1db3c9356425961e5890e06d7'
+sha512sums=('cadf72d69dae22ae059d9ec62dc45d2b75df08138af639d395d8a067e0f97ef3be296477e00363c24efa5582b5cdc221aaf6dcba2e214da7aa3950e8773ae1c3'
 
'4b5bed0813f22af9e158ea9aa56a4a9862dd786ba2d201f20159ccf652da6190164aaed0b6b7217d578f7b25c33a8adcc307bfcf3caa8d173a7ff29e2a00fee7'
 
'fe091d289d876f45319c898f6021ef86d6a238b540c225a279c46efc5c36fa7d868cd0cee73a111811c4be90df160f85340bb251be3a437727dbe5c699950363'
 
'a02ad0d66f300160911aeb81d8886c6c558436ac4ee3fcd161dd65c6b1e5d1f41b9005a7f5bb5ba68d57027fc1c8e43daabf055bd6207fb5a216a67f758df8d1')


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

2021-01-14 Thread David Runge via arch-commits
Date: Thursday, January 14, 2021 @ 19:17:03
  Author: dvzrv
Revision: 820884

archrelease: copy trunk to community-x86_64

Added:
  qjackctl/repos/community-x86_64/PKGBUILD
(from rev 820883, qjackctl/trunk/PKGBUILD)
Deleted:
  qjackctl/repos/community-x86_64/PKGBUILD

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

Deleted: PKGBUILD
===
--- PKGBUILD2021-01-14 19:16:56 UTC (rev 820883)
+++ PKGBUILD2021-01-14 19:17:03 UTC (rev 820884)
@@ -1,36 +0,0 @@
-# Maintainer: David Runge 
-# Contributor: Ray Rashif 
-# Contributor: Tobias Kieslich 
-
-pkgname=qjackctl
-pkgver=0.9.0
-pkgrel=1
-pkgdesc="A Qt front-end for the JACK low-latency audio server"
-url="https://qjackctl.sourceforge.io;
-arch=('x86_64')
-license=('GPL2')
-groups=('pro-audio')
-depends=('gcc-libs' 'glibc' 'hicolor-icon-theme' 'qt5-base')
-makedepends=('alsa-lib' 'cmake' 'jack' 'qt5-tools' 'portaudio')
-optdepends=('portaudio: Portaudio support')
-source=("https://downloads.sourceforge.net/${pkgname}/${pkgname}-${pkgver}.tar.gz;)
-sha512sums=('5aa6f3e86b6a5c528daa5fdb71b5400d5882fea6569d585a86bb6b9fa66b62699472fd82999a6f4eb1a375c70e684a20214240c1fc3b44239c22d182e3ae1b1c')
-b2sums=('3be89091b6efb34d2dffee92fdfda5dabadc8b6e9f9a248cc5cd60df423482dc65342e9758a98f34c5c01bfba74eac64039e3ec2de157df0e03f8bf09a7a14fc')
-
-build() {
-  cd "${pkgname}-${pkgver}"
-  cmake -DCMAKE_INSTALL_PREFIX=/usr \
--DCMAKE_BUILD_TYPE='None' \
--Wno-dev \
--B build \
--S .
-  make VERBOSE=1 -C build
-}
-
-package() {
-  depends+=('libasound.so' 'libjack.so')
-  cd "${pkgname}-${pkgver}"
-  make VERBOSE=1 DESTDIR="$pkgdir" install -C build
-  install -t "${pkgdir}/usr/share/doc/${pkgname}" \
--vDm 644 {AUTHORS,ChangeLog,README,TODO,TRANSLATORS}
-}

Copied: qjackctl/repos/community-x86_64/PKGBUILD (from rev 820883, 
qjackctl/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2021-01-14 19:17:03 UTC (rev 820884)
@@ -0,0 +1,37 @@
+# Maintainer: David Runge 
+# Contributor: Ray Rashif 
+# Contributor: Tobias Kieslich 
+
+pkgname=qjackctl
+pkgver=0.9.0
+pkgrel=2
+pkgdesc="A Qt front-end for the JACK low-latency audio server"
+url="https://qjackctl.sourceforge.io;
+arch=('x86_64')
+license=('GPL2')
+groups=('pro-audio')
+depends=('gcc-libs' 'glibc' 'hicolor-icon-theme' 'qt5-base')
+makedepends=('alsa-lib' 'cmake' 'jack' 'qt5-tools' 'portaudio')
+optdepends=('portaudio: Portaudio support')
+source=("https://downloads.sourceforge.net/${pkgname}/${pkgname}-${pkgver}.tar.gz;)
+sha512sums=('5aa6f3e86b6a5c528daa5fdb71b5400d5882fea6569d585a86bb6b9fa66b62699472fd82999a6f4eb1a375c70e684a20214240c1fc3b44239c22d182e3ae1b1c')
+b2sums=('3be89091b6efb34d2dffee92fdfda5dabadc8b6e9f9a248cc5cd60df423482dc65342e9758a98f34c5c01bfba74eac64039e3ec2de157df0e03f8bf09a7a14fc')
+
+prepare() {
+  cd "${pkgname}-${pkgver}"
+  autoreconf -vfi
+}
+
+build() {
+  cd "${pkgname}-${pkgver}"
+  ./configure --prefix='/usr'
+  make
+}
+
+package() {
+  depends+=('libasound.so' 'libjack.so')
+  cd "${pkgname}-${pkgver}"
+  make VERBOSE=1 DESTDIR="$pkgdir" install
+  install -t "${pkgdir}/usr/share/doc/${pkgname}" \
+-vDm 644 {AUTHORS,ChangeLog,README,TODO,TRANSLATORS}
+}


  1   2   3   >