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

2022-05-03 Thread Laurent Carlier via arch-commits
Date: Wednesday, May 4, 2022 @ 05:49:31
  Author: lcarlier
Revision: 1192494

archrelease: copy trunk to community-x86_64

Added:
  bsd-games/repos/community-x86_64/PKGBUILD
(from rev 1192493, bsd-games/trunk/PKGBUILD)
Deleted:
  bsd-games/repos/community-x86_64/PKGBUILD

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

Deleted: PKGBUILD
===
--- PKGBUILD2022-05-04 05:49:26 UTC (rev 1192493)
+++ PKGBUILD2022-05-04 05:49:31 UTC (rev 1192494)
@@ -1,30 +0,0 @@
-# Maintainer: Laurent Carlier 
-# Contributor: Alexander F Rødseth 
-# Contributor: Chris Brannon 
-# Contributor: Abhishek Dasgupta 
-# Contributor: SmackleFunky 
-
-pkgname=bsd-games
-pkgver=3.1
-pkgrel=1
-pkgdesc='Linux port of the collection of BSD command line games'
-url='https://github.com/msharov/bsd-games'
-arch=('x86_64')
-license=('BSD')
-depends=('ncurses')
-optdepends=('words: for hangman')
-makedepends=()
-source=("https://github.com/msharov/$pkgname/archive/v$pkgver.tar.gz;)
-sha256sums=('fe4e54fa56aff00ac3a45b2c4a5173bb2627c723ad7ae9d7548e43148b177be6')
-
-build() {
-cd "$pkgname-$pkgver"
-./configure --prefix=/usr
-make
-}
-
-package() {
-cd "$pkgname-$pkgver"
-make DESTDIR="${pkgdir}" install
-install -D -m644 LICENSE "${pkgdir}/usr/share/licenses/$pkgname/LICENSE"
-}

Copied: bsd-games/repos/community-x86_64/PKGBUILD (from rev 1192493, 
bsd-games/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2022-05-04 05:49:31 UTC (rev 1192494)
@@ -0,0 +1,30 @@
+# Maintainer: Laurent Carlier 
+# Contributor: Alexander F Rødseth 
+# Contributor: Chris Brannon 
+# Contributor: Abhishek Dasgupta 
+# Contributor: SmackleFunky 
+
+pkgname=bsd-games
+pkgver=3.2
+pkgrel=1
+pkgdesc='Linux port of the collection of BSD command line games'
+url='https://github.com/msharov/bsd-games'
+arch=('x86_64')
+license=('BSD')
+depends=('ncurses')
+optdepends=('words: for hangman')
+makedepends=()
+source=("https://github.com/msharov/$pkgname/archive/v$pkgver.tar.gz;)
+sha256sums=('41a3aecbf35afff4ba1ff2af9dab7dc25dddf5e722ece6ea58b992e6bd53386e')
+
+build() {
+cd "$pkgname-$pkgver"
+./configure --prefix=/usr
+make
+}
+
+package() {
+cd "$pkgname-$pkgver"
+make DESTDIR="${pkgdir}" install
+install -D -m644 LICENSE "${pkgdir}/usr/share/licenses/$pkgname/LICENSE"
+}



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

2022-05-03 Thread Laurent Carlier via arch-commits
Date: Wednesday, May 4, 2022 @ 05:49:26
  Author: lcarlier
Revision: 1192493

upgpkg: bsd-games 3.2-1: upstream update 3.2

Modified:
  bsd-games/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2022-05-04 05:47:48 UTC (rev 1192492)
+++ PKGBUILD2022-05-04 05:49:26 UTC (rev 1192493)
@@ -5,7 +5,7 @@
 # Contributor: SmackleFunky 
 
 pkgname=bsd-games
-pkgver=3.1
+pkgver=3.2
 pkgrel=1
 pkgdesc='Linux port of the collection of BSD command line games'
 url='https://github.com/msharov/bsd-games'
@@ -15,7 +15,7 @@
 optdepends=('words: for hangman')
 makedepends=()
 source=("https://github.com/msharov/$pkgname/archive/v$pkgver.tar.gz;)
-sha256sums=('fe4e54fa56aff00ac3a45b2c4a5173bb2627c723ad7ae9d7548e43148b177be6')
+sha256sums=('41a3aecbf35afff4ba1ff2af9dab7dc25dddf5e722ece6ea58b992e6bd53386e')
 
 build() {
 cd "$pkgname-$pkgver"



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

2022-05-03 Thread Daurnimator via arch-commits
Date: Wednesday, May 4, 2022 @ 05:47:48
  Author: daurnimator
Revision: 1192492

archrelease: copy trunk to community-x86_64

Added:
  terraform/repos/community-x86_64/PKGBUILD
(from rev 1192491, terraform/trunk/PKGBUILD)
  terraform/repos/community-x86_64/terraform.bash
(from rev 1192491, terraform/trunk/terraform.bash)
  terraform/repos/community-x86_64/terraform.fish
(from rev 1192491, terraform/trunk/terraform.fish)
  terraform/repos/community-x86_64/terraform.zsh
(from rev 1192491, terraform/trunk/terraform.zsh)
Deleted:
  terraform/repos/community-x86_64/PKGBUILD
  terraform/repos/community-x86_64/terraform.bash
  terraform/repos/community-x86_64/terraform.fish
  terraform/repos/community-x86_64/terraform.zsh

+
 PKGBUILD   |  116 +++
 terraform.bash |2 
 terraform.fish |   18 
 terraform.zsh  |6 +-
 4 files changed, 71 insertions(+), 71 deletions(-)

Deleted: PKGBUILD
===
--- PKGBUILD2022-05-04 05:47:25 UTC (rev 1192491)
+++ PKGBUILD2022-05-04 05:47:48 UTC (rev 1192492)
@@ -1,58 +0,0 @@
-# Maintainer: Jerome Leclanche 
-# Maintainer: Christian Rebischke 
-# Maintainer: Daurnimator 
-
-pkgname=terraform
-pkgver=1.1.8
-pkgrel=1
-pkgdesc="HashiCorp tool for building and updating infrastructure as code 
idempotently"
-url="https://github.com/hashicorp/terraform;
-arch=("x86_64")
-license=("MPL")
-makedepends=('go')
-depends=('glibc')
-optdepends=('diffutils: for running `terraform fmt -diff`')
-options=('!lto')
-source=("$pkgname-$pkgver.tar.gz::https://github.com/hashicorp/terraform/archive/v$pkgver.tar.gz;
-"terraform.bash"
-"terraform.fish"
-"terraform.zsh")
-sha512sums=('0e014373e62eb8f23e60fe94279cf266c2bd3cbc685d79432862fe371627fb5358314ae9e4c39988b8044413e63d85e0b844f0345a709c64cee33ce63448c2cc'
-
'ea42bfc41288e5ad741fcddfbd5c1f8ba0088be0967b820db1e12e1dc13d1ba242b9cc1c247bf29c36ec59cdce76ff6703cf6b3f76cca5ec441a4927a01afe7d'
-
'44b387fbd7b6abb8f524999d3d5f14fd4d5be54b2b34336a708c6a493c93c886a7230d3102601604f62cf95c53e91de683919213d0e1473ee84e606030d249e3'
-
'ad991daf40f68c11fa66256177a04d97bd38d6a89c554d6261489d4de703852628ffc37429d862237ca24e15f6a7c915cfa027731189ac89a27f7b20c72ab4c9')
-b2sums=('05a8591251d3b57995612ff5cc1839703a6225b80dce75b5d1e16c592a778b8f6ae5a1198a3bf0c17d755e95a3963443ed017e85c2d39213620a2b70eedc369c'
-
'd047735bbb006e9afbaa4b18af7a7f16a205ec528e91caa61a0b663dd6e24ec1df999216f0b7bd06e3b3c087b37f6ce3aa3cf3a20c892a9cc1962d33ce1b0bcc'
-
'd3655f23ba8893d0f8c6cd5e8b42fae473ccfbc77d97b7424aa1f0d0057bfed6cb4d2505e74dd89099c39af6bc03b92eddedae5bb2821ff905d06b5e311be1f0'
-
'd58712c8203e4a58ec68738f3d22457547a55d230018408400fd1ca433346171b72fa4a87f05efc93213c71f9757d3a8072149ca4e6894355e79f8cfae3bd55b')
-
-prepare() {
-   cd "$pkgname-$pkgver"
-   go mod download
-}
-
-build() {
-   cd "$pkgname-$pkgver"
-   export CGO_CPPFLAGS="${CPPFLAGS}"
-   export CGO_CFLAGS="${CFLAGS}"
-   export CGO_CXXFLAGS="${CXXFLAGS}"
-   export CGO_LDFLAGS="${LDFLAGS}"
-   export GOFLAGS="-buildmode=pie -trimpath -mod=readonly -modcacherw 
-ldflags=-linkmode=external"
-   export GOPROXY=off
-   go build -o terraform-binary
-}
-
-check() {
-   cd "${pkgname}-${pkgver}"
-   go test -mod=readonly ./...
-}
-
-package() {
-install -Dm644 terraform.bash 
"$pkgdir/usr/share/bash-completion/completions/terraform"
-install -Dm644 terraform.fish 
"${pkgdir}/usr/share/fish/vendor_completions.d/terraform.fish"
-install -Dm644 terraform.zsh 
"$pkgdir/usr/share/zsh/site-functions/_terraform"
-
-   cd "$pkgname-$pkgver"
-   install -Dm755 terraform-binary "$pkgdir/usr/bin/terraform"
-   install -Dm644 LICENSE "$pkgdir/usr/share/licenses/$pkgname/LICENSE"
-}

Copied: terraform/repos/community-x86_64/PKGBUILD (from rev 1192491, 
terraform/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2022-05-04 05:47:48 UTC (rev 1192492)
@@ -0,0 +1,58 @@
+# Maintainer: Jerome Leclanche 
+# Maintainer: Christian Rebischke 
+# Maintainer: Daurnimator 
+
+pkgname=terraform
+pkgver=1.1.9
+pkgrel=1
+pkgdesc="HashiCorp tool for building and updating infrastructure as code 
idempotently"
+url="https://github.com/hashicorp/terraform;
+arch=("x86_64")
+license=("MPL")
+makedepends=('go')
+depends=('glibc')
+optdepends=('diffutils: for running `terraform fmt -diff`')
+options=('!lto')
+source=("$pkgname-$pkgver.tar.gz::https://github.com/hashicorp/terraform/archive/v$pkgver.tar.gz;
+"terraform.bash"
+"terraform.fish"
+"terraform.zsh")
+sha512sums=('c69489c22625e94dca3e523a4da11e854523a4e5d1fa46951388eff2f5c391fef4437cb77f67acb1a5851f4a3a662640ad33cd3e6cde9853c4b7089945be8226'
+

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

2022-05-03 Thread Daurnimator via arch-commits
Date: Wednesday, May 4, 2022 @ 05:47:25
  Author: daurnimator
Revision: 1192491

upgpkg: terraform 1.1.9-1

Modified:
  terraform/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2022-05-04 05:42:33 UTC (rev 1192490)
+++ PKGBUILD2022-05-04 05:47:25 UTC (rev 1192491)
@@ -3,7 +3,7 @@
 # Maintainer: Daurnimator 
 
 pkgname=terraform
-pkgver=1.1.8
+pkgver=1.1.9
 pkgrel=1
 pkgdesc="HashiCorp tool for building and updating infrastructure as code 
idempotently"
 url="https://github.com/hashicorp/terraform;
@@ -17,11 +17,11 @@
 "terraform.bash"
 "terraform.fish"
 "terraform.zsh")
-sha512sums=('0e014373e62eb8f23e60fe94279cf266c2bd3cbc685d79432862fe371627fb5358314ae9e4c39988b8044413e63d85e0b844f0345a709c64cee33ce63448c2cc'
+sha512sums=('c69489c22625e94dca3e523a4da11e854523a4e5d1fa46951388eff2f5c391fef4437cb77f67acb1a5851f4a3a662640ad33cd3e6cde9853c4b7089945be8226'
 
'ea42bfc41288e5ad741fcddfbd5c1f8ba0088be0967b820db1e12e1dc13d1ba242b9cc1c247bf29c36ec59cdce76ff6703cf6b3f76cca5ec441a4927a01afe7d'
 
'44b387fbd7b6abb8f524999d3d5f14fd4d5be54b2b34336a708c6a493c93c886a7230d3102601604f62cf95c53e91de683919213d0e1473ee84e606030d249e3'
 
'ad991daf40f68c11fa66256177a04d97bd38d6a89c554d6261489d4de703852628ffc37429d862237ca24e15f6a7c915cfa027731189ac89a27f7b20c72ab4c9')
-b2sums=('05a8591251d3b57995612ff5cc1839703a6225b80dce75b5d1e16c592a778b8f6ae5a1198a3bf0c17d755e95a3963443ed017e85c2d39213620a2b70eedc369c'
+b2sums=('1333e75451731548944d46e474ae82b2c44acab9a4f9922f0cffea9ee253766310e9f416057030ab72a4baf20b202d3f97582aaa078a0334c71772715014cff5'
 
'd047735bbb006e9afbaa4b18af7a7f16a205ec528e91caa61a0b663dd6e24ec1df999216f0b7bd06e3b3c087b37f6ce3aa3cf3a20c892a9cc1962d33ce1b0bcc'
 
'd3655f23ba8893d0f8c6cd5e8b42fae473ccfbc77d97b7424aa1f0d0057bfed6cb4d2505e74dd89099c39af6bc03b92eddedae5bb2821ff905d06b5e311be1f0'
 
'd58712c8203e4a58ec68738f3d22457547a55d230018408400fd1ca433346171b72fa4a87f05efc93213c71f9757d3a8072149ca4e6894355e79f8cfae3bd55b')



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

2022-05-03 Thread Tobias Powalowski via arch-commits
Date: Wednesday, May 4, 2022 @ 05:43:27
  Author: tpowa
Revision: 444555

archrelease: copy trunk to extra-any

Added:
  archboot-arm/repos/extra-any/PKGBUILD
(from rev 444554, archboot-arm/trunk/PKGBUILD)
  archboot-arm/repos/extra-any/archboot.install
(from rev 444554, 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-05-04 05:43:22 UTC (rev 444554)
+++ PKGBUILD2022-05-04 05:43:27 UTC (rev 444555)
@@ -1,54 +0,0 @@
-# Maintainer : Tobias Powalowski 
-
-pkgname=archboot-arm
-pkgver=2022.05
-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' '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' 'sbctl')
-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 444554, 
archboot-arm/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2022-05-04 05:43:27 UTC (rev 444555)
@@ -0,0 +1,54 @@
+# Maintainer : Tobias Powalowski 
+
+pkgname=archboot-arm
+pkgver=2022.05
+pkgrel=11
+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' 

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

2022-05-03 Thread Tobias Powalowski via arch-commits
Date: Wednesday, May 4, 2022 @ 05:43:22
  Author: tpowa
Revision: 444554

upgpkg: archboot-arm 2022.05-11: bump to latest version

Modified:
  archboot-arm/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2022-05-04 05:42:36 UTC (rev 444553)
+++ PKGBUILD2022-05-04 05:43:22 UTC (rev 444554)
@@ -2,7 +2,7 @@
 
 pkgname=archboot-arm
 pkgver=2022.05
-pkgrel=10
+pkgrel=11
 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-05-03 Thread Tobias Powalowski via arch-commits
Date: Wednesday, May 4, 2022 @ 05:42:36
  Author: tpowa
Revision: 444553

archrelease: copy trunk to extra-any

Added:
  archboot/repos/extra-any/PKGBUILD
(from rev 444552, archboot/trunk/PKGBUILD)
  archboot/repos/extra-any/archboot.install
(from rev 444552, 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-05-04 05:42:30 UTC (rev 444552)
+++ PKGBUILD2022-05-04 05:42:36 UTC (rev 444553)
@@ -1,55 +0,0 @@
-# Maintainer : Tobias Powalowski 
-
-pkgname=archboot
-pkgver=2022.05
-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' 
'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' 'sbctl')
-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 444552, 
archboot/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2022-05-04 05:42:36 UTC (rev 444553)
@@ -0,0 +1,55 @@
+# Maintainer : Tobias Powalowski 
+
+pkgname=archboot
+pkgver=2022.05
+pkgrel=11
+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 firefox-extension-passff/repos/community-any (2 files)

2022-05-03 Thread Daurnimator via arch-commits
Date: Wednesday, May 4, 2022 @ 05:42:33
  Author: daurnimator
Revision: 1192490

archrelease: copy trunk to community-any

Added:
  firefox-extension-passff/repos/community-any/PKGBUILD
(from rev 1192489, firefox-extension-passff/trunk/PKGBUILD)
Deleted:
  firefox-extension-passff/repos/community-any/PKGBUILD

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

Deleted: PKGBUILD
===
--- PKGBUILD2022-05-04 05:42:16 UTC (rev 1192489)
+++ PKGBUILD2022-05-04 05:42:33 UTC (rev 1192490)
@@ -1,21 +0,0 @@
-# Maintainer: Daurnimator 
-# Contributor: Willem Mulder <14mrh4...@gmail.com>
-
-pkgname=firefox-extension-passff
-pkgver=1.13.0
-pkgrel=1
-pkgdesc="zx2c4 pass manager addon for firefox"
-url="https://github.com/passff/passff;
-license=('GPL2')
-arch=('any')
-groups=('firefox-addons')
-replaces=('firefox-passff')
-depends=('firefox' 'passff-host')
-source=("$pkgname-$pkgver.xpi::https://github.com/passff/passff/releases/download/${pkgver%.0}/passff.xpi;)
-sha512sums=('3bbefd6640455595a9c1e24b10c4952d8a883136d2a66519e822c5460dbe02907190ffacaf836b9d2c6f35424ee6819549fe0cafd6c4cc82812d8f7c5201b68f')
-noextract=("$pkgname-$pkgver.xpi")
-
-package() {
-install -Dm644 "$pkgname-$pkgver.xpi" \
-"${pkgdir}/usr/lib/firefox/browser/extensions/pas...@invicem.pro.xpi"
-}

Copied: firefox-extension-passff/repos/community-any/PKGBUILD (from rev 
1192489, firefox-extension-passff/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2022-05-04 05:42:33 UTC (rev 1192490)
@@ -0,0 +1,21 @@
+# Maintainer: Daurnimator 
+# Contributor: Willem Mulder <14mrh4...@gmail.com>
+
+pkgname=firefox-extension-passff
+pkgver=1.14.0
+pkgrel=1
+pkgdesc="zx2c4 pass manager addon for firefox"
+url="https://github.com/passff/passff;
+license=('GPL2')
+arch=('any')
+groups=('firefox-addons')
+replaces=('firefox-passff')
+depends=('firefox' 'passff-host')
+source=("$pkgname-$pkgver.xpi::https://github.com/passff/passff/releases/download/${pkgver%.0}/passff.xpi;)
+sha512sums=('a3843aad859a6ffc10f8959852bc8e9e4936699ed0526d2dbfab53c371b36828083f492d2c89f923b996cebad660aa538b5a1ae53b658070f8745d5efdfc0f50')
+noextract=("$pkgname-$pkgver.xpi")
+
+package() {
+install -Dm644 "$pkgname-$pkgver.xpi" \
+"${pkgdir}/usr/lib/firefox/browser/extensions/pas...@invicem.pro.xpi"
+}



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

2022-05-03 Thread Tobias Powalowski via arch-commits
Date: Wednesday, May 4, 2022 @ 05:42:30
  Author: tpowa
Revision: 444552

upgpkg: archboot 2022.05-11: bump to latest version

Modified:
  archboot/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2022-05-04 02:49:42 UTC (rev 444551)
+++ PKGBUILD2022-05-04 05:42:30 UTC (rev 444552)
@@ -2,7 +2,7 @@
 
 pkgname=archboot
 pkgver=2022.05
-pkgrel=10
+pkgrel=11
 pkgdesc="Advanced, modular arch boot/install image creation utility"
 arch=(any)
 license=('GPL')



[arch-commits] Commit in firefox-extension-passff/trunk (PKGBUILD)

2022-05-03 Thread Daurnimator via arch-commits
Date: Wednesday, May 4, 2022 @ 05:42:16
  Author: daurnimator
Revision: 1192489

upgpkg: firefox-extension-passff 1.14.0-1

Modified:
  firefox-extension-passff/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2022-05-04 05:37:19 UTC (rev 1192488)
+++ PKGBUILD2022-05-04 05:42:16 UTC (rev 1192489)
@@ -2,7 +2,7 @@
 # Contributor: Willem Mulder <14mrh4...@gmail.com>
 
 pkgname=firefox-extension-passff
-pkgver=1.13.0
+pkgver=1.14.0
 pkgrel=1
 pkgdesc="zx2c4 pass manager addon for firefox"
 url="https://github.com/passff/passff;
@@ -12,7 +12,7 @@
 replaces=('firefox-passff')
 depends=('firefox' 'passff-host')
 
source=("$pkgname-$pkgver.xpi::https://github.com/passff/passff/releases/download/${pkgver%.0}/passff.xpi;)
-sha512sums=('3bbefd6640455595a9c1e24b10c4952d8a883136d2a66519e822c5460dbe02907190ffacaf836b9d2c6f35424ee6819549fe0cafd6c4cc82812d8f7c5201b68f')
+sha512sums=('a3843aad859a6ffc10f8959852bc8e9e4936699ed0526d2dbfab53c371b36828083f492d2c89f923b996cebad660aa538b5a1ae53b658070f8745d5efdfc0f50')
 noextract=("$pkgname-$pkgver.xpi")
 
 package() {



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

2022-05-03 Thread Daurnimator via arch-commits
Date: Wednesday, May 4, 2022 @ 05:37:19
  Author: daurnimator
Revision: 1192488

archrelease: copy trunk to community-x86_64

Added:
  grafana-agent/repos/community-x86_64/PKGBUILD
(from rev 1192487, grafana-agent/trunk/PKGBUILD)
  grafana-agent/repos/community-x86_64/grafana-agent.service
(from rev 1192487, grafana-agent/trunk/grafana-agent.service)
  grafana-agent/repos/community-x86_64/grafana-agent.sysusers
(from rev 1192487, grafana-agent/trunk/grafana-agent.sysusers)
  grafana-agent/repos/community-x86_64/grafana-agent.tmpfiles
(from rev 1192487, grafana-agent/trunk/grafana-agent.tmpfiles)
Deleted:
  grafana-agent/repos/community-x86_64/PKGBUILD
  grafana-agent/repos/community-x86_64/grafana-agent.service
  grafana-agent/repos/community-x86_64/grafana-agent.sysusers
  grafana-agent/repos/community-x86_64/grafana-agent.tmpfiles

+
 PKGBUILD   |  176 +++
 grafana-agent.service  |   62 
 grafana-agent.sysusers |4 -
 grafana-agent.tmpfiles |2 
 4 files changed, 122 insertions(+), 122 deletions(-)

Deleted: PKGBUILD
===
--- PKGBUILD2022-05-04 05:36:50 UTC (rev 1192487)
+++ PKGBUILD2022-05-04 05:37:19 UTC (rev 1192488)
@@ -1,88 +0,0 @@
-# Maintainer: Daurnimator 
-
-pkgname=('grafana-agent' 'grafana-agentctl' 'grafana-agent-crow')
-pkgver=0.24.1
-pkgrel=2
-pkgdesc='Grafana Agent is a telemetry collector for sending metrics, logs, and 
trace data to the opinionated Grafana observability stack'
-url='https://github.com/grafana/agent'
-arch=('x86_64')
-license=('Apache')
-depends=('glibc')
-makedepends=('go')
-options=('!lto')
-source=($pkgname-$pkgver.tar.gz::https://github.com/grafana/agent/archive/v$pkgver.tar.gz
-
"https://github.com/grafana/agent/commit/9e373f7b128c5045618371837dcdb0fc86dcbe76.patch;
-grafana-agent.sysusers grafana-agent.service grafana-agent.tmpfiles)
-sha512sums=('d3cbfe563b4b0a006238ed2acc04232f08470f0436f05ef224bbfc82a642de1246554f3b9a66e84dad7c1694be974cb5be3b6ecb659fd49bc77e5fe45552783b'
-
'237048bb6c02b2ce35fc7f4f70e2095da1fbd1e2fbbe7251f3c3d38dd79332320dd47b1a05564cd6ccea547fd23f4733b33e01cae0f58a46292336c25c92dee3'
-
'1e58f6273562fd6ddeae41bb6d223230ed301199af6bd2f85fa3d2c1e6352952c600cd4488ad769069519c42b6863be84aaa2c93c88f696e5a0bedbb93758d0e'
-
'3f8debbc4732009f54c063d70c2dce4846b81b829f495d25a431fef857077c83949d777f763de8c106fb8d1cf0bd7e874680db8387b4811704b1a303932fa090'
-
'3a4c4896b2454272b5a2d53ba5aa7009fa5b42a573fef521afb5d9712e53119539c4195d2b149d04d086c5fa197ccf7dc9bbdc407efb55514e3c92b994121fa8')
-
-prepare() {
-  cd "agent-$pkgver"
-
-  patch -p1 -i ../9e373f7b128c5045618371837dcdb0fc86dcbe76.patch
-
-  go mod download
-}
-
-build() {
-  cd "agent-$pkgver"
-
-  export CGO_LDFLAGS="${LDFLAGS}"
-  export CGO_CFLAGS="${CFLAGS}"
-  export CGO_CPPFLAGS="${CPPFLAGS}"
-  export CGO_CXXFLAGS="${CXXFLAGS}"
-  export GOPROXY=off
-  for path in cmd/agent cmd/agentctl tools/crow; do
-go build \
-  -trimpath \
-  -buildmode=pie \
-  -mod=readonly \
-  -modcacherw \
-  -ldflags " \
- -X github.com/grafana/agent/pkg/build.Version=$pkgver
- -X github.com/grafana/agent/pkg/build.BuildDate=$(date -u 
+'%Y-%m-%dT%H:%M:%SZ' --date=@${SOURCE_DATE_EPOCH})
- -linkmode external
- -extldflags \"${LDFLAGS}\"" \
-  "./$path"
-  done
-}
-
-check() {
-  cd "agent-$pkgver"
-
-  ./agent -version
-
-  go test -v ./cmd/agent/... ./cmd/agentctl/... ./tools/crow/...
-}
-
-package_grafana-agent() {
-  backup=('etc/grafana-agent.yaml')
-
-  cd "agent-$pkgver"
-
-  install -Dm755 agent "$pkgdir/usr/bin/grafana-agent"
-  install -Dm644 packaging/grafana-agent.yaml "$pkgdir/etc/grafana-agent.yaml"
-
-  install -Dm644 "$srcdir/grafana-agent.sysusers" 
"$pkgdir/usr/lib/sysusers.d/grafana-agent.conf"
-  install -Dm644 "$srcdir/grafana-agent.tmpfiles" 
"$pkgdir/usr/lib/tmpfiles.d/grafana-agent.conf"
-  install -Dm644 "$srcdir/grafana-agent.service" 
"$pkgdir/usr/lib/systemd/system/grafana-agent.service"
-}
-
-package_grafana-agentctl() {
-  pkgdesc="provides utilities for interacting with Grafana Agent"
-
-  cd "agent-$pkgver"
-
-  install -Dm755 -t "$pkgdir"/usr/bin agentctl
-}
-
-package_grafana-agent-crow() {
-  pkgdesc="A correctness checker tool that validates that scraped metrics are 
delivered to a remote_write endpoint."
-
-  cd "agent-$pkgver"
-
-  install -Dm755 crow "$pkgdir"/usr/bin/grafana-agent-crow
-}

Copied: grafana-agent/repos/community-x86_64/PKGBUILD (from rev 1192487, 
grafana-agent/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2022-05-04 05:37:19 UTC (rev 1192488)
@@ -0,0 +1,88 @@
+# Maintainer: Daurnimator 
+
+pkgname=('grafana-agent' 'grafana-agentctl' 

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

2022-05-03 Thread Daurnimator via arch-commits
Date: Wednesday, May 4, 2022 @ 05:36:50
  Author: daurnimator
Revision: 1192487

upgpkg: grafana-agent 0.24.2-1

Modified:
  grafana-agent/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2022-05-04 05:31:18 UTC (rev 1192486)
+++ PKGBUILD2022-05-04 05:36:50 UTC (rev 1192487)
@@ -1,8 +1,8 @@
 # Maintainer: Daurnimator 
 
 pkgname=('grafana-agent' 'grafana-agentctl' 'grafana-agent-crow')
-pkgver=0.24.1
-pkgrel=2
+pkgver=0.24.2
+pkgrel=1
 pkgdesc='Grafana Agent is a telemetry collector for sending metrics, logs, and 
trace data to the opinionated Grafana observability stack'
 url='https://github.com/grafana/agent'
 arch=('x86_64')
@@ -13,7 +13,7 @@
 
source=($pkgname-$pkgver.tar.gz::https://github.com/grafana/agent/archive/v$pkgver.tar.gz
 
"https://github.com/grafana/agent/commit/9e373f7b128c5045618371837dcdb0fc86dcbe76.patch;
 grafana-agent.sysusers grafana-agent.service grafana-agent.tmpfiles)
-sha512sums=('d3cbfe563b4b0a006238ed2acc04232f08470f0436f05ef224bbfc82a642de1246554f3b9a66e84dad7c1694be974cb5be3b6ecb659fd49bc77e5fe45552783b'
+sha512sums=('356d63117a166ed497b3e1c6da0f4065122254c23cc7af5e1862cc089bf84e2284abc89fb0d0d07becc68641a21b392ba9f6af9a07a24abf1c4cf4a938b9e2a0'
 
'237048bb6c02b2ce35fc7f4f70e2095da1fbd1e2fbbe7251f3c3d38dd79332320dd47b1a05564cd6ccea547fd23f4733b33e01cae0f58a46292336c25c92dee3'
 
'1e58f6273562fd6ddeae41bb6d223230ed301199af6bd2f85fa3d2c1e6352952c600cd4488ad769069519c42b6863be84aaa2c93c88f696e5a0bedbb93758d0e'
 
'3f8debbc4732009f54c063d70c2dce4846b81b829f495d25a431fef857077c83949d777f763de8c106fb8d1cf0bd7e874680db8387b4811704b1a303932fa090'



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

2022-05-03 Thread Daniel M. Capella via arch-commits
Date: Wednesday, May 4, 2022 @ 05:31:18
  Author: polyzen
Revision: 1192486

archrelease: copy trunk to community-x86_64

Added:
  
pacman-contrib/repos/community-x86_64/0001-pactree-fix-compilation-with-pacman-6.patch
(from rev 1192485, 
pacman-contrib/trunk/0001-pactree-fix-compilation-with-pacman-6.patch)
  pacman-contrib/repos/community-x86_64/PKGBUILD
(from rev 1192485, pacman-contrib/trunk/PKGBUILD)
Deleted:
  
pacman-contrib/repos/community-x86_64/0001-pactree-fix-compilation-with-pacman-6.patch
  pacman-contrib/repos/community-x86_64/PKGBUILD

--+
 0001-pactree-fix-compilation-with-pacman-6.patch |   88 +--
 PKGBUILD |   94 ++---
 2 files changed, 91 insertions(+), 91 deletions(-)

Deleted: 0001-pactree-fix-compilation-with-pacman-6.patch
===
--- 0001-pactree-fix-compilation-with-pacman-6.patch2022-05-04 05:30:54 UTC 
(rev 1192485)
+++ 0001-pactree-fix-compilation-with-pacman-6.patch2022-05-04 05:31:18 UTC 
(rev 1192486)
@@ -1,44 +0,0 @@
-From fd21ee241c85856be941e41942d6c179ca713c41 Mon Sep 17 00:00:00 2001
-From: Eli Schwartz via pacman-contrib 
-Date: Fri, 21 May 2021 00:30:07 -0400
-Subject: [PATCH] pactree: fix compilation with pacman 6
-
-In "add front-end provided context to callbacks", libalpm gained a new
-argument to callbacks which we don't use and is only needed by some
-frontends wishing to do stuff with the callback state. NULL it and move
-on with life, just like pacman itself did.
-
-Signed-off-by: Eli Schwartz 
-Signed-off-by: Daniel M. Capella 

- src/pactree.c | 6 --
- 1 file changed, 4 insertions(+), 2 deletions(-)
-
-diff --git a/src/pactree.c b/src/pactree.c
-index e8f5086..9e6ac1b 100644
 a/src/pactree.c
-+++ b/src/pactree.c
-@@ -135,8 +135,10 @@ static const char *dbpath = DBPATH;
- static const char *configfile = CONFFILE;
- static const char *gpgdir = GPGDIR;
- 
--void cb_log(alpm_loglevel_t level, const char *fmt, va_list args)
-+void cb_log(void *ctx, alpm_loglevel_t level, const char *fmt, va_list args)
- {
-+  (void)ctx;
-+
-   switch(level) {
-   case ALPM_LOG_ERROR:
-   fprintf(stderr, "%s%s%s", color->error, "error: ",
-@@ -621,7 +623,7 @@ int main(int argc, char *argv[])
-   }
- 
-   if(debug) {
--  alpm_option_set_logcb(handle, cb_log);
-+  alpm_option_set_logcb(handle, cb_log, NULL);
-   }
- 
-   /* no need to fail on error here */
--- 
-2.31.1
-

Copied: 
pacman-contrib/repos/community-x86_64/0001-pactree-fix-compilation-with-pacman-6.patch
 (from rev 1192485, 
pacman-contrib/trunk/0001-pactree-fix-compilation-with-pacman-6.patch)
===
--- 0001-pactree-fix-compilation-with-pacman-6.patch
(rev 0)
+++ 0001-pactree-fix-compilation-with-pacman-6.patch2022-05-04 05:31:18 UTC 
(rev 1192486)
@@ -0,0 +1,44 @@
+From fd21ee241c85856be941e41942d6c179ca713c41 Mon Sep 17 00:00:00 2001
+From: Eli Schwartz via pacman-contrib 
+Date: Fri, 21 May 2021 00:30:07 -0400
+Subject: [PATCH] pactree: fix compilation with pacman 6
+
+In "add front-end provided context to callbacks", libalpm gained a new
+argument to callbacks which we don't use and is only needed by some
+frontends wishing to do stuff with the callback state. NULL it and move
+on with life, just like pacman itself did.
+
+Signed-off-by: Eli Schwartz 
+Signed-off-by: Daniel M. Capella 
+---
+ src/pactree.c | 6 --
+ 1 file changed, 4 insertions(+), 2 deletions(-)
+
+diff --git a/src/pactree.c b/src/pactree.c
+index e8f5086..9e6ac1b 100644
+--- a/src/pactree.c
 b/src/pactree.c
+@@ -135,8 +135,10 @@ static const char *dbpath = DBPATH;
+ static const char *configfile = CONFFILE;
+ static const char *gpgdir = GPGDIR;
+ 
+-void cb_log(alpm_loglevel_t level, const char *fmt, va_list args)
++void cb_log(void *ctx, alpm_loglevel_t level, const char *fmt, va_list args)
+ {
++  (void)ctx;
++
+   switch(level) {
+   case ALPM_LOG_ERROR:
+   fprintf(stderr, "%s%s%s", color->error, "error: ",
+@@ -621,7 +623,7 @@ int main(int argc, char *argv[])
+   }
+ 
+   if(debug) {
+-  alpm_option_set_logcb(handle, cb_log);
++  alpm_option_set_logcb(handle, cb_log, NULL);
+   }
+ 
+   /* no need to fail on error here */
+-- 
+2.31.1
+

Deleted: PKGBUILD
===
--- PKGBUILD2022-05-04 05:30:54 UTC (rev 1192485)
+++ PKGBUILD2022-05-04 05:31:18 UTC (rev 1192486)
@@ -1,47 +0,0 @@
-# Maintainer: Johannes Löthberg 
-# Maintainer: Daniel M. Capella 
-
-pkgname=pacman-contrib
-pkgver=1.5.0
-pkgrel=1
-pkgdesc='Contributed scripts and tools for pacman systems'
-arch=('x86_64')

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

2022-05-03 Thread Daniel M. Capella via arch-commits
Date: Wednesday, May 4, 2022 @ 05:30:54
  Author: polyzen
Revision: 1192485

upgpkg: pacman-contrib 1.5.1-1

Modified:
  pacman-contrib/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2022-05-04 05:29:28 UTC (rev 1192484)
+++ PKGBUILD2022-05-04 05:30:54 UTC (rev 1192485)
@@ -2,7 +2,7 @@
 # Maintainer: Daniel M. Capella 
 
 pkgname=pacman-contrib
-pkgver=1.5.0
+pkgver=1.5.1
 pkgrel=1
 pkgdesc='Contributed scripts and tools for pacman systems'
 arch=('x86_64')
@@ -16,7 +16,7 @@
 'sudo: privilege elevation for several scripts'
 'vim: default merge program for pacdiff')
 source=("$url/-/archive/v$pkgver/$pkgname-v$pkgver.tar.gz")
-b2sums=('1cfe87ad9b520d8851f3d7ec9e1f1f788210951ed167ad09486c64fa6b4321b1d473009d3f911b8066a65a88818254fabbbe4dcd34de63505e40a8b739d3ba7a')
+b2sums=('e3ade880ce59f9576a9e06f687efd0f4d3adc5e3c4070f73f38108623b6cabb43e8009b0026bd405f4e341a2f6c8e8bd22b266b2aafccd336af3afdd74bf7d93')
 #validpgpkeys=('5134EF9EAF65F95B6BB1608E50FB9B273A9D0BB5'  # Johannes Löthberg 

 #  '04DC3FB1445FECA813C27EFAEA4F7B321A906AD9') # Daniel M. Capella 

 



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

2022-05-03 Thread George Rawlinson via arch-commits
Date: Wednesday, May 4, 2022 @ 05:29:28
  Author: grawlinson
Revision: 1192484

archrelease: copy trunk to community-any

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

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

Deleted: PKGBUILD
===
--- PKGBUILD2022-05-04 05:28:41 UTC (rev 1192483)
+++ PKGBUILD2022-05-04 05:29:28 UTC (rev 1192484)
@@ -1,61 +0,0 @@
-# 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
-}

Copied: certbot-nginx/repos/community-any/PKGBUILD (from rev 1192483, 
certbot-nginx/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2022-05-04 05:29:28 UTC (rev 1192484)
@@ -0,0 +1,62 @@
+# Maintainer: George Rawlinson 
+# Contributor: Felix Yan 
+# Contributor: Gordian Edenhofer 
+
+pkgname=certbot-nginx
+pkgver=1.27.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'
+  'F2871B4152AE13C49519111F447BF683AA3B26C3')
+sha512sums=('7516933c36bd87860fd3efb8b987575946df51cc85d673b10ee15d801dfca9872dc709261390247094f888b9b14ce201c5d302bdc3dc310c508c22e27796f9b0'
+'SKIP')
+b2sums=('21d3b3fe9994dcdbd2a35f0bb042abdfb512651af3b1cae769d84eba8b64a41a23dd4e6ca6723479e25c9b569bd90bbd8959e18936cf3d27c4c1b52fd50a0817'
+'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-05-03 Thread George Rawlinson via arch-commits
Date: Wednesday, May 4, 2022 @ 05:28:41
  Author: grawlinson
Revision: 1192483

upgpkg: certbot-nginx 1.27.0-1

Modified:
  certbot-nginx/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2022-05-04 05:28:26 UTC (rev 1192482)
+++ PKGBUILD2022-05-04 05:28:41 UTC (rev 1192483)
@@ -3,7 +3,7 @@
 # Contributor: Gordian Edenhofer 
 
 pkgname=certbot-nginx
-pkgver=1.26.0
+pkgver=1.27.0
 pkgrel=1
 pkgdesc="Nginx plugin for Certbot"
 arch=('any')
@@ -27,10 +27,11 @@
   '1B41B758F9A78C7F444C20FA3E5B4152E3ADB1FD'
   'A2CFB51FA275A7286234E7B24D17C995CD9775F2'
   '86379B4F0AF371B50CD9E5FF3402831161D1D280'
-  '20F201346BF8F3F455A73F9A780CC99432A28621')
-sha512sums=('19997948d19d3c5cfb354b5476adcd77a8ad9cc9d7e75687f44619b15ea17fd74486a31ab8dccfb267da14c0d9b3d185e06b33e822bbb8b1f3f3bdf2cce22e21'
+  '20F201346BF8F3F455A73F9A780CC99432A28621'
+  'F2871B4152AE13C49519111F447BF683AA3B26C3')
+sha512sums=('7516933c36bd87860fd3efb8b987575946df51cc85d673b10ee15d801dfca9872dc709261390247094f888b9b14ce201c5d302bdc3dc310c508c22e27796f9b0'
 'SKIP')
-b2sums=('39a98b7bc626d709dadc4d8b93d2d8da55a3306e7f12143bc9ba52fec46fb07b1abb7fcc367660eaf712ce549caf490d26b444578a46153320c557cc21c42f3e'
+b2sums=('21d3b3fe9994dcdbd2a35f0bb042abdfb512651af3b1cae769d84eba8b64a41a23dd4e6ca6723479e25c9b569bd90bbd8959e18936cf3d27c4c1b52fd50a0817'
 'SKIP')
 
 prepare() {



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

2022-05-03 Thread George Rawlinson via arch-commits
Date: Wednesday, May 4, 2022 @ 05:28:26
  Author: grawlinson
Revision: 1192482

archrelease: copy trunk to community-any

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

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

Deleted: PKGBUILD
===
--- PKGBUILD2022-05-04 05:27:33 UTC (rev 1192481)
+++ PKGBUILD2022-05-04 05:28:26 UTC (rev 1192482)
@@ -1,58 +0,0 @@
-# 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
-}

Copied: certbot-dns-sakuracloud/repos/community-any/PKGBUILD (from rev 1192481, 
certbot-dns-sakuracloud/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2022-05-04 05:28:26 UTC (rev 1192482)
@@ -0,0 +1,59 @@
+# Maintainer: George Rawlinson 
+# Contributor: Felix Yan 
+
+pkgname=certbot-dns-sakuracloud
+pkgver=1.27.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'
+  'F2871B4152AE13C49519111F447BF683AA3B26C3')
+sha512sums=('e43e02eaa163f005fb27b63a967ade43fd1d786997deb2c486ef8a66a9c24275d688bd50ee13bc1885223a1a75737cd9f874bab9829a82a9c233653dab0eda53'
+'SKIP')
+b2sums=('6b9ce480a21cd53c52e15ab2468e07097fe87c15ba4e51fb999c443a57fbc51d8a90d9b997299fed8aa4b6ce90342b720ae6fc95536cae901ee6b1cb5669599a'
+'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-05-03 Thread George Rawlinson via arch-commits
Date: Wednesday, May 4, 2022 @ 05:27:33
  Author: grawlinson
Revision: 1192481

upgpkg: certbot-dns-sakuracloud 1.27.0-1

Modified:
  certbot-dns-sakuracloud/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2022-05-04 05:27:13 UTC (rev 1192480)
+++ PKGBUILD2022-05-04 05:27:33 UTC (rev 1192481)
@@ -2,7 +2,7 @@
 # Contributor: Felix Yan 
 
 pkgname=certbot-dns-sakuracloud
-pkgver=1.26.0
+pkgver=1.27.0
 pkgrel=1
 pkgdesc="Sakura Cloud DNS Authenticator plugin for Certbot"
 arch=('any')
@@ -24,10 +24,11 @@
   '1B41B758F9A78C7F444C20FA3E5B4152E3ADB1FD'
   'A2CFB51FA275A7286234E7B24D17C995CD9775F2'
   '86379B4F0AF371B50CD9E5FF3402831161D1D280'
-  '20F201346BF8F3F455A73F9A780CC99432A28621')
-sha512sums=('dfdde5af47575fb384e909647addcc64c09e4bd60f85dea8f220ffa65db2ef9bdcf40a2845ba16fd215cf774ca93dfeea125d794c34ce7d185db9461cd2c44d0'
+  '20F201346BF8F3F455A73F9A780CC99432A28621'
+  'F2871B4152AE13C49519111F447BF683AA3B26C3')
+sha512sums=('e43e02eaa163f005fb27b63a967ade43fd1d786997deb2c486ef8a66a9c24275d688bd50ee13bc1885223a1a75737cd9f874bab9829a82a9c233653dab0eda53'
 'SKIP')
-b2sums=('d71287f4296978e975f4012164c280d640ad996f737696a2500b04c07122c7356dd4479017d4ce4f264ff7407d8b6b19b7593e87869f5fa79e9cbea51c36c023'
+b2sums=('6b9ce480a21cd53c52e15ab2468e07097fe87c15ba4e51fb999c443a57fbc51d8a90d9b997299fed8aa4b6ce90342b720ae6fc95536cae901ee6b1cb5669599a'
 'SKIP')
 
 prepare() {



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

2022-05-03 Thread George Rawlinson via arch-commits
Date: Wednesday, May 4, 2022 @ 05:27:13
  Author: grawlinson
Revision: 1192480

archrelease: copy trunk to community-any

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

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

Deleted: PKGBUILD
===
--- PKGBUILD2022-05-04 05:26:24 UTC (rev 1192479)
+++ PKGBUILD2022-05-04 05:27:13 UTC (rev 1192480)
@@ -1,58 +0,0 @@
-# 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
-}

Copied: certbot-dns-route53/repos/community-any/PKGBUILD (from rev 1192479, 
certbot-dns-route53/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2022-05-04 05:27:13 UTC (rev 1192480)
@@ -0,0 +1,59 @@
+# Maintainer: George Rawlinson 
+# Contributor: Felix Yan 
+
+pkgname=certbot-dns-route53
+pkgver=1.27.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'
+  'F2871B4152AE13C49519111F447BF683AA3B26C3')
+sha512sums=('8e1862702f8b5c187c5f6a86da63edcb61b874685d804d6b60219656e39da35193bdb075e037f954d5701f84700974bcb40479bcd2312bdb914d951c73fde451'
+'SKIP')
+b2sums=('ef5967f084a6e4625ed1084a1278936c409e1d1bc028048a2ce4c9d4dc4f5927f74e78ebc1c1598ec133320ab2cc67b62f9e1f781ec886a9f032a477a70fafc6'
+'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-05-03 Thread George Rawlinson via arch-commits
Date: Wednesday, May 4, 2022 @ 05:26:24
  Author: grawlinson
Revision: 1192479

upgpkg: certbot-dns-route53 1.27.0-1

Modified:
  certbot-dns-route53/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2022-05-04 05:26:10 UTC (rev 1192478)
+++ PKGBUILD2022-05-04 05:26:24 UTC (rev 1192479)
@@ -2,7 +2,7 @@
 # Contributor: Felix Yan 
 
 pkgname=certbot-dns-route53
-pkgver=1.26.0
+pkgver=1.27.0
 pkgrel=1
 pkgdesc="Route53 DNS Authenticator plugin for Certbot"
 arch=('any')
@@ -24,10 +24,11 @@
   '1B41B758F9A78C7F444C20FA3E5B4152E3ADB1FD'
   'A2CFB51FA275A7286234E7B24D17C995CD9775F2'
   '86379B4F0AF371B50CD9E5FF3402831161D1D280'
-  '20F201346BF8F3F455A73F9A780CC99432A28621')
-sha512sums=('745b73be140cab68b01320a168a2ec69c08e223ecdff2121e15e39058cb2f70e4ac28f802d9c188b93bfe937c8552239e156f154051b3cabf4e2d2b8087d58db'
+  '20F201346BF8F3F455A73F9A780CC99432A28621'
+  'F2871B4152AE13C49519111F447BF683AA3B26C3')
+sha512sums=('8e1862702f8b5c187c5f6a86da63edcb61b874685d804d6b60219656e39da35193bdb075e037f954d5701f84700974bcb40479bcd2312bdb914d951c73fde451'
 'SKIP')
-b2sums=('bf34a80b8f48b7e4088306e39978ddad909f193a1e84964f871ea269c67c8d0ad0c640d15e8ce4d86ee19af0802b2f43ae1c725dac4dbb646ec336372f3e2177'
+b2sums=('ef5967f084a6e4625ed1084a1278936c409e1d1bc028048a2ce4c9d4dc4f5927f74e78ebc1c1598ec133320ab2cc67b62f9e1f781ec886a9f032a477a70fafc6'
 'SKIP')
 
 prepare() {



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

2022-05-03 Thread George Rawlinson via arch-commits
Date: Wednesday, May 4, 2022 @ 05:26:10
  Author: grawlinson
Revision: 1192478

archrelease: copy trunk to community-any

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

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

Deleted: PKGBUILD
===
--- PKGBUILD2022-05-04 05:25:16 UTC (rev 1192477)
+++ PKGBUILD2022-05-04 05:26:10 UTC (rev 1192478)
@@ -1,58 +0,0 @@
-# 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
-}

Copied: certbot-dns-rfc2136/repos/community-any/PKGBUILD (from rev 1192477, 
certbot-dns-rfc2136/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2022-05-04 05:26:10 UTC (rev 1192478)
@@ -0,0 +1,59 @@
+# Maintainer: George Rawlinson 
+# Contributor: Felix Yan 
+
+pkgname=certbot-dns-rfc2136
+pkgver=1.27.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'
+  'F2871B4152AE13C49519111F447BF683AA3B26C3')
+sha512sums=('4c8c43dc1dcd06532c8b7f6bb81a7dbd5117cc216befdd0512c07c44424e6b12da70975f6e8fe1557fdd944fd9cc1a073fd4381d5755df881798e1a5cc4bae73'
+'SKIP')
+b2sums=('a9703df4773d28e8391f6ba94845823ba675cab09d91b75c33a18b79859f615e00996c955a629f53a150b6dcce674d5c3091e9dac27b8d977dd2f3fc8cbb9c1e'
+'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-05-03 Thread George Rawlinson via arch-commits
Date: Wednesday, May 4, 2022 @ 05:25:16
  Author: grawlinson
Revision: 1192477

upgpkg: certbot-dns-rfc2136 1.27.0-1

Modified:
  certbot-dns-rfc2136/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2022-05-04 05:24:42 UTC (rev 1192476)
+++ PKGBUILD2022-05-04 05:25:16 UTC (rev 1192477)
@@ -2,7 +2,7 @@
 # Contributor: Felix Yan 
 
 pkgname=certbot-dns-rfc2136
-pkgver=1.26.0
+pkgver=1.27.0
 pkgrel=1
 pkgdesc="RFC2136 DNS Authenticator plugin for Certbot"
 arch=('any')
@@ -24,10 +24,11 @@
   '1B41B758F9A78C7F444C20FA3E5B4152E3ADB1FD'
   'A2CFB51FA275A7286234E7B24D17C995CD9775F2'
   '86379B4F0AF371B50CD9E5FF3402831161D1D280'
-  '20F201346BF8F3F455A73F9A780CC99432A28621')
-sha512sums=('2a3471afb22e0a7a09cda3559354a87d41d0cb9f4c42b877bdd8ecf9e0b467dbbd9f8d0892dfa44f92d6d0e5cf849618e0360d681af622ab9414fab60e09c021'
+  '20F201346BF8F3F455A73F9A780CC99432A28621'
+  'F2871B4152AE13C49519111F447BF683AA3B26C3')
+sha512sums=('4c8c43dc1dcd06532c8b7f6bb81a7dbd5117cc216befdd0512c07c44424e6b12da70975f6e8fe1557fdd944fd9cc1a073fd4381d5755df881798e1a5cc4bae73'
 'SKIP')
-b2sums=('7707816596eb5f2e0c4495e4376fb12a8f3600f6c595c44dd834199065f9d41bc7191eabdb76e40f2e1ffc01a0e8a15b713a31bc59bcaf0fba1589825e4e12aa'
+b2sums=('a9703df4773d28e8391f6ba94845823ba675cab09d91b75c33a18b79859f615e00996c955a629f53a150b6dcce674d5c3091e9dac27b8d977dd2f3fc8cbb9c1e'
 'SKIP')
 
 prepare() {



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

2022-05-03 Thread George Rawlinson via arch-commits
Date: Wednesday, May 4, 2022 @ 05:24:42
  Author: grawlinson
Revision: 1192476

archrelease: copy trunk to community-any

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

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

Deleted: PKGBUILD
===
--- PKGBUILD2022-05-04 05:23:53 UTC (rev 1192475)
+++ PKGBUILD2022-05-04 05:24:42 UTC (rev 1192476)
@@ -1,58 +0,0 @@
-# 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
-}

Copied: certbot-dns-ovh/repos/community-any/PKGBUILD (from rev 1192475, 
certbot-dns-ovh/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2022-05-04 05:24:42 UTC (rev 1192476)
@@ -0,0 +1,59 @@
+# Maintainer: George Rawlinson 
+# Contributor: Felix Yan 
+
+pkgname=certbot-dns-ovh
+pkgver=1.27.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'
+  'F2871B4152AE13C49519111F447BF683AA3B26C3')
+sha512sums=('ac5b53c914d532e070c9398282ac1247f53cbc0012ae4550d292cf38cee59a458467fd6a6637275e5447228de1ce67ecccbe8a283275e7a809018d11480a8e6f'
+'SKIP')
+b2sums=('44e6af85ca6aa119b3179d571c914aa9346ea65c5f9734f93e6433f5b65f6dd8645ff454ee4c6a08b4c6b583d047eab5b4c11ae569cca43bf222cccea5a477d0'
+'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-05-03 Thread George Rawlinson via arch-commits
Date: Wednesday, May 4, 2022 @ 05:23:53
  Author: grawlinson
Revision: 1192475

upgpkg: certbot-dns-ovh 1.27.0-1

Modified:
  certbot-dns-ovh/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2022-05-04 05:23:36 UTC (rev 1192474)
+++ PKGBUILD2022-05-04 05:23:53 UTC (rev 1192475)
@@ -2,7 +2,7 @@
 # Contributor: Felix Yan 
 
 pkgname=certbot-dns-ovh
-pkgver=1.26.0
+pkgver=1.27.0
 pkgrel=1
 pkgdesc="OVH DNS Authenticator plugin for Certbot"
 arch=('any')
@@ -24,10 +24,11 @@
   '1B41B758F9A78C7F444C20FA3E5B4152E3ADB1FD'
   'A2CFB51FA275A7286234E7B24D17C995CD9775F2'
   '86379B4F0AF371B50CD9E5FF3402831161D1D280'
-  '20F201346BF8F3F455A73F9A780CC99432A28621')
-sha512sums=('2fd7498acfc9b72313a7b46b12428b951d4ecefafdd20a553bbee7d2b486eab30be07cb6be281d77a4da8123a5f1afe5afd24e6dc725f43bac381ed0f975e3d3'
+  '20F201346BF8F3F455A73F9A780CC99432A28621'
+  'F2871B4152AE13C49519111F447BF683AA3B26C3')
+sha512sums=('ac5b53c914d532e070c9398282ac1247f53cbc0012ae4550d292cf38cee59a458467fd6a6637275e5447228de1ce67ecccbe8a283275e7a809018d11480a8e6f'
 'SKIP')
-b2sums=('735a3fcaba7f74aa6f86eea3f08b8532ae016e8d1579ece988e3458f50a0a3536d9a3bd59e1af6adc6ec60ef745e8fd7bbe5d19a27d3415d711d28b6ce7e405c'
+b2sums=('44e6af85ca6aa119b3179d571c914aa9346ea65c5f9734f93e6433f5b65f6dd8645ff454ee4c6a08b4c6b583d047eab5b4c11ae569cca43bf222cccea5a477d0'
 'SKIP')
 
 prepare() {



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

2022-05-03 Thread George Rawlinson via arch-commits
Date: Wednesday, May 4, 2022 @ 05:23:36
  Author: grawlinson
Revision: 1192474

archrelease: copy trunk to community-any

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

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

Deleted: PKGBUILD
===
--- PKGBUILD2022-05-04 05:22:51 UTC (rev 1192473)
+++ PKGBUILD2022-05-04 05:23:36 UTC (rev 1192474)
@@ -1,58 +0,0 @@
-# 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
-}

Copied: certbot-dns-nsone/repos/community-any/PKGBUILD (from rev 1192473, 
certbot-dns-nsone/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2022-05-04 05:23:36 UTC (rev 1192474)
@@ -0,0 +1,59 @@
+# Maintainer: George Rawlinson 
+# Contributor: Felix Yan 
+
+pkgname=certbot-dns-nsone
+pkgver=1.27.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'
+  'F2871B4152AE13C49519111F447BF683AA3B26C3')
+sha512sums=('80d5e4fce4de50595263db42dffcb6773c571230d9a6d036518f37cd1f01678f4d208bdbba27e049126bc3171520518d5efb15fc0f4cdde2a61afa977cc90be5'
+'SKIP')
+b2sums=('ee64e71911240b346acc0cd9ae37d2c85217a5b24c42bb60ff76d9802b218dbfba2b1cd83b36e23ec1775fb1116d40e4201484ac17579cebd078ea74e8ca1123'
+'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-05-03 Thread George Rawlinson via arch-commits
Date: Wednesday, May 4, 2022 @ 05:22:51
  Author: grawlinson
Revision: 1192473

upgpkg: certbot-dns-nsone 1.27.0-1

Modified:
  certbot-dns-nsone/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2022-05-04 05:22:37 UTC (rev 1192472)
+++ PKGBUILD2022-05-04 05:22:51 UTC (rev 1192473)
@@ -2,7 +2,7 @@
 # Contributor: Felix Yan 
 
 pkgname=certbot-dns-nsone
-pkgver=1.26.0
+pkgver=1.27.0
 pkgrel=1
 pkgdesc="NS1 DNS Authenticator plugin for Certbot"
 arch=('any')
@@ -24,10 +24,11 @@
   '1B41B758F9A78C7F444C20FA3E5B4152E3ADB1FD'
   'A2CFB51FA275A7286234E7B24D17C995CD9775F2'
   '86379B4F0AF371B50CD9E5FF3402831161D1D280'
-  '20F201346BF8F3F455A73F9A780CC99432A28621')
-sha512sums=('cd0249da12828f409e772efe445073af8c0d350df2d1fdccdadbf4fdfc2728176250f1e396bb57e8c87feed4918369d3fc7340fbfffd4b0e56ba884153fa4075'
+  '20F201346BF8F3F455A73F9A780CC99432A28621'
+  'F2871B4152AE13C49519111F447BF683AA3B26C3')
+sha512sums=('80d5e4fce4de50595263db42dffcb6773c571230d9a6d036518f37cd1f01678f4d208bdbba27e049126bc3171520518d5efb15fc0f4cdde2a61afa977cc90be5'
 'SKIP')
-b2sums=('d0a9a5c812a90820d833526b002c0ff8e68e76efaefdb45640a37ed0026ce43de42138feeba99798286a6a401360ca474a4de0af945d354438b4732e82b5a968'
+b2sums=('ee64e71911240b346acc0cd9ae37d2c85217a5b24c42bb60ff76d9802b218dbfba2b1cd83b36e23ec1775fb1116d40e4201484ac17579cebd078ea74e8ca1123'
 'SKIP')
 
 prepare() {



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

2022-05-03 Thread George Rawlinson via arch-commits
Date: Wednesday, May 4, 2022 @ 05:22:37
  Author: grawlinson
Revision: 1192472

archrelease: copy trunk to community-any

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

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

Deleted: PKGBUILD
===
--- PKGBUILD2022-05-04 05:21:56 UTC (rev 1192471)
+++ PKGBUILD2022-05-04 05:22:37 UTC (rev 1192472)
@@ -1,58 +0,0 @@
-# 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
-}

Copied: certbot-dns-luadns/repos/community-any/PKGBUILD (from rev 1192471, 
certbot-dns-luadns/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2022-05-04 05:22:37 UTC (rev 1192472)
@@ -0,0 +1,59 @@
+# Maintainer: George Rawlinson 
+# Contributor: Felix Yan 
+
+pkgname=certbot-dns-luadns
+pkgver=1.27.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'
+  'F2871B4152AE13C49519111F447BF683AA3B26C3')
+sha512sums=('b7be9e4b702f0344fa9d0298f275672830dbfb5031523852631f59be523e325826640e5800e77614895aa2eb4b9da12f0c17102e6e54e64c318c626f7f5850ee'
+'SKIP')
+b2sums=('90622527bd0470c047daa13f6821d360c9850d6e05774e7a1f26c549500a145aba184da672eb5e160a4ebf28d1f53561a0ae64080af83dd58cc494fa9e464e2e'
+'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-05-03 Thread George Rawlinson via arch-commits
Date: Wednesday, May 4, 2022 @ 05:21:56
  Author: grawlinson
Revision: 1192471

upgpkg: certbot-dns-luadns 1.27.0-1

Modified:
  certbot-dns-luadns/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2022-05-04 05:21:43 UTC (rev 1192470)
+++ PKGBUILD2022-05-04 05:21:56 UTC (rev 1192471)
@@ -2,7 +2,7 @@
 # Contributor: Felix Yan 
 
 pkgname=certbot-dns-luadns
-pkgver=1.26.0
+pkgver=1.27.0
 pkgrel=1
 pkgdesc="LuaDNS DNS Authenticator plugin for Certbot"
 arch=('any')
@@ -24,10 +24,11 @@
   '1B41B758F9A78C7F444C20FA3E5B4152E3ADB1FD'
   'A2CFB51FA275A7286234E7B24D17C995CD9775F2'
   '86379B4F0AF371B50CD9E5FF3402831161D1D280'
-  '20F201346BF8F3F455A73F9A780CC99432A28621')
-sha512sums=('c2fcb198b2159e9b7441666b87078b0f1b97774ba27d94675c365c9c1568de0b3fb68ec97a2fc99cb79384b9371f9be1717c7cd1849cace1d21ba8b1df00576d'
+  '20F201346BF8F3F455A73F9A780CC99432A28621'
+  'F2871B4152AE13C49519111F447BF683AA3B26C3')
+sha512sums=('b7be9e4b702f0344fa9d0298f275672830dbfb5031523852631f59be523e325826640e5800e77614895aa2eb4b9da12f0c17102e6e54e64c318c626f7f5850ee'
 'SKIP')
-b2sums=('ea467d457ffe019a0722a58a8e840fad1b0ddf328bebfc2bf8f581ff4c8d2e14030b761be0eb9295bdae3b6da5c97720bad3cec187f469b52323e2bc9fb5c2f5'
+b2sums=('90622527bd0470c047daa13f6821d360c9850d6e05774e7a1f26c549500a145aba184da672eb5e160a4ebf28d1f53561a0ae64080af83dd58cc494fa9e464e2e'
 'SKIP')
 
 prepare() {



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

2022-05-03 Thread George Rawlinson via arch-commits
Date: Wednesday, May 4, 2022 @ 05:21:43
  Author: grawlinson
Revision: 1192470

archrelease: copy trunk to community-any

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

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

Deleted: PKGBUILD
===
--- PKGBUILD2022-05-04 05:20:53 UTC (rev 1192469)
+++ PKGBUILD2022-05-04 05:21:43 UTC (rev 1192470)
@@ -1,58 +0,0 @@
-# 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
-}

Copied: certbot-dns-linode/repos/community-any/PKGBUILD (from rev 1192469, 
certbot-dns-linode/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2022-05-04 05:21:43 UTC (rev 1192470)
@@ -0,0 +1,59 @@
+# Maintainer: George Rawlinson 
+# Contributor: Felix Yan 
+
+pkgname=certbot-dns-linode
+pkgver=1.27.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'
+  'F2871B4152AE13C49519111F447BF683AA3B26C3')
+sha512sums=('9e47340d106ac7a06ef4f2b6c7fca2fab0ab843ce5a41fcd29688d973171d9554b94a9d9a0e4ddf3662ea3e53de69610ea37beef730b2ba3d727eb021f123a99'
+'SKIP')
+b2sums=('fd2956708bd2e489066678d10361010787c4e7348b9e47a56a776cd9321c52fb3abbd3cb4a98f864118cc692d70c7f1529812c207f2d8b8a60490c30ae1888cf'
+'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-05-03 Thread George Rawlinson via arch-commits
Date: Wednesday, May 4, 2022 @ 05:20:53
  Author: grawlinson
Revision: 1192469

upgpkg: certbot-dns-linode 1.27.0-1

Modified:
  certbot-dns-linode/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2022-05-04 05:20:40 UTC (rev 1192468)
+++ PKGBUILD2022-05-04 05:20:53 UTC (rev 1192469)
@@ -2,7 +2,7 @@
 # Contributor: Felix Yan 
 
 pkgname=certbot-dns-linode
-pkgver=1.26.0
+pkgver=1.27.0
 pkgrel=1
 pkgdesc="Linode DNS Authenticator plugin for Certbot"
 arch=('any')
@@ -24,10 +24,11 @@
   '1B41B758F9A78C7F444C20FA3E5B4152E3ADB1FD'
   'A2CFB51FA275A7286234E7B24D17C995CD9775F2'
   '86379B4F0AF371B50CD9E5FF3402831161D1D280'
-  '20F201346BF8F3F455A73F9A780CC99432A28621')
-sha512sums=('c96e090abaf4725830fd9ca5ff12191918e46d486cca3ab568c8c19decae143943834732c94229216f852d3ecb91a1d737ca111a02dd0e608c972170c1e2e299'
+  '20F201346BF8F3F455A73F9A780CC99432A28621'
+  'F2871B4152AE13C49519111F447BF683AA3B26C3')
+sha512sums=('9e47340d106ac7a06ef4f2b6c7fca2fab0ab843ce5a41fcd29688d973171d9554b94a9d9a0e4ddf3662ea3e53de69610ea37beef730b2ba3d727eb021f123a99'
 'SKIP')
-b2sums=('18f9374afe893897269668724350052ba9a531f3fd1b56712ea700dd6f5d85837d9262b48fb41b04866407d1206224e3f35fafe8790af38e9182e398091924cf'
+b2sums=('fd2956708bd2e489066678d10361010787c4e7348b9e47a56a776cd9321c52fb3abbd3cb4a98f864118cc692d70c7f1529812c207f2d8b8a60490c30ae1888cf'
 'SKIP')
 
 prepare() {



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

2022-05-03 Thread George Rawlinson via arch-commits
Date: Wednesday, May 4, 2022 @ 05:20:40
  Author: grawlinson
Revision: 1192468

archrelease: copy trunk to community-any

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

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

Deleted: PKGBUILD
===
--- PKGBUILD2022-05-04 05:19:57 UTC (rev 1192467)
+++ PKGBUILD2022-05-04 05:20:40 UTC (rev 1192468)
@@ -1,60 +0,0 @@
-# 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
-}

Copied: certbot-dns-google/repos/community-any/PKGBUILD (from rev 1192467, 
certbot-dns-google/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2022-05-04 05:20:40 UTC (rev 1192468)
@@ -0,0 +1,61 @@
+# Maintainer: George Rawlinson 
+# Contributor: Felix Yan 
+
+pkgname=certbot-dns-google
+pkgver=1.27.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'
+  'F2871B4152AE13C49519111F447BF683AA3B26C3')
+sha512sums=('e41df04af7eec053fbf20ee966766266f38cb83d5307194715b9d97cf8bc20e57e99ba0970c3a8358b973680d47a775d123d10a3b0e3ba48bb32a66523b3e8ce'
+'SKIP')
+b2sums=('754da356a84d8711014f6fa81c8fa77b709d16e3625420e873db54f56adf2695910521cd30d2a7779ac9f48c9f09f19e09b144c6efb5d89e899b22e3fa0386d9'
+'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-05-03 Thread George Rawlinson via arch-commits
Date: Wednesday, May 4, 2022 @ 05:19:57
  Author: grawlinson
Revision: 1192467

upgpkg: certbot-dns-google 1.27.0-1

Modified:
  certbot-dns-google/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2022-05-04 05:19:43 UTC (rev 1192466)
+++ PKGBUILD2022-05-04 05:19:57 UTC (rev 1192467)
@@ -2,7 +2,7 @@
 # Contributor: Felix Yan 
 
 pkgname=certbot-dns-google
-pkgver=1.26.0
+pkgver=1.27.0
 pkgrel=1
 pkgdesc="Google Cloud DNS Authenticator plugin for Certbot"
 arch=('any')
@@ -26,10 +26,11 @@
   '148C30F6F7E429337A72D992B00B9CC82D7ADF2C'
   '1B41B758F9A78C7F444C20FA3E5B4152E3ADB1FD'
   'A2CFB51FA275A7286234E7B24D17C995CD9775F2'
-  '20F201346BF8F3F455A73F9A780CC99432A28621')
-sha512sums=('79e44e5bfb98601534ed37f41235d96508b47c24fd46317a38a69485269311ad926dbd98b6da0189521e123615d73810693187a50f81cc7625ef4691cc6f2fec'
+  '20F201346BF8F3F455A73F9A780CC99432A28621'
+  'F2871B4152AE13C49519111F447BF683AA3B26C3')
+sha512sums=('e41df04af7eec053fbf20ee966766266f38cb83d5307194715b9d97cf8bc20e57e99ba0970c3a8358b973680d47a775d123d10a3b0e3ba48bb32a66523b3e8ce'
 'SKIP')
-b2sums=('5fb2f71f9af477ce6747af85f1f7ee540f379236c7aef6cf72f7b1c2998490cffa398ef760adba81aab8604427fc752d551e95bac8c4b2d72f7514719b972dcb'
+b2sums=('754da356a84d8711014f6fa81c8fa77b709d16e3625420e873db54f56adf2695910521cd30d2a7779ac9f48c9f09f19e09b144c6efb5d89e899b22e3fa0386d9'
 'SKIP')
 
 prepare() {



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

2022-05-03 Thread George Rawlinson via arch-commits
Date: Wednesday, May 4, 2022 @ 05:19:43
  Author: grawlinson
Revision: 1192466

archrelease: copy trunk to community-any

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

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

Deleted: PKGBUILD
===
--- PKGBUILD2022-05-04 05:18:50 UTC (rev 1192465)
+++ PKGBUILD2022-05-04 05:19:43 UTC (rev 1192466)
@@ -1,58 +0,0 @@
-# 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
-}

Copied: certbot-dns-gehirn/repos/community-any/PKGBUILD (from rev 1192465, 
certbot-dns-gehirn/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2022-05-04 05:19:43 UTC (rev 1192466)
@@ -0,0 +1,59 @@
+# Maintainer: George Rawlinson 
+# Contributor: Felix Yan 
+
+pkgname=certbot-dns-gehirn
+pkgver=1.27.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'
+  'F2871B4152AE13C49519111F447BF683AA3B26C3')
+sha512sums=('9f8c915e76dfbc93af644286ee262f815f19794782a3c8ddcf760af0687aa70b1b7d7122717314823c47196d14fa5f4b2feb3196a218988db10c1022cdfec7bb'
+'SKIP')
+b2sums=('79adee281ed870bdab01ac98921a5b72c08e06ad92a93e09686cabe1e807b14f95280eb8e4ea0e9f407534c0092a2bb3b6b6d866dcc70d839e789236c5e469ea'
+'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-05-03 Thread George Rawlinson via arch-commits
Date: Wednesday, May 4, 2022 @ 05:18:50
  Author: grawlinson
Revision: 1192465

upgpkg: certbot-dns-gehirn 1.27.0-1

Modified:
  certbot-dns-gehirn/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2022-05-04 05:18:33 UTC (rev 1192464)
+++ PKGBUILD2022-05-04 05:18:50 UTC (rev 1192465)
@@ -2,7 +2,7 @@
 # Contributor: Felix Yan 
 
 pkgname=certbot-dns-gehirn
-pkgver=1.26.0
+pkgver=1.27.0
 pkgrel=1
 pkgdesc="Gehirn DNS Authenticator plugin for Certbot"
 arch=('any')
@@ -24,10 +24,11 @@
   '1B41B758F9A78C7F444C20FA3E5B4152E3ADB1FD'
   'A2CFB51FA275A7286234E7B24D17C995CD9775F2'
   '86379B4F0AF371B50CD9E5FF3402831161D1D280'
-  '20F201346BF8F3F455A73F9A780CC99432A28621')
-sha512sums=('fc6a3f3fee2455ae938af206e3c62c526e73c666701b00b26596f73546a4f80dc9baf7d7b3051dee4cc192aab2c305c1522f0ee855f13775d50bcd278f1c13ff'
+  '20F201346BF8F3F455A73F9A780CC99432A28621'
+  'F2871B4152AE13C49519111F447BF683AA3B26C3')
+sha512sums=('9f8c915e76dfbc93af644286ee262f815f19794782a3c8ddcf760af0687aa70b1b7d7122717314823c47196d14fa5f4b2feb3196a218988db10c1022cdfec7bb'
 'SKIP')
-b2sums=('004b607908502a23c31b4ce2dd30c34ec949c43dcb232fe5603e664e66b9a8fb5d28d6c1dc7fea2678c92d789239694ca3b47db03c27bb36c810009b1bcfc9cd'
+b2sums=('79adee281ed870bdab01ac98921a5b72c08e06ad92a93e09686cabe1e807b14f95280eb8e4ea0e9f407534c0092a2bb3b6b6d866dcc70d839e789236c5e469ea'
 'SKIP')
 
 prepare() {



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

2022-05-03 Thread George Rawlinson via arch-commits
Date: Wednesday, May 4, 2022 @ 05:18:33
  Author: grawlinson
Revision: 1192464

archrelease: copy trunk to community-any

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

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

Deleted: PKGBUILD
===
--- PKGBUILD2022-05-04 05:17:46 UTC (rev 1192463)
+++ PKGBUILD2022-05-04 05:18:33 UTC (rev 1192464)
@@ -1,58 +0,0 @@
-# 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
-}

Copied: certbot-dns-dnsmadeeasy/repos/community-any/PKGBUILD (from rev 1192463, 
certbot-dns-dnsmadeeasy/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2022-05-04 05:18:33 UTC (rev 1192464)
@@ -0,0 +1,59 @@
+# Maintainer: George Rawlinson 
+# Contributor: Felix Yan 
+
+pkgname=certbot-dns-dnsmadeeasy
+pkgver=1.27.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'
+  'F2871B4152AE13C49519111F447BF683AA3B26C3')
+sha512sums=('4420be35fd8740667c3f39180365f8cfe095550ccc7e2f521c0dba0348d2691b9c235109b8a405fcd36f16cba0d1c6b133729630da35a1de3175ac3c53fcc57f'
+'SKIP')
+b2sums=('60cd75feda6ccf4cad5b3380d2025aee60ce0947f0b662236f537a368a86bdf318cf59e3d3c1da5756338a0c598e39add28e6681e55492e6f498db9ab3224349'
+'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-05-03 Thread George Rawlinson via arch-commits
Date: Wednesday, May 4, 2022 @ 05:17:46
  Author: grawlinson
Revision: 1192463

upgpkg: certbot-dns-dnsmadeeasy 1.27.0-1

Modified:
  certbot-dns-dnsmadeeasy/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2022-05-04 05:17:28 UTC (rev 1192462)
+++ PKGBUILD2022-05-04 05:17:46 UTC (rev 1192463)
@@ -2,7 +2,7 @@
 # Contributor: Felix Yan 
 
 pkgname=certbot-dns-dnsmadeeasy
-pkgver=1.26.0
+pkgver=1.27.0
 pkgrel=1
 pkgdesc="DNS Made Easy DNS Authenticator plugin for Certbot"
 arch=('any')
@@ -24,10 +24,11 @@
   '1B41B758F9A78C7F444C20FA3E5B4152E3ADB1FD'
   'A2CFB51FA275A7286234E7B24D17C995CD9775F2'
   '86379B4F0AF371B50CD9E5FF3402831161D1D280'
-  '20F201346BF8F3F455A73F9A780CC99432A28621')
-sha512sums=('0b13511954636098e6ef34c3e686d337ccac64c32659a06acd44678b869e9013ec62b1655096d36fa1be43581ef2a3762ca476ffb17c287005e87aa57e8c59c2'
+  '20F201346BF8F3F455A73F9A780CC99432A28621'
+  'F2871B4152AE13C49519111F447BF683AA3B26C3')
+sha512sums=('4420be35fd8740667c3f39180365f8cfe095550ccc7e2f521c0dba0348d2691b9c235109b8a405fcd36f16cba0d1c6b133729630da35a1de3175ac3c53fcc57f'
 'SKIP')
-b2sums=('8a893d741f0de7cb923cd5654166c77be9122c16ceb60675c5cf5b184a4a40fee6270f99a9a441adf1d1d7ff46c814ae0a158a93ea8fb3734f4edbd7a6115a9d'
+b2sums=('60cd75feda6ccf4cad5b3380d2025aee60ce0947f0b662236f537a368a86bdf318cf59e3d3c1da5756338a0c598e39add28e6681e55492e6f498db9ab3224349'
 'SKIP')
 
 prepare() {



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

2022-05-03 Thread George Rawlinson via arch-commits
Date: Wednesday, May 4, 2022 @ 05:17:28
  Author: grawlinson
Revision: 1192462

archrelease: copy trunk to community-any

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

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

Deleted: PKGBUILD
===
--- PKGBUILD2022-05-04 05:16:42 UTC (rev 1192461)
+++ PKGBUILD2022-05-04 05:17:28 UTC (rev 1192462)
@@ -1,58 +0,0 @@
-# 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
-}

Copied: certbot-dns-dnsimple/repos/community-any/PKGBUILD (from rev 1192461, 
certbot-dns-dnsimple/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2022-05-04 05:17:28 UTC (rev 1192462)
@@ -0,0 +1,59 @@
+# Maintainer: George Rawlinson 
+# Contributor: Felix Yan 
+
+pkgname=certbot-dns-dnsimple
+pkgver=1.27.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'
+  'F2871B4152AE13C49519111F447BF683AA3B26C3')
+sha512sums=('61405c02c67e2274ca2323254b55b03e6a72f71a4478bf13cbde67b7555d9646690451dc9dee08205472c321a03cde3d41c36a7868b91b5e4da70fa2634a'
+'SKIP')
+b2sums=('4cf13e3f90c6c805ea4f17e15b6f5c775717c8b8edd2cbee505b4cbf2bdcd0585b078f82b9bdc38f6cfd913e27efedd6f4e967d63949da6a7f1de01f1a1e5edd'
+'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-05-03 Thread George Rawlinson via arch-commits
Date: Wednesday, May 4, 2022 @ 05:16:42
  Author: grawlinson
Revision: 1192461

upgpkg: certbot-dns-dnsimple 1.27.0-1

Modified:
  certbot-dns-dnsimple/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2022-05-04 05:16:24 UTC (rev 1192460)
+++ PKGBUILD2022-05-04 05:16:42 UTC (rev 1192461)
@@ -2,7 +2,7 @@
 # Contributor: Felix Yan 
 
 pkgname=certbot-dns-dnsimple
-pkgver=1.26.0
+pkgver=1.27.0
 pkgrel=1
 pkgdesc="DNSimple DNS Authenticator plugin for Certbot"
 arch=('any')
@@ -24,10 +24,11 @@
   '1B41B758F9A78C7F444C20FA3E5B4152E3ADB1FD'
   'A2CFB51FA275A7286234E7B24D17C995CD9775F2'
   '86379B4F0AF371B50CD9E5FF3402831161D1D280'
-  '20F201346BF8F3F455A73F9A780CC99432A28621')
-sha512sums=('6a720c980873f9d0584a40f515a18af1275ec1d65ffa0020f0095f5e1d39057edb35ba120d7f38c6d8970bfb0c0e044dabf181ba5b727a3af1d3797ca9692ab7'
+  '20F201346BF8F3F455A73F9A780CC99432A28621'
+  'F2871B4152AE13C49519111F447BF683AA3B26C3')
+sha512sums=('61405c02c67e2274ca2323254b55b03e6a72f71a4478bf13cbde67b7555d9646690451dc9dee08205472c321a03cde3d41c36a7868b91b5e4da70fa2634a'
 'SKIP')
-b2sums=('38c3edfe82c097b4fb6ae8d639552275be2c02e1255270f64606c0c4c1e37accd84aedc188a800ef488996bce57712e7051938b808fcd0f81cd1aee7c989f48d'
+b2sums=('4cf13e3f90c6c805ea4f17e15b6f5c775717c8b8edd2cbee505b4cbf2bdcd0585b078f82b9bdc38f6cfd913e27efedd6f4e967d63949da6a7f1de01f1a1e5edd'
 'SKIP')
 
 prepare() {



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

2022-05-03 Thread George Rawlinson via arch-commits
Date: Wednesday, May 4, 2022 @ 05:16:24
  Author: grawlinson
Revision: 1192460

archrelease: copy trunk to community-any

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

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

Deleted: PKGBUILD
===
--- PKGBUILD2022-05-04 05:15:39 UTC (rev 1192459)
+++ PKGBUILD2022-05-04 05:16:24 UTC (rev 1192460)
@@ -1,58 +0,0 @@
-# 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
-}

Copied: certbot-dns-digitalocean/repos/community-any/PKGBUILD (from rev 
1192459, certbot-dns-digitalocean/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2022-05-04 05:16:24 UTC (rev 1192460)
@@ -0,0 +1,59 @@
+# Maintainer: George Rawlinson 
+# Contributor: Felix Yan 
+
+pkgname=certbot-dns-digitalocean
+pkgver=1.27.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'
+  'F2871B4152AE13C49519111F447BF683AA3B26C3')
+sha512sums=('0ea3b1cb51bda13edff2be07b415e866f958d717341b5e2aa21630c02665ee2900758d0b96807dd9cf93baf6bd856c51d8d468cb3555dfc3bde03c5a6f4b7dfe'
+'SKIP')
+b2sums=('85f8f720770c1eda5eacd523f4f3f4adff699bca18c098396526546f83a0c3b623ef1bf61a1ebe61ee54906ad46b9d8185ab2503001453ab88e9b278ff8faa63'
+'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-05-03 Thread George Rawlinson via arch-commits
Date: Wednesday, May 4, 2022 @ 05:15:39
  Author: grawlinson
Revision: 1192459

upgpkg: certbot-dns-digitalocean 1.27.0-1

Modified:
  certbot-dns-digitalocean/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2022-05-04 05:15:27 UTC (rev 1192458)
+++ PKGBUILD2022-05-04 05:15:39 UTC (rev 1192459)
@@ -2,7 +2,7 @@
 # Contributor: Felix Yan 
 
 pkgname=certbot-dns-digitalocean
-pkgver=1.26.0
+pkgver=1.27.0
 pkgrel=1
 pkgdesc="DigitalOcean DNS Authenticator plugin for Certbot"
 arch=('any')
@@ -24,10 +24,11 @@
   '1B41B758F9A78C7F444C20FA3E5B4152E3ADB1FD'
   'A2CFB51FA275A7286234E7B24D17C995CD9775F2'
   '86379B4F0AF371B50CD9E5FF3402831161D1D280'
-  '20F201346BF8F3F455A73F9A780CC99432A28621')
-sha512sums=('1c4353ae55eaa8924049113ff8c6bc8cebf39b4c15f685add2d8dc59fb73483b75285805db06515a37a0854aa99e235d7c0e72d3f982b3e7687d3ea152c492f7'
+  '20F201346BF8F3F455A73F9A780CC99432A28621'
+  'F2871B4152AE13C49519111F447BF683AA3B26C3')
+sha512sums=('0ea3b1cb51bda13edff2be07b415e866f958d717341b5e2aa21630c02665ee2900758d0b96807dd9cf93baf6bd856c51d8d468cb3555dfc3bde03c5a6f4b7dfe'
 'SKIP')
-b2sums=('4277000f9f0a709aaa88878a3d2f2247c637952ae2976ff874f019306cf45f1c1471b15d19598d54b17c5e856ec441fcc4cb40ece328d4697e1048567007c210'
+b2sums=('85f8f720770c1eda5eacd523f4f3f4adff699bca18c098396526546f83a0c3b623ef1bf61a1ebe61ee54906ad46b9d8185ab2503001453ab88e9b278ff8faa63'
 'SKIP')
 
 prepare() {



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

2022-05-03 Thread George Rawlinson via arch-commits
Date: Wednesday, May 4, 2022 @ 05:15:27
  Author: grawlinson
Revision: 1192458

archrelease: copy trunk to community-any

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

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

Deleted: PKGBUILD
===
--- PKGBUILD2022-05-04 05:14:46 UTC (rev 1192457)
+++ PKGBUILD2022-05-04 05:15:27 UTC (rev 1192458)
@@ -1,58 +0,0 @@
-# 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
-}

Copied: certbot-dns-cloudxns/repos/community-any/PKGBUILD (from rev 1192457, 
certbot-dns-cloudxns/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2022-05-04 05:15:27 UTC (rev 1192458)
@@ -0,0 +1,59 @@
+# Maintainer: George Rawlinson 
+# Contributor: Felix Yan 
+
+pkgname=certbot-dns-cloudxns
+pkgver=1.27.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'
+  'F2871B4152AE13C49519111F447BF683AA3B26C3')
+sha512sums=('7cb2b27fbc17933980f726f8ea8b317127a696e51ba8d236903fd1b76ef48c02645f1fe383164dbf95f64e705a84c51ea55575f727780207d84b3278a3db25f0'
+'SKIP')
+b2sums=('da51f351eb4d83f4cd48b50bf6017a6e84997b81b89b861bc642dca63982a777e96101ab6fa5fcac5ca106226b417baf404d4d61549064744859fa07b2937e49'
+'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-05-03 Thread George Rawlinson via arch-commits
Date: Wednesday, May 4, 2022 @ 05:14:46
  Author: grawlinson
Revision: 1192457

upgpkg: certbot-dns-cloudxns 1.27.0-1

Modified:
  certbot-dns-cloudxns/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2022-05-04 05:14:28 UTC (rev 1192456)
+++ PKGBUILD2022-05-04 05:14:46 UTC (rev 1192457)
@@ -2,7 +2,7 @@
 # Contributor: Felix Yan 
 
 pkgname=certbot-dns-cloudxns
-pkgver=1.26.0
+pkgver=1.27.0
 pkgrel=1
 pkgdesc="CloudXNS DNS Authenticator plugin for Certbot"
 arch=('any')
@@ -24,10 +24,11 @@
   '1B41B758F9A78C7F444C20FA3E5B4152E3ADB1FD'
   'A2CFB51FA275A7286234E7B24D17C995CD9775F2'
   '86379B4F0AF371B50CD9E5FF3402831161D1D280'
-  '20F201346BF8F3F455A73F9A780CC99432A28621')
-sha512sums=('ca54847988ccdb0f641ffa5f2491ff5e271e37ec4ca9487d28d980878d1b87293bfda5aaa1432802c14678b70aff1f714453f7eb657b04e915d0730fc2abbce2'
+  '20F201346BF8F3F455A73F9A780CC99432A28621'
+  'F2871B4152AE13C49519111F447BF683AA3B26C3')
+sha512sums=('7cb2b27fbc17933980f726f8ea8b317127a696e51ba8d236903fd1b76ef48c02645f1fe383164dbf95f64e705a84c51ea55575f727780207d84b3278a3db25f0'
 'SKIP')
-b2sums=('223771921e1d7358cbfb8e40fd65a84ff2cc77831b722b4ae339361779519e3b882c0b3123e5cdfdd19de924962a0645ad818027155ab32205c02656c9b4beb1'
+b2sums=('da51f351eb4d83f4cd48b50bf6017a6e84997b81b89b861bc642dca63982a777e96101ab6fa5fcac5ca106226b417baf404d4d61549064744859fa07b2937e49'
 'SKIP')
 
 prepare() {



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

2022-05-03 Thread George Rawlinson via arch-commits
Date: Wednesday, May 4, 2022 @ 05:14:28
  Author: grawlinson
Revision: 1192456

archrelease: copy trunk to community-any

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

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

Deleted: PKGBUILD
===
--- PKGBUILD2022-05-04 05:13:46 UTC (rev 1192455)
+++ PKGBUILD2022-05-04 05:14:28 UTC (rev 1192456)
@@ -1,58 +0,0 @@
-# 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
-}

Copied: certbot-dns-cloudflare/repos/community-any/PKGBUILD (from rev 1192455, 
certbot-dns-cloudflare/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2022-05-04 05:14:28 UTC (rev 1192456)
@@ -0,0 +1,59 @@
+# Maintainer: George Rawlinson 
+# Contributor: Felix Yan 
+
+pkgname=certbot-dns-cloudflare
+pkgver=1.27.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'
+  'F2871B4152AE13C49519111F447BF683AA3B26C3')
+sha512sums=('5c8eef1be2c25938c3baac3181c45977fa4164f02338ac0705de5b3d561ea6a60b609480bf2bdc4606ce4200ac51d7b600ec0d735cc349971da644d6665dab26'
+'SKIP')
+b2sums=('f8508785c0a36c0a941be8afa5ee20ef98c681608b653bdec7328cd129d538f487d74a121ec37fb403d98e09d2a4f9505c57c9d8cb7f4ccdbc71ca2d6424d982'
+'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-05-03 Thread George Rawlinson via arch-commits
Date: Wednesday, May 4, 2022 @ 05:13:46
  Author: grawlinson
Revision: 1192455

upgpkg: certbot-dns-cloudflare 1.27.0-1

Modified:
  certbot-dns-cloudflare/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2022-05-04 05:13:33 UTC (rev 1192454)
+++ PKGBUILD2022-05-04 05:13:46 UTC (rev 1192455)
@@ -2,7 +2,7 @@
 # Contributor: Felix Yan 
 
 pkgname=certbot-dns-cloudflare
-pkgver=1.26.0
+pkgver=1.27.0
 pkgrel=1
 pkgdesc="Cloudflare DNS Authenticator plugin for Certbot"
 arch=('any')
@@ -24,10 +24,11 @@
   '1B41B758F9A78C7F444C20FA3E5B4152E3ADB1FD'
   'A2CFB51FA275A7286234E7B24D17C995CD9775F2'
   '86379B4F0AF371B50CD9E5FF3402831161D1D280'
-  '20F201346BF8F3F455A73F9A780CC99432A28621')
-sha512sums=('9f2a10633f97162911c1003741cdae4e1e7832fac2d9b02702f59eacd93e31eade06c6ee78b7f4223d5b306baec38be9c228d325406cfc867ee65464a2ef4c39'
+  '20F201346BF8F3F455A73F9A780CC99432A28621'
+  'F2871B4152AE13C49519111F447BF683AA3B26C3')
+sha512sums=('5c8eef1be2c25938c3baac3181c45977fa4164f02338ac0705de5b3d561ea6a60b609480bf2bdc4606ce4200ac51d7b600ec0d735cc349971da644d6665dab26'
 'SKIP')
-b2sums=('a6255180b13c7a70bcb62b46195c096682d8396ca8699a80d5db700605a2cd31306b0e4cb494c408c32bad2d5695ca73ea9ef19cccd67c0c0dc6b0a57b9b9637'
+b2sums=('f8508785c0a36c0a941be8afa5ee20ef98c681608b653bdec7328cd129d538f487d74a121ec37fb403d98e09d2a4f9505c57c9d8cb7f4ccdbc71ca2d6424d982'
 'SKIP')
 
 prepare() {



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

2022-05-03 Thread George Rawlinson via arch-commits
Date: Wednesday, May 4, 2022 @ 05:13:33
  Author: grawlinson
Revision: 1192454

archrelease: copy trunk to community-any

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

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

Deleted: PKGBUILD
===
--- PKGBUILD2022-05-04 05:12:42 UTC (rev 1192453)
+++ PKGBUILD2022-05-04 05:13:33 UTC (rev 1192454)
@@ -1,61 +0,0 @@
-# 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
-}

Copied: certbot-apache/repos/community-any/PKGBUILD (from rev 1192453, 
certbot-apache/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2022-05-04 05:13:33 UTC (rev 1192454)
@@ -0,0 +1,62 @@
+# Maintainer: George Rawlinson 
+# Contributor: Felix Yan 
+# Contributor: Gordian Edenhofer 
+
+pkgname=certbot-apache
+pkgver=1.27.0
+pkgrel=1
+pkgdesc='Apache plugin for Certbot'
+arch=('any')
+license=('Apache')
+url='https://pypi.python.org/pypi/certbot-apache'
+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'
+  'F2871B4152AE13C49519111F447BF683AA3B26C3')
+sha512sums=('b46beff5305ac85fb2da558b25276d650425bd3f7d10d006d57ae8496a6b9f174fd05d089683edcda23a9323f224b99bb721793c3bf26af596982cec67466e82'
+'SKIP')
+b2sums=('cbef07fcbfd24519c7e9f3135fd370d35189bee7b8086c771c3eef5ee195e94fe942b9a547650a3c53010bb93b9f6661cfb02bd7e79efcf1e57422ee9de0e669'
+'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-05-03 Thread George Rawlinson via arch-commits
Date: Wednesday, May 4, 2022 @ 05:12:42
  Author: grawlinson
Revision: 1192453

upgpkg: certbot-apache 1.27.0-1

Modified:
  certbot-apache/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2022-05-04 05:12:26 UTC (rev 1192452)
+++ PKGBUILD2022-05-04 05:12:42 UTC (rev 1192453)
@@ -3,12 +3,12 @@
 # Contributor: Gordian Edenhofer 
 
 pkgname=certbot-apache
-pkgver=1.26.0
+pkgver=1.27.0
 pkgrel=1
-pkgdesc="Apache plugin for Certbot"
+pkgdesc='Apache plugin for Certbot'
 arch=('any')
 license=('Apache')
-url="https://pypi.python.org/pypi/$pkgname;
+url='https://pypi.python.org/pypi/certbot-apache'
 replaces=('letsencrypt-apache')
 depends=(
   'certbot'
@@ -27,10 +27,11 @@
   '1B41B758F9A78C7F444C20FA3E5B4152E3ADB1FD'
   'A2CFB51FA275A7286234E7B24D17C995CD9775F2'
   '86379B4F0AF371B50CD9E5FF3402831161D1D280'
-  '20F201346BF8F3F455A73F9A780CC99432A28621')
-sha512sums=('198b6097b2594a8657f587e79aade9198e227807ba432b6169c9d177a91429a322d87f9f725a61464b7f202000add93c287bc6776eb7c44b1b96d6c70aac2417'
+  '20F201346BF8F3F455A73F9A780CC99432A28621'
+  'F2871B4152AE13C49519111F447BF683AA3B26C3')
+sha512sums=('b46beff5305ac85fb2da558b25276d650425bd3f7d10d006d57ae8496a6b9f174fd05d089683edcda23a9323f224b99bb721793c3bf26af596982cec67466e82'
 'SKIP')
-b2sums=('40b176134658b5653adc216a316526da171d32fb9d5e8a3fff16d08191e41eb90ccd017c6ceeb8c7862e9a7069a4d78811d049d8ec9c30d6117a475c5233fd2b'
+b2sums=('cbef07fcbfd24519c7e9f3135fd370d35189bee7b8086c771c3eef5ee195e94fe942b9a547650a3c53010bb93b9f6661cfb02bd7e79efcf1e57422ee9de0e669'
 'SKIP')
 
 prepare() {



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

2022-05-03 Thread George Rawlinson via arch-commits
Date: Wednesday, May 4, 2022 @ 05:12:26
  Author: grawlinson
Revision: 1192452

archrelease: copy trunk to community-any

Added:
  certbot/repos/community-any/86379B4F0AF371B50CD9E5FF3402831161D1D280.asc
(from rev 1192451, 
certbot/trunk/86379B4F0AF371B50CD9E5FF3402831161D1D280.asc)
  certbot/repos/community-any/PKGBUILD
(from rev 1192451, certbot/trunk/PKGBUILD)
  certbot/repos/community-any/certbot-renew.service
(from rev 1192451, certbot/trunk/certbot-renew.service)
  certbot/repos/community-any/certbot-renew.timer
(from rev 1192451, certbot/trunk/certbot-renew.timer)
  certbot/repos/community-any/tmpfiles.conf
(from rev 1192451, 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  |  201 
 certbot-renew.service |   16 +--
 certbot-renew.timer   |   20 ++--
 tmpfiles.conf |6 -
 4 files changed, 122 insertions(+), 121 deletions(-)

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

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

Deleted: PKGBUILD
===
--- PKGBUILD2022-05-04 05:11:13 UTC (rev 1192451)
+++ PKGBUILD2022-05-04 05:12:26 UTC (rev 1192452)
@@ -1,100 +0,0 @@
-# Maintainer: George Rawlinson 
-# Contributor: Felix Yan 
-# Contributor: Gordian Edenhofer 
-
-pkgname=certbot
-pkgver=1.26.0
-pkgrel=1
-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=('c85b81aa5ba52bd1d1d6422c83d967e041c89593797d2c3185b319d35c27b6812569174aa4fc26a71e1a1bf7a4b8a340c8255602dcf33126afd878990930a811'
-'SKIP'
-
'fbb7bb4591876aeb2e118c3f3fc8ff507b6a3127de0f921c689e1d74c70320b4f2b8bf05b488ec4f714259701f1ac54e64a9f6181475da6bd6d1e3da3a602217'
-
'ad639f33201089d5531d1b1dcd163e2f85bd84a6a9aa233bb04f1f86b34a4f9afa4aed274a27cc89a0664150e80af31742d425923015d585b781a8b139cb8954'
-
'471d371de385daf18f58a2e4eaed74f0d2d9931beb74ee28481ffb17ce4e4450752c135b920b6efd17a16f84f99fe38b69e6602e230ba09059f85390b08aaba1')
-b2sums=('30ce6cdda3f1571fca9d26dcc92eb5820134a0e2d8374c5eb0c1712b0e6bfa068497dbb62fec8838d9d1fc7714059c76e495ab1790db8ae8c421a6f0924cb696'
-'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-05-03 Thread George Rawlinson via arch-commits
Date: Wednesday, May 4, 2022 @ 05:11:13
  Author: grawlinson
Revision: 1192451

upgpkg: certbot 1.27.0-1

Modified:
  certbot/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2022-05-04 04:55:41 UTC (rev 1192450)
+++ PKGBUILD2022-05-04 05:11:13 UTC (rev 1192451)
@@ -3,7 +3,7 @@
 # Contributor: Gordian Edenhofer 
 
 pkgname=certbot
-pkgver=1.26.0
+pkgver=1.27.0
 pkgrel=1
 pkgdesc="An ACME client"
 arch=('any')
@@ -42,12 +42,12 @@
   'certbot-renew.service'
   'certbot-renew.timer'
 )
-sha512sums=('c85b81aa5ba52bd1d1d6422c83d967e041c89593797d2c3185b319d35c27b6812569174aa4fc26a71e1a1bf7a4b8a340c8255602dcf33126afd878990930a811'
+sha512sums=('25b20d217543f70d14a4ebf5362babbe73c37224b570df4902e0be469e6f22a7b602422dd57fec9ff4aabae6f2e02d85c2bb93a9eec85524fa7c4002edce7d90'
 'SKIP'
 
'fbb7bb4591876aeb2e118c3f3fc8ff507b6a3127de0f921c689e1d74c70320b4f2b8bf05b488ec4f714259701f1ac54e64a9f6181475da6bd6d1e3da3a602217'
 
'ad639f33201089d5531d1b1dcd163e2f85bd84a6a9aa233bb04f1f86b34a4f9afa4aed274a27cc89a0664150e80af31742d425923015d585b781a8b139cb8954'
 
'471d371de385daf18f58a2e4eaed74f0d2d9931beb74ee28481ffb17ce4e4450752c135b920b6efd17a16f84f99fe38b69e6602e230ba09059f85390b08aaba1')
-b2sums=('30ce6cdda3f1571fca9d26dcc92eb5820134a0e2d8374c5eb0c1712b0e6bfa068497dbb62fec8838d9d1fc7714059c76e495ab1790db8ae8c421a6f0924cb696'
+b2sums=('d0a5dd92df8baf4eff98346ca59e47791a3b1ba996c697b56b49488fbea9ab70f045fe962c0976cee68400b532e4a8300ae0fe9ec2e03a4a98aae3bcaf996b68'
 'SKIP'
 
'7d2c26a9953d3b5a899053bdd7bd77051c67abe6480af2bfaaee06f20a399b0b4c0af35cfe9e6d2b1fc833dbff928ba46771a9127720073dda29aef9a2e0'
 
'773be7c45aaf84b79b260053dd4555be1b913238f680cf2c816e20d585db21c11ff41c985915ab0804bb3bc78af2e1e09133ed3b04e276e6379f63e9522064c1'
@@ -56,7 +56,8 @@
   '1B41B758F9A78C7F444C20FA3E5B4152E3ADB1FD'
   'A2CFB51FA275A7286234E7B24D17C995CD9775F2'
   '20F201346BF8F3F455A73F9A780CC99432A28621'
-  '86379B4F0AF371B50CD9E5FF3402831161D1D280')
+  '86379B4F0AF371B50CD9E5FF3402831161D1D280'
+  'F2871B4152AE13C49519111F447BF683AA3B26C3')
 
 prepare() {
   cd "$pkgname-$pkgver"



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

2022-05-03 Thread George Rawlinson via arch-commits
Date: Wednesday, May 4, 2022 @ 04:55:41
  Author: grawlinson
Revision: 1192450

archrelease: copy trunk to community-x86_64

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

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

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

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



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

2022-05-03 Thread George Rawlinson via arch-commits
Date: Wednesday, May 4, 2022 @ 04:54:30
  Author: grawlinson
Revision: 1192449

archrelease: copy trunk to community-x86_64

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

-+
 PKGBUILD|  120 +++---
 nushell.install |   24 +-
 2 files changed, 72 insertions(+), 72 deletions(-)

Deleted: PKGBUILD
===
--- PKGBUILD2022-05-04 04:53:27 UTC (rev 1192448)
+++ PKGBUILD2022-05-04 04:54:30 UTC (rev 1192449)
@@ -1,60 +0,0 @@
-# Maintainer: George Rawlinson 
-# Contributor:  KokaKiwi 
-# Contributor: Felix Golatofski 
-# Contributor: Bumsik Kim 
-
-pkgname=nushell
-pkgver=0.61.0
-pkgrel=1
-pkgdesc="A new type of shell"
-arch=('x86_64')
-url="https://www.nushell.sh;
-license=('MIT')
-depends=('openssl' 'libxcb' 'libx11' 'curl' 'bzip2')
-makedepends=('git' 'rust')
-options=('!lto')
-install="$pkgname.install"
-_commit='3783c19d02f4a3b2f35cd26b79daabcb70b04880'
-source=("$pkgname::git+https://github.com/nushell/nushell.git#commit=$_commit;)
-b2sums=('SKIP')
-
-# NOTE: as of 0.40.0, upstream uses upx to reduce binary size, but this strips
-# RELRO + PIE, so we do not enable this
-
-pkgver() {
-  cd "$pkgname"
-  git describe --tags
-}
-
-prepare() {
-  cd "$pkgname"
-  cargo fetch --locked --target "$CARCH-unknown-linux-gnu"
-}
-
-build() {
-  cd "$pkgname"
-  cargo build --release --frozen --workspace --features=extra
-}
-
-check() {
-  cd "$pkgname"
-  cargo test --frozen --workspace --features=extra
-}
-
-package() {
-  cd "$pkgname"
-
-  # binaries
-  find target/release \
--maxdepth 1 \
--executable \
--type f \
--name "nu*" \
--exec install -vDm755 -t "$pkgdir/usr/bin" "{}" +
-
-  # documentation
-  install -vDm644 -t "$pkgdir/usr/share/doc/$pkgname" README.md
-
-  # license
-  install -vDm644 -t "$pkgdir/usr/share/licenses/$pkgname" LICENSE
-}

Copied: nushell/repos/community-x86_64/PKGBUILD (from rev 1192448, 
nushell/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2022-05-04 04:54:30 UTC (rev 1192449)
@@ -0,0 +1,60 @@
+# Maintainer: George Rawlinson 
+# Contributor:  KokaKiwi 
+# Contributor: Felix Golatofski 
+# Contributor: Bumsik Kim 
+
+pkgname=nushell
+pkgver=0.62.0
+pkgrel=1
+pkgdesc="A new type of shell"
+arch=('x86_64')
+url="https://www.nushell.sh;
+license=('MIT')
+depends=('openssl' 'libxcb' 'libx11' 'curl' 'bzip2')
+makedepends=('git' 'rust')
+options=('!lto')
+install="$pkgname.install"
+_commit='da104050e6dcf7fbffd41bfd4bdeae1285b7a48c'
+source=("$pkgname::git+https://github.com/nushell/nushell.git#commit=$_commit;)
+b2sums=('SKIP')
+
+# NOTE: as of 0.40.0, upstream uses upx to reduce binary size, but this strips
+# RELRO + PIE, so we do not enable this
+
+pkgver() {
+  cd "$pkgname"
+  git describe --tags
+}
+
+prepare() {
+  cd "$pkgname"
+  cargo fetch --locked --target "$CARCH-unknown-linux-gnu"
+}
+
+build() {
+  cd "$pkgname"
+  cargo build --release --frozen --workspace --features=extra
+}
+
+check() {
+  cd "$pkgname"
+  cargo test --frozen --workspace --features=extra
+}
+
+package() {
+  cd "$pkgname"
+
+  # binaries
+  find target/release \
+-maxdepth 1 \
+-executable \
+-type f \
+-name "nu*" \
+-exec install -vDm755 -t "$pkgdir/usr/bin" "{}" +
+
+  # documentation
+  install -vDm644 -t "$pkgdir/usr/share/doc/$pkgname" README.md
+
+  # license
+  install -vDm644 -t "$pkgdir/usr/share/licenses/$pkgname" LICENSE
+}

Deleted: nushell.install
===
--- nushell.install 2022-05-04 04:53:27 UTC (rev 1192448)
+++ nushell.install 2022-05-04 04:54:30 UTC (rev 1192449)
@@ -1,12 +0,0 @@
-post_install() {
-  grep -Fqx /bin/nu /etc/shells || echo /bin/nu >> /etc/shells
-  grep -Fqx /usr/bin/nu /etc/shells || echo /usr/bin/nu >> /etc/shells
-}
-
-post_upgrade() {
-  post_install
-}
-
-pre_remove() {
-  sed -i -r '/^(\/usr)?\/bin\/nu$/d' etc/shells
-}

Copied: nushell/repos/community-x86_64/nushell.install (from rev 1192448, 
nushell/trunk/nushell.install)
===
--- nushell.install (rev 0)
+++ nushell.install 2022-05-04 04:54:30 UTC (rev 1192449)
@@ -0,0 +1,12 @@
+post_install() {
+  grep -Fqx /bin/nu /etc/shells || echo /bin/nu >> /etc/shells
+  grep -Fqx /usr/bin/nu /etc/shells || echo /usr/bin/nu >> /etc/shells
+}
+
+post_upgrade() {
+  post_install
+}
+
+pre_remove() {
+  sed -i -r '/^(\/usr)?\/bin\/nu$/d' etc/shells
+}



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

2022-05-03 Thread George Rawlinson via arch-commits
Date: Wednesday, May 4, 2022 @ 04:53:27
  Author: grawlinson
Revision: 1192448

upgpkg: dagger 0.2.9-1

New upstream release.

Modified:
  dagger/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2022-05-04 04:51:24 UTC (rev 1192447)
+++ PKGBUILD2022-05-04 04:53:27 UTC (rev 1192448)
@@ -1,8 +1,8 @@
 # Maintainer: George Rawlinson 
 
 pkgname=dagger
-pkgver=0.2.8
-pkgrel=2
+pkgver=0.2.9
+pkgrel=1
 pkgdesc='A portable devkit for CI/CD pipelines'
 arch=('x86_64')
 url='https://dagger.io'
@@ -10,7 +10,7 @@
 depends=('glibc')
 makedepends=('git' 'go')
 options=('!lto')
-_commit='92c8c7a2da9ec90a924d7236e540f83ec1f12419'
+_commit='4fc38dacb9cfc23730ad9865fcb95b7b9d9ebe69'
 source=("$pkgname::git+https://github.com/dagger/dagger.git#commit=$_commit;)
 b2sums=('SKIP')
 



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

2022-05-03 Thread George Rawlinson via arch-commits
Date: Wednesday, May 4, 2022 @ 04:51:24
  Author: grawlinson
Revision: 1192447

upgpkg: nushell 0.62.0-1

New upstream release.

Modified:
  nushell/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2022-05-04 01:22:53 UTC (rev 1192446)
+++ PKGBUILD2022-05-04 04:51:24 UTC (rev 1192447)
@@ -4,7 +4,7 @@
 # Contributor: Bumsik Kim 
 
 pkgname=nushell
-pkgver=0.61.0
+pkgver=0.62.0
 pkgrel=1
 pkgdesc="A new type of shell"
 arch=('x86_64')
@@ -14,7 +14,7 @@
 makedepends=('git' 'rust')
 options=('!lto')
 install="$pkgname.install"
-_commit='3783c19d02f4a3b2f35cd26b79daabcb70b04880'
+_commit='da104050e6dcf7fbffd41bfd4bdeae1285b7a48c'
 source=("$pkgname::git+https://github.com/nushell/nushell.git#commit=$_commit;)
 b2sums=('SKIP')
 



[arch-commits] Commit in thunar-archive-plugin/repos/extra-x86_64 (PKGBUILD PKGBUILD)

2022-05-03 Thread Evangelos Foutras via arch-commits
Date: Wednesday, May 4, 2022 @ 02:49:42
  Author: foutrelis
Revision: 444551

archrelease: copy trunk to extra-x86_64

Added:
  thunar-archive-plugin/repos/extra-x86_64/PKGBUILD
(from rev 444550, thunar-archive-plugin/trunk/PKGBUILD)
Deleted:
  thunar-archive-plugin/repos/extra-x86_64/PKGBUILD

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

Deleted: PKGBUILD
===
--- PKGBUILD2022-05-04 02:49:38 UTC (rev 444550)
+++ PKGBUILD2022-05-04 02:49:42 UTC (rev 444551)
@@ -1,35 +0,0 @@
-# Maintainer: Evangelos Foutras 
-# Contributor: Tobias Kieslich 
-
-pkgname=thunar-archive-plugin
-pkgver=0.5.0
-pkgrel=1
-pkgdesc="Adds archive operations to the Thunar file context menus"
-arch=('x86_64')
-url="https://docs.xfce.org/xfce/thunar/archive;
-license=('GPL2')
-groups=('xfce4-goodies')
-depends=('thunar' 'hicolor-icon-theme')
-makedepends=('intltool' 'xfce4-dev-tools')
-optdepends=('file-roller' 'engrampa' 'ark' 'xarchiver')
-source=(https://archive.xfce.org/src/thunar-plugins/$pkgname/${pkgver%.*}/$pkgname-$pkgver.tar.bz2)
-sha256sums=('8eca88a358282a5acdea72984db0d930efdf658b4bc5b82ef7bcd06224366ffa')
-
-build() {
-  cd $pkgname-$pkgver
-
-  ./configure \
---prefix=/usr \
---sysconfdir=/etc \
---libexecdir=/usr/lib/xfce4 \
---localstatedir=/var \
---disable-static
-  make
-}
-
-package() {
-  cd $pkgname-$pkgver
-  make DESTDIR="$pkgdir" install
-}
-
-# vim:set ts=2 sw=2 et:

Copied: thunar-archive-plugin/repos/extra-x86_64/PKGBUILD (from rev 444550, 
thunar-archive-plugin/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2022-05-04 02:49:42 UTC (rev 444551)
@@ -0,0 +1,36 @@
+# Maintainer: Evangelos Foutras 
+# Contributor: Tobias Kieslich 
+
+pkgname=thunar-archive-plugin
+pkgver=0.5.0
+pkgrel=2
+pkgdesc="Adds archive operations to the Thunar file context menus"
+arch=('x86_64')
+url="https://docs.xfce.org/xfce/thunar/archive;
+license=('GPL2')
+groups=('xfce4-goodies')
+depends=('thunar' 'hicolor-icon-theme')
+makedepends=('intltool' 'xfce4-dev-tools')
+optdepends=('file-roller' 'engrampa' 'ark' 'xarchiver')
+options=('debug')
+source=(https://archive.xfce.org/src/thunar-plugins/$pkgname/${pkgver%.*}/$pkgname-$pkgver.tar.bz2)
+sha256sums=('8eca88a358282a5acdea72984db0d930efdf658b4bc5b82ef7bcd06224366ffa')
+
+build() {
+  cd $pkgname-$pkgver
+
+  ./configure \
+--prefix=/usr \
+--sysconfdir=/etc \
+--libexecdir=/usr/lib/xfce4 \
+--localstatedir=/var \
+--disable-static
+  make
+}
+
+package() {
+  cd $pkgname-$pkgver
+  make DESTDIR="$pkgdir" install
+}
+
+# vim:set ts=2 sw=2 et:



[arch-commits] Commit in thunar-archive-plugin/trunk (PKGBUILD)

2022-05-03 Thread Evangelos Foutras via arch-commits
Date: Wednesday, May 4, 2022 @ 02:49:38
  Author: foutrelis
Revision: 444550

upgpkg: thunar-archive-plugin 0.5.0-2: enable debug

Modified:
  thunar-archive-plugin/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2022-05-03 22:02:23 UTC (rev 444549)
+++ PKGBUILD2022-05-04 02:49:38 UTC (rev 444550)
@@ -3,7 +3,7 @@
 
 pkgname=thunar-archive-plugin
 pkgver=0.5.0
-pkgrel=1
+pkgrel=2
 pkgdesc="Adds archive operations to the Thunar file context menus"
 arch=('x86_64')
 url="https://docs.xfce.org/xfce/thunar/archive;
@@ -12,6 +12,7 @@
 depends=('thunar' 'hicolor-icon-theme')
 makedepends=('intltool' 'xfce4-dev-tools')
 optdepends=('file-roller' 'engrampa' 'ark' 'xarchiver')
+options=('debug')
 
source=(https://archive.xfce.org/src/thunar-plugins/$pkgname/${pkgver%.*}/$pkgname-$pkgver.tar.bz2)
 sha256sums=('8eca88a358282a5acdea72984db0d930efdf658b4bc5b82ef7bcd06224366ffa')
 



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

2022-05-03 Thread Daniel M. Capella via arch-commits
Date: Wednesday, May 4, 2022 @ 01:22:53
  Author: polyzen
Revision: 1192446

archrelease: copy trunk to community-any

Added:
  stylelint/repos/community-any/PKGBUILD
(from rev 1192445, stylelint/trunk/PKGBUILD)
Deleted:
  stylelint/repos/community-any/PKGBUILD

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

Deleted: PKGBUILD
===
--- PKGBUILD2022-05-04 01:22:26 UTC (rev 1192445)
+++ PKGBUILD2022-05-04 01:22:53 UTC (rev 1192446)
@@ -1,41 +0,0 @@
-# Maintainer: Daniel M. Capella 
-
-pkgname=stylelint
-pkgver=14.8.1
-pkgrel=1
-pkgdesc='Mighty, modern CSS linter'
-arch=('any')
-url=https://stylelint.io
-license=('MIT')
-depends=('nodejs')
-makedepends=('git' 'npm' 'rsync')
-optdepends=('stylelint-config-standard: for the standard shareable config')
-source=("git+https://github.com/stylelint/stylelint.git#tag=$pkgver;)
-b2sums=('SKIP')
-
-prepare() {
-  cd $pkgname
-  npm ci
-}
-
-check() {
-  cd $pkgname
-  npm test
-}
-
-package() {
-  cd $pkgname
-
-  npm prune --production
-
-  install -d "$pkgdir"/usr/{bin,share/doc/$pkgname}
-  ln -s ../lib/node_modules/$pkgname/bin/$pkgname.js "$pkgdir"/usr/bin/$pkgname
-  install -Dt "$pkgdir"/usr/lib/node_modules/$pkgname/bin bin/$pkgname.js
-  rsync -r --exclude __tests__ --exclude lib/testUtils lib \
-"$pkgdir"/usr/lib/node_modules/$pkgname
-  cp -r node_modules package.json "$pkgdir"/usr/lib/node_modules/$pkgname
-  cp -r {CHANGELOG,CONTRIBUTING,README}.md docs 
"$pkgdir"/usr/share/doc/$pkgname
-  install -Dm644 -t "$pkgdir"/usr/share/licenses/$pkgname LICENSE
-}
-
-# vim:set ts=2 sw=2 et:

Copied: stylelint/repos/community-any/PKGBUILD (from rev 1192445, 
stylelint/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2022-05-04 01:22:53 UTC (rev 1192446)
@@ -0,0 +1,41 @@
+# Maintainer: Daniel M. Capella 
+
+pkgname=stylelint
+pkgver=14.8.2
+pkgrel=1
+pkgdesc='Mighty, modern CSS linter'
+arch=('any')
+url=https://stylelint.io
+license=('MIT')
+depends=('nodejs')
+makedepends=('git' 'npm' 'rsync')
+optdepends=('stylelint-config-standard: for the standard shareable config')
+source=("git+https://github.com/stylelint/stylelint.git#tag=$pkgver;)
+b2sums=('SKIP')
+
+prepare() {
+  cd $pkgname
+  npm ci
+}
+
+check() {
+  cd $pkgname
+  npm test
+}
+
+package() {
+  cd $pkgname
+
+  npm prune --production
+
+  install -d "$pkgdir"/usr/{bin,share/doc/$pkgname}
+  ln -s ../lib/node_modules/$pkgname/bin/$pkgname.js "$pkgdir"/usr/bin/$pkgname
+  install -Dt "$pkgdir"/usr/lib/node_modules/$pkgname/bin bin/$pkgname.js
+  rsync -r --exclude __tests__ --exclude lib/testUtils lib \
+"$pkgdir"/usr/lib/node_modules/$pkgname
+  cp -r node_modules package.json "$pkgdir"/usr/lib/node_modules/$pkgname
+  cp -r {CHANGELOG,CONTRIBUTING,README}.md docs 
"$pkgdir"/usr/share/doc/$pkgname
+  install -Dm644 -t "$pkgdir"/usr/share/licenses/$pkgname LICENSE
+}
+
+# vim:set ts=2 sw=2 et:



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

2022-05-03 Thread Daniel M. Capella via arch-commits
Date: Wednesday, May 4, 2022 @ 01:22:26
  Author: polyzen
Revision: 1192445

upgpkg: stylelint 14.8.2-1

Modified:
  stylelint/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2022-05-03 22:49:32 UTC (rev 1192444)
+++ PKGBUILD2022-05-04 01:22:26 UTC (rev 1192445)
@@ -1,7 +1,7 @@
 # Maintainer: Daniel M. Capella 
 
 pkgname=stylelint
-pkgver=14.8.1
+pkgver=14.8.2
 pkgrel=1
 pkgdesc='Mighty, modern CSS linter'
 arch=('any')



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

2022-05-03 Thread Orhun Parmaksiz via arch-commits
Date: Tuesday, May 3, 2022 @ 22:49:32
  Author: orhun
Revision: 1192444

archrelease: copy trunk to community-x86_64

Added:
  cargo-zigbuild/repos/community-x86_64/PKGBUILD
(from rev 1192443, cargo-zigbuild/trunk/PKGBUILD)
Deleted:
  cargo-zigbuild/repos/community-x86_64/PKGBUILD

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

Deleted: PKGBUILD
===
--- PKGBUILD2022-05-03 22:49:24 UTC (rev 1192443)
+++ PKGBUILD2022-05-03 22:49:32 UTC (rev 1192444)
@@ -1,38 +0,0 @@
-# Maintainer: Orhun Parmaksız 
-# Contributor: KokaKiwi 
-
-pkgname=cargo-zigbuild
-pkgver=0.8.6
-pkgrel=1
-pkgdesc="Compile Cargo project with zig as linker"
-arch=('x86_64')
-url="https://github.com/messense/cargo-zigbuild;
-license=('MIT')
-depends=('gcc-libs' 'zig')
-makedepends=('cargo')
-source=("$pkgname-$pkgver.tar.gz::$url/archive/v$pkgver.tar.gz")
-sha256sums=('ced01090f5bb2b371f7a40291f4975cd017f496ed1533df38cd7adcf7faef64c')
-
-prepare() {
-  cd "$pkgname-$pkgver"
-  cargo fetch --locked --target "$CARCH-unknown-linux-gnu"
-}
-
-build() {
-  cd "$pkgname-$pkgver"
-  cargo build --release --frozen
-}
-
-check() {
-  cd "$pkgname-$pkgver"
-  cargo test --frozen
-}
-
-package() {
-  cd "$pkgname-$pkgver"
-  install -Dm 755 "target/release/$pkgname" -t "$pkgdir/usr/bin"
-  install -Dm 644 README.md -t "$pkgdir/usr/share/doc/$pkgname"
-  install -Dm 644 LICENSE -t "$pkgdir/usr/share/licenses/$pkgname"
-}
-
-# vim: ts=2 sw=2 et:

Copied: cargo-zigbuild/repos/community-x86_64/PKGBUILD (from rev 1192443, 
cargo-zigbuild/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2022-05-03 22:49:32 UTC (rev 1192444)
@@ -0,0 +1,38 @@
+# Maintainer: Orhun Parmaksız 
+# Contributor: KokaKiwi 
+
+pkgname=cargo-zigbuild
+pkgver=0.8.7
+pkgrel=1
+pkgdesc="Compile Cargo project with zig as linker"
+arch=('x86_64')
+url="https://github.com/messense/cargo-zigbuild;
+license=('MIT')
+depends=('gcc-libs' 'zig')
+makedepends=('cargo')
+source=("$pkgname-$pkgver.tar.gz::$url/archive/v$pkgver.tar.gz")
+sha256sums=('4ab0923756649aef6b9dc241b1538edbd0ef556f8ac14b85900955ad7da2f9de')
+
+prepare() {
+  cd "$pkgname-$pkgver"
+  cargo fetch --locked --target "$CARCH-unknown-linux-gnu"
+}
+
+build() {
+  cd "$pkgname-$pkgver"
+  cargo build --release --frozen
+}
+
+check() {
+  cd "$pkgname-$pkgver"
+  cargo test --frozen
+}
+
+package() {
+  cd "$pkgname-$pkgver"
+  install -Dm 755 "target/release/$pkgname" -t "$pkgdir/usr/bin"
+  install -Dm 644 README.md -t "$pkgdir/usr/share/doc/$pkgname"
+  install -Dm 644 LICENSE -t "$pkgdir/usr/share/licenses/$pkgname"
+}
+
+# vim: ts=2 sw=2 et:



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

2022-05-03 Thread Orhun Parmaksiz via arch-commits
Date: Tuesday, May 3, 2022 @ 22:49:24
  Author: orhun
Revision: 1192443

upgpkg: cargo-zigbuild 0.8.7-1: upstream release

Modified:
  cargo-zigbuild/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2022-05-03 22:44:59 UTC (rev 1192442)
+++ PKGBUILD2022-05-03 22:49:24 UTC (rev 1192443)
@@ -2,7 +2,7 @@
 # Contributor: KokaKiwi 
 
 pkgname=cargo-zigbuild
-pkgver=0.8.6
+pkgver=0.8.7
 pkgrel=1
 pkgdesc="Compile Cargo project with zig as linker"
 arch=('x86_64')
@@ -11,7 +11,7 @@
 depends=('gcc-libs' 'zig')
 makedepends=('cargo')
 source=("$pkgname-$pkgver.tar.gz::$url/archive/v$pkgver.tar.gz")
-sha256sums=('ced01090f5bb2b371f7a40291f4975cd017f496ed1533df38cd7adcf7faef64c')
+sha256sums=('4ab0923756649aef6b9dc241b1538edbd0ef556f8ac14b85900955ad7da2f9de')
 
 prepare() {
   cd "$pkgname-$pkgver"



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

2022-05-03 Thread Ivy Foster via arch-commits
Date: Tuesday, May 3, 2022 @ 22:44:59
  Author: escondida
Revision: 1192442

archrelease: copy trunk to community-x86_64

Added:
  bmake/repos/community-x86_64/PKGBUILD
(from rev 1192441, bmake/trunk/PKGBUILD)
Deleted:
  bmake/repos/community-x86_64/PKGBUILD

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

Deleted: PKGBUILD
===
--- PKGBUILD2022-05-03 22:44:14 UTC (rev 1192441)
+++ PKGBUILD2022-05-03 22:44:59 UTC (rev 1192442)
@@ -1,48 +0,0 @@
-# Maintainer: Ivy Foster 
-# Contributor: Alex Szczuczko 
-# Contributor: Devin Cofer 
-# Contributor: Imanol Celaya 
-
-pkgname=bmake
-pkgver=20220214
-pkgrel=1
-pkgdesc='Portable version of the NetBSD make build tool'
-arch=(x86_64)
-url='https://www.crufty.net/help/sjg/bmake.html'
-license=(BSD)
-
-# upstream recommends using python for improved meta2deps script
-depends=(python)
-
-source=(
-   "https://www.crufty.net/ftp/pub/sjg/bmake-$pkgver.tar.gz;
-   "https://www.crufty.net/ftp/pub/sjg/bmake-$pkgver.tar.gz.asc;
-)
-
-# checksum source: http://www.crufty.net/ftp/pub/sjg/bmake-$pkgver.tar.gz.sha1
-sha1sums=(
-   9665cfa48c123934f2da1c68bcadef0fe0e24b2b
-   SKIP
-)
-# Key seems to be available only from
-# 
-validpgpkeys=(7E228507C26D8DC164F531BFBA54C8AF755A2A99)
-
-build() {
-   cd bmake
-   ./boot-strap --prefix=/usr op=build
-}
-
-# op=build also runs unit tests; thus no check()
-
-package() {
-   cd bmake
-
-   ./boot-strap --install-destdir="$pkgdir" --prefix=/usr op=install
-
-   rm -rf "$pkgdir/usr/share/man/cat1"
-   install -D -m 644 bmake.1 "$pkgdir/usr/share/man/man1/bmake.1"
-   install -D -m 644 LICENSE "$pkgdir"/usr/share/licenses/$pkgname/LICENSE
-
-   chmod 755 "$pkgdir/usr/bin"
-}

Copied: bmake/repos/community-x86_64/PKGBUILD (from rev 1192441, 
bmake/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2022-05-03 22:44:59 UTC (rev 1192442)
@@ -0,0 +1,48 @@
+# Maintainer: Ivy Foster 
+# Contributor: Alex Szczuczko 
+# Contributor: Devin Cofer 
+# Contributor: Imanol Celaya 
+
+pkgname=bmake
+pkgver=20220418
+pkgrel=1
+pkgdesc='Portable version of the NetBSD make build tool'
+arch=(x86_64)
+url='https://www.crufty.net/help/sjg/bmake.html'
+license=(BSD)
+
+# upstream recommends using python for improved meta2deps script
+depends=(python)
+
+source=(
+   "https://www.crufty.net/ftp/pub/sjg/bmake-$pkgver.tar.gz;
+   "https://www.crufty.net/ftp/pub/sjg/bmake-$pkgver.tar.gz.asc;
+)
+
+# checksum source: http://www.crufty.net/ftp/pub/sjg/bmake-$pkgver.tar.gz.sha1
+sha1sums=(
+   f0ed24bd61bd171f495d9ae930e271c46650523e
+   SKIP
+)
+# Key seems to be available only from
+# 
+validpgpkeys=(7E228507C26D8DC164F531BFBA54C8AF755A2A99)
+
+build() {
+   cd bmake
+   ./boot-strap --prefix=/usr op=build
+}
+
+# op=build also runs unit tests; thus no check()
+
+package() {
+   cd bmake
+
+   ./boot-strap --install-destdir="$pkgdir" --prefix=/usr op=install
+
+   rm -rf "$pkgdir/usr/share/man/cat1"
+   install -D -m 644 bmake.1 "$pkgdir/usr/share/man/man1/bmake.1"
+   install -D -m 644 LICENSE "$pkgdir"/usr/share/licenses/$pkgname/LICENSE
+
+   chmod 755 "$pkgdir/usr/bin"
+}



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

2022-05-03 Thread Ivy Foster via arch-commits
Date: Tuesday, May 3, 2022 @ 22:44:14
  Author: escondida
Revision: 1192441

bmake: update to 20220418-1

Modified:
  bmake/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2022-05-03 22:02:25 UTC (rev 1192440)
+++ PKGBUILD2022-05-03 22:44:14 UTC (rev 1192441)
@@ -4,7 +4,7 @@
 # Contributor: Imanol Celaya 
 
 pkgname=bmake
-pkgver=20220214
+pkgver=20220418
 pkgrel=1
 pkgdesc='Portable version of the NetBSD make build tool'
 arch=(x86_64)
@@ -21,7 +21,7 @@
 
 # checksum source: http://www.crufty.net/ftp/pub/sjg/bmake-$pkgver.tar.gz.sha1
 sha1sums=(
-   9665cfa48c123934f2da1c68bcadef0fe0e24b2b
+   f0ed24bd61bd171f495d9ae930e271c46650523e
SKIP
 )
 # Key seems to be available only from



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

2022-05-03 Thread Jan Steffens via arch-commits
Date: Tuesday, May 3, 2022 @ 22:02:25
  Author: heftig
Revision: 1192440

archrelease: copy trunk to multilib-x86_64

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

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

Deleted: PKGBUILD
===
--- PKGBUILD2022-05-03 22:02:25 UTC (rev 1192439)
+++ PKGBUILD2022-05-03 22:02:25 UTC (rev 1192440)
@@ -1,46 +0,0 @@
-# Maintainer: Levente Polyak 
-# Contributor: Jan Alexander Steffens (heftig) 
-# Contributor: Eric Belanger 
-# Contributor: Tom Newsom 
-
-_pkgname=freeglut
-pkgname=lib32-${_pkgname}
-pkgver=3.2.1
-pkgrel=1
-pkgdesc='Provides functionality for small OpenGL programs (32-bit)'
-url='http://freeglut.sourceforge.net/'
-arch=('x86_64')
-license=('MIT')
-depends=('lib32-libxi' 'lib32-libxrandr' 'lib32-libgl' 'freeglut')
-makedepends=('lib32-mesa' 'lib32-glu' 'lib32-libxxf86vm' 'cmake')
-replaces=('lib32-glut')
-provides=('lib32-glut')
-conflicts=('lib32-glut')
-source=(https://downloads.sourceforge.net/freeglut/${_pkgname}-${pkgver}.tar.gz)
-sha512sums=('aced4bbcd36269ce6f4ee1982e0f9e3fffbf18c94f785d3215ac9f4809b992e166c7ada496ed6174e13d77c0f7ef3ca4c57d8a282e96cbbe6ff086339ade3b08')
-
-prepare() {
-  cd ${_pkgname}-${pkgver}
-}
-
-build() {
-  export CC='gcc -m32'
-  export CXX='g++ -m32'
-  export PKG_CONFIG_PATH='/usr/lib32/pkgconfig'
-
-  cmake -H${_pkgname}-${pkgver} -Bbuild \
--DFREEGLUT_BUILD_STATIC_LIBS=OFF \
--DCMAKE_INSTALL_PREFIX=/usr \
--DCMAKE_INSTALL_LIBDIR=lib32 \
--DCMAKE_BUILD_TYPE=None
-  cmake --build build
-}
-
-package() {
-  DESTDIR="${pkgdir}" cmake --build build --target install
-  rm -rf "${pkgdir}/usr/include"
-  ln -sr "${pkgdir}"/usr/lib32/pkgconfig/{glut,freeglut}.pc
-  install -Dm 644 -t "${pkgdir}/usr/share/licenses/${pkgname}" 
${_pkgname}-${pkgver}/COPYING
-}
-
-# vim: ts=2 sw=2 et:

Copied: lib32-freeglut/repos/multilib-x86_64/PKGBUILD (from rev 1192438, 
lib32-freeglut/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2022-05-03 22:02:25 UTC (rev 1192440)
@@ -0,0 +1,46 @@
+# Maintainer: Levente Polyak 
+# Contributor: Jan Alexander Steffens (heftig) 
+# Contributor: Eric Belanger 
+# Contributor: Tom Newsom 
+
+pkgname=lib32-freeglut
+pkgver=3.2.2
+pkgrel=2
+pkgdesc='Provides functionality for small OpenGL programs (32-bit)'
+url='http://freeglut.sourceforge.net/'
+arch=('x86_64')
+license=('MIT')
+depends=('lib32-libxi' 'lib32-libxrandr' 'lib32-libgl' 'freeglut')
+makedepends=('lib32-mesa' 'lib32-glu' 'lib32-libxxf86vm' 'cmake' 'ninja')
+replaces=('lib32-glut')
+provides=('lib32-glut')
+conflicts=('lib32-glut')
+options=('debug')
+source=(https://downloads.sourceforge.net/freeglut/freeglut-${pkgver}.tar.gz)
+sha512sums=('190231951d314f854c244bd27f7c20488403bd0eecffc342097a2e3d1621cec87f6c209a77b4c153aabcf44697b4070227930e295ab74fb88953cbbf94fc81d9')
+
+prepare() {
+  cd freeglut-${pkgver}
+}
+
+build() {
+  export CC='gcc -m32'
+  export CXX='g++ -m32'
+  export PKG_CONFIG_PATH='i686-pc-linux-gnu-pkg-config'
+
+  cmake -S freeglut-${pkgver} -B build -G Ninja \
+-DFREEGLUT_BUILD_STATIC_LIBS=OFF \
+-DCMAKE_INSTALL_PREFIX=/usr \
+-DCMAKE_INSTALL_LIBDIR=lib32 \
+-DCMAKE_BUILD_TYPE=None
+  cmake --build build
+}
+
+package() {
+  DESTDIR="${pkgdir}" cmake --install build
+  rm -rf "${pkgdir}/usr/include"
+  ln -sr "${pkgdir}"/usr/lib32/pkgconfig/{glut,freeglut}.pc
+  install -Dm 644 -t "${pkgdir}/usr/share/licenses/${pkgname}" 
freeglut-${pkgver}/COPYING
+}
+
+# vim: ts=2 sw=2 et:



[arch-commits] Commit in lib32-mesa-demos/repos/multilib-x86_64 (6 files)

2022-05-03 Thread Jan Steffens via arch-commits
Date: Tuesday, May 3, 2022 @ 22:02:24
  Author: heftig
Revision: 1192438

archrelease: copy trunk to multilib-x86_64

Added:
  lib32-mesa-demos/repos/multilib-x86_64/LICENSE
(from rev 1192435, lib32-mesa-demos/trunk/LICENSE)
  lib32-mesa-demos/repos/multilib-x86_64/PKGBUILD
(from rev 1192435, lib32-mesa-demos/trunk/PKGBUILD)
  lib32-mesa-demos/repos/multilib-x86_64/mesa-demos.install
(from rev 1192435, lib32-mesa-demos/trunk/mesa-demos.install)
Deleted:
  lib32-mesa-demos/repos/multilib-x86_64/LICENSE
  lib32-mesa-demos/repos/multilib-x86_64/PKGBUILD
  lib32-mesa-demos/repos/multilib-x86_64/mesa-demos.install

+
 LICENSE|  164 +--
 PKGBUILD   |  139 +--
 mesa-demos.install |   12 +--
 3 files changed, 158 insertions(+), 157 deletions(-)

Deleted: LICENSE
===
--- LICENSE 2022-05-03 22:02:23 UTC (rev 1192437)
+++ LICENSE 2022-05-03 22:02:24 UTC (rev 1192438)
@@ -1,82 +0,0 @@
-Disclaimer
-
-Mesa is a 3-D graphics library with an API which is very similar to
-that of OpenGL*
-To the extent that Mesa utilizes the OpenGL command syntax or state
-machine, it is being used with authorization from Silicon Graphics,
-Inc.(SGI). However, the author does not possess an OpenGL license
-from SGI, and makes no claim that Mesa is in any way a compatible
-replacement for OpenGL or associated with SGI. Those who want a
-licensed implementation of OpenGL should contact a licensed
-vendor.
-
-Please do not refer to the library as MesaGL (for legal
-reasons). It's just Mesa or The Mesa 3-D graphics
-library
-
-* OpenGL is a trademark of Silicon Graphics Incorporated.
-
-License / Copyright Information
-
-The Mesa distribution consists of several components.  Different copyrights
-and licenses apply to different components.  For example, GLUT is copyrighted
-by Mark Kilgard, some demo programs are copyrighted by SGI, some of the Mesa
-device drivers are copyrighted by their authors.  See below for a list of
-Mesa's main components and the license for each.
-
-The core Mesa library is licensed according to the terms of the MIT license.
-This allows integration with the XFree86, Xorg and DRI projects.
-
-The default Mesa license is as follows:
-
-Copyright (C) 1999-2007  Brian Paul   All Rights Reserved.
-
-Permission is hereby granted, free of charge, to any person obtaining a
-copy of this software and associated documentation files (the "Software"),
-to deal in the Software without restriction, including without limitation
-the rights to use, copy, modify, merge, publish, distribute, sublicense,
-and/or sell copies of the Software, and to permit persons to whom the
-Software is furnished to do so, subject to the following conditions:
-
-The above copyright notice and this permission notice shall be included
-in all copies or substantial portions of the Software.
-
-THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS
-OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
-FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT.  IN NO EVENT SHALL
-BRIAN PAUL BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN
-AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN
-CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.
-
-Attention, Contributors
-
-When contributing to the Mesa project you must agree to the licensing terms
-of the component to which you're contributing.
-The following section lists the primary components of the Mesa distribution
-and their respective licenses.
-
-
-Mesa Component Licenses
-
-Component Location   Primary Author  License
-
-Main Mesa codesrc/mesa/  Brian Paul  Mesa (MIT)
-
-Device driverssrc/mesa/drivers/* See drivers See drivers
-
-Ext headers   include/GL/glext.h SGI SGI Free B
-  include/GL/glxext.h
-
-GLUT  src/glut/  Mark KilgardMark's copyright
-
-Mesa GLU library  src/glu/mesa/  Brian Paul  GNU-LGPL
-
-SGI GLU library   src/glu/sgi/   SGI SGI Free B
-
-demo programs progs/demos/   various see source files
-
-X demos   progs/xdemos/  Brian Paul  see source files
-
-SGI demos progs/samples/ SGI SGI copyright
-
-RedBook demos progs/redbook/ SGI SGI copyright

Copied: lib32-mesa-demos/repos/multilib-x86_64/LICENSE (from rev 1192435, 
lib32-mesa-demos/trunk/LICENSE)
===
--- LICENSE (rev 0)
+++ LICENSE 2022-05-03 22:02:24 UTC (rev 1192438)
@@ -0,0 

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

2022-05-03 Thread Jan Steffens via arch-commits
Date: Tuesday, May 3, 2022 @ 22:02:25
  Author: heftig
Revision: 1192439

archrelease: copy trunk to multilib-x86_64

Added:
  lib32-libglvnd/repos/multilib-x86_64/LICENSE
(from rev 1192437, lib32-libglvnd/trunk/LICENSE)
  lib32-libglvnd/repos/multilib-x86_64/PKGBUILD
(from rev 1192437, lib32-libglvnd/trunk/PKGBUILD)
Deleted:
  lib32-libglvnd/repos/multilib-x86_64/LICENSE
  lib32-libglvnd/repos/multilib-x86_64/PKGBUILD

--+
 LICENSE  |   52 -
 PKGBUILD |   77 ++---
 2 files changed, 65 insertions(+), 64 deletions(-)

Deleted: LICENSE
===
--- LICENSE 2022-05-03 22:02:24 UTC (rev 1192438)
+++ LICENSE 2022-05-03 22:02:25 UTC (rev 1192439)
@@ -1,26 +0,0 @@
-Copyright (c) 2013, NVIDIA CORPORATION.
-
-Permission is hereby granted, free of charge, to any person obtaining a
-copy of this software and/or associated documentation files (the
-"Materials"), to deal in the Materials without restriction, including
-without limitation the rights to use, copy, modify, merge, publish,
-distribute, sublicense, and/or sell copies of the Materials, and to
-permit persons to whom the Materials are furnished to do so, subject to
-the following conditions:
-
-The above copyright notice and this permission notice shall be included
-unaltered in all copies or substantial portions of the Materials.
-Any additions, deletions, or changes to the original source files
-must be clearly indicated in accompanying documentation.
-
-If only executable code is distributed, then the accompanying
-documentation must state that "this software is based in part on the
-work of the Khronos Group."
-
-THE MATERIALS ARE PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND,
-EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF
-MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT.
-IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY
-CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT,
-TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE
-MATERIALS OR THE USE OR OTHER DEALINGS IN THE MATERIALS.
\ No newline at end of file

Copied: lib32-libglvnd/repos/multilib-x86_64/LICENSE (from rev 1192437, 
lib32-libglvnd/trunk/LICENSE)
===
--- LICENSE (rev 0)
+++ LICENSE 2022-05-03 22:02:25 UTC (rev 1192439)
@@ -0,0 +1,26 @@
+Copyright (c) 2013, NVIDIA CORPORATION.
+
+Permission is hereby granted, free of charge, to any person obtaining a
+copy of this software and/or associated documentation files (the
+"Materials"), to deal in the Materials without restriction, including
+without limitation the rights to use, copy, modify, merge, publish,
+distribute, sublicense, and/or sell copies of the Materials, and to
+permit persons to whom the Materials are furnished to do so, subject to
+the following conditions:
+
+The above copyright notice and this permission notice shall be included
+unaltered in all copies or substantial portions of the Materials.
+Any additions, deletions, or changes to the original source files
+must be clearly indicated in accompanying documentation.
+
+If only executable code is distributed, then the accompanying
+documentation must state that "this software is based in part on the
+work of the Khronos Group."
+
+THE MATERIALS ARE PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND,
+EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF
+MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT.
+IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY
+CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT,
+TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE
+MATERIALS OR THE USE OR OTHER DEALINGS IN THE MATERIALS.
\ No newline at end of file

Deleted: PKGBUILD
===
--- PKGBUILD2022-05-03 22:02:24 UTC (rev 1192438)
+++ PKGBUILD2022-05-03 22:02:25 UTC (rev 1192439)
@@ -1,38 +0,0 @@
-# Maintainer: Felix Yan 
-
-pkgname=lib32-libglvnd
-pkgver=1.4.0
-pkgrel=1
-pkgdesc="The GL Vendor-Neutral Dispatch library"
-arch=('x86_64')
-url="https://github.com/NVIDIA/libglvnd;
-license=('custom:BSD-like')
-makedepends=('lib32-libx11' 'lib32-libxext' 'xorgproto' 'python' 'meson')
-provides=('lib32-libgl' 'lib32-libegl' 'lib32-libgles')
-source=("$pkgname-$pkgver.tar.gz::https://gitlab.freedesktop.org/glvnd/libglvnd/-/archive/v${pkgver}/libglvnd-v${pkgver}.tar.gz;)
-sha512sums=('ca741bdd7ac2fba919f1f85e685e92396bc1cdc436e77bca921d87738bb273a6d48f77650e2781593ce9084dcec6b1fa8f78dc84534a225629e7f61d92df8d89')
-
-build() {
-  export CC='gcc -m32'
-  export CXX='g++ -m32'
-  export PKG_CONFIG_PATH='/usr/lib32/pkgconfig'
-
-  arch-meson libglvnd-v$pkgver build \
-

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

2022-05-03 Thread Jan Steffens via arch-commits
Date: Tuesday, May 3, 2022 @ 22:02:23
  Author: heftig
Revision: 1192437

archrelease: copy trunk to multilib-x86_64

Added:
  
lib32-glu/repos/multilib-x86_64/0001-pkgconfig-Depend-on-opengl-when-built-with-libglvnd.patch
(from rev 1192435, 
lib32-glu/trunk/0001-pkgconfig-Depend-on-opengl-when-built-with-libglvnd.patch)
  
lib32-glu/repos/multilib-x86_64/0002-pkgconfig-Drop-unneeded-lines-from-autotools-build.patch
(from rev 1192435, 
lib32-glu/trunk/0002-pkgconfig-Drop-unneeded-lines-from-autotools-build.patch)
  
lib32-glu/repos/multilib-x86_64/0003-pkgconfig-meson-build-should-match-autotools-require.patch
(from rev 1192435, 
lib32-glu/trunk/0003-pkgconfig-meson-build-should-match-autotools-require.patch)
  lib32-glu/repos/multilib-x86_64/PKGBUILD
(from rev 1192435, lib32-glu/trunk/PKGBUILD)
Deleted:
  
lib32-glu/repos/multilib-x86_64/0001-pkgconfig-Depend-on-opengl-when-built-with-libglvnd.patch
  
lib32-glu/repos/multilib-x86_64/0002-pkgconfig-Drop-unneeded-lines-from-autotools-build.patch
  
lib32-glu/repos/multilib-x86_64/0003-pkgconfig-meson-build-should-match-autotools-require.patch
  lib32-glu/repos/multilib-x86_64/PKGBUILD

-+
 0001-pkgconfig-Depend-on-opengl-when-built-with-libglvnd.patch  |   52 ++--
 0002-pkgconfig-Drop-unneeded-lines-from-autotools-build.patch   |   58 ++---
 0003-pkgconfig-meson-build-should-match-autotools-require.patch |   46 ++--
 PKGBUILD|  114 
--
 4 files changed, 133 insertions(+), 137 deletions(-)

Deleted: 0001-pkgconfig-Depend-on-opengl-when-built-with-libglvnd.patch
===
--- 0001-pkgconfig-Depend-on-opengl-when-built-with-libglvnd.patch  
2022-05-03 22:02:22 UTC (rev 1192436)
+++ 0001-pkgconfig-Depend-on-opengl-when-built-with-libglvnd.patch  
2022-05-03 22:02:23 UTC (rev 1192437)
@@ -1,26 +0,0 @@
-From dfeb6ed02a23517e1062e52acd3cd322e1a16ffc Mon Sep 17 00:00:00 2001
-From: Kevin Bowling 
-Date: Wed, 7 Jul 2021 22:16:12 -0700
-Subject: [PATCH 1/3] pkgconfig: Depend on opengl when built with libglvnd
-
-Signed-off-by: Laurent Carlier 

- configure.ac | 2 +-
- 1 file changed, 1 insertion(+), 1 deletion(-)
-
-diff --git a/configure.ac b/configure.ac
-index 14150f0..ef4d473 100644
 a/configure.ac
-+++ b/configure.ac
-@@ -73,7 +73,7 @@ AC_ARG_ENABLE(osmesa,
- dnl Get the pkg-config definitions for libglvnd/OSMesa/libGL.  We include a
- dnl fallback path for implementations that don't provide a .pc file
- AS_IF([test "x$LIBGLVND" = "xyes"], [
--GLU_REQUIRES="libglvnd"
-+GLU_REQUIRES="opengl"
- PKG_CHECK_MODULES(LIBGLVND, [opengl], [], [
- AC_CHECK_HEADER([GL/gl.h],
- [],
--- 
-2.34.1
-

Copied: 
lib32-glu/repos/multilib-x86_64/0001-pkgconfig-Depend-on-opengl-when-built-with-libglvnd.patch
 (from rev 1192435, 
lib32-glu/trunk/0001-pkgconfig-Depend-on-opengl-when-built-with-libglvnd.patch)
===
--- 0001-pkgconfig-Depend-on-opengl-when-built-with-libglvnd.patch  
(rev 0)
+++ 0001-pkgconfig-Depend-on-opengl-when-built-with-libglvnd.patch  
2022-05-03 22:02:23 UTC (rev 1192437)
@@ -0,0 +1,26 @@
+From dfeb6ed02a23517e1062e52acd3cd322e1a16ffc Mon Sep 17 00:00:00 2001
+From: Kevin Bowling 
+Date: Wed, 7 Jul 2021 22:16:12 -0700
+Subject: [PATCH 1/3] pkgconfig: Depend on opengl when built with libglvnd
+
+Signed-off-by: Laurent Carlier 
+---
+ configure.ac | 2 +-
+ 1 file changed, 1 insertion(+), 1 deletion(-)
+
+diff --git a/configure.ac b/configure.ac
+index 14150f0..ef4d473 100644
+--- a/configure.ac
 b/configure.ac
+@@ -73,7 +73,7 @@ AC_ARG_ENABLE(osmesa,
+ dnl Get the pkg-config definitions for libglvnd/OSMesa/libGL.  We include a
+ dnl fallback path for implementations that don't provide a .pc file
+ AS_IF([test "x$LIBGLVND" = "xyes"], [
+-GLU_REQUIRES="libglvnd"
++GLU_REQUIRES="opengl"
+ PKG_CHECK_MODULES(LIBGLVND, [opengl], [], [
+ AC_CHECK_HEADER([GL/gl.h],
+ [],
+-- 
+2.34.1
+

Deleted: 0002-pkgconfig-Drop-unneeded-lines-from-autotools-build.patch
===
--- 0002-pkgconfig-Drop-unneeded-lines-from-autotools-build.patch   
2022-05-03 22:02:22 UTC (rev 1192436)
+++ 0002-pkgconfig-Drop-unneeded-lines-from-autotools-build.patch   
2022-05-03 22:02:23 UTC (rev 1192437)
@@ -1,29 +0,0 @@
-From f6b4103e237cea8c924c307ccc8f1881921d90d0 Mon Sep 17 00:00:00 2001
-From: Kevin Bowling 
-Date: Thu, 8 Jul 2021 21:51:34 -0700
-Subject: [PATCH 2/3] pkgconfig: Drop unneeded lines from autotools build
-
-Signed-off-by: Laurent Carlier 

- glu.pc.in | 2 --
- 1 file changed, 2 deletions(-)
-
-diff --git a/glu.pc.in b/glu.pc.in
-index 8bb957a..9f1425c 100644
 a/glu.pc.in
-+++ b/glu.pc.in
-@@ -1,5 +1,4 @@
- 

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

2022-05-03 Thread Jan Steffens via arch-commits
Date: Tuesday, May 3, 2022 @ 22:02:23
  Author: heftig
Revision: 444549

archrelease: copy trunk to extra-x86_64

Added:
  mesa-demos/repos/extra-x86_64/LICENSE
(from rev 444545, mesa-demos/trunk/LICENSE)
  mesa-demos/repos/extra-x86_64/PKGBUILD
(from rev 444545, mesa-demos/trunk/PKGBUILD)
  mesa-demos/repos/extra-x86_64/mesa-demos.install
(from rev 444545, mesa-demos/trunk/mesa-demos.install)
Deleted:
  mesa-demos/repos/extra-x86_64/LICENSE
  mesa-demos/repos/extra-x86_64/PKGBUILD
  mesa-demos/repos/extra-x86_64/mesa-demos.install

+
 LICENSE|  164 +--
 PKGBUILD   |  115 +--
 mesa-demos.install |   12 +--
 3 files changed, 143 insertions(+), 148 deletions(-)

Deleted: LICENSE
===
--- LICENSE 2022-05-03 22:02:23 UTC (rev 444548)
+++ LICENSE 2022-05-03 22:02:23 UTC (rev 444549)
@@ -1,82 +0,0 @@
-Disclaimer
-
-Mesa is a 3-D graphics library with an API which is very similar to
-that of OpenGL*
-To the extent that Mesa utilizes the OpenGL command syntax or state
-machine, it is being used with authorization from Silicon Graphics,
-Inc.(SGI). However, the author does not possess an OpenGL license
-from SGI, and makes no claim that Mesa is in any way a compatible
-replacement for OpenGL or associated with SGI. Those who want a
-licensed implementation of OpenGL should contact a licensed
-vendor.
-
-Please do not refer to the library as MesaGL (for legal
-reasons). It's just Mesa or The Mesa 3-D graphics
-library
-
-* OpenGL is a trademark of Silicon Graphics Incorporated.
-
-License / Copyright Information
-
-The Mesa distribution consists of several components.  Different copyrights
-and licenses apply to different components.  For example, GLUT is copyrighted
-by Mark Kilgard, some demo programs are copyrighted by SGI, some of the Mesa
-device drivers are copyrighted by their authors.  See below for a list of
-Mesa's main components and the license for each.
-
-The core Mesa library is licensed according to the terms of the MIT license.
-This allows integration with the XFree86, Xorg and DRI projects.
-
-The default Mesa license is as follows:
-
-Copyright (C) 1999-2007  Brian Paul   All Rights Reserved.
-
-Permission is hereby granted, free of charge, to any person obtaining a
-copy of this software and associated documentation files (the "Software"),
-to deal in the Software without restriction, including without limitation
-the rights to use, copy, modify, merge, publish, distribute, sublicense,
-and/or sell copies of the Software, and to permit persons to whom the
-Software is furnished to do so, subject to the following conditions:
-
-The above copyright notice and this permission notice shall be included
-in all copies or substantial portions of the Software.
-
-THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS
-OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
-FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT.  IN NO EVENT SHALL
-BRIAN PAUL BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN
-AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN
-CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.
-
-Attention, Contributors
-
-When contributing to the Mesa project you must agree to the licensing terms
-of the component to which you're contributing.
-The following section lists the primary components of the Mesa distribution
-and their respective licenses.
-
-
-Mesa Component Licenses
-
-Component Location   Primary Author  License
-
-Main Mesa codesrc/mesa/  Brian Paul  Mesa (MIT)
-
-Device driverssrc/mesa/drivers/* See drivers See drivers
-
-Ext headers   include/GL/glext.h SGI SGI Free B
-  include/GL/glxext.h
-
-GLUT  src/glut/  Mark KilgardMark's copyright
-
-Mesa GLU library  src/glu/mesa/  Brian Paul  GNU-LGPL
-
-SGI GLU library   src/glu/sgi/   SGI SGI Free B
-
-demo programs progs/demos/   various see source files
-
-X demos   progs/xdemos/  Brian Paul  see source files
-
-SGI demos progs/samples/ SGI SGI copyright
-
-RedBook demos progs/redbook/ SGI SGI copyright

Copied: mesa-demos/repos/extra-x86_64/LICENSE (from rev 444545, 
mesa-demos/trunk/LICENSE)
===
--- LICENSE (rev 0)
+++ LICENSE 2022-05-03 22:02:23 UTC (rev 444549)
@@ -0,0 +1,82 @@
+Disclaimer
+
+Mesa is a 3-D graphics library with an API which is very similar to
+that of OpenGL*

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

2022-05-03 Thread Jan Steffens via arch-commits
Date: Tuesday, May 3, 2022 @ 22:02:23
  Author: heftig
Revision: 444548

archrelease: copy trunk to extra-x86_64

Added:
  libglvnd/repos/extra-x86_64/LICENSE
(from rev 444545, libglvnd/trunk/LICENSE)
  libglvnd/repos/extra-x86_64/PKGBUILD
(from rev 444545, libglvnd/trunk/PKGBUILD)
Deleted:
  libglvnd/repos/extra-x86_64/LICENSE
  libglvnd/repos/extra-x86_64/PKGBUILD

--+
 LICENSE  |   52 +-
 PKGBUILD |   63 ++---
 2 files changed, 58 insertions(+), 57 deletions(-)

Deleted: LICENSE
===
--- LICENSE 2022-05-03 22:02:22 UTC (rev 444547)
+++ LICENSE 2022-05-03 22:02:23 UTC (rev 444548)
@@ -1,26 +0,0 @@
-Copyright (c) 2013, NVIDIA CORPORATION.
-
-Permission is hereby granted, free of charge, to any person obtaining a
-copy of this software and/or associated documentation files (the
-"Materials"), to deal in the Materials without restriction, including
-without limitation the rights to use, copy, modify, merge, publish,
-distribute, sublicense, and/or sell copies of the Materials, and to
-permit persons to whom the Materials are furnished to do so, subject to
-the following conditions:
-
-The above copyright notice and this permission notice shall be included
-unaltered in all copies or substantial portions of the Materials.
-Any additions, deletions, or changes to the original source files
-must be clearly indicated in accompanying documentation.
-
-If only executable code is distributed, then the accompanying
-documentation must state that "this software is based in part on the
-work of the Khronos Group."
-
-THE MATERIALS ARE PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND,
-EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF
-MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT.
-IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY
-CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT,
-TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE
-MATERIALS OR THE USE OR OTHER DEALINGS IN THE MATERIALS.
\ No newline at end of file

Copied: libglvnd/repos/extra-x86_64/LICENSE (from rev 444545, 
libglvnd/trunk/LICENSE)
===
--- LICENSE (rev 0)
+++ LICENSE 2022-05-03 22:02:23 UTC (rev 444548)
@@ -0,0 +1,26 @@
+Copyright (c) 2013, NVIDIA CORPORATION.
+
+Permission is hereby granted, free of charge, to any person obtaining a
+copy of this software and/or associated documentation files (the
+"Materials"), to deal in the Materials without restriction, including
+without limitation the rights to use, copy, modify, merge, publish,
+distribute, sublicense, and/or sell copies of the Materials, and to
+permit persons to whom the Materials are furnished to do so, subject to
+the following conditions:
+
+The above copyright notice and this permission notice shall be included
+unaltered in all copies or substantial portions of the Materials.
+Any additions, deletions, or changes to the original source files
+must be clearly indicated in accompanying documentation.
+
+If only executable code is distributed, then the accompanying
+documentation must state that "this software is based in part on the
+work of the Khronos Group."
+
+THE MATERIALS ARE PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND,
+EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF
+MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT.
+IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY
+CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT,
+TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE
+MATERIALS OR THE USE OR OTHER DEALINGS IN THE MATERIALS.
\ No newline at end of file

Deleted: PKGBUILD
===
--- PKGBUILD2022-05-03 22:02:22 UTC (rev 444547)
+++ PKGBUILD2022-05-03 22:02:23 UTC (rev 444548)
@@ -1,31 +0,0 @@
-# Maintainer: Felix Yan 
-
-pkgname=libglvnd
-pkgver=1.4.0
-pkgrel=1
-pkgdesc="The GL Vendor-Neutral Dispatch library"
-arch=('x86_64')
-url="https://github.com/NVIDIA/libglvnd;
-license=('custom:BSD-like')
-makedepends=('libxext' 'libx11' 'xorgproto' 'python' 'meson')
-provides=('libgl' 'libegl' 'libgles')
-source=("https://gitlab.freedesktop.org/glvnd/libglvnd/-/archive/v$pkgver/libglvnd-v$pkgver.tar.gz;
-LICENSE)
-sha512sums=('ca741bdd7ac2fba919f1f85e685e92396bc1cdc436e77bca921d87738bb273a6d48f77650e2781593ce9084dcec6b1fa8f78dc84534a225629e7f61d92df8d89'
-
'bf0f4a7e04220a407400f89226ecc1f798cc43035f2538cc8860e5088e1f84140baf0d4b0b28f66e4b802d4d6925769a1297c24e1ba39c1c093902b2931781a5')
-
-build() {
-  arch-meson $pkgname-v$pkgver build \
--D gles1=false
-
-  ninja -C build
-}
-
-package() {
-  # libglvnd needs mesa for 

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

2022-05-03 Thread Jan Steffens via arch-commits
Date: Tuesday, May 3, 2022 @ 22:02:22
  Author: heftig
Revision: 444546

archrelease: copy trunk to extra-x86_64

Added:
  freeglut/repos/extra-x86_64/PKGBUILD
(from rev 444545, freeglut/trunk/PKGBUILD)
Deleted:
  freeglut/repos/extra-x86_64/PKGBUILD

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

Deleted: PKGBUILD
===
--- PKGBUILD2022-05-03 22:02:21 UTC (rev 444545)
+++ PKGBUILD2022-05-03 22:02:22 UTC (rev 444546)
@@ -1,39 +0,0 @@
-# Maintainer: Jan Alexander Steffens (heftig) 
-# Contributor: Eric Belanger 
-# Contributor: Tom Newsom 
-
-pkgname=freeglut
-pkgver=3.2.2
-pkgrel=1
-pkgdesc="Provides functionality for small OpenGL programs"
-url="http://freeglut.sourceforge.net/;
-arch=(x86_64)
-license=(MIT)
-depends=(libxi libxrandr libgl)
-makedepends=(mesa glu libxxf86vm cmake ninja)
-replaces=(glut)
-provides=(glut)
-conflicts=(glut)
-source=(https://downloads.sourceforge.net/freeglut/${pkgname}-${pkgver}.tar.gz)
-sha512sums=('190231951d314f854c244bd27f7c20488403bd0eecffc342097a2e3d1621cec87f6c209a77b4c153aabcf44697b4070227930e295ab74fb88953cbbf94fc81d9')
-
-prepare() {
-  cd $pkgname-$pkgver
-}
-
-build() {
-  cmake -S $pkgname-$pkgver -B build -G Ninja \
--DFREEGLUT_BUILD_STATIC_LIBS=OFF \
--DCMAKE_INSTALL_PREFIX=/usr \
--DCMAKE_INSTALL_LIBDIR=lib \
--DCMAKE_BUILD_TYPE=None
-  cmake --build build
-}
-
-package() {
-  DESTDIR="$pkgdir" cmake --install build
-  ln -sr "$pkgdir"/usr/lib/pkgconfig/{glut,freeglut}.pc
-  install -Dt "$pkgdir/usr/share/licenses/$pkgname" -m644 
$pkgname-$pkgver/COPYING
-}
-
-# vim:set sw=2 et:

Copied: freeglut/repos/extra-x86_64/PKGBUILD (from rev 444545, 
freeglut/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2022-05-03 22:02:22 UTC (rev 444546)
@@ -0,0 +1,40 @@
+# Maintainer: Jan Alexander Steffens (heftig) 
+# Contributor: Eric Belanger 
+# Contributor: Tom Newsom 
+
+pkgname=freeglut
+pkgver=3.2.2
+pkgrel=2
+pkgdesc="Provides functionality for small OpenGL programs"
+url="http://freeglut.sourceforge.net/;
+arch=(x86_64)
+license=(MIT)
+depends=(libxi libxrandr libgl)
+makedepends=(mesa glu libxxf86vm cmake ninja)
+replaces=(glut)
+provides=(glut)
+conflicts=(glut)
+options=(debug)
+source=(https://downloads.sourceforge.net/freeglut/freeglut-$pkgver.tar.gz)
+sha512sums=('190231951d314f854c244bd27f7c20488403bd0eecffc342097a2e3d1621cec87f6c209a77b4c153aabcf44697b4070227930e295ab74fb88953cbbf94fc81d9')
+
+prepare() {
+  cd freeglut-$pkgver
+}
+
+build() {
+  cmake -S freeglut-$pkgver -B build -G Ninja \
+-DFREEGLUT_BUILD_STATIC_LIBS=OFF \
+-DCMAKE_INSTALL_PREFIX=/usr \
+-DCMAKE_INSTALL_LIBDIR=lib \
+-DCMAKE_BUILD_TYPE=None
+  cmake --build build
+}
+
+package() {
+  DESTDIR="$pkgdir" cmake --install build
+  ln -sr "$pkgdir"/usr/lib/pkgconfig/{glut,freeglut}.pc
+  install -Dt "$pkgdir/usr/share/licenses/$pkgname" -m644 
freeglut-$pkgver/COPYING
+}
+
+# vim:set sw=2 et:



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

2022-05-03 Thread Jan Steffens via arch-commits
Date: Tuesday, May 3, 2022 @ 22:02:22
  Author: heftig
Revision: 444547

archrelease: copy trunk to extra-x86_64

Added:
  glew/repos/extra-x86_64/PKGBUILD
(from rev 444545, glew/trunk/PKGBUILD)
  glew/repos/extra-x86_64/glew-install.patch
(from rev 444545, glew/trunk/glew-install.patch)
Deleted:
  glew/repos/extra-x86_64/PKGBUILD
  glew/repos/extra-x86_64/glew-install.patch

+
 PKGBUILD   |   75 +-
 glew-install.patch |  146 +--
 2 files changed, 111 insertions(+), 110 deletions(-)

Deleted: PKGBUILD
===
--- PKGBUILD2022-05-03 22:02:22 UTC (rev 444546)
+++ PKGBUILD2022-05-03 22:02:22 UTC (rev 444547)
@@ -1,37 +0,0 @@
-# Maintainer: Andreas Radke 
-# Contributor: Stéphane Gaudreault 
-# Contributor: SleepyDog
-
-pkgname=glew
-pkgver=2.2.0
-pkgrel=2
-pkgdesc="The OpenGL Extension Wrangler Library"
-arch=('x86_64')
-url="https://github.com/nigels-com/glew;
-license=('BSD' 'MIT' 'GPL')
-depends=('libxmu' 'libxi' 'glu')
-provides=('libGLEW.so')
-# https://sourceforge.net/projects/glew/files/glew/
-source=(https://downloads.sourceforge.net/${pkgname}/${pkgname}-${pkgver}.tgz
-glew-install.patch)
-sha1sums=('22d6e9b9e691080eb6313407dbf51cfebc3345ea'
-  'e1bfa1e6ae3c7a553920978111092ea9d3a33c95')
-
-prepare() {
-  cd ${pkgname}-${pkgver}
-  patch -Np1 -i ../glew-install.patch
-}
-
-build() {
-  cd ${pkgname}-${pkgver}
-  make \
-   STRIP= \
-   LIBDIR=/usr/lib
-}
-
-package() {
-  cd ${pkgname}-${pkgver}
-  make install.all DESTDIR="$pkgdir" \
-LIBDIR=/usr/lib
-  install -D -m644 LICENSE.txt 
"${pkgdir}/usr/share/licenses/${pkgname}/LICENSE"
-}

Copied: glew/repos/extra-x86_64/PKGBUILD (from rev 444545, glew/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2022-05-03 22:02:22 UTC (rev 444547)
@@ -0,0 +1,38 @@
+# Maintainer: Andreas Radke 
+# Contributor: Stéphane Gaudreault 
+# Contributor: SleepyDog
+
+pkgname=glew
+pkgver=2.2.0
+pkgrel=3
+pkgdesc="The OpenGL Extension Wrangler Library"
+arch=('x86_64')
+url="https://github.com/nigels-com/glew;
+license=('BSD' 'MIT' 'GPL')
+depends=('libxmu' 'libxi' 'glu')
+provides=('libGLEW.so')
+options=('debug')
+# https://sourceforge.net/projects/glew/files/glew/
+source=(https://downloads.sourceforge.net/${pkgname}/${pkgname}-${pkgver}.tgz
+glew-install.patch)
+sha1sums=('22d6e9b9e691080eb6313407dbf51cfebc3345ea'
+  'e1bfa1e6ae3c7a553920978111092ea9d3a33c95')
+
+prepare() {
+  cd ${pkgname}-${pkgver}
+  patch -Np1 -i ../glew-install.patch
+}
+
+build() {
+  cd ${pkgname}-${pkgver}
+  make \
+   STRIP= \
+   LIBDIR=/usr/lib
+}
+
+package() {
+  cd ${pkgname}-${pkgver}
+  make install.all DESTDIR="$pkgdir" \
+LIBDIR=/usr/lib
+  install -D -m644 LICENSE.txt 
"${pkgdir}/usr/share/licenses/${pkgname}/LICENSE"
+}

Deleted: glew-install.patch
===
--- glew-install.patch  2022-05-03 22:02:22 UTC (rev 444546)
+++ glew-install.patch  2022-05-03 22:02:22 UTC (rev 444547)
@@ -1,73 +0,0 @@
 glew-2.2.0/Makefile2020-03-15 12:53:59.0 +0100
-+++ glew-2.2.0/Makefile2020-04-17 11:51:25.568482195 +0200
-@@ -120,7 +120,7 @@
- endif
- 
- $(LIB.SHARED.DIR)/$(LIB.SHARED): $(LIB.SOBJS)
--  $(LD) $(LDFLAGS.SO) -o $@ $^ $(LIB.LDFLAGS) $(LIB.LIBS)
-+  $(LD) $(LDFLAGS.SO) $(LDFLAGS) -o $@ $^ $(LIB.LDFLAGS) $(LIB.LIBS)
- ifneq ($(LN),)
-   $(LN) $(LIB.SHARED) $(LIB.SHARED.DIR)/$(LIB.SONAME)
-   $(LN) $(LIB.SHARED) $(LIB.SHARED.DIR)/$(LIB.DEVLNK)
-@@ -131,11 +131,11 @@
- 
- tmp/$(SYSTEM)/default/static/glew.o: src/glew.c include/GL/glew.h 
include/GL/wglew.h include/GL/glxew.h
-   @mkdir -p $(dir $@)
--  $(CC) -DGLEW_NO_GLU -DGLEW_STATIC $(CFLAGS) $(CFLAGS.SO) -o $@ -c $<
-+  $(CC) -DGLEW_NO_GLU -DGLEW_STATIC $(CFLAGS) $(CFLAGS.SO) $(LDFLAGS) -o 
$@ -c $<
- 
- tmp/$(SYSTEM)/default/shared/glew.o: src/glew.c include/GL/glew.h 
include/GL/wglew.h include/GL/glxew.h
-   @mkdir -p $(dir $@)
--  $(CC) -DGLEW_NO_GLU -DGLEW_BUILD $(CFLAGS) $(CFLAGS.SO) -o $@ -c $<
-+  $(CC) -DGLEW_NO_GLU -DGLEW_BUILD $(CFLAGS) $(CFLAGS.SO) $(LDFLAGS) -o 
$@ -c $<
- 
- # Force re-write of glew.pc, GLEW_DEST can vary
- 
-@@ -180,13 +180,13 @@
-   mkdir bin
- 
- bin/$(GLEWINFO.BIN): $(GLEWINFO.BIN.OBJ) $(LIB.SHARED.DIR)/$(LIB.SHARED)
--  $(CC) $(CFLAGS) -o $@ $(GLEWINFO.BIN.OBJ) $(BIN.LIBS)
-+  $(CC) $(CFLAGS) $(LDFLAGS) -o $@ $(GLEWINFO.BIN.OBJ) $(BIN.LIBS)
- ifneq ($(STRIP),)
-   $(STRIP) -x $@
- endif
- 
- bin/$(VISUALINFO.BIN): $(VISUALINFO.BIN.OBJ) $(LIB.SHARED.DIR)/$(LIB.SHARED)
--  $(CC) $(CFLAGS) -o $@ $(VISUALINFO.BIN.OBJ) $(BIN.LIBS)
-+  $(CC) $(CFLAGS) $(LDFLAGS) -o $@ $(VISUALINFO.BIN.OBJ) $(BIN.LIBS)
- ifneq ($(STRIP),)
-   $(STRIP) -x $@
- 

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

2022-05-03 Thread Jan Steffens via arch-commits
Date: Tuesday, May 3, 2022 @ 22:02:22
  Author: heftig
Revision: 1192436

archrelease: copy trunk to multilib-x86_64

Added:
  lib32-glew/repos/multilib-x86_64/PKGBUILD
(from rev 1192435, lib32-glew/trunk/PKGBUILD)
  lib32-glew/repos/multilib-x86_64/glew-install.patch
(from rev 1192435, lib32-glew/trunk/glew-install.patch)
Deleted:
  lib32-glew/repos/multilib-x86_64/PKGBUILD
  lib32-glew/repos/multilib-x86_64/glew-install.patch

+
 PKGBUILD   |   91 ---
 glew-install.patch |  146 +--
 2 files changed, 119 insertions(+), 118 deletions(-)

Deleted: PKGBUILD
===
--- PKGBUILD2022-05-03 22:01:30 UTC (rev 1192435)
+++ PKGBUILD2022-05-03 22:02:22 UTC (rev 1192436)
@@ -1,45 +0,0 @@
-# Maintainer: Florian Pritz 
-
-_pkgbasename=glew
-pkgname=lib32-$_pkgbasename
-pkgver=2.2.0
-pkgrel=1
-pkgdesc="A cross-platform C/C++ extension loading library (32 bit)"
-arch=('x86_64')
-url="https://github.com/nigels-com/glew;
-license=('BSD' 'MIT' 'GPL')
-depends=('lib32-libxmu' 'lib32-libxi' 'lib32-glu' "$_pkgbasename>=$pkgver")
-makedepends=('gcc-multilib')
-provides=('libGLEW.so')
-source=(https://downloads.sourceforge.net/${_pkgbasename}/${_pkgbasename}-${pkgver}.tgz
-glew-install.patch)
-sha1sums=('22d6e9b9e691080eb6313407dbf51cfebc3345ea'
-  'e1bfa1e6ae3c7a553920978111092ea9d3a33c95')
-
-prepare() {
-  cd "${srcdir}/${_pkgbasename}-${pkgver}"
-  patch -Np1 -i ../glew-install.patch
-}
-
-
-build() {
-  cd "${srcdir}/${_pkgbasename}-${pkgver}"
-
-  sed -i 's|CC = cc|CC = gcc -m32|' config/Makefile.linux
-  sed -i 's|LD = cc|LD = gcc -m32|' config/Makefile.linux
-  sed -i 's|lib64|lib32|g' config/Makefile.linux
-
-  make
-}
-
-package() {
-  cd "${srcdir}/${_pkgbasename}-${pkgver}"
-
-  make DESTDIR="${pkgdir}" \
-PKGDIR="/usr/lib32/pkgconfig" install
-
-  rm -rf "${pkgdir}"/usr/{include,bin}
-
-  mkdir -p "$pkgdir/usr/share/licenses"
-  ln -s $_pkgbasename "$pkgdir/usr/share/licenses/$pkgname"
-}

Copied: lib32-glew/repos/multilib-x86_64/PKGBUILD (from rev 1192435, 
lib32-glew/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2022-05-03 22:02:22 UTC (rev 1192436)
@@ -0,0 +1,46 @@
+# Maintainer: Florian Pritz 
+
+_pkgbasename=glew
+pkgname=lib32-$_pkgbasename
+pkgver=2.2.0
+pkgrel=3
+pkgdesc="A cross-platform C/C++ extension loading library (32 bit)"
+arch=('x86_64')
+url="https://github.com/nigels-com/glew;
+license=('BSD' 'MIT' 'GPL')
+depends=('lib32-libxmu' 'lib32-libxi' 'lib32-glu' "$_pkgbasename>=$pkgver")
+makedepends=('gcc-multilib')
+provides=('libGLEW.so')
+options=('debug')
+source=(https://downloads.sourceforge.net/${_pkgbasename}/${_pkgbasename}-${pkgver}.tgz
+glew-install.patch)
+sha1sums=('22d6e9b9e691080eb6313407dbf51cfebc3345ea'
+  'e1bfa1e6ae3c7a553920978111092ea9d3a33c95')
+
+prepare() {
+  cd "${srcdir}/${_pkgbasename}-${pkgver}"
+  patch -Np1 -i ../glew-install.patch
+}
+
+
+build() {
+  cd "${srcdir}/${_pkgbasename}-${pkgver}"
+
+  sed -i 's|CC = cc|CC = gcc -m32|' config/Makefile.linux
+  sed -i 's|LD = cc|LD = gcc -m32|' config/Makefile.linux
+  sed -i 's|lib64|lib32|g' config/Makefile.linux
+
+  make
+}
+
+package() {
+  cd "${srcdir}/${_pkgbasename}-${pkgver}"
+
+  make DESTDIR="${pkgdir}" \
+PKGDIR="/usr/lib32/pkgconfig" install
+
+  rm -rf "${pkgdir}"/usr/{include,bin}
+
+  mkdir -p "$pkgdir/usr/share/licenses"
+  ln -s $_pkgbasename "$pkgdir/usr/share/licenses/$pkgname"
+}

Deleted: glew-install.patch
===
--- glew-install.patch  2022-05-03 22:01:30 UTC (rev 1192435)
+++ glew-install.patch  2022-05-03 22:02:22 UTC (rev 1192436)
@@ -1,73 +0,0 @@
 glew-2.2.0/Makefile2020-03-15 12:53:59.0 +0100
-+++ glew-2.2.0/Makefile2020-04-17 11:51:25.568482195 +0200
-@@ -120,7 +120,7 @@
- endif
- 
- $(LIB.SHARED.DIR)/$(LIB.SHARED): $(LIB.SOBJS)
--  $(LD) $(LDFLAGS.SO) -o $@ $^ $(LIB.LDFLAGS) $(LIB.LIBS)
-+  $(LD) $(LDFLAGS.SO) $(LDFLAGS) -o $@ $^ $(LIB.LDFLAGS) $(LIB.LIBS)
- ifneq ($(LN),)
-   $(LN) $(LIB.SHARED) $(LIB.SHARED.DIR)/$(LIB.SONAME)
-   $(LN) $(LIB.SHARED) $(LIB.SHARED.DIR)/$(LIB.DEVLNK)
-@@ -131,11 +131,11 @@
- 
- tmp/$(SYSTEM)/default/static/glew.o: src/glew.c include/GL/glew.h 
include/GL/wglew.h include/GL/glxew.h
-   @mkdir -p $(dir $@)
--  $(CC) -DGLEW_NO_GLU -DGLEW_STATIC $(CFLAGS) $(CFLAGS.SO) -o $@ -c $<
-+  $(CC) -DGLEW_NO_GLU -DGLEW_STATIC $(CFLAGS) $(CFLAGS.SO) $(LDFLAGS) -o 
$@ -c $<
- 
- tmp/$(SYSTEM)/default/shared/glew.o: src/glew.c include/GL/glew.h 
include/GL/wglew.h include/GL/glxew.h
-   @mkdir -p $(dir $@)
--  $(CC) -DGLEW_NO_GLU -DGLEW_BUILD $(CFLAGS) $(CFLAGS.SO) -o $@ -c $<
-+  $(CC) -DGLEW_NO_GLU -DGLEW_BUILD $(CFLAGS) 

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

2022-05-03 Thread Jan Steffens via arch-commits
Date: Tuesday, May 3, 2022 @ 22:02:21
  Author: heftig
Revision: 444545

archrelease: copy trunk to extra-x86_64

Added:
  
glu/repos/extra-x86_64/0001-pkgconfig-Depend-on-opengl-when-built-with-libglvnd.patch
(from rev 444544, 
glu/trunk/0001-pkgconfig-Depend-on-opengl-when-built-with-libglvnd.patch)
  
glu/repos/extra-x86_64/0002-pkgconfig-Drop-unneeded-lines-from-autotools-build.patch
(from rev 444544, 
glu/trunk/0002-pkgconfig-Drop-unneeded-lines-from-autotools-build.patch)
  
glu/repos/extra-x86_64/0003-pkgconfig-meson-build-should-match-autotools-require.patch
(from rev 444544, 
glu/trunk/0003-pkgconfig-meson-build-should-match-autotools-require.patch)
  glu/repos/extra-x86_64/PKGBUILD
(from rev 444544, glu/trunk/PKGBUILD)
Deleted:
  
glu/repos/extra-x86_64/0001-pkgconfig-Depend-on-opengl-when-built-with-libglvnd.patch
  
glu/repos/extra-x86_64/0002-pkgconfig-Drop-unneeded-lines-from-autotools-build.patch
  
glu/repos/extra-x86_64/0003-pkgconfig-meson-build-should-match-autotools-require.patch
  glu/repos/extra-x86_64/PKGBUILD

-+
 0001-pkgconfig-Depend-on-opengl-when-built-with-libglvnd.patch  |   52 ++---
 0002-pkgconfig-Drop-unneeded-lines-from-autotools-build.patch   |   58 ++---
 0003-pkgconfig-meson-build-should-match-autotools-require.patch |   46 ++--
 PKGBUILD|  100 
+-
 4 files changed, 128 insertions(+), 128 deletions(-)

Deleted: 0001-pkgconfig-Depend-on-opengl-when-built-with-libglvnd.patch
===
--- 0001-pkgconfig-Depend-on-opengl-when-built-with-libglvnd.patch  
2022-05-03 22:01:15 UTC (rev 444544)
+++ 0001-pkgconfig-Depend-on-opengl-when-built-with-libglvnd.patch  
2022-05-03 22:02:21 UTC (rev 444545)
@@ -1,26 +0,0 @@
-From dfeb6ed02a23517e1062e52acd3cd322e1a16ffc Mon Sep 17 00:00:00 2001
-From: Kevin Bowling 
-Date: Wed, 7 Jul 2021 22:16:12 -0700
-Subject: [PATCH 1/3] pkgconfig: Depend on opengl when built with libglvnd
-
-Signed-off-by: Laurent Carlier 

- configure.ac | 2 +-
- 1 file changed, 1 insertion(+), 1 deletion(-)
-
-diff --git a/configure.ac b/configure.ac
-index 14150f0..ef4d473 100644
 a/configure.ac
-+++ b/configure.ac
-@@ -73,7 +73,7 @@ AC_ARG_ENABLE(osmesa,
- dnl Get the pkg-config definitions for libglvnd/OSMesa/libGL.  We include a
- dnl fallback path for implementations that don't provide a .pc file
- AS_IF([test "x$LIBGLVND" = "xyes"], [
--GLU_REQUIRES="libglvnd"
-+GLU_REQUIRES="opengl"
- PKG_CHECK_MODULES(LIBGLVND, [opengl], [], [
- AC_CHECK_HEADER([GL/gl.h],
- [],
--- 
-2.34.1
-

Copied: 
glu/repos/extra-x86_64/0001-pkgconfig-Depend-on-opengl-when-built-with-libglvnd.patch
 (from rev 444544, 
glu/trunk/0001-pkgconfig-Depend-on-opengl-when-built-with-libglvnd.patch)
===
--- 0001-pkgconfig-Depend-on-opengl-when-built-with-libglvnd.patch  
(rev 0)
+++ 0001-pkgconfig-Depend-on-opengl-when-built-with-libglvnd.patch  
2022-05-03 22:02:21 UTC (rev 444545)
@@ -0,0 +1,26 @@
+From dfeb6ed02a23517e1062e52acd3cd322e1a16ffc Mon Sep 17 00:00:00 2001
+From: Kevin Bowling 
+Date: Wed, 7 Jul 2021 22:16:12 -0700
+Subject: [PATCH 1/3] pkgconfig: Depend on opengl when built with libglvnd
+
+Signed-off-by: Laurent Carlier 
+---
+ configure.ac | 2 +-
+ 1 file changed, 1 insertion(+), 1 deletion(-)
+
+diff --git a/configure.ac b/configure.ac
+index 14150f0..ef4d473 100644
+--- a/configure.ac
 b/configure.ac
+@@ -73,7 +73,7 @@ AC_ARG_ENABLE(osmesa,
+ dnl Get the pkg-config definitions for libglvnd/OSMesa/libGL.  We include a
+ dnl fallback path for implementations that don't provide a .pc file
+ AS_IF([test "x$LIBGLVND" = "xyes"], [
+-GLU_REQUIRES="libglvnd"
++GLU_REQUIRES="opengl"
+ PKG_CHECK_MODULES(LIBGLVND, [opengl], [], [
+ AC_CHECK_HEADER([GL/gl.h],
+ [],
+-- 
+2.34.1
+

Deleted: 0002-pkgconfig-Drop-unneeded-lines-from-autotools-build.patch
===
--- 0002-pkgconfig-Drop-unneeded-lines-from-autotools-build.patch   
2022-05-03 22:01:15 UTC (rev 444544)
+++ 0002-pkgconfig-Drop-unneeded-lines-from-autotools-build.patch   
2022-05-03 22:02:21 UTC (rev 444545)
@@ -1,29 +0,0 @@
-From f6b4103e237cea8c924c307ccc8f1881921d90d0 Mon Sep 17 00:00:00 2001
-From: Kevin Bowling 
-Date: Thu, 8 Jul 2021 21:51:34 -0700
-Subject: [PATCH 2/3] pkgconfig: Drop unneeded lines from autotools build
-
-Signed-off-by: Laurent Carlier 

- glu.pc.in | 2 --
- 1 file changed, 2 deletions(-)
-
-diff --git a/glu.pc.in b/glu.pc.in
-index 8bb957a..9f1425c 100644
 a/glu.pc.in
-+++ b/glu.pc.in
-@@ -1,5 +1,4 @@
- prefix=@prefix@
--exec_prefix=${prefix}
- libdir=@libdir@
- includedir=@includedir@
- 
-@@ -8,5 +7,4 @@ Description: Mesa 

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

2022-05-03 Thread Jan Steffens via arch-commits
Date: Tuesday, May 3, 2022 @ 22:01:30
  Author: heftig
Revision: 1192435

1.4.0-2: debug on

Modified:
  lib32-libglvnd/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2022-05-03 21:57:03 UTC (rev 1192434)
+++ PKGBUILD2022-05-03 22:01:30 UTC (rev 1192435)
@@ -2,20 +2,21 @@
 
 pkgname=lib32-libglvnd
 pkgver=1.4.0
-pkgrel=1
+pkgrel=2
 pkgdesc="The GL Vendor-Neutral Dispatch library"
 arch=('x86_64')
-url="https://github.com/NVIDIA/libglvnd;
+url="https://gitlab.freedesktop.org/glvnd/libglvnd;
 license=('custom:BSD-like')
 makedepends=('lib32-libx11' 'lib32-libxext' 'xorgproto' 'python' 'meson')
 provides=('lib32-libgl' 'lib32-libegl' 'lib32-libgles')
-source=("$pkgname-$pkgver.tar.gz::https://gitlab.freedesktop.org/glvnd/libglvnd/-/archive/v${pkgver}/libglvnd-v${pkgver}.tar.gz;)
+options=('debug')
+source=("https://gitlab.freedesktop.org/glvnd/libglvnd/-/archive/v$pkgver/libglvnd-v$pkgver.tar.gz;)
 
sha512sums=('ca741bdd7ac2fba919f1f85e685e92396bc1cdc436e77bca921d87738bb273a6d48f77650e2781593ce9084dcec6b1fa8f78dc84534a225629e7f61d92df8d89')
 
 build() {
   export CC='gcc -m32'
   export CXX='g++ -m32'
-  export PKG_CONFIG_PATH='/usr/lib32/pkgconfig'
+  export PKG_CONFIG='i686-pc-linux-gnu-pkg-config'
 
   arch-meson libglvnd-v$pkgver build \
 --libdir=/usr/lib32 \
@@ -22,7 +23,7 @@
 -D headers=false \
 -D gles1=false
 
-  ninja -C build
+  meson compile -C build
 }
 
 package() {
@@ -29,7 +30,7 @@
   # lib32-libglvnd needs lib32-mesa for indirect rendering
   depends=('lib32-libxext' 'libglvnd' 'lib32-mesa' 'lib32-opengl-driver')
 
-  DESTDIR="$pkgdir" ninja -C build install
+  meson install -C build --destdir "$pkgdir"
 
   rm -r "$pkgdir"/usr/include
 



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

2022-05-03 Thread Jan Steffens via arch-commits
Date: Tuesday, May 3, 2022 @ 22:01:15
  Author: heftig
Revision: 444544

1.4.0-2: debug on

Modified:
  libglvnd/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2022-05-03 21:56:58 UTC (rev 444543)
+++ PKGBUILD2022-05-03 22:01:15 UTC (rev 444544)
@@ -2,7 +2,7 @@
 
 pkgname=libglvnd
 pkgver=1.4.0
-pkgrel=1
+pkgrel=2
 pkgdesc="The GL Vendor-Neutral Dispatch library"
 arch=('x86_64')
 url="https://gitlab.freedesktop.org/glvnd/libglvnd;
@@ -9,6 +9,7 @@
 license=('custom:BSD-like')
 makedepends=('libxext' 'libx11' 'xorgproto' 'python' 'meson')
 provides=('libgl' 'libegl' 'libgles')
+options=('debug')
 
source=("https://gitlab.freedesktop.org/glvnd/libglvnd/-/archive/v$pkgver/libglvnd-v$pkgver.tar.gz;
 LICENSE)
 
sha512sums=('ca741bdd7ac2fba919f1f85e685e92396bc1cdc436e77bca921d87738bb273a6d48f77650e2781593ce9084dcec6b1fa8f78dc84534a225629e7f61d92df8d89'
@@ -18,7 +19,7 @@
   arch-meson $pkgname-v$pkgver build \
 -D gles1=false
 
-  ninja -C build
+  meson compile -C build
 }
 
 package() {
@@ -25,7 +26,7 @@
   # libglvnd needs mesa for indirect rendering
   depends=('libxext' 'mesa' 'opengl-driver')
 
-  DESTDIR="$pkgdir" ninja -C build install
-  
-  install -Dm644 LICENSE "$pkgdir"/usr/share/licenses/$pkgname/LICENSE
+  meson install -C build --destdir "$pkgdir"
+
+  install -Dm644 LICENSE -t "$pkgdir"/usr/share/licenses/$pkgname/
 }



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

2022-05-03 Thread Jan Steffens via arch-commits
Date: Tuesday, May 3, 2022 @ 21:57:03
  Author: heftig
Revision: 1192434

9.0.2-3: debug on

Modified:
  lib32-glu/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2022-05-03 21:51:04 UTC (rev 1192433)
+++ PKGBUILD2022-05-03 21:57:03 UTC (rev 1192434)
@@ -2,14 +2,15 @@
 
 pkgname=lib32-glu
 pkgver=9.0.2
-pkgrel=2
+pkgrel=3
 pkgdesc="Mesa OpenGL utility library (32 bits)"
 arch=('x86_64')
-url="https://mesa.freedesktop.org/;
+url="https://gitlab.freedesktop.org/mesa/glu;
 license=('LGPL')
 depends=('lib32-libgl' 'glu')
-makedepends=('gcc-multilib' 'lib32-libglvnd' 'meson')
-source=(ftp://ftp.freedesktop.org/pub/mesa/glu/glu-$pkgver.tar.xz{,.sig}
+makedepends=('meson')
+options=('debug')
+source=(https://mesa.freedesktop.org/archive/glu/glu-$pkgver.tar.xz{,.sig}
 0001-pkgconfig-Depend-on-opengl-when-built-with-libglvnd.patch
 0002-pkgconfig-Drop-unneeded-lines-from-autotools-build.patch
 0003-pkgconfig-meson-build-should-match-autotools-require.patch)
@@ -32,7 +33,7 @@
 build() {
   export CC="gcc -m32"
   export CXX="g++ -m32"
-  export PKG_CONFIG_PATH="/usr/lib32/pkgconfig"
+  export PKG_CONFIG="i686-pc-linux-gnu-pkg-config"
 
   arch-meson glu-$pkgver build \
 --libdir=/usr/lib32 \
@@ -41,19 +42,14 @@
   # Print config
   meson configure build
 
-  ninja -C build
   meson compile -C build
 }
 
 check() {
-  export CC="gcc -m32"
-  export CXX="g++ -m32"
-  export PKG_CONFIG_PATH="i686-pc-linux-gnu-pkg-config"
-
-  ninja -C build test
+  meson test -C build --print-errorlogs
 }
 
 package() {
-  DESTDIR="$pkgdir" meson install -C build
-  rm -rf "${pkgdir}"/usr/include
+  meson install -C build --destdir "$pkgdir"
+  rm -r "$pkgdir"/usr/include
 }



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

2022-05-03 Thread Jan Steffens via arch-commits
Date: Tuesday, May 3, 2022 @ 21:56:58
  Author: heftig
Revision: 444543

9.0.2-3: debug on

Modified:
  glu/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2022-05-03 21:52:09 UTC (rev 444542)
+++ PKGBUILD2022-05-03 21:56:58 UTC (rev 444543)
@@ -3,14 +3,15 @@
 
 pkgname=glu
 pkgver=9.0.2
-pkgrel=2
-pkgdesc="Mesa OpenGL Utility library"
+pkgrel=3
+pkgdesc="Mesa OpenGL utility library"
 arch=('x86_64')
-url="https://cgit.freedesktop.org/mesa/glu/;
+url="https://gitlab.freedesktop.org/mesa/glu;
 license=('LGPL')
 depends=('libgl')
 makedepends=('meson')
-source=(https://mesa.freedesktop.org/archive/$pkgname/$pkgname-$pkgver.tar.xz{,.sig}
+options=('debug')
+source=(https://mesa.freedesktop.org/archive/glu/glu-$pkgver.tar.xz{,.sig}
 0001-pkgconfig-Depend-on-opengl-when-built-with-libglvnd.patch
 0002-pkgconfig-Drop-unneeded-lines-from-autotools-build.patch
 0003-pkgconfig-meson-build-should-match-autotools-require.patch)
@@ -22,7 +23,7 @@
 validpgpkeys=('3BB639E56F861FA2E86505690FDD682D974CA72A') # "Matt Turner 
"
 
 prepare() {
-  cd $pkgname-$pkgver
+  cd glu-$pkgver
 
   # merged upstream
   patch -Np1 -i 
../0001-pkgconfig-Depend-on-opengl-when-built-with-libglvnd.patch
@@ -31,20 +32,19 @@
 }
 
 build() {
-  arch-meson $pkgname-$pkgver build \
+  arch-meson glu-$pkgver build \
 -D default_library=shared
 
   # Print config
   meson configure build
 
-  ninja -C build
   meson compile -C build
 }
 
 check() {
-  ninja -C build test
+  meson test -C build --print-errorlogs
 }
 
 package() {
-  DESTDIR="$pkgdir" meson install -C build
+  meson install -C build --destdir "$pkgdir"
 }



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

2022-05-03 Thread Jan Steffens via arch-commits
Date: Tuesday, May 3, 2022 @ 21:52:09
  Author: heftig
Revision: 444542

3.2.2-2: debug on

Modified:
  freeglut/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2022-05-03 21:46:19 UTC (rev 444541)
+++ PKGBUILD2022-05-03 21:52:09 UTC (rev 444542)
@@ -4,7 +4,7 @@
 
 pkgname=freeglut
 pkgver=3.2.2
-pkgrel=1
+pkgrel=2
 pkgdesc="Provides functionality for small OpenGL programs"
 url="http://freeglut.sourceforge.net/;
 arch=(x86_64)
@@ -14,15 +14,16 @@
 replaces=(glut)
 provides=(glut)
 conflicts=(glut)
-source=(https://downloads.sourceforge.net/freeglut/${pkgname}-${pkgver}.tar.gz)
+options=(debug)
+source=(https://downloads.sourceforge.net/freeglut/freeglut-$pkgver.tar.gz)
 
sha512sums=('190231951d314f854c244bd27f7c20488403bd0eecffc342097a2e3d1621cec87f6c209a77b4c153aabcf44697b4070227930e295ab74fb88953cbbf94fc81d9')
 
 prepare() {
-  cd $pkgname-$pkgver
+  cd freeglut-$pkgver
 }
 
 build() {
-  cmake -S $pkgname-$pkgver -B build -G Ninja \
+  cmake -S freeglut-$pkgver -B build -G Ninja \
 -DFREEGLUT_BUILD_STATIC_LIBS=OFF \
 -DCMAKE_INSTALL_PREFIX=/usr \
 -DCMAKE_INSTALL_LIBDIR=lib \
@@ -33,7 +34,7 @@
 package() {
   DESTDIR="$pkgdir" cmake --install build
   ln -sr "$pkgdir"/usr/lib/pkgconfig/{glut,freeglut}.pc
-  install -Dt "$pkgdir/usr/share/licenses/$pkgname" -m644 
$pkgname-$pkgver/COPYING
+  install -Dt "$pkgdir/usr/share/licenses/$pkgname" -m644 
freeglut-$pkgver/COPYING
 }
 
 # vim:set sw=2 et:



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

2022-05-03 Thread Jan Steffens via arch-commits
Date: Tuesday, May 3, 2022 @ 21:51:04
  Author: heftig
Revision: 1192433

3.2.2-2: debug on

Modified:
  lib32-freeglut/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2022-05-03 21:46:14 UTC (rev 1192432)
+++ PKGBUILD2022-05-03 21:51:04 UTC (rev 1192433)
@@ -3,32 +3,32 @@
 # Contributor: Eric Belanger 
 # Contributor: Tom Newsom 
 
-_pkgname=freeglut
-pkgname=lib32-${_pkgname}
-pkgver=3.2.1
-pkgrel=1
+pkgname=lib32-freeglut
+pkgver=3.2.2
+pkgrel=2
 pkgdesc='Provides functionality for small OpenGL programs (32-bit)'
 url='http://freeglut.sourceforge.net/'
 arch=('x86_64')
 license=('MIT')
 depends=('lib32-libxi' 'lib32-libxrandr' 'lib32-libgl' 'freeglut')
-makedepends=('lib32-mesa' 'lib32-glu' 'lib32-libxxf86vm' 'cmake')
+makedepends=('lib32-mesa' 'lib32-glu' 'lib32-libxxf86vm' 'cmake' 'ninja')
 replaces=('lib32-glut')
 provides=('lib32-glut')
 conflicts=('lib32-glut')
-source=(https://downloads.sourceforge.net/freeglut/${_pkgname}-${pkgver}.tar.gz)
-sha512sums=('aced4bbcd36269ce6f4ee1982e0f9e3fffbf18c94f785d3215ac9f4809b992e166c7ada496ed6174e13d77c0f7ef3ca4c57d8a282e96cbbe6ff086339ade3b08')
+options=('debug')
+source=(https://downloads.sourceforge.net/freeglut/freeglut-${pkgver}.tar.gz)
+sha512sums=('190231951d314f854c244bd27f7c20488403bd0eecffc342097a2e3d1621cec87f6c209a77b4c153aabcf44697b4070227930e295ab74fb88953cbbf94fc81d9')
 
 prepare() {
-  cd ${_pkgname}-${pkgver}
+  cd freeglut-${pkgver}
 }
 
 build() {
   export CC='gcc -m32'
   export CXX='g++ -m32'
-  export PKG_CONFIG_PATH='/usr/lib32/pkgconfig'
+  export PKG_CONFIG_PATH='i686-pc-linux-gnu-pkg-config'
 
-  cmake -H${_pkgname}-${pkgver} -Bbuild \
+  cmake -S freeglut-${pkgver} -B build -G Ninja \
 -DFREEGLUT_BUILD_STATIC_LIBS=OFF \
 -DCMAKE_INSTALL_PREFIX=/usr \
 -DCMAKE_INSTALL_LIBDIR=lib32 \
@@ -37,10 +37,10 @@
 }
 
 package() {
-  DESTDIR="${pkgdir}" cmake --build build --target install
+  DESTDIR="${pkgdir}" cmake --install build
   rm -rf "${pkgdir}/usr/include"
   ln -sr "${pkgdir}"/usr/lib32/pkgconfig/{glut,freeglut}.pc
-  install -Dm 644 -t "${pkgdir}/usr/share/licenses/${pkgname}" 
${_pkgname}-${pkgver}/COPYING
+  install -Dm 644 -t "${pkgdir}/usr/share/licenses/${pkgname}" 
freeglut-${pkgver}/COPYING
 }
 
 # vim: ts=2 sw=2 et:



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

2022-05-03 Thread Jan Steffens via arch-commits
Date: Tuesday, May 3, 2022 @ 21:46:19
  Author: heftig
Revision: 444541

2.2.0-3: debug on

Modified:
  glew/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2022-05-03 21:45:52 UTC (rev 444540)
+++ PKGBUILD2022-05-03 21:46:19 UTC (rev 444541)
@@ -4,7 +4,7 @@
 
 pkgname=glew
 pkgver=2.2.0
-pkgrel=2
+pkgrel=3
 pkgdesc="The OpenGL Extension Wrangler Library"
 arch=('x86_64')
 url="https://github.com/nigels-com/glew;
@@ -11,6 +11,7 @@
 license=('BSD' 'MIT' 'GPL')
 depends=('libxmu' 'libxi' 'glu')
 provides=('libGLEW.so')
+options=('debug')
 # https://sourceforge.net/projects/glew/files/glew/
 source=(https://downloads.sourceforge.net/${pkgname}/${pkgname}-${pkgver}.tgz
 glew-install.patch)



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

2022-05-03 Thread Jan Steffens via arch-commits
Date: Tuesday, May 3, 2022 @ 21:46:14
  Author: heftig
Revision: 1192432

2.2.0-3: debug on

Modified:
  lib32-glew/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2022-05-03 21:46:02 UTC (rev 1192431)
+++ PKGBUILD2022-05-03 21:46:14 UTC (rev 1192432)
@@ -3,7 +3,7 @@
 _pkgbasename=glew
 pkgname=lib32-$_pkgbasename
 pkgver=2.2.0
-pkgrel=1
+pkgrel=3
 pkgdesc="A cross-platform C/C++ extension loading library (32 bit)"
 arch=('x86_64')
 url="https://github.com/nigels-com/glew;
@@ -11,6 +11,7 @@
 depends=('lib32-libxmu' 'lib32-libxi' 'lib32-glu' "$_pkgbasename>=$pkgver")
 makedepends=('gcc-multilib')
 provides=('libGLEW.so')
+options=('debug')
 
source=(https://downloads.sourceforge.net/${_pkgbasename}/${_pkgbasename}-${pkgver}.tgz
 glew-install.patch)
 sha1sums=('22d6e9b9e691080eb6313407dbf51cfebc3345ea'



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

2022-05-03 Thread Jan Steffens via arch-commits
Date: Tuesday, May 3, 2022 @ 21:46:02
  Author: heftig
Revision: 1192431

8.4.0-8: debug on, clean up

Modified:
  lib32-mesa-demos/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2022-05-03 21:43:34 UTC (rev 1192430)
+++ PKGBUILD2022-05-03 21:46:02 UTC (rev 1192431)
@@ -5,24 +5,25 @@
 pkgbase=lib32-mesa-demos
 pkgname=('lib32-mesa-demos' 'lib32-mesa-utils')
 pkgver=8.4.0
-pkgrel=3
+pkgrel=8
 arch=(x86_64)
 url="http://mesa3d.sourceforge.net;
 license=('custom')
-makedepends=(gcc-multilib 'lib32-mesa' 'lib32-freetype2' 'lib32-freeglut' 
'lib32-glew')
-source=(https://mesa.freedesktop.org/archive/demos/mesa-demos-$pkgver.tar.bz2{,.sig}
+makedepends=('lib32-mesa' 'lib32-freetype2' 'lib32-glew' 'lib32-freeglut')
+options=('debug')
+source=(https://mesa.freedesktop.org/archive/demos/mesa-demos-${pkgver}.tar.bz2{,.sig}
 'LICENSE')
 
sha512sums=('b72d03cad36e0535ff18dcfb222ec4200064b9264f6da51a6e5f03b0dd912abe188bc1d600b6698de3ce6f63b28d2ce01565886ca8e7079edc4967fbf2fb0957'
 'SKIP'
 
'25da77914dded10c1f432ebcbf29941124138824ceecaf1367b3deedafaecabc082d463abcfa3d15abff59f177491472b505bcb5ba0c4a51bb6b93b4721a23c2')
 validpgpkeys=('E390B9700582FAEA959ACAD41EEF53D38A3A9C67') # "Andreas Boll 
"
- 
+
 build() {
   export CC="gcc -m32"
   export CXX="g++ -m32"
-  export PKG_CONFIG_PATH="/usr/lib32/pkgconfig"
+  export PKG_CONFIG="i686-pc-linux-gnu-pkg-config"
 
-  cd "${srcdir}/mesa-demos-${pkgver}"
+  cd mesa-demos-${pkgver}
   ./configure --prefix=/usr \
 --disable-gles1 \
 --with-system-data-files=/usr/share/mesa-demos
@@ -32,15 +33,16 @@
 
 package_lib32-mesa-demos() {
   pkgdesc="Mesa demos (32-bit)"
-  depends=('lib32-glew' 'lib32-freeglut' mesa-demos)
+  depends=('lib32-libgl' 'lib32-glew' 'lib32-freeglut' 'mesa-demos')
   install=mesa-demos.install
 
-  cd "${srcdir}/mesa-demos-${pkgver}"
+  cd mesa-demos-${pkgver}
   make DESTDIR="${pkgdir}" install
 
   # remove utils
-  rm ${pkgdir}/usr/bin/{glxinfo,glxgears,eglinfo}
+  rm "${pkgdir}"/usr/bin/{glxinfo,glxgears,eglinfo}
 
+  local i
   for i in "$pkgdir/usr/bin/"*; do
 mv "$i" "$i"32
   done
@@ -47,23 +49,22 @@
 
   rm -r "$pkgdir/usr/share/mesa-demos"
 
-  install -m755 -d "${pkgdir}/usr/share/licenses/$pkgname"
-  install -m644 "${srcdir}/LICENSE" "${pkgdir}/usr/share/licenses/$pkgname/"
+  install -Dm 0644 ../LICENSE -t "${pkgdir}/usr/share/licenses/${pkgname}/"
 }
 
 package_lib32-mesa-utils() {
-  pkgdesc="essential Mesa utilities (32-bit)"
+  pkgdesc="Essential Mesa utilities (32-bit)"
   depends=('lib32-libgl')
   provides=('glxinfo32' 'glxgears32' 'eglinfo32')
 
-  cd "${srcdir}/mesa-demos-${pkgver}"
+  cd mesa-demos-${pkgver}
   install -Dm 0755 src/egl/opengl/eglinfo -t "${pkgdir}/usr/bin/"
   install -Dm 0755 src/xdemos/{glxinfo,glxgears} -t "${pkgdir}/usr/bin/"
 
+  local i
   for i in "$pkgdir/usr/bin/"*; do
 mv "$i" "$i"32
   done
 
-  install -m755 -d "${pkgdir}/usr/share/licenses/$pkgname"
-  install -m644 "${srcdir}/LICENSE" "${pkgdir}/usr/share/licenses/$pkgname/"
+  install -Dm 0644 ../LICENSE -t "${pkgdir}/usr/share/licenses/${pkgname}/"
 }



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

2022-05-03 Thread Jan Steffens via arch-commits
Date: Tuesday, May 3, 2022 @ 21:45:52
  Author: heftig
Revision: 444540

8.4.0-8: debug on, clean up

Modified:
  mesa-demos/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2022-05-03 20:42:47 UTC (rev 444539)
+++ PKGBUILD2022-05-03 21:45:52 UTC (rev 444540)
@@ -3,13 +3,13 @@
 pkgbase=mesa-demos
 pkgname=('mesa-demos' 'mesa-utils')
 pkgver=8.4.0
-pkgrel=7
+pkgrel=8
 arch=('x86_64')
 url="https://www.mesa3d.org/;
 license=('custom')
-makedepends=('mesa' 'freetype2' 'git'
- 'glew' 'freeglut')
-source=(https://mesa.freedesktop.org/archive/demos/mesa-demos-$pkgver.tar.bz2{,.sig}
+makedepends=('mesa' 'freetype2' 'glew' 'freeglut')
+options=('debug')
+source=(https://mesa.freedesktop.org/archive/demos/mesa-demos-${pkgver}.tar.bz2{,.sig}
 'LICENSE')
 
sha512sums=('b72d03cad36e0535ff18dcfb222ec4200064b9264f6da51a6e5f03b0dd912abe188bc1d600b6698de3ce6f63b28d2ce01565886ca8e7079edc4967fbf2fb0957'
 'SKIP'
@@ -17,7 +17,7 @@
 validpgpkeys=('E390B9700582FAEA959ACAD41EEF53D38A3A9C67') # "Andreas Boll 
"
 
 build() {
-  cd mesa-demos-$pkgver
+  cd mesa-demos-${pkgver}
   ./configure --prefix=/usr \
 --disable-gles1 \
 --with-system-data-files=/usr/share/mesa-demos
@@ -26,35 +26,30 @@
 }
 
 package_mesa-demos() {
-
   pkgdesc="Mesa demos"
+  depends=('libgl' 'glew' 'freeglut')
   install=mesa-demos.install
-  depends=('glew' 'freeglut')
-  
-  cd mesa-demos-$pkgver
+
+  cd mesa-demos-${pkgver}
   make DESTDIR="${pkgdir}" install
-  
+
   # add missing egl files
   install -m 0755 
src/egl/opengl/{eglgears_wayland,eglgears_x11,eglkms,egltri_wayland,egltri_x11,peglgears,xeglgears,xeglthreads}
 "${pkgdir}/usr/bin/"
-  
-  install -m755 -d "${pkgdir}/usr/share/licenses/mesa-demos"
-  install -m644 "${srcdir}/LICENSE" "${pkgdir}/usr/share/licenses/mesa-demos/"
 
   # remove utils
-  rm ${pkgdir}/usr/bin/{glxinfo,glxgears,eglinfo}
+  rm "${pkgdir}"/usr/bin/{glxinfo,glxgears,eglinfo}
+
+  install -Dm 0644 ../LICENSE -t "${pkgdir}/usr/share/licenses/${pkgname}/"
 }
 
 package_mesa-utils() {
-
-  pkgdesc="essential Mesa utilities"
+  pkgdesc="Essential Mesa utilities"
   depends=('libgl')
   provides=('glxinfo' 'glxgears' 'eglinfo')
 
-  cd mesa-demos-$pkgver
+  cd mesa-demos-${pkgver}
   install -Dm 0755 src/egl/opengl/eglinfo -t "${pkgdir}/usr/bin/"
   install -Dm 0755 src/xdemos/{glxinfo,glxgears} -t "${pkgdir}/usr/bin/"
 
-  
-  install -m755 -d "${pkgdir}/usr/share/licenses/$pkgname"
-  install -m644 "${srcdir}/LICENSE" "${pkgdir}/usr/share/licenses/$pkgname/"
+  install -Dm 0644 ../LICENSE -t "${pkgdir}/usr/share/licenses/${pkgname}/"
 }



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

2022-05-03 Thread Antonio Rojas via arch-commits
Date: Tuesday, May 3, 2022 @ 21:43:34
  Author: arojas
Revision: 1192430

archrelease: copy trunk to community-x86_64

Added:
  hivex/repos/community-x86_64/PKGBUILD
(from rev 1192429, hivex/trunk/PKGBUILD)
Deleted:
  hivex/repos/community-x86_64/PKGBUILD

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

Deleted: PKGBUILD
===
--- PKGBUILD2022-05-03 21:43:23 UTC (rev 1192429)
+++ PKGBUILD2022-05-03 21:43:34 UTC (rev 1192430)
@@ -1,39 +0,0 @@
-# Maintainer: Robin Broda 
-# Contributor: Brian Bidulock 
-# Contributor: Patryk Kowalczyk < patryk at kowalczyk dot ws>
-
-pkgname=hivex
-pkgver=1.3.21
-pkgrel=4
-pkgdesc="System for extracting the contents of Windows Registry."
-arch=("x86_64")
-url="http://libguestfs.org;
-license=("LGPL2.1")
-depends=("libxml2" "perl")
-makedepends=("python" "ruby" "ruby-rake" "ruby-rdoc" "perl-io-stringy" 
"perl-test-simple" "ocaml-findlib" "ocaml" "chrpath")
-optdepends=("python: python bindings"
-   "ruby: ruby bindings"
-   "ocaml: ocaml bindings")
-source=("http://libguestfs.org/download/$pkgname/$pkgname-$pkgver.tar.gz"{,.sig})
-sha512sums=('e893d9fa77655540d29ef6657764f701f9cddb33d11b2bfef36ce0c2caebab92b55a32b7e1c99efbab0d53f558a44bf1c4c6f6da13daa37d568ff96d7d28f842'
-'SKIP')
-validpgpkeys=('F7774FB1AD074A7E8C8767EA91738F73E1B768A0') # Richard W.M. Jones 

-
-build() {
-cd "$pkgname-$pkgver"
-
-./configure \
-   --bindir=/usr/bin \
-   --libdir=/usr/lib \
-   --prefix=/usr \
-   --disable-rpath \
-   --disable-static PYTHON=python
-
-make
-chrpath -d perl/blib/arch/auto/Win/Hivex/Hivex.so
-}
-
-package() {
-cd "$pkgname-$pkgver"
-make DESTDIR="$pkgdir" install
-}

Copied: hivex/repos/community-x86_64/PKGBUILD (from rev 1192429, 
hivex/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2022-05-03 21:43:34 UTC (rev 1192430)
@@ -0,0 +1,40 @@
+# Maintainer: Robin Broda 
+# Contributor: Brian Bidulock 
+# Contributor: Patryk Kowalczyk < patryk at kowalczyk dot ws>
+
+pkgname=hivex
+pkgver=1.3.21
+pkgrel=5
+pkgdesc="System for extracting the contents of Windows Registry."
+arch=("x86_64")
+url="http://libguestfs.org;
+license=("LGPL2.1")
+depends=("libxml2" "perl")
+makedepends=("python" "ruby" "ruby-rake" "ruby-rdoc" "perl-io-stringy" 
"perl-test-simple" "ocaml-findlib" "ocaml" "chrpath")
+optdepends=("python: python bindings"
+   "ruby: ruby bindings"
+   "ocaml: ocaml bindings")
+source=("http://libguestfs.org/download/$pkgname/$pkgname-$pkgver.tar.gz"{,.sig})
+sha512sums=('e893d9fa77655540d29ef6657764f701f9cddb33d11b2bfef36ce0c2caebab92b55a32b7e1c99efbab0d53f558a44bf1c4c6f6da13daa37d568ff96d7d28f842'
+'SKIP')
+validpgpkeys=('F7774FB1AD074A7E8C8767EA91738F73E1B768A0') # Richard W.M. Jones 

+
+build() {
+cd "$pkgname-$pkgver"
+
+CFLAGS+=' -ffat-lto-objects' \
+./configure \
+   --bindir=/usr/bin \
+   --libdir=/usr/lib \
+   --prefix=/usr \
+   --disable-rpath \
+   --disable-static PYTHON=python
+
+make
+chrpath -d perl/blib/arch/auto/Win/Hivex/Hivex.so
+}
+
+package() {
+cd "$pkgname-$pkgver"
+make DESTDIR="$pkgdir" install
+}



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

2022-05-03 Thread Antonio Rojas via arch-commits
Date: Tuesday, May 3, 2022 @ 21:43:23
  Author: arojas
Revision: 1192429

-ffat-lto-objects

Modified:
  hivex/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2022-05-03 20:36:31 UTC (rev 1192428)
+++ PKGBUILD2022-05-03 21:43:23 UTC (rev 1192429)
@@ -4,7 +4,7 @@
 
 pkgname=hivex
 pkgver=1.3.21
-pkgrel=4
+pkgrel=5
 pkgdesc="System for extracting the contents of Windows Registry."
 arch=("x86_64")
 url="http://libguestfs.org;
@@ -22,6 +22,7 @@
 build() {
 cd "$pkgname-$pkgver"
 
+CFLAGS+=' -ffat-lto-objects' \
 ./configure \
--bindir=/usr/bin \
--libdir=/usr/lib \



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

2022-05-03 Thread Tobias Powalowski via arch-commits
Date: Tuesday, May 3, 2022 @ 20:42:47
  Author: tpowa
Revision: 444539

archrelease: copy trunk to extra-any

Added:
  archboot-arm/repos/extra-any/PKGBUILD
(from rev 444538, archboot-arm/trunk/PKGBUILD)
  archboot-arm/repos/extra-any/archboot.install
(from rev 444538, 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-05-03 20:42:42 UTC (rev 444538)
+++ PKGBUILD2022-05-03 20:42:47 UTC (rev 444539)
@@ -1,54 +0,0 @@
-# Maintainer : Tobias Powalowski 
-
-pkgname=archboot-arm
-pkgver=2022.05
-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' 'sbctl')
-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 444538, 
archboot-arm/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2022-05-03 20:42:47 UTC (rev 444539)
@@ -0,0 +1,54 @@
+# Maintainer : Tobias Powalowski 
+
+pkgname=archboot-arm
+pkgver=2022.05
+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' 

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

2022-05-03 Thread Tobias Powalowski via arch-commits
Date: Tuesday, May 3, 2022 @ 20:42:42
  Author: tpowa
Revision: 444538

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

Modified:
  archboot-arm/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2022-05-03 20:41:54 UTC (rev 444537)
+++ PKGBUILD2022-05-03 20:42:42 UTC (rev 444538)
@@ -2,7 +2,7 @@
 
 pkgname=archboot-arm
 pkgver=2022.05
-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-05-03 Thread Tobias Powalowski via arch-commits
Date: Tuesday, May 3, 2022 @ 20:41:54
  Author: tpowa
Revision: 444537

archrelease: copy trunk to extra-any

Added:
  archboot/repos/extra-any/PKGBUILD
(from rev 444536, archboot/trunk/PKGBUILD)
  archboot/repos/extra-any/archboot.install
(from rev 444536, 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-05-03 20:41:48 UTC (rev 444536)
+++ PKGBUILD2022-05-03 20:41:54 UTC (rev 444537)
@@ -1,55 +0,0 @@
-# Maintainer : Tobias Powalowski 
-
-pkgname=archboot
-pkgver=2022.05
-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' 'sbctl')
-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 444536, 
archboot/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2022-05-03 20:41:54 UTC (rev 444537)
@@ -0,0 +1,55 @@
+# Maintainer : Tobias Powalowski 
+
+pkgname=archboot
+pkgver=2022.05
+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-05-03 Thread Tobias Powalowski via arch-commits
Date: Tuesday, May 3, 2022 @ 20:41:48
  Author: tpowa
Revision: 444536

upgpkg: archboot 2022.05-10: bump to latest version

Modified:
  archboot/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2022-05-03 20:06:12 UTC (rev 444535)
+++ PKGBUILD2022-05-03 20:41:48 UTC (rev 444536)
@@ -2,7 +2,7 @@
 
 pkgname=archboot
 pkgver=2022.05
-pkgrel=9
+pkgrel=10
 pkgdesc="Advanced, modular arch boot/install image creation utility"
 arch=(any)
 license=('GPL')



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

2022-05-03 Thread Antonio Rojas via arch-commits
Date: Tuesday, May 3, 2022 @ 20:36:31
  Author: arojas
Revision: 1192428

Update checksums, add workaround from gcc PKGBUILD and disable lto to fix build

Modified:
  ghdl/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2022-05-03 18:49:34 UTC (rev 1192427)
+++ PKGBUILD2022-05-03 20:36:31 UTC (rev 1192428)
@@ -23,14 +23,15 @@
 "https://ftp.gnu.org/gnu/gcc/gcc-$_gcc/gcc-$_gcc.tar.xz"{,.sig}
 "http://isl.gforge.inria.fr/isl-$_isl.tar.bz2;)
 
sha512sums=('efaa277132de3caeafedace137b58fa05bfa61567f12480092b1e8f74a4438e40c85c6e21cd0c5d65fbba3d116b65265e3939a8b5df951baf74837c1eca3196f'
-
'aeef4fd149f6b58f7b458175833161cc07137cdbde07f2b5717d61f45997b6f6be37a2a59729204a50345e18f9ac6e28b69b60f01fbe01bea14fc1b114fbd8b5'
-
'579d30687e44a02f9da5fca2096fcfd9767a4ce2b697fd96e207338a8bd6942e1173391417adcca4537951b4cbb09a8c9e91f97fc8ea181687009a86b99fb111'
-
'8cc79c26aa1d301d9ee2ea58e9237b5a4e108de484f9df2a61df82501a59668eba4e6b7a47dde0717ba3f14a7cb6b8cbbd63e1a9d053d08fdd71a488f0a30fd6'
-
'5e8c48ed15734d1cc2fb6e7be4a5480e56ba12e973a550ebf99183d44881325ca14e29a8f58367bd847a65a3a09e6b6e94d042fcfd77783e09539e5fb2ed4db0'
-
'e9d6877c08f3100df4dac1455ba9c07b843e99c071a88e14711fed0ed459badf9f1e473ef9eb5ae674caba281039aa89882475ff4cb7fc7d09372f41004b2162'
+
'56c9cf30ecc6c1f7a11438d52b0e096b31cdf7ac4a76c2080c5d8c9c4b7df2bf3387bc336ee06e26d461aa470fbb73203f7936cec053dd2ae8782d77a151a673'
+
'5a0a811dbe21f5caa07b9497ce9d5ac13133f9101f7433ac7e6afb56379c7d624c97aaa43043e31ca88157abc57c0d8b3f78f508ef4a9ec620c9adbcf157a47e'
+
'30b78ac4f3d9f0ecfa0a90d7200d9fe8c1d014830a24b6d11a719e10d8a086fa788b111db086743975426fc366dd9279957aca149847aec3ca36dfcd6939f699'
+
'1fbd16323643c38ee522ed6b10d767cda1ab2054b6015ba0fb168bc3a1fe569965ac8d690055e875c34cead1c20ac35904c4acdf0a4d63635c02b8fb3555f1f8'
+
'b8cd926e951784fb9f08a838d89574586f872c7d29b308797ca617ef6e8678f34c8004f6bd02cf49c35644180c1bc614221adfa68c1ab823ce491c010582410f'
 
'42ae38928bd2e8183af445da34220964eb690b675b1892bbeb7cd5bb62be499011ec9a93397dba5e2fb681afadfc6f2767d03b9035b44ba9be807187ae6dc65e'
 'SKIP'
 
'05dfbdbbe852e2440b272808b23210374ce4ce46298eeb4c18ca8725db834b0da607338a371e3d07a78585fc7e0de182e75bf09dff11477937228bd97b7b83f7')
+options=(!lto)
 
 prepare() {
   cd "$srcdir"
@@ -95,6 +96,10 @@
 
   cd "$srcdir"/gcc-build
 
+# Taken from gcc PKGBUILD
+  CFLAGS=${CFLAGS/-Werror=format-security/}
+  CXXFLAGS=${CXXFLAGS/-Werror=format-security/}
+
   "$srcdir"/gcc-$_gcc/configure \
   --prefix=/usr \
   --libdir=/usr/lib \



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

2022-05-03 Thread Tobias Powalowski via arch-commits
Date: Tuesday, May 3, 2022 @ 20:06:12
  Author: tpowa
Revision: 444535

archrelease: copy trunk to extra-any

Added:
  archboot-arm/repos/extra-any/PKGBUILD
(from rev 444534, archboot-arm/trunk/PKGBUILD)
  archboot-arm/repos/extra-any/archboot.install
(from rev 444534, 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-05-03 20:06:06 UTC (rev 444534)
+++ PKGBUILD2022-05-03 20:06:12 UTC (rev 444535)
@@ -1,54 +0,0 @@
-# Maintainer : Tobias Powalowski 
-
-pkgname=archboot-arm
-pkgver=2022.05
-pkgrel=8
-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' 'sbctl')
-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 444534, 
archboot-arm/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2022-05-03 20:06:12 UTC (rev 444535)
@@ -0,0 +1,54 @@
+# Maintainer : Tobias Powalowski 
+
+pkgname=archboot-arm
+pkgver=2022.05
+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' 

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

2022-05-03 Thread Tobias Powalowski via arch-commits
Date: Tuesday, May 3, 2022 @ 20:06:06
  Author: tpowa
Revision: 444534

upgpkg: archboot-arm 2022.05-9: bump to latest version

Modified:
  archboot-arm/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2022-05-03 20:05:07 UTC (rev 444533)
+++ PKGBUILD2022-05-03 20:06:06 UTC (rev 444534)
@@ -2,7 +2,7 @@
 
 pkgname=archboot-arm
 pkgver=2022.05
-pkgrel=8
+pkgrel=9
 pkgdesc="Advanced, modular arch boot/install image creation utility with 
aarch64 depends"
 arch=(any)
 license=('GPL')



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

2022-05-03 Thread Tobias Powalowski via arch-commits
Date: Tuesday, May 3, 2022 @ 20:05:01
  Author: tpowa
Revision: 444532

upgpkg: archboot 2022.05-9: bump to latest version

Modified:
  archboot/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2022-05-03 19:42:07 UTC (rev 444531)
+++ PKGBUILD2022-05-03 20:05:01 UTC (rev 444532)
@@ -2,7 +2,7 @@
 
 pkgname=archboot
 pkgver=2022.05
-pkgrel=8
+pkgrel=9
 pkgdesc="Advanced, modular arch boot/install image creation utility"
 arch=(any)
 license=('GPL')



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

2022-05-03 Thread Tobias Powalowski via arch-commits
Date: Tuesday, May 3, 2022 @ 20:05:07
  Author: tpowa
Revision: 444533

archrelease: copy trunk to extra-any

Added:
  archboot/repos/extra-any/PKGBUILD
(from rev 444532, archboot/trunk/PKGBUILD)
  archboot/repos/extra-any/archboot.install
(from rev 444532, 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-05-03 20:05:01 UTC (rev 444532)
+++ PKGBUILD2022-05-03 20:05:07 UTC (rev 444533)
@@ -1,55 +0,0 @@
-# Maintainer : Tobias Powalowski 
-
-pkgname=archboot
-pkgver=2022.05
-pkgrel=8
-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' 'sbctl')
-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 444532, 
archboot/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2022-05-03 20:05:07 UTC (rev 444533)
@@ -0,0 +1,55 @@
+# Maintainer : Tobias Powalowski 
+
+pkgname=archboot
+pkgver=2022.05
+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' 

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

2022-05-03 Thread Tobias Powalowski via arch-commits
Date: Tuesday, May 3, 2022 @ 19:42:07
  Author: tpowa
Revision: 444531

archrelease: copy trunk to extra-any

Added:
  archboot-arm/repos/extra-any/PKGBUILD
(from rev 444530, archboot-arm/trunk/PKGBUILD)
  archboot-arm/repos/extra-any/archboot.install
(from rev 444530, 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-05-03 19:42:01 UTC (rev 444530)
+++ PKGBUILD2022-05-03 19:42:07 UTC (rev 444531)
@@ -1,54 +0,0 @@
-# Maintainer : Tobias Powalowski 
-
-pkgname=archboot-arm
-pkgver=2022.05
-pkgrel=7
-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' 'sbctl')
-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 444530, 
archboot-arm/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2022-05-03 19:42:07 UTC (rev 444531)
@@ -0,0 +1,54 @@
+# Maintainer : Tobias Powalowski 
+
+pkgname=archboot-arm
+pkgver=2022.05
+pkgrel=8
+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-05-03 Thread Tobias Powalowski via arch-commits
Date: Tuesday, May 3, 2022 @ 19:42:01
  Author: tpowa
Revision: 444530

upgpkg: archboot-arm 2022.05-8: bump to latest version

Modified:
  archboot-arm/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2022-05-03 19:41:07 UTC (rev 444529)
+++ PKGBUILD2022-05-03 19:42:01 UTC (rev 444530)
@@ -2,7 +2,7 @@
 
 pkgname=archboot-arm
 pkgver=2022.05
-pkgrel=7
+pkgrel=8
 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-05-03 Thread Tobias Powalowski via arch-commits
Date: Tuesday, May 3, 2022 @ 19:41:07
  Author: tpowa
Revision: 444529

archrelease: copy trunk to extra-any

Added:
  archboot/repos/extra-any/PKGBUILD
(from rev 444528, archboot/trunk/PKGBUILD)
  archboot/repos/extra-any/archboot.install
(from rev 444528, 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-05-03 19:39:53 UTC (rev 444528)
+++ PKGBUILD2022-05-03 19:41:07 UTC (rev 444529)
@@ -1,55 +0,0 @@
-# Maintainer : Tobias Powalowski 
-
-pkgname=archboot
-pkgver=2022.05
-pkgrel=8
-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' 'sbctl')
-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 444528, 
archboot/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2022-05-03 19:41:07 UTC (rev 444529)
@@ -0,0 +1,55 @@
+# Maintainer : Tobias Powalowski 
+
+pkgname=archboot
+pkgver=2022.05
+pkgrel=8
+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/repos/extra-any (4 files)

2022-05-03 Thread Tobias Powalowski via arch-commits
Date: Tuesday, May 3, 2022 @ 19:39:53
  Author: tpowa
Revision: 444528

archrelease: copy trunk to extra-any

Added:
  archboot/repos/extra-any/PKGBUILD
(from rev 444527, archboot/trunk/PKGBUILD)
  archboot/repos/extra-any/archboot.install
(from rev 444527, 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-05-03 19:33:46 UTC (rev 444527)
+++ PKGBUILD2022-05-03 19:39:53 UTC (rev 444528)
@@ -1,55 +0,0 @@
-# Maintainer : Tobias Powalowski 
-
-pkgname=archboot
-pkgver=2022.05
-pkgrel=8
-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' 'sbctl')
-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 444527, 
archboot/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2022-05-03 19:39:53 UTC (rev 444528)
@@ -0,0 +1,55 @@
+# Maintainer : Tobias Powalowski 
+
+pkgname=archboot
+pkgver=2022.05
+pkgrel=8
+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/repos/extra-any (4 files)

2022-05-03 Thread Tobias Powalowski via arch-commits
Date: Tuesday, May 3, 2022 @ 19:33:46
  Author: tpowa
Revision: 444527

archrelease: copy trunk to extra-any

Added:
  archboot/repos/extra-any/PKGBUILD
(from rev 444526, archboot/trunk/PKGBUILD)
  archboot/repos/extra-any/archboot.install
(from rev 444526, 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-05-03 19:33:40 UTC (rev 444526)
+++ PKGBUILD2022-05-03 19:33:46 UTC (rev 444527)
@@ -1,55 +0,0 @@
-# Maintainer : Tobias Powalowski 
-
-pkgname=archboot
-pkgver=2022.05
-pkgrel=7
-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' 'sbctl')
-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 444526, 
archboot/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2022-05-03 19:33:46 UTC (rev 444527)
@@ -0,0 +1,55 @@
+# Maintainer : Tobias Powalowski 
+
+pkgname=archboot
+pkgver=2022.05
+pkgrel=8
+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-05-03 Thread Tobias Powalowski via arch-commits
Date: Tuesday, May 3, 2022 @ 19:33:40
  Author: tpowa
Revision: 444526

upgpkg: archboot 2022.05-8: bump to latest version

Modified:
  archboot/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2022-05-03 18:13:26 UTC (rev 444525)
+++ PKGBUILD2022-05-03 19:33:40 UTC (rev 444526)
@@ -2,7 +2,7 @@
 
 pkgname=archboot
 pkgver=2022.05
-pkgrel=7
+pkgrel=8
 pkgdesc="Advanced, modular arch boot/install image creation utility"
 arch=(any)
 license=('GPL')



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

2022-05-03 Thread Andrew Crerar via arch-commits
Date: Tuesday, May 3, 2022 @ 18:49:34
  Author: andrewsc
Revision: 1192427

archrelease: copy trunk to community-any

Added:
  python-pipenv/repos/community-any/PKGBUILD
(from rev 1192426, python-pipenv/trunk/PKGBUILD)
  python-pipenv/repos/community-any/requirements_downgrade.patch
(from rev 1192426, python-pipenv/trunk/requirements_downgrade.patch)
Deleted:
  python-pipenv/repos/community-any/PKGBUILD
  python-pipenv/repos/community-any/requirements_downgrade.patch

--+
 PKGBUILD |   82 -
 requirements_downgrade.patch |   29 ++
 2 files changed, 54 insertions(+), 57 deletions(-)

Deleted: PKGBUILD
===
--- PKGBUILD2022-05-03 18:49:17 UTC (rev 1192426)
+++ PKGBUILD2022-05-03 18:49:34 UTC (rev 1192427)
@@ -1,41 +0,0 @@
-# Maintainer: Morten Linderud 
-# Maintainer: Andrew Crerar 
-# Contributor: Maikel Wever 
-
-pkgname=python-pipenv
-pkgver=2022.4.21
-pkgrel=2
-pkgdesc="Sacred Marriage of Pipfile, Pip, & Virtualenv."
-url="https://pipenv.pypa.io;
-arch=('any')
-license=('MIT')
-depends=('python' 'python-pip' 'python-certifi'
- 'python-virtualenv-clone' 'python-virtualenv')
-makedepends=('python-setuptools')
-source=("${pkgname}-${pkgver}.tar.gz::https://github.com/pypa/pipenv/archive/v${pkgver}.tar.gz;
-"requirements_downgrade.patch")
-sha512sums=('b79901c65d13a346cff15284453069c58306228ae93c0257b473c2ef8efa2c8611071f1535d15253ce694929412546aba7988829b843b835e7862822a426'
-
'a36117df9f9731e0c9393ac02434608191cd760e3e2c8e4d28fef6260c8db69edd7e08cffb321c8792eaa45b8b49cd68475593d11c9d90850cb9940d4472ee6b')
-
-prepare() {
-  cd "pipenv-${pkgver}"
-  patch -Np1 -i ../requirements_downgrade.patch
-}
-
-build() {
-  cd "pipenv-${pkgver}"
-  python setup.py build
-}
-
-package() {
-  cd "pipenv-${pkgver}"
-  python setup.py install --root="$pkgdir/" --optimize=1 --skip-build
-  install -Dm 644 LICENSE "${pkgdir}/usr/share/licenses/${pkgname}/LICENSE"
-  pushd pipenv
-  find . -name \*LICENSE\* -exec install -Dm 644 \{\} 
"${pkgdir}/usr/share/licenses/${pkgname}/"\{\} \;
-  popd
-
-  PIPENV_SHELL=bash python -m pipenv --completion | install -Dm644 /dev/stdin 
"${pkgdir}/usr/share/bash-completion/completions/pipenv"
-  PIPENV_SHELL=zsh  python -m pipenv --completion | install -Dm644 /dev/stdin 
"${pkgdir}/usr/share/zsh/site-functions/_pipenv"
-  PIPENV_SHELL=fish python -m pipenv --completion | install -Dm644 /dev/stdin 
"${pkgdir}/usr/share/fish/vendor_completions.d/pipenv.fish"
-}

Copied: python-pipenv/repos/community-any/PKGBUILD (from rev 1192426, 
python-pipenv/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2022-05-03 18:49:34 UTC (rev 1192427)
@@ -0,0 +1,41 @@
+# Maintainer: Morten Linderud 
+# Maintainer: Andrew Crerar 
+# Contributor: Maikel Wever 
+
+pkgname=python-pipenv
+pkgver=2022.5.2
+pkgrel=1
+pkgdesc="Sacred Marriage of Pipfile, Pip, & Virtualenv."
+url="https://pipenv.pypa.io;
+arch=('any')
+license=('MIT')
+depends=('python' 'python-pip' 'python-certifi'
+ 'python-virtualenv-clone' 'python-virtualenv')
+makedepends=('python-setuptools')
+source=("${pkgname}-${pkgver}.tar.gz::https://github.com/pypa/pipenv/archive/v${pkgver}.tar.gz;
+"requirements_downgrade.patch")
+sha512sums=('0c0fcaf14046cb0d75cb9c260408683b53d6a5e5f2c20c4f73cc20c21af054ac2f18d3c616bfebf18dd6ad02731dadcc0efa85f861643c5ce7dc16d61e9d1983'
+
'd35c6c9d6c490af0b34a97ef2a5a37244df7aceb9b45d4caf8e3155cd28c9ea9721557235b6b99c880d866c89b2b479c974345fde4b989b480bcb7b9ccd34736')
+
+prepare() {
+  cd "pipenv-${pkgver}"
+  patch -Np1 -i ../requirements_downgrade.patch
+}
+
+build() {
+  cd "pipenv-${pkgver}"
+  python setup.py build
+}
+
+package() {
+  cd "pipenv-${pkgver}"
+  python setup.py install --root="$pkgdir/" --optimize=1 --skip-build
+  install -Dm 644 LICENSE "${pkgdir}/usr/share/licenses/${pkgname}/LICENSE"
+  pushd pipenv
+  find . -name \*LICENSE\* -exec install -Dm 644 \{\} 
"${pkgdir}/usr/share/licenses/${pkgname}/"\{\} \;
+  popd
+
+  PIPENV_SHELL=bash python -m pipenv --completion | install -Dm644 /dev/stdin 
"${pkgdir}/usr/share/bash-completion/completions/pipenv"
+  PIPENV_SHELL=zsh  python -m pipenv --completion | install -Dm644 /dev/stdin 
"${pkgdir}/usr/share/zsh/site-functions/_pipenv"
+  PIPENV_SHELL=fish python -m pipenv --completion | install -Dm644 /dev/stdin 
"${pkgdir}/usr/share/fish/vendor_completions.d/pipenv.fish"
+}

Deleted: requirements_downgrade.patch
===
--- requirements_downgrade.patch2022-05-03 18:49:17 UTC (rev 1192426)
+++ requirements_downgrade.patch2022-05-03 18:49:34 UTC (rev 1192427)
@@ -1,16 +0,0 @@
-diff --git a/setup.py b/setup.py
-index d07a359a..42d29e0a 100644
 

[arch-commits] Commit in python-pipenv/trunk (PKGBUILD requirements_downgrade.patch)

2022-05-03 Thread Andrew Crerar via arch-commits
Date: Tuesday, May 3, 2022 @ 18:49:17
  Author: andrewsc
Revision: 1192426

upgpkg: python-pipenv 2022.5.2-1

- Updated patch to only contain pip downgrade as upstream has reverted
  the setup tools change: 
https://github.com/pypa/pipenv/commit/ba259a674b81e59e9d08d9d8eaeb7ebd358e4c3f

Modified:
  python-pipenv/trunk/PKGBUILD
  python-pipenv/trunk/requirements_downgrade.patch

--+
 PKGBUILD |8 
 requirements_downgrade.patch |9 +++--
 2 files changed, 7 insertions(+), 10 deletions(-)

Modified: PKGBUILD
===
--- PKGBUILD2022-05-03 18:43:08 UTC (rev 1192425)
+++ PKGBUILD2022-05-03 18:49:17 UTC (rev 1192426)
@@ -3,8 +3,8 @@
 # Contributor: Maikel Wever 
 
 pkgname=python-pipenv
-pkgver=2022.4.21
-pkgrel=2
+pkgver=2022.5.2
+pkgrel=1
 pkgdesc="Sacred Marriage of Pipfile, Pip, & Virtualenv."
 url="https://pipenv.pypa.io;
 arch=('any')
@@ -14,8 +14,8 @@
 makedepends=('python-setuptools')
 
source=("${pkgname}-${pkgver}.tar.gz::https://github.com/pypa/pipenv/archive/v${pkgver}.tar.gz;
 "requirements_downgrade.patch")
-sha512sums=('b79901c65d13a346cff15284453069c58306228ae93c0257b473c2ef8efa2c8611071f1535d15253ce694929412546aba7988829b843b835e7862822a426'
-
'a36117df9f9731e0c9393ac02434608191cd760e3e2c8e4d28fef6260c8db69edd7e08cffb321c8792eaa45b8b49cd68475593d11c9d90850cb9940d4472ee6b')
+sha512sums=('0c0fcaf14046cb0d75cb9c260408683b53d6a5e5f2c20c4f73cc20c21af054ac2f18d3c616bfebf18dd6ad02731dadcc0efa85f861643c5ce7dc16d61e9d1983'
+
'd35c6c9d6c490af0b34a97ef2a5a37244df7aceb9b45d4caf8e3155cd28c9ea9721557235b6b99c880d866c89b2b479c974345fde4b989b480bcb7b9ccd34736')
 
 prepare() {
   cd "pipenv-${pkgver}"

Modified: requirements_downgrade.patch
===
--- requirements_downgrade.patch2022-05-03 18:43:08 UTC (rev 1192425)
+++ requirements_downgrade.patch2022-05-03 18:49:17 UTC (rev 1192426)
@@ -1,8 +1,8 @@
 diff --git a/setup.py b/setup.py
-index d07a359a..42d29e0a 100644
+index 3a1cd31a..d7083434 100644
 --- a/setup.py
 +++ b/setup.py
-@@ -21,9 +21,9 @@ if sys.argv[-1] == "publish":
+@@ -21,7 +21,7 @@ if sys.argv[-1] == "publish":
  sys.exit()
  
  required = [
@@ -9,8 +9,5 @@
 -"pip>=22.0.4",
 +"pip>=21.0.0",
  "certifi",
--"setuptools>=60.0.0",
-+"setuptools>=59.5.0",
+ "setuptools>=36.2.1",
  "virtualenv-clone>=0.2.5",
- "virtualenv",
- ]



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

2022-05-03 Thread Kpcyrd via arch-commits
Date: Tuesday, May 3, 2022 @ 18:43:08
  Author: kpcyrd
Revision: 1192425

archrelease: copy trunk to community-x86_64

Added:
  doctl/repos/community-x86_64/PKGBUILD
(from rev 1192424, doctl/trunk/PKGBUILD)
Deleted:
  doctl/repos/community-x86_64/PKGBUILD

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

Deleted: PKGBUILD
===
--- PKGBUILD2022-05-03 18:42:46 UTC (rev 1192424)
+++ PKGBUILD2022-05-03 18:43:08 UTC (rev 1192425)
@@ -1,41 +0,0 @@
-# Maintainer: kpcyrd 
-# Contributor: NOGISAKA Sadata 
-# Contributor: Bennett Piater 
-
-pkgname=doctl
-pkgver=1.73.1
-pkgrel=2
-pkgdesc='The official command line interface for the DigitalOcean API'
-url='https://github.com/digitalocean/doctl'
-arch=('x86_64')
-license=('Apache')
-depends=('glibc')
-makedepends=('go')
-source=(https://github.com/digitalocean/${pkgname}/archive/v${pkgver}/${pkgname}-${pkgver}.tar.gz)
-sha512sums=('c8993682e344654ad3a48ed6f0944ab3ee158439d713bb81019c5074a68defb7d97ee3ba9773e42027f12a3526318979383a35cb15374663d746a8cdb6178afe')
-b2sums=('4163edfd121270d1074a6208aaea8d46bbb39304e2375816c9c22f1fe5ae1017b79349e76839ff427d4dabf830b789fe8d5b70713dc8ed71c6d3f580af659ca8')
-
-build() {
-  cd ${pkgname}-${pkgver}
-  go build \
--trimpath \
--buildmode=pie \
--mod=readonly \
--ldflags "-linkmode external -extldflags \"${LDFLAGS}\"" \
-./cmd/...
-}
-
-package() {
-  cd ${pkgname}-${pkgver}
-  install -Dm 755 "${pkgname}" -t "${pkgdir}/usr/bin"
-
-  # setup completions
-  install -dm 755 "${pkgdir}/usr/share/bash-completion/completions" \
-  "${pkgdir}/usr/share/zsh/site-functions" \
- "${pkgdir}/usr/share/fish/vendor_completions.d"
-  "${pkgdir}/usr/bin/${pkgname}" completion bash > 
"${pkgdir}/usr/share/bash-completion/completions/${pkgname}"
-  "${pkgdir}/usr/bin/${pkgname}" completion zsh > 
"${pkgdir}/usr/share/zsh/site-functions/_${pkgname}"
-  "${pkgdir}/usr/bin/${pkgname}" completion fish > 
"${pkgdir}/usr/share/fish/vendor_completions.d/${pkgname}.fish"
-}
-
-# vim: ts=2 sw=2 et:

Copied: doctl/repos/community-x86_64/PKGBUILD (from rev 1192424, 
doctl/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2022-05-03 18:43:08 UTC (rev 1192425)
@@ -0,0 +1,41 @@
+# Maintainer: kpcyrd 
+# Contributor: NOGISAKA Sadata 
+# Contributor: Bennett Piater 
+
+pkgname=doctl
+pkgver=1.74.0
+pkgrel=1
+pkgdesc='The official command line interface for the DigitalOcean API'
+url='https://github.com/digitalocean/doctl'
+arch=('x86_64')
+license=('Apache')
+depends=('glibc')
+makedepends=('go')
+source=(https://github.com/digitalocean/${pkgname}/archive/v${pkgver}/${pkgname}-${pkgver}.tar.gz)
+sha512sums=('0a49d18c9cf087281eabba61ff9afe1302e8a619e5d7ec26a5b386a66b3500cc04a1597900bc17954c6da564560dc67d2c3294aa1fdabdc867f00e117d06e6a7')
+b2sums=('47eb5349a497fd88ea80db67b0da80c42a6427650fb4a4a9f0a36ada824ee9cbc5befdab4f6c7afdf4f592e7f35859a7c5042465a453f78a80be1a5de8fb03cb')
+
+build() {
+  cd ${pkgname}-${pkgver}
+  go build \
+-trimpath \
+-buildmode=pie \
+-mod=readonly \
+-ldflags "-linkmode external -extldflags \"${LDFLAGS}\"" \
+./cmd/...
+}
+
+package() {
+  cd ${pkgname}-${pkgver}
+  install -Dm 755 "${pkgname}" -t "${pkgdir}/usr/bin"
+
+  # setup completions
+  install -dm 755 "${pkgdir}/usr/share/bash-completion/completions" \
+  "${pkgdir}/usr/share/zsh/site-functions" \
+ "${pkgdir}/usr/share/fish/vendor_completions.d"
+  "${pkgdir}/usr/bin/${pkgname}" completion bash > 
"${pkgdir}/usr/share/bash-completion/completions/${pkgname}"
+  "${pkgdir}/usr/bin/${pkgname}" completion zsh > 
"${pkgdir}/usr/share/zsh/site-functions/_${pkgname}"
+  "${pkgdir}/usr/bin/${pkgname}" completion fish > 
"${pkgdir}/usr/share/fish/vendor_completions.d/${pkgname}.fish"
+}
+
+# vim: ts=2 sw=2 et:



  1   2   3   >