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

2021-04-14 Thread Nicola Squartini via arch-commits
Date: Thursday, April 15, 2021 @ 06:55:56
  Author: tensor5
Revision: 918960

archrelease: copy trunk to community-x86_64

Added:
  min/repos/community-x86_64/PKGBUILD
(from rev 918959, min/trunk/PKGBUILD)
  min/repos/community-x86_64/icon.patch
(from rev 918959, min/trunk/icon.patch)
  min/repos/community-x86_64/min.desktop
(from rev 918959, min/trunk/min.desktop)
  min/repos/community-x86_64/min.js
(from rev 918959, min/trunk/min.js)
Deleted:
  min/repos/community-x86_64/PKGBUILD
  min/repos/community-x86_64/icon.patch
  min/repos/community-x86_64/min.desktop
  min/repos/community-x86_64/min.js

-+
 PKGBUILD|  176 +-
 icon.patch  |   22 +++
 min.desktop |   20 +++---
 min.js  |   58 +--
 4 files changed, 138 insertions(+), 138 deletions(-)

Deleted: PKGBUILD
===
--- PKGBUILD2021-04-15 06:55:47 UTC (rev 918959)
+++ PKGBUILD2021-04-15 06:55:56 UTC (rev 918960)
@@ -1,88 +0,0 @@
-# Maintainer: Nicola Squartini 
-
-pkgname=min
-pkgver=1.19.1
-_commit=f08894f93df1ba79e512ba6a751c3d2ab23e5928
-pkgrel=1
-pkgdesc='A fast, minimal browser that protects your privacy'
-arch=('x86_64')
-url='https://minbrowser.org/'
-license=('Apache')
-depends=('electron' 'libsecret')
-makedepends=('git' 'npm')
-options=(!emptydirs)
-source=("git+https://github.com/minbrowser/min.git#commit=${_commit}";
-'min.desktop'
-'min.js'
-'icon.patch')
-sha256sums=('SKIP'
-'a069caac07638ca2bafde5f96a4db646ec7484741ff9b44788c2e159b5142650'
-'c22324184b72b3fad5a0aadb4e18182414e0294c5596c26426adc204fd473258'
-'131200c75cd6c21cf1572e46c582ae81d8dad4d2ce5aeb9dd9389f26f5a5613e')
-
-prepare() {
-cd ${pkgname}
-
-patch -Np1 -i "${srcdir}"/icon.patch
-}
-
-build() {
-cd ${pkgname}
-
-npm install
-npm run build
-rm -r node_modules
-
-npm install --production --no-optional
-}
-
-package() {
-cd ${pkgname}
-
-appdir=/usr/lib/${pkgname}
-
-install -dm755 "${pkgdir}"${appdir}
-cp -r * "${pkgdir}"${appdir}
-
-install -dm755 "${pkgdir}"/usr/share/icons/hicolor/256x256/apps
-mv icons/icon256.png \
-"${pkgdir}"/usr/share/icons/hicolor/256x256/apps/${pkgname}.png
-
-install -Dm755 "${srcdir}"/${pkgname}.js "${pkgdir}"/usr/bin/${pkgname}
-install -Dm644 "${srcdir}"/${pkgname}.desktop \
-"${pkgdir}"/usr/share/applications/${pkgname}.desktop
-
-# Clean up
-rm "${pkgdir}"${appdir}/dist/build.js
-rm -r "${pkgdir}"${appdir}/icons
-rm -r "${pkgdir}"${appdir}/localization
-rm -r "${pkgdir}"${appdir}/main
-rm -r "${pkgdir}"${appdir}/scripts
-find "${pkgdir}"${appdir} \
--name "package.json" \
--exec sed -e "s|${srcdir}/${pkgname}|${appdir}|" \
--i {} \; \
--or -name ".*" -prune -exec rm -r '{}' \; \
--or -name "*.Makefile" -exec rm '{}' \; \
--or -name "*.h" -exec rm '{}' \; \
--or -name "*.c" -exec rm '{}' \; \
--or -name "*.cc" -exec rm '{}' \; \
--or -name "*.gypi" -exec rm '{}' \; \
--or -name "*.mk" -exec rm '{}' \; \
--or -name "Gruntfile.js" -exec rm '{}' \; \
--or -name "Makefile" -exec rm '{}' \; \
--or -name "bin" -prune -exec rm -r '{}' \; \
--or -name "bin.js" -exec rm '{}' \; \
--or -name "bower.json" -exec rm '{}' \; \
--or -name "cli.js" -exec rm '{}' \; \
--or -name "cmd.js" -exec rm '{}' \; \
--or -name "coffee" -prune -exec rm -r '{}' \; \
--or -name "example" -prune -exec rm -r '{}' \; \
--or -name "examples" -prune -exec rm -r '{}' \; \
--or -name "gulpfile.js" -exec rm '{}' \; \
--or -name "man" -prune -exec rm -r '{}' \; \
--or -name "obj.target" -prune -exec rm -r '{}' \; \
--or -name "scripts" -prune -exec rm -r '{}' \; \
--or -name "test" -prune -exec rm -r '{}' \; \
--or -name "tests" -prune -exec rm -r '{}' \;
-}

