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

2021-11-09 Thread Antonio Rojas via arch-commits
Date: Wednesday, November 10, 2021 @ 07:58:38
  Author: arojas
Revision: 1039541

archrelease: copy trunk to community-any

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

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

Deleted: PKGBUILD
===
--- PKGBUILD2021-11-10 07:58:28 UTC (rev 1039540)
+++ PKGBUILD2021-11-10 07:58:38 UTC (rev 1039541)
@@ -1,47 +0,0 @@
-# Maintainer: Eli Schwartz 
-# Contributor: Hyacinthe Cartiaux 
-
-_pkgname=privacybadger
-pkgname=firefox-extension-${_pkgname}
-pkgver=2021.6.8
-pkgrel=1
-pkgdesc="Block third party tracking in your browser"
-arch=('any')
-url="https://www.eff.org/privacybadger";
-license=('GPL3')
-groups=('firefox-addons')
-makedepends=("unzip")
-source=("${_pkgname}-${pkgver}.xpi::https://www.eff.org/files/privacy-badger-eff-${pkgver}.xpi";
-
"${_pkgname}-${pkgver}.xpi.sig::https://www.eff.org/files/privacy-badger-eff-${pkgver}.xpi.sig";)
-noextract=("${_pkgname}-${pkgver}.xpi")
-sha256sums=('86d1fbada6c04365602ae1bd26eaeecbafebeb3ae951cb99e1e1bbf40e6fcbc7'
-'SKIP')
-b2sums=('3ceb9e0ae250741ff98399fcb8a82e65bb33b8422ee86cb2be9d18c34a11d3218b6e0e9d9d29d1886d2776aa9602fe3521ef5e9242bba8d17eac89ec84ea2e77'
-'SKIP')
-validpgpkeys=('88F8662241B0C16C16E3B5A7950FC3999D80F309') # Alexei 

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

