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

2020-01-14 Thread Lukas Fleischer via arch-commits
Date: Wednesday, January 15, 2020 @ 07:58:36
  Author: lfleischer
Revision: 552600

archrelease: copy trunk to community-x86_64

Added:
  duplicity/repos/community-x86_64/PKGBUILD
(from rev 552599, duplicity/trunk/PKGBUILD)
Deleted:
  duplicity/repos/community-x86_64/PKGBUILD

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

Deleted: PKGBUILD
===
--- PKGBUILD2020-01-15 07:58:33 UTC (rev 552599)
+++ PKGBUILD2020-01-15 07:58:36 UTC (rev 552600)
@@ -1,47 +0,0 @@
-# Maintainer: Lukas Fleischer 
-# Contributor: Kaiting Chen 
-# Contributor: Aaron Schaefer 
-
-pkgname=duplicity
-pkgver=0.8.09
-pkgrel=1
-pkgdesc='A utility for encrypted, bandwidth-efficient backups using the rsync 
algorithm.'
-arch=('x86_64')
-url='https://www.nongnu.org/duplicity/'
-license=('GPL')
-depends=('gnupg' 'librsync' 'python2-paramiko' 'python2-fasteners')
-makedepends=('python2-setuptools')
-optdepends=('lftp: backend for ftp, ftps, fish'
-'ncftp: alternative backend for ftp'
-'python2-boto: Amazon S3 and Google Cloud Storage backend'
-'python2-dropbox: Dropbox backend'
-'python2-gobject: GIO backend'
-'gvfs: GIO backend'
-'python2-pydrive: Google Drive backend'
-'python2-requests-oauthlib: OneDrive backend'
-'rsync: rsync backend')
-source=("https://launchpad.net/$pkgname/0.8-series/${pkgver}/+download/$pkgname-$pkgver.tar.gz"{,.asc})
-md5sums=('8039afce2b0eba01718e3641bed6561f'
- 'SKIP')
-validpgpkeys=('9D95920CED4A8D5F8B086A9F8B6F8FF4E654E600')
-
-build() {
-  cd "${srcdir}/${pkgname}-${pkgver}"
-
-  # python2 fix
-  for file in $(find . -name '*.py' -print); do
-sed -i 's_^#!.*/usr/bin/python$_#!/usr/bin/python2_' $file
-sed -i 's_^#!.*/usr/bin/env.*python$_#!/usr/bin/env python2_' $file
-  done
-}
-
-package() {
-  cd "${srcdir}/${pkgname}-${pkgver}"
-
-  python2 setup.py install --root="$pkgdir" --optimize=1
-
-  # fix broken documentation permissions until upstream does (FS#27301)
-  chmod 644 "$pkgdir/usr/share/man/man1/$pkgname.1"
-  chmod 644 "$pkgdir/usr/share/man/man1/rdiffdir.1"
-  chmod 644 "$pkgdir/usr/share/doc/$pkgname-$pkgver"/*
-}

Copied: duplicity/repos/community-x86_64/PKGBUILD (from rev 552599, 
duplicity/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2020-01-15 07:58:36 UTC (rev 552600)
@@ -0,0 +1,47 @@
+# Maintainer: Lukas Fleischer 
+# Contributor: Kaiting Chen 
+# Contributor: Aaron Schaefer 
+
+pkgname=duplicity
+pkgver=0.8.09
+pkgrel=2
+pkgdesc='A utility for encrypted, bandwidth-efficient backups using the rsync 
algorithm.'
+arch=('x86_64')
+url='https://www.nongnu.org/duplicity/'
+license=('GPL')
+depends=('gnupg' 'librsync' 'python-paramiko' 'python-fasteners')
+makedepends=('python2-setuptools')
+optdepends=('lftp: backend for ftp, ftps, fish'
+'ncftp: alternative backend for ftp'
+'python-boto: Amazon S3 and Google Cloud Storage backend'
+'python-dropbox: Dropbox backend'
+'python-gobject: GIO backend'
+'gvfs: GIO backend'
+'python-pydrive: Google Drive backend'
+'python-requests-oauthlib: OneDrive backend'
+'rsync: rsync backend')
+source=("https://launchpad.net/$pkgname/0.8-series/${pkgver}/+download/$pkgname-$pkgver.tar.gz"{,.asc})
+md5sums=('8039afce2b0eba01718e3641bed6561f'
+ 'SKIP')
+validpgpkeys=('9D95920CED4A8D5F8B086A9F8B6F8FF4E654E600')
+
+build() {
+  cd "${srcdir}/${pkgname}-${pkgver}"
+
+  # python2 fix
+  for file in $(find . -name '*.py' -print); do
+sed -i 's_^#!.*/usr/bin/python$_#!/usr/bin/python2_' $file
+sed -i 's_^#!.*/usr/bin/env.*python$_#!/usr/bin/env python2_' $file
+  done
+}
+
+package() {
+  cd "${srcdir}/${pkgname}-${pkgver}"
+
+  python2 setup.py install --root="$pkgdir" --optimize=1
+
+  # fix broken documentation permissions until upstream does (FS#27301)
+  chmod 644 "$pkgdir/usr/share/man/man1/$pkgname.1"
+  chmod 644 "$pkgdir/usr/share/man/man1/rdiffdir.1"
+  chmod 644 "$pkgdir/usr/share/doc/$pkgname-$pkgver"/*
+}


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

2020-01-14 Thread Lukas Fleischer via arch-commits
Date: Wednesday, January 15, 2020 @ 07:58:33
  Author: lfleischer
Revision: 552599

upgpkg: duplicity 0.8.09-2: update dependencies

Modified:
  duplicity/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2020-01-15 07:42:35 UTC (rev 552598)
+++ PKGBUILD2020-01-15 07:58:33 UTC (rev 552599)
@@ -4,21 +4,21 @@
 
 pkgname=duplicity
 pkgver=0.8.09
-pkgrel=1
+pkgrel=2
 pkgdesc='A utility for encrypted, bandwidth-efficient backups using the rsync 
algorithm.'
 arch=('x86_64')
 url='https://www.nongnu.org/duplicity/'
 license=('GPL')
-depends=('gnupg' 'librsync' 'python2-paramiko' 'python2-fasteners')
+depends=('gnupg' 'librsync' 'python-paramiko' 'python-fasteners')
 makedepends=('python2-setuptools')
 optdepends=('lftp: backend for ftp, ftps, fish'
 'ncftp: alternative backend for ftp'
-'python2-boto: Amazon S3 and Google Cloud Storage backend'
-'python2-dropbox: Dropbox backend'
-'python2-gobject: GIO backend'
+'python-boto: Amazon S3 and Google Cloud Storage backend'
+'python-dropbox: Dropbox backend'
+'python-gobject: GIO backend'
 'gvfs: GIO backend'
-'python2-pydrive: Google Drive backend'
-'python2-requests-oauthlib: OneDrive backend'
+'python-pydrive: Google Drive backend'
+'python-requests-oauthlib: OneDrive backend'
 'rsync: rsync backend')
 
source=("https://launchpad.net/$pkgname/0.8-series/${pkgver}/+download/$pkgname-$pkgver.tar.gz"{,.asc})
 md5sums=('8039afce2b0eba01718e3641bed6561f'


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

2020-01-14 Thread Lukas Fleischer via arch-commits
Date: Wednesday, January 15, 2020 @ 07:36:32
  Author: lfleischer
Revision: 373492

archrelease: copy trunk to extra-x86_64

Added:
  protobuf/repos/extra-x86_64/PKGBUILD
(from rev 373491, protobuf/trunk/PKGBUILD)
Deleted:
  protobuf/repos/extra-x86_64/PKGBUILD

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

Deleted: PKGBUILD
===
--- PKGBUILD2020-01-15 07:35:57 UTC (rev 373491)
+++ PKGBUILD2020-01-15 07:36:32 UTC (rev 373492)
@@ -1,73 +0,0 @@
-# Maintainer: Lukas Fleischer 
-# Contributor: David Runge 
-# Contributor: Aleksey Filippov 
-# Contributor: Bartłomiej Piotrowski 
-# Contributor: Sven-Hendrik Haase 
-# Contributor: Thomas S Hatch 
-# Contributor: Geoffroy Carrier 
-# Contributor: Daniel J Griffiths 
-
-pkgbase='protobuf'
-pkgname=('protobuf' 'python-protobuf')
-pkgver=3.11.1
-pkgrel=2
-pkgdesc="Protocol Buffers - Google's data interchange format"
-arch=('x86_64')
-url='https://developers.google.com/protocol-buffers/'
-license=('BSD')
-depends=('gcc-libs' 'glibc' 'zlib')
-makedepends=('unzip' 'python-setuptools')
-source=("https://github.com/protocolbuffers/$pkgname/releases/download/v$pkgver/$pkgname-all-$pkgver.tar.gz;)
-sha512sums=('7922f7d082cba1f39db618e4167890f0cf1257269d43912ea474379cb1cf85dd876e546b26eb46af0f0bdc0f95c2234313ce5aa2d8756cad9fa1b98f7c1d61e5')
-
-prepare() {
-  cd "$pkgbase-$pkgver"
-  autoreconf -vfi
-}
-
-build() {
-  cd "$pkgbase-$pkgver"
-  ./configure --prefix=/usr
-  make
-  cd python
-  python setup.py build --cpp_implementation
-}
-
-check() {
-  cd "$pkgbase-$pkgver"
-  make check
-
-  cd python
-  python setup.py test
-}
-
-package_protobuf() {
-  replaces=('protobuf-cpp')
-  provides=('libprotoc.so' 'libprotobuf.so' 'libprotobuf-lite.so')
-
-  cd "$pkgbase-$pkgver"
-  make DESTDIR="$pkgdir" install
-
-  install -vDm 644 LICENSE -t "$pkgdir/usr/share/licenses/$pkgname"
-  install -vDm 644 editors/protobuf-mode.el \
--t "$pkgdir/usr/share/emacs/site-lisp/"
-  install -vDm 644 editors/proto.vim \
--t "${pkgdir}/usr/share/vim/vimfiles/syntax"
-}
-
-package_python-protobuf() {
-  pkgdesc='Python 3 bindings for Google Protocol Buffers'
-  depends=('python' 'python-six' "protobuf=$pkgver")
-
-  local python_version=$(python -c 'import sys; print(".".join(map(str, 
sys.version_info[:2])))')
-  cd "$pkgbase-$pkgver"
-  (
-cd python
-PYTHONPATH="$PWD/build/lib.linux-$CARCH-${python_version}:PYTHONPATH" \
-python setup.py install --skip-build \
---cpp_implementation \
---optimize=1 \
---root="$pkgdir"
-  )
-  install -vDm 644 LICENSE -t "${pkgdir}/usr/share/licenses/${pkgname}"
-}

Copied: protobuf/repos/extra-x86_64/PKGBUILD (from rev 373491, 
protobuf/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2020-01-15 07:36:32 UTC (rev 373492)
@@ -0,0 +1,73 @@
+# Maintainer: Lukas Fleischer 
+# Contributor: David Runge 
+# Contributor: Aleksey Filippov 
+# Contributor: Bartłomiej Piotrowski 
+# Contributor: Sven-Hendrik Haase 
+# Contributor: Thomas S Hatch 
+# Contributor: Geoffroy Carrier 
+# Contributor: Daniel J Griffiths 
+
+pkgbase='protobuf'
+pkgname=('protobuf' 'python-protobuf')
+pkgver=3.11.2
+pkgrel=1
+pkgdesc="Protocol Buffers - Google's data interchange format"
+arch=('x86_64')
+url='https://developers.google.com/protocol-buffers/'
+license=('BSD')
+depends=('gcc-libs' 'glibc' 'zlib')
+makedepends=('unzip' 'python-setuptools')
+source=("https://github.com/protocolbuffers/$pkgname/releases/download/v$pkgver/$pkgname-all-$pkgver.tar.gz;)
+sha512sums=('58cc8c6798b06f14758e20e838b769d578d5931d18adae00aefbd877e4cc7818d0e0a36f4a7badb8ed7931d37935b5dce8c70f9c10c56530324f7e2f2347ff8f')
+
+prepare() {
+  cd "$pkgbase-$pkgver"
+  autoreconf -vfi
+}
+
+build() {
+  cd "$pkgbase-$pkgver"
+  ./configure --prefix=/usr
+  make
+  cd python
+  python setup.py build --cpp_implementation
+}
+
+check() {
+  cd "$pkgbase-$pkgver"
+  make check
+
+  cd python
+  python setup.py test
+}
+
+package_protobuf() {
+  replaces=('protobuf-cpp')
+  provides=('libprotoc.so' 'libprotobuf.so' 'libprotobuf-lite.so')
+
+  cd "$pkgbase-$pkgver"
+  make DESTDIR="$pkgdir" install
+
+  install -vDm 644 LICENSE -t "$pkgdir/usr/share/licenses/$pkgname"
+  install -vDm 644 editors/protobuf-mode.el \
+-t "$pkgdir/usr/share/emacs/site-lisp/"
+  install -vDm 644 editors/proto.vim \
+-t "${pkgdir}/usr/share/vim/vimfiles/syntax"
+}
+
+package_python-protobuf() {
+  pkgdesc='Python 3 bindings for Google Protocol Buffers'
+  depends=('python' 'python-six' "protobuf=$pkgver")
+
+  local python_version=$(python -c 'import sys; print(".".join(map(str, 
sys.version_info[:2])))')
+  cd "$pkgbase-$pkgver"
+  (
+cd python
+

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

2020-01-14 Thread Lukas Fleischer via arch-commits
Date: Wednesday, January 15, 2020 @ 07:35:57
  Author: lfleischer
Revision: 373491

upgpkg: protobuf 3.11.2-1: upstream update

Modified:
  protobuf/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2020-01-15 07:02:46 UTC (rev 373490)
+++ PKGBUILD2020-01-15 07:35:57 UTC (rev 373491)
@@ -9,8 +9,8 @@
 
 pkgbase='protobuf'
 pkgname=('protobuf' 'python-protobuf')
-pkgver=3.11.1
-pkgrel=2
+pkgver=3.11.2
+pkgrel=1
 pkgdesc="Protocol Buffers - Google's data interchange format"
 arch=('x86_64')
 url='https://developers.google.com/protocol-buffers/'
@@ -18,7 +18,7 @@
 depends=('gcc-libs' 'glibc' 'zlib')
 makedepends=('unzip' 'python-setuptools')
 
source=("https://github.com/protocolbuffers/$pkgname/releases/download/v$pkgver/$pkgname-all-$pkgver.tar.gz;)
-sha512sums=('7922f7d082cba1f39db618e4167890f0cf1257269d43912ea474379cb1cf85dd876e546b26eb46af0f0bdc0f95c2234313ce5aa2d8756cad9fa1b98f7c1d61e5')
+sha512sums=('58cc8c6798b06f14758e20e838b769d578d5931d18adae00aefbd877e4cc7818d0e0a36f4a7badb8ed7931d37935b5dce8c70f9c10c56530324f7e2f2347ff8f')
 
 prepare() {
   cd "$pkgbase-$pkgver"


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

2020-01-14 Thread Lukas Fleischer via arch-commits
Date: Wednesday, January 15, 2020 @ 07:20:34
  Author: lfleischer
Revision: 552596

upgpkg: remind 3.2.0-1: upstream update

Modified:
  remind/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2020-01-15 07:18:31 UTC (rev 552595)
+++ PKGBUILD2020-01-15 07:20:34 UTC (rev 552596)
@@ -4,8 +4,8 @@
 # Contributor: Daniel J Griffiths 
 
 pkgname=remind
-pkgver=3.1.17
-_pkgver=03.01.17
+pkgver=3.2.0
+_pkgver=03.02.00
 pkgrel=1
 pkgdesc='A sophisticated calendar and alarm program.'
 arch=('x86_64')
@@ -15,7 +15,7 @@
 'tcl: for cm2rem.tcl')
 
source=("https://dianne.skoll.ca/projects/$pkgname/download/$pkgname-$_pkgver.tar.gz"{,.sig})
 options=('!emptydirs')
-md5sums=('54c83c15e15e6799ec1b16e205d3905c'
+md5sums=('ae0156db6ca04660045bfebfb65f2990'
  'SKIP')
 validpgpkeys=('738E4D954052902C147D07B2685A5A5E511D30E2') # Dianne Skoll
 


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

2020-01-14 Thread Lukas Fleischer via arch-commits
Date: Wednesday, January 15, 2020 @ 07:20:38
  Author: lfleischer
Revision: 552597

archrelease: copy trunk to community-x86_64

Added:
  remind/repos/community-x86_64/PKGBUILD
(from rev 552596, remind/trunk/PKGBUILD)
Deleted:
  remind/repos/community-x86_64/PKGBUILD

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

Deleted: PKGBUILD
===
--- PKGBUILD2020-01-15 07:20:34 UTC (rev 552596)
+++ PKGBUILD2020-01-15 07:20:38 UTC (rev 552597)
@@ -1,32 +0,0 @@
-# Maintainer: Lukas Fleischer 
-# Contributor: Jeff 'codemac' Mickey 
-# Contributor: Sebastian Sontberg 
-# Contributor: Daniel J Griffiths 
-
-pkgname=remind
-pkgver=3.1.17
-_pkgver=03.01.17
-pkgrel=1
-pkgdesc='A sophisticated calendar and alarm program.'
-arch=('x86_64')
-url='https://dianne.skoll.ca/projects/remind/'
-license=('GPL')
-optdepends=('tk: for tkremind'
-'tcl: for cm2rem.tcl')
-source=("https://dianne.skoll.ca/projects/$pkgname/download/$pkgname-$_pkgver.tar.gz"{,.sig})
-options=('!emptydirs')
-md5sums=('54c83c15e15e6799ec1b16e205d3905c'
- 'SKIP')
-validpgpkeys=('738E4D954052902C147D07B2685A5A5E511D30E2') # Dianne Skoll
-
-build() {
-  cd "${pkgname}-${_pkgver}"
-
-  ./configure --prefix=/usr
-  make
-}
-
-package() {
-  cd "${pkgname}-${_pkgver}"
-  make DESTDIR="${pkgdir}" install
-}

Copied: remind/repos/community-x86_64/PKGBUILD (from rev 552596, 
remind/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2020-01-15 07:20:38 UTC (rev 552597)
@@ -0,0 +1,32 @@
+# Maintainer: Lukas Fleischer 
+# Contributor: Jeff 'codemac' Mickey 
+# Contributor: Sebastian Sontberg 
+# Contributor: Daniel J Griffiths 
+
+pkgname=remind
+pkgver=3.2.0
+_pkgver=03.02.00
+pkgrel=1
+pkgdesc='A sophisticated calendar and alarm program.'
+arch=('x86_64')
+url='https://dianne.skoll.ca/projects/remind/'
+license=('GPL')
+optdepends=('tk: for tkremind'
+'tcl: for cm2rem.tcl')
+source=("https://dianne.skoll.ca/projects/$pkgname/download/$pkgname-$_pkgver.tar.gz"{,.sig})
+options=('!emptydirs')
+md5sums=('ae0156db6ca04660045bfebfb65f2990'
+ 'SKIP')
+validpgpkeys=('738E4D954052902C147D07B2685A5A5E511D30E2') # Dianne Skoll
+
+build() {
+  cd "${pkgname}-${_pkgver}"
+
+  ./configure --prefix=/usr
+  make
+}
+
+package() {
+  cd "${pkgname}-${_pkgver}"
+  make DESTDIR="${pkgdir}" install
+}


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

2020-01-14 Thread Lukas Fleischer via arch-commits
Date: Wednesday, January 15, 2020 @ 07:18:31
  Author: lfleischer
Revision: 552595

archrelease: copy trunk to community-x86_64

Added:
  duplicity/repos/community-x86_64/PKGBUILD
(from rev 552594, duplicity/trunk/PKGBUILD)
Deleted:
  duplicity/repos/community-x86_64/PKGBUILD

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

Deleted: PKGBUILD
===
--- PKGBUILD2020-01-15 07:18:28 UTC (rev 552594)
+++ PKGBUILD2020-01-15 07:18:31 UTC (rev 552595)
@@ -1,47 +0,0 @@
-# Maintainer: Lukas Fleischer 
-# Contributor: Kaiting Chen 
-# Contributor: Aaron Schaefer 
-
-pkgname=duplicity
-pkgver=0.7.19
-pkgrel=2
-pkgdesc='A utility for encrypted, bandwidth-efficient backups using the rsync 
algorithm.'
-arch=('x86_64')
-url='https://www.nongnu.org/duplicity/'
-license=('GPL')
-depends=('gnupg' 'librsync' 'python2-paramiko' 'python2-fasteners')
-makedepends=('python2-setuptools')
-optdepends=('lftp: backend for ftp, ftps, fish'
-'ncftp: alternative backend for ftp'
-'python2-boto: Amazon S3 and Google Cloud Storage backend'
-'python2-dropbox: Dropbox backend'
-'python2-gobject: GIO backend'
-'gvfs: GIO backend'
-'python2-pydrive: Google Drive backend'
-'python2-requests-oauthlib: OneDrive backend'
-'rsync: rsync backend')
-source=("https://launchpad.net/$pkgname/0.7-series/${pkgver}/+download/$pkgname-$pkgver.tar.gz"{,.sig})
-md5sums=('b4decdb60275c87b4fafab55c31dc5ce'
- 'SKIP')
-validpgpkeys=('9D95920CED4A8D5F8B086A9F8B6F8FF4E654E600')
-
-build() {
-  cd "${srcdir}/${pkgname}-${pkgver}"
-
-  # python2 fix
-  for file in $(find . -name '*.py' -print); do
-sed -i 's_^#!.*/usr/bin/python$_#!/usr/bin/python2_' $file
-sed -i 's_^#!.*/usr/bin/env.*python$_#!/usr/bin/env python2_' $file
-  done
-}
-
-package() {
-  cd "${srcdir}/${pkgname}-${pkgver}"
-
-  python2 setup.py install --root="$pkgdir" --optimize=1
-
-  # fix broken documentation permissions until upstream does (FS#27301)
-  chmod 644 "$pkgdir/usr/share/man/man1/$pkgname.1"
-  chmod 644 "$pkgdir/usr/share/man/man1/rdiffdir.1"
-  chmod 644 "$pkgdir/usr/share/doc/$pkgname-$pkgver"/*
-}

Copied: duplicity/repos/community-x86_64/PKGBUILD (from rev 552594, 
duplicity/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2020-01-15 07:18:31 UTC (rev 552595)
@@ -0,0 +1,47 @@
+# Maintainer: Lukas Fleischer 
+# Contributor: Kaiting Chen 
+# Contributor: Aaron Schaefer 
+
+pkgname=duplicity
+pkgver=0.8.09
+pkgrel=1
+pkgdesc='A utility for encrypted, bandwidth-efficient backups using the rsync 
algorithm.'
+arch=('x86_64')
+url='https://www.nongnu.org/duplicity/'
+license=('GPL')
+depends=('gnupg' 'librsync' 'python2-paramiko' 'python2-fasteners')
+makedepends=('python2-setuptools')
+optdepends=('lftp: backend for ftp, ftps, fish'
+'ncftp: alternative backend for ftp'
+'python2-boto: Amazon S3 and Google Cloud Storage backend'
+'python2-dropbox: Dropbox backend'
+'python2-gobject: GIO backend'
+'gvfs: GIO backend'
+'python2-pydrive: Google Drive backend'
+'python2-requests-oauthlib: OneDrive backend'
+'rsync: rsync backend')
+source=("https://launchpad.net/$pkgname/0.8-series/${pkgver}/+download/$pkgname-$pkgver.tar.gz"{,.asc})
+md5sums=('8039afce2b0eba01718e3641bed6561f'
+ 'SKIP')
+validpgpkeys=('9D95920CED4A8D5F8B086A9F8B6F8FF4E654E600')
+
+build() {
+  cd "${srcdir}/${pkgname}-${pkgver}"
+
+  # python2 fix
+  for file in $(find . -name '*.py' -print); do
+sed -i 's_^#!.*/usr/bin/python$_#!/usr/bin/python2_' $file
+sed -i 's_^#!.*/usr/bin/env.*python$_#!/usr/bin/env python2_' $file
+  done
+}
+
+package() {
+  cd "${srcdir}/${pkgname}-${pkgver}"
+
+  python2 setup.py install --root="$pkgdir" --optimize=1
+
+  # fix broken documentation permissions until upstream does (FS#27301)
+  chmod 644 "$pkgdir/usr/share/man/man1/$pkgname.1"
+  chmod 644 "$pkgdir/usr/share/man/man1/rdiffdir.1"
+  chmod 644 "$pkgdir/usr/share/doc/$pkgname-$pkgver"/*
+}


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

2020-01-14 Thread Lukas Fleischer via arch-commits
Date: Wednesday, January 15, 2020 @ 07:18:06
  Author: lfleischer
Revision: 552593

archrelease: copy trunk to community-x86_64

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

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

Deleted: PKGBUILD
===
--- PKGBUILD2020-01-15 07:17:40 UTC (rev 552592)
+++ PKGBUILD2020-01-15 07:18:06 UTC (rev 552593)
@@ -1,32 +0,0 @@
-# Maintainer: Lukas Fleischer 
-# Contributor: Israel Herraiz 
-# Contributor: Roberto Alsina 
-
-pkgname=mpop
-pkgver=1.4.6
-pkgrel=1
-pkgdesc="A small, fast POP3 client suitable as a fetchmail replacement"
-arch=('x86_64')
-url="https://marlam.de/mpop/;
-license=('GPL3')
-depends=('gnutls' 'libidn')
-install=mpop.install
-source=("https://marlam.de/mpop/releases/mpop-${pkgver}.tar.xz"{,.sig})
-md5sums=('bd0580448c6387a240a9da9e8aa59bc6'
- 'SKIP')
-validpgpkeys=('2F61B4828BBA779AECB3F32703A2A4AB1E32FD34') # Martin Lambers
-
-build() {
-  cd "$srcdir/mpop-$pkgver"
-
-  ./configure --prefix=/usr --with-ssl=gnutls
-  make
-}
-
-package() {
-  cd "$srcdir/mpop-$pkgver"
-
-  make DESTDIR="$pkgdir" install
-  install -Dm644 scripts/vim/mpop.vim 
"$pkgdir/usr/share/vim/vimfiles/syntax/mpop.vim"
-  install -Dm644 doc/mpoprc.example   
"$pkgdir/usr/share/doc/mpop/mpoprc.example"
-}

Copied: mpop/repos/community-x86_64/PKGBUILD (from rev 552592, 
mpop/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2020-01-15 07:18:06 UTC (rev 552593)
@@ -0,0 +1,32 @@
+# Maintainer: Lukas Fleischer 
+# Contributor: Israel Herraiz 
+# Contributor: Roberto Alsina 
+
+pkgname=mpop
+pkgver=1.4.7
+pkgrel=1
+pkgdesc="A small, fast POP3 client suitable as a fetchmail replacement"
+arch=('x86_64')
+url="https://marlam.de/mpop/;
+license=('GPL3')
+depends=('gnutls' 'libidn')
+install=mpop.install
+source=("https://marlam.de/mpop/releases/mpop-${pkgver}.tar.xz"{,.sig})
+md5sums=('0a878fa3b7af432c7982f910ee18d278'
+ 'SKIP')
+validpgpkeys=('2F61B4828BBA779AECB3F32703A2A4AB1E32FD34') # Martin Lambers
+
+build() {
+  cd "$srcdir/mpop-$pkgver"
+
+  ./configure --prefix=/usr --with-ssl=gnutls
+  make
+}
+
+package() {
+  cd "$srcdir/mpop-$pkgver"
+
+  make DESTDIR="$pkgdir" install
+  install -Dm644 scripts/vim/mpop.vim 
"$pkgdir/usr/share/vim/vimfiles/syntax/mpop.vim"
+  install -Dm644 doc/mpoprc.example   
"$pkgdir/usr/share/doc/mpop/mpoprc.example"
+}

Deleted: mpop.install
===
--- mpop.install2020-01-15 07:17:40 UTC (rev 552592)
+++ mpop.install2020-01-15 07:18:06 UTC (rev 552593)
@@ -1,8 +0,0 @@
-post_install() {
-  echo "==> Sample config: /usr/share/doc/mpop/mpoprc.example"
-  echo "==> Copy it to your home folder as ~/.mpoprc."
-}
-
-post_upgrade() {
-  post_install $1
-}

Copied: mpop/repos/community-x86_64/mpop.install (from rev 552592, 
mpop/trunk/mpop.install)
===
--- mpop.install(rev 0)
+++ mpop.install2020-01-15 07:18:06 UTC (rev 552593)
@@ -0,0 +1,8 @@
+post_install() {
+  echo "==> Sample config: /usr/share/doc/mpop/mpoprc.example"
+  echo "==> Copy it to your home folder as ~/.mpoprc."
+}
+
+post_upgrade() {
+  post_install $1
+}


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

2020-01-14 Thread Lukas Fleischer via arch-commits
Date: Wednesday, January 15, 2020 @ 07:18:28
  Author: lfleischer
Revision: 552594

upgpkg: duplicity 0.8.09-1: upstream update

Modified:
  duplicity/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2020-01-15 07:18:06 UTC (rev 552593)
+++ PKGBUILD2020-01-15 07:18:28 UTC (rev 552594)
@@ -3,8 +3,8 @@
 # Contributor: Aaron Schaefer 
 
 pkgname=duplicity
-pkgver=0.7.19
-pkgrel=2
+pkgver=0.8.09
+pkgrel=1
 pkgdesc='A utility for encrypted, bandwidth-efficient backups using the rsync 
algorithm.'
 arch=('x86_64')
 url='https://www.nongnu.org/duplicity/'
@@ -20,8 +20,8 @@
 'python2-pydrive: Google Drive backend'
 'python2-requests-oauthlib: OneDrive backend'
 'rsync: rsync backend')
-source=("https://launchpad.net/$pkgname/0.7-series/${pkgver}/+download/$pkgname-$pkgver.tar.gz"{,.sig})
-md5sums=('b4decdb60275c87b4fafab55c31dc5ce'
+source=("https://launchpad.net/$pkgname/0.8-series/${pkgver}/+download/$pkgname-$pkgver.tar.gz"{,.asc})
+md5sums=('8039afce2b0eba01718e3641bed6561f'
  'SKIP')
 validpgpkeys=('9D95920CED4A8D5F8B086A9F8B6F8FF4E654E600')
 


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

2020-01-14 Thread Lukas Fleischer via arch-commits
Date: Wednesday, January 15, 2020 @ 07:17:40
  Author: lfleischer
Revision: 552592

upgpkg: mpop 1.4.7-1: upstream update

Modified:
  mpop/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2020-01-15 06:59:09 UTC (rev 552591)
+++ PKGBUILD2020-01-15 07:17:40 UTC (rev 552592)
@@ -3,7 +3,7 @@
 # Contributor: Roberto Alsina 
 
 pkgname=mpop
-pkgver=1.4.6
+pkgver=1.4.7
 pkgrel=1
 pkgdesc="A small, fast POP3 client suitable as a fetchmail replacement"
 arch=('x86_64')
@@ -12,7 +12,7 @@
 depends=('gnutls' 'libidn')
 install=mpop.install
 source=("https://marlam.de/mpop/releases/mpop-${pkgver}.tar.xz"{,.sig})
-md5sums=('bd0580448c6387a240a9da9e8aa59bc6'
+md5sums=('0a878fa3b7af432c7982f910ee18d278'
  'SKIP')
 validpgpkeys=('2F61B4828BBA779AECB3F32703A2A4AB1E32FD34') # Martin Lambers
 


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

2020-01-14 Thread Jan Steffens via arch-commits
Date: Wednesday, January 15, 2020 @ 06:59:14
  Author: heftig
Revision: 373488

archrelease: copy trunk to testing-x86_64

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

--+
 PKGBUILD |  200 +
 config   |10646 +
 2 files changed, 10846 insertions(+)

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


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

2020-01-14 Thread Jan Steffens via arch-commits
Date: Wednesday, January 15, 2020 @ 07:02:46
  Author: heftig
Revision: 373490

archrelease: copy trunk to testing-x86_64

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

--+
 PKGBUILD |  400 -
 config   |21218 ++---
 2 files changed, 10809 insertions(+), 10809 deletions(-)

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


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

2020-01-14 Thread Jan Steffens via arch-commits
Date: Wednesday, January 15, 2020 @ 06:59:07
  Author: heftig
Revision: 373483

archrelease: copy trunk to testing-x86_64

Added:
  wireguard-arch/repos/testing-x86_64/
  wireguard-arch/repos/testing-x86_64/PKGBUILD
(from rev 373480, wireguard-arch/trunk/PKGBUILD)

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

Copied: wireguard-arch/repos/testing-x86_64/PKGBUILD (from rev 373480, 
wireguard-arch/trunk/PKGBUILD)
===
--- testing-x86_64/PKGBUILD (rev 0)
+++ testing-x86_64/PKGBUILD 2020-01-15 06:59:07 UTC (rev 373483)
@@ -0,0 +1,32 @@
+# Maintainer: Christian Hesse 
+
+pkgname=wireguard-arch
+pkgver=0.0.20200105
+pkgrel=4
+pkgdesc='Wireguard module for Arch Kernel'
+url='https://www.wireguard.com/'
+arch=('x86_64')
+license=('GPL')
+makedepends=('linux-headers' "wireguard-dkms>=$pkgver")
+conflicts=('wireguard-dkms')
+provides=('WIREGUARD-MODULE')
+
+build() {
+_kernver=$(

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

2020-01-14 Thread Jan Steffens via arch-commits
Date: Wednesday, January 15, 2020 @ 06:59:10
  Author: heftig
Revision: 373486

archrelease: copy trunk to testing-x86_64

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

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

Copied: nvidia/repos/testing-x86_64/PKGBUILD (from rev 373484, 
nvidia/trunk/PKGBUILD)
===
--- testing-x86_64/PKGBUILD (rev 0)
+++ testing-x86_64/PKGBUILD 2020-01-15 06:59:10 UTC (rev 373486)
@@ -0,0 +1,79 @@
+# Maintainer: Sven-Hendrik Haase 
+# Maintainer: Felix Yan 
+# Contributor: Thomas Baechler 
+
+pkgbase=nvidia
+pkgname=(nvidia nvidia-dkms)
+pkgver=440.44
+pkgrel=12
+pkgdesc="NVIDIA drivers for linux"
+arch=('x86_64')
+url="https://www.nvidia.com/;
+makedepends=("nvidia-utils=${pkgver}" 'libglvnd' 'linux-headers')
+license=('custom')
+options=('!strip')
+_pkg="NVIDIA-Linux-x86_64-${pkgver}"
+source=("https://us.download.nvidia.com/XFree86/Linux-x86_64/${pkgver}/${_pkg}.run;)
+sha512sums=('c0c0e19cdb82d47575adbcf46e23580977cf7a5097edfb9d76464c2e678a44f556d8c2d0d49515a86b6765f57176460193c6951927e24c278e6a7f411f89f26b')
+
+prepare() {
+sh "${_pkg}.run" --extract-only
+cd "${_pkg}"
+
+cp -a kernel kernel-dkms
+cd kernel-dkms
+sed -i "s/__VERSION_STRING/${pkgver}/" dkms.conf
+sed -i 's/__JOBS/`nproc`/' dkms.conf
+sed -i 's/__DKMS_MODULES//' dkms.conf
+sed -i '$iBUILT_MODULE_NAME[0]="nvidia"\
+DEST_MODULE_LOCATION[0]="/kernel/drivers/video"\
+BUILT_MODULE_NAME[1]="nvidia-uvm"\
+DEST_MODULE_LOCATION[1]="/kernel/drivers/video"\
+BUILT_MODULE_NAME[2]="nvidia-modeset"\
+DEST_MODULE_LOCATION[2]="/kernel/drivers/video"\
+BUILT_MODULE_NAME[3]="nvidia-drm"\
+DEST_MODULE_LOCATION[3]="/kernel/drivers/video"' dkms.conf
+
+# Gift for linux-rt guys
+sed -i 's/NV_EXCLUDE_BUILD_MODULES/IGNORE_PREEMPT_RT_PRESENCE=1 
NV_EXCLUDE_BUILD_MODULES/' dkms.conf
+}
+
+build() {
+cd "${_pkg}"/kernel
+make SYSSRC=/usr/src/linux module
+}
+
+package_nvidia() {
+pkgdesc="NVIDIA drivers for linux"
+depends=('linux' "nvidia-utils=${pkgver}" 'libglvnd')
+
+_extradir="/usr/lib/modules/$(

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

2020-01-14 Thread Jan Steffens via arch-commits
Date: Wednesday, January 15, 2020 @ 06:59:05
  Author: heftig
Revision: 552589

archrelease: copy trunk to community-testing-x86_64

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

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

Copied: r8168-lts/repos/community-testing-x86_64/PKGBUILD (from rev 552585, 
r8168-lts/trunk/PKGBUILD)
===
--- community-testing-x86_64/PKGBUILD   (rev 0)
+++ community-testing-x86_64/PKGBUILD   2020-01-15 06:59:05 UTC (rev 552589)
@@ -0,0 +1,39 @@
+# Maintainer: Massimiliano Torromeo 
+
+pkgname=r8168-lts
+pkgver=8.047.05
+pkgrel=11
+pkgdesc="A kernel module for Realtek 8168 network cards for linux-lts"
+url="http://www.realtek.com.tw;
+license=("GPL")
+arch=('x86_64')
+makedepends=('linux-lts-headers')
+source=(https://github.com/mtorromeo/r8168/archive/$pkgver/r8168-$pkgver.tar.gz)
+sha256sums=('1344bf3d8a1d01a1be8805b48940be1b946b5e694ca75bd14ed1c76fd4c3d67b')
+
+build() {
+   local KERNEL_VERSION=$(

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

2020-01-14 Thread Jan Steffens via arch-commits
Date: Wednesday, January 15, 2020 @ 06:59:06
  Author: heftig
Revision: 373481

archrelease: copy trunk to testing-x86_64

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

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

Copied: nvidia-lts/repos/testing-x86_64/PKGBUILD (from rev 373480, 
nvidia-lts/trunk/PKGBUILD)
===
--- testing-x86_64/PKGBUILD (rev 0)
+++ testing-x86_64/PKGBUILD 2020-01-15 06:59:06 UTC (rev 373481)
@@ -0,0 +1,42 @@
+# Maintainer: Sven-Hendrik Haase 
+# Maintainer: Eric Bélanger 
+
+pkgname=nvidia-lts
+pkgver=440.44
+pkgrel=9
+epoch=1
+pkgdesc="NVIDIA drivers for linux-lts"
+arch=('x86_64')
+url="https://www.nvidia.com/;
+makedepends=("nvidia-utils=${pkgver}" 'libglvnd' 'linux-lts-headers')
+provides=('nvidia')
+license=('custom')
+options=('!strip')
+_pkg="NVIDIA-Linux-x86_64-${pkgver}"
+source=("https://us.download.nvidia.com/XFree86/Linux-x86_64/${pkgver}/${_pkg}.run;)
+sha512sums=('c0c0e19cdb82d47575adbcf46e23580977cf7a5097edfb9d76464c2e678a44f556d8c2d0d49515a86b6765f57176460193c6951927e24c278e6a7f411f89f26b')
+
+prepare() {
+sh "${_pkg}.run" --extract-only
+cd "${_pkg}"
+}
+
+build() {
+cd "${_pkg}"/kernel
+make SYSSRC=/usr/src/linux-lts module
+}
+
+package() {
+depends=('linux-lts' "nvidia-utils=${pkgver}" 'libglvnd')
+
+_extradir="/usr/lib/modules/$(

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

2020-01-14 Thread Jan Steffens via arch-commits
Date: Wednesday, January 15, 2020 @ 06:59:12
  Author: heftig
Revision: 373487

archrelease: copy trunk to testing-x86_64

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

--+
 PKGBUILD |  200 +
 config   |10609 +
 2 files changed, 10809 insertions(+)

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


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

2020-01-14 Thread Jan Steffens via arch-commits
Date: Wednesday, January 15, 2020 @ 06:59:07
  Author: heftig
Revision: 373484

archrelease: copy trunk to testing-x86_64

Added:
  wireguard-lts/repos/testing-x86_64/
  wireguard-lts/repos/testing-x86_64/PKGBUILD
(from rev 373480, wireguard-lts/trunk/PKGBUILD)

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

Copied: wireguard-lts/repos/testing-x86_64/PKGBUILD (from rev 373480, 
wireguard-lts/trunk/PKGBUILD)
===
--- testing-x86_64/PKGBUILD (rev 0)
+++ testing-x86_64/PKGBUILD 2020-01-15 06:59:07 UTC (rev 373484)
@@ -0,0 +1,32 @@
+# Maintainer: Christian Hesse 
+
+pkgname=wireguard-lts
+pkgver=0.0.20200105
+pkgrel=4
+pkgdesc='Wireguard module for LTS Kernel'
+url='https://www.wireguard.com/'
+arch=('x86_64')
+license=('GPL')
+makedepends=('linux-lts-headers' "wireguard-dkms>=$pkgver")
+conflicts=('wireguard-dkms')
+provides=('WIREGUARD-MODULE')
+
+build() {
+_kernver=$(

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

2020-01-14 Thread Jan Steffens via arch-commits
Date: Wednesday, January 15, 2020 @ 06:59:03
  Author: heftig
Revision: 552587

archrelease: copy trunk to community-testing-x86_64

Added:
  ndiswrapper-arch/repos/community-testing-x86_64/
  ndiswrapper-arch/repos/community-testing-x86_64/PKGBUILD
(from rev 552579, ndiswrapper-arch/trunk/PKGBUILD)
  ndiswrapper-arch/repos/community-testing-x86_64/kernel-5.3.patch
(from rev 552580, ndiswrapper-arch/trunk/kernel-5.3.patch)
  ndiswrapper-arch/repos/community-testing-x86_64/kernel-5.4.patch
(from rev 552581, ndiswrapper-arch/trunk/kernel-5.4.patch)

--+
 PKGBUILD |   40 ++
 kernel-5.3.patch |   69 +
 kernel-5.4.patch |   22 
 3 files changed, 131 insertions(+)

Copied: ndiswrapper-arch/repos/community-testing-x86_64/PKGBUILD (from rev 
552579, ndiswrapper-arch/trunk/PKGBUILD)
===
--- community-testing-x86_64/PKGBUILD   (rev 0)
+++ community-testing-x86_64/PKGBUILD   2020-01-15 06:59:03 UTC (rev 552587)
@@ -0,0 +1,40 @@
+# Maintainer: Felix Yan 
+# Contributor: maz-1 
+
+pkgname=ndiswrapper-arch
+pkgver=1.62
+pkgrel=20
+pkgdesc="Module for NDIS (Windows Network Drivers) drivers supplied by 
vendors, kernel module for Arch kernel"
+arch=('x86_64')
+url="https://sourceforge.net/projects/ndiswrapper/;
+license=('GPL')
+makedepends=('linux-headers')
+provides=('NDISWRAPPER-MODULE')
+replaces=('ndiswrapper-module')
+source=("https://sourceforge.net/projects/ndiswrapper/files/stable/ndiswrapper-$pkgver.tar.gz;
+'kernel-5.3.patch' 'kernel-5.4.patch')
+sha512sums=('a6e111bc699572642e44d6d31cc2f06374648a01b8dd7dd4e74d6ad5e187e39f99faee38f792c83a94d4618ae4d8866914fb3f60b1d80e838a753285ea7cf783'
+
'c404f35280534b172235c5c578657d7a30ac2253c7c2abedd65a183d09390e95e7c3030cb409accb4d198ff0411482f8029f8664418c99d5672f92e9c733801d'
+
'36450042db79ed4545030276bff9db1bc9895259f38c1c0bf4dc238ad76ec61c2e08d437997dafd327f2a8fd1694d61e418941555e92144e3ec86c8066561429')
+
+prepare() {
+  cd ndiswrapper-$pkgver
+  patch --no-backup-if-mismatch -p2 -i "$srcdir"/kernel-5.3.patch
+  patch --no-backup-if-mismatch -p1 -i "$srcdir"/kernel-5.4.patch
+}
+
+build() {
+  _kernver="$(task = NULL;
+   info->count = 0;
+ #ifdef CONFIG_SMP
++#if LINUX_VERSION_CODE < KERNEL_VERSION(5,3,0)
+   cpumask_setall(>cpus_allowed);
++#else
++  cpumask_setall(>cpus_mask);
++#endif
+ #endif
+   }
+   } while (0);
+diff --git a/ndiswrapper/driver/ntoskernel.h b/ndiswrapper/driver/ntoskernel.h
+index 3c4c6ff..8a71ae3 100644
+--- a/ndiswrapper/driver/ntoskernel.h
 b/ndiswrapper/driver/ntoskernel.h
+@@ -107,7 +107,11 @@ static cpumask_t cpumasks[NR_CPUS];
+ #endif /* CONFIG_SMP */
+ 
+ #ifndef tsk_cpus_allowed
++#if LINUX_VERSION_CODE < KERNEL_VERSION(5,3,0)
+ #define tsk_cpus_allowed(tsk) (&(tsk)->cpus_allowed)
++#else
++#define tsk_cpus_allowed(tsk) (&(tsk)->cpus_mask)
++#endif
+ #endif
+ 
+ #ifndef __packed
+@@ -631,7 +635,12 @@ struct irql_info {
+   int count;
+   struct mutex lock;
+ #ifdef CONFIG_SMP
++#if LINUX_VERSION_CODE < KERNEL_VERSION(5,3,0)
+   cpumask_t cpus_allowed;
++#else
++  const cpumask_t *cpus_ptr;
++  cpumask_t   cpus_mask;
++#endif
+ #endif
+   struct task_struct *task;
+ };
+@@ -658,7 +667,11 @@ static inline KIRQL raise_irql(KIRQL newirql)
+   /* TODO: is this enough to pin down to current cpu? */
+ #ifdef CONFIG_SMP
+   assert(task_cpu(current) == smp_processor_id());
++#if LINUX_VERSION_CODE < KERNEL_VERSION(5,3,0)
+   cpumask_copy(>cpus_allowed, tsk_cpus_allowed(current));
++#else
++  cpumask_copy(>cpus_mask, tsk_cpus_allowed(current));
++#endif
+   set_cpus_allowed_ptr(current, cpumask_of(smp_processor_id()));
+ #endif
+   put_cpu_var(irql_info);
+@@ -682,7 +695,11 @@ static inline void lower_irql(KIRQL oldirql)
+   if (--info->count == 0) {
+   info->task = NULL;
+ #ifdef CONFIG_SMP
++#if LINUX_VERSION_CODE < KERNEL_VERSION(5,3,0)
+   set_cpus_allowed_ptr(current, >cpus_allowed);
++#else
++  set_cpus_allowed_ptr(current, >cpus_mask);
++#endif
+ #endif
+   mutex_unlock(>lock);
+   }

Copied: ndiswrapper-arch/repos/community-testing-x86_64/kernel-5.4.patch (from 
rev 552581, ndiswrapper-arch/trunk/kernel-5.4.patch)
===
--- community-testing-x86_64/kernel-5.4.patch   (rev 0)
+++ community-testing-x86_64/kernel-5.4.patch   2020-01-15 06:59:03 UTC (rev 
552587)
@@ -0,0 +1,22 @@
+diff -u -r ndiswrapper-1.62/driver/wrapndis.c 
ndiswrapper-1.62-5.4/driver/wrapndis.c
+--- ndiswrapper-1.62/driver/wrapndis.c 2019-02-11 04:11:14.0 +
 ndiswrapper-1.62-5.4/driver/wrapndis.c 2019-11-26 00:02:39.035464963 

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

2020-01-14 Thread Jan Steffens via arch-commits
Date: Wednesday, January 15, 2020 @ 06:59:09
  Author: heftig
Revision: 552591

archrelease: copy trunk to community-testing-x86_64

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

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

Copied: vhba-module/repos/community-testing-x86_64/60-vhba.rules (from rev 
552590, vhba-module/trunk/60-vhba.rules)
===
--- community-testing-x86_64/60-vhba.rules  (rev 0)
+++ community-testing-x86_64/60-vhba.rules  2020-01-15 06:59:09 UTC (rev 
552591)
@@ -0,0 +1 @@
+ACTION=="add", KERNEL=="vhba_ctl", NAME="vhba_ctl", MODE="0660", OWNER="root", 
GROUP="cdemu", TAG+="uaccess"

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

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

2020-01-14 Thread Jan Steffens via arch-commits
Date: Wednesday, January 15, 2020 @ 06:59:14
  Author: heftig
Revision: 373489

archrelease: copy trunk to testing-x86_64

Added:
  linux-lts/repos/testing-x86_64/
  
linux-lts/repos/testing-x86_64/0001-ZEN-Add-sysctl-and-CONFIG-to-disallow-unprivileged-C.patch
(from rev 373486, 
linux-lts/trunk/0001-ZEN-Add-sysctl-and-CONFIG-to-disallow-unprivileged-C.patch)
  linux-lts/repos/testing-x86_64/PKGBUILD
(from rev 373486, linux-lts/trunk/PKGBUILD)
  linux-lts/repos/testing-x86_64/config
(from rev 373486, linux-lts/trunk/config)

-+
 0001-ZEN-Add-sysctl-and-CONFIG-to-disallow-unprivileged-C.patch |  132 
 PKGBUILD|  204 
 config  | 9819 
++
 3 files changed, 10155 insertions(+)

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


[arch-commits] Commit in nvidia-390xx/repos (5 files)

2020-01-14 Thread Jan Steffens via arch-commits
Date: Wednesday, January 15, 2020 @ 06:59:08
  Author: heftig
Revision: 373485

archrelease: copy trunk to testing-x86_64

Added:
  nvidia-390xx/repos/testing-x86_64/
  nvidia-390xx/repos/testing-x86_64/PKGBUILD
(from rev 373480, nvidia-390xx/trunk/PKGBUILD)
  nvidia-390xx/repos/testing-x86_64/kernel-4.16.patch
(from rev 373480, nvidia-390xx/trunk/kernel-4.16.patch)
  nvidia-390xx/repos/testing-x86_64/kernel-5.1.patch
(from rev 373480, nvidia-390xx/trunk/kernel-5.1.patch)
  nvidia-390xx/repos/testing-x86_64/kernel-5.2.patch
(from rev 373481, nvidia-390xx/trunk/kernel-5.2.patch)

---+
 PKGBUILD  |   86 ++
 kernel-4.16.patch |   33 +
 kernel-5.1.patch  |  130 
 kernel-5.2.patch  |   18 +++
 4 files changed, 267 insertions(+)

Copied: nvidia-390xx/repos/testing-x86_64/PKGBUILD (from rev 373480, 
nvidia-390xx/trunk/PKGBUILD)
===
--- testing-x86_64/PKGBUILD (rev 0)
+++ testing-x86_64/PKGBUILD 2020-01-15 06:59:08 UTC (rev 373485)
@@ -0,0 +1,86 @@
+# Maintainer: Sven-Hendrik Haase 
+# Maintainer: Felix Yan 
+# Contributor: Thomas Baechler 
+
+pkgbase=nvidia-390xx
+pkgname=(nvidia-390xx nvidia-390xx-dkms)
+pkgver=390.132
+pkgrel=17
+pkgdesc="NVIDIA drivers for linux, 390xx legacy branch"
+arch=('x86_64')
+url="https://www.nvidia.com/;
+makedepends=("nvidia-390xx-utils=${pkgver}" 'libglvnd' 'linux-headers')
+conflicts=('nvidia')
+license=('custom')
+options=('!strip')
+_pkg="NVIDIA-Linux-x86_64-${pkgver}-no-compat32"
+source=("https://us.download.nvidia.com/XFree86/Linux-x86_64/${pkgver}/${_pkg}.run;
+'kernel-4.16.patch')
+sha256sums=('b6b4b8af37e78e026c9ebdf4a5c64ea412dfcb710931dd028c22dac228de659d'
+'622ac792ec200b2239cb663c0010392118b78c9904973d82cd261165c16d6385')
+
+prepare() {
+sh "${_pkg}.run" --extract-only
+cd "${_pkg}"
+
+# Restore phys_to_dma support (still needed for 396.18)
+# https://bugs.archlinux.org/task/58074
+patch -Np1 -i ../kernel-4.16.patch
+
+cp -a kernel kernel-dkms
+cd kernel-dkms
+sed -i "s/__VERSION_STRING/${pkgver}/" dkms.conf
+sed -i 's/__JOBS/`nproc`/' dkms.conf
+sed -i 's/__DKMS_MODULES//' dkms.conf
+sed -i '$iBUILT_MODULE_NAME[0]="nvidia"\
+DEST_MODULE_LOCATION[0]="/kernel/drivers/video"\
+BUILT_MODULE_NAME[1]="nvidia-uvm"\
+DEST_MODULE_LOCATION[1]="/kernel/drivers/video"\
+BUILT_MODULE_NAME[2]="nvidia-modeset"\
+DEST_MODULE_LOCATION[2]="/kernel/drivers/video"\
+BUILT_MODULE_NAME[3]="nvidia-drm"\
+DEST_MODULE_LOCATION[3]="/kernel/drivers/video"' dkms.conf
+
+# Gift for linux-rt guys
+sed -i 's/NV_EXCLUDE_BUILD_MODULES/IGNORE_PREEMPT_RT_PRESENCE=1 
NV_EXCLUDE_BUILD_MODULES/' dkms.conf
+}
+
+build() {
+cd "${_pkg}"/kernel
+make SYSSRC=/usr/src/linux module
+}
+
+package_nvidia-390xx() {
+pkgdesc="NVIDIA drivers for linux, 390xx legacy branch"
+depends=('linux' "nvidia-390xx-utils=${pkgver}" 'libglvnd')
+
+_extradir="/usr/lib/modules/$(
++#if LINUX_VERSION_CODE < KERNEL_VERSION(4, 16, 0)
+ #include 
++#else
++#include 
++#endif
+ #endif
+ 
+ #if defined(CONFIG_SWIOTLB) && defined(NVCPU_AARCH64)
+diff --git a/kernel/conftest.sh b/kernel/conftest.sh
+index b23dbb4..42dc576 100755
+--- a/kernel/conftest.sh
 b/kernel/conftest.sh
+@@ -1906,7 +1906,12 @@ compile_test() {
+ # Determine if the phys_to_dma function is present.
+ #
+ CODE="
++#include 
++#if LINUX_VERSION_CODE < KERNEL_VERSION(4, 16, 0)
+ #include 
++#else
++#include 
++#endif
+ void conftest_phys_to_dma(void) {
+ phys_to_dma();
+ }"

Copied: nvidia-390xx/repos/testing-x86_64/kernel-5.1.patch (from rev 373480, 
nvidia-390xx/trunk/kernel-5.1.patch)
===
--- testing-x86_64/kernel-5.1.patch (rev 0)
+++ testing-x86_64/kernel-5.1.patch 2020-01-15 06:59:08 UTC (rev 373485)
@@ -0,0 +1,130 @@
+diff --git a/kernel/common/inc/nv-list-helpers.h 
b/kernel/common/inc/nv-list-helpers.h
+index 0aed851..d6304c9 100644
+--- a/kernel/common/inc/nv-list-helpers.h
 b/kernel/common/inc/nv-list-helpers.h
+@@ -26,6 +26,8 @@
+ #include 
+ #include "conftest.h"
+ 
++#include 
++
+ #if !defined (list_for_each)
+ #define list_for_each(pos, head) \
+ for (pos = (head)->next; pos != (head); pos = (pos)->next)
+@@ -91,10 +93,12 @@
+ list_entry((pos)->member.next, typeof(*(pos)), member)
+ #endif
+ 
++#if LINUX_VERSION_CODE < KERNEL_VERSION(5, 1, 0)
+ static inline int list_is_first(const struct list_head *list,
+ const struct list_head *head)
+ {
+ return list->prev == head;
+ }
++#endif
+ 
+ #endif // __NV_LIST_HELPERS_H__
+diff --git 

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

2020-01-14 Thread Jan Steffens via arch-commits
Date: Wednesday, January 15, 2020 @ 06:59:06
  Author: heftig
Revision: 552590

archrelease: copy trunk to community-testing-x86_64

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

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

Copied: virtualbox-modules-arch/repos/community-testing-x86_64/PKGBUILD (from 
rev 552586, virtualbox-modules-arch/trunk/PKGBUILD)
===
--- community-testing-x86_64/PKGBUILD   (rev 0)
+++ community-testing-x86_64/PKGBUILD   2020-01-15 06:59:06 UTC (rev 552590)
@@ -0,0 +1,58 @@
+# Maintainer: Sébastien Luttringer
+# Contributor: Ionut Biru 
+
+pkgbase=virtualbox-modules-arch
+pkgname=('virtualbox-host-modules-arch' 'virtualbox-guest-modules-arch')
+pkgver=6.1.2
+pkgrel=2
+arch=('x86_64')
+url='http://virtualbox.org'
+license=('GPL')
+makedepends=('linux-headers'
+ "virtualbox-host-dkms>=$pkgver"
+ "virtualbox-guest-dkms>=$pkgver")
+
+build() {
+_kernver=$(

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

2020-01-14 Thread Jan Steffens via arch-commits
Date: Wednesday, January 15, 2020 @ 06:59:02
  Author: heftig
Revision: 552584

archrelease: copy trunk to community-testing-x86_64

Added:
  acpi_call/repos/community-testing-x86_64/
  acpi_call/repos/community-testing-x86_64/PKGBUILD
(from rev 552579, acpi_call/trunk/PKGBUILD)
  acpi_call/repos/community-testing-x86_64/dkms.conf
(from rev 552580, acpi_call/trunk/dkms.conf)

---+
 PKGBUILD  |   62 
 dkms.conf |9 
 2 files changed, 71 insertions(+)

Copied: acpi_call/repos/community-testing-x86_64/PKGBUILD (from rev 552579, 
acpi_call/trunk/PKGBUILD)
===
--- community-testing-x86_64/PKGBUILD   (rev 0)
+++ community-testing-x86_64/PKGBUILD   2020-01-15 06:59:02 UTC (rev 552584)
@@ -0,0 +1,62 @@
+# Maintainer: Maxime Gauduin 
+# Contributor: mortzu 
+# Contributor: fnord0 
+
+pkgbase=acpi_call
+pkgname=(acpi_call acpi_call-dkms)
+pkgver=1.1.0
+pkgrel=276
+pkgdesc='A linux kernel module that enables calls to ACPI methods through 
/proc/acpi/call'
+url='https://github.com/mkottman/acpi_call'
+arch=('x86_64')
+license=('GPL')
+makedepends=('linux-headers')
+source=("acpi_call-${pkgver}.tar.gz::https://github.com/mkottman/acpi_call/archive/v${pkgver}.tar.gz;
+dkms.conf)
+sha256sums=('d0d14b42944282724fca76f57d598eed794ef97448f387d1c489d85ad813f2f0'
+'32e6ea6523b13132c6c7838bba7fbf3d040ba2d35a892c2c356245612720df8a')
+
+prepare() {
+  cd $pkgbase-$pkgver
+
+  # Fix build with Linux >= 3.17
+  sed -i 's|acpi/acpi.h|linux/acpi.h|' acpi_call.c
+
+  # Fix build with Linux >= 4.12
+  sed -i 's|asm/uaccess.h|linux/uaccess.h|' acpi_call.c
+}
+
+build() {
+  cd $pkgbase-$pkgver
+  make KVERSION="$(

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

2020-01-14 Thread Jan Steffens via arch-commits
Date: Wednesday, January 15, 2020 @ 06:59:02
  Author: heftig
Revision: 552583

archrelease: copy trunk to community-testing-x86_64

Added:
  r8168/repos/community-testing-x86_64/
  r8168/repos/community-testing-x86_64/PKGBUILD
(from rev 552579, r8168/trunk/PKGBUILD)
  r8168/repos/community-testing-x86_64/kernel-5.4.patch
(from rev 552580, r8168/trunk/kernel-5.4.patch)

--+
 PKGBUILD |   47 +++
 kernel-5.4.patch |   12 
 2 files changed, 59 insertions(+)

Copied: r8168/repos/community-testing-x86_64/PKGBUILD (from rev 552579, 
r8168/trunk/PKGBUILD)
===
--- community-testing-x86_64/PKGBUILD   (rev 0)
+++ community-testing-x86_64/PKGBUILD   2020-01-15 06:59:02 UTC (rev 552583)
@@ -0,0 +1,47 @@
+# Maintainer: Massimiliano Torromeo 
+# Contributor: Bob Fanger < bfanger(at)gmail >
+# Contributor: Filip , Det < nimetonmaili(at)gmail >
+
+pkgname=r8168
+pkgver=8.047.05
+pkgrel=15
+pkgdesc="A kernel module for Realtek 8168 network cards"
+url="http://www.realtek.com.tw;
+license=("GPL")
+arch=('x86_64')
+makedepends=('linux-headers')
+source=(https://github.com/mtorromeo/r8168/archive/$pkgver/$pkgname-$pkgver.tar.gz
+   kernel-5.4.patch)
+sha256sums=('1344bf3d8a1d01a1be8805b48940be1b946b5e694ca75bd14ed1c76fd4c3d67b'
+'be79c151c6323bb4d340e31e44fae25a36a93d317812fe5d75c54649ed2508b0')
+
+prepare() {
+   cd "$pkgname-$pkgver"
+   patch -Np1 -i ../kernel-5.4.patch
+}
+
+build() {
+   local KERNEL_VERSION=$(
+ #include 
+ 
+-#if LINUX_VERSION_CODE >= KERNEL_VERSION(2,6,26)
++#if LINUX_VERSION_CODE >= KERNEL_VERSION(2,6,26) && LINUX_VERSION_CODE < 
KERNEL_VERSION(5,4,0)
+ #include 
+ #endif
+ #if LINUX_VERSION_CODE >= KERNEL_VERSION(2,4,37)


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

2020-01-14 Thread Jan Steffens via arch-commits
Date: Wednesday, January 15, 2020 @ 06:59:00
  Author: heftig
Revision: 552580

archrelease: copy trunk to community-testing-x86_64

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

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

Copied: deepin-anything-arch/repos/community-testing-x86_64/PKGBUILD (from rev 
552579, deepin-anything-arch/trunk/PKGBUILD)
===
--- community-testing-x86_64/PKGBUILD   (rev 0)
+++ community-testing-x86_64/PKGBUILD   2020-01-15 06:59:00 UTC (rev 552580)
@@ -0,0 +1,28 @@
+# Maintainer: Felix Yan 
+
+pkgname=deepin-anything-arch
+pkgver=5.0.1
+pkgrel=41
+pkgdesc="Deepin Anything file search tool, kernel module for Arch kernel"
+arch=('x86_64')
+url="https://github.com/linuxdeepin/deepin-anything;
+license=('GPL3')
+makedepends=('linux-headers')
+provides=('DEEPIN-ANYTHING-MODULE')
+replaces=('deepin-anything-module')
+source=("$pkgname-$pkgver.tar.gz::https://github.com/linuxdeepin/deepin-anything/archive/$pkgver.tar.gz;)
+sha512sums=('f79b4db917cce2611bd6964d00ae0e162fc500fa7ca76a987145456a9ee81296c776d2b83cf6492a4224c4e4fd95df3ad95a25c1c14d2d4e6865f5bbd639be14')
+
+build() {
+  cd deepin-anything-$pkgver
+  make -C kernelmod kdir=/usr/src/linux
+}
+
+package() {
+  depends=('linux')
+
+  cd deepin-anything-$pkgver
+  local extradir=/usr/lib/modules/$(

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

2020-01-14 Thread Jan Steffens via arch-commits
Date: Wednesday, January 15, 2020 @ 06:59:03
  Author: heftig
Revision: 552585

archrelease: copy trunk to community-testing-x86_64

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

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

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

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

2020-01-14 Thread Jan Steffens via arch-commits
Date: Wednesday, January 15, 2020 @ 06:59:01
  Author: heftig
Revision: 552581

archrelease: copy trunk to community-testing-x86_64

Added:
  bbswitch/repos/community-testing-x86_64/
  bbswitch/repos/community-testing-x86_64/PKGBUILD
(from rev 552579, bbswitch/trunk/PKGBUILD)

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

Copied: bbswitch/repos/community-testing-x86_64/PKGBUILD (from rev 552579, 
bbswitch/trunk/PKGBUILD)
===
--- community-testing-x86_64/PKGBUILD   (rev 0)
+++ community-testing-x86_64/PKGBUILD   2020-01-15 06:59:01 UTC (rev 552581)
@@ -0,0 +1,38 @@
+# Maintainer: Sven-Hendrik Haase 
+# Contributor: M0Rf30
+# Contributor: Samsagax 
+
+pkgbase=bbswitch
+pkgname=(bbswitch bbswitch-dkms)
+pkgver=0.8
+pkgrel=280
+pkgdesc="Kernel module allowing to switch dedicated graphics card on Optimus 
laptops"
+arch=('x86_64')
+url="http://github.com/Bumblebee-Project/bbswitch;
+license=('GPL')
+makedepends=('linux-headers')
+source=("${pkgbase}-${pkgver}.tar.gz::https://github.com/Bumblebee-Project/bbswitch/archive/v${pkgver}.tar.gz;)
+md5sums=('5b116b31ace3604ddf9d1fc1f4bc5807')
+
+build() {
+  cd ${pkgbase}-${pkgver}
+  make KDIR=/usr/src/linux
+}
+
+package_bbswitch() {
+  depends=('linux')
+
+  cd ${pkgbase}-${pkgver}
+  _extradir="/usr/lib/modules/$(

[arch-commits] Commit in nvidia-390xx-lts/repos (3 files)

2020-01-14 Thread Jan Steffens via arch-commits
Date: Wednesday, January 15, 2020 @ 06:59:06
  Author: heftig
Revision: 373482

archrelease: copy trunk to testing-x86_64

Added:
  nvidia-390xx-lts/repos/testing-x86_64/
  nvidia-390xx-lts/repos/testing-x86_64/PKGBUILD
(from rev 373480, nvidia-390xx-lts/trunk/PKGBUILD)
  nvidia-390xx-lts/repos/testing-x86_64/kernel-4.16.patch
(from rev 373480, nvidia-390xx-lts/trunk/kernel-4.16.patch)

---+
 PKGBUILD  |   48 
 kernel-4.16.patch |   33 +
 2 files changed, 81 insertions(+)

Copied: nvidia-390xx-lts/repos/testing-x86_64/PKGBUILD (from rev 373480, 
nvidia-390xx-lts/trunk/PKGBUILD)
===
--- testing-x86_64/PKGBUILD (rev 0)
+++ testing-x86_64/PKGBUILD 2020-01-15 06:59:06 UTC (rev 373482)
@@ -0,0 +1,48 @@
+# Maintainer: Eric Bélanger 
+
+pkgname=nvidia-390xx-lts
+pkgver=390.132
+pkgrel=13
+epoch=1
+pkgdesc="NVIDIA drivers for linux-lts, 390xx legacy branch"
+arch=('x86_64')
+url="https://www.nvidia.com/;
+makedepends=("nvidia-390xx-utils=${pkgver}" 'libglvnd' 'linux-lts-headers')
+provides=('nvidia-390xx')
+conflicts=('nvidia-lts')
+license=('custom')
+options=('!strip')
+_pkg="NVIDIA-Linux-x86_64-${pkgver}-no-compat32"
+source=("https://us.download.nvidia.com/XFree86/Linux-x86_64/${pkgver}/${_pkg}.run;
+'kernel-4.16.patch')
+sha256sums=('b6b4b8af37e78e026c9ebdf4a5c64ea412dfcb710931dd028c22dac228de659d'
+'622ac792ec200b2239cb663c0010392118b78c9904973d82cd261165c16d6385')
+
+prepare() {
+sh "${_pkg}.run" --extract-only
+cd "${_pkg}"
+
+# Restore phys_to_dma support (still needed for 396.18)
+# https://bugs.archlinux.org/task/58074
+patch -Np1 -i ../kernel-4.16.patch
+}
+
+build() {
+cd "${_pkg}"/kernel
+make SYSSRC=/usr/src/linux-lts module
+}
+
+package() {
+depends=('linux-lts' "nvidia-390xx-utils=${pkgver}" 'libglvnd')
+
+_extradir="/usr/lib/modules/$(
++#if LINUX_VERSION_CODE < KERNEL_VERSION(4, 16, 0)
+ #include 
++#else
++#include 
++#endif
+ #endif
+ 
+ #if defined(CONFIG_SWIOTLB) && defined(NVCPU_AARCH64)
+diff --git a/kernel/conftest.sh b/kernel/conftest.sh
+index b23dbb4..42dc576 100755
+--- a/kernel/conftest.sh
 b/kernel/conftest.sh
+@@ -1906,7 +1906,12 @@ compile_test() {
+ # Determine if the phys_to_dma function is present.
+ #
+ CODE="
++#include 
++#if LINUX_VERSION_CODE < KERNEL_VERSION(4, 16, 0)
+ #include 
++#else
++#include 
++#endif
+ void conftest_phys_to_dma(void) {
+ phys_to_dma();
+ }"


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

2020-01-14 Thread Jan Steffens via arch-commits
Date: Wednesday, January 15, 2020 @ 06:59:04
  Author: heftig
Revision: 552588

archrelease: copy trunk to community-testing-x86_64

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

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

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

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

2020-01-14 Thread Jan Steffens via arch-commits
Date: Wednesday, January 15, 2020 @ 06:59:03
  Author: heftig
Revision: 552586

archrelease: copy trunk to community-testing-x86_64

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

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

Copied: acpi_call-lts/repos/community-testing-x86_64/PKGBUILD (from rev 552581, 
acpi_call-lts/trunk/PKGBUILD)
===
--- community-testing-x86_64/PKGBUILD   (rev 0)
+++ community-testing-x86_64/PKGBUILD   2020-01-15 06:59:03 UTC (rev 552586)
@@ -0,0 +1,46 @@
+# Maintainer: Maxime Gauduin 
+# Contributor: mortzu 
+# Contributor: fnord0 
+
+pkgname=acpi_call-lts
+pkgver=1.1.0
+pkgrel=113
+pkgdesc='A linux kernel module that enables calls to ACPI methods through 
/proc/acpi/call'
+url='https://github.com/mkottman/acpi_call'
+arch=('x86_64')
+license=('GPL')
+makedepends=('linux-lts-headers')
+provides=('acpi_call')
+source=("acpi_call-${pkgver}.tar.gz::https://github.com/mkottman/acpi_call/archive/v${pkgver}.tar.gz;)
+sha256sums=('d0d14b42944282724fca76f57d598eed794ef97448f387d1c489d85ad813f2f0')
+
+prepare() {
+  cd acpi_call-$pkgver
+
+  # Fix build with Linux >= 3.17
+  sed -i 's|acpi/acpi.h|linux/acpi.h|' acpi_call.c
+
+  # Fix build with Linux >= 4.12
+  sed -i 's|asm/uaccess.h|linux/uaccess.h|' acpi_call.c
+}
+
+build() {
+  cd acpi_call-$pkgver
+  make KVERSION="$(

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

2020-01-14 Thread Jan Steffens via arch-commits
Date: Wednesday, January 15, 2020 @ 06:59:01
  Author: heftig
Revision: 552582

archrelease: copy trunk to community-testing-x86_64

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

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

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

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

2020-01-14 Thread Jan Steffens via arch-commits
Date: Wednesday, January 15, 2020 @ 06:57:26
  Author: heftig
Revision: 373480

0.0.20200105-4: linux 5.4.12.arch1-1

Modified:
  wireguard-arch/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2020-01-15 06:57:22 UTC (rev 373479)
+++ PKGBUILD2020-01-15 06:57:26 UTC (rev 373480)
@@ -2,7 +2,7 @@
 
 pkgname=wireguard-arch
 pkgver=0.0.20200105
-pkgrel=3
+pkgrel=4
 pkgdesc='Wireguard module for Arch Kernel'
 url='https://www.wireguard.com/'
 arch=('x86_64')


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

2020-01-14 Thread Jan Steffens via arch-commits
Date: Wednesday, January 15, 2020 @ 06:57:24
  Author: heftig
Revision: 552578

1.62-20: linux 5.4.12.arch1-1

Modified:
  ndiswrapper-arch/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2020-01-15 06:57:19 UTC (rev 552577)
+++ PKGBUILD2020-01-15 06:57:24 UTC (rev 552578)
@@ -3,7 +3,7 @@
 
 pkgname=ndiswrapper-arch
 pkgver=1.62
-pkgrel=19
+pkgrel=20
 pkgdesc="Module for NDIS (Windows Network Drivers) drivers supplied by 
vendors, kernel module for Arch kernel"
 arch=('x86_64')
 url="https://sourceforge.net/projects/ndiswrapper/;


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

2020-01-14 Thread Jan Steffens via arch-commits
Date: Wednesday, January 15, 2020 @ 06:57:28
  Author: heftig
Revision: 552579

5.0.1-41: linux 5.4.12.arch1-1

Modified:
  deepin-anything-arch/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2020-01-15 06:57:24 UTC (rev 552578)
+++ PKGBUILD2020-01-15 06:57:28 UTC (rev 552579)
@@ -2,7 +2,7 @@
 
 pkgname=deepin-anything-arch
 pkgver=5.0.1
-pkgrel=40
+pkgrel=41
 pkgdesc="Deepin Anything file search tool, kernel module for Arch kernel"
 arch=('x86_64')
 url="https://github.com/linuxdeepin/deepin-anything;


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

2020-01-14 Thread Jan Steffens via arch-commits
Date: Wednesday, January 15, 2020 @ 06:57:22
  Author: heftig
Revision: 373479

440.44-12: linux 5.4.12.arch1-1

Modified:
  nvidia/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2020-01-15 06:57:21 UTC (rev 373478)
+++ PKGBUILD2020-01-15 06:57:22 UTC (rev 373479)
@@ -5,7 +5,7 @@
 pkgbase=nvidia
 pkgname=(nvidia nvidia-dkms)
 pkgver=440.44
-pkgrel=11
+pkgrel=12
 pkgdesc="NVIDIA drivers for linux"
 arch=('x86_64')
 url="https://www.nvidia.com/;


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

2020-01-14 Thread Jan Steffens via arch-commits
Date: Wednesday, January 15, 2020 @ 06:57:18
  Author: heftig
Revision: 552576

20200106-4: linux 5.4.12.arch1-1

Modified:
  vhba-module/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2020-01-15 06:57:16 UTC (rev 552575)
+++ PKGBUILD2020-01-15 06:57:18 UTC (rev 552576)
@@ -5,7 +5,7 @@
 pkgbase=vhba-module
 pkgname=(vhba-module vhba-module-dkms)
 pkgver=20200106
-pkgrel=3
+pkgrel=4
 pkgdesc="Kernel module that emulates SCSI devices"
 url="https://cdemu.sourceforge.io/;
 arch=(x86_64)


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

2020-01-14 Thread Jan Steffens via arch-commits
Date: Wednesday, January 15, 2020 @ 06:57:15
  Author: heftig
Revision: 552574

0.8-280: linux 5.4.12.arch1-1

Modified:
  bbswitch/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2020-01-15 06:57:14 UTC (rev 552573)
+++ PKGBUILD2020-01-15 06:57:15 UTC (rev 552574)
@@ -5,7 +5,7 @@
 pkgbase=bbswitch
 pkgname=(bbswitch bbswitch-dkms)
 pkgver=0.8
-pkgrel=279
+pkgrel=280
 pkgdesc="Kernel module allowing to switch dedicated graphics card on Optimus 
laptops"
 arch=('x86_64')
 url="http://github.com/Bumblebee-Project/bbswitch;


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

2020-01-14 Thread Jan Steffens via arch-commits
Date: Wednesday, January 15, 2020 @ 06:57:16
  Author: heftig
Revision: 552575

8.047.05-15: linux 5.4.12.arch1-1

Modified:
  r8168/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2020-01-15 06:57:15 UTC (rev 552574)
+++ PKGBUILD2020-01-15 06:57:16 UTC (rev 552575)
@@ -4,7 +4,7 @@
 
 pkgname=r8168
 pkgver=8.047.05
-pkgrel=14
+pkgrel=15
 pkgdesc="A kernel module for Realtek 8168 network cards"
 url="http://www.realtek.com.tw;
 license=("GPL")


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

2020-01-14 Thread Jan Steffens via arch-commits
Date: Wednesday, January 15, 2020 @ 06:57:21
  Author: heftig
Revision: 373478

390.132-17: linux 5.4.12.arch1-1

Modified:
  nvidia-390xx/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2020-01-15 06:54:21 UTC (rev 373477)
+++ PKGBUILD2020-01-15 06:57:21 UTC (rev 373478)
@@ -5,7 +5,7 @@
 pkgbase=nvidia-390xx
 pkgname=(nvidia-390xx nvidia-390xx-dkms)
 pkgver=390.132
-pkgrel=16
+pkgrel=17
 pkgdesc="NVIDIA drivers for linux, 390xx legacy branch"
 arch=('x86_64')
 url="https://www.nvidia.com/;


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

2020-01-14 Thread Jan Steffens via arch-commits
Date: Wednesday, January 15, 2020 @ 06:57:19
  Author: heftig
Revision: 552577

1.1.0-276: linux 5.4.12.arch1-1

Modified:
  acpi_call/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2020-01-15 06:57:18 UTC (rev 552576)
+++ PKGBUILD2020-01-15 06:57:19 UTC (rev 552577)
@@ -5,7 +5,7 @@
 pkgbase=acpi_call
 pkgname=(acpi_call acpi_call-dkms)
 pkgver=1.1.0
-pkgrel=275
+pkgrel=276
 pkgdesc='A linux kernel module that enables calls to ACPI methods through 
/proc/acpi/call'
 url='https://github.com/mkottman/acpi_call'
 arch=('x86_64')


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

2020-01-14 Thread Jan Steffens via arch-commits
Date: Wednesday, January 15, 2020 @ 06:57:14
  Author: heftig
Revision: 552573

6.1.2-2: linux 5.4.12.arch1-1

Modified:
  virtualbox-modules-arch/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2020-01-15 06:54:28 UTC (rev 552572)
+++ PKGBUILD2020-01-15 06:57:14 UTC (rev 552573)
@@ -4,7 +4,7 @@
 pkgbase=virtualbox-modules-arch
 pkgname=('virtualbox-host-modules-arch' 'virtualbox-guest-modules-arch')
 pkgver=6.1.2
-pkgrel=1
+pkgrel=2
 arch=('x86_64')
 url='http://virtualbox.org'
 license=('GPL')


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

2020-01-14 Thread Jan Steffens via arch-commits
Date: Wednesday, January 15, 2020 @ 06:54:26
  Author: heftig
Revision: 552571

0.43-168: linux 5.4.12.arch1-1

Modified:
  tp_smapi/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2020-01-15 06:54:18 UTC (rev 552570)
+++ PKGBUILD2020-01-15 06:54:26 UTC (rev 552571)
@@ -9,7 +9,7 @@
 
 pkgname=tp_smapi
 pkgver=0.43
-pkgrel=167
+pkgrel=168
 pkgdesc="Modules for ThinkPad's SMAPI functionality"
 arch=('x86_64')
 url='https://github.com/evgeni/tp_smapi'


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

2020-01-14 Thread Jan Steffens via arch-commits
Date: Wednesday, January 15, 2020 @ 06:54:28
  Author: heftig
Revision: 552572

6.30.223.271-161: linux 5.4.12.arch1-1

Modified:
  broadcom-wl/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2020-01-15 06:54:26 UTC (rev 552571)
+++ PKGBUILD2020-01-15 06:54:28 UTC (rev 552572)
@@ -5,7 +5,7 @@
 #_kernelname=-custom  # Build against kernel with a different name
 pkgname=${_module}${_kernelname}
 pkgver=6.30.223.271
-pkgrel=160
+pkgrel=161
 pkgdesc='Broadcom 802.11 Linux STA wireless driver'
 arch=('x86_64')
 
url='https://www.broadcom.com/support/download-search/?pf=Wireless+LAN+Infrastructure'


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

2020-01-14 Thread Jan Steffens via arch-commits
Date: Wednesday, January 15, 2020 @ 06:54:21
  Author: heftig
Revision: 373477

390.132-13: linux-lts 4.19.96-1

Modified:
  nvidia-390xx-lts/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2020-01-15 06:54:19 UTC (rev 373476)
+++ PKGBUILD2020-01-15 06:54:21 UTC (rev 373477)
@@ -2,7 +2,7 @@
 
 pkgname=nvidia-390xx-lts
 pkgver=390.132
-pkgrel=12
+pkgrel=13
 epoch=1
 pkgdesc="NVIDIA drivers for linux-lts, 390xx legacy branch"
 arch=('x86_64')


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

2020-01-14 Thread Jan Steffens via arch-commits
Date: Wednesday, January 15, 2020 @ 06:54:15
  Author: heftig
Revision: 552568

0.43-32: linux-lts 4.19.96-1

Modified:
  tp_smapi-lts/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2020-01-15 05:39:16 UTC (rev 552567)
+++ PKGBUILD2020-01-15 06:54:15 UTC (rev 552568)
@@ -9,7 +9,7 @@
 
 pkgname=tp_smapi-lts
 pkgver=0.43
-pkgrel=31
+pkgrel=32
 pkgdesc="Modules for ThinkPad's SMAPI functionality"
 arch=('x86_64')
 url='https://github.com/evgeni/tp_smapi'


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

2020-01-14 Thread Jan Steffens via arch-commits
Date: Wednesday, January 15, 2020 @ 06:54:19
  Author: heftig
Revision: 373476

0.0.20200105-4: linux-lts 4.19.96-1

Modified:
  wireguard-lts/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2020-01-15 06:54:13 UTC (rev 373475)
+++ PKGBUILD2020-01-15 06:54:19 UTC (rev 373476)
@@ -2,7 +2,7 @@
 
 pkgname=wireguard-lts
 pkgver=0.0.20200105
-pkgrel=3
+pkgrel=4
 pkgdesc='Wireguard module for LTS Kernel'
 url='https://www.wireguard.com/'
 arch=('x86_64')


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

2020-01-14 Thread Jan Steffens via arch-commits
Date: Wednesday, January 15, 2020 @ 06:54:16
  Author: heftig
Revision: 552569

1.1.0-113: linux-lts 4.19.96-1

Modified:
  acpi_call-lts/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2020-01-15 06:54:15 UTC (rev 552568)
+++ PKGBUILD2020-01-15 06:54:16 UTC (rev 552569)
@@ -4,7 +4,7 @@
 
 pkgname=acpi_call-lts
 pkgver=1.1.0
-pkgrel=112
+pkgrel=113
 pkgdesc='A linux kernel module that enables calls to ACPI methods through 
/proc/acpi/call'
 url='https://github.com/mkottman/acpi_call'
 arch=('x86_64')


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

2020-01-14 Thread Jan Steffens via arch-commits
Date: Wednesday, January 15, 2020 @ 06:54:13
  Author: heftig
Revision: 373475

440.44-9: linux-lts 4.19.96-1

Modified:
  nvidia-lts/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2020-01-15 06:53:29 UTC (rev 373474)
+++ PKGBUILD2020-01-15 06:54:13 UTC (rev 373475)
@@ -3,7 +3,7 @@
 
 pkgname=nvidia-lts
 pkgver=440.44
-pkgrel=8
+pkgrel=9
 epoch=1
 pkgdesc="NVIDIA drivers for linux-lts"
 arch=('x86_64')


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

2020-01-14 Thread Jan Steffens via arch-commits
Date: Wednesday, January 15, 2020 @ 06:54:18
  Author: heftig
Revision: 552570

8.047.05-11: linux-lts 4.19.96-1

Modified:
  r8168-lts/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2020-01-15 06:54:16 UTC (rev 552569)
+++ PKGBUILD2020-01-15 06:54:18 UTC (rev 552570)
@@ -2,7 +2,7 @@
 
 pkgname=r8168-lts
 pkgver=8.047.05
-pkgrel=10
+pkgrel=11
 pkgdesc="A kernel module for Realtek 8168 network cards for linux-lts"
 url="http://www.realtek.com.tw;
 license=("GPL")


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

2020-01-14 Thread Jan Steffens via arch-commits
Date: Wednesday, January 15, 2020 @ 06:53:29
  Author: heftig
Revision: 373474

5.4.12.zen1-1

Modified:
  linux-zen/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2020-01-15 06:53:23 UTC (rev 373473)
+++ PKGBUILD2020-01-15 06:53:29 UTC (rev 373474)
@@ -1,7 +1,7 @@
 # Maintainer: Jan Alexander Steffens (heftig) 
 
 pkgbase=linux-zen
-pkgver=5.4.11.zen1
+pkgver=5.4.12.zen1
 pkgrel=1
 pkgdesc='Linux ZEN'
 _srctag=v${pkgver%.*}-${pkgver##*.}


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

2020-01-14 Thread Jan Steffens via arch-commits
Date: Wednesday, January 15, 2020 @ 06:53:15
  Author: heftig
Revision: 373472

4.19.96-1

Modified:
  linux-lts/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2020-01-14 17:43:23 UTC (rev 373471)
+++ PKGBUILD2020-01-15 06:53:15 UTC (rev 373472)
@@ -1,7 +1,7 @@
 # Maintainer: Andreas Radke 
 
 pkgbase=linux-lts
-pkgver=4.19.95
+pkgver=4.19.96
 pkgrel=1
 pkgdesc='LTS Linux'
 url="https://www.kernel.org/;
@@ -23,7 +23,7 @@
   '647F28654894E3BD457199BE38DBBDC86092693E'  # Greg Kroah-Hartman
 )
 # https://www.kernel.org/pub/linux/kernel/v4.x/sha256sums.asc
-sha256sums=('4aedca32eec13ac5103fc23e141f9221dfe120d1c0651c0a2efe7de2182f4fb0'
+sha256sums=('23c1d1d5ba7bc14f9850e5ce78006712fe6c65dedcf67d3c99cec9c16a631d4d'
 'SKIP'
 '4e68572e7cc4c5368f0236e0792660ae8498373988625dca46e509399a7eaea6'
 'a13581d3c6dc595206e4fe7fcf6b542e7a1bdbe96101f0f010fc5be49f99baf2')


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

2020-01-14 Thread Jan Steffens via arch-commits
Date: Wednesday, January 15, 2020 @ 06:53:23
  Author: heftig
Revision: 373473

5.4.12.arch1-1

Modified:
  linux/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2020-01-15 06:53:15 UTC (rev 373472)
+++ PKGBUILD2020-01-15 06:53:23 UTC (rev 373473)
@@ -1,7 +1,7 @@
 # Maintainer: Jan Alexander Steffens (heftig) 
 
 pkgbase=linux
-pkgver=5.4.11.arch1
+pkgver=5.4.12.arch1
 pkgrel=1
 pkgdesc='Linux'
 _srctag=v${pkgver%.*}-${pkgver##*.}


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

2020-01-14 Thread Eli Schwartz via arch-commits
Date: Wednesday, January 15, 2020 @ 05:39:16
  Author: eschwartz
Revision: 552567

archrelease: copy trunk to community-any

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

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

Deleted: PKGBUILD
===
--- PKGBUILD2020-01-15 05:39:01 UTC (rev 552566)
+++ PKGBUILD2020-01-15 05:39:16 UTC (rev 552567)
@@ -1,47 +0,0 @@
-# Maintainer: Eli Schwartz 
-# Contributor: Hyacinthe Cartiaux 
-
-_pkgname=privacybadger
-pkgname=firefox-extension-${_pkgname}
-pkgver=2019.11.18
-pkgrel=1
-pkgdesc="Block third party tracking in your browser"
-arch=('any')
-url="https://www.eff.org/privacybadger;
-license=('GPL3')
-groups=('firefox-addons')
-makedepends=("unzip")
-source=("${_pkgname}-${pkgver}.xpi::https://www.eff.org/files/privacy-badger-eff-${pkgver}.xpi;
-
"${_pkgname}-${pkgver}.xpi.sig::https://www.eff.org/files/privacy-badger-eff-${pkgver}.xpi.sig;)
-noextract=("${_pkgname}-${pkgver}.xpi")
-sha256sums=('5d0ba51b4dc0c1fc91afcca6ae969a502acfa8c85c35398223f619725721cb37'
-'SKIP')
-b2sums=('2cb7fe4d3a5a0845a9d169f74e814900d89a130ce986645747065074f4db706ea3bb57a81543e6f626c7594113e1031c10ba3cf7402ba1b5826a30aed825a0e7'
-'SKIP')
-validpgpkeys=('88F8662241B0C16C16E3B5A7950FC3999D80F309') # Alexei 

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

Copied: firefox-extension-privacybadger/repos/community-any/PKGBUILD (from rev 
552566, firefox-extension-privacybadger/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2020-01-15 05:39:16 UTC (rev 552567)
@@ -0,0 +1,47 @@
+# Maintainer: Eli Schwartz 
+# Contributor: Hyacinthe Cartiaux 
+
+_pkgname=privacybadger
+pkgname=firefox-extension-${_pkgname}
+pkgver=2020.1.13
+pkgrel=1
+pkgdesc="Block third party tracking in your browser"
+arch=('any')
+url="https://www.eff.org/privacybadger;
+license=('GPL3')
+groups=('firefox-addons')
+makedepends=("unzip")
+source=("${_pkgname}-${pkgver}.xpi::https://www.eff.org/files/privacy-badger-eff-${pkgver}.xpi;
+
"${_pkgname}-${pkgver}.xpi.sig::https://www.eff.org/files/privacy-badger-eff-${pkgver}.xpi.sig;)
+noextract=("${_pkgname}-${pkgver}.xpi")
+sha256sums=('180066046e3aee7d94933f57300ea443af8d14bf63ea9f455407646868661eb7'
+'SKIP')
+b2sums=('cea951243b9273483839f3761991858f8c1ec5bf70b163baba7608f538b0ccb9531144dbbf08166a8efc5f75a665757c667f2b0afc61249e776b7049826f8355'
+'SKIP')
+validpgpkeys=('88F8662241B0C16C16E3B5A7950FC3999D80F309') # Alexei 

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


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

2020-01-14 Thread Eli Schwartz via arch-commits
Date: Wednesday, January 15, 2020 @ 05:39:01
  Author: eschwartz
Revision: 552566

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

Modified:
  firefox-extension-privacybadger/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2020-01-15 05:32:28 UTC (rev 552565)
+++ PKGBUILD2020-01-15 05:39:01 UTC (rev 552566)
@@ -3,7 +3,7 @@
 
 _pkgname=privacybadger
 pkgname=firefox-extension-${_pkgname}
-pkgver=2019.11.18
+pkgver=2020.1.13
 pkgrel=1
 pkgdesc="Block third party tracking in your browser"
 arch=('any')
@@ -14,9 +14,9 @@
 
source=("${_pkgname}-${pkgver}.xpi::https://www.eff.org/files/privacy-badger-eff-${pkgver}.xpi;
 
"${_pkgname}-${pkgver}.xpi.sig::https://www.eff.org/files/privacy-badger-eff-${pkgver}.xpi.sig;)
 noextract=("${_pkgname}-${pkgver}.xpi")
-sha256sums=('5d0ba51b4dc0c1fc91afcca6ae969a502acfa8c85c35398223f619725721cb37'
+sha256sums=('180066046e3aee7d94933f57300ea443af8d14bf63ea9f455407646868661eb7'
 'SKIP')
-b2sums=('2cb7fe4d3a5a0845a9d169f74e814900d89a130ce986645747065074f4db706ea3bb57a81543e6f626c7594113e1031c10ba3cf7402ba1b5826a30aed825a0e7'
+b2sums=('cea951243b9273483839f3761991858f8c1ec5bf70b163baba7608f538b0ccb9531144dbbf08166a8efc5f75a665757c667f2b0afc61249e776b7049826f8355'
 'SKIP')
 validpgpkeys=('88F8662241B0C16C16E3B5A7950FC3999D80F309') # Alexei 

 


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

2020-01-14 Thread Eli Schwartz via arch-commits
Date: Wednesday, January 15, 2020 @ 05:32:12
  Author: eschwartz
Revision: 552564

upgpkg: firefox-noscript 11.0.12-1: upstream release

Modified:
  firefox-noscript/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2020-01-15 04:43:07 UTC (rev 552563)
+++ PKGBUILD2020-01-15 05:32:12 UTC (rev 552564)
@@ -3,9 +3,9 @@
 # Maintainer: Daniel M. Capella 
 
 pkgname=firefox-noscript
-pkgver=11.0.11
+pkgver=11.0.12
 pkgrel=1
-_file=3476303
+_file=3481707
 pkgdesc="Extension for firefox which disables javascript"
 arch=('any')
 url="https://noscript.net/;
@@ -15,8 +15,8 @@
 makedepends=('unzip')
 
source=("noscript-${pkgver}.xpi::https://addons.mozilla.org/firefox/downloads/file/${_file}/;)
 noextract=("noscript-${pkgver}.xpi")
-sha256sums=('1b0daa12e1b8fbc8e30e7bdb5689b12774aaa9f883cb3e9ad57943a883ce65b5')
-b2sums=('8dd7d4b79d87d0ab84b2a8929a4b0b22adc53905e0939305f33797a6c59c76c30dfa4c78dad45ad524dab4d12ddbfdea78e12b0d8b321548e30c30d19da66c86')
+sha256sums=('1beb01e5089fd91ee5fc525b1175a5ba310d38c218d78b8aad48b824fa749670')
+b2sums=('c9a97bcdbe770b2f238e7810411f00f1de742c9b701495a3da3899b846776750bdbbe1f9560e97679bb49c30c8cab280f5df866a71c7a437c1b5da2896140c8a')
 
 package() {
   _extension_id="{73a6fe31-595d-460b-a920-fcc0f8843232}"


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

2020-01-14 Thread Eli Schwartz via arch-commits
Date: Wednesday, January 15, 2020 @ 05:32:28
  Author: eschwartz
Revision: 552565

archrelease: copy trunk to community-any

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

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

Deleted: PKGBUILD
===
--- PKGBUILD2020-01-15 05:32:12 UTC (rev 552564)
+++ PKGBUILD2020-01-15 05:32:28 UTC (rev 552565)
@@ -1,25 +0,0 @@
-# Maintainer: Sergej Pupykin 
-# Maintainer: Eschwartz 
-# Maintainer: Daniel M. Capella 
-
-pkgname=firefox-noscript
-pkgver=11.0.11
-pkgrel=1
-_file=3476303
-pkgdesc="Extension for firefox which disables javascript"
-arch=('any')
-url="https://noscript.net/;
-license=('GPL2')
-groups=('firefox-addons')
-depends=('firefox')
-makedepends=('unzip')
-source=("noscript-${pkgver}.xpi::https://addons.mozilla.org/firefox/downloads/file/${_file}/;)
-noextract=("noscript-${pkgver}.xpi")
-sha256sums=('1b0daa12e1b8fbc8e30e7bdb5689b12774aaa9f883cb3e9ad57943a883ce65b5')
-b2sums=('8dd7d4b79d87d0ab84b2a8929a4b0b22adc53905e0939305f33797a6c59c76c30dfa4c78dad45ad524dab4d12ddbfdea78e12b0d8b321548e30c30d19da66c86')
-
-package() {
-  _extension_id="{73a6fe31-595d-460b-a920-fcc0f8843232}"
-  
_extension_dest="${pkgdir}/usr/lib/firefox/browser/extensions/${_extension_id}"
-  install -Dm644 noscript-${pkgver}.xpi "${_extension_dest}.xpi"
-}

Copied: firefox-noscript/repos/community-any/PKGBUILD (from rev 552564, 
firefox-noscript/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2020-01-15 05:32:28 UTC (rev 552565)
@@ -0,0 +1,25 @@
+# Maintainer: Sergej Pupykin 
+# Maintainer: Eschwartz 
+# Maintainer: Daniel M. Capella 
+
+pkgname=firefox-noscript
+pkgver=11.0.12
+pkgrel=1
+_file=3481707
+pkgdesc="Extension for firefox which disables javascript"
+arch=('any')
+url="https://noscript.net/;
+license=('GPL2')
+groups=('firefox-addons')
+depends=('firefox')
+makedepends=('unzip')
+source=("noscript-${pkgver}.xpi::https://addons.mozilla.org/firefox/downloads/file/${_file}/;)
+noextract=("noscript-${pkgver}.xpi")
+sha256sums=('1beb01e5089fd91ee5fc525b1175a5ba310d38c218d78b8aad48b824fa749670')
+b2sums=('c9a97bcdbe770b2f238e7810411f00f1de742c9b701495a3da3899b846776750bdbbe1f9560e97679bb49c30c8cab280f5df866a71c7a437c1b5da2896140c8a')
+
+package() {
+  _extension_id="{73a6fe31-595d-460b-a920-fcc0f8843232}"
+  
_extension_dest="${pkgdir}/usr/lib/firefox/browser/extensions/${_extension_id}"
+  install -Dm644 noscript-${pkgver}.xpi "${_extension_dest}.xpi"
+}


[arch-commits] Commit in signal-desktop/repos/community-x86_64 (7 files)

2020-01-14 Thread Kpcyrd via arch-commits
Date: Wednesday, January 15, 2020 @ 04:43:07
  Author: kpcyrd
Revision: 552563

archrelease: copy trunk to community-x86_64

Added:
  signal-desktop/repos/community-x86_64/PKGBUILD
(from rev 552562, signal-desktop/trunk/PKGBUILD)
  signal-desktop/repos/community-x86_64/TRADEMARK_CONSENT.txt
(from rev 552562, signal-desktop/trunk/TRADEMARK_CONSENT.txt)
  signal-desktop/repos/community-x86_64/openssl-linking.patch
(from rev 552562, signal-desktop/trunk/openssl-linking.patch)
  signal-desktop/repos/community-x86_64/signal-desktop.desktop
(from rev 552562, signal-desktop/trunk/signal-desktop.desktop)
Deleted:
  signal-desktop/repos/community-x86_64/PKGBUILD
  signal-desktop/repos/community-x86_64/openssl-linking.patch
  signal-desktop/repos/community-x86_64/signal-desktop.desktop

+
 PKGBUILD   |  160 +++
 openssl-linking.patch  |   38 +--
 signal-desktop.desktop |   18 ++---
 3 files changed, 108 insertions(+), 108 deletions(-)

Deleted: PKGBUILD
===
--- PKGBUILD2020-01-15 04:42:49 UTC (rev 552562)
+++ PKGBUILD2020-01-15 04:43:07 UTC (rev 552563)
@@ -1,80 +0,0 @@
-# Maintainer: kpcyrd 
-# Contributor: Jean Lucas 
-
-pkgname=signal-desktop
-_pkgname=Signal-Desktop
-pkgver=1.29.3
-pkgrel=2
-pkgdesc="Electron application that links with Signal on mobile"
-license=('GPL3')
-arch=('x86_64')
-url="https://signal.org;
-depends=('electron')
-makedepends=('yarn' 'git' 'nodejs' 'npm' 'python' 'python2')
-source=(
-  
"${pkgname}-${pkgver}.tar.gz::https://github.com/signalapp/${_pkgname}/archive/v${pkgver}.tar.gz;
-  "${pkgname}.desktop"
-  "openssl-linking.patch"
-  # Cherry-pick a specific commit for the node-spellchecker dependency
-  # See https://github.com/atom/node-spellchecker/issues/127
-  
"https://github.com/atom/node-spellchecker/archive/613ff91dd2d9a5ee0e86be8a3682beecc4e94887.tar.gz;
-)
-sha512sums=('99c7733f563b0a81061e6c12368d389ca4907c167c31a6b5c96d321d7c4e5f78a5abb83f8d64805d60b43dae4142e34d7d959e1904a604e5e8c7ba1c87326c2e'
-
'c5ec0bf524e527ecf94207ef6aa1f2671346e115ec15de6d063cde0960151813752a1814e003705fc1a99d4e2eae1b3ca4d03432a50790957186e240527cc361'
-
'6b846fdf70dae6c4657de523ec133d2f08325740863660b86e75d032bb07a4b97834ba0eeea4c77000c2c20b11739b8e8deaf06584f9279638e640c4b7633dd5'
-
'42f57802fa91dafb6dbfb5a3f613c4c07df65e97f8da84c9a54292c97a4d170f8455461aac8f6f7819d1ffbea4bf6c28488f8950056ba988776d060be3f107dd')
-b2sums=('82525d2eff0bf3a26c45f6b147981d389acfc079a4ac3792bce40d3c58dcec6e1d6ed7774a566ac1011d69c1ea341c910093b8292ee410f9432962f85b7da0a7'
-
'c0ceb5b903965727714b1848c818877f4b740c4734deafcfaf777046002a445d79cd4d86bbbf3d763dbda8e8d542b60605ae2ca43196ea76b089f2e808926dbc'
-
'91fe76cd2ef32bd523aa857a219209f93ca5a6a3f5caa35f67c489a8eb79c8e1e404f453bed9e866e543ed48b9df8e17b45ad2ea8891b48d1502a97589a144af'
-
'53ad39f0bed69c5c5635d2e581f4ce56e3080fee16f184add08adee1164c2d68059d52071478a05cdacf04186f9964250f46f09e80553bf35e1f2f4cd1976d1b')
-
-prepare() {
-  cd "${_pkgname}-${pkgver}"
-
-  # Fix SpellChecker build with imminent Node 13
-  # See https://github.com/atom/node-spellchecker/issues/127
-  sed -r 's#("spellchecker": 
").*"#\1file:'"${srcdir}"'/613ff91dd2d9a5ee0e86be8a3682beecc4e94887.tar.gz"#' 
-i package.json
-
-  # Set system Electron version for ABI compatibility
-  sed -r 's#("electron": ").*"#\1'$(cat /usr/lib/electron/version)'"#' -i 
package.json
-
-  # Allow higher Node versions
-  sed 's#"node": "#&>=#' -i package.json
-
-  yarn install
-
-  # Have SQLCipher dynamically link from OpenSSL
-  # See https://github.com/signalapp/Signal-Desktop/issues/2634
-  patch --forward --strip=1 --input="${srcdir}/openssl-linking.patch"
-}
-
-build() {
-  cd "${_pkgname}-${pkgver}"
-
-  # Gruntfile expects Git commit information which we don't have in a tarball 
download
-  # See https://github.com/signalapp/Signal-Desktop/issues/2376
-  yarn generate exec:build-protobuf exec:transpile concat copy:deps sass
-
-  yarn build-release --dir
-}
-
-package() {
-  cd "${_pkgname}-${pkgver}"
-
-  install -d "${pkgdir}/usr/"{lib,bin}
-  cp -a release/linux-unpacked/resources "${pkgdir}/usr/lib/${pkgname}"
-  cat << EOF > "${pkgdir}"/usr/bin/${pkgname}
-#!/bin/sh
-
-NODE_ENV=production electron /usr/lib/${pkgname}/app.asar "\$@"
-EOF
-  chmod +x "${pkgdir}/usr/bin/${pkgname}"
-
-  install -Dm 644 "../${pkgname}.desktop" -t "${pkgdir}/usr/share/applications"
-  for i in 16 24 32 48 64 128 256 512 1024; do
-install -Dm 644 "build/icons/png/${i}x${i}.png" \
-  "${pkgdir}/usr/share/icons/hicolor/${i}x${i}/apps/${pkgname}.png"
-  done
-}
-
-# vim: ts=2 sw=2 et:

Copied: signal-desktop/repos/community-x86_64/PKGBUILD (from rev 552562, 
signal-desktop/trunk/PKGBUILD)

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

2020-01-14 Thread Kpcyrd via arch-commits
Date: Wednesday, January 15, 2020 @ 04:42:49
  Author: kpcyrd
Revision: 552562

upgpkg: signal-desktop 1.29.4-1

Modified:
  signal-desktop/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2020-01-15 04:02:31 UTC (rev 552561)
+++ PKGBUILD2020-01-15 04:42:49 UTC (rev 552562)
@@ -3,8 +3,8 @@
 
 pkgname=signal-desktop
 _pkgname=Signal-Desktop
-pkgver=1.29.3
-pkgrel=2
+pkgver=1.29.4
+pkgrel=1
 pkgdesc="Electron application that links with Signal on mobile"
 license=('GPL3')
 arch=('x86_64')
@@ -19,14 +19,14 @@
   # See https://github.com/atom/node-spellchecker/issues/127
   
"https://github.com/atom/node-spellchecker/archive/613ff91dd2d9a5ee0e86be8a3682beecc4e94887.tar.gz;
 )
-sha512sums=('99c7733f563b0a81061e6c12368d389ca4907c167c31a6b5c96d321d7c4e5f78a5abb83f8d64805d60b43dae4142e34d7d959e1904a604e5e8c7ba1c87326c2e'
+sha512sums=('f07a8143c0a122a5927d8868f2858e253a7d79a872aec73e9e1cbe3ca43b04af36995a8ac00b6da6065adf10e71215397e38376ad0ef8efde0a0751195441c58'
 
'c5ec0bf524e527ecf94207ef6aa1f2671346e115ec15de6d063cde0960151813752a1814e003705fc1a99d4e2eae1b3ca4d03432a50790957186e240527cc361'
-
'6b846fdf70dae6c4657de523ec133d2f08325740863660b86e75d032bb07a4b97834ba0eeea4c77000c2c20b11739b8e8deaf06584f9279638e640c4b7633dd5'
-
'42f57802fa91dafb6dbfb5a3f613c4c07df65e97f8da84c9a54292c97a4d170f8455461aac8f6f7819d1ffbea4bf6c28488f8950056ba988776d060be3f107dd')
-b2sums=('82525d2eff0bf3a26c45f6b147981d389acfc079a4ac3792bce40d3c58dcec6e1d6ed7774a566ac1011d69c1ea341c910093b8292ee410f9432962f85b7da0a7'
+
'6b846fdf70dae6c4657de523ec133d2f08325740863660b86e75d032bb07a4b97834ba0eeea4c77000c2c20b11739b8e8deaf06584f9279638e640c4b7633dd5'
+
'42f57802fa91dafb6dbfb5a3f613c4c07df65e97f8da84c9a54292c97a4d170f8455461aac8f6f7819d1ffbea4bf6c28488f8950056ba988776d060be3f107dd')
+b2sums=('9bc00b1b6516c7a678060b04adc55b64efe5b6332d285e536e95aa1b697996fbf3d32aca6dece726a7ec30a31dcc63e047ce2fe76aeb64c7e4d1e1336a75878f'
 
'c0ceb5b903965727714b1848c818877f4b740c4734deafcfaf777046002a445d79cd4d86bbbf3d763dbda8e8d542b60605ae2ca43196ea76b089f2e808926dbc'
-
'91fe76cd2ef32bd523aa857a219209f93ca5a6a3f5caa35f67c489a8eb79c8e1e404f453bed9e866e543ed48b9df8e17b45ad2ea8891b48d1502a97589a144af'
-
'53ad39f0bed69c5c5635d2e581f4ce56e3080fee16f184add08adee1164c2d68059d52071478a05cdacf04186f9964250f46f09e80553bf35e1f2f4cd1976d1b')
+
'91fe76cd2ef32bd523aa857a219209f93ca5a6a3f5caa35f67c489a8eb79c8e1e404f453bed9e866e543ed48b9df8e17b45ad2ea8891b48d1502a97589a144af'
+
'53ad39f0bed69c5c5635d2e581f4ce56e3080fee16f184add08adee1164c2d68059d52071478a05cdacf04186f9964250f46f09e80553bf35e1f2f4cd1976d1b')
 
 prepare() {
   cd "${_pkgname}-${pkgver}"


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

2020-01-14 Thread Daniel M. Capella via arch-commits
Date: Wednesday, January 15, 2020 @ 04:02:31
  Author: polyzen
Revision: 552561

archrelease: copy trunk to community-x86_64

Added:
  skim/repos/community-x86_64/PKGBUILD
(from rev 552560, skim/trunk/PKGBUILD)
Deleted:
  skim/repos/community-x86_64/PKGBUILD

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

Deleted: PKGBUILD
===
--- PKGBUILD2020-01-15 04:02:07 UTC (rev 552560)
+++ PKGBUILD2020-01-15 04:02:31 UTC (rev 552561)
@@ -1,34 +0,0 @@
-# Maintainer: Daniel M. Capella 
-# Contributor: fenuks
-
-pkgname=skim
-pkgver=0.6.9
-pkgrel=1
-pkgdesc='Fuzzy Finder in rust!'
-arch=('x86_64')
-depends=('ncurses')
-makedepends=('rust')
-url=https://github.com/lotabout/skim
-license=('MIT')
-source=("$url/archive/v$pkgver/skim-v$pkgver.tar.gz")
-sha512sums=('487245f4d66c2bd1d3c6c5e69b12593905c4177cb8eaf9f2e69a61946ee1181cf8a3b0f0ed3226d442c6b60dbf539d990e0d0f1a1f2edf575154ba05180afa24')
-
-build() {
-  cd skim-$pkgver
-  cargo build --release --locked
-}
-
-check() {
-  cd skim-$pkgver
-  cargo test --release --locked
-}
-
-package() {
-  cd skim-$pkgver
-  install -Dt "$pkgdir"/usr/bin target/release/sk bin/sk-tmux
-  install -Dm644 -t "$pkgdir"/usr/share/man/man1 man/man1/*
-  install -Dm644 -t "$pkgdir"/usr/share/skim shell/*.bash shell/*.zsh
-  install -Dm644 shell/key-bindings.fish 
"$pkgdir"/usr/share/fish/functions/skim_key_bindings.fish
-  install -Dm644 -t "$pkgdir"/usr/share/vim/vimfiles/plugin plugin/skim.vim
-  install -Dm644 -t "$pkgdir"/usr/share/licenses/skim LICENSE
-}

Copied: skim/repos/community-x86_64/PKGBUILD (from rev 552560, 
skim/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2020-01-15 04:02:31 UTC (rev 552561)
@@ -0,0 +1,34 @@
+# Maintainer: Daniel M. Capella 
+# Contributor: fenuks
+
+pkgname=skim
+pkgver=0.7.0
+pkgrel=1
+pkgdesc='Fuzzy Finder in rust!'
+arch=('x86_64')
+depends=('ncurses')
+makedepends=('rust')
+url=https://github.com/lotabout/skim
+license=('MIT')
+source=("skim-$pkgver.tar.gz::https://static.crates.io/crates/skim/skim-$pkgver.crate;)
+sha512sums=('8e43dc786fc301dbec56234c65690461926c899a7b5aad3187f0a588f73b4470bc47fdd12f31e67c59d153cadc7a6b3408a1a23b4ccb220e069dfa6eddf38551')
+
+build() {
+  cd skim-$pkgver
+  cargo build --release --locked
+}
+
+check() {
+  cd skim-$pkgver
+  cargo test --release --locked
+}
+
+package() {
+  cd skim-$pkgver
+  install -Dt "$pkgdir"/usr/bin target/release/sk bin/sk-tmux
+  install -Dm644 -t "$pkgdir"/usr/share/man/man1 man/man1/*
+  install -Dm644 -t "$pkgdir"/usr/share/skim shell/*.bash shell/*.zsh
+  install -Dm644 shell/key-bindings.fish 
"$pkgdir"/usr/share/fish/functions/skim_key_bindings.fish
+  install -Dm644 -t "$pkgdir"/usr/share/vim/vimfiles/plugin plugin/skim.vim
+  install -Dm644 -t "$pkgdir"/usr/share/licenses/skim LICENSE
+}


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

2020-01-14 Thread Daniel M. Capella via arch-commits
Date: Wednesday, January 15, 2020 @ 04:02:07
  Author: polyzen
Revision: 552560

upgpkg: skim 0.7.0-1

Modified:
  skim/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2020-01-15 01:46:18 UTC (rev 552559)
+++ PKGBUILD2020-01-15 04:02:07 UTC (rev 552560)
@@ -2,7 +2,7 @@
 # Contributor: fenuks
 
 pkgname=skim
-pkgver=0.6.9
+pkgver=0.7.0
 pkgrel=1
 pkgdesc='Fuzzy Finder in rust!'
 arch=('x86_64')
@@ -10,8 +10,8 @@
 makedepends=('rust')
 url=https://github.com/lotabout/skim
 license=('MIT')
-source=("$url/archive/v$pkgver/skim-v$pkgver.tar.gz")
-sha512sums=('487245f4d66c2bd1d3c6c5e69b12593905c4177cb8eaf9f2e69a61946ee1181cf8a3b0f0ed3226d442c6b60dbf539d990e0d0f1a1f2edf575154ba05180afa24')
+source=("skim-$pkgver.tar.gz::https://static.crates.io/crates/skim/skim-$pkgver.crate;)
+sha512sums=('8e43dc786fc301dbec56234c65690461926c899a7b5aad3187f0a588f73b4470bc47fdd12f31e67c59d153cadc7a6b3408a1a23b4ccb220e069dfa6eddf38551')
 
 build() {
   cd skim-$pkgver


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

2020-01-14 Thread David Runge via arch-commits
Date: Wednesday, January 15, 2020 @ 01:46:18
  Author: dvzrv
Revision: 552559

archrelease: copy trunk to community-x86_64

Added:
  bshapr/repos/community-x86_64/PKGBUILD
(from rev 552558, bshapr/trunk/PKGBUILD)
Deleted:
  bshapr/repos/community-x86_64/PKGBUILD

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

Deleted: PKGBUILD
===
--- PKGBUILD2020-01-15 01:46:05 UTC (rev 552558)
+++ PKGBUILD2020-01-15 01:46:18 UTC (rev 552559)
@@ -1,38 +0,0 @@
-# Maintainer: David Runge 
-
-_name=BShapr
-_plugin_uri="https://www.jahnichen.de/plugins/lv2/BShapr;
-pkgname=bshapr
-pkgver=0.6
-pkgrel=1
-pkgdesc="Beat/ envelope shaper LV2 plugin"
-arch=('x86_64')
-url="https://github.com/sjaehn/BShapr;
-license=('GPL3')
-groups=('lv2-plugins' 'pro-audio')
-depends=('cairo' 'gcc-libs' 'glibc' 'libx11')
-makedepends=('lv2')
-checkdepends=('lv2lint' 'sord')
-source=("$pkgname-$pkgver.tar.gz::https://github.com/sjaehn/${pkgname}/archive/v${pkgver}.tar.gz;)
-sha512sums=('da34fba526cf6ecb14413e6f8d5f9841be0b7e1b3c3320a4588fa87f47bda3e0f8d5efbcf0ccd121b3cd813fc5b84138461b6a75610abb92e3f1b0e9773a6e27')
-
-prepare() {
-  mv -v "${_name}-${pkgver}" "${pkgname}-${pkgver}"
-}
-
-build() {
-  cd "$pkgname-$pkgver"
-  make
-}
-
-check() {
-  cd "$pkgname-$pkgver"
-  sord_validate "${_name}.lv2/"*.ttl || echo "Known to fail: 
https://github.com/sjaehn/BShapr/issues/7;
-  LV2_PATH="${PWD}" lv2lint "${_plugin_uri}" || echo "Known to fail: 
https://github.com/sjaehn/BShapr/issues/7;
-}
-
-package() {
-  cd "$pkgname-$pkgver"
-  make PREFIX=/usr DESTDIR="$pkgdir/" install
-  install -vDm 644 README.md -t "${pkgdir}/usr/share/doc/${pkgname}"
-}

Copied: bshapr/repos/community-x86_64/PKGBUILD (from rev 552558, 
bshapr/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2020-01-15 01:46:18 UTC (rev 552559)
@@ -0,0 +1,37 @@
+# Maintainer: David Runge 
+
+_name=BShapr
+_plugin_uri="https://www.jahnichen.de/plugins/lv2/BShapr;
+pkgname=bshapr
+pkgver=0.7
+pkgrel=1
+pkgdesc="Beat/ envelope shaper LV2 plugin"
+arch=('x86_64')
+url="https://github.com/sjaehn/BShapr;
+license=('GPL3')
+groups=('lv2-plugins' 'pro-audio')
+depends=('cairo' 'gcc-libs' 'glibc' 'libx11')
+makedepends=('lv2')
+checkdepends=('lv2lint')
+source=("$pkgname-$pkgver.tar.gz::https://github.com/sjaehn/${pkgname}/archive/v${pkgver}.tar.gz;)
+sha512sums=('283be591202759265cfc7c2290f9af081f6864151268c82b2622cf5654dd18214e02d7b6c4b040cf083b812fe42cbbe12a98c55ced04edadd642e70a21abc24b')
+
+prepare() {
+  mv -v "${_name}-${pkgver}" "${pkgname}-${pkgver}"
+}
+
+build() {
+  cd "$pkgname-$pkgver"
+  make
+}
+
+check() {
+  cd "$pkgname-$pkgver"
+  lv2lint -I "./${_name}.lv2/" "${_plugin_uri}" || echo "Known to fail: 
https://github.com/sjaehn/BShapr/issues/7;
+}
+
+package() {
+  cd "$pkgname-$pkgver"
+  make PREFIX=/usr DESTDIR="$pkgdir/" install
+  install -vDm 644 README.md -t "${pkgdir}/usr/share/doc/${pkgname}"
+}


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

2020-01-14 Thread David Runge via arch-commits
Date: Wednesday, January 15, 2020 @ 01:46:05
  Author: dvzrv
Revision: 552558

upgpkg: bshapr 0.7-1: Upgrading to 0.7. Dropping sord_validate, as it has way 
too many problems to be reliable in check().

Modified:
  bshapr/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2020-01-15 00:23:59 UTC (rev 552557)
+++ PKGBUILD2020-01-15 01:46:05 UTC (rev 552558)
@@ -3,7 +3,7 @@
 _name=BShapr
 _plugin_uri="https://www.jahnichen.de/plugins/lv2/BShapr;
 pkgname=bshapr
-pkgver=0.6
+pkgver=0.7
 pkgrel=1
 pkgdesc="Beat/ envelope shaper LV2 plugin"
 arch=('x86_64')
@@ -12,9 +12,9 @@
 groups=('lv2-plugins' 'pro-audio')
 depends=('cairo' 'gcc-libs' 'glibc' 'libx11')
 makedepends=('lv2')
-checkdepends=('lv2lint' 'sord')
+checkdepends=('lv2lint')
 
source=("$pkgname-$pkgver.tar.gz::https://github.com/sjaehn/${pkgname}/archive/v${pkgver}.tar.gz;)
-sha512sums=('da34fba526cf6ecb14413e6f8d5f9841be0b7e1b3c3320a4588fa87f47bda3e0f8d5efbcf0ccd121b3cd813fc5b84138461b6a75610abb92e3f1b0e9773a6e27')
+sha512sums=('283be591202759265cfc7c2290f9af081f6864151268c82b2622cf5654dd18214e02d7b6c4b040cf083b812fe42cbbe12a98c55ced04edadd642e70a21abc24b')
 
 prepare() {
   mv -v "${_name}-${pkgver}" "${pkgname}-${pkgver}"
@@ -27,8 +27,7 @@
 
 check() {
   cd "$pkgname-$pkgver"
-  sord_validate "${_name}.lv2/"*.ttl || echo "Known to fail: 
https://github.com/sjaehn/BShapr/issues/7;
-  LV2_PATH="${PWD}" lv2lint "${_plugin_uri}" || echo "Known to fail: 
https://github.com/sjaehn/BShapr/issues/7;
+  lv2lint -I "./${_name}.lv2/" "${_plugin_uri}" || echo "Known to fail: 
https://github.com/sjaehn/BShapr/issues/7;
 }
 
 package() {


[arch-commits] Commit in python-django-rest-framework/trunk (PKGBUILD)

2020-01-14 Thread David Runge via arch-commits
Date: Wednesday, January 15, 2020 @ 00:23:54
  Author: dvzrv
Revision: 552556

upgpkg: python-django-rest-framework 3.11.0-2: Adding python-django-filter to 
optdepends.

Modified:
  python-django-rest-framework/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2020-01-15 00:08:33 UTC (rev 552555)
+++ PKGBUILD2020-01-15 00:23:54 UTC (rev 552556)
@@ -5,7 +5,7 @@
 _name=django-rest-framework
 pkgname=python-django-rest-framework
 pkgver=3.11.0
-pkgrel=1
+pkgrel=2
 pkgdesc="A powerful and flexible toolkit for building Web APIs."
 arch=('any')
 url="https://www.django-rest-framework.org/;
@@ -15,12 +15,12 @@
 checkdepends=('python-pytest' 'python-pytest-cov' 'python-pytest-django')
 # bootstrap without python-django-filter, as it has a checkdepends on
 # python-django-rest-framework
-optdepends=('python-django-guardian: for a per-object permission model'
+optdepends=('python-django-filter: for dynamic queryset filters'
+'python-django-guardian: for a per-object permission model'
 'python-markdown: for markdown support'
 'python-psycopg2: for PostgreSQL support'
 'python-pygments: for syntax highlighting'
 'python-pyaml: for YAML support')
-#'python-django-filter: for dynamic queryset filters'
 # tests not in pypi sdist:
 # https://github.com/encode/django-rest-framework/issues/7141
 # 
source=("https://files.pythonhosted.org/packages/source/${_name::1}/${_name}/${_name}-${pkgver}.tar.gz;)


[arch-commits] Commit in python-django-rest-framework/repos/community-any (2 files)

2020-01-14 Thread David Runge via arch-commits
Date: Wednesday, January 15, 2020 @ 00:23:59
  Author: dvzrv
Revision: 552557

archrelease: copy trunk to community-any

Added:
  python-django-rest-framework/repos/community-any/PKGBUILD
(from rev 552556, python-django-rest-framework/trunk/PKGBUILD)
Deleted:
  python-django-rest-framework/repos/community-any/PKGBUILD

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

Deleted: PKGBUILD
===
--- PKGBUILD2020-01-15 00:23:54 UTC (rev 552556)
+++ PKGBUILD2020-01-15 00:23:59 UTC (rev 552557)
@@ -1,53 +0,0 @@
-# Maintainer: David Runge 
-
-# weird name on pypi, because reasons
-# _name=djangorestframework
-_name=django-rest-framework
-pkgname=python-django-rest-framework
-pkgver=3.11.0
-pkgrel=1
-pkgdesc="A powerful and flexible toolkit for building Web APIs."
-arch=('any')
-url="https://www.django-rest-framework.org/;
-license=('BSD')
-depends=('python-django')
-makedepends=('python-setuptools')
-checkdepends=('python-pytest' 'python-pytest-cov' 'python-pytest-django')
-# bootstrap without python-django-filter, as it has a checkdepends on
-# python-django-rest-framework
-optdepends=('python-django-guardian: for a per-object permission model'
-'python-markdown: for markdown support'
-'python-psycopg2: for PostgreSQL support'
-'python-pygments: for syntax highlighting'
-'python-pyaml: for YAML support')
-#'python-django-filter: for dynamic queryset filters'
-# tests not in pypi sdist:
-# https://github.com/encode/django-rest-framework/issues/7141
-# 
source=("https://files.pythonhosted.org/packages/source/${_name::1}/${_name}/${_name}-${pkgver}.tar.gz;)
-source=("${pkgname}-${pkgver}.tar.gz::https://github.com/encode/${_name}/archive/${pkgver}.tar.gz;)
-sha512sums=('7f49e02fa8d4d91a7aeb832814d6c53f3367fef8048bf6a1ad1f53a9f0b4c19e06cf76884a540144961ebe6a3f296afa9a427e4eea9e08578052dccb46da9c52')
-
-prepare() {
-  mv -v "${_name}-${pkgver}" "$pkgname-$pkgver"
-}
-
-build() {
-  cd "$pkgname-$pkgver"
-  python setup.py build
-}
-
-check() {
-  cd "$pkgname-$pkgver"
-  export PYTHONPATH="${PWD}/build:${PYTHONPATH}"
-  pytest -v
-}
-
-package() {
-  cd "$pkgname-$pkgver"
-  python setup.py install --skip-build \
---optimize=1 \
---prefix=/usr \
---root="${pkgdir}"
-  install -vDm 644 README.md -t "${pkgdir}/usr/share/doc/${pkgname}"
-  install -vDm 644 LICENSE.md -t "${pkgdir}/usr/share/licenses/${pkgname}"
-}

Copied: python-django-rest-framework/repos/community-any/PKGBUILD (from rev 
552556, python-django-rest-framework/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2020-01-15 00:23:59 UTC (rev 552557)
@@ -0,0 +1,53 @@
+# Maintainer: David Runge 
+
+# weird name on pypi, because reasons
+# _name=djangorestframework
+_name=django-rest-framework
+pkgname=python-django-rest-framework
+pkgver=3.11.0
+pkgrel=2
+pkgdesc="A powerful and flexible toolkit for building Web APIs."
+arch=('any')
+url="https://www.django-rest-framework.org/;
+license=('BSD')
+depends=('python-django')
+makedepends=('python-setuptools')
+checkdepends=('python-pytest' 'python-pytest-cov' 'python-pytest-django')
+# bootstrap without python-django-filter, as it has a checkdepends on
+# python-django-rest-framework
+optdepends=('python-django-filter: for dynamic queryset filters'
+'python-django-guardian: for a per-object permission model'
+'python-markdown: for markdown support'
+'python-psycopg2: for PostgreSQL support'
+'python-pygments: for syntax highlighting'
+'python-pyaml: for YAML support')
+# tests not in pypi sdist:
+# https://github.com/encode/django-rest-framework/issues/7141
+# 
source=("https://files.pythonhosted.org/packages/source/${_name::1}/${_name}/${_name}-${pkgver}.tar.gz;)
+source=("${pkgname}-${pkgver}.tar.gz::https://github.com/encode/${_name}/archive/${pkgver}.tar.gz;)
+sha512sums=('7f49e02fa8d4d91a7aeb832814d6c53f3367fef8048bf6a1ad1f53a9f0b4c19e06cf76884a540144961ebe6a3f296afa9a427e4eea9e08578052dccb46da9c52')
+
+prepare() {
+  mv -v "${_name}-${pkgver}" "$pkgname-$pkgver"
+}
+
+build() {
+  cd "$pkgname-$pkgver"
+  python setup.py build
+}
+
+check() {
+  cd "$pkgname-$pkgver"
+  export PYTHONPATH="${PWD}/build:${PYTHONPATH}"
+  pytest -v
+}
+
+package() {
+  cd "$pkgname-$pkgver"
+  python setup.py install --skip-build \
+--optimize=1 \
+--prefix=/usr \
+--root="${pkgdir}"
+  install -vDm 644 README.md -t "${pkgdir}/usr/share/doc/${pkgname}"
+  install -vDm 644 LICENSE.md -t "${pkgdir}/usr/share/licenses/${pkgname}"
+}


[arch-commits] Commit in python-django-filter/repos (2 files)

2020-01-14 Thread David Runge via arch-commits
Date: Wednesday, January 15, 2020 @ 00:08:33
  Author: dvzrv
Revision: 552555

archrelease: copy trunk to community-any

Added:
  python-django-filter/repos/community-any/
  python-django-filter/repos/community-any/PKGBUILD
(from rev 552554, python-django-filter/trunk/PKGBUILD)

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

Copied: python-django-filter/repos/community-any/PKGBUILD (from rev 552554, 
python-django-filter/trunk/PKGBUILD)
===
--- community-any/PKGBUILD  (rev 0)
+++ community-any/PKGBUILD  2020-01-15 00:08:33 UTC (rev 552555)
@@ -0,0 +1,42 @@
+# Maintainer: David Runge 
+
+_name=django-filter
+pkgname=python-django-filter
+pkgver=2.2.0
+pkgrel=2
+pkgdesc="A generic system for filtering Django QuerySets based on user 
selections"
+arch=('any')
+url="https://github.com/carltongibson/django-filter;
+license=('BSD')
+depends=('python-django')
+makedepends=('python-setuptools')
+checkdepends=('python-coverage' 'python-django-crispy-forms'
+'python-django-rest-framework' 'python-mock' 'python-pytest')
+source=("https://files.pythonhosted.org/packages/source/${_name::1}/${_name}/${_name}-${pkgver}.tar.gz;)
+sha512sums=('16a4336d1558cabfe497dd9736a2f652c9f9d141a72c856cf13f3ca56db4da85b5926b05c772aef5fa43a75e085025244b8deaf7facbc5bfa68907bd99f4f95d')
+
+prepare() {
+  mv -v "${_name}-${pkgver}" "$pkgname-$pkgver"
+}
+
+build() {
+  cd "$pkgname-$pkgver"
+  python setup.py build
+}
+
+check() {
+  cd "$pkgname-$pkgver"
+  export PYTHONPATH="build:${PYTHONPATH}"
+  python runtests.py
+}
+
+package() {
+  cd "$pkgname-$pkgver"
+  python setup.py install --skip-build \
+--optimize=1 \
+--prefix=/usr \
+--root="${pkgdir}"
+  install -vDm 644 {AUTHORS,{CHANGES,README}.rst} \
+-t "${pkgdir}/usr/share/doc/${pkgname}"
+  install -vDm 644 LICENSE -t "${pkgdir}/usr/share/licenses/${pkgname}"
+}


[arch-commits] Commit in (4 files)

2020-01-14 Thread David Runge via arch-commits
Date: Wednesday, January 15, 2020 @ 00:06:58
  Author: dvzrv
Revision: 552554

Adding python-django-filter as optdepends for python-django-rest-framework.

Added:
  python-django-filter/
  python-django-filter/repos/
  python-django-filter/trunk/
  python-django-filter/trunk/PKGBUILD

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

Added: python-django-filter/trunk/PKGBUILD
===
--- python-django-filter/trunk/PKGBUILD (rev 0)
+++ python-django-filter/trunk/PKGBUILD 2020-01-15 00:06:58 UTC (rev 552554)
@@ -0,0 +1,42 @@
+# Maintainer: David Runge 
+
+_name=django-filter
+pkgname=python-django-filter
+pkgver=2.2.0
+pkgrel=2
+pkgdesc="A generic system for filtering Django QuerySets based on user 
selections"
+arch=('any')
+url="https://github.com/carltongibson/django-filter;
+license=('BSD')
+depends=('python-django')
+makedepends=('python-setuptools')
+checkdepends=('python-coverage' 'python-django-crispy-forms'
+'python-django-rest-framework' 'python-mock' 'python-pytest')
+source=("https://files.pythonhosted.org/packages/source/${_name::1}/${_name}/${_name}-${pkgver}.tar.gz;)
+sha512sums=('16a4336d1558cabfe497dd9736a2f652c9f9d141a72c856cf13f3ca56db4da85b5926b05c772aef5fa43a75e085025244b8deaf7facbc5bfa68907bd99f4f95d')
+
+prepare() {
+  mv -v "${_name}-${pkgver}" "$pkgname-$pkgver"
+}
+
+build() {
+  cd "$pkgname-$pkgver"
+  python setup.py build
+}
+
+check() {
+  cd "$pkgname-$pkgver"
+  export PYTHONPATH="build:${PYTHONPATH}"
+  python runtests.py
+}
+
+package() {
+  cd "$pkgname-$pkgver"
+  python setup.py install --skip-build \
+--optimize=1 \
+--prefix=/usr \
+--root="${pkgdir}"
+  install -vDm 644 {AUTHORS,{CHANGES,README}.rst} \
+-t "${pkgdir}/usr/share/doc/${pkgname}"
+  install -vDm 644 LICENSE -t "${pkgdir}/usr/share/licenses/${pkgname}"
+}


[arch-commits] Commit in python-django-crispy-forms/repos (2 files)

2020-01-14 Thread David Runge via arch-commits
Date: Tuesday, January 14, 2020 @ 23:38:05
  Author: dvzrv
Revision: 552553

archrelease: copy trunk to community-any

Added:
  python-django-crispy-forms/repos/community-any/
  python-django-crispy-forms/repos/community-any/PKGBUILD
(from rev 552552, python-django-crispy-forms/trunk/PKGBUILD)

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

Copied: python-django-crispy-forms/repos/community-any/PKGBUILD (from rev 
552552, python-django-crispy-forms/trunk/PKGBUILD)
===
--- community-any/PKGBUILD  (rev 0)
+++ community-any/PKGBUILD  2020-01-14 23:38:05 UTC (rev 552553)
@@ -0,0 +1,41 @@
+# Maintainer: David Runge 
+
+_name=django-crispy-forms
+pkgname=python-django-crispy-forms
+pkgver=1.8.1
+pkgrel=1
+pkgdesc="The best way to have DRY Django forms"
+arch=('any')
+url="https://github.com/django-crispy-forms/django-crispy-forms;
+license=('MIT')
+depends=('python-django')
+makedepends=('python-setuptools')
+checkdepends=('python-coverage' 'python-pytest' 'python-pytest-cov' 
'python-pytest-django')
+source=("https://files.pythonhosted.org/packages/source/${_name::1}/${_name}/${_name}-${pkgver}.tar.gz;)
+sha512sums=('5f6db6cf158b9472a2f8afe8b8bd541b23cbe1aba7e3a7e5b45504ed4ae5e8181345a9288f953937e38bd2a12f71d540b54c43952e04ec6f3c4d079fb7e01934')
+
+prepare() {
+  mv -v "${_name}-${pkgver}" "$pkgname-$pkgver"
+}
+
+build() {
+  cd "$pkgname-$pkgver"
+  python setup.py build
+}
+
+check() {
+  cd "$pkgname-$pkgver"
+  export PYTHONPATH="build:${PYTHONPATH}"
+  DJANGO_SETTINGS_MODULE=crispy_forms.tests.test_settings pytest -v 
crispy_forms/tests --cov=crispy_forms
+}
+
+package() {
+  cd "$pkgname-$pkgver"
+  python setup.py install --skip-build \
+--optimize=1 \
+--prefix=/usr \
+--root="${pkgdir}"
+  install -vDm 644 {CONTRIBUTORS.txt,README.rst} \
+-t "${pkgdir}/usr/share/doc/${pkgname}"
+  install -vDm 644 LICENSE.txt -t "${pkgdir}/usr/share/licenses/${pkgname}"
+}


[arch-commits] Commit in (4 files)

2020-01-14 Thread David Runge via arch-commits
Date: Tuesday, January 14, 2020 @ 23:36:30
  Author: dvzrv
Revision: 552552

Adding python-django-crispy-forms as checkdepends for python-django-filter.

Added:
  python-django-crispy-forms/
  python-django-crispy-forms/repos/
  python-django-crispy-forms/trunk/
  python-django-crispy-forms/trunk/PKGBUILD

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

Added: python-django-crispy-forms/trunk/PKGBUILD
===
--- python-django-crispy-forms/trunk/PKGBUILD   (rev 0)
+++ python-django-crispy-forms/trunk/PKGBUILD   2020-01-14 23:36:30 UTC (rev 
552552)
@@ -0,0 +1,41 @@
+# Maintainer: David Runge 
+
+_name=django-crispy-forms
+pkgname=python-django-crispy-forms
+pkgver=1.8.1
+pkgrel=1
+pkgdesc="The best way to have DRY Django forms"
+arch=('any')
+url="https://github.com/django-crispy-forms/django-crispy-forms;
+license=('MIT')
+depends=('python-django')
+makedepends=('python-setuptools')
+checkdepends=('python-coverage' 'python-pytest' 'python-pytest-cov' 
'python-pytest-django')
+source=("https://files.pythonhosted.org/packages/source/${_name::1}/${_name}/${_name}-${pkgver}.tar.gz;)
+sha512sums=('5f6db6cf158b9472a2f8afe8b8bd541b23cbe1aba7e3a7e5b45504ed4ae5e8181345a9288f953937e38bd2a12f71d540b54c43952e04ec6f3c4d079fb7e01934')
+
+prepare() {
+  mv -v "${_name}-${pkgver}" "$pkgname-$pkgver"
+}
+
+build() {
+  cd "$pkgname-$pkgver"
+  python setup.py build
+}
+
+check() {
+  cd "$pkgname-$pkgver"
+  export PYTHONPATH="build:${PYTHONPATH}"
+  DJANGO_SETTINGS_MODULE=crispy_forms.tests.test_settings pytest -v 
crispy_forms/tests --cov=crispy_forms
+}
+
+package() {
+  cd "$pkgname-$pkgver"
+  python setup.py install --skip-build \
+--optimize=1 \
+--prefix=/usr \
+--root="${pkgdir}"
+  install -vDm 644 {CONTRIBUTORS.txt,README.rst} \
+-t "${pkgdir}/usr/share/doc/${pkgname}"
+  install -vDm 644 LICENSE.txt -t "${pkgdir}/usr/share/licenses/${pkgname}"
+}


[arch-commits] Commit in python-django-rest-framework/repos (2 files)

2020-01-14 Thread David Runge via arch-commits
Date: Tuesday, January 14, 2020 @ 23:03:49
  Author: dvzrv
Revision: 552551

archrelease: copy trunk to community-any

Added:
  python-django-rest-framework/repos/community-any/
  python-django-rest-framework/repos/community-any/PKGBUILD
(from rev 552550, python-django-rest-framework/trunk/PKGBUILD)

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

Copied: python-django-rest-framework/repos/community-any/PKGBUILD (from rev 
552550, python-django-rest-framework/trunk/PKGBUILD)
===
--- community-any/PKGBUILD  (rev 0)
+++ community-any/PKGBUILD  2020-01-14 23:03:49 UTC (rev 552551)
@@ -0,0 +1,53 @@
+# Maintainer: David Runge 
+
+# weird name on pypi, because reasons
+# _name=djangorestframework
+_name=django-rest-framework
+pkgname=python-django-rest-framework
+pkgver=3.11.0
+pkgrel=1
+pkgdesc="A powerful and flexible toolkit for building Web APIs."
+arch=('any')
+url="https://www.django-rest-framework.org/;
+license=('BSD')
+depends=('python-django')
+makedepends=('python-setuptools')
+checkdepends=('python-pytest' 'python-pytest-cov' 'python-pytest-django')
+# bootstrap without python-django-filter, as it has a checkdepends on
+# python-django-rest-framework
+optdepends=('python-django-guardian: for a per-object permission model'
+'python-markdown: for markdown support'
+'python-psycopg2: for PostgreSQL support'
+'python-pygments: for syntax highlighting'
+'python-pyaml: for YAML support')
+#'python-django-filter: for dynamic queryset filters'
+# tests not in pypi sdist:
+# https://github.com/encode/django-rest-framework/issues/7141
+# 
source=("https://files.pythonhosted.org/packages/source/${_name::1}/${_name}/${_name}-${pkgver}.tar.gz;)
+source=("${pkgname}-${pkgver}.tar.gz::https://github.com/encode/${_name}/archive/${pkgver}.tar.gz;)
+sha512sums=('7f49e02fa8d4d91a7aeb832814d6c53f3367fef8048bf6a1ad1f53a9f0b4c19e06cf76884a540144961ebe6a3f296afa9a427e4eea9e08578052dccb46da9c52')
+
+prepare() {
+  mv -v "${_name}-${pkgver}" "$pkgname-$pkgver"
+}
+
+build() {
+  cd "$pkgname-$pkgver"
+  python setup.py build
+}
+
+check() {
+  cd "$pkgname-$pkgver"
+  export PYTHONPATH="${PWD}/build:${PYTHONPATH}"
+  pytest -v
+}
+
+package() {
+  cd "$pkgname-$pkgver"
+  python setup.py install --skip-build \
+--optimize=1 \
+--prefix=/usr \
+--root="${pkgdir}"
+  install -vDm 644 README.md -t "${pkgdir}/usr/share/doc/${pkgname}"
+  install -vDm 644 LICENSE.md -t "${pkgdir}/usr/share/licenses/${pkgname}"
+}


[arch-commits] Commit in (4 files)

2020-01-14 Thread David Runge via arch-commits
Date: Tuesday, January 14, 2020 @ 23:01:32
  Author: dvzrv
Revision: 552550

Adding python-django-rest-framework as depends for hyperkitty.

Added:
  python-django-rest-framework/
  python-django-rest-framework/repos/
  python-django-rest-framework/trunk/
  python-django-rest-framework/trunk/PKGBUILD

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

Added: python-django-rest-framework/trunk/PKGBUILD
===
--- python-django-rest-framework/trunk/PKGBUILD (rev 0)
+++ python-django-rest-framework/trunk/PKGBUILD 2020-01-14 23:01:32 UTC (rev 
552550)
@@ -0,0 +1,53 @@
+# Maintainer: David Runge 
+
+# weird name on pypi, because reasons
+# _name=djangorestframework
+_name=django-rest-framework
+pkgname=python-django-rest-framework
+pkgver=3.11.0
+pkgrel=1
+pkgdesc="A powerful and flexible toolkit for building Web APIs."
+arch=('any')
+url="https://www.django-rest-framework.org/;
+license=('BSD')
+depends=('python-django')
+makedepends=('python-setuptools')
+checkdepends=('python-pytest' 'python-pytest-cov' 'python-pytest-django')
+# bootstrap without python-django-filter, as it has a checkdepends on
+# python-django-rest-framework
+optdepends=('python-django-guardian: for a per-object permission model'
+'python-markdown: for markdown support'
+'python-psycopg2: for PostgreSQL support'
+'python-pygments: for syntax highlighting'
+'python-pyaml: for YAML support')
+#'python-django-filter: for dynamic queryset filters'
+# tests not in pypi sdist:
+# https://github.com/encode/django-rest-framework/issues/7141
+# 
source=("https://files.pythonhosted.org/packages/source/${_name::1}/${_name}/${_name}-${pkgver}.tar.gz;)
+source=("${pkgname}-${pkgver}.tar.gz::https://github.com/encode/${_name}/archive/${pkgver}.tar.gz;)
+sha512sums=('7f49e02fa8d4d91a7aeb832814d6c53f3367fef8048bf6a1ad1f53a9f0b4c19e06cf76884a540144961ebe6a3f296afa9a427e4eea9e08578052dccb46da9c52')
+
+prepare() {
+  mv -v "${_name}-${pkgver}" "$pkgname-$pkgver"
+}
+
+build() {
+  cd "$pkgname-$pkgver"
+  python setup.py build
+}
+
+check() {
+  cd "$pkgname-$pkgver"
+  export PYTHONPATH="${PWD}/build:${PYTHONPATH}"
+  pytest -v
+}
+
+package() {
+  cd "$pkgname-$pkgver"
+  python setup.py install --skip-build \
+--optimize=1 \
+--prefix=/usr \
+--root="${pkgdir}"
+  install -vDm 644 README.md -t "${pkgdir}/usr/share/doc/${pkgname}"
+  install -vDm 644 LICENSE.md -t "${pkgdir}/usr/share/licenses/${pkgname}"
+}


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

2020-01-14 Thread Sven-Hendrik Haase via arch-commits
Date: Tuesday, January 14, 2020 @ 22:51:23
  Author: svenstaro
Revision: 552548

upgpkg: gox 1.0.1-2: Conform to Go packaging guidelines

Modified:
  gox/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2020-01-14 22:49:13 UTC (rev 552547)
+++ PKGBUILD2020-01-14 22:51:23 UTC (rev 552548)
@@ -5,12 +5,13 @@
 
 pkgname=gox
 pkgver=1.0.1
-pkgrel=1
+pkgrel=2
 pkgdesc="A simple, no-frills tool for Go cross compilation"
 arch=('x86_64')
 url="https://github.com/mitchellh/${pkgname};
 license=('MPL2')
-makedepends=('go' 'git')
+depends=('glibc')
+makedepends=('go-pie')
 source=("${pkgname}-${pkgver}.tar.gz::${url}/archive/v${pkgver}.tar.gz")
 sha256sums=('25aab55a4ba75653931be2a2b95e29216b54bd8fecc7931bd416efe49a388229')
 
@@ -21,9 +22,14 @@
 
 build() {
   cd "$srcdir/$pkgname-$pkgver"
-  go build -trimpath -ldflags "-extldflags $LDFLAGS"
+  go build -mod=vendor -trimpath -ldflags "-extldflags $LDFLAGS"
 }
 
+check() {
+  cd $pkgname-$pkgver
+  go test -mod=vendor
+}
+
 package() {
   cd "$srcdir/$pkgname-$pkgver"
   install -Dm755 $pkgname "$pkgdir/usr/bin/$pkgname"


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

2020-01-14 Thread Christian Hesse via arch-commits
Date: Tuesday, January 14, 2020 @ 22:47:29
  Author: eworm
Revision: 552545

upgpkg: virtualbox-modules-arch 6.1.2-1

new upstream release, for linux 5.4.11.arch1-1

Modified:
  virtualbox-modules-arch/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2020-01-14 22:47:24 UTC (rev 552544)
+++ PKGBUILD2020-01-14 22:47:29 UTC (rev 552545)
@@ -3,8 +3,8 @@
 
 pkgbase=virtualbox-modules-arch
 pkgname=('virtualbox-host-modules-arch' 'virtualbox-guest-modules-arch')
-pkgver=6.1.0
-pkgrel=11
+pkgver=6.1.2
+pkgrel=1
 arch=('x86_64')
 url='http://virtualbox.org'
 license=('GPL')


[arch-commits] Commit in (4 files)

2020-01-14 Thread David Runge via arch-commits
Date: Tuesday, January 14, 2020 @ 22:47:24
  Author: dvzrv
Revision: 552544

Adding python-django-guardian as optdepends for python-django-rest-framework.

Added:
  python-django-guardian/
  python-django-guardian/repos/
  python-django-guardian/trunk/
  python-django-guardian/trunk/PKGBUILD

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

Added: python-django-guardian/trunk/PKGBUILD
===
--- python-django-guardian/trunk/PKGBUILD   (rev 0)
+++ python-django-guardian/trunk/PKGBUILD   2020-01-14 22:47:24 UTC (rev 
552544)
@@ -0,0 +1,40 @@
+# Maintainer: David Runge 
+
+_name=django-guardian
+pkgname=python-django-guardian
+pkgver=2.1.0
+pkgrel=1
+pkgdesc="Per object permissions for Django"
+arch=('any')
+url="https://github.com/django-guardian/django-guardian;
+license=('BSD' 'MIT')
+depends=('python-django' 'python-django-environ')
+makedepends=('python-setuptools')
+checkdepends=('python-mock' 'python-pytest' 'python-pytest-django')
+source=("https://files.pythonhosted.org/packages/source/${_name::1}/${_name}/${_name}-${pkgver}.tar.gz;)
+sha512sums=('32c247fc5ae54f8be43181f08a0333263ee8f02064625a80b8d1b14868871b47638231e3fd101643c8cd0bb59e2c15e1cff7dfe151588d5626930c50ace20ec7')
+
+prepare() {
+  mv -v "${_name}-${pkgver}" "$pkgname-$pkgver"
+}
+
+build() {
+  cd "$pkgname-$pkgver"
+  python setup.py build
+}
+
+check() {
+  cd "$pkgname-$pkgver"
+  export PYTHONPATH="build:${PYTHONPATH}"
+  pytest -v
+}
+
+package() {
+  cd "$pkgname-$pkgver"
+  python setup.py install --skip-build \
+--optimize=1 \
+--prefix=/usr \
+--root="${pkgdir}"
+  install -vDm 644 {AUTHORS,CHANGES,README.rst} -t 
"${pkgdir}/usr/share/doc/${pkgname}"
+  install -vDm 644 LICENSE -t "${pkgdir}/usr/share/licenses/${pkgname}"
+}


[arch-commits] Commit in virtualbox-modules-arch/repos/community-x86_64 (2 files)

2020-01-14 Thread Christian Hesse via arch-commits
Date: Tuesday, January 14, 2020 @ 22:47:32
  Author: eworm
Revision: 552546

archrelease: copy trunk to community-x86_64

Added:
  virtualbox-modules-arch/repos/community-x86_64/PKGBUILD
(from rev 552545, virtualbox-modules-arch/trunk/PKGBUILD)
Deleted:
  virtualbox-modules-arch/repos/community-x86_64/PKGBUILD

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

Deleted: PKGBUILD
===
--- PKGBUILD2020-01-14 22:47:29 UTC (rev 552545)
+++ PKGBUILD2020-01-14 22:47:32 UTC (rev 552546)
@@ -1,58 +0,0 @@
-# Maintainer: Sébastien Luttringer
-# Contributor: Ionut Biru 
-
-pkgbase=virtualbox-modules-arch
-pkgname=('virtualbox-host-modules-arch' 'virtualbox-guest-modules-arch')
-pkgver=6.1.0
-pkgrel=11
-arch=('x86_64')
-url='http://virtualbox.org'
-license=('GPL')
-makedepends=('linux-headers'
- "virtualbox-host-dkms>=$pkgver"
- "virtualbox-guest-dkms>=$pkgver")
-
-build() {
-_kernver=$(
+
+pkgbase=virtualbox-modules-arch
+pkgname=('virtualbox-host-modules-arch' 'virtualbox-guest-modules-arch')
+pkgver=6.1.2
+pkgrel=1
+arch=('x86_64')
+url='http://virtualbox.org'
+license=('GPL')
+makedepends=('linux-headers'
+ "virtualbox-host-dkms>=$pkgver"
+ "virtualbox-guest-dkms>=$pkgver")
+
+build() {
+_kernver=$(

[arch-commits] Commit in python-django-environ/repos (2 files)

2020-01-14 Thread David Runge via arch-commits
Date: Tuesday, January 14, 2020 @ 22:39:33
  Author: dvzrv
Revision: 552541

archrelease: copy trunk to community-any

Added:
  python-django-environ/repos/community-any/
  python-django-environ/repos/community-any/PKGBUILD
(from rev 552540, python-django-environ/trunk/PKGBUILD)

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

Copied: python-django-environ/repos/community-any/PKGBUILD (from rev 552540, 
python-django-environ/trunk/PKGBUILD)
===
--- community-any/PKGBUILD  (rev 0)
+++ community-any/PKGBUILD  2020-01-14 22:39:33 UTC (rev 552541)
@@ -0,0 +1,40 @@
+# Maintainer: David Runge 
+
+_name=django-environ
+pkgname=python-django-environ
+pkgver=0.4.5
+pkgrel=3
+pkgdesc="Utilize 12factor inspired environment variables to configure your 
Django application"
+arch=('any')
+url="https://github.com/joke2k/django-environ;
+license=('MIT')
+depends=('python')
+makedepends=('python-setuptools')
+checkdepends=('python-pytest')
+source=("https://files.pythonhosted.org/packages/source/${_name::1}/${_name}/${_name}-${pkgver}.tar.gz;)
+sha512sums=('99dc88974194d17528b9b92d0fef2f87c331146879e0e25d4f64e1c87db76d85f5d902d2977bb2f55bf9208d120814a1afa15cb857f2228dfa3c5a03aa6db7c1')
+
+prepare() {
+  mv -v "${_name}-${pkgver}" "$pkgname-$pkgver"
+}
+
+build() {
+  cd "$pkgname-$pkgver"
+  python setup.py build
+}
+
+check() {
+  cd "$pkgname-$pkgver"
+  export PYTHONPATH="${PWD}/build:${PYTHONPATH}"
+  python setup.py test
+}
+
+package() {
+  cd "$pkgname-$pkgver"
+  python setup.py install --skip-build \
+--optimize=1 \
+--prefix=/usr \
+--root="${pkgdir}"
+  install -vDm 644 {AUTHORS,CHANGELOG,README}.rst -t 
"${pkgdir}/usr/share/doc/${pkgname}"
+  install -vDm 644 LICENSE.txt -t "${pkgdir}/usr/share/licenses/${pkgname}"
+}


[arch-commits] Commit in (4 files)

2020-01-14 Thread David Runge via arch-commits
Date: Tuesday, January 14, 2020 @ 22:37:45
  Author: dvzrv
Revision: 552540

Adding django-environ as checkdepends for python-django-guardian.

Added:
  python-django-environ/
  python-django-environ/repos/
  python-django-environ/trunk/
  python-django-environ/trunk/PKGBUILD

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

Added: python-django-environ/trunk/PKGBUILD
===
--- python-django-environ/trunk/PKGBUILD(rev 0)
+++ python-django-environ/trunk/PKGBUILD2020-01-14 22:37:45 UTC (rev 
552540)
@@ -0,0 +1,40 @@
+# Maintainer: David Runge 
+
+_name=django-environ
+pkgname=python-django-environ
+pkgver=0.4.5
+pkgrel=3
+pkgdesc="Utilize 12factor inspired environment variables to configure your 
Django application"
+arch=('any')
+url="https://github.com/joke2k/django-environ;
+license=('MIT')
+depends=('python')
+makedepends=('python-setuptools')
+checkdepends=('python-pytest')
+source=("https://files.pythonhosted.org/packages/source/${_name::1}/${_name}/${_name}-${pkgver}.tar.gz;)
+sha512sums=('99dc88974194d17528b9b92d0fef2f87c331146879e0e25d4f64e1c87db76d85f5d902d2977bb2f55bf9208d120814a1afa15cb857f2228dfa3c5a03aa6db7c1')
+
+prepare() {
+  mv -v "${_name}-${pkgver}" "$pkgname-$pkgver"
+}
+
+build() {
+  cd "$pkgname-$pkgver"
+  python setup.py build
+}
+
+check() {
+  cd "$pkgname-$pkgver"
+  export PYTHONPATH="${PWD}/build:${PYTHONPATH}"
+  python setup.py test
+}
+
+package() {
+  cd "$pkgname-$pkgver"
+  python setup.py install --skip-build \
+--optimize=1 \
+--prefix=/usr \
+--root="${pkgdir}"
+  install -vDm 644 {AUTHORS,CHANGELOG,README}.rst -t 
"${pkgdir}/usr/share/doc/${pkgname}"
+  install -vDm 644 LICENSE.txt -t "${pkgdir}/usr/share/licenses/${pkgname}"
+}


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

2020-01-14 Thread Sven-Hendrik Haase via arch-commits
Date: Tuesday, January 14, 2020 @ 22:52:06
  Author: svenstaro
Revision: 552549

archrelease: copy trunk to community-x86_64

Added:
  gox/repos/community-x86_64/PKGBUILD
(from rev 552548, gox/trunk/PKGBUILD)
Deleted:
  gox/repos/community-x86_64/PKGBUILD

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

Deleted: PKGBUILD
===
--- PKGBUILD2020-01-14 22:51:23 UTC (rev 552548)
+++ PKGBUILD2020-01-14 22:52:06 UTC (rev 552549)
@@ -1,31 +0,0 @@
-# Maintainer: Sven-Hendrik Haase 
-# Contributor: Simon Legner 
-# Contributor: Dmitri Goutnik 
-# Contributor: Lubomir 'Kuci' Kucera 
-
-pkgname=gox
-pkgver=1.0.1
-pkgrel=1
-pkgdesc="A simple, no-frills tool for Go cross compilation"
-arch=('x86_64')
-url="https://github.com/mitchellh/${pkgname};
-license=('MPL2')
-makedepends=('go' 'git')
-source=("${pkgname}-${pkgver}.tar.gz::${url}/archive/v${pkgver}.tar.gz")
-sha256sums=('25aab55a4ba75653931be2a2b95e29216b54bd8fecc7931bd416efe49a388229')
-
-prepare() {
-  cd "$srcdir/$pkgname-$pkgver"
-  go mod download
-}
-
-build() {
-  cd "$srcdir/$pkgname-$pkgver"
-  go build -trimpath -ldflags "-extldflags $LDFLAGS"
-}
-
-package() {
-  cd "$srcdir/$pkgname-$pkgver"
-  install -Dm755 $pkgname "$pkgdir/usr/bin/$pkgname"
-  install -Dm644 README.md "$pkgdir/usr/share/doc/$pkgname/README.md"
-}

Copied: gox/repos/community-x86_64/PKGBUILD (from rev 552548, 
gox/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2020-01-14 22:52:06 UTC (rev 552549)
@@ -0,0 +1,37 @@
+# Maintainer: Sven-Hendrik Haase 
+# Contributor: Simon Legner 
+# Contributor: Dmitri Goutnik 
+# Contributor: Lubomir 'Kuci' Kucera 
+
+pkgname=gox
+pkgver=1.0.1
+pkgrel=2
+pkgdesc="A simple, no-frills tool for Go cross compilation"
+arch=('x86_64')
+url="https://github.com/mitchellh/${pkgname};
+license=('MPL2')
+depends=('glibc')
+makedepends=('go-pie')
+source=("${pkgname}-${pkgver}.tar.gz::${url}/archive/v${pkgver}.tar.gz")
+sha256sums=('25aab55a4ba75653931be2a2b95e29216b54bd8fecc7931bd416efe49a388229')
+
+prepare() {
+  cd "$srcdir/$pkgname-$pkgver"
+  go mod download
+}
+
+build() {
+  cd "$srcdir/$pkgname-$pkgver"
+  go build -mod=vendor -trimpath -ldflags "-extldflags $LDFLAGS"
+}
+
+check() {
+  cd $pkgname-$pkgver
+  go test -mod=vendor
+}
+
+package() {
+  cd "$srcdir/$pkgname-$pkgver"
+  install -Dm755 $pkgname "$pkgdir/usr/bin/$pkgname"
+  install -Dm644 README.md "$pkgdir/usr/share/doc/$pkgname/README.md"
+}


[arch-commits] Commit in python-django-guardian/repos (2 files)

2020-01-14 Thread David Runge via arch-commits
Date: Tuesday, January 14, 2020 @ 22:49:13
  Author: dvzrv
Revision: 552547

archrelease: copy trunk to community-any

Added:
  python-django-guardian/repos/community-any/
  python-django-guardian/repos/community-any/PKGBUILD
(from rev 552546, python-django-guardian/trunk/PKGBUILD)

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

Copied: python-django-guardian/repos/community-any/PKGBUILD (from rev 552546, 
python-django-guardian/trunk/PKGBUILD)
===
--- community-any/PKGBUILD  (rev 0)
+++ community-any/PKGBUILD  2020-01-14 22:49:13 UTC (rev 552547)
@@ -0,0 +1,40 @@
+# Maintainer: David Runge 
+
+_name=django-guardian
+pkgname=python-django-guardian
+pkgver=2.1.0
+pkgrel=1
+pkgdesc="Per object permissions for Django"
+arch=('any')
+url="https://github.com/django-guardian/django-guardian;
+license=('BSD' 'MIT')
+depends=('python-django' 'python-django-environ')
+makedepends=('python-setuptools')
+checkdepends=('python-mock' 'python-pytest' 'python-pytest-django')
+source=("https://files.pythonhosted.org/packages/source/${_name::1}/${_name}/${_name}-${pkgver}.tar.gz;)
+sha512sums=('32c247fc5ae54f8be43181f08a0333263ee8f02064625a80b8d1b14868871b47638231e3fd101643c8cd0bb59e2c15e1cff7dfe151588d5626930c50ace20ec7')
+
+prepare() {
+  mv -v "${_name}-${pkgver}" "$pkgname-$pkgver"
+}
+
+build() {
+  cd "$pkgname-$pkgver"
+  python setup.py build
+}
+
+check() {
+  cd "$pkgname-$pkgver"
+  export PYTHONPATH="build:${PYTHONPATH}"
+  pytest -v
+}
+
+package() {
+  cd "$pkgname-$pkgver"
+  python setup.py install --skip-build \
+--optimize=1 \
+--prefix=/usr \
+--root="${pkgdir}"
+  install -vDm 644 {AUTHORS,CHANGES,README.rst} -t 
"${pkgdir}/usr/share/doc/${pkgname}"
+  install -vDm 644 LICENSE -t "${pkgdir}/usr/share/licenses/${pkgname}"
+}


[arch-commits] Commit in virtualbox/repos/community-x86_64 (51 files)

2020-01-14 Thread Christian Hesse via arch-commits
Date: Tuesday, January 14, 2020 @ 22:44:07
  Author: eworm
Revision: 552543

archrelease: copy trunk to community-x86_64

Added:
  virtualbox/repos/community-x86_64/001-disable-update.patch
(from rev 552542, virtualbox/trunk/001-disable-update.patch)
  virtualbox/repos/community-x86_64/005-gsoap-build.patch
(from rev 552542, virtualbox/trunk/005-gsoap-build.patch)
  virtualbox/repos/community-x86_64/006-rdesktop-vrdp-keymap-path.patch
(from rev 552542, virtualbox/trunk/006-rdesktop-vrdp-keymap-path.patch)
  virtualbox/repos/community-x86_64/008-no-vboxvideo.patch
(from rev 552542, virtualbox/trunk/008-no-vboxvideo.patch)
  
virtualbox/repos/community-x86_64/012-vbglR3GuestCtrlDetectPeekGetCancelSupport.patch
(from rev 552542, 
virtualbox/trunk/012-vbglR3GuestCtrlDetectPeekGetCancelSupport.patch)
  virtualbox/repos/community-x86_64/013-Makefile.patch
(from rev 552542, virtualbox/trunk/013-Makefile.patch)
  virtualbox/repos/community-x86_64/101-vboxsf-automount.patch
(from rev 552542, virtualbox/trunk/101-vboxsf-automount.patch)
  virtualbox/repos/community-x86_64/60-vboxdrv.rules
(from rev 552542, virtualbox/trunk/60-vboxdrv.rules)
  virtualbox/repos/community-x86_64/60-vboxguest.rules
(from rev 552542, virtualbox/trunk/60-vboxguest.rules)
  virtualbox/repos/community-x86_64/LocalConfig.kmk
(from rev 552542, virtualbox/trunk/LocalConfig.kmk)
  virtualbox/repos/community-x86_64/PKGBUILD
(from rev 552542, virtualbox/trunk/PKGBUILD)
  virtualbox/repos/community-x86_64/build.sh
(from rev 552542, virtualbox/trunk/build.sh)
  virtualbox/repos/community-x86_64/mount.vboxsf
(from rev 552542, virtualbox/trunk/mount.vboxsf)
  virtualbox/repos/community-x86_64/vboxreload
(from rev 552542, virtualbox/trunk/vboxreload)
  virtualbox/repos/community-x86_64/vboxservice-nox.service
(from rev 552542, virtualbox/trunk/vboxservice-nox.service)
  virtualbox/repos/community-x86_64/vboxservice.service
(from rev 552542, virtualbox/trunk/vboxservice.service)
  virtualbox/repos/community-x86_64/vboxweb.service
(from rev 552542, virtualbox/trunk/vboxweb.service)
  virtualbox/repos/community-x86_64/virtualbox-ext-vnc.install
(from rev 552542, virtualbox/trunk/virtualbox-ext-vnc.install)
  virtualbox/repos/community-x86_64/virtualbox-guest-dkms.conf
(from rev 552542, virtualbox/trunk/virtualbox-guest-dkms.conf)
  virtualbox/repos/community-x86_64/virtualbox-guest-dkms.install
(from rev 552542, virtualbox/trunk/virtualbox-guest-dkms.install)
  virtualbox/repos/community-x86_64/virtualbox-guest-utils.sysusers
(from rev 552542, virtualbox/trunk/virtualbox-guest-utils.sysusers)
  virtualbox/repos/community-x86_64/virtualbox-host-dkms.conf
(from rev 552542, virtualbox/trunk/virtualbox-host-dkms.conf)
  virtualbox/repos/community-x86_64/virtualbox-host-dkms.install
(from rev 552542, virtualbox/trunk/virtualbox-host-dkms.install)
  virtualbox/repos/community-x86_64/virtualbox-vboxsf-dkms.conf
(from rev 552542, virtualbox/trunk/virtualbox-vboxsf-dkms.conf)
  virtualbox/repos/community-x86_64/virtualbox.install
(from rev 552542, virtualbox/trunk/virtualbox.install)
  virtualbox/repos/community-x86_64/virtualbox.sysusers
(from rev 552542, virtualbox/trunk/virtualbox.sysusers)
Deleted:
  virtualbox/repos/community-x86_64/005-gsoap-build.patch
  virtualbox/repos/community-x86_64/006-rdesktop-vrdp-keymap-path.patch
  virtualbox/repos/community-x86_64/008-no-vboxvideo.patch
  
virtualbox/repos/community-x86_64/012-vbglR3GuestCtrlDetectPeekGetCancelSupport.patch
  virtualbox/repos/community-x86_64/013-Makefile.patch
  virtualbox/repos/community-x86_64/101-vboxsf-automount.patch
  virtualbox/repos/community-x86_64/60-vboxdrv.rules
  virtualbox/repos/community-x86_64/60-vboxguest.rules
  virtualbox/repos/community-x86_64/LocalConfig.kmk
  virtualbox/repos/community-x86_64/PKGBUILD
  virtualbox/repos/community-x86_64/build.sh
  virtualbox/repos/community-x86_64/mount.vboxsf
  virtualbox/repos/community-x86_64/vboxreload
  virtualbox/repos/community-x86_64/vboxservice-nox.service
  virtualbox/repos/community-x86_64/vboxservice.service
  virtualbox/repos/community-x86_64/vboxweb.service
  virtualbox/repos/community-x86_64/virtualbox-ext-vnc.install
  virtualbox/repos/community-x86_64/virtualbox-guest-dkms.conf
  virtualbox/repos/community-x86_64/virtualbox-guest-dkms.install
  virtualbox/repos/community-x86_64/virtualbox-guest-utils.sysusers
  virtualbox/repos/community-x86_64/virtualbox-host-dkms.conf
  virtualbox/repos/community-x86_64/virtualbox-host-dkms.install
  virtualbox/repos/community-x86_64/virtualbox-vboxsf-dkms.conf
  virtualbox/repos/community-x86_64/virtualbox.install
  virtualbox/repos/community-x86_64/virtualbox.sysusers

-+
 001-disable-update.patch|   13 
 005-gsoap-build.patch   |   22 
 006-rdesktop-vrdp-keymap-path.patch 

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

2020-01-14 Thread Christian Hesse via arch-commits
Date: Tuesday, January 14, 2020 @ 22:43:54
  Author: eworm
Revision: 552542

upgpkg: virtualbox 6.1.2-1

new upstream release

Modified:
  virtualbox/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2020-01-14 22:39:33 UTC (rev 552541)
+++ PKGBUILD2020-01-14 22:43:54 UTC (rev 552542)
@@ -9,7 +9,7 @@
  'virtualbox-guest-utils'
  'virtualbox-guest-utils-nox'
  'virtualbox-ext-vnc')
-pkgver=6.1.0
+pkgver=6.1.2
 pkgrel=1
 _vboxsf_commit='5aba938bcabd978e4615186ad7d8617d633e6f30'
 arch=('x86_64')
@@ -78,7 +78,7 @@
 # once support for mainline-style options string gets upstreamed
 '101-vboxsf-automount.patch'
 'mount.vboxsf')
-sha256sums=('49005ed94454f893fc3955e1e2b9607e85c300235cb983b39d1df2cfcf29f039'
+sha256sums=('4326576e8428ea3626194fc82646347576e94c61f11d412a669fc8a10c2a1e67'
 'SKIP'
 '76d98ea062fcad9e5e3fa981d046a6eb12a3e718a296544a68b66f4b65cb56db'
 'c328376b05183d269f98319ec660f54c55e298f77d229977606862b064651a7c'


[arch-commits] Commit in virtualbox-guest-iso/repos/community-any (6 files)

2020-01-14 Thread Christian Hesse via arch-commits
Date: Tuesday, January 14, 2020 @ 22:37:36
  Author: eworm
Revision: 552539

archrelease: copy trunk to community-any

Added:
  virtualbox-guest-iso/repos/community-any/PKGBUILD
(from rev 552538, virtualbox-guest-iso/trunk/PKGBUILD)
  virtualbox-guest-iso/repos/community-any/license
(from rev 552538, virtualbox-guest-iso/trunk/license)
  virtualbox-guest-iso/repos/community-any/virtualbox-guest-iso.install
(from rev 552538, virtualbox-guest-iso/trunk/virtualbox-guest-iso.install)
Deleted:
  virtualbox-guest-iso/repos/community-any/PKGBUILD
  virtualbox-guest-iso/repos/community-any/license
  virtualbox-guest-iso/repos/community-any/virtualbox-guest-iso.install

--+
 PKGBUILD |   58 +-
 license  |   68 -
 virtualbox-guest-iso.install |   36 ++---
 3 files changed, 81 insertions(+), 81 deletions(-)

Deleted: PKGBUILD
===
--- PKGBUILD2020-01-14 22:37:33 UTC (rev 552538)
+++ PKGBUILD2020-01-14 22:37:36 UTC (rev 552539)
@@ -1,29 +0,0 @@
-# Maintainer: Sébastien Luttringer
-# Contributor: Jonathan Steel 
-# Contributor: Ionut Biru 
-# Contributor: Geoffroy Carrier 
-# Contributor: Andrea Scarpino 
-# Contributor: Roman Kyrylych 
-
-pkgname=virtualbox-guest-iso
-pkgver=6.1.0
-pkgrel=1
-pkgdesc='The official VirtualBox Guest Additions ISO image'
-arch=('any')
-url='https://www.virtualbox.org/'
-license=('custom:PUEL')
-install=virtualbox-guest-iso.install
-replaces=('virtualbox-additions' 'virtualbox-iso-additions')
-conflicts=('virtualbox-additions' 'virtualbox-iso-additions')
-noextract=(VBoxGuestAdditions_$pkgver.iso)
-source=("https://download.virtualbox.org/virtualbox/$pkgver/VBoxGuestAdditions_$pkgver.iso;
-'license')
-sha256sums=('00ac2e01c18a5bd629919032eb69c6d0d13e6cc5d9b432fe00df520c1acd8dfe'
-'fbe9cd6288037bff44716642ee4bea9c42c2d60eb5ed86cb48fa95147d9e8623')
-
-package() {
-  install -D -m 0644 VBoxGuestAdditions_$pkgver.iso \
-"$pkgdir/usr/lib/virtualbox/additions/VBoxGuestAdditions.iso"
-  install -D -m 0644 "$srcdir/license" \
-"$pkgdir/usr/share/licenses/$pkgname/LICENSE"
-}

Copied: virtualbox-guest-iso/repos/community-any/PKGBUILD (from rev 552538, 
virtualbox-guest-iso/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2020-01-14 22:37:36 UTC (rev 552539)
@@ -0,0 +1,29 @@
+# Maintainer: Sébastien Luttringer
+# Contributor: Jonathan Steel 
+# Contributor: Ionut Biru 
+# Contributor: Geoffroy Carrier 
+# Contributor: Andrea Scarpino 
+# Contributor: Roman Kyrylych 
+
+pkgname=virtualbox-guest-iso
+pkgver=6.1.2
+pkgrel=1
+pkgdesc='The official VirtualBox Guest Additions ISO image'
+arch=('any')
+url='https://www.virtualbox.org/'
+license=('custom:PUEL')
+install=virtualbox-guest-iso.install
+replaces=('virtualbox-additions' 'virtualbox-iso-additions')
+conflicts=('virtualbox-additions' 'virtualbox-iso-additions')
+noextract=(VBoxGuestAdditions_$pkgver.iso)
+source=("https://download.virtualbox.org/virtualbox/$pkgver/VBoxGuestAdditions_$pkgver.iso;
+'license')
+sha256sums=('d1238cf34b0083264215ccdccfbca3adbbcf6ce7f30e33e04efed17c9260f068'
+'fbe9cd6288037bff44716642ee4bea9c42c2d60eb5ed86cb48fa95147d9e8623')
+
+package() {
+  install -D -m 0644 VBoxGuestAdditions_$pkgver.iso \
+"$pkgdir/usr/lib/virtualbox/additions/VBoxGuestAdditions.iso"
+  install -D -m 0644 "$srcdir/license" \
+"$pkgdir/usr/share/licenses/$pkgname/LICENSE"
+}

Deleted: license
===
--- license 2020-01-14 22:37:33 UTC (rev 552538)
+++ license 2020-01-14 22:37:36 UTC (rev 552539)
@@ -1,34 +0,0 @@
-VirtualBox Personal Use and Evaluation License (PUEL) 
-
-This license applies if you download the full VirtualBox binaries from the 
Downloads page. It does not apply to the VirtualBox Open Source Edition (OSE), 
which falls under the GPL instead; see Editions for details about the 
differences between these releases.
-
-In summary, the VirtualBox PUEL allows you to use VirtualBox free of charge
-
-* for personal use or, alternatively,
-* for product evaluation. 
-
-In addition, academic use of VirtualBox is also permitted free of charge by 
the PUEL.
-
-If you do not belong to either category, you will have to purchase a 
commercial license. Do not hesitate to contact InnoTek in this matter.
-
-If you are confused by the legalese below, you may also want to take a look at 
our Licensing FAQ to answer a few common questions.
-VirtualBox PUEL terms and conditions ¶
-
-Version 1.2, 2007-02-21
-
-InnoTek Systemberatung GmbH, Werkstrasse 24, 71384 Weinstadt, Germany grants 
you the right to use the software product as defined in § 1 according to the 
following provisions. If 

[arch-commits] Commit in virtualbox-guest-iso/trunk (PKGBUILD)

2020-01-14 Thread Christian Hesse via arch-commits
Date: Tuesday, January 14, 2020 @ 22:37:33
  Author: eworm
Revision: 552538

upgpkg: virtualbox-guest-iso 6.1.2-1

new upstream release

Modified:
  virtualbox-guest-iso/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2020-01-14 22:29:54 UTC (rev 552537)
+++ PKGBUILD2020-01-14 22:37:33 UTC (rev 552538)
@@ -6,7 +6,7 @@
 # Contributor: Roman Kyrylych 
 
 pkgname=virtualbox-guest-iso
-pkgver=6.1.0
+pkgver=6.1.2
 pkgrel=1
 pkgdesc='The official VirtualBox Guest Additions ISO image'
 arch=('any')
@@ -18,7 +18,7 @@
 noextract=(VBoxGuestAdditions_$pkgver.iso)
 
source=("https://download.virtualbox.org/virtualbox/$pkgver/VBoxGuestAdditions_$pkgver.iso;
 'license')
-sha256sums=('00ac2e01c18a5bd629919032eb69c6d0d13e6cc5d9b432fe00df520c1acd8dfe'
+sha256sums=('d1238cf34b0083264215ccdccfbca3adbbcf6ce7f30e33e04efed17c9260f068'
 'fbe9cd6288037bff44716642ee4bea9c42c2d60eb5ed86cb48fa95147d9e8623')
 
 package() {


[arch-commits] Commit in virtualbox/trunk (001-disable-update.patch PKGBUILD)

2020-01-14 Thread Christian Hesse via arch-commits
Date: Tuesday, January 14, 2020 @ 22:29:54
  Author: eworm
Revision: 552537

disable update functionality

We want updates to be performed by pacman...

Added:
  virtualbox/trunk/001-disable-update.patch
Modified:
  virtualbox/trunk/PKGBUILD

--+
 001-disable-update.patch |   13 +
 PKGBUILD |2 ++
 2 files changed, 15 insertions(+)

Added: 001-disable-update.patch
===
--- 001-disable-update.patch(rev 0)
+++ 001-disable-update.patch2020-01-14 22:29:54 UTC (rev 552537)
@@ -0,0 +1,13 @@
+diff --git 
a/src/VBox/Frontends/VirtualBox/src/extradata/UIExtraDataManager.cpp 
b/src/VBox/Frontends/VirtualBox/src/extradata/UIExtraDataManager.cpp
+index da373c92..18fb69a7 100644
+--- a/src/VBox/Frontends/VirtualBox/src/extradata/UIExtraDataManager.cpp
 b/src/VBox/Frontends/VirtualBox/src/extradata/UIExtraDataManager.cpp
+@@ -2349,7 +2349,7 @@ QString 
UIExtraDataManager::preventBetaBuildWarningForVersion()
+ bool UIExtraDataManager::applicationUpdateEnabled()
+ {
+ /* 'True' unless 'restriction' feature allowed: */
+-return !isFeatureAllowed(GUI_PreventApplicationUpdate);
++return false;
+ }
+ 
+ QString UIExtraDataManager::applicationUpdateData()

Modified: PKGBUILD
===
--- PKGBUILD2020-01-14 21:25:57 UTC (rev 552536)
+++ PKGBUILD2020-01-14 22:29:54 UTC (rev 552537)
@@ -68,6 +68,7 @@
 'vboxservice-nox.service'
 'vboxweb.service'
 'vboxreload'
+'001-disable-update.patch'
 '005-gsoap-build.patch'
 '006-rdesktop-vrdp-keymap-path.patch'
 '008-no-vboxvideo.patch'
@@ -91,6 +92,7 @@
 '01dbb921bd57a852919cc78be5b73580a564f28ebab2fe8d6c9b8301265cbfce'
 'e6e875ef186578b53106d7f6af48e426cdaf1b4e86834f01696b8ef1c685787f'
 '4001b5927348fe669a541e80526d4f9ea91b883805f102f7d571edbb482a9b9d'
+'9ee947c9b5ec5b25f52d3e72340fc3a57ca6e65a604e15b669ac582a3fb0dc1b'
 '7d2da8fe10a90f76bbfc80ad1f55df4414f118cd10e10abfb76070326abebd46'
 '13c6ca9be0f91582445fd2a14a8c58a0625a15d9cb98cb6e8c2736d77ea976ab'
 '053bfeee8863f3ffdf2f0e3f9f0d77dc61dd32764700a97a7635fd8611e20491'


[arch-commits] Commit in python-robot-detection/repos (2 files)

2020-01-14 Thread David Runge via arch-commits
Date: Tuesday, January 14, 2020 @ 21:25:57
  Author: dvzrv
Revision: 552536

archrelease: copy trunk to community-any

Added:
  python-robot-detection/repos/community-any/
  python-robot-detection/repos/community-any/PKGBUILD
(from rev 552535, python-robot-detection/trunk/PKGBUILD)

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

Copied: python-robot-detection/repos/community-any/PKGBUILD (from rev 552535, 
python-robot-detection/trunk/PKGBUILD)
===
--- community-any/PKGBUILD  (rev 0)
+++ community-any/PKGBUILD  2020-01-14 21:25:57 UTC (rev 552536)
@@ -0,0 +1,41 @@
+# Maintainer: David Runge 
+
+_name=robot-detection
+pkgname=python-robot-detection
+pkgver=0.4.0
+pkgrel=2
+pkgdesc="Detect web crawlers using HTTP User Agent"
+arch=('any')
+url="https://github.com/rory/robot-detection;
+license=('GPL3')
+depends=('python-six')
+makedepends=('python-setuptools')
+checkdepends=('python-pytest')
+# sdist doesn't contain tests:
+# https://github.com/rory/robot-detection/issues/2
+source=("$pkgname-$pkgver.tar.gz::https://github.com/rory/${_name}/archive/v${pkgver}.tar.gz;)
+sha512sums=('10b1fbd2307c375e3cd067e43bee1bc0ff71f4b83ede9b92d2fb8d60edfd6d4a8d1a4d06d74e3c0653056f2e2b2cb81a7e997047093e925bd79bf4626d33d85f')
+
+prepare() {
+  mv -v "${_name}-${pkgver}" "$pkgname-$pkgver"
+}
+
+build() {
+  cd "$pkgname-$pkgver"
+  python setup.py build
+}
+
+check() {
+  cd "$pkgname-$pkgver"
+  export PYTHONPATH="${PWD}/build:${PYTHONPATH}"
+  python ./tests.py
+}
+
+package() {
+  cd "$pkgname-$pkgver"
+  python setup.py install --skip-build \
+--optimize=1 \
+--prefix=/usr \
+--root="${pkgdir}"
+  install -vDm 644 README.md -t "${pkgdir}/usr/share/doc/${pkgname}"
+}


[arch-commits] Commit in (4 files)

2020-01-14 Thread David Runge via arch-commits
Date: Tuesday, January 14, 2020 @ 21:24:38
  Author: dvzrv
Revision: 552535

Adding python-robot-detection as depends for hyperkitty.

Added:
  python-robot-detection/
  python-robot-detection/repos/
  python-robot-detection/trunk/
  python-robot-detection/trunk/PKGBUILD

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

Added: python-robot-detection/trunk/PKGBUILD
===
--- python-robot-detection/trunk/PKGBUILD   (rev 0)
+++ python-robot-detection/trunk/PKGBUILD   2020-01-14 21:24:38 UTC (rev 
552535)
@@ -0,0 +1,41 @@
+# Maintainer: David Runge 
+
+_name=robot-detection
+pkgname=python-robot-detection
+pkgver=0.4.0
+pkgrel=2
+pkgdesc="Detect web crawlers using HTTP User Agent"
+arch=('any')
+url="https://github.com/rory/robot-detection;
+license=('GPL3')
+depends=('python-six')
+makedepends=('python-setuptools')
+checkdepends=('python-pytest')
+# sdist doesn't contain tests:
+# https://github.com/rory/robot-detection/issues/2
+source=("$pkgname-$pkgver.tar.gz::https://github.com/rory/${_name}/archive/v${pkgver}.tar.gz;)
+sha512sums=('10b1fbd2307c375e3cd067e43bee1bc0ff71f4b83ede9b92d2fb8d60edfd6d4a8d1a4d06d74e3c0653056f2e2b2cb81a7e997047093e925bd79bf4626d33d85f')
+
+prepare() {
+  mv -v "${_name}-${pkgver}" "$pkgname-$pkgver"
+}
+
+build() {
+  cd "$pkgname-$pkgver"
+  python setup.py build
+}
+
+check() {
+  cd "$pkgname-$pkgver"
+  export PYTHONPATH="${PWD}/build:${PYTHONPATH}"
+  python ./tests.py
+}
+
+package() {
+  cd "$pkgname-$pkgver"
+  python setup.py install --skip-build \
+--optimize=1 \
+--prefix=/usr \
+--root="${pkgdir}"
+  install -vDm 644 README.md -t "${pkgdir}/usr/share/doc/${pkgname}"
+}


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

2020-01-14 Thread Jelle van der Waa via arch-commits
Date: Tuesday, January 14, 2020 @ 20:52:00
  Author: jelle
Revision: 552534

Call -trimpath correctly so the build is reproducible

Modified:
  evilginx/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2020-01-14 19:59:09 UTC (rev 552533)
+++ PKGBUILD2020-01-14 20:52:00 UTC (rev 552534)
@@ -24,8 +24,7 @@
   export GOPATH="${srcdir}/go"
   dep ensure -v
   go build -v \
--gcflags "all=-trimpath=${GOPATH}" \
--asmflags "all=-trimpath=${GOPATH}" \
+-trimpath \
 -ldflags "-linkmode external -extldflags \"${LDFLAGS}\"" \
 -o ./bin/evilginx main.go
 }


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

2020-01-14 Thread Kpcyrd via arch-commits
Date: Tuesday, January 14, 2020 @ 19:59:09
  Author: kpcyrd
Revision: 552533

archrelease: copy trunk to community-x86_64

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

-+
 PKGBUILD|  152 +++---
 monero.sysusers |2 
 monero.tmpfiles |2 
 3 files changed, 78 insertions(+), 78 deletions(-)

Deleted: PKGBUILD
===
--- PKGBUILD2020-01-14 19:58:54 UTC (rev 552532)
+++ PKGBUILD2020-01-14 19:59:09 UTC (rev 552533)
@@ -1,76 +0,0 @@
-# Maintainer: kpcyrd 
-
-pkgname=monero
-pkgver=0.15.0.1
-pkgrel=3
-pkgdesc="Monero: the secure, private, untraceable currency - release version 
(includes daemon, wallet and miner)"
-license=('custom:Cryptonote')
-arch=('x86_64')
-url="https://getmonero.org/;
-depends=('boost-libs' 'libunwind' 'openssl' 'readline' 'zeromq' 'pcsclite' 
'hidapi')
-makedepends=('git' 'cmake' 'boost')
-source=(
-"${pkgname}"::"git+https://github.com/monero-project/monero#tag=v${pkgver};
-"git+https://github.com/monero-project/unbound.git;
-"git+https://github.com/monero-project/miniupnp.git;
-"git+https://github.com/Tencent/rapidjson;
-"git+https://github.com/trezor/trezor-common.git;
-"git+https://github.com/tevador/randomx;
-"monero.sysusers"
-"monero.tmpfiles")
-sha512sums=('SKIP'
-'SKIP'
-'SKIP'
-'SKIP'
-'SKIP'
-'SKIP'
-
'2e4ecf3f305dab46e166f50c0451dd969927b485df544aebcf8115a65444573e6d57a8ac6bea64ce5ab4b5cce2c70f913d9ac3bce561c59acf89851edc76a22c'
-
'ae3c300548e6ba5fdf6a203146e5dcaf1955c3e19820c0bb3a73bb70ec5629a3af00d43dac95b6f3832ded5c480e872d829981a63206016d4a64f3940b713357')
-
-prepare() {
-  cd "${pkgname}"
-  git submodule init
-  git config submodule.external/unbound.url "$srcdir/unbound"
-  git config submodule.external/miniupnp.url "$srcdir/miniupnp"
-  git config submodule.external/rapidjson.url "$srcdir/rapidjson"
-  git config submodule.external/trezor-common.url "$srcdir/trezor-common"
-  git config submodule.external/randomx.url "$srcdir/randomx"
-  git submodule update
-}
-
-build() {
-  cd "${pkgname}"
-  mkdir -p build && cd build
-  cmake -D BUILD_TESTS=ON -D CMAKE_BUILD_TYPE=release -D ARCH=default ../
-  make
-}
-
-package() {
-  backup=('etc/monerod.conf')
-
-  cd "${pkgname}"
-  install -Dm644 "LICENSE" -t "${pkgdir}/usr/share/licenses/${pkgname}"
-
-  install -Dm644 "utils/conf/monerod.conf" "${pkgdir}/etc/monerod.conf"
-  install -Dm644 "utils/systemd/monerod.service" 
"${pkgdir}/usr/lib/systemd/system/monerod.service"
-  install -Dm644 "../monero.sysusers" 
"${pkgdir}/usr/lib/sysusers.d/monero.conf"
-  install -Dm644 "../monero.tmpfiles" 
"${pkgdir}/usr/lib/tmpfiles.d/monero.conf"
-
-  install -Dm755 "build/bin/monero-blockchain-ancestry" \
- "build/bin/monero-blockchain-depth" \
- "build/bin/monero-blockchain-export" \
- "build/bin/monero-blockchain-import" \
- "build/bin/monero-blockchain-mark-spent-outputs" \
- "build/bin/monero-blockchain-prune" \
- "build/bin/monero-blockchain-prune-known-spent-data" \
- "build/bin/monero-blockchain-stats" \
- "build/bin/monero-blockchain-usage" \
- "build/bin/monero-gen-ssl-cert" \
- "build/bin/monero-gen-trusted-multisig" \
- "build/bin/monero-wallet-cli" \
- "build/bin/monero-wallet-rpc" \
- "build/bin/monerod" \
- -t "${pkgdir}/usr/bin"
-}
-
-# vim: ts=2 sw=2 et:

Copied: monero/repos/community-x86_64/PKGBUILD (from rev 552532, 
monero/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2020-01-14 19:59:09 UTC (rev 552533)
@@ -0,0 +1,76 @@
+# Maintainer: kpcyrd 
+
+pkgname=monero
+pkgver=0.15.0.1
+pkgrel=4
+pkgdesc="Monero: the secure, private, untraceable peer-to-peer currency"
+license=('BSD')
+arch=('x86_64')
+url="https://getmonero.org/;
+depends=('boost-libs' 'libunwind' 'openssl' 'readline' 'zeromq' 'pcsclite' 
'hidapi')
+makedepends=('git' 'cmake' 'boost' 'protobuf')
+source=(
+"${pkgname}"::"git+https://github.com/monero-project/monero#tag=v${pkgver};
+"git+https://github.com/monero-project/unbound.git;
+"git+https://github.com/monero-project/miniupnp.git;
+"git+https://github.com/Tencent/rapidjson;
+

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

2020-01-14 Thread Kpcyrd via arch-commits
Date: Tuesday, January 14, 2020 @ 19:58:54
  Author: kpcyrd
Revision: 552532

Rebuild with trezor support

Modified:
  monero/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2020-01-14 19:17:25 UTC (rev 552531)
+++ PKGBUILD2020-01-14 19:58:54 UTC (rev 552532)
@@ -2,13 +2,13 @@
 
 pkgname=monero
 pkgver=0.15.0.1
-pkgrel=3
-pkgdesc="Monero: the secure, private, untraceable currency - release version 
(includes daemon, wallet and miner)"
+pkgrel=4
+pkgdesc="Monero: the secure, private, untraceable peer-to-peer currency"
 license=('BSD')
 arch=('x86_64')
 url="https://getmonero.org/;
 depends=('boost-libs' 'libunwind' 'openssl' 'readline' 'zeromq' 'pcsclite' 
'hidapi')
-makedepends=('git' 'cmake' 'boost')
+makedepends=('git' 'cmake' 'boost' 'protobuf')
 source=(
 "${pkgname}"::"git+https://github.com/monero-project/monero#tag=v${pkgver};
 "git+https://github.com/monero-project/unbound.git;


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

2020-01-14 Thread Kyle Keen via arch-commits
Date: Tuesday, January 14, 2020 @ 19:17:25
  Author: kkeen
Revision: 552531

archrelease: copy trunk to community-any

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

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

Deleted: PKGBUILD
===
--- PKGBUILD2020-01-14 19:17:02 UTC (rev 552530)
+++ PKGBUILD2020-01-14 19:17:25 UTC (rev 552531)
@@ -1,45 +0,0 @@
-# Maintainer: Kyle Keen 
-
-pkgbase=python-curtsies
-pkgname=(python-curtsies python2-curtsies)
-_pkgname=curtsies
-pkgver=0.3.0
-pkgrel=4
-pkgdesc="Curses-like terminal wrapper with a display based on compositing 2d 
arrays of text"
-arch=('any')
-url="https://pypi.python.org/pypi/curtsies;
-license=('MIT')
-depends=('python-blessings' 'python-wcwidth')
-makedepends=('python-setuptools' 'python2-setuptools')
-source=("https://files.pythonhosted.org/packages/source/c/curtsies/curtsies-$pkgver.tar.gz;)
-md5sums=('20e7295c9592b4101915131a685725f0')
-
-prepare() {
-  cd "$srcdir"
-  cp -r curtsies-$pkgver curtsies2-$pkgver
-
-  # 0.3.0 bug?
-  cd "$srcdir/curtsies-$pkgver"
-  sed -i 's/^.*typing.*$//' curtsies.egg-info/requires.txt setup.py
-}
-
-build() {
-  cd "$srcdir/curtsies-$pkgver"
-  python3 setup.py build
-
-  cd "$srcdir/curtsies2-$pkgver"
-  python2 setup.py build
-}
-
-package_python-curtsies() {
-  cd "$srcdir/curtsies-$pkgver"
-  python3 setup.py install --root="$pkgdir/" --prefix=/usr --optimize=0
-  install -Dm644 LICENSE "$pkgdir/usr/share/licenses/python-curtsies/LICENSE"
-}
-
-package_python2-curtsies() {
-  depends=('python2-blessings' 'python2-wcwidth' 'python2-typing')
-  cd "$srcdir/curtsies2-$pkgver"
-  python2 setup.py install --root="$pkgdir/" --prefix=/usr --optimize=0
-  install -Dm644 LICENSE "$pkgdir/usr/share/licenses/python2-curtsies/LICENSE"
-}

Copied: python-curtsies/repos/community-any/PKGBUILD (from rev 552530, 
python-curtsies/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2020-01-14 19:17:25 UTC (rev 552531)
@@ -0,0 +1,45 @@
+# Maintainer: Kyle Keen 
+
+pkgbase=python-curtsies
+pkgname=(python-curtsies python2-curtsies)
+_pkgname=curtsies
+pkgver=0.3.1
+pkgrel=1
+pkgdesc="Curses-like terminal wrapper with a display based on compositing 2d 
arrays of text"
+arch=('any')
+url="https://pypi.python.org/pypi/curtsies;
+license=('MIT')
+depends=('python-blessings' 'python-wcwidth')
+makedepends=('python-setuptools' 'python2-setuptools')
+source=("https://files.pythonhosted.org/packages/source/c/curtsies/curtsies-$pkgver.tar.gz;)
+md5sums=('60b63928812df3297856bcd53278071b')
+
+prepare() {
+  cd "$srcdir"
+  cp -r curtsies-$pkgver curtsies2-$pkgver
+
+  # 0.3.0 bug?
+  cd "$srcdir/curtsies-$pkgver"
+  sed -i 's/^.*typing.*$//' curtsies.egg-info/requires.txt setup.py
+}
+
+build() {
+  cd "$srcdir/curtsies-$pkgver"
+  python3 setup.py build
+
+  cd "$srcdir/curtsies2-$pkgver"
+  python2 setup.py build
+}
+
+package_python-curtsies() {
+  cd "$srcdir/curtsies-$pkgver"
+  python3 setup.py install --root="$pkgdir/" --prefix=/usr --optimize=0
+  install -Dm644 LICENSE "$pkgdir/usr/share/licenses/python-curtsies/LICENSE"
+}
+
+package_python2-curtsies() {
+  depends=('python2-blessings' 'python2-wcwidth' 'python2-typing')
+  cd "$srcdir/curtsies2-$pkgver"
+  python2 setup.py install --root="$pkgdir/" --prefix=/usr --optimize=0
+  install -Dm644 LICENSE "$pkgdir/usr/share/licenses/python2-curtsies/LICENSE"
+}


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

2020-01-14 Thread Kyle Keen via arch-commits
Date: Tuesday, January 14, 2020 @ 19:17:02
  Author: kkeen
Revision: 552530

upgpkg: python-curtsies 0.3.1-1

Modified:
  python-curtsies/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2020-01-14 18:47:22 UTC (rev 552529)
+++ PKGBUILD2020-01-14 19:17:02 UTC (rev 552530)
@@ -3,8 +3,8 @@
 pkgbase=python-curtsies
 pkgname=(python-curtsies python2-curtsies)
 _pkgname=curtsies
-pkgver=0.3.0
-pkgrel=4
+pkgver=0.3.1
+pkgrel=1
 pkgdesc="Curses-like terminal wrapper with a display based on compositing 2d 
arrays of text"
 arch=('any')
 url="https://pypi.python.org/pypi/curtsies;
@@ -12,7 +12,7 @@
 depends=('python-blessings' 'python-wcwidth')
 makedepends=('python-setuptools' 'python2-setuptools')
 
source=("https://files.pythonhosted.org/packages/source/c/curtsies/curtsies-$pkgver.tar.gz;)
-md5sums=('20e7295c9592b4101915131a685725f0')
+md5sums=('60b63928812df3297856bcd53278071b')
 
 prepare() {
   cd "$srcdir"


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

2020-01-14 Thread Jaroslav Lichtblau via arch-commits
Date: Tuesday, January 14, 2020 @ 18:47:13
  Author: jlichtblau
Revision: 552528

upgpkg: youtube-dl 2020.01.15-1 - new upstream release

Modified:
  youtube-dl/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2020-01-14 17:58:41 UTC (rev 552527)
+++ PKGBUILD2020-01-14 18:47:13 UTC (rev 552528)
@@ -3,7 +3,7 @@
 # Contributor: Eric Bélanger 
 
 pkgname=youtube-dl
-pkgver=2020.01.01
+pkgver=2020.01.15
 pkgrel=1
 pkgdesc="A small command-line program to download videos from YouTube.com and 
a few more sites"
 arch=('any')
@@ -15,7 +15,7 @@
 'atomicparsley: for embedding thumbnails into m4a files'
 'python-pycryptodome: for hlsnative downloader')
 
source=(https://youtube-dl.org/downloads/${pkgver}/${pkgname}-${pkgver}.tar.gz{,.sig})
-sha256sums=('0ab06abce0eecf77b6ceed4c06613325ede4e72e1a6ff528be320277250a1b5d'
+sha256sums=('556711f8dc827910096fd648d7ead051ddadb81b90ae4abdf0393ddf2d62d237'
 'SKIP')
 validpgpkeys=('7D33D762FD6C35130481347FDB4B54CBA4826A18'  # Philipp Hagemeister
   'ED7F5BF46B3BBED81C87368E2C393E0F18A9236D') # Sergey M.


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

2020-01-14 Thread Jaroslav Lichtblau via arch-commits
Date: Tuesday, January 14, 2020 @ 18:47:22
  Author: jlichtblau
Revision: 552529

archrelease: copy trunk to community-any

Added:
  youtube-dl/repos/community-any/PKGBUILD
(from rev 552528, youtube-dl/trunk/PKGBUILD)
Deleted:
  youtube-dl/repos/community-any/PKGBUILD

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

Deleted: PKGBUILD
===
--- PKGBUILD2020-01-14 18:47:13 UTC (rev 552528)
+++ PKGBUILD2020-01-14 18:47:22 UTC (rev 552529)
@@ -1,36 +0,0 @@
-# Maintainer: Jaroslav Lichtblau 
-# Maintainer: Daniel M. Capella 
-# Contributor: Eric Bélanger 
-
-pkgname=youtube-dl
-pkgver=2020.01.01
-pkgrel=1
-pkgdesc="A small command-line program to download videos from YouTube.com and 
a few more sites"
-arch=('any')
-url="https://ytdl-org.github.io/youtube-dl/;
-license=('custom')
-depends=('python' 'python-setuptools')
-optdepends=('ffmpeg: for video post-processing'
-'rtmpdump: for rtmp streams support'
-'atomicparsley: for embedding thumbnails into m4a files'
-'python-pycryptodome: for hlsnative downloader')
-source=(https://youtube-dl.org/downloads/${pkgver}/${pkgname}-${pkgver}.tar.gz{,.sig})
-sha256sums=('0ab06abce0eecf77b6ceed4c06613325ede4e72e1a6ff528be320277250a1b5d'
-'SKIP')
-validpgpkeys=('7D33D762FD6C35130481347FDB4B54CBA4826A18'  # Philipp Hagemeister
-  'ED7F5BF46B3BBED81C87368E2C393E0F18A9236D') # Sergey M.
-
-prepare() {
-  cd ${pkgname}
-  sed -i 's|etc/bash_completion.d|share/bash-completion/completions|' setup.py
-  sed -i 's|etc/fish/completions|share/fish/completions|' setup.py
-}
-
-package() {
-  cd ${pkgname}
-  python setup.py install --root="${pkgdir}/" --optimize=1
-  mv 
"${pkgdir}/usr/share/bash-completion/completions/youtube-dl.bash-completion" \
- "${pkgdir}/usr/share/bash-completion/completions/youtube-dl"
-  install -Dm644 youtube-dl.zsh 
"${pkgdir}/usr/share/zsh/site-functions/_youtube-dl"
-  install -Dm644 LICENSE "${pkgdir}/usr/share/licenses/${pkgname}/LICENSE"
-}

Copied: youtube-dl/repos/community-any/PKGBUILD (from rev 552528, 
youtube-dl/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2020-01-14 18:47:22 UTC (rev 552529)
@@ -0,0 +1,36 @@
+# Maintainer: Jaroslav Lichtblau 
+# Maintainer: Daniel M. Capella 
+# Contributor: Eric Bélanger 
+
+pkgname=youtube-dl
+pkgver=2020.01.15
+pkgrel=1
+pkgdesc="A small command-line program to download videos from YouTube.com and 
a few more sites"
+arch=('any')
+url="https://ytdl-org.github.io/youtube-dl/;
+license=('custom')
+depends=('python' 'python-setuptools')
+optdepends=('ffmpeg: for video post-processing'
+'rtmpdump: for rtmp streams support'
+'atomicparsley: for embedding thumbnails into m4a files'
+'python-pycryptodome: for hlsnative downloader')
+source=(https://youtube-dl.org/downloads/${pkgver}/${pkgname}-${pkgver}.tar.gz{,.sig})
+sha256sums=('556711f8dc827910096fd648d7ead051ddadb81b90ae4abdf0393ddf2d62d237'
+'SKIP')
+validpgpkeys=('7D33D762FD6C35130481347FDB4B54CBA4826A18'  # Philipp Hagemeister
+  'ED7F5BF46B3BBED81C87368E2C393E0F18A9236D') # Sergey M.
+
+prepare() {
+  cd ${pkgname}
+  sed -i 's|etc/bash_completion.d|share/bash-completion/completions|' setup.py
+  sed -i 's|etc/fish/completions|share/fish/completions|' setup.py
+}
+
+package() {
+  cd ${pkgname}
+  python setup.py install --root="${pkgdir}/" --optimize=1
+  mv 
"${pkgdir}/usr/share/bash-completion/completions/youtube-dl.bash-completion" \
+ "${pkgdir}/usr/share/bash-completion/completions/youtube-dl"
+  install -Dm644 youtube-dl.zsh 
"${pkgdir}/usr/share/zsh/site-functions/_youtube-dl"
+  install -Dm644 LICENSE "${pkgdir}/usr/share/licenses/${pkgname}/LICENSE"
+}


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

2020-01-14 Thread Massimiliano Torromeo via arch-commits
Date: Tuesday, January 14, 2020 @ 17:58:41
  Author: mtorromeo
Revision: 552527

archrelease: copy trunk to community-x86_64

Added:
  libimagequant/repos/community-x86_64/PKGBUILD
(from rev 552526, libimagequant/trunk/PKGBUILD)
Deleted:
  libimagequant/repos/community-x86_64/PKGBUILD

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

Deleted: PKGBUILD
===
--- PKGBUILD2020-01-14 17:58:27 UTC (rev 552526)
+++ PKGBUILD2020-01-14 17:58:41 UTC (rev 552527)
@@ -1,29 +0,0 @@
-# Maintainer: Massimiliano Torromeo 
-
-pkgname=libimagequant
-pkgver=2.12.5
-pkgrel=1
-pkgdesc="Library for high-quality conversion of RGBA images to 8-bit 
indexed-color (palette) images"
-arch=('x86_64')
-url="https://pngquant.org/lib/;
-license=('BSD')
-depends=('gcc-libs')
-source=("https://github.com/ImageOptim/libimagequant/archive/$pkgver/libimagequant-$pkgver.tar.gz;)
-sha256sums=('9dc07f3bf6efaf03241fd514e62108be484a373871e2e02c117e6efb49d26293')
-
-prepare() {
-cd "$srcdir/$pkgname-$pkgver"
-sed -r 's/^install:.*/install:/;/install.*STATICLIB/d' -i Makefile
-}
-
-build() {
-cd "$srcdir/$pkgname-$pkgver"
-./configure --prefix=/usr --with-openmp
-make shared imagequant.pc
-}
-
-package() {
-cd "$srcdir/$pkgname-$pkgver"
-make DESTDIR="$pkgdir" PREFIX=/usr install
-install -Dm644 COPYRIGHT "$pkgdir/usr/share/licenses/$pkgname/LICENSE"
-}

Copied: libimagequant/repos/community-x86_64/PKGBUILD (from rev 552526, 
libimagequant/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2020-01-14 17:58:41 UTC (rev 552527)
@@ -0,0 +1,29 @@
+# Maintainer: Massimiliano Torromeo 
+
+pkgname=libimagequant
+pkgver=2.12.6
+pkgrel=1
+pkgdesc="Library for high-quality conversion of RGBA images to 8-bit 
indexed-color (palette) images"
+arch=('x86_64')
+url="https://pngquant.org/lib/;
+license=('BSD')
+depends=('gcc-libs')
+source=("https://github.com/ImageOptim/libimagequant/archive/$pkgver/libimagequant-$pkgver.tar.gz;)
+sha256sums=('b34964512c0dbe550c5f1b394c246c42a988cd73b71a76c5838aa2b4a96e43a0')
+
+prepare() {
+cd "$srcdir/$pkgname-$pkgver"
+sed -r 's/^install:.*/install:/;/install.*STATICLIB/d' -i Makefile
+}
+
+build() {
+cd "$srcdir/$pkgname-$pkgver"
+./configure --prefix=/usr --with-openmp
+make shared imagequant.pc
+}
+
+package() {
+cd "$srcdir/$pkgname-$pkgver"
+make DESTDIR="$pkgdir" PREFIX=/usr install
+install -Dm644 COPYRIGHT "$pkgdir/usr/share/licenses/$pkgname/LICENSE"
+}


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

2020-01-14 Thread Massimiliano Torromeo via arch-commits
Date: Tuesday, January 14, 2020 @ 17:58:27
  Author: mtorromeo
Revision: 552526

upgpkg: libimagequant 2.12.6-1

Modified:
  libimagequant/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2020-01-14 17:49:10 UTC (rev 552525)
+++ PKGBUILD2020-01-14 17:58:27 UTC (rev 552526)
@@ -1,7 +1,7 @@
 # Maintainer: Massimiliano Torromeo 
 
 pkgname=libimagequant
-pkgver=2.12.5
+pkgver=2.12.6
 pkgrel=1
 pkgdesc="Library for high-quality conversion of RGBA images to 8-bit 
indexed-color (palette) images"
 arch=('x86_64')
@@ -9,7 +9,7 @@
 license=('BSD')
 depends=('gcc-libs')
 
source=("https://github.com/ImageOptim/libimagequant/archive/$pkgver/libimagequant-$pkgver.tar.gz;)
-sha256sums=('9dc07f3bf6efaf03241fd514e62108be484a373871e2e02c117e6efb49d26293')
+sha256sums=('b34964512c0dbe550c5f1b394c246c42a988cd73b71a76c5838aa2b4a96e43a0')
 
 prepare() {
 cd "$srcdir/$pkgname-$pkgver"


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

2020-01-14 Thread Kpcyrd via arch-commits
Date: Tuesday, January 14, 2020 @ 17:49:10
  Author: kpcyrd
Revision: 552525

archrelease: copy trunk to community-x86_64

Added:
  bandwhich/repos/community-x86_64/PKGBUILD
(from rev 552524, bandwhich/trunk/PKGBUILD)
Deleted:
  bandwhich/repos/community-x86_64/PKGBUILD

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

Deleted: PKGBUILD
===
--- PKGBUILD2020-01-14 17:48:59 UTC (rev 552524)
+++ PKGBUILD2020-01-14 17:49:10 UTC (rev 552525)
@@ -1,34 +0,0 @@
-# Maintainer: kpcyrd 
-# Contributor: Aram Drevekenin 
-
-pkgname=bandwhich
-pkgver=0.8.0
-pkgrel=1
-pkgdesc='Terminal bandwidth utilization tool'
-url='https://github.com/imsnif/bandwhich'
-arch=('x86_64')
-license=('MIT')
-depends=('gcc-libs')
-makedepends=('cargo')
-source=(https://github.com/imsnif/${pkgname}/archive/${pkgver}/${pkgname}-${pkgver}.tar.gz)
-sha512sums=('7bfd8aef79d449935feaa412226398e508c0fb94bdd4184f4a291c42b3b3f55146b9373e101bba1bc9a28fd0e19023947ecd8b64f8774fcc9a098adb1447c3ab')
-b2sums=('3db06ad300f2e4f02e8837b9ca1f00d99e57cc5c5e15ecb915626f8d5040a338e779739f3be279c3867d11ad87e4fa1262b6ad6033272ab62d7fb7dabb4dbf74')
-
-build() {
-  cd "${pkgname}-${pkgver}"
-  cargo build --release --locked
-}
-
-check() {
-  cd "${pkgname}-${pkgver}"
-  cargo test --release --locked
-}
-
-package() {
-  cd "${pkgname}-${pkgver}"
-  install -Dm 755 "target/release/${pkgname}" "${pkgdir}/usr/bin/${pkgname}"
-  install -Dm 644 "docs/bandwhich.1" -t "${pkgdir}/usr/share/man/man1"
-  install -Dm 644 LICENSE.md "${pkgdir}/usr/share/licenses/${pkgname}/LICENSE"
-}
-
-# vim: ts=2 sw=2 et:

Copied: bandwhich/repos/community-x86_64/PKGBUILD (from rev 552524, 
bandwhich/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2020-01-14 17:49:10 UTC (rev 552525)
@@ -0,0 +1,34 @@
+# Maintainer: kpcyrd 
+# Contributor: Aram Drevekenin 
+
+pkgname=bandwhich
+pkgver=0.9.0
+pkgrel=1
+pkgdesc='Terminal bandwidth utilization tool'
+url='https://github.com/imsnif/bandwhich'
+arch=('x86_64')
+license=('MIT')
+depends=('gcc-libs')
+makedepends=('cargo')
+source=(https://github.com/imsnif/${pkgname}/archive/${pkgver}/${pkgname}-${pkgver}.tar.gz)
+sha512sums=('a5552d91dfe013669b0c60ffc6393bc808a7d758dc0ff2960f55d0fea2013a0cf5ee47d2aff7ad95126e264bb64c5e4a1ad973a2b34705ff6cf629c9651820e3')
+b2sums=('48fcaf7348fee4246aec8f65d46bdc9b3a981aeb5c745e98eb064b9446f13e8764df0e50fc13204ebcd24e98b73119f40a07b4dc62cd760ee20949d8e37e9f01')
+
+build() {
+  cd "${pkgname}-${pkgver}"
+  cargo build --release --locked
+}
+
+check() {
+  cd "${pkgname}-${pkgver}"
+  cargo test --release --locked
+}
+
+package() {
+  cd "${pkgname}-${pkgver}"
+  install -Dm 755 "target/release/${pkgname}" "${pkgdir}/usr/bin/${pkgname}"
+  install -Dm 644 "docs/bandwhich.1" -t "${pkgdir}/usr/share/man/man1"
+  install -Dm 644 LICENSE.md "${pkgdir}/usr/share/licenses/${pkgname}/LICENSE"
+}
+
+# vim: ts=2 sw=2 et:


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

2020-01-14 Thread Kpcyrd via arch-commits
Date: Tuesday, January 14, 2020 @ 17:48:59
  Author: kpcyrd
Revision: 552524

upgpkg: bandwhich 0.9.0-1

Modified:
  bandwhich/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2020-01-14 17:03:43 UTC (rev 552523)
+++ PKGBUILD2020-01-14 17:48:59 UTC (rev 552524)
@@ -2,7 +2,7 @@
 # Contributor: Aram Drevekenin 
 
 pkgname=bandwhich
-pkgver=0.8.0
+pkgver=0.9.0
 pkgrel=1
 pkgdesc='Terminal bandwidth utilization tool'
 url='https://github.com/imsnif/bandwhich'
@@ -11,8 +11,8 @@
 depends=('gcc-libs')
 makedepends=('cargo')
 
source=(https://github.com/imsnif/${pkgname}/archive/${pkgver}/${pkgname}-${pkgver}.tar.gz)
-sha512sums=('7bfd8aef79d449935feaa412226398e508c0fb94bdd4184f4a291c42b3b3f55146b9373e101bba1bc9a28fd0e19023947ecd8b64f8774fcc9a098adb1447c3ab')
-b2sums=('3db06ad300f2e4f02e8837b9ca1f00d99e57cc5c5e15ecb915626f8d5040a338e779739f3be279c3867d11ad87e4fa1262b6ad6033272ab62d7fb7dabb4dbf74')
+sha512sums=('a5552d91dfe013669b0c60ffc6393bc808a7d758dc0ff2960f55d0fea2013a0cf5ee47d2aff7ad95126e264bb64c5e4a1ad973a2b34705ff6cf629c9651820e3')
+b2sums=('48fcaf7348fee4246aec8f65d46bdc9b3a981aeb5c745e98eb064b9446f13e8764df0e50fc13204ebcd24e98b73119f40a07b4dc62cd760ee20949d8e37e9f01')
 
 build() {
   cd "${pkgname}-${pkgver}"


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

2020-01-14 Thread Andreas Radke via arch-commits
Date: Tuesday, January 14, 2020 @ 17:43:23
  Author: andyrtr
Revision: 373471

archrelease: copy trunk to extra-x86_64

Added:
  cups-filters/repos/extra-x86_64/PKGBUILD
(from rev 373470, cups-filters/trunk/PKGBUILD)
Deleted:
  cups-filters/repos/extra-x86_64/PKGBUILD

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

Deleted: PKGBUILD
===
--- PKGBUILD2020-01-14 17:43:12 UTC (rev 373470)
+++ PKGBUILD2020-01-14 17:43:23 UTC (rev 373471)
@@ -1,55 +0,0 @@
-# Maintainer: Andreas Radke 
-
-pkgname=cups-filters
-pkgver=1.26.1
-pkgrel=1
-pkgdesc="OpenPrinting CUPS Filters"
-arch=('x86_64')
-url="https://wiki.linuxfoundation.org/openprinting/cups-filters;
-license=('custom')
-depends=('lcms2' 'poppler' 'qpdf' 'imagemagick' 'liblouis' 'ijs' 
'libcups>=2.2.6-2' 'systemd')
-makedepends=('ghostscript' 'ttf-dejavu' 'python' 'mupdf-tools') # ttf-dejavu 
for make check
-optdepends=('ghostscript: for non-PostScript printers to print with CUPS to 
convert PostScript to raster images'
-   'foomatic-db: drivers use Ghostscript to convert PostScript to a 
printable form directly'
-   'foomatic-db-engine: drivers use Ghostscript to convert PostScript 
to a printable form directly'
-   'foomatic-db-nonfree: drivers use Ghostscript to convert PostScript 
to a printable form directly'
-   'antiword: needed to convert MS Word documents (requires also 
docx2txt (AUR)')
-backup=(etc/cups/cups-browsed.conf)
-source=(https://www.openprinting.org/download/cups-filters/$pkgname-$pkgver.tar.xz)
-sha256sums=('b703d2c4bbcbb6b632b7e9b093580d852ad6fefdac2e81fd355a1373caac9450')
-
-build() {
-  cd "$pkgname"-$pkgver
-  ./configure --prefix=/usr  \
---sysconfdir=/etc \
---sbindir=/usr/bin \
---localstatedir=/var \
---with-rcdir=no \
---enable-avahi \
---with-browseremoteprotocols=DNSSD,CUPS \
---enable-auto-setup-driverless \
---with-test-font-path=/usr/share/fonts/TTF/DejaVuSans.ttf
-  make
-}
-
-check() {
-  cd "$pkgname"-$pkgver
-  make check
-}
-
-package() {
-  cd "$pkgname"-$pkgver
-  make DESTDIR="$pkgdir/" install
-  
-  # add upstream systemd support file
-  install -Dm644 utils/cups-browsed.service 
"${pkgdir}"/usr/lib/systemd/system/cups-browsed.service
-  sed -i "s|/usr/sbin/cups-browsed|/usr/bin/cups-browsed|" 
"${pkgdir}"/usr/lib/systemd/system/cups-browsed.service
-  sed -i "s|cups.service|org.cups.cupsd.service|g" 
"${pkgdir}"/usr/lib/systemd/system/cups-browsed.service
-  
-  # use cups group from cups pkg FS#56818
-  chgrp -R 209 "${pkgdir}"/etc/cups
-
-  # license
-  mkdir -p "${pkgdir}"/usr/share/licenses/${pkgname}
-  install -m644 "${srcdir}"/${pkgname}-${pkgver}/COPYING 
"${pkgdir}"/usr/share/licenses/${pkgname}/
-}

Copied: cups-filters/repos/extra-x86_64/PKGBUILD (from rev 373470, 
cups-filters/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2020-01-14 17:43:23 UTC (rev 373471)
@@ -0,0 +1,55 @@
+# Maintainer: Andreas Radke 
+
+pkgname=cups-filters
+pkgver=1.26.2
+pkgrel=1
+pkgdesc="OpenPrinting CUPS Filters"
+arch=('x86_64')
+url="https://wiki.linuxfoundation.org/openprinting/cups-filters;
+license=('custom')
+depends=('lcms2' 'poppler' 'qpdf' 'imagemagick' 'liblouis' 'ijs' 
'libcups>=2.2.6-2' 'systemd')
+makedepends=('ghostscript' 'ttf-dejavu' 'python' 'mupdf-tools') # ttf-dejavu 
for make check
+optdepends=('ghostscript: for non-PostScript printers to print with CUPS to 
convert PostScript to raster images'
+   'foomatic-db: drivers use Ghostscript to convert PostScript to a 
printable form directly'
+   'foomatic-db-engine: drivers use Ghostscript to convert PostScript 
to a printable form directly'
+   'foomatic-db-nonfree: drivers use Ghostscript to convert PostScript 
to a printable form directly'
+   'antiword: needed to convert MS Word documents (requires also 
docx2txt (AUR)')
+backup=(etc/cups/cups-browsed.conf)
+source=(https://www.openprinting.org/download/cups-filters/$pkgname-$pkgver.tar.xz)
+sha256sums=('e1765f650f2d64becbcdc43fdf45c20550f9b27e82a0c1df0987d4c1df371da9')
+
+build() {
+  cd "$pkgname"-$pkgver
+  ./configure --prefix=/usr  \
+--sysconfdir=/etc \
+--sbindir=/usr/bin \
+--localstatedir=/var \
+--with-rcdir=no \
+--enable-avahi \
+--with-browseremoteprotocols=DNSSD,CUPS \
+--enable-auto-setup-driverless \
+--with-test-font-path=/usr/share/fonts/TTF/DejaVuSans.ttf
+  make
+}
+
+check() {
+  cd "$pkgname"-$pkgver
+  make check
+}
+
+package() {
+  cd "$pkgname"-$pkgver
+  make DESTDIR="$pkgdir/" install
+  
+  # add upstream systemd support file
+  install -Dm644 utils/cups-browsed.service 
"${pkgdir}"/usr/lib/systemd/system/cups-browsed.service
+  sed -i 

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

2020-01-14 Thread Andreas Radke via arch-commits
Date: Tuesday, January 14, 2020 @ 17:43:12
  Author: andyrtr
Revision: 373470

upgpkg: cups-filters 1.26.2-1: upstream update 1.26.2

Modified:
  cups-filters/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2020-01-14 17:31:07 UTC (rev 373469)
+++ PKGBUILD2020-01-14 17:43:12 UTC (rev 373470)
@@ -1,7 +1,7 @@
 # Maintainer: Andreas Radke 
 
 pkgname=cups-filters
-pkgver=1.26.1
+pkgver=1.26.2
 pkgrel=1
 pkgdesc="OpenPrinting CUPS Filters"
 arch=('x86_64')
@@ -16,7 +16,7 @@
'antiword: needed to convert MS Word documents (requires also 
docx2txt (AUR)')
 backup=(etc/cups/cups-browsed.conf)
 
source=(https://www.openprinting.org/download/cups-filters/$pkgname-$pkgver.tar.xz)
-sha256sums=('b703d2c4bbcbb6b632b7e9b093580d852ad6fefdac2e81fd355a1373caac9450')
+sha256sums=('e1765f650f2d64becbcdc43fdf45c20550f9b27e82a0c1df0987d4c1df371da9')
 
 build() {
   cd "$pkgname"-$pkgver


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

2020-01-14 Thread Pierre Schmitz via arch-commits
Date: Tuesday, January 14, 2020 @ 17:31:07
  Author: pierre
Revision: 373469

archrelease: copy trunk to extra-any

Added:
  composer/repos/extra-any/PKGBUILD
(from rev 373468, composer/trunk/PKGBUILD)
Deleted:
  composer/repos/extra-any/PKGBUILD

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

Deleted: PKGBUILD
===
--- PKGBUILD2020-01-14 17:30:57 UTC (rev 373468)
+++ PKGBUILD2020-01-14 17:31:07 UTC (rev 373469)
@@ -1,50 +0,0 @@
-# Maintainer: Pierre Schmitz 
-
-pkgname=composer
-pkgver=1.9.1
-pkgrel=1
-pkgdesc="Dependency Manager for PHP"
-arch=('any')
-license=('MIT')
-url='https://getcomposer.org/'
-depends=('php')
-makedepends=('git' 'unzip')
-checkdepends=('mercurial')
-replaces=('php-composer')
-conflicts=('php-composer')
-provides=('php-composer')
-source=("${pkgname}::git+https://github.com/composer/composer.git#tag=${pkgver};
-
"${pkgname}-${pkgver}.phar::https://getcomposer.org/download/${pkgver}/composer.phar;)
-sha256sums=('SKIP'
-'1f210b9037fcf82670d75892dfc44400f13fe9ada7af9e787f93e50e3b764111')
-
-prepare() {
-   cd "${srcdir}/${pkgname}"
-
-   php "${srcdir}/${pkgname}-${pkgver}.phar" -n install --no-dev 
--prefer-dist
-}
-
-build() {
-   cd "${srcdir}/${pkgname}"
-
-   php -d phar.readonly=Off bin/compile
-}
-
-check() {
-   cd "${srcdir}/${pkgname}"
-
-   git config --global user.email "${USER}@${HOST}"
-   git config --global user.name "${USER}"
-
-   # Install the dev dependencies to run the unit tests
-   bin/composer -n install --prefer-dist
-
-   vendor/bin/phpunit
-}
-
-package() {
-   cd "${srcdir}/${pkgname}"
-
-   install -Dm644 LICENSE "${pkgdir}/usr/share/licenses/${pkgname}/LICENSE"
-   install -Dm755 composer.phar "${pkgdir}/usr/bin/composer"
-}

Copied: composer/repos/extra-any/PKGBUILD (from rev 373468, 
composer/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2020-01-14 17:31:07 UTC (rev 373469)
@@ -0,0 +1,53 @@
+# Maintainer: Pierre Schmitz 
+
+pkgname=composer
+pkgver=1.9.2
+pkgrel=1
+pkgdesc="Dependency Manager for PHP"
+arch=('any')
+license=('MIT')
+url='https://getcomposer.org/'
+depends=('php')
+makedepends=('git' 'unzip')
+checkdepends=('mercurial')
+replaces=('php-composer')
+conflicts=('php-composer')
+provides=('php-composer')
+source=("${pkgname}::git+https://github.com/composer/composer.git#tag=${pkgver};
+
"${pkgname}-${pkgver}.phar::https://getcomposer.org/download/${pkgver}/composer.phar;)
+sha256sums=('SKIP'
+'58753998712ae435915a452d701ae28a9389653bbf36b3b6adf24e03d90a9467')
+
+prepare() {
+   cd "${srcdir}/${pkgname}"
+
+   php "${srcdir}/${pkgname}-${pkgver}.phar" -n install --no-dev 
--prefer-dist
+}
+
+build() {
+   cd "${srcdir}/${pkgname}"
+
+   php -d phar.readonly=Off bin/compile
+}
+
+check() {
+   cd "${srcdir}/${pkgname}"
+
+   echo "Skipping tests due to incompability with PHP 7.4" 1>&2
+   return
+
+   git config --global user.email "${USER}@${HOST}"
+   git config --global user.name "${USER}"
+
+   # Install the dev dependencies to run the unit tests
+   bin/composer -n install --prefer-dist
+
+   vendor/bin/phpunit
+}
+
+package() {
+   cd "${srcdir}/${pkgname}"
+
+   install -Dm644 LICENSE "${pkgdir}/usr/share/licenses/${pkgname}/LICENSE"
+   install -Dm755 composer.phar "${pkgdir}/usr/bin/composer"
+}


  1   2   >