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

2021-03-09 Thread Antonio Rojas via arch-commits
Date: Wednesday, March 10, 2021 @ 07:38:40
  Author: arojas
Revision: 409547

archrelease: copy trunk to testing-x86_64

Added:
  bison/repos/testing-x86_64/PKGBUILD
(from rev 409546, bison/trunk/PKGBUILD)
Deleted:
  bison/repos/testing-x86_64/PKGBUILD

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

Deleted: PKGBUILD
===
--- PKGBUILD2021-03-10 07:38:30 UTC (rev 409546)
+++ PKGBUILD2021-03-10 07:38:40 UTC (rev 409547)
@@ -1,34 +0,0 @@
-# Maintainer: Lukas Fleischer 
-# Contributor: Allan McRae 
-# Contributor: Eric Belanger 
-
-pkgname=bison
-pkgver=3.7.5
-pkgrel=1
-pkgdesc="The GNU general-purpose parser generator"
-arch=('x86_64')
-license=('GPL3')
-url="https://www.gnu.org/software/bison/bison.html";
-depends=('glibc' 'm4' 'sh')
-groups=('base-devel')
-source=("https://ftp.gnu.org/gnu/bison/${pkgname}-${pkgver}.tar.xz"{,.sig})
-sha512sums=('98cdfaf114b8f8eb0927b29fe999dc9629336333d85bd2f87c4c558125500c44ee6fbfff453e3121c7e9e239a632f8c72e08c39be7dfb045361d35ec59d31811'
-'SKIP')
-validpgpkeys=('7DF84374B1EE1F9764BBE25D0DDCAA3278D5264E')  # Akim Demaille
-
-build() {
-  cd "${srcdir}/${pkgname}-${pkgver}"
-
-  ./configure --prefix=/usr --datadir=/usr/share
-  make
-}
-
-check() {
-  cd "${srcdir}/${pkgname}-${pkgver}"
-  make check
-}
-
-package() {
-  cd "${srcdir}/${pkgname}-${pkgver}"
-  make DESTDIR="${pkgdir}" install
-}

