[arch-commits] Commit in arc-gtk-theme/repos/community-any (PKGBUILD PKGBUILD)

2022-04-05 Thread NicoHood via arch-commits
Date: Wednesday, April 6, 2022 @ 05:14:14
  Author: nicohood
Revision: 1181571

archrelease: copy trunk to community-any

Added:
  arc-gtk-theme/repos/community-any/PKGBUILD
(from rev 1181570, arc-gtk-theme/trunk/PKGBUILD)
Deleted:
  arc-gtk-theme/repos/community-any/PKGBUILD

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

Deleted: PKGBUILD
===
--- PKGBUILD2022-04-06 05:13:34 UTC (rev 1181570)
+++ PKGBUILD2022-04-06 05:14:14 UTC (rev 1181571)
@@ -1,67 +0,0 @@
-# Maintainer: NicoHood 
-# PGP ID: 97312D5EB9D7AE7D0BD4307351DAE9B7C1AE9161
-# Contributor: zach 
-# Contributor: Gordian Edenhofer 
-
-pkgbase=arc-gtk-theme
-_pkgname=arc-theme
-pkgname=('arc-gtk-theme' 'arc-solid-gtk-theme')
-pkgdesc="A flat theme with transparent elements for GTK 2,3,4 and Gnome-Shell"
-pkgver=20220223
-pkgrel=1
-arch=('any')
-# Upstream url: https://github.com/horst3180/arc-theme
-# Now using soft fork: https://github.com/jnsh/arc-theme/issues/18
-url="https://github.com/jnsh/arc-theme;
-license=('GPL3')
-optdepends=('arc-icon-theme: recommended icon theme'
-'gtk-engine-murrine: for gtk2 themes'
-'gnome-themes-standard: for gtk2 themes')
-makedepends=('meson>=0.53.0' 'sassc' 'glib2' 'gdk-pixbuf2')
-
-source=("${pkgname}-${pkgver}.tar.xz::${url}/releases/download/${pkgver}/${_pkgname}-${pkgver}.tar.xz"
-
"${pkgname}-${pkgver}.tar.xz.sig::${url}/releases/download/${pkgver}/${_pkgname}-${pkgver}.tar.xz.asc")
-sha512sums=('33a0e73e9951fcfe74f80af5e1449df23a5564d11a26b930cbc17b0f74887aedf2634579da1e0484e22465422f62559c801dbcd35221fbb7b7fc783671103aa4'
-'SKIP')
-validpgpkeys=('31743CDF250EF641E57503E5FAEDBC4FB5AA3B17')
-
-# Latest stable Arch package versions
-_cinnamonver=5.2
-_gnomeshellver=41
-
-prepare() {
-cd ${_pkgname}-${pkgver}
-}
-
-build() {
-cd ${_pkgname}-${pkgver}
-
-meson --prefix=/usr build \
-  -Dgnome_shell_gresource=true \
-  -Dcinnamon_version="${_cinnamonver}" \
-  -Dgnome_shell_version="${_gnomeshellver}"
-meson compile -C build
-
-meson --prefix=/usr build-solid \
-  -Dtransparency=false \
-  -Dgnome_shell_gresource=true \
-  -Dcinnamon_version="${_cinnamonver}" \
-  -Dgnome_shell_version="${_gnomeshellver}"
-meson compile -C build-solid
-}
-
-package_arc-gtk-theme() {
-replaces=('gtk-theme-arc')
-
-cd ${_pkgname}-${pkgver}
-DESTDIR="$pkgdir" meson install -C build
-}
-
-package_arc-solid-gtk-theme() {
-pkgdesc="A flat theme for GTK 3, GTK 2 and Gnome-Shell (without 
transparency)"
-replaces=('gtk-theme-arc-solid')
-
-cd ${_pkgname}-${pkgver}
-DESTDIR="$pkgdir" meson install -C build-solid
-}

Copied: arc-gtk-theme/repos/community-any/PKGBUILD (from rev 1181570, 
arc-gtk-theme/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2022-04-06 05:14:14 UTC (rev 1181571)
@@ -0,0 +1,67 @@
+# Maintainer: NicoHood 
+# PGP ID: 97312D5EB9D7AE7D0BD4307351DAE9B7C1AE9161
+# Contributor: zach 
+# Contributor: Gordian Edenhofer 
+
+pkgbase=arc-gtk-theme
+_pkgname=arc-theme
+pkgname=('arc-gtk-theme' 'arc-solid-gtk-theme')
+pkgdesc="A flat theme with transparent elements for GTK 2,3,4 and Gnome-Shell"
+pkgver=20220405
+pkgrel=1
+arch=('any')
+# Upstream url: https://github.com/horst3180/arc-theme
+# Now using soft fork: https://github.com/jnsh/arc-theme/issues/18
+url="https://github.com/jnsh/arc-theme;
+license=('GPL3')
+optdepends=('arc-icon-theme: recommended icon theme'
+'gtk-engine-murrine: for gtk2 themes'
+'gnome-themes-standard: for gtk2 themes')
+makedepends=('meson>=0.53.0' 'sassc' 'glib2' 'gdk-pixbuf2')
+
+source=("${pkgname}-${pkgver}.tar.xz::${url}/releases/download/${pkgver}/${_pkgname}-${pkgver}.tar.xz"
+
"${pkgname}-${pkgver}.tar.xz.sig::${url}/releases/download/${pkgver}/${_pkgname}-${pkgver}.tar.xz.asc")
+sha512sums=('16655b822548820945c5fd3c0bb809d1e55db887c3b5c5309f4acd82c4dd7dd8255d246d86025231c73a303e647bb61c7f9cdc63a04f813cfb79fadf27dec204'
+'SKIP')
+validpgpkeys=('31743CDF250EF641E57503E5FAEDBC4FB5AA3B17')
+
+# Latest stable Arch package versions
+_cinnamonver=5.2
+_gnomeshellver=42
+
+prepare() {
+cd ${_pkgname}-${pkgver}
+}
+
+build() {
+cd ${_pkgname}-${pkgver}
+
+meson --prefix=/usr build \
+  -Dgnome_shell_gresource=true \
+  -Dcinnamon_version="${_cinnamonver}" \
+  -Dgnome_shell_version="${_gnomeshellver}"
+meson compile -C build
+
+meson --prefix=/usr build-solid \
+  -Dtransparency=false \
+  -Dgnome_shell_gresource=true \
+  -Dcinnamon_version="${_c

[arch-commits] Commit in arc-gtk-theme/trunk (PKGBUILD)

2022-04-05 Thread NicoHood via arch-commits
Date: Wednesday, April 6, 2022 @ 05:13:34
  Author: nicohood
Revision: 1181570

upgpkg: arc-gtk-theme 20220405-1

Modified:
  arc-gtk-theme/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2022-04-06 03:04:54 UTC (rev 1181569)
+++ PKGBUILD2022-04-06 05:13:34 UTC (rev 1181570)
@@ -8,7 +8,7 @@
 _pkgname=arc-theme
 pkgname=('arc-gtk-theme' 'arc-solid-gtk-theme')
 pkgdesc="A flat theme with transparent elements for GTK 2,3,4 and Gnome-Shell"
-pkgver=20220223
+pkgver=20220405
 pkgrel=1
 arch=('any')
 # Upstream url: https://github.com/horst3180/arc-theme
@@ -22,13 +22,13 @@
 
 
source=("${pkgname}-${pkgver}.tar.xz::${url}/releases/download/${pkgver}/${_pkgname}-${pkgver}.tar.xz"
 
"${pkgname}-${pkgver}.tar.xz.sig::${url}/releases/download/${pkgver}/${_pkgname}-${pkgver}.tar.xz.asc")
-sha512sums=('33a0e73e9951fcfe74f80af5e1449df23a5564d11a26b930cbc17b0f74887aedf2634579da1e0484e22465422f62559c801dbcd35221fbb7b7fc783671103aa4'
+sha512sums=('16655b822548820945c5fd3c0bb809d1e55db887c3b5c5309f4acd82c4dd7dd8255d246d86025231c73a303e647bb61c7f9cdc63a04f813cfb79fadf27dec204'
 'SKIP')
 validpgpkeys=('31743CDF250EF641E57503E5FAEDBC4FB5AA3B17')
 
 # Latest stable Arch package versions
 _cinnamonver=5.2
-_gnomeshellver=41
+_gnomeshellver=42
 
 prepare() {
 cd ${_pkgname}-${pkgver}



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

2022-04-05 Thread George Rawlinson via arch-commits
Date: Wednesday, April 6, 2022 @ 03:04:54
  Author: grawlinson
Revision: 1181569

archrelease: copy trunk to community-x86_64

Added:
  buildkit/repos/community-x86_64/PKGBUILD
(from rev 1181568, buildkit/trunk/PKGBUILD)
Deleted:
  buildkit/repos/community-x86_64/PKGBUILD

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

Deleted: PKGBUILD
===
--- PKGBUILD2022-04-06 03:00:25 UTC (rev 1181568)
+++ PKGBUILD2022-04-06 03:04:54 UTC (rev 1181569)
@@ -1,62 +0,0 @@
-# Maintainer: George Rawlinson 
-# Contributor: Kenneth Endfinger 
-
-pkgname=buildkit
-pkgver=0.10.0
-pkgrel=1
-pkgdesc='A toolkit for converting source code to build artifacts in a 
repeatable manner'
-arch=('x86_64')
-url="https://github.com/moby/buildkit;
-license=('Apache')
-depends=('runc' 'containerd')
-makedepends=('git' 'go')
-options=('!lto')
-_commit='068cf686a7e5c3254244d0acc54636f4f393611e'
-source=("$pkgname::git+$url.git#commit=$_commit")
-b2sums=('SKIP')
-
-pkgver() {
-  cd "$pkgname"
-
-  # ignore docker tags
-  git describe --tags --exclude 'dockerfile*' | sed 's/^v//'
-}
-
-prepare() {
-  cd "$pkgname"
-
-  # create directory for build output
-  mkdir build
-
-  # download dependencies
-  go mod download
-}
-
-build() {
-  cd "$pkgname"
-
-  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}" \
--o build \
-./cmd/...
-}
-
-package() {
-  cd "$pkgname"
-
-  # binaries
-  install -vDm755 -t "$pkgdir/usr/bin" build/*
-
-  # documentation
-  install -vDm644 -t "$pkgdir/usr/share/doc/$pkgname" README.md
-  cp -vrt "$pkgdir/usr/share/doc/$pkgname" examples/systemd docs
-  
-}

Copied: buildkit/repos/community-x86_64/PKGBUILD (from rev 1181568, 
buildkit/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2022-04-06 03:04:54 UTC (rev 1181569)
@@ -0,0 +1,73 @@
+# Maintainer: George Rawlinson 
+# Contributor: Kenneth Endfinger 
+
+pkgname=buildkit
+pkgver=0.10.0
+pkgrel=2
+pkgdesc='A toolkit for converting source code to build artifacts in a 
repeatable manner'
+arch=('x86_64')
+url="https://github.com/moby/buildkit;
+license=('Apache')
+depends=('runc' 'containerd')
+makedepends=('git' 'go')
+options=('!lto')
+_commit='068cf686a7e5c3254244d0acc54636f4f393611e'
+source=("$pkgname::git+$url.git#commit=$_commit")
+b2sums=('SKIP')
+
+pkgver() {
+  cd "$pkgname"
+
+  # ignore docker tags
+  git describe --tags --exclude 'dockerfile*' | sed 's/^v//'
+}
+
+prepare() {
+  cd "$pkgname"
+
+  # fix paths in systemd unit files
+  sed -i 's:/usr/local:/usr:' \
+examples/systemd/{system,user}/*.service
+
+  # create directory for build output
+  mkdir build
+
+  # download dependencies
+  go mod download
+}
+
+build() {
+  cd "$pkgname"
+
+  export CGO_CPPFLAGS="${CPPFLAGS}"
+  export CGO_CFLAGS="${CFLAGS}"
+  export CGO_CXXFLAGS="${CXXFLAGS}"
+
+  local package='github.com/moby/buildkit'
+
+  go build -v \
+-trimpath \
+-buildmode=pie \
+-mod=readonly \
+-modcacherw \
+-ldflags "-linkmode external -extldflags ${LDFLAGS} \
+-X ${package}/version.Version=$pkgver \
+-X ${package}/version.Revision=$_commit" \
+-o build \
+./cmd/...
+}
+
+package() {
+  cd "$pkgname"
+
+  # binaries
+  install -vDm755 -t "$pkgdir/usr/bin" build/*
+
+  # documentation
+  install -vDm644 -t "$pkgdir/usr/share/doc/$pkgname" README.md
+  cp -vrt "$pkgdir/usr/share/doc/$pkgname" docs
+
+  # systemd integration
+  install -vDm644 -t "$pkgdir/usr/lib/systemd/system" examples/systemd/system/*
+  install -vDm644 -t "$pkgdir/usr/lib/systemd/user" examples/systemd/user/*
+}



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

2022-04-05 Thread George Rawlinson via arch-commits
Date: Wednesday, April 6, 2022 @ 03:00:25
  Author: grawlinson
Revision: 1181568

upgpkg: buildkit 0.10.0-2

How did svn miss this? *kicks svn*

Modified:
  buildkit/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2022-04-06 02:56:17 UTC (rev 1181567)
+++ PKGBUILD2022-04-06 03:00:25 UTC (rev 1181568)
@@ -25,6 +25,10 @@
 prepare() {
   cd "$pkgname"
 
+  # fix paths in systemd unit files
+  sed -i 's:/usr/local:/usr:' \
+examples/systemd/{system,user}/*.service
+
   # create directory for build output
   mkdir build
 



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

2022-04-05 Thread George Rawlinson via arch-commits
Date: Wednesday, April 6, 2022 @ 02:56:17
  Author: grawlinson
Revision: 1181567

upgpkg: buildkit 0.10.0-2; FS#74344

* Move systemd files from doc/ to proper paths.
* Ensure binaries have correct version information.

Modified:
  buildkit/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2022-04-06 00:01:33 UTC (rev 1181566)
+++ PKGBUILD2022-04-06 02:56:17 UTC (rev 1181567)
@@ -3,7 +3,7 @@
 
 pkgname=buildkit
 pkgver=0.10.0
-pkgrel=1
+pkgrel=2
 pkgdesc='A toolkit for converting source code to build artifacts in a 
repeatable manner'
 arch=('x86_64')
 url="https://github.com/moby/buildkit;
@@ -39,12 +39,16 @@
   export CGO_CFLAGS="${CFLAGS}"
   export CGO_CXXFLAGS="${CXXFLAGS}"
 
+  local package='github.com/moby/buildkit'
+
   go build -v \
 -trimpath \
 -buildmode=pie \
 -mod=readonly \
 -modcacherw \
--ldflags "-linkmode external -extldflags ${LDFLAGS}" \
+-ldflags "-linkmode external -extldflags ${LDFLAGS} \
+-X ${package}/version.Version=$pkgver \
+-X ${package}/version.Revision=$_commit" \
 -o build \
 ./cmd/...
 }
@@ -57,6 +61,9 @@
 
   # documentation
   install -vDm644 -t "$pkgdir/usr/share/doc/$pkgname" README.md
-  cp -vrt "$pkgdir/usr/share/doc/$pkgname" examples/systemd docs
-  
+  cp -vrt "$pkgdir/usr/share/doc/$pkgname" docs
+
+  # systemd integration
+  install -vDm644 -t "$pkgdir/usr/lib/systemd/system" examples/systemd/system/*
+  install -vDm644 -t "$pkgdir/usr/lib/systemd/user" examples/systemd/user/*
 }



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

2022-04-05 Thread George Rawlinson via arch-commits
Date: Wednesday, April 6, 2022 @ 00:01:33
  Author: grawlinson
Revision: 1181566

archrelease: copy trunk to community-any

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

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

Deleted: PKGBUILD
===
--- PKGBUILD2022-04-06 00:00:44 UTC (rev 1181565)
+++ PKGBUILD2022-04-06 00:01:33 UTC (rev 1181566)
@@ -1,62 +0,0 @@
-# Maintainer: George Rawlinson 
-# Contributor: Felix Yan 
-# Contributor: Gordian Edenhofer 
-
-pkgname=python-acme
-pkgver=1.25.0
-pkgrel=2
-pkgdesc="ACME protocol implementation in Python"
-arch=('any')
-license=('Apache')
-url="https://github.com/certbot/certbot;
-depends=(
-  'python-cryptography'
-  'python-josepy'
-  'python-pyopenssl'
-  'python-pyrfc3339'
-  'python-pytz'
-  'python-requests'
-  'python-requests-toolbelt'
-)
-makedepends=(
-  'python-setuptools'
-  'python-sphinx'
-  'python-sphinx_rtd_theme'
-)
-checkdepends=('python-pytest')
-source=("$pkgname-$pkgver.tar.gz::https://pypi.io/packages/source/a/acme/acme-$pkgver.tar.gz;)
-sha512sums=('a7508fb9a71578509925fa5d0ce9994910e9dfbd92c07f25409bc6463bb23693a925a8cb946330c3c187da85dc083c0775193baa1c5ff1327ed8e1541507d877')
-b2sums=('4c7245b41f303d781974e047be916c152ef794796e22075ccaef5622fabce091fc7821f706978b38d315b57a2361dac477009a5e4c54e6bc8a034de681f5266a')
-
-prepare() {
-  cd "acme-$pkgver"
-
-  # nuke setuptools from orbit ^W install_requires
-  sed \
--e '/setuptools>=/d' \
--i setup.py
-}
-
-build() {
-  cd "acme-$pkgver"
-
-  python setup.py build
-
-  # create man page
-  make -C docs man
-}
-
-check() {
-  cd "acme-$pkgver"
-
-  python -m pytest
-}
-
-package() {
-  cd "acme-$pkgver"
-
-  python setup.py install --root="$pkgdir" --optimize=1
-
-  # man pages
-  install -vDm644 -t "$pkgdir/usr/share/man/man1" docs/_build/man/*.1
-}

Copied: python-acme/repos/community-any/PKGBUILD (from rev 1181565, 
python-acme/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2022-04-06 00:01:33 UTC (rev 1181566)
@@ -0,0 +1,62 @@
+# Maintainer: George Rawlinson 
+# Contributor: Felix Yan 
+# Contributor: Gordian Edenhofer 
+
+pkgname=python-acme
+pkgver=1.26.0
+pkgrel=1
+pkgdesc="ACME protocol implementation in Python"
+arch=('any')
+license=('Apache')
+url="https://github.com/certbot/certbot;
+depends=(
+  'python-cryptography'
+  'python-josepy'
+  'python-pyopenssl'
+  'python-pyrfc3339'
+  'python-pytz'
+  'python-requests'
+  'python-requests-toolbelt'
+)
+makedepends=(
+  'python-setuptools'
+  'python-sphinx'
+  'python-sphinx_rtd_theme'
+)
+checkdepends=('python-pytest')
+source=("$pkgname-$pkgver.tar.gz::https://pypi.io/packages/source/a/acme/acme-$pkgver.tar.gz;)
+sha512sums=('f8c7023ab55c43e2f0a283f48916f1cfb417623791ff3269af51e790627c3ba756787648bd7f0f8645bb5d859489caee09858ec1906b8343446a2780be8e7d7e')
+b2sums=('29c40b19fcc105c6acafe1509b3be68a3383470f187eaecfc2b2f0cdcdfcf8d0d2112415f4871825dab847cc6a2729dbe335377495b5976711d50bd0996d84d7')
+
+prepare() {
+  cd "acme-$pkgver"
+
+  # nuke setuptools from orbit ^W install_requires
+  sed \
+-e '/setuptools>=/d' \
+-i setup.py
+}
+
+build() {
+  cd "acme-$pkgver"
+
+  python setup.py build
+
+  # create man page
+  make -C docs man
+}
+
+check() {
+  cd "acme-$pkgver"
+
+  python -m pytest
+}
+
+package() {
+  cd "acme-$pkgver"
+
+  python setup.py install --root="$pkgdir" --optimize=1
+
+  # man pages
+  install -vDm644 -t "$pkgdir/usr/share/man/man1" docs/_build/man/*.1
+}



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

2022-04-05 Thread George Rawlinson via arch-commits
Date: Wednesday, April 6, 2022 @ 00:00:44
  Author: grawlinson
Revision: 1181565

upgpkg: python-acme 1.26.0-1

Modified:
  python-acme/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2022-04-05 23:49:03 UTC (rev 1181564)
+++ PKGBUILD2022-04-06 00:00:44 UTC (rev 1181565)
@@ -3,8 +3,8 @@
 # Contributor: Gordian Edenhofer 
 
 pkgname=python-acme
-pkgver=1.25.0
-pkgrel=2
+pkgver=1.26.0
+pkgrel=1
 pkgdesc="ACME protocol implementation in Python"
 arch=('any')
 license=('Apache')
@@ -25,8 +25,8 @@
 )
 checkdepends=('python-pytest')
 
source=("$pkgname-$pkgver.tar.gz::https://pypi.io/packages/source/a/acme/acme-$pkgver.tar.gz;)
-sha512sums=('a7508fb9a71578509925fa5d0ce9994910e9dfbd92c07f25409bc6463bb23693a925a8cb946330c3c187da85dc083c0775193baa1c5ff1327ed8e1541507d877')
-b2sums=('4c7245b41f303d781974e047be916c152ef794796e22075ccaef5622fabce091fc7821f706978b38d315b57a2361dac477009a5e4c54e6bc8a034de681f5266a')
+sha512sums=('f8c7023ab55c43e2f0a283f48916f1cfb417623791ff3269af51e790627c3ba756787648bd7f0f8645bb5d859489caee09858ec1906b8343446a2780be8e7d7e')
+b2sums=('29c40b19fcc105c6acafe1509b3be68a3383470f187eaecfc2b2f0cdcdfcf8d0d2112415f4871825dab847cc6a2729dbe335377495b5976711d50bd0996d84d7')
 
 prepare() {
   cd "acme-$pkgver"



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

2022-04-05 Thread George Rawlinson via arch-commits
Date: Tuesday, April 5, 2022 @ 23:49:03
  Author: grawlinson
Revision: 1181564

archrelease: copy trunk to community-any

Added:
  certbot-nginx/repos/community-any/PKGBUILD
(from rev 1181563, certbot-nginx/trunk/PKGBUILD)
Deleted:
  certbot-nginx/repos/community-any/PKGBUILD

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

Deleted: PKGBUILD
===
--- PKGBUILD2022-04-05 23:48:30 UTC (rev 1181563)
+++ PKGBUILD2022-04-05 23:49:03 UTC (rev 1181564)
@@ -1,60 +0,0 @@
-# Maintainer: George Rawlinson 
-# Contributor: Felix Yan 
-# Contributor: Gordian Edenhofer 
-
-pkgname=certbot-nginx
-pkgver=1.25.0
-pkgrel=2
-pkgdesc="Nginx plugin for Certbot"
-arch=('any')
-license=('Apache')
-url="https://pypi.python.org/pypi/$pkgname;
-depends=(
-  'certbot'
-  'python-acme'
-  'python-pyopenssl'
-  'python-pyparsing'
-  'python-setuptools'
-)
-makedepends=(
-  'python-build'
-  'python-wheel'
-  'python-installer'
-)
-checkdepends=('python-pytest')
-source=("https://files.pythonhosted.org/packages/source/${pkgname::1}/$pkgname/$pkgname-$pkgver.tar.gz"{,.asc})
-validpgpkeys=('148C30F6F7E429337A72D992B00B9CC82D7ADF2C'
-  '1B41B758F9A78C7F444C20FA3E5B4152E3ADB1FD'
-  'A2CFB51FA275A7286234E7B24D17C995CD9775F2'
-  '86379B4F0AF371B50CD9E5FF3402831161D1D280')
-sha512sums=('c095864060e1cd7799dc4a81c8cef7b978553f8ed6be4ef48affead294f6f28dc2cb15ec7bcba1f1b90b5fc50fe8a24463d7eb68e16c12e4579ddcea812594e4'
-'SKIP')
-b2sums=('fb670fbfebea795987885c966141202c97e633df7d3b36be581153feed3ece2d6a28b6510aa1fba016e88591fb25b3209c95c885b46a2b5dc016fa6d8c303ea8'
-'SKIP')
-
-prepare() {
-  cd "$pkgname-$pkgver"
-
-  # nuke setuptools from orbit ^W install_requires
-  sed \
--e '/setuptools>=/d' \
--i setup.py
-}
-
-build() {
-  cd "$pkgname-$pkgver"
-
-  python -m build --wheel --no-isolation
-}
-
-check() {
-  cd "$pkgname-$pkgver"
-
-  python -m pytest
-}
-
-package() {
-  cd "$pkgname-$pkgver"
-
-  python -m installer --destdir="$pkgdir" dist/*.whl
-}

Copied: certbot-nginx/repos/community-any/PKGBUILD (from rev 1181563, 
certbot-nginx/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2022-04-05 23:49:03 UTC (rev 1181564)
@@ -0,0 +1,61 @@
+# Maintainer: George Rawlinson 
+# Contributor: Felix Yan 
+# Contributor: Gordian Edenhofer 
+
+pkgname=certbot-nginx
+pkgver=1.26.0
+pkgrel=1
+pkgdesc="Nginx plugin for Certbot"
+arch=('any')
+license=('Apache')
+url="https://pypi.python.org/pypi/$pkgname;
+depends=(
+  'certbot'
+  'python-acme'
+  'python-pyopenssl'
+  'python-pyparsing'
+  'python-setuptools'
+)
+makedepends=(
+  'python-build'
+  'python-wheel'
+  'python-installer'
+)
+checkdepends=('python-pytest')
+source=("https://files.pythonhosted.org/packages/source/${pkgname::1}/$pkgname/$pkgname-$pkgver.tar.gz"{,.asc})
+validpgpkeys=('148C30F6F7E429337A72D992B00B9CC82D7ADF2C'
+  '1B41B758F9A78C7F444C20FA3E5B4152E3ADB1FD'
+  'A2CFB51FA275A7286234E7B24D17C995CD9775F2'
+  '86379B4F0AF371B50CD9E5FF3402831161D1D280'
+  '20F201346BF8F3F455A73F9A780CC99432A28621')
+sha512sums=('19997948d19d3c5cfb354b5476adcd77a8ad9cc9d7e75687f44619b15ea17fd74486a31ab8dccfb267da14c0d9b3d185e06b33e822bbb8b1f3f3bdf2cce22e21'
+'SKIP')
+b2sums=('39a98b7bc626d709dadc4d8b93d2d8da55a3306e7f12143bc9ba52fec46fb07b1abb7fcc367660eaf712ce549caf490d26b444578a46153320c557cc21c42f3e'
+'SKIP')
+
+prepare() {
+  cd "$pkgname-$pkgver"
+
+  # nuke setuptools from orbit ^W install_requires
+  sed \
+-e '/setuptools>=/d' \
+-i setup.py
+}
+
+build() {
+  cd "$pkgname-$pkgver"
+
+  python -m build --wheel --no-isolation
+}
+
+check() {
+  cd "$pkgname-$pkgver"
+
+  python -m pytest
+}
+
+package() {
+  cd "$pkgname-$pkgver"
+
+  python -m installer --destdir="$pkgdir" dist/*.whl
+}



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

2022-04-05 Thread George Rawlinson via arch-commits
Date: Tuesday, April 5, 2022 @ 23:48:30
  Author: grawlinson
Revision: 1181563

upgpkg: certbot-nginx 1.26.0-1

Modified:
  certbot-nginx/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2022-04-05 23:48:19 UTC (rev 1181562)
+++ PKGBUILD2022-04-05 23:48:30 UTC (rev 1181563)
@@ -3,8 +3,8 @@
 # Contributor: Gordian Edenhofer 
 
 pkgname=certbot-nginx
-pkgver=1.25.0
-pkgrel=2
+pkgver=1.26.0
+pkgrel=1
 pkgdesc="Nginx plugin for Certbot"
 arch=('any')
 license=('Apache')
@@ -26,10 +26,11 @@
 validpgpkeys=('148C30F6F7E429337A72D992B00B9CC82D7ADF2C'
   '1B41B758F9A78C7F444C20FA3E5B4152E3ADB1FD'
   'A2CFB51FA275A7286234E7B24D17C995CD9775F2'
-  '86379B4F0AF371B50CD9E5FF3402831161D1D280')
-sha512sums=('c095864060e1cd7799dc4a81c8cef7b978553f8ed6be4ef48affead294f6f28dc2cb15ec7bcba1f1b90b5fc50fe8a24463d7eb68e16c12e4579ddcea812594e4'
+  '86379B4F0AF371B50CD9E5FF3402831161D1D280'
+  '20F201346BF8F3F455A73F9A780CC99432A28621')
+sha512sums=('19997948d19d3c5cfb354b5476adcd77a8ad9cc9d7e75687f44619b15ea17fd74486a31ab8dccfb267da14c0d9b3d185e06b33e822bbb8b1f3f3bdf2cce22e21'
 'SKIP')
-b2sums=('fb670fbfebea795987885c966141202c97e633df7d3b36be581153feed3ece2d6a28b6510aa1fba016e88591fb25b3209c95c885b46a2b5dc016fa6d8c303ea8'
+b2sums=('39a98b7bc626d709dadc4d8b93d2d8da55a3306e7f12143bc9ba52fec46fb07b1abb7fcc367660eaf712ce549caf490d26b444578a46153320c557cc21c42f3e'
 'SKIP')
 
 prepare() {



[arch-commits] Commit in certbot-dns-sakuracloud/repos/community-any (2 files)

2022-04-05 Thread George Rawlinson via arch-commits
Date: Tuesday, April 5, 2022 @ 23:48:19
  Author: grawlinson
Revision: 1181562

archrelease: copy trunk to community-any

Added:
  certbot-dns-sakuracloud/repos/community-any/PKGBUILD
(from rev 1181561, certbot-dns-sakuracloud/trunk/PKGBUILD)
Deleted:
  certbot-dns-sakuracloud/repos/community-any/PKGBUILD

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

Deleted: PKGBUILD
===
--- PKGBUILD2022-04-05 23:47:47 UTC (rev 1181561)
+++ PKGBUILD2022-04-05 23:48:19 UTC (rev 1181562)
@@ -1,57 +0,0 @@
-# Maintainer: George Rawlinson 
-# Contributor: Felix Yan 
-
-pkgname=certbot-dns-sakuracloud
-pkgver=1.25.0
-pkgrel=1
-pkgdesc="Sakura Cloud DNS Authenticator plugin for Certbot"
-arch=('any')
-license=('Apache')
-url="https://pypi.python.org/pypi/$pkgname;
-depends=(
-  'certbot'
-  'python-acme'
-  'dns-lexicon'
-)
-makedepends=(
-  'python-build'
-  'python-wheel'
-  'python-installer'
-)
-checkdepends=('python-pytest')
-source=("https://files.pythonhosted.org/packages/source/${pkgname::1}/$pkgname/$pkgname-$pkgver.tar.gz"{,.asc})
-validpgpkeys=('148C30F6F7E429337A72D992B00B9CC82D7ADF2C'
-  '1B41B758F9A78C7F444C20FA3E5B4152E3ADB1FD'
-  'A2CFB51FA275A7286234E7B24D17C995CD9775F2'
-  '86379B4F0AF371B50CD9E5FF3402831161D1D280')
-sha512sums=('9e26c935dbc1ead4ee4cb5296cd4b6c96669c7ee3cd183997809e1178aaa80e8492fa1ac85bea118f4b750e4f2eb7ac3aba0fb84edd73071a388b6920c741bd9'
-'SKIP')
-b2sums=('fdf6e33418149c2d07fc66354f1fdf6a5513137cb500cefced513f1289eee9fcce88b5e89187a6f0cd09e094ec564e4f815489d2d4ed53ec7bdb12c161eec426'
-'SKIP')
-
-prepare() {
-  cd "$pkgname-$pkgver"
-
-  # nuke setuptools from orbit ^W install_requires
-  sed \
--e '/setuptools>=/d' \
--i setup.py
-}
-
-build() {
-  cd "$pkgname-$pkgver"
-
-  python -m build --wheel --no-isolation
-}
-
-check() {
-  cd "$pkgname-$pkgver"
-
-  python -m pytest
-}
-
-package() {
-  cd "$pkgname-$pkgver"
-
-  python -m installer --destdir="$pkgdir" dist/*.whl
-}

Copied: certbot-dns-sakuracloud/repos/community-any/PKGBUILD (from rev 1181561, 
certbot-dns-sakuracloud/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2022-04-05 23:48:19 UTC (rev 1181562)
@@ -0,0 +1,58 @@
+# Maintainer: George Rawlinson 
+# Contributor: Felix Yan 
+
+pkgname=certbot-dns-sakuracloud
+pkgver=1.26.0
+pkgrel=1
+pkgdesc="Sakura Cloud DNS Authenticator plugin for Certbot"
+arch=('any')
+license=('Apache')
+url="https://pypi.python.org/pypi/$pkgname;
+depends=(
+  'certbot'
+  'python-acme'
+  'dns-lexicon'
+)
+makedepends=(
+  'python-build'
+  'python-wheel'
+  'python-installer'
+)
+checkdepends=('python-pytest')
+source=("https://files.pythonhosted.org/packages/source/${pkgname::1}/$pkgname/$pkgname-$pkgver.tar.gz"{,.asc})
+validpgpkeys=('148C30F6F7E429337A72D992B00B9CC82D7ADF2C'
+  '1B41B758F9A78C7F444C20FA3E5B4152E3ADB1FD'
+  'A2CFB51FA275A7286234E7B24D17C995CD9775F2'
+  '86379B4F0AF371B50CD9E5FF3402831161D1D280'
+  '20F201346BF8F3F455A73F9A780CC99432A28621')
+sha512sums=('dfdde5af47575fb384e909647addcc64c09e4bd60f85dea8f220ffa65db2ef9bdcf40a2845ba16fd215cf774ca93dfeea125d794c34ce7d185db9461cd2c44d0'
+'SKIP')
+b2sums=('d71287f4296978e975f4012164c280d640ad996f737696a2500b04c07122c7356dd4479017d4ce4f264ff7407d8b6b19b7593e87869f5fa79e9cbea51c36c023'
+'SKIP')
+
+prepare() {
+  cd "$pkgname-$pkgver"
+
+  # nuke setuptools from orbit ^W install_requires
+  sed \
+-e '/setuptools>=/d' \
+-i setup.py
+}
+
+build() {
+  cd "$pkgname-$pkgver"
+
+  python -m build --wheel --no-isolation
+}
+
+check() {
+  cd "$pkgname-$pkgver"
+
+  python -m pytest
+}
+
+package() {
+  cd "$pkgname-$pkgver"
+
+  python -m installer --destdir="$pkgdir" dist/*.whl
+}



[arch-commits] Commit in certbot-dns-sakuracloud/trunk (PKGBUILD)

2022-04-05 Thread George Rawlinson via arch-commits
Date: Tuesday, April 5, 2022 @ 23:47:47
  Author: grawlinson
Revision: 1181561

upgpkg: certbot-dns-sakuracloud 1.26.0-1

Modified:
  certbot-dns-sakuracloud/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2022-04-05 23:47:34 UTC (rev 1181560)
+++ PKGBUILD2022-04-05 23:47:47 UTC (rev 1181561)
@@ -2,7 +2,7 @@
 # Contributor: Felix Yan 
 
 pkgname=certbot-dns-sakuracloud
-pkgver=1.25.0
+pkgver=1.26.0
 pkgrel=1
 pkgdesc="Sakura Cloud DNS Authenticator plugin for Certbot"
 arch=('any')
@@ -23,10 +23,11 @@
 validpgpkeys=('148C30F6F7E429337A72D992B00B9CC82D7ADF2C'
   '1B41B758F9A78C7F444C20FA3E5B4152E3ADB1FD'
   'A2CFB51FA275A7286234E7B24D17C995CD9775F2'
-  '86379B4F0AF371B50CD9E5FF3402831161D1D280')
-sha512sums=('9e26c935dbc1ead4ee4cb5296cd4b6c96669c7ee3cd183997809e1178aaa80e8492fa1ac85bea118f4b750e4f2eb7ac3aba0fb84edd73071a388b6920c741bd9'
+  '86379B4F0AF371B50CD9E5FF3402831161D1D280'
+  '20F201346BF8F3F455A73F9A780CC99432A28621')
+sha512sums=('dfdde5af47575fb384e909647addcc64c09e4bd60f85dea8f220ffa65db2ef9bdcf40a2845ba16fd215cf774ca93dfeea125d794c34ce7d185db9461cd2c44d0'
 'SKIP')
-b2sums=('fdf6e33418149c2d07fc66354f1fdf6a5513137cb500cefced513f1289eee9fcce88b5e89187a6f0cd09e094ec564e4f815489d2d4ed53ec7bdb12c161eec426'
+b2sums=('d71287f4296978e975f4012164c280d640ad996f737696a2500b04c07122c7356dd4479017d4ce4f264ff7407d8b6b19b7593e87869f5fa79e9cbea51c36c023'
 'SKIP')
 
 prepare() {



[arch-commits] Commit in certbot-dns-route53/repos/community-any (PKGBUILD PKGBUILD)

2022-04-05 Thread George Rawlinson via arch-commits
Date: Tuesday, April 5, 2022 @ 23:47:34
  Author: grawlinson
Revision: 1181560

archrelease: copy trunk to community-any

Added:
  certbot-dns-route53/repos/community-any/PKGBUILD
(from rev 1181559, certbot-dns-route53/trunk/PKGBUILD)
Deleted:
  certbot-dns-route53/repos/community-any/PKGBUILD

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

Deleted: PKGBUILD
===
--- PKGBUILD2022-04-05 23:47:01 UTC (rev 1181559)
+++ PKGBUILD2022-04-05 23:47:34 UTC (rev 1181560)
@@ -1,57 +0,0 @@
-# Maintainer: George Rawlinson 
-# Contributor: Felix Yan 
-
-pkgname=certbot-dns-route53
-pkgver=1.25.0
-pkgrel=1
-pkgdesc="Route53 DNS Authenticator plugin for Certbot"
-arch=('any')
-license=('Apache')
-url="https://pypi.python.org/pypi/$pkgname;
-depends=(
-  'certbot'
-  'python-acme'
-  'python-boto3'
-)
-makedepends=(
-  'python-build'
-  'python-wheel'
-  'python-installer'
-)
-checkdepends=('python-pytest')
-source=("https://files.pythonhosted.org/packages/source/${pkgname::1}/$pkgname/$pkgname-$pkgver.tar.gz"{,.asc})
-validpgpkeys=('148C30F6F7E429337A72D992B00B9CC82D7ADF2C'
-  '1B41B758F9A78C7F444C20FA3E5B4152E3ADB1FD'
-  'A2CFB51FA275A7286234E7B24D17C995CD9775F2'
-  '86379B4F0AF371B50CD9E5FF3402831161D1D280')
-sha512sums=('8c420b74e4406adfb022df4d72f01427143b951f9875487104d8bbab6f4bccc8f5d0cd2d1a18b742c73aa112485bf8c59b9b794dd6d826a0f6cee77c419dbf6e'
-'SKIP')
-b2sums=('3dcd7f35b9a770a6ee107ab5d397ee75d8e49e225f8b9cf9ac129257a5d69cbd68213f3c496068d1dc894459c0f960cf0ece83eb895f511381fb79f5ba75ef95'
-'SKIP')
-
-prepare() {
-  cd "$pkgname-$pkgver"
-
-  # nuke setuptools from orbit ^W install_requires
-  sed \
--e '/setuptools>=/d' \
--i setup.py
-}
-
-build() {
-  cd "$pkgname-$pkgver"
-
-  python -m build --wheel --no-isolation
-}
-
-check() {
-  cd "$pkgname-$pkgver"
-
-  python -m pytest
-}
-
-package() {
-  cd "$pkgname-$pkgver"
-
-  python -m installer --destdir="$pkgdir" dist/*.whl
-}

Copied: certbot-dns-route53/repos/community-any/PKGBUILD (from rev 1181559, 
certbot-dns-route53/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2022-04-05 23:47:34 UTC (rev 1181560)
@@ -0,0 +1,58 @@
+# Maintainer: George Rawlinson 
+# Contributor: Felix Yan 
+
+pkgname=certbot-dns-route53
+pkgver=1.26.0
+pkgrel=1
+pkgdesc="Route53 DNS Authenticator plugin for Certbot"
+arch=('any')
+license=('Apache')
+url="https://pypi.python.org/pypi/$pkgname;
+depends=(
+  'certbot'
+  'python-acme'
+  'python-boto3'
+)
+makedepends=(
+  'python-build'
+  'python-wheel'
+  'python-installer'
+)
+checkdepends=('python-pytest')
+source=("https://files.pythonhosted.org/packages/source/${pkgname::1}/$pkgname/$pkgname-$pkgver.tar.gz"{,.asc})
+validpgpkeys=('148C30F6F7E429337A72D992B00B9CC82D7ADF2C'
+  '1B41B758F9A78C7F444C20FA3E5B4152E3ADB1FD'
+  'A2CFB51FA275A7286234E7B24D17C995CD9775F2'
+  '86379B4F0AF371B50CD9E5FF3402831161D1D280'
+  '20F201346BF8F3F455A73F9A780CC99432A28621')
+sha512sums=('745b73be140cab68b01320a168a2ec69c08e223ecdff2121e15e39058cb2f70e4ac28f802d9c188b93bfe937c8552239e156f154051b3cabf4e2d2b8087d58db'
+'SKIP')
+b2sums=('bf34a80b8f48b7e4088306e39978ddad909f193a1e84964f871ea269c67c8d0ad0c640d15e8ce4d86ee19af0802b2f43ae1c725dac4dbb646ec336372f3e2177'
+'SKIP')
+
+prepare() {
+  cd "$pkgname-$pkgver"
+
+  # nuke setuptools from orbit ^W install_requires
+  sed \
+-e '/setuptools>=/d' \
+-i setup.py
+}
+
+build() {
+  cd "$pkgname-$pkgver"
+
+  python -m build --wheel --no-isolation
+}
+
+check() {
+  cd "$pkgname-$pkgver"
+
+  python -m pytest
+}
+
+package() {
+  cd "$pkgname-$pkgver"
+
+  python -m installer --destdir="$pkgdir" dist/*.whl
+}



[arch-commits] Commit in certbot-dns-route53/trunk (PKGBUILD)

2022-04-05 Thread George Rawlinson via arch-commits
Date: Tuesday, April 5, 2022 @ 23:47:01
  Author: grawlinson
Revision: 1181559

upgpkg: certbot-dns-route53 1.26.0-1

Modified:
  certbot-dns-route53/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2022-04-05 23:46:48 UTC (rev 1181558)
+++ PKGBUILD2022-04-05 23:47:01 UTC (rev 1181559)
@@ -2,7 +2,7 @@
 # Contributor: Felix Yan 
 
 pkgname=certbot-dns-route53
-pkgver=1.25.0
+pkgver=1.26.0
 pkgrel=1
 pkgdesc="Route53 DNS Authenticator plugin for Certbot"
 arch=('any')
@@ -23,10 +23,11 @@
 validpgpkeys=('148C30F6F7E429337A72D992B00B9CC82D7ADF2C'
   '1B41B758F9A78C7F444C20FA3E5B4152E3ADB1FD'
   'A2CFB51FA275A7286234E7B24D17C995CD9775F2'
-  '86379B4F0AF371B50CD9E5FF3402831161D1D280')
-sha512sums=('8c420b74e4406adfb022df4d72f01427143b951f9875487104d8bbab6f4bccc8f5d0cd2d1a18b742c73aa112485bf8c59b9b794dd6d826a0f6cee77c419dbf6e'
+  '86379B4F0AF371B50CD9E5FF3402831161D1D280'
+  '20F201346BF8F3F455A73F9A780CC99432A28621')
+sha512sums=('745b73be140cab68b01320a168a2ec69c08e223ecdff2121e15e39058cb2f70e4ac28f802d9c188b93bfe937c8552239e156f154051b3cabf4e2d2b8087d58db'
 'SKIP')
-b2sums=('3dcd7f35b9a770a6ee107ab5d397ee75d8e49e225f8b9cf9ac129257a5d69cbd68213f3c496068d1dc894459c0f960cf0ece83eb895f511381fb79f5ba75ef95'
+b2sums=('bf34a80b8f48b7e4088306e39978ddad909f193a1e84964f871ea269c67c8d0ad0c640d15e8ce4d86ee19af0802b2f43ae1c725dac4dbb646ec336372f3e2177'
 'SKIP')
 
 prepare() {



[arch-commits] Commit in certbot-dns-rfc2136/repos/community-any (PKGBUILD PKGBUILD)

2022-04-05 Thread George Rawlinson via arch-commits
Date: Tuesday, April 5, 2022 @ 23:46:48
  Author: grawlinson
Revision: 1181558

archrelease: copy trunk to community-any

Added:
  certbot-dns-rfc2136/repos/community-any/PKGBUILD
(from rev 1181557, certbot-dns-rfc2136/trunk/PKGBUILD)
Deleted:
  certbot-dns-rfc2136/repos/community-any/PKGBUILD

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

Deleted: PKGBUILD
===
--- PKGBUILD2022-04-05 23:46:16 UTC (rev 1181557)
+++ PKGBUILD2022-04-05 23:46:48 UTC (rev 1181558)
@@ -1,57 +0,0 @@
-# Maintainer: George Rawlinson 
-# Contributor: Felix Yan 
-
-pkgname=certbot-dns-rfc2136
-pkgver=1.25.0
-pkgrel=1
-pkgdesc="RFC2136 DNS Authenticator plugin for Certbot"
-arch=('any')
-license=('Apache')
-url="https://pypi.python.org/pypi/$pkgname;
-depends=(
-  'certbot'
-  'python-acme'
-  'python-dnspython'
-)
-makedepends=(
-  'python-build'
-  'python-wheel'
-  'python-installer'
-)
-checkdepends=('python-pytest')
-source=("https://files.pythonhosted.org/packages/source/${pkgname::1}/$pkgname/$pkgname-$pkgver.tar.gz"{,.asc})
-validpgpkeys=('148C30F6F7E429337A72D992B00B9CC82D7ADF2C'
-  '1B41B758F9A78C7F444C20FA3E5B4152E3ADB1FD'
-  'A2CFB51FA275A7286234E7B24D17C995CD9775F2'
-  '86379B4F0AF371B50CD9E5FF3402831161D1D280')
-sha512sums=('231c5bf88f56b6296e362a0306310b1aaa035eee653519a2f7ffe6ec2ebc238e7d546dd6a2150e634eb2e902c620ca0a49b84016ddb16e61e3c7d0d75dc7b43a'
-'SKIP')
-b2sums=('317c44e77a7364cbbd0c5e3853587b13cc22476d50bc8512b5c8485716f260dcac2cda931128cc1590cf91f90bd0a987e79d811ac9c678f5bac271115919c49c'
-'SKIP')
-
-prepare() {
-  cd "$pkgname-$pkgver"
-
-  # nuke setuptools from orbit ^W install_requires
-  sed \
--e '/setuptools>=/d' \
--i setup.py
-}
-
-build() {
-  cd "$pkgname-$pkgver"
-
-  python -m build --wheel --no-isolation
-}
-
-check() {
-  cd "$pkgname-$pkgver"
-
-  python -m pytest
-}
-
-package() {
-  cd "$pkgname-$pkgver"
-
-  python -m installer --destdir="$pkgdir" dist/*.whl
-}

Copied: certbot-dns-rfc2136/repos/community-any/PKGBUILD (from rev 1181557, 
certbot-dns-rfc2136/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2022-04-05 23:46:48 UTC (rev 1181558)
@@ -0,0 +1,58 @@
+# Maintainer: George Rawlinson 
+# Contributor: Felix Yan 
+
+pkgname=certbot-dns-rfc2136
+pkgver=1.26.0
+pkgrel=1
+pkgdesc="RFC2136 DNS Authenticator plugin for Certbot"
+arch=('any')
+license=('Apache')
+url="https://pypi.python.org/pypi/$pkgname;
+depends=(
+  'certbot'
+  'python-acme'
+  'python-dnspython'
+)
+makedepends=(
+  'python-build'
+  'python-wheel'
+  'python-installer'
+)
+checkdepends=('python-pytest')
+source=("https://files.pythonhosted.org/packages/source/${pkgname::1}/$pkgname/$pkgname-$pkgver.tar.gz"{,.asc})
+validpgpkeys=('148C30F6F7E429337A72D992B00B9CC82D7ADF2C'
+  '1B41B758F9A78C7F444C20FA3E5B4152E3ADB1FD'
+  'A2CFB51FA275A7286234E7B24D17C995CD9775F2'
+  '86379B4F0AF371B50CD9E5FF3402831161D1D280'
+  '20F201346BF8F3F455A73F9A780CC99432A28621')
+sha512sums=('2a3471afb22e0a7a09cda3559354a87d41d0cb9f4c42b877bdd8ecf9e0b467dbbd9f8d0892dfa44f92d6d0e5cf849618e0360d681af622ab9414fab60e09c021'
+'SKIP')
+b2sums=('7707816596eb5f2e0c4495e4376fb12a8f3600f6c595c44dd834199065f9d41bc7191eabdb76e40f2e1ffc01a0e8a15b713a31bc59bcaf0fba1589825e4e12aa'
+'SKIP')
+
+prepare() {
+  cd "$pkgname-$pkgver"
+
+  # nuke setuptools from orbit ^W install_requires
+  sed \
+-e '/setuptools>=/d' \
+-i setup.py
+}
+
+build() {
+  cd "$pkgname-$pkgver"
+
+  python -m build --wheel --no-isolation
+}
+
+check() {
+  cd "$pkgname-$pkgver"
+
+  python -m pytest
+}
+
+package() {
+  cd "$pkgname-$pkgver"
+
+  python -m installer --destdir="$pkgdir" dist/*.whl
+}



[arch-commits] Commit in certbot-dns-rfc2136/trunk (PKGBUILD)

2022-04-05 Thread George Rawlinson via arch-commits
Date: Tuesday, April 5, 2022 @ 23:46:16
  Author: grawlinson
Revision: 1181557

upgpkg: certbot-dns-rfc2136 1.26.0-1

Modified:
  certbot-dns-rfc2136/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2022-04-05 23:46:05 UTC (rev 1181556)
+++ PKGBUILD2022-04-05 23:46:16 UTC (rev 1181557)
@@ -2,7 +2,7 @@
 # Contributor: Felix Yan 
 
 pkgname=certbot-dns-rfc2136
-pkgver=1.25.0
+pkgver=1.26.0
 pkgrel=1
 pkgdesc="RFC2136 DNS Authenticator plugin for Certbot"
 arch=('any')
@@ -23,10 +23,11 @@
 validpgpkeys=('148C30F6F7E429337A72D992B00B9CC82D7ADF2C'
   '1B41B758F9A78C7F444C20FA3E5B4152E3ADB1FD'
   'A2CFB51FA275A7286234E7B24D17C995CD9775F2'
-  '86379B4F0AF371B50CD9E5FF3402831161D1D280')
-sha512sums=('231c5bf88f56b6296e362a0306310b1aaa035eee653519a2f7ffe6ec2ebc238e7d546dd6a2150e634eb2e902c620ca0a49b84016ddb16e61e3c7d0d75dc7b43a'
+  '86379B4F0AF371B50CD9E5FF3402831161D1D280'
+  '20F201346BF8F3F455A73F9A780CC99432A28621')
+sha512sums=('2a3471afb22e0a7a09cda3559354a87d41d0cb9f4c42b877bdd8ecf9e0b467dbbd9f8d0892dfa44f92d6d0e5cf849618e0360d681af622ab9414fab60e09c021'
 'SKIP')
-b2sums=('317c44e77a7364cbbd0c5e3853587b13cc22476d50bc8512b5c8485716f260dcac2cda931128cc1590cf91f90bd0a987e79d811ac9c678f5bac271115919c49c'
+b2sums=('7707816596eb5f2e0c4495e4376fb12a8f3600f6c595c44dd834199065f9d41bc7191eabdb76e40f2e1ffc01a0e8a15b713a31bc59bcaf0fba1589825e4e12aa'
 'SKIP')
 
 prepare() {



[arch-commits] Commit in certbot-dns-ovh/repos/community-any (PKGBUILD PKGBUILD)

2022-04-05 Thread George Rawlinson via arch-commits
Date: Tuesday, April 5, 2022 @ 23:46:05
  Author: grawlinson
Revision: 1181556

archrelease: copy trunk to community-any

Added:
  certbot-dns-ovh/repos/community-any/PKGBUILD
(from rev 1181555, certbot-dns-ovh/trunk/PKGBUILD)
Deleted:
  certbot-dns-ovh/repos/community-any/PKGBUILD

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

Deleted: PKGBUILD
===
--- PKGBUILD2022-04-05 23:45:33 UTC (rev 1181555)
+++ PKGBUILD2022-04-05 23:46:05 UTC (rev 1181556)
@@ -1,57 +0,0 @@
-# Maintainer: George Rawlinson 
-# Contributor: Felix Yan 
-
-pkgname=certbot-dns-ovh
-pkgver=1.25.0
-pkgrel=1
-pkgdesc="OVH DNS Authenticator plugin for Certbot"
-arch=('any')
-license=('Apache')
-url="https://pypi.python.org/pypi/$pkgname;
-depends=(
-  'certbot'
-  'python-acme'
-  'dns-lexicon'
-)
-makedepends=(
-  'python-build'
-  'python-wheel'
-  'python-installer'
-)
-checkdepends=('python-pytest')
-source=("https://files.pythonhosted.org/packages/source/${pkgname::1}/$pkgname/$pkgname-$pkgver.tar.gz"{,.asc})
-validpgpkeys=('148C30F6F7E429337A72D992B00B9CC82D7ADF2C'
-  '1B41B758F9A78C7F444C20FA3E5B4152E3ADB1FD'
-  'A2CFB51FA275A7286234E7B24D17C995CD9775F2'
-  '86379B4F0AF371B50CD9E5FF3402831161D1D280')
-sha512sums=('e1c2e29c7505b4a9f691ca264011db39ba3f3771bbb082ac465a0fd78040fb953dcd291c52a148245f54a24abff72b77209691ff2bb01f134bbb0aaf4a121ef4'
-'SKIP')
-b2sums=('9a0413d830c7e21eb778551acdcd873587d0cdee9bf6b0f80ac414da92938855ad7f579528b63de857c4c6a79a47e9a0af63688555d11205bab8df314ac07852'
-'SKIP')
-
-prepare() {
-  cd "$pkgname-$pkgver"
-
-  # nuke setuptools from orbit ^W install_requires
-  sed \
--e '/setuptools>=/d' \
--i setup.py
-}
-
-build() {
-  cd "$pkgname-$pkgver"
-
-  python -m build --wheel --no-isolation
-}
-
-check() {
-  cd "$pkgname-$pkgver"
-
-  python -m pytest
-}
-
-package() {
-  cd "$pkgname-$pkgver"
-
-  python -m installer --destdir="$pkgdir" dist/*.whl
-}

Copied: certbot-dns-ovh/repos/community-any/PKGBUILD (from rev 1181555, 
certbot-dns-ovh/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2022-04-05 23:46:05 UTC (rev 1181556)
@@ -0,0 +1,58 @@
+# Maintainer: George Rawlinson 
+# Contributor: Felix Yan 
+
+pkgname=certbot-dns-ovh
+pkgver=1.26.0
+pkgrel=1
+pkgdesc="OVH DNS Authenticator plugin for Certbot"
+arch=('any')
+license=('Apache')
+url="https://pypi.python.org/pypi/$pkgname;
+depends=(
+  'certbot'
+  'python-acme'
+  'dns-lexicon'
+)
+makedepends=(
+  'python-build'
+  'python-wheel'
+  'python-installer'
+)
+checkdepends=('python-pytest')
+source=("https://files.pythonhosted.org/packages/source/${pkgname::1}/$pkgname/$pkgname-$pkgver.tar.gz"{,.asc})
+validpgpkeys=('148C30F6F7E429337A72D992B00B9CC82D7ADF2C'
+  '1B41B758F9A78C7F444C20FA3E5B4152E3ADB1FD'
+  'A2CFB51FA275A7286234E7B24D17C995CD9775F2'
+  '86379B4F0AF371B50CD9E5FF3402831161D1D280'
+  '20F201346BF8F3F455A73F9A780CC99432A28621')
+sha512sums=('2fd7498acfc9b72313a7b46b12428b951d4ecefafdd20a553bbee7d2b486eab30be07cb6be281d77a4da8123a5f1afe5afd24e6dc725f43bac381ed0f975e3d3'
+'SKIP')
+b2sums=('735a3fcaba7f74aa6f86eea3f08b8532ae016e8d1579ece988e3458f50a0a3536d9a3bd59e1af6adc6ec60ef745e8fd7bbe5d19a27d3415d711d28b6ce7e405c'
+'SKIP')
+
+prepare() {
+  cd "$pkgname-$pkgver"
+
+  # nuke setuptools from orbit ^W install_requires
+  sed \
+-e '/setuptools>=/d' \
+-i setup.py
+}
+
+build() {
+  cd "$pkgname-$pkgver"
+
+  python -m build --wheel --no-isolation
+}
+
+check() {
+  cd "$pkgname-$pkgver"
+
+  python -m pytest
+}
+
+package() {
+  cd "$pkgname-$pkgver"
+
+  python -m installer --destdir="$pkgdir" dist/*.whl
+}



[arch-commits] Commit in certbot-dns-ovh/trunk (PKGBUILD)

2022-04-05 Thread George Rawlinson via arch-commits
Date: Tuesday, April 5, 2022 @ 23:45:33
  Author: grawlinson
Revision: 1181555

upgpkg: certbot-dns-ovh 1.26.0-1

Modified:
  certbot-dns-ovh/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2022-04-05 23:45:22 UTC (rev 1181554)
+++ PKGBUILD2022-04-05 23:45:33 UTC (rev 1181555)
@@ -2,7 +2,7 @@
 # Contributor: Felix Yan 
 
 pkgname=certbot-dns-ovh
-pkgver=1.25.0
+pkgver=1.26.0
 pkgrel=1
 pkgdesc="OVH DNS Authenticator plugin for Certbot"
 arch=('any')
@@ -23,10 +23,11 @@
 validpgpkeys=('148C30F6F7E429337A72D992B00B9CC82D7ADF2C'
   '1B41B758F9A78C7F444C20FA3E5B4152E3ADB1FD'
   'A2CFB51FA275A7286234E7B24D17C995CD9775F2'
-  '86379B4F0AF371B50CD9E5FF3402831161D1D280')
-sha512sums=('e1c2e29c7505b4a9f691ca264011db39ba3f3771bbb082ac465a0fd78040fb953dcd291c52a148245f54a24abff72b77209691ff2bb01f134bbb0aaf4a121ef4'
+  '86379B4F0AF371B50CD9E5FF3402831161D1D280'
+  '20F201346BF8F3F455A73F9A780CC99432A28621')
+sha512sums=('2fd7498acfc9b72313a7b46b12428b951d4ecefafdd20a553bbee7d2b486eab30be07cb6be281d77a4da8123a5f1afe5afd24e6dc725f43bac381ed0f975e3d3'
 'SKIP')
-b2sums=('9a0413d830c7e21eb778551acdcd873587d0cdee9bf6b0f80ac414da92938855ad7f579528b63de857c4c6a79a47e9a0af63688555d11205bab8df314ac07852'
+b2sums=('735a3fcaba7f74aa6f86eea3f08b8532ae016e8d1579ece988e3458f50a0a3536d9a3bd59e1af6adc6ec60ef745e8fd7bbe5d19a27d3415d711d28b6ce7e405c'
 'SKIP')
 
 prepare() {



[arch-commits] Commit in certbot-dns-nsone/repos/community-any (PKGBUILD PKGBUILD)

2022-04-05 Thread George Rawlinson via arch-commits
Date: Tuesday, April 5, 2022 @ 23:45:22
  Author: grawlinson
Revision: 1181554

archrelease: copy trunk to community-any

Added:
  certbot-dns-nsone/repos/community-any/PKGBUILD
(from rev 1181553, certbot-dns-nsone/trunk/PKGBUILD)
Deleted:
  certbot-dns-nsone/repos/community-any/PKGBUILD

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

Deleted: PKGBUILD
===
--- PKGBUILD2022-04-05 23:44:50 UTC (rev 1181553)
+++ PKGBUILD2022-04-05 23:45:22 UTC (rev 1181554)
@@ -1,57 +0,0 @@
-# Maintainer: George Rawlinson 
-# Contributor: Felix Yan 
-
-pkgname=certbot-dns-nsone
-pkgver=1.25.0
-pkgrel=1
-pkgdesc="NS1 DNS Authenticator plugin for Certbot"
-arch=('any')
-license=('Apache')
-url="https://pypi.python.org/pypi/$pkgname;
-depends=(
-  'certbot'
-  'python-acme'
-  'dns-lexicon'
-)
-makedepends=(
-  'python-build'
-  'python-wheel'
-  'python-installer'
-)
-checkdepends=('python-pytest')
-source=("https://files.pythonhosted.org/packages/source/${pkgname::1}/$pkgname/$pkgname-$pkgver.tar.gz"{,.asc})
-validpgpkeys=('148C30F6F7E429337A72D992B00B9CC82D7ADF2C'
-  '1B41B758F9A78C7F444C20FA3E5B4152E3ADB1FD'
-  'A2CFB51FA275A7286234E7B24D17C995CD9775F2'
-  '86379B4F0AF371B50CD9E5FF3402831161D1D280')
-sha512sums=('fd40aa9a34d5aa0b4abdb0967df9751443d46980d2eafdfc4641f7ecd952fdd751b09b364fce606dd43efafc5f94e0862e3b41590eed38cafeeed360963b969a'
-'SKIP')
-b2sums=('bfbda6e1ddb1bf2f9f013ae1d15f32cb5fc2b2213d9f31ed7ae79d5c0337163ab820848267c72d7c5b4a9e5c163d622048bab4994f0cf9b3adf594a8b17feaf3'
-'SKIP')
-
-prepare() {
-  cd "$pkgname-$pkgver"
-
-  # nuke setuptools from orbit ^W install_requires
-  sed \
--e '/setuptools>=/d' \
--i setup.py
-}
-
-build() {
-  cd "$pkgname-$pkgver"
-
-  python -m build --wheel --no-isolation
-}
-
-check() {
-  cd "$pkgname-$pkgver"
-
-  python -m pytest
-}
-
-package() {
-  cd "$pkgname-$pkgver"
-
-  python -m installer --destdir="$pkgdir" dist/*.whl
-}

Copied: certbot-dns-nsone/repos/community-any/PKGBUILD (from rev 1181553, 
certbot-dns-nsone/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2022-04-05 23:45:22 UTC (rev 1181554)
@@ -0,0 +1,58 @@
+# Maintainer: George Rawlinson 
+# Contributor: Felix Yan 
+
+pkgname=certbot-dns-nsone
+pkgver=1.26.0
+pkgrel=1
+pkgdesc="NS1 DNS Authenticator plugin for Certbot"
+arch=('any')
+license=('Apache')
+url="https://pypi.python.org/pypi/$pkgname;
+depends=(
+  'certbot'
+  'python-acme'
+  'dns-lexicon'
+)
+makedepends=(
+  'python-build'
+  'python-wheel'
+  'python-installer'
+)
+checkdepends=('python-pytest')
+source=("https://files.pythonhosted.org/packages/source/${pkgname::1}/$pkgname/$pkgname-$pkgver.tar.gz"{,.asc})
+validpgpkeys=('148C30F6F7E429337A72D992B00B9CC82D7ADF2C'
+  '1B41B758F9A78C7F444C20FA3E5B4152E3ADB1FD'
+  'A2CFB51FA275A7286234E7B24D17C995CD9775F2'
+  '86379B4F0AF371B50CD9E5FF3402831161D1D280'
+  '20F201346BF8F3F455A73F9A780CC99432A28621')
+sha512sums=('cd0249da12828f409e772efe445073af8c0d350df2d1fdccdadbf4fdfc2728176250f1e396bb57e8c87feed4918369d3fc7340fbfffd4b0e56ba884153fa4075'
+'SKIP')
+b2sums=('d0a9a5c812a90820d833526b002c0ff8e68e76efaefdb45640a37ed0026ce43de42138feeba99798286a6a401360ca474a4de0af945d354438b4732e82b5a968'
+'SKIP')
+
+prepare() {
+  cd "$pkgname-$pkgver"
+
+  # nuke setuptools from orbit ^W install_requires
+  sed \
+-e '/setuptools>=/d' \
+-i setup.py
+}
+
+build() {
+  cd "$pkgname-$pkgver"
+
+  python -m build --wheel --no-isolation
+}
+
+check() {
+  cd "$pkgname-$pkgver"
+
+  python -m pytest
+}
+
+package() {
+  cd "$pkgname-$pkgver"
+
+  python -m installer --destdir="$pkgdir" dist/*.whl
+}



[arch-commits] Commit in certbot-dns-nsone/trunk (PKGBUILD)

2022-04-05 Thread George Rawlinson via arch-commits
Date: Tuesday, April 5, 2022 @ 23:44:50
  Author: grawlinson
Revision: 1181553

upgpkg: certbot-dns-nsone 1.26.0-1

Modified:
  certbot-dns-nsone/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2022-04-05 23:44:39 UTC (rev 1181552)
+++ PKGBUILD2022-04-05 23:44:50 UTC (rev 1181553)
@@ -2,7 +2,7 @@
 # Contributor: Felix Yan 
 
 pkgname=certbot-dns-nsone
-pkgver=1.25.0
+pkgver=1.26.0
 pkgrel=1
 pkgdesc="NS1 DNS Authenticator plugin for Certbot"
 arch=('any')
@@ -23,10 +23,11 @@
 validpgpkeys=('148C30F6F7E429337A72D992B00B9CC82D7ADF2C'
   '1B41B758F9A78C7F444C20FA3E5B4152E3ADB1FD'
   'A2CFB51FA275A7286234E7B24D17C995CD9775F2'
-  '86379B4F0AF371B50CD9E5FF3402831161D1D280')
-sha512sums=('fd40aa9a34d5aa0b4abdb0967df9751443d46980d2eafdfc4641f7ecd952fdd751b09b364fce606dd43efafc5f94e0862e3b41590eed38cafeeed360963b969a'
+  '86379B4F0AF371B50CD9E5FF3402831161D1D280'
+  '20F201346BF8F3F455A73F9A780CC99432A28621')
+sha512sums=('cd0249da12828f409e772efe445073af8c0d350df2d1fdccdadbf4fdfc2728176250f1e396bb57e8c87feed4918369d3fc7340fbfffd4b0e56ba884153fa4075'
 'SKIP')
-b2sums=('bfbda6e1ddb1bf2f9f013ae1d15f32cb5fc2b2213d9f31ed7ae79d5c0337163ab820848267c72d7c5b4a9e5c163d622048bab4994f0cf9b3adf594a8b17feaf3'
+b2sums=('d0a9a5c812a90820d833526b002c0ff8e68e76efaefdb45640a37ed0026ce43de42138feeba99798286a6a401360ca474a4de0af945d354438b4732e82b5a968'
 'SKIP')
 
 prepare() {



[arch-commits] Commit in certbot-dns-luadns/repos/community-any (PKGBUILD PKGBUILD)

2022-04-05 Thread George Rawlinson via arch-commits
Date: Tuesday, April 5, 2022 @ 23:44:39
  Author: grawlinson
Revision: 1181552

archrelease: copy trunk to community-any

Added:
  certbot-dns-luadns/repos/community-any/PKGBUILD
(from rev 1181551, certbot-dns-luadns/trunk/PKGBUILD)
Deleted:
  certbot-dns-luadns/repos/community-any/PKGBUILD

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

Deleted: PKGBUILD
===
--- PKGBUILD2022-04-05 23:44:06 UTC (rev 1181551)
+++ PKGBUILD2022-04-05 23:44:39 UTC (rev 1181552)
@@ -1,57 +0,0 @@
-# Maintainer: George Rawlinson 
-# Contributor: Felix Yan 
-
-pkgname=certbot-dns-luadns
-pkgver=1.25.0
-pkgrel=1
-pkgdesc="LuaDNS DNS Authenticator plugin for Certbot"
-arch=('any')
-license=('Apache')
-url="https://pypi.python.org/pypi/$pkgname;
-depends=(
-  'certbot'
-  'python-acme'
-  'dns-lexicon'
-)
-makedepends=(
-  'python-build'
-  'python-wheel'
-  'python-installer'
-)
-checkdepends=('python-pytest')
-source=("https://files.pythonhosted.org/packages/source/${pkgname::1}/$pkgname/$pkgname-$pkgver.tar.gz"{,.asc})
-validpgpkeys=('148C30F6F7E429337A72D992B00B9CC82D7ADF2C'
-  '1B41B758F9A78C7F444C20FA3E5B4152E3ADB1FD'
-  'A2CFB51FA275A7286234E7B24D17C995CD9775F2'
-  '86379B4F0AF371B50CD9E5FF3402831161D1D280')
-sha512sums=('18b2a058fbcd9e78e33843363194433deeae4248a5a7530264064b1158ac1f0f033ae890ddb994589cbf02b5046060b8e7795538d42c1afbdeb556baa4355563'
-'SKIP')
-b2sums=('a04804e53cb08ccf6e1565ed97203e97fd89fccaa2fd8ee8154bab70bf5622245172f66af150baa89b3fa4b2d3b1bac798e68244f7367df3b805daba811688d5'
-'SKIP')
-
-prepare() {
-  cd "$pkgname-$pkgver"
-
-  # nuke setuptools from orbit ^W install_requires
-  sed \
--e '/setuptools>=/d' \
--i setup.py
-}
-
-build() {
-  cd "$pkgname-$pkgver"
-
-  python -m build --wheel --no-isolation
-}
-
-check() {
-  cd "$pkgname-$pkgver"
-
-  python -m pytest
-}
-
-package() {
-  cd "$pkgname-$pkgver"
-
-  python -m installer --destdir="$pkgdir" dist/*.whl
-}

Copied: certbot-dns-luadns/repos/community-any/PKGBUILD (from rev 1181551, 
certbot-dns-luadns/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2022-04-05 23:44:39 UTC (rev 1181552)
@@ -0,0 +1,58 @@
+# Maintainer: George Rawlinson 
+# Contributor: Felix Yan 
+
+pkgname=certbot-dns-luadns
+pkgver=1.26.0
+pkgrel=1
+pkgdesc="LuaDNS DNS Authenticator plugin for Certbot"
+arch=('any')
+license=('Apache')
+url="https://pypi.python.org/pypi/$pkgname;
+depends=(
+  'certbot'
+  'python-acme'
+  'dns-lexicon'
+)
+makedepends=(
+  'python-build'
+  'python-wheel'
+  'python-installer'
+)
+checkdepends=('python-pytest')
+source=("https://files.pythonhosted.org/packages/source/${pkgname::1}/$pkgname/$pkgname-$pkgver.tar.gz"{,.asc})
+validpgpkeys=('148C30F6F7E429337A72D992B00B9CC82D7ADF2C'
+  '1B41B758F9A78C7F444C20FA3E5B4152E3ADB1FD'
+  'A2CFB51FA275A7286234E7B24D17C995CD9775F2'
+  '86379B4F0AF371B50CD9E5FF3402831161D1D280'
+  '20F201346BF8F3F455A73F9A780CC99432A28621')
+sha512sums=('c2fcb198b2159e9b7441666b87078b0f1b97774ba27d94675c365c9c1568de0b3fb68ec97a2fc99cb79384b9371f9be1717c7cd1849cace1d21ba8b1df00576d'
+'SKIP')
+b2sums=('ea467d457ffe019a0722a58a8e840fad1b0ddf328bebfc2bf8f581ff4c8d2e14030b761be0eb9295bdae3b6da5c97720bad3cec187f469b52323e2bc9fb5c2f5'
+'SKIP')
+
+prepare() {
+  cd "$pkgname-$pkgver"
+
+  # nuke setuptools from orbit ^W install_requires
+  sed \
+-e '/setuptools>=/d' \
+-i setup.py
+}
+
+build() {
+  cd "$pkgname-$pkgver"
+
+  python -m build --wheel --no-isolation
+}
+
+check() {
+  cd "$pkgname-$pkgver"
+
+  python -m pytest
+}
+
+package() {
+  cd "$pkgname-$pkgver"
+
+  python -m installer --destdir="$pkgdir" dist/*.whl
+}



[arch-commits] Commit in certbot-dns-luadns/trunk (PKGBUILD)

2022-04-05 Thread George Rawlinson via arch-commits
Date: Tuesday, April 5, 2022 @ 23:44:06
  Author: grawlinson
Revision: 1181551

upgpkg: certbot-dns-luadns 1.26.0-1

Modified:
  certbot-dns-luadns/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2022-04-05 23:43:55 UTC (rev 1181550)
+++ PKGBUILD2022-04-05 23:44:06 UTC (rev 1181551)
@@ -2,7 +2,7 @@
 # Contributor: Felix Yan 
 
 pkgname=certbot-dns-luadns
-pkgver=1.25.0
+pkgver=1.26.0
 pkgrel=1
 pkgdesc="LuaDNS DNS Authenticator plugin for Certbot"
 arch=('any')
@@ -23,10 +23,11 @@
 validpgpkeys=('148C30F6F7E429337A72D992B00B9CC82D7ADF2C'
   '1B41B758F9A78C7F444C20FA3E5B4152E3ADB1FD'
   'A2CFB51FA275A7286234E7B24D17C995CD9775F2'
-  '86379B4F0AF371B50CD9E5FF3402831161D1D280')
-sha512sums=('18b2a058fbcd9e78e33843363194433deeae4248a5a7530264064b1158ac1f0f033ae890ddb994589cbf02b5046060b8e7795538d42c1afbdeb556baa4355563'
+  '86379B4F0AF371B50CD9E5FF3402831161D1D280'
+  '20F201346BF8F3F455A73F9A780CC99432A28621')
+sha512sums=('c2fcb198b2159e9b7441666b87078b0f1b97774ba27d94675c365c9c1568de0b3fb68ec97a2fc99cb79384b9371f9be1717c7cd1849cace1d21ba8b1df00576d'
 'SKIP')
-b2sums=('a04804e53cb08ccf6e1565ed97203e97fd89fccaa2fd8ee8154bab70bf5622245172f66af150baa89b3fa4b2d3b1bac798e68244f7367df3b805daba811688d5'
+b2sums=('ea467d457ffe019a0722a58a8e840fad1b0ddf328bebfc2bf8f581ff4c8d2e14030b761be0eb9295bdae3b6da5c97720bad3cec187f469b52323e2bc9fb5c2f5'
 'SKIP')
 
 prepare() {



[arch-commits] Commit in certbot-dns-linode/repos/community-any (PKGBUILD PKGBUILD)

2022-04-05 Thread George Rawlinson via arch-commits
Date: Tuesday, April 5, 2022 @ 23:43:55
  Author: grawlinson
Revision: 1181550

archrelease: copy trunk to community-any

Added:
  certbot-dns-linode/repos/community-any/PKGBUILD
(from rev 1181549, certbot-dns-linode/trunk/PKGBUILD)
Deleted:
  certbot-dns-linode/repos/community-any/PKGBUILD

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

Deleted: PKGBUILD
===
--- PKGBUILD2022-04-05 23:43:24 UTC (rev 1181549)
+++ PKGBUILD2022-04-05 23:43:55 UTC (rev 1181550)
@@ -1,57 +0,0 @@
-# Maintainer: George Rawlinson 
-# Contributor: Felix Yan 
-
-pkgname=certbot-dns-linode
-pkgver=1.25.0
-pkgrel=1
-pkgdesc="Linode DNS Authenticator plugin for Certbot"
-arch=('any')
-license=('Apache')
-url="https://pypi.python.org/pypi/$pkgname;
-depends=(
-  'certbot'
-  'python-acme'
-  'dns-lexicon'
-)
-makedepends=(
-  'python-build'
-  'python-wheel'
-  'python-installer'
-)
-checkdepends=('python-pytest')
-source=("https://files.pythonhosted.org/packages/source/${pkgname::1}/$pkgname/$pkgname-$pkgver.tar.gz"{,.asc})
-validpgpkeys=('148C30F6F7E429337A72D992B00B9CC82D7ADF2C'
-  '1B41B758F9A78C7F444C20FA3E5B4152E3ADB1FD'
-  'A2CFB51FA275A7286234E7B24D17C995CD9775F2'
-  '86379B4F0AF371B50CD9E5FF3402831161D1D280')
-sha512sums=('9535a31f478feb481dbc72b25fcfe449341698807a0f54a6a0dfab6e4101e5af0aa6fd8a4a59359c81a697e4022ba37df7a55ef6f10b659b5c7eb6fc9612322d'
-'SKIP')
-b2sums=('98ffb48ae6c1169dec7e234c7780d7a66b2c323633d42a9ee7408f4aa314107e024c865444547d778143470b84743816223425e3f512cc807cf30f1f4b6ce8aa'
-'SKIP')
-
-prepare() {
-  cd "$pkgname-$pkgver"
-
-  # nuke setuptools from orbit ^W install_requires
-  sed \
--e '/setuptools>=/d' \
--i setup.py
-}
-
-build() {
-  cd "$pkgname-$pkgver"
-
-  python -m build --wheel --no-isolation
-}
-
-check() {
-  cd "$pkgname-$pkgver"
-
-  python -m pytest
-}
-
-package() {
-  cd "$pkgname-$pkgver"
-
-  python -m installer --destdir="$pkgdir" dist/*.whl
-}

Copied: certbot-dns-linode/repos/community-any/PKGBUILD (from rev 1181549, 
certbot-dns-linode/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2022-04-05 23:43:55 UTC (rev 1181550)
@@ -0,0 +1,58 @@
+# Maintainer: George Rawlinson 
+# Contributor: Felix Yan 
+
+pkgname=certbot-dns-linode
+pkgver=1.26.0
+pkgrel=1
+pkgdesc="Linode DNS Authenticator plugin for Certbot"
+arch=('any')
+license=('Apache')
+url="https://pypi.python.org/pypi/$pkgname;
+depends=(
+  'certbot'
+  'python-acme'
+  'dns-lexicon'
+)
+makedepends=(
+  'python-build'
+  'python-wheel'
+  'python-installer'
+)
+checkdepends=('python-pytest')
+source=("https://files.pythonhosted.org/packages/source/${pkgname::1}/$pkgname/$pkgname-$pkgver.tar.gz"{,.asc})
+validpgpkeys=('148C30F6F7E429337A72D992B00B9CC82D7ADF2C'
+  '1B41B758F9A78C7F444C20FA3E5B4152E3ADB1FD'
+  'A2CFB51FA275A7286234E7B24D17C995CD9775F2'
+  '86379B4F0AF371B50CD9E5FF3402831161D1D280'
+  '20F201346BF8F3F455A73F9A780CC99432A28621')
+sha512sums=('c96e090abaf4725830fd9ca5ff12191918e46d486cca3ab568c8c19decae143943834732c94229216f852d3ecb91a1d737ca111a02dd0e608c972170c1e2e299'
+'SKIP')
+b2sums=('18f9374afe893897269668724350052ba9a531f3fd1b56712ea700dd6f5d85837d9262b48fb41b04866407d1206224e3f35fafe8790af38e9182e398091924cf'
+'SKIP')
+
+prepare() {
+  cd "$pkgname-$pkgver"
+
+  # nuke setuptools from orbit ^W install_requires
+  sed \
+-e '/setuptools>=/d' \
+-i setup.py
+}
+
+build() {
+  cd "$pkgname-$pkgver"
+
+  python -m build --wheel --no-isolation
+}
+
+check() {
+  cd "$pkgname-$pkgver"
+
+  python -m pytest
+}
+
+package() {
+  cd "$pkgname-$pkgver"
+
+  python -m installer --destdir="$pkgdir" dist/*.whl
+}



[arch-commits] Commit in certbot-dns-linode/trunk (PKGBUILD)

2022-04-05 Thread George Rawlinson via arch-commits
Date: Tuesday, April 5, 2022 @ 23:43:24
  Author: grawlinson
Revision: 1181549

upgpkg: certbot-dns-linode 1.26.0-1

Modified:
  certbot-dns-linode/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2022-04-05 23:43:12 UTC (rev 1181548)
+++ PKGBUILD2022-04-05 23:43:24 UTC (rev 1181549)
@@ -2,7 +2,7 @@
 # Contributor: Felix Yan 
 
 pkgname=certbot-dns-linode
-pkgver=1.25.0
+pkgver=1.26.0
 pkgrel=1
 pkgdesc="Linode DNS Authenticator plugin for Certbot"
 arch=('any')
@@ -23,10 +23,11 @@
 validpgpkeys=('148C30F6F7E429337A72D992B00B9CC82D7ADF2C'
   '1B41B758F9A78C7F444C20FA3E5B4152E3ADB1FD'
   'A2CFB51FA275A7286234E7B24D17C995CD9775F2'
-  '86379B4F0AF371B50CD9E5FF3402831161D1D280')
-sha512sums=('9535a31f478feb481dbc72b25fcfe449341698807a0f54a6a0dfab6e4101e5af0aa6fd8a4a59359c81a697e4022ba37df7a55ef6f10b659b5c7eb6fc9612322d'
+  '86379B4F0AF371B50CD9E5FF3402831161D1D280'
+  '20F201346BF8F3F455A73F9A780CC99432A28621')
+sha512sums=('c96e090abaf4725830fd9ca5ff12191918e46d486cca3ab568c8c19decae143943834732c94229216f852d3ecb91a1d737ca111a02dd0e608c972170c1e2e299'
 'SKIP')
-b2sums=('98ffb48ae6c1169dec7e234c7780d7a66b2c323633d42a9ee7408f4aa314107e024c865444547d778143470b84743816223425e3f512cc807cf30f1f4b6ce8aa'
+b2sums=('18f9374afe893897269668724350052ba9a531f3fd1b56712ea700dd6f5d85837d9262b48fb41b04866407d1206224e3f35fafe8790af38e9182e398091924cf'
 'SKIP')
 
 prepare() {



[arch-commits] Commit in certbot-dns-google/repos/community-any (PKGBUILD PKGBUILD)

2022-04-05 Thread George Rawlinson via arch-commits
Date: Tuesday, April 5, 2022 @ 23:43:12
  Author: grawlinson
Revision: 1181548

archrelease: copy trunk to community-any

Added:
  certbot-dns-google/repos/community-any/PKGBUILD
(from rev 1181547, certbot-dns-google/trunk/PKGBUILD)
Deleted:
  certbot-dns-google/repos/community-any/PKGBUILD

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

Deleted: PKGBUILD
===
--- PKGBUILD2022-04-05 23:42:40 UTC (rev 1181547)
+++ PKGBUILD2022-04-05 23:43:12 UTC (rev 1181548)
@@ -1,59 +0,0 @@
-# Maintainer: George Rawlinson 
-# Contributor: Felix Yan 
-
-pkgname=certbot-dns-google
-pkgver=1.25.0
-pkgrel=1
-pkgdesc="Google Cloud DNS Authenticator plugin for Certbot"
-arch=('any')
-license=('Apache')
-url="https://pypi.python.org/pypi/$pkgname;
-depends=(
-  'certbot'
-  'python-acme'
-  'python-google-api-python-client'
-  'python-oauth2client'
-  'python-httplib2'
-)
-makedepends=(
-  'python-build'
-  'python-wheel'
-  'python-installer'
-)
-checkdepends=('python-pytest')
-source=("https://files.pythonhosted.org/packages/source/${pkgname::1}/$pkgname/$pkgname-$pkgver.tar.gz"{,.asc})
-validpgpkeys=('86379B4F0AF371B50CD9E5FF3402831161D1D280'
-  '148C30F6F7E429337A72D992B00B9CC82D7ADF2C'
-  '1B41B758F9A78C7F444C20FA3E5B4152E3ADB1FD'
-  'A2CFB51FA275A7286234E7B24D17C995CD9775F2')
-sha512sums=('e173d6d69ca7ca47d2f14c0d8f16436b20c732ed872bc89e3140f6f94a569e18fd659d44234ab08e8426fa90dc5e59e97ca7cf782804416dc641f65683ee1143'
-'SKIP')
-b2sums=('071e7ba95740be8756268a8d1f09ababc9ab33a1bdacf05345adcd0f75ddfaff22d6941ad2cb9c14a98f82f0060394662ca2a1d30057de1b288d933d22ee4c1c'
-'SKIP')
-
-prepare() {
-  cd "$pkgname-$pkgver"
-
-  # nuke setuptools from orbit ^W install_requires
-  sed \
--e '/setuptools>=/d' \
--i setup.py
-}
-
-build() {
-  cd "$pkgname-$pkgver"
-
-  python -m build --wheel --no-isolation
-}
-
-check() {
-  cd "$pkgname-$pkgver"
-
-  python -m pytest
-}
-
-package() {
-  cd "$pkgname-$pkgver"
-
-  python -m installer --destdir="$pkgdir" dist/*.whl
-}

Copied: certbot-dns-google/repos/community-any/PKGBUILD (from rev 1181547, 
certbot-dns-google/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2022-04-05 23:43:12 UTC (rev 1181548)
@@ -0,0 +1,60 @@
+# Maintainer: George Rawlinson 
+# Contributor: Felix Yan 
+
+pkgname=certbot-dns-google
+pkgver=1.26.0
+pkgrel=1
+pkgdesc="Google Cloud DNS Authenticator plugin for Certbot"
+arch=('any')
+license=('Apache')
+url="https://pypi.python.org/pypi/$pkgname;
+depends=(
+  'certbot'
+  'python-acme'
+  'python-google-api-python-client'
+  'python-oauth2client'
+  'python-httplib2'
+)
+makedepends=(
+  'python-build'
+  'python-wheel'
+  'python-installer'
+)
+checkdepends=('python-pytest')
+source=("https://files.pythonhosted.org/packages/source/${pkgname::1}/$pkgname/$pkgname-$pkgver.tar.gz"{,.asc})
+validpgpkeys=('86379B4F0AF371B50CD9E5FF3402831161D1D280'
+  '148C30F6F7E429337A72D992B00B9CC82D7ADF2C'
+  '1B41B758F9A78C7F444C20FA3E5B4152E3ADB1FD'
+  'A2CFB51FA275A7286234E7B24D17C995CD9775F2'
+  '20F201346BF8F3F455A73F9A780CC99432A28621')
+sha512sums=('79e44e5bfb98601534ed37f41235d96508b47c24fd46317a38a69485269311ad926dbd98b6da0189521e123615d73810693187a50f81cc7625ef4691cc6f2fec'
+'SKIP')
+b2sums=('5fb2f71f9af477ce6747af85f1f7ee540f379236c7aef6cf72f7b1c2998490cffa398ef760adba81aab8604427fc752d551e95bac8c4b2d72f7514719b972dcb'
+'SKIP')
+
+prepare() {
+  cd "$pkgname-$pkgver"
+
+  # nuke setuptools from orbit ^W install_requires
+  sed \
+-e '/setuptools>=/d' \
+-i setup.py
+}
+
+build() {
+  cd "$pkgname-$pkgver"
+
+  python -m build --wheel --no-isolation
+}
+
+check() {
+  cd "$pkgname-$pkgver"
+
+  python -m pytest
+}
+
+package() {
+  cd "$pkgname-$pkgver"
+
+  python -m installer --destdir="$pkgdir" dist/*.whl
+}



[arch-commits] Commit in certbot-dns-google/trunk (PKGBUILD)

2022-04-05 Thread George Rawlinson via arch-commits
Date: Tuesday, April 5, 2022 @ 23:42:40
  Author: grawlinson
Revision: 1181547

upgpkg: certbot-dns-google 1.26.0-1

Modified:
  certbot-dns-google/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2022-04-05 23:42:28 UTC (rev 1181546)
+++ PKGBUILD2022-04-05 23:42:40 UTC (rev 1181547)
@@ -2,7 +2,7 @@
 # Contributor: Felix Yan 
 
 pkgname=certbot-dns-google
-pkgver=1.25.0
+pkgver=1.26.0
 pkgrel=1
 pkgdesc="Google Cloud DNS Authenticator plugin for Certbot"
 arch=('any')
@@ -25,10 +25,11 @@
 validpgpkeys=('86379B4F0AF371B50CD9E5FF3402831161D1D280'
   '148C30F6F7E429337A72D992B00B9CC82D7ADF2C'
   '1B41B758F9A78C7F444C20FA3E5B4152E3ADB1FD'
-  'A2CFB51FA275A7286234E7B24D17C995CD9775F2')
-sha512sums=('e173d6d69ca7ca47d2f14c0d8f16436b20c732ed872bc89e3140f6f94a569e18fd659d44234ab08e8426fa90dc5e59e97ca7cf782804416dc641f65683ee1143'
+  'A2CFB51FA275A7286234E7B24D17C995CD9775F2'
+  '20F201346BF8F3F455A73F9A780CC99432A28621')
+sha512sums=('79e44e5bfb98601534ed37f41235d96508b47c24fd46317a38a69485269311ad926dbd98b6da0189521e123615d73810693187a50f81cc7625ef4691cc6f2fec'
 'SKIP')
-b2sums=('071e7ba95740be8756268a8d1f09ababc9ab33a1bdacf05345adcd0f75ddfaff22d6941ad2cb9c14a98f82f0060394662ca2a1d30057de1b288d933d22ee4c1c'
+b2sums=('5fb2f71f9af477ce6747af85f1f7ee540f379236c7aef6cf72f7b1c2998490cffa398ef760adba81aab8604427fc752d551e95bac8c4b2d72f7514719b972dcb'
 'SKIP')
 
 prepare() {



[arch-commits] Commit in certbot-dns-gehirn/repos/community-any (PKGBUILD PKGBUILD)

2022-04-05 Thread George Rawlinson via arch-commits
Date: Tuesday, April 5, 2022 @ 23:42:28
  Author: grawlinson
Revision: 1181546

archrelease: copy trunk to community-any

Added:
  certbot-dns-gehirn/repos/community-any/PKGBUILD
(from rev 1181545, certbot-dns-gehirn/trunk/PKGBUILD)
Deleted:
  certbot-dns-gehirn/repos/community-any/PKGBUILD

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

Deleted: PKGBUILD
===
--- PKGBUILD2022-04-05 23:41:53 UTC (rev 1181545)
+++ PKGBUILD2022-04-05 23:42:28 UTC (rev 1181546)
@@ -1,57 +0,0 @@
-# Maintainer: George Rawlinson 
-# Contributor: Felix Yan 
-
-pkgname=certbot-dns-gehirn
-pkgver=1.25.0
-pkgrel=1
-pkgdesc="Gehirn DNS Authenticator plugin for Certbot"
-arch=('any')
-license=('Apache')
-url="https://pypi.python.org/pypi/$pkgname;
-depends=(
-  'certbot'
-  'python-acme'
-  'dns-lexicon'
-)
-makedepends=(
-  'python-build'
-  'python-wheel'
-  'python-installer'
-)
-checkdepends=('python-pytest')
-source=("https://files.pythonhosted.org/packages/source/${pkgname::1}/$pkgname/$pkgname-$pkgver.tar.gz"{,.asc})
-validpgpkeys=('148C30F6F7E429337A72D992B00B9CC82D7ADF2C'
-  '1B41B758F9A78C7F444C20FA3E5B4152E3ADB1FD'
-  'A2CFB51FA275A7286234E7B24D17C995CD9775F2'
-  '86379B4F0AF371B50CD9E5FF3402831161D1D280')
-sha512sums=('5e4e2c1f5f1d2d137ae7e099001ff16bcf739d35b80634c86a39dc93a4c0119b5253b4e96f1f7b78d3cc20db6983c22ba33368f8ddca0a0b1549abe8870428f6'
-'SKIP')
-b2sums=('c61aa67ea60a132ce5f960d890bc372e9e305957d3d5452013dc3fdb344932507cb26738996af299724b29a2723e06fb28ec5aa658809a31b8b9c47570d8ce06'
-'SKIP')
-
-prepare() {
-  cd "$pkgname-$pkgver"
-
-  # nuke setuptools from orbit ^W install_requires
-  sed \
--e '/setuptools>=/d' \
--i setup.py
-}
-
-build() {
-  cd "$pkgname-$pkgver"
-
-  python -m build --wheel --no-isolation
-}
-
-check() {
-  cd "$pkgname-$pkgver"
-
-  python -m pytest
-}
-
-package() {
-  cd "$pkgname-$pkgver"
-
-  python -m installer --destdir="$pkgdir" dist/*.whl
-}

Copied: certbot-dns-gehirn/repos/community-any/PKGBUILD (from rev 1181545, 
certbot-dns-gehirn/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2022-04-05 23:42:28 UTC (rev 1181546)
@@ -0,0 +1,58 @@
+# Maintainer: George Rawlinson 
+# Contributor: Felix Yan 
+
+pkgname=certbot-dns-gehirn
+pkgver=1.26.0
+pkgrel=1
+pkgdesc="Gehirn DNS Authenticator plugin for Certbot"
+arch=('any')
+license=('Apache')
+url="https://pypi.python.org/pypi/$pkgname;
+depends=(
+  'certbot'
+  'python-acme'
+  'dns-lexicon'
+)
+makedepends=(
+  'python-build'
+  'python-wheel'
+  'python-installer'
+)
+checkdepends=('python-pytest')
+source=("https://files.pythonhosted.org/packages/source/${pkgname::1}/$pkgname/$pkgname-$pkgver.tar.gz"{,.asc})
+validpgpkeys=('148C30F6F7E429337A72D992B00B9CC82D7ADF2C'
+  '1B41B758F9A78C7F444C20FA3E5B4152E3ADB1FD'
+  'A2CFB51FA275A7286234E7B24D17C995CD9775F2'
+  '86379B4F0AF371B50CD9E5FF3402831161D1D280'
+  '20F201346BF8F3F455A73F9A780CC99432A28621')
+sha512sums=('fc6a3f3fee2455ae938af206e3c62c526e73c666701b00b26596f73546a4f80dc9baf7d7b3051dee4cc192aab2c305c1522f0ee855f13775d50bcd278f1c13ff'
+'SKIP')
+b2sums=('004b607908502a23c31b4ce2dd30c34ec949c43dcb232fe5603e664e66b9a8fb5d28d6c1dc7fea2678c92d789239694ca3b47db03c27bb36c810009b1bcfc9cd'
+'SKIP')
+
+prepare() {
+  cd "$pkgname-$pkgver"
+
+  # nuke setuptools from orbit ^W install_requires
+  sed \
+-e '/setuptools>=/d' \
+-i setup.py
+}
+
+build() {
+  cd "$pkgname-$pkgver"
+
+  python -m build --wheel --no-isolation
+}
+
+check() {
+  cd "$pkgname-$pkgver"
+
+  python -m pytest
+}
+
+package() {
+  cd "$pkgname-$pkgver"
+
+  python -m installer --destdir="$pkgdir" dist/*.whl
+}



[arch-commits] Commit in certbot-dns-gehirn/trunk (PKGBUILD)

2022-04-05 Thread George Rawlinson via arch-commits
Date: Tuesday, April 5, 2022 @ 23:41:53
  Author: grawlinson
Revision: 1181545

upgpkg: certbot-dns-gehirn 1.26.0-1

Modified:
  certbot-dns-gehirn/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2022-04-05 23:41:42 UTC (rev 1181544)
+++ PKGBUILD2022-04-05 23:41:53 UTC (rev 1181545)
@@ -2,7 +2,7 @@
 # Contributor: Felix Yan 
 
 pkgname=certbot-dns-gehirn
-pkgver=1.25.0
+pkgver=1.26.0
 pkgrel=1
 pkgdesc="Gehirn DNS Authenticator plugin for Certbot"
 arch=('any')
@@ -23,10 +23,11 @@
 validpgpkeys=('148C30F6F7E429337A72D992B00B9CC82D7ADF2C'
   '1B41B758F9A78C7F444C20FA3E5B4152E3ADB1FD'
   'A2CFB51FA275A7286234E7B24D17C995CD9775F2'
-  '86379B4F0AF371B50CD9E5FF3402831161D1D280')
-sha512sums=('5e4e2c1f5f1d2d137ae7e099001ff16bcf739d35b80634c86a39dc93a4c0119b5253b4e96f1f7b78d3cc20db6983c22ba33368f8ddca0a0b1549abe8870428f6'
+  '86379B4F0AF371B50CD9E5FF3402831161D1D280'
+  '20F201346BF8F3F455A73F9A780CC99432A28621')
+sha512sums=('fc6a3f3fee2455ae938af206e3c62c526e73c666701b00b26596f73546a4f80dc9baf7d7b3051dee4cc192aab2c305c1522f0ee855f13775d50bcd278f1c13ff'
 'SKIP')
-b2sums=('c61aa67ea60a132ce5f960d890bc372e9e305957d3d5452013dc3fdb344932507cb26738996af299724b29a2723e06fb28ec5aa658809a31b8b9c47570d8ce06'
+b2sums=('004b607908502a23c31b4ce2dd30c34ec949c43dcb232fe5603e664e66b9a8fb5d28d6c1dc7fea2678c92d789239694ca3b47db03c27bb36c810009b1bcfc9cd'
 'SKIP')
 
 prepare() {



[arch-commits] Commit in certbot-dns-dnsmadeeasy/repos/community-any (2 files)

2022-04-05 Thread George Rawlinson via arch-commits
Date: Tuesday, April 5, 2022 @ 23:41:42
  Author: grawlinson
Revision: 1181544

archrelease: copy trunk to community-any

Added:
  certbot-dns-dnsmadeeasy/repos/community-any/PKGBUILD
(from rev 1181543, certbot-dns-dnsmadeeasy/trunk/PKGBUILD)
Deleted:
  certbot-dns-dnsmadeeasy/repos/community-any/PKGBUILD

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

Deleted: PKGBUILD
===
--- PKGBUILD2022-04-05 23:41:10 UTC (rev 1181543)
+++ PKGBUILD2022-04-05 23:41:42 UTC (rev 1181544)
@@ -1,57 +0,0 @@
-# Maintainer: George Rawlinson 
-# Contributor: Felix Yan 
-
-pkgname=certbot-dns-dnsmadeeasy
-pkgver=1.25.0
-pkgrel=1
-pkgdesc="DNS Made Easy DNS Authenticator plugin for Certbot"
-arch=('any')
-license=('Apache')
-url="https://pypi.python.org/pypi/$pkgname;
-depends=(
-  'certbot'
-  'python-acme'
-  'dns-lexicon'
-)
-makedepends=(
-  'python-build'
-  'python-wheel'
-  'python-installer'
-)
-checkdepends=('python-pytest')
-source=("https://files.pythonhosted.org/packages/source/${pkgname::1}/$pkgname/$pkgname-$pkgver.tar.gz"{,.asc})
-validpgpkeys=('148C30F6F7E429337A72D992B00B9CC82D7ADF2C'
-  '1B41B758F9A78C7F444C20FA3E5B4152E3ADB1FD'
-  'A2CFB51FA275A7286234E7B24D17C995CD9775F2'
-  '86379B4F0AF371B50CD9E5FF3402831161D1D280')
-sha512sums=('4bf3e3a8a08371f3393b029b48b30aa891610898056d1a9cd6dd55707721d2397c9624aa3cd310736a2930898b8ca7faeab714e824d28c2123104d40c4274d38'
-'SKIP')
-b2sums=('8ee5802be20797e17677f6c750b9c0f2c6654e892c1127d59dd97c1611ddbb5bc10a6475484233e0ea468569f8b1c26f6b84ad1af668801f80ebd557550f1591'
-'SKIP')
-
-prepare() {
-  cd "$pkgname-$pkgver"
-
-  # nuke setuptools from orbit ^W install_requires
-  sed \
--e '/setuptools>=/d' \
--i setup.py
-}
-
-build() {
-  cd "$pkgname-$pkgver"
-
-  python -m build --wheel --no-isolation
-}
-
-check() {
-  cd "$pkgname-$pkgver"
-
-  python -m pytest
-}
-
-package() {
-  cd "$pkgname-$pkgver"
-
-  python -m installer --destdir="$pkgdir" dist/*.whl
-}

Copied: certbot-dns-dnsmadeeasy/repos/community-any/PKGBUILD (from rev 1181543, 
certbot-dns-dnsmadeeasy/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2022-04-05 23:41:42 UTC (rev 1181544)
@@ -0,0 +1,58 @@
+# Maintainer: George Rawlinson 
+# Contributor: Felix Yan 
+
+pkgname=certbot-dns-dnsmadeeasy
+pkgver=1.26.0
+pkgrel=1
+pkgdesc="DNS Made Easy DNS Authenticator plugin for Certbot"
+arch=('any')
+license=('Apache')
+url="https://pypi.python.org/pypi/$pkgname;
+depends=(
+  'certbot'
+  'python-acme'
+  'dns-lexicon'
+)
+makedepends=(
+  'python-build'
+  'python-wheel'
+  'python-installer'
+)
+checkdepends=('python-pytest')
+source=("https://files.pythonhosted.org/packages/source/${pkgname::1}/$pkgname/$pkgname-$pkgver.tar.gz"{,.asc})
+validpgpkeys=('148C30F6F7E429337A72D992B00B9CC82D7ADF2C'
+  '1B41B758F9A78C7F444C20FA3E5B4152E3ADB1FD'
+  'A2CFB51FA275A7286234E7B24D17C995CD9775F2'
+  '86379B4F0AF371B50CD9E5FF3402831161D1D280'
+  '20F201346BF8F3F455A73F9A780CC99432A28621')
+sha512sums=('0b13511954636098e6ef34c3e686d337ccac64c32659a06acd44678b869e9013ec62b1655096d36fa1be43581ef2a3762ca476ffb17c287005e87aa57e8c59c2'
+'SKIP')
+b2sums=('8a893d741f0de7cb923cd5654166c77be9122c16ceb60675c5cf5b184a4a40fee6270f99a9a441adf1d1d7ff46c814ae0a158a93ea8fb3734f4edbd7a6115a9d'
+'SKIP')
+
+prepare() {
+  cd "$pkgname-$pkgver"
+
+  # nuke setuptools from orbit ^W install_requires
+  sed \
+-e '/setuptools>=/d' \
+-i setup.py
+}
+
+build() {
+  cd "$pkgname-$pkgver"
+
+  python -m build --wheel --no-isolation
+}
+
+check() {
+  cd "$pkgname-$pkgver"
+
+  python -m pytest
+}
+
+package() {
+  cd "$pkgname-$pkgver"
+
+  python -m installer --destdir="$pkgdir" dist/*.whl
+}



[arch-commits] Commit in certbot-dns-dnsmadeeasy/trunk (PKGBUILD)

2022-04-05 Thread George Rawlinson via arch-commits
Date: Tuesday, April 5, 2022 @ 23:41:10
  Author: grawlinson
Revision: 1181543

upgpkg: certbot-dns-dnsmadeeasy 1.26.0-1

Modified:
  certbot-dns-dnsmadeeasy/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2022-04-05 23:41:00 UTC (rev 1181542)
+++ PKGBUILD2022-04-05 23:41:10 UTC (rev 1181543)
@@ -2,7 +2,7 @@
 # Contributor: Felix Yan 
 
 pkgname=certbot-dns-dnsmadeeasy
-pkgver=1.25.0
+pkgver=1.26.0
 pkgrel=1
 pkgdesc="DNS Made Easy DNS Authenticator plugin for Certbot"
 arch=('any')
@@ -23,10 +23,11 @@
 validpgpkeys=('148C30F6F7E429337A72D992B00B9CC82D7ADF2C'
   '1B41B758F9A78C7F444C20FA3E5B4152E3ADB1FD'
   'A2CFB51FA275A7286234E7B24D17C995CD9775F2'
-  '86379B4F0AF371B50CD9E5FF3402831161D1D280')
-sha512sums=('4bf3e3a8a08371f3393b029b48b30aa891610898056d1a9cd6dd55707721d2397c9624aa3cd310736a2930898b8ca7faeab714e824d28c2123104d40c4274d38'
+  '86379B4F0AF371B50CD9E5FF3402831161D1D280'
+  '20F201346BF8F3F455A73F9A780CC99432A28621')
+sha512sums=('0b13511954636098e6ef34c3e686d337ccac64c32659a06acd44678b869e9013ec62b1655096d36fa1be43581ef2a3762ca476ffb17c287005e87aa57e8c59c2'
 'SKIP')
-b2sums=('8ee5802be20797e17677f6c750b9c0f2c6654e892c1127d59dd97c1611ddbb5bc10a6475484233e0ea468569f8b1c26f6b84ad1af668801f80ebd557550f1591'
+b2sums=('8a893d741f0de7cb923cd5654166c77be9122c16ceb60675c5cf5b184a4a40fee6270f99a9a441adf1d1d7ff46c814ae0a158a93ea8fb3734f4edbd7a6115a9d'
 'SKIP')
 
 prepare() {



[arch-commits] Commit in certbot-dns-dnsimple/repos/community-any (PKGBUILD PKGBUILD)

2022-04-05 Thread George Rawlinson via arch-commits
Date: Tuesday, April 5, 2022 @ 23:41:00
  Author: grawlinson
Revision: 1181542

archrelease: copy trunk to community-any

Added:
  certbot-dns-dnsimple/repos/community-any/PKGBUILD
(from rev 1181541, certbot-dns-dnsimple/trunk/PKGBUILD)
Deleted:
  certbot-dns-dnsimple/repos/community-any/PKGBUILD

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

Deleted: PKGBUILD
===
--- PKGBUILD2022-04-05 23:40:28 UTC (rev 1181541)
+++ PKGBUILD2022-04-05 23:41:00 UTC (rev 1181542)
@@ -1,57 +0,0 @@
-# Maintainer: George Rawlinson 
-# Contributor: Felix Yan 
-
-pkgname=certbot-dns-dnsimple
-pkgver=1.25.0
-pkgrel=1
-pkgdesc="DNSimple DNS Authenticator plugin for Certbot"
-arch=('any')
-license=('Apache')
-url="https://pypi.python.org/pypi/$pkgname;
-depends=(
-  'certbot'
-  'python-acme'
-  'dns-lexicon'
-)
-makedepends=(
-  'python-build'
-  'python-wheel'
-  'python-installer'
-)
-checkdepends=('python-pytest')
-source=("https://files.pythonhosted.org/packages/source/${pkgname::1}/$pkgname/$pkgname-$pkgver.tar.gz"{,.asc})
-validpgpkeys=('148C30F6F7E429337A72D992B00B9CC82D7ADF2C'
-  '1B41B758F9A78C7F444C20FA3E5B4152E3ADB1FD'
-  'A2CFB51FA275A7286234E7B24D17C995CD9775F2'
-  '86379B4F0AF371B50CD9E5FF3402831161D1D280')
-sha512sums=('85d3d958cb3545f64ec94959f33d879c833df290f613b0894efaa4dd0f06a1c0325531a25ebda733858ce2380a1781ab3f8647317f81812c3886cc2b3b407163'
-'SKIP')
-b2sums=('9c603ba9cf064ef9d3ce0abb83109e9314d4e110ab322c6759b3912b3addfc3786f64d31aa6dba7077abf82181ded4d1abcb4b150dc1f5718e72f9695a2897a6'
-'SKIP')
-
-prepare() {
-  cd "$pkgname-$pkgver"
-
-  # nuke setuptools from orbit ^W install_requires
-  sed \
--e '/setuptools>=/d' \
--i setup.py
-}
-
-build() {
-  cd "$pkgname-$pkgver"
-
-  python -m build --wheel --no-isolation
-}
-
-check() {
-  cd "$pkgname-$pkgver"
-
-  python -m pytest
-}
-
-package() {
-  cd "$pkgname-$pkgver"
-
-  python -m installer --destdir="$pkgdir" dist/*.whl
-}

Copied: certbot-dns-dnsimple/repos/community-any/PKGBUILD (from rev 1181541, 
certbot-dns-dnsimple/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2022-04-05 23:41:00 UTC (rev 1181542)
@@ -0,0 +1,58 @@
+# Maintainer: George Rawlinson 
+# Contributor: Felix Yan 
+
+pkgname=certbot-dns-dnsimple
+pkgver=1.26.0
+pkgrel=1
+pkgdesc="DNSimple DNS Authenticator plugin for Certbot"
+arch=('any')
+license=('Apache')
+url="https://pypi.python.org/pypi/$pkgname;
+depends=(
+  'certbot'
+  'python-acme'
+  'dns-lexicon'
+)
+makedepends=(
+  'python-build'
+  'python-wheel'
+  'python-installer'
+)
+checkdepends=('python-pytest')
+source=("https://files.pythonhosted.org/packages/source/${pkgname::1}/$pkgname/$pkgname-$pkgver.tar.gz"{,.asc})
+validpgpkeys=('148C30F6F7E429337A72D992B00B9CC82D7ADF2C'
+  '1B41B758F9A78C7F444C20FA3E5B4152E3ADB1FD'
+  'A2CFB51FA275A7286234E7B24D17C995CD9775F2'
+  '86379B4F0AF371B50CD9E5FF3402831161D1D280'
+  '20F201346BF8F3F455A73F9A780CC99432A28621')
+sha512sums=('6a720c980873f9d0584a40f515a18af1275ec1d65ffa0020f0095f5e1d39057edb35ba120d7f38c6d8970bfb0c0e044dabf181ba5b727a3af1d3797ca9692ab7'
+'SKIP')
+b2sums=('38c3edfe82c097b4fb6ae8d639552275be2c02e1255270f64606c0c4c1e37accd84aedc188a800ef488996bce57712e7051938b808fcd0f81cd1aee7c989f48d'
+'SKIP')
+
+prepare() {
+  cd "$pkgname-$pkgver"
+
+  # nuke setuptools from orbit ^W install_requires
+  sed \
+-e '/setuptools>=/d' \
+-i setup.py
+}
+
+build() {
+  cd "$pkgname-$pkgver"
+
+  python -m build --wheel --no-isolation
+}
+
+check() {
+  cd "$pkgname-$pkgver"
+
+  python -m pytest
+}
+
+package() {
+  cd "$pkgname-$pkgver"
+
+  python -m installer --destdir="$pkgdir" dist/*.whl
+}



[arch-commits] Commit in certbot-dns-dnsimple/trunk (PKGBUILD)

2022-04-05 Thread George Rawlinson via arch-commits
Date: Tuesday, April 5, 2022 @ 23:40:28
  Author: grawlinson
Revision: 1181541

upgpkg: certbot-dns-dnsimple 1.26.0-1

Modified:
  certbot-dns-dnsimple/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2022-04-05 23:40:16 UTC (rev 1181540)
+++ PKGBUILD2022-04-05 23:40:28 UTC (rev 1181541)
@@ -2,7 +2,7 @@
 # Contributor: Felix Yan 
 
 pkgname=certbot-dns-dnsimple
-pkgver=1.25.0
+pkgver=1.26.0
 pkgrel=1
 pkgdesc="DNSimple DNS Authenticator plugin for Certbot"
 arch=('any')
@@ -23,10 +23,11 @@
 validpgpkeys=('148C30F6F7E429337A72D992B00B9CC82D7ADF2C'
   '1B41B758F9A78C7F444C20FA3E5B4152E3ADB1FD'
   'A2CFB51FA275A7286234E7B24D17C995CD9775F2'
-  '86379B4F0AF371B50CD9E5FF3402831161D1D280')
-sha512sums=('85d3d958cb3545f64ec94959f33d879c833df290f613b0894efaa4dd0f06a1c0325531a25ebda733858ce2380a1781ab3f8647317f81812c3886cc2b3b407163'
+  '86379B4F0AF371B50CD9E5FF3402831161D1D280'
+  '20F201346BF8F3F455A73F9A780CC99432A28621')
+sha512sums=('6a720c980873f9d0584a40f515a18af1275ec1d65ffa0020f0095f5e1d39057edb35ba120d7f38c6d8970bfb0c0e044dabf181ba5b727a3af1d3797ca9692ab7'
 'SKIP')
-b2sums=('9c603ba9cf064ef9d3ce0abb83109e9314d4e110ab322c6759b3912b3addfc3786f64d31aa6dba7077abf82181ded4d1abcb4b150dc1f5718e72f9695a2897a6'
+b2sums=('38c3edfe82c097b4fb6ae8d639552275be2c02e1255270f64606c0c4c1e37accd84aedc188a800ef488996bce57712e7051938b808fcd0f81cd1aee7c989f48d'
 'SKIP')
 
 prepare() {



[arch-commits] Commit in certbot-dns-digitalocean/repos/community-any (2 files)

2022-04-05 Thread George Rawlinson via arch-commits
Date: Tuesday, April 5, 2022 @ 23:40:16
  Author: grawlinson
Revision: 1181540

archrelease: copy trunk to community-any

Added:
  certbot-dns-digitalocean/repos/community-any/PKGBUILD
(from rev 1181539, certbot-dns-digitalocean/trunk/PKGBUILD)
Deleted:
  certbot-dns-digitalocean/repos/community-any/PKGBUILD

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

Deleted: PKGBUILD
===
--- PKGBUILD2022-04-05 23:39:45 UTC (rev 1181539)
+++ PKGBUILD2022-04-05 23:40:16 UTC (rev 1181540)
@@ -1,57 +0,0 @@
-# Maintainer: George Rawlinson 
-# Contributor: Felix Yan 
-
-pkgname=certbot-dns-digitalocean
-pkgver=1.25.0
-pkgrel=1
-pkgdesc="DigitalOcean DNS Authenticator plugin for Certbot"
-arch=('any')
-license=('Apache')
-url="https://pypi.python.org/pypi/$pkgname;
-depends=(
-  'certbot'
-  'python-acme'
-  'python-digitalocean'
-)
-makedepends=(
-  'python-build'
-  'python-wheel'
-  'python-installer'
-)
-checkdepends=('python-pytest')
-source=("https://files.pythonhosted.org/packages/source/${pkgname::1}/$pkgname/$pkgname-$pkgver.tar.gz"{,.asc})
-validpgpkeys=('148C30F6F7E429337A72D992B00B9CC82D7ADF2C'
-  '1B41B758F9A78C7F444C20FA3E5B4152E3ADB1FD'
-  'A2CFB51FA275A7286234E7B24D17C995CD9775F2'
-  '86379B4F0AF371B50CD9E5FF3402831161D1D280')
-sha512sums=('bac3638259575a94f18b5683141219a15ec0eea67adb4d644a0a51505a470b8a681e3c038d75e3ecfbd3c295d4baf185b66ca62c178f2edcef5a2ce5b18a2870'
-'SKIP')
-b2sums=('c524c40c75918420b7750c0201786a1fec7b03f66777faaadd95a795bfecc0fdfd11eb5d6a33c4c29e5801348a812402c994b53ec1021831bb6efb4129b9433c'
-'SKIP')
-
-prepare() {
-  cd "$pkgname-$pkgver"
-
-  # nuke setuptools from orbit ^W install_requires
-  sed \
--e '/setuptools>=/d' \
--i setup.py
-}
-
-build() {
-  cd "$pkgname-$pkgver"
-
-  python -m build --wheel --no-isolation
-}
-
-check() {
-  cd "$pkgname-$pkgver"
-
-  python -m pytest
-}
-
-package() {
-  cd "$pkgname-$pkgver"
-
-  python -m installer --destdir="$pkgdir" dist/*.whl
-}

Copied: certbot-dns-digitalocean/repos/community-any/PKGBUILD (from rev 
1181539, certbot-dns-digitalocean/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2022-04-05 23:40:16 UTC (rev 1181540)
@@ -0,0 +1,58 @@
+# Maintainer: George Rawlinson 
+# Contributor: Felix Yan 
+
+pkgname=certbot-dns-digitalocean
+pkgver=1.26.0
+pkgrel=1
+pkgdesc="DigitalOcean DNS Authenticator plugin for Certbot"
+arch=('any')
+license=('Apache')
+url="https://pypi.python.org/pypi/$pkgname;
+depends=(
+  'certbot'
+  'python-acme'
+  'python-digitalocean'
+)
+makedepends=(
+  'python-build'
+  'python-wheel'
+  'python-installer'
+)
+checkdepends=('python-pytest')
+source=("https://files.pythonhosted.org/packages/source/${pkgname::1}/$pkgname/$pkgname-$pkgver.tar.gz"{,.asc})
+validpgpkeys=('148C30F6F7E429337A72D992B00B9CC82D7ADF2C'
+  '1B41B758F9A78C7F444C20FA3E5B4152E3ADB1FD'
+  'A2CFB51FA275A7286234E7B24D17C995CD9775F2'
+  '86379B4F0AF371B50CD9E5FF3402831161D1D280'
+  '20F201346BF8F3F455A73F9A780CC99432A28621')
+sha512sums=('1c4353ae55eaa8924049113ff8c6bc8cebf39b4c15f685add2d8dc59fb73483b75285805db06515a37a0854aa99e235d7c0e72d3f982b3e7687d3ea152c492f7'
+'SKIP')
+b2sums=('4277000f9f0a709aaa88878a3d2f2247c637952ae2976ff874f019306cf45f1c1471b15d19598d54b17c5e856ec441fcc4cb40ece328d4697e1048567007c210'
+'SKIP')
+
+prepare() {
+  cd "$pkgname-$pkgver"
+
+  # nuke setuptools from orbit ^W install_requires
+  sed \
+-e '/setuptools>=/d' \
+-i setup.py
+}
+
+build() {
+  cd "$pkgname-$pkgver"
+
+  python -m build --wheel --no-isolation
+}
+
+check() {
+  cd "$pkgname-$pkgver"
+
+  python -m pytest
+}
+
+package() {
+  cd "$pkgname-$pkgver"
+
+  python -m installer --destdir="$pkgdir" dist/*.whl
+}



[arch-commits] Commit in certbot-dns-digitalocean/trunk (PKGBUILD)

2022-04-05 Thread George Rawlinson via arch-commits
Date: Tuesday, April 5, 2022 @ 23:39:45
  Author: grawlinson
Revision: 1181539

upgpkg: certbot-dns-digitalocean 1.26.0-1

Modified:
  certbot-dns-digitalocean/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2022-04-05 23:39:32 UTC (rev 1181538)
+++ PKGBUILD2022-04-05 23:39:45 UTC (rev 1181539)
@@ -2,7 +2,7 @@
 # Contributor: Felix Yan 
 
 pkgname=certbot-dns-digitalocean
-pkgver=1.25.0
+pkgver=1.26.0
 pkgrel=1
 pkgdesc="DigitalOcean DNS Authenticator plugin for Certbot"
 arch=('any')
@@ -23,10 +23,11 @@
 validpgpkeys=('148C30F6F7E429337A72D992B00B9CC82D7ADF2C'
   '1B41B758F9A78C7F444C20FA3E5B4152E3ADB1FD'
   'A2CFB51FA275A7286234E7B24D17C995CD9775F2'
-  '86379B4F0AF371B50CD9E5FF3402831161D1D280')
-sha512sums=('bac3638259575a94f18b5683141219a15ec0eea67adb4d644a0a51505a470b8a681e3c038d75e3ecfbd3c295d4baf185b66ca62c178f2edcef5a2ce5b18a2870'
+  '86379B4F0AF371B50CD9E5FF3402831161D1D280'
+  '20F201346BF8F3F455A73F9A780CC99432A28621')
+sha512sums=('1c4353ae55eaa8924049113ff8c6bc8cebf39b4c15f685add2d8dc59fb73483b75285805db06515a37a0854aa99e235d7c0e72d3f982b3e7687d3ea152c492f7'
 'SKIP')
-b2sums=('c524c40c75918420b7750c0201786a1fec7b03f66777faaadd95a795bfecc0fdfd11eb5d6a33c4c29e5801348a812402c994b53ec1021831bb6efb4129b9433c'
+b2sums=('4277000f9f0a709aaa88878a3d2f2247c637952ae2976ff874f019306cf45f1c1471b15d19598d54b17c5e856ec441fcc4cb40ece328d4697e1048567007c210'
 'SKIP')
 
 prepare() {



[arch-commits] Commit in certbot-dns-cloudxns/repos/community-any (PKGBUILD PKGBUILD)

2022-04-05 Thread George Rawlinson via arch-commits
Date: Tuesday, April 5, 2022 @ 23:39:32
  Author: grawlinson
Revision: 1181538

archrelease: copy trunk to community-any

Added:
  certbot-dns-cloudxns/repos/community-any/PKGBUILD
(from rev 1181537, certbot-dns-cloudxns/trunk/PKGBUILD)
Deleted:
  certbot-dns-cloudxns/repos/community-any/PKGBUILD

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

Deleted: PKGBUILD
===
--- PKGBUILD2022-04-05 23:39:00 UTC (rev 1181537)
+++ PKGBUILD2022-04-05 23:39:32 UTC (rev 1181538)
@@ -1,57 +0,0 @@
-# Maintainer: George Rawlinson 
-# Contributor: Felix Yan 
-
-pkgname=certbot-dns-cloudxns
-pkgver=1.25.0
-pkgrel=1
-pkgdesc="CloudXNS DNS Authenticator plugin for Certbot"
-arch=('any')
-license=('Apache')
-url="https://pypi.python.org/pypi/$pkgname;
-depends=(
-  'certbot'
-  'python-acme'
-  'dns-lexicon'
-)
-makedepends=(
-  'python-build'
-  'python-wheel'
-  'python-installer'
-)
-checkdepends=('python-pytest')
-source=("https://files.pythonhosted.org/packages/source/${pkgname::1}/$pkgname/$pkgname-$pkgver.tar.gz"{,.asc})
-validpgpkeys=('148C30F6F7E429337A72D992B00B9CC82D7ADF2C'
-  '1B41B758F9A78C7F444C20FA3E5B4152E3ADB1FD'
-  'A2CFB51FA275A7286234E7B24D17C995CD9775F2'
-  '86379B4F0AF371B50CD9E5FF3402831161D1D280')
-sha512sums=('bb65584d03cb841d3c7dd238b486ad5db10ca80ce9676ed2f06602984c9b8b84c2ab5d2cec4f098666e4151cd0f2f39d01665c0f6389289e341dd2bfc7312984'
-'SKIP')
-b2sums=('cd118b085aa40719d5ee4130b397f1cb4dea5793cdfd9d2fcceaaa91896ab9ea9ecba090aba3704228f3e732877b87ab88d9af77f2ee893a148f6419be25c9b1'
-'SKIP')
-
-prepare() {
-  cd "$pkgname-$pkgver"
-
-  # nuke setuptools from orbit ^W install_requires
-  sed \
--e '/setuptools>=/d' \
--i setup.py
-}
-
-build() {
-  cd "$pkgname-$pkgver"
-
-  python -m build --wheel --no-isolation
-}
-
-check() {
-  cd "$pkgname-$pkgver"
-
-  python -m pytest
-}
-
-package() {
-  cd "$pkgname-$pkgver"
-
-  python -m installer --destdir="$pkgdir" dist/*.whl
-}

Copied: certbot-dns-cloudxns/repos/community-any/PKGBUILD (from rev 1181537, 
certbot-dns-cloudxns/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2022-04-05 23:39:32 UTC (rev 1181538)
@@ -0,0 +1,58 @@
+# Maintainer: George Rawlinson 
+# Contributor: Felix Yan 
+
+pkgname=certbot-dns-cloudxns
+pkgver=1.26.0
+pkgrel=1
+pkgdesc="CloudXNS DNS Authenticator plugin for Certbot"
+arch=('any')
+license=('Apache')
+url="https://pypi.python.org/pypi/$pkgname;
+depends=(
+  'certbot'
+  'python-acme'
+  'dns-lexicon'
+)
+makedepends=(
+  'python-build'
+  'python-wheel'
+  'python-installer'
+)
+checkdepends=('python-pytest')
+source=("https://files.pythonhosted.org/packages/source/${pkgname::1}/$pkgname/$pkgname-$pkgver.tar.gz"{,.asc})
+validpgpkeys=('148C30F6F7E429337A72D992B00B9CC82D7ADF2C'
+  '1B41B758F9A78C7F444C20FA3E5B4152E3ADB1FD'
+  'A2CFB51FA275A7286234E7B24D17C995CD9775F2'
+  '86379B4F0AF371B50CD9E5FF3402831161D1D280'
+  '20F201346BF8F3F455A73F9A780CC99432A28621')
+sha512sums=('ca54847988ccdb0f641ffa5f2491ff5e271e37ec4ca9487d28d980878d1b87293bfda5aaa1432802c14678b70aff1f714453f7eb657b04e915d0730fc2abbce2'
+'SKIP')
+b2sums=('223771921e1d7358cbfb8e40fd65a84ff2cc77831b722b4ae339361779519e3b882c0b3123e5cdfdd19de924962a0645ad818027155ab32205c02656c9b4beb1'
+'SKIP')
+
+prepare() {
+  cd "$pkgname-$pkgver"
+
+  # nuke setuptools from orbit ^W install_requires
+  sed \
+-e '/setuptools>=/d' \
+-i setup.py
+}
+
+build() {
+  cd "$pkgname-$pkgver"
+
+  python -m build --wheel --no-isolation
+}
+
+check() {
+  cd "$pkgname-$pkgver"
+
+  python -m pytest
+}
+
+package() {
+  cd "$pkgname-$pkgver"
+
+  python -m installer --destdir="$pkgdir" dist/*.whl
+}



[arch-commits] Commit in certbot-dns-cloudxns/trunk (PKGBUILD)

2022-04-05 Thread George Rawlinson via arch-commits
Date: Tuesday, April 5, 2022 @ 23:39:00
  Author: grawlinson
Revision: 1181537

upgpkg: certbot-dns-cloudxns 1.26.0-1

Modified:
  certbot-dns-cloudxns/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2022-04-05 23:38:48 UTC (rev 1181536)
+++ PKGBUILD2022-04-05 23:39:00 UTC (rev 1181537)
@@ -2,7 +2,7 @@
 # Contributor: Felix Yan 
 
 pkgname=certbot-dns-cloudxns
-pkgver=1.25.0
+pkgver=1.26.0
 pkgrel=1
 pkgdesc="CloudXNS DNS Authenticator plugin for Certbot"
 arch=('any')
@@ -23,10 +23,11 @@
 validpgpkeys=('148C30F6F7E429337A72D992B00B9CC82D7ADF2C'
   '1B41B758F9A78C7F444C20FA3E5B4152E3ADB1FD'
   'A2CFB51FA275A7286234E7B24D17C995CD9775F2'
-  '86379B4F0AF371B50CD9E5FF3402831161D1D280')
-sha512sums=('bb65584d03cb841d3c7dd238b486ad5db10ca80ce9676ed2f06602984c9b8b84c2ab5d2cec4f098666e4151cd0f2f39d01665c0f6389289e341dd2bfc7312984'
+  '86379B4F0AF371B50CD9E5FF3402831161D1D280'
+  '20F201346BF8F3F455A73F9A780CC99432A28621')
+sha512sums=('ca54847988ccdb0f641ffa5f2491ff5e271e37ec4ca9487d28d980878d1b87293bfda5aaa1432802c14678b70aff1f714453f7eb657b04e915d0730fc2abbce2'
 'SKIP')
-b2sums=('cd118b085aa40719d5ee4130b397f1cb4dea5793cdfd9d2fcceaaa91896ab9ea9ecba090aba3704228f3e732877b87ab88d9af77f2ee893a148f6419be25c9b1'
+b2sums=('223771921e1d7358cbfb8e40fd65a84ff2cc77831b722b4ae339361779519e3b882c0b3123e5cdfdd19de924962a0645ad818027155ab32205c02656c9b4beb1'
 'SKIP')
 
 prepare() {



[arch-commits] Commit in certbot-dns-cloudflare/repos/community-any (2 files)

2022-04-05 Thread George Rawlinson via arch-commits
Date: Tuesday, April 5, 2022 @ 23:38:48
  Author: grawlinson
Revision: 1181536

archrelease: copy trunk to community-any

Added:
  certbot-dns-cloudflare/repos/community-any/PKGBUILD
(from rev 1181535, certbot-dns-cloudflare/trunk/PKGBUILD)
Deleted:
  certbot-dns-cloudflare/repos/community-any/PKGBUILD

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

Deleted: PKGBUILD
===
--- PKGBUILD2022-04-05 23:38:16 UTC (rev 1181535)
+++ PKGBUILD2022-04-05 23:38:48 UTC (rev 1181536)
@@ -1,57 +0,0 @@
-# Maintainer: George Rawlinson 
-# Contributor: Felix Yan 
-
-pkgname=certbot-dns-cloudflare
-pkgver=1.25.0
-pkgrel=1
-pkgdesc="Cloudflare DNS Authenticator plugin for Certbot"
-arch=('any')
-license=('Apache')
-url="https://pypi.python.org/pypi/$pkgname;
-depends=(
-  'certbot'
-  'python-acme'
-  'python-cloudflare'
-)
-makedepends=(
-  'python-build'
-  'python-wheel'
-  'python-installer'
-)
-checkdepends=('python-pytest')
-source=("https://files.pythonhosted.org/packages/source/${pkgname::1}/$pkgname/$pkgname-$pkgver.tar.gz"{,.asc})
-validpgpkeys=('148C30F6F7E429337A72D992B00B9CC82D7ADF2C'
-  '1B41B758F9A78C7F444C20FA3E5B4152E3ADB1FD'
-  'A2CFB51FA275A7286234E7B24D17C995CD9775F2'
-  '86379B4F0AF371B50CD9E5FF3402831161D1D280')
-sha512sums=('81f131341cb20cd0fd532636caac80024589d8d1d28a4c19fd55c447b3652e2561a50673afdd60a81e7721bb69b05ddbcac557fe4de8a08fe2dcdec1c01dde87'
-'SKIP')
-b2sums=('1bc3745edadf95d00027344e2dec6fc82c020b751569f3a9e1ea00c068988d2588c9797b3dc91d636f004c3b4fc9ba9aea6332504b3941aa595ecc5b473b7ac6'
-'SKIP')
-
-prepare() {
-  cd "$pkgname-$pkgver"
-
-  # nuke setuptools from orbit ^W install_requires
-  sed \
--e '/setuptools>=/d' \
--i setup.py
-}
-
-build() {
-  cd "$pkgname-$pkgver"
-
-  python -m build --wheel --no-isolation
-}
-
-check() {
-  cd "$pkgname-$pkgver"
-
-  python -m pytest
-}
-
-package() {
-  cd "$pkgname-$pkgver"
-
-  python -m installer --destdir="$pkgdir" dist/*.whl
-}

Copied: certbot-dns-cloudflare/repos/community-any/PKGBUILD (from rev 1181535, 
certbot-dns-cloudflare/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2022-04-05 23:38:48 UTC (rev 1181536)
@@ -0,0 +1,58 @@
+# Maintainer: George Rawlinson 
+# Contributor: Felix Yan 
+
+pkgname=certbot-dns-cloudflare
+pkgver=1.26.0
+pkgrel=1
+pkgdesc="Cloudflare DNS Authenticator plugin for Certbot"
+arch=('any')
+license=('Apache')
+url="https://pypi.python.org/pypi/$pkgname;
+depends=(
+  'certbot'
+  'python-acme'
+  'python-cloudflare'
+)
+makedepends=(
+  'python-build'
+  'python-wheel'
+  'python-installer'
+)
+checkdepends=('python-pytest')
+source=("https://files.pythonhosted.org/packages/source/${pkgname::1}/$pkgname/$pkgname-$pkgver.tar.gz"{,.asc})
+validpgpkeys=('148C30F6F7E429337A72D992B00B9CC82D7ADF2C'
+  '1B41B758F9A78C7F444C20FA3E5B4152E3ADB1FD'
+  'A2CFB51FA275A7286234E7B24D17C995CD9775F2'
+  '86379B4F0AF371B50CD9E5FF3402831161D1D280'
+  '20F201346BF8F3F455A73F9A780CC99432A28621')
+sha512sums=('9f2a10633f97162911c1003741cdae4e1e7832fac2d9b02702f59eacd93e31eade06c6ee78b7f4223d5b306baec38be9c228d325406cfc867ee65464a2ef4c39'
+'SKIP')
+b2sums=('a6255180b13c7a70bcb62b46195c096682d8396ca8699a80d5db700605a2cd31306b0e4cb494c408c32bad2d5695ca73ea9ef19cccd67c0c0dc6b0a57b9b9637'
+'SKIP')
+
+prepare() {
+  cd "$pkgname-$pkgver"
+
+  # nuke setuptools from orbit ^W install_requires
+  sed \
+-e '/setuptools>=/d' \
+-i setup.py
+}
+
+build() {
+  cd "$pkgname-$pkgver"
+
+  python -m build --wheel --no-isolation
+}
+
+check() {
+  cd "$pkgname-$pkgver"
+
+  python -m pytest
+}
+
+package() {
+  cd "$pkgname-$pkgver"
+
+  python -m installer --destdir="$pkgdir" dist/*.whl
+}



[arch-commits] Commit in certbot-dns-cloudflare/trunk (PKGBUILD)

2022-04-05 Thread George Rawlinson via arch-commits
Date: Tuesday, April 5, 2022 @ 23:38:16
  Author: grawlinson
Revision: 1181535

upgpkg: certbot-dns-cloudflare 1.26.0-1

Modified:
  certbot-dns-cloudflare/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2022-04-05 23:38:03 UTC (rev 1181534)
+++ PKGBUILD2022-04-05 23:38:16 UTC (rev 1181535)
@@ -2,7 +2,7 @@
 # Contributor: Felix Yan 
 
 pkgname=certbot-dns-cloudflare
-pkgver=1.25.0
+pkgver=1.26.0
 pkgrel=1
 pkgdesc="Cloudflare DNS Authenticator plugin for Certbot"
 arch=('any')
@@ -23,10 +23,11 @@
 validpgpkeys=('148C30F6F7E429337A72D992B00B9CC82D7ADF2C'
   '1B41B758F9A78C7F444C20FA3E5B4152E3ADB1FD'
   'A2CFB51FA275A7286234E7B24D17C995CD9775F2'
-  '86379B4F0AF371B50CD9E5FF3402831161D1D280')
-sha512sums=('81f131341cb20cd0fd532636caac80024589d8d1d28a4c19fd55c447b3652e2561a50673afdd60a81e7721bb69b05ddbcac557fe4de8a08fe2dcdec1c01dde87'
+  '86379B4F0AF371B50CD9E5FF3402831161D1D280'
+  '20F201346BF8F3F455A73F9A780CC99432A28621')
+sha512sums=('9f2a10633f97162911c1003741cdae4e1e7832fac2d9b02702f59eacd93e31eade06c6ee78b7f4223d5b306baec38be9c228d325406cfc867ee65464a2ef4c39'
 'SKIP')
-b2sums=('1bc3745edadf95d00027344e2dec6fc82c020b751569f3a9e1ea00c068988d2588c9797b3dc91d636f004c3b4fc9ba9aea6332504b3941aa595ecc5b473b7ac6'
+b2sums=('a6255180b13c7a70bcb62b46195c096682d8396ca8699a80d5db700605a2cd31306b0e4cb494c408c32bad2d5695ca73ea9ef19cccd67c0c0dc6b0a57b9b9637'
 'SKIP')
 
 prepare() {



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

2022-04-05 Thread George Rawlinson via arch-commits
Date: Tuesday, April 5, 2022 @ 23:38:03
  Author: grawlinson
Revision: 1181534

archrelease: copy trunk to community-any

Added:
  certbot-apache/repos/community-any/PKGBUILD
(from rev 1181533, certbot-apache/trunk/PKGBUILD)
Deleted:
  certbot-apache/repos/community-any/PKGBUILD

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

Deleted: PKGBUILD
===
--- PKGBUILD2022-04-05 23:37:31 UTC (rev 1181533)
+++ PKGBUILD2022-04-05 23:38:03 UTC (rev 1181534)
@@ -1,60 +0,0 @@
-# Maintainer: George Rawlinson 
-# Contributor: Felix Yan 
-# Contributor: Gordian Edenhofer 
-
-pkgname=certbot-apache
-pkgver=1.25.0
-pkgrel=2
-pkgdesc="Apache plugin for Certbot"
-arch=('any')
-license=('Apache')
-url="https://pypi.python.org/pypi/$pkgname;
-replaces=('letsencrypt-apache')
-depends=(
-  'certbot'
-  'python-acme'
-  'python-augeas'
-  'python-setuptools'
-)
-makedepends=(
-  'python-build'
-  'python-wheel'
-  'python-installer'
-)
-checkdepends=('python-pytest')
-source=("https://files.pythonhosted.org/packages/source/${pkgname::1}/$pkgname/$pkgname-$pkgver.tar.gz"{,.asc})
-validpgpkeys=('148C30F6F7E429337A72D992B00B9CC82D7ADF2C'
-  '1B41B758F9A78C7F444C20FA3E5B4152E3ADB1FD'
-  'A2CFB51FA275A7286234E7B24D17C995CD9775F2'
-  '86379B4F0AF371B50CD9E5FF3402831161D1D280')
-sha512sums=('9017bc1148930d52213e004fd4e3f96d55b2d08c6d64a40df60aa999eb352bc6a4269072c8612b43b3a8758a692ca8c3ea953eabbce58ce322f483cea12d5e7a'
-'SKIP')
-b2sums=('fa324008169253aaf2ff0447788d041b2d4e20ac1d598a8ba83bc49658c144a02313547cf76ff54d931c2bd78d18065179696a6714fc6ed965bf8a64913c6c36'
-'SKIP')
-
-prepare() {
-  cd "$pkgname-$pkgver"
-
-  # nuke setuptools from orbit ^W install_requires
-  sed \
--e '/setuptools>=/d' \
--i setup.py
-}
-
-build() {
-  cd "$pkgname-$pkgver"
-
-  python -m build --wheel --no-isolation
-}
-
-check() {
-  cd "$pkgname-$pkgver"
-
-  python -m pytest
-}
-
-package() {
-  cd "$pkgname-$pkgver"
-
-  python -m installer --destdir="$pkgdir" dist/*.whl
-}

Copied: certbot-apache/repos/community-any/PKGBUILD (from rev 1181533, 
certbot-apache/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2022-04-05 23:38:03 UTC (rev 1181534)
@@ -0,0 +1,61 @@
+# Maintainer: George Rawlinson 
+# Contributor: Felix Yan 
+# Contributor: Gordian Edenhofer 
+
+pkgname=certbot-apache
+pkgver=1.26.0
+pkgrel=1
+pkgdesc="Apache plugin for Certbot"
+arch=('any')
+license=('Apache')
+url="https://pypi.python.org/pypi/$pkgname;
+replaces=('letsencrypt-apache')
+depends=(
+  'certbot'
+  'python-acme'
+  'python-augeas'
+  'python-setuptools'
+)
+makedepends=(
+  'python-build'
+  'python-wheel'
+  'python-installer'
+)
+checkdepends=('python-pytest')
+source=("https://files.pythonhosted.org/packages/source/${pkgname::1}/$pkgname/$pkgname-$pkgver.tar.gz"{,.asc})
+validpgpkeys=('148C30F6F7E429337A72D992B00B9CC82D7ADF2C'
+  '1B41B758F9A78C7F444C20FA3E5B4152E3ADB1FD'
+  'A2CFB51FA275A7286234E7B24D17C995CD9775F2'
+  '86379B4F0AF371B50CD9E5FF3402831161D1D280'
+  '20F201346BF8F3F455A73F9A780CC99432A28621')
+sha512sums=('198b6097b2594a8657f587e79aade9198e227807ba432b6169c9d177a91429a322d87f9f725a61464b7f202000add93c287bc6776eb7c44b1b96d6c70aac2417'
+'SKIP')
+b2sums=('40b176134658b5653adc216a316526da171d32fb9d5e8a3fff16d08191e41eb90ccd017c6ceeb8c7862e9a7069a4d78811d049d8ec9c30d6117a475c5233fd2b'
+'SKIP')
+
+prepare() {
+  cd "$pkgname-$pkgver"
+
+  # nuke setuptools from orbit ^W install_requires
+  sed \
+-e '/setuptools>=/d' \
+-i setup.py
+}
+
+build() {
+  cd "$pkgname-$pkgver"
+
+  python -m build --wheel --no-isolation
+}
+
+check() {
+  cd "$pkgname-$pkgver"
+
+  python -m pytest
+}
+
+package() {
+  cd "$pkgname-$pkgver"
+
+  python -m installer --destdir="$pkgdir" dist/*.whl
+}



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

2022-04-05 Thread George Rawlinson via arch-commits
Date: Tuesday, April 5, 2022 @ 23:37:31
  Author: grawlinson
Revision: 1181533

upgpkg: certbot-apache 1.26.0-1

Modified:
  certbot-apache/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2022-04-05 23:37:17 UTC (rev 1181532)
+++ PKGBUILD2022-04-05 23:37:31 UTC (rev 1181533)
@@ -3,8 +3,8 @@
 # Contributor: Gordian Edenhofer 
 
 pkgname=certbot-apache
-pkgver=1.25.0
-pkgrel=2
+pkgver=1.26.0
+pkgrel=1
 pkgdesc="Apache plugin for Certbot"
 arch=('any')
 license=('Apache')
@@ -26,10 +26,11 @@
 validpgpkeys=('148C30F6F7E429337A72D992B00B9CC82D7ADF2C'
   '1B41B758F9A78C7F444C20FA3E5B4152E3ADB1FD'
   'A2CFB51FA275A7286234E7B24D17C995CD9775F2'
-  '86379B4F0AF371B50CD9E5FF3402831161D1D280')
-sha512sums=('9017bc1148930d52213e004fd4e3f96d55b2d08c6d64a40df60aa999eb352bc6a4269072c8612b43b3a8758a692ca8c3ea953eabbce58ce322f483cea12d5e7a'
+  '86379B4F0AF371B50CD9E5FF3402831161D1D280'
+  '20F201346BF8F3F455A73F9A780CC99432A28621')
+sha512sums=('198b6097b2594a8657f587e79aade9198e227807ba432b6169c9d177a91429a322d87f9f725a61464b7f202000add93c287bc6776eb7c44b1b96d6c70aac2417'
 'SKIP')
-b2sums=('fa324008169253aaf2ff0447788d041b2d4e20ac1d598a8ba83bc49658c144a02313547cf76ff54d931c2bd78d18065179696a6714fc6ed965bf8a64913c6c36'
+b2sums=('40b176134658b5653adc216a316526da171d32fb9d5e8a3fff16d08191e41eb90ccd017c6ceeb8c7862e9a7069a4d78811d049d8ec9c30d6117a475c5233fd2b'
 'SKIP')
 
 prepare() {



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

2022-04-05 Thread George Rawlinson via arch-commits
Date: Tuesday, April 5, 2022 @ 23:37:17
  Author: grawlinson
Revision: 1181532

archrelease: copy trunk to community-any

Added:
  certbot/repos/community-any/86379B4F0AF371B50CD9E5FF3402831161D1D280.asc
(from rev 1181531, 
certbot/trunk/86379B4F0AF371B50CD9E5FF3402831161D1D280.asc)
  certbot/repos/community-any/PKGBUILD
(from rev 1181531, certbot/trunk/PKGBUILD)
  certbot/repos/community-any/certbot-renew.service
(from rev 1181531, certbot/trunk/certbot-renew.service)
  certbot/repos/community-any/certbot-renew.timer
(from rev 1181531, certbot/trunk/certbot-renew.timer)
  certbot/repos/community-any/tmpfiles.conf
(from rev 1181531, certbot/trunk/tmpfiles.conf)
Deleted:
  certbot/repos/community-any/86379B4F0AF371B50CD9E5FF3402831161D1D280.asc
  certbot/repos/community-any/PKGBUILD
  certbot/repos/community-any/certbot-renew.service
  certbot/repos/community-any/certbot-renew.timer
  certbot/repos/community-any/tmpfiles.conf

---+
 PKGBUILD  |  200 
 certbot-renew.service |   16 +--
 certbot-renew.timer   |   20 ++--
 tmpfiles.conf |6 -
 4 files changed, 121 insertions(+), 121 deletions(-)

Deleted: 86379B4F0AF371B50CD9E5FF3402831161D1D280.asc
===
(Binary files differ)

Copied: 
certbot/repos/community-any/86379B4F0AF371B50CD9E5FF3402831161D1D280.asc (from 
rev 1181531, certbot/trunk/86379B4F0AF371B50CD9E5FF3402831161D1D280.asc)
===
(Binary files differ)

Deleted: PKGBUILD
===
--- PKGBUILD2022-04-05 23:36:19 UTC (rev 1181531)
+++ PKGBUILD2022-04-05 23:37:17 UTC (rev 1181532)
@@ -1,100 +0,0 @@
-# Maintainer: George Rawlinson 
-# Contributor: Felix Yan 
-# Contributor: Gordian Edenhofer 
-
-pkgname=certbot
-pkgver=1.25.0
-pkgrel=2
-pkgdesc="An ACME client"
-arch=('any')
-license=('Apache')
-url="https://certbot.eff.org;
-depends=(
-  'ca-certificates'
-  'python-acme'
-  'python-configargparse'
-  'python-configobj'
-  'python-cryptography'
-  'python-distro'
-  'python-parsedatetime'
-  'python-pyrfc3339'
-  'python-pytz'
-  'python-setuptools'
-  'python-zope-component'
-  'python-zope-interface'
-)
-makedepends=(
-  'python-build'
-  'python-wheel'
-  'python-installer'
-  'python-sphinx'
-  'python-sphinx_rtd_theme'
-)
-checkdepends=('python-pytest')
-optdepends=(
-  'certbot-apache: Apache plugin for Let’s Encrypt client'
-  'certbot-nginx: Nginx plugin for Let’s Encrypt client'
-)
-replaces=('letsencrypt')
-source=(
-  
"https://files.pythonhosted.org/packages/source/${pkgname::1}/$pkgname/$pkgname-$pkgver.tar.gz"{,.asc}
-  'tmpfiles.conf'
-  'certbot-renew.service'
-  'certbot-renew.timer'
-)
-sha512sums=('985daf1ae70296d9a6eba436a349be1f31570e8314bdcc514dea9ffbcdcf35c4917250757d14c9192475afde14b840d4df8f7763f607465195686d28580fb6b4'
-'SKIP'
-
'fbb7bb4591876aeb2e118c3f3fc8ff507b6a3127de0f921c689e1d74c70320b4f2b8bf05b488ec4f714259701f1ac54e64a9f6181475da6bd6d1e3da3a602217'
-
'ad639f33201089d5531d1b1dcd163e2f85bd84a6a9aa233bb04f1f86b34a4f9afa4aed274a27cc89a0664150e80af31742d425923015d585b781a8b139cb8954'
-
'471d371de385daf18f58a2e4eaed74f0d2d9931beb74ee28481ffb17ce4e4450752c135b920b6efd17a16f84f99fe38b69e6602e230ba09059f85390b08aaba1')
-b2sums=('ffdc7a89050734085bfa3a6f24e8bb9707c18169dda2837edd64de73aa93ca7cc6defc33cc3d3e0eac93abb902a2e7fd77804003c981954c3cd373a97bf6'
-'SKIP'
-
'7d2c26a9953d3b5a899053bdd7bd77051c67abe6480af2bfaaee06f20a399b0b4c0af35cfe9e6d2b1fc833dbff928ba46771a9127720073dda29aef9a2e0'
-
'773be7c45aaf84b79b260053dd4555be1b913238f680cf2c816e20d585db21c11ff41c985915ab0804bb3bc78af2e1e09133ed3b04e276e6379f63e9522064c1'
-
'a75e09a662be6ce1bc533c39bea8ecfd6c0feb3f0066db854de701c1af71534bca750ef5b50826446708823564945aac887649225d15a347efd864dd1e1a8e81')
-validpgpkeys=('148C30F6F7E429337A72D992B00B9CC82D7ADF2C'
-  '1B41B758F9A78C7F444C20FA3E5B4152E3ADB1FD'
-  'A2CFB51FA275A7286234E7B24D17C995CD9775F2'
-  '20F201346BF8F3F455A73F9A780CC99432A28621'
-  '86379B4F0AF371B50CD9E5FF3402831161D1D280')
-
-prepare() {
-  cd "$pkgname-$pkgver"
-
-  # nuke setuptools from orbit ^W install_requires
-  sed \
--e '/setuptools>=/d' \
--i setup.py
-}
-
-build() {
-  cd "$pkgname-$pkgver"
-
-  python -m build --wheel --no-isolation
-
-  # create man pages
-  make -C docs man
-}
-
-check() {
-  cd "$pkgname-$pkgver"
-
-  python -m pytest
-}
-
-package() {
-  # systemd integration
-  install -vDm644 -t "$pkgdir/usr/lib/systemd/system" certbot-renew.*
-  install -vDm644 tmpfiles.conf "$pkgdir/usr/lib/tmpfiles.d/$pkgname.conf"
-
-  cd "$pkgname-$pkgver"
-
-  python -m installer --destdir="$pkgdir" dist/*.whl
-
-  # sometimes Python packaging tools don't set the 

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

2022-04-05 Thread George Rawlinson via arch-commits
Date: Tuesday, April 5, 2022 @ 23:36:19
  Author: grawlinson
Revision: 1181531

upgpkg: certbot 1.26.0-1

Modified:
  certbot/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2022-04-05 22:47:03 UTC (rev 1181530)
+++ PKGBUILD2022-04-05 23:36:19 UTC (rev 1181531)
@@ -3,8 +3,8 @@
 # Contributor: Gordian Edenhofer 
 
 pkgname=certbot
-pkgver=1.25.0
-pkgrel=2
+pkgver=1.26.0
+pkgrel=1
 pkgdesc="An ACME client"
 arch=('any')
 license=('Apache')
@@ -42,12 +42,12 @@
   'certbot-renew.service'
   'certbot-renew.timer'
 )
-sha512sums=('985daf1ae70296d9a6eba436a349be1f31570e8314bdcc514dea9ffbcdcf35c4917250757d14c9192475afde14b840d4df8f7763f607465195686d28580fb6b4'
+sha512sums=('c85b81aa5ba52bd1d1d6422c83d967e041c89593797d2c3185b319d35c27b6812569174aa4fc26a71e1a1bf7a4b8a340c8255602dcf33126afd878990930a811'
 'SKIP'
 
'fbb7bb4591876aeb2e118c3f3fc8ff507b6a3127de0f921c689e1d74c70320b4f2b8bf05b488ec4f714259701f1ac54e64a9f6181475da6bd6d1e3da3a602217'
 
'ad639f33201089d5531d1b1dcd163e2f85bd84a6a9aa233bb04f1f86b34a4f9afa4aed274a27cc89a0664150e80af31742d425923015d585b781a8b139cb8954'
 
'471d371de385daf18f58a2e4eaed74f0d2d9931beb74ee28481ffb17ce4e4450752c135b920b6efd17a16f84f99fe38b69e6602e230ba09059f85390b08aaba1')
-b2sums=('ffdc7a89050734085bfa3a6f24e8bb9707c18169dda2837edd64de73aa93ca7cc6defc33cc3d3e0eac93abb902a2e7fd77804003c981954c3cd373a97bf6'
+b2sums=('30ce6cdda3f1571fca9d26dcc92eb5820134a0e2d8374c5eb0c1712b0e6bfa068497dbb62fec8838d9d1fc7714059c76e495ab1790db8ae8c421a6f0924cb696'
 'SKIP'
 
'7d2c26a9953d3b5a899053bdd7bd77051c67abe6480af2bfaaee06f20a399b0b4c0af35cfe9e6d2b1fc833dbff928ba46771a9127720073dda29aef9a2e0'
 
'773be7c45aaf84b79b260053dd4555be1b913238f680cf2c816e20d585db21c11ff41c985915ab0804bb3bc78af2e1e09133ed3b04e276e6379f63e9522064c1'



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

2022-04-05 Thread Sven-Hendrik Haase via arch-commits
Date: Tuesday, April 5, 2022 @ 22:59:03
  Author: svenstaro
Revision: 441611

archrelease: copy trunk to testing-x86_64

Added:
  bullet/repos/testing-x86_64/
  bullet/repos/testing-x86_64/PKGBUILD
(from rev 441610, bullet/trunk/PKGBUILD)
  bullet/repos/testing-x86_64/bullet3_examplebrowser.sh
(from rev 441610, bullet/trunk/bullet3_examplebrowser.sh)

---+
 PKGBUILD  |   92 
 bullet3_examplebrowser.sh |4 +
 2 files changed, 96 insertions(+)

Copied: bullet/repos/testing-x86_64/PKGBUILD (from rev 441610, 
bullet/trunk/PKGBUILD)
===
--- testing-x86_64/PKGBUILD (rev 0)
+++ testing-x86_64/PKGBUILD 2022-04-05 22:59:03 UTC (rev 441611)
@@ -0,0 +1,92 @@
+# Maintainer: Sven-Hendrik Haase 
+# Contributor: Christoph Zeiler 
+
+pkgbase=bullet
+pkgname=('bullet' 'bullet-docs' 'python-pybullet')
+pkgver=3.22
+_pkgver=3.22b
+pkgrel=1
+pkgdesc="A 3D Collision Detection and Rigid Body Dynamics Library for games 
and animation"
+arch=('x86_64')
+url="http://www.bulletphysics.com/Bullet/;
+license=('custom:zlib')
+makedepends=('cmake' 'doxygen' 'graphviz' 'ttf-dejavu' 'mesa' 'glu' 'python' 
'python-numpy' 'python-setuptools' 'ninja')
+source=("$pkgname-$pkgver.tar.gz::https://github.com/bulletphysics/bullet3/archive/refs/tags/${_pkgver}.tar.gz;
+bullet3_examplebrowser.sh)
+sha512sums=('9e2f3eb78b94de6a11d605f4ab87868f19d5aa8df61b35030c3866d47ae9c3e5cfc56ab57b8752d697c17489599de55f4066125f3e1fcbcbc61eed8821ae3f24'
+
'8741ad94b6c46c226d89aebc8ab06d8a11bac3c04d3f0a2bf7a7524792a3375aa7bf7d295410b16fbeb4c348a31057b4570acdebe9bbaea251f44daca8d9fe81')
+
+prepare() {
+  cd bullet3-${_pkgver}
+  sed -i '/SET_TARGET_PROPERTIES(pybullet PROPERTIES PREFIX/d' 
examples/pybullet/CMakeLists.txt
+}
+
+build() {
+  cd bullet3-${_pkgver}
+
+  cmake \
+  -Bbuild \
+  -GNinja \
+  -DCMAKE_INSTALL_PREFIX=/usr \
+  -DBUILD_SHARED_LIBS=1 \
+  -DINSTALL_LIBS=1 \
+  -DINSTALL_EXTRA_LIBS=1 \
+  -DBUILD_PYBULLET=ON \
+  -DBUILD_PYBULLET_NUMPY=ON \
+  -DBUILD_OPENGL3_DEMOS=ON \
+  -DCMAKE_BUILD_TYPE=Release \
+  -DCMAKE_SKIP_RPATH=YES
+
+  ninja -C build
+
+  python setup.py build
+  doxygen
+}
+
+package_bullet() {
+  optdepends=('glu: for the example browser'
+  'python: python bindings'
+  'python-numpy: python bindings'
+  'bullet-docs: documentation')
+
+  cd bullet3-${_pkgver}
+
+  DESTDIR="${pkgdir}" ninja -C build install
+
+  cd build
+
+  install -Dm755 
examples/ExampleBrowser/libBulletExampleBrowserLib.so.${pkgver} 
"${pkgdir}"/usr/lib/libBulletExampleBrowserLib.so.${pkgver}
+  install -Dm755 examples/OpenGLWindow/libOpenGLWindow.so 
"${pkgdir}"/usr/lib/libOpenGLWindow.so
+  install -Dm755 examples/ThirdPartyLibs/Gwen/libgwen.so 
"${pkgdir}"/usr/lib/libgwen.so
+  install -Dm755 examples/ThirdPartyLibs/BussIK/libBussIK.so 
"${pkgdir}"/usr/lib/libBussIK.so
+  install -Dm755 "${srcdir}"/bullet3_examplebrowser.sh 
"${pkgdir}"/usr/bin/bullet3_examplebrowser
+  install -Dm755 examples/ExampleBrowser/App_ExampleBrowser 
"${pkgdir}"/opt/bullet/App_ExampleBrowser
+  cp -r data "${pkgdir}"/opt/bullet/
+
+  install -Dm644 ../LICENSE.txt 
"${pkgdir}"/usr/share/licenses/${pkgbase}/LICENSE
+}
+
+package_python-pybullet() {
+  pkgdesc="Bullet Python bindings"
+  depends+=('bullet' 'gcc-libs')
+
+  cd bullet3-${_pkgver}
+
+  install -Dm755 build/examples/pybullet/libpybullet.so.${pkgver} 
"${pkgdir}"/usr/lib/libpybullet.so.${pkgver}
+  python setup.py install --prefix=/usr --root="${pkgdir}" --optimize=1 
--skip-build
+
+  install -Dm644 LICENSE.txt "${pkgdir}"/usr/share/licenses/${pkgname}/LICENSE
+}
+
+package_bullet-docs() {
+  pkgdesc="Documentation for bullet"
+
+  cd bullet3-${_pkgver}
+
+  # install docs
+  install -Dm644 docs/GPU_rigidbody_using_OpenCL.pdf 
"${pkgdir}"/usr/share/doc/bullet/GPU_rigidbody_using_OpenCL.pdf
+  install -Dm644 docs/Bullet_User_Manual.pdf 
"${pkgdir}"/usr/share/doc/bullet/Bullet_User_Manual.pdf
+  install -Dm644 docs/BulletQuickstart.pdf 
"${pkgdir}"/usr/share/doc/bullet/BulletQuickstart.pdf
+  cp -r html "${pkgdir}"/usr/share/doc/bullet/html
+}
+# vim: sw=2 ts=2 et:

Copied: bullet/repos/testing-x86_64/bullet3_examplebrowser.sh (from rev 441610, 
bullet/trunk/bullet3_examplebrowser.sh)
===
--- testing-x86_64/bullet3_examplebrowser.sh(rev 0)
+++ testing-x86_64/bullet3_examplebrowser.sh2022-04-05 22:59:03 UTC (rev 
441611)
@@ -0,0 +1,4 @@
+#!/usr/bin/env sh
+
+cd /opt/bullet
+./App_ExampleBrowser



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

2022-04-05 Thread Sven-Hendrik Haase via arch-commits
Date: Tuesday, April 5, 2022 @ 22:58:48
  Author: svenstaro
Revision: 441610

upgpkg: bullet 3.22-1

Modified:
  bullet/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2022-04-05 22:02:12 UTC (rev 441609)
+++ PKGBUILD2022-04-05 22:58:48 UTC (rev 441610)
@@ -3,27 +3,26 @@
 
 pkgbase=bullet
 pkgname=('bullet' 'bullet-docs' 'python-pybullet')
-pkgver=3.21
-# Upstream botched the tag so we're using the actual real commit for this 
release.
-_commit=6a59241074720e9df119f2f86bc01765917feb1e
-pkgrel=2
+pkgver=3.22
+_pkgver=3.22b
+pkgrel=1
 pkgdesc="A 3D Collision Detection and Rigid Body Dynamics Library for games 
and animation"
 arch=('x86_64')
 url="http://www.bulletphysics.com/Bullet/;
 license=('custom:zlib')
 makedepends=('cmake' 'doxygen' 'graphviz' 'ttf-dejavu' 'mesa' 'glu' 'python' 
'python-numpy' 'python-setuptools' 'ninja')
-source=("$pkgname-$pkgver.tar.gz::https://github.com/bulletphysics/bullet3/archive/${_commit}.tar.gz;
+source=("$pkgname-$pkgver.tar.gz::https://github.com/bulletphysics/bullet3/archive/refs/tags/${_pkgver}.tar.gz;
 bullet3_examplebrowser.sh)
-sha512sums=('f262c1c517f17f641d0a991611ca8a0776e34165af438a8a8d2d62a960e6ce3885198718ed7d1f4e9c4c42a497a3b1d7143c526010fd202bcc9efda19fa0e33b'
+sha512sums=('9e2f3eb78b94de6a11d605f4ab87868f19d5aa8df61b35030c3866d47ae9c3e5cfc56ab57b8752d697c17489599de55f4066125f3e1fcbcbc61eed8821ae3f24'
 
'8741ad94b6c46c226d89aebc8ab06d8a11bac3c04d3f0a2bf7a7524792a3375aa7bf7d295410b16fbeb4c348a31057b4570acdebe9bbaea251f44daca8d9fe81')
 
 prepare() {
-  cd bullet3-${_commit}
+  cd bullet3-${_pkgver}
   sed -i '/SET_TARGET_PROPERTIES(pybullet PROPERTIES PREFIX/d' 
examples/pybullet/CMakeLists.txt
 }
 
 build() {
-  cd bullet3-${_commit}
+  cd bullet3-${_pkgver}
 
   cmake \
   -Bbuild \
@@ -50,7 +49,7 @@
   'python-numpy: python bindings'
   'bullet-docs: documentation')
 
-  cd bullet3-${_commit}
+  cd bullet3-${_pkgver}
 
   DESTDIR="${pkgdir}" ninja -C build install
 
@@ -71,7 +70,7 @@
   pkgdesc="Bullet Python bindings"
   depends+=('bullet' 'gcc-libs')
 
-  cd bullet3-${_commit}
+  cd bullet3-${_pkgver}
 
   install -Dm755 build/examples/pybullet/libpybullet.so.${pkgver} 
"${pkgdir}"/usr/lib/libpybullet.so.${pkgver}
   python setup.py install --prefix=/usr --root="${pkgdir}" --optimize=1 
--skip-build
@@ -82,7 +81,7 @@
 package_bullet-docs() {
   pkgdesc="Documentation for bullet"
 
-  cd bullet3-${_commit}
+  cd bullet3-${_pkgver}
 
   # install docs
   install -Dm644 docs/GPU_rigidbody_using_OpenCL.pdf 
"${pkgdir}"/usr/share/doc/bullet/GPU_rigidbody_using_OpenCL.pdf



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

2022-04-05 Thread Sven-Hendrik Haase via arch-commits
Date: Tuesday, April 5, 2022 @ 22:47:03
  Author: svenstaro
Revision: 1181530

archrelease: copy trunk to community-x86_64

Added:
  minio-client/repos/community-x86_64/PKGBUILD
(from rev 1181529, minio-client/trunk/PKGBUILD)
  minio-client/repos/community-x86_64/minio-client.install
(from rev 1181529, minio-client/trunk/minio-client.install)
Deleted:
  minio-client/repos/community-x86_64/PKGBUILD
  minio-client/repos/community-x86_64/minio-client.install

--+
 PKGBUILD |   76 -
 minio-client.install |6 +--
 2 files changed, 41 insertions(+), 41 deletions(-)

Deleted: PKGBUILD
===
--- PKGBUILD2022-04-05 22:46:48 UTC (rev 1181529)
+++ PKGBUILD2022-04-05 22:47:03 UTC (rev 1181530)
@@ -1,38 +0,0 @@
-# Maintainer: Sven-Hendrik Haase 
-# Contributor: Dhananjay Balan 
-
-pkgname=minio-client
-pkgver=2022.03.13
-_timever=T22:34:00Z
-_pkgver="${pkgver//./-}${_timever//:/-}"
-pkgrel=1
-pkgdesc='Replacement for ls, cp, mkdir, diff and rsync commands for 
filesystems and object storage'
-arch=('x86_64')
-url='https://minio.io/downloads/#minio-client'
-license=('Apache')
-makedepends=('go' 'git')
-depends=('glibc')
-install=minio-client.install
-source=(git+https://github.com/minio/mc.git#tag=RELEASE.${_pkgver})
-sha512sums=('SKIP')
-
-build() {
-  export CGO_LDFLAGS="${LDFLAGS}"
-  export CGO_CFLAGS="${CFLAGS}"
-  export CGO_CPPFLAGS="${CPPFLAGS}"
-  export CGO_CXXFLAGS="${CXXFLAGS}"
-  export GOFLAGS="-buildmode=pie -trimpath -ldflags=-linkmode=external 
-mod=readonly -modcacherw"
-
-  cd mc
-
-  sed -i "s/Version.*/Version = \"${pkgver//./-}${_timever}\"/g" 
cmd/build-constants.go
-  sed -i "s/ReleaseTag.*/ReleaseTag = \"RELEASE.${_pkgver}\"/g" 
cmd/build-constants.go
-  sed -i "s/CommitID.*/CommitID = \"$(git rev-parse HEAD)\"/g" 
cmd/build-constants.go
-
-  go build .
-}
-
-package() {
-  install -Dm755 mc/mc "$pkgdir/usr/bin/mcli"
-}
-# vim:set ts=2 sw=2 et:

Copied: minio-client/repos/community-x86_64/PKGBUILD (from rev 1181529, 
minio-client/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2022-04-05 22:47:03 UTC (rev 1181530)
@@ -0,0 +1,38 @@
+# Maintainer: Sven-Hendrik Haase 
+# Contributor: Dhananjay Balan 
+
+pkgname=minio-client
+pkgver=2022.04.01
+_timever=T23:44:48Z
+_pkgver="${pkgver//./-}${_timever//:/-}"
+pkgrel=1
+pkgdesc='Replacement for ls, cp, mkdir, diff and rsync commands for 
filesystems and object storage'
+arch=('x86_64')
+url='https://minio.io/downloads/#minio-client'
+license=('Apache')
+makedepends=('go' 'git')
+depends=('glibc')
+install=minio-client.install
+source=(git+https://github.com/minio/mc.git#tag=RELEASE.${_pkgver})
+sha512sums=('SKIP')
+
+build() {
+  export CGO_LDFLAGS="${LDFLAGS}"
+  export CGO_CFLAGS="${CFLAGS}"
+  export CGO_CPPFLAGS="${CPPFLAGS}"
+  export CGO_CXXFLAGS="${CXXFLAGS}"
+  export GOFLAGS="-buildmode=pie -trimpath -ldflags=-linkmode=external 
-mod=readonly -modcacherw"
+
+  cd mc
+
+  sed -i "s/Version.*/Version = \"${pkgver//./-}${_timever}\"/g" 
cmd/build-constants.go
+  sed -i "s/ReleaseTag.*/ReleaseTag = \"RELEASE.${_pkgver}\"/g" 
cmd/build-constants.go
+  sed -i "s/CommitID.*/CommitID = \"$(git rev-parse HEAD)\"/g" 
cmd/build-constants.go
+
+  go build .
+}
+
+package() {
+  install -Dm755 mc/mc "$pkgdir/usr/bin/mcli"
+}
+# vim:set ts=2 sw=2 et:

Deleted: minio-client.install
===
--- minio-client.install2022-04-05 22:46:48 UTC (rev 1181529)
+++ minio-client.install2022-04-05 22:47:03 UTC (rev 1181530)
@@ -1,3 +0,0 @@
-pre_install() {
-echo "NOTE: The binary is named mcli, suggested by 
https://github.com/minio/mc/blob/RELEASE.2018-01-18T21-18-56Z/CONFLICT.md;
-}

Copied: minio-client/repos/community-x86_64/minio-client.install (from rev 
1181529, minio-client/trunk/minio-client.install)
===
--- minio-client.install(rev 0)
+++ minio-client.install2022-04-05 22:47:03 UTC (rev 1181530)
@@ -0,0 +1,3 @@
+pre_install() {
+echo "NOTE: The binary is named mcli, suggested by 
https://github.com/minio/mc/blob/RELEASE.2018-01-18T21-18-56Z/CONFLICT.md;
+}



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

2022-04-05 Thread Sven-Hendrik Haase via arch-commits
Date: Tuesday, April 5, 2022 @ 22:46:48
  Author: svenstaro
Revision: 1181529

upgpkg: minio-client 2022.04.01-1

Modified:
  minio-client/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2022-04-05 22:41:19 UTC (rev 1181528)
+++ PKGBUILD2022-04-05 22:46:48 UTC (rev 1181529)
@@ -2,8 +2,8 @@
 # Contributor: Dhananjay Balan 
 
 pkgname=minio-client
-pkgver=2022.03.13
-_timever=T22:34:00Z
+pkgver=2022.04.01
+_timever=T23:44:48Z
 _pkgver="${pkgver//./-}${_timever//:/-}"
 pkgrel=1
 pkgdesc='Replacement for ls, cp, mkdir, diff and rsync commands for 
filesystems and object storage'



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

2022-04-05 Thread Sven-Hendrik Haase via arch-commits
Date: Tuesday, April 5, 2022 @ 22:41:19
  Author: svenstaro
Revision: 1181528

archrelease: copy trunk to community-x86_64

Added:
  minio/repos/community-x86_64/PKGBUILD
(from rev 1181527, minio/trunk/PKGBUILD)
  minio/repos/community-x86_64/minio.conf
(from rev 1181527, minio/trunk/minio.conf)
  minio/repos/community-x86_64/minio.service
(from rev 1181527, minio/trunk/minio.service)
  minio/repos/community-x86_64/minio.sysusers
(from rev 1181527, minio/trunk/minio.sysusers)
Deleted:
  minio/repos/community-x86_64/PKGBUILD
  minio/repos/community-x86_64/minio.conf
  minio/repos/community-x86_64/minio.service
  minio/repos/community-x86_64/minio.sysusers

+
 PKGBUILD   |  102 +++
 minio.conf |   16 
 minio.service  |   54 ++---
 minio.sysusers |2 -
 4 files changed, 87 insertions(+), 87 deletions(-)

Deleted: PKGBUILD
===
--- PKGBUILD2022-04-05 22:40:55 UTC (rev 1181527)
+++ PKGBUILD2022-04-05 22:41:19 UTC (rev 1181528)
@@ -1,51 +0,0 @@
-# Maintainer: Sven-Hendrik Haase 
-# Contributor: Frederik Schwan 
-# Contributor: Daniel Maslowski 
-
-pkgname=minio
-pkgver=2022.03.14
-_timever=T18:25:24Z
-_pkgver="${pkgver//./-}${_timever//:/-}"
-pkgrel=1
-pkgdesc='Object storage server compatible with Amazon S3'
-arch=('x86_64')
-url='https://minio.io'
-license=('APACHE')
-depends=('glibc')
-makedepends=('go' 'git')
-options=('!strip')
-source=(git+https://github.com/minio/minio.git#tag=RELEASE.${_pkgver}
-minio.conf
-minio.service
-minio.sysusers)
-backup=('etc/minio/minio.conf')
-sha512sums=('SKIP'
-
'9fb09d19af9d7a00e4680cd92d208ddd44ce52328f6efee68d7ee47f591cbe77ee88ce139a677bcf8836de0643de18c6c7c4005d50b0056f9b861c3d595e5233'
-
'59aa13b47494564c8eea23dd48fdccef0e65adc0defd4bbd9ca039fd602de0791e1311e444bddca71a1bec7a58cb4eaafad09a8d9ae61eb1e534287dfdf610c2'
-
'7e4617aed266cf48a2ff9b0e80e31641d998537c78d2c56ce97b828cfc77d96dbf64728d4235dac7382d6e5b201388bef6722959302de5e2298d93f4ec1e0e63')
-
-build() {
-  export CGO_LDFLAGS="${LDFLAGS}"
-  export CGO_CFLAGS="${CFLAGS}"
-  export CGO_CPPFLAGS="${CPPFLAGS}"
-  export CGO_CXXFLAGS="${CXXFLAGS}"
-  export GOFLAGS="-buildmode=pie -trimpath -ldflags=-linkmode=external 
-mod=readonly -modcacherw"
-
-  cd minio
-
-  sed -i "s/Version.*/Version = \"${pkgver//./-}${_timever}\"/g" 
cmd/build-constants.go
-  sed -i "s/ReleaseTag.*/ReleaseTag = \"RELEASE.${_pkgver}\"/g" 
cmd/build-constants.go
-  sed -i "s/CommitID.*/CommitID = \"$(git rev-parse HEAD)\"/g" 
cmd/build-constants.go
-
-  go build .
-}
-
-package() {
-  install -dm750 -o 103 -g 103 "${pkgdir}/srv/minio"
-  install -dm750 -o 103 -g 103 "${pkgdir}/var/lib/minio"
-
-  install -Dm755 minio/minio "${pkgdir}/usr/bin/minio"
-  install -Dm600 "${srcdir}/minio.conf" "${pkgdir}/etc/minio/minio.conf"
-  install -Dm644 "${srcdir}/minio.service" 
"${pkgdir}/usr/lib/systemd/system/minio.service"
-  install -Dm644 "${srcdir}/minio.sysusers" 
"${pkgdir}/usr/lib/sysusers.d/minio.conf"
-}

Copied: minio/repos/community-x86_64/PKGBUILD (from rev 1181527, 
minio/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2022-04-05 22:41:19 UTC (rev 1181528)
@@ -0,0 +1,51 @@
+# Maintainer: Sven-Hendrik Haase 
+# Contributor: Frederik Schwan 
+# Contributor: Daniel Maslowski 
+
+pkgname=minio
+pkgver=2022.04.01
+_timever=T03:41:39Z
+_pkgver="${pkgver//./-}${_timever//:/-}"
+pkgrel=1
+pkgdesc='Object storage server compatible with Amazon S3'
+arch=('x86_64')
+url='https://minio.io'
+license=('APACHE')
+depends=('glibc')
+makedepends=('go' 'git')
+options=('!strip')
+source=(git+https://github.com/minio/minio.git#tag=RELEASE.${_pkgver}
+minio.conf
+minio.service
+minio.sysusers)
+backup=('etc/minio/minio.conf')
+sha512sums=('SKIP'
+
'9fb09d19af9d7a00e4680cd92d208ddd44ce52328f6efee68d7ee47f591cbe77ee88ce139a677bcf8836de0643de18c6c7c4005d50b0056f9b861c3d595e5233'
+
'59aa13b47494564c8eea23dd48fdccef0e65adc0defd4bbd9ca039fd602de0791e1311e444bddca71a1bec7a58cb4eaafad09a8d9ae61eb1e534287dfdf610c2'
+
'7e4617aed266cf48a2ff9b0e80e31641d998537c78d2c56ce97b828cfc77d96dbf64728d4235dac7382d6e5b201388bef6722959302de5e2298d93f4ec1e0e63')
+
+build() {
+  export CGO_LDFLAGS="${LDFLAGS}"
+  export CGO_CFLAGS="${CFLAGS}"
+  export CGO_CPPFLAGS="${CPPFLAGS}"
+  export CGO_CXXFLAGS="${CXXFLAGS}"
+  export GOFLAGS="-buildmode=pie -trimpath -ldflags=-linkmode=external 
-mod=readonly -modcacherw"
+
+  cd minio
+
+  sed -i "s/Version.*/Version = \"${pkgver//./-}${_timever}\"/g" 
cmd/build-constants.go
+  sed -i "s/ReleaseTag.*/ReleaseTag = \"RELEASE.${_pkgver}\"/g" 
cmd/build-constants.go
+  sed -i "s/CommitID.*/CommitID = \"$(git rev-parse HEAD)\"/g" 

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

2022-04-05 Thread Sven-Hendrik Haase via arch-commits
Date: Tuesday, April 5, 2022 @ 22:40:55
  Author: svenstaro
Revision: 1181527

upgpkg: minio 2022.04.01-1

Modified:
  minio/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2022-04-05 22:23:01 UTC (rev 1181526)
+++ PKGBUILD2022-04-05 22:40:55 UTC (rev 1181527)
@@ -3,8 +3,8 @@
 # Contributor: Daniel Maslowski 
 
 pkgname=minio
-pkgver=2022.03.14
-_timever=T18:25:24Z
+pkgver=2022.04.01
+_timever=T03:41:39Z
 _pkgver="${pkgver//./-}${_timever//:/-}"
 pkgrel=1
 pkgdesc='Object storage server compatible with Amazon S3'



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

2022-04-05 Thread Sven-Hendrik Haase via arch-commits
Date: Tuesday, April 5, 2022 @ 22:22:32
  Author: svenstaro
Revision: 1181519

archrelease: copy trunk to community-x86_64

Added:
  glfw/repos/community-x86_64/PKGBUILD
(from rev 1181518, glfw/trunk/PKGBUILD)
Deleted:
  glfw/repos/community-x86_64/PKGBUILD

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

Deleted: PKGBUILD
===
--- PKGBUILD2022-04-05 22:22:15 UTC (rev 1181518)
+++ PKGBUILD2022-04-05 22:22:32 UTC (rev 1181519)
@@ -1,78 +0,0 @@
-# Maintainer: Sven-Hendrik Haase 
-# Contributor: philefou 
-# Contributor: lindquist 
-# Contributor: Christoph Siegenthaler 
-# Contributor: Mihai Militaru 
-# Contributor: SpepS 
-
-pkgbase=glfw
-pkgname=('glfw-x11' 'glfw-wayland' 'glfw-doc')
-pkgver=3.3.6
-pkgrel=1
-arch=('x86_64')
-url="https://www.glfw.org/;
-license=('custom:ZLIB')
-makedepends=('mesa' 'cmake' 'doxygen' 'vulkan-headers' 'vulkan-icd-loader'
- 'extra-cmake-modules' 'wayland-protocols' 'libxi' 'libxrandr'
- 'libxcursor' 'libxkbcommon' 'libxinerama')
-source=("$pkgname-$pkgver.tar.gz::https://github.com/glfw/glfw/archive/${pkgver}.tar.gz;)
-sha512sums=('4c295c5f4c02f6ede125fce67c52a97450f552f3985b664745bd8a836c1d6d69c04727c956fd26ec61f1e5fd9c074a28dcf6b1d1800f118444eef066f048b201')
-
-prepare() {
-  cd "$srcdir/$pkgbase-$pkgver"
-  mkdir build-x11 build-wayland
-}
-
-build() {
-  cd "$srcdir/$pkgbase-$pkgver/build-x11"
-
-  cmake .. \
-  -DCMAKE_INSTALL_PREFIX=/usr \
-  -DCMAKE_INSTALL_LIBDIR=lib \
-  -DBUILD_SHARED_LIBS=ON
-  make docs
-
-  cd ../build-wayland
-
-  cmake .. \
-  -DCMAKE_INSTALL_PREFIX=/usr \
-  -DCMAKE_INSTALL_LIBDIR=lib \
-  -DBUILD_SHARED_LIBS=ON \
-  -DGLFW_USE_WAYLAND=ON
-}
-
-package_glfw-x11() {
-  pkgdesc="A free, open source, portable framework for graphical application 
development (x11)"
-  depends=('libxi' 'libxrandr' 'libxinerama' 'libxcursor' 'libgl')
-  replaces=('glfw')
-  conflicts=('glfw')
-  provides=("glfw=$pkgver")
-
-  cd "$srcdir/$pkgbase-$pkgver"/build-x11
-
-  make DESTDIR=$pkgdir install
-
-  cd ..
-  install -Dm644 LICENSE.md "$pkgdir/usr/share/licenses/$pkgname/LICENSE.md"
-}
-
-package_glfw-wayland() {
-  pkgdesc="A free, open source, portable framework for graphical application 
development (wayland)"
-  depends=('wayland' 'libxkbcommon' 'libgl')
-  conflicts=('glfw')
-  provides=("glfw=$pkgver")
-
-  cd "$srcdir/$pkgbase-$pkgver"/build-wayland
-
-  make DESTDIR=$pkgdir install
-
-  cd ..
-  install -Dm644 LICENSE.md "$pkgdir/usr/share/licenses/$pkgname/LICENSE.md"
-}
-
-package_glfw-doc() {
-  pkgdesc="Set of HTML documentation for GLFW"
-
-  mkdir -p "${pkgdir}/usr/share/doc/glfw/"
-  cp -r "${srcdir}/glfw-${pkgver}/build-x11/docs/html" 
"${pkgdir}/usr/share/doc/glfw"
-}

Copied: glfw/repos/community-x86_64/PKGBUILD (from rev 1181518, 
glfw/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2022-04-05 22:22:32 UTC (rev 1181519)
@@ -0,0 +1,78 @@
+# Maintainer: Sven-Hendrik Haase 
+# Contributor: philefou 
+# Contributor: lindquist 
+# Contributor: Christoph Siegenthaler 
+# Contributor: Mihai Militaru 
+# Contributor: SpepS 
+
+pkgbase=glfw
+pkgname=('glfw-x11' 'glfw-wayland' 'glfw-doc')
+pkgver=3.3.7
+pkgrel=1
+arch=('x86_64')
+url="https://www.glfw.org/;
+license=('custom:ZLIB')
+makedepends=('mesa' 'cmake' 'doxygen' 'vulkan-headers' 'vulkan-icd-loader'
+ 'extra-cmake-modules' 'wayland-protocols' 'libxi' 'libxrandr'
+ 'libxcursor' 'libxkbcommon' 'libxinerama')
+source=("$pkgname-$pkgver.tar.gz::https://github.com/glfw/glfw/archive/${pkgver}.tar.gz;)
+sha512sums=('7b71a5a564633c3617bb0e765566069de9d54e0381fb828959a77a42ca94546623fda514292adee72ddacacc305b219a2e6c4bb799bfab8186010642bc2dffe8')
+
+prepare() {
+  cd "$srcdir/$pkgbase-$pkgver"
+  mkdir build-x11 build-wayland
+}
+
+build() {
+  cd "$srcdir/$pkgbase-$pkgver/build-x11"
+
+  cmake .. \
+  -DCMAKE_INSTALL_PREFIX=/usr \
+  -DCMAKE_INSTALL_LIBDIR=lib \
+  -DBUILD_SHARED_LIBS=ON
+  make docs
+
+  cd ../build-wayland
+
+  cmake .. \
+  -DCMAKE_INSTALL_PREFIX=/usr \
+  -DCMAKE_INSTALL_LIBDIR=lib \
+  -DBUILD_SHARED_LIBS=ON \
+  -DGLFW_USE_WAYLAND=ON
+}
+
+package_glfw-x11() {
+  pkgdesc="A free, open source, portable framework for graphical application 
development (x11)"
+  depends=('libxi' 'libxrandr' 'libxinerama' 'libxcursor' 'libgl')
+  replaces=('glfw')
+  conflicts=('glfw')
+  provides=("glfw=$pkgver")
+
+  cd "$srcdir/$pkgbase-$pkgver"/build-x11
+
+  make DESTDIR=$pkgdir install
+
+  cd ..
+  install -Dm644 LICENSE.md "$pkgdir/usr/share/licenses/$pkgname/LICENSE.md"
+}
+
+package_glfw-wayland() {
+  pkgdesc="A free, open source, portable framework for graphical application 
development (wayland)"
+  depends=('wayland' 

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

2022-04-05 Thread Sven-Hendrik Haase via arch-commits
Date: Tuesday, April 5, 2022 @ 22:22:15
  Author: svenstaro
Revision: 1181518

upgpkg: glfw 3.3.7-1

Modified:
  glfw/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2022-04-05 22:17:13 UTC (rev 1181517)
+++ PKGBUILD2022-04-05 22:22:15 UTC (rev 1181518)
@@ -7,7 +7,7 @@
 
 pkgbase=glfw
 pkgname=('glfw-x11' 'glfw-wayland' 'glfw-doc')
-pkgver=3.3.6
+pkgver=3.3.7
 pkgrel=1
 arch=('x86_64')
 url="https://www.glfw.org/;
@@ -16,7 +16,7 @@
  'extra-cmake-modules' 'wayland-protocols' 'libxi' 'libxrandr'
  'libxcursor' 'libxkbcommon' 'libxinerama')
 
source=("$pkgname-$pkgver.tar.gz::https://github.com/glfw/glfw/archive/${pkgver}.tar.gz;)
-sha512sums=('4c295c5f4c02f6ede125fce67c52a97450f552f3985b664745bd8a836c1d6d69c04727c956fd26ec61f1e5fd9c074a28dcf6b1d1800f118444eef066f048b201')
+sha512sums=('7b71a5a564633c3617bb0e765566069de9d54e0381fb828959a77a42ca94546623fda514292adee72ddacacc305b219a2e6c4bb799bfab8186010642bc2dffe8')
 
 prepare() {
   cd "$srcdir/$pkgbase-$pkgver"



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

2022-04-05 Thread Antonio Rojas via arch-commits
Date: Tuesday, April 5, 2022 @ 22:01:43
  Author: arojas
Revision: 441608

Update to 91.8.0

Modified:
  thunderbird/trunk/PKGBUILD

--+
 PKGBUILD |  130 ++---
 1 file changed, 65 insertions(+), 65 deletions(-)

Modified: PKGBUILD
===
--- PKGBUILD2022-04-05 20:02:58 UTC (rev 441607)
+++ PKGBUILD2022-04-05 22:01:43 UTC (rev 441608)
@@ -7,7 +7,7 @@
 
 pkgbase=thunderbird
 pkgname=(thunderbird)
-pkgver=91.7.0
+pkgver=91.8.0
 pkgrel=1
 pkgdesc='Standalone mail and news reader from mozilla.org'
 url='https://www.mozilla.org/thunderbird/'
@@ -213,7 +213,7 @@
 esac
 done
 
-sha512sums=('2afaee16f155edcb0bdb46ebe282a733cf041ec6f562aebd06f8b675e46917f6f500fcc532fc54d74f3f4b0b489a88934a2c6c304f849873de4bc2690b9056a0'
+sha512sums=('147c7ad68b0a32cc0fd4405935836af1fa77bbce6a1e367b51ef9871e7fc2a8fe908a1d200be34326f4f339d272e62f619b75680201fe82d301ddd02e23824d5'
 'SKIP'
 
'a0061fcb2a7f66061e336a8d95948592f56f4752e56467f14ba63846720ebf845cce7511d1a2637e3b80d5a1ffdaa2fb783fa37195103425ef65222d45372012'
 
'6918c0de63deeddc6f53b9ba331390556c12e0d649cf54587dfaabb98b32d6a597b63cf02809c7c58b15501720455a724d527375a8fb9d757ccca57460320734'
@@ -220,68 +220,68 @@
 
'5cd3ac4c94ef6dcce72fba02bc18b771a2f67906ff795e0e3d71ce7db6d8a41165bd5443908470915bdbdb989cf3f837c4ba3a36413f55ec570e6efdbb9f'
 
'328422adac0cfe6af4ecdcd864004b7ada8f8171aa954fecc23a7e883e90a9bb0848372faa1100440dc754922f965e1e7b98c185aa88df190bff1051d2146c85'
 
'7e43b1f25827ddae615ad43fc1e11c6ba439d6c2049477dfe60e00188a70c0a76160c59a97cc01d1fd99c476f261c7cecb57628b5be48874be7cf991c22db290'
-
'1f0bdfd7b8bb0e665ef12834b3c656b4cd6140893ef75ec83e20f82a90686a46cc4f573276402fd5fc4e6ded65aebca6af29d3e9adc0d2750574fc64dc1feb30'
-
'a61d722e08007099b375ccd2552374ae8b3335919fc6efb7ae2a36898e824a09b00cf85510f8eb0fe43cd28847de238db849e98c240e610bd72f58d57d861094'
-
'34065a120d6bf123dbd892d51ea336e94ffeb8a15d39f9c7d14eb57b04b434da8b488ad6c4cffbd28fc47f3f6ef544a5c4cb6eb34d012776d0991430c559e143'
-
'609a97ef78769c3f4d551e8f3e93a285a65bc4bc32c645ec97ad3f46524f55a2c88047bc828dfdcf0b7607202ca02759258bae1962e7ac4aa2f1ee79e44d8098'
-
'b6173dcbc40c60da34c1c382dd8bc5214595f6990b43572645b29f5b54ec2081cf560169bddb0c9bb8173e45d9c596ab715ce3d53e6eab3380b61ed44107df70'
-
'b90becdfcaeefb93a0cf6d72574f9144582cc8bb39ffa46444b8e4d1cc9096d0b23d1f74408dcef91ad39baff310bce84305677b162eebdc3a5ab3a50c52d04d'
-
'80e0c0f942dcac0f0eb7d7d175117719fc48597041feaf04d9206eb1d82dfaf79b980c8ef3516e29d43ac2c9dab95ae06119149b50235678516bae811fd08560'
-
'df124706819a86a37f441cf83fa422af01f7c2c37cfc332f9620fafb39e977d08acbd7650250f4b71f81b5fd1d547f3e48abab7a49630de5d77c30be11b06d33'
-
'fb2e5f465952ab5fc75ef912b6a76e375d5f3fb09187ffb5fabd67e19507e85092e25aaab2eab9e3bb7f113d031b47d930860a95e7ec2e4c9fd090a61b7f01ef'
-
'bcbaa82dd763a7992a873c78eef6d2efa56861a686dd95cd006b749b9f6ae4e09941e07438e538dc262d541578bc4bfb9cacaace89ed26b1ca0c1006c24c4dd4'
-
'bb37e05fdb535c7659a8124b3cbbac4369cf972f8ac7b5140a5b908415a9a87896d594fbf04c99c265ef827b732feedf11237c37af6f1adde82350b0b8df7e00'
-
'f785a40051c46dc5868b1eb398b278ae9bb9da264f7b9ef8ef4cfa38976fc833f93a2f17cf7753643d0ff2ee0ac7c0bd6ad9feb1e746a7db86fb9a9fdf5892f8'
-
'9043304c11142eca7d5d7f40b5891063e31d52983de435f6ff6d86e18e5c5ec4b7e81bd9435a27e35b417bc2fa3069ab635d772ac386e2e0772c364c995e422d'
-
'98ea53c2802331281d5c714fcde0ff0dfcc61c313e1e782efeab95de1985cdeaa08d87b3007ebda45fddda802b41ea29da063ff982ba388d07a725fc8def92ba'
-
'0b6c6d31601ca1d7cccb569e70e6f8c7be7cba8e5cefe58fdfaf2c283aa425d594164fefbb826281938f437fee8639608cc4241efd0dd48f2c918851990e'
-
'4738d17d818a4cac063d674ac790638adcfc77f4da5699d4d1a26c6d98dd974bdc0ffc745e5f33db59450c270bd0fe07bb1f00d46f0037fa593659072c392101'
-
'330dc0f1bae083fcd8b0731d858406fc87faf7e5304e7ec20d8455f006de6b316235e6834d1dd17c053b0705941ce628dda24712282966c5150d04f793f3'
-
'9e989ff753276323d5846491be9eb987fa7c2df7ed459aa5acefd6505f4baa83f9d46238b43d8891ed8f8ff805aacaf62560ef1f5177b8a5c6819384fd3bb764'
-
'bc168ea644851ad96d9deda9939dee6fcbf7be941e5740ab73303d2d5213df9a883c0882cc0db636ea01e573faf6c4c6de06adc1c26e849a80ad4a73d79fc7a0'
-
'2f746cec39056a695426031c0c66b63b13794d9f55507f0a797155b65a2e9588a3dc23fe67a5b8d2422b6fca4b5545dd7dd57fc5af5e9f7c44efdc732fe2c71c'
-
'9c2d22728d42d048ae4c05b44073f6d4883ebfd8d1a8ef071d760aef29930140ad6a64c6b71c0a4800e1d2840d683b508280a816e05c3e0574e93fbc0249296d'
-
'6487c694eccc34c6ed89a56c936cf1b31c7f9b1be5fb7e0e8e1a89449d5bb7188ddf81d705fe3719381123d252574e4ddc2577c330111b9a01d97ff749207afa'
-

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

2022-04-05 Thread Christian Rebischke via arch-commits
Date: Tuesday, April 5, 2022 @ 21:07:55
  Author: shibumi
Revision: 1181510

archrelease: copy trunk to community-x86_64

Added:
  knative-client/repos/community-x86_64/PKGBUILD
(from rev 1181509, knative-client/trunk/PKGBUILD)
Deleted:
  knative-client/repos/community-x86_64/PKGBUILD

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

Deleted: PKGBUILD
===
--- PKGBUILD2022-04-05 21:07:45 UTC (rev 1181509)
+++ PKGBUILD2022-04-05 21:07:55 UTC (rev 1181510)
@@ -1,39 +0,0 @@
-# Maintainer : Christian Rebischke 
-
-pkgname=knative-client
-_pkgname=client
-pkgver=1.0.0
-pkgrel=1
-pkgdesc="knative client"
-arch=('x86_64')
-url="https://github.com/knative/client;
-license=('Apache')
-makedepends=('go')
-depends=('glibc')
-source=("${pkgname}-${pkgver}.tar.gz::https://github.com/knative/${_pkgname}/archive/refs/tags/knative-v${pkgver}.tar.gz;)
-sha512sums=('fce77769b91f2a5fb0c21e1b70f37f542661cef4dd6b523335d1f6d68388d41674fc3987056f8a3054457d70e501a9eb450fda1efe4783a563a7399d9c8154f7')
-b2sums=('38bba50fbdd371e88f6b21fb83cb22f0fdd1c140f5af767af1052b934d7aad6b4cfcb53a9144c71382ab9b443df0f08396c512498c5c8bbf730a77713944ac8f')
-
-build() {
-  cd "client-knative-v${pkgver}/cmd/kn"
-  export CGO_CPPFLAGS="${CPPFLAGS}"
-  export CGO_CFLAGS="${CFLAGS}"
-  export CGO_CXXFLAGS="${CXXFLAGS}"
-  export CGO_LDFLAGS="${LDFLAGS}"
-  export GOFLAGS="-buildmode=pie -trimpath -mod=readonly -modcacherw 
-ldflags=-linkmode=external"
-  go build -v
-}
-
-check() {
-  cd "client-knative-v${pkgver}"
-  go test -v ./...
-}
-
-package() {
-  cd "client-knative-v${pkgver}/cmd/kn"
-  mkdir -p "${pkgdir}/usr/share/bash-completion/completions"
-  mkdir -p "${pkgdir}/usr/share/zsh/site-functions"
-  ./kn completion zsh > "${pkgdir}/usr/share/zsh/site-functions/_kn"
-  ./kn completion bash > "${pkgdir}/usr/share/bash-completion/completions/kn"
-  install -Dm755 kn "${pkgdir}/usr/bin/kn"
-}

Copied: knative-client/repos/community-x86_64/PKGBUILD (from rev 1181509, 
knative-client/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2022-04-05 21:07:55 UTC (rev 1181510)
@@ -0,0 +1,39 @@
+# Maintainer : Christian Rebischke 
+
+pkgname=knative-client
+_pkgname=client
+pkgver=1.3.1
+pkgrel=1
+pkgdesc="knative client"
+arch=('x86_64')
+url="https://github.com/knative/client;
+license=('Apache')
+makedepends=('go')
+depends=('glibc')
+source=("${pkgname}-${pkgver}.tar.gz::https://github.com/knative/${_pkgname}/archive/refs/tags/knative-v${pkgver}.tar.gz;)
+sha512sums=('d837831d8c7d76ebd7c439b317b00747a6afccb6853fa4a74c87690e70091c13f75a36921c803c21ef9dc1f9fff38e07eeaaa11199f637d2bfa71a7535a8baa8')
+b2sums=('a723f125f142b40dc7bcb39d55a4add799ada159134b60e149183752635407579af11a4ed137799430447e71b8277064babeb9e5cd651795f2d470c7d4aaa5ca')
+
+build() {
+  cd "client-knative-v${pkgver}/cmd/kn"
+  export CGO_CPPFLAGS="${CPPFLAGS}"
+  export CGO_CFLAGS="${CFLAGS}"
+  export CGO_CXXFLAGS="${CXXFLAGS}"
+  export CGO_LDFLAGS="${LDFLAGS}"
+  export GOFLAGS="-buildmode=pie -trimpath -mod=readonly -modcacherw 
-ldflags=-linkmode=external"
+  go build -v
+}
+
+check() {
+  cd "client-knative-v${pkgver}"
+  go test -v ./...
+}
+
+package() {
+  cd "client-knative-v${pkgver}/cmd/kn"
+  mkdir -p "${pkgdir}/usr/share/bash-completion/completions"
+  mkdir -p "${pkgdir}/usr/share/zsh/site-functions"
+  ./kn completion zsh > "${pkgdir}/usr/share/zsh/site-functions/_kn"
+  ./kn completion bash > "${pkgdir}/usr/share/bash-completion/completions/kn"
+  install -Dm755 kn "${pkgdir}/usr/bin/kn"
+}



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

2022-04-05 Thread Christian Rebischke via arch-commits
Date: Tuesday, April 5, 2022 @ 21:07:45
  Author: shibumi
Revision: 1181509

upgpkg: knative-client 1.3.1-1

Modified:
  knative-client/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2022-04-05 21:01:21 UTC (rev 1181508)
+++ PKGBUILD2022-04-05 21:07:45 UTC (rev 1181509)
@@ -2,7 +2,7 @@
 
 pkgname=knative-client
 _pkgname=client
-pkgver=1.0.0
+pkgver=1.3.1
 pkgrel=1
 pkgdesc="knative client"
 arch=('x86_64')
@@ -11,8 +11,8 @@
 makedepends=('go')
 depends=('glibc')
 
source=("${pkgname}-${pkgver}.tar.gz::https://github.com/knative/${_pkgname}/archive/refs/tags/knative-v${pkgver}.tar.gz;)
-sha512sums=('fce77769b91f2a5fb0c21e1b70f37f542661cef4dd6b523335d1f6d68388d41674fc3987056f8a3054457d70e501a9eb450fda1efe4783a563a7399d9c8154f7')
-b2sums=('38bba50fbdd371e88f6b21fb83cb22f0fdd1c140f5af767af1052b934d7aad6b4cfcb53a9144c71382ab9b443df0f08396c512498c5c8bbf730a77713944ac8f')
+sha512sums=('d837831d8c7d76ebd7c439b317b00747a6afccb6853fa4a74c87690e70091c13f75a36921c803c21ef9dc1f9fff38e07eeaaa11199f637d2bfa71a7535a8baa8')
+b2sums=('a723f125f142b40dc7bcb39d55a4add799ada159134b60e149183752635407579af11a4ed137799430447e71b8277064babeb9e5cd651795f2d470c7d4aaa5ca')
 
 build() {
   cd "client-knative-v${pkgver}/cmd/kn"



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

2022-04-05 Thread Antonio Rojas via arch-commits
Date: Tuesday, April 5, 2022 @ 21:01:21
  Author: arojas
Revision: 1181508

archrelease: copy trunk to community-x86_64

Added:
  maliit-keyboard/repos/community-x86_64/PKGBUILD
(from rev 1181507, maliit-keyboard/trunk/PKGBUILD)
Deleted:
  maliit-keyboard/repos/community-x86_64/PKGBUILD

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

Deleted: PKGBUILD
===
--- PKGBUILD2022-04-05 21:01:09 UTC (rev 1181507)
+++ PKGBUILD2022-04-05 21:01:21 UTC (rev 1181508)
@@ -1,28 +0,0 @@
-# Maintainer: Antonio Rojas 
-
-pkgname=maliit-keyboard
-pkgver=2.2.0
-pkgrel=1
-pkgdesc='Virtual keyboard based on Maliit framework'
-arch=(x86_64)
-url='https://maliit.github.io/'
-license=(LGPL)
-depends=(maliit-framework hunspell presage qt5-multimedia qt5-feedback)
-makedepends=(cmake libpinyin anthy libchewing)
-optdepends=('anthy: japanese language support' 'libpinyin: chinese language 
support' 'libchewing: chinese language support')
-source=(https://github.com/maliit/keyboard/archive/$pkgver/$pkgname-$pkgver.tar.gz)
-sha256sums=('bc6320c82f5614f710ff5f7ace6aa903cadf33655ce171d15ba29544e07a4803')
-options=(debug)
-
-build() {
-  cmake -B build -S keyboard-$pkgver \
--DCMAKE_INSTALL_PREFIX=/usr \
--DCMAKE_CXX_STANDARD=14 \
--Denable-tests=OFF \
--DHUNSPELL_DICT_PATH=/usr/share/myspell/dicts
-  cmake --build build
-}
-
-package() {
-  DESTDIR="$pkgdir" cmake --install build
-}

Copied: maliit-keyboard/repos/community-x86_64/PKGBUILD (from rev 1181507, 
maliit-keyboard/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2022-04-05 21:01:21 UTC (rev 1181508)
@@ -0,0 +1,32 @@
+# Maintainer: Antonio Rojas 
+
+pkgname=maliit-keyboard
+pkgver=2.2.1
+pkgrel=1
+pkgdesc='Virtual keyboard based on Maliit framework'
+arch=(x86_64)
+url='https://maliit.github.io/'
+license=(LGPL)
+depends=(maliit-framework hunspell presage qt5-multimedia qt5-feedback)
+makedepends=(cmake libpinyin anthy libchewing)
+optdepends=('anthy: japanese language support' 'libpinyin: chinese language 
support' 'libchewing: chinese language support')
+source=(https://github.com/maliit/keyboard/archive/$pkgver/$pkgname-$pkgver.tar.gz)
+sha256sums=('064c788a1d823c89121a4a1425274d98f54995b0496401c0e87fd69c52bef0bd')
+options=(debug)
+
+prepare() {
+  mkdir keyboard-$pkgver/data/sounds
+}
+
+build() {
+  cmake -B build -S keyboard-$pkgver \
+-DCMAKE_INSTALL_PREFIX=/usr \
+-DCMAKE_CXX_STANDARD=14 \
+-Denable-tests=OFF \
+-DHUNSPELL_DICT_PATH=/usr/share/myspell/dicts
+  cmake --build build
+}
+
+package() {
+  DESTDIR="$pkgdir" cmake --install build
+}



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

2022-04-05 Thread Antonio Rojas via arch-commits
Date: Tuesday, April 5, 2022 @ 21:01:09
  Author: arojas
Revision: 1181507

Update to 2.2.1

Modified:
  maliit-keyboard/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2022-04-05 20:56:34 UTC (rev 1181506)
+++ PKGBUILD2022-04-05 21:01:09 UTC (rev 1181507)
@@ -1,7 +1,7 @@
 # Maintainer: Antonio Rojas 
 
 pkgname=maliit-keyboard
-pkgver=2.2.0
+pkgver=2.2.1
 pkgrel=1
 pkgdesc='Virtual keyboard based on Maliit framework'
 arch=(x86_64)
@@ -11,9 +11,13 @@
 makedepends=(cmake libpinyin anthy libchewing)
 optdepends=('anthy: japanese language support' 'libpinyin: chinese language 
support' 'libchewing: chinese language support')
 
source=(https://github.com/maliit/keyboard/archive/$pkgver/$pkgname-$pkgver.tar.gz)
-sha256sums=('bc6320c82f5614f710ff5f7ace6aa903cadf33655ce171d15ba29544e07a4803')
+sha256sums=('064c788a1d823c89121a4a1425274d98f54995b0496401c0e87fd69c52bef0bd')
 options=(debug)
 
+prepare() {
+  mkdir keyboard-$pkgver/data/sounds
+}
+
 build() {
   cmake -B build -S keyboard-$pkgver \
 -DCMAKE_INSTALL_PREFIX=/usr \



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

2022-04-05 Thread Christian Rebischke via arch-commits
Date: Tuesday, April 5, 2022 @ 20:56:34
  Author: shibumi
Revision: 1181506

archrelease: copy trunk to community-x86_64

Added:
  eksctl/repos/community-x86_64/PKGBUILD
(from rev 1181505, eksctl/trunk/PKGBUILD)
Deleted:
  eksctl/repos/community-x86_64/PKGBUILD

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

Deleted: PKGBUILD
===
--- PKGBUILD2022-04-05 20:56:26 UTC (rev 1181505)
+++ PKGBUILD2022-04-05 20:56:34 UTC (rev 1181506)
@@ -1,42 +0,0 @@
-# Maintainer: Levente Polyak 
-# Contributor: David Birks 
-# Contributor: Mike Williamson 
-
-pkgname=eksctl
-pkgver=0.82.0
-pkgrel=1
-pkgdesc='Command line tool for creating clusters on Amazon EKS'
-url='https://github.com/weaveworks/eksctl'
-arch=('x86_64')
-license=('Apache')
-depends=('kubectl' 'glibc')
-makedepends=('go')
-source=("${url}/archive/${pkgver}/${pkgname}-${pkgver}.tar.gz")
-sha256sums=('2d3e91ae4cf367de84fa449a7da534170e024601fce16529feaaa7b51f3d45fa')
-b2sums=('254edaf31f99a39eae451124954bc33006f6fedf48bd9ad2ad0539cd03c3daa7b900d2e2194511b1ea5af3a24de8b4f1c2a91fdb3e56486df2a64003e632ae34')
-
-build() {
-  cd ${pkgname}-${pkgver}
-  export CGO_CFLAGS="${CFLAGS}"
-  export CGO_CXXFLAGS="${CXXFLAGS}"
-  export CGO_CPPFLAGS="${CPPFLAGS}"
-  export CGO_LDFLAGS="${LDFLAGS}"
-  export GOFLAGS="-buildmode=pie -ldflags=-linkmode=external -trimpath 
-mod=readonly -modcacherw"
-  go build -v \
--ldflags "-linkmode=external -extldflags '${LDFLAGS}' -X 
github.com/weaveworks/eksctl/pkg/version.gitTag=${pkgver}" \
-./cmd/eksctl
-}
-
-package() {
-  cd ${pkgname}-${pkgver}
-  install -Dm 755 ${pkgname} -t "$pkgdir/usr/bin"
-
-  install -Dm 644 README.md -t "${pkgdir}/usr/share/doc/${pkgname}"
-
-  # completions
-  "${pkgdir}/usr/bin/${pkgname}" completion bash | install -Dm 644 /dev/stdin 
"${pkgdir}/usr/share/bash-completion/completions/${pkgname}"
-  "${pkgdir}/usr/bin/${pkgname}" completion zsh | install -Dm 644 /dev/stdin 
"${pkgdir}/usr/share/zsh/site-functions/_${pkgname}"
-  "${pkgdir}/usr/bin/${pkgname}" completion fish | install -Dm 644 /dev/stdin 
"${pkgdir}/usr/share/fish/completions/${pkgname}.fish"
-}
-
-# vim: ts=2 sw=2 et:

Copied: eksctl/repos/community-x86_64/PKGBUILD (from rev 1181505, 
eksctl/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2022-04-05 20:56:34 UTC (rev 1181506)
@@ -0,0 +1,42 @@
+# Maintainer: Levente Polyak 
+# Contributor: David Birks 
+# Contributor: Mike Williamson 
+
+pkgname=eksctl
+pkgver=0.91.0
+pkgrel=1
+pkgdesc='Command line tool for creating clusters on Amazon EKS'
+url='https://github.com/weaveworks/eksctl'
+arch=('x86_64')
+license=('Apache')
+depends=('kubectl' 'glibc')
+makedepends=('go')
+source=("${url}/archive/${pkgver}/${pkgname}-${pkgver}.tar.gz")
+sha256sums=('472df88b19e6bd470fedd3a21205ef4da530700dda1d1e7e1a8f6bf8111e35bc')
+b2sums=('5038337e9463d7ef73c18b7589c743214643f5e6c143990eadfbac8fedc67c2e1f0c8dcab58f4dd12fbdd542868b2498b9d88f517617184ac380c09d93e06f80')
+
+build() {
+  cd ${pkgname}-${pkgver}
+  export CGO_CFLAGS="${CFLAGS}"
+  export CGO_CXXFLAGS="${CXXFLAGS}"
+  export CGO_CPPFLAGS="${CPPFLAGS}"
+  export CGO_LDFLAGS="${LDFLAGS}"
+  export GOFLAGS="-buildmode=pie -ldflags=-linkmode=external -trimpath 
-mod=readonly -modcacherw"
+  go build -v \
+-ldflags "-linkmode=external -extldflags '${LDFLAGS}' -X 
github.com/weaveworks/eksctl/pkg/version.gitTag=${pkgver}" \
+./cmd/eksctl
+}
+
+package() {
+  cd ${pkgname}-${pkgver}
+  install -Dm 755 ${pkgname} -t "$pkgdir/usr/bin"
+
+  install -Dm 644 README.md -t "${pkgdir}/usr/share/doc/${pkgname}"
+
+  # completions
+  "${pkgdir}/usr/bin/${pkgname}" completion bash | install -Dm 644 /dev/stdin 
"${pkgdir}/usr/share/bash-completion/completions/${pkgname}"
+  "${pkgdir}/usr/bin/${pkgname}" completion zsh | install -Dm 644 /dev/stdin 
"${pkgdir}/usr/share/zsh/site-functions/_${pkgname}"
+  "${pkgdir}/usr/bin/${pkgname}" completion fish | install -Dm 644 /dev/stdin 
"${pkgdir}/usr/share/fish/completions/${pkgname}.fish"
+}
+
+# vim: ts=2 sw=2 et:



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

2022-04-05 Thread Christian Rebischke via arch-commits
Date: Tuesday, April 5, 2022 @ 20:56:26
  Author: shibumi
Revision: 1181505

upgpkg: eksctl 0.91.0-1

Modified:
  eksctl/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2022-04-05 20:50:01 UTC (rev 1181504)
+++ PKGBUILD2022-04-05 20:56:26 UTC (rev 1181505)
@@ -3,7 +3,7 @@
 # Contributor: Mike Williamson 
 
 pkgname=eksctl
-pkgver=0.82.0
+pkgver=0.91.0
 pkgrel=1
 pkgdesc='Command line tool for creating clusters on Amazon EKS'
 url='https://github.com/weaveworks/eksctl'
@@ -12,8 +12,8 @@
 depends=('kubectl' 'glibc')
 makedepends=('go')
 source=("${url}/archive/${pkgver}/${pkgname}-${pkgver}.tar.gz")
-sha256sums=('2d3e91ae4cf367de84fa449a7da534170e024601fce16529feaaa7b51f3d45fa')
-b2sums=('254edaf31f99a39eae451124954bc33006f6fedf48bd9ad2ad0539cd03c3daa7b900d2e2194511b1ea5af3a24de8b4f1c2a91fdb3e56486df2a64003e632ae34')
+sha256sums=('472df88b19e6bd470fedd3a21205ef4da530700dda1d1e7e1a8f6bf8111e35bc')
+b2sums=('5038337e9463d7ef73c18b7589c743214643f5e6c143990eadfbac8fedc67c2e1f0c8dcab58f4dd12fbdd542868b2498b9d88f517617184ac380c09d93e06f80')
 
 build() {
   cd ${pkgname}-${pkgver}



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

2022-04-05 Thread Christian Rebischke via arch-commits
Date: Tuesday, April 5, 2022 @ 20:50:01
  Author: shibumi
Revision: 1181504

archrelease: copy trunk to community-x86_64

Added:
  cosign/repos/community-x86_64/PKGBUILD
(from rev 1181503, cosign/trunk/PKGBUILD)
Deleted:
  cosign/repos/community-x86_64/PKGBUILD

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

Deleted: PKGBUILD
===
--- PKGBUILD2022-04-05 20:49:52 UTC (rev 1181503)
+++ PKGBUILD2022-04-05 20:50:01 UTC (rev 1181504)
@@ -1,63 +0,0 @@
-# Maintainer: Santiago Torres-Arias 
-# Maintainer: Christian Rebischke 
-
-pkgname=cosign
-pkgver=1.5.1
-pkgrel=1
-pkgdesc="Container Signing with support for ephemeral keys and Sigstore 
signing"
-arch=('x86_64')
-url="https://github.com/sigstore/cosign;
-license=('Apache')
-depends=('pcsclite')
-makedepends=('go' 'git')
-source=("${pkgname}-${pkgver}.tar.gz::https://github.com/sigstore/${pkgname}/archive/v${pkgver}.tar.gz;)
-sha512sums=('6d46dd2ca59b0ad410d23c002727198bf94c35f6d15983b13a23216510efa555268cf31de84679ce6e9e9db7f82b51787cd923e7c263939d9eb7cabecaf9c428')
-b2sums=('ce8056c3fa49a75e52b001693cc1c76dc152f7ddb1947d6862526e918e9dbbb7d934601ea00c3f47a747b748124846b68dbd4abbce5c332860cbbef52aae1be1')
-
-build(){
-  cd "${pkgname}-${pkgver}"
-  export CGO_CPPFLAGS="${CPPFLAGS}"
-  export CGO_CFLAGS="${CFLAGS}"
-  export CGO_CXXFLAGS="${CXXFLAGS}"
-  export CGO_LDFLAGS="${LDFLAGS}"
-  export GOFLAGS="-buildmode=pie -ldflags=-linkmode=external -trimpath 
-mod=readonly -modcacherw"
-  mkdir build
-  go build -o build/ ./...
-}
-
-check() {
-  cd "${pkgname}-${pkgver}"
-  make test
-}
-
-package() {
-  cd "${pkgname}-${pkgver}"
-  install -Dm755 build/cosign "${pkgdir}/usr/bin/${pkgname}"
-
-  # build bash completions
-  mkdir -p "${pkgdir}/usr/share/bash-completion/completions"
-  "$pkgdir"/usr/bin/cosign completion bash > 
"${pkgdir}/usr/share/bash-completion/completions/cosign"
-
-  # build zsh completions
-  mkdir -p "${pkgdir}/usr/share/zsh/site-functions"
-  "$pkgdir"/usr/bin/cosign completion zsh > 
"${pkgdir}/usr/share/zsh/site-functions/_cosign"
-
-  # build fish completions
-  mkdir -p "${pkgdir}/usr/share/fish/vendor_completions.d/"
-  "$pkgdir"/usr/bin/cosign completion fish > 
"${pkgdir}/usr/share/fish/vendor_completions.d/cosign.fish"
-
-  install -Dm755 build/sget "${pkgdir}/usr/bin/sget"
-
-  # build bash completions
-  mkdir -p "${pkgdir}/usr/share/bash-completion/completions"
-  "$pkgdir"/usr/bin/sget completion bash > 
"${pkgdir}/usr/share/bash-completion/completions/sget"
-
-  # build zsh completions
-  mkdir -p "${pkgdir}/usr/share/zsh/site-functions"
-  "$pkgdir"/usr/bin/sget completion zsh > 
"${pkgdir}/usr/share/zsh/site-functions/_sget"
-
-  # build fish completions
-  mkdir -p "${pkgdir}/usr/share/fish/vendor_completions.d/"
-  "$pkgdir"/usr/bin/sget completion fish > 
"${pkgdir}/usr/share/fish/vendor_completions.d/sget.fish"
-}
-

Copied: cosign/repos/community-x86_64/PKGBUILD (from rev 1181503, 
cosign/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2022-04-05 20:50:01 UTC (rev 1181504)
@@ -0,0 +1,63 @@
+# Maintainer: Santiago Torres-Arias 
+# Maintainer: Christian Rebischke 
+
+pkgname=cosign
+pkgver=1.5.2
+pkgrel=1
+pkgdesc="Container Signing with support for ephemeral keys and Sigstore 
signing"
+arch=('x86_64')
+url="https://github.com/sigstore/cosign;
+license=('Apache')
+depends=('pcsclite')
+makedepends=('go' 'git')
+source=("${pkgname}-${pkgver}.tar.gz::https://github.com/sigstore/${pkgname}/archive/v${pkgver}.tar.gz;)
+sha512sums=('f52b07410081dec66ab3f12ab2b52690686bcd6144703cb107c42c72d9514a94d227f653ecb9047e2fae8f5e763b6afaf703edd6a0c5b62fe9acb612eed9b43f')
+b2sums=('b1dd4c49c1f561f1e449a5884f62731fdefb79c8b4d234a27ab48483a7421d0581e68bf132b88830498e9153fe65a5a5b2b903b63cbfa56892c1db0cef8c2751')
+
+build(){
+  cd "${pkgname}-${pkgver}"
+  export CGO_CPPFLAGS="${CPPFLAGS}"
+  export CGO_CFLAGS="${CFLAGS}"
+  export CGO_CXXFLAGS="${CXXFLAGS}"
+  export CGO_LDFLAGS="${LDFLAGS}"
+  export GOFLAGS="-buildmode=pie -ldflags=-linkmode=external -trimpath 
-mod=readonly -modcacherw"
+  mkdir build
+  go build -o build/ ./...
+}
+
+check() {
+  cd "${pkgname}-${pkgver}"
+  make test
+}
+
+package() {
+  cd "${pkgname}-${pkgver}"
+  install -Dm755 build/cosign "${pkgdir}/usr/bin/${pkgname}"
+
+  # build bash completions
+  mkdir -p "${pkgdir}/usr/share/bash-completion/completions"
+  "$pkgdir"/usr/bin/cosign completion bash > 
"${pkgdir}/usr/share/bash-completion/completions/cosign"
+
+  # build zsh completions
+  mkdir -p "${pkgdir}/usr/share/zsh/site-functions"
+  "$pkgdir"/usr/bin/cosign completion zsh > 
"${pkgdir}/usr/share/zsh/site-functions/_cosign"
+
+  # build fish completions
+  mkdir -p "${pkgdir}/usr/share/fish/vendor_completions.d/"
+  

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

2022-04-05 Thread Christian Rebischke via arch-commits
Date: Tuesday, April 5, 2022 @ 20:49:52
  Author: shibumi
Revision: 1181503

upgpkg: cosign 1.5.2-1

Modified:
  cosign/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2022-04-05 20:45:33 UTC (rev 1181502)
+++ PKGBUILD2022-04-05 20:49:52 UTC (rev 1181503)
@@ -2,7 +2,7 @@
 # Maintainer: Christian Rebischke 
 
 pkgname=cosign
-pkgver=1.5.1
+pkgver=1.5.2
 pkgrel=1
 pkgdesc="Container Signing with support for ephemeral keys and Sigstore 
signing"
 arch=('x86_64')
@@ -11,8 +11,8 @@
 depends=('pcsclite')
 makedepends=('go' 'git')
 
source=("${pkgname}-${pkgver}.tar.gz::https://github.com/sigstore/${pkgname}/archive/v${pkgver}.tar.gz;)
-sha512sums=('6d46dd2ca59b0ad410d23c002727198bf94c35f6d15983b13a23216510efa555268cf31de84679ce6e9e9db7f82b51787cd923e7c263939d9eb7cabecaf9c428')
-b2sums=('ce8056c3fa49a75e52b001693cc1c76dc152f7ddb1947d6862526e918e9dbbb7d934601ea00c3f47a747b748124846b68dbd4abbce5c332860cbbef52aae1be1')
+sha512sums=('f52b07410081dec66ab3f12ab2b52690686bcd6144703cb107c42c72d9514a94d227f653ecb9047e2fae8f5e763b6afaf703edd6a0c5b62fe9acb612eed9b43f')
+b2sums=('b1dd4c49c1f561f1e449a5884f62731fdefb79c8b4d234a27ab48483a7421d0581e68bf132b88830498e9153fe65a5a5b2b903b63cbfa56892c1db0cef8c2751')
 
 build(){
   cd "${pkgname}-${pkgver}"



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

2022-04-05 Thread Christian Rebischke via arch-commits
Date: Tuesday, April 5, 2022 @ 20:45:33
  Author: shibumi
Revision: 1181502

archrelease: copy trunk to community-x86_64

Added:
  cue/repos/community-x86_64/PKGBUILD
(from rev 1181501, cue/trunk/PKGBUILD)
Deleted:
  cue/repos/community-x86_64/PKGBUILD

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

Deleted: PKGBUILD
===
--- PKGBUILD2022-04-05 20:45:25 UTC (rev 1181501)
+++ PKGBUILD2022-04-05 20:45:33 UTC (rev 1181502)
@@ -1,42 +0,0 @@
-# Maintainer: Christian Rebischke 
-
-pkgname=cue
-pkgver=0.4.1
-pkgrel=1
-pkgdesc="Validate and define text-based and dynamic configuration"
-arch=('x86_64')
-url="https://github.com/cue-lang/cue;
-license=('Apache')
-makedepends=('go')
-depends=('glibc')
-source=("${pkgname}-${pkgver}.tar.gz::https://github.com/cue-lang/cue/archive/v${pkgver}.tar.gz;)
-sha512sums=('0ff7613bde0d0acbd7c93ff461b0bf358c38fc04ec24e8859e71d4a95134da57f1b5c9b277be107c1ab18415b1c60a6d04dd95644878eea597103159cefaa3b8')
-
-build() {
-  cd "${pkgname}-${pkgver}/cmd/cue/"
-  export CGO_CPPFLAGS="${CPPFLAGS}"
-  export CGO_CFLAGS="${CFLAGS}"
-  export CGO_CXXFLAGS="${CXXFLAGS}"
-  export CGO_LDFLAGS="${LDFLAGS}"
-  export GOFLAGS="-buildmode=pie -trimpath -mod=readonly -modcacherw"
-  go build -ldflags "-s -w -linkmode=external " -v .
-  chmod +x cue
-}
-
-# check() {
-#   cd "${pkgname}-${pkgver}"
-#   go test -v ./...
-# }
-
-package() {
-  cd "${pkgname}-${pkgver}/cmd/cue/"
-  install -Dsm755 ./cue "${pkgdir}/usr/bin/cue"
-
-  # build bash completions
-  mkdir -p "${pkgdir}/usr/share/bash-completion/completions"
-  ./cue completion bash  > 
"${pkgdir}/usr/share/bash-completion/completions/${pkgname}"
-
-  # build zsh completions
-  mkdir -p "${pkgdir}/usr/share/zsh/site-functions"
-  ./cue completion zsh > "${pkgdir}/usr/share/zsh/site-functions/_${pkgname}"
-}

Copied: cue/repos/community-x86_64/PKGBUILD (from rev 1181501, 
cue/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2022-04-05 20:45:33 UTC (rev 1181502)
@@ -0,0 +1,42 @@
+# Maintainer: Christian Rebischke 
+
+pkgname=cue
+pkgver=0.4.2
+pkgrel=1
+pkgdesc="Validate and define text-based and dynamic configuration"
+arch=('x86_64')
+url="https://github.com/cue-lang/cue;
+license=('Apache')
+makedepends=('go')
+depends=('glibc')
+source=("${pkgname}-${pkgver}.tar.gz::https://github.com/cue-lang/cue/archive/v${pkgver}.tar.gz;)
+sha512sums=('71ba6af08666428862606d8b71893b20152ce5f22e457da8c872f616bb50818d9f2d81ba18b7273e22c9494f6dcccf647308c1795febf86e375b969c65ecdba8')
+
+build() {
+  cd "${pkgname}-${pkgver}/cmd/cue/"
+  export CGO_CPPFLAGS="${CPPFLAGS}"
+  export CGO_CFLAGS="${CFLAGS}"
+  export CGO_CXXFLAGS="${CXXFLAGS}"
+  export CGO_LDFLAGS="${LDFLAGS}"
+  export GOFLAGS="-buildmode=pie -trimpath -mod=readonly -modcacherw"
+  go build -ldflags "-s -w -linkmode=external " -v .
+  chmod +x cue
+}
+
+# check() {
+#   cd "${pkgname}-${pkgver}"
+#   go test -v ./...
+# }
+
+package() {
+  cd "${pkgname}-${pkgver}/cmd/cue/"
+  install -Dsm755 ./cue "${pkgdir}/usr/bin/cue"
+
+  # build bash completions
+  mkdir -p "${pkgdir}/usr/share/bash-completion/completions"
+  ./cue completion bash  > 
"${pkgdir}/usr/share/bash-completion/completions/${pkgname}"
+
+  # build zsh completions
+  mkdir -p "${pkgdir}/usr/share/zsh/site-functions"
+  ./cue completion zsh > "${pkgdir}/usr/share/zsh/site-functions/_${pkgname}"
+}



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

2022-04-05 Thread Christian Rebischke via arch-commits
Date: Tuesday, April 5, 2022 @ 20:45:25
  Author: shibumi
Revision: 1181501

upgpkg: cue 0.4.2-1

Modified:
  cue/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2022-04-05 20:34:33 UTC (rev 1181500)
+++ PKGBUILD2022-04-05 20:45:25 UTC (rev 1181501)
@@ -1,7 +1,7 @@
 # Maintainer: Christian Rebischke 
 
 pkgname=cue
-pkgver=0.4.1
+pkgver=0.4.2
 pkgrel=1
 pkgdesc="Validate and define text-based and dynamic configuration"
 arch=('x86_64')
@@ -10,7 +10,7 @@
 makedepends=('go')
 depends=('glibc')
 
source=("${pkgname}-${pkgver}.tar.gz::https://github.com/cue-lang/cue/archive/v${pkgver}.tar.gz;)
-sha512sums=('0ff7613bde0d0acbd7c93ff461b0bf358c38fc04ec24e8859e71d4a95134da57f1b5c9b277be107c1ab18415b1c60a6d04dd95644878eea597103159cefaa3b8')
+sha512sums=('71ba6af08666428862606d8b71893b20152ce5f22e457da8c872f616bb50818d9f2d81ba18b7273e22c9494f6dcccf647308c1795febf86e375b969c65ecdba8')
 
 build() {
   cd "${pkgname}-${pkgver}/cmd/cue/"



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

2022-04-05 Thread Orhun Parmaksiz via arch-commits
Date: Tuesday, April 5, 2022 @ 20:34:33
  Author: orhun
Revision: 1181500

archrelease: copy trunk to community-x86_64

Added:
  helix/repos/community-x86_64/PKGBUILD
(from rev 1181499, helix/trunk/PKGBUILD)
  helix/repos/community-x86_64/helix.install
(from rev 1181499, helix/trunk/helix.install)
  helix/repos/community-x86_64/helix.sh
(from rev 1181499, helix/trunk/helix.sh)
Deleted:
  helix/repos/community-x86_64/PKGBUILD
  helix/repos/community-x86_64/helix.install
  helix/repos/community-x86_64/helix.sh

---+
 PKGBUILD  |  241 +++-
 helix.install |6 -
 helix.sh  |6 -
 3 files changed, 57 insertions(+), 196 deletions(-)

Deleted: PKGBUILD
===
--- PKGBUILD2022-04-05 20:34:14 UTC (rev 1181499)
+++ PKGBUILD2022-04-05 20:34:33 UTC (rev 1181500)
@@ -1,190 +0,0 @@
-# Maintainer: Orhun Parmaksız 
-# Contributor: Wojciech Kępka (wojci...@wkepka.dev)
-
-pkgname=helix
-pkgver=0.6.0
-_gitcommit=ac1b7d8d0a608f47edfee2872d414e94fd26cc31
-pkgrel=1
-pkgdesc="A post-modern modal text editor"
-arch=('x86_64')
-url="https://helix-editor.com;
-license=('MPL2')
-depends=('bash')
-makedepends=('cargo' 'git')
-install="$pkgname.install"
-source=("${pkgname}::git+https://github.com/helix-editor/helix.git#commit=${_gitcommit};
-  
"${pkgname}-tree-sitter-cpp::git+https://github.com/tree-sitter/tree-sitter-cpp;
-  
"${pkgname}-tree-sitter-julia::git+https://github.com/tree-sitter/tree-sitter-julia;
-  
"${pkgname}-tree-sitter-agda::git+https://github.com/tree-sitter/tree-sitter-agda;
-  
"${pkgname}-tree-sitter-python::git+https://github.com/tree-sitter/tree-sitter-python;
-  
"${pkgname}-tree-sitter-javascript::git+https://github.com/tree-sitter/tree-sitter-javascript;
-  
"${pkgname}-tree-sitter-go::git+https://github.com/tree-sitter/tree-sitter-go;
-  
"${pkgname}-tree-sitter-java::git+https://github.com/tree-sitter/tree-sitter-java;
-  
"${pkgname}-tree-sitter-scala::git+https://github.com/tree-sitter/tree-sitter-scala;
-  
"${pkgname}-tree-sitter-ruby::git+https://github.com/tree-sitter/tree-sitter-ruby;
-  
"${pkgname}-tree-sitter-rust::git+https://github.com/tree-sitter/tree-sitter-rust;
-  
"${pkgname}-tree-sitter-php::git+https://github.com/tree-sitter/tree-sitter-php;
-  
"${pkgname}-tree-sitter-html::git+https://github.com/tree-sitter/tree-sitter-html;
-  
"${pkgname}-tree-sitter-elixir::git+https://github.com/elixir-lang/tree-sitter-elixir;
-  "${pkgname}-tree-sitter-c::git+https://github.com/tree-sitter/tree-sitter-c;
-  
"${pkgname}-tree-sitter-json::git+https://github.com/tree-sitter/tree-sitter-json;
-  
"${pkgname}-tree-sitter-bash::git+https://github.com/tree-sitter/tree-sitter-bash;
-  
"${pkgname}-tree-sitter-ledger::git+https://github.com/cbarrete/tree-sitter-ledger;
-  "${pkgname}-tree-sitter-nix::git+https://github.com/cstrahan/tree-sitter-nix;
-  
"${pkgname}-tree-sitter-toml::git+https://github.com/ikatyang/tree-sitter-toml;
-  
"${pkgname}-tree-sitter-css::git+https://github.com/tree-sitter/tree-sitter-css;
-  
"${pkgname}-tree-sitter-latex::git+https://github.com/latex-lsp/tree-sitter-latex;
-  
"${pkgname}-tree-sitter-c-sharp::git+https://github.com/tree-sitter/tree-sitter-c-sharp;
-  
"${pkgname}-tree-sitter-swift::git+https://github.com/tree-sitter/tree-sitter-swift;
-  
"${pkgname}-tree-sitter-protobuf::git+https://github.com/yusdacra/tree-sitter-protobuf.git;
-  
"${pkgname}-tree-sitter-lua::git+https://github.com/nvim-treesitter/tree-sitter-lua;
-  
"${pkgname}-tree-sitter-haskell::git+https://github.com/tree-sitter/tree-sitter-haskell;
-  
"${pkgname}-tree-sitter-ocaml::git+https://github.com/tree-sitter/tree-sitter-ocaml;
-  
"${pkgname}-tree-sitter-svelte::git+https://github.com/Himujjal/tree-sitter-svelte;
-  
"${pkgname}-tree-sitter-tsq::git+https://github.com/tree-sitter/tree-sitter-tsq;
-  
"${pkgname}-tree-sitter-yaml::git+https://github.com/ikatyang/tree-sitter-yaml;
-  "${pkgname}-tree-sitter-cmake::git+https://github.com/uyha/tree-sitter-cmake;
-  
"${pkgname}-tree-sitter-perl::git+https://github.com/ganezdragon/tree-sitter-perl;
-  "${pkgname}-tree-sitter-zig::git+https://github.com/maxxnino/tree-sitter-zig;
-  
"${pkgname}-tree-sitter-comment::git+https://github.com/stsewd/tree-sitter-comment;
-  
"${pkgname}-tree-sitter-llvm::git+https://github.com/benwilliamgraham/tree-sitter-llvm;
-  
"${pkgname}-tree-sitter-typescript::git+https://github.com/tree-sitter/tree-sitter-typescript;
-  
"${pkgname}-tree-sitter-glsl::git+https://github.com/theHamsta/tree-sitter-glsl.git;
-  
"${pkgname}-tree-sitter-dart::git+https://github.com/UserNobody14/tree-sitter-dart.git;
-  
"${pkgname}-tree-sitter-wgsl::git+https://github.com/szebniok/tree-sitter-wgsl;
-  "${pkgname}-tree-sitter-fish::git+https://github.com/ram02z/tree-sitter-fish;
-  
"${pkgname}-tree-sitter-markdown::git+https://github.com/MDeiml/tree-sitter-markdown;
-  

[arch-commits] Commit in helix/trunk (PKGBUILD helix.sh)

2022-04-05 Thread Orhun Parmaksiz via arch-commits
Date: Tuesday, April 5, 2022 @ 20:34:14
  Author: orhun
Revision: 1181499

upgpkg: helix 22.03-1: upstream release

Modified:
  helix/trunk/PKGBUILD
  helix/trunk/helix.sh

--+
 PKGBUILD |  175 ++---
 helix.sh |2 
 2 files changed, 19 insertions(+), 158 deletions(-)

Modified: PKGBUILD
===
--- PKGBUILD2022-04-05 20:31:47 UTC (rev 1181498)
+++ PKGBUILD2022-04-05 20:34:14 UTC (rev 1181499)
@@ -2,8 +2,7 @@
 # Contributor: Wojciech Kępka (wojci...@wkepka.dev)
 
 pkgname=helix
-pkgver=0.6.0
-_gitcommit=ac1b7d8d0a608f47edfee2872d414e94fd26cc31
+pkgver=22.03
 pkgrel=1
 pkgdesc="A post-modern modal text editor"
 arch=('x86_64')
@@ -12,179 +11,41 @@
 depends=('bash')
 makedepends=('cargo' 'git')
 install="$pkgname.install"
-source=("${pkgname}::git+https://github.com/helix-editor/helix.git#commit=${_gitcommit};
-  
"${pkgname}-tree-sitter-cpp::git+https://github.com/tree-sitter/tree-sitter-cpp;
-  
"${pkgname}-tree-sitter-julia::git+https://github.com/tree-sitter/tree-sitter-julia;
-  
"${pkgname}-tree-sitter-agda::git+https://github.com/tree-sitter/tree-sitter-agda;
-  
"${pkgname}-tree-sitter-python::git+https://github.com/tree-sitter/tree-sitter-python;
-  
"${pkgname}-tree-sitter-javascript::git+https://github.com/tree-sitter/tree-sitter-javascript;
-  
"${pkgname}-tree-sitter-go::git+https://github.com/tree-sitter/tree-sitter-go;
-  
"${pkgname}-tree-sitter-java::git+https://github.com/tree-sitter/tree-sitter-java;
-  
"${pkgname}-tree-sitter-scala::git+https://github.com/tree-sitter/tree-sitter-scala;
-  
"${pkgname}-tree-sitter-ruby::git+https://github.com/tree-sitter/tree-sitter-ruby;
-  
"${pkgname}-tree-sitter-rust::git+https://github.com/tree-sitter/tree-sitter-rust;
-  
"${pkgname}-tree-sitter-php::git+https://github.com/tree-sitter/tree-sitter-php;
-  
"${pkgname}-tree-sitter-html::git+https://github.com/tree-sitter/tree-sitter-html;
-  
"${pkgname}-tree-sitter-elixir::git+https://github.com/elixir-lang/tree-sitter-elixir;
-  "${pkgname}-tree-sitter-c::git+https://github.com/tree-sitter/tree-sitter-c;
-  
"${pkgname}-tree-sitter-json::git+https://github.com/tree-sitter/tree-sitter-json;
-  
"${pkgname}-tree-sitter-bash::git+https://github.com/tree-sitter/tree-sitter-bash;
-  
"${pkgname}-tree-sitter-ledger::git+https://github.com/cbarrete/tree-sitter-ledger;
-  "${pkgname}-tree-sitter-nix::git+https://github.com/cstrahan/tree-sitter-nix;
-  
"${pkgname}-tree-sitter-toml::git+https://github.com/ikatyang/tree-sitter-toml;
-  
"${pkgname}-tree-sitter-css::git+https://github.com/tree-sitter/tree-sitter-css;
-  
"${pkgname}-tree-sitter-latex::git+https://github.com/latex-lsp/tree-sitter-latex;
-  
"${pkgname}-tree-sitter-c-sharp::git+https://github.com/tree-sitter/tree-sitter-c-sharp;
-  
"${pkgname}-tree-sitter-swift::git+https://github.com/tree-sitter/tree-sitter-swift;
-  
"${pkgname}-tree-sitter-protobuf::git+https://github.com/yusdacra/tree-sitter-protobuf.git;
-  
"${pkgname}-tree-sitter-lua::git+https://github.com/nvim-treesitter/tree-sitter-lua;
-  
"${pkgname}-tree-sitter-haskell::git+https://github.com/tree-sitter/tree-sitter-haskell;
-  
"${pkgname}-tree-sitter-ocaml::git+https://github.com/tree-sitter/tree-sitter-ocaml;
-  
"${pkgname}-tree-sitter-svelte::git+https://github.com/Himujjal/tree-sitter-svelte;
-  
"${pkgname}-tree-sitter-tsq::git+https://github.com/tree-sitter/tree-sitter-tsq;
-  
"${pkgname}-tree-sitter-yaml::git+https://github.com/ikatyang/tree-sitter-yaml;
-  "${pkgname}-tree-sitter-cmake::git+https://github.com/uyha/tree-sitter-cmake;
-  
"${pkgname}-tree-sitter-perl::git+https://github.com/ganezdragon/tree-sitter-perl;
-  "${pkgname}-tree-sitter-zig::git+https://github.com/maxxnino/tree-sitter-zig;
-  
"${pkgname}-tree-sitter-comment::git+https://github.com/stsewd/tree-sitter-comment;
-  
"${pkgname}-tree-sitter-llvm::git+https://github.com/benwilliamgraham/tree-sitter-llvm;
-  
"${pkgname}-tree-sitter-typescript::git+https://github.com/tree-sitter/tree-sitter-typescript;
-  
"${pkgname}-tree-sitter-glsl::git+https://github.com/theHamsta/tree-sitter-glsl.git;
-  
"${pkgname}-tree-sitter-dart::git+https://github.com/UserNobody14/tree-sitter-dart.git;
-  
"${pkgname}-tree-sitter-wgsl::git+https://github.com/szebniok/tree-sitter-wgsl;
-  "${pkgname}-tree-sitter-fish::git+https://github.com/ram02z/tree-sitter-fish;
-  
"${pkgname}-tree-sitter-markdown::git+https://github.com/MDeiml/tree-sitter-markdown;
-  
"${pkgname}-tree-sitter-dockerfile::git+https://github.com/camdencheek/tree-sitter-dockerfile.git;
-  
"${pkgname}-tree-sitter-git-diff::git+https://github.com/the-mikedavis/tree-sitter-git-diff.git;
-  
"${pkgname}-tree-sitter-git-rebase::git+https://github.com/the-mikedavis/tree-sitter-git-rebase.git;
-  
"${pkgname}-tree-sitter-tablegen::git+https://github.com/Flakebi/tree-sitter-tablegen;
-  

[arch-commits] Commit in freecad/repos (5 files)

2022-04-05 Thread Antonio Rojas via arch-commits
Date: Tuesday, April 5, 2022 @ 20:31:47
  Author: arojas
Revision: 1181498

archrelease: copy trunk to community-staging-x86_64

Added:
  freecad/repos/community-staging-x86_64/
  freecad/repos/community-staging-x86_64/PKGBUILD
(from rev 1181497, freecad/trunk/PKGBUILD)
  freecad/repos/community-staging-x86_64/freecad-boost.patch
(from rev 1181497, freecad/trunk/freecad-boost.patch)
  freecad/repos/community-staging-x86_64/freecad-vtk9.patch
(from rev 1181497, freecad/trunk/freecad-vtk9.patch)
  freecad/repos/community-staging-x86_64/freecad.xml
(from rev 1181497, freecad/trunk/freecad.xml)

-+
 PKGBUILD|  102 ++
 freecad-boost.patch |   25 +
 freecad-vtk9.patch  |  827 ++
 freecad.xml |9 
 4 files changed, 963 insertions(+)

Copied: freecad/repos/community-staging-x86_64/PKGBUILD (from rev 1181497, 
freecad/trunk/PKGBUILD)
===
--- community-staging-x86_64/PKGBUILD   (rev 0)
+++ community-staging-x86_64/PKGBUILD   2022-04-05 20:31:47 UTC (rev 1181498)
@@ -0,0 +1,102 @@
+# Maintainer: Alexander F. Rødseth 
+# Contributor: loqs 
+# Contributor: Gabriel Souza Franco 
+# Contributor: Florian Pritz
+# Contributor: Jonas Heinrich 
+# Contributor: Jordi De Groof 
+# Contributor: mickele
+# Contributor: manwithgrenade
+# Contributor: bricem13
+# Contributor: gborzi
+
+pkgname=freecad
+pkgver=0.19.4
+pkgrel=2
+pkgdesc='General purpose 3D CAD modeler'
+arch=(x86_64)
+url='https://freecadweb.org/'
+license=(LGPL)
+depends=(boost-libs ffmpeg glew jsoncpp libspnav med netcdf opencascade openmpi
+ pyside2 pyside2-tools python-gitpython python-matplotlib
+ python-pivy python-ply pugixml qt5-svg qt5-tools qt5-webkit
+ qt5-x11extras qt5-xmlpatterns xerces-c)
+makedepends=(adios2 boost cmake cgns coin eigen fmt gcc-fortran gendesk git
+ jdk-openjdk libharu liblas ninja openvdb openvr ospray pdal
+ postgresql-libs python-mpi4py python-shiboken2 shiboken2 swig
+ utf8cpp cli11)
+source=(freecad.xml
+freecad-boost.patch
+freecad-vtk9.patch
+
"git+https://github.com/FreeCAD/FreeCAD#commit=476ecf091941bead59b14e44afa6064d5a66afa3;)
 # tag: 0.19.4
+b2sums=('f5f295b9b5f268126feffbe3f3344c124faf5e2263f3f071348bd7f5d0bf2e30eb33fcf174d0ab76ad80ca7bd8ddea95ccbaf7f33f0896189ac78603fecb9485'
+
'6ec5dcead7f3438b387aeb3f608b910105d493aafcd47ae84715cdfe6f8651926056283ec4aeeab542b89df9fd9ffc2dbb74f5593e864acd23c8b352033ed1dc'
+
'242702f926101c57774046548068d17b22bd582ba1a1c45534ac8ceaa174c56277db80f32bed8ad1475b37006a1d777193b6c098ed8a733772152a898d1dd825'
+'SKIP')
+
+prepare() {
+  # Fix Boost linking with VTK 9 (thanks Fedora)
+  patch -d FreeCAD -p1 -i ../freecad-boost.patch
+  # Fix build with VTK 9 (thanks Fedora)
+  patch -d FreeCAD -p1 -i ../freecad-vtk9.patch
+  # Generate desktop shortcut
+  gendesk -f -n --pkgname "$pkgname" --pkgdesc "$pkgdesc" --name FreeCAD \
+--mimetypes='application/x-extension-fcstd' --startupnotify=true
+}
+
+build() {
+  # OpenCascade requires that /usr/bin comes before /bin in $PATH
+  export PATH="/usr/bin:$PATH"
+
+  cmake \
+-B build \
+-D BUILD_ENABLE_CXX_STD=C++14 \
+-D BUILD_QT5=ON \
+-D CMAKE_BUILD_TYPE=Release \
+-D CMAKE_C_FLAGS="$CFLAGS -fPIC -w" \
+-D CMAKE_CXX_FLAGS="$CXXFLAGS -fPIC -w" \
+-D CMAKE_INSTALL_DATADIR=/usr/share/freecad \
+-D CMAKE_INSTALL_DOCDIR=/usr/share/freecad/doc \
+-D CMAKE_INSTALL_PREFIX=/usr/lib/freecad \
+-D FREECAD_USE_EXTERNAL_PIVY=ON \
+-D FREECAD_USE_OCC_VARIANT='Official Version' \
+-D FREECAD_USE_QT_FILEDIALOG=ON \
+-D PYTHON_EXECUTABLE=/usr/bin/python \
+-G Ninja \
+-S FreeCAD
+  ninja -C build
+}
+
+package() {
+  DESTDIR="$pkgdir" ninja -C build install
+
+  # Desktop shortcut
+  install -Dm644 freecad.desktop \
+"$pkgdir/usr/share/applications/freecad.desktop"
+
+  # MIME info
+  install -Dm644 freecad.xml "$pkgdir/usr/share/mime/packages/freecad.xml"
+
+  # Thumbnailer
+  install -Dm755 FreeCAD/src/Tools/freecad-thumbnailer \
+"$pkgdir/usr/bin/freecad-thumbnailer"
+  install -Dm644 \
+"$pkgdir/usr/lib/freecad/share/thumbnailers/FreeCAD.thumbnailer" \
+"$pkgdir/usr/share/thumbnailers/FreeCAD.thumbnailer"
+  rm -f "$pkgdir/usr/lib/freecad/share/thumbnailers/FreeCAD.thumbnailer"
+
+  # Icons
+  cd FreeCAD/src/Gui/Icons
+  install -Dm644 freecad.svg \
+"$pkgdir/usr/share/icons/hicolor/scalable/apps/freecad.svg"
+  for i in 16 32 48 64; do
+install -Dm644 "freecad-icon-$i.png" \
+  "$pkgdir/usr/share/icons/hicolor/${i}x$i/apps/freecad.png"
+  done
+
+  # Symlinks in /usr/bin
+  install -d "$pkgdir/usr/bin"
+  ln -sf /usr/lib/freecad/bin/FreeCAD "$pkgdir/usr/bin/freecad"
+  ln -sf /usr/lib/freecad/bin/FreeCAD "$pkgdir/usr/bin/FreeCAD"
+  ln -sf 

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

2022-04-05 Thread Antonio Rojas via arch-commits
Date: Tuesday, April 5, 2022 @ 20:31:24
  Author: arojas
Revision: 1181497

pdal 2.4 rebuild

Modified:
  freecad/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2022-04-05 20:20:03 UTC (rev 1181496)
+++ PKGBUILD2022-04-05 20:31:24 UTC (rev 1181497)
@@ -11,7 +11,7 @@
 
 pkgname=freecad
 pkgver=0.19.4
-pkgrel=1
+pkgrel=2
 pkgdesc='General purpose 3D CAD modeler'
 arch=(x86_64)
 url='https://freecadweb.org/'
@@ -23,7 +23,7 @@
 makedepends=(adios2 boost cmake cgns coin eigen fmt gcc-fortran gendesk git
  jdk-openjdk libharu liblas ninja openvdb openvr ospray pdal
  postgresql-libs python-mpi4py python-shiboken2 shiboken2 swig
- utf8cpp)
+ utf8cpp cli11)
 source=(freecad.xml
 freecad-boost.patch
 freecad-vtk9.patch



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

2022-04-05 Thread David Runge via arch-commits
Date: Tuesday, April 5, 2022 @ 20:20:03
  Author: dvzrv
Revision: 1181496

archrelease: copy trunk to community-x86_64

Added:
  qsynth/repos/community-x86_64/PKGBUILD
(from rev 1181495, qsynth/trunk/PKGBUILD)
Deleted:
  qsynth/repos/community-x86_64/PKGBUILD

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

Deleted: PKGBUILD
===
--- PKGBUILD2022-04-05 20:19:53 UTC (rev 1181495)
+++ PKGBUILD2022-04-05 20:20:03 UTC (rev 1181496)
@@ -1,36 +0,0 @@
-# Maintainer: David Runge 
-# Contributor: Ray Rashif 
-# Contributor: damir 
-
-pkgname=qsynth
-pkgver=0.9.6
-pkgrel=1
-pkgdesc="Qt GUI for FluidSynth"
-arch=(x86_64)
-url="https://qsynth.sourceforge.io/;
-license=(GPL)
-groups=(pro-audio)
-depends=(gcc-libs glibc hicolor-icon-theme qt6-base)
-makedepends=(cmake fluidsynth qt6-tools)
-optdepends=('qt6-wayland: for native wayland support')
-options=(debug)
-source=("https://downloads.sourceforge.net/${pkgname}/${pkgname}-${pkgver}.tar.gz;)
-sha512sums=('4f596fefda29fad9298539aaf83bdcc699846416d10b1259041a414f3d89ecc76a6cad338742bac8ffa0ed78ff462fe70147e1ef6437c20241598bd7a1d41a84')
-b2sums=('daeb82f102a9a754b708b3d3ebc1963a1cf08180ec16971b4b6fb2ea3b35d7f1ca3a663bd9381d4c90052e1c781a6fef64c4cbf0d456f47ac12791da485979ea')
-
-build() {
-  cmake -DCMAKE_INSTALL_PREFIX=/usr \
--DCMAKE_BUILD_TYPE=None \
--DCONFIG_QT6=ON \
--Wno-dev \
--B build \
--S $pkgname-$pkgver
-  make VERBOSE=1 -C build
-}
-
-package() {
-  depends+=(libfluidsynth.so)
-
-  make VERBOSE=1 DESTDIR="$pkgdir/" install -C build
-  install -vDm 644 $pkgname-$pkgver/{ChangeLog,README,TRANSLATORS} -t 
"$pkgdir/usr/share/doc/$pkgname"
-}

Copied: qsynth/repos/community-x86_64/PKGBUILD (from rev 1181495, 
qsynth/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2022-04-05 20:20:03 UTC (rev 1181496)
@@ -0,0 +1,36 @@
+# Maintainer: David Runge 
+# Contributor: Ray Rashif 
+# Contributor: damir 
+
+pkgname=qsynth
+pkgver=0.9.7
+pkgrel=1
+pkgdesc="Qt GUI for FluidSynth"
+arch=(x86_64)
+url="https://qsynth.sourceforge.io/;
+license=(GPL)
+groups=(pro-audio)
+depends=(gcc-libs glibc hicolor-icon-theme qt6-base)
+makedepends=(cmake fluidsynth qt6-tools)
+optdepends=('qt6-wayland: for native wayland support')
+options=(debug)
+source=(https://downloads.sourceforge.net/$pkgname/$pkgname-$pkgver.tar.gz)
+sha512sums=('1df8b96423a44d2a3db47417867319cea5df941e4e17e7b04c5b9c3839fff4c7d77cbc4a1ba86a2c17f5bbe13aefa59fc46a8769ecb1a2590c1f4c6c28ae6081')
+b2sums=('7f74aebf0c635943e64be636035f86bb74e94514f97f199046cebed37675503c15225f626aba9bc862d07b13d941bb26bc3d3550f0f2c0dc32a8ed6db6c7f029')
+
+build() {
+  cmake -DCMAKE_INSTALL_PREFIX=/usr \
+-DCMAKE_BUILD_TYPE=None \
+-DCONFIG_QT6=ON \
+-Wno-dev \
+-B build \
+-S $pkgname-$pkgver
+  make VERBOSE=1 -C build
+}
+
+package() {
+  depends+=(libfluidsynth.so)
+
+  make VERBOSE=1 DESTDIR="$pkgdir/" install -C build
+  install -vDm 644 $pkgname-$pkgver/{ChangeLog,README,TRANSLATORS} -t 
"$pkgdir/usr/share/doc/$pkgname"
+}



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

2022-04-05 Thread David Runge via arch-commits
Date: Tuesday, April 5, 2022 @ 20:19:53
  Author: dvzrv
Revision: 1181495

upgpkg: qsynth 0.9.7-1: Upgrade to 0.9.7.

Modified:
  qsynth/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2022-04-05 19:47:42 UTC (rev 1181494)
+++ PKGBUILD2022-04-05 20:19:53 UTC (rev 1181495)
@@ -3,7 +3,7 @@
 # Contributor: damir 
 
 pkgname=qsynth
-pkgver=0.9.6
+pkgver=0.9.7
 pkgrel=1
 pkgdesc="Qt GUI for FluidSynth"
 arch=(x86_64)
@@ -15,8 +15,8 @@
 optdepends=('qt6-wayland: for native wayland support')
 options=(debug)
 source=(https://downloads.sourceforge.net/$pkgname/$pkgname-$pkgver.tar.gz)
-sha512sums=('4f596fefda29fad9298539aaf83bdcc699846416d10b1259041a414f3d89ecc76a6cad338742bac8ffa0ed78ff462fe70147e1ef6437c20241598bd7a1d41a84')
-b2sums=('daeb82f102a9a754b708b3d3ebc1963a1cf08180ec16971b4b6fb2ea3b35d7f1ca3a663bd9381d4c90052e1c781a6fef64c4cbf0d456f47ac12791da485979ea')
+sha512sums=('1df8b96423a44d2a3db47417867319cea5df941e4e17e7b04c5b9c3839fff4c7d77cbc4a1ba86a2c17f5bbe13aefa59fc46a8769ecb1a2590c1f4c6c28ae6081')
+b2sums=('7f74aebf0c635943e64be636035f86bb74e94514f97f199046cebed37675503c15225f626aba9bc862d07b13d941bb26bc3d3550f0f2c0dc32a8ed6db6c7f029')
 
 build() {
   cmake -DCMAKE_INSTALL_PREFIX=/usr \



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

2022-04-05 Thread Anatol Pomozov via arch-commits
Date: Tuesday, April 5, 2022 @ 20:02:58
  Author: anatolik
Revision: 441607

archrelease: copy trunk to testing-x86_64

Added:
  ethtool/repos/testing-x86_64/
  ethtool/repos/testing-x86_64/PKGBUILD
(from rev 441606, ethtool/trunk/PKGBUILD)

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

Copied: ethtool/repos/testing-x86_64/PKGBUILD (from rev 441606, 
ethtool/trunk/PKGBUILD)
===
--- testing-x86_64/PKGBUILD (rev 0)
+++ testing-x86_64/PKGBUILD 2022-04-05 20:02:58 UTC (rev 441607)
@@ -0,0 +1,34 @@
+# Maintainer : Ionut Biru 
+# Contributor: Paul Mattal 
+# Contributor: Martin Kemp 
+
+pkgname=ethtool
+pkgver=5.17
+pkgrel=1
+epoch=1
+pkgdesc="Utility for controlling network drivers and hardware"
+arch=('x86_64')
+url="https://www.kernel.org/pub/software/network/ethtool/;
+license=('GPL')
+depends=('glibc' 'libmnl')
+source=(https://www.kernel.org/pub/software/network/$pkgname/$pkgname-$pkgver.tar.{xz,sign})
+sha1sums=('7cfa67111d998c5c59440de95a8e5b17830dbdb8'
+  'SKIP')
+validpgpkeys=(CE4A4D080F0D304F23B9EBDD972D5BF4DC613806  # John W. Linville 

+  D2CB120AB45957B721CD9596F4554567B91DE934) # Michal Kubecek 

+
+build() {
+cd $pkgname-$pkgver
+./configure --prefix=/usr --mandir=/usr/share/man --sbindir=/usr/bin
+make
+}
+
+check() {
+cd $pkgname-$pkgver
+make check
+}
+
+package() {
+cd $pkgname-$pkgver
+make DESTDIR="$pkgdir" install
+}



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

2022-04-05 Thread Anatol Pomozov via arch-commits
Date: Tuesday, April 5, 2022 @ 20:02:42
  Author: anatolik
Revision: 441606

upgpkg: ethtool 1:5.17-1

Modified:
  ethtool/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2022-04-05 19:53:21 UTC (rev 441605)
+++ PKGBUILD2022-04-05 20:02:42 UTC (rev 441606)
@@ -3,7 +3,7 @@
 # Contributor: Martin Kemp 
 
 pkgname=ethtool
-pkgver=5.16
+pkgver=5.17
 pkgrel=1
 epoch=1
 pkgdesc="Utility for controlling network drivers and hardware"
@@ -12,7 +12,7 @@
 license=('GPL')
 depends=('glibc' 'libmnl')
 
source=(https://www.kernel.org/pub/software/network/$pkgname/$pkgname-$pkgver.tar.{xz,sign})
-sha1sums=('864030a14b517d8d79d76bc38bc96c34682fc9ba'
+sha1sums=('7cfa67111d998c5c59440de95a8e5b17830dbdb8'
   'SKIP')
 validpgpkeys=(CE4A4D080F0D304F23B9EBDD972D5BF4DC613806  # John W. Linville 

   D2CB120AB45957B721CD9596F4554567B91DE934) # Michal Kubecek 




[arch-commits] Commit in archboot-arm/repos/extra-any (4 files)

2022-04-05 Thread Tobias Powalowski via arch-commits
Date: Tuesday, April 5, 2022 @ 19:53:21
  Author: tpowa
Revision: 441605

archrelease: copy trunk to extra-any

Added:
  archboot-arm/repos/extra-any/PKGBUILD
(from rev 441604, archboot-arm/trunk/PKGBUILD)
  archboot-arm/repos/extra-any/archboot.install
(from rev 441604, archboot-arm/trunk/archboot.install)
Deleted:
  archboot-arm/repos/extra-any/PKGBUILD
  archboot-arm/repos/extra-any/archboot.install

--+
 PKGBUILD |  108 ++---
 archboot.install |   38 +-
 2 files changed, 73 insertions(+), 73 deletions(-)

Deleted: PKGBUILD
===
--- PKGBUILD2022-04-05 19:53:16 UTC (rev 441604)
+++ PKGBUILD2022-04-05 19:53:21 UTC (rev 441605)
@@ -1,54 +0,0 @@
-# Maintainer : Tobias Powalowski 
-
-pkgname=archboot-arm
-pkgver=2022.04
-pkgrel=9
-pkgdesc="Advanced, modular arch boot/install image creation utility with 
aarch64 depends"
-arch=(any)
-license=('GPL')
-url="https://wiki.archlinux.org/title/Archboot;
-depends=('mkinitcpio' 'pacman' 'wget' 'bash' 'coreutils' 'cryptsetup' 'dialog' 
'e2fsprogs' 'findutils' 'gawk' 'grep' 'iputils' 'jfsutils'
- 'less' 'lvm2' 'mdadm' 'kmod' 'nano' 'ncurses' 'net-tools' 
'gnu-netcat' 'procps-ng' 'psmisc' 'sed' 'snarf'
- 'tar' 'util-linux' 'bind' 'which' 'kbd' 'wireless_tools' 'xfsprogs' 
'hdparm' 'inetutils'
- 'openssh' 'hwdetect' 'shadow' 'bridge-utils' 'dosfstools' 'glibc' 
'linux' 'kexec-tools' 'ppp' 'rp-pppoe'
- 'pciutils' 'usbutils' 'vpnc' 'openvpn' 'b43-fwcutter' 
'wpa_supplicant' 'rsync' 'gzip' 'libarchive'
-'device-mapper' 'screen' 'elfutils' 'pam' 'cracklib' 'nfs-utils' 
'nfsidmap' 'readline' 'acl' 'attr' 'pcre' 'cpio'
-'fuse' 'libusb' 'vim' 'vi' 'lzo' 'lzop' 'libsasl' 'libldap' 'gpm' 
'libevent' 'gcc-libs' 'sdparm' 'licenses' 'pptpclient'
-'dhcpcd' 'openssl' 'dmraid' 'linux-atm' 'netctl' 'parted' 'tzdata' 
'ntp' 'libgcrypt' 'iw' 
-'libnl' 'iproute2' 'wireless-regdb' 'dhclient' 'mtools' 'fsarchiver' 
'xz' 'libtirpc' 'rpcbind' 'testdisk'
-'wipe' 'ddrescue' 'ifplugd' 'libgssglue' 'mkinitcpio-nfs-utils' 
'gptfdisk' 'nilfs-utils' 'btrfs-progs'
-'iana-etc' 'keyutils' 'libisoburn' 'file' 'curl'  'smartmontools' 
'dnsmasq' 'cifs-utils'
-'openconnect' 'libxml2' 'libproxy' 'tcpdump' 'nmap' 'lua' 'gnutls' 
'nettle' 'libtasn1' 'expat'
-'glib2' 'freetype2' 'libssh2' 'libedit' 'talloc' 'libjpeg-turbo' 
'dmidecode' 'gnupg' 'libksba' 'libassuan' 'pinentry'
-'gpgme' 'ldns' 'dnssec-anchors' 'hwdata' 'systemd' 'haveged' 'pambase' 
'traceroute' 'grub' 
-'systemd-sysvcompat' 'arch-install-scripts' 'zsh' 'gdbm' 
'grml-zsh-config' 'cpupower' 'wvdial' 'xl2tpd' 
-'usb_modeswitch' 'efibootmgr' 'f2fs-tools' 'efitools' 'efivar' 
'ethtool' 'exfatprogs' 
-'fuse3' 'flex' 'amd-ucode' 'cdrtools' 'nvme-cli' 'fatresize' 'iwd' 
'elinks' 'weechat' 'lshw' 'tmux'
-'sbsigntools' 'openresolv' 'mokutil' 'archboot-bootloader' 
'archinstall')
-makedepends=('git')
-optdepends=('linux-firmware: for firmware inclusion on image file'
-'linux-firmware-marvell: for marvell firmware support'
-'sudo: for running the archboot build server')
-source=("git+https://gitlab.archlinux.org/tpowa/archboot.git#tag=${pkgver}-${pkgrel}?signed;)
-backup=('etc/archboot/defaults'
-   'etc/archboot/x86_64.conf'
-'etc/archboot/aarch64.conf'
-'etc/archboot/x86_64-latest.conf'
-'etc/archboot/aarch64-latest.conf'
-   'etc/archboot/x86_64-local.conf'
-'etc/archboot/aarch64-local.conf'
-'etc/archboot/presets/x86_64'
-'etc/archboot/presets/aarch64'
-'etc/archboot/presets/x86_64-latest'
-'etc/archboot/presets/aarch64-latest'
-   'etc/archboot/presets/x86_64-local'
-'etc/archboot/presets/aarch64-local')
-install=archboot.install
-sha256sums=('SKIP')
-validgpgkeys=('5B7E3FB71B7F10329A1C03AB771DF6627EDF681F' # Tobias Powalowski 

- )
-package()
-{
-  cd "$srcdir/archboot"
-  mv etc/ usr/ "$pkgdir/"
-}

Copied: archboot-arm/repos/extra-any/PKGBUILD (from rev 441604, 
archboot-arm/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2022-04-05 19:53:21 UTC (rev 441605)
@@ -0,0 +1,54 @@
+# Maintainer : Tobias Powalowski 
+
+pkgname=archboot-arm
+pkgver=2022.04
+pkgrel=10
+pkgdesc="Advanced, modular arch boot/install image creation utility with 
aarch64 depends"
+arch=(any)
+license=('GPL')
+url="https://wiki.archlinux.org/title/Archboot;
+depends=('mkinitcpio' 'pacman' 'wget' 'bash' 'coreutils' 'cryptsetup' 'dialog' 
'e2fsprogs' 'findutils' 'gawk' 'grep' 'iputils' 'jfsutils'
+ 'less' 'lvm2' 'mdadm' 'kmod' 'nano' 'ncurses' 'net-tools' 
'gnu-netcat' 'procps-ng' 'psmisc' 'sed' 'snarf'
+ 'tar' 'util-linux' 'bind' 'which' 'kbd' 

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

2022-04-05 Thread Tobias Powalowski via arch-commits
Date: Tuesday, April 5, 2022 @ 19:53:16
  Author: tpowa
Revision: 441604

upgpkg: archboot-arm 2022.04-10: bump to latest version

Modified:
  archboot-arm/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2022-04-05 19:52:23 UTC (rev 441603)
+++ PKGBUILD2022-04-05 19:53:16 UTC (rev 441604)
@@ -2,7 +2,7 @@
 
 pkgname=archboot-arm
 pkgver=2022.04
-pkgrel=9
+pkgrel=10
 pkgdesc="Advanced, modular arch boot/install image creation utility with 
aarch64 depends"
 arch=(any)
 license=('GPL')



[arch-commits] Commit in archboot/repos/extra-any (4 files)

2022-04-05 Thread Tobias Powalowski via arch-commits
Date: Tuesday, April 5, 2022 @ 19:52:23
  Author: tpowa
Revision: 441603

archrelease: copy trunk to extra-any

Added:
  archboot/repos/extra-any/PKGBUILD
(from rev 441602, archboot/trunk/PKGBUILD)
  archboot/repos/extra-any/archboot.install
(from rev 441602, archboot/trunk/archboot.install)
Deleted:
  archboot/repos/extra-any/PKGBUILD
  archboot/repos/extra-any/archboot.install

--+
 PKGBUILD |  110 ++---
 archboot.install |   38 +-
 2 files changed, 74 insertions(+), 74 deletions(-)

Deleted: PKGBUILD
===
--- PKGBUILD2022-04-05 19:52:18 UTC (rev 441602)
+++ PKGBUILD2022-04-05 19:52:23 UTC (rev 441603)
@@ -1,55 +0,0 @@
-# Maintainer : Tobias Powalowski 
-
-pkgname=archboot
-pkgver=2022.04
-pkgrel=9
-pkgdesc="Advanced, modular arch boot/install image creation utility"
-arch=(any)
-license=('GPL')
-url="https://wiki.archlinux.org/title/Archboot;
-depends=('mkinitcpio' 'pacman' 'wget' 'bash' 'coreutils' 'cryptsetup' 'dialog' 
'e2fsprogs' 'findutils' 'gawk' 'grep' 'iputils' 'jfsutils'
- 'less' 'lvm2' 'mdadm' 'kmod' 'nano' 'ncurses' 'net-tools' 
'gnu-netcat' 'procps-ng' 'psmisc' 'sed' 'snarf'
- 'tar' 'util-linux' 'bind' 'which' 'kbd' 'wireless_tools' 'xfsprogs' 
'hdparm' 'inetutils'
- 'openssh' 'hwdetect' 'shadow' 'bridge-utils'  'dosfstools' 'glibc' 
'linux' 'kexec-tools' 'ppp' 'rp-pppoe'
- 'pciutils' 'usbutils' 'vpnc' 'openvpn' 'b43-fwcutter' 
'wpa_supplicant' 'rsync' 'gzip' 'libarchive'
-'device-mapper' 'screen' 'elfutils' 'pam' 'cracklib' 'nfs-utils' 
'nfsidmap' 'readline' 'acl' 'attr' 'pcre' 'cpio'
-'fuse' 'libusb' 'vi' 'vim' 'lzo' 'lzop' 'libsasl' 'libldap' 'gpm' 
'libevent' 'gcc-libs' 'sdparm' 'licenses' 'pptpclient' 'ipw2100-fw'
-'ipw2200-fw' 'dhcpcd' 'openssl' 'dmraid' 'linux-atm' 'netctl' 'parted' 
'tzdata' 'ntp' 'libgcrypt' 'iw' 
-'libnl' 'iproute2' 'wireless-regdb' 'dhclient' 'mtools' 'fsarchiver' 
'xz' 'libtirpc' 'rpcbind' 'testdisk'
-'wipe' 'ddrescue' 'ifplugd' 'libgssglue' 'mkinitcpio-nfs-utils' 
'gptfdisk' 'nilfs-utils' 'btrfs-progs'
-'iana-etc' 'keyutils' 'libisoburn' 'file' 'curl'  'smartmontools' 
'dnsmasq' 'cifs-utils'
-'openconnect' 'libxml2' 'libproxy' 'tcpdump' 'nmap' 'lua' 'gnutls' 
'nettle' 'libtasn1' 'expat'
-'glib2' 'freetype2' 'libssh2' 'libedit' 'talloc' 'libjpeg-turbo' 
'dmidecode' 'gnupg' 'libksba' 'libassuan' 'pinentry'
-'gpgme' 'ldns' 'dnssec-anchors' 'hwdata' 'systemd' 'archlinux-keyring' 
'haveged' 'pambase' 'chntpw' 'traceroute' 'grub' 
-'systemd-sysvcompat' 'intel-ucode' 'arch-install-scripts' 'zsh' 'gdbm' 
'grml-zsh-config' 'cpupower' 'wvdial' 'xl2tpd' 
-'usb_modeswitch' 'refind' 'efibootmgr' 'f2fs-tools' 'efitools' 
'efivar' 'ethtool' 'exfatprogs' 'broadcom-wl'
-'fuse3' 'flex' 'amd-ucode' 'edk2-shell' 'cdrtools' 'nvme-cli' 
'fatresize' 'iwd' 'elinks' 'weechat' 'lshw' 'tmux'
-'sbsigntools' 'openresolv' 'mokutil' 'archboot-bootloader' 
'archinstall')
-makedepends=('git')
-optdepends=('linux-firmware: for firmware inclusion on image file'
-'linux-firmware-marvell: for marvell firmware support'
-'archboot-qemu-aarch64: for aarch64 image building on x86_64'
-'sudo: for running the archboot build server')
-source=("git+https://gitlab.archlinux.org/tpowa/archboot.git#tag=${pkgver}-${pkgrel}?signed;)
-backup=('etc/archboot/defaults'
-   'etc/archboot/x86_64.conf'
-'etc/archboot/aarch64.conf'
-'etc/archboot/x86_64-latest.conf'
-'etc/archboot/aarch64-latest.conf'
-'etc/archboot/x86_64-local.conf'
-   'etc/archboot/aarch64-local.conf'
-   'etc/archboot/presets/x86_64'
-'etc/archboot/presets/aarch64'
-'etc/archboot/presets/x86_64-latest'
-'etc/archboot/presets/aarch64-latest'
-   'etc/archboot/presets/x86_64-local'
-   'etc/archboot/presets/aarch64-local')
-install=archboot.install
-sha256sums=('SKIP')
-validgpgkeys=('5B7E3FB71B7F10329A1C03AB771DF6627EDF681F' # Tobias Powalowski 

- )
-package()
-{
-  cd "$srcdir/archboot"
-  mv etc/ usr/ "$pkgdir/"
-}

Copied: archboot/repos/extra-any/PKGBUILD (from rev 441602, 
archboot/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2022-04-05 19:52:23 UTC (rev 441603)
@@ -0,0 +1,55 @@
+# Maintainer : Tobias Powalowski 
+
+pkgname=archboot
+pkgver=2022.04
+pkgrel=10
+pkgdesc="Advanced, modular arch boot/install image creation utility"
+arch=(any)
+license=('GPL')
+url="https://wiki.archlinux.org/title/Archboot;
+depends=('mkinitcpio' 'pacman' 'wget' 'bash' 'coreutils' 'cryptsetup' 'dialog' 
'e2fsprogs' 'findutils' 'gawk' 'grep' 'iputils' 'jfsutils'
+ 'less' 'lvm2' 'mdadm' 'kmod' 'nano' 'ncurses' 'net-tools' 

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

2022-04-05 Thread Tobias Powalowski via arch-commits
Date: Tuesday, April 5, 2022 @ 19:52:18
  Author: tpowa
Revision: 441602

upgpkg: archboot 2022.04-10: bump to latest version

Modified:
  archboot/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2022-04-05 19:44:35 UTC (rev 441601)
+++ PKGBUILD2022-04-05 19:52:18 UTC (rev 441602)
@@ -2,7 +2,7 @@
 
 pkgname=archboot
 pkgver=2022.04
-pkgrel=9
+pkgrel=10
 pkgdesc="Advanced, modular arch boot/install image creation utility"
 arch=(any)
 license=('GPL')



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

2022-04-05 Thread Kpcyrd via arch-commits
Date: Tuesday, April 5, 2022 @ 19:47:42
  Author: kpcyrd
Revision: 1181494

archrelease: copy trunk to community-x86_64

Added:
  openbsd-netcat/repos/community-x86_64/PKGBUILD
(from rev 1181493, openbsd-netcat/trunk/PKGBUILD)
Deleted:
  openbsd-netcat/repos/community-x86_64/PKGBUILD

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

Deleted: PKGBUILD
===
--- PKGBUILD2022-04-05 19:47:23 UTC (rev 1181493)
+++ PKGBUILD2022-04-05 19:47:42 UTC (rev 1181494)
@@ -1,37 +0,0 @@
-# Maintainer: Sergej Pupykin 
-# Contributor: Andrej Gelenberg 
-
-pkgname="openbsd-netcat"
-pkgver=1.218_2
-pkgrel=1
-pkgdesc="TCP/IP swiss army knife. OpenBSD variant."
-arch=('x86_64')
-url="https://salsa.debian.org/debian/netcat-openbsd;
-license=('BSD')
-depends=('libbsd')
-makedepends=('gcc' 'make')
-provides=('netcat')
-conflicts=('gnu-netcat')
-source=("https://salsa.debian.org/debian/netcat-openbsd/-/archive/debian/${pkgver/_/-}/netcat-openbsd-debian-${pkgver/_/-}.tar.gz;)
-sha512sums=('d10be99f7ebb03c0b0e3ad5d9ba04c6c1aac3d10556b324201cbf4f07736f5101db6e622720b5803dd32a31c6b5d4f12148331ba581789f14072a7fca55cb1eb')
-b2sums=('f0e74a7562223ecf73888adfb6936a2ee0a0851dd047cc98e4a2b77d4aca432ac56f050d6b5c1e675ee26b30eba7ba8e0fa0d7f253b1700a06fea89768bd5776')
-
-build() {
-  cd netcat-openbsd-debian-${pkgver/_/-}
-  for i in `cat debian/patches/series`; do
-   echo "** patch $i" 1>&2
-   cat "debian/patches/$i"
-  done | patch -p1
-  make \
-   CFLAGS="$CFLAGS -DDEBIAN_VERSION=\"\\\"${pkgrel}\\\"\" 
-I/usr/include/libbsd" \
-   LDFLAGS="$LDFLAGS -lbsd"
-}
-
-package() {
-  cd netcat-openbsd-debian-${pkgver/_/-}
-  install -Dm0755 nc "$pkgdir"/usr/bin/nc
-  ln -s nc "$pkgdir"/usr/bin/netcat
-  install -Dm0644 nc.1 "$pkgdir"/usr/share/man/man1/nc.1
-  install -dm0755 "$pkgdir"/usr/share/licenses/$pkgname/
-  head -n28 netcat.c | tail -n+2 >"$pkgdir"/usr/share/licenses/$pkgname/LICENSE
-}

Copied: openbsd-netcat/repos/community-x86_64/PKGBUILD (from rev 1181493, 
openbsd-netcat/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2022-04-05 19:47:42 UTC (rev 1181494)
@@ -0,0 +1,37 @@
+# Maintainer: Sergej Pupykin 
+# Contributor: Andrej Gelenberg 
+
+pkgname="openbsd-netcat"
+pkgver=1.218_5
+pkgrel=1
+pkgdesc="TCP/IP swiss army knife. OpenBSD variant."
+arch=('x86_64')
+url="https://salsa.debian.org/debian/netcat-openbsd;
+license=('BSD')
+depends=('libbsd')
+makedepends=('gcc' 'make')
+provides=('netcat')
+conflicts=('gnu-netcat')
+source=("https://salsa.debian.org/debian/netcat-openbsd/-/archive/debian/${pkgver/_/-}/netcat-openbsd-debian-${pkgver/_/-}.tar.gz;)
+sha512sums=('c6dd057fbd6bff4a98c75f11a83ea330593c80f0ff796187eee2c32b4fd451a743372d144043a33bb59e8077cd50f5ed69dba3a487203c024771d8658ab2db5b')
+b2sums=('457ae2dd3bb0da31cd7fc94b7f4c00cf1021b6d9237ad3ea24437fdad1d4f6bd97f292d7915c0eccc6e905ac5c7270d1917f2ef547996a8930560a78589be2a3')
+
+build() {
+  cd netcat-openbsd-debian-${pkgver/_/-}
+  for i in `cat debian/patches/series`; do
+   echo "** patch $i" 1>&2
+   cat "debian/patches/$i"
+  done | patch -p1
+  make \
+   CFLAGS="$CFLAGS -DDEBIAN_VERSION=\"\\\"${pkgrel}\\\"\" 
-I/usr/include/libbsd" \
+   LDFLAGS="$LDFLAGS -lbsd"
+}
+
+package() {
+  cd netcat-openbsd-debian-${pkgver/_/-}
+  install -Dm0755 nc "$pkgdir"/usr/bin/nc
+  ln -s nc "$pkgdir"/usr/bin/netcat
+  install -Dm0644 nc.1 "$pkgdir"/usr/share/man/man1/nc.1
+  install -dm0755 "$pkgdir"/usr/share/licenses/$pkgname/
+  head -n28 netcat.c | tail -n+2 >"$pkgdir"/usr/share/licenses/$pkgname/LICENSE
+}



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

2022-04-05 Thread Kpcyrd via arch-commits
Date: Tuesday, April 5, 2022 @ 19:47:23
  Author: kpcyrd
Revision: 1181493

upgpkg: openbsd-netcat 1.218_5-1

Modified:
  openbsd-netcat/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2022-04-05 19:42:04 UTC (rev 1181492)
+++ PKGBUILD2022-04-05 19:47:23 UTC (rev 1181493)
@@ -2,7 +2,7 @@
 # Contributor: Andrej Gelenberg 
 
 pkgname="openbsd-netcat"
-pkgver=1.218_2
+pkgver=1.218_5
 pkgrel=1
 pkgdesc="TCP/IP swiss army knife. OpenBSD variant."
 arch=('x86_64')
@@ -13,8 +13,8 @@
 provides=('netcat')
 conflicts=('gnu-netcat')
 
source=("https://salsa.debian.org/debian/netcat-openbsd/-/archive/debian/${pkgver/_/-}/netcat-openbsd-debian-${pkgver/_/-}.tar.gz;)
-sha512sums=('d10be99f7ebb03c0b0e3ad5d9ba04c6c1aac3d10556b324201cbf4f07736f5101db6e622720b5803dd32a31c6b5d4f12148331ba581789f14072a7fca55cb1eb')
-b2sums=('f0e74a7562223ecf73888adfb6936a2ee0a0851dd047cc98e4a2b77d4aca432ac56f050d6b5c1e675ee26b30eba7ba8e0fa0d7f253b1700a06fea89768bd5776')
+sha512sums=('c6dd057fbd6bff4a98c75f11a83ea330593c80f0ff796187eee2c32b4fd451a743372d144043a33bb59e8077cd50f5ed69dba3a487203c024771d8658ab2db5b')
+b2sums=('457ae2dd3bb0da31cd7fc94b7f4c00cf1021b6d9237ad3ea24437fdad1d4f6bd97f292d7915c0eccc6e905ac5c7270d1917f2ef547996a8930560a78589be2a3')
 
 build() {
   cd netcat-openbsd-debian-${pkgver/_/-}



[arch-commits] Commit in xf86-video-dummy/repos/extra-x86_64 (PKGBUILD PKGBUILD)

2022-04-05 Thread Andreas Radke via arch-commits
Date: Tuesday, April 5, 2022 @ 19:44:35
  Author: andyrtr
Revision: 441601

archrelease: copy trunk to extra-x86_64

Added:
  xf86-video-dummy/repos/extra-x86_64/PKGBUILD
(from rev 441600, xf86-video-dummy/trunk/PKGBUILD)
Deleted:
  xf86-video-dummy/repos/extra-x86_64/PKGBUILD

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

Deleted: PKGBUILD
===
--- PKGBUILD2022-04-05 19:44:25 UTC (rev 441600)
+++ PKGBUILD2022-04-05 19:44:35 UTC (rev 441601)
@@ -1,38 +0,0 @@
-#Maintainer: Jan de Groot 
-
-pkgname=xf86-video-dummy
-pkgver=0.3.8
-pkgrel=5
-pkgdesc="X.org dummy video driver"
-arch=(x86_64)
-url="https://xorg.freedesktop.org/;
-license=('custom')
-depends=('glibc')
-makedepends=('xorg-server-devel' 'X-ABI-VIDEODRV_VERSION=25.2' 'xorgproto')
-conflicts=('xorg-server<21.1.1' 'X-ABI-VIDEODRV_VERSION<25' 
'X-ABI-VIDEODRV_VERSION>=26')
-groups=('xorg-drivers')
-source=(${url}/releases/individual/driver/${pkgname}-${pkgver}.tar.bz2{,.sig})
-sha256sums=('3712bb869307233491e4c570732d6073c0dc3d99adfdb9977396a3fdf84e95b9'
-'SKIP')
-validpgpkeys=('7B27A3F1A6E18CD9588B4AE8310180050905E40C') # Julien Cristau 

-
-build() {
-  cd ${pkgname}-${pkgver}
-
-  # Since pacman 5.0.2-2, hardened flags are now enabled in makepkg.conf
-  # With them, module fail to load with undefined symbol.
-  # See https://bugs.archlinux.org/task/55102 / 
https://bugs.archlinux.org/task/54845
-  export CFLAGS=${CFLAGS/-fno-plt}
-  export CXXFLAGS=${CXXFLAGS/-fno-plt}
-  export LDFLAGS=${LDFLAGS/,-z,now}
-
-  ./configure --prefix=/usr
-  make
-}
-
-package() {
-  cd ${pkgname}-${pkgver}
-  make DESTDIR="${pkgdir}" install
-  install -m755 -d "${pkgdir}/usr/share/licenses/${pkgname}"
-  install -m644 COPYING "${pkgdir}/usr/share/licenses/${pkgname}/"
-}

Copied: xf86-video-dummy/repos/extra-x86_64/PKGBUILD (from rev 441600, 
xf86-video-dummy/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2022-04-05 19:44:35 UTC (rev 441601)
@@ -0,0 +1,39 @@
+# Maintainer: Andreas Radke 
+
+pkgname=xf86-video-dummy
+pkgver=0.4.0
+pkgrel=1
+pkgdesc="X.org dummy video driver"
+arch=(x86_64)
+url="https://xorg.freedesktop.org/;
+license=('custom')
+depends=('glibc')
+makedepends=('xorg-server-devel' 'X-ABI-VIDEODRV_VERSION=25.2' 'xorgproto')
+conflicts=('xorg-server<21.1.1' 'X-ABI-VIDEODRV_VERSION<25' 
'X-ABI-VIDEODRV_VERSION>=26')
+groups=('xorg-drivers')
+source=(${url}/releases/individual/driver/${pkgname}-${pkgver}.tar.xz{,.sig})
+sha512sums=('1150a84c4f17215b9c579d8ce9399d547a01970bf7b5396653f14beb13a62deefe3008bf3ad6a2c5c0f46da4cbc0b840c18a7dff339e3b882d108183fa1d30d9'
+'SKIP')
+#validpgpkeys=('7B27A3F1A6E18CD9588B4AE8310180050905E40C') # Julien Cristau 

+validpgpkeys=('3BB639E56F861FA2E86505690FDD682D974CA72A') # "Matt Turner 
"
+
+build() {
+  cd ${pkgname}-${pkgver}
+
+  # Since pacman 5.0.2-2, hardened flags are now enabled in makepkg.conf
+  # With them, module fail to load with undefined symbol.
+  # See https://bugs.archlinux.org/task/55102 / 
https://bugs.archlinux.org/task/54845
+  export CFLAGS=${CFLAGS/-fno-plt}
+  export CXXFLAGS=${CXXFLAGS/-fno-plt}
+  export LDFLAGS=${LDFLAGS/,-z,now}
+
+  ./configure --prefix=/usr
+  make
+}
+
+package() {
+  cd ${pkgname}-${pkgver}
+  make DESTDIR="${pkgdir}" install
+  install -m755 -d "${pkgdir}/usr/share/licenses/${pkgname}"
+  install -m644 COPYING "${pkgdir}/usr/share/licenses/${pkgname}/"
+}



[arch-commits] Commit in xf86-video-dummy/trunk (PKGBUILD)

2022-04-05 Thread Andreas Radke via arch-commits
Date: Tuesday, April 5, 2022 @ 19:44:25
  Author: andyrtr
Revision: 441600

upgpkg: xf86-video-dummy 0.4.0-1: upstream update 0.4.0

Modified:
  xf86-video-dummy/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2022-04-05 18:58:36 UTC (rev 441599)
+++ PKGBUILD2022-04-05 19:44:25 UTC (rev 441600)
@@ -1,8 +1,8 @@
-#Maintainer: Jan de Groot 
+# Maintainer: Andreas Radke 
 
 pkgname=xf86-video-dummy
-pkgver=0.3.8
-pkgrel=5
+pkgver=0.4.0
+pkgrel=1
 pkgdesc="X.org dummy video driver"
 arch=(x86_64)
 url="https://xorg.freedesktop.org/;
@@ -11,10 +11,11 @@
 makedepends=('xorg-server-devel' 'X-ABI-VIDEODRV_VERSION=25.2' 'xorgproto')
 conflicts=('xorg-server<21.1.1' 'X-ABI-VIDEODRV_VERSION<25' 
'X-ABI-VIDEODRV_VERSION>=26')
 groups=('xorg-drivers')
-source=(${url}/releases/individual/driver/${pkgname}-${pkgver}.tar.bz2{,.sig})
-sha256sums=('3712bb869307233491e4c570732d6073c0dc3d99adfdb9977396a3fdf84e95b9'
+source=(${url}/releases/individual/driver/${pkgname}-${pkgver}.tar.xz{,.sig})
+sha512sums=('1150a84c4f17215b9c579d8ce9399d547a01970bf7b5396653f14beb13a62deefe3008bf3ad6a2c5c0f46da4cbc0b840c18a7dff339e3b882d108183fa1d30d9'
 'SKIP')
-validpgpkeys=('7B27A3F1A6E18CD9588B4AE8310180050905E40C') # Julien Cristau 

+#validpgpkeys=('7B27A3F1A6E18CD9588B4AE8310180050905E40C') # Julien Cristau 

+validpgpkeys=('3BB639E56F861FA2E86505690FDD682D974CA72A') # "Matt Turner 
"
 
 build() {
   cd ${pkgname}-${pkgver}



[arch-commits] Commit in ruby-nio4r/repos/community-x86_64 (3 files)

2022-04-05 Thread Andreas Schleifer via arch-commits
Date: Tuesday, April 5, 2022 @ 19:42:04
  Author: segaja
Revision: 1181492

archrelease: copy trunk to community-x86_64

Added:
  ruby-nio4r/repos/community-x86_64/PKGBUILD
(from rev 1181491, ruby-nio4r/trunk/PKGBUILD)
  ruby-nio4r/repos/community-x86_64/nio4r_fix_openssl_tests.patch
(from rev 1181491, ruby-nio4r/trunk/nio4r_fix_openssl_tests.patch)
Deleted:
  ruby-nio4r/repos/community-x86_64/PKGBUILD

---+
 PKGBUILD  |  114 
 nio4r_fix_openssl_tests.patch |   17 +
 2 files changed, 86 insertions(+), 45 deletions(-)

Deleted: PKGBUILD
===
--- PKGBUILD2022-04-05 19:41:25 UTC (rev 1181491)
+++ PKGBUILD2022-04-05 19:42:04 UTC (rev 1181492)
@@ -1,45 +0,0 @@
-# Maintainer: Levente Polyak 
-# Maintainer: Andreas 'Segaja' Schleifer 
-
-_gemname=nio4r
-pkgname=ruby-${_gemname}
-pkgver=2.5.7
-pkgrel=2
-pkgdesc='Abstract, cross-platform stateful I/O selector API for Ruby'
-url='https://github.com/celluloid/nio4r'
-arch=('x86_64')
-license=('MIT')
-depends=('ruby')
-makedepends=('ruby-rdoc' 'git')
-options=('!emptydirs')
-source=(https://github.com/celluloid/nio4r/archive/v${pkgver}/${pkgname}-${pkgver}.tar.gz)
-sha512sums=('da04bb10d604aee02cdbb92377b66de62bc28421a834fa190f29c07b9230e51ee1c59814c69f2ebbd3a67f3d5b5444301896742bde1c19546a764d8030c276b8')
-b2sums=('7927671c883d0cfb937fcc4b05e8013c82c0117a560b691c9409fed91073cac1e0a97d1bf50c07bcfb080fe16a0cf634e010f731e99fff047a984303f9074200')
-
-prepare() {
-  cd ${_gemname}-${pkgver}
-  sed 's|git ls-files|find|' -i ${_gemname}.gemspec
-}
-
-build() {
-  cd ${_gemname}-${pkgver}
-  gem build ${_gemname}.gemspec
-}
-
-package() {
-  cd ${_gemname}-${pkgver}
-  local _gemdir="$(gem env gemdir)"
-  gem install --ignore-dependencies --no-user-install -i 
"${pkgdir}/${_gemdir}" \
--n "${pkgdir}/usr/bin" ${_gemname}-${pkgver}.gem
-
-  install -Dm 644 README.md CHANGES.md -t "${pkgdir}/usr/share/doc/${pkgname}"
-  install -Dm 644 README.md -t "${pkgdir}/usr/share/licenses/${pkgname}"
-  cp -r examples "${pkgdir}/usr/share/doc/${pkgname}"
-
-  cd "${pkgdir}/${_gemdir}"
-  rm -rf cache gems/${_gemname}-${pkgver}/{ext,lib/*/*.so} \
-extensions/*/*/${_gemname}-${pkgver}/{mkmf.log,gem_make.out} \
-"${pkgdir}/${_gemdir}/doc/${_gemname}-${pkgver}/ri/ext/"
-}
-
-# vim: ts=2 sw=2 et:

Copied: ruby-nio4r/repos/community-x86_64/PKGBUILD (from rev 1181491, 
ruby-nio4r/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2022-04-05 19:42:04 UTC (rev 1181492)
@@ -0,0 +1,69 @@
+# Maintainer: Levente Polyak 
+# Maintainer: Andreas 'Segaja' Schleifer 
+
+_gemname=nio4r
+pkgname=ruby-${_gemname}
+pkgver=2.5.8
+pkgrel=1
+pkgdesc='Abstract, cross-platform stateful I/O selector API for Ruby'
+url='https://github.com/celluloid/nio4r'
+arch=('x86_64')
+license=('MIT')
+depends=('ruby')
+makedepends=('ruby-rdoc' 'git')
+checkdepends=('ruby-bundler' 'ruby-rake' 'ruby-rake-compiler' 'ruby-rspec')
+options=('!emptydirs')
+source=("https://github.com/celluloid/nio4r/archive/v${pkgver}/${pkgname}-${pkgver}.tar.gz;
+# https://github.com/socketry/nio4r/issues/283
+nio4r_fix_openssl_tests.patch)
+sha512sums=('a90d774468189667727345d9edfe70922f4887d89b7afb884033e1b38b7002400bed573f277ce7cc3e5fc5cbc69192ae36ad093ec3dd25f995df9b7768498e4c'
+
'2a0e610acb4fd4d06a7053dee6910fb717dc811f0957828f3cea327ed9d41e0bb8cba2eb0a3e58bb074e73395921f7f3c4771750624b248011ce35859a7dd99c')
+b2sums=('95ae433051a58779d5039c97d456e8fbf81acd4de38c9d98d33c55a1000ab5e0fafb313982b53d9b3f10fb260b859598935a061205d22054cbf99d03f9941090'
+
'57ff0dfb26e96c7e19366b1c528b31043e327d3318fa02d90da58e2d2df3019c5b2a969dcc27087866dc4e63082a978ceb9fb0459e9526c8fd6d435d8693dc02')
+
+prepare() {
+  cd "${_gemname}-${pkgver}"
+
+  patch --verbose --strip=1 --input=../nio4r_fix_openssl_tests.patch
+
+  sed 's|git ls-files|find|' -i "${_gemname}.gemspec"
+
+  sed --in-place '/coveralls/Id' spec/spec_helper.rb
+
+  rm rakelib/rubocop.rake
+}
+
+build() {
+  cd "${_gemname}-${pkgver}"
+
+  rake compile build
+}
+
+check() {
+  cd "${_gemname}-${pkgver}"
+
+  rake spec
+}
+
+package() {
+  cd ${_gemname}-${pkgver}
+
+  local _gemdir="$(gem env gemdir)"
+
+  gem install --ignore-dependencies --no-user-install -i 
"${pkgdir}/${_gemdir}" \
+-n "${pkgdir}/usr/bin" "pkg/${_gemname}-${pkgver}.gem"
+
+  install -Dm 644 README.md CHANGES.md -t "${pkgdir}/usr/share/doc/${pkgname}"
+  install -Dm 644 README.md -t "${pkgdir}/usr/share/licenses/${pkgname}"
+
+  cp -r examples "${pkgdir}/usr/share/doc/${pkgname}"
+
+  cd "${pkgdir}/${_gemdir}"
+  rm -rf cache \
+"gems/${_gemname}-${pkgver}/tmp/" \
+"gems/${_gemname}-${pkgver}/ext/${_gemname}/Makefile" \
+extensions/*/*/${_gemname}-${pkgver}/{mkmf.log,gem_make.out} \
+

[arch-commits] Commit in ruby-nio4r/trunk (PKGBUILD nio4r_fix_openssl_tests.patch)

2022-04-05 Thread Andreas Schleifer via arch-commits
Date: Tuesday, April 5, 2022 @ 19:41:25
  Author: segaja
Revision: 1181491

upgpkg: ruby-nio4r 2.5.8-1; update to 2.5.8; enable tests

Added:
  ruby-nio4r/trunk/nio4r_fix_openssl_tests.patch
Modified:
  ruby-nio4r/trunk/PKGBUILD

---+
 PKGBUILD  |   46 ++--
 nio4r_fix_openssl_tests.patch |   17 ++
 2 files changed, 52 insertions(+), 11 deletions(-)

Modified: PKGBUILD
===
--- PKGBUILD2022-04-05 19:07:19 UTC (rev 1181490)
+++ PKGBUILD2022-04-05 19:41:25 UTC (rev 1181491)
@@ -3,8 +3,8 @@
 
 _gemname=nio4r
 pkgname=ruby-${_gemname}
-pkgver=2.5.7
-pkgrel=2
+pkgver=2.5.8
+pkgrel=1
 pkgdesc='Abstract, cross-platform stateful I/O selector API for Ruby'
 url='https://github.com/celluloid/nio4r'
 arch=('x86_64')
@@ -11,33 +11,57 @@
 license=('MIT')
 depends=('ruby')
 makedepends=('ruby-rdoc' 'git')
+checkdepends=('ruby-bundler' 'ruby-rake' 'ruby-rake-compiler' 'ruby-rspec')
 options=('!emptydirs')
-source=(https://github.com/celluloid/nio4r/archive/v${pkgver}/${pkgname}-${pkgver}.tar.gz)
-sha512sums=('da04bb10d604aee02cdbb92377b66de62bc28421a834fa190f29c07b9230e51ee1c59814c69f2ebbd3a67f3d5b5444301896742bde1c19546a764d8030c276b8')
-b2sums=('7927671c883d0cfb937fcc4b05e8013c82c0117a560b691c9409fed91073cac1e0a97d1bf50c07bcfb080fe16a0cf634e010f731e99fff047a984303f9074200')
+source=("https://github.com/celluloid/nio4r/archive/v${pkgver}/${pkgname}-${pkgver}.tar.gz;
+# https://github.com/socketry/nio4r/issues/283
+nio4r_fix_openssl_tests.patch)
+sha512sums=('a90d774468189667727345d9edfe70922f4887d89b7afb884033e1b38b7002400bed573f277ce7cc3e5fc5cbc69192ae36ad093ec3dd25f995df9b7768498e4c'
+
'2a0e610acb4fd4d06a7053dee6910fb717dc811f0957828f3cea327ed9d41e0bb8cba2eb0a3e58bb074e73395921f7f3c4771750624b248011ce35859a7dd99c')
+b2sums=('95ae433051a58779d5039c97d456e8fbf81acd4de38c9d98d33c55a1000ab5e0fafb313982b53d9b3f10fb260b859598935a061205d22054cbf99d03f9941090'
+
'57ff0dfb26e96c7e19366b1c528b31043e327d3318fa02d90da58e2d2df3019c5b2a969dcc27087866dc4e63082a978ceb9fb0459e9526c8fd6d435d8693dc02')
 
 prepare() {
-  cd ${_gemname}-${pkgver}
-  sed 's|git ls-files|find|' -i ${_gemname}.gemspec
+  cd "${_gemname}-${pkgver}"
+
+  patch --verbose --strip=1 --input=../nio4r_fix_openssl_tests.patch
+
+  sed 's|git ls-files|find|' -i "${_gemname}.gemspec"
+
+  sed --in-place '/coveralls/Id' spec/spec_helper.rb
+
+  rm rakelib/rubocop.rake
 }
 
 build() {
-  cd ${_gemname}-${pkgver}
-  gem build ${_gemname}.gemspec
+  cd "${_gemname}-${pkgver}"
+
+  rake compile build
 }
 
+check() {
+  cd "${_gemname}-${pkgver}"
+
+  rake spec
+}
+
 package() {
   cd ${_gemname}-${pkgver}
+
   local _gemdir="$(gem env gemdir)"
+
   gem install --ignore-dependencies --no-user-install -i 
"${pkgdir}/${_gemdir}" \
--n "${pkgdir}/usr/bin" ${_gemname}-${pkgver}.gem
+-n "${pkgdir}/usr/bin" "pkg/${_gemname}-${pkgver}.gem"
 
   install -Dm 644 README.md CHANGES.md -t "${pkgdir}/usr/share/doc/${pkgname}"
   install -Dm 644 README.md -t "${pkgdir}/usr/share/licenses/${pkgname}"
+
   cp -r examples "${pkgdir}/usr/share/doc/${pkgname}"
 
   cd "${pkgdir}/${_gemdir}"
-  rm -rf cache gems/${_gemname}-${pkgver}/{ext,lib/*/*.so} \
+  rm -rf cache \
+"gems/${_gemname}-${pkgver}/tmp/" \
+"gems/${_gemname}-${pkgver}/ext/${_gemname}/Makefile" \
 extensions/*/*/${_gemname}-${pkgver}/{mkmf.log,gem_make.out} \
 "${pkgdir}/${_gemdir}/doc/${_gemname}-${pkgver}/ri/ext/"
 }

Added: nio4r_fix_openssl_tests.patch
===
--- nio4r_fix_openssl_tests.patch   (rev 0)
+++ nio4r_fix_openssl_tests.patch   2022-04-05 19:41:25 UTC (rev 1181491)
@@ -0,0 +1,17 @@
+diff --git a/spec/nio/selectables/ssl_socket_spec.rb 
b/spec/nio/selectables/ssl_socket_spec.rb
+index dec7f7d..90c2d5e 100644
+--- a/spec/nio/selectables/ssl_socket_spec.rb
 b/spec/nio/selectables/ssl_socket_spec.rb
+@@ -1,11 +1,9 @@
+ # frozen_string_literal: true
+ 
+ require "spec_helper"
++require "openssl"
+ 
+ RSpec.describe OpenSSL::SSL::SSLSocket do
+-
+-  require "openssl"
+-
+   before(:all) do
+ @tls = []
+   end



[arch-commits] Commit in mayavi/repos (5 files)

2022-04-05 Thread Antonio Rojas via arch-commits
Date: Tuesday, April 5, 2022 @ 19:07:19
  Author: arojas
Revision: 1181490

archrelease: copy trunk to community-staging-x86_64

Added:
  mayavi/repos/community-staging-x86_64/
  mayavi/repos/community-staging-x86_64/PKGBUILD
(from rev 1181489, mayavi/trunk/PKGBUILD)
  mayavi/repos/community-staging-x86_64/disable-openvdb-and-openvr.patch
(from rev 1181489, mayavi/trunk/disable-openvdb-and-openvr.patch)
  mayavi/repos/community-staging-x86_64/mayavi.csh
(from rev 1181489, mayavi/trunk/mayavi.csh)
  mayavi/repos/community-staging-x86_64/mayavi.sh
(from rev 1181489, mayavi/trunk/mayavi.sh)

--+
 PKGBUILD |  104 +
 disable-openvdb-and-openvr.patch |   27 +
 mayavi.csh   |1 
 mayavi.sh|1 
 4 files changed, 133 insertions(+)

Copied: mayavi/repos/community-staging-x86_64/PKGBUILD (from rev 1181489, 
mayavi/trunk/PKGBUILD)
===
--- community-staging-x86_64/PKGBUILD   (rev 0)
+++ community-staging-x86_64/PKGBUILD   2022-04-05 19:07:19 UTC (rev 1181490)
@@ -0,0 +1,104 @@
+# Maintainer: Andrzej Giniewicz 
+# Contributor: Jingbei Li 
+
+pkgname=mayavi
+pkgver=4.7.4
+pkgrel=2
+pkgdesc="A 3-dimensional visualizer of scientific data"
+arch=('x86_64')
+url="https://github.com/enthought/mayavi;
+license=('BSD')
+depends=('vtk' 'python-envisage' 'python-traitsui' 'python-configobj' 
'python-pyqt5' 'pdal' 'unixodbc' 'pugixml' 'openmpi' 'ffmpeg' 'python-numpy'
+ 'fmt' 'ospray' 'openvr' 'liblas' 'cgns' 'adios2' 'libharu' 'gl2ps')
+makedepends=('python-setuptools' 'python-sphinx' 'python-twisted' 
'xorg-server-xvfb' 'qt5-svg' 'glew' 'proj')
+replaces=('python-mayavi')
+provides=('python-mayavi')
+options=(!emptydirs)
+
+source=("$pkgname-$pkgver.tar.gz::https://github.com/enthought/mayavi/archive/${pkgver}.tar.gz;
+"disable-openvdb-and-openvr.patch"
+"mayavi.sh" "mayavi.csh")
+sha256sums=('44f144a5646e81b7eb0668a8b1ac383a847e634f6f4c306b4629e32587080467'
+'fc3eb33dde9541986a37aa91b7d80aca5754a39a0370688c1f0a5d06d3364853'
+'abb34e78105abf15197bdd05c02ba3b080755d46aa81e4cfaeaba4994d05effe'
+'034b36bf9d279d926c39c858bf18992e34de880725d778f8435b293259f4775d')
+
+prepare() {
+  cd "$srcdir"/mayavi-$pkgver
+
+  # skip vtk 9.1.0 classes which cause segfaults
+  patch -Np1 -i ../disable-openvdb-and-openvr.patch
+
+  # fix wrong-file-end-of-line-encoding
+  for file in *.txt examples/mayavi/data/room_vis.wrl examples/tvtk/dscene.py \
+examples/mayavi/interactive/wx_mayavi_embed*.py ; do
+sed "s|\r||g" $file > $file.new && \
+touch -r $file $file.new && \
+mv $file.new $file
+  done
+
+  # file-not-utf8
+  for file in *.txt docs/*.txt; do
+iconv -f ISO-8859-1 -t UTF-8 -o $file.new $file && \
+touch -r $file $file.new && \
+mv $file.new $file
+  done
+
+  # remove exec permission
+  find examples -type f -exec chmod 0644 {} ";"
+  chmod 0644 mayavi/tests/data/cellsnd.ascii.inp
+
+  # set path so autodoc can find just built modules
+  echo "import sys" >> docs/source/mayavi/conf.py
+  echo 
"sys.path.append('$srcdir/mayavi-$pkgver/build/lib.linux-$CARCH-3.10/')" >> 
docs/source/mayavi/conf.py
+}
+
+build() {
+  cd "$srcdir"/mayavi-$pkgver
+
+  rm -rf build
+  mkdir build
+  mkdir -p 
build/lib.linux-$CARCH-3.10/{tvtk/plugins/scene,mayavi/preferences,mayavi/core}
+  ln -s "$srcdir"/enthought-mayavi-${_githubtag}/tvtk/tvtk_classes.zip \
+build/lib.linux-$CARCH-3.10/tvtk/tvtk_classes.zip
+  ln -s 
"$srcdir"/enthought-mayavi-${_githubtag}/mayavi/preferences/preferences.ini \
+build/lib.linux-$CARCH-3.10/mayavi/preferences/preferences.ini
+  ln -s 
"$srcdir"/enthought-mayavi-${_githubtag}/tvtk/plugins/scene/preferences.ini \
+build/lib.linux-$CARCH-3.10/tvtk/plugins/scene/preferences.ini
+
+  export ETS_TOOLKIT="qt"
+  # now this is ugly, but docs do not build without X. We setup X according to:
+  # 
http://docs.enthought.com/mayavi/mayavi/tips.html#rendering-using-the-virtual-framebuffer
+  xvfb-run python setup.py build
+
+  rm build/lib.linux-$CARCH-3.10/tvtk/tvtk_classes.zip
+  rm build/lib.linux-$CARCH-3.10/mayavi/preferences/preferences.ini
+  rm build/lib.linux-$CARCH-3.10/tvtk/plugins/scene/preferences.ini
+}
+
+package() {
+  cd "$srcdir"/mayavi-$pkgver
+
+  python setup.py install --skip-build --root="$pkgdir"/ --optimize=1
+
+  # remove useless files
+  rm -f "${pkgdir}"/usr/lib/python3.10/site-packages/tvtk/setup.py*
+  find "${pkgdir}" -name \.buildinfo -type f -print | xargs rm -f -
+
+  # non-executable-script
+  chmod +x 
"${pkgdir}"/usr/lib/python3.10/site-packages/mayavi/tests/runtests.py
+
+  # install manpage
+  mkdir -p "${pkgdir}"/usr/share/man/man1
+  cp -p docs/mayavi2.man "${pkgdir}"/usr/share/man/man1/mayavi2.1
+
+  # Force Qt
+  install -d 

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

2022-04-05 Thread Antonio Rojas via arch-commits
Date: Tuesday, April 5, 2022 @ 19:07:08
  Author: arojas
Revision: 1181489

pdal 2.4 rebuild

Modified:
  mayavi/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2022-04-05 19:04:40 UTC (rev 1181488)
+++ PKGBUILD2022-04-05 19:07:08 UTC (rev 1181489)
@@ -3,7 +3,7 @@
 
 pkgname=mayavi
 pkgver=4.7.4
-pkgrel=1
+pkgrel=2
 pkgdesc="A 3-dimensional visualizer of scientific data"
 arch=('x86_64')
 url="https://github.com/enthought/mayavi;



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

2022-04-05 Thread Antonio Rojas via arch-commits
Date: Tuesday, April 5, 2022 @ 19:04:40
  Author: arojas
Revision: 1181488

archrelease: copy trunk to community-staging-x86_64

Added:
  qgis/repos/community-staging-x86_64/
  qgis/repos/community-staging-x86_64/PKGBUILD
(from rev 1181487, qgis/trunk/PKGBUILD)

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

Copied: qgis/repos/community-staging-x86_64/PKGBUILD (from rev 1181487, 
qgis/trunk/PKGBUILD)
===
--- community-staging-x86_64/PKGBUILD   (rev 0)
+++ community-staging-x86_64/PKGBUILD   2022-04-05 19:04:40 UTC (rev 1181488)
@@ -0,0 +1,55 @@
+# Maintainer: Balló György 
+# Contributor: Doug Newgard 
+# Contributor: XavierCLL 
+# Contributor: SaultDon 
+# Contributor: Lantald < lantald at gmx.com >
+# Contributor: Thomas Dziedzic < gostrc at gmail >
+# Contributor: dibblethewrecker dibblethewrecker.at.jiwe.dot.org
+# Contributor: Gerardo Exequiel Pozzi 
+# Contributor: Eric Forgeot < http://esclinux.tk >
+
+pkgname=qgis
+pkgver=3.24.1
+pkgrel=2
+pkgdesc='Geographic Information System (GIS) that supports vector, raster & 
database formats'
+url='https://qgis.org/'
+license=('GPL')
+arch=('x86_64')
+depends=('exiv2' 'gdal' 'gsl' 'hicolor-icon-theme' 'libzip' 'ocl-icd' 'pdal' 
'protobuf'
+ 'python-gdal' 'python-jinja' 'python-owslib' 'python-psycopg2' 
'python-pygments'
+ 'python-qscintilla-qt5' 'python-yaml' 'qca' 'qt5-3d' 
'qt5-imageformats'
+ 'qt5-serialport' 'qt5-webkit' 'qtkeychain-qt5' 'qwt' 'spatialindex')
+makedepends=('cmake' 'fcgi' 'ninja' 'opencl-clhpp' 'python-setuptools' 
'python-six' 'qt5-tools'
+ 'txt2tags' 'sip' 'pyqt-builder')
+optdepends=('fcgi: Map server'
+'gpsbabel: GPS Tools plugin')
+source=("https://qgis.org/downloads/$pkgname-$pkgver.tar.bz2;
+ 
qgstyle-infinite-loop.patch::https://github.com/qgis/QGIS/commit/19823b76.patch)
+sha256sums=('20cc5c47fb9463e82c72ac77122b77849f04f6fb64314ac5fe6d0069dd0d5c11'
+'c5bc388da987c7c21451b3f0f74220c8bd82cfba04657ff599d1896e6ae4b304')
+
+prepare() {
+  patch -d $pkgname-$pkgver -p1 < qgstyle-infinite-loop.patch # Fix infinite 
loop
+}
+
+build() {
+  cmake -S $pkgname-$pkgver -B build -G Ninja \
+-DCMAKE_INSTALL_PREFIX='/usr' \
+-DWITH_3D=TRUE \
+-DWITH_SERVER=TRUE \
+-DWITH_CUSTOM_WIDGETS=TRUE \
+-DBINDINGS_GLOBAL_INSTALL=TRUE \
+-DQGIS_MANUAL_SUBDIR=share/man \
+-DWITH_QWTPOLAR=TRUE \
+-DQWTPOLAR_LIBRARY=/usr/lib/libqwt.so \
+-DQWTPOLAR_INCLUDE_DIR=/usr/include/qwt \
+-DCMAKE_CXX_FLAGS="${CXXFLAGS} -DQWT_POLAR_VERSION=0x060200" \
+-DWITH_INTERNAL_QWTPOLAR=FALSE \
+-DWITH_PDAL=TRUE
+  cmake --build build
+}
+
+package() {
+  DESTDIR="$pkgdir" cmake --install build
+  install -Dm644 $pkgname-$pkgver/rpm/sources/qgis-mime.xml 
"$pkgdir/usr/share/mime/packages/qgis.xml"
+}



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

2022-04-05 Thread Antonio Rojas via arch-commits
Date: Tuesday, April 5, 2022 @ 19:04:29
  Author: arojas
Revision: 1181487

pdal 2.4 rebuild

Modified:
  qgis/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2022-04-05 18:58:38 UTC (rev 1181486)
+++ PKGBUILD2022-04-05 19:04:29 UTC (rev 1181487)
@@ -10,7 +10,7 @@
 
 pkgname=qgis
 pkgver=3.24.1
-pkgrel=1
+pkgrel=2
 pkgdesc='Geographic Information System (GIS) that supports vector, raster & 
database formats'
 url='https://qgis.org/'
 license=('GPL')



[arch-commits] Commit in java17-openjfx/repos (6 files)

2022-04-05 Thread Frederik Schwan via arch-commits
Date: Tuesday, April 5, 2022 @ 18:58:36
  Author: freswa
Revision: 441599

archrelease: copy trunk to testing-x86_64

Added:
  java17-openjfx/repos/testing-x86_64/
  java17-openjfx/repos/testing-x86_64/PKGBUILD
(from rev 441598, java17-openjfx/trunk/PKGBUILD)
  java17-openjfx/repos/testing-x86_64/gradle.properties
(from rev 441598, java17-openjfx/trunk/gradle.properties)
  java17-openjfx/repos/testing-x86_64/java-openjfx-flags.patch
(from rev 441598, java17-openjfx/trunk/java-openjfx-flags.patch)
  
java17-openjfx/repos/testing-x86_64/java-openjfx-gstreamer-lite-gcc10-compat.patch
(from rev 441598, 
java17-openjfx/trunk/java-openjfx-gstreamer-lite-gcc10-compat.patch)
  java17-openjfx/repos/testing-x86_64/java-openjfx-no-xlocale.patch
(from rev 441598, java17-openjfx/trunk/java-openjfx-no-xlocale.patch)

+
 PKGBUILD   |  126 
 gradle.properties  |3 
 java-openjfx-flags.patch   |  241 +++
 java-openjfx-gstreamer-lite-gcc10-compat.patch |   11 +
 java-openjfx-no-xlocale.patch  |   16 +
 5 files changed, 397 insertions(+)

Copied: java17-openjfx/repos/testing-x86_64/PKGBUILD (from rev 441598, 
java17-openjfx/trunk/PKGBUILD)
===
--- testing-x86_64/PKGBUILD (rev 0)
+++ testing-x86_64/PKGBUILD 2022-04-05 18:58:36 UTC (rev 441599)
@@ -0,0 +1,126 @@
+# Maintainer: Levente Polyak 
+# Maintainer: Frederik Schwan 
+# Contributor: Maxime Gauduin 
+# Contributor: Guillaume Alaux 
+# Contributor: William Gathoye 
+# Contributor: Emanuel Couto 
+# Contributor: Richard Jackson 
+# Contributor: Tinx 
+# Contributor: Jens Kapitza 
+# Contributor: Olli 
+
+pkgbase=java17-openjfx
+pkgname=(
+  java17-openjfx
+  java17-openjfx-doc
+  java17-openjfx-src
+)
+pkgver=17.0.3.u1
+pkgrel=1
+pkgdesc="Java OpenJFX 17 client application platform (open-source 
implementation of JavaFX)"
+arch=(x86_64)
+url=https://wiki.openjdk.java.net/display/OpenJFX/Main
+license=(custom)
+makedepends=(
+  alsa-lib
+  ant
+  cairo
+  cmake
+  ffmpeg4.4
+  freetype2
+  gdk-pixbuf2
+  glib2
+  gperf
+  gradle
+  gtk2
+  gtk3
+  java-environment-openjdk=11
+  libgl
+  libx11
+  libxtst
+  pango
+  python
+  qt5-base
+  ruby
+  unzip
+  webkit2gtk
+  zip
+)
+source=(
+  # https://github.com/openjdk/jfx/archive/refs/tags/jfx-${pkgver//.u/+}.tar.gz
+  
${pkgname}-${pkgver}.tar.gz::https://github.com/openjdk/jfx17u/archive/refs/tags/${pkgver//.u/+}.tar.gz
+  gradle.properties
+  java-openjfx-flags.patch
+  java-openjfx-no-xlocale.patch
+  java-openjfx-gstreamer-lite-gcc10-compat.patch
+)
+b2sums=('4feb7e6c066fa2f9bb81f5959bfb6168122bf273ef451814e3f3fac49fc30babef7a3abbafeaeb211beb556c0c1e7f45fa48db8671fecdbd98293bdd03f26158'
+
'a77fd8814a5978827de01a652f7b945f3439df04606434ced8998c8d77a82985292490e6965299aeb52f9da3d8069b4091d75519bd4ec8a15f70bc6d28b13498'
+
'2bc0cd6945ac33c882d56beb8abaa26bde038ebf25badb6e8f8af301449e7d56c2f795159d57ef2ccc8f5504bb8466e00445e65ff09519d9c6132e1b7dc6f4b5'
+
'13216615c01b8d48d17889ffa22668c38568870d83ab30c542eb5b5620db305f02efb1acb99d9b5e89eb0a73a134bb336cb301f4de4e8855cae50efb099e384e'
+
'119fa1cc5da2cdefa22bbe9b6f76581faa74e05fa7b6e5576470fc0251c6e257f122fbba03754cc01f7c7251145cfa1cab4ffc2f9d59ff0c175a121e943a0f64')
+
+prepare() {
+  # cd jfx-${pkgver//.u/-}
+  cd jfx17u-${pkgver//.u/-}
+
+  ln -sf ../gradle.properties .
+  patch -Np1 -i ../java-openjfx-flags.patch
+  patch -Np1 -i ../java-openjfx-no-xlocale.patch
+  patch -Np1 -i ../java-openjfx-gstreamer-lite-gcc10-compat.patch
+  sed 's|, "-Werror"||g' -i buildSrc/linux.gradle
+}
+
+build() {
+  # cd jfx-${pkgver//.u/-}
+  cd jfx17u-${pkgver//.u/-}
+
+  # build against ffmpeg4.4
+  export PKG_CONFIG_PATH='/usr/lib/ffmpeg4.4/pkgconfig'
+
+  gradle zips
+}
+
+package_java17-openjfx() {
+  depends=(
+java-runtime-openjdk=17
+libgl
+libx11
+libxtst
+  )
+  optdepends=(
+'ffmpeg4.4: Media support',
+'gtk2: GTK2 support',
+'gtk3: GTK3 support',
+'webkit2gtk: Web support'
+  )
+  provides=(java-openjfx=17)
+
+  # cd jfx-${pkgver//.u/-}
+  cd jfx17u-${pkgver//.u/-}
+
+  install -dm 755  "${pkgdir}"/usr/{lib/jvm/java-17-openjdk,share/licenses}
+  cp -dr --no-preserve=ownership build/sdk/lib 
"${pkgdir}"/usr/lib/jvm/java-17-openjdk/
+  cp -dr --no-preserve=ownership build/jmods 
"${pkgdir}"/usr/lib/jvm/java-17-openjdk/
+  cp -dr --no-preserve=ownership build/sdk/legal 
"${pkgdir}"/usr/share/licenses/java17-openjfx
+}
+
+package_java17-openjfx-doc() {
+  # cd jfx-${pkgver//.u/-}
+  cd jfx17u-${pkgver//.u/-}
+
+  install -dm 755 "${pkgdir}"/usr/share/{doc,licenses}
+  cp -dr --no-preserve=ownership build/javadoc 
"${pkgdir}"/usr/share/doc/java17-openjfx
+  ln -s java17-openjfx "${pkgdir}"/usr/share/licenses/java17-openjfx-doc

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

2022-04-05 Thread Frederik Schwan via arch-commits
Date: Tuesday, April 5, 2022 @ 18:57:13
  Author: freswa
Revision: 441598

upgpkg: java17-openjfx 17.0.3.u1-1

Modified:
  java17-openjfx/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2022-04-05 18:56:40 UTC (rev 441597)
+++ PKGBUILD2022-04-05 18:57:13 UTC (rev 441598)
@@ -9,13 +9,13 @@
 # Contributor: Jens Kapitza 
 # Contributor: Olli 
 
-pkgbase=java-openjfx
+pkgbase=java17-openjfx
 pkgname=(
-  java-openjfx
-  java-openjfx-doc
-  java-openjfx-src
+  java17-openjfx
+  java17-openjfx-doc
+  java17-openjfx-src
 )
-pkgver=17.0.3.u0
+pkgver=17.0.3.u1
 pkgrel=1
 pkgdesc="Java OpenJFX 17 client application platform (open-source 
implementation of JavaFX)"
 arch=(x86_64)
@@ -48,13 +48,13 @@
 )
 source=(
   # https://github.com/openjdk/jfx/archive/refs/tags/jfx-${pkgver//.u/+}.tar.gz
-  
${pkgname}-${pkgver}.tar.gz::https://github.com/openjdk/jfx${pkgver%%.*}u/archive/refs/tags/${pkgver//.u/+}.tar.gz
+  
${pkgname}-${pkgver}.tar.gz::https://github.com/openjdk/jfx17u/archive/refs/tags/${pkgver//.u/+}.tar.gz
   gradle.properties
   java-openjfx-flags.patch
   java-openjfx-no-xlocale.patch
   java-openjfx-gstreamer-lite-gcc10-compat.patch
 )
-b2sums=('1a859d93c1710598c7b2ee20ca36250d79889fb8028877de169cf9f7e43173ee38b36b25e7a18220bc955570cf280562c7bc930decb7d08a7c1f9104dd7d67d1'
+b2sums=('4feb7e6c066fa2f9bb81f5959bfb6168122bf273ef451814e3f3fac49fc30babef7a3abbafeaeb211beb556c0c1e7f45fa48db8671fecdbd98293bdd03f26158'
 
'a77fd8814a5978827de01a652f7b945f3439df04606434ced8998c8d77a82985292490e6965299aeb52f9da3d8069b4091d75519bd4ec8a15f70bc6d28b13498'
 
'2bc0cd6945ac33c882d56beb8abaa26bde038ebf25badb6e8f8af301449e7d56c2f795159d57ef2ccc8f5504bb8466e00445e65ff09519d9c6132e1b7dc6f4b5'
 
'13216615c01b8d48d17889ffa22668c38568870d83ab30c542eb5b5620db305f02efb1acb99d9b5e89eb0a73a134bb336cb301f4de4e8855cae50efb099e384e'
@@ -62,7 +62,7 @@
 
 prepare() {
   # cd jfx-${pkgver//.u/-}
-  cd jfx${pkgver%%.*}u-${pkgver//.u/-}
+  cd jfx17u-${pkgver//.u/-}
 
   ln -sf ../gradle.properties .
   patch -Np1 -i ../java-openjfx-flags.patch
@@ -73,7 +73,7 @@
 
 build() {
   # cd jfx-${pkgver//.u/-}
-  cd jfx${pkgver%%.*}u-${pkgver//.u/-}
+  cd jfx17u-${pkgver//.u/-}
 
   # build against ffmpeg4.4
   export PKG_CONFIG_PATH='/usr/lib/ffmpeg4.4/pkgconfig'
@@ -81,9 +81,9 @@
   gradle zips
 }
 
-package_java-openjfx() {
+package_java17-openjfx() {
   depends=(
-java-runtime-openjdk=${pkgver%%.*}
+java-runtime-openjdk=17
 libgl
 libx11
 libxtst
@@ -94,33 +94,33 @@
 'gtk3: GTK3 support',
 'webkit2gtk: Web support'
   )
-  provides=(java-openjfx=${pkgver%%.*})
+  provides=(java-openjfx=17)
 
   # cd jfx-${pkgver//.u/-}
-  cd jfx${pkgver%%.*}u-${pkgver//.u/-}
+  cd jfx17u-${pkgver//.u/-}
 
-  install -dm 755  
"${pkgdir}"/usr/{lib/jvm/java-${pkgver%%.*}-openjdk,share/licenses}
-  cp -dr --no-preserve=ownership build/sdk/lib 
"${pkgdir}"/usr/lib/jvm/java-${pkgver%%.*}-openjdk/
-  cp -dr --no-preserve=ownership build/jmods 
"${pkgdir}"/usr/lib/jvm/java-${pkgver%%.*}-openjdk/
-  cp -dr --no-preserve=ownership build/sdk/legal 
"${pkgdir}"/usr/share/licenses/java-openjfx
+  install -dm 755  "${pkgdir}"/usr/{lib/jvm/java-17-openjdk,share/licenses}
+  cp -dr --no-preserve=ownership build/sdk/lib 
"${pkgdir}"/usr/lib/jvm/java-17-openjdk/
+  cp -dr --no-preserve=ownership build/jmods 
"${pkgdir}"/usr/lib/jvm/java-17-openjdk/
+  cp -dr --no-preserve=ownership build/sdk/legal 
"${pkgdir}"/usr/share/licenses/java17-openjfx
 }
 
-package_java-openjfx-doc() {
+package_java17-openjfx-doc() {
   # cd jfx-${pkgver//.u/-}
-  cd jfx${pkgver%%.*}u-${pkgver//.u/-}
+  cd jfx17u-${pkgver//.u/-}
 
   install -dm 755 "${pkgdir}"/usr/share/{doc,licenses}
-  cp -dr --no-preserve=ownership build/javadoc 
"${pkgdir}"/usr/share/doc/java-openjfx
-  ln -s java-openjfx "${pkgdir}"/usr/share/licenses/java-openjfx-doc
+  cp -dr --no-preserve=ownership build/javadoc 
"${pkgdir}"/usr/share/doc/java17-openjfx
+  ln -s java17-openjfx "${pkgdir}"/usr/share/licenses/java17-openjfx-doc
 }
 
-package_java-openjfx-src() {
+package_java17-openjfx-src() {
   # cd jfx-${pkgver//.u/-}
-  cd jfx${pkgver%%.*}u-${pkgver//.u/-}
+  cd jfx17u-${pkgver//.u/-}
 
-  install -dm 755  
"${pkgdir}"/usr/{lib/jvm/java-${pkgver%%.*}-openjdk,share/licenses}
-  install -m 644 build/sdk/src.zip 
"${pkgdir}"/usr/lib/jvm/java-${pkgver%%.*}-openjdk/javafx-src.zip
-  ln -s java-openjfx "${pkgdir}"/usr/share/licenses/java-openjfx-src
+  install -dm 755  "${pkgdir}"/usr/{lib/jvm/java-17-openjdk,share/licenses}
+  install -m 644 build/sdk/src.zip 
"${pkgdir}"/usr/lib/jvm/java-17-openjdk/javafx-src.zip
+  ln -s java17-openjfx "${pkgdir}"/usr/share/licenses/java17-openjfx-src
 }
 
 # vim: ts=2 sw=2 et:



[arch-commits] Commit in java-openjfx/repos (6 files)

2022-04-05 Thread Frederik Schwan via arch-commits
Date: Tuesday, April 5, 2022 @ 18:56:40
  Author: freswa
Revision: 441597

archrelease: copy trunk to testing-x86_64

Added:
  java-openjfx/repos/testing-x86_64/
  java-openjfx/repos/testing-x86_64/PKGBUILD
(from rev 441596, java-openjfx/trunk/PKGBUILD)
  java-openjfx/repos/testing-x86_64/gradle.properties
(from rev 441596, java-openjfx/trunk/gradle.properties)
  java-openjfx/repos/testing-x86_64/java-openjfx-flags.patch
(from rev 441596, java-openjfx/trunk/java-openjfx-flags.patch)
  
java-openjfx/repos/testing-x86_64/java-openjfx-gstreamer-lite-gcc10-compat.patch
(from rev 441596, 
java-openjfx/trunk/java-openjfx-gstreamer-lite-gcc10-compat.patch)
  java-openjfx/repos/testing-x86_64/java-openjfx-no-xlocale.patch
(from rev 441596, java-openjfx/trunk/java-openjfx-no-xlocale.patch)

+
 PKGBUILD   |  126 
 gradle.properties  |3 
 java-openjfx-flags.patch   |  241 +++
 java-openjfx-gstreamer-lite-gcc10-compat.patch |   11 +
 java-openjfx-no-xlocale.patch  |   16 +
 5 files changed, 397 insertions(+)

Copied: java-openjfx/repos/testing-x86_64/PKGBUILD (from rev 441596, 
java-openjfx/trunk/PKGBUILD)
===
--- testing-x86_64/PKGBUILD (rev 0)
+++ testing-x86_64/PKGBUILD 2022-04-05 18:56:40 UTC (rev 441597)
@@ -0,0 +1,126 @@
+# Maintainer: Levente Polyak 
+# Maintainer: Frederik Schwan 
+# Contributor: Maxime Gauduin 
+# Contributor: Guillaume Alaux 
+# Contributor: William Gathoye 
+# Contributor: Emanuel Couto 
+# Contributor: Richard Jackson 
+# Contributor: Tinx 
+# Contributor: Jens Kapitza 
+# Contributor: Olli 
+
+pkgbase=java-openjfx
+pkgname=(
+  java-openjfx
+  java-openjfx-doc
+  java-openjfx-src
+)
+pkgver=18.u12
+pkgrel=1
+pkgdesc="Java OpenJFX 17 client application platform (open-source 
implementation of JavaFX)"
+arch=(x86_64)
+url=https://wiki.openjdk.java.net/display/OpenJFX/Main
+license=(custom)
+makedepends=(
+  alsa-lib
+  ant
+  cairo
+  cmake
+  ffmpeg4.4
+  freetype2
+  gdk-pixbuf2
+  glib2
+  gperf
+  gradle
+  gtk2
+  gtk3
+  java-environment-openjdk=18
+  libgl
+  libx11
+  libxtst
+  pango
+  python
+  qt5-base
+  ruby
+  unzip
+  webkit2gtk
+  zip
+)
+source=(
+  https://github.com/openjdk/jfx/archive/refs/tags/${pkgver//.u/+}.tar.gz
+  # 
${pkgname}-${pkgver}.tar.gz::https://github.com/openjdk/jfx${pkgver%%.*}u/archive/refs/tags/${pkgver//.u/+}.tar.gz
+  gradle.properties
+  java-openjfx-flags.patch
+  java-openjfx-no-xlocale.patch
+  java-openjfx-gstreamer-lite-gcc10-compat.patch
+)
+b2sums=('99a8ea659266e858482d09f29238a132f09b036dcb7c0f53edc26c39b82162bc1dafa02cb9dc8251550f101bfeda03bb2828ca82cecfec22c467549ead874020'
+
'a77fd8814a5978827de01a652f7b945f3439df04606434ced8998c8d77a82985292490e6965299aeb52f9da3d8069b4091d75519bd4ec8a15f70bc6d28b13498'
+
'2bc0cd6945ac33c882d56beb8abaa26bde038ebf25badb6e8f8af301449e7d56c2f795159d57ef2ccc8f5504bb8466e00445e65ff09519d9c6132e1b7dc6f4b5'
+
'13216615c01b8d48d17889ffa22668c38568870d83ab30c542eb5b5620db305f02efb1acb99d9b5e89eb0a73a134bb336cb301f4de4e8855cae50efb099e384e'
+
'119fa1cc5da2cdefa22bbe9b6f76581faa74e05fa7b6e5576470fc0251c6e257f122fbba03754cc01f7c7251145cfa1cab4ffc2f9d59ff0c175a121e943a0f64')
+
+prepare() {
+  cd jfx-${pkgver//.u/-}
+  # cd jfx${pkgver%%.*}u-${pkgver//.u/-}
+
+  ln -sf ../gradle.properties .
+  patch -Np1 -i ../java-openjfx-flags.patch
+  patch -Np1 -i ../java-openjfx-no-xlocale.patch
+  patch -Np1 -i ../java-openjfx-gstreamer-lite-gcc10-compat.patch
+  sed 's|, "-Werror"||g' -i buildSrc/linux.gradle
+}
+
+build() {
+  cd jfx-${pkgver//.u/-}
+  # cd jfx${pkgver%%.*}u-${pkgver//.u/-}
+
+  # build against ffmpeg4.4
+  export PKG_CONFIG_PATH='/usr/lib/ffmpeg4.4/pkgconfig'
+
+  gradle zips
+}
+
+package_java-openjfx() {
+  depends=(
+java-runtime-openjdk=${pkgver%%.*}
+libgl
+libx11
+libxtst
+  )
+  optdepends=(
+'ffmpeg4.4: Media support',
+'gtk2: GTK2 support',
+'gtk3: GTK3 support',
+'webkit2gtk: Web support'
+  )
+  provides=(java-openjfx=${pkgver%%.*})
+
+  cd jfx-${pkgver//.u/-}
+  # cd jfx${pkgver%%.*}u-${pkgver//.u/-}
+
+  install -dm 755  
"${pkgdir}"/usr/{lib/jvm/java-${pkgver%%.*}-openjdk,share/licenses}
+  cp -dr --no-preserve=ownership build/sdk/lib 
"${pkgdir}"/usr/lib/jvm/java-${pkgver%%.*}-openjdk/
+  cp -dr --no-preserve=ownership build/jmods 
"${pkgdir}"/usr/lib/jvm/java-${pkgver%%.*}-openjdk/
+  cp -dr --no-preserve=ownership build/sdk/legal 
"${pkgdir}"/usr/share/licenses/java-openjfx
+}
+
+package_java-openjfx-doc() {
+  cd jfx-${pkgver//.u/-}
+  # cd jfx${pkgver%%.*}u-${pkgver//.u/-}
+
+  install -dm 755 "${pkgdir}"/usr/share/{doc,licenses}
+  cp -dr --no-preserve=ownership build/javadoc 
"${pkgdir}"/usr/share/doc/java-openjfx
+  ln -s 

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

2022-04-05 Thread Frederik Schwan via arch-commits
Date: Tuesday, April 5, 2022 @ 18:56:37
  Author: freswa
Revision: 441596

create a release

- change pkgver scheme temporarily
- use java-environment-openjdk=18 due to errors at javadoc generation with v11

Modified:
  java-openjfx/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2022-04-05 16:36:43 UTC (rev 441595)
+++ PKGBUILD2022-04-05 18:56:37 UTC (rev 441596)
@@ -15,7 +15,7 @@
   java-openjfx-doc
   java-openjfx-src
 )
-pkgver=17.0.3.u0
+pkgver=18.u12
 pkgrel=1
 pkgdesc="Java OpenJFX 17 client application platform (open-source 
implementation of JavaFX)"
 arch=(x86_64)
@@ -34,7 +34,7 @@
   gradle
   gtk2
   gtk3
-  java-environment-openjdk=11
+  java-environment-openjdk=18
   libgl
   libx11
   libxtst
@@ -47,14 +47,14 @@
   zip
 )
 source=(
-  # https://github.com/openjdk/jfx/archive/refs/tags/jfx-${pkgver//.u/+}.tar.gz
-  
${pkgname}-${pkgver}.tar.gz::https://github.com/openjdk/jfx${pkgver%%.*}u/archive/refs/tags/${pkgver//.u/+}.tar.gz
+  https://github.com/openjdk/jfx/archive/refs/tags/${pkgver//.u/+}.tar.gz
+  # 
${pkgname}-${pkgver}.tar.gz::https://github.com/openjdk/jfx${pkgver%%.*}u/archive/refs/tags/${pkgver//.u/+}.tar.gz
   gradle.properties
   java-openjfx-flags.patch
   java-openjfx-no-xlocale.patch
   java-openjfx-gstreamer-lite-gcc10-compat.patch
 )
-b2sums=('1a859d93c1710598c7b2ee20ca36250d79889fb8028877de169cf9f7e43173ee38b36b25e7a18220bc955570cf280562c7bc930decb7d08a7c1f9104dd7d67d1'
+b2sums=('99a8ea659266e858482d09f29238a132f09b036dcb7c0f53edc26c39b82162bc1dafa02cb9dc8251550f101bfeda03bb2828ca82cecfec22c467549ead874020'
 
'a77fd8814a5978827de01a652f7b945f3439df04606434ced8998c8d77a82985292490e6965299aeb52f9da3d8069b4091d75519bd4ec8a15f70bc6d28b13498'
 
'2bc0cd6945ac33c882d56beb8abaa26bde038ebf25badb6e8f8af301449e7d56c2f795159d57ef2ccc8f5504bb8466e00445e65ff09519d9c6132e1b7dc6f4b5'
 
'13216615c01b8d48d17889ffa22668c38568870d83ab30c542eb5b5620db305f02efb1acb99d9b5e89eb0a73a134bb336cb301f4de4e8855cae50efb099e384e'
@@ -61,8 +61,8 @@
 
'119fa1cc5da2cdefa22bbe9b6f76581faa74e05fa7b6e5576470fc0251c6e257f122fbba03754cc01f7c7251145cfa1cab4ffc2f9d59ff0c175a121e943a0f64')
 
 prepare() {
-  # cd jfx-${pkgver//.u/-}
-  cd jfx${pkgver%%.*}u-${pkgver//.u/-}
+  cd jfx-${pkgver//.u/-}
+  # cd jfx${pkgver%%.*}u-${pkgver//.u/-}
 
   ln -sf ../gradle.properties .
   patch -Np1 -i ../java-openjfx-flags.patch
@@ -72,8 +72,8 @@
 }
 
 build() {
-  # cd jfx-${pkgver//.u/-}
-  cd jfx${pkgver%%.*}u-${pkgver//.u/-}
+  cd jfx-${pkgver//.u/-}
+  # cd jfx${pkgver%%.*}u-${pkgver//.u/-}
 
   # build against ffmpeg4.4
   export PKG_CONFIG_PATH='/usr/lib/ffmpeg4.4/pkgconfig'
@@ -96,8 +96,8 @@
   )
   provides=(java-openjfx=${pkgver%%.*})
 
-  # cd jfx-${pkgver//.u/-}
-  cd jfx${pkgver%%.*}u-${pkgver//.u/-}
+  cd jfx-${pkgver//.u/-}
+  # cd jfx${pkgver%%.*}u-${pkgver//.u/-}
 
   install -dm 755  
"${pkgdir}"/usr/{lib/jvm/java-${pkgver%%.*}-openjdk,share/licenses}
   cp -dr --no-preserve=ownership build/sdk/lib 
"${pkgdir}"/usr/lib/jvm/java-${pkgver%%.*}-openjdk/
@@ -106,8 +106,8 @@
 }
 
 package_java-openjfx-doc() {
-  # cd jfx-${pkgver//.u/-}
-  cd jfx${pkgver%%.*}u-${pkgver//.u/-}
+  cd jfx-${pkgver//.u/-}
+  # cd jfx${pkgver%%.*}u-${pkgver//.u/-}
 
   install -dm 755 "${pkgdir}"/usr/share/{doc,licenses}
   cp -dr --no-preserve=ownership build/javadoc 
"${pkgdir}"/usr/share/doc/java-openjfx
@@ -115,8 +115,8 @@
 }
 
 package_java-openjfx-src() {
-  # cd jfx-${pkgver//.u/-}
-  cd jfx${pkgver%%.*}u-${pkgver//.u/-}
+  cd jfx-${pkgver//.u/-}
+  # cd jfx${pkgver%%.*}u-${pkgver//.u/-}
 
   install -dm 755  
"${pkgdir}"/usr/{lib/jvm/java-${pkgver%%.*}-openjdk,share/licenses}
   install -m 644 build/sdk/src.zip 
"${pkgdir}"/usr/lib/jvm/java-${pkgver%%.*}-openjdk/javafx-src.zip



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

2022-04-05 Thread Brett Cornwall via arch-commits
Date: Tuesday, April 5, 2022 @ 18:46:14
  Author: ainola
Revision: 1181485

archrelease: copy trunk to community-staging-x86_64

Added:
  spdlog/repos/community-staging-x86_64/
  spdlog/repos/community-staging-x86_64/PKGBUILD
(from rev 1181484, spdlog/trunk/PKGBUILD)

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

Copied: spdlog/repos/community-staging-x86_64/PKGBUILD (from rev 1181484, 
spdlog/trunk/PKGBUILD)
===
--- community-staging-x86_64/PKGBUILD   (rev 0)
+++ community-staging-x86_64/PKGBUILD   2022-04-05 18:46:14 UTC (rev 1181485)
@@ -0,0 +1,45 @@
+# Maintainer: Brett Cornwall 
+# Contributor: Luca Weiss
+# Contributor: Michael Yang
+
+pkgname=spdlog
+pkgver=1.10.0
+pkgrel=1
+pkgdesc='Very fast, header-only/compiled, C++ logging library'
+arch=('x86_64')
+url='https://github.com/gabime/spdlog'
+license=('MIT')
+depends=('libfmt.so')
+makedepends=('cmake')
+options=(debug)
+source=(
+
"$pkgname-$pkgver.tar.gz::https://github.com/gabime/spdlog/archive/v$pkgver.tar.gz;
+)
+provides=(
+'libspdlog.so'
+)
+sha256sums=('697f91700237dbae2326b90469be32b876b2b44888302afbc7aceb68bcfe8224')
+
+build() {
+export CFLAGS+=" ${CPPFLAGS}"
+export CXXFLAGS+=" ${CPPFLAGS}"
+cmake -B build -S "$pkgname-$pkgver" \
+-DSPDLOG_BUILD_BENCH=OFF \
+-DSPDLOG_FMT_EXTERNAL=ON \
+-DSPDLOG_BUILD_SHARED=ON \
+-DSPDLOG_BUILD_TESTS=ON \
+-DCMAKE_BUILD_TYPE=None \
+-DCMAKE_INSTALL_PREFIX=/usr \
+-DCMAKE_INSTALL_LIBDIR=lib \
+-Wno-dev
+make -C build
+}
+
+check() {
+make -C build test
+}
+
+package() {
+make -C build DESTDIR="$pkgdir" install
+install -Dm644 "$pkgname-$pkgver/LICENSE" -t 
"$pkgdir/usr/share/licenses/$pkgname/"
+}



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

2022-04-05 Thread Brett Cornwall via arch-commits
Date: Tuesday, April 5, 2022 @ 18:45:57
  Author: ainola
Revision: 1181484

upgpkg: spdlog 1.10.0-1

Modified:
  spdlog/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2022-04-05 18:45:29 UTC (rev 1181483)
+++ PKGBUILD2022-04-05 18:45:57 UTC (rev 1181484)
@@ -3,8 +3,8 @@
 # Contributor: Michael Yang
 
 pkgname=spdlog
-pkgver=1.9.2
-pkgrel=3
+pkgver=1.10.0
+pkgrel=1
 pkgdesc='Very fast, header-only/compiled, C++ logging library'
 arch=('x86_64')
 url='https://github.com/gabime/spdlog'
@@ -18,7 +18,7 @@
 provides=(
 'libspdlog.so'
 )
-sha256sums=('6fff9215f5cb81760be4cc16d033526d1080427d236e86d70bb02994f85e3d38')
+sha256sums=('697f91700237dbae2326b90469be32b876b2b44888302afbc7aceb68bcfe8224')
 
 build() {
 export CFLAGS+=" ${CPPFLAGS}"



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

2022-04-05 Thread Felix Yan via arch-commits
Date: Tuesday, April 5, 2022 @ 18:45:29
  Author: felixonmars
Revision: 1181483

archrelease: copy trunk to community-x86_64

Added:
  smartdns/repos/community-x86_64/PKGBUILD
(from rev 1181482, smartdns/trunk/PKGBUILD)
Deleted:
  smartdns/repos/community-x86_64/PKGBUILD

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

Deleted: PKGBUILD
===
--- PKGBUILD2022-04-05 18:45:16 UTC (rev 1181482)
+++ PKGBUILD2022-04-05 18:45:29 UTC (rev 1181483)
@@ -1,27 +0,0 @@
-# Maintainer: Felix Yan 
-# Contributor: zlowly 
-
-pkgname=smartdns
-pkgver=36
-pkgrel=1
-pkgdesc="A local DNS server to obtain the fastest website IP for the best 
Internet experience"
-arch=('x86_64')
-license=('GPL')
-url="https://github.com/pymumu/smartdns;
-backup=("etc/smartdns/smartdns.conf")
-depends=('openssl')
-makedepends=('systemd')
-source=("$pkgname-$pkgver.tar.gz::https://github.com/pymumu/smartdns/archive/Release$pkgver.tar.gz;)
-sha512sums=('bfbb0960470c9301ad09b997071370e14290fc62445735b8cf07c08c70aa95776845a00d973d78b5cc13220aadadc0838d7ce19ba0937cbf79fefb8074cba2a1')
-
-build() {
-  cd smartdns-Release$pkgver/src
-  make
-}
-
-package() {
-  cd smartdns-Release$pkgver
-  make DESTDIR="$pkgdir" RUNSTATEDIR=/run SBINDIR=/usr/bin install
-
-  rm -r "$pkgdir"/etc/init.d
-}

Copied: smartdns/repos/community-x86_64/PKGBUILD (from rev 1181482, 
smartdns/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2022-04-05 18:45:29 UTC (rev 1181483)
@@ -0,0 +1,27 @@
+# Maintainer: Felix Yan 
+# Contributor: zlowly 
+
+pkgname=smartdns
+pkgver=36.1
+pkgrel=1
+pkgdesc="A local DNS server to obtain the fastest website IP for the best 
Internet experience"
+arch=('x86_64')
+license=('GPL')
+url="https://github.com/pymumu/smartdns;
+backup=("etc/smartdns/smartdns.conf")
+depends=('openssl')
+makedepends=('systemd')
+source=("$pkgname-$pkgver.tar.gz::https://github.com/pymumu/smartdns/archive/Release$pkgver.tar.gz;)
+sha512sums=('88da539f12351bfef256e93d851a08247699ed2f08724abd5d0cc770a6b0475e0540d2aef6f43524edc48cccd9f58db3ad4c68561b26812bf8863b543748c549')
+
+build() {
+  cd smartdns-Release$pkgver/src
+  make
+}
+
+package() {
+  cd smartdns-Release$pkgver
+  make DESTDIR="$pkgdir" RUNSTATEDIR=/run SBINDIR=/usr/bin install
+
+  rm -r "$pkgdir"/etc/init.d
+}



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

2022-04-05 Thread Felix Yan via arch-commits
Date: Tuesday, April 5, 2022 @ 18:45:16
  Author: felixonmars
Revision: 1181482

upgpkg: smartdns 36.1-1

Modified:
  smartdns/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2022-04-05 18:43:51 UTC (rev 1181481)
+++ PKGBUILD2022-04-05 18:45:16 UTC (rev 1181482)
@@ -2,7 +2,7 @@
 # Contributor: zlowly 
 
 pkgname=smartdns
-pkgver=36
+pkgver=36.1
 pkgrel=1
 pkgdesc="A local DNS server to obtain the fastest website IP for the best 
Internet experience"
 arch=('x86_64')
@@ -12,7 +12,7 @@
 depends=('openssl')
 makedepends=('systemd')
 
source=("$pkgname-$pkgver.tar.gz::https://github.com/pymumu/smartdns/archive/Release$pkgver.tar.gz;)
-sha512sums=('bfbb0960470c9301ad09b997071370e14290fc62445735b8cf07c08c70aa95776845a00d973d78b5cc13220aadadc0838d7ce19ba0937cbf79fefb8074cba2a1')
+sha512sums=('88da539f12351bfef256e93d851a08247699ed2f08724abd5d0cc770a6b0475e0540d2aef6f43524edc48cccd9f58db3ad4c68561b26812bf8863b543748c549')
 
 build() {
   cd smartdns-Release$pkgver/src



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

2022-04-05 Thread Kpcyrd via arch-commits
Date: Tuesday, April 5, 2022 @ 18:43:51
  Author: kpcyrd
Revision: 1181481

archrelease: copy trunk to community-any

Added:
  serverless/repos/community-any/PKGBUILD
(from rev 1181480, serverless/trunk/PKGBUILD)
Deleted:
  serverless/repos/community-any/PKGBUILD

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

Deleted: PKGBUILD
===
--- PKGBUILD2022-04-05 18:43:03 UTC (rev 1181480)
+++ PKGBUILD2022-04-05 18:43:51 UTC (rev 1181481)
@@ -1,25 +0,0 @@
-# Maintainer: kpcyrd 
-
-pkgname=serverless
-pkgver=3.10.2
-pkgrel=1
-pkgdesc='Serverless Framework - Build web, mobile and IoT applications with 
serverless architectures'
-url='https://github.com/serverless/serverless'
-arch=('any')
-license=('MIT')
-depends=('nodejs')
-makedepends=('npm')
-source=(https://registry.npmjs.org/${pkgname}/-/${pkgname}-${pkgver}.tgz)
-noextract=(${pkgname}-${pkgver}.tgz)
-sha512sums=('b812f003e9d1a17af13938df17794f4bc5b971607cf9c42831f0fff9edf3f28dfd3d103ea27effb9a285ceac9a8aa59f1b0c3caafa6dcfcce737749a3139ae5b')
-b2sums=('ceec3efc7c888ff8008055d8648d7bd3ab35dba07fdce02ffb3d169df648f53185052d71c7368e7ad9c936732e8c60d72ad2624735c50c4c0568676ec4e848df')
-
-package() {
-  npm install -g --prefix "${pkgdir}/usr" "${srcdir}/${pkgname}-${pkgver}.tgz"
-
-  # npm installs package.json owned by build user
-  # https://bugs.archlinux.org/task/63396
-  chown -R root:root "${pkgdir}"
-}
-
-# vim: ts=2 sw=2 et:

Copied: serverless/repos/community-any/PKGBUILD (from rev 1181480, 
serverless/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2022-04-05 18:43:51 UTC (rev 1181481)
@@ -0,0 +1,25 @@
+# Maintainer: kpcyrd 
+
+pkgname=serverless
+pkgver=3.11.0
+pkgrel=1
+pkgdesc='Serverless Framework - Build web, mobile and IoT applications with 
serverless architectures'
+url='https://github.com/serverless/serverless'
+arch=('any')
+license=('MIT')
+depends=('nodejs')
+makedepends=('npm')
+source=(https://registry.npmjs.org/${pkgname}/-/${pkgname}-${pkgver}.tgz)
+noextract=(${pkgname}-${pkgver}.tgz)
+sha512sums=('bf8c9f28e2b8eab8b5d93922b8d7d4acba3e3eb7d1e0123d5a4ad4c4f17ae82b2deca76ed511f4aa2080e86c6989b6aea31fbe8276f109d82827e5cac3d9efd6')
+b2sums=('d963c8925cbe8b6b569c6ce196af7e90920a23eb4039316933ab54537fce707d3b9057bd704cfe9e5fa32b2e4055920933eee23d0394928f266eb17b20d4ef30')
+
+package() {
+  npm install -g --prefix "${pkgdir}/usr" "${srcdir}/${pkgname}-${pkgver}.tgz"
+
+  # npm installs package.json owned by build user
+  # https://bugs.archlinux.org/task/63396
+  chown -R root:root "${pkgdir}"
+}
+
+# vim: ts=2 sw=2 et:



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

2022-04-05 Thread Kpcyrd via arch-commits
Date: Tuesday, April 5, 2022 @ 18:43:03
  Author: kpcyrd
Revision: 1181480

upgpkg: serverless 3.11.0-1

Modified:
  serverless/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2022-04-05 18:35:29 UTC (rev 1181479)
+++ PKGBUILD2022-04-05 18:43:03 UTC (rev 1181480)
@@ -1,7 +1,7 @@
 # Maintainer: kpcyrd 
 
 pkgname=serverless
-pkgver=3.10.2
+pkgver=3.11.0
 pkgrel=1
 pkgdesc='Serverless Framework - Build web, mobile and IoT applications with 
serverless architectures'
 url='https://github.com/serverless/serverless'
@@ -11,8 +11,8 @@
 makedepends=('npm')
 source=(https://registry.npmjs.org/${pkgname}/-/${pkgname}-${pkgver}.tgz)
 noextract=(${pkgname}-${pkgver}.tgz)
-sha512sums=('b812f003e9d1a17af13938df17794f4bc5b971607cf9c42831f0fff9edf3f28dfd3d103ea27effb9a285ceac9a8aa59f1b0c3caafa6dcfcce737749a3139ae5b')
-b2sums=('ceec3efc7c888ff8008055d8648d7bd3ab35dba07fdce02ffb3d169df648f53185052d71c7368e7ad9c936732e8c60d72ad2624735c50c4c0568676ec4e848df')
+sha512sums=('bf8c9f28e2b8eab8b5d93922b8d7d4acba3e3eb7d1e0123d5a4ad4c4f17ae82b2deca76ed511f4aa2080e86c6989b6aea31fbe8276f109d82827e5cac3d9efd6')
+b2sums=('d963c8925cbe8b6b569c6ce196af7e90920a23eb4039316933ab54537fce707d3b9057bd704cfe9e5fa32b2e4055920933eee23d0394928f266eb17b20d4ef30')
 
 package() {
   npm install -g --prefix "${pkgdir}/usr" "${srcdir}/${pkgname}-${pkgver}.tgz"



[arch-commits] Commit in dhall-docs/repos (2 files)

2022-04-05 Thread Felix Yan via arch-commits
Date: Tuesday, April 5, 2022 @ 18:33:46
  Author: felixonmars
Revision: 1181475

archrelease: copy trunk to community-staging-x86_64

Added:
  dhall-docs/repos/community-staging-x86_64/
  dhall-docs/repos/community-staging-x86_64/PKGBUILD
(from rev 1181474, dhall-docs/trunk/PKGBUILD)

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

Copied: dhall-docs/repos/community-staging-x86_64/PKGBUILD (from rev 1181474, 
dhall-docs/trunk/PKGBUILD)
===
--- community-staging-x86_64/PKGBUILD   (rev 0)
+++ community-staging-x86_64/PKGBUILD   2022-04-05 18:33:46 UTC (rev 1181475)
@@ -0,0 +1,48 @@
+# Maintainer: Felix Yan 
+
+pkgname=dhall-docs
+pkgver=1.0.9
+pkgrel=14
+pkgdesc="Generate HTML docs from a dhall package"
+url="https://github.com/dhall-lang/dhall-haskell/tree/master/dhall-docs;
+license=("BSD")
+arch=('x86_64')
+depends=('ghc-libs' 'haskell-base16-bytestring' 'haskell-cryptohash-sha256' 
'dhall'
+ 'haskell-file-embed' 'haskell-lens-family-core' 'haskell-lucid' 
'haskell-megaparsec'
+ 'haskell-mmark' 'haskell-optparse-applicative' 'haskell-path' 
'haskell-path-io'
+ 'haskell-prettyprinter')
+makedepends=('ghc' 'haskell-doctest' 'haskell-foldl' 'haskell-tasty' 
'haskell-tasty-hunit'
+ 'haskell-tasty-silver' 'haskell-turtle')
+source=("https://hackage.haskell.org/packages/archive/$pkgname/$pkgver/$pkgname-$pkgver.tar.gz;)
+sha512sums=('ad03a2b8130f1ecc17e4a647f70e7fdee7e49dc7451f980f090d0364b724ee26ee39ee7e87683e9765bba947371d96b64f4411132d8f8a24d3a169684b10fbf0')
+
+build() {
+  cd $pkgname-$pkgver
+
+  runhaskell Setup configure -O --enable-shared --enable-executable-dynamic 
--disable-library-vanilla \
+--prefix=/usr --docdir=/usr/share/doc/$pkgname --datasubdir=$pkgname 
--enable-tests \
+--dynlibdir=/usr/lib --libsubdir=\$compiler/site-local/\$pkgid 
--ghc-option=-fllvm \
+--ghc-option=-optl-Wl\,-z\,relro\,-z\,now \
+--ghc-option='-pie'
+
+  runhaskell Setup build $MAKEFLAGS
+  runhaskell Setup register --gen-script
+  runhaskell Setup unregister --gen-script
+  sed -i -r -e "s|ghc-pkg.*update[^ ]* |&'--force' |" register.sh
+  sed -i -r -e "s|ghc-pkg.*unregister[^ ]* |&'--force' |" unregister.sh
+}
+
+check() {
+  cd $pkgname-$pkgver
+  runhaskell Setup test --show-details=direct
+}
+
+package() {
+  cd $pkgname-$pkgver
+
+  install -D -m744 register.sh "$pkgdir"/usr/share/haskell/register/$pkgname.sh
+  install -D -m744 unregister.sh 
"$pkgdir"/usr/share/haskell/unregister/$pkgname.sh
+  runhaskell Setup copy --destdir="$pkgdir"
+  install -D -m644 LICENSE -t "$pkgdir"/usr/share/licenses/$pkgname/
+  rm -f "$pkgdir"/usr/share/doc/$pkgname/LICENSE
+}



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

2022-04-05 Thread Felix Yan via arch-commits
Date: Tuesday, April 5, 2022 @ 18:33:37
  Author: felixonmars
Revision: 1181474

upgpkg: dhall-docs 1.0.9-14: rebuild with modern-uri 0.3.4.4

Modified:
  dhall-docs/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2022-04-05 18:32:33 UTC (rev 1181473)
+++ PKGBUILD2022-04-05 18:33:37 UTC (rev 1181474)
@@ -2,7 +2,7 @@
 
 pkgname=dhall-docs
 pkgver=1.0.9
-pkgrel=13
+pkgrel=14
 pkgdesc="Generate HTML docs from a dhall package"
 url="https://github.com/dhall-lang/dhall-haskell/tree/master/dhall-docs;
 license=("BSD")



[arch-commits] Commit in haskell-mmark/repos (2 files)

2022-04-05 Thread Felix Yan via arch-commits
Date: Tuesday, April 5, 2022 @ 18:32:33
  Author: felixonmars
Revision: 1181473

archrelease: copy trunk to community-staging-x86_64

Added:
  haskell-mmark/repos/community-staging-x86_64/
  haskell-mmark/repos/community-staging-x86_64/PKGBUILD
(from rev 1181472, haskell-mmark/trunk/PKGBUILD)

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

Copied: haskell-mmark/repos/community-staging-x86_64/PKGBUILD (from rev 
1181472, haskell-mmark/trunk/PKGBUILD)
===
--- community-staging-x86_64/PKGBUILD   (rev 0)
+++ community-staging-x86_64/PKGBUILD   2022-04-05 18:32:33 UTC (rev 1181473)
@@ -0,0 +1,49 @@
+# Maintainer: Felix Yan 
+
+_hkgname=mmark
+pkgname=haskell-mmark
+pkgver=0.0.7.5
+pkgrel=3
+pkgdesc="Strict markdown processor for writers"
+url="https://github.com/mmark-md/mmark;
+license=("BSD")
+arch=('x86_64')
+depends=('ghc-libs' 'haskell-aeson' 'haskell-case-insensitive' 'haskell-dlist'
+ 'haskell-email-validate' 'haskell-foldl' 'haskell-hashable' 
'haskell-html-entity-map'
+ 'haskell-lucid' 'haskell-megaparsec' 'haskell-microlens' 
'haskell-microlens-th'
+ 'haskell-modern-uri' 'haskell-parser-combinators' 
'haskell-text-metrics'
+ 'haskell-unordered-containers' 'haskell-yaml')
+makedepends=('ghc' 'haskell-quickcheck' 'haskell-hspec' 
'haskell-hspec-megaparsec')
+source=("https://hackage.haskell.org/packages/archive/$_hkgname/$pkgver/$_hkgname-$pkgver.tar.gz;)
+sha256sums=('e09cf228ed699acafe4cc961091142accdf5d899e360f2328a781927daba054a')
+
+build() {
+  cd $_hkgname-$pkgver
+
+  runhaskell Setup configure -O --enable-shared --enable-executable-dynamic 
--disable-library-vanilla \
+--prefix=/usr --docdir=/usr/share/doc/$pkgname --datasubdir=$pkgname 
--enable-tests \
+--dynlibdir=/usr/lib --libsubdir=\$compiler/site-local/\$pkgid 
--ghc-option=-fllvm \
+--ghc-option=-optl-Wl\,-z\,relro\,-z\,now \
+--ghc-option='-pie'
+
+  runhaskell Setup build $MAKEFLAGS
+  runhaskell Setup register --gen-script
+  runhaskell Setup unregister --gen-script
+  sed -i -r -e "s|ghc-pkg.*update[^ ]* |&'--force' |" register.sh
+  sed -i -r -e "s|ghc-pkg.*unregister[^ ]* |&'--force' |" unregister.sh
+}
+
+check() {
+  cd $_hkgname-$pkgver
+  runhaskell Setup test --show-details=direct || echo "Tests failed with new 
hashable"
+}
+
+package() {
+  cd $_hkgname-$pkgver
+
+  install -D -m744 register.sh "$pkgdir"/usr/share/haskell/register/$pkgname.sh
+  install -D -m744 unregister.sh 
"$pkgdir"/usr/share/haskell/unregister/$pkgname.sh
+  runhaskell Setup copy --destdir="$pkgdir"
+  install -D -m644 LICENSE.md -t "$pkgdir"/usr/share/licenses/$pkgname/
+  rm -f "$pkgdir"/usr/share/doc/$pkgname/LICENSE.md
+}



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

2022-04-05 Thread Felix Yan via arch-commits
Date: Tuesday, April 5, 2022 @ 18:32:24
  Author: felixonmars
Revision: 1181472

upgpkg: haskell-mmark 0.0.7.5-3: rebuild with modern-uri 0.3.4.4

Modified:
  haskell-mmark/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2022-04-05 18:27:25 UTC (rev 1181471)
+++ PKGBUILD2022-04-05 18:32:24 UTC (rev 1181472)
@@ -3,7 +3,7 @@
 _hkgname=mmark
 pkgname=haskell-mmark
 pkgver=0.0.7.5
-pkgrel=2
+pkgrel=3
 pkgdesc="Strict markdown processor for writers"
 url="https://github.com/mmark-md/mmark;
 license=("BSD")



[arch-commits] Commit in haskell-req/repos (2 files)

2022-04-05 Thread Felix Yan via arch-commits
Date: Tuesday, April 5, 2022 @ 18:27:25
  Author: felixonmars
Revision: 1181471

archrelease: copy trunk to community-staging-x86_64

Added:
  haskell-req/repos/community-staging-x86_64/
  haskell-req/repos/community-staging-x86_64/PKGBUILD
(from rev 1181470, haskell-req/trunk/PKGBUILD)

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

Copied: haskell-req/repos/community-staging-x86_64/PKGBUILD (from rev 1181470, 
haskell-req/trunk/PKGBUILD)
===
--- community-staging-x86_64/PKGBUILD   (rev 0)
+++ community-staging-x86_64/PKGBUILD   2022-04-05 18:27:25 UTC (rev 1181471)
@@ -0,0 +1,54 @@
+# Maintainer: Felix Yan 
+
+_hkgname=req
+pkgname=haskell-req
+pkgver=3.9.1
+pkgrel=122
+pkgdesc="HTTP client library"
+url="https://github.com/mrkkrp/req;
+license=('BSD')
+arch=('x86_64')
+depends=('ghc-libs' 'haskell-aeson' 'haskell-authenticate-oauth' 
'haskell-blaze-builder'
+ 'haskell-case-insensitive' 'haskell-connection' 
'haskell-http-api-data'
+ 'haskell-http-client' 'haskell-http-client-tls' 'haskell-http-types' 
'haskell-modern-uri'
+ 'haskell-monad-control' 'haskell-retry' 'haskell-transformers-base' 
'haskell-unliftio-core')
+makedepends=('ghc' 'uusi' 'haskell-quickcheck' 'haskell-hspec' 
'haskell-hspec-core'
+ 'haskell-unordered-containers')
+source=("https://hackage.haskell.org/packages/archive/$_hkgname/$pkgver/$_hkgname-$pkgver.tar.gz;)
+sha512sums=('ff63baca6647249a419b654d7bf296c2146b41dea3eae2cd0f7e1bfd9b0c8dc87f9259fd63b84f109838e3f2b85e308b969bd3c19b1d5323ecb7ff34ddf26946')
+
+prepare() {
+  cd $_hkgname-$pkgver
+  uusi -u authenticate-oauth -u retry $_hkgname.cabal
+} 
+
+build() {
+  cd $_hkgname-$pkgver
+
+  runhaskell Setup configure -O --enable-shared --enable-executable-dynamic 
--disable-library-vanilla \
+--prefix=/usr --docdir=/usr/share/doc/$pkgname --datasubdir=$pkgname 
--enable-tests \
+--dynlibdir=/usr/lib --libsubdir=\$compiler/site-local/\$pkgid 
--ghc-option=-fllvm \
+--ghc-option=-optl-Wl\,-z\,relro\,-z\,now \
+--ghc-option='-pie'
+
+  runhaskell Setup build $MAKEFLAGS
+  runhaskell Setup register --gen-script
+  runhaskell Setup unregister --gen-script
+  sed -i -r -e "s|ghc-pkg.*update[^ ]* |&'--force' |" register.sh
+  sed -i -r -e "s|ghc-pkg.*unregister[^ ]* |&'--force' |" unregister.sh
+}
+
+check() {
+  cd $_hkgname-$pkgver
+  runhaskell Setup test --show-details=direct
+}
+
+package() {
+  cd $_hkgname-$pkgver
+
+  install -D -m744 register.sh "$pkgdir"/usr/share/haskell/register/$pkgname.sh
+  install -D -m744 unregister.sh 
"$pkgdir"/usr/share/haskell/unregister/$pkgname.sh
+  runhaskell Setup copy --destdir="$pkgdir"
+  install -D -m644 LICENSE.md -t "$pkgdir"/usr/share/licenses/$pkgname/
+  rm -f "$pkgdir"/usr/share/doc/$pkgname/LICENSE.md
+}



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

2022-04-05 Thread Felix Yan via arch-commits
Date: Tuesday, April 5, 2022 @ 18:27:15
  Author: felixonmars
Revision: 1181470

upgpkg: haskell-req 3.9.1-122: rebuild with modern-uri 0.3.4.4

Modified:
  haskell-req/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2022-04-05 18:25:16 UTC (rev 1181469)
+++ PKGBUILD2022-04-05 18:27:15 UTC (rev 1181470)
@@ -3,7 +3,7 @@
 _hkgname=req
 pkgname=haskell-req
 pkgver=3.9.1
-pkgrel=121
+pkgrel=122
 pkgdesc="HTTP client library"
 url="https://github.com/mrkkrp/req;
 license=('BSD')



[arch-commits] Commit in haskell-modern-uri/repos (2 files)

2022-04-05 Thread Felix Yan via arch-commits
Date: Tuesday, April 5, 2022 @ 18:25:16
  Author: felixonmars
Revision: 1181469

archrelease: copy trunk to community-staging-x86_64

Added:
  haskell-modern-uri/repos/community-staging-x86_64/
  haskell-modern-uri/repos/community-staging-x86_64/PKGBUILD
(from rev 1181468, haskell-modern-uri/trunk/PKGBUILD)

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

Copied: haskell-modern-uri/repos/community-staging-x86_64/PKGBUILD (from rev 
1181468, haskell-modern-uri/trunk/PKGBUILD)
===
--- community-staging-x86_64/PKGBUILD   (rev 0)
+++ community-staging-x86_64/PKGBUILD   2022-04-05 18:25:16 UTC (rev 1181469)
@@ -0,0 +1,46 @@
+# Maintainer: Felix Yan 
+
+_hkgname=modern-uri
+pkgname=haskell-modern-uri
+pkgver=0.3.4.4
+pkgrel=1
+pkgdesc="Modern library for working with URIs"
+url="https://github.com/mrkkrp/modern-uri;
+license=('BSD')
+arch=('x86_64')
+depends=('ghc-libs' 'haskell-quickcheck' 'haskell-contravariant' 
'haskell-megaparsec'
+ 'haskell-profunctors' 'haskell-reflection' 'haskell-tagged')
+makedepends=('ghc' 'haskell-hspec' 'haskell-hspec-megaparsec' 
'haskell-hspec-discover')
+source=("https://hackage.haskell.org/packages/archive/$_hkgname/$pkgver/$_hkgname-$pkgver.tar.gz;)
+sha512sums=('74f75a9837bfec8fcf673f896104fa73550b69e6119936d0ecc4f269f80286c8d7909bf7b815d2c2dadd89e4591d51c69bc3920c553a1a3b9408894dc8d3e39b')
+
+build() {
+  cd $_hkgname-$pkgver
+
+  runhaskell Setup configure -O --enable-shared --enable-executable-dynamic 
--disable-library-vanilla \
+--prefix=/usr --docdir=/usr/share/doc/$pkgname --datasubdir=$pkgname 
--enable-tests \
+--dynlibdir=/usr/lib --libsubdir=\$compiler/site-local/\$pkgid 
--ghc-option=-fllvm \
+--ghc-option=-optl-Wl\,-z\,relro\,-z\,now \
+--ghc-option='-pie'
+
+  runhaskell Setup build $MAKEFLAGS
+  runhaskell Setup register --gen-script
+  runhaskell Setup unregister --gen-script
+  sed -i -r -e "s|ghc-pkg.*update[^ ]* |&'--force' |" register.sh
+  sed -i -r -e "s|ghc-pkg.*unregister[^ ]* |&'--force' |" unregister.sh
+}
+
+check() {
+  cd $_hkgname-$pkgver
+  runhaskell Setup test --show-details=direct
+}
+
+package() {
+  cd $_hkgname-$pkgver
+
+  install -D -m744 register.sh "$pkgdir"/usr/share/haskell/register/$pkgname.sh
+  install -D -m744 unregister.sh 
"$pkgdir"/usr/share/haskell/unregister/$pkgname.sh
+  runhaskell Setup copy --destdir="$pkgdir"
+  install -D -m644 LICENSE.md -t "$pkgdir"/usr/share/licenses/$pkgname/
+  rm -f "$pkgdir"/usr/share/doc/$pkgname/LICENSE.md
+}



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

2022-04-05 Thread Felix Yan via arch-commits
Date: Tuesday, April 5, 2022 @ 18:25:06
  Author: felixonmars
Revision: 1181468

upgpkg: haskell-modern-uri 0.3.4.4-1: rebuild with modern-uri 0.3.4.4

Modified:
  haskell-modern-uri/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2022-04-05 18:24:17 UTC (rev 1181467)
+++ PKGBUILD2022-04-05 18:25:06 UTC (rev 1181468)
@@ -2,8 +2,8 @@
 
 _hkgname=modern-uri
 pkgname=haskell-modern-uri
-pkgver=0.3.4.3
-pkgrel=13
+pkgver=0.3.4.4
+pkgrel=1
 pkgdesc="Modern library for working with URIs"
 url="https://github.com/mrkkrp/modern-uri;
 license=('BSD')
@@ -12,7 +12,7 @@
  'haskell-profunctors' 'haskell-reflection' 'haskell-tagged')
 makedepends=('ghc' 'haskell-hspec' 'haskell-hspec-megaparsec' 
'haskell-hspec-discover')
 
source=("https://hackage.haskell.org/packages/archive/$_hkgname/$pkgver/$_hkgname-$pkgver.tar.gz;)
-sha512sums=('21f087ce9df3bbe0d73ab7dacdef7262abed07d5a419817512d9174946857b4374f003e52d311ccfc7dcd63c01233c30825f3f755d7aecf68f53fb5d544be24e')
+sha512sums=('74f75a9837bfec8fcf673f896104fa73550b69e6119936d0ecc4f269f80286c8d7909bf7b815d2c2dadd89e4591d51c69bc3920c553a1a3b9408894dc8d3e39b')
 
 build() {
   cd $_hkgname-$pkgver



  1   2   >