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

2022-07-27 Thread Felix Yan via arch-commits
Date: Thursday, July 28, 2022 @ 04:24:31
  Author: felixonmars
Revision: 1258962

archrelease: copy trunk to community-any

Added:
  npm/repos/community-any/PKGBUILD
(from rev 1258961, npm/trunk/PKGBUILD)
Deleted:
  npm/repos/community-any/PKGBUILD

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

Deleted: PKGBUILD
===
--- PKGBUILD2022-07-28 04:24:04 UTC (rev 1258961)
+++ PKGBUILD2022-07-28 04:24:31 UTC (rev 1258962)
@@ -1,58 +0,0 @@
-# Maintainer: Felix Yan 
-
-pkgname=npm
-pkgver=8.15.0
-pkgrel=1
-pkgdesc='A package manager for javascript'
-arch=('any')
-url='https://www.npmjs.com/'
-license=('custom:Artistic')
-depends=('nodejs' 'node-gyp' 'nodejs-nopt' 'semver')
-# libgl: TODO
-# libvips: for sharp (doc build) (disabled as current version of gatsby 
imports a broken sharp)
-# libxi: for cwebp (doc build)
-makedepends=('libgl' 'libxi' 'procps-ng' 'python')
-options=('!emptydirs')
-source=("https://github.com/npm/cli/archive/v$pkgver/$pkgname-$pkgver.tar.gz;)
-sha512sums=('7ba9fa9a19dba83d81f9ab1c7664521d58b155cb5dbb9ab7a1ae5f1b6935224f90f4d887128bb42844ed0d7cbd9737064b8f29af808348f7799071da7f1febb9')
-
-prepare() {
-  cd cli-$pkgver
-  # 'deps' was added as a dep for many Makefile targets since 8.6 but it's not 
easy to fix.
-  # Let's skip and do it ourselves instead.
-  sed -i 's|node bin/npm-cli.js run resetdeps|true|' Makefile
-}
-
-build() {
-  cd cli-$pkgver
-  node . i --ignore-scripts --no-audit --no-fund
-  NODE_PATH=/usr/lib/node_modules make
-}
-
-package() {
-  cd cli-$pkgver
-  node bin/npm-cli.js install -g -f --prefix="$pkgdir/usr" $(node 
bin/npm-cli.js pack | tail -1)
-
-  # Non-deterministic race in npm gives 777 permissions to random directories.
-  # See https://github.com/npm/npm/issues/9359 for details.
-  chmod -R u=rwX,go=rX "$pkgdir"
-
-  # npm installs package.json owned by build user
-  # https://bugs.archlinux.org/task/63396
-  chown -R root:root "$pkgdir"
-
-  # Experimental dedup
-  _npmdir="$pkgdir"/usr/lib/node_modules/$pkgname
-  rm -r "$_npmdir"/node_modules/{,.bin/}semver
-  rm -r "$_npmdir"/node_modules/{,.bin/}node-gyp
-  rm -r "$_npmdir"/node_modules/{,.bin/}nopt
-  sed -i 
's|../../node_modules/node-gyp/bin/node-gyp.js|../../../node-gyp/bin/node-gyp.js|'
 \
-"$_npmdir"/bin/node-gyp-bin/node-gyp
-
-  install -dm755 "$pkgdir"/usr/share/bash-completion/completions
-  node "$srcdir"/cli-$pkgver/bin/npm-cli.js completion > 
"$pkgdir"/usr/share/bash-completion/completions/npm
-
-  mv "$pkgdir"/usr/lib/node_modules/npm/man "$pkgdir"/usr/share/
-
-  install -Dm644 "$srcdir"/cli-$pkgver/LICENSE -t 
"$pkgdir"/usr/share/licenses/$pkgname/
-}

Copied: npm/repos/community-any/PKGBUILD (from rev 1258961, npm/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2022-07-28 04:24:31 UTC (rev 1258962)
@@ -0,0 +1,58 @@
+# Maintainer: Felix Yan 
+
+pkgname=npm
+pkgver=8.15.1
+pkgrel=1
+pkgdesc='A package manager for javascript'
+arch=('any')
+url='https://www.npmjs.com/'
+license=('custom:Artistic')
+depends=('nodejs' 'node-gyp' 'nodejs-nopt' 'semver')
+# libgl: TODO
+# libvips: for sharp (doc build) (disabled as current version of gatsby 
imports a broken sharp)
+# libxi: for cwebp (doc build)
+makedepends=('libgl' 'libxi' 'procps-ng' 'python')
+options=('!emptydirs')
+source=("https://github.com/npm/cli/archive/v$pkgver/$pkgname-$pkgver.tar.gz;)
+sha512sums=('3829bd779343046af5146e87df6d5cd0bb871ea0b12bba5138bc2da60706d3d968678844a6f0612887aefb0a9ff9f82a71e22f4ebe8c83350d089073db918e78')
+
+prepare() {
+  cd cli-$pkgver
+  # 'deps' was added as a dep for many Makefile targets since 8.6 but it's not 
easy to fix.
+  # Let's skip and do it ourselves instead.
+  sed -i 's|node bin/npm-cli.js run resetdeps|true|' Makefile
+}
+
+build() {
+  cd cli-$pkgver
+  node . i --ignore-scripts --no-audit --no-fund
+  NODE_PATH=/usr/lib/node_modules make
+}
+
+package() {
+  cd cli-$pkgver
+  node bin/npm-cli.js install -g -f --prefix="$pkgdir/usr" $(node 
bin/npm-cli.js pack | tail -1)
+
+  # Non-deterministic race in npm gives 777 permissions to random directories.
+  # See https://github.com/npm/npm/issues/9359 for details.
+  chmod -R u=rwX,go=rX "$pkgdir"
+
+  # npm installs package.json owned by build user
+  # https://bugs.archlinux.org/task/63396
+  chown -R root:root "$pkgdir"
+
+  # Experimental dedup
+  _npmdir="$pkgdir"/usr/lib/node_modules/$pkgname
+  rm -r "$_npmdir"/node_modules/{,.bin/}semver
+  rm -r "$_npmdir"/node_modules/{,.bin/}node-gyp
+  rm -r "$_npmdir"/node_modules/{,.bin/}nopt
+  sed -i 
's|../../node_modules/node-gyp/bin/node-gyp.js|../../../node-gyp/bin/node-gyp.js|'
 \
+"$_npmdir"/bin/node-gyp-bin/node-gyp
+
+  install -dm755 "$pkgdir"/usr/share/bash-completion/completions
+  node 

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

2022-07-27 Thread Felix Yan via arch-commits
Date: Thursday, July 28, 2022 @ 04:24:04
  Author: felixonmars
Revision: 1258961

upgpkg: npm 8.15.1-1

Modified:
  npm/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2022-07-28 00:06:04 UTC (rev 1258960)
+++ PKGBUILD2022-07-28 04:24:04 UTC (rev 1258961)
@@ -1,7 +1,7 @@
 # Maintainer: Felix Yan 
 
 pkgname=npm
-pkgver=8.15.0
+pkgver=8.15.1
 pkgrel=1
 pkgdesc='A package manager for javascript'
 arch=('any')
@@ -14,7 +14,7 @@
 makedepends=('libgl' 'libxi' 'procps-ng' 'python')
 options=('!emptydirs')
 source=("https://github.com/npm/cli/archive/v$pkgver/$pkgname-$pkgver.tar.gz;)
-sha512sums=('7ba9fa9a19dba83d81f9ab1c7664521d58b155cb5dbb9ab7a1ae5f1b6935224f90f4d887128bb42844ed0d7cbd9737064b8f29af808348f7799071da7f1febb9')
+sha512sums=('3829bd779343046af5146e87df6d5cd0bb871ea0b12bba5138bc2da60706d3d968678844a6f0612887aefb0a9ff9f82a71e22f4ebe8c83350d089073db918e78')
 
 prepare() {
   cd cli-$pkgver



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

2022-07-27 Thread Bruno Pagani via arch-commits
Date: Thursday, July 28, 2022 @ 00:06:04
  Author: archange
Revision: 1258960

archrelease: copy trunk to community-x86_64

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

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

Deleted: PKGBUILD
===
--- PKGBUILD2022-07-28 00:04:17 UTC (rev 1258959)
+++ PKGBUILD2022-07-28 00:06:04 UTC (rev 1258960)
@@ -1,98 +0,0 @@
-# Maintainer: Bruno Pagani 
-# Contributor: Steef Hegeman 
-# Contributor: Luca Weiss 
-# Contributor: Julian Schacher 
-
-_electron=electron
-pkgbase=element.io
-pkgname=(element-web element-desktop)
-pkgver=1.11.0
-pkgrel=1
-pkgdesc="Glossy Matrix collaboration client — "
-arch=(x86_64)
-url="https://element.io;
-license=(Apache)
-makedepends=(npm git yarn python rust tcl ${_electron} nodejs-lts-gallium)
-_url="https://github.com/vector-im/element;
-source=(element-web-${pkgver}.tar.gz::${_url}-web/archive/v${pkgver}.tar.gz
-
element-web-${pkgver}.tar.gz.asc::${_url}-web/releases/download/v${pkgver}/v${pkgver}-src.tar.gz.asc
-
element-desktop-${pkgver}.tar.gz::${_url}-desktop/archive/v${pkgver}.tar.gz
-
element-desktop-${pkgver}.tar.gz.asc::${_url}-desktop/releases/download/v${pkgver}/v${pkgver}-src.tar.gz.asc
-autolaunch.patch
-io.element.Element.desktop
-element-desktop.sh)
-sha256sums=('73d248b8d7b53d05c4a4297de125d1f350f2ddfa17b428e0aa4ed46ede5031e2'
-'SKIP'
-'1a098b81ee4dcd2053d9fe19c37813721e7e49e53d300fb8463498fe48192105'
-'SKIP'
-'aaae4ffa41590361dac0c159aecc1166f69e459e89faa9d5cab1202f0277e06f'
-'0103f28a32fe31f698836516783c1c70a76a0117b5df7fd0af5c422c224220f9'
-'c1bd9ace215e3ec9af14d7f28b163fc8c8b42e23a2cf04ce6f4ce2fcc465feba')
-validpgpkeys=(712BFBEE92DCA45252DB17D7C7BE97EFA179B100) # Element Releases 

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

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

2022-07-27 Thread Bruno Pagani via arch-commits
Date: Thursday, July 28, 2022 @ 00:04:17
  Author: archange
Revision: 1258959

upgpkg: element.io 1.11.1-1

Added:
  element.io/trunk/keys/
  element.io/trunk/keys/pgp/
  element.io/trunk/keys/pgp/712BFBEE92DCA45252DB17D7C7BE97EFA179B100.asc
Modified:
  element.io/trunk/PKGBUILD
  element.io/trunk/autolaunch.patch

---+
 PKGBUILD  |8 
 autolaunch.patch  |6 +++---
 keys/pgp/712BFBEE92DCA45252DB17D7C7BE97EFA179B100.asc |1 +
 3 files changed, 8 insertions(+), 7 deletions(-)

Modified: PKGBUILD
===
--- PKGBUILD2022-07-27 23:36:32 UTC (rev 1258958)
+++ PKGBUILD2022-07-28 00:04:17 UTC (rev 1258959)
@@ -6,7 +6,7 @@
 _electron=electron
 pkgbase=element.io
 pkgname=(element-web element-desktop)
-pkgver=1.11.0
+pkgver=1.11.1
 pkgrel=1
 pkgdesc="Glossy Matrix collaboration client — "
 arch=(x86_64)
@@ -21,11 +21,11 @@
 autolaunch.patch
 io.element.Element.desktop
 element-desktop.sh)
-sha256sums=('73d248b8d7b53d05c4a4297de125d1f350f2ddfa17b428e0aa4ed46ede5031e2'
+sha256sums=('b223fcff42a305ce8034892e0bdcb4806e45f5fd7f902e2914bc65dbd910230b'
 'SKIP'
-'1a098b81ee4dcd2053d9fe19c37813721e7e49e53d300fb8463498fe48192105'
+'b93c82705bde69504d201b3624bcbd5fb258c0bf20e1535c0339132e593469b4'
 'SKIP'
-'aaae4ffa41590361dac0c159aecc1166f69e459e89faa9d5cab1202f0277e06f'
+'268485f35103d00a89be7f5c84703e3d393350c71f4f90932f7bcb5ea2fd094f'
 '0103f28a32fe31f698836516783c1c70a76a0117b5df7fd0af5c422c224220f9'
 'c1bd9ace215e3ec9af14d7f28b163fc8c8b42e23a2cf04ce6f4ce2fcc465feba')
 validpgpkeys=(712BFBEE92DCA45252DB17D7C7BE97EFA179B100) # Element Releases 


Modified: autolaunch.patch
===
--- autolaunch.patch2022-07-27 23:36:32 UTC (rev 1258958)
+++ autolaunch.patch2022-07-28 00:04:17 UTC (rev 1258959)
@@ -1,9 +1,9 @@
 diff --git a/src/electron-main.ts b/src/electron-main.ts
 --- a/src/electron-main.ts
 +++ b/src/electron-main.ts
-@@ -229,6 +229,7 @@ async function setupGlobals() {
- launcher = new AutoLaunch({
- name: vectorConfig.brand || 'Element',
+@@ -204,6 +204,7 @@ async function setupGlobals() {
+ global.launcher = new AutoLaunch({
+ name: global.vectorConfig.brand || 'Element',
  isHidden: true,
 +path: "/usr/bin/element-desktop",
  mac: {

Added: keys/pgp/712BFBEE92DCA45252DB17D7C7BE97EFA179B100.asc
===
(Binary files differ)

Index: element.io/trunk/keys/pgp/712BFBEE92DCA45252DB17D7C7BE97EFA179B100.asc
===
--- keys/pgp/712BFBEE92DCA45252DB17D7C7BE97EFA179B100.asc   2022-07-27 
23:36:32 UTC (rev 1258958)
+++ keys/pgp/712BFBEE92DCA45252DB17D7C7BE97EFA179B100.asc   2022-07-28 
00:04:17 UTC (rev 1258959)

Property changes on: 
element.io/trunk/keys/pgp/712BFBEE92DCA45252DB17D7C7BE97EFA179B100.asc
___
Added: svn:mime-type
## -0,0 +1 ##
+application/pgp-keys
\ No newline at end of property


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

2022-07-27 Thread Evangelos Foutras via arch-commits
Date: Wednesday, July 27, 2022 @ 23:36:32
  Author: foutrelis
Revision: 1258958

archrelease: copy trunk to community-x86_64

Added:
  wasmer/repos/community-x86_64/PKGBUILD
(from rev 1258957, wasmer/trunk/PKGBUILD)
Deleted:
  wasmer/repos/community-x86_64/PKGBUILD

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

Deleted: PKGBUILD
===
--- PKGBUILD2022-07-27 23:36:27 UTC (rev 1258957)
+++ PKGBUILD2022-07-27 23:36:32 UTC (rev 1258958)
@@ -1,36 +0,0 @@
-# Maintainer: Sven-Hendrik Haase 
-# Contributor: Julius Michaelis 
-
-pkgname=wasmer
-pkgver=2.3.0
-pkgrel=1
-pkgdesc="Universal Binaries Powered by WebAssembly"
-arch=('x86_64')
-url="https://github.com/wasmerio/wasmer;
-license=('MIT')
-depends=('gcc-libs' 'zlib' 'ncurses' 'libffi' 'libxkbcommon')
-makedepends=('rust' 'cmake' 'llvm11')
-checkdepends=('lld' 'clang')
-source=("$pkgname-$pkgver.tar.gz::https://github.com/wasmerio/wasmer/archive/${pkgver}.tar.gz;)
-sha512sums=('78257162078073000e71b99d0a1d466c7702800d2116f9f4446794dbec960695bb06d4dd2117aed914f06de0d44286b404395003e9908e7b2c9ab20d8793646c')
-options=('staticlibs' '!lto')
-
-WASMER_INSTALL_PREFIX=/usr
-ENABLE_LLVM=1
-
-build() {
-  cd "$pkgname-$pkgver"
-  make all
-}
-
-check() {
-  cd "$pkgname-$pkgver"
-  make test
-}
-
-package() {
-  cd "$pkgname-$pkgver"
-  DESTDIR="$pkgdir"/usr make install
-}
-
-# vim:set ts=2 sw=2 et:

Copied: wasmer/repos/community-x86_64/PKGBUILD (from rev 1258957, 
wasmer/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2022-07-27 23:36:32 UTC (rev 1258958)
@@ -0,0 +1,33 @@
+# Maintainer: Sven-Hendrik Haase 
+# Contributor: Julius Michaelis 
+
+pkgname=wasmer
+pkgver=2.3.0
+pkgrel=2
+pkgdesc="Universal Binaries Powered by WebAssembly"
+arch=('x86_64')
+url="https://github.com/wasmerio/wasmer;
+license=('MIT')
+depends=('gcc-libs' 'zlib' 'ncurses' 'libffi' 'libxkbcommon')
+makedepends=('rust' 'cmake' 'llvm')
+checkdepends=('lld' 'clang')
+source=("$pkgname-$pkgver.tar.gz::https://github.com/wasmerio/wasmer/archive/${pkgver}.tar.gz;)
+sha512sums=('78257162078073000e71b99d0a1d466c7702800d2116f9f4446794dbec960695bb06d4dd2117aed914f06de0d44286b404395003e9908e7b2c9ab20d8793646c')
+options=('staticlibs' '!lto')
+
+build() {
+  cd "$pkgname-$pkgver"
+  make WASMER_INSTALL_PREFIX=/usr ENABLE_LLVM=1
+}
+
+check() {
+  cd "$pkgname-$pkgver"
+  make test
+}
+
+package() {
+  cd "$pkgname-$pkgver"
+  make DESTDIR="$pkgdir"/usr install
+}
+
+# vim:set ts=2 sw=2 et:



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

2022-07-27 Thread Evangelos Foutras via arch-commits
Date: Wednesday, July 27, 2022 @ 23:36:27
  Author: foutrelis
Revision: 1258957

upgpkg: wasmer 2.3.0-2: LLVM 14 rebuild

Modified:
  wasmer/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2022-07-27 21:45:56 UTC (rev 1258956)
+++ PKGBUILD2022-07-27 23:36:27 UTC (rev 1258957)
@@ -3,24 +3,21 @@
 
 pkgname=wasmer
 pkgver=2.3.0
-pkgrel=1
+pkgrel=2
 pkgdesc="Universal Binaries Powered by WebAssembly"
 arch=('x86_64')
 url="https://github.com/wasmerio/wasmer;
 license=('MIT')
 depends=('gcc-libs' 'zlib' 'ncurses' 'libffi' 'libxkbcommon')
-makedepends=('rust' 'cmake' 'llvm11')
+makedepends=('rust' 'cmake' 'llvm')
 checkdepends=('lld' 'clang')
 
source=("$pkgname-$pkgver.tar.gz::https://github.com/wasmerio/wasmer/archive/${pkgver}.tar.gz;)
 
sha512sums=('78257162078073000e71b99d0a1d466c7702800d2116f9f4446794dbec960695bb06d4dd2117aed914f06de0d44286b404395003e9908e7b2c9ab20d8793646c')
 options=('staticlibs' '!lto')
 
-WASMER_INSTALL_PREFIX=/usr
-ENABLE_LLVM=1
-
 build() {
   cd "$pkgname-$pkgver"
-  make all
+  make WASMER_INSTALL_PREFIX=/usr ENABLE_LLVM=1
 }
 
 check() {
@@ -30,7 +27,7 @@
 
 package() {
   cd "$pkgname-$pkgver"
-  DESTDIR="$pkgdir"/usr make install
+  make DESTDIR="$pkgdir"/usr install
 }
 
 # vim:set ts=2 sw=2 et:



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

2022-07-27 Thread Frederik Schwan via arch-commits
Date: Wednesday, July 27, 2022 @ 21:45:56
  Author: freswa
Revision: 1258956

archrelease: copy trunk to community-x86_64

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

+
 PKGBUILD   |  204 +--
 wireshark.install  |   16 ++--
 wireshark.sysusers |2 
 3 files changed, 111 insertions(+), 111 deletions(-)

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

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

2022-07-27 Thread Frederik Schwan via arch-commits
Date: Wednesday, July 27, 2022 @ 21:45:51
  Author: freswa
Revision: 1258955

upgpkg: wireshark 3.6.7-1

Modified:
  wireshark/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2022-07-27 21:05:30 UTC (rev 1258954)
+++ PKGBUILD2022-07-27 21:45:51 UTC (rev 1258955)
@@ -7,7 +7,7 @@
 
 pkgbase=wireshark
 pkgname=('wireshark-cli' 'wireshark-qt')
-pkgver=3.6.6
+pkgver=3.6.7
 pkgrel=1
 pkgdesc='Network traffic and protocol analyzer/sniffer'
 url='https://www.wireshark.org/'
@@ -22,9 +22,9 @@
 options=('!emptydirs' 'debug')
 source=(https://www.wireshark.org/download/src/${pkgbase}-${pkgver}.tar.xz
 wireshark.sysusers)
-sha512sums=('c32d5aafb3091dc1475896a3c4cfcb5a47af002e53f011a65697271c611e690743153841f5db1021a6cbea6d427dc661dce7b85208832251200258fb46aad84b'
+sha512sums=('caf087ee467bf934f28d096869ea3d9d7c5a3c83e51c4df447700096943a92abf5cf29f4956b9a549e0708bcb3515b55c4660a7ced2cb9dbc582b87550026fac'
 
'3956c1226e64f0ce4df463f80b55b15eed06ecd9b8703b3e8309d4236a6e1ca84e43007336f3987bc862d8a5e7cfcaaf6653125d2a34999a0f1357c52e7c4990')
-b2sums=('cb74c4ed307b83ba509fa3b56356a33df11d9d1effb29054f73f248ca1c7107806676539d0802cc71e07687831a838145194104183afa4ae1825eb1fb85062b1'
+b2sums=('0539130aec2c7d8fdfec536114144a0b761addb8006d146a5e08d0a58e95d5d6b0db67ef32ceae4143de9836f25a3497802706f0a0eb633f29e1f24a47819e4b'
 
'3cebcc993f51eaf0e09673c77e0436598593ef5eff306d880415ccc8eecb32fee93c9a6986f1a7bb0835ab7f9732369d7c5a07e6c053d6293e73a1ea84c58a5c')
 
 prepare() {



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

2022-07-27 Thread Antonio Rojas via arch-commits
Date: Wednesday, July 27, 2022 @ 21:16:22
  Author: arojas
Revision: 451716

archrelease: copy trunk to extra-x86_64

Added:
  libuv/repos/extra-x86_64/PKGBUILD
(from rev 451715, libuv/trunk/PKGBUILD)
  libuv/repos/extra-x86_64/keys/
Deleted:
  libuv/repos/extra-x86_64/PKGBUILD

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

Deleted: PKGBUILD
===
--- PKGBUILD2022-07-27 21:16:12 UTC (rev 451715)
+++ PKGBUILD2022-07-27 21:16:22 UTC (rev 451716)
@@ -1,48 +0,0 @@
-# Maintainer: Felix Yan 
-# Contributor: Massimiliano Torromeo 
-
-pkgname=libuv
-pkgver=1.43.0
-pkgrel=1
-pkgdesc="Multi-platform support library with a focus on asynchronous I/O"
-arch=('x86_64')
-url="https://github.com/libuv/libuv;
-license=('custom')
-depends=('glibc' 'libnsl')
-makedepends=('python-sphinx')
-source=(https://dist.libuv.org/dist/v$pkgver/libuv-v$pkgver.tar.gz{,.sign})
-sha512sums=('ba48140ac5733e09462a731fe9194c902b011a1a93a63175949c616367bde56bd1c114e8487c5580bee2d4656b45ab8cdc4fc335f67dd35e793c1a943f69fb34'
-'SKIP')
-# PGP key IDs are available from 
https://github.com/libuv/libuv/blob/v1.x/MAINTAINERS.md
-validpgpkeys=('57353E0DBDAAA7E839B66A1AFF47D5E4AD8B4FDC'  # Colin Ihrig 
(@cjihrig)
-  'AEAD0A4B686767751A0E4AEF34A25FB128246514') # Jameson Nash 
(@vtjnash)
-
-build() {
-cd $pkgname-v$pkgver
-./autogen.sh
-./configure --prefix=/usr
-make
-make man -C docs
-}
-
-check() {
-cd $pkgname-v$pkgver
-make check
-}
-
-package() {
-cd $pkgname-v$pkgver
-
-make DESTDIR="$pkgdir" install
-
-install -Dm644 LICENSE \
-"$pkgdir"/usr/share/licenses/$pkgname/LICENSE
-install -Dm644 AUTHORS \
-"$pkgdir"/usr/share/doc/$pkgname/AUTHORS
-install -Dm644 README.md \
-"$pkgdir"/usr/share/doc/$pkgname/README.md
-install -Dm644 ChangeLog \
-"$pkgdir"/usr/share/doc/$pkgname/ChangeLog
-install -Dm644 docs/build/man/libuv.1 \
-"$pkgdir"/usr/share/man/man1/libuv.1
-}

Copied: libuv/repos/extra-x86_64/PKGBUILD (from rev 451715, 
libuv/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2022-07-27 21:16:22 UTC (rev 451716)
@@ -0,0 +1,55 @@
+# Maintainer: Felix Yan 
+# Contributor: Massimiliano Torromeo 
+
+pkgname=libuv
+pkgver=1.44.2
+pkgrel=1
+pkgdesc="Multi-platform support library with a focus on asynchronous I/O"
+arch=('x86_64')
+url="https://github.com/libuv/libuv;
+license=('custom')
+depends=('glibc' 'libnsl')
+makedepends=('python-sphinx')
+source=(https://dist.libuv.org/dist/v$pkgver/libuv-v$pkgver.tar.gz{,.sign})
+sha512sums=('91197ff9303112567bbb915bbb88058050e2ad1c048815a3b57c054635d5dc7df458b956089d785475290132236cb0edcfae830f5d749de29a9a3213eeaf0b20'
+'SKIP')
+# PGP key IDs are available from 
https://github.com/libuv/libuv/blob/v1.x/MAINTAINERS.md
+validpgpkeys=('57353E0DBDAAA7E839B66A1AFF47D5E4AD8B4FDC'  # Colin Ihrig 
(@cjihrig)
+  'AEAD0A4B686767751A0E4AEF34A25FB128246514'
+  'CFBB9CA9A5BEAFD70E2B3C5A79A67C55A3679C8B') # Jameson Nash 
(@vtjnash)
+
+prepare() {
+cd $pkgname-v$pkgver
+# Disable tests that fail on build.a.o (but pass locally)
+sed -e '/udp_multicast_join/d' -i test/test-list.h
+}
+
+build() {
+cd $pkgname-v$pkgver
+./autogen.sh
+./configure --prefix=/usr
+make
+make man -C docs
+}
+
+check() {
+cd $pkgname-v$pkgver
+make check
+}
+
+package() {
+cd $pkgname-v$pkgver
+
+make DESTDIR="$pkgdir" install
+
+install -Dm644 LICENSE \
+"$pkgdir"/usr/share/licenses/$pkgname/LICENSE
+install -Dm644 AUTHORS \
+"$pkgdir"/usr/share/doc/$pkgname/AUTHORS
+install -Dm644 README.md \
+"$pkgdir"/usr/share/doc/$pkgname/README.md
+install -Dm644 ChangeLog \
+"$pkgdir"/usr/share/doc/$pkgname/ChangeLog
+install -Dm644 docs/build/man/libuv.1 \
+"$pkgdir"/usr/share/man/man1/libuv.1
+}



[arch-commits] Commit in libuv/trunk (6 files)

2022-07-27 Thread Antonio Rojas via arch-commits
Date: Wednesday, July 27, 2022 @ 21:16:12
  Author: arojas
Revision: 451715

upgpkg: libuv 1.44.2-1: Update to 1.44.2

Added:
  libuv/trunk/keys/
  libuv/trunk/keys/pgp/
  libuv/trunk/keys/pgp/57353E0DBDAAA7E839B66A1AFF47D5E4AD8B4FDC.asc
  libuv/trunk/keys/pgp/AEAD0A4B686767751A0E4AEF34A25FB128246514.asc
  libuv/trunk/keys/pgp/CFBB9CA9A5BEAFD70E2B3C5A79A67C55A3679C8B.asc
Modified:
  libuv/trunk/PKGBUILD

---+
 PKGBUILD  |   13 ++---
 keys/pgp/57353E0DBDAAA7E839B66A1AFF47D5E4AD8B4FDC.asc |1 +
 keys/pgp/AEAD0A4B686767751A0E4AEF34A25FB128246514.asc |1 +
 keys/pgp/CFBB9CA9A5BEAFD70E2B3C5A79A67C55A3679C8B.asc |1 +
 4 files changed, 13 insertions(+), 3 deletions(-)

Modified: PKGBUILD
===
--- PKGBUILD2022-07-27 20:52:58 UTC (rev 451714)
+++ PKGBUILD2022-07-27 21:16:12 UTC (rev 451715)
@@ -2,7 +2,7 @@
 # Contributor: Massimiliano Torromeo 
 
 pkgname=libuv
-pkgver=1.43.0
+pkgver=1.44.2
 pkgrel=1
 pkgdesc="Multi-platform support library with a focus on asynchronous I/O"
 arch=('x86_64')
@@ -11,12 +11,19 @@
 depends=('glibc' 'libnsl')
 makedepends=('python-sphinx')
 source=(https://dist.libuv.org/dist/v$pkgver/libuv-v$pkgver.tar.gz{,.sign})
-sha512sums=('ba48140ac5733e09462a731fe9194c902b011a1a93a63175949c616367bde56bd1c114e8487c5580bee2d4656b45ab8cdc4fc335f67dd35e793c1a943f69fb34'
+sha512sums=('91197ff9303112567bbb915bbb88058050e2ad1c048815a3b57c054635d5dc7df458b956089d785475290132236cb0edcfae830f5d749de29a9a3213eeaf0b20'
 'SKIP')
 # PGP key IDs are available from 
https://github.com/libuv/libuv/blob/v1.x/MAINTAINERS.md
 validpgpkeys=('57353E0DBDAAA7E839B66A1AFF47D5E4AD8B4FDC'  # Colin Ihrig 
(@cjihrig)
-  'AEAD0A4B686767751A0E4AEF34A25FB128246514') # Jameson Nash 
(@vtjnash)
+  'AEAD0A4B686767751A0E4AEF34A25FB128246514'
+  'CFBB9CA9A5BEAFD70E2B3C5A79A67C55A3679C8B') # Jameson Nash 
(@vtjnash)
 
+prepare() {
+cd $pkgname-v$pkgver
+# Disable tests that fail on build.a.o (but pass locally)
+sed -e '/udp_multicast_join/d' -i test/test-list.h
+}
+
 build() {
 cd $pkgname-v$pkgver
 ./autogen.sh

Added: keys/pgp/57353E0DBDAAA7E839B66A1AFF47D5E4AD8B4FDC.asc
===
(Binary files differ)

Index: libuv/trunk/keys/pgp/57353E0DBDAAA7E839B66A1AFF47D5E4AD8B4FDC.asc
===
--- keys/pgp/57353E0DBDAAA7E839B66A1AFF47D5E4AD8B4FDC.asc   2022-07-27 
20:52:58 UTC (rev 451714)
+++ keys/pgp/57353E0DBDAAA7E839B66A1AFF47D5E4AD8B4FDC.asc   2022-07-27 
21:16:12 UTC (rev 451715)

Property changes on: 
libuv/trunk/keys/pgp/57353E0DBDAAA7E839B66A1AFF47D5E4AD8B4FDC.asc
___
Added: svn:mime-type
## -0,0 +1 ##
+application/pgp-keys
\ No newline at end of property
Added: keys/pgp/AEAD0A4B686767751A0E4AEF34A25FB128246514.asc
===
(Binary files differ)

Index: libuv/trunk/keys/pgp/AEAD0A4B686767751A0E4AEF34A25FB128246514.asc
===
--- keys/pgp/AEAD0A4B686767751A0E4AEF34A25FB128246514.asc   2022-07-27 
20:52:58 UTC (rev 451714)
+++ keys/pgp/AEAD0A4B686767751A0E4AEF34A25FB128246514.asc   2022-07-27 
21:16:12 UTC (rev 451715)

Property changes on: 
libuv/trunk/keys/pgp/AEAD0A4B686767751A0E4AEF34A25FB128246514.asc
___
Added: svn:mime-type
## -0,0 +1 ##
+application/pgp-keys
\ No newline at end of property
Added: keys/pgp/CFBB9CA9A5BEAFD70E2B3C5A79A67C55A3679C8B.asc
===
(Binary files differ)

Index: libuv/trunk/keys/pgp/CFBB9CA9A5BEAFD70E2B3C5A79A67C55A3679C8B.asc
===
--- keys/pgp/CFBB9CA9A5BEAFD70E2B3C5A79A67C55A3679C8B.asc   2022-07-27 
20:52:58 UTC (rev 451714)
+++ keys/pgp/CFBB9CA9A5BEAFD70E2B3C5A79A67C55A3679C8B.asc   2022-07-27 
21:16:12 UTC (rev 451715)

Property changes on: 
libuv/trunk/keys/pgp/CFBB9CA9A5BEAFD70E2B3C5A79A67C55A3679C8B.asc
___
Added: svn:mime-type
## -0,0 +1 ##
+application/pgp-keys
\ No newline at end of property


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

2022-07-27 Thread Caleb Maclennan via arch-commits
Date: Wednesday, July 27, 2022 @ 21:05:30
  Author: alerque
Revision: 1258954

archrelease: copy trunk to community-x86_64

Added:
  stylua/repos/community-x86_64/PKGBUILD
(from rev 1258953, stylua/trunk/PKGBUILD)
Deleted:
  stylua/repos/community-x86_64/PKGBUILD

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

Deleted: PKGBUILD
===
--- PKGBUILD2022-07-27 21:05:22 UTC (rev 1258953)
+++ PKGBUILD2022-07-27 21:05:30 UTC (rev 1258954)
@@ -1,36 +0,0 @@
-# Maintainer: Daniel M. Capella 
-
-_name=StyLua
-pkgname=stylua
-pkgver=0.14.1
-pkgrel=1
-pkgdesc='Code formatter for Lua'
-arch=('x86_64')
-url=https://github.com/JohnnyMorganz/StyLua
-license=('MPL2')
-depends=('gcc-libs')
-makedepends=('rust')
-source=("$url/archive/v$pkgver/$_name-$pkgver.tar.gz")
-b2sums=('766d1ab5b43c4f1973c4ac668c13908fea7bd65cbe97c18859cc82da7dcd72caeda12fbc3264394959302c82a8462be444d6b07f22952a1a67acb0a6c24a9a10')
-
-prepare() {
-  cd $_name-$pkgver
-  cargo fetch --locked --target "$CARCH-unknown-linux-gnu"
-}
-
-build() {
-  cd $_name-$pkgver
-  cargo build --release --locked --offline --all-features
-}
-
-check() {
-  cd $_name-$pkgver
-  cargo test --locked --offline
-  cargo test --locked --offline --features luau
-  cargo test --locked --offline --features lua52
-}
-
-package() {
-  cd $_name-$pkgver
-  install -Dt "$pkgdir"/usr/bin target/release/$pkgname
-}

Copied: stylua/repos/community-x86_64/PKGBUILD (from rev 1258953, 
stylua/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2022-07-27 21:05:30 UTC (rev 1258954)
@@ -0,0 +1,37 @@
+# Maintainer: Daniel M. Capella 
+# Maintainer: Caleb Maclennan 
+
+_name=StyLua
+pkgname=stylua
+pkgver=0.14.2
+pkgrel=1
+pkgdesc='Code formatter for Lua'
+arch=('x86_64')
+url=https://github.com/JohnnyMorganz/StyLua
+license=('MPL2')
+depends=('gcc-libs')
+makedepends=('rust')
+source=("$url/archive/v$pkgver/$_name-$pkgver.tar.gz")
+b2sums=('c9be933d9e9a80d25695154f76a73dfdfb529ecbceaf56bceb04c6aede622afe8c88ad54fa46a9c23b70a112cb8a0903b71c8f7d5f132e609160bd73815b9833')
+
+prepare() {
+  cd $_name-$pkgver
+  cargo fetch --locked --target "$CARCH-unknown-linux-gnu"
+}
+
+build() {
+  cd $_name-$pkgver
+  cargo build --release --locked --offline --all-features
+}
+
+check() {
+  cd $_name-$pkgver
+  cargo test --locked --offline
+  cargo test --locked --offline --features luau
+  cargo test --locked --offline --features lua52
+}
+
+package() {
+  cd $_name-$pkgver
+  install -Dt "$pkgdir"/usr/bin target/release/$pkgname
+}



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

2022-07-27 Thread Caleb Maclennan via arch-commits
Date: Wednesday, July 27, 2022 @ 21:05:22
  Author: alerque
Revision: 1258953

upgpkg: stylua 0.14.2-1

Modified:
  stylua/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2022-07-27 20:59:26 UTC (rev 1258952)
+++ PKGBUILD2022-07-27 21:05:22 UTC (rev 1258953)
@@ -1,8 +1,9 @@
 # Maintainer: Daniel M. Capella 
+# Maintainer: Caleb Maclennan 
 
 _name=StyLua
 pkgname=stylua
-pkgver=0.14.1
+pkgver=0.14.2
 pkgrel=1
 pkgdesc='Code formatter for Lua'
 arch=('x86_64')
@@ -11,7 +12,7 @@
 depends=('gcc-libs')
 makedepends=('rust')
 source=("$url/archive/v$pkgver/$_name-$pkgver.tar.gz")
-b2sums=('766d1ab5b43c4f1973c4ac668c13908fea7bd65cbe97c18859cc82da7dcd72caeda12fbc3264394959302c82a8462be444d6b07f22952a1a67acb0a6c24a9a10')
+b2sums=('c9be933d9e9a80d25695154f76a73dfdfb529ecbceaf56bceb04c6aede622afe8c88ad54fa46a9c23b70a112cb8a0903b71c8f7d5f132e609160bd73815b9833')
 
 prepare() {
   cd $_name-$pkgver



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

2022-07-27 Thread Antonio Rojas via arch-commits
Date: Wednesday, July 27, 2022 @ 20:59:26
  Author: arojas
Revision: 1258952

archrelease: copy trunk to community-x86_64

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

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

Deleted: PKGBUILD
===
--- PKGBUILD2022-07-27 20:59:17 UTC (rev 1258951)
+++ PKGBUILD2022-07-27 20:59:26 UTC (rev 1258952)
@@ -1,24 +0,0 @@
-# Maintainer: Felix Yan 
-
-pkgname=python-pykerberos
-pkgver=1.2.1
-pkgrel=9
-pkgdesc="High-level interface to Kerberos"
-arch=('x86_64')
-license=('Apache')
-url="https://github.com/02strich/pykerberos;
-depends=('python' 'krb5')
-makedepends=('python-setuptools')
-source=("$pkgname-$pkgver.tar.gz::https://github.com/02strich/pykerberos/archive/v$pkgver.tar.gz;)
-sha512sums=('1926a531e9aaa3ee71c3cb97f1bdf12b64478b96d9206d01b140db079cb9222a7e5f6dd39309eb6074ce4b86a4311162293537d1365c30b2d8ea0e6df0b44404')
-
-build() {
-  cd "$srcdir"/pykerberos-$pkgver
-  python setup.py build
-}
-
-package() {
-  cd pykerberos-$pkgver
-  python setup.py install --root="$pkgdir" --optimize=1
-  install -D -m644 LICENSE "$pkgdir"/usr/share/licenses/$pkgname/LICENSE
-}

Copied: python-pykerberos/repos/community-x86_64/PKGBUILD (from rev 1258951, 
python-pykerberos/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2022-07-27 20:59:26 UTC (rev 1258952)
@@ -0,0 +1,24 @@
+# Maintainer: Felix Yan 
+
+pkgname=python-pykerberos
+pkgver=1.2.4
+pkgrel=1
+pkgdesc="High-level interface to Kerberos"
+arch=('x86_64')
+license=('Apache')
+url="https://github.com/02strich/pykerberos;
+depends=('python' 'krb5')
+makedepends=('python-setuptools')
+source=("$pkgname-$pkgver.tar.gz::https://github.com/02strich/pykerberos/archive/v$pkgver.tar.gz;)
+sha512sums=('52b3bb68d39081cd1d5fb18a55b8af8d08852343c50dde607805289f53bf17293774c8227dcdbc35389084c72ea96cd4c34a2bb7e115f88cd8a9fb6bb3a4ca1c')
+
+build() {
+  cd "$srcdir"/pykerberos-$pkgver
+  python setup.py build
+}
+
+package() {
+  cd pykerberos-$pkgver
+  python setup.py install --root="$pkgdir" --optimize=1
+  install -D -m644 LICENSE "$pkgdir"/usr/share/licenses/$pkgname/LICENSE
+}



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

2022-07-27 Thread Antonio Rojas via arch-commits
Date: Wednesday, July 27, 2022 @ 20:59:17
  Author: arojas
Revision: 1258951

upgpkg: python-pykerberos 1.2.4-1: Update to 1.2.4

Modified:
  python-pykerberos/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2022-07-27 20:57:10 UTC (rev 1258950)
+++ PKGBUILD2022-07-27 20:59:17 UTC (rev 1258951)
@@ -1,8 +1,8 @@
 # Maintainer: Felix Yan 
 
 pkgname=python-pykerberos
-pkgver=1.2.1
-pkgrel=9
+pkgver=1.2.4
+pkgrel=1
 pkgdesc="High-level interface to Kerberos"
 arch=('x86_64')
 license=('Apache')
@@ -10,7 +10,7 @@
 depends=('python' 'krb5')
 makedepends=('python-setuptools')
 
source=("$pkgname-$pkgver.tar.gz::https://github.com/02strich/pykerberos/archive/v$pkgver.tar.gz;)
-sha512sums=('1926a531e9aaa3ee71c3cb97f1bdf12b64478b96d9206d01b140db079cb9222a7e5f6dd39309eb6074ce4b86a4311162293537d1365c30b2d8ea0e6df0b44404')
+sha512sums=('52b3bb68d39081cd1d5fb18a55b8af8d08852343c50dde607805289f53bf17293774c8227dcdbc35389084c72ea96cd4c34a2bb7e115f88cd8a9fb6bb3a4ca1c')
 
 build() {
   cd "$srcdir"/pykerberos-$pkgver



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

2022-07-27 Thread Antonio Rojas via arch-commits
Date: Wednesday, July 27, 2022 @ 20:57:10
  Author: arojas
Revision: 1258950

archrelease: copy trunk to community-any

Added:
  
python-prettytable/repos/community-any/0001-Fix-column-spacing-with-xterm-reset-escape-sequence.patch
(from rev 1258949, 
python-prettytable/trunk/0001-Fix-column-spacing-with-xterm-reset-escape-sequence.patch)
  python-prettytable/repos/community-any/PKGBUILD
(from rev 1258949, python-prettytable/trunk/PKGBUILD)
Deleted:
  
python-prettytable/repos/community-any/0001-Fix-column-spacing-with-xterm-reset-escape-sequence.patch
  python-prettytable/repos/community-any/PKGBUILD

+
 0001-Fix-column-spacing-with-xterm-reset-escape-sequence.patch |   60 
 PKGBUILD   |   72 
+-
 2 files changed, 66 insertions(+), 66 deletions(-)

Deleted: 0001-Fix-column-spacing-with-xterm-reset-escape-sequence.patch
===
--- 0001-Fix-column-spacing-with-xterm-reset-escape-sequence.patch  
2022-07-27 20:56:59 UTC (rev 1258949)
+++ 0001-Fix-column-spacing-with-xterm-reset-escape-sequence.patch  
2022-07-27 20:57:10 UTC (rev 1258950)
@@ -1,30 +0,0 @@
-From 9e291735c8e89879451c2feebda8f851dfa6e32c Mon Sep 17 00:00:00 2001
-From: Daniel Albers 
-Date: Tue, 9 Dec 2014 17:47:50 +0100
-Subject: [PATCH] Fix column spacing with xterm reset escape sequence
-
-Change _re to also match \E(B\E[m as defined by terminfo for xterm:
-
-$ TERM=xterm tput sgr0 | od -xa
-000281b1b426d5b
-esc   (   B esc   [   m

- prettytable.py | 2 +-
- 1 file changed, 1 insertion(+), 1 deletion(-)
-
-diff --git a/prettytable.py b/prettytable.py
-index a619659..3f6fb99 100644
 a/prettytable.py
-+++ b/prettytable.py
-@@ -79,7 +79,7 @@ MARKDOWN = 13
- ORGMODE = 14
- RANDOM = 20
- 
--_re = re.compile(r"\033\[[0-9;]*m")
-+_re = re.compile(r"\033(\[[0-9;]*m|\(B)")
- 
- 
- def _get_size(text):
--- 
-2.2.0.rc0.207.ga3a616c
-

Copied: 
python-prettytable/repos/community-any/0001-Fix-column-spacing-with-xterm-reset-escape-sequence.patch
 (from rev 1258949, 
python-prettytable/trunk/0001-Fix-column-spacing-with-xterm-reset-escape-sequence.patch)
===
--- 0001-Fix-column-spacing-with-xterm-reset-escape-sequence.patch  
(rev 0)
+++ 0001-Fix-column-spacing-with-xterm-reset-escape-sequence.patch  
2022-07-27 20:57:10 UTC (rev 1258950)
@@ -0,0 +1,30 @@
+From 9e291735c8e89879451c2feebda8f851dfa6e32c Mon Sep 17 00:00:00 2001
+From: Daniel Albers 
+Date: Tue, 9 Dec 2014 17:47:50 +0100
+Subject: [PATCH] Fix column spacing with xterm reset escape sequence
+
+Change _re to also match \E(B\E[m as defined by terminfo for xterm:
+
+$ TERM=xterm tput sgr0 | od -xa
+000281b1b426d5b
+esc   (   B esc   [   m
+---
+ prettytable.py | 2 +-
+ 1 file changed, 1 insertion(+), 1 deletion(-)
+
+diff --git a/prettytable.py b/prettytable.py
+index a619659..3f6fb99 100644
+--- a/prettytable.py
 b/prettytable.py
+@@ -79,7 +79,7 @@ MARKDOWN = 13
+ ORGMODE = 14
+ RANDOM = 20
+ 
+-_re = re.compile(r"\033\[[0-9;]*m")
++_re = re.compile(r"\033(\[[0-9;]*m|\(B)")
+ 
+ 
+ def _get_size(text):
+-- 
+2.2.0.rc0.207.ga3a616c
+

Deleted: PKGBUILD
===
--- PKGBUILD2022-07-27 20:56:59 UTC (rev 1258949)
+++ PKGBUILD2022-07-27 20:57:10 UTC (rev 1258950)
@@ -1,36 +0,0 @@
-# Maintainer: Daniel Wallace 
-# Contributor: Sebastien Leduc 
-# Contributor: Emmanuel Gil Peyrot 
-
-_pkgname=prettytable
-pkgname=python-prettytable
-pkgver=2.3.0
-pkgrel=1
-pkgdesc="A simple Python library for easily displaying tabular data"
-url="https://github.com/jazzband/prettytable;
-arch=('any')
-license=('BSD')
-depends=('python-wcwidth')
-makedepends=('python-setuptools-scm')
-checkdepends=('python-pytest-lazy-fixture')
-conflicts=('python-ptable')
-source=("https://files.pythonhosted.org/packages/source/p/prettyTable/prettytable-${pkgver}.tar.gz;)
-sha512sums=('feeaeeb0a1897c0aaa2bc0ac7f470244529e8c70debb26976494719607840c8b8a80698b7e463402031b250fe152091e947555be2a6f983764e01bdaa1a71a22')
-
-export SETUPTOOLS_SCM_PRETEND_VERSION=$pkgver
-
-build() {
-  cd prettytable-$pkgver
-  python setup.py build
-}
-
-check() {
-  cd prettytable-$pkgver
-  python setup.py egg_info
-  PYTHONPATH="$PWD/src" pytest
-}
-
-package() {
-  cd prettytable-$pkgver
-  python setup.py install --root="$pkgdir/"
-}

Copied: python-prettytable/repos/community-any/PKGBUILD (from rev 1258949, 
python-prettytable/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2022-07-27 20:57:10 UTC (rev 1258950)
@@ -0,0 +1,36 @@
+# Maintainer: Daniel Wallace 
+# Contributor: Sebastien Leduc 
+# Contributor: Emmanuel Gil Peyrot 

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

2022-07-27 Thread Antonio Rojas via arch-commits
Date: Wednesday, July 27, 2022 @ 20:56:59
  Author: arojas
Revision: 1258949

upgpkg: python-prettytable 3.3.0-1: Update to 3.3.0

Modified:
  python-prettytable/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2022-07-27 20:55:53 UTC (rev 1258948)
+++ PKGBUILD2022-07-27 20:56:59 UTC (rev 1258949)
@@ -4,7 +4,7 @@
 
 _pkgname=prettytable
 pkgname=python-prettytable
-pkgver=2.3.0
+pkgver=3.3.0
 pkgrel=1
 pkgdesc="A simple Python library for easily displaying tabular data"
 url="https://github.com/jazzband/prettytable;
@@ -15,7 +15,7 @@
 checkdepends=('python-pytest-lazy-fixture')
 conflicts=('python-ptable')
 
source=("https://files.pythonhosted.org/packages/source/p/prettyTable/prettytable-${pkgver}.tar.gz;)
-sha512sums=('feeaeeb0a1897c0aaa2bc0ac7f470244529e8c70debb26976494719607840c8b8a80698b7e463402031b250fe152091e947555be2a6f983764e01bdaa1a71a22')
+sha512sums=('e190717e2ea89e8faddc7015fd5118e0d93ac5f5318641ce5960b22b4ea3740ff12c4d15812b33655252f258c96f9e848f554d1e678d39761c28025ba7772609')
 
 export SETUPTOOLS_SCM_PRETEND_VERSION=$pkgver
 



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

2022-07-27 Thread Antonio Rojas via arch-commits
Date: Wednesday, July 27, 2022 @ 20:55:53
  Author: arojas
Revision: 1258948

archrelease: copy trunk to community-any

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

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

Deleted: PKGBUILD
===
--- PKGBUILD2022-07-27 20:55:45 UTC (rev 1258947)
+++ PKGBUILD2022-07-27 20:55:53 UTC (rev 1258948)
@@ -1,29 +0,0 @@
-# Maintainer: Felix Yan 
-
-pkgname=python-arpeggio
-pkgver=1.10.2
-pkgrel=3
-pkgdesc="Packrat parser interpreter"
-url="https://github.com/textX/Arpeggio;
-license=('MIT')
-arch=('any')
-depends=('python')
-makedepends=('python-pytest-runner' 'python-setuptools' 'python-wheel')
-source=("https://github.com/textX/Arpeggio/archive/$pkgver/$pkgname-$pkgver.tar.gz;)
-sha512sums=('c6a162f9ab854bac7e2bc9e5d5553c2dbcc068fcf61607149727cd4c8a7c87c63cab765b423c8ea76e09fa81ccc42157d724388a81e22864580ccf734998142a')
-
-build() {
-  cd Arpeggio-$pkgver
-  python setup.py build
-}
-
-check() {
-  cd Arpeggio-$pkgver
-  python setup.py pytest
-}
-
-package() {
-  cd Arpeggio-$pkgver
-  python setup.py install --root="$pkgdir" --optimize=1
-  install -Dm644 LICENSE "$pkgdir"/usr/share/licenses/$pkgname/LICENSE
-}

Copied: python-arpeggio/repos/community-any/PKGBUILD (from rev 1258947, 
python-arpeggio/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2022-07-27 20:55:53 UTC (rev 1258948)
@@ -0,0 +1,29 @@
+# Maintainer: Felix Yan 
+
+pkgname=python-arpeggio
+pkgver=2.0.0
+pkgrel=1
+pkgdesc="Packrat parser interpreter"
+url="https://github.com/textX/Arpeggio;
+license=('MIT')
+arch=('any')
+depends=('python')
+makedepends=('python-pytest-runner' 'python-setuptools' 'python-wheel')
+source=("https://github.com/textX/Arpeggio/archive/$pkgver/$pkgname-$pkgver.tar.gz;)
+sha512sums=('b5a75eea515b7dd0ad7dc261703300bd5b3e5a70f0946845f8828dbf7c76613aef926fed9538fe0f9a71c1666edc9f8cff31afddd551bea1d7b1b9ad7a9cc405')
+
+build() {
+  cd Arpeggio-$pkgver
+  python setup.py build
+}
+
+check() {
+  cd Arpeggio-$pkgver
+  python setup.py pytest
+}
+
+package() {
+  cd Arpeggio-$pkgver
+  python setup.py install --root="$pkgdir" --optimize=1
+  install -Dm644 LICENSE "$pkgdir"/usr/share/licenses/$pkgname/LICENSE
+}



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

2022-07-27 Thread Antonio Rojas via arch-commits
Date: Wednesday, July 27, 2022 @ 20:55:45
  Author: arojas
Revision: 1258947

upgpkg: python-arpeggio 2.0.0-1: Update to 2.0.0

Modified:
  python-arpeggio/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2022-07-27 20:46:10 UTC (rev 1258946)
+++ PKGBUILD2022-07-27 20:55:45 UTC (rev 1258947)
@@ -1,8 +1,8 @@
 # Maintainer: Felix Yan 
 
 pkgname=python-arpeggio
-pkgver=1.10.2
-pkgrel=3
+pkgver=2.0.0
+pkgrel=1
 pkgdesc="Packrat parser interpreter"
 url="https://github.com/textX/Arpeggio;
 license=('MIT')
@@ -10,7 +10,7 @@
 depends=('python')
 makedepends=('python-pytest-runner' 'python-setuptools' 'python-wheel')
 
source=("https://github.com/textX/Arpeggio/archive/$pkgver/$pkgname-$pkgver.tar.gz;)
-sha512sums=('c6a162f9ab854bac7e2bc9e5d5553c2dbcc068fcf61607149727cd4c8a7c87c63cab765b423c8ea76e09fa81ccc42157d724388a81e22864580ccf734998142a')
+sha512sums=('b5a75eea515b7dd0ad7dc261703300bd5b3e5a70f0946845f8828dbf7c76613aef926fed9538fe0f9a71c1666edc9f8cff31afddd551bea1d7b1b9ad7a9cc405')
 
 build() {
   cd Arpeggio-$pkgver



[arch-commits] Commit in python-feedparser/repos/extra-any (PKGBUILD PKGBUILD)

2022-07-27 Thread Antonio Rojas via arch-commits
Date: Wednesday, July 27, 2022 @ 20:52:58
  Author: arojas
Revision: 451714

archrelease: copy trunk to extra-any

Added:
  python-feedparser/repos/extra-any/PKGBUILD
(from rev 451713, python-feedparser/trunk/PKGBUILD)
Deleted:
  python-feedparser/repos/extra-any/PKGBUILD

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

Deleted: PKGBUILD
===
--- PKGBUILD2022-07-27 20:52:49 UTC (rev 451713)
+++ PKGBUILD2022-07-27 20:52:58 UTC (rev 451714)
@@ -1,24 +0,0 @@
-# Maintainer: Eric Bélanger 
-
-pkgname=python-feedparser
-pkgver=6.0.3
-pkgrel=1
-pkgdesc="Parse RSS and Atom feeds in Python"
-arch=('any')
-url="https://github.com/kurtmckee/feedparser/;
-license=('custom')
-depends=('libxml2' 'python' 'python-sgmllib3k')
-makedepends=('python' 'libxml2' 'python-setuptools')
-source=(feedparser-${pkgver}.tar.gz::https://github.com/kurtmckee/feedparser/archive/${pkgver}.tar.gz)
-sha512sums=('f8de4ed660cde3bce1b289a3f2eb49222a55bd3512a1a16b1805f7d19461c0aac3d9603d66c68af94b71557adcb1cc080cea996700950cee81b644c2fefe0c54')
-
-build() {
-  cd "feedparser-${pkgver}"
-  python setup.py build
-}
-
-package() {
-  cd "feedparser-${pkgver}"
-  python setup.py install --root="${pkgdir}" --optimize=1 --skip-build
-  install -Dm644 LICENSE "${pkgdir}/usr/share/licenses/${pkgname}/license"
-}

Copied: python-feedparser/repos/extra-any/PKGBUILD (from rev 451713, 
python-feedparser/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2022-07-27 20:52:58 UTC (rev 451714)
@@ -0,0 +1,24 @@
+# Maintainer: Eric Bélanger 
+
+pkgname=python-feedparser
+pkgver=6.0.10
+pkgrel=1
+pkgdesc="Parse RSS and Atom feeds in Python"
+arch=('any')
+url="https://github.com/kurtmckee/feedparser/;
+license=('custom')
+depends=('libxml2' 'python' 'python-sgmllib3k')
+makedepends=('python' 'libxml2' 'python-setuptools')
+source=(feedparser-${pkgver}.tar.gz::https://github.com/kurtmckee/feedparser/archive/${pkgver}.tar.gz)
+sha512sums=('92f5608d1a12172bc1524d5c8caa75f1cc1a6d7d3456ecd585e6715209cdff469b775c677b8393e1d1e1a895b857fc3c048c36fb83b215308b707a1f71c6e9d3')
+
+build() {
+  cd "feedparser-${pkgver}"
+  python setup.py build
+}
+
+package() {
+  cd "feedparser-${pkgver}"
+  python setup.py install --root="${pkgdir}" --optimize=1 --skip-build
+  install -Dm644 LICENSE "${pkgdir}/usr/share/licenses/${pkgname}/license"
+}



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

2022-07-27 Thread Antonio Rojas via arch-commits
Date: Wednesday, July 27, 2022 @ 20:52:49
  Author: arojas
Revision: 451713

upgpkg: python-feedparser 6.0.10-1: Update to 6.0.10

Modified:
  python-feedparser/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2022-07-27 20:51:47 UTC (rev 451712)
+++ PKGBUILD2022-07-27 20:52:49 UTC (rev 451713)
@@ -1,7 +1,7 @@
 # Maintainer: Eric Bélanger 
 
 pkgname=python-feedparser
-pkgver=6.0.3
+pkgver=6.0.10
 pkgrel=1
 pkgdesc="Parse RSS and Atom feeds in Python"
 arch=('any')
@@ -10,7 +10,7 @@
 depends=('libxml2' 'python' 'python-sgmllib3k')
 makedepends=('python' 'libxml2' 'python-setuptools')
 
source=(feedparser-${pkgver}.tar.gz::https://github.com/kurtmckee/feedparser/archive/${pkgver}.tar.gz)
-sha512sums=('f8de4ed660cde3bce1b289a3f2eb49222a55bd3512a1a16b1805f7d19461c0aac3d9603d66c68af94b71557adcb1cc080cea996700950cee81b644c2fefe0c54')
+sha512sums=('92f5608d1a12172bc1524d5c8caa75f1cc1a6d7d3456ecd585e6715209cdff469b775c677b8393e1d1e1a895b857fc3c048c36fb83b215308b707a1f71c6e9d3')
 
 build() {
   cd "feedparser-${pkgver}"



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

2022-07-27 Thread Antonio Rojas via arch-commits
Date: Wednesday, July 27, 2022 @ 20:51:47
  Author: arojas
Revision: 451712

archrelease: copy trunk to extra-x86_64

Added:
  libtorrent-rasterbar/repos/extra-x86_64/PKGBUILD
(from rev 451711, libtorrent-rasterbar/trunk/PKGBUILD)
Deleted:
  libtorrent-rasterbar/repos/extra-x86_64/PKGBUILD

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

Deleted: PKGBUILD
===
--- PKGBUILD2022-07-27 20:51:38 UTC (rev 451711)
+++ PKGBUILD2022-07-27 20:51:47 UTC (rev 451712)
@@ -1,39 +0,0 @@
-# Maintainer: Felix Yan 
-# Contributor: Ionut Biru 
-# Contributor: Hugo Doria 
-
-pkgname=libtorrent-rasterbar
-pkgver=2.0.6
-pkgrel=2
-epoch=1
-pkgdesc="A C++ BitTorrent library that aims to be a good alternative to all 
the other implementations around"
-url="https://www.rasterbar.com/products/libtorrent/;
-arch=('x86_64')
-license=('BSD')
-depends=('boost-libs' 'openssl')
-makedepends=('boost' 'cmake' 'ninja' 'python-setuptools')
-options=('!emptydirs')
-source=(https://github.com/arvidn/libtorrent/releases/download/v$pkgver/$pkgname-$pkgver.tar.gz)
-sha512sums=('4a5d710706040ef6193967dbb13998cb0ddebe7e95c3bf8aec0812876027c68c32b001fd3f07cd4ff1b819660a8d46ae8c7077e72caf92572288a51cdec7daea')
-
-prepare() {
-  mkdir -p build
-}
-
-build() {
-  cd build
-  cmake -DCMAKE_BUILD_TYPE=Release \
--DCMAKE_INSTALL_PREFIX="/usr" \
--DCMAKE_INSTALL_LIBDIR="lib" \
--Dpython-bindings=ON \
--Dboost-python-module-name="python" \
--Dpython-egg-info=ON \
--GNinja ../$pkgname-$pkgver
-  ninja
-}
-
-package() {
-  cd build
-  DESTDIR="$pkgdir" ninja install
-  install -Dm644 ../$pkgname-$pkgver/COPYING -t 
"$pkgdir"/usr/share/licenses/$pkgname/
-}

Copied: libtorrent-rasterbar/repos/extra-x86_64/PKGBUILD (from rev 451711, 
libtorrent-rasterbar/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2022-07-27 20:51:47 UTC (rev 451712)
@@ -0,0 +1,39 @@
+# Maintainer: Felix Yan 
+# Contributor: Ionut Biru 
+# Contributor: Hugo Doria 
+
+pkgname=libtorrent-rasterbar
+pkgver=2.0.7
+pkgrel=1
+epoch=1
+pkgdesc="A C++ BitTorrent library that aims to be a good alternative to all 
the other implementations around"
+url="https://www.rasterbar.com/products/libtorrent/;
+arch=('x86_64')
+license=('BSD')
+depends=('boost-libs' 'openssl')
+makedepends=('boost' 'cmake' 'ninja' 'python-setuptools')
+options=('!emptydirs')
+source=(https://github.com/arvidn/libtorrent/releases/download/v$pkgver/$pkgname-$pkgver.tar.gz)
+sha512sums=('30e558245a261ccf3f23815a037477ae6da1a02da0b7b3aa40383058c5782a341a11ae684f959efc1c9b39e31475ec31451b9ff4b2db3c0bfccc4d42bd6d69c1')
+
+prepare() {
+  mkdir -p build
+}
+
+build() {
+  cd build
+  cmake -DCMAKE_BUILD_TYPE=Release \
+-DCMAKE_INSTALL_PREFIX="/usr" \
+-DCMAKE_INSTALL_LIBDIR="lib" \
+-Dpython-bindings=ON \
+-Dboost-python-module-name="python" \
+-Dpython-egg-info=ON \
+-GNinja ../$pkgname-$pkgver
+  ninja
+}
+
+package() {
+  cd build
+  DESTDIR="$pkgdir" ninja install
+  install -Dm644 ../$pkgname-$pkgver/COPYING -t 
"$pkgdir"/usr/share/licenses/$pkgname/
+}



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

2022-07-27 Thread Antonio Rojas via arch-commits
Date: Wednesday, July 27, 2022 @ 20:51:38
  Author: arojas
Revision: 451711

upgpkg: libtorrent-rasterbar 1:2.0.7-1: Update to 2.0.7

Modified:
  libtorrent-rasterbar/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2022-07-27 20:32:24 UTC (rev 451710)
+++ PKGBUILD2022-07-27 20:51:38 UTC (rev 451711)
@@ -3,8 +3,8 @@
 # Contributor: Hugo Doria 
 
 pkgname=libtorrent-rasterbar
-pkgver=2.0.6
-pkgrel=2
+pkgver=2.0.7
+pkgrel=1
 epoch=1
 pkgdesc="A C++ BitTorrent library that aims to be a good alternative to all 
the other implementations around"
 url="https://www.rasterbar.com/products/libtorrent/;
@@ -14,7 +14,7 @@
 makedepends=('boost' 'cmake' 'ninja' 'python-setuptools')
 options=('!emptydirs')
 
source=(https://github.com/arvidn/libtorrent/releases/download/v$pkgver/$pkgname-$pkgver.tar.gz)
-sha512sums=('4a5d710706040ef6193967dbb13998cb0ddebe7e95c3bf8aec0812876027c68c32b001fd3f07cd4ff1b819660a8d46ae8c7077e72caf92572288a51cdec7daea')
+sha512sums=('30e558245a261ccf3f23815a037477ae6da1a02da0b7b3aa40383058c5782a341a11ae684f959efc1c9b39e31475ec31451b9ff4b2db3c0bfccc4d42bd6d69c1')
 
 prepare() {
   mkdir -p build



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

2022-07-27 Thread Antonio Rojas via arch-commits
Date: Wednesday, July 27, 2022 @ 20:46:10
  Author: arojas
Revision: 1258946

archrelease: copy trunk to community-any

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

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

Deleted: PKGBUILD
===
--- PKGBUILD2022-07-27 20:46:01 UTC (rev 1258945)
+++ PKGBUILD2022-07-27 20:46:10 UTC (rev 1258946)
@@ -1,34 +0,0 @@
-# Maintainer: Felix Yan 
-# Contributor: Daniel Wallace 
-# Contributor: Giovanni Scafora 
-
-pkgname=python-beautifulsoup4
-pkgver=4.10.0
-pkgrel=1
-pkgdesc="A Python HTML/XML parser designed for quick turnaround projects like 
screen-scraping"
-arch=('any')
-url="https://www.crummy.com/software/BeautifulSoup/index.html;
-license=('PSF')
-depends=('python-soupsieve')
-optdepends=('python-chardet: to autodetect character encodings'
-'python-lxml: alternative HTML parser'
-'python-html5lib: alternative HTML parser')
-makedepends=('python-setuptools')
-checkdepends=('python-pytest')
-source=("https://pypi.io/packages/source/b/beautifulsoup4/beautifulsoup4-$pkgver.tar.gz;)
-sha512sums=('92be99ed0fd479b86519395143516e28f7b80f54a8251223d6e7b88dc98f8dfca9585079f5f1d89bfe68f577de3dff433711642486303203f46bc76754959a18')
-
-build() {
-  cd beautifulsoup4-$pkgver
-  python setup.py build
-}
-
-check() {
-  cd beautifulsoup4-$pkgver
-  pytest
-}
-
-package() {
-  cd beautifulsoup4-$pkgver
-  python setup.py install --root="$pkgdir" --optimize=1 --skip-build
-}

Copied: python-beautifulsoup4/repos/community-any/PKGBUILD (from rev 1258945, 
python-beautifulsoup4/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2022-07-27 20:46:10 UTC (rev 1258946)
@@ -0,0 +1,34 @@
+# Maintainer: Felix Yan 
+# Contributor: Daniel Wallace 
+# Contributor: Giovanni Scafora 
+
+pkgname=python-beautifulsoup4
+pkgver=4.11.1
+pkgrel=1
+pkgdesc="A Python HTML/XML parser designed for quick turnaround projects like 
screen-scraping"
+arch=('any')
+url="https://www.crummy.com/software/BeautifulSoup/index.html;
+license=('PSF')
+depends=('python-soupsieve')
+optdepends=('python-chardet: to autodetect character encodings'
+'python-lxml: alternative HTML parser'
+'python-html5lib: alternative HTML parser')
+makedepends=('python-setuptools')
+checkdepends=('python-pytest')
+source=("https://pypi.io/packages/source/b/beautifulsoup4/beautifulsoup4-$pkgver.tar.gz;)
+sha512sums=('7446be07cd55f23def929e6491f0d74a940cf50206ed520b8ae7b9d57bd19ecf6aa821f446ca4f26f1e08b43fcc71fb397886f51a3f0ec691f9e53dfdc7a0cf8')
+
+build() {
+  cd beautifulsoup4-$pkgver
+  python setup.py build
+}
+
+check() {
+  cd beautifulsoup4-$pkgver
+  pytest
+}
+
+package() {
+  cd beautifulsoup4-$pkgver
+  python setup.py install --root="$pkgdir" --optimize=1 --skip-build
+}



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

2022-07-27 Thread Antonio Rojas via arch-commits
Date: Wednesday, July 27, 2022 @ 20:46:01
  Author: arojas
Revision: 1258945

upgpkg: python-beautifulsoup4 4.11.1-1: Update to 4.11.1

Modified:
  python-beautifulsoup4/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2022-07-27 20:44:45 UTC (rev 1258944)
+++ PKGBUILD2022-07-27 20:46:01 UTC (rev 1258945)
@@ -3,7 +3,7 @@
 # Contributor: Giovanni Scafora 
 
 pkgname=python-beautifulsoup4
-pkgver=4.10.0
+pkgver=4.11.1
 pkgrel=1
 pkgdesc="A Python HTML/XML parser designed for quick turnaround projects like 
screen-scraping"
 arch=('any')
@@ -16,7 +16,7 @@
 makedepends=('python-setuptools')
 checkdepends=('python-pytest')
 
source=("https://pypi.io/packages/source/b/beautifulsoup4/beautifulsoup4-$pkgver.tar.gz;)
-sha512sums=('92be99ed0fd479b86519395143516e28f7b80f54a8251223d6e7b88dc98f8dfca9585079f5f1d89bfe68f577de3dff433711642486303203f46bc76754959a18')
+sha512sums=('7446be07cd55f23def929e6491f0d74a940cf50206ed520b8ae7b9d57bd19ecf6aa821f446ca4f26f1e08b43fcc71fb397886f51a3f0ec691f9e53dfdc7a0cf8')
 
 build() {
   cd beautifulsoup4-$pkgver



[arch-commits] Commit in python-jaraco.test/repos/community-any (PKGBUILD PKGBUILD)

2022-07-27 Thread Antonio Rojas via arch-commits
Date: Wednesday, July 27, 2022 @ 20:44:45
  Author: arojas
Revision: 1258944

archrelease: copy trunk to community-any

Added:
  python-jaraco.test/repos/community-any/PKGBUILD
(from rev 1258943, python-jaraco.test/trunk/PKGBUILD)
Deleted:
  python-jaraco.test/repos/community-any/PKGBUILD

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

Deleted: PKGBUILD
===
--- PKGBUILD2022-07-27 20:44:36 UTC (rev 1258943)
+++ PKGBUILD2022-07-27 20:44:45 UTC (rev 1258944)
@@ -1,36 +0,0 @@
-# Maintainer: Felix Yan 
-
-pkgname=python-jaraco.test
-pkgver=5.0.0
-pkgrel=4
-pkgdesc="Testing support by jaraco"
-url="https://github.com/jaraco/jaraco.test;
-license=('MIT')
-arch=('any')
-depends=('python-jaraco.collections' 'python-jaraco.context' 
'python-jaraco.functools' 'python-toml'
- 'python-more-itertools')
-makedepends=('python-setuptools-scm')
-checkdepends=('python-pytest-black' 'python-pytest-checkdocs' 
'python-pytest-cov'
-  'python-pytest-enabler' 'python-pytest-flake8' 
'python-pytest-mypy'
-  'python-pip')
-source=("https://github.com/jaraco/jaraco.test/archive/v$pkgver/$pkgname-$pkgver.tar.gz;)
-sha512sums=('5a5c3268b570269f5d18166c9c90973e18acbd14f382c08a8576f8612fc477d739d1e8714aa9cbdf0cb2da9551a0a19da33976ed443449007eb6b300a055f987')
-
-export SETUPTOOLS_SCM_PRETEND_VERSION=$pkgver
-
-build() {
-  cd jaraco.test-$pkgver
-  python setup.py build
-}
-
-check() {
-  cd jaraco.test-$pkgver
-  python -m pytest
-}
-
-package() {
-  cd jaraco.test-$pkgver
-  python setup.py install --root="$pkgdir" --optimize=1
-
-  install -Dm644 LICENSE -t "$pkgdir"/usr/share/licenses/$pkgname/
-}

Copied: python-jaraco.test/repos/community-any/PKGBUILD (from rev 1258943, 
python-jaraco.test/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2022-07-27 20:44:45 UTC (rev 1258944)
@@ -0,0 +1,36 @@
+# Maintainer: Felix Yan 
+
+pkgname=python-jaraco.test
+pkgver=5.1.0
+pkgrel=1
+pkgdesc="Testing support by jaraco"
+url="https://github.com/jaraco/jaraco.test;
+license=('MIT')
+arch=('any')
+depends=('python-jaraco.collections' 'python-jaraco.context' 
'python-jaraco.functools' 'python-toml'
+ 'python-more-itertools')
+makedepends=('python-setuptools-scm' 'python-wheel' 'python-build' 
'python-installer')
+checkdepends=('python-pytest-black' 'python-pytest-checkdocs' 
'python-pytest-cov'
+  'python-pytest-enabler' 'python-pytest-flake8' 
'python-pytest-mypy'
+  'python-pip')
+source=("https://github.com/jaraco/jaraco.test/archive/v$pkgver/$pkgname-$pkgver.tar.gz;)
+sha512sums=('6cd810b8075e622b7a631b3bcca953c6210f2f427ea35f9958f98110fcfb5ef9bd7046ad2909355451208983aa2a25abee29fec829cc18dc94ad491d319e1361')
+
+export SETUPTOOLS_SCM_PRETEND_VERSION=$pkgver
+
+build() {
+  cd jaraco.test-$pkgver
+  python -m build --wheel --no-isolation
+}
+
+check() {
+  cd jaraco.test-$pkgver
+  python -m pytest
+}
+
+package() {
+  cd jaraco.test-$pkgver
+  python -m installer --destdir="$pkgdir" dist/*.whl
+
+  install -Dm644 LICENSE -t "$pkgdir"/usr/share/licenses/$pkgname/
+}



[arch-commits] Commit in python-jaraco.test/trunk (PKGBUILD)

2022-07-27 Thread Antonio Rojas via arch-commits
Date: Wednesday, July 27, 2022 @ 20:44:36
  Author: arojas
Revision: 1258943

upgpkg: python-jaraco.test 5.1.0-1: Update to 5.1.0

Modified:
  python-jaraco.test/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2022-07-27 20:41:00 UTC (rev 1258942)
+++ PKGBUILD2022-07-27 20:44:36 UTC (rev 1258943)
@@ -1,8 +1,8 @@
 # Maintainer: Felix Yan 
 
 pkgname=python-jaraco.test
-pkgver=5.0.0
-pkgrel=4
+pkgver=5.1.0
+pkgrel=1
 pkgdesc="Testing support by jaraco"
 url="https://github.com/jaraco/jaraco.test;
 license=('MIT')
@@ -9,18 +9,18 @@
 arch=('any')
 depends=('python-jaraco.collections' 'python-jaraco.context' 
'python-jaraco.functools' 'python-toml'
  'python-more-itertools')
-makedepends=('python-setuptools-scm')
+makedepends=('python-setuptools-scm' 'python-wheel' 'python-build' 
'python-installer')
 checkdepends=('python-pytest-black' 'python-pytest-checkdocs' 
'python-pytest-cov'
   'python-pytest-enabler' 'python-pytest-flake8' 
'python-pytest-mypy'
   'python-pip')
 
source=("https://github.com/jaraco/jaraco.test/archive/v$pkgver/$pkgname-$pkgver.tar.gz;)
-sha512sums=('5a5c3268b570269f5d18166c9c90973e18acbd14f382c08a8576f8612fc477d739d1e8714aa9cbdf0cb2da9551a0a19da33976ed443449007eb6b300a055f987')
+sha512sums=('6cd810b8075e622b7a631b3bcca953c6210f2f427ea35f9958f98110fcfb5ef9bd7046ad2909355451208983aa2a25abee29fec829cc18dc94ad491d319e1361')
 
 export SETUPTOOLS_SCM_PRETEND_VERSION=$pkgver
 
 build() {
   cd jaraco.test-$pkgver
-  python setup.py build
+  python -m build --wheel --no-isolation
 }
 
 check() {
@@ -30,7 +30,7 @@
 
 package() {
   cd jaraco.test-$pkgver
-  python setup.py install --root="$pkgdir" --optimize=1
+  python -m installer --destdir="$pkgdir" dist/*.whl
 
   install -Dm644 LICENSE -t "$pkgdir"/usr/share/licenses/$pkgname/
 }



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

2022-07-27 Thread Antonio Rojas via arch-commits
Date: Wednesday, July 27, 2022 @ 20:41:00
  Author: arojas
Revision: 1258942

archrelease: copy trunk to community-any

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

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

Deleted: PKGBUILD
===
--- PKGBUILD2022-07-27 20:40:51 UTC (rev 1258941)
+++ PKGBUILD2022-07-27 20:41:00 UTC (rev 1258942)
@@ -1,34 +0,0 @@
-# Maintainer: Felix Yan 
-
-pkgname=python-soupsieve
-pkgver=2.3.1
-pkgrel=1
-pkgdesc="A CSS4 selector implementation for Beautiful Soup"
-url="https://github.com/facelessuser/soupsieve;
-license=('MIT')
-arch=('any')
-depends=('python')
-makedepends=('python-setuptools')
-checkdepends=('python-pytest' 'python-beautifulsoup4' 'python-html5lib' 
'python-lxml')
-source=("https://github.com/facelessuser/soupsieve/archive/$pkgver/$pkgname-$pkgver.tar.gz;)
-sha512sums=('3f1245b27d67e8b37bce4cb0b21b2b3f4d6b7ae112cc66672e5406c0701b28e605ed12db1e111bfeccea15625b17042e398b075b7f026d3f3e15069f0cafccac')
-
-build() {
-  cd soupsieve-$pkgver
-  python setup.py build
-}
-
-check() {
-  cd soupsieve-$pkgver
-  # https://gitlab.gnome.org/GNOME/libxml2/-/issues/312
-  pytest \
---deselect 
tests/test_extra/test_soup_contains.py::TestSoupContains::test_contains_cdata_html
 \
---deselect 
tests/test_extra/test_soup_contains_own.py::TestSoupContainsOwn::test_contains_own_cdata_html
-}
-
-package() {
-  cd soupsieve-$pkgver
-  python setup.py install --root="$pkgdir" --optimize=1
-
-  install -Dm644 LICENSE.md "$pkgdir"/usr/share/licenses/$pkgname/LICENSE.md
-}

Copied: python-soupsieve/repos/community-any/PKGBUILD (from rev 1258941, 
python-soupsieve/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2022-07-27 20:41:00 UTC (rev 1258942)
@@ -0,0 +1,34 @@
+# Maintainer: Felix Yan 
+
+pkgname=python-soupsieve
+pkgver=2.3.2.post1
+pkgrel=1
+pkgdesc="A CSS4 selector implementation for Beautiful Soup"
+url="https://github.com/facelessuser/soupsieve;
+license=('MIT')
+arch=('any')
+depends=('python')
+makedepends=('python-build' 'python-installer' 'python-hatchling')
+checkdepends=('python-pytest' 'python-beautifulsoup4' 'python-html5lib' 
'python-lxml')
+source=("https://github.com/facelessuser/soupsieve/archive/$pkgver/$pkgname-$pkgver.tar.gz;)
+sha512sums=('80eae1e7256cbcf2f2b8520779a5bdb68798e9813ed738ee933204ff1c23ad52553e21f3aa89ad61b900b906dcaa7a1eebd819300417304df782cda9e2d79c4a')
+
+build() {
+  cd soupsieve-$pkgver
+  python -m build --wheel --no-isolation
+}
+
+check() {
+  cd soupsieve-$pkgver
+  # https://gitlab.gnome.org/GNOME/libxml2/-/issues/312
+  pytest \
+--deselect 
tests/test_extra/test_soup_contains.py::TestSoupContains::test_contains_cdata_html
 \
+--deselect 
tests/test_extra/test_soup_contains_own.py::TestSoupContainsOwn::test_contains_own_cdata_html
+}
+
+package() {
+  cd soupsieve-$pkgver
+  python -m installer --destdir="$pkgdir" dist/*.whl
+
+  install -Dm644 LICENSE.md "$pkgdir"/usr/share/licenses/$pkgname/LICENSE.md
+}



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

2022-07-27 Thread Antonio Rojas via arch-commits
Date: Wednesday, July 27, 2022 @ 20:40:51
  Author: arojas
Revision: 1258941

upgpkg: python-soupsieve 2.3.2.post1-1: Update to 2.3.2.post1

Modified:
  python-soupsieve/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2022-07-27 20:37:11 UTC (rev 1258940)
+++ PKGBUILD2022-07-27 20:40:51 UTC (rev 1258941)
@@ -1,7 +1,7 @@
 # Maintainer: Felix Yan 
 
 pkgname=python-soupsieve
-pkgver=2.3.1
+pkgver=2.3.2.post1
 pkgrel=1
 pkgdesc="A CSS4 selector implementation for Beautiful Soup"
 url="https://github.com/facelessuser/soupsieve;
@@ -8,14 +8,14 @@
 license=('MIT')
 arch=('any')
 depends=('python')
-makedepends=('python-setuptools')
+makedepends=('python-build' 'python-installer' 'python-hatchling')
 checkdepends=('python-pytest' 'python-beautifulsoup4' 'python-html5lib' 
'python-lxml')
 
source=("https://github.com/facelessuser/soupsieve/archive/$pkgver/$pkgname-$pkgver.tar.gz;)
-sha512sums=('3f1245b27d67e8b37bce4cb0b21b2b3f4d6b7ae112cc66672e5406c0701b28e605ed12db1e111bfeccea15625b17042e398b075b7f026d3f3e15069f0cafccac')
+sha512sums=('80eae1e7256cbcf2f2b8520779a5bdb68798e9813ed738ee933204ff1c23ad52553e21f3aa89ad61b900b906dcaa7a1eebd819300417304df782cda9e2d79c4a')
 
 build() {
   cd soupsieve-$pkgver
-  python setup.py build
+  python -m build --wheel --no-isolation
 }
 
 check() {
@@ -28,7 +28,7 @@
 
 package() {
   cd soupsieve-$pkgver
-  python setup.py install --root="$pkgdir" --optimize=1
+  python -m installer --destdir="$pkgdir" dist/*.whl
 
   install -Dm644 LICENSE.md "$pkgdir"/usr/share/licenses/$pkgname/LICENSE.md
 }



[arch-commits] Commit in perl-sys-virt/repos/community-x86_64 (PKGBUILD PKGBUILD)

2022-07-27 Thread Antonio Rojas via arch-commits
Date: Wednesday, July 27, 2022 @ 20:37:11
  Author: arojas
Revision: 1258940

archrelease: copy trunk to community-x86_64

Added:
  perl-sys-virt/repos/community-x86_64/PKGBUILD
(from rev 1258939, perl-sys-virt/trunk/PKGBUILD)
Deleted:
  perl-sys-virt/repos/community-x86_64/PKGBUILD

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

Deleted: PKGBUILD
===
--- PKGBUILD2022-07-27 20:37:02 UTC (rev 1258939)
+++ PKGBUILD2022-07-27 20:37:11 UTC (rev 1258940)
@@ -1,31 +0,0 @@
-# Maintainer: Felix Yan 
-
-pkgname=perl-sys-virt
-pkgver=7.9.0
-pkgrel=2
-pkgdesc="Represent and manage a libvirt hypervisor connection"
-arch=('x86_64')
-license=('PerlArtistic')
-url="https://metacpan.org/release/Sys-Virt;
-depends=('libvirt' 'perl')
-makedepends=('perl-cpan-changes' 'perl-module-build' 'perl-xml-xpath' 
'perl-test-pod'
- 'perl-test-pod-coverage')
-options=('!emptydirs')
-source=("https://cpan.metacpan.org/authors/id/D/DA/DANBERR/Sys-Virt-v$pkgver.tar.gz;)
-sha512sums=('1e9002c87cdeb121042b388f406a15a59b736727554620a1bcd91deb3d96e89bc39f0352d03cf7b07b5fc604add974294f4077dc6c81f72f965d34e1e2d26a4c')
-
-build() {
-  cd Sys-Virt-v$pkgver
-  perl Makefile.PL INSTALLDIRS=vendor
-  make
-}
-
-check() {
-  cd Sys-Virt-v$pkgver
-  make test
-}
-
-package() {
-  cd Sys-Virt-v$pkgver
-  make DESTDIR="$pkgdir" install
-}

Copied: perl-sys-virt/repos/community-x86_64/PKGBUILD (from rev 1258939, 
perl-sys-virt/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2022-07-27 20:37:11 UTC (rev 1258940)
@@ -0,0 +1,31 @@
+# Maintainer: Felix Yan 
+
+pkgname=perl-sys-virt
+pkgver=8.5.0
+pkgrel=1
+pkgdesc="Represent and manage a libvirt hypervisor connection"
+arch=('x86_64')
+license=('PerlArtistic')
+url="https://metacpan.org/release/Sys-Virt;
+depends=('libvirt' 'perl')
+makedepends=('perl-cpan-changes' 'perl-module-build' 'perl-xml-xpath' 
'perl-test-pod'
+ 'perl-test-pod-coverage')
+options=('!emptydirs')
+source=("https://cpan.metacpan.org/authors/id/D/DA/DANBERR/Sys-Virt-v$pkgver.tar.gz;)
+sha512sums=('acc839c4ff9e8dfd6660f32959b2baea94ea0e9fd77a6455a8c0c2010f7bb983ad7457349e77ee8494080fe62c4493462ac53b66a8eae1ad28e67828fef60434')
+
+build() {
+  cd Sys-Virt-v$pkgver
+  perl Makefile.PL INSTALLDIRS=vendor
+  make
+}
+
+check() {
+  cd Sys-Virt-v$pkgver
+  make test
+}
+
+package() {
+  cd Sys-Virt-v$pkgver
+  make DESTDIR="$pkgdir" install
+}



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

2022-07-27 Thread Antonio Rojas via arch-commits
Date: Wednesday, July 27, 2022 @ 20:37:02
  Author: arojas
Revision: 1258939

upgpkg: perl-sys-virt 8.5.0-1: Update to 8.5.0

Modified:
  perl-sys-virt/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2022-07-27 20:35:37 UTC (rev 1258938)
+++ PKGBUILD2022-07-27 20:37:02 UTC (rev 1258939)
@@ -1,8 +1,8 @@
 # Maintainer: Felix Yan 
 
 pkgname=perl-sys-virt
-pkgver=7.9.0
-pkgrel=2
+pkgver=8.5.0
+pkgrel=1
 pkgdesc="Represent and manage a libvirt hypervisor connection"
 arch=('x86_64')
 license=('PerlArtistic')
@@ -12,7 +12,7 @@
  'perl-test-pod-coverage')
 options=('!emptydirs')
 
source=("https://cpan.metacpan.org/authors/id/D/DA/DANBERR/Sys-Virt-v$pkgver.tar.gz;)
-sha512sums=('1e9002c87cdeb121042b388f406a15a59b736727554620a1bcd91deb3d96e89bc39f0352d03cf7b07b5fc604add974294f4077dc6c81f72f965d34e1e2d26a4c')
+sha512sums=('acc839c4ff9e8dfd6660f32959b2baea94ea0e9fd77a6455a8c0c2010f7bb983ad7457349e77ee8494080fe62c4493462ac53b66a8eae1ad28e67828fef60434')
 
 build() {
   cd Sys-Virt-v$pkgver



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

2022-07-27 Thread Antonio Rojas via arch-commits
Date: Wednesday, July 27, 2022 @ 20:35:37
  Author: arojas
Revision: 1258938

archrelease: copy trunk to community-x86_64

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

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

Deleted: PKGBUILD
===
--- PKGBUILD2022-07-27 20:35:27 UTC (rev 1258937)
+++ PKGBUILD2022-07-27 20:35:37 UTC (rev 1258938)
@@ -1,27 +0,0 @@
-# Maintainer: Felix Yan 
-# Contributor: Daniel Wallace 
-# Contributor: Chris Brannon 
-# Contributor: Jaroslaw Swierczynski 
-# Contributor: Alexander Fehr 
-
-pkgname=python-fuse
-pkgver=1.0.4
-pkgrel=3
-arch=('x86_64')
-pkgdesc="Python bindings for FUSE"
-url="https://github.com/libfuse/python-fuse;
-license=('LGPL')
-makedepends=('python-setuptools' 'fuse2')
-depends=('fuse2' 'python')
-source=("$pkgname-$pkgver.tar.gz::https://github.com/libfuse/python-fuse/archive/v$pkgver.tar.gz;)
-sha512sums=('48fffc02aa7125df03cf2a5819449a5e10a772ecc737bc8a19199beca6a2f8181b98c91cf05fedd06fc258d846c8d67d073dc1e8620c336a3ae09320688dc389')
-
-build() {
-  cd python-fuse-$pkgver
-  python setup.py build
-}
-
-package() {
-  cd python-fuse-$pkgver
-  python setup.py install --prefix=/usr --root="$pkgdir" --optimize=1
-}

Copied: python-fuse/repos/community-x86_64/PKGBUILD (from rev 1258937, 
python-fuse/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2022-07-27 20:35:37 UTC (rev 1258938)
@@ -0,0 +1,27 @@
+# Maintainer: Felix Yan 
+# Contributor: Daniel Wallace 
+# Contributor: Chris Brannon 
+# Contributor: Jaroslaw Swierczynski 
+# Contributor: Alexander Fehr 
+
+pkgname=python-fuse
+pkgver=1.0.5
+pkgrel=1
+arch=('x86_64')
+pkgdesc="Python bindings for FUSE"
+url="https://github.com/libfuse/python-fuse;
+license=('LGPL')
+makedepends=('python-setuptools' 'fuse2')
+depends=('fuse2' 'python')
+source=("$pkgname-$pkgver.tar.gz::https://github.com/libfuse/python-fuse/archive/v$pkgver.tar.gz;)
+sha512sums=('e0d0cc0f3dee9416eefe430119e8f2f5a9bbc88a214d36d1d23c7e1f7ce78cc977a173f6d22c05cb928715d5c657ba29738f60453323b25299dddc08d57595d2')
+
+build() {
+  cd python-fuse-$pkgver
+  python setup.py build
+}
+
+package() {
+  cd python-fuse-$pkgver
+  python setup.py install --prefix=/usr --root="$pkgdir" --optimize=1
+}



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

2022-07-27 Thread Antonio Rojas via arch-commits
Date: Wednesday, July 27, 2022 @ 20:35:27
  Author: arojas
Revision: 1258937

upgpkg: python-fuse 1.0.5-1: Update to 1.0.5

Modified:
  python-fuse/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2022-07-27 18:30:23 UTC (rev 1258936)
+++ PKGBUILD2022-07-27 20:35:27 UTC (rev 1258937)
@@ -5,8 +5,8 @@
 # Contributor: Alexander Fehr 
 
 pkgname=python-fuse
-pkgver=1.0.4
-pkgrel=3
+pkgver=1.0.5
+pkgrel=1
 arch=('x86_64')
 pkgdesc="Python bindings for FUSE"
 url="https://github.com/libfuse/python-fuse;
@@ -14,7 +14,7 @@
 makedepends=('python-setuptools' 'fuse2')
 depends=('fuse2' 'python')
 
source=("$pkgname-$pkgver.tar.gz::https://github.com/libfuse/python-fuse/archive/v$pkgver.tar.gz;)
-sha512sums=('48fffc02aa7125df03cf2a5819449a5e10a772ecc737bc8a19199beca6a2f8181b98c91cf05fedd06fc258d846c8d67d073dc1e8620c336a3ae09320688dc389')
+sha512sums=('e0d0cc0f3dee9416eefe430119e8f2f5a9bbc88a214d36d1d23c7e1f7ce78cc977a173f6d22c05cb928715d5c657ba29738f60453323b25299dddc08d57595d2')
 
 build() {
   cd python-fuse-$pkgver



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

2022-07-27 Thread Antonio Rojas via arch-commits
Date: Wednesday, July 27, 2022 @ 20:32:24
  Author: arojas
Revision: 451710

archrelease: copy trunk to extra-x86_64

Added:
  rrdtool/repos/extra-x86_64/PKGBUILD
(from rev 451709, rrdtool/trunk/PKGBUILD)
Deleted:
  rrdtool/repos/extra-x86_64/PKGBUILD

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

Deleted: PKGBUILD
===
--- PKGBUILD2022-07-27 20:32:15 UTC (rev 451709)
+++ PKGBUILD2022-07-27 20:32:24 UTC (rev 451710)
@@ -1,46 +0,0 @@
-# Maintainer: Eric Bélanger 
-
-pkgname=rrdtool
-pkgver=1.7.2
-pkgrel=11
-pkgdesc="Data logging and graphing application"
-arch=('x86_64')
-url="https://www.rrdtool.org;
-license=('GPL' 'custom')
-depends=('libxml2' 'pango' 'ttf-dejavu')
-makedepends=('intltool' 'ruby' 'python-setuptools' 'tcl' 'lua51' 'systemd')
-optdepends=('perl: to use corresponding binding'
-'tcl: to use corresponding binding'
-'python: to use corresponding binding'
-'ruby: to use corresponding binding'
-'lua51: to use corresponding binding')
-options=('!emptydirs' '!makeflags')
-source=(https://github.com/oetiker/rrdtool-1.x/releases/download/v$pkgver/rrdtool-$pkgver.tar.gz)
-sha256sums=('a199faeb7eff7cafc46fac253e682d833d08932f3db93a550a4a5af180ca58db')
-
-prepare() {
-  cd ${pkgname}-${pkgver}
-
-  # fix FS#28521 make ruby install to vendor_ruby instead of site_ruby
-  sed -e 's/$(RUBY) ${abs_srcdir}\/ruby\/extconf.rb/& --vendor/' -i 
bindings/Makefile.am
-
-  # https://github.com/oetiker/rrdtool-1.x/issues/1135
-  autoreconf -vi
-}
-
-build() {
-  cd ${pkgname}-${pkgver}
-  LUA=/usr/bin/lua5.1 \
-LUA_CFLAGS="-I/usr/include/lua5.1 -llua5.1" 
LUA_INSTALL_CMOD="/usr/lib/lua/5.1" \
-./configure --prefix=/usr --localstatedir=/var --disable-rpath \
---enable-perl --enable-perl-site-install 
--with-perl-options='INSTALLDIRS=vendor' \
---enable-ruby --enable-ruby-site-install --enable-python \
---enable-lua --enable-lua-site-install --enable-tcl --disable-libwrap
-  make
-}
-
-package() {
-  cd ${pkgname}-${pkgver}
-  make DESTDIR="${pkgdir}" includedir=/usr/include install
-  install -D -m644 COPYRIGHT "${pkgdir}/usr/share/licenses/${pkgname}/LICENSE"
-}

Copied: rrdtool/repos/extra-x86_64/PKGBUILD (from rev 451709, 
rrdtool/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2022-07-27 20:32:24 UTC (rev 451710)
@@ -0,0 +1,46 @@
+# Maintainer: Eric Bélanger 
+
+pkgname=rrdtool
+pkgver=1.8.0
+pkgrel=1
+pkgdesc="Data logging and graphing application"
+arch=('x86_64')
+url="https://www.rrdtool.org;
+license=('GPL' 'custom')
+depends=('libxml2' 'pango' 'ttf-dejavu')
+makedepends=('intltool' 'ruby' 'python-setuptools' 'tcl' 'lua51' 'systemd')
+optdepends=('perl: to use corresponding binding'
+'tcl: to use corresponding binding'
+'python: to use corresponding binding'
+'ruby: to use corresponding binding'
+'lua51: to use corresponding binding')
+options=('!emptydirs' '!makeflags')
+source=(https://github.com/oetiker/rrdtool-1.x/releases/download/v$pkgver/rrdtool-$pkgver.tar.gz)
+sha256sums=('bd37614137d7a8dc523359648eb2a81631a34fd91a82ed5581916a52c08433f4')
+
+prepare() {
+  cd ${pkgname}-${pkgver}
+
+  # fix FS#28521 make ruby install to vendor_ruby instead of site_ruby
+  sed -e 's/$(RUBY) ${abs_srcdir}\/ruby\/extconf.rb/& --vendor/' -i 
bindings/Makefile.am
+
+  # https://github.com/oetiker/rrdtool-1.x/issues/1135
+  autoreconf -vi
+}
+
+build() {
+  cd ${pkgname}-${pkgver}
+  LUA=/usr/bin/lua5.1 \
+LUA_CFLAGS="-I/usr/include/lua5.1 -llua5.1" 
LUA_INSTALL_CMOD="/usr/lib/lua/5.1" \
+./configure --prefix=/usr --localstatedir=/var --disable-rpath \
+--enable-perl --enable-perl-site-install 
--with-perl-options='INSTALLDIRS=vendor' \
+--enable-ruby --enable-ruby-site-install --enable-python \
+--enable-lua --enable-lua-site-install --enable-tcl --disable-libwrap
+  make
+}
+
+package() {
+  cd ${pkgname}-${pkgver}
+  make DESTDIR="${pkgdir}" includedir=/usr/include install
+  install -D -m644 COPYRIGHT "${pkgdir}/usr/share/licenses/${pkgname}/LICENSE"
+}



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

2022-07-27 Thread Antonio Rojas via arch-commits
Date: Wednesday, July 27, 2022 @ 20:32:15
  Author: arojas
Revision: 451709

upgpkg: rrdtool 1.8.0-1: Update to 1.8.0

Modified:
  rrdtool/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2022-07-27 16:49:04 UTC (rev 451708)
+++ PKGBUILD2022-07-27 20:32:15 UTC (rev 451709)
@@ -1,8 +1,8 @@
 # Maintainer: Eric Bélanger 
 
 pkgname=rrdtool
-pkgver=1.7.2
-pkgrel=11
+pkgver=1.8.0
+pkgrel=1
 pkgdesc="Data logging and graphing application"
 arch=('x86_64')
 url="https://www.rrdtool.org;
@@ -16,7 +16,7 @@
 'lua51: to use corresponding binding')
 options=('!emptydirs' '!makeflags')
 
source=(https://github.com/oetiker/rrdtool-1.x/releases/download/v$pkgver/rrdtool-$pkgver.tar.gz)
-sha256sums=('a199faeb7eff7cafc46fac253e682d833d08932f3db93a550a4a5af180ca58db')
+sha256sums=('bd37614137d7a8dc523359648eb2a81631a34fd91a82ed5581916a52c08433f4')
 
 prepare() {
   cd ${pkgname}-${pkgver}



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

2022-07-27 Thread Sven-Hendrik Haase via arch-commits
Date: Wednesday, July 27, 2022 @ 18:30:23
  Author: svenstaro
Revision: 1258936

archrelease: copy trunk to community-any

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

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

Deleted: PKGBUILD
===
--- PKGBUILD2022-07-27 18:29:59 UTC (rev 1258935)
+++ PKGBUILD2022-07-27 18:30:23 UTC (rev 1258936)
@@ -1,39 +0,0 @@
-# Maintainer: Sven-Hendrik Haase 
-# Contributor: Alexander Rødseth 
-# Contributor: Thomas Dziedzic < gostrc at gmail >
-# Contributor: Tarmo Heiskanen 
-
-pkgname=python-flask
-pkgver=2.1.2
-pkgrel=1
-pkgdesc='Micro webdevelopment framework for Python'
-url='http://flask.pocoo.org/'
-arch=('any')
-license=('custom:BSD')
-depends=('python-werkzeug' 'python-jinja' 'python-itsdangerous' 'python-click')
-makedepends=('python-build' 'python-installer' 'python-wheel' 
'python-setuptools')
-checkdepends=('python-pytest')
-optdepends=(
-  'python-asgiref: async functions and views'
-  'python-dotenv: loading env vars from files'
-)
-source=("$pkgname-$pkgver.tar.gz::https://github.com/pallets/flask/archive/${pkgver}.tar.gz;)
-sha512sums=('f8cb5a2330b0a03f44c33ec1c0561d172639e484e2d2017d5a6ae38d871bbcc210d53dc2cb851c5d5b862a719f3d42ee61834508745e12dd22953f7a9d1f78ce')
-
-build() {
-  cd "flask-$pkgver"
-  python -m build --wheel --no-isolation
-}
-
-check() {
-  cd "flask-$pkgver"
-  PYTHONPATH="build/lib" pytest
-}
-
-package() {
-  cd "flask-$pkgver"
-  python -m installer --destdir="$pkgdir" dist/*.whl
-  install -Dm644 LICENSE.rst "$pkgdir/usr/share/licenses/$pkgname/LICENSE.rst"
-}
-
-# vim:set ts=2 sw=2 et:

Copied: python-flask/repos/community-any/PKGBUILD (from rev 1258935, 
python-flask/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2022-07-27 18:30:23 UTC (rev 1258936)
@@ -0,0 +1,39 @@
+# Maintainer: Sven-Hendrik Haase 
+# Contributor: Alexander Rødseth 
+# Contributor: Thomas Dziedzic < gostrc at gmail >
+# Contributor: Tarmo Heiskanen 
+
+pkgname=python-flask
+pkgver=2.1.3
+pkgrel=1
+pkgdesc='Micro webdevelopment framework for Python'
+url='http://flask.pocoo.org/'
+arch=('any')
+license=('custom:BSD')
+depends=('python-werkzeug' 'python-jinja' 'python-itsdangerous' 'python-click')
+makedepends=('python-build' 'python-installer' 'python-wheel' 
'python-setuptools')
+checkdepends=('python-pytest')
+optdepends=(
+  'python-asgiref: async functions and views'
+  'python-dotenv: loading env vars from files'
+)
+source=("$pkgname-$pkgver.tar.gz::https://github.com/pallets/flask/archive/${pkgver}.tar.gz;)
+sha512sums=('ae2af6afdc8cba5bc1029c0cd74b2d3418a3dfcdc0346238d784482168445b834f52a08fd8450925e459396344a0ac1d8cdb8f19e39cd825a03633cf17668623')
+
+build() {
+  cd "flask-$pkgver"
+  python -m build --wheel --no-isolation
+}
+
+check() {
+  cd "flask-$pkgver"
+  PYTHONPATH="build/lib" pytest
+}
+
+package() {
+  cd "flask-$pkgver"
+  python -m installer --destdir="$pkgdir" dist/*.whl
+  install -Dm644 LICENSE.rst "$pkgdir/usr/share/licenses/$pkgname/LICENSE.rst"
+}
+
+# vim:set ts=2 sw=2 et:



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

2022-07-27 Thread Sven-Hendrik Haase via arch-commits
Date: Wednesday, July 27, 2022 @ 18:29:59
  Author: svenstaro
Revision: 1258935

upgpkg: python-flask 2.1.3-1

Modified:
  python-flask/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2022-07-27 17:53:41 UTC (rev 1258934)
+++ PKGBUILD2022-07-27 18:29:59 UTC (rev 1258935)
@@ -4,7 +4,7 @@
 # Contributor: Tarmo Heiskanen 
 
 pkgname=python-flask
-pkgver=2.1.2
+pkgver=2.1.3
 pkgrel=1
 pkgdesc='Micro webdevelopment framework for Python'
 url='http://flask.pocoo.org/'
@@ -18,7 +18,7 @@
   'python-dotenv: loading env vars from files'
 )
 
source=("$pkgname-$pkgver.tar.gz::https://github.com/pallets/flask/archive/${pkgver}.tar.gz;)
-sha512sums=('f8cb5a2330b0a03f44c33ec1c0561d172639e484e2d2017d5a6ae38d871bbcc210d53dc2cb851c5d5b862a719f3d42ee61834508745e12dd22953f7a9d1f78ce')
+sha512sums=('ae2af6afdc8cba5bc1029c0cd74b2d3418a3dfcdc0346238d784482168445b834f52a08fd8450925e459396344a0ac1d8cdb8f19e39cd825a03633cf17668623')
 
 build() {
   cd "flask-$pkgver"



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

2022-07-27 Thread George Rawlinson via arch-commits
Date: Wednesday, July 27, 2022 @ 17:53:41
  Author: grawlinson
Revision: 1258934

archrelease: copy trunk to community-x86_64

Added:
  dagger/repos/community-x86_64/PKGBUILD
(from rev 1258933, dagger/trunk/PKGBUILD)
Deleted:
  dagger/repos/community-x86_64/PKGBUILD

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

Deleted: PKGBUILD
===
--- PKGBUILD2022-07-27 17:52:59 UTC (rev 1258933)
+++ PKGBUILD2022-07-27 17:53:41 UTC (rev 1258934)
@@ -1,63 +0,0 @@
-# Maintainer: George Rawlinson 
-
-pkgname=dagger
-pkgver=0.2.26
-pkgrel=1
-pkgdesc='A portable devkit for CI/CD pipelines'
-arch=('x86_64')
-url='https://dagger.io'
-license=('Apache')
-depends=('glibc')
-makedepends=('git' 'go')
-options=('!lto')
-_commit='cc4e36595445deb89dbcb27dabf7f0c75ccc6da2'
-source=("$pkgname::git+https://github.com/dagger/dagger.git#commit=$_commit;)
-b2sums=('SKIP')
-
-pkgver() {
-  cd "$pkgname"
-
-  git describe --tags | sed 's/^v//'
-}
-
-prepare() {
-  cd "$pkgname"
-
-  # create directory for build output
-  mkdir build
-
-  # download dependencies
-  go mod download
-}
-
-build() {
-  cd "$pkgname"
-
-  # set Go flags
-  export CGO_CPPFLAGS="${CPPFLAGS}"
-  export CGO_CFLAGS="${CFLAGS}"
-  export CGO_CXXFLAGS="${CXXFLAGS}"
-
-  go build -v \
--trimpath \
--buildmode=pie \
--mod=readonly \
--modcacherw \
--ldflags "-linkmode external -extldflags $LDFLAGS \
--X go.dagger.io/dagger/version.Revision=$_commit \
--X go.dagger.io/dagger/version.Version=$pkgver" \
--o build \
-./cmd/...
-}
-
-check() {
-  cd "$pkgname"
-
-  go test -v ./...
-}
-
-package() {
-  cd "$pkgname"
-
-  install -vDm755 -t "$pkgdir/usr/bin" build/dagger
-}

Copied: dagger/repos/community-x86_64/PKGBUILD (from rev 1258933, 
dagger/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2022-07-27 17:53:41 UTC (rev 1258934)
@@ -0,0 +1,63 @@
+# Maintainer: George Rawlinson 
+
+pkgname=dagger
+pkgver=0.2.27
+pkgrel=1
+pkgdesc='A portable devkit for CI/CD pipelines'
+arch=('x86_64')
+url='https://dagger.io'
+license=('Apache')
+depends=('glibc')
+makedepends=('git' 'go')
+options=('!lto')
+_commit='954664e6db0f548e10645848d3def287b99d53f6'
+source=("$pkgname::git+https://github.com/dagger/dagger.git#commit=$_commit;)
+b2sums=('SKIP')
+
+pkgver() {
+  cd "$pkgname"
+
+  git describe --tags | sed 's/^v//'
+}
+
+prepare() {
+  cd "$pkgname"
+
+  # create directory for build output
+  mkdir build
+
+  # download dependencies
+  go mod download
+}
+
+build() {
+  cd "$pkgname"
+
+  # set Go flags
+  export CGO_CPPFLAGS="${CPPFLAGS}"
+  export CGO_CFLAGS="${CFLAGS}"
+  export CGO_CXXFLAGS="${CXXFLAGS}"
+
+  go build -v \
+-trimpath \
+-buildmode=pie \
+-mod=readonly \
+-modcacherw \
+-ldflags "-linkmode external -extldflags $LDFLAGS \
+-X go.dagger.io/dagger/version.Revision=$_commit \
+-X go.dagger.io/dagger/version.Version=$pkgver" \
+-o build \
+./cmd/...
+}
+
+check() {
+  cd "$pkgname"
+
+  go test -v ./...
+}
+
+package() {
+  cd "$pkgname"
+
+  install -vDm755 -t "$pkgdir/usr/bin" build/dagger
+}



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

2022-07-27 Thread George Rawlinson via arch-commits
Date: Wednesday, July 27, 2022 @ 17:52:59
  Author: grawlinson
Revision: 1258933

upgpkg: dagger 0.2.27-1; new upstream release

Modified:
  dagger/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2022-07-27 17:39:57 UTC (rev 1258932)
+++ PKGBUILD2022-07-27 17:52:59 UTC (rev 1258933)
@@ -1,7 +1,7 @@
 # Maintainer: George Rawlinson 
 
 pkgname=dagger
-pkgver=0.2.26
+pkgver=0.2.27
 pkgrel=1
 pkgdesc='A portable devkit for CI/CD pipelines'
 arch=('x86_64')
@@ -10,7 +10,7 @@
 depends=('glibc')
 makedepends=('git' 'go')
 options=('!lto')
-_commit='cc4e36595445deb89dbcb27dabf7f0c75ccc6da2'
+_commit='954664e6db0f548e10645848d3def287b99d53f6'
 source=("$pkgname::git+https://github.com/dagger/dagger.git#commit=$_commit;)
 b2sums=('SKIP')
 



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

2022-07-27 Thread George Rawlinson via arch-commits
Date: Wednesday, July 27, 2022 @ 17:39:57
  Author: grawlinson
Revision: 1258932

archrelease: copy trunk to community-x86_64

Added:
  ruby-pg/repos/community-x86_64/PKGBUILD
(from rev 1258931, ruby-pg/trunk/PKGBUILD)
Deleted:
  ruby-pg/repos/community-x86_64/PKGBUILD

--+
 PKGBUILD |  166 ++---
 1 file changed, 83 insertions(+), 83 deletions(-)

Deleted: PKGBUILD
===
--- PKGBUILD2022-07-27 17:39:12 UTC (rev 1258931)
+++ PKGBUILD2022-07-27 17:39:57 UTC (rev 1258932)
@@ -1,83 +0,0 @@
-# Maintainer: Levente Polyak 
-# Contributor: Niels Abspoel 
-
-_gemname=pg
-pkgname=ruby-$_gemname
-pkgver=1.4.1
-pkgrel=1
-pkgdesc='Ruby interface to the PostgreSQL RDBMS'
-url='https://github.com/ged/ruby-pg'
-arch=('x86_64')
-license=('custom:BSDL')
-depends=('glibc' 'ruby' 'ruby-rspec-core' 'postgresql-libs')
-makedepends=('git' 'ruby-rdoc')
-options=('!emptydirs')
-_commit='252512608a814de16bbad55911f9bbcef0e73cb9'
-source=("$pkgname::git+$url.git#commit=$_commit")
-b2sums=('SKIP')
-
-pkgver() {
-  cd "$pkgname"
-
-  git describe --tags | sed 's/^v//'
-}
-
-prepare() {
-  cd "$pkgname"
-
-  sed 's|"ChangeLog".freeze, ||' -i ${_gemname}.gemspec
-  sed 's|"lib/pg/deprecated_constants.rb".freeze, ||' -i ${_gemname}.gemspec
-  sed "s|^  s.version = .*$|  s.version = '${pkgver}'|" -i ${_gemname}.gemspec
-}
-
-build() {
-  cd "$pkgname"
-
-  gem build "$_gemname.gemspec"
-}
-
-package() {
-  cd "$pkgname"
-
-  local _gemdir="$(ruby -e'puts Gem.default_dir')"
-
-  gem install \
---verbose \
---ignore-dependencies \
---no-document \
---no-user-install \
---install-dir "$pkgdir/$_gemdir" \
---bindir "$pkgdir/usr/bin" \
-"$_gemname-$pkgver.gem"
-
-  # delete unnecessary files & folders
-  cd "$pkgdir/$_gemdir"
-  find . -type f \
--name "page-Makefile.ri" -delete \
--o -name 'gem_make.out' -delete \
--o -name 'mkmf.log' -delete
-  rm -rf cache
-  cd "gems/$_gemname-$pkgver"
-  find . -type f -name ".*" -delete
-  rm -vrf .github certs sample misc spec ext POSTGRES Manifest.txt Rakefile* 
Gemfile "$_gemname.gemspec"
-
-  # generate reproducible documentation
-  install -vd "$pkgdir/$_gemdir/doc/$_gemname-$pkgver"
-  cd "$pkgdir/$_gemdir/gems/$_gemname-$pkgver"
-  rdoc \
---format ri \
---output "$pkgdir$_gemdir/doc/$_gemname-$pkgver/ri" \
-./lib
-  # delete unnecessary rdoc metadata file
-  rm -f "$pkgdir$_gemdir/doc/$_gemname-$pkgver/ri/created.rid"
-
-  # move documentation
-  install -vd "$pkgdir/usr/share/doc/$pkgname"
-  mv *.rdoc "$pkgdir/usr/share/doc/$pkgname"
-
-  # move license
-  install -vd "$pkgdir/usr/share/licenses/$pkgname"
-  mv LICENSE BSDL "$pkgdir/usr/share/licenses/$pkgname"
-}
-
-# vim: ts=2 sw=2 et:

Copied: ruby-pg/repos/community-x86_64/PKGBUILD (from rev 1258931, 
ruby-pg/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2022-07-27 17:39:57 UTC (rev 1258932)
@@ -0,0 +1,83 @@
+# Maintainer: Levente Polyak 
+# Contributor: Niels Abspoel 
+
+_gemname=pg
+pkgname=ruby-$_gemname
+pkgver=1.4.2
+pkgrel=1
+pkgdesc='Ruby interface to the PostgreSQL RDBMS'
+url='https://github.com/ged/ruby-pg'
+arch=('x86_64')
+license=('custom:BSDL')
+depends=('glibc' 'ruby' 'ruby-rspec-core' 'postgresql-libs')
+makedepends=('git' 'ruby-rdoc')
+options=('!emptydirs')
+_commit='d41fc0cf1e7abac4be95348cf0da9ab0c08ef986'
+source=("$pkgname::git+$url.git#commit=$_commit")
+b2sums=('SKIP')
+
+pkgver() {
+  cd "$pkgname"
+
+  git describe --tags | sed 's/^v//'
+}
+
+prepare() {
+  cd "$pkgname"
+
+  sed 's|"ChangeLog".freeze, ||' -i ${_gemname}.gemspec
+  sed 's|"lib/pg/deprecated_constants.rb".freeze, ||' -i ${_gemname}.gemspec
+  sed "s|^  s.version = .*$|  s.version = '${pkgver}'|" -i ${_gemname}.gemspec
+}
+
+build() {
+  cd "$pkgname"
+
+  gem build "$_gemname.gemspec"
+}
+
+package() {
+  cd "$pkgname"
+
+  local _gemdir="$(ruby -e'puts Gem.default_dir')"
+
+  gem install \
+--verbose \
+--ignore-dependencies \
+--no-document \
+--no-user-install \
+--install-dir "$pkgdir/$_gemdir" \
+--bindir "$pkgdir/usr/bin" \
+"$_gemname-$pkgver.gem"
+
+  # delete unnecessary files & folders
+  cd "$pkgdir/$_gemdir"
+  find . -type f \
+-name "page-Makefile.ri" -delete \
+-o -name 'gem_make.out' -delete \
+-o -name 'mkmf.log' -delete
+  rm -rf cache
+  cd "gems/$_gemname-$pkgver"
+  find . -type f -name ".*" -delete
+  rm -vrf .github certs sample misc spec ext POSTGRES Manifest.txt Rakefile* 
Gemfile "$_gemname.gemspec"
+
+  # generate reproducible documentation
+  install -vd "$pkgdir/$_gemdir/doc/$_gemname-$pkgver"
+  cd "$pkgdir/$_gemdir/gems/$_gemname-$pkgver"
+  rdoc \
+--format ri \
+--output "$pkgdir$_gemdir/doc/$_gemname-$pkgver/ri" \
+./lib
+  # delete unnecessary rdoc metadata file
+  rm -f 

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

2022-07-27 Thread George Rawlinson via arch-commits
Date: Wednesday, July 27, 2022 @ 17:39:12
  Author: grawlinson
Revision: 1258931

upgpkg: ruby-pg 1.4.2-1; new upstream release

Modified:
  ruby-pg/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2022-07-27 17:30:15 UTC (rev 1258930)
+++ PKGBUILD2022-07-27 17:39:12 UTC (rev 1258931)
@@ -3,7 +3,7 @@
 
 _gemname=pg
 pkgname=ruby-$_gemname
-pkgver=1.4.1
+pkgver=1.4.2
 pkgrel=1
 pkgdesc='Ruby interface to the PostgreSQL RDBMS'
 url='https://github.com/ged/ruby-pg'
@@ -12,7 +12,7 @@
 depends=('glibc' 'ruby' 'ruby-rspec-core' 'postgresql-libs')
 makedepends=('git' 'ruby-rdoc')
 options=('!emptydirs')
-_commit='252512608a814de16bbad55911f9bbcef0e73cb9'
+_commit='d41fc0cf1e7abac4be95348cf0da9ab0c08ef986'
 source=("$pkgname::git+$url.git#commit=$_commit")
 b2sums=('SKIP')
 



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

2022-07-27 Thread Orhun Parmaksiz via arch-commits
Date: Wednesday, July 27, 2022 @ 17:30:07
  Author: orhun
Revision: 1258929

upgpkg: rnote 0.5.4-1: upstream release

Modified:
  rnote/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2022-07-27 16:22:32 UTC (rev 1258928)
+++ PKGBUILD2022-07-27 17:30:07 UTC (rev 1258929)
@@ -2,8 +2,8 @@
 # Contributor: Igor Dyatlov 
 
 pkgname=rnote
-pkgver=0.5.3
-_gitcommit=dcb9016079a96a02ac8267c54a5140e13b578197
+pkgver=0.5.4
+_gitcommit=abedd7795da72372cd0c822745fb8bbb92c00581
 pkgrel=1
 pkgdesc="A simple drawing application to create handwritten notes"
 arch=('x86_64')



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

2022-07-27 Thread Orhun Parmaksiz via arch-commits
Date: Wednesday, July 27, 2022 @ 17:30:15
  Author: orhun
Revision: 1258930

archrelease: copy trunk to community-x86_64

Added:
  rnote/repos/community-x86_64/PKGBUILD
(from rev 1258929, rnote/trunk/PKGBUILD)
Deleted:
  rnote/repos/community-x86_64/PKGBUILD

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

Deleted: PKGBUILD
===
--- PKGBUILD2022-07-27 17:30:07 UTC (rev 1258929)
+++ PKGBUILD2022-07-27 17:30:15 UTC (rev 1258930)
@@ -1,43 +0,0 @@
-# Maintainer: Orhun Parmaksız 
-# Contributor: Igor Dyatlov 
-
-pkgname=rnote
-pkgver=0.5.3
-_gitcommit=dcb9016079a96a02ac8267c54a5140e13b578197
-pkgrel=1
-pkgdesc="A simple drawing application to create handwritten notes"
-arch=('x86_64')
-url="https://github.com/flxzt/rnote;
-license=('GPL3')
-depends=('gtk4' 'glib2' 'libadwaita' 'poppler-glib' 'gstreamer' 'alsa-lib')
-makedepends=('meson' 'cargo' 'git')
-#checkdepends=('appstream-glib')
-source=(
-  "${pkgname}-${pkgver}::git+$url#commit=$_gitcommit"
-  "${pkgname}-piet::git+https://github.com/flxzt/piet;
-)
-b2sums=('SKIP'
-'SKIP')
-options=('!lto')
-
-prepare() {
-  cd "$pkgname-$pkgver"
-  git submodule init
-  git config submodule."piet".url "${srcdir}/${pkgname}"-piet
-  git submodule update --init --recursive
-}
-
-build() {
-  arch-meson "$pkgname-$pkgver" build
-  meson compile -C build
-}
-
-#check() {
-#  meson test -C build
-#}
-
-package() {
-  meson install -C build --destdir "$pkgdir"
-}
-
-# vim: ts=2 sw=2 et:

Copied: rnote/repos/community-x86_64/PKGBUILD (from rev 1258929, 
rnote/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2022-07-27 17:30:15 UTC (rev 1258930)
@@ -0,0 +1,43 @@
+# Maintainer: Orhun Parmaksız 
+# Contributor: Igor Dyatlov 
+
+pkgname=rnote
+pkgver=0.5.4
+_gitcommit=abedd7795da72372cd0c822745fb8bbb92c00581
+pkgrel=1
+pkgdesc="A simple drawing application to create handwritten notes"
+arch=('x86_64')
+url="https://github.com/flxzt/rnote;
+license=('GPL3')
+depends=('gtk4' 'glib2' 'libadwaita' 'poppler-glib' 'gstreamer' 'alsa-lib')
+makedepends=('meson' 'cargo' 'git')
+#checkdepends=('appstream-glib')
+source=(
+  "${pkgname}-${pkgver}::git+$url#commit=$_gitcommit"
+  "${pkgname}-piet::git+https://github.com/flxzt/piet;
+)
+b2sums=('SKIP'
+'SKIP')
+options=('!lto')
+
+prepare() {
+  cd "$pkgname-$pkgver"
+  git submodule init
+  git config submodule."piet".url "${srcdir}/${pkgname}"-piet
+  git submodule update --init --recursive
+}
+
+build() {
+  arch-meson "$pkgname-$pkgver" build
+  meson compile -C build
+}
+
+#check() {
+#  meson test -C build
+#}
+
+package() {
+  meson install -C build --destdir "$pkgdir"
+}
+
+# vim: ts=2 sw=2 et:



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

2022-07-27 Thread Felix Yan via arch-commits
Date: Wednesday, July 27, 2022 @ 16:22:32
  Author: felixonmars
Revision: 1258928

archrelease: copy trunk to community-any

Added:
  debootstrap/repos/community-any/PKGBUILD
(from rev 1258927, debootstrap/trunk/PKGBUILD)
  debootstrap/repos/community-any/arch-detect.patch
(from rev 1258927, debootstrap/trunk/arch-detect.patch)
Deleted:
  debootstrap/repos/community-any/PKGBUILD
  debootstrap/repos/community-any/arch-detect.patch

---+
 PKGBUILD  |   73 ++--
 arch-detect.patch |   64 ++---
 2 files changed, 69 insertions(+), 68 deletions(-)

Deleted: PKGBUILD
===
--- PKGBUILD2022-07-27 16:22:15 UTC (rev 1258927)
+++ PKGBUILD2022-07-27 16:22:32 UTC (rev 1258928)
@@ -1,36 +0,0 @@
-# Maintainer: Felix Yan 
-
-pkgname=debootstrap
-pkgver=1.0.127
-pkgrel=1
-pkgdesc="Bootstrap a basic Debian system"
-arch=('any')
-license=('GPL')
-url="https://tracker.debian.org/pkg/debootstrap;
-depends=('perl' 'wget' 'binutils')
-source=(https://salsa.debian.org/installer-team/debootstrap/-/archive/$pkgver/debootstrap-$pkgver.tar.bz2
-arch-detect.patch)
-optdepends=('gnupg: check release signatures'
-'debian-archive-keyring: check release signatures for Debian'
-'ubuntu-keyring: check release signatures for Ubuntu')
-sha512sums=('4fc5dc23c9a2ab7255d19df74f413e8e17302b57468291da88f5980d48c8a2959e3318829d6eb4cbaf5441d326cbe01ef212d2d1c1f3f41659fbb21861eec904'
-
'd70a9d096d1692f71970cc818515bd783a6031bfe2d2857134eabf6fd36e4137152ebafa8e2d4ae7c8cb442c8532cd4192715b286e38b4d947b0b467e9ed54a5')
-
-prepare() {
-  cd debootstrap-$pkgver
-
-  sed -i 's/sbin/bin/g' Makefile
-
-  # Debian defaults
-  sed -i 's|export PATH|export 
PATH="/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin"|' 
debootstrap
-
-  # Detect Architecture
-  patch -p1 -i ../arch-detect.patch
-}
-
-package() {
-  cd debootstrap-$pkgver
-  make DESTDIR="$pkgdir" install
-
-  install -Dm644 debootstrap.8 "$pkgdir"/usr/share/man/man8/debootstrap.8
-}

Copied: debootstrap/repos/community-any/PKGBUILD (from rev 1258927, 
debootstrap/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2022-07-27 16:22:32 UTC (rev 1258928)
@@ -0,0 +1,37 @@
+# Maintainer: Felix Yan 
+
+pkgname=debootstrap
+pkgver=1.0.127
+pkgrel=2
+pkgdesc="Bootstrap a basic Debian system"
+arch=('any')
+license=('GPL')
+url="https://tracker.debian.org/pkg/debootstrap;
+depends=('perl' 'wget' 'binutils')
+source=(https://salsa.debian.org/installer-team/debootstrap/-/archive/$pkgver/debootstrap-$pkgver.tar.bz2
+arch-detect.patch)
+optdepends=('gnupg: check release signatures'
+'debian-archive-keyring: check release signatures for Debian'
+'debian-ports-archive-keyring: check release signatures for Debian 
Ports'
+'ubuntu-keyring: check release signatures for Ubuntu')
+sha512sums=('4fc5dc23c9a2ab7255d19df74f413e8e17302b57468291da88f5980d48c8a2959e3318829d6eb4cbaf5441d326cbe01ef212d2d1c1f3f41659fbb21861eec904'
+
'd70a9d096d1692f71970cc818515bd783a6031bfe2d2857134eabf6fd36e4137152ebafa8e2d4ae7c8cb442c8532cd4192715b286e38b4d947b0b467e9ed54a5')
+
+prepare() {
+  cd debootstrap-$pkgver
+
+  sed -i 's/sbin/bin/g' Makefile
+
+  # Debian defaults
+  sed -i 's|export PATH|export 
PATH="/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin"|' 
debootstrap
+
+  # Detect Architecture
+  patch -p1 -i ../arch-detect.patch
+}
+
+package() {
+  cd debootstrap-$pkgver
+  make DESTDIR="$pkgdir" install
+
+  install -Dm644 debootstrap.8 "$pkgdir"/usr/share/man/man8/debootstrap.8
+}

Deleted: arch-detect.patch
===
--- arch-detect.patch   2022-07-27 16:22:15 UTC (rev 1258927)
+++ arch-detect.patch   2022-07-27 16:22:32 UTC (rev 1258928)
@@ -1,32 +0,0 @@
-From b15594e90a8de4a9cd844bc80388e7b64fc4a51a Mon Sep 17 00:00:00 2001
-From: Eli Schwartz 
-Date: Fri, 16 Aug 2019 14:20:19 -0400
-Subject: [PATCH] add pacman capability to debootstrap architecture detection
-

- debootstrap | 9 +
- 1 file changed, 9 insertions(+)
-
-diff --git a/debootstrap b/debootstrap
-index 29c0443..f9d49a9 100755
 a/debootstrap
-+++ b/debootstrap
-@@ -506,6 +506,15 @@ elif in_path udpkg && \
-   HOST_ARCH=$(/usr/bin/udpkg --print-architecture)
- elif [ -e "$DEBOOTSTRAP_DIR/arch" ]; then
-   HOST_ARCH=$(cat "$DEBOOTSTRAP_DIR/arch")
-+elif in_path pacman-conf; then
-+  CARCH=$(pacman-conf Architecture)
-+  case $CARCH in
-+  i686)HOST_ARCH=i386 ;;
-+  x86_64)  HOST_ARCH=amd64 ;;
-+  armv7h)  HOST_ARCH=armhf ;;
-+  aarch64) HOST_ARCH=arm64 ;;
-+  *) echo "Unknown architecture: $CARCH" && exit 1
-+

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

2022-07-27 Thread Felix Yan via arch-commits
Date: Wednesday, July 27, 2022 @ 16:22:15
  Author: felixonmars
Revision: 1258927

upgpkg: debootstrap 1.0.127-2: add optdep for debian ports

Modified:
  debootstrap/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2022-07-27 16:15:20 UTC (rev 1258926)
+++ PKGBUILD2022-07-27 16:22:15 UTC (rev 1258927)
@@ -2,7 +2,7 @@
 
 pkgname=debootstrap
 pkgver=1.0.127
-pkgrel=1
+pkgrel=2
 pkgdesc="Bootstrap a basic Debian system"
 arch=('any')
 license=('GPL')
@@ -12,6 +12,7 @@
 arch-detect.patch)
 optdepends=('gnupg: check release signatures'
 'debian-archive-keyring: check release signatures for Debian'
+'debian-ports-archive-keyring: check release signatures for Debian 
Ports'
 'ubuntu-keyring: check release signatures for Ubuntu')
 
sha512sums=('4fc5dc23c9a2ab7255d19df74f413e8e17302b57468291da88f5980d48c8a2959e3318829d6eb4cbaf5441d326cbe01ef212d2d1c1f3f41659fbb21861eec904'
 
'd70a9d096d1692f71970cc818515bd783a6031bfe2d2857134eabf6fd36e4137152ebafa8e2d4ae7c8cb442c8532cd4192715b286e38b4d947b0b467e9ed54a5')



[arch-commits] Commit in mediastreamer/repos/community-x86_64 (5 files)

2022-07-27 Thread Antonio Rojas via arch-commits
Date: Wednesday, July 27, 2022 @ 16:15:20
  Author: arojas
Revision: 1258926

archrelease: copy trunk to community-x86_64

Added:
  mediastreamer/repos/community-x86_64/PKGBUILD
(from rev 1258925, mediastreamer/trunk/PKGBUILD)
  mediastreamer/repos/community-x86_64/ffmpeg5.patch
(from rev 1258925, mediastreamer/trunk/ffmpeg5.patch)
  mediastreamer/repos/community-x86_64/keys/
Deleted:
  mediastreamer/repos/community-x86_64/PKGBUILD
  mediastreamer/repos/community-x86_64/ffmpeg5.patch

---+
 PKGBUILD  |   74 -
 ffmpeg5.patch |  416 
 2 files changed, 245 insertions(+), 245 deletions(-)

Deleted: PKGBUILD
===
--- PKGBUILD2022-07-27 16:15:09 UTC (rev 1258925)
+++ PKGBUILD2022-07-27 16:15:20 UTC (rev 1258926)
@@ -1,37 +0,0 @@
-# Maintainer:
-# Contributor: Andrea Scarpino 
-# Contributor: Sergej Pupykin 
-# Contributor: Adrià Arrufat 
-# Contributor: Mark Lee 
-
-pkgname=mediastreamer
-pkgver=5.1.45
-pkgrel=1
-pkgdesc='A library written in C that allows you to create and run audio and 
video streams'
-arch=(x86_64)
-url='https://gitlab.linphone.org/'
-license=(GPL)
-depends=(ortp ffmpeg bzrtp glew libsrtp)
-makedepends=(cmake python bcunit doxygen libyuv)
-source=(https://gitlab.linphone.org/BC/public/${pkgname}2/-/archive/$pkgver/${pkgname}2-$pkgver.tar.bz2
-ffmpeg5.patch)
-sha256sums=('856381bf0f7455523197cdb3cdca69c817c52efb1924abf50086127689f7992a'
-'e97e029cbbafe5245eaa6f92664224e4381eea5f45e403d5bfa6b0e5c2be0341')
-validpgpkeys=('9774BC1725758EB16D639F8B3ECD52DEE2F56985')
-
-prepare() {
-  patch -d ${pkgname}2-$pkgver -p1 < ffmpeg5.patch
-}
-
-build() {
-  cmake -B build -S ${pkgname}2-$pkgver \
--DCMAKE_INSTALL_PREFIX=/usr \
--DENABLE_STATIC=OFF \
--DENABLE_STRICT=OFF
-  cmake --build build
-}
-
-package() {
-  DESTDIR="$pkgdir" cmake --install build
-  rm -r "$pkgdir"/usr/include/OpenGL
-}

Copied: mediastreamer/repos/community-x86_64/PKGBUILD (from rev 1258925, 
mediastreamer/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2022-07-27 16:15:20 UTC (rev 1258926)
@@ -0,0 +1,37 @@
+# Maintainer:
+# Contributor: Andrea Scarpino 
+# Contributor: Sergej Pupykin 
+# Contributor: Adrià Arrufat 
+# Contributor: Mark Lee 
+
+pkgname=mediastreamer
+pkgver=5.1.51
+pkgrel=1
+pkgdesc='A library written in C that allows you to create and run audio and 
video streams'
+arch=(x86_64)
+url='https://gitlab.linphone.org/'
+license=(GPL)
+depends=(ortp ffmpeg bzrtp glew libsrtp bcg729)
+makedepends=(cmake python bcunit doxygen libyuv)
+source=(https://gitlab.linphone.org/BC/public/${pkgname}2/-/archive/$pkgver/${pkgname}2-$pkgver.tar.bz2
+ffmpeg5.patch)
+sha256sums=('19943e31bb44b957cf936f2a339fea3ee8868827001b98d24f564e871bf16c2c'
+'e97e029cbbafe5245eaa6f92664224e4381eea5f45e403d5bfa6b0e5c2be0341')
+validpgpkeys=('9774BC1725758EB16D639F8B3ECD52DEE2F56985')
+
+prepare() {
+  patch -d ${pkgname}2-$pkgver -p1 < ffmpeg5.patch
+}
+
+build() {
+  cmake -B build -S ${pkgname}2-$pkgver \
+-DCMAKE_INSTALL_PREFIX=/usr \
+-DENABLE_STATIC=OFF \
+-DENABLE_STRICT=OFF
+  cmake --build build
+}
+
+package() {
+  DESTDIR="$pkgdir" cmake --install build
+  rm -r "$pkgdir"/usr/include/OpenGL
+}

Deleted: ffmpeg5.patch
===
--- ffmpeg5.patch   2022-07-27 16:15:09 UTC (rev 1258925)
+++ ffmpeg5.patch   2022-07-27 16:15:20 UTC (rev 1258926)
@@ -1,208 +0,0 @@
-diff --git a/src/utils/ffmpeg-priv.c b/src/utils/ffmpeg-priv.c
-index a3a801a9..9d696f17 100644
 a/src/utils/ffmpeg-priv.c
-+++ b/src/utils/ffmpeg-priv.c
-@@ -23,31 +23,22 @@
- 
- #ifndef HAVE_FUN_avcodec_encode_video2
- int avcodec_encode_video2 (AVCodecContext *avctx, AVPacket *avpkt, const 
AVFrame *frame, int *got_packet_ptr) {
--  int error=avcodec_encode_video(avctx, avpkt->data, avpkt->size,frame);
--  if (error<0){
--  return error;
--  }else{
--  if (error>0) {
--  *got_packet_ptr=1;
--  avpkt->size=error;
--  }else *got_packet_ptr=0;
--  }
--  return 0;
--}
--#endif
-+int ret;
- 
-+*got_packet_ptr = 0;
- 
-+ret = avcodec_send_frame(avctx, frame);
-+if (ret < 0)
-+return ret;
- 
--#ifndef HAVE_FUN_avcodec_get_context_defaults3 /**/
--int avcodec_get_context_defaults3 (AVCodecContext *s, AVCodec *codec) {
--  avcodec_get_context_defaults(s);
--  return 0;
--}
-+ret = avcodec_receive_packet(avctx, avpkt);
-+if (!ret)
-+*got_packet_ptr = 1;
-+if (ret == AVERROR(EAGAIN))
-+return 0;
- 
--AVCodecContext *avcodec_alloc_context3(AVCodec *codec){
--  return avcodec_alloc_context();
-+return ret;
- }
--
- #endif
- 
- 
-diff --git 

[arch-commits] Commit in mediastreamer/trunk (4 files)

2022-07-27 Thread Antonio Rojas via arch-commits
Date: Wednesday, July 27, 2022 @ 16:15:09
  Author: arojas
Revision: 1258925

upgpkg: mediastreamer 5.1.51-1: Update to 5.1.51

Added:
  mediastreamer/trunk/keys/
  mediastreamer/trunk/keys/pgp/
  mediastreamer/trunk/keys/pgp/9774BC1725758EB16D639F8B3ECD52DEE2F56985.asc
Modified:
  mediastreamer/trunk/PKGBUILD

---+
 PKGBUILD  |6 +++---
 keys/pgp/9774BC1725758EB16D639F8B3ECD52DEE2F56985.asc |1 +
 2 files changed, 4 insertions(+), 3 deletions(-)

Modified: PKGBUILD
===
--- PKGBUILD2022-07-27 16:10:07 UTC (rev 1258924)
+++ PKGBUILD2022-07-27 16:15:09 UTC (rev 1258925)
@@ -5,17 +5,17 @@
 # Contributor: Mark Lee 
 
 pkgname=mediastreamer
-pkgver=5.1.45
+pkgver=5.1.51
 pkgrel=1
 pkgdesc='A library written in C that allows you to create and run audio and 
video streams'
 arch=(x86_64)
 url='https://gitlab.linphone.org/'
 license=(GPL)
-depends=(ortp ffmpeg bzrtp glew libsrtp)
+depends=(ortp ffmpeg bzrtp glew libsrtp bcg729)
 makedepends=(cmake python bcunit doxygen libyuv)
 
source=(https://gitlab.linphone.org/BC/public/${pkgname}2/-/archive/$pkgver/${pkgname}2-$pkgver.tar.bz2
 ffmpeg5.patch)
-sha256sums=('856381bf0f7455523197cdb3cdca69c817c52efb1924abf50086127689f7992a'
+sha256sums=('19943e31bb44b957cf936f2a339fea3ee8868827001b98d24f564e871bf16c2c'
 'e97e029cbbafe5245eaa6f92664224e4381eea5f45e403d5bfa6b0e5c2be0341')
 validpgpkeys=('9774BC1725758EB16D639F8B3ECD52DEE2F56985')
 

Added: keys/pgp/9774BC1725758EB16D639F8B3ECD52DEE2F56985.asc
===
(Binary files differ)

Index: mediastreamer/trunk/keys/pgp/9774BC1725758EB16D639F8B3ECD52DEE2F56985.asc
===
--- keys/pgp/9774BC1725758EB16D639F8B3ECD52DEE2F56985.asc   2022-07-27 
16:10:07 UTC (rev 1258924)
+++ keys/pgp/9774BC1725758EB16D639F8B3ECD52DEE2F56985.asc   2022-07-27 
16:15:09 UTC (rev 1258925)

Property changes on: 
mediastreamer/trunk/keys/pgp/9774BC1725758EB16D639F8B3ECD52DEE2F56985.asc
___
Added: svn:mime-type
## -0,0 +1 ##
+application/pgp-keys
\ No newline at end of property


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

2022-07-27 Thread Antonio Rojas via arch-commits
Date: Wednesday, July 27, 2022 @ 16:10:07
  Author: arojas
Revision: 1258924

archrelease: copy trunk to community-x86_64

Added:
  ortp/repos/community-x86_64/PKGBUILD
(from rev 1258923, ortp/trunk/PKGBUILD)
Deleted:
  ortp/repos/community-x86_64/PKGBUILD

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

Deleted: PKGBUILD
===
--- PKGBUILD2022-07-27 16:09:59 UTC (rev 1258923)
+++ PKGBUILD2022-07-27 16:10:07 UTC (rev 1258924)
@@ -1,27 +0,0 @@
-# Maintainer: Antonio Rojas 
-# Contributor: Andrea Scarpino 
-# Contributor: Jaroslaw Swierczynski 
-# Contributor: William Rea 
-
-pkgname=ortp
-pkgver=5.1.45
-pkgrel=1
-pkgdesc='A Real-time Transport Protocol (RTP) library'
-arch=(x86_64)
-url='https://gitlab.linphone.org/'
-license=(GPL3)
-depends=(bctoolbox)
-makedepends=(cmake doxygen)
-source=(https://gitlab.linphone.org/BC/public/$pkgname/-/archive/$pkgver/$pkgname-$pkgver.tar.bz2)
-sha256sums=('2f6bd8735e94e532567e53db02488c430a0184596d9dd9e0b063d2e7d841a35e')
-
-build() {
-  cmake -B build -S $pkgname-$pkgver \
--DCMAKE_INSTALL_PREFIX=/usr \
--DENABLE_STATIC=OFF
-  cmake --build build
-}
-
-package() {
-  DESTDIR="$pkgdir" cmake --install build
-}

Copied: ortp/repos/community-x86_64/PKGBUILD (from rev 1258923, 
ortp/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2022-07-27 16:10:07 UTC (rev 1258924)
@@ -0,0 +1,27 @@
+# Maintainer: Antonio Rojas 
+# Contributor: Andrea Scarpino 
+# Contributor: Jaroslaw Swierczynski 
+# Contributor: William Rea 
+
+pkgname=ortp
+pkgver=5.1.51
+pkgrel=1
+pkgdesc='A Real-time Transport Protocol (RTP) library'
+arch=(x86_64)
+url='https://gitlab.linphone.org/'
+license=(GPL3)
+depends=(bctoolbox)
+makedepends=(cmake doxygen)
+source=(https://gitlab.linphone.org/BC/public/$pkgname/-/archive/$pkgver/$pkgname-$pkgver.tar.bz2)
+sha256sums=('a5fa6923db766be43298118136fd6fa0c7d7b1050cc296bfdbc774d3022a13e9')
+
+build() {
+  cmake -B build -S $pkgname-$pkgver \
+-DCMAKE_INSTALL_PREFIX=/usr \
+-DENABLE_STATIC=OFF
+  cmake --build build
+}
+
+package() {
+  DESTDIR="$pkgdir" cmake --install build
+}



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

2022-07-27 Thread Antonio Rojas via arch-commits
Date: Wednesday, July 27, 2022 @ 16:09:59
  Author: arojas
Revision: 1258923

upgpkg: ortp 5.1.51-1: Update to 5.1.51

Modified:
  ortp/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2022-07-27 16:06:45 UTC (rev 1258922)
+++ PKGBUILD2022-07-27 16:09:59 UTC (rev 1258923)
@@ -4,7 +4,7 @@
 # Contributor: William Rea 
 
 pkgname=ortp
-pkgver=5.1.45
+pkgver=5.1.51
 pkgrel=1
 pkgdesc='A Real-time Transport Protocol (RTP) library'
 arch=(x86_64)
@@ -13,7 +13,7 @@
 depends=(bctoolbox)
 makedepends=(cmake doxygen)
 
source=(https://gitlab.linphone.org/BC/public/$pkgname/-/archive/$pkgver/$pkgname-$pkgver.tar.bz2)
-sha256sums=('2f6bd8735e94e532567e53db02488c430a0184596d9dd9e0b063d2e7d841a35e')
+sha256sums=('a5fa6923db766be43298118136fd6fa0c7d7b1050cc296bfdbc774d3022a13e9')
 
 build() {
   cmake -B build -S $pkgname-$pkgver \



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

2022-07-27 Thread Antonio Rojas via arch-commits
Date: Wednesday, July 27, 2022 @ 16:06:45
  Author: arojas
Revision: 1258922

archrelease: copy trunk to community-x86_64

Added:
  bzrtp/repos/community-x86_64/PKGBUILD
(from rev 1258921, bzrtp/trunk/PKGBUILD)
Deleted:
  bzrtp/repos/community-x86_64/PKGBUILD

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

Deleted: PKGBUILD
===
--- PKGBUILD2022-07-27 16:06:36 UTC (rev 1258921)
+++ PKGBUILD2022-07-27 16:06:45 UTC (rev 1258922)
@@ -1,24 +0,0 @@
-# Maintainer: Antonio Rojas 
-
-pkgname=bzrtp
-pkgver=5.1.45
-pkgrel=1
-pkgdesc='Open source implementation of ZRTP keys exchange protocol'
-arch=(x86_64)
-url='https://gitlab.linphone.org/'
-license=(GPL2)
-depends=(libxml2 bctoolbox sqlite)
-makedepends=(bcunit cmake)
-source=(https://gitlab.linphone.org/BC/public/$pkgname/-/archive/$pkgver/$pkgname-$pkgver.tar.bz2)
-sha256sums=('2172dacb096e15dbdd927bca55c94ce277deffeb0e69509c2294ca5fb94e63fe')
-
-build() {
-  cmake -B build -S $pkgname-$pkgver \
--DCMAKE_INSTALL_PREFIX=/usr \
--DENABLE_STATIC=OFF
-  cmake --build build
-}
-
-package() {
-  DESTDIR="$pkgdir" cmake --install build
-}

Copied: bzrtp/repos/community-x86_64/PKGBUILD (from rev 1258921, 
bzrtp/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2022-07-27 16:06:45 UTC (rev 1258922)
@@ -0,0 +1,24 @@
+# Maintainer: Antonio Rojas 
+
+pkgname=bzrtp
+pkgver=5.1.51
+pkgrel=1
+pkgdesc='Open source implementation of ZRTP keys exchange protocol'
+arch=(x86_64)
+url='https://gitlab.linphone.org/'
+license=(GPL2)
+depends=(libxml2 bctoolbox sqlite)
+makedepends=(bcunit cmake)
+source=(https://gitlab.linphone.org/BC/public/$pkgname/-/archive/$pkgver/$pkgname-$pkgver.tar.bz2)
+sha256sums=('b272a481538764f6be3dc1956671acf7e72bbbfdc440687b306ef9df331e8ab2')
+
+build() {
+  cmake -B build -S $pkgname-$pkgver \
+-DCMAKE_INSTALL_PREFIX=/usr \
+-DENABLE_STATIC=OFF
+  cmake --build build
+}
+
+package() {
+  DESTDIR="$pkgdir" cmake --install build
+}



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

2022-07-27 Thread Antonio Rojas via arch-commits
Date: Wednesday, July 27, 2022 @ 16:06:36
  Author: arojas
Revision: 1258921

upgpkg: bzrtp 5.1.51-1: Update to 5.1.51

Modified:
  bzrtp/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2022-07-27 16:01:57 UTC (rev 1258920)
+++ PKGBUILD2022-07-27 16:06:36 UTC (rev 1258921)
@@ -1,7 +1,7 @@
 # Maintainer: Antonio Rojas 
 
 pkgname=bzrtp
-pkgver=5.1.45
+pkgver=5.1.51
 pkgrel=1
 pkgdesc='Open source implementation of ZRTP keys exchange protocol'
 arch=(x86_64)
@@ -10,7 +10,7 @@
 depends=(libxml2 bctoolbox sqlite)
 makedepends=(bcunit cmake)
 
source=(https://gitlab.linphone.org/BC/public/$pkgname/-/archive/$pkgver/$pkgname-$pkgver.tar.bz2)
-sha256sums=('2172dacb096e15dbdd927bca55c94ce277deffeb0e69509c2294ca5fb94e63fe')
+sha256sums=('b272a481538764f6be3dc1956671acf7e72bbbfdc440687b306ef9df331e8ab2')
 
 build() {
   cmake -B build -S $pkgname-$pkgver \



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

2022-07-27 Thread Antonio Rojas via arch-commits
Date: Wednesday, July 27, 2022 @ 16:01:57
  Author: arojas
Revision: 1258920

archrelease: copy trunk to community-x86_64

Added:
  bctoolbox/repos/community-x86_64/PKGBUILD
(from rev 1258919, bctoolbox/trunk/PKGBUILD)
Deleted:
  bctoolbox/repos/community-x86_64/PKGBUILD

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

Deleted: PKGBUILD
===
--- PKGBUILD2022-07-27 16:01:49 UTC (rev 1258919)
+++ PKGBUILD2022-07-27 16:01:57 UTC (rev 1258920)
@@ -1,25 +0,0 @@
-# Maintainer: Antonio Rojas 
-# Contributor: Sergej Pupykin 
-
-pkgname=bctoolbox
-pkgver=5.1.45
-pkgrel=1
-pkgdesc='A library written in C that allows you to create and run audio and 
video streams'
-arch=(x86_64)
-url='https://gitlab.linphone.org/'
-license=(GPL)
-depends=(mbedtls bcunit)
-makedepends=(cmake)
-source=(https://gitlab.linphone.org/BC/public/bctoolbox/-/archive/$pkgver/$pkgname-$pkgver.tar.bz2)
-sha256sums=('2710e75bfb8f3c72dd8ca96ee273a46d503c3c00190da3f2570d7a7349fe29cc')
-
-build() {
-  cmake -B build -S $pkgname-$pkgver \
--DCMAKE_INSTALL_PREFIX=/usr \
--DENABLE_STATIC=OFF
-  cmake --build build
-}
-
-package() {
-  DESTDIR="$pkgdir" cmake --install build
-}

Copied: bctoolbox/repos/community-x86_64/PKGBUILD (from rev 1258919, 
bctoolbox/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2022-07-27 16:01:57 UTC (rev 1258920)
@@ -0,0 +1,25 @@
+# Maintainer: Antonio Rojas 
+# Contributor: Sergej Pupykin 
+
+pkgname=bctoolbox
+pkgver=5.1.51
+pkgrel=1
+pkgdesc='A library written in C that allows you to create and run audio and 
video streams'
+arch=(x86_64)
+url='https://gitlab.linphone.org/'
+license=(GPL)
+depends=(mbedtls bcunit)
+makedepends=(cmake)
+source=(https://gitlab.linphone.org/BC/public/bctoolbox/-/archive/$pkgver/$pkgname-$pkgver.tar.bz2)
+sha256sums=('bc1a190de273483cec81d1be761f5254451fc875f82a26a2b53a0ec0fde3625c')
+
+build() {
+  cmake -B build -S $pkgname-$pkgver \
+-DCMAKE_INSTALL_PREFIX=/usr \
+-DENABLE_STATIC=OFF
+  cmake --build build
+}
+
+package() {
+  DESTDIR="$pkgdir" cmake --install build
+}



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

2022-07-27 Thread Antonio Rojas via arch-commits
Date: Wednesday, July 27, 2022 @ 16:01:49
  Author: arojas
Revision: 1258919

upgpkg: bctoolbox 5.1.51-1: Update to 5.1.51

Modified:
  bctoolbox/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2022-07-27 16:00:20 UTC (rev 1258918)
+++ PKGBUILD2022-07-27 16:01:49 UTC (rev 1258919)
@@ -2,7 +2,7 @@
 # Contributor: Sergej Pupykin 
 
 pkgname=bctoolbox
-pkgver=5.1.45
+pkgver=5.1.51
 pkgrel=1
 pkgdesc='A library written in C that allows you to create and run audio and 
video streams'
 arch=(x86_64)
@@ -11,7 +11,7 @@
 depends=(mbedtls bcunit)
 makedepends=(cmake)
 
source=(https://gitlab.linphone.org/BC/public/bctoolbox/-/archive/$pkgver/$pkgname-$pkgver.tar.bz2)
-sha256sums=('2710e75bfb8f3c72dd8ca96ee273a46d503c3c00190da3f2570d7a7349fe29cc')
+sha256sums=('bc1a190de273483cec81d1be761f5254451fc875f82a26a2b53a0ec0fde3625c')
 
 build() {
   cmake -B build -S $pkgname-$pkgver \



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

2022-07-27 Thread Antonio Rojas via arch-commits
Date: Wednesday, July 27, 2022 @ 16:00:20
  Author: arojas
Revision: 1258918

archrelease: copy trunk to community-x86_64

Added:
  cython/repos/community-x86_64/PKGBUILD
(from rev 1258917, cython/trunk/PKGBUILD)
Deleted:
  cython/repos/community-x86_64/PKGBUILD

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

Deleted: PKGBUILD
===
--- PKGBUILD2022-07-27 16:00:12 UTC (rev 1258917)
+++ PKGBUILD2022-07-27 16:00:20 UTC (rev 1258918)
@@ -1,51 +0,0 @@
-# Maintainer: Antonio Rojas 
-# Contributor: Sergej Pupykin 
-# Contributor: Igor Scabini 
-
-pkgname=(cython cython2)
-pkgbase=cython
-pkgver=0.29.30
-pkgrel=1
-pkgdesc='C-Extensions for Python'
-arch=(x86_64)
-url='https://cython.org'
-license=(APACHE)
-makedepends=(python-setuptools python2-setuptools)
-source=(https://github.com/cython/cython/archive/$pkgver/$pkgbase-$pkgver.tar.gz)
-sha256sums=('d02a6ee184004119a01d2fd9dd1f2dd9665bff6fd969991b05bd315823f9e379')
-
-prepare() {
-  cp -r cython-$pkgver cython2-$pkgver
-  find cython2-$pkgver -name '*.py' | xargs sed -e 's|/usr/bin/env 
python|/usr/bin/env python2|' -e 's|/usr/bin/python|/usr/bin/python2|' -i
-}
-
-build() {
-  cd cython-$pkgver
-  python setup.py build
-
-  cd ../cython2-$pkgver
-  python2 setup.py build
-}
-
-package_cython() {
-  depends=(python)
-
-  cd cython-$pkgver
-  python setup.py install --root="$pkgdir" --skip-build
-
-  for f in cygdb cython cythonize; do
-mv "$pkgdir"/usr/bin/$f "$pkgdir"/usr/bin/${f}3
-ln -s ${f}3 "$pkgdir"/usr/bin/$f
-  done
-}
-
-package_cython2() {
-  depends=(python2)
-
-  cd cython2-$pkgver
-  python2 setup.py install --root="$pkgdir" --skip-build
-
-  for f in cygdb cython cythonize; do
-mv "$pkgdir"/usr/bin/$f "$pkgdir"/usr/bin/${f}2
-  done
-}

Copied: cython/repos/community-x86_64/PKGBUILD (from rev 1258917, 
cython/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2022-07-27 16:00:20 UTC (rev 1258918)
@@ -0,0 +1,51 @@
+# Maintainer: Antonio Rojas 
+# Contributor: Sergej Pupykin 
+# Contributor: Igor Scabini 
+
+pkgname=(cython cython2)
+pkgbase=cython
+pkgver=0.29.31
+pkgrel=1
+pkgdesc='C-Extensions for Python'
+arch=(x86_64)
+url='https://cython.org'
+license=(APACHE)
+makedepends=(python-setuptools python2-setuptools)
+source=(https://github.com/cython/cython/archive/$pkgver/$pkgbase-$pkgver.tar.gz)
+sha256sums=('1654177ac0cb0c2cdb579c80f2457589642a2a0573d3ed81f6df44b718347f40')
+
+prepare() {
+  cp -r cython-$pkgver cython2-$pkgver
+  find cython2-$pkgver -name '*.py' | xargs sed -e 's|/usr/bin/env 
python|/usr/bin/env python2|' -e 's|/usr/bin/python|/usr/bin/python2|' -i
+}
+
+build() {
+  cd cython-$pkgver
+  python setup.py build
+
+  cd ../cython2-$pkgver
+  python2 setup.py build
+}
+
+package_cython() {
+  depends=(python)
+
+  cd cython-$pkgver
+  python setup.py install --root="$pkgdir" --skip-build
+
+  for f in cygdb cython cythonize; do
+mv "$pkgdir"/usr/bin/$f "$pkgdir"/usr/bin/${f}3
+ln -s ${f}3 "$pkgdir"/usr/bin/$f
+  done
+}
+
+package_cython2() {
+  depends=(python2)
+
+  cd cython2-$pkgver
+  python2 setup.py install --root="$pkgdir" --skip-build
+
+  for f in cygdb cython cythonize; do
+mv "$pkgdir"/usr/bin/$f "$pkgdir"/usr/bin/${f}2
+  done
+}



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

2022-07-27 Thread Antonio Rojas via arch-commits
Date: Wednesday, July 27, 2022 @ 16:00:12
  Author: arojas
Revision: 1258917

upgpkg: cython 0.29.31-1: Update to 0.29.31

Modified:
  cython/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2022-07-27 14:57:26 UTC (rev 1258916)
+++ PKGBUILD2022-07-27 16:00:12 UTC (rev 1258917)
@@ -4,7 +4,7 @@
 
 pkgname=(cython cython2)
 pkgbase=cython
-pkgver=0.29.30
+pkgver=0.29.31
 pkgrel=1
 pkgdesc='C-Extensions for Python'
 arch=(x86_64)
@@ -12,7 +12,7 @@
 license=(APACHE)
 makedepends=(python-setuptools python2-setuptools)
 
source=(https://github.com/cython/cython/archive/$pkgver/$pkgbase-$pkgver.tar.gz)
-sha256sums=('d02a6ee184004119a01d2fd9dd1f2dd9665bff6fd969991b05bd315823f9e379')
+sha256sums=('1654177ac0cb0c2cdb579c80f2457589642a2a0573d3ed81f6df44b718347f40')
 
 prepare() {
   cp -r cython-$pkgver cython2-$pkgver



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

2022-07-27 Thread Sven-Hendrik Haase via arch-commits
Date: Wednesday, July 27, 2022 @ 14:57:26
  Author: svenstaro
Revision: 1258916

archrelease: copy trunk to community-x86_64

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

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

Deleted: PKGBUILD
===
--- PKGBUILD2022-07-27 14:56:56 UTC (rev 1258915)
+++ PKGBUILD2022-07-27 14:57:26 UTC (rev 1258916)
@@ -1,95 +0,0 @@
-# Maintainer: Sven-Hendrik Haase 
-# Contributor: Lubomir 'Kuci' Kucera 
-
-pkgname=gitlab-runner
-pkgver=15.2.0
-_commit=7f093137
-pkgrel=1
-pkgdesc="The official GitLab CI runner written in Go"
-arch=('x86_64')
-url='https://gitlab.com/gitlab-org/gitlab-runner'
-license=('GPL3')
-depends=('ca-certificates' 'curl' 'git' 'glibc' 'tar')
-makedepends=('git' 'go' 'git' 'mercurial' 'gox')
-install=gitlab-runner.install
-replaces=('gitlab-ci-multi-runner')
-backup=('etc/gitlab-runner/config.toml')
-noextract=("prebuilt-alpine-arm-${pkgver}.tar.xz"
-   "prebuilt-alpine-arm64-${pkgver}.tar.xz"
-   "prebuilt-alpine-s390x-${pkgver}.tar.xz"
-   "prebuilt-alpine-x86_64-pwsh-${pkgver}.tar.xz"
-   "prebuilt-alpine-x86_64-${pkgver}.tar.xz"
-   "prebuilt-ubuntu-arm-${pkgver}.tar.xz"
-   "prebuilt-ubuntu-arm64-${pkgver}.tar.xz"
-   "prebuilt-ubuntu-s390x-${pkgver}.tar.xz"
-   "prebuilt-ubuntu-x86_64-pwsh-${pkgver}.tar.xz"
-   "prebuilt-ubuntu-x86_64-${pkgver}.tar.xz")
-source=("git+https://gitlab.com/gitlab-org/gitlab-runner.git#tag=${_commit};
-
"prebuilt-alpine-arm-${pkgver}.tar.xz::https://gitlab-runner-downloads.s3.amazonaws.com/v${pkgver}/helper-images/prebuilt-alpine-arm.tar.xz;
-
"prebuilt-alpine-arm64-${pkgver}.tar.xz::https://gitlab-runner-downloads.s3.amazonaws.com/v${pkgver}/helper-images/prebuilt-alpine-arm64.tar.xz;
-
"prebuilt-alpine-s390x-${pkgver}.tar.xz::https://gitlab-runner-downloads.s3.amazonaws.com/v${pkgver}/helper-images/prebuilt-alpine-s390x.tar.xz;
-
"prebuilt-alpine-x86_64-pwsh-${pkgver}.tar.xz::https://gitlab-runner-downloads.s3.amazonaws.com/v${pkgver}/helper-images/prebuilt-alpine-x86_64-pwsh.tar.xz;
-
"prebuilt-alpine-x86_64-${pkgver}.tar.xz::https://gitlab-runner-downloads.s3.amazonaws.com/v${pkgver}/helper-images/prebuilt-alpine-x86_64.tar.xz;
-
"prebuilt-ubuntu-arm-${pkgver}.tar.xz::https://gitlab-runner-downloads.s3.amazonaws.com/v${pkgver}/helper-images/prebuilt-ubuntu-arm.tar.xz;
-
"prebuilt-ubuntu-arm64-${pkgver}.tar.xz::https://gitlab-runner-downloads.s3.amazonaws.com/v${pkgver}/helper-images/prebuilt-ubuntu-arm64.tar.xz;
-
"prebuilt-ubuntu-s390x-${pkgver}.tar.xz::https://gitlab-runner-downloads.s3.amazonaws.com/v${pkgver}/helper-images/prebuilt-ubuntu-s390x.tar.xz;
-
"prebuilt-ubuntu-x86_64-pwsh-${pkgver}.tar.xz::https://gitlab-runner-downloads.s3.amazonaws.com/v${pkgver}/helper-images/prebuilt-ubuntu-x86_64-pwsh.tar.xz;
-
"prebuilt-ubuntu-x86_64-${pkgver}.tar.xz::https://gitlab-runner-downloads.s3.amazonaws.com/v${pkgver}/helper-images/prebuilt-ubuntu-x86_64.tar.xz;
-"gitlab-runner.service"
-"gitlab-runner.sysusers"
-"gitlab-runner.tmpfiles"
-"config.toml")
-sha512sums=('SKIP'
-
'48169511e2ee3cb3e162f6a2447397235f6745e04c37b1fbc2bfcfd2034ca18cc2cfb30c6d86b02b0fbe23dd826c1ebeb24bc7ef469ad7f3c27fc0d21311'
-
'75a8c18daff01e77daac2416b7a9c52b3e1a1f8bcc3695f088304172146368dce29c4e735122637c25e34103a9b830444db88a148bea150f6eaf9946c3f4b113'
-

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

2022-07-27 Thread Sven-Hendrik Haase via arch-commits
Date: Wednesday, July 27, 2022 @ 14:56:56
  Author: svenstaro
Revision: 1258915

upgpkg: gitlab-runner 15.2.1-1

Modified:
  gitlab-runner/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2022-07-27 14:50:37 UTC (rev 1258914)
+++ PKGBUILD2022-07-27 14:56:56 UTC (rev 1258915)
@@ -2,8 +2,8 @@
 # Contributor: Lubomir 'Kuci' Kucera 
 
 pkgname=gitlab-runner
-pkgver=15.2.0
-_commit=7f093137
+pkgver=15.2.1
+_commit=32fc1585
 pkgrel=1
 pkgdesc="The official GitLab CI runner written in Go"
 arch=('x86_64')
@@ -40,16 +40,16 @@
 "gitlab-runner.tmpfiles"
 "config.toml")
 sha512sums=('SKIP'
-
'48169511e2ee3cb3e162f6a2447397235f6745e04c37b1fbc2bfcfd2034ca18cc2cfb30c6d86b02b0fbe23dd826c1ebeb24bc7ef469ad7f3c27fc0d21311'
-
'75a8c18daff01e77daac2416b7a9c52b3e1a1f8bcc3695f088304172146368dce29c4e735122637c25e34103a9b830444db88a148bea150f6eaf9946c3f4b113'
-
'efc8e1a3256dc8e8ff679e773ab85d310a9753128cc71962c5373976bbb420eb55efa6a368e3f5e95c411fddae087c0831e5edca0bc8fac24d0e73e6c3727c79'
-
'b09f18b650a1d3ef38b4556a8a4f37fa9fff318074f9b3711997351546485d76e374dc55a2e0d21759d017a918aaa8c4e4c29a9426c45931a33dc62d9b973ce8'
-
'7253edb5dba8e1d3f5b87215a8f9c6384aae71c75d29d87f16e63869507569dbc38dd76941dc57b50eca76fb81d3e55a965d5f9530501c8236c9ff7b1fc74e4c'
-
'ff47b04038f70d608317bd3af698d7d7ff5e4c96e68ebf099d7a5f7814a26783ec4aa05ac3ca92b8232fe67b12b9036c28b2ef493713e8150843c3633cff86f0'
-
'78a443e4ab83131850bb38927b540258113882923623f622c13247338945b563726e56dbad9a2c19118d4cea3187cb811d54413f90e9bdffafd8c8cd4a161833'
-
'2792d3a5fc37d44ea2d4daee987d73a09e89dbe017818f41e9abd14a434a9b4692f5653896aa759426a04cf47f658a82010fee05d137d03973e278c721a41029'
-
'95cb95f501b732e7f879691c86ab19e9dd984442566af749813c48042d0602c9cc6e1369d36dcd05e5f7fcd0716e5d954216a50cc465dbfeef42646c134ba14d'
-
'c42a59d3b08a824aec6dc24956df1ee4239f552e6e72c14eb8ddd4b4bd90c52758fcb674dd8355499b349c094437fefa87ee4512de8a8802d047e62155f2706b'
+
'2d6663321b974d02ca48e20bef44f0bbd036410042d333b3762d0b34c9aecc48252b12b1e2b719d92454af7020e931698e0a1d772ca697f605066d04a07bafaa'
+
'90773578e86df55bf419a577cb5e3e59822d9366f106e22d319b49fca3fd167a6b6478e1fb0019b6366ed0515ab4969f8cc9db89fc74e8bdac67e55bc2792095'
+
'0516d286f4c720344624ff4913a49a6076f5032234d06eda792c4935f4d967373a5113daaf428d8a4975356127e6ff0b9fcbdcc0ac3ef65bac672492849f99b7'
+
'e852465f59117be45692c1a21cf47782619cd59eddbdeb2c09a5e756b205175ce5e3741072f2283140727030fb2d3766ea25c29432fec7a8958a91c3def84ca3'
+
'30f5cec9790d33560019fb5154b2df41017078859b7fa377f5818de6d63bb48f252908c4d8b321329e776e83421b5cf3b585cc33290c59815ec19e407164bcab'
+
'fc33a257a4d6a1b65c54271732fbbb516a8a3839e8baaba913b1fbef16bfe9d5478c8dc6c031fe701a486d1e6f887cdce11ac143251f54ea4fefe6b1e11c99d5'
+
'4cc5debd23d53ebfe67d63f3b972c75ff17a216bcc100e5b3eb5e230b2e221f3caecb2edad90c253c50c357d1577f57f0d0b9feb40f1afa9ecfed3d03b4bd0bd'
+
'e1a52f9eba01231cacd6510d334abec48756854730df776e4b76c418d28978bce11e5e3357f4d115891e536dab6a5b938c8da1d6d7e8d1ff42faa004542701b1'
+
'26e6fe120f50e8be11bf303d6b31a15122edfb253a519a870e6a2936caa5dbc0f2159906acbfec8a813338991ffbcef3f8195b77ca0dec7d799886ddc2bab820'
+
'1f1045f66f1645ec94cb33cff4fd19cf0b7c6ca14ee59206403a1b151b81f88535f5c70f4d3c6291022a1aa16c8969b42a8ce771c7a48239590083b77d01cbd8'
 
'c0af374b9986895aedcfaee6c67cfad68f0f7289f87e4611358adaff59a2f349f55764fe28b2b1f61f8bfeb61126d4f90d433c626fdf9b826a2de6217f86574f'
 
'8aa7f08702e99053c696fcc2aaba83beb9e9cd6f31973d82862db9350ac46df3a095377625d31fe909677525290d2de922d7a97930ed235774cb8f0da8944d40'
 
'6751d9fa0b27172d1b419c4138f5ac15cbc7c9147653a7258cf1470216142c637210bb60608c7ed0974e0e4057e5ddeae32225df1bb36e7dd1f20fec71e33cc3'



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

2022-07-27 Thread Sven-Hendrik Haase via arch-commits
Date: Wednesday, July 27, 2022 @ 14:50:37
  Author: svenstaro
Revision: 1258914

archrelease: copy trunk to community-x86_64

Added:
  obsidian/repos/community-x86_64/PKGBUILD
(from rev 1258913, obsidian/trunk/PKGBUILD)
  obsidian/repos/community-x86_64/Packaging permission from Arch Linux.eml
(from rev 1258913, obsidian/trunk/Packaging permission from Arch Linux.eml)
  obsidian/repos/community-x86_64/obsidian.desktop
(from rev 1258913, obsidian/trunk/obsidian.desktop)
  obsidian/repos/community-x86_64/obsidian.sh
(from rev 1258913, obsidian/trunk/obsidian.sh)
Deleted:
  obsidian/repos/community-x86_64/PKGBUILD
  obsidian/repos/community-x86_64/Packaging permission from Arch Linux.eml
  obsidian/repos/community-x86_64/obsidian.desktop
  obsidian/repos/community-x86_64/obsidian.sh

--+
 PKGBUILD |   88 ++---
 obsidian.desktop |   20 ++--
 obsidian.sh  |4 +-
 3 files changed, 56 insertions(+), 56 deletions(-)

Deleted: PKGBUILD
===
--- PKGBUILD2022-07-27 14:50:11 UTC (rev 1258913)
+++ PKGBUILD2022-07-27 14:50:37 UTC (rev 1258914)
@@ -1,44 +0,0 @@
-# Maintainer: Sven-Hendrik Haase 
-# Contributor: Gennadiy Mykhailiuta 
-# Contributor: Xuanwo 
-
-pkgname=obsidian
-pkgver=0.15.8
-pkgrel=2
-pkgdesc="A powerful knowledge base that works on top of a local folder of 
plain text Markdown files"
-arch=('x86_64')
-url="https://obsidian.md/;
-license=('custom:Commercial')
-depends=('zlib' 'hicolor-icon-theme' 'fuse' 'electron18')
-makedepends=('asar')
-options=(!strip)
-source=("${pkgname}.sh"
-"${pkgname}.desktop"
-
"https://github.com/obsidianmd/obsidian-releases/releases/download/v${pkgver}/obsidian-${pkgver}.tar.gz;
-)
-sha256sums=('d6fd456d3c17d2d532a09b3d96c278f39764e2f02759a809facfbc1c99201a4e'
-'be67713e873a5935d910efc6f6005c104b35c7b3a002dfcb5643fd185d1b0056'
-'816fd01af9cdb65f689f84d47b604ca6f0e8438621932aeda953d40f78929fb8')
-
-prepare() {
-cd "$srcdir"
-asar ef "${pkgname}-${pkgver}"/resources/obsidian.asar icon.png
-}
-
-package() {
-cd "$srcdir"
-
-# Install executable file
-install -Dm755 "$pkgname".sh "$pkgdir"/usr/bin/obsidian
-
-# Install desktop file
-install -Dm644 "$pkgname".desktop -t "$pkgdir"/usr/share/applications/
-install -Dm644 icon.png "$pkgdir"/usr/share/pixmaps/obsidian.png
-
-# Most of the release package is electron, but we use system's default one
-# So strip away asar packages and put them to /usr/lib/
-cd "${pkgname}-${pkgver}"/resources/
-install -dm0755 "$pkgdir"/usr/lib/obsidian
-find . -type d -exec install -d {,"$pkgdir"/usr/lib/obsidian/}{} \;
-find . -type f -exec install -D {,"$pkgdir"/usr/lib/obsidian/}{} \;
-}

Copied: obsidian/repos/community-x86_64/PKGBUILD (from rev 1258913, 
obsidian/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2022-07-27 14:50:37 UTC (rev 1258914)
@@ -0,0 +1,44 @@
+# Maintainer: Sven-Hendrik Haase 
+# Contributor: Gennadiy Mykhailiuta 
+# Contributor: Xuanwo 
+
+pkgname=obsidian
+pkgver=0.15.9
+pkgrel=1
+pkgdesc="A powerful knowledge base that works on top of a local folder of 
plain text Markdown files"
+arch=('x86_64')
+url="https://obsidian.md/;
+license=('custom:Commercial')
+depends=('zlib' 'hicolor-icon-theme' 'fuse' 'electron18')
+makedepends=('asar')
+options=(!strip)
+source=("${pkgname}.sh"
+"${pkgname}.desktop"
+
"https://github.com/obsidianmd/obsidian-releases/releases/download/v${pkgver}/obsidian-${pkgver}.tar.gz;
+)
+sha256sums=('d6fd456d3c17d2d532a09b3d96c278f39764e2f02759a809facfbc1c99201a4e'
+'be67713e873a5935d910efc6f6005c104b35c7b3a002dfcb5643fd185d1b0056'
+'433d4873916dc57224f09ff6b293596aaa4f220c77c8dc9788042595b56b1a3c')
+
+prepare() {
+cd "$srcdir"
+asar ef "${pkgname}-${pkgver}"/resources/obsidian.asar icon.png
+}
+
+package() {
+cd "$srcdir"
+
+# Install executable file
+install -Dm755 "$pkgname".sh "$pkgdir"/usr/bin/obsidian
+
+# Install desktop file
+install -Dm644 "$pkgname".desktop -t "$pkgdir"/usr/share/applications/
+install -Dm644 icon.png "$pkgdir"/usr/share/pixmaps/obsidian.png
+
+# Most of the release package is electron, but we use system's default one
+# So strip away asar packages and put them to /usr/lib/
+cd "${pkgname}-${pkgver}"/resources/
+install -dm0755 "$pkgdir"/usr/lib/obsidian
+find . -type d -exec install -d {,"$pkgdir"/usr/lib/obsidian/}{} \;
+find . -type f -exec install -D {,"$pkgdir"/usr/lib/obsidian/}{} \;
+}

Deleted: Packaging permission from Arch Linux.eml
===
(Binary files differ)

Copied: obsidian/repos/community-x86_64/Packaging permission from Arch 
Linux.eml 

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

2022-07-27 Thread Sven-Hendrik Haase via arch-commits
Date: Wednesday, July 27, 2022 @ 14:50:11
  Author: svenstaro
Revision: 1258913

upgpkg: obsidian 0.15.9-1

Modified:
  obsidian/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2022-07-27 14:48:06 UTC (rev 1258912)
+++ PKGBUILD2022-07-27 14:50:11 UTC (rev 1258913)
@@ -3,8 +3,8 @@
 # Contributor: Xuanwo 
 
 pkgname=obsidian
-pkgver=0.15.8
-pkgrel=2
+pkgver=0.15.9
+pkgrel=1
 pkgdesc="A powerful knowledge base that works on top of a local folder of 
plain text Markdown files"
 arch=('x86_64')
 url="https://obsidian.md/;
@@ -18,7 +18,7 @@
 )
 sha256sums=('d6fd456d3c17d2d532a09b3d96c278f39764e2f02759a809facfbc1c99201a4e'
 'be67713e873a5935d910efc6f6005c104b35c7b3a002dfcb5643fd185d1b0056'
-'816fd01af9cdb65f689f84d47b604ca6f0e8438621932aeda953d40f78929fb8')
+'433d4873916dc57224f09ff6b293596aaa4f220c77c8dc9788042595b56b1a3c')
 
 prepare() {
 cd "$srcdir"



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

2022-07-27 Thread Sven-Hendrik Haase via arch-commits
Date: Wednesday, July 27, 2022 @ 14:48:06
  Author: svenstaro
Revision: 1258912

archrelease: copy trunk to community-x86_64

Added:
  emscripten/repos/community-x86_64/PKGBUILD
(from rev 1258911, emscripten/trunk/PKGBUILD)
  emscripten/repos/community-x86_64/emscripten-config
(from rev 1258911, emscripten/trunk/emscripten-config)
  emscripten/repos/community-x86_64/emscripten.install
(from rev 1258911, emscripten/trunk/emscripten.install)
  emscripten/repos/community-x86_64/emscripten.sh
(from rev 1258911, emscripten/trunk/emscripten.sh)
  emscripten/repos/community-x86_64/get-compatible-versions.sh
(from rev 1258911, emscripten/trunk/get-compatible-versions.sh)
  emscripten/repos/community-x86_64/libcxxabi-include-libunwind.patch
(from rev 1258911, emscripten/trunk/libcxxabi-include-libunwind.patch)
Deleted:
  emscripten/repos/community-x86_64/PKGBUILD
  emscripten/repos/community-x86_64/emscripten-config
  emscripten/repos/community-x86_64/emscripten.install
  emscripten/repos/community-x86_64/emscripten.sh
  emscripten/repos/community-x86_64/get-compatible-versions.sh
  emscripten/repos/community-x86_64/libcxxabi-include-libunwind.patch

---+
 PKGBUILD  |  220 ++--
 emscripten-config |8 -
 emscripten.install|   26 ++--
 emscripten.sh |4 
 get-compatible-versions.sh|   30 ++--
 libcxxabi-include-libunwind.patch |   28 ++--
 6 files changed, 158 insertions(+), 158 deletions(-)

Deleted: PKGBUILD
===
--- PKGBUILD2022-07-27 14:47:31 UTC (rev 1258911)
+++ PKGBUILD2022-07-27 14:48:06 UTC (rev 1258912)
@@ -1,110 +0,0 @@
-# Maintainer: Sven-Hendrik Haase 
-# Contributor: carstene1ns  - http://git.io/ctPKG
-# Contributor: Stefan Husmann 
-# Contributor: Vlad Kolotvin 
-
-pkgname=emscripten
-# NOTE: You need to run ./get-compatible-versions.sh after changing the pkgver!
-_binaryen_revision=fc00dcc64c337a8128fbf2b5fbdb40bb0aaa861b
-_llvm_project_revision=5c6ed60c517c47b25b6b25d8ac3666d0e746b0c3
-# Sadly, upstream currently suggests bundling a binaryen version for the time 
being:
-# https://github.com/emscripten-core/emscripten/issues/12252
-# I'm obviously unhappy about that but it appears to be the only practical 
solution for the time being.
-pkgver=3.1.13
-pkgrel=1
-pkgdesc="Compile C and C++ into highly-optimizable JavaScript for the web"
-arch=('x86_64')
-url="https://emscripten.org;
-license=('custom')
-depends=('nodejs' 'python' 'which' 'acorn')
-makedepends=('cmake' 'libxml2' 'git' 'ninja' 'npm')
-optdepends=('java-environment: for using clojure'
-'ruby: for using websockify addon'
-'cmake: for emcc --show-ports')
-install=emscripten.install
-options=('!lto')
-conflicts=('binaryen')
-provides=('binaryen')
-source=("git+https://github.com/kripken/emscripten#tag=$pkgver;
-
git+https://github.com/llvm/llvm-project.git#commit=$_llvm_project_revision
-
git+https://github.com/WebAssembly/binaryen.git#commit=$_binaryen_revision
-"emscripten.sh"
-emscripten-config)
-sha512sums=('SKIP'
-'SKIP'
-'SKIP'
-
'fbe9b95b8d18e7d0c6ec5fded6f11b72fbe4ddd0391e5704b281ba79c479f3563e82423b790ddf3f0554a23d659193ca898a81fe3db509f16c30c7188b790e4d'
-
'8b5951493f69631045f44736917144b7679beb2bf087fca8a8ba887224cfc598fe8c76c5a4e7aa4a09fbb8f1b7b42556b68f4aa9e5b93fb130fd8bdab79053d9')
-
-build() {
-  cd binaryen
-  cmake \
-  -Bbuild \
-  -GNinja \
-  -DBUILD_TESTS=OFF \
-  -DCMAKE_INSTALL_PREFIX=/usr
-  ninja -C build
-
-  # Inspired from 
https://github.com/WebAssembly/waterfall/blob/db2ea5eeb11b74cce9b9459be0cc88807744b1b5/src/build.py#L868
-  cd "$srcdir"/llvm-project/llvm
-  cmake \
--Bbuild \
--GNinja \
--DLLVM_ENABLE_LIBXML2=OFF \
--DLLVM_INCLUDE_EXAMPLES=OFF \
--DCOMPILER_RT_BUILD_XRAY=OFF \
--DCOMPILER_RT_INCLUDE_TESTS=OFF \
--DCOMPILER_RT_ENABLE_IOS=OFF \
--DCMAKE_INSTALL_PREFIX=/opt/emscripten-llvm \
--DCMAKE_BUILD_TYPE=Release \
--DCMAKE_SKIP_RPATH=ON \
--DLLVM_BUILD_RUNTIME=OFF \
--DLLVM_TOOL_LTO_BUILD=ON \
--DLLVM_INSTALL_TOOLCHAIN_ONLY=ON \
--DLLVM_INCLUDE_EXAMPLES=OFF \
--DLLVM_INCLUDE_TESTS=OFF \
--DLLVM_TARGETS_TO_BUILD="X86;WebAssembly" \
--DLLVM_ENABLE_PROJECTS="lld;clang" \
--DCLANG_INCLUDE_TESTS=OFF
-  ninja -C build
-}
-
-package() {
-  DESTDIR="$pkgdir" ninja -C binaryen/build install
-
-  # Install LLVM stuff according to
-  # https://github.com/emscripten-core/emscripten/blob/master/docs/packaging.md
-  # and
-  # 
https://github.com/WebAssembly/waterfall/blob/d4a504ffee488a68d09b336897c00d404544601d/src/build.py#L915
-  DESTDIR="$pkgdir" ninja -C llvm-project/llvm/build install
-  cd "$pkgdir"/opt/emscripten-llvm/bin
-
-  # Clean up some unnecessary bins and libs
-  

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

2022-07-27 Thread Sven-Hendrik Haase via arch-commits
Date: Wednesday, July 27, 2022 @ 14:47:31
  Author: svenstaro
Revision: 1258911

upgpkg: emscripten 3.1.17-1

Modified:
  emscripten/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2022-07-27 14:10:01 UTC (rev 1258910)
+++ PKGBUILD2022-07-27 14:47:31 UTC (rev 1258911)
@@ -5,12 +5,12 @@
 
 pkgname=emscripten
 # NOTE: You need to run ./get-compatible-versions.sh after changing the pkgver!
-_binaryen_revision=fc00dcc64c337a8128fbf2b5fbdb40bb0aaa861b
-_llvm_project_revision=5c6ed60c517c47b25b6b25d8ac3666d0e746b0c3
+_binaryen_revision=ed704448a6883e9ee0b2f6284f6b5a7b5e7b4aa9
+_llvm_project_revision=661577b5f40bb05534869b9635315e9265c37417
 # Sadly, upstream currently suggests bundling a binaryen version for the time 
being:
 # https://github.com/emscripten-core/emscripten/issues/12252
 # I'm obviously unhappy about that but it appears to be the only practical 
solution for the time being.
-pkgver=3.1.13
+pkgver=3.1.17
 pkgrel=1
 pkgdesc="Compile C and C++ into highly-optimizable JavaScript for the web"
 arch=('x86_64')



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

2022-07-27 Thread Antonio Rojas via arch-commits
Date: Wednesday, July 27, 2022 @ 13:48:56
  Author: arojas
Revision: 1258909

archrelease: copy trunk to community-x86_64

Added:
  liquidshell/repos/community-x86_64/PKGBUILD
(from rev 1258908, liquidshell/trunk/PKGBUILD)
  liquidshell/repos/community-x86_64/keys/
Deleted:
  liquidshell/repos/community-x86_64/PKGBUILD

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

Deleted: PKGBUILD
===
--- PKGBUILD2022-07-27 13:48:45 UTC (rev 1258908)
+++ PKGBUILD2022-07-27 13:48:56 UTC (rev 1258909)
@@ -1,24 +0,0 @@
-# Maintainer: Antonio Rojas 
-
-pkgname=liquidshell
-pkgver=1.8
-pkgrel=1
-pkgdesc='Basic desktop shell using QtWidgets'
-arch=(x86_64)
-url='https://invent.kde.org/system/liquidshell'
-license=(GPL3)
-depends=(kcmutils knewstuff networkmanager-qt bluez-qt packagekit-qt5 
hicolor-icon-theme)
-makedepends=(extra-cmake-modules)
-source=(https://download.kde.org/stable/$pkgname/$pkgver.0/$pkgname-$pkgver.tar.xz{,.sig})
-sha256sums=('50847aad7d169af62f2b3a3ed7cf230978467279c65448d546fb8a9975e93bd7'
-'SKIP')
-validpgpkeys=(3DAB43DA42E08DE44800A2891E674FA08DFB0F86) # Martin Koller 

-
-build() {
-  cmake -B build -S $pkgname-$pkgver
-  cmake --build build
-}
-
-package() {
-  DESTDIR="$pkgdir" cmake --install build
-}

Copied: liquidshell/repos/community-x86_64/PKGBUILD (from rev 1258908, 
liquidshell/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2022-07-27 13:48:56 UTC (rev 1258909)
@@ -0,0 +1,24 @@
+# Maintainer: Antonio Rojas 
+
+pkgname=liquidshell
+pkgver=1.8.1
+pkgrel=1
+pkgdesc='Basic desktop shell using QtWidgets'
+arch=(x86_64)
+url='https://invent.kde.org/system/liquidshell'
+license=(GPL3)
+depends=(kcmutils knewstuff networkmanager-qt bluez-qt packagekit-qt5 
hicolor-icon-theme)
+makedepends=(extra-cmake-modules)
+source=(https://download.kde.org/stable/$pkgname/$pkgver/$pkgname-$pkgver.tar.xz{,.sig})
+sha256sums=('a741219050e96f44078770cc7042e50413015b1b9a331037e289871b8741c632'
+'SKIP')
+validpgpkeys=(3DAB43DA42E08DE44800A2891E674FA08DFB0F86) # Martin Koller 

+
+build() {
+  cmake -B build -S $pkgname-$pkgver
+  cmake --build build
+}
+
+package() {
+  DESTDIR="$pkgdir" cmake --install build
+}



[arch-commits] Commit in liquidshell/trunk (4 files)

2022-07-27 Thread Antonio Rojas via arch-commits
Date: Wednesday, July 27, 2022 @ 13:48:45
  Author: arojas
Revision: 1258908

upgpkg: liquidshell 1.8.1-1: Update to 1.8.1

Added:
  liquidshell/trunk/keys/
  liquidshell/trunk/keys/pgp/
  liquidshell/trunk/keys/pgp/3DAB43DA42E08DE44800A2891E674FA08DFB0F86.asc
Modified:
  liquidshell/trunk/PKGBUILD

---+
 PKGBUILD  |6 +++---
 keys/pgp/3DAB43DA42E08DE44800A2891E674FA08DFB0F86.asc |1 +
 2 files changed, 4 insertions(+), 3 deletions(-)

Modified: PKGBUILD
===
--- PKGBUILD2022-07-27 13:29:46 UTC (rev 1258907)
+++ PKGBUILD2022-07-27 13:48:45 UTC (rev 1258908)
@@ -1,7 +1,7 @@
 # Maintainer: Antonio Rojas 
 
 pkgname=liquidshell
-pkgver=1.8
+pkgver=1.8.1
 pkgrel=1
 pkgdesc='Basic desktop shell using QtWidgets'
 arch=(x86_64)
@@ -9,8 +9,8 @@
 license=(GPL3)
 depends=(kcmutils knewstuff networkmanager-qt bluez-qt packagekit-qt5 
hicolor-icon-theme)
 makedepends=(extra-cmake-modules)
-source=(https://download.kde.org/stable/$pkgname/$pkgver.0/$pkgname-$pkgver.tar.xz{,.sig})
-sha256sums=('50847aad7d169af62f2b3a3ed7cf230978467279c65448d546fb8a9975e93bd7'
+source=(https://download.kde.org/stable/$pkgname/$pkgver/$pkgname-$pkgver.tar.xz{,.sig})
+sha256sums=('a741219050e96f44078770cc7042e50413015b1b9a331037e289871b8741c632'
 'SKIP')
 validpgpkeys=(3DAB43DA42E08DE44800A2891E674FA08DFB0F86) # Martin Koller 

 

Added: keys/pgp/3DAB43DA42E08DE44800A2891E674FA08DFB0F86.asc
===
(Binary files differ)

Index: liquidshell/trunk/keys/pgp/3DAB43DA42E08DE44800A2891E674FA08DFB0F86.asc
===
--- keys/pgp/3DAB43DA42E08DE44800A2891E674FA08DFB0F86.asc   2022-07-27 
13:29:46 UTC (rev 1258907)
+++ keys/pgp/3DAB43DA42E08DE44800A2891E674FA08DFB0F86.asc   2022-07-27 
13:48:45 UTC (rev 1258908)

Property changes on: 
liquidshell/trunk/keys/pgp/3DAB43DA42E08DE44800A2891E674FA08DFB0F86.asc
___
Added: svn:mime-type
## -0,0 +1 ##
+application/pgp-keys
\ No newline at end of property


[arch-commits] Commit in lychee-link-checker/repos/community-x86_64 (2 files)

2022-07-27 Thread Orhun Parmaksiz via arch-commits
Date: Wednesday, July 27, 2022 @ 13:29:46
  Author: orhun
Revision: 1258907

archrelease: copy trunk to community-x86_64

Added:
  lychee-link-checker/repos/community-x86_64/PKGBUILD
(from rev 1258906, lychee-link-checker/trunk/PKGBUILD)
Deleted:
  lychee-link-checker/repos/community-x86_64/PKGBUILD

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

Deleted: PKGBUILD
===
--- PKGBUILD2022-07-27 13:29:38 UTC (rev 1258906)
+++ PKGBUILD2022-07-27 13:29:46 UTC (rev 1258907)
@@ -1,39 +0,0 @@
-# Maintainer: Orhun Parmaksız 
-# Maintainer: Daniel M. Capella 
-
-_name=lychee
-pkgname=lychee-link-checker
-pkgver=0.10.0
-pkgrel=1
-pkgdesc='Fast, async, resource-friendly link checker written in Rust'
-arch=('x86_64')
-url=https://github.com/lycheeverse/lychee
-license=('Apache' 'MIT')
-replaces=('lychee-rs')
-depends=('gcc-libs' 'openssl')
-makedepends=('rust')
-options=('!lto')
-source=("$url/archive/v$pkgver/$_name-$pkgver.tar.gz")
-b2sums=('c6bf0110543dd941f7e683407d9ac518e19c520199ef4f1b27375f89804f5d5ce89477689731e9404b697d9ad6e4349a4f7b5b2cd1e93663659e5b4299f89dc2')
-
-prepare() {
-  cd $_name-$pkgver
-  cargo fetch --locked --target "$CARCH-unknown-linux-gnu"
-}
-
-build() {
-  cd $_name-$pkgver
-  cargo build --release --locked --offline
-}
-
-check() {
-  cd $_name-$pkgver
-  cargo test --locked --offline
-}
-
-package() {
-  cd $_name-$pkgver
-  install -Dt "$pkgdir"/usr/bin target/release/$_name
-  install -Dm644 -t "$pkgdir"/usr/share/doc/$pkgname README.md
-  install -Dm644 -t "$pkgdir"/usr/share/licenses/$pkgname LICENSE-MIT
-}

Copied: lychee-link-checker/repos/community-x86_64/PKGBUILD (from rev 1258906, 
lychee-link-checker/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2022-07-27 13:29:46 UTC (rev 1258907)
@@ -0,0 +1,39 @@
+# Maintainer: Orhun Parmaksız 
+# Maintainer: Daniel M. Capella 
+
+_name=lychee
+pkgname=lychee-link-checker
+pkgver=0.10.1
+pkgrel=1
+pkgdesc='Fast, async, resource-friendly link checker written in Rust'
+arch=('x86_64')
+url=https://github.com/lycheeverse/lychee
+license=('Apache' 'MIT')
+replaces=('lychee-rs')
+depends=('gcc-libs' 'openssl')
+makedepends=('rust')
+options=('!lto')
+source=("$url/archive/v$pkgver/$_name-$pkgver.tar.gz")
+b2sums=('b4870e37955e497e45f5681ee28906bd34b6b9d3198350ba98815cba101204a70fcae70f156266f25b07b5581c43b11e4767f547072ace9ad9297bb3f9442905')
+
+prepare() {
+  cd $_name-$pkgver
+  cargo fetch --locked --target "$CARCH-unknown-linux-gnu"
+}
+
+build() {
+  cd $_name-$pkgver
+  cargo build --release --frozen
+}
+
+check() {
+  cd $_name-$pkgver
+  cargo test --frozen
+}
+
+package() {
+  cd $_name-$pkgver
+  install -Dt "$pkgdir"/usr/bin target/release/$_name
+  install -Dm644 -t "$pkgdir"/usr/share/doc/$pkgname README.md
+  install -Dm644 -t "$pkgdir"/usr/share/licenses/$pkgname LICENSE-MIT
+}



[arch-commits] Commit in lychee-link-checker/trunk (PKGBUILD)

2022-07-27 Thread Orhun Parmaksiz via arch-commits
Date: Wednesday, July 27, 2022 @ 13:29:38
  Author: orhun
Revision: 1258906

upgpkg: lychee-link-checker 0.10.1-1: upstream release

Modified:
  lychee-link-checker/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2022-07-27 13:15:00 UTC (rev 1258905)
+++ PKGBUILD2022-07-27 13:29:38 UTC (rev 1258906)
@@ -3,7 +3,7 @@
 
 _name=lychee
 pkgname=lychee-link-checker
-pkgver=0.10.0
+pkgver=0.10.1
 pkgrel=1
 pkgdesc='Fast, async, resource-friendly link checker written in Rust'
 arch=('x86_64')
@@ -14,7 +14,7 @@
 makedepends=('rust')
 options=('!lto')
 source=("$url/archive/v$pkgver/$_name-$pkgver.tar.gz")
-b2sums=('c6bf0110543dd941f7e683407d9ac518e19c520199ef4f1b27375f89804f5d5ce89477689731e9404b697d9ad6e4349a4f7b5b2cd1e93663659e5b4299f89dc2')
+b2sums=('b4870e37955e497e45f5681ee28906bd34b6b9d3198350ba98815cba101204a70fcae70f156266f25b07b5581c43b11e4767f547072ace9ad9297bb3f9442905')
 
 prepare() {
   cd $_name-$pkgver
@@ -23,12 +23,12 @@
 
 build() {
   cd $_name-$pkgver
-  cargo build --release --locked --offline
+  cargo build --release --frozen
 }
 
 check() {
   cd $_name-$pkgver
-  cargo test --locked --offline
+  cargo test --frozen
 }
 
 package() {



[arch-commits] Commit in firefox-developer-edition-i18n/repos/community-any (2 files)

2022-07-27 Thread Andrew Crerar via arch-commits
Date: Wednesday, July 27, 2022 @ 12:38:22
  Author: andrewsc
Revision: 1258902

archrelease: copy trunk to community-any

Added:
  firefox-developer-edition-i18n/repos/community-any/PKGBUILD
(from rev 1258900, firefox-developer-edition-i18n/trunk/PKGBUILD)
Deleted:
  firefox-developer-edition-i18n/repos/community-any/PKGBUILD

--+
 PKGBUILD |  460 ++---
 1 file changed, 230 insertions(+), 230 deletions(-)

Deleted: PKGBUILD
===
--- PKGBUILD2022-07-27 12:38:19 UTC (rev 1258901)
+++ PKGBUILD2022-07-27 12:38:22 UTC (rev 1258902)
@@ -1,230 +0,0 @@
-# Maintainer: Andrew Crerar 
-
-pkgbase=firefox-developer-edition-i18n
-pkgver=104.0b1
-pkgrel=1
-pkgdesc="Language pack for Firefox Developer Edition"
-arch=('any')
-url="https://www.mozilla.com/;
-license=('MPL' 'GPL')
-
-_languages=(
-  'ach "Acholi"'
-  'af  "Afrikaans"'
-  'an  "Aragonese"'
-  'ar  "Arabic"'
-  'ast "Asturian"'
-  'az  "Azerbaijani"'
-  'be  "Belarusian"'
-  'bg  "Bulgarian"'
-  'bn  "Bengali"'
-  'br  "Breton"'
-  'bs  "Bosnian"'
-  'ca  "Catalan"'
-  'ca-valencia "Catalan (Valencian)"'
-  'cak "Maya Kaqchikel"'
-  'cs  "Czech"'
-  'cy  "Welsh"'
-  'da  "Danish"'
-  'de  "German"'
-  'dsb "Lower Sorbian"'
-  'el  "Greek"'
-  'en-CA   "English (Canada)"'
-  'en-GB   "English (British)"'
-  'en-US   "English (American)"'
-  'eo  "Esperanto"'
-  'es-AR   "Spanish (Argentina)"'
-  'es-CL   "Spanish (Chile)"'
-  'es-ES   "Spanish (Spain)"'
-  'es-MX   "Spanish (Mexico)"'
-  'et  "Estonian"'
-  'eu  "Basque"'
-  'fa  "Persian"'
-  'ff  "Fulah"'
-  'fi  "Finnish"'
-  'fr  "French"'
-  'fy-NL   "Frisian"'
-  'ga-IE   "Irish"'
-  'gd  "Gaelic (Scotland)"'
-  'gl  "Galician"'
-  'gn  "Guarani"'
-  'gu-IN   "Gujarati (India)"'
-  'he  "Hebrew"'
-  'hi-IN   "Hindi (India)"'
-  'hr  "Croatian"'
-  'hsb "Upper Sorbian"'
-  'hu  "Hungarian"'
-  'hy-AM   "Armenian"'
-  'ia  "Interlingua"'
-  'id  "Indonesian"'
-  'is  "Icelandic"'
-  'it  "Italian"'
-  'ja  "Japanese"'
-  'ka  "Georgian"'
-  'kab "Kabyle"'
-  'kk  "Kazakh"'
-  'km  "Khmer"'
-  'kn  "Kannada"'
-  'ko  "Korean"'
-  'lij "Ligurian"'
-  'lt  "Lithuanian"'
-  'lv  "Latvian"'
-  'mk  "Macedonian"'
-  'mr  "Marathi"'
-  'ms  "Malay"'
-  'my  "Burmese"'
-  'nb-NO   "Norwegian (Bokmål)"'
-  'ne-NP   "Nepali"'
-  'nl  "Dutch"'
-  'nn-NO   "Norwegian (Nynorsk)"'
-  'oc  "Occitan"'
-  'pa-IN   "Punjabi (India)"'
-  'pl  "Polish"'
-  'pt-BR   "Portuguese (Brazilian)"'
-  'pt-PT   "Portuguese (Portugal)"'
-  'rm  "Romansh"'
-  'ro  "Romanian"'
-  'ru  "Russian"'
-  'si  "Sinhala"'
-  'sk  "Slovak"'
-  'sl  "Slovenian"'
-  'son "Songhai"'
-  'sq  "Albanian"'
-  'sr  "Serbian"'
-  'sv-SE   "Swedish"'
-  'ta  "Tamil"'
-  'te  "Telugu"'
-  'th  "Thai"'
-  'tl  "Tagalog"'
-  'tr  "Turkish"'
-  'trs "Triqui"'
-  'uk  "Ukrainian"'
-  'ur  "Urdu"'
-  'uz  "Uzbek"'
-  'vi  "Vietnamese"'
-  'xh  "Xhosa"'
-  'zh-CN   "Chinese (Simplified)"'
-  'zh-TW   "Chinese (Traditional)"'
-)
-
-pkgname=()
-source=()
-_url=https://archive.mozilla.org/pub/firefox/releases/$pkgver/linux-x86_64/xpi
-
-for _lang in "${_languages[@]}"; do
-  _locale=${_lang%% *}
-  _pkgname=firefox-developer-edition-i18n-${_locale,,}
-
-  pkgname+=($_pkgname)
-  
source+=("firefox-developer-edition-i18n-$pkgver-$_locale.xpi::$_url/$_locale.xpi")
-  eval "package_$_pkgname() {
-_package $_lang
-  }"
-done
-
-# Don't extract anything
-noextract=(${source[@]%%::*})
-
-_package() {
-  pkgdesc="$2 language pack for Firefox Developer Edition"
-  depends=("firefox-developer-edition>=$pkgver")
-  install -Dm644 firefox-developer-edition-i18n-$pkgver-$1.xpi \
-
"$pkgdir/usr/lib/firefox-developer-edition/browser/extensions/langpack-$1...@firefox.mozilla.org.xpi"
-}
-
-sha512sums=('d7a08c86180a3e72e6a57144f2bba051776cecef9bfa795287651e41a5a5a6c2f06501ef04271bab80bb4fb6f1ee64c131b1e3ba153f6a6afe4c58033d93f28f'
-
'4e05c5032d572c87d2799fab165cd22f49169f0ea2358a6fee70490afd9ff8bb54522cfdf615f70ef813ae695c9cb80252997d6916ea2d8684ab8c12d2878ad2'
-
'9c4b8e4662c5a611bb9d1dbe44de7d81b50e159dec435aa499f5bd8dd23a31bc6e90b015bb2c29a2634d7be207e1ed65c394631055d61d806693183cbaa8a84e'
-

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

2022-07-27 Thread Frederik Schwan via arch-commits
Date: Wednesday, July 27, 2022 @ 12:38:25
  Author: freswa
Revision: 1258903

archrelease: copy trunk to community-x86_64

Added:
  ghidra/repos/community-x86_64/PKGBUILD
(from rev 1258902, ghidra/trunk/PKGBUILD)
Deleted:
  ghidra/repos/community-x86_64/PKGBUILD

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

Deleted: PKGBUILD
===
--- PKGBUILD2022-07-27 12:38:22 UTC (rev 1258902)
+++ PKGBUILD2022-07-27 12:38:25 UTC (rev 1258903)
@@ -1,76 +0,0 @@
-# Maintainer: Robin Broda 
-# Maintainer: Levente Polyak 
-
-pkgname=ghidra
-pkgver=10.1.4
-_d2j=2.0
-_yajsw=13.01
-pkgrel=1
-pkgdesc='Software reverse engineering framework'
-url='https://ghidra-sre.org/'
-arch=('x86_64')
-license=('Apache')
-depends=('java-environment>=11' 'bash')
-makedepends=('git' 'gradle' 'unzip' 'java-environment=11')
-optdepends=('python2: Python feature'
-'pam: GhidraServer support')
-options=('!strip')
-source=(https://github.com/NationalSecurityAgency/ghidra/archive/Ghidra_${pkgver}_build.tar.gz
-
"git+https://github.com/NationalSecurityAgency/ghidra-data#tag=Ghidra_${pkgver};
-
https://github.com/pxb1988/dex2jar/releases/download/${_d2j}/dex-tools-${_d2j}.zip
-
https://storage.googleapis.com/google-code-archive-downloads/v2/code.google.com/android4me/AXMLPrinter2.jar
-
https://sourceforge.net/projects/yajsw/files/yajsw/yajsw-beta-${_yajsw}/yajsw-beta-${_yajsw}.zip)
-noextract=(AXMLPrinter2.jar
-   yajsw-beta-${_yajsw}.zip)
-sha512sums=('53286ed5c112982642c7167bce6c37634a77e185647a3964799aeffbcf5c927489cae146d2649f5c432cc0592eb11b0b46a019bb8c75941dc1f71f23798aa292'
-'SKIP'
-
'c4a6c72ea09b58a44fcb8918cfada600467f10f99a02b53d2436ac68295e73c8daf9ba0a8bc7160ba1e28e87f032ee034435ebe40af35b6e2fe9fa4607581358'
-
'c1168ec913f1fbb0675915d4fd865ec9a8e8573f6c8aedcb6e68166f61f11aeaececc7548d54d78134843c0102c57d6350973f6d3027d0ffdae52a5c57a7f601'
-
'ed8758920b98003094c79824a9304abbb8ddd40b1a0e1d294093f9b1df81fe7af0770dce1fb64345734ba20eacea52cc6f4b439960b4cdffa808d401994a0e95')
-
-prepare() {
-  export PATH="/usr/lib/jvm/java-11-openjdk/bin:${PATH}"
-  cd ghidra-Ghidra_${pkgver}_build
-
-  # Copy needed libraries into flat repo folder
-  install -Dm 644 ../dex2jar-${_d2j}/lib/dex-*.jar \
-../AXMLPrinter2.jar \
--t dependencies/flatRepo
-
-  # YAJSW expects this symlink
-  ln -sf ghidra-Ghidra_${pkgver}_build ../ghidra.bin
-  install -Dm 644 ../yajsw-beta-${_yajsw}.zip -t dependencies/GhidraServer
-
-  # Add FID datasets
-  install -Dm 644 ../ghidra-data/FunctionID/*.fidb -t 
Ghidra/Features/FunctionID/src/main/fidb
-
-  # Ignore lack of licensing for YAJSW zip, packed FID datasets, and the 
native binaries
-  sed -i '/FileTree tree/a\\t\texclude "yajsw-stable-**.zip"\n\t\texclude 
"src/main/fidb/**.fidb"\n\t\texclude "os/linux64/**"' gradle/support/ip.gradle
-}
-
-build() {
-  export GRADLE_HOME="$(pwd)/usr/share/java/gradle/"
-  export PATH="$(pwd)/usr/share/java/gradle/bin/:${PATH}"
-  cd ghidra-Ghidra_${pkgver}_build
-  gradle yajswDevUnpack
-  gradle buildNatives_linux_x86_64
-  gradle sleighCompile
-  gradle buildGhidra
-}
-
-package() {
-  cd ghidra-Ghidra_${pkgver}_build
-
-  # Extract built archive into destination folder
-  install -d "${pkgdir}"/{opt,usr/bin}
-  _appver=$(grep -oP '(?<=^application.version=).*$' 
Ghidra/application.properties)
-  _relname=$(grep -oP '(?<=^application.release.name=).*$' 
Ghidra/application.properties)
-  unzip -u "build/dist/ghidra_${_appver}_${_relname}"_*_linux_x86_64.zip -d 
"${pkgdir}"/opt
-
-  # Simplify some directory and binary names
-  mv "${pkgdir}"/opt/ghidra{_*,}
-  ln -s /opt/ghidra/ghidraRun "${pkgdir}"/usr/bin/ghidra
-  ln -s /opt/ghidra/support/analyzeHeadless 
"${pkgdir}"/usr/bin/ghidra-analyzeHeadless
-}
-
-# vim: ts=2 sw=2 et:

Copied: ghidra/repos/community-x86_64/PKGBUILD (from rev 1258902, 
ghidra/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2022-07-27 12:38:25 UTC (rev 1258903)
@@ -0,0 +1,76 @@
+# Maintainer: Robin Broda 
+# Maintainer: Levente Polyak 
+
+pkgname=ghidra
+pkgver=10.1.5
+_d2j=2.0
+_yajsw=13.01
+pkgrel=1
+pkgdesc='Software reverse engineering framework'
+url='https://ghidra-sre.org/'
+arch=('x86_64')
+license=('Apache')
+depends=('java-environment>=11' 'bash')
+makedepends=('git' 'gradle' 'unzip' 'java-environment=11')
+optdepends=('python2: Python feature'
+'pam: GhidraServer support')
+options=('!strip')
+source=(https://github.com/NationalSecurityAgency/ghidra/archive/Ghidra_${pkgver}_build.tar.gz
+
"git+https://github.com/NationalSecurityAgency/ghidra-data#tag=Ghidra_${pkgver};
+

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

2022-07-27 Thread Frederik Schwan via arch-commits
Date: Wednesday, July 27, 2022 @ 12:38:19
  Author: freswa
Revision: 1258901

upgpkg: ghidra 10.1.5-1

Modified:
  ghidra/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2022-07-27 12:37:55 UTC (rev 1258900)
+++ PKGBUILD2022-07-27 12:38:19 UTC (rev 1258901)
@@ -2,7 +2,7 @@
 # Maintainer: Levente Polyak 
 
 pkgname=ghidra
-pkgver=10.1.4
+pkgver=10.1.5
 _d2j=2.0
 _yajsw=13.01
 pkgrel=1
@@ -22,7 +22,7 @@
 
https://sourceforge.net/projects/yajsw/files/yajsw/yajsw-beta-${_yajsw}/yajsw-beta-${_yajsw}.zip)
 noextract=(AXMLPrinter2.jar
yajsw-beta-${_yajsw}.zip)
-sha512sums=('53286ed5c112982642c7167bce6c37634a77e185647a3964799aeffbcf5c927489cae146d2649f5c432cc0592eb11b0b46a019bb8c75941dc1f71f23798aa292'
+sha512sums=('18ff9977687acf8c0c6313bf227784be5c2c74741c1af5092e19711a194b25b6e8b7391c5f093f55bbc5826376a2f31441fb6f4467aec43cd986262ff51a1498'
 'SKIP'
 
'c4a6c72ea09b58a44fcb8918cfada600467f10f99a02b53d2436ac68295e73c8daf9ba0a8bc7160ba1e28e87f032ee034435ebe40af35b6e2fe9fa4607581358'
 
'c1168ec913f1fbb0675915d4fd865ec9a8e8573f6c8aedcb6e68166f61f11aeaececc7548d54d78134843c0102c57d6350973f6d3027d0ffdae52a5c57a7f601'



[arch-commits] Commit in firefox-developer-edition-i18n/trunk (PKGBUILD)

2022-07-27 Thread Andrew Crerar via arch-commits
Date: Wednesday, July 27, 2022 @ 12:37:55
  Author: andrewsc
Revision: 1258900

upgpkg: firefox-developer-edition-i18n 104.0b2-1

Modified:
  firefox-developer-edition-i18n/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2022-07-27 12:26:37 UTC (rev 1258899)
+++ PKGBUILD2022-07-27 12:37:55 UTC (rev 1258900)
@@ -1,7 +1,7 @@
 # Maintainer: Andrew Crerar 
 
 pkgbase=firefox-developer-edition-i18n
-pkgver=104.0b1
+pkgver=104.0b2
 pkgrel=1
 pkgdesc="Language pack for Firefox Developer Edition"
 arch=('any')
@@ -132,99 +132,99 @@
 
"$pkgdir/usr/lib/firefox-developer-edition/browser/extensions/langpack-$1...@firefox.mozilla.org.xpi"
 }
 
-sha512sums=('d7a08c86180a3e72e6a57144f2bba051776cecef9bfa795287651e41a5a5a6c2f06501ef04271bab80bb4fb6f1ee64c131b1e3ba153f6a6afe4c58033d93f28f'
-
'4e05c5032d572c87d2799fab165cd22f49169f0ea2358a6fee70490afd9ff8bb54522cfdf615f70ef813ae695c9cb80252997d6916ea2d8684ab8c12d2878ad2'
-
'9c4b8e4662c5a611bb9d1dbe44de7d81b50e159dec435aa499f5bd8dd23a31bc6e90b015bb2c29a2634d7be207e1ed65c394631055d61d806693183cbaa8a84e'
-
'87f40e470595b896384de173394294c8ce1ca4f8ce2863894fc149b0291141b0e697decd41be34cfa4d715b92aa092ebee608a03ec980e03bb15567b21e9a5c8'
-
'c677e19f9ee4a5b5451b559b10f20ab8c3bc19faffa1970e6c84b1a349f2cfad76dc6afd0e2db886adc5d7c0de5c2c36959500f0c519bbead06b10437cf171b7'
-
'ace5f9a485ac792ddd975f59021d47168acd130aff3c7eaa2c563e81aa878a9ae2e61523ba966eb3a95dc4654fb0df3ebc5c77954eaa33df77b4d775d0ec6e54'
-
'4a5d007a928b7c05afd72c4e6f5f6c440d3656a0db9d57ed8bf5a5fcc8f64ec5a4d9e98d42c2db7d61b10ef420da449e67bf17a085b5403fd57659006001bd8d'
-
'5582695b03ccf95352b08348e4fb255c28f6991e7b1e8ce6640c24fcc362796d791f40a882027ba0ef3311bbee305401a92afb74105d97830cf45331cc6a2f6b'
-
'4442fc73395ab7d4c7e16b783d0eb8f4132c23186d482fa723d881ae50c16e8d7e2d48841779573c123590787e40ce8b114f26098c1145359146f2c417631b4d'
-
'dc67e3d6fb484a2fcb274e31a0bd932a70b80e030f53096a3006c7adaaa6d3ffdec2c5d0a285f42d9e70be4034632146e43c1c685b511853d526a32872ee6ee9'
-
'260ff0d6ed8a0c9be913d7b3ad76e2cc5979f4955907d38920f8e5f71bc0626dc3574b84e883d92a9c2658f419f29ea65369208b5b198dacc97cc68a1d880b13'
-
'da758a281ad975dfd75c8a02b813d05feee39d4b9429991ead3ec6d152f2ecef1ea630f6787f62bb122c6d3274a6f0be61752e6d75a94d1f16d9ee384d6f8da0'
-
'9b9c18de54aa9607a18550c35d4250458b6c24148d24cc40c72a19800470d309b5c99e398f407a73c26897d7e103a3aa85c295ce84c7e4ec9ecf7ab633653ccb'
-
'90a95e6a0263bef92cea7e77177f481b1115385672a4af6773462481da9cd0267572a61c52d7ffca654658724563d28fb73b34a08384d9c4b0a0fe82a613a955'
-
'd04b77246430c3664979191a0651ca9727259e7fcdb43eff4fe0c62a1b1514347e7ca65717869aaa9a1a9e20d939591b9bea2d34ccc005b962ff4e61e5b6ad8e'
-
'25533a22d09132a17c469500c75b24ce05f6692a25b8915e3e640cd1821b06640ddcfdbc7097db31027d06806e50f6875fc68cba2be8836ce0469b3e50a663ba'
-
'bafd9b259da0d2640d7bb24f728bd2dcae23fc4cbac5aa79f3576b5cd09ed6b9d2ebb88f748d076b81b6263cc97d6514a40d50f310b14a49d71f5fec5790b776'
-
'b8a0aa0ff19e0ecb3c73187e75dfc7cb6c8efa8ab85d8420099153ee9d29091782918626a1203ee470c9c6b250b4cc6a989edc6151a411650ebe4c505048a4de'
-
'30f443c8f58419d37300c3c7a85d3b63cca08f30c132b8875eb9c70aedfbf7e34dba5ba86fe9ccb40236ab2b0f71b3b6ae09e4de24c82842e46e99130f2eff8f'
-
'907757c329bdf785e3c0a76da245c0f18dcddb6de8d10c1e18fbab6a46f8d395072019ff42463dc756d5bd28645377c94ef1928241477ac075f49ca80e3d43ce'
-
'40fdc4113b17129b56a0cbf7fda3f97b7511a56fd378bb247277b5dd14603a3cf2f4d817eb2445df5615a24b374a72c601cc2ab99a4988f622d541df0e9f72f9'
-
'b6a46b684a8f5c713caae8fcb801c060147c82561f6e618f7dc6e518148c8ac53370b6afacd7e0254ea9eba1ce542a3b7a1ffea8ba4c47b3e1766e913568913f'
-
'fd3047fe7d3d98357102230112641712057678c31b5a69bfdbcf193a9f2b7fec82a67ff18224437cc2ae354832dae4f8b89b545b5fcbc850cce80a35c9d8b26d'
-
'51b4eac093bc402d5d825cf362f294894dcad54a1a9080002413d6fc010028642f4397f0b371759f5a7c9edf4c0011053083c51810a1866c36402ce5eb6771d9'
-
'c927f6422f056569f9d775572d3a7bbb5891f2bed22bda90fa99519d016824d1663dbe9287d25634f726e2c1593fd72b359cfb7ab50c4443b5ec42cb356d'
-
'6c79b8c2b648def0d2830c42b4ce641a0be9c922c77ad6d3ca980c3f2562662755c2a4d5d295e0f0a6198918cc4af340549520ee4e2d3618bd29729c84a05830'
-
'090c4597371006aecf998d0ff97fac95a3d740e0dbbf6ee918c6402789925a6354d1cdfb8c3540d3665c746b5134d63e91cd4b909f0c7307ec50dc17367c3a53'
-
'c581952c1218dd50743550f90a636bac43e8930a82d6133a838dded86987b8748267b38b7e1f43445c56aa53114427e9c319c0f78a6f883ae45df54e6281c781'
-

[arch-commits] Commit in firefox-developer-edition/trunk (PKGBUILD)

2022-07-27 Thread Andrew Crerar via arch-commits
Date: Wednesday, July 27, 2022 @ 12:25:56
  Author: andrewsc
Revision: 1258898

upgpkg: firefox-developer-edition 104.0b2-1

Modified:
  firefox-developer-edition/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2022-07-27 11:48:23 UTC (rev 1258897)
+++ PKGBUILD2022-07-27 12:25:56 UTC (rev 1258898)
@@ -2,7 +2,7 @@
 # Contributor: Jan Alexander Steffens (heftig) 
 
 pkgname=firefox-developer-edition
-pkgver=104.0b1
+pkgver=104.0b2
 pkgrel=1
 pkgdesc="Developer Edition of the popular Firefox web browser"
 arch=('x86_64')
@@ -26,7 +26,7 @@
 "$pkgname".desktop
 identity-icons-brand.svg
 zstandard-0.18.0.diff)
-sha512sums=('60a33356a88f4d0562ee38a8fc1982962f2fe172920f5bca5c651dc59be98d3b15a8cba0a6f219fb2f3e1e65e1832b644a28e8e1935bb214567e5a917aee68d9'
+sha512sums=('fab94c8cd602cc5ce2fa15109b8365043448590ebf53d3abea4d2ede3bf9e83806d906adcced86595ac27163b56b0033ce7ec853c9659a344febe9e5dd3b8c6a'
 'SKIP'
 
'b66dbe7f262d036e5a5b895ab5b0dbb03313bca18b0823c001ef2dbaeb1a33169b57db0cf4dfd268499f28913845119902b5d62e8a6a9cc4820eb0ee2f322a1e'
 
'2ff0cb8e2eb94cee306b488adf6d7f4debbaff6155be3ed3814cdb356e2e60fe38cc29d6c8d10079937fd2c930cfddf283977cf645395d31eaf76c7f0ac2'



[arch-commits] Commit in samba/repos/extra-x86_64 (12 files)

2022-07-27 Thread Tobias Powalowski via arch-commits
Date: Wednesday, July 27, 2022 @ 12:02:14
  Author: tpowa
Revision: 451706

archrelease: copy trunk to extra-x86_64

Added:
  samba/repos/extra-x86_64/PKGBUILD
(from rev 451705, samba/trunk/PKGBUILD)
  samba/repos/extra-x86_64/keys/
  samba/repos/extra-x86_64/samba.conf
(from rev 451705, samba/trunk/samba.conf)
  samba/repos/extra-x86_64/samba.install
(from rev 451705, samba/trunk/samba.install)
  samba/repos/extra-x86_64/samba.logrotate
(from rev 451705, samba/trunk/samba.logrotate)
  samba/repos/extra-x86_64/samba.pam
(from rev 451705, samba/trunk/samba.pam)
Deleted:
  samba/repos/extra-x86_64/PKGBUILD
  samba/repos/extra-x86_64/keys/
  samba/repos/extra-x86_64/samba.conf
  samba/repos/extra-x86_64/samba.install
  samba/repos/extra-x86_64/samba.logrotate
  samba/repos/extra-x86_64/samba.pam

-+
 PKGBUILD|  414 +++---
 samba.conf  |4 
 samba.install   |   20 +-
 samba.logrotate |   10 -
 samba.pam   |6 
 5 files changed, 227 insertions(+), 227 deletions(-)

Deleted: PKGBUILD
===
--- PKGBUILD2022-07-27 12:02:05 UTC (rev 451705)
+++ PKGBUILD2022-07-27 12:02:14 UTC (rev 451706)
@@ -1,207 +0,0 @@
-
-# Maintainer: Tobias Powalowski 
-# Contributor: judd 
-# Contributor: Michael Hansen 
-# Contributor: Marco A Rojas 
-# Contributor: Netanel Shine 
-# Contributor: ngoonee 
-# Contributor: Adam Russell 
-# Contributor: Dhananjay Sathe 
-
-pkgbase=samba
-pkgname=('smbclient' 'samba')
-pkgver=4.16.3
-pkgrel=1
-arch=(x86_64)
-url="https://www.samba.org;
-license=('GPL3')
-makedepends=('python' 'python-markdown' 'python-dnspython' 'docbook-xsl' 
'pkg-config' 'libbsd' 'db' 'popt' 'libcups'
- 'readline' 'tevent' 'acl' 'libldap' 'libcap' 'ldb' 'krb5' 'pam'
- 'systemd' 'gnutls' 'talloc' 'tdb' 'dbus' 'libaio'
- 'perl-parse-yapp' 'libnsl' 'libtirpc' 'rpcsvc-proto' 'jansson'
- 'ceph-libs' 'liburing' 'perl-json' 'glusterfs')
-optdepends=(
- 'python-dnspython: samba_dnsupdate and samba_upgradedns in AD 
setup'
- 'python-markdown: for samba-tool domain schemeupgrade'
- 'glusterfs: for vfs_glusterfs support'
-)
-source=(https://us1.samba.org/samba/ftp/stable/${pkgbase}-${pkgver}.tar{.gz,.asc}
-samba.logrotate
-samba.pam
-samba.conf)
-validpgpkeys=('81F5E2832BD2545A1897B713AA99442FB680B620') #Samba Distribution 
Verification Key 
-sha512sums=('8f082654251e6a3284ba8f411c55b854dc00a9c6b07c486ca01f53af2b6ec09d34c21d66a2a1afc7a8c62a9f715c643c1a22fc7688699d23f8fcafe6995b5ebd'
-'SKIP'
-
'2ba0691ded467e4d6e40821f6de58c00f8962209efe2e60284c0c87756ab471c22c3d63b77d506e48c90ed0d852a2a24e41be1d499cf74a73cb99da0b503c858'
-
'1e6183ab0eb812b3ef687ac2c26ce78f7cb30540f606d20023669ac00ba04075487fb72e4dc89cc05dab0269ff6aca98fc1167cc75669c225b88b592482fbf67'
-
'e46ee848baabb261e7468ecee43aba4d001a24f86f5322ae522abdb75030fd0ebd9063b9df0be3576c4d1654d81331f5e389aee16ec2fa138259ae4728e94efc')
-### UNINSTALL dmapi package before building!!!
-
-build() {
-  # Use samba-pkg as a staging directory for the split packages
-  # (This is so RPATHS and symlinks are generated correctly via
-  # make install, but the otherwise unsplit pieces can be split)
-  _pkgsrc="${srcdir}"/samba-pkg
-  rm -rf ${_pkgsrc}
-  _samba4_idmap_modules=idmap_ad,idmap_rid,idmap_adex,idmap_hash,idmap_tdb2
-  
_samba4_pdb_modules=pdb_tdbsam,pdb_ldap,pdb_ads,pdb_smbpasswd,pdb_wbc_sam,pdb_samba4
-  
_samba4_auth_modules=auth_unix,auth_wbc,auth_server,auth_netlogond,auth_script,auth_samba4
-  cd samba-${pkgver}
-  ./configure --enable-fhs \
-  --prefix=/usr \
-  --sysconfdir=/etc \
-  --sbindir=/usr/bin \
-  --libdir=/usr/lib \
-  --libexecdir=/usr/lib/samba \
-  --localstatedir=/var \
-  --with-configdir=/etc/samba \
-  --with-lockdir=/var/cache/samba \
-  --with-sockets-dir=/run/samba \
-  --with-piddir=/run \
-  --with-ads \
-  --with-ldap \
-  --with-winbind \
-  --with-acl-support \
-  --with-systemd \
-  --systemd-install-services \
-  --with-pam \
-  --with-pammodulesdir=/usr/lib/security \
-  
--bundled-libraries=!tdb,!talloc,!pytalloc-util,!tevent,!popt,!ldb,!pyldb-util \
-  
--with-shared-modules=${_samba4_idmap_modules},${_samba4_pdb_modules},${_samba4_auth_modules},vfs_io_uring
 \
-  --disable-rpath-install \
-  --with-cluster-support \
-  --with-profiling-data
-
-  # Add this to the options once it's working...
-   #--with-system-mitkrb5 /opt/heimdal
-  make
-  make DESTDIR="${_pkgsrc}/" install
-
-  # This gets skipped somehow
-  if [ ! -e 

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

2022-07-27 Thread Tobias Powalowski via arch-commits
Date: Wednesday, July 27, 2022 @ 12:02:05
  Author: tpowa
Revision: 451705

upgpkg: samba 4.16.4-1: bump to latest version

Modified:
  samba/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2022-07-27 11:55:32 UTC (rev 451704)
+++ PKGBUILD2022-07-27 12:02:05 UTC (rev 451705)
@@ -10,7 +10,7 @@
 
 pkgbase=samba
 pkgname=('smbclient' 'samba')
-pkgver=4.16.3
+pkgver=4.16.4
 pkgrel=1
 arch=(x86_64)
 url="https://www.samba.org;
@@ -30,7 +30,7 @@
 samba.pam
 samba.conf)
 validpgpkeys=('81F5E2832BD2545A1897B713AA99442FB680B620') #Samba Distribution 
Verification Key 
-sha512sums=('8f082654251e6a3284ba8f411c55b854dc00a9c6b07c486ca01f53af2b6ec09d34c21d66a2a1afc7a8c62a9f715c643c1a22fc7688699d23f8fcafe6995b5ebd'
+sha512sums=('9754275ace30755b75f747e201f8ad4550a823c8606e550c0ce6b3ccbaf048dd895bf2c21127271298304be7f80de9b6451091c4949ebe267ee1cf3ab497cd85'
 'SKIP'
 
'2ba0691ded467e4d6e40821f6de58c00f8962209efe2e60284c0c87756ab471c22c3d63b77d506e48c90ed0d852a2a24e41be1d499cf74a73cb99da0b503c858'
 
'1e6183ab0eb812b3ef687ac2c26ce78f7cb30540f606d20023669ac00ba04075487fb72e4dc89cc05dab0269ff6aca98fc1167cc75669c225b88b592482fbf67'



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

2022-07-27 Thread Tobias Powalowski via arch-commits
Date: Wednesday, July 27, 2022 @ 11:55:32
  Author: tpowa
Revision: 451704

archrelease: copy trunk to extra-x86_64

Added:
  ldb/repos/extra-x86_64/PKGBUILD
(from rev 451703, ldb/trunk/PKGBUILD)
  ldb/repos/extra-x86_64/keys/
Deleted:
  ldb/repos/extra-x86_64/PKGBUILD

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

Deleted: PKGBUILD
===
--- PKGBUILD2022-07-27 11:55:24 UTC (rev 451703)
+++ PKGBUILD2022-07-27 11:55:32 UTC (rev 451704)
@@ -1,40 +0,0 @@
-# Maintainer: Tobias Powalowski 
-# Contributor: Christian Hesse 
-# Contributor: Marco A Rojas 
-
-pkgname=ldb
-pkgver=2.5.1
-pkgrel=1
-epoch=2
-pkgdesc='Schema-less, ldap like, API and database'
-arch=('x86_64')
-url="https://ldb.samba.org/;
-source=(https://samba.org/ftp/${pkgname}/${pkgname}-${pkgver}.tar{.gz,.asc})
-license=('GPL3')
-depends=('talloc' 'libtevent.so' 'tdb' 'libtdb.so' 'popt' 'lmdb')
-makedepends=('python' 'cmocka' 'docbook-xsl' 'tevent')
-optdepends=('python: for python bindings')
-provides=(libldb.so)
-validpgpkeys=('9147A339719518EE9011BCB54793916113084025') # Samba Library 
Distribution Key 
-sha512sums=('679ad695d4467a38e6cb87ba2b7d61049a42c59792b39f0a40256456ac673849adf58dc0759a89be982b80bb4a0834d34b51779424f7b997a53ea95f02f410ad'
-'SKIP')
-
-build() {
-  cd ${pkgname}-${pkgver}
-  ./configure \
---prefix=/usr \
---disable-rpath \
---disable-rpath-install \
---bundled-libraries=NONE \
---builtin-libraries=replace \
---with-modulesdir=/usr/lib/ldb/modules \
---with-privatelibdir=/usr/lib/ldb
-  make
-}
-
-package() {
-  cd ${pkgname}-${pkgver}
-  make DESTDIR="${pkgdir}" install
-}
-
-# vim: ts=2 sw=2 et:

Copied: ldb/repos/extra-x86_64/PKGBUILD (from rev 451703, ldb/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2022-07-27 11:55:32 UTC (rev 451704)
@@ -0,0 +1,40 @@
+# Maintainer: Tobias Powalowski 
+# Contributor: Christian Hesse 
+# Contributor: Marco A Rojas 
+
+pkgname=ldb
+pkgver=2.5.2
+pkgrel=1
+epoch=2
+pkgdesc='Schema-less, ldap like, API and database'
+arch=('x86_64')
+url="https://ldb.samba.org/;
+source=(https://samba.org/ftp/${pkgname}/${pkgname}-${pkgver}.tar{.gz,.asc})
+license=('GPL3')
+depends=('talloc' 'libtevent.so' 'tdb' 'libtdb.so' 'popt' 'lmdb')
+makedepends=('python' 'cmocka' 'docbook-xsl' 'tevent')
+optdepends=('python: for python bindings')
+provides=(libldb.so)
+validpgpkeys=('9147A339719518EE9011BCB54793916113084025') # Samba Library 
Distribution Key 
+sha512sums=('02ae1246f99d9b6d6b33c5030488aa46c6abb535b4da4b13799a62b49d32c490b7c088ef41c0bc5a1b2f7263c680faceb8033827834cb6f66916adcdb5be421c'
+'SKIP')
+
+build() {
+  cd ${pkgname}-${pkgver}
+  ./configure \
+--prefix=/usr \
+--disable-rpath \
+--disable-rpath-install \
+--bundled-libraries=NONE \
+--builtin-libraries=replace \
+--with-modulesdir=/usr/lib/ldb/modules \
+--with-privatelibdir=/usr/lib/ldb
+  make
+}
+
+package() {
+  cd ${pkgname}-${pkgver}
+  make DESTDIR="${pkgdir}" install
+}
+
+# vim: ts=2 sw=2 et:



[arch-commits] Commit in ldb/trunk (4 files)

2022-07-27 Thread Tobias Powalowski via arch-commits
Date: Wednesday, July 27, 2022 @ 11:55:24
  Author: tpowa
Revision: 451703

upgpkg: ldb 2:2.5.2-1: bump to latest version

Added:
  ldb/trunk/keys/
  ldb/trunk/keys/pgp/
  ldb/trunk/keys/pgp/9147A339719518EE9011BCB54793916113084025.asc
Modified:
  ldb/trunk/PKGBUILD

---+
 PKGBUILD  |4 ++--
 keys/pgp/9147A339719518EE9011BCB54793916113084025.asc |1 +
 2 files changed, 3 insertions(+), 2 deletions(-)

Modified: PKGBUILD
===
--- PKGBUILD2022-07-27 10:14:59 UTC (rev 451702)
+++ PKGBUILD2022-07-27 11:55:24 UTC (rev 451703)
@@ -3,7 +3,7 @@
 # Contributor: Marco A Rojas 
 
 pkgname=ldb
-pkgver=2.5.1
+pkgver=2.5.2
 pkgrel=1
 epoch=2
 pkgdesc='Schema-less, ldap like, API and database'
@@ -16,7 +16,7 @@
 optdepends=('python: for python bindings')
 provides=(libldb.so)
 validpgpkeys=('9147A339719518EE9011BCB54793916113084025') # Samba Library 
Distribution Key 
-sha512sums=('679ad695d4467a38e6cb87ba2b7d61049a42c59792b39f0a40256456ac673849adf58dc0759a89be982b80bb4a0834d34b51779424f7b997a53ea95f02f410ad'
+sha512sums=('02ae1246f99d9b6d6b33c5030488aa46c6abb535b4da4b13799a62b49d32c490b7c088ef41c0bc5a1b2f7263c680faceb8033827834cb6f66916adcdb5be421c'
 'SKIP')
 
 build() {

Added: keys/pgp/9147A339719518EE9011BCB54793916113084025.asc
===
(Binary files differ)

Index: ldb/trunk/keys/pgp/9147A339719518EE9011BCB54793916113084025.asc
===
--- keys/pgp/9147A339719518EE9011BCB54793916113084025.asc   2022-07-27 
10:14:59 UTC (rev 451702)
+++ keys/pgp/9147A339719518EE9011BCB54793916113084025.asc   2022-07-27 
11:55:24 UTC (rev 451703)

Property changes on: 
ldb/trunk/keys/pgp/9147A339719518EE9011BCB54793916113084025.asc
___
Added: svn:mime-type
## -0,0 +1 ##
+application/pgp-keys
\ No newline at end of property


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

2022-07-27 Thread Justin Kromlinger via arch-commits
Date: Wednesday, July 27, 2022 @ 11:48:23
  Author: hashworks
Revision: 1258897

archrelease: copy trunk to community-x86_64

Added:
  etherwall/repos/community-x86_64/PKGBUILD
(from rev 1258896, etherwall/trunk/PKGBUILD)
  etherwall/repos/community-x86_64/etherwall.desktop
(from rev 1258896, etherwall/trunk/etherwall.desktop)
Deleted:
  etherwall/repos/community-x86_64/PKGBUILD
  etherwall/repos/community-x86_64/etherwall.desktop

---+
 PKGBUILD  |   88 ++--
 etherwall.desktop |   18 +-
 2 files changed, 54 insertions(+), 52 deletions(-)

Deleted: PKGBUILD
===
--- PKGBUILD2022-07-27 11:48:20 UTC (rev 1258896)
+++ PKGBUILD2022-07-27 11:48:23 UTC (rev 1258897)
@@ -1,43 +0,0 @@
-# Maintainer: Felix Yan 
-# Contributor: Justin Kromlinger 
-# Contributor: Ales Katona 
-
-pkgname=etherwall
-pkgver=3.0.3
-_ewnodecommit=6cbe77d6bc7568e4c49f04401e3d4ea68136d7e9
-_trezorcommit=db106e8f2766155bc72802e4dc3f9f59c90d9c3e
-pkgrel=4
-pkgdesc="Ethereum GUI Wallet (QT5)"
-arch=('x86_64')
-url="https://etherwall.com;
-license=('GPL3')
-depends=('qt5-declarative' 'qt5-graphicaleffects' 'qt5-quickcontrols' 
'qt5-quickcontrols2' 'qt5-websockets' 'geth' 'protobuf' 'libhidapi-libusb.so' 
'libusb' 'systemd-libs')
-makedepends=('hidapi')
-source=("$pkgname-$pkgver.tar.gz::https://github.com/almindor/${pkgname}/archive/v$pkgver.tar.gz;
-
"ew-node-$_ewnodecommit.tar.gz::https://github.com/almindor/ew-node/archive/$_ewnodecommit.tar.gz;
-
"trezor-common-$_trezorcommit.tar.gz::https://github.com/trezor/trezor-common/archive/$_trezorcommit.tar.gz;
-etherwall.desktop)
-sha512sums=('1d13eac2882dbbab952ec61a071918012e6645e597dd44c3cfd4cce92891c9f14145b9ca944b9c7a43e0b878cad4addc9defcef4e099c47b0d1557f6e65bfa48'
-
'4d8728c92ab42d6beaef1bebe72586ddb71df8f0479f5ca64e538a7716d2ebe30bdbddbbc4169050278e508d67df0296ce4f81be67c2be719d4ae849f87ad23c'
-
'745044fe0686c4f2843a67440e3be8501d8c1d5b8b7275fad7310cfd1110d5cc00378ba4205bed6f5926636a65aa986448594fc6fe276b9f46c902c642ad0373'
-
'82ecee1f1d7a6fe7014b928e3ab79ed507c3c5795ac3e832e0be1aca8fc5659212c5a4323d5dec4571b9e9255c5c46615bd9865dc03eba85d8be9b969b534d57')
-
-build() {
-  cd "etherwall-$pkgver"
-  rmdir "src/ew-node"
-  ln -s "../../ew-node-$_ewnodecommit" "src/ew-node"
-
-  SRCDIR="../trezor-common-$_trezorcommit/protob" ./generate_protobuf.sh
-  qmake -config release && make
-}
-
-package() {
-  mkdir -p "$pkgdir/usr/bin"
-  mkdir -p "$pkgdir/usr/share/pixmaps"
-  mkdir -p "$pkgdir/usr/share/applications"
-
-  cd "etherwall-$pkgver"
-  cp "$srcdir"/etherwall.desktop "$pkgdir"/usr/share/applications
-  cp "./Etherwall" "$pkgdir"/usr/bin/etherwall
-  cp "./qml/images/icon.png" "$pkgdir"/usr/share/pixmaps/etherwall.png
-}

Copied: etherwall/repos/community-x86_64/PKGBUILD (from rev 1258896, 
etherwall/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2022-07-27 11:48:23 UTC (rev 1258897)
@@ -0,0 +1,45 @@
+# Maintainer: Felix Yan 
+# Contributor: Justin Kromlinger 
+# Contributor: Ales Katona 
+
+pkgname=etherwall
+pkgver=3.0.4
+# https://github.com/almindor/etherwall/tree/v3.0.4/src
+_ewnodecommit=dcc3d76f833a9be47a094e46a0ffa7503e28d007
+# https://github.com/almindor/etherwall/tree/v3.0.4/src/trezor
+_trezorcommit=db106e8f2766155bc72802e4dc3f9f59c90d9c3e
+pkgrel=1
+pkgdesc="Ethereum GUI Wallet (QT5)"
+arch=('x86_64')
+url="https://etherwall.com;
+license=('GPL3')
+depends=('qt5-declarative' 'qt5-graphicaleffects' 'qt5-quickcontrols' 
'qt5-quickcontrols2' 'qt5-websockets' 'geth' 'protobuf' 'libhidapi-libusb.so' 
'libusb' 'systemd-libs')
+makedepends=('hidapi')
+source=("$pkgname-$pkgver.tar.gz::https://github.com/almindor/${pkgname}/archive/v$pkgver.tar.gz;
+
"ew-node-$_ewnodecommit.tar.gz::https://github.com/almindor/ew-node/archive/$_ewnodecommit.tar.gz;
+
"trezor-common-$_trezorcommit.tar.gz::https://github.com/trezor/trezor-common/archive/$_trezorcommit.tar.gz;
+etherwall.desktop)
+sha512sums=('805c3deb375834cf83c0cf45c89db2dae3aeabc70a620c85f3af804c6d02f7ce32ca8d5539e5ea08f3f502e7280fae95f73e3356ac73eda30a473093b6864b53'
+
'3c000ac3ed51406b3038592624135ddc5298ecfccc4523b3d343cb4b3a0f0d74a90ee8b2ef76b00af5ee5a056fed1042fe47067d36daad032bb95a1abf19fdfd'
+
'745044fe0686c4f2843a67440e3be8501d8c1d5b8b7275fad7310cfd1110d5cc00378ba4205bed6f5926636a65aa986448594fc6fe276b9f46c902c642ad0373'
+
'82ecee1f1d7a6fe7014b928e3ab79ed507c3c5795ac3e832e0be1aca8fc5659212c5a4323d5dec4571b9e9255c5c46615bd9865dc03eba85d8be9b969b534d57')
+
+build() {
+  cd "etherwall-$pkgver"
+  rmdir "src/ew-node"
+  ln -s "../../ew-node-$_ewnodecommit" "src/ew-node"
+
+  SRCDIR="../trezor-common-$_trezorcommit/protob" ./generate_protobuf.sh
+  qmake 

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

2022-07-27 Thread Justin Kromlinger via arch-commits
Date: Wednesday, July 27, 2022 @ 11:48:20
  Author: hashworks
Revision: 1258896

upgpkg: etherwall 3.0.4-1

Modified:
  etherwall/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2022-07-27 10:38:14 UTC (rev 1258895)
+++ PKGBUILD2022-07-27 11:48:20 UTC (rev 1258896)
@@ -3,10 +3,12 @@
 # Contributor: Ales Katona 
 
 pkgname=etherwall
-pkgver=3.0.3
-_ewnodecommit=6cbe77d6bc7568e4c49f04401e3d4ea68136d7e9
+pkgver=3.0.4
+# https://github.com/almindor/etherwall/tree/v3.0.4/src
+_ewnodecommit=dcc3d76f833a9be47a094e46a0ffa7503e28d007
+# https://github.com/almindor/etherwall/tree/v3.0.4/src/trezor
 _trezorcommit=db106e8f2766155bc72802e4dc3f9f59c90d9c3e
-pkgrel=4
+pkgrel=1
 pkgdesc="Ethereum GUI Wallet (QT5)"
 arch=('x86_64')
 url="https://etherwall.com;
@@ -17,8 +19,8 @@
 
"ew-node-$_ewnodecommit.tar.gz::https://github.com/almindor/ew-node/archive/$_ewnodecommit.tar.gz;
 
"trezor-common-$_trezorcommit.tar.gz::https://github.com/trezor/trezor-common/archive/$_trezorcommit.tar.gz;
 etherwall.desktop)
-sha512sums=('1d13eac2882dbbab952ec61a071918012e6645e597dd44c3cfd4cce92891c9f14145b9ca944b9c7a43e0b878cad4addc9defcef4e099c47b0d1557f6e65bfa48'
-
'4d8728c92ab42d6beaef1bebe72586ddb71df8f0479f5ca64e538a7716d2ebe30bdbddbbc4169050278e508d67df0296ce4f81be67c2be719d4ae849f87ad23c'
+sha512sums=('805c3deb375834cf83c0cf45c89db2dae3aeabc70a620c85f3af804c6d02f7ce32ca8d5539e5ea08f3f502e7280fae95f73e3356ac73eda30a473093b6864b53'
+
'3c000ac3ed51406b3038592624135ddc5298ecfccc4523b3d343cb4b3a0f0d74a90ee8b2ef76b00af5ee5a056fed1042fe47067d36daad032bb95a1abf19fdfd'
 
'745044fe0686c4f2843a67440e3be8501d8c1d5b8b7275fad7310cfd1110d5cc00378ba4205bed6f5926636a65aa986448594fc6fe276b9f46c902c642ad0373'
 
'82ecee1f1d7a6fe7014b928e3ab79ed507c3c5795ac3e832e0be1aca8fc5659212c5a4323d5dec4571b9e9255c5c46615bd9865dc03eba85d8be9b969b534d57')
 



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

2022-07-27 Thread Alexander Rødseth via arch-commits
Date: Wednesday, July 27, 2022 @ 10:38:14
  Author: arodseth
Revision: 1258895

archrelease: copy trunk to community-any

Added:
  wordpress/repos/community-any/PKGBUILD
(from rev 1258894, wordpress/trunk/PKGBUILD)
  wordpress/repos/community-any/wordpress.install
(from rev 1258894, wordpress/trunk/wordpress.install)
Deleted:
  wordpress/repos/community-any/PKGBUILD
  wordpress/repos/community-any/wordpress.install

---+
 PKGBUILD  |   56 ++--
 wordpress.install |   38 +--
 2 files changed, 47 insertions(+), 47 deletions(-)

Deleted: PKGBUILD
===
--- PKGBUILD2022-07-27 10:35:16 UTC (rev 1258894)
+++ PKGBUILD2022-07-27 10:38:14 UTC (rev 1258895)
@@ -1,28 +0,0 @@
-# Maintainer: Alexander F. Rødseth 
-# Contributor: Thomas Dziedzic 
-# Contributor: Jose Valecillos 
-# Contributor: Kaos 
-# Contributor: Christopher Rogers 
-
-pkgname=wordpress
-pkgver=6.0.1
-pkgrel=1
-pkgdesc='Blog tool and publishing platform'
-arch=(any)
-url='https://wordpress.org/'
-license=(GPL)
-depends=(php)
-optdepends=('apache: Web server'
-'mariadb: Database server'
-'nginx: Web server')
-options=(emptydirs)
-install=$pkgname.install
-source=("https://wordpress.org/$pkgname-$pkgver.tar.gz;)
-b2sums=('674ccdc9c035d79dd1c58906480b7aca044b268a2f8b80a57f0a6d5500750c71e1377625a38a63daa2cb84623f23d93d998bb75996174ab3b2d86c765e459a22')
-
-package() {
-  install -d "$pkgdir/usr/share/webapps"
-  cp -r $pkgname "$pkgdir/usr/share/webapps"
-}
-
-# getver: core.trac.wordpress.org/timeline?milestone=on

Copied: wordpress/repos/community-any/PKGBUILD (from rev 1258894, 
wordpress/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2022-07-27 10:38:14 UTC (rev 1258895)
@@ -0,0 +1,28 @@
+# Maintainer: Alexander F. Rødseth 
+# Contributor: Thomas Dziedzic 
+# Contributor: Jose Valecillos 
+# Contributor: Kaos 
+# Contributor: Christopher Rogers 
+
+pkgname=wordpress
+pkgver=6.0.1
+pkgrel=1
+pkgdesc='Blog tool and publishing platform'
+arch=(any)
+url='https://wordpress.org/'
+license=(GPL)
+depends=(php)
+optdepends=('apache: Web server'
+'mariadb: Database server'
+'nginx: Web server')
+options=(emptydirs)
+install=$pkgname.install
+source=("https://wordpress.org/$pkgname-$pkgver.tar.gz;)
+b2sums=('674ccdc9c035d79dd1c58906480b7aca044b268a2f8b80a57f0a6d5500750c71e1377625a38a63daa2cb84623f23d93d998bb75996174ab3b2d86c765e459a22')
+
+package() {
+  install -d "$pkgdir/usr/share/webapps"
+  cp -r $pkgname "$pkgdir/usr/share/webapps"
+}
+
+# getver: core.trac.wordpress.org/timeline?milestone=on

Deleted: wordpress.install
===
--- wordpress.install   2022-07-27 10:35:16 UTC (rev 1258894)
+++ wordpress.install   2022-07-27 10:38:14 UTC (rev 1258895)
@@ -1,19 +0,0 @@
-post_install() {
-  # Make uploads work
-  install -dm775 /usr/share/webapps/wordpress/wp-content/uploads
-  chown http:http /usr/share/webapps/wordpress/wp-content/uploads
-  echo 'You can now configure your (PHP compatible) web server to run 
WordPress'
-}
-
-pre_remove() {
-  cp -r /usr/share/webapps/wordpress /usr/share/webapps/wordpress_backup
-  echo 'Your WordPress folder was backed up to 
/usr/share/webapps/wordpress_backup'
-}
-
-post_remove() {
-  rm -rf /usr/share/webapps/wordpress
-}
-
-post_upgrade() {
-  echo 'WordPress was placed in /usr/share/webapps'
-}

Copied: wordpress/repos/community-any/wordpress.install (from rev 1258894, 
wordpress/trunk/wordpress.install)
===
--- wordpress.install   (rev 0)
+++ wordpress.install   2022-07-27 10:38:14 UTC (rev 1258895)
@@ -0,0 +1,19 @@
+post_install() {
+  # Make uploads work
+  install -dm775 /usr/share/webapps/wordpress/wp-content/uploads
+  chown http:http /usr/share/webapps/wordpress/wp-content/uploads
+  echo 'You can now configure your (PHP compatible) web server to run 
WordPress'
+}
+
+pre_remove() {
+  cp -r /usr/share/webapps/wordpress /usr/share/webapps/wordpress_backup
+  echo 'Your WordPress folder was backed up to 
/usr/share/webapps/wordpress_backup'
+}
+
+post_remove() {
+  rm -rf /usr/share/webapps/wordpress
+}
+
+post_upgrade() {
+  echo 'WordPress was placed in /usr/share/webapps'
+}



[arch-commits] Commit in lib32-llvm/repos/multilib-x86_64 (4 files)

2022-07-27 Thread Evangelos Foutras via arch-commits
Date: Wednesday, July 27, 2022 @ 10:35:16
  Author: foutrelis
Revision: 1258894

archrelease: copy trunk to multilib-x86_64

Added:
  lib32-llvm/repos/multilib-x86_64/PKGBUILD
(from rev 1258893, lib32-llvm/trunk/PKGBUILD)
  lib32-llvm/repos/multilib-x86_64/keys/
Deleted:
  lib32-llvm/repos/multilib-x86_64/PKGBUILD
  lib32-llvm/repos/multilib-x86_64/keys/

--+
 PKGBUILD |  210 ++---
 1 file changed, 105 insertions(+), 105 deletions(-)

Deleted: PKGBUILD
===
--- PKGBUILD2022-07-27 10:35:07 UTC (rev 1258893)
+++ PKGBUILD2022-07-27 10:35:16 UTC (rev 1258894)
@@ -1,105 +0,0 @@
-# Maintainer: Laurent Carlier 
-# Contributor: Evangelos Foutras 
-# Contributor: Jan "heftig" Steffens 
-
-pkgname=('lib32-llvm' 'lib32-llvm-libs')
-pkgver=14.0.6
-pkgrel=1
-arch=('x86_64')
-url="https://llvm.org/;
-license=('custom:Apache 2.0 with LLVM Exception')
-makedepends=('cmake' 'ninja' 'lib32-libffi' 'lib32-zlib' 'python' 
'gcc-multilib'
- 'lib32-libxml2')
-options=('staticlibs' '!lto') # extra/llvm has many test failures with LTO
-_source_base=https://github.com/llvm/llvm-project/releases/download/llvmorg-$pkgver
-source=($_source_base/llvm-$pkgver.src.tar.xz{,.sig})
-sha256sums=('050922ecaaca5781fdf6631ea92bc715183f202f9d2f15147226f023414f619a'
-'SKIP')
-validpgpkeys+=('B6C8F98282B944E3B0D5C2530FC3042E345AD05D') # Hans Wennborg 

-validpgpkeys+=('474E22316ABF4785A88C6E8EA2C794A986419D8A') # Tom Stellard 

-
-prepare() {
-  cd llvm-$pkgver.src
-  mkdir build
-}
-
-build() {
-  cd llvm-$pkgver.src/build
-
-  export PKG_CONFIG_PATH="/usr/lib32/pkgconfig"
-
-  local cmake_args=(
--G Ninja
--DCMAKE_BUILD_TYPE=Release
--DCMAKE_CXX_FLAGS:STRING=-m32
--DCMAKE_C_FLAGS:STRING=-m32
--DCMAKE_INSTALL_PREFIX=/usr
--DCMAKE_SKIP_RPATH=ON
--DLLVM_BINUTILS_INCDIR=/usr/include
--DLLVM_BUILD_DOCS=OFF
--DLLVM_BUILD_LLVM_DYLIB=ON
--DLLVM_DEFAULT_TARGETS_TRIPLE="i686-pc-linux-gnu"
--DLLVM_ENABLE_BINDINGS=OFF
--DLLVM_ENABLE_FFI=ON
--DLLVM_ENABLE_RTTI=ON
--DLLVM_ENABLE_SPHINX=OFF
--DLLVM_HOST_TRIPLE=$CHOST
--DLLVM_INCLUDE_BENCHMARKS=OFF
--DLLVM_LIBDIR_SUFFIX=32
--DLLVM_LINK_LLVM_DYLIB=ON
--DLLVM_TARGET_ARCH:STRING=i686
-  )
-  cmake .. "${cmake_args[@]}"
-  ninja
-}
-
-package_lib32-llvm() {
-  pkgdesc="Compiler infrastructure (32-bit)"
-  depends=('lib32-llvm-libs' 'llvm')
-
-  cd llvm-$pkgver.src/build
-
-  DESTDIR="$pkgdir" ninja install
-
-  # The runtime library goes into lib32-llvm-libs
-  mv "$pkgdir"/usr/lib32/lib{LLVM,LTO,Remarks}*.so* "$srcdir"
-  mv -f "$pkgdir"/usr/lib32/LLVMgold.so "$srcdir"
-
-  # Fix permissions of static libs
-  chmod -x "$pkgdir"/usr/lib32/*.a
-
-  mv "$pkgdir/usr/bin/llvm-config" "$pkgdir/usr/lib32/llvm-config"
-  mv "$pkgdir/usr/include/llvm/Config/llvm-config.h" \
-"$pkgdir/usr/lib32/llvm-config-32.h"
-
-  rm -rf "$pkgdir"/usr/{bin,include,share/{doc,man,llvm,opt-viewer}}
-
-  # Needed for multilib (https://bugs.archlinux.org/task/29951)
-  # Header stub is taken from Fedora
-  install -d "$pkgdir/usr/include/llvm/Config"
-  mv "$pkgdir/usr/lib32/llvm-config-32.h" "$pkgdir/usr/include/llvm/Config/"
-
-  mkdir "$pkgdir"/usr/bin
-  mv "$pkgdir/usr/lib32/llvm-config" "$pkgdir/usr/bin/llvm-config32"
-
-  install -Dm644 ../LICENSE.TXT "$pkgdir/usr/share/licenses/$pkgname/LICENSE"
-}
-
-package_lib32-llvm-libs() {
-  pkgdesc="LLVM runtime libraries (32-bit) "
-  depends=('lib32-libffi' 'lib32-zlib' 'lib32-ncurses' 'lib32-libxml2' 
'lib32-gcc-libs')
-
-  install -d "$pkgdir/usr/lib32"
-
-  cp -P \
-"$srcdir"/lib{LLVM,LTO,Remarks}*.so* \
-"$srcdir"/LLVMgold.so \
-"$pkgdir/usr/lib32/"
-
-  # Symlink LLVMgold.so from /usr/lib/bfd-plugins
-  # https://bugs.archlinux.org/task/28479
-  install -d "$pkgdir/usr/lib32/bfd-plugins"
-  ln -s ../LLVMgold.so "$pkgdir/usr/lib32/bfd-plugins/LLVMgold.so"
-
-  install -Dm644 llvm-$pkgver.src/LICENSE.TXT 
"$pkgdir/usr/share/licenses/$pkgname/LICENSE"
-}

Copied: lib32-llvm/repos/multilib-x86_64/PKGBUILD (from rev 1258893, 
lib32-llvm/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2022-07-27 10:35:16 UTC (rev 1258894)
@@ -0,0 +1,105 @@
+# Maintainer: Laurent Carlier 
+# Contributor: Evangelos Foutras 
+# Contributor: Jan "heftig" Steffens 
+
+pkgname=('lib32-llvm' 'lib32-llvm-libs')
+pkgver=14.0.6
+pkgrel=2
+arch=('x86_64')
+url="https://llvm.org/;
+license=('custom:Apache 2.0 with LLVM Exception')
+makedepends=('cmake' 'ninja' 'lib32-libffi' 'lib32-zlib' 'python' 
'gcc-multilib'
+ 'lib32-libxml2')
+options=('staticlibs' '!lto') # extra/llvm has many test failures with LTO
+_source_base=https://github.com/llvm/llvm-project/releases/download/llvmorg-$pkgver
+source=($_source_base/llvm-$pkgver.src.tar.xz{,.sig})

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

2022-07-27 Thread Evangelos Foutras via arch-commits
Date: Wednesday, July 27, 2022 @ 10:35:07
  Author: foutrelis
Revision: 1258893

upgpkg: lib32-llvm 14.0.6-2: enable LLVM_USE_PERF (FS#75365)

Modified:
  lib32-llvm/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2022-07-27 08:58:35 UTC (rev 1258892)
+++ PKGBUILD2022-07-27 10:35:07 UTC (rev 1258893)
@@ -4,7 +4,7 @@
 
 pkgname=('lib32-llvm' 'lib32-llvm-libs')
 pkgver=14.0.6
-pkgrel=1
+pkgrel=2
 arch=('x86_64')
 url="https://llvm.org/;
 license=('custom:Apache 2.0 with LLVM Exception')
@@ -47,6 +47,7 @@
 -DLLVM_LIBDIR_SUFFIX=32
 -DLLVM_LINK_LLVM_DYLIB=ON
 -DLLVM_TARGET_ARCH:STRING=i686
+-DLLVM_USE_PERF=ON
   )
   cmake .. "${cmake_args[@]}"
   ninja



[arch-commits] Commit in llvm/repos/extra-x86_64 (6 files)

2022-07-27 Thread Evangelos Foutras via arch-commits
Date: Wednesday, July 27, 2022 @ 10:14:59
  Author: foutrelis
Revision: 451702

archrelease: copy trunk to extra-x86_64

Added:
  llvm/repos/extra-x86_64/PKGBUILD
(from rev 451701, llvm/trunk/PKGBUILD)
  llvm/repos/extra-x86_64/keys/
  llvm/repos/extra-x86_64/llvm-config.h
(from rev 451701, llvm/trunk/llvm-config.h)
Deleted:
  llvm/repos/extra-x86_64/PKGBUILD
  llvm/repos/extra-x86_64/keys/
  llvm/repos/extra-x86_64/llvm-config.h

---+
 PKGBUILD  |  218 
 llvm-config.h |   18 ++--
 2 files changed, 118 insertions(+), 118 deletions(-)

Deleted: PKGBUILD
===
--- PKGBUILD2022-07-27 10:14:52 UTC (rev 451701)
+++ PKGBUILD2022-07-27 10:14:59 UTC (rev 451702)
@@ -1,109 +0,0 @@
-# Maintainer: Evangelos Foutras 
-# Contributor: Jan "heftig" Steffens 
-
-pkgname=('llvm' 'llvm-libs')
-pkgver=14.0.6
-pkgrel=1
-arch=('x86_64')
-url="https://llvm.org/;
-license=('custom:Apache 2.0 with LLVM Exception')
-makedepends=('cmake' 'ninja' 'libffi' 'libedit' 'ncurses' 'libxml2'
- 'python-setuptools' 'python-psutil' 'python-sphinx'
- 'python-recommonmark')
-options=('staticlibs' '!lto') # Getting thousands of test failures with LTO
-_source_base=https://github.com/llvm/llvm-project/releases/download/llvmorg-$pkgver
-source=($_source_base/llvm-$pkgver.src.tar.xz{,.sig}
-llvm-config.h)
-sha256sums=('050922ecaaca5781fdf6631ea92bc715183f202f9d2f15147226f023414f619a'
-'SKIP'
-'597dc5968c695bbdbb0eac9e8eb5117fcd2773bc91edf5ec103ecab8bc48')
-validpgpkeys+=('B6C8F98282B944E3B0D5C2530FC3042E345AD05D') # Hans Wennborg 

-validpgpkeys+=('474E22316ABF4785A88C6E8EA2C794A986419D8A') # Tom Stellard 

-
-prepare() {
-  cd llvm-$pkgver.src
-  mkdir build
-}
-
-build() {
-  cd llvm-$pkgver.src/build
-
-  local cmake_args=(
--G Ninja
--DCMAKE_BUILD_TYPE=Release
--DCMAKE_INSTALL_DOCDIR=share/doc
--DCMAKE_INSTALL_PREFIX=/usr
--DCMAKE_SKIP_RPATH=ON
--DLLVM_BINUTILS_INCDIR=/usr/include
--DLLVM_BUILD_DOCS=ON
--DLLVM_BUILD_LLVM_DYLIB=ON
--DLLVM_BUILD_TESTS=ON
--DLLVM_ENABLE_BINDINGS=OFF
--DLLVM_ENABLE_FFI=ON
--DLLVM_ENABLE_RTTI=ON
--DLLVM_ENABLE_SPHINX=ON
--DLLVM_HOST_TRIPLE=$CHOST
--DLLVM_INCLUDE_BENCHMARKS=OFF
--DLLVM_INSTALL_UTILS=ON
--DLLVM_LINK_LLVM_DYLIB=ON
--DSPHINX_WARNINGS_AS_ERRORS=OFF
-  )
-  cmake .. "${cmake_args[@]}"
-  ninja
-}
-
-check() {
-  cd llvm-$pkgver.src/build
-  LD_LIBRARY_PATH=$PWD/lib ninja check
-}
-
-package_llvm() {
-  pkgdesc="Compiler infrastructure"
-  depends=('llvm-libs' 'perl')
-
-  cd llvm-$pkgver.src/build
-
-  DESTDIR="$pkgdir" ninja install
-
-  # Include lit for running lit-based tests in other projects
-  pushd ../utils/lit
-  python3 setup.py install --root="$pkgdir" -O1
-  popd
-
-  # The runtime libraries go into llvm-libs
-  mv -f "$pkgdir"/usr/lib/lib{LLVM,LTO,Remarks}*.so* "$srcdir"
-  mv -f "$pkgdir"/usr/lib/LLVMgold.so "$srcdir"
-
-  if [[ $CARCH == x86_64 ]]; then
-# Needed for multilib (https://bugs.archlinux.org/task/29951)
-# Header stub is taken from Fedora
-mv "$pkgdir/usr/include/llvm/Config/llvm-config"{,-64}.h
-cp "$srcdir/llvm-config.h" "$pkgdir/usr/include/llvm/Config/llvm-config.h"
-  fi
-
-  # Remove documentation sources
-  rm -r "$pkgdir"/usr/share/doc/llvm/html/{_sources,.buildinfo}
-
-  install -Dm644 ../LICENSE.TXT "$pkgdir/usr/share/licenses/$pkgname/LICENSE"
-}
-
-package_llvm-libs() {
-  pkgdesc="LLVM runtime libraries"
-  depends=('gcc-libs' 'zlib' 'libffi' 'libedit' 'ncurses' 'libxml2')
-
-  install -d "$pkgdir/usr/lib"
-  cp -P \
-"$srcdir"/lib{LLVM,LTO,Remarks}*.so* \
-"$srcdir"/LLVMgold.so \
-"$pkgdir/usr/lib/"
-
-  # Symlink LLVMgold.so from /usr/lib/bfd-plugins
-  # https://bugs.archlinux.org/task/28479
-  install -d "$pkgdir/usr/lib/bfd-plugins"
-  ln -s ../LLVMgold.so "$pkgdir/usr/lib/bfd-plugins/LLVMgold.so"
-
-  install -Dm644 "$srcdir/llvm-$pkgver.src/LICENSE.TXT" \
-"$pkgdir/usr/share/licenses/$pkgname/LICENSE"
-}
-
-# vim:set ts=2 sw=2 et:

Copied: llvm/repos/extra-x86_64/PKGBUILD (from rev 451701, llvm/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2022-07-27 10:14:59 UTC (rev 451702)
@@ -0,0 +1,109 @@
+# Maintainer: Evangelos Foutras 
+# Contributor: Jan "heftig" Steffens 
+
+pkgname=('llvm' 'llvm-libs')
+pkgver=14.0.6
+pkgrel=2
+arch=('x86_64')
+url="https://llvm.org/;
+license=('custom:Apache 2.0 with LLVM Exception')
+makedepends=('cmake' 'ninja' 'libffi' 'libedit' 'ncurses' 'libxml2'
+ 'python-setuptools' 'python-psutil' 'python-sphinx'
+ 'python-recommonmark')
+options=('staticlibs' '!lto') # Getting thousands of test failures with LTO
+_source_base=https://github.com/llvm/llvm-project/releases/download/llvmorg-$pkgver

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

2022-07-27 Thread Evangelos Foutras via arch-commits
Date: Wednesday, July 27, 2022 @ 10:14:52
  Author: foutrelis
Revision: 451701

upgpkg: llvm 14.0.6-2: enable LLVM_USE_PERF (FS#75365)

Modified:
  llvm/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2022-07-27 10:06:49 UTC (rev 451700)
+++ PKGBUILD2022-07-27 10:14:52 UTC (rev 451701)
@@ -3,7 +3,7 @@
 
 pkgname=('llvm' 'llvm-libs')
 pkgver=14.0.6
-pkgrel=1
+pkgrel=2
 arch=('x86_64')
 url="https://llvm.org/;
 license=('custom:Apache 2.0 with LLVM Exception')
@@ -45,6 +45,7 @@
 -DLLVM_INCLUDE_BENCHMARKS=OFF
 -DLLVM_INSTALL_UTILS=ON
 -DLLVM_LINK_LLVM_DYLIB=ON
+-DLLVM_USE_PERF=ON
 -DSPHINX_WARNINGS_AS_ERRORS=OFF
   )
   cmake .. "${cmake_args[@]}"



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

2022-07-27 Thread Christian Hesse via arch-commits
Date: Wednesday, July 27, 2022 @ 10:06:49
  Author: eworm
Revision: 451700

archrelease: copy trunk to testing-any

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

---+
 PKGBUILD  |   43 +++
 archlinux-keyring.install |   12 
 2 files changed, 55 insertions(+)

Copied: archlinux-keyring/repos/testing-any/PKGBUILD (from rev 451699, 
archlinux-keyring/trunk/PKGBUILD)
===
--- testing-any/PKGBUILD(rev 0)
+++ testing-any/PKGBUILD2022-07-27 10:06:49 UTC (rev 451700)
@@ -0,0 +1,43 @@
+# Maintainer: Pierre Schmitz 
+# Maintainer: Bartłomiej Piotrowski 
+
+pkgname=archlinux-keyring
+_tag='6f1c2557a7fe3b98778de8e00dfdcdf89995aa06' # git rev-parse ${pkgver}
+pkgver=20220727
+pkgrel=1
+pkgdesc='Arch Linux PGP keyring'
+arch=('any')
+url='https://gitlab.archlinux.org/archlinux/archlinux-keyring/'
+license=('GPL3')
+groups=('base-devel')
+install=$pkgname.install
+depends=('pacman')
+makedepends=('git' 'python' 'sequoia-sq')
+checkdepends=('python-coverage' 'python-pytest')
+source=("archlinux-keyring::git+https://gitlab.archlinux.org/archlinux/archlinux-keyring.git#tag=${_tag}?signed;)
+sha256sums=('SKIP')
+validpgpkeys=('02FD1C7A934E614545849F19A6234074498E9CEE'  # Christian Hesse 

+  'C7E7849466FE2358343588377258734B41C31549'  # David Runge 

+  '4AA4767BBC9C4B1D18AE28B77F2D434B9741E8AC'  # Pierre Schmitz 

+  'CFA6AF15E5C74149FC1D8C086D1655C14CE1C13E'  # Florian Pritz 

+  'ECCAC84C1BA08A6CC8E63FBBF22FB1D78A77AEAB'  # Giancarlo 
Razzolini 
+  'E240B57E2C4630BA768E2F26FC1B547C8D8172C8'  # Levente Polyak 

+  'C100346676634E80C940FB9E9C02FF419FECBE16') # Morten Linderud 

+
+build() {
+  cd archlinux-keyring/
+
+  make build
+}
+
+check() {
+  cd archlinux-keyring/
+
+  make check
+}
+
+package() {
+  cd archlinux-keyring/
+
+  make PREFIX='/usr' DESTDIR="${pkgdir}" install
+}

Copied: archlinux-keyring/repos/testing-any/archlinux-keyring.install (from rev 
451699, archlinux-keyring/trunk/archlinux-keyring.install)
===
--- testing-any/archlinux-keyring.install   (rev 0)
+++ testing-any/archlinux-keyring.install   2022-07-27 10:06:49 UTC (rev 
451700)
@@ -0,0 +1,12 @@
+post_upgrade() {
+   if usr/bin/pacman-key -l >/dev/null 2>&1; then
+   usr/bin/pacman-key --populate archlinux
+   usr/bin/pacman-key --updatedb
+   fi
+}
+
+post_install() {
+   if [ -x usr/bin/pacman-key ]; then
+   post_upgrade
+   fi
+}



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

2022-07-27 Thread Christian Hesse via arch-commits
Date: Wednesday, July 27, 2022 @ 10:06:43
  Author: eworm
Revision: 451699

upgpkg: archlinux-keyring 20220727-1: new upstream release

Modified:
  archlinux-keyring/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2022-07-27 09:31:34 UTC (rev 451698)
+++ PKGBUILD2022-07-27 10:06:43 UTC (rev 451699)
@@ -2,9 +2,9 @@
 # Maintainer: Bartłomiej Piotrowski 
 
 pkgname=archlinux-keyring
-_tag='ff4e031beb113fba80d2a08da1c21624bbb7ba84' # git rev-parse ${pkgver}
-pkgver=20220713
-pkgrel=2
+_tag='6f1c2557a7fe3b98778de8e00dfdcdf89995aa06' # git rev-parse ${pkgver}
+pkgver=20220727
+pkgrel=1
 pkgdesc='Arch Linux PGP keyring'
 arch=('any')
 url='https://gitlab.archlinux.org/archlinux/archlinux-keyring/'



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

2022-07-27 Thread Jan Steffens via arch-commits
Date: Wednesday, July 27, 2022 @ 09:31:34
  Author: heftig
Revision: 451698

archrelease: copy trunk to extra-x86_64

Added:
  modemmanager/repos/extra-x86_64/PKGBUILD
(from rev 451697, modemmanager/trunk/PKGBUILD)
Deleted:
  modemmanager/repos/extra-x86_64/PKGBUILD

--+
 PKGBUILD |  162 +++--
 1 file changed, 83 insertions(+), 79 deletions(-)

Deleted: PKGBUILD
===
--- PKGBUILD2022-07-27 09:31:24 UTC (rev 451697)
+++ PKGBUILD2022-07-27 09:31:34 UTC (rev 451698)
@@ -1,79 +0,0 @@
-# Maintainer: Jan Alexander Steffens (heftig) 
-# Contributor: Ionut Biru 
-
-pkgbase=modemmanager
-pkgname=(modemmanager libmm-glib)
-pkgver=1.18.10
-pkgrel=1
-pkgdesc="Mobile broadband modem management service"
-url="https://www.freedesktop.org/wiki/Software/ModemManager/;
-arch=(x86_64)
-license=(GPL2 LGPL2.1)
-depends=(systemd libgudev polkit ppp libqmi libmbim
- mobile-broadband-provider-info)
-makedepends=(gtk-doc gobject-introspection vala meson git bash-completion)
-checkdepends=(python-gobject python-dbus)
-options=(debug)
-_commit=1338749739e0c01bdbc6ddf92388a781806ec3ac  # tags/1.18.10^0
-source=("git+https://gitlab.freedesktop.org/mobile-broadband/ModemManager.git#commit=$_commit;)
-sha256sums=('SKIP')
-
-pkgver() {
-  cd ModemManager
-  git describe --tags | sed 's/-rc/rc/;s/[^-]*-g/r&/;s/-/+/g'
-}
-
-prepare() {
-  cd ModemManager
-}
-
-build() {
-  local meson_options=(
--D dbus_policy_dir=/usr/share/dbus-1/system.d
--D dist_version="\"$pkgver-$pkgrel\""
--D gtk_doc=true
--D plugin_qcom_soc=disabled
--D polkit=permissive
--D vapi=true
-  )
-
-  arch-meson ModemManager build "${meson_options[@]}"
-  meson compile -C build
-}
-
-_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_modemmanager() {
-  depends+=(libmm-glib.so libg{lib,object,io,module}-2.0.so libsystemd.so 
libgudev-1.0.so
-libqmi-glib.so libmbim-glib.so)
-  optdepends=('usb_modeswitch: install if your modem shows up as a storage 
drive')
-
-  meson install -C build --destdir "$pkgdir"
-
-  cd "$pkgdir"
-  _pick libmm usr/include
-  _pick libmm usr/lib/girepository-1.0
-  _pick libmm usr/lib/libmm-glib.so*
-  _pick libmm usr/lib/pkgconfig
-  _pick libmm usr/share/gir-1.0
-  _pick libmm usr/share/gtk-doc/html/libmm-glib
-  _pick libmm usr/share/vala
-}
-
-package_libmm-glib() {
-  pkgdesc="ModemManager library"
-  depends=(libg{lib,object,io}-2.0.so)
-  provides=(libmm-glib.so)
-
-  mv libmm/* "$pkgdir"
-}
-
-# vim:set sw=2 et:

Copied: modemmanager/repos/extra-x86_64/PKGBUILD (from rev 451697, 
modemmanager/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2022-07-27 09:31:34 UTC (rev 451698)
@@ -0,0 +1,83 @@
+# Maintainer: Jan Alexander Steffens (heftig) 
+# Contributor: Ionut Biru 
+
+pkgbase=modemmanager
+pkgname=(modemmanager libmm-glib)
+pkgver=1.18.10
+pkgrel=2
+pkgdesc="Mobile broadband modem management service"
+url="https://www.freedesktop.org/wiki/Software/ModemManager/;
+arch=(x86_64)
+license=(GPL2 LGPL2.1)
+depends=(systemd libgudev polkit ppp libqmi libmbim
+ mobile-broadband-provider-info)
+makedepends=(gtk-doc gobject-introspection vala meson git bash-completion)
+checkdepends=(python-gobject python-dbus)
+options=(debug)
+_commit=1338749739e0c01bdbc6ddf92388a781806ec3ac  # tags/1.18.10^0
+source=("git+https://gitlab.freedesktop.org/mobile-broadband/ModemManager.git#commit=$_commit;)
+sha256sums=('SKIP')
+
+pkgver() {
+  cd ModemManager
+  git describe --tags | sed 's/-rc/rc/;s/[^-]*-g/r&/;s/-/+/g'
+}
+
+prepare() {
+  cd ModemManager
+
+  # https://bugs.archlinux.org/task/74329
+  chmod -x plugins/fibocom/77-mm-fibocom-port-types.rules \
+   plugins/foxconn/mm-foxconn-t77w968-carrier-mapping.conf
+}
+
+build() {
+  local meson_options=(
+-D dbus_policy_dir=/usr/share/dbus-1/system.d
+-D dist_version="\"$pkgver-$pkgrel\""
+-D gtk_doc=true
+-D plugin_qcom_soc=disabled
+-D polkit=permissive
+-D vapi=true
+  )
+
+  arch-meson ModemManager build "${meson_options[@]}"
+  meson compile -C build
+}
+
+_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_modemmanager() {
+  depends+=(libmm-glib.so libg{lib,object,io,module}-2.0.so libsystemd.so 
libgudev-1.0.so
+libqmi-glib.so libmbim-glib.so)
+  optdepends=('usb_modeswitch: install if your modem shows up as a storage 
drive')
+
+  meson install -C build --destdir "$pkgdir"
+
+  cd "$pkgdir"
+  _pick libmm usr/include
+  _pick libmm 

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

2022-07-27 Thread Jan Steffens via arch-commits
Date: Wednesday, July 27, 2022 @ 09:31:24
  Author: heftig
Revision: 451697

one more file

Modified:
  modemmanager/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2022-07-27 09:16:35 UTC (rev 451696)
+++ PKGBUILD2022-07-27 09:31:24 UTC (rev 451697)
@@ -27,7 +27,8 @@
   cd ModemManager
 
   # https://bugs.archlinux.org/task/74329
-  git cherry-pick -n c615be77fd0ce88b73285816266e112b45825637
+  chmod -x plugins/fibocom/77-mm-fibocom-port-types.rules \
+   plugins/foxconn/mm-foxconn-t77w968-carrier-mapping.conf
 }
 
 build() {



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

2022-07-27 Thread Jan Steffens via arch-commits
Date: Wednesday, July 27, 2022 @ 09:16:35
  Author: heftig
Revision: 451696

1.18.10-2: Restore fix for FS#74329

Modified:
  modemmanager/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2022-07-27 07:36:40 UTC (rev 451695)
+++ PKGBUILD2022-07-27 09:16:35 UTC (rev 451696)
@@ -4,7 +4,7 @@
 pkgbase=modemmanager
 pkgname=(modemmanager libmm-glib)
 pkgver=1.18.10
-pkgrel=1
+pkgrel=2
 pkgdesc="Mobile broadband modem management service"
 url="https://www.freedesktop.org/wiki/Software/ModemManager/;
 arch=(x86_64)
@@ -25,6 +25,9 @@
 
 prepare() {
   cd ModemManager
+
+  # https://bugs.archlinux.org/task/74329
+  git cherry-pick -n c615be77fd0ce88b73285816266e112b45825637
 }
 
 build() {



[arch-commits] Commit in debian-ports-archive-keyring/repos (2 files)

2022-07-27 Thread Felix Yan via arch-commits
Date: Wednesday, July 27, 2022 @ 08:58:35
  Author: felixonmars
Revision: 1258892

archrelease: copy trunk to community-any

Added:
  debian-ports-archive-keyring/repos/community-any/
  debian-ports-archive-keyring/repos/community-any/PKGBUILD
(from rev 1258891, debian-ports-archive-keyring/trunk/PKGBUILD)

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

Copied: debian-ports-archive-keyring/repos/community-any/PKGBUILD (from rev 
1258891, debian-ports-archive-keyring/trunk/PKGBUILD)
===
--- community-any/PKGBUILD  (rev 0)
+++ community-any/PKGBUILD  2022-07-27 08:58:35 UTC (rev 1258892)
@@ -0,0 +1,36 @@
+# Maintainer: Felix Yan 
+
+pkgname=debian-ports-archive-keyring
+pkgver=2022.02.15
+pkgrel=1
+pkgdesc="GnuPG archive keys of the debian-ports archive"
+arch=('any')
+url="https://packages.debian.org/sid/debian-ports-archive-keyring;
+license=('GPL')
+depends=('gnupg')
+source=("https://mirrors.kernel.org/debian/pool/main/d/debian-ports-archive-keyring/debian-ports-archive-keyring_$pkgver.tar.xz;)
+sha512sums=('e8f4565ec1c0f13c59e9f953d9be1ce02f14098d634be6cf4a334642f789d8d50027db49c274979f14cef38ce2c674fe66607b8058d809ec0c616527e35fcc0f')
+
+build() {
+  cd $pkgname-$pkgver
+  # Translated from debian/rules
+
+  # Build keyrings
+  mkdir -p build/keyrings
+  gpg --no-keyring --import-options import-export --import active-keys/* > 
build/keyrings/debian-ports-archive-keyring.gpg
+  gpg --no-keyring --import-options import-export --import removed-keys/* > 
build/keyrings/debian-ports-archive-keyring-removed.gpg
+  
+  # Build fragment files
+  mkdir -p build/trusted.gpg.d
+  for k in $(ls active-keys); do
+gpg --no-keyring --import-options import-export --import active-keys/$k > 
build/trusted.gpg.d/${k%.key}.gpg
+  done
+}
+
+package() {
+  cd $pkgname-$pkgver
+  install -Dm644 build/trusted.gpg.d/*gpg -t "$pkgdir"/etc/apt/trusted.gpg.d/
+  install -Dm644 build/keyrings/*gpg -t "$pkgdir"/usr/share/keyrings/
+}
+
+# vim:set ts=2 sw=2 et:



[arch-commits] Commit in (4 files)

2022-07-27 Thread Felix Yan via arch-commits
Date: Wednesday, July 27, 2022 @ 08:58:11
  Author: felixonmars
Revision: 1258891

addpkg: debian-ports-archive-keyring 2022.02.15-1

Added:
  debian-ports-archive-keyring/
  debian-ports-archive-keyring/repos/
  debian-ports-archive-keyring/trunk/
  debian-ports-archive-keyring/trunk/PKGBUILD

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

Added: debian-ports-archive-keyring/trunk/PKGBUILD
===
--- debian-ports-archive-keyring/trunk/PKGBUILD (rev 0)
+++ debian-ports-archive-keyring/trunk/PKGBUILD 2022-07-27 08:58:11 UTC (rev 
1258891)
@@ -0,0 +1,36 @@
+# Maintainer: Felix Yan 
+
+pkgname=debian-ports-archive-keyring
+pkgver=2022.02.15
+pkgrel=1
+pkgdesc="GnuPG archive keys of the debian-ports archive"
+arch=('any')
+url="https://packages.debian.org/sid/debian-ports-archive-keyring;
+license=('GPL')
+depends=('gnupg')
+source=("https://mirrors.kernel.org/debian/pool/main/d/debian-ports-archive-keyring/debian-ports-archive-keyring_$pkgver.tar.xz;)
+sha512sums=('e8f4565ec1c0f13c59e9f953d9be1ce02f14098d634be6cf4a334642f789d8d50027db49c274979f14cef38ce2c674fe66607b8058d809ec0c616527e35fcc0f')
+
+build() {
+  cd $pkgname-$pkgver
+  # Translated from debian/rules
+
+  # Build keyrings
+  mkdir -p build/keyrings
+  gpg --no-keyring --import-options import-export --import active-keys/* > 
build/keyrings/debian-ports-archive-keyring.gpg
+  gpg --no-keyring --import-options import-export --import removed-keys/* > 
build/keyrings/debian-ports-archive-keyring-removed.gpg
+  
+  # Build fragment files
+  mkdir -p build/trusted.gpg.d
+  for k in $(ls active-keys); do
+gpg --no-keyring --import-options import-export --import active-keys/$k > 
build/trusted.gpg.d/${k%.key}.gpg
+  done
+}
+
+package() {
+  cd $pkgname-$pkgver
+  install -Dm644 build/trusted.gpg.d/*gpg -t "$pkgdir"/etc/apt/trusted.gpg.d/
+  install -Dm644 build/keyrings/*gpg -t "$pkgdir"/usr/share/keyrings/
+}
+
+# vim:set ts=2 sw=2 et:



[arch-commits] Commit in prometheus-systemd-exporter/repos/community-x86_64 (8 files)

2022-07-27 Thread Leonidas Spyropoulos via arch-commits
Date: Wednesday, July 27, 2022 @ 08:52:21
  Author: artafinde
Revision: 1258890

archrelease: copy trunk to community-x86_64

Added:
  prometheus-systemd-exporter/repos/community-x86_64/PKGBUILD
(from rev 1258889, prometheus-systemd-exporter/trunk/PKGBUILD)
  
prometheus-systemd-exporter/repos/community-x86_64/prometheus-systemd-exporter.conf
(from rev 1258889, 
prometheus-systemd-exporter/trunk/prometheus-systemd-exporter.conf)
  
prometheus-systemd-exporter/repos/community-x86_64/prometheus-systemd-exporter.service
(from rev 1258889, 
prometheus-systemd-exporter/trunk/prometheus-systemd-exporter.service)
  
prometheus-systemd-exporter/repos/community-x86_64/prometheus-systemd-exporter.sysusers
(from rev 1258889, 
prometheus-systemd-exporter/trunk/prometheus-systemd-exporter.sysusers)
Deleted:
  prometheus-systemd-exporter/repos/community-x86_64/PKGBUILD
  
prometheus-systemd-exporter/repos/community-x86_64/prometheus-systemd-exporter.conf
  
prometheus-systemd-exporter/repos/community-x86_64/prometheus-systemd-exporter.service
  
prometheus-systemd-exporter/repos/community-x86_64/prometheus-systemd-exporter.sysusers

--+
 PKGBUILD |  114 -
 prometheus-systemd-exporter.conf |2 
 prometheus-systemd-exporter.service  |   36 +-
 prometheus-systemd-exporter.sysusers |2 
 4 files changed, 77 insertions(+), 77 deletions(-)

Deleted: PKGBUILD
===
--- PKGBUILD2022-07-27 08:52:14 UTC (rev 1258889)
+++ PKGBUILD2022-07-27 08:52:21 UTC (rev 1258890)
@@ -1,57 +0,0 @@
-# Maintainer: Leonidas Spyropoulos 
-
-pkgname=prometheus-systemd-exporter
-_pkgname=systemd_exporter
-pkgver=0.4.0
-pkgrel=1
-pkgdesc="Application-level metrics for systemd units"
-url="https://github.com/povilasv/systemd_exporter;
-arch=('x86_64')
-license=('Apache')
-depends=('glibc')
-makedepends=('go' 'git')
-options=(!lto)
-source=("${pkgname}-${pkgver}.tar.gz::https://github.com/povilasv/systemd_exporter/archive/v${pkgver}.tar.gz;
-prometheus-systemd-exporter.conf
-prometheus-systemd-exporter.service
-prometheus-systemd-exporter.sysusers)
-sha256sums=('dba92f33cda8476c84cd86cf3f8c66844fae1a107e57aca1e96e86ffdca6e472'
-'24c91b7bb90cb65bf5edddc93cce810f57f2e06f265cef955303325526508f23'
-'9230d7a3092418da27e0690387700a8d1c143bcc1f157c62548be5bd169a'
-'3deec7e797e31ad3b3149efbbef529e7bd2b7072268d948ae2e299790a46613b')
-
-build() {
-  cd "${_pkgname}-${pkgver}"
-
-  go build \
--trimpath \
--buildmode=pie \
--mod=readonly \
--modcacherw \
--ldflags "-linkmode external -extldflags ${LDFLAGS} \
-  -X github.com/prometheus/common/version.Version=$pkgver \
-  -X github.com/prometheus/common/version.Revision=$pkgver \
-  -X github.com/prometheus/common/version.Branch=tarball \
-  -X github.com/prometheus/common/version.BuildUser=someone@builder \
-  -X github.com/prometheus/common/version.BuildDate=$(date 
-d=@"$SOURCE_DATE_EPOCH" +%Y%m%d-%H:%M:%S)" \
-.
-}
-
-check() {
-  cd "${_pkgname}-${pkgver}"
-
-  go test ./...
-}
-
-package() {
-  install -Dm644 prometheus-systemd-exporter.conf 
"$pkgdir"/etc/conf.d/prometheus-systemd-exporter
-  install -Dm644 prometheus-systemd-exporter.service 
"$pkgdir"/usr/lib/systemd/system/prometheus-systemd-exporter.service
-  install -Dm644 prometheus-systemd-exporter.sysusers 
"$pkgdir"/usr/lib/sysusers.d/prometheus-systemd-exporter.conf
-  
-  cd "${_pkgname}-${pkgver}"
-
-  install -Dm755 systemd_exporter "${pkgdir}/usr/bin/${pkgname}"
-  install -D -m644 LICENSE  "${pkgdir}/usr/share/licenses/${pkgname}/LICENSE"
-}
-
-# vim:set ts=2 sw=2 et:

Copied: prometheus-systemd-exporter/repos/community-x86_64/PKGBUILD (from rev 
1258889, prometheus-systemd-exporter/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2022-07-27 08:52:21 UTC (rev 1258890)
@@ -0,0 +1,57 @@
+# Maintainer: Leonidas Spyropoulos 
+
+pkgname=prometheus-systemd-exporter
+_pkgname=systemd_exporter
+pkgver=0.5.0
+pkgrel=1
+pkgdesc="Application-level metrics for systemd units"
+url="https://github.com/prometheus-community/systemd_exporter;
+arch=('x86_64')
+license=('Apache')
+depends=('glibc')
+makedepends=('go' 'git')
+options=(!lto)
+source=("${pkgname}-${pkgver}.tar.gz::https://github.com/prometheus-community/systemd_exporter/archive/v${pkgver}.tar.gz;
+prometheus-systemd-exporter.conf
+prometheus-systemd-exporter.service
+prometheus-systemd-exporter.sysusers)
+sha256sums=('769068757f085ed68f262abf45d9620fa6c2f755c8411af4ea13a59b2fd2c208'
+'24c91b7bb90cb65bf5edddc93cce810f57f2e06f265cef955303325526508f23'
+'9230d7a3092418da27e0690387700a8d1c143bcc1f157c62548be5bd169a'
+

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

2022-07-27 Thread Leonidas Spyropoulos via arch-commits
Date: Wednesday, July 27, 2022 @ 08:52:14
  Author: artafinde
Revision: 1258889

upgpkg: prometheus-systemd-exporter 0.5.0-1

Update source URL since project moved under Prometheus Community packages

Modified:
  prometheus-systemd-exporter/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2022-07-27 08:47:15 UTC (rev 125)
+++ PKGBUILD2022-07-27 08:52:14 UTC (rev 1258889)
@@ -2,20 +2,20 @@
 
 pkgname=prometheus-systemd-exporter
 _pkgname=systemd_exporter
-pkgver=0.4.0
+pkgver=0.5.0
 pkgrel=1
 pkgdesc="Application-level metrics for systemd units"
-url="https://github.com/povilasv/systemd_exporter;
+url="https://github.com/prometheus-community/systemd_exporter;
 arch=('x86_64')
 license=('Apache')
 depends=('glibc')
 makedepends=('go' 'git')
 options=(!lto)
-source=("${pkgname}-${pkgver}.tar.gz::https://github.com/povilasv/systemd_exporter/archive/v${pkgver}.tar.gz;
+source=("${pkgname}-${pkgver}.tar.gz::https://github.com/prometheus-community/systemd_exporter/archive/v${pkgver}.tar.gz;
 prometheus-systemd-exporter.conf
 prometheus-systemd-exporter.service
 prometheus-systemd-exporter.sysusers)
-sha256sums=('dba92f33cda8476c84cd86cf3f8c66844fae1a107e57aca1e96e86ffdca6e472'
+sha256sums=('769068757f085ed68f262abf45d9620fa6c2f755c8411af4ea13a59b2fd2c208'
 '24c91b7bb90cb65bf5edddc93cce810f57f2e06f265cef955303325526508f23'
 '9230d7a3092418da27e0690387700a8d1c143bcc1f157c62548be5bd169a'
 '3deec7e797e31ad3b3149efbbef529e7bd2b7072268d948ae2e299790a46613b')



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

2022-07-27 Thread Leonidas Spyropoulos via arch-commits
Date: Wednesday, July 27, 2022 @ 08:47:15
  Author: artafinde
Revision: 125

archrelease: copy trunk to community-any

Added:
  python-mysql-connector/repos/community-any/PKGBUILD
(from rev 1258887, python-mysql-connector/trunk/PKGBUILD)
Deleted:
  python-mysql-connector/repos/community-any/PKGBUILD

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

Deleted: PKGBUILD
===
--- PKGBUILD2022-07-27 08:47:10 UTC (rev 1258887)
+++ PKGBUILD2022-07-27 08:47:15 UTC (rev 125)
@@ -1,26 +0,0 @@
-# Maintainer: Lukas Fleischer 
-# Contributor: Evgeniy Alekseev 
-# Contributor: Raphaël Doursenaud 
-
-pkgname=python-mysql-connector
-_pkgname=mysql-connector-python
-pkgver=8.0.29
-pkgrel=1
-pkgdesc="A standardized database driver for Python platforms and development"
-arch=('any')
-url="https://dev.mysql.com/downloads/connector/python/;
-license=('GPL')
-depends=('python' 'python-dnspython')
-makedepends=('python-setuptools')
-source=("https://github.com/mysql/mysql-connector-python/archive/$pkgver/$pkgname-$pkgver.tar.gz;)
-sha512sums=('63b3eb8fdfc4f2f4aa34b52669a54f2e2ef046eaa20c36bba9e110af72e147e8fc7fe528ae2de23d55e17c74bd5c4f9e16bf2034a4d654383767ce45d8615456')
-
-build() {
-   cd "${srcdir}/${_pkgname}-${pkgver}"
-   python setup.py build
-}
-
-package() {
-   cd "${srcdir}/${_pkgname}-${pkgver}"
-   python setup.py install --root="${pkgdir}" --optimize=1
-}

Copied: python-mysql-connector/repos/community-any/PKGBUILD (from rev 1258887, 
python-mysql-connector/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2022-07-27 08:47:15 UTC (rev 125)
@@ -0,0 +1,26 @@
+# Maintainer: Lukas Fleischer 
+# Contributor: Evgeniy Alekseev 
+# Contributor: Raphaël Doursenaud 
+
+pkgname=python-mysql-connector
+_pkgname=mysql-connector-python
+pkgver=8.0.30
+pkgrel=1
+pkgdesc="A standardized database driver for Python platforms and development"
+arch=('any')
+url="https://dev.mysql.com/downloads/connector/python/;
+license=('GPL')
+depends=('python' 'python-dnspython')
+makedepends=('python-setuptools')
+source=("https://github.com/mysql/mysql-connector-python/archive/$pkgver/$pkgname-$pkgver.tar.gz;)
+sha512sums=('6ecade295963728a17e9d5c05ebf7739a216f83271b56869bb3b38521dfcba3f77973f2b895522a5eaf6c5875e2216372f4db482db5dfa9c8e556adfca127106')
+
+build() {
+   cd "${srcdir}/${_pkgname}-${pkgver}"
+   python setup.py build
+}
+
+package() {
+   cd "${srcdir}/${_pkgname}-${pkgver}"
+   python setup.py install --root="${pkgdir}" --optimize=1
+}



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

2022-07-27 Thread Leonidas Spyropoulos via arch-commits
Date: Wednesday, July 27, 2022 @ 08:47:10
  Author: artafinde
Revision: 1258887

upgpkg: python-mysql-connector 8.0.30-1

Modified:
  python-mysql-connector/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2022-07-27 08:40:31 UTC (rev 1258886)
+++ PKGBUILD2022-07-27 08:47:10 UTC (rev 1258887)
@@ -4,7 +4,7 @@
 
 pkgname=python-mysql-connector
 _pkgname=mysql-connector-python
-pkgver=8.0.29
+pkgver=8.0.30
 pkgrel=1
 pkgdesc="A standardized database driver for Python platforms and development"
 arch=('any')
@@ -13,7 +13,7 @@
 depends=('python' 'python-dnspython')
 makedepends=('python-setuptools')
 
source=("https://github.com/mysql/mysql-connector-python/archive/$pkgver/$pkgname-$pkgver.tar.gz;)
-sha512sums=('63b3eb8fdfc4f2f4aa34b52669a54f2e2ef046eaa20c36bba9e110af72e147e8fc7fe528ae2de23d55e17c74bd5c4f9e16bf2034a4d654383767ce45d8615456')
+sha512sums=('6ecade295963728a17e9d5c05ebf7739a216f83271b56869bb3b38521dfcba3f77973f2b895522a5eaf6c5875e2216372f4db482db5dfa9c8e556adfca127106')
 
 build() {
cd "${srcdir}/${_pkgname}-${pkgver}"



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

2022-07-27 Thread Felix Yan via arch-commits
Date: Wednesday, July 27, 2022 @ 08:40:31
  Author: felixonmars
Revision: 1258886

archrelease: copy trunk to community-x86_64

Added:
  umoci/repos/community-x86_64/
  umoci/repos/community-x86_64/PKGBUILD
(from rev 1258885, umoci/trunk/PKGBUILD)

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

Copied: umoci/repos/community-x86_64/PKGBUILD (from rev 1258885, 
umoci/trunk/PKGBUILD)
===
--- community-x86_64/PKGBUILD   (rev 0)
+++ community-x86_64/PKGBUILD   2022-07-27 08:40:31 UTC (rev 1258886)
@@ -0,0 +1,41 @@
+# Maintainer: Felix Yan 
+# Contributor: Stefan Agner 
+# Contributor: Samadi van Koten
+
+pkgname=umoci
+pkgver=0.4.7
+pkgrel=2
+pkgdesc="Umoci Modifies Open Container Images"
+arch=('x86_64')
+url="https://umo.ci/;
+license=('Apache')
+depends=('glibc')
+makedepends=('go' 'go-md2man')
+source=("https://github.com/opencontainers/$pkgname/releases/download/v$pkgver/umoci.tar.xz;)
+sha256sums=('693a3780937c785de8f6dd233786c1ea870bbe8ccba2f6f1e20339329394743b')
+
+_repo_name="github.com/opencontainers/$pkgname"
+
+prepare() {
+  rm -rf "$srcdir/src/$_repo_name"
+  mkdir -p "$srcdir/src/$_repo_name"
+  mv -Tf "$srcdir/$pkgname-$pkgver" "$srcdir/src/$_repo_name"
+}
+
+build() {
+  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"
+
+  cd "$srcdir/src/$_repo_name"
+  GOPATH="$srcdir" make
+  GOPATH="$srcdir" make docs
+}
+
+package() {
+  cd "$srcdir/src/$_repo_name"
+  install -Dm 755 -t "$pkgdir/usr/bin" umoci
+  install -Dm 644 -t "$pkgdir/usr/share/man/man1" doc/man/*1
+}



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

2022-07-27 Thread Felix Yan via arch-commits
Date: Wednesday, July 27, 2022 @ 08:40:09
  Author: felixonmars
Revision: 1258885

addpkg: umoci 0.4.7-2

Added:
  umoci/
  umoci/repos/
  umoci/trunk/
  umoci/trunk/PKGBUILD

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

Added: umoci/trunk/PKGBUILD
===
--- umoci/trunk/PKGBUILD(rev 0)
+++ umoci/trunk/PKGBUILD2022-07-27 08:40:09 UTC (rev 1258885)
@@ -0,0 +1,41 @@
+# Maintainer: Felix Yan 
+# Contributor: Stefan Agner 
+# Contributor: Samadi van Koten
+
+pkgname=umoci
+pkgver=0.4.7
+pkgrel=2
+pkgdesc="Umoci Modifies Open Container Images"
+arch=('x86_64')
+url="https://umo.ci/;
+license=('Apache')
+depends=('glibc')
+makedepends=('go' 'go-md2man')
+source=("https://github.com/opencontainers/$pkgname/releases/download/v$pkgver/umoci.tar.xz;)
+sha256sums=('693a3780937c785de8f6dd233786c1ea870bbe8ccba2f6f1e20339329394743b')
+
+_repo_name="github.com/opencontainers/$pkgname"
+
+prepare() {
+  rm -rf "$srcdir/src/$_repo_name"
+  mkdir -p "$srcdir/src/$_repo_name"
+  mv -Tf "$srcdir/$pkgname-$pkgver" "$srcdir/src/$_repo_name"
+}
+
+build() {
+  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"
+
+  cd "$srcdir/src/$_repo_name"
+  GOPATH="$srcdir" make
+  GOPATH="$srcdir" make docs
+}
+
+package() {
+  cd "$srcdir/src/$_repo_name"
+  install -Dm 755 -t "$pkgdir/usr/bin" umoci
+  install -Dm 644 -t "$pkgdir/usr/share/man/man1" doc/man/*1
+}



[arch-commits] Commit in archlinux-appstream-data/repos/extra-any (PKGBUILD PKGBUILD)

2022-07-27 Thread Antonio Rojas via arch-commits
Date: Wednesday, July 27, 2022 @ 07:36:40
  Author: arojas
Revision: 451695

archrelease: copy trunk to extra-any

Added:
  archlinux-appstream-data/repos/extra-any/PKGBUILD
(from rev 451694, archlinux-appstream-data/trunk/PKGBUILD)
Deleted:
  archlinux-appstream-data/repos/extra-any/PKGBUILD

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

Deleted: PKGBUILD
===
--- PKGBUILD2022-07-27 07:36:32 UTC (rev 451694)
+++ PKGBUILD2022-07-27 07:36:40 UTC (rev 451695)
@@ -1,46 +0,0 @@
-# Maintainer: Antonio Rojas 
-
-pkgname=archlinux-appstream-data
-pkgver=20220618
-pkgrel=1
-pkgdesc='Arch Linux application database for AppStream-based software centers'
-arch=(any)
-url='https://www.archlinux.org'
-license=(GPL)
-depends=()
-makedepends=()
-source=()
-noextract=()
-for _repo in core extra community multilib; do
- 
source+=($_repo-$pkgver.xml.gz::https://sources.archlinux.org/other/packages/$pkgname/$pkgver/$_repo/Components-x86_64.xml.gz
-  
$_repo-icons-48x48-$pkgver.tar.gz::https://sources.archlinux.org/other/packages/$pkgname/$pkgver/$_repo/icons-48x48.tar.gz
-  
$_repo-icons-64x64-$pkgver.tar.gz::https://sources.archlinux.org/other/packages/$pkgname/$pkgver/$_repo/icons-64x64.tar.gz
-  
$_repo-icons-128x128-$pkgver.tar.gz::https://sources.archlinux.org/other/packages/$pkgname/$pkgver/$_repo/icons-128x128.tar.gz)
- noextract+=($_repo.xml.gz-$pkgver 
$_repo-icons-{48x48,64x64,128x128}-$pkgver.tar.gz)
-done
-sha256sums=('bd264e8bb6c6534d9f3b4fe28b5f7ba5f631ad2a7ceab6fb799b3ad20fd69b75'
-'7989bb311baa38ef545250282aa065d23281c46dfb8faabe4c653487bdbded5c'
-'423c8a14d347c078570e21cac8f7326180abaa476d394579fe0e54592f03d0c5'
-'7989bb311baa38ef545250282aa065d23281c46dfb8faabe4c653487bdbded5c'
-'28250c01e2e1f578c5664434a777c99f388ac6cc8d0e8e2fba6d178bc5c94334'
-'d8b9040aa3465bdae512170b434de1268c0a01e66cb155e44343a71b1173bb29'
-'b48e9de2da51c629cdf78a7e320fe1fdf33a9d6e9caefba585c1e2f95f934500'
-'64d42adffe581812b55a3d472de3df0584b9a76ba25a136ccb9bdf1728d8bd96'
-'b7c5d0ff9cb63324fd1e11c41133cbb9798ab72b5333d29fba42f81b769dff6c'
-'8f70332eec54b4e8fe64763a91b9be28b7791b2f56456037df0c4577c92302f1'
-'cf63889bda852164299b9e315df8c5ec34dbd08980337d48e9cff09308f5f403'
-'3ed149b3564bca5b3b7324fbcdab57d695d04fc43e3ad7440663adc746d78369'
-'0984b84ae677ff7a748729f4b267a89cce9cd5e5607dbafabbc4ef6a9f0dfbe0'
-'52e59c6a328250147c9ca5fac206bfa47919439226b432c9f4c55ee0e379b5ef'
-'5d5d9fd656b1e21399fc085f89efea9b2e8311e4f38f0a3b187c339fa5231537'
-'b90fceb5b83be7f29bbedcafb3caaf8249c6088ca57bb73257263c370ce7f0bc')
-
-package() {
-  mkdir -p 
"$pkgdir"/usr/share/app-info/{icons/archlinux-arch-{core,extra,community,multilib}/{48x48,64x64,128x128},xmls}
-  for _repo in core extra community multilib; do
-   tar -xzf $_repo-icons-48x48-$pkgver.tar.gz -C 
"$pkgdir"/usr/share/app-info/icons/archlinux-arch-$_repo/48x48
-   tar -xzf $_repo-icons-64x64-$pkgver.tar.gz -C 
"$pkgdir"/usr/share/app-info/icons/archlinux-arch-$_repo/64x64
-   tar -xzf $_repo-icons-128x128-$pkgver.tar.gz -C 
"$pkgdir"/usr/share/app-info/icons/archlinux-arch-$_repo/128x128
-   install -m644 $_repo-$pkgver.xml.gz 
"$pkgdir"/usr/share/app-info/xmls/$_repo.xml.gz
-  done
-}

Copied: archlinux-appstream-data/repos/extra-any/PKGBUILD (from rev 451694, 
archlinux-appstream-data/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2022-07-27 07:36:40 UTC (rev 451695)
@@ -0,0 +1,46 @@
+# Maintainer: Antonio Rojas 
+
+pkgname=archlinux-appstream-data
+pkgver=20220727
+pkgrel=1
+pkgdesc='Arch Linux application database for AppStream-based software centers'
+arch=(any)
+url='https://www.archlinux.org'
+license=(GPL)
+depends=()
+makedepends=()
+source=()
+noextract=()
+for _repo in core extra community multilib; do
+ 
source+=($_repo-$pkgver.xml.gz::https://sources.archlinux.org/other/packages/$pkgname/$pkgver/$_repo/Components-x86_64.xml.gz
+  
$_repo-icons-48x48-$pkgver.tar.gz::https://sources.archlinux.org/other/packages/$pkgname/$pkgver/$_repo/icons-48x48.tar.gz
+  
$_repo-icons-64x64-$pkgver.tar.gz::https://sources.archlinux.org/other/packages/$pkgname/$pkgver/$_repo/icons-64x64.tar.gz
+  
$_repo-icons-128x128-$pkgver.tar.gz::https://sources.archlinux.org/other/packages/$pkgname/$pkgver/$_repo/icons-128x128.tar.gz)
+ noextract+=($_repo.xml.gz-$pkgver 
$_repo-icons-{48x48,64x64,128x128}-$pkgver.tar.gz)
+done
+sha256sums=('10f38da399db1ad1ffd0d613b270cc31cb7fda274a5df48de84202d7095e5024'
+'7989bb311baa38

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

2022-07-27 Thread Antonio Rojas via arch-commits
Date: Wednesday, July 27, 2022 @ 07:36:32
  Author: arojas
Revision: 451694

upgpkg: archlinux-appstream-data 20220727-1: Update

Modified:
  archlinux-appstream-data/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2022-07-27 06:40:33 UTC (rev 451693)
+++ PKGBUILD2022-07-27 07:36:32 UTC (rev 451694)
@@ -1,7 +1,7 @@
 # Maintainer: Antonio Rojas 
 
 pkgname=archlinux-appstream-data
-pkgver=20220618
+pkgver=20220727
 pkgrel=1
 pkgdesc='Arch Linux application database for AppStream-based software centers'
 arch=(any)
@@ -18,22 +18,22 @@
   
$_repo-icons-128x128-$pkgver.tar.gz::https://sources.archlinux.org/other/packages/$pkgname/$pkgver/$_repo/icons-128x128.tar.gz)
  noextract+=($_repo.xml.gz-$pkgver 
$_repo-icons-{48x48,64x64,128x128}-$pkgver.tar.gz)
 done
-sha256sums=('bd264e8bb6c6534d9f3b4fe28b5f7ba5f631ad2a7ceab6fb799b3ad20fd69b75'
+sha256sums=('10f38da399db1ad1ffd0d613b270cc31cb7fda274a5df48de84202d7095e5024'
 '7989bb311baa38ef545250282aa065d23281c46dfb8faabe4c653487bdbded5c'
-'423c8a14d347c078570e21cac8f7326180abaa476d394579fe0e54592f03d0c5'
+'c21726d2193e9431433257035573d1e86b2c30633e9cb0aa3a276c2ca3d95543'
 '7989bb311baa38ef545250282aa065d23281c46dfb8faabe4c653487bdbded5c'
-'28250c01e2e1f578c5664434a777c99f388ac6cc8d0e8e2fba6d178bc5c94334'
-'d8b9040aa3465bdae512170b434de1268c0a01e66cb155e44343a71b1173bb29'
-'b48e9de2da51c629cdf78a7e320fe1fdf33a9d6e9caefba585c1e2f95f934500'
-'64d42adffe581812b55a3d472de3df0584b9a76ba25a136ccb9bdf1728d8bd96'
-'b7c5d0ff9cb63324fd1e11c41133cbb9798ab72b5333d29fba42f81b769dff6c'
-'8f70332eec54b4e8fe64763a91b9be28b7791b2f56456037df0c4577c92302f1'
-'cf63889bda852164299b9e315df8c5ec34dbd08980337d48e9cff09308f5f403'
-'3ed149b3564bca5b3b7324fbcdab57d695d04fc43e3ad7440663adc746d78369'
-'0984b84ae677ff7a748729f4b267a89cce9cd5e5607dbafabbc4ef6a9f0dfbe0'
-'52e59c6a328250147c9ca5fac206bfa47919439226b432c9f4c55ee0e379b5ef'
-'5d5d9fd656b1e21399fc085f89efea9b2e8311e4f38f0a3b187c339fa5231537'
-'b90fceb5b83be7f29bbedcafb3caaf8249c6088ca57bb73257263c370ce7f0bc')
+'a9f8273b76540cfde13c12b6e2ea5ab8130dbd9dcffc40e29c8280993c508d7f'
+'8d3a9e1bedca60ec05c58678bf26e36396e35ebd6373caadd79929137122b302'
+'4df52a5fec36e3b665238e6ee7b52b43a4f00a93fd0cce631360921fb44f738f'
+'d450057fa0186627f4305ce0b906e5cb7619cae45a9970df10c3dedcb9a345e7'
+'b2a02d88be59867b4436b50d53b95ddd58802614deb49d6d2b2280fdb3818ad3'
+'f4218119434467da926dd1f1a4a422fee9068aba4c8eaed39280270d53783fa0'
+'fc8d3ea80ccc5cc4184d3406f6dbf68ca4adc932a4e07a0ce5b072a64fb169a1'
+'7faea334f440e4f69ce3ebf5b45364417e19f192e0ebc548cb7ae2018179be23'
+'5653a6e257ba606ce1415bc2524999f46d723114d4f7d0501ed088fd1df9e584'
+'f9666a520d16b4e59ad151bf946c77cdf7ab374d61e52808108ee1c33b3e55c7'
+'84b8d3a89676212025a2a161596d09be356f4531d9abc0d7d824a7ce7d9015c7'
+'13fb38dcb0fd072c57fb46ebc87ea05e9793f63d9e8e9d78374ad5fa6a4d1642')
 
 package() {
   mkdir -p 
"$pkgdir"/usr/share/app-info/{icons/archlinux-arch-{core,extra,community,multilib}/{48x48,64x64,128x128},xmls}



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

2022-07-27 Thread Caleb Maclennan via arch-commits
Date: Wednesday, July 27, 2022 @ 07:14:29
  Author: alerque
Revision: 1258884

archrelease: copy trunk to community-x86_64

Added:
  luasocket/repos/community-x86_64/PKGBUILD
(from rev 1258883, luasocket/trunk/PKGBUILD)
Deleted:
  luasocket/repos/community-x86_64/PKGBUILD

--+
 PKGBUILD |  118 ++---
 1 file changed, 59 insertions(+), 59 deletions(-)

Deleted: PKGBUILD
===
--- PKGBUILD2022-07-27 07:14:20 UTC (rev 1258883)
+++ PKGBUILD2022-07-27 07:14:29 UTC (rev 1258884)
@@ -1,59 +0,0 @@
-# Maintainer: Sergej Pupykin 
-# Maintainer: Caleb Maclennana 
-# Contributor: Anders Bergh 
-
-pkgbase=luasocket
-pkgname=(lua-socket lua51-socket lua52-socket lua53-socket)
-pkgver=3.0.0
-pkgrel=1
-_rockrel=1
-epoch=1
-pkgdesc='Networking support library for the Lua language'
-arch=(x86_64)
-url="https://github.com/lunarmodules/$pkgbase;
-license=(MIT)
-options=(debug)
-makedepends=(lua
- lua51
- lua52
- lua53
- luarocks)
-_archive="$pkgbase-$pkgver"
-_rock="$_archive-$_rockrel.linux-$CARCH.rock"
-source=("$url/archive/v$pkgver/$_archive.tar.gz")
-sha256sums=('04d98e40edcee7c7c5f83f0e8ba5503d14b56280e20daceee9e34ed7cf8f1b15')
-
-build() {
-   cd "$_archive"
-   for LUAVER in 5.1 5.2 5.3 5.4; do
-   luarocks --lua-version "$LUAVER" \
-   make --pack-binary-rock --deps-mode none -- 
"rockspecs/$_archive-$_rockrel.rockspec"
-   install -Dm0644 -t "lua$LUAVER/" "$_rock"
-   done
-}
-
-_package() {
-   cd "$_archive"
-   depends=("${pkgname%-*}")
-   luarocks --lua-version "$1" --tree "$pkgdir/usr/" \
-   install --deps-mode none --no-manifest -- "lua$1/$_rock"
-   install -Dm0644 -t "$pkgdir/usr/share/licenses/$pkgname/" LICENSE
-}
-
-package_lua-socket() {
-   _package 5.4
-}
-
-package_lua53-socket() {
-   _package 5.3
-}
-
-package_lua52-socket() {
-   _package 5.2
-}
-
-package_lua51-socket() {
-   replaces=(luasocket)
-   conflicts=(luasocket)
-   _package 5.1
-}

Copied: luasocket/repos/community-x86_64/PKGBUILD (from rev 1258883, 
luasocket/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2022-07-27 07:14:29 UTC (rev 1258884)
@@ -0,0 +1,59 @@
+# Maintainer: Sergej Pupykin 
+# Maintainer: Caleb Maclennan 
+# Contributor: Anders Bergh 
+
+pkgbase=luasocket
+pkgname=(lua-socket lua51-socket lua52-socket lua53-socket)
+pkgver=3.1.0
+pkgrel=1
+_rockrel=1
+epoch=1
+pkgdesc='Networking support library for the Lua language'
+arch=(x86_64)
+url="https://github.com/lunarmodules/$pkgbase;
+license=(MIT)
+options=(debug)
+makedepends=(lua
+ lua51
+ lua52
+ lua53
+ luarocks)
+_archive="$pkgbase-$pkgver"
+_rock="$_archive-$_rockrel.linux-$CARCH.rock"
+source=("$url/archive/v$pkgver/$_archive.tar.gz")
+sha256sums=('bf033aeb9e62bcaa8d007df68c119c966418e8c9ef7e4f2d7e96bddeca9cca6e')
+
+build() {
+   cd "$_archive"
+   for LUAVER in 5.1 5.2 5.3 5.4; do
+   luarocks --lua-version "$LUAVER" \
+   make --pack-binary-rock --deps-mode none -- 
"rockspecs/$_archive-$_rockrel.rockspec"
+   install -Dm0644 -t "lua$LUAVER/" "$_rock"
+   done
+}
+
+_package() {
+   cd "$_archive"
+   depends=("${pkgname%-*}")
+   luarocks --lua-version "$1" --tree "$pkgdir/usr/" \
+   install --deps-mode none --no-manifest -- "lua$1/$_rock"
+   install -Dm0644 -t "$pkgdir/usr/share/licenses/$pkgname/" LICENSE
+}
+
+package_lua-socket() {
+   _package 5.4
+}
+
+package_lua53-socket() {
+   _package 5.3
+}
+
+package_lua52-socket() {
+   _package 5.2
+}
+
+package_lua51-socket() {
+   replaces=(luasocket)
+   conflicts=(luasocket)
+   _package 5.1
+}



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

2022-07-27 Thread Caleb Maclennan via arch-commits
Date: Wednesday, July 27, 2022 @ 07:14:20
  Author: alerque
Revision: 1258883

upgpkg: luasocket 1:3.1.0-1

Modified:
  luasocket/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2022-07-27 03:06:49 UTC (rev 1258882)
+++ PKGBUILD2022-07-27 07:14:20 UTC (rev 1258883)
@@ -4,7 +4,7 @@
 
 pkgbase=luasocket
 pkgname=(lua-socket lua51-socket lua52-socket lua53-socket)
-pkgver=3.0.0
+pkgver=3.1.0
 pkgrel=1
 _rockrel=1
 epoch=1
@@ -21,7 +21,7 @@
 _archive="$pkgbase-$pkgver"
 _rock="$_archive-$_rockrel.linux-$CARCH.rock"
 source=("$url/archive/v$pkgver/$_archive.tar.gz")
-sha256sums=('04d98e40edcee7c7c5f83f0e8ba5503d14b56280e20daceee9e34ed7cf8f1b15')
+sha256sums=('bf033aeb9e62bcaa8d007df68c119c966418e8c9ef7e4f2d7e96bddeca9cca6e')
 
 build() {
cd "$_archive"



[arch-commits] Commit in qt5-base/repos/extra-x86_64 (6 files)

2022-07-27 Thread Antonio Rojas via arch-commits
Date: Wednesday, July 27, 2022 @ 06:40:33
  Author: arojas
Revision: 451693

archrelease: copy trunk to extra-x86_64

Added:
  qt5-base/repos/extra-x86_64/PKGBUILD
(from rev 451692, qt5-base/trunk/PKGBUILD)
  qt5-base/repos/extra-x86_64/qmake-cflags.patch
(from rev 451692, qt5-base/trunk/qmake-cflags.patch)
  qt5-base/repos/extra-x86_64/qmake-config.patch
(from rev 451692, qt5-base/trunk/qmake-config.patch)
Deleted:
  qt5-base/repos/extra-x86_64/PKGBUILD
  qt5-base/repos/extra-x86_64/qmake-cflags.patch
  qt5-base/repos/extra-x86_64/qmake-config.patch

+
 PKGBUILD   |  228 +--
 qmake-cflags.patch |   92 ++--
 qmake-config.patch |   26 ++---
 3 files changed, 173 insertions(+), 173 deletions(-)

Deleted: PKGBUILD
===
--- PKGBUILD2022-07-27 06:40:17 UTC (rev 451692)
+++ PKGBUILD2022-07-27 06:40:33 UTC (rev 451693)
@@ -1,114 +0,0 @@
-# Maintainer: Felix Yan 
-# Contributor: Andrea Scarpino 
-
-pkgbase=qt5-base
-pkgname=(qt5-base qt5-xcb-private-headers)
-_basever=5.15.5
-pkgver=5.15.5+kde+r172
-pkgrel=1
-_commit=f3b3f2b28e95c43deaabc49f4d2bbfda8c8f1204
-arch=('x86_64')
-url='https://www.qt.io'
-license=('GPL3' 'LGPL3' 'FDL' 'custom')
-pkgdesc='A cross-platform application and UI framework'
-depends=('libjpeg-turbo' 'xcb-util-keysyms' 'xcb-util-renderutil' 'libgl' 
'fontconfig' 'xdg-utils'
- 'shared-mime-info' 'xcb-util-wm' 'libxrender' 'libxi' 'sqlite' 
'xcb-util-image' 'mesa'
- 'tslib' 'libinput' 'libxkbcommon-x11' 'libproxy' 'libcups' 
'double-conversion' 'md4c')
-makedepends=('libfbclient' 'mariadb-libs' 'unixodbc' 'postgresql-libs' 
'alsa-lib' 'gst-plugins-base-libs'
- 'gtk3' 'libpulse' 'cups' 'freetds' 'vulkan-headers' 'git')
-optdepends=('qt5-svg: to use SVG icon themes'
-'qt5-wayland: to run Qt applications in a Wayland session'
-'qt5-translations: for some native UI translations'
-'postgresql-libs: PostgreSQL driver'
-'mariadb-libs: MariaDB driver'
-'unixodbc: ODBC driver'
-'libfbclient: Firebird/iBase driver'
-'freetds: MS SQL driver'
-'gtk3: GTK platform plugin'
-'perl: for fixqt4headers and syncqt')
-conflicts=('qtchooser')
-groups=('qt' 'qt5')
-_pkgfqn=${pkgbase/5-/}
-source=(git+https://invent.kde.org/qt/qt/$_pkgfqn#commit=$_commit
-qmake-cflags.patch
-qmake-config.patch)
-sha256sums=('SKIP'
-'5411edbe215c24b30448fac69bd0ba7c882f545e8cf05027b2b6e2227abc5e78'
-'4abc22150fa3e06b2fdcec32146abc9be4e316692aa4d5bd5aa53b4b726783fa')
-options=(debug)
-
-pkgver() {
-  cd $_pkgfqn
-  echo "$_basever+kde+r"`git rev-list --count v$_basever-lts-lgpl..$_commit`
-}
-
-prepare() {
-  cd ${_pkgfqn}
-  patch -p1 < ../qmake-cflags.patch # Use system CFLAGS in qmake
-  patch -p1 < ../qmake-config.patch # Don't strip binaries with qmake and use 
-ltcg, cf. QTBUG-73834
-}
-
-build() {
-  cd ${_pkgfqn}
-
-  ./configure -confirm-license -opensource -v \
--prefix /usr \
--docdir /usr/share/doc/qt \
--headerdir /usr/include/qt \
--archdatadir /usr/lib/qt \
--datadir /usr/share/qt \
--sysconfdir /etc/xdg \
--examplesdir /usr/share/doc/qt/examples \
--plugin-sql-{psql,mysql,sqlite,odbc,ibase} \
--system-sqlite \
--openssl-linked \
--nomake examples \
--no-rpath \
--dbus-linked \
--system-harfbuzz \
--journald \
--no-mimetype-database \
--no-use-gold-linker \
--no-reduce-relocations \
--no-strip \
--ltcg
-# No configure flag for fat static libs with lto
-  bin/qmake CONFIG+=fat-static-lto -- -redo
-  make
-}
-
-package_qt5-base() {
-  pkgdesc='A cross-platform application and UI framework'
-  depends+=(qt5-translations)
-
-  cd ${_pkgfqn}
-  make INSTALL_ROOT="${pkgdir}" install
-
-  install -Dm644 LICENSE* -t "$pkgdir"/usr/share/licenses/$pkgbase
-
-  # Drop QMAKE_PRL_BUILD_DIR because reference the build dir
-  find "${pkgdir}/usr/lib" -type f -name '*.prl' \
--exec sed -i -e '/^QMAKE_PRL_BUILD_DIR/d' {} \;
-
-  # Fix wrong qmake path in pri file
-  sed -i "s|${srcdir}/${_pkgfqn}|/usr|" \
-"${pkgdir}"/usr/lib/qt/mkspecs/modules/qt_lib_bootstrap_private.pri
-
-  # Symlinks for backwards compatibility
-  for b in "${pkgdir}"/usr/bin/*; do
-ln -s $(basename $b) "${pkgdir}"/usr/bin/$(basename $b)-qt5
-  done
-}
-
-package_qt5-xcb-private-headers() {
-  pkgdesc='Private headers for Qt5 Xcb'
-
-  depends=("qt5-base=$pkgver")
-  optdepends=()
-  groups=()
-  conflicts=()
-
-  cd ${_pkgfqn}
-  install -d -m755 "$pkgdir"/usr/include/qtxcb-private
-  cp -r src/plugins/platforms/xcb/*.h "$pkgdir"/usr/include/qtxcb-private/
-}

Copied: qt5-base/repos/extra-x86_64/PKGBUILD (from rev 451692, 
qt5-base/trunk/PKGBUILD)
===
--- PKGBUILD  

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

2022-07-27 Thread Antonio Rojas via arch-commits
Date: Wednesday, July 27, 2022 @ 06:40:17
  Author: arojas
Revision: 451692

upgpkg: qt5-base 5.15.5+kde+r173-1: Bump revision

Modified:
  qt5-base/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2022-07-27 06:31:54 UTC (rev 451691)
+++ PKGBUILD2022-07-27 06:40:17 UTC (rev 451692)
@@ -4,9 +4,9 @@
 pkgbase=qt5-base
 pkgname=(qt5-base qt5-xcb-private-headers)
 _basever=5.15.5
-pkgver=5.15.5+kde+r172
+pkgver=5.15.5+kde+r173
 pkgrel=1
-_commit=f3b3f2b28e95c43deaabc49f4d2bbfda8c8f1204
+_commit=33ed9a414da190ffa8099856901df792ff9150d5
 arch=('x86_64')
 url='https://www.qt.io'
 license=('GPL3' 'LGPL3' 'FDL' 'custom')



[arch-commits] Commit in psutils/repos/extra-any (PKGBUILD PKGBUILD)

2022-07-27 Thread Antonio Rojas via arch-commits
Date: Wednesday, July 27, 2022 @ 06:06:47
  Author: arojas
Revision: 451688

archrelease: copy trunk to extra-any

Added:
  psutils/repos/extra-any/PKGBUILD
(from rev 451687, psutils/trunk/PKGBUILD)
Deleted:
  psutils/repos/extra-any/PKGBUILD

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

Deleted: PKGBUILD
===
--- PKGBUILD2022-07-27 06:06:38 UTC (rev 451687)
+++ PKGBUILD2022-07-27 06:06:47 UTC (rev 451688)
@@ -1,30 +0,0 @@
-# Maintainer: Ronald van Haren 
-# Contributor: eric 
-# Contributor: Tom Newsom 
- 
-pkgname=psutils
-pkgver=2.05
-pkgrel=1
-arch=('any')
-pkgdesc="A set of postscript utilities"
-url="https://github.com/rrthomas/psutils;
-license=('GPL3')
-depends=('glibc' 'ghostscript' 'perl' 'perl-ipc-run3' 'paper')
-options=('!makeflags')
-source=("https://github.com/rrthomas/psutils/releases/download/v${pkgver}/${pkgname}-${pkgver}.tar.gz;)
-sha256sums=('1ab103210baf139789f9e049165088d08ad041fb9f28d4bdc2430e5773b63346')
-
-build() {
-  cd ${pkgname}-${pkgver}
-  
-  export CFLAGS="$CFLAGS -DPAPER=\\\"letter\\\" -DUNIX -Wall" \
-  export CCFLAGS="$LDFLAGS"
-
-  ./configure --prefix=/usr
-  make
-}
-
-package() {
-  cd ${pkgname}-${pkgver}
-  make DESTDIR="${pkgdir}" install
-}

Copied: psutils/repos/extra-any/PKGBUILD (from rev 451687, 
psutils/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2022-07-27 06:06:47 UTC (rev 451688)
@@ -0,0 +1,30 @@
+# Maintainer: Ronald van Haren 
+# Contributor: eric 
+# Contributor: Tom Newsom 
+ 
+pkgname=psutils
+pkgver=2.09
+pkgrel=1
+arch=('any')
+pkgdesc="A set of postscript utilities"
+url="https://github.com/rrthomas/psutils;
+license=('GPL3')
+depends=('glibc' 'ghostscript' 'perl' 'perl-ipc-run3' 'paper')
+options=('!makeflags')
+source=("https://github.com/rrthomas/psutils/releases/download/v${pkgver}/${pkgname}-${pkgver}.tar.gz;)
+sha256sums=('e31ab570e24478ce777b63b300ff428aedc916131cd7b077094311761604b7da')
+
+build() {
+  cd ${pkgname}-${pkgver}
+  
+  export CFLAGS="$CFLAGS -DPAPER=\\\"letter\\\" -DUNIX -Wall" \
+  export CCFLAGS="$LDFLAGS"
+
+  ./configure --prefix=/usr
+  make
+}
+
+package() {
+  cd ${pkgname}-${pkgver}
+  make DESTDIR="${pkgdir}" install
+}



  1   2   >