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

2022-05-01 Thread Tobias Powalowski via arch-commits
Date: Monday, May 2, 2022 @ 05:22:44
  Author: tpowa
Revision: 444385

archrelease: copy trunk to extra-any

Added:
  archboot-arm/repos/extra-any/PKGBUILD
(from rev 444384, archboot-arm/trunk/PKGBUILD)
  archboot-arm/repos/extra-any/archboot.install
(from rev 444384, 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-02 05:22:37 UTC (rev 444384)
+++ PKGBUILD2022-05-02 05:22:44 UTC (rev 444385)
@@ -1,54 +0,0 @@
-# Maintainer : Tobias Powalowski 
-
-pkgname=archboot-arm
-pkgver=2022.04
-pkgrel=64
-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 444384, 
archboot-arm/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2022-05-02 05:22:44 UTC (rev 444385)
@@ -0,0 +1,54 @@
+# Maintainer : Tobias Powalowski 
+
+pkgname=archboot-arm
+pkgver=2022.05
+pkgrel=1
+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-01 Thread Tobias Powalowski via arch-commits
Date: Monday, May 2, 2022 @ 05:22:37
  Author: tpowa
Revision: 444384

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

Modified:
  archboot-arm/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2022-05-02 05:21:47 UTC (rev 444383)
+++ PKGBUILD2022-05-02 05:22:37 UTC (rev 444384)
@@ -1,8 +1,8 @@
 # Maintainer : Tobias Powalowski 
 
 pkgname=archboot-arm
-pkgver=2022.04
-pkgrel=64
+pkgver=2022.05
+pkgrel=1
 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-01 Thread Tobias Powalowski via arch-commits
Date: Monday, May 2, 2022 @ 05:21:47
  Author: tpowa
Revision: 444383

archrelease: copy trunk to extra-any

Added:
  archboot/repos/extra-any/PKGBUILD
(from rev 444382, archboot/trunk/PKGBUILD)
  archboot/repos/extra-any/archboot.install
(from rev 444382, 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-02 05:21:40 UTC (rev 444382)
+++ PKGBUILD2022-05-02 05:21:47 UTC (rev 444383)
@@ -1,55 +0,0 @@
-# Maintainer : Tobias Powalowski 
-
-pkgname=archboot
-pkgver=2022.04
-pkgrel=64
-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 444382, 
archboot/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2022-05-02 05:21:47 UTC (rev 444383)
@@ -0,0 +1,55 @@
+# Maintainer : Tobias Powalowski 
+
+pkgname=archboot
+pkgver=2022.05
+pkgrel=1
+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-01 Thread Tobias Powalowski via arch-commits
Date: Monday, May 2, 2022 @ 05:21:40
  Author: tpowa
Revision: 444382

upgpkg: archboot 2022.05-1: bump to latest version

Modified:
  archboot/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2022-05-02 05:00:25 UTC (rev 444381)
+++ PKGBUILD2022-05-02 05:21:40 UTC (rev 444382)
@@ -1,8 +1,8 @@
 # Maintainer : Tobias Powalowski 
 
 pkgname=archboot
-pkgver=2022.04
-pkgrel=64
+pkgver=2022.05
+pkgrel=1
 pkgdesc="Advanced, modular arch boot/install image creation utility"
 arch=(any)
 license=('GPL')



[arch-commits] Commit in inadyn/repos/community-x86_64 (9 files)

2022-05-01 Thread Daniel M. Capella via arch-commits
Date: Monday, May 2, 2022 @ 01:15:45
  Author: polyzen
Revision: 1192171

archrelease: copy trunk to community-x86_64

Added:
  inadyn/repos/community-x86_64/PKGBUILD
(from rev 1192170, inadyn/trunk/PKGBUILD)
  inadyn/repos/community-x86_64/inadyn.env
(from rev 1192170, inadyn/trunk/inadyn.env)
  inadyn/repos/community-x86_64/inadyn.sysusers.conf
(from rev 1192170, inadyn/trunk/inadyn.sysusers.conf)
  inadyn/repos/community-x86_64/inadyn.tmpfiles
(from rev 1192170, inadyn/trunk/inadyn.tmpfiles)
  inadyn/repos/community-x86_64/override.conf
(from rev 1192170, inadyn/trunk/override.conf)
Deleted:
  inadyn/repos/community-x86_64/PKGBUILD
  inadyn/repos/community-x86_64/inadyn.sysusers.conf
  inadyn/repos/community-x86_64/inadyn.tmpfiles
  inadyn/repos/community-x86_64/override.conf

--+
 PKGBUILD |  110 +
 inadyn.env   |1 
 inadyn.sysusers.conf |2 
 inadyn.tmpfiles  |5 +-
 override.conf|4 -
 5 files changed, 64 insertions(+), 58 deletions(-)

Deleted: PKGBUILD
===
--- PKGBUILD2022-05-02 01:15:06 UTC (rev 1192170)
+++ PKGBUILD2022-05-02 01:15:45 UTC (rev 1192171)
@@ -1,53 +0,0 @@
-# Maintainer: Daniel M. Capella 
-# Contributor: willemw 
-# Contributor: David Schury 
-# Contributor: reMiND 
-# Contributor: Eric Engestrom 
-# Contributor: trile7 at gmail dot com
-
-pkgname=inadyn
-pkgver=2.9.1
-pkgrel=2
-pkgdesc='Dynamic DNS client with SSL/TLS support'
-arch=('x86_64')
-url=https://troglobit.com/projects/inadyn/
-license=('GPL')
-depends=('ca-certificates' 'confuse' 'openssl')
-replaces=("$pkgname-fork")
-backup=("etc/$pkgname.conf")
-source=("https://github.com/troglobit/$pkgname/releases/download/v$pkgver/$pkgname-$pkgver.tar.xz;
-'override.conf'
-"$pkgname.sysusers.conf"
-"$pkgname.tmpfiles")
-sha256sums=('0094d20cfcd431674b8d658e93169c7589bf8f2b351b2860818a1ca05f0218c5'
-'a44fa6cc87969de84acb5c7103db8753625a2da60cb78e4b3df887b0f5d8f5a6'
-'a79bbc550c9b2e11197b9b5ee2e6fbc7ec890ad037b1808c29c48c037c26b4f9'
-'bab6aa57251771ca6cc3d4efc02f7c3f0e3cf949ea6cf2066345d3ca8772c0fc')
-b2sums=('23ae5df1ddcb92a995597f1d8deb4ae1896c8ca3e4c84d49964c747f96cd3a4db1f4f71721d25be0a478d1b0f9f82cd4985b3e4c91717015e249c97e1171e8db'
-
'b8a100c6a219e0888018fece11f3737137fa6fef54ed5f60d383794aa54b66dc49212573ef9e2231a3fb957c0e9c572b2ad0d7602904eb3e431c06178c5a00c2'
-
'2e0cc165f5e6c94ded73cfdf019db735dac227a89033d370c89cdf926a8eb3851c938fd11acc0d7b5ab1bd7122b0c5fb9ca0cc00fe4dce9b915a530e2c0a1a5a'
-
'cfc346bb059be3ed8e8b50161a66b4d2ade3e1431d89f00498d60608768399d8121f2e00fa3269b6b45995bd41c728ff5af85dba020421ab3b65cd9060c38f77')
-
-build() {
-  cd $pkgname-$pkgver
-  ./configure \
---prefix=/usr \
---sysconfdir=/etc \
---localstatedir=/var \
---sbindir=/usr/bin \
---enable-openssl
-  make
-}
-
-package() {
-  cd $pkgname-$pkgver
-  install -Dm600 -t "$pkgdir"/etc examples/$pkgname.conf
-  install -Dm644 -t "$pkgdir"/usr/lib/systemd/system $pkgname.service
-  install -Dm644 -t "$pkgdir"/usr/lib/systemd/system/$pkgname.service.d \
-../override.conf
-  install -Dm644 ../$pkgname.sysusers.conf \
-"$pkgdir"/usr/lib/sysusers.d/$pkgname.conf
-  install -Dm644 ../$pkgname.tmpfiles 
"$pkgdir"/usr/lib/tmpfiles.d/$pkgname.conf
-  make DESTDIR="$pkgdir" install-strip
-}
-

Copied: inadyn/repos/community-x86_64/PKGBUILD (from rev 1192170, 
inadyn/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2022-05-02 01:15:45 UTC (rev 1192171)
@@ -0,0 +1,57 @@
+# Maintainer: Daniel M. Capella 
+# Contributor: willemw 
+# Contributor: David Schury 
+# Contributor: reMiND 
+# Contributor: Eric Engestrom 
+# Contributor: trile7 at gmail dot com
+
+pkgname=inadyn
+pkgver=2.9.1
+pkgrel=3
+pkgdesc='Dynamic DNS client with SSL/TLS support'
+arch=('x86_64')
+url=https://troglobit.com/projects/inadyn/
+license=('GPL')
+depends=('ca-certificates' 'confuse' 'openssl')
+replaces=("$pkgname-fork")
+backup=("etc/$pkgname.conf" "etc/default/$pkgname")
+source=("https://github.com/troglobit/$pkgname/releases/download/v$pkgver/$pkgname-$pkgver.tar.xz;
+'override.conf'
+"$pkgname.env"
+"$pkgname.sysusers.conf"
+"$pkgname.tmpfiles")
+sha256sums=('0094d20cfcd431674b8d658e93169c7589bf8f2b351b2860818a1ca05f0218c5'
+'a44fa6cc87969de84acb5c7103db8753625a2da60cb78e4b3df887b0f5d8f5a6'
+'4c9420bca6f76339b898b7a875824887127e6a76649f660cb09cfd3febe6'
+'a79bbc550c9b2e11197b9b5ee2e6fbc7ec890ad037b1808c29c48c037c26b4f9'
+'b4be5301b31c99e257c50993ad945c46f74bb347b0d4fee48647bd8e5ed619d3')

[arch-commits] Commit in inadyn/trunk (PKGBUILD inadyn.env inadyn.tmpfiles)

2022-05-01 Thread Daniel M. Capella via arch-commits
Date: Monday, May 2, 2022 @ 01:15:06
  Author: polyzen
Revision: 1192170

upgpkg: inadyn 2.9.1-3: Forgo PID file when run as service

Added:
  inadyn/trunk/inadyn.env
Modified:
  inadyn/trunk/PKGBUILD
  inadyn/trunk/inadyn.tmpfiles

-+
 PKGBUILD|   12 
 inadyn.env  |1 +
 inadyn.tmpfiles |5 +++--
 3 files changed, 12 insertions(+), 6 deletions(-)

Modified: PKGBUILD
===
--- PKGBUILD2022-05-02 00:31:46 UTC (rev 1192169)
+++ PKGBUILD2022-05-02 01:15:06 UTC (rev 1192170)
@@ -7,7 +7,7 @@
 
 pkgname=inadyn
 pkgver=2.9.1
-pkgrel=2
+pkgrel=3
 pkgdesc='Dynamic DNS client with SSL/TLS support'
 arch=('x86_64')
 url=https://troglobit.com/projects/inadyn/
@@ -14,19 +14,22 @@
 license=('GPL')
 depends=('ca-certificates' 'confuse' 'openssl')
 replaces=("$pkgname-fork")
-backup=("etc/$pkgname.conf")
+backup=("etc/$pkgname.conf" "etc/default/$pkgname")
 
source=("https://github.com/troglobit/$pkgname/releases/download/v$pkgver/$pkgname-$pkgver.tar.xz;
 'override.conf'
+"$pkgname.env"
 "$pkgname.sysusers.conf"
 "$pkgname.tmpfiles")
 sha256sums=('0094d20cfcd431674b8d658e93169c7589bf8f2b351b2860818a1ca05f0218c5'
 'a44fa6cc87969de84acb5c7103db8753625a2da60cb78e4b3df887b0f5d8f5a6'
+'4c9420bca6f76339b898b7a875824887127e6a76649f660cb09cfd3febe6'
 'a79bbc550c9b2e11197b9b5ee2e6fbc7ec890ad037b1808c29c48c037c26b4f9'
-'bab6aa57251771ca6cc3d4efc02f7c3f0e3cf949ea6cf2066345d3ca8772c0fc')
+'b4be5301b31c99e257c50993ad945c46f74bb347b0d4fee48647bd8e5ed619d3')
 
b2sums=('23ae5df1ddcb92a995597f1d8deb4ae1896c8ca3e4c84d49964c747f96cd3a4db1f4f71721d25be0a478d1b0f9f82cd4985b3e4c91717015e249c97e1171e8db'
 
'b8a100c6a219e0888018fece11f3737137fa6fef54ed5f60d383794aa54b66dc49212573ef9e2231a3fb957c0e9c572b2ad0d7602904eb3e431c06178c5a00c2'
+
'fb8c47a7248ce3429443b58a399c6b0a81b454d6f95b81122994fb080edafab835d0c982b5aeeafee2a5a99573206ab04d83576f48295c1446e91411ec424847'
 
'2e0cc165f5e6c94ded73cfdf019db735dac227a89033d370c89cdf926a8eb3851c938fd11acc0d7b5ab1bd7122b0c5fb9ca0cc00fe4dce9b915a530e2c0a1a5a'
-
'cfc346bb059be3ed8e8b50161a66b4d2ade3e1431d89f00498d60608768399d8121f2e00fa3269b6b45995bd41c728ff5af85dba020421ab3b65cd9060c38f77')
+
'4a29980dbb06363980d37129f5fb003571c058f93763fbc2fec6b55c514c2c0d349bb1ddf72ece837e75cf4d90313ac2ed8fe7c1162c179c00599dfb9e107b14')
 
 build() {
   cd $pkgname-$pkgver
@@ -42,6 +45,7 @@
 package() {
   cd $pkgname-$pkgver
   install -Dm600 -t "$pkgdir"/etc examples/$pkgname.conf
+  install -Dm644 ../$pkgname.env "$pkgdir"/etc/default/$pkgname
   install -Dm644 -t "$pkgdir"/usr/lib/systemd/system $pkgname.service
   install -Dm644 -t "$pkgdir"/usr/lib/systemd/system/$pkgname.service.d \
 ../override.conf

Added: inadyn.env
===
--- inadyn.env  (rev 0)
+++ inadyn.env  2022-05-02 01:15:06 UTC (rev 1192170)
@@ -0,0 +1 @@
+INADYN_OPTS=--no-pidfile

Modified: inadyn.tmpfiles
===
--- inadyn.tmpfiles 2022-05-02 00:31:46 UTC (rev 1192169)
+++ inadyn.tmpfiles 2022-05-02 01:15:06 UTC (rev 1192170)
@@ -1,2 +1,3 @@
-z /etc/inadyn.conf 0600 inadyn inadyn
-d /var/cache/inadyn 0755 inadyn inadyn
+z /etc/inadyn.conf0600 inadyn inadyn
+z /etc/default/inadyn 0644 inadyn inadyn
+d /var/cache/inadyn   0755 inadyn inadyn



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

2022-05-01 Thread Felix Yan via arch-commits
Date: Monday, May 2, 2022 @ 00:31:46
  Author: felixonmars
Revision: 1192169

archrelease: copy trunk to community-staging-x86_64

Added:
  stack/repos/community-staging-x86_64/
  stack/repos/community-staging-x86_64/PKGBUILD
(from rev 1192168, stack/trunk/PKGBUILD)
  stack/repos/community-staging-x86_64/ghc9.patch
(from rev 1192168, stack/trunk/ghc9.patch)
  stack/repos/community-staging-x86_64/stack.install
(from rev 1192168, stack/trunk/stack.install)

---+
 PKGBUILD  |   79 +++
 ghc9.patch|  188 
 stack.install |4 +
 3 files changed, 271 insertions(+)

Copied: stack/repos/community-staging-x86_64/PKGBUILD (from rev 1192168, 
stack/trunk/PKGBUILD)
===
--- community-staging-x86_64/PKGBUILD   (rev 0)
+++ community-staging-x86_64/PKGBUILD   2022-05-02 00:31:46 UTC (rev 1192169)
@@ -0,0 +1,79 @@
+# Maintainer: Felix Yan 
+# Contributor: Arch Haskell Team 
+
+pkgname=stack
+pkgver=2.7.5
+pkgrel=39
+pkgdesc="The Haskell Tool Stack"
+url="https://github.com/commercialhaskell/stack;
+license=("BSD")
+arch=('x86_64')
+depends=('ghc-libs' 'haskell-aeson' 'haskell-annotated-wl-pprint' 
'haskell-ansi-terminal'
+ 'haskell-async' 'haskell-attoparsec' 'haskell-base64-bytestring' 
'haskell-casa-client'
+ 'haskell-casa-types' 'haskell-colour' 'haskell-conduit' 
'haskell-conduit-extra'
+ 'haskell-cryptonite' 'haskell-cryptonite-conduit' 'haskell-echo'
+ 'haskell-extra' 'haskell-file-embed' 'haskell-filelock' 
'haskell-fsnotify'
+ 'haskell-generic-deriving' 'haskell-githash' 
'haskell-hackage-security' 'haskell-hashable'
+ 'haskell-hi-file-parser' 'haskell-hpack' 'haskell-http-client' 
'haskell-http-client-tls'
+ 'haskell-http-conduit' 'haskell-http-download' 'haskell-http-types' 
'haskell-memory'
+ 'haskell-microlens' 'haskell-mintty' 'haskell-mono-traversable' 
'haskell-mustache'
+ 'haskell-neat-interpolation' 'haskell-network-uri' 
'haskell-open-browser'
+ 'haskell-optparse-applicative' 'haskell-optparse-generic' 
'haskell-optparse-simple'
+ 'haskell-pantry' 'haskell-path' 'haskell-path-io' 'haskell-persistent'
+ 'haskell-persistent-sqlite' 'haskell-primitive' 
'haskell-project-template'
+ 'haskell-retry' 'haskell-rio' 'haskell-rio-prettyprint' 
'haskell-split'
+ 'haskell-streaming-commons' 'haskell-tar' 'haskell-temporary' 
'haskell-text-metrics'
+ 'haskell-th-reify-many' 'haskell-tls' 'haskell-typed-process' 
'haskell-unicode-transforms'
+ 'haskell-unix-compat' 'haskell-unliftio' 
'haskell-unordered-containers' 'haskell-vector'
+ 'haskell-yaml' 'haskell-zip-archive' 'haskell-zlib')
+makedepends=('ghc' 'uusi' 'git' 'haskell-quickcheck' 'haskell-hspec' 
'haskell-hspec-discover'
+ 'haskell-raw-strings-qq' 'haskell-smallcheck')
+checkdepends=('cabal-install')
+conflicts=('haskell-stack')
+replaces=('haskell-stack')
+install="stack.install"
+source=("git+https://github.com/commercialhaskell/stack.git#tag=v$pkgver;
+ghc9.patch)
+sha512sums=('SKIP'
+
'5229f2f6a32bf8d317a2fc7a7bb16c0698359255c2ec6cbe74cbc78799aa170d4e174e6e182478e52d7040f12f32b7a2b9c246f185d79b6e3f295ccb59f3f3b8')
+
+prepare() {
+  cd $pkgname
+  patch -p1 -i ../ghc9.patch
+  uusi -d semigroups -d persistent-template $pkgname.cabal
+}
+
+build() {
+  cd $pkgname
+
+  runhaskell Setup configure -O --enable-shared --enable-executable-dynamic 
--disable-library-vanilla \
+--prefix=/usr --docdir=/usr/share/doc/$pkgname --datasubdir=$pkgname 
--enable-tests \
+--dynlibdir=/usr/lib --libsubdir=\$compiler/site-local/\$pkgid 
--ghc-option=-fllvm \
+  -f-disable-git-info -f-integration-tests -f-static 
-f-hide-dependency-versions -f-supported-build \
+  --ghc-option='-pie'
+  runhaskell Setup build $MAKEFLAGS
+  runhaskell Setup register --gen-script
+  runhaskell Setup unregister --gen-script
+  sed -i -r -e "s|ghc-pkg.*update[^ ]* |&'--force' |" register.sh
+  sed -i -r -e "s|ghc-pkg.*unregister[^ ]* |&'--force' |" unregister.sh
+}
+
+check() {
+  cd $pkgname
+  # cabal update
+  LD_LIBRARY_PATH="$PWD"/dist/build PATH="$PWD"/dist/build/stack:"$PATH" 
runhaskell Setup test --show-details=direct
+  # Integration tests will result in 4 failures on Arch currently
+}
+
+package() {
+  cd $pkgname
+
+  install -D -m744 register.sh   
"${pkgdir}/usr/share/haskell/register/${pkgname}.sh"
+  install -D -m744 unregister.sh 
"${pkgdir}/usr/share/haskell/unregister/${pkgname}.sh"
+  runhaskell Setup copy --destdir="${pkgdir}"
+  install -D -m644 LICENSE "$pkgdir"/usr/share/licenses/$pkgname/LICENSE
+  rm -f "$pkgdir"/usr/share/doc/$pkgname/LICENSE
+
+  LD_PRELOAD=$(ls "$pkgdir"/usr/lib/libHSstack-*-ghc*.so) 
"${pkgdir}"/usr/bin/stack --bash-completion-script /usr/bin/stack > 

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

2022-05-01 Thread Felix Yan via arch-commits
Date: Monday, May 2, 2022 @ 00:31:31
  Author: felixonmars
Revision: 1192168

upgpkg: stack 2.7.5-39: rebuild with validity 0.12.0.1

Modified:
  stack/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2022-05-02 00:28:53 UTC (rev 1192167)
+++ PKGBUILD2022-05-02 00:31:31 UTC (rev 1192168)
@@ -3,7 +3,7 @@
 
 pkgname=stack
 pkgver=2.7.5
-pkgrel=38
+pkgrel=39
 pkgdesc="The Haskell Tool Stack"
 url="https://github.com/commercialhaskell/stack;
 license=("BSD")



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

2022-05-01 Thread Felix Yan via arch-commits
Date: Monday, May 2, 2022 @ 00:28:53
  Author: felixonmars
Revision: 1192167

archrelease: copy trunk to community-staging-x86_64

Added:
  haskell-language-server/repos/community-staging-x86_64/
  haskell-language-server/repos/community-staging-x86_64/PKGBUILD
(from rev 1192166, haskell-language-server/trunk/PKGBUILD)

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

Copied: haskell-language-server/repos/community-staging-x86_64/PKGBUILD (from 
rev 1192166, haskell-language-server/trunk/PKGBUILD)
===
--- community-staging-x86_64/PKGBUILD   (rev 0)
+++ community-staging-x86_64/PKGBUILD   2022-05-02 00:28:53 UTC (rev 1192167)
@@ -0,0 +1,67 @@
+# Maintainer: Felix Yan 
+
+pkgname=haskell-language-server
+pkgver=1.3.0.0
+pkgrel=166
+pkgdesc="LSP server for GHC"
+url="https://github.com/haskell/haskell-language-server#readme;
+license=("Apache")
+arch=('x86_64')
+depends=('ghc-libs' 'haskell-aeson' 'haskell-aeson-pretty' 'haskell-async'
+ 'haskell-base16-bytestring' 'haskell-cryptohash-sha1' 
'haskell-data-default'
+ 'haskell-extra' 'haskell-ghc' 'haskell-ghc-api-compat' 
'haskell-ghc-paths' 'haskell-gitrev'
+ 'haskell-hashable' 'haskell-hie-bios' 'haskell-hiedb'
+ 'haskell-hls-call-hierarchy-plugin' 'haskell-hls-eval-plugin'
+ 'haskell-hls-explicit-imports-plugin' 'haskell-hls-floskell-plugin'
+ 'haskell-hls-fourmolu-plugin' 'haskell-hls-ormolu-plugin' 
'haskell-hls-graph'
+ 'haskell-hls-haddock-comments-plugin' 'haskell-hls-hlint-plugin'
+ 'haskell-hls-module-name-plugin' 'haskell-hls-ormolu-plugin' 
'haskell-hls-plugin-api'
+ 'haskell-hls-pragmas-plugin'
+ 'haskell-hls-retrie-plugin' 'haskell-hls-stylish-haskell-plugin'
+ 'haskell-hslogger' 'haskell-lens' 'haskell-lsp' 
'haskell-optparse-applicative'
+ 'haskell-optparse-simple' 'haskell-regex-tdfa' 
'haskell-safe-exceptions'
+ 'haskell-sqlite-simple' 'haskell-temporary' 
'haskell-unordered-containers')
+# Disabled due to not compatible with GHC 9:
+# 'haskell-hls-brittany-plugin' 'haskell-hls-class-plugin' 
'haskell-hls-splice-plugin' 'haskell-hls-tactics-plugin' 
'haskell-hls-refine-imports-plugin'
+makedepends=('ghc' 'uusi' 'haskell-hls-test-utils' 
'haskell-hspec-expectations' 'haskell-lsp-test'
+ 'haskell-lsp-types')
+checkdepends=('cabal-install')
+source=("https://hackage.haskell.org/packages/archive/$pkgname/$pkgver/$pkgname-$pkgver.tar.gz;)
+sha512sums=('2938c4eaf8e2fef72ddf0e116e021b109ab69c4cdd48dc678cb93cd08e03e7f2abf3aaf1dea17a51dd8cb70f69db7ceba9823291d847ffe8bd0c990028fd6da4')
+
+prepare() {
+  cd $pkgname-$pkgver
+  find test/testdata -name \*.cabal -exec uusi --add-options-all=-dynamic {} \;
+  uusi -u ghc-api-compat $pkgname.cabal
+}
+
+build() {
+  cd $pkgname-$pkgver
+
+  runhaskell Setup configure -O --enable-shared --enable-executable-dynamic 
--disable-library-vanilla \
+--prefix=/usr --docdir=/usr/share/doc/$pkgname --datasubdir=$pkgname 
--enable-tests \
+--dynlibdir=/usr/lib --libsubdir=\$compiler/site-local/\$pkgid 
--ghc-option=-fllvm \
+--ghc-option=-optl-Wl\,-z\,relro\,-z\,now \
+--ghc-option='-pie' -f-brittany -f-class -f-refineImports -f-tactic 
-f-splice
+
+  runhaskell Setup build $MAKEFLAGS
+  runhaskell Setup register --gen-script
+  runhaskell Setup unregister --gen-script
+  sed -i -r -e "s|ghc-pkg.*update[^ ]* |&'--force' |" register.sh
+  sed -i -r -e "s|ghc-pkg.*unregister[^ ]* |&'--force' |" unregister.sh
+}
+
+check() {
+  cd $pkgname-$pkgver
+  
PATH="$PWD/dist/build/haskell-language-server:$PWD/dist/build/haskell-language-server-wrapper:$PATH"
 LD_LIBRARY_PATH="$PWD/dist/build" runhaskell Setup test || echo "Tests failed"
+}
+
+package() {
+  cd $pkgname-$pkgver
+
+  install -D -m744 register.sh "$pkgdir"/usr/share/haskell/register/$pkgname.sh
+  install -D -m744 unregister.sh 
"$pkgdir"/usr/share/haskell/unregister/$pkgname.sh
+  runhaskell Setup copy --destdir="$pkgdir"
+  install -D -m644 LICENSE -t "$pkgdir"/usr/share/licenses/$pkgname/
+  rm -f "$pkgdir"/usr/share/doc/$pkgname/LICENSE
+}



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

2022-05-01 Thread Felix Yan via arch-commits
Date: Monday, May 2, 2022 @ 00:28:40
  Author: felixonmars
Revision: 1192166

upgpkg: haskell-language-server 1.3.0.0-166: rebuild with validity 0.12.0.1

Modified:
  haskell-language-server/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2022-05-02 00:26:53 UTC (rev 1192165)
+++ PKGBUILD2022-05-02 00:28:40 UTC (rev 1192166)
@@ -2,7 +2,7 @@
 
 pkgname=haskell-language-server
 pkgver=1.3.0.0
-pkgrel=165
+pkgrel=166
 pkgdesc="LSP server for GHC"
 url="https://github.com/haskell/haskell-language-server#readme;
 license=("Apache")



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

2022-05-01 Thread Felix Yan via arch-commits
Date: Monday, May 2, 2022 @ 00:26:53
  Author: felixonmars
Revision: 1192165

archrelease: copy trunk to community-staging-x86_64

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

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

Copied: haskell-pantry/repos/community-staging-x86_64/PKGBUILD (from rev 
1192164, haskell-pantry/trunk/PKGBUILD)
===
--- community-staging-x86_64/PKGBUILD   (rev 0)
+++ community-staging-x86_64/PKGBUILD   2022-05-02 00:26:53 UTC (rev 1192165)
@@ -0,0 +1,59 @@
+# Maintainer: Felix Yan 
+
+_hkgname=pantry
+pkgname=haskell-pantry
+pkgver=0.5.4
+pkgrel=13
+pkgdesc="Content addressable Haskell package management"
+url="https://github.com/commercialhaskell/pantry;
+license=('BSD')
+arch=('x86_64')
+depends=('ghc-libs' 'haskell-aeson' 'haskell-ansi-terminal' 
'haskell-casa-client'
+ 'haskell-casa-types' 'haskell-conduit' 'haskell-conduit-extra' 
'haskell-cryptonite'
+ 'haskell-cryptonite-conduit' 'haskell-digest' 'haskell-filelock' 
'haskell-generic-deriving'
+ 'haskell-hackage-security' 'haskell-hpack' 'haskell-http-client' 
'haskell-http-client-tls'
+ 'haskell-http-conduit' 'haskell-http-download' 'haskell-http-types' 
'haskell-memory'
+ 'haskell-mono-traversable' 'haskell-network-uri' 'haskell-path' 
'haskell-path-io'
+ 'haskell-persistent' 'haskell-persistent-sqlite' 'haskell-primitive' 
'haskell-resourcet'
+ 'haskell-rio' 'haskell-rio-orphans' 'haskell-rio-prettyprint' 
'haskell-tar-conduit'
+ 'haskell-text-metrics' 'haskell-unix-compat' 'haskell-unliftio'
+ 'haskell-unordered-containers' 'haskell-vector' 'haskell-yaml' 
'haskell-zip-archive')
+makedepends=('ghc' 'uusi' 'haskell-hedgehog' 'haskell-hspec' 
'haskell-quickcheck'
+ 'haskell-raw-strings-qq')
+checkdepends=('git' 'mercurial')
+source=(https://hackage.haskell.org/packages/archive/${_hkgname}/${pkgver}/${_hkgname}-${pkgver}.tar.gz)
+sha512sums=('609c5c0c2aa8bfafbc65930bf77e0037a003d0268621048a3bbc7290d4a128c9c0698849482205411e09493e89c9811894b225a442addf496ba60eb8e89d3920')
+
+prepare() {
+cd $_hkgname-$pkgver
+gen-setup
+uusi -d persistent-template $_hkgname.cabal
+}
+
+build() {
+cd $_hkgname-$pkgver
+
+runhaskell Setup configure -O --enable-shared --enable-executable-dynamic 
--disable-library-vanilla \
+--prefix=/usr --docdir=/usr/share/doc/$pkgname --datasubdir=$pkgname 
--enable-tests \
+--dynlibdir=/usr/lib --libsubdir=\$compiler/site-local/\$pkgid 
--ghc-option=-fllvm
+runhaskell Setup build $MAKEFLAGS
+runhaskell Setup register --gen-script
+runhaskell Setup unregister --gen-script
+sed -i -r -e "s|ghc-pkg.*update[^ ]* |&'--force' |" register.sh
+sed -i -r -e "s|ghc-pkg.*unregister[^ ]* |&'--force' |" unregister.sh
+}
+
+check() {
+cd $_hkgname-$pkgver
+runhaskell Setup test --show-details=direct
+}
+
+package() {
+cd $_hkgname-$pkgver
+
+install -D -m744 register.sh 
"$pkgdir"/usr/share/haskell/register/$pkgname.sh
+install -D -m744 unregister.sh 
"$pkgdir"/usr/share/haskell/unregister/$pkgname.sh
+runhaskell Setup copy --destdir="$pkgdir"
+install -D -m644 LICENSE "$pkgdir"/usr/share/licenses/$pkgname/LICENSE
+rm -f "$pkgdir"/usr/share/doc/$pkgname/LICENSE
+}



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

2022-05-01 Thread Felix Yan via arch-commits
Date: Monday, May 2, 2022 @ 00:26:41
  Author: felixonmars
Revision: 1192164

upgpkg: haskell-pantry 0.5.4-13: rebuild with validity 0.12.0.1

Modified:
  haskell-pantry/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2022-05-02 00:26:24 UTC (rev 1192163)
+++ PKGBUILD2022-05-02 00:26:41 UTC (rev 1192164)
@@ -3,7 +3,7 @@
 _hkgname=pantry
 pkgname=haskell-pantry
 pkgver=0.5.4
-pkgrel=12
+pkgrel=13
 pkgdesc="Content addressable Haskell package management"
 url="https://github.com/commercialhaskell/pantry;
 license=('BSD')



[arch-commits] Commit in haskell-hls-ormolu-plugin/repos (2 files)

2022-05-01 Thread Felix Yan via arch-commits
Date: Monday, May 2, 2022 @ 00:26:24
  Author: felixonmars
Revision: 1192163

archrelease: copy trunk to community-staging-x86_64

Added:
  haskell-hls-ormolu-plugin/repos/community-staging-x86_64/
  haskell-hls-ormolu-plugin/repos/community-staging-x86_64/PKGBUILD
(from rev 1192162, haskell-hls-ormolu-plugin/trunk/PKGBUILD)

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

Copied: haskell-hls-ormolu-plugin/repos/community-staging-x86_64/PKGBUILD (from 
rev 1192162, haskell-hls-ormolu-plugin/trunk/PKGBUILD)
===
--- community-staging-x86_64/PKGBUILD   (rev 0)
+++ community-staging-x86_64/PKGBUILD   2022-05-02 00:26:24 UTC (rev 1192163)
@@ -0,0 +1,53 @@
+# Maintainer: Felix Yan 
+
+_hkgname=hls-ormolu-plugin
+pkgname=haskell-hls-ormolu-plugin
+pkgver=1.0.1.0
+pkgrel=147
+pkgdesc="Integration with the Ormolu code formatter"
+url="https://hackage.haskell.org/package/hls-ormolu-plugin;
+license=("Apache")
+arch=('x86_64')
+depends=('ghc-libs' 'haskell-ghc' 'haskell-ghc-api-compat' 'haskell-ghcide'
+ 'haskell-hls-plugin-api' 'haskell-lens' 'haskell-lsp' 
'haskell-ormolu')
+makedepends=('ghc' 'uusi' 'haskell-hls-test-utils' 'haskell-lsp-types')
+checkdepends=('git')
+source=("https://hackage.haskell.org/packages/archive/$_hkgname/$pkgver/$_hkgname-$pkgver.tar.gz;)
+sha512sums=('330242298e6c4608d31bb0eac3ef926cfd7d5ff2bd07ab57cd46a1904c133322181e2e35da3beb01f1f97efd466d653d12a3563939fe86e70d820301aca52661')
+
+prepare() {
+  cd $_hkgname-$pkgver
+  gen-setup
+  uusi -r ghc:ghc,ghc-api-compat $_hkgname.cabal
+}
+
+build() {
+  cd $_hkgname-$pkgver
+
+  runhaskell Setup configure -O --enable-shared --enable-executable-dynamic 
--disable-library-vanilla \
+--prefix=/usr --docdir=/usr/share/doc/$pkgname --datasubdir=$pkgname 
--enable-tests \
+--dynlibdir=/usr/lib --libsubdir=\$compiler/site-local/\$pkgid 
--ghc-option=-fllvm \
+--ghc-option=-optl-Wl\,-z\,relro\,-z\,now \
+--ghc-option='-pie'
+
+  runhaskell Setup build $MAKEFLAGS
+  runhaskell Setup register --gen-script
+  runhaskell Setup unregister --gen-script
+  sed -i -r -e "s|ghc-pkg.*update[^ ]* |&'--force' |" register.sh
+  sed -i -r -e "s|ghc-pkg.*unregister[^ ]* |&'--force' |" unregister.sh
+}
+
+check() {
+  cd $_hkgname-$pkgver
+  runhaskell Setup test --show-details=direct
+}
+
+package() {
+  cd $_hkgname-$pkgver
+
+  install -D -m744 register.sh "$pkgdir"/usr/share/haskell/register/$pkgname.sh
+  install -D -m744 unregister.sh 
"$pkgdir"/usr/share/haskell/unregister/$pkgname.sh
+  runhaskell Setup copy --destdir="$pkgdir"
+  install -D -m644 LICENSE -t "$pkgdir"/usr/share/licenses/$pkgname/
+  rm -f "$pkgdir"/usr/share/doc/$pkgname/LICENSE
+}



[arch-commits] Commit in haskell-hls-ormolu-plugin/trunk (PKGBUILD)

2022-05-01 Thread Felix Yan via arch-commits
Date: Monday, May 2, 2022 @ 00:26:12
  Author: felixonmars
Revision: 1192162

upgpkg: haskell-hls-ormolu-plugin 1.0.1.0-147: rebuild with validity 0.12.0.1

Modified:
  haskell-hls-ormolu-plugin/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2022-05-02 00:25:23 UTC (rev 1192161)
+++ PKGBUILD2022-05-02 00:26:12 UTC (rev 1192162)
@@ -3,7 +3,7 @@
 _hkgname=hls-ormolu-plugin
 pkgname=haskell-hls-ormolu-plugin
 pkgver=1.0.1.0
-pkgrel=146
+pkgrel=147
 pkgdesc="Integration with the Ormolu code formatter"
 url="https://hackage.haskell.org/package/hls-ormolu-plugin;
 license=("Apache")



[arch-commits] Commit in haskell-hls-fourmolu-plugin/repos (2 files)

2022-05-01 Thread Felix Yan via arch-commits
Date: Monday, May 2, 2022 @ 00:25:23
  Author: felixonmars
Revision: 1192161

archrelease: copy trunk to community-staging-x86_64

Added:
  haskell-hls-fourmolu-plugin/repos/community-staging-x86_64/
  haskell-hls-fourmolu-plugin/repos/community-staging-x86_64/PKGBUILD
(from rev 1192160, haskell-hls-fourmolu-plugin/trunk/PKGBUILD)

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

Copied: haskell-hls-fourmolu-plugin/repos/community-staging-x86_64/PKGBUILD 
(from rev 1192160, haskell-hls-fourmolu-plugin/trunk/PKGBUILD)
===
--- community-staging-x86_64/PKGBUILD   (rev 0)
+++ community-staging-x86_64/PKGBUILD   2022-05-02 00:25:23 UTC (rev 1192161)
@@ -0,0 +1,53 @@
+# Maintainer: Felix Yan 
+
+_hkgname=hls-fourmolu-plugin
+pkgname=haskell-hls-fourmolu-plugin
+pkgver=1.0.0.2
+pkgrel=148
+pkgdesc="Integration with the Fourmolu code formatter"
+url="https://hackage.haskell.org/package/hls-fourmolu-plugin;
+license=("Apache")
+arch=('x86_64')
+depends=('ghc-libs' 'haskell-fourmolu' 'haskell-ghc' 'haskell-ghcide' 
'haskell-hls-plugin-api'
+ 'haskell-lens' 'haskell-lsp' 'haskell-ghc-api-compat')
+makedepends=('ghc' 'uusi' 'haskell-hls-test-utils' 'haskell-lsp-test')
+checkdepends=('git')
+source=("https://hackage.haskell.org/packages/archive/$_hkgname/$pkgver/$_hkgname-$pkgver.tar.gz;)
+sha512sums=('88a92c70c34d14699bcc19e7d1ff061955c4e9a6819f32c5b46d8b31d1d1f06b12be65bb84ede6046601a6d8daafcb8fc65725ceb3fc67e7afeef4097094ed46')
+
+prepare() {
+  cd $_hkgname-$pkgver
+  gen-setup
+  uusi -r ghc:ghc,ghc-api-compat $_hkgname.cabal
+}
+
+build() {
+  cd $_hkgname-$pkgver
+
+  runhaskell Setup configure -O --enable-shared --enable-executable-dynamic 
--disable-library-vanilla \
+--prefix=/usr --docdir=/usr/share/doc/$pkgname --datasubdir=$pkgname 
--enable-tests \
+--dynlibdir=/usr/lib --libsubdir=\$compiler/site-local/\$pkgid 
--ghc-option=-fllvm \
+--ghc-option=-optl-Wl\,-z\,relro\,-z\,now \
+--ghc-option='-pie'
+
+  runhaskell Setup build $MAKEFLAGS
+  runhaskell Setup register --gen-script
+  runhaskell Setup unregister --gen-script
+  sed -i -r -e "s|ghc-pkg.*update[^ ]* |&'--force' |" register.sh
+  sed -i -r -e "s|ghc-pkg.*unregister[^ ]* |&'--force' |" unregister.sh
+}
+
+check() {
+  cd $_hkgname-$pkgver
+  runhaskell Setup test --show-details=direct
+}
+
+package() {
+  cd $_hkgname-$pkgver
+
+  install -D -m744 register.sh "$pkgdir"/usr/share/haskell/register/$pkgname.sh
+  install -D -m744 unregister.sh 
"$pkgdir"/usr/share/haskell/unregister/$pkgname.sh
+  runhaskell Setup copy --destdir="$pkgdir"
+  install -D -m644 LICENSE -t "$pkgdir"/usr/share/licenses/$pkgname/
+  rm -f "$pkgdir"/usr/share/doc/$pkgname/LICENSE
+}



[arch-commits] Commit in haskell-hls-fourmolu-plugin/trunk (PKGBUILD)

2022-05-01 Thread Felix Yan via arch-commits
Date: Monday, May 2, 2022 @ 00:25:12
  Author: felixonmars
Revision: 1192160

upgpkg: haskell-hls-fourmolu-plugin 1.0.0.2-148: rebuild with validity 0.12.0.1

Modified:
  haskell-hls-fourmolu-plugin/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2022-05-02 00:23:53 UTC (rev 1192159)
+++ PKGBUILD2022-05-02 00:25:12 UTC (rev 1192160)
@@ -3,7 +3,7 @@
 _hkgname=hls-fourmolu-plugin
 pkgname=haskell-hls-fourmolu-plugin
 pkgver=1.0.0.2
-pkgrel=147
+pkgrel=148
 pkgdesc="Integration with the Fourmolu code formatter"
 url="https://hackage.haskell.org/package/hls-fourmolu-plugin;
 license=("Apache")



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

2022-05-01 Thread Felix Yan via arch-commits
Date: Monday, May 2, 2022 @ 00:23:53
  Author: felixonmars
Revision: 1192159

archrelease: copy trunk to community-staging-x86_64

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

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

Copied: haskell-fourmolu/repos/community-staging-x86_64/PKGBUILD (from rev 
1192158, haskell-fourmolu/trunk/PKGBUILD)
===
--- community-staging-x86_64/PKGBUILD   (rev 0)
+++ community-staging-x86_64/PKGBUILD   2022-05-02 00:23:53 UTC (rev 1192159)
@@ -0,0 +1,55 @@
+# Maintainer: Felix Yan 
+
+_hkgname=fourmolu
+pkgname=haskell-fourmolu
+pkgver=0.3.0.0
+pkgrel=153
+pkgdesc="A formatter for Haskell source code"
+url="https://github.com/parsonsmatt/fourmolu;
+license=("BSD")
+arch=('x86_64')
+depends=('ghc-libs' 'haskell-hsyaml' 'haskell-hsyaml-aeson' 'haskell-aeson' 
'haskell-dlist'
+ 'haskell-ghc-lib-parser' 'haskell-gitrev' 
'haskell-optparse-applicative' 'haskell-syb')
+makedepends=('ghc' 'uusi' 'haskell-hspec' 'haskell-hspec-discover' 
'haskell-path' 'haskell-path-io')
+source=("https://hackage.haskell.org/packages/archive/$_hkgname/$pkgver/$_hkgname-$pkgver.tar.gz;)
+sha256sums=('ba7201c78ee61665eaf1fce10cd297dd5383d36053cd3984e41a5094d96e096d')
+
+prepare() {
+  cd $_hkgname-$pkgver
+  uusi -u path $_hkgname.cabal
+  # uusi -rghc-lib-parser:ghc,ghc-boot,ghc-boot-th $_hkgname.cabal
+  # sed -i 's/using ghc-lib-parser/using 
ghc/;s/VERSION_ghc_lib_parser/VERSION_ghc/' app/Main.hs
+
+  sed -i 's/matchIgnoringSrcSpans = genericQuery/matchIgnoringSrcSpans x = 
genericQuery x/;1i{-# LANGUAGE ImpredicativeTypes #-}' src/Ormolu/Diff.hs
+}
+
+build() {
+  cd $_hkgname-$pkgver
+
+  runhaskell Setup configure -O --enable-shared --enable-executable-dynamic 
--disable-library-vanilla \
+--prefix=/usr --docdir=/usr/share/doc/$pkgname --datasubdir=$pkgname 
--enable-tests \
+--dynlibdir=/usr/lib --libsubdir=\$compiler/site-local/\$pkgid 
--ghc-option=-fllvm \
+--ghc-option=-optl-Wl\,-z\,relro\,-z\,now \
+--ghc-option='-pie'
+
+  runhaskell Setup build $MAKEFLAGS
+  runhaskell Setup register --gen-script
+  runhaskell Setup unregister --gen-script
+  sed -i -r -e "s|ghc-pkg.*update[^ ]* |&'--force' |" register.sh
+  sed -i -r -e "s|ghc-pkg.*unregister[^ ]* |&'--force' |" unregister.sh
+}
+
+check() {
+  cd $_hkgname-$pkgver
+  runhaskell Setup test --show-details=direct
+}
+
+package() {
+  cd $_hkgname-$pkgver
+
+  install -D -m744 register.sh "$pkgdir"/usr/share/haskell/register/$pkgname.sh
+  install -D -m744 unregister.sh 
"$pkgdir"/usr/share/haskell/unregister/$pkgname.sh
+  runhaskell Setup copy --destdir="$pkgdir"
+  install -D -m644 LICENSE.md -t "$pkgdir"/usr/share/licenses/$pkgname/
+  rm -f "$pkgdir"/usr/share/doc/$pkgname/LICENSE.md
+}



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

2022-05-01 Thread Felix Yan via arch-commits
Date: Monday, May 2, 2022 @ 00:23:42
  Author: felixonmars
Revision: 1192158

upgpkg: haskell-fourmolu 0.3.0.0-153: rebuild with validity 0.12.0.1

Modified:
  haskell-fourmolu/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2022-05-02 00:23:35 UTC (rev 1192157)
+++ PKGBUILD2022-05-02 00:23:42 UTC (rev 1192158)
@@ -3,7 +3,7 @@
 _hkgname=fourmolu
 pkgname=haskell-fourmolu
 pkgver=0.3.0.0
-pkgrel=152
+pkgrel=153
 pkgdesc="A formatter for Haskell source code"
 url="https://github.com/parsonsmatt/fourmolu;
 license=("BSD")



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

2022-05-01 Thread Felix Yan via arch-commits
Date: Monday, May 2, 2022 @ 00:23:35
  Author: felixonmars
Revision: 1192157

archrelease: copy trunk to community-staging-x86_64

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

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

Copied: haskell-ormolu/repos/community-staging-x86_64/PKGBUILD (from rev 
1192156, haskell-ormolu/trunk/PKGBUILD)
===
--- community-staging-x86_64/PKGBUILD   (rev 0)
+++ community-staging-x86_64/PKGBUILD   2022-05-02 00:23:35 UTC (rev 1192157)
@@ -0,0 +1,52 @@
+# Maintainer: Felix Yan 
+
+_hkgname=ormolu
+pkgname=haskell-ormolu
+pkgver=0.2.0.0
+pkgrel=67
+pkgdesc="A formatter for Haskell source code"
+url="https://github.com/tweag/ormolu;
+license=("BSD")
+arch=('x86_64')
+depends=('ghc-libs' 'haskell-ansi-terminal' 'haskell-diff' 'haskell-dlist'
+ 'haskell-gitrev' 'haskell-optparse-applicative' 'haskell-syb')
+makedepends=('ghc' 'uusi' 'haskell-hspec' 'haskell-path' 'haskell-path-io')
+source=("https://hackage.haskell.org/packages/archive/$_hkgname/$pkgver/$_hkgname-$pkgver.tar.gz;)
+sha512sums=('3fe6985cdaf88a9bc48bcf275385819be14a1b4ced89f0ed65f8849defa1558ae679af60e27b6f59d6f9212eff152fbba750d1e9d91669ae29a5995efc8e5692')
+
+prepare() {
+  cd $_hkgname-$pkgver
+  uusi -rghc-lib-parser:ghc,ghc-boot,ghc-boot-th $_hkgname.cabal
+  sed -i 's/using ghc-lib-parser/using 
ghc/;s/VERSION_ghc_lib_parser/VERSION_ghc/' app/Main.hs
+}
+
+build() {
+  cd $_hkgname-$pkgver
+
+  runhaskell Setup configure -O --enable-shared --enable-executable-dynamic 
--disable-library-vanilla \
+--prefix=/usr --docdir=/usr/share/doc/$pkgname --datasubdir=$pkgname 
--enable-tests \
+--dynlibdir=/usr/lib --libsubdir=\$compiler/site-local/\$pkgid 
--ghc-option=-fllvm \
+--ghc-option=-optl-Wl\,-z\,relro\,-z\,now \
+--ghc-option='-pie'
+
+  runhaskell Setup build $MAKEFLAGS
+  runhaskell Setup register --gen-script
+  runhaskell Setup unregister --gen-script
+  sed -i -r -e "s|ghc-pkg.*update[^ ]* |&'--force' |" register.sh
+  sed -i -r -e "s|ghc-pkg.*unregister[^ ]* |&'--force' |" unregister.sh
+}
+
+check() {
+  cd $_hkgname-$pkgver
+  runhaskell Setup test --show-details=direct
+}
+
+package() {
+  cd $_hkgname-$pkgver
+
+  install -D -m744 register.sh "$pkgdir"/usr/share/haskell/register/$pkgname.sh
+  install -D -m744 unregister.sh 
"$pkgdir"/usr/share/haskell/unregister/$pkgname.sh
+  runhaskell Setup copy --destdir="$pkgdir"
+  install -D -m644 LICENSE.md -t "$pkgdir"/usr/share/licenses/$pkgname/
+  rm -f "$pkgdir"/usr/share/doc/$pkgname/LICENSE.md
+}



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

2022-05-01 Thread Felix Yan via arch-commits
Date: Monday, May 2, 2022 @ 00:23:24
  Author: felixonmars
Revision: 1192156

upgpkg: haskell-ormolu 0.2.0.0-67: rebuild with validity 0.12.0.1

Modified:
  haskell-ormolu/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2022-05-02 00:23:18 UTC (rev 1192155)
+++ PKGBUILD2022-05-02 00:23:24 UTC (rev 1192156)
@@ -3,7 +3,7 @@
 _hkgname=ormolu
 pkgname=haskell-ormolu
 pkgver=0.2.0.0
-pkgrel=66
+pkgrel=67
 pkgdesc="A formatter for Haskell source code"
 url="https://github.com/tweag/ormolu;
 license=("BSD")



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

2022-05-01 Thread Felix Yan via arch-commits
Date: Monday, May 2, 2022 @ 00:23:18
  Author: felixonmars
Revision: 1192155

archrelease: copy trunk to community-staging-x86_64

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

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

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



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

2022-05-01 Thread Felix Yan via arch-commits
Date: Monday, May 2, 2022 @ 00:23:07
  Author: felixonmars
Revision: 1192154

upgpkg: dhall-docs 1.0.9-19: rebuild with validity 0.12.0.1

Modified:
  dhall-docs/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2022-05-02 00:23:00 UTC (rev 1192153)
+++ PKGBUILD2022-05-02 00:23:07 UTC (rev 1192154)
@@ -2,7 +2,7 @@
 
 pkgname=dhall-docs
 pkgver=1.0.9
-pkgrel=18
+pkgrel=19
 pkgdesc="Generate HTML docs from a dhall package"
 url="https://github.com/dhall-lang/dhall-haskell/tree/master/dhall-docs;
 license=("BSD")



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

2022-05-01 Thread Felix Yan via arch-commits
Date: Monday, May 2, 2022 @ 00:23:00
  Author: felixonmars
Revision: 1192153

archrelease: copy trunk to community-staging-x86_64

Added:
  haskell-http-download/repos/community-staging-x86_64/
  haskell-http-download/repos/community-staging-x86_64/PKGBUILD
(from rev 1192152, haskell-http-download/trunk/PKGBUILD)

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

Copied: haskell-http-download/repos/community-staging-x86_64/PKGBUILD (from rev 
1192152, haskell-http-download/trunk/PKGBUILD)
===
--- community-staging-x86_64/PKGBUILD   (rev 0)
+++ community-staging-x86_64/PKGBUILD   2022-05-02 00:23:00 UTC (rev 1192153)
@@ -0,0 +1,50 @@
+# Maintainer: Felix Yan 
+
+_hkgname=http-download
+pkgname=haskell-http-download
+pkgver=0.2.0.0
+pkgrel=436
+pkgdesc="Verified downloads with retries"
+url="https://github.com/commercialhaskell/http-download;
+license=('MIT')
+arch=('x86_64')
+depends=('ghc-libs' 'haskell-base64-bytestring' 'haskell-conduit' 
'haskell-conduit-extra'
+ 'haskell-cryptonite' 'haskell-cryptonite-conduit'
+ 'haskell-http-client' 'haskell-http-conduit' 'haskell-http-types' 
'haskell-memory'
+ 'haskell-path' 'haskell-path-io' 'haskell-retry' 'haskell-rio' 
'haskell-rio-prettyprint')
+makedepends=('ghc' 'haskell-hspec' 'haskell-hspec-discover')
+source=(https://hackage.haskell.org/packages/archive/${_hkgname}/${pkgver}/${_hkgname}-${pkgver}.tar.gz)
+sha512sums=('b31caa48c1ea2a01f1301ca63b2e0c135cd0d3d392b92518c7d70d89fd83da7fd95cffa3cb374900a45fb2da8d17f748de0de72fb4beb8ad11e203676f9864ae')
+
+prepare() {
+cd $_hkgname-$pkgver
+echo -e "import Distribution.Simple\nmain = defaultMain" > Setup.hs
+}
+
+build() {
+cd $_hkgname-$pkgver
+
+runhaskell Setup configure -O --enable-shared --enable-executable-dynamic 
--disable-library-vanilla \
+--prefix=/usr --docdir=/usr/share/doc/$pkgname --datasubdir=$pkgname 
--enable-tests \
+--dynlibdir=/usr/lib --libsubdir=\$compiler/site-local/\$pkgid 
--ghc-option=-fllvm
+runhaskell Setup build $MAKEFLAGS
+runhaskell Setup register --gen-script
+runhaskell Setup unregister --gen-script
+sed -i -r -e "s|ghc-pkg.*update[^ ]* |&'--force' |" register.sh
+sed -i -r -e "s|ghc-pkg.*unregister[^ ]* |&'--force' |" unregister.sh
+}
+
+check() {
+cd $_hkgname-$pkgver
+runhaskell Setup test --show-details=direct
+}
+
+package() {
+cd $_hkgname-$pkgver
+
+install -D -m744 register.sh 
"$pkgdir"/usr/share/haskell/register/$pkgname.sh
+install -D -m744 unregister.sh 
"$pkgdir"/usr/share/haskell/unregister/$pkgname.sh
+runhaskell Setup copy --destdir="$pkgdir"
+install -D -m644 LICENSE "$pkgdir"/usr/share/licenses/$pkgname/LICENSE
+rm -f "$pkgdir"/usr/share/doc/$pkgname/LICENSE
+}



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

2022-05-01 Thread Felix Yan via arch-commits
Date: Monday, May 2, 2022 @ 00:22:49
  Author: felixonmars
Revision: 1192152

upgpkg: haskell-http-download 0.2.0.0-436: rebuild with validity 0.12.0.1

Modified:
  haskell-http-download/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2022-05-02 00:22:42 UTC (rev 1192151)
+++ PKGBUILD2022-05-02 00:22:49 UTC (rev 1192152)
@@ -3,7 +3,7 @@
 _hkgname=http-download
 pkgname=haskell-http-download
 pkgver=0.2.0.0
-pkgrel=435
+pkgrel=436
 pkgdesc="Verified downloads with retries"
 url="https://github.com/commercialhaskell/http-download;
 license=('MIT')



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

2022-05-01 Thread Felix Yan via arch-commits
Date: Monday, May 2, 2022 @ 00:22:42
  Author: felixonmars
Revision: 1192151

archrelease: copy trunk to community-staging-x86_64

Added:
  hindent/repos/community-staging-x86_64/
  hindent/repos/community-staging-x86_64/PKGBUILD
(from rev 1192150, hindent/trunk/PKGBUILD)

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

Copied: hindent/repos/community-staging-x86_64/PKGBUILD (from rev 1192150, 
hindent/trunk/PKGBUILD)
===
--- community-staging-x86_64/PKGBUILD   (rev 0)
+++ community-staging-x86_64/PKGBUILD   2022-05-02 00:22:42 UTC (rev 1192151)
@@ -0,0 +1,45 @@
+# Maintainer: Felix Yan 
+# Contributor: Arch Haskell Team 
+
+pkgname=hindent
+pkgver=5.3.2
+pkgrel=141
+pkgdesc="Extensible Haskell pretty printer"
+url="https://github.com/mihaimaruseac/hindent;
+license=("BSD")
+arch=('x86_64')
+depends=('ghc-libs' 'haskell-monad-loops' 'haskell-optparse-applicative'
+ 'haskell-path' 'haskell-path-io' 'haskell-src-exts' 
'haskell-unix-compat'
+ 'haskell-utf8-string' 'haskell-yaml')
+makedepends=('ghc' 'haskell-diff' 'haskell-hspec')
+source=("https://hackage.haskell.org/packages/archive/${pkgname}/${pkgver}/${pkgname}-${pkgver}.tar.gz;)
+sha512sums=('3daa84b1b19479af4ecbb4caee8c3be757da65067708c3af31e2d66f227faff43a269e5a6a06a35033329dbee8a0f5a077c4583fb253aab01951718031986a62')
+
+build() {
+cd $pkgname-$pkgver
+
+runhaskell Setup configure -O --enable-shared --enable-executable-dynamic 
--disable-library-vanilla \
+--prefix=/usr --docdir=/usr/share/doc/$pkgname --datasubdir=$pkgname 
--enable-tests --datasubdir=$pkgname \
+--dynlibdir=/usr/lib --libsubdir=\$compiler/site-local/\$pkgid 
--ghc-option=-fllvm \
+--ghc-option='-pie'
+runhaskell Setup build $MAKEFLAGS
+runhaskell Setup register --gen-script
+runhaskell Setup unregister --gen-script
+sed -i -r -e "s|ghc-pkg.*update[^ ]* |&'--force' |" register.sh
+sed -i -r -e "s|ghc-pkg.*unregister[^ ]* |&'--force' |" unregister.sh
+}
+
+check() {
+cd $pkgname-$pkgver
+runhaskell Setup test --show-details=direct
+}
+
+package() {
+cd $pkgname-$pkgver
+
+install -D -m744 register.sh   
"${pkgdir}/usr/share/haskell/register/${pkgname}.sh"
+install -D -m744 unregister.sh 
"${pkgdir}/usr/share/haskell/unregister/${pkgname}.sh"
+runhaskell Setup copy --destdir="${pkgdir}"
+install -D -m644 LICENSE.md 
"$pkgdir"/usr/share/licenses/$pkgname/LICENSE.md
+rm -f "$pkgdir"/usr/share/doc/$pkgname/LICENSE.md
+}



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

2022-05-01 Thread Felix Yan via arch-commits
Date: Monday, May 2, 2022 @ 00:22:31
  Author: felixonmars
Revision: 1192150

upgpkg: hindent 5.3.2-141: rebuild with validity 0.12.0.1

Modified:
  hindent/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2022-05-02 00:21:56 UTC (rev 1192149)
+++ PKGBUILD2022-05-02 00:22:31 UTC (rev 1192150)
@@ -3,7 +3,7 @@
 
 pkgname=hindent
 pkgver=5.3.2
-pkgrel=140
+pkgrel=141
 pkgdesc="Extensible Haskell pretty printer"
 url="https://github.com/mihaimaruseac/hindent;
 license=("BSD")



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

2022-05-01 Thread Felix Yan via arch-commits
Date: Monday, May 2, 2022 @ 00:21:56
  Author: felixonmars
Revision: 1192149

archrelease: copy trunk to community-staging-x86_64

Added:
  haskell-rio-prettyprint/repos/community-staging-x86_64/
  haskell-rio-prettyprint/repos/community-staging-x86_64/PKGBUILD
(from rev 1192148, haskell-rio-prettyprint/trunk/PKGBUILD)

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

Copied: haskell-rio-prettyprint/repos/community-staging-x86_64/PKGBUILD (from 
rev 1192148, haskell-rio-prettyprint/trunk/PKGBUILD)
===
--- community-staging-x86_64/PKGBUILD   (rev 0)
+++ community-staging-x86_64/PKGBUILD   2022-05-02 00:21:56 UTC (rev 1192149)
@@ -0,0 +1,48 @@
+# Maintainer: Felix Yan 
+
+_hkgname=rio-prettyprint
+pkgname=haskell-rio-prettyprint
+pkgver=0.1.1.0
+pkgrel=201
+pkgdesc="Pretty-printing for RIO"
+url="https://github.com/commercialhaskell/rio-prettyprint;
+license=('MIT')
+arch=('x86_64')
+depends=('ghc-libs' 'haskell-aeson' 'haskell-annotated-wl-pprint' 
'haskell-ansi-terminal'
+ 'haskell-colour' 'haskell-path' 'haskell-rio')
+makedepends=('ghc')
+source=(https://hackage.haskell.org/packages/archive/${_hkgname}/${pkgver}/${_hkgname}-${pkgver}.tar.gz)
+sha512sums=('3f519fa0dd4ea51af565221504358ca5728b9ebe07df8a2b34b83198bb19d6653c048cd45701fed6d99b5204da05449f35c0be8e98df2da1c34ea99023f06bf4')
+
+prepare() {
+cd $_hkgname-$pkgver
+echo -e "import Distribution.Simple\nmain = defaultMain" > Setup.hs
+}
+
+build() {
+cd $_hkgname-$pkgver
+
+runhaskell Setup configure -O --enable-shared --enable-executable-dynamic 
--disable-library-vanilla \
+--prefix=/usr --docdir=/usr/share/doc/$pkgname --datasubdir=$pkgname 
--enable-tests \
+--dynlibdir=/usr/lib --libsubdir=\$compiler/site-local/\$pkgid 
--ghc-option=-fllvm
+runhaskell Setup build $MAKEFLAGS
+runhaskell Setup register --gen-script
+runhaskell Setup unregister --gen-script
+sed -i -r -e "s|ghc-pkg.*update[^ ]* |&'--force' |" register.sh
+sed -i -r -e "s|ghc-pkg.*unregister[^ ]* |&'--force' |" unregister.sh
+}
+
+check() {
+cd $_hkgname-$pkgver
+runhaskell Setup test --show-details=direct
+}
+
+package() {
+cd $_hkgname-$pkgver
+
+install -D -m744 register.sh 
"$pkgdir"/usr/share/haskell/register/$pkgname.sh
+install -D -m744 unregister.sh 
"$pkgdir"/usr/share/haskell/unregister/$pkgname.sh
+runhaskell Setup copy --destdir="$pkgdir"
+install -D -m644 LICENSE "$pkgdir"/usr/share/licenses/$pkgname/LICENSE
+rm -f "$pkgdir"/usr/share/doc/$pkgname/LICENSE
+}



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

2022-05-01 Thread Felix Yan via arch-commits
Date: Monday, May 2, 2022 @ 00:21:45
  Author: felixonmars
Revision: 1192148

upgpkg: haskell-rio-prettyprint 0.1.1.0-201: rebuild with validity 0.12.0.1

Modified:
  haskell-rio-prettyprint/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2022-05-02 00:21:38 UTC (rev 1192147)
+++ PKGBUILD2022-05-02 00:21:45 UTC (rev 1192148)
@@ -3,7 +3,7 @@
 _hkgname=rio-prettyprint
 pkgname=haskell-rio-prettyprint
 pkgver=0.1.1.0
-pkgrel=200
+pkgrel=201
 pkgdesc="Pretty-printing for RIO"
 url="https://github.com/commercialhaskell/rio-prettyprint;
 license=('MIT')



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

2022-05-01 Thread Felix Yan via arch-commits
Date: Monday, May 2, 2022 @ 00:21:38
  Author: felixonmars
Revision: 1192147

archrelease: copy trunk to community-staging-x86_64

Added:
  haskell-path-io/repos/community-staging-x86_64/
  haskell-path-io/repos/community-staging-x86_64/PKGBUILD
(from rev 1192146, haskell-path-io/trunk/PKGBUILD)

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

Copied: haskell-path-io/repos/community-staging-x86_64/PKGBUILD (from rev 
1192146, haskell-path-io/trunk/PKGBUILD)
===
--- community-staging-x86_64/PKGBUILD   (rev 0)
+++ community-staging-x86_64/PKGBUILD   2022-05-02 00:21:38 UTC (rev 1192147)
@@ -0,0 +1,45 @@
+# Maintainer: Felix Yan 
+# Contributor: Daniel Nagy 
+# Contributor: Daniel Micay 
+
+_hkgname=path-io
+pkgname=haskell-path-io
+pkgver=1.7.0
+pkgrel=5
+pkgdesc="Interface to ‘directory’ package for users of ‘path’"
+url="https://github.com/mrkkrp/path-io;
+license=("BSD")
+arch=('x86_64')
+depends=('ghc-libs' 'haskell-dlist' 'haskell-path' 'haskell-temporary'
+ 'haskell-unix-compat')
+makedepends=('ghc' 'haskell-hspec')
+source=("https://hackage.haskell.org/packages/archive/$_hkgname/$pkgver/$_hkgname-${pkgver}.tar.gz;)
+sha512sums=('29b6355eca04eaf675a0016fbcb132a91fd88a200ff1ccbc89e88aba007d692c49a03a0d3e15b41938b33f4d668eb4e970a5bc08b411b8c0331abba630504be3')
+
+build() {
+  cd "$srcdir/$_hkgname-$pkgver"
+  runhaskell Setup configure -O --enable-shared --enable-executable-dynamic 
--disable-library-vanilla \
+--prefix=/usr --docdir=/usr/share/doc/$pkgname --datasubdir=$pkgname 
--enable-tests \
+--dynlibdir=/usr/lib --libsubdir=\$compiler/site-local/\$pkgid 
--ghc-option=-fllvm \
+-f-dev
+  runhaskell Setup build $MAKEFLAGS
+  runhaskell Setup register --gen-script
+  runhaskell Setup unregister --gen-script
+  sed -i -r -e "s|ghc-pkg.*update[^ ]* |&'--force' |" register.sh
+  sed -i -r -e "s|ghc-pkg.*unregister[^ ]* |&'--force' |" unregister.sh
+}
+
+check() {
+  cd $_hkgname-$pkgver
+  runhaskell Setup test --show-details=direct
+}
+
+package() {
+  cd $_hkgname-$pkgver
+  
+  install -D -m744 register.sh "$pkgdir"/usr/share/haskell/register/$pkgname.sh
+  install -D -m744 unregister.sh 
"$pkgdir"/usr/share/haskell/unregister/$pkgname.sh
+  runhaskell Setup copy --destdir="$pkgdir"
+  install -D -m644 LICENSE.md "$pkgdir"/usr/share/licenses/$pkgname/LICENSE.md
+  rm -f "$pkgdir"/usr/share/doc/$pkgname/LICENSE.md
+}



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

2022-05-01 Thread Felix Yan via arch-commits
Date: Monday, May 2, 2022 @ 00:21:27
  Author: felixonmars
Revision: 1192146

upgpkg: haskell-path-io 1.7.0-5: rebuild with validity 0.12.0.1

Modified:
  haskell-path-io/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2022-05-02 00:20:49 UTC (rev 1192145)
+++ PKGBUILD2022-05-02 00:21:27 UTC (rev 1192146)
@@ -5,7 +5,7 @@
 _hkgname=path-io
 pkgname=haskell-path-io
 pkgver=1.7.0
-pkgrel=4
+pkgrel=5
 pkgdesc="Interface to ‘directory’ package for users of ‘path’"
 url="https://github.com/mrkkrp/path-io;
 license=("BSD")



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

2022-05-01 Thread Felix Yan via arch-commits
Date: Monday, May 2, 2022 @ 00:20:49
  Author: felixonmars
Revision: 1192145

archrelease: copy trunk to community-staging-x86_64

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

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

Copied: haskell-path/repos/community-staging-x86_64/PKGBUILD (from rev 1192144, 
haskell-path/trunk/PKGBUILD)
===
--- community-staging-x86_64/PKGBUILD   (rev 0)
+++ community-staging-x86_64/PKGBUILD   2022-05-02 00:20:49 UTC (rev 1192145)
@@ -0,0 +1,44 @@
+# Maintainer: Felix Yan 
+# Contributor: Arch Haskell Team 
+
+_hkgname=path
+pkgname=haskell-path
+pkgver=0.9.2
+pkgrel=32
+pkgdesc="Path"
+url="https://hackage.haskell.org/package/${_hkgname};
+license=("BSD")
+arch=('x86_64')
+depends=('ghc-libs' 'haskell-aeson' 'haskell-hashable')
+makedepends=('ghc' 'haskell-genvalidity' 'haskell-genvalidity-hspec' 
'haskell-genvalidity-property'
+ 'haskell-hspec' 'haskell-quickcheck' 'haskell-validity')
+source=("https://hackage.haskell.org/packages/archive/${_hkgname}/${pkgver}/${_hkgname}-${pkgver}.tar.gz;)
+sha512sums=('5d53506e7698f3966d867df8e8c5cc30a997a87145dab80893134d01ee526404e9eeffa1ca6fa2f70b8abed18e0a0d77b14799fe3cac79188b048dac56bce4ae')
+
+build() {
+cd $_hkgname-$pkgver
+
+runhaskell Setup configure -O --enable-shared --enable-executable-dynamic 
--disable-library-vanilla \
+--prefix=/usr --docdir=/usr/share/doc/$pkgname --datasubdir=$pkgname 
--enable-tests \
+--dynlibdir=/usr/lib --libsubdir=\$compiler/site-local/\$pkgid 
--ghc-option=-fllvm
+runhaskell Setup build $MAKEFLAGS
+runhaskell Setup register --gen-script
+runhaskell Setup unregister --gen-script
+sed -i -r -e "s|ghc-pkg.*update[^ ]* |&'--force' |" register.sh
+sed -i -r -e "s|ghc-pkg.*unregister[^ ]* |&'--force' |" unregister.sh
+}
+
+check() {
+cd $_hkgname-$pkgver
+runhaskell Setup test --show-details=direct
+}
+
+package() {
+cd $_hkgname-$pkgver
+
+install -D -m744 register.sh 
"$pkgdir"/usr/share/haskell/register/$pkgname.sh
+install -D -m744 unregister.sh 
"$pkgdir"/usr/share/haskell/unregister/$pkgname.sh
+runhaskell Setup copy --destdir="$pkgdir"
+install -D -m644 LICENSE "$pkgdir"/usr/share/licenses/$pkgname/LICENSE
+rm -f "$pkgdir"/usr/share/doc/$pkgname/LICENSE
+}



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

2022-05-01 Thread Felix Yan via arch-commits
Date: Monday, May 2, 2022 @ 00:20:36
  Author: felixonmars
Revision: 1192144

upgpkg: haskell-path 0.9.2-32: rebuild with validity 0.12.0.1

Modified:
  haskell-path/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2022-05-02 00:19:51 UTC (rev 1192143)
+++ PKGBUILD2022-05-02 00:20:36 UTC (rev 1192144)
@@ -4,7 +4,7 @@
 _hkgname=path
 pkgname=haskell-path
 pkgver=0.9.2
-pkgrel=31
+pkgrel=32
 pkgdesc="Path"
 url="https://hackage.haskell.org/package/${_hkgname};
 license=("BSD")



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

2022-05-01 Thread Felix Yan via arch-commits
Date: Monday, May 2, 2022 @ 00:19:51
  Author: felixonmars
Revision: 1192143

archrelease: copy trunk to community-staging-x86_64

Added:
  haskell-genvalidity-hspec/repos/community-staging-x86_64/
  haskell-genvalidity-hspec/repos/community-staging-x86_64/PKGBUILD
(from rev 1192142, haskell-genvalidity-hspec/trunk/PKGBUILD)

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

Copied: haskell-genvalidity-hspec/repos/community-staging-x86_64/PKGBUILD (from 
rev 1192142, haskell-genvalidity-hspec/trunk/PKGBUILD)
===
--- community-staging-x86_64/PKGBUILD   (rev 0)
+++ community-staging-x86_64/PKGBUILD   2022-05-02 00:19:51 UTC (rev 1192143)
@@ -0,0 +1,48 @@
+# Maintainer: Felix Yan 
+
+_hkgname=genvalidity-hspec
+pkgname=haskell-genvalidity-hspec
+pkgver=1.0.0.0
+pkgrel=27
+pkgdesc="Standard spec's for GenValidity instances"
+url="https://github.com/NorfairKing/validity;
+license=('MIT')
+arch=('x86_64')
+depends=('ghc-libs' 'haskell-genvalidity' 'haskell-genvalidity-property' 
'haskell-hspec'
+ 'haskell-hspec-core' 'haskell-quickcheck' 'haskell-validity')
+makedepends=('ghc' 'uusi')
+source=(https://hackage.haskell.org/packages/archive/${_hkgname}/${pkgver}/${_hkgname}-${pkgver}.tar.gz)
+sha512sums=('90818ec5bbf91ebe67ae9d079a695de2520c48b93cb7344e003f1b85963a6bb64addc15f1d5789b263b13a390b03c1bb49efecb52bc3de2d4b6988dad96d0626')
+
+prepare() {
+cd $_hkgname-$pkgver
+gen-setup
+}
+
+build() {
+cd $_hkgname-$pkgver
+
+runhaskell Setup configure -O --enable-shared --enable-executable-dynamic 
--disable-library-vanilla \
+--prefix=/usr --docdir=/usr/share/doc/$pkgname --datasubdir=$pkgname 
--enable-tests \
+--dynlibdir=/usr/lib --libsubdir=\$compiler/site-local/\$pkgid 
--ghc-option=-fllvm
+runhaskell Setup build $MAKEFLAGS
+runhaskell Setup register --gen-script
+runhaskell Setup unregister --gen-script
+sed -i -r -e "s|ghc-pkg.*update[^ ]* |&'--force' |" register.sh
+sed -i -r -e "s|ghc-pkg.*unregister[^ ]* |&'--force' |" unregister.sh
+}
+
+check() {
+cd $_hkgname-$pkgver
+runhaskell Setup test --show-details=direct
+}
+
+package() {
+cd $_hkgname-$pkgver
+
+install -D -m744 register.sh 
"$pkgdir"/usr/share/haskell/register/$pkgname.sh
+install -D -m744 unregister.sh 
"$pkgdir"/usr/share/haskell/unregister/$pkgname.sh
+runhaskell Setup copy --destdir="$pkgdir"
+install -D -m644 LICENSE "$pkgdir"/usr/share/licenses/$pkgname/LICENSE
+rm -f "$pkgdir"/usr/share/doc/$pkgname/LICENSE
+}



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

2022-05-01 Thread Felix Yan via arch-commits
Date: Monday, May 2, 2022 @ 00:19:41
  Author: felixonmars
Revision: 1192142

upgpkg: haskell-genvalidity-hspec 1.0.0.0-27: rebuild with validity 0.12.0.1

Modified:
  haskell-genvalidity-hspec/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2022-05-02 00:19:00 UTC (rev 1192141)
+++ PKGBUILD2022-05-02 00:19:41 UTC (rev 1192142)
@@ -3,7 +3,7 @@
 _hkgname=genvalidity-hspec
 pkgname=haskell-genvalidity-hspec
 pkgver=1.0.0.0
-pkgrel=26
+pkgrel=27
 pkgdesc="Standard spec's for GenValidity instances"
 url="https://github.com/NorfairKing/validity;
 license=('MIT')



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

2022-05-01 Thread Felix Yan via arch-commits
Date: Monday, May 2, 2022 @ 00:19:00
  Author: felixonmars
Revision: 1192141

archrelease: copy trunk to community-staging-x86_64

Added:
  haskell-genvalidity-property/repos/community-staging-x86_64/
  haskell-genvalidity-property/repos/community-staging-x86_64/PKGBUILD
(from rev 1192140, haskell-genvalidity-property/trunk/PKGBUILD)

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

Copied: haskell-genvalidity-property/repos/community-staging-x86_64/PKGBUILD 
(from rev 1192140, haskell-genvalidity-property/trunk/PKGBUILD)
===
--- community-staging-x86_64/PKGBUILD   (rev 0)
+++ community-staging-x86_64/PKGBUILD   2022-05-02 00:19:00 UTC (rev 1192141)
@@ -0,0 +1,48 @@
+# Maintainer: Felix Yan 
+
+_hkgname=genvalidity-property
+pkgname=haskell-genvalidity-property
+pkgver=1.0.0.0
+pkgrel=27
+pkgdesc="Standard properties for functions on Validity types"
+url="https://github.com/NorfairKing/validity;
+license=('MIT')
+arch=('x86_64')
+depends=('ghc-libs' 'haskell-genvalidity' 'haskell-hspec' 
'haskell-pretty-show' 'haskell-quickcheck'
+ 'haskell-validity')
+makedepends=('ghc' 'uusi')
+source=(https://hackage.haskell.org/packages/archive/${_hkgname}/${pkgver}/${_hkgname}-${pkgver}.tar.gz)
+sha512sums=('fdb11224baad570cc91762ade0a09be924547df0cb6d3438463e17d981ac8298052051f3dc3df3ccf17386eb12e47cf68a218d4374d806f709df106018fd290c')
+
+prepare() {
+cd $_hkgname-$pkgver
+gen-setup
+}
+
+build() {
+cd $_hkgname-$pkgver
+
+runhaskell Setup configure -O --enable-shared --enable-executable-dynamic 
--disable-library-vanilla \
+--prefix=/usr --docdir=/usr/share/doc/$pkgname --datasubdir=$pkgname 
--enable-tests \
+--dynlibdir=/usr/lib --libsubdir=\$compiler/site-local/\$pkgid 
--ghc-option=-fllvm
+runhaskell Setup build $MAKEFLAGS
+runhaskell Setup register --gen-script
+runhaskell Setup unregister --gen-script
+sed -i -r -e "s|ghc-pkg.*update[^ ]* |&'--force' |" register.sh
+sed -i -r -e "s|ghc-pkg.*unregister[^ ]* |&'--force' |" unregister.sh
+}
+
+check() {
+cd $_hkgname-$pkgver
+runhaskell Setup test --show-details=direct
+}
+
+package() {
+cd $_hkgname-$pkgver
+
+install -D -m744 register.sh 
"$pkgdir"/usr/share/haskell/register/$pkgname.sh
+install -D -m744 unregister.sh 
"$pkgdir"/usr/share/haskell/unregister/$pkgname.sh
+runhaskell Setup copy --destdir="$pkgdir"
+install -D -m644 LICENSE "$pkgdir"/usr/share/licenses/$pkgname/LICENSE
+rm -f "$pkgdir"/usr/share/doc/$pkgname/LICENSE
+}



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

2022-05-01 Thread Felix Yan via arch-commits
Date: Monday, May 2, 2022 @ 00:18:50
  Author: felixonmars
Revision: 1192140

upgpkg: haskell-genvalidity-property 1.0.0.0-27: rebuild with validity 0.12.0.1

Modified:
  haskell-genvalidity-property/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2022-05-02 00:18:20 UTC (rev 1192139)
+++ PKGBUILD2022-05-02 00:18:50 UTC (rev 1192140)
@@ -3,7 +3,7 @@
 _hkgname=genvalidity-property
 pkgname=haskell-genvalidity-property
 pkgver=1.0.0.0
-pkgrel=26
+pkgrel=27
 pkgdesc="Standard properties for functions on Validity types"
 url="https://github.com/NorfairKing/validity;
 license=('MIT')



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

2022-05-01 Thread Felix Yan via arch-commits
Date: Monday, May 2, 2022 @ 00:18:20
  Author: felixonmars
Revision: 1192139

archrelease: copy trunk to community-staging-x86_64

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

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

Copied: haskell-genvalidity/repos/community-staging-x86_64/PKGBUILD (from rev 
1192138, haskell-genvalidity/trunk/PKGBUILD)
===
--- community-staging-x86_64/PKGBUILD   (rev 0)
+++ community-staging-x86_64/PKGBUILD   2022-05-02 00:18:20 UTC (rev 1192139)
@@ -0,0 +1,47 @@
+# Maintainer: Felix Yan 
+
+_hkgname=genvalidity
+pkgname=haskell-genvalidity
+pkgver=1.0.0.1
+pkgrel=23
+pkgdesc="Testing utilities for the validity library"
+url="https://github.com/NorfairKing/validity;
+license=('MIT')
+arch=('x86_64')
+depends=('ghc-libs' 'haskell-quickcheck' 'haskell-random' 'haskell-validity')
+makedepends=('ghc' 'uusi' 'haskell-hspec' 'haskell-hspec-core')
+source=(https://hackage.haskell.org/packages/archive/${_hkgname}/${pkgver}/${_hkgname}-${pkgver}.tar.gz)
+sha512sums=('520122e67b3b95798b9701cd090a80886efd4f029f1a7f54b76adf427d8e457ed3eafa1d3fd4d40b5456ae592cd9153e43f8ed2ed52b014a9f5b66de02f8b01f')
+
+prepare() {
+cd $_hkgname-$pkgver
+gen-setup
+}
+
+build() {
+cd $_hkgname-$pkgver
+
+runhaskell Setup configure -O --enable-shared --enable-executable-dynamic 
--disable-library-vanilla \
+--prefix=/usr --docdir=/usr/share/doc/$pkgname --datasubdir=$pkgname 
--enable-tests \
+--dynlibdir=/usr/lib --libsubdir=\$compiler/site-local/\$pkgid 
--ghc-option=-fllvm
+runhaskell Setup build $MAKEFLAGS
+runhaskell Setup register --gen-script
+runhaskell Setup unregister --gen-script
+sed -i -r -e "s|ghc-pkg.*update[^ ]* |&'--force' |" register.sh
+sed -i -r -e "s|ghc-pkg.*unregister[^ ]* |&'--force' |" unregister.sh
+}
+
+check() {
+cd $_hkgname-$pkgver
+runhaskell Setup test --show-details=direct
+}
+
+package() {
+cd $_hkgname-$pkgver
+
+install -D -m744 register.sh 
"$pkgdir"/usr/share/haskell/register/$pkgname.sh
+install -D -m744 unregister.sh 
"$pkgdir"/usr/share/haskell/unregister/$pkgname.sh
+runhaskell Setup copy --destdir="$pkgdir"
+install -D -m644 LICENSE "$pkgdir"/usr/share/licenses/$pkgname/LICENSE
+rm -f "$pkgdir"/usr/share/doc/$pkgname/LICENSE
+}



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

2022-05-01 Thread Felix Yan via arch-commits
Date: Monday, May 2, 2022 @ 00:18:08
  Author: felixonmars
Revision: 1192138

upgpkg: haskell-genvalidity 1.0.0.1-23: rebuild with validity 0.12.0.1

Modified:
  haskell-genvalidity/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2022-05-02 00:16:47 UTC (rev 1192137)
+++ PKGBUILD2022-05-02 00:18:08 UTC (rev 1192138)
@@ -3,7 +3,7 @@
 _hkgname=genvalidity
 pkgname=haskell-genvalidity
 pkgver=1.0.0.1
-pkgrel=22
+pkgrel=23
 pkgdesc="Testing utilities for the validity library"
 url="https://github.com/NorfairKing/validity;
 license=('MIT')



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

2022-05-01 Thread Felix Yan via arch-commits
Date: Monday, May 2, 2022 @ 00:16:47
  Author: felixonmars
Revision: 1192137

archrelease: copy trunk to community-staging-x86_64

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

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

Copied: haskell-validity/repos/community-staging-x86_64/PKGBUILD (from rev 
1192136, haskell-validity/trunk/PKGBUILD)
===
--- community-staging-x86_64/PKGBUILD   (rev 0)
+++ community-staging-x86_64/PKGBUILD   2022-05-02 00:16:47 UTC (rev 1192137)
@@ -0,0 +1,47 @@
+# Maintainer: Felix Yan 
+
+_hkgname=validity
+pkgname=haskell-validity
+pkgver=0.12.0.1
+pkgrel=1
+pkgdesc="Validity typeclass"
+url="https://github.com/NorfairKing/validity;
+license=('MIT')
+arch=('x86_64')
+depends=('ghc-libs')
+makedepends=('ghc' 'uusi' 'haskell-hspec')
+source=(https://hackage.haskell.org/packages/archive/${_hkgname}/${pkgver}/${_hkgname}-${pkgver}.tar.gz)
+sha512sums=('15d200317bfb71605e210528be5eba70383d8667873771d4391bca97c8e6d146333787e471877b167bae57adc55fc0e0276b6082a9bb7b5dc48f5d714cef5fbe')
+
+prepare() {
+cd $_hkgname-$pkgver
+gen-setup
+}
+
+build() {
+cd $_hkgname-$pkgver
+
+runhaskell Setup configure -O --enable-shared --enable-executable-dynamic 
--disable-library-vanilla \
+--prefix=/usr --docdir=/usr/share/doc/$pkgname --datasubdir=$pkgname 
--enable-tests \
+--dynlibdir=/usr/lib --libsubdir=\$compiler/site-local/\$pkgid 
--ghc-option=-fllvm
+runhaskell Setup build $MAKEFLAGS
+runhaskell Setup register --gen-script
+runhaskell Setup unregister --gen-script
+sed -i -r -e "s|ghc-pkg.*update[^ ]* |&'--force' |" register.sh
+sed -i -r -e "s|ghc-pkg.*unregister[^ ]* |&'--force' |" unregister.sh
+}
+
+check() {
+cd $_hkgname-$pkgver
+runhaskell Setup test --show-details=direct
+}
+
+package() {
+cd $_hkgname-$pkgver
+
+install -D -m744 register.sh 
"$pkgdir"/usr/share/haskell/register/$pkgname.sh
+install -D -m744 unregister.sh 
"$pkgdir"/usr/share/haskell/unregister/$pkgname.sh
+runhaskell Setup copy --destdir="$pkgdir"
+install -D -m644 LICENSE "$pkgdir"/usr/share/licenses/$pkgname/LICENSE
+rm -f "$pkgdir"/usr/share/doc/$pkgname/LICENSE
+}



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

2022-05-01 Thread Felix Yan via arch-commits
Date: Monday, May 2, 2022 @ 00:16:36
  Author: felixonmars
Revision: 1192136

upgpkg: haskell-validity 0.12.0.1-1: rebuild with validity 0.12.0.1

Modified:
  haskell-validity/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2022-05-02 00:16:29 UTC (rev 1192135)
+++ PKGBUILD2022-05-02 00:16:36 UTC (rev 1192136)
@@ -2,8 +2,8 @@
 
 _hkgname=validity
 pkgname=haskell-validity
-pkgver=0.12.0.0
-pkgrel=25
+pkgver=0.12.0.1
+pkgrel=1
 pkgdesc="Validity typeclass"
 url="https://github.com/NorfairKing/validity;
 license=('MIT')
@@ -11,7 +11,7 @@
 depends=('ghc-libs')
 makedepends=('ghc' 'uusi' 'haskell-hspec')
 
source=(https://hackage.haskell.org/packages/archive/${_hkgname}/${pkgver}/${_hkgname}-${pkgver}.tar.gz)
-sha512sums=('4078340b87dfd8adfaefe682e68563f36a43e6291037bec7d3fd45446e6d50a5622ba9909badfe71acebd1a41f5f740346acf90622d09bbef137b2a592b1850b')
+sha512sums=('15d200317bfb71605e210528be5eba70383d8667873771d4391bca97c8e6d146333787e471877b167bae57adc55fc0e0276b6082a9bb7b5dc48f5d714cef5fbe')
 
 prepare() {
 cd $_hkgname-$pkgver



[arch-commits] Commit in v2ray-domain-list-community/repos/community-any (2 files)

2022-05-01 Thread Felix Yan via arch-commits
Date: Monday, May 2, 2022 @ 00:16:29
  Author: felixonmars
Revision: 1192135

archrelease: copy trunk to community-any

Added:
  v2ray-domain-list-community/repos/community-any/PKGBUILD
(from rev 1192134, v2ray-domain-list-community/trunk/PKGBUILD)
Deleted:
  v2ray-domain-list-community/repos/community-any/PKGBUILD

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

Deleted: PKGBUILD
===
--- PKGBUILD2022-05-02 00:16:17 UTC (rev 1192134)
+++ PKGBUILD2022-05-02 00:16:29 UTC (rev 1192135)
@@ -1,23 +0,0 @@
-# Maintainer: Felix Yan 
-
-pkgname=v2ray-domain-list-community
-pkgver=20220429034939
-pkgrel=1
-pkgdesc="A list of domains to be used as geosites for routing purpose in 
Project V"
-arch=('any')
-url="https://github.com/v2fly/domain-list-community;
-license=('MIT')
-makedepends=('go' 'git')
-source=("$pkgname-$pkgver.tar.gz::https://github.com/v2fly/domain-list-community/archive/$pkgver.tar.gz;)
-sha512sums=('34ab64984ad7221059c97ce9198c2d626a9bda52b3d4a6d143db98ba113597d48b28620a27bb5a8d45f5e2512816f46b58a20c4e60b4a566863d343fab80')
-
-build() {
-  cd domain-list-community-$pkgver
-  ASSUME_NO_MOVING_GC_UNSAFE_RISK_IT_WITH=go1.18 go run main.go
-}
-
-package() {
-  cd domain-list-community-$pkgver
-  install -Dm644 dlc.dat "$pkgdir"/usr/share/v2ray/geosite.dat
-  install -Dm644 "$srcdir"/domain-list-community-$pkgver/LICENSE 
"$pkgdir"/usr/share/licenses/$pkgname/LICENSE
-}

Copied: v2ray-domain-list-community/repos/community-any/PKGBUILD (from rev 
1192134, v2ray-domain-list-community/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2022-05-02 00:16:29 UTC (rev 1192135)
@@ -0,0 +1,23 @@
+# Maintainer: Felix Yan 
+
+pkgname=v2ray-domain-list-community
+pkgver=20220501162639
+pkgrel=1
+pkgdesc="A list of domains to be used as geosites for routing purpose in 
Project V"
+arch=('any')
+url="https://github.com/v2fly/domain-list-community;
+license=('MIT')
+makedepends=('go' 'git')
+source=("$pkgname-$pkgver.tar.gz::https://github.com/v2fly/domain-list-community/archive/$pkgver.tar.gz;)
+sha512sums=('d97b3012d90f2c57d8d711e0d3a4b8e05da75aa4bca9704ecada5a78f30eb4e938c64d72abb497e2a0eac7a3971bcbd8ddde467a3625919d9e3724584b041900')
+
+build() {
+  cd domain-list-community-$pkgver
+  ASSUME_NO_MOVING_GC_UNSAFE_RISK_IT_WITH=go1.18 go run main.go
+}
+
+package() {
+  cd domain-list-community-$pkgver
+  install -Dm644 dlc.dat "$pkgdir"/usr/share/v2ray/geosite.dat
+  install -Dm644 "$srcdir"/domain-list-community-$pkgver/LICENSE 
"$pkgdir"/usr/share/licenses/$pkgname/LICENSE
+}



[arch-commits] Commit in v2ray-domain-list-community/trunk (PKGBUILD)

2022-05-01 Thread Felix Yan via arch-commits
Date: Monday, May 2, 2022 @ 00:16:17
  Author: felixonmars
Revision: 1192134

upgpkg: v2ray-domain-list-community 20220501162639-1

Modified:
  v2ray-domain-list-community/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2022-05-01 19:48:20 UTC (rev 1192133)
+++ PKGBUILD2022-05-02 00:16:17 UTC (rev 1192134)
@@ -1,7 +1,7 @@
 # Maintainer: Felix Yan 
 
 pkgname=v2ray-domain-list-community
-pkgver=20220429034939
+pkgver=20220501162639
 pkgrel=1
 pkgdesc="A list of domains to be used as geosites for routing purpose in 
Project V"
 arch=('any')
@@ -9,7 +9,7 @@
 license=('MIT')
 makedepends=('go' 'git')
 
source=("$pkgname-$pkgver.tar.gz::https://github.com/v2fly/domain-list-community/archive/$pkgver.tar.gz;)
-sha512sums=('34ab64984ad7221059c97ce9198c2d626a9bda52b3d4a6d143db98ba113597d48b28620a27bb5a8d45f5e2512816f46b58a20c4e60b4a566863d343fab80')
+sha512sums=('d97b3012d90f2c57d8d711e0d3a4b8e05da75aa4bca9704ecada5a78f30eb4e938c64d72abb497e2a0eac7a3971bcbd8ddde467a3625919d9e3724584b041900')
 
 build() {
   cd domain-list-community-$pkgver



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

2022-05-01 Thread David Runge via arch-commits
Date: Sunday, May 1, 2022 @ 19:48:20
  Author: dvzrv
Revision: 1192133

archrelease: copy trunk to community-any

Added:
  nikola/repos/community-any/PKGBUILD
(from rev 1192132, nikola/trunk/PKGBUILD)
Deleted:
  nikola/repos/community-any/PKGBUILD

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

Deleted: PKGBUILD
===
--- PKGBUILD2022-05-01 19:48:12 UTC (rev 1192132)
+++ PKGBUILD2022-05-01 19:48:20 UTC (rev 1192133)
@@ -1,79 +0,0 @@
-# Maintainer: David Runge 
-
-_name=Nikola
-pkgname=nikola
-pkgver=8.2.1
-pkgrel=2
-pkgdesc="A static site and blog generator"
-arch=(any)
-url="https://getnikola.com/;
-license=(MIT)
-# still requires python-setuptools due to the use of pkg_resources
-depends=(python-babel python-blinker python-doit python-dateutil
-python-docutils python-logbook python-lxml python-mako python-markdown
-python-natsort python-piexif python-pillow python-pygments python-pyrss2gen
-python-requests python-setuptools python-unidecode python-yapsy)
-makedepends=(jupyter-notebook python-aiohttp python-build python-ghp-import
-python-husl python-installer python-ipykernel python-jinja python-micawber
-python-phpserialize python-pygal python-pyphen python-ruamel-yaml python-toml
-python-typogrify python-watchdog python-wheel zeromq)
-checkdepends=(python-freezegun python-pytest)
-optdepends=(
-  'jupyter-notebook: for .ipynb support'
-  'python-aiohttp: for `nikola auto`'
-  'python-ghp-import: for upload to Github pages'
-  'python-hsluv: for section color mixing'
-  'python-html5lib: for HTML5 minify and format support'
-  'python-husl: for optional color support'
-  'python-ipykernel: for .ipynb support'
-  'python-jinja: for jinja2 based themes'
-  'python-micawber: for embedding media in posts'
-  'python-phpserialize: for Wordpress import'
-  'python-pygal: for SVG graph plotting'
-  'python-pyphen: for hyphenation support'
-  'python-ruamel-yaml: for YAML support'
-  'python-toml: for TOML support'
-  'python-typogrify: for typographical enhancements'
-  'python-watchdog: for `nikola auto`'
-)
-source=(
-  
https://files.pythonhosted.org/packages/source/${_name::1}/$_name/$_name-$pkgver.tar.gz{,.asc}
-  
$pkgname-8.2.1-pygments_2.12.0.patch::https://github.com/getnikola/nikola/commit/097fe282bb95b898d329a945c0bb7098a3ac7a9c.patch
-)
-sha512sums=('5893cc7a3eb876fc1c165e91bcc03db9674c9b6569b89fb10ce111bc9f3a7f8b72d54641429a8d882a3a2ac9aa59e5ed665b23f8d37c9679cc9aff5b8d839ccb'
-'SKIP'
-
'9f3388a715b354545f6122da37b87d92bb5a72937d582a7394e3dc9727b3f2bcfb31adb2ea617140c06c794a8421f1499cd23cba35a60dd9a8f2498cf2cd0fb4')
-b2sums=('4e9514984d5e813421f374d67018d266aa56c63674b8c1070ad2bc0685d6d59a08be38b1422808564653d6c4f80e2ad40ca7facb7d0ea0185bcd13f136c4b915'
-'SKIP'
-
'f2763602a0a19cd1b45be87fbf9fd14c7d99542154ffa1ceadb8a9b896a6c55b4dc416be6c48ee65d09dc8f2817742f2b3747d12d77ecdceb277729337f39f88')
-validpgpkeys=('DF32C99CFF84282CF9D4CF7171023DBD5EAAEA16') # Chris Warrick 

-
-prepare() {
-  patch -Np1 -d $_name-$pkgver -i ../$pkgname-8.2.1-pygments_2.12.0.patch
-  sed -e '/addopts/d' -i $_name-$pkgver/setup.cfg
-}
-
-build() {
-  cd $_name-$pkgver
-  python -m build --wheel --no-isolation
-
-  # shell completions
-  python -m $pkgname tabcompletion --shell bash --hardcode-tasks > 
${pkgname}_bash
-  python -m $pkgname tabcompletion --shell zsh --hardcode-tasks > 
${pkgname}_zsh
-  # ensure that the shell completion is assigned to the correct executable
-  sed -e "s/__main__.py/$pkgname/g" -i "${pkgname}_"{bash,zsh}
-}
-
-check() {
-  cd $_name-$pkgver
-  pytest -vv -k "not test_compiling_markdown"
-}
-
-package() {
-  cd $_name-$pkgver
-  python -m installer --destdir="$pkgdir" dist/*.whl
-  install -vDm 644 LICENSE.txt -t "$pkgdir/usr/share/licenses/$pkgname/"
-  install -vDm 644 {AUTHORS,CHANGES}.txt {CONTRIBUTING,README}.rst -t 
"$pkgdir/usr/share/doc/$pkgname/"
-  install -vDm 644 ${pkgname}_bash 
"$pkgdir/usr/share/bash-completion/completions/$pkgname"
-  install -vDm 644 ${pkgname}_zsh 
"$pkgdir/usr/share/zsh/site-functions/_$pkgname"
-}

Copied: nikola/repos/community-any/PKGBUILD (from rev 1192132, 
nikola/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2022-05-01 19:48:20 UTC (rev 1192133)
@@ -0,0 +1,73 @@
+# Maintainer: David Runge 
+
+_name=Nikola
+pkgname=nikola
+pkgver=8.2.2
+pkgrel=1
+pkgdesc="A static site and blog generator"
+arch=(any)
+url="https://getnikola.com/;
+license=(MIT)
+# still requires python-setuptools due to the use of pkg_resources
+depends=(python-babel python-blinker python-doit python-dateutil
+python-docutils python-logbook python-lxml python-mako python-markdown
+python-natsort python-piexif python-pillow python-pygments python-pyrss2gen
+python-requests 

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

2022-05-01 Thread David Runge via arch-commits
Date: Sunday, May 1, 2022 @ 19:48:12
  Author: dvzrv
Revision: 1192132

upgpkg: nikola 8.2.2-1: Upgrade to 8.2.2.

Remove now included patch.

Modified:
  nikola/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2022-05-01 19:14:22 UTC (rev 1192131)
+++ PKGBUILD2022-05-01 19:48:12 UTC (rev 1192132)
@@ -2,8 +2,8 @@
 
 _name=Nikola
 pkgname=nikola
-pkgver=8.2.1
-pkgrel=2
+pkgver=8.2.2
+pkgrel=1
 pkgdesc="A static site and blog generator"
 arch=(any)
 url="https://getnikola.com/;
@@ -36,20 +36,14 @@
   'python-typogrify: for typographical enhancements'
   'python-watchdog: for `nikola auto`'
 )
-source=(
-  
https://files.pythonhosted.org/packages/source/${_name::1}/$_name/$_name-$pkgver.tar.gz{,.asc}
-  
$pkgname-8.2.1-pygments_2.12.0.patch::https://github.com/getnikola/nikola/commit/097fe282bb95b898d329a945c0bb7098a3ac7a9c.patch
-)
-sha512sums=('5893cc7a3eb876fc1c165e91bcc03db9674c9b6569b89fb10ce111bc9f3a7f8b72d54641429a8d882a3a2ac9aa59e5ed665b23f8d37c9679cc9aff5b8d839ccb'
-'SKIP'
-
'9f3388a715b354545f6122da37b87d92bb5a72937d582a7394e3dc9727b3f2bcfb31adb2ea617140c06c794a8421f1499cd23cba35a60dd9a8f2498cf2cd0fb4')
-b2sums=('4e9514984d5e813421f374d67018d266aa56c63674b8c1070ad2bc0685d6d59a08be38b1422808564653d6c4f80e2ad40ca7facb7d0ea0185bcd13f136c4b915'
-'SKIP'
-
'f2763602a0a19cd1b45be87fbf9fd14c7d99542154ffa1ceadb8a9b896a6c55b4dc416be6c48ee65d09dc8f2817742f2b3747d12d77ecdceb277729337f39f88')
+source=(https://files.pythonhosted.org/packages/source/${_name::1}/$_name/$_name-$pkgver.tar.gz{,.asc})
+sha512sums=('f2bf38c81c2e01f6d6cb6a24d9b9ea95f047e9bd9987437df61cf1cb10c39c5f9259e8baa4c64dc24e4f69dc3b3e35e3553dced7d42c840645e024d6c21eb9ae'
+'SKIP')
+b2sums=('78950e97016b7a87d41739684de102c548a5dfecfe9c1239a94c757a4d7d00f5d77bf679b6ed1a853aa46e1fcb78c27e7c2276e7aafeb874c0e21c1ae9f1cbb2'
+'SKIP')
 validpgpkeys=('DF32C99CFF84282CF9D4CF7171023DBD5EAAEA16') # Chris Warrick 

 
 prepare() {
-  patch -Np1 -d $_name-$pkgver -i ../$pkgname-8.2.1-pygments_2.12.0.patch
   sed -e '/addopts/d' -i $_name-$pkgver/setup.cfg
 }
 



[arch-commits] Commit in jack-example-tools/repos/extra-x86_64 (PKGBUILD PKGBUILD)

2022-05-01 Thread David Runge via arch-commits
Date: Sunday, May 1, 2022 @ 19:46:40
  Author: dvzrv
Revision: 444378

archrelease: copy trunk to extra-x86_64

Added:
  jack-example-tools/repos/extra-x86_64/PKGBUILD
(from rev 444377, jack-example-tools/trunk/PKGBUILD)
Deleted:
  jack-example-tools/repos/extra-x86_64/PKGBUILD

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

Deleted: PKGBUILD
===
--- PKGBUILD2022-05-01 19:46:14 UTC (rev 444377)
+++ PKGBUILD2022-05-01 19:46:40 UTC (rev 444378)
@@ -1,29 +0,0 @@
-# Maintainer: David Runge 
-
-pkgname=jack-example-tools
-pkgver=2
-pkgrel=1
-pkgdesc="Official JACK example clients and tools"
-arch=(x86_64)
-url="https://github.com/jackaudio/jack-example-tools;
-license=(GPL2 GPL3)
-groups=(pro-audio)
-depends=(glibc opus)
-makedepends=(alsa-lib git jack2 libsamplerate libsndfile meson readline
-zita-alsa-pcmi zita-resampler)
-options=(debug)
-source=(git+https://github.com/jackaudio/jack-example-tools.git#tag=$pkgver?signed)
-sha256sums=('SKIP')
-validpgpkeys=('62B11043D2F6EB6672D93103CDBAA37ABC74FBA0') # falkTX 

-
-build() {
-  arch-meson build $pkgname "${_meson_args[@]}"
-  ninja -vC build
-}
-
-package() {
-  depends+=(libasound.so libjack.so libsamplerate.so libsndfile.so
-  libreadline.so libzita-alsa-pcmi.so libzita-resampler.so)
-
-  DESTDIR="$pkgdir" meson install -C build
-}

Copied: jack-example-tools/repos/extra-x86_64/PKGBUILD (from rev 444377, 
jack-example-tools/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2022-05-01 19:46:40 UTC (rev 444378)
@@ -0,0 +1,29 @@
+# Maintainer: David Runge 
+
+pkgname=jack-example-tools
+pkgver=3
+pkgrel=1
+pkgdesc="Official JACK example clients and tools"
+arch=(x86_64)
+url="https://github.com/jackaudio/jack-example-tools;
+license=(GPL2 GPL3)
+groups=(pro-audio)
+depends=(glibc opus)
+makedepends=(alsa-lib git jack2 libsamplerate libsndfile meson readline
+zita-alsa-pcmi zita-resampler)
+options=(debug)
+source=(git+https://github.com/jackaudio/jack-example-tools.git#tag=$pkgver?signed)
+sha256sums=('SKIP')
+validpgpkeys=('62B11043D2F6EB6672D93103CDBAA37ABC74FBA0') # falkTX 

+
+build() {
+  arch-meson build $pkgname "${_meson_args[@]}"
+  ninja -vC build
+}
+
+package() {
+  depends+=(libasound.so libjack.so libsamplerate.so libsndfile.so
+  libreadline.so libzita-alsa-pcmi.so libzita-resampler.so)
+
+  DESTDIR="$pkgdir" meson install -C build
+}



[arch-commits] Commit in jack-example-tools/trunk (PKGBUILD)

2022-05-01 Thread David Runge via arch-commits
Date: Sunday, May 1, 2022 @ 19:46:14
  Author: dvzrv
Revision: 444377

upgpkg: jack-example-tools 3-1: Upgrade to 3.

Modified:
  jack-example-tools/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2022-05-01 17:19:58 UTC (rev 444376)
+++ PKGBUILD2022-05-01 19:46:14 UTC (rev 444377)
@@ -1,7 +1,7 @@
 # Maintainer: David Runge 
 
 pkgname=jack-example-tools
-pkgver=2
+pkgver=3
 pkgrel=1
 pkgdesc="Official JACK example clients and tools"
 arch=(x86_64)



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

2022-05-01 Thread Orhun Parmaksiz via arch-commits
Date: Sunday, May 1, 2022 @ 19:14:22
  Author: orhun
Revision: 1192131

archrelease: copy trunk to community-x86_64

Added:
  taskwarrior-tui/repos/community-x86_64/PKGBUILD
(from rev 1192130, taskwarrior-tui/trunk/PKGBUILD)
Deleted:
  taskwarrior-tui/repos/community-x86_64/PKGBUILD

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

Deleted: PKGBUILD
===
--- PKGBUILD2022-05-01 19:14:13 UTC (rev 1192130)
+++ PKGBUILD2022-05-01 19:14:22 UTC (rev 1192131)
@@ -1,45 +0,0 @@
-# Maintainer: Orhun Parmaksız 
-
-pkgname=taskwarrior-tui
-pkgver=0.23.3
-pkgrel=1
-pkgdesc="A terminal user interface for taskwarrior"
-arch=('x86_64')
-url="https://github.com/kdheepak/taskwarrior-tui;
-license=('MIT')
-depends=('task')
-makedepends=('cargo' 'git')
-source=("$pkgname-$pkgver.tar.gz::$url/archive/v$pkgver.tar.gz"
-"git+https://github.com/kdheepak/taskwarrior-testdata;)
-sha256sums=('9c62d58c14cfebc10cc606f967046076adac8b730c37c2b8caa706b3947d7398'
-'SKIP')
-
-prepare() {
-  cd "$pkgname-$pkgver"
-  cargo fetch --locked --target "$CARCH-unknown-linux-gnu"
-}
-
-build() {
-  cd "$pkgname-$pkgver"
-  cargo build --release --frozen --all-features
-}
-
-check() {
-  cd "$pkgname-$pkgver"
-  export TASKRC="../taskwarrior-testdata/.taskrc"
-  export TASKDATA="../taskwarrior-testdata/.task"
-  cargo test --frozen --all-features
-}
-
-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"
-  install -Dm 644 "docs/$pkgname.1" -t "$pkgdir/usr/share/man/man1"
-  install -Dm 644 "completions/$pkgname.bash" 
"${pkgdir}/usr/share/bash-completion/completions/$pkgname"
-  install -Dm 644 "completions/$pkgname.fish" -t 
"${pkgdir}/usr/share/fish/vendor_completions.d"
-  install -Dm 644 "completions/_$pkgname" -t 
"${pkgdir}/usr/share/zsh/site-functions"
-}
-
-# vim: ts=2 sw=2 et:

Copied: taskwarrior-tui/repos/community-x86_64/PKGBUILD (from rev 1192130, 
taskwarrior-tui/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2022-05-01 19:14:22 UTC (rev 1192131)
@@ -0,0 +1,45 @@
+# Maintainer: Orhun Parmaksız 
+
+pkgname=taskwarrior-tui
+pkgver=0.23.4
+pkgrel=1
+pkgdesc="A terminal user interface for taskwarrior"
+arch=('x86_64')
+url="https://github.com/kdheepak/taskwarrior-tui;
+license=('MIT')
+depends=('task')
+makedepends=('cargo' 'git')
+source=("$pkgname-$pkgver.tar.gz::$url/archive/v$pkgver.tar.gz"
+"git+https://github.com/kdheepak/taskwarrior-testdata;)
+sha256sums=('a394994c545ddfc382b14e34b9d348d9df03caf906273b77b1f23c78e0928aa3'
+'SKIP')
+
+prepare() {
+  cd "$pkgname-$pkgver"
+  cargo fetch --locked --target "$CARCH-unknown-linux-gnu"
+}
+
+build() {
+  cd "$pkgname-$pkgver"
+  cargo build --release --frozen --all-features
+}
+
+check() {
+  cd "$pkgname-$pkgver"
+  export TASKRC="../taskwarrior-testdata/.taskrc"
+  export TASKDATA="../taskwarrior-testdata/.task"
+  cargo test --frozen --all-features
+}
+
+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"
+  install -Dm 644 "docs/$pkgname.1" -t "$pkgdir/usr/share/man/man1"
+  install -Dm 644 "completions/$pkgname.bash" 
"${pkgdir}/usr/share/bash-completion/completions/$pkgname"
+  install -Dm 644 "completions/$pkgname.fish" -t 
"${pkgdir}/usr/share/fish/vendor_completions.d"
+  install -Dm 644 "completions/_$pkgname" -t 
"${pkgdir}/usr/share/zsh/site-functions"
+}
+
+# vim: ts=2 sw=2 et:



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

2022-05-01 Thread Orhun Parmaksiz via arch-commits
Date: Sunday, May 1, 2022 @ 19:14:13
  Author: orhun
Revision: 1192130

upgpkg: taskwarrior-tui 0.23.4-1: upstream release

Modified:
  taskwarrior-tui/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2022-05-01 19:12:49 UTC (rev 1192129)
+++ PKGBUILD2022-05-01 19:14:13 UTC (rev 1192130)
@@ -1,7 +1,7 @@
 # Maintainer: Orhun Parmaksız 
 
 pkgname=taskwarrior-tui
-pkgver=0.23.3
+pkgver=0.23.4
 pkgrel=1
 pkgdesc="A terminal user interface for taskwarrior"
 arch=('x86_64')
@@ -11,7 +11,7 @@
 makedepends=('cargo' 'git')
 source=("$pkgname-$pkgver.tar.gz::$url/archive/v$pkgver.tar.gz"
 "git+https://github.com/kdheepak/taskwarrior-testdata;)
-sha256sums=('9c62d58c14cfebc10cc606f967046076adac8b730c37c2b8caa706b3947d7398'
+sha256sums=('a394994c545ddfc382b14e34b9d348d9df03caf906273b77b1f23c78e0928aa3'
 'SKIP')
 
 prepare() {



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

2022-05-01 Thread Orhun Parmaksiz via arch-commits
Date: Sunday, May 1, 2022 @ 19:12:49
  Author: orhun
Revision: 1192129

archrelease: copy trunk to community-x86_64

Added:
  fq/repos/community-x86_64/PKGBUILD
(from rev 1192128, fq/trunk/PKGBUILD)
Deleted:
  fq/repos/community-x86_64/PKGBUILD

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

Deleted: PKGBUILD
===
--- PKGBUILD2022-05-01 19:12:38 UTC (rev 1192128)
+++ PKGBUILD2022-05-01 19:12:49 UTC (rev 1192129)
@@ -1,46 +0,0 @@
-# Maintainer: Orhun Parmaksız 
-# Contributor: Daniel Milde 
-
-pkgname=fq
-pkgver=0.0.6
-pkgrel=2
-pkgdesc="Tool, language and decoders for inspecting binary data"
-arch=('x86_64')
-url="https://github.com/wader/fq;
-license=('MIT')
-depends=('glibc')
-checkdepends=('expect')
-makedepends=('go' 'git')
-source=(${pkgname}-${pkgver}.tar.gz::"${url}/archive/v${pkgver}.tar.gz")
-sha256sums=('c3d8cb8880a9ac2674991eb054306e3a56c673cfbea63b8f091b1f08b4f04a64')
-
-prepare() {
-  cd "${pkgname}-${pkgver}"
-  mkdir -p dist/
-}
-
-build() {
-  cd "${pkgname}-${pkgver}"
-  go build \
--trimpath \
--buildmode=pie \
--mod=readonly \
--modcacherw \
--ldflags "-linkmode external -extldflags \"${LDFLAGS}\" ${_BUILDINFO}" \
--o dist/fq \
-.
-}
-
-check() {
-  cd "${pkgname}-${pkgver}"
-  make test
-}
-
-package() {
-  cd "${pkgname}-${pkgver}"
-  install -Dm 755 "dist/${pkgname}" -t "${pkgdir}/usr/bin"
-  install -Dm 644 LICENSE  -t "${pkgdir}/usr/share/licenses/${pkgname}"
-  install -Dm 644 README.md -t "${pkgdir}/usr/share/doc/${pkgname}"
-}
-
-# vim:set ts=2 sw=2 et:

Copied: fq/repos/community-x86_64/PKGBUILD (from rev 1192128, fq/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2022-05-01 19:12:49 UTC (rev 1192129)
@@ -0,0 +1,46 @@
+# Maintainer: Orhun Parmaksız 
+# Contributor: Daniel Milde 
+
+pkgname=fq
+pkgver=0.0.7
+pkgrel=1
+pkgdesc="Tool, language and decoders for inspecting binary data"
+arch=('x86_64')
+url="https://github.com/wader/fq;
+license=('MIT')
+depends=('glibc')
+checkdepends=('expect')
+makedepends=('go' 'git')
+source=(${pkgname}-${pkgver}.tar.gz::"${url}/archive/v${pkgver}.tar.gz")
+sha256sums=('6a59c62ea95f070e97e0d9c43ecb780e525e304c88e6474b775d51f731d6d353')
+
+prepare() {
+  cd "${pkgname}-${pkgver}"
+  mkdir -p dist/
+}
+
+build() {
+  cd "${pkgname}-${pkgver}"
+  go build \
+-trimpath \
+-buildmode=pie \
+-mod=readonly \
+-modcacherw \
+-ldflags "-linkmode external -extldflags \"${LDFLAGS}\" ${_BUILDINFO}" \
+-o dist/fq \
+.
+}
+
+check() {
+  cd "${pkgname}-${pkgver}"
+  make test
+}
+
+package() {
+  cd "${pkgname}-${pkgver}"
+  install -Dm 755 "dist/${pkgname}" -t "${pkgdir}/usr/bin"
+  install -Dm 644 LICENSE  -t "${pkgdir}/usr/share/licenses/${pkgname}"
+  install -Dm 644 README.md -t "${pkgdir}/usr/share/doc/${pkgname}"
+}
+
+# vim:set ts=2 sw=2 et:



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

2022-05-01 Thread Orhun Parmaksiz via arch-commits
Date: Sunday, May 1, 2022 @ 19:12:38
  Author: orhun
Revision: 1192128

upgpkg: fq 0.0.7-1: upstream release

Modified:
  fq/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2022-05-01 19:03:20 UTC (rev 1192127)
+++ PKGBUILD2022-05-01 19:12:38 UTC (rev 1192128)
@@ -2,8 +2,8 @@
 # Contributor: Daniel Milde 
 
 pkgname=fq
-pkgver=0.0.6
-pkgrel=2
+pkgver=0.0.7
+pkgrel=1
 pkgdesc="Tool, language and decoders for inspecting binary data"
 arch=('x86_64')
 url="https://github.com/wader/fq;
@@ -12,7 +12,7 @@
 checkdepends=('expect')
 makedepends=('go' 'git')
 source=(${pkgname}-${pkgver}.tar.gz::"${url}/archive/v${pkgver}.tar.gz")
-sha256sums=('c3d8cb8880a9ac2674991eb054306e3a56c673cfbea63b8f091b1f08b4f04a64')
+sha256sums=('6a59c62ea95f070e97e0d9c43ecb780e525e304c88e6474b775d51f731d6d353')
 
 prepare() {
   cd "${pkgname}-${pkgver}"



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

2022-05-01 Thread Daniel M. Capella via arch-commits
Date: Sunday, May 1, 2022 @ 19:03:20
  Author: polyzen
Revision: 1192127

archrelease: copy trunk to community-x86_64

Added:
  inadyn/repos/community-x86_64/
  inadyn/repos/community-x86_64/PKGBUILD
(from rev 1192126, inadyn/trunk/PKGBUILD)
  inadyn/repos/community-x86_64/inadyn.sysusers.conf
(from rev 1192126, inadyn/trunk/inadyn.sysusers.conf)
  inadyn/repos/community-x86_64/inadyn.tmpfiles
(from rev 1192126, inadyn/trunk/inadyn.tmpfiles)
  inadyn/repos/community-x86_64/override.conf
(from rev 1192126, inadyn/trunk/override.conf)

--+
 PKGBUILD |   53 +
 inadyn.sysusers.conf |1 
 inadyn.tmpfiles  |2 +
 override.conf|2 +
 4 files changed, 58 insertions(+)

Copied: inadyn/repos/community-x86_64/PKGBUILD (from rev 1192126, 
inadyn/trunk/PKGBUILD)
===
--- community-x86_64/PKGBUILD   (rev 0)
+++ community-x86_64/PKGBUILD   2022-05-01 19:03:20 UTC (rev 1192127)
@@ -0,0 +1,53 @@
+# Maintainer: Daniel M. Capella 
+# Contributor: willemw 
+# Contributor: David Schury 
+# Contributor: reMiND 
+# Contributor: Eric Engestrom 
+# Contributor: trile7 at gmail dot com
+
+pkgname=inadyn
+pkgver=2.9.1
+pkgrel=2
+pkgdesc='Dynamic DNS client with SSL/TLS support'
+arch=('x86_64')
+url=https://troglobit.com/projects/inadyn/
+license=('GPL')
+depends=('ca-certificates' 'confuse' 'openssl')
+replaces=("$pkgname-fork")
+backup=("etc/$pkgname.conf")
+source=("https://github.com/troglobit/$pkgname/releases/download/v$pkgver/$pkgname-$pkgver.tar.xz;
+'override.conf'
+"$pkgname.sysusers.conf"
+"$pkgname.tmpfiles")
+sha256sums=('0094d20cfcd431674b8d658e93169c7589bf8f2b351b2860818a1ca05f0218c5'
+'a44fa6cc87969de84acb5c7103db8753625a2da60cb78e4b3df887b0f5d8f5a6'
+'a79bbc550c9b2e11197b9b5ee2e6fbc7ec890ad037b1808c29c48c037c26b4f9'
+'bab6aa57251771ca6cc3d4efc02f7c3f0e3cf949ea6cf2066345d3ca8772c0fc')
+b2sums=('23ae5df1ddcb92a995597f1d8deb4ae1896c8ca3e4c84d49964c747f96cd3a4db1f4f71721d25be0a478d1b0f9f82cd4985b3e4c91717015e249c97e1171e8db'
+
'b8a100c6a219e0888018fece11f3737137fa6fef54ed5f60d383794aa54b66dc49212573ef9e2231a3fb957c0e9c572b2ad0d7602904eb3e431c06178c5a00c2'
+
'2e0cc165f5e6c94ded73cfdf019db735dac227a89033d370c89cdf926a8eb3851c938fd11acc0d7b5ab1bd7122b0c5fb9ca0cc00fe4dce9b915a530e2c0a1a5a'
+
'cfc346bb059be3ed8e8b50161a66b4d2ade3e1431d89f00498d60608768399d8121f2e00fa3269b6b45995bd41c728ff5af85dba020421ab3b65cd9060c38f77')
+
+build() {
+  cd $pkgname-$pkgver
+  ./configure \
+--prefix=/usr \
+--sysconfdir=/etc \
+--localstatedir=/var \
+--sbindir=/usr/bin \
+--enable-openssl
+  make
+}
+
+package() {
+  cd $pkgname-$pkgver
+  install -Dm600 -t "$pkgdir"/etc examples/$pkgname.conf
+  install -Dm644 -t "$pkgdir"/usr/lib/systemd/system $pkgname.service
+  install -Dm644 -t "$pkgdir"/usr/lib/systemd/system/$pkgname.service.d \
+../override.conf
+  install -Dm644 ../$pkgname.sysusers.conf \
+"$pkgdir"/usr/lib/sysusers.d/$pkgname.conf
+  install -Dm644 ../$pkgname.tmpfiles 
"$pkgdir"/usr/lib/tmpfiles.d/$pkgname.conf
+  make DESTDIR="$pkgdir" install-strip
+}
+

Copied: inadyn/repos/community-x86_64/inadyn.sysusers.conf (from rev 1192126, 
inadyn/trunk/inadyn.sysusers.conf)
===
--- community-x86_64/inadyn.sysusers.conf   (rev 0)
+++ community-x86_64/inadyn.sysusers.conf   2022-05-01 19:03:20 UTC (rev 
1192127)
@@ -0,0 +1 @@
+u inadyn - "inadyn user"

Copied: inadyn/repos/community-x86_64/inadyn.tmpfiles (from rev 1192126, 
inadyn/trunk/inadyn.tmpfiles)
===
--- community-x86_64/inadyn.tmpfiles(rev 0)
+++ community-x86_64/inadyn.tmpfiles2022-05-01 19:03:20 UTC (rev 1192127)
@@ -0,0 +1,2 @@
+z /etc/inadyn.conf 0600 inadyn inadyn
+d /var/cache/inadyn 0755 inadyn inadyn

Copied: inadyn/repos/community-x86_64/override.conf (from rev 1192126, 
inadyn/trunk/override.conf)
===
--- community-x86_64/override.conf  (rev 0)
+++ community-x86_64/override.conf  2022-05-01 19:03:20 UTC (rev 1192127)
@@ -0,0 +1,2 @@
+[Service]
+User=inadyn



[arch-commits] Commit in (7 files)

2022-05-01 Thread Daniel M. Capella via arch-commits
Date: Sunday, May 1, 2022 @ 19:01:38
  Author: polyzen
Revision: 1192126

Add inadyn, with systemd unit and its own user

Added:
  inadyn/
  inadyn/repos/
  inadyn/trunk/
  inadyn/trunk/PKGBUILD
  inadyn/trunk/inadyn.sysusers.conf
  inadyn/trunk/inadyn.tmpfiles
  inadyn/trunk/override.conf

--+
 PKGBUILD |   53 +
 inadyn.sysusers.conf |1 
 inadyn.tmpfiles  |2 +
 override.conf|2 +
 4 files changed, 58 insertions(+)

Added: inadyn/trunk/PKGBUILD
===
--- inadyn/trunk/PKGBUILD   (rev 0)
+++ inadyn/trunk/PKGBUILD   2022-05-01 19:01:38 UTC (rev 1192126)
@@ -0,0 +1,53 @@
+# Maintainer: Daniel M. Capella 
+# Contributor: willemw 
+# Contributor: David Schury 
+# Contributor: reMiND 
+# Contributor: Eric Engestrom 
+# Contributor: trile7 at gmail dot com
+
+pkgname=inadyn
+pkgver=2.9.1
+pkgrel=2
+pkgdesc='Dynamic DNS client with SSL/TLS support'
+arch=('x86_64')
+url=https://troglobit.com/projects/inadyn/
+license=('GPL')
+depends=('ca-certificates' 'confuse' 'openssl')
+replaces=("$pkgname-fork")
+backup=("etc/$pkgname.conf")
+source=("https://github.com/troglobit/$pkgname/releases/download/v$pkgver/$pkgname-$pkgver.tar.xz;
+'override.conf'
+"$pkgname.sysusers.conf"
+"$pkgname.tmpfiles")
+sha256sums=('0094d20cfcd431674b8d658e93169c7589bf8f2b351b2860818a1ca05f0218c5'
+'a44fa6cc87969de84acb5c7103db8753625a2da60cb78e4b3df887b0f5d8f5a6'
+'a79bbc550c9b2e11197b9b5ee2e6fbc7ec890ad037b1808c29c48c037c26b4f9'
+'bab6aa57251771ca6cc3d4efc02f7c3f0e3cf949ea6cf2066345d3ca8772c0fc')
+b2sums=('23ae5df1ddcb92a995597f1d8deb4ae1896c8ca3e4c84d49964c747f96cd3a4db1f4f71721d25be0a478d1b0f9f82cd4985b3e4c91717015e249c97e1171e8db'
+
'b8a100c6a219e0888018fece11f3737137fa6fef54ed5f60d383794aa54b66dc49212573ef9e2231a3fb957c0e9c572b2ad0d7602904eb3e431c06178c5a00c2'
+
'2e0cc165f5e6c94ded73cfdf019db735dac227a89033d370c89cdf926a8eb3851c938fd11acc0d7b5ab1bd7122b0c5fb9ca0cc00fe4dce9b915a530e2c0a1a5a'
+
'cfc346bb059be3ed8e8b50161a66b4d2ade3e1431d89f00498d60608768399d8121f2e00fa3269b6b45995bd41c728ff5af85dba020421ab3b65cd9060c38f77')
+
+build() {
+  cd $pkgname-$pkgver
+  ./configure \
+--prefix=/usr \
+--sysconfdir=/etc \
+--localstatedir=/var \
+--sbindir=/usr/bin \
+--enable-openssl
+  make
+}
+
+package() {
+  cd $pkgname-$pkgver
+  install -Dm600 -t "$pkgdir"/etc examples/$pkgname.conf
+  install -Dm644 -t "$pkgdir"/usr/lib/systemd/system $pkgname.service
+  install -Dm644 -t "$pkgdir"/usr/lib/systemd/system/$pkgname.service.d \
+../override.conf
+  install -Dm644 ../$pkgname.sysusers.conf \
+"$pkgdir"/usr/lib/sysusers.d/$pkgname.conf
+  install -Dm644 ../$pkgname.tmpfiles 
"$pkgdir"/usr/lib/tmpfiles.d/$pkgname.conf
+  make DESTDIR="$pkgdir" install-strip
+}
+

Added: inadyn/trunk/inadyn.sysusers.conf
===
--- inadyn/trunk/inadyn.sysusers.conf   (rev 0)
+++ inadyn/trunk/inadyn.sysusers.conf   2022-05-01 19:01:38 UTC (rev 1192126)
@@ -0,0 +1 @@
+u inadyn - "inadyn user"

Added: inadyn/trunk/inadyn.tmpfiles
===
--- inadyn/trunk/inadyn.tmpfiles(rev 0)
+++ inadyn/trunk/inadyn.tmpfiles2022-05-01 19:01:38 UTC (rev 1192126)
@@ -0,0 +1,2 @@
+z /etc/inadyn.conf 0600 inadyn inadyn
+d /var/cache/inadyn 0755 inadyn inadyn

Added: inadyn/trunk/override.conf
===
--- inadyn/trunk/override.conf  (rev 0)
+++ inadyn/trunk/override.conf  2022-05-01 19:01:38 UTC (rev 1192126)
@@ -0,0 +1,2 @@
+[Service]
+User=inadyn



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

2022-05-01 Thread Felix Yan via arch-commits
Date: Sunday, May 1, 2022 @ 18:16:45
  Author: felixonmars
Revision: 1192125

archrelease: copy trunk to community-x86_64

Added:
  chafa/repos/community-x86_64/PKGBUILD
(from rev 1192124, chafa/trunk/PKGBUILD)
Deleted:
  chafa/repos/community-x86_64/PKGBUILD

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

Deleted: PKGBUILD
===
--- PKGBUILD2022-05-01 18:16:30 UTC (rev 1192124)
+++ PKGBUILD2022-05-01 18:16:45 UTC (rev 1192125)
@@ -1,28 +0,0 @@
-# Maintainer: Felix Yan 
-
-pkgname=chafa
-pkgver=1.10.1
-pkgrel=1
-pkgdesc="Image-to-text converter supporting a wide range of symbols and 
palettes, transparency, animations, etc."
-arch=("x86_64")
-url="https://hpjansson.org/chafa/;
-depends=('imagemagick' 'libxslt')
-makedepends=('gtk-doc')
-license=("LGPL")
-source=(https://github.com/hpjansson/chafa/releases/download/$pkgver/chafa-$pkgver.tar.xz{,.asc})
-sha512sums=('daf72d66c9a569a214c8f51f01f2be4aef89a92f6bf25e777636bee0137087d0ab326f23b95fcb61938b381200b014aeeb58f8556130f2db500527db0d0763cd'
-'SKIP')
-validpgpkeys=('C01EDE5BB0D91E26D003662EC76BB9FEEAD12EA7')  # Hans Petter 
Jansson
-
-build() {
-  cd $pkgname-$pkgver
-
-  ./configure --prefix=/usr --enable-man
-  make
-}
-
-package() {
-  cd $pkgname-$pkgver
-
-  make DESTDIR="$pkgdir" install
-}

Copied: chafa/repos/community-x86_64/PKGBUILD (from rev 1192124, 
chafa/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2022-05-01 18:16:45 UTC (rev 1192125)
@@ -0,0 +1,28 @@
+# Maintainer: Felix Yan 
+
+pkgname=chafa
+pkgver=1.10.2
+pkgrel=1
+pkgdesc="Image-to-text converter supporting a wide range of symbols and 
palettes, transparency, animations, etc."
+arch=("x86_64")
+url="https://hpjansson.org/chafa/;
+depends=('imagemagick' 'libxslt')
+makedepends=('gtk-doc')
+license=("LGPL")
+source=(https://github.com/hpjansson/chafa/releases/download/$pkgver/chafa-$pkgver.tar.xz{,.asc})
+sha512sums=('eaa0a13b1915774f25ed9fe6d7f465e695644c79e96387b71671c43876dad5f703383a876ad4ea2b5a13b2391056224cfe38cecba31264698da37af80ad540b9'
+'SKIP')
+validpgpkeys=('C01EDE5BB0D91E26D003662EC76BB9FEEAD12EA7')  # Hans Petter 
Jansson
+
+build() {
+  cd $pkgname-$pkgver
+
+  ./configure --prefix=/usr --enable-man
+  make
+}
+
+package() {
+  cd $pkgname-$pkgver
+
+  make DESTDIR="$pkgdir" install
+}



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

2022-05-01 Thread Felix Yan via arch-commits
Date: Sunday, May 1, 2022 @ 18:16:30
  Author: felixonmars
Revision: 1192124

upgpkg: chafa 1.10.2-1

Modified:
  chafa/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2022-05-01 17:36:49 UTC (rev 1192123)
+++ PKGBUILD2022-05-01 18:16:30 UTC (rev 1192124)
@@ -1,7 +1,7 @@
 # Maintainer: Felix Yan 
 
 pkgname=chafa
-pkgver=1.10.1
+pkgver=1.10.2
 pkgrel=1
 pkgdesc="Image-to-text converter supporting a wide range of symbols and 
palettes, transparency, animations, etc."
 arch=("x86_64")
@@ -10,7 +10,7 @@
 makedepends=('gtk-doc')
 license=("LGPL")
 
source=(https://github.com/hpjansson/chafa/releases/download/$pkgver/chafa-$pkgver.tar.xz{,.asc})
-sha512sums=('daf72d66c9a569a214c8f51f01f2be4aef89a92f6bf25e777636bee0137087d0ab326f23b95fcb61938b381200b014aeeb58f8556130f2db500527db0d0763cd'
+sha512sums=('eaa0a13b1915774f25ed9fe6d7f465e695644c79e96387b71671c43876dad5f703383a876ad4ea2b5a13b2391056224cfe38cecba31264698da37af80ad540b9'
 'SKIP')
 validpgpkeys=('C01EDE5BB0D91E26D003662EC76BB9FEEAD12EA7')  # Hans Petter 
Jansson
 



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

2022-05-01 Thread Caleb Maclennan via arch-commits
Date: Sunday, May 1, 2022 @ 17:36:49
  Author: alerque
Revision: 1192123

archrelease: copy trunk to community-x86_64

Added:
  fcft/repos/community-x86_64/PKGBUILD
(from rev 1192122, fcft/trunk/PKGBUILD)
Deleted:
  fcft/repos/community-x86_64/PKGBUILD

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

Deleted: PKGBUILD
===
--- PKGBUILD2022-05-01 17:36:39 UTC (rev 1192122)
+++ PKGBUILD2022-05-01 17:36:49 UTC (rev 1192123)
@@ -1,39 +0,0 @@
-# Maintainer: Caleb Maclennan 
-# Contributor: Daniel Eklöf 
-
-pkgname=fcft
-pkgver=3.0.1
-pkgrel=2
-pkgdesc='Simple library for font loading and glyph rasterization'
-arch=(x86_64)
-url=https://codeberg.org/dnkl/${pkgname}
-license=(MIT)
-depends=(fontconfig
- freetype2
- harfbuzz
- libutf8proc
- pixman)
-makedepends=(meson
- scdoc
- tllist)
-checkdepends=(ttf-dejavu)
-provides=(libfcft.so)
-options=(debug)
-source=("$pkgname-$pkgver.tar.gz::$url/archive/$pkgver.tar.gz")
-sha256sums=('0d9b9f3add24aef5efcf42a32e8ad0e50060e1441a491e04fff3d79a36a526ea')
-
-build() {
-   arch-meson $pkgname build \
-   -Dgrapheme-shaping=enabled \
-   -Drun-shaping=enabled
-}
-
-check() {
-   meson test -C build
-}
-
-package() {
-   meson install -C build --destdir "$pkgdir"
-   install -Dm0644 -t "$pkgdir/usr/share/licenses/$pkgname/" 
"$pkgname/LICENSE"
-   install -Dm0644 "$pkgname/unicode/LICENSE" 
"$pkgdir/usr/share/licenses/$pkgname/LICENSE.unicode"
-}

Copied: fcft/repos/community-x86_64/PKGBUILD (from rev 1192122, 
fcft/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2022-05-01 17:36:49 UTC (rev 1192123)
@@ -0,0 +1,41 @@
+# Maintainer: Caleb Maclennan 
+# Contributor: Daniel Eklöf 
+
+# TODO: un-vendor nanosvg, migrate package from AUR and build against that
+
+pkgname=fcft
+pkgver=3.1.0
+pkgrel=1
+pkgdesc='Simple library for font loading and glyph rasterization'
+arch=(x86_64)
+url=https://codeberg.org/dnkl/${pkgname}
+license=(MIT)
+depends=(fontconfig
+ freetype2
+ harfbuzz
+ libutf8proc
+ pixman)
+makedepends=(meson
+ scdoc
+ tllist)
+checkdepends=(ttf-dejavu)
+provides=(libfcft.so)
+options=(debug)
+source=("$pkgname-$pkgver.tar.gz::$url/archive/$pkgver.tar.gz")
+sha256sums=('138e4e0a0fa8ba261cc7ce5aba75fdd7c429cd5ce19ef95739c2abd4d1b058b9')
+
+build() {
+   arch-meson $pkgname build \
+   -Dgrapheme-shaping=enabled \
+   -Drun-shaping=enabled
+}
+
+check() {
+   meson test -C build
+}
+
+package() {
+   meson install -C build --destdir "$pkgdir"
+   install -Dm0644 -t "$pkgdir/usr/share/licenses/$pkgname/" 
"$pkgname/LICENSE"
+   install -Dm0644 "$pkgname/unicode/LICENSE" 
"$pkgdir/usr/share/licenses/$pkgname/LICENSE.unicode"
+}



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

2022-05-01 Thread Caleb Maclennan via arch-commits
Date: Sunday, May 1, 2022 @ 17:36:39
  Author: alerque
Revision: 1192122

upgpkg: fcft 3.1.0-1

Modified:
  fcft/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2022-05-01 17:29:12 UTC (rev 1192121)
+++ PKGBUILD2022-05-01 17:36:39 UTC (rev 1192122)
@@ -1,9 +1,11 @@
 # Maintainer: Caleb Maclennan 
 # Contributor: Daniel Eklöf 
 
+# TODO: un-vendor nanosvg, migrate package from AUR and build against that
+
 pkgname=fcft
-pkgver=3.0.1
-pkgrel=2
+pkgver=3.1.0
+pkgrel=1
 pkgdesc='Simple library for font loading and glyph rasterization'
 arch=(x86_64)
 url=https://codeberg.org/dnkl/${pkgname}
@@ -20,7 +22,7 @@
 provides=(libfcft.so)
 options=(debug)
 source=("$pkgname-$pkgver.tar.gz::$url/archive/$pkgver.tar.gz")
-sha256sums=('0d9b9f3add24aef5efcf42a32e8ad0e50060e1441a491e04fff3d79a36a526ea')
+sha256sums=('138e4e0a0fa8ba261cc7ce5aba75fdd7c429cd5ce19ef95739c2abd4d1b058b9')
 
 build() {
arch-meson $pkgname build \



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

2022-05-01 Thread Caleb Maclennan via arch-commits
Date: Sunday, May 1, 2022 @ 17:29:12
  Author: alerque
Revision: 1192121

archrelease: copy trunk to community-x86_64

Added:
  chezmoi/repos/community-x86_64/PKGBUILD
(from rev 1192120, chezmoi/trunk/PKGBUILD)
Deleted:
  chezmoi/repos/community-x86_64/PKGBUILD

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

Deleted: PKGBUILD
===
--- PKGBUILD2022-05-01 17:29:01 UTC (rev 1192120)
+++ PKGBUILD2022-05-01 17:29:12 UTC (rev 1192121)
@@ -1,62 +0,0 @@
-# Maintainer: Daurnimator 
-# Maintainer: Caleb Maclennan 
-# Contributor: Tom Payne 
-# Contributor:  
-
-pkgname=chezmoi
-pkgver=2.15.1
-pkgrel=2
-pkgdesc="Manage your dotfiles across multiple machines"
-arch=('x86_64')
-url='https://www.chezmoi.io/'
-license=('MIT')
-makedepends=('go' 'git')
-depends=('glibc')
-checkdepends=('zip')
-options=('!lto')
-source=("${pkgname}-${pkgver}.tar.gz::https://github.com/twpayne/chezmoi/archive/v${pkgver}.tar.gz;)
-sha512sums=('d2d0362ec1b566a6f6390e4673883316c3426d7ca0a2d946ae257f06cc8532805be6994abbea3ec7cb3fdc4c91174d90ceacac7e6200b9ed8b79fe1a31ed58da')
-
-prepare() {
-  cd "$pkgname-$pkgver"
-
-  go mod download
-}
-
-build() {
-  cd "$pkgname-$pkgver"
-
-  export CGO_LDFLAGS="${LDFLAGS}"
-  export CGO_CFLAGS="${CFLAGS}"
-  export CGO_CPPFLAGS="${CPPFLAGS}"
-  export CGO_CXXFLAGS="${CXXFLAGS}"
-  export GOPROXY=off
-  go build \
--trimpath \
--buildmode=pie \
--mod=readonly \
--tags noupgrade \
--ldflags "-X 
github.com/twpayne/chezmoi/cmd.DocsDir=/usr/share/doc/$pkgname \
-  -X main.version=$pkgver \
-  -X main.date=$(date -u +'%Y-%m-%dT%H:%M:%SZ' 
--date=@${SOURCE_DATE_EPOCH}) \
-  -extldflags ${LDFLAGS}" \
-.
-}
-
-check() {
-  cd "$pkgname-$pkgver"
-
-  go test -v ./...
-}
-
-package() {
-  cd "$pkgname-$pkgver"
-
-  install -D "$pkgname" "$pkgdir/usr/bin/$pkgname"
-
-  install -Dm644 completions/chezmoi-completion.bash 
"$pkgdir/usr/share/bash-completion/completions/chezmoi"
-  install -Dm644 completions/chezmoi.fish 
"$pkgdir/usr/share/fish/vendor_completions.d/chezmoi.fish"
-  install -Dm644 completions/chezmoi.zsh 
"$pkgdir/usr/share/zsh/site-functions/_chezmoi"
-
-  install -Dm644 LICENSE "$pkgdir/usr/share/licenses/$pkgname/LICENSE"
-}

Copied: chezmoi/repos/community-x86_64/PKGBUILD (from rev 1192120, 
chezmoi/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2022-05-01 17:29:12 UTC (rev 1192121)
@@ -0,0 +1,62 @@
+# Maintainer: Daurnimator 
+# Maintainer: Caleb Maclennan 
+# Contributor: Tom Payne 
+# Contributor:  
+
+pkgname=chezmoi
+pkgver=2.15.2
+pkgrel=1
+pkgdesc="Manage your dotfiles across multiple machines"
+arch=('x86_64')
+url='https://www.chezmoi.io/'
+license=('MIT')
+makedepends=('go' 'git')
+depends=('glibc')
+checkdepends=('zip')
+options=('!lto')
+source=("${pkgname}-${pkgver}.tar.gz::https://github.com/twpayne/chezmoi/archive/v${pkgver}.tar.gz;)
+sha512sums=('b3753c585caffcc8c1d3cebac4b4282ea08a8d0835d95c85209ca79173c41eaa0841024f22416eaaccbd90683f01da116a3b733a142bb9c55e496d16f4b901cb')
+
+prepare() {
+  cd "$pkgname-$pkgver"
+
+  go mod download
+}
+
+build() {
+  cd "$pkgname-$pkgver"
+
+  export CGO_LDFLAGS="${LDFLAGS}"
+  export CGO_CFLAGS="${CFLAGS}"
+  export CGO_CPPFLAGS="${CPPFLAGS}"
+  export CGO_CXXFLAGS="${CXXFLAGS}"
+  export GOPROXY=off
+  go build \
+-trimpath \
+-buildmode=pie \
+-mod=readonly \
+-tags noupgrade \
+-ldflags "-X 
github.com/twpayne/chezmoi/cmd.DocsDir=/usr/share/doc/$pkgname \
+  -X main.version=$pkgver \
+  -X main.date=$(date -u +'%Y-%m-%dT%H:%M:%SZ' 
--date=@${SOURCE_DATE_EPOCH}) \
+  -extldflags ${LDFLAGS}" \
+.
+}
+
+check() {
+  cd "$pkgname-$pkgver"
+
+  go test -v ./...
+}
+
+package() {
+  cd "$pkgname-$pkgver"
+
+  install -D "$pkgname" "$pkgdir/usr/bin/$pkgname"
+
+  install -Dm644 completions/chezmoi-completion.bash 
"$pkgdir/usr/share/bash-completion/completions/chezmoi"
+  install -Dm644 completions/chezmoi.fish 
"$pkgdir/usr/share/fish/vendor_completions.d/chezmoi.fish"
+  install -Dm644 completions/chezmoi.zsh 
"$pkgdir/usr/share/zsh/site-functions/_chezmoi"
+
+  install -Dm644 LICENSE "$pkgdir/usr/share/licenses/$pkgname/LICENSE"
+}



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

2022-05-01 Thread Caleb Maclennan via arch-commits
Date: Sunday, May 1, 2022 @ 17:29:01
  Author: alerque
Revision: 1192120

upgpkg: chezmoi 2.15.2-1

Modified:
  chezmoi/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2022-05-01 17:22:08 UTC (rev 1192119)
+++ PKGBUILD2022-05-01 17:29:01 UTC (rev 1192120)
@@ -4,8 +4,8 @@
 # Contributor:  
 
 pkgname=chezmoi
-pkgver=2.15.1
-pkgrel=2
+pkgver=2.15.2
+pkgrel=1
 pkgdesc="Manage your dotfiles across multiple machines"
 arch=('x86_64')
 url='https://www.chezmoi.io/'
@@ -15,7 +15,7 @@
 checkdepends=('zip')
 options=('!lto')
 
source=("${pkgname}-${pkgver}.tar.gz::https://github.com/twpayne/chezmoi/archive/v${pkgver}.tar.gz;)
-sha512sums=('d2d0362ec1b566a6f6390e4673883316c3426d7ca0a2d946ae257f06cc8532805be6994abbea3ec7cb3fdc4c91174d90ceacac7e6200b9ed8b79fe1a31ed58da')
+sha512sums=('b3753c585caffcc8c1d3cebac4b4282ea08a8d0835d95c85209ca79173c41eaa0841024f22416eaaccbd90683f01da116a3b733a142bb9c55e496d16f4b901cb')
 
 prepare() {
   cd "$pkgname-$pkgver"



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

2022-05-01 Thread Andreas Radke via arch-commits
Date: Sunday, May 1, 2022 @ 17:22:08
  Author: andyrtr
Revision: 1192119

archrelease: copy trunk to community-testing-x86_64

Added:
  tp_smapi-lts/repos/community-testing-x86_64/
  tp_smapi-lts/repos/community-testing-x86_64/PKGBUILD
(from rev 1192118, tp_smapi-lts/trunk/PKGBUILD)

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

Copied: tp_smapi-lts/repos/community-testing-x86_64/PKGBUILD (from rev 1192118, 
tp_smapi-lts/trunk/PKGBUILD)
===
--- community-testing-x86_64/PKGBUILD   (rev 0)
+++ community-testing-x86_64/PKGBUILD   2022-05-01 17:22:08 UTC (rev 1192119)
@@ -0,0 +1,50 @@
+# Maintainer: Lukas Fleischer 
+# Contributor: xduugu
+# Contributor: nh2
+# Contributor: Steven Davidovitz 
+# Contributor: Nick B 
+# Contributor: Christof Musik 
+# Contributor: Stefan Rupp 
+# Contributor: Ignas Anikevicius 
+
+pkgname=tp_smapi-lts
+pkgver=0.43
+pkgrel=233
+pkgdesc="Modules for ThinkPad's SMAPI functionality"
+arch=('x86_64')
+url='https://github.com/evgeni/tp_smapi'
+license=('GPL')
+makedepends=('linux-lts-headers' 'git')
+_commit=a63729ab30d85430048f65c37f29188ab484cd52  # tags/tp-smapi/0.43
+source=("git+https://github.com/evgeni/tp_smapi#commit=$_commit;)
+sha256sums=('SKIP')
+
+pkgver() {
+  cd tp_smapi
+  git describe --tags | sed 's/^tp-smapi\///;s/-/+/g'
+}
+
+build() {
+  cd tp_smapi
+
+  # https://bugs.archlinux.org/task/54975 (kernel has no 
_GLOBAL_OFFSET_TABLE_):
+  # Clear EXTRA_CFLAGS since it defaults to injecting CFLAGS and -fno-plt 
breaks the modules
+
+  make HDAPS=1 KVER="$(

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

2022-05-01 Thread Andreas Radke via arch-commits
Date: Sunday, May 1, 2022 @ 17:21:58
  Author: andyrtr
Revision: 1192118

upgpkg: tp_smapi-lts 0.43-233: kernel rebuild

Modified:
  tp_smapi-lts/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2022-05-01 17:21:20 UTC (rev 1192117)
+++ PKGBUILD2022-05-01 17:21:58 UTC (rev 1192118)
@@ -9,7 +9,7 @@
 
 pkgname=tp_smapi-lts
 pkgver=0.43
-pkgrel=232
+pkgrel=233
 pkgdesc="Modules for ThinkPad's SMAPI functionality"
 arch=('x86_64')
 url='https://github.com/evgeni/tp_smapi'



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

2022-05-01 Thread Andreas Radke via arch-commits
Date: Sunday, May 1, 2022 @ 17:21:20
  Author: andyrtr
Revision: 1192117

archrelease: copy trunk to community-testing-x86_64

Added:
  r8168-lts/repos/community-testing-x86_64/
  r8168-lts/repos/community-testing-x86_64/PKGBUILD
(from rev 1192116, r8168-lts/trunk/PKGBUILD)

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

Copied: r8168-lts/repos/community-testing-x86_64/PKGBUILD (from rev 1192116, 
r8168-lts/trunk/PKGBUILD)
===
--- community-testing-x86_64/PKGBUILD   (rev 0)
+++ community-testing-x86_64/PKGBUILD   2022-05-01 17:21:20 UTC (rev 1192117)
@@ -0,0 +1,43 @@
+# Maintainer: Massimiliano Torromeo 
+
+pkgname=r8168-lts
+pkgver=8.049.02
+pkgrel=72
+pkgdesc="A kernel module for Realtek 8168 network cards for linux-lts"
+url="http://www.realtek.com.tw;
+license=("GPL")
+arch=('x86_64')
+makedepends=('linux-lts-headers')
+source=(https://github.com/mtorromeo/r8168/archive/$pkgver/r8168-$pkgver.tar.gz
+
https://github.com/mtorromeo/r8168/releases/download/$pkgver/r8168-$pkgver.tar.gz.asc)
+sha256sums=('2b12d932e976f8f74b8d9545744c04beb4676dd7bc1d032dde51347ed1d8be24'
+'SKIP')
+validpgpkeys=('0CADAACF70F64C654E131B3111675C743429DDEF')
+
+build() {
+   cd "r8168-$pkgver"
+   # avoid using the Makefile directly -- it doesn't understand
+   # any kernel but the current.
+   make -C /usr/src/linux-lts M="$PWD/src" \
+   ENABLE_USE_FIRMWARE_FILE=y \
+   CONFIG_R8168_NAPI=y \
+   CONFIG_R8168_VLAN=y \
+   CONFIG_ASPM=y \
+   ENABLE_S5WOL=y \
+   ENABLE_EEE=y \
+   modules
+}
+
+package() {
+   depends=('glibc' 'linux-lts')
+
+   local 
extradir=/usr/lib/modules/$(

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

2022-05-01 Thread Andreas Radke via arch-commits
Date: Sunday, May 1, 2022 @ 17:21:14
  Author: andyrtr
Revision: 1192116

upgpkg: r8168-lts 8.049.02-72: kernel rebuild

Modified:
  r8168-lts/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2022-05-01 17:20:33 UTC (rev 1192115)
+++ PKGBUILD2022-05-01 17:21:14 UTC (rev 1192116)
@@ -2,7 +2,7 @@
 
 pkgname=r8168-lts
 pkgver=8.049.02
-pkgrel=71
+pkgrel=72
 pkgdesc="A kernel module for Realtek 8168 network cards for linux-lts"
 url="http://www.realtek.com.tw;
 license=("GPL")



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

2022-05-01 Thread Andreas Radke via arch-commits
Date: Sunday, May 1, 2022 @ 17:20:33
  Author: andyrtr
Revision: 1192115

archrelease: copy trunk to community-testing-x86_64

Added:
  acpi_call-lts/repos/community-testing-x86_64/
  acpi_call-lts/repos/community-testing-x86_64/PKGBUILD
(from rev 1192114, acpi_call-lts/trunk/PKGBUILD)

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

Copied: acpi_call-lts/repos/community-testing-x86_64/PKGBUILD (from rev 
1192114, acpi_call-lts/trunk/PKGBUILD)
===
--- community-testing-x86_64/PKGBUILD   (rev 0)
+++ community-testing-x86_64/PKGBUILD   2022-05-01 17:20:33 UTC (rev 1192115)
@@ -0,0 +1,68 @@
+# Maintainer: Maxime Gauduin 
+# Contributor: mortzu 
+# Contributor: fnord0 
+
+pkgname=acpi_call-lts
+pkgver=1.2.2
+pkgrel=37
+pkgdesc='A linux kernel module that enables calls to ACPI methods through 
/proc/acpi/call'
+url='https://github.com/mkottman/acpi_call'
+arch=('x86_64')
+license=('GPL')
+makedepends=('linux-lts-headers' "acpi_call-dkms=$pkgver")
+conflicts=('acpi_call-dkms')
+provides=('acpi_call')
+
+build() {
+  _kernver=$(

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

2022-05-01 Thread Andreas Radke via arch-commits
Date: Sunday, May 1, 2022 @ 17:20:26
  Author: andyrtr
Revision: 1192114

upgpkg: acpi_call-lts 1.2.2-37: kernel rebuild

Modified:
  acpi_call-lts/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2022-05-01 16:51:36 UTC (rev 1192113)
+++ PKGBUILD2022-05-01 17:20:26 UTC (rev 1192114)
@@ -4,7 +4,7 @@
 
 pkgname=acpi_call-lts
 pkgver=1.2.2
-pkgrel=36
+pkgrel=37
 pkgdesc='A linux kernel module that enables calls to ACPI methods through 
/proc/acpi/call'
 url='https://github.com/mkottman/acpi_call'
 arch=('x86_64')



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

2022-05-01 Thread Andreas Radke via arch-commits
Date: Sunday, May 1, 2022 @ 17:19:58
  Author: andyrtr
Revision: 444376

archrelease: copy trunk to testing-x86_64

Added:
  nvidia-lts/repos/testing-x86_64/PKGBUILD
(from rev 444375, nvidia-lts/trunk/PKGBUILD)
Deleted:
  nvidia-lts/repos/testing-x86_64/PKGBUILD

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

Deleted: PKGBUILD
===
--- PKGBUILD2022-05-01 17:19:49 UTC (rev 444375)
+++ PKGBUILD2022-05-01 17:19:58 UTC (rev 444376)
@@ -1,33 +0,0 @@
-# Maintainer: Sven-Hendrik Haase 
-# Maintainer: Eric Bélanger 
-
-pkgname=nvidia-lts
-pkgver=510.68.02
-pkgrel=1
-epoch=1
-pkgdesc="NVIDIA drivers for linux-lts"
-arch=('x86_64')
-url="https://www.nvidia.com/;
-makedepends=('linux-lts-headers' "nvidia-dkms=$pkgver")
-provides=('NVIDIA-MODULE')
-license=('custom')
-options=('!strip')
-
-build() {
-_kernver=$(
+# Maintainer: Eric Bélanger 
+
+pkgname=nvidia-lts
+pkgver=510.68.02
+pkgrel=2
+epoch=1
+pkgdesc="NVIDIA drivers for linux-lts"
+arch=('x86_64')
+url="https://www.nvidia.com/;
+makedepends=('linux-lts-headers' "nvidia-dkms=$pkgver")
+provides=('NVIDIA-MODULE')
+license=('custom')
+options=('!strip')
+
+build() {
+_kernver=$(

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

2022-05-01 Thread Andreas Radke via arch-commits
Date: Sunday, May 1, 2022 @ 17:19:49
  Author: andyrtr
Revision: 444375

upgpkg: nvidia-lts 1:510.68.02-2: kernel rebuild

Modified:
  nvidia-lts/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2022-05-01 17:14:04 UTC (rev 444374)
+++ PKGBUILD2022-05-01 17:19:49 UTC (rev 444375)
@@ -3,7 +3,7 @@
 
 pkgname=nvidia-lts
 pkgver=510.68.02
-pkgrel=1
+pkgrel=2
 epoch=1
 pkgdesc="NVIDIA drivers for linux-lts"
 arch=('x86_64')



[arch-commits] Commit in linux-lts/repos (9 files)

2022-05-01 Thread Andreas Radke via arch-commits
Date: Sunday, May 1, 2022 @ 17:14:04
  Author: andyrtr
Revision: 444374

archrelease: copy trunk to testing-x86_64

Added:
  linux-lts/repos/testing-x86_64/
  
linux-lts/repos/testing-x86_64/0001-ZEN-Add-sysctl-and-CONFIG-to-disallow-unprivileged-C.patch
(from rev 444373, 
linux-lts/trunk/0001-ZEN-Add-sysctl-and-CONFIG-to-disallow-unprivileged-C.patch)
  
linux-lts/repos/testing-x86_64/0002-PCI_Add_more_NVIDIA_controllers_to_the_MSI_masking_quirk.patch
(from rev 444373, 
linux-lts/trunk/0002-PCI_Add_more_NVIDIA_controllers_to_the_MSI_masking_quirk.patch)
  
linux-lts/repos/testing-x86_64/0003-iommu_intel_do_deep_dma-unmapping_to_avoid_kernel-flooding.patch
(from rev 444373, 
linux-lts/trunk/0003-iommu_intel_do_deep_dma-unmapping_to_avoid_kernel-flooding.patch)
  
linux-lts/repos/testing-x86_64/0004-Bluetooth_btintel_Fix_bdaddress_comparison_with_garbage_value.patch
(from rev 444373, 
linux-lts/trunk/0004-Bluetooth_btintel_Fix_bdaddress_comparison_with_garbage_value.patch)
  linux-lts/repos/testing-x86_64/0005-lg-laptop_Recognize_more_models.patch
(from rev 444373, 
linux-lts/trunk/0005-lg-laptop_Recognize_more_models.patch)
  linux-lts/repos/testing-x86_64/0006_fix_NFSv4_mount_regression.diff
(from rev 444373, linux-lts/trunk/0006_fix_NFSv4_mount_regression.diff)
  linux-lts/repos/testing-x86_64/PKGBUILD
(from rev 444373, linux-lts/trunk/PKGBUILD)
  linux-lts/repos/testing-x86_64/config
(from rev 444373, linux-lts/trunk/config)

--+
 0001-ZEN-Add-sysctl-and-CONFIG-to-disallow-unprivileged-C.patch  |  
151 
 0002-PCI_Add_more_NVIDIA_controllers_to_the_MSI_masking_quirk.patch  |   
21 
 0003-iommu_intel_do_deep_dma-unmapping_to_avoid_kernel-flooding.patch|   
85 
 0004-Bluetooth_btintel_Fix_bdaddress_comparison_with_garbage_value.patch |   
57 
 0005-lg-laptop_Recognize_more_models.patch   |   
36 
 0006_fix_NFSv4_mount_regression.diff |  
243 
 PKGBUILD |  
218 
 config   
|10675 ++
 8 files changed, 11486 insertions(+)

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


[arch-commits] Commit in linux-lts/trunk (PKGBUILD config)

2022-05-01 Thread Andreas Radke via arch-commits
Date: Sunday, May 1, 2022 @ 17:13:38
  Author: andyrtr
Revision: 444373

upgpkg: linux-lts 5.15.37-1: upstream update 5.15.37

Modified:
  linux-lts/trunk/PKGBUILD
  linux-lts/trunk/config

--+
 PKGBUILD |6 +++---
 config   |3 ++-
 2 files changed, 5 insertions(+), 4 deletions(-)

Modified: PKGBUILD
===
--- PKGBUILD2022-05-01 13:41:44 UTC (rev 444372)
+++ PKGBUILD2022-05-01 17:13:38 UTC (rev 444373)
@@ -1,7 +1,7 @@
 # Maintainer: Andreas Radke 
 
 pkgbase=linux-lts
-pkgver=5.15.36
+pkgver=5.15.37
 pkgrel=1
 pkgdesc='LTS Linux'
 url="https://www.kernel.org/;
@@ -28,9 +28,9 @@
   '647F28654894E3BD457199BE38DBBDC86092693E'  # Greg Kroah-Hartman
 )
 # https://www.kernel.org/pub/linux/kernel/v5.x/sha256sums.asc
-sha256sums=('36345db17a937c197c72ca9c7f34c262b3a12f927c237ff7770193014e29c690'
+sha256sums=('18bf091a2157faa8d92a1aba2ecb66b5124bb0e033fc7797343984e069a2c026'
 'SKIP'
-'c139f947f010a360f645063200577eddc4b6e3d60e44495c332b300553af1780'
+'f5c604ea635fc85e090278eff443b9605e9ac928ffdf4858e7046265f3d9ec93'
 '99df282c594cc269d9a5d19bb86ea887892d3654cfc53c4ce94a644cf3278423'
 'c35018601f04ae81e0a2018a8597595db6ae053158c206845399cdebb2d2b706'
 '7c7707c738983f3683d76295b496f578996b7341fa39ad334ec2833bfe4b966e'

Modified: config
===
--- config  2022-05-01 13:41:44 UTC (rev 444372)
+++ config  2022-05-01 17:13:38 UTC (rev 444373)
@@ -1,6 +1,6 @@
 #
 # Automatically generated file; DO NOT EDIT.
-# Linux/x86 5.15.36 Kernel Configuration
+# Linux/x86 5.15.37 Kernel Configuration
 #
 CONFIG_CC_VERSION_TEXT="gcc (GCC) 11.2.0"
 CONFIG_CC_IS_GCC=y
@@ -2458,6 +2458,7 @@
 CONFIG_BLK_DEV=y
 CONFIG_BLK_DEV_NULL_BLK=m
 CONFIG_BLK_DEV_FD=m
+# CONFIG_BLK_DEV_FD_RAWCMD is not set
 CONFIG_CDROM=m
 # CONFIG_PARIDE is not set
 CONFIG_BLK_DEV_PCIESSD_MTIP32XX=m



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

2022-05-01 Thread Daniel M. Capella via arch-commits
Date: Sunday, May 1, 2022 @ 16:51:36
  Author: polyzen
Revision: 1192113

archrelease: copy trunk to community-any

Added:
  dark-reader/repos/community-any/PKGBUILD
(from rev 1192112, dark-reader/trunk/PKGBUILD)
Deleted:
  dark-reader/repos/community-any/PKGBUILD

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

Deleted: PKGBUILD
===
--- PKGBUILD2022-05-01 16:51:16 UTC (rev 1192112)
+++ PKGBUILD2022-05-01 16:51:36 UTC (rev 1192113)
@@ -1,52 +0,0 @@
-# Maintainer: Daniel M. Capella 
-# Contributor: Cookie Engineer 
-
-pkgname=('dark-reader' 'firefox-dark-reader' 'thunderbird-dark-reader')
-pkgbase=dark-reader
-pkgver=4.9.48
-pkgrel=1
-pkgdesc='Inverts brightness of web pages and aims to reduce eyestrain while 
browsing the web'
-arch=('any')
-url=https://darkreader.org/
-license=('MIT')
-makedepends=('npm' 'strip-nondeterminism')
-source=("https://github.com/darkreader/darkreader/archive/v$pkgver/darkreader-$pkgver.tar.gz;)
-b2sums=('2cdf20fa23b1b4090c7835b9df03eb7335af33e33d571a9d563dd9e581d3d3ba692374532ac8ac7f77f9fcc5ae90addb6e3ab866c602f3e65285455797356273')
-
-prepare() {
-  cd darkreader-$pkgver
-  npm ci
-}
-
-build() {
-  cd darkreader-$pkgver
-  npm run build
-  strip-nondeterminism -t zip build/release/*.xpi
-}
-
-check() {
-  cd darkreader-$pkgver
-  npm test
-}
-
-package_dark-reader() {
-  pkgdesc+=' (unpacked webextension)'
-  cd darkreader-$pkgver/build/release/chrome
-  install -d "$pkgdir"/usr/lib/$pkgbase
-  cp -r -- * "$pkgdir"/usr/lib/$pkgbase
-}
-
-package_firefox-dark-reader() {
-  groups=('firefox-addons')
-  cd darkreader-$pkgver/build/release
-  install -Dm644 darkreader-firefox.xpi \
-"$pkgdir"/usr/lib/firefox/browser/extensions/ad...@darkreader.org.xpi
-}
-
-package_thunderbird-dark-reader() {
-  cd darkreader-$pkgver/build/release
-  install -Dm644 darkreader-thunderbird.xpi \
-"$pkgdir"/usr/lib/thunderbird/extensions/ad...@darkreader.org.xpi
-}
-
-# vim:set ts=2 sw=2 et:

Copied: dark-reader/repos/community-any/PKGBUILD (from rev 1192112, 
dark-reader/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2022-05-01 16:51:36 UTC (rev 1192113)
@@ -0,0 +1,52 @@
+# Maintainer: Daniel M. Capella 
+# Contributor: Cookie Engineer 
+
+pkgname=('dark-reader' 'firefox-dark-reader' 'thunderbird-dark-reader')
+pkgbase=dark-reader
+pkgver=4.9.50
+pkgrel=1
+pkgdesc='Inverts brightness of web pages and aims to reduce eyestrain while 
browsing the web'
+arch=('any')
+url=https://darkreader.org/
+license=('MIT')
+makedepends=('npm' 'strip-nondeterminism')
+source=("https://github.com/darkreader/darkreader/archive/v$pkgver/darkreader-$pkgver.tar.gz;)
+b2sums=('a224c0fea54a3437ad6bb8ea333f1abb90c239448835819a94bfdc4497cc16d9167fcbdf03a156eb9b3cc3eb800432501a68112bda65db490a28d13fe1107adf')
+
+prepare() {
+  cd darkreader-$pkgver
+  npm ci
+}
+
+build() {
+  cd darkreader-$pkgver
+  npm run build
+  strip-nondeterminism -t zip build/release/*.xpi
+}
+
+check() {
+  cd darkreader-$pkgver
+  npm test
+}
+
+package_dark-reader() {
+  pkgdesc+=' (unpacked webextension)'
+  cd darkreader-$pkgver/build/release/chrome
+  install -d "$pkgdir"/usr/lib/$pkgbase
+  cp -r -- * "$pkgdir"/usr/lib/$pkgbase
+}
+
+package_firefox-dark-reader() {
+  groups=('firefox-addons')
+  cd darkreader-$pkgver/build/release
+  install -Dm644 darkreader-firefox.xpi \
+"$pkgdir"/usr/lib/firefox/browser/extensions/ad...@darkreader.org.xpi
+}
+
+package_thunderbird-dark-reader() {
+  cd darkreader-$pkgver/build/release
+  install -Dm644 darkreader-thunderbird.xpi \
+"$pkgdir"/usr/lib/thunderbird/extensions/ad...@darkreader.org.xpi
+}
+
+# vim:set ts=2 sw=2 et:



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

2022-05-01 Thread Daniel M. Capella via arch-commits
Date: Sunday, May 1, 2022 @ 16:51:16
  Author: polyzen
Revision: 1192112

upgpkg: dark-reader 4.9.50-1

Modified:
  dark-reader/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2022-05-01 16:46:49 UTC (rev 1192111)
+++ PKGBUILD2022-05-01 16:51:16 UTC (rev 1192112)
@@ -3,7 +3,7 @@
 
 pkgname=('dark-reader' 'firefox-dark-reader' 'thunderbird-dark-reader')
 pkgbase=dark-reader
-pkgver=4.9.48
+pkgver=4.9.50
 pkgrel=1
 pkgdesc='Inverts brightness of web pages and aims to reduce eyestrain while 
browsing the web'
 arch=('any')
@@ -11,7 +11,7 @@
 license=('MIT')
 makedepends=('npm' 'strip-nondeterminism')
 
source=("https://github.com/darkreader/darkreader/archive/v$pkgver/darkreader-$pkgver.tar.gz;)
-b2sums=('2cdf20fa23b1b4090c7835b9df03eb7335af33e33d571a9d563dd9e581d3d3ba692374532ac8ac7f77f9fcc5ae90addb6e3ab866c602f3e65285455797356273')
+b2sums=('a224c0fea54a3437ad6bb8ea333f1abb90c239448835819a94bfdc4497cc16d9167fcbdf03a156eb9b3cc3eb800432501a68112bda65db490a28d13fe1107adf')
 
 prepare() {
   cd darkreader-$pkgver



[arch-commits] Commit in firefox-tree-style-tab/repos/community-any (2 files)

2022-05-01 Thread Daniel M. Capella via arch-commits
Date: Sunday, May 1, 2022 @ 16:46:49
  Author: polyzen
Revision: 1192111

archrelease: copy trunk to community-any

Added:
  firefox-tree-style-tab/repos/community-any/PKGBUILD
(from rev 1192110, firefox-tree-style-tab/trunk/PKGBUILD)
Deleted:
  firefox-tree-style-tab/repos/community-any/PKGBUILD

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

Deleted: PKGBUILD
===
--- PKGBUILD2022-05-01 16:46:28 UTC (rev 1192110)
+++ PKGBUILD2022-05-01 16:46:49 UTC (rev 1192111)
@@ -1,60 +0,0 @@
-# Maintainer: Daniel M. Capella 
-# Contributor: Jérémie Detrey 
-
-_name=treestyletab
-pkgname=firefox-tree-style-tab
-pkgver=3.8.22
-pkgrel=1
-pkgdesc='Firefox extension to show tabs like a tree'
-arch=('any')
-url=https://piro.sakura.ne.jp/xul/_treestyletab.html.en
-license=('MPL' 'MPL2')
-groups=('firefox-addons')
-makedepends=('git' 'npm' 'strip-nondeterminism' 'zip')
-source=("git+https://github.com/piroor/treestyletab.git#tag=$pkgver;
-'git+https://github.com/piroor/webextensions-lib-configs.git'
-'git+https://github.com/piroor/webextensions-lib-dom-updater.git'
-
'git+https://github.com/piroor/webextensions-lib-event-listener-manager.git'
-'git+https://github.com/piroor/webextensions-lib-l10n.git'
-'git+https://github.com/piroor/webextensions-lib-menu-ui.git'
-'git+https://github.com/piroor/webextensions-lib-options.git'
-'git+https://github.com/piroor/webextensions-lib-rich-confirm.git'
-
'git+https://github.com/piroor/webextensions-lib-shortcut-customize-ui.git'
-
'git+https://github.com/piroor/webextensions-lib-tab-favicon-helper.git')
-b2sums=('SKIP'
-'SKIP'
-'SKIP'
-'SKIP'
-'SKIP'
-'SKIP'
-'SKIP'
-'SKIP'
-'SKIP'
-'SKIP')
-
-prepare() {
-  cd $_name
-  git submodule init
-  for i in ../webextensions*; do
-git config submodule.submodules/${i##../}.url $i
-  done
-  git submodule update
-  cd webextensions
-  sed -i 's/^\(install_extlib\|xpi\): .*/\1:/' Makefile
-  npm ci
-}
-
-build() {
-  cd $_name/webextensions
-  make install_extlib
-  make xpi
-  strip-nondeterminism -t zip $_name-we.xpi
-}
-
-package() {
-  cd $_name/webextensions
-  install -Dm644 $_name-we.xpi \
-"$pkgdir"/usr/lib/firefox/browser/extensions/$_n...@piro.sakura.ne.jp.xpi
-}
-
-# vim:set ts=2 sw=2 et:

Copied: firefox-tree-style-tab/repos/community-any/PKGBUILD (from rev 1192110, 
firefox-tree-style-tab/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2022-05-01 16:46:49 UTC (rev 1192111)
@@ -0,0 +1,60 @@
+# Maintainer: Daniel M. Capella 
+# Contributor: Jérémie Detrey 
+
+_name=treestyletab
+pkgname=firefox-tree-style-tab
+pkgver=3.8.23
+pkgrel=1
+pkgdesc='Firefox extension to show tabs like a tree'
+arch=('any')
+url=https://piro.sakura.ne.jp/xul/_treestyletab.html.en
+license=('MPL' 'MPL2')
+groups=('firefox-addons')
+makedepends=('git' 'npm' 'strip-nondeterminism' 'zip')
+source=("git+https://github.com/piroor/treestyletab.git#tag=$pkgver;
+'git+https://github.com/piroor/webextensions-lib-configs.git'
+'git+https://github.com/piroor/webextensions-lib-dom-updater.git'
+
'git+https://github.com/piroor/webextensions-lib-event-listener-manager.git'
+'git+https://github.com/piroor/webextensions-lib-l10n.git'
+'git+https://github.com/piroor/webextensions-lib-menu-ui.git'
+'git+https://github.com/piroor/webextensions-lib-options.git'
+'git+https://github.com/piroor/webextensions-lib-rich-confirm.git'
+
'git+https://github.com/piroor/webextensions-lib-shortcut-customize-ui.git'
+
'git+https://github.com/piroor/webextensions-lib-tab-favicon-helper.git')
+b2sums=('SKIP'
+'SKIP'
+'SKIP'
+'SKIP'
+'SKIP'
+'SKIP'
+'SKIP'
+'SKIP'
+'SKIP'
+'SKIP')
+
+prepare() {
+  cd $_name
+  git submodule init
+  for i in ../webextensions*; do
+git config submodule.submodules/${i##../}.url $i
+  done
+  git submodule update
+  cd webextensions
+  sed -i 's/^\(install_extlib\|xpi\): .*/\1:/' Makefile
+  npm ci
+}
+
+build() {
+  cd $_name/webextensions
+  make install_extlib
+  make xpi
+  strip-nondeterminism -t zip $_name-we.xpi
+}
+
+package() {
+  cd $_name/webextensions
+  install -Dm644 $_name-we.xpi \
+"$pkgdir"/usr/lib/firefox/browser/extensions/$_n...@piro.sakura.ne.jp.xpi
+}
+
+# vim:set ts=2 sw=2 et:



[arch-commits] Commit in firefox-tree-style-tab/trunk (PKGBUILD)

2022-05-01 Thread Daniel M. Capella via arch-commits
Date: Sunday, May 1, 2022 @ 16:46:28
  Author: polyzen
Revision: 1192110

upgpkg: firefox-tree-style-tab 3.8.23-1

Modified:
  firefox-tree-style-tab/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2022-05-01 16:42:56 UTC (rev 1192109)
+++ PKGBUILD2022-05-01 16:46:28 UTC (rev 1192110)
@@ -3,7 +3,7 @@
 
 _name=treestyletab
 pkgname=firefox-tree-style-tab
-pkgver=3.8.22
+pkgver=3.8.23
 pkgrel=1
 pkgdesc='Firefox extension to show tabs like a tree'
 arch=('any')



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

2022-05-01 Thread Jelle van der Waa via arch-commits
Date: Sunday, May 1, 2022 @ 16:42:56
  Author: jelle
Revision: 1192109

archrelease: copy trunk to community-x86_64

Added:
  wgcf/repos/community-x86_64/PKGBUILD
(from rev 1192108, wgcf/trunk/PKGBUILD)
Deleted:
  wgcf/repos/community-x86_64/PKGBUILD

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

Deleted: PKGBUILD
===
--- PKGBUILD2022-05-01 16:42:50 UTC (rev 1192108)
+++ PKGBUILD2022-05-01 16:42:56 UTC (rev 1192109)
@@ -1,36 +0,0 @@
-# Maintainer: Felix Yan 
-# Contributor: w0rty 
-
-pkgname=wgcf
-pkgver=2.2.13
-pkgrel=1
-pkgdesc='Generate WireGuard profile from Cloudflare Warp account'
-arch=('x86_64')
-url="https://github.com/ViRb3/wgcf;
-license=('MIT')
-makedepends=('go')
-depends=('glibc')
-source=("${pkgname}-${pkgver}.tar.gz::${url}/archive/v${pkgver}.tar.gz")
-sha256sums=('bb26d29dfbb673dd46a5027b5f07e0329e108507c3394a69e45ccf57ce45c9fb')
-
-prepare(){
-  cd "$pkgname-$pkgver"
-  mkdir -p build/
-}
-
-build() {
-  export GOPATH="$srcdir"/gopath
-  cd "$pkgname-$pkgver"
-  # Buildflags according to 
https://wiki.archlinux.org/index.php/Go_package_guidelines#Flags_and_build_options
-  export CGO_CPPFLAGS="${CPPFLAGS}"
-  export CGO_CFLAGS="${CFLAGS}"
-  export CGO_CXXFLAGS="${CXXFLAGS}"
-  export CGO_LDFLAGS="${LDFLAGS}"
-  go build -o build -trimpath -buildmode=pie -ldflags "-linkmode=external 
-extldflags \"${LDFLAGS}\" -s -w" -modcacherw
-}
-
-package() {
-  cd "$pkgname-$pkgver"
-  install -Dm755 build/$pkgname "$pkgdir"/usr/bin/$pkgname
-  install -Dm644 $srcdir/$pkgname-$pkgver/LICENSE 
"$pkgdir/usr/share/licenses/$pkgname/LICENSE"
-}

Copied: wgcf/repos/community-x86_64/PKGBUILD (from rev 1192108, 
wgcf/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2022-05-01 16:42:56 UTC (rev 1192109)
@@ -0,0 +1,36 @@
+# Maintainer: Felix Yan 
+# Contributor: w0rty 
+
+pkgname=wgcf
+pkgver=2.2.13
+pkgrel=2
+pkgdesc='Generate WireGuard profile from Cloudflare Warp account'
+arch=('x86_64')
+url="https://github.com/ViRb3/wgcf;
+license=('MIT')
+makedepends=('go')
+depends=('glibc')
+source=("${pkgname}-${pkgver}.tar.gz::${url}/archive/v${pkgver}.tar.gz")
+sha256sums=('bb26d29dfbb673dd46a5027b5f07e0329e108507c3394a69e45ccf57ce45c9fb')
+
+prepare(){
+  cd "$pkgname-$pkgver"
+  mkdir -p build/
+}
+
+build() {
+  export GOPATH="$srcdir"/gopath
+  cd "$pkgname-$pkgver"
+  # Buildflags according to 
https://wiki.archlinux.org/index.php/Go_package_guidelines#Flags_and_build_options
+  export CGO_CPPFLAGS="${CPPFLAGS}"
+  export CGO_CFLAGS="${CFLAGS}"
+  export CGO_CXXFLAGS="${CXXFLAGS}"
+  export CGO_LDFLAGS="${LDFLAGS}"
+  go build -o build -trimpath -buildmode=pie -ldflags "-linkmode=external 
-extldflags \"${LDFLAGS}\" -s -w" -modcacherw
+}
+
+package() {
+  cd "$pkgname-$pkgver"
+  install -Dm755 build/$pkgname "$pkgdir"/usr/bin/$pkgname
+  install -Dm644 $srcdir/$pkgname-$pkgver/LICENSE 
"$pkgdir/usr/share/licenses/$pkgname/LICENSE"
+}



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

2022-05-01 Thread Jelle van der Waa via arch-commits
Date: Sunday, May 1, 2022 @ 16:42:50
  Author: jelle
Revision: 1192108

upgpkg: wgcf 2.2.13-2: go 1.18

Modified:
  wgcf/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2022-05-01 16:32:32 UTC (rev 1192107)
+++ PKGBUILD2022-05-01 16:42:50 UTC (rev 1192108)
@@ -3,7 +3,7 @@
 
 pkgname=wgcf
 pkgver=2.2.13
-pkgrel=1
+pkgrel=2
 pkgdesc='Generate WireGuard profile from Cloudflare Warp account'
 arch=('x86_64')
 url="https://github.com/ViRb3/wgcf;



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

2022-05-01 Thread Jelle van der Waa via arch-commits
Date: Sunday, May 1, 2022 @ 16:32:32
  Author: jelle
Revision: 1192107

archrelease: copy trunk to community-x86_64

Added:
  meshbird/repos/community-x86_64/PKGBUILD
(from rev 1192106, meshbird/trunk/PKGBUILD)
  meshbird/repos/community-x86_64/meshbird.conf
(from rev 1192106, meshbird/trunk/meshbird.conf)
  meshbird/repos/community-x86_64/meshbird.service
(from rev 1192106, meshbird/trunk/meshbird.service)
Deleted:
  meshbird/repos/community-x86_64/PKGBUILD
  meshbird/repos/community-x86_64/meshbird.conf
  meshbird/repos/community-x86_64/meshbird.service

--+
 PKGBUILD |   81 ++---
 meshbird.conf|2 -
 meshbird.service |   22 +++---
 3 files changed, 53 insertions(+), 52 deletions(-)

Deleted: PKGBUILD
===
--- PKGBUILD2022-05-01 16:32:20 UTC (rev 1192106)
+++ PKGBUILD2022-05-01 16:32:32 UTC (rev 1192107)
@@ -1,40 +0,0 @@
-# Maintainer: Felix Yan 
-
-pkgname=meshbird
-pkgver=2.3
-pkgrel=5
-pkgdesc="Distributed private networking"
-arch=('x86_64')
-url="https://github.com/meshbird/meshbird;
-license=('Apache')
-depends=('glibc')
-makedepends=('git' 'go')
-backup=(etc/meshbird.conf)
-source=("$pkgname-$pkgver.tar.gz::https://github.com/meshbird/meshbird/archive/v$pkgver.tar.gz;
-meshbird.service meshbird.conf)
-sha512sums=('fa08e9fabd6101bc63e8a18baefee5537612a0fd3892737c1d1b16a87d4976d67aa14b3b589fa97f7816df00e9f032ff42716cdf5b43807e0759733c2dff5fe5'
-
'b9b552f09d9f98c4ff90ce3d31b15f7a5c2453c1535fa17454043826bf5f108510a7a7512ef79dfd7b4d53615d06c690fe8fdd878a6894f8dc75ee934c0328e7'
-
'08a493f299549b9eea830e1201d2131314b2c0c931c9fdd06a30e849c90368c7809c6a42bfded33aec44403cd8f61caad168b54bad08f5b21867f2d562f0c872')
-
-prepare() {
-  mkdir .gopath
-  export GOPATH="$srcdir"/.gopath
-}
-
-build() {
-  export CGO_CPPFLAGS="${CPPFLAGS}"
-  export CGO_CFLAGS="${CFLAGS}"
-  export CGO_CXXFLAGS="${CXXFLAGS}"
-  export CGO_LDFLAGS="${LDFLAGS}"
-  export GOFLAGS="-buildmode=pie -trimpath -mod=readonly -modcacherw"
-
-  cd meshbird-$pkgver
-  make build
-}
-
-package() {
-  cd meshbird-$pkgver
-  install -Dm755 bin/meshbird "$pkgdir"/usr/bin/meshbird
-  install -Dm644 "$srcdir"/meshbird.service 
"$pkgdir"/usr/lib/systemd/system/meshbird.service
-  install -Dm644 "$srcdir"/meshbird.conf "$pkgdir"/etc/meshbird.conf
-}

Copied: meshbird/repos/community-x86_64/PKGBUILD (from rev 1192106, 
meshbird/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2022-05-01 16:32:32 UTC (rev 1192107)
@@ -0,0 +1,41 @@
+# Maintainer: Felix Yan 
+
+pkgname=meshbird
+pkgver=2.3
+pkgrel=6
+pkgdesc="Distributed private networking"
+arch=('x86_64')
+url="https://github.com/meshbird/meshbird;
+license=('Apache')
+depends=('glibc')
+makedepends=('git' 'go')
+backup=(etc/meshbird.conf)
+options=('!lto')
+source=("$pkgname-$pkgver.tar.gz::https://github.com/meshbird/meshbird/archive/v$pkgver.tar.gz;
+meshbird.service meshbird.conf)
+sha512sums=('fa08e9fabd6101bc63e8a18baefee5537612a0fd3892737c1d1b16a87d4976d67aa14b3b589fa97f7816df00e9f032ff42716cdf5b43807e0759733c2dff5fe5'
+
'b9b552f09d9f98c4ff90ce3d31b15f7a5c2453c1535fa17454043826bf5f108510a7a7512ef79dfd7b4d53615d06c690fe8fdd878a6894f8dc75ee934c0328e7'
+
'08a493f299549b9eea830e1201d2131314b2c0c931c9fdd06a30e849c90368c7809c6a42bfded33aec44403cd8f61caad168b54bad08f5b21867f2d562f0c872')
+
+prepare() {
+  mkdir .gopath
+  export GOPATH="$srcdir"/.gopath
+}
+
+build() {
+  export CGO_CPPFLAGS="${CPPFLAGS}"
+  export CGO_CFLAGS="${CFLAGS}"
+  export CGO_CXXFLAGS="${CXXFLAGS}"
+  export CGO_LDFLAGS="${LDFLAGS}"
+  export GOFLAGS="-buildmode=pie -trimpath -mod=readonly -modcacherw"
+
+  cd meshbird-$pkgver
+  make build
+}
+
+package() {
+  cd meshbird-$pkgver
+  install -Dm755 bin/meshbird "$pkgdir"/usr/bin/meshbird
+  install -Dm644 "$srcdir"/meshbird.service 
"$pkgdir"/usr/lib/systemd/system/meshbird.service
+  install -Dm644 "$srcdir"/meshbird.conf "$pkgdir"/etc/meshbird.conf
+}

Deleted: meshbird.conf
===
--- meshbird.conf   2022-05-01 16:32:20 UTC (rev 1192106)
+++ meshbird.conf   2022-05-01 16:32:32 UTC (rev 1192107)
@@ -1 +0,0 @@
-MESHBIRD_KEY="CHANGE_THIS"

Copied: meshbird/repos/community-x86_64/meshbird.conf (from rev 1192106, 
meshbird/trunk/meshbird.conf)
===
--- meshbird.conf   (rev 0)
+++ meshbird.conf   2022-05-01 16:32:32 UTC (rev 1192107)
@@ -0,0 +1 @@
+MESHBIRD_KEY="CHANGE_THIS"

Deleted: meshbird.service
===
--- meshbird.service2022-05-01 16:32:20 UTC (rev 1192106)
+++ meshbird.service2022-05-01 16:32:32 UTC (rev 1192107)

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

2022-05-01 Thread Jelle van der Waa via arch-commits
Date: Sunday, May 1, 2022 @ 16:32:20
  Author: jelle
Revision: 1192106

upgpkg: meshbird 2.3-6: go 1.18

Modified:
  meshbird/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2022-05-01 16:31:16 UTC (rev 1192105)
+++ PKGBUILD2022-05-01 16:32:20 UTC (rev 1192106)
@@ -2,7 +2,7 @@
 
 pkgname=meshbird
 pkgver=2.3
-pkgrel=5
+pkgrel=6
 pkgdesc="Distributed private networking"
 arch=('x86_64')
 url="https://github.com/meshbird/meshbird;
@@ -10,6 +10,7 @@
 depends=('glibc')
 makedepends=('git' 'go')
 backup=(etc/meshbird.conf)
+options=('!lto')
 
source=("$pkgname-$pkgver.tar.gz::https://github.com/meshbird/meshbird/archive/v$pkgver.tar.gz;
 meshbird.service meshbird.conf)
 
sha512sums=('fa08e9fabd6101bc63e8a18baefee5537612a0fd3892737c1d1b16a87d4976d67aa14b3b589fa97f7816df00e9f032ff42716cdf5b43807e0759733c2dff5fe5'



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

2022-05-01 Thread Jelle van der Waa via arch-commits
Date: Sunday, May 1, 2022 @ 16:31:16
  Author: jelle
Revision: 1192105

archrelease: copy trunk to community-x86_64

Added:
  meek/repos/community-x86_64/PKGBUILD
(from rev 1192104, meek/trunk/PKGBUILD)
Deleted:
  meek/repos/community-x86_64/PKGBUILD

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

Deleted: PKGBUILD
===
--- PKGBUILD2022-05-01 16:31:08 UTC (rev 1192104)
+++ PKGBUILD2022-05-01 16:31:16 UTC (rev 1192105)
@@ -1,58 +0,0 @@
-# Maintainer: Felix Yan 
-# Contributor: shyokou 
-# Contributor: N. Izumi aka izmntuk
-
-pkgname=meek
-pkgver=0.37.0
-pkgrel=1
-arch=('x86_64')
-pkgdesc='A pluggable transport proxy written in Go'
-optdepends=('tor')
-url='https://trac.torproject.org/projects/tor/wiki/doc/meek'
-license=('custom:CC0')
-depends=('glibc')
-makedepends=('go' 'git')
-source=("git+https://git.torproject.org/pluggable-transports/meek.git#tag=v$pkgver;)
-sha512sums=('SKIP')
-
-prepare() {
-   cd "$srcdir"/meek
-   sed 's|./meek-client|/usr/bin/meek-client|g;
-s|./meek-server|/usr/bin/meek-server|g;
-s|\(meek-server\.log\)|/tmp/\1|;
-s|\(meek-client\.log\)|/tmp/\1|' -i meek-{server,client}/torrc
-}
-
-build() {
-   export GOPATH="$srcdir"
-   export GOBIN="$PWD"
-   export CGO_CPPFLAGS="${CPPFLAGS}"
-   export CGO_CFLAGS="${CFLAGS}"
-   export CGO_CXXFLAGS="${CXXFLAGS}"
-   export CGO_LDFLAGS="${LDFLAGS}"
-   export GOFLAGS="-buildmode=pie -trimpath -mod=readonly -modcacherw"
-   export GO111MODULE=off
-
-   cd "$srcdir"/meek/meek-server
-   go get
-   make all
-
-   cd "$srcdir"/meek/meek-client
-   go get
-   make all
-}
-
-package() {
-   install -d "$pkgdir"/usr/{bin,share/{{doc,licenses}/$pkgname,man/man1}}
-   cd "$srcdir"/meek/meek-server
-   install -m755 meek-server "$pkgdir"/usr/bin
-   install -Dm644 torrc "$pkgdir"/usr/share/doc/$pkgname/torrc.meek-server
-   install -Dm644 README 
"$pkgdir"/usr/share/doc/$pkgname/README.meek-server
-
-   cd "$srcdir"/meek/meek-client
-   install -m755 meek-client "$pkgdir"/usr/bin
-   install -Dm644 torrc "$pkgdir"/usr/share/doc/$pkgname/torrc.meek-client
-   install -m644 ../README "$pkgdir"/usr/share/doc/$pkgname
-   install -m644 ../COPYING "$pkgdir"/usr/share/licenses/$pkgname
-   install -m644 ../doc/meek-{server,client}.1 "$pkgdir"/usr/share/man/man1
-}

Copied: meek/repos/community-x86_64/PKGBUILD (from rev 1192104, 
meek/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2022-05-01 16:31:16 UTC (rev 1192105)
@@ -0,0 +1,59 @@
+# Maintainer: Felix Yan 
+# Contributor: shyokou 
+# Contributor: N. Izumi aka izmntuk
+
+pkgname=meek
+pkgver=0.37.0
+pkgrel=2
+arch=('x86_64')
+pkgdesc='A pluggable transport proxy written in Go'
+optdepends=('tor')
+url='https://trac.torproject.org/projects/tor/wiki/doc/meek'
+license=('custom:CC0')
+depends=('glibc')
+makedepends=('go' 'git')
+options=('!lto')
+source=("git+https://git.torproject.org/pluggable-transports/meek.git#tag=v$pkgver;)
+sha512sums=('SKIP')
+
+prepare() {
+   cd "$srcdir"/meek
+   sed 's|./meek-client|/usr/bin/meek-client|g;
+s|./meek-server|/usr/bin/meek-server|g;
+s|\(meek-server\.log\)|/tmp/\1|;
+s|\(meek-client\.log\)|/tmp/\1|' -i meek-{server,client}/torrc
+}
+
+build() {
+   export GOPATH="$srcdir"
+   export GOBIN="$PWD"
+   export CGO_CPPFLAGS="${CPPFLAGS}"
+   export CGO_CFLAGS="${CFLAGS}"
+   export CGO_CXXFLAGS="${CXXFLAGS}"
+   export CGO_LDFLAGS="${LDFLAGS}"
+   export GOFLAGS="-buildmode=pie -trimpath -mod=readonly -modcacherw"
+   export GO111MODULE=off
+
+   cd "$srcdir"/meek/meek-server
+   go get
+   make all
+
+   cd "$srcdir"/meek/meek-client
+   go get
+   make all
+}
+
+package() {
+   install -d "$pkgdir"/usr/{bin,share/{{doc,licenses}/$pkgname,man/man1}}
+   cd "$srcdir"/meek/meek-server
+   install -m755 meek-server "$pkgdir"/usr/bin
+   install -Dm644 torrc "$pkgdir"/usr/share/doc/$pkgname/torrc.meek-server
+   install -Dm644 README 
"$pkgdir"/usr/share/doc/$pkgname/README.meek-server
+
+   cd "$srcdir"/meek/meek-client
+   install -m755 meek-client "$pkgdir"/usr/bin
+   install -Dm644 torrc "$pkgdir"/usr/share/doc/$pkgname/torrc.meek-client
+   install -m644 ../README "$pkgdir"/usr/share/doc/$pkgname
+   install -m644 ../COPYING "$pkgdir"/usr/share/licenses/$pkgname
+   install -m644 ../doc/meek-{server,client}.1 "$pkgdir"/usr/share/man/man1
+}



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

2022-05-01 Thread Jelle van der Waa via arch-commits
Date: Sunday, May 1, 2022 @ 16:31:08
  Author: jelle
Revision: 1192104

upgpkg: meek 0.37.0-2: go 1.18

Modified:
  meek/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2022-05-01 16:23:19 UTC (rev 1192103)
+++ PKGBUILD2022-05-01 16:31:08 UTC (rev 1192104)
@@ -4,7 +4,7 @@
 
 pkgname=meek
 pkgver=0.37.0
-pkgrel=1
+pkgrel=2
 arch=('x86_64')
 pkgdesc='A pluggable transport proxy written in Go'
 optdepends=('tor')
@@ -12,6 +12,7 @@
 license=('custom:CC0')
 depends=('glibc')
 makedepends=('go' 'git')
+options=('!lto')
 
source=("git+https://git.torproject.org/pluggable-transports/meek.git#tag=v$pkgver;)
 sha512sums=('SKIP')
 



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

2022-05-01 Thread Jelle van der Waa via arch-commits
Date: Sunday, May 1, 2022 @ 16:23:19
  Author: jelle
Revision: 1192103

archrelease: copy trunk to community-x86_64

Added:
  gost/repos/community-x86_64/LICENSE
(from rev 1192102, gost/trunk/LICENSE)
  gost/repos/community-x86_64/PKGBUILD
(from rev 1192102, gost/trunk/PKGBUILD)
Deleted:
  gost/repos/community-x86_64/LICENSE
  gost/repos/community-x86_64/PKGBUILD

--+
 LICENSE  |   44 -
 PKGBUILD |   64 ++---
 2 files changed, 54 insertions(+), 54 deletions(-)

Deleted: LICENSE
===
--- LICENSE 2022-05-01 16:23:11 UTC (rev 1192102)
+++ LICENSE 2022-05-01 16:23:19 UTC (rev 1192103)
@@ -1,22 +0,0 @@
-The MIT License (MIT)
-
-Copyright (c) 2014 郑锐
-
-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 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 SOFTWARE OR THE USE OR OTHER DEALINGS IN THE
-SOFTWARE.
-

Copied: gost/repos/community-x86_64/LICENSE (from rev 1192102, 
gost/trunk/LICENSE)
===
--- LICENSE (rev 0)
+++ LICENSE 2022-05-01 16:23:19 UTC (rev 1192103)
@@ -0,0 +1,22 @@
+The MIT License (MIT)
+
+Copyright (c) 2014 郑锐
+
+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 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 SOFTWARE OR THE USE OR OTHER DEALINGS IN THE
+SOFTWARE.
+

Deleted: PKGBUILD
===
--- PKGBUILD2022-05-01 16:23:11 UTC (rev 1192102)
+++ PKGBUILD2022-05-01 16:23:19 UTC (rev 1192103)
@@ -1,32 +0,0 @@
-# Maintainer: Felix Yan 
-
-pkgname=gost
-pkgver=2.11.2
-pkgrel=1
-pkgdesc="GO Simple Tunnel"
-arch=('x86_64')
-url="https://github.com/ginuerzh/gost;
-license=('MIT')
-depends=('glibc')
-makedepends=('go' 'git')
-source=("$pkgname-$pkgver.tar.gz::https://github.com/ginuerzh/gost/archive/v$pkgver.tar.gz;
-LICENSE)
-sha512sums=('e734d62442231561c42296a441f0151cf746c5760afccd5a13fd564eb3d3fa96b61b6dd351311411814e43840dc3a30ff9d60bbc682ae9aad500414cd3cc6ff1'
-
'8815c27a49d747e90fbcbf03c6011a76b95bc72a6c963ee8df9490e6aba9a3f4f9895e6a7759988aef123160ef8a6d2de85e8fce01c5980f8744e212792ad07c')
-
-build() {
-  export CGO_CPPFLAGS="${CPPFLAGS}"
-  export CGO_CFLAGS="${CFLAGS}"
-  export CGO_CXXFLAGS="${CXXFLAGS}"
-  export CGO_LDFLAGS="${LDFLAGS}"
-  export GOFLAGS="-buildmode=pie -trimpath -ldflags=-linkmode=external 
-mod=readonly -modcacherw"
-
-  cd gost-$pkgver/cmd/gost
-  go build
-}
-
-package() {
-  cd gost-$pkgver
-  install -Dm755 cmd/gost/gost "$pkgdir/usr/bin/gost"
-  install -Dm644 ../LICENSE "$pkgdir/usr/share/licenses/$pkgname/LICENSE"
-}

Copied: gost/repos/community-x86_64/PKGBUILD (from rev 1192102, 
gost/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2022-05-01 16:23:19 UTC (rev 1192103)
@@ -0,0 +1,32 @@
+# Maintainer: Felix Yan 
+
+pkgname=gost
+pkgver=2.11.2
+pkgrel=2
+pkgdesc="GO Simple Tunnel"
+arch=('x86_64')
+url="https://github.com/ginuerzh/gost;
+license=('MIT')

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

2022-05-01 Thread Jelle van der Waa via arch-commits
Date: Sunday, May 1, 2022 @ 16:23:11
  Author: jelle
Revision: 1192102

upgpkg: gost 2.11.2-2: go 1.18

Modified:
  gost/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2022-05-01 16:19:25 UTC (rev 1192101)
+++ PKGBUILD2022-05-01 16:23:11 UTC (rev 1192102)
@@ -2,7 +2,7 @@
 
 pkgname=gost
 pkgver=2.11.2
-pkgrel=1
+pkgrel=2
 pkgdesc="GO Simple Tunnel"
 arch=('x86_64')
 url="https://github.com/ginuerzh/gost;



[arch-commits] Commit in golang-deepin-gir/repos/community-any (PKGBUILD PKGBUILD)

2022-05-01 Thread Jelle van der Waa via arch-commits
Date: Sunday, May 1, 2022 @ 16:19:25
  Author: jelle
Revision: 1192101

archrelease: copy trunk to community-any

Added:
  golang-deepin-gir/repos/community-any/PKGBUILD
(from rev 1192100, golang-deepin-gir/trunk/PKGBUILD)
Deleted:
  golang-deepin-gir/repos/community-any/PKGBUILD

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

Deleted: PKGBUILD
===
--- PKGBUILD2022-05-01 16:19:18 UTC (rev 1192100)
+++ PKGBUILD2022-05-01 16:19:25 UTC (rev 1192101)
@@ -1,57 +0,0 @@
-# Maintainer: Felix Yan 
-# Contributor: Josip Ponjavic 
-# Contributor: Xu Fasheng 
-
-pkgname=golang-deepin-gir
-pkgver=2.1.0
-pkgrel=1
-pkgdesc='Generate static golang bindings for GObject'
-arch=('any')
-url="https://github.com/linuxdeepin/go-gir-generator;
-license=('GPL3')
-depends=('gtk3' 'libgudev')
-makedepends=('go' 'gobject-introspection')
-checkdepends=('golang-gopkg-check.v1')
-provides=('deepin-gir-generator')
-conflicts=('deepin-gir-generator')
-replaces=('deepin-gir-generator')
-source=("$pkgname-$pkgver.tar.gz::https://github.com/linuxdeepin/go-gir-generator/archive/$pkgver.tar.gz;)
-sha512sums=('249e2ed5748eef01b17e3ebba2ebe3567e201203bce2b75e1152eea9c1a35fa6bbb5b664098bae05b45d2ee1e482a5bfee83e0aa954613d27e3cfaebce46ddf4')
-
-export GO111MODULE=off
-
-prepare() {
-  mkdir -p build/src/github.com/linuxdeepin
-
-  # https://github.com/linuxdeepin/developer-center/issues/955
-  sed -i "s/'Can'tFind'/“Can'tFind”/" 
go-gir-generator-$pkgver/lib.in/glib-2.0/keyfile_test.go
-}
-
-build() {
-  export GOPATH="$srcdir/build:/usr/share/gocode"
-  export CGO_CPPFLAGS="${CPPFLAGS}"
-  export CGO_CFLAGS="${CFLAGS}"
-  export CGO_CXXFLAGS="${CXXFLAGS}"
-  export CGO_LDFLAGS="${LDFLAGS}"
-  export GOFLAGS="-buildmode=pie -trimpath -mod=readonly -modcacherw"
-
-  cd go-gir-generator-$pkgver
-  rm -r gogtk-demo
-  make
-
-  mv out/src/github.com/linuxdeepin/go-gir 
"$srcdir"/build/src/github.com/linuxdeepin/
-}
-
-check() {
-  export GOPATH="$srcdir/build:/usr/share/gocode"
-  cd "$srcdir"/build/src/github.com/linuxdeepin/go-gir
-  go test -v $(go list ./...)
-
-  cd "$srcdir"/go-gir-generator-$pkgver
-  go run test/memory.go
-}
-
-package() {
-  mkdir -p "$pkgdir"/usr/share/gocode/src/github.com/linuxdeepin
-  cp -a "$srcdir"/build/src/github.com/linuxdeepin/go-gir 
"$pkgdir"/usr/share/gocode/src/github.com/linuxdeepin/
-}

Copied: golang-deepin-gir/repos/community-any/PKGBUILD (from rev 1192100, 
golang-deepin-gir/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2022-05-01 16:19:25 UTC (rev 1192101)
@@ -0,0 +1,57 @@
+# Maintainer: Felix Yan 
+# Contributor: Josip Ponjavic 
+# Contributor: Xu Fasheng 
+
+pkgname=golang-deepin-gir
+pkgver=2.1.0
+pkgrel=2
+pkgdesc='Generate static golang bindings for GObject'
+arch=('any')
+url="https://github.com/linuxdeepin/go-gir-generator;
+license=('GPL3')
+depends=('gtk3' 'libgudev')
+makedepends=('go' 'gobject-introspection')
+checkdepends=('golang-gopkg-check.v1')
+provides=('deepin-gir-generator')
+conflicts=('deepin-gir-generator')
+replaces=('deepin-gir-generator')
+source=("$pkgname-$pkgver.tar.gz::https://github.com/linuxdeepin/go-gir-generator/archive/$pkgver.tar.gz;)
+sha512sums=('249e2ed5748eef01b17e3ebba2ebe3567e201203bce2b75e1152eea9c1a35fa6bbb5b664098bae05b45d2ee1e482a5bfee83e0aa954613d27e3cfaebce46ddf4')
+
+export GO111MODULE=off
+
+prepare() {
+  mkdir -p build/src/github.com/linuxdeepin
+
+  # https://github.com/linuxdeepin/developer-center/issues/955
+  sed -i "s/'Can'tFind'/“Can'tFind”/" 
go-gir-generator-$pkgver/lib.in/glib-2.0/keyfile_test.go
+}
+
+build() {
+  export GOPATH="$srcdir/build:/usr/share/gocode"
+  export CGO_CPPFLAGS="${CPPFLAGS}"
+  export CGO_CFLAGS="${CFLAGS}"
+  export CGO_CXXFLAGS="${CXXFLAGS}"
+  export CGO_LDFLAGS="${LDFLAGS}"
+  export GOFLAGS="-buildmode=pie -trimpath -mod=readonly -modcacherw"
+
+  cd go-gir-generator-$pkgver
+  rm -r gogtk-demo
+  make
+
+  mv out/src/github.com/linuxdeepin/go-gir 
"$srcdir"/build/src/github.com/linuxdeepin/
+}
+
+check() {
+  export GOPATH="$srcdir/build:/usr/share/gocode"
+  cd "$srcdir"/build/src/github.com/linuxdeepin/go-gir
+  go test -v $(go list ./...)
+
+  cd "$srcdir"/go-gir-generator-$pkgver
+  go run test/memory.go
+}
+
+package() {
+  mkdir -p "$pkgdir"/usr/share/gocode/src/github.com/linuxdeepin
+  cp -a "$srcdir"/build/src/github.com/linuxdeepin/go-gir 
"$pkgdir"/usr/share/gocode/src/github.com/linuxdeepin/
+}



[arch-commits] Commit in golang-deepin-gir/trunk (PKGBUILD)

2022-05-01 Thread Jelle van der Waa via arch-commits
Date: Sunday, May 1, 2022 @ 16:19:18
  Author: jelle
Revision: 1192100

upgpkg: golang-deepin-gir 2.1.0-2: go 1.18

Modified:
  golang-deepin-gir/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2022-05-01 16:16:59 UTC (rev 1192099)
+++ PKGBUILD2022-05-01 16:19:18 UTC (rev 1192100)
@@ -4,7 +4,7 @@
 
 pkgname=golang-deepin-gir
 pkgver=2.1.0
-pkgrel=1
+pkgrel=2
 pkgdesc='Generate static golang bindings for GObject'
 arch=('any')
 url="https://github.com/linuxdeepin/go-gir-generator;



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

2022-05-01 Thread Jelle van der Waa via arch-commits
Date: Sunday, May 1, 2022 @ 16:16:59
  Author: jelle
Revision: 1192099

archrelease: copy trunk to community-x86_64

Added:
  glider/repos/community-x86_64/PKGBUILD
(from rev 1192098, glider/trunk/PKGBUILD)
Deleted:
  glider/repos/community-x86_64/PKGBUILD

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

Deleted: PKGBUILD
===
--- PKGBUILD2022-05-01 16:16:52 UTC (rev 1192098)
+++ PKGBUILD2022-05-01 16:16:59 UTC (rev 1192099)
@@ -1,36 +0,0 @@
-# Maintainer: Felix Yan 
-# Maintainer: Morten Linderud 
-
-pkgname=glider
-pkgver=0.16.1
-pkgrel=1
-pkgdesc="A forward proxy with multiple protocols support"
-arch=('x86_64')
-url="https://github.com/nadoo/glider;
-license=('GPL')
-options=('!lto')
-depends=('glibc')
-makedepends=('go' 'git')
-source=("$pkgname-$pkgver.tar.gz::https://github.com/nadoo/glider/archive/v$pkgver.tar.gz;)
-sha512sums=('02b46e8e8411d215f05a16a616a4d78da4b4e1e7964ee86b5d8ae4fee02a39e84993c94c7b1754d91544877c152e4e391192d2bcac7cdc5c51b4ca0c7998a080')
-
-build() {
-  cd glider-$pkgver
-  export GOFLAGS="-buildmode=pie -trimpath -ldflags=-linkmode=external"
-  export CGO_LDFLAGS="${LDFLAGS}"
-  export CGO_CFLAGS="${CFLAGS}"
-  export CGO_CPPFLAGS="${CPPFLAGS}"
-  go build -o glider .
-}
-
-check(){
-  cd glider-$pkgver
-  go test -v ./...
-}
-
-package() {
-  cd glider-$pkgver
-  install -Dm755 glider "$pkgdir"/usr/bin/glider
-  install -Dm644 config/glider.conf.example 
"$pkgdir"/etc/glider/glider.conf.example
-  install -Dm644 systemd/glider@.service 
"$pkgdir"/usr/lib/systemd/system/glider@.service
-}

Copied: glider/repos/community-x86_64/PKGBUILD (from rev 1192098, 
glider/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2022-05-01 16:16:59 UTC (rev 1192099)
@@ -0,0 +1,36 @@
+# Maintainer: Felix Yan 
+# Maintainer: Morten Linderud 
+
+pkgname=glider
+pkgver=0.16.1
+pkgrel=2
+pkgdesc="A forward proxy with multiple protocols support"
+arch=('x86_64')
+url="https://github.com/nadoo/glider;
+license=('GPL')
+options=('!lto')
+depends=('glibc')
+makedepends=('go' 'git')
+source=("$pkgname-$pkgver.tar.gz::https://github.com/nadoo/glider/archive/v$pkgver.tar.gz;)
+sha512sums=('02b46e8e8411d215f05a16a616a4d78da4b4e1e7964ee86b5d8ae4fee02a39e84993c94c7b1754d91544877c152e4e391192d2bcac7cdc5c51b4ca0c7998a080')
+
+build() {
+  cd glider-$pkgver
+  export GOFLAGS="-buildmode=pie -trimpath -ldflags=-linkmode=external"
+  export CGO_LDFLAGS="${LDFLAGS}"
+  export CGO_CFLAGS="${CFLAGS}"
+  export CGO_CPPFLAGS="${CPPFLAGS}"
+  go build -o glider .
+}
+
+check(){
+  cd glider-$pkgver
+  go test -v ./...
+}
+
+package() {
+  cd glider-$pkgver
+  install -Dm755 glider "$pkgdir"/usr/bin/glider
+  install -Dm644 config/glider.conf.example 
"$pkgdir"/etc/glider/glider.conf.example
+  install -Dm644 systemd/glider@.service 
"$pkgdir"/usr/lib/systemd/system/glider@.service
+}



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

2022-05-01 Thread Jelle van der Waa via arch-commits
Date: Sunday, May 1, 2022 @ 16:16:52
  Author: jelle
Revision: 1192098

upgpkg: glider 0.16.1-2: go 1.18

Modified:
  glider/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2022-05-01 16:16:01 UTC (rev 1192097)
+++ PKGBUILD2022-05-01 16:16:52 UTC (rev 1192098)
@@ -3,7 +3,7 @@
 
 pkgname=glider
 pkgver=0.16.1
-pkgrel=1
+pkgrel=2
 pkgdesc="A forward proxy with multiple protocols support"
 arch=('x86_64')
 url="https://github.com/nadoo/glider;



[arch-commits] Commit in dns-over-https/repos/community-x86_64 (PKGBUILD PKGBUILD)

2022-05-01 Thread Jelle van der Waa via arch-commits
Date: Sunday, May 1, 2022 @ 16:16:01
  Author: jelle
Revision: 1192097

archrelease: copy trunk to community-x86_64

Added:
  dns-over-https/repos/community-x86_64/PKGBUILD
(from rev 1192096, dns-over-https/trunk/PKGBUILD)
Deleted:
  dns-over-https/repos/community-x86_64/PKGBUILD

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

Deleted: PKGBUILD
===
--- PKGBUILD2022-05-01 16:15:52 UTC (rev 1192096)
+++ PKGBUILD2022-05-01 16:16:01 UTC (rev 1192097)
@@ -1,53 +0,0 @@
-# Maintainer: Felix Yan 
-# Maintainer: Morten Linderud 
-# Contributor: Sherlock Holo 
-# Contributor: Ariel AxionL 
-
-pkgname=dns-over-https
-pkgver=2.3.0
-pkgrel=1
-pkgdesc="Client and server software to query DNS over HTTPS, using Google 
DNS-over-HTTPS protocol"
-url="https://github.com/m13253/dns-over-https;
-arch=('x86_64')
-license=('MIT')
-backup=('etc/dns-over-https/doh-client.conf'
-'etc/dns-over-https/doh-server.conf')
-provides=('dns-over-https-client' 'dns-over-https-server')
-makedepends=('go' 'git')
-source=("$pkgname-$pkgver.tar.gz::https://github.com/m13253/dns-over-https/archive/v$pkgver.tar.gz;)
-sha256sums=('887456b25396a0234ef351e474079198b5b81bccf63cc6eedefef9d2d81821f2')
-
-prepare(){
-  cd "$pkgname-$pkgver"
-  sed -i 's/\/local//g' systemd/doh-{client,server}.service
-}
-
-build() {
-  cd "$pkgname-$pkgver"
-  export GOFLAGS="-buildmode=pie -trimpath"
-  export CGO_LDFLAGS="${LDFLAGS}"
-  export CGO_CFLAGS="${CFLAGS}"
-  export CGO_CPPFLAGS="${CPPFLAGS}"
-  go build -v -o client ./doh-client
-  go build -v -o server ./doh-server
-}
-
-check(){
-  cd "$pkgname-$pkgver"
-  go test -v ./...
-}
-
-package() {
-  cd $pkgname-$pkgver
-  install -Dm755 client "$pkgdir"/usr/bin/doh-client
-  install -Dm644 doh-client/doh-client.conf 
"$pkgdir"/etc/dns-over-https/doh-client.conf
-  install -Dm644 systemd/doh-client.service 
"$pkgdir"/usr/lib/systemd/system/doh-client.service
-  install -Dm755 NetworkManager/dispatcher.d/doh-client 
"$pkgdir"/etc/NetworkManager/dispatcher.d/doh-client
-
-  install -Dm755 server "$pkgdir"/usr/bin/doh-server
-  install -Dm644 doh-server/doh-server.conf 
"$pkgdir"/etc/dns-over-https/doh-server.conf
-  install -Dm644 systemd/doh-server.service 
"$pkgdir"/usr/lib/systemd/system/doh-server.service
-  install -Dm755 NetworkManager/dispatcher.d/doh-server 
"$pkgdir"/etc/NetworkManager/dispatcher.d/doh-server
-
-  install -Dm644 LICENSE "$pkgdir"/usr/share/licenses/$pkgname/LICENSE
-}

Copied: dns-over-https/repos/community-x86_64/PKGBUILD (from rev 1192096, 
dns-over-https/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2022-05-01 16:16:01 UTC (rev 1192097)
@@ -0,0 +1,54 @@
+# Maintainer: Felix Yan 
+# Maintainer: Morten Linderud 
+# Contributor: Sherlock Holo 
+# Contributor: Ariel AxionL 
+
+pkgname=dns-over-https
+pkgver=2.3.0
+pkgrel=2
+pkgdesc="Client and server software to query DNS over HTTPS, using Google 
DNS-over-HTTPS protocol"
+url="https://github.com/m13253/dns-over-https;
+arch=('x86_64')
+license=('MIT')
+backup=('etc/dns-over-https/doh-client.conf'
+'etc/dns-over-https/doh-server.conf')
+provides=('dns-over-https-client' 'dns-over-https-server')
+makedepends=('go' 'git')
+options=('!lto')
+source=("$pkgname-$pkgver.tar.gz::https://github.com/m13253/dns-over-https/archive/v$pkgver.tar.gz;)
+sha256sums=('887456b25396a0234ef351e474079198b5b81bccf63cc6eedefef9d2d81821f2')
+
+prepare(){
+  cd "$pkgname-$pkgver"
+  sed -i 's/\/local//g' systemd/doh-{client,server}.service
+}
+
+build() {
+  cd "$pkgname-$pkgver"
+  export GOFLAGS="-buildmode=pie -trimpath"
+  export CGO_LDFLAGS="${LDFLAGS}"
+  export CGO_CFLAGS="${CFLAGS}"
+  export CGO_CPPFLAGS="${CPPFLAGS}"
+  go build -v -o client ./doh-client
+  go build -v -o server ./doh-server
+}
+
+check(){
+  cd "$pkgname-$pkgver"
+  go test -v ./...
+}
+
+package() {
+  cd $pkgname-$pkgver
+  install -Dm755 client "$pkgdir"/usr/bin/doh-client
+  install -Dm644 doh-client/doh-client.conf 
"$pkgdir"/etc/dns-over-https/doh-client.conf
+  install -Dm644 systemd/doh-client.service 
"$pkgdir"/usr/lib/systemd/system/doh-client.service
+  install -Dm755 NetworkManager/dispatcher.d/doh-client 
"$pkgdir"/etc/NetworkManager/dispatcher.d/doh-client
+
+  install -Dm755 server "$pkgdir"/usr/bin/doh-server
+  install -Dm644 doh-server/doh-server.conf 
"$pkgdir"/etc/dns-over-https/doh-server.conf
+  install -Dm644 systemd/doh-server.service 
"$pkgdir"/usr/lib/systemd/system/doh-server.service
+  install -Dm755 NetworkManager/dispatcher.d/doh-server 
"$pkgdir"/etc/NetworkManager/dispatcher.d/doh-server
+
+  install -Dm644 LICENSE "$pkgdir"/usr/share/licenses/$pkgname/LICENSE
+}



[arch-commits] Commit in dns-over-https/trunk (PKGBUILD)

2022-05-01 Thread Jelle van der Waa via arch-commits
Date: Sunday, May 1, 2022 @ 16:15:52
  Author: jelle
Revision: 1192096

upgpkg: dns-over-https 2.3.0-2: go 1.18

Modified:
  dns-over-https/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2022-05-01 16:13:37 UTC (rev 1192095)
+++ PKGBUILD2022-05-01 16:15:52 UTC (rev 1192096)
@@ -5,7 +5,7 @@
 
 pkgname=dns-over-https
 pkgver=2.3.0
-pkgrel=1
+pkgrel=2
 pkgdesc="Client and server software to query DNS over HTTPS, using Google 
DNS-over-HTTPS protocol"
 url="https://github.com/m13253/dns-over-https;
 arch=('x86_64')
@@ -14,6 +14,7 @@
 'etc/dns-over-https/doh-server.conf')
 provides=('dns-over-https-client' 'dns-over-https-server')
 makedepends=('go' 'git')
+options=('!lto')
 
source=("$pkgname-$pkgver.tar.gz::https://github.com/m13253/dns-over-https/archive/v$pkgver.tar.gz;)
 sha256sums=('887456b25396a0234ef351e474079198b5b81bccf63cc6eedefef9d2d81821f2')
 



[arch-commits] Commit in deepin-desktop-schemas/repos/community-any (2 files)

2022-05-01 Thread Jelle van der Waa via arch-commits
Date: Sunday, May 1, 2022 @ 16:13:37
  Author: jelle
Revision: 1192095

archrelease: copy trunk to community-any

Added:
  deepin-desktop-schemas/repos/community-any/PKGBUILD
(from rev 1192094, deepin-desktop-schemas/trunk/PKGBUILD)
Deleted:
  deepin-desktop-schemas/repos/community-any/PKGBUILD

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

Deleted: PKGBUILD
===
--- PKGBUILD2022-05-01 16:13:30 UTC (rev 1192094)
+++ PKGBUILD2022-05-01 16:13:37 UTC (rev 1192095)
@@ -1,49 +0,0 @@
-# Maintainer: Felix Yan 
-# Contributor: Josip Ponjavic 
-# Contributor: Xu Fasheng 
-
-pkgname=deepin-desktop-schemas
-pkgver=5.10.2
-pkgrel=1
-pkgdesc='GSettings deepin desktop-wide schemas'
-arch=('any')
-url="https://github.com/linuxdeepin/deepin-desktop-schemas;
-license=('GPL3')
-depends=('dconf' 'deepin-gtk-theme' 'deepin-icon-theme' 'deepin-sound-theme')
-makedepends=('python' 'go' 'golang-deepin-lib')
-conflicts=('deepin-artwork-themes')
-replaces=('deepin-artwork-themes')
-groups=('deepin')
-source=("$pkgname-$pkgver.tar.gz::https://github.com/linuxdeepin/deepin-desktop-schemas/archive/$pkgver.tar.gz;)
-sha512sums=('b1605e27c7f43453a3262686c56f372f067598297ce8731dd51221a8615ddc705cbc658258aedc9da68348d592baa816c9484c04881429a6c0543b60825f1e6c')
-
-prepare() {
-  export GOPATH="$srcdir/build:/usr/share/gocode"
-  cd deepin-desktop-schemas-$pkgver
-  # fix default background url
-  sed -i 
"s#/usr/share/backgrounds/default_background.jpg#/usr/share/backgrounds/deepin/desktop.jpg#"
 \
-overrides/common/com.deepin.wrap.gnome.desktop.override 
schemas/com.deepin.dde.appearance.gschema.xml
-  # fix network checker url
-  sed -i "s#'https://www.chinauos.com', 
'https://www.uniontech.com'#'https://archlinux.org/favicon.ico'#" 
schemas/com.deepin.dde.network-utils.gschema.xml
-}
-
-build() {
-  export CGO_CPPFLAGS="${CPPFLAGS}"
-  export CGO_CFLAGS="${CFLAGS}"
-  export CGO_CXXFLAGS="${CXXFLAGS}"
-  export CGO_LDFLAGS="${LDFLAGS}"
-  export GOFLAGS="-buildmode=pie -trimpath -mod=readonly -modcacherw"
-
-  cd deepin-desktop-schemas-$pkgver
-  make ARCH=x86
-}
-
-check() {
-  cd deepin-desktop-schemas-$pkgver
-  make test
-}
-
-package() {
-  cd deepin-desktop-schemas-$pkgver
-  make DESTDIR="$pkgdir" install
-}

Copied: deepin-desktop-schemas/repos/community-any/PKGBUILD (from rev 1192094, 
deepin-desktop-schemas/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2022-05-01 16:13:37 UTC (rev 1192095)
@@ -0,0 +1,49 @@
+# Maintainer: Felix Yan 
+# Contributor: Josip Ponjavic 
+# Contributor: Xu Fasheng 
+
+pkgname=deepin-desktop-schemas
+pkgver=5.10.2
+pkgrel=2
+pkgdesc='GSettings deepin desktop-wide schemas'
+arch=('any')
+url="https://github.com/linuxdeepin/deepin-desktop-schemas;
+license=('GPL3')
+depends=('dconf' 'deepin-gtk-theme' 'deepin-icon-theme' 'deepin-sound-theme')
+makedepends=('python' 'go' 'golang-deepin-lib')
+conflicts=('deepin-artwork-themes')
+replaces=('deepin-artwork-themes')
+groups=('deepin')
+source=("$pkgname-$pkgver.tar.gz::https://github.com/linuxdeepin/deepin-desktop-schemas/archive/$pkgver.tar.gz;)
+sha512sums=('b1605e27c7f43453a3262686c56f372f067598297ce8731dd51221a8615ddc705cbc658258aedc9da68348d592baa816c9484c04881429a6c0543b60825f1e6c')
+
+prepare() {
+  export GOPATH="$srcdir/build:/usr/share/gocode"
+  cd deepin-desktop-schemas-$pkgver
+  # fix default background url
+  sed -i 
"s#/usr/share/backgrounds/default_background.jpg#/usr/share/backgrounds/deepin/desktop.jpg#"
 \
+overrides/common/com.deepin.wrap.gnome.desktop.override 
schemas/com.deepin.dde.appearance.gschema.xml
+  # fix network checker url
+  sed -i "s#'https://www.chinauos.com', 
'https://www.uniontech.com'#'https://archlinux.org/favicon.ico'#" 
schemas/com.deepin.dde.network-utils.gschema.xml
+}
+
+build() {
+  export CGO_CPPFLAGS="${CPPFLAGS}"
+  export CGO_CFLAGS="${CFLAGS}"
+  export CGO_CXXFLAGS="${CXXFLAGS}"
+  export CGO_LDFLAGS="${LDFLAGS}"
+  export GOFLAGS="-buildmode=pie -trimpath -mod=readonly -modcacherw"
+
+  cd deepin-desktop-schemas-$pkgver
+  make ARCH=x86
+}
+
+check() {
+  cd deepin-desktop-schemas-$pkgver
+  make test
+}
+
+package() {
+  cd deepin-desktop-schemas-$pkgver
+  make DESTDIR="$pkgdir" install
+}



[arch-commits] Commit in deepin-desktop-schemas/trunk (PKGBUILD)

2022-05-01 Thread Jelle van der Waa via arch-commits
Date: Sunday, May 1, 2022 @ 16:13:30
  Author: jelle
Revision: 1192094

upgpkg: deepin-desktop-schemas 5.10.2-2: go 1.18

Modified:
  deepin-desktop-schemas/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2022-05-01 15:52:38 UTC (rev 1192093)
+++ PKGBUILD2022-05-01 16:13:30 UTC (rev 1192094)
@@ -4,7 +4,7 @@
 
 pkgname=deepin-desktop-schemas
 pkgver=5.10.2
-pkgrel=1
+pkgrel=2
 pkgdesc='GSettings deepin desktop-wide schemas'
 arch=('any')
 url="https://github.com/linuxdeepin/deepin-desktop-schemas;



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

2022-05-01 Thread Jelle van der Waa via arch-commits
Date: Sunday, May 1, 2022 @ 15:52:38
  Author: jelle
Revision: 1192093

archrelease: copy trunk to community-x86_64

Added:
  clash/repos/community-x86_64/PKGBUILD
(from rev 1192092, clash/trunk/PKGBUILD)
  clash/repos/community-x86_64/clash@.service
(from rev 1192092, clash/trunk/clash@.service)
  clash/repos/community-x86_64/clash_user.service
(from rev 1192092, clash/trunk/clash_user.service)
Deleted:
  clash/repos/community-x86_64/PKGBUILD
  clash/repos/community-x86_64/clash@.service
  clash/repos/community-x86_64/clash_user.service

+
 PKGBUILD   |   88 +--
 clash@.service |   24 ++---
 clash_user.service |   22 ++--
 3 files changed, 67 insertions(+), 67 deletions(-)

Deleted: PKGBUILD
===
--- PKGBUILD2022-05-01 15:52:28 UTC (rev 1192092)
+++ PKGBUILD2022-05-01 15:52:38 UTC (rev 1192093)
@@ -1,44 +0,0 @@
-# Maintainer: Felix Yan 
-# Contributor: Ariel AxionL 
-# Contributor: Luke Yue 
-
-pkgname=clash
-pkgver=1.10.0
-pkgrel=1
-pkgdesc="A rule based proxy in Go"
-arch=('x86_64')
-url="https://github.com/Dreamacro/clash;
-license=('GPL3')
-options=('!lto')
-depends=('glibc')
-makedepends=('go' 'git')
-source=("clash@.service"
-"clash_user.service"
-
"${pkgname}-${pkgver}.tar.gz::https://github.com/Dreamacro/clash/archive/v${pkgver}.tar.gz;)
-sha512sums=('5b53faea10bba16df98a74fcbffebb6c8b7f8c238999a147bb848b2c30732688813915fd6bc32f44ec6f90024ad29dbde059e70760c91ccea198dd05da52d077'
-
'3ae61e1c6f0213ea8c3113c62f27c704f04f657cda8c726c0e487194dd5c1ce36e448f6e22b61aeef65f4a1910a2df62a3798f0cba9bae10c8e80a7cb1cfb7b3'
-
'f79b1282daf3b297813b7576cfd6cb654b9c1d0667d9d483e79669f2503cd2f0c98a0e6b00e2003c45821e16a5b2263cf75e4cef24c39cb84eb4df7ebdbaa569')
-
-build() {
-export CGO_CPPFLAGS="${CPPFLAGS}"
-export CGO_CFLAGS="${CFLAGS}"
-export CGO_CXXFLAGS="${CXXFLAGS}"
-export CGO_LDFLAGS="${LDFLAGS}"
-export GOFLAGS="-buildmode=pie -trimpath -mod=readonly -modcacherw"
-
-cd "${pkgname}-${pkgver}"
-go build -trimpath -ldflags "-X 
github.com/Dreamacro/clash/constant.Version=${pkgver}" -mod=readonly
-}
-
-check() {
-cd "${pkgname}-${pkgver}"
-go test github.com/Dreamacro/clash/...
-}
-
-package() {
-cd "${srcdir}/${pkgname}-${pkgver}"
-install -Dm755 "clash" "${pkgdir}/usr/bin/clash"
-install -Dm644 "LICENSE" "${pkgdir}/usr/share/licenses/clash/LICENSE"
-install -Dm644 "${srcdir}/clash@.service" 
"${pkgdir}/usr/lib/systemd/system/clash@.service"
-install -Dm644 "${srcdir}/clash_user.service" 
"${pkgdir}/usr/lib/systemd/user/clash.service"
-}

Copied: clash/repos/community-x86_64/PKGBUILD (from rev 1192092, 
clash/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2022-05-01 15:52:38 UTC (rev 1192093)
@@ -0,0 +1,44 @@
+# Maintainer: Felix Yan 
+# Contributor: Ariel AxionL 
+# Contributor: Luke Yue 
+
+pkgname=clash
+pkgver=1.10.0
+pkgrel=2
+pkgdesc="A rule based proxy in Go"
+arch=('x86_64')
+url="https://github.com/Dreamacro/clash;
+license=('GPL3')
+options=('!lto')
+depends=('glibc')
+makedepends=('go' 'git')
+source=("clash@.service"
+"clash_user.service"
+
"${pkgname}-${pkgver}.tar.gz::https://github.com/Dreamacro/clash/archive/v${pkgver}.tar.gz;)
+sha512sums=('5b53faea10bba16df98a74fcbffebb6c8b7f8c238999a147bb848b2c30732688813915fd6bc32f44ec6f90024ad29dbde059e70760c91ccea198dd05da52d077'
+
'3ae61e1c6f0213ea8c3113c62f27c704f04f657cda8c726c0e487194dd5c1ce36e448f6e22b61aeef65f4a1910a2df62a3798f0cba9bae10c8e80a7cb1cfb7b3'
+
'f79b1282daf3b297813b7576cfd6cb654b9c1d0667d9d483e79669f2503cd2f0c98a0e6b00e2003c45821e16a5b2263cf75e4cef24c39cb84eb4df7ebdbaa569')
+
+build() {
+export CGO_CPPFLAGS="${CPPFLAGS}"
+export CGO_CFLAGS="${CFLAGS}"
+export CGO_CXXFLAGS="${CXXFLAGS}"
+export CGO_LDFLAGS="${LDFLAGS}"
+export GOFLAGS="-buildmode=pie -trimpath -mod=readonly -modcacherw"
+
+cd "${pkgname}-${pkgver}"
+go build -trimpath -ldflags "-X 
github.com/Dreamacro/clash/constant.Version=${pkgver}" -mod=readonly
+}
+
+check() {
+cd "${pkgname}-${pkgver}"
+go test github.com/Dreamacro/clash/...
+}
+
+package() {
+cd "${srcdir}/${pkgname}-${pkgver}"
+install -Dm755 "clash" "${pkgdir}/usr/bin/clash"
+install -Dm644 "LICENSE" "${pkgdir}/usr/share/licenses/clash/LICENSE"
+install -Dm644 "${srcdir}/clash@.service" 
"${pkgdir}/usr/lib/systemd/system/clash@.service"
+install -Dm644 "${srcdir}/clash_user.service" 
"${pkgdir}/usr/lib/systemd/user/clash.service"
+}

Deleted: clash@.service
===
--- clash@.service  2022-05-01 15:52:28 UTC (rev 1192092)
+++ clash@.service  2022-05-01 15:52:38 UTC (rev 1192093)

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

2022-05-01 Thread Jelle van der Waa via arch-commits
Date: Sunday, May 1, 2022 @ 15:52:28
  Author: jelle
Revision: 1192092

upgpkg: clash 1.10.0-2: go 1.18

Modified:
  clash/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2022-05-01 15:51:42 UTC (rev 1192091)
+++ PKGBUILD2022-05-01 15:52:28 UTC (rev 1192092)
@@ -4,7 +4,7 @@
 
 pkgname=clash
 pkgver=1.10.0
-pkgrel=1
+pkgrel=2
 pkgdesc="A rule based proxy in Go"
 arch=('x86_64')
 url="https://github.com/Dreamacro/clash;



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

2022-05-01 Thread Jelle van der Waa via arch-commits
Date: Sunday, May 1, 2022 @ 15:51:42
  Author: jelle
Revision: 1192091

archrelease: copy trunk to community-x86_64

Added:
  brook/repos/community-x86_64/PKGBUILD
(from rev 1192090, brook/trunk/PKGBUILD)
Deleted:
  brook/repos/community-x86_64/PKGBUILD

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

Deleted: PKGBUILD
===
--- PKGBUILD2022-05-01 15:51:33 UTC (rev 1192090)
+++ PKGBUILD2022-05-01 15:51:42 UTC (rev 1192091)
@@ -1,31 +0,0 @@
-# Maintainer: Felix Yan 
-# Contributor: Kasei Wang 
-
-pkgname=brook
-pkgver=20210701
-pkgrel=1
-pkgdesc="A cross-platform proxy/vpn software"
-arch=('x86_64')
-url="https://github.com/txthinking/brook;
-license=('GPL')
-options=('!lto')
-depends=('glibc')
-makedepends=('go' 'git')
-source=("https://github.com/txthinking/brook/archive/v$pkgver/$pkgname-$pkgver.tar.gz;)
-sha512sums=('1a01d4752a27f5262bb6967366cb4db390405ba253dd8266162fd216e89f81e14f1cf42436847a5de2621f6eb41ccb4ffa1e106580c4fe0f5e83d9f763406f8d')
-
-build() {
-  export CGO_CPPFLAGS="${CPPFLAGS}"
-  export CGO_CFLAGS="${CFLAGS}"
-  export CGO_CXXFLAGS="${CXXFLAGS}"
-  export CGO_LDFLAGS="${LDFLAGS}"
-  export GOFLAGS="-buildmode=pie -trimpath -mod=readonly -modcacherw"
-
-  cd brook-$pkgver/cli/brook
-  go build -o brook
-}
-
-package() {
-  cd brook-$pkgver/cli/brook
-  install -Dm755 brook -t "$pkgdir"/usr/bin/
-}

Copied: brook/repos/community-x86_64/PKGBUILD (from rev 1192090, 
brook/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2022-05-01 15:51:42 UTC (rev 1192091)
@@ -0,0 +1,31 @@
+# Maintainer: Felix Yan 
+# Contributor: Kasei Wang 
+
+pkgname=brook
+pkgver=20210701
+pkgrel=2
+pkgdesc="A cross-platform proxy/vpn software"
+arch=('x86_64')
+url="https://github.com/txthinking/brook;
+license=('GPL')
+options=('!lto')
+depends=('glibc')
+makedepends=('go' 'git')
+source=("https://github.com/txthinking/brook/archive/v$pkgver/$pkgname-$pkgver.tar.gz;)
+sha512sums=('1a01d4752a27f5262bb6967366cb4db390405ba253dd8266162fd216e89f81e14f1cf42436847a5de2621f6eb41ccb4ffa1e106580c4fe0f5e83d9f763406f8d')
+
+build() {
+  export CGO_CPPFLAGS="${CPPFLAGS}"
+  export CGO_CFLAGS="${CFLAGS}"
+  export CGO_CXXFLAGS="${CXXFLAGS}"
+  export CGO_LDFLAGS="${LDFLAGS}"
+  export GOFLAGS="-buildmode=pie -trimpath -mod=readonly -modcacherw"
+
+  cd brook-$pkgver/cli/brook
+  go build -o brook
+}
+
+package() {
+  cd brook-$pkgver/cli/brook
+  install -Dm755 brook -t "$pkgdir"/usr/bin/
+}



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

2022-05-01 Thread Jelle van der Waa via arch-commits
Date: Sunday, May 1, 2022 @ 15:51:33
  Author: jelle
Revision: 1192090

upgpkg: brook 20210701-2: go 1.18

Modified:
  brook/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2022-05-01 15:50:41 UTC (rev 1192089)
+++ PKGBUILD2022-05-01 15:51:33 UTC (rev 1192090)
@@ -3,7 +3,7 @@
 
 pkgname=brook
 pkgver=20210701
-pkgrel=1
+pkgrel=2
 pkgdesc="A cross-platform proxy/vpn software"
 arch=('x86_64')
 url="https://github.com/txthinking/brook;



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

2022-05-01 Thread Jelle van der Waa via arch-commits
Date: Sunday, May 1, 2022 @ 15:50:41
  Author: jelle
Revision: 1192089

archrelease: copy trunk to community-x86_64

Added:
  baidupcs-go/repos/community-x86_64/PKGBUILD
(from rev 1192088, baidupcs-go/trunk/PKGBUILD)
Deleted:
  baidupcs-go/repos/community-x86_64/PKGBUILD

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

Deleted: PKGBUILD
===
--- PKGBUILD2022-05-01 15:50:16 UTC (rev 1192088)
+++ PKGBUILD2022-05-01 15:50:41 UTC (rev 1192089)
@@ -1,30 +0,0 @@
-# Maintainer: Felix Yan 
-
-pkgname=baidupcs-go
-pkgver=3.8.6
-pkgrel=1
-pkgdesc="Terminal utility for Baidu Network Disk"
-arch=('x86_64')
-url="https://github.com/qjfoidnh/BaiduPCS-Go;
-license=('Apache')
-options=('!lto')
-depends=('glibc')
-makedepends=('go' 'git')
-conflicts=("baidupcs")
-provides=("baidupcs")
-source=("https://github.com/qjfoidnh/BaiduPCS-Go/archive/v$pkgver/$pkgname-$pkgver.tar.gz;)
-sha512sums=('00733c28bab07d66440f23a9a2eb5c7f9a28e0d2421900b9e012f2f72342bf2738a9949f2d5cb4fd3830c7430b6aaee69eed6d0e7132ef0d889095bb8a833e7e')
-
-build() {
-  cd BaiduPCS-Go-$pkgver
-  export GOFLAGS="-buildmode=pie -trimpath"
-  export CGO_LDFLAGS="${LDFLAGS}"
-  export CGO_CFLAGS="${CFLAGS}"
-  export CGO_CPPFLAGS="${CPPFLAGS}"
-  go build -o baidupcs-go
-}
-
-package() {
-  cd BaiduPCS-Go-$pkgver
-  install -Dm755 baidupcs-go "$pkgdir"/usr/bin/baidupcs
-}

Copied: baidupcs-go/repos/community-x86_64/PKGBUILD (from rev 1192088, 
baidupcs-go/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2022-05-01 15:50:41 UTC (rev 1192089)
@@ -0,0 +1,30 @@
+# Maintainer: Felix Yan 
+
+pkgname=baidupcs-go
+pkgver=3.8.6
+pkgrel=2
+pkgdesc="Terminal utility for Baidu Network Disk"
+arch=('x86_64')
+url="https://github.com/qjfoidnh/BaiduPCS-Go;
+license=('Apache')
+options=('!lto')
+depends=('glibc')
+makedepends=('go' 'git')
+conflicts=("baidupcs")
+provides=("baidupcs")
+source=("https://github.com/qjfoidnh/BaiduPCS-Go/archive/v$pkgver/$pkgname-$pkgver.tar.gz;)
+sha512sums=('00733c28bab07d66440f23a9a2eb5c7f9a28e0d2421900b9e012f2f72342bf2738a9949f2d5cb4fd3830c7430b6aaee69eed6d0e7132ef0d889095bb8a833e7e')
+
+build() {
+  cd BaiduPCS-Go-$pkgver
+  export GOFLAGS="-buildmode=pie -trimpath"
+  export CGO_LDFLAGS="${LDFLAGS}"
+  export CGO_CFLAGS="${CFLAGS}"
+  export CGO_CPPFLAGS="${CPPFLAGS}"
+  go build -o baidupcs-go
+}
+
+package() {
+  cd BaiduPCS-Go-$pkgver
+  install -Dm755 baidupcs-go "$pkgdir"/usr/bin/baidupcs
+}



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

2022-05-01 Thread Jelle van der Waa via arch-commits
Date: Sunday, May 1, 2022 @ 15:50:16
  Author: jelle
Revision: 1192088

upgpkg: baidupcs-go 3.8.6-2: go 1.18

Modified:
  baidupcs-go/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2022-05-01 13:30:33 UTC (rev 1192087)
+++ PKGBUILD2022-05-01 15:50:16 UTC (rev 1192088)
@@ -2,7 +2,7 @@
 
 pkgname=baidupcs-go
 pkgver=3.8.6
-pkgrel=1
+pkgrel=2
 pkgdesc="Terminal utility for Baidu Network Disk"
 arch=('x86_64')
 url="https://github.com/qjfoidnh/BaiduPCS-Go;



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

2022-05-01 Thread Jürgen Hötzel via arch-commits
Date: Sunday, May 1, 2022 @ 13:41:44
  Author: juergen
Revision: 444372

archrelease: copy trunk to extra-x86_64

Added:
  sbcl/repos/extra-x86_64/PKGBUILD
(from rev 444371, sbcl/trunk/PKGBUILD)
  sbcl/repos/extra-x86_64/arch-fixes.lisp
(from rev 444371, sbcl/trunk/arch-fixes.lisp)
Deleted:
  sbcl/repos/extra-x86_64/PKGBUILD
  sbcl/repos/extra-x86_64/arch-fixes.lisp

-+
 PKGBUILD|  118 +++---
 arch-fixes.lisp |   42 +--
 2 files changed, 80 insertions(+), 80 deletions(-)

Deleted: PKGBUILD
===
--- PKGBUILD2022-05-01 13:41:31 UTC (rev 444371)
+++ PKGBUILD2022-05-01 13:41:44 UTC (rev 444372)
@@ -1,59 +0,0 @@
-# Contributor: John Proctor 
-# Contributor: Daniel White 
-# Maintainer: Juergen Hoetzel 
-# Contributor: Leslie Polzer (skypher)
-
-pkgname=sbcl
-pkgver=2.2.2
-pkgrel=1
-pkgdesc="Steel Bank Common Lisp"
-url="http://www.sbcl.org/;
-arch=('x86_64')
-license=('custom')
-depends=('zlib')
-provides=('common-lisp' 'cl-asdf')
-makedepends=('sbcl')
-source=("https://downloads.sourceforge.net/project/sbcl/sbcl/$pkgver/$pkgname-$pkgver-source.tar.bz2;
-  "arch-fixes.lisp")
-sha256sums=('8790dbbe97711dce14bb823125ce5b185b0073cf2f3cbf37bdd1ad380e7950f6'
-'b5a6468dcbc1012cae2c3cda155762a37b6d96ef89bba4f723315063b0b5e7ce')
-
-
-build() {
-  cd "$srcdir/$pkgname-$pkgver"
-  export CFLAGS+=" -D_GNU_SOURCE -fno-omit-frame-pointer 
-DSBCL_HOME=/usr/lib/sbcl"
-  export GNUMAKE="make"
-
-  # build system uses LINKFLAGS and OS_LIBS to build LDFLAGS
-  export LINKFLAGS="$LDFLAGS"
-  unset LDFLAGS
-  unset MAKEFLAGS
-  sh make.sh sbcl --prefix=/usr --fancy
-  make -C doc/manual info
-}
-
-package() {
-  cd "$srcdir/$pkgname-$pkgver"
-
-  # cannot have both SBCL_HOME and INSTALL_ROOT
-  SBCL_HOME="" INSTALL_ROOT="$pkgdir/usr" sh install.sh
-
-  src/runtime/sbcl --core output/sbcl.core --script "${srcdir}/arch-fixes.lisp"
-  mv sbcl-new.core "${pkgdir}/usr/lib/sbcl/sbcl.core"
-
-  # sources
-  mkdir -p "$pkgdir/usr/share/sbcl-source"
-  cp -R -t "$pkgdir/usr/share/sbcl-source" 
"$srcdir/$pkgname-$pkgver/"{src,contrib}
-
-  # license
-  install -D -m644 "$srcdir/$pkgname-$pkgver/COPYING" \
-   "$pkgdir/usr/share/licenses/$pkgname/license.txt"
-
-  # drop unwanted files
-  find "$pkgdir" \( -name Makefile -o -name .cvsignore \) -delete
-  find "$pkgdir/usr/share/sbcl-source" -type f \
-\( -name \*.fasl -o -name \*.o -o -name \*.log -o -name \*.so -o -name 
a.out \) -delete
-
-  rm "$pkgdir/usr/share/sbcl-source/src/runtime/sbcl"
-
-}

Copied: sbcl/repos/extra-x86_64/PKGBUILD (from rev 444371, sbcl/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2022-05-01 13:41:44 UTC (rev 444372)
@@ -0,0 +1,59 @@
+# Contributor: John Proctor 
+# Contributor: Daniel White 
+# Maintainer: Juergen Hoetzel 
+# Contributor: Leslie Polzer (skypher)
+
+pkgname=sbcl
+pkgver=2.2.4
+pkgrel=1
+pkgdesc="Steel Bank Common Lisp"
+url="http://www.sbcl.org/;
+arch=('x86_64')
+license=('custom')
+depends=('zlib')
+provides=('common-lisp' 'cl-asdf')
+makedepends=('sbcl')
+source=("https://downloads.sourceforge.net/project/sbcl/sbcl/$pkgver/$pkgname-$pkgver-source.tar.bz2;
+  "arch-fixes.lisp")
+sha256sums=('fcdd251cbc65f7f808ed0ad77246848d1be166aa69a17f7499600184b7a57202'
+'b5a6468dcbc1012cae2c3cda155762a37b6d96ef89bba4f723315063b0b5e7ce')
+
+
+build() {
+  cd "$srcdir/$pkgname-$pkgver"
+  export CFLAGS+=" -D_GNU_SOURCE -fno-omit-frame-pointer 
-DSBCL_HOME=/usr/lib/sbcl"
+  export GNUMAKE="make"
+
+  # build system uses LINKFLAGS and OS_LIBS to build LDFLAGS
+  export LINKFLAGS="$LDFLAGS"
+  unset LDFLAGS
+  unset MAKEFLAGS
+  sh make.sh sbcl --prefix=/usr --fancy
+  make -C doc/manual info
+}
+
+package() {
+  cd "$srcdir/$pkgname-$pkgver"
+
+  # cannot have both SBCL_HOME and INSTALL_ROOT
+  SBCL_HOME="" INSTALL_ROOT="$pkgdir/usr" sh install.sh
+
+  src/runtime/sbcl --core output/sbcl.core --script "${srcdir}/arch-fixes.lisp"
+  mv sbcl-new.core "${pkgdir}/usr/lib/sbcl/sbcl.core"
+
+  # sources
+  mkdir -p "$pkgdir/usr/share/sbcl-source"
+  cp -R -t "$pkgdir/usr/share/sbcl-source" 
"$srcdir/$pkgname-$pkgver/"{src,contrib}
+
+  # license
+  install -D -m644 "$srcdir/$pkgname-$pkgver/COPYING" \
+   "$pkgdir/usr/share/licenses/$pkgname/license.txt"
+
+  # drop unwanted files
+  find "$pkgdir" \( -name Makefile -o -name .cvsignore \) -delete
+  find "$pkgdir/usr/share/sbcl-source" -type f \
+\( -name \*.fasl -o -name \*.o -o -name \*.log -o -name \*.so -o -name 
a.out \) -delete
+
+  rm "$pkgdir/usr/share/sbcl-source/src/runtime/sbcl"
+
+}

Deleted: arch-fixes.lisp
===
--- arch-fixes.lisp 2022-05-01 13:41:31 UTC (rev 444371)
+++ arch-fixes.lisp 2022-05-01 

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

2022-05-01 Thread Jürgen Hötzel via arch-commits
Date: Sunday, May 1, 2022 @ 13:41:31
  Author: juergen
Revision: 444371

upgpkg: sbcl 2.2.4-1

Modified:
  sbcl/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2022-05-01 13:40:35 UTC (rev 444370)
+++ PKGBUILD2022-05-01 13:41:31 UTC (rev 444371)
@@ -4,7 +4,7 @@
 # Contributor: Leslie Polzer (skypher)
 
 pkgname=sbcl
-pkgver=2.2.2
+pkgver=2.2.4
 pkgrel=1
 pkgdesc="Steel Bank Common Lisp"
 url="http://www.sbcl.org/;
@@ -15,7 +15,7 @@
 makedepends=('sbcl')
 
source=("https://downloads.sourceforge.net/project/sbcl/sbcl/$pkgver/$pkgname-$pkgver-source.tar.bz2;
   "arch-fixes.lisp")
-sha256sums=('8790dbbe97711dce14bb823125ce5b185b0073cf2f3cbf37bdd1ad380e7950f6'
+sha256sums=('fcdd251cbc65f7f808ed0ad77246848d1be166aa69a17f7499600184b7a57202'
 'b5a6468dcbc1012cae2c3cda155762a37b6d96ef89bba4f723315063b0b5e7ce')
 
 



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

2022-05-01 Thread Jürgen Hötzel via arch-commits
Date: Sunday, May 1, 2022 @ 13:40:35
  Author: juergen
Revision: 444370

archrelease: copy trunk to extra-x86_64

Added:
  maxima/repos/extra-x86_64/PKGBUILD
(from rev 444369, maxima/trunk/PKGBUILD)
  maxima/repos/extra-x86_64/matrixexp.patch
(from rev 444369, maxima/trunk/matrixexp.patch)
  maxima/repos/extra-x86_64/maxima-sbcl-gmp.patch
(from rev 444369, maxima/trunk/maxima-sbcl-gmp.patch)
Deleted:
  maxima/repos/extra-x86_64/PKGBUILD
  maxima/repos/extra-x86_64/matrixexp.patch
  maxima/repos/extra-x86_64/maxima-sbcl-gmp.patch

---+
 PKGBUILD  |  176 
 matrixexp.patch   |   26 +++
 maxima-sbcl-gmp.patch |   38 +-
 3 files changed, 120 insertions(+), 120 deletions(-)

Deleted: PKGBUILD
===
--- PKGBUILD2022-05-01 13:38:53 UTC (rev 444369)
+++ PKGBUILD2022-05-01 13:40:35 UTC (rev 444370)
@@ -1,88 +0,0 @@
-# Maintainer: Antonio Rojas 
-# Contributor: Ronald van Haren 
-# Contributor: Damir Perisa 
-
-pkgbase=maxima
-pkgname=($pkgbase{,-sbcl,-ecl,-fas})
-pkgver=5.46.0
-_sbclver=2.2.2
-_eclver=21.2.1
-pkgrel=1
-pkgdesc='A sophisticated computer algebra system'
-arch=(x86_64)
-license=(GPL)
-url='http://maxima.sourceforge.net'
-depends=(texinfo shared-mime-info)
-makedepends=(python emacs ecl sbcl)
-# needs rebuild when bash changes version
-# needs a rebuild when ecl or sbcl changes version
-options=(!zipman) # don't zip info pages or they won't work inside maxima
-source=(https://downloads.sourceforge.net/sourceforge/$pkgname/$pkgname-$pkgver.tar.gz
-matrixexp.patch
-maxima-sbcl-gmp.patch)
-sha256sums=('7390f06b48da65c9033e8b2f629b978b90056454a54022db7de70e2225aa8b07'
-'ef1bc6a15fc982ff8c6aa1800bbbd3284d9e060ca27abf9d8c1266632c0c2619'
-'7e85da0b6672b096d7aefac861573a57323dfe805e08d033781448f7ca6ed856')
-
-prepare() {
-  patch -d $pkgname-$pkgver -p1 < matrixexp.patch # fix matrix exponentiation
-  patch -d $pkgname-$pkgver -p1 < maxima-sbcl-gmp.patch # Use GMP arithmetic 
with sbcl (Void Linux)
-}
-
-build() {
-  cd $pkgbase-$pkgver
-  ./configure \
---prefix=/usr \
---mandir=/usr/share/man \
---infodir=/usr/share/info \
---libexecdir=/usr/lib \
---enable-sbcl \
---enable-ecl \
---with-default-lisp=sbcl
-
-  # help avoid (re)running makeinfo/tex
-  touch doc/info/maxima.info
-  make
-}
-
-#check() {  # test 23&129 fail from rtest_taylor
-#  cd $pkgname-$pkgver
-#  make check
-#}
-
-package_maxima() {
-  depends+=(maxima-backend)
-  replaces=('maxima-ecl<5.45.1-9')
-  optdepends=('gnuplot: plotting capabilities'
-  'rlwrap: readline support via /usr/bin/rmaxima'
-  'tk: graphical xmaxima interface')
-
-  cd $pkgbase-$pkgver
-  make DESTDIR="$pkgdir" emacsdir=/usr/share/emacs/site-lisp/maxima install
-
-# Remove backends
-  rm -r "$pkgdir"/usr/lib/maxima/$pkgver/binary-*
-}
-
-package_maxima-sbcl() {
-  pkgdesc='SBCL backend for Maxima'
-  depends=(gmp sbcl=$_sbclver)
-  provides=(maxima-backend)
-
-  install -Dm755 $pkgbase-$pkgver/src/binary-sbcl/maxima.core -t 
"$pkgdir"/usr/lib/maxima/$pkgver/binary-sbcl
-}
-
-package_maxima-ecl() {
-  pkgdesc='ECL backend for Maxima'
-  depends=(ecl=$_eclver)
-  provides=(maxima-backend)
-
-  install -Dm755 $pkgbase-$pkgver/src/binary-ecl/maxima -t 
"$pkgdir"/usr/lib/maxima/$pkgver/binary-ecl
-}
-
-package_maxima-fas() {
-  pkgdesc='Maxima FAS module for ECL'
-  depends=(ecl=$_eclver maxima)
-
-  install -Dm644 $pkgbase-$pkgver/src/binary-ecl/maxima.fas -t 
"$pkgdir"/usr/lib/ecl-$_eclver
-}

Copied: maxima/repos/extra-x86_64/PKGBUILD (from rev 444369, 
maxima/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2022-05-01 13:40:35 UTC (rev 444370)
@@ -0,0 +1,88 @@
+# Maintainer: Antonio Rojas 
+# Contributor: Ronald van Haren 
+# Contributor: Damir Perisa 
+
+pkgbase=maxima
+pkgname=($pkgbase{,-sbcl,-ecl,-fas})
+pkgver=5.46.0
+_sbclver=2.2.4
+_eclver=21.2.1
+pkgrel=2
+pkgdesc='A sophisticated computer algebra system'
+arch=(x86_64)
+license=(GPL)
+url='http://maxima.sourceforge.net'
+depends=(texinfo shared-mime-info)
+makedepends=(python emacs ecl sbcl)
+# needs rebuild when bash changes version
+# needs a rebuild when ecl or sbcl changes version
+options=(!zipman) # don't zip info pages or they won't work inside maxima
+source=(https://downloads.sourceforge.net/sourceforge/$pkgname/$pkgname-$pkgver.tar.gz
+matrixexp.patch
+maxima-sbcl-gmp.patch)
+sha256sums=('7390f06b48da65c9033e8b2f629b978b90056454a54022db7de70e2225aa8b07'
+'ef1bc6a15fc982ff8c6aa1800bbbd3284d9e060ca27abf9d8c1266632c0c2619'
+'7e85da0b6672b096d7aefac861573a57323dfe805e08d033781448f7ca6ed856')
+
+prepare() {
+  patch -d $pkgname-$pkgver -p1 < matrixexp.patch # fix matrix exponentiation
+  patch -d 

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

2022-05-01 Thread Jürgen Hötzel via arch-commits
Date: Sunday, May 1, 2022 @ 13:38:53
  Author: juergen
Revision: 444369

upgpkg: sbcl-2.2.4 rebuild

Modified:
  maxima/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2022-05-01 12:39:42 UTC (rev 444368)
+++ PKGBUILD2022-05-01 13:38:53 UTC (rev 444369)
@@ -5,9 +5,9 @@
 pkgbase=maxima
 pkgname=($pkgbase{,-sbcl,-ecl,-fas})
 pkgver=5.46.0
-_sbclver=2.2.2
+_sbclver=2.2.4
 _eclver=21.2.1
-pkgrel=1
+pkgrel=2
 pkgdesc='A sophisticated computer algebra system'
 arch=(x86_64)
 license=(GPL)



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

2022-05-01 Thread Jelle van der Waa via arch-commits
Date: Sunday, May 1, 2022 @ 13:30:33
  Author: jelle
Revision: 1192087

archrelease: copy trunk to community-x86_64

Added:
  scaleway-cli/repos/community-x86_64/PKGBUILD
(from rev 1192086, scaleway-cli/trunk/PKGBUILD)
Deleted:
  scaleway-cli/repos/community-x86_64/PKGBUILD

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

Deleted: PKGBUILD
===
--- PKGBUILD2022-05-01 13:30:21 UTC (rev 1192086)
+++ PKGBUILD2022-05-01 13:30:33 UTC (rev 1192087)
@@ -1,69 +0,0 @@
-# Maintainer: Sébastien Luttringer
-# Contributor: Patrik Cyvoct 
-# Contributor: Mikkel Oscar Lyderik 
-
-pkgname=scaleway-cli
-pkgver=2.5.1
-pkgrel=1
-pkgdesc='Command line interface for Scaleway Cloud'
-arch=('x86_64')
-url='https://www.scaleway.com/cli/'
-license=('Apache')
-depends=('glibc')
-makedepends=('go' 'git')
-source=("git+https://github.com/scaleway/scaleway-cli.git#tag=v$pkgver;)
-sha256sums=('SKIP')
-
-prepare() {
-  cd $pkgname
-  # apply patch from the source array (should be a pacman feature)
-  local src
-  for src in "${source[@]}"; do
-src="${src%%::*}"
-src="${src##*/}"
-[[ $src = *.patch ]] || continue
-echo "Applying patch $src..."
-patch -Np1 < "../$src"
-  done
-  :
-}
-
-build() {
-  cd $pkgname
-  export CGO_CPPFLAGS="$CPPFLAGS"
-  export CGO_CFLAGS="$CFLAGS"
-  export CGO_CXXFLAGS="$CXXFLAGS"
-  export CGO_LDFLAGS="$LDFLAGS"
-  go build \
--buildmode=pie \
--trimpath \
--mod=readonly \
--modcacherw \
--ldflags "-linkmode external -extldflags \"${LDFLAGS}\" -X 
main.Version=$pkgver-$pkgrel -X main.BuildDate=$(date -u 
'+%Y-%m-%dT%I:%M:%S%p')" \
--o scw ./cmd/scw/main.go
-  PATH=. scw autocomplete script shell=zsh > zshcomp
-  PATH=. scw autocomplete script shell=bash > bashcomp
-}
-
-check() {
-  cd $pkgname
-  export CGO_CPPFLAGS="$CPPFLAGS"
-  export CGO_CFLAGS="$CFLAGS"
-  export CGO_CXXFLAGS="$CXXFLAGS"
-  export CGO_LDFLAGS="$LDFLAGS"
-  go test ./... \
--buildmode=pie \
--trimpath \
--mod=readonly \
--modcacherw \
--ldflags "-linkmode external -extldflags \"${LDFLAGS}\" -X 
main.Version=$pkgver-$pkgrel -X main.BuildDate=$(date -u 
'+%Y-%m-%dT%I:%M:%S%p')"
-}
-
-package() {
-  cd $pkgname
-  install -Dm755 scw "$pkgdir"/usr/bin/scw
-  install -Dm644 bashcomp "$pkgdir"/usr/share/bash-completion/completions/scw
-  install -Dm644 zshcomp "$pkgdir"/usr/share/zsh/site-functions/_scw
-}
-
-# vim:set ts=2 sw=2 ft=PKGBUILD et:

Copied: scaleway-cli/repos/community-x86_64/PKGBUILD (from rev 1192086, 
scaleway-cli/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2022-05-01 13:30:33 UTC (rev 1192087)
@@ -0,0 +1,69 @@
+# Maintainer: Sébastien Luttringer
+# Contributor: Patrik Cyvoct 
+# Contributor: Mikkel Oscar Lyderik 
+
+pkgname=scaleway-cli
+pkgver=2.5.1
+pkgrel=2
+pkgdesc='Command line interface for Scaleway Cloud'
+arch=('x86_64')
+url='https://www.scaleway.com/cli/'
+license=('Apache')
+depends=('glibc')
+makedepends=('go' 'git')
+source=("git+https://github.com/scaleway/scaleway-cli.git#tag=v$pkgver;)
+sha256sums=('SKIP')
+
+prepare() {
+  cd $pkgname
+  # apply patch from the source array (should be a pacman feature)
+  local src
+  for src in "${source[@]}"; do
+src="${src%%::*}"
+src="${src##*/}"
+[[ $src = *.patch ]] || continue
+echo "Applying patch $src..."
+patch -Np1 < "../$src"
+  done
+  :
+}
+
+build() {
+  cd $pkgname
+  export CGO_CPPFLAGS="$CPPFLAGS"
+  export CGO_CFLAGS="$CFLAGS"
+  export CGO_CXXFLAGS="$CXXFLAGS"
+  export CGO_LDFLAGS="$LDFLAGS"
+  go build \
+-buildmode=pie \
+-trimpath \
+-mod=readonly \
+-modcacherw \
+-ldflags "-linkmode external -extldflags \"${LDFLAGS}\" -X 
main.Version=$pkgver-$pkgrel -X main.BuildDate=$(date -u 
'+%Y-%m-%dT%I:%M:%S%p')" \
+-o scw ./cmd/scw/main.go
+  PATH=. scw autocomplete script shell=zsh > zshcomp
+  PATH=. scw autocomplete script shell=bash > bashcomp
+}
+
+check() {
+  cd $pkgname
+  export CGO_CPPFLAGS="$CPPFLAGS"
+  export CGO_CFLAGS="$CFLAGS"
+  export CGO_CXXFLAGS="$CXXFLAGS"
+  export CGO_LDFLAGS="$LDFLAGS"
+  go test ./... \
+-buildmode=pie \
+-trimpath \
+-mod=readonly \
+-modcacherw \
+-ldflags "-linkmode external -extldflags \"${LDFLAGS}\" -X 
main.Version=$pkgver-$pkgrel -X main.BuildDate=$(date -u 
'+%Y-%m-%dT%I:%M:%S%p')"
+}
+
+package() {
+  cd $pkgname
+  install -Dm755 scw "$pkgdir"/usr/bin/scw
+  install -Dm644 bashcomp "$pkgdir"/usr/share/bash-completion/completions/scw
+  install -Dm644 zshcomp "$pkgdir"/usr/share/zsh/site-functions/_scw
+}
+
+# vim:set ts=2 sw=2 ft=PKGBUILD et:



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

2022-05-01 Thread Jelle van der Waa via arch-commits
Date: Sunday, May 1, 2022 @ 13:30:21
  Author: jelle
Revision: 1192086

upgpkg: scaleway-cli 2.5.1-2: go 1.18

Modified:
  scaleway-cli/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2022-05-01 13:10:58 UTC (rev 1192085)
+++ PKGBUILD2022-05-01 13:30:21 UTC (rev 1192086)
@@ -4,7 +4,7 @@
 
 pkgname=scaleway-cli
 pkgver=2.5.1
-pkgrel=1
+pkgrel=2
 pkgdesc='Command line interface for Scaleway Cloud'
 arch=('x86_64')
 url='https://www.scaleway.com/cli/'



  1   2   >