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

2020-09-22 Thread Giancarlo Razzolini via arch-commits
Date: Wednesday, September 23, 2020 @ 04:15:04
  Author: grazzolini
Revision: 711431

archrelease: copy trunk to community-any

Added:
  streamlink/repos/community-any/PKGBUILD
(from rev 711430, streamlink/trunk/PKGBUILD)
Deleted:
  streamlink/repos/community-any/PKGBUILD

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

Deleted: PKGBUILD
===
--- PKGBUILD2020-09-23 04:14:13 UTC (rev 711430)
+++ PKGBUILD2020-09-23 04:15:04 UTC (rev 711431)
@@ -1,41 +0,0 @@
-# Maintainer: Giancarlo Razzolini 
-# Contributor: Josip Ponjavic 
-
-pkgname=streamlink
-pkgver=1.5.0
-pkgrel=2
-pkgdesc='CLI program that launches streams from various streaming services in 
a custom video player (livestreamer fork)'
-arch=('any')
-url='https://streamlink.github.io/'
-license=('BSD')
-depends=("python-"{pycryptodome,isodate,pycountry,requests,pysocks,websocket-client}
 'rtmpdump')
-checkdepends=("python-"{freezegun,mock,pytest,requests-mock})
-makedepends=("python-"{recommonmark,setuptools,sphinx})
-optdepends=('ffmpeg: Required to play streams that are made up of separate 
audio and video streams, eg. YouTube 1080p+')
-source=("https://github.com/${pkgname}/${pkgname}/releases/download/${pkgver}/${pkgname}-${pkgver}.tar.gz"{,.asc})
-validpgpkeys=('E2B794C7C2C37162E5E2A097E3DB9E282E390FA0') # Streamlink Signing 
Key 
-sha256sums=('203f3e2ac724b5964f8abffa9d1e769453702294e3d03b6877c6eb49f96fc11f'
-'SKIP')
-sha512sums=('6b54ec5d9234c1657fad711a61160ca883df409eb1e54cbe7e4a72a2eca36590ab73916ea88162f8fcf057345ae9f5e55c6591ff11088be0c2c3168ad905d458'
-'SKIP')
-
-build() {
-  cd "$pkgname-$pkgver"
-  export STREAMLINK_USE_PYCOUNTRY="true"
-  python setup.py build
-  python setup.py build_sphinx -b man
-}
-
-check() {
-  cd "$pkgname-$pkgver"
-  python setup.py test
-}
-
-package() {
-  cd "$pkgname-$pkgver"
-  export PYTHONHASSEED=0
-  python setup.py install --root="$pkgdir" --optimize=1
-  install -Dm644 build/sphinx/man/streamlink.1 \
-"$pkgdir/usr/share/man/man1/streamlink.1"
-  install -Dm644 LICENSE "$pkgdir/usr/share/licenses/$pkgname/LICENSE"
-}

Copied: streamlink/repos/community-any/PKGBUILD (from rev 711430, 
streamlink/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2020-09-23 04:15:04 UTC (rev 711431)
@@ -0,0 +1,41 @@
+# Maintainer: Giancarlo Razzolini 
+# Contributor: Josip Ponjavic 
+
+pkgname=streamlink
+pkgver=1.6.0
+pkgrel=1
+pkgdesc='CLI program that launches streams from various streaming services in 
a custom video player (livestreamer fork)'
+arch=('any')
+url='https://streamlink.github.io/'
+license=('BSD')
+depends=("python-"{pycryptodome,isodate,pycountry,requests,pysocks,websocket-client}
 'rtmpdump')
+checkdepends=("python-"{freezegun,mock,pytest,requests-mock})
+makedepends=("python-"{recommonmark,setuptools,sphinx})
+optdepends=('ffmpeg: Required to play streams that are made up of separate 
audio and video streams, eg. YouTube 1080p+')
+source=("https://github.com/${pkgname}/${pkgname}/releases/download/${pkgver}/${pkgname}-${pkgver}.tar.gz"{,.asc})
+validpgpkeys=('E2B794C7C2C37162E5E2A097E3DB9E282E390FA0') # Streamlink Signing 
Key 
+sha256sums=('f7857a54ec55e32d6e90ebd770c9d5d1318791d8ecd8270e104a8b1968a308ab'
+'SKIP')
+sha512sums=('46f5c37e9334cb35ccd1c6451e21f547ce0ad20a4ff31ce66bbeac7f126ce69091bfb45a753c359d7adc2a8703a424ba54aeedd76c2506834993496c36c46695'
+'SKIP')
+
+build() {
+  cd "$pkgname-$pkgver"
+  export STREAMLINK_USE_PYCOUNTRY="true"
+  python setup.py build
+  python setup.py build_sphinx -b man
+}
+
+check() {
+  cd "$pkgname-$pkgver"
+  python setup.py test
+}
+
+package() {
+  cd "$pkgname-$pkgver"
+  export PYTHONHASSEED=0
+  python setup.py install --root="$pkgdir" --optimize=1
+  install -Dm644 build/sphinx/man/streamlink.1 \
+"$pkgdir/usr/share/man/man1/streamlink.1"
+  install -Dm644 LICENSE "$pkgdir/usr/share/licenses/$pkgname/LICENSE"
+}


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

2020-09-22 Thread Giancarlo Razzolini via arch-commits
Date: Wednesday, September 23, 2020 @ 04:14:13
  Author: grazzolini
Revision: 711430

upgpkg: streamlink 1.6.0-1

Modified:
  streamlink/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2020-09-23 01:08:09 UTC (rev 711429)
+++ PKGBUILD2020-09-23 04:14:13 UTC (rev 711430)
@@ -2,8 +2,8 @@
 # Contributor: Josip Ponjavic 
 
 pkgname=streamlink
-pkgver=1.5.0
-pkgrel=2
+pkgver=1.6.0
+pkgrel=1
 pkgdesc='CLI program that launches streams from various streaming services in 
a custom video player (livestreamer fork)'
 arch=('any')
 url='https://streamlink.github.io/'
@@ -14,9 +14,9 @@
 optdepends=('ffmpeg: Required to play streams that are made up of separate 
audio and video streams, eg. YouTube 1080p+')
 
source=("https://github.com/${pkgname}/${pkgname}/releases/download/${pkgver}/${pkgname}-${pkgver}.tar.gz"{,.asc})
 validpgpkeys=('E2B794C7C2C37162E5E2A097E3DB9E282E390FA0') # Streamlink Signing 
Key 
-sha256sums=('203f3e2ac724b5964f8abffa9d1e769453702294e3d03b6877c6eb49f96fc11f'
+sha256sums=('f7857a54ec55e32d6e90ebd770c9d5d1318791d8ecd8270e104a8b1968a308ab'
 'SKIP')
-sha512sums=('6b54ec5d9234c1657fad711a61160ca883df409eb1e54cbe7e4a72a2eca36590ab73916ea88162f8fcf057345ae9f5e55c6591ff11088be0c2c3168ad905d458'
+sha512sums=('46f5c37e9334cb35ccd1c6451e21f547ce0ad20a4ff31ce66bbeac7f126ce69091bfb45a753c359d7adc2a8703a424ba54aeedd76c2506834993496c36c46695'
 'SKIP')
 
 build() {


[arch-commits] Commit in atom/repos/community-x86_64 (24 files)

2020-09-22 Thread Nicola Squartini via arch-commits
Date: Wednesday, September 23, 2020 @ 01:08:09
  Author: tensor5
Revision: 711429

archrelease: copy trunk to community-x86_64

Added:
  atom/repos/community-x86_64/PKGBUILD
(from rev 711428, atom/trunk/PKGBUILD)
  atom/repos/community-x86_64/atom.js
(from rev 711428, atom/trunk/atom.js)
  atom/repos/community-x86_64/dugite-use-system-git.patch
(from rev 711428, atom/trunk/dugite-use-system-git.patch)
  atom/repos/community-x86_64/fix-atom-sh.patch
(from rev 711428, atom/trunk/fix-atom-sh.patch)
  atom/repos/community-x86_64/fix-license-path.patch
(from rev 711428, atom/trunk/fix-license-path.patch)
  atom/repos/community-x86_64/fix-restart.patch
(from rev 711428, atom/trunk/fix-restart.patch)
  atom/repos/community-x86_64/git-utils.patch
(from rev 711428, atom/trunk/git-utils.patch)
  atom/repos/community-x86_64/no-unsafe-eval-warning.patch
(from rev 711428, atom/trunk/no-unsafe-eval-warning.patch)
  atom/repos/community-x86_64/node-env-production.patch
(from rev 711428, atom/trunk/node-env-production.patch)
  atom/repos/community-x86_64/symbols-view-use-system-ctags.patch
(from rev 711428, atom/trunk/symbols-view-use-system-ctags.patch)
  atom/repos/community-x86_64/use-system-apm.patch
(from rev 711428, atom/trunk/use-system-apm.patch)
  atom/repos/community-x86_64/use-system-electron.patch
(from rev 711428, atom/trunk/use-system-electron.patch)
Deleted:
  atom/repos/community-x86_64/PKGBUILD
  atom/repos/community-x86_64/atom.js
  atom/repos/community-x86_64/dugite-use-system-git.patch
  atom/repos/community-x86_64/fix-atom-sh.patch
  atom/repos/community-x86_64/fix-license-path.patch
  atom/repos/community-x86_64/fix-restart.patch
  atom/repos/community-x86_64/git-utils.patch
  atom/repos/community-x86_64/no-unsafe-eval-warning.patch
  atom/repos/community-x86_64/node-env-production.patch
  atom/repos/community-x86_64/symbols-view-use-system-ctags.patch
  atom/repos/community-x86_64/use-system-apm.patch
  atom/repos/community-x86_64/use-system-electron.patch

-+
 PKGBUILD|  280 +++---
 atom.js |   66 ++---
 dugite-use-system-git.patch |   66 ++---
 fix-atom-sh.patch   |  304 +++
 fix-license-path.patch  |   44 +--
 fix-restart.patch   |   22 -
 git-utils.patch |   22 -
 no-unsafe-eval-warning.patch|   22 -
 node-env-production.patch   |   26 +-
 symbols-view-use-system-ctags.patch |   22 -
 use-system-apm.patch|   74 ++---
 use-system-electron.patch   |  432 +-
 12 files changed, 690 insertions(+), 690 deletions(-)

Deleted: PKGBUILD
===
--- PKGBUILD2020-09-23 01:06:24 UTC (rev 711428)
+++ PKGBUILD2020-09-23 01:08:09 UTC (rev 711429)
@@ -1,140 +0,0 @@
-# Maintainer: Nicola Squartini 
-
-pkgname=atom
-pkgver=1.50.0
-_commit=c0e5286c67272cf8e9f0c85cf30665fe089c8b23
-pkgrel=1
-pkgdesc='A hackable text editor for the 21st Century'
-arch=('x86_64')
-url='https://github.com/atom/atom'
-license=('MIT' 'custom')
-depends=('apm' 'electron5' 'libxkbfile' 'ripgrep')
-makedepends=('git' 'npm')
-optdepends=('ctags: symbol indexing support'
-'git: Git and GitHub integration')
-replaces=('atom-editor')
-options=(!emptydirs)
-source=("git+https://github.com/atom/atom.git#commit=${_commit};
-'atom.js'
-'dugite-use-system-git.patch'
-'fix-atom-sh.patch'
-'fix-license-path.patch'
-'fix-restart.patch'
-'git-utils.patch'
-'no-unsafe-eval-warning.patch'
-'node-env-production.patch'
-'symbols-view-use-system-ctags.patch'
-'use-system-apm.patch'
-'use-system-electron.patch')
-sha256sums=('SKIP'
-'6218ecf9a767e80f70a4b07abaefcf63a3d615200ff27b2dbc7bb36eacd8e87f'
-'530b46d31df0f5e8f5881e1608a66fe75d549092a6db2e72ba3ad69c48714153'
-'b3d3706519556a59ba557b695017c9debe8b23efe2782cdb440131520bc0540d'
-'74cd1d023ae1d1c9835006ea14cdd315649df2d5eb7996de664a45e720742daf'
-'63ad62bef0be1029d5d10a4c76eeb6bafda4328288230e9393cd48659ec7cf2c'
-'e321fdfe880cd465918dd1dbb90e4c7d46fc5310f20666eddf0a41cbca4f8ac8'
-'40d783794d62f12f3c429c624a84265871c7ed95f4120c9db800348896dd5437'
-'a09439c2a908ca174ff3be1f0d85071d12c792ae19748e36fe601e372d6d925b'
-'3c68e6b3751313e1d386e721f8f819fb051351fb2cf8e753b1d773a0f475fef8'
-'8d48dca4571136375b325f4bf94ccfb996e90e57b7fdf83d53c1eb2e69b3b0d4'
-'86d305b9c6543bdebac8444653ac709714141285d187a2c4def776e6fb597ee7')
-
-prepare() {
-  cd ${pkgname}
-
-  patch -Np1 -i ../fix-atom-sh.patch
-  patch -Np1 -i ../use-system-electron.patch
-  patch -Np1 -i ../use-system-apm.patch
-  patch -Np1 -i 

[arch-commits] Commit in atom/trunk (PKGBUILD use-system-electron.patch)

2020-09-22 Thread Nicola Squartini via arch-commits
Date: Wednesday, September 23, 2020 @ 01:06:24
  Author: tensor5
Revision: 711428

upgpkg: atom 1.51.0-1

Modified:
  atom/trunk/PKGBUILD
  atom/trunk/use-system-electron.patch

---+
 PKGBUILD  |6 +++---
 use-system-electron.patch |2 +-
 2 files changed, 4 insertions(+), 4 deletions(-)

Modified: PKGBUILD
===
--- PKGBUILD2020-09-23 00:06:28 UTC (rev 711427)
+++ PKGBUILD2020-09-23 01:06:24 UTC (rev 711428)
@@ -1,8 +1,8 @@
 # Maintainer: Nicola Squartini 
 
 pkgname=atom
-pkgver=1.50.0
-_commit=c0e5286c67272cf8e9f0c85cf30665fe089c8b23
+pkgver=1.51.0
+_commit=6d6f204fd7235efc22f2e8dcbbc32dd7fc94a8d2
 pkgrel=1
 pkgdesc='A hackable text editor for the 21st Century'
 arch=('x86_64')
@@ -37,7 +37,7 @@
 'a09439c2a908ca174ff3be1f0d85071d12c792ae19748e36fe601e372d6d925b'
 '3c68e6b3751313e1d386e721f8f819fb051351fb2cf8e753b1d773a0f475fef8'
 '8d48dca4571136375b325f4bf94ccfb996e90e57b7fdf83d53c1eb2e69b3b0d4'
-'86d305b9c6543bdebac8444653ac709714141285d187a2c4def776e6fb597ee7')
+'8ae032ebbec7b81e7f82c09aaf3fa0ed31a70b7d1265a2b9dec1fd61b05fca1e')
 
 prepare() {
   cd ${pkgname}

Modified: use-system-electron.patch
===
--- use-system-electron.patch   2020-09-23 00:06:28 UTC (rev 711427)
+++ use-system-electron.patch   2020-09-23 01:06:24 UTC (rev 711428)
@@ -174,7 +174,7 @@
  const atomJsPath = path.join(cache.resourcePath, 'exports', 'atom.js');
 --- a/src/package-manager.js
 +++ b/src/package-manager.js
-@@ -939,7 +939,7 @@
+@@ -949,7 +949,7 @@
isBundledPackagePath(packagePath) {
  if (
this.devMode &&


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

2020-09-22 Thread Ivy Foster via arch-commits
Date: Wednesday, September 23, 2020 @ 00:06:01
  Author: escondida
Revision: 711426

sndio-1.7.0

Modified:
  sndio/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2020-09-22 23:33:13 UTC (rev 711425)
+++ PKGBUILD2020-09-23 00:06:01 UTC (rev 711426)
@@ -2,8 +2,8 @@
 # Reference: PKGBUILD(5)
 
 pkgname=sndio
-pkgver=1.6.0
-pkgrel=2
+pkgver=1.7.0
+pkgrel=1
 pkgdesc='A small audio and MIDI framework part of the OpenBSD project'
 arch=(x86_64)
 url='http://www.sndio.org'
@@ -16,7 +16,7 @@
 
 source=("http://www.sndio.org/sndio-$pkgver.tar.gz;)
 # checksums provided by packager
-sha256sums=(99e0064ac11aceab24c73ed4630a31de401ff2f37689565b7b375682476f5bc1)
+sha256sums=(dda4e3d0879423ed57923975ba74668cbb9299939cad579b0ac64a4b01535552)
 backup=(etc/default/sndiod)
 
 build() {


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

2020-09-22 Thread Ivy Foster via arch-commits
Date: Wednesday, September 23, 2020 @ 00:06:28
  Author: escondida
Revision: 711427

archrelease: copy trunk to community-x86_64

Added:
  sndio/repos/community-x86_64/PKGBUILD
(from rev 711426, sndio/trunk/PKGBUILD)
Deleted:
  sndio/repos/community-x86_64/PKGBUILD

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

Deleted: PKGBUILD
===
--- PKGBUILD2020-09-23 00:06:01 UTC (rev 711426)
+++ PKGBUILD2020-09-23 00:06:28 UTC (rev 711427)
@@ -1,42 +0,0 @@
-# Maintainer: Ivy Foster 
-# Reference: PKGBUILD(5)
-
-pkgname=sndio
-pkgver=1.6.0
-pkgrel=2
-pkgdesc='A small audio and MIDI framework part of the OpenBSD project'
-arch=(x86_64)
-url='http://www.sndio.org'
-license=(ISC)
-
-# sndio can be built without libbsd, but there are a bunch of individual
-# ISC-licensed files by different authors to extract the licenses from
-# if done that way. Licenses are complicated.
-depends=(alsa-lib libbsd)
-
-source=("http://www.sndio.org/sndio-$pkgver.tar.gz;)
-# checksums provided by packager
-sha256sums=(99e0064ac11aceab24c73ed4630a31de401ff2f37689565b7b375682476f5bc1)
-backup=(etc/default/sndiod)
-
-build() {
-   cd "sndio-$pkgver"
-   ./configure --prefix=/usr --enable-alsa --with-libbsd
-   make
-}
-
-package() {
-   cd "sndio-$pkgver"
-
-   make DESTDIR="$pkgdir/" install
-
-   install -D -m 644 contrib/sndiod.service \
-   "$pkgdir/usr/lib/systemd/system/sndiod.service"
-   install -D -m 644 contrib/default.sndiod \
-   "$pkgdir/etc/default/sndiod"
-
-   install -d "$pkgdir/usr/share/licenses/sndio"
-   # this is the most up-to-date license outside of bsd-compat,
-   # which isn't being used in this build
-   sed '/^ \*\//q' aucat/aucat.c > 
"$pkgdir/usr/share/licenses/sndio/LICENSE"
-}

Copied: sndio/repos/community-x86_64/PKGBUILD (from rev 711426, 
sndio/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2020-09-23 00:06:28 UTC (rev 711427)
@@ -0,0 +1,42 @@
+# Maintainer: Ivy Foster 
+# Reference: PKGBUILD(5)
+
+pkgname=sndio
+pkgver=1.7.0
+pkgrel=1
+pkgdesc='A small audio and MIDI framework part of the OpenBSD project'
+arch=(x86_64)
+url='http://www.sndio.org'
+license=(ISC)
+
+# sndio can be built without libbsd, but there are a bunch of individual
+# ISC-licensed files by different authors to extract the licenses from
+# if done that way. Licenses are complicated.
+depends=(alsa-lib libbsd)
+
+source=("http://www.sndio.org/sndio-$pkgver.tar.gz;)
+# checksums provided by packager
+sha256sums=(dda4e3d0879423ed57923975ba74668cbb9299939cad579b0ac64a4b01535552)
+backup=(etc/default/sndiod)
+
+build() {
+   cd "sndio-$pkgver"
+   ./configure --prefix=/usr --enable-alsa --with-libbsd
+   make
+}
+
+package() {
+   cd "sndio-$pkgver"
+
+   make DESTDIR="$pkgdir/" install
+
+   install -D -m 644 contrib/sndiod.service \
+   "$pkgdir/usr/lib/systemd/system/sndiod.service"
+   install -D -m 644 contrib/default.sndiod \
+   "$pkgdir/etc/default/sndiod"
+
+   install -d "$pkgdir/usr/share/licenses/sndio"
+   # this is the most up-to-date license outside of bsd-compat,
+   # which isn't being used in this build
+   sed '/^ \*\//q' aucat/aucat.c > 
"$pkgdir/usr/share/licenses/sndio/LICENSE"
+}


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

2020-09-22 Thread Ivy Foster via arch-commits
Date: Tuesday, September 22, 2020 @ 23:33:13
  Author: escondida
Revision: 711425

archrelease: copy trunk to community-x86_64

Added:
  bmake/repos/community-x86_64/PKGBUILD
(from rev 711424, bmake/trunk/PKGBUILD)
Deleted:
  bmake/repos/community-x86_64/PKGBUILD

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

Deleted: PKGBUILD
===
--- PKGBUILD2020-09-22 23:32:46 UTC (rev 711424)
+++ PKGBUILD2020-09-22 23:33:13 UTC (rev 711425)
@@ -1,40 +0,0 @@
-# Maintainer: Ivy Foster 
-# Contributor: Alex Szczuczko 
-# Contributor: Devin Cofer 
-# Contributor: Imanol Celaya 
-
-pkgname=bmake
-pkgver=20200318
-pkgrel=1
-pkgdesc='Portable version of the NetBSD make build tool'
-arch=(x86_64)
-url='http://www.crufty.net/help/sjg/bmake.html'
-license=(BSD)
-
-# upstream recommends using python for improved meta2deps script
-depends=(python)
-
-source=("http://www.crufty.net/ftp/pub/sjg/bmake-$pkgver.tar.gz;)
-# checksum source: http://www.crufty.net/ftp/pub/sjg/bmake-$pkgver.tar.gz.sha1
-sha1sums=(607a42bc746690596a7d438df3710ae0dd95f030)
-
-build() {
-   cd bmake
-   ./boot-strap --prefix=/usr op=build
-}
-
-# op=build also runs unit tests; thus no check()
-
-package() {
-   cd bmake
-
-   # Fix directory permissions on install
-   install -d "$pkgdir/usr/bin" "$pkgdir/usr/share/licenses/$pkgname"
-
-   ./boot-strap --install-destdir="$pkgdir" --prefix=/usr op=install
-
-   rm -rf "$pkgdir/usr/share/man/cat1"
-   install -D -m 644 bmake.1 "$pkgdir/usr/share/man/man1/bmake.1"
-
-   head -n70 main.c >"$pkgdir"/usr/share/licenses/$pkgname/LICENSE
-}

Copied: bmake/repos/community-x86_64/PKGBUILD (from rev 711424, 
bmake/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2020-09-22 23:33:13 UTC (rev 711425)
@@ -0,0 +1,40 @@
+# Maintainer: Ivy Foster 
+# Contributor: Alex Szczuczko 
+# Contributor: Devin Cofer 
+# Contributor: Imanol Celaya 
+
+pkgname=bmake
+pkgver=20200902
+pkgrel=1
+pkgdesc='Portable version of the NetBSD make build tool'
+arch=(x86_64)
+url='http://www.crufty.net/help/sjg/bmake.html'
+license=(BSD)
+
+# upstream recommends using python for improved meta2deps script
+depends=(python)
+
+source=("http://www.crufty.net/ftp/pub/sjg/bmake-$pkgver.tar.gz;)
+# checksum source: http://www.crufty.net/ftp/pub/sjg/bmake-$pkgver.tar.gz.sha1
+sha1sums=(51fb064daeae9bc7203a1f1dc9d862a94dfd48c4)
+
+build() {
+   cd bmake
+   ./boot-strap --prefix=/usr op=build
+}
+
+# op=build also runs unit tests; thus no check()
+
+package() {
+   cd bmake
+
+   # Fix directory permissions on install
+   install -d "$pkgdir/usr/bin" "$pkgdir/usr/share/licenses/$pkgname"
+
+   ./boot-strap --install-destdir="$pkgdir" --prefix=/usr op=install
+
+   rm -rf "$pkgdir/usr/share/man/cat1"
+   install -D -m 644 bmake.1 "$pkgdir/usr/share/man/man1/bmake.1"
+
+   head -n70 main.c >"$pkgdir"/usr/share/licenses/$pkgname/LICENSE
+}


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

2020-09-22 Thread Ivy Foster via arch-commits
Date: Tuesday, September 22, 2020 @ 23:32:46
  Author: escondida
Revision: 711424

update to bmake-20200902

Modified:
  bmake/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2020-09-22 23:28:16 UTC (rev 711423)
+++ PKGBUILD2020-09-22 23:32:46 UTC (rev 711424)
@@ -4,7 +4,7 @@
 # Contributor: Imanol Celaya 
 
 pkgname=bmake
-pkgver=20200318
+pkgver=20200902
 pkgrel=1
 pkgdesc='Portable version of the NetBSD make build tool'
 arch=(x86_64)
@@ -16,7 +16,7 @@
 
 source=("http://www.crufty.net/ftp/pub/sjg/bmake-$pkgver.tar.gz;)
 # checksum source: http://www.crufty.net/ftp/pub/sjg/bmake-$pkgver.tar.gz.sha1
-sha1sums=(607a42bc746690596a7d438df3710ae0dd95f030)
+sha1sums=(51fb064daeae9bc7203a1f1dc9d862a94dfd48c4)
 
 build() {
cd bmake


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

2020-09-22 Thread Ivy Foster via arch-commits
Date: Tuesday, September 22, 2020 @ 23:28:16
  Author: escondida
Revision: 711423

archrelease: copy trunk to community-x86_64

Added:
  hitch/repos/community-x86_64/PKGBUILD
(from rev 711422, hitch/trunk/PKGBUILD)
Deleted:
  hitch/repos/community-x86_64/PKGBUILD

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

Deleted: PKGBUILD
===
--- PKGBUILD2020-09-22 23:27:41 UTC (rev 711422)
+++ PKGBUILD2020-09-22 23:28:16 UTC (rev 711423)
@@ -1,36 +0,0 @@
-# Maintainer: Ivy Foster 
-# Reference: PKGBUILD(5)
-
-pkgname=hitch
-pkgver=1.5.2
-pkgrel=1
-pkgdesc='libev-based high performance SSL/TLS proxy'
-url='https://hitch-tls.org/'
-license=(BSD)
-
-depends=(libev openssl)
-checkdepends=(lsof)
-makedepends=(python-docutils)
-
-arch=(x86_64)
-source=("https://hitch-tls.org/source/hitch-$pkgver.tar.gz;)
-# sha256sums source: https://hitch-tls.org/source/SHA256SUM
-sha256sums=(b1a4fd64584cd4ff816b8513ee5522db34a4431747057421b6e870f722c6dfda)
-validpgpkeys=(584A3EBFE705CDCD)
-
-build() {
-   cd "hitch-$pkgver"
-   ./configure --prefix=/usr --sysconfdir=/etc --sbindir=/usr/bin
-   make
-}
-
-check() {
-   cd "hitch-$pkgver"
-   make check
-}
-
-package() {
-   cd "hitch-$pkgver"
-   make DESTDIR="$pkgdir" install
-   install -D -m 644 LICENSE "$pkgdir/usr/share/licenses/hitch/LICENSE"
-}

Copied: hitch/repos/community-x86_64/PKGBUILD (from rev 711422, 
hitch/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2020-09-22 23:28:16 UTC (rev 711423)
@@ -0,0 +1,36 @@
+# Maintainer: Ivy Foster 
+# Reference: PKGBUILD(5)
+
+pkgname=hitch
+pkgver=1.6.0
+pkgrel=1
+pkgdesc='libev-based high performance SSL/TLS proxy'
+url='https://hitch-tls.org/'
+license=(BSD)
+
+depends=(libev openssl)
+checkdepends=(lsof)
+makedepends=(python-docutils)
+
+arch=(x86_64)
+source=("https://hitch-tls.org/source/hitch-$pkgver.tar.gz;)
+# sha256sums source: https://hitch-tls.org/source/SHA256SUM
+sha256sums=(4e47eb4abb7dd3809c84283588adf41ddf0c7bc065cb00d0928274889c07c706)
+validpgpkeys=(584A3EBFE705CDCD)
+
+build() {
+   cd "hitch-$pkgver"
+   ./configure --prefix=/usr --sysconfdir=/etc --sbindir=/usr/bin
+   make
+}
+
+check() {
+   cd "hitch-$pkgver"
+   make check
+}
+
+package() {
+   cd "hitch-$pkgver"
+   make DESTDIR="$pkgdir" install
+   install -D -m 644 LICENSE "$pkgdir/usr/share/licenses/hitch/LICENSE"
+}


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

2020-09-22 Thread Ivy Foster via arch-commits
Date: Tuesday, September 22, 2020 @ 23:27:41
  Author: escondida
Revision: 711422

update to hitch-1.6.0-1

Modified:
  hitch/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2020-09-22 23:08:08 UTC (rev 711421)
+++ PKGBUILD2020-09-22 23:27:41 UTC (rev 711422)
@@ -2,7 +2,7 @@
 # Reference: PKGBUILD(5)
 
 pkgname=hitch
-pkgver=1.5.2
+pkgver=1.6.0
 pkgrel=1
 pkgdesc='libev-based high performance SSL/TLS proxy'
 url='https://hitch-tls.org/'
@@ -15,7 +15,7 @@
 arch=(x86_64)
 source=("https://hitch-tls.org/source/hitch-$pkgver.tar.gz;)
 # sha256sums source: https://hitch-tls.org/source/SHA256SUM
-sha256sums=(b1a4fd64584cd4ff816b8513ee5522db34a4431747057421b6e870f722c6dfda)
+sha256sums=(4e47eb4abb7dd3809c84283588adf41ddf0c7bc065cb00d0928274889c07c706)
 validpgpkeys=(584A3EBFE705CDCD)
 
 build() {


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

2020-09-22 Thread Ivy Foster via arch-commits
Date: Tuesday, September 22, 2020 @ 23:08:08
  Author: escondida
Revision: 711421

archrelease: copy trunk to community-any

Added:
  inter-font/repos/community-any/PKGBUILD
(from rev 711420, inter-font/trunk/PKGBUILD)
Deleted:
  inter-font/repos/community-any/PKGBUILD

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

Deleted: PKGBUILD
===
--- PKGBUILD2020-09-22 23:07:47 UTC (rev 711420)
+++ PKGBUILD2020-09-22 23:08:08 UTC (rev 711421)
@@ -1,29 +0,0 @@
-# Maintainer: Ivy Foster 
-# Reference: PKGBUILD(5)
-
-pkgname=inter-font
-pkgver=3.13
-pkgrel=1
-pkgdesc='A typeface specially designed for user interfaces'
-url=https://github.com/rsms/inter/
-license=(custom:OFL)
-
-arch=(any)
-source=("https://github.com/rsms/inter/releases/download/v$pkgver/Inter-$pkgver.zip;)
-# Warning: checksums provided by packager, not upstream
-sha256sums=(789d34210229d814afc5bd7d0b4623bb89c8d8073fbe7b0a24fbf77248564da6)
-noextract=("Inter-$pkgver.zip")
-
-# Upstream dumps a *bunch* of stuff into the top level of the archive
-prepare() {
-   mkdir "inter-$pkgver"
-   cd "inter-$pkgver"
-   bsdtar xf ../Inter-$pkgver.zip
-}
-
-package() {
-   cd "inter-$pkgver"
-   install -d "$pkgdir/usr/share/fonts/inter"
-   install -m644 -t "$pkgdir/usr/share/fonts/inter" 'Inter Desktop'/*.otf
-   install -Dm644 LICENSE.txt 
"$pkgdir/usr/share/licenses/inter-font/LICENSE.txt"
-}

Copied: inter-font/repos/community-any/PKGBUILD (from rev 711420, 
inter-font/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2020-09-22 23:08:08 UTC (rev 711421)
@@ -0,0 +1,29 @@
+# Maintainer: Ivy Foster 
+# Reference: PKGBUILD(5)
+
+pkgname=inter-font
+pkgver=3.15
+pkgrel=1
+pkgdesc='A typeface specially designed for user interfaces'
+url=https://github.com/rsms/inter/
+license=(custom:OFL)
+
+arch=(any)
+source=("https://github.com/rsms/inter/releases/download/v$pkgver/Inter-$pkgver.zip;)
+# Warning: checksums provided by packager, not upstream
+sha256sums=(1534288eb599f57acbf2c5ac0010da9495c2ee53116e08d799555c6f8ee22156)
+noextract=("Inter-$pkgver.zip")
+
+# Upstream dumps a *bunch* of stuff into the top level of the archive
+prepare() {
+   mkdir "inter-$pkgver"
+   cd "inter-$pkgver"
+   bsdtar xf ../Inter-$pkgver.zip
+}
+
+package() {
+   cd "inter-$pkgver"
+   install -d "$pkgdir/usr/share/fonts/inter"
+   install -m644 -t "$pkgdir/usr/share/fonts/inter" 'Inter Desktop'/*.otf
+   install -Dm644 LICENSE.txt 
"$pkgdir/usr/share/licenses/inter-font/LICENSE.txt"
+}


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

2020-09-22 Thread Ivy Foster via arch-commits
Date: Tuesday, September 22, 2020 @ 23:07:47
  Author: escondida
Revision: 711420

update to inter-font-3.15

Modified:
  inter-font/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2020-09-22 22:52:48 UTC (rev 711419)
+++ PKGBUILD2020-09-22 23:07:47 UTC (rev 711420)
@@ -2,7 +2,7 @@
 # Reference: PKGBUILD(5)
 
 pkgname=inter-font
-pkgver=3.13
+pkgver=3.15
 pkgrel=1
 pkgdesc='A typeface specially designed for user interfaces'
 url=https://github.com/rsms/inter/
@@ -11,7 +11,7 @@
 arch=(any)
 
source=("https://github.com/rsms/inter/releases/download/v$pkgver/Inter-$pkgver.zip;)
 # Warning: checksums provided by packager, not upstream
-sha256sums=(789d34210229d814afc5bd7d0b4623bb89c8d8073fbe7b0a24fbf77248564da6)
+sha256sums=(1534288eb599f57acbf2c5ac0010da9495c2ee53116e08d799555c6f8ee22156)
 noextract=("Inter-$pkgver.zip")
 
 # Upstream dumps a *bunch* of stuff into the top level of the archive


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

2020-09-22 Thread Ivy Foster via arch-commits
Date: Tuesday, September 22, 2020 @ 22:52:24
  Author: escondida
Revision: 711418

update to bemenu-0.5.0-1

Modified:
  bemenu/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2020-09-22 22:18:14 UTC (rev 711417)
+++ PKGBUILD2020-09-22 22:52:24 UTC (rev 711418)
@@ -2,7 +2,7 @@
 
 pkgbase=bemenu
 pkgname=(bemenu bemenu-ncurses bemenu-x11 bemenu-wlroots)
-pkgver=0.4.0
+pkgver=0.5.0
 pkgrel=1
 
 # Wayland without wlroots is not supported.
@@ -20,7 +20,7 @@
 )
 # Checksums provided by packager
 sha256sums=(
-   1489d72abdd99919cfdc0ad06668b617bba30ea7d643395a048a4206e7b06d99
+   56e4a0bd06f93e7dfcdabbf7ee1ed973ce4e77d648132064f26f30662c4055f1
SKIP
 )
 validpgpkeys=(08C8361E825F7502797E874F0CBD2CD395613887)


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

2020-09-22 Thread Ivy Foster via arch-commits
Date: Tuesday, September 22, 2020 @ 22:52:48
  Author: escondida
Revision: 711419

archrelease: copy trunk to community-x86_64

Added:
  bemenu/repos/community-x86_64/PKGBUILD
(from rev 711418, bemenu/trunk/PKGBUILD)
Deleted:
  bemenu/repos/community-x86_64/PKGBUILD

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

Deleted: PKGBUILD
===
--- PKGBUILD2020-09-22 22:52:24 UTC (rev 711418)
+++ PKGBUILD2020-09-22 22:52:48 UTC (rev 711419)
@@ -1,76 +0,0 @@
-# Maintainer: Ivy Foster 
-
-pkgbase=bemenu
-pkgname=(bemenu bemenu-ncurses bemenu-x11 bemenu-wlroots)
-pkgver=0.4.0
-pkgrel=1
-
-# Wayland without wlroots is not supported.
-# https://github.com/Cloudef/bemenu/issues/79#issuecomment-572867783
-pkgdesc='Dynamic menu library and client program inspired by dmenu'
-url='https://github.com/Cloudef/bemenu'
-arch=(x86_64)
-license=(GPL3 LGPL3)
-
-makedepends=(libxinerama libxkbcommon ncurses pango wayland wayland-protocols 
wlroots)
-
-source=(
-   
"bemenu-$pkgver.tar.gz::https://github.com/Cloudef/bemenu/archive/$pkgver.tar.gz;
-   
"bemenu-$pkgver.tar.gz.asc::https://github.com/Cloudef/bemenu/releases/download/$pkgver/bemenu-$pkgver.tar.gz.asc;
-)
-# Checksums provided by packager
-sha256sums=(
-   1489d72abdd99919cfdc0ad06668b617bba30ea7d643395a048a4206e7b06d99
-   SKIP
-)
-validpgpkeys=(08C8361E825F7502797E874F0CBD2CD395613887)
-
-build() {
-   cd "bemenu-$pkgver"
-   make PREFIX=/usr
-}
-
-# make test seems to have been removed with cmake
-#check() {
-#  cd "bemenu-$pkgver"
-#  make test
-#}
-
-package_bemenu() {
-   depends=(bemenu-renderer)
-   provides=(libbemenu)
-
-   cd "bemenu-$pkgver"
-   make DESTDIR="$pkgdir" PREFIX=/usr install
-   rm -rf "$pkgdir"/usr/lib/bemenu/
-}
-
-package_bemenu-ncurses() {
-   pkgdesc='ncurses renderer for bemenu'
-   provides=(bemenu-renderer)
-   depends=(libbemenu ncurses)
-
-   cd "bemenu-$pkgver"
-   make DESTDIR="$pkgdir" PREFIX=/usr install-renderers
-   rm -f "$pkgdir"/usr/lib/bemenu/bemenu-renderer-{wayland,x11}.so
-}
-
-package_bemenu-wlroots() {
-   pkgdesc='Wayland (wlroots-based compositors) renderer for bemenu'
-   provides=(bemenu-renderer bemenu-wayland)
-   depends=(libbemenu libxkbcommon pango wayland wayland-protocols wlroots)
-
-   cd "bemenu-$pkgver"
-   make DESTDIR="$pkgdir" PREFIX=/usr install-renderers
-   rm -f "$pkgdir"/usr/lib/bemenu/bemenu-renderer-{curses,x11}.so
-}
-
-package_bemenu-x11() {
-   pkgdesc='X11 renderer for bemenu'
-   provides=(bemenu-renderer)
-   depends=(libbemenu libxinerama pango)
-
-   cd "bemenu-$pkgver"
-   make DESTDIR="$pkgdir" PREFIX=/usr install-renderers
-   rm -f "$pkgdir"/usr/lib/bemenu/bemenu-renderer-{curses,wayland}.so
-}

Copied: bemenu/repos/community-x86_64/PKGBUILD (from rev 711418, 
bemenu/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2020-09-22 22:52:48 UTC (rev 711419)
@@ -0,0 +1,76 @@
+# Maintainer: Ivy Foster 
+
+pkgbase=bemenu
+pkgname=(bemenu bemenu-ncurses bemenu-x11 bemenu-wlroots)
+pkgver=0.5.0
+pkgrel=1
+
+# Wayland without wlroots is not supported.
+# https://github.com/Cloudef/bemenu/issues/79#issuecomment-572867783
+pkgdesc='Dynamic menu library and client program inspired by dmenu'
+url='https://github.com/Cloudef/bemenu'
+arch=(x86_64)
+license=(GPL3 LGPL3)
+
+makedepends=(libxinerama libxkbcommon ncurses pango wayland wayland-protocols 
wlroots)
+
+source=(
+   
"bemenu-$pkgver.tar.gz::https://github.com/Cloudef/bemenu/archive/$pkgver.tar.gz;
+   
"bemenu-$pkgver.tar.gz.asc::https://github.com/Cloudef/bemenu/releases/download/$pkgver/bemenu-$pkgver.tar.gz.asc;
+)
+# Checksums provided by packager
+sha256sums=(
+   56e4a0bd06f93e7dfcdabbf7ee1ed973ce4e77d648132064f26f30662c4055f1
+   SKIP
+)
+validpgpkeys=(08C8361E825F7502797E874F0CBD2CD395613887)
+
+build() {
+   cd "bemenu-$pkgver"
+   make PREFIX=/usr
+}
+
+# make test seems to have been removed with cmake
+#check() {
+#  cd "bemenu-$pkgver"
+#  make test
+#}
+
+package_bemenu() {
+   depends=(bemenu-renderer)
+   provides=(libbemenu)
+
+   cd "bemenu-$pkgver"
+   make DESTDIR="$pkgdir" PREFIX=/usr install
+   rm -rf "$pkgdir"/usr/lib/bemenu/
+}
+
+package_bemenu-ncurses() {
+   pkgdesc='ncurses renderer for bemenu'
+   provides=(bemenu-renderer)
+   depends=(libbemenu ncurses)
+
+   cd "bemenu-$pkgver"
+   make DESTDIR="$pkgdir" PREFIX=/usr install-renderers
+   rm -f "$pkgdir"/usr/lib/bemenu/bemenu-renderer-{wayland,x11}.so
+}
+
+package_bemenu-wlroots() {
+   pkgdesc='Wayland (wlroots-based compositors) renderer for bemenu'
+   provides=(bemenu-renderer 

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

2020-09-22 Thread Levente Polyak via arch-commits
Date: Tuesday, September 22, 2020 @ 22:18:09
  Author: anthraxx
Revision: 711416

upgpkg: powerdns 4.2.3-1

Modified:
  powerdns/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2020-09-22 22:05:24 UTC (rev 711415)
+++ PKGBUILD2020-09-22 22:18:09 UTC (rev 711416)
@@ -6,8 +6,8 @@
 # Contributor: Pieter Lexis 
 
 pkgname=powerdns
-pkgver=4.2.2
-pkgrel=2
+pkgver=4.2.3
+pkgrel=1
 pkgdesc='Authoritative DNS server'
 url='https://www.powerdns.com/'
 arch=('x86_64')
@@ -28,12 +28,10 @@
 conflicts=('pdns')
 backup=('etc/powerdns/pdns.conf')
 source=(https://downloads.powerdns.com/releases/pdns-${pkgver}.tar.bz2{,.asc}
-sysusers.conf
-
${pkgname}-gcc10.patch::https://github.com/PowerDNS/pdns/commit/ffb885e937c27bb1c62dee8f18c58.patch)
-sha512sums=('b9d0daadd89f4ab009981305d2c323ab75e283b59b94f764d53c37984a2b6200debe4e514572eac49973fcba2034df65214afb949ce3b1b4ff57b07b07f6e608'
+sysusers.conf)
+sha512sums=('7db21bee087ca97ae02a276f53c98ed2e06645d8785ad7fcc765dfed01a2ec9c3a603c2d7135a6ca79affb5f00f262b9f0d0462870a35e5d8f267926693c8273'
 'SKIP'
-
'522bde8b76367db6edd461fca8f81d50304a4d764addf33774b3e2c5c93a9e72d93993f54ddd4ee887ceeccf70280aceea3ffaf6370d26310e0a7ebbbf61f26a'
-
'3685c8e08df2073351e3cd722ea1d7d19236c148d3a88368884ae5eb0a4fcd084eb2b62082e7f326e0770cd56c184a0f14fb026c02c0111a8386b6a0a46db3e5')
+
'522bde8b76367db6edd461fca8f81d50304a4d764addf33774b3e2c5c93a9e72d93993f54ddd4ee887ceeccf70280aceea3ffaf6370d26310e0a7ebbbf61f26a')
 validpgpkeys=('B76CD4671C0968BAA87DE61C5E50715BF2FFE1A7'   # Winkels, Erik 

   '16E12866B7738C73976A57436FFC33439B0D04DF'   # Peter van Dijk 

   'FBAE0323821C7706A5CA151BDCF513FA7EED19F3' ) # Pieter Lexis 

@@ -43,7 +41,6 @@
   # Patch the Makefile.in's so /powerdns is used instead of /pdns (for e.g. 
$LIBDIR)
   # This allows for running pdns_server without setting `module-dir` in the 
config.
   find . -name 'Makefile.in' -exec sed -i 's,pkglibdir = 
\$(libdir)/@PACKAGE@,pkglibdir = $(libdir)/powerdns,' {} \;
-  patch -Np1 < "${srcdir}/${pkgname}-gcc10.patch"
 }
 
 build() {


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

2020-09-22 Thread Levente Polyak via arch-commits
Date: Tuesday, September 22, 2020 @ 22:18:14
  Author: anthraxx
Revision: 711417

archrelease: copy trunk to community-x86_64

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

---+
 PKGBUILD  |  159 +++-
 sysusers.conf |2 
 2 files changed, 79 insertions(+), 82 deletions(-)

Deleted: PKGBUILD
===
--- PKGBUILD2020-09-22 22:18:09 UTC (rev 711416)
+++ PKGBUILD2020-09-22 22:18:14 UTC (rev 711417)
@@ -1,81 +0,0 @@
-# Maintainer: Levente Polyak 
-# Contributor: Alexander Rødseth 
-# Contributor: Jan de Groot 
-# Contributor: Kevin Mihelich 
-# Contributor: Remi Gacogne 
-# Contributor: Pieter Lexis 
-
-pkgname=powerdns
-pkgver=4.2.2
-pkgrel=2
-pkgdesc='Authoritative DNS server'
-url='https://www.powerdns.com/'
-arch=('x86_64')
-license=('GPL2')
-depends=('boost-libs' 'botan>=2.7.0' 'libsodium' 'luajit' 'openssl' 'protobuf'
- 'sqlite' 'systemd' 'lua' 'curl' 'libcurl.so')
-makedepends=('boost' 'geoip' 'libldap' 'mariadb-libs' 'opendbx'
- 'postgresql-libs' 'tinycdb' 'unixodbc' 'yaml-cpp')
-optdepends=('geoip: GeoIP backend'
-'mariadb-libs: MariaDB/MySQL and MyDNS backend'
-'libldap: LDAP backend'
-'opendbx: OpenDBX backend'
-'postgresql-libs: PostgreSQL backend'
-'unixodbc: ODBC backend'
-'tinycdb: TinyDNS backend'
-'yaml-cpp: GeoIP backend')
-provides=('pdns')
-conflicts=('pdns')
-backup=('etc/powerdns/pdns.conf')
-source=(https://downloads.powerdns.com/releases/pdns-${pkgver}.tar.bz2{,.asc}
-sysusers.conf
-
${pkgname}-gcc10.patch::https://github.com/PowerDNS/pdns/commit/ffb885e937c27bb1c62dee8f18c58.patch)
-sha512sums=('b9d0daadd89f4ab009981305d2c323ab75e283b59b94f764d53c37984a2b6200debe4e514572eac49973fcba2034df65214afb949ce3b1b4ff57b07b07f6e608'
-'SKIP'
-
'522bde8b76367db6edd461fca8f81d50304a4d764addf33774b3e2c5c93a9e72d93993f54ddd4ee887ceeccf70280aceea3ffaf6370d26310e0a7ebbbf61f26a'
-
'3685c8e08df2073351e3cd722ea1d7d19236c148d3a88368884ae5eb0a4fcd084eb2b62082e7f326e0770cd56c184a0f14fb026c02c0111a8386b6a0a46db3e5')
-validpgpkeys=('B76CD4671C0968BAA87DE61C5E50715BF2FFE1A7'   # Winkels, Erik 

-  '16E12866B7738C73976A57436FFC33439B0D04DF'   # Peter van Dijk 

-  'FBAE0323821C7706A5CA151BDCF513FA7EED19F3' ) # Pieter Lexis 

-
-prepare() {
-  cd pdns-${pkgver}
-  # Patch the Makefile.in's so /powerdns is used instead of /pdns (for e.g. 
$LIBDIR)
-  # This allows for running pdns_server without setting `module-dir` in the 
config.
-  find . -name 'Makefile.in' -exec sed -i 's,pkglibdir = 
\$(libdir)/@PACKAGE@,pkglibdir = $(libdir)/powerdns,' {} \;
-  patch -Np1 < "${srcdir}/${pkgname}-gcc10.patch"
-}
-
-build() {
-  cd pdns-${pkgver}
-  ./configure \
---prefix=/usr \
---sysconfdir=/etc/powerdns \
---sbindir=/usr/bin \
---with-modules='' \
---with-dynmodules="bind geoip gmysql godbc gpgsql gsqlite3 ldap lua mydns 
opendbx pipe random remote tinydns" \
---docdir=/usr/share/doc/powerdns \
---enable-libsodium \
---enable-botan \
---enable-tools \
---disable-dependency-tracking \
---disable-silent-rules \
---enable-reproducible \
---enable-unit-tests \
---enable-systemd
-  make
-}
-
-check() {
-  make -C pdns-${pkgver} check
-}
-
-package() {
-  make -C pdns-${pkgver} DESTDIR="${pkgdir}" install
-  install -D -m644 sysusers.conf "${pkgdir}/usr/lib/sysusers.d/${pkgname}.conf"
-  mv "${pkgdir}/etc/powerdns/pdns.conf"{-dist,}
-  # Ensure we run as the powerdns user
-  sed -i "s,^# \(set.id=\),\1${pkgname}," "${pkgdir}/etc/powerdns/pdns.conf"
-}
-
-# vim: ts=2 sw=2 et:

Copied: powerdns/repos/community-x86_64/PKGBUILD (from rev 711416, 
powerdns/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2020-09-22 22:18:14 UTC (rev 711417)
@@ -0,0 +1,78 @@
+# Maintainer: Levente Polyak 
+# Contributor: Alexander Rødseth 
+# Contributor: Jan de Groot 
+# Contributor: Kevin Mihelich 
+# Contributor: Remi Gacogne 
+# Contributor: Pieter Lexis 
+
+pkgname=powerdns
+pkgver=4.2.3
+pkgrel=1
+pkgdesc='Authoritative DNS server'
+url='https://www.powerdns.com/'
+arch=('x86_64')
+license=('GPL2')
+depends=('boost-libs' 'botan>=2.7.0' 'libsodium' 'luajit' 'openssl' 'protobuf'
+ 'sqlite' 'systemd' 'lua' 'curl' 'libcurl.so')
+makedepends=('boost' 'geoip' 'libldap' 'mariadb-libs' 'opendbx'
+ 'postgresql-libs' 'tinycdb' 'unixodbc' 'yaml-cpp')
+optdepends=('geoip: GeoIP backend'
+'mariadb-libs: 

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

2020-09-22 Thread Levente Polyak via arch-commits
Date: Tuesday, September 22, 2020 @ 22:05:20
  Author: anthraxx
Revision: 711414

upgpkg: powerdns-recursor 4.3.4-1

Modified:
  powerdns-recursor/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2020-09-22 20:22:08 UTC (rev 711413)
+++ PKGBUILD2020-09-22 22:05:20 UTC (rev 711414)
@@ -5,7 +5,7 @@
 # Contributor: Remi Gacogne 
 
 pkgname=powerdns-recursor
-pkgver=4.3.3
+pkgver=4.3.4
 pkgrel=1
 pkgdesc='Resolving DNS server'
 url='https://www.powerdns.com/'
@@ -19,7 +19,7 @@
 backup=('etc/powerdns/recursor.conf')
 
source=(https://downloads.powerdns.com/releases/pdns-recursor-${pkgver}.tar.bz2{,.asc}
 sysusers.conf)
-sha512sums=('285f12d3cb2edaca7507dd9dad1356b60076d43af678458346489562ea8933a01d61d2430d5282b6afd213839ee684ad83e5f523c9a272f382d74ccc238bd9d5'
+sha512sums=('cfc34f42ed95c7fd2be1ab7ba172672e5e1db96b4ced171c1eae7bd60fb7db482aed928028811b133d326550de35c506a8fc480b12ae39ab7fa142408e0b42d8'
 'SKIP'
 
'63b3f0664d38fbbcb6b1c914cee050a27eca0a15550962973743580dd5d3ace2e68272ca2d856d53cc74001fe9246d61207ebbc74524c096736777ed08c88e72')
 validpgpkeys=('B76CD4671C0968BAA87DE61C5E50715BF2FFE1A7'  # Pieter Lexis 



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

2020-09-22 Thread Levente Polyak via arch-commits
Date: Tuesday, September 22, 2020 @ 22:05:24
  Author: anthraxx
Revision: 711415

archrelease: copy trunk to community-x86_64

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

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

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

-  'FBAE0323821C7706A5CA151BDCF513FA7EED19F3'  # Peter van Dijk 

-  '16E12866B7738C73976A57436FFC33439B0D04DF') # Winkels, Erik 

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

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

+  'FBAE0323821C7706A5CA151BDCF513FA7EED19F3'  # Peter van Dijk 

+  '16E12866B7738C73976A57436FFC33439B0D04DF') # Winkels, Erik 

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

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

2020-09-22 Thread Levente Polyak via arch-commits
Date: Tuesday, September 22, 2020 @ 20:22:08
  Author: anthraxx
Revision: 711413

archrelease: copy trunk to community-x86_64

Added:
  dfrs/repos/community-x86_64/PKGBUILD
(from rev 711412, dfrs/trunk/PKGBUILD)
Deleted:
  dfrs/repos/community-x86_64/PKGBUILD

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

Deleted: PKGBUILD
===
--- PKGBUILD2020-09-22 20:22:05 UTC (rev 711412)
+++ PKGBUILD2020-09-22 20:22:08 UTC (rev 711413)
@@ -1,39 +0,0 @@
-# Maintainer: Levente Polyak 
-
-pkgname=dfrs
-pkgver=0.0.5
-pkgrel=1
-pkgdesc='Display file system space usage using graphs and colors'
-url='https://github.com/anthraxx/dfrs'
-arch=('x86_64')
-license=('MIT')
-depends=('glibc' 'gcc-libs')
-makedepends=('cargo' 'scdoc')
-source=(${url}/archive/${pkgver}/${pkgname}-${pkgver}.tar.gz
-${url}/releases/download/${pkgver}/${pkgname}-${pkgver}.tar.gz.sig)
-options=('!makeflags')
-sha512sums=('d6a2c8bdede0c630f3fd3f3128e9961b939a5a3bd5d2e24c0fbda49cfd9c4ca4dce09adf3e79debaf448c9e6773a8c5bb1b0e7a3e09f152025f2649c7d1c'
-'SKIP')
-b2sums=('89f6212cd154663c8ded25e0cc79965961cfbca8d80fc132b642064cdf72c1c08f8a249140324e8307b0141f3ef0a1570585a1714d0edf7cb4f107ecb94b7c45'
-'SKIP')
-validpgpkeys=(
-  'E240B57E2C4630BA768E2F26FC1B547C8D8172C8'  # Levente Polyak
-)
-
-build() {
-  cd ${pkgname}-${pkgver}
-  make
-}
-
-check() {
-  cd ${pkgname}-${pkgver}
-  cargo test --release --locked
-}
-
-package() {
-  cd ${pkgname}-${pkgver}
-  make DESTDIR="${pkgdir}" PREFIX=/usr install
-  install -Dm 644 LICENSE -t "${pkgdir}/usr/share/licenses/${pkgname}"
-}
-
-# vim: ts=2 sw=2 et:

Copied: dfrs/repos/community-x86_64/PKGBUILD (from rev 711412, 
dfrs/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2020-09-22 20:22:08 UTC (rev 711413)
@@ -0,0 +1,39 @@
+# Maintainer: Levente Polyak 
+
+pkgname=dfrs
+pkgver=0.0.6
+pkgrel=1
+pkgdesc='Display file system space usage using graphs and colors'
+url='https://github.com/anthraxx/dfrs'
+arch=('x86_64')
+license=('MIT')
+depends=('glibc' 'gcc-libs')
+makedepends=('cargo' 'scdoc')
+source=(${url}/archive/${pkgver}/${pkgname}-${pkgver}.tar.gz
+${url}/releases/download/${pkgver}/${pkgname}-${pkgver}.tar.gz.sig)
+options=('!makeflags')
+sha512sums=('5d98d4cc4e2be30f11f5c9921173e04cbccfa2c5b10650f4a4fef67e06dba2b660a986db3c3d65ca9f89328af7196b08b4a560bf92b35a115cfc1bba095bfd8a'
+'SKIP')
+b2sums=('424fcceb2a3d530b1f81698a7270423b41f78bc2ae4f09747b3ace4d2d0545b733033354e612a33c9e2677dedab8cc8af37db4a901cf245438a894a6dd48c7a8'
+'SKIP')
+validpgpkeys=(
+  'E240B57E2C4630BA768E2F26FC1B547C8D8172C8'  # Levente Polyak
+)
+
+build() {
+  cd ${pkgname}-${pkgver}
+  make
+}
+
+check() {
+  cd ${pkgname}-${pkgver}
+  cargo test --release --locked
+}
+
+package() {
+  cd ${pkgname}-${pkgver}
+  make DESTDIR="${pkgdir}" PREFIX=/usr install
+  install -Dm 644 LICENSE -t "${pkgdir}/usr/share/licenses/${pkgname}"
+}
+
+# vim: ts=2 sw=2 et:


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

2020-09-22 Thread Levente Polyak via arch-commits
Date: Tuesday, September 22, 2020 @ 20:22:05
  Author: anthraxx
Revision: 711412

upgpkg: dfrs 0.0.6-1

Modified:
  dfrs/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2020-09-22 20:04:12 UTC (rev 711411)
+++ PKGBUILD2020-09-22 20:22:05 UTC (rev 711412)
@@ -1,7 +1,7 @@
 # Maintainer: Levente Polyak 
 
 pkgname=dfrs
-pkgver=0.0.5
+pkgver=0.0.6
 pkgrel=1
 pkgdesc='Display file system space usage using graphs and colors'
 url='https://github.com/anthraxx/dfrs'
@@ -12,9 +12,9 @@
 source=(${url}/archive/${pkgver}/${pkgname}-${pkgver}.tar.gz
 ${url}/releases/download/${pkgver}/${pkgname}-${pkgver}.tar.gz.sig)
 options=('!makeflags')
-sha512sums=('d6a2c8bdede0c630f3fd3f3128e9961b939a5a3bd5d2e24c0fbda49cfd9c4ca4dce09adf3e79debaf448c9e6773a8c5bb1b0e7a3e09f152025f2649c7d1c'
+sha512sums=('5d98d4cc4e2be30f11f5c9921173e04cbccfa2c5b10650f4a4fef67e06dba2b660a986db3c3d65ca9f89328af7196b08b4a560bf92b35a115cfc1bba095bfd8a'
 'SKIP')
-b2sums=('89f6212cd154663c8ded25e0cc79965961cfbca8d80fc132b642064cdf72c1c08f8a249140324e8307b0141f3ef0a1570585a1714d0edf7cb4f107ecb94b7c45'
+b2sums=('424fcceb2a3d530b1f81698a7270423b41f78bc2ae4f09747b3ace4d2d0545b733033354e612a33c9e2677dedab8cc8af37db4a901cf245438a894a6dd48c7a8'
 'SKIP')
 validpgpkeys=(
   'E240B57E2C4630BA768E2F26FC1B547C8D8172C8'  # Levente Polyak


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

2020-09-22 Thread Morten Linderud via arch-commits
Date: Tuesday, September 22, 2020 @ 20:04:12
  Author: foxboron
Revision: 711411

archrelease: copy trunk to community-x86_64

Added:
  buildah/repos/community-x86_64/PKGBUILD
(from rev 711410, buildah/trunk/PKGBUILD)
Deleted:
  buildah/repos/community-x86_64/PKGBUILD

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

Deleted: PKGBUILD
===
--- PKGBUILD2020-09-22 20:04:04 UTC (rev 711410)
+++ PKGBUILD2020-09-22 20:04:12 UTC (rev 711411)
@@ -1,37 +0,0 @@
-# Maintainer: Bartłomiej Piotrowski 
-# Maintainer: Morten Linderud 
-
-pkgname=buildah
-pkgver=1.16.1
-pkgrel=1
-pkgdesc="A tool which facilitates building OCI images"
-arch=(x86_64)
-url="https://github.com/containers/buildah;
-license=(Apache)
-depends=(runc skopeo slirp4netns)
-makedepends=(go git bash-bats btrfs-progs device-mapper gpgme libassuan
- bzip2 go-md2man runc skopeo systemd)
-_commit=0de2694a2eca934d4ca121ac1d1497c76b0ffc85   #refs/tags/v1.16.1
-source=(git+https://github.com/containers/buildah.git#commit=$_commit)
-md5sums=('SKIP')
-
-pkgver() {
-  cd buildah
-  git describe --tags | sed 's/^[vV]//;s/-/+/g'
-}
-
-build() {
-  cd $pkgname 
-  export GOFLAGS="-buildmode=pie -trimpath"
-  export CGO_LDFLAGS="${LDFLAGS}"
-  export CGO_CFLAGS="${CFLAGS}"
-  export CGO_CPPFLAGS="${CPPFLAGS}"
-  export CGO_CXXFLAGS="${CXXFLAGS}"
-  make PREFIX=/usr BUILDTAGS="containers_image_ostree_stub seccomp"
-}
-
-package() {
-  cd $pkgname
-  make DESTDIR="$pkgdir" PREFIX=usr install install.completions
-  install -Dm644 LICENSE "$pkgdir/usr/share/licenses/$pkgname/LICENSE"
-}

Copied: buildah/repos/community-x86_64/PKGBUILD (from rev 711410, 
buildah/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2020-09-22 20:04:12 UTC (rev 711411)
@@ -0,0 +1,37 @@
+# Maintainer: Bartłomiej Piotrowski 
+# Maintainer: Morten Linderud 
+
+pkgname=buildah
+pkgver=1.16.2
+pkgrel=1
+pkgdesc="A tool which facilitates building OCI images"
+arch=(x86_64)
+url="https://github.com/containers/buildah;
+license=(Apache)
+depends=(runc skopeo slirp4netns)
+makedepends=(go git bash-bats btrfs-progs device-mapper gpgme libassuan
+ bzip2 go-md2man runc skopeo systemd)
+_commit=2a1255f2a6478fa3f9f397233e3cf648737ff617#refs/tags/v1.16.2
+source=(git+https://github.com/containers/buildah.git#commit=$_commit)
+md5sums=('SKIP')
+
+pkgver() {
+  cd buildah
+  git describe --tags | sed 's/^[vV]//;s/-/+/g'
+}
+
+build() {
+  cd $pkgname 
+  export GOFLAGS="-buildmode=pie -trimpath"
+  export CGO_LDFLAGS="${LDFLAGS}"
+  export CGO_CFLAGS="${CFLAGS}"
+  export CGO_CPPFLAGS="${CPPFLAGS}"
+  export CGO_CXXFLAGS="${CXXFLAGS}"
+  make PREFIX=/usr BUILDTAGS="containers_image_ostree_stub seccomp"
+}
+
+package() {
+  cd $pkgname
+  make DESTDIR="$pkgdir" PREFIX=usr install install.completions
+  install -Dm644 LICENSE "$pkgdir/usr/share/licenses/$pkgname/LICENSE"
+}


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

2020-09-22 Thread Morten Linderud via arch-commits
Date: Tuesday, September 22, 2020 @ 20:04:04
  Author: foxboron
Revision: 711410

upgpkg: buildah 1.16.2-1

Modified:
  buildah/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2020-09-22 19:55:32 UTC (rev 711409)
+++ PKGBUILD2020-09-22 20:04:04 UTC (rev 711410)
@@ -2,7 +2,7 @@
 # Maintainer: Morten Linderud 
 
 pkgname=buildah
-pkgver=1.16.1
+pkgver=1.16.2
 pkgrel=1
 pkgdesc="A tool which facilitates building OCI images"
 arch=(x86_64)
@@ -11,7 +11,7 @@
 depends=(runc skopeo slirp4netns)
 makedepends=(go git bash-bats btrfs-progs device-mapper gpgme libassuan
  bzip2 go-md2man runc skopeo systemd)
-_commit=0de2694a2eca934d4ca121ac1d1497c76b0ffc85   #refs/tags/v1.16.1
+_commit=2a1255f2a6478fa3f9f397233e3cf648737ff617#refs/tags/v1.16.2
 source=(git+https://github.com/containers/buildah.git#commit=$_commit)
 md5sums=('SKIP')
 


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

2020-09-22 Thread Christian Hesse via arch-commits
Date: Tuesday, September 22, 2020 @ 19:55:21
  Author: eworm
Revision: 711408

upgpkg: ccid 1.4.33-1: new upstream release

Modified:
  ccid/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2020-09-22 19:27:28 UTC (rev 711407)
+++ PKGBUILD2020-09-22 19:55:21 UTC (rev 711408)
@@ -2,7 +2,7 @@
 # Contributor: Daniel Plaza 
 
 pkgname=ccid
-pkgver=1.4.32
+pkgver=1.4.33
 pkgrel=1
 pkgdesc='A generic USB Chip/Smart Card Interface Devices driver'
 arch=('x86_64')
@@ -12,7 +12,7 @@
 backup=('etc/reader.conf.d/libccidtwin')
 validpgpkeys=('F5E11B9FFE911146F41D953D78A1B4DFE8F9C57E') # Ludovic Rousseau 

 source=("https://ccid.apdu.fr/files/${pkgname}-${pkgver}.tar.bz2"{,.asc})
-sha256sums=('545f4ab7887d512aa4b6967b80ef18a77b790c34769718452737a633cefc1639'
+sha256sums=('5256da939711deb42b74d05d2bd6bd0c73c4d564feb0c1a50212609eb680e424'
 'SKIP')
 
 build() {


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

2020-09-22 Thread Christian Hesse via arch-commits
Date: Tuesday, September 22, 2020 @ 19:55:32
  Author: eworm
Revision: 711409

archrelease: copy trunk to community-x86_64

Added:
  ccid/repos/community-x86_64/PKGBUILD
(from rev 711408, ccid/trunk/PKGBUILD)
Deleted:
  ccid/repos/community-x86_64/PKGBUILD

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

Deleted: PKGBUILD
===
--- PKGBUILD2020-09-22 19:55:21 UTC (rev 711408)
+++ PKGBUILD2020-09-22 19:55:32 UTC (rev 711409)
@@ -1,39 +0,0 @@
-# Maintainer: Giovanni Scafora 
-# Contributor: Daniel Plaza 
-
-pkgname=ccid
-pkgver=1.4.32
-pkgrel=1
-pkgdesc='A generic USB Chip/Smart Card Interface Devices driver'
-arch=('x86_64')
-url='https://ccid.apdu.fr/'
-license=('LGPL' 'GPL')
-depends=('pcsclite' 'libusb' 'flex')
-backup=('etc/reader.conf.d/libccidtwin')
-validpgpkeys=('F5E11B9FFE911146F41D953D78A1B4DFE8F9C57E') # Ludovic Rousseau 

-source=("https://ccid.apdu.fr/files/${pkgname}-${pkgver}.tar.bz2"{,.asc})
-sha256sums=('545f4ab7887d512aa4b6967b80ef18a77b790c34769718452737a633cefc1639'
-'SKIP')
-
-build() {
-  cd "${srcdir}/${pkgname}-${pkgver}"
-
-  ./configure \
-LEXLIB='' \
---prefix=/usr \
---sysconfdir=/etc \
---enable-twinserial \
---enable-serialconfdir=/etc/reader.conf.d
-  make
-}
-
-package() {
-  cd "${srcdir}/${pkgname}-${pkgver}"
-
-  make DESTDIR="${pkgdir}" install
-  # move the configuration file in /etc and create a symbolic link
-  mv "${pkgdir}/usr/lib/pcsc/drivers/ifd-ccid.bundle/Contents/Info.plist" 
"${pkgdir}/etc/libccid_Info.plist"
-  ln -s /etc/libccid_Info.plist 
"${pkgdir}/usr/lib/pcsc/drivers/ifd-ccid.bundle/Contents/Info.plist"
-
-  install -Dm644 src/92_pcscd_ccid.rules 
"${pkgdir}/usr/lib/udev/rules.d/92_pcscd_ccid.rules"
-}

Copied: ccid/repos/community-x86_64/PKGBUILD (from rev 711408, 
ccid/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2020-09-22 19:55:32 UTC (rev 711409)
@@ -0,0 +1,39 @@
+# Maintainer: Giovanni Scafora 
+# Contributor: Daniel Plaza 
+
+pkgname=ccid
+pkgver=1.4.33
+pkgrel=1
+pkgdesc='A generic USB Chip/Smart Card Interface Devices driver'
+arch=('x86_64')
+url='https://ccid.apdu.fr/'
+license=('LGPL' 'GPL')
+depends=('pcsclite' 'libusb' 'flex')
+backup=('etc/reader.conf.d/libccidtwin')
+validpgpkeys=('F5E11B9FFE911146F41D953D78A1B4DFE8F9C57E') # Ludovic Rousseau 

+source=("https://ccid.apdu.fr/files/${pkgname}-${pkgver}.tar.bz2"{,.asc})
+sha256sums=('5256da939711deb42b74d05d2bd6bd0c73c4d564feb0c1a50212609eb680e424'
+'SKIP')
+
+build() {
+  cd "${srcdir}/${pkgname}-${pkgver}"
+
+  ./configure \
+LEXLIB='' \
+--prefix=/usr \
+--sysconfdir=/etc \
+--enable-twinserial \
+--enable-serialconfdir=/etc/reader.conf.d
+  make
+}
+
+package() {
+  cd "${srcdir}/${pkgname}-${pkgver}"
+
+  make DESTDIR="${pkgdir}" install
+  # move the configuration file in /etc and create a symbolic link
+  mv "${pkgdir}/usr/lib/pcsc/drivers/ifd-ccid.bundle/Contents/Info.plist" 
"${pkgdir}/etc/libccid_Info.plist"
+  ln -s /etc/libccid_Info.plist 
"${pkgdir}/usr/lib/pcsc/drivers/ifd-ccid.bundle/Contents/Info.plist"
+
+  install -Dm644 src/92_pcscd_ccid.rules 
"${pkgdir}/usr/lib/udev/rules.d/92_pcscd_ccid.rules"
+}


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

2020-09-22 Thread Felix Yan via arch-commits
Date: Tuesday, September 22, 2020 @ 19:53:18
  Author: felixonmars
Revision: 396428

upgpkg: python-cryptography 3.1.1-1

Modified:
  python-cryptography/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2020-09-22 18:12:06 UTC (rev 396427)
+++ PKGBUILD2020-09-22 19:53:18 UTC (rev 396428)
@@ -2,7 +2,7 @@
 
 pkgbase=python-cryptography
 pkgname=('python-cryptography' 'python2-cryptography')
-pkgver=3.1
+pkgver=3.1.1
 pkgrel=1
 pkgdesc="A package designed to expose cryptographic recipes and primitives to 
Python developers"
 arch=('x86_64')
@@ -14,7 +14,7 @@
 checkdepends=('python-pytest-runner' "python-cryptography-vectors=$pkgver" 
'python-iso8601'
   'python-pretend' 'python-hypothesis' 'python-pytz')
 
source=("https://pypi.io/packages/source/c/cryptography/cryptography-$pkgver.tar.gz;)
-sha512sums=('c015df3a71e4c274b2fb8fd954d264c8b56443644048139113f548c69cf83798b73c9f0993609f338044df92b609723b0281ce61ed2751309a122de22060037e')
+sha512sums=('feb86c65365cbe7a0175f9c7794bb9d4c8c4530a5766b895de3986c2db1ac85b24de32cd21c60c5181cbd35835c6508e3e329c706046bb8e5bba252a03f6d210')
 
 prepare() {
   cp -a cryptography-${pkgver}{,-python2}


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

2020-09-22 Thread Felix Yan via arch-commits
Date: Tuesday, September 22, 2020 @ 19:53:34
  Author: felixonmars
Revision: 396429

archrelease: copy trunk to extra-x86_64

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

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

Deleted: PKGBUILD
===
--- PKGBUILD2020-09-22 19:53:18 UTC (rev 396428)
+++ PKGBUILD2020-09-22 19:53:34 UTC (rev 396429)
@@ -1,49 +0,0 @@
-# Maintainer: Felix Yan 
-
-pkgbase=python-cryptography
-pkgname=('python-cryptography' 'python2-cryptography')
-pkgver=3.1
-pkgrel=1
-pkgdesc="A package designed to expose cryptographic recipes and primitives to 
Python developers"
-arch=('x86_64')
-license=('Apache')
-url="https://pypi.python.org/pypi/cryptography;
-makedepends=('python-setuptools' 'python2-setuptools' 'python-six' 
'python2-six' 'python-cffi'
- 'python2-cffi' 'python2-enum34' 'python-pyasn1' 'python2-pyasn1' 
'python-idna'
- 'python2-idna' 'python2-ipaddress' 'python-asn1crypto' 
'python2-asn1crypto')
-checkdepends=('python-pytest-runner' "python-cryptography-vectors=$pkgver" 
'python-iso8601'
-  'python-pretend' 'python-hypothesis' 'python-pytz')
-source=("https://pypi.io/packages/source/c/cryptography/cryptography-$pkgver.tar.gz;)
-sha512sums=('c015df3a71e4c274b2fb8fd954d264c8b56443644048139113f548c69cf83798b73c9f0993609f338044df92b609723b0281ce61ed2751309a122de22060037e')
-
-prepare() {
-  cp -a cryptography-${pkgver}{,-python2}
-}
-
-build() {
-  cd "$srcdir"/cryptography-$pkgver
-  python setup.py build
-
-  cd "$srcdir"/cryptography-$pkgver-python2
-  python2 setup.py build
-}
-
-check() {
-  cd cryptography-$pkgver
-  python setup.py pytest
-}
-
-package_python-cryptography() {
-  depends=('python-six' 'python-cffi' 'python-idna' 'python-setuptools' 
'python-asn1crypto')
-
-  cd cryptography-$pkgver
-  python setup.py install --root="$pkgdir" --optimize=1 --skip-build
-}
-
-package_python2-cryptography() {
-  depends=('python2-six' 'python2-cffi' 'python2-enum34' 'python2-idna' 
'python2-ipaddress'
-   'python2-setuptools' 'python2-asn1crypto')
-
-  cd cryptography-$pkgver-python2
-  python2 setup.py install --root="$pkgdir" --optimize=1 --skip-build
-}

Copied: python-cryptography/repos/extra-x86_64/PKGBUILD (from rev 396428, 
python-cryptography/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2020-09-22 19:53:34 UTC (rev 396429)
@@ -0,0 +1,49 @@
+# Maintainer: Felix Yan 
+
+pkgbase=python-cryptography
+pkgname=('python-cryptography' 'python2-cryptography')
+pkgver=3.1.1
+pkgrel=1
+pkgdesc="A package designed to expose cryptographic recipes and primitives to 
Python developers"
+arch=('x86_64')
+license=('Apache')
+url="https://pypi.python.org/pypi/cryptography;
+makedepends=('python-setuptools' 'python2-setuptools' 'python-six' 
'python2-six' 'python-cffi'
+ 'python2-cffi' 'python2-enum34' 'python-pyasn1' 'python2-pyasn1' 
'python-idna'
+ 'python2-idna' 'python2-ipaddress' 'python-asn1crypto' 
'python2-asn1crypto')
+checkdepends=('python-pytest-runner' "python-cryptography-vectors=$pkgver" 
'python-iso8601'
+  'python-pretend' 'python-hypothesis' 'python-pytz')
+source=("https://pypi.io/packages/source/c/cryptography/cryptography-$pkgver.tar.gz;)
+sha512sums=('feb86c65365cbe7a0175f9c7794bb9d4c8c4530a5766b895de3986c2db1ac85b24de32cd21c60c5181cbd35835c6508e3e329c706046bb8e5bba252a03f6d210')
+
+prepare() {
+  cp -a cryptography-${pkgver}{,-python2}
+}
+
+build() {
+  cd "$srcdir"/cryptography-$pkgver
+  python setup.py build
+
+  cd "$srcdir"/cryptography-$pkgver-python2
+  python2 setup.py build
+}
+
+check() {
+  cd cryptography-$pkgver
+  python setup.py pytest
+}
+
+package_python-cryptography() {
+  depends=('python-six' 'python-cffi' 'python-idna' 'python-setuptools' 
'python-asn1crypto')
+
+  cd cryptography-$pkgver
+  python setup.py install --root="$pkgdir" --optimize=1 --skip-build
+}
+
+package_python2-cryptography() {
+  depends=('python2-six' 'python2-cffi' 'python2-enum34' 'python2-idna' 
'python2-ipaddress'
+   'python2-setuptools' 'python2-asn1crypto')
+
+  cd cryptography-$pkgver-python2
+  python2 setup.py install --root="$pkgdir" --optimize=1 --skip-build
+}


[arch-commits] Commit in penlight/trunk (penlight-lua-5.4.patch)

2020-09-22 Thread Levente Polyak via arch-commits
Date: Tuesday, September 22, 2020 @ 19:27:22
  Author: anthraxx
Revision: 711406

upgpkg: penlight 1.9.0-1

Deleted:
  penlight/trunk/penlight-lua-5.4.patch

+
 penlight-lua-5.4.patch |   33 -
 1 file changed, 33 deletions(-)

Deleted: penlight-lua-5.4.patch
===
--- penlight-lua-5.4.patch  2020-09-22 19:26:41 UTC (rev 711405)
+++ penlight-lua-5.4.patch  2020-09-22 19:27:22 UTC (rev 711406)
@@ -1,33 +0,0 @@
-From f8c8628ab65542996de84a5a03ee912c7f7dd859 Mon Sep 17 00:00:00 2001
-From: Thijs 
-Date: Tue, 28 Jul 2020 08:55:07 +0200
-Subject: [PATCH 2/3] fix(tests) fix tests failing on Lua 5.4
-

- tests/lua/mod52.lua | 10 +-
- 1 file changed, 9 insertions(+), 1 deletion(-)
-
-diff --git a/tests/lua/mod52.lua b/tests/lua/mod52.lua
-index 7cc8c7e..06e505e 100644
 a/tests/lua/mod52.lua
-+++ b/tests/lua/mod52.lua
-@@ -10,9 +10,17 @@ local _ENV,M = require 'pl.import_into' 
(rawget(_G,'STRICT'))
- function answer ()
- -- of course, you don't have the usual global environment available
- -- so define it as a local up above, or use utils.import(_G).
-+
-+local versioned_errors = {
-+["1"] = "attempt to call global 'print'",
-+["2"] = "attempt to call global 'print'",
-+["3"] = "attempt to call a nil value",
-+["4"] = "attempt to call a nil value",
-+}
-+local expected = versioned_errors[LUA_VERSION:match("Lua 5.(%d)")]
- test.assertraise(function()
- print 'hello'
--end,(LUA_VERSION~="Lua 5.3") and "attempt to call global 'print'" or 
"attempt to call a nil value")
-+end, expected)
- 
- -- but all the Penlight modules are available
- return pretty.write(utils.split '10 20  30', '')
-


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

2020-09-22 Thread Levente Polyak via arch-commits
Date: Tuesday, September 22, 2020 @ 19:26:41
  Author: anthraxx
Revision: 711405

upgpkg: penlight 1.9.0-1

Modified:
  penlight/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2020-09-22 18:47:56 UTC (rev 711404)
+++ PKGBUILD2020-09-22 19:26:41 UTC (rev 711405)
@@ -5,38 +5,39 @@
 # Contributor: Donald Ephraim Curtis 
 
 pkgbase=penlight
-pkgname=('lua-penlight' 'lua53-penlight')
-pkgver=1.6.0
-pkgrel=2
+pkgname=('lua-penlight' 'lua53-penlight' 'lua52-penlight' 'lua51-penlight')
+pkgver=1.9.0
+pkgrel=1
 pkgdesc='Lua libraries focusing on input data handling'
 url='https://github.com/stevedonovan/penlight'
 arch=('any')
 license=('custom')
-makedepends=('lua' 'lua-filesystem' 'lua53' 'lua53-filesystem')
-source=(https://github.com/stevedonovan/penlight/archive/${pkgver}/${pkgname}-${pkgver}.tar.gz
-penlight-lua-5.4.patch)
-sha256sums=('a552d0a314f7aa94c9579746996a7aad4ed59f3187f33b4735d3e323e27354b0'
-'bdb1fb023240b717b3fd800ebd9cf9ee51e94a073769e5c4b6e19c9dc4713b6c')
-sha512sums=('4f9988e9e5d66aad1c7137a5b8a36e4eaa2dba5408c90ee0253ce3db69980b2e0be8c9ba38f1e88f269da96d09a908115e0e9c2bd0667393f950fdfc1e232ff0'
-
'eec7d1c61a4ca2cbea7760f18e15d4634ca9eca451bc4a101ace7efd672ffe061141f0d028c459b72a4834cf8dbe0ca29942b5c871885636dfec18dc10515c67')
+makedepends=(
+  'lua' 'lua-filesystem'
+  'lua53' 'lua53-filesystem'
+  'lua52' 'lua52-filesystem'
+  'lua51' 'lua51-filesystem'
+)
+source=(https://github.com/stevedonovan/penlight/archive/${pkgver}/${pkgname}-${pkgver}.tar.gz)
+sha256sums=('3d7aee1df25ce8014051d508c7cd8e5c1f9bd7e0f4a51150be6820d4d731d341')
+sha512sums=('0bdf107f0c10bb36262cb4a48652a229d9bbdfb3ad563ec5574cbd69a14e85b013cffafb6c1a61424a75e19f4c4e6bba2605fee59a1ae12fef7ccdd95895fd14')
 
-prepare() {
-  cd Penlight-${pkgver}
-  patch -p1 -i ../penlight-lua-5.4.patch
-}
-
 check() {
   cd Penlight-${pkgver}
-  export LUA_PATH="${PWD}/lua/?/init.lua;${PWD}/lua/?.lua;$(lua -e 
'print(package.path)')"
-  lua run.lua
-  export LUA_PATH="${PWD}/lua/?/init.lua;${PWD}/lua/?.lua;$(lua5.3 -e 
'print(package.path)')"
-  lua5.3 run.lua
+  local _version
+  for _version in 5.4 5.3 5.2 5.1; do
+export LUA_PATH="${PWD}/lua/?/init.lua;${PWD}/lua/?.lua;$(lua${_version} 
-e 'print(package.path)')"
+lua5.3 run.lua
+  done
 }
 
-package_lua-penlight() {
-  depends=('lua' 'lua-filesystem')
+_package() {
+  lua_version="$1"
+  lib_version="$2"
+
+  depends=("${lua_version}" "${lua_version}-filesystem")
   cd Penlight-${pkgver}
-  install -Dm 644 lua/pl/* -t "${pkgdir}/usr/share/lua/5.4/pl"
+  install -Dm 644 lua/pl/* -t "${pkgdir}/usr/share/lua/${lib_version}/pl"
   install -Dm 644 CONTRIBUTING.md CHANGELOG.md README.md -t 
"${pkgdir}/usr/share/doc/${pkgname}"
   install -Dm 644 docs/manual/* -t "${pkgdir}/usr/share/doc/${pkgname}/manual"
   install -Dm 644 examples/* -t "${pkgdir}/usr/share/doc/${pkgname}/examples"
@@ -43,14 +44,20 @@
   install -Dm 644 LICENSE.md -t "${pkgdir}/usr/share/licenses/${pkgname}"
 }
 
+package_lua-penlight() {
+  _package lua 5.4
+}
+
 package_lua53-penlight() {
-  depends=('lua53' 'lua53-filesystem')
-  cd Penlight-${pkgver}
-  install -Dm 644 lua/pl/* -t "${pkgdir}/usr/share/lua/5.3/pl"
-  install -Dm 644 CONTRIBUTING.md CHANGELOG.md README.md -t 
"${pkgdir}/usr/share/doc/${pkgname}"
-  install -Dm 644 docs/manual/* -t "${pkgdir}/usr/share/doc/${pkgname}/manual"
-  install -Dm 644 examples/* -t "${pkgdir}/usr/share/doc/${pkgname}/examples"
-  install -Dm 644 LICENSE.md -t "${pkgdir}/usr/share/licenses/${pkgname}"
+  _package lua53 5.3
 }
 
+package_lua52-penlight() {
+  _package lua52 5.2
+}
+
+package_lua51-penlight() {
+  _package lua51 5.1
+}
+
 # vim: ts=2 sw=2 et:


[arch-commits] Commit in penlight/repos/community-any (3 files)

2020-09-22 Thread Levente Polyak via arch-commits
Date: Tuesday, September 22, 2020 @ 19:27:28
  Author: anthraxx
Revision: 711407

archrelease: copy trunk to community-any

Added:
  penlight/repos/community-any/PKGBUILD
(from rev 711406, penlight/trunk/PKGBUILD)
Deleted:
  penlight/repos/community-any/PKGBUILD
  penlight/repos/community-any/penlight-lua-5.4.patch

+
 PKGBUILD   |  119 ---
 penlight-lua-5.4.patch |   33 -
 2 files changed, 63 insertions(+), 89 deletions(-)

Deleted: PKGBUILD
===
--- PKGBUILD2020-09-22 19:27:22 UTC (rev 711406)
+++ PKGBUILD2020-09-22 19:27:28 UTC (rev 711407)
@@ -1,56 +0,0 @@
-# Maintainer: Levente Polyak 
-# Contributor: Sébastien Luttringer
-# Contributor: SpepS 
-# Contributor: Laszlo Papp 
-# Contributor: Donald Ephraim Curtis 
-
-pkgbase=penlight
-pkgname=('lua-penlight' 'lua53-penlight')
-pkgver=1.6.0
-pkgrel=2
-pkgdesc='Lua libraries focusing on input data handling'
-url='https://github.com/stevedonovan/penlight'
-arch=('any')
-license=('custom')
-makedepends=('lua' 'lua-filesystem' 'lua53' 'lua53-filesystem')
-source=(https://github.com/stevedonovan/penlight/archive/${pkgver}/${pkgname}-${pkgver}.tar.gz
-penlight-lua-5.4.patch)
-sha256sums=('a552d0a314f7aa94c9579746996a7aad4ed59f3187f33b4735d3e323e27354b0'
-'bdb1fb023240b717b3fd800ebd9cf9ee51e94a073769e5c4b6e19c9dc4713b6c')
-sha512sums=('4f9988e9e5d66aad1c7137a5b8a36e4eaa2dba5408c90ee0253ce3db69980b2e0be8c9ba38f1e88f269da96d09a908115e0e9c2bd0667393f950fdfc1e232ff0'
-
'eec7d1c61a4ca2cbea7760f18e15d4634ca9eca451bc4a101ace7efd672ffe061141f0d028c459b72a4834cf8dbe0ca29942b5c871885636dfec18dc10515c67')
-
-prepare() {
-  cd Penlight-${pkgver}
-  patch -p1 -i ../penlight-lua-5.4.patch
-}
-
-check() {
-  cd Penlight-${pkgver}
-  export LUA_PATH="${PWD}/lua/?/init.lua;${PWD}/lua/?.lua;$(lua -e 
'print(package.path)')"
-  lua run.lua
-  export LUA_PATH="${PWD}/lua/?/init.lua;${PWD}/lua/?.lua;$(lua5.3 -e 
'print(package.path)')"
-  lua5.3 run.lua
-}
-
-package_lua-penlight() {
-  depends=('lua' 'lua-filesystem')
-  cd Penlight-${pkgver}
-  install -Dm 644 lua/pl/* -t "${pkgdir}/usr/share/lua/5.4/pl"
-  install -Dm 644 CONTRIBUTING.md CHANGELOG.md README.md -t 
"${pkgdir}/usr/share/doc/${pkgname}"
-  install -Dm 644 docs/manual/* -t "${pkgdir}/usr/share/doc/${pkgname}/manual"
-  install -Dm 644 examples/* -t "${pkgdir}/usr/share/doc/${pkgname}/examples"
-  install -Dm 644 LICENSE.md -t "${pkgdir}/usr/share/licenses/${pkgname}"
-}
-
-package_lua53-penlight() {
-  depends=('lua53' 'lua53-filesystem')
-  cd Penlight-${pkgver}
-  install -Dm 644 lua/pl/* -t "${pkgdir}/usr/share/lua/5.3/pl"
-  install -Dm 644 CONTRIBUTING.md CHANGELOG.md README.md -t 
"${pkgdir}/usr/share/doc/${pkgname}"
-  install -Dm 644 docs/manual/* -t "${pkgdir}/usr/share/doc/${pkgname}/manual"
-  install -Dm 644 examples/* -t "${pkgdir}/usr/share/doc/${pkgname}/examples"
-  install -Dm 644 LICENSE.md -t "${pkgdir}/usr/share/licenses/${pkgname}"
-}
-
-# vim: ts=2 sw=2 et:

Copied: penlight/repos/community-any/PKGBUILD (from rev 711406, 
penlight/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2020-09-22 19:27:28 UTC (rev 711407)
@@ -0,0 +1,63 @@
+# Maintainer: Levente Polyak 
+# Contributor: Sébastien Luttringer
+# Contributor: SpepS 
+# Contributor: Laszlo Papp 
+# Contributor: Donald Ephraim Curtis 
+
+pkgbase=penlight
+pkgname=('lua-penlight' 'lua53-penlight' 'lua52-penlight' 'lua51-penlight')
+pkgver=1.9.0
+pkgrel=1
+pkgdesc='Lua libraries focusing on input data handling'
+url='https://github.com/stevedonovan/penlight'
+arch=('any')
+license=('custom')
+makedepends=(
+  'lua' 'lua-filesystem'
+  'lua53' 'lua53-filesystem'
+  'lua52' 'lua52-filesystem'
+  'lua51' 'lua51-filesystem'
+)
+source=(https://github.com/stevedonovan/penlight/archive/${pkgver}/${pkgname}-${pkgver}.tar.gz)
+sha256sums=('3d7aee1df25ce8014051d508c7cd8e5c1f9bd7e0f4a51150be6820d4d731d341')
+sha512sums=('0bdf107f0c10bb36262cb4a48652a229d9bbdfb3ad563ec5574cbd69a14e85b013cffafb6c1a61424a75e19f4c4e6bba2605fee59a1ae12fef7ccdd95895fd14')
+
+check() {
+  cd Penlight-${pkgver}
+  local _version
+  for _version in 5.4 5.3 5.2 5.1; do
+export LUA_PATH="${PWD}/lua/?/init.lua;${PWD}/lua/?.lua;$(lua${_version} 
-e 'print(package.path)')"
+lua5.3 run.lua
+  done
+}
+
+_package() {
+  lua_version="$1"
+  lib_version="$2"
+
+  depends=("${lua_version}" "${lua_version}-filesystem")
+  cd Penlight-${pkgver}
+  install -Dm 644 lua/pl/* -t "${pkgdir}/usr/share/lua/${lib_version}/pl"
+  install -Dm 644 CONTRIBUTING.md CHANGELOG.md README.md -t 
"${pkgdir}/usr/share/doc/${pkgname}"
+  install -Dm 644 docs/manual/* -t "${pkgdir}/usr/share/doc/${pkgname}/manual"
+  install -Dm 644 examples/* -t "${pkgdir}/usr/share/doc/${pkgname}/examples"
+  install -Dm 

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

2020-09-22 Thread Felix Yan via arch-commits
Date: Tuesday, September 22, 2020 @ 18:47:56
  Author: felixonmars
Revision: 711404

archrelease: copy trunk to community-x86_64

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

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

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

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

Deleted: rebuild.list
===
--- rebuild.list2020-09-22 18:47:38 UTC (rev 711403)
+++ rebuild.list2020-09-22 18:47:56 UTC (rev 711404)
@@ -1,2 +0,0 @@
-apm
-bash-language-server

Copied: nodejs/repos/community-x86_64/rebuild.list (from rev 711403, 
nodejs/trunk/rebuild.list)
===
--- rebuild.list(rev 0)
+++ rebuild.list2020-09-22 18:47:56 UTC (rev 711404)
@@ -0,0 +1,2 @@
+apm
+bash-language-server


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

2020-09-22 Thread Felix Yan via arch-commits
Date: Tuesday, September 22, 2020 @ 18:47:38
  Author: felixonmars
Revision: 711403

upgpkg: nodejs 14.12.0-1

Modified:
  nodejs/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2020-09-22 18:34:50 UTC (rev 711402)
+++ PKGBUILD2020-09-22 18:47:38 UTC (rev 711403)
@@ -8,7 +8,7 @@
 # Contributor: TIanyi Cui 
 
 pkgname=nodejs
-pkgver=14.11.0
+pkgver=14.12.0
 pkgrel=1
 pkgdesc='Evented I/O for V8 javascript'
 arch=('x86_64')
@@ -18,7 +18,7 @@
 makedepends=('python' 'procps-ng')
 optdepends=('npm: nodejs package manager')
 
source=("nodejs-$pkgver.tar.gz::https://github.com/nodejs/node/archive/v$pkgver.tar.gz;)
-sha512sums=('a39ad598ca547f619a92a3825b40e105c85e34e7dae71bd424f28d144ad0a09bb594742474e171b693d87ad4f92b76c5a4700c46a719c41dabb82a0de5a291f2')
+sha512sums=('2d65d46881893005ed12bc5334baf0536f32a7ecd313adc2633d53592be2af753f12d5400216ab6e87bb5a3d16ad2f41719f041033df2ec28e2f7ffdf50388e5')
 
 build() {
   cd node-$pkgver


[arch-commits] Commit in python-cryptography-vectors/repos/community-any (2 files)

2020-09-22 Thread Felix Yan via arch-commits
Date: Tuesday, September 22, 2020 @ 18:34:50
  Author: felixonmars
Revision: 711402

archrelease: copy trunk to community-any

Added:
  python-cryptography-vectors/repos/community-any/PKGBUILD
(from rev 711401, python-cryptography-vectors/trunk/PKGBUILD)
Deleted:
  python-cryptography-vectors/repos/community-any/PKGBUILD

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

Deleted: PKGBUILD
===
--- PKGBUILD2020-09-22 18:34:34 UTC (rev 711401)
+++ PKGBUILD2020-09-22 18:34:50 UTC (rev 711402)
@@ -1,18 +0,0 @@
-# Maintainer: Felix Yan 
-
-pkgname=python-cryptography-vectors
-pkgver=3.1
-pkgrel=1
-pkgdesc="Test vectors for the cryptography package"
-arch=('any')
-license=('Apache')
-url="https://pypi.python.org/pypi/cryptography-vectors;
-depends=('python')
-makedepends=('python-setuptools')
-source=("https://pypi.io/packages/source/c/cryptography-vectors/cryptography_vectors-$pkgver.tar.gz;)
-sha512sums=('094076a26ba4cae1bf0408844abbb9b3a5634f97657e4627e10b8a7c7424b69574fd9d719d5c258aa02244bee8b395f09c51af79350971072b2f9719446743c1')
-
-package() {
-   cd cryptography_vectors-$pkgver
-   python3 setup.py install --root="$pkgdir" --optimize=1
-}

Copied: python-cryptography-vectors/repos/community-any/PKGBUILD (from rev 
711401, python-cryptography-vectors/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2020-09-22 18:34:50 UTC (rev 711402)
@@ -0,0 +1,18 @@
+# Maintainer: Felix Yan 
+
+pkgname=python-cryptography-vectors
+pkgver=3.1.1
+pkgrel=1
+pkgdesc="Test vectors for the cryptography package"
+arch=('any')
+license=('Apache')
+url="https://pypi.python.org/pypi/cryptography-vectors;
+depends=('python')
+makedepends=('python-setuptools')
+source=("https://pypi.io/packages/source/c/cryptography-vectors/cryptography_vectors-$pkgver.tar.gz;)
+sha512sums=('30eb8773666b2d71079bcea4daf2cb44a21d3847fe4b51529730ea56488d4b220158d686a7743aa061d873d63e9427debebaf4162a26b9638d12024bee84c8d3')
+
+package() {
+   cd cryptography_vectors-$pkgver
+   python3 setup.py install --root="$pkgdir" --optimize=1
+}


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

2020-09-22 Thread Felix Yan via arch-commits
Date: Tuesday, September 22, 2020 @ 18:34:34
  Author: felixonmars
Revision: 711401

upgpkg: python-cryptography-vectors 3.1.1-1

Modified:
  python-cryptography-vectors/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2020-09-22 18:34:28 UTC (rev 711400)
+++ PKGBUILD2020-09-22 18:34:34 UTC (rev 711401)
@@ -1,7 +1,7 @@
 # Maintainer: Felix Yan 
 
 pkgname=python-cryptography-vectors
-pkgver=3.1
+pkgver=3.1.1
 pkgrel=1
 pkgdesc="Test vectors for the cryptography package"
 arch=('any')
@@ -10,7 +10,7 @@
 depends=('python')
 makedepends=('python-setuptools')
 
source=("https://pypi.io/packages/source/c/cryptography-vectors/cryptography_vectors-$pkgver.tar.gz;)
-sha512sums=('094076a26ba4cae1bf0408844abbb9b3a5634f97657e4627e10b8a7c7424b69574fd9d719d5c258aa02244bee8b395f09c51af79350971072b2f9719446743c1')
+sha512sums=('30eb8773666b2d71079bcea4daf2cb44a21d3847fe4b51529730ea56488d4b220158d686a7743aa061d873d63e9427debebaf4162a26b9638d12024bee84c8d3')
 
 package() {
cd cryptography_vectors-$pkgver


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

2020-09-22 Thread Felix Yan via arch-commits
Date: Tuesday, September 22, 2020 @ 18:34:28
  Author: felixonmars
Revision: 711400

archrelease: copy trunk to community-any

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

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

Deleted: PKGBUILD
===
--- PKGBUILD2020-09-22 18:34:11 UTC (rev 711399)
+++ PKGBUILD2020-09-22 18:34:28 UTC (rev 711400)
@@ -1,31 +0,0 @@
-# Maintainer: Felix Yan 
-
-pkgname=python-braintree
-pkgver=4.3.0
-pkgrel=1
-pkgdesc="Braintree Python Library"
-arch=('any')
-url="https://www.braintreepayments.com/docs/python;
-license=('MIT')
-depends=('python-requests')
-makedepends=('python-setuptools')
-checkdepends=('python-nose')
-source=("$pkgname-$pkgver.tar.gz::https://github.com/braintree/braintree_python/archive/$pkgver.tar.gz;)
-sha512sums=('f2a5f3810a92360d6d231004833ee6a60cc0a4914f83fd74485e34da9ad8113280dad3949eade63a2c5bbe224a97d34b1b3cda0a993c39d3bcc2f1d4cd2a0ec5')
-
-build() {
-  cd braintree_python-$pkgver
-  python setup.py build
-}
-
-check() {
-  cd braintree_python-$pkgver
-  nosetests3 tests/unit
-}
-
-package() {
-  cd braintree_python-$pkgver
-  python setup.py install -O1 --root="$pkgdir"
-
-  install -Dm644 LICENSE "$pkgdir"/usr/share/licenses/$pkgname/LICENSE
-}

Copied: python-braintree/repos/community-any/PKGBUILD (from rev 711399, 
python-braintree/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2020-09-22 18:34:28 UTC (rev 711400)
@@ -0,0 +1,31 @@
+# Maintainer: Felix Yan 
+
+pkgname=python-braintree
+pkgver=4.4.0
+pkgrel=1
+pkgdesc="Braintree Python Library"
+arch=('any')
+url="https://www.braintreepayments.com/docs/python;
+license=('MIT')
+depends=('python-requests')
+makedepends=('python-setuptools')
+checkdepends=('python-nose')
+source=("$pkgname-$pkgver.tar.gz::https://github.com/braintree/braintree_python/archive/$pkgver.tar.gz;)
+sha512sums=('9c02af79143897b92bc42bc573d34b3b2b95459420c03c92bc9feda92f7e479d5f4980ef9c502895e3556c78ec43b339dcbcf9edf0a53c507ad677d9e40a')
+
+build() {
+  cd braintree_python-$pkgver
+  python setup.py build
+}
+
+check() {
+  cd braintree_python-$pkgver
+  nosetests3 tests/unit
+}
+
+package() {
+  cd braintree_python-$pkgver
+  python setup.py install -O1 --root="$pkgdir"
+
+  install -Dm644 LICENSE "$pkgdir"/usr/share/licenses/$pkgname/LICENSE
+}


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

2020-09-22 Thread Felix Yan via arch-commits
Date: Tuesday, September 22, 2020 @ 18:34:11
  Author: felixonmars
Revision: 711399

upgpkg: python-braintree 4.4.0-1

Modified:
  python-braintree/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2020-09-22 17:03:12 UTC (rev 711398)
+++ PKGBUILD2020-09-22 18:34:11 UTC (rev 711399)
@@ -1,7 +1,7 @@
 # Maintainer: Felix Yan 
 
 pkgname=python-braintree
-pkgver=4.3.0
+pkgver=4.4.0
 pkgrel=1
 pkgdesc="Braintree Python Library"
 arch=('any')
@@ -11,7 +11,7 @@
 makedepends=('python-setuptools')
 checkdepends=('python-nose')
 
source=("$pkgname-$pkgver.tar.gz::https://github.com/braintree/braintree_python/archive/$pkgver.tar.gz;)
-sha512sums=('f2a5f3810a92360d6d231004833ee6a60cc0a4914f83fd74485e34da9ad8113280dad3949eade63a2c5bbe224a97d34b1b3cda0a993c39d3bcc2f1d4cd2a0ec5')
+sha512sums=('9c02af79143897b92bc42bc573d34b3b2b95459420c03c92bc9feda92f7e479d5f4980ef9c502895e3556c78ec43b339dcbcf9edf0a53c507ad677d9e40a')
 
 build() {
   cd braintree_python-$pkgver


[arch-commits] Commit in nuget/repos/extra-any (8 files)

2020-09-22 Thread Giancarlo Razzolini via arch-commits
Date: Tuesday, September 22, 2020 @ 18:12:06
  Author: grazzolini
Revision: 396427

archrelease: copy trunk to extra-any

Added:
  nuget/repos/extra-any/PKGBUILD
(from rev 396426, nuget/trunk/PKGBUILD)
  nuget/repos/extra-any/nuget
(from rev 396426, nuget/trunk/nuget)
  nuget/repos/extra-any/nuget.install
(from rev 396426, nuget/trunk/nuget.install)
  nuget/repos/extra-any/nuget.pc
(from rev 396426, nuget/trunk/nuget.pc)
Deleted:
  nuget/repos/extra-any/PKGBUILD
  nuget/repos/extra-any/nuget
  nuget/repos/extra-any/nuget.install
  nuget/repos/extra-any/nuget.pc

---+
 PKGBUILD  |   58 
 nuget |4 +--
 nuget.install |   20 +--
 nuget.pc  |   20 +--
 4 files changed, 51 insertions(+), 51 deletions(-)

Deleted: PKGBUILD
===
--- PKGBUILD2020-09-22 18:11:18 UTC (rev 396426)
+++ PKGBUILD2020-09-22 18:12:06 UTC (rev 396427)
@@ -1,29 +0,0 @@
-# Maintainer: Giancarlo Razzolini 
-# Contributor: Daniel Isenmann 
-# Contributor: wenLiangcan 
-
-pkgname=nuget
-pkgver=5.6.0
-pkgrel=1
-pkgdesc="Package manager for .NET."
-arch=('any')
-url="https://www.nuget.org;
-license=('APACHE')
-depends=('mono' 'sh')
-source=("https://dist.nuget.org/win-x86-commandline/v${pkgver}/nuget.exe;
-"${pkgname}"
-"${pkgname}.pc")
-install="${pkgname}.install"
-md5sums=('3f8a53a524c54cf2e4efb7aea370a977'
- 'ec321eaa807564b85aacfafb227f7f55'
- 'ffb7d95fb39f72c9619c72db91ec36a0')
-sha512sums=('a4be44f8a9f4868a91c1f0336fae598b4d3dc3f1eecac1a8e0c9dd81d8adc100ca127b40449b01d0ad7f52074d3c83a9d19d5356a776f95f88f41d1f0b297bf5'
-
'd19b4f7683aeb2891397060c6ed0fabe9083726268825d5338a7a95ef5d7aaa66db41226ae3a3f26eecbbeea4cdee0bdeeedf61e7fc5017a568ebe2753e2ada6'
-
'50f77fdfc089afc516325057e2e4efdea353c09626073fb07457acf728268ac5e131e785d394b70c9db0ca6ae96e425d882cdf2b2b013c864dc91c32b85e508f')
-
-package() {
-install -Dm 0644 ${srcdir}/nuget.pc ${pkgdir}/usr/lib/pkgconfig/nuget.pc
-
-install -Dm 0644 ${srcdir}/nuget.exe ${pkgdir}/usr/lib/nuget/nuget.exe
-install -Dm 0755 ${srcdir}/nuget ${pkgdir}/usr/bin/nuget
-}

Copied: nuget/repos/extra-any/PKGBUILD (from rev 396426, nuget/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2020-09-22 18:12:06 UTC (rev 396427)
@@ -0,0 +1,29 @@
+# Maintainer: Giancarlo Razzolini 
+# Contributor: Daniel Isenmann 
+# Contributor: wenLiangcan 
+
+pkgname=nuget
+pkgver=5.7.0
+pkgrel=1
+pkgdesc="Package manager for .NET."
+arch=('any')
+url="https://www.nuget.org;
+license=('APACHE')
+depends=('mono' 'sh')
+source=("https://dist.nuget.org/win-x86-commandline/v${pkgver}/nuget.exe;
+"${pkgname}"
+"${pkgname}.pc")
+install="${pkgname}.install"
+md5sums=('e7e9719ff447d78c397b8b0f94a337e0'
+ 'ec321eaa807564b85aacfafb227f7f55'
+ 'ffb7d95fb39f72c9619c72db91ec36a0')
+sha512sums=('50da646fe56e62341780b97b4275424185bf05633763e50ec8ba58f0349e4a696422fcc978dfcb5d11e822f9da954470a2eeecec12fb6b27a044b12e538089f8'
+
'd19b4f7683aeb2891397060c6ed0fabe9083726268825d5338a7a95ef5d7aaa66db41226ae3a3f26eecbbeea4cdee0bdeeedf61e7fc5017a568ebe2753e2ada6'
+
'50f77fdfc089afc516325057e2e4efdea353c09626073fb07457acf728268ac5e131e785d394b70c9db0ca6ae96e425d882cdf2b2b013c864dc91c32b85e508f')
+
+package() {
+install -Dm 0644 ${srcdir}/nuget.pc ${pkgdir}/usr/lib/pkgconfig/nuget.pc
+
+install -Dm 0644 ${srcdir}/nuget.exe ${pkgdir}/usr/lib/nuget/nuget.exe
+install -Dm 0755 ${srcdir}/nuget ${pkgdir}/usr/bin/nuget
+}

Deleted: nuget
===
--- nuget   2020-09-22 18:11:18 UTC (rev 396426)
+++ nuget   2020-09-22 18:12:06 UTC (rev 396427)
@@ -1,2 +0,0 @@
-#!/bin/sh
-exec mono $MONO_OPTIONS /usr/lib/nuget/nuget.exe "$@"

Copied: nuget/repos/extra-any/nuget (from rev 396426, nuget/trunk/nuget)
===
--- nuget   (rev 0)
+++ nuget   2020-09-22 18:12:06 UTC (rev 396427)
@@ -0,0 +1,2 @@
+#!/bin/sh
+exec mono $MONO_OPTIONS /usr/lib/nuget/nuget.exe "$@"

Deleted: nuget.install
===
--- nuget.install   2020-09-22 18:11:18 UTC (rev 396426)
+++ nuget.install   2020-09-22 18:12:06 UTC (rev 396427)
@@ -1,10 +0,0 @@
-post_install() {
-post_upgrade
-}
-
-post_upgrade() {
-mozroots --import --machine --sync
-yes | certmgr -ssl -m https://go.microsoft.com
-yes | certmgr -ssl -m https://nugetgallery.blob.core.windows.net
-yes | certmgr -ssl -m https://nuget.org
-}

Copied: nuget/repos/extra-any/nuget.install (from rev 396426, 
nuget/trunk/nuget.install)

[arch-commits] Commit in nuget/trunk (PKGBUILD nuget.install)

2020-09-22 Thread Giancarlo Razzolini via arch-commits
Date: Tuesday, September 22, 2020 @ 18:11:18
  Author: grazzolini
Revision: 396426

upgpkg: nuget 5.7.0-1

New version, also fix for FS#67523

Modified:
  nuget/trunk/PKGBUILD
  nuget/trunk/nuget.install

---+
 PKGBUILD  |6 +++---
 nuget.install |2 +-
 2 files changed, 4 insertions(+), 4 deletions(-)

Modified: PKGBUILD
===
--- PKGBUILD2020-09-22 15:19:06 UTC (rev 396425)
+++ PKGBUILD2020-09-22 18:11:18 UTC (rev 396426)
@@ -3,7 +3,7 @@
 # Contributor: wenLiangcan 
 
 pkgname=nuget
-pkgver=5.6.0
+pkgver=5.7.0
 pkgrel=1
 pkgdesc="Package manager for .NET."
 arch=('any')
@@ -14,10 +14,10 @@
 "${pkgname}"
 "${pkgname}.pc")
 install="${pkgname}.install"
-md5sums=('3f8a53a524c54cf2e4efb7aea370a977'
+md5sums=('e7e9719ff447d78c397b8b0f94a337e0'
  'ec321eaa807564b85aacfafb227f7f55'
  'ffb7d95fb39f72c9619c72db91ec36a0')
-sha512sums=('a4be44f8a9f4868a91c1f0336fae598b4d3dc3f1eecac1a8e0c9dd81d8adc100ca127b40449b01d0ad7f52074d3c83a9d19d5356a776f95f88f41d1f0b297bf5'
+sha512sums=('50da646fe56e62341780b97b4275424185bf05633763e50ec8ba58f0349e4a696422fcc978dfcb5d11e822f9da954470a2eeecec12fb6b27a044b12e538089f8'
 
'd19b4f7683aeb2891397060c6ed0fabe9083726268825d5338a7a95ef5d7aaa66db41226ae3a3f26eecbbeea4cdee0bdeeedf61e7fc5017a568ebe2753e2ada6'
 
'50f77fdfc089afc516325057e2e4efdea353c09626073fb07457acf728268ac5e131e785d394b70c9db0ca6ae96e425d882cdf2b2b013c864dc91c32b85e508f')
 

Modified: nuget.install
===
--- nuget.install   2020-09-22 15:19:06 UTC (rev 396425)
+++ nuget.install   2020-09-22 18:11:18 UTC (rev 396426)
@@ -3,7 +3,7 @@
 }
 
 post_upgrade() {
-mozroots --import --machine --sync
+cert-sync /etc/ssl/certs/ca-certificates.crt
 yes | certmgr -ssl -m https://go.microsoft.com
 yes | certmgr -ssl -m https://nugetgallery.blob.core.windows.net
 yes | certmgr -ssl -m https://nuget.org


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

2020-09-22 Thread David Runge via arch-commits
Date: Tuesday, September 22, 2020 @ 17:03:12
  Author: dvzrv
Revision: 711398

archrelease: copy trunk to community-x86_64

Added:
  osmid/repos/community-x86_64/PKGBUILD
(from rev 711397, osmid/trunk/PKGBUILD)
Deleted:
  osmid/repos/community-x86_64/PKGBUILD

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

Deleted: PKGBUILD
===
--- PKGBUILD2020-09-22 17:02:53 UTC (rev 711397)
+++ PKGBUILD2020-09-22 17:03:12 UTC (rev 711398)
@@ -1,36 +0,0 @@
-# Maintainer: David Runge 
-pkgname=osmid
-pkgver=0.6.8
-pkgrel=2
-pkgdesc="A lightweight, portable, easy to use tool to convert MIDI to OSC and 
OSC to MIDI"
-arch=('x86_64')
-url="https://github.com/llloret/osmid;
-license=('GPL2' 'MIT')
-groups=('pro-audio')
-depends=('alsa-lib' 'gcc-libs')
-makedepends=('cmake' 'libx11')
-source=("$pkgname-$pkgver.tar.gz::https://github.com/llloret/${pkgname}/archive/v${pkgver}.tar.gz;)
-sha512sums=('b0b5024c3894735968566ac7b5d93f67000dcaf65d4e41443cefc00561f2e0892a32b77fdb7a53db74b0732e7ca9d97653151f0f5aa9c32fae40be9396feba98')
-
-prepare() {
-  cd "$pkgname-$pkgver"
-  mkdir -v build
-}
-
-build() {
-  cd "$pkgname-$pkgver/build"
-  cmake -DCMAKE_INSTALL_PREFIX=/usr \
-..
-  make
-}
-
-package() {
-  cd "$pkgname-$pkgver/build"
-  make DESTDIR="$pkgdir/" install
-  # license
-  install -vDm 644 ../LICENSE.md \
-"${pkgdir}/usr/share/licenses/${pkgname}/LICENSE"
-  # docs
-  install -vDm 644 ../README.md \
-"${pkgdir}/usr/share/doc/${pkgname}/README.md"
-}

Copied: osmid/repos/community-x86_64/PKGBUILD (from rev 711397, 
osmid/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2020-09-22 17:03:12 UTC (rev 711398)
@@ -0,0 +1,37 @@
+# Maintainer: David Runge 
+
+pkgname=osmid
+pkgver=0.8.0
+pkgrel=1
+pkgdesc="A lightweight, portable, easy to use tool to convert MIDI to OSC and 
OSC to MIDI"
+arch=('x86_64')
+url="https://github.com/llloret/osmid;
+license=('GPL2' 'MIT')
+groups=('pro-audio')
+depends=('gcc-libs' 'glibc')
+makedepends=('alsa-lib' 'cmake' 'libx11')
+source=("$pkgname-$pkgver.tar.gz::https://github.com/llloret/${pkgname}/archive/v${pkgver}.tar.gz;)
+sha512sums=('279159790c0214780576cca6483883f71c19923a0bb623b62d7ea6f9ac08f82144c09b1237ffafcf8bba88fbd4fee3bd956570dee8f5f160c88538ce18ccaf8e')
+b2sums=('3544d7a4de0ba1a82ad8d42ff9997cc518ded825ffa73491e665552769047005f97ff52138e3b5653beb37d57ab336c3bfc9aa68527c5646b60c132e8af61117')
+
+build() {
+  cd "$pkgname-$pkgver"
+  cmake -DCMAKE_INSTALL_PREFIX='/usr' \
+-DCMAKE_BUILD_TYPE='None' \
+-W no-dev \
+-B build \
+-S .
+  make VERBOSE=1 -C build
+}
+
+package() {
+  depends+=('libasound.so')
+  cd "$pkgname-$pkgver"
+  make DESTDIR="$pkgdir/" install -C build
+  # license
+  install -vDm 644 LICENSE.md \
+-t "${pkgdir}/usr/share/licenses/${pkgname}"
+  # docs
+  install -vDm 644 README.md \
+-t "${pkgdir}/usr/share/doc/${pkgname}"
+}


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

2020-09-22 Thread David Runge via arch-commits
Date: Tuesday, September 22, 2020 @ 17:02:53
  Author: dvzrv
Revision: 711397

upgpkg: osmid 0.8.0-1: Upgrade to 0.8.0.

Apply latest cmake packaging guidelines.
Add all available sodeps in package() and the respective packages to 
makedepends.
Update maintainer info.

Modified:
  osmid/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2020-09-22 15:53:12 UTC (rev 711396)
+++ PKGBUILD2020-09-22 17:02:53 UTC (rev 711397)
@@ -1,36 +1,37 @@
-# Maintainer: David Runge 
+# Maintainer: David Runge 
+
 pkgname=osmid
-pkgver=0.6.8
-pkgrel=2
+pkgver=0.8.0
+pkgrel=1
 pkgdesc="A lightweight, portable, easy to use tool to convert MIDI to OSC and 
OSC to MIDI"
 arch=('x86_64')
 url="https://github.com/llloret/osmid;
 license=('GPL2' 'MIT')
 groups=('pro-audio')
-depends=('alsa-lib' 'gcc-libs')
-makedepends=('cmake' 'libx11')
+depends=('gcc-libs' 'glibc')
+makedepends=('alsa-lib' 'cmake' 'libx11')
 
source=("$pkgname-$pkgver.tar.gz::https://github.com/llloret/${pkgname}/archive/v${pkgver}.tar.gz;)
-sha512sums=('b0b5024c3894735968566ac7b5d93f67000dcaf65d4e41443cefc00561f2e0892a32b77fdb7a53db74b0732e7ca9d97653151f0f5aa9c32fae40be9396feba98')
+sha512sums=('279159790c0214780576cca6483883f71c19923a0bb623b62d7ea6f9ac08f82144c09b1237ffafcf8bba88fbd4fee3bd956570dee8f5f160c88538ce18ccaf8e')
+b2sums=('3544d7a4de0ba1a82ad8d42ff9997cc518ded825ffa73491e665552769047005f97ff52138e3b5653beb37d57ab336c3bfc9aa68527c5646b60c132e8af61117')
 
-prepare() {
+build() {
   cd "$pkgname-$pkgver"
-  mkdir -v build
+  cmake -DCMAKE_INSTALL_PREFIX='/usr' \
+-DCMAKE_BUILD_TYPE='None' \
+-W no-dev \
+-B build \
+-S .
+  make VERBOSE=1 -C build
 }
 
-build() {
-  cd "$pkgname-$pkgver/build"
-  cmake -DCMAKE_INSTALL_PREFIX=/usr \
-..
-  make
-}
-
 package() {
-  cd "$pkgname-$pkgver/build"
-  make DESTDIR="$pkgdir/" install
+  depends+=('libasound.so')
+  cd "$pkgname-$pkgver"
+  make DESTDIR="$pkgdir/" install -C build
   # license
-  install -vDm 644 ../LICENSE.md \
-"${pkgdir}/usr/share/licenses/${pkgname}/LICENSE"
+  install -vDm 644 LICENSE.md \
+-t "${pkgdir}/usr/share/licenses/${pkgname}"
   # docs
-  install -vDm 644 ../README.md \
-"${pkgdir}/usr/share/doc/${pkgname}/README.md"
+  install -vDm 644 README.md \
+-t "${pkgdir}/usr/share/doc/${pkgname}"
 }


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

2020-09-22 Thread Morten Linderud via arch-commits
Date: Tuesday, September 22, 2020 @ 15:53:00
  Author: foxboron
Revision: 711395

upgpkg: qmk 0.0.35-2

Added:
  qmk/trunk/50-atmel-dfu.rules
  qmk/trunk/54-input-club-keyboard.rules
  qmk/trunk/55-caterina.rules
  qmk/trunk/56-dfu-util.rules
  qmk/trunk/57-bootloadhid.rules
  qmk/trunk/PKGBUILD

--+
 50-atmel-dfu.rules   |6 
 54-input-club-keyboard.rules |2 +
 55-caterina.rules|5 
 56-dfu-util.rules|4 +++
 57-bootloadhid.rules |2 +
 PKGBUILD |   51 +
 6 files changed, 70 insertions(+)

Added: 50-atmel-dfu.rules
===
--- 50-atmel-dfu.rules  (rev 0)
+++ 50-atmel-dfu.rules  2020-09-22 15:53:00 UTC (rev 711395)
@@ -0,0 +1,6 @@
+# Atmel ATMega32U4
+SUBSYSTEMS=="usb", ATTRS{idVendor}=="03eb", ATTRS{idProduct}=="2ff4", 
TAG+="uaccess", RUN{builtin}+="uaccess"
+# Atmel USBKEY AT90USB1287
+SUBSYSTEMS=="usb", ATTRS{idVendor}=="03eb", ATTRS{idProduct}=="2ffb", 
TAG+="uaccess", RUN{builtin}+="uaccess"
+# Atmel ATMega32U2
+SUBSYSTEMS=="usb", ATTRS{idVendor}=="03eb", ATTRS{idProduct}=="2ff0", 
TAG+="uaccess", RUN{builtin}+="uaccess"

Added: 54-input-club-keyboard.rules
===
--- 54-input-club-keyboard.rules(rev 0)
+++ 54-input-club-keyboard.rules2020-09-22 15:53:00 UTC (rev 711395)
@@ -0,0 +1,2 @@
+# Input Club keyboard bootloader
+SUBSYSTEMS=="usb", ATTRS{idVendor}=="1c11", ATTRS{idProduct}=="b007", 
TAG+="uaccess", RUN{builtin}+="uaccess"

Added: 55-caterina.rules
===
--- 55-caterina.rules   (rev 0)
+++ 55-caterina.rules   2020-09-22 15:53:00 UTC (rev 711395)
@@ -0,0 +1,5 @@
+# ModemManager should ignore the following devices
+SUBSYSTEMS=="usb", ATTRS{idVendor}=="2a03", ATTRS{idProduct}=="0036", 
TAG+="uaccess", RUN{builtin}+="uaccess", ENV{ID_MM_DEVICE_IGNORE}="1"
+SUBSYSTEMS=="usb", ATTRS{idVendor}=="2341", ATTRS{idProduct}=="0036", 
TAG+="uaccess", RUN{builtin}+="uaccess", ENV{ID_MM_DEVICE_IGNORE}="1"
+SUBSYSTEMS=="usb", ATTRS{idVendor}=="1b4f", ATTRS{idProduct}=="9205", 
TAG+="uaccess", RUN{builtin}+="uaccess", ENV{ID_MM_DEVICE_IGNORE}="1"
+SUBSYSTEMS=="usb", ATTRS{idVendor}=="1b4f", ATTRS{idProduct}=="9203", 
TAG+="uaccess", RUN{builtin}+="uaccess", ENV{ID_MM_DEVICE_IGNORE}="1"

Added: 56-dfu-util.rules
===
--- 56-dfu-util.rules   (rev 0)
+++ 56-dfu-util.rules   2020-09-22 15:53:00 UTC (rev 711395)
@@ -0,0 +1,4 @@
+# stm32duino
+SUBSYSTEMS=="usb", ATTRS{idVendor}=="1eaf", ATTRS{idProduct}=="0003", 
TAG+="uaccess", RUN{builtin}+="uaccess"
+# Generic stm32
+SUBSYSTEMS=="usb", ATTRS{idVendor}=="0483", ATTRS{idProduct}=="df11", 
TAG+="uaccess", RUN{builtin}+="uaccess"

Added: 57-bootloadhid.rules
===
--- 57-bootloadhid.rules(rev 0)
+++ 57-bootloadhid.rules2020-09-22 15:53:00 UTC (rev 711395)
@@ -0,0 +1,2 @@
+# bootloadHID
+SUBSYSTEMS=="usb", ATTRS{idVendor}=="16c0", ATTRS{idProduct}=="05df", 
TAG+="uaccess", RUN{builtin}+="uaccess"

Added: PKGBUILD
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2020-09-22 15:53:00 UTC (rev 711395)
@@ -0,0 +1,51 @@
+# Maintainer: Morten Linderud 
+# Contributor: Akaash Suresh 
+# Contributor: Batuhan Baserdem 
+
+pkgname=qmk
+pkgver=0.0.35
+pkgrel=2
+pkgdesc="CLI tool for customizing supported mechanical keyboards."
+arch=('any')
+url="https://github.com/qmk/qmk_cli;
+license=('MIT')
+depends=('python-appdirs' 'python-argcomplete' 'python-colorama'
+ 'git' 'avr-gcc' 'arm-none-eabi-gcc' 'dfu-programmer' 
+ 'dfu-util' 'avrdude')
+makedepends=('python-setuptools')
+optdepends=('arm-none-eabi-binutils'
+'arm-none-eabi-newlib'
+'avr-binutils'
+'avr-libc'
+'gcc'
+'libffi'
+'libusb-compat'
+'clang: chibios-upgrader'
+'zip: some distribution script'
+'wget: some update scripts'
+'diffutils: some update scripts')
+source=("https://files.pythonhosted.org/packages/source/q/qmk/qmk-${pkgver}.tar.gz;
+'50-atmel-dfu.rules'
+'54-input-club-keyboard.rules'
+'55-caterina.rules'
+'56-dfu-util.rules'
+'57-bootloadhid.rules')
+sha256sums=('e704ca31cdca264bfdd99c72a4849a9e9762043e4bf328118c49af92d1c0a3b5'
+'e755c3809ca9bf7952aa009df7cd453ffed9587a7bd73bbaca86d504b9bdfc9b'
+'93a26f044baf2dd9d0ba78a2c18eef3bb3a2512605467228f9af309532f8a61b'
+

[arch-commits] Commit in qmk/repos (7 files)

2020-09-22 Thread Morten Linderud via arch-commits
Date: Tuesday, September 22, 2020 @ 15:53:12
  Author: foxboron
Revision: 711396

archrelease: copy trunk to community-any

Added:
  qmk/repos/community-any/
  qmk/repos/community-any/50-atmel-dfu.rules
(from rev 711395, qmk/trunk/50-atmel-dfu.rules)
  qmk/repos/community-any/54-input-club-keyboard.rules
(from rev 711395, qmk/trunk/54-input-club-keyboard.rules)
  qmk/repos/community-any/55-caterina.rules
(from rev 711395, qmk/trunk/55-caterina.rules)
  qmk/repos/community-any/56-dfu-util.rules
(from rev 711395, qmk/trunk/56-dfu-util.rules)
  qmk/repos/community-any/57-bootloadhid.rules
(from rev 711395, qmk/trunk/57-bootloadhid.rules)
  qmk/repos/community-any/PKGBUILD
(from rev 711395, qmk/trunk/PKGBUILD)

--+
 50-atmel-dfu.rules   |6 
 54-input-club-keyboard.rules |2 +
 55-caterina.rules|5 
 56-dfu-util.rules|4 +++
 57-bootloadhid.rules |2 +
 PKGBUILD |   51 +
 6 files changed, 70 insertions(+)

Copied: qmk/repos/community-any/50-atmel-dfu.rules (from rev 711395, 
qmk/trunk/50-atmel-dfu.rules)
===
--- community-any/50-atmel-dfu.rules(rev 0)
+++ community-any/50-atmel-dfu.rules2020-09-22 15:53:12 UTC (rev 711396)
@@ -0,0 +1,6 @@
+# Atmel ATMega32U4
+SUBSYSTEMS=="usb", ATTRS{idVendor}=="03eb", ATTRS{idProduct}=="2ff4", 
TAG+="uaccess", RUN{builtin}+="uaccess"
+# Atmel USBKEY AT90USB1287
+SUBSYSTEMS=="usb", ATTRS{idVendor}=="03eb", ATTRS{idProduct}=="2ffb", 
TAG+="uaccess", RUN{builtin}+="uaccess"
+# Atmel ATMega32U2
+SUBSYSTEMS=="usb", ATTRS{idVendor}=="03eb", ATTRS{idProduct}=="2ff0", 
TAG+="uaccess", RUN{builtin}+="uaccess"

Copied: qmk/repos/community-any/54-input-club-keyboard.rules (from rev 711395, 
qmk/trunk/54-input-club-keyboard.rules)
===
--- community-any/54-input-club-keyboard.rules  (rev 0)
+++ community-any/54-input-club-keyboard.rules  2020-09-22 15:53:12 UTC (rev 
711396)
@@ -0,0 +1,2 @@
+# Input Club keyboard bootloader
+SUBSYSTEMS=="usb", ATTRS{idVendor}=="1c11", ATTRS{idProduct}=="b007", 
TAG+="uaccess", RUN{builtin}+="uaccess"

Copied: qmk/repos/community-any/55-caterina.rules (from rev 711395, 
qmk/trunk/55-caterina.rules)
===
--- community-any/55-caterina.rules (rev 0)
+++ community-any/55-caterina.rules 2020-09-22 15:53:12 UTC (rev 711396)
@@ -0,0 +1,5 @@
+# ModemManager should ignore the following devices
+SUBSYSTEMS=="usb", ATTRS{idVendor}=="2a03", ATTRS{idProduct}=="0036", 
TAG+="uaccess", RUN{builtin}+="uaccess", ENV{ID_MM_DEVICE_IGNORE}="1"
+SUBSYSTEMS=="usb", ATTRS{idVendor}=="2341", ATTRS{idProduct}=="0036", 
TAG+="uaccess", RUN{builtin}+="uaccess", ENV{ID_MM_DEVICE_IGNORE}="1"
+SUBSYSTEMS=="usb", ATTRS{idVendor}=="1b4f", ATTRS{idProduct}=="9205", 
TAG+="uaccess", RUN{builtin}+="uaccess", ENV{ID_MM_DEVICE_IGNORE}="1"
+SUBSYSTEMS=="usb", ATTRS{idVendor}=="1b4f", ATTRS{idProduct}=="9203", 
TAG+="uaccess", RUN{builtin}+="uaccess", ENV{ID_MM_DEVICE_IGNORE}="1"

Copied: qmk/repos/community-any/56-dfu-util.rules (from rev 711395, 
qmk/trunk/56-dfu-util.rules)
===
--- community-any/56-dfu-util.rules (rev 0)
+++ community-any/56-dfu-util.rules 2020-09-22 15:53:12 UTC (rev 711396)
@@ -0,0 +1,4 @@
+# stm32duino
+SUBSYSTEMS=="usb", ATTRS{idVendor}=="1eaf", ATTRS{idProduct}=="0003", 
TAG+="uaccess", RUN{builtin}+="uaccess"
+# Generic stm32
+SUBSYSTEMS=="usb", ATTRS{idVendor}=="0483", ATTRS{idProduct}=="df11", 
TAG+="uaccess", RUN{builtin}+="uaccess"

Copied: qmk/repos/community-any/57-bootloadhid.rules (from rev 711395, 
qmk/trunk/57-bootloadhid.rules)
===
--- community-any/57-bootloadhid.rules  (rev 0)
+++ community-any/57-bootloadhid.rules  2020-09-22 15:53:12 UTC (rev 711396)
@@ -0,0 +1,2 @@
+# bootloadHID
+SUBSYSTEMS=="usb", ATTRS{idVendor}=="16c0", ATTRS{idProduct}=="05df", 
TAG+="uaccess", RUN{builtin}+="uaccess"

Copied: qmk/repos/community-any/PKGBUILD (from rev 711395, qmk/trunk/PKGBUILD)
===
--- community-any/PKGBUILD  (rev 0)
+++ community-any/PKGBUILD  2020-09-22 15:53:12 UTC (rev 711396)
@@ -0,0 +1,51 @@
+# Maintainer: Morten Linderud 
+# Contributor: Akaash Suresh 
+# Contributor: Batuhan Baserdem 
+
+pkgname=qmk
+pkgver=0.0.35
+pkgrel=2
+pkgdesc="CLI tool for customizing supported mechanical keyboards."
+arch=('any')
+url="https://github.com/qmk/qmk_cli;
+license=('MIT')
+depends=('python-appdirs' 'python-argcomplete' 

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

2020-09-22 Thread Morten Linderud via arch-commits
Date: Tuesday, September 22, 2020 @ 15:52:50
  Author: foxboron
Revision: 711394

addpkg: qmk 0.0.35-2

Added:
  qmk/
  qmk/repos/
  qmk/trunk/


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

2020-09-22 Thread Antonio Rojas via arch-commits
Date: Tuesday, September 22, 2020 @ 15:18:54
  Author: arojas
Revision: 396424

Update to 3.18.3

Modified:
  cmake/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2020-09-22 15:05:02 UTC (rev 396423)
+++ PKGBUILD2020-09-22 15:18:54 UTC (rev 396424)
@@ -3,7 +3,7 @@
 # Contributor: Pierre Schmitz 
 
 pkgname=cmake
-pkgver=3.18.2
+pkgver=3.18.3
 pkgrel=1
 pkgdesc='A cross-platform open-source make system'
 arch=('x86_64')
@@ -14,7 +14,7 @@
 optdepends=('qt5-base: cmake-gui')
 source=("https://www.cmake.org/files/v${pkgver%.*}/${pkgname}-${pkgver}.tar.gz;
  cmake-cppflags.patch)
-sha512sums=('74915e643d09af1d8451e57120f2e5963f6fd34ca2cfa0cd573bd7f234924458105e7cc76952c022732de7566cd590141127b243933a564ac575a0dcbb8cc6e7'
+sha512sums=('28c0c310b6cd8117d4a8b9ad60064b22b00bdc170303b190994e9a3d4fe83fbd9cae6c8f36da62faf6c356b5acf430c78878f19210386ec26844b56334d3941e'
 
'407c5c63a31266e44641ada8229dbc33df44df98e5bb575db3a33590e8ffdff9aea3f2ee5cb0cb855858facf1e46c63886dea9f948a0cad2da042e7f7f258cac')
 
 prepare() {


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

2020-09-22 Thread Antonio Rojas via arch-commits
Date: Tuesday, September 22, 2020 @ 15:19:06
  Author: arojas
Revision: 396425

archrelease: copy trunk to extra-x86_64

Added:
  cmake/repos/extra-x86_64/PKGBUILD
(from rev 396424, cmake/trunk/PKGBUILD)
  cmake/repos/extra-x86_64/cmake-cppflags.patch
(from rev 396424, cmake/trunk/cmake-cppflags.patch)
  cmake/repos/extra-x86_64/rebuild.list
(from rev 396424, cmake/trunk/rebuild.list)
Deleted:
  cmake/repos/extra-x86_64/PKGBUILD
  cmake/repos/extra-x86_64/cmake-cppflags.patch
  cmake/repos/extra-x86_64/rebuild.list

--+
 PKGBUILD |   94 -
 cmake-cppflags.patch |   52 +--
 rebuild.list |4 +-
 3 files changed, 75 insertions(+), 75 deletions(-)

Deleted: PKGBUILD
===
--- PKGBUILD2020-09-22 15:18:54 UTC (rev 396424)
+++ PKGBUILD2020-09-22 15:19:06 UTC (rev 396425)
@@ -1,47 +0,0 @@
-# Maintainer: Felix Yan 
-# Contributor: Andrea Scarpino 
-# Contributor: Pierre Schmitz 
-
-pkgname=cmake
-pkgver=3.18.2
-pkgrel=1
-pkgdesc='A cross-platform open-source make system'
-arch=('x86_64')
-url="https://www.cmake.org/;
-license=('custom')
-depends=('curl' 'libarchive' 'shared-mime-info' 'jsoncpp' 'libjsoncpp.so' 
'libuv' 'rhash')
-makedepends=('qt5-base' 'python-sphinx' 'emacs')
-optdepends=('qt5-base: cmake-gui')
-source=("https://www.cmake.org/files/v${pkgver%.*}/${pkgname}-${pkgver}.tar.gz;
- cmake-cppflags.patch)
-sha512sums=('74915e643d09af1d8451e57120f2e5963f6fd34ca2cfa0cd573bd7f234924458105e7cc76952c022732de7566cd590141127b243933a564ac575a0dcbb8cc6e7'
-
'407c5c63a31266e44641ada8229dbc33df44df98e5bb575db3a33590e8ffdff9aea3f2ee5cb0cb855858facf1e46c63886dea9f948a0cad2da042e7f7f258cac')
-
-prepare() {
-  cd ${pkgname}-${pkgver}
-  patch -p1 -i ../cmake-cppflags.patch # Honor CPPFLAGS 
https://gitlab.kitware.com/cmake/cmake/issues/12928
-}
-
-build() {
-  cd ${pkgname}-${pkgver}
-  export CXXFLAGS+=" ${CPPFLAGS}"
-  ./bootstrap --prefix=/usr \
---mandir=/share/man \
---docdir=/share/doc/cmake \
---sphinx-man \
---system-libs \
---qt-gui \
---parallel=$(/usr/bin/getconf _NPROCESSORS_ONLN)
-  make
-}
-
-package() {
-  cd ${pkgname}-${pkgver}
-  make DESTDIR="${pkgdir}" install
-
-  emacs -batch -f batch-byte-compile \
-"${pkgdir}"/usr/share/emacs/site-lisp/cmake-mode.el
-
-  install -Dm644 Copyright.txt \
-"${pkgdir}"/usr/share/licenses/${pkgname}/LICENSE
-}

Copied: cmake/repos/extra-x86_64/PKGBUILD (from rev 396424, 
cmake/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2020-09-22 15:19:06 UTC (rev 396425)
@@ -0,0 +1,47 @@
+# Maintainer: Felix Yan 
+# Contributor: Andrea Scarpino 
+# Contributor: Pierre Schmitz 
+
+pkgname=cmake
+pkgver=3.18.3
+pkgrel=1
+pkgdesc='A cross-platform open-source make system'
+arch=('x86_64')
+url="https://www.cmake.org/;
+license=('custom')
+depends=('curl' 'libarchive' 'shared-mime-info' 'jsoncpp' 'libjsoncpp.so' 
'libuv' 'rhash')
+makedepends=('qt5-base' 'python-sphinx' 'emacs')
+optdepends=('qt5-base: cmake-gui')
+source=("https://www.cmake.org/files/v${pkgver%.*}/${pkgname}-${pkgver}.tar.gz;
+ cmake-cppflags.patch)
+sha512sums=('28c0c310b6cd8117d4a8b9ad60064b22b00bdc170303b190994e9a3d4fe83fbd9cae6c8f36da62faf6c356b5acf430c78878f19210386ec26844b56334d3941e'
+
'407c5c63a31266e44641ada8229dbc33df44df98e5bb575db3a33590e8ffdff9aea3f2ee5cb0cb855858facf1e46c63886dea9f948a0cad2da042e7f7f258cac')
+
+prepare() {
+  cd ${pkgname}-${pkgver}
+  patch -p1 -i ../cmake-cppflags.patch # Honor CPPFLAGS 
https://gitlab.kitware.com/cmake/cmake/issues/12928
+}
+
+build() {
+  cd ${pkgname}-${pkgver}
+  export CXXFLAGS+=" ${CPPFLAGS}"
+  ./bootstrap --prefix=/usr \
+--mandir=/share/man \
+--docdir=/share/doc/cmake \
+--sphinx-man \
+--system-libs \
+--qt-gui \
+--parallel=$(/usr/bin/getconf _NPROCESSORS_ONLN)
+  make
+}
+
+package() {
+  cd ${pkgname}-${pkgver}
+  make DESTDIR="${pkgdir}" install
+
+  emacs -batch -f batch-byte-compile \
+"${pkgdir}"/usr/share/emacs/site-lisp/cmake-mode.el
+
+  install -Dm644 Copyright.txt \
+"${pkgdir}"/usr/share/licenses/${pkgname}/LICENSE
+}

Deleted: cmake-cppflags.patch
===
--- cmake-cppflags.patch2020-09-22 15:18:54 UTC (rev 396424)
+++ cmake-cppflags.patch2020-09-22 15:19:06 UTC (rev 396425)
@@ -1,26 +0,0 @@
-diff --git a/Modules/CMakeCInformation.cmake b/Modules/CMakeCInformation.cmake
-index f6d620f40e..325b11f25e 100644
 a/Modules/CMakeCInformation.cmake
-+++ b/Modules/CMakeCInformation.cmake
-@@ -100,7 +100,7 @@ if(NOT CMAKE_MODULE_EXISTS)
-   set(CMAKE_SHARED_MODULE_CREATE_C_FLAGS 
${CMAKE_SHARED_LIBRARY_CREATE_C_FLAGS})
- endif()
- 
--set(CMAKE_C_FLAGS_INIT "$ENV{CFLAGS} 

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

2020-09-22 Thread Antonio Rojas via arch-commits
Date: Tuesday, September 22, 2020 @ 15:14:07
  Author: arojas
Revision: 711393

archrelease: copy trunk to multilib-x86_64

Added:
  lib32-libldap/repos/multilib-x86_64/PKGBUILD
(from rev 711392, lib32-libldap/trunk/PKGBUILD)
  lib32-libldap/repos/multilib-x86_64/ntlm.patch
(from rev 711392, lib32-libldap/trunk/ntlm.patch)
Deleted:
  lib32-libldap/repos/multilib-x86_64/PKGBUILD
  lib32-libldap/repos/multilib-x86_64/ntlm.patch

+
 PKGBUILD   |  124 +++
 ntlm.patch |  460 +--
 2 files changed, 292 insertions(+), 292 deletions(-)

Deleted: PKGBUILD
===
--- PKGBUILD2020-09-22 15:13:51 UTC (rev 711392)
+++ PKGBUILD2020-09-22 15:14:07 UTC (rev 711393)
@@ -1,62 +0,0 @@
-# Maintainer:
-# Contributor: Judd Vinet 
-
-_pkgbasename=libldap
-pkgname=lib32-$_pkgbasename
-pkgver=2.4.52
-pkgrel=1
-pkgdesc="Lightweight Directory Access Protocol (LDAP) client libraries 
(32-bit)"
-arch=('x86_64')
-license=('custom')
-url="https://www.openldap.org/;
-depends=('lib32-openssl' 'lib32-libxcrypt' $_pkgbasename)
-makedepends=(gcc-multilib)
-source=("ftp://ftp.openldap.org/pub/OpenLDAP/openldap-release/openldap-${pkgver}.tgz;
-'ntlm.patch')
-sha512sums=('aba0e11b91d175230a525f7a74a8d896b743719364487976e0502570fec353d107d3fadedf4c0b8516eca2f572b38bd0a4288283a6918ef7ea322c889396f84c'
-
'46e1d119231176b043947669e2043dfcf550a23ad370d03ce0ebd0a46483f9d55d692a88020cf89840a1e6bf896a06a8f77a30877994473925b3cf4d74df0c4d')
-
-prepare() {
-  cd openldap-${pkgver}
-  patch -Np1 -i ../ntlm.patch
-}
-
-build() {
-  export CC="gcc -m32"
-  export CXX="g++ -m32"
-  export PKG_CONFIG_PATH="/usr/lib32/pkgconfig"
-
-  cd openldap-${pkgver}
-
-  ./configure --prefix=/usr \
-  --libexecdir=/usr/sbin \
-  --sysconfdir=/etc \
- --mandir=/usr/share/man \
-  --localstatedir=/var/lib/openldap \
-  --enable-crypt --enable-dynamic \
-  --with-threads --disable-wrappers \
- --disable-spasswd --without-cyrus-sasl \
- --disable-bdb --disable-hdb --libdir=/usr/lib32
-
-  cd include
-  make
-
-  cd ../libraries
-  make depend
-  make
-
-}
-
-package() {
-  cd openldap-${pkgver}
-
-  cd include
-  make DESTDIR="${pkgdir}" install
-
-  cd ../libraries
-  make DESTDIR="${pkgdir}" install
-
-  rm -rf "${pkgdir}"/usr/{include,share,bin} "$pkgdir/etc"
-  mkdir -p "$pkgdir/usr/share/licenses"
-  ln -s $_pkgbasename "$pkgdir/usr/share/licenses/$pkgname"
-}

Copied: lib32-libldap/repos/multilib-x86_64/PKGBUILD (from rev 711392, 
lib32-libldap/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2020-09-22 15:14:07 UTC (rev 711393)
@@ -0,0 +1,62 @@
+# Maintainer:
+# Contributor: Judd Vinet 
+
+_pkgbasename=libldap
+pkgname=lib32-$_pkgbasename
+pkgver=2.4.53
+pkgrel=1
+pkgdesc="Lightweight Directory Access Protocol (LDAP) client libraries 
(32-bit)"
+arch=('x86_64')
+license=('custom')
+url="https://www.openldap.org/;
+depends=('lib32-openssl' 'lib32-libxcrypt' $_pkgbasename)
+makedepends=(gcc-multilib)
+source=("ftp://ftp.openldap.org/pub/OpenLDAP/openldap-release/openldap-${pkgver}.tgz;
+'ntlm.patch')
+sha512sums=('32dcbf18ffa53b3c2c5399f726c7a8970154d40fb88de85896d18ea2abd79c55ebe28fcf5fbfd52771f95561d70ab364db5f667fe2ec0e67b21e281f5112ec99'
+
'46e1d119231176b043947669e2043dfcf550a23ad370d03ce0ebd0a46483f9d55d692a88020cf89840a1e6bf896a06a8f77a30877994473925b3cf4d74df0c4d')
+
+prepare() {
+  cd openldap-${pkgver}
+  patch -Np1 -i ../ntlm.patch
+}
+
+build() {
+  export CC="gcc -m32"
+  export CXX="g++ -m32"
+  export PKG_CONFIG_PATH="/usr/lib32/pkgconfig"
+
+  cd openldap-${pkgver}
+
+  ./configure --prefix=/usr \
+  --libexecdir=/usr/sbin \
+  --sysconfdir=/etc \
+ --mandir=/usr/share/man \
+  --localstatedir=/var/lib/openldap \
+  --enable-crypt --enable-dynamic \
+  --with-threads --disable-wrappers \
+ --disable-spasswd --without-cyrus-sasl \
+ --disable-bdb --disable-hdb --libdir=/usr/lib32
+
+  cd include
+  make
+
+  cd ../libraries
+  make depend
+  make
+
+}
+
+package() {
+  cd openldap-${pkgver}
+
+  cd include
+  make DESTDIR="${pkgdir}" install
+
+  cd ../libraries
+  make DESTDIR="${pkgdir}" install
+
+  rm -rf "${pkgdir}"/usr/{include,share,bin} "$pkgdir/etc"
+  mkdir -p "$pkgdir/usr/share/licenses"
+  ln -s $_pkgbasename "$pkgdir/usr/share/licenses/$pkgname"
+}

Deleted: ntlm.patch
===
--- ntlm.patch  2020-09-22 15:13:51 UTC (rev 711392)
+++ ntlm.patch  2020-09-22 15:14:07 UTC (rev 711393)
@@ -1,230 +0,0 @@
-Patch from evolution-exchange (2.10.3).  The ldap_ntlm_bind function is
-actually called by 

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

2020-09-22 Thread Antonio Rojas via arch-commits
Date: Tuesday, September 22, 2020 @ 15:13:51
  Author: arojas
Revision: 711392

Update to 2.4.53

Modified:
  lib32-libldap/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2020-09-22 15:09:26 UTC (rev 711391)
+++ PKGBUILD2020-09-22 15:13:51 UTC (rev 711392)
@@ -3,7 +3,7 @@
 
 _pkgbasename=libldap
 pkgname=lib32-$_pkgbasename
-pkgver=2.4.52
+pkgver=2.4.53
 pkgrel=1
 pkgdesc="Lightweight Directory Access Protocol (LDAP) client libraries 
(32-bit)"
 arch=('x86_64')
@@ -13,7 +13,7 @@
 makedepends=(gcc-multilib)
 
source=("ftp://ftp.openldap.org/pub/OpenLDAP/openldap-release/openldap-${pkgver}.tgz;
 'ntlm.patch')
-sha512sums=('aba0e11b91d175230a525f7a74a8d896b743719364487976e0502570fec353d107d3fadedf4c0b8516eca2f572b38bd0a4288283a6918ef7ea322c889396f84c'
+sha512sums=('32dcbf18ffa53b3c2c5399f726c7a8970154d40fb88de85896d18ea2abd79c55ebe28fcf5fbfd52771f95561d70ab364db5f667fe2ec0e67b21e281f5112ec99'
 
'46e1d119231176b043947669e2043dfcf550a23ad370d03ce0ebd0a46483f9d55d692a88020cf89840a1e6bf896a06a8f77a30877994473925b3cf4d74df0c4d')
 
 prepare() {


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

2020-09-22 Thread Pierre Schmitz via arch-commits
Date: Tuesday, September 22, 2020 @ 15:09:22
  Author: pierre
Revision: 711390

upgpkg: lib32-openssl 1:1.1.1.h-1

Modified:
  lib32-openssl/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2020-09-22 14:54:36 UTC (rev 711389)
+++ PKGBUILD2020-09-22 15:09:22 UTC (rev 711390)
@@ -3,7 +3,7 @@
 _pkgbasename=openssl
 pkgname=lib32-$_pkgbasename
 epoch=1
-_ver=1.1.1g
+_ver=1.1.1h
 # use a pacman compatible version scheme
 pkgver=${_ver/[a-z]/.${_ver//[0-9.]/}}
 pkgrel=1
@@ -15,7 +15,7 @@
 optdepends=('ca-certificates')
 source=("https://www.openssl.org/source/${_pkgbasename}-${_ver}.tar.gz"{,.asc}
 'ca-dir.patch')
-sha256sums=('ddb04774f1e32f0c49751e21b67216ac87852ceb056b75209af2443400636d46'
+sha256sums=('5c9ca8774bd7b03e5784f26ae9e9e6d749c9da2438545077e6b3d755a06595d9'
 'SKIP'
 '0938c8d68110768db4f350a7ec641070686904f2fe7ba630ac94399d7dc8cc5e')
 validpgpkeys=('8657ABB260F056B1E5190839D9C4D26D0E604491'


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

2020-09-22 Thread Pierre Schmitz via arch-commits
Date: Tuesday, September 22, 2020 @ 15:09:26
  Author: pierre
Revision: 711391

archrelease: copy trunk to multilib-x86_64

Added:
  lib32-openssl/repos/multilib-x86_64/PKGBUILD
(from rev 711390, lib32-openssl/trunk/PKGBUILD)
  lib32-openssl/repos/multilib-x86_64/ca-dir.patch
(from rev 711390, lib32-openssl/trunk/ca-dir.patch)
Deleted:
  lib32-openssl/repos/multilib-x86_64/PKGBUILD
  lib32-openssl/repos/multilib-x86_64/ca-dir.patch

--+
 PKGBUILD |  126 -
 ca-dir.patch |   62 ++--
 2 files changed, 94 insertions(+), 94 deletions(-)

Deleted: PKGBUILD
===
--- PKGBUILD2020-09-22 15:09:22 UTC (rev 711390)
+++ PKGBUILD2020-09-22 15:09:26 UTC (rev 711391)
@@ -1,63 +0,0 @@
-# Maintainer: Pierre Schmitz 
-
-_pkgbasename=openssl
-pkgname=lib32-$_pkgbasename
-epoch=1
-_ver=1.1.1g
-# use a pacman compatible version scheme
-pkgver=${_ver/[a-z]/.${_ver//[0-9.]/}}
-pkgrel=1
-pkgdesc='The Open Source toolkit for Secure Sockets Layer and Transport Layer 
Security (32-bit)'
-arch=('x86_64')
-url='https://www.openssl.org'
-license=('custom:BSD')
-depends=('lib32-glibc' "${_pkgbasename}")
-optdepends=('ca-certificates')
-source=("https://www.openssl.org/source/${_pkgbasename}-${_ver}.tar.gz"{,.asc}
-'ca-dir.patch')
-sha256sums=('ddb04774f1e32f0c49751e21b67216ac87852ceb056b75209af2443400636d46'
-'SKIP'
-'0938c8d68110768db4f350a7ec641070686904f2fe7ba630ac94399d7dc8cc5e')
-validpgpkeys=('8657ABB260F056B1E5190839D9C4D26D0E604491'
-  '7953AC1FBC3DC8B3B292393ED5E9E43F7DF9EE8C')
-
-prepare() {
-   cd "$srcdir"/$_pkgbasename-$_ver
-
-   # set ca dir to /etc/ssl by default
-   patch -p0 -i "$srcdir"/ca-dir.patch
-}
-
-build() {
-   export CC="gcc -m32"
-   export CXX="g++ -m32"
-   export PKG_CONFIG_PATH="/usr/lib32/pkgconfig"
-
-   cd "$srcdir"/$_pkgbasename-$_ver
-
-   # mark stack as non-executable: http://bugs.archlinux.org/task/12434
-   ./Configure --prefix=/usr --openssldir=/etc/ssl --libdir=lib32 \
-   shared no-ssl3-method linux-elf \
-   "-Wa,--noexecstack ${CPPFLAGS} ${CFLAGS} ${LDFLAGS}"
-
-   make MAKEDEPPROG="${CC}" depend
-   make
-}
-
-check() {
-   cd "$srcdir"/$_pkgbasename-$_ver
-   # the test fails due to missing write permissions in /etc/ssl
-   # revert this patch for make test
-   patch -p0 -R -i "$srcdir"/ca-dir.patch
-   make test
-   patch -p0 -i "$srcdir"/ca-dir.patch
-}
-
-package() {
-   cd "$srcdir"/$_pkgbasename-$_ver
-   make DESTDIR="$pkgdir" install_sw
-
-   rm -rf ${pkgdir}/{usr/{include,bin},etc}
-   mkdir -p "$pkgdir"/usr/share/licenses
-   ln -s $_pkgbasename "$pkgdir"/usr/share/licenses/$pkgname
-}

Copied: lib32-openssl/repos/multilib-x86_64/PKGBUILD (from rev 711390, 
lib32-openssl/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2020-09-22 15:09:26 UTC (rev 711391)
@@ -0,0 +1,63 @@
+# Maintainer: Pierre Schmitz 
+
+_pkgbasename=openssl
+pkgname=lib32-$_pkgbasename
+epoch=1
+_ver=1.1.1h
+# use a pacman compatible version scheme
+pkgver=${_ver/[a-z]/.${_ver//[0-9.]/}}
+pkgrel=1
+pkgdesc='The Open Source toolkit for Secure Sockets Layer and Transport Layer 
Security (32-bit)'
+arch=('x86_64')
+url='https://www.openssl.org'
+license=('custom:BSD')
+depends=('lib32-glibc' "${_pkgbasename}")
+optdepends=('ca-certificates')
+source=("https://www.openssl.org/source/${_pkgbasename}-${_ver}.tar.gz"{,.asc}
+'ca-dir.patch')
+sha256sums=('5c9ca8774bd7b03e5784f26ae9e9e6d749c9da2438545077e6b3d755a06595d9'
+'SKIP'
+'0938c8d68110768db4f350a7ec641070686904f2fe7ba630ac94399d7dc8cc5e')
+validpgpkeys=('8657ABB260F056B1E5190839D9C4D26D0E604491'
+  '7953AC1FBC3DC8B3B292393ED5E9E43F7DF9EE8C')
+
+prepare() {
+   cd "$srcdir"/$_pkgbasename-$_ver
+
+   # set ca dir to /etc/ssl by default
+   patch -p0 -i "$srcdir"/ca-dir.patch
+}
+
+build() {
+   export CC="gcc -m32"
+   export CXX="g++ -m32"
+   export PKG_CONFIG_PATH="/usr/lib32/pkgconfig"
+
+   cd "$srcdir"/$_pkgbasename-$_ver
+
+   # mark stack as non-executable: http://bugs.archlinux.org/task/12434
+   ./Configure --prefix=/usr --openssldir=/etc/ssl --libdir=lib32 \
+   shared no-ssl3-method linux-elf \
+   "-Wa,--noexecstack ${CPPFLAGS} ${CFLAGS} ${LDFLAGS}"
+
+   make MAKEDEPPROG="${CC}" depend
+   make
+}
+
+check() {
+   cd "$srcdir"/$_pkgbasename-$_ver
+   # the test fails due to missing write permissions in /etc/ssl
+   # revert this patch for make test
+   patch -p0 -R -i "$srcdir"/ca-dir.patch
+   make test
+   patch -p0 -i "$srcdir"/ca-dir.patch
+}
+
+package() {
+   cd 

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

2020-09-22 Thread Pierre Schmitz via arch-commits
Date: Tuesday, September 22, 2020 @ 15:04:45
  Author: pierre
Revision: 396422

upgpkg: openssl 1.1.1.h-1

Modified:
  openssl/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2020-09-22 12:17:49 UTC (rev 396421)
+++ PKGBUILD2020-09-22 15:04:45 UTC (rev 396422)
@@ -1,10 +1,10 @@
 # Maintainer: Pierre Schmitz 
 
 pkgname=openssl
-_ver=1.1.1g
+_ver=1.1.1h
 # use a pacman compatible version scheme
 pkgver=${_ver/[a-z]/.${_ver//[0-9.]/}}
-pkgrel=2
+pkgrel=1
 pkgdesc='The Open Source toolkit for Secure Sockets Layer and Transport Layer 
Security'
 arch=('x86_64')
 url='https://www.openssl.org'
@@ -14,7 +14,7 @@
 backup=('etc/ssl/openssl.cnf')
 source=("https://www.openssl.org/source/${pkgname}-${_ver}.tar.gz"{,.asc}
 'ca-dir.patch')
-sha256sums=('ddb04774f1e32f0c49751e21b67216ac87852ceb056b75209af2443400636d46'
+sha256sums=('5c9ca8774bd7b03e5784f26ae9e9e6d749c9da2438545077e6b3d755a06595d9'
 'SKIP'
 '0938c8d68110768db4f350a7ec641070686904f2fe7ba630ac94399d7dc8cc5e')
 validpgpkeys=('8657ABB260F056B1E5190839D9C4D26D0E604491'


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

2020-09-22 Thread Pierre Schmitz via arch-commits
Date: Tuesday, September 22, 2020 @ 15:05:02
  Author: pierre
Revision: 396423

archrelease: copy trunk to testing-x86_64

Added:
  openssl/repos/testing-x86_64/
  openssl/repos/testing-x86_64/PKGBUILD
(from rev 396422, openssl/trunk/PKGBUILD)
  openssl/repos/testing-x86_64/ca-dir.patch
(from rev 396422, openssl/trunk/ca-dir.patch)

--+
 PKGBUILD |   57 +
 ca-dir.patch |   31 +++
 2 files changed, 88 insertions(+)

Copied: openssl/repos/testing-x86_64/PKGBUILD (from rev 396422, 
openssl/trunk/PKGBUILD)
===
--- testing-x86_64/PKGBUILD (rev 0)
+++ testing-x86_64/PKGBUILD 2020-09-22 15:05:02 UTC (rev 396423)
@@ -0,0 +1,57 @@
+# Maintainer: Pierre Schmitz 
+
+pkgname=openssl
+_ver=1.1.1h
+# use a pacman compatible version scheme
+pkgver=${_ver/[a-z]/.${_ver//[0-9.]/}}
+pkgrel=1
+pkgdesc='The Open Source toolkit for Secure Sockets Layer and Transport Layer 
Security'
+arch=('x86_64')
+url='https://www.openssl.org'
+license=('custom:BSD')
+depends=('perl')
+optdepends=('ca-certificates')
+backup=('etc/ssl/openssl.cnf')
+source=("https://www.openssl.org/source/${pkgname}-${_ver}.tar.gz"{,.asc}
+'ca-dir.patch')
+sha256sums=('5c9ca8774bd7b03e5784f26ae9e9e6d749c9da2438545077e6b3d755a06595d9'
+'SKIP'
+'0938c8d68110768db4f350a7ec641070686904f2fe7ba630ac94399d7dc8cc5e')
+validpgpkeys=('8657ABB260F056B1E5190839D9C4D26D0E604491'
+  '7953AC1FBC3DC8B3B292393ED5E9E43F7DF9EE8C')
+
+prepare() {
+   cd "$srcdir/$pkgname-$_ver"
+
+   # set ca dir to /etc/ssl by default
+   patch -p0 -i "$srcdir/ca-dir.patch"
+}
+
+build() {
+   cd "$srcdir/$pkgname-$_ver"
+
+   # mark stack as non-executable: http://bugs.archlinux.org/task/12434
+   ./Configure --prefix=/usr --openssldir=/etc/ssl --libdir=lib \
+   shared no-ssl3-method enable-ec_nistp_64_gcc_128 linux-x86_64 \
+   "-Wa,--noexecstack ${CPPFLAGS} ${CFLAGS} ${LDFLAGS}"
+
+   make depend
+   make
+}
+
+check() {
+   cd "$srcdir/$pkgname-$_ver"
+   # the test fails due to missing write permissions in /etc/ssl
+   # revert this patch for make test
+   patch -p0 -R -i "$srcdir/ca-dir.patch"
+   make test
+   patch -p0 -i "$srcdir/ca-dir.patch"
+   # re-run make to re-generate CA.pl from th patched .in file.
+   make apps/CA.pl
+}
+
+package() {
+   cd "$srcdir/$pkgname-$_ver"
+   make DESTDIR=$pkgdir MANDIR=/usr/share/man MANSUFFIX=ssl install_sw 
install_ssldirs install_man_docs
+   install -D -m644 LICENSE $pkgdir/usr/share/licenses/$pkgname/LICENSE
+}

Copied: openssl/repos/testing-x86_64/ca-dir.patch (from rev 396422, 
openssl/trunk/ca-dir.patch)
===
--- testing-x86_64/ca-dir.patch (rev 0)
+++ testing-x86_64/ca-dir.patch 2020-09-22 15:05:02 UTC (rev 396423)
@@ -0,0 +1,31 @@
+--- apps/CA.pl.in  2018-09-11 14:48:19.0 +0200
 apps/CA.pl.in  2018-09-11 16:16:32.125629435 +0200
+@@ -33,7 +33,7 @@
+ my $PKCS12 = "$openssl pkcs12";
+ 
+ # default openssl.cnf file has setup as per the following
+-my $CATOP = "./demoCA";
++my $CATOP = "/etc/ssl";
+ my $CAKEY = "cakey.pem";
+ my $CAREQ = "careq.pem";
+ my $CACERT = "cacert.pem";
+--- apps/openssl.cnf   2018-09-11 14:48:20.0 +0200
 apps/openssl.cnf   2018-09-11 16:16:32.125629435 +0200
+@@ -43,7 +43,7 @@
+ 
+ [ CA_default ]
+ 
+-dir   = ./demoCA  # Where everything is kept
++dir   = /etc/ssl  # Where everything is kept
+ certs = $dir/certs# Where the issued certs are kept
+ crl_dir   = $dir/crl  # Where the issued crl are kept
+ database  = $dir/index.txt# database index file.
+@@ -327,7 +327,7 @@
+ [ tsa_config1 ]
+ 
+ # These are used by the TSA reply generation only.
+-dir   = ./demoCA  # TSA root directory
++dir   = /etc/ssl  # TSA root directory
+ serial= $dir/tsaserial# The current serial number 
(mandatory)
+ crypto_device = builtin   # OpenSSL engine to use for signing
+ signer_cert   = $dir/tsacert.pem  # The TSA signing certificate


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

2020-09-22 Thread Felix Yan via arch-commits
Date: Tuesday, September 22, 2020 @ 14:54:36
  Author: felixonmars
Revision: 711389

archrelease: copy trunk to community-x86_64

Added:
  rime-cantonese/repos/community-x86_64/PKGBUILD
(from rev 711388, rime-cantonese/trunk/PKGBUILD)
Deleted:
  rime-cantonese/repos/community-x86_64/PKGBUILD

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

Deleted: PKGBUILD
===
--- PKGBUILD2020-09-22 14:54:20 UTC (rev 711388)
+++ PKGBUILD2020-09-22 14:54:36 UTC (rev 711389)
@@ -1,35 +0,0 @@
-# Maintainer: Felix Yan 
-
-pkgname=rime-cantonese
-pkgver=0.0.0.20200921
-_commit=e393f5ac1832b201c2f8bfdaa239dc256b07bc91
-pkgrel=1
-pkgdesc="Cantonese input for rime"
-arch=('x86_64')
-url="https://github.com/rime/rime-cantonese;
-license=('CCPL:cc-by')
-# dependency for reverse lookup
-depends=('rime-cangjie' 'rime-emoji' 'rime-loengfan' 'rime-luna-pinyin' 
'rime-stroke')
-makedepends=('librime' 'rime-prelude' 'rime-essay')
-source=("https://github.com/rime/rime-cantonese/archive/$_commit/rime-cantonese-$_commit.tar.gz;)
-sha512sums=('79ba230d9d25e8af4824848ff46e6d1a05cc02def0e5ff8e07feb0b6e657071ed8d91d991ca508b89b0faa867b200086c2485ed2b8388bb8a2507502863e124b')
-
-prepare() {
-  cd $pkgname-$_commit
-  # Link essentials
-  for _f in $(pacman -Qql rime-prelude rime-essay | grep -v "/$"); do ln -sf 
$_f; done
-}
-
-build(){
-  cd $pkgname-$_commit
-  for _s in $(ls *.schema.yaml); do rime_deployer --compile $_s; done
-}
-
-package() {
-  cd $pkgname-$_commit
-  find . -type l -delete
-  rm build/*.txt
-  install -Dm644 *.yaml -t "$pkgdir"/usr/share/rime-data/
-  install -Dm644 build/* -t "$pkgdir"/usr/share/rime-data/build/
-  install -Dm644 opencc/* -t "$pkgdir"/usr/share/rime-data/opencc/
-}

Copied: rime-cantonese/repos/community-x86_64/PKGBUILD (from rev 711388, 
rime-cantonese/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2020-09-22 14:54:36 UTC (rev 711389)
@@ -0,0 +1,35 @@
+# Maintainer: Felix Yan 
+
+pkgname=rime-cantonese
+pkgver=0.0.0.20200922
+_commit=3ea026d651ad825933f49720fb71c3397b25939b
+pkgrel=1
+pkgdesc="Cantonese input for rime"
+arch=('x86_64')
+url="https://github.com/rime/rime-cantonese;
+license=('CCPL:cc-by')
+# dependency for reverse lookup
+depends=('rime-cangjie' 'rime-emoji' 'rime-loengfan' 'rime-luna-pinyin' 
'rime-stroke')
+makedepends=('librime' 'rime-prelude' 'rime-essay')
+source=("https://github.com/rime/rime-cantonese/archive/$_commit/rime-cantonese-$_commit.tar.gz;)
+sha512sums=('ff3f11c9bf3e9dad580252663ca774d3363ad38b5376f7dd17840938948a94ad3512e2dce18fecbb3735b272eb7751aba1d4126828fc916a934180279806b31b')
+
+prepare() {
+  cd $pkgname-$_commit
+  # Link essentials
+  for _f in $(pacman -Qql rime-prelude rime-essay | grep -v "/$"); do ln -sf 
$_f; done
+}
+
+build(){
+  cd $pkgname-$_commit
+  for _s in $(ls *.schema.yaml); do rime_deployer --compile $_s; done
+}
+
+package() {
+  cd $pkgname-$_commit
+  find . -type l -delete
+  rm build/*.txt
+  install -Dm644 *.yaml -t "$pkgdir"/usr/share/rime-data/
+  install -Dm644 build/* -t "$pkgdir"/usr/share/rime-data/build/
+  install -Dm644 opencc/* -t "$pkgdir"/usr/share/rime-data/opencc/
+}


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

2020-09-22 Thread Felix Yan via arch-commits
Date: Tuesday, September 22, 2020 @ 14:54:20
  Author: felixonmars
Revision: 711388

upgpkg: rime-cantonese 0.0.0.20200922-1

Modified:
  rime-cantonese/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2020-09-22 14:52:07 UTC (rev 711387)
+++ PKGBUILD2020-09-22 14:54:20 UTC (rev 711388)
@@ -1,8 +1,8 @@
 # Maintainer: Felix Yan 
 
 pkgname=rime-cantonese
-pkgver=0.0.0.20200921
-_commit=e393f5ac1832b201c2f8bfdaa239dc256b07bc91
+pkgver=0.0.0.20200922
+_commit=3ea026d651ad825933f49720fb71c3397b25939b
 pkgrel=1
 pkgdesc="Cantonese input for rime"
 arch=('x86_64')
@@ -12,7 +12,7 @@
 depends=('rime-cangjie' 'rime-emoji' 'rime-loengfan' 'rime-luna-pinyin' 
'rime-stroke')
 makedepends=('librime' 'rime-prelude' 'rime-essay')
 
source=("https://github.com/rime/rime-cantonese/archive/$_commit/rime-cantonese-$_commit.tar.gz;)
-sha512sums=('79ba230d9d25e8af4824848ff46e6d1a05cc02def0e5ff8e07feb0b6e657071ed8d91d991ca508b89b0faa867b200086c2485ed2b8388bb8a2507502863e124b')
+sha512sums=('ff3f11c9bf3e9dad580252663ca774d3363ad38b5376f7dd17840938948a94ad3512e2dce18fecbb3735b272eb7751aba1d4126828fc916a934180279806b31b')
 
 prepare() {
   cd $pkgname-$_commit


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

2020-09-22 Thread Felix Yan via arch-commits
Date: Tuesday, September 22, 2020 @ 14:51:46
  Author: felixonmars
Revision: 711386

upgpkg: deepin-desktop-schemas 5.8.0.20-1

Modified:
  deepin-desktop-schemas/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2020-09-22 13:59:00 UTC (rev 711385)
+++ PKGBUILD2020-09-22 14:51:46 UTC (rev 711386)
@@ -3,7 +3,7 @@
 # Contributor: Xu Fasheng 
 
 pkgname=deepin-desktop-schemas
-pkgver=5.8.0.19
+pkgver=5.8.0.20
 pkgrel=1
 pkgdesc='GSettings deepin desktop-wide schemas'
 arch=('any')
@@ -16,7 +16,7 @@
 groups=('deepin')
 
source=("$pkgname-$pkgver.tar.gz::https://github.com/linuxdeepin/deepin-desktop-schemas/archive/$pkgver.tar.gz;
 
https://github.com/linuxdeepin/deepin-desktop-schemas/commit/bf0c4e43f6b6d508ddd346c2d1e865dae9ae947d.patch)
-sha512sums=('719625f7362261b7c559fd21000e9ea9c1bcbcae5e85b5d7679e5a924f95c568590c3d57c9b1882ccafc57e0b44a19cf6d713e09235e0ccc20e5a8b6b28fab89'
+sha512sums=('aea6c96e33c6d50dd991c45d95edbd0bf2149afe491f366bef3ca82b8f28d36856688ca1f3ea656a68d07057913d8ce560315a5ca207d06f64047e8099c6937e'
 
'be13e501baf0517da19618011219b53d633a4186840b20b24d134e5d667c4ab1b6b716c09c78faf802b32ecf3f6f6e5e2f84744a5919b28645f002739d07ea82')
 
 prepare() {


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

2020-09-22 Thread Felix Yan via arch-commits
Date: Tuesday, September 22, 2020 @ 14:52:07
  Author: felixonmars
Revision: 711387

archrelease: copy trunk to community-any

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

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

Deleted: PKGBUILD
===
--- PKGBUILD2020-09-22 14:51:46 UTC (rev 711386)
+++ PKGBUILD2020-09-22 14:52:07 UTC (rev 711387)
@@ -1,50 +0,0 @@
-# Maintainer: Felix Yan 
-# Contributor: Josip Ponjavic 
-# Contributor: Xu Fasheng 
-
-pkgname=deepin-desktop-schemas
-pkgver=5.8.0.19
-pkgrel=1
-pkgdesc='GSettings deepin desktop-wide schemas'
-arch=('any')
-url="https://github.com/linuxdeepin/deepin-desktop-schemas;
-license=('GPL3')
-depends=('dconf' 'deepin-gtk-theme' 'deepin-icon-theme' 'deepin-sound-theme')
-makedepends=('python' 'go' 'golang-deepin-lib')
-conflicts=('deepin-artwork-themes')
-replaces=('deepin-artwork-themes')
-groups=('deepin')
-source=("$pkgname-$pkgver.tar.gz::https://github.com/linuxdeepin/deepin-desktop-schemas/archive/$pkgver.tar.gz;
-
https://github.com/linuxdeepin/deepin-desktop-schemas/commit/bf0c4e43f6b6d508ddd346c2d1e865dae9ae947d.patch)
-sha512sums=('719625f7362261b7c559fd21000e9ea9c1bcbcae5e85b5d7679e5a924f95c568590c3d57c9b1882ccafc57e0b44a19cf6d713e09235e0ccc20e5a8b6b28fab89'
-
'be13e501baf0517da19618011219b53d633a4186840b20b24d134e5d667c4ab1b6b716c09c78faf802b32ecf3f6f6e5e2f84744a5919b28645f002739d07ea82')
-
-prepare() {
-  export GOPATH="$srcdir/build:/usr/share/gocode"
-  cd deepin-desktop-schemas-$pkgver
-  # disable swap-sched
-  patch -Rp1 -i ../bf0c4e43f6b6d508ddd346c2d1e865dae9ae947d.patch
-  # fix default background url
-  sed -i 
"s#^picture-uri.*#picture-uri='file:///usr/share/backgrounds/deepin/desktop.jpg'#"
 overrides/common/com.deepin.wrap.gnome.desktop.override
-}
-
-build() {
-  export CGO_CPPFLAGS="${CPPFLAGS}"
-  export CGO_CFLAGS="${CFLAGS}"
-  export CGO_CXXFLAGS="${CXXFLAGS}"
-  export CGO_LDFLAGS="${LDFLAGS}"
-  export GOFLAGS="-buildmode=pie -trimpath -mod=readonly -modcacherw"
-
-  cd deepin-desktop-schemas-$pkgver
-  make ARCH=x86
-}
-
-check() {
-  cd deepin-desktop-schemas-$pkgver
-  make test
-}
-
-package() {
-  cd deepin-desktop-schemas-$pkgver
-  make DESTDIR="$pkgdir" install
-}

Copied: deepin-desktop-schemas/repos/community-any/PKGBUILD (from rev 711386, 
deepin-desktop-schemas/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2020-09-22 14:52:07 UTC (rev 711387)
@@ -0,0 +1,50 @@
+# Maintainer: Felix Yan 
+# Contributor: Josip Ponjavic 
+# Contributor: Xu Fasheng 
+
+pkgname=deepin-desktop-schemas
+pkgver=5.8.0.20
+pkgrel=1
+pkgdesc='GSettings deepin desktop-wide schemas'
+arch=('any')
+url="https://github.com/linuxdeepin/deepin-desktop-schemas;
+license=('GPL3')
+depends=('dconf' 'deepin-gtk-theme' 'deepin-icon-theme' 'deepin-sound-theme')
+makedepends=('python' 'go' 'golang-deepin-lib')
+conflicts=('deepin-artwork-themes')
+replaces=('deepin-artwork-themes')
+groups=('deepin')
+source=("$pkgname-$pkgver.tar.gz::https://github.com/linuxdeepin/deepin-desktop-schemas/archive/$pkgver.tar.gz;
+
https://github.com/linuxdeepin/deepin-desktop-schemas/commit/bf0c4e43f6b6d508ddd346c2d1e865dae9ae947d.patch)
+sha512sums=('aea6c96e33c6d50dd991c45d95edbd0bf2149afe491f366bef3ca82b8f28d36856688ca1f3ea656a68d07057913d8ce560315a5ca207d06f64047e8099c6937e'
+
'be13e501baf0517da19618011219b53d633a4186840b20b24d134e5d667c4ab1b6b716c09c78faf802b32ecf3f6f6e5e2f84744a5919b28645f002739d07ea82')
+
+prepare() {
+  export GOPATH="$srcdir/build:/usr/share/gocode"
+  cd deepin-desktop-schemas-$pkgver
+  # disable swap-sched
+  patch -Rp1 -i ../bf0c4e43f6b6d508ddd346c2d1e865dae9ae947d.patch
+  # fix default background url
+  sed -i 
"s#^picture-uri.*#picture-uri='file:///usr/share/backgrounds/deepin/desktop.jpg'#"
 overrides/common/com.deepin.wrap.gnome.desktop.override
+}
+
+build() {
+  export CGO_CPPFLAGS="${CPPFLAGS}"
+  export CGO_CFLAGS="${CFLAGS}"
+  export CGO_CXXFLAGS="${CXXFLAGS}"
+  export CGO_LDFLAGS="${LDFLAGS}"
+  export GOFLAGS="-buildmode=pie -trimpath -mod=readonly -modcacherw"
+
+  cd deepin-desktop-schemas-$pkgver
+  make ARCH=x86
+}
+
+check() {
+  cd deepin-desktop-schemas-$pkgver
+  make test
+}
+
+package() {
+  cd deepin-desktop-schemas-$pkgver
+  make DESTDIR="$pkgdir" install
+}


[arch-commits] Commit in deepin-file-manager/repos/community-x86_64 (4 files)

2020-09-22 Thread Felix Yan via arch-commits
Date: Tuesday, September 22, 2020 @ 13:59:00
  Author: felixonmars
Revision: 711385

archrelease: copy trunk to community-x86_64

Added:
  deepin-file-manager/repos/community-x86_64/PKGBUILD
(from rev 711384, deepin-file-manager/trunk/PKGBUILD)
  deepin-file-manager/repos/community-x86_64/deepin-file-manager-qt5.15.patch
(from rev 711384, 
deepin-file-manager/trunk/deepin-file-manager-qt5.15.patch)
Deleted:
  deepin-file-manager/repos/community-x86_64/PKGBUILD
  deepin-file-manager/repos/community-x86_64/deepin-file-manager-qt5.15.patch

--+
 PKGBUILD |   98 ++---
 deepin-file-manager-qt5.15.patch |  168 ++---
 2 files changed, 133 insertions(+), 133 deletions(-)

Deleted: PKGBUILD
===
--- PKGBUILD2020-09-22 13:58:39 UTC (rev 711384)
+++ PKGBUILD2020-09-22 13:59:00 UTC (rev 711385)
@@ -1,49 +0,0 @@
-# Maintainer: Felix Yan 
-# Contributor: Josip Ponjavic 
-# Contributor: Xu Fasheng 
-
-pkgname=deepin-file-manager
-pkgver=5.2.0.44
-pkgrel=1
-epoch=1
-pkgdesc='Deepin File Manager'
-arch=('x86_64')
-url="https://github.com/linuxdeepin/dde-file-manager;
-license=('GPL3')
-# startdde: for com.deepin.SessionManager
-depends=('deepin-qt5integration' 'deepin-anything' 'disomaster' 'file' 
'gio-qt' 'libmediainfo'
- 'lucene++' 'avfs' 'polkit-qt5' 'poppler' 'ffmpegthumbnailer' 
'jemalloc' 'kcodecs'
- 'startdde' 'taglib' 'htmlcxx' 'libgsf' 'mimetic' 'boost-libs')
-makedepends=('boost' 'qt5-tools' 'deepin-dock' 'deepin-movie' 
'deepin-gettext-tools')
-optdepends=('deepin-manual: for help menual'
-'deepin-shortcut-viewer: for shortcut display'
-'deepin-screensaver: for screensaver chooser'
-'deepin-movie: for video preview'
-'deepin-terminal: for opening in terminal'
-'deepin-compressor: for compress/decompress')
-groups=('deepin')
-provides=('deepin-desktop')
-conflicts=('deepin-desktop')
-replaces=('deepin-desktop')
-source=("$pkgname-$pkgver.tar.gz::https://github.com/linuxdeepin/dde-file-manager/archive/$pkgver.tar.gz;
- deepin-file-manager-qt5.15.patch)
-sha512sums=('f29b6c133dcc06e1c1d480fd1434fd1b5986fc42974ee056f2512c998c95df2cc5339dc4b87aea939e9bd41e015d87520f3f2341eb78826e2d2eef321423df20'
-
'0c38761b7a44dc581d7d4fedc2c51cf702769ec43a325384f13ce427cf2dccc8af4b59e82f4bd567449073926f4a7ad433147ea01db0ad8ab75eb46f7150a3eb')
-
-prepare() {
-  cd dde-file-manager-$pkgver
-  sed -i 's|systembusconf.path = /etc/dbus-1/system.d|systembusconf.path = 
/usr/share/dbus-1/system.d|' dde-file-manager-daemon/dde-file-manager-daemon.pro
-
-  patch -p1 -i ../deepin-file-manager-qt5.15.patch # Fix build with Qt 5.15
-}
-
-build() {
-  cd dde-file-manager-$pkgver
-  qmake-qt5 PREFIX=/usr filemanager.pro
-  make
-}
-
-package() {
-  cd dde-file-manager-$pkgver
-  make INSTALL_ROOT="$pkgdir" install
-}

Copied: deepin-file-manager/repos/community-x86_64/PKGBUILD (from rev 711384, 
deepin-file-manager/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2020-09-22 13:59:00 UTC (rev 711385)
@@ -0,0 +1,49 @@
+# Maintainer: Felix Yan 
+# Contributor: Josip Ponjavic 
+# Contributor: Xu Fasheng 
+
+pkgname=deepin-file-manager
+pkgver=5.2.0.45
+pkgrel=1
+epoch=1
+pkgdesc='Deepin File Manager'
+arch=('x86_64')
+url="https://github.com/linuxdeepin/dde-file-manager;
+license=('GPL3')
+# startdde: for com.deepin.SessionManager
+depends=('deepin-qt5integration' 'deepin-anything' 'disomaster' 'file' 
'gio-qt' 'libmediainfo'
+ 'lucene++' 'avfs' 'polkit-qt5' 'poppler' 'ffmpegthumbnailer' 
'jemalloc' 'kcodecs'
+ 'startdde' 'taglib' 'htmlcxx' 'libgsf' 'mimetic' 'boost-libs')
+makedepends=('boost' 'qt5-tools' 'deepin-dock' 'deepin-movie' 
'deepin-gettext-tools')
+optdepends=('deepin-manual: for help menual'
+'deepin-shortcut-viewer: for shortcut display'
+'deepin-screensaver: for screensaver chooser'
+'deepin-movie: for video preview'
+'deepin-terminal: for opening in terminal'
+'deepin-compressor: for compress/decompress')
+groups=('deepin')
+provides=('deepin-desktop')
+conflicts=('deepin-desktop')
+replaces=('deepin-desktop')
+source=("$pkgname-$pkgver.tar.gz::https://github.com/linuxdeepin/dde-file-manager/archive/$pkgver.tar.gz;
+ deepin-file-manager-qt5.15.patch)
+sha512sums=('d6f5e9892c81436e9128e601d481d71a0e3d718274925334a1e81f2156954e640ad92e17bd4f53b6e283299fe08bfd2f8824a23a59a335a3d656203d247450ae'
+
'0c38761b7a44dc581d7d4fedc2c51cf702769ec43a325384f13ce427cf2dccc8af4b59e82f4bd567449073926f4a7ad433147ea01db0ad8ab75eb46f7150a3eb')
+
+prepare() {
+  cd dde-file-manager-$pkgver
+  sed -i 's|systembusconf.path = /etc/dbus-1/system.d|systembusconf.path = 

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

2020-09-22 Thread Felix Yan via arch-commits
Date: Tuesday, September 22, 2020 @ 13:58:29
  Author: felixonmars
Revision: 711383

archrelease: copy trunk to community-x86_64

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

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

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

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


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

2020-09-22 Thread Felix Yan via arch-commits
Date: Tuesday, September 22, 2020 @ 13:58:39
  Author: felixonmars
Revision: 711384

upgpkg: deepin-file-manager 1:5.2.0.45-1

Modified:
  deepin-file-manager/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2020-09-22 13:58:29 UTC (rev 711383)
+++ PKGBUILD2020-09-22 13:58:39 UTC (rev 711384)
@@ -3,7 +3,7 @@
 # Contributor: Xu Fasheng 
 
 pkgname=deepin-file-manager
-pkgver=5.2.0.44
+pkgver=5.2.0.45
 pkgrel=1
 epoch=1
 pkgdesc='Deepin File Manager'
@@ -27,7 +27,7 @@
 replaces=('deepin-desktop')
 
source=("$pkgname-$pkgver.tar.gz::https://github.com/linuxdeepin/dde-file-manager/archive/$pkgver.tar.gz;
  deepin-file-manager-qt5.15.patch)
-sha512sums=('f29b6c133dcc06e1c1d480fd1434fd1b5986fc42974ee056f2512c998c95df2cc5339dc4b87aea939e9bd41e015d87520f3f2341eb78826e2d2eef321423df20'
+sha512sums=('d6f5e9892c81436e9128e601d481d71a0e3d718274925334a1e81f2156954e640ad92e17bd4f53b6e283299fe08bfd2f8824a23a59a335a3d656203d247450ae'
 
'0c38761b7a44dc581d7d4fedc2c51cf702769ec43a325384f13ce427cf2dccc8af4b59e82f4bd567449073926f4a7ad433147ea01db0ad8ab75eb46f7150a3eb')
 
 prepare() {


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

2020-09-22 Thread Felix Yan via arch-commits
Date: Tuesday, September 22, 2020 @ 13:58:07
  Author: felixonmars
Revision: 711382

upgpkg: deepin-movie 1:5.7.6.32-1

Modified:
  deepin-movie/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2020-09-22 13:46:30 UTC (rev 711381)
+++ PKGBUILD2020-09-22 13:58:07 UTC (rev 711382)
@@ -2,7 +2,7 @@
 
 pkgname=deepin-movie
 epoch=1
-pkgver=5.7.6.31
+pkgver=5.7.6.32
 pkgrel=1
 pkgdesc='Movie player based on QtAV'
 arch=('x86_64')
@@ -12,7 +12,7 @@
 makedepends=('cmake' 'ninja' 'qt5-tools')
 groups=('deepin-extra')
 
source=("$pkgname-$pkgver.tar.gz::https://github.com/linuxdeepin/deepin-movie-reborn/archive/$pkgver.tar.gz;)
-sha512sums=('070e229cb8db6840f0993da82f6ae8b4e77fe32a191904b7aa951c2f135e9440126af5675fea6a373227a7b52e1329f17cbbc50d1eaff3a21d4aa917d588d75b')
+sha512sums=('982d77100babba15b091290192b9f61e801bf10dade6647c32066e8f818d5345743d5f68feaf733afef917e8b6bc0f5bd189bf7ac86d739fb7459d8d5c11b93e')
 
 prepare() {
   cd deepin-movie-reborn-$pkgver


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

2020-09-22 Thread Alexander Rødseth via arch-commits
Date: Tuesday, September 22, 2020 @ 13:46:30
  Author: arodseth
Revision: 711381

archrelease: copy trunk to community-testing-x86_64

Added:
  gauche/repos/community-testing-x86_64/
  gauche/repos/community-testing-x86_64/PKGBUILD
(from rev 711380, gauche/trunk/PKGBUILD)

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

Copied: gauche/repos/community-testing-x86_64/PKGBUILD (from rev 711380, 
gauche/trunk/PKGBUILD)
===
--- community-testing-x86_64/PKGBUILD   (rev 0)
+++ community-testing-x86_64/PKGBUILD   2020-09-22 13:46:30 UTC (rev 711381)
@@ -0,0 +1,34 @@
+# Maintainer: Alexander F. Rødseth 
+# Contributor: Stefan Husmann 
+# Contributor: Motohiro Ueki 
+# Contributor: nkoizu 
+
+pkgname=gauche
+pkgver=0.9.9
+pkgrel=2
+url='https://practical-scheme.net/gauche/'
+pkgdesc='R7RS Scheme implementation (includes gosh)'
+depends=(libatomic_ops libxcrypt slib)
+makedepends=(autoconf gauche git)
+license=(BSD)
+arch=(x86_64)
+# gauche tag: release0_9_9
+source=("git+https://github.com/shirok/Gauche#commit=b9a861bdbc354cf5a357fe0b2cfc05e7cbd99ab9;)
+sha256sums=('SKIP')
+
+build() {
+  cd Gauche
+  export BUILD_GOSH=/usr/bin/gosh
+  ./DIST gen
+  ./configure --prefix=/usr --with-slib=/usr/share/slib
+  make
+}
+
+package() {
+  cd Gauche
+  make DESTDIR="$pkgdir" install-pkg install-doc
+  install -Dm644 COPYING "$pkgdir/usr/share/licenses/$pkgname/COPYING"
+}
+
+# getver: practical-scheme.net/gauche/gmemo/index.cgi?ReleaseNotes
+# vim: ts=2 sw=2 et:


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

2020-09-22 Thread Alexander Rødseth via arch-commits
Date: Tuesday, September 22, 2020 @ 13:46:25
  Author: arodseth
Revision: 711380

libxcrypt todo

Modified:
  gauche/trunk/PKGBUILD

--+
 PKGBUILD |   20 +++-
 1 file changed, 11 insertions(+), 9 deletions(-)

Modified: PKGBUILD
===
--- PKGBUILD2020-09-22 13:28:13 UTC (rev 711379)
+++ PKGBUILD2020-09-22 13:46:25 UTC (rev 711380)
@@ -5,25 +5,27 @@
 
 pkgname=gauche
 pkgver=0.9.9
-pkgrel=1
+pkgrel=2
 url='https://practical-scheme.net/gauche/'
 pkgdesc='R7RS Scheme implementation (includes gosh)'
-depends=(libatomic_ops slib)
+depends=(libatomic_ops libxcrypt slib)
+makedepends=(autoconf gauche git)
 license=(BSD)
 arch=(x86_64)
-source=("https://downloads.sourceforge.net/$pkgname/Gauche-$pkgver.tgz;)
-sha256sums=('4ca9325322a7efadb9680d156eb7b53521321c9ca4955c4cbe738bc2e1d7f7fb')
+# gauche tag: release0_9_9
+source=("git+https://github.com/shirok/Gauche#commit=b9a861bdbc354cf5a357fe0b2cfc05e7cbd99ab9;)
+sha256sums=('SKIP')
 
 build() {
-  cd "Gauche-$pkgver"
-
-  ./configure --enable-multibyte=utf-8 --prefix=/usr
+  cd Gauche
+  export BUILD_GOSH=/usr/bin/gosh
+  ./DIST gen
+  ./configure --prefix=/usr --with-slib=/usr/share/slib
   make
 }
 
 package() {
-  cd "Gauche-$pkgver"
-
+  cd Gauche
   make DESTDIR="$pkgdir" install-pkg install-doc
   install -Dm644 COPYING "$pkgdir/usr/share/licenses/$pkgname/COPYING"
 }


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

2020-09-22 Thread Felix Yan via arch-commits
Date: Tuesday, September 22, 2020 @ 13:28:13
  Author: felixonmars
Revision: 711379

archrelease: copy trunk to community-testing-x86_64

Added:
  python-greenlet/repos/community-testing-x86_64/
  python-greenlet/repos/community-testing-x86_64/PKGBUILD
(from rev 711378, python-greenlet/trunk/PKGBUILD)

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

Copied: python-greenlet/repos/community-testing-x86_64/PKGBUILD (from rev 
711378, python-greenlet/trunk/PKGBUILD)
===
--- community-testing-x86_64/PKGBUILD   (rev 0)
+++ community-testing-x86_64/PKGBUILD   2020-09-22 13:28:13 UTC (rev 711379)
@@ -0,0 +1,51 @@
+# Maintainer: Massimiliano Torromeo 
+# Maintainer: Felix Yan 
+# Contributor: Ralf Schmitt 
+
+pkgbase=python-greenlet
+pkgname=(python-greenlet python2-greenlet)
+pkgver=0.4.17
+pkgrel=1
+pkgdesc="Lightweight in-process concurrent programming"
+license=("MIT")
+arch=('x86_64')
+url="https://pypi.org/project/greenlet/;
+makedepends=('python-setuptools' 'python2-setuptools')
+source=("https://files.pythonhosted.org/packages/source/g/greenlet/greenlet-${pkgver}.tar.gz;)
+sha512sums=('41afd80a6cd5e9cf9c8149016f24d0944d2651288d50094ef04bb6759202903c436af639872d7aab631ed8fe13aad7d4405beb428415b198a3ba30a96d4bd3de')
+
+prepare() {
+cp -a greenlet-$pkgver{,-py2}
+}
+
+build() {
+   cd "$srcdir"/greenlet-$pkgver
+   python setup.py build
+
+cd "$srcdir"/greenlet-$pkgver-py2
+python2 setup.py build
+}
+
+check() {
+cd "$srcdir"/greenlet-$pkgver
+python setup.py test
+
+cd "$srcdir"/greenlet-$pkgver-py2
+python2 setup.py test
+}
+
+package_python-greenlet() {
+depends=('python')
+
+cd greenlet-$pkgver
+python setup.py install -O1 --root="$pkgdir"
+install -Dm0644 LICENSE.PSF 
"$pkgdir"/usr/share/licenses/$pkgname/LICENSE.PSF
+}
+
+package_python2-greenlet() {
+depends=('python2')
+
+   cd greenlet-$pkgver-py2
+   python2 setup.py install -O1 --root="$pkgdir"
+   install -Dm0644 LICENSE.PSF 
"$pkgdir"/usr/share/licenses/$pkgname/LICENSE.PSF
+}


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

2020-09-22 Thread Felix Yan via arch-commits
Date: Tuesday, September 22, 2020 @ 13:27:57
  Author: felixonmars
Revision: 711378

upgpkg: python-greenlet 0.4.17-1

Modified:
  python-greenlet/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2020-09-22 13:27:06 UTC (rev 711377)
+++ PKGBUILD2020-09-22 13:27:57 UTC (rev 711378)
@@ -4,7 +4,7 @@
 
 pkgbase=python-greenlet
 pkgname=(python-greenlet python2-greenlet)
-pkgver=0.4.16
+pkgver=0.4.17
 pkgrel=1
 pkgdesc="Lightweight in-process concurrent programming"
 license=("MIT")
@@ -12,7 +12,7 @@
 url="https://pypi.org/project/greenlet/;
 makedepends=('python-setuptools' 'python2-setuptools')
 
source=("https://files.pythonhosted.org/packages/source/g/greenlet/greenlet-${pkgver}.tar.gz;)
-sha512sums=('0dc473c05c1d54a830c009fe8197fd2017b8f3117532af0fc7970eb5abd93a82bbaa1a8403375a0ac7148fcff63cdc3faa663d0c5e442f3dd10ea3b2f98b306e')
+sha512sums=('41afd80a6cd5e9cf9c8149016f24d0944d2651288d50094ef04bb6759202903c436af639872d7aab631ed8fe13aad7d4405beb428415b198a3ba30a96d4bd3de')
 
 prepare() {
 cp -a greenlet-$pkgver{,-py2}


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

2020-09-22 Thread Felix Yan via arch-commits
Date: Tuesday, September 22, 2020 @ 13:27:06
  Author: felixonmars
Revision: 711377

archrelease: copy trunk to community-any

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

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

Deleted: PKGBUILD
===
--- PKGBUILD2020-09-22 13:26:49 UTC (rev 711376)
+++ PKGBUILD2020-09-22 13:27:06 UTC (rev 711377)
@@ -1,44 +0,0 @@
-# Maintainer: David Runge 
-# Contributor: Felix Yan 
-
-_name=identify
-pkgname=python-identify
-pkgver=1.5.3
-pkgrel=1
-pkgdesc="File identification library for Python"
-arch=('any')
-url="https://github.com/chriskuehl/identify;
-license=('MIT')
-depends=('python')
-makedepends=('python-setuptools')
-checkdepends=('python-editdistance' 'python-pytest')
-# no tests in pypi sdist tarball:
-# https://github.com/chriskuehl/identify/issues/95
-# 
source=("https://files.pythonhosted.org/packages/source/${_name::1}/${_name}/${_name}-${pkgver}.tar.gz;)
-source=("${_name}-${pkgver}.tar.gz::https://github.com/chriskuehl/${_name}/archive/v${pkgver}.tar.gz;)
-sha512sums=('57aec3d19d15b61b3c824ed9b6dc4b7152476966fbcf613bbc724e96e9c984f9a678ed191b559ccb4dc2e4bd4f025ab3c8970e09373408c007e0577504583d1a')
-
-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 LICENSE -t "${pkgdir}/usr/share/licenses/${pkgname}"
-  install -vDm 644 README.md -t "${pkgdir}/usr/share/doc/${pkgname}"
-}

Copied: python-identify/repos/community-any/PKGBUILD (from rev 711376, 
python-identify/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2020-09-22 13:27:06 UTC (rev 711377)
@@ -0,0 +1,44 @@
+# Maintainer: David Runge 
+# Contributor: Felix Yan 
+
+_name=identify
+pkgname=python-identify
+pkgver=1.5.4
+pkgrel=1
+pkgdesc="File identification library for Python"
+arch=('any')
+url="https://github.com/chriskuehl/identify;
+license=('MIT')
+depends=('python')
+makedepends=('python-setuptools')
+checkdepends=('python-editdistance' 'python-pytest')
+# no tests in pypi sdist tarball:
+# https://github.com/chriskuehl/identify/issues/95
+# 
source=("https://files.pythonhosted.org/packages/source/${_name::1}/${_name}/${_name}-${pkgver}.tar.gz;)
+source=("${_name}-${pkgver}.tar.gz::https://github.com/chriskuehl/${_name}/archive/v${pkgver}.tar.gz;)
+sha512sums=('30163d1c8c32627a4561f912673db12ce5542213e02726ef11c1078275f1ef8f9645ef2c19cd62e465e5fb107e3de45b34a82be988bcb7c67b5e1b937e7681f9')
+
+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 LICENSE -t "${pkgdir}/usr/share/licenses/${pkgname}"
+  install -vDm 644 README.md -t "${pkgdir}/usr/share/doc/${pkgname}"
+}


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

2020-09-22 Thread Felix Yan via arch-commits
Date: Tuesday, September 22, 2020 @ 13:26:49
  Author: felixonmars
Revision: 711376

upgpkg: python-identify 1.5.4-1

Modified:
  python-identify/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2020-09-22 12:31:37 UTC (rev 711375)
+++ PKGBUILD2020-09-22 13:26:49 UTC (rev 711376)
@@ -3,7 +3,7 @@
 
 _name=identify
 pkgname=python-identify
-pkgver=1.5.3
+pkgver=1.5.4
 pkgrel=1
 pkgdesc="File identification library for Python"
 arch=('any')
@@ -16,7 +16,7 @@
 # https://github.com/chriskuehl/identify/issues/95
 # 
source=("https://files.pythonhosted.org/packages/source/${_name::1}/${_name}/${_name}-${pkgver}.tar.gz;)
 
source=("${_name}-${pkgver}.tar.gz::https://github.com/chriskuehl/${_name}/archive/v${pkgver}.tar.gz;)
-sha512sums=('57aec3d19d15b61b3c824ed9b6dc4b7152476966fbcf613bbc724e96e9c984f9a678ed191b559ccb4dc2e4bd4f025ab3c8970e09373408c007e0577504583d1a')
+sha512sums=('30163d1c8c32627a4561f912673db12ce5542213e02726ef11c1078275f1ef8f9645ef2c19cd62e465e5fb107e3de45b34a82be988bcb7c67b5e1b937e7681f9')
 
 prepare() {
   mv -v "${_name}-${pkgver}" "$pkgname-$pkgver"


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

2020-09-22 Thread Maxime Gauduin via arch-commits
Date: Tuesday, September 22, 2020 @ 12:31:32
  Author: alucryd
Revision: 711374

upgpkg: skia-sharp 2.80.2-1

Modified:
  skia-sharp/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2020-09-22 12:27:22 UTC (rev 711373)
+++ PKGBUILD2020-09-22 12:31:32 UTC (rev 711374)
@@ -1,9 +1,9 @@
 # Maintainer: Maxime Gauduin 
 
 pkgname=skia-sharp
-pkgver=1.68.1
-_major=68
-_minor=1
+pkgver=2.80.2
+_major=80
+_minor=2
 _release=0
 pkgrel=1
 pkgdesc='The Skia 2D Graphics library from Google exposed to .NET languages 
and runtimes across the board'
@@ -25,16 +25,15 @@
   python2
 )
 provides=(libSkiaSharp.so)
+_tag=2019706296585965cadbbe977ceab52a3a604fa5
 source=(
-  
git+https://github.com/mono/SkiaSharp.git#tag=e0f57880ca5eadfaddde520e8d8365bc00b91d5d
-  git+https://chromium.googlesource.com/chromium/tools/depot_tools
+  git+https://github.com/mono/SkiaSharp.git#tag=${_tag}
+  git+https://chromium.googlesource.com/chromium/tools/depot_tools.git
   git+https://github.com/mono/skia.git
 )
-sha256sums=(
-  SKIP
-  SKIP
-  SKIP
-)
+sha256sums=('SKIP'
+'SKIP'
+'SKIP')
 
 pkgver() {
   cd SkiaSharp


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

2020-09-22 Thread Maxime Gauduin via arch-commits
Date: Tuesday, September 22, 2020 @ 12:31:37
  Author: alucryd
Revision: 711375

archrelease: copy trunk to community-x86_64

Added:
  skia-sharp/repos/community-x86_64/PKGBUILD
(from rev 711374, skia-sharp/trunk/PKGBUILD)
Deleted:
  skia-sharp/repos/community-x86_64/PKGBUILD

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

Deleted: PKGBUILD
===
--- PKGBUILD2020-09-22 12:31:32 UTC (rev 711374)
+++ PKGBUILD2020-09-22 12:31:37 UTC (rev 711375)
@@ -1,108 +0,0 @@
-# Maintainer: Maxime Gauduin 
-
-pkgname=skia-sharp
-pkgver=1.68.1
-_major=68
-_minor=1
-_release=0
-pkgrel=1
-pkgdesc='The Skia 2D Graphics library from Google exposed to .NET languages 
and runtimes across the board'
-arch=(x86_64)
-url=https://github.com/mono/SkiaSharp
-license=(MIT)
-depends=(
-  expat
-  fontconfig
-  libfreetype.so
-  libjpeg-turbo
-  libpng
-  libwebp
-  zlib
-)
-makedepends=(
-  clang
-  git
-  python2
-)
-provides=(libSkiaSharp.so)
-source=(
-  
git+https://github.com/mono/SkiaSharp.git#tag=e0f57880ca5eadfaddde520e8d8365bc00b91d5d
-  git+https://chromium.googlesource.com/chromium/tools/depot_tools
-  git+https://github.com/mono/skia.git
-)
-sha256sums=(
-  SKIP
-  SKIP
-  SKIP
-)
-
-pkgver() {
-  cd SkiaSharp
-
-  git describe --tags | sed 's/^v//'
-}
-
-prepare() {
-  cd SkiaSharp
-
-  for submodule in externals/{depot_tools,skia}; do
-git submodule init ${submodule}
-git config submodule.${submodule}.url ../${submodule#*/}
-git submodule update ${submodule}
-  done
-
-  pushd externals/skia
-  python2 tools/git-sync-deps
-  popd
-
-  pushd externals/depot_tools
-  ln -sf /usr/bin/python2 python
-  popd
-}
-
-build(){
-  cd SkiaSharp/externals/skia
-
-  export PATH="${srcdir}/SkiaSharp/externals/depot_tools:$PATH"
-
-  CFLAGS="$CFLAGS \
--I/usr/include/freetype2 \
--DSKIA_C_DLL"
-
-  extra_cflags=""
-  for cflag in $CFLAGS; do
-extra_cflags+="\"${cflag}\","
-  done
-  extra_ldflags=""
-  for ldflag in $LDFLAGS; do
-extra_ldflags+="\"${ldflag}\","
-  done
-
-  bin/gn gen out \
---args="target_os=\"linux\" \
-target_cpu=\"x64\" \
-cc=\"clang\" \
-cxx=\"clang++\" \
-extra_cflags=[${extra_cflags}] \
-extra_ldflags=[${extra_ldflags}] \
-skia_enable_gpu=true \
-skia_enable_tools=false \
-skia_use_dng_sdk=true \
-skia_use_icu=false \
-skia_use_piex=true \
-skia_use_sfntly=false \
-is_component_build=false \
-is_debug=false \
-is_official_build=true \
-linux_soname_version=\"${_major}.${_minor}.${_release}\""
-  ninja -C out
-}
-
-package() {
-  install -Dm 755 
SkiaSharp/externals/skia/out/libSkiaSharp.so.${_major}.${_minor}.${_release} -t 
"${pkgdir}"/usr/lib/
-  ln -s libSkiaSharp.so.${_major}.${_minor}.${_release} 
"${pkgdir}"/usr/lib/libSkiaSharp.so.${_major}
-  ln -s libSkiaSharp.so.${_major} "${pkgdir}"/usr/lib/libSkiaSharp.so
-  install -Dm 644 SkiaSharp/LICENSE.md -t 
"${pkgdir}"/usr/share/licenses/skia-sharp/
-}
-
-# vim: ts=2 sw=2 et:

Copied: skia-sharp/repos/community-x86_64/PKGBUILD (from rev 711374, 
skia-sharp/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2020-09-22 12:31:37 UTC (rev 711375)
@@ -0,0 +1,107 @@
+# Maintainer: Maxime Gauduin 
+
+pkgname=skia-sharp
+pkgver=2.80.2
+_major=80
+_minor=2
+_release=0
+pkgrel=1
+pkgdesc='The Skia 2D Graphics library from Google exposed to .NET languages 
and runtimes across the board'
+arch=(x86_64)
+url=https://github.com/mono/SkiaSharp
+license=(MIT)
+depends=(
+  expat
+  fontconfig
+  libfreetype.so
+  libjpeg-turbo
+  libpng
+  libwebp
+  zlib
+)
+makedepends=(
+  clang
+  git
+  python2
+)
+provides=(libSkiaSharp.so)
+_tag=2019706296585965cadbbe977ceab52a3a604fa5
+source=(
+  git+https://github.com/mono/SkiaSharp.git#tag=${_tag}
+  git+https://chromium.googlesource.com/chromium/tools/depot_tools.git
+  git+https://github.com/mono/skia.git
+)
+sha256sums=('SKIP'
+'SKIP'
+'SKIP')
+
+pkgver() {
+  cd SkiaSharp
+
+  git describe --tags | sed 's/^v//'
+}
+
+prepare() {
+  cd SkiaSharp
+
+  for submodule in externals/{depot_tools,skia}; do
+git submodule init ${submodule}
+git config submodule.${submodule}.url ../${submodule#*/}
+git submodule update ${submodule}
+  done
+
+  pushd externals/skia
+  python2 tools/git-sync-deps
+  popd
+
+  pushd externals/depot_tools
+  ln -sf /usr/bin/python2 python
+  popd
+}
+
+build(){
+  cd SkiaSharp/externals/skia
+
+  export PATH="${srcdir}/SkiaSharp/externals/depot_tools:$PATH"
+
+  CFLAGS="$CFLAGS \
+-I/usr/include/freetype2 \
+-DSKIA_C_DLL"
+
+  extra_cflags=""
+  for cflag in $CFLAGS; do
+

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

2020-09-22 Thread David Runge via arch-commits
Date: Tuesday, September 22, 2020 @ 12:27:22
  Author: dvzrv
Revision: 711373

archrelease: copy trunk to community-x86_64

Added:
  libwebsockets/repos/community-x86_64/PKGBUILD
(from rev 711372, libwebsockets/trunk/PKGBUILD)
Deleted:
  libwebsockets/repos/community-x86_64/PKGBUILD

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

Deleted: PKGBUILD
===
--- PKGBUILD2020-09-22 12:26:57 UTC (rev 711372)
+++ PKGBUILD2020-09-22 12:27:22 UTC (rev 711373)
@@ -1,61 +0,0 @@
-# Maintainer: Jelle van der Waa 
-# Contributor: David Runge 
-# Contributor: Jingbei Li 
-
-pkgname=libwebsockets
-pkgver=4.1.0
-pkgrel=1
-pkgdesc="C library for websocket clients and servers"
-arch=('x86_64')
-url="https://libwebsockets.org;
-license=('MIT')
-depends=('glibc' 'openssl' 'libuv' 'libev' 'zlib')
-makedepends=('cmake' 'glib2' 'libcap')
-provides=('libwebsockets.so')
-source=("$pkgname-$pkgver.tar.gz::https://github.com/warmcat/libwebsockets/archive/v$pkgver.tar.gz;)
-sha512sums=('7748021f8a26e26474ae200f50ec8b59f19e69fbc612bbb31bbca2524e4381b2a7dde605740ac355109c9e34593fb5aee523d581ac64d821a594ffaadc16b1cb')
-b2sums=('243fdcdef0cd9c36ee8bcf3c75b7467200f4fa1e6178cdbb9cc78d20d1aca533e910c9892560bd5c50c3ff98d783665616ea6d283ee8faae3f569bc526a31f42')
-
-build() {
-  cd "$pkgname-$pkgver"
-  cmake -D CMAKE_INSTALL_PREFIX=/usr \
--D CMAKE_BUILD_TYPE='None' \
--D LWS_WITH_HTTP2=ON \
--D LWS_IPV6=ON \
--D LWS_WITH_GLIB=ON \
--D LWS_WITH_ZIP_FOPS=ON \
--D LWS_WITH_SOCKS5=ON \
--D LWS_WITH_RANGES=ON \
--D LWS_WITH_ACME=ON \
--D LWS_WITH_LIBUV=ON \
--D LWS_WITH_LIBEV=ON \
--D LWS_WITH_LIBEVENT=OFF \
--D LWS_WITH_FTS=ON \
--D LWS_WITH_THREADPOOL=ON \
--D LWS_UNIX_SOCK=ON \
--D LWS_WITH_HTTP_PROXY=ON \
--D LWS_WITH_DISKCACHE=ON \
--D LWS_WITH_LWSAC=ON \
--D LWS_LINK_TESTAPPS_DYNAMIC=ON \
--D LWS_WITHOUT_BUILTIN_GETIFADDRS=ON \
--D LWS_WITHOUT_BUILTIN_SHA1=ON \
--D LWS_WITH_STATIC=OFF \
--D LWS_WITHOUT_CLIENT=OFF \
--D LWS_WITHOUT_SERVER=OFF \
--D LWS_WITHOUT_TESTAPPS=ON \
--D LWS_WITHOUT_TEST_SERVER=OFF \
--D LWS_WITHOUT_TEST_SERVER_EXTPOLL=ON \
--D LWS_WITHOUT_TEST_PING=ON \
--D LWS_WITHOUT_TEST_CLIENT=ON \
--Wno-dev \
--B build \
--S .
-  make VERBOSE=1 -C build
-}
-
-package() {
-  depends+=('libcap.so' 'libglib-2.0.so')
-  cd "$pkgname-$pkgver"
-  make DESTDIR="${pkgdir}" install -C build
-  install -vDm 644 LICENSE -t "${pkgdir}/usr/share/licenses/${pkgname}"
-}

Copied: libwebsockets/repos/community-x86_64/PKGBUILD (from rev 711372, 
libwebsockets/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2020-09-22 12:27:22 UTC (rev 711373)
@@ -0,0 +1,61 @@
+# Maintainer: Jelle van der Waa 
+# Contributor: David Runge 
+# Contributor: Jingbei Li 
+
+pkgname=libwebsockets
+pkgver=4.1.2
+pkgrel=1
+pkgdesc="C library for websocket clients and servers"
+arch=('x86_64')
+url="https://libwebsockets.org;
+license=('MIT')
+depends=('glibc' 'openssl' 'libuv' 'libev' 'zlib')
+makedepends=('cmake' 'glib2' 'libcap')
+provides=('libwebsockets.so')
+source=("$pkgname-$pkgver.tar.gz::https://github.com/warmcat/libwebsockets/archive/v$pkgver.tar.gz;)
+sha512sums=('1aeb105191191c55eb01f0cf565d7d16e32e8239af3a3ee653dfb4b5dfc42302490dfbdeac9c9cab0759e016a4a1c8c05938f26ce62a024e0d50600cdd86')
+b2sums=('9b65217d799ffa6637dc79630224f3ec9e8c7e8075b7eebfc55a111d9ade534b912059c170bc4f435d2d8424340d5ccda75f3a8992a45ef128ea82bfc789391f')
+
+build() {
+  cd "$pkgname-$pkgver"
+  cmake -D CMAKE_INSTALL_PREFIX=/usr \
+-D CMAKE_BUILD_TYPE='None' \
+-D LWS_WITH_HTTP2=ON \
+-D LWS_IPV6=ON \
+-D LWS_WITH_GLIB=ON \
+-D LWS_WITH_ZIP_FOPS=ON \
+-D LWS_WITH_SOCKS5=ON \
+-D LWS_WITH_RANGES=ON \
+-D LWS_WITH_ACME=ON \
+-D LWS_WITH_LIBUV=ON \
+-D LWS_WITH_LIBEV=ON \
+-D LWS_WITH_LIBEVENT=OFF \
+-D LWS_WITH_FTS=ON \
+-D LWS_WITH_THREADPOOL=ON \
+-D LWS_UNIX_SOCK=ON \
+-D LWS_WITH_HTTP_PROXY=ON \
+-D LWS_WITH_DISKCACHE=ON \
+-D LWS_WITH_LWSAC=ON \
+-D LWS_LINK_TESTAPPS_DYNAMIC=ON \
+-D LWS_WITHOUT_BUILTIN_GETIFADDRS=ON \
+-D LWS_WITHOUT_BUILTIN_SHA1=ON \
+-D LWS_WITH_STATIC=OFF \
+-D LWS_WITHOUT_CLIENT=OFF \
+-D LWS_WITHOUT_SERVER=OFF \
+-D LWS_WITHOUT_TESTAPPS=ON \
+-D LWS_WITHOUT_TEST_SERVER=OFF \
+-D LWS_WITHOUT_TEST_SERVER_EXTPOLL=ON \
+-D LWS_WITHOUT_TEST_PING=ON \
+-D LWS_WITHOUT_TEST_CLIENT=ON \
+-Wno-dev \
+-B build \
+

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

2020-09-22 Thread David Runge via arch-commits
Date: Tuesday, September 22, 2020 @ 12:26:57
  Author: dvzrv
Revision: 711372

upgpkg: libwebsockets 4.1.2-1: Upgrade to 4.1.2.

Modified:
  libwebsockets/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2020-09-22 11:23:03 UTC (rev 711371)
+++ PKGBUILD2020-09-22 12:26:57 UTC (rev 711372)
@@ -3,7 +3,7 @@
 # Contributor: Jingbei Li 
 
 pkgname=libwebsockets
-pkgver=4.1.0
+pkgver=4.1.2
 pkgrel=1
 pkgdesc="C library for websocket clients and servers"
 arch=('x86_64')
@@ -13,8 +13,8 @@
 makedepends=('cmake' 'glib2' 'libcap')
 provides=('libwebsockets.so')
 
source=("$pkgname-$pkgver.tar.gz::https://github.com/warmcat/libwebsockets/archive/v$pkgver.tar.gz;)
-sha512sums=('7748021f8a26e26474ae200f50ec8b59f19e69fbc612bbb31bbca2524e4381b2a7dde605740ac355109c9e34593fb5aee523d581ac64d821a594ffaadc16b1cb')
-b2sums=('243fdcdef0cd9c36ee8bcf3c75b7467200f4fa1e6178cdbb9cc78d20d1aca533e910c9892560bd5c50c3ff98d783665616ea6d283ee8faae3f569bc526a31f42')
+sha512sums=('1aeb105191191c55eb01f0cf565d7d16e32e8239af3a3ee653dfb4b5dfc42302490dfbdeac9c9cab0759e016a4a1c8c05938f26ce62a024e0d50600cdd86')
+b2sums=('9b65217d799ffa6637dc79630224f3ec9e8c7e8075b7eebfc55a111d9ade534b912059c170bc4f435d2d8424340d5ccda75f3a8992a45ef128ea82bfc789391f')
 
 build() {
   cd "$pkgname-$pkgver"


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

2020-09-22 Thread Evangelos Foutras via arch-commits
Date: Tuesday, September 22, 2020 @ 12:17:49
  Author: foutrelis
Revision: 396421

archrelease: copy trunk to extra-x86_64

Added:
  whois/repos/extra-x86_64/PKGBUILD
(from rev 396420, whois/trunk/PKGBUILD)
Deleted:
  whois/repos/extra-x86_64/PKGBUILD

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

Deleted: PKGBUILD
===
--- PKGBUILD2020-09-22 12:17:45 UTC (rev 396420)
+++ PKGBUILD2020-09-22 12:17:49 UTC (rev 396421)
@@ -1,33 +0,0 @@
-# Maintainer: Gaetan Bisson 
-# Contributor: Giovanni Scafora 
-# Contributor: Tom Newsom 
-
-pkgname=whois
-pkgver=5.5.6
-pkgrel=2
-pkgdesc='Intelligent WHOIS client'
-url='https://github.com/rfc1036/whois'
-license=('GPL')
-arch=('x86_64')
-depends=('libidn2')
-makedepends=('perl')
-source=("https://deb.debian.org/debian/pool/main/w/whois/${pkgname}_${pkgver}.tar.xz;)
-sha256sums=('cba1e9000c60950f46a96ba23e8eea8aee240a2b8560e63a6bfb33f9034af14e')
-
-backup=('etc/whois.conf')
-
-build() {
-   cd "${srcdir}/${pkgname}"
-
-   make \
-   CONFIG_FILE=/etc/whois.conf \
-   CFLAGS="$CFLAGS $CPPFLAGS" \
-   HAVE_ICONV=1
-}
-
-package() {
-   cd "${srcdir}/${pkgname}"
-
-   make prefix=/usr BASEDIR="${pkgdir}" install-whois
-   install -D -m644 whois.conf "${pkgdir}/etc/whois.conf"
-}

Copied: whois/repos/extra-x86_64/PKGBUILD (from rev 396420, 
whois/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2020-09-22 12:17:49 UTC (rev 396421)
@@ -0,0 +1,34 @@
+# Maintainer: Evangelos Foutras 
+# Contributor: Gaetan Bisson 
+# Contributor: Giovanni Scafora 
+# Contributor: Tom Newsom 
+
+pkgname=whois
+pkgver=5.5.6
+pkgrel=3
+pkgdesc="Intelligent WHOIS client"
+arch=('x86_64')
+url="https://github.com/rfc1036/whois;
+license=('GPL')
+depends=('libidn2')
+makedepends=('perl' 'git')
+backup=('etc/whois.conf')
+source=(git+https://github.com/rfc1036/whois.git#tag=v$pkgver?signed)
+sha256sums=('SKIP')
+validpgpkeys=('6791403B68AE2690517C42EAE6FFF1E38DC968B0') # Marco d'Itri 

+
+build() {
+  cd "$srcdir/$pkgname"
+  make \
+CONFIG_FILE=/etc/whois.conf \
+CFLAGS="$CFLAGS $CPPFLAGS" \
+HAVE_ICONV=1
+}
+
+package() {
+  cd "$srcdir/$pkgname"
+  make prefix=/usr BASEDIR="$pkgdir" install-whois
+  install -Dm644 whois.conf -t "$pkgdir/etc"
+}
+
+# vim:set ts=2 sw=2 et:


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

2020-09-22 Thread Evangelos Foutras via arch-commits
Date: Tuesday, September 22, 2020 @ 12:17:45
  Author: foutrelis
Revision: 396420

upgpkg: whois 5.5.6-3: adopt; use signed git tag (FS#67962)

Modified:
  whois/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2020-09-22 07:56:49 UTC (rev 396419)
+++ PKGBUILD2020-09-22 12:17:45 UTC (rev 396420)
@@ -1,33 +1,34 @@
-# Maintainer: Gaetan Bisson 
+# Maintainer: Evangelos Foutras 
+# Contributor: Gaetan Bisson 
 # Contributor: Giovanni Scafora 
 # Contributor: Tom Newsom 
 
 pkgname=whois
 pkgver=5.5.6
-pkgrel=2
-pkgdesc='Intelligent WHOIS client'
-url='https://github.com/rfc1036/whois'
+pkgrel=3
+pkgdesc="Intelligent WHOIS client"
+arch=('x86_64')
+url="https://github.com/rfc1036/whois;
 license=('GPL')
-arch=('x86_64')
 depends=('libidn2')
-makedepends=('perl')
-source=("https://deb.debian.org/debian/pool/main/w/whois/${pkgname}_${pkgver}.tar.xz;)
-sha256sums=('cba1e9000c60950f46a96ba23e8eea8aee240a2b8560e63a6bfb33f9034af14e')
-
+makedepends=('perl' 'git')
 backup=('etc/whois.conf')
+source=(git+https://github.com/rfc1036/whois.git#tag=v$pkgver?signed)
+sha256sums=('SKIP')
+validpgpkeys=('6791403B68AE2690517C42EAE6FFF1E38DC968B0') # Marco d'Itri 

 
 build() {
-   cd "${srcdir}/${pkgname}"
-
-   make \
-   CONFIG_FILE=/etc/whois.conf \
-   CFLAGS="$CFLAGS $CPPFLAGS" \
-   HAVE_ICONV=1
+  cd "$srcdir/$pkgname"
+  make \
+CONFIG_FILE=/etc/whois.conf \
+CFLAGS="$CFLAGS $CPPFLAGS" \
+HAVE_ICONV=1
 }
 
 package() {
-   cd "${srcdir}/${pkgname}"
+  cd "$srcdir/$pkgname"
+  make prefix=/usr BASEDIR="$pkgdir" install-whois
+  install -Dm644 whois.conf -t "$pkgdir/etc"
+}
 
-   make prefix=/usr BASEDIR="${pkgdir}" install-whois
-   install -D -m644 whois.conf "${pkgdir}/etc/whois.conf"
-}
+# vim:set ts=2 sw=2 et:


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

2020-09-22 Thread Eli Schwartz via arch-commits
Date: Tuesday, September 22, 2020 @ 11:22:50
  Author: eschwartz
Revision: 711370

upgpkg: xapp 1.8.10-1: upstream release

Modified:
  xapp/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2020-09-22 10:11:47 UTC (rev 711369)
+++ PKGBUILD2020-09-22 11:22:50 UTC (rev 711370)
@@ -3,7 +3,7 @@
 # Contributor: Nate Simon 
 
 pkgname=xapp
-pkgver=1.8.9
+pkgver=1.8.10
 pkgrel=1
 pkgdesc="Common library for X-Apps project"
 arch=('x86_64')
@@ -16,8 +16,8 @@
 conflicts=('xapps')
 replaces=('xapps')
 source=("${pkgname}-${pkgver}.tar.gz::${url}/archive/${pkgver}.tar.gz")
-sha256sums=('6200c026589f655d936574ec3dc648936e737234413e9e0ee1e783575e7e1a8f')
-b2sums=('37b2d2677cb6483533d79853a83d77b30033313c06db89e93491076bb017122f77cd97b30d5ba64ce53fb41a37736791e97da785f516953b76b1d979d341e2fc')
+sha256sums=('a0d542de6dc4d6a318bdf1fad88447db270ab2dd0582f0c6f28008cc77337672')
+b2sums=('cda37ade7d8cd3f9ffb5fd1e6ac7ed5841f9ccc8c8735cfc5a7d88a0a3530614b70dd56395b4f36a6c39b980df83c5668b44f45223240ed1009918178ee0e88f')
 
 build() {
 mkdir -p "${srcdir}"/${pkgname}-${pkgver}/build


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

2020-09-22 Thread Eli Schwartz via arch-commits
Date: Tuesday, September 22, 2020 @ 11:23:03
  Author: eschwartz
Revision: 711371

archrelease: copy trunk to community-x86_64

Added:
  xapp/repos/community-x86_64/PKGBUILD
(from rev 711370, xapp/trunk/PKGBUILD)
Deleted:
  xapp/repos/community-x86_64/PKGBUILD

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

Deleted: PKGBUILD
===
--- PKGBUILD2020-09-22 11:22:50 UTC (rev 711370)
+++ PKGBUILD2020-09-22 11:23:03 UTC (rev 711371)
@@ -1,48 +0,0 @@
-# Maintainer: Eli Schwartz 
-# Contributor: Alex Filgueira 
-# Contributor: Nate Simon 
-
-pkgname=xapp
-pkgver=1.8.9
-pkgrel=1
-pkgdesc="Common library for X-Apps project"
-arch=('x86_64')
-url="https://github.com/linuxmint/${pkgname};
-license=('GPL')
-depends=('libdbusmenu-gtk3' 'libgnomekbd')
-optdepends=('python: for mate-desktop status applet')
-makedepends=('meson' 'samurai' 'gobject-introspection' 'python-gobject' 'vala')
-provides=('xapps')
-conflicts=('xapps')
-replaces=('xapps')
-source=("${pkgname}-${pkgver}.tar.gz::${url}/archive/${pkgver}.tar.gz")
-sha256sums=('6200c026589f655d936574ec3dc648936e737234413e9e0ee1e783575e7e1a8f')
-b2sums=('37b2d2677cb6483533d79853a83d77b30033313c06db89e93491076bb017122f77cd97b30d5ba64ce53fb41a37736791e97da785f516953b76b1d979d341e2fc')
-
-build() {
-mkdir -p "${srcdir}"/${pkgname}-${pkgver}/build
-cd "${srcdir}"/${pkgname}-${pkgver}/build
-
-meson --prefix=/usr \
-  --libexecdir=lib \
-  --buildtype=plain \
-  ..
-samu
-}
-
-package(){
-cd "${srcdir}"/${pkgname}-${pkgver}/build
-
-DESTDIR="${pkgdir}" samu install
-# rm useless scripts
-rm -r "${pkgdir}"/usr/bin
-
-# byte-compile python modules since meson does not implement autotools'
-# py-compile.
-# This is kind of ugly but removes traces of the build root.
-while read -rd '' _file; do
-_destdir="$(dirname "${_file#${pkgdir}}")"
-python -m compileall -d "${_destdir}" "${_file}"
-python -O -m compileall -d "${_destdir}" "${_file}"
-done < <(find "${pkgdir}"/usr/lib/python3* -name '*.py' -print0)
-}

Copied: xapp/repos/community-x86_64/PKGBUILD (from rev 711370, 
xapp/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2020-09-22 11:23:03 UTC (rev 711371)
@@ -0,0 +1,48 @@
+# Maintainer: Eli Schwartz 
+# Contributor: Alex Filgueira 
+# Contributor: Nate Simon 
+
+pkgname=xapp
+pkgver=1.8.10
+pkgrel=1
+pkgdesc="Common library for X-Apps project"
+arch=('x86_64')
+url="https://github.com/linuxmint/${pkgname};
+license=('GPL')
+depends=('libdbusmenu-gtk3' 'libgnomekbd')
+optdepends=('python: for mate-desktop status applet')
+makedepends=('meson' 'samurai' 'gobject-introspection' 'python-gobject' 'vala')
+provides=('xapps')
+conflicts=('xapps')
+replaces=('xapps')
+source=("${pkgname}-${pkgver}.tar.gz::${url}/archive/${pkgver}.tar.gz")
+sha256sums=('a0d542de6dc4d6a318bdf1fad88447db270ab2dd0582f0c6f28008cc77337672')
+b2sums=('cda37ade7d8cd3f9ffb5fd1e6ac7ed5841f9ccc8c8735cfc5a7d88a0a3530614b70dd56395b4f36a6c39b980df83c5668b44f45223240ed1009918178ee0e88f')
+
+build() {
+mkdir -p "${srcdir}"/${pkgname}-${pkgver}/build
+cd "${srcdir}"/${pkgname}-${pkgver}/build
+
+meson --prefix=/usr \
+  --libexecdir=lib \
+  --buildtype=plain \
+  ..
+samu
+}
+
+package(){
+cd "${srcdir}"/${pkgname}-${pkgver}/build
+
+DESTDIR="${pkgdir}" samu install
+# rm useless scripts
+rm -r "${pkgdir}"/usr/bin
+
+# byte-compile python modules since meson does not implement autotools'
+# py-compile.
+# This is kind of ugly but removes traces of the build root.
+while read -rd '' _file; do
+_destdir="$(dirname "${_file#${pkgdir}}")"
+python -m compileall -d "${_destdir}" "${_file}"
+python -O -m compileall -d "${_destdir}" "${_file}"
+done < <(find "${pkgdir}"/usr/lib/python3* -name '*.py' -print0)
+}


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

2020-09-22 Thread Laurent Carlier via arch-commits
Date: Tuesday, September 22, 2020 @ 10:11:36
  Author: lcarlier
Revision: 711368

upgpkg: gambas3 3.15.2-1: upstream update 3.15.2

Modified:
  gambas3/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2020-09-22 10:02:56 UTC (rev 711367)
+++ PKGBUILD2020-09-22 10:11:36 UTC (rev 711368)
@@ -26,7 +26,7 @@
  'gambas3-gb-xml-html' 'gambas3-gb-xml-rpc' 'gambas3-gb-xml-xslt' 
'gambas3-gb-xml'
  'gambas3-gb-web-feed' 'gambas3-gb-web-form' 'gambas3-gb-web-gui' 
'gambas3-gb-web'
  'gambas3-runtime' 'gambas3-devel' 'gambas3-ide' 'gambas3-script')
-pkgver=3.15.1
+pkgver=3.15.2
 pkgrel=1
 pkgdesc="A free development environment based on a Basic interpreter."
 arch=('x86_64')
@@ -43,7 +43,7 @@
 options=('!emptydirs' 'libtool')
 
source=("https://gitlab.com/gambas/gambas/-/archive/${pkgver}/gambas-${pkgver}.tar.bz2;
 gambas-postgresql-12.patch)
-sha512sums=('d5748f1ab9dabad6df853ea9c2a4cd49d349af91c97c2ffdf1ff02424528aaa82f40d6fc1c14475a75bc4a04ef0e2345819ddd7a561fc17e213bde62321afb9b'
+sha512sums=('c1ccc08f24380fcf74c83c4b88edb30461e4116e133b3ad9903ae0c4e67a2c2a4968c0ad482b505dd853c59001dff3b28207abce2fa841842b3f523c79c348c4'
 
'803ceaa7a3109828b3336d02b7bc4fc1053ba3dca5f06fc97ff8f7785f983c32b657e3a59ab00081e6cfb047c12181b98a9631587de0af60ce1f30d614df5c49')
 
 create_dirs() {


[arch-commits] Commit in gambas3/repos/community-x86_64 (12 files)

2020-09-22 Thread Laurent Carlier via arch-commits
Date: Tuesday, September 22, 2020 @ 10:11:47
  Author: lcarlier
Revision: 711369

archrelease: copy trunk to community-x86_64

Added:
  gambas3/repos/community-x86_64/0001-Fix-segfault-with-poppler-0.83.patch
(from rev 711368, gambas3/trunk/0001-Fix-segfault-with-poppler-0.83.patch)
  gambas3/repos/community-x86_64/0001-Packager-Fix-ArchLinux-packager.patch
(from rev 711368, gambas3/trunk/0001-Packager-Fix-ArchLinux-packager.patch)
  
gambas3/repos/community-x86_64/0001-Use-GlobalParams-getUtf8Map-found-in-poppler-0.85.patch
(from rev 711368, 
gambas3/trunk/0001-Use-GlobalParams-getUtf8Map-found-in-poppler-0.85.patch)
  gambas3/repos/community-x86_64/PKGBUILD
(from rev 711368, gambas3/trunk/PKGBUILD)
  gambas3/repos/community-x86_64/gambas-poppler-0.86.patch
(from rev 711368, gambas3/trunk/gambas-poppler-0.86.patch)
  gambas3/repos/community-x86_64/gambas-postgresql-12.patch
(from rev 711368, gambas3/trunk/gambas-postgresql-12.patch)
Deleted:
  gambas3/repos/community-x86_64/0001-Fix-segfault-with-poppler-0.83.patch
  gambas3/repos/community-x86_64/0001-Packager-Fix-ArchLinux-packager.patch
  
gambas3/repos/community-x86_64/0001-Use-GlobalParams-getUtf8Map-found-in-poppler-0.85.patch
  gambas3/repos/community-x86_64/PKGBUILD
  gambas3/repos/community-x86_64/gambas-poppler-0.86.patch
  gambas3/repos/community-x86_64/gambas-postgresql-12.patch

--+
 0001-Fix-segfault-with-poppler-0.83.patch|   58 
 0001-Packager-Fix-ArchLinux-packager.patch   |   58 
 0001-Use-GlobalParams-getUtf8Map-found-in-poppler-0.85.patch |  108 
 PKGBUILD | 2334 +-
 gambas-poppler-0.86.patch|   76 
 gambas-postgresql-12.patch   |   54 
 6 files changed, 1344 insertions(+), 1344 deletions(-)

Deleted: 0001-Fix-segfault-with-poppler-0.83.patch
===
--- 0001-Fix-segfault-with-poppler-0.83.patch   2020-09-22 10:11:36 UTC (rev 
711368)
+++ 0001-Fix-segfault-with-poppler-0.83.patch   2020-09-22 10:11:47 UTC (rev 
711369)
@@ -1,29 +0,0 @@
-From 36c093cb21d9dab3aae35f64d44e5883eefe020e Mon Sep 17 00:00:00 2001
-From: Laurent Carlier 
-Date: Thu, 23 Jan 2020 18:02:44 +0100
-Subject: [PATCH] Fix segfault with poppler>0.83
-
-[GB.PDF]
-* BUG: Fix segfault with poppler > 0.83
-
-Signed-off-by: Laurent Carlier 

- gb.pdf/src/main.cpp | 2 +-
- 1 file changed, 1 insertion(+), 1 deletion(-)
-
-diff --git a/gb.pdf/src/main.cpp b/gb.pdf/src/main.cpp
-index 2d7f02ca0..62923cc34 100644
 a/gb.pdf/src/main.cpp
-+++ b/gb.pdf/src/main.cpp
-@@ -56,7 +56,7 @@ int EXPORT GB_INIT(void)
-   if (!globalParams)
-   {
- #if POPPLER_VERSION_0_83
--  globalParams = std::unique_ptr();
-+  globalParams = std::unique_ptr(new 
GlobalParams());
- #else
-   globalParams = new GlobalParams();
- #endif
--- 
-2.25.0
-

Copied: 
gambas3/repos/community-x86_64/0001-Fix-segfault-with-poppler-0.83.patch (from 
rev 711368, gambas3/trunk/0001-Fix-segfault-with-poppler-0.83.patch)
===
--- 0001-Fix-segfault-with-poppler-0.83.patch   (rev 0)
+++ 0001-Fix-segfault-with-poppler-0.83.patch   2020-09-22 10:11:47 UTC (rev 
711369)
@@ -0,0 +1,29 @@
+From 36c093cb21d9dab3aae35f64d44e5883eefe020e Mon Sep 17 00:00:00 2001
+From: Laurent Carlier 
+Date: Thu, 23 Jan 2020 18:02:44 +0100
+Subject: [PATCH] Fix segfault with poppler>0.83
+
+[GB.PDF]
+* BUG: Fix segfault with poppler > 0.83
+
+Signed-off-by: Laurent Carlier 
+---
+ gb.pdf/src/main.cpp | 2 +-
+ 1 file changed, 1 insertion(+), 1 deletion(-)
+
+diff --git a/gb.pdf/src/main.cpp b/gb.pdf/src/main.cpp
+index 2d7f02ca0..62923cc34 100644
+--- a/gb.pdf/src/main.cpp
 b/gb.pdf/src/main.cpp
+@@ -56,7 +56,7 @@ int EXPORT GB_INIT(void)
+   if (!globalParams)
+   {
+ #if POPPLER_VERSION_0_83
+-  globalParams = std::unique_ptr();
++  globalParams = std::unique_ptr(new 
GlobalParams());
+ #else
+   globalParams = new GlobalParams();
+ #endif
+-- 
+2.25.0
+

Deleted: 0001-Packager-Fix-ArchLinux-packager.patch
===
--- 0001-Packager-Fix-ArchLinux-packager.patch  2020-09-22 10:11:36 UTC (rev 
711368)
+++ 0001-Packager-Fix-ArchLinux-packager.patch  2020-09-22 10:11:47 UTC (rev 
711369)
@@ -1,29 +0,0 @@
-From 989a1266a20f360f1b2db3635a35cc5bbb95d763 Mon Sep 17 00:00:00 2001
-From: gambas 
-Date: Mon, 27 Jan 2020 08:24:52 +0100
-Subject: [PATCH] Packager: Fix ArchLinux packager.
-
-[DEVELOPMENT ENVIRONMENT]
-* BUG: Packager: Fix ArchLinux packager.
-
-Signed-off-by: Laurent Carlier 

- app/src/gambas3/.src/Packager/Package.module | 2 +-
- 1 file changed, 1 insertion(+), 1 deletion(-)
-
-diff --git 

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

2020-09-22 Thread Alexander Rødseth via arch-commits
Date: Tuesday, September 22, 2020 @ 10:02:52
  Author: arodseth
Revision: 711366

upgpkg: libnewt 0.52.21-4

Modified:
  libnewt/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2020-09-22 06:31:58 UTC (rev 711365)
+++ PKGBUILD2020-09-22 10:02:52 UTC (rev 711366)
@@ -5,13 +5,13 @@
 
 pkgname=libnewt
 pkgver=0.52.21
-pkgrel=3
+pkgrel=4
 _tclver=8.6
 pkgdesc="Not Erik's Windowing Toolkit - text mode windowing with slang"
 arch=(x86_64)
 url='https://pagure.io/newt'
 license=(GPL)
-depends=(slang popt gpm)
+depends=(gpm libxcrypt popt slang)
 makedepends=("tcl>=$_tclver" 'python' 'python2')
 optdepends=('tcl: whiptcl support'
 'python: libnewt support with the _snack module'


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

2020-09-22 Thread Alexander Rødseth via arch-commits
Date: Tuesday, September 22, 2020 @ 10:02:56
  Author: arodseth
Revision: 711367

archrelease: copy trunk to community-testing-x86_64

Added:
  libnewt/repos/community-testing-x86_64/
  libnewt/repos/community-testing-x86_64/PKGBUILD
(from rev 711366, libnewt/trunk/PKGBUILD)

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

Copied: libnewt/repos/community-testing-x86_64/PKGBUILD (from rev 711366, 
libnewt/trunk/PKGBUILD)
===
--- community-testing-x86_64/PKGBUILD   (rev 0)
+++ community-testing-x86_64/PKGBUILD   2020-09-22 10:02:56 UTC (rev 711367)
@@ -0,0 +1,41 @@
+# Maintainer: Alexander F. Rødseth 
+# Contributor: Roman Kyrylych 
+# Contributor: Tom Killian 
+# Contributor: Daniel J Griffiths 
+
+pkgname=libnewt
+pkgver=0.52.21
+pkgrel=4
+_tclver=8.6
+pkgdesc="Not Erik's Windowing Toolkit - text mode windowing with slang"
+arch=(x86_64)
+url='https://pagure.io/newt'
+license=(GPL)
+depends=(gpm libxcrypt popt slang)
+makedepends=("tcl>=$_tclver" 'python' 'python2')
+optdepends=('tcl: whiptcl support'
+'python: libnewt support with the _snack module'
+'python2: libnewt support with the _snack module')
+options=(!makeflags)
+source=("https://releases.pagure.org/newt/newt-$pkgver.tar.gz;)
+sha256sums=('265eb46b55d7eaeb887fca7a1d51fe115658882dfe148164b6c49fccac5abb31')
+
+prepare() {
+  cd "newt-$pkgver"
+
+  sed -i "s:tcl8.4:tcl$_tclver:" Makefile.in
+  echo '#define USE_INTERP_RESULT 1' >> config.h
+}
+
+build() {
+  cd "newt-$pkgver"
+
+  ./configure --prefix=/usr --with-gpm-support
+  make
+}
+
+package() {
+  make -C "newt-$pkgver" prefix="$pkgdir/usr" install
+}
+
+# vim: ts=2 sw=2 et:


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

2020-09-22 Thread Felix Yan via arch-commits
Date: Tuesday, September 22, 2020 @ 06:31:58
  Author: felixonmars
Revision: 711365

archrelease: copy trunk to community-any

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

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

Deleted: PKGBUILD
===
--- PKGBUILD2020-09-22 06:31:41 UTC (rev 711364)
+++ PKGBUILD2020-09-22 06:31:58 UTC (rev 711365)
@@ -1,31 +0,0 @@
-# Maintainer: Felix Yan 
-# Contributor: Matthew Sloan matt...@sloan.cc
-
-pkgname=python-pint
-pkgver=0.16
-pkgrel=1
-pkgdesc="A unit library for Python"
-arch=('any')
-license=('BSD')
-url="https://pint.readthedocs.org;
-depends=('python')
-makedepends=('python-setuptools-scm')
-checkdepends=('python-pytest-runner' 'python-numpy' 'python-uncertainties')
-source=("https://pypi.io/packages/source/P/Pint/Pint-$pkgver.tar.gz;)
-sha512sums=('f81bb5e6be43516645c282c73c695c965b1bac11f27a44278ac84bdc1f7a6ae23e35162c22721f0a6dabb63861688a1f01779d0e493495a6859c7f6e6ce6abad')
-
-prepare() {
-  cd Pint-$pkgver
-  sed -i 's/pkg_resources.extern.//' pint/quantity.py
-}
-
-check() {
-  cd Pint-$pkgver
-  python setup.py pytest
-}
-
-package() {
-  cd Pint-$pkgver
-  python setup.py install --root="$pkgdir" --optimize=1
-  install -D -m644 LICENSE "$pkgdir"/usr/share/licenses/$pkgname/LICENSE
-}

Copied: python-pint/repos/community-any/PKGBUILD (from rev 711364, 
python-pint/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2020-09-22 06:31:58 UTC (rev 711365)
@@ -0,0 +1,31 @@
+# Maintainer: Felix Yan 
+# Contributor: Matthew Sloan matt...@sloan.cc
+
+pkgname=python-pint
+pkgver=0.16.1
+pkgrel=1
+pkgdesc="A unit library for Python"
+arch=('any')
+license=('BSD')
+url="https://pint.readthedocs.org;
+depends=('python')
+makedepends=('python-setuptools-scm')
+checkdepends=('python-pytest-runner' 'python-numpy' 'python-uncertainties')
+source=("https://pypi.io/packages/source/P/Pint/Pint-$pkgver.tar.gz;)
+sha512sums=('7d18ff7a7e85ff98350347a487be62513b100e4adba701a8e5f27f6db89618931d0f62b67be42bda4af097f5f01830baa5a6b50a537924287214d0d954da5322')
+
+prepare() {
+  cd Pint-$pkgver
+  sed -i 's/pkg_resources.extern.//' pint/quantity.py
+}
+
+check() {
+  cd Pint-$pkgver
+  python setup.py pytest
+}
+
+package() {
+  cd Pint-$pkgver
+  python setup.py install --root="$pkgdir" --optimize=1
+  install -D -m644 LICENSE "$pkgdir"/usr/share/licenses/$pkgname/LICENSE
+}


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

2020-09-22 Thread Felix Yan via arch-commits
Date: Tuesday, September 22, 2020 @ 06:31:41
  Author: felixonmars
Revision: 711364

upgpkg: python-pint 0.16.1-1

Modified:
  python-pint/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2020-09-22 06:31:32 UTC (rev 711363)
+++ PKGBUILD2020-09-22 06:31:41 UTC (rev 711364)
@@ -2,7 +2,7 @@
 # Contributor: Matthew Sloan matt...@sloan.cc
 
 pkgname=python-pint
-pkgver=0.16
+pkgver=0.16.1
 pkgrel=1
 pkgdesc="A unit library for Python"
 arch=('any')
@@ -12,7 +12,7 @@
 makedepends=('python-setuptools-scm')
 checkdepends=('python-pytest-runner' 'python-numpy' 'python-uncertainties')
 source=("https://pypi.io/packages/source/P/Pint/Pint-$pkgver.tar.gz;)
-sha512sums=('f81bb5e6be43516645c282c73c695c965b1bac11f27a44278ac84bdc1f7a6ae23e35162c22721f0a6dabb63861688a1f01779d0e493495a6859c7f6e6ce6abad')
+sha512sums=('7d18ff7a7e85ff98350347a487be62513b100e4adba701a8e5f27f6db89618931d0f62b67be42bda4af097f5f01830baa5a6b50a537924287214d0d954da5322')
 
 prepare() {
   cd Pint-$pkgver


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

2020-09-22 Thread Felix Yan via arch-commits
Date: Tuesday, September 22, 2020 @ 06:31:32
  Author: felixonmars
Revision: 711363

archrelease: copy trunk to community-x86_64

Added:
  deepin-boot-maker/repos/community-x86_64/PKGBUILD
(from rev 711362, deepin-boot-maker/trunk/PKGBUILD)
Deleted:
  deepin-boot-maker/repos/community-x86_64/PKGBUILD

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

Deleted: PKGBUILD
===
--- PKGBUILD2020-09-22 06:31:15 UTC (rev 711362)
+++ PKGBUILD2020-09-22 06:31:32 UTC (rev 711363)
@@ -1,25 +0,0 @@
-# Maintainer: Felix Yan 
-
-pkgname=deepin-boot-maker
-pkgver=5.4.8
-pkgrel=1
-pkgdesc='Tool to create a bootable usb stick quick and easy'
-arch=('x86_64')
-url="https://github.com/linuxdeepin/deepin-boot-maker;
-license=('GPL3')
-depends=('deepin-qt5integration' 'p7zip' 'mtools' 'syslinux')
-makedepends=('qt5-tools' 'python')
-groups=('deepin-extra')
-source=("$pkgname-$pkgver.tar.gz::https://github.com/linuxdeepin/deepin-boot-maker/archive/$pkgver.tar.gz;)
-sha512sums=('3ddb445e7c2dc853548304e4c880b556874f3c4dd25b1f1e561bd03541103b50f9f3b9f3a5dd35089ea269827820db1f2ee993e0d90c8201d7729905274ac8ef')
-
-build(){
-  cd deepin-boot-maker-$pkgver
-  qmake-qt5 PREFIX=/usr
-  make
-}
-
-package() {
-  cd deepin-boot-maker-$pkgver
-  make INSTALL_ROOT="$pkgdir" install
-}

Copied: deepin-boot-maker/repos/community-x86_64/PKGBUILD (from rev 711362, 
deepin-boot-maker/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2020-09-22 06:31:32 UTC (rev 711363)
@@ -0,0 +1,25 @@
+# Maintainer: Felix Yan 
+
+pkgname=deepin-boot-maker
+pkgver=5.4.8.3
+pkgrel=1
+pkgdesc='Tool to create a bootable usb stick quick and easy'
+arch=('x86_64')
+url="https://github.com/linuxdeepin/deepin-boot-maker;
+license=('GPL3')
+depends=('deepin-qt5integration' 'p7zip' 'mtools' 'syslinux')
+makedepends=('qt5-tools' 'python')
+groups=('deepin-extra')
+source=("$pkgname-$pkgver.tar.gz::https://github.com/linuxdeepin/deepin-boot-maker/archive/$pkgver.tar.gz;)
+sha512sums=('8a1110cd4703dcc0aff24d20ee37f3ace65a9c08befbe4bc1bb189b7026c2a1335dbb39af0bb8aa8b2c60c2b03b1182d06c0a91ebd7c0d16a0f5e6e5cb69300f')
+
+build(){
+  cd deepin-boot-maker-$pkgver
+  qmake-qt5 PREFIX=/usr
+  make
+}
+
+package() {
+  cd deepin-boot-maker-$pkgver
+  make INSTALL_ROOT="$pkgdir" install
+}


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

2020-09-22 Thread Felix Yan via arch-commits
Date: Tuesday, September 22, 2020 @ 06:31:15
  Author: felixonmars
Revision: 711362

upgpkg: deepin-boot-maker 5.4.8.3-1

Modified:
  deepin-boot-maker/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2020-09-22 06:26:21 UTC (rev 711361)
+++ PKGBUILD2020-09-22 06:31:15 UTC (rev 711362)
@@ -1,7 +1,7 @@
 # Maintainer: Felix Yan 
 
 pkgname=deepin-boot-maker
-pkgver=5.4.8
+pkgver=5.4.8.3
 pkgrel=1
 pkgdesc='Tool to create a bootable usb stick quick and easy'
 arch=('x86_64')
@@ -11,7 +11,7 @@
 makedepends=('qt5-tools' 'python')
 groups=('deepin-extra')
 
source=("$pkgname-$pkgver.tar.gz::https://github.com/linuxdeepin/deepin-boot-maker/archive/$pkgver.tar.gz;)
-sha512sums=('3ddb445e7c2dc853548304e4c880b556874f3c4dd25b1f1e561bd03541103b50f9f3b9f3a5dd35089ea269827820db1f2ee993e0d90c8201d7729905274ac8ef')
+sha512sums=('8a1110cd4703dcc0aff24d20ee37f3ace65a9c08befbe4bc1bb189b7026c2a1335dbb39af0bb8aa8b2c60c2b03b1182d06c0a91ebd7c0d16a0f5e6e5cb69300f')
 
 build(){
   cd deepin-boot-maker-$pkgver


[arch-commits] Commit in python-cached-property/repos/community-any (2 files)

2020-09-22 Thread Felix Yan via arch-commits
Date: Tuesday, September 22, 2020 @ 06:26:21
  Author: felixonmars
Revision: 711361

archrelease: copy trunk to community-any

Added:
  python-cached-property/repos/community-any/PKGBUILD
(from rev 711360, python-cached-property/trunk/PKGBUILD)
Deleted:
  python-cached-property/repos/community-any/PKGBUILD

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

Deleted: PKGBUILD
===
--- PKGBUILD2020-09-22 06:26:04 UTC (rev 711360)
+++ PKGBUILD2020-09-22 06:26:21 UTC (rev 711361)
@@ -1,31 +0,0 @@
-# Maintainer: Felix Yan 
-
-pkgname=python-cached-property
-pkgver=1.5.1
-pkgrel=4
-pkgdesc="A decorator for caching properties in classes"
-arch=('any')
-license=('BSD')
-url="https://github.com/pydanny/cached-property;
-depends=('python')
-makedepends=('python-setuptools')
-checkdepends=('python-pytest' 'python-freezegun')
-source=("$pkgname-$pkgver.tar.gz::https://github.com/pydanny/cached-property/archive/$pkgver.tar.gz;)
-sha512sums=('d6c2cd35d7781e3123c7c076681c0dbfd352b24f71b87e1689b304a5a65759d3f7a27e46a1ce5fe1571cbe6c0dc4981b1eb5eb8314b76b13aa15eb8429645a43')
-
-build() {
-  cd cached-property-$pkgver
-  python setup.py build
-}
-
-check() {
-  # https://github.com/pydanny/cached-property/issues/131
-  cd cached-property-$pkgver
-  py.test || warning "Tests failed"
-}
-
-package() {
-  cd cached-property-$pkgver
-  python setup.py install --root="$pkgdir" --optimize=1
-  install -D -m644 LICENSE "$pkgdir"/usr/share/licenses/$pkgname/LICENSE
-}

Copied: python-cached-property/repos/community-any/PKGBUILD (from rev 711360, 
python-cached-property/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2020-09-22 06:26:21 UTC (rev 711361)
@@ -0,0 +1,31 @@
+# Maintainer: Felix Yan 
+
+pkgname=python-cached-property
+pkgver=1.5.2
+pkgrel=1
+pkgdesc="A decorator for caching properties in classes"
+arch=('any')
+license=('BSD')
+url="https://github.com/pydanny/cached-property;
+depends=('python')
+makedepends=('python-setuptools')
+checkdepends=('python-pytest' 'python-freezegun')
+source=("$pkgname-$pkgver.tar.gz::https://github.com/pydanny/cached-property/archive/$pkgver.tar.gz;)
+sha512sums=('71ce8376c5d90c8e97dc91af7a9329d3645a311c7cc41cf052074989430de68b66efc17c62c6780982f500b3d09a12cb24613df7b4f1bff95cf68f6442f50d0d')
+
+build() {
+  cd cached-property-$pkgver
+  python setup.py build
+}
+
+check() {
+  # https://github.com/pydanny/cached-property/issues/131
+  cd cached-property-$pkgver
+  py.test || warning "Tests failed"
+}
+
+package() {
+  cd cached-property-$pkgver
+  python setup.py install --root="$pkgdir" --optimize=1
+  install -D -m644 LICENSE "$pkgdir"/usr/share/licenses/$pkgname/LICENSE
+}


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

2020-09-22 Thread Felix Yan via arch-commits
Date: Tuesday, September 22, 2020 @ 06:26:04
  Author: felixonmars
Revision: 711360

upgpkg: python-cached-property 1.5.2-1

Modified:
  python-cached-property/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2020-09-22 05:33:34 UTC (rev 711359)
+++ PKGBUILD2020-09-22 06:26:04 UTC (rev 711360)
@@ -1,8 +1,8 @@
 # Maintainer: Felix Yan 
 
 pkgname=python-cached-property
-pkgver=1.5.1
-pkgrel=4
+pkgver=1.5.2
+pkgrel=1
 pkgdesc="A decorator for caching properties in classes"
 arch=('any')
 license=('BSD')
@@ -11,7 +11,7 @@
 makedepends=('python-setuptools')
 checkdepends=('python-pytest' 'python-freezegun')
 
source=("$pkgname-$pkgver.tar.gz::https://github.com/pydanny/cached-property/archive/$pkgver.tar.gz;)
-sha512sums=('d6c2cd35d7781e3123c7c076681c0dbfd352b24f71b87e1689b304a5a65759d3f7a27e46a1ce5fe1571cbe6c0dc4981b1eb5eb8314b76b13aa15eb8429645a43')
+sha512sums=('71ce8376c5d90c8e97dc91af7a9329d3645a311c7cc41cf052074989430de68b66efc17c62c6780982f500b3d09a12cb24613df7b4f1bff95cf68f6442f50d0d')
 
 build() {
   cd cached-property-$pkgver