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

2020-12-01 Thread Jaroslav Lichtblau via arch-commits
Date: Tuesday, December 1, 2020 @ 16:50:19
  Author: jlichtblau
Revision: 767181

upgpkg: syncthing 1.12.0-1 - new upstream release

Modified:
  syncthing/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2020-12-01 16:36:01 UTC (rev 767180)
+++ PKGBUILD2020-12-01 16:50:19 UTC (rev 767181)
@@ -5,7 +5,7 @@
 # Contributor: korjjj 
 
 pkgname=('syncthing' 'syncthing-relaysrv')
-pkgver=1.11.1
+pkgver=1.12.0
 pkgrel=1
 arch=('x86_64')
 url="https://syncthing.net/";
@@ -19,7 +19,7 @@
 syncthing-relaysrv.service
 gcc-pie-segfaults-race.patch)
 validpgpkeys=('37C84554E7E0A261E4F76E1ED26E6ED000654A3E') # Syncthing Release 
Management
-sha256sums=('0ca56593bb7a98087355ad2fb97ae093397156bfa415d65ebc7a558de636f302'
+sha256sums=('fb0b57581c59b050a6ad2fbde8058114dc380d7f27635eff91e8e1a86a3f1a29'
 'SKIP'
 '6ab96a5949e223d315d49663734ad27b70c72469c691a61ac198cb7794cb5eaa'
 'f88985f2d374af57f17ef6362c37a305467858195b74d1c1def71d97273f'


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

2020-12-01 Thread Jaroslav Lichtblau via arch-commits
Date: Tuesday, December 1, 2020 @ 16:36:01
  Author: jlichtblau
Revision: 767180

archrelease: copy trunk to community-testing-any

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

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

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

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


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

2020-12-01 Thread Jaroslav Lichtblau via arch-commits
Date: Tuesday, December 1, 2020 @ 16:35:52
  Author: jlichtblau
Revision: 767179

upgpkg: youtube-dl 2020.11.29-2: Python 3.9 rebuild

Modified:
  youtube-dl/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2020-12-01 16:34:49 UTC (rev 767178)
+++ PKGBUILD2020-12-01 16:35:52 UTC (rev 767179)
@@ -4,7 +4,7 @@
 
 pkgname=youtube-dl
 pkgver=2020.11.29
-pkgrel=1
+pkgrel=2
 pkgdesc="A command-line program to download videos from YouTube.com and a few 
more sites"
 arch=('any')
 url="https://ytdl-org.github.io/youtube-dl/";


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

2020-12-01 Thread Jaroslav Lichtblau via arch-commits
Date: Tuesday, December 1, 2020 @ 16:34:49
  Author: jlichtblau
Revision: 767178

archrelease: copy trunk to community-any

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

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

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

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


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

2020-12-01 Thread Jaroslav Lichtblau via arch-commits
Date: Tuesday, December 1, 2020 @ 16:34:39
  Author: jlichtblau
Revision: 767177

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

Modified:
  youtube-dl/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2020-12-01 16:29:57 UTC (rev 767176)
+++ PKGBUILD2020-12-01 16:34:39 UTC (rev 767177)
@@ -3,8 +3,8 @@
 # Contributor: Eric Bélanger 
 
 pkgname=youtube-dl
-pkgver=2020.11.26
-pkgrel=2
+pkgver=2020.11.29
+pkgrel=1
 pkgdesc="A command-line program to download videos from YouTube.com and a few 
more sites"
 arch=('any')
 url="https://ytdl-org.github.io/youtube-dl/";
@@ -15,7 +15,7 @@
 'atomicparsley: for embedding thumbnails into m4a files'
 'python-pycryptodome: for hlsnative downloader')
 
source=("https://youtube-dl.org/downloads/${pkgver}/${pkgname}-${pkgver}.tar.gz"{,.sig})
-sha256sums=('fb106cd60f94fe00afee46d4e028cdca8ebff171ddfa9d4ff2a2fd5956586f7f'
+sha256sums=('e628be8603d28f765566435dde253bcdc22535c120a07260fb9470a92d2ffd82'
 'SKIP')
 validpgpkeys=('ED7F5BF46B3BBED81C87368E2C393E0F18A9236D') # Sergey M.
 


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

2020-12-01 Thread Jaroslav Lichtblau via arch-commits
Date: Tuesday, December 1, 2020 @ 16:29:57
  Author: jlichtblau
Revision: 767176

archrelease: copy trunk to community-x86_64

Added:
  hugo/repos/community-x86_64/PKGBUILD
(from rev 767175, hugo/trunk/PKGBUILD)
Deleted:
  hugo/repos/community-x86_64/PKGBUILD

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

Deleted: PKGBUILD
===
--- PKGBUILD2020-12-01 16:29:46 UTC (rev 767175)
+++ PKGBUILD2020-12-01 16:29:57 UTC (rev 767176)
@@ -1,36 +0,0 @@
-# Maintainer: Jaroslav Lichtblau 
-# Contributor: fordprefect
-# Contributor: Jonathon Fernyhough 
-# Contributor: Brenton Horne
-
-pkgname=hugo
-pkgver=0.78.2
-pkgrel=1
-pkgdesc="Fast and Flexible Static Site Generator in Go"
-arch=('x86_64')
-url="https://gohugo.io/";
-license=('Apache')
-depends=('glibc')
-makedepends=('go' 'git')
-optdepends=('pygmentize: syntax-highlight code snippets'
-'python-docutils: reStructuredText support')
-source=(${pkgname}-${pkgver}.tar.gz::https://github.com/gohugoio/${pkgname}/archive/v${pkgver}.tar.gz)
-sha512sums=('df8a1789740abae2fd50db619f4028d4bf483d015b0a0b68b88077236141a685aa369b492b65b85a7c3ae2ecea8842aaac6ba13e97379e890e8f178746bc7e1a')
-
-build() {
-  cd "${srcdir}"/${pkgname}-${pkgver}
-  export CGO_CPPFLAGS="${CPPFLAGS}"
-  export CGO_CFLAGS="${CFLAGS}"
-  export CGO_CXXFLAGS="${CXXFLAGS}"
-  export CGO_LDFLAGS="${LDFLAGS}"
-  export GOFLAGS="-buildmode=pie -trimpath -mod=readonly -modcacherw"
-  go build -tags extended 
-  ./hugo gen man
-}
-
-package() {
-  cd "${srcdir}"/${pkgname}-${pkgver}
-  install -Dm755 "${pkgname}" "${pkgdir}"/usr/bin/${pkgname}
-  install -Dm644 LICENSE "${pkgdir}"/usr/share/licenses/${pkgname}/LICENSE
-  install -Dm644 "${srcdir}"/${pkgname}-${pkgver}/man/*.1  -t 
"${pkgdir}"/usr/share/man/man1/
-}

Copied: hugo/repos/community-x86_64/PKGBUILD (from rev 767175, 
hugo/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2020-12-01 16:29:57 UTC (rev 767176)
@@ -0,0 +1,36 @@
+# Maintainer: Jaroslav Lichtblau 
+# Contributor: fordprefect
+# Contributor: Jonathon Fernyhough 
+# Contributor: Brenton Horne
+
+pkgname=hugo
+pkgver=0.79.0
+pkgrel=1
+pkgdesc="Fast and Flexible Static Site Generator in Go"
+arch=('x86_64')
+url="https://gohugo.io/";
+license=('Apache')
+depends=('glibc')
+makedepends=('go' 'git')
+optdepends=('pygmentize: syntax-highlight code snippets'
+'python-docutils: reStructuredText support')
+source=(${pkgname}-${pkgver}.tar.gz::https://github.com/gohugoio/${pkgname}/archive/v${pkgver}.tar.gz)
+sha512sums=('d2f27a1e0ae83e1f12f500b360ad8b0584d8d2a9972a3b2dc307cb29cdc431109f39285d612f0ef3698385d8ae16e51c89aae9a909d33b0445eaf26805e5fc2b')
+
+build() {
+  cd "${srcdir}"/${pkgname}-${pkgver}
+  export CGO_CPPFLAGS="${CPPFLAGS}"
+  export CGO_CFLAGS="${CFLAGS}"
+  export CGO_CXXFLAGS="${CXXFLAGS}"
+  export CGO_LDFLAGS="${LDFLAGS}"
+  export GOFLAGS="-buildmode=pie -trimpath -mod=readonly -modcacherw"
+  go build -tags extended 
+  ./hugo gen man
+}
+
+package() {
+  cd "${srcdir}"/${pkgname}-${pkgver}
+  install -Dm755 "${pkgname}" "${pkgdir}"/usr/bin/${pkgname}
+  install -Dm644 LICENSE "${pkgdir}"/usr/share/licenses/${pkgname}/LICENSE
+  install -Dm644 "${srcdir}"/${pkgname}-${pkgver}/man/*.1  -t 
"${pkgdir}"/usr/share/man/man1/
+}


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

2020-12-01 Thread Jaroslav Lichtblau via arch-commits
Date: Tuesday, December 1, 2020 @ 16:29:46
  Author: jlichtblau
Revision: 767175

upgpkg: hugo 0.79.0-1 - new upstream release

Modified:
  hugo/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2020-12-01 15:57:58 UTC (rev 767174)
+++ PKGBUILD2020-12-01 16:29:46 UTC (rev 767175)
@@ -4,7 +4,7 @@
 # Contributor: Brenton Horne
 
 pkgname=hugo
-pkgver=0.78.2
+pkgver=0.79.0
 pkgrel=1
 pkgdesc="Fast and Flexible Static Site Generator in Go"
 arch=('x86_64')
@@ -15,7 +15,7 @@
 optdepends=('pygmentize: syntax-highlight code snippets'
 'python-docutils: reStructuredText support')
 
source=(${pkgname}-${pkgver}.tar.gz::https://github.com/gohugoio/${pkgname}/archive/v${pkgver}.tar.gz)
-sha512sums=('df8a1789740abae2fd50db619f4028d4bf483d015b0a0b68b88077236141a685aa369b492b65b85a7c3ae2ecea8842aaac6ba13e97379e890e8f178746bc7e1a')
+sha512sums=('d2f27a1e0ae83e1f12f500b360ad8b0584d8d2a9972a3b2dc307cb29cdc431109f39285d612f0ef3698385d8ae16e51c89aae9a909d33b0445eaf26805e5fc2b')
 
 build() {
   cd "${srcdir}"/${pkgname}-${pkgver}


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

2020-12-01 Thread Jaroslav Lichtblau via arch-commits
Date: Tuesday, December 1, 2020 @ 15:25:58
  Author: jlichtblau
Revision: 767166

archrelease: copy trunk to community-x86_64

Added:
  bolt/repos/community-x86_64/PKGBUILD
(from rev 767165, bolt/trunk/PKGBUILD)
Deleted:
  bolt/repos/community-x86_64/PKGBUILD

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

Deleted: PKGBUILD
===
--- PKGBUILD2020-12-01 15:25:49 UTC (rev 767165)
+++ PKGBUILD2020-12-01 15:25:58 UTC (rev 767166)
@@ -1,35 +0,0 @@
-# Maintainer: Morten Linderud 
-# Maintainer: Jaroslav Lichtblau 
-
-pkgname=bolt
-pkgver=0.9
-pkgrel=1
-pkgdesc="Thunderbolt 3 device manager"
-arch=('x86_64')
-url="https://gitlab.freedesktop.org/bolt/bolt";
-license=('LGPL')
-depends=('polkit' 'systemd')
-makedepends=('asciidoc' 'meson' 'python-setuptools' 'patch')
-checkdepends=('umockdev')
-source=(https://gitlab.freedesktop.org/$pkgname/$pkgname/-/archive/$pkgver/$pkgname-$pkgver.tar.gz)
-sha256sums=('49fe4cb2cd3361fd104f9c2cd7cbbf791e867038590a968dc39377b27008969a')
-
-build() {
-  cd $pkgname-$pkgver
-
-  arch-meson ../build
-  ninja -v -C ../build
-}
-
-check() {
-  cd $pkgname-$pkgver
-
-  meson test -C ../build --print-errorlogs
-}
-
-package() {
-  cd $pkgname-$pkgver
-
-  DESTDIR="${pkgdir}" meson install -C ../build
-  install -d -o root -g 102 -m 750 "$pkgdir/usr/share/polkit-1/rules.d"
-}

Copied: bolt/repos/community-x86_64/PKGBUILD (from rev 767165, 
bolt/trunk/PKGBUILD)
===
--- PKGBUILD    (rev 0)
+++ PKGBUILD2020-12-01 15:25:58 UTC (rev 767166)
@@ -0,0 +1,35 @@
+# Maintainer: Morten Linderud 
+# Maintainer: Jaroslav Lichtblau 
+
+pkgname=bolt
+pkgver=0.9.1
+pkgrel=1
+pkgdesc="Thunderbolt 3 device manager"
+arch=('x86_64')
+url="https://gitlab.freedesktop.org/bolt/bolt";
+license=('LGPL')
+depends=('polkit' 'systemd')
+makedepends=('asciidoc' 'meson' 'python-setuptools' 'patch')
+checkdepends=('umockdev')
+source=(https://gitlab.freedesktop.org/$pkgname/$pkgname/-/archive/$pkgver/$pkgname-$pkgver.tar.gz)
+sha256sums=('f938db68df79d0ada135a055fd01204f6f3436e17e962dfb8dc6699de77e1895')
+
+build() {
+  cd $pkgname-$pkgver
+
+  arch-meson ../build
+  ninja -v -C ../build
+}
+
+check() {
+  cd $pkgname-$pkgver
+
+  meson test -C ../build --print-errorlogs
+}
+
+package() {
+  cd $pkgname-$pkgver
+
+  DESTDIR="${pkgdir}" meson install -C ../build
+  install -d -o root -g 102 -m 750 "$pkgdir/usr/share/polkit-1/rules.d"
+}


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

2020-12-01 Thread Jaroslav Lichtblau via arch-commits
Date: Tuesday, December 1, 2020 @ 15:25:49
  Author: jlichtblau
Revision: 767165

upgpkg: bolt 0.9.1-1 - new upstream release

Modified:
  bolt/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2020-12-01 12:07:29 UTC (rev 767164)
+++ PKGBUILD2020-12-01 15:25:49 UTC (rev 767165)
@@ -2,7 +2,7 @@
 # Maintainer: Jaroslav Lichtblau 
 
 pkgname=bolt
-pkgver=0.9
+pkgver=0.9.1
 pkgrel=1
 pkgdesc="Thunderbolt 3 device manager"
 arch=('x86_64')
@@ -12,7 +12,7 @@
 makedepends=('asciidoc' 'meson' 'python-setuptools' 'patch')
 checkdepends=('umockdev')
 
source=(https://gitlab.freedesktop.org/$pkgname/$pkgname/-/archive/$pkgver/$pkgname-$pkgver.tar.gz)
-sha256sums=('49fe4cb2cd3361fd104f9c2cd7cbbf791e867038590a968dc39377b27008969a')
+sha256sums=('f938db68df79d0ada135a055fd01204f6f3436e17e962dfb8dc6699de77e1895')
 
 build() {
   cd $pkgname-$pkgver


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

2020-11-25 Thread Jaroslav Lichtblau via arch-commits
Date: Wednesday, November 25, 2020 @ 20:17:51
  Author: jlichtblau
Revision: 761283

upgpkg: youtube-dl 2020.11.26-2: Python 3.9 rebuild

Modified:
  youtube-dl/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2020-11-25 20:17:01 UTC (rev 761282)
+++ PKGBUILD2020-11-25 20:17:51 UTC (rev 761283)
@@ -4,7 +4,7 @@
 
 pkgname=youtube-dl
 pkgver=2020.11.26
-pkgrel=1
+pkgrel=2
 pkgdesc="A command-line program to download videos from YouTube.com and a few 
more sites"
 arch=('any')
 url="https://ytdl-org.github.io/youtube-dl/";


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

2020-11-25 Thread Jaroslav Lichtblau via arch-commits
Date: Wednesday, November 25, 2020 @ 20:18:00
  Author: jlichtblau
Revision: 761284

archrelease: copy trunk to community-staging-any

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

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

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

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


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

2020-11-25 Thread Jaroslav Lichtblau via arch-commits
Date: Wednesday, November 25, 2020 @ 20:15:56
  Author: jlichtblau
Revision: 761280

archrelease: copy trunk to community-any

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

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

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

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


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

2020-11-25 Thread Jaroslav Lichtblau via arch-commits
Date: Wednesday, November 25, 2020 @ 20:15:46
  Author: jlichtblau
Revision: 761278

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

Modified:
  youtube-dl/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2020-11-25 20:15:23 UTC (rev 761277)
+++ PKGBUILD2020-11-25 20:15:46 UTC (rev 761278)
@@ -3,8 +3,8 @@
 # Contributor: Eric Bélanger 
 
 pkgname=youtube-dl
-pkgver=2020.11.24
-pkgrel=2
+pkgver=2020.11.26
+pkgrel=1
 pkgdesc="A command-line program to download videos from YouTube.com and a few 
more sites"
 arch=('any')
 url="https://ytdl-org.github.io/youtube-dl/";
@@ -15,7 +15,7 @@
 'atomicparsley: for embedding thumbnails into m4a files'
 'python-pycryptodome: for hlsnative downloader')
 
source=("https://youtube-dl.org/downloads/${pkgver}/${pkgname}-${pkgver}.tar.gz"{,.sig})
-sha256sums=('7d70f2e2d6b42d7c948a418744cd5c89832d67f4fb36f01f1cf4ea7dc8fe537a'
+sha256sums=('fb106cd60f94fe00afee46d4e028cdca8ebff171ddfa9d4ff2a2fd5956586f7f'
 'SKIP')
 validpgpkeys=('ED7F5BF46B3BBED81C87368E2C393E0F18A9236D') # Sergey M.
 


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

2020-11-25 Thread Jaroslav Lichtblau via arch-commits
Date: Wednesday, November 25, 2020 @ 17:22:41
  Author: jlichtblau
Revision: 761126

archrelease: copy trunk to community-x86_64

Added:
  sqlcipher/repos/community-x86_64/PKGBUILD
(from rev 761125, sqlcipher/trunk/PKGBUILD)
Deleted:
  sqlcipher/repos/community-x86_64/PKGBUILD

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

Deleted: PKGBUILD
===
--- PKGBUILD2020-11-25 17:22:33 UTC (rev 761125)
+++ PKGBUILD2020-11-25 17:22:41 UTC (rev 761126)
@@ -1,32 +0,0 @@
-# Maintainer: Jaroslav Lichtblau 
-# Contributor: flu
-
-pkgname=sqlcipher
-pkgver=4.4.1
-pkgrel=1
-pkgdesc="SQLite extension that provides transparent 256-bit AES encryption of 
database files"
-arch=('x86_64')
-url="https://www.zetetic.net/sqlcipher/";
-license=('BSD')
-makedepends=('openssl' 'sqlite' 'tcl')
-source=($pkgname-$pkgver.tar.gz::https://github.com/$pkgname/$pkgname/archive/v$pkgver.tar.gz)
-# 
https://www.zetetic.net/$pkgname/verify/$pkgver/$pkgname-$pkgver.zip.sig)
-# validpgpkeys=('D83F5F9EB811D6E6B4A0D9C5D1FA3A2A97ED25C2') # Zetetic LLC 

-sha256sums=('a36ed7c879a5e9af1054942201c75fc56f1db22e46bf6c2bbae3975dfeb6782d')
-
-build() {
-  cd "${srcdir}"/$pkgname-$pkgver
-
-  ./configure --prefix=/usr --enable-tempstore=yes \
-CFLAGS="$CFLAGS -DSQLITE_HAS_CODEC" LDFLAGS="-lcrypto"
-  make
-}
-
-package() {
-  cd "${srcdir}"/$pkgname-$pkgver
-
-  make DESTDIR="${pkgdir}" install
-
-#license
-  install -Dm644 LICENSE "${pkgdir}"/usr/share/licenses/$pkgname/LICENSE
-}

Copied: sqlcipher/repos/community-x86_64/PKGBUILD (from rev 761125, 
sqlcipher/trunk/PKGBUILD)
=======
--- PKGBUILD(rev 0)
+++ PKGBUILD2020-11-25 17:22:41 UTC (rev 761126)
@@ -0,0 +1,32 @@
+# Maintainer: Jaroslav Lichtblau 
+# Contributor: flu
+
+pkgname=sqlcipher
+pkgver=4.4.2
+pkgrel=1
+pkgdesc="SQLite extension that provides transparent 256-bit AES encryption of 
database files"
+arch=('x86_64')
+url="https://www.zetetic.net/sqlcipher/";
+license=('BSD')
+makedepends=('openssl' 'sqlite' 'tcl')
+source=($pkgname-$pkgver.tar.gz::https://github.com/$pkgname/$pkgname/archive/v$pkgver.tar.gz)
+# 
https://www.zetetic.net/$pkgname/verify/$pkgver/$pkgname-$pkgver.zip.sig)
+# validpgpkeys=('D83F5F9EB811D6E6B4A0D9C5D1FA3A2A97ED25C2') # Zetetic LLC 

+sha256sums=('87458e0e16594b3ba6c7a1f046bc1ba783d002d35e0e7b61bb6b7bb862f362a7')
+
+build() {
+  cd "${srcdir}"/$pkgname-$pkgver
+
+  ./configure --prefix=/usr --enable-tempstore=yes \
+CFLAGS="$CFLAGS -DSQLITE_HAS_CODEC" LDFLAGS="-lcrypto"
+  make
+}
+
+package() {
+  cd "${srcdir}"/$pkgname-$pkgver
+
+  make DESTDIR="${pkgdir}" install
+
+#license
+  install -Dm644 LICENSE "${pkgdir}"/usr/share/licenses/$pkgname/LICENSE
+}


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

2020-11-25 Thread Jaroslav Lichtblau via arch-commits
Date: Wednesday, November 25, 2020 @ 17:22:33
  Author: jlichtblau
Revision: 761125

upgpkg: sqlcipher 4.4.2-1 - new upstream release

Modified:
  sqlcipher/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2020-11-25 17:20:24 UTC (rev 761124)
+++ PKGBUILD2020-11-25 17:22:33 UTC (rev 761125)
@@ -2,7 +2,7 @@
 # Contributor: flu
 
 pkgname=sqlcipher
-pkgver=4.4.1
+pkgver=4.4.2
 pkgrel=1
 pkgdesc="SQLite extension that provides transparent 256-bit AES encryption of 
database files"
 arch=('x86_64')
@@ -12,7 +12,7 @@
 
source=($pkgname-$pkgver.tar.gz::https://github.com/$pkgname/$pkgname/archive/v$pkgver.tar.gz)
 # 
https://www.zetetic.net/$pkgname/verify/$pkgver/$pkgname-$pkgver.zip.sig)
 # validpgpkeys=('D83F5F9EB811D6E6B4A0D9C5D1FA3A2A97ED25C2') # Zetetic LLC 

-sha256sums=('a36ed7c879a5e9af1054942201c75fc56f1db22e46bf6c2bbae3975dfeb6782d')
+sha256sums=('87458e0e16594b3ba6c7a1f046bc1ba783d002d35e0e7b61bb6b7bb862f362a7')
 
 build() {
   cd "${srcdir}"/$pkgname-$pkgver


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

2020-11-25 Thread Jaroslav Lichtblau via arch-commits
Date: Wednesday, November 25, 2020 @ 17:20:24
  Author: jlichtblau
Revision: 761124

archrelease: copy trunk to community-x86_64

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

-+
 PKGBUILD|   64 +++---
 monit.changelog |  245 +++---
 2 files changed, 156 insertions(+), 153 deletions(-)

Deleted: PKGBUILD
===
--- PKGBUILD2020-11-25 17:20:22 UTC (rev 761123)
+++ PKGBUILD2020-11-25 17:20:24 UTC (rev 761124)
@@ -1,32 +0,0 @@
-# Maintainer: Jaroslav Lichtblau 
-# Contributor: Geoffroy Carrier 
-# Contributor: Marco Bartholomew 
-
-pkgname=monit
-pkgver=5.27.0
-pkgrel=1
-pkgdesc="Utility for managing and monitoring, processes, files, directories 
and devices on a *NIX system"
-arch=('x86_64')
-url="https://mmonit.com/monit/";
-license=('GPL3')
-depends=('openssl')
-backup=('etc/monitrc')
-changelog=$pkgname.changelog
-source=(https://mmonit.com/$pkgname/dist/$pkgname-$pkgver.tar.gz)
-sha256sums=('d8c0deef624f193a952502fe9baabfa66e3d8d057df5738da43f9a37792afca4')
-
-build() {
-  cd "${srcdir}"/$pkgname-$pkgver
-
-  ./configure --prefix=/usr --sysconfdir=/etc
-  make
-}
-
-package() {
-  cd "${srcdir}"/$pkgname-$pkgver
-
-  make DESTDIR="${pkgdir}" install
-
-  install -Dm700 monitrc "${pkgdir}"/etc/monitrc
-  install -Dm644 system/startup/$pkgname.service 
"${pkgdir}"/usr/lib/systemd/system/$pkgname.service
-}

Copied: monit/repos/community-x86_64/PKGBUILD (from rev 761122, 
monit/trunk/PKGBUILD)
===
--- PKGBUILD    (rev 0)
+++ PKGBUILD2020-11-25 17:20:24 UTC (rev 761124)
@@ -0,0 +1,32 @@
+# Maintainer: Jaroslav Lichtblau 
+# Contributor: Geoffroy Carrier 
+# Contributor: Marco Bartholomew 
+
+pkgname=monit
+pkgver=5.27.1
+pkgrel=1
+pkgdesc="Utility for managing and monitoring, processes, files, directories 
and devices on a *NIX system"
+arch=('x86_64')
+url="https://mmonit.com/monit/";
+license=('GPL3')
+depends=('openssl')
+backup=('etc/monitrc')
+changelog=$pkgname.changelog
+source=(https://mmonit.com/$pkgname/dist/$pkgname-$pkgver.tar.gz)
+sha256sums=('f57408d16185687513a3c4eb3f2bb72eef76331ac16210e9652e846e5c84ed51')
+
+build() {
+  cd "${srcdir}"/$pkgname-$pkgver
+
+  ./configure --prefix=/usr --sysconfdir=/etc
+  make
+}
+
+package() {
+  cd "${srcdir}"/$pkgname-$pkgver
+
+  make DESTDIR="${pkgdir}" install
+
+  install -Dm700 monitrc "${pkgdir}"/etc/monitrc
+  install -Dm644 system/startup/$pkgname.service 
"${pkgdir}"/usr/lib/systemd/system/$pkgname.service
+}

Deleted: monit.changelog
=======
--- monit.changelog 2020-11-25 17:20:22 UTC (rev 761123)
+++ monit.changelog 2020-11-25 17:20:24 UTC (rev 761124)
@@ -1,121 +0,0 @@
-2020-07-10 Jaroslav Lichtblau 
-   * monit 5.27.0-1
-
-2019-07-09 Jaroslav Lichtblau 
-   * monit 5.26.0-1
-
-2019-03-05 Jaroslav Lichtblau 
-   * monit 5.25.3-1
-
-2018-06-13 Jaroslav Lichtblau 
-   * monit 5.25.2-1
-
-2017-12-24 Jaroslav Lichtblau 
-   * monit 5.25.1-1
-
-2017-11-06 Jaroslav Lichtblau 
-   * monit 5.25.0-1
-
-2017-10-03 Jaroslav Lichtblau 
-   * monit 5.24.0-1
-
-2017-06-08 Jaroslav Lichtblau 
-   * monit 5.23.0-1
-
-2017-04-25 Jaroslav Lichtblau 
-   * monit 5.22.0-2 openssl rebuild
-
-2017-04-22 Jaroslav Lichtblau 
-   * monit 5.22.0-1
-
-2017-03-08 Jaroslav Lichtblau 
-   * monit 5.21.0-1
-
-2016-12-05 Jaroslav Lichtblau 
-   * monit 5.20.0-1
-
-2016-08-18 Jaroslav Lichtblau 
-   * monit 5.19.0-1
-
-2016-06-07 Jaroslav Lichtblau 
-   * monit 5.18-1
-
-2016-03-17 Jaroslav Lichtblau 
-   * monit 5.17.1-1
-
-2016-02-05 Jaroslav Lichtblau 
-   * monit 5.16-1
-
-2015-10-26 Jaroslav Lichtblau 
-   * monit 5.15-1
-
-2015-06-15 Jaroslav Lichtblau 
-   * monit 5.14-1
-
-2015-05-16 Jaroslav Lichtblau 
-   * monit 5.13-1
-
-2015-03-28 Jaroslav Lichtblau 
-   * monit 5.12.2-1
-
-2015-01-27 Jaroslav Lichtblau 
-   * monit 5.11-1
-
-2014-10-30 Jaroslav Lichtblau 
-   * monit 5.10-1
-
-2014-10-16 Jaroslav Lichtblau 
-   * monit 5.9-1
-
-2014-05-14 Jaroslav Lichtblau 
-   * monit 5.8.1-1
-
-2014-04-02 Jaroslav Lichtblau 
-   * monit 5.8-1
-
-2014-03-01 Jaroslav Lichtblau 
-   * monit 5.7-1
-
-2013-09-28 Jaroslav Lichtblau 
-   * monit 5.6-1
-
-2012-10-28 Jaroslav Lichtblau 
-   * mo

[arch-commits] Commit in monit/trunk (PKGBUILD monit.changelog)

2020-11-25 Thread Jaroslav Lichtblau via arch-commits
Date: Wednesday, November 25, 2020 @ 17:20:14
  Author: jlichtblau
Revision: 761122

upgpkg: monit 5.27.1-1 - new upstream release

Modified:
  monit/trunk/PKGBUILD
  monit/trunk/monit.changelog

-+
 PKGBUILD|4 ++--
 monit.changelog |3 +++
 2 files changed, 5 insertions(+), 2 deletions(-)

Modified: PKGBUILD
===
--- PKGBUILD2020-11-25 17:20:12 UTC (rev 761121)
+++ PKGBUILD2020-11-25 17:20:14 UTC (rev 761122)
@@ -3,7 +3,7 @@
 # Contributor: Marco Bartholomew 
 
 pkgname=monit
-pkgver=5.27.0
+pkgver=5.27.1
 pkgrel=1
 pkgdesc="Utility for managing and monitoring, processes, files, directories 
and devices on a *NIX system"
 arch=('x86_64')
@@ -13,7 +13,7 @@
 backup=('etc/monitrc')
 changelog=$pkgname.changelog
 source=(https://mmonit.com/$pkgname/dist/$pkgname-$pkgver.tar.gz)
-sha256sums=('d8c0deef624f193a952502fe9baabfa66e3d8d057df5738da43f9a37792afca4')
+sha256sums=('f57408d16185687513a3c4eb3f2bb72eef76331ac16210e9652e846e5c84ed51')
 
 build() {
   cd "${srcdir}"/$pkgname-$pkgver

Modified: monit.changelog
===
--- monit.changelog 2020-11-25 17:20:12 UTC (rev 761121)
+++ monit.changelog 2020-11-25 17:20:14 UTC (rev 761122)
@@ -1,3 +1,6 @@
+2020-11-25 Jaroslav Lichtblau 
+   * monit 5.27.1-1
+
 2020-07-10 Jaroslav Lichtblau 
* monit 5.27.0-1
 


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

2020-11-25 Thread Jaroslav Lichtblau via arch-commits
Date: Wednesday, November 25, 2020 @ 17:17:48
  Author: jlichtblau
Revision: 761120

archrelease: copy trunk to community-x86_64

Added:
  umockdev/repos/community-x86_64/PKGBUILD
(from rev 761119, umockdev/trunk/PKGBUILD)
Deleted:
  umockdev/repos/community-x86_64/PKGBUILD

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

Deleted: PKGBUILD
===
--- PKGBUILD2020-11-25 17:17:38 UTC (rev 761119)
+++ PKGBUILD2020-11-25 17:17:48 UTC (rev 761120)
@@ -1,34 +0,0 @@
-# Maintainer: Jaroslav Lichtblau 
-# Contributor: Marcin (CTRL) Wieczorek 
-# Contributor: Xiao-Long Chen 
-
-pkgname=umockdev
-pkgver=0.15.1
-pkgrel=1
-pkgdesc="Record/mock hardware devices for bug reports and regression tests"
-arch=('x86_64')
-url="https://github.com/martinpitt/umockdev/";
-license=('LGPL')
-depends=('systemd' 'libgudev')
-makedepends=('meson' 'gobject-introspection' 'gtk-doc' 'vala')
-source=($pkgname-$pkgver.tar.gz::https://github.com/martinpitt/$pkgname/archive/$pkgver.tar.gz)
-sha256sums=('a738229c94d5eb9ee9fbd634acdf8b3a25a52bcbac72d93130d3b6b9c71d4099')
-
-build() {
-  cd $pkgname-$pkgver
-
-  arch-meson -Dgtk_doc=true ../build
-  ninja -v -C ../build
-}
-
-check() {
-  cd $pkgname-$pkgver
-
-  meson test -C ../build --print-errorlogs
-}
-
-package() {
-  cd $pkgname-$pkgver
-
-  DESTDIR="${pkgdir}" meson install -C ../build
-}

Copied: umockdev/repos/community-x86_64/PKGBUILD (from rev 761119, 
umockdev/trunk/PKGBUILD)
===
--- PKGBUILD    (rev 0)
+++ PKGBUILD2020-11-25 17:17:48 UTC (rev 761120)
@@ -0,0 +1,34 @@
+# Maintainer: Jaroslav Lichtblau 
+# Contributor: Marcin (CTRL) Wieczorek 
+# Contributor: Xiao-Long Chen 
+
+pkgname=umockdev
+pkgver=0.15.2
+pkgrel=1
+pkgdesc="Record/mock hardware devices for bug reports and regression tests"
+arch=('x86_64')
+url="https://github.com/martinpitt/umockdev/";
+license=('LGPL')
+depends=('systemd' 'libgudev')
+makedepends=('meson' 'gobject-introspection' 'gtk-doc' 'vala')
+source=($pkgname-$pkgver.tar.gz::https://github.com/martinpitt/$pkgname/archive/$pkgver.tar.gz)
+sha256sums=('9085282a9946214841e58b925c590d06908be0b9cd454ca06b3a65b3a27dcb23')
+
+build() {
+  cd $pkgname-$pkgver
+
+  arch-meson -Dgtk_doc=true ../build
+  ninja -v -C ../build
+}
+
+check() {
+  cd $pkgname-$pkgver
+
+  meson test -C ../build --print-errorlogs
+}
+
+package() {
+  cd $pkgname-$pkgver
+
+  DESTDIR="${pkgdir}" meson install -C ../build
+}


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

2020-11-25 Thread Jaroslav Lichtblau via arch-commits
Date: Wednesday, November 25, 2020 @ 17:17:38
  Author: jlichtblau
Revision: 761119

upgpkg: umockdev 0.15.2-1 - new upstream release

Modified:
  umockdev/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2020-11-25 16:47:58 UTC (rev 761118)
+++ PKGBUILD2020-11-25 17:17:38 UTC (rev 761119)
@@ -3,7 +3,7 @@
 # Contributor: Xiao-Long Chen 
 
 pkgname=umockdev
-pkgver=0.15.1
+pkgver=0.15.2
 pkgrel=1
 pkgdesc="Record/mock hardware devices for bug reports and regression tests"
 arch=('x86_64')
@@ -12,7 +12,7 @@
 depends=('systemd' 'libgudev')
 makedepends=('meson' 'gobject-introspection' 'gtk-doc' 'vala')
 
source=($pkgname-$pkgver.tar.gz::https://github.com/martinpitt/$pkgname/archive/$pkgver.tar.gz)
-sha256sums=('a738229c94d5eb9ee9fbd634acdf8b3a25a52bcbac72d93130d3b6b9c71d4099')
+sha256sums=('9085282a9946214841e58b925c590d06908be0b9cd454ca06b3a65b3a27dcb23')
 
 build() {
   cd $pkgname-$pkgver


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

2020-11-23 Thread Jaroslav Lichtblau via arch-commits
Date: Monday, November 23, 2020 @ 22:27:14
  Author: jlichtblau
Revision: 760159

archrelease: copy trunk to community-staging-any

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

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

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

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


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

2020-11-23 Thread Jaroslav Lichtblau via arch-commits
Date: Monday, November 23, 2020 @ 22:27:03
  Author: jlichtblau
Revision: 760158

upgpkg: youtube-dl 2020.11.24-2: Python 3.9 rebuild

Modified:
  youtube-dl/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2020-11-23 22:17:34 UTC (rev 760157)
+++ PKGBUILD2020-11-23 22:27:03 UTC (rev 760158)
@@ -4,7 +4,7 @@
 
 pkgname=youtube-dl
 pkgver=2020.11.24
-pkgrel=1
+pkgrel=2
 pkgdesc="A command-line program to download videos from YouTube.com and a few 
more sites"
 arch=('any')
 url="https://ytdl-org.github.io/youtube-dl/";


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

2020-11-23 Thread Jaroslav Lichtblau via arch-commits
Date: Monday, November 23, 2020 @ 22:17:34
  Author: jlichtblau
Revision: 760157

archrelease: copy trunk to community-any

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

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

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

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


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

2020-11-23 Thread Jaroslav Lichtblau via arch-commits
Date: Monday, November 23, 2020 @ 22:17:23
  Author: jlichtblau
Revision: 760156

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

Modified:
  youtube-dl/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2020-11-23 22:14:39 UTC (rev 760155)
+++ PKGBUILD2020-11-23 22:17:23 UTC (rev 760156)
@@ -3,8 +3,8 @@
 # Contributor: Eric Bélanger 
 
 pkgname=youtube-dl
-pkgver=2020.11.21.1
-pkgrel=2
+pkgver=2020.11.24
+pkgrel=1
 pkgdesc="A command-line program to download videos from YouTube.com and a few 
more sites"
 arch=('any')
 url="https://ytdl-org.github.io/youtube-dl/";
@@ -15,7 +15,7 @@
 'atomicparsley: for embedding thumbnails into m4a files'
 'python-pycryptodome: for hlsnative downloader')
 
source=("https://youtube-dl.org/downloads/${pkgver}/${pkgname}-${pkgver}.tar.gz"{,.sig})
-sha256sums=('d4b173bb1113bc1641cf130d088976bb8d1484f6bd5937872c1f89b1e28e3429'
+sha256sums=('7d70f2e2d6b42d7c948a418744cd5c89832d67f4fb36f01f1cf4ea7dc8fe537a'
 'SKIP')
 validpgpkeys=('ED7F5BF46B3BBED81C87368E2C393E0F18A9236D') # Sergey M.
 


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

2020-11-23 Thread Jaroslav Lichtblau via arch-commits
Date: Monday, November 23, 2020 @ 22:14:39
  Author: jlichtblau
Revision: 760155

archrelease: copy trunk to community-x86_64

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

-+
 PKGBUILD|   68 ---
 sleuthkit.changelog |  145 +-
 2 files changed, 109 insertions(+), 104 deletions(-)

Deleted: PKGBUILD
===
--- PKGBUILD2020-11-23 22:14:29 UTC (rev 760154)
+++ PKGBUILD2020-11-23 22:14:39 UTC (rev 760155)
@@ -1,33 +0,0 @@
-# Maintainer: Jaroslav Lichtblau 
-# Contributor: Geoffroy Carrier 
-
-pkgname=sleuthkit
-pkgver=4.9.0
-pkgrel=1
-pkgdesc='File system and media management forensic analysis tools'
-arch=('x86_64')
-url="https://www.sleuthkit.org/sleuthkit";
-license=('GPL2' 'CPL' 'custom:"IBM Public Licence"')
-depends=('perl' 'libewf' 'sqlite')
-changelog=$pkgname.changelog
-source=(https://github.com/$pkgname/$pkgname/releases/download/$pkgname-$pkgver/$pkgname-$pkgver.tar.gz{,.asc})
-validpgpkeys=('0917A7EE58A9308B13D3963338AD602EC7454C8B') #Brian Carrier 

-sha256sums=('7bc5ee9130b1ed8d645e446e0f63bd34ad018a93c1275688fa38cfda28bde9d0'
-'SKIP')
-
-build() {
-  cd ${pkgname}-${pkgver}
-
-  ./configure --prefix=/usr
-  make
-}
-
-package() {
-  cd ${pkgname}-${pkgver}
-
-  make DESTDIR="${pkgdir}" install
-
-#licenses
-  install -d "${pkgdir}"/usr/share/licenses/${pkgname}
-  install -Dm0644 licenses/* "${pkgdir}"/usr/share/licenses/${pkgname}
-}

Copied: sleuthkit/repos/community-x86_64/PKGBUILD (from rev 760154, 
sleuthkit/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2020-11-23 22:14:39 UTC (rev 760155)
@@ -0,0 +1,35 @@
+# Maintainer: Jaroslav Lichtblau 
+# Contributor: Geoffroy Carrier 
+
+pkgname=sleuthkit
+pkgver=4.10.1
+pkgrel=1
+pkgdesc='File system and media management forensic analysis tools'
+arch=('x86_64')
+url="https://www.sleuthkit.org/sleuthkit";
+license=('GPL2' 'CPL' 'custom:"IBM Public Licence"')
+depends=('perl' 'libewf' 'sqlite')
+changelog=$pkgname.changelog
+source=(https://github.com/$pkgname/$pkgname/releases/download/$pkgname-$pkgver/$pkgname-$pkgver.tar.gz{,.asc})
+validpgpkeys=('0917A7EE58A9308B13D3963338AD602EC7454C8B') #Brian Carrier 

+sha256sums=('65c3f701f046f012feba78452a50f1307948a1038474eaf8e296f65031604a0a'
+'SKIP')
+
+build() {
+  cd ${pkgname}-${pkgver}
+
+  aclocal
+  automake
+  ./configure --prefix=/usr
+  make
+}
+
+package() {
+  cd ${pkgname}-${pkgver}
+
+  make DESTDIR="${pkgdir}" install
+
+#licenses
+  install -d "${pkgdir}"/usr/share/licenses/${pkgname}
+  install -Dm0644 licenses/* "${pkgdir}"/usr/share/licenses/${pkgname}
+}

Deleted: sleuthkit.changelog
=======
--- sleuthkit.changelog 2020-11-23 22:14:29 UTC (rev 760154)
+++ sleuthkit.changelog 2020-11-23 22:14:39 UTC (rev 760155)
@@ -1,71 +0,0 @@
-2020-05-08 Jaroslav Lichtblau 
-   * sleuthkit 4.9.0-1
-
-2020-01-24 Jaroslav Lichtblau 
-   * sleuthkit 4.8.0-1
-
-2019-10-16 Jaroslav Lichtblau 
-   * sleuthkit 4.7.0-1
-
-2019-08-15 Jaroslav Lichtblau 
-   * sleuthkit 4.6.7-1
-
-2019-05-08 Jaroslav Lichtblau 
-   * sleuthkit 4.6.6-1
-
-2019-01-21 Jaroslav Lichtblau 
-   * sleuthkit 4.6.5-1
-
-2018-11-11 Jaroslav Lichtblau 
-   * sleuthkit 4.6.4-1
-
-2018-10-16 Jaroslav Lichtblau 
-   * sleuthkit 4.6.3-1
-
-2018-09-02 Jaroslav Lichtblau 
-   * sleuthkit 4.6.2-1
-
-2018-05-12 Jaroslav Lichtblau 
-   * sleuthkit 4.6.1-1
-
-2018-02-21 Jaroslav Lichtblau 
-   * sleuthkit 4.6.0-1
-
-2018-02-19 Jaroslav Lichtblau 
-   * sleuthkit 4.5.0-1
-
-2017-08-09 Jaroslav Lichtblau 
-   * sleuthkit 4.4.2-1
-
-2017-06-01 Jaroslav Lichtblau 
-   * sleuthkit 4.4.1-1
-
-2017-01-18 Jaroslav Lichtblau 
-   * sleuthkit 4.4.0-1
-
-2016-09-02 Jaroslav Lichtblau 
-   * sleuthkit 4.3.0-1
-
-2015-10-05 Jaroslav Lichtblau 
-   * sleuthkit 4.2.0-1
-
-2015-03-08 Jaroslav Lichtblau 
-   * sleuthkit 4.1.3-3 libewf as dependency
-
-2014-02-06 Jaroslav Lichtblau 
-   * sleuthkit 4.1.3-1
-
-2013-12-25 Jaroslav Lichtblau 
-   * sleuthkit 4.1.2-2 static library removed
-
-2013-10-13 Jaroslav Lichtblau 
-   * 

[arch-commits] Commit in sleuthkit/trunk (PKGBUILD sleuthkit.changelog)

2020-11-23 Thread Jaroslav Lichtblau via arch-commits
Date: Monday, November 23, 2020 @ 22:14:29
  Author: jlichtblau
Revision: 760154

upgpkg: sleuthkit 4.10.1-1 - new upstream release

Modified:
  sleuthkit/trunk/PKGBUILD
  sleuthkit/trunk/sleuthkit.changelog

-+
 PKGBUILD|6 --
 sleuthkit.changelog |3 +++
 2 files changed, 7 insertions(+), 2 deletions(-)

Modified: PKGBUILD
===
--- PKGBUILD2020-11-23 21:37:54 UTC (rev 760153)
+++ PKGBUILD2020-11-23 22:14:29 UTC (rev 760154)
@@ -2,7 +2,7 @@
 # Contributor: Geoffroy Carrier 
 
 pkgname=sleuthkit
-pkgver=4.9.0
+pkgver=4.10.1
 pkgrel=1
 pkgdesc='File system and media management forensic analysis tools'
 arch=('x86_64')
@@ -12,12 +12,14 @@
 changelog=$pkgname.changelog
 
source=(https://github.com/$pkgname/$pkgname/releases/download/$pkgname-$pkgver/$pkgname-$pkgver.tar.gz{,.asc})
 validpgpkeys=('0917A7EE58A9308B13D3963338AD602EC7454C8B') #Brian Carrier 

-sha256sums=('7bc5ee9130b1ed8d645e446e0f63bd34ad018a93c1275688fa38cfda28bde9d0'
+sha256sums=('65c3f701f046f012feba78452a50f1307948a1038474eaf8e296f65031604a0a'
 'SKIP')
 
 build() {
   cd ${pkgname}-${pkgver}
 
+  aclocal
+  automake
   ./configure --prefix=/usr
   make
 }

Modified: sleuthkit.changelog
===
--- sleuthkit.changelog 2020-11-23 21:37:54 UTC (rev 760153)
+++ sleuthkit.changelog 2020-11-23 22:14:29 UTC (rev 760154)
@@ -1,3 +1,6 @@
+2020-11-23 Jaroslav Lichtblau 
+   * sleuthkit 4.10.1-1
+
 2020-05-08 Jaroslav Lichtblau 
* sleuthkit 4.9.0-1
 


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

2020-11-22 Thread Jaroslav Lichtblau via arch-commits
Date: Sunday, November 22, 2020 @ 23:00:40
  Author: jlichtblau
Revision: 759679

archrelease: copy trunk to community-any

Added:
  josm/repos/community-any/PKGBUILD
(from rev 759678, josm/trunk/PKGBUILD)
  josm/repos/community-any/josm.changelog
(from rev 759678, josm/trunk/josm.changelog)
  josm/repos/community-any/josm.conf.d
(from rev 759678, josm/trunk/josm.conf.d)
Deleted:
  josm/repos/community-any/PKGBUILD
  josm/repos/community-any/josm.changelog
  josm/repos/community-any/josm.conf.d

+
 PKGBUILD   |  116 
 josm.changelog |  755 +++
 josm.conf.d|8 
 3 files changed, 441 insertions(+), 438 deletions(-)

Deleted: PKGBUILD
===
--- PKGBUILD2020-11-22 23:00:29 UTC (rev 759678)
+++ PKGBUILD2020-11-22 23:00:40 UTC (rev 759679)
@@ -1,58 +0,0 @@
-# Maintainer: Jaroslav Lichtblau 
-# Contributor: Michele Schäuble 
-
-pkgname=josm
-pkgver=17084
-pkgrel=1
-pkgdesc="An editor for OpenStreetMap written in Java"
-arch=('any')
-url="https://josm.openstreetmap.de/";
-license=('GPL')
-depends=('desktop-file-utils' 'hicolor-icon-theme' 'java-runtime>=8' 'libxtst' 
'ttf-font')
-makedepends=('subversion')
-changelog=$pkgname.changelog
-backup=('etc/conf.d/josm')
-source=(https://josm.openstreetmap.de/download/$pkgname-snapshot-$pkgver.jar
-$pkgname::svn+https://josm.openstreetmap.de/svn/trunk#revision=$pkgver
-$pkgname.conf.d)
-noextract=($pkgname-snapshot-$pkgver.jar)
-sha256sums=('a4ffa4e63e38399121083bada88482335aa122c0b72778d795e18cbdebbf7f2b'
-'SKIP'
-'c86a73251eed42fcb129ae9b88a0ee3cf03d8d00a9385519ad536d5af0907663')
-
-package() {
-  cd "${srcdir}"
-
-  install -Dm644 $pkgname-snapshot-$pkgver.jar 
"${pkgdir}"/usr/share/java/$pkgname/$pkgname.jar
-
-#.desktop and icon file
-  install -Dm644 
$pkgname/native/linux/tested/usr/share/applications/org.openstreetmap.josm.desktop
 \
-"${pkgdir}"/usr/share/applications/org.openstreetmap.josm.desktop
-  install -Dm644 $pkgname/native/linux/tested/usr/share/man/man1/josm.1 \
-"${pkgdir}"/usr/share/man/man1/josm.1
-  install -Dm644 
$pkgname/native/linux/tested/usr/share/metainfo/org.openstreetmap.josm.appdata.xml
 \
-"${pkgdir}"/usr/share/metainfo/org.openstreetmap.josm.appdata.xml
-  install -Dm644 
$pkgname/native/linux/tested/usr/share/icons/hicolor/scalable/apps/org.openstreetmap.josm.svg
 \
-
"${pkgdir}"/usr/share/icons/hicolor/scalable/apps/org.openstreetmap.josm.svg
-
-  for _icon in 8 16 22 24 32 36 40 42 48 64 72 80 96 128 192 256 512; do
-  install -Dm644 
$pkgname/native/linux/tested/usr/share/icons/hicolor/${_icon}x${_icon}/apps/org.openstreetmap.josm.png
 \
-
"${pkgdir}"/usr/share/icons/hicolor/${_icon}x${_icon}/apps/org.openstreetmap.josm.png
-  done
-
-#executable file
-  install -d "${pkgdir}"/usr/bin
-  cat <<"EOF" >"${pkgdir}"/usr/bin/$pkgname 
-#!/bin/sh
-# source application-specific settings
-while true; do
-JOSM_ARGS=
-[ -f /etc/conf.d/josm ] && . /etc/conf.d/josm
-CLASSPATH="/usr/share/java/josm/josm.jar"
-java ${JOSM_ARGS} -cp "${CLASSPATH}" -Djosm.restart=true 
org.openstreetmap.josm.gui.MainApplication "$@"
-[ $? -eq 9 ] || break
-done
-EOF
-  chmod 755 "${pkgdir}"/usr/bin/$pkgname
-  install -Dm644 "${srcdir}"/$pkgname.conf.d "${pkgdir}"/etc/conf.d/$pkgname
-}

Copied: josm/repos/community-any/PKGBUILD (from rev 759678, josm/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2020-11-22 23:00:40 UTC (rev 759679)
@@ -0,0 +1,58 @@
+# Maintainer: Jaroslav Lichtblau 
+# Contributor: Michele Schäuble 
+
+pkgname=josm
+pkgver=17329
+pkgrel=1
+pkgdesc="An editor for OpenStreetMap written in Java"
+arch=('any')
+url="https://josm.openstreetmap.de/";
+license=('GPL')
+depends=('desktop-file-utils' 'hicolor-icon-theme' 'java-runtime>=8' 'libxtst' 
'ttf-font')
+makedepends=('subversion')
+changelog=$pkgname.changelog
+backup=('etc/conf.d/josm')
+source=(https://josm.openstreetmap.de/download/$pkgname-snapshot-$pkgver.jar
+$pkgname::svn+https://josm.openstreetmap.de/svn/trunk#revision=$pkgver
+$pkgname.conf.d)
+noextract=($pkgname-snapshot-$pkgver.jar)
+sha256sums=('7314e3434ab9271366d54f9f4891fbeec69aff16aa07c954fab8a9a90c092a43'
+'SKIP'
+'c86a73251eed42fcb129ae9b88a0ee3cf03d8d00a9385519ad536d

[arch-commits] Commit in josm/trunk (PKGBUILD josm.changelog)

2020-11-22 Thread Jaroslav Lichtblau via arch-commits
Date: Sunday, November 22, 2020 @ 23:00:29
  Author: jlichtblau
Revision: 759678

upgpkg: josm 17329-1 - new upstream release

Modified:
  josm/trunk/PKGBUILD
  josm/trunk/josm.changelog

+
 PKGBUILD   |4 ++--
 josm.changelog |3 +++
 2 files changed, 5 insertions(+), 2 deletions(-)

Modified: PKGBUILD
===
--- PKGBUILD2020-11-22 23:00:14 UTC (rev 759677)
+++ PKGBUILD2020-11-22 23:00:29 UTC (rev 759678)
@@ -2,7 +2,7 @@
 # Contributor: Michele Schäuble 
 
 pkgname=josm
-pkgver=17084
+pkgver=17329
 pkgrel=1
 pkgdesc="An editor for OpenStreetMap written in Java"
 arch=('any')
@@ -16,7 +16,7 @@
 $pkgname::svn+https://josm.openstreetmap.de/svn/trunk#revision=$pkgver
 $pkgname.conf.d)
 noextract=($pkgname-snapshot-$pkgver.jar)
-sha256sums=('a4ffa4e63e38399121083bada88482335aa122c0b72778d795e18cbdebbf7f2b'
+sha256sums=('7314e3434ab9271366d54f9f4891fbeec69aff16aa07c954fab8a9a90c092a43'
 'SKIP'
 'c86a73251eed42fcb129ae9b88a0ee3cf03d8d00a9385519ad536d5af0907663')
 

Modified: josm.changelog
===
--- josm.changelog  2020-11-22 23:00:14 UTC (rev 759677)
+++ josm.changelog  2020-11-22 23:00:29 UTC (rev 759678)
@@ -1,3 +1,6 @@
+2020-11-22 Jaroslav Lichtblau -
+   * josm 17329-1
+
 2020-10-07 Jaroslav Lichtblau 
* josm 17084-1
 


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

2020-11-22 Thread Jaroslav Lichtblau via arch-commits
Date: Sunday, November 22, 2020 @ 11:14:25
  Author: jlichtblau
Revision: 758878

archrelease: copy trunk to community-x86_64

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

---+
 PKGBUILD  |   62 ++--
 tellico.changelog |  157 ++--
 2 files changed, 111 insertions(+), 108 deletions(-)

Deleted: PKGBUILD
===
--- PKGBUILD2020-11-22 11:14:13 UTC (rev 758877)
+++ PKGBUILD2020-11-22 11:14:25 UTC (rev 758878)
@@ -1,31 +0,0 @@
-# Maintainer: Jaroslav Lichtblau 
-# Contributor: Ray Rashif 
-# Contributor: Douglas Soares de Andrade 
-
-pkgname=tellico
-pkgver=3.3.2
-pkgrel=1
-pkgdesc="A collection manager for KDE"
-arch=('x86_64')
-url="http://tellico-project.org/";
-license=('GPL')
-depends=('exempi' 'hicolor-icon-theme' 'kio' 'libksane' 'libkcddb'
- 'libcdio' 'kfilemetadata' 'knewstuff' 'kxmlgui' 'kitemmodels'
- 'perl' 'python' 'solid' 'khtml' 'yaz' 'taglib' 'poppler-qt5' 
'qt5-base')
-makedepends=('cmake' 'extra-cmake-modules' 'kdoctools')
-changelog=$pkgname.changelog
-source=(http://tellico-project.org/files/$pkgname-$pkgver.tar.xz)
-sha256sums=('08396461e2637fe2d53c8ff9c9aef9050f5a766f25cb864a41437bddc3d52756')
-
-build() {
-  mkdir build && cd build
-  cmake ../$pkgname-$pkgver \
--DCMAKE_INSTALL_PREFIX=/usr
-  make
-}
-
-package() {
-  cd build
-  make DESTDIR="${pkgdir}" install
-}

Copied: tellico/repos/community-x86_64/PKGBUILD (from rev 758877, 
tellico/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2020-11-22 11:14:25 UTC (rev 758878)
@@ -0,0 +1,31 @@
+# Maintainer: Jaroslav Lichtblau 
+# Contributor: Ray Rashif 
+# Contributor: Douglas Soares de Andrade 
+
+pkgname=tellico
+pkgver=3.3.3
+pkgrel=1
+pkgdesc="A collection manager for KDE"
+arch=('x86_64')
+url="http://tellico-project.org/";
+license=('GPL')
+depends=('exempi' 'hicolor-icon-theme' 'kio' 'libksane' 'libkcddb'
+ 'libcdio' 'kfilemetadata' 'knewstuff' 'kxmlgui' 'kitemmodels'
+ 'perl' 'python' 'solid' 'khtml' 'yaz' 'taglib' 'poppler-qt5' 
'qt5-base')
+makedepends=('cmake' 'extra-cmake-modules' 'kdoctools')
+changelog=$pkgname.changelog
+source=(http://tellico-project.org/files/$pkgname-$pkgver.tar.xz)
+sha256sums=('f5c75b5136b632ddffc8dca53927468e00c44c3ef8b11d1d5380b9f2e5b463aa')
+
+build() {
+  mkdir build && cd build
+  cmake ../$pkgname-$pkgver \
+    -DCMAKE_INSTALL_PREFIX=/usr
+  make
+}
+
+package() {
+  cd build
+  make DESTDIR="${pkgdir}" install
+}

Deleted: tellico.changelog
=======
--- tellico.changelog   2020-11-22 11:14:13 UTC (rev 758877)
+++ tellico.changelog   2020-11-22 11:14:25 UTC (rev 758878)
@@ -1,77 +0,0 @@
-2020-08-22 Jaroslav Lichtblau 
-   * tellico 3.3.2-1
-
-2020-06-04 Jaroslav Lichtblau 
-   * tellico 3.3.1-1
-
-2020-05-09 Jaroslav Lichtblau 
-   * tellico 3.3-1
-
-2019-11-28 Jaroslav Lichtblau 
-   * tellico 3.2.3-1
-
-2019-11-10 Jaroslav Lichtblau 
-   * tellico 3.2.2-1
-
-2019-06-02 Jaroslav Lichtblau 
-   * tellico 3.2-1
-
-2018-12-20 Jaroslav Lichtblau 
-   * tellico 3.1.4-1
-
-2018-09-13 Jaroslav Lichtblau 
-   * tellico 3.1.3-1
-
-2018-04-02 Jaroslav Lichtblau 
-   * tellico 3.1.2-1
-
-2018-01-16 Jaroslav Lichtblau 
-   * tellico 3.1.1-1
-
-2018-01-11 Jaroslav Lichtblau 
-   * tellico 3.1-3 libcdio API and ABI changes rebuild
-
-2017-12-02 Jaroslav Lichtblau 
-   * tellico 3.1-2 FS#56026 fix
-
-2017-10-18 Jaroslav Lichtblau 
-   * tellico 3.1-1
-
-2017-03-31 Jaroslav Lichtblau 
-   * tellico 3.0.2-1
-
-2017-02-21 Jaroslav Lichtblau 
-   * tellico 3.0.1-1
-
-2016-12-20 Jaroslav Lichtblau 
-   * tellico 3.0-4 FS#52202 fix
-
-2016-12-18 Jaroslav Lichtblau 
-   * tellico 3.0-3 FS#52188 fix
-
-2016-11-09 Jaroslav Lichtblau 
-   * tellico 3.0-1
-
-2016-04-30 Jaroslav Lichtblau 
-   * tellico 2.3.11-2 pacman hooks rebuild
-
-2015-12-11 Jaroslav Lichtblau 
-   * tellico 2.3

[arch-commits] Commit in tellico/trunk (PKGBUILD tellico.changelog)

2020-11-22 Thread Jaroslav Lichtblau via arch-commits
Date: Sunday, November 22, 2020 @ 11:14:13
  Author: jlichtblau
Revision: 758877

upgpkg: tellico 3.3.3-1 - new upstream release

Modified:
  tellico/trunk/PKGBUILD
  tellico/trunk/tellico.changelog

---+
 PKGBUILD  |4 ++--
 tellico.changelog |3 +++
 2 files changed, 5 insertions(+), 2 deletions(-)

Modified: PKGBUILD
===
--- PKGBUILD2020-11-22 10:59:51 UTC (rev 758876)
+++ PKGBUILD2020-11-22 11:14:13 UTC (rev 758877)
@@ -4,7 +4,7 @@
 # Contributor: Douglas Soares de Andrade 
 
 pkgname=tellico
-pkgver=3.3.2
+pkgver=3.3.3
 pkgrel=1
 pkgdesc="A collection manager for KDE"
 arch=('x86_64')
@@ -16,7 +16,7 @@
 makedepends=('cmake' 'extra-cmake-modules' 'kdoctools')
 changelog=$pkgname.changelog
 source=(http://tellico-project.org/files/$pkgname-$pkgver.tar.xz)
-sha256sums=('08396461e2637fe2d53c8ff9c9aef9050f5a766f25cb864a41437bddc3d52756')
+sha256sums=('f5c75b5136b632ddffc8dca53927468e00c44c3ef8b11d1d5380b9f2e5b463aa')
 
 build() {
   mkdir build && cd build

Modified: tellico.changelog
===
--- tellico.changelog   2020-11-22 10:59:51 UTC (rev 758876)
+++ tellico.changelog   2020-11-22 11:14:13 UTC (rev 758877)
@@ -1,3 +1,6 @@
+2020-11-22 Jaroslav Lichtblau 
+   * tellico 3.3.3-1
+
 2020-08-22 Jaroslav Lichtblau 
* tellico 3.3.2-1
 


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

2020-11-22 Thread Jaroslav Lichtblau via arch-commits
Date: Sunday, November 22, 2020 @ 10:59:51
  Author: jlichtblau
Revision: 758876

archrelease: copy trunk to community-x86_64

Added:
  hugo/repos/community-x86_64/PKGBUILD
(from rev 758875, hugo/trunk/PKGBUILD)
Deleted:
  hugo/repos/community-x86_64/PKGBUILD

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

Deleted: PKGBUILD
===
--- PKGBUILD2020-11-22 10:59:43 UTC (rev 758875)
+++ PKGBUILD2020-11-22 10:59:51 UTC (rev 758876)
@@ -1,36 +0,0 @@
-# Maintainer: Jaroslav Lichtblau 
-# Contributor: fordprefect
-# Contributor: Jonathon Fernyhough 
-# Contributor: Brenton Horne
-
-pkgname=hugo
-pkgver=0.78.1
-pkgrel=1
-pkgdesc="Fast and Flexible Static Site Generator in Go"
-arch=('x86_64')
-url="https://gohugo.io/";
-license=('Apache')
-depends=('glibc')
-makedepends=('go' 'git')
-optdepends=('pygmentize: syntax-highlight code snippets'
-'python-docutils: reStructuredText support')
-source=(${pkgname}-${pkgver}.tar.gz::https://github.com/gohugoio/${pkgname}/archive/v${pkgver}.tar.gz)
-sha512sums=('dc2953cca2d6f3b6409533cea59fe041bfdfe0f53c0b936de4925b3ba85c2052ed712fa2eb097702709089b38a888096e7a69ff8521b47261a44541287577486')
-
-build() {
-  cd "${srcdir}"/${pkgname}-${pkgver}
-  export CGO_CPPFLAGS="${CPPFLAGS}"
-  export CGO_CFLAGS="${CFLAGS}"
-  export CGO_CXXFLAGS="${CXXFLAGS}"
-  export CGO_LDFLAGS="${LDFLAGS}"
-  export GOFLAGS="-buildmode=pie -trimpath -mod=readonly -modcacherw"
-  go build -tags extended 
-  ./hugo gen man
-}
-
-package() {
-  cd "${srcdir}"/${pkgname}-${pkgver}
-  install -Dm755 "${pkgname}" "${pkgdir}"/usr/bin/${pkgname}
-  install -Dm644 LICENSE "${pkgdir}"/usr/share/licenses/${pkgname}/LICENSE
-  install -Dm644 "${srcdir}"/${pkgname}-${pkgver}/man/*.1  -t 
"${pkgdir}"/usr/share/man/man1/
-}

Copied: hugo/repos/community-x86_64/PKGBUILD (from rev 758875, 
hugo/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2020-11-22 10:59:51 UTC (rev 758876)
@@ -0,0 +1,36 @@
+# Maintainer: Jaroslav Lichtblau 
+# Contributor: fordprefect
+# Contributor: Jonathon Fernyhough 
+# Contributor: Brenton Horne
+
+pkgname=hugo
+pkgver=0.78.2
+pkgrel=1
+pkgdesc="Fast and Flexible Static Site Generator in Go"
+arch=('x86_64')
+url="https://gohugo.io/";
+license=('Apache')
+depends=('glibc')
+makedepends=('go' 'git')
+optdepends=('pygmentize: syntax-highlight code snippets'
+'python-docutils: reStructuredText support')
+source=(${pkgname}-${pkgver}.tar.gz::https://github.com/gohugoio/${pkgname}/archive/v${pkgver}.tar.gz)
+sha512sums=('df8a1789740abae2fd50db619f4028d4bf483d015b0a0b68b88077236141a685aa369b492b65b85a7c3ae2ecea8842aaac6ba13e97379e890e8f178746bc7e1a')
+
+build() {
+  cd "${srcdir}"/${pkgname}-${pkgver}
+  export CGO_CPPFLAGS="${CPPFLAGS}"
+  export CGO_CFLAGS="${CFLAGS}"
+  export CGO_CXXFLAGS="${CXXFLAGS}"
+  export CGO_LDFLAGS="${LDFLAGS}"
+  export GOFLAGS="-buildmode=pie -trimpath -mod=readonly -modcacherw"
+  go build -tags extended 
+  ./hugo gen man
+}
+
+package() {
+  cd "${srcdir}"/${pkgname}-${pkgver}
+  install -Dm755 "${pkgname}" "${pkgdir}"/usr/bin/${pkgname}
+  install -Dm644 LICENSE "${pkgdir}"/usr/share/licenses/${pkgname}/LICENSE
+  install -Dm644 "${srcdir}"/${pkgname}-${pkgver}/man/*.1  -t 
"${pkgdir}"/usr/share/man/man1/
+}


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

2020-11-22 Thread Jaroslav Lichtblau via arch-commits
Date: Sunday, November 22, 2020 @ 10:59:43
  Author: jlichtblau
Revision: 758875

upgpkg: hugo 0.78.2-1 - new upstream release

Modified:
  hugo/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2020-11-22 10:44:42 UTC (rev 758874)
+++ PKGBUILD2020-11-22 10:59:43 UTC (rev 758875)
@@ -4,7 +4,7 @@
 # Contributor: Brenton Horne
 
 pkgname=hugo
-pkgver=0.78.1
+pkgver=0.78.2
 pkgrel=1
 pkgdesc="Fast and Flexible Static Site Generator in Go"
 arch=('x86_64')
@@ -15,7 +15,7 @@
 optdepends=('pygmentize: syntax-highlight code snippets'
 'python-docutils: reStructuredText support')
 
source=(${pkgname}-${pkgver}.tar.gz::https://github.com/gohugoio/${pkgname}/archive/v${pkgver}.tar.gz)
-sha512sums=('dc2953cca2d6f3b6409533cea59fe041bfdfe0f53c0b936de4925b3ba85c2052ed712fa2eb097702709089b38a888096e7a69ff8521b47261a44541287577486')
+sha512sums=('df8a1789740abae2fd50db619f4028d4bf483d015b0a0b68b88077236141a685aa369b492b65b85a7c3ae2ecea8842aaac6ba13e97379e890e8f178746bc7e1a')
 
 build() {
   cd "${srcdir}"/${pkgname}-${pkgver}


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

2020-11-21 Thread Jaroslav Lichtblau via arch-commits
Date: Saturday, November 21, 2020 @ 20:04:32
  Author: jlichtblau
Revision: 758545

archrelease: copy trunk to community-staging-any

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

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

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

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


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

2020-11-21 Thread Jaroslav Lichtblau via arch-commits
Date: Saturday, November 21, 2020 @ 20:04:20
  Author: jlichtblau
Revision: 758544

upgpkg: youtube-dl 2020.11.21.1-2: Python 3.9 rebuild

Modified:
  youtube-dl/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2020-11-21 20:03:10 UTC (rev 758543)
+++ PKGBUILD2020-11-21 20:04:20 UTC (rev 758544)
@@ -4,7 +4,7 @@
 
 pkgname=youtube-dl
 pkgver=2020.11.21.1
-pkgrel=1
+pkgrel=2
 pkgdesc="A command-line program to download videos from YouTube.com and a few 
more sites"
 arch=('any')
 url="https://ytdl-org.github.io/youtube-dl/";


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

2020-11-21 Thread Jaroslav Lichtblau via arch-commits
Date: Saturday, November 21, 2020 @ 20:01:58
  Author: jlichtblau
Revision: 758541

archrelease: copy trunk to community-any

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

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

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

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


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

2020-11-21 Thread Jaroslav Lichtblau via arch-commits
Date: Saturday, November 21, 2020 @ 20:01:49
  Author: jlichtblau
Revision: 758540

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

Modified:
  youtube-dl/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2020-11-21 19:58:28 UTC (rev 758539)
+++ PKGBUILD2020-11-21 20:01:49 UTC (rev 758540)
@@ -3,8 +3,8 @@
 # Contributor: Eric Bélanger 
 
 pkgname=youtube-dl
-pkgver=2020.11.19
-pkgrel=2
+pkgver=2020.11.21.1
+pkgrel=1
 pkgdesc="A command-line program to download videos from YouTube.com and a few 
more sites"
 arch=('any')
 url="https://ytdl-org.github.io/youtube-dl/";
@@ -15,7 +15,7 @@
 'atomicparsley: for embedding thumbnails into m4a files'
 'python-pycryptodome: for hlsnative downloader')
 
source=("https://youtube-dl.org/downloads/${pkgver}/${pkgname}-${pkgver}.tar.gz"{,.sig})
-sha256sums=('f8c14d9eb2fd8fe7242de8b96f2c918810867c518a162405644f483dcd14be9e'
+sha256sums=('d4b173bb1113bc1641cf130d088976bb8d1484f6bd5937872c1f89b1e28e3429'
 'SKIP')
 validpgpkeys=('ED7F5BF46B3BBED81C87368E2C393E0F18A9236D') # Sergey M.
 


[arch-commits] Commit in python-gphoto2/repos/community-staging-x86_64 (2 files)

2020-11-20 Thread Jaroslav Lichtblau via arch-commits
Date: Friday, November 20, 2020 @ 20:37:06
  Author: jlichtblau
Revision: 758091

archrelease: copy trunk to community-staging-x86_64

Added:
  python-gphoto2/repos/community-staging-x86_64/PKGBUILD
(from rev 758090, python-gphoto2/trunk/PKGBUILD)
Deleted:
  python-gphoto2/repos/community-staging-x86_64/PKGBUILD

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

Deleted: PKGBUILD
===
--- PKGBUILD2020-11-20 20:36:56 UTC (rev 758090)
+++ PKGBUILD2020-11-20 20:37:06 UTC (rev 758091)
@@ -1,25 +0,0 @@
-# Maintainer: Jaroslav Lichtblau 
-# Contributor: Francois Boulogne 
-
-pkgname=python-gphoto2
-pkgver=2.2.1
-pkgrel=3
-pkgdesc="Python interface to libgphoto2"
-arch=('x86_64')
-url="https://github.com/jim-easterbrook/python-gphoto2";
-license=('GPL3')
-depends=('libgphoto2' 'python')
-makedepends=('swig')
-source=($pkgname-$pkgver.tar.gz::https://github.com/jim-easterbrook/$pkgname/archive/v$pkgver.tar.gz)
-sha256sums=('e1186797589d9c543b6744e4f73b6519e6ffbaad49eb8083615ecc0b8f92e21c')
-
-build() {
-  cd $pkgname-$pkgver
-  python setup.py build_swig
-  python setup.py build
-}
-
-package(){
-  cd $pkgname-$pkgver
-  python setup.py install --root="${pkgdir}" --optimize=1
-}

Copied: python-gphoto2/repos/community-staging-x86_64/PKGBUILD (from rev 
758090, python-gphoto2/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD    2020-11-20 20:37:06 UTC (rev 758091)
@@ -0,0 +1,25 @@
+# Maintainer: Jaroslav Lichtblau 
+# Contributor: Francois Boulogne 
+
+pkgname=python-gphoto2
+pkgver=2.2.4
+pkgrel=2
+pkgdesc="Python interface to libgphoto2"
+arch=('x86_64')
+url="https://github.com/jim-easterbrook/python-gphoto2";
+license=('GPL3')
+depends=('libgphoto2' 'python')
+makedepends=('swig')
+source=($pkgname-$pkgver.tar.gz::https://github.com/jim-easterbrook/$pkgname/archive/v$pkgver.tar.gz)
+sha256sums=('f79df226e61b308077ce2fd2f2922a2c6f68871e7504ddc98057c2063afe5c91')
+
+build() {
+  cd $pkgname-$pkgver
+  python setup.py build_swig
+  python setup.py build
+}
+
+package(){
+  cd $pkgname-$pkgver
+  python setup.py install --root="${pkgdir}" --optimize=1
+}


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

2020-11-20 Thread Jaroslav Lichtblau via arch-commits
Date: Friday, November 20, 2020 @ 20:36:56
  Author: jlichtblau
Revision: 758090

upgpkg: python-gphoto2 2.2.4-2 - new upstream release

Modified:
  python-gphoto2/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2020-11-20 20:34:12 UTC (rev 758089)
+++ PKGBUILD2020-11-20 20:36:56 UTC (rev 758090)
@@ -3,7 +3,7 @@
 
 pkgname=python-gphoto2
 pkgver=2.2.4
-pkgrel=1
+pkgrel=2
 pkgdesc="Python interface to libgphoto2"
 arch=('x86_64')
 url="https://github.com/jim-easterbrook/python-gphoto2";


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

2020-11-20 Thread Jaroslav Lichtblau via arch-commits
Date: Friday, November 20, 2020 @ 20:34:12
  Author: jlichtblau
Revision: 758089

archrelease: copy trunk to community-x86_64

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

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

Deleted: PKGBUILD
===
--- PKGBUILD2020-11-20 20:34:01 UTC (rev 758088)
+++ PKGBUILD2020-11-20 20:34:12 UTC (rev 758089)
@@ -1,25 +0,0 @@
-# Maintainer: Jaroslav Lichtblau 
-# Contributor: Francois Boulogne 
-
-pkgname=python-gphoto2
-pkgver=2.2.1
-pkgrel=1
-pkgdesc="Python interface to libgphoto2"
-arch=('x86_64')
-url="https://github.com/jim-easterbrook/python-gphoto2";
-license=('GPL3')
-depends=('libgphoto2' 'python')
-makedepends=('swig')
-source=($pkgname-$pkgver.tar.gz::https://github.com/jim-easterbrook/$pkgname/archive/v$pkgver.tar.gz)
-sha256sums=('e1186797589d9c543b6744e4f73b6519e6ffbaad49eb8083615ecc0b8f92e21c')
-
-build() {
-  cd $pkgname-$pkgver
-  python setup.py build_swig
-  python setup.py build
-}
-
-package(){
-  cd $pkgname-$pkgver
-  python setup.py install --root="${pkgdir}" --optimize=1
-}

Copied: python-gphoto2/repos/community-x86_64/PKGBUILD (from rev 758088, 
python-gphoto2/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD    2020-11-20 20:34:12 UTC (rev 758089)
@@ -0,0 +1,25 @@
+# Maintainer: Jaroslav Lichtblau 
+# Contributor: Francois Boulogne 
+
+pkgname=python-gphoto2
+pkgver=2.2.4
+pkgrel=1
+pkgdesc="Python interface to libgphoto2"
+arch=('x86_64')
+url="https://github.com/jim-easterbrook/python-gphoto2";
+license=('GPL3')
+depends=('libgphoto2' 'python')
+makedepends=('swig')
+source=($pkgname-$pkgver.tar.gz::https://github.com/jim-easterbrook/$pkgname/archive/v$pkgver.tar.gz)
+sha256sums=('f79df226e61b308077ce2fd2f2922a2c6f68871e7504ddc98057c2063afe5c91')
+
+build() {
+  cd $pkgname-$pkgver
+  python setup.py build_swig
+  python setup.py build
+}
+
+package(){
+  cd $pkgname-$pkgver
+  python setup.py install --root="${pkgdir}" --optimize=1
+}


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

2020-11-20 Thread Jaroslav Lichtblau via arch-commits
Date: Friday, November 20, 2020 @ 20:34:01
  Author: jlichtblau
Revision: 758088

upgpkg: python-gphoto2 2.2.4-1 - new upstream release

Modified:
  python-gphoto2/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2020-11-20 20:28:55 UTC (rev 758087)
+++ PKGBUILD2020-11-20 20:34:01 UTC (rev 758088)
@@ -2,8 +2,8 @@
 # Contributor: Francois Boulogne 
 
 pkgname=python-gphoto2
-pkgver=2.2.1
-pkgrel=3
+pkgver=2.2.4
+pkgrel=1
 pkgdesc="Python interface to libgphoto2"
 arch=('x86_64')
 url="https://github.com/jim-easterbrook/python-gphoto2";
@@ -11,7 +11,7 @@
 depends=('libgphoto2' 'python')
 makedepends=('swig')
 
source=($pkgname-$pkgver.tar.gz::https://github.com/jim-easterbrook/$pkgname/archive/v$pkgver.tar.gz)
-sha256sums=('e1186797589d9c543b6744e4f73b6519e6ffbaad49eb8083615ecc0b8f92e21c')
+sha256sums=('f79df226e61b308077ce2fd2f2922a2c6f68871e7504ddc98057c2063afe5c91')
 
 build() {
   cd $pkgname-$pkgver


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

2020-11-19 Thread Jaroslav Lichtblau via arch-commits
Date: Thursday, November 19, 2020 @ 22:31:17
  Author: jlichtblau
Revision: 757826

archrelease: copy trunk to community-staging-any

Added:
  python-hglib/repos/community-staging-any/
  python-hglib/repos/community-staging-any/PKGBUILD
(from rev 757825, python-hglib/trunk/PKGBUILD)

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

Copied: python-hglib/repos/community-staging-any/PKGBUILD (from rev 757825, 
python-hglib/trunk/PKGBUILD)
===
--- community-staging-any/PKGBUILD  (rev 0)
+++ community-staging-any/PKGBUILD  2020-11-19 22:31:17 UTC (rev 757826)
@@ -0,0 +1,26 @@
+# Maintainer: Jaroslav Lichtblau 
+# Contributor: Erik Johnson 
+# Contributor: Jelle van der Waa 
+
+pkgname=python-hglib
+pkgver=2.6.2
+pkgrel=2
+arch=('any')
+url="https://pypi.python.org/pypi/python-hglib";
+license=('MIT')
+pkgdesc="A library with a fast, convenient interface to Mercurial. It uses 
Mercurial's command server for communication with hg."
+depends=('python' 'mercurial')
+checkdepends=('python-nose')
+source=(https://files.pythonhosted.org/packages/fb/11/1cfa47d5e2aa45f6a803fcdf4484f8255383221ccb2f521d9010afca0d8d/$pkgname-$pkgver.tar.gz)
+sha256sums=('b18bd1ed53c90ee57d5714d66ad6bb72b64e930d4aeca9830892c08bb28da608')
+
+check() {
+  cd ${pkgname}-${pkgver}
+  python test.py
+}
+
+package() {
+  cd ${pkgname}-${pkgver}
+  python setup.py install --root="${pkgdir}" --optimize=1
+  install -Dm644 LICENSE "${pkgdir}"/usr/share/licenses/${pkgname}/LICENSE
+}


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

2020-11-19 Thread Jaroslav Lichtblau via arch-commits
Date: Thursday, November 19, 2020 @ 22:31:08
  Author: jlichtblau
Revision: 757825

upgpkg: python-hglib 2.6.2-2: Python 3.9 rebuild

Modified:
  python-hglib/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2020-11-19 22:29:30 UTC (rev 757824)
+++ PKGBUILD2020-11-19 22:31:08 UTC (rev 757825)
@@ -4,7 +4,7 @@
 
 pkgname=python-hglib
 pkgver=2.6.2
-pkgrel=1
+pkgrel=2
 arch=('any')
 url="https://pypi.python.org/pypi/python-hglib";
 license=('MIT')


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

2020-11-19 Thread Jaroslav Lichtblau via arch-commits
Date: Thursday, November 19, 2020 @ 22:29:30
  Author: jlichtblau
Revision: 757824

archrelease: copy trunk to community-any

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

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

Deleted: PKGBUILD
===
--- PKGBUILD2020-11-19 22:29:20 UTC (rev 757823)
+++ PKGBUILD2020-11-19 22:29:30 UTC (rev 757824)
@@ -1,37 +0,0 @@
-# Maintainer: Jaroslav Lichtblau 
-# Contributor: Erik Johnson 
-# Contributor: Jelle van der Waa 
-
-pkgname=python-hglib
-pkgver=2.6.1
-pkgrel=3
-arch=('any')
-url="https://pypi.python.org/pypi/python-hglib";
-license=('MIT')
-pkgdesc="A library with a fast, convenient interface to Mercurial. It uses 
Mercurial's command server for communication with hg."
-depends=('python' 'mercurial')
-checkdepends=('python-nose')
-source=(https://files.pythonhosted.org/packages/source/${pkgname:0:1}/${pkgname}/${pkgname}-${pkgver}.tar.gz{,.asc}
-
hglib-fix-obsolete-markers.patch::https://www.mercurial-scm.org/repo/python-hglib/raw-rev/12e6aaef0f6e)
-validpgpkeys=('2BCCE14F5C6725AA2EA8AEB7B9C9DC824AA5BDD5') # Augie Fackler 
 v2.5
-# v2.4 validpgpkeys=('FAD61395F642FC2B33C84B9A205781AC682A2D72') # Matthew 
Mackall 
-sha256sums=('7c1fa0cb4d332dd6ec8409b04787ceba4623e97fb378656f7cab0b996c6ca3b2'
-'SKIP'
-'ea0d32a061746ebe621e070ddb4653bbb4f755503ed63489c100870e82b7f553')
-
-prepare() {
-  cd "${pkgname}-${pkgver}"
-  # pass tests with recent mercurial versions
-  patch -p1 -i ../hglib-fix-obsolete-markers.patch
-}
-
-check() {
-  cd "${srcdir}/${pkgname}-${pkgver}"
-  python test.py
-}
-
-package() {
-  cd "${srcdir}/${pkgname}-${pkgver}"
-  python setup.py install --root=${pkgdir} --optimize=1
-  install -Dm644 LICENSE "${pkgdir}"/usr/share/licenses/${pkgname}/LICENSE
-}

Copied: python-hglib/repos/community-any/PKGBUILD (from rev 757823, 
python-hglib/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2020-11-19 22:29:30 UTC (rev 757824)
@@ -0,0 +1,26 @@
+# Maintainer: Jaroslav Lichtblau 
+# Contributor: Erik Johnson 
+# Contributor: Jelle van der Waa 
+
+pkgname=python-hglib
+pkgver=2.6.2
+pkgrel=1
+arch=('any')
+url="https://pypi.python.org/pypi/python-hglib";
+license=('MIT')
+pkgdesc="A library with a fast, convenient interface to Mercurial. It uses 
Mercurial's command server for communication with hg."
+depends=('python' 'mercurial')
+checkdepends=('python-nose')
+source=(https://files.pythonhosted.org/packages/fb/11/1cfa47d5e2aa45f6a803fcdf4484f8255383221ccb2f521d9010afca0d8d/$pkgname-$pkgver.tar.gz)
+sha256sums=('b18bd1ed53c90ee57d5714d66ad6bb72b64e930d4aeca9830892c08bb28da608')
+
+check() {
+  cd ${pkgname}-${pkgver}
+  python test.py
+}
+
+package() {
+  cd ${pkgname}-${pkgver}
+  python setup.py install --root="${pkgdir}" --optimize=1
+  install -Dm644 LICENSE "${pkgdir}"/usr/share/licenses/${pkgname}/LICENSE
+}


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

2020-11-19 Thread Jaroslav Lichtblau via arch-commits
Date: Thursday, November 19, 2020 @ 22:29:20
  Author: jlichtblau
Revision: 757823

upgpkg: python-hglib 2.6.2-1 - new upstream release

Modified:
  python-hglib/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2020-11-19 22:07:15 UTC (rev 757822)
+++ PKGBUILD2020-11-19 22:29:20 UTC (rev 757823)
@@ -3,8 +3,8 @@
 # Contributor: Jelle van der Waa 
 
 pkgname=python-hglib
-pkgver=2.6.1
-pkgrel=3
+pkgver=2.6.2
+pkgrel=1
 arch=('any')
 url="https://pypi.python.org/pypi/python-hglib";
 license=('MIT')
@@ -11,20 +11,9 @@
 pkgdesc="A library with a fast, convenient interface to Mercurial. It uses 
Mercurial's command server for communication with hg."
 depends=('python' 'mercurial')
 checkdepends=('python-nose')
-source=(https://files.pythonhosted.org/packages/source/${pkgname:0:1}/${pkgname}/${pkgname}-${pkgver}.tar.gz{,.asc}
-
hglib-fix-obsolete-markers.patch::https://www.mercurial-scm.org/repo/python-hglib/raw-rev/12e6aaef0f6e)
-validpgpkeys=('2BCCE14F5C6725AA2EA8AEB7B9C9DC824AA5BDD5') # Augie Fackler 
 v2.5
-# v2.4 validpgpkeys=('FAD61395F642FC2B33C84B9A205781AC682A2D72') # Matthew 
Mackall 
-sha256sums=('7c1fa0cb4d332dd6ec8409b04787ceba4623e97fb378656f7cab0b996c6ca3b2'
-'SKIP'
-'ea0d32a061746ebe621e070ddb4653bbb4f755503ed63489c100870e82b7f553')
+source=(https://files.pythonhosted.org/packages/fb/11/1cfa47d5e2aa45f6a803fcdf4484f8255383221ccb2f521d9010afca0d8d/$pkgname-$pkgver.tar.gz)
+sha256sums=('b18bd1ed53c90ee57d5714d66ad6bb72b64e930d4aeca9830892c08bb28da608')
 
-prepare() {
-  cd ${pkgname}-${pkgver}
-  # pass tests with recent mercurial versions
-  patch -p1 -i ../hglib-fix-obsolete-markers.patch
-}
-
 check() {
   cd ${pkgname}-${pkgver}
   python test.py


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

2020-11-19 Thread Jaroslav Lichtblau via arch-commits
Date: Thursday, November 19, 2020 @ 22:07:15
  Author: jlichtblau
Revision: 757822

archrelease: copy trunk to community-staging-any

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

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

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

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


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

2020-11-19 Thread Jaroslav Lichtblau via arch-commits
Date: Thursday, November 19, 2020 @ 22:07:06
  Author: jlichtblau
Revision: 757821

upgpkg: youtube-dl 2020.11.19-2: Python 3.9 rebuild

Modified:
  youtube-dl/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2020-11-19 22:03:00 UTC (rev 757820)
+++ PKGBUILD2020-11-19 22:07:06 UTC (rev 757821)
@@ -4,7 +4,7 @@
 
 pkgname=youtube-dl
 pkgver=2020.11.19
-pkgrel=1
+pkgrel=2
 pkgdesc="A command-line program to download videos from YouTube.com and a few 
more sites"
 arch=('any')
 url="https://ytdl-org.github.io/youtube-dl/";


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

2020-11-19 Thread Jaroslav Lichtblau via arch-commits
Date: Thursday, November 19, 2020 @ 22:03:00
  Author: jlichtblau
Revision: 757820

archrelease: copy trunk to community-any

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

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

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

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


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

2020-11-19 Thread Jaroslav Lichtblau via arch-commits
Date: Thursday, November 19, 2020 @ 22:02:48
  Author: jlichtblau
Revision: 757819

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

Modified:
  youtube-dl/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2020-11-19 22:00:12 UTC (rev 757818)
+++ PKGBUILD2020-11-19 22:02:48 UTC (rev 757819)
@@ -3,8 +3,8 @@
 # Contributor: Eric Bélanger 
 
 pkgname=youtube-dl
-pkgver=2020.11.18
-pkgrel=2
+pkgver=2020.11.19
+pkgrel=1
 pkgdesc="A command-line program to download videos from YouTube.com and a few 
more sites"
 arch=('any')
 url="https://ytdl-org.github.io/youtube-dl/";
@@ -15,7 +15,7 @@
 'atomicparsley: for embedding thumbnails into m4a files'
 'python-pycryptodome: for hlsnative downloader')
 
source=("https://youtube-dl.org/downloads/${pkgver}/${pkgname}-${pkgver}.tar.gz"{,.sig})
-sha256sums=('6dbbc339520df3634c57678756dcd81c9dc6f95af91f2032b33d5c2ef0f3fedf'
+sha256sums=('f8c14d9eb2fd8fe7242de8b96f2c918810867c518a162405644f483dcd14be9e'
 'SKIP')
 validpgpkeys=('ED7F5BF46B3BBED81C87368E2C393E0F18A9236D') # Sergey M.
 


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

2020-11-18 Thread Jaroslav Lichtblau via arch-commits
Date: Wednesday, November 18, 2020 @ 16:42:23
  Author: jlichtblau
Revision: 757138

archrelease: copy trunk to community-any

Added:
  wgetpaste/repos/community-any/PKGBUILD
(from rev 757137, wgetpaste/trunk/PKGBUILD)
  wgetpaste/repos/community-any/wgetpaste.changelog
(from rev 757137, wgetpaste/trunk/wgetpaste.changelog)
Deleted:
  wgetpaste/repos/community-any/PKGBUILD
  wgetpaste/repos/community-any/wgetpaste.changelog

-+
 PKGBUILD|   55 +++---
 wgetpaste.changelog |   89 +-
 2 files changed, 74 insertions(+), 70 deletions(-)

Deleted: PKGBUILD
===
--- PKGBUILD2020-11-18 16:42:14 UTC (rev 757137)
+++ PKGBUILD2020-11-18 16:42:23 UTC (rev 757138)
@@ -1,27 +0,0 @@
-# Maintainer: Jaroslav Lichtblau 
-
-pkgname=wgetpaste
-pkgver=2.29
-pkgrel=1
-pkgdesc="A script that automates pasting to a number of pastebin services"
-arch=('any')
-url="https://wgetpaste.zlin.dk/";
-license=('custom')
-depends=('wget')
-optdepends=('xclip: interface to Xclipboard')
-source=(https://wgetpaste.zlin.dk/$pkgname-$pkgver.tar.bz2
-https://wgetpaste.zlin.dk/$pkgname.example)
-sha256sums=('42e42437f97376c9a2793839344205eff40c9f6b4a7d356e17fef83f72e7e0e6'
-'cbc0437f7e04d95ffd224011ee2a056a84dfd7143e314e6962688295f68def4d')
-
-package() {
-  cd "${srcdir}"/${pkgname}-${pkgver}
-
-  install -Dm755 ${pkgname} "${pkgdir}"/usr/bin/${pkgname}
-  install -Dm644 _${pkgname} 
"${pkgdir}"/usr/share/zsh/site-functions/_${pkgname}
-  install -Dm644 "${srcdir}"/${pkgname}.example 
${pkgdir}/usr/share/${pkgname}/${pkgname}.example
-
-# license
-  sed -n '2,5p' wgetpaste > LICENSE
-  install -Dm644 LICENSE "${pkgdir}"/usr/share/licenses/$pkgname/LICENSE
-}

Copied: wgetpaste/repos/community-any/PKGBUILD (from rev 757137, 
wgetpaste/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2020-11-18 16:42:23 UTC (rev 757138)
@@ -0,0 +1,28 @@
+# Maintainer: Jaroslav Lichtblau 
+
+pkgname=wgetpaste
+pkgver=2.30
+pkgrel=1
+pkgdesc="A script that automates pasting to a number of pastebin services"
+arch=('any')
+url="https://wgetpaste.zlin.dk/";
+license=('custom')
+depends=('wget')
+optdepends=('xclip: interface to Xclipboard')
+changelog=$pkgname.changelog
+source=(https://wgetpaste.zlin.dk/$pkgname-$pkgver.tar.bz2
+https://wgetpaste.zlin.dk/$pkgname.example)
+sha256sums=('e3ec35f1ff49f2204864e3b4d784f6c032cdddb62cadf69263900c67a4896592'
+'cbc0437f7e04d95ffd224011ee2a056a84dfd7143e314e6962688295f68def4d')
+
+package() {
+  cd "${srcdir}"/${pkgname}-${pkgver}
+
+  install -Dm755 ${pkgname} "${pkgdir}"/usr/bin/${pkgname}
+  install -Dm644 _${pkgname} 
"${pkgdir}"/usr/share/zsh/site-functions/_${pkgname}
+  install -Dm644 "${srcdir}"/${pkgname}.example 
${pkgdir}/usr/share/${pkgname}/${pkgname}.example
+
+# license
+  sed -n '2,5p' wgetpaste > LICENSE
+  install -Dm644 LICENSE "${pkgdir}"/usr/share/licenses/$pkgname/LICENSE
+}

Deleted: wgetpaste.changelog
===========
--- wgetpaste.changelog 2020-11-18 16:42:14 UTC (rev 757137)
+++ wgetpaste.changelog 2020-11-18 16:42:23 UTC (rev 757138)
@@ -1,43 +0,0 @@
-2019-12-27 Jaroslav Lichtblau 
-   * wgetpaste 2.29-1
-
-2016-07-21 Jaroslav Lichtblau 
-   * wgetpaste 2.28-1
-
-2016-03-10 Jaroslav Lichtblau 
-   * wgetpaste 2.27-1
-
-2015-04-18 Jaroslav Lichtblau 
-   * wgetpaste 2.26-1
-
-2014-10-07 Jaroslav Lichtblau 
-   * wgetpaste 2.25-1
-
-2013-12-02 Jaroslav Lichtblau 
-   * wgetpaste 2.23-1
-
-2013-05-18 Jaroslav Lichtblau 
-   * wgetpaste 2.22-1
-
-2012-05-13 Jaroslav Lichtblau 
-   * wgetpaste 2.20-1
-
-2012-05-05 Jaroslav Lichtblau 
-   * wgetpaste 2.19-1
-
-2010-09-16 Jaroslav Lichtblau 
-   * wgetpaste 2.18
-
-2010-02-23 Jaroslav Lichtblau 
-   * wgetpaste 2.16
-
-2009-07-05 Jaroslav Lichtblau 
-   * FS#15223 fixed 2.13-3
-   * sed dependency removed - included in the base group
-
-2009-05-31 Jaroslav Lichtblau 
-   * FS#14864 fixed 2.13-2
-
-2009-05-28 Jaroslav Lichtblau 
-   * wgetpaste 2.13
-   * Moved to [community] repo

Copied: wgetpaste/repos/community-any/wgetpaste.changelog (from rev 757137, 
wgetpaste/trunk/wgetpaste.changelog)
=======
--- wgetpaste.changelog (rev 0)
+++ wgetpaste.changelog 2020-11-18 16:42:23 UTC (rev 757138)
@@ -0,0 +1,46 @@
+2020-11-18 Jaroslav Lichtblau 
+   * wgetpas

[arch-commits] Commit in wgetpaste/trunk (PKGBUILD wgetpaste.changelog)

2020-11-18 Thread Jaroslav Lichtblau via arch-commits
Date: Wednesday, November 18, 2020 @ 16:42:14
  Author: jlichtblau
Revision: 757137

upgpkg: wgetpaste 2.30-1 - new upstream release

Modified:
  wgetpaste/trunk/PKGBUILD
  wgetpaste/trunk/wgetpaste.changelog

-+
 PKGBUILD|5 +++--
 wgetpaste.changelog |3 +++
 2 files changed, 6 insertions(+), 2 deletions(-)

Modified: PKGBUILD
===
--- PKGBUILD2020-11-18 16:38:37 UTC (rev 757136)
+++ PKGBUILD2020-11-18 16:42:14 UTC (rev 757137)
@@ -1,7 +1,7 @@
 # Maintainer: Jaroslav Lichtblau 
 
 pkgname=wgetpaste
-pkgver=2.29
+pkgver=2.30
 pkgrel=1
 pkgdesc="A script that automates pasting to a number of pastebin services"
 arch=('any')
@@ -9,9 +9,10 @@
 license=('custom')
 depends=('wget')
 optdepends=('xclip: interface to Xclipboard')
+changelog=$pkgname.changelog
 source=(https://wgetpaste.zlin.dk/$pkgname-$pkgver.tar.bz2
 https://wgetpaste.zlin.dk/$pkgname.example)
-sha256sums=('42e42437f97376c9a2793839344205eff40c9f6b4a7d356e17fef83f72e7e0e6'
+sha256sums=('e3ec35f1ff49f2204864e3b4d784f6c032cdddb62cadf69263900c67a4896592'
 'cbc0437f7e04d95ffd224011ee2a056a84dfd7143e314e6962688295f68def4d')
 
 package() {

Modified: wgetpaste.changelog
===
--- wgetpaste.changelog 2020-11-18 16:38:37 UTC (rev 757136)
+++ wgetpaste.changelog 2020-11-18 16:42:14 UTC (rev 757137)
@@ -1,3 +1,6 @@
+2020-11-18 Jaroslav Lichtblau 
+   * wgetpaste 2.30-1
+
 2019-12-27 Jaroslav Lichtblau 
* wgetpaste 2.29-1
 


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

2020-11-18 Thread Jaroslav Lichtblau via arch-commits
Date: Wednesday, November 18, 2020 @ 16:38:37
  Author: jlichtblau
Revision: 757136

archrelease: copy trunk to community-staging-any

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

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

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

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


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

2020-11-18 Thread Jaroslav Lichtblau via arch-commits
Date: Wednesday, November 18, 2020 @ 16:38:16
  Author: jlichtblau
Revision: 757135

upgpkg: youtube-dl 2020.11.18-2: Python 3.9. rebuild

Modified:
  youtube-dl/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2020-11-18 16:36:13 UTC (rev 757134)
+++ PKGBUILD2020-11-18 16:38:16 UTC (rev 757135)
@@ -4,7 +4,7 @@
 
 pkgname=youtube-dl
 pkgver=2020.11.18
-pkgrel=1
+pkgrel=2
 pkgdesc="A command-line program to download videos from YouTube.com and a few 
more sites"
 arch=('any')
 url="https://ytdl-org.github.io/youtube-dl/";


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

2020-11-18 Thread Jaroslav Lichtblau via arch-commits
Date: Wednesday, November 18, 2020 @ 16:36:13
  Author: jlichtblau
Revision: 757134

archrelease: copy trunk to community-any

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

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

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

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


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

2020-11-18 Thread Jaroslav Lichtblau via arch-commits
Date: Wednesday, November 18, 2020 @ 16:36:04
  Author: jlichtblau
Revision: 757133

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

Modified:
  youtube-dl/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2020-11-18 16:03:57 UTC (rev 757132)
+++ PKGBUILD2020-11-18 16:36:04 UTC (rev 757133)
@@ -3,8 +3,8 @@
 # Contributor: Eric Bélanger 
 
 pkgname=youtube-dl
-pkgver=2020.11.17
-pkgrel=2
+pkgver=2020.11.18
+pkgrel=1
 pkgdesc="A command-line program to download videos from YouTube.com and a few 
more sites"
 arch=('any')
 url="https://ytdl-org.github.io/youtube-dl/";
@@ -15,7 +15,7 @@
 'atomicparsley: for embedding thumbnails into m4a files'
 'python-pycryptodome: for hlsnative downloader')
 
source=("https://youtube-dl.org/downloads/${pkgver}/${pkgname}-${pkgver}.tar.gz"{,.sig})
-sha256sums=('62854617c40c700db4d5f5a49fceb4642c0b3cfdd55769cc0c568a6a77d51b2c'
+sha256sums=('6dbbc339520df3634c57678756dcd81c9dc6f95af91f2032b33d5c2ef0f3fedf'
 'SKIP')
 validpgpkeys=('ED7F5BF46B3BBED81C87368E2C393E0F18A9236D') # Sergey M.
 


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

2020-11-17 Thread Jaroslav Lichtblau via arch-commits
Date: Tuesday, November 17, 2020 @ 13:51:08
  Author: jlichtblau
Revision: 756772

archrelease: copy trunk to community-x86_64

Added:
  umockdev/repos/community-x86_64/PKGBUILD
(from rev 756771, umockdev/trunk/PKGBUILD)
Deleted:
  umockdev/repos/community-x86_64/PKGBUILD

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

Deleted: PKGBUILD
===
--- PKGBUILD2020-11-17 13:50:59 UTC (rev 756771)
+++ PKGBUILD2020-11-17 13:51:08 UTC (rev 756772)
@@ -1,34 +0,0 @@
-# Maintainer: Jaroslav Lichtblau 
-# Contributor: Marcin (CTRL) Wieczorek 
-# Contributor: Xiao-Long Chen 
-
-pkgname=umockdev
-pkgver=0.15
-pkgrel=1
-pkgdesc="Record/mock hardware devices for bug reports and regression tests"
-arch=('x86_64')
-url="https://github.com/martinpitt/umockdev/";
-license=('LGPL')
-depends=('systemd' 'libgudev')
-makedepends=('meson' 'gobject-introspection' 'gtk-doc' 'vala')
-source=($pkgname-$pkgver.tar.gz::https://github.com/martinpitt/$pkgname/archive/$pkgver.tar.gz)
-sha256sums=('82ea0d204d0d2715f847affc50c10d7bcdd7309eab583440f9f52eb07de35f0d')
-
-build() {
-  cd $pkgname-$pkgver
-
-  arch-meson ../build
-  ninja -v -C ../build
-}
-
-check() {
-  cd $pkgname-$pkgver
-
-  meson test -C ../build --print-errorlogs
-}
-
-package() {
-  cd $pkgname-$pkgver
-
-  DESTDIR="${pkgdir}" meson install -C ../build
-}

Copied: umockdev/repos/community-x86_64/PKGBUILD (from rev 756771, 
umockdev/trunk/PKGBUILD)
===
--- PKGBUILD    (rev 0)
+++ PKGBUILD2020-11-17 13:51:08 UTC (rev 756772)
@@ -0,0 +1,34 @@
+# Maintainer: Jaroslav Lichtblau 
+# Contributor: Marcin (CTRL) Wieczorek 
+# Contributor: Xiao-Long Chen 
+
+pkgname=umockdev
+pkgver=0.15.1
+pkgrel=1
+pkgdesc="Record/mock hardware devices for bug reports and regression tests"
+arch=('x86_64')
+url="https://github.com/martinpitt/umockdev/";
+license=('LGPL')
+depends=('systemd' 'libgudev')
+makedepends=('meson' 'gobject-introspection' 'gtk-doc' 'vala')
+source=($pkgname-$pkgver.tar.gz::https://github.com/martinpitt/$pkgname/archive/$pkgver.tar.gz)
+sha256sums=('a738229c94d5eb9ee9fbd634acdf8b3a25a52bcbac72d93130d3b6b9c71d4099')
+
+build() {
+  cd $pkgname-$pkgver
+
+  arch-meson -Dgtk_doc=true ../build
+  ninja -v -C ../build
+}
+
+check() {
+  cd $pkgname-$pkgver
+
+  meson test -C ../build --print-errorlogs
+}
+
+package() {
+  cd $pkgname-$pkgver
+
+  DESTDIR="${pkgdir}" meson install -C ../build
+}


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

2020-11-17 Thread Jaroslav Lichtblau via arch-commits
Date: Tuesday, November 17, 2020 @ 13:50:59
  Author: jlichtblau
Revision: 756771

upgpkg: umockdev 0.15.1-1 - new upstream release

Modified:
  umockdev/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2020-11-17 13:31:26 UTC (rev 756770)
+++ PKGBUILD2020-11-17 13:50:59 UTC (rev 756771)
@@ -3,7 +3,7 @@
 # Contributor: Xiao-Long Chen 
 
 pkgname=umockdev
-pkgver=0.15
+pkgver=0.15.1
 pkgrel=1
 pkgdesc="Record/mock hardware devices for bug reports and regression tests"
 arch=('x86_64')
@@ -12,12 +12,12 @@
 depends=('systemd' 'libgudev')
 makedepends=('meson' 'gobject-introspection' 'gtk-doc' 'vala')
 
source=($pkgname-$pkgver.tar.gz::https://github.com/martinpitt/$pkgname/archive/$pkgver.tar.gz)
-sha256sums=('82ea0d204d0d2715f847affc50c10d7bcdd7309eab583440f9f52eb07de35f0d')
+sha256sums=('a738229c94d5eb9ee9fbd634acdf8b3a25a52bcbac72d93130d3b6b9c71d4099')
 
 build() {
   cd $pkgname-$pkgver
 
-  arch-meson ../build
+  arch-meson -Dgtk_doc=true ../build
   ninja -v -C ../build
 }
 


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

2020-11-16 Thread Jaroslav Lichtblau via arch-commits
Date: Tuesday, November 17, 2020 @ 07:39:02
  Author: jlichtblau
Revision: 756058

archrelease: copy trunk to community-staging-any

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

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

Deleted: PKGBUILD
===
--- PKGBUILD2020-11-17 07:38:54 UTC (rev 756057)
+++ PKGBUILD2020-11-17 07:39:02 UTC (rev 756058)
@@ -1,41 +0,0 @@
-# Maintainer: Jaroslav Lichtblau 
-# Maintainer: Daniel M. Capella 
-# Contributor: Eric Bélanger 
-
-pkgname=youtube-dl
-pkgver=2020.11.12
-pkgrel=2
-pkgdesc="A command-line program to download videos from YouTube.com and a few 
more sites"
-arch=('any')
-url="https://ytdl-org.github.io/youtube-dl/";
-license=('custom')
-depends=('python' 'python-setuptools')
-optdepends=('ffmpeg: for video post-processing'
-'rtmpdump: for rtmp streams support'
-'atomicparsley: for embedding thumbnails into m4a files'
-'python-pycryptodome: for hlsnative downloader')
-source=("https://youtube-dl.org/downloads/${pkgver}/${pkgname}-${pkgver}.tar.gz"{,.sig})
-sha256sums=('aeb00b2079c4711de7eea2a91f6923ebade84c5e985b0caeb47d572395d42831'
-'SKIP')
-validpgpkeys=('ED7F5BF46B3BBED81C87368E2C393E0F18A9236D') # Sergey M.
-
-prepare() {
-  cd ${pkgname}
-  sed -i 's|etc/bash_completion.d|share/bash-completion/completions|' setup.py
-  sed -i 's|etc/fish/completions|share/fish/vendor_completions.d|' setup.py
-}
-
-build() {
-  cd ${pkgname}
-  export PYTHONHASHSEED=0
-  python setup.py build
-}
-
-package() {
-  cd ${pkgname}
-  python setup.py install --root="${pkgdir}/" --optimize=1 --skip-build
-  mv 
"${pkgdir}/usr/share/bash-completion/completions/youtube-dl.bash-completion" \
- "${pkgdir}/usr/share/bash-completion/completions/youtube-dl"
-  install -Dm644 youtube-dl.zsh 
"${pkgdir}/usr/share/zsh/site-functions/_youtube-dl"
-  install -Dm644 LICENSE "${pkgdir}/usr/share/licenses/${pkgname}/LICENSE"
-}

Copied: youtube-dl/repos/community-staging-any/PKGBUILD (from rev 756057, 
youtube-dl/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2020-11-17 07:39:02 UTC (rev 756058)
@@ -0,0 +1,41 @@
+# Maintainer: Jaroslav Lichtblau 
+# Maintainer: Daniel M. Capella 
+# Contributor: Eric Bélanger 
+
+pkgname=youtube-dl
+pkgver=2020.11.17
+pkgrel=2
+pkgdesc="A command-line program to download videos from YouTube.com and a few 
more sites"
+arch=('any')
+url="https://ytdl-org.github.io/youtube-dl/";
+license=('custom')
+depends=('python' 'python-setuptools')
+optdepends=('ffmpeg: for video post-processing'
+'rtmpdump: for rtmp streams support'
+'atomicparsley: for embedding thumbnails into m4a files'
+'python-pycryptodome: for hlsnative downloader')
+source=("https://youtube-dl.org/downloads/${pkgver}/${pkgname}-${pkgver}.tar.gz"{,.sig})
+sha256sums=('62854617c40c700db4d5f5a49fceb4642c0b3cfdd55769cc0c568a6a77d51b2c'
+'SKIP')
+validpgpkeys=('ED7F5BF46B3BBED81C87368E2C393E0F18A9236D') # Sergey M.
+
+prepare() {
+  cd ${pkgname}
+  sed -i 's|etc/bash_completion.d|share/bash-completion/completions|' setup.py
+  sed -i 's|etc/fish/completions|share/fish/vendor_completions.d|' setup.py
+}
+
+build() {
+  cd ${pkgname}
+  export PYTHONHASHSEED=0
+  python setup.py build
+}
+
+package() {
+  cd ${pkgname}
+  python setup.py install --root="${pkgdir}/" --optimize=1 --skip-build
+  mv 
"${pkgdir}/usr/share/bash-completion/completions/youtube-dl.bash-completion" \
+ "${pkgdir}/usr/share/bash-completion/completions/youtube-dl"
+  install -Dm644 youtube-dl.zsh 
"${pkgdir}/usr/share/zsh/site-functions/_youtube-dl"
+  install -Dm644 LICENSE "${pkgdir}/usr/share/licenses/${pkgname}/LICENSE"
+}


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

2020-11-16 Thread Jaroslav Lichtblau via arch-commits
Date: Tuesday, November 17, 2020 @ 07:38:54
  Author: jlichtblau
Revision: 756057

upgpkg: youtube-dl 2020.11.17-2: Python 3.9 rebuild

Modified:
  youtube-dl/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2020-11-17 07:37:47 UTC (rev 756056)
+++ PKGBUILD2020-11-17 07:38:54 UTC (rev 756057)
@@ -4,7 +4,7 @@
 
 pkgname=youtube-dl
 pkgver=2020.11.17
-pkgrel=1
+pkgrel=2
 pkgdesc="A command-line program to download videos from YouTube.com and a few 
more sites"
 arch=('any')
 url="https://ytdl-org.github.io/youtube-dl/";


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

2020-11-16 Thread Jaroslav Lichtblau via arch-commits
Date: Tuesday, November 17, 2020 @ 07:37:06
  Author: jlichtblau
Revision: 756053

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

Modified:
  youtube-dl/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2020-11-17 07:36:30 UTC (rev 756052)
+++ PKGBUILD2020-11-17 07:37:06 UTC (rev 756053)
@@ -3,8 +3,8 @@
 # Contributor: Eric Bélanger 
 
 pkgname=youtube-dl
-pkgver=2020.11.12
-pkgrel=2
+pkgver=2020.11.17
+pkgrel=1
 pkgdesc="A command-line program to download videos from YouTube.com and a few 
more sites"
 arch=('any')
 url="https://ytdl-org.github.io/youtube-dl/";
@@ -15,7 +15,7 @@
 'atomicparsley: for embedding thumbnails into m4a files'
 'python-pycryptodome: for hlsnative downloader')
 
source=("https://youtube-dl.org/downloads/${pkgver}/${pkgname}-${pkgver}.tar.gz"{,.sig})
-sha256sums=('aeb00b2079c4711de7eea2a91f6923ebade84c5e985b0caeb47d572395d42831'
+sha256sums=('62854617c40c700db4d5f5a49fceb4642c0b3cfdd55769cc0c568a6a77d51b2c'
 'SKIP')
 validpgpkeys=('ED7F5BF46B3BBED81C87368E2C393E0F18A9236D') # Sergey M.
 


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

2020-11-16 Thread Jaroslav Lichtblau via arch-commits
Date: Tuesday, November 17, 2020 @ 07:37:14
  Author: jlichtblau
Revision: 756054

archrelease: copy trunk to community-any

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

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

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

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


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

2020-11-16 Thread Jaroslav Lichtblau via arch-commits
Date: Monday, November 16, 2020 @ 19:11:48
  Author: jlichtblau
Revision: 755531

archrelease: copy trunk to community-x86_64

Added:
  umockdev/repos/community-x86_64/PKGBUILD
(from rev 755530, umockdev/trunk/PKGBUILD)
Deleted:
  umockdev/repos/community-x86_64/PKGBUILD

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

Deleted: PKGBUILD
===
--- PKGBUILD2020-11-16 19:11:37 UTC (rev 755530)
+++ PKGBUILD2020-11-16 19:11:48 UTC (rev 755531)
@@ -1,28 +0,0 @@
-# Maintainer: Jaroslav Lichtblau 
-# Contributor: Marcin (CTRL) Wieczorek 
-# Contributor: Xiao-Long Chen 
-
-pkgname=umockdev
-pkgver=0.14.5
-pkgrel=1
-pkgdesc="Record/mock hardware devices for bug reports and regression tests"
-arch=('x86_64')
-url="https://github.com/martinpitt/umockdev/";
-license=('LGPL')
-depends=('systemd' 'libgudev')
-makedepends=('gobject-introspection' 'gtk-doc' 'vala')
-source=($pkgname-$pkgver.tar.gz::https://github.com/martinpitt/$pkgname/archive/$pkgver.tar.gz)
-sha256sums=('9cc8cbe69e457c480bd580c3bf1339d1ab4f715cc860e1911a6cbc3effb42457')
-
-build() {
-  cd "${srcdir}"/${pkgname}-${pkgver}
-
-  ./autogen.sh --prefix=/usr --enable-gtk-doc --enable-introspection
-  make
-}
-
-package() {
-  cd "${srcdir}"/${pkgname}-${pkgver}
-
-  make DESTDIR="${pkgdir}" install
-}

Copied: umockdev/repos/community-x86_64/PKGBUILD (from rev 755530, 
umockdev/trunk/PKGBUILD)
===
--- PKGBUILD    (rev 0)
+++ PKGBUILD2020-11-16 19:11:48 UTC (rev 755531)
@@ -0,0 +1,34 @@
+# Maintainer: Jaroslav Lichtblau 
+# Contributor: Marcin (CTRL) Wieczorek 
+# Contributor: Xiao-Long Chen 
+
+pkgname=umockdev
+pkgver=0.15
+pkgrel=1
+pkgdesc="Record/mock hardware devices for bug reports and regression tests"
+arch=('x86_64')
+url="https://github.com/martinpitt/umockdev/";
+license=('LGPL')
+depends=('systemd' 'libgudev')
+makedepends=('meson' 'gobject-introspection' 'gtk-doc' 'vala')
+source=($pkgname-$pkgver.tar.gz::https://github.com/martinpitt/$pkgname/archive/$pkgver.tar.gz)
+sha256sums=('82ea0d204d0d2715f847affc50c10d7bcdd7309eab583440f9f52eb07de35f0d')
+
+build() {
+  cd $pkgname-$pkgver
+
+  arch-meson ../build
+  ninja -v -C ../build
+}
+
+check() {
+  cd $pkgname-$pkgver
+
+  meson test -C ../build --print-errorlogs
+}
+
+package() {
+  cd $pkgname-$pkgver
+
+  DESTDIR="${pkgdir}" meson install -C ../build
+}


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

2020-11-16 Thread Jaroslav Lichtblau via arch-commits
Date: Monday, November 16, 2020 @ 19:11:37
  Author: jlichtblau
Revision: 755530

upgpkg: umockdev 0.15-1 - new upstream release

Modified:
  umockdev/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2020-11-16 19:09:31 UTC (rev 755529)
+++ PKGBUILD2020-11-16 19:11:37 UTC (rev 755530)
@@ -3,7 +3,7 @@
 # Contributor: Xiao-Long Chen 
 
 pkgname=umockdev
-pkgver=0.14.5
+pkgver=0.15
 pkgrel=1
 pkgdesc="Record/mock hardware devices for bug reports and regression tests"
 arch=('x86_64')
@@ -10,19 +10,25 @@
 url="https://github.com/martinpitt/umockdev/";
 license=('LGPL')
 depends=('systemd' 'libgudev')
-makedepends=('gobject-introspection' 'gtk-doc' 'vala')
+makedepends=('meson' 'gobject-introspection' 'gtk-doc' 'vala')
 
source=($pkgname-$pkgver.tar.gz::https://github.com/martinpitt/$pkgname/archive/$pkgver.tar.gz)
-sha256sums=('9cc8cbe69e457c480bd580c3bf1339d1ab4f715cc860e1911a6cbc3effb42457')
+sha256sums=('82ea0d204d0d2715f847affc50c10d7bcdd7309eab583440f9f52eb07de35f0d')
 
 build() {
-  cd "${srcdir}"/${pkgname}-${pkgver}
+  cd $pkgname-$pkgver
 
-  ./autogen.sh --prefix=/usr --enable-gtk-doc --enable-introspection
-  make
+  arch-meson ../build
+  ninja -v -C ../build
 }
 
+check() {
+  cd $pkgname-$pkgver
+
+  meson test -C ../build --print-errorlogs
+}
+
 package() {
-  cd "${srcdir}"/${pkgname}-${pkgver}
+  cd $pkgname-$pkgver
 
-  make DESTDIR="${pkgdir}" install
+  DESTDIR="${pkgdir}" meson install -C ../build
 }


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

2020-11-16 Thread Jaroslav Lichtblau via arch-commits
Date: Monday, November 16, 2020 @ 18:54:37
  Author: jlichtblau
Revision: 755524

archrelease: copy trunk to community-x86_64

Added:
  umockdev/repos/community-x86_64/PKGBUILD
(from rev 755523, umockdev/trunk/PKGBUILD)
Deleted:
  umockdev/repos/community-x86_64/PKGBUILD

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

Deleted: PKGBUILD
===
--- PKGBUILD2020-11-16 18:54:26 UTC (rev 755523)
+++ PKGBUILD2020-11-16 18:54:37 UTC (rev 755524)
@@ -1,28 +0,0 @@
-# Maintainer: Jaroslav Lichtblau 
-# Contributor: Marcin (CTRL) Wieczorek 
-# Contributor: Xiao-Long Chen 
-
-pkgname=umockdev
-pkgver=0.14.4
-pkgrel=1
-pkgdesc="Record/mock hardware devices for bug reports and regression tests"
-arch=('x86_64')
-url="https://github.com/martinpitt/umockdev/";
-license=('LGPL')
-depends=('systemd' 'libgudev')
-makedepends=('gobject-introspection' 'gtk-doc' 'vala')
-source=($pkgname-$pkgver.tar.gz::https://github.com/martinpitt/$pkgname/archive/$pkgver.tar.gz)
-sha256sums=('e0ece1cf55e6b975b61849bf2f20cb0f648f1046a17f0431cdd137fce35522eb')
-
-build() {
-  cd "${srcdir}"/${pkgname}-${pkgver}
-
-  ./autogen.sh --prefix=/usr --enable-gtk-doc --enable-introspection
-  make
-}
-
-package() {
-  cd "${srcdir}"/${pkgname}-${pkgver}
-
-  make DESTDIR="${pkgdir}" install
-}

Copied: umockdev/repos/community-x86_64/PKGBUILD (from rev 755523, 
umockdev/trunk/PKGBUILD)
===
--- PKGBUILD    (rev 0)
+++ PKGBUILD2020-11-16 18:54:37 UTC (rev 755524)
@@ -0,0 +1,28 @@
+# Maintainer: Jaroslav Lichtblau 
+# Contributor: Marcin (CTRL) Wieczorek 
+# Contributor: Xiao-Long Chen 
+
+pkgname=umockdev
+pkgver=0.14.5
+pkgrel=1
+pkgdesc="Record/mock hardware devices for bug reports and regression tests"
+arch=('x86_64')
+url="https://github.com/martinpitt/umockdev/";
+license=('LGPL')
+depends=('systemd' 'libgudev')
+makedepends=('gobject-introspection' 'gtk-doc' 'vala')
+source=($pkgname-$pkgver.tar.gz::https://github.com/martinpitt/$pkgname/archive/$pkgver.tar.gz)
+sha256sums=('9cc8cbe69e457c480bd580c3bf1339d1ab4f715cc860e1911a6cbc3effb42457')
+
+build() {
+  cd "${srcdir}"/${pkgname}-${pkgver}
+
+  ./autogen.sh --prefix=/usr --enable-gtk-doc --enable-introspection
+  make
+}
+
+package() {
+  cd "${srcdir}"/${pkgname}-${pkgver}
+
+  make DESTDIR="${pkgdir}" install
+}


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

2020-11-16 Thread Jaroslav Lichtblau via arch-commits
Date: Monday, November 16, 2020 @ 18:54:26
  Author: jlichtblau
Revision: 755523

upgpkg: umockdev 0.14.5-1 - new upstream release

Modified:
  umockdev/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2020-11-16 18:53:37 UTC (rev 755522)
+++ PKGBUILD2020-11-16 18:54:26 UTC (rev 755523)
@@ -3,7 +3,7 @@
 # Contributor: Xiao-Long Chen 
 
 pkgname=umockdev
-pkgver=0.14.4
+pkgver=0.14.5
 pkgrel=1
 pkgdesc="Record/mock hardware devices for bug reports and regression tests"
 arch=('x86_64')
@@ -12,7 +12,7 @@
 depends=('systemd' 'libgudev')
 makedepends=('gobject-introspection' 'gtk-doc' 'vala')
 
source=($pkgname-$pkgver.tar.gz::https://github.com/martinpitt/$pkgname/archive/$pkgver.tar.gz)
-sha256sums=('e0ece1cf55e6b975b61849bf2f20cb0f648f1046a17f0431cdd137fce35522eb')
+sha256sums=('9cc8cbe69e457c480bd580c3bf1339d1ab4f715cc860e1911a6cbc3effb42457')
 
 build() {
   cd "${srcdir}"/${pkgname}-${pkgver}


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

2020-11-16 Thread Jaroslav Lichtblau via arch-commits
Date: Monday, November 16, 2020 @ 18:48:48
  Author: jlichtblau
Revision: 755516

archrelease: copy trunk to community-staging-any

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

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

Deleted: PKGBUILD
===
--- PKGBUILD2020-11-16 18:48:20 UTC (rev 755515)
+++ PKGBUILD2020-11-16 18:48:48 UTC (rev 755516)
@@ -1,41 +0,0 @@
-# Maintainer: Jaroslav Lichtblau 
-# Maintainer: Daniel M. Capella 
-# Contributor: Eric Bélanger 
-
-pkgname=youtube-dl
-pkgver=2020.11.01.1
-pkgrel=3
-pkgdesc="A command-line program to download videos from YouTube.com and a few 
more sites"
-arch=('any')
-url="https://yt-dl.org";
-license=('custom')
-depends=('python' 'python-setuptools')
-optdepends=('ffmpeg: for video post-processing'
-'rtmpdump: for rtmp streams support'
-'atomicparsley: for embedding thumbnails into m4a files'
-'python-pycryptodome: for hlsnative downloader')
-source=("${url}/downloads/${pkgver}/${pkgname}-${pkgver}.tar.gz"{,.sig})
-sha256sums=('7a62187bc9f91af42eb5c9c95652e350170a72dbbdac8c7d71a6aeb4885a901a'
-'SKIP')
-validpgpkeys=('ED7F5BF46B3BBED81C87368E2C393E0F18A9236D') # Sergey M.
-
-prepare() {
-  cd ${pkgname}
-  sed -i 's|etc/bash_completion.d|share/bash-completion/completions|' setup.py
-  sed -i 's|etc/fish/completions|share/fish/vendor_completions.d|' setup.py
-}
-
-build() {
-  cd ${pkgname}
-  export PYTHONHASHSEED=0
-  python setup.py build
-}
-
-package() {
-  cd ${pkgname}
-  python setup.py install --root="${pkgdir}/" --optimize=1 --skip-build
-  mv 
"${pkgdir}/usr/share/bash-completion/completions/youtube-dl.bash-completion" \
- "${pkgdir}/usr/share/bash-completion/completions/youtube-dl"
-  install -Dm644 youtube-dl.zsh 
"${pkgdir}/usr/share/zsh/site-functions/_youtube-dl"
-  install -Dm644 LICENSE "${pkgdir}/usr/share/licenses/${pkgname}/LICENSE"
-}

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


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

2020-11-16 Thread Jaroslav Lichtblau via arch-commits
Date: Monday, November 16, 2020 @ 18:48:20
  Author: jlichtblau
Revision: 755515

upgpkg: youtube-dl 2020.11.12-2: Python 3.9 rebuild 

Modified:
  youtube-dl/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2020-11-16 18:45:44 UTC (rev 755514)
+++ PKGBUILD2020-11-16 18:48:20 UTC (rev 755515)
@@ -4,7 +4,7 @@
 
 pkgname=youtube-dl
 pkgver=2020.11.12
-pkgrel=1
+pkgrel=2
 pkgdesc="A command-line program to download videos from YouTube.com and a few 
more sites"
 arch=('any')
 url="https://ytdl-org.github.io/youtube-dl/";


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

2020-11-16 Thread Jaroslav Lichtblau via arch-commits
Date: Monday, November 16, 2020 @ 18:19:20
  Author: jlichtblau
Revision: 755494

archrelease: copy trunk to community-any

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

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

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

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


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

2020-11-16 Thread Jaroslav Lichtblau via arch-commits
Date: Monday, November 16, 2020 @ 18:19:09
  Author: jlichtblau
Revision: 755493

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

Modified:
  youtube-dl/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2020-11-16 18:18:54 UTC (rev 755492)
+++ PKGBUILD2020-11-16 18:19:09 UTC (rev 755493)
@@ -3,11 +3,11 @@
 # Contributor: Eric Bélanger 
 
 pkgname=youtube-dl
-pkgver=2020.11.01.1
-pkgrel=3
+pkgver=2020.11.12
+pkgrel=1
 pkgdesc="A command-line program to download videos from YouTube.com and a few 
more sites"
 arch=('any')
-url="https://yt-dl.org";
+url="https://ytdl-org.github.io/youtube-dl/";
 license=('custom')
 depends=('python' 'python-setuptools')
 optdepends=('ffmpeg: for video post-processing'
@@ -14,8 +14,8 @@
 'rtmpdump: for rtmp streams support'
 'atomicparsley: for embedding thumbnails into m4a files'
 'python-pycryptodome: for hlsnative downloader')
-source=("${url}/downloads/${pkgver}/${pkgname}-${pkgver}.tar.gz"{,.sig})
-sha256sums=('7a62187bc9f91af42eb5c9c95652e350170a72dbbdac8c7d71a6aeb4885a901a'
+source=("https://youtube-dl.org/downloads/${pkgver}/${pkgname}-${pkgver}.tar.gz"{,.sig})
+sha256sums=('aeb00b2079c4711de7eea2a91f6923ebade84c5e985b0caeb47d572395d42831'
 'SKIP')
 validpgpkeys=('ED7F5BF46B3BBED81C87368E2C393E0F18A9236D') # Sergey M.
 


[arch-commits] Commit in python-pygit2/repos/community-x86_64 (3 files)

2020-11-08 Thread Jaroslav Lichtblau via arch-commits
Date: Sunday, November 8, 2020 @ 15:37:25
  Author: jlichtblau
Revision: 746607

archrelease: copy trunk to community-x86_64

Added:
  python-pygit2/repos/community-x86_64/PKGBUILD
(from rev 746606, python-pygit2/trunk/PKGBUILD)
Deleted:
  python-pygit2/repos/community-x86_64/PKGBUILD
  python-pygit2/repos/community-x86_64/python-pygit2-libgit2v1.1.0.patch

---+
 PKGBUILD  |   71 +++-
 python-pygit2-libgit2v1.1.0.patch |   27 -
 2 files changed, 31 insertions(+), 67 deletions(-)

Deleted: PKGBUILD
===
--- PKGBUILD2020-11-08 15:37:14 UTC (rev 746606)
+++ PKGBUILD2020-11-08 15:37:25 UTC (rev 746607)
@@ -1,40 +0,0 @@
-# Maintainer: Lukas Fleischer 
-# Maintainer: Jaroslav Lichtblau 
-# Contributor: Daniel Micay 
-
-pkgname=python-pygit2
-pkgver=1.3.0
-pkgrel=2
-pkgdesc='Python bindings for libgit2'
-arch=('x86_64')
-url="https://github.com/libgit2/pygit2";
-license=('GPL2')
-depends=('libgit2>=1:0.27.0' 'python-cffi' 'python-six' 
'python-cached-property')
-makedepends=('python-cffi' 'python-setuptools' 'git' 'python-six' 'patch')
-checkdepends=('python-pytest-runner')
-source=("$pkgname-$pkgver.tar.gz"::https://github.com/libgit2/pygit2/archive/v$pkgver.tar.gz
-$pkgname-libgit2v1.1.0.patch)
-sha256sums=('1ffbbbfc2f85694b8f395a616ab930e57b2df9d50781e8ba84603d293ae70462'
-'d888082802ebff943986909a9716b302780eb7e9c56b73d3cdd3f9b3740125d4')
-
-prepare() {
-   cd "pygit2-$pkgver"
-# 
https://github.com/libgit2/pygit2/commit/b57aa0e889fe07d7b4663d0729a40f4a9ecf5578
-patch -Np1 -i "${srcdir}"/$pkgname-libgit2v1.1.0.patch
-}
-
-
-build() {
-   cd "pygit2-$pkgver"
-   python setup.py build
-}
-
-check() {
-   cd "pygit2-$pkgver"
-   python setup.py pytest
-}
-
-package() {
-   cd "pygit2-$pkgver"
-   LANG=en_US.UTF8 python setup.py install --root="${pkgdir}" --optimize=1
-}

Copied: python-pygit2/repos/community-x86_64/PKGBUILD (from rev 746606, 
python-pygit2/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2020-11-08 15:37:25 UTC (rev 746607)
@@ -0,0 +1,31 @@
+# Maintainer: Lukas Fleischer 
+# Maintainer: Jaroslav Lichtblau 
+# Contributor: Daniel Micay 
+
+pkgname=python-pygit2
+pkgver=1.4.0
+pkgrel=1
+pkgdesc='Python bindings for libgit2'
+arch=('x86_64')
+url="https://github.com/libgit2/pygit2";
+license=('GPL2')
+depends=('libgit2>=1:0.27.0' 'python-cffi' 'python-six' 
'python-cached-property')
+makedepends=('python-cffi' 'python-setuptools' 'git' 'python-six')
+checkdepends=('python-pytest-runner')
+source=("$pkgname-$pkgver.tar.gz"::https://github.com/libgit2/pygit2/archive/v$pkgver.tar.gz)
+sha256sums=('d433234582af86b0733f33d27779d24cf2249c09b21f574ce7872b330241420c')
+
+build() {
+   cd "pygit2-$pkgver"
+   python setup.py build
+}
+
+check() {
+   cd "pygit2-$pkgver"
+   python setup.py pytest
+}
+
+package() {
+   cd "pygit2-$pkgver"
+   LANG=en_US.UTF8 python setup.py install --root="${pkgdir}" --optimize=1
+}

Deleted: python-pygit2-libgit2v1.1.0.patch
===
--- python-pygit2-libgit2v1.1.0.patch   2020-11-08 15:37:14 UTC (rev 746606)
+++ python-pygit2-libgit2v1.1.0.patch   2020-11-08 15:37:25 UTC (rev 746607)
@@ -1,27 +0,0 @@
-diff --git a/src/pygit2.c b/src/pygit2.c
-index 4e144705..0693a790 100644
 a/src/pygit2.c
-+++ b/src/pygit2.c
-@@ -590,6 +590,7 @@ PyInit__pygit2(void)
- ADD_CONSTANT_INT(m, GIT_BLAME_TRACK_COPIES_ANY_COMMIT_COPIES)
- ADD_CONSTANT_INT(m, GIT_BLAME_FIRST_PARENT)
- ADD_CONSTANT_INT(m, GIT_BLAME_USE_MAILMAP)
-+ADD_CONSTANT_INT(m, GIT_BLAME_IGNORE_WHITESPACE)
- 
- /* Merge */
- ADD_CONSTANT_INT(m, GIT_MERGE_ANALYSIS_NONE)
-diff --git a/src/types.h b/src/types.h
-index 0f3c8cf9..8ea01d38 100644
 a/src/types.h
-+++ b/src/types.h
-@@ -32,8 +32,8 @@
- #include 
- #include 
- 
--#if !(LIBGIT2_VER_MAJOR == 1 && LIBGIT2_VER_MINOR == 0)
--#error You need a compatible libgit2 version (1.0.x)
-+#if !(LIBGIT2_VER_MAJOR == 1 && LIBGIT2_VER_MINOR == 1)
-+#error You need a compatible libgit2 version (1.1.x)
- #endif
- 
- /*


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

2020-11-08 Thread Jaroslav Lichtblau via arch-commits
Date: Sunday, November 8, 2020 @ 15:37:14
  Author: jlichtblau
Revision: 746606

upgpkg: python-pygit2 1.4.0-1 - new upstream release

Modified:
  python-pygit2/trunk/PKGBUILD
Deleted:
  python-pygit2/trunk/python-pygit2-libgit2v1.1.0.patch

---+
 PKGBUILD  |   19 +--
 python-pygit2-libgit2v1.1.0.patch |   27 ---
 2 files changed, 5 insertions(+), 41 deletions(-)

Modified: PKGBUILD
===
--- PKGBUILD2020-11-08 15:36:05 UTC (rev 746605)
+++ PKGBUILD2020-11-08 15:37:14 UTC (rev 746606)
@@ -3,27 +3,18 @@
 # Contributor: Daniel Micay 
 
 pkgname=python-pygit2
-pkgver=1.3.0
-pkgrel=2
+pkgver=1.4.0
+pkgrel=1
 pkgdesc='Python bindings for libgit2'
 arch=('x86_64')
 url="https://github.com/libgit2/pygit2";
 license=('GPL2')
 depends=('libgit2>=1:0.27.0' 'python-cffi' 'python-six' 
'python-cached-property')
-makedepends=('python-cffi' 'python-setuptools' 'git' 'python-six' 'patch')
+makedepends=('python-cffi' 'python-setuptools' 'git' 'python-six')
 checkdepends=('python-pytest-runner')
-source=("$pkgname-$pkgver.tar.gz"::https://github.com/libgit2/pygit2/archive/v$pkgver.tar.gz
-$pkgname-libgit2v1.1.0.patch)
-sha256sums=('1ffbbbfc2f85694b8f395a616ab930e57b2df9d50781e8ba84603d293ae70462'
-'d888082802ebff943986909a9716b302780eb7e9c56b73d3cdd3f9b3740125d4')
+source=("$pkgname-$pkgver.tar.gz"::https://github.com/libgit2/pygit2/archive/v$pkgver.tar.gz)
+sha256sums=('d433234582af86b0733f33d27779d24cf2249c09b21f574ce7872b330241420c')
 
-prepare() {
-   cd "pygit2-$pkgver"
-# 
https://github.com/libgit2/pygit2/commit/b57aa0e889fe07d7b4663d0729a40f4a9ecf5578
-patch -Np1 -i "${srcdir}"/$pkgname-libgit2v1.1.0.patch
-}
-
-
 build() {
cd "pygit2-$pkgver"
python setup.py build

Deleted: python-pygit2-libgit2v1.1.0.patch
===
--- python-pygit2-libgit2v1.1.0.patch   2020-11-08 15:36:05 UTC (rev 746605)
+++ python-pygit2-libgit2v1.1.0.patch   2020-11-08 15:37:14 UTC (rev 746606)
@@ -1,27 +0,0 @@
-diff --git a/src/pygit2.c b/src/pygit2.c
-index 4e144705..0693a790 100644
 a/src/pygit2.c
-+++ b/src/pygit2.c
-@@ -590,6 +590,7 @@ PyInit__pygit2(void)
- ADD_CONSTANT_INT(m, GIT_BLAME_TRACK_COPIES_ANY_COMMIT_COPIES)
- ADD_CONSTANT_INT(m, GIT_BLAME_FIRST_PARENT)
- ADD_CONSTANT_INT(m, GIT_BLAME_USE_MAILMAP)
-+ADD_CONSTANT_INT(m, GIT_BLAME_IGNORE_WHITESPACE)
- 
- /* Merge */
- ADD_CONSTANT_INT(m, GIT_MERGE_ANALYSIS_NONE)
-diff --git a/src/types.h b/src/types.h
-index 0f3c8cf9..8ea01d38 100644
 a/src/types.h
-+++ b/src/types.h
-@@ -32,8 +32,8 @@
- #include 
- #include 
- 
--#if !(LIBGIT2_VER_MAJOR == 1 && LIBGIT2_VER_MINOR == 0)
--#error You need a compatible libgit2 version (1.0.x)
-+#if !(LIBGIT2_VER_MAJOR == 1 && LIBGIT2_VER_MINOR == 1)
-+#error You need a compatible libgit2 version (1.1.x)
- #endif
- 
- /*


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

2020-11-08 Thread Jaroslav Lichtblau via arch-commits
Date: Sunday, November 8, 2020 @ 12:56:13
  Author: jlichtblau
Revision: 746547

archrelease: copy trunk to community-x86_64

Added:
  sqlcipher/repos/community-x86_64/PKGBUILD
(from rev 746546, sqlcipher/trunk/PKGBUILD)
Deleted:
  sqlcipher/repos/community-x86_64/PKGBUILD

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

Deleted: PKGBUILD
===
--- PKGBUILD2020-11-08 12:56:04 UTC (rev 746546)
+++ PKGBUILD2020-11-08 12:56:13 UTC (rev 746547)
@@ -1,32 +0,0 @@
-# Maintainer: Jaroslav Lichtblau 
-# Contributor: flu
-
-pkgname=sqlcipher
-pkgver=4.4.0
-pkgrel=1
-pkgdesc="SQLite extension that provides transparent 256-bit AES encryption of 
database files"
-arch=('x86_64')
-url="https://www.zetetic.net/sqlcipher/";
-license=('BSD')
-makedepends=('openssl' 'sqlite' 'tcl')
-source=($pkgname-$pkgver.tar.gz::https://github.com/$pkgname/$pkgname/archive/v$pkgver.tar.gz)
-# 
https://www.zetetic.net/$pkgname/verify/$pkgver/$pkgname-$pkgver.zip.sig)
-# validpgpkeys=('D83F5F9EB811D6E6B4A0D9C5D1FA3A2A97ED25C2') # Zetetic LLC 

-sha256sums=('0924b2ae1079717954498bda78a30de20ce2a6083076b16214a711567821d148')
-
-build() {
-  cd "${srcdir}"/$pkgname-$pkgver
-
-  ./configure --prefix=/usr --enable-tempstore=yes \
-CFLAGS="$CFLAGS -DSQLITE_HAS_CODEC" LDFLAGS="-lcrypto"
-  make
-}
-
-package() {
-  cd "${srcdir}"/$pkgname-$pkgver
-
-  make DESTDIR="${pkgdir}" install
-
-#license
-  install -Dm644 LICENSE "${pkgdir}"/usr/share/licenses/$pkgname/LICENSE
-}

Copied: sqlcipher/repos/community-x86_64/PKGBUILD (from rev 746546, 
sqlcipher/trunk/PKGBUILD)
=======
--- PKGBUILD(rev 0)
+++ PKGBUILD2020-11-08 12:56:13 UTC (rev 746547)
@@ -0,0 +1,32 @@
+# Maintainer: Jaroslav Lichtblau 
+# Contributor: flu
+
+pkgname=sqlcipher
+pkgver=4.4.1
+pkgrel=1
+pkgdesc="SQLite extension that provides transparent 256-bit AES encryption of 
database files"
+arch=('x86_64')
+url="https://www.zetetic.net/sqlcipher/";
+license=('BSD')
+makedepends=('openssl' 'sqlite' 'tcl')
+source=($pkgname-$pkgver.tar.gz::https://github.com/$pkgname/$pkgname/archive/v$pkgver.tar.gz)
+# 
https://www.zetetic.net/$pkgname/verify/$pkgver/$pkgname-$pkgver.zip.sig)
+# validpgpkeys=('D83F5F9EB811D6E6B4A0D9C5D1FA3A2A97ED25C2') # Zetetic LLC 

+sha256sums=('a36ed7c879a5e9af1054942201c75fc56f1db22e46bf6c2bbae3975dfeb6782d')
+
+build() {
+  cd "${srcdir}"/$pkgname-$pkgver
+
+  ./configure --prefix=/usr --enable-tempstore=yes \
+CFLAGS="$CFLAGS -DSQLITE_HAS_CODEC" LDFLAGS="-lcrypto"
+  make
+}
+
+package() {
+  cd "${srcdir}"/$pkgname-$pkgver
+
+  make DESTDIR="${pkgdir}" install
+
+#license
+  install -Dm644 LICENSE "${pkgdir}"/usr/share/licenses/$pkgname/LICENSE
+}


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

2020-11-08 Thread Jaroslav Lichtblau via arch-commits
Date: Sunday, November 8, 2020 @ 12:56:04
  Author: jlichtblau
Revision: 746546

upgpkg: sqlcipher 4.4.1-1 - new upstream release

Modified:
  sqlcipher/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2020-11-08 12:55:33 UTC (rev 746545)
+++ PKGBUILD2020-11-08 12:56:04 UTC (rev 746546)
@@ -2,7 +2,7 @@
 # Contributor: flu
 
 pkgname=sqlcipher
-pkgver=4.4.0
+pkgver=4.4.1
 pkgrel=1
 pkgdesc="SQLite extension that provides transparent 256-bit AES encryption of 
database files"
 arch=('x86_64')
@@ -12,7 +12,7 @@
 
source=($pkgname-$pkgver.tar.gz::https://github.com/$pkgname/$pkgname/archive/v$pkgver.tar.gz)
 # 
https://www.zetetic.net/$pkgname/verify/$pkgver/$pkgname-$pkgver.zip.sig)
 # validpgpkeys=('D83F5F9EB811D6E6B4A0D9C5D1FA3A2A97ED25C2') # Zetetic LLC 

-sha256sums=('0924b2ae1079717954498bda78a30de20ce2a6083076b16214a711567821d148')
+sha256sums=('a36ed7c879a5e9af1054942201c75fc56f1db22e46bf6c2bbae3975dfeb6782d')
 
 build() {
   cd "${srcdir}"/$pkgname-$pkgver


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

2020-11-08 Thread Jaroslav Lichtblau via arch-commits
Date: Sunday, November 8, 2020 @ 12:42:01
  Author: jlichtblau
Revision: 746541

archrelease: copy trunk to community-any

Added:
  translate-toolkit/repos/community-any/PKGBUILD
(from rev 746540, translate-toolkit/trunk/PKGBUILD)
Deleted:
  translate-toolkit/repos/community-any/PKGBUILD

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

Deleted: PKGBUILD
===
--- PKGBUILD2020-11-08 12:41:52 UTC (rev 746540)
+++ PKGBUILD2020-11-08 12:42:01 UTC (rev 746541)
@@ -1,27 +0,0 @@
-# Maintainer: Lukas Fleischer 
-# Maintainer: Jaroslav Lichtblau 
-# Contributor: Andrea Scarpino 
-# Contributor: Hugo Doria 
-
-pkgname=translate-toolkit
-pkgver=3.1.1
-pkgrel=1
-pkgdesc="A toolkit to convert between various different translation formats, 
help process and validate localisations"
-arch=('any')
-url="https://toolkit.translatehouse.org/";
-license=('GPL')
-depends=('bash' 'python-lxml' 'python-six' 'python-diff-match-patch')
-makedepends=('python-setuptools')
-optdepends=('gaupol: for po2sub'
-'python-chardet: encoding detector'
-'python-levenshtein: faster matching'
-'python-cheroot: for TM Server')
-source=($pkgname-$pkgver.tar.gz::https://github.com/translate/translate/archive/$pkgver.tar.gz)
-sha256sums=('1ec6c9d00557e808e40ae9a0ea93643a156eccac7023363d69b4ada2a9651672')
-
-package() {
-  cd "${srcdir}"/translate-$pkgver
-
-  python -s setup.py install --root="${pkgdir}" --optimize=1
-  python -m compileall "${pkgdir}"/usr/lib/python3.8/site-packages/translate
-}

Copied: translate-toolkit/repos/community-any/PKGBUILD (from rev 746540, 
translate-toolkit/trunk/PKGBUILD)
===
--- PKGBUILD    (rev 0)
+++ PKGBUILD2020-11-08 12:42:01 UTC (rev 746541)
@@ -0,0 +1,27 @@
+# Maintainer: Lukas Fleischer 
+# Maintainer: Jaroslav Lichtblau 
+# Contributor: Andrea Scarpino 
+# Contributor: Hugo Doria 
+
+pkgname=translate-toolkit
+pkgver=3.2.0
+pkgrel=1
+pkgdesc="A toolkit to convert between various different translation formats, 
help process and validate localisations"
+arch=('any')
+url="https://toolkit.translatehouse.org/";
+license=('GPL')
+depends=('bash' 'python-lxml' 'python-six' 'python-diff-match-patch')
+makedepends=('python-setuptools')
+optdepends=('gaupol: for po2sub'
+'python-chardet: encoding detector'
+'python-levenshtein: faster matching'
+'python-cheroot: for TM Server')
+source=($pkgname-$pkgver.tar.gz::https://github.com/translate/translate/archive/$pkgver.tar.gz)
+sha256sums=('f55afa52e24f0327f8dfd53ae139d6123b4bfef89630d17517272c96f187b29c')
+
+package() {
+  cd "${srcdir}"/translate-$pkgver
+
+  python -s setup.py install --root="${pkgdir}" --optimize=1
+  python -m compileall "${pkgdir}"/usr/lib/python3.8/site-packages/translate
+}


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

2020-11-08 Thread Jaroslav Lichtblau via arch-commits
Date: Sunday, November 8, 2020 @ 12:41:52
  Author: jlichtblau
Revision: 746540

upgpkg: translate-toolkit 3.2.0-1 - new upstream release

Modified:
  translate-toolkit/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2020-11-08 12:38:26 UTC (rev 746539)
+++ PKGBUILD2020-11-08 12:41:52 UTC (rev 746540)
@@ -4,7 +4,7 @@
 # Contributor: Hugo Doria 
 
 pkgname=translate-toolkit
-pkgver=3.1.1
+pkgver=3.2.0
 pkgrel=1
 pkgdesc="A toolkit to convert between various different translation formats, 
help process and validate localisations"
 arch=('any')
@@ -17,7 +17,7 @@
 'python-levenshtein: faster matching'
 'python-cheroot: for TM Server')
 
source=($pkgname-$pkgver.tar.gz::https://github.com/translate/translate/archive/$pkgver.tar.gz)
-sha256sums=('1ec6c9d00557e808e40ae9a0ea93643a156eccac7023363d69b4ada2a9651672')
+sha256sums=('f55afa52e24f0327f8dfd53ae139d6123b4bfef89630d17517272c96f187b29c')
 
 package() {
   cd "${srcdir}"/translate-$pkgver


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

2020-11-08 Thread Jaroslav Lichtblau via arch-commits
Date: Sunday, November 8, 2020 @ 12:38:26
  Author: jlichtblau
Revision: 746539

archrelease: copy trunk to community-testing-x86_64

Added:
  syncthing/repos/community-testing-x86_64/PKGBUILD
(from rev 746538, syncthing/trunk/PKGBUILD)
  syncthing/repos/community-testing-x86_64/gcc-pie-segfaults-race.patch
(from rev 746538, syncthing/trunk/gcc-pie-segfaults-race.patch)
  syncthing/repos/community-testing-x86_64/syncthing-relaysrv.service
(from rev 746538, syncthing/trunk/syncthing-relaysrv.service)
  syncthing/repos/community-testing-x86_64/syncthing-relaysrv.sysusers
(from rev 746538, syncthing/trunk/syncthing-relaysrv.sysusers)
  syncthing/repos/community-testing-x86_64/syncthing-relaysrv.tmpfiles
(from rev 746538, syncthing/trunk/syncthing-relaysrv.tmpfiles)
  syncthing/repos/community-testing-x86_64/syncthing.install
(from rev 746538, syncthing/trunk/syncthing.install)
Deleted:
  syncthing/repos/community-testing-x86_64/PKGBUILD
  syncthing/repos/community-testing-x86_64/gcc-pie-segfaults-race.patch
  syncthing/repos/community-testing-x86_64/syncthing-relaysrv.service
  syncthing/repos/community-testing-x86_64/syncthing-relaysrv.sysusers
  syncthing/repos/community-testing-x86_64/syncthing-relaysrv.tmpfiles
  syncthing/repos/community-testing-x86_64/syncthing.install

--+
 PKGBUILD |  216 -
 gcc-pie-segfaults-race.patch |   22 ++--
 syncthing-relaysrv.service   |   34 +++---
 syncthing-relaysrv.sysusers  |4 
 syncthing-relaysrv.tmpfiles  |2 
 syncthing.install|   18 +--
 6 files changed, 148 insertions(+), 148 deletions(-)

Deleted: PKGBUILD
===
--- PKGBUILD2020-11-08 12:32:37 UTC (rev 746538)
+++ PKGBUILD2020-11-08 12:38:26 UTC (rev 746539)
@@ -1,108 +0,0 @@
-# Maintainer: Jaroslav Lichtblau 
-# Contributor: Martin Wimpress 
-# Contributor: Sauyon Lee 
-# Contributor: Kevin MacMartin 
-# Contributor: korjjj 
-
-pkgname=('syncthing' 'syncthing-relaysrv')
-pkgver=1.11.1
-pkgrel=1
-arch=('x86_64')
-url="https://syncthing.net/";
-license=('MPL')
-depends=('glibc')
-makedepends=('git' 'go' 'inetutils')
-# options=('!strip')
-source=(https://github.com/syncthing/syncthing/releases/download/v$pkgver/syncthing-source-v${pkgver}.tar.gz{,.asc}
-syncthing-relaysrv.sysusers
-syncthing-relaysrv.tmpfiles
-syncthing-relaysrv.service
-gcc-pie-segfaults-race.patch)
-validpgpkeys=('37C84554E7E0A261E4F76E1ED26E6ED000654A3E') # Syncthing Release 
Management
-sha256sums=('0ca56593bb7a98087355ad2fb97ae093397156bfa415d65ebc7a558de636f302'
-'SKIP'
-'6ab96a5949e223d315d49663734ad27b70c72469c691a61ac198cb7794cb5eaa'
-'f88985f2d374af57f17ef6362c37a305467858195b74d1c1def71d97273f'
-'7c2fbc9608d81f8080f8a9102b867a52a050b61f426a0c182ccc1cb5815e4981'
-'4e00b06544a900b206fc41b9250ab75ea51b8e1489b1eff042da4f08d8a84ab0')
-
-prepare() {
-  install -d "src/github.com/syncthing"
-  mv "${pkgbase}" "src/github.com/syncthing/${pkgbase}"
-  # go-pie with -race segfaults
-  cd "${srcdir}/src/github.com/syncthing/${pkgbase}"
-  patch -Np1 -i "${srcdir}/gcc-pie-segfaults-race.patch"
-}
-
-build() {
-  export BUILD_HOST=archlinux
-  export GOPATH="${srcdir}" GOROOT_FINAL="/usr/bin"
-  cd "${srcdir}/src/github.com/syncthing/${pkgbase}"
-  export CGO_CPPFLAGS="${CPPFLAGS}"
-  export CGO_CFLAGS="${CFLAGS}"
-  export CGO_CXXFLAGS="${CXXFLAGS}"
-  export CGO_LDFLAGS="${LDFLAGS}"
-  export GOFLAGS="-buildmode=pie -trimpath -mod=readonly -modcacherw"
-  go run build.go -no-upgrade -version v${pkgver} build
-  go run build.go -no-upgrade -version v${pkgver} build strelaysrv
-}
-
-check() {
-  export GOPATH="${srcdir}" GOROOT_FINAL="/usr/bin"
-  cd "${srcdir}/src/github.com/syncthing/${pkgbase}"
-  if [ "${CARCH}" == "x86_64" ] ; then
-go run build.go -no-upgrade test
-  fi
-}
-
-package_syncthing() {
-  pkgdesc="Open Source Continuous Replication / Cluster Synchronization Thing"
-  install=$pkgname.install
-
-  cd "${srcdir}/src/github.com/syncthing/${pkgbase}"
-  install -Dm755 ${pkgname} "${pkgdir}/usr/bin/${pkgname}"
-  install -Dm644 README.md "${pkgdir}/usr/share/doc/${pkgname}/README.md"
-  install -Dm644 "etc/linux-systemd/system/${pkgname}-resume.service" \
-"${pkgdir}/usr/lib/systemd/system/${pkgname}-resume.service"
-  install -Dm644 "etc/linux-systemd/system/${pkgname}@.service" \
-"${pkgdir}/usr/lib/systemd/

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

2020-11-08 Thread Jaroslav Lichtblau via arch-commits
Date: Sunday, November 8, 2020 @ 12:32:37
  Author: jlichtblau
Revision: 746538

archrelease: copy trunk to community-testing-x86_64

Added:
  syncthing/repos/community-testing-x86_64/
  syncthing/repos/community-testing-x86_64/PKGBUILD
(from rev 746537, syncthing/trunk/PKGBUILD)
  syncthing/repos/community-testing-x86_64/gcc-pie-segfaults-race.patch
(from rev 746537, syncthing/trunk/gcc-pie-segfaults-race.patch)
  syncthing/repos/community-testing-x86_64/syncthing-relaysrv.service
(from rev 746537, syncthing/trunk/syncthing-relaysrv.service)
  syncthing/repos/community-testing-x86_64/syncthing-relaysrv.sysusers
(from rev 746537, syncthing/trunk/syncthing-relaysrv.sysusers)
  syncthing/repos/community-testing-x86_64/syncthing-relaysrv.tmpfiles
(from rev 746537, syncthing/trunk/syncthing-relaysrv.tmpfiles)
  syncthing/repos/community-testing-x86_64/syncthing.install
(from rev 746537, syncthing/trunk/syncthing.install)

--+
 PKGBUILD |  108 +
 gcc-pie-segfaults-race.patch |   11 
 syncthing-relaysrv.service   |   17 ++
 syncthing-relaysrv.sysusers  |2 
 syncthing-relaysrv.tmpfiles  |1 
 syncthing.install|9 +++
 6 files changed, 148 insertions(+)

Copied: syncthing/repos/community-testing-x86_64/PKGBUILD (from rev 746537, 
syncthing/trunk/PKGBUILD)
===
--- community-testing-x86_64/PKGBUILD   (rev 0)
+++ community-testing-x86_64/PKGBUILD   2020-11-08 12:32:37 UTC (rev 746538)
@@ -0,0 +1,108 @@
+# Maintainer: Jaroslav Lichtblau 
+# Contributor: Martin Wimpress 
+# Contributor: Sauyon Lee 
+# Contributor: Kevin MacMartin 
+# Contributor: korjjj 
+
+pkgname=('syncthing' 'syncthing-relaysrv')
+pkgver=1.11.1
+pkgrel=1
+arch=('x86_64')
+url="https://syncthing.net/";
+license=('MPL')
+depends=('glibc')
+makedepends=('git' 'go' 'inetutils')
+# options=('!strip')
+source=(https://github.com/syncthing/syncthing/releases/download/v$pkgver/syncthing-source-v${pkgver}.tar.gz{,.asc}
+syncthing-relaysrv.sysusers
+syncthing-relaysrv.tmpfiles
+syncthing-relaysrv.service
+gcc-pie-segfaults-race.patch)
+validpgpkeys=('37C84554E7E0A261E4F76E1ED26E6ED000654A3E') # Syncthing Release 
Management
+sha256sums=('0ca56593bb7a98087355ad2fb97ae093397156bfa415d65ebc7a558de636f302'
+'SKIP'
+'6ab96a5949e223d315d49663734ad27b70c72469c691a61ac198cb7794cb5eaa'
+'f88985f2d374af57f17ef6362c37a305467858195b74d1c1def71d97273f'
+'7c2fbc9608d81f8080f8a9102b867a52a050b61f426a0c182ccc1cb5815e4981'
+'4e00b06544a900b206fc41b9250ab75ea51b8e1489b1eff042da4f08d8a84ab0')
+
+prepare() {
+  install -d "src/github.com/syncthing"
+  mv "${pkgbase}" "src/github.com/syncthing/${pkgbase}"
+  # go-pie with -race segfaults
+  cd "${srcdir}/src/github.com/syncthing/${pkgbase}"
+  patch -Np1 -i "${srcdir}/gcc-pie-segfaults-race.patch"
+}
+
+build() {
+  export BUILD_HOST=archlinux
+  export GOPATH="${srcdir}" GOROOT_FINAL="/usr/bin"
+  cd "${srcdir}/src/github.com/syncthing/${pkgbase}"
+  export CGO_CPPFLAGS="${CPPFLAGS}"
+  export CGO_CFLAGS="${CFLAGS}"
+  export CGO_CXXFLAGS="${CXXFLAGS}"
+  export CGO_LDFLAGS="${LDFLAGS}"
+  export GOFLAGS="-buildmode=pie -trimpath -mod=readonly -modcacherw"
+  go run build.go -no-upgrade -version v${pkgver} build
+  go run build.go -no-upgrade -version v${pkgver} build strelaysrv
+}
+
+check() {
+  export GOPATH="${srcdir}" GOROOT_FINAL="/usr/bin"
+  cd "${srcdir}/src/github.com/syncthing/${pkgbase}"
+  if [ "${CARCH}" == "x86_64" ] ; then
+go run build.go -no-upgrade test
+  fi
+}
+
+package_syncthing() {
+  pkgdesc="Open Source Continuous Replication / Cluster Synchronization Thing"
+  install=$pkgname.install
+
+  cd "${srcdir}/src/github.com/syncthing/${pkgbase}"
+  install -Dm755 ${pkgname} "${pkgdir}/usr/bin/${pkgname}"
+  install -Dm644 README.md "${pkgdir}/usr/share/doc/${pkgname}/README.md"
+  install -Dm644 "etc/linux-systemd/system/${pkgname}-resume.service" \
+"${pkgdir}/usr/lib/systemd/system/${pkgname}-resume.service"
+  install -Dm644 "etc/linux-systemd/system/${pkgname}@.service" \
+"${pkgdir}/usr/lib/systemd/system/${pkgname}@.service"
+  install -Dm644 "etc/linux-systemd/user/${pkgname}.service" \
+"${pkgdir}/usr/lib/systemd/user/${pkgname}.service"
+
+  # license
+  install -Dm644 LICENSE "${pkgdir}"/usr/share/lic

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

2020-11-08 Thread Jaroslav Lichtblau via arch-commits
Date: Sunday, November 8, 2020 @ 12:31:53
  Author: jlichtblau
Revision: 746537

upgpkg: syncthing 1.11.1-1 - new upstream release

Modified:
  syncthing/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2020-11-08 12:31:26 UTC (rev 746536)
+++ PKGBUILD2020-11-08 12:31:53 UTC (rev 746537)
@@ -5,7 +5,7 @@
 # Contributor: korjjj 
 
 pkgname=('syncthing' 'syncthing-relaysrv')
-pkgver=1.10.0
+pkgver=1.11.1
 pkgrel=1
 arch=('x86_64')
 url="https://syncthing.net/";
@@ -19,7 +19,7 @@
 syncthing-relaysrv.service
 gcc-pie-segfaults-race.patch)
 validpgpkeys=('37C84554E7E0A261E4F76E1ED26E6ED000654A3E') # Syncthing Release 
Management
-sha256sums=('6598bc8daaae70e6e11c8df86f1e38a6a286401cfcbec44f25f5aee9f444eb4e'
+sha256sums=('0ca56593bb7a98087355ad2fb97ae093397156bfa415d65ebc7a558de636f302'
 'SKIP'
 '6ab96a5949e223d315d49663734ad27b70c72469c691a61ac198cb7794cb5eaa'
 'f88985f2d374af57f17ef6362c37a305467858195b74d1c1def71d97273f'


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

2020-11-05 Thread Jaroslav Lichtblau via arch-commits
Date: Thursday, November 5, 2020 @ 17:32:04
  Author: jlichtblau
Revision: 743345

archrelease: copy trunk to community-x86_64

Added:
  hugo/repos/community-x86_64/PKGBUILD
(from rev 743344, hugo/trunk/PKGBUILD)
Deleted:
  hugo/repos/community-x86_64/PKGBUILD

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

Deleted: PKGBUILD
===
--- PKGBUILD2020-11-05 17:29:14 UTC (rev 743344)
+++ PKGBUILD2020-11-05 17:32:04 UTC (rev 743345)
@@ -1,36 +0,0 @@
-# Maintainer: Jaroslav Lichtblau 
-# Contributor: fordprefect
-# Contributor: Jonathon Fernyhough 
-# Contributor: Brenton Horne
-
-pkgname=hugo
-pkgver=0.78.1
-pkgrel=1
-pkgdesc="Fast and Flexible Static Site Generator in Go"
-arch=('x86_64')
-url="https://gohugo.io/";
-license=('Apache')
-depends=('glibc')
-makedepends=('go' 'git')
-optdepends=('pygmentize: syntax-highlight code snippets'
-'python-docutils: reStructuredText support')
-source=(${pkgname}-${pkgver}.tar.gz::https://github.com/gohugoio/${pkgname}/archive/v${pkgver}.tar.gz)
-sha512sums=('dc2953cca2d6f3b6409533cea59fe041bfdfe0f53c0b936de4925b3ba85c2052ed712fa2eb097702709089b38a888096e7a69ff8521b47261a44541287577486')
-
-build() {
-  cd "${srcdir}"/${pkgname}-${pkgver}
-  export CGO_CPPFLAGS="${CPPFLAGS}"
-  export CGO_CFLAGS="${CFLAGS}"
-  export CGO_CXXFLAGS="${CXXFLAGS}"
-  export CGO_LDFLAGS="${LDFLAGS}"
-  export GOFLAGS="-buildmode=pie -trimpath -mod=readonly -modcacherw"
-  go build -tags extended 
-  ./hugo gen man
-}
-
-package() {
-  cd "${srcdir}"/${pkgname}-${pkgver}
-  install -Dm755 "${pkgname}" "${pkgdir}"/usr/bin/${pkgname}
-  install -Dm644 LICENSE "${pkgdir}"/usr/share/licenses/${pkgname}/LICENSE
-  install -Dm644 "${srcdir}"/${pkgname}-${pkgver}/man/*.1  -t 
"${pkgdir}"/usr/share/man/man1/
-}

Copied: hugo/repos/community-x86_64/PKGBUILD (from rev 743344, 
hugo/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2020-11-05 17:32:04 UTC (rev 743345)
@@ -0,0 +1,36 @@
+# Maintainer: Jaroslav Lichtblau 
+# Contributor: fordprefect
+# Contributor: Jonathon Fernyhough 
+# Contributor: Brenton Horne
+
+pkgname=hugo
+pkgver=0.78.1
+pkgrel=1
+pkgdesc="Fast and Flexible Static Site Generator in Go"
+arch=('x86_64')
+url="https://gohugo.io/";
+license=('Apache')
+depends=('glibc')
+makedepends=('go' 'git')
+optdepends=('pygmentize: syntax-highlight code snippets'
+'python-docutils: reStructuredText support')
+source=(${pkgname}-${pkgver}.tar.gz::https://github.com/gohugoio/${pkgname}/archive/v${pkgver}.tar.gz)
+sha512sums=('dc2953cca2d6f3b6409533cea59fe041bfdfe0f53c0b936de4925b3ba85c2052ed712fa2eb097702709089b38a888096e7a69ff8521b47261a44541287577486')
+
+build() {
+  cd "${srcdir}"/${pkgname}-${pkgver}
+  export CGO_CPPFLAGS="${CPPFLAGS}"
+  export CGO_CFLAGS="${CFLAGS}"
+  export CGO_CXXFLAGS="${CXXFLAGS}"
+  export CGO_LDFLAGS="${LDFLAGS}"
+  export GOFLAGS="-buildmode=pie -trimpath -mod=readonly -modcacherw"
+  go build -tags extended 
+  ./hugo gen man
+}
+
+package() {
+  cd "${srcdir}"/${pkgname}-${pkgver}
+  install -Dm755 "${pkgname}" "${pkgdir}"/usr/bin/${pkgname}
+  install -Dm644 LICENSE "${pkgdir}"/usr/share/licenses/${pkgname}/LICENSE
+  install -Dm644 "${srcdir}"/${pkgname}-${pkgver}/man/*.1  -t 
"${pkgdir}"/usr/share/man/man1/
+}


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

2020-11-05 Thread Jaroslav Lichtblau via arch-commits
Date: Thursday, November 5, 2020 @ 17:29:05
  Author: jlichtblau
Revision: 743343

upgpkg: hugo 0.78.1-1 - new upstream release

Modified:
  hugo/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2020-11-05 17:25:55 UTC (rev 743342)
+++ PKGBUILD2020-11-05 17:29:05 UTC (rev 743343)
@@ -4,7 +4,7 @@
 # Contributor: Brenton Horne
 
 pkgname=hugo
-pkgver=0.77.0
+pkgver=0.78.1
 pkgrel=1
 pkgdesc="Fast and Flexible Static Site Generator in Go"
 arch=('x86_64')
@@ -15,7 +15,7 @@
 optdepends=('pygmentize: syntax-highlight code snippets'
 'python-docutils: reStructuredText support')
 
source=(${pkgname}-${pkgver}.tar.gz::https://github.com/gohugoio/${pkgname}/archive/v${pkgver}.tar.gz)
-sha512sums=('0c9c09962c811dcb198b960e4e412915475902d934733e08a2da1b69e8c196fe03818b9e28abe1d3b085eba8780794a147d5917b77093ecd998425a928858c86')
+sha512sums=('dc2953cca2d6f3b6409533cea59fe041bfdfe0f53c0b936de4925b3ba85c2052ed712fa2eb097702709089b38a888096e7a69ff8521b47261a44541287577486')
 
 build() {
   cd "${srcdir}"/${pkgname}-${pkgver}


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

2020-11-05 Thread Jaroslav Lichtblau via arch-commits
Date: Thursday, November 5, 2020 @ 17:29:14
  Author: jlichtblau
Revision: 743344

archrelease: copy trunk to community-x86_64

Added:
  hugo/repos/community-x86_64/PKGBUILD
(from rev 743343, hugo/trunk/PKGBUILD)
Deleted:
  hugo/repos/community-x86_64/PKGBUILD

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

Deleted: PKGBUILD
===
--- PKGBUILD2020-11-05 17:29:05 UTC (rev 743343)
+++ PKGBUILD2020-11-05 17:29:14 UTC (rev 743344)
@@ -1,36 +0,0 @@
-# Maintainer: Jaroslav Lichtblau 
-# Contributor: fordprefect
-# Contributor: Jonathon Fernyhough 
-# Contributor: Brenton Horne
-
-pkgname=hugo
-pkgver=0.77.0
-pkgrel=1
-pkgdesc="Fast and Flexible Static Site Generator in Go"
-arch=('x86_64')
-url="https://gohugo.io/";
-license=('Apache')
-depends=('glibc')
-makedepends=('go' 'git')
-optdepends=('pygmentize: syntax-highlight code snippets'
-'python-docutils: reStructuredText support')
-source=(${pkgname}-${pkgver}.tar.gz::https://github.com/gohugoio/${pkgname}/archive/v${pkgver}.tar.gz)
-sha512sums=('0c9c09962c811dcb198b960e4e412915475902d934733e08a2da1b69e8c196fe03818b9e28abe1d3b085eba8780794a147d5917b77093ecd998425a928858c86')
-
-build() {
-  cd "${srcdir}"/${pkgname}-${pkgver}
-  export CGO_CPPFLAGS="${CPPFLAGS}"
-  export CGO_CFLAGS="${CFLAGS}"
-  export CGO_CXXFLAGS="${CXXFLAGS}"
-  export CGO_LDFLAGS="${LDFLAGS}"
-  export GOFLAGS="-buildmode=pie -trimpath -mod=readonly -modcacherw"
-  go build -tags extended 
-  ./hugo gen man
-}
-
-package() {
-  cd "${srcdir}"/${pkgname}-${pkgver}
-  install -Dm755 "${pkgname}" "${pkgdir}"/usr/bin/${pkgname}
-  install -Dm644 LICENSE "${pkgdir}"/usr/share/licenses/${pkgname}/LICENSE
-  install -Dm644 "${srcdir}"/${pkgname}-${pkgver}/man/*.1  -t 
"${pkgdir}"/usr/share/man/man1/
-}

Copied: hugo/repos/community-x86_64/PKGBUILD (from rev 743343, 
hugo/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2020-11-05 17:29:14 UTC (rev 743344)
@@ -0,0 +1,36 @@
+# Maintainer: Jaroslav Lichtblau 
+# Contributor: fordprefect
+# Contributor: Jonathon Fernyhough 
+# Contributor: Brenton Horne
+
+pkgname=hugo
+pkgver=0.78.1
+pkgrel=1
+pkgdesc="Fast and Flexible Static Site Generator in Go"
+arch=('x86_64')
+url="https://gohugo.io/";
+license=('Apache')
+depends=('glibc')
+makedepends=('go' 'git')
+optdepends=('pygmentize: syntax-highlight code snippets'
+'python-docutils: reStructuredText support')
+source=(${pkgname}-${pkgver}.tar.gz::https://github.com/gohugoio/${pkgname}/archive/v${pkgver}.tar.gz)
+sha512sums=('dc2953cca2d6f3b6409533cea59fe041bfdfe0f53c0b936de4925b3ba85c2052ed712fa2eb097702709089b38a888096e7a69ff8521b47261a44541287577486')
+
+build() {
+  cd "${srcdir}"/${pkgname}-${pkgver}
+  export CGO_CPPFLAGS="${CPPFLAGS}"
+  export CGO_CFLAGS="${CFLAGS}"
+  export CGO_CXXFLAGS="${CXXFLAGS}"
+  export CGO_LDFLAGS="${LDFLAGS}"
+  export GOFLAGS="-buildmode=pie -trimpath -mod=readonly -modcacherw"
+  go build -tags extended 
+  ./hugo gen man
+}
+
+package() {
+  cd "${srcdir}"/${pkgname}-${pkgver}
+  install -Dm755 "${pkgname}" "${pkgdir}"/usr/bin/${pkgname}
+  install -Dm644 LICENSE "${pkgdir}"/usr/share/licenses/${pkgname}/LICENSE
+  install -Dm644 "${srcdir}"/${pkgname}-${pkgver}/man/*.1  -t 
"${pkgdir}"/usr/share/man/man1/
+}


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

2020-11-01 Thread Jaroslav Lichtblau via arch-commits
Date: Sunday, November 1, 2020 @ 13:36:12
  Author: jlichtblau
Revision: 738859

archrelease: copy trunk to community-x86_64

Added:
  hugo/repos/community-x86_64/PKGBUILD
(from rev 738858, hugo/trunk/PKGBUILD)
Deleted:
  hugo/repos/community-x86_64/PKGBUILD

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

Deleted: PKGBUILD
===
--- PKGBUILD2020-11-01 13:34:55 UTC (rev 738858)
+++ PKGBUILD2020-11-01 13:36:12 UTC (rev 738859)
@@ -1,36 +0,0 @@
-# Maintainer: Jaroslav Lichtblau 
-# Contributor: fordprefect
-# Contributor: Jonathon Fernyhough 
-# Contributor: Brenton Horne
-
-pkgname=hugo
-pkgver=0.76.5
-pkgrel=1
-pkgdesc="Fast and Flexible Static Site Generator in Go"
-arch=('x86_64')
-url="https://gohugo.io/";
-license=('Apache')
-depends=('glibc')
-makedepends=('go' 'git')
-optdepends=('pygmentize: syntax-highlight code snippets'
-'python-docutils: reStructuredText support')
-source=(${pkgname}-${pkgver}.tar.gz::https://github.com/gohugoio/${pkgname}/archive/v${pkgver}.tar.gz)
-sha512sums=('cb7d312d36cfd25b2664f388a8b43ce6be59b5eb35e9ecd950b7d6f301f8ca538233818260df68df6817ca17f700ded894ccd40fc497424130ba88167c43b29b')
-
-build() {
-  cd "${srcdir}"/${pkgname}-${pkgver}
-  export CGO_CPPFLAGS="${CPPFLAGS}"
-  export CGO_CFLAGS="${CFLAGS}"
-  export CGO_CXXFLAGS="${CXXFLAGS}"
-  export CGO_LDFLAGS="${LDFLAGS}"
-  export GOFLAGS="-buildmode=pie -trimpath -mod=readonly -modcacherw"
-  go build -tags extended 
-  ./hugo gen man
-}
-
-package() {
-  cd "${srcdir}"/${pkgname}-${pkgver}
-  install -Dm755 "${pkgname}" "${pkgdir}"/usr/bin/${pkgname}
-  install -Dm644 LICENSE "${pkgdir}"/usr/share/licenses/${pkgname}/LICENSE
-  install -Dm644 "${srcdir}"/${pkgname}-${pkgver}/man/*.1  -t 
"${pkgdir}"/usr/share/man/man1/
-}

Copied: hugo/repos/community-x86_64/PKGBUILD (from rev 738858, 
hugo/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2020-11-01 13:36:12 UTC (rev 738859)
@@ -0,0 +1,36 @@
+# Maintainer: Jaroslav Lichtblau 
+# Contributor: fordprefect
+# Contributor: Jonathon Fernyhough 
+# Contributor: Brenton Horne
+
+pkgname=hugo
+pkgver=0.77.0
+pkgrel=1
+pkgdesc="Fast and Flexible Static Site Generator in Go"
+arch=('x86_64')
+url="https://gohugo.io/";
+license=('Apache')
+depends=('glibc')
+makedepends=('go' 'git')
+optdepends=('pygmentize: syntax-highlight code snippets'
+'python-docutils: reStructuredText support')
+source=(${pkgname}-${pkgver}.tar.gz::https://github.com/gohugoio/${pkgname}/archive/v${pkgver}.tar.gz)
+sha512sums=('0c9c09962c811dcb198b960e4e412915475902d934733e08a2da1b69e8c196fe03818b9e28abe1d3b085eba8780794a147d5917b77093ecd998425a928858c86')
+
+build() {
+  cd "${srcdir}"/${pkgname}-${pkgver}
+  export CGO_CPPFLAGS="${CPPFLAGS}"
+  export CGO_CFLAGS="${CFLAGS}"
+  export CGO_CXXFLAGS="${CXXFLAGS}"
+  export CGO_LDFLAGS="${LDFLAGS}"
+  export GOFLAGS="-buildmode=pie -trimpath -mod=readonly -modcacherw"
+  go build -tags extended 
+  ./hugo gen man
+}
+
+package() {
+  cd "${srcdir}"/${pkgname}-${pkgver}
+  install -Dm755 "${pkgname}" "${pkgdir}"/usr/bin/${pkgname}
+  install -Dm644 LICENSE "${pkgdir}"/usr/share/licenses/${pkgname}/LICENSE
+  install -Dm644 "${srcdir}"/${pkgname}-${pkgver}/man/*.1  -t 
"${pkgdir}"/usr/share/man/man1/
+}


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

2020-11-01 Thread Jaroslav Lichtblau via arch-commits
Date: Sunday, November 1, 2020 @ 13:34:55
  Author: jlichtblau
Revision: 738858

upgpkg: hugo 0.77.0-1 - new upstream release

Modified:
  hugo/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2020-11-01 11:33:43 UTC (rev 738857)
+++ PKGBUILD2020-11-01 13:34:55 UTC (rev 738858)
@@ -4,7 +4,7 @@
 # Contributor: Brenton Horne
 
 pkgname=hugo
-pkgver=0.76.5
+pkgver=0.77.0
 pkgrel=1
 pkgdesc="Fast and Flexible Static Site Generator in Go"
 arch=('x86_64')
@@ -15,7 +15,7 @@
 optdepends=('pygmentize: syntax-highlight code snippets'
 'python-docutils: reStructuredText support')
 
source=(${pkgname}-${pkgver}.tar.gz::https://github.com/gohugoio/${pkgname}/archive/v${pkgver}.tar.gz)
-sha512sums=('cb7d312d36cfd25b2664f388a8b43ce6be59b5eb35e9ecd950b7d6f301f8ca538233818260df68df6817ca17f700ded894ccd40fc497424130ba88167c43b29b')
+sha512sums=('0c9c09962c811dcb198b960e4e412915475902d934733e08a2da1b69e8c196fe03818b9e28abe1d3b085eba8780794a147d5917b77093ecd998425a928858c86')
 
 build() {
   cd "${srcdir}"/${pkgname}-${pkgver}


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

2020-10-25 Thread Jaroslav Lichtblau via arch-commits
Date: Sunday, October 25, 2020 @ 10:50:04
  Author: jlichtblau
Revision: 732398

archrelease: copy trunk to community-x86_64

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

---+
 PKGBUILD  |   65 ++-
 gtranslator.changelog |  161 
 2 files changed, 118 insertions(+), 108 deletions(-)

Deleted: PKGBUILD
===
--- PKGBUILD2020-10-25 10:49:52 UTC (rev 732397)
+++ PKGBUILD2020-10-25 10:50:04 UTC (rev 732398)
@@ -1,29 +0,0 @@
-# Maintainer: Jaroslav Lichtblau 
-# Maintainer: Alexander Rødseth 
-# Contributor: Hugo Doria 
-# Contributor: Christer Solskogen (solsko...@carebears.mine.nu)
-
-pkgname=gtranslator
-pkgver=3.36.0
-pkgrel=1
-pkgdesc='An enhanced gettext po file editor for the GNOME desktop environment'
-arch=('x86_64')
-url='https://projects.gnome.org/gtranslator/'
-license=('GPL3')
-depends=('gtksourceview4' 'gspell' 'gettext' 'libgda' 'iso-codes' 
'hicolor-icon-theme' 'libdazzle')
-makedepends=('meson' 'gobject-introspection' 'gtk-doc' 'yelp-tools')
-source=(https://ftp.acc.umu.se/pub/GNOME/sources/$pkgname/${pkgver%.*}/$pkgname-$pkgver.tar.xz)
-sha256sums=('2daa1d3b59b4a35ef54df087345b03e1703e725081f9dac543539228a715add3')
-
-build() {
-  arch-meson $pkgname-$pkgver build -Dgtk_doc=true
-  ninja -C build
-}
-
-check() {
-  meson test -C build --print-errorlogs
-}
-
-package() {
-  DESTDIR="${pkgdir}" meson install -C build
-}

Copied: gtranslator/repos/community-x86_64/PKGBUILD (from rev 732397, 
gtranslator/trunk/PKGBUILD)
=======
--- PKGBUILD(rev 0)
+++ PKGBUILD2020-10-25 10:50:04 UTC (rev 732398)
@@ -0,0 +1,36 @@
+# Maintainer: Jaroslav Lichtblau 
+# Maintainer: Alexander Rødseth 
+# Contributor: Hugo Doria 
+# Contributor: Christer Solskogen (solsko...@carebears.mine.nu)
+
+pkgname=gtranslator
+pkgver=3.38.0
+pkgrel=1
+pkgdesc='An enhanced gettext po file editor for the GNOME desktop environment'
+arch=('x86_64')
+url='https://projects.gnome.org/gtranslator/'
+license=('GPL3')
+depends=('gtksourceview4' 'gspell' 'gettext' 'libgda' 'iso-codes' 
'hicolor-icon-theme' 'libdazzle')
+makedepends=('meson' 'gobject-introspection' 'gtk-doc' 'yelp-tools' 'patch')
+source=(https://ftp.acc.umu.se/pub/GNOME/sources/$pkgname/${pkgver%.*}/$pkgname-$pkgver.tar.xz
+
gtk-doc-build-fix.patch::https://gitlab.gnome.org/GNOME/$pkgname/-/merge_requests/70/diffs.patch)
+sha256sums=('dbcda9b81a22d9233be18e99fd5c448f6ab05759d1e94c10580bb831ca2d7635'
+'841194ff549d8bb1fc4b1b85056c64313102d2ff042d3ccdd08101a90ac19839')
+
+prepare() {
+  cd "${srcdir}"/$pkgname-$pkgver
+  patch -Np1 -i "${srcdir}"/gtk-doc-build-fix.patch
+}
+
+build() {
+  arch-meson $pkgname-$pkgver build -Dgtk_doc=true
+  ninja -C build
+}
+
+check() {
+  meson test -C build --print-errorlogs
+}
+
+package() {
+  DESTDIR="${pkgdir}" meson install -C build
+}

Deleted: gtranslator.changelog
=======
--- gtranslator.changelog   2020-10-25 10:49:52 UTC (rev 732397)
+++ gtranslator.changelog   2020-10-25 10:50:04 UTC (rev 732398)
@@ -1,79 +0,0 @@
-2020-03-29 Jaroslav Lichtblau (Dragonlord) 
-   * gtranslator 3.36.0-1
-
-2019-10-19 Jaroslav Lichtblau (Dragonlord) 
-   * gtranslator 3.34.0-1
-
-2019-01-30 Jaroslav Lichtblau (Dragonlord) 
-   * gtranslator 3.30.1-1
-
-2018-11-07 Jaroslav Lichtblau (Dragonlord) 
-   * gtranslator 3.30.0-1
-
-2016-04-29 Jaroslav Lichtblau (Dragonlord) 
-   * gtranslator 2.91.7-3 pacman hooks rebuild
-
-2015-03-18 Jaroslav Lichtblau (Dragonlord) 
-   * gtranslator 2.91.7-1
-
-2013-03-28 Balló György 
-   * gtranslator 2.91.6-3
-   rebuild for the new gtkspell3
-
-2013-01-18 Jaroslav Lichtblau (Dragonlord) 
-   * gtranslator 2.91.6-1
-
-2012-11-05 Balló György 
-   * gtranslator 2.91.5-2
-   rebuild for gdl 3.6
-   tempolary disable dockbar, because layout loading is completely broken 
with gdl 3.6
-
-2012-07-30 Jaroslav Lichtblau (Dragonlord) 
-   * gtranslator 2.91.5-1
-
-2012-05-12 Jaroslav Lichtblau (Dragonlord) 
-   * gtranslator 2.91.4-1
-
-2012-04-23 J

[arch-commits] Commit in gtranslator/trunk (PKGBUILD gtranslator.changelog)

2020-10-25 Thread Jaroslav Lichtblau via arch-commits
Date: Sunday, October 25, 2020 @ 10:49:52
  Author: jlichtblau
Revision: 732397

upgpkg: gtranslator 3.38.0-1 - new upstream release

Modified:
  gtranslator/trunk/PKGBUILD
  gtranslator/trunk/gtranslator.changelog

---+
 PKGBUILD  |   15 +++
 gtranslator.changelog |3 +++
 2 files changed, 14 insertions(+), 4 deletions(-)

Modified: PKGBUILD
===
--- PKGBUILD2020-10-25 10:49:38 UTC (rev 732396)
+++ PKGBUILD2020-10-25 10:49:52 UTC (rev 732397)
@@ -4,7 +4,7 @@
 # Contributor: Christer Solskogen (solsko...@carebears.mine.nu)
 
 pkgname=gtranslator
-pkgver=3.36.0
+pkgver=3.38.0
 pkgrel=1
 pkgdesc='An enhanced gettext po file editor for the GNOME desktop environment'
 arch=('x86_64')
@@ -11,10 +11,17 @@
 url='https://projects.gnome.org/gtranslator/'
 license=('GPL3')
 depends=('gtksourceview4' 'gspell' 'gettext' 'libgda' 'iso-codes' 
'hicolor-icon-theme' 'libdazzle')
-makedepends=('meson' 'gobject-introspection' 'gtk-doc' 'yelp-tools')
-source=(https://ftp.acc.umu.se/pub/GNOME/sources/$pkgname/${pkgver%.*}/$pkgname-$pkgver.tar.xz)
-sha256sums=('2daa1d3b59b4a35ef54df087345b03e1703e725081f9dac543539228a715add3')
+makedepends=('meson' 'gobject-introspection' 'gtk-doc' 'yelp-tools' 'patch')
+source=(https://ftp.acc.umu.se/pub/GNOME/sources/$pkgname/${pkgver%.*}/$pkgname-$pkgver.tar.xz
+
gtk-doc-build-fix.patch::https://gitlab.gnome.org/GNOME/$pkgname/-/merge_requests/70/diffs.patch)
+sha256sums=('dbcda9b81a22d9233be18e99fd5c448f6ab05759d1e94c10580bb831ca2d7635'
+'841194ff549d8bb1fc4b1b85056c64313102d2ff042d3ccdd08101a90ac19839')
 
+prepare() {
+  cd "${srcdir}"/$pkgname-$pkgver
+  patch -Np1 -i "${srcdir}"/gtk-doc-build-fix.patch
+}
+
 build() {
   arch-meson $pkgname-$pkgver build -Dgtk_doc=true
   ninja -C build

Modified: gtranslator.changelog
===
--- gtranslator.changelog   2020-10-25 10:49:38 UTC (rev 732396)
+++ gtranslator.changelog   2020-10-25 10:49:52 UTC (rev 732397)
@@ -1,3 +1,6 @@
+2020-10-25 Jaroslav Lichtblau (Dragonlord) 
+   * gtranslator 3.38.0-1
+
 2020-03-29 Jaroslav Lichtblau (Dragonlord) 
* gtranslator 3.36.0-1
 


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

2020-10-25 Thread Jaroslav Lichtblau via arch-commits
Date: Sunday, October 25, 2020 @ 09:53:04
  Author: jlichtblau
Revision: 732265

archrelease: copy trunk to community-x86_64

Added:
  umockdev/repos/community-x86_64/PKGBUILD
(from rev 732264, umockdev/trunk/PKGBUILD)
Deleted:
  umockdev/repos/community-x86_64/PKGBUILD

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

Deleted: PKGBUILD
===
--- PKGBUILD2020-10-25 09:52:56 UTC (rev 732264)
+++ PKGBUILD2020-10-25 09:53:04 UTC (rev 732265)
@@ -1,28 +0,0 @@
-# Maintainer: Jaroslav Lichtblau 
-# Contributor: Marcin (CTRL) Wieczorek 
-# Contributor: Xiao-Long Chen 
-
-pkgname=umockdev
-pkgver=0.14.3
-pkgrel=1
-pkgdesc="Record/mock hardware devices for bug reports and regression tests"
-arch=('x86_64')
-url="https://github.com/martinpitt/umockdev/";
-license=('LGPL')
-depends=('systemd' 'libgudev')
-makedepends=('gobject-introspection' 'gtk-doc' 'vala')
-source=($pkgname-$pkgver.tar.gz::https://github.com/martinpitt/$pkgname/archive/$pkgver.tar.gz)
-sha256sums=('c291c3c2963594df49c06024b751a7dd79640043d6d8e13d11f3e8140a9d0feb')
-
-build() {
-  cd "${srcdir}"/${pkgname}-${pkgver}
-
-  ./autogen.sh --prefix=/usr --enable-gtk-doc --enable-introspection
-  make
-}
-
-package() {
-  cd "${srcdir}"/${pkgname}-${pkgver}
-
-  make DESTDIR="${pkgdir}" install
-}

Copied: umockdev/repos/community-x86_64/PKGBUILD (from rev 732264, 
umockdev/trunk/PKGBUILD)
===
--- PKGBUILD    (rev 0)
+++ PKGBUILD2020-10-25 09:53:04 UTC (rev 732265)
@@ -0,0 +1,28 @@
+# Maintainer: Jaroslav Lichtblau 
+# Contributor: Marcin (CTRL) Wieczorek 
+# Contributor: Xiao-Long Chen 
+
+pkgname=umockdev
+pkgver=0.14.4
+pkgrel=1
+pkgdesc="Record/mock hardware devices for bug reports and regression tests"
+arch=('x86_64')
+url="https://github.com/martinpitt/umockdev/";
+license=('LGPL')
+depends=('systemd' 'libgudev')
+makedepends=('gobject-introspection' 'gtk-doc' 'vala')
+source=($pkgname-$pkgver.tar.gz::https://github.com/martinpitt/$pkgname/archive/$pkgver.tar.gz)
+sha256sums=('e0ece1cf55e6b975b61849bf2f20cb0f648f1046a17f0431cdd137fce35522eb')
+
+build() {
+  cd "${srcdir}"/${pkgname}-${pkgver}
+
+  ./autogen.sh --prefix=/usr --enable-gtk-doc --enable-introspection
+  make
+}
+
+package() {
+  cd "${srcdir}"/${pkgname}-${pkgver}
+
+  make DESTDIR="${pkgdir}" install
+}


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

2020-10-25 Thread Jaroslav Lichtblau via arch-commits
Date: Sunday, October 25, 2020 @ 09:52:56
  Author: jlichtblau
Revision: 732264

upgpkg: umockdev 0.14.4-1 - new upstream release

Modified:
  umockdev/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2020-10-25 09:47:35 UTC (rev 732263)
+++ PKGBUILD2020-10-25 09:52:56 UTC (rev 732264)
@@ -3,7 +3,7 @@
 # Contributor: Xiao-Long Chen 
 
 pkgname=umockdev
-pkgver=0.14.3
+pkgver=0.14.4
 pkgrel=1
 pkgdesc="Record/mock hardware devices for bug reports and regression tests"
 arch=('x86_64')
@@ -12,7 +12,7 @@
 depends=('systemd' 'libgudev')
 makedepends=('gobject-introspection' 'gtk-doc' 'vala')
 
source=($pkgname-$pkgver.tar.gz::https://github.com/martinpitt/$pkgname/archive/$pkgver.tar.gz)
-sha256sums=('c291c3c2963594df49c06024b751a7dd79640043d6d8e13d11f3e8140a9d0feb')
+sha256sums=('e0ece1cf55e6b975b61849bf2f20cb0f648f1046a17f0431cdd137fce35522eb')
 
 build() {
   cd "${srcdir}"/${pkgname}-${pkgver}


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

2020-10-16 Thread Jaroslav Lichtblau via arch-commits
Date: Friday, October 16, 2020 @ 14:43:30
  Author: jlichtblau
Revision: 724666

archrelease: copy trunk to community-staging-x86_64

Added:
  python-pygit2/repos/community-staging-x86_64/
  python-pygit2/repos/community-staging-x86_64/PKGBUILD
(from rev 724665, python-pygit2/trunk/PKGBUILD)
  python-pygit2/repos/community-staging-x86_64/python-pygit2-libgit2v1.1.0.patch
(from rev 724665, python-pygit2/trunk/python-pygit2-libgit2v1.1.0.patch)

---+
 PKGBUILD  |   40 
 python-pygit2-libgit2v1.1.0.patch |   27 
 2 files changed, 67 insertions(+)

Copied: python-pygit2/repos/community-staging-x86_64/PKGBUILD (from rev 724665, 
python-pygit2/trunk/PKGBUILD)
===
--- community-staging-x86_64/PKGBUILD   (rev 0)
+++ community-staging-x86_64/PKGBUILD   2020-10-16 14:43:30 UTC (rev 724666)
@@ -0,0 +1,40 @@
+# Maintainer: Lukas Fleischer 
+# Maintainer: Jaroslav Lichtblau 
+# Contributor: Daniel Micay 
+
+pkgname=python-pygit2
+pkgver=1.3.0
+pkgrel=2
+pkgdesc='Python bindings for libgit2'
+arch=('x86_64')
+url="https://github.com/libgit2/pygit2";
+license=('GPL2')
+depends=('libgit2>=1:0.27.0' 'python-cffi' 'python-six' 
'python-cached-property')
+makedepends=('python-cffi' 'python-setuptools' 'git' 'python-six' 'patch')
+checkdepends=('python-pytest-runner')
+source=("$pkgname-$pkgver.tar.gz"::https://github.com/libgit2/pygit2/archive/v$pkgver.tar.gz
+$pkgname-libgit2v1.1.0.patch)
+sha256sums=('1ffbbbfc2f85694b8f395a616ab930e57b2df9d50781e8ba84603d293ae70462'
+'d888082802ebff943986909a9716b302780eb7e9c56b73d3cdd3f9b3740125d4')
+
+prepare() {
+   cd "pygit2-$pkgver"
+# 
https://github.com/libgit2/pygit2/commit/b57aa0e889fe07d7b4663d0729a40f4a9ecf5578
+patch -Np1 -i "${srcdir}"/$pkgname-libgit2v1.1.0.patch
+}
+
+
+build() {
+   cd "pygit2-$pkgver"
+   python setup.py build
+}
+
+check() {
+   cd "pygit2-$pkgver"
+   python setup.py pytest
+}
+
+package() {
+   cd "pygit2-$pkgver"
+   LANG=en_US.UTF8 python setup.py install --root="${pkgdir}" --optimize=1
+}

Copied: 
python-pygit2/repos/community-staging-x86_64/python-pygit2-libgit2v1.1.0.patch 
(from rev 724665, python-pygit2/trunk/python-pygit2-libgit2v1.1.0.patch)
===
--- community-staging-x86_64/python-pygit2-libgit2v1.1.0.patch  
(rev 0)
+++ community-staging-x86_64/python-pygit2-libgit2v1.1.0.patch  2020-10-16 
14:43:30 UTC (rev 724666)
@@ -0,0 +1,27 @@
+diff --git a/src/pygit2.c b/src/pygit2.c
+index 4e144705..0693a790 100644
+--- a/src/pygit2.c
 b/src/pygit2.c
+@@ -590,6 +590,7 @@ PyInit__pygit2(void)
+ ADD_CONSTANT_INT(m, GIT_BLAME_TRACK_COPIES_ANY_COMMIT_COPIES)
+ ADD_CONSTANT_INT(m, GIT_BLAME_FIRST_PARENT)
+ ADD_CONSTANT_INT(m, GIT_BLAME_USE_MAILMAP)
++ADD_CONSTANT_INT(m, GIT_BLAME_IGNORE_WHITESPACE)
+ 
+ /* Merge */
+ ADD_CONSTANT_INT(m, GIT_MERGE_ANALYSIS_NONE)
+diff --git a/src/types.h b/src/types.h
+index 0f3c8cf9..8ea01d38 100644
+--- a/src/types.h
 b/src/types.h
+@@ -32,8 +32,8 @@
+ #include 
+ #include 
+ 
+-#if !(LIBGIT2_VER_MAJOR == 1 && LIBGIT2_VER_MINOR == 0)
+-#error You need a compatible libgit2 version (1.0.x)
++#if !(LIBGIT2_VER_MAJOR == 1 && LIBGIT2_VER_MINOR == 1)
++#error You need a compatible libgit2 version (1.1.x)
+ #endif
+ 
+ /*


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

2020-10-16 Thread Jaroslav Lichtblau via arch-commits
Date: Friday, October 16, 2020 @ 14:43:17
  Author: jlichtblau
Revision: 724665

upgpkg: python-pygit2 1.3.0-2 - libgit2 1.1.0 rebuild

Added:
  python-pygit2/trunk/python-pygit2-libgit2v1.1.0.patch
Modified:
  python-pygit2/trunk/PKGBUILD

---+
 PKGBUILD  |   17 +
 python-pygit2-libgit2v1.1.0.patch |   27 +++
 2 files changed, 40 insertions(+), 4 deletions(-)

Modified: PKGBUILD
===
--- PKGBUILD2020-10-16 14:43:15 UTC (rev 724664)
+++ PKGBUILD2020-10-16 14:43:17 UTC (rev 724665)
@@ -4,17 +4,26 @@
 
 pkgname=python-pygit2
 pkgver=1.3.0
-pkgrel=1
+pkgrel=2
 pkgdesc='Python bindings for libgit2'
 arch=('x86_64')
 url="https://github.com/libgit2/pygit2";
 license=('GPL2')
 depends=('libgit2>=1:0.27.0' 'python-cffi' 'python-six' 
'python-cached-property')
-makedepends=('python-cffi' 'python-setuptools' 'git' 'python-six')
+makedepends=('python-cffi' 'python-setuptools' 'git' 'python-six' 'patch')
 checkdepends=('python-pytest-runner')
-source=("$pkgname-$pkgver.tar.gz"::https://github.com/libgit2/pygit2/archive/v$pkgver.tar.gz)
-sha256sums=('1ffbbbfc2f85694b8f395a616ab930e57b2df9d50781e8ba84603d293ae70462')
+source=("$pkgname-$pkgver.tar.gz"::https://github.com/libgit2/pygit2/archive/v$pkgver.tar.gz
+$pkgname-libgit2v1.1.0.patch)
+sha256sums=('1ffbbbfc2f85694b8f395a616ab930e57b2df9d50781e8ba84603d293ae70462'
+'d888082802ebff943986909a9716b302780eb7e9c56b73d3cdd3f9b3740125d4')
 
+prepare() {
+   cd "pygit2-$pkgver"
+# 
https://github.com/libgit2/pygit2/commit/b57aa0e889fe07d7b4663d0729a40f4a9ecf5578
+patch -Np1 -i "${srcdir}"/$pkgname-libgit2v1.1.0.patch
+}
+
+
 build() {
cd "pygit2-$pkgver"
python setup.py build

Added: python-pygit2-libgit2v1.1.0.patch
===
--- python-pygit2-libgit2v1.1.0.patch   (rev 0)
+++ python-pygit2-libgit2v1.1.0.patch   2020-10-16 14:43:17 UTC (rev 724665)
@@ -0,0 +1,27 @@
+diff --git a/src/pygit2.c b/src/pygit2.c
+index 4e144705..0693a790 100644
+--- a/src/pygit2.c
 b/src/pygit2.c
+@@ -590,6 +590,7 @@ PyInit__pygit2(void)
+ ADD_CONSTANT_INT(m, GIT_BLAME_TRACK_COPIES_ANY_COMMIT_COPIES)
+ ADD_CONSTANT_INT(m, GIT_BLAME_FIRST_PARENT)
+ ADD_CONSTANT_INT(m, GIT_BLAME_USE_MAILMAP)
++ADD_CONSTANT_INT(m, GIT_BLAME_IGNORE_WHITESPACE)
+ 
+ /* Merge */
+ ADD_CONSTANT_INT(m, GIT_MERGE_ANALYSIS_NONE)
+diff --git a/src/types.h b/src/types.h
+index 0f3c8cf9..8ea01d38 100644
+--- a/src/types.h
 b/src/types.h
+@@ -32,8 +32,8 @@
+ #include 
+ #include 
+ 
+-#if !(LIBGIT2_VER_MAJOR == 1 && LIBGIT2_VER_MINOR == 0)
+-#error You need a compatible libgit2 version (1.0.x)
++#if !(LIBGIT2_VER_MAJOR == 1 && LIBGIT2_VER_MINOR == 1)
++#error You need a compatible libgit2 version (1.1.x)
+ #endif
+ 
+ /*


[arch-commits] Commit in (pydb)

2020-10-16 Thread Jaroslav Lichtblau via arch-commits
Date: Friday, October 16, 2020 @ 09:19:56
  Author: jlichtblau
Revision: 724367

pydb - dead project, python2 is EOL

Deleted:
  pydb/


[arch-commits] Commit in man-pages-l10n/repos/community-any (4 files)

2020-10-16 Thread Jaroslav Lichtblau via arch-commits
Date: Friday, October 16, 2020 @ 08:58:23
  Author: jlichtblau
Revision: 724365

archrelease: copy trunk to community-any

Added:
  man-pages-l10n/repos/community-any/PKGBUILD
(from rev 724364, man-pages-l10n/trunk/PKGBUILD)
  man-pages-l10n/repos/community-any/man-pages-l10n.changelog
(from rev 724364, man-pages-l10n/trunk/man-pages-l10n.changelog)
Deleted:
  man-pages-l10n/repos/community-any/PKGBUILD
  man-pages-l10n/repos/community-any/man-pages-l10n.changelog

--+
 PKGBUILD |  178 
 man-pages-l10n.changelog |  197 ++---
 2 files changed, 189 insertions(+), 186 deletions(-)

Deleted: PKGBUILD
===
--- PKGBUILD2020-10-16 08:58:12 UTC (rev 724364)
+++ PKGBUILD2020-10-16 08:58:23 UTC (rev 724365)
@@ -1,89 +0,0 @@
-# Maintainer: Jaroslav Lichtblau 
-# Contributor: Mario Blättermann 
-# Contributor: Benjamin Vialle 
-# Contributor: Rafael Fontenelle 
-
-pkgbase=man-pages-l10n
-pkgname=('man-pages-de'
- 'man-pages-fr'
- 'man-pages-nl'
- 'man-pages-pl'
- 'man-pages-pt_br'
- 'man-pages-ro')
-pkgver=4.1.0
-pkgrel=3
-pkgdesc="Translation of man pages"
-arch=('any')
-url="https://salsa.debian.org/manpages-l10n-team/manpages-l10n";
-license=('GPL3')
-depends=('man-db')
-makedepends=('po4a')
-changelog=$pkgbase.changelog
-options=('!emptydirs')
-source=(https://salsa.debian.org/manpages-l10n-team/manpages-l10n/-/archive/v$pkgver/manpages-l10n-v$pkgver.tar.bz2)
-sha256sums=('9499da4dfc01d1ade26e28902c8db20b67eb90fe73adb7f00e16b9cfa660ca4e')
-
-build() {
-  cd "${srcdir}"/manpages-l10n-v$pkgver
-  ./configure --prefix=/usr --enable-distribution=archlinux
-
-  for _lang in de fr nl pl pt_BR ro; do
-make -C po/"${_lang}"
-  done
-}
-
-check() {
-  cd "${srcdir}"/manpages-l10n-v$pkgver
-
-  for _lang in de fr nl pl pt_BR ro; do
-make check -k -C po/"${_lang}"
-  done
-}
-
-package_man-pages-de() {
-  pkgdesc="German man pages"
-  depends=('man-db')
-
-  cd "${srcdir}"/manpages-l10n-v$pkgver/po/de
-  make DESTDIR="${pkgdir}" install
-}
-
-package_man-pages-fr() {
-  pkgdesc="French man pages"
-  depends=('man-db')
-
-  cd "${srcdir}"/manpages-l10n-v$pkgver/po/fr
-  make DESTDIR="${pkgdir}" install
-}
-
-package_man-pages-nl() {
-  pkgdesc="Dutch man pages"
-  depends=('man-db')
-
-  cd "${srcdir}"/manpages-l10n-v$pkgver/po/nl
-  make DESTDIR="${pkgdir}" install
-}
-
-package_man-pages-pl() {
-  pkgdesc="Polish man pages"
-  depends=('man-db')
-
-  cd "${srcdir}"/manpages-l10n-v$pkgver/po/pl
-  make DESTDIR="${pkgdir}" install
-}
-
-package_man-pages-pt_br() {
-  pkgdesc="Brazilian Portuguese man pages"
-  depends=('man-db')
-
-  cd "${srcdir}"/manpages-l10n-v$pkgver/po/pt_BR
-  make DESTDIR="${pkgdir}" install
-}
-
-package_man-pages-ro() {
-  pkgdesc="Romanian man pages"
-  depends=('man-db')
-
-  cd "${srcdir}"/manpages-l10n-v$pkgver/po/ro
-  make DESTDIR="${pkgdir}" install
-}

Copied: man-pages-l10n/repos/community-any/PKGBUILD (from rev 724364, 
man-pages-l10n/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2020-10-16 08:58:23 UTC (rev 724365)
@@ -0,0 +1,89 @@
+# Maintainer: Jaroslav Lichtblau 
+# Contributor: Mario Blättermann 
+# Contributor: Benjamin Vialle 
+# Contributor: Rafael Fontenelle 
+
+pkgbase=man-pages-l10n
+pkgname=('man-pages-de'
+ 'man-pages-fr'
+ 'man-pages-nl'
+ 'man-pages-pl'
+ 'man-pages-pt_br'
+ 'man-pages-ro')
+pkgver=4.2.0
+pkgrel=1
+pkgdesc="Translation of man pages"
+arch=('any')
+url="https://salsa.debian.org/manpages-l10n-team/manpages-l10n";
+license=('GPL3')
+depends=('man-db')
+makedepends=('po4a')
+changelog=$pkgbase.changelog
+options=('!emptydirs')
+source=(https://salsa.debian.org/manpages-l10n-team/manpages-l10n/-/archive/v$pkgver/manpages-l10n-v$pkgver.tar.bz2)
+sha256sums=('0dbf2b879793e0e84d0cf61562019c11260b7e37d8151048dc068bfa719bcebd')
+
+build() {
+  cd "${srcdir}"/manpages-l10n-v$pkgver
+  ./configure --prefix=/usr --enable-distribution=archlinux
+
+  for _lang in de fr nl pl pt_BR ro; do
+make -C po/"${_lang}"
+  done
+}
+
+check() {
+  cd "${srcdir}"/manpages-l10n-v$pkgver
+
+  for _lang in de fr nl

[arch-commits] Commit in man-pages-l10n/trunk (PKGBUILD man-pages-l10n.changelog)

2020-10-16 Thread Jaroslav Lichtblau via arch-commits
Date: Friday, October 16, 2020 @ 08:58:12
  Author: jlichtblau
Revision: 724364

upgpkg: man-pages-l10n 4.2.0-1 - new upstream release

Modified:
  man-pages-l10n/trunk/PKGBUILD
  man-pages-l10n/trunk/man-pages-l10n.changelog

--+
 PKGBUILD |6 +++---
 man-pages-l10n.changelog |3 +++
 2 files changed, 6 insertions(+), 3 deletions(-)

Modified: PKGBUILD
===
--- PKGBUILD2020-10-16 08:41:19 UTC (rev 724363)
+++ PKGBUILD2020-10-16 08:58:12 UTC (rev 724364)
@@ -10,8 +10,8 @@
  'man-pages-pl'
  'man-pages-pt_br'
  'man-pages-ro')
-pkgver=4.1.0
-pkgrel=3
+pkgver=4.2.0
+pkgrel=1
 pkgdesc="Translation of man pages"
 arch=('any')
 url="https://salsa.debian.org/manpages-l10n-team/manpages-l10n";
@@ -21,7 +21,7 @@
 changelog=$pkgbase.changelog
 options=('!emptydirs')
 
source=(https://salsa.debian.org/manpages-l10n-team/manpages-l10n/-/archive/v$pkgver/manpages-l10n-v$pkgver.tar.bz2)
-sha256sums=('9499da4dfc01d1ade26e28902c8db20b67eb90fe73adb7f00e16b9cfa660ca4e')
+sha256sums=('0dbf2b879793e0e84d0cf61562019c11260b7e37d8151048dc068bfa719bcebd')
 
 build() {
   cd "${srcdir}"/manpages-l10n-v$pkgver

Modified: man-pages-l10n.changelog
===
--- man-pages-l10n.changelog2020-10-16 08:41:19 UTC (rev 724363)
+++ man-pages-l10n.changelog2020-10-16 08:58:12 UTC (rev 724364)
@@ -1,3 +1,6 @@
+2020-10-16 Jaroslav Lichtblau 
+   * man-pages-l10n 4.2.0-1
+
 2020-10-11 Jaroslav Lichtblau 
* man-pages-l10n 4.1.0-1
* separating all supported languages into split packages


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

2020-10-16 Thread Jaroslav Lichtblau via arch-commits
Date: Friday, October 16, 2020 @ 08:37:54
  Author: jlichtblau
Revision: 724360

upgpkg: ginac 1.8.0-1 - new upstream release

Modified:
  ginac/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2020-10-16 08:33:39 UTC (rev 724359)
+++ PKGBUILD2020-10-16 08:37:54 UTC (rev 724360)
@@ -4,7 +4,7 @@
 # Contributor: Thomas Baechler 
 
 pkgname=ginac
-pkgver=1.7.10
+pkgver=1.8.0
 pkgrel=1
 pkgdesc="C++ library for symbolic calculations"
 arch=('x86_64')
@@ -13,7 +13,7 @@
 depends=('cln')
 makedepends=('fig2dev' 'doxygen' 'texlive-bin' 'python')
 source=(https://www.ginac.de/$pkgname-$pkgver.tar.bz2)
-sha256sums=('e9ff2cc2d66e4181daf3a95405be7aa337f0446f5035e157b8c811eba10e51af')
+sha256sums=('44b4404a897dd7719233c44f3c73bc15695e12b58d3676cb57c90ddcddf72b51')
 
 build() {
   cd "${srcdir}"/$pkgname-$pkgver


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

2020-10-16 Thread Jaroslav Lichtblau via arch-commits
Date: Friday, October 16, 2020 @ 08:38:02
  Author: jlichtblau
Revision: 724361

archrelease: copy trunk to community-x86_64

Added:
  ginac/repos/community-x86_64/PKGBUILD
(from rev 724360, ginac/trunk/PKGBUILD)
Deleted:
  ginac/repos/community-x86_64/PKGBUILD

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

Deleted: PKGBUILD
===
--- PKGBUILD2020-10-16 08:37:54 UTC (rev 724360)
+++ PKGBUILD2020-10-16 08:38:02 UTC (rev 724361)
@@ -1,35 +0,0 @@
-# Maintainer: Jaroslav Lichtblau 
-# Contributor: Stéphane Gaudreault 
-# Contributor: Thomas Dziedzic < gostrc at gmail >
-# Contributor: Thomas Baechler 
-
-pkgname=ginac
-pkgver=1.7.10
-pkgrel=1
-pkgdesc="C++ library for symbolic calculations"
-arch=('x86_64')
-url='https://www.ginac.de/'
-license=('GPL')
-depends=('cln')
-makedepends=('fig2dev' 'doxygen' 'texlive-bin' 'python')
-source=(https://www.ginac.de/$pkgname-$pkgver.tar.bz2)
-sha256sums=('e9ff2cc2d66e4181daf3a95405be7aa337f0446f5035e157b8c811eba10e51af')
-
-build() {
-  cd "${srcdir}"/$pkgname-$pkgver
-
-  ./configure --prefix=/usr --libexecdir=/usr/lib/ginac --disable-static
-  make
-}
-
-check() {
-  cd "${srcdir}"/$pkgname-$pkgver
-
-  make check
-}
-
-package() {
-  cd "${srcdir}"/$pkgname-$pkgver
-
-  make DESTDIR="${pkgdir}" install
-}

Copied: ginac/repos/community-x86_64/PKGBUILD (from rev 724360, 
ginac/trunk/PKGBUILD)
=======
--- PKGBUILD(rev 0)
+++ PKGBUILD2020-10-16 08:38:02 UTC (rev 724361)
@@ -0,0 +1,35 @@
+# Maintainer: Jaroslav Lichtblau 
+# Contributor: Stéphane Gaudreault 
+# Contributor: Thomas Dziedzic < gostrc at gmail >
+# Contributor: Thomas Baechler 
+
+pkgname=ginac
+pkgver=1.8.0
+pkgrel=1
+pkgdesc="C++ library for symbolic calculations"
+arch=('x86_64')
+url='https://www.ginac.de/'
+license=('GPL')
+depends=('cln')
+makedepends=('fig2dev' 'doxygen' 'texlive-bin' 'python')
+source=(https://www.ginac.de/$pkgname-$pkgver.tar.bz2)
+sha256sums=('44b4404a897dd7719233c44f3c73bc15695e12b58d3676cb57c90ddcddf72b51')
+
+build() {
+  cd "${srcdir}"/$pkgname-$pkgver
+
+  ./configure --prefix=/usr --libexecdir=/usr/lib/ginac --disable-static
+  make
+}
+
+check() {
+  cd "${srcdir}"/$pkgname-$pkgver
+
+  make check
+}
+
+package() {
+  cd "${srcdir}"/$pkgname-$pkgver
+
+  make DESTDIR="${pkgdir}" install
+}


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

2020-10-14 Thread Jaroslav Lichtblau via arch-commits
Date: Wednesday, October 14, 2020 @ 16:13:53
  Author: jlichtblau
Revision: 723930

archrelease: copy trunk to community-x86_64

Added:
  hugo/repos/community-x86_64/PKGBUILD
(from rev 723929, hugo/trunk/PKGBUILD)
Deleted:
  hugo/repos/community-x86_64/PKGBUILD

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

Deleted: PKGBUILD
===
--- PKGBUILD2020-10-14 16:13:45 UTC (rev 723929)
+++ PKGBUILD2020-10-14 16:13:53 UTC (rev 723930)
@@ -1,36 +0,0 @@
-# Maintainer: Jaroslav Lichtblau 
-# Contributor: fordprefect
-# Contributor: Jonathon Fernyhough 
-# Contributor: Brenton Horne
-
-pkgname=hugo
-pkgver=0.76.4
-pkgrel=1
-pkgdesc="Fast and Flexible Static Site Generator in Go"
-arch=('x86_64')
-url="https://gohugo.io/";
-license=('Apache')
-depends=('glibc')
-makedepends=('go' 'git')
-optdepends=('pygmentize: syntax-highlight code snippets'
-'python-docutils: reStructuredText support')
-source=(${pkgname}-${pkgver}.tar.gz::https://github.com/gohugoio/${pkgname}/archive/v${pkgver}.tar.gz)
-sha512sums=('7a9e8714a485e26705365d3de495812d45cf7f7f6aed5929d055c8bf8f7ead98348d1154bb84d6e408b4af2fa87d510a5e86547a75e7e83e06286066c349dae7')
-
-build() {
-  cd "${srcdir}"/${pkgname}-${pkgver}
-  export CGO_CPPFLAGS="${CPPFLAGS}"
-  export CGO_CFLAGS="${CFLAGS}"
-  export CGO_CXXFLAGS="${CXXFLAGS}"
-  export CGO_LDFLAGS="${LDFLAGS}"
-  export GOFLAGS="-buildmode=pie -trimpath -mod=readonly -modcacherw"
-  go build -tags extended 
-  ./hugo gen man
-}
-
-package() {
-  cd "${srcdir}"/${pkgname}-${pkgver}
-  install -Dm755 "${pkgname}" "${pkgdir}"/usr/bin/${pkgname}
-  install -Dm644 LICENSE "${pkgdir}"/usr/share/licenses/${pkgname}/LICENSE
-  install -Dm644 "${srcdir}"/${pkgname}-${pkgver}/man/*.1  -t 
"${pkgdir}"/usr/share/man/man1/
-}

Copied: hugo/repos/community-x86_64/PKGBUILD (from rev 723929, 
hugo/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2020-10-14 16:13:53 UTC (rev 723930)
@@ -0,0 +1,36 @@
+# Maintainer: Jaroslav Lichtblau 
+# Contributor: fordprefect
+# Contributor: Jonathon Fernyhough 
+# Contributor: Brenton Horne
+
+pkgname=hugo
+pkgver=0.76.5
+pkgrel=1
+pkgdesc="Fast and Flexible Static Site Generator in Go"
+arch=('x86_64')
+url="https://gohugo.io/";
+license=('Apache')
+depends=('glibc')
+makedepends=('go' 'git')
+optdepends=('pygmentize: syntax-highlight code snippets'
+'python-docutils: reStructuredText support')
+source=(${pkgname}-${pkgver}.tar.gz::https://github.com/gohugoio/${pkgname}/archive/v${pkgver}.tar.gz)
+sha512sums=('cb7d312d36cfd25b2664f388a8b43ce6be59b5eb35e9ecd950b7d6f301f8ca538233818260df68df6817ca17f700ded894ccd40fc497424130ba88167c43b29b')
+
+build() {
+  cd "${srcdir}"/${pkgname}-${pkgver}
+  export CGO_CPPFLAGS="${CPPFLAGS}"
+  export CGO_CFLAGS="${CFLAGS}"
+  export CGO_CXXFLAGS="${CXXFLAGS}"
+  export CGO_LDFLAGS="${LDFLAGS}"
+  export GOFLAGS="-buildmode=pie -trimpath -mod=readonly -modcacherw"
+  go build -tags extended 
+  ./hugo gen man
+}
+
+package() {
+  cd "${srcdir}"/${pkgname}-${pkgver}
+  install -Dm755 "${pkgname}" "${pkgdir}"/usr/bin/${pkgname}
+  install -Dm644 LICENSE "${pkgdir}"/usr/share/licenses/${pkgname}/LICENSE
+  install -Dm644 "${srcdir}"/${pkgname}-${pkgver}/man/*.1  -t 
"${pkgdir}"/usr/share/man/man1/
+}


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

2020-10-14 Thread Jaroslav Lichtblau via arch-commits
Date: Wednesday, October 14, 2020 @ 16:13:45
  Author: jlichtblau
Revision: 723929

upgpkg: hugo 0.76.5-1 - new upstream release

Modified:
  hugo/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2020-10-14 16:03:16 UTC (rev 723928)
+++ PKGBUILD2020-10-14 16:13:45 UTC (rev 723929)
@@ -4,7 +4,7 @@
 # Contributor: Brenton Horne
 
 pkgname=hugo
-pkgver=0.76.4
+pkgver=0.76.5
 pkgrel=1
 pkgdesc="Fast and Flexible Static Site Generator in Go"
 arch=('x86_64')
@@ -15,7 +15,7 @@
 optdepends=('pygmentize: syntax-highlight code snippets'
 'python-docutils: reStructuredText support')
 
source=(${pkgname}-${pkgver}.tar.gz::https://github.com/gohugoio/${pkgname}/archive/v${pkgver}.tar.gz)
-sha512sums=('7a9e8714a485e26705365d3de495812d45cf7f7f6aed5929d055c8bf8f7ead98348d1154bb84d6e408b4af2fa87d510a5e86547a75e7e83e06286066c349dae7')
+sha512sums=('cb7d312d36cfd25b2664f388a8b43ce6be59b5eb35e9ecd950b7d6f301f8ca538233818260df68df6817ca17f700ded894ccd40fc497424130ba88167c43b29b')
 
 build() {
   cd "${srcdir}"/${pkgname}-${pkgver}


[arch-commits] Commit in man-pages-l10n/repos/community-testing-any (4 files)

2020-10-14 Thread Jaroslav Lichtblau via arch-commits
Date: Wednesday, October 14, 2020 @ 15:56:00
  Author: jlichtblau
Revision: 723925

archrelease: copy trunk to community-testing-any

Added:
  man-pages-l10n/repos/community-testing-any/PKGBUILD
(from rev 723924, man-pages-l10n/trunk/PKGBUILD)
  man-pages-l10n/repos/community-testing-any/man-pages-l10n.changelog
(from rev 723924, man-pages-l10n/trunk/man-pages-l10n.changelog)
Deleted:
  man-pages-l10n/repos/community-testing-any/PKGBUILD
  man-pages-l10n/repos/community-testing-any/man-pages-l10n.changelog

--+
 PKGBUILD |  175 
 man-pages-l10n.changelog |  194 ++---
 2 files changed, 186 insertions(+), 183 deletions(-)

Deleted: PKGBUILD
===
--- PKGBUILD2020-10-14 15:54:15 UTC (rev 723924)
+++ PKGBUILD2020-10-14 15:56:00 UTC (rev 723925)
@@ -1,86 +0,0 @@
-# Maintainer: Jaroslav Lichtblau 
-
-pkgbase=man-pages-l10n
-pkgname=('man-pages-de'
- 'man-pages-fr'
- 'man-pages-nl'
- 'man-pages-pl'
- 'man-pages-pt_br'
- 'man-pages-ro')
-pkgver=4.1.0
-pkgrel=1
-pkgdesc="Translation of man pages"
-arch=('any')
-url="https://salsa.debian.org/manpages-l10n-team/manpages-l10n";
-license=('GPL3')
-depends=('man-db')
-makedepends=('po4a')
-changelog=$pkgbase.changelog
-options=('!emptydirs')
-source=(https://salsa.debian.org/manpages-l10n-team/manpages-l10n/-/archive/v$pkgver/manpages-l10n-v$pkgver.tar.bz2)
-sha256sums=('9499da4dfc01d1ade26e28902c8db20b67eb90fe73adb7f00e16b9cfa660ca4e')
-
-build() {
-  cd "${srcdir}"/manpages-l10n-v$pkgver
-  ./configure --prefix=/usr --enable-distribution=archlinux
-
-  for _lang in de fr nl pl pt_BR ro; do
-make -C po/"${_lang}"
-  done
-}
-
-check() {
-  cd "${srcdir}"/manpages-l10n-v$pkgver
-
-  for _lang in de fr nl pl pt_BR ro; do
-make check -k -C po/"${_lang}"
-  done
-}
-
-package_man-pages-de() {
-  pkgdesc="German man pages"
-  depends=('man-db')
-
-  cd "${srcdir}"/manpages-l10n-v$pkgver/po/de
-  make DESTDIR="${pkgdir}" install
-}
-
-package_man-pages-fr() {
-  pkgdesc="French man pages"
-  depends=('man-db')
-
-  cd "${srcdir}"/manpages-l10n-v$pkgver/po/fr
-  make DESTDIR="${pkgdir}" install
-}
-
-package_man-pages-nl() {
-  pkgdesc="Dutch man pages"
-  depends=('man-db')
-
-  cd "${srcdir}"/manpages-l10n-v$pkgver/po/nl
-  make DESTDIR="${pkgdir}" install
-}
-
-package_man-pages-pl() {
-  pkgdesc="Polish man pages"
-  depends=('man-db')
-
-  cd "${srcdir}"/manpages-l10n-v$pkgver/po/pl
-  make DESTDIR="${pkgdir}" install
-}
-
-package_man-pages-pt_br() {
-  pkgdesc="Brazilian Portuguese man pages"
-  depends=('man-db')
-
-  cd "${srcdir}"/manpages-l10n-v$pkgver/po/pt_BR
-  make DESTDIR="${pkgdir}" install
-}
-
-package_man-pages-ro() {
-  pkgdesc="Romanian man pages"
-  depends=('man-db')
-
-  cd "${srcdir}"/manpages-l10n-v$pkgver/po/ro
-  make DESTDIR="${pkgdir}" install
-}

Copied: man-pages-l10n/repos/community-testing-any/PKGBUILD (from rev 723924, 
man-pages-l10n/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2020-10-14 15:56:00 UTC (rev 723925)
@@ -0,0 +1,89 @@
+# Maintainer: Jaroslav Lichtblau 
+# Contributor: Mario Blättermann 
+# Contributor: Benjamin Vialle 
+# Contributor: Rafael Fontenelle 
+
+pkgbase=man-pages-l10n
+pkgname=('man-pages-de'
+ 'man-pages-fr'
+ 'man-pages-nl'
+ 'man-pages-pl'
+ 'man-pages-pt_br'
+ 'man-pages-ro')
+pkgver=4.1.0
+pkgrel=3
+pkgdesc="Translation of man pages"
+arch=('any')
+url="https://salsa.debian.org/manpages-l10n-team/manpages-l10n";
+license=('GPL3')
+depends=('man-db')
+makedepends=('po4a')
+changelog=$pkgbase.changelog
+options=('!emptydirs')
+source=(https://salsa.debian.org/manpages-l10n-team/manpages-l10n/-/archive/v$pkgver/manpages-l10n-v$pkgver.tar.bz2)
+sha256sums=('9499da4dfc01d1ade26e28902c8db20b67eb90fe73adb7f00e16b9cfa660ca4e')
+
+build() {
+  cd "${srcdir}"/manpages-l10n-v$pkgver
+  ./configure --prefix=/usr --enable-distribution=archlinux
+
+  for _lang in de fr nl pl pt_BR ro; do
+make -C po/"${_lang}"
+  done
+}
+
+check() {
+  cd "${srcdir}"/manpages-l10n-v$pkgver
+
+  for _lang in de fr nl pl pt_BR ro; do
+make check -k -C po/"${_lan

[arch-commits] Commit in man-pages-l10n/trunk (PKGBUILD)

2020-10-14 Thread Jaroslav Lichtblau via arch-commits
Date: Wednesday, October 14, 2020 @ 15:54:15
  Author: jlichtblau
Revision: 723924

upgpkg: man-pages-l10n 4.1.0-3
* version bump to avoid trouble updating former AUR package

Modified:
  man-pages-l10n/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2020-10-14 15:49:18 UTC (rev 723923)
+++ PKGBUILD2020-10-14 15:54:15 UTC (rev 723924)
@@ -1,4 +1,7 @@
 # Maintainer: Jaroslav Lichtblau 
+# Contributor: Mario Blättermann 
+# Contributor: Benjamin Vialle 
+# Contributor: Rafael Fontenelle 
 
 pkgbase=man-pages-l10n
 pkgname=('man-pages-de'
@@ -8,7 +11,7 @@
  'man-pages-pt_br'
  'man-pages-ro')
 pkgver=4.1.0
-pkgrel=1
+pkgrel=3
 pkgdesc="Translation of man pages"
 arch=('any')
 url="https://salsa.debian.org/manpages-l10n-team/manpages-l10n";


[arch-commits] Commit in (man-pages-de)

2020-10-14 Thread Jaroslav Lichtblau via arch-commits
Date: Wednesday, October 14, 2020 @ 15:42:31
  Author: jlichtblau
Revision: 723921

man-pages-de moving into man-pages-l10n as split package

Deleted:
  man-pages-de/


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

2020-10-12 Thread Jaroslav Lichtblau via arch-commits
Date: Monday, October 12, 2020 @ 20:18:17
  Author: jlichtblau
Revision: 723728

archrelease: copy trunk to community-x86_64

Added:
  gif2png/repos/community-x86_64/PKGBUILD
(from rev 723727, gif2png/trunk/PKGBUILD)
Deleted:
  gif2png/repos/community-x86_64/PKGBUILD

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

Deleted: PKGBUILD
===
--- PKGBUILD2020-10-12 20:18:08 UTC (rev 723727)
+++ PKGBUILD2020-10-12 20:18:17 UTC (rev 723728)
@@ -1,35 +0,0 @@
-# Maintainer: Jaroslav Lichtblau 
-# Contributor: Giovanni Scafora 
-# Contributor: eric 
-# Contributor: Andrew Rose 
-
-pkgname=gif2png
-pkgver=2.5.14
-pkgrel=2
-pkgdesc="A GIF to PNG image format converter"
-arch=('x86_64')
-url="http://www.catb.org/~esr/gif2png/";
-license=('ZLIB')
-depends=('libpng')
-optdepends=('python2: for using web2png')
-source=(http://www.catb.org/~esr/$pkgname/$pkgname-$pkgver.tar.gz
-http://www.catb.org/~esr/gif2png/COPYING)
-sha256sums=('f7584dc0d15b8186182e47dcf6190924a3ba6d669acfce33be8512a79ae6fe20'
-'c92396cd96373bf1bdaa08e028214479216be7278fe7732b59cd1df1632fe335')
-
-build() {
-  cd "${srcdir}"/${pkgname}-${pkgver}
-
-  sed -i 's#env python#env python2#' web2png
-
-#  ./configure --prefix=/usr \
-#  --mandir=/usr/share/man
-  make
-}
-
-package() {
-  cd "${srcdir}"/${pkgname}-${pkgver}
-
-  make install prefix="${pkgdir}"/usr
-  install -Dm644 "${srcdir}"/COPYING 
"${pkgdir}"/usr/share/licenses/$pkgname/LICENSE
-}

Copied: gif2png/repos/community-x86_64/PKGBUILD (from rev 723727, 
gif2png/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2020-10-12 20:18:17 UTC (rev 723728)
@@ -0,0 +1,56 @@
+# Maintainer: Jaroslav Lichtblau 
+# Contributor: Morten Linderud 
+# Contributor: Giovanni Scafora 
+# Contributor: eric 
+# Contributor: Andrew Rose 
+
+pkgname=gif2png
+pkgver=3.0.0
+pkgrel=1
+pkgdesc="A GIF to PNG image format converter"
+arch=('x86_64')
+url="http://www.catb.org/~esr/gif2png/";
+license=('ZLIB')
+depends=('libpng')
+makedepends=('go' 'git')
+optdepends=('python2: for using web2png')
+# https://github.com/golang/crypto/tree/release-branch.go1.15
+_crypto_commit=75b288015ac94e66e3d6715fb68a9b41bf046ec2
+# https://github.com/golang/sys/tree/release-branch.go1.15
+_sys_commit=bc7a7d42d5c30f4d0fe808715c002826ce2c624e
+source=(http://www.catb.org/~esr/$pkgname/$pkgname-$pkgver.tar.gz
+http://www.catb.org/~esr/gif2png/COPYING
+git+https://github.com/golang/crypto#commit=$_crypto_commit
+git+https://github.com/golang/sys#commit=$_sys_commit)
+sha256sums=('98e185fa62d8d5b355a8b3980db0025b2fbdea991bd9f78547a1e0bc08b81d3a'
+'c92396cd96373bf1bdaa08e028214479216be7278fe7732b59cd1df1632fe335'
+'SKIP'
+'SKIP')
+
+prepare() {
+  mkdir -p src/golang.org/x build
+  cp -r sys crypto src/golang.org/x/
+  mkdir -p src/gitlab.com/esr
+  ln -rTsf "$pkgname-$pkgver" "src/gitlab.com/esr/${pkgname}"
+  cd "src/gitlab.com/esr/${pkgname}"
+  sed -i 's#env python#env python2#' web2png
+  sed -i 's#GOFLAGS=.*##' Makefile
+  sed -i 's#$(GOFLAGS)##' Makefile
+}
+
+build() {
+  cd "src/gitlab.com/esr/${pkgname}"
+  export GOPATH="$srcdir"
+  export CGO_CPPFLAGS="${CPPFLAGS}"
+  export CGO_CFLAGS="${CFLAGS}"
+  export CGO_CXXFLAGS="${CXXFLAGS}"
+  export CGO_LDFLAGS="${LDFLAGS}"
+  export GOFLAGS="-buildmode=pie -trimpath -gcflags=-N -gcflags=-l"
+  make
+}
+
+package() {
+  cd "src/gitlab.com/esr/${pkgname}"
+  make install prefix="${pkgdir}"/usr
+  install -Dm644 "${srcdir}"/COPYING 
"${pkgdir}"/usr/share/licenses/$pkgname/LICENSE
+}


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

2020-10-12 Thread Jaroslav Lichtblau via arch-commits
Date: Monday, October 12, 2020 @ 20:18:08
  Author: jlichtblau
Revision: 723727

upgpkg: gif2png 3.0.0-1 - new upstream release

Modified:
  gif2png/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2020-10-12 20:17:28 UTC (rev 723726)
+++ PKGBUILD2020-10-12 20:18:08 UTC (rev 723727)
@@ -1,35 +1,56 @@
 # Maintainer: Jaroslav Lichtblau 
+# Contributor: Morten Linderud 
 # Contributor: Giovanni Scafora 
 # Contributor: eric 
 # Contributor: Andrew Rose 
 
 pkgname=gif2png
-pkgver=2.5.14
-pkgrel=2
+pkgver=3.0.0
+pkgrel=1
 pkgdesc="A GIF to PNG image format converter"
 arch=('x86_64')
 url="http://www.catb.org/~esr/gif2png/";
 license=('ZLIB')
 depends=('libpng')
+makedepends=('go' 'git')
 optdepends=('python2: for using web2png')
+# https://github.com/golang/crypto/tree/release-branch.go1.15
+_crypto_commit=75b288015ac94e66e3d6715fb68a9b41bf046ec2
+# https://github.com/golang/sys/tree/release-branch.go1.15
+_sys_commit=bc7a7d42d5c30f4d0fe808715c002826ce2c624e
 source=(http://www.catb.org/~esr/$pkgname/$pkgname-$pkgver.tar.gz
-http://www.catb.org/~esr/gif2png/COPYING)
-sha256sums=('f7584dc0d15b8186182e47dcf6190924a3ba6d669acfce33be8512a79ae6fe20'
-'c92396cd96373bf1bdaa08e028214479216be7278fe7732b59cd1df1632fe335')
+http://www.catb.org/~esr/gif2png/COPYING
+git+https://github.com/golang/crypto#commit=$_crypto_commit
+git+https://github.com/golang/sys#commit=$_sys_commit)
+sha256sums=('98e185fa62d8d5b355a8b3980db0025b2fbdea991bd9f78547a1e0bc08b81d3a'
+'c92396cd96373bf1bdaa08e028214479216be7278fe7732b59cd1df1632fe335'
+'SKIP'
+'SKIP')
 
-build() {
-  cd "${srcdir}"/${pkgname}-${pkgver}
-
+prepare() {
+  mkdir -p src/golang.org/x build
+  cp -r sys crypto src/golang.org/x/
+  mkdir -p src/gitlab.com/esr
+  ln -rTsf "$pkgname-$pkgver" "src/gitlab.com/esr/${pkgname}"
+  cd "src/gitlab.com/esr/${pkgname}"
   sed -i 's#env python#env python2#' web2png
+  sed -i 's#GOFLAGS=.*##' Makefile
+  sed -i 's#$(GOFLAGS)##' Makefile
+}
 
-#  ./configure --prefix=/usr \
-#  --mandir=/usr/share/man
+build() {
+  cd "src/gitlab.com/esr/${pkgname}"
+  export GOPATH="$srcdir"
+  export CGO_CPPFLAGS="${CPPFLAGS}"
+  export CGO_CFLAGS="${CFLAGS}"
+  export CGO_CXXFLAGS="${CXXFLAGS}"
+  export CGO_LDFLAGS="${LDFLAGS}"
+  export GOFLAGS="-buildmode=pie -trimpath -gcflags=-N -gcflags=-l"
   make
 }
 
 package() {
-  cd "${srcdir}"/${pkgname}-${pkgver}
-
+  cd "src/gitlab.com/esr/${pkgname}"
   make install prefix="${pkgdir}"/usr
   install -Dm644 "${srcdir}"/COPYING 
"${pkgdir}"/usr/share/licenses/$pkgname/LICENSE
 }


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

2020-10-12 Thread Jaroslav Lichtblau via arch-commits
Date: Monday, October 12, 2020 @ 18:25:11
  Author: jlichtblau
Revision: 723709

archrelease: copy trunk to community-x86_64

Added:
  hugo/repos/community-x86_64/PKGBUILD
(from rev 723708, hugo/trunk/PKGBUILD)
Deleted:
  hugo/repos/community-x86_64/PKGBUILD

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

Deleted: PKGBUILD
===
--- PKGBUILD2020-10-12 18:25:01 UTC (rev 723708)
+++ PKGBUILD2020-10-12 18:25:11 UTC (rev 723709)
@@ -1,36 +0,0 @@
-# Maintainer: Jaroslav Lichtblau 
-# Contributor: fordprefect
-# Contributor: Jonathon Fernyhough 
-# Contributor: Brenton Horne
-
-pkgname=hugo
-pkgver=0.76.3
-pkgrel=1
-pkgdesc="Fast and Flexible Static Site Generator in Go"
-arch=('x86_64')
-url="https://gohugo.io/";
-license=('Apache')
-depends=('glibc')
-makedepends=('go' 'git')
-optdepends=('pygmentize: syntax-highlight code snippets'
-'python-docutils: reStructuredText support')
-source=(${pkgname}-${pkgver}.tar.gz::https://github.com/gohugoio/${pkgname}/archive/v${pkgver}.tar.gz)
-sha512sums=('48e9d1f54063e00e1e7282f3e812c512303a929c4dd75b63d39a668a867829c293dd26867c6012223eed9c6630b54494b23f15b0cd1f79c92a865bcaabd542de')
-
-build() {
-  cd "${srcdir}"/${pkgname}-${pkgver}
-  export CGO_CPPFLAGS="${CPPFLAGS}"
-  export CGO_CFLAGS="${CFLAGS}"
-  export CGO_CXXFLAGS="${CXXFLAGS}"
-  export CGO_LDFLAGS="${LDFLAGS}"
-  export GOFLAGS="-buildmode=pie -trimpath -mod=readonly -modcacherw"
-  go build -tags extended 
-  ./hugo gen man
-}
-
-package() {
-  cd "${srcdir}"/${pkgname}-${pkgver}
-  install -Dm755 "${pkgname}" "${pkgdir}"/usr/bin/${pkgname}
-  install -Dm644 LICENSE "${pkgdir}"/usr/share/licenses/${pkgname}/LICENSE
-  install -Dm644 "${srcdir}"/${pkgname}-${pkgver}/man/*.1  -t 
"${pkgdir}"/usr/share/man/man1/
-}

Copied: hugo/repos/community-x86_64/PKGBUILD (from rev 723708, 
hugo/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2020-10-12 18:25:11 UTC (rev 723709)
@@ -0,0 +1,36 @@
+# Maintainer: Jaroslav Lichtblau 
+# Contributor: fordprefect
+# Contributor: Jonathon Fernyhough 
+# Contributor: Brenton Horne
+
+pkgname=hugo
+pkgver=0.76.4
+pkgrel=1
+pkgdesc="Fast and Flexible Static Site Generator in Go"
+arch=('x86_64')
+url="https://gohugo.io/";
+license=('Apache')
+depends=('glibc')
+makedepends=('go' 'git')
+optdepends=('pygmentize: syntax-highlight code snippets'
+'python-docutils: reStructuredText support')
+source=(${pkgname}-${pkgver}.tar.gz::https://github.com/gohugoio/${pkgname}/archive/v${pkgver}.tar.gz)
+sha512sums=('7a9e8714a485e26705365d3de495812d45cf7f7f6aed5929d055c8bf8f7ead98348d1154bb84d6e408b4af2fa87d510a5e86547a75e7e83e06286066c349dae7')
+
+build() {
+  cd "${srcdir}"/${pkgname}-${pkgver}
+  export CGO_CPPFLAGS="${CPPFLAGS}"
+  export CGO_CFLAGS="${CFLAGS}"
+  export CGO_CXXFLAGS="${CXXFLAGS}"
+  export CGO_LDFLAGS="${LDFLAGS}"
+  export GOFLAGS="-buildmode=pie -trimpath -mod=readonly -modcacherw"
+  go build -tags extended 
+  ./hugo gen man
+}
+
+package() {
+  cd "${srcdir}"/${pkgname}-${pkgver}
+  install -Dm755 "${pkgname}" "${pkgdir}"/usr/bin/${pkgname}
+  install -Dm644 LICENSE "${pkgdir}"/usr/share/licenses/${pkgname}/LICENSE
+  install -Dm644 "${srcdir}"/${pkgname}-${pkgver}/man/*.1  -t 
"${pkgdir}"/usr/share/man/man1/
+}


<    1   2   3   4   5   6   7   8   9   10   >