Copied: firefox-extension-privacybadger/repos/community-any/PKGBUILD (from rev 
1039540, firefox-extension-privacybadger/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2021-11-10 07:58:38 UTC (rev 1039541)
@@ -0,0 +1,47 @@
+# Maintainer: Eli Schwartz 
+# Contributor: Hyacinthe Cartiaux 
+
+_pkgname=privacybadger
+pkgname=firefox-extension-${_pkgname}
+pkgver=2021.8.17
+pkgrel=1
+pkgdesc="Block third party tracking in your browser"
+arch=('any')
+url="https://www.eff.org/privacybadger";
+license=('GPL3')
+groups=('firefox-addons')
+makedepends=("unzip")
+source=("${_pkgname}-${pkgver}.xpi::https://www.eff.org/files/privacy-badger-eff-${pkgver}.xpi";
+
"${_pkgname}-${pkgver}.xpi.sig::https://www.eff.org/files/privacy-badger-eff-${pkgver}.xpi.sig";)
+noextract=("${_pkgname}-${pkgver}.xpi")
+sha256sums=('6803803845f9001dcfcbacf4439d64ec49a59a9d3777921e8a16f5ffa985bf9d'
+'SKIP')
+b2sums=('3247e1b11353a9577a9e53850a44ce3d103730861a5e5807ec6450ce2837fec12b4869db7015dd7385ba44021039b8649a966d7dff3edc0297abc952d2c49c9a'
+'SKIP')
+validpgpkeys=('88F8662241B0C16C16E3B5A7950FC3999D80F309') # Alexei 

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



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

2021-11-09 Thread Antonio Rojas via arch-commits
Date: Wednesday, November 10, 2021 @ 07:58:28
  Author: arojas
Revision: 1039540

Update to 2021.8.17

Modified:
  firefox-extension-privacybadger/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2021-11-10 07:54:41 UTC (rev 1039539)
+++ PKGBUILD2021-11-10 07:58:28 UTC (rev 1039540)
@@ -3,7 +3,7 @@
 
 _pkgname=privacybadger
 pkgname=firefox-extension-${_pkgname}
-pkgver=2021.6.8
+pkgver=2021.8.17
 pkgrel=1
 pkgdesc="Block third party tracking in your browser"
 arch=('any')
@@ -14,9 +14,9 @@
 
source=("${_pkgname}-${pkgver}.xpi::https://www.eff.org/files/privacy-badger-eff-${pkgver}.xpi";
 
"${_pkgname}-${pkgver}.xpi.sig::https://www.eff.org/files/privacy-badger-eff-${pkgver}.xpi.sig";)
 noextract=("${_pkgname}-${pkgver}.xpi")
-sha256sums=('86d1fbada6c04365602ae1bd26eaeecbafebeb3ae951cb99e1e1bbf40e6fcbc7'
+sha256sums=('6803803845f9001dcfcbacf4439d64ec49a59a9d3777921e8a16f5ffa985bf9d'
 'SKIP')
-b2sums=('3ceb9e0ae250741ff98399fcb8a82e65bb33b8422ee86cb2be9d18c34a11d3218b6e0e9d9d29d1886d2776aa9602fe3521ef5e9242bba8d17eac89ec84ea2e77'
+b2sums=('3247e1b11353a9577a9e53850a44ce3d103730861a5e5807ec6450ce2837fec12b4869db7015dd7385ba44021039b8649a966d7dff3edc0297abc952d2c49c9a'
 'SKIP')
 validpgpkeys=('88F8662241B0C16C16E3B5A7950FC3999D80F309') # Alexei 

 



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

2021-11-09 Thread Antonio Rojas via arch-commits
Date: Wednesday, November 10, 2021 @ 07:54:41
  Author: arojas
Revision: 1039539

archrelease: copy trunk to community-any

Added:
  firefox-extension-https-everywhere/repos/community-any/PKGBUILD
(from rev 1039538, firefox-extension-https-everywhere/trunk/PKGBUILD)
Deleted:
  firefox-extension-https-everywhere/repos/community-any/PKGBUILD

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

Deleted: PKGBUILD
===
--- PKGBUILD2021-11-10 07:54:32 UTC (rev 1039538)
+++ PKGBUILD2021-11-10 07:54:41 UTC (rev 1039539)
@@ -1,48 +0,0 @@
-# Maintainer: Eli Schwartz 
-# Contributor: Hyacinthe Cartiaux 
-
-_pkgname=https-everywhere
-pkgname=firefox-extension-${_pkgname}
-pkgver=2021.4.15
-pkgrel=1
-pkgdesc="Plugin for firefox which ensures you are using https whenever it's 
possible."
-arch=('any')
-url="https://www.eff.org/https-everywhere";
-license=('GPL2')
-groups=('firefox-addons')
-makedepends=("unzip")
-source=("${_pkgname}-${pkgver}.xpi::https://www.eff.org/files/https-everywhere-${pkgver}-eff.xpi";
-
"${_pkgname}-${pkgver}.xpi.sig::https://www.eff.org/files/https-everywhere-${pkgver}-eff.xpi.sig";)
-noextract=("${_pkgname}-${pkgver}.xpi")
-sha256sums=('7e5f72808ea148beccd416ecbdf33ea1ebc43a432e4e785b5e5e1339b7a2b708'
-'SKIP')
-b2sums=('ec7d259013f816e8cf63374aa4035c5ba526f17a1991e788848eb5f0a58e022e2c05c71ff75be5bbaa72f5cad4a57d2605795ad48badebf8b3533e6fe5307a08'
-'SKIP')
-validpgpkeys=('1073E74EB38BD6D19476CBF8EA9DBF9FB761A677'  # William Budington 

-  'CE340E9D077F1DC0F4FA7B030D16CFA2BA1F7420') # Alexis 

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

Copied: firefox-extension-https-everywhere/repos/community-any/PKGBUILD (from 
rev 1039538, firefox-extension-https-everywhere/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2021-11-10 07:54:41 UTC (rev 1039539)
@@ -0,0 +1,48 @@
+# Maintainer: Eli Schwartz 
+# Contributor: Hyacinthe Cartiaux 
+
+_pkgname=https-everywhere
+pkgname=firefox-extension-${_pkgname}
+pkgver=2021.7.13
+pkgrel=1
+pkgdesc="Plugin for firefox which ensures you are using https whenever it's 
possible."
+arch=('any')
+url="https://www.eff.org/https-everywhere";
+license=('GPL2')
+groups=('firefox-addons')
+makedepends=("unzip")
+source=("${_pkgname}-${pkgver}.xpi::https://www.eff.org/files/https-everywhere-${pkgver}-eff.xpi";
+
"${_pkgname}-${pkgver}.xpi.sig::https://www.eff.org/files/https-everywhere-${pkgver}-eff.xpi.sig";)
+noextract=("${_pkgname}-${pkgver}.xpi")
+sha256sums=('d5a4044984ce2a7a1261a45bfdd7b6a9682d25d58f1db960c21c22847ceae975'
+'SKIP')
+b2sums=('f57dca1ef46005349920b52001d093a92e48ce519d1a9c6703c813ce126ff4ece5aa8447ec40198a602ec833d750fbc4a878147372ad13350799ede53bb97951'
+'SKIP')
+validpgpkeys=('1073E74EB38BD6D19476CBF8EA9DBF9FB761A677'  # William Budington 

+  'CE340E9D077F1DC0F4FA7B030D16CFA2BA1F7420') # Alexis 

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



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

2021-11-09 Thread Antonio Rojas via arch-commits
Date: Wednesday, November 10, 2021 @ 07:54:32
  Author: arojas
Revision: 1039538

Update to 2021.7.13

Modified:
  firefox-extension-https-everywhere/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2021-11-10 07:50:57 UTC (rev 1039537)
+++ PKGBUILD2021-11-10 07:54:32 UTC (rev 1039538)
@@ -3,7 +3,7 @@
 
 _pkgname=https-everywhere
 pkgname=firefox-extension-${_pkgname}
-pkgver=2021.4.15
+pkgver=2021.7.13
 pkgrel=1
 pkgdesc="Plugin for firefox which ensures you are using https whenever it's 
possible."
 arch=('any')
@@ -14,9 +14,9 @@
 
source=("${_pkgname}-${pkgver}.xpi::https://www.eff.org/files/https-everywhere-${pkgver}-eff.xpi";
 
"${_pkgname}-${pkgver}.xpi.sig::https://www.eff.org/files/https-everywhere-${pkgver}-eff.xpi.sig";)
 noextract=("${_pkgname}-${pkgver}.xpi")
-sha256sums=('7e5f72808ea148beccd416ecbdf33ea1ebc43a432e4e785b5e5e1339b7a2b708'
+sha256sums=('d5a4044984ce2a7a1261a45bfdd7b6a9682d25d58f1db960c21c22847ceae975'
 'SKIP')
-b2sums=('ec7d259013f816e8cf63374aa4035c5ba526f17a1991e788848eb5f0a58e022e2c05c71ff75be5bbaa72f5cad4a57d2605795ad48badebf8b3533e6fe5307a08'
+b2sums=('f57dca1ef46005349920b52001d093a92e48ce519d1a9c6703c813ce126ff4ece5aa8447ec40198a602ec833d750fbc4a878147372ad13350799ede53bb97951'
 'SKIP')
 validpgpkeys=('1073E74EB38BD6D19476CBF8EA9DBF9FB761A677'  # William Budington 

   'CE340E9D077F1DC0F4FA7B030D16CFA2BA1F7420') # Alexis 




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

2021-11-09 Thread Antonio Rojas via arch-commits
Date: Wednesday, November 10, 2021 @ 07:50:57
  Author: arojas
Revision: 1039537

archrelease: copy trunk to community-x86_64

Added:
  scite/repos/community-x86_64/PKGBUILD
(from rev 1039536, scite/trunk/PKGBUILD)
  scite/repos/community-x86_64/SciTE.appdata.xml
(from rev 1039536, scite/trunk/SciTE.appdata.xml)
Deleted:
  scite/repos/community-x86_64/PKGBUILD
  scite/repos/community-x86_64/SciTE.appdata.xml

---+
 PKGBUILD  |   82 ++--
 SciTE.appdata.xml |   56 +--
 2 files changed, 69 insertions(+), 69 deletions(-)

Deleted: PKGBUILD
===
--- PKGBUILD2021-11-10 07:50:47 UTC (rev 1039536)
+++ PKGBUILD2021-11-10 07:50:57 UTC (rev 1039537)
@@ -1,41 +0,0 @@
-# Maintainer: Balló György 
-# Contributor: Lex Black 
-# Contributor: Alexander F Rødseth 
-# Contributor: Thomas S Hatch 
-# Contributor: Corrado 'bardo' Primier 
-# Contributor: Jochem Kossen 
-# Contributor: Daniel J Griffiths 
-
-pkgname=scite
-pkgver=5.1.4
-pkgrel=1
-pkgdesc='Editor with facilities for building and running programs'
-arch=('x86_64')
-url='https://www.scintilla.org/SciTE.html'
-license=('custom:HPND')
-depends=('gtk3')
-backup=('usr/share/scite/SciTEGlobal.properties')
-source=("https://www.scintilla.org/${pkgname}${pkgver//./}.tgz";
-'SciTE.appdata.xml')
-sha256sums=('e3a1d55edc12e01eb1293316882d94ef11c9d2773ebe6985eeaf0f0012f3c0e4'
-'cecf3f2f86cd05541e4c87064244f098904d5aed535f77244977e22cede7c842')
-
-prepare() {
-  sed -i 's/xdg-open/gio open/' scite/src/*.properties
-  sed -i 
's|pixmapdir=$(datadir)/pixmaps|pixmapdir=$(datadir)/icons/hicolor/48x48/apps|
-  s|pixmapdir)/Sci48M.png|pixmapdir)/SciTE.png|' scite/gtk/makefile
-  sed -i 's/Sci48M/SciTE/' scite/gtk/{SciTEGTK.cxx,SciTE.desktop}
-}
-
-build() {
-  make -C lexilla/src
-  make -C scintilla/gtk GTK3=1
-  make -C scite/gtk GTK3=1
-}
-
-package() {
-  make -C scite/gtk DESTDIR="$pkgdir" GTK3=1 install
-  install -Dm644 scite/License.txt 
"$pkgdir/usr/share/licenses/$pkgname/License.txt"
-  install -Dm644 SciTE.appdata.xml 
"$pkgdir/usr/share/metainfo/SciTE.appdata.xml"
-  ln -sf /usr/bin/SciTE "$pkgdir/usr/bin/scite"
-}

Copied: scite/repos/community-x86_64/PKGBUILD (from rev 1039536, 
scite/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2021-11-10 07:50:57 UTC (rev 1039537)
@@ -0,0 +1,41 @@
+# Maintainer: Balló György 
+# Contributor: Lex Black 
+# Contributor: Alexander F Rødseth 
+# Contributor: Thomas S Hatch 
+# Contributor: Corrado 'bardo' Primier 
+# Contributor: Jochem Kossen 
+# Contributor: Daniel J Griffiths 
+
+pkgname=scite
+pkgver=5.1.5
+pkgrel=1
+pkgdesc='Editor with facilities for building and running programs'
+arch=('x86_64')
+url='https://www.scintilla.org/SciTE.html'
+license=('custom:HPND')
+depends=('gtk3')
+backup=('usr/share/scite/SciTEGlobal.properties')
+source=("https://www.scintilla.org/${pkgname}${pkgver//./}.tgz";
+'SciTE.appdata.xml')
+sha256sums=('7b4410d32bbc9fc5c81102287588631e00e5b63a31d2f5e709f9ac12fbbfc73d'
+'cecf3f2f86cd05541e4c87064244f098904d5aed535f77244977e22cede7c842')
+
+prepare() {
+  sed -i 's/xdg-open/gio open/' scite/src/*.properties
+  sed -i 
's|pixmapdir=$(datadir)/pixmaps|pixmapdir=$(datadir)/icons/hicolor/48x48/apps|
+  s|pixmapdir)/Sci48M.png|pixmapdir)/SciTE.png|' scite/gtk/makefile
+  sed -i 's/Sci48M/SciTE/' scite/gtk/{SciTEGTK.cxx,SciTE.desktop}
+}
+
+build() {
+  make -C lexilla/src
+  make -C scintilla/gtk GTK3=1
+  make -C scite/gtk GTK3=1
+}
+
+package() {
+  make -C scite/gtk DESTDIR="$pkgdir" GTK3=1 install
+  install -Dm644 scite/License.txt 
"$pkgdir/usr/share/licenses/$pkgname/License.txt"
+  install -Dm644 SciTE.appdata.xml 
"$pkgdir/usr/share/metainfo/SciTE.appdata.xml"
+  ln -sf /usr/bin/SciTE "$pkgdir/usr/bin/scite"
+}

Deleted: SciTE.appdata.xml
===
--- SciTE.appdata.xml   2021-11-10 07:50:47 UTC (rev 1039536)
+++ SciTE.appdata.xml   2021-11-10 07:50:57 UTC (rev 1039537)
@@ -1,28 +0,0 @@
-
-
-  org.scintilla.SciTE
-  SciTE.desktop
-  SciTE
-  A SCIntilla based Text Editor
-  CC0-1.0
-  HPND
-  
-SciTE is a SCIntilla based Text Editor. Originally built to demonstrate 
Scintilla, it has grown to be a generally useful editor with facilities for 
building and running programs. 
-SciTE includes the following features:
-
-  Syntax highlighting
-  Run code in Terminal, C, C++, vala, go
-  Code completion
-  Code folding
-  Many supported filetypes like C, Java, PHP, HTML, Python, Perl, 
Pascal
-  Exporting file to HTML, RTF, PDF, LATEX, XML
-
-  
-  
-
-  https://www.scintilla.org/SciTE224.png
-
-  
-  https://sourceforge.net/p/scintilla/bugs/
-  https://scin

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

2021-11-09 Thread Antonio Rojas via arch-commits
Date: Wednesday, November 10, 2021 @ 07:50:47
  Author: arojas
Revision: 1039536

Update to 5.1.5

Modified:
  scite/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2021-11-10 07:26:39 UTC (rev 1039535)
+++ PKGBUILD2021-11-10 07:50:47 UTC (rev 1039536)
@@ -7,7 +7,7 @@
 # Contributor: Daniel J Griffiths 
 
 pkgname=scite
-pkgver=5.1.4
+pkgver=5.1.5
 pkgrel=1
 pkgdesc='Editor with facilities for building and running programs'
 arch=('x86_64')
@@ -17,7 +17,7 @@
 backup=('usr/share/scite/SciTEGlobal.properties')
 source=("https://www.scintilla.org/${pkgname}${pkgver//./}.tgz";
 'SciTE.appdata.xml')
-sha256sums=('e3a1d55edc12e01eb1293316882d94ef11c9d2773ebe6985eeaf0f0012f3c0e4'
+sha256sums=('7b4410d32bbc9fc5c81102287588631e00e5b63a31d2f5e709f9ac12fbbfc73d'
 'cecf3f2f86cd05541e4c87064244f098904d5aed535f77244977e22cede7c842')
 
 prepare() {



[arch-commits] Commit in samba/repos/extra-x86_64 (24 files)

2021-11-09 Thread Tobias Powalowski via arch-commits
Date: Wednesday, November 10, 2021 @ 07:31:19
  Author: tpowa
Revision: 427857

archrelease: copy trunk to extra-x86_64

Added:
  samba/repos/extra-x86_64/PKGBUILD
(from rev 427856, samba/trunk/PKGBUILD)
  samba/repos/extra-x86_64/nmbd.service
(from rev 427856, samba/trunk/nmbd.service)
  samba/repos/extra-x86_64/samba.conf
(from rev 427856, samba/trunk/samba.conf)
  samba/repos/extra-x86_64/samba.conf.d
(from rev 427856, samba/trunk/samba.conf.d)
  samba/repos/extra-x86_64/samba.install
(from rev 427856, samba/trunk/samba.install)
  samba/repos/extra-x86_64/samba.logrotate
(from rev 427856, samba/trunk/samba.logrotate)
  samba/repos/extra-x86_64/samba.pam
(from rev 427856, samba/trunk/samba.pam)
  samba/repos/extra-x86_64/samba.service
(from rev 427856, samba/trunk/samba.service)
  samba/repos/extra-x86_64/smbd.service
(from rev 427856, samba/trunk/smbd.service)
  samba/repos/extra-x86_64/smbd.socket
(from rev 427856, samba/trunk/smbd.socket)
  samba/repos/extra-x86_64/smbd@.service
(from rev 427856, samba/trunk/smbd@.service)
  samba/repos/extra-x86_64/winbindd.service
(from rev 427856, samba/trunk/winbindd.service)
Deleted:
  samba/repos/extra-x86_64/PKGBUILD
  samba/repos/extra-x86_64/nmbd.service
  samba/repos/extra-x86_64/samba.conf
  samba/repos/extra-x86_64/samba.conf.d
  samba/repos/extra-x86_64/samba.install
  samba/repos/extra-x86_64/samba.logrotate
  samba/repos/extra-x86_64/samba.pam
  samba/repos/extra-x86_64/samba.service
  samba/repos/extra-x86_64/smbd.service
  samba/repos/extra-x86_64/smbd.socket
  samba/repos/extra-x86_64/smbd@.service
  samba/repos/extra-x86_64/winbindd.service

--+
 PKGBUILD |  406 ++---
 nmbd.service |   24 +--
 samba.conf   |4 
 samba.conf.d |   36 ++--
 samba.install|   20 +-
 samba.logrotate  |   10 -
 samba.pam|6 
 samba.service|   28 +--
 smbd.service |   24 +--
 smbd.socket  |   18 +-
 smbd@.service|   14 -
 winbindd.service |   24 +--
 12 files changed, 307 insertions(+), 307 deletions(-)

Deleted: PKGBUILD
===
--- PKGBUILD2021-11-10 07:31:05 UTC (rev 427856)
+++ PKGBUILD2021-11-10 07:31:19 UTC (rev 427857)
@@ -1,203 +0,0 @@
-
-# Maintainer: Tobias Powalowski 
-# Contributor: judd 
-# Contributor: Michael Hansen 
-# Contributor: Marco A Rojas 
-# Contributor: Netanel Shine 
-# Contributor: ngoonee 
-# Contributor: Adam Russell 
-# Contributor: Dhananjay Sathe 
-
-pkgbase=samba
-pkgname=('smbclient' 'samba')
-pkgver=4.15.1
-pkgrel=1
-arch=(x86_64)
-url="https://www.samba.org";
-license=('GPL3')
-makedepends=('python' 'python-markdown' 'python-dnspython' 'docbook-xsl' 
'pkg-config' 'libbsd' 'db' 'popt' 'libcups'
- 'readline' 'tevent' 'acl' 'libldap' 'libcap' 'ldb' 'krb5' 'pam'
- 'systemd' 'gnutls' 'talloc' 'tdb' 'dbus' 'libaio'
- 'perl-parse-yapp' 'libnsl' 'libtirpc' 'rpcsvc-proto' 'jansson'
- 'ceph-libs' 'liburing')
-optdepends=(
- 'python-dnspython: samba_dnsupdate and samba_upgradedns in AD 
setup'
-)
-source=(https://us1.samba.org/samba/ftp/stable/${pkgbase}-${pkgver}.tar{.gz,.asc}
-samba.logrotate
-samba.pam
-samba.conf)
-validpgpkeys=('81F5E2832BD2545A1897B713AA99442FB680B620') #Samba Distribution 
Verification Key 
-sha512sums=('caa6365f26b2b19c96732252b4f8446e82a1f12f08e4ad7803709d8a10b9cc4f1075723f0249419f387b2a8de9020f68cbf0ca780f0e56efbe11fb7ddb32ebf6'
-'SKIP'
-
'2ba0691ded467e4d6e40821f6de58c00f8962209efe2e60284c0c87756ab471c22c3d63b77d506e48c90ed0d852a2a24e41be1d499cf74a73cb99da0b503c858'
-
'1e6183ab0eb812b3ef687ac2c26ce78f7cb30540f606d20023669ac00ba04075487fb72e4dc89cc05dab0269ff6aca98fc1167cc75669c225b88b592482fbf67'
-
'e46ee848baabb261e7468ecee43aba4d001a24f86f5322ae522abdb75030fd0ebd9063b9df0be3576c4d1654d81331f5e389aee16ec2fa138259ae4728e94efc')
-### UNINSTALL dmapi package before building!!!
-
-build() {
-  # Use samba-pkg as a staging directory for the split packages
-  # (This is so RPATHS and symlinks are generated correctly via
-  # make install, but the otherwise unsplit pieces can be split)
-  _pkgsrc="${srcdir}"/samba-pkg
-  rm -rf ${_pkgsrc}
-  _samba4_idmap_modules=idmap_ad,idmap_rid,idmap_adex,idmap_hash,idmap_tdb2
-  
_samba4_pdb_modules=pdb_tdbsam,pdb_ldap,pdb_ads,pdb_smbpasswd,pdb_wbc_sam,pdb_samba4
-  
_samba4_auth_modules=auth_unix,auth_wbc,auth_server,auth_netlogond,auth_script,auth_samba4
-  cd samba-${pkgver}
-  ./configure --enable-fhs \
-  --prefix=/usr \
-  --sysconfdir=/etc \
-  --sbindir=/usr/bin \
-  --libdir=/usr/lib \
-  --libexecdir=/usr/lib/samba \
-  --localstatedir=/var \
-  --with-configdir=/etc/samba \
-  --with-lockdir=/var/cache/samba \
-  

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

2021-11-09 Thread Tobias Powalowski via arch-commits
Date: Wednesday, November 10, 2021 @ 07:31:05
  Author: tpowa
Revision: 427856

upgpkg: samba 4.15.2-1: bump to latest version

Modified:
  samba/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2021-11-10 07:24:22 UTC (rev 427855)
+++ PKGBUILD2021-11-10 07:31:05 UTC (rev 427856)
@@ -10,7 +10,7 @@
 
 pkgbase=samba
 pkgname=('smbclient' 'samba')
-pkgver=4.15.1
+pkgver=4.15.2
 pkgrel=1
 arch=(x86_64)
 url="https://www.samba.org";
@@ -28,7 +28,7 @@
 samba.pam
 samba.conf)
 validpgpkeys=('81F5E2832BD2545A1897B713AA99442FB680B620') #Samba Distribution 
Verification Key 
-sha512sums=('caa6365f26b2b19c96732252b4f8446e82a1f12f08e4ad7803709d8a10b9cc4f1075723f0249419f387b2a8de9020f68cbf0ca780f0e56efbe11fb7ddb32ebf6'
+sha512sums=('6fdf9db0da90332afe527703066cca4ec5b0ec6bf6a5979443953f9fbc18b870a7e2445a41c9ae3d63f7738c9c0282e7ca82f6066aa68e151eec248615ea7b21'
 'SKIP'
 
'2ba0691ded467e4d6e40821f6de58c00f8962209efe2e60284c0c87756ab471c22c3d63b77d506e48c90ed0d852a2a24e41be1d499cf74a73cb99da0b503c858'
 
'1e6183ab0eb812b3ef687ac2c26ce78f7cb30540f606d20023669ac00ba04075487fb72e4dc89cc05dab0269ff6aca98fc1167cc75669c225b88b592482fbf67'



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

2021-11-09 Thread Felix Yan via arch-commits
Date: Wednesday, November 10, 2021 @ 07:26:39
  Author: felixonmars
Revision: 1039535

archrelease: copy trunk to community-staging-x86_64

Added:
  haskell-quickcheck/repos/community-staging-x86_64/PKGBUILD
(from rev 1039534, haskell-quickcheck/trunk/PKGBUILD)
Deleted:
  haskell-quickcheck/repos/community-staging-x86_64/PKGBUILD

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

Deleted: PKGBUILD
===
--- PKGBUILD2021-11-10 07:26:25 UTC (rev 1039534)
+++ PKGBUILD2021-11-10 07:26:39 UTC (rev 1039535)
@@ -1,50 +0,0 @@
-# Maintainer: Alexander F Rødseth 
-# Contributor: Vesa Kaihlavirta 
-# Contributor: Arch Haskell Team 
-
-_hkgname=QuickCheck
-pkgname=haskell-quickcheck
-pkgver=2.14.2
-pkgrel=221
-pkgdesc='Automatic testing of Haskell programs'
-url='https://hackage.haskell.org/package/QuickCheck'
-license=('BSD')
-arch=('x86_64')
-depends=('ghc-libs' 'haskell-erf' 'haskell-random' 'haskell-splitmix')
-makedepends=('ghc')
-source=("https://hackage.haskell.org/packages/archive/$_hkgname/$pkgver/$_hkgname-$pkgver.tar.gz";)
-sha512sums=('84decd354e6093bc72afd125410499dd4be3ae8fdbf0a3b466011b4dbcb5c5657e51ab75cfe22790e22bf4ac54cbb1203ff7a0d108e872ce60f4831be827a6e5')
-
-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=-fllvm \
--ftemplateHaskell
-
-  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 --show-details=direct
-}
-
-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
-}
-
-# vim: ts=2 sw=2 et:

Copied: haskell-quickcheck/repos/community-staging-x86_64/PKGBUILD (from rev 
1039534, haskell-quickcheck/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2021-11-10 07:26:39 UTC (rev 1039535)
@@ -0,0 +1,50 @@
+# Maintainer: Alexander F Rødseth 
+# Contributor: Vesa Kaihlavirta 
+# Contributor: Arch Haskell Team 
+
+_hkgname=QuickCheck
+pkgname=haskell-quickcheck
+pkgver=2.14.2
+pkgrel=222
+pkgdesc='Automatic testing of Haskell programs'
+url='https://hackage.haskell.org/package/QuickCheck'
+license=('BSD')
+arch=('x86_64')
+depends=('ghc-libs' 'haskell-erf' 'haskell-random' 'haskell-splitmix')
+makedepends=('ghc')
+source=("https://hackage.haskell.org/packages/archive/$_hkgname/$pkgver/$_hkgname-$pkgver.tar.gz";)
+sha512sums=('84decd354e6093bc72afd125410499dd4be3ae8fdbf0a3b466011b4dbcb5c5657e51ab75cfe22790e22bf4ac54cbb1203ff7a0d108e872ce60f4831be827a6e5')
+
+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=-fllvm \
+-ftemplateHaskell
+
+  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 --show-details=direct
+}
+
+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
+}
+
+# vim: ts=2 sw=2 et:



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

2021-11-09 Thread Felix Yan via arch-commits
Date: Wednesday, November 10, 2021 @ 07:26:25
  Author: felixonmars
Revision: 1039534

upgpkg: haskell-quickcheck 2.14.2-222: rebuild with transformers-compat 0.7.1

Modified:
  haskell-quickcheck/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2021-11-10 07:21:26 UTC (rev 1039533)
+++ PKGBUILD2021-11-10 07:26:25 UTC (rev 1039534)
@@ -5,7 +5,7 @@
 _hkgname=QuickCheck
 pkgname=haskell-quickcheck
 pkgver=2.14.2
-pkgrel=221
+pkgrel=222
 pkgdesc='Automatic testing of Haskell programs'
 url='https://hackage.haskell.org/package/QuickCheck'
 license=('BSD')



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

2021-11-09 Thread Antonio Rojas via arch-commits
Date: Wednesday, November 10, 2021 @ 07:24:22
  Author: arojas
Revision: 427855

archrelease: copy trunk to extra-x86_64

Added:
  qt5-declarative/repos/extra-x86_64/PKGBUILD
(from rev 427854, qt5-declarative/trunk/PKGBUILD)
Deleted:
  qt5-declarative/repos/extra-x86_64/PKGBUILD

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

Deleted: PKGBUILD
===
--- PKGBUILD2021-11-10 07:24:14 UTC (rev 427854)
+++ PKGBUILD2021-11-10 07:24:22 UTC (rev 427855)
@@ -1,54 +0,0 @@
-# Maintainer: Felix Yan 
-# Contributor: Andrea Scarpino 
-
-pkgname=qt5-declarative
-pkgver=5.15.2+kde+r36
-pkgrel=1
-_commit=55324650f9e759a43dce927f823c9858574106c3
-arch=('x86_64')
-url='https://www.qt.io'
-license=('GPL3' 'LGPL3' 'FDL' 'custom')
-pkgdesc='Classes for QML and JavaScript languages'
-depends=('qt5-base')
-makedepends=('python' 'vulkan-headers' 'git')
-groups=('qt' 'qt5')
-conflicts=('qtchooser')
-_pkgfqn=qtdeclarative
-source=(git+https://invent.kde.org/qt/qt/$_pkgfqn#commit=$_commit)
-sha256sums=('SKIP')
-
-pkgver() {
-  cd $_pkgfqn
-  echo "5.15.2+kde+r"`git rev-list --count origin/5.15.2..$_commit`
-}
-
-prepare() {
-  mkdir -p build
-
-  cd $_pkgfqn
-  git revert -n 568763928a78b52373932b01be17e040f7c3fa50 # Revert version bump
-}
-
-build() {
-  cd build
-
-  qmake ../${_pkgfqn}
-  make
-}
-
-package() {
-  cd build
-  make INSTALL_ROOT="$pkgdir" install
-
-  # Symlinks for backwards compatibility
-  for b in "$pkgdir"/usr/bin/*; do
-ln -s $(basename $b) "$pkgdir"/usr/bin/$(basename $b)-qt5
-  done
-
-  # Drop QMAKE_PRL_BUILD_DIR because reference the build dir
-  find "$pkgdir/usr/lib" -type f -name '*.prl' \
--exec sed -i -e '/^QMAKE_PRL_BUILD_DIR/d' {} \;
-
-  install -d "$pkgdir"/usr/share/licenses
-  ln -s /usr/share/licenses/qt5-base "$pkgdir"/usr/share/licenses/${pkgname}
-}

Copied: qt5-declarative/repos/extra-x86_64/PKGBUILD (from rev 427854, 
qt5-declarative/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2021-11-10 07:24:22 UTC (rev 427855)
@@ -0,0 +1,54 @@
+# Maintainer: Felix Yan 
+# Contributor: Andrea Scarpino 
+
+pkgname=qt5-declarative
+pkgver=5.15.2+kde+r39
+pkgrel=1
+_commit=d7ede3462d7e12e4fa60a6efa1b83e2157be4b00
+arch=('x86_64')
+url='https://www.qt.io'
+license=('GPL3' 'LGPL3' 'FDL' 'custom')
+pkgdesc='Classes for QML and JavaScript languages'
+depends=('qt5-base')
+makedepends=('python' 'vulkan-headers' 'git')
+groups=('qt' 'qt5')
+conflicts=('qtchooser')
+_pkgfqn=qtdeclarative
+source=(git+https://invent.kde.org/qt/qt/$_pkgfqn#commit=$_commit)
+sha256sums=('SKIP')
+
+pkgver() {
+  cd $_pkgfqn
+  echo "5.15.2+kde+r"`git rev-list --count origin/5.15.2..$_commit`
+}
+
+prepare() {
+  mkdir -p build
+
+  cd $_pkgfqn
+  git revert -n 568763928a78b52373932b01be17e040f7c3fa50 # Revert version bump
+}
+
+build() {
+  cd build
+
+  qmake ../${_pkgfqn}
+  make
+}
+
+package() {
+  cd build
+  make INSTALL_ROOT="$pkgdir" install
+
+  # Symlinks for backwards compatibility
+  for b in "$pkgdir"/usr/bin/*; do
+ln -s $(basename $b) "$pkgdir"/usr/bin/$(basename $b)-qt5
+  done
+
+  # Drop QMAKE_PRL_BUILD_DIR because reference the build dir
+  find "$pkgdir/usr/lib" -type f -name '*.prl' \
+-exec sed -i -e '/^QMAKE_PRL_BUILD_DIR/d' {} \;
+
+  install -d "$pkgdir"/usr/share/licenses
+  ln -s /usr/share/licenses/qt5-base "$pkgdir"/usr/share/licenses/${pkgname}
+}



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

2021-11-09 Thread Antonio Rojas via arch-commits
Date: Wednesday, November 10, 2021 @ 07:24:14
  Author: arojas
Revision: 427854

Bump revision

Modified:
  qt5-declarative/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2021-11-10 06:52:59 UTC (rev 427853)
+++ PKGBUILD2021-11-10 07:24:14 UTC (rev 427854)
@@ -2,9 +2,9 @@
 # Contributor: Andrea Scarpino 
 
 pkgname=qt5-declarative
-pkgver=5.15.2+kde+r36
+pkgver=5.15.2+kde+r39
 pkgrel=1
-_commit=55324650f9e759a43dce927f823c9858574106c3
+_commit=d7ede3462d7e12e4fa60a6efa1b83e2157be4b00
 arch=('x86_64')
 url='https://www.qt.io'
 license=('GPL3' 'LGPL3' 'FDL' 'custom')



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

2021-11-09 Thread Felix Yan via arch-commits
Date: Wednesday, November 10, 2021 @ 07:21:26
  Author: felixonmars
Revision: 1039533

archrelease: copy trunk to community-staging-x86_64

Added:
  haskell-random/repos/community-staging-x86_64/PKGBUILD
(from rev 1039532, haskell-random/trunk/PKGBUILD)
Deleted:
  haskell-random/repos/community-staging-x86_64/PKGBUILD

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

Deleted: PKGBUILD
===
--- PKGBUILD2021-11-10 07:21:11 UTC (rev 1039532)
+++ PKGBUILD2021-11-10 07:21:26 UTC (rev 1039533)
@@ -1,51 +0,0 @@
-# Maintainer: Felix Yan 
-# Contributor: Thomas Dziedzic 
-
-_hkgname=random
-pkgname=haskell-random
-pkgver=1.2.1
-pkgrel=10
-pkgdesc="Pseudo-random number generation"
-url="https://hackage.haskell.org/package/${_hkgname}";
-license=('BSD')
-arch=('x86_64')
-depends=('ghc-libs' 'haskell-splitmix')
-makedepends=('ghc')
-checkdepends=('haskell-doctest' 'haskell-smallcheck' 'haskell-tasty' 
'haskell-tasty-hunit'
-  'haskell-tasty-inspection-testing' 'haskell-tasty-smallcheck')
-source=("https://hackage.haskell.org/packages/archive/${_hkgname}/${pkgver}/${_hkgname}-${pkgver}.tar.gz";)
-sha512sums=('b130a90981de53b4fc3e7cf660224268d24bcceb9498d33827d9f43dc705c9a724c23999c4cf0222127f4c69daebf0d049d963abbea0a860135d661f9cc55731')
-
-build() {
-cd $_hkgname-$pkgver
-
-if (( CHECKFUNC )); then
-_opts=('--enable-tests')
-else
-_opts=('--disable-tests')
-fi
-
-runhaskell Setup configure -O --enable-shared --enable-executable-dynamic 
--disable-library-vanilla \
---prefix=/usr --docdir=/usr/share/doc/$pkgname "${_opts[@]}" \
---dynlibdir=/usr/lib --libsubdir=\$compiler/site-local/\$pkgid 
--ghc-option=-fllvm
-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 --show-details=direct
-}
-
-package() {
-cd $_hkgname-$pkgver
-
-install -D -m744 register.sh 
"$pkgdir"/usr/share/haskell/register/$pkgname.sh
-install -D -m744 unregister.sh 
"$pkgdir"/usr/share/haskell/unregister/$pkgname.sh
-runhaskell Setup copy --destdir="$pkgdir"
-install -D -m644 LICENSE "$pkgdir"/usr/share/licenses/$pkgname/LICENSE
-rm -f "$pkgdir"/usr/share/doc/$pkgname/LICENSE
-}

Copied: haskell-random/repos/community-staging-x86_64/PKGBUILD (from rev 
1039532, haskell-random/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2021-11-10 07:21:26 UTC (rev 1039533)
@@ -0,0 +1,51 @@
+# Maintainer: Felix Yan 
+# Contributor: Thomas Dziedzic 
+
+_hkgname=random
+pkgname=haskell-random
+pkgver=1.2.1
+pkgrel=11
+pkgdesc="Pseudo-random number generation"
+url="https://hackage.haskell.org/package/${_hkgname}";
+license=('BSD')
+arch=('x86_64')
+depends=('ghc-libs' 'haskell-splitmix')
+makedepends=('ghc')
+checkdepends=('haskell-doctest' 'haskell-smallcheck' 'haskell-tasty' 
'haskell-tasty-hunit'
+  'haskell-tasty-inspection-testing' 'haskell-tasty-smallcheck')
+source=("https://hackage.haskell.org/packages/archive/${_hkgname}/${pkgver}/${_hkgname}-${pkgver}.tar.gz";)
+sha512sums=('b130a90981de53b4fc3e7cf660224268d24bcceb9498d33827d9f43dc705c9a724c23999c4cf0222127f4c69daebf0d049d963abbea0a860135d661f9cc55731')
+
+build() {
+cd $_hkgname-$pkgver
+
+if (( CHECKFUNC )); then
+_opts=('--enable-tests')
+else
+_opts=('--disable-tests')
+fi
+
+runhaskell Setup configure -O --enable-shared --enable-executable-dynamic 
--disable-library-vanilla \
+--prefix=/usr --docdir=/usr/share/doc/$pkgname "${_opts[@]}" \
+--dynlibdir=/usr/lib --libsubdir=\$compiler/site-local/\$pkgid 
--ghc-option=-fllvm
+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 --show-details=direct
+}
+
+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-random/trunk (PKGBUILD)

2021-11-09 Thread Felix Yan via arch-commits
Date: Wednesday, November 10, 2021 @ 07:21:11
  Author: felixonmars
Revision: 1039532

upgpkg: haskell-random 1.2.1-11: rebuild with transformers-compat 0.7.1 
(rebuild pass 1, specified --nocheck)

Modified:
  haskell-random/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2021-11-10 07:10:47 UTC (rev 1039531)
+++ PKGBUILD2021-11-10 07:21:11 UTC (rev 1039532)
@@ -4,7 +4,7 @@
 _hkgname=random
 pkgname=haskell-random
 pkgver=1.2.1
-pkgrel=10
+pkgrel=11
 pkgdesc="Pseudo-random number generation"
 url="https://hackage.haskell.org/package/${_hkgname}";
 license=('BSD')



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

2021-11-09 Thread Antonio Rojas via arch-commits
Date: Wednesday, November 10, 2021 @ 07:10:47
  Author: arojas
Revision: 1039531

archrelease: copy trunk to community-any

Added:
  yt-dlp/repos/community-any/PKGBUILD
(from rev 1039530, yt-dlp/trunk/PKGBUILD)
Deleted:
  yt-dlp/repos/community-any/PKGBUILD

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

Deleted: PKGBUILD
===
--- PKGBUILD2021-11-10 07:00:00 UTC (rev 1039530)
+++ PKGBUILD2021-11-10 07:10:47 UTC (rev 1039531)
@@ -1,30 +0,0 @@
-# Maintainer: Antonio Rojas 
-# Contributor: Stefan Tatschner 
-# Contributor: katt 
-
-pkgname=yt-dlp
-pkgver=2021.10.22
-pkgrel=4
-pkgdesc='A youtube-dl fork with additional features and fixes'
-arch=(any)
-url='https://github.com/yt-dlp/yt-dlp'
-license=(Unlicense)
-depends=(python-mutagen python-pycryptodomex python-websockets)
-makedepends=(python-setuptools pandoc)
-optdepends=('ffmpeg: for video post-processing'
-'rtmpdump: for rtmp streams support'
-'atomicparsley: for embedding thumbnails into m4a files'
-'aria2: for using aria2 as external downloader')
-source=(https://github.com/yt-dlp/yt-dlp/archive/$pkgver/$pkgname-$pkgver.tar.gz)
-sha256sums=('63f267cb0f2e9d18afc8e51267be2a13ce60030eab7c04b25b94d6b90d2ba6d3')
-
-build() {
-  cd $pkgname-$pkgver
-  make pypi-files
-  python setup.py build
-}
-
-package() {
-  cd $pkgname-$pkgver
-  python setup.py install --root="$pkgdir" --skip-build --optimize=1
-}

Copied: yt-dlp/repos/community-any/PKGBUILD (from rev 1039530, 
yt-dlp/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2021-11-10 07:10:47 UTC (rev 1039531)
@@ -0,0 +1,30 @@
+# Maintainer: Antonio Rojas 
+# Contributor: Stefan Tatschner 
+# Contributor: katt 
+
+pkgname=yt-dlp
+pkgver=2021.11.10.1
+pkgrel=1
+pkgdesc='A youtube-dl fork with additional features and fixes'
+arch=(any)
+url='https://github.com/yt-dlp/yt-dlp'
+license=(Unlicense)
+depends=(python-mutagen python-pycryptodomex python-websockets)
+makedepends=(python-setuptools pandoc)
+optdepends=('ffmpeg: for video post-processing'
+'rtmpdump: for rtmp streams support'
+'atomicparsley: for embedding thumbnails into m4a files'
+'aria2: for using aria2 as external downloader')
+source=(https://github.com/yt-dlp/yt-dlp/archive/$pkgver/$pkgname-$pkgver.tar.gz)
+sha256sums=('b0bfe3a1e7c3a9a1e24219c36eaf8604328b29cc3560387f75506f45b78ea695')
+
+build() {
+  cd $pkgname-$pkgver
+  make pypi-files
+  python setup.py build
+}
+
+package() {
+  cd $pkgname-$pkgver
+  python setup.py install --root="$pkgdir" --skip-build --optimize=1
+}



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

2021-11-09 Thread Antonio Rojas via arch-commits
Date: Wednesday, November 10, 2021 @ 07:00:00
  Author: arojas
Revision: 1039530

Update to 2021.11.10.1

Modified:
  yt-dlp/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2021-11-10 06:53:19 UTC (rev 1039529)
+++ PKGBUILD2021-11-10 07:00:00 UTC (rev 1039530)
@@ -3,8 +3,8 @@
 # Contributor: katt 
 
 pkgname=yt-dlp
-pkgver=2021.10.22
-pkgrel=4
+pkgver=2021.11.10.1
+pkgrel=1
 pkgdesc='A youtube-dl fork with additional features and fixes'
 arch=(any)
 url='https://github.com/yt-dlp/yt-dlp'
@@ -16,7 +16,7 @@
 'atomicparsley: for embedding thumbnails into m4a files'
 'aria2: for using aria2 as external downloader')
 
source=(https://github.com/yt-dlp/yt-dlp/archive/$pkgver/$pkgname-$pkgver.tar.gz)
-sha256sums=('63f267cb0f2e9d18afc8e51267be2a13ce60030eab7c04b25b94d6b90d2ba6d3')
+sha256sums=('b0bfe3a1e7c3a9a1e24219c36eaf8604328b29cc3560387f75506f45b78ea695')
 
 build() {
   cd $pkgname-$pkgver



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

2021-11-09 Thread Christian Hesse via arch-commits
Date: Wednesday, November 10, 2021 @ 06:53:19
  Author: eworm
Revision: 1039529

archrelease: copy trunk to multilib-testing-x86_64

Added:
  lib32-curl/repos/multilib-testing-x86_64/
  lib32-curl/repos/multilib-testing-x86_64/PKGBUILD
(from rev 1039528, lib32-curl/trunk/PKGBUILD)

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

Copied: lib32-curl/repos/multilib-testing-x86_64/PKGBUILD (from rev 1039528, 
lib32-curl/trunk/PKGBUILD)
===
--- multilib-testing-x86_64/PKGBUILD(rev 0)
+++ multilib-testing-x86_64/PKGBUILD2021-11-10 06:53:19 UTC (rev 1039529)
@@ -0,0 +1,127 @@
+# Maintainer: Daniel Wallace 
+# Contributor: Dave Reisner 
+# Contributor: Angel Velasquez 
+# Contributor: Eric Belanger 
+# Contributor: Lucien Immink 
+# Contributor: Daniel J Griffiths 
+
+pkgbase=lib32-curl
+pkgname=(lib32-curl lib32-libcurl-compat lib32-libcurl-gnutls)
+pkgver=7.80.0
+pkgrel=1
+pkgdesc='An URL retrieval utility and library (32-bit)'
+arch=('x86_64')
+url='https://curl.haxx.se'
+license=('MIT')
+depends=('curl' 'lib32-brotli' 'lib32-libidn2' 'lib32-libssh2' 'lib32-krb5'
+ 'lib32-libpsl' 'lib32-zlib' 'lib32-zstd')
+makedepends=('lib32-gnutls' 'lib32-openssl')
+source=("https://curl.haxx.se/download/curl-${pkgver}.tar.gz"{,.asc})
+sha512sums=('ccb6398a68a977192c2f70da71b5b9c2c96a8b5f9f260e33c111af91368dbc07029c3616c8be3663969acec14910aac15154b4b94470143a518ae16b81b257e6'
+'SKIP')
+validpgpkeys=('27EDEAF22F3ABCEB50DB9A125CC908FDB71E12C2') # Daniel Stenberg
+
+_configure_options=(
+--prefix='/usr'
+--disable-dependency-tracking
+--disable-ldap
+--disable-ldaps
+--enable-ipv6
+--enable-manual
+--enable-threaded-resolver
+--with-gssapi
+--with-libssh2
+--with-openssl
+--with-random='/dev/urandom'
+--with-ca-bundle='/etc/ssl/certs/ca-certificates.crt'
+--libdir='/usr/lib32'
+)
+
+build() {
+  export CC="gcc -m32"
+  export CXX="g++ -m32"
+  export PKG_CONFIG_PATH="/usr/lib32/pkgconfig"
+
+  mkdir build-curl{,-compat,-gnutls}
+
+  # build lib32-curl
+  cd "${srcdir}"/build-curl
+
+  "${srcdir}/curl-${pkgver}"/configure \
+"${_configure_options[@]}" \
+--enable-versioned-symbols
+  sed -i -e 's/ -shared / -Wl,-O1,--as-needed\0/g' libtool
+  make -C lib
+  make libcurl.pc
+
+  # build lib32-libcurl-compat
+  cd "${srcdir}"/build-curl-compat
+
+  "${srcdir}/curl-${pkgver}"/configure \
+"${_configure_options[@]}" \
+--disable-versioned-symbols
+  sed -i -e 's/ -shared / -Wl,-O1,--as-needed\0/g' libtool
+  make -C lib
+
+  # build lib32-libcurl-gnutls
+  cd "${srcdir}"/build-curl-gnutls
+
+  "${srcdir}/curl-${pkgver}"/configure \
+"${_configure_options[@]}" \
+--disable-versioned-symbols \
+--without-ssl \
+--with-gnutls='/usr'
+  sed -i -e 's/ -shared / -Wl,-O1,--as-needed\0/g' libtool
+  make -C lib
+}
+
+package_lib32-curl() {
+  depends+=('lib32-openssl')
+
+  cd "${srcdir}"/build-curl
+
+  make -C lib DESTDIR="${pkgdir}" install
+  make DESTDIR="${pkgdir}" install-pkgconfigDATA
+
+  # license
+  install -d "${pkgdir}/usr/share/licenses"
+  ln -s curl "${pkgdir}/usr/share/licenses/${pkgname}"
+}
+
+package_lib32-libcurl-compat() {
+  pkgdesc='An URL retrieval utility and library (32-bit, without versioned 
symbols)'
+  depends+=('lib32-openssl')
+
+  cd "${srcdir}"/build-curl-compat
+
+  make -C lib DESTDIR="${pkgdir}" install
+
+  mv "${pkgdir}"/usr/lib32/libcurl{,-compat}.so.4.7.0
+  rm "${pkgdir}"/usr/lib32/libcurl.{a,so}*
+  for version in 3 4.0.0 4.1.0 4.2.0 4.3.0 4.4.0 4.5.0 4.6.0; do
+ln -s libcurl-compat.so.4.7.0 "${pkgdir}"/usr/lib32/libcurl.so.${version}
+  done
+
+  # license
+  install -d "${pkgdir}/usr/share/licenses"
+  ln -s curl "${pkgdir}/usr/share/licenses/${pkgname}"
+}
+
+package_lib32-libcurl-gnutls() {
+  pkgdesc='An URL retrieval utility and library (32-bit, without versioned 
symbols and linked against gnutls)'
+  depends+=('lib32-gnutls')
+
+  cd "${srcdir}"/build-curl-gnutls
+
+  make -C lib DESTDIR="${pkgdir}" install
+
+  mv "${pkgdir}"/usr/lib32/libcurl{,-gnutls}.so.4.7.0
+  rm "${pkgdir}"/usr/lib32/libcurl.{a,so}*
+  for version in 3 4 4.0.0 4.1.0 4.2.0 4.3.0 4.4.0 4.5.0 4.6.0; do
+ln -s libcurl-gnutls.so.4.7.0 
"${pkgdir}"/usr/lib32/libcurl-gnutls.so.${version}
+  done
+
+  # license
+  install -d "${pkgdir}/usr/share/licenses"
+  ln -s curl "${pkgdir}/usr/share/licenses/${pkgname}"
+}



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

2021-11-09 Thread Christian Hesse via arch-commits
Date: Wednesday, November 10, 2021 @ 06:53:16
  Author: eworm
Revision: 1039528

upgpkg: lib32-curl 7.80.0-1: new upstream release

Modified:
  lib32-curl/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2021-11-10 06:53:06 UTC (rev 1039527)
+++ PKGBUILD2021-11-10 06:53:16 UTC (rev 1039528)
@@ -7,7 +7,7 @@
 
 pkgbase=lib32-curl
 pkgname=(lib32-curl lib32-libcurl-compat lib32-libcurl-gnutls)
-pkgver=7.79.1
+pkgver=7.80.0
 pkgrel=1
 pkgdesc='An URL retrieval utility and library (32-bit)'
 arch=('x86_64')
@@ -17,7 +17,7 @@
  'lib32-libpsl' 'lib32-zlib' 'lib32-zstd')
 makedepends=('lib32-gnutls' 'lib32-openssl')
 source=("https://curl.haxx.se/download/curl-${pkgver}.tar.gz"{,.asc})
-sha512sums=('0f9546285bef741f69d25f20bcd5b961d29fc88084d9f3ebe0c66a6674f4c69a531b41f8e3cc57474f528abdd90aa7981e653c339c5e8383353c36a82efaafc4'
+sha512sums=('ccb6398a68a977192c2f70da71b5b9c2c96a8b5f9f260e33c111af91368dbc07029c3616c8be3663969acec14910aac15154b4b94470143a518ae16b81b257e6'
 'SKIP')
 validpgpkeys=('27EDEAF22F3ABCEB50DB9A125CC908FDB71E12C2') # Daniel Stenberg
 



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

2021-11-09 Thread Christian Hesse via arch-commits
Date: Wednesday, November 10, 2021 @ 06:53:06
  Author: eworm
Revision: 1039527

archrelease: copy trunk to community-testing-x86_64

Added:
  libcurl/repos/community-testing-x86_64/
  libcurl/repos/community-testing-x86_64/PKGBUILD
(from rev 1039526, libcurl/trunk/PKGBUILD)

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

Copied: libcurl/repos/community-testing-x86_64/PKGBUILD (from rev 1039526, 
libcurl/trunk/PKGBUILD)
===
--- community-testing-x86_64/PKGBUILD   (rev 0)
+++ community-testing-x86_64/PKGBUILD   2021-11-10 06:53:06 UTC (rev 1039527)
@@ -0,0 +1,92 @@
+# Maintainer: Maxime Gauduin 
+# Contributor: Piotr Balcerowski 
+
+pkgbase=libcurl
+pkgname=(libcurl-compat libcurl-gnutls)
+_pkgname=curl
+pkgver=7.80.0
+pkgrel=1
+pkgdesc='An URL retrieval library'
+arch=('x86_64')
+url='https://curl.haxx.se'
+license=('MIT')
+depends=("${_pkgname}")
+makedepends=('gnutls' 'openssl')
+options=('strip')
+source=("https://curl.haxx.se/download/curl-${pkgver}.tar.gz"{,.asc})
+sha512sums=('ccb6398a68a977192c2f70da71b5b9c2c96a8b5f9f260e33c111af91368dbc07029c3616c8be3663969acec14910aac15154b4b94470143a518ae16b81b257e6'
+'SKIP')
+validpgpkeys=('27EDEAF22F3ABCEB50DB9A125CC908FDB71E12C2') # Daniel Stenberg
+
+_configure_options=(
+--prefix='/usr'
+--disable-ldap
+--disable-ldaps
+--disable-manual
+--disable-versioned-symbols
+--enable-ipv6
+--enable-threaded-resolver
+--with-gssapi
+--with-libssh2
+--with-openssl
+--with-random='/dev/urandom'
+--with-ca-bundle='/etc/ssl/certs/ca-certificates.crt'
+)
+
+build() {
+  mkdir build-{compat,gnutls}
+
+  # build compat (disable-versioned-symbols)
+  cd "${srcdir}"/build-compat
+
+  "${srcdir}/curl-${pkgver}"/configure \
+"${_configure_options[@]}"
+  sed -i -e 's/ -shared / -Wl,-O1,--as-needed\0/g' libtool
+  make -C lib
+
+  # build gnutls (without-ssl)
+  cd "${srcdir}"/build-gnutls
+
+  "${srcdir}/curl-${pkgver}"/configure \
+"${_configure_options[@]}" \
+--without-ssl \
+--with-gnutls='/usr'
+  sed -i -e 's/ -shared / -Wl,-O1,--as-needed\0/g' libtool
+  make -C lib
+}
+
+package_libcurl-compat() {
+  pkgdesc='An URL retrieval library (without versioned symbols)'
+  depends+=('openssl')
+
+  cd "${srcdir}"/build-compat
+
+  make -C lib DESTDIR="${pkgdir}" install
+
+  mv "${pkgdir}"/usr/lib/libcurl{,-compat}.so.4.7.0
+  rm "${pkgdir}"/usr/lib/libcurl.{a,so}*
+  for version in 3 4.0.0 4.1.0 4.2.0 4.3.0 4.4.0 4.5.0 4.6.0; do
+ln -s libcurl-compat.so.4.7.0 "${pkgdir}"/usr/lib/libcurl.so.${version}
+  done
+
+  install -dm 755 "${pkgdir}"/usr/share/licenses
+  ln -s curl "${pkgdir}"/usr/share/licenses/libcurl-compat
+}
+
+package_libcurl-gnutls() {
+  pkgdesc='An URL retrieval library (without versioned symbols and linked 
against gnutls)'
+  depends+=('gnutls')
+
+  cd "${srcdir}"/build-gnutls
+
+  make -C lib DESTDIR="${pkgdir}" install
+
+  mv "${pkgdir}"/usr/lib/libcurl{,-gnutls}.so.4.7.0
+  rm "${pkgdir}"/usr/lib/libcurl.{a,so}*
+  for version in 3 4 4.0.0 4.1.0 4.2.0 4.3.0 4.4.0 4.5.0 4.6.0; do
+ln -s libcurl-gnutls.so.4.7.0 
"${pkgdir}"/usr/lib/libcurl-gnutls.so.${version}
+  done
+
+  install -dm 755 "${pkgdir}"/usr/share/licenses
+  ln -s curl "${pkgdir}"/usr/share/licenses/libcurl-gnutls
+}



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

2021-11-09 Thread Christian Hesse via arch-commits
Date: Wednesday, November 10, 2021 @ 06:53:04
  Author: eworm
Revision: 1039526

upgpkg: libcurl 7.80.0-1: new upstream release

Modified:
  libcurl/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2021-11-10 03:39:41 UTC (rev 1039525)
+++ PKGBUILD2021-11-10 06:53:04 UTC (rev 1039526)
@@ -4,7 +4,7 @@
 pkgbase=libcurl
 pkgname=(libcurl-compat libcurl-gnutls)
 _pkgname=curl
-pkgver=7.79.1
+pkgver=7.80.0
 pkgrel=1
 pkgdesc='An URL retrieval library'
 arch=('x86_64')
@@ -14,7 +14,7 @@
 makedepends=('gnutls' 'openssl')
 options=('strip')
 source=("https://curl.haxx.se/download/curl-${pkgver}.tar.gz"{,.asc})
-sha512sums=('0f9546285bef741f69d25f20bcd5b961d29fc88084d9f3ebe0c66a6674f4c69a531b41f8e3cc57474f528abdd90aa7981e653c339c5e8383353c36a82efaafc4'
+sha512sums=('ccb6398a68a977192c2f70da71b5b9c2c96a8b5f9f260e33c111af91368dbc07029c3616c8be3663969acec14910aac15154b4b94470143a518ae16b81b257e6'
 'SKIP')
 validpgpkeys=('27EDEAF22F3ABCEB50DB9A125CC908FDB71E12C2') # Daniel Stenberg
 



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

2021-11-09 Thread Christian Hesse via arch-commits
Date: Wednesday, November 10, 2021 @ 06:52:59
  Author: eworm
Revision: 427853

archrelease: copy trunk to testing-x86_64

Added:
  curl/repos/testing-x86_64/
  curl/repos/testing-x86_64/PKGBUILD
(from rev 427852, curl/trunk/PKGBUILD)

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

Copied: curl/repos/testing-x86_64/PKGBUILD (from rev 427852, 
curl/trunk/PKGBUILD)
===
--- testing-x86_64/PKGBUILD (rev 0)
+++ testing-x86_64/PKGBUILD 2021-11-10 06:52:59 UTC (rev 427853)
@@ -0,0 +1,56 @@
+# Maintainer: Dave Reisner 
+# Contributor: Angel Velasquez 
+# Contributor: Eric Belanger 
+# Contributor: Lucien Immink 
+# Contributor: Daniel J Griffiths 
+
+pkgname=curl
+pkgver=7.80.0
+pkgrel=1
+pkgdesc='An URL retrieval utility and library'
+arch=('x86_64')
+url='https://curl.haxx.se'
+license=('MIT')
+depends=('ca-certificates' 'brotli' 'libbrotlidec.so' 'krb5' 
'libgssapi_krb5.so'
+ 'libidn2' 'libidn2.so' 'libnghttp2' 'libpsl' 'libpsl.so' 'libssh2' 
'libssh2.so'
+ 'openssl' 'zlib' 'zstd' 'libzstd.so')
+provides=('libcurl.so')
+source=("https://curl.haxx.se/download/${pkgname}-${pkgver}.tar.gz"{,.asc})
+sha512sums=('ccb6398a68a977192c2f70da71b5b9c2c96a8b5f9f260e33c111af91368dbc07029c3616c8be3663969acec14910aac15154b4b94470143a518ae16b81b257e6'
+'SKIP')
+validpgpkeys=('27EDEAF22F3ABCEB50DB9A125CC908FDB71E12C2') # Daniel Stenberg
+
+build() {
+  mkdir build
+  cd build
+
+  "${srcdir}/${pkgname}-${pkgver}"/configure \
+--prefix='/usr' \
+--mandir='/usr/share/man' \
+--disable-ldap \
+--disable-ldaps \
+--disable-manual \
+--enable-ipv6 \
+--enable-versioned-symbols \
+--enable-threaded-resolver \
+--with-gssapi \
+--with-libssh2 \
+--with-openssl \
+--with-random='/dev/urandom' \
+--with-ca-bundle='/etc/ssl/certs/ca-certificates.crt'
+
+  sed -i -e 's/ -shared / -Wl,-O1,--as-needed\0/g' libtool
+  make
+}
+
+package() {
+  cd build
+
+  make DESTDIR="${pkgdir}" install
+  make DESTDIR="${pkgdir}" install -C scripts
+
+  cd "${srcdir}/${pkgname}-${pkgver}"
+
+  # license
+  install -Dt "${pkgdir}/usr/share/licenses/$pkgname" -m0644 COPYING
+}



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

2021-11-09 Thread Christian Hesse via arch-commits
Date: Wednesday, November 10, 2021 @ 06:52:52
  Author: eworm
Revision: 427852

upgpkg: curl 7.80.0-1: new upstream release

Modified:
  curl/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2021-11-09 23:30:25 UTC (rev 427851)
+++ PKGBUILD2021-11-10 06:52:52 UTC (rev 427852)
@@ -5,7 +5,7 @@
 # Contributor: Daniel J Griffiths 
 
 pkgname=curl
-pkgver=7.79.1
+pkgver=7.80.0
 pkgrel=1
 pkgdesc='An URL retrieval utility and library'
 arch=('x86_64')
@@ -16,7 +16,7 @@
  'openssl' 'zlib' 'zstd' 'libzstd.so')
 provides=('libcurl.so')
 source=("https://curl.haxx.se/download/${pkgname}-${pkgver}.tar.gz"{,.asc})
-sha512sums=('0f9546285bef741f69d25f20bcd5b961d29fc88084d9f3ebe0c66a6674f4c69a531b41f8e3cc57474f528abdd90aa7981e653c339c5e8383353c36a82efaafc4'
+sha512sums=('ccb6398a68a977192c2f70da71b5b9c2c96a8b5f9f260e33c111af91368dbc07029c3616c8be3663969acec14910aac15154b4b94470143a518ae16b81b257e6'
 'SKIP')
 validpgpkeys=('27EDEAF22F3ABCEB50DB9A125CC908FDB71E12C2') # Daniel Stenberg
 



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

2021-11-09 Thread Brett Cornwall via arch-commits
Date: Wednesday, November 10, 2021 @ 03:39:41
  Author: ainola
Revision: 1039525

archrelease: copy trunk to community-any

Added:
  ttf-ionicons/repos/community-any/PKGBUILD
(from rev 1039524, ttf-ionicons/trunk/PKGBUILD)
Deleted:
  ttf-ionicons/repos/community-any/PKGBUILD

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

Deleted: PKGBUILD
===
--- PKGBUILD2021-11-10 03:39:19 UTC (rev 1039524)
+++ PKGBUILD2021-11-10 03:39:41 UTC (rev 1039525)
@@ -1,19 +0,0 @@
-# Maintainer: Brett Cornwall 
-# Contributor: Alexander F. Rødseth 
-# Contributor: Andrea Scarpino 
-
-pkgname=ttf-ionicons
-pkgver=5.5.4
-pkgrel=1
-pkgdesc='Font from the Ionic mobile framework'
-arch=('any')
-license=('MIT')
-url='https://ionicons.com/'
-source=("$pkgname-$pkgver.tar.gz::https://github.com/ionic-team/ionicons/archive/v${pkgver/_/-}.tar.gz";)
-sha256sums=('c2afae851207a556a67467721c91b142bd24e4f65bc2ef8143a9a445b502dcc2')
-
-package() {
-cd "ionicons-${pkgver/_/-}"
-install -Dm644 docs/fonts/ionicons.ttf -t "$pkgdir/usr/share/fonts/TTF/"
-install -Dm644 LICENSE -t "$pkgdir/usr/share/licenses/$pkgname/"
-}

Copied: ttf-ionicons/repos/community-any/PKGBUILD (from rev 1039524, 
ttf-ionicons/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2021-11-10 03:39:41 UTC (rev 1039525)
@@ -0,0 +1,19 @@
+# Maintainer: Brett Cornwall 
+# Contributor: Alexander F. Rødseth 
+# Contributor: Andrea Scarpino 
+
+pkgname=ttf-ionicons
+pkgver=6.0.0
+pkgrel=1
+pkgdesc='Font from the Ionic mobile framework'
+arch=('any')
+license=('MIT')
+url='https://ionicons.com/'
+source=("$pkgname-$pkgver.tar.gz::https://github.com/ionic-team/ionicons/archive/v${pkgver/_/-}.tar.gz";)
+sha256sums=('a70d3b709e6a85344889707640b7027c85a126e3c72257e5a5b3f7304955c06c')
+
+package() {
+cd "ionicons-${pkgver/_/-}"
+install -Dm644 docs/fonts/ionicons.ttf -t "$pkgdir/usr/share/fonts/TTF/"
+install -Dm644 LICENSE -t "$pkgdir/usr/share/licenses/$pkgname/"
+}



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

2021-11-09 Thread Brett Cornwall via arch-commits
Date: Wednesday, November 10, 2021 @ 03:39:19
  Author: ainola
Revision: 1039524

upgpkg: ttf-ionicons 6.0.0-1

Modified:
  ttf-ionicons/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2021-11-10 01:28:08 UTC (rev 1039523)
+++ PKGBUILD2021-11-10 03:39:19 UTC (rev 1039524)
@@ -3,7 +3,7 @@
 # Contributor: Andrea Scarpino 
 
 pkgname=ttf-ionicons
-pkgver=5.5.4
+pkgver=6.0.0
 pkgrel=1
 pkgdesc='Font from the Ionic mobile framework'
 arch=('any')
@@ -10,7 +10,7 @@
 license=('MIT')
 url='https://ionicons.com/'
 
source=("$pkgname-$pkgver.tar.gz::https://github.com/ionic-team/ionicons/archive/v${pkgver/_/-}.tar.gz";)
-sha256sums=('c2afae851207a556a67467721c91b142bd24e4f65bc2ef8143a9a445b502dcc2')
+sha256sums=('a70d3b709e6a85344889707640b7027c85a126e3c72257e5a5b3f7304955c06c')
 
 package() {
 cd "ionicons-${pkgver/_/-}"



[arch-commits] Commit in firefox-developer-edition-i18n/repos/community-any (2 files)

2021-11-09 Thread Andrew Crerar via arch-commits
Date: Wednesday, November 10, 2021 @ 01:28:08
  Author: andrewsc
Revision: 1039523

archrelease: copy trunk to community-any

Added:
  firefox-developer-edition-i18n/repos/community-any/PKGBUILD
(from rev 1039522, firefox-developer-edition-i18n/trunk/PKGBUILD)
Deleted:
  firefox-developer-edition-i18n/repos/community-any/PKGBUILD

--+
 PKGBUILD |  460 ++---
 1 file changed, 230 insertions(+), 230 deletions(-)

Deleted: PKGBUILD
===
--- PKGBUILD2021-11-10 01:27:45 UTC (rev 1039522)
+++ PKGBUILD2021-11-10 01:28:08 UTC (rev 1039523)
@@ -1,230 +0,0 @@
-# Maintainer: Andrew Crerar 
-
-pkgbase=firefox-developer-edition-i18n
-pkgver=95.0b4
-pkgrel=1
-pkgdesc="Language pack for Firefox Developer Edition"
-arch=('any')
-url="https://www.mozilla.com/";
-license=('MPL' 'GPL')
-
-_languages=(
-  'ach "Acholi"'
-  'af  "Afrikaans"'
-  'an  "Aragonese"'
-  'ar  "Arabic"'
-  'ast "Asturian"'
-  'az  "Azerbaijani"'
-  'be  "Belarusian"'
-  'bg  "Bulgarian"'
-  'bn  "Bengali"'
-  'br  "Breton"'
-  'bs  "Bosnian"'
-  'ca  "Catalan"'
-  'ca-valencia "Catalan (Valencian)"'
-  'cak "Maya Kaqchikel"'
-  'cs  "Czech"'
-  'cy  "Welsh"'
-  'da  "Danish"'
-  'de  "German"'
-  'dsb "Lower Sorbian"'
-  'el  "Greek"'
-  'en-CA   "English (Canada)"'
-  'en-GB   "English (British)"'
-  'en-US   "English (American)"'
-  'eo  "Esperanto"'
-  'es-AR   "Spanish (Argentina)"'
-  'es-CL   "Spanish (Chile)"'
-  'es-ES   "Spanish (Spain)"'
-  'es-MX   "Spanish (Mexico)"'
-  'et  "Estonian"'
-  'eu  "Basque"'
-  'fa  "Persian"'
-  'ff  "Fulah"'
-  'fi  "Finnish"'
-  'fr  "French"'
-  'fy-NL   "Frisian"'
-  'ga-IE   "Irish"'
-  'gd  "Gaelic (Scotland)"'
-  'gl  "Galician"'
-  'gn  "Guarani"'
-  'gu-IN   "Gujarati (India)"'
-  'he  "Hebrew"'
-  'hi-IN   "Hindi (India)"'
-  'hr  "Croatian"'
-  'hsb "Upper Sorbian"'
-  'hu  "Hungarian"'
-  'hy-AM   "Armenian"'
-  'ia  "Interlingua"'
-  'id  "Indonesian"'
-  'is  "Icelandic"'
-  'it  "Italian"'
-  'ja  "Japanese"'
-  'ka  "Georgian"'
-  'kab "Kabyle"'
-  'kk  "Kazakh"'
-  'km  "Khmer"'
-  'kn  "Kannada"'
-  'ko  "Korean"'
-  'lij "Ligurian"'
-  'lt  "Lithuanian"'
-  'lv  "Latvian"'
-  'mk  "Macedonian"'
-  'mr  "Marathi"'
-  'ms  "Malay"'
-  'my  "Burmese"'
-  'nb-NO   "Norwegian (Bokmål)"'
-  'ne-NP   "Nepali"'
-  'nl  "Dutch"'
-  'nn-NO   "Norwegian (Nynorsk)"'
-  'oc  "Occitan"'
-  'pa-IN   "Punjabi (India)"'
-  'pl  "Polish"'
-  'pt-BR   "Portuguese (Brazilian)"'
-  'pt-PT   "Portuguese (Portugal)"'
-  'rm  "Romansh"'
-  'ro  "Romanian"'
-  'ru  "Russian"'
-  'si  "Sinhala"'
-  'sk  "Slovak"'
-  'sl  "Slovenian"'
-  'son "Songhai"'
-  'sq  "Albanian"'
-  'sr  "Serbian"'
-  'sv-SE   "Swedish"'
-  'ta  "Tamil"'
-  'te  "Telugu"'
-  'th  "Thai"'
-  'tl  "Tagalog"'
-  'tr  "Turkish"'
-  'trs "Triqui"'
-  'uk  "Ukrainian"'
-  'ur  "Urdu"'
-  'uz  "Uzbek"'
-  'vi  "Vietnamese"'
-  'xh  "Xhosa"'
-  'zh-CN   "Chinese (Simplified)"'
-  'zh-TW   "Chinese (Traditional)"'
-)
-
-pkgname=()
-source=()
-_url=https://archive.mozilla.org/pub/firefox/releases/$pkgver/linux-x86_64/xpi
-
-for _lang in "${_languages[@]}"; do
-  _locale=${_lang%% *}
-  _pkgname=firefox-developer-edition-i18n-${_locale,,}
-
-  pkgname+=($_pkgname)
-  
source+=("firefox-developer-edition-i18n-$pkgver-$_locale.xpi::$_url/$_locale.xpi")
-  eval "package_$_pkgname() {
-_package $_lang
-  }"
-done
-
-# Don't extract anything
-noextract=(${source[@]%%::*})
-
-_package() {
-  pkgdesc="$2 language pack for Firefox Developer Edition"
-  depends=("firefox-developer-edition>=$pkgver")
-  install -Dm644 firefox-developer-edition-i18n-$pkgver-$1.xpi \
-
"$pkgdir/usr/lib/firefox-developer-edition/browser/extensions/langpack-$1...@firefox.mozilla.org.xpi"
-}
-
-sha512sums=('8ee3736b2fb63f652c183199c156904ca0364c8594f5c42ed771fb69d41b6c7c509b837d6d4129c770eda8c05700a0c306b9a1f70e9fd7a5418b9503905dffbd'
-
'869221760f1e00f4d23acacb0ab7cf81c541c2743df85bc69950b495f345b163dd3c9183114e8a2f39def93105287a11fa97fc6a070c20671b60248ab2a93bd4'
-
'84e5dd936d0d49e2d2915f971b3d5a2e1b91ceb8653ea97c983d28adeb53c542337ee18cc743151f9cd2548448b311d3b2f202796535ad734f5260de5365641d'
-
'dacf89bea8bd38ae63eb843ccb3801eb17d297

[arch-commits] Commit in firefox-developer-edition-i18n/trunk (PKGBUILD)

2021-11-09 Thread Andrew Crerar via arch-commits
Date: Wednesday, November 10, 2021 @ 01:27:45
  Author: andrewsc
Revision: 1039522

upgpkg: firefox-developer-edition-i18n 95.0b5-1

Modified:
  firefox-developer-edition-i18n/trunk/PKGBUILD

--+
 PKGBUILD |  194 ++---
 1 file changed, 97 insertions(+), 97 deletions(-)

Modified: PKGBUILD
===
--- PKGBUILD2021-11-10 01:19:30 UTC (rev 1039521)
+++ PKGBUILD2021-11-10 01:27:45 UTC (rev 1039522)
@@ -1,7 +1,7 @@
 # Maintainer: Andrew Crerar 
 
 pkgbase=firefox-developer-edition-i18n
-pkgver=95.0b4
+pkgver=95.0b5
 pkgrel=1
 pkgdesc="Language pack for Firefox Developer Edition"
 arch=('any')
@@ -132,99 +132,99 @@
 
"$pkgdir/usr/lib/firefox-developer-edition/browser/extensions/langpack-$1...@firefox.mozilla.org.xpi"
 }
 
-sha512sums=('8ee3736b2fb63f652c183199c156904ca0364c8594f5c42ed771fb69d41b6c7c509b837d6d4129c770eda8c05700a0c306b9a1f70e9fd7a5418b9503905dffbd'
-
'869221760f1e00f4d23acacb0ab7cf81c541c2743df85bc69950b495f345b163dd3c9183114e8a2f39def93105287a11fa97fc6a070c20671b60248ab2a93bd4'
-
'84e5dd936d0d49e2d2915f971b3d5a2e1b91ceb8653ea97c983d28adeb53c542337ee18cc743151f9cd2548448b311d3b2f202796535ad734f5260de5365641d'
-
'dacf89bea8bd38ae63eb843ccb3801eb17d2976b731832bd45984cfcdf469955cad4cabec51d2872920abc7f4c3c6410581ed4bc268fae1acb4ffbf874fb3d19'
-
'3d8b4bc4287367d715804ae72e77869cd9ef03f4f91c12cd1f3cf04c183d6ca63238d2bacc77d0f3657b4dc199a5b84aa69ea9d7b4d20261424be2bcba1b15b4'
-
'e7daae2d4aaffafb25140ec9f644e9687f8e5831df863b7c1ab69384a6476b03be3247f8dcbdbb5f677e95b224fad8c0a01d4f3eacc411509eabf98b3f321ced'
-
'e50c6d7b5b8da384f3ae5a96b076a938f0f289d5abb5fb436e23a2c4bd7b569090ef65f2d4e464cdd71277f25ea729cecc057c41895cc140991d41f1e129'
-
'415b15d0f393a99f4a70ac04b8f8c7b897c780ebb1e5410c65140ef546cd3c9e3f0e068e5a784ce7635a7661d78d19654c0ac26aada43670450f19f47d4838bd'
-
'1de1d4819d3effd8392bdee54c8fe2c5ff3f16539d4c1eb1387942c74bbfa7432cf81f0bb1fc0d540d145f426c97e449c6f6c6c2c4806c027bf3a6e1cdc68bdc'
-
'1eaf6076a9f7782d897e58bc97e92f0eedb46bbd1a63a9e2e86fcbf776d8d5cfb1f1937e9cb85ca839fc0bc592da1a8f62cf564bcbbf56e677e5b16df9efd271'
-
'cfe53765e8378e9c705c5ecc3ab2f72482230143395682c3b87d8f6e55b2a54bb5ae6e4c39abe37f5affcbc3141d387668cd48f79d3daf9c8a24b51a4d36b77f'
-
'61c54b49709174ee517509506715830a76265951997eb8d184ada248478e55338c610df29df2bfe5aedb23548705769c128bea686d4f1f8daab4b273072e87ee'
-
'215fcca9f0322b542a44d8c5a09c093746e0125b93ef6a5b89dd297f95da29a40f9f4421445133205e4f2ad38b83abdbf9644037c4150d99a849c5d57aef5dde'
-
'9a776c550a0d86fff978ecfaacbeef62a412bdbbc02e53058fcf50d24458d1fad587a52ff1aefc116775c21fc6359b8d01b036f753d6ca77860ef6a466770e6a'
-
'fc730b00302628b760236e521a74b62f315628bdc3f5ba39b2feff815bbeebdc6e0beb5920d01b5e89220fddca5332f8c6cb171e7163ef920beefb98de4a'
-
'6563335f3eb9e55560d86bc33983ba2ff39f207670bab780932b65b2bf876a905813a25499ce833d0951bd99db6d59bc54801264c2954f57db08045eacc3b7bd'
-
'f202de7779c2367b875a14b53d634228baf2245047568749c764a1f731b4a6454ef74d706965a5cf7f5d910d31fad7e18886cbd234d3fe63f6b5b4f47491b236'
-
'5c9296530e460360fadfb73a12c92027cced9a741d69c6f893903e03e404bf5c9652da661c51685a455a174bb3d52d00b131c5e4a1f32af9cfe44804e95968ef'
-
'15bbe58c9b441d06b518e46d02253a84f3fa6cf4aebe2728704bf36d06ac701d9d9e7208f62beb6dcc852123f7d112c5a240c215df01fed5937f535fb65d00a4'
-
'43d777c632b477f83aa13bc5185eb39eb48d7a298dc3aca88e53c927eb5e0d64ccae3f4a203d594b5059aed9b0020e0e98f7a9718d8e886e72b116c888c5daa0'
-
'9dbcd49fd8d462df9cc5a4f6c40edbd887dfc36beefbb6150b2135f9cc23e57f51f0c862f732783e1bec4cf1997374e7f4fe1e44749001ee5f369d943d9a98e8'
-
'eadb85cf8fb42ede90ca87ed8f04ead11f37f5ed6065bdc7b54f72af7210c432fc8006ed21cbd797319f5ed7e4af0ad0512879ff0abbf36fac24be38a1a3859b'
-
'1acd972e8114782f0d685c737c55e77b0a526488349e27f319a8ad563851e14f88b53f3527f7b77c0135bbc316468213039ca994454e41e3a0d586e9e8f4b3b3'
-
'ffae42bf80b378f3b9c02cf7debf6319df0ebce3f0372c18426ba24f5e582807f86a44574a07fd8bacd98d73ad00d048a80f1a3607828c34744f81ce9d8867c2'
-
'caafc2b67bbdda0327dcd28ece106a43ffbd427de5fc6c5c9fa19958687c555235b2a6b09d6672e08b9e3906828e76452dc31c95ac9566f75c3245785bec17a7'
-
'd0fa84988001226e3a60d302ea149a7282bf6babe525293a589e93c92a3b012028b99db26a3ddba3e2710bb85bdb362c927f26bf118d214341ad98c7d060fd83'
-
'e1c9756d9c4b7dd8d3b3d135674b7eda17e367e91ecc5bee63ae27160cd03b6e1fb0947c6f61e9d15407d4ac9687f7327c4ce2ac2db8243026791b6556dd2d70'
-
'f07ddd263145249cf96ee452b4c90dc07855988dd70b2f000eef5f4d6d535815cee946a7afc7a745dd83fe529717bc86d4ea8f4ee24fe7d4616d594afc31c64c'
-
'92750dc3a893b42d751481ce860439c785fbb9088ccc40d062e3f00ae69

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

2021-11-09 Thread Andrew Crerar via arch-commits
Date: Wednesday, November 10, 2021 @ 01:19:02
  Author: andrewsc
Revision: 1039520

upgpkg: firefox-developer-edition 95.0b5-1

Modified:
  firefox-developer-edition/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2021-11-10 00:56:36 UTC (rev 1039519)
+++ PKGBUILD2021-11-10 01:19:02 UTC (rev 1039520)
@@ -2,7 +2,7 @@
 # Contributor: Jan Alexander Steffens (heftig) 
 
 pkgname=firefox-developer-edition
-pkgver=95.0b4
+pkgver=95.0b5
 pkgrel=1
 pkgdesc="Developer Edition of the popular Firefox web browser"
 arch=('x86_64')
@@ -26,7 +26,7 @@
 0001-Use-remoting-name-for-GDK-application-names.patch
 "$pkgname".desktop
 identity-icons-brand.svg)
-sha512sums=('326cc3f83cf5571b8ee690aee592d3bb451905fce4ec3ee43e461c97415ffbfea4ef37ce6a97e06febe4ed519d8a27f7189af64f832a9676523da1d796042dda'
+sha512sums=('6b93b9728f568c78f8c6e78e87a15e5289ff1c1e96a3ac1f87edcf701876240e9355dfddb7a19b00dcd74c90069efcd5cc6526d68a68dd9afaf2084dc1a00cd4'
 'SKIP'
 
'b66dbe7f262d036e5a5b895ab5b0dbb03313bca18b0823c001ef2dbaeb1a33169b57db0cf4dfd268499f28913845119902b5d62e8a6a9cc4820eb0ee2f322a1e'
 
'f00f547a55df90a2f96c7b5f3a3c46b033f985db9a12257cb57f617ae8e0df9558baf6a79a7825f4866de45f9f4875cbbf1f0b99cd44371e047c6bc5dc6c78ba'



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

2021-11-09 Thread Felix Yan via arch-commits
Date: Wednesday, November 10, 2021 @ 00:56:36
  Author: felixonmars
Revision: 1039519

archrelease: copy trunk to community-staging-x86_64

Added:
  haskell-smallcheck/repos/community-staging-x86_64/PKGBUILD
(from rev 1039518, haskell-smallcheck/trunk/PKGBUILD)
Deleted:
  haskell-smallcheck/repos/community-staging-x86_64/PKGBUILD

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

Deleted: PKGBUILD
===
--- PKGBUILD2021-11-10 00:56:22 UTC (rev 1039518)
+++ PKGBUILD2021-11-10 00:56:36 UTC (rev 1039519)
@@ -1,37 +0,0 @@
-# Maintainer: Felix Yan 
-
-_hkgname=smallcheck
-pkgname=haskell-smallcheck
-pkgver=1.2.1
-pkgrel=91
-pkgdesc="A property-based testing library"
-url="https://github.com/feuerbach/smallcheck";
-license=('BSD')
-arch=('x86_64')
-depends=('ghc-libs' 'haskell-logict')
-makedepends=('ghc')
-source=(https://hackage.haskell.org/packages/archive/${_hkgname}/${pkgver}/${_hkgname}-${pkgver}.tar.gz)
-sha512sums=('42706fb769423bd7f8c2fe7a52d23b8cb4a22bfaabf43b8c29db2923c6413191158801e43d5597258f42ce2430ec81546d172d90246c9d3cf0f9343694eb5eeb')
-
-build() {
-cd $_hkgname-$pkgver
-
-runhaskell Setup configure -O --enable-shared --enable-executable-dynamic 
--disable-library-vanilla \
---prefix=/usr --docdir=/usr/share/doc/$pkgname \
---dynlibdir=/usr/lib --libsubdir=\$compiler/site-local/\$pkgid 
--ghc-option=-fllvm
-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
-}

Copied: haskell-smallcheck/repos/community-staging-x86_64/PKGBUILD (from rev 
1039518, haskell-smallcheck/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2021-11-10 00:56:36 UTC (rev 1039519)
@@ -0,0 +1,37 @@
+# Maintainer: Felix Yan 
+
+_hkgname=smallcheck
+pkgname=haskell-smallcheck
+pkgver=1.2.1
+pkgrel=92
+pkgdesc="A property-based testing library"
+url="https://github.com/feuerbach/smallcheck";
+license=('BSD')
+arch=('x86_64')
+depends=('ghc-libs' 'haskell-logict')
+makedepends=('ghc')
+source=(https://hackage.haskell.org/packages/archive/${_hkgname}/${pkgver}/${_hkgname}-${pkgver}.tar.gz)
+sha512sums=('42706fb769423bd7f8c2fe7a52d23b8cb4a22bfaabf43b8c29db2923c6413191158801e43d5597258f42ce2430ec81546d172d90246c9d3cf0f9343694eb5eeb')
+
+build() {
+cd $_hkgname-$pkgver
+
+runhaskell Setup configure -O --enable-shared --enable-executable-dynamic 
--disable-library-vanilla \
+--prefix=/usr --docdir=/usr/share/doc/$pkgname \
+--dynlibdir=/usr/lib --libsubdir=\$compiler/site-local/\$pkgid 
--ghc-option=-fllvm
+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-smallcheck/trunk (PKGBUILD)

2021-11-09 Thread Felix Yan via arch-commits
Date: Wednesday, November 10, 2021 @ 00:56:22
  Author: felixonmars
Revision: 1039518

upgpkg: haskell-smallcheck 1.2.1-92: rebuild with transformers-compat 0.7.1

Modified:
  haskell-smallcheck/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2021-11-10 00:54:43 UTC (rev 1039517)
+++ PKGBUILD2021-11-10 00:56:22 UTC (rev 1039518)
@@ -3,7 +3,7 @@
 _hkgname=smallcheck
 pkgname=haskell-smallcheck
 pkgver=1.2.1
-pkgrel=91
+pkgrel=92
 pkgdesc="A property-based testing library"
 url="https://github.com/feuerbach/smallcheck";
 license=('BSD')



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

2021-11-09 Thread Felix Yan via arch-commits
Date: Wednesday, November 10, 2021 @ 00:54:43
  Author: felixonmars
Revision: 1039517

archrelease: copy trunk to community-staging-x86_64

Added:
  haskell-splitmix/repos/community-staging-x86_64/PKGBUILD
(from rev 1039516, haskell-splitmix/trunk/PKGBUILD)
Deleted:
  haskell-splitmix/repos/community-staging-x86_64/PKGBUILD

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

Deleted: PKGBUILD
===
--- PKGBUILD2021-11-10 00:54:29 UTC (rev 1039516)
+++ PKGBUILD2021-11-10 00:54:43 UTC (rev 1039517)
@@ -1,50 +0,0 @@
-# Maintainer: Felix Yan 
-
-_hkgname=splitmix
-pkgname=haskell-splitmix
-pkgver=0.1.0.3
-pkgrel=150
-pkgdesc="Fast Splittable PRNG"
-url="https://github.com/haskellari/splitmix";
-license=('BSD')
-arch=('x86_64')
-depends=('ghc-libs')
-makedepends=('ghc' 'haskell-async' 'haskell-base-compat' 
'haskell-base-compat-batteries'
- 'haskell-hunit' 'haskell-math-functions' 'haskell-test-framework'
- 'haskell-test-framework-hunit' 'haskell-tf-random' 
'haskell-vector')
-source=(https://hackage.haskell.org/packages/archive/${_hkgname}/${pkgver}/${_hkgname}-${pkgver}.tar.gz)
-sha512sums=('22a3f0759e1c1150aabde01a77b48087509dfc7ff9614e97e5e06af73f533170993ff2e18101d940e7ddba81b8d6e496795be3851fccfa07b75e9d922f325064')
-
-build() {
-cd $_hkgname-$pkgver
-
-if (( CHECKFUNC )); then
-_opts=('--enable-tests')
-else
-_opts=('--disable-tests')
-fi
-
-runhaskell Setup configure -O --enable-shared --enable-executable-dynamic 
--disable-library-vanilla \
---prefix=/usr --docdir=/usr/share/doc/$pkgname "${_opts[@]}" \
---dynlibdir=/usr/lib --libsubdir=\$compiler/site-local/\$pkgid 
--ghc-option=-fllvm
-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 --show-details=direct
-}
-
-package() {
-cd $_hkgname-$pkgver
-
-install -D -m744 register.sh 
"$pkgdir"/usr/share/haskell/register/$pkgname.sh
-install -D -m744 unregister.sh 
"$pkgdir"/usr/share/haskell/unregister/$pkgname.sh
-runhaskell Setup copy --destdir="$pkgdir"
-install -D -m644 LICENSE "$pkgdir"/usr/share/licenses/$pkgname/LICENSE
-rm -f "$pkgdir"/usr/share/doc/$pkgname/LICENSE
-}

Copied: haskell-splitmix/repos/community-staging-x86_64/PKGBUILD (from rev 
1039516, haskell-splitmix/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2021-11-10 00:54:43 UTC (rev 1039517)
@@ -0,0 +1,50 @@
+# Maintainer: Felix Yan 
+
+_hkgname=splitmix
+pkgname=haskell-splitmix
+pkgver=0.1.0.3
+pkgrel=151
+pkgdesc="Fast Splittable PRNG"
+url="https://github.com/haskellari/splitmix";
+license=('BSD')
+arch=('x86_64')
+depends=('ghc-libs')
+makedepends=('ghc' 'haskell-async' 'haskell-base-compat' 
'haskell-base-compat-batteries'
+ 'haskell-hunit' 'haskell-math-functions' 'haskell-test-framework'
+ 'haskell-test-framework-hunit' 'haskell-tf-random' 
'haskell-vector')
+source=(https://hackage.haskell.org/packages/archive/${_hkgname}/${pkgver}/${_hkgname}-${pkgver}.tar.gz)
+sha512sums=('22a3f0759e1c1150aabde01a77b48087509dfc7ff9614e97e5e06af73f533170993ff2e18101d940e7ddba81b8d6e496795be3851fccfa07b75e9d922f325064')
+
+build() {
+cd $_hkgname-$pkgver
+
+if (( CHECKFUNC )); then
+_opts=('--enable-tests')
+else
+_opts=('--disable-tests')
+fi
+
+runhaskell Setup configure -O --enable-shared --enable-executable-dynamic 
--disable-library-vanilla \
+--prefix=/usr --docdir=/usr/share/doc/$pkgname "${_opts[@]}" \
+--dynlibdir=/usr/lib --libsubdir=\$compiler/site-local/\$pkgid 
--ghc-option=-fllvm
+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 --show-details=direct
+}
+
+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-splitmix/trunk (PKGBUILD)

2021-11-09 Thread Felix Yan via arch-commits
Date: Wednesday, November 10, 2021 @ 00:54:29
  Author: felixonmars
Revision: 1039516

upgpkg: haskell-splitmix 0.1.0.3-151: rebuild with transformers-compat 0.7.1

Modified:
  haskell-splitmix/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2021-11-10 00:52:26 UTC (rev 1039515)
+++ PKGBUILD2021-11-10 00:54:29 UTC (rev 1039516)
@@ -3,7 +3,7 @@
 _hkgname=splitmix
 pkgname=haskell-splitmix
 pkgver=0.1.0.3
-pkgrel=150
+pkgrel=151
 pkgdesc="Fast Splittable PRNG"
 url="https://github.com/haskellari/splitmix";
 license=('BSD')



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

2021-11-09 Thread Felix Yan via arch-commits
Date: Wednesday, November 10, 2021 @ 00:52:26
  Author: felixonmars
Revision: 1039515

archrelease: copy trunk to community-staging-x86_64

Added:
  haskell-logict/repos/community-staging-x86_64/PKGBUILD
(from rev 1039514, haskell-logict/trunk/PKGBUILD)
Deleted:
  haskell-logict/repos/community-staging-x86_64/PKGBUILD

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

Deleted: PKGBUILD
===
--- PKGBUILD2021-11-10 00:52:12 UTC (rev 1039514)
+++ PKGBUILD2021-11-10 00:52:26 UTC (rev 1039515)
@@ -1,49 +0,0 @@
-# Maintainer: Felix Yan 
-
-_hkgname=logict
-pkgname=haskell-logict
-pkgver=0.7.1.0
-pkgrel=73
-pkgdesc="A backtracking logic-programming monad."
-url="http://code.haskell.org/~dolio/";
-license=('BSD')
-arch=('x86_64')
-depends=('ghc-libs')
-makedepends=('ghc')
-checkdepends=('haskell-async' 'haskell-tasty' 'haskell-tasty-hunit')
-source=(https://hackage.haskell.org/packages/archive/${_hkgname}/${pkgver}/${_hkgname}-${pkgver}.tar.gz)
-sha512sums=('b6d37521ab1f9ec6c2fd5eea27f6d221680cc043a0fd6413c5ac37f1bfeb2d87a15fba92774d36b6a11cd685b2b78f6710441ca91dfd5aa376735d95425d6b53')
-
-build() {
-cd $_hkgname-$pkgver
-
-if (( CHECKFUNC )); then
-_opts=('--enable-tests')
-else
-_opts=('--disable-tests')
-fi
-
-runhaskell Setup configure -O --enable-shared --enable-executable-dynamic 
--disable-library-vanilla \
---prefix=/usr --docdir=/usr/share/doc/$pkgname "${_opts[@]}" \
---dynlibdir=/usr/lib --libsubdir=\$compiler/site-local/\$pkgid 
--ghc-option=-fllvm
-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 --show-details=direct
-}
-
-package() {
-cd $_hkgname-$pkgver
-
-install -D -m744 register.sh 
"$pkgdir"/usr/share/haskell/register/$pkgname.sh
-install -D -m744 unregister.sh 
"$pkgdir"/usr/share/haskell/unregister/$pkgname.sh
-runhaskell Setup copy --destdir="$pkgdir"
-install -D -m644 LICENSE "$pkgdir"/usr/share/licenses/$pkgname/LICENSE
-rm -f "$pkgdir"/usr/share/doc/$pkgname/LICENSE
-}

Copied: haskell-logict/repos/community-staging-x86_64/PKGBUILD (from rev 
1039514, haskell-logict/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2021-11-10 00:52:26 UTC (rev 1039515)
@@ -0,0 +1,49 @@
+# Maintainer: Felix Yan 
+
+_hkgname=logict
+pkgname=haskell-logict
+pkgver=0.7.1.0
+pkgrel=74
+pkgdesc="A backtracking logic-programming monad."
+url="http://code.haskell.org/~dolio/";
+license=('BSD')
+arch=('x86_64')
+depends=('ghc-libs')
+makedepends=('ghc')
+checkdepends=('haskell-async' 'haskell-tasty' 'haskell-tasty-hunit')
+source=(https://hackage.haskell.org/packages/archive/${_hkgname}/${pkgver}/${_hkgname}-${pkgver}.tar.gz)
+sha512sums=('b6d37521ab1f9ec6c2fd5eea27f6d221680cc043a0fd6413c5ac37f1bfeb2d87a15fba92774d36b6a11cd685b2b78f6710441ca91dfd5aa376735d95425d6b53')
+
+build() {
+cd $_hkgname-$pkgver
+
+if (( CHECKFUNC )); then
+_opts=('--enable-tests')
+else
+_opts=('--disable-tests')
+fi
+
+runhaskell Setup configure -O --enable-shared --enable-executable-dynamic 
--disable-library-vanilla \
+--prefix=/usr --docdir=/usr/share/doc/$pkgname "${_opts[@]}" \
+--dynlibdir=/usr/lib --libsubdir=\$compiler/site-local/\$pkgid 
--ghc-option=-fllvm
+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 --show-details=direct
+}
+
+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-logict/trunk (PKGBUILD)

2021-11-09 Thread Felix Yan via arch-commits
Date: Wednesday, November 10, 2021 @ 00:52:12
  Author: felixonmars
Revision: 1039514

upgpkg: haskell-logict 0.7.1.0-74: rebuild with transformers-compat 0.7.1

Modified:
  haskell-logict/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2021-11-10 00:50:37 UTC (rev 1039513)
+++ PKGBUILD2021-11-10 00:52:12 UTC (rev 1039514)
@@ -3,7 +3,7 @@
 _hkgname=logict
 pkgname=haskell-logict
 pkgver=0.7.1.0
-pkgrel=73
+pkgrel=74
 pkgdesc="A backtracking logic-programming monad."
 url="http://code.haskell.org/~dolio/";
 license=('BSD')



[arch-commits] Commit in haskell-tasty-hunit/repos/community-staging-x86_64 (2 files)

2021-11-09 Thread Felix Yan via arch-commits
Date: Wednesday, November 10, 2021 @ 00:50:37
  Author: felixonmars
Revision: 1039513

archrelease: copy trunk to community-staging-x86_64

Added:
  haskell-tasty-hunit/repos/community-staging-x86_64/PKGBUILD
(from rev 1039512, haskell-tasty-hunit/trunk/PKGBUILD)
Deleted:
  haskell-tasty-hunit/repos/community-staging-x86_64/PKGBUILD

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

Deleted: PKGBUILD
===
--- PKGBUILD2021-11-10 00:50:23 UTC (rev 1039512)
+++ PKGBUILD2021-11-10 00:50:37 UTC (rev 1039513)
@@ -1,38 +0,0 @@
-# Maintainer: Felix Yan 
-# Contributor: Arch Haskell Team 
-
-_hkgname=tasty-hunit
-pkgname=haskell-tasty-hunit
-pkgver=0.10.0.3
-pkgrel=209
-pkgdesc="HUnit support for the Tasty test framework."
-url="https://documentup.com/feuerbach/tasty";
-license=("MIT")
-arch=('x86_64')
-depends=('ghc-libs' 'haskell-tasty' 'haskell-call-stack')
-makedepends=('ghc')
-source=("https://hackage.haskell.org/packages/archive/${_hkgname}/${pkgver}/${_hkgname}-${pkgver}.tar.gz";)
-sha512sums=('29adbf499b8079c12c756e031c3bebffa1c312cf623ff77d4fb2e85d3462ac6e71aa8a13c3e161ef04ad5bbf910c3bb5f4b62bc3825a030b690a90eea812b85a')
-
-build() {
-cd $_hkgname-$pkgver
-
-runhaskell Setup configure -O --enable-shared --enable-executable-dynamic 
--disable-library-vanilla \
---prefix=/usr --docdir=/usr/share/doc/$pkgname \
---dynlibdir=/usr/lib --libsubdir=\$compiler/site-local/\$pkgid 
--ghc-option=-fllvm
-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
-}

Copied: haskell-tasty-hunit/repos/community-staging-x86_64/PKGBUILD (from rev 
1039512, haskell-tasty-hunit/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2021-11-10 00:50:37 UTC (rev 1039513)
@@ -0,0 +1,38 @@
+# Maintainer: Felix Yan 
+# Contributor: Arch Haskell Team 
+
+_hkgname=tasty-hunit
+pkgname=haskell-tasty-hunit
+pkgver=0.10.0.3
+pkgrel=210
+pkgdesc="HUnit support for the Tasty test framework."
+url="https://documentup.com/feuerbach/tasty";
+license=("MIT")
+arch=('x86_64')
+depends=('ghc-libs' 'haskell-tasty' 'haskell-call-stack')
+makedepends=('ghc')
+source=("https://hackage.haskell.org/packages/archive/${_hkgname}/${pkgver}/${_hkgname}-${pkgver}.tar.gz";)
+sha512sums=('29adbf499b8079c12c756e031c3bebffa1c312cf623ff77d4fb2e85d3462ac6e71aa8a13c3e161ef04ad5bbf910c3bb5f4b62bc3825a030b690a90eea812b85a')
+
+build() {
+cd $_hkgname-$pkgver
+
+runhaskell Setup configure -O --enable-shared --enable-executable-dynamic 
--disable-library-vanilla \
+--prefix=/usr --docdir=/usr/share/doc/$pkgname \
+--dynlibdir=/usr/lib --libsubdir=\$compiler/site-local/\$pkgid 
--ghc-option=-fllvm
+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-tasty-hunit/trunk (PKGBUILD)

2021-11-09 Thread Felix Yan via arch-commits
Date: Wednesday, November 10, 2021 @ 00:50:23
  Author: felixonmars
Revision: 1039512

upgpkg: haskell-tasty-hunit 0.10.0.3-210: rebuild with transformers-compat 0.7.1

Modified:
  haskell-tasty-hunit/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2021-11-10 00:35:52 UTC (rev 1039511)
+++ PKGBUILD2021-11-10 00:50:23 UTC (rev 1039512)
@@ -4,7 +4,7 @@
 _hkgname=tasty-hunit
 pkgname=haskell-tasty-hunit
 pkgver=0.10.0.3
-pkgrel=209
+pkgrel=210
 pkgdesc="HUnit support for the Tasty test framework."
 url="https://documentup.com/feuerbach/tasty";
 license=("MIT")



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

2021-11-09 Thread Felix Yan via arch-commits
Date: Wednesday, November 10, 2021 @ 00:35:52
  Author: felixonmars
Revision: 1039511

archrelease: copy trunk to community-staging-x86_64

Added:
  haskell-tasty/repos/community-staging-x86_64/PKGBUILD
(from rev 1039510, haskell-tasty/trunk/PKGBUILD)
Deleted:
  haskell-tasty/repos/community-staging-x86_64/PKGBUILD

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

Deleted: PKGBUILD
===
--- PKGBUILD2021-11-10 00:35:37 UTC (rev 1039510)
+++ PKGBUILD2021-11-10 00:35:52 UTC (rev 1039511)
@@ -1,40 +0,0 @@
-# Maintainer: Felix Yan 
-# Contributor: Arch Haskell Team 
-
-_hkgname=tasty
-pkgname=haskell-tasty
-pkgver=1.4.2
-pkgrel=16
-pkgdesc="Modern and extensible testing framework"
-url="http://documentup.com/UnkindPartition/tasty";
-license=("MIT")
-arch=('x86_64')
-depends=('ghc-libs' 'haskell-ansi-terminal' 'haskell-clock' 
'haskell-optparse-applicative'
- 'haskell-tagged' 'haskell-unbounded-delays' 'haskell-wcwidth')
-makedepends=('ghc')
-source=("https://hackage.haskell.org/packages/archive/${_hkgname}/${pkgver}/${_hkgname}-${pkgver}.tar.gz";)
-sha512sums=('71fdbbb9914096f5d133500afa01eeb8a9f71e77b25e70684a3155bd50ca6200c615b1b38f0686b066c796993c527a61156176e4fcc652ab93e66b829568b665')
-
-build() {
-cd $_hkgname-$pkgver
-
-runhaskell Setup configure -O --enable-shared --enable-executable-dynamic 
--disable-library-vanilla \
---prefix=/usr --docdir=/usr/share/doc/$pkgname \
---dynlibdir=/usr/lib --libsubdir=\$compiler/site-local/\$pkgid 
--ghc-option=-fllvm \
--fclock
-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
-}

Copied: haskell-tasty/repos/community-staging-x86_64/PKGBUILD (from rev 
1039510, haskell-tasty/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2021-11-10 00:35:52 UTC (rev 1039511)
@@ -0,0 +1,40 @@
+# Maintainer: Felix Yan 
+# Contributor: Arch Haskell Team 
+
+_hkgname=tasty
+pkgname=haskell-tasty
+pkgver=1.4.2
+pkgrel=17
+pkgdesc="Modern and extensible testing framework"
+url="http://documentup.com/UnkindPartition/tasty";
+license=("MIT")
+arch=('x86_64')
+depends=('ghc-libs' 'haskell-ansi-terminal' 'haskell-clock' 
'haskell-optparse-applicative'
+ 'haskell-tagged' 'haskell-unbounded-delays' 'haskell-wcwidth')
+makedepends=('ghc')
+source=("https://hackage.haskell.org/packages/archive/${_hkgname}/${pkgver}/${_hkgname}-${pkgver}.tar.gz";)
+sha512sums=('71fdbbb9914096f5d133500afa01eeb8a9f71e77b25e70684a3155bd50ca6200c615b1b38f0686b066c796993c527a61156176e4fcc652ab93e66b829568b665')
+
+build() {
+cd $_hkgname-$pkgver
+
+runhaskell Setup configure -O --enable-shared --enable-executable-dynamic 
--disable-library-vanilla \
+--prefix=/usr --docdir=/usr/share/doc/$pkgname \
+--dynlibdir=/usr/lib --libsubdir=\$compiler/site-local/\$pkgid 
--ghc-option=-fllvm \
+-fclock
+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-tasty/trunk (PKGBUILD)

2021-11-09 Thread Felix Yan via arch-commits
Date: Wednesday, November 10, 2021 @ 00:35:37
  Author: felixonmars
Revision: 1039510

upgpkg: haskell-tasty 1.4.2-17: rebuild with transformers-compat 0.7.1

Modified:
  haskell-tasty/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2021-11-10 00:31:42 UTC (rev 1039509)
+++ PKGBUILD2021-11-10 00:35:37 UTC (rev 1039510)
@@ -4,7 +4,7 @@
 _hkgname=tasty
 pkgname=haskell-tasty
 pkgver=1.4.2
-pkgrel=16
+pkgrel=17
 pkgdesc="Modern and extensible testing framework"
 url="http://documentup.com/UnkindPartition/tasty";
 license=("MIT")



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

2021-11-09 Thread Felix Yan via arch-commits
Date: Wednesday, November 10, 2021 @ 00:31:42
  Author: felixonmars
Revision: 1039509

archrelease: copy trunk to community-staging-x86_64

Added:
  haskell-async/repos/community-staging-x86_64/PKGBUILD
(from rev 1039508, haskell-async/trunk/PKGBUILD)
Deleted:
  haskell-async/repos/community-staging-x86_64/PKGBUILD

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

Deleted: PKGBUILD
===
--- PKGBUILD2021-11-10 00:31:28 UTC (rev 1039508)
+++ PKGBUILD2021-11-10 00:31:42 UTC (rev 1039509)
@@ -1,38 +0,0 @@
-# Maintainer: Felix Yan 
-# Contributor: Arch Haskell Team 
-
-_hkgname=async
-pkgname=haskell-async
-pkgver=2.2.3
-pkgrel=78
-pkgdesc="Run IO operations asynchronously and wait for their results"
-url="https://github.com/simonmar/async";
-license=("BSD")
-arch=('x86_64')
-depends=('ghc-libs' 'haskell-hashable')
-makedepends=('ghc')
-source=("https://hackage.haskell.org/packages/archive/${_hkgname}/${pkgver}/${_hkgname}-${pkgver}.tar.gz";)
-sha512sums=('99a7cd04d05362b6d007ec75a32cf0a6c11f4b3e46ab706349289f5bb0ad128fd2a9809e4d30634917a0a608b0d611c6d4e936ea36535c7c5ec167fead5f3248')
-
-build() {
-cd $_hkgname-$pkgver
-
-runhaskell Setup configure -O --enable-shared --enable-executable-dynamic 
--disable-library-vanilla \
---prefix=/usr --docdir=/usr/share/doc/$pkgname \
---dynlibdir=/usr/lib --libsubdir=\$compiler/site-local/\$pkgid 
--ghc-option=-fllvm
-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
-}

Copied: haskell-async/repos/community-staging-x86_64/PKGBUILD (from rev 
1039508, haskell-async/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2021-11-10 00:31:42 UTC (rev 1039509)
@@ -0,0 +1,38 @@
+# Maintainer: Felix Yan 
+# Contributor: Arch Haskell Team 
+
+_hkgname=async
+pkgname=haskell-async
+pkgver=2.2.3
+pkgrel=79
+pkgdesc="Run IO operations asynchronously and wait for their results"
+url="https://github.com/simonmar/async";
+license=("BSD")
+arch=('x86_64')
+depends=('ghc-libs' 'haskell-hashable')
+makedepends=('ghc')
+source=("https://hackage.haskell.org/packages/archive/${_hkgname}/${pkgver}/${_hkgname}-${pkgver}.tar.gz";)
+sha512sums=('99a7cd04d05362b6d007ec75a32cf0a6c11f4b3e46ab706349289f5bb0ad128fd2a9809e4d30634917a0a608b0d611c6d4e936ea36535c7c5ec167fead5f3248')
+
+build() {
+cd $_hkgname-$pkgver
+
+runhaskell Setup configure -O --enable-shared --enable-executable-dynamic 
--disable-library-vanilla \
+--prefix=/usr --docdir=/usr/share/doc/$pkgname \
+--dynlibdir=/usr/lib --libsubdir=\$compiler/site-local/\$pkgid 
--ghc-option=-fllvm
+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-async/trunk (PKGBUILD)

2021-11-09 Thread Felix Yan via arch-commits
Date: Wednesday, November 10, 2021 @ 00:31:28
  Author: felixonmars
Revision: 1039508

upgpkg: haskell-async 2.2.3-79: rebuild with transformers-compat 0.7.1

Modified:
  haskell-async/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2021-11-10 00:30:23 UTC (rev 1039507)
+++ PKGBUILD2021-11-10 00:31:28 UTC (rev 1039508)
@@ -4,7 +4,7 @@
 _hkgname=async
 pkgname=haskell-async
 pkgver=2.2.3
-pkgrel=78
+pkgrel=79
 pkgdesc="Run IO operations asynchronously and wait for their results"
 url="https://github.com/simonmar/async";
 license=("BSD")



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

2021-11-09 Thread Felix Yan via arch-commits
Date: Wednesday, November 10, 2021 @ 00:30:23
  Author: felixonmars
Revision: 1039507

archrelease: copy trunk to community-staging-x86_64

Added:
  haskell-hashable/repos/community-staging-x86_64/PKGBUILD
(from rev 1039506, haskell-hashable/trunk/PKGBUILD)
Deleted:
  haskell-hashable/repos/community-staging-x86_64/PKGBUILD

--+
 PKGBUILD |  104 ++---
 1 file changed, 52 insertions(+), 52 deletions(-)

Deleted: PKGBUILD
===
--- PKGBUILD2021-11-10 00:30:08 UTC (rev 1039506)
+++ PKGBUILD2021-11-10 00:30:23 UTC (rev 1039507)
@@ -1,52 +0,0 @@
-# Maintainer: Felix Yan 
-# Contributor: Thomas Dziedzic 
-
-_hkgname=hashable
-pkgname=haskell-hashable
-pkgver=1.3.3.0
-pkgrel=12
-pkgdesc="A class for types that can be converted to a hash value"
-url="https://github.com/haskell-unordered-containers/hashable";
-license=('BSD')
-arch=('x86_64')
-depends=('ghc-libs')
-makedepends=('ghc')
-checkdepends=('haskell-hunit' 'haskell-quickcheck' 'haskell-random' 
'haskell-test-framework'
-  'haskell-test-framework-hunit' 
'haskell-test-framework-quickcheck2')
-source=("https://hackage.haskell.org/packages/archive/${_hkgname}/${pkgver}/${_hkgname}-${pkgver}.tar.gz";)
-sha512sums=('0c1bbd1439083f79b84192597c8db72f5ad2847f2956328d50ab8672aa3e35798fd5ef18d825eb6ebd5525ba256c5fae2a61390ab4969c0dd73bc9cbc1179776')
-
-build() {
-cd $_hkgname-$pkgver
-
-if (( CHECKFUNC )); then
-_opts=('--enable-tests')
-else
-_opts=('--disable-tests')
-fi
-
-runhaskell Setup configure -O --enable-shared --enable-executable-dynamic 
--disable-library-vanilla \
---prefix=/usr --docdir=/usr/share/doc/$pkgname "${_opts[@]}" \
---dynlibdir=/usr/lib --libsubdir=\$compiler/site-local/\$pkgid 
--ghc-option=-fllvm \
--f-examples
-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 --show-details=direct
-}
-
-package() {
-cd $_hkgname-$pkgver
-
-install -D -m744 register.sh 
"$pkgdir"/usr/share/haskell/register/$pkgname.sh
-install -D -m744 unregister.sh 
"$pkgdir"/usr/share/haskell/unregister/$pkgname.sh
-runhaskell Setup copy --destdir="$pkgdir"
-install -D -m644 LICENSE "$pkgdir"/usr/share/licenses/$pkgname/LICENSE
-rm -f "$pkgdir"/usr/share/doc/$pkgname/LICENSE
-}

Copied: haskell-hashable/repos/community-staging-x86_64/PKGBUILD (from rev 
1039506, haskell-hashable/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2021-11-10 00:30:23 UTC (rev 1039507)
@@ -0,0 +1,52 @@
+# Maintainer: Felix Yan 
+# Contributor: Thomas Dziedzic 
+
+_hkgname=hashable
+pkgname=haskell-hashable
+pkgver=1.3.3.0
+pkgrel=13
+pkgdesc="A class for types that can be converted to a hash value"
+url="https://github.com/haskell-unordered-containers/hashable";
+license=('BSD')
+arch=('x86_64')
+depends=('ghc-libs')
+makedepends=('ghc')
+checkdepends=('haskell-hunit' 'haskell-quickcheck' 'haskell-random' 
'haskell-test-framework'
+  'haskell-test-framework-hunit' 
'haskell-test-framework-quickcheck2')
+source=("https://hackage.haskell.org/packages/archive/${_hkgname}/${pkgver}/${_hkgname}-${pkgver}.tar.gz";)
+sha512sums=('0c1bbd1439083f79b84192597c8db72f5ad2847f2956328d50ab8672aa3e35798fd5ef18d825eb6ebd5525ba256c5fae2a61390ab4969c0dd73bc9cbc1179776')
+
+build() {
+cd $_hkgname-$pkgver
+
+if (( CHECKFUNC )); then
+_opts=('--enable-tests')
+else
+_opts=('--disable-tests')
+fi
+
+runhaskell Setup configure -O --enable-shared --enable-executable-dynamic 
--disable-library-vanilla \
+--prefix=/usr --docdir=/usr/share/doc/$pkgname "${_opts[@]}" \
+--dynlibdir=/usr/lib --libsubdir=\$compiler/site-local/\$pkgid 
--ghc-option=-fllvm \
+-f-examples
+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 --show-details=direct
+}
+
+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-hashable/trunk (PKGBUILD)

2021-11-09 Thread Felix Yan via arch-commits
Date: Wednesday, November 10, 2021 @ 00:30:08
  Author: felixonmars
Revision: 1039506

upgpkg: haskell-hashable 1.3.3.0-13: rebuild with transformers-compat 0.7.1

Modified:
  haskell-hashable/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2021-11-10 00:28:29 UTC (rev 1039505)
+++ PKGBUILD2021-11-10 00:30:08 UTC (rev 1039506)
@@ -4,7 +4,7 @@
 _hkgname=hashable
 pkgname=haskell-hashable
 pkgver=1.3.3.0
-pkgrel=12
+pkgrel=13
 pkgdesc="A class for types that can be converted to a hash value"
 url="https://github.com/haskell-unordered-containers/hashable";
 license=('BSD')



[arch-commits] Commit in haskell-logging-facade/repos/community-staging-x86_64 (2 files)

2021-11-09 Thread Felix Yan via arch-commits
Date: Wednesday, November 10, 2021 @ 00:28:29
  Author: felixonmars
Revision: 1039505

archrelease: copy trunk to community-staging-x86_64

Added:
  haskell-logging-facade/repos/community-staging-x86_64/PKGBUILD
(from rev 1039504, haskell-logging-facade/trunk/PKGBUILD)
Deleted:
  haskell-logging-facade/repos/community-staging-x86_64/PKGBUILD

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

Deleted: PKGBUILD
===
--- PKGBUILD2021-11-10 00:28:15 UTC (rev 1039504)
+++ PKGBUILD2021-11-10 00:28:29 UTC (rev 1039505)
@@ -1,50 +0,0 @@
-# Maintainer: Felix Yan 
-# Contributor: Arch Haskell Team 
-
-_hkgname=logging-facade
-pkgname=haskell-logging-facade
-pkgver=0.3.0
-pkgrel=238
-pkgdesc="Simple logging abstraction that allows multiple back-ends"
-url="https://github.com/sol/logging-facade";
-license=("MIT")
-arch=('x86_64')
-depends=('ghc-libs' 'haskell-call-stack')
-makedepends=('ghc')
-checkdepends=('haskell-hspec')
-source=("https://hackage.haskell.org/packages/archive/${_hkgname}/${pkgver}/${_hkgname}-${pkgver}.tar.gz";)
-sha512sums=('3a6fbd7b309f6094224f6af2b98408a2a49519f8c0ca1a26178fc6c0b593af2101769a4981bcf250dab2ed99144ec14b19263a755e8c71a5b01400651076228f')
-
-build() {
-cd $_hkgname-$pkgver
-
-if (( CHECKFUNC )); then
-_opts=('--enable-tests')
-else
-_opts=('--disable-tests')
-fi
-
-runhaskell Setup configure -O --enable-shared --enable-executable-dynamic 
--disable-library-vanilla \
---prefix=/usr --docdir=/usr/share/doc/$pkgname "${_opts[@]}" \
---dynlibdir=/usr/lib --libsubdir=\$compiler/site-local/\$pkgid 
--ghc-option=-fllvm
-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 --show-details=direct
-}
-
-package() {
-cd $_hkgname-$pkgver
-
-install -D -m744 register.sh 
"$pkgdir"/usr/share/haskell/register/$pkgname.sh
-install -D -m744 unregister.sh 
"$pkgdir"/usr/share/haskell/unregister/$pkgname.sh
-runhaskell Setup copy --destdir="$pkgdir"
-install -D -m644 LICENSE "$pkgdir"/usr/share/licenses/$pkgname/LICENSE
-rm -f "$pkgdir"/usr/share/doc/$pkgname/LICENSE
-}

Copied: haskell-logging-facade/repos/community-staging-x86_64/PKGBUILD (from 
rev 1039504, haskell-logging-facade/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2021-11-10 00:28:29 UTC (rev 1039505)
@@ -0,0 +1,50 @@
+# Maintainer: Felix Yan 
+# Contributor: Arch Haskell Team 
+
+_hkgname=logging-facade
+pkgname=haskell-logging-facade
+pkgver=0.3.0
+pkgrel=239
+pkgdesc="Simple logging abstraction that allows multiple back-ends"
+url="https://github.com/sol/logging-facade";
+license=("MIT")
+arch=('x86_64')
+depends=('ghc-libs' 'haskell-call-stack')
+makedepends=('ghc')
+checkdepends=('haskell-hspec')
+source=("https://hackage.haskell.org/packages/archive/${_hkgname}/${pkgver}/${_hkgname}-${pkgver}.tar.gz";)
+sha512sums=('3a6fbd7b309f6094224f6af2b98408a2a49519f8c0ca1a26178fc6c0b593af2101769a4981bcf250dab2ed99144ec14b19263a755e8c71a5b01400651076228f')
+
+build() {
+cd $_hkgname-$pkgver
+
+if (( CHECKFUNC )); then
+_opts=('--enable-tests')
+else
+_opts=('--disable-tests')
+fi
+
+runhaskell Setup configure -O --enable-shared --enable-executable-dynamic 
--disable-library-vanilla \
+--prefix=/usr --docdir=/usr/share/doc/$pkgname "${_opts[@]}" \
+--dynlibdir=/usr/lib --libsubdir=\$compiler/site-local/\$pkgid 
--ghc-option=-fllvm
+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 --show-details=direct
+}
+
+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-logging-facade/trunk (PKGBUILD)

2021-11-09 Thread Felix Yan via arch-commits
Date: Wednesday, November 10, 2021 @ 00:28:15
  Author: felixonmars
Revision: 1039504

upgpkg: haskell-logging-facade 0.3.0-239: rebuild with transformers-compat 0.7.1

Modified:
  haskell-logging-facade/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2021-11-10 00:27:04 UTC (rev 1039503)
+++ PKGBUILD2021-11-10 00:28:15 UTC (rev 1039504)
@@ -4,7 +4,7 @@
 _hkgname=logging-facade
 pkgname=haskell-logging-facade
 pkgver=0.3.0
-pkgrel=238
+pkgrel=239
 pkgdesc="Simple logging abstraction that allows multiple back-ends"
 url="https://github.com/sol/logging-facade";
 license=("MIT")



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

2021-11-09 Thread Felix Yan via arch-commits
Date: Wednesday, November 10, 2021 @ 00:27:04
  Author: felixonmars
Revision: 1039503

archrelease: copy trunk to community-staging-x86_64

Added:
  haskell-hspec/repos/community-staging-x86_64/PKGBUILD
(from rev 1039502, haskell-hspec/trunk/PKGBUILD)
Deleted:
  haskell-hspec/repos/community-staging-x86_64/PKGBUILD

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

Deleted: PKGBUILD
===
--- PKGBUILD2021-11-10 00:26:49 UTC (rev 1039502)
+++ PKGBUILD2021-11-10 00:27:04 UTC (rev 1039503)
@@ -1,38 +0,0 @@
-# Maintainer: Felix Yan 
-
-_hkgname=hspec
-pkgname=haskell-hspec
-pkgver=2.8.3
-pkgrel=46
-pkgdesc="A Testing Framework for Haskell"
-url="http://hspec.github.io/";
-license=('MIT')
-arch=('x86_64')
-depends=('ghc-libs' 'haskell-quickcheck' 'haskell-hspec-core' 
'haskell-hspec-discover'
- 'haskell-hspec-expectations')
-makedepends=('ghc')
-source=(https://hackage.haskell.org/packages/archive/${_hkgname}/${pkgver}/${_hkgname}-${pkgver}.tar.gz)
-sha512sums=('29d939b66e12653dea3858d84ef52c699a418058c04709cc1e0d7172f885eed9b125441a78b090e2102fd522083356c4df95178d237ce8771d98b49bf18bc2eb')
-
-build() {
-cd $_hkgname-$pkgver
-
-runhaskell Setup configure -O --enable-shared --enable-executable-dynamic 
--disable-library-vanilla \
---prefix=/usr --docdir=/usr/share/doc/$pkgname \
---dynlibdir=/usr/lib --libsubdir=\$compiler/site-local/\$pkgid 
--ghc-option=-fllvm
-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
-}

Copied: haskell-hspec/repos/community-staging-x86_64/PKGBUILD (from rev 
1039502, haskell-hspec/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2021-11-10 00:27:04 UTC (rev 1039503)
@@ -0,0 +1,38 @@
+# Maintainer: Felix Yan 
+
+_hkgname=hspec
+pkgname=haskell-hspec
+pkgver=2.8.3
+pkgrel=47
+pkgdesc="A Testing Framework for Haskell"
+url="http://hspec.github.io/";
+license=('MIT')
+arch=('x86_64')
+depends=('ghc-libs' 'haskell-quickcheck' 'haskell-hspec-core' 
'haskell-hspec-discover'
+ 'haskell-hspec-expectations')
+makedepends=('ghc')
+source=(https://hackage.haskell.org/packages/archive/${_hkgname}/${pkgver}/${_hkgname}-${pkgver}.tar.gz)
+sha512sums=('29d939b66e12653dea3858d84ef52c699a418058c04709cc1e0d7172f885eed9b125441a78b090e2102fd522083356c4df95178d237ce8771d98b49bf18bc2eb')
+
+build() {
+cd $_hkgname-$pkgver
+
+runhaskell Setup configure -O --enable-shared --enable-executable-dynamic 
--disable-library-vanilla \
+--prefix=/usr --docdir=/usr/share/doc/$pkgname \
+--dynlibdir=/usr/lib --libsubdir=\$compiler/site-local/\$pkgid 
--ghc-option=-fllvm
+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-hspec/trunk (PKGBUILD)

2021-11-09 Thread Felix Yan via arch-commits
Date: Wednesday, November 10, 2021 @ 00:26:49
  Author: felixonmars
Revision: 1039502

upgpkg: haskell-hspec 2.8.3-47: rebuild with transformers-compat 0.7.1

Modified:
  haskell-hspec/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2021-11-10 00:18:23 UTC (rev 1039501)
+++ PKGBUILD2021-11-10 00:26:49 UTC (rev 1039502)
@@ -3,7 +3,7 @@
 _hkgname=hspec
 pkgname=haskell-hspec
 pkgver=2.8.3
-pkgrel=46
+pkgrel=47
 pkgdesc="A Testing Framework for Haskell"
 url="http://hspec.github.io/";
 license=('MIT')



[arch-commits] Commit in haskell-hspec-core/repos/community-staging-x86_64 (2 files)

2021-11-09 Thread Felix Yan via arch-commits
Date: Wednesday, November 10, 2021 @ 00:18:23
  Author: felixonmars
Revision: 1039501

archrelease: copy trunk to community-staging-x86_64

Added:
  haskell-hspec-core/repos/community-staging-x86_64/PKGBUILD
(from rev 1039500, haskell-hspec-core/trunk/PKGBUILD)
Deleted:
  haskell-hspec-core/repos/community-staging-x86_64/PKGBUILD

--+
 PKGBUILD |  104 ++---
 1 file changed, 52 insertions(+), 52 deletions(-)

Deleted: PKGBUILD
===
--- PKGBUILD2021-11-10 00:18:08 UTC (rev 1039500)
+++ PKGBUILD2021-11-10 00:18:23 UTC (rev 1039501)
@@ -1,52 +0,0 @@
-# Maintainer: Felix Yan 
-
-_hkgname=hspec-core
-pkgname=haskell-hspec-core
-pkgver=2.8.3
-pkgrel=42
-pkgdesc="A Testing Framework for Haskell"
-url="http://hspec.github.io/";
-license=('MIT')
-arch=('x86_64')
-depends=('ghc-libs' 'haskell-ansi-terminal' 'haskell-call-stack' 
'haskell-clock'
- 'haskell-hspec-expectations' 'haskell-hunit' 'haskell-quickcheck' 
'haskell-quickcheck-io'
- 'haskell-random' 'haskell-setenv' 'haskell-tf-random')
-makedepends=('ghc')
-checkdepends=('haskell-hspec-meta' 'haskell-silently' 'haskell-temporary')
-source=(https://hackage.haskell.org/packages/archive/${_hkgname}/${pkgver}/${_hkgname}-${pkgver}.tar.gz)
-sha512sums=('822b96f72b6ff42de68391f15a97726439f5a28dec3682a9021a4ac3ff770d4816c5d5bf7b47ebacebc3cca89072634a83cff9a404b49209f0dc12e1fe10f65e')
-
-build() {
-cd $_hkgname-$pkgver
-
-if (( CHECKFUNC )); then
-_opts=('--enable-tests')
-else
-_opts=('--disable-tests')
-fi
-
-runhaskell Setup configure -O --enable-shared --enable-executable-dynamic 
--disable-library-vanilla \
---prefix=/usr --docdir=/usr/share/doc/$pkgname "${_opts[@]}" \
---dynlibdir=/usr/lib --libsubdir=\$compiler/site-local/\$pkgid 
--ghc-option=-fllvm
-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
-# https://github.com/hspec/hspec/issues/432
-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
-}

Copied: haskell-hspec-core/repos/community-staging-x86_64/PKGBUILD (from rev 
1039500, haskell-hspec-core/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2021-11-10 00:18:23 UTC (rev 1039501)
@@ -0,0 +1,52 @@
+# Maintainer: Felix Yan 
+
+_hkgname=hspec-core
+pkgname=haskell-hspec-core
+pkgver=2.8.3
+pkgrel=43
+pkgdesc="A Testing Framework for Haskell"
+url="http://hspec.github.io/";
+license=('MIT')
+arch=('x86_64')
+depends=('ghc-libs' 'haskell-ansi-terminal' 'haskell-call-stack' 
'haskell-clock'
+ 'haskell-hspec-expectations' 'haskell-hunit' 'haskell-quickcheck' 
'haskell-quickcheck-io'
+ 'haskell-random' 'haskell-setenv' 'haskell-tf-random')
+makedepends=('ghc')
+checkdepends=('haskell-hspec-meta' 'haskell-silently' 'haskell-temporary')
+source=(https://hackage.haskell.org/packages/archive/${_hkgname}/${pkgver}/${_hkgname}-${pkgver}.tar.gz)
+sha512sums=('822b96f72b6ff42de68391f15a97726439f5a28dec3682a9021a4ac3ff770d4816c5d5bf7b47ebacebc3cca89072634a83cff9a404b49209f0dc12e1fe10f65e')
+
+build() {
+cd $_hkgname-$pkgver
+
+if (( CHECKFUNC )); then
+_opts=('--enable-tests')
+else
+_opts=('--disable-tests')
+fi
+
+runhaskell Setup configure -O --enable-shared --enable-executable-dynamic 
--disable-library-vanilla \
+--prefix=/usr --docdir=/usr/share/doc/$pkgname "${_opts[@]}" \
+--dynlibdir=/usr/lib --libsubdir=\$compiler/site-local/\$pkgid 
--ghc-option=-fllvm
+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
+# https://github.com/hspec/hspec/issues/432
+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

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

2021-11-09 Thread Felix Yan via arch-commits
Date: Wednesday, November 10, 2021 @ 00:18:08
  Author: felixonmars
Revision: 1039500

upgpkg: haskell-hspec-core 2.8.3-43: rebuild with transformers-compat 0.7.1 
(rebuild pass 1, specified --nocheck)

Modified:
  haskell-hspec-core/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2021-11-09 23:30:43 UTC (rev 1039499)
+++ PKGBUILD2021-11-10 00:18:08 UTC (rev 1039500)
@@ -3,7 +3,7 @@
 _hkgname=hspec-core
 pkgname=haskell-hspec-core
 pkgver=2.8.3
-pkgrel=42
+pkgrel=43
 pkgdesc="A Testing Framework for Haskell"
 url="http://hspec.github.io/";
 license=('MIT')



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

2021-11-09 Thread Sven-Hendrik Haase via arch-commits
Date: Tuesday, November 9, 2021 @ 23:13:28
  Author: svenstaro
Revision: 1039488

archrelease: copy trunk to community-x86_64

Added:
  wesnoth/repos/community-x86_64/PKGBUILD
(from rev 1039487, wesnoth/trunk/PKGBUILD)
Deleted:
  wesnoth/repos/community-x86_64/PKGBUILD

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

Deleted: PKGBUILD
===
--- PKGBUILD2021-11-09 23:13:11 UTC (rev 1039487)
+++ PKGBUILD2021-11-09 23:13:28 UTC (rev 1039488)
@@ -1,47 +0,0 @@
-# Maintainer: Sven-Hendrik Haase 
-# Contributor: Jan de Groot 
-# Contributor: Tobias Powalowski 
-# Contributor: Jacobo Arvelo 
-# Contributor: Douglas Soares de Andrade 
-
-pkgname=wesnoth
-# NOTE: Odd minor versions are unstable! Do not package those.
-pkgver=1.16.0
-epoch=1
-pkgrel=1
-pkgdesc="A turn-based strategy game on a fantasy world"
-arch=('x86_64')
-license=('GPL')
-url="http://www.wesnoth.org/";
-depends=('sdl2_ttf' 'sdl2_mixer' 'sdl2_image' 'fribidi' 'boost-libs' 'pango' 
'dbus')
-makedepends=('boost' 'cmake' 'git' 'ninja')
-replaces=('wesnoth-data')
-options=(!emptydirs)
-source=("git://github.com/wesnoth/wesnoth.git#tag=${pkgver}")
-sha512sums=('SKIP')
-
-build() {
-  cd "$pkgname"
-
-  cmake \
-  -GNinja \
-  -Bbuild \
-  -DCMAKE_INSTALL_PREFIX=/usr \
-  -DENABLE_TOOLS=ON \
-  -DFIFO_DIR=/run/wesnothd \
-  -DENABLE_DISPLAY_REVISION=OFF
-  ninja -C build
-}
-
-package() {
-  cd "$pkgname"
-
-  DESTDIR="$pkgdir" ninja -C build install
-
-  # See http://forums.wesnoth.org/viewtopic.php?t=51038
-  echo "Linux repository" > "$pkgdir"/usr/share/wesnoth/data/dist
-
-  mkdir -p "$pkgdir"/usr/lib/{tmpfiles.d,systemd/system}
-  sed "s|@FIFO_DIR@|/run/wesnothd|" 
packaging/systemd/wesnothd.tmpfiles.conf.in > 
"$pkgdir"/usr/lib/tmpfiles.d/wesnothd.conf
-  sed -e "s|@FIFO_DIR@|/run/wesnothd|" -e "s|@BINARY_SUFFIX@||" -e 
"s|@CMAKE_INSTALL_FULL_BINDIR@|/usr/bin|" packaging/systemd/wesnothd.service.in 
> "$pkgdir"/usr/lib/systemd/system/wesnothd.service
-}

Copied: wesnoth/repos/community-x86_64/PKGBUILD (from rev 1039487, 
wesnoth/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2021-11-09 23:13:28 UTC (rev 1039488)
@@ -0,0 +1,47 @@
+# Maintainer: Sven-Hendrik Haase 
+# Contributor: Jan de Groot 
+# Contributor: Tobias Powalowski 
+# Contributor: Jacobo Arvelo 
+# Contributor: Douglas Soares de Andrade 
+
+pkgname=wesnoth
+# NOTE: Odd minor versions are unstable! Do not package those.
+pkgver=1.16.1
+epoch=1
+pkgrel=1
+pkgdesc="A turn-based strategy game on a fantasy world"
+arch=('x86_64')
+license=('GPL')
+url="http://www.wesnoth.org/";
+depends=('sdl2_ttf' 'sdl2_mixer' 'sdl2_image' 'fribidi' 'boost-libs' 'pango' 
'dbus')
+makedepends=('boost' 'cmake' 'git' 'ninja')
+replaces=('wesnoth-data')
+options=(!emptydirs)
+source=("git://github.com/wesnoth/wesnoth.git#tag=${pkgver}")
+sha512sums=('SKIP')
+
+build() {
+  cd "$pkgname"
+
+  cmake \
+  -GNinja \
+  -Bbuild \
+  -DCMAKE_INSTALL_PREFIX=/usr \
+  -DENABLE_TOOLS=ON \
+  -DFIFO_DIR=/run/wesnothd \
+  -DENABLE_DISPLAY_REVISION=OFF
+  ninja -C build
+}
+
+package() {
+  cd "$pkgname"
+
+  DESTDIR="$pkgdir" ninja -C build install
+
+  # See http://forums.wesnoth.org/viewtopic.php?t=51038
+  echo "Linux repository" > "$pkgdir"/usr/share/wesnoth/data/dist
+
+  mkdir -p "$pkgdir"/usr/lib/{tmpfiles.d,systemd/system}
+  sed "s|@FIFO_DIR@|/run/wesnothd|" 
packaging/systemd/wesnothd.tmpfiles.conf.in > 
"$pkgdir"/usr/lib/tmpfiles.d/wesnothd.conf
+  sed -e "s|@FIFO_DIR@|/run/wesnothd|" -e "s|@BINARY_SUFFIX@||" -e 
"s|@CMAKE_INSTALL_FULL_BINDIR@|/usr/bin|" packaging/systemd/wesnothd.service.in 
> "$pkgdir"/usr/lib/systemd/system/wesnothd.service
+}



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

2021-11-09 Thread Sven-Hendrik Haase via arch-commits
Date: Tuesday, November 9, 2021 @ 23:13:11
  Author: svenstaro
Revision: 1039487

upgpkg: wesnoth 1:1.16.1-1

Modified:
  wesnoth/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2021-11-09 22:36:56 UTC (rev 1039486)
+++ PKGBUILD2021-11-09 23:13:11 UTC (rev 1039487)
@@ -1,4 +1,4 @@
-# Maintainer: Sven-Hendrik Haase 
+# Maintainer: Sven-Hendrik Haase 
 # Contributor: Jan de Groot 
 # Contributor: Tobias Powalowski 
 # Contributor: Jacobo Arvelo 
@@ -6,7 +6,7 @@
 
 pkgname=wesnoth
 # NOTE: Odd minor versions are unstable! Do not package those.
-pkgver=1.16.0
+pkgver=1.16.1
 epoch=1
 pkgrel=1
 pkgdesc="A turn-based strategy game on a fantasy world"



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

2021-11-09 Thread George Rawlinson via arch-commits
Date: Tuesday, November 9, 2021 @ 22:36:56
  Author: grawlinson
Revision: 1039486

archrelease: copy trunk to community-x86_64

Added:
  singularity-container/repos/community-x86_64/PKGBUILD
(from rev 1039485, singularity-container/trunk/PKGBUILD)
  singularity-container/repos/community-x86_64/tmpfiles.conf
(from rev 1039485, singularity-container/trunk/tmpfiles.conf)
Deleted:
  singularity-container/repos/community-x86_64/PKGBUILD
  singularity-container/repos/community-x86_64/tmpfiles.conf

---+
 PKGBUILD  |  166 
 tmpfiles.conf |2 
 2 files changed, 85 insertions(+), 83 deletions(-)

Deleted: PKGBUILD
===
--- PKGBUILD2021-11-09 22:32:42 UTC (rev 1039485)
+++ PKGBUILD2021-11-09 22:36:56 UTC (rev 1039486)
@@ -1,82 +0,0 @@
-# Maintainer: George Rawlinson 
-# Contributor: Maciej Sieczka 
-
-_pkgname=singularity
-pkgname=singularity-container
-pkgver=3.8.3
-pkgrel=1
-pkgdesc='Application containers for secure high performance computing'
-arch=('x86_64')
-url='https://singularity.hpcng.org'
-license=('BSD')
-backup=(
-  etc/singularity/capability.json
-  etc/singularity/cgroups/cgroups.toml
-  etc/singularity/ecl.toml
-  etc/singularity/global-pgp-public
-  etc/singularity/network/00_bridge.conflist
-  etc/singularity/network/10_ptp.conflist
-  etc/singularity/network/20_ipvlan.conflist
-  etc/singularity/network/30_macvlan.conflist
-  etc/singularity/network/40_fakeroot.conflist
-  etc/singularity/nvliblist.conf
-  etc/singularity/remote.yaml
-  etc/singularity/rocmliblist.conf
-  etc/singularity/seccomp-profiles/default.json
-  etc/singularity/singularity.conf
-)
-depends=('squashfs-tools' 'libseccomp')
-makedepends=('go' 'git' 'cryptsetup')
-source=("$pkgname-$pkgver.tar.gz::https://github.com/hpcng/singularity/archive/v$pkgver.tar.gz";
-'tmpfiles.conf')
-b2sums=('792659f3455d353038edcede5c70ee26e4d95827f696c178a493f4d572a8753cda05f7189d8f8f43894164fa3d56f7c18cf32a4b66ee10b81e80207ae9f07fe3'
-
'33b6c0a8698d15155829af047df42ab2c408f7c604490bdb03210bcf2af175c86a5ad1aaba90452062b21f22f8e36b519f1a07c86ce812af89ebb6f31c160074')
-
-prepare() {
-  cd "$_pkgname-$pkgver"
-
-  # provide version to build script
-  echo "$pkgver" > VERSION
-
-  # fix bash completion path
-  sed -e "s|/etc/bash_completion.d|/usr/share/bash-completion/completions|" \
--e 
"s|\$(SYSCONFDIR)/bash_completion.d|/usr/share/bash-completion/completions|" \
--i  mlocal/frags/build_cli.mk
-}
-
-build() {
-  cd "$_pkgname-$pkgver"
-  export CGO_CPPFLAGS="${CPPFLAGS}"
-  export CGO_CFLAGS="${CFLAGS}"
-  export CGO_CXXFLAGS="${CXXFLAGS}"
-  export CGO_LDFLAGS="${LDFLAGS}"
-  export GOFLAGS="-buildmode=pie -trimpath -ldflags=-linkmode=external 
-mod=readonly -modcacherw"
-
-  ./mconfig \
---prefix=/usr \
---sysconfdir=/etc \
---libexecdir=/usr/lib \
---localstatedir=/var/lib \
--P release-stripped \
--v
-
-  make -C builddir
-}
-
-package() {
-  cd "$_pkgname-$pkgver"
-
-  # binaries & man pages
-  make -C builddir DESTDIR="$pkgdir" install man
-
-  # license
-  install -vDm644 LICENSE.md -t "$pkgdir/usr/share/licenses/$pkgname"
-
-  # documentation
-  install -vDm644 -t "$pkgdir/usr/share/doc/$pkgname" README.md
-
-  # let systemd-tmpfiles generate state directory
-  rm -rf "$pkgdir/var"
-  install -vDm644 "$srcdir/tmpfiles.conf" \
-"$pkgdir/usr/lib/tmpfiles.d/$pkgname.conf"
-}

Copied: singularity-container/repos/community-x86_64/PKGBUILD (from rev 
1039485, singularity-container/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2021-11-09 22:36:56 UTC (rev 1039486)
@@ -0,0 +1,84 @@
+# Maintainer: George Rawlinson 
+# Contributor: Maciej Sieczka 
+
+_pkgname=singularity
+pkgname=singularity-container
+pkgver=3.8.4
+pkgrel=1
+pkgdesc='Application containers for secure high performance computing'
+arch=('x86_64')
+url='https://singularity.hpcng.org'
+license=('BSD')
+backup=(
+  etc/singularity/capability.json
+  etc/singularity/cgroups/cgroups.toml
+  etc/singularity/ecl.toml
+  etc/singularity/global-pgp-public
+  etc/singularity/network/00_bridge.conflist
+  etc/singularity/network/10_ptp.conflist
+  etc/singularity/network/20_ipvlan.conflist
+  etc/singularity/network/30_macvlan.conflist
+  etc/singularity/network/40_fakeroot.conflist
+  etc/singularity/nvliblist.conf
+  etc/singularity/remote.yaml
+  etc/singularity/rocmliblist.conf
+  etc/singularity/seccomp-profiles/default.json
+  etc/singularity/singularity.conf
+)
+depends=('squashfs-tools' 'libseccomp')
+makedepends=('go' 'git' 'cryptsetup')
+source=("$pkgname-$pkgver.tar.gz::https://github.com/hpcng/singularity/archive/v$pkgver.tar.gz";
+'tmpfiles.conf')
+sha512sums=('41befc2338c6949289736edc0f6e2052f6d2e80a122362322c5c113d00c655ff2e814e9f1fbcf1fb146eb4a1f3234c104d208a79

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

2021-11-09 Thread George Rawlinson via arch-commits
Date: Tuesday, November 9, 2021 @ 22:32:42
  Author: grawlinson
Revision: 1039485

upgpkg: singularity-container 3.8.4-1

New upstream release.

Modified:
  singularity-container/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2021-11-09 21:44:40 UTC (rev 1039484)
+++ PKGBUILD2021-11-09 22:32:42 UTC (rev 1039485)
@@ -3,7 +3,7 @@
 
 _pkgname=singularity
 pkgname=singularity-container
-pkgver=3.8.3
+pkgver=3.8.4
 pkgrel=1
 pkgdesc='Application containers for secure high performance computing'
 arch=('x86_64')
@@ -29,7 +29,9 @@
 makedepends=('go' 'git' 'cryptsetup')
 
source=("$pkgname-$pkgver.tar.gz::https://github.com/hpcng/singularity/archive/v$pkgver.tar.gz";
 'tmpfiles.conf')
-b2sums=('792659f3455d353038edcede5c70ee26e4d95827f696c178a493f4d572a8753cda05f7189d8f8f43894164fa3d56f7c18cf32a4b66ee10b81e80207ae9f07fe3'
+sha512sums=('41befc2338c6949289736edc0f6e2052f6d2e80a122362322c5c113d00c655ff2e814e9f1fbcf1fb146eb4a1f3234c104d208a7985279ab840f7c884f68e'
+
'54588a0dc709a8bc14adb6b8092da4fc2af5200636d080cdc6179382ff48c9f526ecac7f8e9187cf4faed958588b3d96c09ce4fd89fd714b4d12e816d330c43f')
+b2sums=('8a3005b1fb1820b9852e8e082bcdb90f2ec4ef76fe6ad2e41106b439dc4b0622cc445d104924bb542e8c3c100abbe2d27577d30966fa119e86915f7f0c2dc5d6'
 
'33b6c0a8698d15155829af047df42ab2c408f7c604490bdb03210bcf2af175c86a5ad1aaba90452062b21f22f8e36b519f1a07c86ce812af89ebb6f31c160074')
 
 prepare() {



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

2021-11-09 Thread Felix Yan via arch-commits
Date: Tuesday, November 9, 2021 @ 21:44:40
  Author: felixonmars
Revision: 1039484

archrelease: copy trunk to community-staging-x86_64

Added:
  haskell-clock/repos/community-staging-x86_64/PKGBUILD
(from rev 1039483, haskell-clock/trunk/PKGBUILD)
Deleted:
  haskell-clock/repos/community-staging-x86_64/PKGBUILD

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

Deleted: PKGBUILD
===
--- PKGBUILD2021-11-09 21:44:27 UTC (rev 1039483)
+++ PKGBUILD2021-11-09 21:44:40 UTC (rev 1039484)
@@ -1,51 +0,0 @@
-# Maintainer: Felix Yan 
-# Contributor: Arch Haskell Team 
-
-_hkgname=clock
-pkgname=haskell-clock
-pkgver=0.8.2
-pkgrel=95
-pkgdesc="High-resolution clock functions: monotonic, realtime, cputime."
-url="https://github.com/corsis/clock";
-license=("BSD")
-arch=('x86_64')
-depends=('ghc-libs')
-makedepends=('ghc')
-checkdepends=('haskell-tasty' 'haskell-tasty-quickcheck')
-source=("https://hackage.haskell.org/packages/archive/${_hkgname}/${pkgver}/${_hkgname}-${pkgver}.tar.gz";)
-sha512sums=('42a7681ae8f1357c4ae39f51a15d7a00f3d587c8fc787d648308f914702471e6f9b32ee51fa1e8164a77f195600fdab8e27d45aa13a7052a921c4b8c246b891e')
-
-build() {
-cd $_hkgname-$pkgver
-
-if (( CHECKFUNC )); then
-_opts=('--enable-tests')
-else
-_opts=('--disable-tests')
-fi
-
-runhaskell Setup configure -O --enable-shared --enable-executable-dynamic 
--disable-library-vanilla \
---prefix=/usr --docdir=/usr/share/doc/$pkgname "${_opts[@]}" \
---dynlibdir=/usr/lib --libsubdir=\$compiler/site-local/\$pkgid 
--ghc-option=-fllvm \
--f-llvm
-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 --show-details=direct
-}
-
-package() {
-cd $_hkgname-$pkgver
-
-install -D -m744 register.sh 
"$pkgdir"/usr/share/haskell/register/$pkgname.sh
-install -D -m744 unregister.sh 
"$pkgdir"/usr/share/haskell/unregister/$pkgname.sh
-runhaskell Setup copy --destdir="$pkgdir"
-install -D -m644 LICENSE "$pkgdir"/usr/share/licenses/$pkgname/LICENSE
-rm -f "$pkgdir"/usr/share/doc/$pkgname/LICENSE
-}

Copied: haskell-clock/repos/community-staging-x86_64/PKGBUILD (from rev 
1039483, haskell-clock/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2021-11-09 21:44:40 UTC (rev 1039484)
@@ -0,0 +1,51 @@
+# Maintainer: Felix Yan 
+# Contributor: Arch Haskell Team 
+
+_hkgname=clock
+pkgname=haskell-clock
+pkgver=0.8.2
+pkgrel=96
+pkgdesc="High-resolution clock functions: monotonic, realtime, cputime."
+url="https://github.com/corsis/clock";
+license=("BSD")
+arch=('x86_64')
+depends=('ghc-libs')
+makedepends=('ghc')
+checkdepends=('haskell-tasty' 'haskell-tasty-quickcheck')
+source=("https://hackage.haskell.org/packages/archive/${_hkgname}/${pkgver}/${_hkgname}-${pkgver}.tar.gz";)
+sha512sums=('42a7681ae8f1357c4ae39f51a15d7a00f3d587c8fc787d648308f914702471e6f9b32ee51fa1e8164a77f195600fdab8e27d45aa13a7052a921c4b8c246b891e')
+
+build() {
+cd $_hkgname-$pkgver
+
+if (( CHECKFUNC )); then
+_opts=('--enable-tests')
+else
+_opts=('--disable-tests')
+fi
+
+runhaskell Setup configure -O --enable-shared --enable-executable-dynamic 
--disable-library-vanilla \
+--prefix=/usr --docdir=/usr/share/doc/$pkgname "${_opts[@]}" \
+--dynlibdir=/usr/lib --libsubdir=\$compiler/site-local/\$pkgid 
--ghc-option=-fllvm \
+-f-llvm
+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 --show-details=direct
+}
+
+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-clock/trunk (PKGBUILD)

2021-11-09 Thread Felix Yan via arch-commits
Date: Tuesday, November 9, 2021 @ 21:44:27
  Author: felixonmars
Revision: 1039483

upgpkg: haskell-clock 0.8.2-96: rebuild with transformers-compat 0.7.1

Modified:
  haskell-clock/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2021-11-09 21:43:08 UTC (rev 1039482)
+++ PKGBUILD2021-11-09 21:44:27 UTC (rev 1039483)
@@ -4,7 +4,7 @@
 _hkgname=clock
 pkgname=haskell-clock
 pkgver=0.8.2
-pkgrel=95
+pkgrel=96
 pkgdesc="High-resolution clock functions: monotonic, realtime, cputime."
 url="https://github.com/corsis/clock";
 license=("BSD")



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

2021-11-09 Thread Felix Yan via arch-commits
Date: Tuesday, November 9, 2021 @ 21:43:08
  Author: felixonmars
Revision: 1039482

archrelease: copy trunk to community-staging-x86_64

Added:
  haskell-nanospec/repos/community-staging-x86_64/PKGBUILD
(from rev 1039481, haskell-nanospec/trunk/PKGBUILD)
Deleted:
  haskell-nanospec/repos/community-staging-x86_64/PKGBUILD

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

Deleted: PKGBUILD
===
--- PKGBUILD2021-11-09 21:42:54 UTC (rev 1039481)
+++ PKGBUILD2021-11-09 21:43:08 UTC (rev 1039482)
@@ -1,49 +0,0 @@
-# Maintainer: Felix Yan 
-
-_hkgname=nanospec
-pkgname=haskell-nanospec
-pkgver=0.2.2
-pkgrel=206
-pkgdesc="A lightweight implementation of a subset of Hspec's API"
-url="https://github.com/commercialhaskell/nanospec";
-license=('MIT')
-arch=('x86_64')
-depends=('ghc-libs')
-makedepends=('ghc')
-checkdepends=('haskell-hspec' 'haskell-silently')
-source=(https://hackage.haskell.org/packages/archive/${_hkgname}/${pkgver}/${_hkgname}-${pkgver}.tar.gz)
-sha512sums=('6161b5cc1797a3fdcd07cad14deaa3edd6faa87309b5e8a31834d7c1dda23737fe4f2e763b13da7f5ef6f6ee3a9414f88b9ae01e5403320ba23d76404324a3b0')
-
-build() {
-cd $_hkgname-$pkgver
-
-if (( CHECKFUNC )); then
-_opts=('--enable-tests')
-else
-_opts=('--disable-tests')
-fi
-
-runhaskell Setup configure -O --enable-shared --enable-executable-dynamic 
--disable-library-vanilla \
---prefix=/usr --docdir=/usr/share/doc/$pkgname "${_opts[@]}" \
---dynlibdir=/usr/lib --libsubdir=\$compiler/site-local/\$pkgid 
--ghc-option=-fllvm
-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 --show-details=direct
-}
-
-package() {
-cd $_hkgname-$pkgver
-
-install -D -m744 register.sh 
"$pkgdir"/usr/share/haskell/register/$pkgname.sh
-install -D -m744 unregister.sh 
"$pkgdir"/usr/share/haskell/unregister/$pkgname.sh
-runhaskell Setup copy --destdir="$pkgdir"
-install -D -m644 LICENSE "$pkgdir"/usr/share/licenses/$pkgname/LICENSE
-rm -f "$pkgdir"/usr/share/doc/$pkgname/LICENSE
-}

Copied: haskell-nanospec/repos/community-staging-x86_64/PKGBUILD (from rev 
1039481, haskell-nanospec/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2021-11-09 21:43:08 UTC (rev 1039482)
@@ -0,0 +1,49 @@
+# Maintainer: Felix Yan 
+
+_hkgname=nanospec
+pkgname=haskell-nanospec
+pkgver=0.2.2
+pkgrel=207
+pkgdesc="A lightweight implementation of a subset of Hspec's API"
+url="https://github.com/commercialhaskell/nanospec";
+license=('MIT')
+arch=('x86_64')
+depends=('ghc-libs')
+makedepends=('ghc')
+checkdepends=('haskell-hspec' 'haskell-silently')
+source=(https://hackage.haskell.org/packages/archive/${_hkgname}/${pkgver}/${_hkgname}-${pkgver}.tar.gz)
+sha512sums=('6161b5cc1797a3fdcd07cad14deaa3edd6faa87309b5e8a31834d7c1dda23737fe4f2e763b13da7f5ef6f6ee3a9414f88b9ae01e5403320ba23d76404324a3b0')
+
+build() {
+cd $_hkgname-$pkgver
+
+if (( CHECKFUNC )); then
+_opts=('--enable-tests')
+else
+_opts=('--disable-tests')
+fi
+
+runhaskell Setup configure -O --enable-shared --enable-executable-dynamic 
--disable-library-vanilla \
+--prefix=/usr --docdir=/usr/share/doc/$pkgname "${_opts[@]}" \
+--dynlibdir=/usr/lib --libsubdir=\$compiler/site-local/\$pkgid 
--ghc-option=-fllvm
+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 --show-details=direct
+}
+
+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-nanospec/trunk (PKGBUILD)

2021-11-09 Thread Felix Yan via arch-commits
Date: Tuesday, November 9, 2021 @ 21:42:54
  Author: felixonmars
Revision: 1039481

upgpkg: haskell-nanospec 0.2.2-207: rebuild with transformers-compat 0.7.1

Modified:
  haskell-nanospec/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2021-11-09 21:42:28 UTC (rev 1039480)
+++ PKGBUILD2021-11-09 21:42:54 UTC (rev 1039481)
@@ -3,7 +3,7 @@
 _hkgname=nanospec
 pkgname=haskell-nanospec
 pkgver=0.2.2
-pkgrel=206
+pkgrel=207
 pkgdesc="A lightweight implementation of a subset of Hspec's API"
 url="https://github.com/commercialhaskell/nanospec";
 license=('MIT')



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

2021-11-09 Thread Antonio Rojas via arch-commits
Date: Tuesday, November 9, 2021 @ 21:42:28
  Author: arojas
Revision: 1039480

archrelease: copy trunk to community-x86_64

Added:
  conflict/repos/community-x86_64/PKGBUILD
(from rev 1039479, conflict/trunk/PKGBUILD)
Deleted:
  conflict/repos/community-x86_64/PKGBUILD

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

Deleted: PKGBUILD
===
--- PKGBUILD2021-11-09 21:42:19 UTC (rev 1039479)
+++ PKGBUILD2021-11-09 21:42:28 UTC (rev 1039480)
@@ -1,27 +0,0 @@
-# Maintainer: Eli Schwartz 
-
-pkgname=conflict
-pkgver=20150705
-pkgrel=4
-pkgdesc='filename conflict listing'
-arch=('x86_64')
-url="https://invisible-island.net/${pkgname}/${pkgname}.html";
-license=('MIT')
-source=("https://invisible-mirror.net/archives/${pkgname}/${pkgname}-${pkgver}.tgz"{,.asc})
-sha256sums=('30e14808768a938df139a1b76f8f7397e1b3bf46a18ceabcc8b1b1a70d5ea8a9'
-'SKIP')
-validpgpkeys=('C52048C0C0748FEE227D47A2702353E0F7E48EDB') # Thomas Dickey 

-
-build() {
-cd "${srcdir}"/${pkgname}-${pkgver}
-
-./configure --prefix=/usr
-make
-}
-
-package() {
-cd "${srcdir}"/${pkgname}-${pkgver}
-
-make DESTDIR="${pkgdir}" install
-install -Dm0644 COPYING "${pkgdir}"/usr/share/licenses/${pkgname}/COPYING
-}

Copied: conflict/repos/community-x86_64/PKGBUILD (from rev 1039479, 
conflict/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2021-11-09 21:42:28 UTC (rev 1039480)
@@ -0,0 +1,28 @@
+# Maintainer: Eli Schwartz 
+
+pkgname=conflict
+pkgver=20150705
+pkgrel=5
+pkgdesc='filename conflict listing'
+arch=('x86_64')
+url="https://invisible-island.net/${pkgname}/${pkgname}.html";
+license=('MIT')
+source=("https://invisible-mirror.net/archives/${pkgname}/${pkgname}-${pkgver}.tgz"{,.asc})
+depends=('glibc')
+sha256sums=('30e14808768a938df139a1b76f8f7397e1b3bf46a18ceabcc8b1b1a70d5ea8a9'
+'SKIP')
+validpgpkeys=('C52048C0C0748FEE227D47A2702353E0F7E48EDB') # Thomas Dickey 

+
+build() {
+cd ${pkgname}-${pkgver}
+
+./configure --prefix=/usr
+make
+}
+
+package() {
+cd ${pkgname}-${pkgver}
+
+make DESTDIR="${pkgdir}" install
+install -Dm0644 COPYING "${pkgdir}"/usr/share/licenses/${pkgname}/COPYING
+}



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

2021-11-09 Thread Antonio Rojas via arch-commits
Date: Tuesday, November 9, 2021 @ 21:42:19
  Author: arojas
Revision: 1039479

Rebuild

Modified:
  conflict/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2021-11-09 21:41:41 UTC (rev 1039478)
+++ PKGBUILD2021-11-09 21:42:19 UTC (rev 1039479)
@@ -2,18 +2,19 @@
 
 pkgname=conflict
 pkgver=20150705
-pkgrel=4
+pkgrel=5
 pkgdesc='filename conflict listing'
 arch=('x86_64')
 url="https://invisible-island.net/${pkgname}/${pkgname}.html";
 license=('MIT')
 
source=("https://invisible-mirror.net/archives/${pkgname}/${pkgname}-${pkgver}.tgz"{,.asc})
+depends=('glibc')
 sha256sums=('30e14808768a938df139a1b76f8f7397e1b3bf46a18ceabcc8b1b1a70d5ea8a9'
 'SKIP')
 validpgpkeys=('C52048C0C0748FEE227D47A2702353E0F7E48EDB') # Thomas Dickey 

 
 build() {
-cd "${srcdir}"/${pkgname}-${pkgver}
+cd ${pkgname}-${pkgver}
 
 ./configure --prefix=/usr
 make
@@ -20,7 +21,7 @@
 }
 
 package() {
-cd "${srcdir}"/${pkgname}-${pkgver}
+cd ${pkgname}-${pkgver}
 
 make DESTDIR="${pkgdir}" install
 install -Dm0644 COPYING "${pkgdir}"/usr/share/licenses/${pkgname}/COPYING



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

2021-11-09 Thread Felix Yan via arch-commits
Date: Tuesday, November 9, 2021 @ 21:41:41
  Author: felixonmars
Revision: 1039478

archrelease: copy trunk to community-staging-x86_64

Added:
  haskell-syb/repos/community-staging-x86_64/PKGBUILD
(from rev 1039477, haskell-syb/trunk/PKGBUILD)
Deleted:
  haskell-syb/repos/community-staging-x86_64/PKGBUILD

--+
 PKGBUILD |  104 ++---
 1 file changed, 52 insertions(+), 52 deletions(-)

Deleted: PKGBUILD
===
--- PKGBUILD2021-11-09 21:41:27 UTC (rev 1039477)
+++ PKGBUILD2021-11-09 21:41:41 UTC (rev 1039478)
@@ -1,52 +0,0 @@
-# Maintainer: Felix Yan 
-# Contributor: Aaron Peschel 
-# Contributor: Rémy Oudompheng 
-# Contributor: Arch Haskell Team 
-
-_hkgname=syb
-pkgname=haskell-syb
-pkgver=0.7.2.1
-pkgrel=79
-pkgdesc="library for generic programming in Haskell"
-url="https://hackage.haskell.org/package/${_hkgname}";
-license=('BSD')
-arch=('x86_64')
-depends=('ghc-libs')
-makedepends=('ghc')
-checkdepends=('haskell-tasty' 'haskell-tasty-hunit')
-source=(https://hackage.haskell.org/packages/archive/${_hkgname}/${pkgver}/${_hkgname}-${pkgver}.tar.gz)
-sha512sums=('6c356af3cc72f29c362b2859292a96b8107dd3241cff79d717f361e517edf478295f477c0f426fb8d0ae0952cd5c7521114cf1cac1f3faf2b0c96d3b8a335e69')
-
-build() {
-cd $_hkgname-$pkgver
-
-if (( CHECKFUNC )); then
-_opts=('--enable-tests')
-else
-_opts=('--disable-tests')
-fi
-
-runhaskell Setup configure -O --enable-shared --enable-executable-dynamic 
--disable-library-vanilla \
---prefix=/usr --docdir=/usr/share/doc/$pkgname "${_opts[@]}" \
---dynlibdir=/usr/lib --libsubdir=\$compiler/site-local/\$pkgid 
--ghc-option=-fllvm
-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 --show-details=direct
-}
-
-package() {
-cd $_hkgname-$pkgver
-
-install -D -m744 register.sh 
"$pkgdir"/usr/share/haskell/register/$pkgname.sh
-install -D -m744 unregister.sh 
"$pkgdir"/usr/share/haskell/unregister/$pkgname.sh
-runhaskell Setup copy --destdir="$pkgdir"
-install -D -m644 LICENSE "$pkgdir"/usr/share/licenses/$pkgname/LICENSE
-rm -f "$pkgdir"/usr/share/doc/$pkgname/LICENSE
-}

Copied: haskell-syb/repos/community-staging-x86_64/PKGBUILD (from rev 1039477, 
haskell-syb/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2021-11-09 21:41:41 UTC (rev 1039478)
@@ -0,0 +1,52 @@
+# Maintainer: Felix Yan 
+# Contributor: Aaron Peschel 
+# Contributor: Rémy Oudompheng 
+# Contributor: Arch Haskell Team 
+
+_hkgname=syb
+pkgname=haskell-syb
+pkgver=0.7.2.1
+pkgrel=80
+pkgdesc="library for generic programming in Haskell"
+url="https://hackage.haskell.org/package/${_hkgname}";
+license=('BSD')
+arch=('x86_64')
+depends=('ghc-libs')
+makedepends=('ghc')
+checkdepends=('haskell-tasty' 'haskell-tasty-hunit')
+source=(https://hackage.haskell.org/packages/archive/${_hkgname}/${pkgver}/${_hkgname}-${pkgver}.tar.gz)
+sha512sums=('6c356af3cc72f29c362b2859292a96b8107dd3241cff79d717f361e517edf478295f477c0f426fb8d0ae0952cd5c7521114cf1cac1f3faf2b0c96d3b8a335e69')
+
+build() {
+cd $_hkgname-$pkgver
+
+if (( CHECKFUNC )); then
+_opts=('--enable-tests')
+else
+_opts=('--disable-tests')
+fi
+
+runhaskell Setup configure -O --enable-shared --enable-executable-dynamic 
--disable-library-vanilla \
+--prefix=/usr --docdir=/usr/share/doc/$pkgname "${_opts[@]}" \
+--dynlibdir=/usr/lib --libsubdir=\$compiler/site-local/\$pkgid 
--ghc-option=-fllvm
+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 --show-details=direct
+}
+
+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-syb/trunk (PKGBUILD)

2021-11-09 Thread Felix Yan via arch-commits
Date: Tuesday, November 9, 2021 @ 21:41:27
  Author: felixonmars
Revision: 1039477

upgpkg: haskell-syb 0.7.2.1-80: rebuild with transformers-compat 0.7.1

Modified:
  haskell-syb/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2021-11-09 21:39:31 UTC (rev 1039476)
+++ PKGBUILD2021-11-09 21:41:27 UTC (rev 1039477)
@@ -6,7 +6,7 @@
 _hkgname=syb
 pkgname=haskell-syb
 pkgver=0.7.2.1
-pkgrel=79
+pkgrel=80
 pkgdesc="library for generic programming in Haskell"
 url="https://hackage.haskell.org/package/${_hkgname}";
 license=('BSD')



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

2021-11-09 Thread Levente Polyak via arch-commits
Date: Tuesday, November 9, 2021 @ 21:39:31
  Author: anthraxx
Revision: 1039476

archrelease: copy trunk to community-any

Added:
  gajim/repos/community-any/PKGBUILD
(from rev 1039475, gajim/trunk/PKGBUILD)
Deleted:
  gajim/repos/community-any/PKGBUILD

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

Deleted: PKGBUILD
===
--- PKGBUILD2021-11-09 21:39:27 UTC (rev 1039475)
+++ PKGBUILD2021-11-09 21:39:31 UTC (rev 1039476)
@@ -1,46 +0,0 @@
-# Maintainer: Levente Polyak 
-# Contributor: Eric Bélanger 
-
-pkgname=gajim
-pkgver=1.3.2
-pkgrel=1
-pkgdesc='Full featured and easy to use XMPP (Jabber) client'
-url='https://gajim.org/'
-arch=('any')
-license=('GPL3')
-depends=('gtk3' 'python-cairo' 'python-gobject' 'python-keyring' 
'python-nbxmpp'
- 'python-pyasn1' 'python-pyopenssl' 'python-precis_i18n' 
'python-css-parser'
- 'python-distro' 'hicolor-icon-theme')
-optdepends=('python-dbus: for gajim-remote and zeroconf support'
-'avahi: serverless chatting with autodetected clients in a local 
network'
-'farstream: start audio and video chat'
-'gst-plugins-good: for video/voice support'
-'gst-plugins-bad: for video/voice support'
-'gst-plugins-ugly: for video/voice support'
-'gst-libav: for video/voice support'
-'gst-python: for video/voice support'
-'gspell: for spell checking support'
-'geoclue: share current location'
-'python-keyring: store passwords encrypted in a keyring'
-'gupnp-igd: request your router to forward port for file transfer'
-'libxss: measure idle time, in order to set auto status'
-'python-gnupg: encrypting chat messages with OpenPGP'
-'python-pillow: support of WebP avatars'
-'python-axolotl: OMEMO support'
-'python-qrcode: generate QR codes for OMEMO keys'
-'gsound: Notification Sounds')
-source=(https://www.gajim.org/downloads/${pkgver%.*}/gajim-${pkgver}.tar.gz)
-sha512sums=('92c86d1fa2fab51b402b6ddc0b838f321ab744c9c2add743b3f1820215eef84cafabc50227606088d077bdd9f52998f4ca6f98ad153346b9fb37691b71e9c267')
-b2sums=('9af561d4316a34480d073dcbf95fbc04ffd30bb4195633141ad1e9fa96145e61b54acff32891aadbdb93d0a775d69f2491e56f97fc67d2a1b2a76fcaab09f7ef')
-
-build() {
-  cd ${pkgname}-${pkgver}
-  python setup.py build
-}
-
-package() {
-  cd ${pkgname}-${pkgver}
-  python setup.py install --root="${pkgdir}" --optimize=1 --skip-build
-}
-
-# vim: ts=2 sw=2 et:

Copied: gajim/repos/community-any/PKGBUILD (from rev 1039475, 
gajim/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2021-11-09 21:39:31 UTC (rev 1039476)
@@ -0,0 +1,46 @@
+# Maintainer: Levente Polyak 
+# Contributor: Eric Bélanger 
+
+pkgname=gajim
+pkgver=1.3.3
+pkgrel=1
+pkgdesc='Full featured and easy to use XMPP (Jabber) client'
+url='https://gajim.org/'
+arch=('any')
+license=('GPL3')
+depends=('gtk3' 'python-cairo' 'python-gobject' 'python-keyring' 
'python-nbxmpp'
+ 'python-pyasn1' 'python-pyopenssl' 'python-precis_i18n' 
'python-css-parser'
+ 'python-distro' 'hicolor-icon-theme')
+optdepends=('python-dbus: for gajim-remote and zeroconf support'
+'avahi: serverless chatting with autodetected clients in a local 
network'
+'farstream: start audio and video chat'
+'gst-plugins-good: for video/voice support'
+'gst-plugins-bad: for video/voice support'
+'gst-plugins-ugly: for video/voice support'
+'gst-libav: for video/voice support'
+'gst-python: for video/voice support'
+'gspell: for spell checking support'
+'geoclue: share current location'
+'python-keyring: store passwords encrypted in a keyring'
+'gupnp-igd: request your router to forward port for file transfer'
+'libxss: measure idle time, in order to set auto status'
+'python-gnupg: encrypting chat messages with OpenPGP'
+'python-pillow: support of WebP avatars'
+'python-axolotl: OMEMO support'
+'python-qrcode: generate QR codes for OMEMO keys'
+'gsound: Notification Sounds')
+source=(https://www.gajim.org/downloads/${pkgver%.*}/gajim-${pkgver}.tar.gz)
+sha512sums=('b1b6ed1eeb9ce01c26240a0a0c1ff3991ac305787e2ed49ecf7ed9cc75789da2d0ec1c3a1fda6dc67fe440fa7aa143af9be1a837acfc94255d7027f63f55ced2')
+b2sums=('27c4163a5762e8fa72524f91d846439b5bd54aff8ec0c4f8ffe4061295540d986b71fc333a2d65110e87821efc5a96ce0dc8a519236c5d71df9a722c65851296')
+
+build() {
+  cd ${pkgname}-${pkgname}-${pkgver}
+  python setup.py build
+}
+
+package() {
+  cd ${pkgname}-${pkgname}-${pkgver}
+  python setup.py ins

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

2021-11-09 Thread Levente Polyak via arch-commits
Date: Tuesday, November 9, 2021 @ 21:39:27
  Author: anthraxx
Revision: 1039475

upgpkg: gajim 1.3.3-1

Modified:
  gajim/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2021-11-09 21:39:16 UTC (rev 1039474)
+++ PKGBUILD2021-11-09 21:39:27 UTC (rev 1039475)
@@ -2,7 +2,7 @@
 # Contributor: Eric Bélanger 
 
 pkgname=gajim
-pkgver=1.3.2
+pkgver=1.3.3
 pkgrel=1
 pkgdesc='Full featured and easy to use XMPP (Jabber) client'
 url='https://gajim.org/'
@@ -30,16 +30,16 @@
 'python-qrcode: generate QR codes for OMEMO keys'
 'gsound: Notification Sounds')
 source=(https://www.gajim.org/downloads/${pkgver%.*}/gajim-${pkgver}.tar.gz)
-sha512sums=('92c86d1fa2fab51b402b6ddc0b838f321ab744c9c2add743b3f1820215eef84cafabc50227606088d077bdd9f52998f4ca6f98ad153346b9fb37691b71e9c267')
-b2sums=('9af561d4316a34480d073dcbf95fbc04ffd30bb4195633141ad1e9fa96145e61b54acff32891aadbdb93d0a775d69f2491e56f97fc67d2a1b2a76fcaab09f7ef')
+sha512sums=('b1b6ed1eeb9ce01c26240a0a0c1ff3991ac305787e2ed49ecf7ed9cc75789da2d0ec1c3a1fda6dc67fe440fa7aa143af9be1a837acfc94255d7027f63f55ced2')
+b2sums=('27c4163a5762e8fa72524f91d846439b5bd54aff8ec0c4f8ffe4061295540d986b71fc333a2d65110e87821efc5a96ce0dc8a519236c5d71df9a722c65851296')
 
 build() {
-  cd ${pkgname}-${pkgver}
+  cd ${pkgname}-${pkgname}-${pkgver}
   python setup.py build
 }
 
 package() {
-  cd ${pkgname}-${pkgver}
+  cd ${pkgname}-${pkgname}-${pkgver}
   python setup.py install --root="${pkgdir}" --optimize=1 --skip-build
 }
 



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

2021-11-09 Thread Antonio Rojas via arch-commits
Date: Tuesday, November 9, 2021 @ 21:39:16
  Author: arojas
Revision: 1039474

archrelease: copy trunk to community-any

Added:
  checkbashisms/repos/community-any/PKGBUILD
(from rev 1039473, checkbashisms/trunk/PKGBUILD)
Deleted:
  checkbashisms/repos/community-any/PKGBUILD

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

Deleted: PKGBUILD
===
--- PKGBUILD2021-11-09 21:39:06 UTC (rev 1039473)
+++ PKGBUILD2021-11-09 21:39:16 UTC (rev 1039474)
@@ -1,21 +0,0 @@
-# Maintainer: Eli Schwartz 
-
-pkgname=checkbashisms
-pkgver=2.20.5
-pkgrel=1
-pkgdesc='Debian script that checks for bashisms'
-arch=('any')
-url="https://packages.qa.debian.org/d/devscripts.html";
-license=('GPL')
-depends=('perl')
-source=("http://http.debian.net/debian/pool/main/d/devscripts/devscripts_${pkgver}.tar.xz";)
-sha256sums=('84fb3c433707253d1570a9620d9e9a03622cf6e2fa601bb948fb1565e4514ce6')
-b2sums=('3d4079d3268b3b9bfacdd0a4afcfee5390bdbf4660038306611d9c24e7b5c6453eff5f24d938c9764a17336475cd60615919adaa11dcf47495d930cd4b3b4e09')
-
-package() {
-cd "${srcdir}"/devscripts-${pkgver}/scripts
-
-sed "s/###VERSION###/${pkgver}/g" checkbashisms.pl | install -Dm755 
/dev/stdin "${pkgdir}"/usr/bin/checkbashisms
-install -Dm644 checkbashisms.1 
"${pkgdir}"/usr/share/man/man1/checkbashisms.1
-install -Dm644 checkbashisms.bash_completion 
"${pkgdir}"/usr/share/bash-completion/completions/checkbashisms
-}

Copied: checkbashisms/repos/community-any/PKGBUILD (from rev 1039473, 
checkbashisms/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2021-11-09 21:39:16 UTC (rev 1039474)
@@ -0,0 +1,21 @@
+# Maintainer: Eli Schwartz 
+
+pkgname=checkbashisms
+pkgver=2.21.4
+pkgrel=1
+pkgdesc='Debian script that checks for bashisms'
+arch=('any')
+url="https://packages.qa.debian.org/d/devscripts.html";
+license=('GPL')
+depends=('perl')
+source=("http://http.debian.net/debian/pool/main/d/devscripts/devscripts_${pkgver}.tar.xz";)
+sha256sums=('c18885e36d9c78b319001d4dbaf64e1b85bd322cfd0f62a04cc9d48550f7397f')
+b2sums=('29339490586a66c6360f599a90e23452fd1e99fd01757e258e082b9550731b3e443b12fb9ce9b8fe6fb229f228a115f87a9b91b8769000afd741eb77e9e7a4a4')
+
+package() {
+cd "${srcdir}"/devscripts-${pkgver}/scripts
+
+sed "s/###VERSION###/${pkgver}/g" checkbashisms.pl | install -Dm755 
/dev/stdin "${pkgdir}"/usr/bin/checkbashisms
+install -Dm644 checkbashisms.1 
"${pkgdir}"/usr/share/man/man1/checkbashisms.1
+install -Dm644 checkbashisms.bash_completion 
"${pkgdir}"/usr/share/bash-completion/completions/checkbashisms
+}



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

2021-11-09 Thread Antonio Rojas via arch-commits
Date: Tuesday, November 9, 2021 @ 21:39:06
  Author: arojas
Revision: 1039473

Update to 2.21.4

Modified:
  checkbashisms/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2021-11-09 21:38:27 UTC (rev 1039472)
+++ PKGBUILD2021-11-09 21:39:06 UTC (rev 1039473)
@@ -1,7 +1,7 @@
 # Maintainer: Eli Schwartz 
 
 pkgname=checkbashisms
-pkgver=2.20.5
+pkgver=2.21.4
 pkgrel=1
 pkgdesc='Debian script that checks for bashisms'
 arch=('any')
@@ -9,8 +9,8 @@
 license=('GPL')
 depends=('perl')
 
source=("http://http.debian.net/debian/pool/main/d/devscripts/devscripts_${pkgver}.tar.xz";)
-sha256sums=('84fb3c433707253d1570a9620d9e9a03622cf6e2fa601bb948fb1565e4514ce6')
-b2sums=('3d4079d3268b3b9bfacdd0a4afcfee5390bdbf4660038306611d9c24e7b5c6453eff5f24d938c9764a17336475cd60615919adaa11dcf47495d930cd4b3b4e09')
+sha256sums=('c18885e36d9c78b319001d4dbaf64e1b85bd322cfd0f62a04cc9d48550f7397f')
+b2sums=('29339490586a66c6360f599a90e23452fd1e99fd01757e258e082b9550731b3e443b12fb9ce9b8fe6fb229f228a115f87a9b91b8769000afd741eb77e9e7a4a4')
 
 package() {
 cd "${srcdir}"/devscripts-${pkgver}/scripts



[arch-commits] Commit in haskell-tasty-inspection-testing/repos (2 files)

2021-11-09 Thread Felix Yan via arch-commits
Date: Tuesday, November 9, 2021 @ 21:38:27
  Author: felixonmars
Revision: 1039472

archrelease: copy trunk to community-staging-x86_64

Added:
  haskell-tasty-inspection-testing/repos/community-staging-x86_64/
  haskell-tasty-inspection-testing/repos/community-staging-x86_64/PKGBUILD
(from rev 1039471, haskell-tasty-inspection-testing/trunk/PKGBUILD)

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

Copied: 
haskell-tasty-inspection-testing/repos/community-staging-x86_64/PKGBUILD (from 
rev 1039471, haskell-tasty-inspection-testing/trunk/PKGBUILD)
===
--- community-staging-x86_64/PKGBUILD   (rev 0)
+++ community-staging-x86_64/PKGBUILD   2021-11-09 21:38:27 UTC (rev 1039472)
@@ -0,0 +1,45 @@
+# Maintainer: Felix Yan 
+
+_hkgname=tasty-inspection-testing
+pkgname=haskell-tasty-inspection-testing
+pkgver=0.1
+pkgrel=7
+pkgdesc="Inspection testing support for tasty"
+url="https://github.com/Bodigrim/tasty-inspection-testing";
+license=("MIT")
+arch=('x86_64')
+depends=('ghc-libs' 'haskell-ghc' 'haskell-inspection-testing' 'haskell-tasty')
+makedepends=('ghc' 'uusi')
+source=("https://hackage.haskell.org/packages/archive/$_hkgname/$pkgver/$_hkgname-$pkgver.tar.gz";)
+sha256sums=('1cfad60f4bb25d9889886e88a62a465f5dcedd6f96bc87b8a3e875cab2535ca1')
+
+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 
--ghc-option=-fllvm \
+--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
+}
+
+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 -t "$pkgdir"/usr/share/licenses/$pkgname/
+  rm -f "$pkgdir"/usr/share/doc/$pkgname/LICENSE
+}



[arch-commits] Commit in haskell-tasty-inspection-testing/trunk (PKGBUILD)

2021-11-09 Thread Felix Yan via arch-commits
Date: Tuesday, November 9, 2021 @ 21:38:15
  Author: felixonmars
Revision: 1039471

upgpkg: haskell-tasty-inspection-testing 0.1-7: rebuild with 
transformers-compat 0.7.1

Modified:
  haskell-tasty-inspection-testing/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2021-11-09 21:37:37 UTC (rev 1039470)
+++ PKGBUILD2021-11-09 21:38:15 UTC (rev 1039471)
@@ -3,7 +3,7 @@
 _hkgname=tasty-inspection-testing
 pkgname=haskell-tasty-inspection-testing
 pkgver=0.1
-pkgrel=6
+pkgrel=7
 pkgdesc="Inspection testing support for tasty"
 url="https://github.com/Bodigrim/tasty-inspection-testing";
 license=("MIT")



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

2021-11-09 Thread Antonio Rojas via arch-commits
Date: Tuesday, November 9, 2021 @ 21:37:37
  Author: arojas
Revision: 1039470

archrelease: copy trunk to community-x86_64

Added:
  busybox/repos/community-x86_64/0001-ash-fix-unset_var-pattern-repl.patch
(from rev 1039469, busybox/trunk/0001-ash-fix-unset_var-pattern-repl.patch)
  busybox/repos/community-x86_64/PKGBUILD
(from rev 1039469, busybox/trunk/PKGBUILD)
  busybox/repos/community-x86_64/config
(from rev 1039469, busybox/trunk/config)
Deleted:
  busybox/repos/community-x86_64/0001-ash-fix-unset_var-pattern-repl.patch
  busybox/repos/community-x86_64/PKGBUILD
  busybox/repos/community-x86_64/config

---+
 0001-ash-fix-unset_var-pattern-repl.patch |  100 -
 PKGBUILD  |   84 
 config| 2412 ++--
 3 files changed, 1302 insertions(+), 1294 deletions(-)

Deleted: 0001-ash-fix-unset_var-pattern-repl.patch
===
--- 0001-ash-fix-unset_var-pattern-repl.patch   2021-11-09 21:37:25 UTC (rev 
1039469)
+++ 0001-ash-fix-unset_var-pattern-repl.patch   2021-11-09 21:37:37 UTC (rev 
1039470)
@@ -1,50 +0,0 @@
-From 883cdb79a440d0425766f67aaef0cabde0a5060e Mon Sep 17 00:00:00 2001
-From: Denys Vlasenko 
-Date: Sat, 9 Jan 2021 08:27:37 +0100
-Subject: ash: fix ${unset_var/pattern/repl}
-
-function old new   delta
-subevalvar  13491353  +4
-
-Signed-off-by: Denys Vlasenko 

- shell/ash.c   | 3 ++-
- shell/ash_test/ash-vars/var_bash_repl_empty_var.right | 1 +
- shell/ash_test/ash-vars/var_bash_repl_empty_var.tests | 2 ++
- 3 files changed, 5 insertions(+), 1 deletion(-)
-
-diff --git a/shell/ash.c b/shell/ash.c
-index 37f9dd71b..76bf39ec2 100644
 a/shell/ash.c
-+++ b/shell/ash.c
-@@ -7015,7 +7015,8 @@ subevalvar(char *start, char *str, int strloc,
-   slash_pos = -1;
-   if (repl) {
-   slash_pos = expdest - ((char *)stackblock() + strloc);
--  STPUTC('/', expdest);
-+  if (!(flag & EXP_DISCARD))
-+  STPUTC('/', expdest);
-   //bb_error_msg("repl+1:'%s'", repl + 1);
-   p = argstr(repl + 1, (flag & EXP_DISCARD) | EXP_TILDE); /* 
EXP_TILDE: echo "${v/x/~}" expands ~ ! */
-   *repl = '/';
-diff --git a/shell/ash_test/ash-vars/var_bash_repl_empty_var.right 
b/shell/ash_test/ash-vars/var_bash_repl_empty_var.right
-index 892916783..cf8f088c1 100644
 a/shell/ash_test/ash-vars/var_bash_repl_empty_var.right
-+++ b/shell/ash_test/ash-vars/var_bash_repl_empty_var.right
-@@ -1,2 +1,3 @@
- 
-+
- Ok:0
-diff --git a/shell/ash_test/ash-vars/var_bash_repl_empty_var.tests 
b/shell/ash_test/ash-vars/var_bash_repl_empty_var.tests
-index 73a43d38e..22aaba560 100755
 a/shell/ash_test/ash-vars/var_bash_repl_empty_var.tests
-+++ b/shell/ash_test/ash-vars/var_bash_repl_empty_var.tests
-@@ -1,3 +1,5 @@
-+unset v
-+echo ${v/*/w}
- v=''
- echo ${v/*/w}
- echo Ok:$?
--- 
-cgit v1.2.1
-

Copied: 
busybox/repos/community-x86_64/0001-ash-fix-unset_var-pattern-repl.patch (from 
rev 1039469, busybox/trunk/0001-ash-fix-unset_var-pattern-repl.patch)
===
--- 0001-ash-fix-unset_var-pattern-repl.patch   (rev 0)
+++ 0001-ash-fix-unset_var-pattern-repl.patch   2021-11-09 21:37:37 UTC (rev 
1039470)
@@ -0,0 +1,50 @@
+From 883cdb79a440d0425766f67aaef0cabde0a5060e Mon Sep 17 00:00:00 2001
+From: Denys Vlasenko 
+Date: Sat, 9 Jan 2021 08:27:37 +0100
+Subject: ash: fix ${unset_var/pattern/repl}
+
+function old new   delta
+subevalvar  13491353  +4
+
+Signed-off-by: Denys Vlasenko 
+---
+ shell/ash.c   | 3 ++-
+ shell/ash_test/ash-vars/var_bash_repl_empty_var.right | 1 +
+ shell/ash_test/ash-vars/var_bash_repl_empty_var.tests | 2 ++
+ 3 files changed, 5 insertions(+), 1 deletion(-)
+
+diff --git a/shell/ash.c b/shell/ash.c
+index 37f9dd71b..76bf39ec2 100644
+--- a/shell/ash.c
 b/shell/ash.c
+@@ -7015,7 +7015,8 @@ subevalvar(char *start, char *str, int strloc,
+   slash_pos = -1;
+   if (repl) {
+   slash_pos = expdest - ((char *)stackblock() + strloc);
+-  STPUTC('/', expdest);
++  if (!(flag & EXP_DISCARD))
++  STPUTC('/', expdest);
+   //bb_error_msg("repl+1:'%s'", repl + 1);
+   p = argstr(repl + 1, (flag & EXP_DISCARD) | EXP_TILDE); /* 
EXP_TILDE: echo "${v/x/~}" expands ~ ! */
+   *repl = '/';
+diff --git a/shell/ash_test/ash-vars/var_bash_repl_empty_var.right 
b/shell/ash_test/ash-vars/var_bash_repl_empty_var.right
+index 892916783..cf8f088c1 100644
+--- a/shell/ash_test/ash-vars/var_

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

2021-11-09 Thread Antonio Rojas via arch-commits
Date: Tuesday, November 9, 2021 @ 21:37:25
  Author: arojas
Revision: 1039469

Update to 1.34.1

Modified:
  busybox/trunk/PKGBUILD
  busybox/trunk/config

--+
 PKGBUILD |   10 +-
 config   |8 
 2 files changed, 13 insertions(+), 5 deletions(-)

Modified: PKGBUILD
===
--- PKGBUILD2021-11-09 21:37:06 UTC (rev 1039468)
+++ PKGBUILD2021-11-09 21:37:25 UTC (rev 1039469)
@@ -3,7 +3,7 @@
 # Contributor: Jens Pranaitis 
 
 pkgname=busybox
-pkgver=1.33.1
+pkgver=1.34.1
 pkgrel=1
 pkgdesc="Utilities for rescue and embedded systems"
 arch=("x86_64")
@@ -13,12 +13,12 @@
 validpgpkeys=('C9E9416F76E610DBD09D040F47B70C55ACC9965B')
 source=("$url/downloads/$pkgname-$pkgver.tar.bz2"{,.sig}
 "config")
-sha256sums=('12cec6bd2b16d8a9446dd16130f2b92982f1819f6e1c5f5887b6db03f5660d28'
+sha256sums=('415fbd89e5344c96acf449d94a6f956dbed62e18e835fc83e064db33a34bd549'
 'SKIP'
-'21ce3115a6f3e8e4378bb0769efb8f079392a8639d8d6aae009266248e495e80')
-b2sums=('2dce3427ab7703c56cbb3bdc0c93c1fe1c6dc24c5b467b6213b8f9cf55223ec63136b3837970e41293cc3d55d320599945d29a69a4ef8b4b3ab9fb5e2a527632'
+'82e934fbdf143028ffb19b195e34c2171dd3b2c17d1c5e37499068ade4d5b28f')
+b2sums=('1f45f58db26ae0bae2eb728db3a7d49680d611f489c4633d1fdf2827d3c33285721e232f722ac1f80f2ad7616352df9fd6b8880bcb5fa0dc6787b70c897dd033'
 'SKIP'
-
'9c14c0f830830f0f5d598198c665047e297c4d17962455b7fd253a51e340ea3757216b965cfbd3a6c03acf7b9429e5ab42f1e0bcfb13e9b5cfe89f49ab45368a')
+
'ec7ab659d02bda59be7e0eaae532e5a3e1a53f630559fe66ddadadbdebe5baf31f9f9897e73a6a6f11aa9523158331eac74803035bf84ffab27d8941c181cc61')
 
 build() {
   cd "$srcdir/$pkgname-$pkgver"

Modified: config
===
--- config  2021-11-09 21:37:06 UTC (rev 1039468)
+++ config  2021-11-09 21:37:25 UTC (rev 1039469)
@@ -206,11 +206,13 @@
 CONFIG_FEATURE_CHOWN_LONG_OPTIONS=y
 CONFIG_CHROOT=y
 CONFIG_CKSUM=y
+CONFIG_CRC32=y
 CONFIG_COMM=y
 CONFIG_CP=y
 CONFIG_FEATURE_CP_LONG_OPTIONS=y
 CONFIG_FEATURE_CP_REFLINK=y
 CONFIG_CUT=y
+CONFIG_FEATURE_CUT_REGEX=y
 CONFIG_DATE=y
 CONFIG_FEATURE_DATE_ISOFMT=y
 # CONFIG_FEATURE_DATE_NANO is not set
@@ -423,6 +425,7 @@
 CONFIG_FEATURE_VI_MAX_LEN=4096
 # CONFIG_FEATURE_VI_8BIT is not set
 CONFIG_FEATURE_VI_COLON=y
+CONFIG_FEATURE_VI_COLON_EXPAND=y
 CONFIG_FEATURE_VI_YANKMARK=y
 CONFIG_FEATURE_VI_SEARCH=y
 # CONFIG_FEATURE_VI_REGEX_SEARCH is not set
@@ -436,6 +439,7 @@
 CONFIG_FEATURE_VI_UNDO=y
 CONFIG_FEATURE_VI_UNDO_QUEUE=y
 CONFIG_FEATURE_VI_UNDO_QUEUE_MAX=256
+CONFIG_FEATURE_VI_VERBOSE_STATUS=y
 CONFIG_FEATURE_ALLOW_EXEC=y
 
 #
@@ -742,6 +746,7 @@
 # Miscellaneous Utilities
 #
 CONFIG_ADJTIMEX=y
+CONFIG_ASCII=y
 CONFIG_BBCONFIG=y
 CONFIG_FEATURE_COMPRESS_BBCONFIG=y
 CONFIG_BC=y
@@ -837,6 +842,7 @@
 CONFIG_UBIRENAME=y
 CONFIG_VOLNAME=y
 CONFIG_WATCHDOG=y
+CONFIG_FEATURE_WATCHDOG_OPEN_TWICE=y
 
 #
 # Networking Utilities
@@ -975,6 +981,7 @@
 CONFIG_WGET=y
 CONFIG_FEATURE_WGET_LONG_OPTIONS=y
 CONFIG_FEATURE_WGET_STATUSBAR=y
+CONFIG_FEATURE_WGET_FTP=y
 CONFIG_FEATURE_WGET_AUTHENTICATION=y
 CONFIG_FEATURE_WGET_TIMEOUT=y
 # CONFIG_FEATURE_WGET_HTTPS is not set
@@ -1000,6 +1007,7 @@
 #
 # Common options for DHCP applets
 #
+CONFIG_UDHCPC_DEFAULT_INTERFACE="eth0"
 CONFIG_FEATURE_UDHCP_PORT=y
 CONFIG_UDHCP_DEBUG=9
 CONFIG_UDHCPC_SLACK_FOR_BUGGY_SERVERS=80



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

2021-11-09 Thread Felix Yan via arch-commits
Date: Tuesday, November 9, 2021 @ 21:37:06
  Author: felixonmars
Revision: 1039468

archrelease: copy trunk to community-staging-x86_64

Added:
  haskell-tasty-smallcheck/repos/community-staging-x86_64/
  haskell-tasty-smallcheck/repos/community-staging-x86_64/PKGBUILD
(from rev 1039467, haskell-tasty-smallcheck/trunk/PKGBUILD)

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

Copied: haskell-tasty-smallcheck/repos/community-staging-x86_64/PKGBUILD (from 
rev 1039467, haskell-tasty-smallcheck/trunk/PKGBUILD)
===
--- community-staging-x86_64/PKGBUILD   (rev 0)
+++ community-staging-x86_64/PKGBUILD   2021-11-09 21:37:06 UTC (rev 1039468)
@@ -0,0 +1,38 @@
+# Maintainer: Felix Yan 
+
+_hkgname=tasty-smallcheck
+pkgname=haskell-tasty-smallcheck
+pkgver=0.8.2
+pkgrel=186
+pkgdesc="SmallCheck support for the Tasty test framework"
+url="https://github.com/feuerbach/tasty";
+license=('MIT')
+arch=('x86_64')
+depends=('ghc-libs' 'haskell-optparse-applicative' 'haskell-smallcheck' 
'haskell-tagged'
+ 'haskell-tasty')
+makedepends=('ghc')
+source=(https://hackage.haskell.org/packages/archive/${_hkgname}/${pkgver}/${_hkgname}-${pkgver}.tar.gz)
+sha512sums=('ff816280315e26d20210f0dcbf55e32780aa9ef455d8d00b146d9daeed6afec5b6593cd8a8dc0b7c0bc7ff77da75f065f9c7253494f2c47150e2b7a6aa29fc6a')
+
+build() {
+cd $_hkgname-$pkgver
+
+runhaskell Setup configure -O --enable-shared --enable-executable-dynamic 
--disable-library-vanilla \
+--prefix=/usr --docdir=/usr/share/doc/$pkgname \
+--dynlibdir=/usr/lib --libsubdir=\$compiler/site-local/\$pkgid 
--ghc-option=-fllvm
+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-tasty-smallcheck/trunk (PKGBUILD)

2021-11-09 Thread Felix Yan via arch-commits
Date: Tuesday, November 9, 2021 @ 21:36:54
  Author: felixonmars
Revision: 1039467

upgpkg: haskell-tasty-smallcheck 0.8.2-186: rebuild with transformers-compat 
0.7.1

Modified:
  haskell-tasty-smallcheck/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2021-11-09 21:35:57 UTC (rev 1039466)
+++ PKGBUILD2021-11-09 21:36:54 UTC (rev 1039467)
@@ -3,7 +3,7 @@
 _hkgname=tasty-smallcheck
 pkgname=haskell-tasty-smallcheck
 pkgver=0.8.2
-pkgrel=185
+pkgrel=186
 pkgdesc="SmallCheck support for the Tasty test framework"
 url="https://github.com/feuerbach/tasty";
 license=('MIT')



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

2021-11-09 Thread Felix Yan via arch-commits
Date: Tuesday, November 9, 2021 @ 21:35:57
  Author: felixonmars
Revision: 1039466

archrelease: copy trunk to community-staging-x86_64

Added:
  haskell-tasty-quickcheck/repos/community-staging-x86_64/
  haskell-tasty-quickcheck/repos/community-staging-x86_64/PKGBUILD
(from rev 1039465, haskell-tasty-quickcheck/trunk/PKGBUILD)

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

Copied: haskell-tasty-quickcheck/repos/community-staging-x86_64/PKGBUILD (from 
rev 1039465, haskell-tasty-quickcheck/trunk/PKGBUILD)
===
--- community-staging-x86_64/PKGBUILD   (rev 0)
+++ community-staging-x86_64/PKGBUILD   2021-11-09 21:35:57 UTC (rev 1039466)
@@ -0,0 +1,51 @@
+# Maintainer: Felix Yan 
+# Contributor: Arch Haskell Team 
+
+_hkgname=tasty-quickcheck
+pkgname=haskell-tasty-quickcheck
+pkgver=0.10.1.2
+pkgrel=232
+pkgdesc="QuickCheck support for the Tasty test framework."
+url="http://documentup.com/feuerbach/tasty";
+license=("MIT")
+arch=('x86_64')
+depends=('ghc-libs' 'haskell-optparse-applicative' 'haskell-quickcheck' 
'haskell-random'
+ 'haskell-tagged' 'haskell-tasty')
+makedepends=('ghc')
+checkdepends=('haskell-tasty-hunit' 'haskell-pcre-light')
+source=("https://hackage.haskell.org/packages/archive/${_hkgname}/${pkgver}/${_hkgname}-${pkgver}.tar.gz";)
+sha512sums=('61cdecdf932b32da7b9c0df8249797725fd62fc1380f5b95984543c2757f49103cf3555e5ebbc800fa6457e7ca509ae44f4e7bf54241f8bf6cba05b3cca24a78')
+
+build() {
+cd $_hkgname-$pkgver
+
+if (( CHECKFUNC )); then
+_opts=('--enable-tests')
+else
+_opts=('--disable-tests')
+fi
+
+runhaskell Setup configure -O --enable-shared --enable-executable-dynamic 
--disable-library-vanilla \
+--prefix=/usr --docdir=/usr/share/doc/$pkgname "${_opts[@]}" \
+--dynlibdir=/usr/lib --libsubdir=\$compiler/site-local/\$pkgid 
--ghc-option=-fllvm
+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 --show-details=direct
+}
+
+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-tasty-quickcheck/trunk (PKGBUILD)

2021-11-09 Thread Felix Yan via arch-commits
Date: Tuesday, November 9, 2021 @ 21:35:45
  Author: felixonmars
Revision: 1039465

upgpkg: haskell-tasty-quickcheck 0.10.1.2-232: rebuild with transformers-compat 
0.7.1 (rebuild pass 1, specified --nocheck)

Modified:
  haskell-tasty-quickcheck/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2021-11-09 21:34:48 UTC (rev 1039464)
+++ PKGBUILD2021-11-09 21:35:45 UTC (rev 1039465)
@@ -4,7 +4,7 @@
 _hkgname=tasty-quickcheck
 pkgname=haskell-tasty-quickcheck
 pkgver=0.10.1.2
-pkgrel=231
+pkgrel=232
 pkgdesc="QuickCheck support for the Tasty test framework."
 url="http://documentup.com/feuerbach/tasty";
 license=("MIT")



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

2021-11-09 Thread Felix Yan via arch-commits
Date: Tuesday, November 9, 2021 @ 21:34:48
  Author: felixonmars
Revision: 1039464

archrelease: copy trunk to community-staging-x86_64

Added:
  haskell-tasty-hunit/repos/community-staging-x86_64/
  haskell-tasty-hunit/repos/community-staging-x86_64/PKGBUILD
(from rev 1039463, haskell-tasty-hunit/trunk/PKGBUILD)

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

Copied: haskell-tasty-hunit/repos/community-staging-x86_64/PKGBUILD (from rev 
1039463, haskell-tasty-hunit/trunk/PKGBUILD)
===
--- community-staging-x86_64/PKGBUILD   (rev 0)
+++ community-staging-x86_64/PKGBUILD   2021-11-09 21:34:48 UTC (rev 1039464)
@@ -0,0 +1,38 @@
+# Maintainer: Felix Yan 
+# Contributor: Arch Haskell Team 
+
+_hkgname=tasty-hunit
+pkgname=haskell-tasty-hunit
+pkgver=0.10.0.3
+pkgrel=209
+pkgdesc="HUnit support for the Tasty test framework."
+url="https://documentup.com/feuerbach/tasty";
+license=("MIT")
+arch=('x86_64')
+depends=('ghc-libs' 'haskell-tasty' 'haskell-call-stack')
+makedepends=('ghc')
+source=("https://hackage.haskell.org/packages/archive/${_hkgname}/${pkgver}/${_hkgname}-${pkgver}.tar.gz";)
+sha512sums=('29adbf499b8079c12c756e031c3bebffa1c312cf623ff77d4fb2e85d3462ac6e71aa8a13c3e161ef04ad5bbf910c3bb5f4b62bc3825a030b690a90eea812b85a')
+
+build() {
+cd $_hkgname-$pkgver
+
+runhaskell Setup configure -O --enable-shared --enable-executable-dynamic 
--disable-library-vanilla \
+--prefix=/usr --docdir=/usr/share/doc/$pkgname \
+--dynlibdir=/usr/lib --libsubdir=\$compiler/site-local/\$pkgid 
--ghc-option=-fllvm
+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-tasty-hunit/trunk (PKGBUILD)

2021-11-09 Thread Felix Yan via arch-commits
Date: Tuesday, November 9, 2021 @ 21:34:35
  Author: felixonmars
Revision: 1039463

upgpkg: haskell-tasty-hunit 0.10.0.3-209: rebuild with transformers-compat 0.7.1

Modified:
  haskell-tasty-hunit/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2021-11-09 21:33:36 UTC (rev 1039462)
+++ PKGBUILD2021-11-09 21:34:35 UTC (rev 1039463)
@@ -4,7 +4,7 @@
 _hkgname=tasty-hunit
 pkgname=haskell-tasty-hunit
 pkgver=0.10.0.3
-pkgrel=208
+pkgrel=209
 pkgdesc="HUnit support for the Tasty test framework."
 url="https://documentup.com/feuerbach/tasty";
 license=("MIT")



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

2021-11-09 Thread Felix Yan via arch-commits
Date: Tuesday, November 9, 2021 @ 21:33:36
  Author: felixonmars
Revision: 1039462

archrelease: copy trunk to community-staging-x86_64

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

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

Copied: haskell-tasty/repos/community-staging-x86_64/PKGBUILD (from rev 
1039461, haskell-tasty/trunk/PKGBUILD)
===
--- community-staging-x86_64/PKGBUILD   (rev 0)
+++ community-staging-x86_64/PKGBUILD   2021-11-09 21:33:36 UTC (rev 1039462)
@@ -0,0 +1,40 @@
+# Maintainer: Felix Yan 
+# Contributor: Arch Haskell Team 
+
+_hkgname=tasty
+pkgname=haskell-tasty
+pkgver=1.4.2
+pkgrel=16
+pkgdesc="Modern and extensible testing framework"
+url="http://documentup.com/UnkindPartition/tasty";
+license=("MIT")
+arch=('x86_64')
+depends=('ghc-libs' 'haskell-ansi-terminal' 'haskell-clock' 
'haskell-optparse-applicative'
+ 'haskell-tagged' 'haskell-unbounded-delays' 'haskell-wcwidth')
+makedepends=('ghc')
+source=("https://hackage.haskell.org/packages/archive/${_hkgname}/${pkgver}/${_hkgname}-${pkgver}.tar.gz";)
+sha512sums=('71fdbbb9914096f5d133500afa01eeb8a9f71e77b25e70684a3155bd50ca6200c615b1b38f0686b066c796993c527a61156176e4fcc652ab93e66b829568b665')
+
+build() {
+cd $_hkgname-$pkgver
+
+runhaskell Setup configure -O --enable-shared --enable-executable-dynamic 
--disable-library-vanilla \
+--prefix=/usr --docdir=/usr/share/doc/$pkgname \
+--dynlibdir=/usr/lib --libsubdir=\$compiler/site-local/\$pkgid 
--ghc-option=-fllvm \
+-fclock
+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-tasty/trunk (PKGBUILD)

2021-11-09 Thread Felix Yan via arch-commits
Date: Tuesday, November 9, 2021 @ 21:33:24
  Author: felixonmars
Revision: 1039461

upgpkg: haskell-tasty 1.4.2-16: rebuild with transformers-compat 0.7.1

Modified:
  haskell-tasty/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2021-11-09 21:31:25 UTC (rev 1039460)
+++ PKGBUILD2021-11-09 21:33:24 UTC (rev 1039461)
@@ -4,7 +4,7 @@
 _hkgname=tasty
 pkgname=haskell-tasty
 pkgver=1.4.2
-pkgrel=15
+pkgrel=16
 pkgdesc="Modern and extensible testing framework"
 url="http://documentup.com/UnkindPartition/tasty";
 license=("MIT")



[arch-commits] Commit in haskell-test-framework-hunit/repos (2 files)

2021-11-09 Thread Felix Yan via arch-commits
Date: Tuesday, November 9, 2021 @ 21:31:25
  Author: felixonmars
Revision: 1039460

archrelease: copy trunk to community-staging-x86_64

Added:
  haskell-test-framework-hunit/repos/community-staging-x86_64/
  haskell-test-framework-hunit/repos/community-staging-x86_64/PKGBUILD
(from rev 1039459, haskell-test-framework-hunit/trunk/PKGBUILD)

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

Copied: haskell-test-framework-hunit/repos/community-staging-x86_64/PKGBUILD 
(from rev 1039459, haskell-test-framework-hunit/trunk/PKGBUILD)
===
--- community-staging-x86_64/PKGBUILD   (rev 0)
+++ community-staging-x86_64/PKGBUILD   2021-11-09 21:31:25 UTC (rev 1039460)
@@ -0,0 +1,43 @@
+# Maintainer: Felix Yan 
+# Contributor: Arch Haskell Team 
+
+_hkgname=test-framework-hunit
+pkgname=haskell-test-framework-hunit
+pkgver=0.3.0.2
+pkgrel=332
+pkgdesc="HUnit support for the test-framework package."
+url="https://batterseapower.github.io/test-framework/";
+license=("BSD")
+arch=('x86_64')
+depends=('ghc-libs' "haskell-hunit" "haskell-extensible-exceptions" 
"haskell-test-framework")
+makedepends=('ghc')
+source=("https://hackage.haskell.org/packages/archive/${_hkgname}/${pkgver}/${_hkgname}-${pkgver}.tar.gz";)
+sha512sums=('068ca4326935746769aa4023076e9bd85d1753073c6e67d88daa6ccf2a69f3bafb87c3b03fd5ada612f6ddbdf2447b06ef8f853675cf0efe9eafd80606c40e32')
+
+prepare() {
+sed -i 's/HUnit >= 1.2 && < 1.4/HUnit >= 1.2 \&\& < 1.7/' 
$_hkgname-$pkgver/$_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 
--ghc-option=-fllvm \
+-f-base3 -fbase4
+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-test-framework-hunit/trunk (PKGBUILD)

2021-11-09 Thread Felix Yan via arch-commits
Date: Tuesday, November 9, 2021 @ 21:31:13
  Author: felixonmars
Revision: 1039459

upgpkg: haskell-test-framework-hunit 0.3.0.2-332: rebuild with 
transformers-compat 0.7.1

Modified:
  haskell-test-framework-hunit/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2021-11-09 21:30:19 UTC (rev 1039458)
+++ PKGBUILD2021-11-09 21:31:13 UTC (rev 1039459)
@@ -4,7 +4,7 @@
 _hkgname=test-framework-hunit
 pkgname=haskell-test-framework-hunit
 pkgver=0.3.0.2
-pkgrel=331
+pkgrel=332
 pkgdesc="HUnit support for the test-framework package."
 url="https://batterseapower.github.io/test-framework/";
 license=("BSD")



[arch-commits] Commit in haskell-test-framework-quickcheck2/trunk (PKGBUILD)

2021-11-09 Thread Felix Yan via arch-commits
Date: Tuesday, November 9, 2021 @ 21:30:07
  Author: felixonmars
Revision: 1039457

upgpkg: haskell-test-framework-quickcheck2 0.3.0.5-328: rebuild with 
transformers-compat 0.7.1

Modified:
  haskell-test-framework-quickcheck2/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2021-11-09 21:29:07 UTC (rev 1039456)
+++ PKGBUILD2021-11-09 21:30:07 UTC (rev 1039457)
@@ -4,7 +4,7 @@
 _hkgname=test-framework-quickcheck2
 pkgname=haskell-test-framework-quickcheck2
 pkgver=0.3.0.5
-pkgrel=327
+pkgrel=328
 pkgdesc="QuickCheck-2 support for the test-framework package"
 url="https://haskell.github.io/test-framework/";
 license=("BSD")



[arch-commits] Commit in haskell-test-framework-quickcheck2/repos (2 files)

2021-11-09 Thread Felix Yan via arch-commits
Date: Tuesday, November 9, 2021 @ 21:30:19
  Author: felixonmars
Revision: 1039458

archrelease: copy trunk to community-staging-x86_64

Added:
  haskell-test-framework-quickcheck2/repos/community-staging-x86_64/
  haskell-test-framework-quickcheck2/repos/community-staging-x86_64/PKGBUILD
(from rev 1039457, haskell-test-framework-quickcheck2/trunk/PKGBUILD)

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

Copied: 
haskell-test-framework-quickcheck2/repos/community-staging-x86_64/PKGBUILD 
(from rev 1039457, haskell-test-framework-quickcheck2/trunk/PKGBUILD)
===
--- community-staging-x86_64/PKGBUILD   (rev 0)
+++ community-staging-x86_64/PKGBUILD   2021-11-09 21:30:19 UTC (rev 1039458)
@@ -0,0 +1,44 @@
+# Maintainer: Felix Yan 
+# Contributor: Arch Haskell Team 
+
+_hkgname=test-framework-quickcheck2
+pkgname=haskell-test-framework-quickcheck2
+pkgver=0.3.0.5
+pkgrel=328
+pkgdesc="QuickCheck-2 support for the test-framework package"
+url="https://haskell.github.io/test-framework/";
+license=("BSD")
+arch=('x86_64')
+depends=('ghc-libs' 'haskell-test-framework' 'haskell-quickcheck' 
'haskell-extensible-exceptions'
+ 'haskell-random')
+makedepends=('ghc')
+source=("https://hackage.haskell.org/packages/archive/${_hkgname}/${pkgver}/${_hkgname}-${pkgver}.tar.gz";)
+sha512sums=('58c6177d52829ba1ea1858a11101e5b21ae4e4543f8f829779f62208ad16083b41e9f3b2275392693698ef3d46912096c368d90db0d67ff136af4fa73d5e1d43')
+
+prepare() {
+cd $_hkgname-$pkgver
+sed -i 's/< *2.13/<3/;s/< *1.2/<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 
--ghc-option=-fllvm
+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-hspec/repos (2 files)

2021-11-09 Thread Felix Yan via arch-commits
Date: Tuesday, November 9, 2021 @ 21:29:07
  Author: felixonmars
Revision: 1039456

archrelease: copy trunk to community-staging-x86_64

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

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

Copied: haskell-hspec/repos/community-staging-x86_64/PKGBUILD (from rev 
1039455, haskell-hspec/trunk/PKGBUILD)
===
--- community-staging-x86_64/PKGBUILD   (rev 0)
+++ community-staging-x86_64/PKGBUILD   2021-11-09 21:29:07 UTC (rev 1039456)
@@ -0,0 +1,38 @@
+# Maintainer: Felix Yan 
+
+_hkgname=hspec
+pkgname=haskell-hspec
+pkgver=2.8.3
+pkgrel=46
+pkgdesc="A Testing Framework for Haskell"
+url="http://hspec.github.io/";
+license=('MIT')
+arch=('x86_64')
+depends=('ghc-libs' 'haskell-quickcheck' 'haskell-hspec-core' 
'haskell-hspec-discover'
+ 'haskell-hspec-expectations')
+makedepends=('ghc')
+source=(https://hackage.haskell.org/packages/archive/${_hkgname}/${pkgver}/${_hkgname}-${pkgver}.tar.gz)
+sha512sums=('29d939b66e12653dea3858d84ef52c699a418058c04709cc1e0d7172f885eed9b125441a78b090e2102fd522083356c4df95178d237ce8771d98b49bf18bc2eb')
+
+build() {
+cd $_hkgname-$pkgver
+
+runhaskell Setup configure -O --enable-shared --enable-executable-dynamic 
--disable-library-vanilla \
+--prefix=/usr --docdir=/usr/share/doc/$pkgname \
+--dynlibdir=/usr/lib --libsubdir=\$compiler/site-local/\$pkgid 
--ghc-option=-fllvm
+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-hspec/trunk (PKGBUILD)

2021-11-09 Thread Felix Yan via arch-commits
Date: Tuesday, November 9, 2021 @ 21:28:54
  Author: felixonmars
Revision: 1039454

upgpkg: haskell-hspec 2.8.3-46: rebuild with transformers-compat 0.7.1

Modified:
  haskell-hspec/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2021-11-09 21:27:55 UTC (rev 1039453)
+++ PKGBUILD2021-11-09 21:28:54 UTC (rev 1039454)
@@ -3,7 +3,7 @@
 _hkgname=hspec
 pkgname=haskell-hspec
 pkgver=2.8.3
-pkgrel=45
+pkgrel=46
 pkgdesc="A Testing Framework for Haskell"
 url="http://hspec.github.io/";
 license=('MIT')



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

2021-11-09 Thread Felix Yan via arch-commits
Date: Tuesday, November 9, 2021 @ 21:27:55
  Author: felixonmars
Revision: 1039453

archrelease: copy trunk to community-staging-x86_64

Added:
  haskell-math-functions/repos/community-staging-x86_64/
  haskell-math-functions/repos/community-staging-x86_64/PKGBUILD
(from rev 1039452, haskell-math-functions/trunk/PKGBUILD)

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

Copied: haskell-math-functions/repos/community-staging-x86_64/PKGBUILD (from 
rev 1039452, haskell-math-functions/trunk/PKGBUILD)
===
--- community-staging-x86_64/PKGBUILD   (rev 0)
+++ community-staging-x86_64/PKGBUILD   2021-11-09 21:27:55 UTC (rev 1039453)
@@ -0,0 +1,51 @@
+# Maintainer: Felix Yan 
+# Contributor: Arch Haskell Team 
+
+_hkgname=math-functions
+pkgname=haskell-math-functions
+pkgver=0.3.4.2
+pkgrel=65
+pkgdesc="Special functions and Chebyshev polynomials"
+url="https://github.com/bos/math-functions";
+license=("BSD")
+arch=('x86_64')
+depends=('ghc-libs' 'haskell-data-default-class' "haskell-primitive" 
"haskell-vector")
+makedepends=('ghc' 'haskell-erf' 'haskell-quickcheck' 'haskell-tasty' 
'haskell-tasty-hunit'
+ 'haskell-tasty-quickcheck' 'haskell-vector-th-unbox')
+source=("https://hackage.haskell.org/packages/archive/${_hkgname}/${pkgver}/${_hkgname}-${pkgver}.tar.gz";)
+sha512sums=('cb29901294463edbba37e97445bb9ed039bdc43815c9bbd9b9bb92b87393e6e891f5840d337c6c06c7e30d26107d32a59c39ac51436be43dba00d0e2411a9053')
+
+build() {
+cd $_hkgname-$pkgver
+ 
+if (( CHECKFUNC )); then
+_opts=('--enable-tests')
+else
+_opts=('--disable-tests')
+fi
+   
+runhaskell Setup configure -O --enable-shared --enable-executable-dynamic 
--disable-library-vanilla \
+--prefix=/usr --docdir=/usr/share/doc/$pkgname "${_opts[@]}" \
+--dynlibdir=/usr/lib --libsubdir=\$compiler/site-local/\$pkgid 
--ghc-option=-fllvm \
+-f-system-expm1
+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 --show-details=direct
+}
+
+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-math-functions/trunk (PKGBUILD)

2021-11-09 Thread Felix Yan via arch-commits
Date: Tuesday, November 9, 2021 @ 21:27:43
  Author: felixonmars
Revision: 1039452

upgpkg: haskell-math-functions 0.3.4.2-65: rebuild with transformers-compat 
0.7.1 (rebuild pass 1, specified --nocheck)

Modified:
  haskell-math-functions/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2021-11-09 21:25:39 UTC (rev 1039451)
+++ PKGBUILD2021-11-09 21:27:43 UTC (rev 1039452)
@@ -4,7 +4,7 @@
 _hkgname=math-functions
 pkgname=haskell-math-functions
 pkgver=0.3.4.2
-pkgrel=64
+pkgrel=65
 pkgdesc="Special functions and Chebyshev polynomials"
 url="https://github.com/bos/math-functions";
 license=("BSD")



[arch-commits] Commit in haskell-vector-th-unbox/repos (2 files)

2021-11-09 Thread Felix Yan via arch-commits
Date: Tuesday, November 9, 2021 @ 21:25:39
  Author: felixonmars
Revision: 1039451

archrelease: copy trunk to community-staging-x86_64

Added:
  haskell-vector-th-unbox/repos/community-staging-x86_64/
  haskell-vector-th-unbox/repos/community-staging-x86_64/PKGBUILD
(from rev 1039450, haskell-vector-th-unbox/trunk/PKGBUILD)

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

Copied: haskell-vector-th-unbox/repos/community-staging-x86_64/PKGBUILD (from 
rev 1039450, haskell-vector-th-unbox/trunk/PKGBUILD)
===
--- community-staging-x86_64/PKGBUILD   (rev 0)
+++ community-staging-x86_64/PKGBUILD   2021-11-09 21:25:39 UTC (rev 1039451)
@@ -0,0 +1,43 @@
+# Maintainer: Felix Yan 
+# Contributor: Arch Haskell Team 
+
+_hkgname=vector-th-unbox
+pkgname=haskell-vector-th-unbox
+pkgver=0.2.1.9
+pkgrel=80
+pkgdesc="Deriver for Data.Vector.Unboxed using Template Haskell"
+url="https://github.com/tsurucapital/vector-th-unbox";
+license=("BSD")
+arch=('x86_64')
+depends=('ghc-libs' 'haskell-vector')
+makedepends=('ghc' 'haskell-data-default')
+source=("https://hackage.haskell.org/packages/archive/${_hkgname}/${pkgver}/${_hkgname}-${pkgver}.tar.gz";)
+sha512sums=('837d5cf4404c3754e737bf472866f48765f08bfa9f8b1022df2272d3a6ea2e33288a696f1aa284139752d9d0a2d7def3e7d5424cdacdf091dc8fc13f4e086487')
+
+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=-fllvm
+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 --show-details=direct
+}
+
+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-vector-th-unbox/trunk (PKGBUILD)

2021-11-09 Thread Felix Yan via arch-commits
Date: Tuesday, November 9, 2021 @ 21:25:27
  Author: felixonmars
Revision: 1039450

upgpkg: haskell-vector-th-unbox 0.2.1.9-80: rebuild with transformers-compat 
0.7.1

Modified:
  haskell-vector-th-unbox/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2021-11-09 21:24:07 UTC (rev 1039449)
+++ PKGBUILD2021-11-09 21:25:27 UTC (rev 1039450)
@@ -4,7 +4,7 @@
 _hkgname=vector-th-unbox
 pkgname=haskell-vector-th-unbox
 pkgver=0.2.1.9
-pkgrel=79
+pkgrel=80
 pkgdesc="Deriver for Data.Vector.Unboxed using Template Haskell"
 url="https://github.com/tsurucapital/vector-th-unbox";
 license=("BSD")



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

2021-11-09 Thread Felix Yan via arch-commits
Date: Tuesday, November 9, 2021 @ 21:24:07
  Author: felixonmars
Revision: 1039449

archrelease: copy trunk to community-staging-x86_64

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

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

Copied: haskell-optparse-applicative/repos/community-staging-x86_64/PKGBUILD 
(from rev 1039448, haskell-optparse-applicative/trunk/PKGBUILD)
===
--- community-staging-x86_64/PKGBUILD   (rev 0)
+++ community-staging-x86_64/PKGBUILD   2021-11-09 21:24:07 UTC (rev 1039449)
@@ -0,0 +1,55 @@
+# Maintainer: Felix Yan 
+# Contributor: Roger Duran 
+
+_hkgname=optparse-applicative
+pkgname=haskell-optparse-applicative
+pkgver=0.16.1.0
+pkgrel=152
+pkgdesc="Utilities and combinators for parsing command line options"
+url="https://github.com/pcapriotti/optparse-applicative";
+license=("BSD")
+arch=('x86_64')
+depends=('ghc-libs' "haskell-ansi-wl-pprint" "haskell-transformers-compat")
+makedepends=('ghc' 'uusi')
+checkdepends=('haskell-quickcheck')
+source=("https://hackage.haskell.org/packages/archive/${_hkgname}/${pkgver}/${_hkgname}-${pkgver}.tar.gz";)
+sha512sums=('46bdb37b1328a6dbf271dcdb3483266c0c8412fc489e68e32b114745d9cf0108dd49df6cb565df3470121931a769f11996f5fd9fd8e9e38ed6b6853faab56710')
+
+prepare() {
+cd $_hkgname-$pkgver
+uusi -u transformers-compat $_hkgname.cabal
+}
+
+build() {
+cd $_hkgname-$pkgver
+
+if (( CHECKFUNC )); then
+_opts=('--enable-tests')
+else
+_opts=('--disable-tests')
+fi
+
+runhaskell Setup configure -O --enable-shared --enable-executable-dynamic 
--disable-library-vanilla \
+--prefix=/usr --docdir=/usr/share/doc/$pkgname "${_opts[@]}" \
+--dynlibdir=/usr/lib --libsubdir=\$compiler/site-local/\$pkgid 
--ghc-option=-fllvm
+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 --show-details=direct
+}
+
+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-applicative/trunk (PKGBUILD)

2021-11-09 Thread Felix Yan via arch-commits
Date: Tuesday, November 9, 2021 @ 21:23:55
  Author: felixonmars
Revision: 1039448

upgpkg: haskell-optparse-applicative 0.16.1.0-152: rebuild with 
transformers-compat 0.7.1

Modified:
  haskell-optparse-applicative/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2021-11-09 21:20:08 UTC (rev 1039447)
+++ PKGBUILD2021-11-09 21:23:55 UTC (rev 1039448)
@@ -4,7 +4,7 @@
 _hkgname=optparse-applicative
 pkgname=haskell-optparse-applicative
 pkgver=0.16.1.0
-pkgrel=151
+pkgrel=152
 pkgdesc="Utilities and combinators for parsing command line options"
 url="https://github.com/pcapriotti/optparse-applicative";
 license=("BSD")



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

2021-11-09 Thread Levente Polyak via arch-commits
Date: Tuesday, November 9, 2021 @ 21:20:08
  Author: anthraxx
Revision: 1039447

archrelease: copy trunk to community-x86_64

Added:
  lazygit/repos/community-x86_64/PKGBUILD
(from rev 1039446, lazygit/trunk/PKGBUILD)
Deleted:
  lazygit/repos/community-x86_64/PKGBUILD

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

Deleted: PKGBUILD
===
--- PKGBUILD2021-11-09 21:20:04 UTC (rev 1039446)
+++ PKGBUILD2021-11-09 21:20:08 UTC (rev 1039447)
@@ -1,46 +0,0 @@
-# Maintainer: Levente Polyak 
-# Maintainer: Caleb Maclennan 
-# Contributor: Fredy García 
-# Contributor: fuero 
-
-pkgname=lazygit
-pkgver=0.30.1
-pkgrel=1
-pkgdesc='Simple terminal UI for git commands'
-url='https://github.com/jesseduffield/lazygit'
-arch=('x86_64')
-license=('MIT')
-depends=('git' 'glibc')
-makedepends=('go')
-source=("https://github.com/jesseduffield/${pkgname}/archive/v${pkgver}/${pkgname}-${pkgver}.tar.gz";)
-sha256sums=('ff304a989d9852f9871d7646c12d63d92f8994ac70f713fd2eed13965aa3bab0')
-b2sums=('442bec8a7ffc7246895966e57aebb0631f774cffacba451e63d0964b72eba307a520a56413c06f2debef61466379b0e94608df6194f9631bbfda0354026dab4d')
-
-build() {
-  cd ${pkgname}-${pkgver}
-
-  export CGO_CPPFLAGS="${CPPFLAGS}"
-  export CGO_CFLAGS="${CFLAGS}"
-  export CGO_CXXFLAGS="${CXXFLAGS}"
-  export GOFLAGS="-buildmode=pie -trimpath -mod=readonly -modcacherw -x -v"
-
-  go build \
--ldflags "\
-  -linkmode external \
-  -extldflags '${LDFLAGS}' \
-  -X main.date=$(date --date=@${SOURCE_DATE_EPOCH} -u +%Y-%m-%dT%H:%M:%SZ) 
\
-  -X main.buildSource=binaryRelease \
-  -X main.version=${pkgver} \
-  -X main.commit=v${pkgver} \
-"
-}
-
-package() {
-  cd ${pkgname}-${pkgver}
-  install -Dm 755 lazygit -t "${pkgdir}/usr/bin"
-  install -Dm 644 README*.md -t "${pkgdir}/usr/share/doc/${pkgname}"
-  cp -r docs/* -t "${pkgdir}/usr/share/doc/${pkgname}"
-  install -Dm 644 LICENSE -t "${pkgdir}/usr/share/licenses/${pkgname}"
-}
-
-# vim: ts=2 sw=2 et:

Copied: lazygit/repos/community-x86_64/PKGBUILD (from rev 1039446, 
lazygit/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2021-11-09 21:20:08 UTC (rev 1039447)
@@ -0,0 +1,46 @@
+# Maintainer: Levente Polyak 
+# Maintainer: Caleb Maclennan 
+# Contributor: Fredy García 
+# Contributor: fuero 
+
+pkgname=lazygit
+pkgver=0.31.2
+pkgrel=1
+pkgdesc='Simple terminal UI for git commands'
+url='https://github.com/jesseduffield/lazygit'
+arch=('x86_64')
+license=('MIT')
+depends=('git' 'glibc')
+makedepends=('go')
+source=("https://github.com/jesseduffield/${pkgname}/archive/v${pkgver}/${pkgname}-${pkgver}.tar.gz";)
+sha256sums=('92ca00657307ddaac163100a7143bc4a43d0dfea83ad1aad570d9fbe0f6a30a7')
+b2sums=('e806b3a916bad6067fb07d31fa9b50080674a21e91d4a75323c5d8e9a2c99f265533cb5e0eae5839b8d6179492fbf0a1d2b903f1cdbf1d9361b5dc9daae292f5')
+
+build() {
+  cd ${pkgname}-${pkgver}
+
+  export CGO_CPPFLAGS="${CPPFLAGS}"
+  export CGO_CFLAGS="${CFLAGS}"
+  export CGO_CXXFLAGS="${CXXFLAGS}"
+  export GOFLAGS="-buildmode=pie -trimpath -mod=readonly -modcacherw -x -v"
+
+  go build \
+-ldflags "\
+  -linkmode external \
+  -extldflags '${LDFLAGS}' \
+  -X main.date=$(date --date=@${SOURCE_DATE_EPOCH} -u +%Y-%m-%dT%H:%M:%SZ) 
\
+  -X main.buildSource=binaryRelease \
+  -X main.version=${pkgver} \
+  -X main.commit=v${pkgver} \
+"
+}
+
+package() {
+  cd ${pkgname}-${pkgver}
+  install -Dm 755 lazygit -t "${pkgdir}/usr/bin"
+  install -Dm 644 README*.md -t "${pkgdir}/usr/share/doc/${pkgname}"
+  cp -r docs/* -t "${pkgdir}/usr/share/doc/${pkgname}"
+  install -Dm 644 LICENSE -t "${pkgdir}/usr/share/licenses/${pkgname}"
+}
+
+# vim: ts=2 sw=2 et:



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

2021-11-09 Thread Levente Polyak via arch-commits
Date: Tuesday, November 9, 2021 @ 21:20:04
  Author: anthraxx
Revision: 1039446

upgpkg: lazygit 0.31.2-1

Modified:
  lazygit/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2021-11-09 21:19:47 UTC (rev 1039445)
+++ PKGBUILD2021-11-09 21:20:04 UTC (rev 1039446)
@@ -4,7 +4,7 @@
 # Contributor: fuero 
 
 pkgname=lazygit
-pkgver=0.30.1
+pkgver=0.31.2
 pkgrel=1
 pkgdesc='Simple terminal UI for git commands'
 url='https://github.com/jesseduffield/lazygit'
@@ -13,8 +13,8 @@
 depends=('git' 'glibc')
 makedepends=('go')
 
source=("https://github.com/jesseduffield/${pkgname}/archive/v${pkgver}/${pkgname}-${pkgver}.tar.gz";)
-sha256sums=('ff304a989d9852f9871d7646c12d63d92f8994ac70f713fd2eed13965aa3bab0')
-b2sums=('442bec8a7ffc7246895966e57aebb0631f774cffacba451e63d0964b72eba307a520a56413c06f2debef61466379b0e94608df6194f9631bbfda0354026dab4d')
+sha256sums=('92ca00657307ddaac163100a7143bc4a43d0dfea83ad1aad570d9fbe0f6a30a7')
+b2sums=('e806b3a916bad6067fb07d31fa9b50080674a21e91d4a75323c5d8e9a2c99f265533cb5e0eae5839b8d6179492fbf0a1d2b903f1cdbf1d9361b5dc9daae292f5')
 
 build() {
   cd ${pkgname}-${pkgver}



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

2021-11-09 Thread Frederik Schwan via arch-commits
Date: Tuesday, November 9, 2021 @ 21:19:47
  Author: freswa
Revision: 1039445

archrelease: copy trunk to community-testing-any

Added:
  gradle/repos/community-testing-any/
  gradle/repos/community-testing-any/PKGBUILD
(from rev 1039444, gradle/trunk/PKGBUILD)
  gradle/repos/community-testing-any/gradle.sh
(from rev 1039444, gradle/trunk/gradle.sh)

---+
 PKGBUILD  |   79 
 gradle.sh |2 +
 2 files changed, 81 insertions(+)

Copied: gradle/repos/community-testing-any/PKGBUILD (from rev 1039444, 
gradle/trunk/PKGBUILD)
===
--- community-testing-any/PKGBUILD  (rev 0)
+++ community-testing-any/PKGBUILD  2021-11-09 21:19:47 UTC (rev 1039445)
@@ -0,0 +1,79 @@
+# Maintainer: Levente Polyak 
+# Contributor: Simon Legner 
+# Contributor: Chris Molozian (novabyte) 
+# Contributor: Sanjuro Makabe (itti) 
+
+pkgbase=gradle
+pkgname=('gradle' 'gradle-doc' 'gradle-src')
+pkgver=7.3
+pkgrel=1
+pkgdesc='Powerful build system for the JVM'
+url='https://gradle.org/'
+arch=('any')
+license=('Apache')
+depends=('java-environment' 'bash')
+makedepends=('git' 'gradle' 'asciidoc' 'xmlto' 'kotlin' 'groovy' 
'java-environment=11')
+source=(https://services.gradle.org/distributions/${pkgbase}-${pkgver}-src.zip
+${pkgbase}.sh)
+sha256sums=('6519e893c3aae57092f46f953034b901124a864b5db7225141f549029d639d49'
+'6f3472486278252417af49196847ba465b56819d286658fcdf918687f89ee032')
+sha512sums=('bdfe78ec6e20a8c2847b05b64d63ad321a72ea8ab2af2066a0c02ab09e0639f0c0efce8c5136d75f662d685a53bd728c1a1948acc67894bd3366e2244b28a405'
+
'a50b6cf8281b56b80f55a20ac9316e1eed6887da1d191ad575dec140c9819711644d7077c4dc693b8cb0f1b08ceba0033ba88b5ad138d33ffb73b786c0d4bf81')
+
+build() {
+  cd ${pkgbase}-${pkgver}
+  # requires java language level 6, which >=13 has dropped
+  export PATH="/usr/lib/jvm/java-11-openjdk/bin:${PATH}"
+  ./gradlew installAll \
+-PfinalRelease=true \
+-Pgradle_installPath="$(pwd)/dist"
+}
+
+package_gradle() {
+  cd ${pkgbase}-${pkgver}/dist
+  optdepends=(
+'gradle-doc: gradle documentation'
+'gradle-src: gradle sources'
+  )
+
+  # install profile.d script
+  install -Dm 755 "${srcdir}/${pkgbase}.sh" 
"${pkgdir}/etc/profile.d/${pkgbase}.sh"
+
+  # create the necessary directory structure
+  install -d "${pkgdir}/usr/share/java/${pkgname}/bin"
+  install -d "${pkgdir}/usr/share/java/${pkgname}/lib/plugins"
+  install -d "${pkgdir}/usr/share/java/${pkgname}/init.d"
+  install -d "${pkgdir}/usr/bin"
+
+  # copy across jar files
+  install -Dm 644 lib/*.jar "${pkgdir}/usr/share/java/${pkgname}/lib"
+  install -Dm 644 lib/plugins/*.jar 
"${pkgdir}/usr/share/java/${pkgname}/lib/plugins"
+
+  # copy across supporting text documentation and scripts
+  install -m 644 NOTICE "${pkgdir}/usr/share/java/${pkgname}"
+  install -m 755 bin/gradle "${pkgdir}/usr/share/java/${pkgname}/bin"
+  install -m 644 init.d/*.* "${pkgdir}/usr/share/java/${pkgname}/init.d"
+
+  # link gradle script to /usr/bin
+  ln -s /usr/share/java/${pkgname}/bin/${pkgname} "${pkgdir}/usr/bin"
+}
+
+package_gradle-doc() {
+  pkgdesc+=' (documentation)'
+  options=('!strip')
+
+  cd ${pkgbase}-${pkgver}/dist
+  install -d "${pkgdir}/usr/share/java/gradle/docs"
+  cp -r docs/* "${pkgdir}/usr/share/java/gradle/docs"
+}
+
+package_gradle-src() {
+  pkgdesc+=' (sources)'
+  options=('!strip')
+
+  cd ${pkgbase}-${pkgver}/dist
+  install -d "${pkgdir}/usr/share/java/gradle/src"
+  cp -r src/* "${pkgdir}/usr/share/java/gradle/src"
+}
+
+# vim: ts=2 sw=2 et:

Copied: gradle/repos/community-testing-any/gradle.sh (from rev 1039444, 
gradle/trunk/gradle.sh)
===
--- community-testing-any/gradle.sh (rev 0)
+++ community-testing-any/gradle.sh 2021-11-09 21:19:47 UTC (rev 1039445)
@@ -0,0 +1,2 @@
+#!/bin/sh
+export GRADLE_HOME=/usr/share/java/gradle



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

2021-11-09 Thread Frederik Schwan via arch-commits
Date: Tuesday, November 9, 2021 @ 21:19:42
  Author: freswa
Revision: 1039444

upgpkg: gradle 7.3-1

Modified:
  gradle/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2021-11-09 21:19:30 UTC (rev 1039443)
+++ PKGBUILD2021-11-09 21:19:42 UTC (rev 1039444)
@@ -5,7 +5,7 @@
 
 pkgbase=gradle
 pkgname=('gradle' 'gradle-doc' 'gradle-src')
-pkgver=7.2
+pkgver=7.3
 pkgrel=1
 pkgdesc='Powerful build system for the JVM'
 url='https://gradle.org/'
@@ -15,9 +15,9 @@
 makedepends=('git' 'gradle' 'asciidoc' 'xmlto' 'kotlin' 'groovy' 
'java-environment=11')
 source=(https://services.gradle.org/distributions/${pkgbase}-${pkgver}-src.zip
 ${pkgbase}.sh)
-sha256sums=('209145dfc05cdcdb96e71850878e5432274720d5fcb511069965566b99d8ee3f'
+sha256sums=('6519e893c3aae57092f46f953034b901124a864b5db7225141f549029d639d49'
 '6f3472486278252417af49196847ba465b56819d286658fcdf918687f89ee032')
-sha512sums=('bac3166cefa867fbfd5e6e0aa03f82ee7940d5b04ca34ce19665c50880f99448901647630281b636380162ba438158bd70151c98895d2490d9bbaa43ba8c9b34'
+sha512sums=('bdfe78ec6e20a8c2847b05b64d63ad321a72ea8ab2af2066a0c02ab09e0639f0c0efce8c5136d75f662d685a53bd728c1a1948acc67894bd3366e2244b28a405'
 
'a50b6cf8281b56b80f55a20ac9316e1eed6887da1d191ad575dec140c9819711644d7077c4dc693b8cb0f1b08ceba0033ba88b5ad138d33ffb73b786c0d4bf81')
 
 build() {



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

2021-11-09 Thread Antonio Rojas via arch-commits
Date: Tuesday, November 9, 2021 @ 21:19:30
  Author: arojas
Revision: 1039443

archrelease: copy trunk to community-any

Added:
  alot/repos/community-any/PKGBUILD
(from rev 1039442, alot/trunk/PKGBUILD)
Deleted:
  alot/repos/community-any/PKGBUILD

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

Deleted: PKGBUILD
===
--- PKGBUILD2021-11-09 21:19:20 UTC (rev 1039442)
+++ PKGBUILD2021-11-09 21:19:30 UTC (rev 1039443)
@@ -1,56 +0,0 @@
-# Maintainer: Daniel M. Capella 
-# Contributor: Mark Foxwell 
-# Contributor: Nicolas Pouillard [https://nicolaspouillard.fr]
-# Contributor: seschwar -- contact via Arch Linux forum or AUR
-# Contributor: Ian Denhardt 
-
-pkgname=alot
-pkgver=0.9.1
-pkgrel=3
-pkgdesc='Terminal-based MUA for the notmuch mail system'
-arch=(any)
-url=https://github.com/pazz/alot
-license=('GPL3')
-depends=('desktop-file-utils' 'notmuch' 'python-configobj' 'python-gpgme'
- 'python-magic' 'python-setuptools' 'python-twisted' 'python-urwid'
- 'python-urwidtrees')
-makedepends=('python-sphinx' 'git')
-checkdepends=('procps-ng')
-source=("$url/archive/$pkgver/alot-$pkgver.tar.gz"
-
"alot-$pkgver.tar.gz.asc::$url/releases/download/$pkgver/$pkgver.tar.gz.asc"
-
gpg-test-fix.patch::https://github.com/pazz/alot/commit/3446dc44f87d34205b70f44d6ffec9f90b53d77f.patch)
-sha512sums=('ac65c742d5bfb4827482c881ec2eb95b9215e9a5c49d7001421d62ffb1f38c7792dbbf94c0f16578da70b5ce15ba7a28cea0c1bbd34080f8132c80f4a0a2199b'
-'SKIP'
-
'c17af3dc44256b187eb497c1762a2afeb841d4bdd4c7b125ec9ff4293c81d913dbae01fe10534ed8d11f421235e1bfb46872354e49ba8d7942dfc5599f16cb96')
-validpgpkeys=('B7838D65FEE80DED1DCA494D94340367D7D6C5AA') # Patrick Totzke
-
-prepare() {
-  cd alot-$pkgver
-  # The Arch Linux package python-magic's egg calls itself "file-magic",
-  # as opposed to the python-magic on PyPI.
-  sed -i 's/python-magic/file-magic/' setup.py
-}
-
-build() {
-  cd alot-$pkgver
-  python setup.py build
-  make -C docs man
-}
-
-check() {
-  cd alot-$pkgver
-  python setup.py test
-}
-
-package() {
-  cd alot-$pkgver
-  python setup.py install --optimize=1 --root="$pkgdir" --skip-build
-  install -Dm644 -t "$pkgdir"/usr/share/man/man1 docs/build/man/alot.1
-  install -Dm644 -t "$pkgdir"/usr/share/applications extra/alot*.desktop
-  install -Dm644 extra/completion/alot-completion.zsh \
-"$pkgdir"/usr/share/zsh/functions/_alot
-  install -Dm644 -t "$pkgdir"/usr/share/alot/themes \
-extra/themes/{mutt,solarized_light,solarized_dark,sup,tomorrow}
-}
-
-# vim:set ts=2 sw=2 et:

Copied: alot/repos/community-any/PKGBUILD (from rev 1039442, 
alot/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2021-11-09 21:19:30 UTC (rev 1039443)
@@ -0,0 +1,56 @@
+# Maintainer: Daniel M. Capella 
+# Contributor: Mark Foxwell 
+# Contributor: Nicolas Pouillard [https://nicolaspouillard.fr]
+# Contributor: seschwar -- contact via Arch Linux forum or AUR
+# Contributor: Ian Denhardt 
+
+pkgname=alot
+pkgver=0.10
+pkgrel=1
+pkgdesc='Terminal-based MUA for the notmuch mail system'
+arch=(any)
+url=https://github.com/pazz/alot
+license=('GPL3')
+depends=('desktop-file-utils' 'notmuch' 'python-configobj' 'python-gpgme'
+ 'python-magic' 'python-setuptools' 'python-twisted' 'python-urwid'
+ 'python-urwidtrees' 'python-cffi')
+makedepends=('python-sphinx')
+checkdepends=('procps-ng')
+source=("$url/archive/$pkgver/alot-$pkgver.tar.gz"
+
"alot-$pkgver.tar.gz.asc::$url/releases/download/$pkgver/$pkgver.tar.gz.asc"
+
gpg-test-fix.patch::https://github.com/pazz/alot/commit/3446dc44f87d34205b70f44d6ffec9f90b53d77f.patch)
+sha512sums=('b07c77f3a21c9670fb14a760d036ce0e14678dd6ae75585cc929f97db5126a7dbb7f411244d317fea2913692afca6ff9f439f9dbbf047acffb8fcea2ebef7056'
+'SKIP'
+
'c17af3dc44256b187eb497c1762a2afeb841d4bdd4c7b125ec9ff4293c81d913dbae01fe10534ed8d11f421235e1bfb46872354e49ba8d7942dfc5599f16cb96')
+validpgpkeys=('B7838D65FEE80DED1DCA494D94340367D7D6C5AA') # Patrick Totzke
+
+prepare() {
+  cd alot-$pkgver
+  # The Arch Linux package python-magic's egg calls itself "file-magic",
+  # as opposed to the python-magic on PyPI.
+  sed -i 's/python-magic/file-magic/' setup.py
+}
+
+build() {
+  cd alot-$pkgver
+  python setup.py build
+  make -C docs man
+}
+
+check() {
+  cd alot-$pkgver
+  python setup.py test
+}
+
+package() {
+  cd alot-$pkgver
+  python setup.py install --optimize=1 --root="$pkgdir" --skip-build
+  install -Dm644 -t "$pkgdir"/usr/share/man/man1 docs/build/man/alot.1
+  install -Dm644 -t "$pkgdir"/usr/share/applications extra/alot*.desktop
+  install -Dm644 extra/completion/alot-completion.zsh \
+"$pkgdir"/usr/share/zsh/functions/_alot
+  install -Dm644 -t "$

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

2021-11-09 Thread Antonio Rojas via arch-commits
Date: Tuesday, November 9, 2021 @ 21:19:20
  Author: arojas
Revision: 1039442

Update to 0.10

Modified:
  alot/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2021-11-09 21:09:25 UTC (rev 1039441)
+++ PKGBUILD2021-11-09 21:19:20 UTC (rev 1039442)
@@ -5,8 +5,8 @@
 # Contributor: Ian Denhardt 
 
 pkgname=alot
-pkgver=0.9.1
-pkgrel=3
+pkgver=0.10
+pkgrel=1
 pkgdesc='Terminal-based MUA for the notmuch mail system'
 arch=(any)
 url=https://github.com/pazz/alot
@@ -13,13 +13,13 @@
 license=('GPL3')
 depends=('desktop-file-utils' 'notmuch' 'python-configobj' 'python-gpgme'
  'python-magic' 'python-setuptools' 'python-twisted' 'python-urwid'
- 'python-urwidtrees')
-makedepends=('python-sphinx' 'git')
+ 'python-urwidtrees' 'python-cffi')
+makedepends=('python-sphinx')
 checkdepends=('procps-ng')
 source=("$url/archive/$pkgver/alot-$pkgver.tar.gz"
 
"alot-$pkgver.tar.gz.asc::$url/releases/download/$pkgver/$pkgver.tar.gz.asc"
 
gpg-test-fix.patch::https://github.com/pazz/alot/commit/3446dc44f87d34205b70f44d6ffec9f90b53d77f.patch)
-sha512sums=('ac65c742d5bfb4827482c881ec2eb95b9215e9a5c49d7001421d62ffb1f38c7792dbbf94c0f16578da70b5ce15ba7a28cea0c1bbd34080f8132c80f4a0a2199b'
+sha512sums=('b07c77f3a21c9670fb14a760d036ce0e14678dd6ae75585cc929f97db5126a7dbb7f411244d317fea2913692afca6ff9f439f9dbbf047acffb8fcea2ebef7056'
 'SKIP'
 
'c17af3dc44256b187eb497c1762a2afeb841d4bdd4c7b125ec9ff4293c81d913dbae01fe10534ed8d11f421235e1bfb46872354e49ba8d7942dfc5599f16cb96')
 validpgpkeys=('B7838D65FEE80DED1DCA494D94340367D7D6C5AA') # Patrick Totzke



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

2021-11-09 Thread Jonas Witschel via arch-commits
Date: Tuesday, November 9, 2021 @ 21:09:25
  Author: diabonas
Revision: 1039441

archrelease: copy trunk to community-x86_64

Added:
  swtpm/repos/community-x86_64/PKGBUILD
(from rev 1039440, swtpm/trunk/PKGBUILD)
Deleted:
  swtpm/repos/community-x86_64/PKGBUILD

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

Deleted: PKGBUILD
===
--- PKGBUILD2021-11-09 21:09:13 UTC (rev 1039440)
+++ PKGBUILD2021-11-09 21:09:25 UTC (rev 1039441)
@@ -1,49 +0,0 @@
-# Maintainer: Jonas Witschel 
-pkgname=swtpm
-pkgver=0.6.1
-_tag=15b25579d849a1bf89b207ab7101d6a24d869505 # git rev-parse "v$pkgver"
-pkgrel=1
-pkgdesc='Libtpms-based TPM emulator with socket, character device, and Linux 
CUSE interface'
-arch=('x86_64')
-url='https://github.com/stefanberger/swtpm'
-license=('BSD')
-depends=('fuse2' 'glib2' 'gnutls' 'json-glib' 'libseccomp' 'libtpms' 
'libseccomp.so')
-makedepends=('git' 'expect' 'iproute2' 'libtasn1' 'python' 'socat')
-checkdepends=('softhsm')
-source=("git+$url.git?signed#tag=$_tag")
-sha512sums=('SKIP')
-validpgpkeys=('B818B9CADF9089C2D5CEC66B75AD65802A0B4211') # Stefan Berger 

-
-pkgver() {
-   cd "$pkgname"
-   git describe | sed 's/^v//;s/\([^-]*-\)g/r\1/;s/-/./g'
-}
-
-prepare() {
-   cd "$pkgname"
-
-   # Remove usage of /usr/bin/env to avoid PATH manipulation attacks
-   sed --in-place 's/env //' samples/swtpm-create-tpmca 
samples/swtpm-create-user-config-files.in
-
-   autoreconf --install --force
-}
-
-build() {
-   cd "$pkgname"
-   ./configure --prefix=/usr --with-cuse --with-gnutls --with-seccomp
-   make
-}
-
-check() {
-   cd "$pkgname"
-   make check
-}
-
-package() {
-   cd "$pkgname"
-   make DESTDIR="$pkgdir" install
-   install -Dm644 LICENSE -t "$pkgdir/usr/share/licenses/$pkgname"
-   echo 'u tss - "tss user for tpm2"' | install -Dm644 /dev/stdin 
"$pkgdir/usr/lib/sysusers.d/$pkgname.conf"
-   echo 'z /var/lib/swtpm-localca 0750 tss root' | install -Dm644 
/dev/stdin "$pkgdir/usr/lib/tmpfiles.d/$pkgname.conf"
-   chmod 750 "$pkgdir/var/lib/swtpm-localca"
-}

Copied: swtpm/repos/community-x86_64/PKGBUILD (from rev 1039440, 
swtpm/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2021-11-09 21:09:25 UTC (rev 1039441)
@@ -0,0 +1,49 @@
+# Maintainer: Jonas Witschel 
+pkgname=swtpm
+pkgver=0.7.0
+_tag=3af0d616b3fb63c1cd8d49d64700650490c08dd2 # git rev-parse "v$pkgver"
+pkgrel=1
+pkgdesc='Libtpms-based TPM emulator with socket, character device, and Linux 
CUSE interface'
+arch=('x86_64')
+url='https://github.com/stefanberger/swtpm'
+license=('BSD')
+depends=('fuse2' 'glib2' 'gnutls' 'json-glib' 'libseccomp' 'libtpms' 
'libseccomp.so')
+makedepends=('git' 'expect' 'iproute2' 'libtasn1' 'python' 'socat')
+checkdepends=('softhsm')
+source=("git+$url.git?signed#tag=$_tag")
+sha512sums=('SKIP')
+validpgpkeys=('B818B9CADF9089C2D5CEC66B75AD65802A0B4211') # Stefan Berger 

+
+pkgver() {
+   cd "$pkgname"
+   git describe | sed 's/^v//;s/\([^-]*-\)g/r\1/;s/-/./g'
+}
+
+prepare() {
+   cd "$pkgname"
+
+   # Remove usage of /usr/bin/env to avoid PATH manipulation attacks
+   sed --in-place 's/env //' samples/swtpm-create-tpmca 
samples/swtpm-create-user-config-files.in
+
+   autoreconf --install --force
+}
+
+build() {
+   cd "$pkgname"
+   ./configure --prefix=/usr --with-cuse --with-gnutls --with-seccomp
+   make
+}
+
+check() {
+   cd "$pkgname"
+   make check
+}
+
+package() {
+   cd "$pkgname"
+   make DESTDIR="$pkgdir" install
+   install -Dm644 LICENSE -t "$pkgdir/usr/share/licenses/$pkgname"
+   echo 'u tss - "tss user for tpm2"' | install -Dm644 /dev/stdin 
"$pkgdir/usr/lib/sysusers.d/$pkgname.conf"
+   echo 'z /var/lib/swtpm-localca 0750 tss root' | install -Dm644 
/dev/stdin "$pkgdir/usr/lib/tmpfiles.d/$pkgname.conf"
+   chmod 750 "$pkgdir/var/lib/swtpm-localca"
+}



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

2021-11-09 Thread Jonas Witschel via arch-commits
Date: Tuesday, November 9, 2021 @ 21:09:13
  Author: diabonas
Revision: 1039440

upgpkg: swtpm 0.7.0-1: upstream release

Modified:
  swtpm/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2021-11-09 21:08:50 UTC (rev 1039439)
+++ PKGBUILD2021-11-09 21:09:13 UTC (rev 1039440)
@@ -1,7 +1,7 @@
 # Maintainer: Jonas Witschel 
 pkgname=swtpm
-pkgver=0.6.1
-_tag=15b25579d849a1bf89b207ab7101d6a24d869505 # git rev-parse "v$pkgver"
+pkgver=0.7.0
+_tag=3af0d616b3fb63c1cd8d49d64700650490c08dd2 # git rev-parse "v$pkgver"
 pkgrel=1
 pkgdesc='Libtpms-based TPM emulator with socket, character device, and Linux 
CUSE interface'
 arch=('x86_64')



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

2021-11-09 Thread Levente Polyak via arch-commits
Date: Tuesday, November 9, 2021 @ 21:08:50
  Author: anthraxx
Revision: 1039439

archrelease: copy trunk to community-any

Added:
  vim-surround/repos/community-any/PKGBUILD
(from rev 1039438, vim-surround/trunk/PKGBUILD)
  vim-surround/repos/community-any/license.txt
(from rev 1039438, vim-surround/trunk/license.txt)
Deleted:
  vim-surround/repos/community-any/PKGBUILD
  vim-surround/repos/community-any/license.txt

-+
 PKGBUILD|   58 ++---
 license.txt |  574 +-
 2 files changed, 316 insertions(+), 316 deletions(-)

Deleted: PKGBUILD
===
--- PKGBUILD2021-11-09 21:08:46 UTC (rev 1039438)
+++ PKGBUILD2021-11-09 21:08:50 UTC (rev 1039439)
@@ -1,29 +0,0 @@
-# Maintainer: Levente Polyak 
-# Contributor: Daniel Micay 
-# Contributor: Aaron Schaefer 
-# Contributor: Daniel J Griffiths 
-
-pkgname=vim-surround
-pkgver=2.1
-pkgrel=1
-pkgdesc='Provides mappings to easily delete, change, and add paired 
surroundings'
-url='https://github.com/tpope/vim-surround'
-arch=('any')
-license=('custom:vim')
-depends=('vim')
-groups=('vim-plugins')
-source=(${pkgname}-${pkgver}.tar.gz::https://github.com/tpope/vim-surround/archive/v${pkgver}.tar.gz
-license.txt)
-sha512sums=('db2c755b9f29420cf8affdfd69fccb45ded000e29c05d100afadf7e038262cb404a908e82b06941cf1d539fa253a1997942b1b1cb87445b57b2209ed671ff30d'
-
'a50e91b1896b0d952008ba2f641a87af2d1a01e4f280f6c914edcd51ae5d1586d5ade71c3609866b501569007bcb7f2494f08280afec170884b90fab36332fac')
-
-package() {
-  cd ${pkgname}-${pkgver}
-  local installpath="${pkgdir}/usr/share/vim/vimfiles"
-  install -Dm 644 doc/* -t "${installpath}/doc"
-  install -Dm 644 plugin/* -t "${installpath}/plugin"
-  install -Dm 644 ../license.txt -t "${pkgdir}/usr/share/licenses/${pkgname}"
-  install -Dm 644 README.markdown -t "${pkgdir}/usr/share/doc/${pkgname}"
-}
-
-# vim: ts=2 sw=2 et:

Copied: vim-surround/repos/community-any/PKGBUILD (from rev 1039438, 
vim-surround/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2021-11-09 21:08:50 UTC (rev 1039439)
@@ -0,0 +1,29 @@
+# Maintainer: Levente Polyak 
+# Contributor: Daniel Micay 
+# Contributor: Aaron Schaefer 
+# Contributor: Daniel J Griffiths 
+
+pkgname=vim-surround
+pkgver=2.2
+pkgrel=1
+pkgdesc='Provides mappings to easily delete, change, and add paired 
surroundings'
+url='https://github.com/tpope/vim-surround'
+arch=('any')
+license=('custom:vim')
+depends=('vim')
+groups=('vim-plugins')
+source=(${pkgname}-${pkgver}.tar.gz::https://github.com/tpope/vim-surround/archive/v${pkgver}.tar.gz
+license.txt)
+sha512sums=('ef0bac868ca30cc5606f12898f131debaff3b42ad178ab83b363e46210edb8e084658505f28ba46e24012dfc1843e22603bb2c4f40b5010db13aacf07b0bd970'
+
'a50e91b1896b0d952008ba2f641a87af2d1a01e4f280f6c914edcd51ae5d1586d5ade71c3609866b501569007bcb7f2494f08280afec170884b90fab36332fac')
+
+package() {
+  cd ${pkgname}-${pkgver}
+  local installpath="${pkgdir}/usr/share/vim/vimfiles"
+  install -Dm 644 doc/* -t "${installpath}/doc"
+  install -Dm 644 plugin/* -t "${installpath}/plugin"
+  install -Dm 644 ../license.txt -t "${pkgdir}/usr/share/licenses/${pkgname}"
+  install -Dm 644 README.markdown -t "${pkgdir}/usr/share/doc/${pkgname}"
+}
+
+# vim: ts=2 sw=2 et:

Deleted: license.txt
===
--- license.txt 2021-11-09 21:08:46 UTC (rev 1039438)
+++ license.txt 2021-11-09 21:08:50 UTC (rev 1039439)
@@ -1,287 +0,0 @@
-*uganda.txt*For Vim version 7.2.  Last change: 2008 Jun 21
-
-
- VIM REFERENCE MANUALby Bram Moolenaar
-
-
-   *uganda* *Uganda* *copying* *copyright* *license*
-SUMMARY
-   *iccf* *ICCF*
-Vim is Charityware.  You can use and copy it as much as you like, but you are
-encouraged to make a donation for needy children in Uganda.  Please see |kcc|
-below or visit the ICCF web site, available at these URLs:
-
-   http://iccf-holland.org/
-   http://www.vim.org/iccf/
-   http://www.iccf.nl/
-
-You can also sponsor the development of Vim.  Vim sponsors can vote for
-features.  See |sponsor|.  The money goes to Uganda anyway.
-
-The Open Publication License applies to the Vim documentation, see
-|manual-copyright|.
-
-=== begin of license ===
-
-VIM LICENSE
-
-I)  There are no restrictions on distributing unmodified copies of Vim except
-that they must include this license text.  You can also distribute
-unmodified parts of Vim, likewise unrestricted except that they must
-include this license text.  You are also allowed to include executables
-that you made from the unmodified Vim sources, plus your own usage
-examples and Vim scripts.
-
-II) It is allowed to distribut

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

2021-11-09 Thread Levente Polyak via arch-commits
Date: Tuesday, November 9, 2021 @ 21:08:46
  Author: anthraxx
Revision: 1039438

upgpkg: vim-surround 2.2-1

Modified:
  vim-surround/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2021-11-09 21:07:22 UTC (rev 1039437)
+++ PKGBUILD2021-11-09 21:08:46 UTC (rev 1039438)
@@ -4,7 +4,7 @@
 # Contributor: Daniel J Griffiths 
 
 pkgname=vim-surround
-pkgver=2.1
+pkgver=2.2
 pkgrel=1
 pkgdesc='Provides mappings to easily delete, change, and add paired 
surroundings'
 url='https://github.com/tpope/vim-surround'
@@ -14,7 +14,7 @@
 groups=('vim-plugins')
 
source=(${pkgname}-${pkgver}.tar.gz::https://github.com/tpope/vim-surround/archive/v${pkgver}.tar.gz
 license.txt)
-sha512sums=('db2c755b9f29420cf8affdfd69fccb45ded000e29c05d100afadf7e038262cb404a908e82b06941cf1d539fa253a1997942b1b1cb87445b57b2209ed671ff30d'
+sha512sums=('ef0bac868ca30cc5606f12898f131debaff3b42ad178ab83b363e46210edb8e084658505f28ba46e24012dfc1843e22603bb2c4f40b5010db13aacf07b0bd970'
 
'a50e91b1896b0d952008ba2f641a87af2d1a01e4f280f6c914edcd51ae5d1586d5ade71c3609866b501569007bcb7f2494f08280afec170884b90fab36332fac')
 
 package() {



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

2021-11-09 Thread Orhun Parmaksiz via arch-commits
Date: Tuesday, November 9, 2021 @ 21:07:22
  Author: orhun
Revision: 1039437

archrelease: copy trunk to community-x86_64

Added:
  taskwarrior-tui/repos/community-x86_64/PKGBUILD
(from rev 1039436, taskwarrior-tui/trunk/PKGBUILD)
Deleted:
  taskwarrior-tui/repos/community-x86_64/PKGBUILD

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

Deleted: PKGBUILD
===
--- PKGBUILD2021-11-09 21:07:11 UTC (rev 1039436)
+++ PKGBUILD2021-11-09 21:07:22 UTC (rev 1039437)
@@ -1,49 +0,0 @@
-# Maintainer: Orhun Parmaksız 
-
-pkgname=taskwarrior-tui
-pkgver=0.14.8
-pkgrel=1
-pkgdesc="A terminal user interface for taskwarrior"
-arch=('x86_64')
-url="https://github.com/kdheepak/taskwarrior-tui";
-license=('MIT')
-depends=('task')
-makedepends=('rust' 'git' 'pandoc')
-source=("$pkgname-$pkgver.tar.gz::$url/archive/v$pkgver.tar.gz"
-"git+https://github.com/kdheepak/taskwarrior-testdata";
-
"$pkgname-$pkgver-fix-tests.patch::$url/commit/425facb8b0c8e52af0e2b88a3363e71658b47b2f.patch")
-sha256sums=('b04634eb37509443415bb44226dfee46d29c159d5ab99697b3c71e1d2cc72008'
-'SKIP'
-'af0b0622512b53ddcf3aa01520d6e9a09959e61c4d2be94ac27466585849ffed')
-
-prepare() {
-  cd "$pkgname-$pkgver"
-  cargo fetch --locked
-  patch -Np1 < "../$pkgname-$pkgver-fix-tests.patch"
-}
-
-build() {
-  cd "$pkgname-$pkgver"
-  cargo build --release --frozen --all-features
-  pandoc "docs/$pkgname.1.md" --standalone --to=man -o "docs/$pkgname.1"
-}
-
-check() {
-  cd "$pkgname-$pkgver"
-  export TASKRC="../taskwarrior-testdata/.taskrc"
-  export TASKDATA="../taskwarrior-testdata/.task"
-  cargo test --frozen --all-features
-}
-
-package() {
-  cd "$pkgname-$pkgver"
-  install -Dm 755 "target/release/$pkgname" -t "$pkgdir/usr/bin"
-  install -Dm 644 README.md -t "$pkgdir/usr/share/doc/$pkgname"
-  install -Dm 644 LICENSE -t "$pkgdir/usr/share/licenses/$pkgname"
-  install -Dm 644 "docs/$pkgname.1" -t "$pkgdir/usr/share/man/man1"
-  install -Dm 644 "completions/$pkgname.bash" 
"${pkgdir}/usr/share/bash-completion/completions/$pkgname"
-  install -Dm 644 "completions/$pkgname.fish" -t 
"${pkgdir}/usr/share/fish/vendor_completions.d"
-  install -Dm 644 "completions/_$pkgname" -t 
"${pkgdir}/usr/share/zsh/site-functions"
-}
-
-# vim: ts=2 sw=2 et:

Copied: taskwarrior-tui/repos/community-x86_64/PKGBUILD (from rev 1039436, 
taskwarrior-tui/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2021-11-09 21:07:22 UTC (rev 1039437)
@@ -0,0 +1,46 @@
+# Maintainer: Orhun Parmaksız 
+
+pkgname=taskwarrior-tui
+pkgver=0.14.11
+pkgrel=1
+pkgdesc="A terminal user interface for taskwarrior"
+arch=('x86_64')
+url="https://github.com/kdheepak/taskwarrior-tui";
+license=('MIT')
+depends=('task')
+makedepends=('rust' 'git' 'pandoc')
+source=("$pkgname-$pkgver.tar.gz::$url/archive/v$pkgver.tar.gz"
+"git+https://github.com/kdheepak/taskwarrior-testdata";)
+sha256sums=('c4b3e9e6496d6af935de39c7cbd34360c341dcaeb3442f56bac54f1fd19ef888'
+'SKIP')
+
+prepare() {
+  cd "$pkgname-$pkgver"
+  cargo fetch --locked
+}
+
+build() {
+  cd "$pkgname-$pkgver"
+  cargo build --release --frozen --all-features
+  pandoc "docs/$pkgname.1.md" --standalone --to=man -o "docs/$pkgname.1"
+}
+
+check() {
+  cd "$pkgname-$pkgver"
+  export TASKRC="../taskwarrior-testdata/.taskrc"
+  export TASKDATA="../taskwarrior-testdata/.task"
+  cargo test --frozen --all-features
+}
+
+package() {
+  cd "$pkgname-$pkgver"
+  install -Dm 755 "target/release/$pkgname" -t "$pkgdir/usr/bin"
+  install -Dm 644 README.md -t "$pkgdir/usr/share/doc/$pkgname"
+  install -Dm 644 LICENSE -t "$pkgdir/usr/share/licenses/$pkgname"
+  install -Dm 644 "docs/$pkgname.1" -t "$pkgdir/usr/share/man/man1"
+  install -Dm 644 "completions/$pkgname.bash" 
"${pkgdir}/usr/share/bash-completion/completions/$pkgname"
+  install -Dm 644 "completions/$pkgname.fish" -t 
"${pkgdir}/usr/share/fish/vendor_completions.d"
+  install -Dm 644 "completions/_$pkgname" -t 
"${pkgdir}/usr/share/zsh/site-functions"
+}
+
+# vim: ts=2 sw=2 et:



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

2021-11-09 Thread Orhun Parmaksiz via arch-commits
Date: Tuesday, November 9, 2021 @ 21:07:11
  Author: orhun
Revision: 1039436

upgpkg: taskwarrior-tui 0.14.11-1: upstream release

Modified:
  taskwarrior-tui/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2021-11-09 21:03:31 UTC (rev 1039435)
+++ PKGBUILD2021-11-09 21:07:11 UTC (rev 1039436)
@@ -1,7 +1,7 @@
 # Maintainer: Orhun Parmaksız 
 
 pkgname=taskwarrior-tui
-pkgver=0.14.8
+pkgver=0.14.11
 pkgrel=1
 pkgdesc="A terminal user interface for taskwarrior"
 arch=('x86_64')
@@ -10,16 +10,13 @@
 depends=('task')
 makedepends=('rust' 'git' 'pandoc')
 source=("$pkgname-$pkgver.tar.gz::$url/archive/v$pkgver.tar.gz"
-"git+https://github.com/kdheepak/taskwarrior-testdata";
-
"$pkgname-$pkgver-fix-tests.patch::$url/commit/425facb8b0c8e52af0e2b88a3363e71658b47b2f.patch")
-sha256sums=('b04634eb37509443415bb44226dfee46d29c159d5ab99697b3c71e1d2cc72008'
-'SKIP'
-'af0b0622512b53ddcf3aa01520d6e9a09959e61c4d2be94ac27466585849ffed')
+"git+https://github.com/kdheepak/taskwarrior-testdata";)
+sha256sums=('c4b3e9e6496d6af935de39c7cbd34360c341dcaeb3442f56bac54f1fd19ef888'
+'SKIP')
 
 prepare() {
   cd "$pkgname-$pkgver"
   cargo fetch --locked
-  patch -Np1 < "../$pkgname-$pkgver-fix-tests.patch"
 }
 
 build() {



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

2021-11-09 Thread Levente Polyak via arch-commits
Date: Tuesday, November 9, 2021 @ 21:03:31
  Author: anthraxx
Revision: 1039435

archrelease: copy trunk to community-any

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

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

Deleted: PKGBUILD
===
--- PKGBUILD2021-11-09 21:03:27 UTC (rev 1039434)
+++ PKGBUILD2021-11-09 21:03:31 UTC (rev 1039435)
@@ -1,38 +0,0 @@
-# Maintainer: Felix Yan 
-
-pkgname=python-pytest-asyncio
-pkgver=0.15.1
-pkgrel=1
-pkgdesc="Pytest support for asyncio."
-arch=('any')
-license=('Apache')
-url="https://github.com/pytest-dev/pytest-asyncio/";
-depends=('python-pytest')
-makedepends=('python-setuptools')
-checkdepends=('python-coverage' 'python-async_generator' 'python-hypothesis')
-source=("$pkgname-$pkgver.tar.gz::https://github.com/pytest-dev/pytest-asyncio/archive/v$pkgver.tar.gz";)
-sha512sums=('1813d49e0dd55f563d9bf058e009da61a17f61e081cc53626b5f1db623ba04905b6bea3ecba423dc931668053310176b634339d6526c7ea729d9aad87e4f044d')
-
-prepare() {
-  cd pytest-asyncio-$pkgver
-  # Don't treat DeprecationWarnings as errors
-  sed -i '/filterwarnings = error/d' setup.cfg
-}
-
-build() {
-  cd pytest-asyncio-$pkgver
-  python setup.py build
-}
-
-check() {
-  # Hack entry points by installing it
-
-  cd pytest-asyncio-$pkgver
-  python setup.py install --root="$PWD/tmp_install" --optimize=1
-  
PYTHONPATH="$PWD/tmp_install/usr/lib/python3.6/site-packages:$PYTHONPATH:$PWD/tests"
 py.test
-}
-
-package() {
-  cd pytest-asyncio-$pkgver
-  python setup.py install --root="$pkgdir" --optimize=1
-}

Copied: python-pytest-asyncio/repos/community-any/PKGBUILD (from rev 1039434, 
python-pytest-asyncio/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2021-11-09 21:03:31 UTC (rev 1039435)
@@ -0,0 +1,38 @@
+# Maintainer: Felix Yan 
+
+pkgname=python-pytest-asyncio
+pkgver=0.16.0
+pkgrel=1
+pkgdesc="Pytest support for asyncio."
+arch=('any')
+license=('Apache')
+url="https://github.com/pytest-dev/pytest-asyncio/";
+depends=('python-pytest')
+makedepends=('python-setuptools')
+checkdepends=('python-coverage' 'python-async_generator' 'python-hypothesis')
+source=("$pkgname-$pkgver.tar.gz::https://github.com/pytest-dev/pytest-asyncio/archive/v$pkgver.tar.gz";)
+sha512sums=('f0059a6d05bf0c4e208f0058e30d5baf8284e630b8b91fa217f52eec18abe6b057dabfdadce2c5282e02bd4ea4cdb27f9ef62c4c308375cce1795d75a036db22')
+
+prepare() {
+  cd pytest-asyncio-$pkgver
+  # Don't treat DeprecationWarnings as errors
+  sed -i '/filterwarnings = error/d' setup.cfg
+}
+
+build() {
+  cd pytest-asyncio-$pkgver
+  python setup.py build
+}
+
+check() {
+  # Hack entry points by installing it
+
+  cd pytest-asyncio-$pkgver
+  python setup.py install --root="$PWD/tmp_install" --optimize=1
+  
PYTHONPATH="$PWD/tmp_install/usr/lib/python3.9/site-packages:$PYTHONPATH:$PWD/tests"
 py.test
+}
+
+package() {
+  cd pytest-asyncio-$pkgver
+  python setup.py install --root="$pkgdir" --optimize=1
+}



  1   2   3   4   >