Copied: min/repos/community-x86_64/PKGBUILD (from rev 918959, 
min/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2021-04-15 06:55:56 UTC (rev 918960)
@@ -0,0 +1,88 @@
+# Maintainer: Nicola Squartini 
+
+pkgname=min
+pkgver=1.19.2
+_commit=654ef2cae66837e58047a3e31ffca0e9cc91c359
+pkgrel=1
+pkgdesc='A fast, minimal browser that protects your privacy'
+arch=('x86_64')
+url='https://minbrowser.org/'
+license=('Apache')
+depends=('electron' 'libsecret')
+makedepends=('git' 'npm')
+options=(!emptydirs)
+source=("git+https://github.com/minbrowser/min.git#commit=${_commit}";
+'min.desktop'
+'min.js'
+'icon.patch')
+sha256sums=('SKIP'
+'a069caac07638ca2bafde5f96a4db646ec7484741ff9b44788c2e159b5142650'
+'c22324184b72b3fad5a0aadb4e

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

2021-04-14 Thread Nicola Squartini via arch-commits
Date: Thursday, April 15, 2021 @ 06:55:47
  Author: tensor5
Revision: 918959

upgpkg: min 1.19.2-1

Modified:
  min/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2021-04-15 05:59:02 UTC (rev 918958)
+++ PKGBUILD2021-04-15 06:55:47 UTC (rev 918959)
@@ -1,8 +1,8 @@
 # Maintainer: Nicola Squartini 
 
 pkgname=min
-pkgver=1.19.1
-_commit=f08894f93df1ba79e512ba6a751c3d2ab23e5928
+pkgver=1.19.2
+_commit=654ef2cae66837e58047a3e31ffca0e9cc91c359
 pkgrel=1
 pkgdesc='A fast, minimal browser that protects your privacy'
 arch=('x86_64')


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

2021-04-14 Thread Maxime Gauduin via arch-commits
Date: Thursday, April 15, 2021 @ 05:59:45
  Author: alucryd
Revision: 412478

archrelease: copy trunk to extra-x86_64

Added:
  mkvtoolnix/repos/extra-x86_64/PKGBUILD
(from rev 412477, mkvtoolnix/trunk/PKGBUILD)
Deleted:
  mkvtoolnix/repos/extra-x86_64/PKGBUILD

--+
 PKGBUILD |  202 ++---
 1 file changed, 101 insertions(+), 101 deletions(-)

Deleted: PKGBUILD
===
--- PKGBUILD2021-04-15 05:59:40 UTC (rev 412477)
+++ PKGBUILD2021-04-15 05:59:45 UTC (rev 412478)
@@ -1,101 +0,0 @@
-# Maintainer: Giovanni Scafora 
-# Maintainer: Maxime Gauduin 
-# Contributor: xduugu 
-
-pkgbase=mkvtoolnix
-pkgname=(
-  mkvtoolnix-cli
-  mkvtoolnix-gui
-)
-pkgver=56.0.0
-pkgrel=1
-pkgdesc='Set of tools to create, edit and inspect Matroska files'
-arch=(x86_64)
-url=https://mkvtoolnix.download/
-license=(GPL2)
-depends=(
-  gcc-libs
-  glibc
-  libebml.so
-  libfmt.so
-  libmagic.so
-  libmatroska.so
-  pcre2
-  pugixml
-)
-makedepends=(
-  boost
-  cmark
-  docbook-xsl
-  flac
-  git
-  libdvdread
-  libvorbis
-  po4a
-  qt5-multimedia
-  qt5-tools
-  ruby-rake
-  zlib
-)
-_tag=c3db780e117f65246ac1ea071ab9271d61601a05
-#source=(git+https://gitlab.com/mbunkus/mkvtoolnix.git?signed#tag=${_tag})
-source=(git+https://gitlab.com/mbunkus/mkvtoolnix.git#tag=${_tag})
-validpgpkeys=(D9199745B0545F2E8197062B0F92290A445B9007) # Moritz Bunkus 

-sha256sums=(SKIP)
-
-pkgver() {
-  cd mkvtoolnix
-
-  git describe --tags | sed 's/release-//'
-}
-
-prepare() {
-  cd mkvtoolnix
-
-  ./autogen.sh
-}
-
-build() {
-  cd mkvtoolnix
-
-  ./configure \
---prefix=/usr \
---disable-update-check
-  rake $MAKEFLAGS
-}
-
-package_mkvtoolnix-cli() {
-  depends+=(
-libdvdread
-libFLAC.so
-libogg.so
-libvorbis.so
-zlib
-  )
-
-  cd mkvtoolnix
-
-  rake DESTDIR="${pkgdir}" install
-  rm -rf "${pkgdir}"/usr/share/{applications,icons,metainfo,mime,mkvtoolnix}
-  find "${pkgdir}" -name mkvtoolnix-gui* -delete
-}
-
-package_mkvtoolnix-gui() {
-  depends=(
-cmark
-hicolor-icon-theme
-mkvtoolnix-cli
-qt5-base
-qt5-multimedia
-  )
-
-  cd mkvtoolnix
-
-  rake DESTDIR="${pkgdir}" install
-  rm -rf "${pkgdir}"/usr/share/locale
-  for t in mkv{extract,info,merge,propedit}; do
-find "${pkgdir}" -name $t* -delete
-  done
-}
-
-# vim: ts=2 sw=2 et:

Copied: mkvtoolnix/repos/extra-x86_64/PKGBUILD (from rev 412477, 
mkvtoolnix/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2021-04-15 05:59:45 UTC (rev 412478)
@@ -0,0 +1,101 @@
+# Maintainer: Giovanni Scafora 
+# Maintainer: Maxime Gauduin 
+# Contributor: xduugu 
+
+pkgbase=mkvtoolnix
+pkgname=(
+  mkvtoolnix-cli
+  mkvtoolnix-gui
+)
+pkgver=56.1.0
+pkgrel=1
+pkgdesc='Set of tools to create, edit and inspect Matroska files'
+arch=(x86_64)
+url=https://mkvtoolnix.download/
+license=(GPL2)
+depends=(
+  gcc-libs
+  glibc
+  libebml.so
+  libfmt.so
+  libmagic.so
+  libmatroska.so
+  pcre2
+  pugixml
+)
+makedepends=(
+  boost
+  cmark
+  docbook-xsl
+  flac
+  git
+  libdvdread
+  libvorbis
+  po4a
+  qt5-multimedia
+  qt5-tools
+  ruby-rake
+  zlib
+)
+_tag=b992c2a58b1f45618e8a87a4ff6a9bc5f008d267
+#source=(git+https://gitlab.com/mbunkus/mkvtoolnix.git?signed#tag=${_tag})
+source=(git+https://gitlab.com/mbunkus/mkvtoolnix.git#tag=${_tag})
+validpgpkeys=(D9199745B0545F2E8197062B0F92290A445B9007) # Moritz Bunkus 

+sha256sums=(SKIP)
+
+pkgver() {
+  cd mkvtoolnix
+
+  git describe --tags | sed 's/release-//'
+}
+
+prepare() {
+  cd mkvtoolnix
+
+  ./autogen.sh
+}
+
+build() {
+  cd mkvtoolnix
+
+  ./configure \
+--prefix=/usr \
+--disable-update-check
+  rake $MAKEFLAGS
+}
+
+package_mkvtoolnix-cli() {
+  depends+=(
+libdvdread
+libFLAC.so
+libogg.so
+libvorbis.so
+zlib
+  )
+
+  cd mkvtoolnix
+
+  rake DESTDIR="${pkgdir}" install
+  rm -rf "${pkgdir}"/usr/share/{applications,icons,metainfo,mime,mkvtoolnix}
+  find "${pkgdir}" -name mkvtoolnix-gui* -delete
+}
+
+package_mkvtoolnix-gui() {
+  depends=(
+cmark
+hicolor-icon-theme
+mkvtoolnix-cli
+qt5-base
+qt5-multimedia
+  )
+
+  cd mkvtoolnix
+
+  rake DESTDIR="${pkgdir}" install
+  rm -rf "${pkgdir}"/usr/share/locale
+  for t in mkv{extract,info,merge,propedit}; do
+find "${pkgdir}" -name $t* -delete
+  done
+}
+
+# vim: ts=2 sw=2 et:


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

2021-04-14 Thread Maxime Gauduin via arch-commits
Date: Thursday, April 15, 2021 @ 05:59:40
  Author: alucryd
Revision: 412477

upgpkg: mkvtoolnix 56.1.0-1

Modified:
  mkvtoolnix/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2021-04-15 05:39:50 UTC (rev 412476)
+++ PKGBUILD2021-04-15 05:59:40 UTC (rev 412477)
@@ -7,7 +7,7 @@
   mkvtoolnix-cli
   mkvtoolnix-gui
 )
-pkgver=56.0.0
+pkgver=56.1.0
 pkgrel=1
 pkgdesc='Set of tools to create, edit and inspect Matroska files'
 arch=(x86_64)
@@ -37,7 +37,7 @@
   ruby-rake
   zlib
 )
-_tag=c3db780e117f65246ac1ea071ab9271d61601a05
+_tag=b992c2a58b1f45618e8a87a4ff6a9bc5f008d267
 #source=(git+https://gitlab.com/mbunkus/mkvtoolnix.git?signed#tag=${_tag})
 source=(git+https://gitlab.com/mbunkus/mkvtoolnix.git#tag=${_tag})
 validpgpkeys=(D9199745B0545F2E8197062B0F92290A445B9007) # Moritz Bunkus 



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

2021-04-14 Thread Maxime Gauduin via arch-commits
Date: Thursday, April 15, 2021 @ 05:59:02
  Author: alucryd
Revision: 918958

archrelease: copy trunk to community-any

Added:
  python-django-extensions/repos/community-any/PKGBUILD
(from rev 918957, python-django-extensions/trunk/PKGBUILD)
Deleted:
  python-django-extensions/repos/community-any/PKGBUILD

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

Deleted: PKGBUILD
===
--- PKGBUILD2021-04-15 05:58:57 UTC (rev 918957)
+++ PKGBUILD2021-04-15 05:59:02 UTC (rev 918958)
@@ -1,51 +0,0 @@
-# Maintainer: Maxime Gauduin 
-# Contributor: Jeremy Audet 
-# Contributor: Dominik Kozaczko 
-# Contributor: Alper Kanat 
-# Contributor: Apkawa 
-# Contributor: Schnouki 
-
-pkgname=python-django-extensions
-pkgver=3.1.1
-pkgrel=1
-pkgdesc='A collection of custom extensions for the Django Framework'
-arch=(any)
-url=https://github.com/django-extensions/django-extensions
-license=(MIT)
-depends=(
-  python-django
-  python-six
-)
-makedepends=(
-  git
-  python-setuptools
-)
-optdepends=(
-  'graphviz: graph_models extension'
-  'ipython: shell_plus extension'
-  'python-werkzeug: runserver_plus extension'
-)
-_tag=4ccff1db86e0f8e7d62fd1aabffc996442a98066
-source=(git+https://github.com/django-extensions/django-extensions.git#tag=${_tag})
-sha256sums=(SKIP)
-
-pkgver() {
-  cd django-extensions
-
-  git describe --tags
-}
-
-build() {
-  cd django-extensions
-
-  python setup.py build
-}
-
-package() {
-  cd django-extensions
-
-  python setup.py install --root="${pkgdir}" --optimize=1 --skip-build
-  install -Dm 644 LICENSE -t 
"${pkgdir}"/usr/share/licenses/python-django-extensions/
-}
-
-# vim: ts=2 sw=2 et:

Copied: python-django-extensions/repos/community-any/PKGBUILD (from rev 918957, 
python-django-extensions/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2021-04-15 05:59:02 UTC (rev 918958)
@@ -0,0 +1,51 @@
+# Maintainer: Maxime Gauduin 
+# Contributor: Jeremy Audet 
+# Contributor: Dominik Kozaczko 
+# Contributor: Alper Kanat 
+# Contributor: Apkawa 
+# Contributor: Schnouki 
+
+pkgname=python-django-extensions
+pkgver=3.1.2
+pkgrel=1
+pkgdesc='A collection of custom extensions for the Django Framework'
+arch=(any)
+url=https://github.com/django-extensions/django-extensions
+license=(MIT)
+depends=(
+  python-django
+  python-six
+)
+makedepends=(
+  git
+  python-setuptools
+)
+optdepends=(
+  'graphviz: graph_models extension'
+  'ipython: shell_plus extension'
+  'python-werkzeug: runserver_plus extension'
+)
+_tag=4c61475f1cd3f5db57789dd51be0392510c8d35e
+source=(git+https://github.com/django-extensions/django-extensions.git#tag=${_tag})
+sha256sums=(SKIP)
+
+pkgver() {
+  cd django-extensions
+
+  git describe --tags
+}
+
+build() {
+  cd django-extensions
+
+  python setup.py build
+}
+
+package() {
+  cd django-extensions
+
+  python setup.py install --root="${pkgdir}" --optimize=1 --skip-build
+  install -Dm 644 LICENSE -t 
"${pkgdir}"/usr/share/licenses/python-django-extensions/
+}
+
+# vim: ts=2 sw=2 et:


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

2021-04-14 Thread Maxime Gauduin via arch-commits
Date: Thursday, April 15, 2021 @ 05:58:57
  Author: alucryd
Revision: 918957

upgpkg: python-django-extensions 3.1.2-1

Modified:
  python-django-extensions/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2021-04-15 05:44:55 UTC (rev 918956)
+++ PKGBUILD2021-04-15 05:58:57 UTC (rev 918957)
@@ -6,7 +6,7 @@
 # Contributor: Schnouki 
 
 pkgname=python-django-extensions
-pkgver=3.1.1
+pkgver=3.1.2
 pkgrel=1
 pkgdesc='A collection of custom extensions for the Django Framework'
 arch=(any)
@@ -25,7 +25,7 @@
   'ipython: shell_plus extension'
   'python-werkzeug: runserver_plus extension'
 )
-_tag=4ccff1db86e0f8e7d62fd1aabffc996442a98066
+_tag=4c61475f1cd3f5db57789dd51be0392510c8d35e
 
source=(git+https://github.com/django-extensions/django-extensions.git#tag=${_tag})
 sha256sums=(SKIP)
 


[arch-commits] Commit in lychee-link-checker/repos/community-x86_64 (2 files)

2021-04-14 Thread Daniel M. Capella via arch-commits
Date: Thursday, April 15, 2021 @ 05:44:55
  Author: polyzen
Revision: 918956

archrelease: copy trunk to community-x86_64

Added:
  lychee-link-checker/repos/community-x86_64/PKGBUILD
(from rev 918955, lychee-link-checker/trunk/PKGBUILD)
Deleted:
  lychee-link-checker/repos/community-x86_64/PKGBUILD

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

Deleted: PKGBUILD
===
--- PKGBUILD2021-04-15 05:44:33 UTC (rev 918955)
+++ PKGBUILD2021-04-15 05:44:55 UTC (rev 918956)
@@ -1,34 +0,0 @@
-# Maintainer: Orhun Parmaksız 
-# Maintainer: Daniel M. Capella 
-
-_name=lychee
-pkgname=lychee-link-checker
-pkgver=0.6.0
-pkgrel=1
-pkgdesc='Fast, async, resource-friendly link checker written in Rust'
-arch=('x86_64')
-url=https://github.com/lycheeverse/lychee
-license=('Apache' 'MIT')
-replaces=('lychee-rs')
-depends=('gcc-libs' 'rust')
-source=("$url/archive/v$pkgver/$_name-$pkgver.tar.gz")
-b2sums=('41b7e1b7c0dccae2144b3ac7f57c2ac3eda00f93d063ae6fef48a12893d5d7df342b5b1ecee4ddd62e2f393efdee6aceac7de7e4af363ac2eaf49e718d8e3701')
-
-build() {
-  cd $_name-$pkgver
-  cargo build --release --locked
-}
-
-check() {
-  cd $_name-$pkgver
-  cargo test --release --locked
-}
-
-package() {
-  cd $_name-$pkgver
-  install -Dt "$pkgdir"/usr/bin target/release/$_name
-  install -Dm644 -t "$pkgdir"/usr/share/doc/$pkgname README.md
-  install -Dm644 -t "$pkgdir"/usr/share/licenses/$pkgname LICENSE-MIT
-}
-
-# vim:set ts=2 sw=2 et:

Copied: lychee-link-checker/repos/community-x86_64/PKGBUILD (from rev 918955, 
lychee-link-checker/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2021-04-15 05:44:55 UTC (rev 918956)
@@ -0,0 +1,35 @@
+# Maintainer: Orhun Parmaksız 
+# Maintainer: Daniel M. Capella 
+
+_name=lychee
+pkgname=lychee-link-checker
+pkgver=0.6.0
+pkgrel=2
+pkgdesc='Fast, async, resource-friendly link checker written in Rust'
+arch=('x86_64')
+url=https://github.com/lycheeverse/lychee
+license=('Apache' 'MIT')
+replaces=('lychee-rs')
+depends=('gcc-libs' 'openssl')
+makedepends=('rust')
+source=("$url/archive/v$pkgver/$_name-$pkgver.tar.gz")
+b2sums=('41b7e1b7c0dccae2144b3ac7f57c2ac3eda00f93d063ae6fef48a12893d5d7df342b5b1ecee4ddd62e2f393efdee6aceac7de7e4af363ac2eaf49e718d8e3701')
+
+build() {
+  cd $_name-$pkgver
+  cargo build --release --locked
+}
+
+check() {
+  cd $_name-$pkgver
+  cargo test --release --locked
+}
+
+package() {
+  cd $_name-$pkgver
+  install -Dt "$pkgdir"/usr/bin target/release/$_name
+  install -Dm644 -t "$pkgdir"/usr/share/doc/$pkgname README.md
+  install -Dm644 -t "$pkgdir"/usr/share/licenses/$pkgname LICENSE-MIT
+}
+
+# vim:set ts=2 sw=2 et:


[arch-commits] Commit in lychee-link-checker/trunk (PKGBUILD)

2021-04-14 Thread Daniel M. Capella via arch-commits
Date: Thursday, April 15, 2021 @ 05:44:33
  Author: polyzen
Revision: 918955

upgpkg: lychee-link-checker 0.6.0-2: Move rust to makedeps and add openssl dep

Modified:
  lychee-link-checker/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2021-04-15 05:39:56 UTC (rev 918954)
+++ PKGBUILD2021-04-15 05:44:33 UTC (rev 918955)
@@ -4,13 +4,14 @@
 _name=lychee
 pkgname=lychee-link-checker
 pkgver=0.6.0
-pkgrel=1
+pkgrel=2
 pkgdesc='Fast, async, resource-friendly link checker written in Rust'
 arch=('x86_64')
 url=https://github.com/lycheeverse/lychee
 license=('Apache' 'MIT')
 replaces=('lychee-rs')
-depends=('gcc-libs' 'rust')
+depends=('gcc-libs' 'openssl')
+makedepends=('rust')
 source=("$url/archive/v$pkgver/$_name-$pkgver.tar.gz")
 
b2sums=('41b7e1b7c0dccae2144b3ac7f57c2ac3eda00f93d063ae6fef48a12893d5d7df342b5b1ecee4ddd62e2f393efdee6aceac7de7e4af363ac2eaf49e718d8e3701')
 


[arch-commits] Commit in lychee-link-checker/repos/community-x86_64 (2 files)

2021-04-14 Thread Daniel M. Capella via arch-commits
Date: Thursday, April 15, 2021 @ 04:56:07
  Author: polyzen
Revision: 918951

archrelease: copy trunk to community-x86_64

Added:
  lychee-link-checker/repos/community-x86_64/PKGBUILD
(from rev 918950, lychee-link-checker/trunk/PKGBUILD)
Deleted:
  lychee-link-checker/repos/community-x86_64/PKGBUILD

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

Deleted: PKGBUILD
===
--- PKGBUILD2021-04-15 04:54:50 UTC (rev 918950)
+++ PKGBUILD2021-04-15 04:56:07 UTC (rev 918951)
@@ -1,34 +0,0 @@
-# Maintainer: Orhun Parmaksız 
-# Maintainer: Daniel M. Capella 
-
-_name=lychee
-pkgname=lychee-link-checker
-pkgver=0.6.0
-pkgrel=1
-pkgdesc='Fast, async, resource-friendly link checker written in Rust'
-arch=('x86_64')
-url=https://github.com/lycheeverse/lychee
-license=('Apache' 'MIT')
-replaces=('lychee-rs')
-depends=('gcc-libs' 'rust')
-source=("$url/archive/v$pkgver/$_name-$pkgver.tar.gz")
-b2sums=('41b7e1b7c0dccae2144b3ac7f57c2ac3eda00f93d063ae6fef48a12893d5d7df342b5b1ecee4ddd62e2f393efdee6aceac7de7e4af363ac2eaf49e718d8e3701')
-
-build() {
-  cd $_name-$pkgver
-  cargo build --release --locked
-}
-
-check() {
-  cd $_name-$pkgver
-  cargo test --release --locked
-}
-
-package() {
-  cd $_name-$pkgver
-  install -Dt "$pkgdir"/usr/bin target/release/$_name
-  install -Dm644 -t "$pkgdir"/usr/share/doc/$pkgname README.md
-  install -Dm644 -t "$pkgdir"/usr/share/licenses/$pkgname LICENSE-MIT
-}
-
-# vim:set ts=2 sw=2 et:

Copied: lychee-link-checker/repos/community-x86_64/PKGBUILD (from rev 918950, 
lychee-link-checker/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2021-04-15 04:56:07 UTC (rev 918951)
@@ -0,0 +1,34 @@
+# Maintainer: Orhun Parmaksız 
+# Maintainer: Daniel M. Capella 
+
+_name=lychee
+pkgname=lychee-link-checker
+pkgver=0.6.0
+pkgrel=1
+pkgdesc='Fast, async, resource-friendly link checker written in Rust'
+arch=('x86_64')
+url=https://github.com/lycheeverse/lychee
+license=('Apache' 'MIT')
+replaces=('lychee-rs')
+depends=('gcc-libs' 'rust')
+source=("$url/archive/v$pkgver/$_name-$pkgver.tar.gz")
+b2sums=('41b7e1b7c0dccae2144b3ac7f57c2ac3eda00f93d063ae6fef48a12893d5d7df342b5b1ecee4ddd62e2f393efdee6aceac7de7e4af363ac2eaf49e718d8e3701')
+
+build() {
+  cd $_name-$pkgver
+  cargo build --release --locked
+}
+
+check() {
+  cd $_name-$pkgver
+  cargo test --release --locked
+}
+
+package() {
+  cd $_name-$pkgver
+  install -Dt "$pkgdir"/usr/bin target/release/$_name
+  install -Dm644 -t "$pkgdir"/usr/share/doc/$pkgname README.md
+  install -Dm644 -t "$pkgdir"/usr/share/licenses/$pkgname LICENSE-MIT
+}
+
+# vim:set ts=2 sw=2 et:


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

2021-04-14 Thread Daurnimator via arch-commits
Date: Thursday, April 15, 2021 @ 04:54:50
  Author: daurnimator
Revision: 918950

archrelease: copy trunk to community-x86_64

Added:
  terraform/repos/community-x86_64/CHANGELOG.md
(from rev 918949, terraform/trunk/CHANGELOG.md)
  terraform/repos/community-x86_64/PKGBUILD
(from rev 918949, terraform/trunk/PKGBUILD)
Deleted:
  terraform/repos/community-x86_64/CHANGELOG.md
  terraform/repos/community-x86_64/PKGBUILD

--+
 CHANGELOG.md |  333 +++--
 PKGBUILD |   74 ++--
 2 files changed, 152 insertions(+), 255 deletions(-)

Deleted: CHANGELOG.md
===
--- CHANGELOG.md2021-04-15 04:54:25 UTC (rev 918949)
+++ CHANGELOG.md2021-04-15 04:54:50 UTC (rev 918950)
@@ -1,218 +0,0 @@
-## 0.14.10 (April 07, 2021)
-
-BUG FIXES:
-
-* cli: Only rewrite provider locks file if its contents has changed. 
([#28230](https://github.com/hashicorp/terraform/issues/28230))
-
-## 0.14.9 (March 24, 2021)
-
-BUG FIXES:
-
-* backend/remote: Fix error when migrating existing state to a new workspace 
on Terraform Cloud/Enterprise. 
([#28093](https://github.com/hashicorp/terraform/issues/28093))
-
-## 0.14.8 (March 10, 2021)
-
-BUG FIXES:
-
-* config: Update HCL package to fix panics when indexing using sensitive 
values ([#28034](https://github.com/hashicorp/terraform/issues/28034))
-* core: Fix error when using sensitive values in provisioner configuration 
([#27819](https://github.com/hashicorp/terraform/issues/27819))
-* core: Fix empty diags not getting associated with source 
([#28029](https://github.com/hashicorp/terraform/issues/28029))
-* backend/remote: Fix non-functional `-lock-timeout` argument when using the 
remote backend with local operations 
([#27845](https://github.com/hashicorp/terraform/issues/27845))
-
-ENHANCEMENTS:
-
-* config: Terraform now does text processing using the rules and tables 
defined for Unicode 13. Previous versions were using Unicode 12 rules 
([#28034](https://github.com/hashicorp/terraform/issues/28034))
-
-## 0.14.7 (February 17, 2021)
-
-ENHANCEMENTS:
-
-* cli: Emit an "already installed" event when a provider is found already 
installed ([#27722](https://github.com/hashicorp/terraform/issues/27722))
-* provisioner/remote-exec: Can now run in a mode that expects the remote 
system to be running Windows and excuting commands using the Windows command 
interpreter, rather than a Unix-style shell. Specify the `target_platform` as 
`"windows"` in the `connection` block. 
([#26865](https://github.com/hashicorp/terraform/issues/26865))
-
-BUG FIXES:
-
-* cli: Fix `show -json` not outputting the full module tree when some child 
modules have no resources 
([#27352](https://github.com/hashicorp/terraform/issues/27352))
-* cli: Fix excessively slow rendering of very large multi-line string outputs 
([#27746](https://github.com/hashicorp/terraform/issues/27746))
-* cli: Fix missing provider requirements in JSON plan when specified using 
`required_providers` instead of provider config 
([#27697](https://github.com/hashicorp/terraform/issues/27697))
-
-## 0.14.6 (February 04, 2021)
-
-ENHANCEMENTS:
-
-* backend/s3: Add support for AWS Single-Sign On (SSO) cached credentials 
([#27620](https://github.com/hashicorp/terraform/issues/27620))
-
-BUG FIXES:
-
-* cli: Rerunning `init` will reuse installed providers rather than fetching 
the provider again 
([#27582](https://github.com/hashicorp/terraform/issues/27582))
-* config: Fix panic when applying a config using sensitive values in some 
block sets ([#27635](https://github.com/hashicorp/terraform/issues/27635))
-* core: Fix "Invalid planned change" error when planning tainted resource 
which no longer exists 
([#27563](https://github.com/hashicorp/terraform/issues/27563))
-* core: Fix panic when refreshing data source which contains sensitive values 
([#27567](https://github.com/hashicorp/terraform/issues/27567))
-* core: Fix init with broken link in plugin_cache_dir 
([#27447](https://github.com/hashicorp/terraform/issues/27447))
-* core: Prevent evaluation of removed data source instances during plan 
([#27621](https://github.com/hashicorp/terraform/issues/27621))
-* core: Don't plan changes for outputs that remain null 
([#27512](https://github.com/hashicorp/terraform/issues/27512))
-
-## 0.14.5 (January 20, 2021)
-
-ENHANCEMENTS:
-
-* backend/pg: The Postgres backend now supports the "scram-sha-256" 
authentication method. 
([#26886](https://github.com/hashicorp/terraform/issues/26886))
-
-BUG FIXES:
-
-* cli: Fix formatting of long integers in outputs and console 
([#27479](https://github.com/hashicorp/terraform/issues/27479))
-* cli: Fix redundant check of remote workspace version for local operations 
([#27498](https://github.com/hashicorp/terraform/pull/27498))
-* cli: Fix missing check of remote workspace version for state migration 
([#27556](https://github.com/hashicorp/terraform/is

[arch-commits] Commit in terraform/trunk (CHANGELOG.md PKGBUILD)

2021-04-14 Thread Daurnimator via arch-commits
Date: Thursday, April 15, 2021 @ 04:54:25
  Author: daurnimator
Revision: 918949

upgpkg: terraform 0.15.0-1

Modified:
  terraform/trunk/CHANGELOG.md
  terraform/trunk/PKGBUILD

--+
 CHANGELOG.md |  255 -
 PKGBUILD |4 
 2 files changed, 78 insertions(+), 181 deletions(-)

Modified: CHANGELOG.md
===
--- CHANGELOG.md2021-04-15 04:31:00 UTC (rev 918948)
+++ CHANGELOG.md2021-04-15 04:54:25 UTC (rev 918949)
@@ -1,218 +1,115 @@
-## 0.14.10 (April 07, 2021)
+## 0.15.0 (April 14, 2021)
 
-BUG FIXES:
+UPGRADE NOTES AND BREAKING CHANGES:
 
-* cli: Only rewrite provider locks file if its contents has changed. 
([#28230](https://github.com/hashicorp/terraform/issues/28230))
+The following is a summary of each of the changes in this release that might 
require special consideration when upgrading. Refer to [the Terraform v0.15 
upgrade guide](https://www.terraform.io/upgrade-guides/0-15.html) for more 
details and recommended upgrade steps.
 
-## 0.14.9 (March 24, 2021)
+* "Proxy configuration blocks" (provider blocks with only `alias` set) in 
shared modules are now replaced with a more explicit `configuration_aliases` 
argument within the `required_providers` block. Some support for the old syntax 
is retained for backward compatibility, but we've added explicit error messages 
for situations where Terraform would previously silently misinterpret the 
purpose of an empty `provider` block. 
([#27739](https://github.com/hashicorp/terraform/issues/27739))
 
-BUG FIXES:
+* The `list` and `map` functions, both of which were deprecated since 
Terraform v0.12, are now removed. You can replace uses of these functions with 
`tolist([...])` and `tomap({...})` respectively. 
([#26818](https://github.com/hashicorp/terraform/issues/26818))
 
-* backend/remote: Fix error when migrating existing state to a new workspace 
on Terraform Cloud/Enterprise. 
([#28093](https://github.com/hashicorp/terraform/issues/28093))
+* Terraform now requires UTF-8 character encoding and virtual terminal support 
when running on Windows. This unifies Terraform's terminal handling on Windows 
with that of other platforms, as per [Microsoft 
recommendations](https://docs.microsoft.com/en-us/windows/console/classic-vs-vt).
 Terraform previously required these terminal features on all other platforms, 
and now requires them on Windows too.
+
+UTF-8 and virtual terminal support were introduced across various Windows 
10 updates, and so Terraform is no longer officially supported on the original 
release of Windows 10 or on Windows 8 and earlier. However, there are currently 
no technical measures to artificially _prevent_ Terraform from running on these 
obsolete Windows releases, and so you _may_ still be able to use Terraform 
v0.15 on older Windows versions if you either disable formatting (using the 
`-no-color`) option, or if you use a third-party terminal emulator package such 
as [ConEmu](https://conemu.github.io/), [Cmder](https://cmder.net/), or 
[mintty](https://mintty.github.io/).
+
+We strongly encourage planning to migrate to a newer version of Windows 
rather than relying on these workarounds for the long term, because the 
Terraform team will test future releases only on up-to-date Windows 10 and can 
therefore not guarantee ongoing support for older versions.
 
-## 0.14.8 (March 10, 2021)
+* Built-in vendor provisioners (chef, habitat, puppet, and salt-masterless) 
have been removed. ([#26938](https://github.com/hashicorp/terraform/pull/26938))
 
-BUG FIXES:
+* Interrupting execution will now cause terraform to exit with a non-zero exit 
status. ([#26738](https://github.com/hashicorp/terraform/issues/26738))
 
-* config: Update HCL package to fix panics when indexing using sensitive 
values ([#28034](https://github.com/hashicorp/terraform/issues/28034))
-* core: Fix error when using sensitive values in provisioner configuration 
([#27819](https://github.com/hashicorp/terraform/issues/27819))
-* core: Fix empty diags not getting associated with source 
([#28029](https://github.com/hashicorp/terraform/issues/28029))
-* backend/remote: Fix non-functional `-lock-timeout` argument when using the 
remote backend with local operations 
([#27845](https://github.com/hashicorp/terraform/issues/27845))
+* The trailing `[DIR]` argument to specify the working directory for various 
commands is no longer supported. Use the global `-chdir` option instead. 
([#27664](https://github.com/hashicorp/terraform/pull/27664))
 
-ENHANCEMENTS:
+For example, instead of `terraform init infra`, write `terraform 
-chdir=infra init`.
+* The `-lock` and `-lock-timeout` options are no longer available on 
`terraform init` ([#27464](https://github.com/hashicorp/terraform/issues/27464))
 
-* config: Terraform now does text processing using the rules and tables 
defined for Unicode 13. Previous v

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

2021-04-14 Thread Evangelos Foutras via arch-commits
Date: Thursday, April 15, 2021 @ 04:31:00
  Author: foutrelis
Revision: 918948

archrelease: copy trunk to community-any

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

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

Deleted: PKGBUILD
===
--- PKGBUILD2021-04-15 04:30:56 UTC (rev 918947)
+++ PKGBUILD2021-04-15 04:31:00 UTC (rev 918948)
@@ -1,28 +0,0 @@
-# Maintainer: Evangelos Foutras 
-
-pkgname=python-sphobjinv
-_name=${pkgname#python-}
-pkgver=2.0.1
-pkgrel=2
-pkgdesc="Manipulate and inspect Sphinx objects.inv files"
-arch=('any')
-url="https://github.com/bskinn/sphobjinv";
-license=('MIT')
-depends=('python' 'python-attrs' 'python-certifi' 'python-fuzzywuzzy'
- 'python-jsonschema')
-makedepends=('python-setuptools')
-source=(https://files.pythonhosted.org/packages/source/${_name::1}/$_name/$_name-$pkgver.tar.gz)
-sha256sums=('fde7fc6391bb7b8dd274e0af0bd254ef0043c9552294c8dcf08a24464a7dd488')
-
-build() {
-  cd "$_name-$pkgver"
-  python setup.py build
-}
-
-package() {
-  cd "$_name-$pkgver"
-  python setup.py install --root="$pkgdir" -O1
-  install -Dm644 -t "$pkgdir/usr/share/licenses/$pkgname" LICENSE.txt
-}
-
-# vim:set ts=2 sw=2 et:

Copied: python-sphobjinv/repos/community-any/PKGBUILD (from rev 918947, 
python-sphobjinv/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2021-04-15 04:31:00 UTC (rev 918948)
@@ -0,0 +1,28 @@
+# Maintainer: Evangelos Foutras 
+
+pkgname=python-sphobjinv
+_name=${pkgname#python-}
+pkgver=2.1
+pkgrel=1
+pkgdesc="Manipulate and inspect Sphinx objects.inv files"
+arch=('any')
+url="https://github.com/bskinn/sphobjinv";
+license=('MIT')
+depends=('python' 'python-attrs' 'python-certifi' 'python-fuzzywuzzy'
+ 'python-jsonschema')
+makedepends=('python-setuptools')
+source=(https://github.com/bskinn/sphobjinv/archive/v$pkgver/$_name-$pkgver.tar.gz)
+sha256sums=('e41950a578dfd5acae24f12c7fe12b8d5e44f9162487aaa27189ca2e5c45d30c')
+
+build() {
+  cd "$_name-$pkgver"
+  python setup.py build
+}
+
+package() {
+  cd "$_name-$pkgver"
+  python setup.py install --root="$pkgdir" -O1
+  install -Dm644 -t "$pkgdir/usr/share/licenses/$pkgname" LICENSE.txt
+}
+
+# vim:set ts=2 sw=2 et:


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

2021-04-14 Thread Evangelos Foutras via arch-commits
Date: Thursday, April 15, 2021 @ 04:30:56
  Author: foutrelis
Revision: 918947

upgpkg: python-sphobjinv 2.1-1: new upstream release

Modified:
  python-sphobjinv/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2021-04-15 04:29:43 UTC (rev 918946)
+++ PKGBUILD2021-04-15 04:30:56 UTC (rev 918947)
@@ -2,8 +2,8 @@
 
 pkgname=python-sphobjinv
 _name=${pkgname#python-}
-pkgver=2.0.1
-pkgrel=2
+pkgver=2.1
+pkgrel=1
 pkgdesc="Manipulate and inspect Sphinx objects.inv files"
 arch=('any')
 url="https://github.com/bskinn/sphobjinv";
@@ -11,8 +11,8 @@
 depends=('python' 'python-attrs' 'python-certifi' 'python-fuzzywuzzy'
  'python-jsonschema')
 makedepends=('python-setuptools')
-source=(https://files.pythonhosted.org/packages/source/${_name::1}/$_name/$_name-$pkgver.tar.gz)
-sha256sums=('fde7fc6391bb7b8dd274e0af0bd254ef0043c9552294c8dcf08a24464a7dd488')
+source=(https://github.com/bskinn/sphobjinv/archive/v$pkgver/$_name-$pkgver.tar.gz)
+sha256sums=('e41950a578dfd5acae24f12c7fe12b8d5e44f9162487aaa27189ca2e5c45d30c')
 
 build() {
   cd "$_name-$pkgver"


[arch-commits] Commit in lychee-link-checker/repos/community-x86_64 (2 files)

2021-04-14 Thread Daniel M. Capella via arch-commits
Date: Thursday, April 15, 2021 @ 04:29:43
  Author: polyzen
Revision: 918946

archrelease: copy trunk to community-x86_64

Added:
  lychee-link-checker/repos/community-x86_64/PKGBUILD
(from rev 918945, lychee-link-checker/trunk/PKGBUILD)
Deleted:
  lychee-link-checker/repos/community-x86_64/PKGBUILD

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

Deleted: PKGBUILD
===
--- PKGBUILD2021-04-15 04:29:18 UTC (rev 918945)
+++ PKGBUILD2021-04-15 04:29:43 UTC (rev 918946)
@@ -1,34 +0,0 @@
-# Maintainer: Orhun Parmaksız 
-# Maintainer: Daniel M. Capella 
-
-_name=lychee
-pkgname=lychee-link-checker
-pkgver=0.5.0
-pkgrel=1
-pkgdesc='Fast, async, resource-friendly link checker written in Rust'
-arch=('x86_64')
-url=https://github.com/lycheeverse/lychee
-license=('Apache' 'MIT')
-replaces=('lychee-rs')
-depends=('gcc-libs' 'rust')
-source=("$url/archive/v$pkgver/$_name.v$pkgver.tar.gz")
-b2sums=('88e485f9f3190a9ed100ac5b2be1517ba1d53cac3cb31eb93337a77436766ed53dd22d6ae54d1668b85e5637b6141aa0ce6b57bea564b5a27bafa92714703049')
-
-build() {
-  cd $_name-$pkgver
-  cargo build --release --locked
-}
-
-check() {
-  cd $_name-$pkgver
-  cargo test --release --locked
-}
-
-package() {
-  cd $_name-$pkgver
-  install -Dt "$pkgdir"/usr/bin target/release/$_name
-  install -Dm644 -t "$pkgdir"/usr/share/doc/$pkgname README.md
-  install -Dm644 -t "$pkgdir"/usr/share/licenses/$pkgname LICENSE-MIT
-}
-
-# vim:set ts=2 sw=2 et:

Copied: lychee-link-checker/repos/community-x86_64/PKGBUILD (from rev 918945, 
lychee-link-checker/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2021-04-15 04:29:43 UTC (rev 918946)
@@ -0,0 +1,34 @@
+# Maintainer: Orhun Parmaksız 
+# Maintainer: Daniel M. Capella 
+
+_name=lychee
+pkgname=lychee-link-checker
+pkgver=0.6.0
+pkgrel=1
+pkgdesc='Fast, async, resource-friendly link checker written in Rust'
+arch=('x86_64')
+url=https://github.com/lycheeverse/lychee
+license=('Apache' 'MIT')
+replaces=('lychee-rs')
+depends=('gcc-libs' 'rust')
+source=("$url/archive/v$pkgver/$_name-$pkgver.tar.gz")
+b2sums=('41b7e1b7c0dccae2144b3ac7f57c2ac3eda00f93d063ae6fef48a12893d5d7df342b5b1ecee4ddd62e2f393efdee6aceac7de7e4af363ac2eaf49e718d8e3701')
+
+build() {
+  cd $_name-$pkgver
+  cargo build --release --locked
+}
+
+check() {
+  cd $_name-$pkgver
+  cargo test --release --locked
+}
+
+package() {
+  cd $_name-$pkgver
+  install -Dt "$pkgdir"/usr/bin target/release/$_name
+  install -Dm644 -t "$pkgdir"/usr/share/doc/$pkgname README.md
+  install -Dm644 -t "$pkgdir"/usr/share/licenses/$pkgname LICENSE-MIT
+}
+
+# vim:set ts=2 sw=2 et:


[arch-commits] Commit in lychee-link-checker/trunk (PKGBUILD)

2021-04-14 Thread Daniel M. Capella via arch-commits
Date: Thursday, April 15, 2021 @ 04:29:18
  Author: polyzen
Revision: 918945

upgpkg: lychee-link-checker 0.6.0-1

Modified:
  lychee-link-checker/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2021-04-15 03:11:34 UTC (rev 918944)
+++ PKGBUILD2021-04-15 04:29:18 UTC (rev 918945)
@@ -3,7 +3,7 @@
 
 _name=lychee
 pkgname=lychee-link-checker
-pkgver=0.5.0
+pkgver=0.6.0
 pkgrel=1
 pkgdesc='Fast, async, resource-friendly link checker written in Rust'
 arch=('x86_64')
@@ -11,8 +11,8 @@
 license=('Apache' 'MIT')
 replaces=('lychee-rs')
 depends=('gcc-libs' 'rust')
-source=("$url/archive/v$pkgver/$_name.v$pkgver.tar.gz")
-b2sums=('88e485f9f3190a9ed100ac5b2be1517ba1d53cac3cb31eb93337a77436766ed53dd22d6ae54d1668b85e5637b6141aa0ce6b57bea564b5a27bafa92714703049')
+source=("$url/archive/v$pkgver/$_name-$pkgver.tar.gz")
+b2sums=('41b7e1b7c0dccae2144b3ac7f57c2ac3eda00f93d063ae6fef48a12893d5d7df342b5b1ecee4ddd62e2f393efdee6aceac7de7e4af363ac2eaf49e718d8e3701')
 
 build() {
   cd $_name-$pkgver


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

2021-04-14 Thread Eli Schwartz via arch-commits
Date: Thursday, April 15, 2021 @ 03:11:34
  Author: eschwartz
Revision: 918944

archrelease: copy trunk to community-x86_64

Added:
  python-ppmd-cffi/repos/community-x86_64/PKGBUILD
(from rev 918943, python-ppmd-cffi/trunk/PKGBUILD)
Deleted:
  python-ppmd-cffi/repos/community-x86_64/PKGBUILD

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

Deleted: PKGBUILD
===
--- PKGBUILD2021-04-15 03:11:19 UTC (rev 918943)
+++ PKGBUILD2021-04-15 03:11:34 UTC (rev 918944)
@@ -1,42 +0,0 @@
-# Maintainer: Eli Schwartz 
-
-_pkgname=ppmd-cffi
-pkgname=python-ppmd-cffi
-pkgver=0.4.1
-pkgrel=1
-pkgdesc="PPMd compression/decompression library"
-arch=('x86_64')
-url="https://github.com/miurahr/${_pkgname}";
-license=('LGPL')
-depends=('python-cffi')
-makedepends=('python-setuptools-scm')
-checkdepends=('python-hypothesis' 'python-pytest')
-source=("https://files.pythonhosted.org/packages/source/${_pkgname:0:1}/${_pkgname}/${_pkgname}-${pkgver}.tar.gz";)
-sha256sums=('db4f8d27909ffc32c7f9481b73764d828f6213d92245c668c7eafbd3f15a4ec6')
-b2sums=('dd97270b2ce22ddc55020bbf1d8b2ec0681a9c1d9cd626241015bb26c9041d8911065444aa997e20c2822b285f84559f6af8c39f2c9e82dd1d336b9e17f962ce')
-
-prepare() {
-cd "${srcdir}"/${_pkgname}-${pkgver}
-
-# thou shalt not force coverage reports on innocent unittest users
-sed -i '/^addopts/d' tox.ini
-}
-
-build(){
-cd "${srcdir}"/${_pkgname}-${pkgver}
-
-python setup.py build
-}
-
-check() {
-cd "${srcdir}"/${_pkgname}-${pkgver}
-
-pythonpaths=("$PWD/build/lib.linux-$CARCH"-3*)
-PYTHONPATH="${pythonpaths[0]}" pytest -rsx
-}
-
-package() {
-cd "${srcdir}"/${_pkgname}-${pkgver}
-
-python setup.py install --root="${pkgdir}" --optimize=1 --skip-build
-}

Copied: python-ppmd-cffi/repos/community-x86_64/PKGBUILD (from rev 918943, 
python-ppmd-cffi/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2021-04-15 03:11:34 UTC (rev 918944)
@@ -0,0 +1,42 @@
+# Maintainer: Eli Schwartz 
+
+_pkgname=ppmd-cffi
+pkgname=python-ppmd-cffi
+pkgver=0.4.1
+pkgrel=1
+pkgdesc="PPMd compression/decompression library"
+arch=('x86_64')
+url="https://github.com/miurahr/ppmd";
+license=('LGPL')
+depends=('python-cffi')
+makedepends=('python-setuptools-scm')
+checkdepends=('python-hypothesis' 'python-pytest')
+source=("https://files.pythonhosted.org/packages/source/${_pkgname:0:1}/${_pkgname}/${_pkgname}-${pkgver}.tar.gz";)
+sha256sums=('db4f8d27909ffc32c7f9481b73764d828f6213d92245c668c7eafbd3f15a4ec6')
+b2sums=('dd97270b2ce22ddc55020bbf1d8b2ec0681a9c1d9cd626241015bb26c9041d8911065444aa997e20c2822b285f84559f6af8c39f2c9e82dd1d336b9e17f962ce')
+
+prepare() {
+cd "${srcdir}"/${_pkgname}-${pkgver}
+
+# thou shalt not force coverage reports on innocent unittest users
+sed -i '/^addopts/d' tox.ini
+}
+
+build(){
+cd "${srcdir}"/${_pkgname}-${pkgver}
+
+python setup.py build
+}
+
+check() {
+cd "${srcdir}"/${_pkgname}-${pkgver}
+
+pythonpaths=("$PWD/build/lib.linux-$CARCH"-3*)
+PYTHONPATH="${pythonpaths[0]}" pytest -rsx
+}
+
+package() {
+cd "${srcdir}"/${_pkgname}-${pkgver}
+
+python setup.py install --root="${pkgdir}" --optimize=1 --skip-build
+}


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

2021-04-14 Thread Eli Schwartz via arch-commits
Date: Thursday, April 15, 2021 @ 03:11:19
  Author: eschwartz
Revision: 918943

python-ppmd-cffi: fix url before db-update

Modified:
  python-ppmd-cffi/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2021-04-15 03:03:37 UTC (rev 918942)
+++ PKGBUILD2021-04-15 03:11:19 UTC (rev 918943)
@@ -6,7 +6,7 @@
 pkgrel=1
 pkgdesc="PPMd compression/decompression library"
 arch=('x86_64')
-url="https://github.com/miurahr/${_pkgname}";
+url="https://github.com/miurahr/ppmd";
 license=('LGPL')
 depends=('python-cffi')
 makedepends=('python-setuptools-scm')


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

2021-04-14 Thread Eli Schwartz via arch-commits
Date: Thursday, April 15, 2021 @ 03:03:37
  Author: eschwartz
Revision: 918942

archrelease: copy trunk to community-x86_64

Added:
  python-ppmd-cffi/repos/community-x86_64/
  python-ppmd-cffi/repos/community-x86_64/PKGBUILD
(from rev 918941, python-ppmd-cffi/trunk/PKGBUILD)

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

Copied: python-ppmd-cffi/repos/community-x86_64/PKGBUILD (from rev 918941, 
python-ppmd-cffi/trunk/PKGBUILD)
===
--- community-x86_64/PKGBUILD   (rev 0)
+++ community-x86_64/PKGBUILD   2021-04-15 03:03:37 UTC (rev 918942)
@@ -0,0 +1,42 @@
+# Maintainer: Eli Schwartz 
+
+_pkgname=ppmd-cffi
+pkgname=python-ppmd-cffi
+pkgver=0.4.1
+pkgrel=1
+pkgdesc="PPMd compression/decompression library"
+arch=('x86_64')
+url="https://github.com/miurahr/${_pkgname}";
+license=('LGPL')
+depends=('python-cffi')
+makedepends=('python-setuptools-scm')
+checkdepends=('python-hypothesis' 'python-pytest')
+source=("https://files.pythonhosted.org/packages/source/${_pkgname:0:1}/${_pkgname}/${_pkgname}-${pkgver}.tar.gz";)
+sha256sums=('db4f8d27909ffc32c7f9481b73764d828f6213d92245c668c7eafbd3f15a4ec6')
+b2sums=('dd97270b2ce22ddc55020bbf1d8b2ec0681a9c1d9cd626241015bb26c9041d8911065444aa997e20c2822b285f84559f6af8c39f2c9e82dd1d336b9e17f962ce')
+
+prepare() {
+cd "${srcdir}"/${_pkgname}-${pkgver}
+
+# thou shalt not force coverage reports on innocent unittest users
+sed -i '/^addopts/d' tox.ini
+}
+
+build(){
+cd "${srcdir}"/${_pkgname}-${pkgver}
+
+python setup.py build
+}
+
+check() {
+cd "${srcdir}"/${_pkgname}-${pkgver}
+
+pythonpaths=("$PWD/build/lib.linux-$CARCH"-3*)
+PYTHONPATH="${pythonpaths[0]}" pytest -rsx
+}
+
+package() {
+cd "${srcdir}"/${_pkgname}-${pkgver}
+
+python setup.py install --root="${pkgdir}" --optimize=1 --skip-build
+}


[arch-commits] Commit in (4 files)

2021-04-14 Thread Eli Schwartz via arch-commits
Date: Thursday, April 15, 2021 @ 03:03:21
  Author: eschwartz
Revision: 918941

addpkg: python-ppmd-cff 0.4.1-1

needed in order to upgrade the py7zr module

Added:
  python-ppmd-cffi/
  python-ppmd-cffi/repos/
  python-ppmd-cffi/trunk/
  python-ppmd-cffi/trunk/PKGBUILD

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

Added: python-ppmd-cffi/trunk/PKGBUILD
===
--- python-ppmd-cffi/trunk/PKGBUILD (rev 0)
+++ python-ppmd-cffi/trunk/PKGBUILD 2021-04-15 03:03:21 UTC (rev 918941)
@@ -0,0 +1,42 @@
+# Maintainer: Eli Schwartz 
+
+_pkgname=ppmd-cffi
+pkgname=python-ppmd-cffi
+pkgver=0.4.1
+pkgrel=1
+pkgdesc="PPMd compression/decompression library"
+arch=('x86_64')
+url="https://github.com/miurahr/${_pkgname}";
+license=('LGPL')
+depends=('python-cffi')
+makedepends=('python-setuptools-scm')
+checkdepends=('python-hypothesis' 'python-pytest')
+source=("https://files.pythonhosted.org/packages/source/${_pkgname:0:1}/${_pkgname}/${_pkgname}-${pkgver}.tar.gz";)
+sha256sums=('db4f8d27909ffc32c7f9481b73764d828f6213d92245c668c7eafbd3f15a4ec6')
+b2sums=('dd97270b2ce22ddc55020bbf1d8b2ec0681a9c1d9cd626241015bb26c9041d8911065444aa997e20c2822b285f84559f6af8c39f2c9e82dd1d336b9e17f962ce')
+
+prepare() {
+cd "${srcdir}"/${_pkgname}-${pkgver}
+
+# thou shalt not force coverage reports on innocent unittest users
+sed -i '/^addopts/d' tox.ini
+}
+
+build(){
+cd "${srcdir}"/${_pkgname}-${pkgver}
+
+python setup.py build
+}
+
+check() {
+cd "${srcdir}"/${_pkgname}-${pkgver}
+
+pythonpaths=("$PWD/build/lib.linux-$CARCH"-3*)
+PYTHONPATH="${pythonpaths[0]}" pytest -rsx
+}
+
+package() {
+cd "${srcdir}"/${_pkgname}-${pkgver}
+
+python setup.py install --root="${pkgdir}" --optimize=1 --skip-build
+}


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

2021-04-14 Thread Eli Schwartz via arch-commits
Date: Thursday, April 15, 2021 @ 02:53:11
  Author: eschwartz
Revision: 918940

archrelease: copy trunk to community-any

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

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

Deleted: PKGBUILD
===
--- PKGBUILD2021-04-15 02:52:56 UTC (rev 918939)
+++ PKGBUILD2021-04-15 02:53:11 UTC (rev 918940)
@@ -1,37 +0,0 @@
-# Maintainer: Eli Schwartz 
-
-_pkgname=cloudscraper
-pkgname=python-cloudscraper
-pkgver=1.2.56
-pkgrel=1
-pkgdesc="Python module to bypass Cloudflare's anti-bot page"
-arch=('any')
-url="https://github.com/VeNoMouS/${_pkgname}";
-license=('MIT')
-depends=('python-pyparsing' 'python-requests' 'python-requests-toolbelt')
-optdepends=('python-js2py: alternative interpreter/solver'
-'nodejs: alternative interpreter/solver')
-makedepends=('python-setuptools')
-checkdepends=('python-pytest' 'python-responses' 'python-js2py' 'nodejs')
-source=("${pkgname}-${pkgver}.tar.gz::${url}/archive/${pkgver}.tar.gz")
-sha256sums=('303ca777ea40c542cdc9ac44acb8ccafb22fbf5a98970c5a0eb5bf14adc42091')
-b2sums=('cba3136ba1ec25ea077f21f46eed2fff5412bc31cdf967cadd0c40837fd4bc62b7c0df580a2955dcee63857bab86d7f5b6560ca3bd470192447da1449dbea493')
-
-build(){
-cd "${srcdir}"/${_pkgname}-${pkgver}
-
-python setup.py build
-}
-
-check() {
-cd "${srcdir}"/${_pkgname}-${pkgver}
-
-python -m pytest
-}
-
-package() {
-cd "${srcdir}"/${_pkgname}-${pkgver}
-
-python setup.py install --root="${pkgdir}" --optimize=1 --skip-build
-install -Dm644 LICENSE "${pkgdir}"/usr/share/licenses/${pkgname}/LICENSE
-}

Copied: python-cloudscraper/repos/community-any/PKGBUILD (from rev 918939, 
python-cloudscraper/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2021-04-15 02:53:11 UTC (rev 918940)
@@ -0,0 +1,37 @@
+# Maintainer: Eli Schwartz 
+
+_pkgname=cloudscraper
+pkgname=python-cloudscraper
+pkgver=1.2.58
+pkgrel=1
+pkgdesc="Python module to bypass Cloudflare's anti-bot page"
+arch=('any')
+url="https://github.com/VeNoMouS/${_pkgname}";
+license=('MIT')
+depends=('python-pyparsing' 'python-requests' 'python-requests-toolbelt')
+optdepends=('python-js2py: alternative interpreter/solver'
+'nodejs: alternative interpreter/solver')
+makedepends=('python-setuptools')
+checkdepends=('python-pytest' 'python-responses' 'python-js2py' 'nodejs')
+source=("${pkgname}-${pkgver}.tar.gz::${url}/archive/${pkgver}.tar.gz")
+sha256sums=('9fc3562818e58f98d4e3ca874de5ff24d072c554b5a627ce9e38d394bb209c7f')
+b2sums=('b3e002d559ebdbb07686d74fe9967776f832397758653c2d6fe8ba766239d5744608fe6f321a0284c1da02a1ddb8257d7ce1931bb5adf71096e4151dbb9cb2a2')
+
+build(){
+cd "${srcdir}"/${_pkgname}-${pkgver}
+
+python setup.py build
+}
+
+check() {
+cd "${srcdir}"/${_pkgname}-${pkgver}
+
+python -m pytest
+}
+
+package() {
+cd "${srcdir}"/${_pkgname}-${pkgver}
+
+python setup.py install --root="${pkgdir}" --optimize=1 --skip-build
+install -Dm644 LICENSE "${pkgdir}"/usr/share/licenses/${pkgname}/LICENSE
+}


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

2021-04-14 Thread Eli Schwartz via arch-commits
Date: Thursday, April 15, 2021 @ 02:52:56
  Author: eschwartz
Revision: 918939

upgpkg: python-cloudscraper 1.2.58-1: upstream release

Modified:
  python-cloudscraper/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2021-04-15 02:16:14 UTC (rev 918938)
+++ PKGBUILD2021-04-15 02:52:56 UTC (rev 918939)
@@ -2,7 +2,7 @@
 
 _pkgname=cloudscraper
 pkgname=python-cloudscraper
-pkgver=1.2.56
+pkgver=1.2.58
 pkgrel=1
 pkgdesc="Python module to bypass Cloudflare's anti-bot page"
 arch=('any')
@@ -14,8 +14,8 @@
 makedepends=('python-setuptools')
 checkdepends=('python-pytest' 'python-responses' 'python-js2py' 'nodejs')
 source=("${pkgname}-${pkgver}.tar.gz::${url}/archive/${pkgver}.tar.gz")
-sha256sums=('303ca777ea40c542cdc9ac44acb8ccafb22fbf5a98970c5a0eb5bf14adc42091')
-b2sums=('cba3136ba1ec25ea077f21f46eed2fff5412bc31cdf967cadd0c40837fd4bc62b7c0df580a2955dcee63857bab86d7f5b6560ca3bd470192447da1449dbea493')
+sha256sums=('9fc3562818e58f98d4e3ca874de5ff24d072c554b5a627ce9e38d394bb209c7f')
+b2sums=('b3e002d559ebdbb07686d74fe9967776f832397758653c2d6fe8ba766239d5744608fe6f321a0284c1da02a1ddb8257d7ce1931bb5adf71096e4151dbb9cb2a2')
 
 build(){
 cd "${srcdir}"/${_pkgname}-${pkgver}


[arch-commits] Commit in python-poetry/repos/community-any (8 files)

2021-04-14 Thread Eli Schwartz via arch-commits
Date: Thursday, April 15, 2021 @ 02:16:14
  Author: eschwartz
Revision: 918938

archrelease: copy trunk to community-any

Added:
  
python-poetry/repos/community-any/0001-Suppress-dependency-versions-which-are-known-to-be-t.patch
(from rev 918937, 
python-poetry/trunk/0001-Suppress-dependency-versions-which-are-known-to-be-t.patch)
  
python-poetry/repos/community-any/0001-tests-cleanup-cache-and-http-usage.patch
(from rev 918937, 
python-poetry/trunk/0001-tests-cleanup-cache-and-http-usage.patch)
  python-poetry/repos/community-any/PKGBUILD
(from rev 918937, python-poetry/trunk/PKGBUILD)
  python-poetry/repos/community-any/poetry-completions-generator
(from rev 918937, python-poetry/trunk/poetry-completions-generator)
Deleted:
  
python-poetry/repos/community-any/0001-Suppress-dependency-versions-which-are-known-to-be-t.patch
  
python-poetry/repos/community-any/0001-tests-cleanup-cache-and-http-usage.patch
  python-poetry/repos/community-any/PKGBUILD
  python-poetry/repos/community-any/poetry-completions-generator

-+
 0001-Suppress-dependency-versions-which-are-known-to-be-t.patch |  106 
 0001-tests-cleanup-cache-and-http-usage.patch   | 1116 
+-
 PKGBUILD|  158 -
 poetry-completions-generator|   30 
 4 files changed, 705 insertions(+), 705 deletions(-)

Deleted: 0001-Suppress-dependency-versions-which-are-known-to-be-t.patch
===
--- 0001-Suppress-dependency-versions-which-are-known-to-be-t.patch 
2021-04-15 02:15:50 UTC (rev 918937)
+++ 0001-Suppress-dependency-versions-which-are-known-to-be-t.patch 
2021-04-15 02:16:14 UTC (rev 918938)
@@ -1,53 +0,0 @@
-From cc5b938f7f9e3c536f4a60c35cdd2085b3933618 Mon Sep 17 00:00:00 2001
-From: Eli Schwartz 
-Date: Mon, 27 Apr 2020 21:51:57 -0400
-Subject: [PATCH] Fix completely broken dependencies.
-
-poetry habitually engages in:
-- dependency versions which are known to be too pessimistic
-- multiple editions of dependencies per python version
-
-The former all work just fine in reported use and should not be pinned; we
-package versions in Arch which are "too new". This is what unittests are
-for, anyway.
-
-The latter tries to enforce minimum versions of dependencies, but pins
-it twice, once with more relaxed pinning for older versions of python.
-If an old version works, it works irrespective of the python version,
-and you don't need to use minimum requirements as your mallet to force
-people to upgrade to the latest version anyway.
-https://github.com/dephell/dephell/issues/330

- pyproject.toml | 11 ++-
- 1 file changed, 2 insertions(+), 9 deletions(-)
-
-diff --git a/pyproject.toml b/pyproject.toml
-index 8c1f137..81ebc89 100644
 a/pyproject.toml
-+++ b/pyproject.toml
-@@ -51,20 +51,13 @@ futures = { version = "^3.3.0", python = "~2.7" }
- glob2 = { version = "^0.6", python = "~2.7" }
- # functools32 is needed for Python 2.7
- functools32 = { version = "^3.2.3", python = "~2.7" }
--keyring = [
--{ version = "^18.0.1", python = "~2.7" },
--{ version = "^20.0.1", python = "~3.5" },
--{ version = "^21.2.0", python = "^3.6" }
--]
-+keyring = "*"
- # Use subprocess32 for Python 2.7
- subprocess32 = { version = "^3.5", python = "~2.7" }
- importlib-metadata = {version = "^1.6.0", python = "<3.8"}
- 
- [tool.poetry.dev-dependencies]
--pytest = [
--{version = "^4.1", python = "<3.5"},
--{version = "^5.4.3", python = ">=3.5"}
--]
-+pytest = { version = ">=4.1" }
- pytest-cov = "^2.5"
- pytest-mock = "^1.9"
- pre-commit = { version = "^2.6", python = "^3.6.1" }
--- 
-2.28.0
-

Copied: 
python-poetry/repos/community-any/0001-Suppress-dependency-versions-which-are-known-to-be-t.patch
 (from rev 918937, 
python-poetry/trunk/0001-Suppress-dependency-versions-which-are-known-to-be-t.patch)
===
--- 0001-Suppress-dependency-versions-which-are-known-to-be-t.patch 
(rev 0)
+++ 0001-Suppress-dependency-versions-which-are-known-to-be-t.patch 
2021-04-15 02:16:14 UTC (rev 918938)
@@ -0,0 +1,53 @@
+From cc5b938f7f9e3c536f4a60c35cdd2085b3933618 Mon Sep 17 00:00:00 2001
+From: Eli Schwartz 
+Date: Mon, 27 Apr 2020 21:51:57 -0400
+Subject: [PATCH] Fix completely broken dependencies.
+
+poetry habitually engages in:
+- dependency versions which are known to be too pessimistic
+- multiple editions of dependencies per python version
+
+The former all work just fine in reported use and should not be pinned; we
+package versions in Arch which are "too new". This is what unittests are
+for, anyway.
+
+The latter tries to enforce minimum versions of dependencies, but pins
+it twice, once with more relaxed pinning for older versions of python.
+If an old version works, it works irrespective 

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

2021-04-14 Thread Eli Schwartz via arch-commits
Date: Thursday, April 15, 2021 @ 02:15:50
  Author: eschwartz
Revision: 918937

upgpkg: python-poetry 1.1.6-1: upstream release

Modified:
  python-poetry/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2021-04-15 02:10:02 UTC (rev 918936)
+++ PKGBUILD2021-04-15 02:15:50 UTC (rev 918937)
@@ -3,7 +3,7 @@
 
 _pkgname=poetry
 pkgname=python-poetry
-pkgver=1.1.5
+pkgver=1.1.6
 pkgrel=1
 pkgdesc="Python dependency management and packaging made easy"
 arch=('any')
@@ -22,11 +22,11 @@
 "0001-Suppress-dependency-versions-which-are-known-to-be-t.patch"
 "0001-tests-cleanup-cache-and-http-usage.patch"
 "poetry-completions-generator")
-sha256sums=('0845d61f864f65ee3ab8a496927fb3d963d6e6901c9af762c7579de82ac3942b'
+sha256sums=('28234a38cdd4a4196b5dcba867d566c0412d203ea655783f7d11441aed2b5ee8'
 '8bb321ae9ad06d4829c71727af7979bc68d7f325ccdaec919dda4fe8ac92f1a7'
 '4658321c04f36fb3aced9acc44b61f2cf22c5f9d8b8c715111881b24c3e0c99b'
 '970225289188ea8dc49fbec8a2bfe0c891aee80ff56ba6e69bdd8afef8bccab6')
-b2sums=('499b2869e2d7cb804ef556a2cb3aa83187900b87c985572851e37748442c41882620684dd353cc7fe2b151e4b694f1f0acff28776332ec3a06c67c6f53888955'
+b2sums=('cd027be559f7891e7c4456b2e2d65da09296ae535aa917c9dbc2438b45c5fb724c4760a6202956c82c07c557b5af0308ea0234afc54569df3bddc9d39ed3de09'
 
'c1c65fdfa1153d3e4c872adc00f02aea055268d28cd385918a5a3d60fb355c39b15eab895cf4aebd1b74f126cc225f870d60aa971a6593855ce094b448786a02'
 
'8750de6ee2748a7dac079af1ff35b43dbce3f2c48249322f3322290d03f46ea95513dfd223adc232f7f73cf0ac19554de96a3b8793a0dc13b38041e87569ca19'
 
'3fd62e7936d7547dcd06a1a7519f176a1597553ecc959144a4be799bb7e2d688e187f14604d3e359ed10c128c722ebd588c07ca318e0be0a31d276dcb388e2e1')


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

2021-04-14 Thread Eli Schwartz via arch-commits
Date: Thursday, April 15, 2021 @ 02:10:02
  Author: eschwartz
Revision: 918936

archrelease: copy trunk to community-any

Added:
  python-poetry-core/repos/community-any/PKGBUILD
(from rev 918935, python-poetry-core/trunk/PKGBUILD)
Deleted:
  python-poetry-core/repos/community-any/PKGBUILD

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

Deleted: PKGBUILD
===
--- PKGBUILD2021-04-15 02:09:46 UTC (rev 918935)
+++ PKGBUILD2021-04-15 02:10:02 UTC (rev 918936)
@@ -1,53 +0,0 @@
-# Maintainer: Eli Schwartz 
-# Contributor: George Rawlinson 
-
-_pkgname=poetry-core
-pkgname=python-poetry-core
-pkgver=1.0.2
-pkgrel=1
-pkgdesc="Poetry PEP 517 Build Backend & Core Utilities"
-arch=('any')
-url="https://github.com/python-poetry/${_pkgname}";
-license=('MIT')
-_deps=('jsonschema' 'lark-parser' 'packaging' 'tomlkit')
-depends=("${_deps[@]/#/python-}")
-makedepends=('python-dephell')
-checkdepends=('git' 'python-pytest' 'python-pytest-mock' 'python-virtualenv')
-conflicts=('python-poetry<1.1.0')
-source=("${_pkgname}-${pkgver}.tar.gz::${url}/archive/${pkgver}.tar.gz")
-sha256sums=('fafe5585040b91e36a9ec1ea6ce0546701190453ba8207bd4b7ed03a2cffc227')
-b2sums=('483acd560b11cd78570781c8be1d9fb56437c592c762fecc54302f83fed3596f09fad1a8d42f7ce243cf19d0fe315e4b0fe8a9c114da814875f19357dc4261b2')
-
-prepare() {
-cd "${srcdir}"/${_pkgname}-${pkgver}
-
-# remove vendored dependencies
-sed -i '/^__version__/!d' poetry/core/__init__.py
-rm -r poetry/core/_vendor
-
-# be a proper namespace, python3-only ;)
-rm poetry/__init__.py
-
-dephell deps convert --from pyproject.toml --to setup.py
-}
-
-build() {
-cd "${srcdir}"/${_pkgname}-${pkgver}
-
-python setup.py build
-}
-
-check() {
-cd "${srcdir}"/${_pkgname}-${pkgver}
-
-# only works inside git repositories
-pytest \
--k 'not test_default_with_excluded_data and not 
test_default_src_with_excluded_data'
-}
-
-package() {
-cd "${srcdir}"/${_pkgname}-${pkgver}
-
-python setup.py install --root="${pkgdir}" --optimize=1 --skip-build
-install -Dm644 LICENSE "${pkgdir}"/usr/share/licenses/${pkgname}/LICENSE
-}

Copied: python-poetry-core/repos/community-any/PKGBUILD (from rev 918935, 
python-poetry-core/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2021-04-15 02:10:02 UTC (rev 918936)
@@ -0,0 +1,53 @@
+# Maintainer: Eli Schwartz 
+# Contributor: George Rawlinson 
+
+_pkgname=poetry-core
+pkgname=python-poetry-core
+pkgver=1.0.3
+pkgrel=1
+pkgdesc="Poetry PEP 517 Build Backend & Core Utilities"
+arch=('any')
+url="https://github.com/python-poetry/${_pkgname}";
+license=('MIT')
+_deps=('jsonschema' 'lark-parser' 'packaging' 'tomlkit')
+depends=("${_deps[@]/#/python-}")
+makedepends=('python-dephell')
+checkdepends=('git' 'python-pytest' 'python-pytest-mock' 'python-virtualenv')
+conflicts=('python-poetry<1.1.0')
+source=("${_pkgname}-${pkgver}.tar.gz::${url}/archive/${pkgver}.tar.gz")
+sha256sums=('b5a9f8284c685c638796a322ea868843da5e2094c664436e44061e6bcea367ea')
+b2sums=('38f6ffcc0eca97db3de213ca5aca97c0c7d458e317b568094f6b3fdb276ebeae230c831f117d8e39c17757e72d78beed2bf1b3f7f40cab2971bb5882fd27ed85')
+
+prepare() {
+cd "${srcdir}"/${_pkgname}-${pkgver}
+
+# remove vendored dependencies
+sed -i '/^__version__/!d' poetry/core/__init__.py
+rm -r poetry/core/_vendor
+
+# be a proper namespace, python3-only ;)
+rm poetry/__init__.py
+
+dephell deps convert --from pyproject.toml --to setup.py
+}
+
+build() {
+cd "${srcdir}"/${_pkgname}-${pkgver}
+
+python setup.py build
+}
+
+check() {
+cd "${srcdir}"/${_pkgname}-${pkgver}
+
+# only works inside git repositories
+pytest \
+-k 'not test_default_with_excluded_data and not 
test_default_src_with_excluded_data'
+}
+
+package() {
+cd "${srcdir}"/${_pkgname}-${pkgver}
+
+python setup.py install --root="${pkgdir}" --optimize=1 --skip-build
+install -Dm644 LICENSE "${pkgdir}"/usr/share/licenses/${pkgname}/LICENSE
+}


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

2021-04-14 Thread Eli Schwartz via arch-commits
Date: Thursday, April 15, 2021 @ 02:09:46
  Author: eschwartz
Revision: 918935

upgpkg: python-poetry-core 1.0.3-1: upstream release

Modified:
  python-poetry-core/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2021-04-15 01:52:03 UTC (rev 918934)
+++ PKGBUILD2021-04-15 02:09:46 UTC (rev 918935)
@@ -3,7 +3,7 @@
 
 _pkgname=poetry-core
 pkgname=python-poetry-core
-pkgver=1.0.2
+pkgver=1.0.3
 pkgrel=1
 pkgdesc="Poetry PEP 517 Build Backend & Core Utilities"
 arch=('any')
@@ -15,8 +15,8 @@
 checkdepends=('git' 'python-pytest' 'python-pytest-mock' 'python-virtualenv')
 conflicts=('python-poetry<1.1.0')
 source=("${_pkgname}-${pkgver}.tar.gz::${url}/archive/${pkgver}.tar.gz")
-sha256sums=('fafe5585040b91e36a9ec1ea6ce0546701190453ba8207bd4b7ed03a2cffc227')
-b2sums=('483acd560b11cd78570781c8be1d9fb56437c592c762fecc54302f83fed3596f09fad1a8d42f7ce243cf19d0fe315e4b0fe8a9c114da814875f19357dc4261b2')
+sha256sums=('b5a9f8284c685c638796a322ea868843da5e2094c664436e44061e6bcea367ea')
+b2sums=('38f6ffcc0eca97db3de213ca5aca97c0c7d458e317b568094f6b3fdb276ebeae230c831f117d8e39c17757e72d78beed2bf1b3f7f40cab2971bb5882fd27ed85')
 
 prepare() {
 cd "${srcdir}"/${_pkgname}-${pkgver}


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

2021-04-14 Thread Evangelos Foutras via arch-commits
Date: Thursday, April 15, 2021 @ 01:53:19
  Author: foutrelis
Revision: 412473

upgpkg: chromium 90.0.4430.72-1: new upstream release

Added:
  chromium/trunk/add-clang-nomerge-attribute-to-CheckError.patch
Modified:
  chromium/trunk/PKGBUILD
Deleted:
  chromium/trunk/add-dependency-on-opus-in-webcodecs.patch
  chromium/trunk/chromium-fix-libva-redef.patch

-+
 PKGBUILD|   25 ++
 add-clang-nomerge-attribute-to-CheckError.patch |   62 +++
 add-dependency-on-opus-in-webcodecs.patch   |   43 ---
 chromium-fix-libva-redef.patch  |   86 --
 4 files changed, 72 insertions(+), 144 deletions(-)

Modified: PKGBUILD
===
--- PKGBUILD2021-04-14 20:59:59 UTC (rev 412472)
+++ PKGBUILD2021-04-15 01:53:19 UTC (rev 412473)
@@ -4,10 +4,10 @@
 # Contributor: Daniel J Griffiths 
 
 pkgname=chromium
-pkgver=89.0.4389.128
+pkgver=90.0.4430.72
 pkgrel=1
 _launcher_ver=7
-_gcc_patchset=7
+_gcc_patchset=6
 pkgdesc="A web browser built for speed, simplicity, and security"
 arch=('x86_64')
 url="https://www.chromium.org/Home";
@@ -24,16 +24,14 @@
 
source=(https://commondatastorage.googleapis.com/chromium-browser-official/$pkgname-$pkgver.tar.xz
 
https://github.com/foutrelis/chromium-launcher/archive/v$_launcher_ver/chromium-launcher-$_launcher_ver.tar.gz
 
https://github.com/stha09/chromium-patches/releases/download/chromium-${pkgver%%.*}-patchset-$_gcc_patchset/chromium-${pkgver%%.*}-patchset-$_gcc_patchset.tar.xz
-add-dependency-on-opus-in-webcodecs.patch
+add-clang-nomerge-attribute-to-CheckError.patch
 chromium-glibc-2.33.patch
-chromium-fix-libva-redef.patch
 use-oauth2-client-switches-as-default.patch)
-sha256sums=('1a75ea6aeb98f2d3b6feae1fbf5692679e93d5b7631bc7c762dd873499deda5b'
+sha256sums=('a5cc88ca8fffac21ec4d1646980f698dfb6f388a225dd7a2c5a3d252a4098943'
 '86859c11cfc8ba106a3826479c0bc759324a62150b271dd35d1a0f96e890f52f'
-'f8b1558f6c87b33423da854d42f0f69d47885a96d6bf6ce7f26373e93d47442f'
-'b86b11de8db438c47f0a84c7956740f648d21035f4ee46bfbd50c3348d369121'
+'3eb9580ea35a96789e02815270498226fa33726f4210a5ee36f3868af2ffae1f'
+'5e22afcb91b5402bc09e80630c5323d61013c3fccb0bbd9b23d1e79a400b00d0'
 '2fccecdcd4509d4c36af873988ca9dbcba7fdb95122894a9fdf502c33a1d7a4b'
-'de9eb3612d44616a500c2eccdffac814eb90ad9a868cc1030d17fc6783d544e2'
 'e393174d7695d0bafed69e868c5fbfecf07aa6969f3b64596d0bae8b067e1711')
 
 # Possible replacements are listed in build/linux/unbundle/replace_gn_files.py
@@ -91,15 +89,12 @@
   # https://crbug.com/1164975
   patch -Np1 -i ../chromium-glibc-2.33.patch
 
-  # https://github.com/kiss-community/repo-community/issues/246
-  patch -Np1 -i ../chromium-fix-libva-redef.patch
+  # Revert addition of [[clang::nomerge]] attribute; not supported by clang 11
+  patch -Rp1 -d base <../add-clang-nomerge-attribute-to-CheckError.patch
 
-  # Upstream fixes
-  patch -Np1 -i ../add-dependency-on-opus-in-webcodecs.patch
-
   # Fixes for building with libstdc++ instead of libc++
-  patch -Np1 -i ../patches/chromium-89-quiche-dcheck.patch
-  patch -Np1 -i ../patches/chromium-89-AXTreeSerializer-include.patch
+  patch -Np1 -i ../patches/chromium-90-quantization_utils-include.patch
+  patch -Np1 -i ../patches/chromium-90-TokenizedOutput-include.patch
 
   # Force script incompatible with Python 3 to use /usr/bin/python2
   sed -i '1s|python$|&2|' third_party/dom_distiller_js/protoc_plugins/*.py

Added: add-clang-nomerge-attribute-to-CheckError.patch
===
--- add-clang-nomerge-attribute-to-CheckError.patch 
(rev 0)
+++ add-clang-nomerge-attribute-to-CheckError.patch 2021-04-15 01:53:19 UTC 
(rev 412473)
@@ -0,0 +1,62 @@
+From 209bf5cdfc095516ba9e391dd52ce16a74114ae6 Mon Sep 17 00:00:00 2001
+From: Zequan Wu 
+Date: Wed, 10 Feb 2021 03:26:00 +
+Subject: [PATCH] Reland "Add [[clang::nomerge]] attribute to ~CheckError()."
+
+This is a reland of 8860253376c38c090d585bda4b20b801e3aa3ce3
+
+Original change's description:
+> Add [[clang::nomerge]] attribute to ~CheckError().
+>
+> To disable merging multiple ~CheckError() destructor for accurate crash logs.
+>
+> Bug: 1153188
+> Change-Id: If6d153661667a63f13b645f6d284eb3d5ea3a300
+> Reviewed-on: 
https://chromium-review.googlesource.com/c/chromium/src/+/2611331
+> Commit-Queue: Nico Weber 
+> Auto-Submit: Zequan Wu 
+> Reviewed-by: Nico Weber 
+> Cr-Commit-Position: refs/heads/master@{#844989}
+
+Bug: 1153188
+Change-Id: I303c5ff9fb88f7a30663400622b327a910d0b108
+Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2686331
+Reviewed-by: Nico Weber 
+Commit-Queue: Nico Weber 
+Commit-Queue: Zequan Wu 

[arch-commits] Commit in chromium/repos/extra-x86_64 (9 files)

2021-04-14 Thread Evangelos Foutras via arch-commits
Date: Thursday, April 15, 2021 @ 01:53:27
  Author: foutrelis
Revision: 412474

archrelease: copy trunk to extra-x86_64

Added:
  chromium/repos/extra-x86_64/PKGBUILD
(from rev 412473, chromium/trunk/PKGBUILD)
  chromium/repos/extra-x86_64/add-clang-nomerge-attribute-to-CheckError.patch
(from rev 412473, 
chromium/trunk/add-clang-nomerge-attribute-to-CheckError.patch)
  chromium/repos/extra-x86_64/chromium-glibc-2.33.patch
(from rev 412473, chromium/trunk/chromium-glibc-2.33.patch)
  chromium/repos/extra-x86_64/use-oauth2-client-switches-as-default.patch
(from rev 412473, 
chromium/trunk/use-oauth2-client-switches-as-default.patch)
Deleted:
  chromium/repos/extra-x86_64/PKGBUILD
  chromium/repos/extra-x86_64/add-dependency-on-opus-in-webcodecs.patch
  chromium/repos/extra-x86_64/chromium-fix-libva-redef.patch
  chromium/repos/extra-x86_64/chromium-glibc-2.33.patch
  chromium/repos/extra-x86_64/use-oauth2-client-switches-as-default.patch

-+
 PKGBUILD|  497 ++
 add-clang-nomerge-attribute-to-CheckError.patch |   62 ++
 add-dependency-on-opus-in-webcodecs.patch   |   43 -
 chromium-fix-libva-redef.patch  |   86 ---
 chromium-glibc-2.33.patch   |  288 ++--
 use-oauth2-client-switches-as-default.patch |   34 -
 6 files changed, 469 insertions(+), 541 deletions(-)

Deleted: PKGBUILD
===
--- PKGBUILD2021-04-15 01:53:19 UTC (rev 412473)
+++ PKGBUILD2021-04-15 01:53:27 UTC (rev 412474)
@@ -1,251 +0,0 @@
-# Maintainer: Evangelos Foutras 
-# Contributor: Pierre Schmitz 
-# Contributor: Jan "heftig" Steffens 
-# Contributor: Daniel J Griffiths 
-
-pkgname=chromium
-pkgver=89.0.4389.128
-pkgrel=1
-_launcher_ver=7
-_gcc_patchset=7
-pkgdesc="A web browser built for speed, simplicity, and security"
-arch=('x86_64')
-url="https://www.chromium.org/Home";
-license=('BSD')
-depends=('gtk3' 'nss' 'alsa-lib' 'xdg-utils' 'libxss' 'libcups' 'libgcrypt'
- 'ttf-liberation' 'systemd' 'dbus' 'libpulse' 'pciutils' 'libva'
- 'desktop-file-utils' 'hicolor-icon-theme')
-makedepends=('python' 'gn' 'ninja' 'clang' 'lld' 'gperf' 'nodejs' 'pipewire'
- 'java-runtime-headless' 'python2' 'python2-setuptools')
-optdepends=('pipewire: WebRTC desktop sharing under Wayland'
-'kdialog: needed for file dialogs in KDE'
-'org.freedesktop.secrets: password storage backend on GNOME / Xfce'
-'kwallet: for storing passwords in KWallet on KDE desktops')
-source=(https://commondatastorage.googleapis.com/chromium-browser-official/$pkgname-$pkgver.tar.xz
-
https://github.com/foutrelis/chromium-launcher/archive/v$_launcher_ver/chromium-launcher-$_launcher_ver.tar.gz
-
https://github.com/stha09/chromium-patches/releases/download/chromium-${pkgver%%.*}-patchset-$_gcc_patchset/chromium-${pkgver%%.*}-patchset-$_gcc_patchset.tar.xz
-add-dependency-on-opus-in-webcodecs.patch
-chromium-glibc-2.33.patch
-chromium-fix-libva-redef.patch
-use-oauth2-client-switches-as-default.patch)
-sha256sums=('1a75ea6aeb98f2d3b6feae1fbf5692679e93d5b7631bc7c762dd873499deda5b'
-'86859c11cfc8ba106a3826479c0bc759324a62150b271dd35d1a0f96e890f52f'
-'f8b1558f6c87b33423da854d42f0f69d47885a96d6bf6ce7f26373e93d47442f'
-'b86b11de8db438c47f0a84c7956740f648d21035f4ee46bfbd50c3348d369121'
-'2fccecdcd4509d4c36af873988ca9dbcba7fdb95122894a9fdf502c33a1d7a4b'
-'de9eb3612d44616a500c2eccdffac814eb90ad9a868cc1030d17fc6783d544e2'
-'e393174d7695d0bafed69e868c5fbfecf07aa6969f3b64596d0bae8b067e1711')
-
-# Possible replacements are listed in build/linux/unbundle/replace_gn_files.py
-# Keys are the names in the above script; values are the dependencies in Arch
-declare -gA _system_libs=(
-  [ffmpeg]=ffmpeg
-  [flac]=flac
-  [fontconfig]=fontconfig
-  [freetype]=freetype2
-  [harfbuzz-ng]=harfbuzz
-  [icu]=icu
-  [libdrm]=
-  [libjpeg]=libjpeg
-  [libpng]=libpng
-  #[libvpx]=libvpx
-  [libwebp]=libwebp
-  [libxml]=libxml2
-  [libxslt]=libxslt
-  [opus]=opus
-  [re2]=re2
-  [snappy]=snappy
-  [zlib]=minizip
-)
-_unwanted_bundled_libs=(
-  $(printf "%s\n" ${!_system_libs[@]} | sed 's/^libjpeg$/&_turbo/')
-)
-depends+=(${_system_libs[@]})
-
-# Google API keys (see https://www.chromium.org/developers/how-tos/api-keys)
-# Note: These are for Arch Linux use ONLY. For your own distribution, please
-# get your own set of keys.
-#
-# Starting with Chromium 89 (2021-03-02) the OAuth2 credentials have been left
-# out: https://archlinux.org/news/chromium-losing-sync-support-in-early-march/
-_google_api_key=AIzaSyDwr302FpOSkGRpLlUpPThNTDPbXcIn_FM
-
-prepare() {
-  cd "$srcdir/$pkgname-$pkgver"
-
-  # Allow building against system libraries in official builds
-  sed -i 's/OFFICIAL_BUILD/GOOGLE_CHR

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

2021-04-14 Thread Eli Schwartz via arch-commits
Date: Thursday, April 15, 2021 @ 01:52:03
  Author: eschwartz
Revision: 918934

archrelease: copy trunk to community-x86_64

Added:
  python-apsw/repos/community-x86_64/LICENSE
(from rev 918933, python-apsw/trunk/LICENSE)
  python-apsw/repos/community-x86_64/PKGBUILD
(from rev 918933, python-apsw/trunk/PKGBUILD)
Deleted:
  python-apsw/repos/community-x86_64/LICENSE
  python-apsw/repos/community-x86_64/PKGBUILD

--+
 LICENSE  |   54 +--
 PKGBUILD |   75 ++---
 2 files changed, 65 insertions(+), 64 deletions(-)

Deleted: LICENSE
===
--- LICENSE 2021-04-15 01:51:33 UTC (rev 918933)
+++ LICENSE 2021-04-15 01:52:03 UTC (rev 918934)
@@ -1,27 +0,0 @@
-Copyright (c) 2004-2014 Roger Binns 
-See src/traceback.c for code by Greg Ewing.
-
-All code and documentation is provided under this license:
-
-This software is provided 'as-is', without any express or implied
-warranty. In no event will the authors be held liable for any damages
-arising from the use of this software.
-
-Permission is granted to anyone to use this software for any purpose,
-including commercial applications, and to alter it and redistribute it
-freely, subject to the following restrictions:
-
-1. The origin of this software must not be misrepresented; you must not
-claim that you wrote the original software. If you use this software
-in a product, an acknowledgment in the product documentation would be
-appreciated but is not required.
-
-2. Altered source versions must be plainly marked as such, and must not be
-misrepresented as being the original software.
-
-3. This notice may not be removed or altered from any source
-distribution.
-
-Alternatively you may strike the license above and use it under any
-OSI approved open source license such as those listed at
-http://opensource.org/licenses/alphabetical

Copied: python-apsw/repos/community-x86_64/LICENSE (from rev 918933, 
python-apsw/trunk/LICENSE)
===
--- LICENSE (rev 0)
+++ LICENSE 2021-04-15 01:52:03 UTC (rev 918934)
@@ -0,0 +1,27 @@
+Copyright (c) 2004-2014 Roger Binns 
+See src/traceback.c for code by Greg Ewing.
+
+All code and documentation is provided under this license:
+
+This software is provided 'as-is', without any express or implied
+warranty. In no event will the authors be held liable for any damages
+arising from the use of this software.
+
+Permission is granted to anyone to use this software for any purpose,
+including commercial applications, and to alter it and redistribute it
+freely, subject to the following restrictions:
+
+1. The origin of this software must not be misrepresented; you must not
+claim that you wrote the original software. If you use this software
+in a product, an acknowledgment in the product documentation would be
+appreciated but is not required.
+
+2. Altered source versions must be plainly marked as such, and must not be
+misrepresented as being the original software.
+
+3. This notice may not be removed or altered from any source
+distribution.
+
+Alternatively you may strike the license above and use it under any
+OSI approved open source license such as those listed at
+http://opensource.org/licenses/alphabetical

Deleted: PKGBUILD
===
--- PKGBUILD2021-04-15 01:51:33 UTC (rev 918933)
+++ PKGBUILD2021-04-15 01:52:03 UTC (rev 918934)
@@ -1,37 +0,0 @@
-# Maintainer: Eli Schwartz 
-# Contributor: Brendan MacDonell 
-# Contributor: Linmiao Xu 
-# Contributor: Juan Miguel Cejuela 
-
-pkgname=python-apsw
-pkgver=3.34.0
-pkgrel=1
-pkgdesc="Python wrapper for SQLite"
-arch=('x86_64')
-url="https://github.com/rogerbinns/apsw";
-license=('MIT')
-depends=('python' 'sqlite')
-source=("apsw-$pkgver-r1.tar.gz::https://github.com/rogerbinns/apsw/archive/$pkgver-r1.tar.gz";)
-sha512sums=('0a41d8324480c9dcc7df6e570d0b3321bb07d07e97ebcc05207de8d707769e93b279da39ce14a12b46a8d999bfab19ecb1cd30149256316f5f9de43de6ed64ee')
-b2sums=('8deeb11ee54553419e66a74d0886944ec24e4e39320836f4a1f98576ca3d0977b5eff59fe7140f6262e84981b080cbcdf4bdce0b85847d628f5d720fbcdf411f')
-
-build() {
-  cd apsw-${pkgver}-r1
-
-  python setup.py build --enable=load_extension
-}
-
-check() {
-  cd "$srcdir"/apsw-${pkgver}-r1
-
-  # do glob expansion in variable assignment
-  pythonpaths=("$PWD/build/lib.linux-$CARCH"-3*)
-  PYTHONPATH="${pythonpaths[0]}" python setup.py test
-}
-
-package() {
-  cd "$srcdir"/apsw-${pkgver}-r1
-
-  python setup.py install --root="$pkgdir" --optimize=1 --skip-build
-  install -D -m644 LICENSE "$pkgdir"/usr/share/licenses/$pkgname/LICENSE
-}

Copied: python-apsw/repos/community-x86_64/PKGBUILD (from rev 918933, 
python-apsw/trunk/PKGBUILD)
===

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

2021-04-14 Thread Eli Schwartz via arch-commits
Date: Thursday, April 15, 2021 @ 01:51:33
  Author: eschwartz
Revision: 918933

upgpkg: python-apsw 3.35.4-1: upstream release

And while we are at it, build the prerequisite for one of the test cases, so
that the 90th test isn't simply skipped.

Modified:
  python-apsw/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2021-04-15 01:50:20 UTC (rev 918932)
+++ PKGBUILD2021-04-15 01:51:33 UTC (rev 918933)
@@ -4,7 +4,7 @@
 # Contributor: Juan Miguel Cejuela 
 
 pkgname=python-apsw
-pkgver=3.34.0
+pkgver=3.35.4
 pkgrel=1
 pkgdesc="Python wrapper for SQLite"
 arch=('x86_64')
@@ -12,8 +12,8 @@
 license=('MIT')
 depends=('python' 'sqlite')
 
source=("apsw-$pkgver-r1.tar.gz::https://github.com/rogerbinns/apsw/archive/$pkgver-r1.tar.gz";)
-sha512sums=('0a41d8324480c9dcc7df6e570d0b3321bb07d07e97ebcc05207de8d707769e93b279da39ce14a12b46a8d999bfab19ecb1cd30149256316f5f9de43de6ed64ee')
-b2sums=('8deeb11ee54553419e66a74d0886944ec24e4e39320836f4a1f98576ca3d0977b5eff59fe7140f6262e84981b080cbcdf4bdce0b85847d628f5d720fbcdf411f')
+sha512sums=('4a566e90b7faf6a42b95fc496f76535a92a872e58e395d299cf8f0e3498d5659ba9f0a27970562f61fafa1ffae349201edd0fd1daa06d793a715b7eb5f561ecb')
+b2sums=('44f41546949c4e53e28d9ffbd5d31848594748b1fe159f96b02162a44e36aa16b359251b2311bb610ba736080ee241bc758b3268c17aa81a8dea210f6aae64b3')
 
 build() {
   cd apsw-${pkgver}-r1
@@ -24,6 +24,7 @@
 check() {
   cd "$srcdir"/apsw-${pkgver}-r1
 
+  gcc ${CFLAGS} ${CPPFLAGS} ${LDFLAGS} -fPIC -shared -o testextension.sqlext 
src/testextension.c
   # do glob expansion in variable assignment
   pythonpaths=("$PWD/build/lib.linux-$CARCH"-3*)
   PYTHONPATH="${pythonpaths[0]}" python setup.py test


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

2021-04-14 Thread Brett Cornwall via arch-commits
Date: Thursday, April 15, 2021 @ 01:50:20
  Author: ainola
Revision: 918932

archrelease: copy trunk to community-x86_64

Added:
  qjackctl/repos/community-x86_64/PKGBUILD
(from rev 918931, qjackctl/trunk/PKGBUILD)
Deleted:
  qjackctl/repos/community-x86_64/PKGBUILD

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

Deleted: PKGBUILD
===
--- PKGBUILD2021-04-15 01:49:55 UTC (rev 918931)
+++ PKGBUILD2021-04-15 01:50:20 UTC (rev 918932)
@@ -1,40 +0,0 @@
-# Maintainer: David Runge 
-# Contributor: Ray Rashif 
-# Contributor: Tobias Kieslich 
-
-pkgname=qjackctl
-pkgver=0.9.2
-pkgrel=1
-pkgdesc="A Qt front-end for the JACK low-latency audio server"
-url="https://qjackctl.sourceforge.io";
-arch=('x86_64')
-license=('GPL2')
-groups=('pro-audio')
-depends=('gcc-libs' 'glibc' 'hicolor-icon-theme' 'qt6-base')
-makedepends=('alsa-lib' 'cmake' 'jack2' 'jack2-dbus' 'qt6-tools' 'portaudio')
-optdepends=(
-  'jack2-dbus: for JACK dbus support'
-  'qt6-wayland: for native wayland support'
-)
-source=("https://downloads.sourceforge.net/${pkgname}/${pkgname}-${pkgver}.tar.gz";)
-sha512sums=('87e5cbf241139b1e225ea2e2cc45b6f44f19fddf866560e5b9e690ef3a2f7a358ff6a28065841c9599b321568a85d5b4767907aff071c4a768608fc273a7e8fb')
-b2sums=('43e3f3d48295727d7a3848ed6c59c72fb6c2947476720af802d53d152848a355aac79448d88fce78c2b12fbae54d64b4a1582f334b2a416f0b235cdf8d557e40')
-
-
-build() {
-  cd "${pkgname}-${pkgver}"
-  cmake -DCMAKE_INSTALL_PREFIX=/usr \
--DCMAKE_BUILD_TYPE='None' \
--Wno-dev \
--B build \
--S .
-  make VERBOSE=1 -C build
-}
-
-package() {
-  depends+=('libasound.so' 'libjack.so' 'libportaudio.so')
-  cd "${pkgname}-${pkgver}"
-  make VERBOSE=1 DESTDIR="$pkgdir" install -C build
-  install -t "${pkgdir}/usr/share/doc/${pkgname}" \
--vDm 644 {AUTHORS,ChangeLog,README,TODO,TRANSLATORS}
-}

Copied: qjackctl/repos/community-x86_64/PKGBUILD (from rev 918931, 
qjackctl/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2021-04-15 01:50:20 UTC (rev 918932)
@@ -0,0 +1,40 @@
+# Maintainer: David Runge 
+# Contributor: Ray Rashif 
+# Contributor: Tobias Kieslich 
+
+pkgname=qjackctl
+pkgver=0.9.2
+pkgrel=2
+pkgdesc="A Qt front-end for the JACK low-latency audio server"
+url="https://qjackctl.sourceforge.io";
+arch=('x86_64')
+license=('GPL2')
+groups=('pro-audio')
+depends=('gcc-libs' 'glibc' 'hicolor-icon-theme' 'qt6-base')
+makedepends=('alsa-lib' 'cmake' 'jack2' 'jack2-dbus' 'qt6-tools' 'portaudio')
+optdepends=(
+  'jack2-dbus: for JACK dbus support'
+  'qt6-wayland: for native wayland support'
+)
+source=("https://downloads.sourceforge.net/${pkgname}/${pkgname}-${pkgver}.tar.gz";)
+sha512sums=('3af3190c9808f873bbefab347e2a307a0176c1ce5c92c346510b159d43c6b83dfa3e4d1b4208968e4d871b12ed56afd79f14560185485dca314381f42a58ad53')
+b2sums=('281ce20be6acb26a0efa10c9a11b44bd370225b1fcecf2acaf2e6cefb807b0ba8a30fa9deb98eeebc86dbea1301d5e87a2b5979cd971a33ce4a54b4757949d0b')
+
+
+build() {
+  cd "${pkgname}-${pkgver}"
+  cmake -DCMAKE_INSTALL_PREFIX=/usr \
+-DCMAKE_BUILD_TYPE='None' \
+-Wno-dev \
+-B build \
+-S .
+  make VERBOSE=1 -C build
+}
+
+package() {
+  depends+=('libasound.so' 'libjack.so' 'libportaudio.so')
+  cd "${pkgname}-${pkgver}"
+  make VERBOSE=1 DESTDIR="$pkgdir" install -C build
+  install -t "${pkgdir}/usr/share/doc/${pkgname}" \
+-vDm 644 {AUTHORS,ChangeLog,README,TODO,TRANSLATORS}
+}


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

2021-04-14 Thread Brett Cornwall via arch-commits
Date: Thursday, April 15, 2021 @ 01:49:55
  Author: ainola
Revision: 918931

Update checksums as upstream updated the package

Upstream's rncbc mentioned this was intentional:

yes it was intentional due to some upstream packaging mistake on day one 
(Sun
Mar 14), in fact, the first packages were suffixed to release number "46" 
and
then shortly bumped straight to "47" to reflect this[...]

Modified:
  qjackctl/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2021-04-14 23:26:19 UTC (rev 918930)
+++ PKGBUILD2021-04-15 01:49:55 UTC (rev 918931)
@@ -4,7 +4,7 @@
 
 pkgname=qjackctl
 pkgver=0.9.2
-pkgrel=1
+pkgrel=2
 pkgdesc="A Qt front-end for the JACK low-latency audio server"
 url="https://qjackctl.sourceforge.io";
 arch=('x86_64')
@@ -17,8 +17,8 @@
   'qt6-wayland: for native wayland support'
 )
 
source=("https://downloads.sourceforge.net/${pkgname}/${pkgname}-${pkgver}.tar.gz";)
-sha512sums=('87e5cbf241139b1e225ea2e2cc45b6f44f19fddf866560e5b9e690ef3a2f7a358ff6a28065841c9599b321568a85d5b4767907aff071c4a768608fc273a7e8fb')
-b2sums=('43e3f3d48295727d7a3848ed6c59c72fb6c2947476720af802d53d152848a355aac79448d88fce78c2b12fbae54d64b4a1582f334b2a416f0b235cdf8d557e40')
+sha512sums=('3af3190c9808f873bbefab347e2a307a0176c1ce5c92c346510b159d43c6b83dfa3e4d1b4208968e4d871b12ed56afd79f14560185485dca314381f42a58ad53')
+b2sums=('281ce20be6acb26a0efa10c9a11b44bd370225b1fcecf2acaf2e6cefb807b0ba8a30fa9deb98eeebc86dbea1301d5e87a2b5979cd971a33ce4a54b4757949d0b')
 
 
 build() {


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

2021-04-14 Thread Kyle Keen via arch-commits
Date: Wednesday, April 14, 2021 @ 23:26:19
  Author: kkeen
Revision: 918930

archrelease: copy trunk to community-x86_64

Added:
  cataclysm-dda/repos/community-x86_64/PKGBUILD
(from rev 918929, cataclysm-dda/trunk/PKGBUILD)
Deleted:
  cataclysm-dda/repos/community-x86_64/PKGBUILD

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

Deleted: PKGBUILD
===
--- PKGBUILD2021-04-14 23:23:46 UTC (rev 918929)
+++ PKGBUILD2021-04-14 23:26:19 UTC (rev 918930)
@@ -1,72 +0,0 @@
-# Maintainer: Kyle Keen 
-
-pkgbase=cataclysm-dda
-pkgname=(cataclysm-dda cataclysm-dda-tiles)
-pkgname=cataclysm-dda
-pkgver=0.E.3
-_pkgver=0.E-3
-pkgrel=1
-pkgdesc="A post-apocalyptic roguelike."
-#url="http://cataclysmrl.blogspot.com/";
-#url="http://www.cataclysm.glyphgryph.com/";
-#url="http://en.cataclysmdda.com/";
-url="https://cataclysmdda.org/";
-arch=('x86_64')
-license=("CCPL:by-sa")
-depends=('ncurses' 'lua' 'hicolor-icon-theme' 'gettext')
-makedepends=('sdl2_image' 'sdl2_ttf' 'sdl2_mixer' 'freetype2' 'astyle')
-source=("$pkgname-$_pkgver.tar.gz::https://github.com/CleverRaven/Cataclysm-DDA/archive/$_pkgver.tar.gz";)
-md5sums=('570177e7549168b648567c11f216c6c2')
-
-prepare() {
-  cd "Cataclysm-DDA-$_pkgver"
-  sed -i 's/-Werror//' Makefile
-  sed -i 's/ncursesw5-config/ncursesw6-config/' Makefile
-  #sed -i 's|"\(l.*h\)"|"lua5.1/\1"|' src/catalua.{h,cpp}
-  sed -i 's/shell git/shell false/' Makefile
-}
-
-build() {
-  cd "Cataclysm-DDA-$_pkgver"
-
-  # tests "ifdef TILES" so "TILES=0" will enable tiles!
-  # DYNAMIC_LINKING appears to be a windows flag?
-  make PREFIX=/usr RELEASE=1 USE_XDG_DIR=1 BACKTRACE=0 ZLEVELS=1 LUA=1
-  make PREFIX=/usr RELEASE=1 USE_XDG_DIR=1 BACKTRACE=0 ZLEVELS=1 LUA=1 TILES=1 
SOUND=1
-  #LUA_BINARY="/usr/bin/lua5.1"
-}
-
-package_cataclysm-dda() {
-  cd "Cataclysm-DDA-$_pkgver"
-
-  make DESTDIR="$pkgdir" PREFIX="/usr" RELEASE=1 ZLEVELS=1 USE_HOME_DIR=1 
LUA=1 install
-
-  # Docs
-  install -d "$pkgdir/usr/share/doc/cataclysm-dda"
-  cp -r doc/* "$pkgdir/usr/share/doc/cataclysm-dda"
-  # undo symlink
-  rm "$pkgdir/usr/share/doc/cataclysm-dda/JSON_LOADING_ORDER.md"
-  cp 'data/json/LOADING_ORDER.md' 
"$pkgdir/usr/share/doc/cataclysm-dda/JSON_LOADING_ORDER.md"
-
-  # License
-  install -Dm644 LICENSE.txt "$pkgdir/usr/share/licenses/$pkgname/LICENSE"
-}
-
-package_cataclysm-dda-tiles() {
-  pkgdesc="A graphical post-apocalyptic roguelike."
-  depends=('cataclysm-dda' 'sdl2_image' 'sdl2_ttf' 'freetype2' 'sdl2_mixer')
-  cd "Cataclysm-DDA-$_pkgver"
-
-  make DESTDIR="$pkgdir" PREFIX="/usr" RELEASE=1 ZLEVELS=1 LUA=1 TILES=1 
SOUND=1 install
-
-  # Icon
-  install -D 'data/osx/AppIcon.iconset/icon_128x128.png' 
"$pkgdir/usr/share/icons/hicolor/128x128/apps/cataclysm-dda.png"
-
-  install -Dm644 LICENSE.txt "$pkgdir/usr/share/licenses/$pkgname/LICENSE"
-
-  # hack: remove overlapping files
-  cd "$pkgdir/../cataclysm-dda"
-  find . -type f -exec rm -f "$pkgdir"/{} \;
-  cd "$pkgdir"
-  find . -type d -empty -delete
-}

Copied: cataclysm-dda/repos/community-x86_64/PKGBUILD (from rev 918929, 
cataclysm-dda/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2021-04-14 23:26:19 UTC (rev 918930)
@@ -0,0 +1,82 @@
+# Maintainer: Kyle Keen 
+
+pkgbase=cataclysm-dda
+pkgname=(cataclysm-dda cataclysm-dda-tiles)
+pkgname=cataclysm-dda
+pkgver=0.E.3
+_pkgver=0.E-3
+pkgrel=2
+pkgdesc="A post-apocalyptic roguelike."
+#url="http://cataclysmrl.blogspot.com/";
+#url="http://www.cataclysm.glyphgryph.com/";
+#url="http://en.cataclysmdda.com/";
+url="https://cataclysmdda.org/";
+arch=('x86_64')
+license=("CCPL:by-sa")
+depends=('ncurses' 'hicolor-icon-theme' 'gettext')
+makedepends=('sdl2_image' 'sdl2_ttf' 'sdl2_mixer' 'freetype2' 'astyle')
+source=("$pkgname-$_pkgver.tar.gz::https://github.com/CleverRaven/Cataclysm-DDA/archive/$_pkgver.tar.gz";)
+md5sums=('570177e7549168b648567c11f216c6c2')
+
+prepare() {
+  cd "Cataclysm-DDA-$_pkgver"
+  sed -i 's/-Werror//' Makefile
+  sed -i 's/ncursesw5-config/ncursesw6-config/' Makefile
+  sed -i 's/shell git/shell false/' Makefile
+}
+
+build() {
+  cd "Cataclysm-DDA-$_pkgver"
+
+  # tests "ifdef TILES" so "TILES=0" will enable tiles!
+  # DYNAMIC_LINKING appears to be a windows flag?
+  make PREFIX=/usr RELEASE=1 USE_XDG_DIR=1 BACKTRACE=0 ZLEVELS=1 LTO=1 
LOCALIZE=1 LANGUAGES=all
+  make PREFIX=/usr RELEASE=1 USE_XDG_DIR=1 BACKTRACE=0 ZLEVELS=1 LTO=1 
LOCALIZE=1 LANGUAGES=all TILES=1 SOUND=1
+  ./lang/compile_mo.sh
+}
+
+package_cataclysm-dda() {
+  cd "Cataclysm-DDA-$_pkgver"
+
+  make DESTDIR="$pkgdir" PREFIX="/usr" RELEASE=1 ZLEVELS=1 USE_HOME_DIR=1 
LTO=1 LOCALIZE=1 LANGUAGES=all install
+
+  # Docs
+  install -d "$pkgdir/usr/share/doc/cataclysm-dda"
+  cp -r doc/* "$pkgdir/usr/share/doc/cataclysm-dda"
+  # undo symlink
+

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

2021-04-14 Thread Kyle Keen via arch-commits
Date: Wednesday, April 14, 2021 @ 23:23:46
  Author: kkeen
Revision: 918929

upgpkg: cataclysm-dda 0.E.3-2 FS#62023, lua, lto

Modified:
  cataclysm-dda/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2021-04-14 23:18:08 UTC (rev 918928)
+++ PKGBUILD2021-04-14 23:23:46 UTC (rev 918929)
@@ -5,7 +5,7 @@
 pkgname=cataclysm-dda
 pkgver=0.E.3
 _pkgver=0.E-3
-pkgrel=1
+pkgrel=2
 pkgdesc="A post-apocalyptic roguelike."
 #url="http://cataclysmrl.blogspot.com/";
 #url="http://www.cataclysm.glyphgryph.com/";
@@ -13,7 +13,7 @@
 url="https://cataclysmdda.org/";
 arch=('x86_64')
 license=("CCPL:by-sa")
-depends=('ncurses' 'lua' 'hicolor-icon-theme' 'gettext')
+depends=('ncurses' 'hicolor-icon-theme' 'gettext')
 makedepends=('sdl2_image' 'sdl2_ttf' 'sdl2_mixer' 'freetype2' 'astyle')
 
source=("$pkgname-$_pkgver.tar.gz::https://github.com/CleverRaven/Cataclysm-DDA/archive/$_pkgver.tar.gz";)
 md5sums=('570177e7549168b648567c11f216c6c2')
@@ -22,7 +22,6 @@
   cd "Cataclysm-DDA-$_pkgver"
   sed -i 's/-Werror//' Makefile
   sed -i 's/ncursesw5-config/ncursesw6-config/' Makefile
-  #sed -i 's|"\(l.*h\)"|"lua5.1/\1"|' src/catalua.{h,cpp}
   sed -i 's/shell git/shell false/' Makefile
 }
 
@@ -31,15 +30,15 @@
 
   # tests "ifdef TILES" so "TILES=0" will enable tiles!
   # DYNAMIC_LINKING appears to be a windows flag?
-  make PREFIX=/usr RELEASE=1 USE_XDG_DIR=1 BACKTRACE=0 ZLEVELS=1 LUA=1
-  make PREFIX=/usr RELEASE=1 USE_XDG_DIR=1 BACKTRACE=0 ZLEVELS=1 LUA=1 TILES=1 
SOUND=1
-  #LUA_BINARY="/usr/bin/lua5.1"
+  make PREFIX=/usr RELEASE=1 USE_XDG_DIR=1 BACKTRACE=0 ZLEVELS=1 LTO=1 
LOCALIZE=1 LANGUAGES=all
+  make PREFIX=/usr RELEASE=1 USE_XDG_DIR=1 BACKTRACE=0 ZLEVELS=1 LTO=1 
LOCALIZE=1 LANGUAGES=all TILES=1 SOUND=1
+  ./lang/compile_mo.sh
 }
 
 package_cataclysm-dda() {
   cd "Cataclysm-DDA-$_pkgver"
 
-  make DESTDIR="$pkgdir" PREFIX="/usr" RELEASE=1 ZLEVELS=1 USE_HOME_DIR=1 
LUA=1 install
+  make DESTDIR="$pkgdir" PREFIX="/usr" RELEASE=1 ZLEVELS=1 USE_HOME_DIR=1 
LTO=1 LOCALIZE=1 LANGUAGES=all install
 
   # Docs
   install -d "$pkgdir/usr/share/doc/cataclysm-dda"
@@ -50,6 +49,17 @@
 
   # License
   install -Dm644 LICENSE.txt "$pkgdir/usr/share/licenses/$pkgname/LICENSE"
+
+  # Languages
+  cd lang/mo
+  for i in *; do
+install -d "${pkgdir}/usr/share/locale/${i}/LC_MESSAGES"
+cp "${i}/LC_MESSAGES/cataclysm-dda.mo" 
"${pkgdir}/usr/share/locale/${i}/LC_MESSAGES"
+  done
+ 
+  # Help
+  cd ./../..
+  cp -r --no-preserve=ownership "./data/help" "${pkgdir}/usr/share/${pkgname}/"
 }
 
 package_cataclysm-dda-tiles() {
@@ -57,7 +67,7 @@
   depends=('cataclysm-dda' 'sdl2_image' 'sdl2_ttf' 'freetype2' 'sdl2_mixer')
   cd "Cataclysm-DDA-$_pkgver"
 
-  make DESTDIR="$pkgdir" PREFIX="/usr" RELEASE=1 ZLEVELS=1 LUA=1 TILES=1 
SOUND=1 install
+  make DESTDIR="$pkgdir" PREFIX="/usr" RELEASE=1 ZLEVELS=1 TILES=1 SOUND=1 
LTO=1 LOCALIZE=1 LANGUAGES=all install
 
   # Icon
   install -D 'data/osx/AppIcon.iconset/icon_128x128.png' 
"$pkgdir/usr/share/icons/hicolor/128x128/apps/cataclysm-dda.png"


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

2021-04-14 Thread Anatol Pomozov via arch-commits
Date: Wednesday, April 14, 2021 @ 23:18:08
  Author: anatolik
Revision: 918928

archrelease: copy trunk to community-testing-x86_64

Added:
  gitlab/repos/community-testing-x86_64/
  gitlab/repos/community-testing-x86_64/PKGBUILD
(from rev 918927, gitlab/trunk/PKGBUILD)
  gitlab/repos/community-testing-x86_64/configs.patch
(from rev 918927, gitlab/trunk/configs.patch)
  gitlab/repos/community-testing-x86_64/environment
(from rev 918927, gitlab/trunk/environment)
  gitlab/repos/community-testing-x86_64/fixes.patch
(from rev 918927, gitlab/trunk/fixes.patch)
  gitlab/repos/community-testing-x86_64/gitlab-backup.service
(from rev 918927, gitlab/trunk/gitlab-backup.service)
  gitlab/repos/community-testing-x86_64/gitlab-backup.timer
(from rev 918927, gitlab/trunk/gitlab-backup.timer)
  gitlab/repos/community-testing-x86_64/gitlab-mailroom.service
(from rev 918927, gitlab/trunk/gitlab-mailroom.service)
  gitlab/repos/community-testing-x86_64/gitlab-puma.service
(from rev 918927, gitlab/trunk/gitlab-puma.service)
  gitlab/repos/community-testing-x86_64/gitlab-sidekiq.service
(from rev 918927, gitlab/trunk/gitlab-sidekiq.service)
  gitlab/repos/community-testing-x86_64/gitlab.install
(from rev 918927, gitlab/trunk/gitlab.install)
  gitlab/repos/community-testing-x86_64/gitlab.logrotate
(from rev 918927, gitlab/trunk/gitlab.logrotate)
  gitlab/repos/community-testing-x86_64/gitlab.target
(from rev 918927, gitlab/trunk/gitlab.target)
  gitlab/repos/community-testing-x86_64/gitlab.tmpfiles.d
(from rev 918927, gitlab/trunk/gitlab.tmpfiles.d)

-+
 PKGBUILD|  185 ++
 configs.patch   |  319 ++
 environment |3 
 fixes.patch |   20 ++
 gitlab-backup.service   |   19 ++
 gitlab-backup.timer |   10 +
 gitlab-mailroom.service |   21 +++
 gitlab-puma.service |   34 
 gitlab-sidekiq.service  |   30 
 gitlab.install  |   34 
 gitlab.logrotate|6 
 gitlab.target   |7 +
 gitlab.tmpfiles.d   |1 
 13 files changed, 689 insertions(+)

Copied: gitlab/repos/community-testing-x86_64/PKGBUILD (from rev 918927, 
gitlab/trunk/PKGBUILD)
===
--- community-testing-x86_64/PKGBUILD   (rev 0)
+++ community-testing-x86_64/PKGBUILD   2021-04-14 23:18:08 UTC (rev 918928)
@@ -0,0 +1,185 @@
+# Maintainer: Anatol Pomozov 
+# Contributor: Sven-Hendrik Haase 
+# Contributor: Pavol (Lopo) Hluchy 
+# Contributor: Jonas Heinrich 
+# Contributor: Massimiliano Torromeo 
+# Contributor: Tobias Hunger 
+# Contributor: Stefan Tatschner 
+# Contributor: Caleb Maclennan 
+
+pkgname=gitlab
+pkgver=13.10.3
+pkgrel=1
+pkgdesc="Project management and code hosting application"
+arch=('x86_64')
+url="https://gitlab.com/gitlab-org/gitlab-foss";
+license=('MIT')
+options=(!buildflags)
+depends=('ruby2.7' 'git' 'gitlab-workhorse' 'gitlab-gitaly' 'openssh' 'redis' 
'libxslt' 'icu' 're2' 'http-parser' 'nodejs' 'openssl')
+makedepends=('cmake' 'postgresql' 'yarn' 'go' 'nodejs')
+optdepends=('postgresql: database backend'
+'python-docutils: reStructuredText markup language support'
+'smtp-server: mail server in order to receive mail notifications')
+backup=("etc/webapps/gitlab/database.yml"
+"etc/webapps/gitlab/gitlab.yml"
+"etc/webapps/gitlab/resque.yml"
+"etc/webapps/gitlab/puma.rb"
+"etc/webapps/gitlab/smtp_settings.rb"
+"etc/logrotate.d/gitlab")
+source=(git+https://gitlab.com/gitlab-org/gitlab-foss.git#tag=v$pkgver
+configs.patch
+fixes.patch
+environment
+gitlab-puma.service
+gitlab-sidekiq.service
+gitlab-backup.service
+gitlab-mailroom.service
+gitlab-backup.timer
+gitlab.target
+gitlab.tmpfiles.d
+gitlab.logrotate)
+install='gitlab.install'
+sha512sums=('SKIP'
+
'a50f76a24b0f2ece42f67a8bf194617e025c95f14e2010a5f91b3b1ae00ba81a4f1d8a067cec0d549820aa0a6df7eae029f93b81a2e1f339f9e80429cd4d8d37'
+
'd8800af5b58e25a7baba9d4aba024715afe166919532b2919b29fc4f8901049ec467f87000fa11f448feddf4f423b39248e97129e3677bdbd980de260104fe8c'
+
'5b1ca2958f03a5baf1c5576a1568072e8ed749e2d15745ecbcc4860d2dbd543f2f3ed077e8d87afac2670c9436b19fe498217b49916d56a4e31fb9811aeb9067'
+
'451a030940f124bccd6d29c1924861b361d52db32cff6e745c144286c2afc7065e117f825721145ed2dd4406f5bcfa97e228a80b968aaa9a675613b71b776eba'
+
'419848c668928276620b5229e457a39e0ed7e111f1da68a30c3e0ae1a644af1c869b004b35435ccec4ddcdf6cf7418b1ab71e6e2ee8a2c861c6625c8bfd908f6'
+
'd86e16747ad79f514ce180646c68bec8b6fa61764b2b14b1621db998f48955c3fb81f4e19ecb0fbab9d603dd25d95929e6d72a473652608373e6551f26244738'
+
'f8067d1ee444a50dc9b2ed871974225ad521c310eb191e075

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

2021-04-14 Thread Anatol Pomozov via arch-commits
Date: Wednesday, April 14, 2021 @ 23:15:57
  Author: anatolik
Revision: 918927

upgpkg: gitlab 13.10.3-1

Modified:
  gitlab/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2021-04-14 22:43:52 UTC (rev 918926)
+++ PKGBUILD2021-04-14 23:15:57 UTC (rev 918927)
@@ -8,7 +8,7 @@
 # Contributor: Caleb Maclennan 
 
 pkgname=gitlab
-pkgver=13.10.2
+pkgver=13.10.3
 pkgrel=1
 pkgdesc="Project management and code hosting application"
 arch=('x86_64')


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

2021-04-14 Thread Felix Yan via arch-commits
Date: Wednesday, April 14, 2021 @ 22:43:52
  Author: felixonmars
Revision: 918926

archrelease: copy trunk to community-x86_64

Added:
  dart/repos/community-x86_64/PKGBUILD
(from rev 918925, dart/trunk/PKGBUILD)
Deleted:
  dart/repos/community-x86_64/PKGBUILD

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

Deleted: PKGBUILD
===
--- PKGBUILD2021-04-14 22:43:37 UTC (rev 918925)
+++ PKGBUILD2021-04-14 22:43:52 UTC (rev 918926)
@@ -1,61 +0,0 @@
-# Maintainer: Alexander Rødseth 
-# Maintainer: Felix Yan 
-# Contributor: T. Jameson Little 
-# Contributor: Usagi Ito 
-# Contributor: siasia 
-# Contributor: Julien Nicoulaud 
-
-pkgname=dart
-pkgver=2.12.2
-pkgrel=1
-pkgdesc='The dart programming language SDK'
-arch=('x86_64')
-url='https://www.dartlang.org/'
-depends=('bash')
-license=('BSD')
-makedepends=('setconf')
-options=('!strip')
-source=("$pkgname-$pkgver-64.zip::https://storage.googleapis.com/dart-archive/channels/stable/release/$pkgver/sdk/dartsdk-linux-x64-release.zip";)
-sha512sums=('b475f56d53836ad06ba3a89c45467524d345daeb4c6d096eb6419c0714474e2ee394df993c22e7e372265cb0bce83e8b9c8d7d46a027bf37f3e4ad0e44a8fe14')
-
-prepare() {
-  # Fix permissions
-  find "$pkgname-sdk" -type d -exec chmod a+rx '{}' + \
--or -type f -exec chmod a+r '{}' +
-
-  cd "$pkgname-sdk/bin"
-
-  # Configure paths
-  for _f in dart2js dartanalyzer pub dartfmt dartdevc dartdoc; do
-setconf $_f BIN_DIR "/opt/$pkgname-sdk/bin"
-setconf $_f PROG_NAME "/opt/$pkgname-sdk/bin/$_f"
-setconf $_f SDK_DIR "/opt/$pkgname-sdk/"
-  done
-
-  # Extract license (AUTHORS and LICENSE files are missing)
-  head -n5 "../include/dart_api.h" > ../../LICENSE
-}
-
-package() {
-  # Create directories
-  install -d "$pkgdir"{"/opt/$pkgname-sdk",/usr/{bin,"share/doc/$pkgname-sdk"}}
-
-  # Package the files
-  cp -a "$pkgname-sdk/"* "$pkgdir/opt/$pkgname-sdk/"
-
-  # Set up symbolic links for the executables
-  for f in dart dart2js dartanalyzer pub dartfmt dartdevc dartdoc dart2native 
dartaotruntime; do
-ln -s "/opt/$pkgname-sdk/bin/$f" "$pkgdir/usr/bin/$f"
-  done
-
-  # Package samples and documentation
-  for f in samples about.html about_files; do
-echo mv "$pkgdir/opt/$pkgname-sdk/$f" "$pkgdir/usr/share/doc/$pkgname/"
-  done
-
-  # BSD License
-  install -Dm644 LICENSE \
-"$pkgdir/usr/share/licenses/$pkgname/LICENSE"
-}
-
-# vim:set ts=2 sw=2 et:

Copied: dart/repos/community-x86_64/PKGBUILD (from rev 918925, 
dart/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2021-04-14 22:43:52 UTC (rev 918926)
@@ -0,0 +1,61 @@
+# Maintainer: Alexander Rødseth 
+# Maintainer: Felix Yan 
+# Contributor: T. Jameson Little 
+# Contributor: Usagi Ito 
+# Contributor: siasia 
+# Contributor: Julien Nicoulaud 
+
+pkgname=dart
+pkgver=2.12.3
+pkgrel=1
+pkgdesc='The dart programming language SDK'
+arch=('x86_64')
+url='https://www.dartlang.org/'
+depends=('bash')
+license=('BSD')
+makedepends=('setconf')
+options=('!strip')
+source=("$pkgname-$pkgver-64.zip::https://storage.googleapis.com/dart-archive/channels/stable/release/$pkgver/sdk/dartsdk-linux-x64-release.zip";)
+sha512sums=('b65d99c8093b661c323490a9e5ff67bf862f0ca6b11987eb1a7a68baff0253cca84b677e49e14f3b888cd85036356d2fcea058fb02235fcbcfa1fd19fa88f160')
+
+prepare() {
+  # Fix permissions
+  find "$pkgname-sdk" -type d -exec chmod a+rx '{}' + \
+-or -type f -exec chmod a+r '{}' +
+
+  cd "$pkgname-sdk/bin"
+
+  # Configure paths
+  for _f in dart2js dartanalyzer pub dartfmt dartdevc dartdoc; do
+setconf $_f BIN_DIR "/opt/$pkgname-sdk/bin"
+setconf $_f PROG_NAME "/opt/$pkgname-sdk/bin/$_f"
+setconf $_f SDK_DIR "/opt/$pkgname-sdk/"
+  done
+
+  # Extract license (AUTHORS and LICENSE files are missing)
+  head -n5 "../include/dart_api.h" > ../../LICENSE
+}
+
+package() {
+  # Create directories
+  install -d "$pkgdir"{"/opt/$pkgname-sdk",/usr/{bin,"share/doc/$pkgname-sdk"}}
+
+  # Package the files
+  cp -a "$pkgname-sdk/"* "$pkgdir/opt/$pkgname-sdk/"
+
+  # Set up symbolic links for the executables
+  for f in dart dart2js dartanalyzer pub dartfmt dartdevc dartdoc dart2native 
dartaotruntime; do
+ln -s "/opt/$pkgname-sdk/bin/$f" "$pkgdir/usr/bin/$f"
+  done
+
+  # Package samples and documentation
+  for f in samples about.html about_files; do
+echo mv "$pkgdir/opt/$pkgname-sdk/$f" "$pkgdir/usr/share/doc/$pkgname/"
+  done
+
+  # BSD License
+  install -Dm644 LICENSE \
+"$pkgdir/usr/share/licenses/$pkgname/LICENSE"
+}
+
+# vim:set ts=2 sw=2 et:


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

2021-04-14 Thread Felix Yan via arch-commits
Date: Wednesday, April 14, 2021 @ 22:43:37
  Author: felixonmars
Revision: 918925

upgpkg: dart 2.12.3-1

Modified:
  dart/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2021-04-14 22:42:39 UTC (rev 918924)
+++ PKGBUILD2021-04-14 22:43:37 UTC (rev 918925)
@@ -6,7 +6,7 @@
 # Contributor: Julien Nicoulaud 
 
 pkgname=dart
-pkgver=2.12.2
+pkgver=2.12.3
 pkgrel=1
 pkgdesc='The dart programming language SDK'
 arch=('x86_64')
@@ -16,7 +16,7 @@
 makedepends=('setconf')
 options=('!strip')
 
source=("$pkgname-$pkgver-64.zip::https://storage.googleapis.com/dart-archive/channels/stable/release/$pkgver/sdk/dartsdk-linux-x64-release.zip";)
-sha512sums=('b475f56d53836ad06ba3a89c45467524d345daeb4c6d096eb6419c0714474e2ee394df993c22e7e372265cb0bce83e8b9c8d7d46a027bf37f3e4ad0e44a8fe14')
+sha512sums=('b65d99c8093b661c323490a9e5ff67bf862f0ca6b11987eb1a7a68baff0253cca84b677e49e14f3b888cd85036356d2fcea058fb02235fcbcfa1fd19fa88f160')
 
 prepare() {
   # Fix permissions


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

2021-04-14 Thread Jonas Witschel via arch-commits
Date: Wednesday, April 14, 2021 @ 22:42:39
  Author: diabonas
Revision: 918924

archrelease: copy trunk to community-x86_64

Added:
  clevis/repos/community-x86_64/PKGBUILD
(from rev 918923, clevis/trunk/PKGBUILD)
Deleted:
  clevis/repos/community-x86_64/PKGBUILD

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

Deleted: PKGBUILD
===
--- PKGBUILD2021-04-14 22:42:34 UTC (rev 918923)
+++ PKGBUILD2021-04-14 22:42:39 UTC (rev 918924)
@@ -1,49 +0,0 @@
-# Maintainer: Jonas Witschel 
-pkgname=clevis
-pkgver=16
-_commit=ca793a526fbb73cfe72ce046f98a49b8b6779ccd # git rev-parse "v$pkgver^{}"
-pkgrel=1
-pkgdesc='Automated Encryption Framework'
-arch=('x86_64')
-url='https://github.com/latchset/clevis'
-license=('GPL3')
-depends=('bash' 'jose')
-makedepends=('git' 'meson' 'asciidoc' 'audit' 'bash-completion' 'cryptsetup' 
'dracut' 'glib2'
- 'jansson' 'libpwquality' 'luksmeta' 'openssl' 'tpm2-tools' 
'udisks2')
-checkdepends=('jq' 'tang')
-optdepends=('audit: UDisks2 unlocker support'
-'cryptsetup: LUKS unlocker support'
-'curl: Tang pin support'
-'dracut: dracut unlocker support'
-'glib2: UDisks2 unlocker support'
-'jansson: SSS pin and UDisks2 unlocker support'
-'libpwquality: LUKS unlocker support'
-'luksmeta: LUKS and UDisks2 unlocker support'
-'nmap: dracut unlocker support'
-'openssl: SSS pin support'
-'tpm2-tools: TPM2 pin support'
-'udisks2: UDisks2 unlocker support')
-source=("git+$url.git?signed#commit=$_commit")
-sha512sums=('SKIP')
-validpgpkeys=('7CE2CB3D2AF59FE1EA22F551D0D219ED1F7E762C') # Sergio Correia 

-
-pkgver() {
-   cd "$pkgname"
-   git describe --tags | sed 's/^v//;s/\([^-]*-\)g/r\1/;s/-/./g'
-}
-
-build() {
-   cd "$pkgname"
-   meson --prefix=/usr --libexecdir=/usr/lib --buildtype=plain build
-   meson compile -C build
-}
-
-check() {
-   cd "$pkgname"
-   meson test -C build
-}
-
-package() {
-   cd "$pkgname"
-   DESTDIR="$pkgdir" meson install -C build
-}

Copied: clevis/repos/community-x86_64/PKGBUILD (from rev 918923, 
clevis/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2021-04-14 22:42:39 UTC (rev 918924)
@@ -0,0 +1,49 @@
+# Maintainer: Jonas Witschel 
+pkgname=clevis
+pkgver=17
+_commit=bb79b3bc9c5f0e63ee55495b18c7460d958c71a4 # git rev-parse "v$pkgver^{}"
+pkgrel=1
+pkgdesc='Automated Encryption Framework'
+arch=('x86_64')
+url='https://github.com/latchset/clevis'
+license=('GPL3')
+depends=('bash' 'jose')
+makedepends=('git' 'meson' 'asciidoc' 'audit' 'bash-completion' 'cryptsetup' 
'dracut' 'glib2'
+ 'jansson' 'libpwquality' 'luksmeta' 'openssl' 'tpm2-tools' 
'udisks2')
+checkdepends=('jq' 'tang')
+optdepends=('audit: UDisks2 unlocker support'
+'cryptsetup: LUKS unlocker support'
+'curl: Tang pin support'
+'dracut: dracut unlocker support'
+'glib2: UDisks2 unlocker support'
+'jansson: SSS pin and UDisks2 unlocker support'
+'libpwquality: LUKS unlocker support'
+'luksmeta: LUKS and UDisks2 unlocker support'
+'nmap: dracut unlocker support'
+'openssl: SSS pin support'
+'tpm2-tools: TPM2 pin support'
+'udisks2: UDisks2 unlocker support')
+source=("git+$url.git?signed#commit=$_commit")
+sha512sums=('SKIP')
+validpgpkeys=('7CE2CB3D2AF59FE1EA22F551D0D219ED1F7E762C') # Sergio Correia 

+
+pkgver() {
+   cd "$pkgname"
+   git describe --tags | sed 's/^v//;s/\([^-]*-\)g/r\1/;s/-/./g'
+}
+
+build() {
+   cd "$pkgname"
+   meson --prefix=/usr --libexecdir=/usr/lib --buildtype=plain build
+   meson compile -C build
+}
+
+check() {
+   cd "$pkgname"
+   meson test -C build
+}
+
+package() {
+   cd "$pkgname"
+   DESTDIR="$pkgdir" meson install -C build
+}


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

2021-04-14 Thread Jonas Witschel via arch-commits
Date: Wednesday, April 14, 2021 @ 22:42:34
  Author: diabonas
Revision: 918923

upgpkg: clevis 17-1: upstream release

Modified:
  clevis/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2021-04-14 21:40:55 UTC (rev 918922)
+++ PKGBUILD2021-04-14 22:42:34 UTC (rev 918923)
@@ -1,7 +1,7 @@
 # Maintainer: Jonas Witschel 
 pkgname=clevis
-pkgver=16
-_commit=ca793a526fbb73cfe72ce046f98a49b8b6779ccd # git rev-parse "v$pkgver^{}"
+pkgver=17
+_commit=bb79b3bc9c5f0e63ee55495b18c7460d958c71a4 # git rev-parse "v$pkgver^{}"
 pkgrel=1
 pkgdesc='Automated Encryption Framework'
 arch=('x86_64')


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

2021-04-14 Thread Kpcyrd via arch-commits
Date: Wednesday, April 14, 2021 @ 21:40:55
  Author: kpcyrd
Revision: 918922

archrelease: copy trunk to community-x86_64

Added:
  arch-audit-gtk/repos/community-x86_64/PKGBUILD
(from rev 918921, arch-audit-gtk/trunk/PKGBUILD)
Deleted:
  arch-audit-gtk/repos/community-x86_64/PKGBUILD

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

Deleted: PKGBUILD
===
--- PKGBUILD2021-04-14 21:40:37 UTC (rev 918921)
+++ PKGBUILD2021-04-14 21:40:55 UTC (rev 918922)
@@ -1,43 +0,0 @@
-# Maintainer: kpcyrd 
-
-pkgname=arch-audit-gtk
-pkgver=0.2.0
-pkgrel=1
-pkgdesc='Arch Linux Security Update Notifications'
-url='https://github.com/kpcyrd/arch-audit-gtk'
-arch=('x86_64')
-license=('GPL3')
-depends=('arch-audit' 'libappindicator-gtk3')
-optdepends=(
-  'gnome-shell-extension-appindicator: support for gnome3'
-)
-makedepends=('cargo' 'clang' 'llvm')
-source=(https://github.com/kpcyrd/${pkgname}/archive/v${pkgver}/${pkgname}-${pkgver}.tar.gz
-
https://github.com/kpcyrd/${pkgname}/releases/download/v${pkgver}/${pkgname}-${pkgver}.tar.gz.asc)
-sha512sums=('73868b8b9ec7774025923e28f3f55a114744249eca747dd2a1262b3cc87f520c2a5b75023481c85dbf7c67bd5383b9c11949ea9df682891688316d73d96e3ee4'
-'SKIP')
-b2sums=('29c060468c1ad4191d6bb788f76512c0edaba9469e551ac77b8d05e51f77e7f233778a8aa025fa788d6200d0027b8b4fd91e4f2bbd5e9fe5a7f3b1a33e7219a5'
-'SKIP')
-
-validpgpkeys=("64B13F7117D6E07D661BBCE0FE763A64F5E54FD6")
-
-build() {
-  cd ${pkgname}-${pkgver}
-  cargo build --release --locked
-}
-
-check() {
-  cd ${pkgname}-${pkgver}
-  cargo test --release --locked
-}
-
-package() {
-  cd ${pkgname}-${pkgver}
-  install -Dm 755 target/release/${pkgname} -t "${pkgdir}/usr/bin"
-  install -Dm 644 icons/*.svg -t "${pkgdir}/usr/share/arch-audit-gtk/icons"
-  install -Dm 644 contrib/arch-audit-gtk.tmpfiles 
"${pkgdir}/usr/lib/tmpfiles.d/arch-audit-gtk.conf"
-  install -Dm 644 contrib/arch-audit-gtk.hook 
"${pkgdir}/usr/share/libalpm/hooks/arch-audit-gtk.hook"
-  install -Dm 644 contrib/arch-audit-gtk.desktop -t 
"${pkgdir}/etc/xdg/autostart"
-}
-
-# vim: ts=2 sw=2 et:

Copied: arch-audit-gtk/repos/community-x86_64/PKGBUILD (from rev 918921, 
arch-audit-gtk/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2021-04-14 21:40:55 UTC (rev 918922)
@@ -0,0 +1,46 @@
+# Maintainer: kpcyrd 
+
+pkgname=arch-audit-gtk
+pkgver=0.3.0
+pkgrel=1
+pkgdesc='Arch Linux Security Update Notifications'
+url='https://github.com/kpcyrd/arch-audit-gtk'
+arch=('x86_64')
+license=('GPL3')
+depends=('arch-audit' 'libappindicator-gtk3')
+optdepends=(
+  'gnome-shell-extension-appindicator: support for gnome3'
+)
+makedepends=('cargo' 'clang' 'llvm')
+source=(https://github.com/kpcyrd/${pkgname}/archive/v${pkgver}/${pkgname}-${pkgver}.tar.gz
+
https://github.com/kpcyrd/${pkgname}/releases/download/v${pkgver}/${pkgname}-${pkgver}.tar.gz.asc)
+sha512sums=('e66ae1ff1ab5f5e10ef2a7e126302a1a37f15f10711b82b123be0146b705cd1b72800e81c138cf396288c5a7b193d078a4023bd90c9d30b359a3ac6b4419a442'
+'SKIP')
+b2sums=('67b595febd920258a2f456864a31397710e5806c931c2225d2f0ebc65455256561ef9beee438ea68661e3a6cd12bfb7db23e5f50d8dd42ffd68a8ba3f9473817'
+'SKIP')
+
+validpgpkeys=("64B13F7117D6E07D661BBCE0FE763A64F5E54FD6")
+
+build() {
+  cd ${pkgname}-${pkgver}
+  cargo build --release --locked
+}
+
+check() {
+  cd ${pkgname}-${pkgver}
+  cargo test --release --locked
+}
+
+package() {
+  cd ${pkgname}-${pkgver}
+  install -Dm 755 target/release/${pkgname} -t "${pkgdir}/usr/bin"
+
+  install -d "${pkgdir}/usr/share/arch-audit-gtk/"
+  cp -R icons/ "${pkgdir}/usr/share/arch-audit-gtk/icons"
+
+  install -Dm 644 contrib/arch-audit-gtk.tmpfiles 
"${pkgdir}/usr/lib/tmpfiles.d/arch-audit-gtk.conf"
+  install -Dm 644 contrib/arch-audit-gtk.hook 
"${pkgdir}/usr/share/libalpm/hooks/arch-audit-gtk.hook"
+  install -Dm 644 contrib/arch-audit-gtk.desktop -t 
"${pkgdir}/etc/xdg/autostart"
+}
+
+# vim: ts=2 sw=2 et:


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

2021-04-14 Thread Kpcyrd via arch-commits
Date: Wednesday, April 14, 2021 @ 21:40:37
  Author: kpcyrd
Revision: 918921

upgpkg: arch-audit-gtk 0.3.0-1

Modified:
  arch-audit-gtk/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2021-04-14 21:00:01 UTC (rev 918920)
+++ PKGBUILD2021-04-14 21:40:37 UTC (rev 918921)
@@ -1,7 +1,7 @@
 # Maintainer: kpcyrd 
 
 pkgname=arch-audit-gtk
-pkgver=0.2.0
+pkgver=0.3.0
 pkgrel=1
 pkgdesc='Arch Linux Security Update Notifications'
 url='https://github.com/kpcyrd/arch-audit-gtk'
@@ -14,9 +14,9 @@
 makedepends=('cargo' 'clang' 'llvm')
 
source=(https://github.com/kpcyrd/${pkgname}/archive/v${pkgver}/${pkgname}-${pkgver}.tar.gz
 
https://github.com/kpcyrd/${pkgname}/releases/download/v${pkgver}/${pkgname}-${pkgver}.tar.gz.asc)
-sha512sums=('73868b8b9ec7774025923e28f3f55a114744249eca747dd2a1262b3cc87f520c2a5b75023481c85dbf7c67bd5383b9c11949ea9df682891688316d73d96e3ee4'
+sha512sums=('e66ae1ff1ab5f5e10ef2a7e126302a1a37f15f10711b82b123be0146b705cd1b72800e81c138cf396288c5a7b193d078a4023bd90c9d30b359a3ac6b4419a442'
 'SKIP')
-b2sums=('29c060468c1ad4191d6bb788f76512c0edaba9469e551ac77b8d05e51f77e7f233778a8aa025fa788d6200d0027b8b4fd91e4f2bbd5e9fe5a7f3b1a33e7219a5'
+b2sums=('67b595febd920258a2f456864a31397710e5806c931c2225d2f0ebc65455256561ef9beee438ea68661e3a6cd12bfb7db23e5f50d8dd42ffd68a8ba3f9473817'
 'SKIP')
 
 validpgpkeys=("64B13F7117D6E07D661BBCE0FE763A64F5E54FD6")
@@ -34,7 +34,10 @@
 package() {
   cd ${pkgname}-${pkgver}
   install -Dm 755 target/release/${pkgname} -t "${pkgdir}/usr/bin"
-  install -Dm 644 icons/*.svg -t "${pkgdir}/usr/share/arch-audit-gtk/icons"
+
+  install -d "${pkgdir}/usr/share/arch-audit-gtk/"
+  cp -R icons/ "${pkgdir}/usr/share/arch-audit-gtk/icons"
+
   install -Dm 644 contrib/arch-audit-gtk.tmpfiles 
"${pkgdir}/usr/lib/tmpfiles.d/arch-audit-gtk.conf"
   install -Dm 644 contrib/arch-audit-gtk.hook 
"${pkgdir}/usr/share/libalpm/hooks/arch-audit-gtk.hook"
   install -Dm 644 contrib/arch-audit-gtk.desktop -t 
"${pkgdir}/etc/xdg/autostart"


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

2021-04-14 Thread David Runge via arch-commits
Date: Wednesday, April 14, 2021 @ 20:59:59
  Author: dvzrv
Revision: 412472

archrelease: copy trunk to extra-x86_64

Added:
  irqbalance/repos/extra-x86_64/PKGBUILD
(from rev 412471, irqbalance/trunk/PKGBUILD)
Deleted:
  irqbalance/repos/extra-x86_64/PKGBUILD

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

Deleted: PKGBUILD
===
--- PKGBUILD2021-04-14 20:59:51 UTC (rev 412471)
+++ PKGBUILD2021-04-14 20:59:59 UTC (rev 412472)
@@ -1,44 +0,0 @@
-# Maintainer: David Runge 
-# Contributor: Dan McGee 
-# Contributor: Martin Striz 
-
-pkgname=irqbalance
-pkgver=1.7.0
-pkgrel=1
-pkgdesc="IRQ balancing daemon for SMP systems"
-arch=('x86_64')
-url="https://github.com/irqbalance/irqbalance";
-license=('GPL2')
-backup=('etc/irqbalance.env')
-depends=('glibc' 'libcap-ng')
-makedepends=('glib2' 'ncurses' 'numactl' 'systemd' 'systemd-libs')
-source=("$pkgname-$pkgver.tar.gz::https://github.com/${pkgname}/${pkgname}/archive/v$pkgver.tar.gz";)
-sha512sums=('2fa29c738275dda2fac38d78ca0ec4619826b72529e8eda7ad8ddcda5768bbf282e2260dddc16a8b46d4296289b25dc59684575ae1badca0c6c6ae30b1e9b5ea')
-b2sums=('1213b21c7d3979c9ba7d2298c21f7f0b75217d251ecfa02660ea0602a032d62c9c9b0254bf158e07e0fdcf55b35f332f5a17f929c7393dfdb894ca952dad52b4')
-
-prepare() {
-  cd "$pkgname-$pkgver"
-  # fix location of configuration and binary in service
-  sed -e 's|/path/to/|/etc/|g' \
-  -e 's|/usr/sbin|/usr/bin|g' \
-  -i "misc/${pkgname}.service"
-  autoreconf -vfi
-}
-
-build() {
-  cd "$pkgname-$pkgver"
-  ./configure --prefix=/usr \
-  --sbindir=/usr/bin \
-  --with-systemd
-  make
-}
-
-package() {
-  depends+=('libglib-2.0.so' 'libncursesw.so' 'libnuma.so' 'libsystemd.so')
-  cd "$pkgname-$pkgver"
-  make install DESTDIR="$pkgdir"
-  install -vDm 644 misc/irqbalance.service \
--t "${pkgdir}/usr/lib/systemd/system/"
-  install -vDm 644 misc/irqbalance.env -t "${pkgdir}/etc/"
-  install -vDm 644 {AUTHORS,README.md} -t "${pkgdir}/usr/share/doc/${pkgname}"
-}

Copied: irqbalance/repos/extra-x86_64/PKGBUILD (from rev 412471, 
irqbalance/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2021-04-14 20:59:59 UTC (rev 412472)
@@ -0,0 +1,44 @@
+# Maintainer: David Runge 
+# Contributor: Dan McGee 
+# Contributor: Martin Striz 
+
+pkgname=irqbalance
+pkgver=1.8.0
+pkgrel=1
+pkgdesc="IRQ balancing daemon for SMP systems"
+arch=('x86_64')
+url="https://github.com/irqbalance/irqbalance";
+license=('GPL2')
+backup=('etc/irqbalance.env')
+depends=('glibc')
+makedepends=('glib2' 'libcap-ng' 'ncurses' 'numactl' 'systemd' 'systemd-libs')
+source=("$pkgname-$pkgver.tar.gz::https://github.com/${pkgname}/${pkgname}/archive/v$pkgver.tar.gz";)
+sha512sums=('3d757198dbe680b010ed9233d73cbf3b4a150e6b07ef97d3e94f5fa0472a22b0b3800868634340fb413a18683ff95ff6a8f7fa51ace65d870651336479e32740')
+b2sums=('0181ee57c4ddbdb55e1529cfd7da4b875320eff65cb606f925f0b4f4243b51e1349d4aba38690a78d7deab6d3f55ae8d6c45af44a904f03d7127678202f288db')
+
+prepare() {
+  cd "$pkgname-$pkgver"
+  # fix location of configuration and binary in service
+  sed -e 's|/path/to/|/etc/|g' \
+  -e 's|/usr/sbin|/usr/bin|g' \
+  -i "misc/${pkgname}.service"
+  autoreconf -vfi
+}
+
+build() {
+  cd "$pkgname-$pkgver"
+  ./configure --prefix=/usr \
+  --sbindir=/usr/bin \
+  --with-systemd
+  make
+}
+
+package() {
+  depends+=('libglib-2.0.so' 'libcap-ng.so' 'libncursesw.so' 'libnuma.so' 
'libsystemd.so')
+  cd "$pkgname-$pkgver"
+  make install DESTDIR="$pkgdir"
+  install -vDm 644 misc/irqbalance.service \
+-t "${pkgdir}/usr/lib/systemd/system/"
+  install -vDm 644 misc/irqbalance.env -t "${pkgdir}/etc/"
+  install -vDm 644 {AUTHORS,README.md} -t "${pkgdir}/usr/share/doc/${pkgname}"
+}


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

2021-04-14 Thread David Runge via arch-commits
Date: Wednesday, April 14, 2021 @ 20:59:51
  Author: dvzrv
Revision: 412471

upgpkg: irqbalance 1.8.0-1: Upgrade to 1.8.0.

Add libcap-ng.so to depends.

Modified:
  irqbalance/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2021-04-14 20:42:04 UTC (rev 412470)
+++ PKGBUILD2021-04-14 20:59:51 UTC (rev 412471)
@@ -3,7 +3,7 @@
 # Contributor: Martin Striz 
 
 pkgname=irqbalance
-pkgver=1.7.0
+pkgver=1.8.0
 pkgrel=1
 pkgdesc="IRQ balancing daemon for SMP systems"
 arch=('x86_64')
@@ -10,11 +10,11 @@
 url="https://github.com/irqbalance/irqbalance";
 license=('GPL2')
 backup=('etc/irqbalance.env')
-depends=('glibc' 'libcap-ng')
-makedepends=('glib2' 'ncurses' 'numactl' 'systemd' 'systemd-libs')
+depends=('glibc')
+makedepends=('glib2' 'libcap-ng' 'ncurses' 'numactl' 'systemd' 'systemd-libs')
 
source=("$pkgname-$pkgver.tar.gz::https://github.com/${pkgname}/${pkgname}/archive/v$pkgver.tar.gz";)
-sha512sums=('2fa29c738275dda2fac38d78ca0ec4619826b72529e8eda7ad8ddcda5768bbf282e2260dddc16a8b46d4296289b25dc59684575ae1badca0c6c6ae30b1e9b5ea')
-b2sums=('1213b21c7d3979c9ba7d2298c21f7f0b75217d251ecfa02660ea0602a032d62c9c9b0254bf158e07e0fdcf55b35f332f5a17f929c7393dfdb894ca952dad52b4')
+sha512sums=('3d757198dbe680b010ed9233d73cbf3b4a150e6b07ef97d3e94f5fa0472a22b0b3800868634340fb413a18683ff95ff6a8f7fa51ace65d870651336479e32740')
+b2sums=('0181ee57c4ddbdb55e1529cfd7da4b875320eff65cb606f925f0b4f4243b51e1349d4aba38690a78d7deab6d3f55ae8d6c45af44a904f03d7127678202f288db')
 
 prepare() {
   cd "$pkgname-$pkgver"
@@ -34,7 +34,7 @@
 }
 
 package() {
-  depends+=('libglib-2.0.so' 'libncursesw.so' 'libnuma.so' 'libsystemd.so')
+  depends+=('libglib-2.0.so' 'libcap-ng.so' 'libncursesw.so' 'libnuma.so' 
'libsystemd.so')
   cd "$pkgname-$pkgver"
   make install DESTDIR="$pkgdir"
   install -vDm 644 misc/irqbalance.service \


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

2021-04-14 Thread Felix Yan via arch-commits
Date: Wednesday, April 14, 2021 @ 20:55:01
  Author: felixonmars
Revision: 918848

archrelease: copy trunk to community-staging-x86_64

Added:
  stack/repos/community-staging-x86_64/
  stack/repos/community-staging-x86_64/PKGBUILD
(from rev 918847, stack/trunk/PKGBUILD)
  stack/repos/community-staging-x86_64/optparse-applicative-0.16.patch
(from rev 918847, stack/trunk/optparse-applicative-0.16.patch)
  stack/repos/community-staging-x86_64/stack.install
(from rev 918847, stack/trunk/stack.install)

-+
 PKGBUILD|   81 ++
 optparse-applicative-0.16.patch |   25 +++
 stack.install   |4 +
 3 files changed, 110 insertions(+)

Copied: stack/repos/community-staging-x86_64/PKGBUILD (from rev 918847, 
stack/trunk/PKGBUILD)
===
--- community-staging-x86_64/PKGBUILD   (rev 0)
+++ community-staging-x86_64/PKGBUILD   2021-04-14 20:55:01 UTC (rev 918848)
@@ -0,0 +1,81 @@
+# Maintainer: Felix Yan 
+# Contributor: Arch Haskell Team 
+
+pkgname=stack
+pkgver=2.5.1
+pkgrel=185
+pkgdesc="The Haskell Tool Stack"
+url="https://github.com/commercialhaskell/stack";
+license=("BSD")
+arch=('x86_64')
+depends=('ghc-libs' 'haskell-aeson' 'haskell-annotated-wl-pprint' 
'haskell-ansi-terminal'
+ 'haskell-async' 'haskell-attoparsec' 'haskell-base64-bytestring' 
'haskell-casa-client'
+ 'haskell-casa-types' 'haskell-colour' 'haskell-conduit' 
'haskell-conduit-extra'
+ 'haskell-cryptonite' 'haskell-cryptonite-conduit' 'haskell-echo'
+ 'haskell-extra' 'haskell-file-embed' 'haskell-filelock' 
'haskell-fsnotify'
+ 'haskell-generic-deriving' 'haskell-githash' 
'haskell-hackage-security' 'haskell-hashable'
+ 'haskell-hi-file-parser' 'haskell-hpack' 'haskell-http-client' 
'haskell-http-client-tls'
+ 'haskell-http-conduit' 'haskell-http-download' 'haskell-http-types' 
'haskell-memory'
+ 'haskell-microlens' 'haskell-mintty' 'haskell-mono-traversable' 
'haskell-mustache'
+ 'haskell-neat-interpolation' 'haskell-network-uri' 
'haskell-open-browser'
+ 'haskell-optparse-applicative' 'haskell-optparse-generic' 
'haskell-optparse-simple'
+ 'haskell-pantry' 'haskell-path' 'haskell-path-io' 'haskell-persistent'
+ 'haskell-persistent-sqlite' 'haskell-persistent-template' 
'haskell-primitive'
+ 'haskell-project-template' 'haskell-regex-applicative-text' 
'haskell-retry' 'haskell-rio'
+ 'haskell-rio-prettyprint' 'haskell-split' 'haskell-streaming-commons' 
'haskell-tar'
+ 'haskell-temporary' 'haskell-text-metrics' 'haskell-th-reify-many' 
'haskell-tls'
+ 'haskell-typed-process' 'haskell-unicode-transforms' 
'haskell-unix-compat'
+ 'haskell-unliftio' 'haskell-unordered-containers' 'haskell-vector' 
'haskell-yaml'
+ 'haskell-zip-archive' 'haskell-zlib')
+makedepends=('ghc' 'git' 'haskell-quickcheck' 'haskell-hspec' 
'haskell-raw-strings-qq'
+ 'haskell-smallcheck')
+checkdepends=('cabal-install')
+conflicts=('haskell-stack')
+replaces=('haskell-stack')
+install="stack.install"
+source=("git+https://github.com/commercialhaskell/stack.git#tag=v$pkgver";
+optparse-applicative-0.16.patch)
+sha512sums=('SKIP'
+
'3ed61162edd869d5634e7e8485d784b9a192c97626da817635e6c756ca651454b5b806085aea6d7f8fd54041ae06e1613d9547958a85b777d2dfc35b02c0fbea')
+
+prepare() {
+  cd $pkgname
+  sed -i -e '/semigroups/d' $pkgname.cabal
+  sed -i '1i{-# LANGUAGE DataKinds #-}' src/Stack/Storage/User.hs 
src/Stack/Storage/Project.hs
+  patch -p1 -i ../optparse-applicative-0.16.patch
+}
+
+build() {
+  cd $pkgname
+
+  runhaskell Setup configure -O --enable-shared --enable-executable-dynamic 
--disable-library-vanilla \
+--prefix=/usr --docdir="/usr/share/doc/${pkgname}" --enable-tests \
+--dynlibdir=/usr/lib --libsubdir=\$compiler/site-local/\$pkgid \
+  -f-disable-git-info -f-integration-tests -f-static 
-f-hide-dependency-versions -f-supported-build \
+  --ghc-option='-pie'
+  runhaskell Setup build $MAKEFLAGS
+  runhaskell Setup register --gen-script
+  runhaskell Setup unregister --gen-script
+  sed -i -r -e "s|ghc-pkg.*update[^ ]* |&'--force' |" register.sh
+  sed -i -r -e "s|ghc-pkg.*unregister[^ ]* |&'--force' |" unregister.sh
+}
+
+check() {
+  cd $pkgname
+  # cabal update
+  LD_LIBRARY_PATH="$PWD"/dist/build PATH="$PWD"/dist/build/stack:"$PATH" 
runhaskell Setup test
+  # Integration tests will result in 4 failures on Arch currently
+}
+
+package() {
+  cd $pkgname
+
+  install -D -m744 register.sh   
"${pkgdir}/usr/share/haskell/register/${pkgname}.sh"
+  install -D -m744 unregister.sh 
"${pkgdir}/usr/share/haskell/unregister/${pkgname}.sh"
+  runhaskell Setup copy --destdir="${pkgdir}"
+  install -D -m644 LICENSE "$pkgdir"/usr/share/licenses/$pkgname/LICENSE
+  rm -f "$

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

2021-04-14 Thread Felix Yan via arch-commits
Date: Wednesday, April 14, 2021 @ 20:54:41
  Author: felixonmars
Revision: 918847

upgpkg: stack 2.5.1-185: rebuild with http-client 0.7.7

Modified:
  stack/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2021-04-14 20:50:01 UTC (rev 918846)
+++ PKGBUILD2021-04-14 20:54:41 UTC (rev 918847)
@@ -3,7 +3,7 @@
 
 pkgname=stack
 pkgver=2.5.1
-pkgrel=184
+pkgrel=185
 pkgdesc="The Haskell Tool Stack"
 url="https://github.com/commercialhaskell/stack";
 license=("BSD")


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

2021-04-14 Thread Felix Yan via arch-commits
Date: Wednesday, April 14, 2021 @ 20:50:01
  Author: felixonmars
Revision: 918846

archrelease: copy trunk to community-staging-x86_64

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

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

Copied: haskell-mustache/repos/community-staging-x86_64/PKGBUILD (from rev 
918845, haskell-mustache/trunk/PKGBUILD)
===
--- community-staging-x86_64/PKGBUILD   (rev 0)
+++ community-staging-x86_64/PKGBUILD   2021-04-14 20:50:01 UTC (rev 918846)
@@ -0,0 +1,44 @@
+# Maintainer: Felix Yan 
+
+_hkgname=mustache
+pkgname=haskell-mustache
+pkgver=2.3.1
+pkgrel=310
+pkgdesc="A mustache template parser library."
+url="https://github.com/JustusAdam/mustache";
+license=('BSD')
+arch=('x86_64')
+depends=('ghc-libs' 'haskell-aeson' 'haskell-either' 
'haskell-unordered-containers' 'haskell-vector'
+ 'haskell-scientific' 'haskell-th-lift' 'haskell-cmdargs' 
'haskell-yaml')
+makedepends=('ghc' 'haskell-hspec' 'haskell-base-unicode-symbols' 
'haskell-wreq' 'haskell-zlib'
+ 'haskell-tar' 'haskell-lens' 'haskell-temporary')
+source=(https://hackage.haskell.org/packages/archive/${_hkgname}/${pkgver}/${_hkgname}-${pkgver}.tar.gz)
+sha512sums=('162360cb635d40086721d4dd350036884207679b240d30420b9fc71eebef847e542bd143275931a22a42c583d513d0c906a6b112d780824dc189ad07e3027aa3')
+
+build() {
+cd $_hkgname-$pkgver
+
+runhaskell Setup configure -O --enable-shared --enable-executable-dynamic 
--disable-library-vanilla \
+--prefix=/usr --docdir=/usr/share/doc/$pkgname --enable-tests \
+--dynlibdir=/usr/lib --libsubdir=\$compiler/site-local/\$pkgid
+runhaskell Setup build $MAKEFLAGS
+runhaskell Setup register --gen-script
+runhaskell Setup unregister --gen-script
+sed -i -r -e "s|ghc-pkg.*update[^ ]* |&'--force' |" register.sh
+sed -i -r -e "s|ghc-pkg.*unregister[^ ]* |&'--force' |" unregister.sh
+}
+
+check() {
+cd $_hkgname-$pkgver
+runhaskell Setup test
+}
+
+package() {
+cd $_hkgname-$pkgver
+
+install -D -m744 register.sh 
"$pkgdir"/usr/share/haskell/register/$pkgname.sh
+install -D -m744 unregister.sh 
"$pkgdir"/usr/share/haskell/unregister/$pkgname.sh
+runhaskell Setup copy --destdir="$pkgdir"
+install -D -m644 LICENSE "$pkgdir"/usr/share/licenses/$pkgname/LICENSE
+rm -f "$pkgdir"/usr/share/doc/$pkgname/LICENSE
+}


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

2021-04-14 Thread Felix Yan via arch-commits
Date: Wednesday, April 14, 2021 @ 20:49:48
  Author: felixonmars
Revision: 918845

upgpkg: haskell-mustache 2.3.1-310: rebuild with http-client 0.7.7

Modified:
  haskell-mustache/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2021-04-14 20:48:49 UTC (rev 918844)
+++ PKGBUILD2021-04-14 20:49:48 UTC (rev 918845)
@@ -3,7 +3,7 @@
 _hkgname=mustache
 pkgname=haskell-mustache
 pkgver=2.3.1
-pkgrel=309
+pkgrel=310
 pkgdesc="A mustache template parser library."
 url="https://github.com/JustusAdam/mustache";
 license=('BSD')


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

2021-04-14 Thread Felix Yan via arch-commits
Date: Wednesday, April 14, 2021 @ 20:48:49
  Author: felixonmars
Revision: 918844

archrelease: copy trunk to community-staging-x86_64

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

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

Copied: haskell-wreq/repos/community-staging-x86_64/PKGBUILD (from rev 918843, 
haskell-wreq/trunk/PKGBUILD)
===
--- community-staging-x86_64/PKGBUILD   (rev 0)
+++ community-staging-x86_64/PKGBUILD   2021-04-14 20:48:49 UTC (rev 918844)
@@ -0,0 +1,51 @@
+# Maintainer: Felix Yan 
+
+_hkgname=wreq
+pkgname=haskell-wreq
+pkgver=0.5.3.3
+pkgrel=41
+pkgdesc="An easy-to-use HTTP client library."
+url="https://github.com/bos/wreq";
+license=('BSD')
+arch=('x86_64')
+depends=('ghc-libs' 'haskell-aeson' 'haskell-attoparsec' 
'haskell-authenticate-oauth'
+ 'haskell-base16-bytestring' 'haskell-case-insensitive' 
'haskell-cryptonite'
+ 'haskell-hashable' 'haskell-http-client' 'haskell-http-client-tls'
+ 'haskell-http-types' 'haskell-lens' 'haskell-lens-aeson' 
'haskell-memory'
+ 'haskell-mime-types' 'haskell-psqueues' 'haskell-time-locale-compat'
+ 'haskell-unordered-containers' 'haskell-aeson-pretty' 
'haskell-base64-bytestring'
+ 'haskell-snap-core' 'haskell-snap-server' 'haskell-unix-compat' 
'haskell-uuid')
+makedepends=('ghc' 'haskell-cabal-doctest' 'haskell-doctest' 'haskell-hunit' 
'haskell-quickcheck'
+ 'haskell-network-info' 'haskell-temporary' 
'haskell-test-framework'
+ 'haskell-test-framework-hunit' 
'haskell-test-framework-quickcheck2' 'haskell-vector')
+source=(https://hackage.haskell.org/packages/archive/${_hkgname}/${pkgver}/${_hkgname}-${pkgver}.tar.gz)
+sha512sums=('f074790cf3370d9356efbf5aeabb7421d59299471e02d93010453bb6f4e8daee517fcdf6891245272a9b08a35bc7b1b2233b75825ec377f6403c99cf91041f2e')
+
+build() {
+cd $_hkgname-$pkgver
+
+runhaskell Setup configure -O --enable-shared --enable-executable-dynamic 
--disable-library-vanilla \
+--prefix=/usr --docdir=/usr/share/doc/$pkgname --enable-tests \
+--dynlibdir=/usr/lib --libsubdir=\$compiler/site-local/\$pkgid \
+-fdoctest -f-aws -fhttpbin -f-developer
+runhaskell Setup build $MAKEFLAGS
+runhaskell Setup register --gen-script
+runhaskell Setup unregister --gen-script
+sed -i -r -e "s|ghc-pkg.*update[^ ]* |&'--force' |" register.sh
+sed -i -r -e "s|ghc-pkg.*unregister[^ ]* |&'--force' |" unregister.sh
+}
+
+check() {
+cd $_hkgname-$pkgver
+runhaskell Setup test || echo "Tests failed"
+}
+
+package() {
+cd $_hkgname-$pkgver
+
+install -D -m744 register.sh 
"$pkgdir"/usr/share/haskell/register/$pkgname.sh
+install -D -m744 unregister.sh 
"$pkgdir"/usr/share/haskell/unregister/$pkgname.sh
+runhaskell Setup copy --destdir="$pkgdir"
+install -D -m644 LICENSE.md 
"$pkgdir"/usr/share/licenses/$pkgname/LICENSE.md
+rm -f "$pkgdir"/usr/share/doc/$pkgname/LICENSE.md
+}


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

2021-04-14 Thread Felix Yan via arch-commits
Date: Wednesday, April 14, 2021 @ 20:48:35
  Author: felixonmars
Revision: 918843

upgpkg: haskell-wreq 0.5.3.3-41: rebuild with http-client 0.7.7

Modified:
  haskell-wreq/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2021-04-14 20:48:09 UTC (rev 918842)
+++ PKGBUILD2021-04-14 20:48:35 UTC (rev 918843)
@@ -3,7 +3,7 @@
 _hkgname=wreq
 pkgname=haskell-wreq
 pkgver=0.5.3.3
-pkgrel=40
+pkgrel=41
 pkgdesc="An easy-to-use HTTP client library."
 url="https://github.com/bos/wreq";
 license=('BSD')


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

2021-04-14 Thread Kyle Keen via arch-commits
Date: Wednesday, April 14, 2021 @ 20:48:09
  Author: kkeen
Revision: 918842

archrelease: copy trunk to community-any

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

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

Deleted: PKGBUILD
===
--- PKGBUILD2021-04-14 20:47:57 UTC (rev 918841)
+++ PKGBUILD2021-04-14 20:48:09 UTC (rev 918842)
@@ -1,21 +0,0 @@
-# Maintainer: Kyle Keen 
-# Contributor: Will Shanks 
-
-pkgname=python-terminado
-_pkgname=terminado
-pkgver=0.9.3
-pkgrel=1
-pkgdesc="Terminals served to term.js using Tornado websockets"
-url="https://github.com/takluyver/terminado";
-arch=('any')
-license=('BSD')
-depends=('python-tornado' 'python-ptyprocess')
-makedepends=('python-setuptools' 'python-tornado' 'python-ptyprocess')
-source=("https://files.pythonhosted.org/packages/source/t/terminado/terminado-$pkgver.tar.gz";)
-md5sums=('f17008510e21c30a0c303712eeefc126')
-
-package() {
-  cd "$srcdir/$_pkgname-$pkgver"
-  python3 setup.py install --root="$pkgdir/" --prefix=/usr --optimize=0
-  install -Dm644 LICENSE "$pkgdir/usr/share/licenses/python-$_pkgname/LICENSE"
-}

Copied: python-terminado/repos/community-any/PKGBUILD (from rev 918841, 
python-terminado/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2021-04-14 20:48:09 UTC (rev 918842)
@@ -0,0 +1,21 @@
+# Maintainer: Kyle Keen 
+# Contributor: Will Shanks 
+
+pkgname=python-terminado
+_pkgname=terminado
+pkgver=0.9.4
+pkgrel=1
+pkgdesc="Terminals served to term.js using Tornado websockets"
+url="https://github.com/takluyver/terminado";
+arch=('any')
+license=('BSD')
+depends=('python-tornado' 'python-ptyprocess')
+makedepends=('python-setuptools' 'python-tornado' 'python-ptyprocess')
+source=("https://files.pythonhosted.org/packages/source/t/terminado/terminado-$pkgver.tar.gz";)
+md5sums=('6cf3da1b8845167916371f32d3175006')
+
+package() {
+  cd "$srcdir/$_pkgname-$pkgver"
+  python3 setup.py install --root="$pkgdir/" --prefix=/usr --optimize=0
+  install -Dm644 LICENSE "$pkgdir/usr/share/licenses/python-$_pkgname/LICENSE"
+}


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

2021-04-14 Thread Kyle Keen via arch-commits
Date: Wednesday, April 14, 2021 @ 20:47:57
  Author: kkeen
Revision: 918841

upgpkg: python-terminado 0.9.4-1

Modified:
  python-terminado/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2021-04-14 20:46:52 UTC (rev 918840)
+++ PKGBUILD2021-04-14 20:47:57 UTC (rev 918841)
@@ -3,7 +3,7 @@
 
 pkgname=python-terminado
 _pkgname=terminado
-pkgver=0.9.3
+pkgver=0.9.4
 pkgrel=1
 pkgdesc="Terminals served to term.js using Tornado websockets"
 url="https://github.com/takluyver/terminado";
@@ -12,7 +12,7 @@
 depends=('python-tornado' 'python-ptyprocess')
 makedepends=('python-setuptools' 'python-tornado' 'python-ptyprocess')
 
source=("https://files.pythonhosted.org/packages/source/t/terminado/terminado-$pkgver.tar.gz";)
-md5sums=('f17008510e21c30a0c303712eeefc126')
+md5sums=('6cf3da1b8845167916371f32d3175006')
 
 package() {
   cd "$srcdir/$_pkgname-$pkgver"


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

2021-04-14 Thread Felix Yan via arch-commits
Date: Wednesday, April 14, 2021 @ 20:46:52
  Author: felixonmars
Revision: 918840

archrelease: copy trunk to community-staging-x86_64

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

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

Copied: haskell-req/repos/community-staging-x86_64/PKGBUILD (from rev 918839, 
haskell-req/trunk/PKGBUILD)
===
--- community-staging-x86_64/PKGBUILD   (rev 0)
+++ community-staging-x86_64/PKGBUILD   2021-04-14 20:46:52 UTC (rev 918840)
@@ -0,0 +1,49 @@
+# Maintainer: Felix Yan 
+
+_hkgname=req
+pkgname=haskell-req
+pkgver=3.9.0
+pkgrel=61
+pkgdesc="Easy-to-use, type-safe, expandable, high-level HTTP client library"
+url="https://github.com/mrkkrp/req";
+license=('BSD')
+arch=('x86_64')
+depends=('ghc-libs' 'haskell-aeson' 'haskell-authenticate-oauth' 
'haskell-blaze-builder'
+ 'haskell-case-insensitive' 'haskell-connection' 
'haskell-http-api-data'
+ 'haskell-http-client' 'haskell-http-client-tls' 'haskell-http-types' 
'haskell-modern-uri'
+ 'haskell-monad-control' 'haskell-retry' 'haskell-transformers-base' 
'haskell-unliftio-core')
+makedepends=('ghc' 'haskell-quickcheck' 'haskell-hspec' 'haskell-hspec-core'
+ 'haskell-unordered-containers')
+source=("https://hackage.haskell.org/packages/archive/$_hkgname/$pkgver/$_hkgname-$pkgver.tar.gz";)
+sha512sums=('758930cc26a51251854903f74d4bf9ce1c745b8ec0698c66674805ae862ebf0f4e3144a79d08fe2d6ebc083e393971cfc6500ad2021d2570782328f1cb8c567b')
+
+build() {
+  cd $_hkgname-$pkgver
+
+  runhaskell Setup configure -O --enable-shared --enable-executable-dynamic 
--disable-library-vanilla \
+--prefix=/usr --docdir=/usr/share/doc/$pkgname --enable-tests \
+--dynlibdir=/usr/lib --libsubdir=\$compiler/site-local/\$pkgid \
+--ghc-option=-optl-Wl\,-z\,relro\,-z\,now \
+--ghc-option='-pie'
+
+  runhaskell Setup build $MAKEFLAGS
+  runhaskell Setup register --gen-script
+  runhaskell Setup unregister --gen-script
+  sed -i -r -e "s|ghc-pkg.*update[^ ]* |&'--force' |" register.sh
+  sed -i -r -e "s|ghc-pkg.*unregister[^ ]* |&'--force' |" unregister.sh
+}
+
+check() {
+  cd $_hkgname-$pkgver
+  runhaskell Setup test
+}
+
+package() {
+  cd $_hkgname-$pkgver
+
+  install -D -m744 register.sh "$pkgdir"/usr/share/haskell/register/$pkgname.sh
+  install -D -m744 unregister.sh 
"$pkgdir"/usr/share/haskell/unregister/$pkgname.sh
+  runhaskell Setup copy --destdir="$pkgdir"
+  install -D -m644 LICENSE.md -t "$pkgdir"/usr/share/licenses/$pkgname/
+  rm -f "$pkgdir"/usr/share/doc/$pkgname/LICENSE.md
+}


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

2021-04-14 Thread Felix Yan via arch-commits
Date: Wednesday, April 14, 2021 @ 20:46:38
  Author: felixonmars
Revision: 918839

upgpkg: haskell-req 3.9.0-61: rebuild with http-client 0.7.7

Modified:
  haskell-req/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2021-04-14 20:45:07 UTC (rev 918838)
+++ PKGBUILD2021-04-14 20:46:38 UTC (rev 918839)
@@ -3,7 +3,7 @@
 _hkgname=req
 pkgname=haskell-req
 pkgver=3.9.0
-pkgrel=60
+pkgrel=61
 pkgdesc="Easy-to-use, type-safe, expandable, high-level HTTP client library"
 url="https://github.com/mrkkrp/req";
 license=('BSD')


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

2021-04-14 Thread Felix Yan via arch-commits
Date: Wednesday, April 14, 2021 @ 20:45:07
  Author: felixonmars
Revision: 918838

archrelease: copy trunk to community-staging-x86_64

Added:
  haskell-authenticate-oauth/repos/community-staging-x86_64/
  haskell-authenticate-oauth/repos/community-staging-x86_64/PKGBUILD
(from rev 918837, haskell-authenticate-oauth/trunk/PKGBUILD)

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

Copied: haskell-authenticate-oauth/repos/community-staging-x86_64/PKGBUILD 
(from rev 918837, haskell-authenticate-oauth/trunk/PKGBUILD)
===
--- community-staging-x86_64/PKGBUILD   (rev 0)
+++ community-staging-x86_64/PKGBUILD   2021-04-14 20:45:07 UTC (rev 918838)
@@ -0,0 +1,44 @@
+# Maintainer: Felix Yan 
+
+_hkgname=authenticate-oauth
+pkgname=haskell-authenticate-oauth
+pkgver=1.6.0.1
+pkgrel=265
+pkgdesc="Library to authenticate with OAuth for Haskell web applications."
+url="https://github.com/yesodweb/authenticate";
+license=('BSD')
+arch=('x86_64')
+depends=('ghc-libs' 'haskell-http-client' 'haskell-crypto-pubkey-types' 
'haskell-rsa'
+ 'haskell-data-default' 'haskell-base64-bytestring' 'haskell-sha' 
'haskell-random'
+ 'haskell-http-types' 'haskell-blaze-builder' 
'haskell-transformers-compat')
+makedepends=('ghc')
+source=(https://hackage.haskell.org/packages/archive/${_hkgname}/${pkgver}/${_hkgname}-${pkgver}.tar.gz)
+sha512sums=('b2a6310097a6edc5bd3c38052a2eca73d3f398c0b9ff4b8f1d43a1f4dc83b7297df12f3fc0bfdecfce17e600f90b13c4c9e3f31c02b17d7fec0134a34c093fd6')
+
+prepare() {
+cd $_hkgname-$pkgver
+sed -i 's/< *1.1/<2/' $_hkgname.cabal
+}
+
+build() {
+cd $_hkgname-$pkgver
+
+runhaskell Setup configure -O --enable-shared --enable-executable-dynamic 
--disable-library-vanilla \
+--prefix=/usr --docdir=/usr/share/doc/$pkgname \
+--dynlibdir=/usr/lib --libsubdir=\$compiler/site-local/\$pkgid
+runhaskell Setup build $MAKEFLAGS
+runhaskell Setup register --gen-script
+runhaskell Setup unregister --gen-script
+sed -i -r -e "s|ghc-pkg.*update[^ ]* |&'--force' |" register.sh
+sed -i -r -e "s|ghc-pkg.*unregister[^ ]* |&'--force' |" unregister.sh
+}
+
+package() {
+cd $_hkgname-$pkgver
+
+install -D -m744 register.sh 
"$pkgdir"/usr/share/haskell/register/$pkgname.sh
+install -D -m744 unregister.sh 
"$pkgdir"/usr/share/haskell/unregister/$pkgname.sh
+runhaskell Setup copy --destdir="$pkgdir"
+install -D -m644 LICENSE "$pkgdir"/usr/share/licenses/$pkgname/LICENSE
+rm -f "$pkgdir"/usr/share/doc/$pkgname/LICENSE
+}


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

2021-04-14 Thread Felix Yan via arch-commits
Date: Wednesday, April 14, 2021 @ 20:44:54
  Author: felixonmars
Revision: 918837

upgpkg: haskell-authenticate-oauth 1.6.0.1-265: rebuild with http-client 0.7.7

Modified:
  haskell-authenticate-oauth/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2021-04-14 20:44:16 UTC (rev 918836)
+++ PKGBUILD2021-04-14 20:44:54 UTC (rev 918837)
@@ -3,7 +3,7 @@
 _hkgname=authenticate-oauth
 pkgname=haskell-authenticate-oauth
 pkgver=1.6.0.1
-pkgrel=264
+pkgrel=265
 pkgdesc="Library to authenticate with OAuth for Haskell web applications."
 url="https://github.com/yesodweb/authenticate";
 license=('BSD')


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

2021-04-14 Thread Felix Yan via arch-commits
Date: Wednesday, April 14, 2021 @ 20:44:16
  Author: felixonmars
Revision: 918836

archrelease: copy trunk to community-staging-x86_64

Added:
  git-annex/repos/community-staging-x86_64/
  git-annex/repos/community-staging-x86_64/PKGBUILD
(from rev 918835, git-annex/trunk/PKGBUILD)

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

Copied: git-annex/repos/community-staging-x86_64/PKGBUILD (from rev 918835, 
git-annex/trunk/PKGBUILD)
===
--- community-staging-x86_64/PKGBUILD   (rev 0)
+++ community-staging-x86_64/PKGBUILD   2021-04-14 20:44:16 UTC (rev 918836)
@@ -0,0 +1,48 @@
+# Maintainer: Felix Yan 
+# Contributor: Arch Haskell Team 
+
+pkgname=git-annex
+pkgver=8.20210330
+pkgrel=10
+pkgdesc="Manage files with git, without checking their contents into git"
+url="https://git-annex.branchable.com/";
+license=("AGPL3")
+arch=('x86_64')
+depends=('git' 'lsof' 'rsync' 'ghc-libs' 'haskell-aeson' 'haskell-async' 
'haskell-aws'
+ 'haskell-blaze-builder' 'haskell-bloomfilter' 'haskell-byteable' 
'haskell-case-insensitive'
+ 'haskell-clientsession' 'haskell-concurrent-output' 
'haskell-connection' 'haskell-conduit'
+ 'haskell-criterion' 'haskell-crypto-api' 'haskell-cryptonite' 
'haskell-data-default'
+ 'haskell-dav' 'haskell-dbus' 'haskell-disk-free-space' 'haskell-dlist'
+ 'haskell-edit-distance' 'haskell-fdo-notify' 'haskell-feed' 
'haskell-filepath-bytestring'
+ 'haskell-git-lfs' 'haskell-hinotify' 'haskell-hslogger' 
'haskell-http-client'
+ 'haskell-http-client-restricted' 'haskell-http-client-tls' 
'haskell-http-conduit'
+ 'haskell-http-types' 'haskell-ifelse' 'haskell-magic' 
'haskell-memory' 'haskell-microlens'
+ 'haskell-monad-control' 'haskell-monad-logger' 'haskell-mountpoints' 
'haskell-network'
+ 'haskell-network-info' 'haskell-network-multicast' 
'haskell-network-uri'
+ 'haskell-old-locale' 'haskell-optparse-applicative' 
'haskell-path-pieces'
+ 'haskell-persistent' 'haskell-persistent-sqlite' 
'haskell-persistent-template'
+ 'haskell-quickcheck' 'haskell-random' 'haskell-regex-tdfa' 
'haskell-resourcet'
+ 'haskell-safesemaphore' 'haskell-sandi' 'haskell-securemem' 
'haskell-shakespeare'
+ 'haskell-socks' 'haskell-split' 'haskell-stm-chans' 'haskell-tagsoup' 
'haskell-tasty'
+ 'haskell-tasty-hunit' 'haskell-tasty-quickcheck' 
'haskell-tasty-rerun' 'haskell-torrent'
+ 'haskell-unix-compat' 'haskell-unliftio-core' 
'haskell-unordered-containers'
+ 'haskell-utf8-string' 'haskell-uuid' 'haskell-vector' 'haskell-wai' 
'haskell-wai-extra'
+ 'haskell-warp' 'haskell-warp-tls' 'haskell-yesod' 
'haskell-yesod-core' 'haskell-yesod-form'
+ 'haskell-yesod-static')
+makedepends=('chrpath' 'ghc')
+source=("git+https://git.joeyh.name/git/git-annex.git#tag=$pkgver";)
+sha512sums=('SKIP')
+
+build() {
+  cd git-annex
+  sed -e 's|--ghc-options|-O --prefix=/usr --enable-executable-dynamic 
--disable-library-vanilla --docdir=/usr/share/doc/'$pkgname' --ghc-options|' \
+  -i Makefile
+  make GHC="ghc -dynamic" BUILDER=./Setup BUILDEROPTIONS=$MAKEFLAGS
+}
+
+package() {
+  cd git-annex
+  make GHC="ghc -dynamic" BUILDER=./Setup DESTDIR="$pkgdir" install
+
+  rmdir "$pkgdir"/usr/share/doc/git-annex "$pkgdir"/usr/share/doc
+}


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

2021-04-14 Thread Felix Yan via arch-commits
Date: Wednesday, April 14, 2021 @ 20:44:03
  Author: felixonmars
Revision: 918835

upgpkg: git-annex 8.20210330-10: rebuild with http-client 0.7.7

Modified:
  git-annex/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2021-04-14 20:39:46 UTC (rev 918834)
+++ PKGBUILD2021-04-14 20:44:03 UTC (rev 918835)
@@ -3,7 +3,7 @@
 
 pkgname=git-annex
 pkgver=8.20210330
-pkgrel=9
+pkgrel=10
 pkgdesc="Manage files with git, without checking their contents into git"
 url="https://git-annex.branchable.com/";
 license=("AGPL3")


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

2021-04-14 Thread Jelle van der Waa via arch-commits
Date: Wednesday, April 14, 2021 @ 20:42:04
  Author: jelle
Revision: 412470

archrelease: copy trunk to extra-any

Added:
  python-pytest-pacman/repos/extra-any/
  python-pytest-pacman/repos/extra-any/PKGBUILD
(from rev 412469, python-pytest-pacman/trunk/PKGBUILD)

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

Copied: python-pytest-pacman/repos/extra-any/PKGBUILD (from rev 412469, 
python-pytest-pacman/trunk/PKGBUILD)
===
--- extra-any/PKGBUILD  (rev 0)
+++ extra-any/PKGBUILD  2021-04-14 20:42:04 UTC (rev 412470)
@@ -0,0 +1,27 @@
+# Maintainer: Jelle van der Waa 
+
+pkgname=python-pytest-pacman
+pkgver=0.1
+pkgrel=1
+pkgdesc="pacman db pytest fixture"
+arch=('any')
+license=('MIT')
+url="https://gitlab.archlinux.org/archlinux/pytest-pacman";
+depends=(python python-pytest python-setuptools)
+makedepends=(git)
+source=(git+https://gitlab.archlinux.org/archlinux/pytest-pacman.git?signed#tag=v${pkgver})
+sha512sums=('SKIP')
+
+build() {
+  cd pytest-pacman
+  python setup.py build
+}
+
+package() {
+  cd pytest-pacman
+
+  python setup.py install --root="${pkgdir}" -O1 --skip-build
+
+  install -Dm 644 README.md -t "${pkgdir}/usr/share/doc/${pkgname}"
+  install -Dm 644 LICENSE "${pkgdir}/usr/share/licenses/${pkgname}/LICENSE"
+}


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

2021-04-14 Thread Jelle van der Waa via arch-commits
Date: Wednesday, April 14, 2021 @ 20:41:13
  Author: jelle
Revision: 412469

initial commit

Added:
  python-pytest-pacman/trunk/PKGBUILD

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

Added: PKGBUILD
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2021-04-14 20:41:13 UTC (rev 412469)
@@ -0,0 +1,27 @@
+# Maintainer: Jelle van der Waa 
+
+pkgname=python-pytest-pacman
+pkgver=0.1
+pkgrel=1
+pkgdesc="pacman db pytest fixture"
+arch=('any')
+license=('MIT')
+url="https://gitlab.archlinux.org/archlinux/pytest-pacman";
+depends=(python python-pytest python-setuptools)
+makedepends=(git)
+source=(git+https://gitlab.archlinux.org/archlinux/pytest-pacman.git?signed#tag=v${pkgver})
+sha512sums=('SKIP')
+
+build() {
+  cd pytest-pacman
+  python setup.py build
+}
+
+package() {
+  cd pytest-pacman
+
+  python setup.py install --root="${pkgdir}" -O1 --skip-build
+
+  install -Dm 644 README.md -t "${pkgdir}/usr/share/doc/${pkgname}"
+  install -Dm 644 LICENSE "${pkgdir}/usr/share/licenses/${pkgname}/LICENSE"
+}


[arch-commits] Commit in (3 files)

2021-04-14 Thread Jelle van der Waa via arch-commits
Date: Wednesday, April 14, 2021 @ 20:40:27
  Author: jelle
Revision: 412468

test dep of arch-signoff

Added:
  python-pytest-pacman/
  python-pytest-pacman/repos/
  python-pytest-pacman/trunk/


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

2021-04-14 Thread Felix Yan via arch-commits
Date: Wednesday, April 14, 2021 @ 20:39:46
  Author: felixonmars
Revision: 918834

archrelease: copy trunk to community-staging-x86_64

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

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

Copied: haskell-dav/repos/community-staging-x86_64/PKGBUILD (from rev 918833, 
haskell-dav/trunk/PKGBUILD)
===
--- community-staging-x86_64/PKGBUILD   (rev 0)
+++ community-staging-x86_64/PKGBUILD   2021-04-14 20:39:46 UTC (rev 918834)
@@ -0,0 +1,43 @@
+# Maintainer: Felix Yan 
+# Contributor: Arch Haskell Team 
+
+_hkgname=DAV
+pkgname=haskell-dav
+pkgver=1.3.4
+pkgrel=298
+pkgdesc="RFC 4918 WebDAV support"
+url="http://floss.scru.org/hDAV";
+license=("GPL3")
+arch=('x86_64')
+depends=('ghc-libs' "haskell-case-insensitive" "haskell-data-default"
+ "haskell-haskeline" "haskell-http-client" "haskell-http-client-tls" 
"haskell-http-types"
+ "haskell-lens" "haskell-network" "haskell-network-uri"
+ "haskell-optparse-applicative" "haskell-transformers-base" 
"haskell-transformers-compat"
+ "haskell-utf8-string" "haskell-xml-conduit" "haskell-xml-hamlet")
+makedepends=('ghc')
+source=("https://hackage.haskell.org/packages/archive/${_hkgname}/${pkgver}/${_hkgname}-${pkgver}.tar.gz";)
+sha512sums=('95bb567488bed2fef3813597ea9c080781bbc25117995901ff7264c0f04bf4db1bad6c9c94c4d1fbea968245041752b2b720d4c42b4c23191eda5e3dc0c292b6')
+
+build() {
+cd $_hkgname-$pkgver
+
+runhaskell Setup configure -O --enable-shared --enable-executable-dynamic 
--disable-library-vanilla \
+--prefix=/usr --docdir=/usr/share/doc/$pkgname \
+--dynlibdir=/usr/lib --libsubdir=\$compiler/site-local/\$pkgid \
+-f-mtl-compat
+runhaskell Setup build $MAKEFLAGS
+runhaskell Setup register --gen-script
+runhaskell Setup unregister --gen-script
+sed -i -r -e "s|ghc-pkg.*update[^ ]* |&'--force' |" register.sh
+sed -i -r -e "s|ghc-pkg.*unregister[^ ]* |&'--force' |" unregister.sh
+}
+
+package() {
+cd $_hkgname-$pkgver
+
+install -D -m744 register.sh 
"$pkgdir"/usr/share/haskell/register/$pkgname.sh
+install -D -m744 unregister.sh 
"$pkgdir"/usr/share/haskell/unregister/$pkgname.sh
+runhaskell Setup copy --destdir="$pkgdir"
+install -D -m644 LICENSE "$pkgdir"/usr/share/licenses/$pkgname/LICENSE
+rm -f "$pkgdir"/usr/share/doc/$pkgname/LICENSE
+}


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

2021-04-14 Thread Felix Yan via arch-commits
Date: Wednesday, April 14, 2021 @ 20:39:33
  Author: felixonmars
Revision: 918833

upgpkg: haskell-dav 1.3.4-298: rebuild with http-client 0.7.7

Modified:
  haskell-dav/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2021-04-14 20:38:14 UTC (rev 918832)
+++ PKGBUILD2021-04-14 20:39:33 UTC (rev 918833)
@@ -4,7 +4,7 @@
 _hkgname=DAV
 pkgname=haskell-dav
 pkgver=1.3.4
-pkgrel=297
+pkgrel=298
 pkgdesc="RFC 4918 WebDAV support"
 url="http://floss.scru.org/hDAV";
 license=("GPL3")


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

2021-04-14 Thread Felix Yan via arch-commits
Date: Wednesday, April 14, 2021 @ 20:38:14
  Author: felixonmars
Revision: 918832

archrelease: copy trunk to community-staging-x86_64

Added:
  haskell-language-server/repos/community-staging-x86_64/
  haskell-language-server/repos/community-staging-x86_64/PKGBUILD
(from rev 918831, haskell-language-server/trunk/PKGBUILD)

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

Copied: haskell-language-server/repos/community-staging-x86_64/PKGBUILD (from 
rev 918831, haskell-language-server/trunk/PKGBUILD)
===
--- community-staging-x86_64/PKGBUILD   (rev 0)
+++ community-staging-x86_64/PKGBUILD   2021-04-14 20:38:14 UTC (rev 918832)
@@ -0,0 +1,65 @@
+# Maintainer: Felix Yan 
+
+_hkgname=haskell-language-server
+pkgname=haskell-language-server
+pkgver=1.0.0.0
+pkgrel=23
+pkgdesc="LSP server for GHC"
+url="https://github.com/haskell/haskell-language-server#readme";
+license=("Apache")
+arch=('x86_64')
+depends=('ghc-libs' 'haskell-aeson' 'haskell-async' 
'haskell-base16-bytestring' 'haskell-brittany'
+ 'haskell-cryptohash-sha1' 'haskell-data-default' 'haskell-extra' 
'haskell-floskell'
+ 'haskell-fourmolu' 'haskell-fuzzy' 'haskell-ghc' 'haskell-ghc-paths' 
'haskell-ghcide'
+ 'haskell-gitrev' 'haskell-hashable' 'haskell-hie-bios' 'haskell-hiedb'
+ 'haskell-hls-brittany-plugin' 'haskell-hls-class-plugin' 
'haskell-hls-eval-plugin'
+ 'haskell-hls-explicit-imports-plugin' 
'haskell-hls-haddock-comments-plugin'
+ 'haskell-hls-hlint-plugin' 'haskell-hls-plugin-api' 
'haskell-hls-retrie-plugin'
+ 'haskell-hls-splice-plugin' 'haskell-hls-tactics-plugin' 
'haskell-hslogger' 'haskell-lens'
+ 'haskell-lsp' 'haskell-optparse-applicative' 
'haskell-optparse-simple' 'haskell-ormolu'
+ 'haskell-regex-tdfa' 'haskell-safe-exceptions' 'haskell-shake' 
'haskell-sqlite-simple'
+ 'stylish-haskell' 'haskell-temporary' 'haskell-unordered-containers' 
'haskell-with-utf8')
+makedepends=('ghc' 'uusi' 'haskell-blaze-markup' 'haskell-hspec' 
'haskell-hspec-core'
+ 'haskell-hspec-expectations' 'haskell-lsp-test' 
'haskell-megaparsec' 'haskell-tasty'
+ 'haskell-tasty-ant-xml' 'haskell-tasty-expected-failure' 
'haskell-tasty-golden'
+ 'haskell-tasty-hunit' 'haskell-tasty-rerun' 'haskell-yaml')
+checkdepends=('cabal-install')
+#source=("https://hackage.haskell.org/packages/archive/$_hkgname/$pkgver/$_hkgname-$pkgver.tar.gz";)
+source=("https://github.com/haskell/haskell-language-server/archive/ghcide-v1.1.0/haskell-language-server-ghcide-v1.1.0.tar.gz";)
+sha256sums=('ec611943b46027488d85135eb61245ea7cbd892ed9825b1456a4b74e0eb5a713')
+
+prepare() {
+  cd haskell-language-server-ghcide-v1.1.0
+  find test/testdata -name \*.cabal -exec uusi --add-options-all=-dynamic {} \;
+}
+
+build() {
+  cd haskell-language-server-ghcide-v1.1.0
+
+  runhaskell Setup configure -O --enable-shared --enable-executable-dynamic 
--disable-library-vanilla \
+--prefix=/usr --docdir=/usr/share/doc/$pkgname --enable-tests \
+--dynlibdir=/usr/lib --libsubdir=\$compiler/site-local/\$pkgid \
+--ghc-option=-optl-Wl\,-z\,relro\,-z\,now \
+--ghc-option='-pie'
+
+  runhaskell Setup build $MAKEFLAGS
+  runhaskell Setup register --gen-script
+  runhaskell Setup unregister --gen-script
+  sed -i -r -e "s|ghc-pkg.*update[^ ]* |&'--force' |" register.sh
+  sed -i -r -e "s|ghc-pkg.*unregister[^ ]* |&'--force' |" unregister.sh
+}
+
+check() {
+  cd haskell-language-server-ghcide-v1.1.0
+  
PATH="$PWD/dist/build/haskell-language-server:$PWD/dist/build/haskell-language-server-wrapper:$PATH"
 LD_LIBRARY_PATH="$PWD/dist/build" runhaskell Setup test || echo "Tests failed"
+}
+
+package() {
+  cd haskell-language-server-ghcide-v1.1.0
+
+  install -D -m744 register.sh "$pkgdir"/usr/share/haskell/register/$pkgname.sh
+  install -D -m744 unregister.sh 
"$pkgdir"/usr/share/haskell/unregister/$pkgname.sh
+  runhaskell Setup copy --destdir="$pkgdir"
+  install -D -m644 LICENSE -t "$pkgdir"/usr/share/licenses/$pkgname/
+  rm -f "$pkgdir"/usr/share/doc/$pkgname/LICENSE
+}


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

2021-04-14 Thread Felix Yan via arch-commits
Date: Wednesday, April 14, 2021 @ 20:38:01
  Author: felixonmars
Revision: 918831

upgpkg: haskell-language-server 1.0.0.0-23: rebuild with http-client 0.7.7

Modified:
  haskell-language-server/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2021-04-14 20:36:57 UTC (rev 918830)
+++ PKGBUILD2021-04-14 20:38:01 UTC (rev 918831)
@@ -3,7 +3,7 @@
 _hkgname=haskell-language-server
 pkgname=haskell-language-server
 pkgver=1.0.0.0
-pkgrel=22
+pkgrel=23
 pkgdesc="LSP server for GHC"
 url="https://github.com/haskell/haskell-language-server#readme";
 license=("Apache")


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

2021-04-14 Thread Jelle van der Waa via arch-commits
Date: Wednesday, April 14, 2021 @ 20:37:23
  Author: jelle
Revision: 412467

archrelease: copy trunk to extra-any

Added:
  pytest-pacman/repos/extra-any/
  pytest-pacman/repos/extra-any/PKGBUILD
(from rev 412466, pytest-pacman/trunk/PKGBUILD)

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

Copied: pytest-pacman/repos/extra-any/PKGBUILD (from rev 412466, 
pytest-pacman/trunk/PKGBUILD)
===
--- extra-any/PKGBUILD  (rev 0)
+++ extra-any/PKGBUILD  2021-04-14 20:37:23 UTC (rev 412467)
@@ -0,0 +1,27 @@
+# Maintainer: Jelle van der Waa 
+
+pkgname=pytest-pacman
+pkgver=0.1
+pkgrel=1
+pkgdesc="pacman db pytest fixture"
+arch=('any')
+license=('MIT')
+url="https://gitlab.archlinux.org/archlinux/pytest-pacman";
+depends=(python python-pytest python-setuptools)
+makedepends=(git)
+source=(git+https://gitlab.archlinux.org/archlinux/pytest-pacman.git?signed#tag=v${pkgver})
+sha512sums=('SKIP')
+
+build() {
+  cd pytest-pacman
+  python setup.py build
+}
+
+package() {
+  cd pytest-pacman
+
+  python setup.py install --root="${pkgdir}" -O1 --skip-build
+
+  install -Dm 644 README.md -t "${pkgdir}/usr/share/doc/${pkgname}"
+  install -Dm 644 LICENSE "${pkgdir}/usr/share/licenses/${pkgname}/LICENSE"
+}


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

2021-04-14 Thread Felix Yan via arch-commits
Date: Wednesday, April 14, 2021 @ 20:36:28
  Author: felixonmars
Revision: 918825

archrelease: copy trunk to community-x86_64

Added:
  libvips/repos/community-x86_64/PKGBUILD
(from rev 918824, libvips/trunk/PKGBUILD)
Deleted:
  libvips/repos/community-x86_64/PKGBUILD

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

Deleted: PKGBUILD
===
--- PKGBUILD2021-04-14 20:36:12 UTC (rev 918824)
+++ PKGBUILD2021-04-14 20:36:28 UTC (rev 918825)
@@ -1,24 +0,0 @@
-# Maintainer: Felix Yan 
-
-pkgname=libvips
-pkgver=8.10.3
-pkgrel=1
-pkgdesc="A fast image processing library with low memory needs"
-arch=('x86_64')
-license=('LGPL')
-url="https://libvips.github.io/libvips/";
-depends=('cfitsio' 'fftw' 'imagemagick' 'libexif' 'libgsf' 'libheif' 
'libimagequant' 'librsvg'
- 'libwebp' 'libxml2' 'openexr' 'orc' 'pango' 'poppler-glib')
-source=("https://github.com/libvips/libvips/releases/download/v$pkgver/vips-$pkgver.tar.gz";)
-sha512sums=('f337717e30dcd5bf8efe089ab5579af0938e0172c9aa87ab03120ea838378e3cf5ca6477d4f32f5d56fe8e6e0ab8091c7bb5fe2be07a8bfa545aa15271c7')
-
-build() {
-  cd vips-$pkgver
-  ./configure --prefix=/usr
-  make
-}
-
-package() {
-  cd vips-$pkgver
-  make DESTDIR="$pkgdir" install
-}

Copied: libvips/repos/community-x86_64/PKGBUILD (from rev 918824, 
libvips/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2021-04-14 20:36:28 UTC (rev 918825)
@@ -0,0 +1,24 @@
+# Maintainer: Felix Yan 
+
+pkgname=libvips
+pkgver=8.10.6
+pkgrel=1
+pkgdesc="A fast image processing library with low memory needs"
+arch=('x86_64')
+license=('LGPL')
+url="https://libvips.github.io/libvips/";
+depends=('cfitsio' 'fftw' 'imagemagick' 'libexif' 'libgsf' 'libheif' 
'libimagequant' 'librsvg'
+ 'libwebp' 'libxml2' 'openexr' 'orc' 'pango' 'poppler-glib')
+source=("https://github.com/libvips/libvips/releases/download/v$pkgver/vips-$pkgver.tar.gz";)
+sha512sums=('e3e623ad7b44dfb65078c49d2694d94bb11294300630d9e3c53ff1f9e9aaf58d196881d52c191b4604d9f63453199b7da3601425ffc9554f1c25cf08d630ef8b')
+
+build() {
+  cd vips-$pkgver
+  ./configure --prefix=/usr
+  make
+}
+
+package() {
+  cd vips-$pkgver
+  make DESTDIR="$pkgdir" install
+}


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

2021-04-14 Thread Felix Yan via arch-commits
Date: Wednesday, April 14, 2021 @ 20:36:12
  Author: felixonmars
Revision: 918824

upgpkg: libvips 8.10.6-1

Modified:
  libvips/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2021-04-14 20:30:05 UTC (rev 918823)
+++ PKGBUILD2021-04-14 20:36:12 UTC (rev 918824)
@@ -1,7 +1,7 @@
 # Maintainer: Felix Yan 
 
 pkgname=libvips
-pkgver=8.10.3
+pkgver=8.10.6
 pkgrel=1
 pkgdesc="A fast image processing library with low memory needs"
 arch=('x86_64')
@@ -10,7 +10,7 @@
 depends=('cfitsio' 'fftw' 'imagemagick' 'libexif' 'libgsf' 'libheif' 
'libimagequant' 'librsvg'
  'libwebp' 'libxml2' 'openexr' 'orc' 'pango' 'poppler-glib')
 
source=("https://github.com/libvips/libvips/releases/download/v$pkgver/vips-$pkgver.tar.gz";)
-sha512sums=('f337717e30dcd5bf8efe089ab5579af0938e0172c9aa87ab03120ea838378e3cf5ca6477d4f32f5d56fe8e6e0ab8091c7bb5fe2be07a8bfa545aa15271c7')
+sha512sums=('e3e623ad7b44dfb65078c49d2694d94bb11294300630d9e3c53ff1f9e9aaf58d196881d52c191b4604d9f63453199b7da3601425ffc9554f1c25cf08d630ef8b')
 
 build() {
   cd vips-$pkgver


[arch-commits] Commit in (4 files)

2021-04-14 Thread Jelle van der Waa via arch-commits
Date: Wednesday, April 14, 2021 @ 20:36:11
  Author: jelle
Revision: 412464

pytest-pacman

Test dep for arch-signoff

Added:
  pytest-pacman/
  pytest-pacman/repos/
  pytest-pacman/trunk/
  pytest-pacman/trunk/PKGBUILD

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

Added: pytest-pacman/trunk/PKGBUILD
===
--- pytest-pacman/trunk/PKGBUILD(rev 0)
+++ pytest-pacman/trunk/PKGBUILD2021-04-14 20:36:11 UTC (rev 412464)
@@ -0,0 +1,27 @@
+# Maintainer: Jelle van der Waa 
+
+pkgname=pytest-pacman
+pkgver=0.1
+pkgrel=1
+pkgdesc="pacman db pytest fixture"
+arch=('any')
+license=('MIT')
+url="https://gitlab.archlinux.org/archlinux/pytest-pacman";
+depends=(python python-pytest python-setuptools)
+makedepends=(git)
+source=(git+https://gitlab.archlinux.org/archlinux/pytest-pacman.git?signed#tag=v${pkgver})
+sha512sums=('SKIP')
+
+build() {
+  cd pytest-pacman
+  python setup.py build
+}
+
+package() {
+  cd pytest-pacman
+
+  python setup.py install --root="${pkgdir}" -O1 --skip-build
+
+  install -Dm 644 README.md -t "${pkgdir}/usr/share/doc/${pkgname}"
+  install -Dm 644 LICENSE "${pkgdir}/usr/share/licenses/${pkgname}/LICENSE"
+}


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

2021-04-14 Thread Felix Yan via arch-commits
Date: Wednesday, April 14, 2021 @ 20:30:05
  Author: felixonmars
Revision: 918823

archrelease: copy trunk to community-staging-x86_64

Added:
  haskell-optparse-simple/repos/community-staging-x86_64/
  haskell-optparse-simple/repos/community-staging-x86_64/PKGBUILD
(from rev 918822, haskell-optparse-simple/trunk/PKGBUILD)

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

Copied: haskell-optparse-simple/repos/community-staging-x86_64/PKGBUILD (from 
rev 918822, haskell-optparse-simple/trunk/PKGBUILD)
===
--- community-staging-x86_64/PKGBUILD   (rev 0)
+++ community-staging-x86_64/PKGBUILD   2021-04-14 20:30:05 UTC (rev 918823)
@@ -0,0 +1,44 @@
+# Maintainer: Felix Yan 
+# Contributor: Arch Haskell Team 
+
+_hkgname=optparse-simple
+pkgname=haskell-optparse-simple
+pkgver=0.1.1.3
+pkgrel=148
+pkgdesc="Simple interface to optparse-applicative"
+url="https://hackage.haskell.org/package/${_hkgname}";
+license=("BSD")
+arch=('x86_64')
+depends=('ghc-libs' 'haskell-githash' 'haskell-optparse-applicative')
+makedepends=('ghc')
+source=("https://hackage.haskell.org/packages/archive/${_hkgname}/${pkgver}/${_hkgname}-${pkgver}.tar.gz";)
+sha512sums=('9ab7208b459a196ec54511de6b51c98eabe29f5756c09c1f23653a0ff12cbd402ab8366ccfdc12467dce4be0fa1cae96571925ac5858d12478f0ed41168ecdf9')
+
+build() {
+cd $_hkgname-$pkgver
+
+runhaskell Setup configure -O --enable-shared --enable-executable-dynamic 
--disable-library-vanilla \
+--prefix=/usr --docdir=/usr/share/doc/$pkgname --enable-tests \
+--dynlibdir=/usr/lib --libsubdir=\$compiler/site-local/\$pkgid \
+ -f-build-example
+runhaskell Setup build $MAKEFLAGS
+runhaskell Setup register --gen-script
+runhaskell Setup unregister --gen-script
+sed -i -r -e "s|ghc-pkg.*update[^ ]* |&'--force' |" register.sh
+sed -i -r -e "s|ghc-pkg.*unregister[^ ]* |&'--force' |" unregister.sh
+}
+
+check() {
+cd $_hkgname-$pkgver
+runhaskell Setup test
+}
+
+package() {
+cd $_hkgname-$pkgver
+
+install -D -m744 register.sh 
"$pkgdir"/usr/share/haskell/register/$pkgname.sh
+install -D -m744 unregister.sh 
"$pkgdir"/usr/share/haskell/unregister/$pkgname.sh
+runhaskell Setup copy --destdir="$pkgdir"
+install -D -m644 LICENSE "$pkgdir"/usr/share/licenses/$pkgname/LICENSE
+rm -f "$pkgdir"/usr/share/doc/$pkgname/LICENSE
+}


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

2021-04-14 Thread Felix Yan via arch-commits
Date: Wednesday, April 14, 2021 @ 20:29:52
  Author: felixonmars
Revision: 918822

upgpkg: haskell-optparse-simple 0.1.1.3-148: rebuild with http-client 0.7.7

Modified:
  haskell-optparse-simple/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2021-04-14 20:28:12 UTC (rev 918821)
+++ PKGBUILD2021-04-14 20:29:52 UTC (rev 918822)
@@ -4,7 +4,7 @@
 _hkgname=optparse-simple
 pkgname=haskell-optparse-simple
 pkgver=0.1.1.3
-pkgrel=147
+pkgrel=148
 pkgdesc="Simple interface to optparse-applicative"
 url="https://hackage.haskell.org/package/${_hkgname}";
 license=("BSD")


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

2021-04-14 Thread Felix Yan via arch-commits
Date: Wednesday, April 14, 2021 @ 20:28:12
  Author: felixonmars
Revision: 918821

archrelease: copy trunk to community-staging-x86_64

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

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

Copied: haskell-githash/repos/community-staging-x86_64/PKGBUILD (from rev 
918820, haskell-githash/trunk/PKGBUILD)
===
--- community-staging-x86_64/PKGBUILD   (rev 0)
+++ community-staging-x86_64/PKGBUILD   2021-04-14 20:28:12 UTC (rev 918821)
@@ -0,0 +1,47 @@
+# Maintainer: Felix Yan 
+
+_hkgname=githash
+pkgname=haskell-githash
+pkgver=0.1.5.0
+pkgrel=110
+pkgdesc="Some handy Template Haskell splices for including the current git 
hash and branch in the code of your project"
+url="https://github.com/snoyberg/githash";
+license=('BSD')
+arch=('x86_64')
+depends=('ghc-libs' 'git')
+makedepends=('ghc' 'haskell-hpack' 'haskell-hspec' 'haskell-temporary' 
'haskell-unliftio')
+source=("git+https://github.com/snoyberg/githash.git#tag=githash-$pkgver";)
+sha512sums=('SKIP')
+
+prepare() {
+cd $_hkgname
+hpack
+}
+
+build() {
+cd $_hkgname
+
+runhaskell Setup configure -O --enable-shared --enable-executable-dynamic 
--disable-library-vanilla \
+--prefix=/usr --docdir=/usr/share/doc/$pkgname --enable-tests \
+--dynlibdir=/usr/lib --libsubdir=\$compiler/site-local/\$pkgid
+runhaskell Setup build $MAKEFLAGS
+runhaskell Setup register --gen-script
+runhaskell Setup unregister --gen-script
+sed -i -r -e "s|ghc-pkg.*update[^ ]* |&'--force' |" register.sh
+sed -i -r -e "s|ghc-pkg.*unregister[^ ]* |&'--force' |" unregister.sh
+}
+
+check() {
+cd $_hkgname
+runhaskell Setup test
+}
+
+package() {
+cd $_hkgname
+
+install -D -m744 register.sh 
"$pkgdir"/usr/share/haskell/register/$pkgname.sh
+install -D -m744 unregister.sh 
"$pkgdir"/usr/share/haskell/unregister/$pkgname.sh
+runhaskell Setup copy --destdir="$pkgdir"
+install -D -m644 LICENSE "$pkgdir"/usr/share/licenses/$pkgname/LICENSE
+rm -f "$pkgdir"/usr/share/doc/$pkgname/LICENSE
+}


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

2021-04-14 Thread Felix Yan via arch-commits
Date: Wednesday, April 14, 2021 @ 20:27:59
  Author: felixonmars
Revision: 918820

upgpkg: haskell-githash 0.1.5.0-110: rebuild with http-client 0.7.7

Modified:
  haskell-githash/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2021-04-14 20:25:33 UTC (rev 918819)
+++ PKGBUILD2021-04-14 20:27:59 UTC (rev 918820)
@@ -3,7 +3,7 @@
 _hkgname=githash
 pkgname=haskell-githash
 pkgver=0.1.5.0
-pkgrel=109
+pkgrel=110
 pkgdesc="Some handy Template Haskell splices for including the current git 
hash and branch in the code of your project"
 url="https://github.com/snoyberg/githash";
 license=('BSD')


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

2021-04-14 Thread Felix Yan via arch-commits
Date: Wednesday, April 14, 2021 @ 20:25:33
  Author: felixonmars
Revision: 918819

archrelease: copy trunk to community-staging-x86_64

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

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

Copied: haskell-pantry/repos/community-staging-x86_64/PKGBUILD (from rev 
918818, haskell-pantry/trunk/PKGBUILD)
===
--- community-staging-x86_64/PKGBUILD   (rev 0)
+++ community-staging-x86_64/PKGBUILD   2021-04-14 20:25:33 UTC (rev 918819)
@@ -0,0 +1,59 @@
+# Maintainer: Felix Yan 
+
+_hkgname=pantry
+pkgname=haskell-pantry
+pkgver=0.5.1.5
+pkgrel=8
+pkgdesc="Content addressable Haskell package management"
+url="https://github.com/commercialhaskell/pantry";
+license=('BSD')
+arch=('x86_64')
+depends=('ghc-libs' 'haskell-aeson' 'haskell-ansi-terminal' 
'haskell-casa-client'
+ 'haskell-casa-types' 'haskell-conduit' 'haskell-conduit-extra' 
'haskell-cryptonite'
+ 'haskell-cryptonite-conduit' 'haskell-digest' 'haskell-filelock' 
'haskell-generic-deriving'
+ 'haskell-hackage-security' 'haskell-hpack' 'haskell-http-client' 
'haskell-http-client-tls'
+ 'haskell-http-conduit' 'haskell-http-download' 'haskell-http-types' 
'haskell-memory'
+ 'haskell-mono-traversable' 'haskell-network-uri' 'haskell-path' 
'haskell-path-io'
+ 'haskell-persistent' 'haskell-persistent-sqlite' 
'haskell-persistent-template'
+ 'haskell-primitive' 'haskell-resourcet' 'haskell-rio' 
'haskell-rio-orphans'
+ 'haskell-rio-prettyprint' 'haskell-tar-conduit' 'haskell-text-metrics'
+ 'haskell-unix-compat' 'haskell-unliftio' 
'haskell-unordered-containers' 'haskell-vector'
+ 'haskell-yaml' 'haskell-zip-archive')
+makedepends=('ghc' 'uusi' 'haskell-hedgehog' 'haskell-hspec' 
'haskell-quickcheck'
+ 'haskell-raw-strings-qq')
+checkdepends=('git' 'mercurial')
+source=(https://hackage.haskell.org/packages/archive/${_hkgname}/${pkgver}/${_hkgname}-${pkgver}.tar.gz)
+sha512sums=('1be5d91e08f43bf7ea7013cac2650235b822d4d34a46a13ca8586e074baaeb41528c80dfaaeec82f0e5a884ab828b578b4065a1288ca6895fc18853fa7e8b7c9')
+
+prepare() {
+cd $_hkgname-$pkgver
+gen-setup
+}
+
+build() {
+cd $_hkgname-$pkgver
+
+runhaskell Setup configure -O --enable-shared --enable-executable-dynamic 
--disable-library-vanilla \
+--prefix=/usr --docdir=/usr/share/doc/$pkgname --enable-tests \
+--dynlibdir=/usr/lib --libsubdir=\$compiler/site-local/\$pkgid
+runhaskell Setup build $MAKEFLAGS
+runhaskell Setup register --gen-script
+runhaskell Setup unregister --gen-script
+sed -i -r -e "s|ghc-pkg.*update[^ ]* |&'--force' |" register.sh
+sed -i -r -e "s|ghc-pkg.*unregister[^ ]* |&'--force' |" unregister.sh
+}
+
+check() {
+cd $_hkgname-$pkgver
+runhaskell Setup test
+}
+
+package() {
+cd $_hkgname-$pkgver
+
+install -D -m744 register.sh 
"$pkgdir"/usr/share/haskell/register/$pkgname.sh
+install -D -m744 unregister.sh 
"$pkgdir"/usr/share/haskell/unregister/$pkgname.sh
+runhaskell Setup copy --destdir="$pkgdir"
+install -D -m644 LICENSE "$pkgdir"/usr/share/licenses/$pkgname/LICENSE
+rm -f "$pkgdir"/usr/share/doc/$pkgname/LICENSE
+}


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

2021-04-14 Thread Felix Yan via arch-commits
Date: Wednesday, April 14, 2021 @ 20:25:19
  Author: felixonmars
Revision: 918818

upgpkg: haskell-pantry 0.5.1.5-8: rebuild with http-client 0.7.7

Modified:
  haskell-pantry/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2021-04-14 20:19:07 UTC (rev 918817)
+++ PKGBUILD2021-04-14 20:25:19 UTC (rev 918818)
@@ -3,7 +3,7 @@
 _hkgname=pantry
 pkgname=haskell-pantry
 pkgver=0.5.1.5
-pkgrel=7
+pkgrel=8
 pkgdesc="Content addressable Haskell package management"
 url="https://github.com/commercialhaskell/pantry";
 license=('BSD')


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

2021-04-14 Thread Antonio Rojas via arch-commits
Date: Wednesday, April 14, 2021 @ 20:20:28
  Author: arojas
Revision: 412463

archrelease: copy trunk to extra-x86_64

Added:
  metis/repos/extra-x86_64/PKGBUILD
(from rev 412462, metis/trunk/PKGBUILD)
Deleted:
  metis/repos/extra-x86_64/PKGBUILD

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

Deleted: PKGBUILD
===
--- PKGBUILD2021-04-14 20:20:17 UTC (rev 412462)
+++ PKGBUILD2021-04-14 20:20:28 UTC (rev 412463)
@@ -1,37 +0,0 @@
-# Maintainer:
-# Contributor: jedbrown
-# Contributor: eleftg
-# Contributor: mickele
-# Contributor: gborzi
-# Contributor: abenson
-
-pkgname=metis
-pkgver=5.1.0.p10
-_pkgver=5.1.0-p10
-pkgrel=1
-arch=(x86_64)
-pkgdesc="A set of serial programs for partitioning graphs, partitioning finite 
element meshes, and producing fill reducing orderings for sparse matrices"
-url="http://glaros.dtc.umn.edu/gkhome/metis/metis/overview";
-license=(custom)
-depends=(glibc)
-makedepends=(cmake)
-options=(docs)
-source=($pkgname-$pkgver.tar.bz2::"https://bitbucket.org/petsc/pkg-metis/get/v$_pkgver.tar.bz2";)
-sha256sums=('ddcb99746a8795ebb9d9c020acc31b85fe696eb2992c9ee5ac7588074a503a4b')
-
-prepare() {
-  mv petsc-pkg-metis-* $pkgname-$_pkgver
-}
-
-build() {
-  cd $pkgname-$_pkgver
-  make config shared=1 prefix=/usr
-  make
-}
-
-package() {
-  cd $pkgname-$_pkgver
-
-  make install DESTDIR="$pkgdir"
-  install -m644 -D LICENSE.txt "$pkgdir"/usr/share/licenses/$pkgname/LICENSE
-}

Copied: metis/repos/extra-x86_64/PKGBUILD (from rev 412462, 
metis/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2021-04-14 20:20:28 UTC (rev 412463)
@@ -0,0 +1,37 @@
+# Maintainer: Antonio Rojas 
+# Contributor: jedbrown
+# Contributor: eleftg
+# Contributor: mickele
+# Contributor: gborzi
+# Contributor: abenson
+
+pkgname=metis
+pkgver=5.1.0.p10
+_pkgver=5.1.0-p10
+pkgrel=2
+arch=(x86_64)
+pkgdesc="A set of serial programs for partitioning graphs, partitioning finite 
element meshes, and producing fill reducing orderings for sparse matrices"
+url="http://glaros.dtc.umn.edu/gkhome/metis/metis/overview";
+license=(custom)
+depends=(glibc)
+makedepends=(cmake)
+options=(docs)
+source=($pkgname-$pkgver.tar.bz2::https://bitbucket.org/petsc/pkg-metis/get/v$_pkgver.tar.bz2)
+sha256sums=('ddcb99746a8795ebb9d9c020acc31b85fe696eb2992c9ee5ac7588074a503a4b')
+
+prepare() {
+  mv petsc-pkg-metis-* $pkgname-$_pkgver
+}
+
+build() {
+  cmake -B build -S $pkgname-$_pkgver \
+-DCMAKE_INSTALL_PREFIX=/usr \
+-DSHARED=ON \
+-DMATH_LIB=m
+  cmake --build build
+}
+
+package() {
+  DESTDIR="$pkgdir" cmake --install build
+  install -m644 -D $pkgname-$_pkgver/LICENSE.txt 
"$pkgdir"/usr/share/licenses/$pkgname/LICENSE
+}


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

2021-04-14 Thread Antonio Rojas via arch-commits
Date: Wednesday, April 14, 2021 @ 20:20:17
  Author: arojas
Revision: 412462

Switch to cmake, fix underlinking (FS#70446)

Modified:
  metis/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2021-04-14 20:08:24 UTC (rev 412461)
+++ PKGBUILD2021-04-14 20:20:17 UTC (rev 412462)
@@ -1,4 +1,4 @@
-# Maintainer:
+# Maintainer: Antonio Rojas 
 # Contributor: jedbrown
 # Contributor: eleftg
 # Contributor: mickele
@@ -8,7 +8,7 @@
 pkgname=metis
 pkgver=5.1.0.p10
 _pkgver=5.1.0-p10
-pkgrel=1
+pkgrel=2
 arch=(x86_64)
 pkgdesc="A set of serial programs for partitioning graphs, partitioning finite 
element meshes, and producing fill reducing orderings for sparse matrices"
 url="http://glaros.dtc.umn.edu/gkhome/metis/metis/overview";
@@ -16,7 +16,7 @@
 depends=(glibc)
 makedepends=(cmake)
 options=(docs)
-source=($pkgname-$pkgver.tar.bz2::"https://bitbucket.org/petsc/pkg-metis/get/v$_pkgver.tar.bz2";)
+source=($pkgname-$pkgver.tar.bz2::https://bitbucket.org/petsc/pkg-metis/get/v$_pkgver.tar.bz2)
 sha256sums=('ddcb99746a8795ebb9d9c020acc31b85fe696eb2992c9ee5ac7588074a503a4b')
 
 prepare() {
@@ -24,14 +24,14 @@
 }
 
 build() {
-  cd $pkgname-$_pkgver
-  make config shared=1 prefix=/usr
-  make
+  cmake -B build -S $pkgname-$_pkgver \
+-DCMAKE_INSTALL_PREFIX=/usr \
+-DSHARED=ON \
+-DMATH_LIB=m
+  cmake --build build
 }
 
 package() {
-  cd $pkgname-$_pkgver
-
-  make install DESTDIR="$pkgdir"
-  install -m644 -D LICENSE.txt "$pkgdir"/usr/share/licenses/$pkgname/LICENSE
+  DESTDIR="$pkgdir" cmake --install build
+  install -m644 -D $pkgname-$_pkgver/LICENSE.txt 
"$pkgdir"/usr/share/licenses/$pkgname/LICENSE
 }


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

2021-04-14 Thread Felix Yan via arch-commits
Date: Wednesday, April 14, 2021 @ 20:19:07
  Author: felixonmars
Revision: 918817

archrelease: copy trunk to community-staging-x86_64

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

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

Copied: haskell-hpack/repos/community-staging-x86_64/PKGBUILD (from rev 918816, 
haskell-hpack/trunk/PKGBUILD)
===
--- community-staging-x86_64/PKGBUILD   (rev 0)
+++ community-staging-x86_64/PKGBUILD   2021-04-14 20:19:07 UTC (rev 918817)
@@ -0,0 +1,47 @@
+# Maintainer: Felix Yan 
+# Contributor: Daniel Nagy 
+# Contributor: Daniel Micay 
+
+pkgname=haskell-hpack
+_hkgname=hpack
+pkgver=0.34.4
+pkgrel=18
+pkgdesc="A modern format for Haskell packages"
+url="https://github.com/sol/hpack#readme";
+license=("MIT")
+arch=('x86_64')
+depends=('ghc-libs' 'haskell-aeson' 'haskell-bifunctors' 'haskell-cryptonite' 
'haskell-glob'
+ 'haskell-http-client' 'haskell-http-client-tls' 'haskell-http-types'
+ 'haskell-infer-license' 'haskell-scientific' 
'haskell-unordered-containers'
+ 'haskell-vector' 'haskell-yaml')
+makedepends=('ghc' 'haskell-hunit' 'haskell-quickcheck' 'haskell-hspec' 
'haskell-interpolate'
+ 'haskell-mockery' 'haskell-temporary')
+source=("https://hackage.haskell.org/packages/archive/$_hkgname/$pkgver/$_hkgname-${pkgver}.tar.gz";)
+sha512sums=('90dee8766955e44fd760ac9bead2f68de23763f56778dd7691d30a71cb37e5834093f3c9b382ffaa677bbbef0a3c0c9f7abeeb34343906e6d6b692481eacd7c9')
+
+build() {
+  cd $_hkgname-$pkgver
+  runhaskell Setup configure -O --enable-shared --enable-executable-dynamic 
--disable-library-vanilla \
+--prefix=/usr --docdir=/usr/share/doc/$pkgname --enable-tests \
+--dynlibdir=/usr/lib --libsubdir=\$compiler/site-local/\$pkgid
+  runhaskell Setup build $MAKEFLAGS
+  runhaskell Setup register --gen-script
+  runhaskell Setup unregister --gen-script
+  sed -i -r -e "s|ghc-pkg.*update[^ ]* |&'--force' |" register.sh
+  sed -i -r -e "s|ghc-pkg.*unregister[^ ]* |&'--force' |" unregister.sh
+}
+
+check() {
+  cd $_hkgname-$pkgver
+  runhaskell Setup test || echo "https://github.com/sol/hpack/issues/358";
+}
+
+package() {
+  cd $_hkgname-$pkgver
+
+  install -D -m744 register.sh "$pkgdir"/usr/share/haskell/register/$pkgname.sh
+  install -D -m744 unregister.sh 
"$pkgdir"/usr/share/haskell/unregister/$pkgname.sh
+  runhaskell Setup copy --destdir="$pkgdir"
+  install -D -m644 LICENSE "$pkgdir"/usr/share/licenses/$pkgname/LICENSE
+  rm -f "$pkgdir"/usr/share/doc/$pkgname/LICENSE
+}


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

2021-04-14 Thread Felix Yan via arch-commits
Date: Wednesday, April 14, 2021 @ 20:18:54
  Author: felixonmars
Revision: 918816

upgpkg: haskell-hpack 0.34.4-18: rebuild with http-client 0.7.7

Modified:
  haskell-hpack/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2021-04-14 20:08:38 UTC (rev 918815)
+++ PKGBUILD2021-04-14 20:18:54 UTC (rev 918816)
@@ -5,7 +5,7 @@
 pkgname=haskell-hpack
 _hkgname=hpack
 pkgver=0.34.4
-pkgrel=17
+pkgrel=18
 pkgdesc="A modern format for Haskell packages"
 url="https://github.com/sol/hpack#readme";
 license=("MIT")


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

2021-04-14 Thread Kpcyrd via arch-commits
Date: Wednesday, April 14, 2021 @ 20:08:38
  Author: kpcyrd
Revision: 918815

archrelease: copy trunk to community-x86_64

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

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

Deleted: PKGBUILD
===
--- PKGBUILD2021-04-14 20:08:20 UTC (rev 918814)
+++ PKGBUILD2021-04-14 20:08:38 UTC (rev 918815)
@@ -1,70 +0,0 @@
-# Maintainer: kpcyrd 
-
-pkgname=monero-gui
-pkgver=0.17.2.0
-_commit=816eeb46479e937db1073c24f9137fd8b040cd90
-pkgrel=1
-pkgdesc="QT GUI wallet for Monero: the secure, private, untraceable 
peer-to-peer currency"
-license=('BSD')
-arch=('x86_64')
-url="https://getmonero.org/";
-depends=('monero' 'boost-libs' 'libunwind' 'openssl' 'readline' 'zeromq' 
'pcsclite' 'hidapi' 'unbound' 'hicolor-icon-theme' 'libusb' 'libudev.so'
-'qt5-base' 'qt5-declarative' 'qt5-graphicaleffects' 'qt5-quickcontrols' 
'qt5-quickcontrols2' 'qt5-svg' 'qt5-xmlpatterns')
-makedepends=('git' 'cmake' 'boost' 'qt5-tools')
-source=(
-"git+https://github.com/monero-project/monero-gui?signed#commit=${_commit}";
-"git+https://github.com/monero-project/monero";
-"git+https://github.com/monero-project/unbound.git";
-"git+https://github.com/monero-project/miniupnp.git";
-"git+https://github.com/Tencent/rapidjson.git";
-"git+https://github.com/trezor/trezor-common.git";
-"git+https://github.com/tevador/randomx.git";
-"git+https://github.com/monero-project/supercop.git";
-"monero-gui.desktop"
-)
-sha512sums=('SKIP'
-'SKIP'
-'SKIP'
-'SKIP'
-'SKIP'
-'SKIP'
-'SKIP'
-'SKIP'
-
'98b67aec60e492f0a220a156a110baf96862343d3802ec34347c70c7af671a1ae49ccaec218f2e8f81e153c433e9145ad2f55b8613ce6999fc2c87fbd81fd8e1')
-validpgpkeys=(
-  '8777AB8F778EE89487A2F8E7F4ACA0183641E010' # luigi 
-  '487277A8BD0A209C16B700F3C64552D877C32479' # Alexander Blair (Snipa / 
Snipa22) 
-)
-
-prepare() {
-  cd "${pkgname}"
-  git submodule init
-  git config submodule.monero.url "$srcdir/monero"
-  git submodule update
-  cd monero
-  git config submodule.external/unbound.url "$srcdir/unbound"
-  git config submodule.external/miniupnp.url "$srcdir/miniupnp"
-  git config submodule.external/rapidjson.url "$srcdir/rapidjson"
-  git config submodule.external/trezor-common.url "$srcdir/trezor-common"
-  git config submodule.external/randomx.url "$srcdir/randomx"
-  git config submodule.external/supercop.url "$srcdir/supercop"
-  git submodule update
-}
-
-build() {
-  cd "${pkgname}"
-  ARCH=default make release
-}
-
-package() {
-  cd "${pkgname}"
-  install -Dm755 build/release/bin/monero-wallet-gui -t "${pkgdir}/usr/bin"
-  install -Dm644 LICENSE -t "${pkgdir}/usr/share/licenses/${pkgname}"
-
-  install -Dm644 ../monero-gui.desktop -t "${pkgdir}/usr/share/applications"
-  for x in 16 24 32 48 64 96 128 256; do
-install -Dm644 "images/appicons/${x}x${x}.png" 
"${pkgdir}/usr/share/icons/hicolor/${x}x${x}/apps/monero-gui.png"
-  done
-}
-
-# vim: ts=2 sw=2 et:

Copied: monero-gui/repos/community-x86_64/PKGBUILD (from rev 918814, 
monero-gui/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2021-04-14 20:08:38 UTC (rev 918815)
@@ -0,0 +1,70 @@
+# Maintainer: kpcyrd 
+
+pkgname=monero-gui
+pkgver=0.17.2.1
+_commit=8444a9563e959fb8cac599b0178faae33eada25d
+pkgrel=1
+pkgdesc="QT GUI wallet for Monero: the secure, private, untraceable 
peer-to-peer currency"
+license=('BSD')
+arch=('x86_64')
+url="https://getmonero.org/";
+depends=('monero' 'boost-libs' 'libunwind' 'openssl' 'readline' 'zeromq' 
'pcsclite' 'hidapi' 'unbound' 'hicolor-icon-theme' 'libusb' 'libudev.so'
+'qt5-base' 'qt5-declarative' 'qt5-graphicaleffects' 'qt5-quickcontrols' 
'qt5-quickcontrols2' 'qt5-svg' 'qt5-xmlpatterns')
+makedepends=('git' 'cmake' 'boost' 'qt5-tools')
+source=(
+"git+https://github.com/monero-project/monero-gui?signed#commit=${_commit}";
+"git+https://github.com/monero-project/monero";
+"git+https://github.com/monero-project/unbound.git";
+"git+https://github.com/monero-project/miniupnp.git";
+"git+https://github.com/Tencent/rapidjson.git";
+"git+https://github.com/trezor/trezor-common.git";
+"git+https://github.com/tevador/randomx.git";
+"git+https://github.com/monero-project/supercop.git";
+"monero-gui.desktop"
+)
+sha512sums=('SKIP'
+'SKIP'
+'SKIP'
+   

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

2021-04-14 Thread Andreas Radke via arch-commits
Date: Wednesday, April 14, 2021 @ 20:08:24
  Author: andyrtr
Revision: 412461

archrelease: copy trunk to extra-x86_64

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

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

Deleted: PKGBUILD
===
--- PKGBUILD2021-04-14 20:08:16 UTC (rev 412460)
+++ PKGBUILD2021-04-14 20:08:24 UTC (rev 412461)
@@ -1,31 +0,0 @@
-# Maintainer: Andreas Radke 
-# Maintainer: Giancarlo Razzolini 
-# Contributor: Thomas Kiss 
-
-pkgname=sane-airscan
-pkgver=0.99.24
-pkgrel=1
-pkgdesc="SANE - SANE backend for AirScan (eSCL) and WSD document scanners"
-url="https://github.com/alexpevzner/sane-airscan";
-arch=('x86_64')
-license=('GPL2')
-depends=('sane' 'avahi' 'gnutls' 'libxml2' 'libjpeg-turbo' 'libpng')
-#makedepends=('meson')
-optdepends=('ipp-usb: allows to send HTTP requests via a USB connection on 
devices without Ethernet or WiFi connections')
-backup=(etc/sane.d/airscan.conf)
-source=("$pkgname-$pkgver.tar.gz"::"https://github.com/alexpevzner/${pkgname}/archive/${pkgver}.tar.gz";)
-sha256sums=('723ec0a139943d268615082d76ab860d7aa24a5d2b53763f49ecec4293b3d934')
-
-build() {
-cd ${pkgname}-${pkgver}
-make
-}
-
-package() {
-cd ${pkgname}-${pkgver}
-make DESTDIR="${pkgdir}" install
-install -Dm644 README.md "${pkgdir}/usr/share/doc/${pkgname}/README"
-# add missing .so symlink
-cd "${pkgdir}"/usr/lib/sane
-ln -vsf libsane-airscan.so.1 libsane-airscan.so
-}

Copied: sane-airscan/repos/extra-x86_64/PKGBUILD (from rev 412460, 
sane-airscan/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2021-04-14 20:08:24 UTC (rev 412461)
@@ -0,0 +1,31 @@
+# Maintainer: Andreas Radke 
+# Maintainer: Giancarlo Razzolini 
+# Contributor: Thomas Kiss 
+
+pkgname=sane-airscan
+pkgver=0.99.25
+pkgrel=1
+pkgdesc="SANE - SANE backend for AirScan (eSCL) and WSD document scanners"
+url="https://github.com/alexpevzner/sane-airscan";
+arch=('x86_64')
+license=('GPL2')
+depends=('sane' 'avahi' 'gnutls' 'libxml2' 'libjpeg-turbo' 'libpng')
+#makedepends=('meson')
+optdepends=('ipp-usb: allows to send HTTP requests via a USB connection on 
devices without Ethernet or WiFi connections')
+backup=(etc/sane.d/airscan.conf)
+source=("$pkgname-$pkgver.tar.gz"::"https://github.com/alexpevzner/${pkgname}/archive/${pkgver}.tar.gz";)
+sha256sums=('94045c1e73225ab8135b5727d38c0a525f4816f48202320940ac1d1086c5faa4')
+
+build() {
+cd ${pkgname}-${pkgver}
+make
+}
+
+package() {
+cd ${pkgname}-${pkgver}
+make DESTDIR="${pkgdir}" install
+install -Dm644 README.md "${pkgdir}/usr/share/doc/${pkgname}/README"
+# add missing .so symlink
+cd "${pkgdir}"/usr/lib/sane
+ln -vsf libsane-airscan.so.1 libsane-airscan.so
+}


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

2021-04-14 Thread Andreas Radke via arch-commits
Date: Wednesday, April 14, 2021 @ 20:08:16
  Author: andyrtr
Revision: 412460

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

Modified:
  sane-airscan/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2021-04-14 18:02:07 UTC (rev 412459)
+++ PKGBUILD2021-04-14 20:08:16 UTC (rev 412460)
@@ -3,7 +3,7 @@
 # Contributor: Thomas Kiss 
 
 pkgname=sane-airscan
-pkgver=0.99.24
+pkgver=0.99.25
 pkgrel=1
 pkgdesc="SANE - SANE backend for AirScan (eSCL) and WSD document scanners"
 url="https://github.com/alexpevzner/sane-airscan";
@@ -14,7 +14,7 @@
 optdepends=('ipp-usb: allows to send HTTP requests via a USB connection on 
devices without Ethernet or WiFi connections')
 backup=(etc/sane.d/airscan.conf)
 
source=("$pkgname-$pkgver.tar.gz"::"https://github.com/alexpevzner/${pkgname}/archive/${pkgver}.tar.gz";)
-sha256sums=('723ec0a139943d268615082d76ab860d7aa24a5d2b53763f49ecec4293b3d934')
+sha256sums=('94045c1e73225ab8135b5727d38c0a525f4816f48202320940ac1d1086c5faa4')
 
 build() {
 cd ${pkgname}-${pkgver}


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

2021-04-14 Thread Kpcyrd via arch-commits
Date: Wednesday, April 14, 2021 @ 20:08:20
  Author: kpcyrd
Revision: 918814

upgpkg: monero-gui 0.17.2.1-1

Modified:
  monero-gui/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2021-04-14 19:57:37 UTC (rev 918813)
+++ PKGBUILD2021-04-14 20:08:20 UTC (rev 918814)
@@ -1,8 +1,8 @@
 # Maintainer: kpcyrd 
 
 pkgname=monero-gui
-pkgver=0.17.2.0
-_commit=816eeb46479e937db1073c24f9137fd8b040cd90
+pkgver=0.17.2.1
+_commit=8444a9563e959fb8cac599b0178faae33eada25d
 pkgrel=1
 pkgdesc="QT GUI wallet for Monero: the secure, private, untraceable 
peer-to-peer currency"
 license=('BSD')


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

2021-04-14 Thread Morten Linderud via arch-commits
Date: Wednesday, April 14, 2021 @ 19:57:37
  Author: foxboron
Revision: 918813

archrelease: copy trunk to community-x86_64

Added:
  sbctl/repos/community-x86_64/PKGBUILD
(from rev 918812, sbctl/trunk/PKGBUILD)
Deleted:
  sbctl/repos/community-x86_64/PKGBUILD

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

Deleted: PKGBUILD
===
--- PKGBUILD2021-04-14 19:57:29 UTC (rev 918812)
+++ PKGBUILD2021-04-14 19:57:37 UTC (rev 918813)
@@ -1,30 +0,0 @@
-# Maintainer: Morten Linderud 
-
-pkgname=sbctl
-pkgver=0.1
-pkgrel=1
-pkgdesc="Secure Boot key manager"
-arch=("x86_64")
-url="https://github.com/Foxboron/sbctl";
-license=("MIT")
-depends=("sbsigntools")
-makedepends=("go" "git" "asciidoc")
-source=("https://github.com/Foxboron/sbctl/releases/download/0.1/sbctl-0.1.tar.gz"{,.sig})
-validpgpkeys=("C100346676634E80C940FB9E9C02FF419FECBE16")
-sha256sums=('ba460e362ec0aa47c934052c235e05e36e0d81f36e5e7b94992b04f7d8406563'
-'SKIP')
-
-build(){
-cd "${pkgname}-${pkgver}"
-export GOFLAGS="-buildmode=pie -trimpath -modcacherw"
-make
-}
-
-package(){
-cd "${pkgname}-${pkgver}"
-make PREFIX="$pkgdir/usr" install
-./sbctl completion bash | install -Dm644 /dev/stdin 
"$pkgdir/usr/share/bash-completion/completions/sbctl"
-./sbctl completion zsh | install -Dm644 /dev/stdin 
"$pkgdir/usr/share/zsh/site-functions/_sbctl"
-./sbctl completion fish | install -Dm644 /dev/stdin 
"$pkgdir/usr/share/fish/vendor_completions.d/sbctl.fish"
-install -Dm644 ./contrib/pacman/99-sbctl.hook 
"${pkgdir}/usr/share/libalpm/hooks/99-sbctl.hook"
-}

Copied: sbctl/repos/community-x86_64/PKGBUILD (from rev 918812, 
sbctl/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2021-04-14 19:57:37 UTC (rev 918813)
@@ -0,0 +1,30 @@
+# Maintainer: Morten Linderud 
+
+pkgname=sbctl
+pkgver=0.2
+pkgrel=1
+pkgdesc="Secure Boot key manager"
+arch=("x86_64")
+url="https://github.com/Foxboron/sbctl";
+license=("MIT")
+depends=("sbsigntools")
+makedepends=("go" "git" "asciidoc")
+source=("https://github.com/Foxboron/sbctl/releases/download/${pkgver}/${pkgname}-${pkgver}.tar.gz"{,.sig})
+validpgpkeys=("C100346676634E80C940FB9E9C02FF419FECBE16")
+sha256sums=('66dcef3049ff0546f12a06a7060afd499ede30ebfe26ca0c50aefcdce6fc99ba'
+'SKIP')
+
+build(){
+cd "${pkgname}-${pkgver}"
+export GOFLAGS="-buildmode=pie -trimpath -modcacherw"
+make
+}
+
+package(){
+cd "${pkgname}-${pkgver}"
+make PREFIX="$pkgdir/usr" install
+./sbctl completion bash | install -Dm644 /dev/stdin 
"$pkgdir/usr/share/bash-completion/completions/sbctl"
+./sbctl completion zsh | install -Dm644 /dev/stdin 
"$pkgdir/usr/share/zsh/site-functions/_sbctl"
+./sbctl completion fish | install -Dm644 /dev/stdin 
"$pkgdir/usr/share/fish/vendor_completions.d/sbctl.fish"
+install -Dm644 ./contrib/pacman/ZZ-sbctl.hook 
"${pkgdir}/usr/share/libalpm/hooks/ZZ-sbctl.hook"
+}


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

2021-04-14 Thread Morten Linderud via arch-commits
Date: Wednesday, April 14, 2021 @ 19:57:29
  Author: foxboron
Revision: 918812

upgpkg: sbctl 0.2-1

Modified:
  sbctl/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2021-04-14 19:57:12 UTC (rev 918811)
+++ PKGBUILD2021-04-14 19:57:29 UTC (rev 918812)
@@ -1,7 +1,7 @@
 # Maintainer: Morten Linderud 
 
 pkgname=sbctl
-pkgver=0.1
+pkgver=0.2
 pkgrel=1
 pkgdesc="Secure Boot key manager"
 arch=("x86_64")
@@ -9,9 +9,9 @@
 license=("MIT")
 depends=("sbsigntools")
 makedepends=("go" "git" "asciidoc")
-source=("https://github.com/Foxboron/sbctl/releases/download/0.1/sbctl-0.1.tar.gz"{,.sig})
+source=("https://github.com/Foxboron/sbctl/releases/download/${pkgver}/${pkgname}-${pkgver}.tar.gz"{,.sig})
 validpgpkeys=("C100346676634E80C940FB9E9C02FF419FECBE16")
-sha256sums=('ba460e362ec0aa47c934052c235e05e36e0d81f36e5e7b94992b04f7d8406563'
+sha256sums=('66dcef3049ff0546f12a06a7060afd499ede30ebfe26ca0c50aefcdce6fc99ba'
 'SKIP')
 
 build(){
@@ -26,5 +26,5 @@
 ./sbctl completion bash | install -Dm644 /dev/stdin 
"$pkgdir/usr/share/bash-completion/completions/sbctl"
 ./sbctl completion zsh | install -Dm644 /dev/stdin 
"$pkgdir/usr/share/zsh/site-functions/_sbctl"
 ./sbctl completion fish | install -Dm644 /dev/stdin 
"$pkgdir/usr/share/fish/vendor_completions.d/sbctl.fish"
-install -Dm644 ./contrib/pacman/99-sbctl.hook 
"${pkgdir}/usr/share/libalpm/hooks/99-sbctl.hook"
+install -Dm644 ./contrib/pacman/ZZ-sbctl.hook 
"${pkgdir}/usr/share/libalpm/hooks/ZZ-sbctl.hook"
 }


[arch-commits] Commit in dhall-lsp-server/repos (2 files)

2021-04-14 Thread Felix Yan via arch-commits
Date: Wednesday, April 14, 2021 @ 19:57:12
  Author: felixonmars
Revision: 918811

archrelease: copy trunk to community-staging-x86_64

Added:
  dhall-lsp-server/repos/community-staging-x86_64/
  dhall-lsp-server/repos/community-staging-x86_64/PKGBUILD
(from rev 918810, dhall-lsp-server/trunk/PKGBUILD)

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

Copied: dhall-lsp-server/repos/community-staging-x86_64/PKGBUILD (from rev 
918810, dhall-lsp-server/trunk/PKGBUILD)
===
--- community-staging-x86_64/PKGBUILD   (rev 0)
+++ community-staging-x86_64/PKGBUILD   2021-04-14 19:57:12 UTC (rev 918811)
@@ -0,0 +1,49 @@
+# Maintainer: Felix Yan 
+
+pkgname=dhall-lsp-server
+pkgver=1.0.14
+pkgrel=11
+pkgdesc="Language Server Protocol (LSP) server for Dhall"
+url="https://github.com/dhall-lang/dhall-haskell/tree/master/dhall-lsp-server#readme";
+license=("custom:MIT")
+arch=('x86_64')
+depends=('ghc-libs' 'haskell-aeson' 'haskell-aeson-pretty' 
'haskell-data-default' 'dhall'
+ 'dhall-json' 'haskell-lsp0' 'haskell-hslogger' 'haskell-lens' 
'haskell-lens-family-core'
+ 'haskell-megaparsec' 'haskell-network-uri' 
'haskell-optparse-applicative'
+ 'haskell-prettyprinter' 'haskell-rope-utf16-splay' 
'haskell-unordered-containers'
+ 'haskell-uri-encode')
+makedepends=('ghc' 'haskell-quickcheck' 'haskell-doctest' 'haskell-lsp0-types'
+ 'haskell-lsp0-test' 'haskell-tasty' 'haskell-tasty-hspec')
+source=("https://hackage.haskell.org/packages/archive/$pkgname/$pkgver/$pkgname-$pkgver.tar.gz";)
+sha512sums=('4f4a2c054a269e5f086ff4108dafe4e44f09b6f8c71772136578b4eafe99d724721b71016f821dc4a7dc073b75871bf328851f95e725904f6383ef49014834c1')
+
+build() {
+  cd $pkgname-$pkgver
+
+  runhaskell Setup configure -O --enable-shared --enable-executable-dynamic 
--disable-library-vanilla \
+--prefix=/usr --docdir=/usr/share/doc/$pkgname --enable-tests \
+--dynlibdir=/usr/lib --libsubdir=\$compiler/site-local/\$pkgid \
+--ghc-option=-optl-Wl\,-z\,relro\,-z\,now \
+--ghc-option='-pie'
+
+  runhaskell Setup build $MAKEFLAGS
+  runhaskell Setup register --gen-script
+  runhaskell Setup unregister --gen-script
+  sed -i -r -e "s|ghc-pkg.*update[^ ]* |&'--force' |" register.sh
+  sed -i -r -e "s|ghc-pkg.*unregister[^ ]* |&'--force' |" unregister.sh
+}
+
+check() {
+  cd $pkgname-$pkgver
+  LD_LIBRARY_PATH="$PWD/dist/build" 
PATH="$PWD/dist/build/dhall-lsp-server:$PATH" runhaskell Setup test
+}
+
+package() {
+  cd $pkgname-$pkgver
+
+  install -D -m744 register.sh "$pkgdir"/usr/share/haskell/register/$pkgname.sh
+  install -D -m744 unregister.sh 
"$pkgdir"/usr/share/haskell/unregister/$pkgname.sh
+  runhaskell Setup copy --destdir="$pkgdir"
+  install -D -m644 LICENSE "$pkgdir"/usr/share/licenses/$pkgname/LICENSE
+  rm -f "$pkgdir"/usr/share/doc/$pkgname/LICENSE
+}


[arch-commits] Commit in dhall-lsp-server/trunk (PKGBUILD)

2021-04-14 Thread Felix Yan via arch-commits
Date: Wednesday, April 14, 2021 @ 19:56:50
  Author: felixonmars
Revision: 918810

upgpkg: dhall-lsp-server 1.0.14-11: rebuild with http-client 0.7.7

Modified:
  dhall-lsp-server/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2021-04-14 19:56:18 UTC (rev 918809)
+++ PKGBUILD2021-04-14 19:56:50 UTC (rev 918810)
@@ -2,7 +2,7 @@
 
 pkgname=dhall-lsp-server
 pkgver=1.0.14
-pkgrel=10
+pkgrel=11
 pkgdesc="Language Server Protocol (LSP) server for Dhall"
 
url="https://github.com/dhall-lang/dhall-haskell/tree/master/dhall-lsp-server#readme";
 license=("custom:MIT")


[arch-commits] Commit in adobe-source-han-sans-fonts/repos/community-any (14 files)

2021-04-14 Thread Felix Yan via arch-commits
Date: Wednesday, April 14, 2021 @ 19:56:18
  Author: felixonmars
Revision: 918809

archrelease: copy trunk to community-any

Added:
  adobe-source-han-sans-fonts/repos/community-any/44-source-han-sans-cn.conf
(from rev 918808, 
adobe-source-han-sans-fonts/trunk/44-source-han-sans-cn.conf)
  adobe-source-han-sans-fonts/repos/community-any/44-source-han-sans-hk.conf
(from rev 918808, 
adobe-source-han-sans-fonts/trunk/44-source-han-sans-hk.conf)
  adobe-source-han-sans-fonts/repos/community-any/44-source-han-sans-jp.conf
(from rev 918808, 
adobe-source-han-sans-fonts/trunk/44-source-han-sans-jp.conf)
  adobe-source-han-sans-fonts/repos/community-any/44-source-han-sans-kr.conf
(from rev 918808, 
adobe-source-han-sans-fonts/trunk/44-source-han-sans-kr.conf)
  adobe-source-han-sans-fonts/repos/community-any/44-source-han-sans-otc.conf
(from rev 918808, 
adobe-source-han-sans-fonts/trunk/44-source-han-sans-otc.conf)
  adobe-source-han-sans-fonts/repos/community-any/44-source-han-sans-tw.conf
(from rev 918808, 
adobe-source-han-sans-fonts/trunk/44-source-han-sans-tw.conf)
  adobe-source-han-sans-fonts/repos/community-any/PKGBUILD
(from rev 918808, adobe-source-han-sans-fonts/trunk/PKGBUILD)
Deleted:
  adobe-source-han-sans-fonts/repos/community-any/44-source-han-sans-cn.conf
  adobe-source-han-sans-fonts/repos/community-any/44-source-han-sans-hk.conf
  adobe-source-han-sans-fonts/repos/community-any/44-source-han-sans-jp.conf
  adobe-source-han-sans-fonts/repos/community-any/44-source-han-sans-kr.conf
  adobe-source-han-sans-fonts/repos/community-any/44-source-han-sans-otc.conf
  adobe-source-han-sans-fonts/repos/community-any/44-source-han-sans-tw.conf
  adobe-source-han-sans-fonts/repos/community-any/PKGBUILD

-+
 44-source-han-sans-cn.conf  |   36 ++--
 44-source-han-sans-hk.conf  |   36 ++--
 44-source-han-sans-jp.conf  |   36 ++--
 44-source-han-sans-kr.conf  |   36 ++--
 44-source-han-sans-otc.conf |  100 ++---
 44-source-han-sans-tw.conf  |   36 ++--
 PKGBUILD|  322 +-
 7 files changed, 301 insertions(+), 301 deletions(-)

Deleted: 44-source-han-sans-cn.conf
===
--- 44-source-han-sans-cn.conf  2021-04-14 19:55:28 UTC (rev 918808)
+++ 44-source-han-sans-cn.conf  2021-04-14 19:56:18 UTC (rev 918809)
@@ -1,18 +0,0 @@
-
-
-
-   
-   
-   
-   Source Han Sans CN Medium
-   
-   
-   demibold
-   
-   
-

Copied: 
adobe-source-han-sans-fonts/repos/community-any/44-source-han-sans-cn.conf 
(from rev 918808, adobe-source-han-sans-fonts/trunk/44-source-han-sans-cn.conf)
===
--- 44-source-han-sans-cn.conf  (rev 0)
+++ 44-source-han-sans-cn.conf  2021-04-14 19:56:18 UTC (rev 918809)
@@ -0,0 +1,18 @@
+
+
+
+   
+   
+   
+   Source Han Sans CN Medium
+   
+   
+   demibold
+   
+   
+

Deleted: 44-source-han-sans-hk.conf
===
--- 44-source-han-sans-hk.conf  2021-04-14 19:55:28 UTC (rev 918808)
+++ 44-source-han-sans-hk.conf  2021-04-14 19:56:18 UTC (rev 918809)
@@ -1,18 +0,0 @@
-
-
-
-
-
-
-Source Han Sans HK Medium
-
-
-demibold
-
-
-

Copied: 
adobe-source-han-sans-fonts/repos/community-any/44-source-han-sans-hk.conf 
(from rev 918808, adobe-source-han-sans-fonts/trunk/44-source-han-sans-hk.conf)
===
--- 44-source-han-sans-hk.conf  (rev 0)
+++ 44-source-han-sans-hk.conf  2021-04-14 19:56:18 UTC (rev 918809)
@@ -0,0 +1,18 @@
+
+
+
+
+
+
+Source Han Sans HK Medium
+
+
+demibold
+
+
+

Deleted: 44-source-han-sans-jp.conf
===
--- 44-source-han-sans-jp.conf  2021-04-14 19:55:28 UTC (rev 918808)
+++ 44-source-han-sans-jp.conf  2021-04-14 19:56:18 UTC (rev 918809)
@@ -1,18 +0,0 @@
-
-
-
-
-
-
-Source Han Sans JP Medium
-
-
-demibold
-
-
-

Copied: 
adobe-source-han-sans-fonts/repos/community-any/44-source-han-sans-jp.conf 
(from rev 918808, adobe-source-han-sans-fonts/trunk/44-source-han-sans-jp.conf)
===
--- 44-source-han-sans-jp.conf  (rev 0)
+++ 44-source-han-sans-jp.conf  2021-04-14 19:56:18 UTC (rev 918809)
@@ -0,0 +1,18 @@
+
+
+
+
+
+
+Source Han Sans JP Medium
+
+
+demibold
+
+
+


[arch-commits] Commit in adobe-source-han-sans-fonts/trunk (PKGBUILD)

2021-04-14 Thread Felix Yan via arch-commits
Date: Wednesday, April 14, 2021 @ 19:55:28
  Author: felixonmars
Revision: 918808

upgpkg: adobe-source-han-sans-fonts 2.003-1

Modified:
  adobe-source-han-sans-fonts/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2021-04-14 19:55:03 UTC (rev 918807)
+++ PKGBUILD2021-04-14 19:55:28 UTC (rev 918808)
@@ -28,8 +28,8 @@
 _pkgbase=adobe-source-han-sans
 pkgbase=$_pkgbase-fonts
 pkgname=($_pkgbase-jp-fonts $_pkgbase-kr-fonts $_pkgbase-cn-fonts 
$_pkgbase-tw-fonts $_pkgbase-hk-fonts $_pkgbase-otc-fonts)
-pkgver=2.002
-pkgrel=2
+pkgver=2.003
+pkgrel=1
 pkgdesc='Adobe Source Han Sans - A set of Pan-CJK fonts designed to complement 
Source Sans Pro'
 arch=('any')
 license=('custom:SIL')
@@ -41,7 +41,7 @@
 44-source-han-sans-tw.conf
 44-source-han-sans-hk.conf
 44-source-han-sans-otc.conf)
-sha512sums=('6d4a10557fd1c9859391b18ce5b6270939ff19e7ead9587743863bd419004d3e8d0009ee84cf68f2005277cba03b682bbf8f6f29a925973e4f44ada359029111'
+sha512sums=('28a4505eaa4b67931d73eae623c13e72d9db147db05686683f66e04b33dceab33f97d5ee62da82c2bea48719a978a84b3cc8e6c5c33e935c9bf671fcf0fe1050'
 
'2582097792c2938cf8a04a21795acf6d6640531a8509865111bfbaeb41ce96a632d8f694aae93aa68f375a9f496a3eb8ecd6f6909f81045e2a0a42b432898588'
 
'53aba437f7eddb89826ec1050840081f8f509f860b9bc43c71a7b1a5d294fbc6256a7b8690f9a28b505bc2be63bf77bcf6bf8ae93d7a4783d7f91d0305d84147'
 
'fd1fd6a5cf68a879bd5286642427ba6a01944568106ef186a18942bd0db658e61da8656a23a83468f266e4ec332baa71485a3d91f01333d48cc840909ac3fd5d'


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

2021-04-14 Thread Felix Yan via arch-commits
Date: Wednesday, April 14, 2021 @ 19:55:03
  Author: felixonmars
Revision: 918807

archrelease: copy trunk to community-staging-x86_64

Added:
  dhall-yaml/repos/community-staging-x86_64/
  dhall-yaml/repos/community-staging-x86_64/PKGBUILD
(from rev 918806, dhall-yaml/trunk/PKGBUILD)

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

Copied: dhall-yaml/repos/community-staging-x86_64/PKGBUILD (from rev 918806, 
dhall-yaml/trunk/PKGBUILD)
===
--- community-staging-x86_64/PKGBUILD   (rev 0)
+++ community-staging-x86_64/PKGBUILD   2021-04-14 19:55:03 UTC (rev 918807)
@@ -0,0 +1,45 @@
+# Maintainer: Felix Yan 
+
+pkgname=dhall-yaml
+pkgver=1.2.6
+pkgrel=10
+pkgdesc="Convert between Dhall and YAML"
+url="https://github.com/dhall-lang/dhall-haskell/tree/master/dhall-yaml";
+license=("GPL3")
+arch=('x86_64')
+depends=('ghc-libs' 'haskell-hsyaml' 'haskell-hsyaml-aeson' 'haskell-aeson' 
'haskell-ansi-terminal'
+ 'dhall' 'dhall-json' 'haskell-optparse-applicative' 
'haskell-prettyprinter'
+ 'haskell-prettyprinter-ansi-terminal' 'haskell-vector')
+makedepends=('ghc' 'haskell-tasty' 'haskell-tasty-expected-failure' 
'haskell-tasty-hunit')
+source=("https://hackage.haskell.org/packages/archive/$pkgname/$pkgver/$pkgname-$pkgver.tar.gz";)
+sha512sums=('5f8f1a984949ebc97a8a22d1aa69b1b65b4257781c1221fcb50b002a12a747eb98817b12eb1ea76587afc70029fa01340ecfd477296dc0ef1ee63374242935d7')
+
+build() {
+  cd $pkgname-$pkgver
+
+  runhaskell Setup configure -O --enable-shared --enable-executable-dynamic 
--disable-library-vanilla \
+--prefix=/usr --docdir=/usr/share/doc/$pkgname --enable-tests \
+--dynlibdir=/usr/lib --libsubdir=\$compiler/site-local/\$pkgid \
+--ghc-option=-optl-Wl\,-z\,relro\,-z\,now \
+--ghc-option='-pie'
+  
+  runhaskell Setup build $MAKEFLAGS
+  runhaskell Setup register --gen-script
+  runhaskell Setup unregister --gen-script
+  sed -i -r -e "s|ghc-pkg.*update[^ ]* |&'--force' |" register.sh
+  sed -i -r -e "s|ghc-pkg.*unregister[^ ]* |&'--force' |" unregister.sh
+}
+
+check() {
+  cd $pkgname-$pkgver
+  runhaskell Setup test
+}
+
+package() {
+  cd $pkgname-$pkgver
+
+  install -D -m744 register.sh "$pkgdir"/usr/share/haskell/register/$pkgname.sh
+  install -D -m744 unregister.sh 
"$pkgdir"/usr/share/haskell/unregister/$pkgname.sh
+  runhaskell Setup copy --destdir="$pkgdir"
+  rm -f "$pkgdir"/usr/share/doc/$pkgname/LICENSE
+}


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

2021-04-14 Thread Felix Yan via arch-commits
Date: Wednesday, April 14, 2021 @ 19:54:49
  Author: felixonmars
Revision: 918806

upgpkg: dhall-yaml 1.2.6-10: rebuild with http-client 0.7.7

Modified:
  dhall-yaml/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2021-04-14 19:53:44 UTC (rev 918805)
+++ PKGBUILD2021-04-14 19:54:49 UTC (rev 918806)
@@ -2,7 +2,7 @@
 
 pkgname=dhall-yaml
 pkgver=1.2.6
-pkgrel=9
+pkgrel=10
 pkgdesc="Convert between Dhall and YAML"
 url="https://github.com/dhall-lang/dhall-haskell/tree/master/dhall-yaml";
 license=("GPL3")


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

2021-04-14 Thread Felix Yan via arch-commits
Date: Wednesday, April 14, 2021 @ 19:53:44
  Author: felixonmars
Revision: 918805

archrelease: copy trunk to community-staging-x86_64

Added:
  dhall-json/repos/community-staging-x86_64/
  dhall-json/repos/community-staging-x86_64/PKGBUILD
(from rev 918804, dhall-json/trunk/PKGBUILD)

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

Copied: dhall-json/repos/community-staging-x86_64/PKGBUILD (from rev 918804, 
dhall-json/trunk/PKGBUILD)
===
--- community-staging-x86_64/PKGBUILD   (rev 0)
+++ community-staging-x86_64/PKGBUILD   2021-04-14 19:53:44 UTC (rev 918805)
@@ -0,0 +1,43 @@
+# Maintainer: Felix Yan 
+
+pkgname=dhall-json
+pkgver=1.7.6
+pkgrel=10
+pkgdesc='Convert between Dhall and JSON or YAML'
+url='https://dhall-lang.org'
+license=('BSD')
+arch=('x86_64')
+depends=('ghc-libs' 'haskell-aeson' 'haskell-aeson-pretty' 
'haskell-aeson-yaml' 'dhall'
+ 'haskell-lens-family-core' 'haskell-optparse-applicative' 
'haskell-prettyprinter'
+ 'haskell-scientific' 'haskell-unordered-containers' 
'haskell-prettyprinter-ansi-terminal')
+makedepends=('ghc' 'haskell-tasty' 'haskell-tasty-hunit' 
'haskell-tasty-silver')
+source=("https://hackage.haskell.org/packages/archive/${pkgname}/${pkgver}/${pkgname}-${pkgver}.tar.gz";)
+sha512sums=('3cc39e21fa0cccbc6853a93c00af78054904d93485da57949e832990ec3d529780c223c2d44599630be39541be0fb65dbc080896f24eb807ee29f7f53c2ce7a4')
+
+build() {
+cd $pkgname-$pkgver
+
+runhaskell Setup configure -O --enable-shared --enable-executable-dynamic 
--disable-library-vanilla \
+--prefix=/usr --docdir="/usr/share/doc/${pkgbase}" 
--datasubdir="$pkgname" --enable-tests \
+--dynlibdir=/usr/lib --libsubdir=\$compiler/site-local/\$pkgid
+runhaskell Setup build $MAKEFLAGS
+runhaskell Setup register --gen-script
+runhaskell Setup unregister --gen-script
+sed -i -r -e "s|ghc-pkg.*update[^ ]* |&'--force' |" register.sh
+sed -i -r -e "s|ghc-pkg.*unregister[^ ]* |&'--force' |" unregister.sh
+}
+
+check() {
+cd $pkgname-$pkgver
+# https://github.com/dhall-lang/dhall-haskell/issues/2151
+runhaskell Setup test || echo "Tests failed"
+}
+
+package() {
+cd $pkgname-$pkgver
+install -D -m744 register.sh   
"${pkgdir}/usr/share/haskell/register/${pkgname}.sh"
+install -D -m744 unregister.sh 
"${pkgdir}/usr/share/haskell/unregister/${pkgname}.sh"
+runhaskell Setup copy --destdir="${pkgdir}"
+install -D -m644 LICENSE "$pkgdir"/usr/share/licenses/$pkgname/LICENSE
+rm -f "$pkgdir"/usr/share/doc/$pkgname/LICENSE
+}


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

2021-04-14 Thread Felix Yan via arch-commits
Date: Wednesday, April 14, 2021 @ 19:53:30
  Author: felixonmars
Revision: 918804

upgpkg: dhall-json 1.7.6-10: rebuild with http-client 0.7.7

Modified:
  dhall-json/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2021-04-14 19:51:59 UTC (rev 918803)
+++ PKGBUILD2021-04-14 19:53:30 UTC (rev 918804)
@@ -2,7 +2,7 @@
 
 pkgname=dhall-json
 pkgver=1.7.6
-pkgrel=9
+pkgrel=10
 pkgdesc='Convert between Dhall and JSON or YAML'
 url='https://dhall-lang.org'
 license=('BSD')


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

2021-04-14 Thread Felix Yan via arch-commits
Date: Wednesday, April 14, 2021 @ 19:51:59
  Author: felixonmars
Revision: 918803

archrelease: copy trunk to community-staging-x86_64

Added:
  dhall-bash/repos/community-staging-x86_64/
  dhall-bash/repos/community-staging-x86_64/PKGBUILD
(from rev 918802, dhall-bash/trunk/PKGBUILD)

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

Copied: dhall-bash/repos/community-staging-x86_64/PKGBUILD (from rev 918802, 
dhall-bash/trunk/PKGBUILD)
===
--- community-staging-x86_64/PKGBUILD   (rev 0)
+++ community-staging-x86_64/PKGBUILD   2021-04-14 19:51:59 UTC (rev 918803)
@@ -0,0 +1,41 @@
+# Maintainer: Felix Yan 
+
+pkgname=dhall-bash
+pkgver=1.0.36
+pkgrel=59
+pkgdesc='Compile Dhall to Bash'
+url='https://dhall-lang.org'
+license=('BSD')
+arch=('x86_64')
+depends=('ghc-libs' 'dhall' 'haskell-neat-interpolation' 'haskell-shell-escape'
+ 'haskell-optparse-generic')
+makedepends=('ghc')
+source=("https://hackage.haskell.org/packages/archive/${pkgname}/${pkgver}/${pkgname}-${pkgver}.tar.gz";)
+sha512sums=('545e4981e0618a7c09f5ead9db79410ebb8d6d975cc7d42434bb3a0c479ba2886fa8fccf09ddcf35eca8fc1b9cc5ca9401519745e1797f38abcf683b93544bb5')
+
+build() {
+cd $pkgname-$pkgver
+
+runhaskell Setup configure -O --enable-shared --enable-executable-dynamic 
--disable-library-vanilla \
+--prefix=/usr --docdir="/usr/share/doc/${pkgbase}" 
--datasubdir="$pkgname" --enable-tests \
+--dynlibdir=/usr/lib --libsubdir=\$compiler/site-local/\$pkgid
+runhaskell Setup build $MAKEFLAGS
+runhaskell Setup register --gen-script
+runhaskell Setup unregister --gen-script
+sed -i -r -e "s|ghc-pkg.*update[^ ]* |&'--force' |" register.sh
+sed -i -r -e "s|ghc-pkg.*unregister[^ ]* |&'--force' |" unregister.sh
+}
+
+check() {
+cd $pkgname-$pkgver
+runhaskell Setup test
+}
+
+package() {
+cd $pkgname-$pkgver
+install -D -m744 register.sh   
"${pkgdir}/usr/share/haskell/register/${pkgname}.sh"
+install -D -m744 unregister.sh 
"${pkgdir}/usr/share/haskell/unregister/${pkgname}.sh"
+runhaskell Setup copy --destdir="${pkgdir}"
+install -D -m644 LICENSE "$pkgdir"/usr/share/licenses/$pkgname/LICENSE
+rm -f "$pkgdir"/usr/share/doc/$pkgname/LICENSE
+}


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

2021-04-14 Thread Felix Yan via arch-commits
Date: Wednesday, April 14, 2021 @ 19:51:46
  Author: felixonmars
Revision: 918802

upgpkg: dhall-bash 1.0.36-59: rebuild with http-client 0.7.7

Modified:
  dhall-bash/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2021-04-14 19:49:58 UTC (rev 918801)
+++ PKGBUILD2021-04-14 19:51:46 UTC (rev 918802)
@@ -2,7 +2,7 @@
 
 pkgname=dhall-bash
 pkgver=1.0.36
-pkgrel=58
+pkgrel=59
 pkgdesc='Compile Dhall to Bash'
 url='https://dhall-lang.org'
 license=('BSD')


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

2021-04-14 Thread Felix Yan via arch-commits
Date: Wednesday, April 14, 2021 @ 19:49:58
  Author: felixonmars
Revision: 918801

archrelease: copy trunk to community-staging-x86_64

Added:
  dhall/repos/community-staging-x86_64/
  dhall/repos/community-staging-x86_64/PKGBUILD
(from rev 918800, dhall/trunk/PKGBUILD)

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

Copied: dhall/repos/community-staging-x86_64/PKGBUILD (from rev 918800, 
dhall/trunk/PKGBUILD)
===
--- community-staging-x86_64/PKGBUILD   (rev 0)
+++ community-staging-x86_64/PKGBUILD   2021-04-14 19:49:58 UTC (rev 918801)
@@ -0,0 +1,53 @@
+# Maintainer: Felix Yan 
+
+pkgname=dhall
+pkgver=1.38.1
+pkgrel=10
+pkgdesc='A configuration language guaranteed to terminate'
+url='https://dhall-lang.org'
+license=('BSD')
+arch=('x86_64')
+depends=('ghc-libs' 'haskell-aeson' 'haskell-aeson-pretty' 
'haskell-ansi-terminal'
+ 'haskell-atomic-write' 'haskell-case-insensitive' 'haskell-cborg' 
'haskell-cborg-json'
+ 'haskell-contravariant' 'haskell-data-fix' 'haskell-diff' 
'haskell-dotgen'
+ 'haskell-either' 'haskell-half' 'haskell-hashable' 
'haskell-lens-family-core'
+ 'haskell-megaparsec' 'haskell-memory' 'haskell-mmorph' 
'haskell-network-uri'
+ 'haskell-optparse-applicative' 'haskell-parsers' 
'haskell-parser-combinators'
+ 'haskell-prettyprinter' 'haskell-prettyprinter-ansi-terminal' 
'haskell-pretty-simple'
+ 'haskell-profunctors' 'haskell-repline' 'haskell-serialise' 
'haskell-scientific'
+ 'haskell-text-manipulate' 'haskell-th-lift-instances' 
'haskell-transformers-compat'
+ 'haskell-unordered-containers' 'haskell-uri-encode' 'haskell-vector' 
'haskell-cryptonite'
+ 'haskell-http-types' 'haskell-http-client' 'haskell-http-client-tls')
+makedepends=('ghc' 'haskell-foldl' 'haskell-generic-random' 'haskell-mockery' 
'haskell-quickcheck'
+ 'haskell-quickcheck-instances' 'haskell-special-values' 
'haskell-spoon'
+ 'haskell-tasty' 'haskell-tasty-expected-failure' 
'haskell-tasty-hunit'
+ 'haskell-tasty-quickcheck' 'haskell-tasty-silver' 
'haskell-turtle' 'haskell-doctest')
+source=("https://hackage.haskell.org/packages/archive/${pkgname}/${pkgver}/${pkgname}-${pkgver}.tar.gz";)
+sha512sums=('c07d9b88361a58025738d9d51c803c04642acc80c846e5260165a5f73c958e2d19e99ab182a684a079c04c4a9e8b6482008b9872b615a65eca53209dc7d7f4db')
+
+build() {
+cd $pkgname-$pkgver
+
+runhaskell Setup configure -O --enable-shared --enable-executable-dynamic 
--disable-library-vanilla \
+--prefix=/usr --docdir="/usr/share/doc/${pkgbase}" 
--datasubdir="$pkgname" --enable-tests \
+--dynlibdir=/usr/lib --libsubdir=\$compiler/site-local/\$pkgid
+runhaskell Setup build $MAKEFLAGS
+runhaskell Setup register --gen-script
+runhaskell Setup unregister --gen-script
+sed -i -r -e "s|ghc-pkg.*update[^ ]* |&'--force' |" register.sh
+sed -i -r -e "s|ghc-pkg.*unregister[^ ]* |&'--force' |" unregister.sh
+}
+
+check() {
+cd $pkgname-$pkgver
+runhaskell Setup test
+}
+
+package() {
+cd $pkgname-$pkgver
+install -D -m744 register.sh   
"${pkgdir}/usr/share/haskell/register/${pkgname}.sh"
+install -D -m744 unregister.sh 
"${pkgdir}/usr/share/haskell/unregister/${pkgname}.sh"
+runhaskell Setup copy --destdir="${pkgdir}"
+install -D -m644 LICENSE "$pkgdir"/usr/share/licenses/$pkgname/LICENSE
+rm -f "$pkgdir"/usr/share/doc/$pkgname/LICENSE
+}


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

2021-04-14 Thread Felix Yan via arch-commits
Date: Wednesday, April 14, 2021 @ 19:49:44
  Author: felixonmars
Revision: 918800

upgpkg: dhall 1.38.1-10: rebuild with http-client 0.7.7

Modified:
  dhall/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2021-04-14 19:44:32 UTC (rev 918799)
+++ PKGBUILD2021-04-14 19:49:44 UTC (rev 918800)
@@ -2,7 +2,7 @@
 
 pkgname=dhall
 pkgver=1.38.1
-pkgrel=9
+pkgrel=10
 pkgdesc='A configuration language guaranteed to terminate'
 url='https://dhall-lang.org'
 license=('BSD')


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

2021-04-14 Thread Felix Yan via arch-commits
Date: Wednesday, April 14, 2021 @ 19:44:32
  Author: felixonmars
Revision: 918799

archrelease: copy trunk to community-staging-x86_64

Added:
  haskell-pipes-http/repos/community-staging-x86_64/
  haskell-pipes-http/repos/community-staging-x86_64/PKGBUILD
(from rev 918798, haskell-pipes-http/trunk/PKGBUILD)

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

Copied: haskell-pipes-http/repos/community-staging-x86_64/PKGBUILD (from rev 
918798, haskell-pipes-http/trunk/PKGBUILD)
===
--- community-staging-x86_64/PKGBUILD   (rev 0)
+++ community-staging-x86_64/PKGBUILD   2021-04-14 19:44:32 UTC (rev 918799)
@@ -0,0 +1,43 @@
+# Maintainer: Felix Yan 
+# Contributor: Arch Haskell Team 
+
+_hkgname=pipes-http
+pkgname=haskell-pipes-http
+pkgver=1.0.6
+pkgrel=323
+pkgdesc="HTTP client with pipes interface"
+url="https://hackage.haskell.org/package/${_hkgname}";
+license=("BSD")
+arch=('x86_64')
+depends=('ghc-libs' "haskell-http-client" "haskell-http-client-tls" 
"haskell-pipes")
+makedepends=('ghc')
+source=("https://hackage.haskell.org/packages/archive/${_hkgname}/${pkgver}/${_hkgname}-${pkgver}.tar.gz";)
+sha512sums=('b58e5751863d79c08066846fb5959870cf6673e27297acd3b7980b209321a636fdf564c4c08666313c81f7c6c55f4d1307892bc6a59a01a025a87436d5591774')
+
+prepare() {
+cd $_hkgname-$pkgver
+sed -i 's/< *0.7/<1/' $_hkgname.cabal
+}
+
+build() {
+cd $_hkgname-$pkgver
+
+runhaskell Setup configure -O --enable-shared --enable-executable-dynamic 
--disable-library-vanilla \
+--prefix=/usr --docdir=/usr/share/doc/$pkgname \
+--dynlibdir=/usr/lib --libsubdir=\$compiler/site-local/\$pkgid
+runhaskell Setup build $MAKEFLAGS
+runhaskell Setup register --gen-script
+runhaskell Setup unregister --gen-script
+sed -i -r -e "s|ghc-pkg.*update[^ ]* |&'--force' |" register.sh
+sed -i -r -e "s|ghc-pkg.*unregister[^ ]* |&'--force' |" unregister.sh
+}
+
+package() {
+cd $_hkgname-$pkgver
+
+install -D -m744 register.sh 
"$pkgdir"/usr/share/haskell/register/$pkgname.sh
+install -D -m744 unregister.sh 
"$pkgdir"/usr/share/haskell/unregister/$pkgname.sh
+runhaskell Setup copy --destdir="$pkgdir"
+install -D -m644 LICENSE "$pkgdir"/usr/share/licenses/$pkgname/LICENSE
+rm -f "$pkgdir"/usr/share/doc/$pkgname/LICENSE
+}


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

2021-04-14 Thread Felix Yan via arch-commits
Date: Wednesday, April 14, 2021 @ 19:44:19
  Author: felixonmars
Revision: 918798

upgpkg: haskell-pipes-http 1.0.6-323: rebuild with http-client 0.7.7

Modified:
  haskell-pipes-http/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2021-04-14 19:43:45 UTC (rev 918797)
+++ PKGBUILD2021-04-14 19:44:19 UTC (rev 918798)
@@ -4,7 +4,7 @@
 _hkgname=pipes-http
 pkgname=haskell-pipes-http
 pkgver=1.0.6
-pkgrel=322
+pkgrel=323
 pkgdesc="HTTP client with pipes interface"
 url="https://hackage.haskell.org/package/${_hkgname}";
 license=("BSD")


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

2021-04-14 Thread Felix Yan via arch-commits
Date: Wednesday, April 14, 2021 @ 19:43:45
  Author: felixonmars
Revision: 918797

archrelease: copy trunk to community-staging-x86_64

Added:
  haskell-http-download/repos/community-staging-x86_64/
  haskell-http-download/repos/community-staging-x86_64/PKGBUILD
(from rev 918796, haskell-http-download/trunk/PKGBUILD)

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

Copied: haskell-http-download/repos/community-staging-x86_64/PKGBUILD (from rev 
918796, haskell-http-download/trunk/PKGBUILD)
===
--- community-staging-x86_64/PKGBUILD   (rev 0)
+++ community-staging-x86_64/PKGBUILD   2021-04-14 19:43:45 UTC (rev 918797)
@@ -0,0 +1,50 @@
+# Maintainer: Felix Yan 
+
+_hkgname=http-download
+pkgname=haskell-http-download
+pkgver=0.2.0.0
+pkgrel=267
+pkgdesc="Verified downloads with retries"
+url="https://github.com/commercialhaskell/http-download";
+license=('MIT')
+arch=('x86_64')
+depends=('ghc-libs' 'haskell-base64-bytestring' 'haskell-conduit' 
'haskell-conduit-extra'
+ 'haskell-cryptonite' 'haskell-cryptonite-conduit'
+ 'haskell-http-client' 'haskell-http-conduit' 'haskell-http-types' 
'haskell-memory'
+ 'haskell-path' 'haskell-path-io' 'haskell-retry' 'haskell-rio' 
'haskell-rio-prettyprint')
+makedepends=('ghc' 'haskell-hspec' 'haskell-hspec-discover')
+source=(https://hackage.haskell.org/packages/archive/${_hkgname}/${pkgver}/${_hkgname}-${pkgver}.tar.gz)
+sha512sums=('b31caa48c1ea2a01f1301ca63b2e0c135cd0d3d392b92518c7d70d89fd83da7fd95cffa3cb374900a45fb2da8d17f748de0de72fb4beb8ad11e203676f9864ae')
+
+prepare() {
+cd $_hkgname-$pkgver
+echo -e "import Distribution.Simple\nmain = defaultMain" > Setup.hs
+}
+
+build() {
+cd $_hkgname-$pkgver
+
+runhaskell Setup configure -O --enable-shared --enable-executable-dynamic 
--disable-library-vanilla \
+--prefix=/usr --docdir=/usr/share/doc/$pkgname --enable-tests \
+--dynlibdir=/usr/lib --libsubdir=\$compiler/site-local/\$pkgid
+runhaskell Setup build $MAKEFLAGS
+runhaskell Setup register --gen-script
+runhaskell Setup unregister --gen-script
+sed -i -r -e "s|ghc-pkg.*update[^ ]* |&'--force' |" register.sh
+sed -i -r -e "s|ghc-pkg.*unregister[^ ]* |&'--force' |" unregister.sh
+}
+
+check() {
+cd $_hkgname-$pkgver
+runhaskell Setup test
+}
+
+package() {
+cd $_hkgname-$pkgver
+
+install -D -m744 register.sh 
"$pkgdir"/usr/share/haskell/register/$pkgname.sh
+install -D -m744 unregister.sh 
"$pkgdir"/usr/share/haskell/unregister/$pkgname.sh
+runhaskell Setup copy --destdir="$pkgdir"
+install -D -m644 LICENSE "$pkgdir"/usr/share/licenses/$pkgname/LICENSE
+rm -f "$pkgdir"/usr/share/doc/$pkgname/LICENSE
+}


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

2021-04-14 Thread Felix Yan via arch-commits
Date: Wednesday, April 14, 2021 @ 19:43:31
  Author: felixonmars
Revision: 918796

upgpkg: haskell-http-download 0.2.0.0-267: rebuild with http-client 0.7.7

Modified:
  haskell-http-download/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2021-04-14 19:42:45 UTC (rev 918795)
+++ PKGBUILD2021-04-14 19:43:31 UTC (rev 918796)
@@ -3,7 +3,7 @@
 _hkgname=http-download
 pkgname=haskell-http-download
 pkgver=0.2.0.0
-pkgrel=266
+pkgrel=267
 pkgdesc="Verified downloads with retries"
 url="https://github.com/commercialhaskell/http-download";
 license=('MIT')


  1   2   3   4   >