[arch-commits] Commit in libraw/repos (staging-x86_64 staging-x86_64/PKGBUILD)

2020-10-14 Thread Antonio Rojas via arch-commits
Date: Thursday, October 15, 2020 @ 05:58:45
  Author: arojas
Revision: 398363

archrelease: copy trunk to staging-x86_64

Added:
  libraw/repos/staging-x86_64/
  libraw/repos/staging-x86_64/PKGBUILD
(from rev 398362, libraw/trunk/PKGBUILD)

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

Copied: libraw/repos/staging-x86_64/PKGBUILD (from rev 398362, 
libraw/trunk/PKGBUILD)
===
--- staging-x86_64/PKGBUILD (rev 0)
+++ staging-x86_64/PKGBUILD 2020-10-15 05:58:45 UTC (rev 398363)
@@ -0,0 +1,28 @@
+# Maintainer: Antonio Rojas 
+# Contributor: Andrea Scarpino 
+# Contributor: Jaroslav Lichtblau 
+# Contributor: Ionut Biru 
+# Contributor: Joeny Ang 
+# Contributor: Brad Fanella 
+
+pkgname=libraw
+pkgver=0.20.2
+pkgrel=1
+pkgdesc="A library for reading RAW files obtained from digital photo cameras 
(CRW/CR2, NEF, RAF, DNG, and others)"
+arch=('x86_64')
+url="https://www.libraw.org/;
+license=(CDDL LGPL)
+depends=(lcms2 jasper)
+source=("https://www.libraw.org/data/LibRaw-$pkgver.tar.gz;)
+sha256sums=('dc1b486c2003435733043e4e05273477326e51c3ea554c6864a4eafaff1004a6')
+
+build() {
+  cd LibRaw-$pkgver
+  ./configure --prefix=/usr
+  make
+}
+
+package() {
+  cd LibRaw-$pkgver
+  make DESTDIR="$pkgdir" install
+}


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

2020-10-14 Thread Antonio Rojas via arch-commits
Date: Thursday, October 15, 2020 @ 05:58:14
  Author: arojas
Revision: 398362

Update to 0.20.2

Modified:
  libraw/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2020-10-14 21:57:09 UTC (rev 398361)
+++ PKGBUILD2020-10-15 05:58:14 UTC (rev 398362)
@@ -6,7 +6,7 @@
 # Contributor: Brad Fanella 
 
 pkgname=libraw
-pkgver=0.20.1
+pkgver=0.20.2
 pkgrel=1
 pkgdesc="A library for reading RAW files obtained from digital photo cameras 
(CRW/CR2, NEF, RAF, DNG, and others)"
 arch=('x86_64')
@@ -14,7 +14,7 @@
 license=(CDDL LGPL)
 depends=(lcms2 jasper)
 source=("https://www.libraw.org/data/LibRaw-$pkgver.tar.gz;)
-sha256sums=('73b0356e16af5aebbf1f637693ff0e6e51936c34c5d113a2cf3deddebcc9c90c')
+sha256sums=('dc1b486c2003435733043e4e05273477326e51c3ea554c6864a4eafaff1004a6')
 
 build() {
   cd LibRaw-$pkgver


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

2020-10-14 Thread Eli Schwartz via arch-commits
Date: Thursday, October 15, 2020 @ 05:15:35
  Author: eschwartz
Revision: 724051

archrelease: copy trunk to community-x86_64

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

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

Deleted: PKGBUILD
===
--- PKGBUILD2020-10-15 05:15:21 UTC (rev 724050)
+++ PKGBUILD2020-10-15 05:15:35 UTC (rev 724051)
@@ -1,39 +0,0 @@
-# Maintainer: Jelle van der Waa 
-# Maintainer: Eli Schwartz 
-# Contributor: Nikola Milinković 
-# Submitter: Xiao-Long Chen 
-
-_pkgbase=regex
-pkgname=python-regex
-pkgver=2020.7.14
-pkgrel=2
-pkgdesc="Alternative python regular expression module."
-arch=('x86_64')
-url="https://bitbucket.org/mrabarnett/mrab-regex;
-license=('Python')
-depends=('python')
-makedepends=('python-setuptools')
-options=(!emptydirs)
-source=("https://files.pythonhosted.org/packages/source/r/${_pkgbase}/${_pkgbase}-${pkgver}.tar.gz;)
-sha256sums=('3a3af27a8d23143c49a3420efe5b3f8cf1a48c6fc8bc6856b03f638abc1833bb')
-b2sums=('d77f40c5dc4ced1e66dc385e6f203cb2479ee016d8c5ec6987c839b5b1ae576eda04d1d53268188ffe91c9cdf9e60e5b789ad698a680311362ecc7f4cb09d498')
-
-build() {
-  cd "regex-${pkgver}"
-
-  python setup.py build
-}
-
-check() {
-  cd "regex-${pkgver}"
-
-  cd build/lib.linux-${CARCH}-3*/
-  python -m unittest regex/test_regex.py
-}
-
-package() {
-  cd "regex-${pkgver}"
-
-  python setup.py install --root="${pkgdir}/" --optimize=1 --skip-build
-  sed -n '1,/^$/p' regex_3/regex.py | install -Dm644 /dev/stdin 
"${pkgdir}"/usr/share/licenses/${pkgname}/LICENSE
-}

Copied: python-regex/repos/community-x86_64/PKGBUILD (from rev 724050, 
python-regex/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2020-10-15 05:15:35 UTC (rev 724051)
@@ -0,0 +1,39 @@
+# Maintainer: Jelle van der Waa 
+# Maintainer: Eli Schwartz 
+# Contributor: Nikola Milinković 
+# Submitter: Xiao-Long Chen 
+
+_pkgbase=regex
+pkgname=python-regex
+pkgver=2020.10.11
+pkgrel=1
+pkgdesc="Alternative python regular expression module."
+arch=('x86_64')
+url="https://bitbucket.org/mrabarnett/mrab-regex;
+license=('Python')
+depends=('python')
+makedepends=('python-setuptools')
+options=(!emptydirs)
+source=("https://files.pythonhosted.org/packages/source/r/${_pkgbase}/${_pkgbase}-${pkgver}.tar.gz;)
+sha256sums=('463e770c48da76a8da82b8d4a48a541f314e0df91cbb6d873a341dbe578efafd')
+b2sums=('63d620ba264d27147d8f112f9c4621c2194c8ff8c35d54c6691008190f6c7fa73143f496d2fdcd063dcdc66d4f8bd713eeb3fc0c29317540896601c088eae7e3')
+
+build() {
+  cd "regex-${pkgver}"
+
+  python setup.py build
+}
+
+check() {
+  cd "regex-${pkgver}"
+
+  cd build/lib.linux-${CARCH}-3*/
+  python -m unittest regex/test_regex.py
+}
+
+package() {
+  cd "regex-${pkgver}"
+
+  python setup.py install --root="${pkgdir}/" --optimize=1 --skip-build
+  sed -n '1,/^$/p' regex_3/regex.py | install -Dm644 /dev/stdin 
"${pkgdir}"/usr/share/licenses/${pkgname}/LICENSE
+}


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

2020-10-14 Thread Eli Schwartz via arch-commits
Date: Thursday, October 15, 2020 @ 05:15:21
  Author: eschwartz
Revision: 724050

upgpkg: python-regex 2020.10.11-1: upstream release

Modified:
  python-regex/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2020-10-15 04:36:00 UTC (rev 724049)
+++ PKGBUILD2020-10-15 05:15:21 UTC (rev 724050)
@@ -5,8 +5,8 @@
 
 _pkgbase=regex
 pkgname=python-regex
-pkgver=2020.7.14
-pkgrel=2
+pkgver=2020.10.11
+pkgrel=1
 pkgdesc="Alternative python regular expression module."
 arch=('x86_64')
 url="https://bitbucket.org/mrabarnett/mrab-regex;
@@ -15,8 +15,8 @@
 makedepends=('python-setuptools')
 options=(!emptydirs)
 
source=("https://files.pythonhosted.org/packages/source/r/${_pkgbase}/${_pkgbase}-${pkgver}.tar.gz;)
-sha256sums=('3a3af27a8d23143c49a3420efe5b3f8cf1a48c6fc8bc6856b03f638abc1833bb')
-b2sums=('d77f40c5dc4ced1e66dc385e6f203cb2479ee016d8c5ec6987c839b5b1ae576eda04d1d53268188ffe91c9cdf9e60e5b789ad698a680311362ecc7f4cb09d498')
+sha256sums=('463e770c48da76a8da82b8d4a48a541f314e0df91cbb6d873a341dbe578efafd')
+b2sums=('63d620ba264d27147d8f112f9c4621c2194c8ff8c35d54c6691008190f6c7fa73143f496d2fdcd063dcdc66d4f8bd713eeb3fc0c29317540896601c088eae7e3')
 
 build() {
   cd "regex-${pkgver}"


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

2020-10-14 Thread Eli Schwartz via arch-commits
Date: Thursday, October 15, 2020 @ 04:36:00
  Author: eschwartz
Revision: 724049

archrelease: copy trunk to community-any

Added:
  firefox-noscript/repos/community-any/PKGBUILD
(from rev 724048, firefox-noscript/trunk/PKGBUILD)
Deleted:
  firefox-noscript/repos/community-any/PKGBUILD

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

Deleted: PKGBUILD
===
--- PKGBUILD2020-10-15 04:35:46 UTC (rev 724048)
+++ PKGBUILD2020-10-15 04:36:00 UTC (rev 724049)
@@ -1,24 +0,0 @@
-# Maintainer: Sergej Pupykin 
-# Maintainer: Eli schwartz 
-
-pkgname=firefox-noscript
-pkgver=11.0.46
-pkgrel=1
-_file=3645568
-pkgdesc="Extension for firefox which disables javascript"
-arch=('any')
-url="https://noscript.net/;
-license=('GPL2')
-groups=('firefox-addons')
-makedepends=('unzip')
-source=("noscript-${pkgver}.xpi::https://addons.mozilla.org/firefox/downloads/file/${_file}/;)
-noextract=("noscript-${pkgver}.xpi")
-sha256sums=('1ad4f8e5c2feeb4a1188166e72cec7f5d2d6e3a67bcadb5d084c372a09fb70bd')
-b2sums=('666d62f2bd994a83e8a62c37979e9d48d45377cd824855a3c0a56e2e05c969d5763513d024cef743f31c58a6f91af20827d2d29bedc91bb6841fa92d5c892925')
-
-package() {
-  depends=('firefox')
-  _extension_id="{73a6fe31-595d-460b-a920-fcc0f8843232}"
-  
_extension_dest="${pkgdir}/usr/lib/firefox/browser/extensions/${_extension_id}"
-  install -Dm644 noscript-${pkgver}.xpi "${_extension_dest}.xpi"
-}

Copied: firefox-noscript/repos/community-any/PKGBUILD (from rev 724048, 
firefox-noscript/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2020-10-15 04:36:00 UTC (rev 724049)
@@ -0,0 +1,24 @@
+# Maintainer: Sergej Pupykin 
+# Maintainer: Eli schwartz 
+
+pkgname=firefox-noscript
+pkgver=11.1.3
+pkgrel=1
+_file=3657704
+pkgdesc="Extension for firefox which disables javascript"
+arch=('any')
+url="https://noscript.net/;
+license=('GPL2')
+groups=('firefox-addons')
+makedepends=('unzip')
+source=("noscript-${pkgver}.xpi::https://addons.mozilla.org/firefox/downloads/file/${_file}/;)
+noextract=("noscript-${pkgver}.xpi")
+sha256sums=('08543e4a03e0becacd10c3cdbf5eaab1ff35a1648babe6f1522ae335e21de7d4')
+b2sums=('e5cb36ab0565e5aa3127cf710991ae335d520238e5809d434a413cbf26fc5d7a762c87619cd15c5a10ef403a7f1ad83368fb333629100e459010c70bbe38573a')
+
+package() {
+  depends=('firefox')
+  _extension_id="{73a6fe31-595d-460b-a920-fcc0f8843232}"
+  
_extension_dest="${pkgdir}/usr/lib/firefox/browser/extensions/${_extension_id}"
+  install -Dm644 noscript-${pkgver}.xpi "${_extension_dest}.xpi"
+}


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

2020-10-14 Thread Eli Schwartz via arch-commits
Date: Thursday, October 15, 2020 @ 04:35:46
  Author: eschwartz
Revision: 724048

upgpkg: firefox-noscript 11.1.3-1: upstream release

Modified:
  firefox-noscript/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2020-10-15 03:52:55 UTC (rev 724047)
+++ PKGBUILD2020-10-15 04:35:46 UTC (rev 724048)
@@ -2,9 +2,9 @@
 # Maintainer: Eli schwartz 
 
 pkgname=firefox-noscript
-pkgver=11.0.46
+pkgver=11.1.3
 pkgrel=1
-_file=3645568
+_file=3657704
 pkgdesc="Extension for firefox which disables javascript"
 arch=('any')
 url="https://noscript.net/;
@@ -13,8 +13,8 @@
 makedepends=('unzip')
 
source=("noscript-${pkgver}.xpi::https://addons.mozilla.org/firefox/downloads/file/${_file}/;)
 noextract=("noscript-${pkgver}.xpi")
-sha256sums=('1ad4f8e5c2feeb4a1188166e72cec7f5d2d6e3a67bcadb5d084c372a09fb70bd')
-b2sums=('666d62f2bd994a83e8a62c37979e9d48d45377cd824855a3c0a56e2e05c969d5763513d024cef743f31c58a6f91af20827d2d29bedc91bb6841fa92d5c892925')
+sha256sums=('08543e4a03e0becacd10c3cdbf5eaab1ff35a1648babe6f1522ae335e21de7d4')
+b2sums=('e5cb36ab0565e5aa3127cf710991ae335d520238e5809d434a413cbf26fc5d7a762c87619cd15c5a10ef403a7f1ad83368fb333629100e459010c70bbe38573a')
 
 package() {
   depends=('firefox')


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

2020-10-14 Thread Eli Schwartz via arch-commits
Date: Thursday, October 15, 2020 @ 03:52:55
  Author: eschwartz
Revision: 724047

fix checksums to go with previous commit

Modified:
  gap/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2020-10-15 03:52:11 UTC (rev 724046)
+++ PKGBUILD2020-10-15 03:52:55 UTC (rev 724047)
@@ -19,7 +19,6 @@
 sha256sums=('6fda7af23394708aeb3b4bca8885f5fdcb7c3ae4419639dfb2d9f67d3f590abb'
 '143fb8a79a52c007903cce13407850df309ef803a9b00398d05169355917de46'
 'SKIP'
-'SKIP'
 'e3f6d671c8df9acb6143a7c279391957967cd44f0a00b949323401d5b54ed685'
 '151ddbd7cf234158c8bd79153ac0ded3076f103859a65b238dd5c86084be3d98'
 '4023aaf1617d653f84d711d5642485984395a01464d64ded0a7e884c48b2a332'


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

2020-10-14 Thread Bruno Pagani via arch-commits
Date: Thursday, October 15, 2020 @ 03:52:11
  Author: archange
Revision: 724046

archrelease: copy trunk to community-staging-x86_64

Added:
  libavif/repos/community-staging-x86_64/
  libavif/repos/community-staging-x86_64/PKGBUILD
(from rev 724045, libavif/trunk/PKGBUILD)

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

Copied: libavif/repos/community-staging-x86_64/PKGBUILD (from rev 724045, 
libavif/trunk/PKGBUILD)
===
--- community-staging-x86_64/PKGBUILD   (rev 0)
+++ community-staging-x86_64/PKGBUILD   2020-10-15 03:52:11 UTC (rev 724046)
@@ -0,0 +1,30 @@
+# Maintainer: Bruno Pagani 
+
+pkgname=libavif
+pkgver=0.8.2
+pkgrel=1
+pkgdesc="Library for encoding and decoding .avif files"
+arch=(x86_64)
+url="https://github.com/AOMediaCodec/libavif;
+license=(BSD)
+depends=(glibc aom dav1d rav1e zlib libpng libjpeg)
+makedepends=(cmake nasm pkgconf gdk-pixbuf2)
+source=(${url}/archive/v${pkgver}/${pkgname}-${pkgver}.tar.gz)
+sha256sums=('1b79ec439d446dfd659098d36401b4d2df77dd19d53d7d944ade7164b3ef28a2')
+
+build() {
+  cmake -B build -S ${pkgname}-${pkgver} \
+-DCMAKE_INSTALL_PREFIX=/usr \
+-DCMAKE_INSTALL_LIBDIR=lib \
+-DAVIF_BUILD_APPS=ON \
+-DAVIF_CODEC_AOM=ON \
+-DAVIF_CODEC_DAV1D=ON \
+-DAVIF_CODEC_RAV1E=ON \
+-DAVIF_BUILD_GDK_PIXBUF=ON
+  make -C build
+}
+
+package() {
+  make -C build DESTDIR="${pkgdir}" install
+  install -Dm644 ${pkgname}-${pkgver}/LICENSE -t 
"${pkgdir}"/usr/share/licenses/${pkgname}/
+}


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

2020-10-14 Thread Bruno Pagani via arch-commits
Date: Thursday, October 15, 2020 @ 03:51:49
  Author: archange
Revision: 724045

upgpkg: libavif 0.8.2-1

Modified:
  libavif/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2020-10-15 03:46:02 UTC (rev 724044)
+++ PKGBUILD2020-10-15 03:51:49 UTC (rev 724045)
@@ -1,8 +1,8 @@
 # Maintainer: Bruno Pagani 
 
 pkgname=libavif
-pkgver=0.8.1
-pkgrel=3
+pkgver=0.8.2
+pkgrel=1
 pkgdesc="Library for encoding and decoding .avif files"
 arch=(x86_64)
 url="https://github.com/AOMediaCodec/libavif;
@@ -10,7 +10,7 @@
 depends=(glibc aom dav1d rav1e zlib libpng libjpeg)
 makedepends=(cmake nasm pkgconf gdk-pixbuf2)
 source=(${url}/archive/v${pkgver}/${pkgname}-${pkgver}.tar.gz)
-sha256sums=('27d39b69151fd090f26e10779ec79876af44876d180edda77beafa8e7e7aca26')
+sha256sums=('1b79ec439d446dfd659098d36401b4d2df77dd19d53d7d944ade7164b3ef28a2')
 
 build() {
   cmake -B build -S ${pkgname}-${pkgver} \


[arch-commits] Commit in firefox-extension-privacybadger/repos/community-any (2 files)

2020-10-14 Thread Eli Schwartz via arch-commits
Date: Thursday, October 15, 2020 @ 03:46:02
  Author: eschwartz
Revision: 724044

archrelease: copy trunk to community-any

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

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

Deleted: PKGBUILD
===
--- PKGBUILD2020-10-15 03:45:46 UTC (rev 724043)
+++ PKGBUILD2020-10-15 03:46:02 UTC (rev 724044)
@@ -1,47 +0,0 @@
-# Maintainer: Eli Schwartz 
-# Contributor: Hyacinthe Cartiaux 
-
-_pkgname=privacybadger
-pkgname=firefox-extension-${_pkgname}
-pkgver=2020.8.25
-pkgrel=1
-pkgdesc="Block third party tracking in your browser"
-arch=('any')
-url="https://www.eff.org/privacybadger;
-license=('GPL3')
-groups=('firefox-addons')
-makedepends=("unzip")
-source=("${_pkgname}-${pkgver}.xpi::https://www.eff.org/files/privacy-badger-eff-${pkgver}.xpi;
-
"${_pkgname}-${pkgver}.xpi.sig::https://www.eff.org/files/privacy-badger-eff-${pkgver}.xpi.sig;)
-noextract=("${_pkgname}-${pkgver}.xpi")
-sha256sums=('4033bade207cd699141cb8d28c315c8affaa0562f1ddc616ed4f30cae572ae98'
-'SKIP')
-b2sums=('fde13c89ec153a2a828f682f06fa882bfd7c0beb77544c0f0407d19b34f5297138ffcd4fdfaa6997150231a624d1990de518182faff9306a44709728ce4bf764'
-'SKIP')
-validpgpkeys=('88F8662241B0C16C16E3B5A7950FC3999D80F309') # Alexei 

-
-prepare() {
-  cd "$srcdir"
-
-  unzip -qqo "${_pkgname}-${pkgver}.xpi" -d "${_pkgname}-${pkgver}"
-}
-
-package() {
-  depends=("firefox")
-  cd "${srcdir}"
-
-  if [[ -f ${_pkgname}-${pkgver}/install.rdf ]]; then
-_extension_id="$(sed -n '/.*\(.*\)<\/em:id>.*/{s//\1/p;q}' 
${_pkgname}-${pkgver}/install.rdf)"
-  else
-_extension_id="$(sed -n 's/.*"id": "\(.*\)".*/\1/p' 
${_pkgname}-${pkgver}/manifest.json)"
-  fi
-  
_extension_dest="${pkgdir}/usr/lib/firefox/browser/extensions/${_extension_id}"
-  # Should this extension be unpacked or not?
-  if grep -q 'true' ${_pkgname}-${pkgver}/install.rdf 
2>/dev/null; then
-install -dm755 "${_extension_dest}"
-cp -R ${_pkgname}-${pkgver}/* "${_extension_dest}"
-chmod -R ugo+rX "${_extension_dest}"
-  else
-install -Dm644 ${_pkgname}-${pkgver}.xpi "${_extension_dest}.xpi"
-  fi
-}

Copied: firefox-extension-privacybadger/repos/community-any/PKGBUILD (from rev 
724043, firefox-extension-privacybadger/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2020-10-15 03:46:02 UTC (rev 724044)
@@ -0,0 +1,47 @@
+# Maintainer: Eli Schwartz 
+# Contributor: Hyacinthe Cartiaux 
+
+_pkgname=privacybadger
+pkgname=firefox-extension-${_pkgname}
+pkgver=2020.10.7
+pkgrel=1
+pkgdesc="Block third party tracking in your browser"
+arch=('any')
+url="https://www.eff.org/privacybadger;
+license=('GPL3')
+groups=('firefox-addons')
+makedepends=("unzip")
+source=("${_pkgname}-${pkgver}.xpi::https://www.eff.org/files/privacy-badger-eff-${pkgver}.xpi;
+
"${_pkgname}-${pkgver}.xpi.sig::https://www.eff.org/files/privacy-badger-eff-${pkgver}.xpi.sig;)
+noextract=("${_pkgname}-${pkgver}.xpi")
+sha256sums=('76bf77c30b430ff00e02304418b743d1433376c35a5ad455c5fe32e92eedfa1e'
+'SKIP')
+b2sums=('905fe8067a4bb07f4e0831ad618e65cfe9ca19a1d3ae46a24b646468663197ca252fc6772bb844aeda9b03fdddc19e5533889a7fb9a27ef42651587fc84cb33c'
+'SKIP')
+validpgpkeys=('88F8662241B0C16C16E3B5A7950FC3999D80F309') # Alexei 

+
+prepare() {
+  cd "$srcdir"
+
+  unzip -qqo "${_pkgname}-${pkgver}.xpi" -d "${_pkgname}-${pkgver}"
+}
+
+package() {
+  depends=("firefox")
+  cd "${srcdir}"
+
+  if [[ -f ${_pkgname}-${pkgver}/install.rdf ]]; then
+_extension_id="$(sed -n '/.*\(.*\)<\/em:id>.*/{s//\1/p;q}' 
${_pkgname}-${pkgver}/install.rdf)"
+  else
+_extension_id="$(sed -n 's/.*"id": "\(.*\)".*/\1/p' 
${_pkgname}-${pkgver}/manifest.json)"
+  fi
+  
_extension_dest="${pkgdir}/usr/lib/firefox/browser/extensions/${_extension_id}"
+  # Should this extension be unpacked or not?
+  if grep -q 'true' ${_pkgname}-${pkgver}/install.rdf 
2>/dev/null; then
+install -dm755 "${_extension_dest}"
+cp -R ${_pkgname}-${pkgver}/* "${_extension_dest}"
+chmod -R ugo+rX "${_extension_dest}"
+  else
+install -Dm644 ${_pkgname}-${pkgver}.xpi "${_extension_dest}.xpi"
+  fi
+}


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

2020-10-14 Thread Eli Schwartz via arch-commits
Date: Thursday, October 15, 2020 @ 03:45:46
  Author: eschwartz
Revision: 724043

upgpkg: firefox-extension-privacybadger 2020.10.7-1: upstream release

Modified:
  firefox-extension-privacybadger/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2020-10-15 00:08:34 UTC (rev 724042)
+++ PKGBUILD2020-10-15 03:45:46 UTC (rev 724043)
@@ -3,7 +3,7 @@
 
 _pkgname=privacybadger
 pkgname=firefox-extension-${_pkgname}
-pkgver=2020.8.25
+pkgver=2020.10.7
 pkgrel=1
 pkgdesc="Block third party tracking in your browser"
 arch=('any')
@@ -14,9 +14,9 @@
 
source=("${_pkgname}-${pkgver}.xpi::https://www.eff.org/files/privacy-badger-eff-${pkgver}.xpi;
 
"${_pkgname}-${pkgver}.xpi.sig::https://www.eff.org/files/privacy-badger-eff-${pkgver}.xpi.sig;)
 noextract=("${_pkgname}-${pkgver}.xpi")
-sha256sums=('4033bade207cd699141cb8d28c315c8affaa0562f1ddc616ed4f30cae572ae98'
+sha256sums=('76bf77c30b430ff00e02304418b743d1433376c35a5ad455c5fe32e92eedfa1e'
 'SKIP')
-b2sums=('fde13c89ec153a2a828f682f06fa882bfd7c0beb77544c0f0407d19b34f5297138ffcd4fdfaa6997150231a624d1990de518182faff9306a44709728ce4bf764'
+b2sums=('905fe8067a4bb07f4e0831ad618e65cfe9ca19a1d3ae46a24b646468663197ca252fc6772bb844aeda9b03fdddc19e5533889a7fb9a27ef42651587fc84cb33c'
 'SKIP')
 validpgpkeys=('88F8662241B0C16C16E3B5A7950FC3999D80F309') # Alexei 

 


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

2020-10-14 Thread Levente Polyak via arch-commits
Date: Wednesday, October 14, 2020 @ 23:12:46
  Author: anthraxx
Revision: 724035

upgpkg: powerdns-recursor 4.3.5-1

Modified:
  powerdns-recursor/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2020-10-14 23:04:41 UTC (rev 724034)
+++ PKGBUILD2020-10-14 23:12:46 UTC (rev 724035)
@@ -5,7 +5,7 @@
 # Contributor: Remi Gacogne 
 
 pkgname=powerdns-recursor
-pkgver=4.3.4
+pkgver=4.3.5
 pkgrel=1
 pkgdesc='Resolving DNS server'
 url='https://www.powerdns.com/'
@@ -19,7 +19,7 @@
 backup=('etc/powerdns/recursor.conf')
 
source=(https://downloads.powerdns.com/releases/pdns-recursor-${pkgver}.tar.bz2{,.asc}
 sysusers.conf)
-sha512sums=('cfc34f42ed95c7fd2be1ab7ba172672e5e1db96b4ced171c1eae7bd60fb7db482aed928028811b133d326550de35c506a8fc480b12ae39ab7fa142408e0b42d8'
+sha512sums=('2d39e6016000951c0beca38b26c41664b57c059dee762d7499f34e599ed6c2653af73edb31ba5a8d35f749534f24c0d85b6aedf4c35dc8a05777ffebd1b25851'
 'SKIP'
 
'63b3f0664d38fbbcb6b1c914cee050a27eca0a15550962973743580dd5d3ace2e68272ca2d856d53cc74001fe9246d61207ebbc74524c096736777ed08c88e72')
 validpgpkeys=('B76CD4671C0968BAA87DE61C5E50715BF2FFE1A7'  # Pieter Lexis 



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

2020-10-14 Thread Levente Polyak via arch-commits
Date: Wednesday, October 14, 2020 @ 23:12:50
  Author: anthraxx
Revision: 724036

archrelease: copy trunk to community-x86_64

Added:
  powerdns-recursor/repos/community-x86_64/PKGBUILD
(from rev 724035, powerdns-recursor/trunk/PKGBUILD)
  powerdns-recursor/repos/community-x86_64/sysusers.conf
(from rev 724035, powerdns-recursor/trunk/sysusers.conf)
Deleted:
  powerdns-recursor/repos/community-x86_64/PKGBUILD
  powerdns-recursor/repos/community-x86_64/sysusers.conf

---+
 PKGBUILD  |  116 
 sysusers.conf |2 
 2 files changed, 59 insertions(+), 59 deletions(-)

Deleted: PKGBUILD
===
--- PKGBUILD2020-10-14 23:12:46 UTC (rev 724035)
+++ PKGBUILD2020-10-14 23:12:50 UTC (rev 724036)
@@ -1,58 +0,0 @@
-# Maintainer: Levente Polyak 
-# Contributor: Alexander Rødseth 
-# Contributor: Jan de Groot 
-# Contributor: Jan Steffens 
-# Contributor: Remi Gacogne 
-
-pkgname=powerdns-recursor
-pkgver=4.3.4
-pkgrel=1
-pkgdesc='Resolving DNS server'
-url='https://www.powerdns.com/'
-arch=('x86_64')
-license=('GPL2')
-depends=('gcc-libs' 'boost-libs' 'libsodium' 'systemd-libs' 'luajit' 'openssl' 
'protobuf'
- 'libboost_context.so' 'fstrm' 'net-snmp' 'libprotobuf.so')
-makedepends=('boost' 'inetutils' 'pandoc' 'ragel' 'systemd')
-provides=('pdns-recursor')
-conflicts=('pdns-recursor')
-backup=('etc/powerdns/recursor.conf')
-source=(https://downloads.powerdns.com/releases/pdns-recursor-${pkgver}.tar.bz2{,.asc}
-sysusers.conf)
-sha512sums=('cfc34f42ed95c7fd2be1ab7ba172672e5e1db96b4ced171c1eae7bd60fb7db482aed928028811b133d326550de35c506a8fc480b12ae39ab7fa142408e0b42d8'
-'SKIP'
-
'63b3f0664d38fbbcb6b1c914cee050a27eca0a15550962973743580dd5d3ace2e68272ca2d856d53cc74001fe9246d61207ebbc74524c096736777ed08c88e72')
-validpgpkeys=('B76CD4671C0968BAA87DE61C5E50715BF2FFE1A7'  # Pieter Lexis 

-  'FBAE0323821C7706A5CA151BDCF513FA7EED19F3'  # Peter van Dijk 

-  '16E12866B7738C73976A57436FFC33439B0D04DF') # Winkels, Erik 

-
-prepare() {
-  cd pdns-recursor-${pkgver}
-  autoreconf -i
-}
-
-build() {
-  cd pdns-recursor-${pkgver}
-  ./configure \
---prefix=/usr \
---sbindir=/usr/bin \
---sysconfdir=/etc/powerdns \
---disable-silent-rules \
---enable-reproducible \
---enable-systemd \
---with-protobuf \
---with-libsodium \
---with-lua=luajit \
---with-service-user=pdns-recursor \
---with-service-group=pdns-recursor
-  make
-}
-
-package() {
-  cd pdns-recursor-${pkgver}
-  make DESTDIR="${pkgdir}" install
-  mv "${pkgdir}/etc/powerdns/recursor.conf"{-dist,}
-  install -Dm 644 "${srcdir}/sysusers.conf" 
"${pkgdir}/usr/lib/sysusers.d/powerdns-recursor.conf"
-}
-
-# vim: ts=2 sw=2 et:

Copied: powerdns-recursor/repos/community-x86_64/PKGBUILD (from rev 724035, 
powerdns-recursor/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2020-10-14 23:12:50 UTC (rev 724036)
@@ -0,0 +1,58 @@
+# Maintainer: Levente Polyak 
+# Contributor: Alexander Rødseth 
+# Contributor: Jan de Groot 
+# Contributor: Jan Steffens 
+# Contributor: Remi Gacogne 
+
+pkgname=powerdns-recursor
+pkgver=4.3.5
+pkgrel=1
+pkgdesc='Resolving DNS server'
+url='https://www.powerdns.com/'
+arch=('x86_64')
+license=('GPL2')
+depends=('gcc-libs' 'boost-libs' 'libsodium' 'systemd-libs' 'luajit' 'openssl' 
'protobuf'
+ 'libboost_context.so' 'fstrm' 'net-snmp' 'libprotobuf.so')
+makedepends=('boost' 'inetutils' 'pandoc' 'ragel' 'systemd')
+provides=('pdns-recursor')
+conflicts=('pdns-recursor')
+backup=('etc/powerdns/recursor.conf')
+source=(https://downloads.powerdns.com/releases/pdns-recursor-${pkgver}.tar.bz2{,.asc}
+sysusers.conf)
+sha512sums=('2d39e6016000951c0beca38b26c41664b57c059dee762d7499f34e599ed6c2653af73edb31ba5a8d35f749534f24c0d85b6aedf4c35dc8a05777ffebd1b25851'
+'SKIP'
+
'63b3f0664d38fbbcb6b1c914cee050a27eca0a15550962973743580dd5d3ace2e68272ca2d856d53cc74001fe9246d61207ebbc74524c096736777ed08c88e72')
+validpgpkeys=('B76CD4671C0968BAA87DE61C5E50715BF2FFE1A7'  # Pieter Lexis 

+  'FBAE0323821C7706A5CA151BDCF513FA7EED19F3'  # Peter van Dijk 

+  '16E12866B7738C73976A57436FFC33439B0D04DF') # Winkels, Erik 

+
+prepare() {
+  cd pdns-recursor-${pkgver}
+  autoreconf -i
+}
+
+build() {
+  cd pdns-recursor-${pkgver}
+  ./configure \
+--prefix=/usr \
+--sbindir=/usr/bin \
+--sysconfdir=/etc/powerdns \
+--disable-silent-rules \
+--enable-reproducible \
+--enable-systemd \
+--with-protobuf \
+--with-libsodium \
+--with-lua=luajit \
+--with-service-user=pdns-recursor \
+--with-service-group=pdns-recursor
+  make
+}
+
+package() {
+  cd pdns-recursor-${pkgver}
+  make DESTDIR="${pkgdir}" install
+  mv 

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

2020-10-14 Thread Lukas Fleischer via arch-commits
Date: Wednesday, October 14, 2020 @ 23:04:41
  Author: lfleischer
Revision: 724034

archrelease: copy trunk to community-x86_64

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

--+
 PKGBUILD |   64 ++---
 calcurse.install |   16 ++---
 2 files changed, 40 insertions(+), 40 deletions(-)

Deleted: PKGBUILD
===
--- PKGBUILD2020-10-14 23:04:29 UTC (rev 724033)
+++ PKGBUILD2020-10-14 23:04:41 UTC (rev 724034)
@@ -1,32 +0,0 @@
-# Maintainer: Lukas Fleischer 
-# Contributor: Ronald van Haren 
-# Contributor: wain 
-
-pkgname=calcurse
-pkgver=4.6.0
-pkgrel=2
-pkgdesc='A text-based personal organizer.'
-arch=('x86_64')
-url='https://calcurse.org/'
-license=('BSD')
-depends=('ncurses')
-optdepends=('python: for CalDAV support' 'python-httplib2: for CalDAV support')
-install='calcurse.install'
-source=("https://calcurse.org/files/${pkgname}-${pkgver}.tar.gz"{,.asc})
-md5sums=('20b59e3a41713f6433be252ea8413dbe'
- 'SKIP')
-validpgpkeys=(2E36D8620221482FC45CB7F2A91764759326B440) # Lukas Fleischer
-
-build() {
-  cd "${srcdir}/${pkgname}-${pkgver}"
-
-  ./configure --enable-docs --without-asciidoc --prefix=/usr 
--mandir=/usr/share/man
-  make
-}
-
-package() {
-  cd "${srcdir}/${pkgname}-${pkgver}"
-
-  make DESTDIR="${pkgdir}" install
-  install -Dm0644 COPYING "${pkgdir}/usr/share/licenses/${pkgname}/COPYING"
-}

Copied: calcurse/repos/community-x86_64/PKGBUILD (from rev 724033, 
calcurse/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2020-10-14 23:04:41 UTC (rev 724034)
@@ -0,0 +1,32 @@
+# Maintainer: Lukas Fleischer 
+# Contributor: Ronald van Haren 
+# Contributor: wain 
+
+pkgname=calcurse
+pkgver=4.7.0
+pkgrel=1
+pkgdesc='A text-based personal organizer.'
+arch=('x86_64')
+url='https://calcurse.org/'
+license=('BSD')
+depends=('ncurses')
+optdepends=('python: for CalDAV support' 'python-httplib2: for CalDAV support')
+install='calcurse.install'
+source=("https://calcurse.org/files/${pkgname}-${pkgver}.tar.gz"{,.asc})
+md5sums=('0377ab767e2c9a0c2c045c94d18fc23c'
+ 'SKIP')
+validpgpkeys=(2E36D8620221482FC45CB7F2A91764759326B440) # Lukas Fleischer
+
+build() {
+  cd "${srcdir}/${pkgname}-${pkgver}"
+
+  ./configure --enable-docs --without-asciidoc --prefix=/usr 
--mandir=/usr/share/man
+  make
+}
+
+package() {
+  cd "${srcdir}/${pkgname}-${pkgver}"
+
+  make DESTDIR="${pkgdir}" install
+  install -Dm0644 COPYING "${pkgdir}/usr/share/licenses/${pkgname}/COPYING"
+}

Deleted: calcurse.install
===
--- calcurse.install2020-10-14 23:04:29 UTC (rev 724033)
+++ calcurse.install2020-10-14 23:04:41 UTC (rev 724034)
@@ -1,8 +0,0 @@
-post_upgrade() {
-  if (( $(vercmp $2 3.0.0) < 0 )); then
-cat <<"EOF"
-==> The configuration file format has changed in calcurse 3.0.0.
-==> Run `calcurse-upgrade` to upgrade your configuration files.
-EOF
-  fi
-}

Copied: calcurse/repos/community-x86_64/calcurse.install (from rev 724033, 
calcurse/trunk/calcurse.install)
===
--- calcurse.install(rev 0)
+++ calcurse.install2020-10-14 23:04:41 UTC (rev 724034)
@@ -0,0 +1,8 @@
+post_upgrade() {
+  if (( $(vercmp $2 3.0.0) < 0 )); then
+cat <<"EOF"
+==> The configuration file format has changed in calcurse 3.0.0.
+==> Run `calcurse-upgrade` to upgrade your configuration files.
+EOF
+  fi
+}


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

2020-10-14 Thread Lukas Fleischer via arch-commits
Date: Wednesday, October 14, 2020 @ 23:04:29
  Author: lfleischer
Revision: 724033

upgpkg: calcurse 4.7.0-1: upstream update

Modified:
  calcurse/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2020-10-14 22:55:02 UTC (rev 724032)
+++ PKGBUILD2020-10-14 23:04:29 UTC (rev 724033)
@@ -3,8 +3,8 @@
 # Contributor: wain 
 
 pkgname=calcurse
-pkgver=4.6.0
-pkgrel=2
+pkgver=4.7.0
+pkgrel=1
 pkgdesc='A text-based personal organizer.'
 arch=('x86_64')
 url='https://calcurse.org/'
@@ -13,7 +13,7 @@
 optdepends=('python: for CalDAV support' 'python-httplib2: for CalDAV support')
 install='calcurse.install'
 source=("https://calcurse.org/files/${pkgname}-${pkgver}.tar.gz"{,.asc})
-md5sums=('20b59e3a41713f6433be252ea8413dbe'
+md5sums=('0377ab767e2c9a0c2c045c94d18fc23c'
  'SKIP')
 validpgpkeys=(2E36D8620221482FC45CB7F2A91764759326B440) # Lukas Fleischer
 


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

2020-10-14 Thread Felix Yan via arch-commits
Date: Wednesday, October 14, 2020 @ 22:55:02
  Author: felixonmars
Revision: 724032

archrelease: copy trunk to community-staging-x86_64

Added:
  postgrest/repos/community-staging-x86_64/
  postgrest/repos/community-staging-x86_64/PKGBUILD
(from rev 724031, postgrest/trunk/PKGBUILD)

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

Copied: postgrest/repos/community-staging-x86_64/PKGBUILD (from rev 724031, 
postgrest/trunk/PKGBUILD)
===
--- community-staging-x86_64/PKGBUILD   (rev 0)
+++ community-staging-x86_64/PKGBUILD   2020-10-14 22:55:02 UTC (rev 724032)
@@ -0,0 +1,71 @@
+# Maintainer: Felix Yan 
+# Contributor: Arch Haskell Team 
+
+pkgname=postgrest
+pkgver=7.0.1
+pkgrel=118
+pkgdesc="REST API for any Postgres database"
+url="https://github.com/begriffs/postgrest;
+license=("MIT")
+arch=('x86_64')
+depends=('ghc-libs' 'haskell-http' 'haskell-ranged-sets' 'haskell-aeson' 
'haskell-ansi-wl-pprint'
+ 'haskell-base64-bytestring' 'haskell-case-insensitive' 
'haskell-cassava'
+ 'haskell-configurator-pg' 'haskell-contravariant' 
'haskell-contravariant-extras'
+ 'haskell-cookie' 'haskell-either' 'haskell-gitrev' 'haskell-hasql' 
'haskell-hasql-pool'
+ 'haskell-hasql-transaction' 'haskell-heredoc' 'haskell-http-types'
+ 'haskell-insert-ordered-containers' 
'haskell-interpolatedstring-perl6' 'haskell-jose'
+ 'haskell-lens' 'haskell-lens-aeson' 'haskell-network-uri' 
'haskell-optparse-applicative'
+ 'haskell-parsec' 'haskell-protolude' 'haskell-regex-tdfa' 
'haskell-scientific'
+ 'haskell-swagger2' 'haskell-unordered-containers' 'haskell-vector' 
'haskell-wai'
+ 'haskell-wai-cors' 'haskell-wai-extra' 'haskell-wai-middleware-static'
+ 'haskell-auto-update' 'haskell-retry' 'haskell-warp')
+makedepends=('ghc' 'uusi' 'haskell-aeson-qq' 'haskell-async' 'haskell-hspec' 
'haskell-hspec-wai'
+ 'haskell-hspec-wai-json' 'haskell-monad-control' 
'haskell-transformers-base')
+checkdepends=('pifpaf' 'postgresql' 'procps-ng')
+source=("$pkgname-$pkgver.tar.bz2::https://github.com/begriffs/postgrest/archive/v$pkgver.tar.gz;)
+sha512sums=('0e6270ff4762b444b4d3791ceea4bb468bc316c9d2103f9d355e2e6108bb4bb51b302499b68a5cfc4ff14f503bdd95985481f7fb6eb6dbb158f1f5350857cf1b')
+
+prepare() {
+cd $pkgname-$pkgver
+sed -i 's/5432/9824/' test/fixtures/dumpfixture.sh
+uusi $pkgname.cabal
+}
+
+build() {
+cd "${srcdir}/${pkgname}-${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 \
+-f-CI --ghc-option='-pie'
+runhaskell Setup build $MAKEFLAGS
+runhaskell Setup register --gen-script
+runhaskell Setup unregister --gen-script
+sed -i -r -e "s|ghc-pkg.*update[^ ]* |&'--force' |" register.sh
+sed -i -r -e "s|ghc-pkg.*unregister[^ ]* |&'--force' |" unregister.sh
+}
+
+check() {
+cd $pkgname-$pkgver
+
+eval $(pifpaf run postgresql --host 127.0.0.1)
+createdb postgrest_test
+
+# TODO: user authentication issue?
+POSTGREST_TEST_CONNECTION=$(test/create_test_db 
"postgres://$USER@localhost" postgrest_test) runhaskell Setup test || warning 
"Tests failed"
+
+# Disabled: uses stack
+# test/io-tests.sh
+
+pifpaf_stop
+}
+
+package() {
+cd "${srcdir}/${pkgname}-${pkgver}"
+
+install -D -m744 register.sh   
"${pkgdir}/usr/share/haskell/register/${pkgname}.sh"
+install -D -m744 unregister.sh 
"${pkgdir}/usr/share/haskell/unregister/${pkgname}.sh"
+runhaskell Setup copy --destdir="${pkgdir}"
+install -D -m644 LICENSE "$pkgdir"/usr/share/licenses/$pkgname/LICENSE
+rm -f "$pkgdir"/usr/share/doc/$pkgname/LICENSE
+}


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

2020-10-14 Thread Felix Yan via arch-commits
Date: Wednesday, October 14, 2020 @ 22:54:51
  Author: felixonmars
Revision: 724031

upgpkg: postgrest 7.0.1-118: rebuild with deferred-folds 0.9.11

Modified:
  postgrest/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2020-10-14 22:52:46 UTC (rev 724030)
+++ PKGBUILD2020-10-14 22:54:51 UTC (rev 724031)
@@ -3,7 +3,7 @@
 
 pkgname=postgrest
 pkgver=7.0.1
-pkgrel=117
+pkgrel=118
 pkgdesc="REST API for any Postgres database"
 url="https://github.com/begriffs/postgrest;
 license=("MIT")


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

2020-10-14 Thread Felix Yan via arch-commits
Date: Wednesday, October 14, 2020 @ 22:52:46
  Author: felixonmars
Revision: 724030

archrelease: copy trunk to community-staging-x86_64

Added:
  haskell-hasql-transaction/repos/community-staging-x86_64/
  haskell-hasql-transaction/repos/community-staging-x86_64/PKGBUILD
(from rev 724029, haskell-hasql-transaction/trunk/PKGBUILD)

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

Copied: haskell-hasql-transaction/repos/community-staging-x86_64/PKGBUILD (from 
rev 724029, haskell-hasql-transaction/trunk/PKGBUILD)
===
--- community-staging-x86_64/PKGBUILD   (rev 0)
+++ community-staging-x86_64/PKGBUILD   2020-10-14 22:52:46 UTC (rev 724030)
@@ -0,0 +1,53 @@
+# Maintainer: Felix Yan 
+
+_hkgname=hasql-transaction
+pkgname=haskell-hasql-transaction
+pkgver=1.0.0.1
+pkgrel=89
+pkgdesc="A composable abstraction over the retryable transactions for Hasql"
+url="https://github.com/nikita-volkov/hasql-transaction;
+license=('MIT')
+arch=('x86_64')
+depends=('ghc-libs' 'haskell-bytestring-tree-builder' 'haskell-contravariant'
+ 'haskell-contravariant-extras' 'haskell-hasql')
+makedepends=('ghc' 'haskell-async' 'haskell-rebase')
+checkdepends=('postgresql' 'pifpaf')
+source=("https://hackage.haskell.org/packages/archive/${_hkgname}/${pkgver}/${_hkgname}-${pkgver}.tar.gz;)
+sha512sums=('fe02484c8ae0f6a6b64f399a2061138f9a9390cb19693df9592fb58c07c7330f819b1181f973b4e6bf6b800d57ecb80dc901900e5d3ad1eb4c801bb3cf2f45c5')
+
+prepare() {
+cd $_hkgname-$pkgver
+sed -i 's/5432/9824/' conflicts-test/Main.hs
+}
+
+build() {
+cd $_hkgname-$pkgver
+
+runhaskell Setup configure -O --enable-shared --enable-executable-dynamic 
--disable-library-vanilla \
+--prefix=/usr --docdir=/usr/share/doc/$pkgname --enable-tests \
+--dynlibdir=/usr/lib --libsubdir=\$compiler/site-local/\$pkgid
+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
+
+eval $(pifpaf run postgresql --host 127.0.0.1)
+createuser -s postgres
+runhaskell Setup test
+pifpaf_stop
+}
+
+package() {
+cd $_hkgname-$pkgver
+
+install -D -m744 register.sh 
"$pkgdir"/usr/share/haskell/register/$pkgname.sh
+install -D -m744 unregister.sh 
"$pkgdir"/usr/share/haskell/unregister/$pkgname.sh
+runhaskell Setup copy --destdir="$pkgdir"
+install -D -m644 LICENSE "$pkgdir"/usr/share/licenses/$pkgname/LICENSE
+rm -f "$pkgdir"/usr/share/doc/$pkgname/LICENSE
+}


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

2020-10-14 Thread Felix Yan via arch-commits
Date: Wednesday, October 14, 2020 @ 22:52:02
  Author: felixonmars
Revision: 724028

archrelease: copy trunk to community-staging-x86_64

Added:
  haskell-hasql-pool/repos/community-staging-x86_64/
  haskell-hasql-pool/repos/community-staging-x86_64/PKGBUILD
(from rev 724027, haskell-hasql-pool/trunk/PKGBUILD)

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

Copied: haskell-hasql-pool/repos/community-staging-x86_64/PKGBUILD (from rev 
724027, haskell-hasql-pool/trunk/PKGBUILD)
===
--- community-staging-x86_64/PKGBUILD   (rev 0)
+++ community-staging-x86_64/PKGBUILD   2020-10-14 22:52:02 UTC (rev 724028)
@@ -0,0 +1,53 @@
+# Maintainer: Felix Yan 
+# Contributor: Thomas Dziedzic 
+
+_hkgname=hasql-pool
+pkgname=haskell-hasql-pool
+pkgver=0.5.2
+pkgrel=68
+pkgdesc="A pool of connections for Hasql"
+url="https://github.com/nikita-volkov/hasql-pool;
+license=('MIT')
+arch=('x86_64')
+depends=('ghc-libs' 'haskell-base-prelude' 'haskell-hasql' 
'haskell-resource-pool')
+makedepends=('ghc' 'haskell-hspec')
+checkdepends=('pifpaf' 'postgresql')
+source=("https://hackage.haskell.org/packages/archive/${_hkgname}/${pkgver}/${_hkgname}-${pkgver}.tar.gz;)
+sha512sums=('5609f05134a259826e17a7391d3324f1d2b474cd83082e4f67175086da1e481a1a75b336932a97371b32e7427e869498bb87af3f7c6246225698e8ceef1aa372')
+
+prepare() {
+cd $_hkgname-$pkgver
+sed -i 's/5432/9824/' test/Main.hs
+}
+
+build() {
+cd $_hkgname-$pkgver
+
+runhaskell Setup configure -O --enable-shared --enable-executable-dynamic 
--disable-library-vanilla \
+--prefix=/usr --docdir=/usr/share/doc/$pkgname --disable-tests \
+--dynlibdir=/usr/lib --libsubdir=\$compiler/site-local/\$pkgid
+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
+
+eval $(pifpaf run postgresql --host 127.0.0.1)
+createuser -s postgres
+#runhaskell Setup test
+pifpaf_stop
+}
+
+package() {
+cd $_hkgname-$pkgver
+
+install -D -m744 register.sh 
"$pkgdir"/usr/share/haskell/register/$pkgname.sh
+install -D -m744 unregister.sh 
"$pkgdir"/usr/share/haskell/unregister/$pkgname.sh
+runhaskell Setup copy --destdir="$pkgdir"
+install -D -m644 LICENSE "$pkgdir"/usr/share/licenses/$pkgname/LICENSE
+rm -f "$pkgdir"/usr/share/doc/$pkgname/LICENSE
+}


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

2020-10-14 Thread Felix Yan via arch-commits
Date: Wednesday, October 14, 2020 @ 22:52:35
  Author: felixonmars
Revision: 724029

upgpkg: haskell-hasql-transaction 1.0.0.1-89: rebuild with deferred-folds 0.9.11

Modified:
  haskell-hasql-transaction/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2020-10-14 22:52:02 UTC (rev 724028)
+++ PKGBUILD2020-10-14 22:52:35 UTC (rev 724029)
@@ -3,7 +3,7 @@
 _hkgname=hasql-transaction
 pkgname=haskell-hasql-transaction
 pkgver=1.0.0.1
-pkgrel=88
+pkgrel=89
 pkgdesc="A composable abstraction over the retryable transactions for Hasql"
 url="https://github.com/nikita-volkov/hasql-transaction;
 license=('MIT')


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

2020-10-14 Thread Felix Yan via arch-commits
Date: Wednesday, October 14, 2020 @ 22:51:21
  Author: felixonmars
Revision: 724026

archrelease: copy trunk to community-staging-x86_64

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

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

Copied: haskell-hasql/repos/community-staging-x86_64/PKGBUILD (from rev 724025, 
haskell-hasql/trunk/PKGBUILD)
===
--- community-staging-x86_64/PKGBUILD   (rev 0)
+++ community-staging-x86_64/PKGBUILD   2020-10-14 22:51:21 UTC (rev 724026)
@@ -0,0 +1,59 @@
+# Maintainer: Felix Yan 
+# Contributor: Thomas Dziedzic 
+
+_hkgname=hasql
+pkgname=haskell-hasql
+pkgver=1.4.4.2
+pkgrel=46
+pkgdesc="An efficient PostgreSQL driver and a flexible mapping API"
+url="https://github.com/nikita-volkov/hasql;
+license=('MIT')
+arch=('x86_64')
+depends=('ghc-libs' 'haskell-attoparsec' 'haskell-base-prelude' 
'haskell-bytestring-strict-builder'
+ 'haskell-contravariant' 'haskell-contravariant-extras' 
'haskell-dlist' 'haskell-hashable'
+ 'haskell-hashtables' 'haskell-loch-th' 'haskell-placeholders' 
'haskell-postgresql-binary'
+ 'haskell-postgresql-libpq' 'haskell-profunctors' 
'haskell-text-builder' 'haskell-vector')
+makedepends=('ghc' 'haskell-bug' 'haskell-tasty' 'haskell-tasty-quickcheck' 
'haskell-tasty-hunit'
+ 'haskell-quickcheck-instances' 'haskell-quickcheck' 
'haskell-rebase' 'haskell-rerebase')
+checkdepends=('postgresql' 'pifpaf')
+source=("https://hackage.haskell.org/packages/archive/${_hkgname}/${pkgver}/${_hkgname}-${pkgver}.tar.gz;)
+sha512sums=('86330d4fa35431c4982206a2694a4b8fd3f55c0a2ffa9753a73692b662f280e90d2b677b052c99c6732eea9ffbf9b7cedf1ee4ade31081c0bb26f5b5219118a6')
+
+prepare() {
+cd $_hkgname-$pkgver
+
+# Do not use default postgres port
+sed -i 's/5432/9824/' tasty/Main/*.hs threads-test/*.hs profiling/*.hs
+}
+
+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
+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
+
+eval $(pifpaf run postgresql --host 127.0.0.1)
+createuser -s postgres
+runhaskell Setup test
+pifpaf_stop
+}
+
+package() {
+cd $_hkgname-$pkgver
+
+install -D -m744 register.sh 
"$pkgdir"/usr/share/haskell/register/$pkgname.sh
+install -D -m744 unregister.sh 
"$pkgdir"/usr/share/haskell/unregister/$pkgname.sh
+runhaskell Setup copy --destdir="$pkgdir"
+install -D -m644 LICENSE "$pkgdir"/usr/share/licenses/$pkgname/LICENSE
+rm -f "$pkgdir"/usr/share/doc/$pkgname/LICENSE
+}


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

2020-10-14 Thread Felix Yan via arch-commits
Date: Wednesday, October 14, 2020 @ 22:51:52
  Author: felixonmars
Revision: 724027

upgpkg: haskell-hasql-pool 0.5.2-68: rebuild with deferred-folds 0.9.11

Modified:
  haskell-hasql-pool/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2020-10-14 22:51:21 UTC (rev 724026)
+++ PKGBUILD2020-10-14 22:51:52 UTC (rev 724027)
@@ -4,7 +4,7 @@
 _hkgname=hasql-pool
 pkgname=haskell-hasql-pool
 pkgver=0.5.2
-pkgrel=67
+pkgrel=68
 pkgdesc="A pool of connections for Hasql"
 url="https://github.com/nikita-volkov/hasql-pool;
 license=('MIT')


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

2020-10-14 Thread Felix Yan via arch-commits
Date: Wednesday, October 14, 2020 @ 22:51:10
  Author: felixonmars
Revision: 724025

upgpkg: haskell-hasql 1.4.4.2-46: rebuild with deferred-folds 0.9.11

Modified:
  haskell-hasql/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2020-10-14 22:50:16 UTC (rev 724024)
+++ PKGBUILD2020-10-14 22:51:10 UTC (rev 724025)
@@ -4,7 +4,7 @@
 _hkgname=hasql
 pkgname=haskell-hasql
 pkgver=1.4.4.2
-pkgrel=45
+pkgrel=46
 pkgdesc="An efficient PostgreSQL driver and a flexible mapping API"
 url="https://github.com/nikita-volkov/hasql;
 license=('MIT')


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

2020-10-14 Thread Felix Yan via arch-commits
Date: Wednesday, October 14, 2020 @ 22:50:16
  Author: felixonmars
Revision: 724024

archrelease: copy trunk to community-staging-x86_64

Added:
  haskell-text-builder/repos/community-staging-x86_64/
  haskell-text-builder/repos/community-staging-x86_64/PKGBUILD
(from rev 724023, haskell-text-builder/trunk/PKGBUILD)

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

Copied: haskell-text-builder/repos/community-staging-x86_64/PKGBUILD (from rev 
724023, haskell-text-builder/trunk/PKGBUILD)
===
--- community-staging-x86_64/PKGBUILD   (rev 0)
+++ community-staging-x86_64/PKGBUILD   2020-10-14 22:50:16 UTC (rev 724024)
@@ -0,0 +1,43 @@
+# Maintainer: Felix Yan 
+
+_hkgname=text-builder
+pkgname=haskell-text-builder
+pkgver=0.6.6.1
+pkgrel=87
+pkgdesc="An efficient strict text builder"
+url="https://github.com/nikita-volkov/text-builder;
+license=('MIT')
+arch=('x86_64')
+depends=('ghc-libs' 'haskell-base-prelude' 'haskell-deferred-folds')
+makedepends=('ghc' 'haskell-quickcheck' 'haskell-quickcheck-instances' 
'haskell-rerebase'
+ 'haskell-tasty' 'haskell-tasty-hunit' 'haskell-tasty-quickcheck')
+source=(https://hackage.haskell.org/packages/archive/${_hkgname}/${pkgver}/${_hkgname}-${pkgver}.tar.gz)
+sha512sums=('c98381114426ca93b4f4bf6899265a0c62ee683080acf3896e6f6592cefc4a2df00460908755a55be8b33af7840ccd378e48c52f4379f8dd4bc3411928c5c067')
+
+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
+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 "$pkgdir"/usr/share/licenses/$pkgname/LICENSE
+rm -f "$pkgdir"/usr/share/doc/$pkgname/LICENSE
+}


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

2020-10-14 Thread Felix Yan via arch-commits
Date: Wednesday, October 14, 2020 @ 22:50:05
  Author: felixonmars
Revision: 724023

upgpkg: haskell-text-builder 0.6.6.1-87: rebuild with deferred-folds 0.9.11

Modified:
  haskell-text-builder/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2020-10-14 22:49:34 UTC (rev 724022)
+++ PKGBUILD2020-10-14 22:50:05 UTC (rev 724023)
@@ -3,7 +3,7 @@
 _hkgname=text-builder
 pkgname=haskell-text-builder
 pkgver=0.6.6.1
-pkgrel=86
+pkgrel=87
 pkgdesc="An efficient strict text builder"
 url="https://github.com/nikita-volkov/text-builder;
 license=('MIT')


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

2020-10-14 Thread Felix Yan via arch-commits
Date: Wednesday, October 14, 2020 @ 22:49:34
  Author: felixonmars
Revision: 724022

archrelease: copy trunk to community-staging-x86_64

Added:
  haskell-deferred-folds/repos/community-staging-x86_64/
  haskell-deferred-folds/repos/community-staging-x86_64/PKGBUILD
(from rev 724021, haskell-deferred-folds/trunk/PKGBUILD)

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

Copied: haskell-deferred-folds/repos/community-staging-x86_64/PKGBUILD (from 
rev 724021, haskell-deferred-folds/trunk/PKGBUILD)
===
--- community-staging-x86_64/PKGBUILD   (rev 0)
+++ community-staging-x86_64/PKGBUILD   2020-10-14 22:49:34 UTC (rev 724022)
@@ -0,0 +1,44 @@
+# Maintainer: Felix Yan 
+
+_hkgname=deferred-folds
+pkgname=haskell-deferred-folds
+pkgver=0.9.11
+pkgrel=1
+pkgdesc="Abstractions over deferred folds"
+url="https://github.com/metrix-ai/deferred-folds;
+license=('MIT')
+arch=('x86_64')
+depends=('ghc-libs' 'haskell-foldl' 'haskell-hashable' 'haskell-primitive'
+ 'haskell-unordered-containers' 'haskell-vector')
+makedepends=('ghc' 'haskell-quickcheck' 'haskell-quickcheck-instances' 
'haskell-rerebase'
+ 'haskell-tasty' 'haskell-tasty-hunit' 'haskell-tasty-quickcheck')
+source=(https://hackage.haskell.org/packages/archive/${_hkgname}/${pkgver}/${_hkgname}-${pkgver}.tar.gz)
+sha512sums=('2e4a6ebd58e43e33870d757d3c512c59c8eaf030867e9980d5263db95d13008777e03c0a36f954b5756b62ee152ea0a3958f29ca09b111e3ce1f59b071ffea82')
+
+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
+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 "$pkgdir"/usr/share/licenses/$pkgname/LICENSE
+rm -f "$pkgdir"/usr/share/doc/$pkgname/LICENSE
+}


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

2020-10-14 Thread Felix Yan via arch-commits
Date: Wednesday, October 14, 2020 @ 22:49:24
  Author: felixonmars
Revision: 724021

upgpkg: haskell-deferred-folds 0.9.11-1: rebuild with deferred-folds 0.9.11

Modified:
  haskell-deferred-folds/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2020-10-14 22:41:17 UTC (rev 724020)
+++ PKGBUILD2020-10-14 22:49:24 UTC (rev 724021)
@@ -2,8 +2,8 @@
 
 _hkgname=deferred-folds
 pkgname=haskell-deferred-folds
-pkgver=0.9.10.1
-pkgrel=125
+pkgver=0.9.11
+pkgrel=1
 pkgdesc="Abstractions over deferred folds"
 url="https://github.com/metrix-ai/deferred-folds;
 license=('MIT')
@@ -13,7 +13,7 @@
 makedepends=('ghc' 'haskell-quickcheck' 'haskell-quickcheck-instances' 
'haskell-rerebase'
  'haskell-tasty' 'haskell-tasty-hunit' 'haskell-tasty-quickcheck')
 
source=(https://hackage.haskell.org/packages/archive/${_hkgname}/${pkgver}/${_hkgname}-${pkgver}.tar.gz)
-sha512sums=('920f26c8c1c02642d490220a19c1671d4060149dc1a48bb6a16f6be682342f355835ae55724fc680478d348c8be8347a0eec14666824c0f1651de1f07c23e4ca')
+sha512sums=('2e4a6ebd58e43e33870d757d3c512c59c8eaf030867e9980d5263db95d13008777e03c0a36f954b5756b62ee152ea0a3958f29ca09b111e3ce1f59b071ffea82')
 
 build() {
 cd $_hkgname-$pkgver


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

2020-10-14 Thread Sergej Pupykin via arch-commits
Date: Wednesday, October 14, 2020 @ 22:41:17
  Author: spupykin
Revision: 724020

FS#62918: build fix

Modified:
  ckermit/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2020-10-14 22:14:26 UTC (rev 724019)
+++ PKGBUILD2020-10-14 22:41:17 UTC (rev 724020)
@@ -5,7 +5,7 @@
 
 pkgname=ckermit
 pkgver=9.0.302
-pkgrel=7
+pkgrel=8
 pkgdesc="Portable scriptable network and serial communication software"
 arch=('x86_64')
 license=('custom')
@@ -13,8 +13,10 @@
 url="http://www.columbia.edu/kermit/ck90.html;
 #source=('ftp://kermit.columbia.edu/kermit/archives/cku302.tar.gz' 
'lockdir.patch')
 source=('ftp://ftp.kermitproject.org/kermit/archives/cku302.tar.gz'
+   
'https://src.fedoraproject.org/rpms/ckermit/raw/master/f/ckermit-9.0.302-fix_build_with_glibc_2_28_and_earlier.patch'
'lockdir.patch')
 
sha512sums=('2cfc264e5262d29618fdf218fd3407fd9049b16110972cdddb03d114703b7a0ea13c4b0a354f50c2a9f70d4727732fe4d1920b5c656f969bc56c1eb9dc3c43fa'
+
'80e1a3472b56d53f2d3e8926525e4964073dd9be9fb3e25d11cc3e3d1c96caaf3eb6bd84a9f0a2a0fb2cce980dd8e94a6b1be1afc72a89369c13f025cc3819ce'
 
'daa67abcbd408486d7bdb790b7756d939ee0d8a99b36c09f781bebf3407a19e35c1367a19e1b98efa3c30d4b649a07b45ab4e154a4fea16aed8d59cfee754fc5')
 
 prepare() {
@@ -21,6 +23,7 @@
   cd "$srcdir"
   chmod -R og-rwx ./
   patch -p1 < lockdir.patch
+  patch -p1 < ckermit-9.0.302-fix_build_with_glibc_2_28_and_earlier.patch
 }
 
 build() {


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

2020-10-14 Thread Felix Yan via arch-commits
Date: Wednesday, October 14, 2020 @ 22:14:26
  Author: felixonmars
Revision: 724019

archrelease: copy trunk to community-x86_64

Added:
  python-sqlalchemy/repos/community-x86_64/PKGBUILD
(from rev 724018, python-sqlalchemy/trunk/PKGBUILD)
  python-sqlalchemy/repos/community-x86_64/sqlite-3.30.patch
(from rev 724018, python-sqlalchemy/trunk/sqlite-3.30.patch)
Deleted:
  python-sqlalchemy/repos/community-x86_64/PKGBUILD
  python-sqlalchemy/repos/community-x86_64/sqlite-3.30.patch

---+
 PKGBUILD  |  122 ++--
 sqlite-3.30.patch |  100 +-
 2 files changed, 111 insertions(+), 111 deletions(-)

Deleted: PKGBUILD
===
--- PKGBUILD2020-10-14 22:14:11 UTC (rev 724018)
+++ PKGBUILD2020-10-14 22:14:26 UTC (rev 724019)
@@ -1,61 +0,0 @@
-# Maintainer: Angel Velasquez 
-# Maintainer: Felix Yan 
-# Contributor: Sébastien Luttringer 
-
-pkgbase=python-sqlalchemy
-pkgname=('python-sqlalchemy' 'python2-sqlalchemy')
-pkgver=1.3.19
-pkgrel=1
-arch=('x86_64') # python2 package contain .so
-url="https://www.sqlalchemy.org/;
-license=('MIT')
-makedepends=('python-setuptools' 'python2-setuptools')
-checkdepends=('python-pytest-runner' 'python2-pytest-runner' 
'python-pytest-xdist' 'python2-pytest-xdist' 'python-mock' 'python2-mock')
-source=("https://pypi.io/packages/source/S/SQLAlchemy/SQLAlchemy-$pkgver.tar.gz"{,.asc})
-validpgpkeys=('83AF7ACE251C13E6BB7DEFBD330239C1C4DAFEE1')
-sha512sums=('acd3d7c130970dfcc5792243b3f0f28f72b750bad0a3898358aeee9ac72ba38fd4298734ec481abf0fc5ebe1e1398c16672a6c327bac5b7821d08c67508690c8'
-'SKIP')
-
-prepare() {
-  cp -a SQLAlchemy-$pkgver SQLAlchemy2-$pkgver
-}
-
-build() {
-  cd "$srcdir"/SQLAlchemy-$pkgver
-  python setup.py build
-
-  cd "$srcdir"/SQLAlchemy2-$pkgver
-  python2 setup.py build
-}
-
-check() {
-  cd "$srcdir"/SQLAlchemy-$pkgver
-  python setup.py pytest
- 
-  cd "$srcdir"/SQLAlchemy2-$pkgver  
-  python2 setup.py pytest
-}
-
-package_python-sqlalchemy() {
-  pkgdesc='Python SQL toolkit and Object Relational Mapper'
-  depends=('python')
-  optdepends=('python-psycopg2: connect to PostgreSQL database')
-
-  cd SQLAlchemy-$pkgver
-  python setup.py install --root="${pkgdir}"
-  install -D -m644 LICENSE \
- "$pkgdir/usr/share/licenses/$pkgname/LICENSE"
-}
-
-package_python2-sqlalchemy() {
-  pkgdesc='Python 2 SQL toolkit and Object Relational Mapper'
-  depends=('python2')
-  optdepends=('python2-psycopg2: connect to PostgreSQL database')
-
-  cd SQLAlchemy2-$pkgver
-  python2 setup.py install --root="$pkgdir"
-  install -D -m644 LICENSE \
- "$pkgdir/usr/share/licenses/$pkgname/LICENSE"
-}
-
-# vim:set ts=2 sw=2 ft=sh et:

Copied: python-sqlalchemy/repos/community-x86_64/PKGBUILD (from rev 724018, 
python-sqlalchemy/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2020-10-14 22:14:26 UTC (rev 724019)
@@ -0,0 +1,61 @@
+# Maintainer: Angel Velasquez 
+# Maintainer: Felix Yan 
+# Contributor: Sébastien Luttringer 
+
+pkgbase=python-sqlalchemy
+pkgname=('python-sqlalchemy' 'python2-sqlalchemy')
+pkgver=1.3.20
+pkgrel=1
+arch=('x86_64') # python2 package contain .so
+url="https://www.sqlalchemy.org/;
+license=('MIT')
+makedepends=('python-setuptools' 'python2-setuptools')
+checkdepends=('python-pytest-runner' 'python2-pytest-runner' 
'python-pytest-xdist' 'python2-pytest-xdist' 'python-mock' 'python2-mock')
+source=("https://pypi.io/packages/source/S/SQLAlchemy/SQLAlchemy-$pkgver.tar.gz"{,.asc})
+validpgpkeys=('83AF7ACE251C13E6BB7DEFBD330239C1C4DAFEE1')
+sha512sums=('29c52ada1a66f906ed2563df2ab093eceb7c09de45749c96031f30a1512d20b1d698e00640c777169ef3db99ab012151770a3daea45a51df934269b554ff4b28'
+'SKIP')
+
+prepare() {
+  cp -a SQLAlchemy-$pkgver SQLAlchemy2-$pkgver
+}
+
+build() {
+  cd "$srcdir"/SQLAlchemy-$pkgver
+  python setup.py build
+
+  cd "$srcdir"/SQLAlchemy2-$pkgver
+  python2 setup.py build
+}
+
+check() {
+  cd "$srcdir"/SQLAlchemy-$pkgver
+  python setup.py pytest
+ 
+  cd "$srcdir"/SQLAlchemy2-$pkgver  
+  python2 setup.py pytest
+}
+
+package_python-sqlalchemy() {
+  pkgdesc='Python SQL toolkit and Object Relational Mapper'
+  depends=('python')
+  optdepends=('python-psycopg2: connect to PostgreSQL database')
+
+  cd SQLAlchemy-$pkgver
+  python setup.py install --root="${pkgdir}"
+  install -D -m644 LICENSE \
+ "$pkgdir/usr/share/licenses/$pkgname/LICENSE"
+}
+
+package_python2-sqlalchemy() {
+  pkgdesc='Python 2 SQL toolkit and Object Relational Mapper'
+  depends=('python2')
+  optdepends=('python2-psycopg2: connect to PostgreSQL database')
+
+  cd SQLAlchemy2-$pkgver
+  python2 setup.py install --root="$pkgdir"
+  install -D -m644 LICENSE \
+ "$pkgdir/usr/share/licenses/$pkgname/LICENSE"
+}
+
+# vim:set ts=2 sw=2 ft=sh 

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

2020-10-14 Thread Felix Yan via arch-commits
Date: Wednesday, October 14, 2020 @ 22:14:11
  Author: felixonmars
Revision: 724018

upgpkg: python-sqlalchemy 1.3.20-1

Modified:
  python-sqlalchemy/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2020-10-14 22:05:33 UTC (rev 724017)
+++ PKGBUILD2020-10-14 22:14:11 UTC (rev 724018)
@@ -4,7 +4,7 @@
 
 pkgbase=python-sqlalchemy
 pkgname=('python-sqlalchemy' 'python2-sqlalchemy')
-pkgver=1.3.19
+pkgver=1.3.20
 pkgrel=1
 arch=('x86_64') # python2 package contain .so
 url="https://www.sqlalchemy.org/;
@@ -13,7 +13,7 @@
 checkdepends=('python-pytest-runner' 'python2-pytest-runner' 
'python-pytest-xdist' 'python2-pytest-xdist' 'python-mock' 'python2-mock')
 
source=("https://pypi.io/packages/source/S/SQLAlchemy/SQLAlchemy-$pkgver.tar.gz"{,.asc})
 validpgpkeys=('83AF7ACE251C13E6BB7DEFBD330239C1C4DAFEE1')
-sha512sums=('acd3d7c130970dfcc5792243b3f0f28f72b750bad0a3898358aeee9ac72ba38fd4298734ec481abf0fc5ebe1e1398c16672a6c327bac5b7821d08c67508690c8'
+sha512sums=('29c52ada1a66f906ed2563df2ab093eceb7c09de45749c96031f30a1512d20b1d698e00640c777169ef3db99ab012151770a3daea45a51df934269b554ff4b28'
 'SKIP')
 
 prepare() {


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

2020-10-14 Thread Anatol Pomozov via arch-commits
Date: Wednesday, October 14, 2020 @ 22:05:14
  Author: anatolik
Revision: 724016

upgpkg: aarch64-linux-gnu-binutils 2.35.1-1

Modified:
  aarch64-linux-gnu-binutils/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2020-10-14 22:02:20 UTC (rev 724015)
+++ PKGBUILD2020-10-14 22:05:14 UTC (rev 724016)
@@ -2,7 +2,7 @@
 
 _target=aarch64-linux-gnu
 pkgname=$_target-binutils
-pkgver=2.35
+pkgver=2.35.1
 pkgrel=1
 pkgdesc='A set of programs to assemble and manipulate binary and object files 
for the ARM64 target'
 arch=(x86_64)
@@ -10,7 +10,7 @@
 license=(GPL)
 depends=(zlib)
 source=(https://ftp.gnu.org/gnu/binutils/binutils-$pkgver.tar.bz2{,.sig})
-sha1sums=('148cd8a885276b89aee37ed35927ff3949eaaba8'
+sha1sums=('df4eb943bf65df4bbbd0a001efcc98113423c5dd'
   'SKIP')
 validpgpkeys=('EAF1C276A747E9ED86210CBAC3126D3B4AE55E93'  # Tristan Gingold 

   '3A24BC1E8FB409FA9F14371813FCEF89DD9E3C4F') # Nick Clifton 
(Chief Binutils Maintainer) 


[arch-commits] Commit in aarch64-linux-gnu-binutils/repos/community-x86_64 (2 files)

2020-10-14 Thread Anatol Pomozov via arch-commits
Date: Wednesday, October 14, 2020 @ 22:05:33
  Author: anatolik
Revision: 724017

archrelease: copy trunk to community-x86_64

Added:
  aarch64-linux-gnu-binutils/repos/community-x86_64/PKGBUILD
(from rev 724016, aarch64-linux-gnu-binutils/trunk/PKGBUILD)
Deleted:
  aarch64-linux-gnu-binutils/repos/community-x86_64/PKGBUILD

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

Deleted: PKGBUILD
===
--- PKGBUILD2020-10-14 22:05:14 UTC (rev 724016)
+++ PKGBUILD2020-10-14 22:05:33 UTC (rev 724017)
@@ -1,65 +0,0 @@
-# Maintainer: Anatol Pomozov 
-
-_target=aarch64-linux-gnu
-pkgname=$_target-binutils
-pkgver=2.35
-pkgrel=1
-pkgdesc='A set of programs to assemble and manipulate binary and object files 
for the ARM64 target'
-arch=(x86_64)
-url='https://www.gnu.org/software/binutils/'
-license=(GPL)
-depends=(zlib)
-source=(https://ftp.gnu.org/gnu/binutils/binutils-$pkgver.tar.bz2{,.sig})
-sha1sums=('148cd8a885276b89aee37ed35927ff3949eaaba8'
-  'SKIP')
-validpgpkeys=('EAF1C276A747E9ED86210CBAC3126D3B4AE55E93'  # Tristan Gingold 

-  '3A24BC1E8FB409FA9F14371813FCEF89DD9E3C4F') # Nick Clifton 
(Chief Binutils Maintainer) 
-
-prepare() {
-  cd binutils-$pkgver
-  sed -i "/ac_cpp=/s/\$CPPFLAGS/\$CPPFLAGS -O2/" libiberty/configure
-}
-
-build() {
-  cd binutils-$pkgver
-
-  if [ "${CARCH}" != "i686" ];
-  then
-# enabling gold linker at i686 makes the install fail
-enable_gold='--enable-gold'
-  fi
-
-  ./configure --target=$_target \
-  --with-sysroot=/usr/$_target \
-  --prefix=/usr \
-  --disable-multilib \
-  --with-gnu-as \
-  --with-gnu-ld \
-  --disable-nls \
-  --enable-ld=default \
-  $enable_gold \
-  --enable-plugins \
-  --enable-deterministic-archives
-
-  make
-}
-
-check() {
-  cd binutils-$pkgver
-
-  # unset LDFLAGS as testsuite makes assumptions about which ones are active
-  # do not abort on errors - manually check log files
-  make -k LDFLAGS="" check || true
-}
-
-package() {
-  cd binutils-$pkgver
-
-  make DESTDIR="$pkgdir" install
-
-  # Remove file conflicting with host binutils and manpages for MS Windows 
tools
-  rm "$pkgdir"/usr/share/man/man1/$_target-{dlltool,windres,windmc}*
-
-  # Remove info documents that conflict with host version
-  rm -r "$pkgdir"/usr/share/info
-}

Copied: aarch64-linux-gnu-binutils/repos/community-x86_64/PKGBUILD (from rev 
724016, aarch64-linux-gnu-binutils/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2020-10-14 22:05:33 UTC (rev 724017)
@@ -0,0 +1,65 @@
+# Maintainer: Anatol Pomozov 
+
+_target=aarch64-linux-gnu
+pkgname=$_target-binutils
+pkgver=2.35.1
+pkgrel=1
+pkgdesc='A set of programs to assemble and manipulate binary and object files 
for the ARM64 target'
+arch=(x86_64)
+url='https://www.gnu.org/software/binutils/'
+license=(GPL)
+depends=(zlib)
+source=(https://ftp.gnu.org/gnu/binutils/binutils-$pkgver.tar.bz2{,.sig})
+sha1sums=('df4eb943bf65df4bbbd0a001efcc98113423c5dd'
+  'SKIP')
+validpgpkeys=('EAF1C276A747E9ED86210CBAC3126D3B4AE55E93'  # Tristan Gingold 

+  '3A24BC1E8FB409FA9F14371813FCEF89DD9E3C4F') # Nick Clifton 
(Chief Binutils Maintainer) 
+
+prepare() {
+  cd binutils-$pkgver
+  sed -i "/ac_cpp=/s/\$CPPFLAGS/\$CPPFLAGS -O2/" libiberty/configure
+}
+
+build() {
+  cd binutils-$pkgver
+
+  if [ "${CARCH}" != "i686" ];
+  then
+# enabling gold linker at i686 makes the install fail
+enable_gold='--enable-gold'
+  fi
+
+  ./configure --target=$_target \
+  --with-sysroot=/usr/$_target \
+  --prefix=/usr \
+  --disable-multilib \
+  --with-gnu-as \
+  --with-gnu-ld \
+  --disable-nls \
+  --enable-ld=default \
+  $enable_gold \
+  --enable-plugins \
+  --enable-deterministic-archives
+
+  make
+}
+
+check() {
+  cd binutils-$pkgver
+
+  # unset LDFLAGS as testsuite makes assumptions about which ones are active
+  # do not abort on errors - manually check log files
+  make -k LDFLAGS="" check || true
+}
+
+package() {
+  cd binutils-$pkgver
+
+  make DESTDIR="$pkgdir" install
+
+  # Remove file conflicting with host binutils and manpages for MS Windows 
tools
+  rm "$pkgdir"/usr/share/man/man1/$_target-{dlltool,windres,windmc}*
+
+  # Remove info documents that conflict with host version
+  rm -r "$pkgdir"/usr/share/info
+}


[arch-commits] Commit in arm-none-eabi-binutils/trunk (PKGBUILD)

2020-10-14 Thread Anatol Pomozov via arch-commits
Date: Wednesday, October 14, 2020 @ 22:02:01
  Author: anatolik
Revision: 724014

upgpkg: arm-none-eabi-binutils 2.35.1-1

Modified:
  arm-none-eabi-binutils/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2020-10-14 21:55:44 UTC (rev 724013)
+++ PKGBUILD2020-10-14 22:02:01 UTC (rev 724014)
@@ -3,7 +3,7 @@
 
 _target=arm-none-eabi
 pkgname=$_target-binutils
-pkgver=2.35
+pkgver=2.35.1
 pkgrel=1
 pkgdesc='A set of programs to assemble and manipulate binary and object files 
for the ARM EABI (bare-metal) target'
 arch=(x86_64)
@@ -11,7 +11,7 @@
 license=(GPL)
 depends=(zlib)
 source=(https://ftp.gnu.org/gnu/binutils/binutils-$pkgver.tar.bz2{,.sig})
-sha1sums=('148cd8a885276b89aee37ed35927ff3949eaaba8'
+sha1sums=('df4eb943bf65df4bbbd0a001efcc98113423c5dd'
   'SKIP')
 validpgpkeys=('EAF1C276A747E9ED86210CBAC3126D3B4AE55E93'  # Tristan Gingold 

   '3A24BC1E8FB409FA9F14371813FCEF89DD9E3C4F') # Nick Clifton 
(Chief Binutils Maintainer) 


[arch-commits] Commit in arm-none-eabi-binutils/repos/community-x86_64 (2 files)

2020-10-14 Thread Anatol Pomozov via arch-commits
Date: Wednesday, October 14, 2020 @ 22:02:20
  Author: anatolik
Revision: 724015

archrelease: copy trunk to community-x86_64

Added:
  arm-none-eabi-binutils/repos/community-x86_64/PKGBUILD
(from rev 724014, arm-none-eabi-binutils/trunk/PKGBUILD)
Deleted:
  arm-none-eabi-binutils/repos/community-x86_64/PKGBUILD

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

Deleted: PKGBUILD
===
--- PKGBUILD2020-10-14 22:02:01 UTC (rev 724014)
+++ PKGBUILD2020-10-14 22:02:20 UTC (rev 724015)
@@ -1,61 +0,0 @@
-# Maintainer: Anatol Pomozov 
-# Contributor: Martin Schmölzer 
-
-_target=arm-none-eabi
-pkgname=$_target-binutils
-pkgver=2.35
-pkgrel=1
-pkgdesc='A set of programs to assemble and manipulate binary and object files 
for the ARM EABI (bare-metal) target'
-arch=(x86_64)
-url='https://www.gnu.org/software/binutils/'
-license=(GPL)
-depends=(zlib)
-source=(https://ftp.gnu.org/gnu/binutils/binutils-$pkgver.tar.bz2{,.sig})
-sha1sums=('148cd8a885276b89aee37ed35927ff3949eaaba8'
-  'SKIP')
-validpgpkeys=('EAF1C276A747E9ED86210CBAC3126D3B4AE55E93'  # Tristan Gingold 

-  '3A24BC1E8FB409FA9F14371813FCEF89DD9E3C4F') # Nick Clifton 
(Chief Binutils Maintainer) 
-
-prepare() {
-  cd binutils-$pkgver
-  sed -i "/ac_cpp=/s/\$CPPFLAGS/\$CPPFLAGS -O2/" libiberty/configure
-}
-
-build() {
-  cd binutils-$pkgver
-
-  ./configure --target=$_target \
-  --with-sysroot=/usr/$_target \
-  --prefix=/usr \
-  --enable-multilib \
-  --enable-interwork \
-  --with-gnu-as \
-  --with-gnu-ld \
-  --disable-nls \
-  --enable-ld=default \
-  --enable-gold \
-  --enable-plugins \
-  --enable-deterministic-archives
-
-  make
-}
-
-check() {
-  cd binutils-$pkgver
-  
-  # unset LDFLAGS as testsuite makes assumptions about which ones are active
-  # do not abort on errors - manually check log files
-  make LDFLAGS="" -k check || true
-}
-
-package() {
-  cd binutils-$pkgver
-
-  make DESTDIR="$pkgdir" install
-
-  # Remove file conflicting with host binutils and manpages for MS Windows 
tools
-  rm "$pkgdir"/usr/share/man/man1/arm-none-eabi-{dlltool,windres,windmc}*
-
-  # Remove info documents that conflict with host version
-  rm -r "$pkgdir"/usr/share/info
-}

Copied: arm-none-eabi-binutils/repos/community-x86_64/PKGBUILD (from rev 
724014, arm-none-eabi-binutils/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2020-10-14 22:02:20 UTC (rev 724015)
@@ -0,0 +1,61 @@
+# Maintainer: Anatol Pomozov 
+# Contributor: Martin Schmölzer 
+
+_target=arm-none-eabi
+pkgname=$_target-binutils
+pkgver=2.35.1
+pkgrel=1
+pkgdesc='A set of programs to assemble and manipulate binary and object files 
for the ARM EABI (bare-metal) target'
+arch=(x86_64)
+url='https://www.gnu.org/software/binutils/'
+license=(GPL)
+depends=(zlib)
+source=(https://ftp.gnu.org/gnu/binutils/binutils-$pkgver.tar.bz2{,.sig})
+sha1sums=('df4eb943bf65df4bbbd0a001efcc98113423c5dd'
+  'SKIP')
+validpgpkeys=('EAF1C276A747E9ED86210CBAC3126D3B4AE55E93'  # Tristan Gingold 

+  '3A24BC1E8FB409FA9F14371813FCEF89DD9E3C4F') # Nick Clifton 
(Chief Binutils Maintainer) 
+
+prepare() {
+  cd binutils-$pkgver
+  sed -i "/ac_cpp=/s/\$CPPFLAGS/\$CPPFLAGS -O2/" libiberty/configure
+}
+
+build() {
+  cd binutils-$pkgver
+
+  ./configure --target=$_target \
+  --with-sysroot=/usr/$_target \
+  --prefix=/usr \
+  --enable-multilib \
+  --enable-interwork \
+  --with-gnu-as \
+  --with-gnu-ld \
+  --disable-nls \
+  --enable-ld=default \
+  --enable-gold \
+  --enable-plugins \
+  --enable-deterministic-archives
+
+  make
+}
+
+check() {
+  cd binutils-$pkgver
+  
+  # unset LDFLAGS as testsuite makes assumptions about which ones are active
+  # do not abort on errors - manually check log files
+  make LDFLAGS="" -k check || true
+}
+
+package() {
+  cd binutils-$pkgver
+
+  make DESTDIR="$pkgdir" install
+
+  # Remove file conflicting with host binutils and manpages for MS Windows 
tools
+  rm "$pkgdir"/usr/share/man/man1/arm-none-eabi-{dlltool,windres,windmc}*
+
+  # Remove info documents that conflict with host version
+  rm -r "$pkgdir"/usr/share/info
+}


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

2020-10-14 Thread Anatol Pomozov via arch-commits
Date: Wednesday, October 14, 2020 @ 21:55:44
  Author: anatolik
Revision: 724013

archrelease: copy trunk to community-x86_64

Added:
  avr-binutils/repos/community-x86_64/PKGBUILD
(from rev 724012, avr-binutils/trunk/PKGBUILD)
  avr-binutils/repos/community-x86_64/avr-size.patch
(from rev 724012, avr-binutils/trunk/avr-size.patch)
Deleted:
  avr-binutils/repos/community-x86_64/PKGBUILD
  avr-binutils/repos/community-x86_64/avr-size.patch

+
 PKGBUILD   |  174 +--
 avr-size.patch |  870 +++
 2 files changed, 522 insertions(+), 522 deletions(-)

Deleted: PKGBUILD
===
--- PKGBUILD2020-10-14 21:55:21 UTC (rev 724012)
+++ PKGBUILD2020-10-14 21:55:44 UTC (rev 724013)
@@ -1,87 +0,0 @@
-# Maintainer: schuay 
-# Contributor: Brad Fanella 
-# Contributor: Corrado Primier 
-# Contributor: danst0 
-
-# Build order: avr-binutils -> avr-gcc -> avr-libc
-
-pkgname=avr-binutils
-pkgver=2.35
-pkgrel=1
-pkgdesc="A set of programs to assemble and manipulate binary and object files 
for the AVR architecture"
-arch=('x86_64')
-url="https://www.gnu.org/software/binutils/;
-license=('GPL')
-depends=('glibc>=2.17' 'zlib' 'binutils')
-options=('!distcc' '!ccache')
-source=(https://ftp.gnu.org/gnu/binutils/binutils-${pkgver}.tar.bz2{,.sig}
-avr-size.patch)
-sha1sums=('148cd8a885276b89aee37ed35927ff3949eaaba8'
-  'SKIP'
-  'bb820f761fbbe7379ddf8e75235866c44591c899')
-validpgpkeys=('EAF1C276A747E9ED86210CBAC3126D3B4AE55E93'  # Tristan Gingold 

-  '3A24BC1E8FB409FA9F14371813FCEF89DD9E3C4F') # Nick Clifton 
(Chief Binutils Maintainer) 
-
-_builddir=binutils-build
-
-prepare() {
-cd "${srcdir}"/binutils-${pkgver}
-
-# See https://bugs.archlinux.org/task/32504
-# And https://bugs.archlinux.org/task/40986
-patch -p1 < "${srcdir}"/avr-size.patch
-
-# https://bugs.archlinux.org/task/34629
-sed -i "/ac_cpp=/s/\$CPPFLAGS/\$CPPFLAGS -O2/" libiberty/configure
-
-rm -rf "${srcdir}"/${_builddir}
-mkdir "${srcdir}"/${_builddir}
-}
-
-build() {
-cd "${srcdir}"/binutils-${pkgver}
-
-config_guess=$(./config.guess)
-
-cd "${srcdir}"/${_builddir}
-
-"${srcdir}"/binutils-${pkgver}/configure \
---prefix=/usr \
---with-lib-path=/usr/lib:/usr/local/lib \
---with-bugurl=https://bugs.archlinux.org/ \
---enable-ld=default \
---enable-gold \
---enable-plugins \
---enable-threads \
---with-pic \
---enable-shared \
---disable-werror \
---disable-multilib \
---build=${config_guess} \
---target=avr \
-$CONFIGFLAG
-
-# This checks the host environment and makes sure all the necessary tools 
are available to compile Binutils.
-make configure-host
-
-make tooldir=/usr
-}
-
-package() {
-cd "${srcdir}"/${_builddir}
-
-make prefix="${pkgdir}"/usr tooldir="${pkgdir}"/usr install
-
-for bin in ar as nm objcopy objdump ranlib strip readelf; do
-rm -f "${pkgdir}"/usr/bin/${bin}
-done
-
-for info in as bfd binutils gprof ld; do
-mv "${pkgdir}"/usr/share/info/${info}.info 
"${pkgdir}"/usr/share/info/avr-${info}.info
-done
-
-rm -r "${pkgdir}"/usr/share/locale
-
-rm -r "${pkgdir}"/usr/lib/libctf*
-rm -r "${pkgdir}"/usr/include/{ctf.h,ctf-api.h}
-}

Copied: avr-binutils/repos/community-x86_64/PKGBUILD (from rev 724012, 
avr-binutils/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2020-10-14 21:55:44 UTC (rev 724013)
@@ -0,0 +1,87 @@
+# Maintainer: schuay 
+# Contributor: Brad Fanella 
+# Contributor: Corrado Primier 
+# Contributor: danst0 
+
+# Build order: avr-binutils -> avr-gcc -> avr-libc
+
+pkgname=avr-binutils
+pkgver=2.35.1
+pkgrel=1
+pkgdesc="A set of programs to assemble and manipulate binary and object files 
for the AVR architecture"
+arch=('x86_64')
+url="https://www.gnu.org/software/binutils/;
+license=('GPL')
+depends=('glibc>=2.17' 'zlib' 'binutils')
+options=('!distcc' '!ccache')
+source=(https://ftp.gnu.org/gnu/binutils/binutils-${pkgver}.tar.bz2{,.sig}
+avr-size.patch)
+sha1sums=('df4eb943bf65df4bbbd0a001efcc98113423c5dd'
+  'SKIP'
+  'bb820f761fbbe7379ddf8e75235866c44591c899')
+validpgpkeys=('EAF1C276A747E9ED86210CBAC3126D3B4AE55E93'  # Tristan Gingold 

+  '3A24BC1E8FB409FA9F14371813FCEF89DD9E3C4F') # Nick Clifton 
(Chief Binutils Maintainer) 
+
+_builddir=binutils-build
+
+prepare() {
+cd "${srcdir}"/binutils-${pkgver}
+
+# See https://bugs.archlinux.org/task/32504
+# And https://bugs.archlinux.org/task/40986
+patch -p1 < "${srcdir}"/avr-size.patch
+
+# https://bugs.archlinux.org/task/34629
+sed -i "/ac_cpp=/s/\$CPPFLAGS/\$CPPFLAGS -O2/" libiberty/configure
+
+rm -rf 

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

2020-10-14 Thread Anatol Pomozov via arch-commits
Date: Wednesday, October 14, 2020 @ 21:55:21
  Author: anatolik
Revision: 724012

upgpkg: avr-binutils 2.35.1-1

Modified:
  avr-binutils/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2020-10-14 21:31:59 UTC (rev 724011)
+++ PKGBUILD2020-10-14 21:55:21 UTC (rev 724012)
@@ -6,7 +6,7 @@
 # Build order: avr-binutils -> avr-gcc -> avr-libc
 
 pkgname=avr-binutils
-pkgver=2.35
+pkgver=2.35.1
 pkgrel=1
 pkgdesc="A set of programs to assemble and manipulate binary and object files 
for the AVR architecture"
 arch=('x86_64')
@@ -16,7 +16,7 @@
 options=('!distcc' '!ccache')
 source=(https://ftp.gnu.org/gnu/binutils/binutils-${pkgver}.tar.bz2{,.sig}
 avr-size.patch)
-sha1sums=('148cd8a885276b89aee37ed35927ff3949eaaba8'
+sha1sums=('df4eb943bf65df4bbbd0a001efcc98113423c5dd'
   'SKIP'
   'bb820f761fbbe7379ddf8e75235866c44591c899')
 validpgpkeys=('EAF1C276A747E9ED86210CBAC3126D3B4AE55E93'  # Tristan Gingold 



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

2020-10-14 Thread Kpcyrd via arch-commits
Date: Wednesday, October 14, 2020 @ 21:31:59
  Author: kpcyrd
Revision: 724011

archrelease: copy trunk to community-x86_64

Added:
  monero-gui/repos/community-x86_64/PKGBUILD
(from rev 724010, monero-gui/trunk/PKGBUILD)
  monero-gui/repos/community-x86_64/monero-gui.desktop
(from rev 724010, monero-gui/trunk/monero-gui.desktop)
Deleted:
  monero-gui/repos/community-x86_64/PKGBUILD
  monero-gui/repos/community-x86_64/monero-gui.desktop

+
 PKGBUILD   |  137 ---
 monero-gui.desktop |   30 +--
 2 files changed, 82 insertions(+), 85 deletions(-)

Deleted: PKGBUILD
===
--- PKGBUILD2020-10-14 21:31:48 UTC (rev 724010)
+++ PKGBUILD2020-10-14 21:31:59 UTC (rev 724011)
@@ -1,70 +0,0 @@
-# Maintainer: kpcyrd 
-
-pkgname=monero-gui
-pkgver=0.17.0.1
-_commit=afc2e846fd280248610ab56eb5e39966f0305d5d
-pkgrel=1
-pkgdesc="QT GUI wallet for Monero: the secure, private, untraceable 
peer-to-peer currency"
-license=('BSD')
-arch=('x86_64')
-url="https://getmonero.org/;
-depends=('monero' 'boost-libs' 'libunwind' 'openssl' 'readline' 'zeromq' 
'pcsclite' 'hidapi' 'unbound' 'hicolor-icon-theme'
-'qt5-base' 'qt5-declarative' 'qt5-graphicaleffects' 'qt5-quickcontrols' 
'qt5-quickcontrols2' 'qt5-svg' 'qt5-xmlpatterns')
-makedepends=('git' 'cmake' 'boost' 'qt5-tools')
-source=(
-"git+https://github.com/monero-project/monero-gui?signed#commit=${_commit};
-"git+https://github.com/monero-project/monero;
-"git+https://github.com/monero-project/unbound.git;
-"git+https://github.com/monero-project/miniupnp.git;
-"git+https://github.com/Tencent/rapidjson.git;
-"git+https://github.com/trezor/trezor-common.git;
-"git+https://github.com/tevador/randomx.git;
-"git+https://github.com/monero-project/supercop.git;
-
"https://github.com/monero-project/monero-gui/commit/6ed536982953d870010d8fa065dccbffeb6cae50.patch;
-"monero-gui.desktop"
-)
-sha512sums=('SKIP'
-'SKIP'
-'SKIP'
-'SKIP'
-'SKIP'
-'SKIP'
-'SKIP'
-'SKIP'
-
'dcc0004ffdb7f73899dcb70e233608c24346599286af5bbfb36f603e3c51208f1a474e92a9aa4e4fd70c3eee9a5d259e97c813aa55d179e499e139b630b418d3'
-
'8aa10a47c3217e5bf12bb40a02828bb75cb38e4b5b124a8b05e487e7d3212c132911d5025193d4a7d984aebef94177dee42acf958c11a18b99fd13e872a771e8')
-validpgpkeys=('8777AB8F778EE89487A2F8E7F4ACA0183641E010') # luigi 

-
-prepare() {
-  cd "${pkgname}"
-  patch -Np1 < ../6ed536982953d870010d8fa065dccbffeb6cae50.patch
-  git submodule init
-  git config submodule.monero.url "$srcdir/monero"
-  git submodule update
-  cd monero
-  git config submodule.external/unbound.url "$srcdir/unbound"
-  git config submodule.external/miniupnp.url "$srcdir/miniupnp"
-  git config submodule.external/rapidjson.url "$srcdir/rapidjson"
-  git config submodule.external/trezor-common.url "$srcdir/trezor-common"
-  git config submodule.external/randomx.url "$srcdir/randomx"
-  git config submodule.external/supercop.url "$srcdir/supercop"
-  git submodule update
-}
-
-build() {
-  cd "${pkgname}"
-  ARCH=default make release
-}
-
-package() {
-  cd "${pkgname}"
-  install -Dm755 build/release/bin/monero-wallet-gui -t "${pkgdir}/usr/bin"
-  install -Dm644 LICENSE -t "${pkgdir}/usr/share/licenses/${pkgname}"
-
-  install -Dm644 ../monero-gui.desktop -t "${pkgdir}/usr/share/applications"
-  for x in 16 24 32 48 64 96 128 256; do
-install -Dm644 "images/appicons/${x}x${x}.png" 
"${pkgdir}/usr/share/icons/hicolor/${x}x${x}/apps/monero-gui.png"
-  done
-}
-
-# vim: ts=2 sw=2 et:

Copied: monero-gui/repos/community-x86_64/PKGBUILD (from rev 724010, 
monero-gui/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2020-10-14 21:31:59 UTC (rev 724011)
@@ -0,0 +1,67 @@
+# Maintainer: kpcyrd 
+
+pkgname=monero-gui
+pkgver=0.17.1.0
+_commit=cb1f3ad0ce228b9c272df76838754e303b074a32
+pkgrel=1
+pkgdesc="QT GUI wallet for Monero: the secure, private, untraceable 
peer-to-peer currency"
+license=('BSD')
+arch=('x86_64')
+url="https://getmonero.org/;
+depends=('monero' 'boost-libs' 'libunwind' 'openssl' 'readline' 'zeromq' 
'pcsclite' 'hidapi' 'unbound' 'hicolor-icon-theme'
+'qt5-base' 'qt5-declarative' 'qt5-graphicaleffects' 'qt5-quickcontrols' 
'qt5-quickcontrols2' 'qt5-svg' 'qt5-xmlpatterns')
+makedepends=('git' 'cmake' 'boost' 'qt5-tools')
+source=(
+"git+https://github.com/monero-project/monero-gui?signed#commit=${_commit};
+"git+https://github.com/monero-project/monero;
+"git+https://github.com/monero-project/unbound.git;
+"git+https://github.com/monero-project/miniupnp.git;
+"git+https://github.com/Tencent/rapidjson.git;
+"git+https://github.com/trezor/trezor-common.git;
+

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

2020-10-14 Thread Kpcyrd via arch-commits
Date: Wednesday, October 14, 2020 @ 21:31:48
  Author: kpcyrd
Revision: 724010

upgpkg: monero-gui 0.17.1.0-1

Modified:
  monero-gui/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2020-10-14 21:25:28 UTC (rev 724009)
+++ PKGBUILD2020-10-14 21:31:48 UTC (rev 724010)
@@ -1,8 +1,8 @@
 # Maintainer: kpcyrd 
 
 pkgname=monero-gui
-pkgver=0.17.0.1
-_commit=afc2e846fd280248610ab56eb5e39966f0305d5d
+pkgver=0.17.1.0
+_commit=cb1f3ad0ce228b9c272df76838754e303b074a32
 pkgrel=1
 pkgdesc="QT GUI wallet for Monero: the secure, private, untraceable 
peer-to-peer currency"
 license=('BSD')
@@ -20,7 +20,6 @@
 "git+https://github.com/trezor/trezor-common.git;
 "git+https://github.com/tevador/randomx.git;
 "git+https://github.com/monero-project/supercop.git;
-
"https://github.com/monero-project/monero-gui/commit/6ed536982953d870010d8fa065dccbffeb6cae50.patch;
 "monero-gui.desktop"
 )
 sha512sums=('SKIP'
@@ -31,13 +30,11 @@
 'SKIP'
 'SKIP'
 'SKIP'
-
'dcc0004ffdb7f73899dcb70e233608c24346599286af5bbfb36f603e3c51208f1a474e92a9aa4e4fd70c3eee9a5d259e97c813aa55d179e499e139b630b418d3'
 
'8aa10a47c3217e5bf12bb40a02828bb75cb38e4b5b124a8b05e487e7d3212c132911d5025193d4a7d984aebef94177dee42acf958c11a18b99fd13e872a771e8')
 validpgpkeys=('8777AB8F778EE89487A2F8E7F4ACA0183641E010') # luigi 

 
 prepare() {
   cd "${pkgname}"
-  patch -Np1 < ../6ed536982953d870010d8fa065dccbffeb6cae50.patch
   git submodule init
   git config submodule.monero.url "$srcdir/monero"
   git submodule update


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

2020-10-14 Thread Kpcyrd via arch-commits
Date: Wednesday, October 14, 2020 @ 21:25:28
  Author: kpcyrd
Revision: 724009

archrelease: copy trunk to community-x86_64

Added:
  monero/repos/community-x86_64/PKGBUILD
(from rev 724008, monero/trunk/PKGBUILD)
  monero/repos/community-x86_64/monero.sysusers
(from rev 724008, monero/trunk/monero.sysusers)
  monero/repos/community-x86_64/monero.tmpfiles
(from rev 724008, monero/trunk/monero.tmpfiles)
Deleted:
  monero/repos/community-x86_64/PKGBUILD
  monero/repos/community-x86_64/monero.sysusers
  monero/repos/community-x86_64/monero.tmpfiles

-+
 PKGBUILD|  155 +++---
 monero.sysusers |2 
 monero.tmpfiles |2 
 3 files changed, 80 insertions(+), 79 deletions(-)

Deleted: PKGBUILD
===
--- PKGBUILD2020-10-14 21:25:08 UTC (rev 724008)
+++ PKGBUILD2020-10-14 21:25:28 UTC (rev 724009)
@@ -1,77 +0,0 @@
-# Maintainer: kpcyrd 
-
-pkgname=monero
-pkgver=0.17.0.1
-_commit=1a9a984d2631b7f01637d8119c55f8effd24f72c
-pkgrel=1
-pkgdesc="Monero: the secure, private, untraceable peer-to-peer currency"
-license=('BSD')
-arch=('x86_64')
-url="https://getmonero.org/;
-depends=('boost-libs' 'libunwind' 'openssl' 'readline' 'zeromq' 'pcsclite' 
'hidapi' 'protobuf')
-makedepends=('git' 'cmake' 'boost')
-source=(
-
"${pkgname}"::"git+https://github.com/monero-project/monero#commit=${_commit};
-"git+https://github.com/monero-project/unbound.git;
-"git+https://github.com/monero-project/miniupnp.git;
-"git+https://github.com/Tencent/rapidjson.git;
-"git+https://github.com/trezor/trezor-common.git;
-"git+https://github.com/tevador/randomx.git;
-"monero.sysusers"
-"monero.tmpfiles")
-sha512sums=('SKIP'
-'SKIP'
-'SKIP'
-'SKIP'
-'SKIP'
-'SKIP'
-
'2e4ecf3f305dab46e166f50c0451dd969927b485df544aebcf8115a65444573e6d57a8ac6bea64ce5ab4b5cce2c70f913d9ac3bce561c59acf89851edc76a22c'
-
'ae3c300548e6ba5fdf6a203146e5dcaf1955c3e19820c0bb3a73bb70ec5629a3af00d43dac95b6f3832ded5c480e872d829981a63206016d4a64f3940b713357')
-
-prepare() {
-  cd "${pkgname}"
-  git submodule init
-  git config submodule.external/unbound.url "$srcdir/unbound"
-  git config submodule.external/miniupnp.url "$srcdir/miniupnp"
-  git config submodule.external/rapidjson.url "$srcdir/rapidjson"
-  git config submodule.external/trezor-common.url "$srcdir/trezor-common"
-  git config submodule.external/randomx.url "$srcdir/randomx"
-  git submodule update
-}
-
-build() {
-  cd "${pkgname}"
-  mkdir -p build && cd build
-  cmake -D BUILD_TESTS=ON -D CMAKE_BUILD_TYPE=release -D ARCH=default ../
-  make
-}
-
-package() {
-  backup=('etc/monerod.conf')
-
-  cd "${pkgname}"
-  install -Dm644 "LICENSE" -t "${pkgdir}/usr/share/licenses/${pkgname}"
-
-  install -Dm644 "utils/conf/monerod.conf" "${pkgdir}/etc/monerod.conf"
-  install -Dm644 "utils/systemd/monerod.service" 
"${pkgdir}/usr/lib/systemd/system/monerod.service"
-  install -Dm644 "../monero.sysusers" 
"${pkgdir}/usr/lib/sysusers.d/monero.conf"
-  install -Dm644 "../monero.tmpfiles" 
"${pkgdir}/usr/lib/tmpfiles.d/monero.conf"
-
-  install -Dm755 "build/bin/monero-blockchain-ancestry" \
- "build/bin/monero-blockchain-depth" \
- "build/bin/monero-blockchain-export" \
- "build/bin/monero-blockchain-import" \
- "build/bin/monero-blockchain-mark-spent-outputs" \
- "build/bin/monero-blockchain-prune" \
- "build/bin/monero-blockchain-prune-known-spent-data" \
- "build/bin/monero-blockchain-stats" \
- "build/bin/monero-blockchain-usage" \
- "build/bin/monero-gen-ssl-cert" \
- "build/bin/monero-gen-trusted-multisig" \
- "build/bin/monero-wallet-cli" \
- "build/bin/monero-wallet-rpc" \
- "build/bin/monerod" \
- -t "${pkgdir}/usr/bin"
-}
-
-# vim: ts=2 sw=2 et:

Copied: monero/repos/community-x86_64/PKGBUILD (from rev 724008, 
monero/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2020-10-14 21:25:28 UTC (rev 724009)
@@ -0,0 +1,78 @@
+# Maintainer: kpcyrd 
+
+pkgname=monero
+pkgver=0.17.1.0
+_commit=4d855fcca7db286484c256d85619c051a55592ad
+pkgrel=1
+pkgdesc="Monero: the secure, private, untraceable peer-to-peer currency"
+license=('BSD')
+arch=('x86_64')
+url="https://getmonero.org/;
+depends=('boost-libs' 'libunwind' 'openssl' 'readline' 'zeromq' 'pcsclite' 
'hidapi' 'protobuf')
+makedepends=('git' 'cmake' 'boost')
+source=(
+
"${pkgname}"::"git+https://github.com/monero-project/monero?signed#commit=${_commit};
+"git+https://github.com/monero-project/unbound.git;
+"git+https://github.com/monero-project/miniupnp.git;
+

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

2020-10-14 Thread Kpcyrd via arch-commits
Date: Wednesday, October 14, 2020 @ 21:25:08
  Author: kpcyrd
Revision: 724008

upgpkg: monero 0.17.1.0-1

Modified:
  monero/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2020-10-14 21:21:57 UTC (rev 724007)
+++ PKGBUILD2020-10-14 21:25:08 UTC (rev 724008)
@@ -1,8 +1,8 @@
 # Maintainer: kpcyrd 
 
 pkgname=monero
-pkgver=0.17.0.1
-_commit=1a9a984d2631b7f01637d8119c55f8effd24f72c
+pkgver=0.17.1.0
+_commit=4d855fcca7db286484c256d85619c051a55592ad
 pkgrel=1
 pkgdesc="Monero: the secure, private, untraceable peer-to-peer currency"
 license=('BSD')
@@ -11,7 +11,7 @@
 depends=('boost-libs' 'libunwind' 'openssl' 'readline' 'zeromq' 'pcsclite' 
'hidapi' 'protobuf')
 makedepends=('git' 'cmake' 'boost')
 source=(
-
"${pkgname}"::"git+https://github.com/monero-project/monero#commit=${_commit};
+
"${pkgname}"::"git+https://github.com/monero-project/monero?signed#commit=${_commit};
 "git+https://github.com/monero-project/unbound.git;
 "git+https://github.com/monero-project/miniupnp.git;
 "git+https://github.com/Tencent/rapidjson.git;
@@ -27,6 +27,7 @@
 'SKIP'
 
'2e4ecf3f305dab46e166f50c0451dd969927b485df544aebcf8115a65444573e6d57a8ac6bea64ce5ab4b5cce2c70f913d9ac3bce561c59acf89851edc76a22c'
 
'ae3c300548e6ba5fdf6a203146e5dcaf1955c3e19820c0bb3a73bb70ec5629a3af00d43dac95b6f3832ded5c480e872d829981a63206016d4a64f3940b713357')
+validpgpkeys=('8777AB8F778EE89487A2F8E7F4ACA0183641E010') # luigi 

 
 prepare() {
   cd "${pkgname}"


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

2020-10-14 Thread Felix Yan via arch-commits
Date: Wednesday, October 14, 2020 @ 21:19:55
  Author: felixonmars
Revision: 724002

archrelease: copy trunk to community-staging-x86_64

Added:
  cryptol/repos/community-staging-x86_64/
  cryptol/repos/community-staging-x86_64/PKGBUILD
(from rev 724001, cryptol/trunk/PKGBUILD)

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

Copied: cryptol/repos/community-staging-x86_64/PKGBUILD (from rev 724001, 
cryptol/trunk/PKGBUILD)
===
--- community-staging-x86_64/PKGBUILD   (rev 0)
+++ community-staging-x86_64/PKGBUILD   2020-10-14 21:19:55 UTC (rev 724002)
@@ -0,0 +1,42 @@
+# Maintainer: Felix Yan 
+
+pkgname=cryptol
+pkgver=2.9.1
+pkgrel=23
+pkgdesc="The Language of Cryptography"
+url="https://www.cryptol.net;
+license=("BSD")
+arch=('x86_64')
+depends=('ghc-libs' 'z3' 'haskell-async' 'haskell-base-compat' 
'haskell-bv-sized'
+ 'haskell-cryptohash-sha1' 'haskell-exceptions' 'haskell-gitrev' 
'haskell-graphscc'
+ 'haskell-heredoc' 'haskell-libbf' 'haskell-monad-control' 
'haskell-monadlib'
+ 'haskell-parameterized-utils' 'haskell-panic' 'haskell-random' 
'haskell-sbv8.7'
+ 'haskell-simple-smt' 'haskell-strict' 'haskell-tf-random' 
'haskell-transformers-base'
+ 'haskell-what4' 'haskell-ansi-terminal' 'haskell-blaze-html')
+makedepends=('ghc' 'alex' 'happy')
+source=("$pkgname-$pkgver.tar.gz::https://github.com/GaloisInc/cryptol/archive/$pkgver.tar.gz;)
+sha512sums=('42c9058035f30e27dc30a17e901df87072939a84867cd2723ecf9e67e51cc53a308c38369dd7353bd2df043baa5f9f94c34a94ac52bcd6b45bfad8a67810f975')
+
+build() {
+cd "${srcdir}/${pkgname}-${pkgver}"
+
+runhaskell Setup configure -O --enable-shared --enable-executable-dynamic 
--disable-library-vanilla \
+--prefix=/usr --docdir="/usr/share/doc/${pkgname}" 
--datasubdir="$pkgname" \
+--dynlibdir=/usr/lib --libsubdir=\$compiler/site-local/\$pkgid \
+-f-static -f-relocatable --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
+}
+
+package() {
+cd "${srcdir}/${pkgname}-${pkgver}"
+
+install -D -m744 register.sh   
"${pkgdir}/usr/share/haskell/register/${pkgname}.sh"
+install -D -m744 unregister.sh 
"${pkgdir}/usr/share/haskell/unregister/${pkgname}.sh"
+runhaskell Setup copy --destdir="${pkgdir}"
+install -D -m644 LICENSE "$pkgdir"/usr/share/licenses/$pkgname/LICENSE
+rm -f "$pkgdir"/usr/share/doc/$pkgname/LICENSE
+}


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

2020-10-14 Thread Felix Yan via arch-commits
Date: Wednesday, October 14, 2020 @ 21:19:45
  Author: felixonmars
Revision: 724001

upgpkg: cryptol 2.9.1-23: rebuild with tasty-ant-xml 1.1.7

Modified:
  cryptol/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2020-10-14 21:17:25 UTC (rev 724000)
+++ PKGBUILD2020-10-14 21:19:45 UTC (rev 724001)
@@ -2,7 +2,7 @@
 
 pkgname=cryptol
 pkgver=2.9.1
-pkgrel=22
+pkgrel=23
 pkgdesc="The Language of Cryptography"
 url="https://www.cryptol.net;
 license=("BSD")


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

2020-10-14 Thread Felix Yan via arch-commits
Date: Wednesday, October 14, 2020 @ 21:17:25
  Author: felixonmars
Revision: 724000

archrelease: copy trunk to community-staging-x86_64

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

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

Copied: haskell-what4/repos/community-staging-x86_64/PKGBUILD (from rev 723999, 
haskell-what4/trunk/PKGBUILD)
===
--- community-staging-x86_64/PKGBUILD   (rev 0)
+++ community-staging-x86_64/PKGBUILD   2020-10-14 21:17:25 UTC (rev 724000)
@@ -0,0 +1,57 @@
+# Maintainer: Felix Yan 
+
+_hkgname=what4
+pkgname=haskell-what4
+pkgver=1.0
+pkgrel=44
+pkgdesc="Solver-agnostic symbolic values support for issuing queries"
+url="https://github.com/GaloisInc/what4;
+license=('BSD')
+arch=('x86_64')
+depends=('ghc-libs' 'haskell-attoparsec' 'haskell-ansi-wl-pprint' 
'haskell-bimap'
+ 'haskell-bifunctors' 'haskell-bv-sized' 'haskell-deriving-compat'
+ 'haskell-data-binary-ieee754' 'haskell-extra' 'haskell-fingertree' 
'haskell-hashable'
+ 'haskell-hashtables' 'haskell-io-streams' 'haskell-lens' 
'haskell-panic'
+ 'haskell-parameterized-utils' 'haskell-scientific' 'haskell-temporary'
+ 'haskell-th-abstraction' 'haskell-unordered-containers' 
'haskell-utf8-string'
+ 'haskell-vector' 'haskell-versions' 'haskell-zenc')
+makedepends=('ghc' 'haskell-hedgehog' 'haskell-quickcheck' 'haskell-tasty' 
'haskell-tasty-hedgehog'
+ 'haskell-tasty-hunit' 'haskell-tasty-quickcheck')
+checkdepends=('cvc4' 'yices' 'z3')
+optdepends=('cvc4' 'yices' 'z3')
+source=(https://hackage.haskell.org/packages/archive/${_hkgname}/${pkgver}/${_hkgname}-${pkgver}.tar.gz)
+sha512sums=('fcfb36322d3cd82fa5c013d404cbe8c7c8e52dc8e1b8b530df8c1c174d67327e9a48ba1a4c0714d87925eecd69713b341c4c96055693d2b6788a0c6bf7fc56a9')
+
+prepare() {
+cd $_hkgname-$pkgver
+echo -e "import Distribution.Simple\nmain = defaultMain" > Setup.hs
+}
+
+build() {
+cd $_hkgname-$pkgver
+
+runhaskell Setup configure -O --enable-shared --enable-executable-dynamic 
--disable-library-vanilla \
+--prefix=/usr --docdir=/usr/share/doc/$pkgname --enable-tests \
+--dynlibdir=/usr/lib --libsubdir=\$compiler/site-local/\$pkgid
+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
+# https://github.com/GaloisInc/what4/issues/67
+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 "$pkgdir"/usr/share/licenses/$pkgname/LICENSE
+rm -f "$pkgdir"/usr/share/doc/$pkgname/LICENSE
+}


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

2020-10-14 Thread Felix Yan via arch-commits
Date: Wednesday, October 14, 2020 @ 21:17:14
  Author: felixonmars
Revision: 723999

upgpkg: haskell-what4 1.0-44: rebuild with tasty-ant-xml 1.1.7

Modified:
  haskell-what4/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2020-10-14 21:15:27 UTC (rev 723998)
+++ PKGBUILD2020-10-14 21:17:14 UTC (rev 723999)
@@ -3,7 +3,7 @@
 _hkgname=what4
 pkgname=haskell-what4
 pkgver=1.0
-pkgrel=43
+pkgrel=44
 pkgdesc="Solver-agnostic symbolic values support for issuing queries"
 url="https://github.com/GaloisInc/what4;
 license=('BSD')


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

2020-10-14 Thread NicoHood via arch-commits
Date: Wednesday, October 14, 2020 @ 21:15:23
  Author: nicohood
Revision: 723997

upgpkg: arc-gtk-theme 20201013-1

Modified:
  arc-gtk-theme/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2020-10-14 21:12:26 UTC (rev 723996)
+++ PKGBUILD2020-10-14 21:15:23 UTC (rev 723997)
@@ -8,8 +8,8 @@
 _pkgname=arc-theme
 pkgname=('arc-gtk-theme' 'arc-solid-gtk-theme')
 pkgdesc="A flat theme with transparent elements for GTK 3, GTK 2 and 
Gnome-Shell"
-pkgver=20200819
-pkgrel=2
+pkgver=20201013
+pkgrel=1
 arch=('any')
 # Upstream url: https://github.com/horst3180/arc-theme
 # Now using soft fork: https://github.com/jnsh/arc-theme/issues/18
@@ -22,14 +22,11 @@
 
 
source=("${pkgname}-${pkgver}.tar.xz::${url}/releases/download/${pkgver}/${_pkgname}-${pkgver}.tar.xz"
 
"${pkgname}-${pkgver}.tar.xz.sig::${url}/releases/download/${pkgver}/${_pkgname}-${pkgver}.tar.xz.asc")
-sha512sums=('bedff15a195c21934a813ca600b88ced81c3db66b7c25ab75b7193998a89338a7888711abb213877210a62d2460300bc32d40402bdd1f6c4d8fa903999eb1b0e'
+sha512sums=('c1c70c80935af2b1f3c7c9bf79ee72d5fba907fd03caadecf96d6fd796bf70d325bbb16dbe93f95d9a63eff748c7d90bcb0bf837e446e5c2770cfdccb131f45c'
 'SKIP')
 validpgpkeys=('31743CDF250EF641E57503E5FAEDBC4FB5AA3B17')
 
 prepare() {
-# Fix 
https://github.com/jnsh/arc-theme/commit/2c726e439b1f157f9a2f54955e51a8c9900ff41a?branch=2c726e439b1f157f9a2f54955e51a8c9900ff41a=unified
-echo '@define-color text_view_bg #{"" + $base_color};' >> 
${_pkgname}-${pkgver}/common/gtk-3.0/3.24/sass/_colors-public.scss
-
 cp -a ${_pkgname}-${pkgver}{,-solid}
 }
 


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

2020-10-14 Thread NicoHood via arch-commits
Date: Wednesday, October 14, 2020 @ 21:15:27
  Author: nicohood
Revision: 723998

archrelease: copy trunk to community-any

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

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

Deleted: PKGBUILD
===
--- PKGBUILD2020-10-14 21:15:23 UTC (rev 723997)
+++ PKGBUILD2020-10-14 21:15:27 UTC (rev 723998)
@@ -1,57 +0,0 @@
-# Maintainer: NicoHood 
-# PGP ID: 97312D5EB9D7AE7D0BD4307351DAE9B7C1AE9161
-# Contributor: zach 
-# Contributor: Gordian Edenhofer 
-
-pkgbase=arc-gtk-theme
-_pkgname=arc-theme
-pkgname=('arc-gtk-theme' 'arc-solid-gtk-theme')
-pkgdesc="A flat theme with transparent elements for GTK 3, GTK 2 and 
Gnome-Shell"
-pkgver=20200819
-pkgrel=2
-arch=('any')
-# Upstream url: https://github.com/horst3180/arc-theme
-# Now using soft fork: https://github.com/jnsh/arc-theme/issues/18
-url="https://github.com/jnsh/arc-theme;
-license=('GPL3')
-optdepends=('arc-icon-theme: recommended icon theme'
-'gtk-engine-murrine: for gtk2 themes'
-'gnome-themes-standard: for gtk2 themes')
-makedepends=('sassc' 'optipng' 'inkscape')
-
-source=("${pkgname}-${pkgver}.tar.xz::${url}/releases/download/${pkgver}/${_pkgname}-${pkgver}.tar.xz"
-
"${pkgname}-${pkgver}.tar.xz.sig::${url}/releases/download/${pkgver}/${_pkgname}-${pkgver}.tar.xz.asc")
-sha512sums=('bedff15a195c21934a813ca600b88ced81c3db66b7c25ab75b7193998a89338a7888711abb213877210a62d2460300bc32d40402bdd1f6c4d8fa903999eb1b0e'
-'SKIP')
-validpgpkeys=('31743CDF250EF641E57503E5FAEDBC4FB5AA3B17')
-
-prepare() {
-# Fix 
https://github.com/jnsh/arc-theme/commit/2c726e439b1f157f9a2f54955e51a8c9900ff41a?branch=2c726e439b1f157f9a2f54955e51a8c9900ff41a=unified
-echo '@define-color text_view_bg #{"" + $base_color};' >> 
${_pkgname}-${pkgver}/common/gtk-3.0/3.24/sass/_colors-public.scss
-
-cp -a ${_pkgname}-${pkgver}{,-solid}
-}
-
-build() {
-cd ${_pkgname}-${pkgver}
-./autogen.sh --prefix=/usr --with-gnome-shell=3.36 --with-cinnamon=4.6 
--with-gtk3=3.24
-
-cd ../${_pkgname}-${pkgver}-solid
-./autogen.sh --prefix=/usr --disable-transparency --with-gnome-shell=3.36 
--with-cinnamon=4.6 --with-gtk3=3.24
-}
-
-package_arc-gtk-theme() {
-replaces=('gtk-theme-arc')
-
-cd ${_pkgname}-${pkgver}
-make DESTDIR="${pkgdir}" install
-}
-
-package_arc-solid-gtk-theme() {
-pkgdesc="A flat theme for GTK 3, GTK 2 and Gnome-Shell (without 
transparency)"
-replaces=('gtk-theme-arc-solid')
-
-cd ${_pkgname}-${pkgver}-solid
-make DESTDIR="${pkgdir}" install
-}

Copied: arc-gtk-theme/repos/community-any/PKGBUILD (from rev 723997, 
arc-gtk-theme/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2020-10-14 21:15:27 UTC (rev 723998)
@@ -0,0 +1,54 @@
+# Maintainer: NicoHood 
+# PGP ID: 97312D5EB9D7AE7D0BD4307351DAE9B7C1AE9161
+# Contributor: zach 
+# Contributor: Gordian Edenhofer 
+
+pkgbase=arc-gtk-theme
+_pkgname=arc-theme
+pkgname=('arc-gtk-theme' 'arc-solid-gtk-theme')
+pkgdesc="A flat theme with transparent elements for GTK 3, GTK 2 and 
Gnome-Shell"
+pkgver=20201013
+pkgrel=1
+arch=('any')
+# Upstream url: https://github.com/horst3180/arc-theme
+# Now using soft fork: https://github.com/jnsh/arc-theme/issues/18
+url="https://github.com/jnsh/arc-theme;
+license=('GPL3')
+optdepends=('arc-icon-theme: recommended icon theme'
+'gtk-engine-murrine: for gtk2 themes'
+'gnome-themes-standard: for gtk2 themes')
+makedepends=('sassc' 'optipng' 'inkscape')
+
+source=("${pkgname}-${pkgver}.tar.xz::${url}/releases/download/${pkgver}/${_pkgname}-${pkgver}.tar.xz"
+
"${pkgname}-${pkgver}.tar.xz.sig::${url}/releases/download/${pkgver}/${_pkgname}-${pkgver}.tar.xz.asc")
+sha512sums=('c1c70c80935af2b1f3c7c9bf79ee72d5fba907fd03caadecf96d6fd796bf70d325bbb16dbe93f95d9a63eff748c7d90bcb0bf837e446e5c2770cfdccb131f45c'
+'SKIP')
+validpgpkeys=('31743CDF250EF641E57503E5FAEDBC4FB5AA3B17')
+
+prepare() {
+cp -a ${_pkgname}-${pkgver}{,-solid}
+}
+
+build() {
+cd ${_pkgname}-${pkgver}
+./autogen.sh --prefix=/usr --with-gnome-shell=3.36 --with-cinnamon=4.6 
--with-gtk3=3.24
+
+cd ../${_pkgname}-${pkgver}-solid
+./autogen.sh --prefix=/usr --disable-transparency --with-gnome-shell=3.36 
--with-cinnamon=4.6 --with-gtk3=3.24
+}
+
+package_arc-gtk-theme() {
+replaces=('gtk-theme-arc')
+
+cd ${_pkgname}-${pkgver}
+make DESTDIR="${pkgdir}" install
+}
+
+package_arc-solid-gtk-theme() {
+pkgdesc="A flat theme for GTK 3, GTK 2 and Gnome-Shell (without 
transparency)"
+replaces=('gtk-theme-arc-solid')
+
+cd 

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

2020-10-14 Thread Felix Yan via arch-commits
Date: Wednesday, October 14, 2020 @ 21:12:26
  Author: felixonmars
Revision: 723996

archrelease: copy trunk to community-staging-x86_64

Added:
  haskell-bv-sized/repos/community-staging-x86_64/
  haskell-bv-sized/repos/community-staging-x86_64/PKGBUILD
(from rev 723995, haskell-bv-sized/trunk/PKGBUILD)

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

Copied: haskell-bv-sized/repos/community-staging-x86_64/PKGBUILD (from rev 
723995, haskell-bv-sized/trunk/PKGBUILD)
===
--- community-staging-x86_64/PKGBUILD   (rev 0)
+++ community-staging-x86_64/PKGBUILD   2020-10-14 21:12:26 UTC (rev 723996)
@@ -0,0 +1,48 @@
+# Maintainer: Felix Yan 
+
+_hkgname=bv-sized
+pkgname=haskell-bv-sized
+pkgver=1.0.2
+pkgrel=18
+pkgdesc="A bitvector datatype that is parameterized by the vector width"
+url="https://github.com/GaloisInc/bv-sized;
+license=('BSD')
+arch=('x86_64')
+depends=('ghc-libs' 'haskell-bitwise' 'haskell-panic' 
'haskell-parameterized-utils'
+ 'haskell-th-lift')
+makedepends=('ghc' 'haskell-hedgehog' 'haskell-tasty' 'haskell-tasty-hedgehog')
+source=(https://hackage.haskell.org/packages/archive/${_hkgname}/${pkgver}/${_hkgname}-${pkgver}.tar.gz)
+sha512sums=('444765f2ba395edfdf2ebcc78ab336f4ac408ee64f1be6964821fc7c7ccf011fe8d3118e1f471a5e29889e4b1dd72e26d05eb3cac865b2d8c38831af81327443')
+
+prepare() {
+cd $_hkgname-$pkgver
+echo -e "import Distribution.Simple\nmain = defaultMain" > Setup.hs
+}
+
+build() {
+cd $_hkgname-$pkgver
+
+runhaskell Setup configure -O --enable-shared --enable-executable-dynamic 
--disable-library-vanilla \
+--prefix=/usr --docdir=/usr/share/doc/$pkgname --enable-tests \
+--dynlibdir=/usr/lib --libsubdir=\$compiler/site-local/\$pkgid
+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 "$pkgdir"/usr/share/licenses/$pkgname/LICENSE
+rm -f "$pkgdir"/usr/share/doc/$pkgname/LICENSE
+}


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

2020-10-14 Thread Felix Yan via arch-commits
Date: Wednesday, October 14, 2020 @ 21:12:16
  Author: felixonmars
Revision: 723995

upgpkg: haskell-bv-sized 1.0.2-18: rebuild with tasty-ant-xml 1.1.7

Modified:
  haskell-bv-sized/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2020-10-14 21:11:43 UTC (rev 723994)
+++ PKGBUILD2020-10-14 21:12:16 UTC (rev 723995)
@@ -3,7 +3,7 @@
 _hkgname=bv-sized
 pkgname=haskell-bv-sized
 pkgver=1.0.2
-pkgrel=17
+pkgrel=18
 pkgdesc="A bitvector datatype that is parameterized by the vector width"
 url="https://github.com/GaloisInc/bv-sized;
 license=('BSD')


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

2020-10-14 Thread Felix Yan via arch-commits
Date: Wednesday, October 14, 2020 @ 21:11:43
  Author: felixonmars
Revision: 723994

archrelease: copy trunk to community-staging-x86_64

Added:
  haskell-parameterized-utils/repos/community-staging-x86_64/
  haskell-parameterized-utils/repos/community-staging-x86_64/PKGBUILD
(from rev 723993, haskell-parameterized-utils/trunk/PKGBUILD)

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

Copied: haskell-parameterized-utils/repos/community-staging-x86_64/PKGBUILD 
(from rev 723993, haskell-parameterized-utils/trunk/PKGBUILD)
===
--- community-staging-x86_64/PKGBUILD   (rev 0)
+++ community-staging-x86_64/PKGBUILD   2020-10-14 21:11:43 UTC (rev 723994)
@@ -0,0 +1,49 @@
+# Maintainer: Felix Yan 
+
+_hkgname=parameterized-utils
+pkgname=haskell-parameterized-utils
+pkgver=2.1.1
+pkgrel=7
+pkgdesc="Classes and data structures for working with data-kind indexed types"
+url="https://github.com/GaloisInc/parameterized-utils;
+license=('BSD')
+arch=('x86_64')
+depends=('ghc-libs' 'haskell-base-orphans' 'haskell-th-abstraction' 
'haskell-constraints'
+ 'haskell-hashable' 'haskell-hashtables' 'haskell-lens' 
'haskell-vector')
+makedepends=('ghc' 'haskell-hedgehog' 'haskell-tasty' 'haskell-tasty-ant-xml' 
'haskell-tasty-hunit'
+ 'haskell-tasty-hedgehog')
+source=(https://hackage.haskell.org/packages/archive/${_hkgname}/${pkgver}/${_hkgname}-${pkgver}.tar.gz)
+sha512sums=('dd1b091f49c8f9e22328537896648f144c2cc3578c66007709281da0a51f32df9f21034d52e1506c8ec801f2c5387f5bf755dee2e5ecdea3b2a64239f0fdc5a5')
+
+prepare() {
+cd $_hkgname-$pkgver
+echo -e "import Distribution.Simple\nmain = defaultMain" > Setup.hs
+}
+
+build() {
+cd $_hkgname-$pkgver
+
+runhaskell Setup configure -O --enable-shared --enable-executable-dynamic 
--disable-library-vanilla \
+--prefix=/usr --docdir=/usr/share/doc/$pkgname --enable-tests \
+--dynlibdir=/usr/lib --libsubdir=\$compiler/site-local/\$pkgid
+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 "$pkgdir"/usr/share/licenses/$pkgname/LICENSE
+rm -f "$pkgdir"/usr/share/doc/$pkgname/LICENSE
+}


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

2020-10-14 Thread Felix Yan via arch-commits
Date: Wednesday, October 14, 2020 @ 21:11:33
  Author: felixonmars
Revision: 723993

upgpkg: haskell-parameterized-utils 2.1.1-7: rebuild with tasty-ant-xml 1.1.7

Modified:
  haskell-parameterized-utils/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2020-10-14 21:10:40 UTC (rev 723992)
+++ PKGBUILD2020-10-14 21:11:33 UTC (rev 723993)
@@ -3,7 +3,7 @@
 _hkgname=parameterized-utils
 pkgname=haskell-parameterized-utils
 pkgver=2.1.1
-pkgrel=6
+pkgrel=7
 pkgdesc="Classes and data structures for working with data-kind indexed types"
 url="https://github.com/GaloisInc/parameterized-utils;
 license=('BSD')


[arch-commits] Commit in haskell-tasty-ant-xml/repos (2 files)

2020-10-14 Thread Felix Yan via arch-commits
Date: Wednesday, October 14, 2020 @ 21:10:40
  Author: felixonmars
Revision: 723992

archrelease: copy trunk to community-staging-x86_64

Added:
  haskell-tasty-ant-xml/repos/community-staging-x86_64/
  haskell-tasty-ant-xml/repos/community-staging-x86_64/PKGBUILD
(from rev 723991, haskell-tasty-ant-xml/trunk/PKGBUILD)

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

Copied: haskell-tasty-ant-xml/repos/community-staging-x86_64/PKGBUILD (from rev 
723991, haskell-tasty-ant-xml/trunk/PKGBUILD)
===
--- community-staging-x86_64/PKGBUILD   (rev 0)
+++ community-staging-x86_64/PKGBUILD   2020-10-14 21:10:40 UTC (rev 723992)
@@ -0,0 +1,42 @@
+# Maintainer: Felix Yan 
+
+_hkgname=tasty-ant-xml
+pkgname=haskell-tasty-ant-xml
+pkgver=1.1.7
+pkgrel=1
+pkgdesc="Render tasty output to XML for Jenkins"
+url="https://github.com/ocharles/tasty-ant-xml;
+license=('BSD')
+arch=('x86_64')
+depends=('ghc-libs' 'haskell-generic-deriving' 'haskell-tagged' 
'haskell-tasty' 'haskell-xml')
+makedepends=('ghc')
+source=(https://hackage.haskell.org/packages/archive/${_hkgname}/${pkgver}/${_hkgname}-${pkgver}.tar.gz)
+sha512sums=('2949c0dd54cb326595690efa885739a6bfa4cef98198f22f3e6dbe7957203ec60042c12fdc43de62ed229e2953f2c6f72526b239cdc159841854893c7bc516f2')
+
+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
+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 "$pkgdir"/usr/share/licenses/$pkgname/LICENSE
+rm -f "$pkgdir"/usr/share/doc/$pkgname/LICENSE
+}


[arch-commits] Commit in haskell-tasty-ant-xml/trunk (PKGBUILD)

2020-10-14 Thread Felix Yan via arch-commits
Date: Wednesday, October 14, 2020 @ 21:10:29
  Author: felixonmars
Revision: 723991

upgpkg: haskell-tasty-ant-xml 1.1.7-1: rebuild with tasty-ant-xml 1.1.7

Modified:
  haskell-tasty-ant-xml/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2020-10-14 21:08:04 UTC (rev 723990)
+++ PKGBUILD2020-10-14 21:10:29 UTC (rev 723991)
@@ -2,8 +2,8 @@
 
 _hkgname=tasty-ant-xml
 pkgname=haskell-tasty-ant-xml
-pkgver=1.1.6
-pkgrel=18
+pkgver=1.1.7
+pkgrel=1
 pkgdesc="Render tasty output to XML for Jenkins"
 url="https://github.com/ocharles/tasty-ant-xml;
 license=('BSD')
@@ -11,13 +11,8 @@
 depends=('ghc-libs' 'haskell-generic-deriving' 'haskell-tagged' 
'haskell-tasty' 'haskell-xml')
 makedepends=('ghc')
 
source=(https://hackage.haskell.org/packages/archive/${_hkgname}/${pkgver}/${_hkgname}-${pkgver}.tar.gz)
-sha512sums=('e4a2d665d05acfd4e996a0568ccaacf61db4452e3720701874b1469ff39ef1f9646ab91780633c7c18bdf53bad28e72a63aa2a1cb82cbc879bd3e382fe9099ff')
+sha512sums=('2949c0dd54cb326595690efa885739a6bfa4cef98198f22f3e6dbe7957203ec60042c12fdc43de62ed229e2953f2c6f72526b239cdc159841854893c7bc516f2')
 
-prepare() {
-cd $_hkgname-$pkgver
-sed -i 's/< *1.3/<2/' $_hkgname.cabal
-}
-
 build() {
 cd $_hkgname-$pkgver
 


[arch-commits] Commit in fcitx5-chinese-addons/repos/community-x86_64 (2 files)

2020-10-14 Thread Felix Yan via arch-commits
Date: Wednesday, October 14, 2020 @ 21:08:04
  Author: felixonmars
Revision: 723990

archrelease: copy trunk to community-x86_64

Added:
  fcitx5-chinese-addons/repos/community-x86_64/PKGBUILD
(from rev 723989, fcitx5-chinese-addons/trunk/PKGBUILD)
Deleted:
  fcitx5-chinese-addons/repos/community-x86_64/PKGBUILD

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

Deleted: PKGBUILD
===
--- PKGBUILD2020-10-14 21:07:53 UTC (rev 723989)
+++ PKGBUILD2020-10-14 21:08:04 UTC (rev 723990)
@@ -1,46 +0,0 @@
-# Maintainer: Felix Yan 
-# Contributor: csslayer 
-
-pkgname=fcitx5-chinese-addons
-pkgver=0.0.0.20201007
-_commit=57be95e34e033d23e5d677ae062844e4682b379b
-_pytablever=20121124
-pkgrel=1
-pkgdesc="Addons related to Chinese, including IME previous bundled inside 
fcitx4"
-arch=('x86_64')
-url="https://github.com/fcitx/fcitx5-chinese-addons;
-license=('GPL')
-conflicts=('fcitx')
-depends=('curl' 'fcitx5-qt' 'libime' 'opencc' 'qt5-webkit')
-makedepends=('boost' 'extra-cmake-modules' 'fcitx5-lua' 'ninja')
-optdepends=('fcitx5-lua: Lua and imeapi support from pinyin')
-source=("https://github.com/fcitx/fcitx5-chinese-addons/archive/$_commit/fcitx5-chinese-addons-$_commit.tar.gz;
-https://download.fcitx-im.org/data/py_table-$_pytablever.tar.gz
-https://download.fcitx-im.org/data/py_stroke-$_pytablever.tar.gz)
-noextract=(py_table-$_pytablever.tar.gz)
-sha512sums=('ce9b55b7aeab700dd260b315a22bb9c0b3a0f9eb2db11d804d5d1a6ecbbfe2b27a8a929b565046db5f0a41dca47d4fd2caa997522d828509cd9d70e76d234480'
-
'0fa72ce6820a316e9729bc0d7a08af5ca3468134de9ff1bf0c559a398846a7bcf7313a3609d943e6bab637d930cf45ad9acfe25a8d3df078a774b071a7296486'
-
'd80ff9a3549e07c7a6935e686785f9a076c58f1a782a832ae28ee65e2a213d67f089f450ce09bed87ec2a141c32b9c1fcb83c221ddcab436858fa9009f161fb3')
-
-prepare() {
-  cd $pkgname-$_commit/modules/pinyinhelper
-  ln -s "$srcdir"/py_table-$_pytablever.tar.gz
-  ln -s "$srcdir"/py_stroke-$_pytablever.tar.gz
-}
-
-build() {
-  cd $pkgname-$_commit
-
-  cmake -GNinja -DCMAKE_INSTALL_PREFIX=/usr -DCMAKE_INSTALL_LIBDIR=/usr/lib .
-  ninja
-}
-
-check() {
-  cd $pkgname-$_commit
-  ninja test
-}
-
-package() {
-  cd $pkgname-$_commit
-  DESTDIR="$pkgdir" ninja install
-}

Copied: fcitx5-chinese-addons/repos/community-x86_64/PKGBUILD (from rev 723989, 
fcitx5-chinese-addons/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2020-10-14 21:08:04 UTC (rev 723990)
@@ -0,0 +1,46 @@
+# Maintainer: Felix Yan 
+# Contributor: csslayer 
+
+pkgname=fcitx5-chinese-addons
+pkgver=0.0.0.20201013
+_commit=c1124e88a91ab8d9854c28fd7bd31c1a354f1ba1
+_pytablever=20121124
+pkgrel=1
+pkgdesc="Addons related to Chinese, including IME previous bundled inside 
fcitx4"
+arch=('x86_64')
+url="https://github.com/fcitx/fcitx5-chinese-addons;
+license=('GPL')
+conflicts=('fcitx')
+depends=('curl' 'fcitx5-qt' 'libime' 'opencc' 'qt5-webkit')
+makedepends=('boost' 'extra-cmake-modules' 'fcitx5-lua' 'ninja')
+optdepends=('fcitx5-lua: Lua and imeapi support from pinyin')
+source=("https://github.com/fcitx/fcitx5-chinese-addons/archive/$_commit/fcitx5-chinese-addons-$_commit.tar.gz;
+https://download.fcitx-im.org/data/py_table-$_pytablever.tar.gz
+https://download.fcitx-im.org/data/py_stroke-$_pytablever.tar.gz)
+noextract=(py_table-$_pytablever.tar.gz)
+sha512sums=('e4cfbe82c598c4338e7e69eaa5ae9409e78900991f5f0a991d309c6b92010cc4ffd3f9ae07a01aaad79164bd4a090128ee4ee5ddc0aee68b4605fab1817ebc22'
+
'0fa72ce6820a316e9729bc0d7a08af5ca3468134de9ff1bf0c559a398846a7bcf7313a3609d943e6bab637d930cf45ad9acfe25a8d3df078a774b071a7296486'
+
'd80ff9a3549e07c7a6935e686785f9a076c58f1a782a832ae28ee65e2a213d67f089f450ce09bed87ec2a141c32b9c1fcb83c221ddcab436858fa9009f161fb3')
+
+prepare() {
+  cd $pkgname-$_commit/modules/pinyinhelper
+  ln -s "$srcdir"/py_table-$_pytablever.tar.gz
+  ln -s "$srcdir"/py_stroke-$_pytablever.tar.gz
+}
+
+build() {
+  cd $pkgname-$_commit
+
+  cmake -GNinja -DCMAKE_INSTALL_PREFIX=/usr -DCMAKE_INSTALL_LIBDIR=/usr/lib .
+  ninja
+}
+
+check() {
+  cd $pkgname-$_commit
+  ninja test
+}
+
+package() {
+  cd $pkgname-$_commit
+  DESTDIR="$pkgdir" ninja install
+}


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

2020-10-14 Thread Felix Yan via arch-commits
Date: Wednesday, October 14, 2020 @ 21:07:04
  Author: felixonmars
Revision: 723987

upgpkg: fcitx5-qt 0.0.0.20201012-1

Modified:
  fcitx5-qt/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2020-10-14 21:04:50 UTC (rev 723986)
+++ PKGBUILD2020-10-14 21:07:04 UTC (rev 723987)
@@ -3,8 +3,8 @@
 # Contributor: csslayer 
 
 pkgname=fcitx5-qt
-pkgver=0.0.0.20201007
-_commit=b3b0245ce3a5472a13424f51a8c55faca26d9f37
+pkgver=0.0.0.20201012
+_commit=19c88447c89e3d88f1162d8bcea33d20a677ed48
 pkgrel=1
 pkgdesc="Fcitx5 Qt Library"
 arch=('x86_64')
@@ -14,7 +14,7 @@
 depends=('fcitx5' 'qt5-base')
 makedepends=('extra-cmake-modules' 'ninja')
 
source=("https://github.com/fcitx/fcitx5-qt/archive/$_commit/fcitx5-qt-$_commit.tar.gz;)
-sha512sums=('0c9fc7d56b066edf8e8fa262285b2b8260df081b39874bb2cbeeaf780f2dcf6e13c17d81fd8c49383e6cb53c19ed231894154f3a9806dff8d22f383cb0eeab7d')
+sha512sums=('a0d59cb1146847f48da73d69405ff0cf3844947ca40f5aecae8710edc1355a1065b21fc35dc6e0b09d6d432a2c227c53933d789d34ed9b2b5eb0a2f7b407b0d1')
 
 build(){
   cd $pkgname-$_commit


[arch-commits] Commit in fcitx5-chinese-addons/trunk (PKGBUILD)

2020-10-14 Thread Felix Yan via arch-commits
Date: Wednesday, October 14, 2020 @ 21:07:53
  Author: felixonmars
Revision: 723989

upgpkg: fcitx5-chinese-addons 0.0.0.20201013-1

Modified:
  fcitx5-chinese-addons/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2020-10-14 21:07:16 UTC (rev 723988)
+++ PKGBUILD2020-10-14 21:07:53 UTC (rev 723989)
@@ -2,8 +2,8 @@
 # Contributor: csslayer 
 
 pkgname=fcitx5-chinese-addons
-pkgver=0.0.0.20201007
-_commit=57be95e34e033d23e5d677ae062844e4682b379b
+pkgver=0.0.0.20201013
+_commit=c1124e88a91ab8d9854c28fd7bd31c1a354f1ba1
 _pytablever=20121124
 pkgrel=1
 pkgdesc="Addons related to Chinese, including IME previous bundled inside 
fcitx4"
@@ -18,7 +18,7 @@
 https://download.fcitx-im.org/data/py_table-$_pytablever.tar.gz
 https://download.fcitx-im.org/data/py_stroke-$_pytablever.tar.gz)
 noextract=(py_table-$_pytablever.tar.gz)
-sha512sums=('ce9b55b7aeab700dd260b315a22bb9c0b3a0f9eb2db11d804d5d1a6ecbbfe2b27a8a929b565046db5f0a41dca47d4fd2caa997522d828509cd9d70e76d234480'
+sha512sums=('e4cfbe82c598c4338e7e69eaa5ae9409e78900991f5f0a991d309c6b92010cc4ffd3f9ae07a01aaad79164bd4a090128ee4ee5ddc0aee68b4605fab1817ebc22'
 
'0fa72ce6820a316e9729bc0d7a08af5ca3468134de9ff1bf0c559a398846a7bcf7313a3609d943e6bab637d930cf45ad9acfe25a8d3df078a774b071a7296486'
 
'd80ff9a3549e07c7a6935e686785f9a076c58f1a782a832ae28ee65e2a213d67f089f450ce09bed87ec2a141c32b9c1fcb83c221ddcab436858fa9009f161fb3')
 


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

2020-10-14 Thread Felix Yan via arch-commits
Date: Wednesday, October 14, 2020 @ 21:07:16
  Author: felixonmars
Revision: 723988

archrelease: copy trunk to community-x86_64

Added:
  fcitx5-qt/repos/community-x86_64/PKGBUILD
(from rev 723987, fcitx5-qt/trunk/PKGBUILD)
Deleted:
  fcitx5-qt/repos/community-x86_64/PKGBUILD

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

Deleted: PKGBUILD
===
--- PKGBUILD2020-10-14 21:07:04 UTC (rev 723987)
+++ PKGBUILD2020-10-14 21:07:16 UTC (rev 723988)
@@ -1,29 +0,0 @@
-  # $Id: PKGBUILD 226039 2017-04-27 13:52:30Z felixonmars $
-# Maintainer: Felix Yan 
-# Contributor: csslayer 
-
-pkgname=fcitx5-qt
-pkgver=0.0.0.20201007
-_commit=b3b0245ce3a5472a13424f51a8c55faca26d9f37
-pkgrel=1
-pkgdesc="Fcitx5 Qt Library"
-arch=('x86_64')
-url="https://github.com/fcitx/fcitx5-qt;
-license=('GPL')
-groups=('fcitx5-im')
-depends=('fcitx5' 'qt5-base')
-makedepends=('extra-cmake-modules' 'ninja')
-source=("https://github.com/fcitx/fcitx5-qt/archive/$_commit/fcitx5-qt-$_commit.tar.gz;)
-sha512sums=('0c9fc7d56b066edf8e8fa262285b2b8260df081b39874bb2cbeeaf780f2dcf6e13c17d81fd8c49383e6cb53c19ed231894154f3a9806dff8d22f383cb0eeab7d')
-
-build(){
-  cd $pkgname-$_commit
-
-  cmake -GNinja -DCMAKE_INSTALL_PREFIX=/usr -DCMAKE_INSTALL_LIBDIR=/usr/lib 
-DENABLE_QT4=0 .
-  ninja
-}
-
-package() {
-  cd $pkgname-$_commit
-  DESTDIR="$pkgdir" ninja install
-}

Copied: fcitx5-qt/repos/community-x86_64/PKGBUILD (from rev 723987, 
fcitx5-qt/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2020-10-14 21:07:16 UTC (rev 723988)
@@ -0,0 +1,29 @@
+  # $Id: PKGBUILD 226039 2017-04-27 13:52:30Z felixonmars $
+# Maintainer: Felix Yan 
+# Contributor: csslayer 
+
+pkgname=fcitx5-qt
+pkgver=0.0.0.20201012
+_commit=19c88447c89e3d88f1162d8bcea33d20a677ed48
+pkgrel=1
+pkgdesc="Fcitx5 Qt Library"
+arch=('x86_64')
+url="https://github.com/fcitx/fcitx5-qt;
+license=('GPL')
+groups=('fcitx5-im')
+depends=('fcitx5' 'qt5-base')
+makedepends=('extra-cmake-modules' 'ninja')
+source=("https://github.com/fcitx/fcitx5-qt/archive/$_commit/fcitx5-qt-$_commit.tar.gz;)
+sha512sums=('a0d59cb1146847f48da73d69405ff0cf3844947ca40f5aecae8710edc1355a1065b21fc35dc6e0b09d6d432a2c227c53933d789d34ed9b2b5eb0a2f7b407b0d1')
+
+build(){
+  cd $pkgname-$_commit
+
+  cmake -GNinja -DCMAKE_INSTALL_PREFIX=/usr -DCMAKE_INSTALL_LIBDIR=/usr/lib 
-DENABLE_QT4=0 .
+  ninja
+}
+
+package() {
+  cd $pkgname-$_commit
+  DESTDIR="$pkgdir" ninja install
+}


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

2020-10-14 Thread Felix Yan via arch-commits
Date: Wednesday, October 14, 2020 @ 21:04:38
  Author: felixonmars
Revision: 723985

upgpkg: python-routes 2.5.1-1

Modified:
  python-routes/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2020-10-14 21:01:38 UTC (rev 723984)
+++ PKGBUILD2020-10-14 21:04:38 UTC (rev 723985)
@@ -3,17 +3,17 @@
 # Contributor: James Bulmer 
 
 pkgname=python-routes
-pkgver=2.4.1
-pkgrel=4
+pkgver=2.5.1
+pkgrel=1
 pkgdesc="Routing recognition and generation tools"
 arch=("any")
 url="https://pypi.python.org/pypi/Routes;
 license=("custom:BSD")
 depends=("python-repoze.lru" 'python-six')
-makedepends=('python-setuptools' 'python-repoze.lru' 'python-six')
-checkdepends=('python-nose' 'python-webob')
+makedepends=('python-setuptools')
+checkdepends=('python-nose' 'python-webob' 'python-webtest')
 source=("https://pypi.io/packages/source/R/Routes/Routes-$pkgver.tar.gz;)
-md5sums=('c058dff6832941dec47e0d0052548ad8')
+sha512sums=('06ec9a8426ced86524096703de47e3da2fa08bd0ed8c962d451b4338966804245b5074077021fb58a5afcb63acd6dcffa05a89703b8b54841a69a4cdff12b755')
 
 build() {
   cd Routes-$pkgver


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

2020-10-14 Thread Felix Yan via arch-commits
Date: Wednesday, October 14, 2020 @ 21:04:50
  Author: felixonmars
Revision: 723986

archrelease: copy trunk to community-any

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

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

Deleted: PKGBUILD
===
--- PKGBUILD2020-10-14 21:04:38 UTC (rev 723985)
+++ PKGBUILD2020-10-14 21:04:50 UTC (rev 723986)
@@ -1,52 +0,0 @@
-# Maintainer: Felix Yan 
-# Contributor: SpepS 
-# Contributor: James Bulmer 
-
-pkgbase=python-routes
-pkgname=(python-routes python2-routes)
-pkgver=2.4.1
-pkgrel=4
-pkgdesc="Routing recognition and generation tools"
-arch=("any")
-url="https://pypi.python.org/pypi/Routes;
-license=("custom:BSD")
-makedepends=('python-setuptools' 'python2-setuptools' 'python-repoze.lru' 
'python2-repoze.lru' 'python-six' 'python2-six')
-checkdepends=('python-nose' 'python2-nose' 'python-webob' 'python2-webob' 
'python-coverage' 'python2-coverage')
-source=("https://pypi.io/packages/source/R/Routes/Routes-$pkgver.tar.gz;)
-md5sums=('c058dff6832941dec47e0d0052548ad8')
-
-prepare() {
-  cp -a Routes-${pkgver}{,-py2}
-}
-
-build() {
-  cd "$srcdir"/Routes-$pkgver
-  python setup.py build
-
-  cd "$srcdir"/Routes-$pkgver-py2
-  python2 setup.py build
-}
-
-check() {
-  cd "$srcdir"/Routes-$pkgver
-  nosetests3
-
-  cd "$srcdir"/Routes-$pkgver-py2
-  nosetests2
-}
-
-package_python-routes() {
-  depends=("python-repoze.lru" 'python-six')
-
-  cd "$srcdir"/Routes-$pkgver
-  python setup.py install --root="$pkgdir" --optimize=1
-  install -Dm644 LICENSE.txt "$pkgdir"/usr/share/licenses/$pkgname/LICENSE.txt
-}
-
-package_python2-routes() {
-  depends=("python2-repoze.lru" 'python2-six')
-
-  cd "$srcdir"/Routes-$pkgver-py2
-  python2 setup.py install --root="$pkgdir" --optimize=1
-  install -Dm644 LICENSE.txt "$pkgdir"/usr/share/licenses/$pkgname/LICENSE.txt
-}

Copied: python-routes/repos/community-any/PKGBUILD (from rev 723985, 
python-routes/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2020-10-14 21:04:50 UTC (rev 723986)
@@ -0,0 +1,32 @@
+# Maintainer: Felix Yan 
+# Contributor: SpepS 
+# Contributor: James Bulmer 
+
+pkgname=python-routes
+pkgver=2.5.1
+pkgrel=1
+pkgdesc="Routing recognition and generation tools"
+arch=("any")
+url="https://pypi.python.org/pypi/Routes;
+license=("custom:BSD")
+depends=("python-repoze.lru" 'python-six')
+makedepends=('python-setuptools')
+checkdepends=('python-nose' 'python-webob' 'python-webtest')
+source=("https://pypi.io/packages/source/R/Routes/Routes-$pkgver.tar.gz;)
+sha512sums=('06ec9a8426ced86524096703de47e3da2fa08bd0ed8c962d451b4338966804245b5074077021fb58a5afcb63acd6dcffa05a89703b8b54841a69a4cdff12b755')
+
+build() {
+  cd Routes-$pkgver
+  python setup.py build
+}
+
+check() {
+  cd Routes-$pkgver
+  nosetests3
+}
+
+package() {
+  cd Routes-$pkgver
+  python setup.py install --root="$pkgdir" --optimize=1
+  install -Dm644 LICENSE.txt "$pkgdir"/usr/share/licenses/$pkgname/LICENSE.txt
+}


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

2020-10-14 Thread Felix Yan via arch-commits
Date: Wednesday, October 14, 2020 @ 21:00:50
  Author: felixonmars
Revision: 723982

archrelease: copy trunk to community-any

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

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

Deleted: PKGBUILD
===
--- PKGBUILD2020-10-14 21:00:39 UTC (rev 723981)
+++ PKGBUILD2020-10-14 21:00:50 UTC (rev 723982)
@@ -1,34 +0,0 @@
-# Maintainer: Felix Yan 
-# Contributor: David Campbell 
-# Contributor: Cilyan Olowen 
-
-pkgname=python-paste
-pkgver=3.4.6
-pkgrel=1
-pkgdesc="Tools for using a Web Server Gateway Interface stack"
-arch=('any')
-url="http://pythonpaste.org/index.html;
-license=('MIT')
-depends=('python-six')
-optdepends=('python-flup: WSGI utilities')
-makedepends=('python-setuptools' 'python-six')
-checkdepends=('python-pytest-runner' 'python-flup')
-source=("https://files.pythonhosted.org/packages/source/P/Paste/Paste-${pkgver}.tar.gz;)
-sha512sums=('64cf2abdd40850704060b3a07d1999dcfd05e19bf27270f7918c5c8683a4b1638d04da13d09f9f671b8acf069e26872d5932d5f0ed7022fd5cdc6bbda7602433')
-
-build() {
-  cd "$srcdir"/Paste-$pkgver
-  python setup.py build
-}
-
-check() {
-  cd "$srcdir"/Paste-$pkgver
-  python setup.py pytest
-}
-
-package() {
-  cd Paste-$pkgver
-  python setup.py install --root="$pkgdir" --optimize=1
-
-  install -Dm644 docs/license.txt 
"$pkgdir"/usr/share/licenses/$pkgname/license.txt
-}

Copied: python-paste/repos/community-any/PKGBUILD (from rev 723981, 
python-paste/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2020-10-14 21:00:50 UTC (rev 723982)
@@ -0,0 +1,34 @@
+# Maintainer: Felix Yan 
+# Contributor: David Campbell 
+# Contributor: Cilyan Olowen 
+
+pkgname=python-paste
+pkgver=3.5.0
+pkgrel=1
+pkgdesc="Tools for using a Web Server Gateway Interface stack"
+arch=('any')
+url="http://pythonpaste.org/index.html;
+license=('MIT')
+depends=('python-six')
+optdepends=('python-flup: WSGI utilities')
+makedepends=('python-setuptools' 'python-six')
+checkdepends=('python-pytest-runner' 'python-flup')
+source=("https://files.pythonhosted.org/packages/source/P/Paste/Paste-${pkgver}.tar.gz;)
+sha512sums=('a9f596d6fcd95f915990c16830caeb9c9a03412447597258c67a003fd485e2efd27798f2eb2de9978ac529292af4b55136de554bfb501e90f6185f55a6b0531b')
+
+build() {
+  cd "$srcdir"/Paste-$pkgver
+  python setup.py build
+}
+
+check() {
+  cd "$srcdir"/Paste-$pkgver
+  python setup.py pytest
+}
+
+package() {
+  cd Paste-$pkgver
+  python setup.py install --root="$pkgdir" --optimize=1
+
+  install -Dm644 docs/license.txt 
"$pkgdir"/usr/share/licenses/$pkgname/license.txt
+}


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

2020-10-14 Thread Felix Yan via arch-commits
Date: Wednesday, October 14, 2020 @ 21:01:38
  Author: felixonmars
Revision: 723984

archrelease: copy trunk to community-x86_64

Added:
  deepin-movie/repos/community-x86_64/PKGBUILD
(from rev 723983, deepin-movie/trunk/PKGBUILD)
Deleted:
  deepin-movie/repos/community-x86_64/PKGBUILD

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

Deleted: PKGBUILD
===
--- PKGBUILD2020-10-14 21:01:27 UTC (rev 723983)
+++ PKGBUILD2020-10-14 21:01:38 UTC (rev 723984)
@@ -1,31 +0,0 @@
-# Maintainer: Felix Yan 
-
-pkgname=deepin-movie
-epoch=1
-pkgver=5.7.6.46
-pkgrel=1
-pkgdesc='Movie player based on QtAV'
-arch=('x86_64')
-url="https://github.com/linuxdeepin/deepin-movie-reborn;
-license=('GPL3')
-depends=('deepin-qt5integration' 'mpv' 'ffmpegthumbnailer')
-makedepends=('cmake' 'ninja' 'qt5-tools')
-groups=('deepin-extra')
-source=("$pkgname-$pkgver.tar.gz::https://github.com/linuxdeepin/deepin-movie-reborn/archive/$pkgver.tar.gz;)
-sha512sums=('38bdb406fbe49f80847f582c98ce8dabb94689d756b925357d07a49e61e7a15735ee073b9e8ccd160e52ab33e896144f8a839313a27ec29ea06f360430074d23')
-
-prepare() {
-  cd deepin-movie-reborn-$pkgver
-  sed -i '/#include /a #include ' 
src/widgets/{tip,toolbutton}.h
-}
-
-build() {
-  cd deepin-movie-reborn-$pkgver
-  cmake -GNinja -DCMAKE_INSTALL_PREFIX=/usr -DCMAKE_INSTALL_LIBDIR=lib 
-DCMAKE_BUILD_TYPE=Release .
-  ninja
-}
-
-package() {
-  cd deepin-movie-reborn-$pkgver
-  DESTDIR="$pkgdir" ninja install
-}

Copied: deepin-movie/repos/community-x86_64/PKGBUILD (from rev 723983, 
deepin-movie/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2020-10-14 21:01:38 UTC (rev 723984)
@@ -0,0 +1,31 @@
+# Maintainer: Felix Yan 
+
+pkgname=deepin-movie
+epoch=1
+pkgver=5.7.6.47
+pkgrel=1
+pkgdesc='Movie player based on QtAV'
+arch=('x86_64')
+url="https://github.com/linuxdeepin/deepin-movie-reborn;
+license=('GPL3')
+depends=('deepin-qt5integration' 'mpv' 'ffmpegthumbnailer')
+makedepends=('cmake' 'ninja' 'qt5-tools')
+groups=('deepin-extra')
+source=("$pkgname-$pkgver.tar.gz::https://github.com/linuxdeepin/deepin-movie-reborn/archive/$pkgver.tar.gz;)
+sha512sums=('9444dd65779b2fae39713fbbab3c594673eb411dda790ad9b9a70a7aa8893ded211627149ef529e7a0c8e18a8da745e5ef05d3b858871362f9183c98eb1bbfd5')
+
+prepare() {
+  cd deepin-movie-reborn-$pkgver
+  sed -i '/#include /a #include ' 
src/widgets/{tip,toolbutton}.h
+}
+
+build() {
+  cd deepin-movie-reborn-$pkgver
+  cmake -GNinja -DCMAKE_INSTALL_PREFIX=/usr -DCMAKE_INSTALL_LIBDIR=lib 
-DCMAKE_BUILD_TYPE=Release .
+  ninja
+}
+
+package() {
+  cd deepin-movie-reborn-$pkgver
+  DESTDIR="$pkgdir" ninja install
+}


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

2020-10-14 Thread Felix Yan via arch-commits
Date: Wednesday, October 14, 2020 @ 21:01:27
  Author: felixonmars
Revision: 723983

upgpkg: deepin-movie 1:5.7.6.47-1

Modified:
  deepin-movie/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2020-10-14 21:00:50 UTC (rev 723982)
+++ PKGBUILD2020-10-14 21:01:27 UTC (rev 723983)
@@ -2,7 +2,7 @@
 
 pkgname=deepin-movie
 epoch=1
-pkgver=5.7.6.46
+pkgver=5.7.6.47
 pkgrel=1
 pkgdesc='Movie player based on QtAV'
 arch=('x86_64')
@@ -12,7 +12,7 @@
 makedepends=('cmake' 'ninja' 'qt5-tools')
 groups=('deepin-extra')
 
source=("$pkgname-$pkgver.tar.gz::https://github.com/linuxdeepin/deepin-movie-reborn/archive/$pkgver.tar.gz;)
-sha512sums=('38bdb406fbe49f80847f582c98ce8dabb94689d756b925357d07a49e61e7a15735ee073b9e8ccd160e52ab33e896144f8a839313a27ec29ea06f360430074d23')
+sha512sums=('9444dd65779b2fae39713fbbab3c594673eb411dda790ad9b9a70a7aa8893ded211627149ef529e7a0c8e18a8da745e5ef05d3b858871362f9183c98eb1bbfd5')
 
 prepare() {
   cd deepin-movie-reborn-$pkgver


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

2020-10-14 Thread Felix Yan via arch-commits
Date: Wednesday, October 14, 2020 @ 21:00:16
  Author: felixonmars
Revision: 723979

upgpkg: babel-cli 7.12.0-1

Modified:
  babel-cli/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2020-10-14 20:57:25 UTC (rev 723978)
+++ PKGBUILD2020-10-14 21:00:16 UTC (rev 723979)
@@ -4,7 +4,7 @@
 # Contributor: Peter Wu 
 
 pkgname=babel-cli
-pkgver=7.11.6
+pkgver=7.12.0
 pkgrel=1
 pkgdesc="A compiler for writing next generation JavaScript"
 arch=('any')
@@ -18,7 +18,7 @@
 
source=("$pkgname-$pkgver.tgz::https://registry.npmjs.org/@babel/cli/-/cli-$pkgver.tgz;
 LICENSE)
 noextract=($pkgname-$pkgver.tgz)
-sha512sums=('fb0ec1642be47b04a669133a1f82f640cdd12fdd2d7aa1081c32055c09ab5b7dfed23865ca69c300476a55e099013bf1850ba2a3589fa065652496c8887f457e'
+sha512sums=('d043ba10de9bac5e20d07691eaa42bd944a40af16328d801766698356e4dcc1d4878786a4241a112b5f7fe1bd603bfa0fe89d2e3520cff09bec83fa1712c2055'
 
'fc5471459770967e2632efb110b8370caa3424b7d87c1180f49605f7e6b1593746888b6c99c713c0c3046c5833c01c1a15bf3d549a343eaa077885bcc9f3d4e3')
 
 package() {


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

2020-10-14 Thread Felix Yan via arch-commits
Date: Wednesday, October 14, 2020 @ 21:00:39
  Author: felixonmars
Revision: 723981

upgpkg: python-paste 3.5.0-1

Modified:
  python-paste/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2020-10-14 21:00:30 UTC (rev 723980)
+++ PKGBUILD2020-10-14 21:00:39 UTC (rev 723981)
@@ -3,7 +3,7 @@
 # Contributor: Cilyan Olowen 
 
 pkgname=python-paste
-pkgver=3.4.6
+pkgver=3.5.0
 pkgrel=1
 pkgdesc="Tools for using a Web Server Gateway Interface stack"
 arch=('any')
@@ -14,7 +14,7 @@
 makedepends=('python-setuptools' 'python-six')
 checkdepends=('python-pytest-runner' 'python-flup')
 
source=("https://files.pythonhosted.org/packages/source/P/Paste/Paste-${pkgver}.tar.gz;)
-sha512sums=('64cf2abdd40850704060b3a07d1999dcfd05e19bf27270f7918c5c8683a4b1638d04da13d09f9f671b8acf069e26872d5932d5f0ed7022fd5cdc6bbda7602433')
+sha512sums=('a9f596d6fcd95f915990c16830caeb9c9a03412447597258c67a003fd485e2efd27798f2eb2de9978ac529292af4b55136de554bfb501e90f6185f55a6b0531b')
 
 build() {
   cd "$srcdir"/Paste-$pkgver


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

2020-10-14 Thread Felix Yan via arch-commits
Date: Wednesday, October 14, 2020 @ 21:00:30
  Author: felixonmars
Revision: 723980

archrelease: copy trunk to community-any

Added:
  babel-cli/repos/community-any/LICENSE
(from rev 723979, babel-cli/trunk/LICENSE)
  babel-cli/repos/community-any/PKGBUILD
(from rev 723979, babel-cli/trunk/PKGBUILD)
Deleted:
  babel-cli/repos/community-any/LICENSE
  babel-cli/repos/community-any/PKGBUILD

--+
 LICENSE  |   44 ++--
 PKGBUILD |   74 ++---
 2 files changed, 59 insertions(+), 59 deletions(-)

Deleted: LICENSE
===
--- LICENSE 2020-10-14 21:00:16 UTC (rev 723979)
+++ LICENSE 2020-10-14 21:00:30 UTC (rev 723980)
@@ -1,22 +0,0 @@
-Copyright (c) 2014-2015 Sebastian McKenzie 
-
-MIT License
-
-Permission is hereby granted, free of charge, to any person obtaining
-a copy of this software and associated documentation files (the
-"Software"), to deal in the Software without restriction, including
-without limitation the rights to use, copy, modify, merge, publish,
-distribute, sublicense, and/or sell copies of the Software, and to
-permit persons to whom the Software is furnished to do so, subject to
-the following conditions:
-
-The above copyright notice and this permission notice shall be
-included in all copies or substantial portions of the Software.
-
-THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND,
-EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF
-MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND
-NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE
-LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION
-OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION
-WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.

Copied: babel-cli/repos/community-any/LICENSE (from rev 723979, 
babel-cli/trunk/LICENSE)
===
--- LICENSE (rev 0)
+++ LICENSE 2020-10-14 21:00:30 UTC (rev 723980)
@@ -0,0 +1,22 @@
+Copyright (c) 2014-2015 Sebastian McKenzie 
+
+MIT License
+
+Permission is hereby granted, free of charge, to any person obtaining
+a copy of this software and associated documentation files (the
+"Software"), to deal in the Software without restriction, including
+without limitation the rights to use, copy, modify, merge, publish,
+distribute, sublicense, and/or sell copies of the Software, and to
+permit persons to whom the Software is furnished to do so, subject to
+the following conditions:
+
+The above copyright notice and this permission notice shall be
+included in all copies or substantial portions of the Software.
+
+THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND,
+EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF
+MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND
+NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE
+LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION
+OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION
+WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.

Deleted: PKGBUILD
===
--- PKGBUILD2020-10-14 21:00:16 UTC (rev 723979)
+++ PKGBUILD2020-10-14 21:00:30 UTC (rev 723980)
@@ -1,37 +0,0 @@
-# Maintainer: Felix Yan 
-# Contributor: Mario Finelli 
-# Contributor: Andy Weidenbaum 
-# Contributor: Peter Wu 
-
-pkgname=babel-cli
-pkgver=7.11.6
-pkgrel=1
-pkgdesc="A compiler for writing next generation JavaScript"
-arch=('any')
-url="https://babeljs.io/;
-license=('MIT')
-depends=('nodejs' 'babel-core' 'semver')
-makedepends=('npm')
-provides=('nodejs-babel-cli')
-conflicts=('nodejs-babel-cli' 'openbabel')
-replaces=('nodejs-babel-cli')
-source=("$pkgname-$pkgver.tgz::https://registry.npmjs.org/@babel/cli/-/cli-$pkgver.tgz;
-LICENSE)
-noextract=($pkgname-$pkgver.tgz)
-sha512sums=('fb0ec1642be47b04a669133a1f82f640cdd12fdd2d7aa1081c32055c09ab5b7dfed23865ca69c300476a55e099013bf1850ba2a3589fa065652496c8887f457e'
-
'fc5471459770967e2632efb110b8370caa3424b7d87c1180f49605f7e6b1593746888b6c99c713c0c3046c5833c01c1a15bf3d549a343eaa077885bcc9f3d4e3')
-
-package() {
-  npm install -g --user root --prefix "$pkgdir"/usr 
"$srcdir"/$pkgname-$pkgver.tgz
-  install -Dm644 LICENSE "$pkgdir/usr/share/licenses/$pkgname/LICENSE"
-
-  rm -r "$pkgdir"/usr/lib/node_modules/@babel/cli/node_modules/{,.bin/}semver
-
-  # Non-deterministic race in npm gives 777 permissions to random directories.
-  # See https://github.com/npm/npm/issues/9359 for details.
-  chmod -R u=rwX,go=rX "$pkgdir"
-
-  # npm installs package.json owned by build user
-  # https://bugs.archlinux.org/task/63396
-  chown -R root:root "$pkgdir"
-}

Copied: babel-cli/repos/community-any/PKGBUILD 

[arch-commits] Commit in perl-sys-virt/repos (2 files)

2020-10-14 Thread Felix Yan via arch-commits
Date: Wednesday, October 14, 2020 @ 20:57:25
  Author: felixonmars
Revision: 723978

archrelease: copy trunk to community-testing-x86_64

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

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

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


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

2020-10-14 Thread Felix Yan via arch-commits
Date: Wednesday, October 14, 2020 @ 20:57:15
  Author: felixonmars
Revision: 723977

upgpkg: perl-sys-virt 6.8.0-1

Modified:
  perl-sys-virt/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2020-10-14 20:54:04 UTC (rev 723976)
+++ PKGBUILD2020-10-14 20:57:15 UTC (rev 723977)
@@ -1,8 +1,8 @@
 # Maintainer: Felix Yan 
 
 pkgname=perl-sys-virt
-pkgver=6.3.0
-pkgrel=2
+pkgver=6.8.0
+pkgrel=1
 pkgdesc="Represent and manage a libvirt hypervisor connection"
 arch=('x86_64')
 license=('PerlArtistic')
@@ -12,7 +12,7 @@
  'perl-test-pod-coverage')
 options=('!emptydirs')
 
source=("https://cpan.metacpan.org/authors/id/D/DA/DANBERR/Sys-Virt-v$pkgver.tar.gz;)
-sha512sums=('7f224523cd08838b00b4e06b729a0cfc9570d3be469d251c114f60832cc024f4ad61d8836d7ad0e85284961f227fe2ded1ac5a891465a1d62d4e14389ad3e8e2')
+sha512sums=('de0148f0adb5c67add57874c1bd194ffdedae00e6dd8a22d1c19f99677c28a72666cc96dd889fd49dbb1e7529b4a1ee1e59c8c6e5a95ad85cc4d043f297b6a26')
 
 build() {
   cd Sys-Virt-v$pkgver


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

2020-10-14 Thread Frederik Schwan via arch-commits
Date: Wednesday, October 14, 2020 @ 20:54:04
  Author: freswa
Revision: 723976

archrelease: copy trunk to community-x86_64

Added:
  libvirt-glib/repos/community-x86_64/PKGBUILD
(from rev 723975, libvirt-glib/trunk/PKGBUILD)
Deleted:
  libvirt-glib/repos/community-x86_64/PKGBUILD

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

Deleted: PKGBUILD
===
--- PKGBUILD2020-10-14 20:54:01 UTC (rev 723975)
+++ PKGBUILD2020-10-14 20:54:04 UTC (rev 723976)
@@ -1,30 +0,0 @@
-# Maintainer: Christian Rebischke 
-# Contributor: Sergej Pupykin 
-# Contributor: Stefano Facchini 
-
-pkgname=libvirt-glib
-pkgver=3.0.0
-pkgrel=1
-pkgdesc="GLib bindings for libvirt"
-arch=('x86_64')
-url="https://libvirt.org;
-license=('LGPL2.1')
-depends=('libvirt' 'libcap-ng')
-makedepends=('intltool' 'gobject-introspection' 'vala' 'python')
-optdepends=('python: support for python')
-source=("https://libvirt.org/sources/glib/$pkgname-$pkgver.tar.gz;)
-sha512sums=('b9e7d782c25b5c3a9b2829f1be8162352438ab3505510a1ca7dd64d741eaab158dc9206fdd4b0e3e27b0c049e4bcfc47db0c9a7fa1a8464e23d3c35c079e')
-
-build() {
-  cd "$srcdir/$pkgname-$pkgver"
-  ./configure --prefix=/usr \
-  --disable-static
-  make
-}
-
-package() {
-  cd "$srcdir/$pkgname-$pkgver"
-  make DESTDIR="$pkgdir/" install
-}
-
-# vim:set ts=2 sw=2 et:

Copied: libvirt-glib/repos/community-x86_64/PKGBUILD (from rev 723975, 
libvirt-glib/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2020-10-14 20:54:04 UTC (rev 723976)
@@ -0,0 +1,32 @@
+# Maintainer: Christian Rebischke 
+# Contributor: Sergej Pupykin 
+# Contributor: Stefano Facchini 
+
+pkgname=libvirt-glib
+pkgver=3.0.0
+pkgrel=2
+pkgdesc="GLib bindings for libvirt"
+arch=('x86_64')
+url="https://libvirt.org;
+license=('LGPL2.1')
+depends=('libvirt' 'libcap-ng')
+makedepends=('intltool' 'gobject-introspection' 'vala' 'python')
+optdepends=('python: support for python')
+source=("https://libvirt.org/sources/glib/$pkgname-$pkgver.tar.gz"{,'.asc'})
+sha512sums=('b9e7d782c25b5c3a9b2829f1be8162352438ab3505510a1ca7dd64d741eaab158dc9206fdd4b0e3e27b0c049e4bcfc47db0c9a7fa1a8464e23d3c35c079e'
+'SKIP')
+validpgpkeys=('DAF3A6FDB26B62912D0E8E3FBE86EBB415104FDF') # Daniel P. Berrange 

+
+build() {
+  cd "$srcdir/$pkgname-$pkgver"
+  ./configure --prefix=/usr \
+  --disable-static
+  make
+}
+
+package() {
+  cd "$srcdir/$pkgname-$pkgver"
+  make DESTDIR="$pkgdir/" install
+}
+
+# vim:set ts=2 sw=2 et:


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

2020-10-14 Thread Frederik Schwan via arch-commits
Date: Wednesday, October 14, 2020 @ 20:54:01
  Author: freswa
Revision: 723975

implement FS#64709

Modified:
  libvirt-glib/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2020-10-14 20:48:13 UTC (rev 723974)
+++ PKGBUILD2020-10-14 20:54:01 UTC (rev 723975)
@@ -4,7 +4,7 @@
 
 pkgname=libvirt-glib
 pkgver=3.0.0
-pkgrel=1
+pkgrel=2
 pkgdesc="GLib bindings for libvirt"
 arch=('x86_64')
 url="https://libvirt.org;
@@ -12,8 +12,10 @@
 depends=('libvirt' 'libcap-ng')
 makedepends=('intltool' 'gobject-introspection' 'vala' 'python')
 optdepends=('python: support for python')
-source=("https://libvirt.org/sources/glib/$pkgname-$pkgver.tar.gz;)
-sha512sums=('b9e7d782c25b5c3a9b2829f1be8162352438ab3505510a1ca7dd64d741eaab158dc9206fdd4b0e3e27b0c049e4bcfc47db0c9a7fa1a8464e23d3c35c079e')
+source=("https://libvirt.org/sources/glib/$pkgname-$pkgver.tar.gz"{,'.asc'})
+sha512sums=('b9e7d782c25b5c3a9b2829f1be8162352438ab3505510a1ca7dd64d741eaab158dc9206fdd4b0e3e27b0c049e4bcfc47db0c9a7fa1a8464e23d3c35c079e'
+'SKIP')
+validpgpkeys=('DAF3A6FDB26B62912D0E8E3FBE86EBB415104FDF') # Daniel P. Berrange 

 
 build() {
   cd "$srcdir/$pkgname-$pkgver"


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

2020-10-14 Thread Frederik Schwan via arch-commits
Date: Wednesday, October 14, 2020 @ 20:48:11
  Author: freswa
Revision: 723973

upgpkg: libvirt-python 6.8.0-1

Modified:
  libvirt-python/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2020-10-14 20:43:39 UTC (rev 723972)
+++ PKGBUILD2020-10-14 20:48:11 UTC (rev 723973)
@@ -3,7 +3,7 @@
 # Contributor: Jonathan Wiersma 
 
 pkgname=('libvirt-python')
-pkgver=6.4.0
+pkgver=6.8.0
 pkgrel=1
 pkgdesc="libvirt python binding"
 arch=('x86_64')
@@ -12,9 +12,11 @@
 makedepends=('python' 'libvirt')
 depends=('python' 'libvirt')
 options=('emptydirs')
-source=("https://libvirt.org/sources/python/libvirt-python-${pkgver}.tar.gz;)
-sha512sums=('35757b1f8035047672eba547ce9d5476fbdc0b2859dfc3598698de4bd51139a7cb24e6e2f72a741c752a68fe86c0a4f4527a690d518dd9aed9b993258a734f2c')
-validpgpkeys=('C74415BA7C9C7F78F02E1DC34606B8A5DE95BC1F')
+source=("https://libvirt.org/sources/python/$pkgname-$pkgver.tar.gz"{,'.asc'})
+b2sums=('667c2713bf9c0936f444c5b621f5af4e5273deda31496bc01c8834286a0ec0eb1c056006549cc5d129ef597264f8582acee62db3a2fd375daa4ebbceacb8fcc1'
+'SKIP')
+validpgpkeys=('C74415BA7C9C7F78F02E1DC34606B8A5DE95BC1F'  # Daniel Veillard 

+  '453B65310595562855471199CA68BE8010084C9C') # Jiří Denemark 


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

2020-10-14 Thread Frederik Schwan via arch-commits
Date: Wednesday, October 14, 2020 @ 20:48:13
  Author: freswa
Revision: 723974

archrelease: copy trunk to community-testing-x86_64

Added:
  libvirt-python/repos/community-testing-x86_64/
  libvirt-python/repos/community-testing-x86_64/PKGBUILD
(from rev 723973, libvirt-python/trunk/PKGBUILD)
  libvirt-python/repos/community-testing-x86_64/libvirt-python.install
(from rev 723973, libvirt-python/trunk/libvirt-python.install)

+
 PKGBUILD   |   26 ++
 libvirt-python.install |3 +++
 2 files changed, 29 insertions(+)

Copied: libvirt-python/repos/community-testing-x86_64/PKGBUILD (from rev 
723973, libvirt-python/trunk/PKGBUILD)
===
--- community-testing-x86_64/PKGBUILD   (rev 0)
+++ community-testing-x86_64/PKGBUILD   2020-10-14 20:48:13 UTC (rev 723974)
@@ -0,0 +1,26 @@
+# Maintainer: Christian Rebischke 
+# Contributor: Sergej Pupykin 
+# Contributor: Jonathan Wiersma 
+
+pkgname=('libvirt-python')
+pkgver=6.8.0
+pkgrel=1
+pkgdesc="libvirt python binding"
+arch=('x86_64')
+url="https://pypi.python.org/pypi/libvirt-python;
+license=('LGPL')
+makedepends=('python' 'libvirt')
+depends=('python' 'libvirt')
+options=('emptydirs')
+source=("https://libvirt.org/sources/python/$pkgname-$pkgver.tar.gz"{,'.asc'})
+b2sums=('667c2713bf9c0936f444c5b621f5af4e5273deda31496bc01c8834286a0ec0eb1c056006549cc5d129ef597264f8582acee62db3a2fd375daa4ebbceacb8fcc1'
+'SKIP')
+validpgpkeys=('C74415BA7C9C7F78F02E1DC34606B8A5DE95BC1F'  # Daniel Veillard 

+  '453B65310595562855471199CA68BE8010084C9C') # Jiří Denemark 


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

2020-10-14 Thread Felix Yan via arch-commits
Date: Wednesday, October 14, 2020 @ 20:42:53
  Author: felixonmars
Revision: 723970

archrelease: copy trunk to community-any

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

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

Deleted: PKGBUILD
===
--- PKGBUILD2020-10-14 20:42:41 UTC (rev 723969)
+++ PKGBUILD2020-10-14 20:42:53 UTC (rev 723970)
@@ -1,34 +0,0 @@
-# Maintainer: Felix Yan 
-
-pkgname=v2ray-domain-list-community
-pkgver=20201012052934
-pkgrel=1
-pkgdesc="A list of domains to be used as geosites for routing purpose in 
Project V"
-arch=('any')
-url="https://github.com/v2fly/domain-list-community;
-license=('MIT')
-makedepends=('go' 'git')
-source=("https://github.com/v2fly/domain-list-community/archive/$pkgver/$pkgname-$pkgver.tar.gz;)
-sha512sums=('48e9097c914a658d96379260c518bcbaf32ce63f30ab87b78c320c35174040d61e9300280c906f0cf32d19b0974600d31a89ccd63342e5e34392dd201660b89f')
-
-prepare() {
-  mkdir .gopath
-  export GOPATH="$srcdir/.gopath"
-
-  mkdir -p .gopath/src/github.com/v2fly
-  ln -s "$PWD/domain-list-community-$pkgver" 
.gopath/src/github.com/v2fly/domain-list-community
-
-  go get github.com/golang/protobuf/proto
-  go get -insecure v2ray.com/core/app/router
-}
-
-build() {
-  cd .gopath
-  go run ./src/github.com/v2fly/domain-list-community/main.go
-}
-
-package() {
-  cd .gopath
-  install -Dm644 dlc.dat "$pkgdir"/usr/share/v2ray/geosite.dat
-  install -Dm644 "$srcdir"/domain-list-community-$pkgver/LICENSE 
"$pkgdir"/usr/share/licenses/$pkgname/LICENSE
-}

Copied: v2ray-domain-list-community/repos/community-any/PKGBUILD (from rev 
723969, v2ray-domain-list-community/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2020-10-14 20:42:53 UTC (rev 723970)
@@ -0,0 +1,34 @@
+# Maintainer: Felix Yan 
+
+pkgname=v2ray-domain-list-community
+pkgver=20201014042209
+pkgrel=1
+pkgdesc="A list of domains to be used as geosites for routing purpose in 
Project V"
+arch=('any')
+url="https://github.com/v2fly/domain-list-community;
+license=('MIT')
+makedepends=('go' 'git')
+source=("https://github.com/v2fly/domain-list-community/archive/$pkgver/$pkgname-$pkgver.tar.gz;)
+sha512sums=('ea9fe647f50b25fd62ea669be0b6bce81acd81cf44261c37926b12aba13a95104e5bc33d43a37a7e3ff90493c18febc505adebc8117b72dd32ad1601e8f872d3')
+
+prepare() {
+  mkdir .gopath
+  export GOPATH="$srcdir/.gopath"
+
+  mkdir -p .gopath/src/github.com/v2fly
+  ln -s "$PWD/domain-list-community-$pkgver" 
.gopath/src/github.com/v2fly/domain-list-community
+
+  go get github.com/golang/protobuf/proto
+  go get -insecure v2ray.com/core/app/router
+}
+
+build() {
+  cd .gopath
+  go run ./src/github.com/v2fly/domain-list-community/main.go
+}
+
+package() {
+  cd .gopath
+  install -Dm644 dlc.dat "$pkgdir"/usr/share/v2ray/geosite.dat
+  install -Dm644 "$srcdir"/domain-list-community-$pkgver/LICENSE 
"$pkgdir"/usr/share/licenses/$pkgname/LICENSE
+}


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

2020-10-14 Thread Felix Yan via arch-commits
Date: Wednesday, October 14, 2020 @ 20:43:39
  Author: felixonmars
Revision: 723972

archrelease: copy trunk to community-any

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

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

Deleted: PKGBUILD
===
--- PKGBUILD2020-10-14 20:43:27 UTC (rev 723971)
+++ PKGBUILD2020-10-14 20:43:39 UTC (rev 723972)
@@ -1,31 +0,0 @@
-# Maintainer: Felix Yan 
-
-pkgname=npm-check-updates
-pkgdesc='Find newer versions of dependencies than what your package.json or 
bower.json allows'
-pkgver=9.0.4
-pkgrel=1
-arch=('any')
-url='https://github.com/tjunnone/npm-check-updates'
-license=('Apache')
-depends=('npm' 'semver')
-source=(https://registry.npmjs.org/$pkgname/-/$pkgname-$pkgver.tgz)
-noextract=($pkgname-$pkgver.tgz)
-sha512sums=('92a7af0bd45746c6a8b0f6478383e6e423709ce006db29af854ed0dd0217d354835080f87e9a1201022e5d01fd577367bbdea4494cf96c33f341292edf7333d0')
-
-package() {
-  npm install -g --user root --prefix "$pkgdir"/usr 
"$srcdir"/$pkgname-$pkgver.tgz
-
-  # Experimental dedup
-  cd "$pkgdir"/usr/lib/node_modules/$pkgname/node_modules
-  for dep in semver; do
-rm -r $dep;
-  done
-
-  # Non-deterministic race in npm gives 777 permissions to random directories.
-  # See https://github.com/npm/npm/issues/9359 for details.
-  chmod -R u=rwX,go=rX "$pkgdir"
-
-  # npm installs package.json owned by build user
-  # https://bugs.archlinux.org/task/63396
-  chown -R root:root "$pkgdir"
-}

Copied: npm-check-updates/repos/community-any/PKGBUILD (from rev 723971, 
npm-check-updates/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2020-10-14 20:43:39 UTC (rev 723972)
@@ -0,0 +1,31 @@
+# Maintainer: Felix Yan 
+
+pkgname=npm-check-updates
+pkgdesc='Find newer versions of dependencies than what your package.json or 
bower.json allows'
+pkgver=9.1.0
+pkgrel=1
+arch=('any')
+url='https://github.com/tjunnone/npm-check-updates'
+license=('Apache')
+depends=('npm' 'semver')
+source=(https://registry.npmjs.org/$pkgname/-/$pkgname-$pkgver.tgz)
+noextract=($pkgname-$pkgver.tgz)
+sha512sums=('b31fe16ca58030f81f94c7df40b65762df6e65e38aed19dde832e82fef27d92c5ee729f930c0f8917b641f9357a89dcec550382609d56cbeebbd7849286319ae')
+
+package() {
+  npm install -g --user root --prefix "$pkgdir"/usr 
"$srcdir"/$pkgname-$pkgver.tgz
+
+  # Experimental dedup
+  cd "$pkgdir"/usr/lib/node_modules/$pkgname/node_modules
+  for dep in semver; do
+rm -r $dep;
+  done
+
+  # Non-deterministic race in npm gives 777 permissions to random directories.
+  # See https://github.com/npm/npm/issues/9359 for details.
+  chmod -R u=rwX,go=rX "$pkgdir"
+
+  # npm installs package.json owned by build user
+  # https://bugs.archlinux.org/task/63396
+  chown -R root:root "$pkgdir"
+}


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

2020-10-14 Thread Felix Yan via arch-commits
Date: Wednesday, October 14, 2020 @ 20:43:27
  Author: felixonmars
Revision: 723971

upgpkg: npm-check-updates 9.1.0-1

Modified:
  npm-check-updates/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2020-10-14 20:42:53 UTC (rev 723970)
+++ PKGBUILD2020-10-14 20:43:27 UTC (rev 723971)
@@ -2,7 +2,7 @@
 
 pkgname=npm-check-updates
 pkgdesc='Find newer versions of dependencies than what your package.json or 
bower.json allows'
-pkgver=9.0.4
+pkgver=9.1.0
 pkgrel=1
 arch=('any')
 url='https://github.com/tjunnone/npm-check-updates'
@@ -10,7 +10,7 @@
 depends=('npm' 'semver')
 source=(https://registry.npmjs.org/$pkgname/-/$pkgname-$pkgver.tgz)
 noextract=($pkgname-$pkgver.tgz)
-sha512sums=('92a7af0bd45746c6a8b0f6478383e6e423709ce006db29af854ed0dd0217d354835080f87e9a1201022e5d01fd577367bbdea4494cf96c33f341292edf7333d0')
+sha512sums=('b31fe16ca58030f81f94c7df40b65762df6e65e38aed19dde832e82fef27d92c5ee729f930c0f8917b641f9357a89dcec550382609d56cbeebbd7849286319ae')
 
 package() {
   npm install -g --user root --prefix "$pkgdir"/usr 
"$srcdir"/$pkgname-$pkgver.tgz


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

2020-10-14 Thread Felix Yan via arch-commits
Date: Wednesday, October 14, 2020 @ 20:42:41
  Author: felixonmars
Revision: 723969

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

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

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

Modified: PKGBUILD
===
--- PKGBUILD2020-10-14 20:41:05 UTC (rev 723968)
+++ PKGBUILD2020-10-14 20:42:41 UTC (rev 723969)
@@ -1,7 +1,7 @@
 # Maintainer: Felix Yan 
 
 pkgname=v2ray-domain-list-community
-pkgver=20201012052934
+pkgver=20201014042209
 pkgrel=1
 pkgdesc="A list of domains to be used as geosites for routing purpose in 
Project V"
 arch=('any')
@@ -9,7 +9,7 @@
 license=('MIT')
 makedepends=('go' 'git')
 
source=("https://github.com/v2fly/domain-list-community/archive/$pkgver/$pkgname-$pkgver.tar.gz;)
-sha512sums=('48e9097c914a658d96379260c518bcbaf32ce63f30ab87b78c320c35174040d61e9300280c906f0cf32d19b0974600d31a89ccd63342e5e34392dd201660b89f')
+sha512sums=('ea9fe647f50b25fd62ea669be0b6bce81acd81cf44261c37926b12aba13a95104e5bc33d43a37a7e3ff90493c18febc505adebc8117b72dd32ad1601e8f872d3')
 
 prepare() {
   mkdir .gopath


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

2020-10-14 Thread Felix Yan via arch-commits
Date: Wednesday, October 14, 2020 @ 20:40:54
  Author: felixonmars
Revision: 723967

upgpkg: feeluown-xiami 0.2.4-1

Modified:
  feeluown-xiami/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2020-10-14 20:39:44 UTC (rev 723966)
+++ PKGBUILD2020-10-14 20:40:54 UTC (rev 723967)
@@ -2,7 +2,7 @@
 # Contributor: Bruce Zhang 
 
 pkgname=feeluown-xiami
-pkgver=0.2.3
+pkgver=0.2.4
 pkgrel=1
 pkgdesc="feeluown xiami plugin"
 arch=('any')
@@ -12,7 +12,7 @@
 makedepends=('python-setuptools' 'python-pip')
 groups=('feeluown-full')
 source=("https://pypi.io/packages/source/f/fuo_xiami/fuo_xiami-$pkgver.tar.gz;)
-sha256sums=('9467161e66dd8183424dfcd0752fbfb607e2efd92173805635e001181c1a6f14')
+sha512sums=('f78b01578c8bc23a8e834ace45d6b562042f097be465d985fa7c45332c16b81eca54b414634ad49c3c7b9f55917f4dfc478af504aca81863424eb0b9c0ab')
 
 build() {
   cd fuo_xiami-$pkgver


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

2020-10-14 Thread Felix Yan via arch-commits
Date: Wednesday, October 14, 2020 @ 20:41:05
  Author: felixonmars
Revision: 723968

archrelease: copy trunk to community-any

Added:
  feeluown-xiami/repos/community-any/PKGBUILD
(from rev 723967, feeluown-xiami/trunk/PKGBUILD)
Deleted:
  feeluown-xiami/repos/community-any/PKGBUILD

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

Deleted: PKGBUILD
===
--- PKGBUILD2020-10-14 20:40:54 UTC (rev 723967)
+++ PKGBUILD2020-10-14 20:41:05 UTC (rev 723968)
@@ -1,25 +0,0 @@
-# Maintainer: Felix Yan 
-# Contributor: Bruce Zhang 
-
-pkgname=feeluown-xiami
-pkgver=0.2.3
-pkgrel=1
-pkgdesc="feeluown xiami plugin"
-arch=('any')
-url="https://github.com/feeluown/feeluown-xiami;
-license=('GPL3')
-depends=('feeluown' 'python-marshmallow' 'python-requests')
-makedepends=('python-setuptools' 'python-pip')
-groups=('feeluown-full')
-source=("https://pypi.io/packages/source/f/fuo_xiami/fuo_xiami-$pkgver.tar.gz;)
-sha256sums=('9467161e66dd8183424dfcd0752fbfb607e2efd92173805635e001181c1a6f14')
-
-build() {
-  cd fuo_xiami-$pkgver
-  python setup.py build
-}
-
-package() {
-  cd fuo_xiami-$pkgver
-  python setup.py install --root="$pkgdir/" --optimize=1 --skip-build
-}

Copied: feeluown-xiami/repos/community-any/PKGBUILD (from rev 723967, 
feeluown-xiami/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2020-10-14 20:41:05 UTC (rev 723968)
@@ -0,0 +1,25 @@
+# Maintainer: Felix Yan 
+# Contributor: Bruce Zhang 
+
+pkgname=feeluown-xiami
+pkgver=0.2.4
+pkgrel=1
+pkgdesc="feeluown xiami plugin"
+arch=('any')
+url="https://github.com/feeluown/feeluown-xiami;
+license=('GPL3')
+depends=('feeluown' 'python-marshmallow' 'python-requests')
+makedepends=('python-setuptools' 'python-pip')
+groups=('feeluown-full')
+source=("https://pypi.io/packages/source/f/fuo_xiami/fuo_xiami-$pkgver.tar.gz;)
+sha512sums=('f78b01578c8bc23a8e834ace45d6b562042f097be465d985fa7c45332c16b81eca54b414634ad49c3c7b9f55917f4dfc478af504aca81863424eb0b9c0ab')
+
+build() {
+  cd fuo_xiami-$pkgver
+  python setup.py build
+}
+
+package() {
+  cd fuo_xiami-$pkgver
+  python setup.py install --root="$pkgdir/" --optimize=1 --skip-build
+}


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

2020-10-14 Thread Frederik Schwan via arch-commits
Date: Wednesday, October 14, 2020 @ 20:39:44
  Author: freswa
Revision: 723966

archrelease: copy trunk to community-testing-x86_64

Added:
  libvirt/repos/community-testing-x86_64/
  libvirt/repos/community-testing-x86_64/CVE-2020-14339.patch
(from rev 723965, libvirt/trunk/CVE-2020-14339.patch)
  libvirt/repos/community-testing-x86_64/Changelog
(from rev 723965, libvirt/trunk/Changelog)
  libvirt/repos/community-testing-x86_64/PKGBUILD
(from rev 723965, libvirt/trunk/PKGBUILD)
  libvirt/repos/community-testing-x86_64/libvirt.install
(from rev 723965, libvirt/trunk/libvirt.install)

--+
 CVE-2020-14339.patch |  478 +
 Changelog|1 
 PKGBUILD |  216 ++
 libvirt.install  |7 
 4 files changed, 702 insertions(+)

Copied: libvirt/repos/community-testing-x86_64/CVE-2020-14339.patch (from rev 
723965, libvirt/trunk/CVE-2020-14339.patch)
===
--- community-testing-x86_64/CVE-2020-14339.patch   
(rev 0)
+++ community-testing-x86_64/CVE-2020-14339.patch   2020-10-14 20:39:44 UTC 
(rev 723966)
@@ -0,0 +1,478 @@
+diff --git a/po/POTFILES.in b/po/POTFILES.in
+index af52054aa4..eb1ffd1dbd 100644
+--- a/po/POTFILES.in
 b/po/POTFILES.in
+@@ -240,6 +240,7 @@
+ @SRCDIR@/src/util/vircrypto.c
+ @SRCDIR@/src/util/virdaemon.c
+ @SRCDIR@/src/util/virdbus.c
++@SRCDIR@/src/util/virdevmapper.c
+ @SRCDIR@/src/util/virdnsmasq.c
+ @SRCDIR@/src/util/virerror.c
+ @SRCDIR@/src/util/virerror.h
+diff --git a/src/qemu/qemu_cgroup.c b/src/qemu/qemu_cgroup.c
+index 914bf640ca..e88da02341 100644
+--- a/src/qemu/qemu_cgroup.c
 b/src/qemu/qemu_cgroup.c
+@@ -87,7 +87,7 @@ qemuSetupImagePathCgroup(virDomainObjPtr vm,
+ }
+ 
+ if (virDevMapperGetTargets(path, ) < 0 &&
+-errno != ENOSYS && errno != EBADF) {
++errno != ENOSYS) {
+ virReportSystemError(errno,
+  _("Unable to get devmapper targets for %s"),
+  path);
+diff --git a/src/qemu/qemu_domain.c b/src/qemu/qemu_domain.c
+index c5b8d91f9a..088d711ae3 100644
+--- a/src/qemu/qemu_domain.c
 b/src/qemu/qemu_domain.c
+@@ -10338,7 +10338,7 @@ qemuDomainSetupDisk(virQEMUDriverConfigPtr cfg 
G_GNUC_UNUSED,
+ return -1;
+ 
+ if (virDevMapperGetTargets(next->path, ) < 0 &&
+-errno != ENOSYS && errno != EBADF) {
++errno != ENOSYS) {
+ virReportSystemError(errno,
+  _("Unable to get devmapper targets for 
%s"),
+  next->path);
+@@ -11402,7 +11402,7 @@ qemuDomainNamespaceSetupDisk(virDomainObjPtr vm,
+ tmpPath = g_strdup(next->path);
+ 
+ if (virDevMapperGetTargets(next->path, ) < 0 &&
+-errno != ENOSYS && errno != EBADF) {
++errno != ENOSYS) {
+ virReportSystemError(errno,
+  _("Unable to get devmapper targets for 
%s"),
+  next->path);
+diff --git a/src/util/virdevmapper.c b/src/util/virdevmapper.c
+index 40a82285f9..a471504176 100644
+--- a/src/util/virdevmapper.c
 b/src/util/virdevmapper.c
+@@ -20,38 +20,67 @@
+ 
+ #include 
+ 
++#include "virdevmapper.h"
++#include "internal.h"
++
+ #ifdef __linux__
+ # include 
+-#endif
++# include 
++# include 
++# include 
++# include 
++# include 
+ 
+-#ifdef WITH_DEVMAPPER
+-# include 
+-#endif
++# include "virthread.h"
++# include "viralloc.h"
++# include "virstring.h"
++# include "virfile.h"
++
++# define VIR_FROM_THIS VIR_FROM_STORAGE
++
++# define PROC_DEVICES "/proc/devices"
++# define DM_NAME "device-mapper"
++# define DEV_DM_DIR "/dev/" DM_DIR
++# define CONTROL_PATH DEV_DM_DIR "/" DM_CONTROL_NODE
++# define BUF_SIZE (16 * 1024)
++
++G_STATIC_ASSERT(BUF_SIZE > sizeof(struct dm_ioctl));
++
++static unsigned int virDMMajor;
+ 
+-#include "virdevmapper.h"
+-#include "internal.h"
+-#include "virthread.h"
+-#include "viralloc.h"
+-#include "virstring.h"
+-
+-#ifdef WITH_DEVMAPPER
+-static void
+-virDevMapperDummyLogger(int level G_GNUC_UNUSED,
+-const char *file G_GNUC_UNUSED,
+-int line G_GNUC_UNUSED,
+-int dm_errno G_GNUC_UNUSED,
+-const char *fmt G_GNUC_UNUSED,
+-...)
+-{
+-return;
+-}
+ 
+ static int
+ virDevMapperOnceInit(void)
+ {
+-/* Ideally, we would not need this. But libdevmapper prints
+- * error messages to stderr by default. Sad but true. */
+-dm_log_with_errno_init(virDevMapperDummyLogger);
++g_autofree char *buf = NULL;
++VIR_AUTOSTRINGLIST lines = NULL;
++size_t i;
++
++if (virFileReadAll(PROC_DEVICES, BUF_SIZE, ) < 0)
++return -1;
++
++lines = 

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

2020-10-14 Thread Massimiliano Torromeo via arch-commits
Date: Wednesday, October 14, 2020 @ 20:38:57
  Author: mtorromeo
Revision: 723964

upgpkg: cockpit 230-1

Modified:
  cockpit/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2020-10-14 20:34:52 UTC (rev 723963)
+++ PKGBUILD2020-10-14 20:38:57 UTC (rev 723964)
@@ -5,7 +5,7 @@
 
 pkgbase=cockpit
 pkgname=(cockpit cockpit-pcp cockpit-dashboard cockpit-machines)
-pkgver=229
+pkgver=230
 pkgrel=1
 pkgdesc='A systemd web based user interface for Linux servers'
 arch=('x86_64')
@@ -18,8 +18,8 @@
 "cockpit.pam"
 "cockpit-ws.sysuser.conf"
 "cockpit-wsinstance.sysuser.conf")
-sha256sums=('1d18e720da971459f0e489415b966a8149a1edf93617f3d8820a7fd68f54e1ac'
-'15e36b125f36a7727adae5beb3dd7ec49d4017fa8b5c0db7a12e145cff17a420'
+sha256sums=('0971acda092e2a7672cfdbd821e4457d597cf49531f2c0a6f546203a05f66c95'
+'934e1504217822b7c6e0641bbaad1c6b83ec2339681aa970e51b87c19de14d7c'
 'a979e236681c6a06906937cf0f012e976347af5d6d7e7ae04a11acb01cc2689d'
 '1ad9dad75858264778bd94799b60c651f7cc1c7f7fa1c54622174303e639287a'
 '46ee8ecad7bc97ba588ab9471dde76e41c00daf40658902425626c3a1938b438')


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

2020-10-14 Thread Massimiliano Torromeo via arch-commits
Date: Wednesday, October 14, 2020 @ 20:39:09
  Author: mtorromeo
Revision: 723965

archrelease: copy trunk to community-x86_64

Added:
  cockpit/repos/community-x86_64/PKGBUILD
(from rev 723964, cockpit/trunk/PKGBUILD)
  cockpit/repos/community-x86_64/cockpit-ws.sysuser.conf
(from rev 723964, cockpit/trunk/cockpit-ws.sysuser.conf)
  cockpit/repos/community-x86_64/cockpit-wsinstance.sysuser.conf
(from rev 723964, cockpit/trunk/cockpit-wsinstance.sysuser.conf)
  cockpit/repos/community-x86_64/cockpit.pam
(from rev 723964, cockpit/trunk/cockpit.pam)
Deleted:
  cockpit/repos/community-x86_64/PKGBUILD
  cockpit/repos/community-x86_64/cockpit-ws.sysuser.conf
  cockpit/repos/community-x86_64/cockpit-wsinstance.sysuser.conf
  cockpit/repos/community-x86_64/cockpit.pam

-+
 PKGBUILD|  236 +++---
 cockpit-ws.sysuser.conf |2 
 cockpit-wsinstance.sysuser.conf |2 
 cockpit.pam |   10 -
 4 files changed, 125 insertions(+), 125 deletions(-)

Deleted: PKGBUILD
===
--- PKGBUILD2020-10-14 20:38:57 UTC (rev 723964)
+++ PKGBUILD2020-10-14 20:39:09 UTC (rev 723965)
@@ -1,118 +0,0 @@
-# Maintainer: Massimiliano Torromeo 
-# Contributor: Iwan Timmer 
-# Contributor: Mark Constable 
-# Contributor: Anatol Pomozov 
-
-pkgbase=cockpit
-pkgname=(cockpit cockpit-pcp cockpit-dashboard cockpit-machines)
-pkgver=229
-pkgrel=1
-pkgdesc='A systemd web based user interface for Linux servers'
-arch=('x86_64')
-url='https://cockpit-project.org/'
-license=(LGPL)
-makedepends=(krb5 libssh accountsservice perl-json perl-locale-po json-glib 
glib-networking
- git intltool gtk-doc gobject-introspection networkmanager 
libgsystem xmlto npm pcp)
-source=("https://github.com/cockpit-project/cockpit/releases/download/$pkgver/cockpit-$pkgver.tar.xz;
-
"https://github.com/cockpit-project/cockpit/releases/download/$pkgver/cockpit-cache-$pkgver.tar.xz;
-"cockpit.pam"
-"cockpit-ws.sysuser.conf"
-"cockpit-wsinstance.sysuser.conf")
-sha256sums=('1d18e720da971459f0e489415b966a8149a1edf93617f3d8820a7fd68f54e1ac'
-'15e36b125f36a7727adae5beb3dd7ec49d4017fa8b5c0db7a12e145cff17a420'
-'a979e236681c6a06906937cf0f012e976347af5d6d7e7ae04a11acb01cc2689d'
-'1ad9dad75858264778bd94799b60c651f7cc1c7f7fa1c54622174303e639287a'
-'46ee8ecad7bc97ba588ab9471dde76e41c00daf40658902425626c3a1938b438')
-
-build() {
-  cd cockpit-$pkgver
-  ./configure \
---prefix=/usr \
---sbindir=/usr/bin \
---libexecdir=/usr/lib/$pkgname/ \
---sysconfdir=/etc \
---localstatedir=/var \
---disable-dependency-tracking \
---with-appstream-data-packages='[ "archlinux-appstream-data" ]' \
---with-nfs-client-package='"nfs-utils"' \
---with-cockpit-user=cockpit-ws \
---with-cockpit-ws-instance-user=cockpit-wsinstance
-  make all
-}
-
-package_cockpit() {
-  depends=(krb5 libssh accountsservice perl-json perl-locale-po json-glib 
glib-networking)
-  backup=('etc/pam.d/cockpit')
-  optdepends=("cockpit-pcp: reading performance metrics"
-  "cockpit-dashboard: dashboard and support for connecting to 
remote hosts"
-  "cockpit-podman: user interface for managing podman containers"
-  "cockpit-machines: user interface for managing virtual machines"
-  "udisks2: manage hard disks"
-  "networkmanager: manage network connections"
-  "packagekit: manage packages"
-  "kubernetes: manage cluster")
-
-  cd cockpit-$pkgver
-  make DESTDIR="$pkgdir" install
-  rm -rf "$pkgdir"/usr/{src,lib/firewalld}
-  install -Dm644 "$srcdir"/cockpit.pam "$pkgdir"/etc/pam.d/cockpit
-  install -Dm644 "$srcdir"/cockpit-ws.sysuser.conf 
"$pkgdir"/usr/lib/sysusers.d/cockpit-ws.conf
-  install -Dm644 "$srcdir"/cockpit-wsinstance.sysuser.conf 
"$pkgdir"/usr/lib/sysusers.d/cockpit-wsinstance.conf
-
-  echo "z /usr/lib/cockpit/cockpit-session - - cockpit-wsinstance -" >> 
"$pkgdir"/usr/lib/tmpfiles.d/cockpit-tempfiles.conf
-
-  # remove unused plugins
-  rm -rf "$pkgdir"/usr/share/cockpit/{selinux,playground,sosreport} \
- 
"$pkgdir"/usr/share/metainfo/org.cockpit-project.cockpit-{selinux,sosreport}.metainfo.xml
-
-  # remove plugins packaged separately
-  rm -rf "$pkgdir"/usr/share/cockpit/{pcp,dashboard,machines} \
- 
"$pkgdir"/usr/share/metainfo/org.cockpit-project.cockpit-machines.metainfo.xml \
- "$pkgdir"/usr/lib/cockpit/cockpit-pcp \
- "$pkgdir"/var/lib/pcp
-}
-
-package_cockpit-pcp() {
-  pkgdesc='Cockpit support for reading PCP metrics and loading PCP archives'
-  depends=(cockpit pcp)
-
-  cd cockpit-$pkgver
-  make DESTDIR="$pkgdir"/tmp install
-
-  cd "$pkgdir"/tmp
-  bsdtar -cf - usr/share/cockpit/pcp usr/lib/cockpit/cockpit-pcp var/lib/pcp \
-| bsdtar -xf - -C 

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

2020-10-14 Thread Felix Yan via arch-commits
Date: Wednesday, October 14, 2020 @ 20:30:06
  Author: felixonmars
Revision: 398358

archrelease: copy trunk to testing-x86_64

Added:
  libcap/repos/testing-x86_64/
  libcap/repos/testing-x86_64/PKGBUILD
(from rev 398357, libcap/trunk/PKGBUILD)

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

Copied: libcap/repos/testing-x86_64/PKGBUILD (from rev 398357, 
libcap/trunk/PKGBUILD)
===
--- testing-x86_64/PKGBUILD (rev 0)
+++ testing-x86_64/PKGBUILD 2020-10-14 20:30:06 UTC (rev 398358)
@@ -0,0 +1,47 @@
+# Maintainer:  Bartłomiej Piotrowski 
+# Contributor: Allan McRae 
+# Contributor: Hugo Doria 
+
+pkgname=libcap
+pkgver=2.44
+pkgrel=1
+pkgdesc='POSIX 1003.1e capabilities'
+arch=(x86_64)
+url='https://sites.google.com/site/fullycapable/'
+license=(GPL2)
+depends=(glibc attr)
+makedepends=(linux-api-headers)
+provides=(libcap.so)
+source=(https://kernel.org/pub/linux/libs/security/linux-privs/libcap2/libcap-$pkgver.tar.{xz,sign})
+validpgpkeys=(38A644698C69787344E954CE29EE848AE2CCF3F4) # Andrew G. Morgan 

+sha512sums=('1bb323ca362923bd6bd0e2e4639cf8726975165a620a243b31e797056439eb7efb2bfbc8e5521636783a86c7415b2037b1638c98747b79183ca7d3d42a04ff20'
+'SKIP')
+
+prepare() {
+  cd $pkgname-$pkgver
+  sed -i "/SBINDIR/s#sbin#bin#" Make.Rules
+
+  # use our buildflags
+  sed -i "s/CFLAGS :=/CFLAGS += \$(CPPFLAGS) /" Make.Rules
+  sed -i "s/LDFLAGS :=/LDFLAGS +=/" Make.Rules
+}
+
+_makeargs=(
+  KERNEL_HEADERS=/usr/include
+  RAISE_SETFCAP=no
+  SBINDIR=/usr/bin
+  lib=lib
+  prefix=/usr
+)
+
+build() {
+  make -C $pkgname-$pkgver "${_makeargs[@]}"
+}
+
+package() {
+  cd $pkgname-$pkgver
+  make DESTDIR="$pkgdir" "${_makeargs[@]}" install
+
+  install -Dm644 pam_cap/capability.conf \
+"$pkgdir"/usr/share/doc/$pkgname/capability.conf.example
+}


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

2020-10-14 Thread Antonio Rojas via arch-commits
Date: Wednesday, October 14, 2020 @ 20:35:25
  Author: arojas
Revision: 398359

Rebuild for non-advertised libraw ABI break

Modified:
  libkdcraw/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2020-10-14 20:30:06 UTC (rev 398358)
+++ PKGBUILD2020-10-14 20:35:25 UTC (rev 398359)
@@ -4,7 +4,7 @@
 
 pkgname=libkdcraw
 pkgver=20.08.2
-pkgrel=1
+pkgrel=2
 pkgdesc="A C++ interface used to decode RAW picture"
 url="https://www.kde.org/applications/graphics/;
 arch=(x86_64)


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

2020-10-14 Thread Antonio Rojas via arch-commits
Date: Wednesday, October 14, 2020 @ 20:35:35
  Author: arojas
Revision: 398360

archrelease: copy trunk to extra-x86_64

Added:
  libkdcraw/repos/extra-x86_64/PKGBUILD
(from rev 398359, libkdcraw/trunk/PKGBUILD)
Deleted:
  libkdcraw/repos/extra-x86_64/PKGBUILD

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

Deleted: PKGBUILD
===
--- PKGBUILD2020-10-14 20:35:25 UTC (rev 398359)
+++ PKGBUILD2020-10-14 20:35:35 UTC (rev 398360)
@@ -1,28 +0,0 @@
-# Maintainer: Felix Yan 
-# Maintainer: Antonio Rojas 
-# Contributor: Andrea Scarpino 
-
-pkgname=libkdcraw
-pkgver=20.08.2
-pkgrel=1
-pkgdesc="A C++ interface used to decode RAW picture"
-url="https://www.kde.org/applications/graphics/;
-arch=(x86_64)
-license=(GPL LGPL FDL)
-depends=(qt5-base libraw)
-makedepends=(extra-cmake-modules)
-source=("https://download.kde.org/stable/release-service/$pkgver/src/$pkgname-$pkgver.tar.xz"{,.sig})
-sha256sums=('6fbf1a5ca5a439fabb01648cde4b57e1f3de2372b7f3b56ccae03f653490f1b2'
-'SKIP')
-validpgpkeys=(CA262C6C83DE4D2FB28A332A3A6A4DB839EAA6D7  # Albert Astals Cid 

-  F23275E4BF10AFC1DF6914A6DBD2CE893E2D1C87) # Christoph Feck 

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

Copied: libkdcraw/repos/extra-x86_64/PKGBUILD (from rev 398359, 
libkdcraw/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2020-10-14 20:35:35 UTC (rev 398360)
@@ -0,0 +1,28 @@
+# Maintainer: Felix Yan 
+# Maintainer: Antonio Rojas 
+# Contributor: Andrea Scarpino 
+
+pkgname=libkdcraw
+pkgver=20.08.2
+pkgrel=2
+pkgdesc="A C++ interface used to decode RAW picture"
+url="https://www.kde.org/applications/graphics/;
+arch=(x86_64)
+license=(GPL LGPL FDL)
+depends=(qt5-base libraw)
+makedepends=(extra-cmake-modules)
+source=("https://download.kde.org/stable/release-service/$pkgver/src/$pkgname-$pkgver.tar.xz"{,.sig})
+sha256sums=('6fbf1a5ca5a439fabb01648cde4b57e1f3de2372b7f3b56ccae03f653490f1b2'
+'SKIP')
+validpgpkeys=(CA262C6C83DE4D2FB28A332A3A6A4DB839EAA6D7  # Albert Astals Cid 

+  F23275E4BF10AFC1DF6914A6DBD2CE893E2D1C87) # Christoph Feck 

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


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

2020-10-14 Thread Massimiliano Torromeo via arch-commits
Date: Wednesday, October 14, 2020 @ 20:34:52
  Author: mtorromeo
Revision: 723963

archrelease: copy trunk to community-x86_64

Added:
  earlyoom/repos/community-x86_64/PKGBUILD
(from rev 723962, earlyoom/trunk/PKGBUILD)
Deleted:
  earlyoom/repos/community-x86_64/PKGBUILD

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

Deleted: PKGBUILD
===
--- PKGBUILD2020-10-14 20:34:37 UTC (rev 723962)
+++ PKGBUILD2020-10-14 20:34:52 UTC (rev 723963)
@@ -1,32 +0,0 @@
-# Maintainer: Massimiliano Torromeo 
-
-pkgname=earlyoom
-pkgver=1.6.1
-pkgrel=1
-pkgdesc="Early OOM Daemon for Linux"
-arch=('x86_64')
-url="https://github.com/rfjakob/earlyoom;
-license=('MIT')
-makedepends=('pandoc')
-optdepends=('systembus-notify: desktop notifications')
-backup=("etc/default/earlyoom")
-source=("https://github.com/rfjakob/$pkgname/archive/v$pkgver/$pkgname-$pkgver.tar.gz;)
-sha256sums=('bcd3fab4da5e1dddec952a0974c866ec90c5f9159c995f9162c45488c4d03340')
-
-prepare() {
-cd "$pkgname-$pkgver"
-sed "/systemctl|chcon/d" -ri Makefile
-sed '/^DynamicUser=/a SupplementaryGroups=proc' -i earlyoom.service.in
-sed 's;^EARLYOOM_ARGS="(.*)";EARLYOOM_ARGS="\1 -n --avoid 
'\''(^|/)(init|systemd|Xorg|sshd)$'\''";' -ri earlyoom.default
-}
-
-build() {
-cd "$pkgname-$pkgver"
-make PREFIX=/usr SYSTEMDUNITDIR=/usr/lib/systemd/system VERSION=$pkgver 
earlyoom
-}
-
-package() {
-cd "$pkgname-$pkgver"
-make install DESTDIR="$pkgdir" PREFIX=/usr 
SYSTEMDUNITDIR=/usr/lib/systemd/system
-install -Dm644 LICENSE "$pkgdir/usr/share/licenses/$pkgname/LICENSE"
-}

Copied: earlyoom/repos/community-x86_64/PKGBUILD (from rev 723962, 
earlyoom/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2020-10-14 20:34:52 UTC (rev 723963)
@@ -0,0 +1,32 @@
+# Maintainer: Massimiliano Torromeo 
+
+pkgname=earlyoom
+pkgver=1.6.2
+pkgrel=1
+pkgdesc="Early OOM Daemon for Linux"
+arch=('x86_64')
+url="https://github.com/rfjakob/earlyoom;
+license=('MIT')
+makedepends=('pandoc')
+optdepends=('systembus-notify: desktop notifications')
+backup=("etc/default/earlyoom")
+source=("https://github.com/rfjakob/$pkgname/archive/v$pkgver/$pkgname-$pkgver.tar.gz;)
+sha256sums=('227234cf9e77831c21c748bd361e1a7c415e158b96034eacd59e70586779bb6c')
+
+prepare() {
+cd "$pkgname-$pkgver"
+sed "/systemctl|chcon/d" -ri Makefile
+sed '/^DynamicUser=/a SupplementaryGroups=proc' -i earlyoom.service.in
+sed 's;^EARLYOOM_ARGS="(.*)";EARLYOOM_ARGS="\1 -n --avoid 
'\''(^|/)(init|systemd|Xorg|sshd)$'\''";' -ri earlyoom.default
+}
+
+build() {
+cd "$pkgname-$pkgver"
+make PREFIX=/usr SYSTEMDUNITDIR=/usr/lib/systemd/system VERSION=$pkgver 
earlyoom
+}
+
+package() {
+cd "$pkgname-$pkgver"
+make install DESTDIR="$pkgdir" PREFIX=/usr 
SYSTEMDUNITDIR=/usr/lib/systemd/system
+install -Dm644 LICENSE "$pkgdir/usr/share/licenses/$pkgname/LICENSE"
+}


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

2020-10-14 Thread Massimiliano Torromeo via arch-commits
Date: Wednesday, October 14, 2020 @ 20:34:37
  Author: mtorromeo
Revision: 723962

upgpkg: earlyoom 1.6.2-1

Modified:
  earlyoom/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2020-10-14 20:31:48 UTC (rev 723961)
+++ PKGBUILD2020-10-14 20:34:37 UTC (rev 723962)
@@ -1,7 +1,7 @@
 # Maintainer: Massimiliano Torromeo 
 
 pkgname=earlyoom
-pkgver=1.6.1
+pkgver=1.6.2
 pkgrel=1
 pkgdesc="Early OOM Daemon for Linux"
 arch=('x86_64')
@@ -11,7 +11,7 @@
 optdepends=('systembus-notify: desktop notifications')
 backup=("etc/default/earlyoom")
 
source=("https://github.com/rfjakob/$pkgname/archive/v$pkgver/$pkgname-$pkgver.tar.gz;)
-sha256sums=('bcd3fab4da5e1dddec952a0974c866ec90c5f9159c995f9162c45488c4d03340')
+sha256sums=('227234cf9e77831c21c748bd361e1a7c415e158b96034eacd59e70586779bb6c')
 
 prepare() {
 cd "$pkgname-$pkgver"


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

2020-10-14 Thread Felix Yan via arch-commits
Date: Wednesday, October 14, 2020 @ 20:31:38
  Author: felixonmars
Revision: 723960

upgpkg: lib32-libcap 2.44-1

Modified:
  lib32-libcap/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2020-10-14 19:43:55 UTC (rev 723959)
+++ PKGBUILD2020-10-14 20:31:38 UTC (rev 723960)
@@ -2,7 +2,7 @@
 # Contributor: Hugo Doria 
 
 pkgname=lib32-libcap
-pkgver=2.43
+pkgver=2.44
 pkgrel=1
 pkgdesc="POSIX 1003.1e capabilities (32-bit)"
 arch=(x86_64)
@@ -12,7 +12,7 @@
 makedepends=('linux-api-headers')
 provides=('libcap.so')
 
source=(https://kernel.org/pub/linux/libs/security/linux-privs/libcap2/libcap-$pkgver.tar.{xz,sign})
-sha512sums=('817add571fb2c54ad2a39974e6545b8fc8d855ecdcf2e00b2cc10e583802c49dfea2d8bca484c89ecd574fdacfc46565b51e3064a4407cf1985defb913240d45'
+sha512sums=('1bb323ca362923bd6bd0e2e4639cf8726975165a620a243b31e797056439eb7efb2bfbc8e5521636783a86c7415b2037b1638c98747b79183ca7d3d42a04ff20'
 'SKIP')
 validpgpkeys=('38A644698C69787344E954CE29EE848AE2CCF3F4') # Andrew G. Morgan 

 


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

2020-10-14 Thread Felix Yan via arch-commits
Date: Wednesday, October 14, 2020 @ 20:31:48
  Author: felixonmars
Revision: 723961

archrelease: copy trunk to multilib-testing-x86_64

Added:
  lib32-libcap/repos/multilib-testing-x86_64/
  lib32-libcap/repos/multilib-testing-x86_64/PKGBUILD
(from rev 723960, lib32-libcap/trunk/PKGBUILD)

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

Copied: lib32-libcap/repos/multilib-testing-x86_64/PKGBUILD (from rev 723960, 
lib32-libcap/trunk/PKGBUILD)
===
--- multilib-testing-x86_64/PKGBUILD(rev 0)
+++ multilib-testing-x86_64/PKGBUILD2020-10-14 20:31:48 UTC (rev 723961)
@@ -0,0 +1,45 @@
+# Maintainer: Florian Pritz 
+# Contributor: Hugo Doria 
+
+pkgname=lib32-libcap
+pkgver=2.44
+pkgrel=1
+pkgdesc="POSIX 1003.1e capabilities (32-bit)"
+arch=(x86_64)
+url="https://sites.google.com/site/fullycapable/;
+license=('GPL2')
+depends=('lib32-glibc' 'lib32-attr' 'libcap')
+makedepends=('linux-api-headers')
+provides=('libcap.so')
+source=(https://kernel.org/pub/linux/libs/security/linux-privs/libcap2/libcap-$pkgver.tar.{xz,sign})
+sha512sums=('1bb323ca362923bd6bd0e2e4639cf8726975165a620a243b31e797056439eb7efb2bfbc8e5521636783a86c7415b2037b1638c98747b79183ca7d3d42a04ff20'
+'SKIP')
+validpgpkeys=('38A644698C69787344E954CE29EE848AE2CCF3F4') # Andrew G. Morgan 

+
+prepare() {
+  cd libcap-$pkgver
+
+  # use our buildflags
+  sed -i "s/CFLAGS :=/CFLAGS += \$(CPPFLAGS) /" Make.Rules
+  sed -i "s/LDFLAGS :=/LDFLAGS +=/" Make.Rules
+}
+
+_makeargs=(
+  CC="gcc -m32"
+  KERNEL_HEADERS=/usr/include
+  RAISE_SETFCAP=no
+  SBINDIR=/usr/bin
+  lib=lib32
+  prefix=/usr
+)
+
+build() {
+  make -C libcap-$pkgver/libcap "${_makeargs[@]}"
+}
+
+package() {
+  cd libcap-$pkgver/libcap
+  make DESTDIR="$pkgdir" "${_makeargs[@]}" install
+
+  rm -r "$pkgdir"/usr/include
+}


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

2020-10-14 Thread Felix Yan via arch-commits
Date: Wednesday, October 14, 2020 @ 20:29:56
  Author: felixonmars
Revision: 398357

upgpkg: libcap 2.44-1

Modified:
  libcap/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2020-10-14 20:27:32 UTC (rev 398356)
+++ PKGBUILD2020-10-14 20:29:56 UTC (rev 398357)
@@ -3,7 +3,7 @@
 # Contributor: Hugo Doria 
 
 pkgname=libcap
-pkgver=2.43
+pkgver=2.44
 pkgrel=1
 pkgdesc='POSIX 1003.1e capabilities'
 arch=(x86_64)
@@ -14,7 +14,7 @@
 provides=(libcap.so)
 
source=(https://kernel.org/pub/linux/libs/security/linux-privs/libcap2/libcap-$pkgver.tar.{xz,sign})
 validpgpkeys=(38A644698C69787344E954CE29EE848AE2CCF3F4) # Andrew G. Morgan 

-sha512sums=('817add571fb2c54ad2a39974e6545b8fc8d855ecdcf2e00b2cc10e583802c49dfea2d8bca484c89ecd574fdacfc46565b51e3064a4407cf1985defb913240d45'
+sha512sums=('1bb323ca362923bd6bd0e2e4639cf8726975165a620a243b31e797056439eb7efb2bfbc8e5521636783a86c7415b2037b1638c98747b79183ca7d3d42a04ff20'
 'SKIP')
 
 prepare() {


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

2020-10-14 Thread Felix Yan via arch-commits
Date: Wednesday, October 14, 2020 @ 20:27:22
  Author: felixonmars
Revision: 398355

upgpkg: expat 2.2.10-1

Modified:
  expat/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2020-10-14 20:27:14 UTC (rev 398354)
+++ PKGBUILD2020-10-14 20:27:22 UTC (rev 398355)
@@ -3,8 +3,8 @@
 # Contributor: Judd Vinet 
 
 pkgname=expat
-pkgver=2.2.9
-pkgrel=3
+pkgver=2.2.10
+pkgrel=1
 pkgdesc='An XML parser library'
 arch=(x86_64)
 url='https://libexpat.github.io/'
@@ -13,7 +13,7 @@
 makedepends=(cmake)
 
source=(https://github.com/libexpat/libexpat/releases/download/R_${pkgver//./_}/expat-${pkgver}.tar.bz2{,.asc})
 validpgpkeys=(3176EF7DB2367F1FCA4F306B1F9B0E909AF37285) # Sebastian Pipping
-sha256sums=('f1063084dc4302a427dabcca499c8312b3a32a29b7d2506653ecc8f950a9a237'
+sha512sums=('9623e86024d09e3bb0cf51fd0d56ecaee5fb8c8acb71589104a63b510f73c1e84abb0ccea4e2c196bdf1d30b5ad0633a915758f75813717d031d633e34f022b7'
 'SKIP')
 
 build() {


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

2020-10-14 Thread Jelle van der Waa via arch-commits
Date: Wednesday, October 14, 2020 @ 20:27:03
  Author: jelle
Revision: 398353

upgpkg: autogen 5.18.16-2

Modified:
  autogen/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2020-10-14 19:20:05 UTC (rev 398352)
+++ PKGBUILD2020-10-14 20:27:03 UTC (rev 398353)
@@ -4,13 +4,13 @@
 
 pkgname=autogen
 pkgver=5.18.16
-pkgrel=1
+pkgrel=2
 pkgdesc="A tool designed to simplify the creation and maintenance of programs 
that contain large amounts of repetitious text"
 arch=('x86_64')
 url="https://www.gnu.org/software/autogen/;
 license=('GPL3')
-depends=('guile' 'libxml2')
-makedepends=('autogen')
+depends=('guile' 'libxml2' 'perl')
+makedepends=('autogen' 'chrpath')
 
source=(https://ftp.gnu.org/gnu/${pkgname}/rel${pkgver}/${pkgname}-${pkgver}.tar.xz{,.sig})
 validpgpkeys=('44A088E295C3A722C450590EC9EF76DEB74EE762'
   '3EEE51D1355B8EC40D9F3122495143D05D0712D1') # Bruce Korb 

@@ -37,4 +37,11 @@
 package() {
   cd "${srcdir}/${pkgname}-${pkgver}"
   make DESTDIR="${pkgdir}" install
+
+  # Remove unrequired RPATH from binaries
+  for i in ${pkgdir}/usr/bin/*; do
+if chrpath --list "$i"; then
+  chrpath --delete "$i";
+fi
+  done
 }


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

2020-10-14 Thread Jelle van der Waa via arch-commits
Date: Wednesday, October 14, 2020 @ 20:27:14
  Author: jelle
Revision: 398354

archrelease: copy trunk to testing-x86_64

Added:
  autogen/repos/testing-x86_64/
  autogen/repos/testing-x86_64/PKGBUILD
(from rev 398353, autogen/trunk/PKGBUILD)

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

Copied: autogen/repos/testing-x86_64/PKGBUILD (from rev 398353, 
autogen/trunk/PKGBUILD)
===
--- testing-x86_64/PKGBUILD (rev 0)
+++ testing-x86_64/PKGBUILD 2020-10-14 20:27:14 UTC (rev 398354)
@@ -0,0 +1,47 @@
+# Maintainer: Jan de Groot 
+# Contributor: Arjan Timmerman 
+# Contributor: Tor Krill
+
+pkgname=autogen
+pkgver=5.18.16
+pkgrel=2
+pkgdesc="A tool designed to simplify the creation and maintenance of programs 
that contain large amounts of repetitious text"
+arch=('x86_64')
+url="https://www.gnu.org/software/autogen/;
+license=('GPL3')
+depends=('guile' 'libxml2' 'perl')
+makedepends=('autogen' 'chrpath')
+source=(https://ftp.gnu.org/gnu/${pkgname}/rel${pkgver}/${pkgname}-${pkgver}.tar.xz{,.sig})
+validpgpkeys=('44A088E295C3A722C450590EC9EF76DEB74EE762'
+  '3EEE51D1355B8EC40D9F3122495143D05D0712D1') # Bruce Korb 

+sha512sums=('5f12c982dbe27873f5649a96049bf019ff183c90cc0c8a9196556b0ca02e72940cd422f6d6601f68cc7d8763b1124f2765c3b1a6335fc92ba07f84b03d2a53a1'
+'SKIP')
+
+prepare() {
+  cd $pkgname-$pkgver
+  sed -i 's/ -Werror / /' configure
+}
+
+build() {
+  cd "${srcdir}/${pkgname}-${pkgver}"
+  ./configure --prefix=/usr
+  sed -i -e 's/ -shared / -Wl,-O1,--as-needed\0/g' libtool
+  make
+}
+
+check() {
+  cd "${srcdir}/${pkgname}-${pkgver}"
+  make check -j1
+}
+
+package() {
+  cd "${srcdir}/${pkgname}-${pkgver}"
+  make DESTDIR="${pkgdir}" install
+
+  # Remove unrequired RPATH from binaries
+  for i in ${pkgdir}/usr/bin/*; do
+if chrpath --list "$i"; then
+  chrpath --delete "$i";
+fi
+  done
+}


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

2020-10-14 Thread Felix Yan via arch-commits
Date: Wednesday, October 14, 2020 @ 20:27:32
  Author: felixonmars
Revision: 398356

archrelease: copy trunk to testing-x86_64

Added:
  expat/repos/testing-x86_64/
  expat/repos/testing-x86_64/PKGBUILD
(from rev 398355, expat/trunk/PKGBUILD)

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

Copied: expat/repos/testing-x86_64/PKGBUILD (from rev 398355, 
expat/trunk/PKGBUILD)
===
--- testing-x86_64/PKGBUILD (rev 0)
+++ testing-x86_64/PKGBUILD 2020-10-14 20:27:32 UTC (rev 398356)
@@ -0,0 +1,34 @@
+# Maintainer:  Bartłomiej Piotrowski 
+# Contributor: Allan McRae 
+# Contributor: Judd Vinet 
+
+pkgname=expat
+pkgver=2.2.10
+pkgrel=1
+pkgdesc='An XML parser library'
+arch=(x86_64)
+url='https://libexpat.github.io/'
+license=(custom)
+depends=(glibc)
+makedepends=(cmake)
+source=(https://github.com/libexpat/libexpat/releases/download/R_${pkgver//./_}/expat-${pkgver}.tar.bz2{,.asc})
+validpgpkeys=(3176EF7DB2367F1FCA4F306B1F9B0E909AF37285) # Sebastian Pipping
+sha512sums=('9623e86024d09e3bb0cf51fd0d56ecaee5fb8c8acb71589104a63b510f73c1e84abb0ccea4e2c196bdf1d30b5ad0633a915758f75813717d031d633e34f022b7'
+'SKIP')
+
+build() {
+  cd $pkgname-$pkgver
+  cmake -DCMAKE_BUILD_TYPE=Release -DCMAKE_INSTALL_PREFIX=/usr -S . -B build
+  cmake --build build
+}
+
+check() {
+  cd $pkgname-$pkgver
+  cmake --build build --target tests
+}
+
+package() {
+  cd $pkgname-$pkgver
+  cmake --build build --target install -- DESTDIR="$pkgdir"
+  install -Dm644 "-t$pkgdir/usr/share/licenses/$pkgname" COPYING
+}


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

2020-10-14 Thread Bruno Pagani via arch-commits
Date: Wednesday, October 14, 2020 @ 19:43:55
  Author: archange
Revision: 723959

archrelease: copy trunk to community-x86_64

Added:
  sz/repos/community-x86_64/
  sz/repos/community-x86_64/PKGBUILD
(from rev 723958, sz/trunk/PKGBUILD)

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

Copied: sz/repos/community-x86_64/PKGBUILD (from rev 723958, sz/trunk/PKGBUILD)
===
--- community-x86_64/PKGBUILD   (rev 0)
+++ community-x86_64/PKGBUILD   2020-10-14 19:43:55 UTC (rev 723959)
@@ -0,0 +1,30 @@
+# Maintainer: Bruno Pagani 
+
+pkgname=sz
+pkgver=2.1.10
+pkgrel=1
+pkgdesc="Modular parametrizable lossy compressor framework for scientific data"
+arch=(x86_64)
+url="https://szcompressor.org/;
+license=(BSD)
+depends=(glibc gcc-libs)
+makedepends=(cmake gcc-fortran hdf5 netcdf python python-numpy swig)
+source=(https://github.com/szcompressor/SZ/releases/download/v${pkgver}/sz-${pkgver}.tar.gz)
+sha256sums=('3aba7619bdb5412218f162696f946c9d3a3df5acf128ddc685b21e45c11f6ae3')
+
+build() {
+  cmake -B build -S ${pkgname}-${pkgver} \
+-DCMAKE_INSTALL_PREFIX=/usr \
+-DCMAKE_SKIP_RPATH=ON \
+-DBUILD_FORTRAN=ON \
+-DBUILD_HDF5_FILTER=ON \
+-DBUILD_NETCDF_READER=ON \
+-DBUILD_PYTHON_WRAPPER=ON
+  make -C build
+}
+
+package() {
+  make -C build DESTDIR="${pkgdir}" install
+  install -Dm644 ${pkgname}-${pkgver}/copyright-and-BSD-license.txt -t 
"${pkgdir}"/usr/share/licenses/${pkgname}
+  rm "${pkgdir}"/usr/bin/test*
+}


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

2020-10-14 Thread Bruno Pagani via arch-commits
Date: Wednesday, October 14, 2020 @ 19:43:30
  Author: archange
Revision: 723958

Initial addition of sz to [community]

Required by the incoming ADIOS2.

Added:
  sz/
  sz/repos/
  sz/trunk/
  sz/trunk/PKGBUILD

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

Added: sz/trunk/PKGBUILD
===
--- sz/trunk/PKGBUILD   (rev 0)
+++ sz/trunk/PKGBUILD   2020-10-14 19:43:30 UTC (rev 723958)
@@ -0,0 +1,30 @@
+# Maintainer: Bruno Pagani 
+
+pkgname=sz
+pkgver=2.1.10
+pkgrel=1
+pkgdesc="Modular parametrizable lossy compressor framework for scientific data"
+arch=(x86_64)
+url="https://szcompressor.org/;
+license=(BSD)
+depends=(glibc gcc-libs)
+makedepends=(cmake gcc-fortran hdf5 netcdf python python-numpy swig)
+source=(https://github.com/szcompressor/SZ/releases/download/v${pkgver}/sz-${pkgver}.tar.gz)
+sha256sums=('3aba7619bdb5412218f162696f946c9d3a3df5acf128ddc685b21e45c11f6ae3')
+
+build() {
+  cmake -B build -S ${pkgname}-${pkgver} \
+-DCMAKE_INSTALL_PREFIX=/usr \
+-DCMAKE_SKIP_RPATH=ON \
+-DBUILD_FORTRAN=ON \
+-DBUILD_HDF5_FILTER=ON \
+-DBUILD_NETCDF_READER=ON \
+-DBUILD_PYTHON_WRAPPER=ON
+  make -C build
+}
+
+package() {
+  make -C build DESTDIR="${pkgdir}" install
+  install -Dm644 ${pkgname}-${pkgver}/copyright-and-BSD-license.txt -t 
"${pkgdir}"/usr/share/licenses/${pkgname}
+  rm "${pkgdir}"/usr/bin/test*
+}


[arch-commits] Commit in apache/repos/extra-x86_64 (18 files)

2020-10-14 Thread Jelle van der Waa via arch-commits
Date: Wednesday, October 14, 2020 @ 19:05:03
  Author: jelle
Revision: 398351

archrelease: copy trunk to extra-x86_64

Added:
  apache/repos/extra-x86_64/PKGBUILD
(from rev 398350, apache/trunk/PKGBUILD)
  apache/repos/extra-x86_64/apache-2.2-optionsbleed-CVE-2017-9798.patch
(from rev 398350, apache/trunk/apache-2.2-optionsbleed-CVE-2017-9798.patch)
  apache/repos/extra-x86_64/apache.tmpfiles.conf
(from rev 398350, apache/trunk/apache.tmpfiles.conf)
  apache/repos/extra-x86_64/arch.layout
(from rev 398350, apache/trunk/arch.layout)
  apache/repos/extra-x86_64/httpd.logrotate
(from rev 398350, apache/trunk/httpd.logrotate)
  apache/repos/extra-x86_64/httpd.service
(from rev 398350, apache/trunk/httpd.service)
  apache/repos/extra-x86_64/nohttp2forprefork.patch
(from rev 398350, apache/trunk/nohttp2forprefork.patch)
  apache/repos/extra-x86_64/openssl-malloc-init.patch
(from rev 398350, apache/trunk/openssl-malloc-init.patch)
  apache/repos/extra-x86_64/script_name.patch
(from rev 398350, apache/trunk/script_name.patch)
Deleted:
  apache/repos/extra-x86_64/PKGBUILD
  apache/repos/extra-x86_64/apache-2.2-optionsbleed-CVE-2017-9798.patch
  apache/repos/extra-x86_64/apache.tmpfiles.conf
  apache/repos/extra-x86_64/arch.layout
  apache/repos/extra-x86_64/httpd.logrotate
  apache/repos/extra-x86_64/httpd.service
  apache/repos/extra-x86_64/nohttp2forprefork.patch
  apache/repos/extra-x86_64/openssl-malloc-init.patch
  apache/repos/extra-x86_64/script_name.patch

-+
 PKGBUILD|  265 +++---
 apache-2.2-optionsbleed-CVE-2017-9798.patch |   42 -
 apache.tmpfiles.conf|2 
 arch.layout |   44 -
 httpd.logrotate |   14 
 httpd.service   |   30 
 nohttp2forprefork.patch | 1012 +-
 openssl-malloc-init.patch   |   40 -
 script_name.patch   |  168 ++--
 9 files changed, 809 insertions(+), 808 deletions(-)

Deleted: PKGBUILD
===
--- PKGBUILD2020-10-14 19:04:52 UTC (rev 398350)
+++ PKGBUILD2020-10-14 19:05:03 UTC (rev 398351)
@@ -1,132 +0,0 @@
-# Maintainer: Jan de Groot 
-# Contributor: Andrea Scarpino 
-# Contributor: Pierre Schmitz 
-
-pkgname=apache
-pkgver=2.4.46
-pkgrel=2
-pkgdesc='A high performance Unix-based HTTP server'
-arch=('x86_64')
-url='https://www.apache.org/dist/httpd'
-license=('APACHE')
-backup=(
-etc/httpd/conf/httpd.conf
-etc/httpd/conf/extra/httpd-{autoindex,dav,default,info,languages}.conf
-etc/httpd/conf/extra/httpd-{manual,mpm,multilang-errordoc}.conf
-etc/httpd/conf/extra/httpd-{ssl,userdir,vhosts}.conf
-etc/httpd/conf/extra/proxy-html.conf
-etc/httpd/conf/{mime.types,magic}
-etc/logrotate.d/httpd
-)
-provides=('mod_proxy_uwsgi')
-conflicts=('mod_proxy_uwsgi')
-replaces=('mod_proxy_uwsgi')
-depends=('zlib' 'apr-util' 'pcre' 'libnghttp2' 'openssl' 'libxcrypt')
-makedepends=('libxml2' 'lua53' 'curl' 'brotli' 'jansson')
-optdepends=(
-'lua53: for mod_lua module'
-'libxml2: for mod_proxy_html, mod_xml2enc modules'
-'curl: for mod_md module'
-'jansson: for mod_md module'
-'brotli: for mod_brotli module'
-'uwsgi: for mod_proxy_uwsgi module'
-'lynx: apachectl status'
-)
-source=(
-https://www.apache.org/dist/httpd/httpd-${pkgver}.tar.bz2{,.asc}
-openssl-malloc-init.patch
-apache.tmpfiles.conf
-httpd.logrotate
-httpd.service
-arch.layout
-)
-sha256sums=('740eddf6e1c641992b22359cabc66e6325868c3c5e2e3f98faf349b61ecf41ea'
-'SKIP'
-'d305f8b52ac2a9bbda7bb0776496471e69e9d30642740f594d00086a8c7e344c'
-'63da1a420f4714a3e7af2672d28384419cc7eedbe7bf35baebd02938fabc15bf'
-'0bbbfae23a917b2fce0bf8f900f60319b50769224a96314e9301a75ccd078e16'
-'f574bac6d5f398e7a649fc0e1ca66ff01ad4ef34dac71258e93d8a9d9a2b3960'
-'dda05c6e76f12624e418ca18a36f2e90ec1c5b1cc52fed7142fce6076ec413f3')
-validpgpkeys=('A93D62ECC3C8EA12DB220EC934EA76E6791485A8' # Jim Jagielski
-  'B9E8213AEFB861AF35A41F2C995E35221AD84DFF'
- 'E3480043595621FE56105F112AB12A7ADC55C003') # Daniel Ruggeri 
-
-prepare() {
-  cd httpd-${pkgver}
-
-  # set default user
-  sed -e 's#User daemon#User http#' \
-  -e 's#Group daemon#Group http#' \
-  -i docs/conf/httpd.conf.in
-
-  cat "${srcdir}/arch.layout" >> config.layout
-
-  # https://github.com/openssl/openssl/issues/2865
-  patch -Np1 -i ../openssl-malloc-init.patch
-}
-
-build() {
-  cd httpd-${pkgver}
-
-  ./configure --sbindir=/usr/bin \
-  --enable-layout=Arch \
-  --enable-mpms-shared=all \
-  --enable-modules=all \
-  --enable-mods-shared=all \
-  --enable-so \
-  --enable-suexec \
-  --with-suexec-caller=http \
-  

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

2020-10-14 Thread Andreas Radke via arch-commits
Date: Wednesday, October 14, 2020 @ 19:03:28
  Author: andyrtr
Revision: 398349

archrelease: copy trunk to extra-x86_64

Added:
  sane-airscan/repos/extra-x86_64/PKGBUILD
(from rev 398348, sane-airscan/trunk/PKGBUILD)
Deleted:
  sane-airscan/repos/extra-x86_64/PKGBUILD

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

Deleted: PKGBUILD
===
--- PKGBUILD2020-10-14 19:03:13 UTC (rev 398348)
+++ PKGBUILD2020-10-14 19:03:28 UTC (rev 398349)
@@ -1,30 +0,0 @@
-# Maintainer: Andreas Radke 
-# Contributor: Thomas Kiss 
-
-pkgname=sane-airscan
-pkgver=0.99.17
-pkgrel=1
-pkgdesc="SANE - SANE backend for AirScan (eSCL) and WSD document scanners"
-url="https://github.com/alexpevzner/sane-airscan;
-arch=('x86_64')
-license=('GPL2')
-depends=('sane' 'libsoup')
-#makedepends=('meson')
-optdepends=('ipp-usb: allows to send HTTP requests via a USB connection on 
devices without Ethernet or WiFi connections')
-backup=(etc/sane.d/airscan.conf)
-source=("$pkgname-$pkgver.tar.gz"::"https://github.com/alexpevzner/${pkgname}/archive/${pkgver}.tar.gz;)
-sha256sums=('831306d313e5652e52b407e638daaf83860adc726cca9bfd6a7d1b79af8e3a0c')
-
-build() {
-cd ${pkgname}-${pkgver}
-make
-}
-
-package() {
-cd ${pkgname}-${pkgver}
-make DESTDIR="${pkgdir}" install
-install -Dm644 README.md "${pkgdir}/usr/share/doc/${pkgname}/README"
-# add missing .so symlink
-cd "${pkgdir}"/usr/lib/sane
-ln -vsf libsane-airscan.so.1 libsane-airscan.so
-}

Copied: sane-airscan/repos/extra-x86_64/PKGBUILD (from rev 398348, 
sane-airscan/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2020-10-14 19:03:28 UTC (rev 398349)
@@ -0,0 +1,30 @@
+# Maintainer: Andreas Radke 
+# Contributor: Thomas Kiss 
+
+pkgname=sane-airscan
+pkgver=0.99.18
+pkgrel=1
+pkgdesc="SANE - SANE backend for AirScan (eSCL) and WSD document scanners"
+url="https://github.com/alexpevzner/sane-airscan;
+arch=('x86_64')
+license=('GPL2')
+depends=('sane' 'libsoup')
+#makedepends=('meson')
+optdepends=('ipp-usb: allows to send HTTP requests via a USB connection on 
devices without Ethernet or WiFi connections')
+backup=(etc/sane.d/airscan.conf)
+source=("$pkgname-$pkgver.tar.gz"::"https://github.com/alexpevzner/${pkgname}/archive/${pkgver}.tar.gz;)
+sha256sums=('45576dd5c71502f68996dbbb93367f67d36e29212a728c617e0e9f35530bb20d')
+
+build() {
+cd ${pkgname}-${pkgver}
+make
+}
+
+package() {
+cd ${pkgname}-${pkgver}
+make DESTDIR="${pkgdir}" install
+install -Dm644 README.md "${pkgdir}/usr/share/doc/${pkgname}/README"
+# add missing .so symlink
+cd "${pkgdir}"/usr/lib/sane
+ln -vsf libsane-airscan.so.1 libsane-airscan.so
+}


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

2020-10-14 Thread Jelle van der Waa via arch-commits
Date: Wednesday, October 14, 2020 @ 19:04:52
  Author: jelle
Revision: 398350

Add perl optional dependency

https://www.archlinux.org/todo/perl-transient-openssl-dependencies/

Modified:
  apache/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2020-10-14 19:03:28 UTC (rev 398349)
+++ PKGBUILD2020-10-14 19:04:52 UTC (rev 398350)
@@ -4,7 +4,7 @@
 
 pkgname=apache
 pkgver=2.4.46
-pkgrel=2
+pkgrel=3
 pkgdesc='A high performance Unix-based HTTP server'
 arch=('x86_64')
 url='https://www.apache.org/dist/httpd'
@@ -31,6 +31,7 @@
 'brotli: for mod_brotli module'
 'uwsgi: for mod_proxy_uwsgi module'
 'lynx: apachectl status'
+'perl: for apxs and dbmmanage'
 )
 source=(
 https://www.apache.org/dist/httpd/httpd-${pkgver}.tar.bz2{,.asc}


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

2020-10-14 Thread Andreas Radke via arch-commits
Date: Wednesday, October 14, 2020 @ 19:03:13
  Author: andyrtr
Revision: 398348

upgpkg: sane-airscan 0.99.18-1: upstream update 0.99.18

Modified:
  sane-airscan/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2020-10-14 18:48:31 UTC (rev 398347)
+++ PKGBUILD2020-10-14 19:03:13 UTC (rev 398348)
@@ -2,7 +2,7 @@
 # Contributor: Thomas Kiss 
 
 pkgname=sane-airscan
-pkgver=0.99.17
+pkgver=0.99.18
 pkgrel=1
 pkgdesc="SANE - SANE backend for AirScan (eSCL) and WSD document scanners"
 url="https://github.com/alexpevzner/sane-airscan;
@@ -13,7 +13,7 @@
 optdepends=('ipp-usb: allows to send HTTP requests via a USB connection on 
devices without Ethernet or WiFi connections')
 backup=(etc/sane.d/airscan.conf)
 
source=("$pkgname-$pkgver.tar.gz"::"https://github.com/alexpevzner/${pkgname}/archive/${pkgver}.tar.gz;)
-sha256sums=('831306d313e5652e52b407e638daaf83860adc726cca9bfd6a7d1b79af8e3a0c')
+sha256sums=('45576dd5c71502f68996dbbb93367f67d36e29212a728c617e0e9f35530bb20d')
 
 build() {
 cd ${pkgname}-${pkgver}


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

2020-10-14 Thread Jelle van der Waa via arch-commits
Date: Wednesday, October 14, 2020 @ 18:55:47
  Author: jelle
Revision: 723956

upgpkg: kmymoney 5.1.0-2

Modified:
  kmymoney/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2020-10-14 18:52:15 UTC (rev 723955)
+++ PKGBUILD2020-10-14 18:55:47 UTC (rev 723956)
@@ -7,7 +7,7 @@
 
 pkgname=kmymoney
 pkgver=5.1.0
-pkgrel=1
+pkgrel=2
 pkgdesc="Personal finance manager for KDE which operates similarly to MS-Money 
or Quicken"
 arch=('x86_64')
 url="https://kmymoney.org/;
@@ -18,6 +18,7 @@
  'ktextwidgets' 'knotifications' 'kio' 'kdoctools' 'kholidays' 'kross' 
'kactivities'
  'kqtquickcharts' 'kdiagram' 'kdewebkit' 'kcontacts' 'libical' 
'libakonadi' 'shared-mime-info')
 makedepends=('boost' 'extra-cmake-modules' 'doxygen')
+optdepends=('perl: for financequote.pl')
 changelog=$pkgname.changelog
 
source=(https://download.kde.org/stable/$pkgname/$pkgver/src/$pkgname-$pkgver.tar.xz{,.sig})
 validpgpkeys=('D69A745A55331F44F404D8258D4DE062AA2EB01C')


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

2020-10-14 Thread Jelle van der Waa via arch-commits
Date: Wednesday, October 14, 2020 @ 18:55:54
  Author: jelle
Revision: 723957

archrelease: copy trunk to community-x86_64

Added:
  kmymoney/repos/community-x86_64/PKGBUILD
(from rev 723956, kmymoney/trunk/PKGBUILD)
  kmymoney/repos/community-x86_64/kmymoney.changelog
(from rev 723956, kmymoney/trunk/kmymoney.changelog)
Deleted:
  kmymoney/repos/community-x86_64/PKGBUILD
  kmymoney/repos/community-x86_64/kmymoney.changelog

+
 PKGBUILD   |   89 +++---
 kmymoney.changelog |  204 +--
 2 files changed, 147 insertions(+), 146 deletions(-)

Deleted: PKGBUILD
===
--- PKGBUILD2020-10-14 18:55:47 UTC (rev 723956)
+++ PKGBUILD2020-10-14 18:55:54 UTC (rev 723957)
@@ -1,44 +0,0 @@
-# Maintainer: Jaroslav Lichtblau 
-# Contributor: Laurent Carlier 
-# Contributor: Vamp898 
-# Contributor: Jaroslaw Swierczynski 
-# Contributor: Eric Belanger 
-# Contributor: Todd Maynard 
-
-pkgname=kmymoney
-pkgver=5.1.0
-pkgrel=1
-pkgdesc="Personal finance manager for KDE which operates similarly to MS-Money 
or Quicken"
-arch=('x86_64')
-url="https://kmymoney.org/;
-license=('GPL')
-depends=('aqbanking' 'gwenhywfar' 'boost-libs' 'libalkimia' 'sqlcipher' 
'qt5-base' 'qgpgme' 'karchive'
- 'kcoreaddons' 'kconfig' 'kwidgetsaddons' 'ki18n' 'kcompletion' 
'kcmutils' 'kitemmodels'
- 'kitemviews' 'kservice' 'kwallet' 'kiconthemes' 'kxmlgui' 
'kidentitymanagement'
- 'ktextwidgets' 'knotifications' 'kio' 'kdoctools' 'kholidays' 'kross' 
'kactivities'
- 'kqtquickcharts' 'kdiagram' 'kdewebkit' 'kcontacts' 'libical' 
'libakonadi' 'shared-mime-info')
-makedepends=('boost' 'extra-cmake-modules' 'doxygen')
-changelog=$pkgname.changelog
-source=(https://download.kde.org/stable/$pkgname/$pkgver/src/$pkgname-$pkgver.tar.xz{,.sig})
-validpgpkeys=('D69A745A55331F44F404D8258D4DE062AA2EB01C')
-sha256sums=('2db968f1d112b913fde3e0e5160215ca689ea2ca5ce3f6f00a4ef97330f71351'
-'SKIP')
-
-build() {
-  cd "${srcdir}"/$pkgname-$pkgver
-
-  mkdir build
-  cd build
-
-  cmake ../ \
--DCMAKE_INSTALL_LIBDIR=lib \
--DCMAKE_SKIP_RPATH=YES \
--Wno-dev
-  make
-}
-
-package() {
-  cd "${srcdir}"/$pkgname-$pkgver/build
-
-  make DESTDIR="${pkgdir}" install
-}

Copied: kmymoney/repos/community-x86_64/PKGBUILD (from rev 723956, 
kmymoney/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2020-10-14 18:55:54 UTC (rev 723957)
@@ -0,0 +1,45 @@
+# Maintainer: Jaroslav Lichtblau 
+# Contributor: Laurent Carlier 
+# Contributor: Vamp898 
+# Contributor: Jaroslaw Swierczynski 
+# Contributor: Eric Belanger 
+# Contributor: Todd Maynard 
+
+pkgname=kmymoney
+pkgver=5.1.0
+pkgrel=2
+pkgdesc="Personal finance manager for KDE which operates similarly to MS-Money 
or Quicken"
+arch=('x86_64')
+url="https://kmymoney.org/;
+license=('GPL')
+depends=('aqbanking' 'gwenhywfar' 'boost-libs' 'libalkimia' 'sqlcipher' 
'qt5-base' 'qgpgme' 'karchive'
+ 'kcoreaddons' 'kconfig' 'kwidgetsaddons' 'ki18n' 'kcompletion' 
'kcmutils' 'kitemmodels'
+ 'kitemviews' 'kservice' 'kwallet' 'kiconthemes' 'kxmlgui' 
'kidentitymanagement'
+ 'ktextwidgets' 'knotifications' 'kio' 'kdoctools' 'kholidays' 'kross' 
'kactivities'
+ 'kqtquickcharts' 'kdiagram' 'kdewebkit' 'kcontacts' 'libical' 
'libakonadi' 'shared-mime-info')
+makedepends=('boost' 'extra-cmake-modules' 'doxygen')
+optdepends=('perl: for financequote.pl')
+changelog=$pkgname.changelog
+source=(https://download.kde.org/stable/$pkgname/$pkgver/src/$pkgname-$pkgver.tar.xz{,.sig})
+validpgpkeys=('D69A745A55331F44F404D8258D4DE062AA2EB01C')
+sha256sums=('2db968f1d112b913fde3e0e5160215ca689ea2ca5ce3f6f00a4ef97330f71351'
+'SKIP')
+
+build() {
+  cd "${srcdir}"/$pkgname-$pkgver
+
+  mkdir build
+  cd build
+
+  cmake ../ \
+-DCMAKE_INSTALL_LIBDIR=lib \
+-DCMAKE_SKIP_RPATH=YES \
+-Wno-dev
+  make
+}
+
+package() {
+  cd "${srcdir}"/$pkgname-$pkgver/build
+
+  make DESTDIR="${pkgdir}" install
+}

Deleted: kmymoney.changelog
===
--- kmymoney.changelog  2020-10-14 18:55:47 UTC (rev 723956)
+++ kmymoney.changelog  2020-10-14 18:55:54 UTC (rev 723957)
@@ -1,102 +0,0 @@
-2020-07-09 Jaroslav Lichtblau 
-   * kmymoney 5.1.0-1
-
-2020-03-29 Jaroslav Lichtblau 
-   * kmymoney 5.0.8-2 - FS#66007 fix
-
-2020-01-25 Jaroslav Lichtblau 
-   * kmymoney 5.0.8-1
-
-2019-09-30 Jaroslav Lichtblau 
-   * kmymoney 5.0.7-1
-
-2019-01-29 Jaroslav Lichtblau 
-   * kmymoney 5.0.3-1
-
-2018-11-05 Jaroslav Lichtblau 
-   * kmymoney 5.0.2-1
-
-2018-04-02 Jaroslav Lichtblau 
-   * kmymoney 5.0.1-1
-
-2018-02-14 Jaroslav Lichtblau 
-   * kmymoney 5.0.0-3 aqbanking rebuild
-
-2018-02-09 Jaroslav Lichtblau 
-   * 

[arch-commits] Commit in (beignet)

2020-10-14 Thread Evangelos Foutras via arch-commits
Date: Wednesday, October 14, 2020 @ 18:52:15
  Author: foutrelis
Revision: 723955

Remove beignet; moved to the AUR

Deleted:
  beignet/


  1   2   3   >