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

2020-01-21 Thread Felix Yan via arch-commits
Date: Wednesday, January 22, 2020 @ 07:34:55
  Author: felixonmars
Revision: 553414

archrelease: copy trunk to community-staging-x86_64

Added:
  haskell-generic-data/repos/community-staging-x86_64/
  haskell-generic-data/repos/community-staging-x86_64/PKGBUILD
(from rev 553413, haskell-generic-data/trunk/PKGBUILD)

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

Copied: haskell-generic-data/repos/community-staging-x86_64/PKGBUILD (from rev 
553413, haskell-generic-data/trunk/PKGBUILD)
===
--- community-staging-x86_64/PKGBUILD   (rev 0)
+++ community-staging-x86_64/PKGBUILD   2020-01-22 07:34:55 UTC (rev 553414)
@@ -0,0 +1,42 @@
+# Maintainer: Felix Yan 
+
+_hkgname=generic-data
+pkgname=haskell-generic-data
+pkgver=0.7.0.0
+pkgrel=2
+pkgdesc="Deriving instances with GHC.Generics and related utilities"
+url="https://github.com/Lysxia/generic-data;
+license=('MIT')
+arch=('x86_64')
+depends=('ghc-libs' 'haskell-base-orphans' 'haskell-contravariant' 
'haskell-show-combinators')
+makedepends=('ghc' 'haskell-generic-lens' 'haskell-one-liner' 'haskell-tasty' 
'haskell-tasty-hunit')
+source=(https://hackage.haskell.org/packages/archive/${_hkgname}/${pkgver}/${_hkgname}-${pkgver}.tar.gz)
+sha512sums=('0af703a1573acb9856fbd94e46b1c2aae13f9e02a7c3f95c3134ca9d0bb2512852f465aa5740021b2c59e1104d8a45d7e9965de782746bc0842c08424ee6afc1')
+
+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
+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-generic-data/trunk (PKGBUILD)

2020-01-21 Thread Felix Yan via arch-commits
Date: Wednesday, January 22, 2020 @ 07:34:44
  Author: felixonmars
Revision: 553413

upgpkg: haskell-generic-data 0.7.0.0-2: rebuild with ghc 8.8.1, cabal-doctest 
1.0.7, polyparse 1.13, primitive 0.7.0.0, regex-base 0.94.0.0, regex-pcre 
0.95.0.0, regex-posix 0.96.0.0, regex-tdfa 1.3.1.0, easytest 0.3, 
unexceptionalio 0.5.0, gtk2hs-buildtools 0.13.8.0, ghc-typelits-natnormalise 
0.7, resolv 0.1.1.3, ghc-typelits-knownnat 0.7.1, memory 0.15.0, RSA 2.4.1, 
foldl 1.4.6, lens 4.18, postgresql-binary 0.12.2, tls 1.5.0

Modified:
  haskell-generic-data/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2020-01-22 07:33:39 UTC (rev 553412)
+++ PKGBUILD2020-01-22 07:34:44 UTC (rev 553413)
@@ -3,7 +3,7 @@
 _hkgname=generic-data
 pkgname=haskell-generic-data
 pkgver=0.7.0.0
-pkgrel=1
+pkgrel=2
 pkgdesc="Deriving instances with GHC.Generics and related utilities"
 url="https://github.com/Lysxia/generic-data;
 license=('MIT')


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

2020-01-21 Thread Felix Yan via arch-commits
Date: Wednesday, January 22, 2020 @ 07:33:39
  Author: felixonmars
Revision: 553412

archrelease: copy trunk to community-x86_64

Added:
  haskell-generic-data/repos/community-x86_64/
  haskell-generic-data/repos/community-x86_64/PKGBUILD
(from rev 553411, haskell-generic-data/trunk/PKGBUILD)

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

Copied: haskell-generic-data/repos/community-x86_64/PKGBUILD (from rev 553411, 
haskell-generic-data/trunk/PKGBUILD)
===
--- community-x86_64/PKGBUILD   (rev 0)
+++ community-x86_64/PKGBUILD   2020-01-22 07:33:39 UTC (rev 553412)
@@ -0,0 +1,42 @@
+# Maintainer: Felix Yan 
+
+_hkgname=generic-data
+pkgname=haskell-generic-data
+pkgver=0.7.0.0
+pkgrel=1
+pkgdesc="Deriving instances with GHC.Generics and related utilities"
+url="https://github.com/Lysxia/generic-data;
+license=('MIT')
+arch=('x86_64')
+depends=('ghc-libs' 'haskell-base-orphans' 'haskell-contravariant' 
'haskell-show-combinators')
+makedepends=('ghc' 'haskell-generic-lens' 'haskell-one-liner' 'haskell-tasty' 
'haskell-tasty-hunit')
+source=(https://hackage.haskell.org/packages/archive/${_hkgname}/${pkgver}/${_hkgname}-${pkgver}.tar.gz)
+sha512sums=('0af703a1573acb9856fbd94e46b1c2aae13f9e02a7c3f95c3134ca9d0bb2512852f465aa5740021b2c59e1104d8a45d7e9965de782746bc0842c08424ee6afc1')
+
+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
+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 (4 files)

2020-01-21 Thread Felix Yan via arch-commits
Date: Wednesday, January 22, 2020 @ 07:33:23
  Author: felixonmars
Revision: 553411

addpkg: haskell-generic-data 0.7.0.0-1

Added:
  haskell-generic-data/
  haskell-generic-data/repos/
  haskell-generic-data/trunk/
  haskell-generic-data/trunk/PKGBUILD

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

Added: haskell-generic-data/trunk/PKGBUILD
===
--- haskell-generic-data/trunk/PKGBUILD (rev 0)
+++ haskell-generic-data/trunk/PKGBUILD 2020-01-22 07:33:23 UTC (rev 553411)
@@ -0,0 +1,42 @@
+# Maintainer: Felix Yan 
+
+_hkgname=generic-data
+pkgname=haskell-generic-data
+pkgver=0.7.0.0
+pkgrel=1
+pkgdesc="Deriving instances with GHC.Generics and related utilities"
+url="https://github.com/Lysxia/generic-data;
+license=('MIT')
+arch=('x86_64')
+depends=('ghc-libs' 'haskell-base-orphans' 'haskell-contravariant' 
'haskell-show-combinators')
+makedepends=('ghc' 'haskell-generic-lens' 'haskell-one-liner' 'haskell-tasty' 
'haskell-tasty-hunit')
+source=(https://hackage.haskell.org/packages/archive/${_hkgname}/${pkgver}/${_hkgname}-${pkgver}.tar.gz)
+sha512sums=('0af703a1573acb9856fbd94e46b1c2aae13f9e02a7c3f95c3134ca9d0bb2512852f465aa5740021b2c59e1104d8a45d7e9965de782746bc0842c08424ee6afc1')
+
+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
+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 python-pytest/trunk (PKGBUILD)

2020-01-21 Thread Felix Yan via arch-commits
Date: Wednesday, January 22, 2020 @ 07:30:11
  Author: felixonmars
Revision: 553409

upgpkg: python-pytest 5.3.3-1

Modified:
  python-pytest/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2020-01-22 07:19:01 UTC (rev 553408)
+++ PKGBUILD2020-01-22 07:30:11 UTC (rev 553409)
@@ -2,7 +2,7 @@
 # Contributor: Felix Kaiser 
 
 pkgname=python-pytest
-pkgver=5.3.2
+pkgver=5.3.3
 pkgrel=1
 pkgdesc="Simple powerful testing with Python"
 arch=('any')
@@ -17,7 +17,7 @@
   'python-numpy' 'python-twisted' 'python-pytest-xdist' 
'python-decorator'
   'python-jinja' 'python-pexpect')
 
source=("$pkgname-$pkgver.tar.gz::https://github.com/pytest-dev/pytest/archive/$pkgver.tar.gz;)
-sha512sums=('47d598099abc62c63312eb92be92b77a21437544f578cace81843213a496640fbea76faba8570785b8d23b541cb80222e612e885c4c2334ec02cdb99be9eacb5')
+sha512sums=('c5fab42b7f8c96c2c2980cc9957e64a7886e77739331bafa2eb70cb709d7c1651408604ee6bcca730d32e0e22a874259dffb1bfd43d6b6a0cdab4fe2cca6dda1')
 
 export SETUPTOOLS_SCM_PRETEND_VERSION=$pkgver
 


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

2020-01-21 Thread Felix Yan via arch-commits
Date: Wednesday, January 22, 2020 @ 07:30:25
  Author: felixonmars
Revision: 553410

archrelease: copy trunk to community-any

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

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

Deleted: PKGBUILD
===
--- PKGBUILD2020-01-22 07:30:11 UTC (rev 553409)
+++ PKGBUILD2020-01-22 07:30:25 UTC (rev 553410)
@@ -1,46 +0,0 @@
-# Maintainer: Felix Yan 
-# Contributor: Felix Kaiser 
-
-pkgname=python-pytest
-pkgver=5.3.2
-pkgrel=1
-pkgdesc="Simple powerful testing with Python"
-arch=('any')
-license=('MIT')
-url="https://pytest.org/;
-depends=('python-py' 'python-setuptools' 'python-pluggy' 'python-attrs' 
'python-more-itertools'
- 'python-atomicwrites' 'python-wcwidth' 'python-importlib-metadata')
-makedepends=('python-setuptools-scm')
-checkdepends=('lsof' 'python-nose' 'python-mock' 'python-requests' 
'python-hypothesis'
-  'python-argcomplete' 'python-xmlschema'
-  # Unlisted, but actually used. Check again after a while:
-  'python-numpy' 'python-twisted' 'python-pytest-xdist' 
'python-decorator'
-  'python-jinja' 'python-pexpect')
-source=("$pkgname-$pkgver.tar.gz::https://github.com/pytest-dev/pytest/archive/$pkgver.tar.gz;)
-sha512sums=('47d598099abc62c63312eb92be92b77a21437544f578cace81843213a496640fbea76faba8570785b8d23b541cb80222e612e885c4c2334ec02cdb99be9eacb5')
-
-export SETUPTOOLS_SCM_PRETEND_VERSION=$pkgver
-
-prepare() {
-  # Ignore warnings that break test
-  sed -e 's|2 passed in|2 passed|' -i pytest-$pkgver/testing/test_pdb.py
-}
-
-build() {
-  cd pytest-$pkgver
-  python setup.py build
-}
-
-check() {
-  # Skip test_collect_pyargs_with_testpaths because it mangles PYTHONPATH
-
-  cd pytest-$pkgver
-  python setup.py egg_info
-  PYTHONPATH="$PWD"/build/lib python src/pytest/__main__.py -k 'not 
test_collect_pyargs_with_testpaths'
-}
-
-package() {
-  cd pytest-$pkgver
-  python setup.py install --root="$pkgdir" --optimize=1
-  install -D -m644 LICENSE "$pkgdir"/usr/share/licenses/$pkgname/LICENSE
-}

Copied: python-pytest/repos/community-any/PKGBUILD (from rev 553409, 
python-pytest/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2020-01-22 07:30:25 UTC (rev 553410)
@@ -0,0 +1,46 @@
+# Maintainer: Felix Yan 
+# Contributor: Felix Kaiser 
+
+pkgname=python-pytest
+pkgver=5.3.3
+pkgrel=1
+pkgdesc="Simple powerful testing with Python"
+arch=('any')
+license=('MIT')
+url="https://pytest.org/;
+depends=('python-py' 'python-setuptools' 'python-pluggy' 'python-attrs' 
'python-more-itertools'
+ 'python-atomicwrites' 'python-wcwidth' 'python-importlib-metadata')
+makedepends=('python-setuptools-scm')
+checkdepends=('lsof' 'python-nose' 'python-mock' 'python-requests' 
'python-hypothesis'
+  'python-argcomplete' 'python-xmlschema'
+  # Unlisted, but actually used. Check again after a while:
+  'python-numpy' 'python-twisted' 'python-pytest-xdist' 
'python-decorator'
+  'python-jinja' 'python-pexpect')
+source=("$pkgname-$pkgver.tar.gz::https://github.com/pytest-dev/pytest/archive/$pkgver.tar.gz;)
+sha512sums=('c5fab42b7f8c96c2c2980cc9957e64a7886e77739331bafa2eb70cb709d7c1651408604ee6bcca730d32e0e22a874259dffb1bfd43d6b6a0cdab4fe2cca6dda1')
+
+export SETUPTOOLS_SCM_PRETEND_VERSION=$pkgver
+
+prepare() {
+  # Ignore warnings that break test
+  sed -e 's|2 passed in|2 passed|' -i pytest-$pkgver/testing/test_pdb.py
+}
+
+build() {
+  cd pytest-$pkgver
+  python setup.py build
+}
+
+check() {
+  # Skip test_collect_pyargs_with_testpaths because it mangles PYTHONPATH
+
+  cd pytest-$pkgver
+  python setup.py egg_info
+  PYTHONPATH="$PWD"/build/lib python src/pytest/__main__.py -k 'not 
test_collect_pyargs_with_testpaths'
+}
+
+package() {
+  cd pytest-$pkgver
+  python setup.py install --root="$pkgdir" --optimize=1
+  install -D -m644 LICENSE "$pkgdir"/usr/share/licenses/$pkgname/LICENSE
+}


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

2020-01-21 Thread Felix Yan via arch-commits
Date: Wednesday, January 22, 2020 @ 07:22:29
  Author: felixonmars
Revision: 373775

upgpkg: perl-timedate 2.31-1

Modified:
  perl-timedate/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2020-01-22 07:03:04 UTC (rev 373774)
+++ PKGBUILD2020-01-22 07:22:29 UTC (rev 373775)
@@ -3,8 +3,8 @@
 # Contributor: Manolis Tzanidakis
 
 pkgname=perl-timedate
-pkgver=2.30
-pkgrel=6
+pkgver=2.31
+pkgrel=1
 pkgdesc="Date formating subroutines"
 arch=('any')
 license=('PerlArtistic')
@@ -13,8 +13,8 @@
 replaces=('timedate')
 provides=('timedate')
 options=('!emptydirs')
-source=("https://www.cpan.org/authors/id/G/GB/GBARR/TimeDate-$pkgver.tar.gz;)
-md5sums=('b1d91153ac971347aee84292ed886c1c')
+source=("https://www.cpan.org/authors/id/A/AT/ATOOMIC/TimeDate-$pkgver.tar.gz;)
+sha512sums=('abee40d77ce4a57e251575b450406b1d26ac369d05899c1630f996b6f3c0c5ac222b84ff04d6fdf4c0763eb0a5bc45a59edadcfb15c73982787c8c17e0ee2a2a')
 
 build() {
   cd TimeDate-$pkgver


[arch-commits] Commit in perl-timedate/repos/extra-any (PKGBUILD PKGBUILD)

2020-01-21 Thread Felix Yan via arch-commits
Date: Wednesday, January 22, 2020 @ 07:22:42
  Author: felixonmars
Revision: 373776

archrelease: copy trunk to extra-any

Added:
  perl-timedate/repos/extra-any/PKGBUILD
(from rev 373775, perl-timedate/trunk/PKGBUILD)
Deleted:
  perl-timedate/repos/extra-any/PKGBUILD

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

Deleted: PKGBUILD
===
--- PKGBUILD2020-01-22 07:22:29 UTC (rev 373775)
+++ PKGBUILD2020-01-22 07:22:42 UTC (rev 373776)
@@ -1,33 +0,0 @@
-# Maintainer: Felix Yan 
-# Contributor: Kevin Piche 
-# Contributor: Manolis Tzanidakis
-
-pkgname=perl-timedate
-pkgver=2.30
-pkgrel=6
-pkgdesc="Date formating subroutines"
-arch=('any')
-license=('PerlArtistic')
-url="http://search.cpan.org/dist/TimeDate/;
-depends=('perl')
-replaces=('timedate')
-provides=('timedate')
-options=('!emptydirs')
-source=("https://www.cpan.org/authors/id/G/GB/GBARR/TimeDate-$pkgver.tar.gz;)
-md5sums=('b1d91153ac971347aee84292ed886c1c')
-
-build() {
-  cd TimeDate-$pkgver
-  perl Makefile.PL INSTALLDIRS=vendor
-  make
-}
-
-check() {
-  cd TimeDate-$pkgver
-  make test
-}
-
-package() {
-  cd TimeDate-$pkgver
-  make install DESTDIR="$pkgdir"
-}

Copied: perl-timedate/repos/extra-any/PKGBUILD (from rev 373775, 
perl-timedate/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2020-01-22 07:22:42 UTC (rev 373776)
@@ -0,0 +1,33 @@
+# Maintainer: Felix Yan 
+# Contributor: Kevin Piche 
+# Contributor: Manolis Tzanidakis
+
+pkgname=perl-timedate
+pkgver=2.31
+pkgrel=1
+pkgdesc="Date formating subroutines"
+arch=('any')
+license=('PerlArtistic')
+url="https://search.cpan.org/dist/TimeDate/;
+depends=('perl')
+replaces=('timedate')
+provides=('timedate')
+options=('!emptydirs')
+source=("https://www.cpan.org/authors/id/A/AT/ATOOMIC/TimeDate-$pkgver.tar.gz;)
+sha512sums=('abee40d77ce4a57e251575b450406b1d26ac369d05899c1630f996b6f3c0c5ac222b84ff04d6fdf4c0763eb0a5bc45a59edadcfb15c73982787c8c17e0ee2a2a')
+
+build() {
+  cd TimeDate-$pkgver
+  perl Makefile.PL INSTALLDIRS=vendor
+  make
+}
+
+check() {
+  cd TimeDate-$pkgver
+  make test
+}
+
+package() {
+  cd TimeDate-$pkgver
+  make install DESTDIR="$pkgdir"
+}


[arch-commits] Commit in perl-test-simple/repos/community-any (PKGBUILD PKGBUILD)

2020-01-21 Thread Felix Yan via arch-commits
Date: Wednesday, January 22, 2020 @ 07:19:01
  Author: felixonmars
Revision: 553408

archrelease: copy trunk to community-any

Added:
  perl-test-simple/repos/community-any/PKGBUILD
(from rev 553407, perl-test-simple/trunk/PKGBUILD)
Deleted:
  perl-test-simple/repos/community-any/PKGBUILD

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

Deleted: PKGBUILD
===
--- PKGBUILD2020-01-22 07:18:47 UTC (rev 553407)
+++ PKGBUILD2020-01-22 07:19:01 UTC (rev 553408)
@@ -1,29 +0,0 @@
-# Maintainer: Felix Yan 
-
-pkgname=perl-test-simple
-pkgver=1.302170
-pkgrel=1
-pkgdesc="Basic utilities for writing tests"
-arch=('any')
-license=('PerlArtistic')
-url="https://metacpan.org/release/Test-Simple;
-depends=('perl')
-options=('!emptydirs')
-source=("https://cpan.metacpan.org/authors/id/E/EX/EXODIST/Test-Simple-$pkgver.tar.gz;)
-sha512sums=('7eab227d19c384acaf4ebf5087bff00d56d8215914e2d9ff9949237f9957a021c055ec29e96df6fda35a6220c058e8f69768224222d4cba609de4aea11dac850')
-
-build() {
-  cd Test-Simple-$pkgver
-  perl Makefile.PL INSTALLDIRS=vendor
-  make
-}
-
-check() {
-  cd Test-Simple-$pkgver
-  make test
-}
-
-package() {
-  cd Test-Simple-$pkgver
-  make DESTDIR="$pkgdir" install
-}

Copied: perl-test-simple/repos/community-any/PKGBUILD (from rev 553407, 
perl-test-simple/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2020-01-22 07:19:01 UTC (rev 553408)
@@ -0,0 +1,29 @@
+# Maintainer: Felix Yan 
+
+pkgname=perl-test-simple
+pkgver=1.302171
+pkgrel=1
+pkgdesc="Basic utilities for writing tests"
+arch=('any')
+license=('PerlArtistic')
+url="https://metacpan.org/release/Test-Simple;
+depends=('perl')
+options=('!emptydirs')
+source=("https://cpan.metacpan.org/authors/id/E/EX/EXODIST/Test-Simple-$pkgver.tar.gz;)
+sha512sums=('abae294e5c941c807b08ceafb2b30603c013fa669e9e6605c3495f6468a65303d5a639af719651b1f0bab6ea10771fc38cd2443a93142511ee27a1cd840d7ef9')
+
+build() {
+  cd Test-Simple-$pkgver
+  perl Makefile.PL INSTALLDIRS=vendor
+  make
+}
+
+check() {
+  cd Test-Simple-$pkgver
+  make test
+}
+
+package() {
+  cd Test-Simple-$pkgver
+  make DESTDIR="$pkgdir" install
+}


[arch-commits] Commit in perl-test-simple/trunk (PKGBUILD)

2020-01-21 Thread Felix Yan via arch-commits
Date: Wednesday, January 22, 2020 @ 07:18:47
  Author: felixonmars
Revision: 553407

upgpkg: perl-test-simple 1.302171-1

Modified:
  perl-test-simple/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2020-01-22 07:17:21 UTC (rev 553406)
+++ PKGBUILD2020-01-22 07:18:47 UTC (rev 553407)
@@ -1,7 +1,7 @@
 # Maintainer: Felix Yan 
 
 pkgname=perl-test-simple
-pkgver=1.302170
+pkgver=1.302171
 pkgrel=1
 pkgdesc="Basic utilities for writing tests"
 arch=('any')
@@ -10,7 +10,7 @@
 depends=('perl')
 options=('!emptydirs')
 
source=("https://cpan.metacpan.org/authors/id/E/EX/EXODIST/Test-Simple-$pkgver.tar.gz;)
-sha512sums=('7eab227d19c384acaf4ebf5087bff00d56d8215914e2d9ff9949237f9957a021c055ec29e96df6fda35a6220c058e8f69768224222d4cba609de4aea11dac850')
+sha512sums=('abae294e5c941c807b08ceafb2b30603c013fa669e9e6605c3495f6468a65303d5a639af719651b1f0bab6ea10771fc38cd2443a93142511ee27a1cd840d7ef9')
 
 build() {
   cd Test-Simple-$pkgver


[arch-commits] Commit in perl-xml-libxslt/repos/community-x86_64 (PKGBUILD PKGBUILD)

2020-01-21 Thread Felix Yan via arch-commits
Date: Wednesday, January 22, 2020 @ 07:16:54
  Author: felixonmars
Revision: 553404

archrelease: copy trunk to community-x86_64

Added:
  perl-xml-libxslt/repos/community-x86_64/PKGBUILD
(from rev 553403, perl-xml-libxslt/trunk/PKGBUILD)
Deleted:
  perl-xml-libxslt/repos/community-x86_64/PKGBUILD

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

Deleted: PKGBUILD
===
--- PKGBUILD2020-01-22 07:16:41 UTC (rev 553403)
+++ PKGBUILD2020-01-22 07:16:54 UTC (rev 553404)
@@ -1,33 +0,0 @@
-# Maintainer: Felix Yan 
-# Contributor: Jonathan Steel 
-# Contributor: Justin "juster" Davis 
-# Contributor: François Charette 
-
-pkgname=perl-xml-libxslt
-pkgver=1.96
-pkgrel=4
-pkgdesc="Interface to the gnome libxslt library"
-arch=('x86_64')
-url="https://search.cpan.org/dist/XML-LibXSLT;
-license=('GPL')
-depends=('perl-xml-libxml' 'libxslt')
-checkdepends=('perl-test-pod')
-options=('!emptydirs')
-source=(https://www.cpan.org/authors/id/S/SH/SHLOMIF/XML-LibXSLT-$pkgver.tar.gz)
-sha512sums=('7b6e22889c538bbd861c6420cd56893d229676d3afc1cf30e17cae48a4714139769a99a48a99f1dff52864f4989e410303007c07941625bf6bd12a24276c35e6')
-
-build() {
-  cd XML-LibXSLT-$pkgver
-  perl Makefile.PL INSTALLDIRS=vendor
-  make
-}
-
-check() {
-  cd XML-LibXSLT-$pkgver
-  make test
-}
-
-package() {
-  cd XML-LibXSLT-$pkgver
-  make DESTDIR="$pkgdir" install
-}

Copied: perl-xml-libxslt/repos/community-x86_64/PKGBUILD (from rev 553403, 
perl-xml-libxslt/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2020-01-22 07:16:54 UTC (rev 553404)
@@ -0,0 +1,33 @@
+# Maintainer: Felix Yan 
+# Contributor: Jonathan Steel 
+# Contributor: Justin "juster" Davis 
+# Contributor: François Charette 
+
+pkgname=perl-xml-libxslt
+pkgver=1.97
+pkgrel=1
+pkgdesc="Interface to the gnome libxslt library"
+arch=('x86_64')
+url="https://search.cpan.org/dist/XML-LibXSLT;
+license=('GPL')
+depends=('perl-xml-libxml' 'libxslt')
+checkdepends=('perl-test-pod')
+options=('!emptydirs')
+source=(https://www.cpan.org/authors/id/S/SH/SHLOMIF/XML-LibXSLT-$pkgver.tar.gz)
+sha512sums=('9c1ef90ac7b1427f30d7186aaf716056d61fd6964d7687edf0ccb2d2cfd49cda69fe31f9b83dd9ed345a61087235db3addf93e8df5874c907f094dbd1ea0cb4f')
+
+build() {
+  cd XML-LibXSLT-$pkgver
+  perl Makefile.PL INSTALLDIRS=vendor
+  make
+}
+
+check() {
+  cd XML-LibXSLT-$pkgver
+  make test
+}
+
+package() {
+  cd XML-LibXSLT-$pkgver
+  make DESTDIR="$pkgdir" install
+}


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

2020-01-21 Thread Felix Yan via arch-commits
Date: Wednesday, January 22, 2020 @ 07:17:07
  Author: felixonmars
Revision: 553405

upgpkg: certbot 1.1.0-1

Modified:
  certbot/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2020-01-22 07:16:54 UTC (rev 553404)
+++ PKGBUILD2020-01-22 07:17:07 UTC (rev 553405)
@@ -2,7 +2,7 @@
 # Contributor: Gordian Edenhofer 
 
 pkgname=certbot
-pkgver=1.0.0
+pkgver=1.1.0
 pkgrel=1
 pkgdesc="A tool to automatically receive and install X.509 certificates to 
enable TLS on servers. The client will interoperate with the Let’s Encrypt CA 
which will be issuing browser-trusted certificates for free."
 arch=('any')
@@ -20,7 +20,7 @@
 validpgpkeys=('148C30F6F7E429337A72D992B00B9CC82D7ADF2C'
   '1B41B758F9A78C7F444C20FA3E5B4152E3ADB1FD'
   'A2CFB51FA275A7286234E7B24D17C995CD9775F2')
-sha512sums=('ab432f3986b28d88857a550016b21240f5af85f145e12c291c9b99060c22d1d313b1eadb132ae0297f238096b7754ce37d409e5c83d8d67564058c657307'
+sha512sums=('b13a965bc89f8e5310d1580de8866935d53924a398b8f374c32feac761232c13c848b19d7a91e9a61cb56e9e0bf7ff79cc7468bb5fadbf3c9eef63b2ab501e04'
 'SKIP')
 
 build() {


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

2020-01-21 Thread Felix Yan via arch-commits
Date: Wednesday, January 22, 2020 @ 07:17:21
  Author: felixonmars
Revision: 553406

archrelease: copy trunk to community-any

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

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

Deleted: PKGBUILD
===
--- PKGBUILD2020-01-22 07:17:07 UTC (rev 553405)
+++ PKGBUILD2020-01-22 07:17:21 UTC (rev 553406)
@@ -1,42 +0,0 @@
-# Maintainer: Felix Yan 
-# Contributor: Gordian Edenhofer 
-
-pkgname=certbot
-pkgver=1.0.0
-pkgrel=1
-pkgdesc="A tool to automatically receive and install X.509 certificates to 
enable TLS on servers. The client will interoperate with the Let’s Encrypt CA 
which will be issuing browser-trusted certificates for free."
-arch=('any')
-license=('Apache')
-url="https://certbot.eff.org;
-depends=('ca-certificates' 'python-acme' 'python-configargparse' 
'python-configobj'
- 'python-cryptography' 'python-distro' 'python-mock' 
'python-parsedatetime'
- 'python-pyrfc3339' 'python-pytz' 'python-setuptools' 
'python-zope-component'
- 'python-zope-interface')
-checkdepends=('python-pytest-runner')
-optdepends=('certbot-apache: Apache plugin for Let’s Encrypt client'
-'certbot-nginx: Nginx plugin for Let’s Encrypt client')
-replaces=("letsencrypt")
-source=("https://pypi.io/packages/source/c/$pkgname/$pkgname-$pkgver.tar.gz"{,.asc})
-validpgpkeys=('148C30F6F7E429337A72D992B00B9CC82D7ADF2C'
-  '1B41B758F9A78C7F444C20FA3E5B4152E3ADB1FD'
-  'A2CFB51FA275A7286234E7B24D17C995CD9775F2')
-sha512sums=('ab432f3986b28d88857a550016b21240f5af85f145e12c291c9b99060c22d1d313b1eadb132ae0297f238096b7754ce37d409e5c83d8d67564058c657307'
-'SKIP')
-
-build() {
-  cd "$srcdir"/$pkgname-$pkgver
-  python setup.py build
-}
-
-check() {
-  cd "$srcdir"/$pkgname-$pkgver
-  python setup.py pytest
-}
-
-package() {
-  cd "$srcdir"/$pkgname-$pkgver
-  python setup.py install --root="$pkgdir"
-
-  mkdir -p "$pkgdir"/{etc,var/lib,var/log}/letsencrypt
-  chmod 700 "$pkgdir"/var/log/letsencrypt
-}

Copied: certbot/repos/community-any/PKGBUILD (from rev 553405, 
certbot/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2020-01-22 07:17:21 UTC (rev 553406)
@@ -0,0 +1,42 @@
+# Maintainer: Felix Yan 
+# Contributor: Gordian Edenhofer 
+
+pkgname=certbot
+pkgver=1.1.0
+pkgrel=1
+pkgdesc="A tool to automatically receive and install X.509 certificates to 
enable TLS on servers. The client will interoperate with the Let’s Encrypt CA 
which will be issuing browser-trusted certificates for free."
+arch=('any')
+license=('Apache')
+url="https://certbot.eff.org;
+depends=('ca-certificates' 'python-acme' 'python-configargparse' 
'python-configobj'
+ 'python-cryptography' 'python-distro' 'python-mock' 
'python-parsedatetime'
+ 'python-pyrfc3339' 'python-pytz' 'python-setuptools' 
'python-zope-component'
+ 'python-zope-interface')
+checkdepends=('python-pytest-runner')
+optdepends=('certbot-apache: Apache plugin for Let’s Encrypt client'
+'certbot-nginx: Nginx plugin for Let’s Encrypt client')
+replaces=("letsencrypt")
+source=("https://pypi.io/packages/source/c/$pkgname/$pkgname-$pkgver.tar.gz"{,.asc})
+validpgpkeys=('148C30F6F7E429337A72D992B00B9CC82D7ADF2C'
+  '1B41B758F9A78C7F444C20FA3E5B4152E3ADB1FD'
+  'A2CFB51FA275A7286234E7B24D17C995CD9775F2')
+sha512sums=('b13a965bc89f8e5310d1580de8866935d53924a398b8f374c32feac761232c13c848b19d7a91e9a61cb56e9e0bf7ff79cc7468bb5fadbf3c9eef63b2ab501e04'
+'SKIP')
+
+build() {
+  cd "$srcdir"/$pkgname-$pkgver
+  python setup.py build
+}
+
+check() {
+  cd "$srcdir"/$pkgname-$pkgver
+  python setup.py pytest
+}
+
+package() {
+  cd "$srcdir"/$pkgname-$pkgver
+  python setup.py install --root="$pkgdir"
+
+  mkdir -p "$pkgdir"/{etc,var/lib,var/log}/letsencrypt
+  chmod 700 "$pkgdir"/var/log/letsencrypt
+}


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

2020-01-21 Thread Felix Yan via arch-commits
Date: Wednesday, January 22, 2020 @ 07:16:09
  Author: felixonmars
Revision: 553400

upgpkg: haskell-one-liner 1.0-2: rebuild with ghc 8.8.1, cabal-doctest 1.0.7, 
polyparse 1.13, primitive 0.7.0.0, regex-base 0.94.0.0, regex-pcre 0.95.0.0, 
regex-posix 0.96.0.0, regex-tdfa 1.3.1.0, easytest 0.3, unexceptionalio 0.5.0, 
gtk2hs-buildtools 0.13.8.0, ghc-typelits-natnormalise 0.7, resolv 0.1.1.3, 
ghc-typelits-knownnat 0.7.1, memory 0.15.0, RSA 2.4.1, foldl 1.4.6, lens 4.18, 
postgresql-binary 0.12.2, tls 1.5.0

Modified:
  haskell-one-liner/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2020-01-22 07:15:53 UTC (rev 553399)
+++ PKGBUILD2020-01-22 07:16:09 UTC (rev 553400)
@@ -3,7 +3,7 @@
 _hkgname=one-liner
 pkgname=haskell-one-liner
 pkgver=1.0
-pkgrel=1
+pkgrel=2
 pkgdesc="Constraint-based generics"
 url="https://github.com/sjoerdvisscher/one-liner;
 license=('BSD')


[arch-commits] Commit in perl-xml-libxslt/trunk (PKGBUILD)

2020-01-21 Thread Felix Yan via arch-commits
Date: Wednesday, January 22, 2020 @ 07:16:41
  Author: felixonmars
Revision: 553403

upgpkg: perl-xml-libxslt 1.97-1

Modified:
  perl-xml-libxslt/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2020-01-22 07:16:25 UTC (rev 553402)
+++ PKGBUILD2020-01-22 07:16:41 UTC (rev 553403)
@@ -4,8 +4,8 @@
 # Contributor: François Charette 
 
 pkgname=perl-xml-libxslt
-pkgver=1.96
-pkgrel=4
+pkgver=1.97
+pkgrel=1
 pkgdesc="Interface to the gnome libxslt library"
 arch=('x86_64')
 url="https://search.cpan.org/dist/XML-LibXSLT;
@@ -14,7 +14,7 @@
 checkdepends=('perl-test-pod')
 options=('!emptydirs')
 
source=(https://www.cpan.org/authors/id/S/SH/SHLOMIF/XML-LibXSLT-$pkgver.tar.gz)
-sha512sums=('7b6e22889c538bbd861c6420cd56893d229676d3afc1cf30e17cae48a4714139769a99a48a99f1dff52864f4989e410303007c07941625bf6bd12a24276c35e6')
+sha512sums=('9c1ef90ac7b1427f30d7186aaf716056d61fd6964d7687edf0ccb2d2cfd49cda69fe31f9b83dd9ed345a61087235db3addf93e8df5874c907f094dbd1ea0cb4f')
 
 build() {
   cd XML-LibXSLT-$pkgver


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

2020-01-21 Thread Felix Yan via arch-commits
Date: Wednesday, January 22, 2020 @ 07:16:11
  Author: felixonmars
Revision: 553401

archrelease: copy trunk to community-x86_64

Added:
  nodejs/repos/community-x86_64/PKGBUILD
(from rev 553399, nodejs/trunk/PKGBUILD)
  nodejs/repos/community-x86_64/rebuild.list
(from rev 553399, nodejs/trunk/rebuild.list)
Deleted:
  nodejs/repos/community-x86_64/PKGBUILD
  nodejs/repos/community-x86_64/rebuild.list

--+
 PKGBUILD |  114 -
 rebuild.list |4 +-
 2 files changed, 59 insertions(+), 59 deletions(-)

Deleted: PKGBUILD
===
--- PKGBUILD2020-01-22 07:16:09 UTC (rev 553400)
+++ PKGBUILD2020-01-22 07:16:11 UTC (rev 553401)
@@ -1,57 +0,0 @@
-# Maintainer: Felix Yan 
-# Contributor  Bartłomiej Piotrowski 
-# Contributor: Thomas Dziedzic < gostrc at gmail >
-# Contributor: James Campos 
-# Contributor: BlackEagle < ike DOT devolder AT gmail DOT com >
-# Contributor: Dongsheng Cai 
-# Contributor: Masutu Subric 
-# Contributor: TIanyi Cui 
-
-pkgname=nodejs
-pkgver=13.6.0
-pkgrel=1
-pkgdesc='Evented I/O for V8 javascript'
-arch=('x86_64')
-url='https://nodejs.org/'
-license=('MIT')
-depends=('openssl' 'zlib' 'icu' 'libuv' 'c-ares' 'libnghttp2') # 'http-parser' 
'v8')
-makedepends=('python' 'procps-ng')
-optdepends=('npm: nodejs package manager')
-source=("nodejs-$pkgver.tar.gz::https://github.com/nodejs/node/archive/v$pkgver.tar.gz;)
-sha512sums=('bee2ca82a4aa18cbeb0fbe1b798747a99ea9ee4d5376e06df54d7e0a7a2a98abef7db09dcfda69b8dbd1d2d8ec05af5233279cb57dcb31279aeb894dee0e1614')
-
-build() {
-  cd node-$pkgver
-
-  ./configure \
---prefix=/usr \
---with-intl=system-icu \
---without-npm \
---shared-openssl \
---shared-zlib \
---shared-libuv \
---experimental-http-parser \
---shared-cares \
---shared-nghttp2
-# --shared-v8
-# --shared-http-parser
-
-  make
-}
-
-check() {
-  cd node-$pkgver
-  # Expected failure: https://github.com/nodejs/node/issues/11627
-  make test || warning "Tests failed"
-}
-
-package() {
-  cd node-$pkgver
-
-  make DESTDIR="$pkgdir" install
-
-  install -D -m644 LICENSE \
-"$pkgdir"/usr/share/licenses/nodejs/LICENSE
-}
-
-# vim:set ts=2 sw=2 et:

Copied: nodejs/repos/community-x86_64/PKGBUILD (from rev 553399, 
nodejs/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2020-01-22 07:16:11 UTC (rev 553401)
@@ -0,0 +1,57 @@
+# Maintainer: Felix Yan 
+# Contributor  Bartłomiej Piotrowski 
+# Contributor: Thomas Dziedzic < gostrc at gmail >
+# Contributor: James Campos 
+# Contributor: BlackEagle < ike DOT devolder AT gmail DOT com >
+# Contributor: Dongsheng Cai 
+# Contributor: Masutu Subric 
+# Contributor: TIanyi Cui 
+
+pkgname=nodejs
+pkgver=13.7.0
+pkgrel=1
+pkgdesc='Evented I/O for V8 javascript'
+arch=('x86_64')
+url='https://nodejs.org/'
+license=('MIT')
+depends=('openssl' 'zlib' 'icu' 'libuv' 'c-ares' 'libnghttp2') # 'http-parser' 
'v8')
+makedepends=('python' 'procps-ng')
+optdepends=('npm: nodejs package manager')
+source=("nodejs-$pkgver.tar.gz::https://github.com/nodejs/node/archive/v$pkgver.tar.gz;)
+sha512sums=('1f4bec96b207a6650e3a031d9f37d75aa14b10e5540d33421145e770933052927def99c216fc8e12d849afa1bb4966e186c7ddc012e95b50fc854aca85ce')
+
+build() {
+  cd node-$pkgver
+
+  ./configure \
+--prefix=/usr \
+--with-intl=system-icu \
+--without-npm \
+--shared-openssl \
+--shared-zlib \
+--shared-libuv \
+--experimental-http-parser \
+--shared-cares \
+--shared-nghttp2
+# --shared-v8
+# --shared-http-parser
+
+  make
+}
+
+check() {
+  cd node-$pkgver
+  # Expected failure: https://github.com/nodejs/node/issues/11627
+  make test || warning "Tests failed"
+}
+
+package() {
+  cd node-$pkgver
+
+  make DESTDIR="$pkgdir" install
+
+  install -D -m644 LICENSE \
+"$pkgdir"/usr/share/licenses/nodejs/LICENSE
+}
+
+# vim:set ts=2 sw=2 et:

Deleted: rebuild.list
===
--- rebuild.list2020-01-22 07:16:09 UTC (rev 553400)
+++ rebuild.list2020-01-22 07:16:11 UTC (rev 553401)
@@ -1,2 +0,0 @@
-apm
-bash-language-server

Copied: nodejs/repos/community-x86_64/rebuild.list (from rev 553399, 
nodejs/trunk/rebuild.list)
===
--- rebuild.list(rev 0)
+++ rebuild.list2020-01-22 07:16:11 UTC (rev 553401)
@@ -0,0 +1,2 @@
+apm
+bash-language-server


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

2020-01-21 Thread Felix Yan via arch-commits
Date: Wednesday, January 22, 2020 @ 07:16:25
  Author: felixonmars
Revision: 553402

archrelease: copy trunk to community-staging-x86_64

Added:
  haskell-one-liner/repos/community-staging-x86_64/
  haskell-one-liner/repos/community-staging-x86_64/PKGBUILD
(from rev 553401, haskell-one-liner/trunk/PKGBUILD)

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

Copied: haskell-one-liner/repos/community-staging-x86_64/PKGBUILD (from rev 
553401, haskell-one-liner/trunk/PKGBUILD)
===
--- community-staging-x86_64/PKGBUILD   (rev 0)
+++ community-staging-x86_64/PKGBUILD   2020-01-22 07:16:25 UTC (rev 553402)
@@ -0,0 +1,48 @@
+# Maintainer: Felix Yan 
+
+_hkgname=one-liner
+pkgname=haskell-one-liner
+pkgver=1.0
+pkgrel=2
+pkgdesc="Constraint-based generics"
+url="https://github.com/sjoerdvisscher/one-liner;
+license=('BSD')
+arch=('x86_64')
+depends=('ghc-libs' 'haskell-bifunctors' 'haskell-contravariant' 
'haskell-profunctors'
+ 'haskell-tagged')
+makedepends=('ghc' 'haskell-hunit')
+source=(https://hackage.haskell.org/packages/archive/${_hkgname}/${pkgver}/${_hkgname}-${pkgver}.tar.gz)
+sha512sums=('fd9d9448ef352513472b43607bf4ef87fb70b75e7a76a9c7c1197437ff052923026e99a98a9b88f79765e0003d872241724e21c1c8f150208463dbe2141e27a0')
+
+prepare() {
+cd $_hkgname-$pkgver
+sed -i 's/< *1.5/<2/' $_hkgname.cabal
+}
+
+build() {
+cd $_hkgname-$pkgver
+
+runhaskell Setup configure -O --enable-shared --enable-executable-dynamic 
--disable-library-vanilla \
+--prefix=/usr --docdir=/usr/share/doc/$pkgname --enable-tests \
+--dynlibdir=/usr/lib --libsubdir=\$compiler/site-local/\$pkgid
+runhaskell Setup build
+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 nodejs/trunk (PKGBUILD)

2020-01-21 Thread Felix Yan via arch-commits
Date: Wednesday, January 22, 2020 @ 07:15:53
  Author: felixonmars
Revision: 553399

upgpkg: nodejs 13.7.0-1

Modified:
  nodejs/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2020-01-22 07:15:22 UTC (rev 553398)
+++ PKGBUILD2020-01-22 07:15:53 UTC (rev 553399)
@@ -8,7 +8,7 @@
 # Contributor: TIanyi Cui 
 
 pkgname=nodejs
-pkgver=13.6.0
+pkgver=13.7.0
 pkgrel=1
 pkgdesc='Evented I/O for V8 javascript'
 arch=('x86_64')
@@ -18,7 +18,7 @@
 makedepends=('python' 'procps-ng')
 optdepends=('npm: nodejs package manager')
 
source=("nodejs-$pkgver.tar.gz::https://github.com/nodejs/node/archive/v$pkgver.tar.gz;)
-sha512sums=('bee2ca82a4aa18cbeb0fbe1b798747a99ea9ee4d5376e06df54d7e0a7a2a98abef7db09dcfda69b8dbd1d2d8ec05af5233279cb57dcb31279aeb894dee0e1614')
+sha512sums=('1f4bec96b207a6650e3a031d9f37d75aa14b10e5540d33421145e770933052927def99c216fc8e12d849afa1bb4966e186c7ddc012e95b50fc854aca85ce')
 
 build() {
   cd node-$pkgver


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

2020-01-21 Thread Felix Yan via arch-commits
Date: Wednesday, January 22, 2020 @ 07:15:04
  Author: felixonmars
Revision: 553397

upgpkg: mill 0.5.9-1

Modified:
  mill/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2020-01-22 07:15:01 UTC (rev 553396)
+++ PKGBUILD2020-01-22 07:15:04 UTC (rev 553397)
@@ -4,7 +4,7 @@
 # Contributor: Guillaume Raffin ("theelectronwill") 
 
 pkgname=mill
-pkgver=0.5.8
+pkgver=0.5.9
 pkgrel=1
 pkgdesc="Your shiny new Java/Scala build tool"
 arch=(any)
@@ -13,7 +13,7 @@
 depends=('bash' 'java-environment<13')
 makedepends=('mill')
 
source=("$pkgname-$pkgver.tar.gz::https://github.com/lihaoyi/mill/archive/$pkgver.tar.gz;)
-sha512sums=('7c861cac4a7c9b44d66a894af931759bc7d90ed62c11e0b648fddb3a778cd94751d5742a3c83a373c90a960f7a2212ff79e8eeb87bb5728d13ae1fb4a37029f2')
+sha512sums=('e0b72e4a0cc83d8e9d474cd773d20c69b414aee42d29f23737772b6e31ce5a6a737a36e605b94bb9fe524bd11a86d77d5ddc2879c61df748252e9c76ff34abb9')
 
 prepare() {
   cd mill-$pkgver


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

2020-01-21 Thread Felix Yan via arch-commits
Date: Wednesday, January 22, 2020 @ 07:14:48
  Author: felixonmars
Revision: 553395

upgpkg: haskell-generic-lens 1.2.0.1-2: rebuild with ghc 8.8.1, cabal-doctest 
1.0.7, polyparse 1.13, primitive 0.7.0.0, regex-base 0.94.0.0, regex-pcre 
0.95.0.0, regex-posix 0.96.0.0, regex-tdfa 1.3.1.0, easytest 0.3, 
unexceptionalio 0.5.0, gtk2hs-buildtools 0.13.8.0, ghc-typelits-natnormalise 
0.7, resolv 0.1.1.3, ghc-typelits-knownnat 0.7.1, memory 0.15.0, RSA 2.4.1, 
foldl 1.4.6, lens 4.18, postgresql-binary 0.12.2, tls 1.5.0

Modified:
  haskell-generic-lens/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2020-01-22 07:12:05 UTC (rev 553394)
+++ PKGBUILD2020-01-22 07:14:48 UTC (rev 553395)
@@ -3,7 +3,7 @@
 _hkgname=generic-lens
 pkgname=haskell-generic-lens
 pkgver=1.2.0.1
-pkgrel=1
+pkgrel=2
 pkgdesc="Generically derive traversals, lenses and prisms"
 url="https://github.com/kcsongor/generic-lens;
 license=('BSD')


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

2020-01-21 Thread Felix Yan via arch-commits
Date: Wednesday, January 22, 2020 @ 07:15:22
  Author: felixonmars
Revision: 553398

archrelease: copy trunk to community-any

Added:
  mill/repos/community-any/PKGBUILD
(from rev 553397, mill/trunk/PKGBUILD)
Deleted:
  mill/repos/community-any/PKGBUILD

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

Deleted: PKGBUILD
===
--- PKGBUILD2020-01-22 07:15:04 UTC (rev 553397)
+++ PKGBUILD2020-01-22 07:15:22 UTC (rev 553398)
@@ -1,33 +0,0 @@
-# Maintainer: Felix Yan 
-# Contributor: Jiuyang Liu 
-# Contributor: Christian Krause ("wookietreiber") 

-# Contributor: Guillaume Raffin ("theelectronwill") 
-
-pkgname=mill
-pkgver=0.5.8
-pkgrel=1
-pkgdesc="Your shiny new Java/Scala build tool"
-arch=(any)
-url="https://www.lihaoyi.com/mill/index.html;
-license=('MIT')
-depends=('bash' 'java-environment<13')
-makedepends=('mill')
-source=("$pkgname-$pkgver.tar.gz::https://github.com/lihaoyi/mill/archive/$pkgver.tar.gz;)
-sha512sums=('7c861cac4a7c9b44d66a894af931759bc7d90ed62c11e0b648fddb3a778cd94751d5742a3c83a373c90a960f7a2212ff79e8eeb87bb5728d13ae1fb4a37029f2')
-
-prepare() {
-  cd mill-$pkgver
-  # workaround non-git build
-  sed -e "s/'git/'true/" -e "s/^.*--exact-match.*$/\"$pkgver\"/" -i build.sc
-}
-
-build() {
-  cd mill-$pkgver
-  mill -i all __.publishLocal assembly
-}
-
-package() {
-  cd mill-$pkgver
-  install -Dm755 out/assembly/dest/mill "$pkgdir"/usr/bin/mill
-  install -Dm644 LICENSE "$pkgdir"/usr/share/licenses/mill/LICENSE
-}

Copied: mill/repos/community-any/PKGBUILD (from rev 553397, mill/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2020-01-22 07:15:22 UTC (rev 553398)
@@ -0,0 +1,33 @@
+# Maintainer: Felix Yan 
+# Contributor: Jiuyang Liu 
+# Contributor: Christian Krause ("wookietreiber") 

+# Contributor: Guillaume Raffin ("theelectronwill") 
+
+pkgname=mill
+pkgver=0.5.9
+pkgrel=1
+pkgdesc="Your shiny new Java/Scala build tool"
+arch=(any)
+url="https://www.lihaoyi.com/mill/index.html;
+license=('MIT')
+depends=('bash' 'java-environment<13')
+makedepends=('mill')
+source=("$pkgname-$pkgver.tar.gz::https://github.com/lihaoyi/mill/archive/$pkgver.tar.gz;)
+sha512sums=('e0b72e4a0cc83d8e9d474cd773d20c69b414aee42d29f23737772b6e31ce5a6a737a36e605b94bb9fe524bd11a86d77d5ddc2879c61df748252e9c76ff34abb9')
+
+prepare() {
+  cd mill-$pkgver
+  # workaround non-git build
+  sed -e "s/'git/'true/" -e "s/^.*--exact-match.*$/\"$pkgver\"/" -i build.sc
+}
+
+build() {
+  cd mill-$pkgver
+  mill -i all __.publishLocal assembly
+}
+
+package() {
+  cd mill-$pkgver
+  install -Dm755 out/assembly/dest/mill "$pkgdir"/usr/bin/mill
+  install -Dm644 LICENSE "$pkgdir"/usr/share/licenses/mill/LICENSE
+}


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

2020-01-21 Thread Felix Yan via arch-commits
Date: Wednesday, January 22, 2020 @ 07:15:01
  Author: felixonmars
Revision: 553396

archrelease: copy trunk to community-staging-x86_64

Added:
  haskell-generic-lens/repos/community-staging-x86_64/
  haskell-generic-lens/repos/community-staging-x86_64/PKGBUILD
(from rev 553395, haskell-generic-lens/trunk/PKGBUILD)

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

Copied: haskell-generic-lens/repos/community-staging-x86_64/PKGBUILD (from rev 
553395, haskell-generic-lens/trunk/PKGBUILD)
===
--- community-staging-x86_64/PKGBUILD   (rev 0)
+++ community-staging-x86_64/PKGBUILD   2020-01-22 07:15:01 UTC (rev 553396)
@@ -0,0 +1,43 @@
+# Maintainer: Felix Yan 
+
+_hkgname=generic-lens
+pkgname=haskell-generic-lens
+pkgver=1.2.0.1
+pkgrel=2
+pkgdesc="Generically derive traversals, lenses and prisms"
+url="https://github.com/kcsongor/generic-lens;
+license=('BSD')
+arch=('x86_64')
+depends=('ghc-libs' 'haskell-profunctors' 'haskell-tagged')
+makedepends=('ghc' 'haskell-doctest' 'haskell-hunit' 
'haskell-inspection-testing' 'haskell-lens')
+source=(https://hackage.haskell.org/packages/archive/${_hkgname}/${pkgver}/${_hkgname}-${pkgver}.tar.gz)
+sha512sums=('c3ca1d6b532893f1f6cd2a42ee97c3625cd4a3c1a748f85a891fa9ea6f6d4354fa8a87908c45ae671761e8b99b761a2ddf6d628602d3d7783e9c7c6418f80bed')
+
+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
+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/kcsongor/generic-lens/issues/83
+runhaskell Setup test || warning "Tests failed"
+}
+
+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-bzlib/trunk (PKGBUILD)

2020-01-21 Thread Felix Yan via arch-commits
Date: Wednesday, January 22, 2020 @ 07:11:51
  Author: felixonmars
Revision: 553393

upgpkg: haskell-bzlib 0.5.0.5-13: rebuild with ghc 8.8.1, cabal-doctest 1.0.7, 
polyparse 1.13, primitive 0.7.0.0, regex-base 0.94.0.0, regex-pcre 0.95.0.0, 
regex-posix 0.96.0.0, regex-tdfa 1.3.1.0, easytest 0.3, unexceptionalio 0.5.0, 
gtk2hs-buildtools 0.13.8.0, ghc-typelits-natnormalise 0.7, resolv 0.1.1.3, 
ghc-typelits-knownnat 0.7.1, memory 0.15.0, RSA 2.4.1, foldl 1.4.6, lens 4.18, 
postgresql-binary 0.12.2, tls 1.5.0

Modified:
  haskell-bzlib/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2020-01-22 07:10:51 UTC (rev 553392)
+++ PKGBUILD2020-01-22 07:11:51 UTC (rev 553393)
@@ -4,7 +4,7 @@
 _hkgname=bzlib
 pkgname=haskell-bzlib
 pkgver=0.5.0.5
-pkgrel=12
+pkgrel=13
 pkgdesc="Compression and decompression in the bzip2 format"
 url="https://hackage.haskell.org/package/${_hkgname};
 license=('BSD')


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

2020-01-21 Thread Felix Yan via arch-commits
Date: Wednesday, January 22, 2020 @ 07:12:05
  Author: felixonmars
Revision: 553394

archrelease: copy trunk to community-staging-x86_64

Added:
  haskell-bzlib/repos/community-staging-x86_64/
  haskell-bzlib/repos/community-staging-x86_64/PKGBUILD
(from rev 553393, haskell-bzlib/trunk/PKGBUILD)
  haskell-bzlib/repos/community-staging-x86_64/ghc-8.8.patch
(from rev 553393, haskell-bzlib/trunk/ghc-8.8.patch)

---+
 PKGBUILD  |   45 
 ghc-8.8.patch |   62 
 2 files changed, 107 insertions(+)

Copied: haskell-bzlib/repos/community-staging-x86_64/PKGBUILD (from rev 553393, 
haskell-bzlib/trunk/PKGBUILD)
===
--- community-staging-x86_64/PKGBUILD   (rev 0)
+++ community-staging-x86_64/PKGBUILD   2020-01-22 07:12:05 UTC (rev 553394)
@@ -0,0 +1,45 @@
+# Maintainer: Felix Yan 
+# Contributor: Thomas Dziedzic 
+
+_hkgname=bzlib
+pkgname=haskell-bzlib
+pkgver=0.5.0.5
+pkgrel=13
+pkgdesc="Compression and decompression in the bzip2 format"
+url="https://hackage.haskell.org/package/${_hkgname};
+license=('BSD')
+arch=('x86_64')
+depends=('ghc-libs' 'bzip2')
+makedepends=('ghc')
+source=("https://hackage.haskell.org/packages/archive/${_hkgname}/${pkgver}/${_hkgname}-${pkgver}.tar.gz;
+ghc-8.8.patch)
+sha512sums=('fe4b6e1a4d67573a9ff72808cfd0bf47a127885593e98debcaa505c488c76af364bed31cdb8ee9308295514f154536e958ff5e2a1c3157eeb5b16f8011424819'
+
'ab5344deb9667b73ed3387d58abab5ee2fd6887fd78327d15b40ac8dc81165b6060517c29e8c7860e6e4e21119622182659d8f0e4491be2fbc1f5cf12aeab885')
+
+prepare() {
+cd $_hkgname-$pkgver
+patch -p0 -i ../ghc-8.8.patch
+}
+
+build() {
+cd $_hkgname-$pkgver
+
+runhaskell Setup configure -O --enable-shared --enable-executable-dynamic 
--disable-library-vanilla \
+--prefix=/usr --docdir=/usr/share/doc/$pkgname \
+--dynlibdir=/usr/lib --libsubdir=\$compiler/site-local/\$pkgid
+runhaskell Setup build
+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 $_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"
+}

Copied: haskell-bzlib/repos/community-staging-x86_64/ghc-8.8.patch (from rev 
553393, haskell-bzlib/trunk/ghc-8.8.patch)
===
--- community-staging-x86_64/ghc-8.8.patch  (rev 0)
+++ community-staging-x86_64/ghc-8.8.patch  2020-01-22 07:12:05 UTC (rev 
553394)
@@ -0,0 +1,62 @@
+--- Codec/Compression/BZip/Stream.hsc.orig 2020-01-09 03:26:18.302155300 
+0800
 Codec/Compression/BZip/Stream.hsc  2020-01-09 03:27:21.602183680 +0800
+@@ -21,7 +21,7 @@
+   finalise,
+ 
+   -- * Initialisation
+-  compressInit, 
++  compressInit,
+   decompressInit,
+ 
+   -- ** Initialisation parameters
+@@ -71,6 +71,7 @@
+ import System.IO (hPutStrLn, stderr)
+ import Control.Applicative (Applicative(..))
+ import Control.Monad (liftM, ap)
++import Control.Monad.Fail
+ import Control.Exception (assert)
+ 
+ import Prelude hiding (length)
+@@ -88,8 +89,8 @@
+   -- Now that we're setting a new input buffer, we can be sure that zlib no
+   -- longer has a reference to the old one. Therefore this is the last point
+   -- at which the old buffer had to be retained. It's safe to release now.
+-  inBuf <- getInBuf 
+-  unsafeLiftIO $ touchForeignPtr inBuf
++  inBuf <- getInBuf
++  unsafeLiftIO $ touchForeignPtr inBuf
+ 
+   -- now set the available input buffer ptr and length
+   setInBuf   inBuf'
+@@ -177,11 +178,11 @@
+ 
+   result <- compress_ action
+   outFree' <- getOutFree
+-
++
+   -- number of bytes of extra output there is available as a result of
+   -- the call to deflate:
+   let outExtra = outFree - outFree'
+-  
++
+   outAvail <- getOutAvail
+   setOutAvail (outAvail + outExtra)
+   return result
+@@ -233,6 +234,8 @@
+ --  m >>= f = (m `thenZ` \a -> consistencyCheck `thenZ_` returnZ a) `thenZ` f
+   (>>)   = thenZ_
+   return = returnZ
++
++instance MonadFail Stream where
+   fail   = (finalise >>) . failZ
+ 
+ returnZ :: a -> Stream a
+@@ -452,7 +455,7 @@
+ -- require about 3700k to decompress. To support decompression of any file in
+ -- less than 4Mb there is the option to decompress using approximately half
+ -- this amount of memory, about 2300k. Decompression speed is also halved,
+--- so you should use this option 

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

2020-01-21 Thread Felix Yan via arch-commits
Date: Wednesday, January 22, 2020 @ 07:10:45
  Author: felixonmars
Revision: 553391

archrelease: copy trunk to community-any

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

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

Deleted: PKGBUILD
===
--- PKGBUILD2020-01-22 07:10:44 UTC (rev 553390)
+++ PKGBUILD2020-01-22 07:10:45 UTC (rev 553391)
@@ -1,71 +0,0 @@
-# Maintainer: Felix Yan 
-# Contributor: Aaron DeVore 
-# Contributor: Cilyan Olowen 
-
-pkgbase='python-webob'
-pkgname=('python-webob' 'python2-webob' 'python-webob-docs')
-pkgver=1.8.5
-pkgrel=3
-pkgdesc="WSGI request and response object"
-arch=('any')
-url="http://pythonpaste.org/webob/;
-license=('MIT')
-makedepends=('python-setuptools' 'python2-setuptools' 'python-sphinx')
-checkdepends=('python-pytest-runner' 'python2-pytest-runner')
-optdepends=('python-webob-docs: documentation')
-source=("https://pypi.io/packages/source/W/WebOb/WebOb-$pkgver.tar.gz;)
-sha512sums=('cc0b956a7c3b8ae58d6002baf5c6de4e442201280468f8fc8b5fbd2c7f7cb7a8f46447f97b98a32a9959c8d1aa7a2a8a7b9d624cb27ca79b2ad1ce94f891801b')
-
-prepare() {
-  cp -a WebOb-$pkgver{,-py2}
-  cp -a WebOb-$pkgver{,-docs}
-  sed -i "s/pkg_resources.get_distribution('webob').version/'$pkgver'/" 
WebOb-$pkgver-docs/docs/conf.py
-}
-
-build() {
-  cd "$srcdir"/WebOb-$pkgver
-  python setup.py build
-
-  cd "$srcdir"/WebOb-$pkgver-py2
-  python2 setup.py build
-
-  cd "$srcdir"/WebOb-$pkgver-docs
-  PYTHONPATH="$PWD/src" make -C docs html
-}
-
-check() {
-  cd "$srcdir"/WebOb-$pkgver
-  python setup.py pytest --addopts "--ignore=docs"
-
-  cd "$srcdir"/WebOb-$pkgver-py2
-  python2 setup.py pytest --addopts "--ignore=docs"
-}
-
-package_python-webob() {
-  depends=('python')
-
-  cd "$srcdir"/WebOb-$pkgver
-  python setup.py install -O1 --root="$pkgdir"
-  install -D -m644 "docs/license.txt" \
-   "$pkgdir"/usr/share/licenses/$pkgname/license.txt
-}
-
-package_python2-webob() {
-  depends=('python2')
-
-  cd "$srcdir"/WebOb-$pkgver-py2
-  python2 setup.py install -O1 --root="$pkgdir"
-  install -D -m644 "docs/license.txt" \
-   "$pkgdir"/usr/share/licenses/$pkgname/license.txt
-}
-
-package_python-webob-docs() {
-  optdepends=()
-
-  cd "$srcdir"/WebOb-$pkgver-docs
-  _doc_dir="$pkgdir"/usr/share/docs/python-webob
-  mkdir -p "$_doc_dir"
-  cp -a "docs/_build/html" "$_doc_dir"
-  install -D -m644 "docs/license.txt" \
-   "$pkgdir"/usr/share/licenses/$pkgname/license.txt
-}

Copied: python-webob/repos/community-any/PKGBUILD (from rev 553389, 
python-webob/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2020-01-22 07:10:45 UTC (rev 553391)
@@ -0,0 +1,71 @@
+# Maintainer: Felix Yan 
+# Contributor: Aaron DeVore 
+# Contributor: Cilyan Olowen 
+
+pkgbase='python-webob'
+pkgname=('python-webob' 'python2-webob' 'python-webob-docs')
+pkgver=1.8.6
+pkgrel=1
+pkgdesc="WSGI request and response object"
+arch=('any')
+url="http://pythonpaste.org/webob/;
+license=('MIT')
+makedepends=('python-setuptools' 'python2-setuptools' 'python-sphinx')
+checkdepends=('python-pytest-runner' 'python2-pytest-runner')
+optdepends=('python-webob-docs: documentation')
+source=("https://pypi.io/packages/source/W/WebOb/WebOb-$pkgver.tar.gz;)
+sha512sums=('b9a3faac114c55f3e9a6eb71a78dd921d928da99a427dea05bc798bc1fe249f0f1cf8c9b9fcb1b73be2737b9132bbfe2250a8652e3a8a1199ac74fa62a59d44c')
+
+prepare() {
+  cp -a WebOb-$pkgver{,-py2}
+  cp -a WebOb-$pkgver{,-docs}
+  sed -i "s/pkg_resources.get_distribution('webob').version/'$pkgver'/" 
WebOb-$pkgver-docs/docs/conf.py
+}
+
+build() {
+  cd "$srcdir"/WebOb-$pkgver
+  python setup.py build
+
+  cd "$srcdir"/WebOb-$pkgver-py2
+  python2 setup.py build
+
+  cd "$srcdir"/WebOb-$pkgver-docs
+  PYTHONPATH="$PWD/src" make -C docs html
+}
+
+check() {
+  cd "$srcdir"/WebOb-$pkgver
+  python setup.py pytest --addopts "--ignore=docs"
+
+  cd "$srcdir"/WebOb-$pkgver-py2
+  python2 setup.py pytest --addopts "--ignore=docs"
+}
+
+package_python-webob() {
+  depends=('python')
+
+  cd "$srcdir"/WebOb-$pkgver
+  python setup.py install -O1 --root="$pkgdir"
+  install -D -m644 "docs/license.txt" \
+   "$pkgdir"/usr/share/licenses/$pkgname/license.txt
+}
+
+package_python2-webob() {
+  depends=('python2')
+
+  cd "$srcdir"/WebOb-$pkgver-py2
+  python2 setup.py install -O1 --root="$pkgdir"
+  install -D -m644 "docs/license.txt" \
+   "$pkgdir"/usr/share/licenses/$pkgname/license.txt
+}
+
+package_python-webob-docs() {
+  optdepends=()
+
+  cd "$srcdir"/WebOb-$pkgver-docs
+  _doc_dir="$pkgdir"/usr/share/docs/python-webob
+  mkdir -p "$_doc_dir"
+  cp -a 

[arch-commits] Commit in switchboard-plug-mouse-touchpad/trunk (PKGBUILD)

2020-01-21 Thread Maxime Gauduin via arch-commits
Date: Wednesday, January 22, 2020 @ 07:10:44
  Author: alucryd
Revision: 553390

upgpkg: switchboard-plug-mouse-touchpad 2.4.0-1

Modified:
  switchboard-plug-mouse-touchpad/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2020-01-22 07:10:30 UTC (rev 553389)
+++ PKGBUILD2020-01-22 07:10:44 UTC (rev 553390)
@@ -1,7 +1,7 @@
 # Maintainer: Maxime Gauduin 
 
 pkgname=switchboard-plug-mouse-touchpad
-pkgver=2.3.1
+pkgver=2.4.0
 pkgrel=1
 pkgdesc='Switchboard Mouse & Touchpad Plug'
 arch=(x86_64)
@@ -20,7 +20,7 @@
   meson
   vala
 )
-source=(git+https://github.com/elementary/switchboard-plug-mouse-touchpad.git#tag=e6a35084247ff3ef2ac79222c2ba038aaa59ec84)
+source=(git+https://github.com/elementary/switchboard-plug-mouse-touchpad.git#tag=5175aab7ef5a9e92deaf9c256845a8e42103880b)
 sha256sums=(SKIP)
 
 pkgver() {


[arch-commits] Commit in switchboard-plug-mouse-touchpad/repos/community-x86_64 (2 files)

2020-01-21 Thread Maxime Gauduin via arch-commits
Date: Wednesday, January 22, 2020 @ 07:10:51
  Author: alucryd
Revision: 553392

archrelease: copy trunk to community-x86_64

Added:
  switchboard-plug-mouse-touchpad/repos/community-x86_64/PKGBUILD
(from rev 553391, switchboard-plug-mouse-touchpad/trunk/PKGBUILD)
Deleted:
  switchboard-plug-mouse-touchpad/repos/community-x86_64/PKGBUILD

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

Deleted: PKGBUILD
===
--- PKGBUILD2020-01-22 07:10:45 UTC (rev 553391)
+++ PKGBUILD2020-01-22 07:10:51 UTC (rev 553392)
@@ -1,41 +0,0 @@
-# Maintainer: Maxime Gauduin 
-
-pkgname=switchboard-plug-mouse-touchpad
-pkgver=2.3.1
-pkgrel=1
-pkgdesc='Switchboard Mouse & Touchpad Plug'
-arch=(x86_64)
-url=https://github.com/elementary/switchboard-plug-mouse-touchpad
-license=(GPL3)
-groups=(pantheon)
-depends=(
-  glib2
-  gtk3
-  libgee
-  libgranite.so
-  libswitchboard-2.0.so
-)
-makedepends=(
-  git
-  meson
-  vala
-)
-source=(git+https://github.com/elementary/switchboard-plug-mouse-touchpad.git#tag=e6a35084247ff3ef2ac79222c2ba038aaa59ec84)
-sha256sums=(SKIP)
-
-pkgver() {
-  cd switchboard-plug-mouse-touchpad
-
-  git describe --tags
-}
-
-build() {
-  arch-meson switchboard-plug-mouse-touchpad build
-  ninja -C build
-}
-
-package() {
-  DESTDIR="${pkgdir}" ninja -C build install
-}
-
-# vim: ts=2 sw=2 et:

Copied: switchboard-plug-mouse-touchpad/repos/community-x86_64/PKGBUILD (from 
rev 553391, switchboard-plug-mouse-touchpad/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2020-01-22 07:10:51 UTC (rev 553392)
@@ -0,0 +1,41 @@
+# Maintainer: Maxime Gauduin 
+
+pkgname=switchboard-plug-mouse-touchpad
+pkgver=2.4.0
+pkgrel=1
+pkgdesc='Switchboard Mouse & Touchpad Plug'
+arch=(x86_64)
+url=https://github.com/elementary/switchboard-plug-mouse-touchpad
+license=(GPL3)
+groups=(pantheon)
+depends=(
+  glib2
+  gtk3
+  libgee
+  libgranite.so
+  libswitchboard-2.0.so
+)
+makedepends=(
+  git
+  meson
+  vala
+)
+source=(git+https://github.com/elementary/switchboard-plug-mouse-touchpad.git#tag=5175aab7ef5a9e92deaf9c256845a8e42103880b)
+sha256sums=(SKIP)
+
+pkgver() {
+  cd switchboard-plug-mouse-touchpad
+
+  git describe --tags
+}
+
+build() {
+  arch-meson switchboard-plug-mouse-touchpad build
+  ninja -C build
+}
+
+package() {
+  DESTDIR="${pkgdir}" ninja -C build install
+}
+
+# vim: ts=2 sw=2 et:


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

2020-01-21 Thread Felix Yan via arch-commits
Date: Wednesday, January 22, 2020 @ 07:10:30
  Author: felixonmars
Revision: 553389

upgpkg: python-webob 1.8.6-1

Modified:
  python-webob/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2020-01-22 07:10:11 UTC (rev 553388)
+++ PKGBUILD2020-01-22 07:10:30 UTC (rev 553389)
@@ -4,8 +4,8 @@
 
 pkgbase='python-webob'
 pkgname=('python-webob' 'python2-webob' 'python-webob-docs')
-pkgver=1.8.5
-pkgrel=3
+pkgver=1.8.6
+pkgrel=1
 pkgdesc="WSGI request and response object"
 arch=('any')
 url="http://pythonpaste.org/webob/;
@@ -14,7 +14,7 @@
 checkdepends=('python-pytest-runner' 'python2-pytest-runner')
 optdepends=('python-webob-docs: documentation')
 source=("https://pypi.io/packages/source/W/WebOb/WebOb-$pkgver.tar.gz;)
-sha512sums=('cc0b956a7c3b8ae58d6002baf5c6de4e442201280468f8fc8b5fbd2c7f7cb7a8f46447f97b98a32a9959c8d1aa7a2a8a7b9d624cb27ca79b2ad1ce94f891801b')
+sha512sums=('b9a3faac114c55f3e9a6eb71a78dd921d928da99a427dea05bc798bc1fe249f0f1cf8c9b9fcb1b73be2737b9132bbfe2250a8652e3a8a1199ac74fa62a59d44c')
 
 prepare() {
   cp -a WebOb-$pkgver{,-py2}


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

2020-01-21 Thread Felix Yan via arch-commits
Date: Wednesday, January 22, 2020 @ 07:10:11
  Author: felixonmars
Revision: 553388

archrelease: copy trunk to community-any

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

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

Deleted: PKGBUILD
===
--- PKGBUILD2020-01-22 07:10:04 UTC (rev 553387)
+++ PKGBUILD2020-01-22 07:10:11 UTC (rev 553388)
@@ -1,30 +0,0 @@
-# Maintainer: Felix Yan 
-# Contributor: Gordian Edenhofer 
-
-pkgname=python-acme
-pkgver=1.0.0
-pkgrel=1
-pkgdesc="ACME protocol implementation in Python"
-arch=('any')
-license=('Apache')
-url="https://github.com/certbot/certbot;
-depends=('python-setuptools' 'python-pyopenssl' 'python-pyrfc3339' 
'python-pytz' 'python-requests'
- 'python-six' 'python-josepy' 'python-mock' 'python-requests-toolbelt')
-checkdepends=('python-pytest-runner')
-source=("https://pypi.io/packages/source/a/acme/acme-$pkgver.tar.gz;)
-sha512sums=('ef10d518938530f8a5f970d35a0d39129c2cc10edbe4aacb89e98e58a297b6961ea965ba7cfcd0242f56b722b67b91b5b94c7e50ddf36dfc70f46e106c24fea8')
-
-build() {
-  cd acme-$pkgver
-  python setup.py build
-}
-
-check() {
-  cd acme-$pkgver
-  python setup.py pytest
-}
-
-package() {
-  cd acme-$pkgver
-  python setup.py install --root="$pkgdir" --optimize=1
-}

Copied: python-acme/repos/community-any/PKGBUILD (from rev 553387, 
python-acme/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2020-01-22 07:10:11 UTC (rev 553388)
@@ -0,0 +1,30 @@
+# Maintainer: Felix Yan 
+# Contributor: Gordian Edenhofer 
+
+pkgname=python-acme
+pkgver=1.1.0
+pkgrel=1
+pkgdesc="ACME protocol implementation in Python"
+arch=('any')
+license=('Apache')
+url="https://github.com/certbot/certbot;
+depends=('python-setuptools' 'python-pyopenssl' 'python-pyrfc3339' 
'python-pytz' 'python-requests'
+ 'python-six' 'python-josepy' 'python-mock' 'python-requests-toolbelt')
+checkdepends=('python-pytest-runner')
+source=("https://pypi.io/packages/source/a/acme/acme-$pkgver.tar.gz;)
+sha512sums=('562adecf609d3cece7c16f0ab695d3464f620538ccec092ca9e22667082339f4d68aa61f97b1709a6f4324a137678b9fb5fecd78058ed61975bea9abca325c45')
+
+build() {
+  cd acme-$pkgver
+  python setup.py build
+}
+
+check() {
+  cd acme-$pkgver
+  python setup.py pytest
+}
+
+package() {
+  cd acme-$pkgver
+  python setup.py install --root="$pkgdir" --optimize=1
+}


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

2020-01-21 Thread Felix Yan via arch-commits
Date: Wednesday, January 22, 2020 @ 07:09:56
  Author: felixonmars
Revision: 553385

upgpkg: python-acme 1.1.0-1

Modified:
  python-acme/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2020-01-22 07:09:30 UTC (rev 553384)
+++ PKGBUILD2020-01-22 07:09:56 UTC (rev 553385)
@@ -2,7 +2,7 @@
 # Contributor: Gordian Edenhofer 
 
 pkgname=python-acme
-pkgver=1.0.0
+pkgver=1.1.0
 pkgrel=1
 pkgdesc="ACME protocol implementation in Python"
 arch=('any')
@@ -12,7 +12,7 @@
  'python-six' 'python-josepy' 'python-mock' 'python-requests-toolbelt')
 checkdepends=('python-pytest-runner')
 source=("https://pypi.io/packages/source/a/acme/acme-$pkgver.tar.gz;)
-sha512sums=('ef10d518938530f8a5f970d35a0d39129c2cc10edbe4aacb89e98e58a297b6961ea965ba7cfcd0242f56b722b67b91b5b94c7e50ddf36dfc70f46e106c24fea8')
+sha512sums=('562adecf609d3cece7c16f0ab695d3464f620538ccec092ca9e22667082339f4d68aa61f97b1709a6f4324a137678b9fb5fecd78058ed61975bea9abca325c45')
 
 build() {
   cd acme-$pkgver


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

2020-01-21 Thread Maxime Gauduin via arch-commits
Date: Wednesday, January 22, 2020 @ 07:09:59
  Author: alucryd
Revision: 553386

upgpkg: gtk-theme-elementary 5.4.1-1

Modified:
  gtk-theme-elementary/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2020-01-22 07:09:56 UTC (rev 553385)
+++ PKGBUILD2020-01-22 07:09:59 UTC (rev 553386)
@@ -1,7 +1,7 @@
 # Maintainer: Maxime Gauduin 
 
 pkgname=gtk-theme-elementary
-pkgver=5.4.0
+pkgver=5.4.1
 pkgrel=1
 pkgdesc='elementary GTK theme'
 arch=(any)
@@ -13,7 +13,7 @@
   meson
 )
 optdepends=('gtk-engine-murrine: GTK2 theme')
-source=(gtk-theme-elementary::git+https://github.com/elementary/stylesheet.git#tag=bf51ea2d201f57b2dde62ef423ceb1e713b9fe98)
+source=(gtk-theme-elementary::git+https://github.com/elementary/stylesheet.git#tag=b52beeff23fb9fe33a674bf30222d861c0f75fc9)
 sha256sums=(SKIP)
 
 pkgver() {


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

2020-01-21 Thread Maxime Gauduin via arch-commits
Date: Wednesday, January 22, 2020 @ 07:10:04
  Author: alucryd
Revision: 553387

archrelease: copy trunk to community-any

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

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

Deleted: PKGBUILD
===
--- PKGBUILD2020-01-22 07:09:59 UTC (rev 553386)
+++ PKGBUILD2020-01-22 07:10:04 UTC (rev 553387)
@@ -1,34 +0,0 @@
-# Maintainer: Maxime Gauduin 
-
-pkgname=gtk-theme-elementary
-pkgver=5.4.0
-pkgrel=1
-pkgdesc='elementary GTK theme'
-arch=(any)
-url=https://github.com/elementary/stylesheet
-license=(GPL3)
-groups=(pantheon)
-makedepends=(
-  git
-  meson
-)
-optdepends=('gtk-engine-murrine: GTK2 theme')
-source=(gtk-theme-elementary::git+https://github.com/elementary/stylesheet.git#tag=bf51ea2d201f57b2dde62ef423ceb1e713b9fe98)
-sha256sums=(SKIP)
-
-pkgver() {
-  cd gtk-theme-elementary
-
-  git describe --tags
-}
-
-build() {
-  arch-meson gtk-theme-elementary build
-  ninja -C build
-}
-
-package() {
-  DESTDIR="${pkgdir}" ninja -C build install
-}
-
-# vim: ts=2 sw=2 et:

Copied: gtk-theme-elementary/repos/community-any/PKGBUILD (from rev 553386, 
gtk-theme-elementary/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2020-01-22 07:10:04 UTC (rev 553387)
@@ -0,0 +1,34 @@
+# Maintainer: Maxime Gauduin 
+
+pkgname=gtk-theme-elementary
+pkgver=5.4.1
+pkgrel=1
+pkgdesc='elementary GTK theme'
+arch=(any)
+url=https://github.com/elementary/stylesheet
+license=(GPL3)
+groups=(pantheon)
+makedepends=(
+  git
+  meson
+)
+optdepends=('gtk-engine-murrine: GTK2 theme')
+source=(gtk-theme-elementary::git+https://github.com/elementary/stylesheet.git#tag=b52beeff23fb9fe33a674bf30222d861c0f75fc9)
+sha256sums=(SKIP)
+
+pkgver() {
+  cd gtk-theme-elementary
+
+  git describe --tags
+}
+
+build() {
+  arch-meson gtk-theme-elementary build
+  ninja -C build
+}
+
+package() {
+  DESTDIR="${pkgdir}" ninja -C build install
+}
+
+# vim: ts=2 sw=2 et:


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

2020-01-21 Thread Felix Yan via arch-commits
Date: Wednesday, January 22, 2020 @ 07:09:30
  Author: felixonmars
Revision: 553384

archrelease: copy trunk to community-staging-x86_64

Added:
  haskell-timezone-olson/repos/community-staging-x86_64/
  haskell-timezone-olson/repos/community-staging-x86_64/PKGBUILD
(from rev 553383, haskell-timezone-olson/trunk/PKGBUILD)

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

Copied: haskell-timezone-olson/repos/community-staging-x86_64/PKGBUILD (from 
rev 553383, haskell-timezone-olson/trunk/PKGBUILD)
===
--- community-staging-x86_64/PKGBUILD   (rev 0)
+++ community-staging-x86_64/PKGBUILD   2020-01-22 07:09:30 UTC (rev 553384)
@@ -0,0 +1,54 @@
+# Maintainer: Levente Polyak 
+
+_hkgname=timezone-olson
+pkgname=haskell-${_hkgname}
+pkgver=0.1.9
+pkgrel=2
+pkgdesc='Pure Haskell parser and renderer for binary Olson timezone files'
+url='http://projects.haskell.org/time-ng/'
+license=('BSD')
+arch=('x86_64')
+depends=('ghc-libs' 'haskell-base' 'haskell-binary' 'haskell-bytestring'
+ 'haskell-extensible-exceptions' 'haskell-time' 
'haskell-timezone-series')
+makedepends=('ghc')
+source=(https://hackage.haskell.org/package/${_hkgname}-${pkgver}/${_hkgname}-${pkgver}.tar.gz)
+sha256sums=('32230509029bcf9e1bd95b5ad7ee69b8b0250cffc4bb8f2df88a651b3af74b15')
+sha512sums=('1ad8f98ba3573f11154e18c5c0d2d7ee3b32f165d388318622195199da4765d1a0352b8a13fa38a6b2fb008de93f34d2a6aa35d2d7ada53e1ae8c5404d68b645')
+
+build() {
+  cd ${_hkgname}-${pkgver}
+runhaskell Setup configure -O \
+  --enable-shared \
+  --enable-executable-dynamic \
+  --disable-library-vanilla \
+  --prefix=/usr \
+  --docdir=/usr/share/doc/$pkgname \
+  --dynlibdir=/usr/lib \
+  --libsubdir=\$compiler/site-local/\$pkgid \
+  --ghc-option=-optl-Wl\,-z\,relro\,-z\,now \
+  --ghc-option='-pie'
+runhaskell Setup build
+runhaskell Setup haddock
+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 -Dm 744 register.sh 
"${pkgdir}/usr/share/haskell/register/${pkgname}.sh"
+  install -Dm 744 unregister.sh 
"${pkgdir}/usr/share/haskell/unregister/${pkgname}.sh"
+  install -dm 755 "${pkgdir}/usr/share/doc/ghc/html/libraries"
+  runhaskell Setup copy --destdir="$pkgdir"
+
+  install -Dm 644 LICENSE -t "${pkgdir}/usr/share/licenses/${pkgname}"
+  ln -s /usr/share/doc/${pkgname}/html 
"${pkgdir}/usr/share/doc/ghc/html/libraries/${_hkgname}"
+}
+
+# vim: ts=2 sw=2 et:


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

2020-01-21 Thread Felix Yan via arch-commits
Date: Wednesday, January 22, 2020 @ 07:09:16
  Author: felixonmars
Revision: 553383

upgpkg: haskell-timezone-olson 0.1.9-2: rebuild with ghc 8.8.1, cabal-doctest 
1.0.7, polyparse 1.13, primitive 0.7.0.0, regex-base 0.94.0.0, regex-pcre 
0.95.0.0, regex-posix 0.96.0.0, regex-tdfa 1.3.1.0, easytest 0.3, 
unexceptionalio 0.5.0, gtk2hs-buildtools 0.13.8.0, ghc-typelits-natnormalise 
0.7, resolv 0.1.1.3, ghc-typelits-knownnat 0.7.1, memory 0.15.0, RSA 2.4.1, 
foldl 1.4.6, lens 4.18, postgresql-binary 0.12.2, tls 1.5.0

Modified:
  haskell-timezone-olson/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2020-01-22 07:08:30 UTC (rev 553382)
+++ PKGBUILD2020-01-22 07:09:16 UTC (rev 553383)
@@ -3,7 +3,7 @@
 _hkgname=timezone-olson
 pkgname=haskell-${_hkgname}
 pkgver=0.1.9
-pkgrel=1
+pkgrel=2
 pkgdesc='Pure Haskell parser and renderer for binary Olson timezone files'
 url='http://projects.haskell.org/time-ng/'
 license=('BSD')


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

2020-01-21 Thread Felix Yan via arch-commits
Date: Wednesday, January 22, 2020 @ 07:08:30
  Author: felixonmars
Revision: 553382

archrelease: copy trunk to community-staging-x86_64

Added:
  haskell-timezone-series/repos/community-staging-x86_64/
  haskell-timezone-series/repos/community-staging-x86_64/PKGBUILD
(from rev 553381, haskell-timezone-series/trunk/PKGBUILD)

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

Copied: haskell-timezone-series/repos/community-staging-x86_64/PKGBUILD (from 
rev 553381, haskell-timezone-series/trunk/PKGBUILD)
===
--- community-staging-x86_64/PKGBUILD   (rev 0)
+++ community-staging-x86_64/PKGBUILD   2020-01-22 07:08:30 UTC (rev 553382)
@@ -0,0 +1,53 @@
+# Maintainer: Levente Polyak 
+
+_hkgname=timezone-series
+pkgname=haskell-${_hkgname}
+pkgver=0.1.9
+pkgrel=2
+pkgdesc='Enhanced timezone handling for Data.Time'
+url='http://projects.haskell.org/time-ng/'
+license=('BSD')
+arch=('x86_64')
+depends=('ghc-libs' 'haskell-base' 'haskell-deepseq' 'haskell-time')
+makedepends=('ghc')
+source=(https://hackage.haskell.org/package/${_hkgname}-${pkgver}/${_hkgname}-${pkgver}.tar.gz)
+sha256sums=('e5d35df5dc2408803120602b0a66ed63439e36b38dd0895f3e2159fcbd7d9cae')
+sha512sums=('9a716223270dfcb0ed39e2dcfb460e3540c0f2444f703c466cbd48ad5664e689aa3f6595f32e59b96fef7891aafabc03c9925367a26c2c043cb6adca2dad7a88')
+
+build() {
+  cd ${_hkgname}-${pkgver}
+runhaskell Setup configure -O \
+  --enable-shared \
+  --enable-executable-dynamic \
+  --disable-library-vanilla \
+  --prefix=/usr \
+  --docdir=/usr/share/doc/$pkgname \
+  --dynlibdir=/usr/lib \
+  --libsubdir=\$compiler/site-local/\$pkgid \
+  --ghc-option=-optl-Wl\,-z\,relro\,-z\,now \
+  --ghc-option='-pie'
+runhaskell Setup build
+runhaskell Setup haddock
+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 -Dm 744 register.sh 
"${pkgdir}/usr/share/haskell/register/${pkgname}.sh"
+  install -Dm 744 unregister.sh 
"${pkgdir}/usr/share/haskell/unregister/${pkgname}.sh"
+  install -dm 755 "${pkgdir}/usr/share/doc/ghc/html/libraries"
+  runhaskell Setup copy --destdir="$pkgdir"
+
+  install -Dm 644 LICENSE -t "${pkgdir}/usr/share/licenses/${pkgname}"
+  ln -s /usr/share/doc/${pkgname}/html 
"${pkgdir}/usr/share/doc/ghc/html/libraries/${_hkgname}"
+}
+
+# vim: ts=2 sw=2 et:


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

2020-01-21 Thread Felix Yan via arch-commits
Date: Wednesday, January 22, 2020 @ 07:08:17
  Author: felixonmars
Revision: 553381

upgpkg: haskell-timezone-series 0.1.9-2: rebuild with ghc 8.8.1, cabal-doctest 
1.0.7, polyparse 1.13, primitive 0.7.0.0, regex-base 0.94.0.0, regex-pcre 
0.95.0.0, regex-posix 0.96.0.0, regex-tdfa 1.3.1.0, easytest 0.3, 
unexceptionalio 0.5.0, gtk2hs-buildtools 0.13.8.0, ghc-typelits-natnormalise 
0.7, resolv 0.1.1.3, ghc-typelits-knownnat 0.7.1, memory 0.15.0, RSA 2.4.1, 
foldl 1.4.6, lens 4.18, postgresql-binary 0.12.2, tls 1.5.0

Modified:
  haskell-timezone-series/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2020-01-22 07:07:31 UTC (rev 553380)
+++ PKGBUILD2020-01-22 07:08:17 UTC (rev 553381)
@@ -3,7 +3,7 @@
 _hkgname=timezone-series
 pkgname=haskell-${_hkgname}
 pkgver=0.1.9
-pkgrel=1
+pkgrel=2
 pkgdesc='Enhanced timezone handling for Data.Time'
 url='http://projects.haskell.org/time-ng/'
 license=('BSD')


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

2020-01-21 Thread Felix Yan via arch-commits
Date: Wednesday, January 22, 2020 @ 07:07:31
  Author: felixonmars
Revision: 553380

archrelease: copy trunk to community-staging-x86_64

Added:
  haskell-alsa-mixer/repos/community-staging-x86_64/
  haskell-alsa-mixer/repos/community-staging-x86_64/PKGBUILD
(from rev 553379, haskell-alsa-mixer/trunk/PKGBUILD)

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

Copied: haskell-alsa-mixer/repos/community-staging-x86_64/PKGBUILD (from rev 
553379, haskell-alsa-mixer/trunk/PKGBUILD)
===
--- community-staging-x86_64/PKGBUILD   (rev 0)
+++ community-staging-x86_64/PKGBUILD   2020-01-22 07:07:31 UTC (rev 553380)
@@ -0,0 +1,49 @@
+# Maintainer: Levente Polyak 
+
+_hkgname=alsa-mixer
+pkgname=haskell-${_hkgname}
+pkgver=0.3.0
+pkgrel=4
+pkgdesc='Bindings to the ALSA simple mixer API'
+url='https://hackage.haskell.org/package/alsa-mixer'
+license=('BSD')
+arch=('x86_64')
+depends=('ghc-libs' 'glibc' 'gmp' 'alsa-lib' 'haskell-base' 'haskell-unix'
+ 'haskell-alsa-core' 'haskell-extensible-exceptions')
+makedepends=('ghc' 'c2hs')
+source=(https://github.com/ttuegel/alsa-mixer/archive/${pkgver}/${pkgname}-${pkgver}.tar.gz)
+sha256sums=('afc9aba478e37af03f38707e0bddc8a2c2f51ddc27a93bd8b81a277077f72ccf')
+sha512sums=('3977808321218a7694a59ff294664b2a9ae6e735844040adf89bf63ef75f025aada555fde6c79cbe19f4ca9c7546005de5a2b132c2fd6deef2c1a38ae555fe5f')
+
+build() {
+  cd ${_hkgname}-${pkgver}
+runhaskell Setup configure -O --enable-shared --enable-executable-dynamic 
--disable-library-vanilla \
+--prefix=/usr --docdir=/usr/share/doc/$pkgname \
+--dynlibdir=/usr/lib --libsubdir=\$compiler/site-local/\$pkgid \
+--ghc-option=-optl-Wl\,-z\,relro\,-z\,now \
+--ghc-option='-pie'
+runhaskell Setup build
+runhaskell Setup haddock
+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 -Dm 744 register.sh 
"${pkgdir}/usr/share/haskell/register/${pkgname}.sh"
+  install -Dm 744 unregister.sh 
"${pkgdir}/usr/share/haskell/unregister/${pkgname}.sh"
+  install -dm 755 "${pkgdir}/usr/share/doc/ghc/html/libraries"
+  runhaskell Setup copy --destdir="$pkgdir"
+
+  install -Dm 644 LICENSE -t "${pkgdir}/usr/share/licenses/${pkgname}"
+  ln -s /usr/share/doc/${pkgname}/html 
"${pkgdir}/usr/share/doc/ghc/html/libraries/${_hkgname}"
+}
+
+# vim: ts=2 sw=2 et:


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

2020-01-21 Thread Felix Yan via arch-commits
Date: Wednesday, January 22, 2020 @ 07:07:13
  Author: felixonmars
Revision: 553379

upgpkg: haskell-alsa-mixer 0.3.0-4: rebuild with ghc 8.8.1, cabal-doctest 
1.0.7, polyparse 1.13, primitive 0.7.0.0, regex-base 0.94.0.0, regex-pcre 
0.95.0.0, regex-posix 0.96.0.0, regex-tdfa 1.3.1.0, easytest 0.3, 
unexceptionalio 0.5.0, gtk2hs-buildtools 0.13.8.0, ghc-typelits-natnormalise 
0.7, resolv 0.1.1.3, ghc-typelits-knownnat 0.7.1, memory 0.15.0, RSA 2.4.1, 
foldl 1.4.6, lens 4.18, postgresql-binary 0.12.2, tls 1.5.0

Modified:
  haskell-alsa-mixer/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2020-01-22 07:06:21 UTC (rev 553378)
+++ PKGBUILD2020-01-22 07:07:13 UTC (rev 553379)
@@ -3,7 +3,7 @@
 _hkgname=alsa-mixer
 pkgname=haskell-${_hkgname}
 pkgver=0.3.0
-pkgrel=3
+pkgrel=4
 pkgdesc='Bindings to the ALSA simple mixer API'
 url='https://hackage.haskell.org/package/alsa-mixer'
 license=('BSD')


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

2020-01-21 Thread Felix Yan via arch-commits
Date: Wednesday, January 22, 2020 @ 07:06:21
  Author: felixonmars
Revision: 553378

archrelease: copy trunk to community-staging-x86_64

Added:
  haskell-alsa-core/repos/community-staging-x86_64/
  haskell-alsa-core/repos/community-staging-x86_64/PKGBUILD
(from rev 553377, haskell-alsa-core/trunk/PKGBUILD)

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

Copied: haskell-alsa-core/repos/community-staging-x86_64/PKGBUILD (from rev 
553377, haskell-alsa-core/trunk/PKGBUILD)
===
--- community-staging-x86_64/PKGBUILD   (rev 0)
+++ community-staging-x86_64/PKGBUILD   2020-01-22 07:06:21 UTC (rev 553378)
@@ -0,0 +1,48 @@
+# Maintainer: Levente Polyak 
+
+_hkgname=alsa-core
+pkgname=haskell-${_hkgname}
+pkgver=0.5.0.1
+pkgrel=7
+pkgdesc='Binding to the ALSA Library API (Exceptions)'
+url='http://www.haskell.org/haskellwiki/ALSA'
+license=('BSD')
+arch=('x86_64')
+depends=('ghc-libs' 'glibc' 'gmp' 'alsa-lib' 'haskell-base' 
'haskell-extensible-exceptions')
+makedepends=('ghc')
+source=(https://hackage.haskell.org/package/${_hkgname}-${pkgver}/${_hkgname}-${pkgver}.tar.gz)
+sha256sums=('eb50495ef05ecc7c06a0147da7f0d3efde832a44d23caaf5172dc114882270ab')
+sha512sums=('e02c8353911bf2c0c703400701ae72be6f510f771ff56dfc09322cbcf3a006f4cd0903f71f7ed2268886b3468113d5ce76933eedf5fad47aa71cb052d07fc4b4')
+
+build() {
+  cd ${_hkgname}-${pkgver}
+runhaskell Setup configure -O --enable-shared --enable-executable-dynamic 
--disable-library-vanilla \
+--prefix=/usr --docdir=/usr/share/doc/$pkgname \
+--dynlibdir=/usr/lib --libsubdir=\$compiler/site-local/\$pkgid \
+--ghc-option=-optl-Wl\,-z\,relro\,-z\,now \
+--ghc-option='-pie'
+runhaskell Setup build
+runhaskell Setup haddock
+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 -Dm 744 register.sh 
"${pkgdir}/usr/share/haskell/register/${pkgname}.sh"
+  install -Dm 744 unregister.sh 
"${pkgdir}/usr/share/haskell/unregister/${pkgname}.sh"
+  install -dm 755 "${pkgdir}/usr/share/doc/ghc/html/libraries"
+  runhaskell Setup copy --destdir="$pkgdir"
+
+  install -Dm 644 LICENSE -t "${pkgdir}/usr/share/licenses/${pkgname}"
+  ln -s /usr/share/doc/${pkgname}/html 
"${pkgdir}/usr/share/doc/ghc/html/libraries/${_hkgname}"
+}
+
+# vim: ts=2 sw=2 et:


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

2020-01-21 Thread Felix Yan via arch-commits
Date: Wednesday, January 22, 2020 @ 07:06:00
  Author: felixonmars
Revision: 553377

upgpkg: haskell-alsa-core 0.5.0.1-7: rebuild with ghc 8.8.1, cabal-doctest 
1.0.7, polyparse 1.13, primitive 0.7.0.0, regex-base 0.94.0.0, regex-pcre 
0.95.0.0, regex-posix 0.96.0.0, regex-tdfa 1.3.1.0, easytest 0.3, 
unexceptionalio 0.5.0, gtk2hs-buildtools 0.13.8.0, ghc-typelits-natnormalise 
0.7, resolv 0.1.1.3, ghc-typelits-knownnat 0.7.1, memory 0.15.0, RSA 2.4.1, 
foldl 1.4.6, lens 4.18, postgresql-binary 0.12.2, tls 1.5.0

Modified:
  haskell-alsa-core/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2020-01-22 07:04:05 UTC (rev 553376)
+++ PKGBUILD2020-01-22 07:06:00 UTC (rev 553377)
@@ -3,7 +3,7 @@
 _hkgname=alsa-core
 pkgname=haskell-${_hkgname}
 pkgver=0.5.0.1
-pkgrel=6
+pkgrel=7
 pkgdesc='Binding to the ALSA Library API (Exceptions)'
 url='http://www.haskell.org/haskellwiki/ALSA'
 license=('BSD')


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

2020-01-21 Thread Felix Yan via arch-commits
Date: Wednesday, January 22, 2020 @ 07:04:05
  Author: felixonmars
Revision: 553376

archrelease: copy trunk to community-staging-x86_64

Added:
  tidalcycles/repos/community-staging-x86_64/
  tidalcycles/repos/community-staging-x86_64/PKGBUILD
(from rev 553375, tidalcycles/trunk/PKGBUILD)

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

Copied: tidalcycles/repos/community-staging-x86_64/PKGBUILD (from rev 553375, 
tidalcycles/trunk/PKGBUILD)
===
--- community-staging-x86_64/PKGBUILD   (rev 0)
+++ community-staging-x86_64/PKGBUILD   2020-01-22 07:04:05 UTC (rev 553376)
@@ -0,0 +1,53 @@
+# Maintainer: David Runge 
+
+_name=Tidal
+pkgname=tidalcycles
+pkgver=1.4.7
+pkgrel=6
+pkgdesc="A domain specific language for live coding pattern."
+arch=('x86_64')
+url="https://tidalcycles.org/;
+license=('GPL3')
+groups=('pro-audio')
+depends=('ghc' 'ghc-libs' 'glibc' 'haskell-bifunctors' 'haskell-clock'
+'haskell-colour' 'haskell-hosc' 'haskell-mwc-random' 'haskell-network'
+'haskell-primitive' 'haskell-vector' 'supercollider')
+checkdepends=('haskell-microspec')
+optdepends=('sc3-plugins: Examples using special UGens')
+source=("$pkgname-$pkgver.tar.gz::https://github.com/tidalcycles/Tidal/archive/${pkgver}.tar.gz;)
+sha512sums=('1f5afbb912ec3aa8b23503e1bf23de9a73c36897aae1ac193200a310ac50b0c07681f98a6ceedf7465723b7e4ee85e8f675aefcd3e53620ffcd83fb2c2f33769')
+
+prepare() {
+  mv -v "${_name}-$pkgver" "$pkgname-$pkgver"
+  cd "$pkgname-$pkgver"
+}
+
+build() {
+  cd "$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
+  runhaskell Setup build
+  runhaskell Setup register --gen-script
+  runhaskell Setup unregister --gen-script
+  sed -i -r -e "s|ghc-pkg.*update[^ ]* |&'--force' |" register.sh
+  sed -i -r -e "s|ghc-pkg.*unregister[^ ]* |&'--force' |" unregister.sh
+}
+
+check() {
+  cd "$pkgname-$pkgver"
+  runhaskell Setup test
+}
+
+package() {
+  cd "$pkgname-$pkgver"
+  runhaskell Setup copy --destdir="${pkgdir}"
+  install -vDm 744 register.sh "$pkgdir/usr/share/haskell/register/$pkgname.sh"
+  install -vDm 744 unregister.sh 
"$pkgdir/usr/share/haskell/unregister/$pkgname.sh"
+}


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

2020-01-21 Thread Felix Yan via arch-commits
Date: Wednesday, January 22, 2020 @ 07:03:38
  Author: felixonmars
Revision: 553375

upgpkg: tidalcycles 1.4.7-6: rebuild with ghc 8.8.1, cabal-doctest 1.0.7, 
polyparse 1.13, primitive 0.7.0.0, regex-base 0.94.0.0, regex-pcre 0.95.0.0, 
regex-posix 0.96.0.0, regex-tdfa 1.3.1.0, easytest 0.3, unexceptionalio 0.5.0, 
gtk2hs-buildtools 0.13.8.0, ghc-typelits-natnormalise 0.7, resolv 0.1.1.3, 
ghc-typelits-knownnat 0.7.1, memory 0.15.0, RSA 2.4.1, foldl 1.4.6, lens 4.18, 
postgresql-binary 0.12.2, tls 1.5.0

Modified:
  tidalcycles/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2020-01-22 07:03:18 UTC (rev 553374)
+++ PKGBUILD2020-01-22 07:03:38 UTC (rev 553375)
@@ -3,7 +3,7 @@
 _name=Tidal
 pkgname=tidalcycles
 pkgver=1.4.7
-pkgrel=5
+pkgrel=6
 pkgdesc="A domain specific language for live coding pattern."
 arch=('x86_64')
 url="https://tidalcycles.org/;


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

2020-01-21 Thread Felix Yan via arch-commits
Date: Wednesday, January 22, 2020 @ 07:02:49
  Author: felixonmars
Revision: 373773

upgpkg: python-pycurl 7.43.0.4-1

Modified:
  python-pycurl/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2020-01-22 06:59:34 UTC (rev 373772)
+++ PKGBUILD2020-01-22 07:02:49 UTC (rev 373773)
@@ -4,8 +4,8 @@
 
 pkgbase=python-pycurl
 pkgname=('python-pycurl' 'python2-pycurl')
-pkgver=7.43.0.3
-pkgrel=4
+pkgver=7.43.0.4
+pkgrel=1
 arch=('x86_64')
 url="http://pycurl.sourceforge.net/;
 license=('LGPL' 'MIT')
@@ -12,14 +12,11 @@
 makedepends=('python' 'python2' 'curl')
 checkdepends=('python-bottle' 'python2-bottle' 'python-nose-show-skipped' 
'python2-nose-show-skipped'
   'vsftpd' 'python-flaky' 'python2-flaky' 'python-pyflakes' 
'python2-pyflakes')
-source=("$pkgbase-$pkgver.tar.gz::https://github.com/pycurl/pycurl/archive/REL_${pkgver//./_}.tar.gz;
-python3.8.patch::https://github.com/pycurl/pycurl/pull/600.patch)
-sha512sums=('1c210be7dde473a524fbc3084066b0aaa13c0a50cc2ab03bceb49030897058ae09bb4b8b5961823184469dc0901a5aae0f67992f408f37bb9bcb0c34ea014aec'
-
'982275200c5c9145bf3ed69050bc9b93b7697355baf0cade0c21043103440f930e81792e11bc18a072f4a767cf7f2fcf21b9a8a8adaf5bf2a2d3bf049685a094')
+source=("$pkgbase-$pkgver.tar.gz::https://github.com/pycurl/pycurl/archive/REL_${pkgver//./_}.tar.gz;)
+sha512sums=('0dbc42ee43534634b604536b5f8598be78d4b16f840fc3ef26e68674bce265707d3d0183bdfd37252979920abebe25d772acb028408d7dedcaf3f7469e2684fe')
 
 prepare() {
   mv pycurl-REL_${pkgver//./_} pycurl-$pkgver
-  patch -d pycurl-$pkgver -p1 -i ../python3.8.patch
   cp -a pycurl-$pkgver{,-py2}
 
   cd "$srcdir"/pycurl-$pkgver


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

2020-01-21 Thread Felix Yan via arch-commits
Date: Wednesday, January 22, 2020 @ 07:03:04
  Author: felixonmars
Revision: 373774

archrelease: copy trunk to extra-x86_64

Added:
  python-pycurl/repos/extra-x86_64/PKGBUILD
(from rev 373773, python-pycurl/trunk/PKGBUILD)
Deleted:
  python-pycurl/repos/extra-x86_64/PKGBUILD

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

Deleted: PKGBUILD
===
--- PKGBUILD2020-01-22 07:02:49 UTC (rev 373773)
+++ PKGBUILD2020-01-22 07:03:04 UTC (rev 373774)
@@ -1,74 +0,0 @@
-# Maintainer: Felix Yan 
-# Contributor: Sergej Pupykin 
-# Contributor: Angel 'angvp' Velasquez 
-
-pkgbase=python-pycurl
-pkgname=('python-pycurl' 'python2-pycurl')
-pkgver=7.43.0.3
-pkgrel=4
-arch=('x86_64')
-url="http://pycurl.sourceforge.net/;
-license=('LGPL' 'MIT')
-makedepends=('python' 'python2' 'curl')
-checkdepends=('python-bottle' 'python2-bottle' 'python-nose-show-skipped' 
'python2-nose-show-skipped'
-  'vsftpd' 'python-flaky' 'python2-flaky' 'python-pyflakes' 
'python2-pyflakes')
-source=("$pkgbase-$pkgver.tar.gz::https://github.com/pycurl/pycurl/archive/REL_${pkgver//./_}.tar.gz;
-python3.8.patch::https://github.com/pycurl/pycurl/pull/600.patch)
-sha512sums=('1c210be7dde473a524fbc3084066b0aaa13c0a50cc2ab03bceb49030897058ae09bb4b8b5961823184469dc0901a5aae0f67992f408f37bb9bcb0c34ea014aec'
-
'982275200c5c9145bf3ed69050bc9b93b7697355baf0cade0c21043103440f930e81792e11bc18a072f4a767cf7f2fcf21b9a8a8adaf5bf2a2d3bf049685a094')
-
-prepare() {
-  mv pycurl-REL_${pkgver//./_} pycurl-$pkgver
-  patch -d pycurl-$pkgver -p1 -i ../python3.8.patch
-  cp -a pycurl-$pkgver{,-py2}
-
-  cd "$srcdir"/pycurl-$pkgver
-  find . -name '*.py' -exec sed -i -e "s|#! /usr/bin/env python|#!/usr/bin/env 
python3|" {} +
-sed -i 's/"share", "doc", PACKAGE/"share", "doc", "python-pycurl"/' 
setup.py
-  sed -e "s/nosetests/nosetests3/" -e "s/python/python3/" -i tests/run.sh
-
-  cd "$srcdir"/pycurl-$pkgver-py2
-  find . -name '*.py' -exec sed -i -e "s|#! /usr/bin/env python|#!/usr/bin/env 
python2|" {} +
-sed -i 's/"share", "doc", PACKAGE/"share", "doc", "python2-pycurl"/' 
setup.py
-  sed -e "s/nosetests/nosetests2/" -e "s/python/python2/" -i tests/run.sh
-  sed -e "s/pyflakes/pyflakes-python2/" -i Makefile
-}
-
-build() {
-  cd "$srcdir"/pycurl-$pkgver
-  make
-  python3 setup.py build
-
-  cd "$srcdir"/pycurl-$pkgver-py2
-  make
-  python2 setup.py build
-}
-
-check() {
-  export PYCURL_VSFTPD_PATH=vsftpd
-  # We don't have HTTP2 enabled
-
-  cd "$srcdir"/pycurl-$pkgver
-  PYTHONPATH="$PWD/build/lib.linux-$CARCH-3.8:$PYTHONPATH" make test || 
warning "Tests failed"
-
-  cd "$srcdir"/pycurl-$pkgver-py2
-  PYTHONPATH="$PWD/build/lib.linux-$CARCH-2.7:$PYTHONPATH" make PYTHON=python2 
NOSETESTS=nosetests2 test || warning "Tests failed"
-}
-
-package_python-pycurl() {
-  pkgdesc="A Python 3.x interface to libcurl"
-  depends=('python' 'curl')
-
-  cd pycurl-$pkgver
-  python setup.py install -O1 --root="$pkgdir"
-  install -D -m644 COPYING-MIT "$pkgdir"/usr/share/licenses/$pkgname/LICENSE
-}
-
-package_python2-pycurl() {
-  pkgdesc="A Python 2.x interface to libcurl"
-  depends=('python2' 'curl')
-
-  cd pycurl-$pkgver-py2
-  python2 setup.py install -O1 --root="$pkgdir"
-  install -D -m644 COPYING-MIT "$pkgdir"/usr/share/licenses/$pkgname/LICENSE
-}

Copied: python-pycurl/repos/extra-x86_64/PKGBUILD (from rev 373773, 
python-pycurl/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2020-01-22 07:03:04 UTC (rev 373774)
@@ -0,0 +1,71 @@
+# Maintainer: Felix Yan 
+# Contributor: Sergej Pupykin 
+# Contributor: Angel 'angvp' Velasquez 
+
+pkgbase=python-pycurl
+pkgname=('python-pycurl' 'python2-pycurl')
+pkgver=7.43.0.4
+pkgrel=1
+arch=('x86_64')
+url="http://pycurl.sourceforge.net/;
+license=('LGPL' 'MIT')
+makedepends=('python' 'python2' 'curl')
+checkdepends=('python-bottle' 'python2-bottle' 'python-nose-show-skipped' 
'python2-nose-show-skipped'
+  'vsftpd' 'python-flaky' 'python2-flaky' 'python-pyflakes' 
'python2-pyflakes')
+source=("$pkgbase-$pkgver.tar.gz::https://github.com/pycurl/pycurl/archive/REL_${pkgver//./_}.tar.gz;)
+sha512sums=('0dbc42ee43534634b604536b5f8598be78d4b16f840fc3ef26e68674bce265707d3d0183bdfd37252979920abebe25d772acb028408d7dedcaf3f7469e2684fe')
+
+prepare() {
+  mv pycurl-REL_${pkgver//./_} pycurl-$pkgver
+  cp -a pycurl-$pkgver{,-py2}
+
+  cd "$srcdir"/pycurl-$pkgver
+  find . -name '*.py' -exec sed -i -e "s|#! /usr/bin/env python|#!/usr/bin/env 
python3|" {} +
+sed -i 's/"share", "doc", PACKAGE/"share", "doc", "python-pycurl"/' 
setup.py
+  sed -e "s/nosetests/nosetests3/" -e "s/python/python3/" -i tests/run.sh
+
+  cd "$srcdir"/pycurl-$pkgver-py2
+  find . -name '*.py' -exec sed -i -e "s|#! /usr/bin/env 

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

2020-01-21 Thread Felix Yan via arch-commits
Date: Wednesday, January 22, 2020 @ 07:03:18
  Author: felixonmars
Revision: 553374

archrelease: copy trunk to community-any

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

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

Deleted: PKGBUILD
===
--- PKGBUILD2020-01-22 07:03:02 UTC (rev 553373)
+++ PKGBUILD2020-01-22 07:03:18 UTC (rev 553374)
@@ -1,30 +0,0 @@
-# Maintainer: Felix Yan 
-
-pkgname=python-jsbeautifier
-pkgver=1.10.2
-pkgrel=2
-pkgdesc='JavaScript unobfuscator and beautifier'
-arch=('any')
-license=('MIT')
-url='https://github.com/beautify-web/js-beautify'
-depends=('python-six' 'python-editorconfig')
-makedepends=('python-setuptools')
-checkdepends=('python-pytest')
-source=("$pkgname-$pkgver.tar.gz::https://github.com/beautify-web/js-beautify/archive/v$pkgver.tar.gz;)
-sha512sums=('6a65bcf0a0c2277c40d3eed6be47152aa4b27cd7613100b411522a18381fe15c2cf92ca64d5dcb1b65903e2ee47ac6be9a2b9c1b8d5d4caa7250e7af8454a49c')
-
-build() {
-  cd js-beautify-$pkgver/python
-  python setup.py build
-}
-
-check() {
-  cd js-beautify-$pkgver/python
-  python setup.py test
-}
-
-package() {
-  cd js-beautify-$pkgver/python
-  python setup.py install --root="$pkgdir" --optimize=1
-  install -D -m644 ../LICENSE "$pkgdir"/usr/share/licenses/$pkgname/LICENSE
-}

Copied: python-jsbeautifier/repos/community-any/PKGBUILD (from rev 553373, 
python-jsbeautifier/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2020-01-22 07:03:18 UTC (rev 553374)
@@ -0,0 +1,30 @@
+# Maintainer: Felix Yan 
+
+pkgname=python-jsbeautifier
+pkgver=1.10.3
+pkgrel=1
+pkgdesc='JavaScript unobfuscator and beautifier'
+arch=('any')
+license=('MIT')
+url='https://github.com/beautify-web/js-beautify'
+depends=('python-six' 'python-editorconfig')
+makedepends=('python-setuptools')
+checkdepends=('python-pytest')
+source=("$pkgname-$pkgver.tar.gz::https://github.com/beautify-web/js-beautify/archive/v$pkgver.tar.gz;)
+sha512sums=('1187a82d4271fb9ff928def7c4808037864df7b1b67d196c1e09b782e9ce6f622ca854f9fbeb2c2d744ce2eb95f0d5f6fbcd8edb359ea3d38116e8037d6caff3')
+
+build() {
+  cd js-beautify-$pkgver/python
+  python setup.py build
+}
+
+check() {
+  cd js-beautify-$pkgver/python
+  python setup.py test
+}
+
+package() {
+  cd js-beautify-$pkgver/python
+  python setup.py install --root="$pkgdir" --optimize=1
+  install -D -m644 ../LICENSE "$pkgdir"/usr/share/licenses/$pkgname/LICENSE
+}


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

2020-01-21 Thread Felix Yan via arch-commits
Date: Wednesday, January 22, 2020 @ 07:03:02
  Author: felixonmars
Revision: 553373

upgpkg: python-jsbeautifier 1.10.3-1

Modified:
  python-jsbeautifier/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2020-01-22 07:00:59 UTC (rev 553372)
+++ PKGBUILD2020-01-22 07:03:02 UTC (rev 553373)
@@ -1,8 +1,8 @@
 # Maintainer: Felix Yan 
 
 pkgname=python-jsbeautifier
-pkgver=1.10.2
-pkgrel=2
+pkgver=1.10.3
+pkgrel=1
 pkgdesc='JavaScript unobfuscator and beautifier'
 arch=('any')
 license=('MIT')
@@ -11,7 +11,7 @@
 makedepends=('python-setuptools')
 checkdepends=('python-pytest')
 
source=("$pkgname-$pkgver.tar.gz::https://github.com/beautify-web/js-beautify/archive/v$pkgver.tar.gz;)
-sha512sums=('6a65bcf0a0c2277c40d3eed6be47152aa4b27cd7613100b411522a18381fe15c2cf92ca64d5dcb1b65903e2ee47ac6be9a2b9c1b8d5d4caa7250e7af8454a49c')
+sha512sums=('1187a82d4271fb9ff928def7c4808037864df7b1b67d196c1e09b782e9ce6f622ca854f9fbeb2c2d744ce2eb95f0d5f6fbcd8edb359ea3d38116e8037d6caff3')
 
 build() {
   cd js-beautify-$pkgver/python


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

2020-01-21 Thread Felix Yan via arch-commits
Date: Wednesday, January 22, 2020 @ 07:00:59
  Author: felixonmars
Revision: 553372

archrelease: copy trunk to community-staging-x86_64

Added:
  tamarin-prover/repos/community-staging-x86_64/
  tamarin-prover/repos/community-staging-x86_64/PKGBUILD
(from rev 553371, tamarin-prover/trunk/PKGBUILD)

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

Copied: tamarin-prover/repos/community-staging-x86_64/PKGBUILD (from rev 
553371, tamarin-prover/trunk/PKGBUILD)
===
--- community-staging-x86_64/PKGBUILD   (rev 0)
+++ community-staging-x86_64/PKGBUILD   2020-01-22 07:00:59 UTC (rev 553372)
@@ -0,0 +1,51 @@
+# Maintainer: Felix Yan 
+# Contributor: Arch Haskell Team 
+
+pkgname=tamarin-prover
+pkgver=1.4.1
+pkgrel=219
+pkgdesc="The Tamarin prover for security protocol analysis"
+url="https://tamarin-prover.github.io;
+license=("GPL")
+arch=('x86_64')
+depends=('ghc-libs' 'graphviz' 'maude' 'haskell-hunit' 'haskell-binary-orphans'
+ 'haskell-blaze-builder' 'haskell-blaze-html' 'haskell-cmdargs' 
'haskell-conduit'
+ 'haskell-fclabels' 'haskell-file-embed' 'haskell-gitrev' 
'haskell-http-types'
+ 'haskell-lifted-base' 'haskell-monad-unlift'
+ 'haskell-resourcet' 'haskell-safe' 'haskell-shakespeare' 
'haskell-threads'
+ 'haskell-wai' 'haskell-warp' 'haskell-yesod-core' 
'haskell-yesod-static'
+ 'haskell-tamarin-prover-utils' 'haskell-tamarin-prover-term'
+ 'haskell-tamarin-prover-theory')
+optdepends=('ocaml: for sapic support')
+makedepends=('ghc' 'ocaml')
+source=("tamarin-prover-$pkgver.tar.gz::https://github.com/tamarin-prover/tamarin-prover/archive/$pkgver.tar.gz;)
+sha512sums=('4d3aeae02be5d430bff6c55d78656e3c9a648674d235bfeb36ce227a39abd3054a132b99ff8040abf05d8e26506fe85d21ecfb6fce73062dd45b5ba98d941144')
+
+prepare() {
+cd "${srcdir}/${pkgname}-${pkgver}"
+sed -i '/cp sapic/d' plugins/sapic/Makefile
+}
+
+build() {
+cd "${srcdir}/${pkgname}-${pkgver}"
+
+runhaskell Setup configure -O --enable-executable-dynamic --prefix=/usr \
+--docdir="/usr/share/doc/${pkgname}" --datasubdir="$pkgname" \
+-fthreaded -ftest-coverage -f-build-tests --ghc-option='-pie'
+runhaskell Setup build
+
+cd plugins/sapic
+make -j1
+}
+
+package() {
+cd "${srcdir}/${pkgname}-${pkgver}"
+runhaskell Setup copy --destdir="${pkgdir}"
+
+install -Dm644 etc/filetype.vim 
"$pkgdir"/usr/share/vim/vimfiles/ftdetect/tamarin.vim
+install -Dm644 etc/spthy.vim 
"$pkgdir"/usr/share/vim/vimfiles/syntax/spthy.vim
+install -Dm644 etc/sapic.vim 
"$pkgdir"/usr/share/vim/vimfiles/syntax/sapic.vim
+
+cd plugins/sapic
+install -Dm755 sapic "$pkgdir"/usr/bin/sapic
+}


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

2020-01-21 Thread Felix Yan via arch-commits
Date: Wednesday, January 22, 2020 @ 07:00:43
  Author: felixonmars
Revision: 553371

upgpkg: tamarin-prover 1.4.1-219: rebuild with ghc 8.8.1, cabal-doctest 1.0.7, 
polyparse 1.13, primitive 0.7.0.0, regex-base 0.94.0.0, regex-pcre 0.95.0.0, 
regex-posix 0.96.0.0, regex-tdfa 1.3.1.0, easytest 0.3, unexceptionalio 0.5.0, 
gtk2hs-buildtools 0.13.8.0, ghc-typelits-natnormalise 0.7, resolv 0.1.1.3, 
ghc-typelits-knownnat 0.7.1, memory 0.15.0, RSA 2.4.1, foldl 1.4.6, lens 4.18, 
postgresql-binary 0.12.2, tls 1.5.0

Modified:
  tamarin-prover/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2020-01-22 06:59:35 UTC (rev 553370)
+++ PKGBUILD2020-01-22 07:00:43 UTC (rev 553371)
@@ -3,7 +3,7 @@
 
 pkgname=tamarin-prover
 pkgver=1.4.1
-pkgrel=218
+pkgrel=219
 pkgdesc="The Tamarin prover for security protocol analysis"
 url="https://tamarin-prover.github.io;
 license=("GPL")


[arch-commits] Commit in python-urllib3/repos/extra-any (5 files)

2020-01-21 Thread Felix Yan via arch-commits
Date: Wednesday, January 22, 2020 @ 06:59:34
  Author: felixonmars
Revision: 373772

archrelease: copy trunk to extra-any

Added:
  python-urllib3/repos/extra-any/LICENSE
(from rev 373771, python-urllib3/trunk/LICENSE)
  python-urllib3/repos/extra-any/PKGBUILD
(from rev 373771, python-urllib3/trunk/PKGBUILD)
Deleted:
  python-urllib3/repos/extra-any/LICENSE
  python-urllib3/repos/extra-any/PKGBUILD
  python-urllib3/repos/extra-any/https-test-fix.patch

--+
 LICENSE  |   64 ++--
 PKGBUILD |  153 +++--
 https-test-fix.patch |   11 ---
 3 files changed, 105 insertions(+), 123 deletions(-)

Deleted: LICENSE
===
--- LICENSE 2020-01-22 06:59:12 UTC (rev 373771)
+++ LICENSE 2020-01-22 06:59:34 UTC (rev 373772)
@@ -1,32 +0,0 @@
-Note from the ArchLinux Packager:
-The urllib3 source doesn't come with a license file.  Its homepage
-does provide a link to the text of the MIT license, so I copied
-the following text to a file when building the package.
-
---CUT--
-Open Source Initiative OSI - The MIT License:Licensing
-
-
-[OSI Approved License]
-
-The MIT License
-
-Copyright (c)  
-
-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: python-urllib3/repos/extra-any/LICENSE (from rev 373771, 
python-urllib3/trunk/LICENSE)
===
--- LICENSE (rev 0)
+++ LICENSE 2020-01-22 06:59:34 UTC (rev 373772)
@@ -0,0 +1,32 @@
+Note from the ArchLinux Packager:
+The urllib3 source doesn't come with a license file.  Its homepage
+does provide a link to the text of the MIT license, so I copied
+the following text to a file when building the package.
+
+--CUT--
+Open Source Initiative OSI - The MIT License:Licensing
+
+
+[OSI Approved License]
+
+The MIT License
+
+Copyright (c)  
+
+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-01-22 06:59:12 UTC (rev 373771)
+++ PKGBUILD2020-01-22 06:59:34 UTC (rev 373772)
@@ -1,80 +0,0 @@
-# Maintainer: Felix Yan 
-# Contributor: Patrice Peterson 
-# Contributor: Chris Brannon 
-# Contributor: BorgHunter 
-
-pkgbase=python-urllib3
-pkgname=(python-urllib3 python2-urllib3 python-urllib3-doc)
-pkgver=1.25.7
-pkgrel=1
-pkgdesc="HTTP library with thread-safe connection pooling and file post 
support"
-arch=("any")
-url="https://github.com/shazow/urllib3;
-license=("MIT")
-makedepends=('python-setuptools' 'python2-setuptools' 'python2-sphinx' 
'python-ndg-httpsclient'
- 'python2-ndg-httpsclient' 'python-pyasn1' 'python2-pyasn1' 
'python-pyopenssl'
- 'python2-pyopenssl' 'python-pysocks' 'python2-pysocks' 
'python-mock' 'python2-mock'
- 'python-brotlipy' 'python2-brotlipy')
-checkdepends=('python-pytest-runner' 

[arch-commits] Commit in python-urllib3/trunk (PKGBUILD https-test-fix.patch)

2020-01-21 Thread Felix Yan via arch-commits
Date: Wednesday, January 22, 2020 @ 06:59:12
  Author: felixonmars
Revision: 373771

upgpkg: python-urllib3 1.25.8-1

Modified:
  python-urllib3/trunk/PKGBUILD
Deleted:
  python-urllib3/trunk/https-test-fix.patch

--+
 PKGBUILD |   13 +++--
 https-test-fix.patch |   11 ---
 2 files changed, 3 insertions(+), 21 deletions(-)

Modified: PKGBUILD
===
--- PKGBUILD2020-01-21 20:13:20 UTC (rev 373770)
+++ PKGBUILD2020-01-22 06:59:12 UTC (rev 373771)
@@ -5,7 +5,7 @@
 
 pkgbase=python-urllib3
 pkgname=(python-urllib3 python2-urllib3 python-urllib3-doc)
-pkgver=1.25.7
+pkgver=1.25.8
 pkgrel=1
 pkgdesc="HTTP library with thread-safe connection pooling and file post 
support"
 arch=("any")
@@ -17,17 +17,10 @@
  'python-brotlipy' 'python2-brotlipy')
 checkdepends=('python-pytest-runner' 'python-tornado' 'python-nose' 
'python-psutil' 'python-trustme'
   'python-gcp-devrel-py-tools')
-source=("$pkgbase-$pkgver.tar.gz::https://github.com/shazow/urllib3/archive/$pkgver.tar.gz;
-https-test-fix.patch
-tornado-6.patch::https://github.com/urllib3/urllib3/pull/1747.patch)
-sha512sums=('bbf55a1d46fe799b98c311bdb47628c14719d5b3ae00fb27515da774d8f7c043ff79a9684f12b133101574527531d4a79134fe67e28dad518d429e55f82e0c59'
-
'e2b6f1910680c4da9fb8afb1a5f15d2aea001b832c6b904feaca635643d61cd2afb97dc535c91d242e3d3aad75c7a44c65573a286df1cbcf361379fd32c4574c'
-
'65cde58ac3a2ce7eea94ec44693ef131e136e4f98b33b7fc78425aad14b5c89009db67d273de25d4789ddef5001d6ef7f7e8dd447436dee5377c4735dcb59cfd')
+source=("$pkgbase-$pkgver.tar.gz::https://github.com/shazow/urllib3/archive/$pkgver.tar.gz;)
+sha512sums=('813f8a6d0f848444a7807d9ea46a93b576220ca50d364af2107ca46ff572f828e35c1a076bc477a269f33bf95e430a89d22d8e4de1dc8d8628ae687fa3551d6b')
 
 prepare() {
-  #sed -i 's/pytest/tool:pytest/' urllib3-$pkgver/setup.cfg
-  patch -d urllib3-$pkgver -p1 -i ../tornado-6.patch
-  patch -d urllib3-$pkgver -p1 -i ../https-test-fix.patch
   cp -a urllib3-$pkgver{,-py2}
 }
 

Deleted: https-test-fix.patch
===
--- https-test-fix.patch2020-01-21 20:13:20 UTC (rev 373770)
+++ https-test-fix.patch2020-01-22 06:59:12 UTC (rev 373771)
@@ -1,11 +0,0 @@
-diff --git a/test/with_dummyserver/test_https.py 
b/test/with_dummyserver/test_https.py
-index b322c75c..a54e70e6 100644
 a/test/with_dummyserver/test_https.py
-+++ b/test/with_dummyserver/test_https.py
-@@ -155,6 +155,7 @@ class TestHTTPS(HTTPSDummyServerTestCase):
- # Python 3.7.4+
- or "WSAECONNRESET" in str(e)  # Windows
- or "EPIPE" in str(e)  # macOS
-+or "ECONNRESET" in str(e)
- ):
- raise
\ No newline at end of file


[arch-commits] Commit in pm2/repos/community-any (6 files)

2020-01-21 Thread Felix Yan via arch-commits
Date: Wednesday, January 22, 2020 @ 06:59:35
  Author: felixonmars
Revision: 553370

archrelease: copy trunk to community-any

Added:
  pm2/repos/community-any/PKGBUILD
(from rev 553369, pm2/trunk/PKGBUILD)
  pm2/repos/community-any/pm2.install
(from rev 553369, pm2/trunk/pm2.install)
  pm2/repos/community-any/pm2.service
(from rev 553369, pm2/trunk/pm2.service)
Deleted:
  pm2/repos/community-any/PKGBUILD
  pm2/repos/community-any/pm2.install
  pm2/repos/community-any/pm2.service

-+
 PKGBUILD|   72 +-
 pm2.install |   20 
 pm2.service |   32 -
 3 files changed, 62 insertions(+), 62 deletions(-)

Deleted: PKGBUILD
===
--- PKGBUILD2020-01-22 06:59:12 UTC (rev 553369)
+++ PKGBUILD2020-01-22 06:59:35 UTC (rev 553370)
@@ -1,36 +0,0 @@
-# Maintainer: Felix Yan 
-
-pkgname=pm2
-pkgver=4.2.1
-pkgrel=1
-pkgdesc='Production process manager for Node.JS applications with a built-in 
load balancer'
-arch=('any')
-url='https://pm2.keymetrics.io'
-license=('AGPL3')
-depends=('nodejs' 'semver')
-makedepends=('npm' 'git')
-install=pm2.install
-source=(https://registry.npmjs.org/$pkgname/-/$pkgname-$pkgver.tgz
-pm2.service)
-noextract=($pkgname-$pkgver.tgz)
-sha512sums=('cbbe55b8c2663284e010c4af785e1f4066eede89f86246579b932ee293d6d4d94f81d0fbca85aef327d7cc02acf78b4a0880eb6cbe7867905f1417d482615223'
-
'0d80c16d4694511cc19970a3eb4a2e10f706a58c5cdc554809e12a12093a5b29ff6d30027cbe8646f837a42e40f7d9b7fe2853f96a76a38f47ddc14833f141ef')
-
-package() {
-  npm install -g --user root --prefix "$pkgdir"/usr 
"$srcdir"/$pkgname-$pkgver.tgz
-  install -Dm644 pm2.service "$pkgdir"/usr/lib/systemd/system/pm2.service
-
-  # 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"
-
-  # Experimental dedup
-  cd "$pkgdir"/usr/lib/node_modules/$pkgname/node_modules
-  for dep in semver; do
-rm -r $dep;
-  done
-}

Copied: pm2/repos/community-any/PKGBUILD (from rev 553369, pm2/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2020-01-22 06:59:35 UTC (rev 553370)
@@ -0,0 +1,36 @@
+# Maintainer: Felix Yan 
+
+pkgname=pm2
+pkgver=4.2.2
+pkgrel=1
+pkgdesc='Production process manager for Node.JS applications with a built-in 
load balancer'
+arch=('any')
+url='https://pm2.keymetrics.io'
+license=('AGPL3')
+depends=('nodejs' 'semver')
+makedepends=('npm' 'git')
+install=pm2.install
+source=(https://registry.npmjs.org/$pkgname/-/$pkgname-$pkgver.tgz
+pm2.service)
+noextract=($pkgname-$pkgver.tgz)
+sha512sums=('d0a0f139da3ff4768288fa2a8ff106a07df14fc798495b0dbb4971c36913d669f97cba263ca89c3b9b5d08fcb08d258b7a16d48673c0c4b8df1701f7e7015975'
+
'0d80c16d4694511cc19970a3eb4a2e10f706a58c5cdc554809e12a12093a5b29ff6d30027cbe8646f837a42e40f7d9b7fe2853f96a76a38f47ddc14833f141ef')
+
+package() {
+  npm install -g --user root --prefix "$pkgdir"/usr 
"$srcdir"/$pkgname-$pkgver.tgz
+  install -Dm644 pm2.service "$pkgdir"/usr/lib/systemd/system/pm2.service
+
+  # 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"
+
+  # Experimental dedup
+  cd "$pkgdir"/usr/lib/node_modules/$pkgname/node_modules
+  for dep in semver; do
+rm -r $dep;
+  done
+}

Deleted: pm2.install
===
--- pm2.install 2020-01-22 06:59:12 UTC (rev 553369)
+++ pm2.install 2020-01-22 06:59:35 UTC (rev 553370)
@@ -1,10 +0,0 @@
-post_install() {
-  # fixup permissions
-  chmod 755 /usr/lib/node_modules \
- /usr/lib/node_modules/pm2/node_modules \
- /usr/lib/node_modules/pm2/node_modules/.bin
-}
-
-post_upgrade() {
-  post_install
-}

Copied: pm2/repos/community-any/pm2.install (from rev 553369, 
pm2/trunk/pm2.install)
===
--- pm2.install (rev 0)
+++ pm2.install 2020-01-22 06:59:35 UTC (rev 553370)
@@ -0,0 +1,10 @@
+post_install() {
+  # fixup permissions
+  chmod 755 /usr/lib/node_modules \
+ /usr/lib/node_modules/pm2/node_modules \
+ /usr/lib/node_modules/pm2/node_modules/.bin
+}
+
+post_upgrade() {
+  post_install
+}

Deleted: pm2.service
===
--- pm2.service 2020-01-22 06:59:12 UTC (rev 553369)
+++ pm2.service 2020-01-22 06:59:35 UTC (rev 

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

2020-01-21 Thread Felix Yan via arch-commits
Date: Wednesday, January 22, 2020 @ 06:59:12
  Author: felixonmars
Revision: 553369

upgpkg: pm2 4.2.2-1

Modified:
  pm2/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2020-01-22 06:58:51 UTC (rev 553368)
+++ PKGBUILD2020-01-22 06:59:12 UTC (rev 553369)
@@ -1,7 +1,7 @@
 # Maintainer: Felix Yan 
 
 pkgname=pm2
-pkgver=4.2.1
+pkgver=4.2.2
 pkgrel=1
 pkgdesc='Production process manager for Node.JS applications with a built-in 
load balancer'
 arch=('any')
@@ -13,7 +13,7 @@
 source=(https://registry.npmjs.org/$pkgname/-/$pkgname-$pkgver.tgz
 pm2.service)
 noextract=($pkgname-$pkgver.tgz)
-sha512sums=('cbbe55b8c2663284e010c4af785e1f4066eede89f86246579b932ee293d6d4d94f81d0fbca85aef327d7cc02acf78b4a0880eb6cbe7867905f1417d482615223'
+sha512sums=('d0a0f139da3ff4768288fa2a8ff106a07df14fc798495b0dbb4971c36913d669f97cba263ca89c3b9b5d08fcb08d258b7a16d48673c0c4b8df1701f7e7015975'
 
'0d80c16d4694511cc19970a3eb4a2e10f706a58c5cdc554809e12a12093a5b29ff6d30027cbe8646f837a42e40f7d9b7fe2853f96a76a38f47ddc14833f141ef')
 
 package() {


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

2020-01-21 Thread Felix Yan via arch-commits
Date: Wednesday, January 22, 2020 @ 06:58:51
  Author: felixonmars
Revision: 553368

archrelease: copy trunk to community-staging-x86_64

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

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

Copied: stylish-haskell/repos/community-staging-x86_64/PKGBUILD (from rev 
553367, stylish-haskell/trunk/PKGBUILD)
===
--- community-staging-x86_64/PKGBUILD   (rev 0)
+++ community-staging-x86_64/PKGBUILD   2020-01-22 06:58:51 UTC (rev 553368)
@@ -0,0 +1,50 @@
+# Maintainer: Felix Yan 
+# Contributor: Arch Haskell Team 
+
+pkgname=stylish-haskell
+pkgver=0.9.4.4
+pkgrel=21
+pkgdesc="Haskell code prettifier"
+url="https://github.com/jaspervdj/stylish-haskell;
+license=("BSD")
+arch=('x86_64')
+depends=('ghc-libs' 'haskell-aeson' 'haskell-file-embed' 
'haskell-optparse-applicative'
+ 'haskell-src-exts' 'haskell-strict' 'haskell-syb' 'haskell-yaml')
+makedepends=('ghc' 'haskell-hunit' 'haskell-random' 'haskell-test-framework'
+ 'haskell-test-framework-hunit')
+source=("https://hackage.haskell.org/packages/archive/${pkgname}/${pkgver}/${pkgname}-${pkgver}.tar.gz;)
+sha512sums=('5226d203295e03600f07fe21905a1ea1231bd79b1d7bc5e157c74f79054181df0e5f7d549dd418de0a610d70450ba1f2ae9d9ff804fa21674dacd0c17fb26bc9')
+
+prepare() {
+cd $pkgname-$pkgver
+sed -i -e '/semigroups/d' $pkgname.cabal
+}
+
+build() {
+cd $pkgname-$pkgver
+
+runhaskell Setup configure -O --enable-shared --enable-executable-dynamic 
--disable-library-vanilla \
+--prefix=/usr --docdir="/usr/share/doc/${pkgname}" --enable-tests 
--datasubdir="$pkgname" \
+--dynlibdir=/usr/lib --libsubdir=\$compiler/site-local/\$pkgid \
+-f-old_base --ghc-option='-pie'
+runhaskell Setup build
+runhaskell Setup register --gen-script
+runhaskell Setup unregister --gen-script
+sed -i -r -e "s|ghc-pkg.*update[^ ]* |&'--force' |" register.sh
+sed -i -r -e "s|ghc-pkg.*unregister[^ ]* |&'--force' |" unregister.sh
+}
+
+check() {
+cd $pkgname-$pkgver
+runhaskell Setup test
+}
+
+package() {
+cd $pkgname-$pkgver
+
+install -D -m744 register.sh   
"${pkgdir}/usr/share/haskell/register/${pkgname}.sh"
+install -D -m744 unregister.sh 
"${pkgdir}/usr/share/haskell/unregister/${pkgname}.sh"
+runhaskell Setup copy --destdir="${pkgdir}"
+install -D -m644 "LICENSE" 
"${pkgdir}/usr/share/licenses/${pkgname}/LICENSE"
+rm -f "${pkgdir}/usr/share/doc/${pkgname}/LICENSE"
+}


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

2020-01-21 Thread Felix Yan via arch-commits
Date: Wednesday, January 22, 2020 @ 06:58:36
  Author: felixonmars
Revision: 553367

upgpkg: stylish-haskell 0.9.4.4-21: rebuild with ghc 8.8.1, cabal-doctest 
1.0.7, polyparse 1.13, primitive 0.7.0.0, regex-base 0.94.0.0, regex-pcre 
0.95.0.0, regex-posix 0.96.0.0, regex-tdfa 1.3.1.0, easytest 0.3, 
unexceptionalio 0.5.0, gtk2hs-buildtools 0.13.8.0, ghc-typelits-natnormalise 
0.7, resolv 0.1.1.3, ghc-typelits-knownnat 0.7.1, memory 0.15.0, RSA 2.4.1, 
foldl 1.4.6, lens 4.18, postgresql-binary 0.12.2, tls 1.5.0

Modified:
  stylish-haskell/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2020-01-22 06:56:51 UTC (rev 553366)
+++ PKGBUILD2020-01-22 06:58:36 UTC (rev 553367)
@@ -3,7 +3,7 @@
 
 pkgname=stylish-haskell
 pkgver=0.9.4.4
-pkgrel=20
+pkgrel=21
 pkgdesc="Haskell code prettifier"
 url="https://github.com/jaspervdj/stylish-haskell;
 license=("BSD")


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

2020-01-21 Thread Felix Yan via arch-commits
Date: Wednesday, January 22, 2020 @ 06:56:51
  Author: felixonmars
Revision: 553366

archrelease: copy trunk to community-staging-x86_64

Added:
  shellcheck/repos/community-staging-x86_64/
  shellcheck/repos/community-staging-x86_64/PKGBUILD
(from rev 553365, shellcheck/trunk/PKGBUILD)

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

Copied: shellcheck/repos/community-staging-x86_64/PKGBUILD (from rev 553365, 
shellcheck/trunk/PKGBUILD)
===
--- community-staging-x86_64/PKGBUILD   (rev 0)
+++ community-staging-x86_64/PKGBUILD   2020-01-22 06:56:51 UTC (rev 553366)
@@ -0,0 +1,55 @@
+# Maintainer: Felix Yan 
+# Contributor: Arch Haskell Team 
+
+_hkgname=ShellCheck
+pkgname=shellcheck
+pkgver=0.7.0
+pkgrel=89
+pkgdesc="Shell script analysis tool"
+url="https://www.shellcheck.net;
+license=("GPL")
+arch=('x86_64')
+depends=('ghc-libs' 'haskell-aeson' 'haskell-diff' 'haskell-quickcheck' 
'haskell-regex-tdfa')
+makedepends=('ghc' 'pandoc')
+source=("$_hkgname-$pkgver.tar.gz::https://github.com/koalaman/shellcheck/archive/v$pkgver.tar.gz;
+
shellcheck-cabal3.patch::https://github.com/koalaman/shellcheck/commit/2c026f1ec7c205c731ff2a0ccd85365f37245758.patch)
+sha512sums=('46ef486dff09bd51bdc5f053b1dda9e3f2943c66bbf6788824ddf8fcf3b69b7a3a9c00bf98bca0dee9d57ee6df833ca4088252dbf773815248be0fa667f35215'
+
'88b7101a536598ecbf4d1c48cfd4eb10b1a6424a2344e4b1be6f6a814dcf1c3d00e78390070242369bc55ed9c20defd4cc7337854da71761fb08e13240619684')
+
+prepare() {
+cd $pkgname-$pkgver
+patch -p1 -i ../shellcheck-cabal3.patch
+
+echo -e "import Distribution.Simple\nmain = defaultMain" > Setup.hs
+}
+
+build() {
+cd $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 \
+--ghc-option='-pie'
+runhaskell Setup build
+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
+
+./manpage
+}
+
+check() {
+cd $pkgname-$pkgver
+runhaskell Setup test
+}
+
+package() {
+cd $pkgname-$pkgver
+
+install -D -m644 ${pkgname}.1   "${pkgdir}/usr/share/man/man1/${pkgname}.1"
+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}"
+rm -f "${pkgdir}/usr/share/doc/${pkgname}/LICENSE"
+}


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

2020-01-21 Thread Felix Yan via arch-commits
Date: Wednesday, January 22, 2020 @ 06:56:23
  Author: felixonmars
Revision: 553364

archrelease: copy trunk to community-any

Added:
  ts-node/repos/community-any/PKGBUILD
(from rev 553363, ts-node/trunk/PKGBUILD)
Deleted:
  ts-node/repos/community-any/PKGBUILD

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

Deleted: PKGBUILD
===
--- PKGBUILD2020-01-22 06:56:09 UTC (rev 553363)
+++ PKGBUILD2020-01-22 06:56:23 UTC (rev 553364)
@@ -1,29 +0,0 @@
-# Maintainer: Felix Yan 
-# Contributor: Bruno Galeotti 
-
-pkgname=ts-node
-pkgver=8.6.0
-pkgrel=1
-pkgdesc="TypeScript execution and REPL for node.js, with source map support"
-arch=('any')
-url="https://github.com/TypeStrong/ts-node;
-license=('MIT')
-depends=('nodejs' 'typescript')
-makedepends=('npm')
-source=(https://registry.npmjs.org/$pkgname/-/$pkgname-$pkgver.tgz)
-noextract=($pkgname-$pkgver.tgz)
-sha512sums=('35527fe598ebc424b8e39ccc2311968a279366859c1dbaad54a6bed55ee8a5298e142622edfbe4ba01176410bd22f52713335ec195b2f1dc34bba8924eb89da4')
-
-package() {
-  npm install -g --user root --prefix "$pkgdir"/usr 
"$srcdir"/$pkgname-$pkgver.tgz
-
-  # 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"
-}
-
-# vim:set ts=2 sw=2 et:

Copied: ts-node/repos/community-any/PKGBUILD (from rev 553363, 
ts-node/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2020-01-22 06:56:23 UTC (rev 553364)
@@ -0,0 +1,29 @@
+# Maintainer: Felix Yan 
+# Contributor: Bruno Galeotti 
+
+pkgname=ts-node
+pkgver=8.6.1
+pkgrel=1
+pkgdesc="TypeScript execution and REPL for node.js, with source map support"
+arch=('any')
+url="https://github.com/TypeStrong/ts-node;
+license=('MIT')
+depends=('nodejs' 'typescript')
+makedepends=('npm')
+source=(https://registry.npmjs.org/$pkgname/-/$pkgname-$pkgver.tgz)
+noextract=($pkgname-$pkgver.tgz)
+sha512sums=('2aa3db3bbfd4b8e3c4e00340395f607998e4ead7adeab2b62be0c578426aea4217522d272e4ace324b28cc6908945a293a8ae44ad9706abdc375662b765ef30b')
+
+package() {
+  npm install -g --user root --prefix "$pkgdir"/usr 
"$srcdir"/$pkgname-$pkgver.tgz
+
+  # 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"
+}
+
+# vim:set ts=2 sw=2 et:


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

2020-01-21 Thread Felix Yan via arch-commits
Date: Wednesday, January 22, 2020 @ 06:56:09
  Author: felixonmars
Revision: 553363

upgpkg: ts-node 8.6.1-1

Modified:
  ts-node/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2020-01-22 06:55:05 UTC (rev 553362)
+++ PKGBUILD2020-01-22 06:56:09 UTC (rev 553363)
@@ -2,7 +2,7 @@
 # Contributor: Bruno Galeotti 
 
 pkgname=ts-node
-pkgver=8.6.0
+pkgver=8.6.1
 pkgrel=1
 pkgdesc="TypeScript execution and REPL for node.js, with source map support"
 arch=('any')
@@ -12,7 +12,7 @@
 makedepends=('npm')
 source=(https://registry.npmjs.org/$pkgname/-/$pkgname-$pkgver.tgz)
 noextract=($pkgname-$pkgver.tgz)
-sha512sums=('35527fe598ebc424b8e39ccc2311968a279366859c1dbaad54a6bed55ee8a5298e142622edfbe4ba01176410bd22f52713335ec195b2f1dc34bba8924eb89da4')
+sha512sums=('2aa3db3bbfd4b8e3c4e00340395f607998e4ead7adeab2b62be0c578426aea4217522d272e4ace324b28cc6908945a293a8ae44ad9706abdc375662b765ef30b')
 
 package() {
   npm install -g --user root --prefix "$pkgdir"/usr 
"$srcdir"/$pkgname-$pkgver.tgz


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

2020-01-21 Thread Felix Yan via arch-commits
Date: Wednesday, January 22, 2020 @ 06:56:36
  Author: felixonmars
Revision: 553365

upgpkg: shellcheck 0.7.0-89: rebuild with ghc 8.8.1, cabal-doctest 1.0.7, 
polyparse 1.13, primitive 0.7.0.0, regex-base 0.94.0.0, regex-pcre 0.95.0.0, 
regex-posix 0.96.0.0, regex-tdfa 1.3.1.0, easytest 0.3, unexceptionalio 0.5.0, 
gtk2hs-buildtools 0.13.8.0, ghc-typelits-natnormalise 0.7, resolv 0.1.1.3, 
ghc-typelits-knownnat 0.7.1, memory 0.15.0, RSA 2.4.1, foldl 1.4.6, lens 4.18, 
postgresql-binary 0.12.2, tls 1.5.0

Modified:
  shellcheck/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2020-01-22 06:56:23 UTC (rev 553364)
+++ PKGBUILD2020-01-22 06:56:36 UTC (rev 553365)
@@ -4,7 +4,7 @@
 _hkgname=ShellCheck
 pkgname=shellcheck
 pkgver=0.7.0
-pkgrel=88
+pkgrel=89
 pkgdesc="Shell script analysis tool"
 url="https://www.shellcheck.net;
 license=("GPL")
@@ -11,9 +11,18 @@
 arch=('x86_64')
 depends=('ghc-libs' 'haskell-aeson' 'haskell-diff' 'haskell-quickcheck' 
'haskell-regex-tdfa')
 makedepends=('ghc' 'pandoc')
-source=("$_hkgname-$pkgver.tar.gz::https://github.com/koalaman/shellcheck/archive/v$pkgver.tar.gz;)
-sha512sums=('46ef486dff09bd51bdc5f053b1dda9e3f2943c66bbf6788824ddf8fcf3b69b7a3a9c00bf98bca0dee9d57ee6df833ca4088252dbf773815248be0fa667f35215')
+source=("$_hkgname-$pkgver.tar.gz::https://github.com/koalaman/shellcheck/archive/v$pkgver.tar.gz;
+
shellcheck-cabal3.patch::https://github.com/koalaman/shellcheck/commit/2c026f1ec7c205c731ff2a0ccd85365f37245758.patch)
+sha512sums=('46ef486dff09bd51bdc5f053b1dda9e3f2943c66bbf6788824ddf8fcf3b69b7a3a9c00bf98bca0dee9d57ee6df833ca4088252dbf773815248be0fa667f35215'
+
'88b7101a536598ecbf4d1c48cfd4eb10b1a6424a2344e4b1be6f6a814dcf1c3d00e78390070242369bc55ed9c20defd4cc7337854da71761fb08e13240619684')
 
+prepare() {
+cd $pkgname-$pkgver
+patch -p1 -i ../shellcheck-cabal3.patch
+
+echo -e "import Distribution.Simple\nmain = defaultMain" > Setup.hs
+}
+
 build() {
 cd $pkgname-$pkgver
 
@@ -27,7 +36,7 @@
 sed -i -r -e "s|ghc-pkg.*update[^ ]* |&'--force' |" register.sh
 sed -i -r -e "s|ghc-pkg.*unregister[^ ]* |&'--force' |" unregister.sh
 
-pandoc -s -t man shellcheck.1.md -o shellcheck.1
+./manpage
 }
 
 check() {


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

2020-01-21 Thread Felix Yan via arch-commits
Date: Wednesday, January 22, 2020 @ 06:55:05
  Author: felixonmars
Revision: 553362

archrelease: copy trunk to community-any

Added:
  v2ray-geoip/repos/community-any/PKGBUILD
(from rev 553361, v2ray-geoip/trunk/PKGBUILD)
Deleted:
  v2ray-geoip/repos/community-any/PKGBUILD

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

Deleted: PKGBUILD
===
--- PKGBUILD2020-01-22 06:54:50 UTC (rev 553361)
+++ PKGBUILD2020-01-22 06:55:05 UTC (rev 553362)
@@ -1,15 +0,0 @@
-# Maintainer: Felix Yan 
-
-pkgname=v2ray-geoip
-pkgver=202001210102
-pkgrel=1
-pkgdesc="GeoIP List for V2Ray"
-arch=('any')
-url="https://github.com/v2ray/geoip;
-license=('MIT')
-source=("geoip-$pkgver.dat::https://github.com/v2ray/geoip/releases/download/$pkgver/geoip.dat;)
-sha512sums=('b55fd335907c6dc7c1935a1a4820dd48227fcb015367f9831d75baac42a7eefc6719c23ccec492eea46632b2818b5ba1eb2e33e0438bbf857ea7f030d4125544')
-
-package() {
-  install -Dm755 geoip-$pkgver.dat "$pkgdir"/usr/lib/v2ray/geoip.dat
-}

Copied: v2ray-geoip/repos/community-any/PKGBUILD (from rev 553361, 
v2ray-geoip/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2020-01-22 06:55:05 UTC (rev 553362)
@@ -0,0 +1,15 @@
+# Maintainer: Felix Yan 
+
+pkgname=v2ray-geoip
+pkgver=202001220103
+pkgrel=1
+pkgdesc="GeoIP List for V2Ray"
+arch=('any')
+url="https://github.com/v2ray/geoip;
+license=('MIT')
+source=("geoip-$pkgver.dat::https://github.com/v2ray/geoip/releases/download/$pkgver/geoip.dat;)
+sha512sums=('dc5640aff9b2353962ff6c64601bb3d969a4e37e4f3e7d4b2c7a64f180486cfefde9e607dbb911d87116daff041cc2818d471789bf736006727f139d1fbdf85c')
+
+package() {
+  install -Dm755 geoip-$pkgver.dat "$pkgdir"/usr/lib/v2ray/geoip.dat
+}


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

2020-01-21 Thread Felix Yan via arch-commits
Date: Wednesday, January 22, 2020 @ 06:54:50
  Author: felixonmars
Revision: 553361

upgpkg: v2ray-geoip 202001220103-1

Modified:
  v2ray-geoip/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2020-01-22 06:54:41 UTC (rev 553360)
+++ PKGBUILD2020-01-22 06:54:50 UTC (rev 553361)
@@ -1,7 +1,7 @@
 # Maintainer: Felix Yan 
 
 pkgname=v2ray-geoip
-pkgver=202001210102
+pkgver=202001220103
 pkgrel=1
 pkgdesc="GeoIP List for V2Ray"
 arch=('any')
@@ -8,7 +8,7 @@
 url="https://github.com/v2ray/geoip;
 license=('MIT')
 
source=("geoip-$pkgver.dat::https://github.com/v2ray/geoip/releases/download/$pkgver/geoip.dat;)
-sha512sums=('b55fd335907c6dc7c1935a1a4820dd48227fcb015367f9831d75baac42a7eefc6719c23ccec492eea46632b2818b5ba1eb2e33e0438bbf857ea7f030d4125544')
+sha512sums=('dc5640aff9b2353962ff6c64601bb3d969a4e37e4f3e7d4b2c7a64f180486cfefde9e607dbb911d87116daff041cc2818d471789bf736006727f139d1fbdf85c')
 
 package() {
   install -Dm755 geoip-$pkgver.dat "$pkgdir"/usr/lib/v2ray/geoip.dat


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

2020-01-21 Thread Felix Yan via arch-commits
Date: Wednesday, January 22, 2020 @ 06:54:41
  Author: felixonmars
Revision: 553360

archrelease: copy trunk to community-any

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

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

Deleted: PKGBUILD
===
--- PKGBUILD2020-01-22 06:54:27 UTC (rev 553359)
+++ PKGBUILD2020-01-22 06:54:41 UTC (rev 553360)
@@ -1,31 +0,0 @@
-# Maintainer: Felix Yan 
-
-pkgname=python-sybil
-pkgver=1.2.0
-pkgrel=3
-pkgdesc='Automated testing for the examples in your documentation.'
-arch=('any')
-license=('MIT')
-url='https://github.com/cjw296/sybil'
-depends=('python')
-makedepends=('python-setuptools')
-checkdepends=('python-pytest-runner' 'python-nose')
-source=("$pkgname-$pkgver.tar.gz::https://github.com/cjw296/sybil/archive/$pkgver.tar.gz;)
-sha512sums=('769b528a03b75ba6dcd371ac677cb01f88e1629c6b2f3d401ec6bad056650a41ae6cf112d7b0ec8f34434ec2e945a19e87e3910b828182916fa87113a1b45372')
-
-build() {
-  cd "$srcdir"/sybil-$pkgver
-  python setup.py build
-}
-
-check() {
-  cd "$srcdir"/sybil-$pkgver
-  python setup.py pytest
-}
-
-package() {
-  cd sybil-$pkgver
-  python setup.py install --root="$pkgdir" --optimize=1
-}
-
-# vim:set ts=2 sw=2 et:

Copied: python-sybil/repos/community-any/PKGBUILD (from rev 553359, 
python-sybil/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2020-01-22 06:54:41 UTC (rev 553360)
@@ -0,0 +1,31 @@
+# Maintainer: Felix Yan 
+
+pkgname=python-sybil
+pkgver=1.2.1
+pkgrel=1
+pkgdesc='Automated testing for the examples in your documentation.'
+arch=('any')
+license=('MIT')
+url='https://github.com/cjw296/sybil'
+depends=('python')
+makedepends=('python-setuptools')
+checkdepends=('python-pytest-runner' 'python-nose')
+source=("$pkgname-$pkgver.tar.gz::https://github.com/cjw296/sybil/archive/$pkgver.tar.gz;)
+sha512sums=('116fec1b5488a0b65001f473b32b359761fd460078cd8cc5a2be1787491b35833a14d6c877ac09ab17e150679b44a944c830fb82e72a0a53517a42e8115a4552')
+
+build() {
+  cd "$srcdir"/sybil-$pkgver
+  python setup.py build
+}
+
+check() {
+  cd "$srcdir"/sybil-$pkgver
+  python setup.py pytest
+}
+
+package() {
+  cd sybil-$pkgver
+  python setup.py install --root="$pkgdir" --optimize=1
+}
+
+# vim:set ts=2 sw=2 et:


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

2020-01-21 Thread Felix Yan via arch-commits
Date: Wednesday, January 22, 2020 @ 06:54:27
  Author: felixonmars
Revision: 553359

upgpkg: python-sybil 1.2.1-1

Modified:
  python-sybil/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2020-01-22 05:41:49 UTC (rev 553358)
+++ PKGBUILD2020-01-22 06:54:27 UTC (rev 553359)
@@ -1,8 +1,8 @@
 # Maintainer: Felix Yan 
 
 pkgname=python-sybil
-pkgver=1.2.0
-pkgrel=3
+pkgver=1.2.1
+pkgrel=1
 pkgdesc='Automated testing for the examples in your documentation.'
 arch=('any')
 license=('MIT')
@@ -11,7 +11,7 @@
 makedepends=('python-setuptools')
 checkdepends=('python-pytest-runner' 'python-nose')
 
source=("$pkgname-$pkgver.tar.gz::https://github.com/cjw296/sybil/archive/$pkgver.tar.gz;)
-sha512sums=('769b528a03b75ba6dcd371ac677cb01f88e1629c6b2f3d401ec6bad056650a41ae6cf112d7b0ec8f34434ec2e945a19e87e3910b828182916fa87113a1b45372')
+sha512sums=('116fec1b5488a0b65001f473b32b359761fd460078cd8cc5a2be1787491b35833a14d6c877ac09ab17e150679b44a944c830fb82e72a0a53517a42e8115a4552')
 
 build() {
   cd "$srcdir"/sybil-$pkgver


[arch-commits] Commit in (8 files)

2020-01-21 Thread Eli Schwartz via arch-commits
Date: Wednesday, January 22, 2020 @ 05:41:49
  Author: eschwartz
Revision: 553358

mass fix for fish completion install dir

vendor_completions.d is the correct location for completions not installed as
part of the fish source code.

Modified:
  alacritty/trunk/PKGBUILD
  docker-compose/trunk/PKGBUILD
  dub/trunk/PKGBUILD
  lastpass-cli/trunk/PKGBUILD
  pyenv/trunk/PKGBUILD
  task/trunk/PKGBUILD
  you-get/trunk/PKGBUILD
  youtube-dl/trunk/PKGBUILD

---+
 alacritty/trunk/PKGBUILD  |   10 +-
 docker-compose/trunk/PKGBUILD |2 +-
 dub/trunk/PKGBUILD|2 +-
 lastpass-cli/trunk/PKGBUILD   |2 +-
 pyenv/trunk/PKGBUILD  |2 +-
 task/trunk/PKGBUILD   |2 +-
 you-get/trunk/PKGBUILD|2 +-
 youtube-dl/trunk/PKGBUILD |2 +-
 8 files changed, 12 insertions(+), 12 deletions(-)

Modified: alacritty/trunk/PKGBUILD
===
--- alacritty/trunk/PKGBUILD2020-01-22 05:10:34 UTC (rev 553357)
+++ alacritty/trunk/PKGBUILD2020-01-22 05:41:49 UTC (rev 553358)
@@ -29,10 +29,10 @@
 package_alacritty() {
   depends=('freetype2' 'fontconfig' 'libxi' 'libxcursor' 'libxrandr')
   optdepends=('alacritty-terminfo: terminfo for alacritty')
-  
+
   cd "$pkgbase-$_pkgver"
   desktop-file-install -m 644 --dir "$pkgdir/usr/share/applications/" 
"extra/linux/alacritty.desktop"
-  
+
   install -D -m755 "target/release/alacritty" "$pkgdir/usr/bin/alacritty"
   install -D -m644 "extra/alacritty.man" 
"$pkgdir/usr/share/man/man1/alacritty.1"
   install -D -m644 "extra/linux/io.alacritty.Alacritty.appdata.xml" 
"$pkgdir/usr/share/appdata/io.alacritty.Alacritty.appdata.xml"
@@ -39,7 +39,7 @@
   install -D -m644 "alacritty.yml" 
"$pkgdir/usr/share/doc/alacritty/example/alacritty.yml"
   install -D -m644 "extra/completions/alacritty.bash" 
"$pkgdir/usr/share/bash-completion/completions/alacritty"
   install -D -m644 "extra/completions/_alacritty" 
"$pkgdir/usr/share/zsh/site-functions/_alacritty"
-  install -D -m644 "extra/completions/alacritty.fish" 
"$pkgdir/usr/share/fish/completions/alacritty.fish"
+  install -D -m644 "extra/completions/alacritty.fish" 
"$pkgdir/usr/share/fish/vendor_completions.d/alacritty.fish"
   install -D -m644 "extra/logo/alacritty-term.svg" 
"$pkgdir/usr/share/pixmaps/Alacritty.svg"
 }
 
@@ -46,9 +46,9 @@
 package_alacritty-terminfo() {
   pkgdesc="Terminfo files for the alacritty terminal emulator"
   depends=('ncurses')
-  
+
   cd "$pkgbase-$_pkgver"
-  
+
   install -dm 755 "$pkgdir/usr/share/terminfo/a/"
   tic -o "$pkgdir/usr/share/terminfo" -xe alacritty,alacritty-direct 
extra/alacritty.info
 }

Modified: docker-compose/trunk/PKGBUILD
===
--- docker-compose/trunk/PKGBUILD   2020-01-22 05:10:34 UTC (rev 553357)
+++ docker-compose/trunk/PKGBUILD   2020-01-22 05:41:49 UTC (rev 553358)
@@ -47,6 +47,6 @@
   python setup.py install --root="$pkgdir" --optimize=1 --skip-build
   install -Dm644 LICENSE "$pkgdir"/usr/share/licenses/$pkgname/LICENSE
   install -Dm644 contrib/completion/bash/docker-compose  
"$pkgdir"/usr/share/bash-completion/completions/docker-compose
-  install -Dm644 contrib/completion/fish/docker-compose.fish 
"$pkgdir"/usr/share/fish/completions/docker-compose.fish
+  install -Dm644 contrib/completion/fish/docker-compose.fish 
"$pkgdir"/usr/share/fish/vendor_completions.d/docker-compose.fish
   install -Dm644 contrib/completion/zsh/_docker-compose  
"$pkgdir"/usr/share/zsh/site-functions/_docker-compose
 }

Modified: dub/trunk/PKGBUILD
===
--- dub/trunk/PKGBUILD  2020-01-22 05:10:34 UTC (rev 553357)
+++ dub/trunk/PKGBUILD  2020-01-22 05:41:49 UTC (rev 553358)
@@ -35,5 +35,5 @@
 
# bash and fish completion
install -Dm644 "$pkgname-$pkgver/scripts/bash-completion/dub.bash" 
"$pkgdir/usr/share/bash-completion/completions/dub"
-   install -Dm644 "$pkgname-$pkgver/scripts/fish-completion/dub.fish" 
"$pkgdir/usr/share/fish/completions/dub.fish"
+   install -Dm644 "$pkgname-$pkgver/scripts/fish-completion/dub.fish" 
"$pkgdir/usr/share/fish/vendor_completions.d/dub.fish"
 }

Modified: lastpass-cli/trunk/PKGBUILD
===
--- lastpass-cli/trunk/PKGBUILD 2020-01-22 05:10:34 UTC (rev 553357)
+++ lastpass-cli/trunk/PKGBUILD 2020-01-22 05:41:49 UTC (rev 553358)
@@ -26,7 +26,7 @@
   cd "$srcdir"/$pkgname-$pkgver
   make DESTDIR="$pkgdir" install install-doc
   install -Dm0644 contrib/lpass_zsh_completion 
"$pkgdir"/usr/share/zsh/site-functions/_lpass
-  install -Dm0644 contrib/completions-lpass.fish 
"$pkgdir"/usr/share/fish/completions/lpass.fish
+  install -Dm0644 contrib/completions-lpass.fish 
"$pkgdir"/usr/share/fish/vendor_completions.d/lpass.fish
 }
 
 # vim:set ts=2 sw=2 et:

Modified: pyenv/trunk/PKGBUILD

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

2020-01-21 Thread Eli Schwartz via arch-commits
Date: Wednesday, January 22, 2020 @ 05:10:34
  Author: eschwartz
Revision: 553357

archrelease: copy trunk to community-any

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

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

Deleted: PKGBUILD
===
--- PKGBUILD2020-01-22 05:10:20 UTC (rev 553356)
+++ PKGBUILD2020-01-22 05:10:34 UTC (rev 553357)
@@ -1,68 +0,0 @@
-# Maintainer: Morten Linderud  
-# Contributor: Jos? Luis Lafuente 
-# Contributor: Arthur Vuillard 
-
-pkgbase='python-pew'
-pkgname=('python-pew' 'python2-pew')
-pkgver=1.2.0
-pkgrel=3
-pkgdesc="Python Env Wrapper, a set of tools to manage multiple virtual 
environments"
-url="https://github.com/berdario/pew;
-arch=('any')
-license=('MIT')
-makedepends=('python' 'python-setuptools'
- 'python2' 'python2-setuptools')
-source=("${pkgname}-${pkgver}.tar.gz::https://github.com/berdario/pew/archive/$pkgver.zip;)
-sha256sums=('58e4f04ba644080ef820c2e07d1704112727e392c2fd1d42cdc31e112ffc2345')
-
-prepare() {
-  cp -a pew-$pkgver{,-py2}
-}
-
-build(){
-  cd "$srcdir/pew-$pkgver"
-  python setup.py build
-
-  cd "$srcdir/pew-$pkgver-py2"
-  python2 setup.py build
-}
-
-package_python-pew() {
-  depends=('python' 'python-virtualenv' 'python-virtualenv-clone')
-  cd "${pkgname##*-}-${pkgver}"
-  #python3 setup.py install --prefix=/usr --root="$pkgdir"
-  python setup.py install --root="${pkgdir}" --optimize=1 --skip-build
-
-  install -D -m644 "pew/shell_config/complete.fish" \
-"$pkgdir/usr/share/fish/completions/pew.fish"
-
-  install -D -m644 "pew/shell_config/complete.bash" \
-"$pkgdir/usr/share/bash-completion/completions/pew"
-
-  install -D -m644 "pew/shell_config/complete.zsh" \
-"$pkgdir/usr/share/zsh/site-functions/_pew"
-
-  install -Dm 644 LICENSE "${pkgdir}/usr/share/licenses/${pkgname}/LICENSE"
-}
-
-package_python2-pew() {
-  depends=('python2' 'python2-virtualenv' 'python2-virtualenv-clone' 
-   'python2-pathlib' 'python2-backports.shutil_get_terminal_size' 
-  'python2-shutilwhich')
-  cd "${pkgname##*-}-${pkgver}-py2"
-  python2 setup.py install --root="${pkgdir}" --optimize=1 --skip-build
-
-  mv "${pkgdir}/usr/bin/pew" "${pkgdir}/usr/bin/pew2"
-
-  install -D -m644 "pew/shell_config/complete.fish" \
-"$pkgdir/usr/share/fish/completions/pew2.fish"
-
-  install -D -m644 "pew/shell_config/complete.bash" \
-"$pkgdir/usr/share/bash-completion/completions/pew2"
-
-  install -D -m644 "pew/shell_config/complete.zsh" \
-"$pkgdir/usr/share/zsh/site-functions/_pew2"
-
-  install -Dm 644 LICENSE "${pkgdir}/usr/share/licenses/${pkgname}/LICENSE"
-}
-

Copied: python-pew/repos/community-any/PKGBUILD (from rev 553356, 
python-pew/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2020-01-22 05:10:34 UTC (rev 553357)
@@ -0,0 +1,37 @@
+# Maintainer: Morten Linderud 
+# Contributor: Jos? Luis Lafuente 
+# Contributor: Arthur Vuillard 
+
+pkgname='python-pew'
+pkgver=1.2.0
+pkgrel=4
+pkgdesc="Python Env Wrapper, a set of tools to manage multiple virtual 
environments"
+url="https://github.com/berdario/pew;
+arch=('any')
+license=('MIT')
+depends=('python' 'python-virtualenv' 'python-virtualenv-clone')
+makedepends=('python' 'python-setuptools')
+source=("${pkgname}-${pkgver}.tar.gz::https://github.com/berdario/pew/archive/$pkgver.zip;)
+sha256sums=('58e4f04ba644080ef820c2e07d1704112727e392c2fd1d42cdc31e112ffc2345')
+
+build(){
+  cd "$srcdir/pew-$pkgver"
+  python setup.py build
+}
+
+package() {
+  cd "${pkgname##*-}-${pkgver}"
+  #python3 setup.py install --prefix=/usr --root="$pkgdir"
+  python setup.py install --root="${pkgdir}" --optimize=1 --skip-build
+
+  install -D -m644 "pew/shell_config/complete.fish" \
+"$pkgdir/usr/share/fish/vendor_completions.d/pew.fish"
+
+  install -D -m644 "pew/shell_config/complete.bash" \
+"$pkgdir/usr/share/bash-completion/completions/pew"
+
+  install -D -m644 "pew/shell_config/complete.zsh" \
+"$pkgdir/usr/share/zsh/site-functions/_pew"
+
+  install -Dm 644 LICENSE "${pkgdir}/usr/share/licenses/${pkgname}/LICENSE"
+}


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

2020-01-21 Thread Eli Schwartz via arch-commits
Date: Wednesday, January 22, 2020 @ 05:10:20
  Author: eschwartz
Revision: 553356

upgpkg: python-pew 1.2.0-4: fix fish completion install dir

vendor_completions.d is the correct location for completions not installed as
part of the fish source code.

Modified:
  python-pew/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2020-01-22 04:46:14 UTC (rev 553355)
+++ PKGBUILD2020-01-22 05:10:20 UTC (rev 553356)
@@ -1,10 +1,10 @@
-# Maintainer: Morten Linderud  
+# Maintainer: Morten Linderud 
 # Contributor: Jos? Luis Lafuente 
 # Contributor: Arthur Vuillard 
 
 pkgname='python-pew'
 pkgver=1.2.0
-pkgrel=3
+pkgrel=4
 pkgdesc="Python Env Wrapper, a set of tools to manage multiple virtual 
environments"
 url="https://github.com/berdario/pew;
 arch=('any')
@@ -25,7 +25,7 @@
   python setup.py install --root="${pkgdir}" --optimize=1 --skip-build
 
   install -D -m644 "pew/shell_config/complete.fish" \
-"$pkgdir/usr/share/fish/completions/pew.fish"
+"$pkgdir/usr/share/fish/vendor_completions.d/pew.fish"
 
   install -D -m644 "pew/shell_config/complete.bash" \
 "$pkgdir/usr/share/bash-completion/completions/pew"


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

2020-01-21 Thread Eli Schwartz via arch-commits
Date: Wednesday, January 22, 2020 @ 04:46:00
  Author: eschwartz
Revision: 553354

upgpkg: rebar 1:2.6.4-2: fix fish completion install dir

vendor_completions.d is the correct location for completions not installed as
part of the fish source code.

Modified:
  rebar/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2020-01-22 04:27:34 UTC (rev 553353)
+++ PKGBUILD2020-01-22 04:46:00 UTC (rev 553354)
@@ -5,7 +5,7 @@
 pkgname=rebar
 epoch=1
 pkgver=2.6.4
-pkgrel=1
+pkgrel=2
 pkgdesc="A sophisticated build-tool for Erlang projects that follows OTP 
principles."
 arch=('any')
 url="https://github.com/rebar/rebar;
@@ -25,5 +25,5 @@
   install -Dm0755 "rebar" "$pkgdir/usr/bin/rebar"
   install -Dm0644 "priv/shell-completion/bash/rebar" 
"$pkgdir/usr/share/bash-completion/completions/rebar"
   install -Dm0644 "priv/shell-completion/zsh/_rebar" 
"$pkgdir/usr/share/zsh/functions/Completion/Zsh/_rebar"
-  install -Dm0644 "priv/shell-completion/fish/rebar.fish" 
"$pkgdir/usr/share/fish/completions/rebar.fish"
+  install -Dm0644 "priv/shell-completion/fish/rebar.fish" 
"$pkgdir/usr/share/fish/vendor_completions.d/rebar.fish"
 }


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

2020-01-21 Thread Eli Schwartz via arch-commits
Date: Wednesday, January 22, 2020 @ 04:46:14
  Author: eschwartz
Revision: 553355

archrelease: copy trunk to community-any

Added:
  rebar/repos/community-any/PKGBUILD
(from rev 553354, rebar/trunk/PKGBUILD)
Deleted:
  rebar/repos/community-any/PKGBUILD

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

Deleted: PKGBUILD
===
--- PKGBUILD2020-01-22 04:46:00 UTC (rev 553354)
+++ PKGBUILD2020-01-22 04:46:14 UTC (rev 553355)
@@ -1,30 +0,0 @@
-# $Id$
-# Maintainer: Sergej Pupykin 
-# Maintainer: AeroNotix 
-# Contributor: AeroNotix 
-
-pkgname=rebar
-epoch=1
-pkgver=2.6.4
-pkgrel=1
-pkgdesc="A sophisticated build-tool for Erlang projects that follows OTP 
principles."
-arch=('any')
-url="https://github.com/rebar/rebar;
-license=('APACHE')
-depends=('erlang-nox')
-makedepends=('git')
-source=("$pkgname-$pkgver.tar.gz::https://github.com/rebar/rebar/archive/$pkgver.tar.gz;)
-sha256sums=('577246bafa2eb2b2c3f1d0c157408650446884555bf87901508ce71d5cc0bd07')
-
-build() {
-  cd "$srcdir/rebar-$pkgver"
-  make
-}
-
-package() {
-  cd "$srcdir/rebar-$pkgver"
-  install -Dm0755 "rebar" "$pkgdir/usr/bin/rebar"
-  install -Dm0644 "priv/shell-completion/bash/rebar" 
"$pkgdir/usr/share/bash-completion/completions/rebar"
-  install -Dm0644 "priv/shell-completion/zsh/_rebar" 
"$pkgdir/usr/share/zsh/functions/Completion/Zsh/_rebar"
-  install -Dm0644 "priv/shell-completion/fish/rebar.fish" 
"$pkgdir/usr/share/fish/completions/rebar.fish"
-}

Copied: rebar/repos/community-any/PKGBUILD (from rev 553354, 
rebar/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2020-01-22 04:46:14 UTC (rev 553355)
@@ -0,0 +1,29 @@
+# Maintainer: Sergej Pupykin 
+# Maintainer: AeroNotix 
+# Contributor: AeroNotix 
+
+pkgname=rebar
+epoch=1
+pkgver=2.6.4
+pkgrel=2
+pkgdesc="A sophisticated build-tool for Erlang projects that follows OTP 
principles."
+arch=('any')
+url="https://github.com/rebar/rebar;
+license=('APACHE')
+depends=('erlang-nox')
+makedepends=('git')
+source=("$pkgname-$pkgver.tar.gz::https://github.com/rebar/rebar/archive/$pkgver.tar.gz;)
+sha256sums=('577246bafa2eb2b2c3f1d0c157408650446884555bf87901508ce71d5cc0bd07')
+
+build() {
+  cd "$srcdir/rebar-$pkgver"
+  make
+}
+
+package() {
+  cd "$srcdir/rebar-$pkgver"
+  install -Dm0755 "rebar" "$pkgdir/usr/bin/rebar"
+  install -Dm0644 "priv/shell-completion/bash/rebar" 
"$pkgdir/usr/share/bash-completion/completions/rebar"
+  install -Dm0644 "priv/shell-completion/zsh/_rebar" 
"$pkgdir/usr/share/zsh/functions/Completion/Zsh/_rebar"
+  install -Dm0644 "priv/shell-completion/fish/rebar.fish" 
"$pkgdir/usr/share/fish/vendor_completions.d/rebar.fish"
+}


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

2020-01-21 Thread Sven-Hendrik Haase via arch-commits
Date: Wednesday, January 22, 2020 @ 04:27:34
  Author: svenstaro
Revision: 553353

archrelease: copy trunk to community-x86_64

Added:
  binaryen/repos/community-x86_64/PKGBUILD
(from rev 553352, binaryen/trunk/PKGBUILD)
  binaryen/repos/community-x86_64/binaryen.sh
(from rev 553352, binaryen/trunk/binaryen.sh)
Deleted:
  binaryen/repos/community-x86_64/PKGBUILD
  binaryen/repos/community-x86_64/binaryen.sh

-+
 PKGBUILD|   70 +-
 binaryen.sh |   18 +++---
 2 files changed, 44 insertions(+), 44 deletions(-)

Deleted: PKGBUILD
===
--- PKGBUILD2020-01-22 04:27:28 UTC (rev 553352)
+++ PKGBUILD2020-01-22 04:27:34 UTC (rev 553353)
@@ -1,35 +0,0 @@
-# Maintainer: Sven-Hendrik Haase 
-# Contributor: Dario Ostuni 
-
-pkgname=binaryen
-epoch=1
-pkgver=1.39.1
-pkgrel=1
-pkgdesc="Compiler infrastructure and toolchain library for WebAssembly, in C++"
-arch=('x86_64')
-url="https://github.com/WebAssembly/binaryen;
-license=('MIT')
-makedepends=(cmake ninja python git)
-source=("$pkgname-$pkgver.tar.gz::https://github.com/WebAssembly/binaryen/archive/${pkgver}.tar.gz;
-"binaryen.sh")
-sha384sums=('4c92a4d6e798cf6f4c472ff7370eea2b4ea17fb7355acf34f2bf17901aa689ad208f1ce4930f28323c8c030b43f68366'
-
'fdf76d46e6ab9b915212bbca7c29e624e209de911b18ecaccc40b99a00360cd12b261f96c8655f02ec4fd28cedffbcac')
-
-prepare() {
-mkdir binaryen-${pkgver}/build
-}
-
-build() {
-cd binaryen-${pkgver}/build
-
-cmake -GNinja -DCMAKE_INSTALL_PREFIX=/usr ..
-ninja
-}
-
-package() {
-cd binaryen-${pkgver}/build
-DESTDIR=${pkgdir} ninja install
-
-install -Dm755 $srcdir/binaryen.sh $pkgdir/etc/profile.d/binaryen.sh
-install -Dm644 ../LICENSE ${pkgdir}/usr/share/licenses/${pkgname}/LICENSE
-}

Copied: binaryen/repos/community-x86_64/PKGBUILD (from rev 553352, 
binaryen/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2020-01-22 04:27:34 UTC (rev 553353)
@@ -0,0 +1,35 @@
+# Maintainer: Sven-Hendrik Haase 
+# Contributor: Dario Ostuni 
+
+pkgname=binaryen
+epoch=1
+pkgver=90
+pkgrel=1
+pkgdesc="Compiler infrastructure and toolchain library for WebAssembly, in C++"
+arch=('x86_64')
+url="https://github.com/WebAssembly/binaryen;
+license=('MIT')
+makedepends=(cmake ninja python git)
+source=("$pkgname-$pkgver.tar.gz::https://github.com/WebAssembly/binaryen/archive/version_${pkgver}.tar.gz;
+"binaryen.sh")
+sha384sums=('0e041c75c870ab0d1462b6dc4b9460daa3a7949e8eba1f931a7b8c0ae1d016158b442089de8a34f2738586107e7e394d'
+
'fdf76d46e6ab9b915212bbca7c29e624e209de911b18ecaccc40b99a00360cd12b261f96c8655f02ec4fd28cedffbcac')
+
+prepare() {
+mkdir binaryen-version_${pkgver}/build
+}
+
+build() {
+cd binaryen-version_${pkgver}/build
+
+cmake -GNinja -DCMAKE_INSTALL_PREFIX=/usr ..
+ninja
+}
+
+package() {
+cd binaryen-version_${pkgver}/build
+DESTDIR=${pkgdir} ninja install
+
+install -Dm755 $srcdir/binaryen.sh $pkgdir/etc/profile.d/binaryen.sh
+install -Dm644 ../LICENSE ${pkgdir}/usr/share/licenses/${pkgname}/LICENSE
+}

Deleted: binaryen.sh
===
--- binaryen.sh 2020-01-22 04:27:28 UTC (rev 553352)
+++ binaryen.sh 2020-01-22 04:27:34 UTC (rev 553353)
@@ -1,9 +0,0 @@
-#!/bin/sh
-
-# This one is for emscripten.
-export BINARYEN="/usr"
-
-# This one is for binaryen itself.
-export BINARYEN_ROOT="/usr"
-
-# Just agree on one of these god damnit.

Copied: binaryen/repos/community-x86_64/binaryen.sh (from rev 553352, 
binaryen/trunk/binaryen.sh)
===
--- binaryen.sh (rev 0)
+++ binaryen.sh 2020-01-22 04:27:34 UTC (rev 553353)
@@ -0,0 +1,9 @@
+#!/bin/sh
+
+# This one is for emscripten.
+export BINARYEN="/usr"
+
+# This one is for binaryen itself.
+export BINARYEN_ROOT="/usr"
+
+# Just agree on one of these god damnit.


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

2020-01-21 Thread Sven-Hendrik Haase via arch-commits
Date: Wednesday, January 22, 2020 @ 04:27:28
  Author: svenstaro
Revision: 553352

upgpkg: binaryen 1:90-1: Back to other version format

I asked upstream and the concensus seems to be to use this version format. 
https://github.com/WebAssembly/binaryen/issues/2606

Modified:
  binaryen/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2020-01-22 03:48:52 UTC (rev 553351)
+++ PKGBUILD2020-01-22 04:27:28 UTC (rev 553352)
@@ -3,7 +3,7 @@
 
 pkgname=binaryen
 epoch=1
-pkgver=1.39.1
+pkgver=90
 pkgrel=1
 pkgdesc="Compiler infrastructure and toolchain library for WebAssembly, in C++"
 arch=('x86_64')
@@ -10,17 +10,17 @@
 url="https://github.com/WebAssembly/binaryen;
 license=('MIT')
 makedepends=(cmake ninja python git)
-source=("$pkgname-$pkgver.tar.gz::https://github.com/WebAssembly/binaryen/archive/${pkgver}.tar.gz;
+source=("$pkgname-$pkgver.tar.gz::https://github.com/WebAssembly/binaryen/archive/version_${pkgver}.tar.gz;
 "binaryen.sh")
-sha384sums=('4c92a4d6e798cf6f4c472ff7370eea2b4ea17fb7355acf34f2bf17901aa689ad208f1ce4930f28323c8c030b43f68366'
+sha384sums=('0e041c75c870ab0d1462b6dc4b9460daa3a7949e8eba1f931a7b8c0ae1d016158b442089de8a34f2738586107e7e394d'
 
'fdf76d46e6ab9b915212bbca7c29e624e209de911b18ecaccc40b99a00360cd12b261f96c8655f02ec4fd28cedffbcac')
 
 prepare() {
-mkdir binaryen-${pkgver}/build
+mkdir binaryen-version_${pkgver}/build
 }
 
 build() {
-cd binaryen-${pkgver}/build
+cd binaryen-version_${pkgver}/build
 
 cmake -GNinja -DCMAKE_INSTALL_PREFIX=/usr ..
 ninja
@@ -27,7 +27,7 @@
 }
 
 package() {
-cd binaryen-${pkgver}/build
+cd binaryen-version_${pkgver}/build
 DESTDIR=${pkgdir} ninja install
 
 install -Dm755 $srcdir/binaryen.sh $pkgdir/etc/profile.d/binaryen.sh


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

2020-01-21 Thread Jiachen Yang via arch-commits
Date: Wednesday, January 22, 2020 @ 03:48:52
  Author: farseerfc
Revision: 553351

archrelease: copy trunk to community-testing-x86_64

Added:
  telegram-desktop/repos/community-testing-x86_64/
  
telegram-desktop/repos/community-testing-x86_64/0005-Use-system-wide-fonts.patch
(from rev 553350, telegram-desktop/trunk/0005-Use-system-wide-fonts.patch)
  
telegram-desktop/repos/community-testing-x86_64/0006-Revert-Disable-DemiBold-fallback-for-Semibold.patch
(from rev 553350, 
telegram-desktop/trunk/0006-Revert-Disable-DemiBold-fallback-for-Semibold.patch)
  telegram-desktop/repos/community-testing-x86_64/PKGBUILD
(from rev 553350, telegram-desktop/trunk/PKGBUILD)
  telegram-desktop/repos/community-testing-x86_64/series
(from rev 553350, telegram-desktop/trunk/series)
  telegram-desktop/repos/community-testing-x86_64/telegram-desktop.sh
(from rev 553350, telegram-desktop/trunk/telegram-desktop.sh)

--+
 0005-Use-system-wide-fonts.patch |   59 +++
 0006-Revert-Disable-DemiBold-fallback-for-Semibold.patch |   25 +++
 PKGBUILD |  103 +
 series   |2 
 telegram-desktop.sh  |3 
 5 files changed, 192 insertions(+)

Copied: 
telegram-desktop/repos/community-testing-x86_64/0005-Use-system-wide-fonts.patch
 (from rev 553350, telegram-desktop/trunk/0005-Use-system-wide-fonts.patch)
===
--- community-testing-x86_64/0005-Use-system-wide-fonts.patch   
(rev 0)
+++ community-testing-x86_64/0005-Use-system-wide-fonts.patch   2020-01-22 
03:48:52 UTC (rev 553351)
@@ -0,0 +1,59 @@
+Do not force custom fontconfig configuration.
+Index: tdesktop-1.9.4-full/Telegram/lib_ui/fonts/fonts.qrc
+===
+--- tdesktop-1.9.4-full.orig/Telegram/lib_ui/fonts/fonts.qrc
 tdesktop-1.9.4-full/Telegram/lib_ui/fonts/fonts.qrc
+@@ -1,10 +1,4 @@
+ 
+   
+-DAOpenSansRegular.ttf
+-DAOpenSansRegularItalic.ttf
+-DAOpenSansBold.ttf
+-DAOpenSansBoldItalic.ttf
+-DAOpenSansSemibold.ttf
+-DAOpenSansSemiboldItalic.ttf
+   
+ 
+Index: tdesktop-1.9.4-full/Telegram/lib_ui/ui/style/style_core_font.cpp
+===
+--- tdesktop-1.9.4-full.orig/Telegram/lib_ui/ui/style/style_core_font.cpp
 tdesktop-1.9.4-full/Telegram/lib_ui/ui/style/style_core_font.cpp
+@@ -94,12 +94,12 @@ enum {
+   FontTypesCount,
+ };
+ QString FontTypeNames[FontTypesCount] = {
+-  "DAOpenSansRegular",
+-  "DAOpenSansRegularItalic",
+-  "DAOpenSansBold",
+-  "DAOpenSansBoldItalic",
+-  "DAOpenSansSemibold",
+-  "DAOpenSansSemiboldItalic",
++  "Open Sans",
++  "Open Sans",
++  "Open Sans",
++  "Open Sans",
++  "Open Sans Semibold",
++  "Open Sans Semibold",
+ };
+ int32 FontTypeFlags[FontTypesCount] = {
+   0,
+@@ -135,7 +135,7 @@ void StartFonts() {
+   for (auto i = 0; i != FontTypesCount; ++i) {
+   const auto name = FontTypeNames[i];
+   const auto flags = FontTypeFlags[i];
+-  areGood[i] = LoadCustomFont(":/gui/fonts/" + name + ".ttf", 
name, flags);
++  areGood[i] = ValidateFont(name, flags);
+   Overrides[i] = name;
+ #ifdef Q_OS_WIN
+   // Attempt to workaround a strange font bug with Open Sans 
Semibold not loading.
+Index: tdesktop-1.9.4-full/Telegram/lib_ui/qt_conf/linux.qrc
+===
+--- tdesktop-1.9.4-full.orig/Telegram/lib_ui/qt_conf/linux.qrc
 tdesktop-1.9.4-full/Telegram/lib_ui/qt_conf/linux.qrc
+@@ -3,6 +3,5 @@
+ qt_linux.conf
+   
+   
+-fc-custom.conf
+   
+ 

Copied: 
telegram-desktop/repos/community-testing-x86_64/0006-Revert-Disable-DemiBold-fallback-for-Semibold.patch
 (from rev 553350, 
telegram-desktop/trunk/0006-Revert-Disable-DemiBold-fallback-for-Semibold.patch)
===
--- 
community-testing-x86_64/0006-Revert-Disable-DemiBold-fallback-for-Semibold.patch
   (rev 0)
+++ 
community-testing-x86_64/0006-Revert-Disable-DemiBold-fallback-for-Semibold.patch
   2020-01-22 03:48:52 UTC (rev 553351)
@@ -0,0 +1,25 @@
+From b7effa2fd838afc049ec5cc00df3bd0810a95da4 Mon Sep 17 00:00:00 2001
+From: Jiachen YANG 
+Date: Fri, 4 Oct 2019 16:59:26 +0900
+Subject: [PATCH 3/6] Revert "Disable DemiBold fallback for Semibold."
+
+This reverts commit 310c68a744ae8163c96b88944d96a6f6b14b3cdf.
+---
+ Telegram/lib_ui/ui/style/style_core_font.cpp | 6 +++---
+ 1 file changed, 3 insertions(+), 3 deletions(-)
+
+--- a/Telegram/lib_ui/ui/style/style_core_font.cpp
 b/Telegram/lib_ui/ui/style/style_core_font.cpp
+@@ -225,9 

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

2020-01-21 Thread Jiachen Yang via arch-commits
Date: Wednesday, January 22, 2020 @ 03:47:56
  Author: farseerfc
Revision: 553350

upgpkg: telegram-desktop 1.9.4-2: telegram-desktop 1.9.4-2 hard depend on 
libappindicator-gtk3 for FS#65080

Modified:
  telegram-desktop/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2020-01-22 02:40:46 UTC (rev 553349)
+++ PKGBUILD2020-01-22 03:47:56 UTC (rev 553350)
@@ -6,7 +6,7 @@
 
 pkgname=telegram-desktop
 pkgver=1.9.4
-pkgrel=1
+pkgrel=2
 pkgdesc='Official Telegram Desktop client'
 arch=('x86_64')
 url="https://desktop.telegram.org/;
@@ -20,11 +20,13 @@
 'openal'
 'qt5-imageformats'
 'xxhash'
+'libappindicator-gtk3'
 )
+# for libappindicator-gtk3 see https://bugs.archlinux.org/task/65080
+
 makedepends=(
 'cmake'
 'git'
-'libappindicator-gtk3'
 'ninja'
 'python'
 'quilt'
@@ -32,7 +34,6 @@
 )
 optdepends=(
 'ttf-opensans: default Open Sans font family'
-'libappindicator-gtk3: AppIndicator-based tray icon'
 )
 source=(
 
"https://github.com/telegramdesktop/tdesktop/releases/download/v${pkgver}/tdesktop-${pkgver}-full.tar.gz;


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

2020-01-21 Thread Sven-Hendrik Haase via arch-commits
Date: Wednesday, January 22, 2020 @ 02:40:46
  Author: svenstaro
Revision: 553349

archrelease: copy trunk to community-x86_64

Added:
  rustup/repos/community-x86_64/PKGBUILD
(from rev 553348, rustup/trunk/PKGBUILD)
  rustup/repos/community-x86_64/post.install
(from rev 553348, rustup/trunk/post.install)
Deleted:
  rustup/repos/community-x86_64/PKGBUILD
  rustup/repos/community-x86_64/post.install

--+
 PKGBUILD |   92 -
 post.install |   16 -
 2 files changed, 54 insertions(+), 54 deletions(-)

Deleted: PKGBUILD
===
--- PKGBUILD2020-01-22 02:40:38 UTC (rev 553348)
+++ PKGBUILD2020-01-22 02:40:46 UTC (rev 553349)
@@ -1,46 +0,0 @@
-# Maintainer: Sven-Hendrik Haase 
-# Contributor: Jonathon Fernyhough 
-# Contributor: Jon Gjengset 
-pkgname=rustup
-pkgver=1.21.1
-pkgrel=1
-pkgdesc="The Rust toolchain installer"
-arch=('x86_64')
-url="https://github.com/rust-lang/rustup.rs;
-license=('MIT' 'Apache')
-depends=('curl')
-makedepends=('cargo')
-optdepends=('lldb: rust-lldb script'
-'gdb: rust-gdb script')
-provides=('rust' 'cargo' 'rust-nightly' 'cargo-nightly' 'rustfmt')
-conflicts=('rust' 'cargo' 'rustfmt')
-install='post.install'
-source=("rustup-${pkgver}.tar.gz::https://github.com/rust-lang/rustup.rs/archive/${pkgver}.tar.gz;)
-sha512sums=('c4bac7d7259631cef5f337cec18bffe087e1bed883cd763841e4236f2e51c11b32b5d29b2e60cf3364418e7b9dd53fc2365a9c3c2e203dd19893981718a345ba')
-_binlinks=('cargo' 'rustc' 'rustdoc' 'rust-gdb' 'rust-lldb' 'rls' 'rustfmt' 
'cargo-fmt' 'cargo-clippy' 'clippy-driver')
-
-build() {
-cd "$srcdir/$pkgname-${pkgver}"
-cargo build --release --features no-self-update --bin rustup-init
-}
-
-package() {
-cd "$pkgname-${pkgver}"
-install -Dm755 "target/release/rustup-init" "${pkgdir}/usr/bin/rustup"
-for link in "${_binlinks[@]}"; do
-ln -s /usr/bin/rustup "${pkgdir}/usr/bin/${link}"
-done
-
-# Generate completion files.
-mkdir -p "$pkgdir/usr/share/bash-completion/completions"
-$pkgdir/usr/bin/rustup completions bash > 
"$pkgdir/usr/share/bash-completion/completions/rustup"
-mkdir -p "$pkgdir/usr/share/fish/completions"
-$pkgdir/usr/bin/rustup completions fish > 
"$pkgdir/usr/share/fish/completions/rustup.fish"
-mkdir -p "$pkgdir/usr/share/zsh/site-functions"
-$pkgdir/usr/bin/rustup completions zsh > 
"$pkgdir/usr/share/zsh/site-functions/_rustup"
-
-install -Dm644 LICENSE-MIT 
"${pkgdir}"/usr/share/licenses/$pkgname/LICENSE-MIT
-install -Dm644 LICENSE-APACHE 
"${pkgdir}"/usr/share/licenses/$pkgname/LICENSE-APACHE
-}
-
-# vim:filetype=sh:

Copied: rustup/repos/community-x86_64/PKGBUILD (from rev 553348, 
rustup/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2020-01-22 02:40:46 UTC (rev 553349)
@@ -0,0 +1,46 @@
+# Maintainer: Sven-Hendrik Haase 
+# Contributor: Jonathon Fernyhough 
+# Contributor: Jon Gjengset 
+pkgname=rustup
+pkgver=1.21.1
+pkgrel=2
+pkgdesc="The Rust toolchain installer"
+arch=('x86_64')
+url="https://github.com/rust-lang/rustup.rs;
+license=('MIT' 'Apache')
+depends=('curl')
+makedepends=('cargo')
+optdepends=('lldb: rust-lldb script'
+'gdb: rust-gdb script')
+provides=('rust' 'cargo' 'rust-nightly' 'cargo-nightly' 'rustfmt')
+conflicts=('rust' 'cargo' 'rustfmt')
+install='post.install'
+source=("rustup-${pkgver}.tar.gz::https://github.com/rust-lang/rustup.rs/archive/${pkgver}.tar.gz;)
+sha512sums=('c4bac7d7259631cef5f337cec18bffe087e1bed883cd763841e4236f2e51c11b32b5d29b2e60cf3364418e7b9dd53fc2365a9c3c2e203dd19893981718a345ba')
+_binlinks=('cargo' 'rustc' 'rustdoc' 'rust-gdb' 'rust-lldb' 'rls' 'rustfmt' 
'cargo-fmt' 'cargo-clippy' 'clippy-driver')
+
+build() {
+cd "$srcdir/$pkgname-${pkgver}"
+cargo build --release --features no-self-update --bin rustup-init
+}
+
+package() {
+cd "$pkgname-${pkgver}"
+install -Dm755 "target/release/rustup-init" "${pkgdir}/usr/bin/rustup"
+for link in "${_binlinks[@]}"; do
+ln -s /usr/bin/rustup "${pkgdir}/usr/bin/${link}"
+done
+
+# Generate completion files.
+mkdir -p "$pkgdir/usr/share/bash-completion/completions"
+$pkgdir/usr/bin/rustup completions bash > 
"$pkgdir/usr/share/bash-completion/completions/rustup"
+mkdir -p "$pkgdir/usr/share/fish/vendor_completions.d"
+$pkgdir/usr/bin/rustup completions fish > 
"$pkgdir/usr/share/fish/vendor_completions.d/rustup.fish"
+mkdir -p "$pkgdir/usr/share/zsh/site-functions"
+$pkgdir/usr/bin/rustup completions zsh > 
"$pkgdir/usr/share/zsh/site-functions/_rustup"
+
+install -Dm644 LICENSE-MIT 
"${pkgdir}"/usr/share/licenses/$pkgname/LICENSE-MIT
+install -Dm644 LICENSE-APACHE 
"${pkgdir}"/usr/share/licenses/$pkgname/LICENSE-APACHE
+}
+
+# vim:filetype=sh:

Deleted: post.install

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

2020-01-21 Thread Sven-Hendrik Haase via arch-commits
Date: Wednesday, January 22, 2020 @ 02:40:38
  Author: svenstaro
Revision: 553348

upgpkg: rustup 1.21.1-2: Fix fiash completions location (fixes FS#65231)

Modified:
  rustup/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2020-01-22 02:33:21 UTC (rev 553347)
+++ PKGBUILD2020-01-22 02:40:38 UTC (rev 553348)
@@ -3,7 +3,7 @@
 # Contributor: Jon Gjengset 
 pkgname=rustup
 pkgver=1.21.1
-pkgrel=1
+pkgrel=2
 pkgdesc="The Rust toolchain installer"
 arch=('x86_64')
 url="https://github.com/rust-lang/rustup.rs;
@@ -34,8 +34,8 @@
 # Generate completion files.
 mkdir -p "$pkgdir/usr/share/bash-completion/completions"
 $pkgdir/usr/bin/rustup completions bash > 
"$pkgdir/usr/share/bash-completion/completions/rustup"
-mkdir -p "$pkgdir/usr/share/fish/completions"
-$pkgdir/usr/bin/rustup completions fish > 
"$pkgdir/usr/share/fish/completions/rustup.fish"
+mkdir -p "$pkgdir/usr/share/fish/vendor_completions.d"
+$pkgdir/usr/bin/rustup completions fish > 
"$pkgdir/usr/share/fish/vendor_completions.d/rustup.fish"
 mkdir -p "$pkgdir/usr/share/zsh/site-functions"
 $pkgdir/usr/bin/rustup completions zsh > 
"$pkgdir/usr/share/zsh/site-functions/_rustup"
 


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

2020-01-21 Thread Daniel M. Capella via arch-commits
Date: Wednesday, January 22, 2020 @ 00:28:00
  Author: polyzen
Revision: 553346

archrelease: copy trunk to community-any

Added:
  borgmatic/repos/community-any/PKGBUILD
(from rev 553345, borgmatic/trunk/PKGBUILD)
Deleted:
  borgmatic/repos/community-any/PKGBUILD

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

Deleted: PKGBUILD
===
--- PKGBUILD2020-01-22 00:27:37 UTC (rev 553345)
+++ PKGBUILD2020-01-22 00:28:00 UTC (rev 553346)
@@ -1,37 +0,0 @@
-# Maintainer: Daniel M. Capella 
-# Contributor: Kr1ss $(echo \|sed s/\+/./g\;s/\-/@/)
-# Contributor: Alexander Görtz 
-# Contributor: Dan Beste 
-# Contributor: Julien Nicoulaud 
-# Contributor: stef204 
-
-pkgname=borgmatic
-pkgver=1.4.21
-pkgrel=1
-pkgdesc='Simple, configuration-driven backup software for servers and 
workstations'
-arch=('any')
-url=https://torsion.org/borgmatic
-license=('GPL3')
-depends=('borg' 'python-colorama' 'python-pykwalify' 'python-requests'
- 'python-ruamel-yaml' 'python-setuptools')
-optdepends=('python-llfuse: for mount action')
-source=("https://files.pythonhosted.org/packages/source/${pkgname::1}/$pkgname/$pkgname-$pkgver.tar.gz;)
-sha256sums=('1ed9adc370fc06ae41bbc7083702c3bb7ea58014d60cb473f28ce321151a48c8')
-
-prepare() {
-  cd $pkgname-$pkgver
-  sed -i 's,root/.local,usr,' sample/systemd/$pkgname.service
-}
-
-build() {
-  cd $pkgname-$pkgver
-  python setup.py build
-}
-
-package() {
-  cd $pkgname-$pkgver
-  python setup.py install --root="$pkgdir" --optimize=1 --skip-build
-  install -Dm644 -t "$pkgdir"/usr/lib/systemd/system sample/systemd/*
-}
-
-# vim: ts=2 sw=2 et:

Copied: borgmatic/repos/community-any/PKGBUILD (from rev 553345, 
borgmatic/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2020-01-22 00:28:00 UTC (rev 553346)
@@ -0,0 +1,37 @@
+# Maintainer: Daniel M. Capella 
+# Contributor: Kr1ss $(echo \|sed s/\+/./g\;s/\-/@/)
+# Contributor: Alexander Görtz 
+# Contributor: Dan Beste 
+# Contributor: Julien Nicoulaud 
+# Contributor: stef204 
+
+pkgname=borgmatic
+pkgver=1.4.22
+pkgrel=1
+pkgdesc='Simple, configuration-driven backup software for servers and 
workstations'
+arch=('any')
+url=https://torsion.org/borgmatic
+license=('GPL3')
+depends=('borg' 'python-colorama' 'python-pykwalify' 'python-requests'
+ 'python-ruamel-yaml' 'python-setuptools')
+optdepends=('python-llfuse: for mount action')
+source=("https://files.pythonhosted.org/packages/source/${pkgname::1}/$pkgname/$pkgname-$pkgver.tar.gz;)
+sha256sums=('36c855824a0aa0963d115962a73fa2ae3cbb71a24963861e9dba1636c6976b58')
+
+prepare() {
+  cd $pkgname-$pkgver
+  sed -i 's,root/.local,usr,' sample/systemd/$pkgname.service
+}
+
+build() {
+  cd $pkgname-$pkgver
+  python setup.py build
+}
+
+package() {
+  cd $pkgname-$pkgver
+  python setup.py install --root="$pkgdir" --optimize=1 --skip-build
+  install -Dm644 -t "$pkgdir"/usr/lib/systemd/system sample/systemd/*
+}
+
+# vim: ts=2 sw=2 et:


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

2020-01-21 Thread Daniel M. Capella via arch-commits
Date: Wednesday, January 22, 2020 @ 00:27:37
  Author: polyzen
Revision: 553345

upgpkg: borgmatic 1.4.22-1

Modified:
  borgmatic/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2020-01-21 22:35:54 UTC (rev 553344)
+++ PKGBUILD2020-01-22 00:27:37 UTC (rev 553345)
@@ -6,7 +6,7 @@
 # Contributor: stef204 
 
 pkgname=borgmatic
-pkgver=1.4.21
+pkgver=1.4.22
 pkgrel=1
 pkgdesc='Simple, configuration-driven backup software for servers and 
workstations'
 arch=('any')
@@ -16,7 +16,7 @@
  'python-ruamel-yaml' 'python-setuptools')
 optdepends=('python-llfuse: for mount action')
 
source=("https://files.pythonhosted.org/packages/source/${pkgname::1}/$pkgname/$pkgname-$pkgver.tar.gz;)
-sha256sums=('1ed9adc370fc06ae41bbc7083702c3bb7ea58014d60cb473f28ce321151a48c8')
+sha256sums=('36c855824a0aa0963d115962a73fa2ae3cbb71a24963861e9dba1636c6976b58')
 
 prepare() {
   cd $pkgname-$pkgver


[arch-commits] Commit in gitlab/repos (13 files)

2020-01-21 Thread Anatol Pomozov via arch-commits
Date: Tuesday, January 21, 2020 @ 22:35:54
  Author: anatolik
Revision: 553344

archrelease: copy trunk to community-testing-x86_64

Added:
  gitlab/repos/community-testing-x86_64/
  gitlab/repos/community-testing-x86_64/PKGBUILD
(from rev 553343, gitlab/trunk/PKGBUILD)
  gitlab/repos/community-testing-x86_64/build_fix.patch
(from rev 553343, gitlab/trunk/build_fix.patch)
  gitlab/repos/community-testing-x86_64/gitlab-backup.service
(from rev 553343, gitlab/trunk/gitlab-backup.service)
  gitlab/repos/community-testing-x86_64/gitlab-backup.timer
(from rev 553343, gitlab/trunk/gitlab-backup.timer)
  gitlab/repos/community-testing-x86_64/gitlab-mailroom.service
(from rev 553343, gitlab/trunk/gitlab-mailroom.service)
  gitlab/repos/community-testing-x86_64/gitlab-sidekiq.service
(from rev 553343, gitlab/trunk/gitlab-sidekiq.service)
  gitlab/repos/community-testing-x86_64/gitlab-unicorn.service
(from rev 553343, gitlab/trunk/gitlab-unicorn.service)
  gitlab/repos/community-testing-x86_64/gitlab.install
(from rev 553343, gitlab/trunk/gitlab.install)
  gitlab/repos/community-testing-x86_64/gitlab.logrotate
(from rev 553343, gitlab/trunk/gitlab.logrotate)
  gitlab/repos/community-testing-x86_64/gitlab.target
(from rev 553343, gitlab/trunk/gitlab.target)
  gitlab/repos/community-testing-x86_64/gitlab.tmpfiles.d
(from rev 553343, gitlab/trunk/gitlab.tmpfiles.d)
  gitlab/repos/community-testing-x86_64/ruby27-pop-extra-arg.patch
(from rev 553343, gitlab/trunk/ruby27-pop-extra-arg.patch)

+
 PKGBUILD   |  227 +++
 build_fix.patch|   26 
 gitlab-backup.service  |   20 +++
 gitlab-backup.timer|   10 +
 gitlab-mailroom.service|   22 
 gitlab-sidekiq.service |   31 +
 gitlab-unicorn.service |   34 ++
 gitlab.install |   20 +++
 gitlab.logrotate   |6 +
 gitlab.target  |7 +
 gitlab.tmpfiles.d  |1 
 ruby27-pop-extra-arg.patch |   26 
 12 files changed, 430 insertions(+)

Copied: gitlab/repos/community-testing-x86_64/PKGBUILD (from rev 553343, 
gitlab/trunk/PKGBUILD)
===
--- community-testing-x86_64/PKGBUILD   (rev 0)
+++ community-testing-x86_64/PKGBUILD   2020-01-21 22:35:54 UTC (rev 553344)
@@ -0,0 +1,227 @@
+# Maintainer: Sven-Hendrik Haase 
+# Contributor: Pavol (Lopo) Hluchy 
+# Contributor: Jonas Heinrich 
+# Contributor: Massimiliano Torromeo 
+# Contributor: Tobias Hunger 
+# Contributor: Stefan Tatschner 
+# Contributor: Caleb Maclennan 
+
+# NOTE: Gitlab isn't always compatible with modern Ruby versions. In that 
case, check the
+# commit log for an old fix on how to tell it to use older versions of Ruby. 
I'm afraid we'll
+# need this again at some point in the future.
+pkgname=gitlab
+pkgver=12.7.0
+pkgrel=1
+pkgdesc="Project management and code hosting application"
+arch=('x86_64')
+url="https://gitlab.com/gitlab-org/gitlab-foss;
+license=('MIT')
+options=(!buildflags)
+depends=('ruby' 'ruby-bundler' 'git' 'gitlab-workhorse' 'gitlab-gitaly' 
'openssh' 'redis' 'libxslt' 'icu' 're2' 'http-parser' 'nodejs' 'openssl')
+makedepends=('cmake' 'postgresql' 'yarn' 'go' 'nodejs')
+optdepends=('postgresql: database backend'
+'python-docutils: reStructuredText markup language support'
+'smtp-server: mail server in order to receive mail notifications')
+backup=("etc/webapps/${pkgname}/application.rb"
+"etc/webapps/${pkgname}/gitlab.yml"
+"etc/webapps/${pkgname}/resque.yml"
+"etc/webapps/${pkgname}/unicorn.rb"
+"etc/logrotate.d/${pkgname}")
+source=("$pkgname-$pkgver.tar.gz::https://gitlab.com/api/v4/projects/gitlab-org%2Fgitlab-foss/repository/archive?sha=v${pkgver};
+build_fix.patch
+gitlab-unicorn.service
+gitlab-sidekiq.service
+gitlab-backup.service
+gitlab-mailroom.service
+gitlab-backup.timer
+gitlab.target
+gitlab.tmpfiles.d
+gitlab.logrotate
+ruby27-pop-extra-arg.patch)
+install='gitlab.install'
+sha512sums=('5fa1df5430451a1b4724c42fa33cda90215bd5148c0228484d1fceb93ebda7f2a9839e563f702b5303658ec7ed02efc01711f3952a10d4b5ba657d267192ec0d'
+
'2a3cf6c83c7f9fd926f6c030e3fd49b379fc818ca1e34b4a853bb64f80259370e2fae33bf0e5f869f498d5f3abbc88e387289755d9a0e46f633ca410cf01e1d4'
+
'1ad15b48890ad48e97a6fcea56132582f2b22aa27f4a1a1f4590f3ea72de4726e13ef6f3db2bc0984da1ef140bde092e74e0c9f8f1778f207f3fac4a31a77e4b'
+
'8ca36771f7568b190823ec47afeaf6ff75f61c5b6f31ce5d837a6dcd84a5b3da23fb07a1eceeda0752b2e61c4a8f4d17bf368fa2913e1487567944a8d29eeb58'
+
'0cbb9a1631b529a83d5c6db95fd3a684c8f06073890b31f6262c339360444e7452275d804fb6a119a3d61a0ef1b76d0e956f260a12f032d54c00308e8d9520b0'
+

[arch-commits] Commit in gitlab/trunk (PKGBUILD build_fix.patch)

2020-01-21 Thread Anatol Pomozov via arch-commits
Date: Tuesday, January 21, 2020 @ 22:34:56
  Author: anatolik
Revision: 553343

upgpkg: gitlab 12.7.0-1

Modified:
  gitlab/trunk/PKGBUILD
  gitlab/trunk/build_fix.patch

-+
 PKGBUILD|6 +++---
 build_fix.patch |   26 --
 2 files changed, 19 insertions(+), 13 deletions(-)

Modified: PKGBUILD
===
--- PKGBUILD2020-01-21 22:01:25 UTC (rev 553342)
+++ PKGBUILD2020-01-21 22:34:56 UTC (rev 553343)
@@ -10,7 +10,7 @@
 # commit log for an old fix on how to tell it to use older versions of Ruby. 
I'm afraid we'll
 # need this again at some point in the future.
 pkgname=gitlab
-pkgver=12.6.4
+pkgver=12.7.0
 pkgrel=1
 pkgdesc="Project management and code hosting application"
 arch=('x86_64')
@@ -39,8 +39,8 @@
 gitlab.logrotate
 ruby27-pop-extra-arg.patch)
 install='gitlab.install'
-sha512sums=('9ebf617f480dd35b5896bba5595377a958982ab4680bc37cf7318e121e9b66134b4e03d2254d914d2d488761bc3a6a414d9f46258d349154cbb5784a67fa1d65'
-
'8f841befa246c54687be9e0a77b9fa0241a92253167b86c251e8ab0d31fabe09f1e79e5f52a201bf0c22241409577d0a6000e8ed024d3d23107291e82a2c26c6'
+sha512sums=('5fa1df5430451a1b4724c42fa33cda90215bd5148c0228484d1fceb93ebda7f2a9839e563f702b5303658ec7ed02efc01711f3952a10d4b5ba657d267192ec0d'
+
'2a3cf6c83c7f9fd926f6c030e3fd49b379fc818ca1e34b4a853bb64f80259370e2fae33bf0e5f869f498d5f3abbc88e387289755d9a0e46f633ca410cf01e1d4'
 
'1ad15b48890ad48e97a6fcea56132582f2b22aa27f4a1a1f4590f3ea72de4726e13ef6f3db2bc0984da1ef140bde092e74e0c9f8f1778f207f3fac4a31a77e4b'
 
'8ca36771f7568b190823ec47afeaf6ff75f61c5b6f31ce5d837a6dcd84a5b3da23fb07a1eceeda0752b2e61c4a8f4d17bf368fa2913e1487567944a8d29eeb58'
 
'0cbb9a1631b529a83d5c6db95fd3a684c8f06073890b31f6262c339360444e7452275d804fb6a119a3d61a0ef1b76d0e956f260a12f032d54c00308e8d9520b0'

Modified: build_fix.patch
===
--- build_fix.patch 2020-01-21 22:01:25 UTC (rev 553342)
+++ build_fix.patch 2020-01-21 22:34:56 UTC (rev 553343)
@@ -1,20 +1,26 @@
 diff --git a/Gemfile b/Gemfile
-index b6f57297c07..810ef2b1b54 100644
+index 951ae73a318..ce5c0aba42f 100644
 --- a/Gemfile
 +++ b/Gemfile
-@@ -375,7 +375,7 @@ group :development, :test do
+@@ -311,6 +311,12 @@ gem 'gettext_i18n_rails', '~> 1.8.0'
+ gem 'gettext_i18n_rails_js', '~> 1.3'
+ gem 'gettext', '~> 3.2.2', require: false, group: :development
+ 
++# Ping the gems that are needed for the old gettext
++# https://github.com/ruby-gettext/gettext/issues/64 the fix is available in 
gettext 3.3.0
++gem 'irb', '~> 1.1.0'  # use irb version that matches ruby 2.6. Later irb 
versions heavily modified its API and it breaks gettext
++gem 'e2mmap' # 'irb' 1.1.1 requires it
++
++
+ gem 'batch-loader', '~> 1.4.0'
+ 
+ # Perf bar
+@@ -376,7 +382,7 @@ group :development, :test do
gem 'scss_lint', '~> 0.56.0', require: false
gem 'haml_lint', '~> 0.34.0', require: false
gem 'simplecov', '~> 0.16.1', require: false
 -  gem 'bundler-audit', '~> 0.5.0', require: false
-+  gem 'bundler-audit', '>= 0', require: false
++  gem 'bundler-audit', '>= 0', require: false # Get the latest gem that is 
compatible with the new bundler
  
gem 'benchmark-ips', '~> 2.3.0', require: false
  
-@@ -477,3 +477,6 @@ gem 'gitlab-net-dns', '~> 0.9.1'
- gem 'countries', '~> 3.0'
- 
- gem 'retriable', '~> 3.1.2'
-+
-+gem 'irb', '~> 1.1.0'  # use irb version that matches ruby 2.6. Later irb 
versions heavily modified its API and it breaks gettext
-+gem 'e2mmap' # 'irb' 1.1.1 requires it


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

2020-01-21 Thread Jonas Witschel via arch-commits
Date: Tuesday, January 21, 2020 @ 22:01:25
  Author: diabonas
Revision: 553342

archrelease: copy trunk to community-x86_64

Added:
  tpm2-tools/repos/community-x86_64/PKGBUILD
(from rev 553341, tpm2-tools/trunk/PKGBUILD)
Deleted:
  tpm2-tools/repos/community-x86_64/PKGBUILD

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

Deleted: PKGBUILD
===
--- PKGBUILD2020-01-21 22:01:17 UTC (rev 553341)
+++ PKGBUILD2020-01-21 22:01:25 UTC (rev 553342)
@@ -1,37 +0,0 @@
-# Maintainer: Bruno Pagani 
-# Maintainer: Jonas Witschel 
-
-pkgname=tpm2-tools
-pkgver=4.1
-pkgrel=1
-pkgdesc="Trusted Platform Module 2.0 tools based on tpm2-tss"
-arch=(x86_64)
-url="https://github.com/tpm2-software/tpm2-tools;
-license=(BSD)
-depends=(curl openssl tpm2-tss)
-optdepends=('tpm2-abrmd: user space resource manager')
-checkdepends=(cmocka ibm-sw-tpm2 iproute2 python-yaml tpm2-abrmd xxd)
-source=("$url/releases/download/${pkgver}/${pkgname}-${pkgver}.tar.gz"{,.asc})
-sha256sums=('07ce37f552ed47f582fbc3423bc316fea64012ef15a92a25766a36534524dcf2'
-'SKIP')
-validpgpkeys=(5B482B8E3E19DA7C978E1D016DE2E9078E1F50C1  # William Roberts 
(Bill Roberts) 
-  6313E6DC41AAFC315A8760A414986F6944B1F72B) # Desai, Imran 
(idesai-github-gpg) 
-
-build() {
-cd ${pkgname}-${pkgver}
-./configure \
---sysconfdir=/etc \
---prefix=/usr $( ((CHECKFUNC)) && echo --enable-unit)
-make
-}
-
-check() {
-cd ${pkgname}-${pkgver}
-make check
-}
-
-package() {
-cd ${pkgname}-${pkgver}
-make DESTDIR="${pkgdir}" install
-install -Dm644 LICENSE -t "${pkgdir}"/usr/share/licenses/${pkgname}/
-}

Copied: tpm2-tools/repos/community-x86_64/PKGBUILD (from rev 553341, 
tpm2-tools/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2020-01-21 22:01:25 UTC (rev 553342)
@@ -0,0 +1,37 @@
+# Maintainer: Jonas Witschel 
+# Contributor: Bruno Pagani 
+
+pkgname=tpm2-tools
+pkgver=4.1.1
+pkgrel=1
+pkgdesc="Trusted Platform Module 2.0 tools based on tpm2-tss"
+arch=(x86_64)
+url="https://github.com/tpm2-software/tpm2-tools;
+license=(BSD)
+depends=(curl openssl tpm2-tss)
+optdepends=('tpm2-abrmd: user space resource manager')
+checkdepends=(cmocka ibm-sw-tpm2 iproute2 python-yaml tpm2-abrmd xxd)
+source=("$url/releases/download/${pkgver}/${pkgname}-${pkgver}.tar.gz"{,.asc})
+sha512sums=('25952cf947f0acd16b1a8dbd3ac8573bce85ff970a7e24c290c4f9cd29418e77a3e48ac82c932fbd250887a9303ab301ff92db594c2fffaba47b873382444d26'
+'SKIP')
+validpgpkeys=(5B482B8E3E19DA7C978E1D016DE2E9078E1F50C1  # William Roberts 
(Bill Roberts) 
+  6313E6DC41AAFC315A8760A414986F6944B1F72B) # Desai, Imran 
(idesai-github-gpg) 
+
+build() {
+cd ${pkgname}-${pkgver}
+./configure \
+--sysconfdir=/etc \
+--prefix=/usr $( ((CHECKFUNC)) && echo --enable-unit)
+make
+}
+
+check() {
+cd ${pkgname}-${pkgver}
+make check
+}
+
+package() {
+cd ${pkgname}-${pkgver}
+make DESTDIR="${pkgdir}" install
+install -Dm644 LICENSE -t "${pkgdir}"/usr/share/licenses/${pkgname}/
+}


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

2020-01-21 Thread Jonas Witschel via arch-commits
Date: Tuesday, January 21, 2020 @ 22:01:17
  Author: diabonas
Revision: 553341

upgpkg: tpm2-tools 4.1.1-1: upstream release

Modified:
  tpm2-tools/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2020-01-21 21:52:28 UTC (rev 553340)
+++ PKGBUILD2020-01-21 22:01:17 UTC (rev 553341)
@@ -1,8 +1,8 @@
-# Maintainer: Bruno Pagani 
 # Maintainer: Jonas Witschel 
+# Contributor: Bruno Pagani 
 
 pkgname=tpm2-tools
-pkgver=4.1
+pkgver=4.1.1
 pkgrel=1
 pkgdesc="Trusted Platform Module 2.0 tools based on tpm2-tss"
 arch=(x86_64)
@@ -12,7 +12,7 @@
 optdepends=('tpm2-abrmd: user space resource manager')
 checkdepends=(cmocka ibm-sw-tpm2 iproute2 python-yaml tpm2-abrmd xxd)
 source=("$url/releases/download/${pkgver}/${pkgname}-${pkgver}.tar.gz"{,.asc})
-sha256sums=('07ce37f552ed47f582fbc3423bc316fea64012ef15a92a25766a36534524dcf2'
+sha512sums=('25952cf947f0acd16b1a8dbd3ac8573bce85ff970a7e24c290c4f9cd29418e77a3e48ac82c932fbd250887a9303ab301ff92db594c2fffaba47b873382444d26'
 'SKIP')
 validpgpkeys=(5B482B8E3E19DA7C978E1D016DE2E9078E1F50C1  # William Roberts 
(Bill Roberts) 
   6313E6DC41AAFC315A8760A414986F6944B1F72B) # Desai, Imran 
(idesai-github-gpg) 


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

2020-01-21 Thread Anatol Pomozov via arch-commits
Date: Tuesday, January 21, 2020 @ 21:52:28
  Author: anatolik
Revision: 553340

archrelease: copy trunk to community-testing-x86_64

Added:
  gitlab-gitaly/repos/community-testing-x86_64/
  gitlab-gitaly/repos/community-testing-x86_64/PKGBUILD
(from rev 553339, gitlab-gitaly/trunk/PKGBUILD)
  gitlab-gitaly/repos/community-testing-x86_64/gitlab-gitaly.service
(from rev 553339, gitlab-gitaly/trunk/gitlab-gitaly.service)

---+
 PKGBUILD  |   60 
 gitlab-gitaly.service |   25 
 2 files changed, 85 insertions(+)

Copied: gitlab-gitaly/repos/community-testing-x86_64/PKGBUILD (from rev 553339, 
gitlab-gitaly/trunk/PKGBUILD)
===
--- community-testing-x86_64/PKGBUILD   (rev 0)
+++ community-testing-x86_64/PKGBUILD   2020-01-21 21:52:28 UTC (rev 553340)
@@ -0,0 +1,60 @@
+# Maintainer: Sven-Hendrik Haase 
+
+# NOTE: Gitlab isn't always compatible with modern Ruby versions. In that 
case, check the
+# commit log for an old fix on how to tell it to use older versions of Ruby. 
I'm afraid we'll
+# need this again at some point in the future.
+pkgname=gitlab-gitaly
+pkgver=1.83.0
+pkgrel=1
+pkgdesc="Speed up Git access using caching"
+arch=('x86_64')
+url="https://gitlab.com/gitlab-org/gitaly;
+license=('MIT')
+depends=(glibc ruby libxml2 libxslt libssh2)
+options=(!buildflags)
+makedepends=(go ruby-bundler cmake)
+backup=("etc/gitlab-gitaly/config.toml")
+source=("${pkgname}-${pkgver}.tar.gz::https://gitlab.com/api/v4/projects/gitlab-org%2Fgitaly/repository/archive?sha=v${pkgver};
+"gitlab-gitaly.service")
+sha512sums=('975b52a526ceea8023ca28e7864bb07c13d050a925715e5f31302854efd73e7e765f1d8e62f6e2549d0cd3bb1967da74737782f6e1878c0714b03db48baa857c'
+
'b330c0f42592322ad2131079ca554a13a364007182dded8c556198caff2c9ec642acf5bb7dfecb05de5a3d89bffec6588b6d05c8c7c5c771a46df3d296deed28')
+
+_homedir="/var/lib/gitlab"
+
+prepare() {
+  cd "gitaly-"*
+
+  sed -i "s|dir = \"/home/git/gitaly/ruby\"|dir = 
\"/usr/share/webapps/gitlab-gitaly/ruby\"|" config.toml.example
+  sed -i "s|dir = \"/home/git/gitlab-shell\"|dir = 
\"/usr/share/webapps/gitlab-shell\"|" config.toml.example
+  sed -i "s|bin_dir = \"/home/git/gitaly\"|bin_dir = \"/usr/bin\"|" 
config.toml.example
+
+  # https://github.com/bundler/bundler/issues/6882
+  sed -e '/BUNDLED WITH/,+1d' -i ruby/Gemfile.lock
+}
+
+build() {
+  cd "gitaly-"*
+
+  bundle config force_ruby_platform true # build from sources as some prebuilt 
gems are not available for newer ruby
+  make BUILD_TAGS="tracer_static tracer_static_jaeger"
+}
+
+package() {
+  cd "gitaly-"*
+
+  make PREFIX=/usr DESTDIR=${pkgdir} install
+  mkdir -p "${pkgdir}/etc/${pkgname}"
+  sed \
+-e "s|^socket_path =.*|socket_path = 
\"${_homedir}/sockets/gitlab-gitaly.socket\"|" \
+-e "s|^path =.*|path = \"${_homedir}/repositories\"|" \
+config.toml.example > "${pkgdir}/etc/${pkgname}/config.toml"
+
+  mkdir -p ${pkgdir}/usr/share/webapps/gitlab-gitaly
+  cp -r ruby ${pkgdir}/usr/share/webapps/gitlab-gitaly/ruby
+
+  install -Dm644 config.toml.example 
"${pkgdir}/usr/share/${pkgname}/config.toml.example"
+  install -Dm644 "LICENSE" "${pkgdir}/usr/share/licenses/${pkgname}/LICENSE"
+  install -Dm0644 "${srcdir}/gitlab-gitaly.service" 
"${pkgdir}/usr/lib/systemd/system/gitlab-gitaly.service"
+}
+
+# vim:set ts=2 sw=2 et:

Copied: gitlab-gitaly/repos/community-testing-x86_64/gitlab-gitaly.service 
(from rev 553339, gitlab-gitaly/trunk/gitlab-gitaly.service)
===
--- community-testing-x86_64/gitlab-gitaly.service  
(rev 0)
+++ community-testing-x86_64/gitlab-gitaly.service  2020-01-21 21:52:28 UTC 
(rev 553340)
@@ -0,0 +1,25 @@
+#
+#
+# GitLab version: 9.x
+# Contributors  : axil
+# Downloaded from   : 
https://gitlab.com/gitlab-org/gitlab-recipes/tree/master/init/systemd
+#
+
+
+[Unit]
+Description=Gitaly is a Git RPC service for handling all the git calls made by 
GitLab.
+Requires=gitlab-unicorn.service
+Wants=gitlab-unicorn.service
+After=gitlab-unicorn.service
+
+[Service]
+Type=simple
+User=gitlab
+Group=gitlab
+WorkingDirectory=/usr/share/webapps/gitlab
+SyslogIdentifier=gitlab-gitaly
+PIDFile=/run/gitlab/gitaly.pid
+ExecStart=/usr/bin/gitaly /etc/gitlab-gitaly/config.toml
+
+[Install]
+WantedBy=multi-user.target


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

2020-01-21 Thread Anatol Pomozov via arch-commits
Date: Tuesday, January 21, 2020 @ 21:52:01
  Author: anatolik
Revision: 553339

upgpkg: gitlab-gitaly 1.83.0-1

Modified:
  gitlab-gitaly/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2020-01-21 21:04:40 UTC (rev 553338)
+++ PKGBUILD2020-01-21 21:52:01 UTC (rev 553339)
@@ -4,7 +4,7 @@
 # commit log for an old fix on how to tell it to use older versions of Ruby. 
I'm afraid we'll
 # need this again at some point in the future.
 pkgname=gitlab-gitaly
-pkgver=1.80.0
+pkgver=1.83.0
 pkgrel=1
 pkgdesc="Speed up Git access using caching"
 arch=('x86_64')
@@ -16,7 +16,7 @@
 backup=("etc/gitlab-gitaly/config.toml")
 
source=("${pkgname}-${pkgver}.tar.gz::https://gitlab.com/api/v4/projects/gitlab-org%2Fgitaly/repository/archive?sha=v${pkgver};
 "gitlab-gitaly.service")
-sha512sums=('16d2483702186e7000fe359dd03454f9805b380e9842ea78b17ca9990f69321c8f5cd31bbec17efdf2d0130b68480c8a3bb38a87b4a53a3821120b2c2ee1118d'
+sha512sums=('975b52a526ceea8023ca28e7864bb07c13d050a925715e5f31302854efd73e7e765f1d8e62f6e2549d0cd3bb1967da74737782f6e1878c0714b03db48baa857c'
 
'b330c0f42592322ad2131079ca554a13a364007182dded8c556198caff2c9ec642acf5bb7dfecb05de5a3d89bffec6588b6d05c8c7c5c771a46df3d296deed28')
 
 _homedir="/var/lib/gitlab"


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

2020-01-21 Thread Antonio Rojas via arch-commits
Date: Tuesday, January 21, 2020 @ 21:04:40
  Author: arojas
Revision: 553338

archrelease: copy trunk to community-x86_64

Added:
  brial/repos/community-x86_64/PKGBUILD
(from rev 553337, brial/trunk/PKGBUILD)
Deleted:
  brial/repos/community-x86_64/PKGBUILD

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

Deleted: PKGBUILD
===
--- PKGBUILD2020-01-21 21:04:17 UTC (rev 553337)
+++ PKGBUILD2020-01-21 21:04:40 UTC (rev 553338)
@@ -1,34 +0,0 @@
-# Maintainer: Antonio Rojas 
-
-pkgname=brial
-pkgver=1.2.6
-pkgrel=3
-pkgdesc="Library for polynomials over boolean rings"
-arch=(x86_64)
-url="https://github.com/BRiAl/BRiAl;
-license=(GPL)
-depends=(m4ri)
-makedepends=(boost python)
-optdepends=('python: Python bindings')
-source=("https://github.com/BRiAl/BRiAl/releases/download/$pkgver/brial-$pkgver.tar.bz2;)
-sha256sums=('a8185e7b17b90f20d4babdc9c65ae0d543100410ab05f6ba62704f1df4936d18')
-
-build() {
-  cd $pkgname-$pkgver 
-
-  ./configure --prefix=/usr --enable-shared
-  sed -i -e 's/ -shared / -Wl,-O1,--as-needed\0/g' libtool # 
https://bugzilla.gnome.org/show_bug.cgi?id=655517
-  make
-
-  cd sage-brial
-  python setup.py build
-}
-
-package() {
-  cd $pkgname-$pkgver
-
-  make DESTDIR="$pkgdir" install
-
-  cd sage-brial
-  python setup.py install --skip-build --root="$pkgdir" --optimize=1
-}

Copied: brial/repos/community-x86_64/PKGBUILD (from rev 553337, 
brial/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2020-01-21 21:04:40 UTC (rev 553338)
@@ -0,0 +1,34 @@
+# Maintainer: Antonio Rojas 
+
+pkgname=brial
+pkgver=1.2.7
+pkgrel=1
+pkgdesc="Library for polynomials over boolean rings"
+arch=(x86_64)
+url="https://github.com/BRiAl/BRiAl;
+license=(GPL)
+depends=(m4ri)
+makedepends=(boost python)
+optdepends=('python: Python bindings')
+source=("https://github.com/BRiAl/BRiAl/releases/download/$pkgver/brial-$pkgver.tar.bz2;)
+sha256sums=('f9ff2b1bb21417a65b4adc5a957d3f152bd450e9207ede1ad3f72ecdd5eeaa2b')
+
+build() {
+  cd $pkgname-$pkgver 
+
+  ./configure --prefix=/usr --enable-shared
+  sed -i -e 's/ -shared / -Wl,-O1,--as-needed\0/g' libtool # 
https://bugzilla.gnome.org/show_bug.cgi?id=655517
+  make
+
+  cd sage-brial
+  python setup.py build
+}
+
+package() {
+  cd $pkgname-$pkgver
+
+  make DESTDIR="$pkgdir" install
+
+  cd sage-brial
+  python setup.py install --skip-build --root="$pkgdir" --optimize=1
+}


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

2020-01-21 Thread Antonio Rojas via arch-commits
Date: Tuesday, January 21, 2020 @ 21:04:17
  Author: arojas
Revision: 553337

Update to 1.2.7

Modified:
  brial/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2020-01-21 21:02:55 UTC (rev 553336)
+++ PKGBUILD2020-01-21 21:04:17 UTC (rev 553337)
@@ -1,8 +1,8 @@
 # Maintainer: Antonio Rojas 
 
 pkgname=brial
-pkgver=1.2.6
-pkgrel=3
+pkgver=1.2.7
+pkgrel=1
 pkgdesc="Library for polynomials over boolean rings"
 arch=(x86_64)
 url="https://github.com/BRiAl/BRiAl;
@@ -11,7 +11,7 @@
 makedepends=(boost python)
 optdepends=('python: Python bindings')
 
source=("https://github.com/BRiAl/BRiAl/releases/download/$pkgver/brial-$pkgver.tar.bz2;)
-sha256sums=('a8185e7b17b90f20d4babdc9c65ae0d543100410ab05f6ba62704f1df4936d18')
+sha256sums=('f9ff2b1bb21417a65b4adc5a957d3f152bd450e9207ede1ad3f72ecdd5eeaa2b')
 
 build() {
   cd $pkgname-$pkgver 


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

2020-01-21 Thread Sven-Hendrik Haase via arch-commits
Date: Tuesday, January 21, 2020 @ 21:02:55
  Author: svenstaro
Revision: 553336

Remove unused patches

Deleted:
  telegram-desktop/trunk/0001-Dynamic-linking-system-libs.patch
  telegram-desktop/trunk/0002-Dynamic-linking-system-qt.patch
  telegram-desktop/trunk/0004-gtk3.patch

+
 0001-Dynamic-linking-system-libs.patch |  340 ---
 0002-Dynamic-linking-system-qt.patch   |  165 ---
 0004-gtk3.patch|   22 --
 3 files changed, 527 deletions(-)

Deleted: 0001-Dynamic-linking-system-libs.patch
===
--- 0001-Dynamic-linking-system-libs.patch  2020-01-21 20:49:30 UTC (rev 
553335)
+++ 0001-Dynamic-linking-system-libs.patch  2020-01-21 21:02:55 UTC (rev 
553336)
@@ -1,340 +0,0 @@
-From: John Zimmermann 
 a/cmake/external/crash_reports/CMakeLists.txt
-+++ b/cmake/external/crash_reports/CMakeLists.txt
-@@ -7,6 +7,7 @@
- add_library(external_crash_reports INTERFACE IMPORTED GLOBAL)
- add_library(desktop-app::external_crash_reports ALIAS external_crash_reports)
- 
-+if(NOT DESKTOP_APP_DISABLE_CRASH_REPORTS)
- if (WIN32 OR LINUX OR build_macstore)
- add_subdirectory(breakpad)
- target_link_libraries(external_crash_reports
-@@ -20,3 +21,4 @@
- desktop-app::external_crashpad
- )
- endif()
-+endif()
 a/cmake/external/ffmpeg/CMakeLists.txt
-+++ b/cmake/external/ffmpeg/CMakeLists.txt
-@@ -7,6 +7,18 @@
- add_library(external_ffmpeg INTERFACE IMPORTED GLOBAL)
- add_library(desktop-app::external_ffmpeg ALIAS external_ffmpeg)
- 
-+if(DESKTOP_APP_USE_SYSTEM_LIBS)
-+find_package(PkgConfig REQUIRED)
-+pkg_check_modules(FFMPEG REQUIRED libavcodec libavformat libavutil 
libswresample libswscale)
-+target_link_libraries(external_ffmpeg
-+INTERFACE
-+${FFMPEG_LIBRARIES}
-+)
-+target_include_directories(external_ffmpeg SYSTEM
-+INTERFACE
-+${FFMPEG_INCLUDE_DIRS}
-+)
-+else()
- target_include_directories(external_ffmpeg SYSTEM
- INTERFACE
- ${libs_loc}/ffmpeg
-@@ -36,3 +48,4 @@
- Xrender
- )
- endif()
-+endif()
 a/cmake/external/openal/CMakeLists.txt
-+++ b/cmake/external/openal/CMakeLists.txt
-@@ -7,6 +7,21 @@
- add_library(external_openal INTERFACE IMPORTED GLOBAL)
- add_library(desktop-app::external_openal ALIAS external_openal)
- 
-+if(DESKTOP_APP_USE_SYSTEM_LIBS)
-+find_package(OpenAL REQUIRED)
-+target_include_directories(external_openal SYSTEM
-+INTERFACE
-+${OPENAL_INCLUDE_DIR}
-+)
-+target_link_libraries(external_openal
-+INTERFACE
-+${OPENAL_LIBRARY}
-+)
-+target_compile_definitions(external_openal
-+INTERFACE
-+AL_ALEXT_PROTOTYPES
-+)
-+else()
- if (WIN32)
- target_include_directories(external_openal SYSTEM
- INTERFACE
-@@ -41,3 +56,4 @@
- AL_LIBTYPE_STATIC
- AL_ALEXT_PROTOTYPES
- )
-+endif()
 a/cmake/external/openssl/CMakeLists.txt
-+++ b/cmake/external/openssl/CMakeLists.txt
-@@ -7,7 +7,13 @@
- add_library(external_openssl INTERFACE IMPORTED GLOBAL)
- add_library(desktop-app::external_openssl ALIAS external_openssl)
- 
--if (LINUX)
-+if(DESKTOP_APP_USE_SYSTEM_LIBS)
-+find_package(OpenSSL REQUIRED)
-+target_include_directories(external_openssl SYSTEM
-+INTERFACE
-+${OPENSSL_INCLUDE_DIR}
-+)
-+elseif (LINUX)
- target_include_directories(external_openssl SYSTEM
- INTERFACE
- /usr/local/desktop-app/openssl-1.1.1/include
-@@ -24,6 +30,13 @@
- )
- endif()
- 
-+if(DESKTOP_APP_USE_SYSTEM_LIBS)
-+target_link_libraries(external_openssl
-+INTERFACE
-+  OpenSSL::Crypto
-+OpenSSL::SSL
-+)
-+else()
- if (WIN32)
- set(openssl_lib_ext lib)
- set(openssl_lib_loc 
${libs_loc}/openssl_1_1_1/out32$<$:.dbg>)
-@@ -45,6 +58,7 @@
- ${openssl_lib_loc}/libssl.${openssl_lib_ext}
- ${openssl_lib_loc}/libcrypto.${openssl_lib_ext}
- )
-+endif()
- 
- if (LINUX)
- if (DESKTOP_APP_USE_GLIBC_WRAPS)
 a/cmake/external/opus/CMakeLists.txt
-+++ b/cmake/external/opus/CMakeLists.txt
-@@ -7,6 +7,18 @@
- add_library(external_opus INTERFACE IMPORTED GLOBAL)
- add_library(desktop-app::external_opus ALIAS external_opus)
- 
-+if(DESKTOP_APP_USE_SYSTEM_LIBS)
-+find_package(PkgConfig REQUIRED)
-+pkg_check_modules(OPUS REQUIRED opus)
-+target_include_directories(external_opus SYSTEM
-+INTERFACE
-+${OPUS_INCLUDE_DIRS}
-+)
-+target_link_libraries(external_opus
-+INTERFACE
-+${OPUS_LIBRARIES}
-+)
-+else()
- target_include_directories(external_opus SYSTEM
- INTERFACE
- ${libs_loc}/opus/include
-@@ -43,3 +55,4 @@
- opus
- )
- endif()
-+endif()
 a/cmake/external/qt/CMakeLists.txt
-+++ b/cmake/external/qt/CMakeLists.txt
-@@ -15,6 +15,36 @@
- endif()
- endif()
- 
-+if(DESKTOP_APP_USE_SYSTEM_LIBS)
-+get_target_property(QTCORE_INCLUDE_DIRS Qt5::Core 

[arch-commits] Commit in cjdns/repos/community-x86_64 (5 files)

2020-01-21 Thread Kpcyrd via arch-commits
Date: Tuesday, January 21, 2020 @ 20:49:30
  Author: kpcyrd
Revision: 553335

archrelease: copy trunk to community-x86_64

Added:
  cjdns/repos/community-x86_64/PKGBUILD
(from rev 553334, cjdns/trunk/PKGBUILD)
  cjdns/repos/community-x86_64/cjdns.install
(from rev 553334, cjdns/trunk/cjdns.install)
Deleted:
  cjdns/repos/community-x86_64/1b7f09b9492fd9ccbacc4a16f6cc9a623653aba3.patch
  cjdns/repos/community-x86_64/PKGBUILD
  cjdns/repos/community-x86_64/cjdns.install

+
 1b7f09b9492fd9ccbacc4a16f6cc9a623653aba3.patch |   22 
 PKGBUILD   |  108 ++-
 cjdns.install  |   52 +--
 3 files changed, 77 insertions(+), 105 deletions(-)

Deleted: 1b7f09b9492fd9ccbacc4a16f6cc9a623653aba3.patch
===
--- 1b7f09b9492fd9ccbacc4a16f6cc9a623653aba3.patch  2020-01-21 20:49:16 UTC 
(rev 553334)
+++ 1b7f09b9492fd9ccbacc4a16f6cc9a623653aba3.patch  2020-01-21 20:49:30 UTC 
(rev 553335)
@@ -1,22 +0,0 @@
-From 1b7f09b9492fd9ccbacc4a16f6cc9a623653aba3 Mon Sep 17 00:00:00 2001
-From: Caleb James DeLisle 
-Date: Sun, 24 Nov 2019 23:47:30 +0100
-Subject: [PATCH] New GCC wants strncpy limit to be less than the output size
-

- util/platform/netdev/NetPlatform_linux.c | 2 +-
- 1 file changed, 1 insertion(+), 1 deletion(-)
-
-diff --git a/util/platform/netdev/NetPlatform_linux.c 
b/util/platform/netdev/NetPlatform_linux.c
-index 8206ebad5..967ee261e 100644
 a/util/platform/netdev/NetPlatform_linux.c
-+++ b/util/platform/netdev/NetPlatform_linux.c
-@@ -78,7 +78,7 @@ static int socketForIfName(const char* interfaceName,
- }
- 
- memset(ifRequestOut, 0, sizeof(struct ifreq));
--strncpy(ifRequestOut->ifr_name, interfaceName, IFNAMSIZ);
-+strncpy(ifRequestOut->ifr_name, interfaceName, IFNAMSIZ-1);
- 
- if (ioctl(s, SIOCGIFINDEX, ifRequestOut) < 0) {
- int err = errno;

Deleted: PKGBUILD
===
--- PKGBUILD2020-01-21 20:49:16 UTC (rev 553334)
+++ PKGBUILD2020-01-21 20:49:30 UTC (rev 553335)
@@ -1,57 +0,0 @@
-# Maintainer: Levente Polyak 
-# Maintainer: kpcyrd 
-# Contributor: Kevin MacMartin 
-# Contributor: openfbt
-# Contributor: Werecat
-# Contributor: Xyne
-
-pkgname=cjdns
-pkgver=20.4
-pkgrel=1
-pkgdesc='Routing engine designed for security, scalability, speed and ease of 
use'
-url='https://github.com/cjdelisle/cjdns'
-arch=('x86_64')
-license=('GPL3')
-depends=('glibc' 'sh')
-optdepends=('nodejs: optional utilities support')
-makedepends=('nodejs' 'python2')
-install=cjdns.install
-source=(${pkgname}-${pkgver}.tar.gz::https://github.com/cjdelisle/${pkgname}/archive/cjdns-v${pkgver}.tar.gz
-1b7f09b9492fd9ccbacc4a16f6cc9a623653aba3.patch)
-sha512sums=('5a6bd36b2edd07fa883efa4b14dd8a7ba0189bf43404e27ab6ae3b0c2f1e63ce738c52b34416f51f93c9752f6654ea95eac2c71897d2a1e19f4a6d1ca3bad46d'
-
'c7bb9d1550661221f5fb08f31384a5d06b9c2c8531c1f5bbc14624a99adc21f19873c01a553b20198790e8bf72ea763de4e486e13b02df5356f397549692ba9c')
-
-prepare() {
-  cd ${pkgname}-${pkgname}-v${pkgver}
-  patch --forward --strip=1 
--input="${srcdir}/1b7f09b9492fd9ccbacc4a16f6cc9a623653aba3.patch"
-}
-
-build() {
-  cd ${pkgname}-${pkgname}-v${pkgver}
-  # Pretend to be cross compiling so -march=native is not set.
-  CROSS="true" CJDNS_RELEASE_VERSION="${pkgver}" \
-node ./node_build/make.js
-}
-
-package() {
-  cd ${pkgname}-${pkgname}-v${pkgver}
-  install -Dm 755 cjdroute -t "${pkgdir}/usr/bin"
-  install -Dm 644 contrib/systemd/{cjdns,cjdns-resume}.service \
--t "${pkgdir}/usr/lib/systemd/system"
-  install -Dm 644 doc/man/cjdroute.conf.5 -t "${pkgdir}/usr/share/man/man5"
-  install -Dm 644 -t "${pkgdir}/usr/share/doc/${pkgname}" \
-README.md \
-doc/admin-api.md \
-doc/configure.md \
-doc/djc_layer_model.md \
-doc/nat-gateway.md \
-doc/network-services.md \
-doc/non-root-user.md \
-doc/security_specification.md \
-doc/shorewall_and_vpn_gateway_howto.md \
-doc/tunnel.md
-  cp -a tools "${pkgdir}/usr/lib/${pkgname}"
-  cp -a node_modules "${pkgdir}/usr/lib/${pkgname}/node_modules"
-}
-
-# vim: ts=2 sw=2 et:

Copied: cjdns/repos/community-x86_64/PKGBUILD (from rev 553334, 
cjdns/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2020-01-21 20:49:30 UTC (rev 553335)
@@ -0,0 +1,51 @@
+# Maintainer: Levente Polyak 
+# Maintainer: kpcyrd 
+# Contributor: Kevin MacMartin 
+# Contributor: openfbt
+# Contributor: Werecat
+# Contributor: Xyne
+
+pkgname=cjdns
+pkgver=20.5
+pkgrel=1
+pkgdesc='Routing engine designed for security, scalability, speed and ease of 
use'
+url='https://github.com/cjdelisle/cjdns'
+arch=('x86_64')
+license=('GPL3')
+depends=('glibc' 'sh')
+optdepends=('nodejs: 

[arch-commits] Commit in cjdns/trunk (2 files)

2020-01-21 Thread Kpcyrd via arch-commits
Date: Tuesday, January 21, 2020 @ 20:49:16
  Author: kpcyrd
Revision: 553334

upgpkg: cjdns 20.5-1

Modified:
  cjdns/trunk/PKGBUILD
Deleted:
  cjdns/trunk/1b7f09b9492fd9ccbacc4a16f6cc9a623653aba3.patch

+
 1b7f09b9492fd9ccbacc4a16f6cc9a623653aba3.patch |   22 --
 PKGBUILD   |   16 +---
 2 files changed, 5 insertions(+), 33 deletions(-)

Deleted: 1b7f09b9492fd9ccbacc4a16f6cc9a623653aba3.patch
===
--- 1b7f09b9492fd9ccbacc4a16f6cc9a623653aba3.patch  2020-01-21 20:41:47 UTC 
(rev 55)
+++ 1b7f09b9492fd9ccbacc4a16f6cc9a623653aba3.patch  2020-01-21 20:49:16 UTC 
(rev 553334)
@@ -1,22 +0,0 @@
-From 1b7f09b9492fd9ccbacc4a16f6cc9a623653aba3 Mon Sep 17 00:00:00 2001
-From: Caleb James DeLisle 
-Date: Sun, 24 Nov 2019 23:47:30 +0100
-Subject: [PATCH] New GCC wants strncpy limit to be less than the output size
-

- util/platform/netdev/NetPlatform_linux.c | 2 +-
- 1 file changed, 1 insertion(+), 1 deletion(-)
-
-diff --git a/util/platform/netdev/NetPlatform_linux.c 
b/util/platform/netdev/NetPlatform_linux.c
-index 8206ebad5..967ee261e 100644
 a/util/platform/netdev/NetPlatform_linux.c
-+++ b/util/platform/netdev/NetPlatform_linux.c
-@@ -78,7 +78,7 @@ static int socketForIfName(const char* interfaceName,
- }
- 
- memset(ifRequestOut, 0, sizeof(struct ifreq));
--strncpy(ifRequestOut->ifr_name, interfaceName, IFNAMSIZ);
-+strncpy(ifRequestOut->ifr_name, interfaceName, IFNAMSIZ-1);
- 
- if (ioctl(s, SIOCGIFINDEX, ifRequestOut) < 0) {
- int err = errno;

Modified: PKGBUILD
===
--- PKGBUILD2020-01-21 20:41:47 UTC (rev 55)
+++ PKGBUILD2020-01-21 20:49:16 UTC (rev 553334)
@@ -6,7 +6,7 @@
 # Contributor: Xyne
 
 pkgname=cjdns
-pkgver=20.4
+pkgver=20.5
 pkgrel=1
 pkgdesc='Routing engine designed for security, scalability, speed and ease of 
use'
 url='https://github.com/cjdelisle/cjdns'
@@ -14,18 +14,12 @@
 license=('GPL3')
 depends=('glibc' 'sh')
 optdepends=('nodejs: optional utilities support')
-makedepends=('nodejs' 'python2')
+makedepends=('nodejs' 'python')
 install=cjdns.install
-source=(${pkgname}-${pkgver}.tar.gz::https://github.com/cjdelisle/${pkgname}/archive/cjdns-v${pkgver}.tar.gz
-1b7f09b9492fd9ccbacc4a16f6cc9a623653aba3.patch)
-sha512sums=('5a6bd36b2edd07fa883efa4b14dd8a7ba0189bf43404e27ab6ae3b0c2f1e63ce738c52b34416f51f93c9752f6654ea95eac2c71897d2a1e19f4a6d1ca3bad46d'
-
'c7bb9d1550661221f5fb08f31384a5d06b9c2c8531c1f5bbc14624a99adc21f19873c01a553b20198790e8bf72ea763de4e486e13b02df5356f397549692ba9c')
+source=(${pkgname}-${pkgver}.tar.gz::https://github.com/cjdelisle/${pkgname}/archive/cjdns-v${pkgver}.tar.gz)
+sha512sums=('36ae20182b9e9601ae64630cb0fa96caccbe5279be48520ea8b457a15437da5c9b48a5ae5588bd76ef819efe696b5a582a906a50e4dbe7760bb96fa7d1d63ea3')
+b2sums=('8b1b4d98cefa5f61c8d9025e8a339d0ac6823ea687ac21821cbcdb0782ad066746bac959a1f886120f2d4b633876c32a9125ea5c0614cd773d8ed2e49d57270e')
 
-prepare() {
-  cd ${pkgname}-${pkgname}-v${pkgver}
-  patch --forward --strip=1 
--input="${srcdir}/1b7f09b9492fd9ccbacc4a16f6cc9a623653aba3.patch"
-}
-
 build() {
   cd ${pkgname}-${pkgname}-v${pkgver}
   # Pretend to be cross compiling so -march=native is not set.


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

2020-01-21 Thread Sven-Hendrik Haase via arch-commits
Date: Tuesday, January 21, 2020 @ 20:41:47
  Author: svenstaro
Revision: 55

archrelease: copy trunk to community-x86_64

Added:
  libluv/repos/community-x86_64/PKGBUILD
(from rev 553332, libluv/trunk/PKGBUILD)
  libluv/repos/community-x86_64/libluv.pc.in
(from rev 553332, libluv/trunk/libluv.pc.in)
Deleted:
  libluv/repos/community-x86_64/PKGBUILD
  libluv/repos/community-x86_64/libluv.pc.in

--+
 PKGBUILD |   84 -
 libluv.pc.in |   24 
 2 files changed, 54 insertions(+), 54 deletions(-)

Deleted: PKGBUILD
===
--- PKGBUILD2020-01-21 20:41:39 UTC (rev 553332)
+++ PKGBUILD2020-01-21 20:41:47 UTC (rev 55)
@@ -1,42 +0,0 @@
-# Maintainer: Sven-Hendrik Haase 
-# Contributor: Jurica Bradarić 
-
-pkgname=libluv
-pkgver=1.32.0
-pkgrel=1
-pkgdesc='Bare libuv bindings for lua'
-arch=('x86_64')
-url='https://github.com/luvit/luv'
-license=('apache')
-provides=('libluv')
-depends=('luajit' 'libuv')
-makedepends=('cmake' 'luajit' 'libuv' 'ninja')
-source=("https://github.com/luvit/luv/releases/download/${pkgver}-0/luv-${pkgver}-0.tar.gz;
-
https://github.com/luvit/luv/raw/df03f2ac6d4e7269cb0c88be3ef44cf1f0de9b24/libluv.pc.in)
-sha256sums=('25a34b2aecf02d1fd32352c855577dcecd20c756dee9eb7ebecd206bf1de26d3'
-'be2a4909c724e09a50de42b1caa3c82c1b1afee8b80abf20c6944f1df1c7fd0e')
-
-prepare() {
-  # They forgot to ship this file in this release. Hopefully they'll fix it in 
the next release.
-  cp "$srcdir"/libluv.pc.in "$srcdir"/luv-${pkgver}-0/
-}
-
-build() {
-mkdir "${srcdir}/build"
-cd "${srcdir}/build"
-cmake -GNinja \
-  -DWITH_SHARED_LIBUV=ON \
-  -DLUA_BUILD_TYPE=System \
-  -DBUILD_MODULE=OFF \
-  -DBUILD_SHARED_LIBS=ON \
-  -DCMAKE_INSTALL_PREFIX=/usr \
-  "${srcdir}/luv-${pkgver}-0"
-ninja
-}
-
-package() {
-cd "${srcdir}/build"
-DESTDIR="${pkgdir}" ninja install
-}
-
-# vim:set ts=2 sw=2 et:

Copied: libluv/repos/community-x86_64/PKGBUILD (from rev 553332, 
libluv/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2020-01-21 20:41:47 UTC (rev 55)
@@ -0,0 +1,42 @@
+# Maintainer: Sven-Hendrik Haase 
+# Contributor: Jurica Bradarić 
+
+pkgname=libluv
+pkgver=1.34.1
+pkgrel=1
+pkgdesc='Bare libuv bindings for lua'
+arch=('x86_64')
+url='https://github.com/luvit/luv'
+license=('apache')
+provides=('libluv')
+depends=('luajit' 'libuv')
+makedepends=('cmake' 'luajit' 'libuv' 'ninja')
+source=("https://github.com/luvit/luv/releases/download/${pkgver}-0/luv-${pkgver}-0.tar.gz;
+
https://github.com/luvit/luv/raw/df03f2ac6d4e7269cb0c88be3ef44cf1f0de9b24/libluv.pc.in)
+sha256sums=('353483a96602d620aa4e67424e2256cec9b89dc6ca3df421c12a65ef5dce93b9'
+'be2a4909c724e09a50de42b1caa3c82c1b1afee8b80abf20c6944f1df1c7fd0e')
+
+prepare() {
+  # They forgot to ship this file in this release. Hopefully they'll fix it in 
the next release.
+  cp "$srcdir"/libluv.pc.in "$srcdir"/luv-${pkgver}-0/
+}
+
+build() {
+mkdir "${srcdir}/build"
+cd "${srcdir}/build"
+cmake -GNinja \
+  -DWITH_SHARED_LIBUV=ON \
+  -DLUA_BUILD_TYPE=System \
+  -DBUILD_MODULE=OFF \
+  -DBUILD_SHARED_LIBS=ON \
+  -DCMAKE_INSTALL_PREFIX=/usr \
+  "${srcdir}/luv-${pkgver}-0"
+ninja
+}
+
+package() {
+cd "${srcdir}/build"
+DESTDIR="${pkgdir}" ninja install
+}
+
+# vim:set ts=2 sw=2 et:

Deleted: libluv.pc.in
===
--- libluv.pc.in2020-01-21 20:41:39 UTC (rev 553332)
+++ libluv.pc.in2020-01-21 20:41:47 UTC (rev 55)
@@ -1,12 +0,0 @@
-prefix=@prefix@
-exec_prefix=${prefix}
-libdir=@libdir@
-includedir=@includedir@
-
-Name: libluv
-Version: @LUV_VERSION@
-Description: Bare and full libuv bindings for Lua/LuaJIT.
-URL: https://github.com/luvit/luv
-
-Libs: -L${libdir} -lluv @LIBS@
-Cflags: -I${includedir}

Copied: libluv/repos/community-x86_64/libluv.pc.in (from rev 553332, 
libluv/trunk/libluv.pc.in)
===
--- libluv.pc.in(rev 0)
+++ libluv.pc.in2020-01-21 20:41:47 UTC (rev 55)
@@ -0,0 +1,12 @@
+prefix=@prefix@
+exec_prefix=${prefix}
+libdir=@libdir@
+includedir=@includedir@
+
+Name: libluv
+Version: @LUV_VERSION@
+Description: Bare and full libuv bindings for Lua/LuaJIT.
+URL: https://github.com/luvit/luv
+
+Libs: -L${libdir} -lluv @LIBS@
+Cflags: -I${includedir}


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

2020-01-21 Thread Sven-Hendrik Haase via arch-commits
Date: Tuesday, January 21, 2020 @ 20:41:39
  Author: svenstaro
Revision: 553332

upgpkg: libluv 1.34.1-1

Modified:
  libluv/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2020-01-21 20:34:09 UTC (rev 553331)
+++ PKGBUILD2020-01-21 20:41:39 UTC (rev 553332)
@@ -2,7 +2,7 @@
 # Contributor: Jurica Bradarić 
 
 pkgname=libluv
-pkgver=1.32.0
+pkgver=1.34.1
 pkgrel=1
 pkgdesc='Bare libuv bindings for lua'
 arch=('x86_64')
@@ -13,7 +13,7 @@
 makedepends=('cmake' 'luajit' 'libuv' 'ninja')
 
source=("https://github.com/luvit/luv/releases/download/${pkgver}-0/luv-${pkgver}-0.tar.gz;
 
https://github.com/luvit/luv/raw/df03f2ac6d4e7269cb0c88be3ef44cf1f0de9b24/libluv.pc.in)
-sha256sums=('25a34b2aecf02d1fd32352c855577dcecd20c756dee9eb7ebecd206bf1de26d3'
+sha256sums=('353483a96602d620aa4e67424e2256cec9b89dc6ca3df421c12a65ef5dce93b9'
 'be2a4909c724e09a50de42b1caa3c82c1b1afee8b80abf20c6944f1df1c7fd0e')
 
 prepare() {


[arch-commits] Commit in telegram-desktop/repos (9 files)

2020-01-21 Thread Sven-Hendrik Haase via arch-commits
Date: Tuesday, January 21, 2020 @ 20:34:09
  Author: svenstaro
Revision: 553331

archrelease: copy trunk to community-testing-x86_64

Added:
  telegram-desktop/repos/community-testing-x86_64/
  
telegram-desktop/repos/community-testing-x86_64/0001-Dynamic-linking-system-libs.patch
(from rev 553330, 
telegram-desktop/trunk/0001-Dynamic-linking-system-libs.patch)
  
telegram-desktop/repos/community-testing-x86_64/0002-Dynamic-linking-system-qt.patch
(from rev 553330, 
telegram-desktop/trunk/0002-Dynamic-linking-system-qt.patch)
  telegram-desktop/repos/community-testing-x86_64/0004-gtk3.patch
(from rev 553330, telegram-desktop/trunk/0004-gtk3.patch)
  
telegram-desktop/repos/community-testing-x86_64/0005-Use-system-wide-fonts.patch
(from rev 553330, telegram-desktop/trunk/0005-Use-system-wide-fonts.patch)
  
telegram-desktop/repos/community-testing-x86_64/0006-Revert-Disable-DemiBold-fallback-for-Semibold.patch
(from rev 553330, 
telegram-desktop/trunk/0006-Revert-Disable-DemiBold-fallback-for-Semibold.patch)
  telegram-desktop/repos/community-testing-x86_64/PKGBUILD
(from rev 553330, telegram-desktop/trunk/PKGBUILD)
  telegram-desktop/repos/community-testing-x86_64/series
(from rev 553330, telegram-desktop/trunk/series)
  telegram-desktop/repos/community-testing-x86_64/telegram-desktop.sh
(from rev 553330, telegram-desktop/trunk/telegram-desktop.sh)

--+
 0001-Dynamic-linking-system-libs.patch   |  340 +
 0002-Dynamic-linking-system-qt.patch |  165 ++
 0004-gtk3.patch  |   22 
 0005-Use-system-wide-fonts.patch |   59 ++
 0006-Revert-Disable-DemiBold-fallback-for-Semibold.patch |   25 
 PKGBUILD |  102 +++
 series   |2 
 telegram-desktop.sh  |3 
 8 files changed, 718 insertions(+)

Copied: 
telegram-desktop/repos/community-testing-x86_64/0001-Dynamic-linking-system-libs.patch
 (from rev 553330, 
telegram-desktop/trunk/0001-Dynamic-linking-system-libs.patch)
===
--- community-testing-x86_64/0001-Dynamic-linking-system-libs.patch 
(rev 0)
+++ community-testing-x86_64/0001-Dynamic-linking-system-libs.patch 
2020-01-21 20:34:09 UTC (rev 553331)
@@ -0,0 +1,340 @@
+From: John Zimmermann 
+--- a/cmake/external/crash_reports/CMakeLists.txt
 b/cmake/external/crash_reports/CMakeLists.txt
+@@ -7,6 +7,7 @@
+ add_library(external_crash_reports INTERFACE IMPORTED GLOBAL)
+ add_library(desktop-app::external_crash_reports ALIAS external_crash_reports)
+ 
++if(NOT DESKTOP_APP_DISABLE_CRASH_REPORTS)
+ if (WIN32 OR LINUX OR build_macstore)
+ add_subdirectory(breakpad)
+ target_link_libraries(external_crash_reports
+@@ -20,3 +21,4 @@
+ desktop-app::external_crashpad
+ )
+ endif()
++endif()
+--- a/cmake/external/ffmpeg/CMakeLists.txt
 b/cmake/external/ffmpeg/CMakeLists.txt
+@@ -7,6 +7,18 @@
+ add_library(external_ffmpeg INTERFACE IMPORTED GLOBAL)
+ add_library(desktop-app::external_ffmpeg ALIAS external_ffmpeg)
+ 
++if(DESKTOP_APP_USE_SYSTEM_LIBS)
++find_package(PkgConfig REQUIRED)
++pkg_check_modules(FFMPEG REQUIRED libavcodec libavformat libavutil 
libswresample libswscale)
++target_link_libraries(external_ffmpeg
++INTERFACE
++${FFMPEG_LIBRARIES}
++)
++target_include_directories(external_ffmpeg SYSTEM
++INTERFACE
++${FFMPEG_INCLUDE_DIRS}
++)
++else()
+ target_include_directories(external_ffmpeg SYSTEM
+ INTERFACE
+ ${libs_loc}/ffmpeg
+@@ -36,3 +48,4 @@
+ Xrender
+ )
+ endif()
++endif()
+--- a/cmake/external/openal/CMakeLists.txt
 b/cmake/external/openal/CMakeLists.txt
+@@ -7,6 +7,21 @@
+ add_library(external_openal INTERFACE IMPORTED GLOBAL)
+ add_library(desktop-app::external_openal ALIAS external_openal)
+ 
++if(DESKTOP_APP_USE_SYSTEM_LIBS)
++find_package(OpenAL REQUIRED)
++target_include_directories(external_openal SYSTEM
++INTERFACE
++${OPENAL_INCLUDE_DIR}
++)
++target_link_libraries(external_openal
++INTERFACE
++${OPENAL_LIBRARY}
++)
++target_compile_definitions(external_openal
++INTERFACE
++AL_ALEXT_PROTOTYPES
++)
++else()
+ if (WIN32)
+ target_include_directories(external_openal SYSTEM
+ INTERFACE
+@@ -41,3 +56,4 @@
+ AL_LIBTYPE_STATIC
+ AL_ALEXT_PROTOTYPES
+ )
++endif()
+--- a/cmake/external/openssl/CMakeLists.txt
 b/cmake/external/openssl/CMakeLists.txt
+@@ -7,7 +7,13 @@
+ add_library(external_openssl INTERFACE IMPORTED GLOBAL)
+ add_library(desktop-app::external_openssl ALIAS external_openssl)
+ 
+-if (LINUX)
++if(DESKTOP_APP_USE_SYSTEM_LIBS)
++find_package(OpenSSL REQUIRED)
++

[arch-commits] Commit in telegram-desktop/trunk (4 files)

2020-01-21 Thread Sven-Hendrik Haase via arch-commits
Date: Tuesday, January 21, 2020 @ 20:33:48
  Author: svenstaro
Revision: 553330

upgpkg: telegram-desktop 1.9.4-1: Update to 1.9.4 and also get rid some patches

tdesktop upstream now has DESKTOP_APP_USE_PACKAGED and that makes packaging 
against system libs quite a bit easier. They even load gtk3 by default. :)

Added:
  telegram-desktop/trunk/telegram-desktop.sh
Modified:
  telegram-desktop/trunk/0005-Use-system-wide-fonts.patch
  telegram-desktop/trunk/PKGBUILD
  telegram-desktop/trunk/series

--+
 0005-Use-system-wide-fonts.patch |   37 
 PKGBUILD |   48 +++--
 series   |3 --
 telegram-desktop.sh  |3 ++
 4 files changed, 44 insertions(+), 47 deletions(-)

Modified: 0005-Use-system-wide-fonts.patch
===
--- 0005-Use-system-wide-fonts.patch2020-01-21 20:03:41 UTC (rev 553329)
+++ 0005-Use-system-wide-fonts.patch2020-01-21 20:33:48 UTC (rev 553330)
@@ -1,6 +1,8 @@
 Do not force custom fontconfig configuration.
 a/Telegram/lib_ui/fonts/fonts.qrc
-+++ b/Telegram/lib_ui/fonts/fonts.qrc
+Index: tdesktop-1.9.4-full/Telegram/lib_ui/fonts/fonts.qrc
+===
+--- tdesktop-1.9.4-full.orig/Telegram/lib_ui/fonts/fonts.qrc
 tdesktop-1.9.4-full/Telegram/lib_ui/fonts/fonts.qrc
 @@ -1,10 +1,4 @@
  

@@ -12,9 +14,11 @@
 -DAOpenSansSemiboldItalic.ttf

  
 a/Telegram/lib_ui/ui/style/style_core_font.cpp
-+++ b/Telegram/lib_ui/ui/style/style_core_font.cpp
-@@ -94,12 +94,12 @@
+Index: tdesktop-1.9.4-full/Telegram/lib_ui/ui/style/style_core_font.cpp
+===
+--- tdesktop-1.9.4-full.orig/Telegram/lib_ui/ui/style/style_core_font.cpp
 tdesktop-1.9.4-full/Telegram/lib_ui/ui/style/style_core_font.cpp
+@@ -94,12 +94,12 @@ enum {
FontTypesCount,
  };
  QString FontTypeNames[FontTypesCount] = {
@@ -33,7 +37,7 @@
  };
  int32 FontTypeFlags[FontTypesCount] = {
0,
-@@ -135,7 +135,7 @@
+@@ -135,7 +135,7 @@ void StartFonts() {
for (auto i = 0; i != FontTypesCount; ++i) {
const auto name = FontTypeNames[i];
const auto flags = FontTypeFlags[i];
@@ -42,21 +46,12 @@
Overrides[i] = name;
  #ifdef Q_OS_WIN
// Attempt to workaround a strange font bug with Open Sans 
Semibold not loading.
 a/Telegram/SourceFiles/platform/linux/specific_linux.cpp
-+++ b/Telegram/SourceFiles/platform/linux/specific_linux.cpp
-@@ -82,8 +82,6 @@
-   return;
-   }
-   }
--
--  QFile(":/fc/fc-custom.conf").copy(custom);
- #endif // TDESKTOP_DISABLE_DESKTOP_FILE_GENERATION
- }
- 
 a/Telegram/lib_ui/qt_conf/linux.qrc
-+++ b/Telegram/lib_ui/qt_conf/linux.qrc
-@@ -2,6 +2,5 @@
-   
+Index: tdesktop-1.9.4-full/Telegram/lib_ui/qt_conf/linux.qrc
+===
+--- tdesktop-1.9.4-full.orig/Telegram/lib_ui/qt_conf/linux.qrc
 tdesktop-1.9.4-full/Telegram/lib_ui/qt_conf/linux.qrc
+@@ -3,6 +3,5 @@
+ qt_linux.conf


 -fc-custom.conf

Modified: PKGBUILD
===
--- PKGBUILD2020-01-21 20:03:41 UTC (rev 553329)
+++ PKGBUILD2020-01-21 20:33:48 UTC (rev 553330)
@@ -5,7 +5,7 @@
 # https://github.com/mymedia2/tdesktop
 
 pkgname=telegram-desktop
-pkgver=1.9.3
+pkgver=1.9.4
 pkgrel=1
 pkgdesc='Official Telegram Desktop client'
 arch=('x86_64')
@@ -36,59 +36,61 @@
 )
 source=(
 
"https://github.com/telegramdesktop/tdesktop/releases/download/v${pkgver}/tdesktop-${pkgver}-full.tar.gz;
-"0001-Dynamic-linking-system-libs.patch"
-"0002-Dynamic-linking-system-qt.patch"
-"0004-gtk3.patch"
-"0005-Use-system-wide-fonts.patch"
-"0006-Revert-Disable-DemiBold-fallback-for-Semibold.patch"
-"series"
+telegram-desktop.sh
+0005-Use-system-wide-fonts.patch
+0006-Revert-Disable-DemiBold-fallback-for-Semibold.patch
+series
 )
-sha512sums=('af8e5d2c74d0b990958edd75a01f40b70bc21c0f69074acfb943f44fdb1f1e84465b461765a1a584513e54ab30045817b42b6839ad16cb4c1043fda89ea600f7'
-
'69fc5b50d2663af0c0bb539a6ac4b3d8996282f1701f484b9d1e29ddbd6eec942c999ee2f77d7effed13d4ecdd62e03e6ff064be0948ff91124962cc17c57143'
-
'5675787e849a811679b24e86b64e651c1aded56853e52c9455d8d914b85c153b63287a0d41aaa4c39c0e805ee1f411132431340d7aba99b11fcd1036e8d37680'
-
'8c3f48536ff3878baa73949057960eb5c8fcf3f152141c42740a7c0f2fc96c1708511a5d4ffe45ae9e20a08f88a3c2c77163a0a2050d7fca4356e4d2a96dfaf1'
-
'd5fa5290b7041cb972c78066ca60d1cbc2bb3de10bf571ca1a639bf05abfa029531ffc0facba0564d39e32f89301960f4879b35bb9ac362ae9264d0a8c5c835c'

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

2020-01-21 Thread Christian Hesse via arch-commits
Date: Tuesday, January 21, 2020 @ 20:13:20
  Author: eworm
Revision: 373770

archrelease: copy trunk to testing-x86_64

Added:
  htop/repos/testing-x86_64/
  htop/repos/testing-x86_64/0001-fix-option-string.patch
(from rev 373769, htop/trunk/0001-fix-option-string.patch)
  htop/repos/testing-x86_64/PKGBUILD
(from rev 373769, htop/trunk/PKGBUILD)

--+
 0001-fix-option-string.patch |   25 +
 PKGBUILD |   48 +
 2 files changed, 73 insertions(+)

Copied: htop/repos/testing-x86_64/0001-fix-option-string.patch (from rev 
373769, htop/trunk/0001-fix-option-string.patch)
===
--- testing-x86_64/0001-fix-option-string.patch (rev 0)
+++ testing-x86_64/0001-fix-option-string.patch 2020-01-21 20:13:20 UTC (rev 
373770)
@@ -0,0 +1,25 @@
+From 731acc8bced18c90fbe0e18381c32f007f71e0d9 Mon Sep 17 00:00:00 2001
+From: Christian Hesse 
+Date: Tue, 10 Apr 2018 16:21:46 +0200
+Subject: [PATCH 1/1] fix option string
+
+This broke with commit db05ba61065f64b59d0014518be0786b5439e54c.
+
+Signed-off-by: Christian Hesse 
+---
+ htop.c | 2 +-
+ 1 file changed, 1 insertion(+), 1 deletion(-)
+
+diff --git a/htop.c b/htop.c
+index 6db81dd..678a3b8 100644
+--- a/htop.c
 b/htop.c
+@@ -93,7 +93,7 @@ static CommandLineSettings parseArguments(int argc, char** 
argv) {
+ 
+int opt, opti=0;
+/* Parse arguments */
+-   while ((opt = getopt_long(argc, argv, "hvCst::d:u:p:i", long_opts, 
))) {
++   while ((opt = getopt_long(argc, argv, "hvCs:td:u:p:i", long_opts, ))) 
{
+   if (opt == EOF) break;
+   switch (opt) {
+  case 'h':

Copied: htop/repos/testing-x86_64/PKGBUILD (from rev 373769, 
htop/trunk/PKGBUILD)
===
--- testing-x86_64/PKGBUILD (rev 0)
+++ testing-x86_64/PKGBUILD 2020-01-21 20:13:20 UTC (rev 373770)
@@ -0,0 +1,48 @@
+# Maintainer: Christian Hesse 
+# Maintainer: Angel Velasquez 
+# Contributor: Eric Belanger 
+# Contributor: Daniel J Griffiths 
+
+pkgname=htop
+pkgver=2.2.0
+pkgrel=3
+pkgdesc='Interactive process viewer'
+arch=('x86_64')
+url='https://hisham.hm/htop/'
+license=('GPL')
+depends=('ncurses' 'libnl')
+makedepends=('python')
+optdepends=('lsof: show files opened by a process'
+'strace: attach to a running process')
+options=('!emptydirs' debug)
+validpgpkeys=('8460980B2B79786DE0C7FCC83FD8F43C2BB3C478') # Hisham Muhammad 

+source=("https://hisham.hm/$pkgname/releases/$pkgver/$pkgname-$pkgver.tar.gz"{,.asc}
+'0001-fix-option-string.patch')
+sha256sums=('d9d6826f10ce3887950d709b53ee1d8c1849a70fa38e91d5896ad8cbc6ba3c57'
+'SKIP'
+'e0ea3a91dfbc7f8c516a19e0d8890314845e768ea4132dfaa49c4d4e89ec10ca')
+
+prepare() {
+  cd "$pkgname-$pkgver"
+
+  patch -Np1 < "${srcdir}"/0001-fix-option-string.patch
+}
+
+build() {
+  cd "$pkgname-$pkgver"
+
+  ./configure \
+  --prefix=/usr \
+  --sysconfdir=/etc \
+  --enable-cgroup \
+  --enable-delayacct \
+  --enable-openvz \
+  --enable-unicode \
+  --enable-vserver
+
+  make
+}
+
+package() {
+  make -C "$pkgname-$pkgver" DESTDIR="$pkgdir" install
+}


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

2020-01-21 Thread Christian Hesse via arch-commits
Date: Tuesday, January 21, 2020 @ 20:13:13
  Author: eworm
Revision: 373769

upgpkg: htop 2.2.0-3

rebuild old package

Modified:
  htop/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2020-01-21 19:34:48 UTC (rev 373768)
+++ PKGBUILD2020-01-21 20:13:13 UTC (rev 373769)
@@ -5,7 +5,7 @@
 
 pkgname=htop
 pkgver=2.2.0
-pkgrel=2
+pkgrel=3
 pkgdesc='Interactive process viewer'
 arch=('x86_64')
 url='https://hisham.hm/htop/'


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

2020-01-21 Thread David Runge via arch-commits
Date: Tuesday, January 21, 2020 @ 20:03:30
  Author: dvzrv
Revision: 553328

upgpkg: smtube 20.1.0-1: Upgrading to 20.1.0. Updating maintainer info. Adding 
all direct library dependencies.

Modified:
  smtube/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2020-01-21 19:56:01 UTC (rev 553327)
+++ PKGBUILD2020-01-21 20:03:30 UTC (rev 553328)
@@ -1,15 +1,15 @@
-# Maintainer: David Runge 
+# Maintainer: David Runge 
 # Contributor: speps 
 # Contributor: Andreas Schnaiter 
 
 pkgname=smtube
-pkgver=19.6.0
+pkgver=20.1.0
 pkgrel=1
 pkgdesc="An application that allows to browse, search and play YouTube videos"
 arch=('x86_64')
 url="https://www.smtube.org/;
 license=('GPL2')
-depends=('qt5-script' 'qt5-webkit' 'hicolor-icon-theme')
+depends=('gcc-libs' 'glibc' 'qt5-script' 'qt5-webkit' 'hicolor-icon-theme')
 makedepends=('qt5-tools')
 optdepends=('mplayer: play videos with MPlayer'
 'smplayer: play videos with SMPlayer'
@@ -20,7 +20,7 @@
 'mpv: play videos with MPV'
 'youtube-dl: download videos')
 
source=("https://downloads.sourceforge.net/project/${pkgname}/SMTube/${pkgver}/${pkgname}-${pkgver}.tar.bz2;)
-sha512sums=('f61e432b8f99e34ddbd9415064eecf30c9a3a6731d646073253d63690cf531321a7a5038117db981d036d1abfdbd3150df21bc22c9ae75e32c63ade3a859ecef')
+sha512sums=('91a3b53c7bf23b567cc9e35f6c12cfc37e4286c0b60938d4ea9e275f1f459db6ff149f3b316b05a4810a62b0f224ee360ecf10f1e5c1d101178a949280eb8e2f')
 
 build() {
   cd "${pkgname}-${pkgver}"


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

2020-01-21 Thread David Runge via arch-commits
Date: Tuesday, January 21, 2020 @ 20:03:41
  Author: dvzrv
Revision: 553329

archrelease: copy trunk to community-x86_64

Added:
  smtube/repos/community-x86_64/PKGBUILD
(from rev 553328, smtube/trunk/PKGBUILD)
Deleted:
  smtube/repos/community-x86_64/PKGBUILD

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

Deleted: PKGBUILD
===
--- PKGBUILD2020-01-21 20:03:30 UTC (rev 553328)
+++ PKGBUILD2020-01-21 20:03:41 UTC (rev 553329)
@@ -1,33 +0,0 @@
-# Maintainer: David Runge 
-# Contributor: speps 
-# Contributor: Andreas Schnaiter 
-
-pkgname=smtube
-pkgver=19.6.0
-pkgrel=1
-pkgdesc="An application that allows to browse, search and play YouTube videos"
-arch=('x86_64')
-url="https://www.smtube.org/;
-license=('GPL2')
-depends=('qt5-script' 'qt5-webkit' 'hicolor-icon-theme')
-makedepends=('qt5-tools')
-optdepends=('mplayer: play videos with MPlayer'
-'smplayer: play videos with SMPlayer'
-'gnome-mplayer: play videos with GNOME MPlayer'
-'dragon: play videos with Dragon Player'
-'totem: play videos with Totem'
-'vlc: play videos with VLC'
-'mpv: play videos with MPV'
-'youtube-dl: download videos')
-source=("https://downloads.sourceforge.net/project/${pkgname}/SMTube/${pkgver}/${pkgname}-${pkgver}.tar.bz2;)
-sha512sums=('f61e432b8f99e34ddbd9415064eecf30c9a3a6731d646073253d63690cf531321a7a5038117db981d036d1abfdbd3150df21bc22c9ae75e32c63ade3a859ecef')
-
-build() {
-  cd "${pkgname}-${pkgver}"
-  make PREFIX=/usr
-}
-
-package() {
-  cd "${pkgname}-${pkgver}"
-  make PREFIX=/usr DESTDIR="${pkgdir}/" install
-}

Copied: smtube/repos/community-x86_64/PKGBUILD (from rev 553328, 
smtube/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2020-01-21 20:03:41 UTC (rev 553329)
@@ -0,0 +1,33 @@
+# Maintainer: David Runge 
+# Contributor: speps 
+# Contributor: Andreas Schnaiter 
+
+pkgname=smtube
+pkgver=20.1.0
+pkgrel=1
+pkgdesc="An application that allows to browse, search and play YouTube videos"
+arch=('x86_64')
+url="https://www.smtube.org/;
+license=('GPL2')
+depends=('gcc-libs' 'glibc' 'qt5-script' 'qt5-webkit' 'hicolor-icon-theme')
+makedepends=('qt5-tools')
+optdepends=('mplayer: play videos with MPlayer'
+'smplayer: play videos with SMPlayer'
+'gnome-mplayer: play videos with GNOME MPlayer'
+'dragon: play videos with Dragon Player'
+'totem: play videos with Totem'
+'vlc: play videos with VLC'
+'mpv: play videos with MPV'
+'youtube-dl: download videos')
+source=("https://downloads.sourceforge.net/project/${pkgname}/SMTube/${pkgver}/${pkgname}-${pkgver}.tar.bz2;)
+sha512sums=('91a3b53c7bf23b567cc9e35f6c12cfc37e4286c0b60938d4ea9e275f1f459db6ff149f3b316b05a4810a62b0f224ee360ecf10f1e5c1d101178a949280eb8e2f')
+
+build() {
+  cd "${pkgname}-${pkgver}"
+  make PREFIX=/usr
+}
+
+package() {
+  cd "${pkgname}-${pkgver}"
+  make PREFIX=/usr DESTDIR="${pkgdir}/" install
+}


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

2020-01-21 Thread Konstantin Gizdov via arch-commits
Date: Tuesday, January 21, 2020 @ 19:54:51
  Author: kgizdov
Revision: 553324

archrelease: copy trunk to community-any

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

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

Deleted: PKGBUILD
===
--- PKGBUILD2020-01-21 19:54:45 UTC (rev 553323)
+++ PKGBUILD2020-01-21 19:54:51 UTC (rev 553324)
@@ -1,44 +0,0 @@
-# Maintainer: Konstantin Gizdov 
-
-pkgname=python-uproot
-_pkgname=uproot
-pkgname=python-uproot
-pkgver=3.11.0
-pkgrel=1
-pkgdesc="Minimalist CERN ROOT I/O in pure Python and Numpy"
-arch=('any')
-makedepends=('python-cachetools' 'python-setuptools')
-checkdepends=('python-mock' 'python-pkgconfig' 'python-pandas' 
'python-pytest-runner' 'python-requests' 'python-xxhash')
-depends=('python-awkward' 'python-cachetools' 'python-lz4' 'python-numpy' 
'python-uproot-methods')
-optdepends=('xrootd: access remote files over XRootD'
-'python-pandas: fill Pandas DataFrames instead of Numpy arrays'
-'python-requests: access remote files through HTTP'
-'python-xxhash: handle lz4-compressed ROOT files')
-url="https://github.com/scikit-hep/uproot;
-license=('BSD')
-
-source=("${url}/archive/${pkgver}.zip")
-sha256sums=('dac040aa98cefd87464124ad37a3d46ca21c84d1b4af50fcf38e1aeeb39a5605')
-
-build() {
-cd "${srcdir}/${_pkgname}-${pkgver}"
-python setup.py build
-}
-
-check() {
-cd "${srcdir}/${_pkgname}-${pkgver}"
-python setup.py pytest
-}
-
-package() {
-cd "${srcdir}/${_pkgname}-${pkgver}"
-
-python setup.py install --root="${pkgdir}/" --optimize=1
-
-install -D LICENSE "${pkgdir}/usr/share/licenses/${pkgname}/LICENSE"
-
-install -D README.rst "${pkgdir}/usr/share/${pkgname}/README.rst"
-
-install -d "${pkgdir}/usr/share/doc/${pkgname}"
-cp -r docs "${pkgdir}/usr/share/doc/${pkgname}/"
-}

Copied: python-uproot/repos/community-any/PKGBUILD (from rev 553323, 
python-uproot/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2020-01-21 19:54:51 UTC (rev 553324)
@@ -0,0 +1,44 @@
+# Maintainer: Konstantin Gizdov 
+
+pkgname=python-uproot
+_pkgname=uproot
+pkgname=python-uproot
+pkgver=3.11.1
+pkgrel=1
+pkgdesc="Minimalist CERN ROOT I/O in pure Python and Numpy"
+arch=('any')
+makedepends=('python-cachetools' 'python-setuptools')
+checkdepends=('python-mock' 'python-pkgconfig' 'python-pandas' 
'python-pytest-runner' 'python-requests' 'python-xxhash')
+depends=('python-awkward' 'python-cachetools' 'python-lz4' 'python-numpy' 
'python-uproot-methods' 'python-zstandard')
+optdepends=('xrootd: access remote files over XRootD'
+'python-pandas: fill Pandas DataFrames instead of Numpy arrays'
+'python-requests: access remote files through HTTP'
+'python-xxhash: handle lz4-compressed ROOT files')
+url="https://github.com/scikit-hep/uproot;
+license=('BSD')
+
+source=("${url}/archive/${pkgver}.zip")
+sha256sums=('0b08672852529167ecaebb3b76f73e51df597935532c205f6775de43e3f2b716')
+
+build() {
+cd "${srcdir}/${_pkgname}-${pkgver}"
+python setup.py build
+}
+
+check() {
+cd "${srcdir}/${_pkgname}-${pkgver}"
+python setup.py pytest
+}
+
+package() {
+cd "${srcdir}/${_pkgname}-${pkgver}"
+
+python setup.py install --root="${pkgdir}/" --optimize=1
+
+install -D LICENSE "${pkgdir}/usr/share/licenses/${pkgname}/LICENSE"
+
+install -D README.rst "${pkgdir}/usr/share/${pkgname}/README.rst"
+
+install -d "${pkgdir}/usr/share/doc/${pkgname}"
+cp -r docs "${pkgdir}/usr/share/doc/${pkgname}/"
+}


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

2020-01-21 Thread Konstantin Gizdov via arch-commits
Date: Tuesday, January 21, 2020 @ 19:54:45
  Author: kgizdov
Revision: 553323

upgpkg: python-uproot 3.11.1-1

Modified:
  python-uproot/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2020-01-21 19:39:59 UTC (rev 553322)
+++ PKGBUILD2020-01-21 19:54:45 UTC (rev 553323)
@@ -3,13 +3,13 @@
 pkgname=python-uproot
 _pkgname=uproot
 pkgname=python-uproot
-pkgver=3.11.0
+pkgver=3.11.1
 pkgrel=1
 pkgdesc="Minimalist CERN ROOT I/O in pure Python and Numpy"
 arch=('any')
 makedepends=('python-cachetools' 'python-setuptools')
 checkdepends=('python-mock' 'python-pkgconfig' 'python-pandas' 
'python-pytest-runner' 'python-requests' 'python-xxhash')
-depends=('python-awkward' 'python-cachetools' 'python-lz4' 'python-numpy' 
'python-uproot-methods')
+depends=('python-awkward' 'python-cachetools' 'python-lz4' 'python-numpy' 
'python-uproot-methods' 'python-zstandard')
 optdepends=('xrootd: access remote files over XRootD'
 'python-pandas: fill Pandas DataFrames instead of Numpy arrays'
 'python-requests: access remote files through HTTP'
@@ -18,7 +18,7 @@
 license=('BSD')
 
 source=("${url}/archive/${pkgver}.zip")
-sha256sums=('dac040aa98cefd87464124ad37a3d46ca21c84d1b4af50fcf38e1aeeb39a5605')
+sha256sums=('0b08672852529167ecaebb3b76f73e51df597935532c205f6775de43e3f2b716')
 
 build() {
 cd "${srcdir}/${_pkgname}-${pkgver}"


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

2020-01-21 Thread Konstantin Gizdov via arch-commits
Date: Tuesday, January 21, 2020 @ 19:39:59
  Author: kgizdov
Revision: 553322

archrelease: copy trunk to community-testing-x86_64

Added:
  tensorflow/repos/community-testing-x86_64/
  tensorflow/repos/community-testing-x86_64/Add-grpc-fix-for-gettid.patch
(from rev 553321, tensorflow/trunk/Add-grpc-fix-for-gettid.patch)
  tensorflow/repos/community-testing-x86_64/PKGBUILD
(from rev 553321, tensorflow/trunk/PKGBUILD)

---+
 Add-grpc-fix-for-gettid.patch |  113 
 PKGBUILD  |  267 
 2 files changed, 380 insertions(+)

Copied: tensorflow/repos/community-testing-x86_64/Add-grpc-fix-for-gettid.patch 
(from rev 553321, tensorflow/trunk/Add-grpc-fix-for-gettid.patch)
===
--- community-testing-x86_64/Add-grpc-fix-for-gettid.patch  
(rev 0)
+++ community-testing-x86_64/Add-grpc-fix-for-gettid.patch  2020-01-21 
19:39:59 UTC (rev 553322)
@@ -0,0 +1,113 @@
+From e50d1fa554154b7e398ef7a0357f646e22cd51cf Mon Sep 17 00:00:00 2001
+From: Jianjun Liu 
+Date: Thu, 29 Aug 2019 14:56:13 +0800
+Subject: [PATCH] Add grpc fix for gettid
+
+Add gettid fix on gettid conflict because of glibc
+
+Signed-off-by: Jianjun Liu 
+---
+ tensorflow/workspace.bzl  |  1 +
+ third_party/Rename-gettid-functions.patch | 78 +++
+ 2 files changed, 79 insertions(+)
+ create mode 100644 third_party/Rename-gettid-functions.patch
+
+diff --git a/tensorflow/workspace.bzl b/tensorflow/workspace.bzl
+index 55d7eb93..33e86087 100755
+--- a/tensorflow/workspace.bzl
 b/tensorflow/workspace.bzl
+@@ -486,6 +486,7 @@ def tf_workspace(path_prefix = "", tf_repo_name = ""):
+ # WARNING: make sure ncteisen@ and vpai@ are cc-ed on any CL to change 
the below rule
+ tf_http_archive(
+ name = "grpc",
++  patch_file = clean_dep("//third_party:Rename-gettid-functions.patch"),
+ sha256 = 
"67a6c26db56f345f7cee846e681db2c23f919eba46dd639b09462d1b6203d28c",
+ strip_prefix = "grpc-4566c2a29ebec0835643b972eb99f4306c4234a3",
+ system_build_file = clean_dep("//third_party/systemlibs:grpc.BUILD"),
+diff --git a/third_party/Rename-gettid-functions.patch 
b/third_party/Rename-gettid-functions.patch
+new file mode 100644
+index ..90bd9115
+--- /dev/null
 b/third_party/Rename-gettid-functions.patch
+@@ -0,0 +1,78 @@
++From d1d017390b799c59d6fdf7b8afa6136d218bdd61 Mon Sep 17 00:00:00 2001
++From: Benjamin Peterson 
++Date: Fri, 3 May 2019 08:11:00 -0700
++Subject: [PATCH] Rename gettid() functions.
++
++glibc 2.30 will declare its own gettid; see 
https://sourceware.org/git/?p=glibc.git;a=commit;h=1d0fc213824eaa2a8f8c4385daaa698ee8fb7c92.
 Rename the grpc versions to avoid naming conflicts.
++---
++ src/core/lib/gpr/log_linux.cc  | 4 ++--
++ src/core/lib/gpr/log_posix.cc  | 4 ++--
++ src/core/lib/iomgr/ev_epollex_linux.cc | 4 ++--
++ 3 files changed, 6 insertions(+), 6 deletions(-)
++
++diff --git a/src/core/lib/gpr/log_linux.cc b/src/core/lib/gpr/log_linux.cc
++index 561276f0c20..8b597b4cf2f 100644
++--- a/src/core/lib/gpr/log_linux.cc
+ b/src/core/lib/gpr/log_linux.cc
++@@ -40,7 +40,7 @@
++ #include 
++ #include 
++ 
++-static long gettid(void) { return syscall(__NR_gettid); }
+++static long sys_gettid(void) { return syscall(__NR_gettid); }
++ 
++ void gpr_log(const char* file, int line, gpr_log_severity severity,
++  const char* format, ...) {
++@@ -70,7 +70,7 @@ void gpr_default_log(gpr_log_func_args* args) {
++   gpr_timespec now = gpr_now(GPR_CLOCK_REALTIME);
++   struct tm tm;
++   static __thread long tid = 0;
++-  if (tid == 0) tid = gettid();
+++  if (tid == 0) tid = sys_gettid();
++ 
++   timer = static_cast(now.tv_sec);
++   final_slash = strrchr(args->file, '/');
++diff --git a/src/core/lib/gpr/log_posix.cc b/src/core/lib/gpr/log_posix.cc
++index b6edc14ab6b..2f7c6ce3760 100644
++--- a/src/core/lib/gpr/log_posix.cc
+ b/src/core/lib/gpr/log_posix.cc
++@@ -31,7 +31,7 @@
++ #include 
++ #include 
++ 
++-static intptr_t gettid(void) { return (intptr_t)pthread_self(); }
+++static intptr_t sys_gettid(void) { return (intptr_t)pthread_self(); }
++ 
++ void gpr_log(const char* file, int line, gpr_log_severity severity,
++  const char* format, ...) {
++@@ -86,7 +86,7 @@ void gpr_default_log(gpr_log_func_args* args) {
++   char* prefix;
++   gpr_asprintf(, "%s%s.%09d %7" PRIdPTR " %s:%d]",
++gpr_log_severity_string(args->severity), time_buffer,
++-   (int)(now.tv_nsec), gettid(), display_file, args->line);
+++   (int)(now.tv_nsec), sys_gettid(), display_file, args->line);
++ 
++   fprintf(stderr, "%-70s %s\n", prefix, args->message);
++   gpr_free(prefix);
++diff --git a/src/core/lib/iomgr/ev_epollex_linux.cc 
b/src/core/lib/iomgr/ev_epollex_linux.cc
++index 08116b3ab53..76f59844312 

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

2020-01-21 Thread Konstantin Gizdov via arch-commits
Date: Tuesday, January 21, 2020 @ 19:39:41
  Author: kgizdov
Revision: 553321

nccl rebuild

Modified:
  tensorflow/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2020-01-21 19:33:36 UTC (rev 553320)
+++ PKGBUILD2020-01-21 19:39:41 UTC (rev 553321)
@@ -7,7 +7,7 @@
 pkgname=(tensorflow tensorflow-opt tensorflow-cuda tensorflow-opt-cuda 
python-tensorflow python-tensorflow-opt python-tensorflow-cuda 
python-tensorflow-opt-cuda)
 pkgver=2.1.0
 _pkgver=2.1.0
-pkgrel=2
+pkgrel=3
 pkgdesc="Library for computation using data flow graphs for scalable machine 
learning"
 url="https://www.tensorflow.org/;
 license=('APACHE')


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

2020-01-21 Thread Antonio Rojas via arch-commits
Date: Tuesday, January 21, 2020 @ 19:34:48
  Author: arojas
Revision: 373768

archrelease: copy trunk to extra-x86_64

Added:
  intel-tbb/repos/extra-x86_64/PKGBUILD
(from rev 373767, intel-tbb/trunk/PKGBUILD)
Deleted:
  intel-tbb/repos/extra-x86_64/PKGBUILD

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

Deleted: PKGBUILD
===
--- PKGBUILD2020-01-21 19:34:30 UTC (rev 373767)
+++ PKGBUILD2020-01-21 19:34:48 UTC (rev 373768)
@@ -1,34 +0,0 @@
-# Maintainer: Felix Yan 
-# Contributor: Stéphane Gaudreault 
-# Contributor: Thomas Dziedzic < gostrc at gmail >
-# Contributor: Denis Martinez 
-# Contributor: Bogdan Burlacu 
-
-pkgname=intel-tbb
-pkgver=2020.0
-pkgrel=1
-pkgdesc='High level abstract threading library'
-arch=(x86_64)
-url='https://www.threadingbuildingblocks.org/'
-license=(GPL)
-depends=(gcc-libs)
-makedepends=(cmake inetutils)
-source=($pkgname-$pkgver.tar.gz::https://github.com/intel/tbb/archive/v$pkgver.tar.gz)
-sha256sums=('8eed2377ac62e6ac10af5a8303ce861e4525ffe491a061b48e8fe094fc741ce9')
-
-build() {
-  cd tbb-$pkgver
-  make
-}
-
-package() {
-  cd tbb-$pkgver
-  install -d "$pkgdir"/usr/lib
-  install -m755 build/linux_*/*.so* "$pkgdir"/usr/lib
-  install -d "$pkgdir"/usr/include
-  cp -a include/tbb "$pkgdir"/usr/include
-  cmake \
--DINSTALL_DIR="$pkgdir"/usr/lib/cmake/TBB \
--DSYSTEM_NAME=Linux 
-DTBB_VERSION_FILE="$pkgdir"/usr/include/tbb/tbb_stddef.h \
--P cmake/tbb_config_installer.cmake
-}

Copied: intel-tbb/repos/extra-x86_64/PKGBUILD (from rev 373767, 
intel-tbb/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2020-01-21 19:34:48 UTC (rev 373768)
@@ -0,0 +1,34 @@
+# Maintainer: Felix Yan 
+# Contributor: Stéphane Gaudreault 
+# Contributor: Thomas Dziedzic < gostrc at gmail >
+# Contributor: Denis Martinez 
+# Contributor: Bogdan Burlacu 
+
+pkgname=intel-tbb
+pkgver=2020.1
+pkgrel=1
+pkgdesc='High level abstract threading library'
+arch=(x86_64)
+url='https://www.threadingbuildingblocks.org/'
+license=(GPL)
+depends=(gcc-libs)
+makedepends=(cmake inetutils)
+source=($pkgname-$pkgver.tar.gz::https://github.com/intel/tbb/archive/v$pkgver.tar.gz)
+sha256sums=('48d51c63b16787af54e1ee4aaf30042087f20564b4eecf9a032d5568bc2f0bf8')
+
+build() {
+  cd tbb-$pkgver
+  make
+}
+
+package() {
+  cd tbb-$pkgver
+  install -d "$pkgdir"/usr/lib
+  install -m755 build/linux_*/*.so* "$pkgdir"/usr/lib
+  install -d "$pkgdir"/usr/include
+  cp -a include/tbb "$pkgdir"/usr/include
+  cmake \
+-DINSTALL_DIR="$pkgdir"/usr/lib/cmake/TBB \
+-DSYSTEM_NAME=Linux 
-DTBB_VERSION_FILE="$pkgdir"/usr/include/tbb/tbb_stddef.h \
+-P cmake/tbb_config_installer.cmake
+}


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

2020-01-21 Thread Antonio Rojas via arch-commits
Date: Tuesday, January 21, 2020 @ 19:34:30
  Author: arojas
Revision: 373767

Update to 2020.1

Modified:
  intel-tbb/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2020-01-21 19:09:15 UTC (rev 373766)
+++ PKGBUILD2020-01-21 19:34:30 UTC (rev 373767)
@@ -5,7 +5,7 @@
 # Contributor: Bogdan Burlacu 
 
 pkgname=intel-tbb
-pkgver=2020.0
+pkgver=2020.1
 pkgrel=1
 pkgdesc='High level abstract threading library'
 arch=(x86_64)
@@ -14,7 +14,7 @@
 depends=(gcc-libs)
 makedepends=(cmake inetutils)
 
source=($pkgname-$pkgver.tar.gz::https://github.com/intel/tbb/archive/v$pkgver.tar.gz)
-sha256sums=('8eed2377ac62e6ac10af5a8303ce861e4525ffe491a061b48e8fe094fc741ce9')
+sha256sums=('48d51c63b16787af54e1ee4aaf30042087f20564b4eecf9a032d5568bc2f0bf8')
 
 build() {
   cd tbb-$pkgver


  1   2   >