Copied: bison/repos/testing-x86_64/PKGBUILD (from rev 409546, 
bison/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2021-03-10 07:38:40 UTC (rev 409547)
@@ -0,0 +1,34 @@
+# Maintainer: Lukas Fleischer 
+# Contributor: Allan McRae 
+# Contributor: Eric Belanger 
+
+pkgname=bison
+pkgver=3.7.6
+pkgrel=1
+pkgdesc="The GNU general-purpose parser generator"
+arch=('x86_64')
+license=('GPL3')
+url="https://www.gnu.org/software/bison/bison.html";
+depends=('glibc' 'm4' 'sh')
+groups=('base-devel')
+source=("https://ftp.gnu.org/gnu/bison/${pkgname}-${pkgver}.tar.xz"{,.sig})
+sha512sums=('6c1c9b825fbd2c94b8903f03a7e68e6832599f7bbd8d3c49864537c11b038c45a15de02fd36128d662af314334c83515bbc132df84e9acc6c651e98649c65bad'
+'SKIP')
+validpgpkeys=('7DF84374B1EE1F9764BBE25D0DDCAA3278D5264E')  # Akim Demaille
+
+build() {
+  cd "${srcdir}/${pkgname}-${pkgver}"
+
+  ./configure --prefix=/usr --datadir=/usr/share
+  make
+}
+
+check() {
+  cd "${srcdir}/${pkgname}-${pkgver}"
+  make check
+}
+
+package() {
+  cd "${srcdir}/${pkgname}-${pkgver}"
+  make DESTDIR="${pkgdir}" install
+}


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

2021-03-09 Thread Antonio Rojas via arch-commits
Date: Wednesday, March 10, 2021 @ 07:38:30
  Author: arojas
Revision: 409546

Update to 3.7.6

Modified:
  bison/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2021-03-09 22:33:39 UTC (rev 409545)
+++ PKGBUILD2021-03-10 07:38:30 UTC (rev 409546)
@@ -3,7 +3,7 @@
 # Contributor: Eric Belanger 
 
 pkgname=bison
-pkgver=3.7.5
+pkgver=3.7.6
 pkgrel=1
 pkgdesc="The GNU general-purpose parser generator"
 arch=('x86_64')
@@ -12,7 +12,7 @@
 depends=('glibc' 'm4' 'sh')
 groups=('base-devel')
 source=("https://ftp.gnu.org/gnu/bison/${pkgname}-${pkgver}.tar.xz"{,.sig})
-sha512sums=('98cdfaf114b8f8eb0927b29fe999dc9629336333d85bd2f87c4c558125500c44ee6fbfff453e3121c7e9e239a632f8c72e08c39be7dfb045361d35ec59d31811'
+sha512sums=('6c1c9b825fbd2c94b8903f03a7e68e6832599f7bbd8d3c49864537c11b038c45a15de02fd36128d662af314334c83515bbc132df84e9acc6c651e98649c65bad'
 'SKIP')
 validpgpkeys=('7DF84374B1EE1F9764BBE25D0DDCAA3278D5264E')  # Akim Demaille
 


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

2021-03-09 Thread Antonio Rojas via arch-commits
Date: Wednesday, March 10, 2021 @ 07:20:13
  Author: arojas
Revision: 887187

archrelease: copy trunk to community-x86_64

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

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

Deleted: PKGBUILD
===
--- PKGBUILD2021-03-10 07:18:49 UTC (rev 887186)
+++ PKGBUILD2021-03-10 07:20:13 UTC (rev 887187)
@@ -1,30 +0,0 @@
-# Maintainer: Antonio Rojas 
-# Contributor: Fredrick Brennan 
-# Contributor: Stephan Eisvogel 
-
-pkgname=python-pikepdf
-pkgver=2.8.0.post1
-pkgrel=1
-pkgdesc='Read and write PDFs with Python, powered by qpdf'
-arch=(x86_64)
-url='https://github.com/pikepdf/pikepdf'
-license=(MPL2)
-makedepends=(pybind11 python-setuptools-scm python-wheel python-toml)
-depends=(python-lxml python-pillow qpdf)
-source=(https://pypi.python.org/packages/source/p/pikepdf/pikepdf-$pkgver.tar.gz)
-sha256sums=('f742acfd2c41ceff0ade2dec8ddc4875ce0a75f51f5e943b56f4d741ab54b122')
-
-prepare() {
-  sed -e '/setuptools_scm_git_archive/d' -i pikepdf-$pkgver/setup.py # Remove 
unused build dependency
-}
-
-build() {
-  cd pikepdf-$pkgver
-  python setup.py build
-}
-
-package() {
-  cd pikepdf-$pkgver
-  python setup.py install --root="$pkgdir" --prefix=/usr --optimize=1 
--skip-build
-  install -Dm644 LICENSE.txt -t "$pkgdir"/usr/share/licenses/$pkgname
-}

Copied: python-pikepdf/repos/community-x86_64/PKGBUILD (from rev 887186, 
python-pikepdf/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2021-03-10 07:20:13 UTC (rev 887187)
@@ -0,0 +1,30 @@
+# Maintainer: Antonio Rojas 
+# Contributor: Fredrick Brennan 
+# Contributor: Stephan Eisvogel 
+
+pkgname=python-pikepdf
+pkgver=2.8.0.post2
+pkgrel=1
+pkgdesc='Read and write PDFs with Python, powered by qpdf'
+arch=(x86_64)
+url='https://github.com/pikepdf/pikepdf'
+license=(MPL2)
+makedepends=(pybind11 python-setuptools-scm python-wheel python-toml)
+depends=(python-lxml python-pillow qpdf)
+source=(https://pypi.python.org/packages/source/p/pikepdf/pikepdf-$pkgver.tar.gz)
+sha256sums=('d703b9227bbf1d0ebb57e9ed0281d792198aa22d995169850fe6af40725c4979')
+
+prepare() {
+  sed -e '/setuptools_scm_git_archive/d' -i pikepdf-$pkgver/setup.py # Remove 
unused build dependency
+}
+
+build() {
+  cd pikepdf-$pkgver
+  python setup.py build
+}
+
+package() {
+  cd pikepdf-$pkgver
+  python setup.py install --root="$pkgdir" --prefix=/usr --optimize=1 
--skip-build
+  install -Dm644 LICENSE.txt -t "$pkgdir"/usr/share/licenses/$pkgname
+}


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

2021-03-09 Thread Antonio Rojas via arch-commits
Date: Wednesday, March 10, 2021 @ 07:18:49
  Author: arojas
Revision: 887186

Update to 2.8.0.post2

Modified:
  python-pikepdf/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2021-03-09 23:08:43 UTC (rev 887185)
+++ PKGBUILD2021-03-10 07:18:49 UTC (rev 887186)
@@ -3,7 +3,7 @@
 # Contributor: Stephan Eisvogel 
 
 pkgname=python-pikepdf
-pkgver=2.8.0.post1
+pkgver=2.8.0.post2
 pkgrel=1
 pkgdesc='Read and write PDFs with Python, powered by qpdf'
 arch=(x86_64)
@@ -12,7 +12,7 @@
 makedepends=(pybind11 python-setuptools-scm python-wheel python-toml)
 depends=(python-lxml python-pillow qpdf)
 
source=(https://pypi.python.org/packages/source/p/pikepdf/pikepdf-$pkgver.tar.gz)
-sha256sums=('f742acfd2c41ceff0ade2dec8ddc4875ce0a75f51f5e943b56f4d741ab54b122')
+sha256sums=('d703b9227bbf1d0ebb57e9ed0281d792198aa22d995169850fe6af40725c4979')
 
 prepare() {
   sed -e '/setuptools_scm_git_archive/d' -i pikepdf-$pkgver/setup.py # Remove 
unused build dependency


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

2021-03-09 Thread Levente Polyak via arch-commits
Date: Tuesday, March 9, 2021 @ 20:42:53
  Author: anthraxx
Revision: 887146

archrelease: copy trunk to community-x86_64

Added:
  metasploit/repos/community-x86_64/PKGBUILD
(from rev 887145, metasploit/trunk/PKGBUILD)
Deleted:
  metasploit/repos/community-x86_64/PKGBUILD

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

Deleted: PKGBUILD
===
--- PKGBUILD2021-03-09 20:42:49 UTC (rev 887145)
+++ PKGBUILD2021-03-09 20:42:53 UTC (rev 887146)
@@ -1,64 +0,0 @@
-# Maintainer: Levente Polyak 
-# Contributor: Sabart Otto - Seberm 
-# Contributor: Tobias Veit - nIcE 
-
-pkgname=metasploit
-pkgver=6.0.27
-pkgrel=1
-pkgdesc='Advanced open-source platform for developing, testing, and using 
exploit code'
-url='https://www.metasploit.com/'
-arch=('x86_64')
-license=('BSD')
-depends=('ruby' 'libpcap' 'postgresql-libs' 'ruby-bundler' 'sqlite' 'libxslt' 
'libxml2' 'inetutils' 'git')
-options=('!strip' '!emptydirs')
-source=(https://github.com/rapid7/metasploit-framework/archive/${pkgver}/${pkgname}-${pkgver}.tar.gz)
-sha512sums=('800e5b0c96eda417b789b848a37dc274d80a882ddfc85149b3e2c1618841e3be37db7d27503b8489a7537c110dc77c2b62f262f0df38e3c5e699a5802710f065')
-b2sums=('4c6ac76c322dd468a99db417a3950f7223964af5a60d3a1fed05543e9b9fba1c817b69f08a5eb1158bfc1446b51348801ead21e569befb2c01c71f00783270fd')
-
-prepare() {
-  cd ${pkgname}-framework-${pkgver}
-
-  # https://github.com/bundler/bundler/issues/6882
-  sed -e '/BUNDLED WITH/,+1d' -i Gemfile.lock
-
-  bundle config build.nokogiri --use-system-libraries
-  sed 's|git ls-files|find -type f|' -i metasploit-framework.gemspec
-}
-
-build() {
-  cd ${pkgname}-framework-${pkgver}
-  CFLAGS+=" -I/usr/include/libxml2"
-  bundle install -j"$(nproc)" --no-cache --deployment
-  find vendor/bundle/ruby -exec chmod o+r '{}' \;
-  find vendor/bundle/ruby \( -name gem_make.out -or -name mkmf.log \) -delete
-}
-
-package() {
-  cd ${pkgname}-framework-${pkgver}
-
-  install -d "${pkgdir}/opt/${pkgname}" "${pkgdir}/usr/bin"
-  cp -r . "${pkgdir}/opt/${pkgname}"
-
-  for f in "${pkgdir}"/opt/${pkgname}/msf*; do
-local _msffile="${pkgdir}/usr/bin/`basename "${f}"`"
-echo -e "#!/bin/sh\nBUNDLE_GEMFILE=/opt/${pkgname}/Gemfile bundle exec 
ruby /opt/${pkgname}/`basename "${f}"` \"\$@\"" > "${_msffile}"
-chmod 755 "${_msffile}"
-  done
-
-  (cd "${pkgdir}/opt/${pkgname}"
-for f in tools/*/*.rb; do
-  install -Dm 755 "${f}" ".${f}"
-  echo -e "#!/bin/sh\nBUNDLE_GEMFILE=/opt/${pkgname}/Gemfile bundle exec 
ruby /opt/${pkgname}/."${f}" \"\$@\"" > "${f}"
-  chmod 755 "${f}"
-done
-  )
-
-  install -Dm 644 external/zsh/_* -t "${pkgdir}/usr/share/zsh/site-functions"
-  install -Dm 644 LICENSE COPYING -t "${pkgdir}/usr/share/licenses/${pkgname}"
-  install -d "${pkgdir}/usr/share/doc"
-  mv "${pkgdir}/opt/${pkgname}/documentation" 
"${pkgdir}/usr/share/doc/${pkgname}"
-  rm "${pkgdir}/usr/bin/msfupdate"
-  rm -r "${pkgdir}"/opt/metasploit/vendor/bundle/ruby/*/cache
-}
-
-# vim: ts=2 sw=2 et:

Copied: metasploit/repos/community-x86_64/PKGBUILD (from rev 887145, 
metasploit/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2021-03-09 20:42:53 UTC (rev 887146)
@@ -0,0 +1,64 @@
+# Maintainer: Levente Polyak 
+# Contributor: Sabart Otto - Seberm 
+# Contributor: Tobias Veit - nIcE 
+
+pkgname=metasploit
+pkgver=6.0.33
+pkgrel=1
+pkgdesc='Advanced open-source platform for developing, testing, and using 
exploit code'
+url='https://www.metasploit.com/'
+arch=('x86_64')
+license=('BSD')
+depends=('ruby' 'libpcap' 'postgresql-libs' 'ruby-bundler' 'sqlite' 'libxslt' 
'libxml2' 'inetutils' 'git')
+options=('!strip' '!emptydirs')
+source=(https://github.com/rapid7/metasploit-framework/archive/${pkgver}/${pkgname}-${pkgver}.tar.gz)
+sha512sums=('7cd6602b90d42e21ffb3666439b59d04692091525a8159aa84fb22abbf260fa10f9a5c7264bf2f2fc937d1cb65f8c504cfd18bde6bec4e4228c11fb6c605b499')
+b2sums=('434150e2867987df139b182edc67e0f6714028a4d9f587922e3fc291bd7be2dca692b19aa5db4b35bec4fad766ced845780501cb2c8a433640bde60a40cceeda')
+
+prepare() {
+  cd ${pkgname}-framework-${pkgver}
+
+  # https://github.com/bundler/bundler/issues/6882
+  sed -e '/BUNDLED WITH/,+1d' -i Gemfile.lock
+
+  bundle config build.nokogiri --use-system-libraries
+  sed 's|git ls-files|find -type f|' -i metasploit-framework.gemspec
+}
+
+build() {
+  cd ${pkgname}-framework-${pkgver}
+  CFLAGS+=" -I/usr/include/libxml2"
+  bundle install -j"$(nproc)" --no-cache --deployment
+  find vendor/bundle/ruby -exec chmod o+r '{}' \;
+  find vendor/bundle/ruby \( -name gem_make.out -or -name mkmf.log \) -delete
+}
+
+package() {
+  cd ${pkgname}-framework-${pkgver}
+
+  install -d "${pkgdir}/opt/${pkgname}" "${pkgdir}/usr/bin"
+  cp -r . "${pkgdir}/opt/${pkgname}"
+
+  fo

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

2021-03-09 Thread Levente Polyak via arch-commits
Date: Tuesday, March 9, 2021 @ 20:42:49
  Author: anthraxx
Revision: 887145

upgpkg: metasploit 6.0.33-1

Modified:
  metasploit/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2021-03-09 20:40:16 UTC (rev 887144)
+++ PKGBUILD2021-03-09 20:42:49 UTC (rev 887145)
@@ -3,7 +3,7 @@
 # Contributor: Tobias Veit - nIcE 
 
 pkgname=metasploit
-pkgver=6.0.27
+pkgver=6.0.33
 pkgrel=1
 pkgdesc='Advanced open-source platform for developing, testing, and using 
exploit code'
 url='https://www.metasploit.com/'
@@ -12,8 +12,8 @@
 depends=('ruby' 'libpcap' 'postgresql-libs' 'ruby-bundler' 'sqlite' 'libxslt' 
'libxml2' 'inetutils' 'git')
 options=('!strip' '!emptydirs')
 
source=(https://github.com/rapid7/metasploit-framework/archive/${pkgver}/${pkgname}-${pkgver}.tar.gz)
-sha512sums=('800e5b0c96eda417b789b848a37dc274d80a882ddfc85149b3e2c1618841e3be37db7d27503b8489a7537c110dc77c2b62f262f0df38e3c5e699a5802710f065')
-b2sums=('4c6ac76c322dd468a99db417a3950f7223964af5a60d3a1fed05543e9b9fba1c817b69f08a5eb1158bfc1446b51348801ead21e569befb2c01c71f00783270fd')
+sha512sums=('7cd6602b90d42e21ffb3666439b59d04692091525a8159aa84fb22abbf260fa10f9a5c7264bf2f2fc937d1cb65f8c504cfd18bde6bec4e4228c11fb6c605b499')
+b2sums=('434150e2867987df139b182edc67e0f6714028a4d9f587922e3fc291bd7be2dca692b19aa5db4b35bec4fad766ced845780501cb2c8a433640bde60a40cceeda')
 
 prepare() {
   cd ${pkgname}-framework-${pkgver}


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

2021-03-09 Thread Levente Polyak via arch-commits
Date: Tuesday, March 9, 2021 @ 20:46:56
  Author: anthraxx
Revision: 887149

upgpkg: python-yara 4.0.5-1

Modified:
  python-yara/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2021-03-09 20:45:18 UTC (rev 887148)
+++ PKGBUILD2021-03-09 20:46:56 UTC (rev 887149)
@@ -4,9 +4,9 @@
 _gitname=yara-python
 pkgbase=python-yara
 pkgname=('python-yara' 'python2-yara')
-pkgver=4.0.2
-_gitcommit=a1ed3cb54e8361a24e185183fccd888d99b15ae5
-pkgrel=2
+pkgver=4.0.5
+_gitcommit=83c005eda9b3dbe08581515e8db570ad7dcfee18
+pkgrel=1
 pkgdesc='Tool aimed at helping malware researchers to identify and classify 
malware samples'
 url='https://github.com/VirusTotal/yara-python'
 arch=('x86_64')


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

2021-03-09 Thread Levente Polyak via arch-commits
Date: Tuesday, March 9, 2021 @ 20:45:13
  Author: anthraxx
Revision: 887147

upgpkg: steam 1.0.0.69-1

Modified:
  steam/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2021-03-09 20:42:53 UTC (rev 887146)
+++ PKGBUILD2021-03-09 20:45:13 UTC (rev 887147)
@@ -4,7 +4,7 @@
 # Contributor: K900 
 
 pkgname=steam
-pkgver=1.0.0.68
+pkgver=1.0.0.69
 pkgrel=1
 pkgdesc="Valve's digital software delivery system"
 url='https://steampowered.com/'
@@ -19,11 +19,11 @@
 optdepends=('steam-native-runtime: steam native runtime support')
 
source=(https://repo.steampowered.com/${pkgname}/pool/${pkgname}/s/${pkgname}/${pkgname}_${pkgver}{.tar.gz,.dsc}
 steam-runtime.sh)
-sha512sums=('73c541e77e9e294b0ea1b991b73980b5a74f83516f95b15f93fce49459b49124d167d59261ed7522adf7b42d2a8e58d4ace12f8fe06f4cdd49347a742fd3afc0'
-
'5bb9a009d4bb60483ebf6a906ab10b290828c6c5bd31bfba883ff4d96507a6450ba84e9e2447ccea76788071f3236fdd6e6bacb885313f78885c0daeda6b6f09'
+sha512sums=('6886bc2e3c71a827f36e0f70aaffe5fc6f23f551c349f494145d20925b4f67a85550969d44a562307a8ba5cda4c5e93181b8e1a361e24d20f2e31e00b81d56d3'
+
'6515ac625b781ff56f36873fc5180f70fd841eee3bdf10e75a5abcee0d5964da0f2adcf63b471c9526c76355b95ba259770434c0f6c8093add6a1467f8cbb9bd'
 
'5e75c019e9fe8c67d686c4e3343dac1180a69a4bdb7d39b333415c63201eef9b98da5619dbf6fd8daa6884e65bc7f8afc9e52778682425e5a75987d527eae6f0')
-b2sums=('69c437322e5ff132052946524b8485815b92c4cfafd52428a430b6209c14b65ffd5b4bb74563c102338679b15eabe5cfb79d5692ada9b9cc694ca115ae41592e'
-
'33a5e7559508636fb88314833672aea175d861b78a92716c20968a4ff33f7ef6d806e6768be8e21b63b0ef100d93a7f46aa5a830baf99feed78e424faa369068'
+b2sums=('b548d8a5adbe4c6e7a3925ad47d106fa5575b878bd077e053914d531e279d6557e5070d73cb9d0a2d54a20120b7abd068aa8bb1106e3ff036b3f677bd2a9662e'
+
'0631419776a0c5ac6bd8f264bb20f987e3e9a40d0315cdd1ab18b38fb02a1e311cd91d1b2af266753bf08b129fecbab6aa5fee738f99bb4608f2397fede0aa59'
 
'c6bac99336b7c30fec7cdbaf9e949555c687dd9dff50bcae136134d6314f4b841f5fc66ddb2caac1b003690b926fd4afbdc11da143b4674db4b75f27709fdd23')
 validpgpkeys=('BA1816EF8E75005FCF5E27A1F24AEA9FB05498B7') # 
li...@steampowered.com
 


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

2021-03-09 Thread Levente Polyak via arch-commits
Date: Tuesday, March 9, 2021 @ 20:47:00
  Author: anthraxx
Revision: 887150

archrelease: copy trunk to community-x86_64

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

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

Deleted: PKGBUILD
===
--- PKGBUILD2021-03-09 20:46:56 UTC (rev 887149)
+++ PKGBUILD2021-03-09 20:47:00 UTC (rev 887150)
@@ -1,71 +0,0 @@
-# Maintainer: Levente Polyak 
-# Contributor: arch3y 
-
-_gitname=yara-python
-pkgbase=python-yara
-pkgname=('python-yara' 'python2-yara')
-pkgver=4.0.2
-_gitcommit=a1ed3cb54e8361a24e185183fccd888d99b15ae5
-pkgrel=2
-pkgdesc='Tool aimed at helping malware researchers to identify and classify 
malware samples'
-url='https://github.com/VirusTotal/yara-python'
-arch=('x86_64')
-license=('Apache')
-makedepends=('git' 'yara' 'glibc'
- 'python' 'python-setuptools'
- 'python2' 'python2-setuptools')
-source=(${pkgbase}::git+"https://github.com/VirusTotal/${_gitname}#commit=${_gitcommit}";)
-sha512sums=('SKIP')
-
-pkgver() {
-  cd ${pkgbase}
-  git describe --tags --match 'v*' | sed 's/^v//;s/\([^-]*-g\)/r\1/;s/-/./g'
-}
-
-prepare() {
-  cp -a ${pkgbase}{,-py2}
-}
-
-build() {
-  echo 'Building python...'
-  (cd ${pkgbase}
-python setup.py build --dynamic-linking
-  )
-  echo 'Building python2...'
-  (cd ${pkgbase}-py2
-python2 setup.py build --dynamic-linking
-  )
-}
-
-check() {
-  echo 'Checking python...'
-  (cd ${pkgbase}
-local PYTHONVERSION="$(python -c 'import sys; 
print("{}.{}".format(sys.version_info.major, sys.version_info.minor))')"
-PYTHONPATH="build/lib.linux-${CARCH}-${PYTHONVERSION}" \
-  python tests.py
-  )
-  echo 'Checking python2...'
-  (cd ${pkgbase}-py2
-local PYTHONVERSION="$(python2 -c 'import sys; 
print("{}.{}".format(sys.version_info.major, sys.version_info.minor))')"
-PYTHONPATH="build/lib.linux-${CARCH}-${PYTHONVERSION}" \
-  python2 tests.py
-  )
-}
-
-package_python-yara() {
-  depends=('python' 'yara' 'libyara.so' 'glibc')
-  cd ${pkgbase}
-  python setup.py install --root="${pkgdir}" -O1 --skip-build
-  install -Dm 644 README.rst -t "${pkgdir}/usr/share/doc/${pkgname}"
-  ln -s /usr/share/doc/yara/docs "${pkgdir}/usr/share/doc/${pkgname}/docs"
-}
-
-package_python2-yara() {
-  depends=('python2' 'yara' 'libyara.so' 'glibc')
-  cd ${pkgbase}-py2
-  python2 setup.py install --root="${pkgdir}" -O1 --skip-build
-  install -Dm 644 README.rst -t "${pkgdir}/usr/share/doc/${pkgname}"
-  ln -s /usr/share/doc/yara/docs "${pkgdir}/usr/share/doc/${pkgname}/docs"
-}
-
-# vim: ts=2 sw=2 et:

Copied: python-yara/repos/community-x86_64/PKGBUILD (from rev 887149, 
python-yara/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2021-03-09 20:47:00 UTC (rev 887150)
@@ -0,0 +1,71 @@
+# Maintainer: Levente Polyak 
+# Contributor: arch3y 
+
+_gitname=yara-python
+pkgbase=python-yara
+pkgname=('python-yara' 'python2-yara')
+pkgver=4.0.5
+_gitcommit=83c005eda9b3dbe08581515e8db570ad7dcfee18
+pkgrel=1
+pkgdesc='Tool aimed at helping malware researchers to identify and classify 
malware samples'
+url='https://github.com/VirusTotal/yara-python'
+arch=('x86_64')
+license=('Apache')
+makedepends=('git' 'yara' 'glibc'
+ 'python' 'python-setuptools'
+ 'python2' 'python2-setuptools')
+source=(${pkgbase}::git+"https://github.com/VirusTotal/${_gitname}#commit=${_gitcommit}";)
+sha512sums=('SKIP')
+
+pkgver() {
+  cd ${pkgbase}
+  git describe --tags --match 'v*' | sed 's/^v//;s/\([^-]*-g\)/r\1/;s/-/./g'
+}
+
+prepare() {
+  cp -a ${pkgbase}{,-py2}
+}
+
+build() {
+  echo 'Building python...'
+  (cd ${pkgbase}
+python setup.py build --dynamic-linking
+  )
+  echo 'Building python2...'
+  (cd ${pkgbase}-py2
+python2 setup.py build --dynamic-linking
+  )
+}
+
+check() {
+  echo 'Checking python...'
+  (cd ${pkgbase}
+local PYTHONVERSION="$(python -c 'import sys; 
print("{}.{}".format(sys.version_info.major, sys.version_info.minor))')"
+PYTHONPATH="build/lib.linux-${CARCH}-${PYTHONVERSION}" \
+  python tests.py
+  )
+  echo 'Checking python2...'
+  (cd ${pkgbase}-py2
+local PYTHONVERSION="$(python2 -c 'import sys; 
print("{}.{}".format(sys.version_info.major, sys.version_info.minor))')"
+PYTHONPATH="build/lib.linux-${CARCH}-${PYTHONVERSION}" \
+  python2 tests.py
+  )
+}
+
+package_python-yara() {
+  depends=('python' 'yara' 'libyara.so' 'glibc')
+  cd ${pkgbase}
+  python setup.py install --root="${pkgdir}" -O1 --skip-build
+  install -Dm 644 README.rst -t "${pkgdir}/usr/share/doc/${pkgname}"
+  ln -s /usr/share/doc/yara/docs "${pkgdir}/usr/share/doc/${pkgname}/docs"
+}
+
+package_python

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

2021-03-09 Thread Levente Polyak via arch-commits
Date: Tuesday, March 9, 2021 @ 20:45:18
  Author: anthraxx
Revision: 887148

archrelease: copy trunk to multilib-x86_64

Added:
  steam/repos/multilib-x86_64/PKGBUILD
(from rev 887147, steam/trunk/PKGBUILD)
  steam/repos/multilib-x86_64/steam-runtime.sh
(from rev 887147, steam/trunk/steam-runtime.sh)
Deleted:
  steam/repos/multilib-x86_64/PKGBUILD
  steam/repos/multilib-x86_64/steam-runtime.sh

--+
 PKGBUILD |  126 ++---
 steam-runtime.sh |4 -
 2 files changed, 65 insertions(+), 65 deletions(-)

Deleted: PKGBUILD
===
--- PKGBUILD2021-03-09 20:45:13 UTC (rev 887147)
+++ PKGBUILD2021-03-09 20:45:18 UTC (rev 887148)
@@ -1,63 +0,0 @@
-# Maintainer: Levente Polyak 
-# Maintainer: Giancarlo Razzolini 
-# Contributor: Daniel Wallace 
-# Contributor: K900 
-
-pkgname=steam
-pkgver=1.0.0.68
-pkgrel=1
-pkgdesc="Valve's digital software delivery system"
-url='https://steampowered.com/'
-arch=('x86_64')
-license=('custom')
-depends=('bash' 'desktop-file-utils' 'hicolor-icon-theme' 'curl' 'dbus'
- 'freetype2' 'gdk-pixbuf2' 'ttf-font' 'zenity' 'lsb-release' 'nss' 
'usbutils'
- 'xorg-xrandr' 'vulkan-driver' 'vulkan-icd-loader' 'lsof' 'python')
-depends_x86_64=('lib32-libgl' 'lib32-gcc-libs' 'lib32-libx11' 'lib32-libxss'
-'lib32-alsa-plugins' 'lib32-libgpg-error'
-'lib32-nss' 'lib32-vulkan-driver' 'lib32-vulkan-icd-loader')
-optdepends=('steam-native-runtime: steam native runtime support')
-source=(https://repo.steampowered.com/${pkgname}/pool/${pkgname}/s/${pkgname}/${pkgname}_${pkgver}{.tar.gz,.dsc}
-steam-runtime.sh)
-sha512sums=('73c541e77e9e294b0ea1b991b73980b5a74f83516f95b15f93fce49459b49124d167d59261ed7522adf7b42d2a8e58d4ace12f8fe06f4cdd49347a742fd3afc0'
-
'5bb9a009d4bb60483ebf6a906ab10b290828c6c5bd31bfba883ff4d96507a6450ba84e9e2447ccea76788071f3236fdd6e6bacb885313f78885c0daeda6b6f09'
-
'5e75c019e9fe8c67d686c4e3343dac1180a69a4bdb7d39b333415c63201eef9b98da5619dbf6fd8daa6884e65bc7f8afc9e52778682425e5a75987d527eae6f0')
-b2sums=('69c437322e5ff132052946524b8485815b92c4cfafd52428a430b6209c14b65ffd5b4bb74563c102338679b15eabe5cfb79d5692ada9b9cc694ca115ae41592e'
-
'33a5e7559508636fb88314833672aea175d861b78a92716c20968a4ff33f7ef6d806e6768be8e21b63b0ef100d93a7f46aa5a830baf99feed78e424faa369068'
-
'c6bac99336b7c30fec7cdbaf9e949555c687dd9dff50bcae136134d6314f4b841f5fc66ddb2caac1b003690b926fd4afbdc11da143b4674db4b75f27709fdd23')
-validpgpkeys=('BA1816EF8E75005FCF5E27A1F24AEA9FB05498B7') # 
li...@steampowered.com
-
-prepare() {
-  cd ${pkgname}-launcher
-  # apply roundups for udev rules
-  sed -r 's|("0666")|"0660", TAG+="uaccess"|g' -i 
subprojects/steam-devices/60-steam-input.rules
-  sed -r 's|("misc")|\1, OPTIONS+="static_node=uinput"|g' -i 
subprojects/steam-devices/60-steam-input.rules
-  sed -r 's|(, TAG\+="uaccess")|, MODE="0660"\1|g' -i 
subprojects/steam-devices/60-steam-vr.rules
-
-  # separated runtime/native desktop files
-  sed -r 's|(Name=Steam)|\1 (Runtime)|' -i steam.desktop
-  sed -r 's|(/usr/bin/steam)|\1-runtime|' -i steam.desktop
-}
-
-package() {
-  cd ${pkgname}-launcher
-  make DESTDIR="${pkgdir}" install
-
-  install -Dm 755 "${srcdir}/steam-runtime.sh" 
"${pkgdir}/usr/bin/steam-runtime"
-  install -d "${pkgdir}/usr/lib/steam"
-  mv "${pkgdir}/usr/bin/steam" "${pkgdir}/usr/lib/steam/steam"
-  ln -sf /usr/bin/steam-runtime "${pkgdir}/usr/bin/steam"
-
-  install -Dm 644 COPYING steam_subscriber_agreement.txt -t 
"${pkgdir}/usr/share/licenses/${pkgname}"
-  install -Dm 644 debian/changelog -t "${pkgdir}/usr/share/doc/${pkgname}"
-
-  # blank steamdeps because apt-get
-  ln -sf /usr/bin/true "${pkgdir}/usr/bin/steamdeps"
-
-  install -Dm 644 subprojects/steam-devices/60-steam-input.rules \
-"${pkgdir}/usr/lib/udev/rules.d/70-steam-input.rules"
-  install -Dm 644 subprojects/steam-devices/60-steam-vr.rules \
-"${pkgdir}/usr/lib/udev/rules.d/70-steam-vr.rules"
-}
-
-# vim: ts=2 sw=2 et:

Copied: steam/repos/multilib-x86_64/PKGBUILD (from rev 887147, 
steam/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2021-03-09 20:45:18 UTC (rev 887148)
@@ -0,0 +1,63 @@
+# Maintainer: Levente Polyak 
+# Maintainer: Giancarlo Razzolini 
+# Contributor: Daniel Wallace 
+# Contributor: K900 
+
+pkgname=steam
+pkgver=1.0.0.69
+pkgrel=1
+pkgdesc="Valve's digital software delivery system"
+url='https://steampowered.com/'
+arch=('x86_64')
+license=('custom')
+depends=('bash' 'desktop-file-utils' 'hicolor-icon-theme' 'curl' 'dbus'
+ 'freetype2' 'gdk-pixbuf2' 'ttf-font' 'zenity' 'lsb-release' 'nss' 
'usbutils'
+ 'xorg-xrandr' 'vulkan-driver' 'vulkan-icd-loader' 'lsof' 'python')
+depends_x86_64=('lib32-libgl' 'lib32-gcc-libs' 'lib32-libx11' 'lib32-libxss'
+

[arch-commits] Commit in step-cli/repos/community-x86_64 (3 files)

2021-03-09 Thread Jelle van der Waa via arch-commits
Date: Tuesday, March 9, 2021 @ 23:08:43
  Author: jelle
Revision: 887185

archrelease: copy trunk to community-x86_64

Added:
  step-cli/repos/community-x86_64/PKGBUILD
(from rev 887184, step-cli/trunk/PKGBUILD)
Deleted:
  step-cli/repos/community-x86_64/PKGBUILD
  step-cli/repos/community-x86_64/patch-go-sum.patch

+
 PKGBUILD   |   85 ---
 patch-go-sum.patch |   21 
 2 files changed, 41 insertions(+), 65 deletions(-)

Deleted: PKGBUILD
===
--- PKGBUILD2021-03-09 23:08:35 UTC (rev 887184)
+++ PKGBUILD2021-03-09 23:08:43 UTC (rev 887185)
@@ -1,44 +0,0 @@
-# Maintainer: Jelle van der Waa 
-# Maintainer: Morten Linderud 
-
-pkgname=step-cli
-pkgver=0.15.3
-pkgrel=2
-pkgdesc="A zero trust swiss army knife for working with X509, OAuth, JWT, OATH 
OTP, etc."
-url="https://github.com/smallstep/cli";
-arch=(x86_64)
-license=(Apache)
-depends=(glibc)
-makedepends=(go)
-optdepends=("step-ca: setup CA/SSO/ACME server")
-source=(https://github.com/smallstep/cli/releases/download/v${pkgver}/step-cli_${pkgver}.tar.gz
-"patch-go-sum.patch")
-sha512sums=('0fd97fda7995a78a1c0e4d224175746d0a4d7bd3f8b97a581963b130500a0e6d44546c03d4abbe753bc1f7c03c7d7fd9c496b7d95f5070d35c7d6ad8a4ed9338'
-
'62706fed223850eef3ee85f1245806caa31ffd1612f57428191f98c0ab04b3fd94176bf150df71fc500fb87c123aa899c0b533097994da4105d1c3d04515d699')
-
-prepare() {
-  sed -i "s/step/${pkgname}/g" "autocomplete/zsh_autocomplete"
-  patch -p1 -i ./patch-go-sum.patch
-}
-
-build() {
-  BUILD_DATE="$(date --utc --date="@${SOURCE_DATE_EPOCH:-$(date +%s)}" 
+%Y-%m-%d)"
-
-  go build \
-  -trimpath \
-  -buildmode=pie \
-  -mod=readonly \
-  -modcacherw \
-  -ldflags "-linkmode external -extldflags \"${LDFLAGS}\" -X 
\"main.Version=${pkgver}\" -X \"main.BuildTime=${BUILD_DATE}\"" \
-  -o step-cli cmd/step/main.go
-}
-
-check() {
-  go test ./...
-}
-
-package() {
-  install -Dm755 $pkgname "$pkgdir"/usr/bin/$pkgname
-  install -Dm644 "autocomplete/bash_autocomplete" 
"$pkgdir/usr/share/bash-completion/completions/$pkgname"
-  install -Dm644 "autocomplete/zsh_autocomplete" 
"$pkgdir/usr/share/zsh/site-functions/_${pkgname}"
-}

Copied: step-cli/repos/community-x86_64/PKGBUILD (from rev 887184, 
step-cli/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2021-03-09 23:08:43 UTC (rev 887185)
@@ -0,0 +1,41 @@
+# Maintainer: Jelle van der Waa 
+# Maintainer: Morten Linderud 
+
+pkgname=step-cli
+pkgver=0.15.8
+pkgrel=1
+pkgdesc="A zero trust swiss army knife for working with X509, OAuth, JWT, OATH 
OTP, etc."
+url="https://github.com/smallstep/cli";
+arch=(x86_64)
+license=(Apache)
+depends=(glibc)
+makedepends=(go)
+optdepends=("step-ca: setup CA/SSO/ACME server")
+source=(https://github.com/smallstep/cli/releases/download/v${pkgver}/step_${pkgver}.tar.gz)
+sha512sums=('f746544843afb63bcdcea30e7c200e20f285d9be006d2c590eeb52a8a8ccaf97c7bb83634173456d64349de4ef5cc5f5a0e852106f035f18bcae0997aaa4cce2')
+
+prepare() {
+  sed -i "s/step/${pkgname}/g" "autocomplete/zsh_autocomplete"
+}
+
+build() {
+  BUILD_DATE="$(date --utc --date="@${SOURCE_DATE_EPOCH:-$(date +%s)}" 
+%Y-%m-%d)"
+
+  go build \
+  -trimpath \
+  -buildmode=pie \
+  -mod=readonly \
+  -modcacherw \
+  -ldflags "-linkmode external -extldflags \"${LDFLAGS}\" -X 
\"main.Version=${pkgver}\" -X \"main.BuildTime=${BUILD_DATE}\"" \
+  -o step-cli cmd/step/main.go
+}
+
+check() {
+  go test ./...
+}
+
+package() {
+  install -Dm755 $pkgname "$pkgdir"/usr/bin/$pkgname
+  install -Dm644 "autocomplete/bash_autocomplete" 
"$pkgdir/usr/share/bash-completion/completions/$pkgname"
+  install -Dm644 "autocomplete/zsh_autocomplete" 
"$pkgdir/usr/share/zsh/site-functions/_${pkgname}"
+}

Deleted: patch-go-sum.patch
===
--- patch-go-sum.patch  2021-03-09 23:08:35 UTC (rev 887184)
+++ patch-go-sum.patch  2021-03-09 23:08:43 UTC (rev 887185)
@@ -1,21 +0,0 @@
-diff --git a/go.sum b/go.sum
-index 0b334a4..a33ccef 100644
 a/go.sum
-+++ b/go.sum
-@@ -585,6 +585,8 @@ github.com/smallstep/certificates v0.15.0 
h1:riIt3fBWuenlvHoqkVuUOxQbhtxFQMO1ziS
- github.com/smallstep/certificates v0.15.0/go.mod 
h1:awyVXYIVn4J9ANSSnDuA3FjKia7+QixaqorGW8CKGq8=
- github.com/smallstep/certificates v0.15.4 
h1:bBGb2GqrQ8wKHVOhcUfgRlaTHsO1S5rqsq/z93/mRSc=
- github.com/smallstep/certificates v0.15.4/go.mod 
h1:uMrxSjDsPBxCPLV58WQhj3L1R3zdnW7mvJloiC+cyws=
-+github.com/smallstep/certificates v0.15.5 
h1:pzU8E9F1n+0XwoKTDroF+W26K0MA2SiUa2ZXTByugfk=
-+github.com/smallstep/certificates v0.15.5/go.mod 
h1:T0L78wJmhdj1AyrfrNG5mPP2MG15cRM/9d1frw8NnJ0=
- github.com/smallstep/certificates v0.16.0-rc.1.0.20201014015345-6a7b564ef94f 
h1:9NXW0lx4Nk6OY7zurnXz8IEwmzSEIzHKk

[arch-commits] Commit in step-cli/trunk (PKGBUILD patch-go-sum.patch)

2021-03-09 Thread Jelle van der Waa via arch-commits
Date: Tuesday, March 9, 2021 @ 23:08:35
  Author: jelle
Revision: 887184

upgpkg: step-cli 0.15.8-1

Remove no longer required go sum patch

Modified:
  step-cli/trunk/PKGBUILD
Deleted:
  step-cli/trunk/patch-go-sum.patch

+
 PKGBUILD   |   11 ---
 patch-go-sum.patch |   21 -
 2 files changed, 4 insertions(+), 28 deletions(-)

Modified: PKGBUILD
===
--- PKGBUILD2021-03-09 22:57:31 UTC (rev 887183)
+++ PKGBUILD2021-03-09 23:08:35 UTC (rev 887184)
@@ -2,8 +2,8 @@
 # Maintainer: Morten Linderud 
 
 pkgname=step-cli
-pkgver=0.15.3
-pkgrel=2
+pkgver=0.15.8
+pkgrel=1
 pkgdesc="A zero trust swiss army knife for working with X509, OAuth, JWT, OATH 
OTP, etc."
 url="https://github.com/smallstep/cli";
 arch=(x86_64)
@@ -11,14 +11,11 @@
 depends=(glibc)
 makedepends=(go)
 optdepends=("step-ca: setup CA/SSO/ACME server")
-source=(https://github.com/smallstep/cli/releases/download/v${pkgver}/step-cli_${pkgver}.tar.gz
-"patch-go-sum.patch")
-sha512sums=('0fd97fda7995a78a1c0e4d224175746d0a4d7bd3f8b97a581963b130500a0e6d44546c03d4abbe753bc1f7c03c7d7fd9c496b7d95f5070d35c7d6ad8a4ed9338'
-
'62706fed223850eef3ee85f1245806caa31ffd1612f57428191f98c0ab04b3fd94176bf150df71fc500fb87c123aa899c0b533097994da4105d1c3d04515d699')
+source=(https://github.com/smallstep/cli/releases/download/v${pkgver}/step_${pkgver}.tar.gz)
+sha512sums=('f746544843afb63bcdcea30e7c200e20f285d9be006d2c590eeb52a8a8ccaf97c7bb83634173456d64349de4ef5cc5f5a0e852106f035f18bcae0997aaa4cce2')
 
 prepare() {
   sed -i "s/step/${pkgname}/g" "autocomplete/zsh_autocomplete"
-  patch -p1 -i ./patch-go-sum.patch
 }
 
 build() {

Deleted: patch-go-sum.patch
===
--- patch-go-sum.patch  2021-03-09 22:57:31 UTC (rev 887183)
+++ patch-go-sum.patch  2021-03-09 23:08:35 UTC (rev 887184)
@@ -1,21 +0,0 @@
-diff --git a/go.sum b/go.sum
-index 0b334a4..a33ccef 100644
 a/go.sum
-+++ b/go.sum
-@@ -585,6 +585,8 @@ github.com/smallstep/certificates v0.15.0 
h1:riIt3fBWuenlvHoqkVuUOxQbhtxFQMO1ziS
- github.com/smallstep/certificates v0.15.0/go.mod 
h1:awyVXYIVn4J9ANSSnDuA3FjKia7+QixaqorGW8CKGq8=
- github.com/smallstep/certificates v0.15.4 
h1:bBGb2GqrQ8wKHVOhcUfgRlaTHsO1S5rqsq/z93/mRSc=
- github.com/smallstep/certificates v0.15.4/go.mod 
h1:uMrxSjDsPBxCPLV58WQhj3L1R3zdnW7mvJloiC+cyws=
-+github.com/smallstep/certificates v0.15.5 
h1:pzU8E9F1n+0XwoKTDroF+W26K0MA2SiUa2ZXTByugfk=
-+github.com/smallstep/certificates v0.15.5/go.mod 
h1:T0L78wJmhdj1AyrfrNG5mPP2MG15cRM/9d1frw8NnJ0=
- github.com/smallstep/certificates v0.16.0-rc.1.0.20201014015345-6a7b564ef94f 
h1:9NXW0lx4Nk6OY7zurnXz8IEwmzSEIzHKk4sowdVmzvQ=
- github.com/smallstep/certificates 
v0.16.0-rc.1.0.20201014015345-6a7b564ef94f/go.mod 
h1:aO+CoC3RnGZIiOKdrwH1+mTo1f1EhQYUa6IHsMyXwpU=
- github.com/smallstep/certificates v0.16.0-rc.1.0.20201016001420-683823341609 
h1:KHsK6VgrbRXF2WGpKhaxN4TJNxFqTLPEHdE703WqnuM=
-@@ -600,6 +602,7 @@ github.com/smallstep/certinfo v1.3.0/go.mod 
h1:1gQJekdPwPvUwFWGTi7bZELmQT09cxC9w
- github.com/smallstep/certinfo v1.4.0 
h1:NhR0qJ8jvfqBUI0NmOn1KF9Hka7I1dcRHgqW4/t2FRY=
- github.com/smallstep/certinfo v1.4.0/go.mod 
h1:1gQJekdPwPvUwFWGTi7bZELmQT09cxC9wJ0VBkBNiwU=
- github.com/smallstep/cli v0.15.0/go.mod 
h1:trYpP49s+XF4fROcNgmPi4yO1EIKfqsc/eEck6SosO4=
-+github.com/smallstep/cli v0.15.3/go.mod 
h1:KBcpj/m28/uhK+lH0/ctbncZqWQvxDFWk8T2cUyeFg0=
- github.com/smallstep/nosql v0.3.0 
h1:V1X5vfDsDt89499h3jZFUlR4VnnsYYs5tXaQZ0w8z5U=
- github.com/smallstep/nosql v0.3.0/go.mod 
h1:QG7gNOpidifn99MjZaiNbm7HPesIyBd97F/OfacNz8Q=
- github.com/smallstep/truststore v0.9.6 
h1:vNzEJmaJL0XOZD8uouXLmYu4/aP1UQ/wHUopH3qKeYA=


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

2021-03-09 Thread Levente Polyak via arch-commits
Date: Tuesday, March 9, 2021 @ 20:40:16
  Author: anthraxx
Revision: 887144

archrelease: copy trunk to community-any

Added:
  exploitdb/repos/community-any/PKGBUILD
(from rev 887143, exploitdb/trunk/PKGBUILD)
  exploitdb/repos/community-any/rcfile.diff
(from rev 887143, exploitdb/trunk/rcfile.diff)
Deleted:
  exploitdb/repos/community-any/PKGBUILD
  exploitdb/repos/community-any/rcfile.diff

-+
 PKGBUILD|   76 +-
 rcfile.diff |   62 +++
 2 files changed, 69 insertions(+), 69 deletions(-)

Deleted: PKGBUILD
===
--- PKGBUILD2021-03-09 20:40:11 UTC (rev 887143)
+++ PKGBUILD2021-03-09 20:40:16 UTC (rev 887144)
@@ -1,38 +0,0 @@
-# Maintainer: Eli Schwartz 
-# Maintainer: Levente Polyak 
-
-pkgname=exploitdb
-_pkgver=2021-01-22
-pkgver=${_pkgver//-/}
-pkgrel=1
-pkgdesc="Offensive Security’s Exploit Database Archive"
-arch=('any')
-url="https://www.exploit-db.com/";
-license=('GPL')
-optdepends=('libxml2: to check nmap XML results'
-'xclip: copy paths to the clipboard')
-backup=('etc/searchsploit_rc')
-options=('!strip')
-source=("https://github.com/offensive-security/${pkgname}/archive/${_pkgver}/${pkgname}-${_pkgver}.tar.gz";
-"rcfile.diff")
-sha512sums=('b2c255eed8eb2f7707aa004ca210b636989a6f0e8daf62b7e8afbdc9aaa2483b4883e18f4569884be7c98b26217c0b55dc12156e4184b3930320a401c89c4987'
-
'e170da5b974975c6c23c5b09e8c1825bbb17446fb506f2d00f92f86f94394acf18a53458bd90969de38da642fc1f7abb08ba940969108002dab17415b88211d6')
-b2sums=('35730d650ce151ba4d832de236632b7a81fed1f1302288eb30c7ff3a08d91c9f9fbe2254e8a72e38144743a8ee22720679c314dbd2df3f00942426dd9b1baa4b'
-
'f033a50db6358297580363d62bbd9d4a6003b5476ba361650133841138af76b990ed49e2e34d487cf4167ebeb3cd6b8f9230e5e700a5d96f7f06cbc5b42c4076')
-
-prepare() {
-cd ${pkgname}-${_pkgver}
-
-patch -p1 -i ../rcfile.diff
-}
-
-package() {
-cd ${pkgname}-${_pkgver}
-
-install -Dm755 searchsploit "${pkgdir}"/usr/bin/searchsploit
-install -Dm644 .searchsploit_rc "${pkgdir}"/etc/searchsploit_rc
-mkdir -p "${pkgdir}"/usr/share/${pkgname}
-cp -a exploits/ shellcodes/ files_*.csv "${pkgdir}"/usr/share/${pkgname}
-}
-
-# vim: ts=4 sw=4 et:

Copied: exploitdb/repos/community-any/PKGBUILD (from rev 887143, 
exploitdb/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2021-03-09 20:40:16 UTC (rev 887144)
@@ -0,0 +1,38 @@
+# Maintainer: Eli Schwartz 
+# Maintainer: Levente Polyak 
+
+pkgname=exploitdb
+_pkgver=2021-03-09
+pkgver=${_pkgver//-/}
+pkgrel=1
+pkgdesc="Offensive Security’s Exploit Database Archive"
+arch=('any')
+url="https://www.exploit-db.com/";
+license=('GPL')
+optdepends=('libxml2: to check nmap XML results'
+'xclip: copy paths to the clipboard')
+backup=('etc/searchsploit_rc')
+options=('!strip')
+source=("https://github.com/offensive-security/${pkgname}/archive/${_pkgver}/${pkgname}-${_pkgver}.tar.gz";
+"rcfile.diff")
+sha512sums=('3f9649fe7cc72636c20a7104b843fcbecf06888d1cf798c0279135f91b101fbebfb870a35f38d314b2b589ef3e7a6c18cdaaf6f96b2c691d78c1110da24af6db'
+
'e170da5b974975c6c23c5b09e8c1825bbb17446fb506f2d00f92f86f94394acf18a53458bd90969de38da642fc1f7abb08ba940969108002dab17415b88211d6')
+b2sums=('e50f9539c7b13380a4ff691eccdc4577666517a1b42c4eac38a94a4191d8324852c4c7d1152f0db427c9629ffb02033117c3d692defc681a45b4c238ada7ebe7'
+
'f033a50db6358297580363d62bbd9d4a6003b5476ba361650133841138af76b990ed49e2e34d487cf4167ebeb3cd6b8f9230e5e700a5d96f7f06cbc5b42c4076')
+
+prepare() {
+cd ${pkgname}-${_pkgver}
+
+patch -p1 -i ../rcfile.diff
+}
+
+package() {
+cd ${pkgname}-${_pkgver}
+
+install -Dm755 searchsploit "${pkgdir}"/usr/bin/searchsploit
+install -Dm644 .searchsploit_rc "${pkgdir}"/etc/searchsploit_rc
+mkdir -p "${pkgdir}"/usr/share/${pkgname}
+cp -a exploits/ shellcodes/ files_*.csv "${pkgdir}"/usr/share/${pkgname}
+}
+
+# vim: ts=4 sw=4 et:

Deleted: rcfile.diff
===
--- rcfile.diff 2021-03-09 20:40:11 UTC (rev 887143)
+++ rcfile.diff 2021-03-09 20:40:16 UTC (rev 887144)
@@ -1,31 +0,0 @@
-diff --git a/.searchsploit_rc b/.searchsploit_rc
-index 36c9b1c8..62bbe404 100644
 a/.searchsploit_rc
-+++ b/.searchsploit_rc
-@@ -4,7 +4,7 @@ progname="$( basename "$0" )"
- 
- ##-- Exploits
- files_array+=("files_exploits.csv")
--path_array+=("/opt/exploitdb")
-+path_array+=("/usr/share/exploitdb")
- name_array+=("Exploit")
- git_array+=("https://github.com/offensive-security/exploitdb.git";)
- package_array+=("exploitdb")
-@@ -12,7 +12,7 @@ package_array+=("exploitdb")
- 
- ##-- Shellcodes
- files_array+=("files_shellcodes.csv")
--path_array+=("/opt/exploitdb")
-+path_array+=("/usr/share/explo

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

2021-03-09 Thread Levente Polyak via arch-commits
Date: Tuesday, March 9, 2021 @ 20:40:11
  Author: anthraxx
Revision: 887143

upgpkg: exploitdb 20210309-1

Modified:
  exploitdb/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2021-03-09 20:34:04 UTC (rev 887142)
+++ PKGBUILD2021-03-09 20:40:11 UTC (rev 887143)
@@ -2,7 +2,7 @@
 # Maintainer: Levente Polyak 
 
 pkgname=exploitdb
-_pkgver=2021-01-22
+_pkgver=2021-03-09
 pkgver=${_pkgver//-/}
 pkgrel=1
 pkgdesc="Offensive Security’s Exploit Database Archive"
@@ -15,9 +15,9 @@
 options=('!strip')
 
source=("https://github.com/offensive-security/${pkgname}/archive/${_pkgver}/${pkgname}-${_pkgver}.tar.gz";
 "rcfile.diff")
-sha512sums=('b2c255eed8eb2f7707aa004ca210b636989a6f0e8daf62b7e8afbdc9aaa2483b4883e18f4569884be7c98b26217c0b55dc12156e4184b3930320a401c89c4987'
+sha512sums=('3f9649fe7cc72636c20a7104b843fcbecf06888d1cf798c0279135f91b101fbebfb870a35f38d314b2b589ef3e7a6c18cdaaf6f96b2c691d78c1110da24af6db'
 
'e170da5b974975c6c23c5b09e8c1825bbb17446fb506f2d00f92f86f94394acf18a53458bd90969de38da642fc1f7abb08ba940969108002dab17415b88211d6')
-b2sums=('35730d650ce151ba4d832de236632b7a81fed1f1302288eb30c7ff3a08d91c9f9fbe2254e8a72e38144743a8ee22720679c314dbd2df3f00942426dd9b1baa4b'
+b2sums=('e50f9539c7b13380a4ff691eccdc4577666517a1b42c4eac38a94a4191d8324852c4c7d1152f0db427c9629ffb02033117c3d692defc681a45b4c238ada7ebe7'
 
'f033a50db6358297580363d62bbd9d4a6003b5476ba361650133841138af76b990ed49e2e34d487cf4167ebeb3cd6b8f9230e5e700a5d96f7f06cbc5b42c4076')
 
 prepare() {


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

2021-03-09 Thread Levente Polyak via arch-commits
Date: Tuesday, March 9, 2021 @ 20:34:04
  Author: anthraxx
Revision: 887142

archrelease: copy trunk to community-any

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

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

Deleted: PKGBUILD
===
--- PKGBUILD2021-03-09 20:33:59 UTC (rev 887141)
+++ PKGBUILD2021-03-09 20:34:04 UTC (rev 887142)
@@ -1,39 +0,0 @@
-# Maintainer: Levente Polyak 
-# Contributor: Anthony25 
-
-_pkgname=Flask-Migrate
-pkgname=python-flask-migrate
-pkgver=2.5.3
-pkgrel=3
-pkgdesc='SQLAlchemy database migrations for Flask applications using Alembic..'
-url='https://github.com/miguelgrinberg/Flask-Migrate/'
-arch=('any')
-license=('MIT')
-depends=('python' 'python-alembic' 'python-flask' 'python-flask-script' 
'python-flask-sqlalchemy'
- 'python-setuptools')
-makedepends=('python-sphinx')
-source=(https://github.com/miguelgrinberg/Flask-Migrate/archive/v${pkgver}/${pkgname}-${pkgver}.tar.gz)
-sha256sums=('4af1feb1b5e5a0332c11c3ebe7981228719776b73c0bfa28b4aead541dff46d8')
-sha512sums=('f9fff3d94d07a5d79bdd40b04cfe808c40915c3f4e48b0db8f5268897892591604480612aefb1587bc9736fbca023bd5738f5d168f16e6460568151521fa4609')
-
-build() {
-  cd ${_pkgname}-${pkgver}
-  python setup.py build
-  make -j1 -C docs man text SPHINXBUILD=sphinx-build
-}
-
-check() {
-  cd ${_pkgname}-${pkgver}
-  python setup.py test
-}
-
-package() {
-  cd ${_pkgname}-${pkgver}
-  python setup.py install --root="${pkgdir}/" --optimize=1 --skip-build
-  install -Dm 644 README.md CHANGES.md -t "${pkgdir}/usr/share/doc/${pkgname}"
-  install -Dm 644 LICENSE -t "${pkgdir}/usr/share/licenses/${pkgname}"
-  install -Dm 644 docs/_build/text/* -t "${pkgdir}/usr/share/doc/${pkgname}"
-  install -Dm 644 docs/_build/man/flask-migrate.1 
"${pkgdir}/usr/share/man/man1/${pkgname}.1"
-}
-
-# vim: ts=2 sw=2 et:

Copied: python-flask-migrate/repos/community-any/PKGBUILD (from rev 887141, 
python-flask-migrate/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2021-03-09 20:34:04 UTC (rev 887142)
@@ -0,0 +1,39 @@
+# Maintainer: Levente Polyak 
+# Contributor: Anthony25 
+
+_pkgname=Flask-Migrate
+pkgname=python-flask-migrate
+pkgver=2.7.0
+pkgrel=1
+pkgdesc='SQLAlchemy database migrations for Flask applications using Alembic..'
+url='https://github.com/miguelgrinberg/Flask-Migrate/'
+arch=('any')
+license=('MIT')
+depends=('python' 'python-alembic' 'python-flask' 'python-flask-script' 
'python-flask-sqlalchemy'
+ 'python-setuptools')
+makedepends=('python-sphinx')
+source=(https://github.com/miguelgrinberg/Flask-Migrate/archive/v${pkgver}/${pkgname}-${pkgver}.tar.gz)
+sha256sums=('735a4bdb4df1a4e68509a9efca634ceefcd92985b67f4230d50befb9c93bc556')
+sha512sums=('4778d01942c159c6c34df6506de62932bc062a0fe434460d2db0132910586c18410b6c734c3a883705594f141f43b4520c0ce39ca0d5f58c24de771d3de29e34')
+
+build() {
+  cd ${_pkgname}-${pkgver}
+  python setup.py build
+  make -j1 -C docs man text SPHINXBUILD=sphinx-build
+}
+
+check() {
+  cd ${_pkgname}-${pkgver}
+  python setup.py test
+}
+
+package() {
+  cd ${_pkgname}-${pkgver}
+  python setup.py install --root="${pkgdir}/" --optimize=1 --skip-build
+  install -Dm 644 README.md CHANGES.md -t "${pkgdir}/usr/share/doc/${pkgname}"
+  install -Dm 644 LICENSE -t "${pkgdir}/usr/share/licenses/${pkgname}"
+  install -Dm 644 docs/_build/text/* -t "${pkgdir}/usr/share/doc/${pkgname}"
+  install -Dm 644 docs/_build/man/flask-migrate.1 
"${pkgdir}/usr/share/man/man1/${pkgname}.1"
+}
+
+# vim: ts=2 sw=2 et:


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

2021-03-09 Thread Levente Polyak via arch-commits
Date: Tuesday, March 9, 2021 @ 20:32:44
  Author: anthraxx
Revision: 887139

upgpkg: python-flask-htmlmin 2.1.0-1

Modified:
  python-flask-htmlmin/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2021-03-09 20:32:35 UTC (rev 887138)
+++ PKGBUILD2021-03-09 20:32:44 UTC (rev 887139)
@@ -2,7 +2,7 @@
 
 _pkgname=Flask-HTMLmin
 pkgname=python-flask-htmlmin
-pkgver=2.0.2
+pkgver=2.1.0
 pkgrel=1
 pkgdesc='Flask html response minifier'
 url='https://github.com/hamidfzm/Flask-HTMLmin'
@@ -12,8 +12,8 @@
 makedepends=('python-setuptools')
 checkdepends=('python-pytest' 'python-pytest-cov' 'python-pytest-runner')
 
source=(https://github.com/hamidfzm/Flask-HTMLmin/archive/v${pkgver}/${pkgbase}-${pkgver}.tar.gz)
-sha256sums=('549a5a191e891678e1f4d2def9056de2b354426f13857bfc2754580b94ba08e2')
-sha512sums=('ea863644baecdf54d6b0a920ad0cbd84880e6c029a7d5313f0964f03233a74b7d11b3e15431ecf02fc6c33b38241e472968ed1bcad5b8163d14001678a4833e2')
+sha256sums=('a2958cf77c5ea7a0cc1f94a7b147be748ca52d923c6261de1a68f2cac2bc3d22')
+sha512sums=('3d3ea40bc5d802f41b0d3a99fcca59407b3948d9b4fe2300bc597bbfbaa851435276a7dcee4b6cc08cc52b0674a53fd655b7bb1c6504bd53ea9963600626a59a')
 
 build() {
   cd ${_pkgname}-${pkgver}


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

2021-03-09 Thread Levente Polyak via arch-commits
Date: Tuesday, March 9, 2021 @ 20:33:59
  Author: anthraxx
Revision: 887141

upgpkg: python-flask-migrate 2.7.0-1

Modified:
  python-flask-migrate/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2021-03-09 20:32:49 UTC (rev 887140)
+++ PKGBUILD2021-03-09 20:33:59 UTC (rev 887141)
@@ -3,8 +3,8 @@
 
 _pkgname=Flask-Migrate
 pkgname=python-flask-migrate
-pkgver=2.5.3
-pkgrel=3
+pkgver=2.7.0
+pkgrel=1
 pkgdesc='SQLAlchemy database migrations for Flask applications using Alembic..'
 url='https://github.com/miguelgrinberg/Flask-Migrate/'
 arch=('any')
@@ -13,8 +13,8 @@
  'python-setuptools')
 makedepends=('python-sphinx')
 
source=(https://github.com/miguelgrinberg/Flask-Migrate/archive/v${pkgver}/${pkgname}-${pkgver}.tar.gz)
-sha256sums=('4af1feb1b5e5a0332c11c3ebe7981228719776b73c0bfa28b4aead541dff46d8')
-sha512sums=('f9fff3d94d07a5d79bdd40b04cfe808c40915c3f4e48b0db8f5268897892591604480612aefb1587bc9736fbca023bd5738f5d168f16e6460568151521fa4609')
+sha256sums=('735a4bdb4df1a4e68509a9efca634ceefcd92985b67f4230d50befb9c93bc556')
+sha512sums=('4778d01942c159c6c34df6506de62932bc062a0fe434460d2db0132910586c18410b6c734c3a883705594f141f43b4520c0ce39ca0d5f58c24de771d3de29e34')
 
 build() {
   cd ${_pkgname}-${pkgver}


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

2021-03-09 Thread Levente Polyak via arch-commits
Date: Tuesday, March 9, 2021 @ 20:32:49
  Author: anthraxx
Revision: 887140

archrelease: copy trunk to community-any

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

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

Deleted: PKGBUILD
===
--- PKGBUILD2021-03-09 20:32:44 UTC (rev 887139)
+++ PKGBUILD2021-03-09 20:32:49 UTC (rev 887140)
@@ -1,35 +0,0 @@
-# Maintainer: Levente Polyak 
-
-_pkgname=Flask-HTMLmin
-pkgname=python-flask-htmlmin
-pkgver=2.0.2
-pkgrel=1
-pkgdesc='Flask html response minifier'
-url='https://github.com/hamidfzm/Flask-HTMLmin'
-arch=('any')
-license=('BSD')
-depends=('python' 'python-flask' 'python-htmlmin')
-makedepends=('python-setuptools')
-checkdepends=('python-pytest' 'python-pytest-cov' 'python-pytest-runner')
-source=(https://github.com/hamidfzm/Flask-HTMLmin/archive/v${pkgver}/${pkgbase}-${pkgver}.tar.gz)
-sha256sums=('549a5a191e891678e1f4d2def9056de2b354426f13857bfc2754580b94ba08e2')
-sha512sums=('ea863644baecdf54d6b0a920ad0cbd84880e6c029a7d5313f0964f03233a74b7d11b3e15431ecf02fc6c33b38241e472968ed1bcad5b8163d14001678a4833e2')
-
-build() {
-  cd ${_pkgname}-${pkgver}
-  python setup.py build
-}
-
-check() {
-  cd ${_pkgname}-${pkgver}
-  python setup.py test
-}
-
-package() {
-  cd ${_pkgname}-${pkgver}
-  python setup.py install --root="${pkgdir}" --optimize=1 --skip-build
-  install -Dm 644 README.md -t "${pkgdir}/usr/share/doc/${pkgname}"
-  install -Dm 644 LICENSE -t "${pkgdir}/usr/share/licenses/${pkgname}"
-}
-
-# vim: ts=2 sw=2 et:

Copied: python-flask-htmlmin/repos/community-any/PKGBUILD (from rev 887139, 
python-flask-htmlmin/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2021-03-09 20:32:49 UTC (rev 887140)
@@ -0,0 +1,35 @@
+# Maintainer: Levente Polyak 
+
+_pkgname=Flask-HTMLmin
+pkgname=python-flask-htmlmin
+pkgver=2.1.0
+pkgrel=1
+pkgdesc='Flask html response minifier'
+url='https://github.com/hamidfzm/Flask-HTMLmin'
+arch=('any')
+license=('BSD')
+depends=('python' 'python-flask' 'python-htmlmin')
+makedepends=('python-setuptools')
+checkdepends=('python-pytest' 'python-pytest-cov' 'python-pytest-runner')
+source=(https://github.com/hamidfzm/Flask-HTMLmin/archive/v${pkgver}/${pkgbase}-${pkgver}.tar.gz)
+sha256sums=('a2958cf77c5ea7a0cc1f94a7b147be748ca52d923c6261de1a68f2cac2bc3d22')
+sha512sums=('3d3ea40bc5d802f41b0d3a99fcca59407b3948d9b4fe2300bc597bbfbaa851435276a7dcee4b6cc08cc52b0674a53fd655b7bb1c6504bd53ea9963600626a59a')
+
+build() {
+  cd ${_pkgname}-${pkgver}
+  python setup.py build
+}
+
+check() {
+  cd ${_pkgname}-${pkgver}
+  python setup.py test
+}
+
+package() {
+  cd ${_pkgname}-${pkgver}
+  python setup.py install --root="${pkgdir}" --optimize=1 --skip-build
+  install -Dm 644 README.md -t "${pkgdir}/usr/share/doc/${pkgname}"
+  install -Dm 644 LICENSE -t "${pkgdir}/usr/share/licenses/${pkgname}"
+}
+
+# vim: ts=2 sw=2 et:


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

2021-03-09 Thread Levente Polyak via arch-commits
Date: Tuesday, March 9, 2021 @ 20:36:21
  Author: anthraxx
Revision: 409542

archrelease: copy trunk to extra-x86_64

Added:
  linux-hardened/repos/extra-x86_64/PKGBUILD
(from rev 409541, linux-hardened/trunk/PKGBUILD)
  linux-hardened/repos/extra-x86_64/config
(from rev 409541, linux-hardened/trunk/config)
Deleted:
  linux-hardened/repos/extra-x86_64/PKGBUILD
  linux-hardened/repos/extra-x86_64/config

--+
 PKGBUILD |  406 -
 config   |20232 ++---
 2 files changed, 10319 insertions(+), 10319 deletions(-)

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


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

2021-03-09 Thread Levente Polyak via arch-commits
Date: Tuesday, March 9, 2021 @ 20:36:16
  Author: anthraxx
Revision: 409541

upgpkg: linux-hardened 5.10.22.hardened1-1

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

--+
 PKGBUILD |8 
 config   |2 +-
 2 files changed, 5 insertions(+), 5 deletions(-)

Modified: PKGBUILD
===
--- PKGBUILD2021-03-09 20:09:15 UTC (rev 409540)
+++ PKGBUILD2021-03-09 20:36:16 UTC (rev 409541)
@@ -4,7 +4,7 @@
 # Contributor: Thomas Baechler 
 
 pkgbase=linux-hardened
-pkgver=5.10.21.hardened1
+pkgver=5.10.22.hardened1
 pkgrel=1
 pkgdesc='Security-Hardened Linux'
 url='https://github.com/anthraxx/linux-hardened'
@@ -27,11 +27,11 @@
   '647F28654894E3BD457199BE38DBBDC86092693E'  # Greg Kroah-Hartman
   'E240B57E2C4630BA768E2F26FC1B547C8D8172C8'  # Levente Polyak
 )
-sha256sums=('9e7fe6ff1665bb578e8a88e761f6727b7f170a81563b93c1d49bd0bb7d7de2af'
+sha256sums=('245b16b532d67ca34805bd66790e3697d19269499d9b27056d73bfd0823163df'
 'SKIP'
-'d769d4cce903473ef83a8782c6ed602cf4416eb53d6cd896c03df38df86a1ab0'
+'284a5359ffede7a3c812bfb8ec26c3341fbcc9f29ad86782dfe6a69418bb4749'
 'SKIP'
-'6012d9d95f50877d5013f1915b491acc5118fcca75b8b5cf84cbf6721ec84c7e')
+'0b7c779d86e0b369af105d134cbc3dbcb6068d6386ff359bac9efe03ac2eda6b')
 
 export KBUILD_BUILD_HOST=archlinux
 export KBUILD_BUILD_USER=$pkgbase

Modified: config
===
--- config  2021-03-09 20:09:15 UTC (rev 409540)
+++ config  2021-03-09 20:36:16 UTC (rev 409541)
@@ -1,6 +1,6 @@
 #
 # Automatically generated file; DO NOT EDIT.
-# Linux/x86 5.10.21-hardened1 Kernel Configuration
+# Linux/x86 5.10.22-hardened1 Kernel Configuration
 #
 CONFIG_CC_VERSION_TEXT="gcc (GCC) 10.2.0"
 CONFIG_CC_IS_GCC=y


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

2021-03-09 Thread Levente Polyak via arch-commits
Date: Tuesday, March 9, 2021 @ 20:30:29
  Author: anthraxx
Revision: 887136

archrelease: copy trunk to community-x86_64

Added:
  terragrunt/repos/community-x86_64/PKGBUILD
(from rev 887135, terragrunt/trunk/PKGBUILD)
Deleted:
  terragrunt/repos/community-x86_64/PKGBUILD

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

Deleted: PKGBUILD
===
--- PKGBUILD2021-03-09 20:30:25 UTC (rev 887135)
+++ PKGBUILD2021-03-09 20:30:29 UTC (rev 887136)
@@ -1,37 +0,0 @@
-# Maintainer: Levente Polyak 
-# Contributor: Benjamin Denhartog 
-# Contributor: Andreas 'Segaja' Schleifer 
-
-pkgname=terragrunt
-pkgver=0.28.4
-pkgrel=1
-pkgdesc='Thin wrapper for Terraform that provides extra tools for working with 
multiple Terraform modules'
-url='https://github.com/gruntwork-io/terragrunt'
-arch=('x86_64')
-makedepends=('git' 'go')
-depends=('glibc' 'terraform')
-license=('MIT')
-source=("${url}/archive/v${pkgver}/${pkgname}-${pkgver}.tar.gz")
-sha256sums=('8ad4fa6e9e9c075a8a04f76117a6ab05a062cd6fe0fd0ed1c23937c7ec272839')
-b2sums=('41708f7eef4815471d73c2b7f6758359b7cd24f437acbf4b98a8f3f78dc9c125b81087b319d08510fe7434d5ac927070a15a6952fdaefd643eaf29cf7ceefe57')
-
-build() {
-  cd ${pkgname}-${pkgver}
-  export GO11MODULE=on
-  export CGO_CFLAGS="${CFLAGS}"
-  export CGO_CXXFLAGS="${CXXFLAGS}"
-  export CGO_CPPFLAGS="${CPPFLAGS}"
-  export CGO_LDFLAGS="${LDFLAGS}"
-  export GOFLAGS="-buildmode=pie -ldflags=-linkmode=external -trimpath 
-mod=readonly -modcacherw"
-  go build -v \
--ldflags "-linkmode=external -extldflags '${LDFLAGS}' -X 
main.VERSION=${pkgver}" \
-.
-}
-
-package() {
-  cd ${pkgname}-${pkgver}
-  install -Dm 755 ${pkgname} -t "${pkgdir}/usr/bin"
-  install -Dm 644 LICENSE.txt -t "${pkgdir}/usr/share/licenses/${pkgname}"
-}
-
-# vim:set ts=2 sw=2 et:

Copied: terragrunt/repos/community-x86_64/PKGBUILD (from rev 887135, 
terragrunt/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2021-03-09 20:30:29 UTC (rev 887136)
@@ -0,0 +1,37 @@
+# Maintainer: Levente Polyak 
+# Contributor: Benjamin Denhartog 
+# Contributor: Andreas 'Segaja' Schleifer 
+
+pkgname=terragrunt
+pkgver=0.28.8
+pkgrel=1
+pkgdesc='Thin wrapper for Terraform that provides extra tools for working with 
multiple Terraform modules'
+url='https://github.com/gruntwork-io/terragrunt'
+arch=('x86_64')
+makedepends=('git' 'go')
+depends=('glibc' 'terraform')
+license=('MIT')
+source=("${url}/archive/v${pkgver}/${pkgname}-${pkgver}.tar.gz")
+sha256sums=('101daa44aba15c7426d74353f973c0bfc2699965766795c975861fc460b48343')
+b2sums=('48647c3c723e24cc5a911046b7af19168d3cb8aa81ea2e1e7dd538affd4cbbd95375d4e2a819ea3ffe5708a8d1d641afbcffbe06be21082d636b2d358eb8a0fc')
+
+build() {
+  cd ${pkgname}-${pkgver}
+  export GO11MODULE=on
+  export CGO_CFLAGS="${CFLAGS}"
+  export CGO_CXXFLAGS="${CXXFLAGS}"
+  export CGO_CPPFLAGS="${CPPFLAGS}"
+  export CGO_LDFLAGS="${LDFLAGS}"
+  export GOFLAGS="-buildmode=pie -ldflags=-linkmode=external -trimpath 
-mod=readonly -modcacherw"
+  go build -v \
+-ldflags "-linkmode=external -extldflags '${LDFLAGS}' -X 
main.VERSION=${pkgver}" \
+.
+}
+
+package() {
+  cd ${pkgname}-${pkgver}
+  install -Dm 755 ${pkgname} -t "${pkgdir}/usr/bin"
+  install -Dm 644 LICENSE.txt -t "${pkgdir}/usr/share/licenses/${pkgname}"
+}
+
+# vim:set ts=2 sw=2 et:


[arch-commits] Commit in rabbitmq/repos/community-any (14 files)

2021-03-09 Thread Levente Polyak via arch-commits
Date: Tuesday, March 9, 2021 @ 20:29:00
  Author: anthraxx
Revision: 887134

archrelease: copy trunk to community-any

Added:
  rabbitmq/repos/community-any/PKGBUILD
(from rev 887133, rabbitmq/trunk/PKGBUILD)
  rabbitmq/repos/community-any/rabbitmq-customize-systemd-service.patch
(from rev 887133, rabbitmq/trunk/rabbitmq-customize-systemd-service.patch)
  rabbitmq/repos/community-any/rabbitmq-env.conf
(from rev 887133, rabbitmq/trunk/rabbitmq-env.conf)
  rabbitmq/repos/community-any/rabbitmq.install
(from rev 887133, rabbitmq/trunk/rabbitmq.install)
  rabbitmq/repos/community-any/rabbitmq.logrotate
(from rev 887133, rabbitmq/trunk/rabbitmq.logrotate)
  rabbitmq/repos/community-any/rabbitmq.sysusers
(from rev 887133, rabbitmq/trunk/rabbitmq.sysusers)
  rabbitmq/repos/community-any/rabbitmq.tmpfiles
(from rev 887133, rabbitmq/trunk/rabbitmq.tmpfiles)
Deleted:
  rabbitmq/repos/community-any/PKGBUILD
  rabbitmq/repos/community-any/rabbitmq-customize-systemd-service.patch
  rabbitmq/repos/community-any/rabbitmq-env.conf
  rabbitmq/repos/community-any/rabbitmq.install
  rabbitmq/repos/community-any/rabbitmq.logrotate
  rabbitmq/repos/community-any/rabbitmq.sysusers
  rabbitmq/repos/community-any/rabbitmq.tmpfiles

--+
 PKGBUILD |  178 ++---
 rabbitmq-customize-systemd-service.patch |  106 -
 rabbitmq-env.conf|6 
 rabbitmq.install |   18 +-
 rabbitmq.logrotate   |   12 -
 rabbitmq.sysusers|2 
 rabbitmq.tmpfiles|4 
 7 files changed, 163 insertions(+), 163 deletions(-)

Deleted: PKGBUILD
===
--- PKGBUILD2021-03-09 20:28:53 UTC (rev 887133)
+++ PKGBUILD2021-03-09 20:29:00 UTC (rev 887134)
@@ -1,89 +0,0 @@
-# Maintainer: Levente Polyak 
-# Contributor: Marcello "mereghost" Rocha 
-# Contributor: Gianni Vialetto 
-# Contributor: Stefan J. Betz 
-# Contributor: p2k 
-# Contributor: Jonathan Liu 
-# Contributor: Christopher Grebs 
-# Contributor: mutantmonkey
-
-pkgbase=rabbitmq
-pkgname=(rabbitmq rabbitmqadmin)
-pkgver=3.8.12
-pkgrel=2
-pkgdesc='Highly reliable and performant enterprise messaging implementation of 
AMQP written in Erlang/OTP'
-url='https://rabbitmq.com'
-arch=('any')
-license=('MPL')
-makedepends=(
-  'zip' 'unzip' 'libxslt' 'xmlto' 'systemd' 'elixir' 'python' 
'python-simplejson' 'rsync'
-  'util-linux' 'inetutils' 'erlang-nox' 'socat'
-)
-options=('!makeflags')
-source=(https://github.com/rabbitmq/rabbitmq-server/releases/download/v${pkgver}/rabbitmq-server-${pkgver}.tar.xz{,.asc}
-rabbitmq-customize-systemd-service.patch
-rabbitmq-env.conf
-rabbitmq.sysusers
-rabbitmq.tmpfiles
-rabbitmq.logrotate)
-sha512sums=('60ad1ec561a065c26941859ac24fc7744937455a104a389c88f5054485216a04a3abb4dce62b8986e4ebe408efed9bf04efdcdb55bfac95f03c852e8bc92e031'
-'SKIP'
-
'4859e67725dc8467b43102200bf47bdf69e3f3b700da859e861327e2f01491bfaeed8e32da4fc2415d8a127037420b768ef321a42d535f181cab56945f83d2c2'
-
'8b841e28fa0a1424dd9e57c0988e015f3cd4cccef0f73ccdb7c7b66d11ca62ba8ef3a59c7ca5e5f0c9c9d8003ac72bf53785985d98aae867961787003286e179'
-
'17d33e7104172bc265d97821fec58f1402ad3103f1ea4b1f6bbabcf0dd840685708a1bdc808b48c1a60726c5c0aa7b6479395afd9360d3116b812c143c432423'
-
'5cbef5497029ff227050c6f18c4fcc35b3922747408d01b7590f096253af82a8a8f16008efcc8ea21f970ce87244de62e2e375f65c49e407e53440eada5d7114'
-
'f2a6aaa38e575e7c947191a7c67add1434beb768c50acb16d5faa5dd83d390a9a5ec7c153487add4ac26de058a02bbb5c3a7d6377e91a1d0cbcca3c1d6797b02')
-validpgpkeys=('0A9AF2115F4687BD29803A206B73A36E6026DFCA') # RabbitMQ Release 
Signing Key 
-
-prepare() {
-  cd ${pkgbase}-server-${pkgver}
-  sed -E 's|^(SYS_PREFIX=).*$|\1""|' -i deps/rabbit/scripts/rabbitmq-defaults
-  sed -E 's|@RABBITMQ_USER@|rabbitmq|g' -i scripts/rabbitmq-script-wrapper
-  sed -E 's|@RABBITMQ_GROUP@|rabbitmq|g' -i scripts/rabbitmq-script-wrapper
-  sed -E 's|@STDOUT_STDERR_REDIRECTION@||g' -i scripts/rabbitmq-script-wrapper
-  sed -e "s|%%VSN%%|${pkgver}|" -i deps/rabbitmq_management/bin/rabbitmqadmin
-  patch -p1 < ../rabbitmq-customize-systemd-service.patch
-}
-
-build() {
-  cd ${pkgbase}-server-${pkgver}
-  make
-}
-
-package_rabbitmq() {
-  depends=('util-linux' 'inetutils' 'erlang-nox' 'socat')
-  optdepends=('rabbitmqadmin: CLI management tool'
-  'logrotate: rotate log files')
-  backup=('etc/rabbitmq/rabbitmq-env.conf')
-  install=rabbitmq.install
-  cd ${pkgbase}-server-${pkgver}
-  make DESTDIR="${pkgdir}" PREFIX=/usr RMQ_ROOTDIR=/usr/lib/rabbitmq \
-install install-man install-bin
-
-  # using script wrapper for better bin handling
-  local libdir="${pkgdir}/usr/lib/rabbitmq/lib/rabbitmq_server-${pkgver}"

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

2021-03-09 Thread Jan Steffens via arch-commits
Date: Tuesday, March 9, 2021 @ 20:07:38
  Author: heftig
Revision: 887109

r73.0cf3b48-94: linux 5.11.5.arch1-1

Modified:
  netfilter-fullconenat/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2021-03-09 18:42:11 UTC (rev 887108)
+++ PKGBUILD2021-03-09 20:07:38 UTC (rev 887109)
@@ -3,7 +3,7 @@
 
 pkgname=netfilter-fullconenat
 pkgver=r73.0cf3b48
-pkgrel=93
+pkgrel=94
 pkgdesc="A kernel module that turns MASQUERADE into full cone SNAT"
 arch=('x86_64')
 url="https://github.com/Chion82/netfilter-full-cone-nat";


[arch-commits] Commit in virtualbox-host-modules-arch/trunk (PKGBUILD)

2021-03-09 Thread Jan Steffens via arch-commits
Date: Tuesday, March 9, 2021 @ 20:07:40
  Author: heftig
Revision: 887110

6.1.18-17: linux 5.11.5.arch1-1

Modified:
  virtualbox-host-modules-arch/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2021-03-09 20:07:38 UTC (rev 887109)
+++ PKGBUILD2021-03-09 20:07:40 UTC (rev 887110)
@@ -3,7 +3,7 @@
 
 pkgname='virtualbox-host-modules-arch'
 pkgver=6.1.18
-pkgrel=16
+pkgrel=17
 pkgdesc='Virtualbox host kernel modules for Arch Kernel'
 arch=('x86_64')
 url='https://virtualbox.org/'


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

2021-03-09 Thread Levente Polyak via arch-commits
Date: Tuesday, March 9, 2021 @ 20:28:53
  Author: anthraxx
Revision: 887133

upgpkg: rabbitmq 3.8.14-1

Modified:
  rabbitmq/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2021-03-09 20:27:12 UTC (rev 887132)
+++ PKGBUILD2021-03-09 20:28:53 UTC (rev 887133)
@@ -9,8 +9,8 @@
 
 pkgbase=rabbitmq
 pkgname=(rabbitmq rabbitmqadmin)
-pkgver=3.8.12
-pkgrel=2
+pkgver=3.8.14
+pkgrel=1
 pkgdesc='Highly reliable and performant enterprise messaging implementation of 
AMQP written in Erlang/OTP'
 url='https://rabbitmq.com'
 arch=('any')
@@ -26,7 +26,7 @@
 rabbitmq.sysusers
 rabbitmq.tmpfiles
 rabbitmq.logrotate)
-sha512sums=('60ad1ec561a065c26941859ac24fc7744937455a104a389c88f5054485216a04a3abb4dce62b8986e4ebe408efed9bf04efdcdb55bfac95f03c852e8bc92e031'
+sha512sums=('19326fb7ce42241c22541dadd73a147d0b1e6c01d3c7748486fb1d666d76e2ba7835d2a39c200294808ef1a7af5f885fbbe8c7c2a81e561922bd6f8574e5fb91'
 'SKIP'
 
'4859e67725dc8467b43102200bf47bdf69e3f3b700da859e861327e2f01491bfaeed8e32da4fc2415d8a127037420b768ef321a42d535f181cab56945f83d2c2'
 
'8b841e28fa0a1424dd9e57c0988e015f3cd4cccef0f73ccdb7c7b66d11ca62ba8ef3a59c7ca5e5f0c9c9d8003ac72bf53785985d98aae867961787003286e179'


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

2021-03-09 Thread Levente Polyak via arch-commits
Date: Tuesday, March 9, 2021 @ 20:30:25
  Author: anthraxx
Revision: 887135

upgpkg: terragrunt 0.28.8-1

Modified:
  terragrunt/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2021-03-09 20:29:00 UTC (rev 887134)
+++ PKGBUILD2021-03-09 20:30:25 UTC (rev 887135)
@@ -3,7 +3,7 @@
 # Contributor: Andreas 'Segaja' Schleifer 
 
 pkgname=terragrunt
-pkgver=0.28.4
+pkgver=0.28.8
 pkgrel=1
 pkgdesc='Thin wrapper for Terraform that provides extra tools for working with 
multiple Terraform modules'
 url='https://github.com/gruntwork-io/terragrunt'
@@ -12,8 +12,8 @@
 depends=('glibc' 'terraform')
 license=('MIT')
 source=("${url}/archive/v${pkgver}/${pkgname}-${pkgver}.tar.gz")
-sha256sums=('8ad4fa6e9e9c075a8a04f76117a6ab05a062cd6fe0fd0ed1c23937c7ec272839')
-b2sums=('41708f7eef4815471d73c2b7f6758359b7cd24f437acbf4b98a8f3f78dc9c125b81087b319d08510fe7434d5ac927070a15a6952fdaefd643eaf29cf7ceefe57')
+sha256sums=('101daa44aba15c7426d74353f973c0bfc2699965766795c975861fc460b48343')
+b2sums=('48647c3c723e24cc5a911046b7af19168d3cb8aa81ea2e1e7dd538affd4cbbd95375d4e2a819ea3ffe5708a8d1d641afbcffbe06be21082d636b2d358eb8a0fc')
 
 build() {
   cd ${pkgname}-${pkgver}


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

2021-03-09 Thread Levente Polyak via arch-commits
Date: Tuesday, March 9, 2021 @ 20:32:31
  Author: anthraxx
Revision: 887137

upgpkg: vim-ale 3.1.0-1

Modified:
  vim-ale/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2021-03-09 20:30:29 UTC (rev 887136)
+++ PKGBUILD2021-03-09 20:32:31 UTC (rev 887137)
@@ -2,11 +2,11 @@
 # Contributor: David Thurstenson 
 
 pkgname=vim-ale
-_gitcommit=08295ce17405cb5f6c80d2f726262493bfd21210
-pkgver=3.0.0
+_gitcommit=388cf3374312b05122151bc68691bf09a69ff840
+pkgver=3.1.0
 pkgrel=1
-pkgdesc='Asynchronous Lint Engine'
-url='https://github.com/w0rp/ale'
+pkgdesc='Asynchronous Lint Engine with Language Server Protocol (LSP) support'
+url='https://github.com/dense-analysis/ale'
 arch=('any')
 license=('BSD')
 depends=('vim')
@@ -14,17 +14,17 @@
 'flake8: for python support')
 makedepends=('git')
 groups=('vim-plugins')
-source=("${pkgname}::git+https://github.com/w0rp/ale#commit=${_gitcommit}?signed";)
+source=("git+${url}.git#commit=${_gitcommit}?signed")
 sha512sums=('SKIP')
 validpgpkeys=('E5132116F56ACE32A3D5D7DD0FC1ECAA8C81CD83') # _w0rp_ (Always be 
true to yourself) 
 
 pkgver() {
-  cd ${pkgname}
+  cd ale
   git describe --tags | sed 's/^v//;s/\([^-]*-g\)/r\1/;s/-/./g'
 }
 
 package() {
-  cd ${pkgname}
+  cd ale
   install -Dm 644 LICENSE -t "${pkgdir}/usr/share/licenses/${pkgname}"
   install -dm 755 "${pkgdir}/usr/share/vim/vimfiles"
   cp -dr --no-preserve=ownership 
{ale_linters,autoload,doc,ftplugin,plugin,syntax} \


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

2021-03-09 Thread Christian Hesse via arch-commits
Date: Tuesday, March 9, 2021 @ 22:57:29
  Author: eworm
Revision: 887182

upgpkg: tig 2.5.3-1: new upstream release

Modified:
  tig/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2021-03-09 22:47:03 UTC (rev 887181)
+++ PKGBUILD2021-03-09 22:57:29 UTC (rev 887182)
@@ -4,7 +4,7 @@
 # Contributor: Nathan Jones 
 
 pkgname=tig
-pkgver=2.5.2
+pkgver=2.5.3
 pkgrel=1
 pkgdesc='Text-mode interface for Git.'
 depends=('git' 'ncurses')
@@ -14,7 +14,7 @@
 arch=('x86_64')
 backup=('etc/tigrc')
 
source=("https://github.com/jonas/$pkgname/releases/download/$pkgname-$pkgver/$pkgname-$pkgver.tar.gz";)
-md5sums=('695cb0429c6e0a8738747407bc1d3966')
+md5sums=('ceec1ec9a93fd70de81a613c1b368631')
 
 build() {
   cd "$srcdir/$pkgname-$pkgver"


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

2021-03-09 Thread Levente Polyak via arch-commits
Date: Tuesday, March 9, 2021 @ 20:32:35
  Author: anthraxx
Revision: 887138

archrelease: copy trunk to community-any

Added:
  vim-ale/repos/community-any/PKGBUILD
(from rev 887137, vim-ale/trunk/PKGBUILD)
Deleted:
  vim-ale/repos/community-any/PKGBUILD

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

Deleted: PKGBUILD
===
--- PKGBUILD2021-03-09 20:32:31 UTC (rev 887137)
+++ PKGBUILD2021-03-09 20:32:35 UTC (rev 887138)
@@ -1,34 +0,0 @@
-# Maintainer: Levente Polyak 
-# Contributor: David Thurstenson 
-
-pkgname=vim-ale
-_gitcommit=08295ce17405cb5f6c80d2f726262493bfd21210
-pkgver=3.0.0
-pkgrel=1
-pkgdesc='Asynchronous Lint Engine'
-url='https://github.com/w0rp/ale'
-arch=('any')
-license=('BSD')
-depends=('vim')
-optdepends=('shellcheck: for sh/bash support'
-'flake8: for python support')
-makedepends=('git')
-groups=('vim-plugins')
-source=("${pkgname}::git+https://github.com/w0rp/ale#commit=${_gitcommit}?signed";)
-sha512sums=('SKIP')
-validpgpkeys=('E5132116F56ACE32A3D5D7DD0FC1ECAA8C81CD83') # _w0rp_ (Always be 
true to yourself) 
-
-pkgver() {
-  cd ${pkgname}
-  git describe --tags | sed 's/^v//;s/\([^-]*-g\)/r\1/;s/-/./g'
-}
-
-package() {
-  cd ${pkgname}
-  install -Dm 644 LICENSE -t "${pkgdir}/usr/share/licenses/${pkgname}"
-  install -dm 755 "${pkgdir}/usr/share/vim/vimfiles"
-  cp -dr --no-preserve=ownership 
{ale_linters,autoload,doc,ftplugin,plugin,syntax} \
-"${pkgdir}/usr/share/vim/vimfiles"
-}
-
-# vim: ts=2 sw=2 et:

Copied: vim-ale/repos/community-any/PKGBUILD (from rev 887137, 
vim-ale/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2021-03-09 20:32:35 UTC (rev 887138)
@@ -0,0 +1,34 @@
+# Maintainer: Levente Polyak 
+# Contributor: David Thurstenson 
+
+pkgname=vim-ale
+_gitcommit=388cf3374312b05122151bc68691bf09a69ff840
+pkgver=3.1.0
+pkgrel=1
+pkgdesc='Asynchronous Lint Engine with Language Server Protocol (LSP) support'
+url='https://github.com/dense-analysis/ale'
+arch=('any')
+license=('BSD')
+depends=('vim')
+optdepends=('shellcheck: for sh/bash support'
+'flake8: for python support')
+makedepends=('git')
+groups=('vim-plugins')
+source=("git+${url}.git#commit=${_gitcommit}?signed")
+sha512sums=('SKIP')
+validpgpkeys=('E5132116F56ACE32A3D5D7DD0FC1ECAA8C81CD83') # _w0rp_ (Always be 
true to yourself) 
+
+pkgver() {
+  cd ale
+  git describe --tags | sed 's/^v//;s/\([^-]*-g\)/r\1/;s/-/./g'
+}
+
+package() {
+  cd ale
+  install -Dm 644 LICENSE -t "${pkgdir}/usr/share/licenses/${pkgname}"
+  install -dm 755 "${pkgdir}/usr/share/vim/vimfiles"
+  cp -dr --no-preserve=ownership 
{ale_linters,autoload,doc,ftplugin,plugin,syntax} \
+"${pkgdir}/usr/share/vim/vimfiles"
+}
+
+# vim: ts=2 sw=2 et:


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

2021-03-09 Thread Christian Hesse via arch-commits
Date: Tuesday, March 9, 2021 @ 22:57:31
  Author: eworm
Revision: 887183

archrelease: copy trunk to community-x86_64

Added:
  tig/repos/community-x86_64/PKGBUILD
(from rev 887182, tig/trunk/PKGBUILD)
Deleted:
  tig/repos/community-x86_64/PKGBUILD

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

Deleted: PKGBUILD
===
--- PKGBUILD2021-03-09 22:57:29 UTC (rev 887182)
+++ PKGBUILD2021-03-09 22:57:31 UTC (rev 887183)
@@ -1,34 +0,0 @@
-# Maintainer: Lukas Fleischer 
-# Contributor: Loui Chang 
-# Contributor: Geoffroy Carrier 
-# Contributor: Nathan Jones 
-
-pkgname=tig
-pkgver=2.5.2
-pkgrel=1
-pkgdesc='Text-mode interface for Git.'
-depends=('git' 'ncurses')
-makedepends=('asciidoc' 'xmlto')
-url='https://jonas.github.io/tig/'
-license=('GPL')
-arch=('x86_64')
-backup=('etc/tigrc')
-source=("https://github.com/jonas/$pkgname/releases/download/$pkgname-$pkgver/$pkgname-$pkgver.tar.gz";)
-md5sums=('695cb0429c6e0a8738747407bc1d3966')
-
-build() {
-  cd "$srcdir/$pkgname-$pkgver"
-
-  ./configure \
---prefix=/usr \
---sysconfdir=/etc
-  make
-}
-
-package() {
-  cd "$srcdir/$pkgname-$pkgver"
-
-  make DESTDIR="$pkgdir" install install-doc-man
-
-  install -Dm0644 contrib/tig-completion.bash 
"$pkgdir/usr/share/bash-completion/completions/tig"
-}

Copied: tig/repos/community-x86_64/PKGBUILD (from rev 887182, 
tig/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2021-03-09 22:57:31 UTC (rev 887183)
@@ -0,0 +1,34 @@
+# Maintainer: Lukas Fleischer 
+# Contributor: Loui Chang 
+# Contributor: Geoffroy Carrier 
+# Contributor: Nathan Jones 
+
+pkgname=tig
+pkgver=2.5.3
+pkgrel=1
+pkgdesc='Text-mode interface for Git.'
+depends=('git' 'ncurses')
+makedepends=('asciidoc' 'xmlto')
+url='https://jonas.github.io/tig/'
+license=('GPL')
+arch=('x86_64')
+backup=('etc/tigrc')
+source=("https://github.com/jonas/$pkgname/releases/download/$pkgname-$pkgver/$pkgname-$pkgver.tar.gz";)
+md5sums=('ceec1ec9a93fd70de81a613c1b368631')
+
+build() {
+  cd "$srcdir/$pkgname-$pkgver"
+
+  ./configure \
+--prefix=/usr \
+--sysconfdir=/etc
+  make
+}
+
+package() {
+  cd "$srcdir/$pkgname-$pkgver"
+
+  make DESTDIR="$pkgdir" install install-doc-man
+
+  install -Dm0644 contrib/tig-completion.bash 
"$pkgdir/usr/share/bash-completion/completions/tig"
+}


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

2021-03-09 Thread Levente Polyak via arch-commits
Date: Tuesday, March 9, 2021 @ 20:27:08
  Author: anthraxx
Revision: 887131

upgpkg: eksctl 0.40.0-1

Modified:
  eksctl/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2021-03-09 20:20:22 UTC (rev 887130)
+++ PKGBUILD2021-03-09 20:27:08 UTC (rev 887131)
@@ -3,7 +3,7 @@
 # Contributor: Mike Williamson 
 
 pkgname=eksctl
-pkgver=0.37.0
+pkgver=0.40.0
 pkgrel=1
 pkgdesc='Command line tool for creating clusters on Amazon EKS'
 url='https://github.com/weaveworks/eksctl'
@@ -12,8 +12,8 @@
 depends=('kubectl' 'glibc')
 makedepends=('go')
 source=("${url}/archive/${pkgver}/${pkgname}-${pkgver}.tar.gz")
-sha256sums=('e8fb2fdd3933665c36fa074db38bec37d5bc2b1b93a9fa3e682b4a50160ac7b3')
-b2sums=('6fbe3ccb51281eb229c52ac48b0d52b529f9ba733ae15fafeeab479f53ba4129f015ffb9a12465355391130e0289c499370515a05f1761e7a1cf5e8eda8630b3')
+sha256sums=('66965a282239a0d408f98ed1d2c521c8886252a7739c32f2c4792d9d0d719bca')
+b2sums=('734dc7dfc5cda743dfdc4901fc933b85163f4a2e7c23d8e1c0cf59f465de75094a7e20337d18d86deb24294daf9a4e37f734c68732d2938203e433f4b7b37888')
 
 build() {
   cd ${pkgname}-${pkgver}


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

2021-03-09 Thread Levente Polyak via arch-commits
Date: Tuesday, March 9, 2021 @ 20:27:12
  Author: anthraxx
Revision: 887132

archrelease: copy trunk to community-x86_64

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

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

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

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


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

2021-03-09 Thread Levente Polyak via arch-commits
Date: Tuesday, March 9, 2021 @ 20:20:18
  Author: anthraxx
Revision: 887129

upgpkg: hcxtools 6.1.6-1

Modified:
  hcxtools/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2021-03-09 20:19:04 UTC (rev 887128)
+++ PKGBUILD2021-03-09 20:20:18 UTC (rev 887129)
@@ -1,7 +1,7 @@
 # Maintainer: Levente Polyak 
 
 pkgname=hcxtools
-pkgver=6.1.5
+pkgver=6.1.6
 pkgrel=1
 pkgdesc='Portable solution for capturing wlan traffic and conversion to 
hashcat and John the Ripper formats'
 url='https://github.com/ZerBea/hcxtools'
@@ -10,7 +10,7 @@
 depends=('curl' 'libcurl.so' 'libpcap' 'zlib' 'openssl')
 
source=(https://github.com/ZerBea/hcxtools/archive/${pkgver}/${pkgname}-${pkgver}.tar.gz
 
https://github.com/ZerBea/hcxtools/releases/download/${pkgver}/${pkgname}-${pkgver}.tar.gz.asc)
-sha512sums=('1f4e9f9c066fc5d038a72db4c221d02342df7894c411a8e8f500036847fc8d1fe7f615268728f345a0c942445c6844ce4d1963712a65752fbde423c48d69f9d8'
+sha512sums=('e2c495f1900bbaa338e365e7aa3f4e61a09601fd7a3167c88f1fc93a50d5cd96676b0bee70d026029be2b5a2257f798f4f0963e74888c4c87349e7da320e8d17'
 'SKIP')
 validpgpkeys=('5920CE1C567948AFD2C0A9B7375516A45DB88630') # ZeroBeat 

 


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

2021-03-09 Thread Levente Polyak via arch-commits
Date: Tuesday, March 9, 2021 @ 20:19:04
  Author: anthraxx
Revision: 887128

archrelease: copy trunk to community-x86_64

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

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

Deleted: PKGBUILD
===
--- PKGBUILD2021-03-09 20:19:00 UTC (rev 887127)
+++ PKGBUILD2021-03-09 20:19:04 UTC (rev 887128)
@@ -1,31 +0,0 @@
-# Maintainer: Levente Polyak 
-
-pkgname=hcxdumptool
-pkgver=6.1.5
-pkgrel=1
-pkgdesc='Small tool to capture packets from wlan devices'
-url='https://github.com/ZerBea/hcxdumptool'
-arch=('x86_64')
-license=('MIT')
-depends=('glibc' 'openssl')
-source=(https://github.com/ZerBea/hcxdumptool/archive/${pkgver}/${pkgname}-${pkgver}.tar.gz
-
https://github.com/ZerBea/hcxdumptool/releases/download/${pkgver}/${pkgname}-${pkgver}.tar.gz.asc)
-sha512sums=('5ad90356ff9e44e5396a35c2eefe7b63d0c6d46174dd4316bfc968154e19a6081ed0a4a900c09c07cdd02cc97a6bbcd390745da05aa317980a9cbf2b049dd258'
-'SKIP')
-b2sums=('bd545e61a2578b5c3935a9770b833b17a74a2f4d99aa8b66ecdf5ce0b792018f5d331a6560a750ee84676ff7721207b8f166098a8b87c961dd51e4f1801128be'
-'SKIP')
-validpgpkeys=('5920CE1C567948AFD2C0A9B7375516A45DB88630') # ZeroBeat 

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

Copied: hcxdumptool/repos/community-x86_64/PKGBUILD (from rev 887127, 
hcxdumptool/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2021-03-09 20:19:04 UTC (rev 887128)
@@ -0,0 +1,31 @@
+# Maintainer: Levente Polyak 
+
+pkgname=hcxdumptool
+pkgver=6.1.6
+pkgrel=1
+pkgdesc='Small tool to capture packets from wlan devices'
+url='https://github.com/ZerBea/hcxdumptool'
+arch=('x86_64')
+license=('MIT')
+depends=('glibc' 'openssl')
+source=(https://github.com/ZerBea/hcxdumptool/archive/${pkgver}/${pkgname}-${pkgver}.tar.gz
+
https://github.com/ZerBea/hcxdumptool/releases/download/${pkgver}/${pkgname}-${pkgver}.tar.gz.asc)
+sha512sums=('bdf5525bea3d5db95aef3286ade0cc1dc197b081c3ef6b87bf47986ae91e95950aeaa8c3f137bfd4c4d1d763fb53254b41a414827a9c1f4e154d8b9bdd60bf73'
+'SKIP')
+b2sums=('c92366c5843e575d9134daf050f6963afbce5e369dba074698667c4356bbccff7499059f4d679cbe5134e3e1f7741f5e2677e4effea2d4cbbd36981ec9a2fd89'
+'SKIP')
+validpgpkeys=('5920CE1C567948AFD2C0A9B7375516A45DB88630') # ZeroBeat 

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


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

2021-03-09 Thread Levente Polyak via arch-commits
Date: Tuesday, March 9, 2021 @ 20:19:00
  Author: anthraxx
Revision: 887127

upgpkg: hcxdumptool 6.1.6-1

Modified:
  hcxdumptool/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2021-03-09 20:08:09 UTC (rev 887126)
+++ PKGBUILD2021-03-09 20:19:00 UTC (rev 887127)
@@ -1,7 +1,7 @@
 # Maintainer: Levente Polyak 
 
 pkgname=hcxdumptool
-pkgver=6.1.5
+pkgver=6.1.6
 pkgrel=1
 pkgdesc='Small tool to capture packets from wlan devices'
 url='https://github.com/ZerBea/hcxdumptool'
@@ -10,9 +10,9 @@
 depends=('glibc' 'openssl')
 
source=(https://github.com/ZerBea/hcxdumptool/archive/${pkgver}/${pkgname}-${pkgver}.tar.gz
 
https://github.com/ZerBea/hcxdumptool/releases/download/${pkgver}/${pkgname}-${pkgver}.tar.gz.asc)
-sha512sums=('5ad90356ff9e44e5396a35c2eefe7b63d0c6d46174dd4316bfc968154e19a6081ed0a4a900c09c07cdd02cc97a6bbcd390745da05aa317980a9cbf2b049dd258'
+sha512sums=('bdf5525bea3d5db95aef3286ade0cc1dc197b081c3ef6b87bf47986ae91e95950aeaa8c3f137bfd4c4d1d763fb53254b41a414827a9c1f4e154d8b9bdd60bf73'
 'SKIP')
-b2sums=('bd545e61a2578b5c3935a9770b833b17a74a2f4d99aa8b66ecdf5ce0b792018f5d331a6560a750ee84676ff7721207b8f166098a8b87c961dd51e4f1801128be'
+b2sums=('c92366c5843e575d9134daf050f6963afbce5e369dba074698667c4356bbccff7499059f4d679cbe5134e3e1f7741f5e2677e4effea2d4cbbd36981ec9a2fd89'
 'SKIP')
 validpgpkeys=('5920CE1C567948AFD2C0A9B7375516A45DB88630') # ZeroBeat 

 


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

2021-03-09 Thread Levente Polyak via arch-commits
Date: Tuesday, March 9, 2021 @ 20:20:22
  Author: anthraxx
Revision: 887130

archrelease: copy trunk to community-x86_64

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

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

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

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

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

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


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

2021-03-09 Thread Anatol Pomozov via arch-commits
Date: Tuesday, March 9, 2021 @ 22:47:03
  Author: anatolik
Revision: 887181

archrelease: copy trunk to community-testing-x86_64

Added:
  osquery/repos/community-testing-x86_64/
  osquery/repos/community-testing-x86_64/PKGBUILD
(from rev 887180, osquery/trunk/PKGBUILD)

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

Copied: osquery/repos/community-testing-x86_64/PKGBUILD (from rev 887180, 
osquery/trunk/PKGBUILD)
===
--- community-testing-x86_64/PKGBUILD   (rev 0)
+++ community-testing-x86_64/PKGBUILD   2021-03-09 22:47:03 UTC (rev 887181)
@@ -0,0 +1,51 @@
+# Maintainer: Anatol Pomozov
+
+pkgname=osquery
+pkgver=4.6.0
+pkgrel=1
+pkgdesc='SQL powered operating system instrumentation, monitoring, and 
analytics'
+arch=(x86_64)
+url='https://osquery.io'
+license=(Apache GPL2)
+depends=(augeas boost-libs gflags google-glog aws-sdk-cpp librdkafka rocksdb 
gtest device-mapper rpm-tools dpkg pacman libelfin lldpd rapidjson sleuthkit 
ssdeep thrift yara lmdb iptables)
+makedepends=(cmake python boost linenoise-ng ninja)
+options=(!strip)
+# patched version of smartools that we need to build statically to avoid 
collision with the upstream version
+_smartmontools_commit=6afcf545d2ab86d13a3ecb9f656aa81622031f2a
+_patched_osquery_commit=4.6.0-archlinux-1
+source=(osquery-$pkgver.zip::https://github.com/osquery/osquery/archive/$pkgver.zip
+   
smartmontools-$_smartmontools_commit.zip::https://github.com/osquery/third-party-smartmontools/archive/$_smartmontools_commit.zip
+   
devendorize.patch::https://github.com/anatol/osquery/compare/$pkgver...$_patched_osquery_commit.patch
+   
tls_crash.patch::https://github.com/osquery/osquery/commit/d69380cb7713dd5f7f48849a028a7723e7a619bf.patch)
+sha256sums=('59dc5fce0f09133e17b8e4a5d2497ef3efd6c01243abf32564cf9ba1caa7fc44'
+'191848bf04ca6fe14a9634bdcff6f6e851aa59526f1f3fb168ad7c8c6d9b1d00'
+'fb4ba54777c50e846edc82581085add9674732ca148d108f289329ebc1acb09b'
+'ec6378a531866320b6086c7ee90f333ec35598669a39f4621eed0beb252408ba')
+
+prepare() {
+  cd osquery-$pkgver
+  patch -p1 < ../devendorize.patch
+  patch -p1 < ../tls_crash.patch
+
+  rm -rf libraries/cmake/source/smartmontools/src
+  ln -sf `pwd`/../third-party-smartmontools-$_smartmontools_commit 
libraries/cmake/source/smartmontools/src
+}
+
+build() {
+  cd osquery-$pkgver
+
+  # disable ebpfpub dependency as https://github.com/trailofbits/ebpfpub is 
not in community repo yet
+  cmake -DCMAKE_BUILD_TYPE=Release -DOSQUERY_STATIC_BUILD=OFF 
-DCMAKE_INSTALL_PREFIX=/usr -DOSQUERY_VERSION=$pkgver \
+  -DOSQUERY_IGNORE_CMAKE_MAX_VERSION_CHECK=TRUE \
+  -DOSQUERY_BUILD_BPF=OFF \
+  -G Ninja -S . -B build
+  ninja -C build
+}
+
+package() {
+  cd osquery-$pkgver
+
+  DESTDIR="${pkgdir}" ninja -C build install
+  install -Dm644 LICENSE "$pkgdir/usr/share/licenses/$pkgname/LICENSE"
+  rm -r "$pkgdir/etc/init.d/"
+}


[arch-commits] Commit in osquery/trunk (3 files)

2021-03-09 Thread Anatol Pomozov via arch-commits
Date: Tuesday, March 9, 2021 @ 22:46:45
  Author: anatolik
Revision: 887180

upgpkg: osquery 4.6.0-1

Devendorization patch porting has been done by @loqs, see FS#69873.

Modified:
  osquery/trunk/PKGBUILD
Deleted:
  osquery/trunk/devendorize-lvm2.patch
  osquery/trunk/nolvm2app.patch

+
 PKGBUILD   |   29 --
 devendorize-lvm2.patch |   18 
 nolvm2app.patch|   52 ---
 3 files changed, 14 insertions(+), 85 deletions(-)

Modified: PKGBUILD
===
--- PKGBUILD2021-03-09 22:11:44 UTC (rev 887179)
+++ PKGBUILD2021-03-09 22:46:45 UTC (rev 887180)
@@ -1,35 +1,30 @@
 # Maintainer: Anatol Pomozov
 
 pkgname=osquery
-pkgver=4.5.1
-pkgrel=8
+pkgver=4.6.0
+pkgrel=1
 pkgdesc='SQL powered operating system instrumentation, monitoring, and 
analytics'
 arch=(x86_64)
 url='https://osquery.io'
 license=(Apache GPL2)
-depends=(augeas boost-libs gflags google-glog aws-sdk-cpp librdkafka rocksdb 
gtest device-mapper rpm-tools dpkg pacman lvm2 libelfin lldpd rapidjson 
sleuthkit ssdeep thrift yara lmdb iptables)
+depends=(augeas boost-libs gflags google-glog aws-sdk-cpp librdkafka rocksdb 
gtest device-mapper rpm-tools dpkg pacman libelfin lldpd rapidjson sleuthkit 
ssdeep thrift yara lmdb iptables)
 makedepends=(cmake python boost linenoise-ng ninja)
 options=(!strip)
 # patched version of smartools that we need to build statically to avoid 
collision with the upstream version
 _smartmontools_commit=6afcf545d2ab86d13a3ecb9f656aa81622031f2a
-_patched_osquery_commit=f54b2ca8b18dee86077521789788f9e29c8db317
-# lvm2 2.03.x does no longer support lvm2app, so linking statically
-_lvm2_version=2_02_173
+_patched_osquery_commit=4.6.0-archlinux-1
 
source=(osquery-$pkgver.zip::https://github.com/osquery/osquery/archive/$pkgver.zip

smartmontools-$_smartmontools_commit.zip::https://github.com/osquery/third-party-smartmontools/archive/$_smartmontools_commit.zip

devendorize.patch::https://github.com/anatol/osquery/compare/$pkgver...$_patched_osquery_commit.patch
-   
tls_crash.patch::https://github.com/osquery/osquery/commit/d69380cb7713dd5f7f48849a028a7723e7a619bf.patch
-   nolvm2app.patch)
-sha256sums=('568af4bd2562e5321bbac68177b377b3ad386942e227511867981876cbce3e26'
+   
tls_crash.patch::https://github.com/osquery/osquery/commit/d69380cb7713dd5f7f48849a028a7723e7a619bf.patch)
+sha256sums=('59dc5fce0f09133e17b8e4a5d2497ef3efd6c01243abf32564cf9ba1caa7fc44'
 '191848bf04ca6fe14a9634bdcff6f6e851aa59526f1f3fb168ad7c8c6d9b1d00'
-'fbcfb24caa3786a37d371cd8e2e45fdc3095d6e526e97c0d403bba8be2683d0f'
-'ec6378a531866320b6086c7ee90f333ec35598669a39f4621eed0beb252408ba'
-'fa0e81fb9104a08d802420c56fe3484501c213a909966fe036a64fd6a0552d50')
+'fb4ba54777c50e846edc82581085add9674732ca148d108f289329ebc1acb09b'
+'ec6378a531866320b6086c7ee90f333ec35598669a39f4621eed0beb252408ba')
 
 prepare() {
   cd osquery-$pkgver
   patch -p1 < ../devendorize.patch
-  patch -p1 < ../nolvm2app.patch
   patch -p1 < ../tls_crash.patch
 
   rm -rf libraries/cmake/source/smartmontools/src
@@ -39,8 +34,12 @@
 build() {
   cd osquery-$pkgver
 
-  cmake -DCMAKE_BUILD_TYPE=Release -DOSQUERY_STATIC_BUILD=OFF 
-DCMAKE_INSTALL_PREFIX=/usr -DOSQUERY_VERSION=$pkgver -G Ninja -S . -B build
-  cmake --build build
+  # disable ebpfpub dependency as https://github.com/trailofbits/ebpfpub is 
not in community repo yet
+  cmake -DCMAKE_BUILD_TYPE=Release -DOSQUERY_STATIC_BUILD=OFF 
-DCMAKE_INSTALL_PREFIX=/usr -DOSQUERY_VERSION=$pkgver \
+  -DOSQUERY_IGNORE_CMAKE_MAX_VERSION_CHECK=TRUE \
+  -DOSQUERY_BUILD_BPF=OFF \
+  -G Ninja -S . -B build
+  ninja -C build
 }
 
 package() {

Deleted: devendorize-lvm2.patch
===
--- devendorize-lvm2.patch  2021-03-09 22:11:44 UTC (rev 887179)
+++ devendorize-lvm2.patch  2021-03-09 22:46:45 UTC (rev 887180)
@@ -1,18 +0,0 @@
-diff --git a/libraries/cmake/system/modules/Findlibdevmapper.cmake 
b/libraries/cmake/system/modules/Findlibdevmapper.cmake
-index 34eb119959..47b5f566a2 100644
 a/libraries/cmake/system/modules/Findlibdevmapper.cmake
-+++ b/libraries/cmake/system/modules/Findlibdevmapper.cmake
-@@ -4,4 +4,12 @@
- # This source code is licensed in accordance with the terms specified in
- # the LICENSE file found in the root directory of this source tree.
- 
--include("${CMAKE_SOURCE_DIR}/libraries/cmake/source/modules/Findlibdevmapper.cmake")
-+cmake_minimum_required(VERSION 3.15)
-+include("${CMAKE_CURRENT_LIST_DIR}/api.cmake")
-+
-+locateSystemLibrary(
-+  NAME libdevmapper
-+  REQUIRED ${libdevmapper_REQUIRED}
-+  MAIN_HEADER "libdevmapper.h"
-+  LIBRARIES "devmapper" "lvm2app"
-+)

Deleted: nolvm2app.patch
===

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

2021-03-09 Thread Levente Polyak via arch-commits
Date: Tuesday, March 9, 2021 @ 21:27:36
  Author: anthraxx
Revision: 887171

upgpkg: os-prober 1.78-1

Modified:
  os-prober/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2021-03-09 21:21:35 UTC (rev 887170)
+++ PKGBUILD2021-03-09 21:27:36 UTC (rev 887171)
@@ -3,8 +3,8 @@
 # Contributor: darkcoder 
 
 pkgname=os-prober
-pkgver=1.77
-pkgrel=2
+pkgver=1.78
+pkgrel=1
 pkgdesc='Utility to detect other OSes on a set of drives'
 url='https://joeyh.name/code/os-prober/'
 arch=('x86_64')
@@ -11,8 +11,8 @@
 license=('GPL3')
 depends=('sh')
 
source=(http://http.debian.net/debian/pool/main/o/${pkgname}/${pkgname}_${pkgver}.tar.xz)
-sha256sums=('8d8ea4afbe1aeef3c8b73f74a0fb37b06185e21a6abc78f80fc2160009cf705f')
-sha512sums=('4d9c22ccc4d950644a06a17ec4424aca5ff82aeb20052dc389dd451b6b9a1799c5a9438644a29093153730af42066ab78f593f2564314c9adbd43f60e39b')
+sha512sums=('7a0425130d17ce8554e7d0797b53e3a984f63a2fdcf8e668c83d357418d8c68259ada25bc350b199adece2e683d9014f234e3a83ce5ab7485be2e69c45874640')
+b2sums=('eee68ab9be36807d86e8bda831cfd490a01d20d9cc3f84ca50d5e1143e5a2dd66e47d3bdf2b4780cf73cc692f0ffc9497c6cbf13ce7aa0057e996b13d706c8f7')
 
 prepare() {
   cd ${pkgname}-${pkgver}


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

2021-03-09 Thread Levente Polyak via arch-commits
Date: Tuesday, March 9, 2021 @ 21:18:58
  Author: anthraxx
Revision: 887166

upgpkg: ropgadget 6.5-1

Modified:
  ropgadget/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2021-03-09 21:18:54 UTC (rev 887165)
+++ PKGBUILD2021-03-09 21:18:58 UTC (rev 887166)
@@ -3,7 +3,7 @@
 
 pkgname=ropgadget
 _pkgname=ROPgadget
-pkgver=6.4
+pkgver=6.5
 pkgrel=1
 pkgdesc='Search gadgets in binaries to facilitate ROP exploitation for several 
file formats and architectures'
 url='http://www.shell-storm.org/project/ROPgadget'
@@ -12,8 +12,8 @@
 depends=('python' 'python-capstone')
 makedepends=('python-setuptools')
 
source=(https://github.com/JonathanSalwan/${_pkgname}/archive/v${pkgver}/${pkgname}-${pkgver}.tar.gz)
-sha512sums=('9b663f5e285272e6d59b5c159b6e4316461f43a6861e3cda8d2c94561bf276e0f6a87abfdeff1ec4c346c9716120608e8c66d060ed75c985e96591d3f0fd667c')
-b2sums=('50ca94e493b58a8ac1845cc70b40d80e80367a1f163e9b25e3be6652274f3df6dae606cebadb1b76ce05bef785850d87576713cc7a78793811c1a86d37c4e4a9')
+sha512sums=('2718bf657a6d6fc724d0eaaa726925a69a58777653d83a57d04ca61f0a772cb279afd2b68edc0d07da1d929b183dc53ab5177802d4c562c5ca6a62125a74bc56')
+b2sums=('708aee3be43c54b4a6e63460adb1b54c2a025302003a5c9ab57e272a6aec76760af8664db2a4e819fd03da79a9e5696c6bd04e92e40aec89b5b1ffcfc2074b10')
 
 prepare() {
   cd ${_pkgname}-${pkgver}


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

2021-03-09 Thread Jan Steffens via arch-commits
Date: Tuesday, March 9, 2021 @ 20:08:06
  Author: heftig
Revision: 887118

archrelease: copy trunk to community-testing-x86_64

Added:
  deepin-anything-arch/repos/community-testing-x86_64/
  deepin-anything-arch/repos/community-testing-x86_64/PKGBUILD
(from rev 887117, deepin-anything-arch/trunk/PKGBUILD)

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

Copied: deepin-anything-arch/repos/community-testing-x86_64/PKGBUILD (from rev 
887117, deepin-anything-arch/trunk/PKGBUILD)
===
--- community-testing-x86_64/PKGBUILD   (rev 0)
+++ community-testing-x86_64/PKGBUILD   2021-03-09 20:08:06 UTC (rev 887118)
@@ -0,0 +1,35 @@
+# Maintainer: Felix Yan 
+
+pkgname=deepin-anything-arch
+pkgver=5.0.7
+pkgrel=12
+pkgdesc="Deepin Anything file search tool, kernel module for Arch kernel"
+arch=('x86_64')
+url="https://github.com/linuxdeepin/deepin-anything";
+license=('GPL3')
+makedepends=('linux-headers')
+provides=('DEEPIN-ANYTHING-MODULE')
+replaces=('deepin-anything-module')
+source=("https://github.com/linuxdeepin/deepin-anything/archive/$pkgver/deepin-anything-$pkgver.tar.gz";)
+sha512sums=('51e8488b4d0652d24afd1b5bd74e88140e2754354bfa85639c668479deca25e8163f3ffcf8bc1c6629d97d1cea24de89c65a76b8c9902745911fd0ed9b12b770')
+
+prepare() {
+  cd deepin-anything-$pkgver
+  # https://github.com/linuxdeepin/deepin-anything/issues/36
+  sed -i '454s/return;/return -1;/' kernelmod/vfs_kretprobes.c
+}
+
+build() {
+  cd deepin-anything-$pkgver
+  make -C kernelmod kdir=/usr/src/linux
+}
+
+package() {
+  depends=('linux')
+
+  cd deepin-anything-$pkgver
+  local extradir=/usr/lib/modules/$(

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

2021-03-09 Thread Levente Polyak via arch-commits
Date: Tuesday, March 9, 2021 @ 21:18:36
  Author: anthraxx
Revision: 887163

upgpkg: bcg729 1.1.1-1

Modified:
  bcg729/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2021-03-09 21:14:19 UTC (rev 887162)
+++ PKGBUILD2021-03-09 21:18:36 UTC (rev 887163)
@@ -4,8 +4,8 @@
 # Contributor: Peter Wu 
 
 pkgname=bcg729
-pkgver=1.0.4
-pkgrel=5
+pkgver=1.1.1
+pkgrel=1
 pkgdesc='Encoder and decoder of the ITU G.729 Annex A/B speech codec'
 url='https://www.linphone.org/technical-corner/bcg729/overview'
 arch=('x86_64')
@@ -12,37 +12,25 @@
 license=('GPL2')
 makedepends=('cmake')
 depends=('glibc')
-source=(https://github.com/BelledonneCommunications/bcg729/archive/${pkgver}/${pkgname}-${pkgver}.tar.gz
-
${pkgname}-cmake-install-pkgconfig.patch::https://github.com/BelledonneCommunications/bcg729/commit/a5907daf1b111e4ad7aab4f558f57e2af1e37e55.patch
-
${pkgname}-cmake-symbol-visibility.patch::https://github.com/BelledonneCommunications/bcg729/commit/697bf6653a8c7421f0e821ee8d42471246e6850f.patch
-
${pkgname}-cmake-symbol-visibility-test.patch::https://github.com/BelledonneCommunications/bcg729/commit/d63ce04a93711820d9a6985b1d11d8d91ed8e6b6.patch)
-sha256sums=('94b3542a06cbd96306efc19f959f9febae62806a22599063f82a8c33e989d48b'
-'cf28103bab1896f3c7fa408b3f33f8db6a5ee701cc8cfb20f08741f33967e0cd'
-'9a41a1917dfc599dfd2f4f299a762d0cc991f00d54990b9fc342ae3c07e6dd40'
-'fbed00c37539d09002ff413fc9e9ca0413746d962c512e20f02a96bf665fb85e')
+source=(https://github.com/BelledonneCommunications/bcg729/archive/${pkgver}/${pkgname}-${pkgver}.tar.gz)
+sha512sums=('e8cc4b7486a9a29fb729ab9fd9e3c4a2155573f38cec16f5a53db3b416fc1119ea5f5a61243a8d37cb0b64580c5df1b632ff165dc7ff47421fa567dafffaacd8')
+b2sums=('6774f6af439c9308db856be9d4bbb6db5c73e7a807b51dca6338d1506d896052a7830ade7767b45fd5a9ded0a6a0057e207bc1d5b0e33adbaed9dafb13a7bd3b')
 
-prepare() {
+build() {
   cd ${pkgname}-${pkgver}
-  # CMake: install pkg-config files for parity with autotools
-  patch -Np 1 < "${srcdir}/${pkgname}-cmake-install-pkgconfig.patch"
-  # cmake: fix symbol visibility
-  patch -Np 1 < "${srcdir}/${pkgname}-cmake-symbol-visibility.patch"
-  patch -Np 1 < "${srcdir}/${pkgname}-cmake-symbol-visibility-test.patch"
-}
-
-build() {
-  install -d ${pkgname}-${pkgver}/build
-  cd ${pkgname}-${pkgver}/build
-  cmake .. \
+  cmake \
   -DCMAKE_INSTALL_PREFIX=/usr \
   -DCMAKE_INSTALL_LIBDIR=lib \
-  -DENABLE_STATIC=OFF
-  make
+  -DENABLE_STATIC=OFF \
+  -Wno-dev \
+  -B build \
+  -S .
+  make VERBOSE=1 -C build
 }
 
 package() {
-  cd ${pkgname}-${pkgver}/build
-  make DESTDIR="${pkgdir}" install
+  cd ${pkgname}-${pkgver}
+  make -C build DESTDIR="${pkgdir}" install
 }
 
 # vim: ts=2 sw=2 et:


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

2021-03-09 Thread Jan Steffens via arch-commits
Date: Tuesday, March 9, 2021 @ 20:08:07
  Author: heftig
Revision: 887121

archrelease: copy trunk to community-testing-x86_64

Added:
  netfilter-fullconenat/repos/community-testing-x86_64/
  netfilter-fullconenat/repos/community-testing-x86_64/Kbuild
(from rev 887117, netfilter-fullconenat/trunk/Kbuild)
  netfilter-fullconenat/repos/community-testing-x86_64/PKGBUILD
(from rev 887117, netfilter-fullconenat/trunk/PKGBUILD)
  
netfilter-fullconenat/repos/community-testing-x86_64/netfilter-fullconenat.conf
(from rev 887117, netfilter-fullconenat/trunk/netfilter-fullconenat.conf)

+
 Kbuild |1 +
 PKGBUILD   |   41 +
 netfilter-fullconenat.conf |1 +
 3 files changed, 43 insertions(+)

Copied: netfilter-fullconenat/repos/community-testing-x86_64/Kbuild (from rev 
887117, netfilter-fullconenat/trunk/Kbuild)
===
--- community-testing-x86_64/Kbuild (rev 0)
+++ community-testing-x86_64/Kbuild 2021-03-09 20:08:07 UTC (rev 887121)
@@ -0,0 +1 @@
+obj-m = xt_FULLCONENAT.o

Copied: netfilter-fullconenat/repos/community-testing-x86_64/PKGBUILD (from rev 
887117, netfilter-fullconenat/trunk/PKGBUILD)
===
--- community-testing-x86_64/PKGBUILD   (rev 0)
+++ community-testing-x86_64/PKGBUILD   2021-03-09 20:08:07 UTC (rev 887121)
@@ -0,0 +1,41 @@
+# Maintainer: Felix Yan 
+# Contributor: Edward Pacman 
+
+pkgname=netfilter-fullconenat
+pkgver=r73.0cf3b48
+pkgrel=94
+pkgdesc="A kernel module that turns MASQUERADE into full cone SNAT"
+arch=('x86_64')
+url="https://github.com/Chion82/netfilter-full-cone-nat";
+license=('GPL2')
+depends=("linux")
+makedepends=('linux-headers' 'git')
+source=("netfilter-fullconenat.conf" Kbuild
+
"${pkgname}::git+https://github.com/Chion82/netfilter-full-cone-nat.git";)
+sha256sums=('a17dfdf1fd046219daeacc60065e3a81c80c2eb2cfdf6d8068278c509577f571'
+'7ff12ad066a68c65f23fc7e01654ca459ce3458172e3dce30f42553fa44dd7c2'
+'SKIP')
+
+pkgver() {
+  cd "$srcdir/${pkgname}"
+  ( set -o pipefail
+git describe --long 2>/dev/null | sed 's/\([^-]*-g\)/r\1/;s/-/./g' ||
+printf "r%s.%s" "$(git rev-list --count HEAD)" "$(git rev-parse --short 
HEAD)"
+  )
+}
+
+build() {
+  cd $pkgname
+  ln -s ../Kbuild
+  make -C /usr/src/linux M=$PWD modules
+}
+
+package() {
+  # Install modules-load.conf
+  install -Dm644 netfilter-fullconenat.conf 
"${pkgdir}/usr/lib/modules-load.d/netfilter-fullconenat.conf"
+
+  install -Dt 
"${pkgdir}/usr/lib/modules/$(

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

2021-03-09 Thread Jan Steffens via arch-commits
Date: Tuesday, March 9, 2021 @ 20:08:07
  Author: heftig
Revision: 887120

archrelease: copy trunk to community-testing-x86_64

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

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

Copied: tp_smapi/repos/community-testing-x86_64/PKGBUILD (from rev 887117, 
tp_smapi/trunk/PKGBUILD)
===
--- community-testing-x86_64/PKGBUILD   (rev 0)
+++ community-testing-x86_64/PKGBUILD   2021-03-09 20:08:07 UTC (rev 887120)
@@ -0,0 +1,48 @@
+# 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
+pkgver=0.43
+pkgrel=282
+pkgdesc="Modules for ThinkPad's SMAPI functionality"
+arch=('x86_64')
+url='https://github.com/evgeni/tp_smapi'
+license=('GPL')
+makedepends=('linux-headers' 'git')
+_commit=a63729ab30d85430048f65c37f29188ab484cd52  # tags/tp-smapi/0.43
+source=("git+https://github.com/evgeni/tp_smapi#commit=$_commit";)
+sha256sums=('SKIP')
+
+pkgver() {
+  cd $pkgname
+  git describe --tags | sed 's/^tp-smapi\///;s/-/+/g'
+}
+
+build() {
+  cd $pkgname
+
+  # 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 virtualbox-host-modules-arch/repos (2 files)

2021-03-09 Thread Jan Steffens via arch-commits
Date: Tuesday, March 9, 2021 @ 20:08:06
  Author: heftig
Revision: 887119

archrelease: copy trunk to community-testing-x86_64

Added:
  virtualbox-host-modules-arch/repos/community-testing-x86_64/
  virtualbox-host-modules-arch/repos/community-testing-x86_64/PKGBUILD
(from rev 887117, virtualbox-host-modules-arch/trunk/PKGBUILD)

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

Copied: virtualbox-host-modules-arch/repos/community-testing-x86_64/PKGBUILD 
(from rev 887117, virtualbox-host-modules-arch/trunk/PKGBUILD)
===
--- community-testing-x86_64/PKGBUILD   (rev 0)
+++ community-testing-x86_64/PKGBUILD   2021-03-09 20:08:06 UTC (rev 887119)
@@ -0,0 +1,37 @@
+# Maintainer: Sébastien Luttringer
+# Contributor: Ionut Biru 
+
+pkgname='virtualbox-host-modules-arch'
+pkgver=6.1.18
+pkgrel=17
+pkgdesc='Virtualbox host kernel modules for Arch Kernel'
+arch=('x86_64')
+url='https://virtualbox.org/'
+license=('GPL')
+makedepends=('linux-headers' "virtualbox-host-dkms=$pkgver")
+replaces=('virtualbox-modules' 'virtualbox-host-modules')
+conflicts=('virtualbox-modules' 'virtualbox-host-modules'
+   'virtualbox-host-dkms')
+provides=('VIRTUALBOX-HOST-MODULES')
+
+build() {
+  _kernver="$(

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

2021-03-09 Thread Jan Steffens via arch-commits
Date: Tuesday, March 9, 2021 @ 20:08:09
  Author: heftig
Revision: 887126

archrelease: copy trunk to community-testing-x86_64

Added:
  bbswitch/repos/community-testing-x86_64/
  bbswitch/repos/community-testing-x86_64/0001-proc_ops-struct.patch
(from rev 887117, bbswitch/trunk/0001-proc_ops-struct.patch)
  bbswitch/repos/community-testing-x86_64/0002-kernel-5.7.patch
(from rev 887117, bbswitch/trunk/0002-kernel-5.7.patch)
  bbswitch/repos/community-testing-x86_64/PKGBUILD
(from rev 887117, bbswitch/trunk/PKGBUILD)

+
 0001-proc_ops-struct.patch |   36 ++
 0002-kernel-5.7.patch  |   11 +
 PKGBUILD   |   50 +++
 3 files changed, 97 insertions(+)

Copied: bbswitch/repos/community-testing-x86_64/0001-proc_ops-struct.patch 
(from rev 887117, bbswitch/trunk/0001-proc_ops-struct.patch)
===
--- community-testing-x86_64/0001-proc_ops-struct.patch 
(rev 0)
+++ community-testing-x86_64/0001-proc_ops-struct.patch 2021-03-09 20:08:09 UTC 
(rev 887126)
@@ -0,0 +1,36 @@
+diff --unified --recursive --text bbswitch-0.8.orig/bbswitch.c 
bbswitch-0.8.new/bbswitch.c
+--- bbswitch-0.8.orig/bbswitch.c   2013-12-04 21:22:06.0 -0200
 bbswitch-0.8.new/bbswitch.c2020-04-01 12:02:35.518754892 -0300
+@@ -35,6 +35,7 @@
+ #include 
+ #include 
+ #include 
++#include 
+ 
+ #define BBSWITCH_VERSION "0.8"
+ 
+@@ -375,13 +376,23 @@
+ return 0;
+ }
+ 
++#if LINUX_VERSION_CODE >= KERNEL_VERSION(5, 6, 0)
++static struct proc_ops bbswitch_fops = {
++.proc_open   = bbswitch_proc_open,
++.proc_read   = seq_read,
++.proc_write  = bbswitch_proc_write,
++.proc_lseek = seq_lseek,
++.proc_release= single_release
++};
++#else
+ static struct file_operations bbswitch_fops = {
+ .open   = bbswitch_proc_open,
+ .read   = seq_read,
+ .write  = bbswitch_proc_write,
+ .llseek = seq_lseek,
+ .release= single_release
+-};
++ };
++#endif
+ 
+ static struct notifier_block nb = {
+ .notifier_call = &bbswitch_pm_handler

Copied: bbswitch/repos/community-testing-x86_64/0002-kernel-5.7.patch (from rev 
887117, bbswitch/trunk/0002-kernel-5.7.patch)
===
--- community-testing-x86_64/0002-kernel-5.7.patch  
(rev 0)
+++ community-testing-x86_64/0002-kernel-5.7.patch  2021-03-09 20:08:09 UTC 
(rev 887126)
@@ -0,0 +1,11 @@
+diff -u -r bbswitch-0.8/bbswitch.c bbswitch-0.8-5.7/bbswitch.c
+--- bbswitch-0.8/bbswitch.c2020-06-02 00:34:20.370571802 +
 bbswitch-0.8-5.7/bbswitch.c2020-06-02 00:35:18.161403639 +
+@@ -29,6 +29,7 @@
+ #define pr_fmt(fmt) KBUILD_MODNAME ": " fmt
+ 
+ #include 
++#include 
+ #include 
+ #include 
+ #include 

Copied: bbswitch/repos/community-testing-x86_64/PKGBUILD (from rev 887117, 
bbswitch/trunk/PKGBUILD)
===
--- community-testing-x86_64/PKGBUILD   (rev 0)
+++ community-testing-x86_64/PKGBUILD   2021-03-09 20:08:09 UTC (rev 887126)
@@ -0,0 +1,50 @@
+# Maintainer: Sven-Hendrik Haase 
+# Contributor: M0Rf30
+# Contributor: Samsagax 
+
+pkgbase=bbswitch
+pkgname=(bbswitch bbswitch-dkms)
+pkgver=0.8
+pkgrel=395
+pkgdesc="Kernel module allowing to switch dedicated graphics card on Optimus 
laptops"
+arch=('x86_64')
+url="http://github.com/Bumblebee-Project/bbswitch";
+license=('GPL')
+makedepends=('linux-headers')
+source=("${pkgbase}-${pkgver}.tar.gz::https://github.com/Bumblebee-Project/bbswitch/archive/v${pkgver}.tar.gz";
+0001-proc_ops-struct.patch 0002-kernel-5.7.patch)
+sha512sums=('11ab163931feb6c0e202d04c4552b848e999fedea9990390c26b28abdb4a69081ccfb5a22d1e390cc274f1c0cfc9adedc719c5fece14738b17aaa93e28865b7c'
+
'993a2895c37ea213c105be668f794af54838d8015d6f561ee6bc7ce65583425515931c83c2487ab97c14454105f233f089e8bdc90ea5ed9576be767335f57ad1'
+
'2eeae463b2f83e7744ff1a769cb6186389e026fc78668e836525dfd16a56abfae01cfb150c9bb46af74ec42e87ebea91636118fe0c773e7eaa7ea671b25d2e04')
+
+prepare() {
+  cd ${pkgbase}-${pkgver}
+  patch -Np1 < ../0001-proc_ops-struct.patch
+  patch -Np1 < ../0002-kernel-5.7.patch
+}
+
+build() {
+  cd ${pkgbase}-${pkgver}
+  make KDIR=/usr/src/linux
+}
+
+package_bbswitch() {
+  depends=('linux')
+
+  cd ${pkgbase}-${pkgver}
+  _extradir="/usr/lib/modules/$(

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

2021-03-09 Thread Jan Steffens via arch-commits
Date: Tuesday, March 9, 2021 @ 20:08:11
  Author: heftig
Revision: 409537

archrelease: copy trunk to testing-x86_64

Added:
  linux/repos/testing-x86_64/
  linux/repos/testing-x86_64/PKGBUILD
(from rev 409536, linux/trunk/PKGBUILD)
  linux/repos/testing-x86_64/config
(from rev 409536, linux/trunk/config)

--+
 PKGBUILD |  198 +
 config   |10256 +
 2 files changed, 10454 insertions(+)

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


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

2021-03-09 Thread Jan Steffens via arch-commits
Date: Tuesday, March 9, 2021 @ 20:07:41
  Author: heftig
Revision: 887111

0.43-282: linux 5.11.5.arch1-1

Modified:
  tp_smapi/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2021-03-09 20:07:40 UTC (rev 887110)
+++ PKGBUILD2021-03-09 20:07:41 UTC (rev 887111)
@@ -9,7 +9,7 @@
 
 pkgname=tp_smapi
 pkgver=0.43
-pkgrel=281
+pkgrel=282
 pkgdesc="Modules for ThinkPad's SMAPI functionality"
 arch=('x86_64')
 url='https://github.com/evgeni/tp_smapi'


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

2021-03-09 Thread Levente Polyak via arch-commits
Date: Tuesday, March 9, 2021 @ 21:20:13
  Author: anthraxx
Revision: 887168

archrelease: copy trunk to community-x86_64

Added:
  nim/repos/community-x86_64/PKGBUILD
(from rev 887167, nim/trunk/PKGBUILD)
Deleted:
  nim/repos/community-x86_64/PKGBUILD

--+
 PKGBUILD |  216 ++---
 1 file changed, 108 insertions(+), 108 deletions(-)

Deleted: PKGBUILD
===
--- PKGBUILD2021-03-09 21:19:02 UTC (rev 887167)
+++ PKGBUILD2021-03-09 21:20:13 UTC (rev 887168)
@@ -1,108 +0,0 @@
-# Maintainer: Levente Polyak 
-# Contributor: Alexander F Rødseth 
-# Contributor: Dominik Picheta 
-# Contributor: Sven-Hendrik Haase 
-# Contributor: Jesus Alvarez 
-
-pkgname=nim
-_pkgname=Nim
-pkgver=1.4.2
-_csourcesver=0.20.0
-pkgrel=1
-pkgdesc='Imperative, multi-paradigm, compiled programming language'
-url='https://nim-lang.org/'
-arch=('x86_64')
-license=('MIT')
-depends=('bash')
-makedepends=('git')
-optdepends=('nimble: Nim package manager')
-options=('!emptydirs')
-backup=(
-  etc/nim/nim.cfg
-  etc/nim/nimdoc.cfg
-  etc/nim/nimdoc.tex.cfg
-  etc/nim/rename.rules.cfg
-)
-source=(https://github.com/nim-lang/Nim/archive/v${pkgver}/${pkgname}-${pkgver}.tar.gz
-
https://github.com/nim-lang/csources/archive/v${_csourcesver}/csources-${_csourcesver}.tar.gz)
-sha256sums=('fc1e25aa2c667a34fe48160a79472fd5ced35af6478a535919d20b8821277a3a'
-'5e6fd15d90df1a8cb7614c4ffc70aa8c4198cd854d7742016202b96dd0228d3c')
-b2sums=('8ff4842e3135737f256f05fafbfb1ef5c623379c9cc0b1cb9563b550123dab1964bfec1cc4c38ac8ddaf9ffe1c5b8e8eecd81634cdf78cd2bb6d0bcd074f5de5'
-
'a1c026aa4ecd676d938d00f13f749b7c21094f87de98055ef0002bc96cafb81a780b7d82adfa3927bb32b0eb52c8047ac2b2c98d0ab3b9af0dd8c8ebeffad50b')
-
-prepare() {
-  cd ${_pkgname}-${pkgver}
-  mv ../csources-${_csourcesver} csources
-  rm bin/empty.txt
-  for nimcfg in {compiler,config}/nim.cfg; do
-echo "gcc.options.always %= \"\${gcc.options.always} ${CFLAGS:-} 
${CPPFLAGS}\"" >> "${nimcfg}"
-echo "gcc.options.linker %= \"\${gcc.options.linker} ${LDFLAGS:-}\"" >> 
"${nimcfg}"
-  done
-}
-
-build() {
-  cd ${_pkgname}-${pkgver}
-  export PATH="${srcdir}/${_pkgname}-${pkgver}/bin:${PATH}"
-
-  echo "Building nim"
-  (cd csources
-sh build.sh
-  )
-  echo "Building koch"
-  nim c -d:release koch
-  ./koch boot -d:release -d:nativeStacktrace -d:useGnuReadline
-
-  echo "Building libs"
-  (cd lib
-nim c --app:lib -d:createNimRtl -d:release nimrtl.nim
-  )
-
-  echo "Building tools"
-  ./koch tools
-  (cd tools
-nim c -d:release nimgrep.nim
-  )
-  echo "Building nimsuggest"
-  nim c -d:release nimsuggest/nimsuggest.nim
-}
-
-package() {
-  cd ${_pkgname}-${pkgver}
-  export PATH="${srcdir}/${_pkgname}-${pkgver}/bin:${PATH}"
-
-  ./koch install "${pkgdir}"
-
-  install -d "${pkgdir}/usr/lib"
-  cp -a lib "${pkgdir}/usr/lib/nim"
-  cp -a compiler "${pkgdir}/usr/lib/nim"
-  install -Dm 644 compiler.nimble "${pkgdir}/usr/lib/nim/compiler"
-  install -m 755 lib/libnimrtl.so "${pkgdir}/usr/lib/libnimrtl.so"
-
-  # Fix FS#48118, related to the doc2 command
-  ln -s /usr/share/nim/doc "${pkgdir}/usr/lib/nim/doc"
-
-  install -Dm 644 config/* -t "${pkgdir}/etc/nim"
-  install -Dm 755 bin/* -t "${pkgdir}/usr/bin"
-
-  # Fix FS#50252, unusual placement of header files
-  install -d "${pkgdir}/usr/include"
-  cp -a "${pkgdir}/usr/lib/nim/"*.h "${pkgdir}/usr/include"
-
-  install -d "${pkgdir}/usr/share/nim/doc"
-  cp -a examples doc/* "${pkgdir}/usr/share/nim/doc"
-
-  install -Dm 644 copying.txt -t "${pkgdir}/usr/share/licenses/${pkgname}"
-
-  # completions
-  for comp in tools/*.bash-completion; do
-install -Dm 644 "${comp}" 
"${pkgdir}/usr/share/bash-completion/completions/$(basename 
"${comp/.bash-completion}")"
-  done
-  for comp in tools/*.zsh-completion; do
-install -Dm 644 "${comp}" 
"${pkgdir}/usr/share/zsh/site-functions/_$(basename "${comp/.zsh-completion}")"
-  done
-
-  rm -r "${pkgdir}/nim"
-  rm "${pkgdir}/usr/bin/nimble"
-}
-
-# vim: ts=2 sw=2 et:

Copied: nim/repos/community-x86_64/PKGBUILD (from rev 887167, 
nim/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2021-03-09 21:20:13 UTC (rev 887168)
@@ -0,0 +1,108 @@
+# Maintainer: Levente Polyak 
+# Contributor: Alexander F Rødseth 
+# Contributor: Dominik Picheta 
+# Contributor: Sven-Hendrik Haase 
+# Contributor: Jesus Alvarez 
+
+pkgname=nim
+_pkgname=Nim
+pkgver=1.4.4
+_csourcesver=0.20.0
+pkgrel=1
+pkgdesc='Imperative, multi-paradigm, compiled programming language'
+url='https://nim-lang.org/'
+arch=('x86_64')
+license=('MIT')
+depends=('bash')
+makedepends=('git')
+optdepends=('nimble: Nim package manager')
+options=('!emptydirs')
+backup=(
+  etc/nim/nim.cfg
+  etc/nim/nimdoc.cfg
+  etc/nim/nimdoc.tex.cfg
+  etc/nim/rename.rules.cfg
+)
+source=(https://github.

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

2021-03-09 Thread Jan Steffens via arch-commits
Date: Tuesday, March 9, 2021 @ 20:07:50
  Author: heftig
Revision: 887117

5.0.7-12: linux 5.11.5.arch1-1

Modified:
  deepin-anything-arch/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2021-03-09 20:07:47 UTC (rev 887116)
+++ PKGBUILD2021-03-09 20:07:50 UTC (rev 887117)
@@ -2,7 +2,7 @@
 
 pkgname=deepin-anything-arch
 pkgver=5.0.7
-pkgrel=11
+pkgrel=12
 pkgdesc="Deepin Anything file search tool, kernel module for Arch kernel"
 arch=('x86_64')
 url="https://github.com/linuxdeepin/deepin-anything";


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

2021-03-09 Thread Jan Steffens via arch-commits
Date: Tuesday, March 9, 2021 @ 20:09:15
  Author: heftig
Revision: 409540

archrelease: copy trunk to extra-x86_64

Added:
  gpaste/repos/extra-x86_64/PKGBUILD
(from rev 409539, gpaste/trunk/PKGBUILD)
Deleted:
  gpaste/repos/extra-x86_64/PKGBUILD

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

Deleted: PKGBUILD
===
--- PKGBUILD2021-03-09 20:09:07 UTC (rev 409539)
+++ PKGBUILD2021-03-09 20:09:15 UTC (rev 409540)
@@ -1,39 +0,0 @@
-# Maintainer: Jan Alexander Steffens (heftig) 
-
-pkgname=gpaste
-pkgver=3.38.5
-pkgrel=1
-pkgdesc="Clipboard management system"
-url="https://www.imagination-land.org/tags/GPaste.html";
-license=(BSD)
-arch=(x86_64)
-depends=(gtk3)
-makedepends=(vala appstream-glib gobject-introspection gnome-shell
- gnome-control-center git meson)
-optdepends=("wgetpaste: Upload clipboard contents")
-_commit=fd181f0ac3195e4623c50c048b90ae498b37599e  # tags/v3.38.5^0
-source=("git+https://github.com/keruspe/gpaste#commit=$_commit";)
-sha256sums=('SKIP')
-
-pkgver() {
-  cd $pkgname
-  git describe --tags | sed 's/^v//;s/-/+/g'
-}
-
-prepare() {
-  cd $pkgname
-}
-
-build() {
-  arch-meson $pkgname build
-  meson compile -C build
-}
-
-check() {
-  meson test -C build --print-errorlogs
-}
-
-package() {
-  DESTDIR="$pkgdir" meson install -C build
-  install -Dt "$pkgdir/usr/share/licenses/$pkgname" -m644 $pkgname/COPYING
-}

Copied: gpaste/repos/extra-x86_64/PKGBUILD (from rev 409539, 
gpaste/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2021-03-09 20:09:15 UTC (rev 409540)
@@ -0,0 +1,39 @@
+# Maintainer: Jan Alexander Steffens (heftig) 
+
+pkgname=gpaste
+pkgver=3.38.6
+pkgrel=1
+pkgdesc="Clipboard management system"
+url="https://www.imagination-land.org/tags/GPaste.html";
+license=(BSD)
+arch=(x86_64)
+depends=(gtk3)
+makedepends=(vala appstream-glib gobject-introspection gnome-shell
+ gnome-control-center git meson)
+optdepends=("wgetpaste: Upload clipboard contents")
+_commit=4fa93352f9b841647942e5e2d660f57f0ee69ee6  # tags/v3.38.6^0
+source=("git+https://github.com/keruspe/gpaste#commit=$_commit";)
+sha256sums=('SKIP')
+
+pkgver() {
+  cd $pkgname
+  git describe --tags | sed 's/^v//;s/-/+/g'
+}
+
+prepare() {
+  cd $pkgname
+}
+
+build() {
+  arch-meson $pkgname build
+  meson compile -C build
+}
+
+check() {
+  meson test -C build --print-errorlogs
+}
+
+package() {
+  DESTDIR="$pkgdir" meson install -C build
+  install -Dt "$pkgdir/usr/share/licenses/$pkgname" -m644 $pkgname/COPYING
+}


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

2021-03-09 Thread Jan Steffens via arch-commits
Date: Tuesday, March 9, 2021 @ 20:08:09
  Author: heftig
Revision: 409536

archrelease: copy trunk to testing-x86_64

Added:
  nvidia/repos/testing-x86_64/
  nvidia/repos/testing-x86_64/PKGBUILD
(from rev 409535, nvidia/trunk/PKGBUILD)

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

Copied: nvidia/repos/testing-x86_64/PKGBUILD (from rev 409535, 
nvidia/trunk/PKGBUILD)
===
--- testing-x86_64/PKGBUILD (rev 0)
+++ testing-x86_64/PKGBUILD 2021-03-09 20:08:09 UTC (rev 409536)
@@ -0,0 +1,39 @@
+# Maintainer: Sven-Hendrik Haase 
+# Maintainer: Felix Yan 
+# Contributor: Thomas Baechler 
+
+pkgname=nvidia
+pkgver=460.56
+pkgrel=5
+pkgdesc="NVIDIA drivers for linux"
+arch=('x86_64')
+url="https://www.nvidia.com/";
+makedepends=('linux-headers' "nvidia-dkms=$pkgver")
+provides=('NVIDIA-MODULE')
+license=('custom')
+options=('!strip')
+
+build() {
+_kernver=$(

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

2021-03-09 Thread Jan Steffens via arch-commits
Date: Tuesday, March 9, 2021 @ 20:09:07
  Author: heftig
Revision: 409539

3.38.6-1

Modified:
  gpaste/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2021-03-09 20:08:11 UTC (rev 409538)
+++ PKGBUILD2021-03-09 20:09:07 UTC (rev 409539)
@@ -1,7 +1,7 @@
 # Maintainer: Jan Alexander Steffens (heftig) 
 
 pkgname=gpaste
-pkgver=3.38.5
+pkgver=3.38.6
 pkgrel=1
 pkgdesc="Clipboard management system"
 url="https://www.imagination-land.org/tags/GPaste.html";
@@ -11,7 +11,7 @@
 makedepends=(vala appstream-glib gobject-introspection gnome-shell
  gnome-control-center git meson)
 optdepends=("wgetpaste: Upload clipboard contents")
-_commit=fd181f0ac3195e4623c50c048b90ae498b37599e  # tags/v3.38.5^0
+_commit=4fa93352f9b841647942e5e2d660f57f0ee69ee6  # tags/v3.38.6^0
 source=("git+https://github.com/keruspe/gpaste#commit=$_commit";)
 sha256sums=('SKIP')
 


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

2021-03-09 Thread Jan Steffens via arch-commits
Date: Tuesday, March 9, 2021 @ 20:07:49
  Author: heftig
Revision: 409535

460.56-5: linux 5.11.5.arch1-1

Modified:
  nvidia/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2021-03-09 20:07:14 UTC (rev 409534)
+++ PKGBUILD2021-03-09 20:07:49 UTC (rev 409535)
@@ -4,7 +4,7 @@
 
 pkgname=nvidia
 pkgver=460.56
-pkgrel=4
+pkgrel=5
 pkgdesc="NVIDIA drivers for linux"
 arch=('x86_64')
 url="https://www.nvidia.com/";


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

2021-03-09 Thread Levente Polyak via arch-commits
Date: Tuesday, March 9, 2021 @ 21:18:41
  Author: anthraxx
Revision: 887164

archrelease: copy trunk to community-x86_64

Added:
  bcg729/repos/community-x86_64/PKGBUILD
(from rev 887163, bcg729/trunk/PKGBUILD)
Deleted:
  bcg729/repos/community-x86_64/PKGBUILD

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

Deleted: PKGBUILD
===
--- PKGBUILD2021-03-09 21:18:36 UTC (rev 887163)
+++ PKGBUILD2021-03-09 21:18:41 UTC (rev 887164)
@@ -1,48 +0,0 @@
-# Maintainer: Levente Polyak 
-# Contributor: Christian Kohlstedde 
-# Contributor: Sergej Pupykin 
-# Contributor: Peter Wu 
-
-pkgname=bcg729
-pkgver=1.0.4
-pkgrel=5
-pkgdesc='Encoder and decoder of the ITU G.729 Annex A/B speech codec'
-url='https://www.linphone.org/technical-corner/bcg729/overview'
-arch=('x86_64')
-license=('GPL2')
-makedepends=('cmake')
-depends=('glibc')
-source=(https://github.com/BelledonneCommunications/bcg729/archive/${pkgver}/${pkgname}-${pkgver}.tar.gz
-
${pkgname}-cmake-install-pkgconfig.patch::https://github.com/BelledonneCommunications/bcg729/commit/a5907daf1b111e4ad7aab4f558f57e2af1e37e55.patch
-
${pkgname}-cmake-symbol-visibility.patch::https://github.com/BelledonneCommunications/bcg729/commit/697bf6653a8c7421f0e821ee8d42471246e6850f.patch
-
${pkgname}-cmake-symbol-visibility-test.patch::https://github.com/BelledonneCommunications/bcg729/commit/d63ce04a93711820d9a6985b1d11d8d91ed8e6b6.patch)
-sha256sums=('94b3542a06cbd96306efc19f959f9febae62806a22599063f82a8c33e989d48b'
-'cf28103bab1896f3c7fa408b3f33f8db6a5ee701cc8cfb20f08741f33967e0cd'
-'9a41a1917dfc599dfd2f4f299a762d0cc991f00d54990b9fc342ae3c07e6dd40'
-'fbed00c37539d09002ff413fc9e9ca0413746d962c512e20f02a96bf665fb85e')
-
-prepare() {
-  cd ${pkgname}-${pkgver}
-  # CMake: install pkg-config files for parity with autotools
-  patch -Np 1 < "${srcdir}/${pkgname}-cmake-install-pkgconfig.patch"
-  # cmake: fix symbol visibility
-  patch -Np 1 < "${srcdir}/${pkgname}-cmake-symbol-visibility.patch"
-  patch -Np 1 < "${srcdir}/${pkgname}-cmake-symbol-visibility-test.patch"
-}
-
-build() {
-  install -d ${pkgname}-${pkgver}/build
-  cd ${pkgname}-${pkgver}/build
-  cmake .. \
-  -DCMAKE_INSTALL_PREFIX=/usr \
-  -DCMAKE_INSTALL_LIBDIR=lib \
-  -DENABLE_STATIC=OFF
-  make
-}
-
-package() {
-  cd ${pkgname}-${pkgver}/build
-  make DESTDIR="${pkgdir}" install
-}
-
-# vim: ts=2 sw=2 et:

Copied: bcg729/repos/community-x86_64/PKGBUILD (from rev 887163, 
bcg729/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2021-03-09 21:18:41 UTC (rev 887164)
@@ -0,0 +1,36 @@
+# Maintainer: Levente Polyak 
+# Contributor: Christian Kohlstedde 
+# Contributor: Sergej Pupykin 
+# Contributor: Peter Wu 
+
+pkgname=bcg729
+pkgver=1.1.1
+pkgrel=1
+pkgdesc='Encoder and decoder of the ITU G.729 Annex A/B speech codec'
+url='https://www.linphone.org/technical-corner/bcg729/overview'
+arch=('x86_64')
+license=('GPL2')
+makedepends=('cmake')
+depends=('glibc')
+source=(https://github.com/BelledonneCommunications/bcg729/archive/${pkgver}/${pkgname}-${pkgver}.tar.gz)
+sha512sums=('e8cc4b7486a9a29fb729ab9fd9e3c4a2155573f38cec16f5a53db3b416fc1119ea5f5a61243a8d37cb0b64580c5df1b632ff165dc7ff47421fa567dafffaacd8')
+b2sums=('6774f6af439c9308db856be9d4bbb6db5c73e7a807b51dca6338d1506d896052a7830ade7767b45fd5a9ded0a6a0057e207bc1d5b0e33adbaed9dafb13a7bd3b')
+
+build() {
+  cd ${pkgname}-${pkgver}
+  cmake \
+  -DCMAKE_INSTALL_PREFIX=/usr \
+  -DCMAKE_INSTALL_LIBDIR=lib \
+  -DENABLE_STATIC=OFF \
+  -Wno-dev \
+  -B build \
+  -S .
+  make VERBOSE=1 -C build
+}
+
+package() {
+  cd ${pkgname}-${pkgver}
+  make -C build DESTDIR="${pkgdir}" install
+}
+
+# vim: ts=2 sw=2 et:


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

2021-03-09 Thread Jan Steffens via arch-commits
Date: Tuesday, March 9, 2021 @ 20:08:07
  Author: heftig
Revision: 887122

archrelease: copy trunk to community-testing-x86_64

Added:
  vhba-module/repos/community-testing-x86_64/
  vhba-module/repos/community-testing-x86_64/60-vhba.rules
(from rev 887117, vhba-module/trunk/60-vhba.rules)
  vhba-module/repos/community-testing-x86_64/PKGBUILD
(from rev 887117, vhba-module/trunk/PKGBUILD)
  vhba-module/repos/community-testing-x86_64/dkms.conf
(from rev 887117, vhba-module/trunk/dkms.conf)

---+
 60-vhba.rules |1 +
 PKGBUILD  |   54 ++
 dkms.conf |9 +
 3 files changed, 64 insertions(+)

Copied: vhba-module/repos/community-testing-x86_64/60-vhba.rules (from rev 
887117, vhba-module/trunk/60-vhba.rules)
===
--- community-testing-x86_64/60-vhba.rules  (rev 0)
+++ community-testing-x86_64/60-vhba.rules  2021-03-09 20:08:07 UTC (rev 
887122)
@@ -0,0 +1 @@
+ACTION=="add", KERNEL=="vhba_ctl", NAME="vhba_ctl", MODE="0660", OWNER="root", 
GROUP="cdemu", TAG+="uaccess"

Copied: vhba-module/repos/community-testing-x86_64/PKGBUILD (from rev 887117, 
vhba-module/trunk/PKGBUILD)
===
--- community-testing-x86_64/PKGBUILD   (rev 0)
+++ community-testing-x86_64/PKGBUILD   2021-03-09 20:08:07 UTC (rev 887122)
@@ -0,0 +1,54 @@
+# Maintainer: Ray Rashif 
+# Contributor: Mateusz Herych 
+# Contributor: Charles Lindsay 
+
+pkgbase=vhba-module
+pkgname=(vhba-module vhba-module-dkms)
+pkgver=20200106
+pkgrel=118
+pkgdesc="Kernel module that emulates SCSI devices"
+url="https://cdemu.sourceforge.io/";
+arch=(x86_64)
+license=(GPL)
+makedepends=('linux-headers')
+source=("https://downloads.sourceforge.net/cdemu/$pkgbase-$pkgver.tar.bz2";
+60-vhba.rules dkms.conf)
+sha256sums=('59a3208a7b8fcf1bb03bd4d352ec89d06a8b6b84db325e31b0863b209dde3483'
+'3052cb1cadbdf4bfb0b588bb8ed80691940d8dd63dc5502943d597eaf9f40c3b'
+'8cab0ebb4fee72069d63616b0983f105b98d1261e72e9bef5509a6e60bc382a7')
+
+prepare() {
+  cd $pkgbase-$pkgver
+  sed -i 's/20190302/20190410/' Makefile  # Fixup VHBA_VERSION
+}
+
+build() {
+  cd $pkgbase-$pkgver
+  make KERNELRELEASE="$(

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

2021-03-09 Thread Jan Steffens via arch-commits
Date: Tuesday, March 9, 2021 @ 20:08:08
  Author: heftig
Revision: 887124

archrelease: copy trunk to community-testing-x86_64

Added:
  broadcom-wl/repos/community-testing-x86_64/
  broadcom-wl/repos/community-testing-x86_64/PKGBUILD
(from rev 887122, broadcom-wl/trunk/PKGBUILD)

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

Copied: broadcom-wl/repos/community-testing-x86_64/PKGBUILD (from rev 887122, 
broadcom-wl/trunk/PKGBUILD)
===
--- community-testing-x86_64/PKGBUILD   (rev 0)
+++ community-testing-x86_64/PKGBUILD   2021-03-09 20:08:08 UTC (rev 887124)
@@ -0,0 +1,41 @@
+# Maintainer: Eli Schwartz 
+
+_module=broadcom-wl
+_kernelname=  # Build against stock -ARCH kernel
+#_kernelname=-custom  # Build against kernel with a different name
+pkgname=${_module}${_kernelname}
+pkgver=6.30.223.271
+pkgrel=274
+pkgdesc='Broadcom 802.11 Linux STA wireless driver'
+arch=('x86_64')
+url='https://www.broadcom.com/support/download-search/?pf=Wireless+LAN+Infrastructure'
+license=('custom')
+makedepends=("linux${_kernelname}-headers" "${_module}-dkms=${pkgver}")
+
+build() {
+_kernver=$(

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

2021-03-09 Thread Jan Steffens via arch-commits
Date: Tuesday, March 9, 2021 @ 20:07:43
  Author: heftig
Revision: 887113

0.8-395: linux 5.11.5.arch1-1

Modified:
  bbswitch/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2021-03-09 20:07:42 UTC (rev 887112)
+++ PKGBUILD2021-03-09 20:07:43 UTC (rev 887113)
@@ -5,7 +5,7 @@
 pkgbase=bbswitch
 pkgname=(bbswitch bbswitch-dkms)
 pkgver=0.8
-pkgrel=394
+pkgrel=395
 pkgdesc="Kernel module allowing to switch dedicated graphics card on Optimus 
laptops"
 arch=('x86_64')
 url="http://github.com/Bumblebee-Project/bbswitch";


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

2021-03-09 Thread Levente Polyak via arch-commits
Date: Tuesday, March 9, 2021 @ 21:18:54
  Author: anthraxx
Revision: 887165

upgpkg: nim 1.4.4-1

Modified:
  nim/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2021-03-09 21:18:41 UTC (rev 887164)
+++ PKGBUILD2021-03-09 21:18:54 UTC (rev 887165)
@@ -6,7 +6,7 @@
 
 pkgname=nim
 _pkgname=Nim
-pkgver=1.4.2
+pkgver=1.4.4
 _csourcesver=0.20.0
 pkgrel=1
 pkgdesc='Imperative, multi-paradigm, compiled programming language'
@@ -25,9 +25,9 @@
 )
 
source=(https://github.com/nim-lang/Nim/archive/v${pkgver}/${pkgname}-${pkgver}.tar.gz
 
https://github.com/nim-lang/csources/archive/v${_csourcesver}/csources-${_csourcesver}.tar.gz)
-sha256sums=('fc1e25aa2c667a34fe48160a79472fd5ced35af6478a535919d20b8821277a3a'
+sha256sums=('b00f7c7a89deedd13c61c39fca8126bdf7449531db3d1b2c34d16d1378343163'
 '5e6fd15d90df1a8cb7614c4ffc70aa8c4198cd854d7742016202b96dd0228d3c')
-b2sums=('8ff4842e3135737f256f05fafbfb1ef5c623379c9cc0b1cb9563b550123dab1964bfec1cc4c38ac8ddaf9ffe1c5b8e8eecd81634cdf78cd2bb6d0bcd074f5de5'
+b2sums=('a78044eccfc850f7e30c69344d06eef7f09a42ad15804a223ea3793b213c32ec38485db643f6500cb2a12e37063c33e4058bfea4d7540bab398ea20abfa0b749'
 
'a1c026aa4ecd676d938d00f13f749b7c21094f87de98055ef0002bc96cafb81a780b7d82adfa3927bb32b0eb52c8047ac2b2c98d0ab3b9af0dd8c8ebeffad50b')
 
 prepare() {


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

2021-03-09 Thread Jan Steffens via arch-commits
Date: Tuesday, March 9, 2021 @ 20:07:47
  Author: heftig
Revision: 887116

1.2.1-35: linux 5.11.5.arch1-1

Modified:
  acpi_call/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2021-03-09 20:07:46 UTC (rev 887115)
+++ PKGBUILD2021-03-09 20:07:47 UTC (rev 887116)
@@ -4,7 +4,7 @@
 
 pkgname=acpi_call
 pkgver=1.2.1
-pkgrel=34
+pkgrel=35
 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 r8168/trunk (PKGBUILD)

2021-03-09 Thread Jan Steffens via arch-commits
Date: Tuesday, March 9, 2021 @ 20:07:45
  Author: heftig
Revision: 887114

8.048.03-74: linux 5.11.5.arch1-1

Modified:
  r8168/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2021-03-09 20:07:43 UTC (rev 887113)
+++ PKGBUILD2021-03-09 20:07:45 UTC (rev 887114)
@@ -4,7 +4,7 @@
 
 pkgname=r8168
 pkgver=8.048.03
-pkgrel=73
+pkgrel=74
 pkgdesc="A kernel module for Realtek 8168 network cards"
 url="http://www.realtek.com.tw";
 license=("GPL")


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

2021-03-09 Thread Jan Steffens via arch-commits
Date: Tuesday, March 9, 2021 @ 20:08:11
  Author: heftig
Revision: 409538

archrelease: copy trunk to testing-x86_64

Added:
  linux-zen/repos/testing-x86_64/
  linux-zen/repos/testing-x86_64/PKGBUILD
(from rev 409536, linux-zen/trunk/PKGBUILD)
  linux-zen/repos/testing-x86_64/config
(from rev 409536, linux-zen/trunk/config)

--+
 PKGBUILD |  198 +
 config   |10301 +
 2 files changed, 10499 insertions(+)

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


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

2021-03-09 Thread Levente Polyak via arch-commits
Date: Tuesday, March 9, 2021 @ 21:21:35
  Author: anthraxx
Revision: 887170

archrelease: copy trunk to community-any

Added:
  ruby-thor/repos/community-any/PKGBUILD
(from rev 887169, ruby-thor/trunk/PKGBUILD)
Deleted:
  ruby-thor/repos/community-any/PKGBUILD

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

Deleted: PKGBUILD
===
--- PKGBUILD2021-03-09 21:21:31 UTC (rev 887169)
+++ PKGBUILD2021-03-09 21:21:35 UTC (rev 887170)
@@ -1,37 +0,0 @@
-# Maintainer: Levente Polyak 
-
-_gemname=thor
-pkgname=ruby-thor
-pkgver=1.0.1
-pkgrel=2
-pkgdesc='Toolkit for building powerful command-line interfaces'
-url='https://github.com/erikhuda/thor'
-arch=('any')
-license=('MIT')
-depends=('ruby')
-makedepends=('ruby-rdoc')
-options=('!emptydirs')
-source=(${pkgname}-${pkgver}.tar.gz::https://github.com/erikhuda/thor/archive/v${pkgver}.tar.gz)
-sha256sums=('e6b902764e237ce296cf9e339c93f8ca83bec5b59be0bf8bacd7ffddc6684d07')
-sha512sums=('cd0c6e3833976b27f9d23d69f261d4457ab99bb52eb5e7121b92c53aedd6bd953616215ba01b8b931c86e9cd22b944415810230d0e868c95dc9ef712f05f99d3')
-
-prepare() {
-  cd ${_gemname}-${pkgver}
-  sed -r 's|~>|>=|g' -i ${_gemname}.gemspec # don't give a fuck about rubys 
bla bla
-}
-
-build() {
-  cd ${_gemname}-${pkgver}
-  gem build ${_gemname}.gemspec
-}
-
-package() {
-  cd ${_gemname}-${pkgver}
-  local _gemdir="$(gem env gemdir)"
-  gem install --ignore-dependencies --no-user-install -i "${pkgdir}${_gemdir}" 
-n "${pkgdir}/usr/bin" ${_gemname}-${pkgver}.gem
-  install -Dm 644 README.md CHANGELOG.md -t 
"${pkgdir}/usr/share/doc/${pkgname}"
-  install -Dm 644 LICENSE.md -t "${pkgdir}/usr/share/licenses/${pkgname}"
-  rm "${pkgdir}/${_gemdir}/cache/${_gemname}-${pkgver}.gem"
-}
-
-# vim: ts=2 sw=2 et:

Copied: ruby-thor/repos/community-any/PKGBUILD (from rev 887169, 
ruby-thor/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2021-03-09 21:21:35 UTC (rev 887170)
@@ -0,0 +1,37 @@
+# Maintainer: Levente Polyak 
+
+_gemname=thor
+pkgname=ruby-thor
+pkgver=1.1.0
+pkgrel=1
+pkgdesc='Toolkit for building powerful command-line interfaces'
+url='https://github.com/erikhuda/thor'
+arch=('any')
+license=('MIT')
+depends=('ruby')
+makedepends=('ruby-rdoc')
+options=('!emptydirs')
+source=(${pkgname}-${pkgver}.tar.gz::https://github.com/erikhuda/thor/archive/v${pkgver}.tar.gz)
+sha256sums=('ef285b4fedcb7ed48283198678bcc6d633dc26ac77ba01d7609ba81c2f10e130')
+sha512sums=('d1872a834478c5a2054dde6f55e93f6765fd628536f99f888bd7495436c88658537d48c44ef1e5ad6d1388edfa294ea2a3f3cbde32c19b7d2253b78bc62bf9d0')
+
+prepare() {
+  cd ${_gemname}-${pkgver}
+  sed -r 's|~>|>=|g' -i ${_gemname}.gemspec # don't give a fuck about rubys 
bla bla
+}
+
+build() {
+  cd ${_gemname}-${pkgver}
+  gem build ${_gemname}.gemspec
+}
+
+package() {
+  cd ${_gemname}-${pkgver}
+  local _gemdir="$(gem env gemdir)"
+  gem install --ignore-dependencies --no-user-install -i "${pkgdir}${_gemdir}" 
-n "${pkgdir}/usr/bin" ${_gemname}-${pkgver}.gem
+  install -Dm 644 README.md CHANGELOG.md -t 
"${pkgdir}/usr/share/doc/${pkgname}"
+  install -Dm 644 LICENSE.md -t "${pkgdir}/usr/share/licenses/${pkgname}"
+  rm "${pkgdir}/${_gemdir}/cache/${_gemname}-${pkgver}.gem"
+}
+
+# vim: ts=2 sw=2 et:


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

2021-03-09 Thread Jan Steffens via arch-commits
Date: Tuesday, March 9, 2021 @ 20:07:42
  Author: heftig
Revision: 887112

6.30.223.271-274: linux 5.11.5.arch1-1

Modified:
  broadcom-wl/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2021-03-09 20:07:41 UTC (rev 887111)
+++ PKGBUILD2021-03-09 20:07:42 UTC (rev 887112)
@@ -5,7 +5,7 @@
 #_kernelname=-custom  # Build against kernel with a different name
 pkgname=${_module}${_kernelname}
 pkgver=6.30.223.271
-pkgrel=273
+pkgrel=274
 pkgdesc='Broadcom 802.11 Linux STA wireless driver'
 arch=('x86_64')
 
url='https://www.broadcom.com/support/download-search/?pf=Wireless+LAN+Infrastructure'


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

2021-03-09 Thread Jan Steffens via arch-commits
Date: Tuesday, March 9, 2021 @ 20:08:08
  Author: heftig
Revision: 887123

archrelease: copy trunk to community-testing-x86_64

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

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

Copied: r8168/repos/community-testing-x86_64/PKGBUILD (from rev 887121, 
r8168/trunk/PKGBUILD)
===
--- community-testing-x86_64/PKGBUILD   (rev 0)
+++ community-testing-x86_64/PKGBUILD   2021-03-09 20:08:08 UTC (rev 887123)
@@ -0,0 +1,38 @@
+# Maintainer: Massimiliano Torromeo 
+# Contributor: Bob Fanger < bfanger(at)gmail >
+# Contributor: Filip , Det < nimetonmaili(at)gmail >
+
+pkgname=r8168
+pkgver=8.048.03
+pkgrel=74
+pkgdesc="A kernel module for Realtek 8168 network cards"
+url="http://www.realtek.com.tw";
+license=("GPL")
+arch=('x86_64')
+makedepends=('linux-headers')
+source=(https://github.com/mtorromeo/r8168/archive/$pkgver/$pkgname-$pkgver.tar.gz)
+sha256sums=('0f191c4dc2f2e1aef6789d34820305fae27690d20212f2ac12ded634eb786d8c')
+
+build() {
+   cd "$pkgname-$pkgver"
+   # avoid using the Makefile directly -- it doesn't understand
+   # any kernel but the current.
+   make -C /usr/src/linux M="$PWD/src" \
+   EXTRA_CFLAGS="-DCONFIG_R8168_NAPI -DCONFIG_R8168_VLAN 
-DCONFIG_ASPM -DENABLE_S5WOL -DENABLE_EEE" \
+   modules
+}
+
+package() {
+   depends=('glibc' 'linux')
+
+   local extradir=/usr/lib/modules/$(

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

2021-03-09 Thread Levente Polyak via arch-commits
Date: Tuesday, March 9, 2021 @ 21:19:02
  Author: anthraxx
Revision: 887167

archrelease: copy trunk to community-any

Added:
  ropgadget/repos/community-any/PKGBUILD
(from rev 887166, ropgadget/trunk/PKGBUILD)
Deleted:
  ropgadget/repos/community-any/PKGBUILD

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

Deleted: PKGBUILD
===
--- PKGBUILD2021-03-09 21:18:58 UTC (rev 887166)
+++ PKGBUILD2021-03-09 21:19:02 UTC (rev 887167)
@@ -1,40 +0,0 @@
-# Maintainer: Levente Polyak 
-# Contributor: s1gma 
-
-pkgname=ropgadget
-_pkgname=ROPgadget
-pkgver=6.4
-pkgrel=1
-pkgdesc='Search gadgets in binaries to facilitate ROP exploitation for several 
file formats and architectures'
-url='http://www.shell-storm.org/project/ROPgadget'
-arch=('any')
-license=('BSD')
-depends=('python' 'python-capstone')
-makedepends=('python-setuptools')
-source=(https://github.com/JonathanSalwan/${_pkgname}/archive/v${pkgver}/${pkgname}-${pkgver}.tar.gz)
-sha512sums=('9b663f5e285272e6d59b5c159b6e4316461f43a6861e3cda8d2c94561bf276e0f6a87abfdeff1ec4c346c9716120608e8c66d060ed75c985e96591d3f0fd667c')
-b2sums=('50ca94e493b58a8ac1845cc70b40d80e80367a1f163e9b25e3be6652274f3df6dae606cebadb1b76ce05bef785850d87576713cc7a78793811c1a86d37c4e4a9')
-
-prepare() {
-  cd ${_pkgname}-${pkgver}
-  sed 's|python2|python|g' -i ropgadget/**/*.py ropgadget/*/*/*.py
-}
-
-build() {
-  cd ${_pkgname}-${pkgver}
-  python setup.py build
-}
-
-check() {
-  cd ${_pkgname}-${pkgver}
-  ./ROPgadget.py --binary ./test-suite-binaries/elf-Linux-x86 --string "main"
-}
-
-package() {
-  cd ${_pkgname}-${pkgver}
-  python setup.py install -O1 --root="${pkgdir}" --prefix=/usr --skip-build
-  install -Dm 644 README.md -t "${pkgdir}/usr/share/doc/${pkgname}"
-  install -Dm 644 LICENSE_BSD.txt -t "${pkgdir}/usr/share/licenses/${pkgname}"
-}
-
-# vim:set ts=2 sw=2 et:

Copied: ropgadget/repos/community-any/PKGBUILD (from rev 887166, 
ropgadget/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2021-03-09 21:19:02 UTC (rev 887167)
@@ -0,0 +1,40 @@
+# Maintainer: Levente Polyak 
+# Contributor: s1gma 
+
+pkgname=ropgadget
+_pkgname=ROPgadget
+pkgver=6.5
+pkgrel=1
+pkgdesc='Search gadgets in binaries to facilitate ROP exploitation for several 
file formats and architectures'
+url='http://www.shell-storm.org/project/ROPgadget'
+arch=('any')
+license=('BSD')
+depends=('python' 'python-capstone')
+makedepends=('python-setuptools')
+source=(https://github.com/JonathanSalwan/${_pkgname}/archive/v${pkgver}/${pkgname}-${pkgver}.tar.gz)
+sha512sums=('2718bf657a6d6fc724d0eaaa726925a69a58777653d83a57d04ca61f0a772cb279afd2b68edc0d07da1d929b183dc53ab5177802d4c562c5ca6a62125a74bc56')
+b2sums=('708aee3be43c54b4a6e63460adb1b54c2a025302003a5c9ab57e272a6aec76760af8664db2a4e819fd03da79a9e5696c6bd04e92e40aec89b5b1ffcfc2074b10')
+
+prepare() {
+  cd ${_pkgname}-${pkgver}
+  sed 's|python2|python|g' -i ropgadget/**/*.py ropgadget/*/*/*.py
+}
+
+build() {
+  cd ${_pkgname}-${pkgver}
+  python setup.py build
+}
+
+check() {
+  cd ${_pkgname}-${pkgver}
+  ./ROPgadget.py --binary ./test-suite-binaries/elf-Linux-x86 --string "main"
+}
+
+package() {
+  cd ${_pkgname}-${pkgver}
+  python setup.py install -O1 --root="${pkgdir}" --prefix=/usr --skip-build
+  install -Dm 644 README.md -t "${pkgdir}/usr/share/doc/${pkgname}"
+  install -Dm 644 LICENSE_BSD.txt -t "${pkgdir}/usr/share/licenses/${pkgname}"
+}
+
+# vim:set ts=2 sw=2 et:


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

2021-03-09 Thread Levente Polyak via arch-commits
Date: Tuesday, March 9, 2021 @ 21:21:31
  Author: anthraxx
Revision: 887169

upgpkg: ruby-thor 1.1.0-1

Modified:
  ruby-thor/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2021-03-09 21:20:13 UTC (rev 887168)
+++ PKGBUILD2021-03-09 21:21:31 UTC (rev 887169)
@@ -2,8 +2,8 @@
 
 _gemname=thor
 pkgname=ruby-thor
-pkgver=1.0.1
-pkgrel=2
+pkgver=1.1.0
+pkgrel=1
 pkgdesc='Toolkit for building powerful command-line interfaces'
 url='https://github.com/erikhuda/thor'
 arch=('any')
@@ -12,8 +12,8 @@
 makedepends=('ruby-rdoc')
 options=('!emptydirs')
 
source=(${pkgname}-${pkgver}.tar.gz::https://github.com/erikhuda/thor/archive/v${pkgver}.tar.gz)
-sha256sums=('e6b902764e237ce296cf9e339c93f8ca83bec5b59be0bf8bacd7ffddc6684d07')
-sha512sums=('cd0c6e3833976b27f9d23d69f261d4457ab99bb52eb5e7121b92c53aedd6bd953616215ba01b8b931c86e9cd22b944415810230d0e868c95dc9ef712f05f99d3')
+sha256sums=('ef285b4fedcb7ed48283198678bcc6d633dc26ac77ba01d7609ba81c2f10e130')
+sha512sums=('d1872a834478c5a2054dde6f55e93f6765fd628536f99f888bd7495436c88658537d48c44ef1e5ad6d1388edfa294ea2a3f3cbde32c19b7d2253b78bc62bf9d0')
 
 prepare() {
   cd ${_gemname}-${pkgver}


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

2021-03-09 Thread Jan Steffens via arch-commits
Date: Tuesday, March 9, 2021 @ 20:08:09
  Author: heftig
Revision: 887125

archrelease: copy trunk to community-testing-x86_64

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

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

Copied: acpi_call/repos/community-testing-x86_64/PKGBUILD (from rev 887120, 
acpi_call/trunk/PKGBUILD)
===
--- community-testing-x86_64/PKGBUILD   (rev 0)
+++ community-testing-x86_64/PKGBUILD   2021-03-09 20:08:09 UTC (rev 887125)
@@ -0,0 +1,38 @@
+# Maintainer: Maxime Gauduin 
+# Contributor: mortzu 
+# Contributor: fnord0 
+
+pkgname=acpi_call
+pkgver=1.2.1
+pkgrel=35
+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-headers' "acpi_call-dkms=$pkgver")
+conflicts=('acpi_call-dkms')
+
+build() {
+  _kernver=$(

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

2021-03-09 Thread Jan Steffens via arch-commits
Date: Tuesday, March 9, 2021 @ 20:07:46
  Author: heftig
Revision: 887115

20200106-118: linux 5.11.5.arch1-1

Modified:
  vhba-module/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2021-03-09 20:07:45 UTC (rev 887114)
+++ PKGBUILD2021-03-09 20:07:46 UTC (rev 887115)
@@ -5,7 +5,7 @@
 pkgbase=vhba-module
 pkgname=(vhba-module vhba-module-dkms)
 pkgver=20200106
-pkgrel=117
+pkgrel=118
 pkgdesc="Kernel module that emulates SCSI devices"
 url="https://cdemu.sourceforge.io/";
 arch=(x86_64)


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

2021-03-09 Thread Jan Steffens via arch-commits
Date: Tuesday, March 9, 2021 @ 20:07:14
  Author: heftig
Revision: 409534

5.11.5.arch1-1

Modified:
  linux/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2021-03-09 19:45:43 UTC (rev 409533)
+++ PKGBUILD2021-03-09 20:07:14 UTC (rev 409534)
@@ -1,7 +1,7 @@
 # Maintainer: Jan Alexander Steffens (heftig) 
 
 pkgbase=linux
-pkgver=5.11.4.arch1
+pkgver=5.11.5.arch1
 pkgrel=1
 pkgdesc='Linux'
 _srctag=v${pkgver%.*}-${pkgver##*.}


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

2021-03-09 Thread Levente Polyak via arch-commits
Date: Tuesday, March 9, 2021 @ 21:14:15
  Author: anthraxx
Revision: 887161

upgpkg: pegtl 3.2.0-1

Modified:
  pegtl/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2021-03-09 21:04:01 UTC (rev 887160)
+++ PKGBUILD2021-03-09 21:14:15 UTC (rev 887161)
@@ -1,8 +1,8 @@
 # Maintainer: Levente Polyak 
 
 pkgname=pegtl
-_gitcommit=47e878ad4fd72c91253c9d47b6f17e001ca2dfcf
-pkgver=2.8.3
+_gitcommit=7d039707cf835cea63daa78a717e18fcc5bcf95b
+pkgver=3.2.0
 pkgrel=1
 pkgdesc='Parsing Expression Grammar Template Library'
 url='https://github.com/taocpp/PEGTL'


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

2021-03-09 Thread Levente Polyak via arch-commits
Date: Tuesday, March 9, 2021 @ 21:14:19
  Author: anthraxx
Revision: 887162

archrelease: copy trunk to community-any

Added:
  pegtl/repos/community-any/PKGBUILD
(from rev 887161, pegtl/trunk/PKGBUILD)
Deleted:
  pegtl/repos/community-any/PKGBUILD

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

Deleted: PKGBUILD
===
--- PKGBUILD2021-03-09 21:14:15 UTC (rev 887161)
+++ PKGBUILD2021-03-09 21:14:19 UTC (rev 887162)
@@ -1,45 +0,0 @@
-# Maintainer: Levente Polyak 
-
-pkgname=pegtl
-_gitcommit=47e878ad4fd72c91253c9d47b6f17e001ca2dfcf
-pkgver=2.8.3
-pkgrel=1
-pkgdesc='Parsing Expression Grammar Template Library'
-url='https://github.com/taocpp/PEGTL'
-arch=('any')
-license=('MIT')
-makedepends=('git' 'cmake')
-source=(${pkgname}::"git+https://github.com/taocpp/PEGTL#commit=${_gitcommit}?signed";)
-sha512sums=('SKIP')
-validpgpkeys=('3AC06334B62566C11A5912FB014C496DEC39EB21') # Daniel Frey 

-
-pkgver() {
-  cd ${pkgname}
-  git describe --tags --always| sed 's/^v//;s/\([^-]*-g\)/r\1/;s/-/./g'
-}
-
-build() {
-  cd ${pkgname}
-  cmake -B build \
--DCMAKE_INSTALL_PREFIX=/usr \
--DCMAKE_BUILD_TYPE=None \
--DPEGTL_INSTALL_DOC_DIR=share/doc/${pkgname} \
--DPEGTL_INSTALL_CMAKE_DIR=lib/cmake/${pkgname} \
--DPEGTL_BUILD_EXAMPLES=OFF \
--DPEGTL_BUILD_TESTS=ON
-  make -C build VERRBOSE=1
-}
-
-check() {
-  cd ${pkgname}/build
-  ctest
-}
-
-package() {
-  cd ${pkgname}
-  make -C build DESTDIR="${pkgdir}" install
-  install -Dpm 644 README.md -t "${pkgdir}/usr/share/doc/${pkgname}"
-  install -Dpm 644 LICENSE -t "${pkgdir}/usr/share/licenses/${pkgname}"
-}
-
-# vim: ts=2 sw=2 et:

Copied: pegtl/repos/community-any/PKGBUILD (from rev 887161, 
pegtl/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2021-03-09 21:14:19 UTC (rev 887162)
@@ -0,0 +1,45 @@
+# Maintainer: Levente Polyak 
+
+pkgname=pegtl
+_gitcommit=7d039707cf835cea63daa78a717e18fcc5bcf95b
+pkgver=3.2.0
+pkgrel=1
+pkgdesc='Parsing Expression Grammar Template Library'
+url='https://github.com/taocpp/PEGTL'
+arch=('any')
+license=('MIT')
+makedepends=('git' 'cmake')
+source=(${pkgname}::"git+https://github.com/taocpp/PEGTL#commit=${_gitcommit}?signed";)
+sha512sums=('SKIP')
+validpgpkeys=('3AC06334B62566C11A5912FB014C496DEC39EB21') # Daniel Frey 

+
+pkgver() {
+  cd ${pkgname}
+  git describe --tags --always| sed 's/^v//;s/\([^-]*-g\)/r\1/;s/-/./g'
+}
+
+build() {
+  cd ${pkgname}
+  cmake -B build \
+-DCMAKE_INSTALL_PREFIX=/usr \
+-DCMAKE_BUILD_TYPE=None \
+-DPEGTL_INSTALL_DOC_DIR=share/doc/${pkgname} \
+-DPEGTL_INSTALL_CMAKE_DIR=lib/cmake/${pkgname} \
+-DPEGTL_BUILD_EXAMPLES=OFF \
+-DPEGTL_BUILD_TESTS=ON
+  make -C build VERRBOSE=1
+}
+
+check() {
+  cd ${pkgname}/build
+  ctest
+}
+
+package() {
+  cd ${pkgname}
+  make -C build DESTDIR="${pkgdir}" install
+  install -Dpm 644 README.md -t "${pkgdir}/usr/share/doc/${pkgname}"
+  install -Dpm 644 LICENSE -t "${pkgdir}/usr/share/licenses/${pkgname}"
+}
+
+# vim: ts=2 sw=2 et:


[arch-commits] Commit in libgweather/repos/extra-x86_64 (7 files)

2021-03-09 Thread Jan Steffens via arch-commits
Date: Tuesday, March 9, 2021 @ 21:08:39
  Author: heftig
Revision: 409544

archrelease: copy trunk to extra-x86_64

Added:
  libgweather/repos/extra-x86_64/0001-metno-Use-compat-2.0-API.patch
(from rev 409543, libgweather/trunk/0001-metno-Use-compat-2.0-API.patch)
  libgweather/repos/extra-x86_64/0002-metno-Use-GNOME-specific-subdomain.patch
(from rev 409543, 
libgweather/trunk/0002-metno-Use-GNOME-specific-subdomain.patch)
  
libgweather/repos/extra-x86_64/0003-metno-Use-as-arguments-separator-in-query.patch
(from rev 409543, 
libgweather/trunk/0003-metno-Use-as-arguments-separator-in-query.patch)
  
libgweather/repos/extra-x86_64/0004-metno-Use-alphabetical-2.0-symbol-codes.patch
(from rev 409543, 
libgweather/trunk/0004-metno-Use-alphabetical-2.0-symbol-codes.patch)
  
libgweather/repos/extra-x86_64/0005-gweather-Only-use-4-significant-decimals-for-locatio.patch
(from rev 409543, 
libgweather/trunk/0005-gweather-Only-use-4-significant-decimals-for-locatio.patch)
  libgweather/repos/extra-x86_64/PKGBUILD
(from rev 409543, libgweather/trunk/PKGBUILD)
Deleted:
  libgweather/repos/extra-x86_64/PKGBUILD

-+
 0001-metno-Use-compat-2.0-API.patch |   41 +
 0002-metno-Use-GNOME-specific-subdomain.patch   |   33 +
 0003-metno-Use-as-arguments-separator-in-query.patch|   27 +
 0004-metno-Use-alphabetical-2.0-symbol-codes.patch  |  163 +++
 0005-gweather-Only-use-4-significant-decimals-for-locatio.patch |  214 
++
 PKGBUILD|   92 ++--
 6 files changed, 531 insertions(+), 39 deletions(-)

Copied: libgweather/repos/extra-x86_64/0001-metno-Use-compat-2.0-API.patch 
(from rev 409543, libgweather/trunk/0001-metno-Use-compat-2.0-API.patch)
===
--- 0001-metno-Use-compat-2.0-API.patch (rev 0)
+++ 0001-metno-Use-compat-2.0-API.patch 2021-03-09 21:08:39 UTC (rev 409544)
@@ -0,0 +1,41 @@
+From  Mon Sep 17 00:00:00 2001
+From: Bastien Nocera 
+Date: Thu, 7 Jan 2021 15:14:40 +0100
+Subject: [PATCH] metno: Use compat 2.0 API
+
+Version 1.9, which we were using, was deprecated and will be removed soon,
+so migrate to the compat XML output of the v2.0 API.
+
+Closes: #65
+---
+ libgweather/weather-yrno.c | 6 +++---
+ 1 file changed, 3 insertions(+), 3 deletions(-)
+
+diff --git a/libgweather/weather-yrno.c b/libgweather/weather-yrno.c
+index 8324121f..f41cbe68 100644
+--- a/libgweather/weather-yrno.c
 b/libgweather/weather-yrno.c
+@@ -37,7 +37,7 @@
+ 
+ #define XC(t) ((const xmlChar *)(t))
+ 
+-/* Reference for symbols at http://om.yr.no/forklaring/symbol/ */
++/* Reference for symbols at https://api.met.no/weatherapi/weathericon/2.0/ */
+ typedef struct {
+ int code;
+ GWeatherSky sky;
+@@ -443,12 +443,12 @@ yrno_start_open (GWeatherInfo *info)
+ if (!loc->latlon_valid)
+   return FALSE;
+ 
+-/* see the description here: https://api.met.no/ */
++/* see the description here: 
https://api.met.no/weatherapi/locationforecast/2.0/documentation */
+ 
+ g_ascii_dtostr (latstr, sizeof(latstr), RADIANS_TO_DEGREES 
(loc->latitude));
+ g_ascii_dtostr (lonstr, sizeof(lonstr), RADIANS_TO_DEGREES 
(loc->longitude));
+ 
+-url = 
g_strdup_printf("https://api.met.no/weatherapi/locationforecast/1.9/?lat=%s;lon=%s";,
 latstr, lonstr);
++url = 
g_strdup_printf("https://api.met.no/weatherapi/locationforecast/2.0/classic?lat=%s;lon=%s";,
 latstr, lonstr);
+ g_debug ("yrno_start_open, requesting: %s", url);
+ 
+ message = soup_message_new ("GET", url);

Copied: 
libgweather/repos/extra-x86_64/0002-metno-Use-GNOME-specific-subdomain.patch 
(from rev 409543, 
libgweather/trunk/0002-metno-Use-GNOME-specific-subdomain.patch)
===
--- 0002-metno-Use-GNOME-specific-subdomain.patch   
(rev 0)
+++ 0002-metno-Use-GNOME-specific-subdomain.patch   2021-03-09 21:08:39 UTC 
(rev 409544)
@@ -0,0 +1,33 @@
+From  Mon Sep 17 00:00:00 2001
+From: Bastien Nocera 
+Date: Tue, 12 Jan 2021 14:21:21 +0100
+Subject: [PATCH] metno: Use GNOME-specific subdomain
+
+This allows the API provider to track libgweather usage.
+---
+ libgweather/weather-yrno.c | 5 -
+ 1 file changed, 4 insertions(+), 1 deletion(-)
+
+diff --git a/libgweather/weather-yrno.c b/libgweather/weather-yrno.c
+index f41cbe68..c8570abf 100644
+--- a/libgweather/weather-yrno.c
 b/libgweather/weather-yrno.c
+@@ -37,6 +37,9 @@
+ 
+ #define XC(t) ((const xmlChar *)(t))
+ 
++/* As per https://gitlab.gnome.org/GNOME/libgweather/-/issues/59#note_1004747 
*/
++#define API_ENDPOINT_DOMAIN "aa037rv1tsaszxi6o.api.met.no"
++
+ /* Reference for symbols at https://api.met.no/weathera

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

2021-03-09 Thread Jan Steffens via arch-commits
Date: Tuesday, March 9, 2021 @ 21:08:23
  Author: heftig
Revision: 409543

3.36.1-2: FS#69919

Added:
  libgweather/trunk/0001-metno-Use-compat-2.0-API.patch
  libgweather/trunk/0002-metno-Use-GNOME-specific-subdomain.patch
  libgweather/trunk/0003-metno-Use-as-arguments-separator-in-query.patch
  libgweather/trunk/0004-metno-Use-alphabetical-2.0-symbol-codes.patch
  
libgweather/trunk/0005-gweather-Only-use-4-significant-decimals-for-locatio.patch
Modified:
  libgweather/trunk/PKGBUILD

-+
 0001-metno-Use-compat-2.0-API.patch |   41 +
 0002-metno-Use-GNOME-specific-subdomain.patch   |   33 +
 0003-metno-Use-as-arguments-separator-in-query.patch|   27 +
 0004-metno-Use-alphabetical-2.0-symbol-codes.patch  |  163 +++
 0005-gweather-Only-use-4-significant-decimals-for-locatio.patch |  214 
++
 PKGBUILD|   20 
 6 files changed, 495 insertions(+), 3 deletions(-)

Added: 0001-metno-Use-compat-2.0-API.patch
===
--- 0001-metno-Use-compat-2.0-API.patch (rev 0)
+++ 0001-metno-Use-compat-2.0-API.patch 2021-03-09 21:08:23 UTC (rev 409543)
@@ -0,0 +1,41 @@
+From  Mon Sep 17 00:00:00 2001
+From: Bastien Nocera 
+Date: Thu, 7 Jan 2021 15:14:40 +0100
+Subject: [PATCH] metno: Use compat 2.0 API
+
+Version 1.9, which we were using, was deprecated and will be removed soon,
+so migrate to the compat XML output of the v2.0 API.
+
+Closes: #65
+---
+ libgweather/weather-yrno.c | 6 +++---
+ 1 file changed, 3 insertions(+), 3 deletions(-)
+
+diff --git a/libgweather/weather-yrno.c b/libgweather/weather-yrno.c
+index 8324121f..f41cbe68 100644
+--- a/libgweather/weather-yrno.c
 b/libgweather/weather-yrno.c
+@@ -37,7 +37,7 @@
+ 
+ #define XC(t) ((const xmlChar *)(t))
+ 
+-/* Reference for symbols at http://om.yr.no/forklaring/symbol/ */
++/* Reference for symbols at https://api.met.no/weatherapi/weathericon/2.0/ */
+ typedef struct {
+ int code;
+ GWeatherSky sky;
+@@ -443,12 +443,12 @@ yrno_start_open (GWeatherInfo *info)
+ if (!loc->latlon_valid)
+   return FALSE;
+ 
+-/* see the description here: https://api.met.no/ */
++/* see the description here: 
https://api.met.no/weatherapi/locationforecast/2.0/documentation */
+ 
+ g_ascii_dtostr (latstr, sizeof(latstr), RADIANS_TO_DEGREES 
(loc->latitude));
+ g_ascii_dtostr (lonstr, sizeof(lonstr), RADIANS_TO_DEGREES 
(loc->longitude));
+ 
+-url = 
g_strdup_printf("https://api.met.no/weatherapi/locationforecast/1.9/?lat=%s;lon=%s";,
 latstr, lonstr);
++url = 
g_strdup_printf("https://api.met.no/weatherapi/locationforecast/2.0/classic?lat=%s;lon=%s";,
 latstr, lonstr);
+ g_debug ("yrno_start_open, requesting: %s", url);
+ 
+ message = soup_message_new ("GET", url);

Added: 0002-metno-Use-GNOME-specific-subdomain.patch
===
--- 0002-metno-Use-GNOME-specific-subdomain.patch   
(rev 0)
+++ 0002-metno-Use-GNOME-specific-subdomain.patch   2021-03-09 21:08:23 UTC 
(rev 409543)
@@ -0,0 +1,33 @@
+From  Mon Sep 17 00:00:00 2001
+From: Bastien Nocera 
+Date: Tue, 12 Jan 2021 14:21:21 +0100
+Subject: [PATCH] metno: Use GNOME-specific subdomain
+
+This allows the API provider to track libgweather usage.
+---
+ libgweather/weather-yrno.c | 5 -
+ 1 file changed, 4 insertions(+), 1 deletion(-)
+
+diff --git a/libgweather/weather-yrno.c b/libgweather/weather-yrno.c
+index f41cbe68..c8570abf 100644
+--- a/libgweather/weather-yrno.c
 b/libgweather/weather-yrno.c
+@@ -37,6 +37,9 @@
+ 
+ #define XC(t) ((const xmlChar *)(t))
+ 
++/* As per https://gitlab.gnome.org/GNOME/libgweather/-/issues/59#note_1004747 
*/
++#define API_ENDPOINT_DOMAIN "aa037rv1tsaszxi6o.api.met.no"
++
+ /* Reference for symbols at https://api.met.no/weatherapi/weathericon/2.0/ */
+ typedef struct {
+ int code;
+@@ -448,7 +451,7 @@ yrno_start_open (GWeatherInfo *info)
+ g_ascii_dtostr (latstr, sizeof(latstr), RADIANS_TO_DEGREES 
(loc->latitude));
+ g_ascii_dtostr (lonstr, sizeof(lonstr), RADIANS_TO_DEGREES 
(loc->longitude));
+ 
+-url = 
g_strdup_printf("https://api.met.no/weatherapi/locationforecast/2.0/classic?lat=%s;lon=%s";,
 latstr, lonstr);
++url = g_strdup_printf("https://"; API_ENDPOINT_DOMAIN 
"/weatherapi/locationforecast/2.0/classic?lat=%s;lon=%s", latstr, lonstr);
+ g_debug ("yrno_start_open, requesting: %s", url);
+ 
+ message = soup_message_new ("GET", url);

Added: 0003-metno-Use-as-arguments-separator-in-query.patch
===
--- 0003-metno-Use-as-arguments-separator-in-query.patch
(rev 0)

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

2021-03-09 Thread Levente Polyak via arch-commits
Date: Tuesday, March 9, 2021 @ 21:03:56
  Author: anthraxx
Revision: 887159

upgpkg: clamtk 6.09-1

Modified:
  clamtk/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2021-03-09 21:02:59 UTC (rev 887158)
+++ PKGBUILD2021-03-09 21:03:56 UTC (rev 887159)
@@ -2,17 +2,17 @@
 # Contributor: Blaž Tomažič 
 
 pkgname=clamtk
-pkgver=6.06
+pkgver=6.09
 pkgrel=1
 pkgdesc='Easy to use, light-weight, on-demand virus scanner for Linux systems'
-url='https://dave-theunsub.github.io/clamtk/'
+url='https://gitlab.com/dave_m/clamtk/-/wikis/home'
 arch=('any')
 license=('GPL')
 depends=('clamav' 'perl' 'perl-gtk3' 'perl-locale-gettext' 'perl-libwww' 
'perl-http-message'
  'perl-lwp-protocol-https' 'perl-text-csv' 'perl-json' 'python' 
'zenity' 'desktop-file-utils'
  'cron')
-source=(https://bitbucket.org/davem_/clamtk-gtk3/downloads/clamtk-${pkgver}.tar.xz{,.asc})
-sha512sums=('ee4d09e0f3c703bef5a1b3e1bdc97d3d1d91998c98e82a2fb1e3326fa8fdff32d7bbef7d9e2bf2b6292fa1982b1efb3b5cdb4cdd7afb17f6ffd0e089d8b4539a'
+source=(https://github.com/dave-theunsub/clamtk/releases/download/v${pkgver}/clamtk-${pkgver}.tar.xz{,.asc})
+sha512sums=('4bb7f4f8fdc346d60ba3dbe6abdf09edcad2fa3fd4aab6f9eebf88705a213dab9974e2b838eeb05f155ca44ed249874e23679002a1d6e8832bfe3c104b2832a8'
 'SKIP')
 validpgpkeys=('5DD47B3B121EE5C354A20305F51D19546ADA59DE') # Dave Mauroni 

 


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

2021-03-09 Thread Levente Polyak via arch-commits
Date: Tuesday, March 9, 2021 @ 21:04:01
  Author: anthraxx
Revision: 887160

archrelease: copy trunk to community-any

Added:
  clamtk/repos/community-any/PKGBUILD
(from rev 887159, clamtk/trunk/PKGBUILD)
Deleted:
  clamtk/repos/community-any/PKGBUILD

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

Deleted: PKGBUILD
===
--- PKGBUILD2021-03-09 21:03:56 UTC (rev 887159)
+++ PKGBUILD2021-03-09 21:04:01 UTC (rev 887160)
@@ -1,39 +0,0 @@
-# Maintainer: Levente Polyak 
-# Contributor: Blaž Tomažič 
-
-pkgname=clamtk
-pkgver=6.06
-pkgrel=1
-pkgdesc='Easy to use, light-weight, on-demand virus scanner for Linux systems'
-url='https://dave-theunsub.github.io/clamtk/'
-arch=('any')
-license=('GPL')
-depends=('clamav' 'perl' 'perl-gtk3' 'perl-locale-gettext' 'perl-libwww' 
'perl-http-message'
- 'perl-lwp-protocol-https' 'perl-text-csv' 'perl-json' 'python' 
'zenity' 'desktop-file-utils'
- 'cron')
-source=(https://bitbucket.org/davem_/clamtk-gtk3/downloads/clamtk-${pkgver}.tar.xz{,.asc})
-sha512sums=('ee4d09e0f3c703bef5a1b3e1bdc97d3d1d91998c98e82a2fb1e3326fa8fdff32d7bbef7d9e2bf2b6292fa1982b1efb3b5cdb4cdd7afb17f6ffd0e089d8b4539a'
-'SKIP')
-validpgpkeys=('5DD47B3B121EE5C354A20305F51D19546ADA59DE') # Dave Mauroni 

-
-package() {
-  cd ${pkgname}-${pkgver}
-
-  install -Dm 755 clamtk -t "${pkgdir}/usr/bin"
-  for f in lib/* ; do
-install -Dm 644 "${f}" 
"${pkgdir}/usr/share/perl5/vendor_perl/ClamTk/$(basename "${f}")"
-  done
-
-  for f in po/*.mo ; do
-install -Dm 644 "${f}" "${pkgdir}/usr/share/locale/$(basename "${f}" 
.mo)/LC_MESSAGES/clamtk.mo"
-  done
-
-  install -Dm 644 clamtk.1.gz -t "${pkgdir}/usr/share/man/man1"
-  install -Dm 644 CHANGES DISCLAIMER README.md -t 
"${pkgdir}/usr/share/doc/${pkgname}"
-  install -Dm 644 LICENSE -t "${pkgdir}/usr/share/licenses/${pkgname}"
-
-  install -Dm 644 images/clamtk.{xpm,png} -t "${pkgdir}/usr/share/pixmaps"
-  install -Dm 644 clamtk.desktop -t "${pkgdir}/usr/share/applications"
-}
-
-# vim: ts=2 sw=2 et:

Copied: clamtk/repos/community-any/PKGBUILD (from rev 887159, 
clamtk/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2021-03-09 21:04:01 UTC (rev 887160)
@@ -0,0 +1,39 @@
+# Maintainer: Levente Polyak 
+# Contributor: Blaž Tomažič 
+
+pkgname=clamtk
+pkgver=6.09
+pkgrel=1
+pkgdesc='Easy to use, light-weight, on-demand virus scanner for Linux systems'
+url='https://gitlab.com/dave_m/clamtk/-/wikis/home'
+arch=('any')
+license=('GPL')
+depends=('clamav' 'perl' 'perl-gtk3' 'perl-locale-gettext' 'perl-libwww' 
'perl-http-message'
+ 'perl-lwp-protocol-https' 'perl-text-csv' 'perl-json' 'python' 
'zenity' 'desktop-file-utils'
+ 'cron')
+source=(https://github.com/dave-theunsub/clamtk/releases/download/v${pkgver}/clamtk-${pkgver}.tar.xz{,.asc})
+sha512sums=('4bb7f4f8fdc346d60ba3dbe6abdf09edcad2fa3fd4aab6f9eebf88705a213dab9974e2b838eeb05f155ca44ed249874e23679002a1d6e8832bfe3c104b2832a8'
+'SKIP')
+validpgpkeys=('5DD47B3B121EE5C354A20305F51D19546ADA59DE') # Dave Mauroni 

+
+package() {
+  cd ${pkgname}-${pkgver}
+
+  install -Dm 755 clamtk -t "${pkgdir}/usr/bin"
+  for f in lib/* ; do
+install -Dm 644 "${f}" 
"${pkgdir}/usr/share/perl5/vendor_perl/ClamTk/$(basename "${f}")"
+  done
+
+  for f in po/*.mo ; do
+install -Dm 644 "${f}" "${pkgdir}/usr/share/locale/$(basename "${f}" 
.mo)/LC_MESSAGES/clamtk.mo"
+  done
+
+  install -Dm 644 clamtk.1.gz -t "${pkgdir}/usr/share/man/man1"
+  install -Dm 644 CHANGES DISCLAIMER README.md -t 
"${pkgdir}/usr/share/doc/${pkgname}"
+  install -Dm 644 LICENSE -t "${pkgdir}/usr/share/licenses/${pkgname}"
+
+  install -Dm 644 images/clamtk.{xpm,png} -t "${pkgdir}/usr/share/pixmaps"
+  install -Dm 644 clamtk.desktop -t "${pkgdir}/usr/share/applications"
+}
+
+# vim: ts=2 sw=2 et:


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

2021-03-09 Thread Levente Polyak via arch-commits
Date: Tuesday, March 9, 2021 @ 21:02:59
  Author: anthraxx
Revision: 887158

archrelease: copy trunk to community-x86_64

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

+
 PKGBUILD   |  114 +++
 wpscan.install |   18 
 2 files changed, 66 insertions(+), 66 deletions(-)

Deleted: PKGBUILD
===
--- PKGBUILD2021-03-09 21:02:54 UTC (rev 887157)
+++ PKGBUILD2021-03-09 21:02:59 UTC (rev 887158)
@@ -1,57 +0,0 @@
-# Maintainer: Levente Polyak 
-# Contributor: alexiobash < me (at) alexiobash (dot) com >
-
-pkgname=wpscan
-pkgver=3.8.14
-pkgrel=1
-epoch=1
-pkgdesc='Black box WordPress vulnerability scanner'
-url='https://wpscan.org'
-arch=('x86_64')
-license=('custom:WPScan')
-depends=('ruby-bundler' 'libxslt' 'libyaml' 'curl' 'libxml2')
-optdepends=('metasploit')
-options=('!strip' '!emptydirs')
-install=wpscan.install
-source=(https://github.com/wpscanteam/wpscan/archive/v${pkgver}/${pkgname}-${pkgver}.tar.gz)
-sha512sums=('57f9a875b7a0ea96608d2824600ba941632cda99512d3833bf8f004c6e42e1ee04304ea2c70133d531604a7c73d2d0c6f626422ae601dbb0664ef62bc8c662cf')
-b2sums=('82c69ce4e8a56392dabf0da37006e2961474fa352763e87cb92e31e31a70d757c6b33aa1b8836d4640822695117a662ebfcc15eab677b29b734d218e8fd9feed')
-
-prepare() {
-  cd ${pkgname}-${pkgver}
-  sed -i '/bundler/ s|~>|>=|g' $pkgname.gemspec
-  bundle config build.nokogiri --use-system-libraries
-  bundle config set --local path vendor/bundle
-  bundle config set --local without development test
-}
-
-build() {
-  cd ${pkgname}-${pkgver}
-  CFLAGS+=" -I/usr/include/libxml2"
-  bundle install -j"$(nproc)"
-  # reproducible builds: don't leak jobs count
-  sed '/BUNDLE_JOBS/d' -i .bundle/config
-}
-
-package() {
-  cd ${pkgname}-${pkgver}
-
-  install -d "${pkgdir}/opt/${pkgname}"
-  cp -ra --no-preserve=owner . "${pkgdir}/opt/${pkgname}"
-
-  install -d "${pkgdir}/usr/bin"
-  cat > "${pkgdir}/usr/bin/${pkgname}" << EOF
-#!/bin/sh
-BUNDLE_GEMFILE=/opt/${pkgname}/Gemfile bundle exec ruby /opt/wpscan/bin/wpscan 
"\$@"
-EOF
-  chmod 755 "${pkgdir}/usr/bin/${pkgname}"
-
-  install -Dm 644 LICENSE -t "${pkgdir}/usr/share/licenses/${pkgname}"
-  install -Dm 644 README.md -t "${pkgdir}/usr/share/doc/${pkgname}"
-
-  cd "${pkgdir}"/opt/wpscan/vendor/bundle/ruby/*
-  rm -rf cache gems/*/{ext,lib/*/*.so} \
-extensions/*/*/*/{mkmf.log,gem_make.out}
-}
-
-# vim: ts=2 sw=2 et:

Copied: wpscan/repos/community-x86_64/PKGBUILD (from rev 887157, 
wpscan/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2021-03-09 21:02:59 UTC (rev 887158)
@@ -0,0 +1,57 @@
+# Maintainer: Levente Polyak 
+# Contributor: alexiobash < me (at) alexiobash (dot) com >
+
+pkgname=wpscan
+pkgver=3.8.15
+pkgrel=1
+epoch=1
+pkgdesc='Black box WordPress vulnerability scanner'
+url='https://wpscan.org'
+arch=('x86_64')
+license=('custom:WPScan')
+depends=('ruby-bundler' 'libxslt' 'libyaml' 'curl' 'libxml2')
+optdepends=('metasploit')
+options=('!strip' '!emptydirs')
+install=wpscan.install
+source=(https://github.com/wpscanteam/wpscan/archive/v${pkgver}/${pkgname}-${pkgver}.tar.gz)
+sha512sums=('cb24070e0af0fa299f871729d0354be670c20a5c9c95463ec3290f22c85b899e4f20ea7ce1d9cac3f60f64198a962d78a997120d06903eca0ced79ea0613d426')
+b2sums=('59fb180543916bb22ee34f4b2990ca7d12447803473b727de832de97e1410b863ca09aa5262c56140e20f7403410d6db0c0bd7dfa0403d5b86e7f059e63c573a')
+
+prepare() {
+  cd ${pkgname}-${pkgver}
+  sed -i '/bundler/ s|~>|>=|g' $pkgname.gemspec
+  bundle config build.nokogiri --use-system-libraries
+  bundle config set --local path vendor/bundle
+  bundle config set --local without development test
+}
+
+build() {
+  cd ${pkgname}-${pkgver}
+  CFLAGS+=" -I/usr/include/libxml2"
+  bundle install -j"$(nproc)"
+  # reproducible builds: don't leak jobs count
+  sed '/BUNDLE_JOBS/d' -i .bundle/config
+}
+
+package() {
+  cd ${pkgname}-${pkgver}
+
+  install -d "${pkgdir}/opt/${pkgname}"
+  cp -ra --no-preserve=owner . "${pkgdir}/opt/${pkgname}"
+
+  install -d "${pkgdir}/usr/bin"
+  cat > "${pkgdir}/usr/bin/${pkgname}" << EOF
+#!/bin/sh
+BUNDLE_GEMFILE=/opt/${pkgname}/Gemfile bundle exec ruby /opt/wpscan/bin/wpscan 
"\$@"
+EOF
+  chmod 755 "${pkgdir}/usr/bin/${pkgname}"
+
+  install -Dm 644 LICENSE -t "${pkgdir}/usr/share/licenses/${pkgname}"
+  install -Dm 644 README.md -t "${pkgdir}/usr/share/doc/${pkgname}"
+
+  cd "${pkgdir}"/opt/wpscan/vendor/bundle/ruby/*
+  rm -rf cache gems/*/{ext,lib/*/*.so} \
+extensions/*/*/*/{mkmf.log,gem_make.out}
+}
+
+# vim: ts=2 sw=2 et:

Deleted: wpscan.install
==

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

2021-03-09 Thread Levente Polyak via arch-commits
Date: Tuesday, March 9, 2021 @ 21:02:54
  Author: anthraxx
Revision: 887157

upgpkg: wpscan 1:3.8.15-1

Modified:
  wpscan/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2021-03-09 20:57:48 UTC (rev 887156)
+++ PKGBUILD2021-03-09 21:02:54 UTC (rev 887157)
@@ -2,7 +2,7 @@
 # Contributor: alexiobash < me (at) alexiobash (dot) com >
 
 pkgname=wpscan
-pkgver=3.8.14
+pkgver=3.8.15
 pkgrel=1
 epoch=1
 pkgdesc='Black box WordPress vulnerability scanner'
@@ -14,8 +14,8 @@
 options=('!strip' '!emptydirs')
 install=wpscan.install
 
source=(https://github.com/wpscanteam/wpscan/archive/v${pkgver}/${pkgname}-${pkgver}.tar.gz)
-sha512sums=('57f9a875b7a0ea96608d2824600ba941632cda99512d3833bf8f004c6e42e1ee04304ea2c70133d531604a7c73d2d0c6f626422ae601dbb0664ef62bc8c662cf')
-b2sums=('82c69ce4e8a56392dabf0da37006e2961474fa352763e87cb92e31e31a70d757c6b33aa1b8836d4640822695117a662ebfcc15eab677b29b734d218e8fd9feed')
+sha512sums=('cb24070e0af0fa299f871729d0354be670c20a5c9c95463ec3290f22c85b899e4f20ea7ce1d9cac3f60f64198a962d78a997120d06903eca0ced79ea0613d426')
+b2sums=('59fb180543916bb22ee34f4b2990ca7d12447803473b727de832de97e1410b863ca09aa5262c56140e20f7403410d6db0c0bd7dfa0403d5b86e7f059e63c573a')
 
 prepare() {
   cd ${pkgname}-${pkgver}


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

2021-03-09 Thread Levente Polyak via arch-commits
Date: Tuesday, March 9, 2021 @ 20:57:48
  Author: anthraxx
Revision: 887156

archrelease: copy trunk to community-x86_64

Added:
  websocat/repos/community-x86_64/PKGBUILD
(from rev 887155, websocat/trunk/PKGBUILD)
Deleted:
  websocat/repos/community-x86_64/PKGBUILD

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

Deleted: PKGBUILD
===
--- PKGBUILD2021-03-09 20:57:43 UTC (rev 887155)
+++ PKGBUILD2021-03-09 20:57:48 UTC (rev 887156)
@@ -1,35 +0,0 @@
-# Maintainer: Levente Polyak 
-# Contributor: Stefan Tatschner 
-# Contributor: kpcyrd 
-
-pkgname=websocat
-pkgver=1.6.0
-pkgrel=2
-pkgdesc='Command-line client for web sockets, like netcat/curl/socat for ws://'
-url='https://github.com/vi/websocat/'
-arch=('x86_64')
-license=('MIT')
-depends=('glibc' 'openssl' 'gcc-libs')
-makedepends=('cargo')
-source=("${url}/archive/v${pkgver}/${pkgname}-${pkgver}.tar.gz")
-sha512sums=('e41d69541d9322f43f0296fe853777372b7f1d011839a0f860e8cbbe37bdac61267d1f33e198a650bf830626fc621745e204bb5a0ba5c7317afa972ff22ada9c')
-b2sums=('ea859753e53876cd3fb75b2c924b7a8452135795d1fa6f3c66b6b7d253851f35a4d3a56cc668e0ef46be64c0dea75a1fd24c25024015df3597512c43c5000db5')
-
-build() {
-  cd "${pkgname}-${pkgver}"
-  cargo build --release --locked --features=ssl
-}
-
-check() {
-  cd "${pkgname}-${pkgver}"
-  cargo test --release --locked
-}
-
-package() {
-  cd "${pkgname}-${pkgver}"
-  install -Dm 755 target/release/websocat -t "${pkgdir}/usr/bin"
-  install -Dm 644 README.md doc.md -t "${pkgdir}/usr/share/doc/${pkgname}"
-  install -Dm 644 LICENSE -t "${pkgdir}/usr/share/licenses/${pkgname}"
-}
-
-# vim: ts=2 sw=2 et:

Copied: websocat/repos/community-x86_64/PKGBUILD (from rev 887155, 
websocat/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2021-03-09 20:57:48 UTC (rev 887156)
@@ -0,0 +1,35 @@
+# Maintainer: Levente Polyak 
+# Contributor: Stefan Tatschner 
+# Contributor: kpcyrd 
+
+pkgname=websocat
+pkgver=1.7.0
+pkgrel=1
+pkgdesc='Command-line client for web sockets, like netcat/curl/socat for ws://'
+url='https://github.com/vi/websocat/'
+arch=('x86_64')
+license=('MIT')
+depends=('glibc' 'openssl' 'gcc-libs')
+makedepends=('cargo')
+source=("${url}/archive/v${pkgver}/${pkgname}-${pkgver}.tar.gz")
+sha512sums=('9087abff708503d9682d2bbe43faa45365f1a0623f7106493271478943f836c011a742d1f194392b9e65890f06185704db6a27eae91814888378e7ad75c137e8')
+b2sums=('b26bd47a911c87913c40ff1fd484fd833f292fa5c71bb43196a69c94243453c39bd61978dcd5f71fbf893a0edb1aa015780bc672ce39fabf5da263b820a56839')
+
+build() {
+  cd "${pkgname}-${pkgver}"
+  cargo build --release --locked --features=ssl
+}
+
+check() {
+  cd "${pkgname}-${pkgver}"
+  cargo test --release --locked
+}
+
+package() {
+  cd "${pkgname}-${pkgver}"
+  install -Dm 755 target/release/websocat -t "${pkgdir}/usr/bin"
+  install -Dm 644 README.md doc.md -t "${pkgdir}/usr/share/doc/${pkgname}"
+  install -Dm 644 LICENSE -t "${pkgdir}/usr/share/licenses/${pkgname}"
+}
+
+# vim: ts=2 sw=2 et:


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

2021-03-09 Thread Levente Polyak via arch-commits
Date: Tuesday, March 9, 2021 @ 20:57:43
  Author: anthraxx
Revision: 887155

upgpkg: websocat 1.7.0-1

Modified:
  websocat/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2021-03-09 20:49:47 UTC (rev 887154)
+++ PKGBUILD2021-03-09 20:57:43 UTC (rev 887155)
@@ -3,8 +3,8 @@
 # Contributor: kpcyrd 
 
 pkgname=websocat
-pkgver=1.6.0
-pkgrel=2
+pkgver=1.7.0
+pkgrel=1
 pkgdesc='Command-line client for web sockets, like netcat/curl/socat for ws://'
 url='https://github.com/vi/websocat/'
 arch=('x86_64')
@@ -12,8 +12,8 @@
 depends=('glibc' 'openssl' 'gcc-libs')
 makedepends=('cargo')
 source=("${url}/archive/v${pkgver}/${pkgname}-${pkgver}.tar.gz")
-sha512sums=('e41d69541d9322f43f0296fe853777372b7f1d011839a0f860e8cbbe37bdac61267d1f33e198a650bf830626fc621745e204bb5a0ba5c7317afa972ff22ada9c')
-b2sums=('ea859753e53876cd3fb75b2c924b7a8452135795d1fa6f3c66b6b7d253851f35a4d3a56cc668e0ef46be64c0dea75a1fd24c25024015df3597512c43c5000db5')
+sha512sums=('9087abff708503d9682d2bbe43faa45365f1a0623f7106493271478943f836c011a742d1f194392b9e65890f06185704db6a27eae91814888378e7ad75c137e8')
+b2sums=('b26bd47a911c87913c40ff1fd484fd833f292fa5c71bb43196a69c94243453c39bd61978dcd5f71fbf893a0edb1aa015780bc672ce39fabf5da263b820a56839')
 
 build() {
   cd "${pkgname}-${pkgver}"


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

2021-03-09 Thread Levente Polyak via arch-commits
Date: Tuesday, March 9, 2021 @ 22:11:44
  Author: anthraxx
Revision: 887179

archrelease: copy trunk to community-x86_64

Added:
  arch-audit/repos/community-x86_64/PKGBUILD
(from rev 887178, arch-audit/trunk/PKGBUILD)
Deleted:
  arch-audit/repos/community-x86_64/PKGBUILD

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

Deleted: PKGBUILD
===
--- PKGBUILD2021-03-09 22:11:39 UTC (rev 887178)
+++ PKGBUILD2021-03-09 22:11:44 UTC (rev 887179)
@@ -1,39 +0,0 @@
-# Maintainer: Levente Polyak 
-# Maintainer: Christian Rebischke 
-# Contributor: Andrea Scarpino 
-
-pkgname=arch-audit
-pkgver=0.1.17
-pkgrel=1
-pkgdesc='A utility like pkg-audit based on Arch Security Team data'
-url='https://gitlab.com/ilpianista/arch-audit'
-depends=('glibc' 'gcc-libs' 'curl' 'libcurl.so' 'libalpm.so')
-makedepends=('cargo' 'pkg-config' 'scdoc')
-arch=('x86_64')
-license=('MIT')
-source=("https://gitlab.com/ilpianista/arch-audit/-/archive/${pkgver}/arch-audit-${pkgver}.tar.gz";)
-sha512sums=('73767836e3b6b43c8007c6b451eb6b61ef09bbe5861cab26ca623fc60b20a4948445bcbe1c8911d726ec64cb77149733151048d92ed6f23151db489a1b4a1560')
-b2sums=('2bef53e08117e4256515a65ce2ae255b8d73362a2e96a30f69e0f7a4126ee3f6c4998cbd283241c72a743ee232e6b5d415b6bf71c53a059fb80556f54a532a60')
-
-build() {
-  cd "${pkgname}-${pkgver}"
-  cargo build --release --locked
-}
-
-check() {
-  cd "${pkgname}-${pkgver}"
-  cargo test --release --locked
-}
-
-package() {
-  cd "${pkgname}-${pkgver}"
-
-  make DESTDIR="${pkgdir}" PREFIX=/usr install
-
-  install -Dm 644 contrib/hooks/arch-audit.hook -t 
"${pkgdir}/usr/share/${pkgname}"
-
-  install -Dm 644 README.md -t "${pkgdir}/usr/share/doc/${pkgname}"
-  install -Dm 644 LICENSE -t "${pkgdir}/usr/share/licenses/${pkgname}"
-}
-
-# vim: ts=2 sw=2 et:

Copied: arch-audit/repos/community-x86_64/PKGBUILD (from rev 887178, 
arch-audit/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2021-03-09 22:11:44 UTC (rev 887179)
@@ -0,0 +1,41 @@
+# Maintainer: Levente Polyak 
+# Maintainer: Christian Rebischke 
+# Contributor: Andrea Scarpino 
+
+pkgname=arch-audit
+pkgver=0.1.18
+pkgrel=1
+pkgdesc='A utility like pkg-audit based on Arch Security Team data'
+url='https://gitlab.com/ilpianista/arch-audit'
+depends=('glibc' 'gcc-libs' 'curl' 'libcurl.so' 'libalpm.so')
+makedepends=('cargo' 'pkg-config' 'scdoc')
+arch=('x86_64')
+license=('MIT')
+backup=('etc/arch-audit/settings.toml')
+source=("https://gitlab.com/ilpianista/arch-audit/-/archive/${pkgver}/arch-audit-${pkgver}.tar.gz";)
+sha512sums=('0a89ad9f6785b7468df8908165d2a0e77755582e475685d733463ffded156a1b9d639feed6480bf614c573b43a364d2c79e93b43a9c92e22d7b0f345705c6410')
+b2sums=('d0aa7603ef14bd996ff1a97519352201165b083e1385c5c241cceec2dbc988d6d918eb345c41c380fd7e3572e093b47a56f57c13a3d60a80c21ad005ef152f96')
+
+build() {
+  cd "${pkgname}-${pkgver}"
+  cargo build --release --locked
+}
+
+check() {
+  cd "${pkgname}-${pkgver}"
+  cargo test --release --locked
+}
+
+package() {
+  cd "${pkgname}-${pkgver}"
+
+  make DESTDIR="${pkgdir}" PREFIX=/usr install
+
+  install -Dm 644 contrib/hooks/arch-audit.hook -t 
"${pkgdir}/usr/share/${pkgname}"
+  install -Dm 644 contrib/config/settings.toml -t "${pkgdir}/etc/arch-audit"
+
+  install -Dm 644 README.md -t "${pkgdir}/usr/share/doc/${pkgname}"
+  install -Dm 644 LICENSE -t "${pkgdir}/usr/share/licenses/${pkgname}"
+}
+
+# vim: ts=2 sw=2 et:


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

2021-03-09 Thread Levente Polyak via arch-commits
Date: Tuesday, March 9, 2021 @ 22:11:39
  Author: anthraxx
Revision: 887178

upgpkg: arch-audit 0.1.18-1

Modified:
  arch-audit/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2021-03-09 21:48:20 UTC (rev 887177)
+++ PKGBUILD2021-03-09 22:11:39 UTC (rev 887178)
@@ -3,7 +3,7 @@
 # Contributor: Andrea Scarpino 
 
 pkgname=arch-audit
-pkgver=0.1.17
+pkgver=0.1.18
 pkgrel=1
 pkgdesc='A utility like pkg-audit based on Arch Security Team data'
 url='https://gitlab.com/ilpianista/arch-audit'
@@ -11,9 +11,10 @@
 makedepends=('cargo' 'pkg-config' 'scdoc')
 arch=('x86_64')
 license=('MIT')
+backup=('etc/arch-audit/settings.toml')
 
source=("https://gitlab.com/ilpianista/arch-audit/-/archive/${pkgver}/arch-audit-${pkgver}.tar.gz";)
-sha512sums=('73767836e3b6b43c8007c6b451eb6b61ef09bbe5861cab26ca623fc60b20a4948445bcbe1c8911d726ec64cb77149733151048d92ed6f23151db489a1b4a1560')
-b2sums=('2bef53e08117e4256515a65ce2ae255b8d73362a2e96a30f69e0f7a4126ee3f6c4998cbd283241c72a743ee232e6b5d415b6bf71c53a059fb80556f54a532a60')
+sha512sums=('0a89ad9f6785b7468df8908165d2a0e77755582e475685d733463ffded156a1b9d639feed6480bf614c573b43a364d2c79e93b43a9c92e22d7b0f345705c6410')
+b2sums=('d0aa7603ef14bd996ff1a97519352201165b083e1385c5c241cceec2dbc988d6d918eb345c41c380fd7e3572e093b47a56f57c13a3d60a80c21ad005ef152f96')
 
 build() {
   cd "${pkgname}-${pkgver}"
@@ -31,6 +32,7 @@
   make DESTDIR="${pkgdir}" PREFIX=/usr install
 
   install -Dm 644 contrib/hooks/arch-audit.hook -t 
"${pkgdir}/usr/share/${pkgname}"
+  install -Dm 644 contrib/config/settings.toml -t "${pkgdir}/etc/arch-audit"
 
   install -Dm 644 README.md -t "${pkgdir}/usr/share/doc/${pkgname}"
   install -Dm 644 LICENSE -t "${pkgdir}/usr/share/licenses/${pkgname}"


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

2021-03-09 Thread Levente Polyak via arch-commits
Date: Tuesday, March 9, 2021 @ 20:49:47
  Author: anthraxx
Revision: 887154

archrelease: copy trunk to community-any

Added:
  gradle/repos/community-any/PKGBUILD
(from rev 887153, gradle/trunk/PKGBUILD)
  gradle/repos/community-any/gradle.sh
(from rev 887153, gradle/trunk/gradle.sh)
Deleted:
  gradle/repos/community-any/PKGBUILD
  gradle/repos/community-any/gradle.sh

---+
 PKGBUILD  |  158 ++--
 gradle.sh |4 -
 2 files changed, 81 insertions(+), 81 deletions(-)

Deleted: PKGBUILD
===
--- PKGBUILD2021-03-09 20:49:42 UTC (rev 887153)
+++ PKGBUILD2021-03-09 20:49:47 UTC (rev 887154)
@@ -1,79 +0,0 @@
-# Maintainer: Levente Polyak 
-# Contributor: Simon Legner 
-# Contributor: Chris Molozian (novabyte) 
-# Contributor: Sanjuro Makabe (itti) 
-
-pkgbase=gradle
-pkgname=('gradle' 'gradle-doc' 'gradle-src')
-pkgver=6.8.2
-pkgrel=1
-pkgdesc='Powerful build system for the JVM'
-url='https://gradle.org/'
-arch=('any')
-license=('Apache')
-depends=('java-environment' 'bash')
-makedepends=('git' 'gradle' 'asciidoc' 'xmlto' 'kotlin' 'groovy' 
'java-environment=11')
-source=(https://services.gradle.org/distributions/${pkgbase}-${pkgver}-src.zip
-${pkgbase}.sh)
-sha256sums=('b833f3d60a1d9de6102280b306143cef6656e86d5f33f62819ee946b092a0914'
-'6f3472486278252417af49196847ba465b56819d286658fcdf918687f89ee032')
-sha512sums=('885961b001fdfe221511f66d81f2962adffa6d3a5fd8148dd20591e8ff135216fb67fffa4248c814b4e059097f2b767c7e023b6249fbf36d558bf3674b61'
-
'a50b6cf8281b56b80f55a20ac9316e1eed6887da1d191ad575dec140c9819711644d7077c4dc693b8cb0f1b08ceba0033ba88b5ad138d33ffb73b786c0d4bf81')
-
-build() {
-  cd ${pkgbase}-${pkgver}
-  # requires java language level 6, which >=13 has dropped
-  export PATH="/usr/lib/jvm/java-11-openjdk/bin:${PATH}"
-  ./gradlew installAll \
--PfinalRelease=true \
--Pgradle_installPath="$(pwd)/dist"
-}
-
-package_gradle() {
-  cd ${pkgbase}-${pkgver}/dist
-  optdepends=(
-'gradle-doc: gradle documentation'
-'gradle-src: gradle sources'
-  )
-
-  # install profile.d script
-  install -Dm 755 "${srcdir}/${pkgbase}.sh" 
"${pkgdir}/etc/profile.d/${pkgbase}.sh"
-
-  # create the necessary directory structure
-  install -d "${pkgdir}/usr/share/java/${pkgname}/bin"
-  install -d "${pkgdir}/usr/share/java/${pkgname}/lib/plugins"
-  install -d "${pkgdir}/usr/share/java/${pkgname}/init.d"
-  install -d "${pkgdir}/usr/bin"
-
-  # copy across jar files
-  install -Dm 644 lib/*.jar "${pkgdir}/usr/share/java/${pkgname}/lib"
-  install -Dm 644 lib/plugins/*.jar 
"${pkgdir}/usr/share/java/${pkgname}/lib/plugins"
-
-  # copy across supporting text documentation and scripts
-  install -m 644 NOTICE "${pkgdir}/usr/share/java/${pkgname}"
-  install -m 755 bin/gradle "${pkgdir}/usr/share/java/${pkgname}/bin"
-  install -m 644 init.d/*.* "${pkgdir}/usr/share/java/${pkgname}/init.d"
-
-  # link gradle script to /usr/bin
-  ln -s /usr/share/java/${pkgname}/bin/${pkgname} "${pkgdir}/usr/bin"
-}
-
-package_gradle-doc() {
-  pkgdesc+=' (documentation)'
-  options=('!strip')
-
-  cd ${pkgbase}-${pkgver}/dist
-  install -d "${pkgdir}/usr/share/java/gradle/docs"
-  cp -r docs/* "${pkgdir}/usr/share/java/gradle/docs"
-}
-
-package_gradle-src() {
-  pkgdesc+=' (sources)'
-  options=('!strip')
-
-  cd ${pkgbase}-${pkgver}/dist
-  install -d "${pkgdir}/usr/share/java/gradle/src"
-  cp -r src/* "${pkgdir}/usr/share/java/gradle/src"
-}
-
-# vim: ts=2 sw=2 et:

Copied: gradle/repos/community-any/PKGBUILD (from rev 887153, 
gradle/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2021-03-09 20:49:47 UTC (rev 887154)
@@ -0,0 +1,79 @@
+# Maintainer: Levente Polyak 
+# Contributor: Simon Legner 
+# Contributor: Chris Molozian (novabyte) 
+# Contributor: Sanjuro Makabe (itti) 
+
+pkgbase=gradle
+pkgname=('gradle' 'gradle-doc' 'gradle-src')
+pkgver=6.8.3
+pkgrel=1
+pkgdesc='Powerful build system for the JVM'
+url='https://gradle.org/'
+arch=('any')
+license=('Apache')
+depends=('java-environment' 'bash')
+makedepends=('git' 'gradle' 'asciidoc' 'xmlto' 'kotlin' 'groovy' 
'java-environment=11')
+source=(https://services.gradle.org/distributions/${pkgbase}-${pkgver}-src.zip
+${pkgbase}.sh)
+sha256sums=('e1faea761ad9cc74d56e1a11731eec4d6d2c2ea80d68dabb0eb0aed8ae8b79d4'
+'6f3472486278252417af49196847ba465b56819d286658fcdf918687f89ee032')
+sha512sums=('db00f4c8f33821ab3c8d50c9466c550bb20c795b4674b9f1826d21cb1ce33f0f1c199786630a79921ac452575ebf0a91e2d29cf50e18aa9f33ac0bc080617872'
+
'a50b6cf8281b56b80f55a20ac9316e1eed6887da1d191ad575dec140c9819711644d7077c4dc693b8cb0f1b08ceba0033ba88b5ad138d33ffb73b786c0d4bf81')
+
+build() {
+  cd ${pkgbase}-${pkgver}
+  # requires java language level 6, which >=13 has dropped
+  export PATH=

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

2021-03-09 Thread Levente Polyak via arch-commits
Date: Tuesday, March 9, 2021 @ 21:29:03
  Author: anthraxx
Revision: 887174

archrelease: copy trunk to community-x86_64

Added:
  fasm/repos/community-x86_64/PKGBUILD
(from rev 887173, fasm/trunk/PKGBUILD)
Deleted:
  fasm/repos/community-x86_64/PKGBUILD

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

Deleted: PKGBUILD
===
--- PKGBUILD2021-03-09 21:28:59 UTC (rev 887173)
+++ PKGBUILD2021-03-09 21:29:03 UTC (rev 887174)
@@ -1,58 +0,0 @@
-# Maintainer: Levente Polyak 
-# Contributor: Chris Andrews 
-# Contributor: FadeMind 
-# Contributor: Serge Victor 
-# Contributor: Krzysztof Wloch 
-# Contributor: Luke McCarthy 
-
-pkgname=fasm
-pkgver=1.73.25
-pkgrel=1
-pkgdesc='Fast and efficient self-assembling x86 assembler for DOS, Windows and 
Linux operating systems'
-url='https://flatassembler.net/'
-arch=('x86_64')
-license=('custom')
-depends_x86_64=('lib32-glibc' 'lib32-gcc-libs')
-source=(https://flatassembler.net/${pkgname}-${pkgver}.tgz)
-sha512sums=('be63f0a3d0758c6abadf6b3e5c94198ab973873448c8d0c824d072bd69c05d0c443e6597f534caafc1cd4644ea1a9401ebb7fc08e573aa901f4b71ee4fd5825b')
-b2sums=('8708203438d988b7f2cb436a0343c1d035fb0ba031c8828ff42d8cd6d9560d115ea072fbbb3e1147fdf4fe5c447eda630e75d4db6369f42c4b6d6e5f7c5402b3')
-
-build() {
-  cd ${pkgname}
-
-  if [ "${CARCH}" == "x86_64" ]; then
-SRCDIR=Linux/x64
-./fasm.x64 source/${SRCDIR}/fasm.asm
-  fi
-  mv source/${SRCDIR}/fasm ./fasm
-
-  # tools
-  local s
-  for s in listing prepsrc symbols; do
-./fasm tools/libc/${s}.asm ${s}.o
-gcc -m32 ${CFLAGS} ${CPPFLAGS} ${LDFLAGS} -o ${s} ${s}.o
-  done
-}
-
-package() {
-  cd ${pkgname}
-
-  install -Dm 755 fasm -t "${pkgdir}/usr/bin"
-  # tools
-  local s
-  for s in listing prepsrc symbols; do
-install -Dm 755 ${s} "${pkgdir}/usr/bin/fasm-${s}"
-  done
-
-  # docs
-  install -Dm 644 ${pkgname}.txt whatsnew.txt -t 
"${pkgdir}/usr/share/doc/${pkgname}"
-  install -Dm 644 examples/elfexe/*.asm -t 
"${pkgdir}/usr/share/doc/${pkgname}/examples/elfexe"
-  install -Dm 644 examples/elfexe/dynamic/*.asm -t 
"${pkgdir}/usr/share/doc/${pkgname}/examples/elfexe/dynamic"
-  install -Dm 644 examples/elfexe/dynamic/*.inc -t 
"${pkgdir}/usr/share/doc/${pkgname}/examples/elfexe/dynamic"
-  install -Dm 644 examples/elfobj/*.asm -t 
"${pkgdir}/usr/share/doc/${pkgname}/examples/elfobj"
-  install -Dm 644 examples/libcdemo/*.asm -t 
"${pkgdir}/usr/share/doc/${pkgname}/examples/libcdemo"
-  install -Dm 644 examples/libcdemo/*.inc -t 
"${pkgdir}/usr/share/doc/${pkgname}/examples/libcdemo"
-  install -Dm 644 license.txt "${pkgdir}/usr/share/licenses/${pkgname}/LICENSE"
-}
-
-# vim: ts=2 sw=2 et:

Copied: fasm/repos/community-x86_64/PKGBUILD (from rev 887173, 
fasm/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2021-03-09 21:29:03 UTC (rev 887174)
@@ -0,0 +1,58 @@
+# Maintainer: Levente Polyak 
+# Contributor: Chris Andrews 
+# Contributor: FadeMind 
+# Contributor: Serge Victor 
+# Contributor: Krzysztof Wloch 
+# Contributor: Luke McCarthy 
+
+pkgname=fasm
+pkgver=1.73.27
+pkgrel=1
+pkgdesc='Fast and efficient self-assembling x86 assembler for DOS, Windows and 
Linux operating systems'
+url='https://flatassembler.net/'
+arch=('x86_64')
+license=('custom')
+depends_x86_64=('lib32-glibc' 'lib32-gcc-libs')
+source=(https://flatassembler.net/${pkgname}-${pkgver}.tgz)
+sha512sums=('07e6e3a0aa9ba416c0688a97d136f62acde3063edcf7731cefa626e1a552485edd5f5825107744bf82a153c1619cd81a9e9136de771edbba358731d6c561ed44')
+b2sums=('27ad968058f5246084b1be4d0cc0296e2cfb5035fbd8e741f779f4b3d907b64e93d634c051fc903adae7edfed4932056e24022ad1d77b6e6dd80fe53ef0739e6')
+
+build() {
+  cd ${pkgname}
+
+  if [ "${CARCH}" == "x86_64" ]; then
+SRCDIR=Linux/x64
+./fasm.x64 source/${SRCDIR}/fasm.asm
+  fi
+  mv source/${SRCDIR}/fasm ./fasm
+
+  # tools
+  local s
+  for s in listing prepsrc symbols; do
+./fasm tools/libc/${s}.asm ${s}.o
+gcc -m32 ${CFLAGS} ${CPPFLAGS} ${LDFLAGS} -o ${s} ${s}.o
+  done
+}
+
+package() {
+  cd ${pkgname}
+
+  install -Dm 755 fasm -t "${pkgdir}/usr/bin"
+  # tools
+  local s
+  for s in listing prepsrc symbols; do
+install -Dm 755 ${s} "${pkgdir}/usr/bin/fasm-${s}"
+  done
+
+  # docs
+  install -Dm 644 ${pkgname}.txt whatsnew.txt -t 
"${pkgdir}/usr/share/doc/${pkgname}"
+  install -Dm 644 examples/elfexe/*.asm -t 
"${pkgdir}/usr/share/doc/${pkgname}/examples/elfexe"
+  install -Dm 644 examples/elfexe/dynamic/*.asm -t 
"${pkgdir}/usr/share/doc/${pkgname}/examples/elfexe/dynamic"
+  install -Dm 644 examples/elfexe/dynamic/*.inc -t 
"${pkgdir}/usr/share/doc/${pkgname}/examples/elfexe/dynamic"
+  install -Dm 644 examples/elfobj/*.asm -t 
"${pkgdir}/usr/share/doc/${pkgname}/examples/elfobj"
+  install -Dm 644 examples/libcdemo/*.

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

2021-03-09 Thread Levente Polyak via arch-commits
Date: Tuesday, March 9, 2021 @ 20:49:42
  Author: anthraxx
Revision: 887153

upgpkg: gradle 6.8.3-1

Modified:
  gradle/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2021-03-09 20:49:24 UTC (rev 887152)
+++ PKGBUILD2021-03-09 20:49:42 UTC (rev 887153)
@@ -5,7 +5,7 @@
 
 pkgbase=gradle
 pkgname=('gradle' 'gradle-doc' 'gradle-src')
-pkgver=6.8.2
+pkgver=6.8.3
 pkgrel=1
 pkgdesc='Powerful build system for the JVM'
 url='https://gradle.org/'
@@ -15,9 +15,9 @@
 makedepends=('git' 'gradle' 'asciidoc' 'xmlto' 'kotlin' 'groovy' 
'java-environment=11')
 source=(https://services.gradle.org/distributions/${pkgbase}-${pkgver}-src.zip
 ${pkgbase}.sh)
-sha256sums=('b833f3d60a1d9de6102280b306143cef6656e86d5f33f62819ee946b092a0914'
+sha256sums=('e1faea761ad9cc74d56e1a11731eec4d6d2c2ea80d68dabb0eb0aed8ae8b79d4'
 '6f3472486278252417af49196847ba465b56819d286658fcdf918687f89ee032')
-sha512sums=('885961b001fdfe221511f66d81f2962adffa6d3a5fd8148dd20591e8ff135216fb67fffa4248c814b4e059097f2b767c7e023b6249fbf36d558bf3674b61'
+sha512sums=('db00f4c8f33821ab3c8d50c9466c550bb20c795b4674b9f1826d21cb1ce33f0f1c199786630a79921ac452575ebf0a91e2d29cf50e18aa9f33ac0bc080617872'
 
'a50b6cf8281b56b80f55a20ac9316e1eed6887da1d191ad575dec140c9819711644d7077c4dc693b8cb0f1b08ceba0033ba88b5ad138d33ffb73b786c0d4bf81')
 
 build() {


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

2021-03-09 Thread Levente Polyak via arch-commits
Date: Tuesday, March 9, 2021 @ 21:28:59
  Author: anthraxx
Revision: 887173

upgpkg: fasm 1.73.27-1

Modified:
  fasm/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2021-03-09 21:27:41 UTC (rev 887172)
+++ PKGBUILD2021-03-09 21:28:59 UTC (rev 887173)
@@ -6,7 +6,7 @@
 # Contributor: Luke McCarthy 
 
 pkgname=fasm
-pkgver=1.73.25
+pkgver=1.73.27
 pkgrel=1
 pkgdesc='Fast and efficient self-assembling x86 assembler for DOS, Windows and 
Linux operating systems'
 url='https://flatassembler.net/'
@@ -14,8 +14,8 @@
 license=('custom')
 depends_x86_64=('lib32-glibc' 'lib32-gcc-libs')
 source=(https://flatassembler.net/${pkgname}-${pkgver}.tgz)
-sha512sums=('be63f0a3d0758c6abadf6b3e5c94198ab973873448c8d0c824d072bd69c05d0c443e6597f534caafc1cd4644ea1a9401ebb7fc08e573aa901f4b71ee4fd5825b')
-b2sums=('8708203438d988b7f2cb436a0343c1d035fb0ba031c8828ff42d8cd6d9560d115ea072fbbb3e1147fdf4fe5c447eda630e75d4db6369f42c4b6d6e5f7c5402b3')
+sha512sums=('07e6e3a0aa9ba416c0688a97d136f62acde3063edcf7731cefa626e1a552485edd5f5825107744bf82a153c1619cd81a9e9136de771edbba358731d6c561ed44')
+b2sums=('27ad968058f5246084b1be4d0cc0296e2cfb5035fbd8e741f779f4b3d907b64e93d634c051fc903adae7edfed4932056e24022ad1d77b6e6dd80fe53ef0739e6')
 
 build() {
   cd ${pkgname}


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

2021-03-09 Thread Levente Polyak via arch-commits
Date: Tuesday, March 9, 2021 @ 21:31:51
  Author: anthraxx
Revision: 887175

upgpkg: python-precis_i18n 1.0.3-1

Modified:
  python-precis_i18n/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2021-03-09 21:29:03 UTC (rev 887174)
+++ PKGBUILD2021-03-09 21:31:51 UTC (rev 887175)
@@ -2,8 +2,8 @@
 
 _pkgname=precis_i18n
 pkgname=python-precis_i18n
-pkgver=1.0.2
-pkgrel=3
+pkgver=1.0.3
+pkgrel=1
 pkgdesc='PRECIS framework (RFC 8264, RFC 8265, RFC 8266)'
 url='https://github.com/byllyfish/precis_i18n'
 arch=('any')
@@ -10,9 +10,9 @@
 license=('MIT')
 depends=('python')
 makedepends=('python-setuptools')
-source=(https://github.com/byllyfish/precis_i18n/archive/v${pkgver}/${pkgname}-${pkgver}.tar.gz)
-sha512sums=('bbbc52ae11fc9f0da3f4723d52205c4103f6f96929f10926436b1bff3aee22ce9ff2f7bdf9df6c9f82a4b99aeea94a9ad5df85b9c9f03bccfa5109c35eb181d7')
-b2sums=('0a3cbca0541ec80bbf44cbed76bbd2eaf2fc5d94a32109cc528476009b6906d4b985c0e2be4f739cae36946b8bdb7508ed259a7329ec65240caa3ff24cb12771')
+source=(${url}/archive/v${pkgver}/${pkgname}-${pkgver}.tar.gz)
+sha512sums=('2b7fe3d06969ae1eb4c8005ad2b2cdc3f8eb81d586317ca428767c9df2906d19c7a228e26ed8bb1ba70e76e36810d2e5e86cf7aebc1103f31de616a33800e67c')
+b2sums=('33b737940fa09fb14190a6ce386f590acb8b89831fd4ddc6562b0b34204ed08e4cb677dc7e65c63aaf827637ed3ba4cade700769df1983e17840ae03d0e9d7f1')
 
 build() {
   cd ${_pkgname}-${pkgver}


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

2021-03-09 Thread Levente Polyak via arch-commits
Date: Tuesday, March 9, 2021 @ 20:49:20
  Author: anthraxx
Revision: 887151

upgpkg: python-eventlet 0.30.2-1

Modified:
  python-eventlet/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2021-03-09 20:47:00 UTC (rev 887150)
+++ PKGBUILD2021-03-09 20:49:20 UTC (rev 887151)
@@ -2,7 +2,7 @@
 
 pkgname=python-eventlet
 _pyname=eventlet
-pkgver=0.30.0
+pkgver=0.30.2
 pkgrel=1
 pkgdesc='Highly concurrent networking library'
 url='https://eventlet.net'
@@ -20,8 +20,8 @@
 )
 options=('!makeflags')
 
source=(https://github.com/eventlet/eventlet/archive/v${pkgver}/${_pyname}-${pkgver}.tar.gz)
-sha512sums=('8efedc74e61831ec92139de62d3636cedc6589eb7c74963b8850a08a2731d438378920fc588dba8b5f595db55c7cb543b3e3e64d0da46dded9118efcb697ea3d')
-b2sums=('0d6460b0120b1ef64db27287db9b276361b4926b68d34ef963b1e23e13ab02582619c3f70ed44d682db184200122619963b0bcce60a46dfd62fab699b7c669b2')
+sha512sums=('330fe89e7921c920726e90d5bf3989c485f1113d22dade15d858368fc032d661dc181b10f2a65502715142af80ef5c26c6be005770221699ebdefc8ac58df690')
+b2sums=('e18ee3f7c79abf53e572ee58a70ae29220ac28153be39eb17abb17c7af987bc9669f20d70a02c825b9c675b04d9f04b09c59115b18ba3c74fdb30ec8b109982e')
 
 prepare() {
   cd ${_pyname}-${pkgver}


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

2021-03-09 Thread Levente Polyak via arch-commits
Date: Tuesday, March 9, 2021 @ 20:49:24
  Author: anthraxx
Revision: 887152

archrelease: copy trunk to community-any

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

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

Deleted: PKGBUILD
===
--- PKGBUILD2021-03-09 20:49:20 UTC (rev 887151)
+++ PKGBUILD2021-03-09 20:49:24 UTC (rev 887152)
@@ -1,51 +0,0 @@
-# Maintainer: Levente Polyak 
-
-pkgname=python-eventlet
-_pyname=eventlet
-pkgver=0.30.0
-pkgrel=1
-pkgdesc='Highly concurrent networking library'
-url='https://eventlet.net'
-arch=('any')
-license=('MIT')
-depends=('python' 'python-greenlet' 'python-monotonic' 'python-dnspython')
-makedepends=('python-setuptools' 'python-sphinx')
-checkdepends=('python-psycopg2' 'python-nose' 'python-pyopenssl' 
'python-httplib2' 'python-mock' 'python-pyzmq')
-optdepends=(
-  'python-psycopg2: non-blocking PostgreSQL support'
-  'python-pyopenssl: non-blocking SSL support'
-  'python-httplib2: non-blocking HTTP support'
-  'python-pyzmq: non-blocking ZeroMQ support'
-  'python-dnspython: non-blocking DNS support'
-)
-options=('!makeflags')
-source=(https://github.com/eventlet/eventlet/archive/v${pkgver}/${_pyname}-${pkgver}.tar.gz)
-sha512sums=('8efedc74e61831ec92139de62d3636cedc6589eb7c74963b8850a08a2731d438378920fc588dba8b5f595db55c7cb543b3e3e64d0da46dded9118efcb697ea3d')
-b2sums=('0d6460b0120b1ef64db27287db9b276361b4926b68d34ef963b1e23e13ab02582619c3f70ed44d682db184200122619963b0bcce60a46dfd62fab699b7c669b2')
-
-prepare() {
-  cd ${_pyname}-${pkgver}
-  sed -r 's|(check_idle_cpu_usage\(.*,) .*\)|\1 0.8\)|g' -i tests/*_test.py
-}
-
-build() {
-  cd ${_pyname}-${pkgver}
-  python setup.py build
-  make -C doc text
-}
-
-check() {
-  cd ${_pyname}-${pkgver}
-  nosetests -sv tests
-}
-
-package() {
-  cd ${_pyname}-${pkgver}
-  python setup.py install --prefix=/usr --root="${pkgdir}" -O1
-  install -Dm 644 LICENSE -t "${pkgdir}/usr/share/licenses/${pkgname}"
-  install -d "${pkgdir}/usr/share/doc/${pkgname}"
-  cp -r doc/_build/text "${pkgdir}/usr/share/doc/${pkgname}"
-  cp -r examples "${pkgdir}/usr/share/doc/${pkgname}"
-}
-
-# vim: ts=2 sw=2 et:

Copied: python-eventlet/repos/community-any/PKGBUILD (from rev 887151, 
python-eventlet/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2021-03-09 20:49:24 UTC (rev 887152)
@@ -0,0 +1,51 @@
+# Maintainer: Levente Polyak 
+
+pkgname=python-eventlet
+_pyname=eventlet
+pkgver=0.30.2
+pkgrel=1
+pkgdesc='Highly concurrent networking library'
+url='https://eventlet.net'
+arch=('any')
+license=('MIT')
+depends=('python' 'python-greenlet' 'python-monotonic' 'python-dnspython')
+makedepends=('python-setuptools' 'python-sphinx')
+checkdepends=('python-psycopg2' 'python-nose' 'python-pyopenssl' 
'python-httplib2' 'python-mock' 'python-pyzmq')
+optdepends=(
+  'python-psycopg2: non-blocking PostgreSQL support'
+  'python-pyopenssl: non-blocking SSL support'
+  'python-httplib2: non-blocking HTTP support'
+  'python-pyzmq: non-blocking ZeroMQ support'
+  'python-dnspython: non-blocking DNS support'
+)
+options=('!makeflags')
+source=(https://github.com/eventlet/eventlet/archive/v${pkgver}/${_pyname}-${pkgver}.tar.gz)
+sha512sums=('330fe89e7921c920726e90d5bf3989c485f1113d22dade15d858368fc032d661dc181b10f2a65502715142af80ef5c26c6be005770221699ebdefc8ac58df690')
+b2sums=('e18ee3f7c79abf53e572ee58a70ae29220ac28153be39eb17abb17c7af987bc9669f20d70a02c825b9c675b04d9f04b09c59115b18ba3c74fdb30ec8b109982e')
+
+prepare() {
+  cd ${_pyname}-${pkgver}
+  sed -r 's|(check_idle_cpu_usage\(.*,) .*\)|\1 0.8\)|g' -i tests/*_test.py
+}
+
+build() {
+  cd ${_pyname}-${pkgver}
+  python setup.py build
+  make -C doc text
+}
+
+check() {
+  cd ${_pyname}-${pkgver}
+  nosetests -sv tests
+}
+
+package() {
+  cd ${_pyname}-${pkgver}
+  python setup.py install --prefix=/usr --root="${pkgdir}" -O1
+  install -Dm 644 LICENSE -t "${pkgdir}/usr/share/licenses/${pkgname}"
+  install -d "${pkgdir}/usr/share/doc/${pkgname}"
+  cp -r doc/_build/text "${pkgdir}/usr/share/doc/${pkgname}"
+  cp -r examples "${pkgdir}/usr/share/doc/${pkgname}"
+}
+
+# vim: ts=2 sw=2 et:


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

2021-03-09 Thread Levente Polyak via arch-commits
Date: Tuesday, March 9, 2021 @ 21:31:55
  Author: anthraxx
Revision: 887176

archrelease: copy trunk to community-any

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

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

Deleted: PKGBUILD
===
--- PKGBUILD2021-03-09 21:31:51 UTC (rev 887175)
+++ PKGBUILD2021-03-09 21:31:55 UTC (rev 887176)
@@ -1,34 +0,0 @@
-# Maintainer: Levente Polyak 
-
-_pkgname=precis_i18n
-pkgname=python-precis_i18n
-pkgver=1.0.2
-pkgrel=3
-pkgdesc='PRECIS framework (RFC 8264, RFC 8265, RFC 8266)'
-url='https://github.com/byllyfish/precis_i18n'
-arch=('any')
-license=('MIT')
-depends=('python')
-makedepends=('python-setuptools')
-source=(https://github.com/byllyfish/precis_i18n/archive/v${pkgver}/${pkgname}-${pkgver}.tar.gz)
-sha512sums=('bbbc52ae11fc9f0da3f4723d52205c4103f6f96929f10926436b1bff3aee22ce9ff2f7bdf9df6c9f82a4b99aeea94a9ad5df85b9c9f03bccfa5109c35eb181d7')
-b2sums=('0a3cbca0541ec80bbf44cbed76bbd2eaf2fc5d94a32109cc528476009b6906d4b985c0e2be4f739cae36946b8bdb7508ed259a7329ec65240caa3ff24cb12771')
-
-build() {
-  cd ${_pkgname}-${pkgver}
-  python setup.py build
-}
-
-check() {
-  cd ${_pkgname}-${pkgver}
-  python setup.py test
-}
-
-package() {
-  cd ${_pkgname}-${pkgver}
-  python setup.py install --root="${pkgdir}" -O1 --skip-build
-  install -Dm 644 LICENSE.txt -t "${pkgdir}/usr/share/licenses/${pkgname}"
-  install -Dm 644 README.rst CHANGELOG.rst -t 
"${pkgdir}/usr/share/doc/${pkgname}"
-}
-
-# vim: ts=2 sw=2 et:

Copied: python-precis_i18n/repos/community-any/PKGBUILD (from rev 887175, 
python-precis_i18n/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2021-03-09 21:31:55 UTC (rev 887176)
@@ -0,0 +1,34 @@
+# Maintainer: Levente Polyak 
+
+_pkgname=precis_i18n
+pkgname=python-precis_i18n
+pkgver=1.0.3
+pkgrel=1
+pkgdesc='PRECIS framework (RFC 8264, RFC 8265, RFC 8266)'
+url='https://github.com/byllyfish/precis_i18n'
+arch=('any')
+license=('MIT')
+depends=('python')
+makedepends=('python-setuptools')
+source=(${url}/archive/v${pkgver}/${pkgname}-${pkgver}.tar.gz)
+sha512sums=('2b7fe3d06969ae1eb4c8005ad2b2cdc3f8eb81d586317ca428767c9df2906d19c7a228e26ed8bb1ba70e76e36810d2e5e86cf7aebc1103f31de616a33800e67c')
+b2sums=('33b737940fa09fb14190a6ce386f590acb8b89831fd4ddc6562b0b34204ed08e4cb677dc7e65c63aaf827637ed3ba4cade700769df1983e17840ae03d0e9d7f1')
+
+build() {
+  cd ${_pkgname}-${pkgver}
+  python setup.py build
+}
+
+check() {
+  cd ${_pkgname}-${pkgver}
+  python setup.py test
+}
+
+package() {
+  cd ${_pkgname}-${pkgver}
+  python setup.py install --root="${pkgdir}" -O1 --skip-build
+  install -Dm 644 LICENSE.txt -t "${pkgdir}/usr/share/licenses/${pkgname}"
+  install -Dm 644 README.rst CHANGELOG.rst -t 
"${pkgdir}/usr/share/doc/${pkgname}"
+}
+
+# vim: ts=2 sw=2 et:


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

2021-03-09 Thread Levente Polyak via arch-commits
Date: Tuesday, March 9, 2021 @ 21:27:41
  Author: anthraxx
Revision: 887172

archrelease: copy trunk to community-x86_64

Added:
  os-prober/repos/community-x86_64/PKGBUILD
(from rev 887171, os-prober/trunk/PKGBUILD)
Deleted:
  os-prober/repos/community-x86_64/PKGBUILD

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

Deleted: PKGBUILD
===
--- PKGBUILD2021-03-09 21:27:36 UTC (rev 887171)
+++ PKGBUILD2021-03-09 21:27:41 UTC (rev 887172)
@@ -1,46 +0,0 @@
-# Maintainer: Levente Polyak 
-# Contributor: Timothy Redaelli 
-# Contributor: darkcoder 
-
-pkgname=os-prober
-pkgver=1.77
-pkgrel=2
-pkgdesc='Utility to detect other OSes on a set of drives'
-url='https://joeyh.name/code/os-prober/'
-arch=('x86_64')
-license=('GPL3')
-depends=('sh')
-source=(http://http.debian.net/debian/pool/main/o/${pkgname}/${pkgname}_${pkgver}.tar.xz)
-sha256sums=('8d8ea4afbe1aeef3c8b73f74a0fb37b06185e21a6abc78f80fc2160009cf705f')
-sha512sums=('4d9c22ccc4d950644a06a17ec4424aca5ff82aeb20052dc389dd451b6b9a1799c5a9438644a29093153730af42066ab78f593f2564314c9adbd43f60e39b')
-
-prepare() {
-  cd ${pkgname}-${pkgver}
-  # adjust lib dir to allow detection of 64-bit distros
-  sed -i -e "s:/lib/ld\*\.so\*:/lib*/ld*.so*:g" 
os-probes/mounted/common/90linux-distro
-  rm -f Makefile
-}
-
-build() {
-  cd ${pkgname}-${pkgver}
-  make newns
-}
-
-package() {
-  cd "${pkgname}-${pkgver}"
-
-  install -Dm 755 os-prober linux-boot-prober -t "${pkgdir}/usr/bin"
-  install -Dm 755 newns -t "${pkgdir}/usr/lib/os-prober"
-  install -Dm 755 common.sh -t "${pkgdir}/usr/share/os-prober"
-
-  for dir in os-probes os-probes/mounted os-probes/init linux-boot-probes 
linux-boot-probes/mounted; do
-install -dm 755 "${pkgdir}/usr/lib/${dir}"
-install -m 755 -t "${pkgdir}/usr/lib/${dir}" "${dir}"/common/*
-[[ -d "${dir}"/x86 ]] && cp -r "${dir}"/x86/* "${pkgdir}/usr/lib/${dir}"
-  done
-
-  install -Dm 755 os-probes/mounted/powerpc/20macosx 
"${pkgdir}"/usr/lib/os-probes/mounted/20macosx
-  install -dm 755 "${pkgdir}"/var/lib/os-prober
-}
-
-# vim: ts=2 sw=2 et:

Copied: os-prober/repos/community-x86_64/PKGBUILD (from rev 887171, 
os-prober/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2021-03-09 21:27:41 UTC (rev 887172)
@@ -0,0 +1,46 @@
+# Maintainer: Levente Polyak 
+# Contributor: Timothy Redaelli 
+# Contributor: darkcoder 
+
+pkgname=os-prober
+pkgver=1.78
+pkgrel=1
+pkgdesc='Utility to detect other OSes on a set of drives'
+url='https://joeyh.name/code/os-prober/'
+arch=('x86_64')
+license=('GPL3')
+depends=('sh')
+source=(http://http.debian.net/debian/pool/main/o/${pkgname}/${pkgname}_${pkgver}.tar.xz)
+sha512sums=('7a0425130d17ce8554e7d0797b53e3a984f63a2fdcf8e668c83d357418d8c68259ada25bc350b199adece2e683d9014f234e3a83ce5ab7485be2e69c45874640')
+b2sums=('eee68ab9be36807d86e8bda831cfd490a01d20d9cc3f84ca50d5e1143e5a2dd66e47d3bdf2b4780cf73cc692f0ffc9497c6cbf13ce7aa0057e996b13d706c8f7')
+
+prepare() {
+  cd ${pkgname}-${pkgver}
+  # adjust lib dir to allow detection of 64-bit distros
+  sed -i -e "s:/lib/ld\*\.so\*:/lib*/ld*.so*:g" 
os-probes/mounted/common/90linux-distro
+  rm -f Makefile
+}
+
+build() {
+  cd ${pkgname}-${pkgver}
+  make newns
+}
+
+package() {
+  cd "${pkgname}-${pkgver}"
+
+  install -Dm 755 os-prober linux-boot-prober -t "${pkgdir}/usr/bin"
+  install -Dm 755 newns -t "${pkgdir}/usr/lib/os-prober"
+  install -Dm 755 common.sh -t "${pkgdir}/usr/share/os-prober"
+
+  for dir in os-probes os-probes/mounted os-probes/init linux-boot-probes 
linux-boot-probes/mounted; do
+install -dm 755 "${pkgdir}/usr/lib/${dir}"
+install -m 755 -t "${pkgdir}/usr/lib/${dir}" "${dir}"/common/*
+[[ -d "${dir}"/x86 ]] && cp -r "${dir}"/x86/* "${pkgdir}/usr/lib/${dir}"
+  done
+
+  install -Dm 755 os-probes/mounted/powerpc/20macosx 
"${pkgdir}"/usr/lib/os-probes/mounted/20macosx
+  install -dm 755 "${pkgdir}"/var/lib/os-prober
+}
+
+# vim: ts=2 sw=2 et:


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

2021-03-09 Thread Felix Yan via arch-commits
Date: Tuesday, March 9, 2021 @ 21:48:20
  Author: felixonmars
Revision: 887177

fix a typo in pkgdesc

Modified:
  whitedb/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2021-03-09 21:31:55 UTC (rev 887176)
+++ PKGBUILD2021-03-09 21:48:20 UTC (rev 887177)
@@ -4,7 +4,7 @@
 pkgname=whitedb
 pkgver=0.7.3
 pkgrel=6
-pkgdesc='Lightweight NoSQL database library operaring fully in main memory'
+pkgdesc='Lightweight NoSQL database library operating fully in main memory'
 arch=('x86_64')
 url='http://whitedb.org/'
 license=('GPL')


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

2021-03-09 Thread Jan Steffens via arch-commits
Date: Tuesday, March 9, 2021 @ 19:23:14
  Author: heftig
Revision: 409532

5.11.5.zen1-1

Modified:
  linux-zen/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2021-03-09 18:30:44 UTC (rev 409531)
+++ PKGBUILD2021-03-09 19:23:14 UTC (rev 409532)
@@ -1,7 +1,7 @@
 # Maintainer: Jan Alexander Steffens (heftig) 
 
 pkgbase=linux-zen
-pkgver=5.11.4.zen1
+pkgver=5.11.5.zen1
 pkgrel=1
 pkgdesc='Linux ZEN'
 _srctag=v${pkgver%.*}-${pkgver##*.}


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

2021-03-09 Thread Orhun Parmaksiz via arch-commits
Date: Tuesday, March 9, 2021 @ 18:42:11
  Author: orhun
Revision: 887108

archrelease: copy trunk to community-x86_64

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

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

Deleted: PKGBUILD
===
--- PKGBUILD2021-03-09 18:41:54 UTC (rev 887107)
+++ PKGBUILD2021-03-09 18:42:11 UTC (rev 887108)
@@ -1,34 +0,0 @@
-# Maintainer: Orhun Parmaksız 
-# Contributor: Vlad Frolov 
-
-pkgname=cargo-udeps
-pkgver=0.1.18
-pkgrel=1
-pkgdesc="Find unused dependencies in Cargo.toml"
-arch=('x86_64')
-url="https://github.com/est31/cargo-udeps";
-license=('MIT' 'Apache')
-depends=('curl')
-makedepends=('rust')
-source=("$pkgname-$pkgver.tar.gz::$url/archive/v$pkgver.tar.gz")
-sha256sums=('7396b685fd3133ee1d7386d19ac8f0dff0ba75b47b20b8f661dc5be60aa8816c')
-
-build() {
-  cd "$pkgname-$pkgver"
-  cargo build --release --locked
-}
-
-# Tests require rustup nightly
-#check() {
-#  cd "$pkgname-$pkgver"
-#  cargo test --release --locked
-#}
-
-package() {
-  cd "$pkgname-$pkgver"
-  install -Dm 755 "target/release/$pkgname" -t "$pkgdir/usr/bin"
-  install -Dm 644 README.md -t "$pkgdir/usr/share/doc/$pkgname"
-  install -Dm 644 LICENSE -t "$pkgdir/usr/share/licenses/$pkgname"
-}
-
-# vim:set ts=2 sw=2 et:

Copied: cargo-udeps/repos/community-x86_64/PKGBUILD (from rev 887107, 
cargo-udeps/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2021-03-09 18:42:11 UTC (rev 887108)
@@ -0,0 +1,34 @@
+# Maintainer: Orhun Parmaksız 
+# Contributor: Vlad Frolov 
+
+pkgname=cargo-udeps
+pkgver=0.1.19
+pkgrel=1
+pkgdesc="Find unused dependencies in Cargo.toml"
+arch=('x86_64')
+url="https://github.com/est31/cargo-udeps";
+license=('MIT' 'Apache')
+depends=('curl')
+makedepends=('rust')
+source=("$pkgname-$pkgver.tar.gz::$url/archive/v$pkgver.tar.gz")
+sha256sums=('d24edee7de24ff01d1d143e76521236dd5c05b8630c6296055cef2a7819d253b')
+
+build() {
+  cd "$pkgname-$pkgver"
+  cargo build --release --locked
+}
+
+# Tests require rustup nightly
+#check() {
+#  cd "$pkgname-$pkgver"
+#  cargo test --release --locked
+#}
+
+package() {
+  cd "$pkgname-$pkgver"
+  install -Dm 755 "target/release/$pkgname" -t "$pkgdir/usr/bin"
+  install -Dm 644 README.md -t "$pkgdir/usr/share/doc/$pkgname"
+  install -Dm 644 LICENSE -t "$pkgdir/usr/share/licenses/$pkgname"
+}
+
+# vim:set ts=2 sw=2 et:


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

2021-03-09 Thread Orhun Parmaksiz via arch-commits
Date: Tuesday, March 9, 2021 @ 18:41:54
  Author: orhun
Revision: 887107

upgpkg: cargo-udeps 0.1.19-1: upstream release

Modified:
  cargo-udeps/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2021-03-09 18:35:56 UTC (rev 887106)
+++ PKGBUILD2021-03-09 18:41:54 UTC (rev 887107)
@@ -2,7 +2,7 @@
 # Contributor: Vlad Frolov 
 
 pkgname=cargo-udeps
-pkgver=0.1.18
+pkgver=0.1.19
 pkgrel=1
 pkgdesc="Find unused dependencies in Cargo.toml"
 arch=('x86_64')
@@ -11,7 +11,7 @@
 depends=('curl')
 makedepends=('rust')
 source=("$pkgname-$pkgver.tar.gz::$url/archive/v$pkgver.tar.gz")
-sha256sums=('7396b685fd3133ee1d7386d19ac8f0dff0ba75b47b20b8f661dc5be60aa8816c')
+sha256sums=('d24edee7de24ff01d1d143e76521236dd5c05b8630c6296055cef2a7819d253b')
 
 build() {
   cd "$pkgname-$pkgver"


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

2021-03-09 Thread Tobias Powalowski via arch-commits
Date: Tuesday, March 9, 2021 @ 18:30:44
  Author: tpowa
Revision: 409531

archrelease: copy trunk to extra-x86_64

Added:
  samba/repos/extra-x86_64/PKGBUILD
(from rev 409530, samba/trunk/PKGBUILD)
  samba/repos/extra-x86_64/nmbd.service
(from rev 409530, samba/trunk/nmbd.service)
  samba/repos/extra-x86_64/samba.conf
(from rev 409530, samba/trunk/samba.conf)
  samba/repos/extra-x86_64/samba.conf.d
(from rev 409530, samba/trunk/samba.conf.d)
  samba/repos/extra-x86_64/samba.install
(from rev 409530, samba/trunk/samba.install)
  samba/repos/extra-x86_64/samba.logrotate
(from rev 409530, samba/trunk/samba.logrotate)
  samba/repos/extra-x86_64/samba.pam
(from rev 409530, samba/trunk/samba.pam)
  samba/repos/extra-x86_64/samba.service
(from rev 409530, samba/trunk/samba.service)
  samba/repos/extra-x86_64/smbd.service
(from rev 409530, samba/trunk/smbd.service)
  samba/repos/extra-x86_64/smbd.socket
(from rev 409530, samba/trunk/smbd.socket)
  samba/repos/extra-x86_64/smbd@.service
(from rev 409530, samba/trunk/smbd@.service)
  samba/repos/extra-x86_64/winbindd.service
(from rev 409530, samba/trunk/winbindd.service)
Deleted:
  samba/repos/extra-x86_64/PKGBUILD
  samba/repos/extra-x86_64/nmbd.service
  samba/repos/extra-x86_64/samba.conf
  samba/repos/extra-x86_64/samba.conf.d
  samba/repos/extra-x86_64/samba.install
  samba/repos/extra-x86_64/samba.logrotate
  samba/repos/extra-x86_64/samba.pam
  samba/repos/extra-x86_64/samba.service
  samba/repos/extra-x86_64/smbd.service
  samba/repos/extra-x86_64/smbd.socket
  samba/repos/extra-x86_64/smbd@.service
  samba/repos/extra-x86_64/winbindd.service

--+
 PKGBUILD |  406 ++---
 nmbd.service |   24 +--
 samba.conf   |4 
 samba.conf.d |   36 ++--
 samba.install|   20 +-
 samba.logrotate  |   10 -
 samba.pam|6 
 samba.service|   28 +--
 smbd.service |   24 +--
 smbd.socket  |   18 +-
 smbd@.service|   14 -
 winbindd.service |   24 +--
 12 files changed, 307 insertions(+), 307 deletions(-)

Deleted: PKGBUILD
===
--- PKGBUILD2021-03-09 18:30:31 UTC (rev 409530)
+++ PKGBUILD2021-03-09 18:30:44 UTC (rev 409531)
@@ -1,203 +0,0 @@
-
-# Maintainer: Tobias Powalowski 
-# Contributor: judd 
-# Contributor: Michael Hansen 
-# Contributor: Marco A Rojas 
-# Contributor: Netanel Shine 
-# Contributor: ngoonee 
-# Contributor: Adam Russell 
-# Contributor: Dhananjay Sathe 
-
-pkgbase=samba
-pkgname=('smbclient' 'samba')
-pkgver=4.13.4
-pkgrel=1
-arch=(x86_64)
-url="https://www.samba.org";
-license=('GPL3')
-makedepends=('python' 'docbook-xsl' 'pkg-config' 'libbsd' 'db' 'popt' 'libcups'
- 'readline' 'tevent' 'acl' 'libldap' 'libcap' 'ldb' 'krb5' 'pam'
- 'systemd' 'gnutls' 'talloc' 'tdb' 'dbus' 'libaio'
- 'perl-parse-yapp' 'libnsl' 'libtirpc' 'rpcsvc-proto' 'jansson'
- 'ceph-libs' 'liburing')
-optdepends=(
- 'python-dnspython: samba_dnsupdate and samba_upgradedns in AD 
setup'
-)
-source=(https://us1.samba.org/samba/ftp/stable/${pkgbase}-${pkgver}.tar{.gz,.asc}
-samba.logrotate
-samba.pam
-samba.conf)
-validpgpkeys=('81F5E2832BD2545A1897B713AA99442FB680B620') #Samba Distribution 
Verification Key 
-sha512sums=('fb7b0e2ad122a72ef534de6446e5a44b842553963fc331c68454e8ff761f16e921a0dcdd653fe6b5e90d4ccf28869bd13df53d615d86cccd85a5ec3589268cf6'
-'SKIP'
-
'2ba0691ded467e4d6e40821f6de58c00f8962209efe2e60284c0c87756ab471c22c3d63b77d506e48c90ed0d852a2a24e41be1d499cf74a73cb99da0b503c858'
-
'1e6183ab0eb812b3ef687ac2c26ce78f7cb30540f606d20023669ac00ba04075487fb72e4dc89cc05dab0269ff6aca98fc1167cc75669c225b88b592482fbf67'
-
'e46ee848baabb261e7468ecee43aba4d001a24f86f5322ae522abdb75030fd0ebd9063b9df0be3576c4d1654d81331f5e389aee16ec2fa138259ae4728e94efc')
-### UNINSTALL dmapi package before building!!!
-
-build() {
-  # Use samba-pkg as a staging directory for the split packages
-  # (This is so RPATHS and symlinks are generated correctly via
-  # make install, but the otherwise unsplit pieces can be split)
-  _pkgsrc="${srcdir}"/samba-pkg
-  rm -rf ${_pkgsrc}
-  _samba4_idmap_modules=idmap_ad,idmap_rid,idmap_adex,idmap_hash,idmap_tdb2
-  
_samba4_pdb_modules=pdb_tdbsam,pdb_ldap,pdb_ads,pdb_smbpasswd,pdb_wbc_sam,pdb_samba4
-  
_samba4_auth_modules=auth_unix,auth_wbc,auth_server,auth_netlogond,auth_script,auth_samba4
-  cd samba-${pkgver}
-  ./configure --enable-fhs \
-  --prefix=/usr \
-  --sysconfdir=/etc \
-  --sbindir=/usr/bin \
-  --libdir=/usr/lib \
-  --libexecdir=/usr/lib/samba \
-  --localstatedir=/var \
-  --with-configdir=/etc/samba \
-  --with-lockdir=/var/cache/samba \
-  --with-sockets-dir=/run/samba \
-   

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

2021-03-09 Thread Tobias Powalowski via arch-commits
Date: Tuesday, March 9, 2021 @ 18:30:31
  Author: tpowa
Revision: 409530

upgpkg: samba 4.13.5-1: bump to latest version

Modified:
  samba/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2021-03-09 18:21:06 UTC (rev 409529)
+++ PKGBUILD2021-03-09 18:30:31 UTC (rev 409530)
@@ -10,7 +10,7 @@
 
 pkgbase=samba
 pkgname=('smbclient' 'samba')
-pkgver=4.13.4
+pkgver=4.13.5
 pkgrel=1
 arch=(x86_64)
 url="https://www.samba.org";
@@ -28,7 +28,7 @@
 samba.pam
 samba.conf)
 validpgpkeys=('81F5E2832BD2545A1897B713AA99442FB680B620') #Samba Distribution 
Verification Key 
-sha512sums=('fb7b0e2ad122a72ef534de6446e5a44b842553963fc331c68454e8ff761f16e921a0dcdd653fe6b5e90d4ccf28869bd13df53d615d86cccd85a5ec3589268cf6'
+sha512sums=('4187337fecf60fa133c6e81e894634f36028d34ccc521e5e856a5736a4f58fc2ad2cd136a206d141f17f7bc519a6168a27e83705fb2d38559667a60b24ad1c1f'
 'SKIP'
 
'2ba0691ded467e4d6e40821f6de58c00f8962209efe2e60284c0c87756ab471c22c3d63b77d506e48c90ed0d852a2a24e41be1d499cf74a73cb99da0b503c858'
 
'1e6183ab0eb812b3ef687ac2c26ce78f7cb30540f606d20023669ac00ba04075487fb72e4dc89cc05dab0269ff6aca98fc1167cc75669c225b88b592482fbf67'


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

2021-03-09 Thread Christian Hesse via arch-commits
Date: Tuesday, March 9, 2021 @ 18:21:06
  Author: eworm
Revision: 409529

archrelease: copy trunk to testing-x86_64

Added:
  git/repos/testing-x86_64/
  git/repos/testing-x86_64/PKGBUILD
(from rev 409528, git/trunk/PKGBUILD)
  git/repos/testing-x86_64/git-daemon.socket
(from rev 409528, git/trunk/git-daemon.socket)
  git/repos/testing-x86_64/git-daemon@.service
(from rev 409528, git/trunk/git-daemon@.service)
  git/repos/testing-x86_64/git-sysusers.conf
(from rev 409528, git/trunk/git-sysusers.conf)
  git/repos/testing-x86_64/git.install
(from rev 409528, git/trunk/git.install)

-+
 PKGBUILD|  128 ++
 git-daemon.socket   |9 +++
 git-daemon@.service |   14 +
 git-sysusers.conf   |1 
 git.install |   14 +
 5 files changed, 166 insertions(+)

Copied: git/repos/testing-x86_64/PKGBUILD (from rev 409528, git/trunk/PKGBUILD)
===
--- testing-x86_64/PKGBUILD (rev 0)
+++ testing-x86_64/PKGBUILD 2021-03-09 18:21:06 UTC (rev 409529)
@@ -0,0 +1,128 @@
+# Maintainer: Christian Hesse 
+# Maintainer: Dan McGee 
+
+pkgname=git
+pkgver=2.30.2
+pkgrel=1
+pkgdesc='the fast distributed version control system'
+arch=('x86_64')
+url='https://git-scm.com/'
+license=('GPL2')
+depends=('curl' 'expat' 'perl' 'perl-error' 'perl-mailtools'
+ 'openssl' 'pcre2' 'grep' 'shadow')
+makedepends=('python' 'libgnome-keyring' 'xmlto' 'asciidoc')
+optdepends=('tk: gitk and git gui'
+'perl-libwww: git svn'
+'perl-term-readkey: git svn and interactive.singlekey setting'
+'perl-mime-tools: git send-email'
+'perl-net-smtp-ssl: git send-email TLS support'
+'perl-authen-sasl: git send-email TLS support'
+'perl-mediawiki-api: git mediawiki support'
+'perl-datetime-format-iso8601: git mediawiki support'
+'perl-lwp-protocol-https: git mediawiki https support'
+'perl-cgi: gitweb (web interface) support'
+'python: git svn & git p4'
+'subversion: git svn'
+'org.freedesktop.secrets: keyring credential helper'
+'libsecret: libsecret credential helper')
+install=git.install
+validpgpkeys=('96E07AF25771955980DAD10020D04E5A713660A7') # Junio C Hamano
+source=("https://www.kernel.org/pub/software/scm/git/git-$pkgver.tar."{xz,sign}
+'git-daemon@.service'
+'git-daemon.socket'
+'git-sysusers.conf')
+sha256sums=('41f7d90c71f9476cd387673fcb10ce09ccbed67332436a4cc58d7af32c355faa'
+'SKIP'
+'14c0b67cfe116b430645c19d8c4759419657e6809dfa28f438c33a005245ad91'
+'ac4c90d62c44926e6d30d18d97767efc901076d4e0283ed812a349aece72f203'
+'7630e8245526ad80f703fac9900a1328588c503ce32b37b9f8811674fcda4a45')
+
+_make_paths=(
+  prefix='/usr'
+  gitexecdir='/usr/lib/git-core'
+  perllibdir="$(/usr/bin/perl -MConfig -wle 'print $Config{installvendorlib}')"
+)
+
+_make_options=(
+  CFLAGS="$CFLAGS"
+  LDFLAGS="$LDFLAGS"
+  INSTALL_SYMLINKS=1
+  MAN_BOLD_LITERAL=1
+  NO_PERL_CPAN_FALLBACKS=1
+  USE_LIBPCRE2=1
+)
+
+build() {
+  cd "$srcdir/$pkgname-$pkgver"
+
+  make \
+"${_make_paths[@]}" \
+"${_make_options[@]}" \
+all man
+
+  make -C contrib/credential/gnome-keyring
+  make -C contrib/credential/libsecret
+  make -C contrib/subtree "${_make_paths[@]}" all man
+  make -C contrib/mw-to-git "${_make_paths[@]}" all
+  make -C contrib/diff-highlight "${_make_paths[@]}"
+}
+
+check() {
+  cd "$srcdir/$pkgname-$pkgver"
+
+  local jobs
+  jobs=$(expr "$MAKEFLAGS" : '.*\(-j[0-9]*\).*') || true
+  mkdir -p /dev/shm/git-test
+  # explicitly specify SHELL to avoid a test failure in t/t9903-bash-prompt.sh
+  # which is caused by 'git rebase' trying to use builduser's SHELL inside the
+  # build chroot (i.e.: /usr/bin/nologin)
+  SHELL=/bin/sh \
+  make \
+"${_make_paths[@]}" \
+"${_make_options[@]}" \
+NO_SVN_TESTS=y \
+DEFAULT_TEST_TARGET=prove \
+GIT_PROVE_OPTS="$jobs -Q" \
+GIT_TEST_OPTS="--root=/dev/shm/git-test" \
+test
+}
+
+package() {
+  cd "$srcdir/$pkgname-$pkgver"
+  
+  make \
+"${_make_paths[@]}" \
+"${_make_options[@]}" \
+DESTDIR="$pkgdir" \
+install install-man
+
+  # bash completion
+  mkdir -p "$pkgdir"/usr/share/bash-completion/completions/
+  install -m 0644 ./contrib/completion/git-completion.bash 
"$pkgdir"/usr/share/bash-completion/completions/git
+  # fancy git prompt
+  mkdir -p "$pkgdir"/usr/share/git/
+  install -m 0644 ./contrib/completion/git-prompt.sh 
"$pkgdir"/usr/share/git/git-prompt.sh
+  # gnome credentials helper (deprecated, but we will keep it as long there is 
no extra cost)
+  # https://gitlab.gnome.org/GNOME/libgnome-keyring/commit/6a5adea4aec93
+  install -m 0755 
contrib/credential/gnome-keyring/git-credential-gnome-keyring \
+  "$pkgdir"/usr/lib/

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

2021-03-09 Thread Christian Hesse via arch-commits
Date: Tuesday, March 9, 2021 @ 18:21:02
  Author: eworm
Revision: 409528

upgpkg: git 2.30.2-1: new upstream security release

Git v2.30.2 and below for CVE-2021-21300
https://lkml.org/lkml/2021/3/9/995

Modified:
  git/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2021-03-09 15:23:09 UTC (rev 409527)
+++ PKGBUILD2021-03-09 18:21:02 UTC (rev 409528)
@@ -2,7 +2,7 @@
 # Maintainer: Dan McGee 
 
 pkgname=git
-pkgver=2.30.1
+pkgver=2.30.2
 pkgrel=1
 pkgdesc='the fast distributed version control system'
 arch=('x86_64')
@@ -31,7 +31,7 @@
 'git-daemon@.service'
 'git-daemon.socket'
 'git-sysusers.conf')
-sha256sums=('f988a8a095089978dab2932af4edb22b4d7d67d67b81aaa1986fa29ef45d9467'
+sha256sums=('41f7d90c71f9476cd387673fcb10ce09ccbed67332436a4cc58d7af32c355faa'
 'SKIP'
 '14c0b67cfe116b430645c19d8c4759419657e6809dfa28f438c33a005245ad91'
 'ac4c90d62c44926e6d30d18d97767efc901076d4e0283ed812a349aece72f203'


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

2021-03-09 Thread Felix Yan via arch-commits
Date: Tuesday, March 9, 2021 @ 17:56:54
  Author: felixonmars
Revision: 887100

archrelease: copy trunk to community-staging-x86_64

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

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

Copied: haskell-retrie/repos/community-staging-x86_64/PKGBUILD (from rev 
887099, haskell-retrie/trunk/PKGBUILD)
===
--- community-staging-x86_64/PKGBUILD   (rev 0)
+++ community-staging-x86_64/PKGBUILD   2021-03-09 17:56:54 UTC (rev 887100)
@@ -0,0 +1,55 @@
+# Maintainer: Felix Yan 
+
+_hkgname=retrie
+pkgname=haskell-retrie
+pkgver=0.1.1.1
+pkgrel=62
+pkgdesc="A powerful, easy-to-use codemodding tool for Haskell."
+url="https://github.com/facebookincubator/retrie";
+license=("MIT")
+arch=('x86_64')
+depends=('ghc-libs' 'haskell-ansi-terminal' 'haskell-async' 
'haskell-data-default'
+ 'haskell-ghc-exactprint' 'haskell-src-exts' 
'haskell-optparse-applicative'
+ 'haskell-random-shuffle' 'haskell-syb' 'haskell-unordered-containers')
+makedepends=('ghc' 'uusi' 'haskell-hunit' 'haskell-ghc-paths' 'haskell-tasty' 
'haskell-tasty-hunit'
+ 'haskell-temporary')
+checkdepends=('git' 'mercurial')
+source=("https://hackage.haskell.org/packages/archive/$_hkgname/$pkgver/$_hkgname-$pkgver.tar.gz";)
+sha256sums=('f162028ecbfea991f8a22701637b3869c8bd306f48823316c92496e4ea66d7d0')
+
+prepare() {
+  uusi $_hkgname-$pkgver/$_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 --enable-tests \
+--dynlibdir=/usr/lib --libsubdir=\$compiler/site-local/\$pkgid \
+--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
+}
+
+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
+
+  rm "$pkgdir"/usr/bin/demo
+}


  1   2   3   >