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

2021-01-29 Thread Daniel M. Capella via arch-commits
Date: Saturday, January 30, 2021 @ 04:35:43
  Author: polyzen
Revision: 835856

archrelease: copy trunk to community-x86_64

Added:
  gitprompt-rs/repos/community-x86_64/PKGBUILD
(from rev 835855, gitprompt-rs/trunk/PKGBUILD)
Deleted:
  gitprompt-rs/repos/community-x86_64/PKGBUILD

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

Deleted: PKGBUILD
===
--- PKGBUILD2021-01-30 04:35:19 UTC (rev 835855)
+++ PKGBUILD2021-01-30 04:35:43 UTC (rev 835856)
@@ -1,26 +0,0 @@
-# Maintainer: Daniel M. Capella 
-# Contributor: Streetwalrus 
-
-pkgname=gitprompt-rs
-pkgver=0.2.0
-pkgrel=3
-pkgdesc='Simple Git prompt'
-arch=('x86_64')
-url=https://github.com/Streetwalrus/gitprompt-rs
-license=('MPL2')
-depends=('git')
-makedepends=('rust')
-source=("$url/archive/$pkgver/$pkgname-$pkgver.tar.gz")
-sha512sums=('0126379b1b6dd767a392f41456f4ac41fb9b9ef5a1df4dce91098eba2d31766c53407a1186b61dc4b196ac445c763cdaea61170a732056a1d4e8cb3fbb1a772b')
-
-build() {
-  cd $pkgname-$pkgver
-  cargo build --release --locked
-}
-
-package() {
-  cd $pkgname-$pkgver
-  install -Dt "$pkgdir"/usr/bin target/release/$pkgname
-}
-
-# vim:set ts=2 sw=2 et:

Copied: gitprompt-rs/repos/community-x86_64/PKGBUILD (from rev 835855, 
gitprompt-rs/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2021-01-30 04:35:43 UTC (rev 835856)
@@ -0,0 +1,26 @@
+# Maintainer: Daniel M. Capella 
+# Contributor: Streetwalrus 
+
+pkgname=gitprompt-rs
+pkgver=0.3.0
+pkgrel=1
+pkgdesc='Simple Git prompt'
+arch=('x86_64')
+url=https://github.com/Streetwalrus/gitprompt-rs
+license=('MPL2')
+depends=('git')
+makedepends=('rust')
+source=("$pkgname-$pkgver.tar.gz::https://static.crates.io/crates/$pkgname/$pkgname-$pkgver.crate;)
+b2sums=('7108951cc7e71ee5fb99f48f110fc5e82d1570f4e47453639d93e0783e2b67d56df3c3607eb7f8b10eae87680f743326c54e76ea5543c74410a01a8d9f3c6469')
+
+build() {
+  cd $pkgname-$pkgver
+  cargo build --release --locked
+}
+
+package() {
+  cd $pkgname-$pkgver
+  install -Dt "$pkgdir"/usr/bin target/release/$pkgname
+}
+
+# vim:set ts=2 sw=2 et:


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

2021-01-29 Thread Daniel M. Capella via arch-commits
Date: Saturday, January 30, 2021 @ 04:35:19
  Author: polyzen
Revision: 835855

upgpkg: gitprompt-rs 0.3.0-1

Modified:
  gitprompt-rs/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2021-01-30 04:25:37 UTC (rev 835854)
+++ PKGBUILD2021-01-30 04:35:19 UTC (rev 835855)
@@ -2,8 +2,8 @@
 # Contributor: Streetwalrus 
 
 pkgname=gitprompt-rs
-pkgver=0.2.0
-pkgrel=3
+pkgver=0.3.0
+pkgrel=1
 pkgdesc='Simple Git prompt'
 arch=('x86_64')
 url=https://github.com/Streetwalrus/gitprompt-rs
@@ -10,8 +10,8 @@
 license=('MPL2')
 depends=('git')
 makedepends=('rust')
-source=("$url/archive/$pkgver/$pkgname-$pkgver.tar.gz")
-sha512sums=('0126379b1b6dd767a392f41456f4ac41fb9b9ef5a1df4dce91098eba2d31766c53407a1186b61dc4b196ac445c763cdaea61170a732056a1d4e8cb3fbb1a772b')
+source=("$pkgname-$pkgver.tar.gz::https://static.crates.io/crates/$pkgname/$pkgname-$pkgver.crate;)
+b2sums=('7108951cc7e71ee5fb99f48f110fc5e82d1570f4e47453639d93e0783e2b67d56df3c3607eb7f8b10eae87680f743326c54e76ea5543c74410a01a8d9f3c6469')
 
 build() {
   cd $pkgname-$pkgver


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

2021-01-29 Thread Daniel M. Capella via arch-commits
Date: Saturday, January 30, 2021 @ 04:25:37
  Author: polyzen
Revision: 835854

archrelease: copy trunk to community-any

Added:
  yamllint/repos/community-any/PKGBUILD
(from rev 835853, yamllint/trunk/PKGBUILD)
Deleted:
  yamllint/repos/community-any/PKGBUILD

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

Deleted: PKGBUILD
===
--- PKGBUILD2021-01-30 04:25:13 UTC (rev 835853)
+++ PKGBUILD2021-01-30 04:25:37 UTC (rev 835854)
@@ -1,31 +0,0 @@
-# Maintainer: Daniel M. Capella 
-
-pkgname=yamllint
-pkgver=1.25.0
-pkgrel=4
-pkgdesc='Linter for YAML files'
-arch=('any')
-url=https://github.com/adrienverge/yamllint
-license=('GPL3')
-depends=('python-pathspec' 'python-setuptools' 'python-yaml')
-checkdepends=('python-nose')
-source=("https://files.pythonhosted.org/packages/source/${pkgname::1}/$pkgname/$pkgname-$pkgver.tar.gz;)
-sha256sums=('b1549cbe5b47b6ba67bdeea31720f5c51431a4d0c076c1557952d841f7223519')
-
-build() {
-  cd $pkgname-$pkgver
-  python setup.py build
-}
-
-check() {
-  cd $pkgname-$pkgver
-  python -m unittest discover tests
-}
-
-package() {
-  cd $pkgname-$pkgver
-  export PYTHONHASHSEED=0
-  python setup.py install --root="$pkgdir" --optimize=1 --skip-build
-}
-
-# vim:set sw=2 et:

Copied: yamllint/repos/community-any/PKGBUILD (from rev 835853, 
yamllint/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2021-01-30 04:25:37 UTC (rev 835854)
@@ -0,0 +1,32 @@
+# Maintainer: Daniel M. Capella 
+
+pkgname=yamllint
+pkgver=1.26.0
+pkgrel=1
+pkgdesc='Linter for YAML files'
+arch=('any')
+url=https://github.com/adrienverge/yamllint
+license=('GPL3')
+depends=('python-pathspec' 'python-setuptools' 'python-yaml')
+checkdepends=('python-nose')
+source=("https://files.pythonhosted.org/packages/source/${pkgname::1}/$pkgname/$pkgname-$pkgver.tar.gz;)
+sha256sums=('b0e4c89985c7f5f8451c2eb8c67d804d10ac13a4abe031cbf49bdf3465d01087')
+b2sums=('34eb47ee092173551d196d3399168e60b34f2a016894777054f361de1da06089a758a33b710a0564c49f11784b6e19453763ee597e54877a44db6477fcced443')
+
+build() {
+  cd $pkgname-$pkgver
+  python setup.py build
+}
+
+check() {
+  cd $pkgname-$pkgver
+  python -m unittest discover tests
+}
+
+package() {
+  cd $pkgname-$pkgver
+  export PYTHONHASHSEED=0
+  python setup.py install --root="$pkgdir" --optimize=1 --skip-build
+}
+
+# vim:set sw=2 et:


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

2021-01-29 Thread Daniel M. Capella via arch-commits
Date: Saturday, January 30, 2021 @ 04:25:13
  Author: polyzen
Revision: 835853

upgpkg: yamllint 1.26.0-1

Modified:
  yamllint/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2021-01-30 00:07:31 UTC (rev 835852)
+++ PKGBUILD2021-01-30 04:25:13 UTC (rev 835853)
@@ -1,8 +1,8 @@
 # Maintainer: Daniel M. Capella 
 
 pkgname=yamllint
-pkgver=1.25.0
-pkgrel=4
+pkgver=1.26.0
+pkgrel=1
 pkgdesc='Linter for YAML files'
 arch=('any')
 url=https://github.com/adrienverge/yamllint
@@ -10,7 +10,8 @@
 depends=('python-pathspec' 'python-setuptools' 'python-yaml')
 checkdepends=('python-nose')
 
source=("https://files.pythonhosted.org/packages/source/${pkgname::1}/$pkgname/$pkgname-$pkgver.tar.gz;)
-sha256sums=('b1549cbe5b47b6ba67bdeea31720f5c51431a4d0c076c1557952d841f7223519')
+sha256sums=('b0e4c89985c7f5f8451c2eb8c67d804d10ac13a4abe031cbf49bdf3465d01087')
+b2sums=('34eb47ee092173551d196d3399168e60b34f2a016894777054f361de1da06089a758a33b710a0564c49f11784b6e19453763ee597e54877a44db6477fcced443')
 
 build() {
   cd $pkgname-$pkgver


[arch-commits] Commit in java-openjdk/repos/extra-x86_64 (14 files)

2021-01-29 Thread Levente Polyak via arch-commits
Date: Saturday, January 30, 2021 @ 01:06:17
  Author: anthraxx
Revision: 406914

archrelease: copy trunk to extra-x86_64

Added:
  java-openjdk/repos/extra-x86_64/PKGBUILD
(from rev 406913, java-openjdk/trunk/PKGBUILD)
  java-openjdk/repos/extra-x86_64/freedesktop-java.desktop
(from rev 406913, java-openjdk/trunk/freedesktop-java.desktop)
  java-openjdk/repos/extra-x86_64/freedesktop-jconsole.desktop
(from rev 406913, java-openjdk/trunk/freedesktop-jconsole.desktop)
  java-openjdk/repos/extra-x86_64/freedesktop-jshell.desktop
(from rev 406913, java-openjdk/trunk/freedesktop-jshell.desktop)
  java-openjdk/repos/extra-x86_64/install_jdk-openjdk.sh
(from rev 406913, java-openjdk/trunk/install_jdk-openjdk.sh)
  java-openjdk/repos/extra-x86_64/install_jre-openjdk-headless.sh
(from rev 406913, java-openjdk/trunk/install_jre-openjdk-headless.sh)
  java-openjdk/repos/extra-x86_64/install_jre-openjdk.sh
(from rev 406913, java-openjdk/trunk/install_jre-openjdk.sh)
Deleted:
  java-openjdk/repos/extra-x86_64/PKGBUILD
  java-openjdk/repos/extra-x86_64/freedesktop-java.desktop
  java-openjdk/repos/extra-x86_64/freedesktop-jconsole.desktop
  java-openjdk/repos/extra-x86_64/freedesktop-jshell.desktop
  java-openjdk/repos/extra-x86_64/install_jdk-openjdk.sh
  java-openjdk/repos/extra-x86_64/install_jre-openjdk-headless.sh
  java-openjdk/repos/extra-x86_64/install_jre-openjdk.sh

-+
 PKGBUILD|  546 +++---
 freedesktop-java.desktop|   24 -
 freedesktop-jconsole.desktop|   22 -
 freedesktop-jshell.desktop  |   18 -
 install_jdk-openjdk.sh  |  100 +++---
 install_jre-openjdk-headless.sh |   96 +++---
 install_jre-openjdk.sh  |   70 ++--
 7 files changed, 440 insertions(+), 436 deletions(-)

Deleted: PKGBUILD
===
--- PKGBUILD2021-01-30 01:06:07 UTC (rev 406913)
+++ PKGBUILD2021-01-30 01:06:17 UTC (rev 406914)
@@ -1,271 +0,0 @@
-# Maintainer: Levente Polyak 
-# Maintainer: Guillaume ALAUX 
-
-# TODO add test, see about packaging jtreg and using it here
-
-pkgbase=java-openjdk
-pkgname=('jre-openjdk-headless' 'jre-openjdk' 'jdk-openjdk' 'openjdk-src' 
'openjdk-doc')
-_majorver=15
-_minorver=0
-_securityver=1
-_updatever=9
-pkgrel=1
-pkgver=${_majorver}.${_minorver}.${_securityver}.u${_updatever}
-_hg_tag=jdk-${_majorver}.${_minorver}.${_securityver}+${_updatever}
-arch=('x86_64')
-url='https://openjdk.java.net/'
-license=('custom')
-makedepends=('java-environment>=11' 'cpio' 'unzip' 'zip' 'libelf' 'libcups' 
'libx11'
- 'libxrender' 'libxtst' 'libxt' 'libxext' 'libxrandr' 'alsa-lib' 
'pandoc'
- 'graphviz' 'freetype2' 'libjpeg-turbo' 'giflib' 'libpng' 'lcms2'
- 'libnet' 'bash')
-source=(https://hg.openjdk.java.net/jdk-updates/jdk${_majorver}u/archive/${_hg_tag}.tar.gz
-freedesktop-java.desktop
-freedesktop-jconsole.desktop
-freedesktop-jshell.desktop)
-sha256sums=('faa2ee9fd4a024242cfeebf5e9ef1d1072a124cb72dbe0a4df9a5c430dabe351'
-'30b38fcbf1fcab6b33aea2e6d82e611f7d0ea974d1d11a87a262f598ba006fd9'
-'971a71d0a80d6e5e47d5ea722b723088e86425a943a5c3615da95417c8f5aca2'
-'77e45ece92bc9b0c638f5468c2050cc1dc4508308ec302e6910e793be97687ac')
-
-case "${CARCH}" in
-  x86_64) _JARCH='x86_64';;
-  i686)   _JARCH='x86';;
-esac
-
-_jvmdir=/usr/lib/jvm/java-${_majorver}-openjdk
-_jdkdir=jdk${_majorver}u-${_hg_tag}
-_imgdir=${_jdkdir}/build/linux-${_JARCH}-server-release/images
-
-_nonheadless=(lib/libawt_xawt.{so,debuginfo}
-  lib/libjawt.{so,debuginfo}
-  lib/libjsound.{so,debuginfo}
-  lib/libsplashscreen.{so,debuginfo})
-
-build() {
-  cd ${_jdkdir}
-
-  NUM_PROC_OPT=''
-  MAKEFLAG_J=$(echo ${MAKEFLAGS} | sed -En 's/.*-j([0-9]+).*/\1/p')
-  if [ -n "${MAKEFLAG_J}" ]; then
-# 
http://hg.openjdk.java.net/jdk10/jdk10/file/85e6cb013b98/make/InitSupport.gmk#l105
-echo "Removing '-j${MAKEFLAG_J}' from MAKEFLAGS to prevent build fail. 
Passing it directly to ./configure."
-export MAKEFLAGS=${MAKEFLAGS/-j${MAKEFLAG_J}/}
-NUM_PROC_OPT="--with-num-cores=${MAKEFLAG_J}"
-  fi
-
-  # Avoid optimization of HotSpot to be lowered from O3 to O2
-  local _CFLAGS="${CFLAGS//-O2/-O3} ${CPPFLAGS} -fcommon"
-  local _CXXFLAGS="${CXXFLAGS//-O2/-O3} ${CPPFLAGS} -fcommon"
-  local _LDFLAGS=${LDFLAGS}
-  if [[ ${CARCH} = i686 ]]; then
-echo "Removing '-fno-plt' from CFLAGS and CXXFLAGS to prevent build fail 
with this architecture"
-_CFLAGS=${CFLAGS/-fno-plt/}
-_CXXFLAGS=${CXXFLAGS/-fno-plt/}
-  fi
-
-  # CFLAGS, CXXFLAGS and LDFLAGS are ignored as shown by a warning
-  # in the output of ./configure unless used like such:
-  #  --with-extra-cflags="${CFLAGS}"
-  #  --with-extra-cxxflags="${CXXFLAGS}"
-  #  --with-extra-ldflags="${LDFLAGS}"
-  # See also paragraph "Configure Control Variables 

[arch-commits] Commit in java11-openjdk/repos/extra-x86_64 (14 files)

2021-01-29 Thread Levente Polyak via arch-commits
Date: Saturday, January 30, 2021 @ 01:08:12
  Author: anthraxx
Revision: 406916

archrelease: copy trunk to extra-x86_64

Added:
  java11-openjdk/repos/extra-x86_64/PKGBUILD
(from rev 406915, java11-openjdk/trunk/PKGBUILD)
  java11-openjdk/repos/extra-x86_64/freedesktop-java.desktop
(from rev 406915, java11-openjdk/trunk/freedesktop-java.desktop)
  java11-openjdk/repos/extra-x86_64/freedesktop-jconsole.desktop
(from rev 406915, java11-openjdk/trunk/freedesktop-jconsole.desktop)
  java11-openjdk/repos/extra-x86_64/freedesktop-jshell.desktop
(from rev 406915, java11-openjdk/trunk/freedesktop-jshell.desktop)
  java11-openjdk/repos/extra-x86_64/install_jdk-openjdk.sh
(from rev 406915, java11-openjdk/trunk/install_jdk-openjdk.sh)
  java11-openjdk/repos/extra-x86_64/install_jre-openjdk-headless.sh
(from rev 406915, java11-openjdk/trunk/install_jre-openjdk-headless.sh)
  java11-openjdk/repos/extra-x86_64/install_jre-openjdk.sh
(from rev 406915, java11-openjdk/trunk/install_jre-openjdk.sh)
Deleted:
  java11-openjdk/repos/extra-x86_64/PKGBUILD
  java11-openjdk/repos/extra-x86_64/freedesktop-java.desktop
  java11-openjdk/repos/extra-x86_64/freedesktop-jconsole.desktop
  java11-openjdk/repos/extra-x86_64/freedesktop-jshell.desktop
  java11-openjdk/repos/extra-x86_64/install_jdk-openjdk.sh
  java11-openjdk/repos/extra-x86_64/install_jre-openjdk-headless.sh
  java11-openjdk/repos/extra-x86_64/install_jre-openjdk.sh

-+
 PKGBUILD|  558 +++---
 freedesktop-java.desktop|   24 -
 freedesktop-jconsole.desktop|   22 -
 freedesktop-jshell.desktop  |   18 -
 install_jdk-openjdk.sh  |  100 +++---
 install_jre-openjdk-headless.sh |   96 +++---
 install_jre-openjdk.sh  |   70 ++--
 7 files changed, 446 insertions(+), 442 deletions(-)

Deleted: PKGBUILD
===
--- PKGBUILD2021-01-30 01:08:04 UTC (rev 406915)
+++ PKGBUILD2021-01-30 01:08:12 UTC (rev 406916)
@@ -1,277 +0,0 @@
-# Maintainer: Levente Polyak 
-# Maintainer: Guillaume ALAUX 
-
-# TODO add test, see about packaging jtreg and using it here
-# TODO see about building with OpenJDK10
-# TODO add javazi
-# TODO when IcedTea provides it, package icedtea-web and add it as optdepends
-# TODO package OpenJFX for OpenJDK10 and add it as optdepends
-
-## EXPLORATIONS
-# TODO extract a jmods package from jdk10-openjdk?
-# TODO extract a jdk-headless package?
-
-pkgbase=java11-openjdk
-pkgname=('jre11-openjdk-headless' 'jre11-openjdk' 'jdk11-openjdk' 
'openjdk11-src' 'openjdk11-doc')
-_majorver=11
-_minorver=0
-_securityver=10
-_updatever=8
-pkgrel=2
-pkgver=${_majorver}.${_minorver}.${_securityver}.u${_updatever}
-_hg_tag=jdk-${_majorver}.${_minorver}.${_securityver}+${_updatever}
-arch=('x86_64')
-url='https://openjdk.java.net/'
-license=('custom')
-makedepends=('java-environment>=10' 'java-environment<12' 'cpio' 'unzip' 'zip' 
'libelf' 'libcups' 'libx11'
- 'libxrender' 'libxtst' 'libxt' 'libxext' 'libxrandr' 'alsa-lib' 
'pandoc'
- 'graphviz' 'freetype2' 'libjpeg-turbo' 'giflib' 'libpng' 'lcms2'
- 'libnet' 'bash')
-source=(https://hg.openjdk.java.net/jdk-updates/jdk${_majorver}u/archive/${_hg_tag}.tar.gz
-freedesktop-java.desktop
-freedesktop-jconsole.desktop
-freedesktop-jshell.desktop)
-sha256sums=('445cc09c4af47c4df73fc74a97b0bb1eb165540145d05314a80b1aa744106b35'
-'575587ad58dfa9908f046d307b9afc7b0b2eb20a1eb454f8fdbbd539ea7b3d01'
-'2f57b7c7dd671eabe9fa10c4f1283573e99d7f7c36eccd82c95b705979a2e8cb'
-'f271618a8c2a892b554caf26857af41efdf0d8bcb95d57ce7ba535d6979e96da')
-
-case "${CARCH}" in
-  x86_64) _JARCH='x86_64';;
-  i686)   _JARCH='x86';;
-esac
-
-_jvmdir=/usr/lib/jvm/java-${_majorver}-openjdk
-_jdkdir=jdk${_majorver}u-${_hg_tag}
-_imgdir=${_jdkdir}/build/linux-${_JARCH}-normal-server-release/images
-
-_nonheadless=(lib/libawt_xawt.{so,debuginfo}
-  lib/libjawt.{so,debuginfo}
-  lib/libjsound.{so,debuginfo}
-  lib/libsplashscreen.{so,debuginfo})
-
-build() {
-  cd ${_jdkdir}
-
-  NUM_PROC_OPT=''
-  MAKEFLAG_J=$(echo ${MAKEFLAGS} | sed -En 's/.*-j([0-9]+).*/\1/p')
-  if [ -n "${MAKEFLAG_J}" ]; then
-# 
http://hg.openjdk.java.net/jdk10/jdk10/file/85e6cb013b98/make/InitSupport.gmk#l105
-echo "Removing '-j${MAKEFLAG_J}' from MAKEFLAGS to prevent build fail. 
Passing it directly to ./configure."
-export MAKEFLAGS=${MAKEFLAGS/-j${MAKEFLAG_J}/}
-NUM_PROC_OPT="--with-num-cores=${MAKEFLAG_J}"
-  fi
-
-  # Avoid optimization of HotSpot being lowered from O3 to O2
-  local _CFLAGS="${CFLAGS//-O2/-O3} ${CPPFLAGS} -fcommon"
-  local _CXXFLAGS="${CXXFLAGS//-O2/-O3} ${CPPFLAGS} -fcommon"
-  local _LDFLAGS=${LDFLAGS}
-  if [[ ${CARCH} = i686 ]]; then
-echo "Removing '-fno-plt' from CFLAGS and CXXFLAGS to prevent build fail 

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

2021-01-29 Thread Levente Polyak via arch-commits
Date: Saturday, January 30, 2021 @ 01:08:04
  Author: anthraxx
Revision: 406915

upgpkg: java11-openjdk 11.0.10.u9-1

Modified:
  java11-openjdk/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2021-01-30 01:06:17 UTC (rev 406914)
+++ PKGBUILD2021-01-30 01:08:04 UTC (rev 406915)
@@ -16,8 +16,8 @@
 _majorver=11
 _minorver=0
 _securityver=10
-_updatever=8
-pkgrel=2
+_updatever=9
+pkgrel=1
 pkgver=${_majorver}.${_minorver}.${_securityver}.u${_updatever}
 _hg_tag=jdk-${_majorver}.${_minorver}.${_securityver}+${_updatever}
 arch=('x86_64')
@@ -26,12 +26,12 @@
 makedepends=('java-environment>=10' 'java-environment<12' 'cpio' 'unzip' 'zip' 
'libelf' 'libcups' 'libx11'
  'libxrender' 'libxtst' 'libxt' 'libxext' 'libxrandr' 'alsa-lib' 
'pandoc'
  'graphviz' 'freetype2' 'libjpeg-turbo' 'giflib' 'libpng' 'lcms2'
- 'libnet' 'bash')
+ 'libnet' 'bash' 'harfbuzz' 'glibc' 'gcc-libs')
 
source=(https://hg.openjdk.java.net/jdk-updates/jdk${_majorver}u/archive/${_hg_tag}.tar.gz
 freedesktop-java.desktop
 freedesktop-jconsole.desktop
 freedesktop-jshell.desktop)
-sha256sums=('445cc09c4af47c4df73fc74a97b0bb1eb165540145d05314a80b1aa744106b35'
+sha256sums=('4260365a5ba186360a18a81d3d9110253778f1f5ea543a3caf7d66b073f1b52e'
 '575587ad58dfa9908f046d307b9afc7b0b2eb20a1eb454f8fdbbd539ea7b3d01'
 '2f57b7c7dd671eabe9fa10c4f1283573e99d7f7c36eccd82c95b705979a2e8cb'
 'f271618a8c2a892b554caf26857af41efdf0d8bcb95d57ce7ba535d6979e96da')
@@ -116,7 +116,9 @@
 
 package_jre11-openjdk-headless() {
   pkgdesc="OpenJDK Java ${_majorver} headless runtime environment"
-  depends=('java-runtime-common>=3' 'ca-certificates-utils' 'nss' 
'libjpeg-turbo' 'lcms2' 'libnet' 'freetype2')
+  depends=('java-runtime-common>=3' 'ca-certificates-utils' 'nss' 
'libjpeg-turbo' 'libjpeg.so'
+   'lcms2' 'liblcms2.so' 'libnet' 'freetype2' 'libfreetype.so' 
'harfbuzz' 'libharfbuzz.so'
+   'glibc' 'gcc-libs')
   optdepends=('java-rhino: for some JavaScript support')
   provides=("java-runtime-headless=${_majorver}" 
"java-runtime-headless-openjdk=${_majorver}" 
"jre${_majorver}-openjdk-headless=${pkgver}-${pkgrel}")
   backup=(etc/${pkgbase}/logging.properties
@@ -173,7 +175,8 @@
 
 package_jre11-openjdk() {
   pkgdesc="OpenJDK Java ${_majorver} full runtime environment"
-  depends=("jre${_majorver}-openjdk-headless=${pkgver}-${pkgrel}" 'giflib')
+  depends=("jre${_majorver}-openjdk-headless=${pkgver}-${pkgrel}" 'giflib' 
'libgif.so'
+   'glibc' 'gcc-libs' 'libpng')
   optdepends=('alsa-lib: for basic sound support'
   'gtk2: for the Gtk+ 2 look and feel - desktop usage'
   'gtk3: for the Gtk+ 3 look and feel - desktop usage')
@@ -195,7 +198,8 @@
 
 package_jdk11-openjdk() {
   pkgdesc="OpenJDK Java ${_majorver} development kit"
-  depends=("jre${_majorver}-openjdk=${pkgver}-${pkgrel}" 
'java-environment-common=3' 'hicolor-icon-theme' 'libelf')
+  depends=("jre${_majorver}-openjdk=${pkgver}-${pkgrel}" 
'java-environment-common=3'
+   'hicolor-icon-theme' 'libelf' 'glibc' 'gcc-libs')
   provides=("java-environment=${_majorver}" 
"java-environment-openjdk=${_majorver}" 
"jdk${_majorver}-openjdk=${pkgver}-${pkgrel}")
   install=install_jdk-openjdk.sh
 


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

2021-01-29 Thread Levente Polyak via arch-commits
Date: Saturday, January 30, 2021 @ 01:06:07
  Author: anthraxx
Revision: 406913

upgpkg: java-openjdk 15.0.2.u7-1

Modified:
  java-openjdk/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2021-01-29 23:17:45 UTC (rev 406912)
+++ PKGBUILD2021-01-30 01:06:07 UTC (rev 406913)
@@ -7,8 +7,8 @@
 pkgname=('jre-openjdk-headless' 'jre-openjdk' 'jdk-openjdk' 'openjdk-src' 
'openjdk-doc')
 _majorver=15
 _minorver=0
-_securityver=1
-_updatever=9
+_securityver=2
+_updatever=7
 pkgrel=1
 pkgver=${_majorver}.${_minorver}.${_securityver}.u${_updatever}
 _hg_tag=jdk-${_majorver}.${_minorver}.${_securityver}+${_updatever}
@@ -18,12 +18,12 @@
 makedepends=('java-environment>=11' 'cpio' 'unzip' 'zip' 'libelf' 'libcups' 
'libx11'
  'libxrender' 'libxtst' 'libxt' 'libxext' 'libxrandr' 'alsa-lib' 
'pandoc'
  'graphviz' 'freetype2' 'libjpeg-turbo' 'giflib' 'libpng' 'lcms2'
- 'libnet' 'bash')
+ 'libnet' 'bash' 'harfbuzz' 'gcc-libs' 'glibc')
 
source=(https://hg.openjdk.java.net/jdk-updates/jdk${_majorver}u/archive/${_hg_tag}.tar.gz
 freedesktop-java.desktop
 freedesktop-jconsole.desktop
 freedesktop-jshell.desktop)
-sha256sums=('faa2ee9fd4a024242cfeebf5e9ef1d1072a124cb72dbe0a4df9a5c430dabe351'
+sha256sums=('6a7732dc1bf807866d4d0f4d964c9725acc1437fc1c22dd15bd3c817258b27ce'
 '30b38fcbf1fcab6b33aea2e6d82e611f7d0ea974d1d11a87a262f598ba006fd9'
 '971a71d0a80d6e5e47d5ea722b723088e86425a943a5c3615da95417c8f5aca2'
 '77e45ece92bc9b0c638f5468c2050cc1dc4508308ec302e6910e793be97687ac')
@@ -107,7 +107,9 @@
 
 package_jre-openjdk-headless() {
   pkgdesc="OpenJDK Java ${_majorver} headless runtime environment"
-  depends=('java-runtime-common>=3' 'ca-certificates-utils' 'nss' 
'libjpeg-turbo' 'lcms2' 'libnet' 'freetype2')
+  depends=('java-runtime-common>=3' 'ca-certificates-utils' 'nss' 
'libjpeg-turbo' 'libjpeg.so'
+   'lcms2' 'liblcms2.so' 'libnet' 'freetype2' 'libfreetype.so' 
'harfbuzz' 'libharfbuzz.so'
+   'glibc' 'gcc-libs')
   optdepends=('java-rhino: for some JavaScript support')
   provides=("java-runtime-headless=${_majorver}" 
"java-runtime-headless-openjdk=${_majorver}" 
"jre${_majorver}-openjdk-headless=${pkgver}-${pkgrel}")
   backup=(etc/${pkgbase}/logging.properties
@@ -166,7 +168,8 @@
 
 package_jre-openjdk() {
   pkgdesc="OpenJDK Java ${_majorver} full runtime environment"
-  depends=("jre${_majorver}-openjdk-headless=${pkgver}-${pkgrel}" 'giflib')
+  depends=("jre${_majorver}-openjdk-headless=${pkgver}-${pkgrel}" 'giflib' 
'libgif.so'
+   'glibc' 'gcc-libs' 'libpng')
   optdepends=('alsa-lib: for basic sound support'
   'gtk2: for the Gtk+ 2 look and feel - desktop usage'
   'gtk3: for the Gtk+ 3 look and feel - desktop usage')
@@ -188,7 +191,8 @@
 
 package_jdk-openjdk() {
   pkgdesc="OpenJDK Java ${_majorver} development kit"
-  depends=("jre${_majorver}-openjdk=${pkgver}-${pkgrel}" 
'java-environment-common=3' 'hicolor-icon-theme' 'libelf')
+  depends=("jre${_majorver}-openjdk=${pkgver}-${pkgrel}" 
'java-environment-common=3'
+   'hicolor-icon-theme' 'libelf' 'glibc' 'gcc-libs')
   provides=("java-environment=${_majorver}" 
"java-environment-openjdk=${_majorver}" 
"jdk${_majorver}-openjdk=${pkgver}-${pkgrel}")
   install=install_jdk-openjdk.sh
 


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

2021-01-29 Thread Levente Polyak via arch-commits
Date: Friday, January 29, 2021 @ 23:58:31
  Author: anthraxx
Revision: 835848

archrelease: copy trunk to community-any

Added:
  python-k5test/repos/community-any/
  python-k5test/repos/community-any/PKGBUILD
(from rev 835847, python-k5test/trunk/PKGBUILD)

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

Copied: python-k5test/repos/community-any/PKGBUILD (from rev 835847, 
python-k5test/trunk/PKGBUILD)
===
--- community-any/PKGBUILD  (rev 0)
+++ community-any/PKGBUILD  2021-01-29 23:58:31 UTC (rev 835848)
@@ -0,0 +1,28 @@
+# Maintainer: Levente Polyak 
+
+pkgname=python-k5test
+pkgver=0.9.2
+pkgrel=1
+pkgdesc='Library for setting up self-contained Kerberos 5 environments'
+url='https://github.com/pythongssapi/k5test'
+arch=('any')
+license=('custom')
+depends=('python' 'krb5')
+makedepends=('python-setuptools')
+source=("https://github.com/pythongssapi/k5test/archive/v${pkgver}/${pkgname}-${pkgver}.tar.gz;)
+sha512sums=('0feb0335da75c6201f43760834c723b82428838791f9a75a7259e55d9d74e752ce11fdfad9a2964abf9ca2cfe03e4914127af5f3d421fe78966cbeab647e')
+b2sums=('7a4864c6c37725f87b0c4b6263093ac01a190bfd769a288c4f47c5590b42fa452af56150e89fa867b7a5b1ea56204f54b769b31b49113c5921a5209336ac9a36')
+
+build() {
+  cd "k5test-${pkgver}"
+  python setup.py build
+}
+
+package() {
+  cd "k5test-${pkgver}"
+  python setup.py install -O1 --root="${pkgdir}" --skip-build
+  install -Dm 644 README.md -t "${pkgdir}/usr/share/doc/${pkgname}"
+  install -Dm 644 LICENSE.txt -t "${pkgdir}/usr/share/licenses/${pkgname}"
+}
+
+# vim: ts=2 sw=2 et:


[arch-commits] Commit in (4 files)

2021-01-29 Thread Levente Polyak via arch-commits
Date: Friday, January 29, 2021 @ 23:58:01
  Author: anthraxx
Revision: 835847

addpkg: python-k5test 0.9.2-1

Added:
  python-k5test/
  python-k5test/repos/
  python-k5test/trunk/
  python-k5test/trunk/PKGBUILD

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

Added: python-k5test/trunk/PKGBUILD
===
--- python-k5test/trunk/PKGBUILD(rev 0)
+++ python-k5test/trunk/PKGBUILD2021-01-29 23:58:01 UTC (rev 835847)
@@ -0,0 +1,28 @@
+# Maintainer: Levente Polyak 
+
+pkgname=python-k5test
+pkgver=0.9.2
+pkgrel=1
+pkgdesc='Library for setting up self-contained Kerberos 5 environments'
+url='https://github.com/pythongssapi/k5test'
+arch=('any')
+license=('custom')
+depends=('python' 'krb5')
+makedepends=('python-setuptools')
+source=("https://github.com/pythongssapi/k5test/archive/v${pkgver}/${pkgname}-${pkgver}.tar.gz;)
+sha512sums=('0feb0335da75c6201f43760834c723b82428838791f9a75a7259e55d9d74e752ce11fdfad9a2964abf9ca2cfe03e4914127af5f3d421fe78966cbeab647e')
+b2sums=('7a4864c6c37725f87b0c4b6263093ac01a190bfd769a288c4f47c5590b42fa452af56150e89fa867b7a5b1ea56204f54b769b31b49113c5921a5209336ac9a36')
+
+build() {
+  cd "k5test-${pkgver}"
+  python setup.py build
+}
+
+package() {
+  cd "k5test-${pkgver}"
+  python setup.py install -O1 --root="${pkgdir}" --skip-build
+  install -Dm 644 README.md -t "${pkgdir}/usr/share/doc/${pkgname}"
+  install -Dm 644 LICENSE.txt -t "${pkgdir}/usr/share/licenses/${pkgname}"
+}
+
+# vim: ts=2 sw=2 et:


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

2021-01-29 Thread Felix Yan via arch-commits
Date: Friday, January 29, 2021 @ 23:53:32
  Author: felixonmars
Revision: 835844

archrelease: copy trunk to community-staging-x86_64

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

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

Deleted: PKGBUILD
===
--- PKGBUILD2021-01-29 23:53:16 UTC (rev 835843)
+++ PKGBUILD2021-01-29 23:53:32 UTC (rev 835844)
@@ -1,52 +0,0 @@
-# Maintainer: Felix Yan 
-# Contributor: Arch Haskell Team 
-
-_hkgname=bifunctors
-pkgname=haskell-bifunctors
-pkgver=5.5.10
-pkgrel=5
-pkgdesc="Bifunctors"
-url="https://github.com/ekmett/bifunctors/;
-license=("BSD")
-arch=('x86_64')
-depends=('ghc-libs' 'haskell-base-orphans' 'haskell-comonad' 'haskell-tagged'
- 'haskell-th-abstraction')
-makedepends=('ghc')
-checkdepends=('haskell-hspec' 'haskell-quickcheck')
-source=("https://hackage.haskell.org/packages/archive/${_hkgname}/${pkgver}/${_hkgname}-${pkgver}.tar.gz;)
-sha512sums=('d2f1db9ce38b6404c9461973d7b977398c746a062443bb12298578ac85d4f9c1b272be2ff7dc5d782dea393b21ee2ad0eefe33aaa9a11233c20d111c615ce7c5')
-
-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 \
--ftagged -f-semigroups
-runhaskell Setup build $MAKEFLAGS
-runhaskell Setup register --gen-script
-runhaskell Setup unregister --gen-script
-sed -i -r -e "s|ghc-pkg.*update[^ ]* |&'--force' |" register.sh
-sed -i -r -e "s|ghc-pkg.*unregister[^ ]* |&'--force' |" unregister.sh
-}
-
-check() {
-cd $_hkgname-$pkgver
-runhaskell Setup test
-}
-
-package() {
-cd $_hkgname-$pkgver
-
-install -D -m744 register.sh 
"$pkgdir"/usr/share/haskell/register/$pkgname.sh
-install -D -m744 unregister.sh 
"$pkgdir"/usr/share/haskell/unregister/$pkgname.sh
-runhaskell Setup copy --destdir="$pkgdir"
-install -D -m644 LICENSE "$pkgdir"/usr/share/licenses/$pkgname/LICENSE
-rm -f "$pkgdir"/usr/share/doc/$pkgname/LICENSE
-}

Copied: haskell-bifunctors/repos/community-staging-x86_64/PKGBUILD (from rev 
835843, haskell-bifunctors/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2021-01-29 23:53:32 UTC (rev 835844)
@@ -0,0 +1,52 @@
+# Maintainer: Felix Yan 
+# Contributor: Arch Haskell Team 
+
+_hkgname=bifunctors
+pkgname=haskell-bifunctors
+pkgver=5.5.10
+pkgrel=6
+pkgdesc="Bifunctors"
+url="https://github.com/ekmett/bifunctors/;
+license=("BSD")
+arch=('x86_64')
+depends=('ghc-libs' 'haskell-base-orphans' 'haskell-comonad' 'haskell-tagged'
+ 'haskell-th-abstraction')
+makedepends=('ghc')
+checkdepends=('haskell-hspec' 'haskell-quickcheck')
+source=("https://hackage.haskell.org/packages/archive/${_hkgname}/${pkgver}/${_hkgname}-${pkgver}.tar.gz;)
+sha512sums=('d2f1db9ce38b6404c9461973d7b977398c746a062443bb12298578ac85d4f9c1b272be2ff7dc5d782dea393b21ee2ad0eefe33aaa9a11233c20d111c615ce7c5')
+
+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 \
+-ftagged -f-semigroups
+runhaskell Setup build $MAKEFLAGS
+runhaskell Setup register --gen-script
+runhaskell Setup unregister --gen-script
+sed -i -r -e "s|ghc-pkg.*update[^ ]* |&'--force' |" register.sh
+sed -i -r -e "s|ghc-pkg.*unregister[^ ]* |&'--force' |" unregister.sh
+}
+
+check() {
+cd $_hkgname-$pkgver
+runhaskell Setup test
+}
+
+package() {
+cd $_hkgname-$pkgver
+
+install -D -m744 register.sh 
"$pkgdir"/usr/share/haskell/register/$pkgname.sh
+install -D -m744 unregister.sh 
"$pkgdir"/usr/share/haskell/unregister/$pkgname.sh
+runhaskell Setup copy --destdir="$pkgdir"
+install -D -m644 LICENSE "$pkgdir"/usr/share/licenses/$pkgname/LICENSE
+rm -f "$pkgdir"/usr/share/doc/$pkgname/LICENSE
+}


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

2021-01-29 Thread Felix Yan via arch-commits
Date: Friday, January 29, 2021 @ 23:54:37
  Author: felixonmars
Revision: 835846

archrelease: copy trunk to community-staging-x86_64

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

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

Deleted: PKGBUILD
===
--- PKGBUILD2021-01-29 23:54:20 UTC (rev 835845)
+++ PKGBUILD2021-01-29 23:54:37 UTC (rev 835846)
@@ -1,49 +0,0 @@
-# Maintainer: Felix Yan 
-
-_hkgname=quickcheck-classes-base
-pkgname=haskell-quickcheck-classes-base
-pkgver=0.6.1.0
-pkgrel=89
-pkgdesc="QuickCheck common typeclasses from 'base'"
-url="https://github.com/andrewthad/quickcheck-classes;
-license=('MIT')
-arch=('x86_64')
-depends=('ghc-libs' 'haskell-base-orphans' 'haskell-bifunctors' 
'haskell-contravariant'
- 'haskell-quickcheck' 'haskell-tagged')
-makedepends=('ghc')
-source=(https://hackage.haskell.org/packages/archive/${_hkgname}/${pkgver}/${_hkgname}-${pkgver}.tar.gz)
-sha512sums=('039b1d22ed67de6cedd98b41c61f6a6cd96a6d91e4fc074db7fde2af53a5c24ef429dc3c59cde01532478d94bef7486819c2dc9300826b8ac1669e1f3bec7550')
-
-prepare() {
-cd $_hkgname-$pkgver
-sed -i -e '/fail$/d' $_hkgname.cabal
-echo -e "import Distribution.Simple\nmain = defaultMain" > Setup.hs
-}
-
-build() {
-cd $_hkgname-$pkgver
-
-runhaskell Setup configure -O --enable-shared --enable-executable-dynamic 
--disable-library-vanilla \
---prefix=/usr --docdir=/usr/share/doc/$pkgname --enable-tests \
---dynlibdir=/usr/lib --libsubdir=\$compiler/site-local/\$pkgid
-runhaskell Setup build $MAKEFLAGS
-runhaskell Setup register --gen-script
-runhaskell Setup unregister --gen-script
-sed -i -r -e "s|ghc-pkg.*update[^ ]* |&'--force' |" register.sh
-sed -i -r -e "s|ghc-pkg.*unregister[^ ]* |&'--force' |" unregister.sh
-}
-
-check() {
-cd $_hkgname-$pkgver
-runhaskell Setup test
-}
-
-package() {
-cd $_hkgname-$pkgver
-
-install -D -m744 register.sh 
"$pkgdir"/usr/share/haskell/register/$pkgname.sh
-install -D -m744 unregister.sh 
"$pkgdir"/usr/share/haskell/unregister/$pkgname.sh
-runhaskell Setup copy --destdir="$pkgdir"
-install -D -m644 LICENSE "$pkgdir"/usr/share/licenses/$pkgname/LICENSE
-rm -f "$pkgdir"/usr/share/doc/$pkgname/LICENSE
-}

Copied: haskell-quickcheck-classes-base/repos/community-staging-x86_64/PKGBUILD 
(from rev 835845, haskell-quickcheck-classes-base/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2021-01-29 23:54:37 UTC (rev 835846)
@@ -0,0 +1,49 @@
+# Maintainer: Felix Yan 
+
+_hkgname=quickcheck-classes-base
+pkgname=haskell-quickcheck-classes-base
+pkgver=0.6.1.0
+pkgrel=90
+pkgdesc="QuickCheck common typeclasses from 'base'"
+url="https://github.com/andrewthad/quickcheck-classes;
+license=('MIT')
+arch=('x86_64')
+depends=('ghc-libs' 'haskell-base-orphans' 'haskell-bifunctors' 
'haskell-contravariant'
+ 'haskell-quickcheck' 'haskell-tagged')
+makedepends=('ghc')
+source=(https://hackage.haskell.org/packages/archive/${_hkgname}/${pkgver}/${_hkgname}-${pkgver}.tar.gz)
+sha512sums=('039b1d22ed67de6cedd98b41c61f6a6cd96a6d91e4fc074db7fde2af53a5c24ef429dc3c59cde01532478d94bef7486819c2dc9300826b8ac1669e1f3bec7550')
+
+prepare() {
+cd $_hkgname-$pkgver
+sed -i -e '/fail$/d' $_hkgname.cabal
+echo -e "import Distribution.Simple\nmain = defaultMain" > Setup.hs
+}
+
+build() {
+cd $_hkgname-$pkgver
+
+runhaskell Setup configure -O --enable-shared --enable-executable-dynamic 
--disable-library-vanilla \
+--prefix=/usr --docdir=/usr/share/doc/$pkgname --enable-tests \
+--dynlibdir=/usr/lib --libsubdir=\$compiler/site-local/\$pkgid
+runhaskell Setup build $MAKEFLAGS
+runhaskell Setup register --gen-script
+runhaskell Setup unregister --gen-script
+sed -i -r -e "s|ghc-pkg.*update[^ ]* |&'--force' |" register.sh
+sed -i -r -e "s|ghc-pkg.*unregister[^ ]* |&'--force' |" unregister.sh
+}
+
+check() {
+cd $_hkgname-$pkgver
+runhaskell Setup test
+}
+
+package() {
+cd $_hkgname-$pkgver
+
+install -D -m744 register.sh 
"$pkgdir"/usr/share/haskell/register/$pkgname.sh
+install -D -m744 unregister.sh 
"$pkgdir"/usr/share/haskell/unregister/$pkgname.sh
+runhaskell Setup copy --destdir="$pkgdir"
+install -D -m644 LICENSE "$pkgdir"/usr/share/licenses/$pkgname/LICENSE
+rm -f "$pkgdir"/usr/share/doc/$pkgname/LICENSE
+}


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

2021-01-29 Thread Felix Yan via arch-commits
Date: Friday, January 29, 2021 @ 23:53:16
  Author: felixonmars
Revision: 835843

upgpkg: haskell-bifunctors 5.5.10-6: rebuild with vector 0.12.2.0

Modified:
  haskell-bifunctors/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2021-01-29 23:52:08 UTC (rev 835842)
+++ PKGBUILD2021-01-29 23:53:16 UTC (rev 835843)
@@ -4,7 +4,7 @@
 _hkgname=bifunctors
 pkgname=haskell-bifunctors
 pkgver=5.5.10
-pkgrel=5
+pkgrel=6
 pkgdesc="Bifunctors"
 url="https://github.com/ekmett/bifunctors/;
 license=("BSD")


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

2021-01-29 Thread Felix Yan via arch-commits
Date: Friday, January 29, 2021 @ 23:54:20
  Author: felixonmars
Revision: 835845

upgpkg: haskell-quickcheck-classes-base 0.6.1.0-90: rebuild with vector 0.12.2.0

Modified:
  haskell-quickcheck-classes-base/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2021-01-29 23:53:32 UTC (rev 835844)
+++ PKGBUILD2021-01-29 23:54:20 UTC (rev 835845)
@@ -3,7 +3,7 @@
 _hkgname=quickcheck-classes-base
 pkgname=haskell-quickcheck-classes-base
 pkgver=0.6.1.0
-pkgrel=89
+pkgrel=90
 pkgdesc="QuickCheck common typeclasses from 'base'"
 url="https://github.com/andrewthad/quickcheck-classes;
 license=('MIT')


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

2021-01-29 Thread Felix Yan via arch-commits
Date: Friday, January 29, 2021 @ 23:51:06
  Author: felixonmars
Revision: 835838

archrelease: copy trunk to community-any

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

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

Deleted: PKGBUILD
===
--- PKGBUILD2021-01-29 23:50:51 UTC (rev 835837)
+++ PKGBUILD2021-01-29 23:51:06 UTC (rev 835838)
@@ -1,34 +0,0 @@
-# Maintainer: Felix Yan 
-
-pkgname=python-josepy
-pkgver=1.5.0
-pkgrel=3
-pkgdesc="JOSE protocol implementation in Python"
-url="https://github.com/certbot/josepy;
-license=('PerlArtistic')
-arch=('any')
-depends=('python-cryptography' 'python-pyopenssl' 'python-setuptools')
-checkdepends=('python-pytest-runner' 'python-coverage' 'python-pytest-isort' 
'python-pytest-cache'
-  'python-pytest-cov' 'flake8' 'python-pytest-flake8' 
'python-mock')
-source=("https://pypi.io/packages/source/j/josepy/josepy-$pkgver.tar.gz;)
-sha512sums=('39ace649ae4fcefee3eb7fa749001645711de39dc17fd47f1ebf52981929e21bee9b6316d09c61b5478d3d652afc0659e7d5110d1e222e8dcbdc2bb831cb2d8d')
-
-prepare() {
-  # https://github.com/certbot/josepy/issues/24
-  sed -i 's/flake8-ignore = E501/flake8-ignore = E501 W504/' 
josepy-$pkgver/pytest.ini
-}
-
-build() {
-  cd josepy-$pkgver
-  python setup.py build
-}
-
-check() {
-  cd josepy-$pkgver
-  python setup.py pytest
-}
-
-package() {
-  cd josepy-$pkgver
-  python setup.py install --root="$pkgdir" --optimize=1
-}

Copied: python-josepy/repos/community-any/PKGBUILD (from rev 835837, 
python-josepy/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2021-01-29 23:51:06 UTC (rev 835838)
@@ -0,0 +1,34 @@
+# Maintainer: Felix Yan 
+
+pkgname=python-josepy
+pkgver=1.6.0
+pkgrel=1
+pkgdesc="JOSE protocol implementation in Python"
+url="https://github.com/certbot/josepy;
+license=('PerlArtistic')
+arch=('any')
+depends=('python-cryptography' 'python-pyopenssl' 'python-setuptools')
+checkdepends=('python-pytest-runner' 'python-coverage' 'python-pytest-isort' 
'python-pytest-cache'
+  'python-pytest-cov' 'flake8' 'python-pytest-flake8' 
'python-mock')
+source=("https://pypi.io/packages/source/j/josepy/josepy-$pkgver.tar.gz;)
+sha512sums=('d08eb731b1027cd0b57639ac0c3d987d99d78daa54a9fe22d86eca90c9c5ab73bd8193d3fee4f98a4c55392015d1c5ee32fbc6589f511a6951033377cc2e1168')
+
+prepare() {
+  # https://github.com/certbot/josepy/issues/24
+  sed -i 's/flake8-ignore = E501/flake8-ignore = E501 W504/' 
josepy-$pkgver/pytest.ini
+}
+
+build() {
+  cd josepy-$pkgver
+  python setup.py build
+}
+
+check() {
+  cd josepy-$pkgver
+  python setup.py pytest
+}
+
+package() {
+  cd josepy-$pkgver
+  python setup.py install --root="$pkgdir" --optimize=1
+}


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

2021-01-29 Thread Felix Yan via arch-commits
Date: Friday, January 29, 2021 @ 23:51:37
  Author: felixonmars
Revision: 835840

archrelease: copy trunk to community-any

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

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

Deleted: PKGBUILD
===
--- PKGBUILD2021-01-29 23:51:22 UTC (rev 835839)
+++ PKGBUILD2021-01-29 23:51:37 UTC (rev 835840)
@@ -1,34 +0,0 @@
-# Maintainer: Felix Yan 
-
-pkgname=python-aniso8601
-pkgver=8.1.0
-pkgrel=1
-pkgdesc="A library for parsing ISO 8601 strings."
-url="https://bitbucket.org/nielsenb/aniso8601;
-license=('BSD')
-arch=('any')
-depends=('python')
-makedepends=('python-setuptools')
-checkdepends=('python-pytest-runner' 'python-dateutil' 'python-mock')
-source=("$pkgname-$pkgver.tar.gz::https://bitbucket.org/nielsenb/aniso8601/get/v$pkgver.tar.gz;)
-sha512sums=('12aa2dfca3a4138b56e37e007d1bd02a63eb02b0defa654a2070bb83f42187d6f7b771cba4d6659c88bb1a3a5b44f18ff2f380377a35951ff37725404c8e70bd')
-
-prepare() {
-  mv nielsenb-aniso8601-* aniso8601-$pkgver
-}
-
-build() {
-  cd "$srcdir"/aniso8601-$pkgver
-  python setup.py build
-}
-
-check() {
-  cd "$srcdir"/aniso8601-$pkgver
-  python setup.py pytest
-}
-
-package() {
-  cd aniso8601-$pkgver
-  python setup.py install --root="$pkgdir" --optimize=1
-  install -Dm644 LICENSE "$pkgdir"/usr/share/licenses/$pkgname/LICENSE
-}

Copied: python-aniso8601/repos/community-any/PKGBUILD (from rev 835839, 
python-aniso8601/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2021-01-29 23:51:37 UTC (rev 835840)
@@ -0,0 +1,34 @@
+# Maintainer: Felix Yan 
+
+pkgname=python-aniso8601
+pkgver=8.1.1
+pkgrel=1
+pkgdesc="A library for parsing ISO 8601 strings."
+url="https://bitbucket.org/nielsenb/aniso8601;
+license=('BSD')
+arch=('any')
+depends=('python')
+makedepends=('python-setuptools')
+checkdepends=('python-pytest-runner' 'python-dateutil' 'python-mock')
+source=("$pkgname-$pkgver.tar.gz::https://bitbucket.org/nielsenb/aniso8601/get/v$pkgver.tar.gz;)
+sha512sums=('1f622a0016c3fa991ffe76dc89eed77968f639e68a5d6ad45519cb6db85cf73856644dddfa713cd14eca3380a6996983f300459bcca4ea21dc047222e39273b2')
+
+prepare() {
+  mv nielsenb-aniso8601-* aniso8601-$pkgver
+}
+
+build() {
+  cd "$srcdir"/aniso8601-$pkgver
+  python setup.py build
+}
+
+check() {
+  cd "$srcdir"/aniso8601-$pkgver
+  python setup.py pytest
+}
+
+package() {
+  cd aniso8601-$pkgver
+  python setup.py install --root="$pkgdir" --optimize=1
+  install -Dm644 LICENSE "$pkgdir"/usr/share/licenses/$pkgname/LICENSE
+}


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

2021-01-29 Thread Felix Yan via arch-commits
Date: Friday, January 29, 2021 @ 23:52:08
  Author: felixonmars
Revision: 835842

archrelease: copy trunk to community-staging-x86_64

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

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

Deleted: PKGBUILD
===
--- PKGBUILD2021-01-29 23:51:52 UTC (rev 835841)
+++ PKGBUILD2021-01-29 23:52:08 UTC (rev 835842)
@@ -1,45 +0,0 @@
-# Maintainer: Felix Yan 
-# Contributor: Arch Haskell Team 
-
-_hkgname=comonad
-pkgname=haskell-comonad
-pkgver=5.0.8
-pkgrel=21
-pkgdesc="Comonads"
-url="https://github.com/ekmett/comonad/;
-license=("BSD")
-arch=('x86_64')
-depends=('ghc-libs' 'haskell-distributive' 'haskell-indexed-traversable' 
'haskell-tagged'
- 'haskell-transformers-compat')
-makedepends=('ghc')
-source=("https://hackage.haskell.org/packages/archive/${_hkgname}/${pkgver}/${_hkgname}-${pkgver}.tar.gz;)
-sha512sums=('b823ea36826da74c6ec46cb835493224f62da66516841b9660a04c391dee803c31e140b2c523b563fb51f46509d99cce157b456a88fbaf2371da11933d5d787e')
-
-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 \
--fdistributive -fcontravariant -fcontainers -ftest-doctests
-runhaskell Setup build $MAKEFLAGS
-runhaskell Setup register --gen-script
-runhaskell Setup unregister --gen-script
-sed -i -r -e "s|ghc-pkg.*update[^ ]* |&'--force' |" register.sh
-sed -i -r -e "s|ghc-pkg.*unregister[^ ]* |&'--force' |" unregister.sh
-}
-
-check() {
-cd $_hkgname-$pkgver
-runhaskell Setup test
-}
-
-package() {
-cd $_hkgname-$pkgver
-
-install -D -m744 register.sh 
"$pkgdir"/usr/share/haskell/register/$pkgname.sh
-install -D -m744 unregister.sh 
"$pkgdir"/usr/share/haskell/unregister/$pkgname.sh
-runhaskell Setup copy --destdir="$pkgdir"
-install -D -m644 LICENSE "$pkgdir"/usr/share/licenses/$pkgname/LICENSE
-rm -f "$pkgdir"/usr/share/doc/$pkgname/LICENSE
-}

Copied: haskell-comonad/repos/community-staging-x86_64/PKGBUILD (from rev 
835841, haskell-comonad/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2021-01-29 23:52:08 UTC (rev 835842)
@@ -0,0 +1,45 @@
+# Maintainer: Felix Yan 
+# Contributor: Arch Haskell Team 
+
+_hkgname=comonad
+pkgname=haskell-comonad
+pkgver=5.0.8
+pkgrel=22
+pkgdesc="Comonads"
+url="https://github.com/ekmett/comonad/;
+license=("BSD")
+arch=('x86_64')
+depends=('ghc-libs' 'haskell-distributive' 'haskell-indexed-traversable' 
'haskell-tagged'
+ 'haskell-transformers-compat')
+makedepends=('ghc')
+source=("https://hackage.haskell.org/packages/archive/${_hkgname}/${pkgver}/${_hkgname}-${pkgver}.tar.gz;)
+sha512sums=('b823ea36826da74c6ec46cb835493224f62da66516841b9660a04c391dee803c31e140b2c523b563fb51f46509d99cce157b456a88fbaf2371da11933d5d787e')
+
+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 \
+-fdistributive -fcontravariant -fcontainers -ftest-doctests
+runhaskell Setup build $MAKEFLAGS
+runhaskell Setup register --gen-script
+runhaskell Setup unregister --gen-script
+sed -i -r -e "s|ghc-pkg.*update[^ ]* |&'--force' |" register.sh
+sed -i -r -e "s|ghc-pkg.*unregister[^ ]* |&'--force' |" unregister.sh
+}
+
+check() {
+cd $_hkgname-$pkgver
+runhaskell Setup test
+}
+
+package() {
+cd $_hkgname-$pkgver
+
+install -D -m744 register.sh 
"$pkgdir"/usr/share/haskell/register/$pkgname.sh
+install -D -m744 unregister.sh 
"$pkgdir"/usr/share/haskell/unregister/$pkgname.sh
+runhaskell Setup copy --destdir="$pkgdir"
+install -D -m644 LICENSE "$pkgdir"/usr/share/licenses/$pkgname/LICENSE
+rm -f "$pkgdir"/usr/share/doc/$pkgname/LICENSE
+}


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

2021-01-29 Thread Felix Yan via arch-commits
Date: Friday, January 29, 2021 @ 23:51:52
  Author: felixonmars
Revision: 835841

upgpkg: haskell-comonad 5.0.8-22: rebuild with vector 0.12.2.0

Modified:
  haskell-comonad/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2021-01-29 23:51:37 UTC (rev 835840)
+++ PKGBUILD2021-01-29 23:51:52 UTC (rev 835841)
@@ -4,7 +4,7 @@
 _hkgname=comonad
 pkgname=haskell-comonad
 pkgver=5.0.8
-pkgrel=21
+pkgrel=22
 pkgdesc="Comonads"
 url="https://github.com/ekmett/comonad/;
 license=("BSD")


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

2021-01-29 Thread Felix Yan via arch-commits
Date: Friday, January 29, 2021 @ 23:50:38
  Author: felixonmars
Revision: 835835

archrelease: copy trunk to community-staging-x86_64

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

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

Deleted: PKGBUILD
===
--- PKGBUILD2021-01-29 23:50:28 UTC (rev 835834)
+++ PKGBUILD2021-01-29 23:50:38 UTC (rev 835835)
@@ -1,51 +0,0 @@
-# Maintainer: Felix Yan 
-# Contributor: Arch Haskell Team 
-
-_hkgname=distributive
-pkgname=haskell-distributive
-pkgver=0.6.2.1
-pkgrel=22
-pkgdesc="Distributive functors -- Dual to Traversable"
-url="https://github.com/ekmett/distributive/;
-license=("BSD")
-arch=('x86_64')
-depends=('ghc-libs' 'haskell-base-orphans' 'haskell-tagged')
-makedepends=('ghc')
-checkdepends=('haskell-generic-deriving' 'haskell-hspec' 
'haskell-hspec-discover')
-source=("https://hackage.haskell.org/packages/archive/${_hkgname}/${pkgver}/${_hkgname}-${pkgver}.tar.gz;)
-sha512sums=('387c7b6e0b2f917fd68d52ffbc79b9db21e488629309bfaf0dc77450bfd37c0f7f8a29458532616b5395552f84f3727b462cb2876e5aca79101e2c752b26e0a7')
-
-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 \
--ftagged -f-semigroups
-runhaskell Setup build $MAKEFLAGS
-runhaskell Setup register --gen-script
-runhaskell Setup unregister --gen-script
-sed -i -r -e "s|ghc-pkg.*update[^ ]* |&'--force' |" register.sh
-sed -i -r -e "s|ghc-pkg.*unregister[^ ]* |&'--force' |" unregister.sh
-}
-
-check() {
-cd $_hkgname-$pkgver
-runhaskell Setup test
-}
-
-package() {
-cd $_hkgname-$pkgver
-
-install -D -m744 register.sh 
"$pkgdir"/usr/share/haskell/register/$pkgname.sh
-install -D -m744 unregister.sh 
"$pkgdir"/usr/share/haskell/unregister/$pkgname.sh
-runhaskell Setup copy --destdir="$pkgdir"
-install -D -m644 LICENSE "$pkgdir"/usr/share/licenses/$pkgname/LICENSE
-rm -f "$pkgdir"/usr/share/doc/$pkgname/LICENSE
-}

Copied: haskell-distributive/repos/community-staging-x86_64/PKGBUILD (from rev 
835834, haskell-distributive/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2021-01-29 23:50:38 UTC (rev 835835)
@@ -0,0 +1,51 @@
+# Maintainer: Felix Yan 
+# Contributor: Arch Haskell Team 
+
+_hkgname=distributive
+pkgname=haskell-distributive
+pkgver=0.6.2.1
+pkgrel=23
+pkgdesc="Distributive functors -- Dual to Traversable"
+url="https://github.com/ekmett/distributive/;
+license=("BSD")
+arch=('x86_64')
+depends=('ghc-libs' 'haskell-base-orphans' 'haskell-tagged')
+makedepends=('ghc')
+checkdepends=('haskell-generic-deriving' 'haskell-hspec' 
'haskell-hspec-discover')
+source=("https://hackage.haskell.org/packages/archive/${_hkgname}/${pkgver}/${_hkgname}-${pkgver}.tar.gz;)
+sha512sums=('387c7b6e0b2f917fd68d52ffbc79b9db21e488629309bfaf0dc77450bfd37c0f7f8a29458532616b5395552f84f3727b462cb2876e5aca79101e2c752b26e0a7')
+
+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 \
+-ftagged -f-semigroups
+runhaskell Setup build $MAKEFLAGS
+runhaskell Setup register --gen-script
+runhaskell Setup unregister --gen-script
+sed -i -r -e "s|ghc-pkg.*update[^ ]* |&'--force' |" register.sh
+sed -i -r -e "s|ghc-pkg.*unregister[^ ]* |&'--force' |" unregister.sh
+}
+
+check() {
+cd $_hkgname-$pkgver
+runhaskell Setup test
+}
+
+package() {
+cd $_hkgname-$pkgver
+
+install -D -m744 register.sh 
"$pkgdir"/usr/share/haskell/register/$pkgname.sh
+install -D -m744 unregister.sh 
"$pkgdir"/usr/share/haskell/unregister/$pkgname.sh
+runhaskell Setup copy --destdir="$pkgdir"
+install -D -m644 LICENSE "$pkgdir"/usr/share/licenses/$pkgname/LICENSE
+rm -f "$pkgdir"/usr/share/doc/$pkgname/LICENSE
+}


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

2021-01-29 Thread Felix Yan via arch-commits
Date: Friday, January 29, 2021 @ 23:50:51
  Author: felixonmars
Revision: 835837

upgpkg: python-josepy 1.6.0-1

Modified:
  python-josepy/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2021-01-29 23:50:44 UTC (rev 835836)
+++ PKGBUILD2021-01-29 23:50:51 UTC (rev 835837)
@@ -1,8 +1,8 @@
 # Maintainer: Felix Yan 
 
 pkgname=python-josepy
-pkgver=1.5.0
-pkgrel=3
+pkgver=1.6.0
+pkgrel=1
 pkgdesc="JOSE protocol implementation in Python"
 url="https://github.com/certbot/josepy;
 license=('PerlArtistic')
@@ -11,7 +11,7 @@
 checkdepends=('python-pytest-runner' 'python-coverage' 'python-pytest-isort' 
'python-pytest-cache'
   'python-pytest-cov' 'flake8' 'python-pytest-flake8' 
'python-mock')
 source=("https://pypi.io/packages/source/j/josepy/josepy-$pkgver.tar.gz;)
-sha512sums=('39ace649ae4fcefee3eb7fa749001645711de39dc17fd47f1ebf52981929e21bee9b6316d09c61b5478d3d652afc0659e7d5110d1e222e8dcbdc2bb831cb2d8d')
+sha512sums=('d08eb731b1027cd0b57639ac0c3d987d99d78daa54a9fe22d86eca90c9c5ab73bd8193d3fee4f98a4c55392015d1c5ee32fbc6589f511a6951033377cc2e1168')
 
 prepare() {
   # https://github.com/certbot/josepy/issues/24


[arch-commits] Commit in v2ray-domain-list-community/repos/community-any (2 files)

2021-01-29 Thread Felix Yan via arch-commits
Date: Friday, January 29, 2021 @ 23:50:44
  Author: felixonmars
Revision: 835836

archrelease: copy trunk to community-any

Added:
  v2ray-domain-list-community/repos/community-any/PKGBUILD
(from rev 835835, v2ray-domain-list-community/trunk/PKGBUILD)
Deleted:
  v2ray-domain-list-community/repos/community-any/PKGBUILD

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

Deleted: PKGBUILD
===
--- PKGBUILD2021-01-29 23:50:38 UTC (rev 835835)
+++ PKGBUILD2021-01-29 23:50:44 UTC (rev 835836)
@@ -1,34 +0,0 @@
-# Maintainer: Felix Yan 
-
-pkgname=v2ray-domain-list-community
-pkgver=20210129082040
-pkgrel=1
-pkgdesc="A list of domains to be used as geosites for routing purpose in 
Project V"
-arch=('any')
-url="https://github.com/v2fly/domain-list-community;
-license=('MIT')
-makedepends=('go' 'git')
-source=("https://github.com/v2fly/domain-list-community/archive/$pkgver/$pkgname-$pkgver.tar.gz;)
-sha512sums=('5f81a277a66460ea0228c2cf7790d95b48d61bc981d04d5a44d9387c1a8ffe6891858a59eb5780718f207c48093580b0beb0c60d3a572554307fceed3d6e9bb0')
-
-prepare() {
-  mkdir .gopath
-  export GOPATH="$srcdir/.gopath"
-
-  mkdir -p .gopath/src/github.com/v2fly
-  ln -s "$PWD/domain-list-community-$pkgver" 
.gopath/src/github.com/v2fly/domain-list-community
-
-  go get github.com/golang/protobuf/proto
-  go get -insecure v2ray.com/core/app/router
-}
-
-build() {
-  cd .gopath
-  go run ./src/github.com/v2fly/domain-list-community/main.go
-}
-
-package() {
-  cd .gopath
-  install -Dm644 dlc.dat "$pkgdir"/usr/share/v2ray/geosite.dat
-  install -Dm644 "$srcdir"/domain-list-community-$pkgver/LICENSE 
"$pkgdir"/usr/share/licenses/$pkgname/LICENSE
-}

Copied: v2ray-domain-list-community/repos/community-any/PKGBUILD (from rev 
835835, v2ray-domain-list-community/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2021-01-29 23:50:44 UTC (rev 835836)
@@ -0,0 +1,34 @@
+# Maintainer: Felix Yan 
+
+pkgname=v2ray-domain-list-community
+pkgver=20210129143224
+pkgrel=1
+pkgdesc="A list of domains to be used as geosites for routing purpose in 
Project V"
+arch=('any')
+url="https://github.com/v2fly/domain-list-community;
+license=('MIT')
+makedepends=('go' 'git')
+source=("https://github.com/v2fly/domain-list-community/archive/$pkgver/$pkgname-$pkgver.tar.gz;)
+sha512sums=('b31bcadec821de702f986edaa11df16fa5d2bf01c20dc59094d67a257b25ed2ec8bc686548a7c4abaa9062fc9be84b3e66e3cd08c3458515689746a68d26a727')
+
+prepare() {
+  mkdir .gopath
+  export GOPATH="$srcdir/.gopath"
+
+  mkdir -p .gopath/src/github.com/v2fly
+  ln -s "$PWD/domain-list-community-$pkgver" 
.gopath/src/github.com/v2fly/domain-list-community
+
+  go get github.com/golang/protobuf/proto
+  go get -insecure v2ray.com/core/app/router
+}
+
+build() {
+  cd .gopath
+  go run ./src/github.com/v2fly/domain-list-community/main.go
+}
+
+package() {
+  cd .gopath
+  install -Dm644 dlc.dat "$pkgdir"/usr/share/v2ray/geosite.dat
+  install -Dm644 "$srcdir"/domain-list-community-$pkgver/LICENSE 
"$pkgdir"/usr/share/licenses/$pkgname/LICENSE
+}


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

2021-01-29 Thread Felix Yan via arch-commits
Date: Friday, January 29, 2021 @ 23:51:22
  Author: felixonmars
Revision: 835839

upgpkg: python-aniso8601 8.1.1-1

Modified:
  python-aniso8601/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2021-01-29 23:51:06 UTC (rev 835838)
+++ PKGBUILD2021-01-29 23:51:22 UTC (rev 835839)
@@ -1,7 +1,7 @@
 # Maintainer: Felix Yan 
 
 pkgname=python-aniso8601
-pkgver=8.1.0
+pkgver=8.1.1
 pkgrel=1
 pkgdesc="A library for parsing ISO 8601 strings."
 url="https://bitbucket.org/nielsenb/aniso8601;
@@ -11,7 +11,7 @@
 makedepends=('python-setuptools')
 checkdepends=('python-pytest-runner' 'python-dateutil' 'python-mock')
 
source=("$pkgname-$pkgver.tar.gz::https://bitbucket.org/nielsenb/aniso8601/get/v$pkgver.tar.gz;)
-sha512sums=('12aa2dfca3a4138b56e37e007d1bd02a63eb02b0defa654a2070bb83f42187d6f7b771cba4d6659c88bb1a3a5b44f18ff2f380377a35951ff37725404c8e70bd')
+sha512sums=('1f622a0016c3fa991ffe76dc89eed77968f639e68a5d6ad45519cb6db85cf73856644dddfa713cd14eca3380a6996983f300459bcca4ea21dc047222e39273b2')
 
 prepare() {
   mv nielsenb-aniso8601-* aniso8601-$pkgver


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

2021-01-29 Thread Felix Yan via arch-commits
Date: Friday, January 29, 2021 @ 23:46:50
  Author: felixonmars
Revision: 835830

archrelease: copy trunk to community-staging-x86_64

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

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

Deleted: PKGBUILD
===
--- PKGBUILD2021-01-29 23:46:35 UTC (rev 835829)
+++ PKGBUILD2021-01-29 23:46:50 UTC (rev 835830)
@@ -1,50 +0,0 @@
-# Maintainer: Felix Yan 
-# Contributor: Arch Haskell Team 
-
-_hkgname=unliftio
-pkgname=haskell-unliftio
-pkgver=0.2.13.1
-pkgrel=61
-pkgdesc="The MonadUnliftIO typeclass for unlifting monads to IO (batteries 
included)"
-url="https://github.com/fpco/monad-unlift;
-license=("MIT")
-arch=('x86_64')
-depends=('ghc-libs' 'haskell-async' 'haskell-unliftio-core')
-makedepends=('ghc')
-checkdepends=('haskell-hspec' 'haskell-quickcheck')
-source=("https://hackage.haskell.org/packages/archive/${_hkgname}/${pkgver}/${_hkgname}-${pkgver}.tar.gz;)
-sha512sums=('726285be714da76b40e2cb3058c7485c85eb5cbf17ade1579724fa277cf97783b7983dd3a91526ac7739b086df096d1f65f3d129e03204e18eccfff52e4332d6')
-
-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
-runhaskell Setup build $MAKEFLAGS
-runhaskell Setup register --gen-script
-runhaskell Setup unregister --gen-script
-sed -i -r -e "s|ghc-pkg.*update[^ ]* |&'--force' |" register.sh
-sed -i -r -e "s|ghc-pkg.*unregister[^ ]* |&'--force' |" unregister.sh
-}
-
-check() {
-cd $_hkgname-$pkgver
-runhaskell Setup test
-}
-
-package() {
-cd $_hkgname-$pkgver
-
-install -D -m744 register.sh 
"$pkgdir"/usr/share/haskell/register/$pkgname.sh
-install -D -m744 unregister.sh 
"$pkgdir"/usr/share/haskell/unregister/$pkgname.sh
-runhaskell Setup copy --destdir="$pkgdir"
-install -D -m644 LICENSE "$pkgdir"/usr/share/licenses/$pkgname/LICENSE
-rm -f "$pkgdir"/usr/share/doc/$pkgname/LICENSE
-}

Copied: haskell-unliftio/repos/community-staging-x86_64/PKGBUILD (from rev 
835829, haskell-unliftio/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2021-01-29 23:46:50 UTC (rev 835830)
@@ -0,0 +1,50 @@
+# Maintainer: Felix Yan 
+# Contributor: Arch Haskell Team 
+
+_hkgname=unliftio
+pkgname=haskell-unliftio
+pkgver=0.2.13.1
+pkgrel=62
+pkgdesc="The MonadUnliftIO typeclass for unlifting monads to IO (batteries 
included)"
+url="https://github.com/fpco/monad-unlift;
+license=("MIT")
+arch=('x86_64')
+depends=('ghc-libs' 'haskell-async' 'haskell-unliftio-core')
+makedepends=('ghc')
+checkdepends=('haskell-hspec' 'haskell-quickcheck')
+source=("https://hackage.haskell.org/packages/archive/${_hkgname}/${pkgver}/${_hkgname}-${pkgver}.tar.gz;)
+sha512sums=('726285be714da76b40e2cb3058c7485c85eb5cbf17ade1579724fa277cf97783b7983dd3a91526ac7739b086df096d1f65f3d129e03204e18eccfff52e4332d6')
+
+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
+runhaskell Setup build $MAKEFLAGS
+runhaskell Setup register --gen-script
+runhaskell Setup unregister --gen-script
+sed -i -r -e "s|ghc-pkg.*update[^ ]* |&'--force' |" register.sh
+sed -i -r -e "s|ghc-pkg.*unregister[^ ]* |&'--force' |" unregister.sh
+}
+
+check() {
+cd $_hkgname-$pkgver
+runhaskell Setup test
+}
+
+package() {
+cd $_hkgname-$pkgver
+
+install -D -m744 register.sh 
"$pkgdir"/usr/share/haskell/register/$pkgname.sh
+install -D -m744 unregister.sh 
"$pkgdir"/usr/share/haskell/unregister/$pkgname.sh
+runhaskell Setup copy --destdir="$pkgdir"
+install -D -m644 LICENSE "$pkgdir"/usr/share/licenses/$pkgname/LICENSE
+rm -f "$pkgdir"/usr/share/doc/$pkgname/LICENSE
+}


[arch-commits] Commit in v2ray-domain-list-community/trunk (PKGBUILD)

2021-01-29 Thread Felix Yan via arch-commits
Date: Friday, January 29, 2021 @ 23:50:28
  Author: felixonmars
Revision: 835834

upgpkg: v2ray-domain-list-community 20210129143224-1

Modified:
  v2ray-domain-list-community/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2021-01-29 23:50:22 UTC (rev 835833)
+++ PKGBUILD2021-01-29 23:50:28 UTC (rev 835834)
@@ -1,7 +1,7 @@
 # Maintainer: Felix Yan 
 
 pkgname=v2ray-domain-list-community
-pkgver=20210129082040
+pkgver=20210129143224
 pkgrel=1
 pkgdesc="A list of domains to be used as geosites for routing purpose in 
Project V"
 arch=('any')
@@ -9,7 +9,7 @@
 license=('MIT')
 makedepends=('go' 'git')
 
source=("https://github.com/v2fly/domain-list-community/archive/$pkgver/$pkgname-$pkgver.tar.gz;)
-sha512sums=('5f81a277a66460ea0228c2cf7790d95b48d61bc981d04d5a44d9387c1a8ffe6891858a59eb5780718f207c48093580b0beb0c60d3a572554307fceed3d6e9bb0')
+sha512sums=('b31bcadec821de702f986edaa11df16fa5d2bf01c20dc59094d67a257b25ed2ec8bc686548a7c4abaa9062fc9be84b3e66e3cd08c3458515689746a68d26a727')
 
 prepare() {
   mkdir .gopath


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

2021-01-29 Thread Felix Yan via arch-commits
Date: Friday, January 29, 2021 @ 23:47:56
  Author: felixonmars
Revision: 835832

archrelease: copy trunk to community-staging-x86_64

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

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

Deleted: PKGBUILD
===
--- PKGBUILD2021-01-29 23:47:41 UTC (rev 835831)
+++ PKGBUILD2021-01-29 23:47:56 UTC (rev 835832)
@@ -1,41 +0,0 @@
-# Maintainer: Felix Yan 
-# Contributor: Arch Haskell Team 
-
-_hkgname=tasty
-pkgname=haskell-tasty
-pkgver=1.3.1
-pkgrel=122
-pkgdesc="Modern and extensible testing framework"
-url="http://documentup.com/feuerbach/tasty;
-license=("MIT")
-arch=('x86_64')
-depends=('ghc-libs' 'haskell-ansi-terminal' 'haskell-async' '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=('ed6e79f16a2c9e2fb7e82dce09b2ecb293b96bb42337d5cd8a15e822d3e35400842998ebda9b416c267d14f20a6e13c769a70ff22a58f7da5db3aa11e83411b2')
-
-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 \
--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 835831, 
haskell-tasty/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2021-01-29 23:47:56 UTC (rev 835832)
@@ -0,0 +1,41 @@
+# Maintainer: Felix Yan 
+# Contributor: Arch Haskell Team 
+
+_hkgname=tasty
+pkgname=haskell-tasty
+pkgver=1.3.1
+pkgrel=123
+pkgdesc="Modern and extensible testing framework"
+url="http://documentup.com/feuerbach/tasty;
+license=("MIT")
+arch=('x86_64')
+depends=('ghc-libs' 'haskell-ansi-terminal' 'haskell-async' '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=('ed6e79f16a2c9e2fb7e82dce09b2ecb293b96bb42337d5cd8a15e822d3e35400842998ebda9b416c267d14f20a6e13c769a70ff22a58f7da5db3aa11e83411b2')
+
+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 \
+-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-async/trunk (PKGBUILD)

2021-01-29 Thread Felix Yan via arch-commits
Date: Friday, January 29, 2021 @ 23:45:18
  Author: felixonmars
Revision: 835827

upgpkg: haskell-async 2.2.2-84: rebuild with vector 0.12.2.0

Modified:
  haskell-async/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2021-01-29 23:44:38 UTC (rev 835826)
+++ PKGBUILD2021-01-29 23:45:18 UTC (rev 835827)
@@ -4,7 +4,7 @@
 _hkgname=async
 pkgname=haskell-async
 pkgver=2.2.2
-pkgrel=83
+pkgrel=84
 pkgdesc="Run IO operations asynchronously and wait for their results"
 url="https://github.com/simonmar/async;
 license=("BSD")


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

2021-01-29 Thread Felix Yan via arch-commits
Date: Friday, January 29, 2021 @ 23:50:22
  Author: felixonmars
Revision: 835833

upgpkg: haskell-distributive 0.6.2.1-23: rebuild with vector 0.12.2.0

Modified:
  haskell-distributive/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2021-01-29 23:47:56 UTC (rev 835832)
+++ PKGBUILD2021-01-29 23:50:22 UTC (rev 835833)
@@ -4,7 +4,7 @@
 _hkgname=distributive
 pkgname=haskell-distributive
 pkgver=0.6.2.1
-pkgrel=22
+pkgrel=23
 pkgdesc="Distributive functors -- Dual to Traversable"
 url="https://github.com/ekmett/distributive/;
 license=("BSD")


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

2021-01-29 Thread Felix Yan via arch-commits
Date: Friday, January 29, 2021 @ 23:44:38
  Author: felixonmars
Revision: 835826

archrelease: copy trunk to community-staging-x86_64

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

--+
 PKGBUILD |  114 ++---
 1 file changed, 57 insertions(+), 57 deletions(-)

Deleted: PKGBUILD
===
--- PKGBUILD2021-01-29 23:44:23 UTC (rev 835825)
+++ PKGBUILD2021-01-29 23:44:38 UTC (rev 835826)
@@ -1,57 +0,0 @@
-# Maintainer: Felix Yan 
-# Contributor: Thomas Dziedzic 
-
-_hkgname=hashable
-pkgname=haskell-hashable
-pkgver=1.3.0.0
-pkgrel=79
-pkgdesc="Mutable hash tables in the ST monad"
-url="https://hackage.haskell.org/package/${_hkgname};
-license=('BSD')
-arch=('x86_64')
-depends=('ghc-libs' 'sh')
-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=('2ba9b0657ddc6faf8b8be88e79d3c49503dfee3a446fc16bdc851f357afef1b92b443d1582d462cea859e37a16b46ec762b1dcf613458c5a15f800a8fccdb0ac')
-
-prepare() {
-cd $_hkgname-$pkgver
-sed -i 's/< *4.14/<5/;s/< *1.2/<2/' $_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 \
--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
-}
-
-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 
835825, haskell-hashable/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2021-01-29 23:44:38 UTC (rev 835826)
@@ -0,0 +1,57 @@
+# Maintainer: Felix Yan 
+# Contributor: Thomas Dziedzic 
+
+_hkgname=hashable
+pkgname=haskell-hashable
+pkgver=1.3.0.0
+pkgrel=80
+pkgdesc="Mutable hash tables in the ST monad"
+url="https://hackage.haskell.org/package/${_hkgname};
+license=('BSD')
+arch=('x86_64')
+depends=('ghc-libs' 'sh')
+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=('2ba9b0657ddc6faf8b8be88e79d3c49503dfee3a446fc16bdc851f357afef1b92b443d1582d462cea859e37a16b46ec762b1dcf613458c5a15f800a8fccdb0ac')
+
+prepare() {
+cd $_hkgname-$pkgver
+sed -i 's/< *4.14/<5/;s/< *1.2/<2/' $_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 \
+-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
+}
+
+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 

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

2021-01-29 Thread Felix Yan via arch-commits
Date: Friday, January 29, 2021 @ 23:47:41
  Author: felixonmars
Revision: 835831

upgpkg: haskell-tasty 1.3.1-123: rebuild with vector 0.12.2.0

Modified:
  haskell-tasty/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2021-01-29 23:46:50 UTC (rev 835830)
+++ PKGBUILD2021-01-29 23:47:41 UTC (rev 835831)
@@ -4,7 +4,7 @@
 _hkgname=tasty
 pkgname=haskell-tasty
 pkgver=1.3.1
-pkgrel=122
+pkgrel=123
 pkgdesc="Modern and extensible testing framework"
 url="http://documentup.com/feuerbach/tasty;
 license=("MIT")


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

2021-01-29 Thread Felix Yan via arch-commits
Date: Friday, January 29, 2021 @ 23:46:35
  Author: felixonmars
Revision: 835829

upgpkg: haskell-unliftio 0.2.13.1-62: rebuild with vector 0.12.2.0

Modified:
  haskell-unliftio/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2021-01-29 23:45:33 UTC (rev 835828)
+++ PKGBUILD2021-01-29 23:46:35 UTC (rev 835829)
@@ -4,7 +4,7 @@
 _hkgname=unliftio
 pkgname=haskell-unliftio
 pkgver=0.2.13.1
-pkgrel=61
+pkgrel=62
 pkgdesc="The MonadUnliftIO typeclass for unlifting monads to IO (batteries 
included)"
 url="https://github.com/fpco/monad-unlift;
 license=("MIT")


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

2021-01-29 Thread Felix Yan via arch-commits
Date: Friday, January 29, 2021 @ 23:45:33
  Author: felixonmars
Revision: 835828

archrelease: copy trunk to community-staging-x86_64

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

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

Deleted: PKGBUILD
===
--- PKGBUILD2021-01-29 23:45:18 UTC (rev 835827)
+++ PKGBUILD2021-01-29 23:45:33 UTC (rev 835828)
@@ -1,43 +0,0 @@
-# Maintainer: Felix Yan 
-# Contributor: Arch Haskell Team 
-
-_hkgname=async
-pkgname=haskell-async
-pkgver=2.2.2
-pkgrel=83
-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=('6984c74b76dc1db73363ca2e360d2be6f2e7b4de5c7de452c4df7ee996b2256790a8cecb532af6d7d675541315a16f8e4ce566c5f79e4102e4a857f057e2d811')
-
-prepare() {
-cd $_hkgname-$pkgver
-sed -i 's/< *4.14/<5/' $_hkgname.cabal
-}
-
-build() {
-cd $_hkgname-$pkgver
-
-runhaskell Setup configure -O --enable-shared --enable-executable-dynamic 
--disable-library-vanilla \
---prefix=/usr --docdir=/usr/share/doc/$pkgname \
---dynlibdir=/usr/lib --libsubdir=\$compiler/site-local/\$pkgid
-runhaskell Setup build $MAKEFLAGS
-runhaskell Setup register --gen-script
-runhaskell Setup unregister --gen-script
-sed -i -r -e "s|ghc-pkg.*update[^ ]* |&'--force' |" register.sh
-sed -i -r -e "s|ghc-pkg.*unregister[^ ]* |&'--force' |" unregister.sh
-}
-
-package() {
-cd $_hkgname-$pkgver
-
-install -D -m744 register.sh 
"$pkgdir"/usr/share/haskell/register/$pkgname.sh
-install -D -m744 unregister.sh 
"$pkgdir"/usr/share/haskell/unregister/$pkgname.sh
-runhaskell Setup copy --destdir="$pkgdir"
-install -D -m644 LICENSE "$pkgdir"/usr/share/licenses/$pkgname/LICENSE
-rm -f "$pkgdir"/usr/share/doc/$pkgname/LICENSE
-}

Copied: haskell-async/repos/community-staging-x86_64/PKGBUILD (from rev 835827, 
haskell-async/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2021-01-29 23:45:33 UTC (rev 835828)
@@ -0,0 +1,43 @@
+# Maintainer: Felix Yan 
+# Contributor: Arch Haskell Team 
+
+_hkgname=async
+pkgname=haskell-async
+pkgver=2.2.2
+pkgrel=84
+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=('6984c74b76dc1db73363ca2e360d2be6f2e7b4de5c7de452c4df7ee996b2256790a8cecb532af6d7d675541315a16f8e4ce566c5f79e4102e4a857f057e2d811')
+
+prepare() {
+cd $_hkgname-$pkgver
+sed -i 's/< *4.14/<5/' $_hkgname.cabal
+}
+
+build() {
+cd $_hkgname-$pkgver
+
+runhaskell Setup configure -O --enable-shared --enable-executable-dynamic 
--disable-library-vanilla \
+--prefix=/usr --docdir=/usr/share/doc/$pkgname \
+--dynlibdir=/usr/lib --libsubdir=\$compiler/site-local/\$pkgid
+runhaskell Setup build $MAKEFLAGS
+runhaskell Setup register --gen-script
+runhaskell Setup unregister --gen-script
+sed -i -r -e "s|ghc-pkg.*update[^ ]* |&'--force' |" register.sh
+sed -i -r -e "s|ghc-pkg.*unregister[^ ]* |&'--force' |" unregister.sh
+}
+
+package() {
+cd $_hkgname-$pkgver
+
+install -D -m744 register.sh 
"$pkgdir"/usr/share/haskell/register/$pkgname.sh
+install -D -m744 unregister.sh 
"$pkgdir"/usr/share/haskell/unregister/$pkgname.sh
+runhaskell Setup copy --destdir="$pkgdir"
+install -D -m644 LICENSE "$pkgdir"/usr/share/licenses/$pkgname/LICENSE
+rm -f "$pkgdir"/usr/share/doc/$pkgname/LICENSE
+}


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

2021-01-29 Thread Felix Yan via arch-commits
Date: Friday, January 29, 2021 @ 23:43:33
  Author: felixonmars
Revision: 835824

archrelease: copy trunk to community-staging-x86_64

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

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

Deleted: PKGBUILD
===
--- PKGBUILD2021-01-29 23:43:17 UTC (rev 835823)
+++ PKGBUILD2021-01-29 23:43:33 UTC (rev 835824)
@@ -1,44 +0,0 @@
-# Maintainer: Felix Yan 
-# Contributor: Arch Haskell Team 
-
-_hkgname=test-framework-quickcheck2
-pkgname=haskell-test-framework-quickcheck2
-pkgver=0.3.0.5
-pkgrel=188
-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
-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-test-framework-quickcheck2/repos/community-staging-x86_64/PKGBUILD 
(from rev 835823, haskell-test-framework-quickcheck2/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2021-01-29 23:43:33 UTC (rev 835824)
@@ -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=189
+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
+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/repos/community-staging-x86_64 (2 files)

2021-01-29 Thread Felix Yan via arch-commits
Date: Friday, January 29, 2021 @ 23:42:38
  Author: felixonmars
Revision: 835822

archrelease: copy trunk to community-staging-x86_64

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

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

Deleted: PKGBUILD
===
--- PKGBUILD2021-01-29 23:42:23 UTC (rev 835821)
+++ PKGBUILD2021-01-29 23:42:38 UTC (rev 835822)
@@ -1,43 +0,0 @@
-# Maintainer: Felix Yan 
-# Contributor: Arch Haskell Team 
-
-_hkgname=test-framework-hunit
-pkgname=haskell-test-framework-hunit
-pkgver=0.3.0.2
-pkgrel=199
-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 \
--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
-}

Copied: haskell-test-framework-hunit/repos/community-staging-x86_64/PKGBUILD 
(from rev 835821, haskell-test-framework-hunit/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2021-01-29 23:42:38 UTC (rev 835822)
@@ -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=200
+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 \
+-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-hashable/trunk (PKGBUILD)

2021-01-29 Thread Felix Yan via arch-commits
Date: Friday, January 29, 2021 @ 23:44:23
  Author: felixonmars
Revision: 835825

upgpkg: haskell-hashable 1.3.0.0-80: rebuild with vector 0.12.2.0

Modified:
  haskell-hashable/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2021-01-29 23:43:33 UTC (rev 835824)
+++ PKGBUILD2021-01-29 23:44:23 UTC (rev 835825)
@@ -4,7 +4,7 @@
 _hkgname=hashable
 pkgname=haskell-hashable
 pkgver=1.3.0.0
-pkgrel=79
+pkgrel=80
 pkgdesc="Mutable hash tables in the ST monad"
 url="https://hackage.haskell.org/package/${_hkgname};
 license=('BSD')


[arch-commits] Commit in pgadmin4/repos/community-x86_64 (10 files)

2021-01-29 Thread Levente Polyak via arch-commits
Date: Saturday, January 30, 2021 @ 00:07:31
  Author: anthraxx
Revision: 835852

archrelease: copy trunk to community-x86_64

Added:
  pgadmin4/repos/community-x86_64/PKGBUILD
(from rev 835851, pgadmin4/trunk/PKGBUILD)
  pgadmin4/repos/community-x86_64/config_distro.py
(from rev 835851, pgadmin4/trunk/config_distro.py)
  pgadmin4/repos/community-x86_64/config_local.py
(from rev 835851, pgadmin4/trunk/config_local.py)
  pgadmin4/repos/community-x86_64/pgAdmin4.desktop
(from rev 835851, pgadmin4/trunk/pgAdmin4.desktop)
  pgadmin4/repos/community-x86_64/pgadmin4-python-de-vendor-venv-paths.patch
(from rev 835851, pgadmin4/trunk/pgadmin4-python-de-vendor-venv-paths.patch)
Deleted:
  pgadmin4/repos/community-x86_64/PKGBUILD
  pgadmin4/repos/community-x86_64/config_distro.py
  pgadmin4/repos/community-x86_64/config_local.py
  pgadmin4/repos/community-x86_64/pgAdmin4.desktop
  pgadmin4/repos/community-x86_64/pgadmin4-python-de-vendor-venv-paths.patch

+
 PKGBUILD   |  275 +--
 config_distro.py   |4 
 pgAdmin4.desktop   |   22 +-
 pgadmin4-python-de-vendor-venv-paths.patch |   66 +++---
 4 files changed, 185 insertions(+), 182 deletions(-)

Deleted: PKGBUILD
===
--- PKGBUILD2021-01-30 00:07:25 UTC (rev 835851)
+++ PKGBUILD2021-01-30 00:07:31 UTC (rev 835852)
@@ -1,136 +0,0 @@
-# Maintainer: Levente Polyak 
-# Maintainer: Jerome Leclanche 
-
-pkgname=pgadmin4
-pkgver=4.29
-pkgrel=1
-pkgdesc='Comprehensive design and management interface for PostgreSQL'
-url='https://www.pgadmin.org/'
-arch=('x86_64')
-license=('custom')
-depends=('qt5-base' 'postgresql-libs' 'hicolor-icon-theme' 'python'
- 'libxcrypt' 'libcrypt.so' 'glibc' 'gcc-libs'
- 'python-blinker' 'python-flask' 'python-flask-login'
- 'python-flask-migrate' 'python-flask-sqlalchemy' 'python-flask-wtf'
- 'python-passlib' 'python-pytz' 'python-simplejson' 'python-six'
- 'python-speaklater' 'python-sqlparse' 'python-wtforms' 'python-psutil'
- 'python-jinja' 'python-paramiko' 'python-psycopg2' 'python-bcrypt'
- 'python-cryptography' 'python-sqlalchemy' 'python-testtools'
- 'python-webencodings' 'python-werkzeug' 'python-dateutil'
- 'python-flask-gravatar' 'python-flask-mail' 'python-flask-principal'
- 'python-flask-paranoid' 'python-sshtunnel' 'python-flask-security-too'
- 'python-werkzeug' 'python-flask-compress' 'python-ldap3' 
'python-cryptography')
-makedepends=('python-setuptools' 'python-sphinx' 'python-extras' 
'python-fixtures'
- 'python-html5lib' 'python-pbr' 'python-mimeparse' 
'python-pyrsistent'
- 'imagemagick')
-source=(https://ftp.postgresql.org/pub/pgadmin/pgadmin4/v${pkgver}/source/${pkgname}-${pkgver}.tar.gz{,.asc}
-pgAdmin4.desktop
-config_distro.py
-config_local.py
-pgadmin4-python-de-vendor-venv-paths.patch)
-validpgpkeys=('E8697E2EEF76C02D3A6332778881B2A8210976F2') # Package Manager 
(Package Signing Key) 
-sha512sums=('2c7d20d10c96712f41621c2862a6a6222f6d6dad4a0b3e1aaf04744e65744460dcae4220f61b27785e02c82a624fa0793df2ea9d8e83ac0a6de048455929e615'
-'SKIP'
-
'b19dda3331585010c759099eb09f4db288ce4cd3d36882b56748e1e3756dc7bee2899d7438d496280498ec6a60f6e1ba90309d49fc599403f1fdc7e8817b6645'
-
'16d00dc2095904a6b12da7039458f632873829ad98d4d7653eac5804032ba92097ccae4488d56467d0ea9bd64e2654a3dead73eb7924c947ff1737ff6e3b4745'
-
'cf83e1357eefb8bdf1542850d66d8007d620e4050b5715dc83f4a921d36ce9ce47d0d13c5d85f2b0ff8318d2877eec2f63b931bd47417a81a538327af927da3e'
-
'a8c1a3762469b02b745da4e3b30f7534ad6bb94e91d43f7e63604fef24f638e09575e2c9336e753e5b6dbe167c55bb49fb6247a16431415318479eb3a3712adc')
-
-prepare() {
-  cd ${pkgname}-${pkgver}
-
-  patch -Np1 < ../pgadmin4-python-de-vendor-venv-paths.patch
-
-  local PYTHONVERSION="$(python -c 'import sys; 
print(f"{sys.version_info.major}.{sys.version_info.minor}")')"
-  sed -E "s|/usr/pgadmin4/web|/usr/lib/pgadmin4/web|g;
-  
s|/usr/pgadmin4/lib/python[0-9\\.]+|/usr/lib/python${PYTHONVERSION}|g" \
-  -i runtime/ConfigWindow.ui
-  sed "s|##PYTHONVERSION##|${PYTHONVERSION}|g" -i runtime/Server.cpp
-
-  sed -E -i requirements.txt \
--e '/blinker>?=/d' \
--e '/extras>?=/d' \
--e '/Flask>?=/d' \
--e '/Flask-Login>?=/d' \
--e '/Flask-Migrate>?=/d' \
--e '/Flask-SQLAlchemy>?=/d' \
--e '/Flask-WTF>?=/d' \
--e '/pycrypto>?=/d' \
--e '/passlib>?=/d' \
--e '/pytz>?=/d' \
--e '/simplejson>?=/d' \
--e '/six>?=/d' \
--e '/speaklater>?=/d' \
--e '/sqlparse>?=/d' \
--e '/WTForms>?=/d' \
--e '/psutil>?=/d' \
--e '/psycopg2>?=/d' \
--e '/python-dateutil>?=/d' \
--e '/SQLAlchemy>?=/d' \
--e 

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

2021-01-29 Thread Felix Yan via arch-commits
Date: Friday, January 29, 2021 @ 23:42:23
  Author: felixonmars
Revision: 835821

upgpkg: haskell-test-framework-hunit 0.3.0.2-200: rebuild with vector 0.12.2.0

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

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

Modified: PKGBUILD
===
--- PKGBUILD2021-01-29 23:38:28 UTC (rev 835820)
+++ PKGBUILD2021-01-29 23:42:23 UTC (rev 835821)
@@ -4,7 +4,7 @@
 _hkgname=test-framework-hunit
 pkgname=haskell-test-framework-hunit
 pkgver=0.3.0.2
-pkgrel=199
+pkgrel=200
 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-01-29 Thread Felix Yan via arch-commits
Date: Friday, January 29, 2021 @ 23:43:17
  Author: felixonmars
Revision: 835823

upgpkg: haskell-test-framework-quickcheck2 0.3.0.5-189: rebuild with vector 
0.12.2.0

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

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

Modified: PKGBUILD
===
--- PKGBUILD2021-01-29 23:42:38 UTC (rev 835822)
+++ PKGBUILD2021-01-29 23:43:17 UTC (rev 835823)
@@ -4,7 +4,7 @@
 _hkgname=test-framework-quickcheck2
 pkgname=haskell-test-framework-quickcheck2
 pkgver=0.3.0.5
-pkgrel=188
+pkgrel=189
 pkgdesc="QuickCheck-2 support for the test-framework package"
 url="https://haskell.github.io/test-framework/;
 license=("BSD")


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

2021-01-29 Thread Levente Polyak via arch-commits
Date: Saturday, January 30, 2021 @ 00:01:13
  Author: anthraxx
Revision: 835850

archrelease: copy trunk to community-x86_64

Added:
  python-gssapi/repos/community-x86_64/
  python-gssapi/repos/community-x86_64/PKGBUILD
(from rev 835849, python-gssapi/trunk/PKGBUILD)

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

Copied: python-gssapi/repos/community-x86_64/PKGBUILD (from rev 835849, 
python-gssapi/trunk/PKGBUILD)
===
--- community-x86_64/PKGBUILD   (rev 0)
+++ community-x86_64/PKGBUILD   2021-01-30 00:01:13 UTC (rev 835850)
@@ -0,0 +1,35 @@
+# Maintainer: Levente Polyak 
+# Contributor: Samuel Laurén 
+
+pkgname=python-gssapi
+pkgver=1.6.12
+pkgrel=2
+pkgdesc='Provides both low-level and high level wrappers around the GSSAPI C 
libraries'
+url='https://github.com/pythongssapi/python-gssapi'
+arch=('x86_64')
+license=('ISC')
+depends=('python' 'python-decorator' 'krb5')
+makedepends=('python-setuptools' 'cython')
+checkdepends=('python-parameterized' 'python-k5test')
+source=("https://github.com/pythongssapi/python-gssapi/archive/v${pkgver}/${pkgname}-${pkgver}.tar.gz;)
+sha512sums=('df28677b7ea0c3f9ee9809310f60becba7095ac2614b61a6611662f118cbdcc5522a9be3f8195e04590b8ed7c5ae6bbc695e20902c8e975871fd55fb1997805d')
+b2sums=('2d2798d3e9c249abd67c9dc7426b917b4b54595494aa7331a1f9be6007985bdbc9fc05c624252443a357d5445ed7f93cb2cfb6918ca77feba75ff4e0ad0b56c1')
+
+build() {
+  cd "${pkgname}-${pkgver}"
+  python setup.py build
+}
+
+check() {
+  cd "${pkgname}-${pkgver}"
+  python setup.py test
+}
+
+package() {
+  cd "${pkgname}-${pkgver}"
+  python setup.py install -O1 --root="${pkgdir}" --skip-build
+  install -Dm 644 README.txt -t "${pkgdir}/usr/share/doc/${pkgname}"
+  install -Dm 644 LICENSE.txt -t "${pkgdir}/usr/share/licenses/${pkgname}"
+}
+
+# vim: ts=2 sw=2 et:


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

2021-01-29 Thread Levente Polyak via arch-commits
Date: Saturday, January 30, 2021 @ 00:07:25
  Author: anthraxx
Revision: 835851

upgpkg: pgadmin4 4.30-1

Modified:
  pgadmin4/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2021-01-30 00:01:13 UTC (rev 835850)
+++ PKGBUILD2021-01-30 00:07:25 UTC (rev 835851)
@@ -2,7 +2,7 @@
 # Maintainer: Jerome Leclanche 
 
 pkgname=pgadmin4
-pkgver=4.29
+pkgver=4.30
 pkgrel=1
 pkgdesc='Comprehensive design and management interface for PostgreSQL'
 url='https://www.pgadmin.org/'
@@ -19,7 +19,8 @@
  'python-webencodings' 'python-werkzeug' 'python-dateutil'
  'python-flask-gravatar' 'python-flask-mail' 'python-flask-principal'
  'python-flask-paranoid' 'python-sshtunnel' 'python-flask-security-too'
- 'python-werkzeug' 'python-flask-compress' 'python-ldap3' 
'python-cryptography')
+ 'python-werkzeug' 'python-flask-compress' 'python-ldap3' 
'python-cryptography'
+ 'python-flask-babelex' 'python-gssapi')
 makedepends=('python-setuptools' 'python-sphinx' 'python-extras' 
'python-fixtures'
  'python-html5lib' 'python-pbr' 'python-mimeparse' 
'python-pyrsistent'
  'imagemagick')
@@ -29,7 +30,7 @@
 config_local.py
 pgadmin4-python-de-vendor-venv-paths.patch)
 validpgpkeys=('E8697E2EEF76C02D3A6332778881B2A8210976F2') # Package Manager 
(Package Signing Key) 
-sha512sums=('2c7d20d10c96712f41621c2862a6a6222f6d6dad4a0b3e1aaf04744e65744460dcae4220f61b27785e02c82a624fa0793df2ea9d8e83ac0a6de048455929e615'
+sha512sums=('7ce12f65ce9dbfe4af9e92dd7f9327a05be8b8436ef495a0634043158417f3af5f457b88ee5422ede59f517c197668094454c6d7b7c33e255068479ce6ec13d9'
 'SKIP'
 
'b19dda3331585010c759099eb09f4db288ce4cd3d36882b56748e1e3756dc7bee2899d7438d496280498ec6a60f6e1ba90309d49fc599403f1fdc7e8817b6645'
 
'16d00dc2095904a6b12da7039458f632873829ad98d4d7653eac5804032ba92097ccae4488d56467d0ea9bd64e2654a3dead73eb7924c947ff1737ff6e3b4745'
@@ -80,6 +81,8 @@
 -e '/ldap3>?=/d' \
 -e '/bcrypt>

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

2021-01-29 Thread Alexander Rødseth via arch-commits
Date: Friday, January 29, 2021 @ 23:31:42
  Author: arodseth
Revision: 835818

archrelease: copy trunk to community-any

Added:
  ttf-jetbrains-mono/repos/community-any/PKGBUILD
(from rev 835817, ttf-jetbrains-mono/trunk/PKGBUILD)
Deleted:
  ttf-jetbrains-mono/repos/community-any/PKGBUILD

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

Deleted: PKGBUILD
===
--- PKGBUILD2021-01-29 23:31:37 UTC (rev 835817)
+++ PKGBUILD2021-01-29 23:31:42 UTC (rev 835818)
@@ -1,19 +0,0 @@
-# Maintainer: Alexander F. Rødseth 
-# Contributor: Althorion 
-# Contributor: Jordan Day 
-
-pkgname=ttf-jetbrains-mono
-pkgver=2.221
-pkgrel=1
-pkgdesc='Typeface for developers, by JetBrains'
-arch=(any)
-url='https://jetbrains.com/lp/mono'
-license=(custom:OFL)
-source=("https://github.com/JetBrains/JetBrainsMono/releases/download/v$pkgver/JetBrainsMono-$pkgver.zip;)
-sha256sums=('2fcbc70aca5ddabcfdbbc536c2b5f65ccf798ff13d8078738cbbef84c57e99a9')
-
-package() {
-  find fonts/ttf -type f -name "*.ttf" -exec \
-install -Dm644 -t "$pkgdir/usr/share/fonts/TTF" {} \;
-  install -Dm644 OFL.txt "$pkgdir/usr/share/licenses/$pkgname/LICENSE"
-}

Copied: ttf-jetbrains-mono/repos/community-any/PKGBUILD (from rev 835817, 
ttf-jetbrains-mono/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2021-01-29 23:31:42 UTC (rev 835818)
@@ -0,0 +1,19 @@
+# Maintainer: Alexander F. Rødseth 
+# Contributor: Althorion 
+# Contributor: Jordan Day 
+
+pkgname=ttf-jetbrains-mono
+pkgver=2.225
+pkgrel=1
+pkgdesc='Typeface for developers, by JetBrains'
+arch=(any)
+url='https://jetbrains.com/lp/mono'
+license=(custom:OFL)
+source=("https://github.com/JetBrains/JetBrainsMono/releases/download/v$pkgver/JetBrainsMono-$pkgver.zip;)
+sha256sums=('03b2e2c0e3285703a204b6efbe2d277bf568e0bb53a395e9f4e74e9b77c4aeb2')
+
+package() {
+  find fonts/ttf -type f -name "*.ttf" -exec \
+install -Dm644 -t "$pkgdir/usr/share/fonts/TTF" {} \;
+  install -Dm644 OFL.txt "$pkgdir/usr/share/licenses/$pkgname/LICENSE"
+}


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

2021-01-29 Thread Alexander Rødseth via arch-commits
Date: Friday, January 29, 2021 @ 23:31:37
  Author: arodseth
Revision: 835817

upgpkg: ttf-jetbrains-mono 2.225-1

Modified:
  ttf-jetbrains-mono/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2021-01-29 23:22:25 UTC (rev 835816)
+++ PKGBUILD2021-01-29 23:31:37 UTC (rev 835817)
@@ -3,7 +3,7 @@
 # Contributor: Jordan Day 
 
 pkgname=ttf-jetbrains-mono
-pkgver=2.221
+pkgver=2.225
 pkgrel=1
 pkgdesc='Typeface for developers, by JetBrains'
 arch=(any)
@@ -10,7 +10,7 @@
 url='https://jetbrains.com/lp/mono'
 license=(custom:OFL)
 
source=("https://github.com/JetBrains/JetBrainsMono/releases/download/v$pkgver/JetBrainsMono-$pkgver.zip;)
-sha256sums=('2fcbc70aca5ddabcfdbbc536c2b5f65ccf798ff13d8078738cbbef84c57e99a9')
+sha256sums=('03b2e2c0e3285703a204b6efbe2d277bf568e0bb53a395e9f4e74e9b77c4aeb2')
 
 package() {
   find fonts/ttf -type f -name "*.ttf" -exec \


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

2021-01-29 Thread Felix Yan via arch-commits
Date: Friday, January 29, 2021 @ 23:38:12
  Author: felixonmars
Revision: 835819

upgpkg: haskell-test-framework 0.8.2.0-193: rebuild with vector 0.12.2.0

Modified:
  haskell-test-framework/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2021-01-29 23:31:42 UTC (rev 835818)
+++ PKGBUILD2021-01-29 23:38:12 UTC (rev 835819)
@@ -4,7 +4,7 @@
 _hkgname=test-framework
 pkgname=haskell-test-framework
 pkgver=0.8.2.0
-pkgrel=192
+pkgrel=193
 pkgdesc="Framework for running and organising tests, with HUnit and QuickCheck 
support"
 url="https://batterseapower.github.io/test-framework/;
 license=("BSD")


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

2021-01-29 Thread Felix Yan via arch-commits
Date: Friday, January 29, 2021 @ 23:38:28
  Author: felixonmars
Revision: 835820

archrelease: copy trunk to community-staging-x86_64

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

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

Deleted: PKGBUILD
===
--- PKGBUILD2021-01-29 23:38:12 UTC (rev 835819)
+++ PKGBUILD2021-01-29 23:38:28 UTC (rev 835820)
@@ -1,50 +0,0 @@
-# Maintainer: Felix Yan 
-# Contributor: Arch Haskell Team 
-
-_hkgname=test-framework
-pkgname=haskell-test-framework
-pkgver=0.8.2.0
-pkgrel=192
-pkgdesc="Framework for running and organising tests, with HUnit and QuickCheck 
support"
-url="https://batterseapower.github.io/test-framework/;
-license=("BSD")
-arch=('x86_64')
-depends=('ghc-libs' 'haskell-ansi-terminal' 'haskell-ansi-wl-pprint' 
'haskell-hostname'
- 'haskell-old-locale' 'haskell-random' 'haskell-regex-posix' 
'haskell-xml')
-makedepends=('ghc' 'haskell-hunit' 'haskell-quickcheck' 'haskell-libxml')
-source=("https://hackage.haskell.org/packages/archive/${_hkgname}/${pkgver}/${_hkgname}-${pkgver}.tar.gz;)
-sha512sums=('d8e7ea274819a1b49b9f938df527d22c808f456d25b84f03173ed5739c230fb037a57ce90c38f571801ee38e86bed6826df1c93f184e4a803c72ce5f41e4')
-
-prepare() {
-cd $_hkgname-$pkgver
-sed -i -e '/semigroups/d' -e 's/< *0.6/<1/;s/< *0.9/<1/;s/< *1.9/<2/;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
-# --enable-tests \  Doesn't work with new QuickCheck
-runhaskell Setup build $MAKEFLAGS
-runhaskell Setup register --gen-script
-runhaskell Setup unregister --gen-script
-sed -i -r -e "s|ghc-pkg.*update[^ ]* |&'--force' |" register.sh
-sed -i -r -e "s|ghc-pkg.*unregister[^ ]* |&'--force' |" unregister.sh
-}
-
-check() {
-cd $_hkgname-$pkgver
-# runhaskell Setup test
-}
-
-package() {
-cd $_hkgname-$pkgver
-
-install -D -m744 register.sh 
"$pkgdir"/usr/share/haskell/register/$pkgname.sh
-install -D -m744 unregister.sh 
"$pkgdir"/usr/share/haskell/unregister/$pkgname.sh
-runhaskell Setup copy --destdir="$pkgdir"
-install -D -m644 LICENSE "$pkgdir"/usr/share/licenses/$pkgname/LICENSE
-rm -f "$pkgdir"/usr/share/doc/$pkgname/LICENSE
-}

Copied: haskell-test-framework/repos/community-staging-x86_64/PKGBUILD (from 
rev 835819, haskell-test-framework/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2021-01-29 23:38:28 UTC (rev 835820)
@@ -0,0 +1,50 @@
+# Maintainer: Felix Yan 
+# Contributor: Arch Haskell Team 
+
+_hkgname=test-framework
+pkgname=haskell-test-framework
+pkgver=0.8.2.0
+pkgrel=193
+pkgdesc="Framework for running and organising tests, with HUnit and QuickCheck 
support"
+url="https://batterseapower.github.io/test-framework/;
+license=("BSD")
+arch=('x86_64')
+depends=('ghc-libs' 'haskell-ansi-terminal' 'haskell-ansi-wl-pprint' 
'haskell-hostname'
+ 'haskell-old-locale' 'haskell-random' 'haskell-regex-posix' 
'haskell-xml')
+makedepends=('ghc' 'haskell-hunit' 'haskell-quickcheck' 'haskell-libxml')
+source=("https://hackage.haskell.org/packages/archive/${_hkgname}/${pkgver}/${_hkgname}-${pkgver}.tar.gz;)
+sha512sums=('d8e7ea274819a1b49b9f938df527d22c808f456d25b84f03173ed5739c230fb037a57ce90c38f571801ee38e86bed6826df1c93f184e4a803c72ce5f41e4')
+
+prepare() {
+cd $_hkgname-$pkgver
+sed -i -e '/semigroups/d' -e 's/< *0.6/<1/;s/< *0.9/<1/;s/< *1.9/<2/;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
+# --enable-tests \  Doesn't work with new QuickCheck
+runhaskell Setup build $MAKEFLAGS
+runhaskell Setup register --gen-script
+runhaskell Setup unregister --gen-script
+sed -i -r -e "s|ghc-pkg.*update[^ ]* |&'--force' |" register.sh
+sed -i -r -e "s|ghc-pkg.*unregister[^ ]* |&'--force' |" unregister.sh
+}
+
+check() {
+cd $_hkgname-$pkgver
+# runhaskell Setup test
+}
+
+package() {
+cd $_hkgname-$pkgver
+
+install -D -m744 register.sh 
"$pkgdir"/usr/share/haskell/register/$pkgname.sh
+install -D -m744 unregister.sh 
"$pkgdir"/usr/share/haskell/unregister/$pkgname.sh
+runhaskell Setup copy 

[arch-commits] Commit in (4 files)

2021-01-29 Thread Levente Polyak via arch-commits
Date: Saturday, January 30, 2021 @ 00:01:06
  Author: anthraxx
Revision: 835849

upgpkg: python-gssapi 1.6.12-2

Added:
  python-gssapi/
  python-gssapi/repos/
  python-gssapi/trunk/
  python-gssapi/trunk/PKGBUILD

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

Added: python-gssapi/trunk/PKGBUILD
===
--- python-gssapi/trunk/PKGBUILD(rev 0)
+++ python-gssapi/trunk/PKGBUILD2021-01-30 00:01:06 UTC (rev 835849)
@@ -0,0 +1,35 @@
+# Maintainer: Levente Polyak 
+# Contributor: Samuel Laurén 
+
+pkgname=python-gssapi
+pkgver=1.6.12
+pkgrel=2
+pkgdesc='Provides both low-level and high level wrappers around the GSSAPI C 
libraries'
+url='https://github.com/pythongssapi/python-gssapi'
+arch=('x86_64')
+license=('ISC')
+depends=('python' 'python-decorator' 'krb5')
+makedepends=('python-setuptools' 'cython')
+checkdepends=('python-parameterized' 'python-k5test')
+source=("https://github.com/pythongssapi/python-gssapi/archive/v${pkgver}/${pkgname}-${pkgver}.tar.gz;)
+sha512sums=('df28677b7ea0c3f9ee9809310f60becba7095ac2614b61a6611662f118cbdcc5522a9be3f8195e04590b8ed7c5ae6bbc695e20902c8e975871fd55fb1997805d')
+b2sums=('2d2798d3e9c249abd67c9dc7426b917b4b54595494aa7331a1f9be6007985bdbc9fc05c624252443a357d5445ed7f93cb2cfb6918ca77feba75ff4e0ad0b56c1')
+
+build() {
+  cd "${pkgname}-${pkgver}"
+  python setup.py build
+}
+
+check() {
+  cd "${pkgname}-${pkgver}"
+  python setup.py test
+}
+
+package() {
+  cd "${pkgname}-${pkgver}"
+  python setup.py install -O1 --root="${pkgdir}" --skip-build
+  install -Dm 644 README.txt -t "${pkgdir}/usr/share/doc/${pkgname}"
+  install -Dm 644 LICENSE.txt -t "${pkgdir}/usr/share/licenses/${pkgname}"
+}
+
+# vim: ts=2 sw=2 et:


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

2021-01-29 Thread Alexander Rødseth via arch-commits
Date: Friday, January 29, 2021 @ 23:22:23
  Author: arodseth
Revision: 835815

archrelease: copy trunk to community-any

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

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

Deleted: PKGBUILD
===
--- PKGBUILD2021-01-29 23:22:18 UTC (rev 835814)
+++ PKGBUILD2021-01-29 23:22:23 UTC (rev 835815)
@@ -1,37 +0,0 @@
-# Maintainer: Alexander F. Rødseth 
-
-pkgname=python-pyswip
-pkgver=0.2.9
-pkgrel=2
-pkgdesc='Python wrapper for SWI-Prolog'
-arch=(any)
-url='https://github.com/yuce/pyswip'
-license=(MIT)
-depends=(python swi-prolog)
-makedepends=(git python-setuptools)
-source=("git+$url#commit=bd44ff794d4b940439649875e54c8c5c2bcd5933") # tag: 
v0.2.9
-sha256sums=('SKIP')
-
-build() {
-  cd pyswip
-
-  python setup.py build
-}
-
-check() {
-  cd pyswip
-
-  python setup.py check
-}
-
-package() {
-  cd pyswip
-
-  python setup.py install --prefix=/usr --root="$pkgdir"
-  install -d "$pkgdir/usr/share/doc/$pkgname"
-  cp -R examples "$pkgdir/usr/share/doc/$pkgname"
-  install -Dm644 LICENSE "$pkgdir/usr/share/licenses/$pkgname/LICENSE"
-}
-
-# getver: github.com/yuce/pyswip
-# vim: ts=2 sw=2 et:

Copied: python-pyswip/repos/community-any/PKGBUILD (from rev 835814, 
python-pyswip/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2021-01-29 23:22:23 UTC (rev 835815)
@@ -0,0 +1,31 @@
+# Maintainer: Alexander F. Rødseth 
+
+pkgname=python-pyswip
+pkgver=0.2.10
+pkgrel=1
+pkgdesc='Python wrapper for SWI-Prolog'
+arch=(any)
+url='https://github.com/yuce/pyswip'
+license=(MIT)
+depends=(python swi-prolog)
+makedepends=(git python-setuptools)
+source=("git+$url#commit=9e9ca3e0059d156397fb020c2bdaef70f59529a6") # tag: 
v0.2.10
+sha256sums=('SKIP')
+
+build() {
+  cd pyswip
+  python setup.py build
+}
+
+check() {
+  cd pyswip
+  python setup.py check
+}
+
+package() {
+  cd pyswip
+  python setup.py install --prefix=/usr --root="$pkgdir"
+  install -d "$pkgdir/usr/share/doc/$pkgname"
+  cp -R examples "$pkgdir/usr/share/doc/$pkgname"
+  install -Dm644 LICENSE "$pkgdir/usr/share/licenses/$pkgname/LICENSE"
+}


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

2021-01-29 Thread NicoHood via arch-commits
Date: Friday, January 29, 2021 @ 23:22:25
  Author: nicohood
Revision: 835816

archrelease: copy trunk to community-x86_64

Added:
  cherrytree/repos/community-x86_64/PKGBUILD
(from rev 835815, cherrytree/trunk/PKGBUILD)
Deleted:
  cherrytree/repos/community-x86_64/PKGBUILD

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

Deleted: PKGBUILD
===
--- PKGBUILD2021-01-29 23:22:23 UTC (rev 835815)
+++ PKGBUILD2021-01-29 23:22:25 UTC (rev 835816)
@@ -1,47 +0,0 @@
-# Maintainer: NicoHood 
-# PGP ID: 97312D5EB9D7AE7D0BD4307351DAE9B7C1AE9161
-# Contributor: Morgenstern 
-
-pkgname=cherrytree
-pkgver=0.99.29
-pkgrel=1
-pkgdesc="Hierarchical note-taking application"
-arch=('x86_64')
-url="https://www.giuspen.com/cherrytree/;
-license=('GPL3')
-depends=('fmt' 'gspell' 'gtksourceviewmm' 'libxml++2.6' 'uchardet')
-
-makedepends=('cmake' 'python' 'spdlog')
-source=("${pkgname}-${pkgver}.tar.xz::https://www.giuspen.com/software/${pkgname}_${pkgver}.tar.xz;
-
"${pkgname}-${pkgver}.tar.xz.asc::https://www.giuspen.com/software/${pkgname}_${pkgver}.tar.xz.asc;)
-sha512sums=('d32ec8e5e85aea70cc03b1009aaa8b7fae912e4fee7eda80d9918ba581ad0420725c0c179b87191bab0b309f43e7639ad738aec27446ca33c8f9bc6873fe73cd'
-'SKIP')
-validpgpkeys=('C7BF38CE0BD442C2369AA984049128A20CE0648D') # Giuseppe Penone 

-
-build() {
-  cmake \
-   -B "${pkgname}_${pkgver}/build" \
-   -S "${pkgname}_${pkgver}" \
-   -DBUILD_GMOCK:BOOL='OFF' \
-   -DBUILD_TESTING:BOOL='OFF' \
-   -Wno-dev
-  make -C "${pkgname}_${pkgver}/build"
-}
-
-# NOTE: In order to run tests in a clean chroot, you must allow it access your 
X server:
-# xhost +local:
-# 
https://wiki.archlinux.org/index.php/chroot#Run_graphical_applications_from_chroot
-check() {
-  export DISPLAY=:0
-  cmake \
-   -B "${pkgname}_${pkgver}/test-build" \
-   -S "${pkgname}_${pkgver}" \
-   -DINSTALL_GTEST:BOOL='OFF' \
-   -Wno-dev
-  make -C "${pkgname}_${pkgver}/test-build/tests"
-}
-
-package() {
-  make -C "${pkgname}_${pkgver}/build" DESTDIR="${pkgdir}" install
-}
-

Copied: cherrytree/repos/community-x86_64/PKGBUILD (from rev 835815, 
cherrytree/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2021-01-29 23:22:25 UTC (rev 835816)
@@ -0,0 +1,42 @@
+# Maintainer: NicoHood 
+# PGP ID: 97312D5EB9D7AE7D0BD4307351DAE9B7C1AE9161
+# Contributor: Morgenstern 
+
+pkgname=cherrytree
+pkgver=0.99.30
+pkgrel=1
+pkgdesc="Hierarchical note-taking application"
+arch=('x86_64')
+url="https://www.giuspen.com/cherrytree/;
+license=('GPL3')
+depends=('fmt' 'gspell' 'gtksourceviewmm' 'libxml++2.6' 'uchardet')
+
+makedepends=('cmake' 'python' 'spdlog')
+source=("${pkgname}-${pkgver}.tar.xz::https://www.giuspen.com/software/${pkgname}_${pkgver}.tar.xz;
+
"${pkgname}-${pkgver}.tar.xz.asc::https://www.giuspen.com/software/${pkgname}_${pkgver}.tar.xz.asc;)
+sha512sums=('949308a5a1eb2ee722d5f4cc530735b597d6caf1f04c4858903260a8c5eedbdc8431e1988516bb5b4fd425c171bbaa332293d741f0a8e594f6c0276468d2ee22'
+'SKIP')
+validpgpkeys=('C7BF38CE0BD442C2369AA984049128A20CE0648D') # Giuseppe Penone 

+
+build() {
+  cmake \
+   -B "${pkgname}_${pkgver}/build" \
+   -S "${pkgname}_${pkgver}" \
+  -DINSTALL_GTEST:BOOL='OFF' \
+   -DAUTO_RUN_TESTING:BOOL='OFF' \
+   -Wno-dev
+  make -C "${pkgname}_${pkgver}/build"
+}
+
+# NOTE: In order to run tests in a clean chroot, you must allow it access your 
X server:
+# xhost +local:
+# 
https://wiki.archlinux.org/index.php/chroot#Run_graphical_applications_from_chroot
+check() {
+  export DISPLAY=:0
+  cd "${pkgname}_${pkgver}"
+  ./build/run_tests
+}
+
+package() {
+  make -C "${pkgname}_${pkgver}/build" DESTDIR="${pkgdir}" install
+}


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

2021-01-29 Thread Alexander Rødseth via arch-commits
Date: Friday, January 29, 2021 @ 23:22:18
  Author: arodseth
Revision: 835814

upgpkg: python-pyswip 0.2.10-1

Modified:
  python-pyswip/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2021-01-29 23:22:17 UTC (rev 835813)
+++ PKGBUILD2021-01-29 23:22:18 UTC (rev 835814)
@@ -1,8 +1,8 @@
 # Maintainer: Alexander F. Rødseth 
 
 pkgname=python-pyswip
-pkgver=0.2.9
-pkgrel=2
+pkgver=0.2.10
+pkgrel=1
 pkgdesc='Python wrapper for SWI-Prolog'
 arch=(any)
 url='https://github.com/yuce/pyswip'
@@ -9,29 +9,23 @@
 license=(MIT)
 depends=(python swi-prolog)
 makedepends=(git python-setuptools)
-source=("git+$url#commit=bd44ff794d4b940439649875e54c8c5c2bcd5933") # tag: 
v0.2.9
+source=("git+$url#commit=9e9ca3e0059d156397fb020c2bdaef70f59529a6") # tag: 
v0.2.10
 sha256sums=('SKIP')
 
 build() {
   cd pyswip
-
   python setup.py build
 }
 
 check() {
   cd pyswip
-
   python setup.py check
 }
 
 package() {
   cd pyswip
-
   python setup.py install --prefix=/usr --root="$pkgdir"
   install -d "$pkgdir/usr/share/doc/$pkgname"
   cp -R examples "$pkgdir/usr/share/doc/$pkgname"
   install -Dm644 LICENSE "$pkgdir/usr/share/licenses/$pkgname/LICENSE"
 }
-
-# getver: github.com/yuce/pyswip
-# vim: ts=2 sw=2 et:


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

2021-01-29 Thread NicoHood via arch-commits
Date: Friday, January 29, 2021 @ 23:22:17
  Author: nicohood
Revision: 835813

upgpkg: cherrytree 0.99.30-1

Modified:
  cherrytree/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2021-01-29 23:18:01 UTC (rev 835812)
+++ PKGBUILD2021-01-29 23:22:17 UTC (rev 835813)
@@ -3,7 +3,7 @@
 # Contributor: Morgenstern 
 
 pkgname=cherrytree
-pkgver=0.99.29
+pkgver=0.99.30
 pkgrel=1
 pkgdesc="Hierarchical note-taking application"
 arch=('x86_64')
@@ -14,7 +14,7 @@
 makedepends=('cmake' 'python' 'spdlog')
 
source=("${pkgname}-${pkgver}.tar.xz::https://www.giuspen.com/software/${pkgname}_${pkgver}.tar.xz;
 
"${pkgname}-${pkgver}.tar.xz.asc::https://www.giuspen.com/software/${pkgname}_${pkgver}.tar.xz.asc;)
-sha512sums=('d32ec8e5e85aea70cc03b1009aaa8b7fae912e4fee7eda80d9918ba581ad0420725c0c179b87191bab0b309f43e7639ad738aec27446ca33c8f9bc6873fe73cd'
+sha512sums=('949308a5a1eb2ee722d5f4cc530735b597d6caf1f04c4858903260a8c5eedbdc8431e1988516bb5b4fd425c171bbaa332293d741f0a8e594f6c0276468d2ee22'
 'SKIP')
 validpgpkeys=('C7BF38CE0BD442C2369AA984049128A20CE0648D') # Giuseppe Penone 

 
@@ -22,8 +22,8 @@
   cmake \
-B "${pkgname}_${pkgver}/build" \
-S "${pkgname}_${pkgver}" \
-   -DBUILD_GMOCK:BOOL='OFF' \
-   -DBUILD_TESTING:BOOL='OFF' \
+  -DINSTALL_GTEST:BOOL='OFF' \
+   -DAUTO_RUN_TESTING:BOOL='OFF' \
-Wno-dev
   make -C "${pkgname}_${pkgver}/build"
 }
@@ -33,15 +33,10 @@
 # 
https://wiki.archlinux.org/index.php/chroot#Run_graphical_applications_from_chroot
 check() {
   export DISPLAY=:0
-  cmake \
-   -B "${pkgname}_${pkgver}/test-build" \
-   -S "${pkgname}_${pkgver}" \
-   -DINSTALL_GTEST:BOOL='OFF' \
-   -Wno-dev
-  make -C "${pkgname}_${pkgver}/test-build/tests"
+  cd "${pkgname}_${pkgver}"
+  ./build/run_tests
 }
 
 package() {
   make -C "${pkgname}_${pkgver}/build" DESTDIR="${pkgdir}" install
 }
-


[arch-commits] Commit in (4 files)

2021-01-29 Thread Levente Polyak via arch-commits
Date: Friday, January 29, 2021 @ 23:17:43
  Author: anthraxx
Revision: 406911

community2extra: Moving libwebsockets from community to extra

Added:
  libwebsockets/
  libwebsockets/repos/
  libwebsockets/trunk/
  libwebsockets/trunk/PKGBUILD

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

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


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

2021-01-29 Thread Levente Polyak via arch-commits
Date: Friday, January 29, 2021 @ 23:17:45
  Author: anthraxx
Revision: 406912

archrelease: copy trunk to extra-x86_64

Added:
  libwebsockets/repos/extra-x86_64/
  libwebsockets/repos/extra-x86_64/PKGBUILD
(from rev 406911, libwebsockets/trunk/PKGBUILD)

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

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


[arch-commits] Commit in (libwebsockets)

2021-01-29 Thread Levente Polyak via arch-commits
Date: Friday, January 29, 2021 @ 23:18:01
  Author: anthraxx
Revision: 835812

community2extra: Moving libwebsockets from community to extra

Deleted:
  libwebsockets/


[arch-commits] Commit in arc-gtk-theme/repos/community-any (PKGBUILD PKGBUILD)

2021-01-29 Thread NicoHood via arch-commits
Date: Friday, January 29, 2021 @ 23:09:34
  Author: nicohood
Revision: 835810

archrelease: copy trunk to community-any

Added:
  arc-gtk-theme/repos/community-any/PKGBUILD
(from rev 835809, arc-gtk-theme/trunk/PKGBUILD)
Deleted:
  arc-gtk-theme/repos/community-any/PKGBUILD

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

Deleted: PKGBUILD
===
--- PKGBUILD2021-01-29 23:09:23 UTC (rev 835809)
+++ PKGBUILD2021-01-29 23:09:34 UTC (rev 835810)
@@ -1,54 +0,0 @@
-# Maintainer: NicoHood 
-# PGP ID: 97312D5EB9D7AE7D0BD4307351DAE9B7C1AE9161
-# Contributor: zach 
-# Contributor: Gordian Edenhofer 
-
-pkgbase=arc-gtk-theme
-_pkgname=arc-theme
-pkgname=('arc-gtk-theme' 'arc-solid-gtk-theme')
-pkgdesc="A flat theme with transparent elements for GTK 3, GTK 2 and 
Gnome-Shell"
-pkgver=20201013
-pkgrel=2
-arch=('any')
-# Upstream url: https://github.com/horst3180/arc-theme
-# Now using soft fork: https://github.com/jnsh/arc-theme/issues/18
-url="https://github.com/jnsh/arc-theme;
-license=('GPL3')
-optdepends=('arc-icon-theme: recommended icon theme'
-'gtk-engine-murrine: for gtk2 themes'
-'gnome-themes-standard: for gtk2 themes')
-makedepends=('sassc' 'optipng' 'inkscape')
-
-source=("${pkgname}-${pkgver}.tar.xz::${url}/releases/download/${pkgver}/${_pkgname}-${pkgver}.tar.xz"
-
"${pkgname}-${pkgver}.tar.xz.sig::${url}/releases/download/${pkgver}/${_pkgname}-${pkgver}.tar.xz.asc")
-sha512sums=('c1c70c80935af2b1f3c7c9bf79ee72d5fba907fd03caadecf96d6fd796bf70d325bbb16dbe93f95d9a63eff748c7d90bcb0bf837e446e5c2770cfdccb131f45c'
-'SKIP')
-validpgpkeys=('31743CDF250EF641E57503E5FAEDBC4FB5AA3B17')
-
-prepare() {
-cp -a ${_pkgname}-${pkgver}{,-solid}
-}
-
-build() {
-cd ${_pkgname}-${pkgver}
-./autogen.sh --prefix=/usr --with-gnome-shell=3.38 --with-cinnamon=4.6 
--with-gtk3=3.24
-
-cd ../${_pkgname}-${pkgver}-solid
-./autogen.sh --prefix=/usr --disable-transparency --with-gnome-shell=3.38 
--with-cinnamon=4.6 --with-gtk3=3.24
-}
-
-package_arc-gtk-theme() {
-replaces=('gtk-theme-arc')
-
-cd ${_pkgname}-${pkgver}
-make DESTDIR="${pkgdir}" install
-}
-
-package_arc-solid-gtk-theme() {
-pkgdesc="A flat theme for GTK 3, GTK 2 and Gnome-Shell (without 
transparency)"
-replaces=('gtk-theme-arc-solid')
-
-cd ${_pkgname}-${pkgver}-solid
-make DESTDIR="${pkgdir}" install
-}

Copied: arc-gtk-theme/repos/community-any/PKGBUILD (from rev 835809, 
arc-gtk-theme/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2021-01-29 23:09:34 UTC (rev 835810)
@@ -0,0 +1,64 @@
+# Maintainer: NicoHood 
+# PGP ID: 97312D5EB9D7AE7D0BD4307351DAE9B7C1AE9161
+# Contributor: zach 
+# Contributor: Gordian Edenhofer 
+
+pkgbase=arc-gtk-theme
+_pkgname=arc-theme
+pkgname=('arc-gtk-theme' 'arc-solid-gtk-theme')
+pkgdesc="A flat theme with transparent elements for GTK 3, GTK 2 and 
Gnome-Shell"
+pkgver=20210127
+pkgrel=1
+arch=('any')
+# Upstream url: https://github.com/horst3180/arc-theme
+# Now using soft fork: https://github.com/jnsh/arc-theme/issues/18
+url="https://github.com/jnsh/arc-theme;
+license=('GPL3')
+optdepends=('arc-icon-theme: recommended icon theme'
+'gtk-engine-murrine: for gtk2 themes'
+'gnome-themes-standard: for gtk2 themes')
+makedepends=('meson' 'sassc' 'inkscape')
+
+source=("${pkgname}-${pkgver}.tar.xz::${url}/releases/download/${pkgver}/${_pkgname}-${pkgver}.tar.xz"
+
"${pkgname}-${pkgver}.tar.xz.sig::${url}/releases/download/${pkgver}/${_pkgname}-${pkgver}.tar.xz.asc")
+sha512sums=('bb0554c96cf6c3c3891698d973e7d719931fc316ea6cd910f69d21440110690aeef0e734b5f940ad1c81bdff238477b6353de4ae074cd54fbed09c680377d594'
+'SKIP')
+validpgpkeys=('31743CDF250EF641E57503E5FAEDBC4FB5AA3B17')
+
+# Latest stable Arch package versions
+_cinnamonver=4.8
+_gnomeshellver=3.38
+_gtk3ver=3.24
+
+build() {
+cd ${_pkgname}-${pkgver}
+
+meson --prefix=/usr build \
+  -Dcinnamon_version="${_cinnamonver}" \
+  -Dgnome_shell_version="${_gnomeshellver}" \
+  -Dgtk3_version="${_gtk3ver}"
+meson compile -C build
+
+meson --prefix=/usr build-solid \
+  -Dtransparency=false \
+  -Dcinnamon_version="${_cinnamonver}" \
+  -Dgnome_shell_version="${_gnomeshellver}" \
+  -Dgtk3_version="${_gtk3ver}"
+meson compile -C build-solid
+}
+
+package_arc-gtk-theme() {
+replaces=('gtk-theme-arc')
+
+cd ${_pkgname}-${pkgver}
+DESTDIR="$pkgdir" meson install -C build
+}
+
+package_arc-solid-gtk-theme() {
+pkgdesc="A flat theme for GTK 3, GTK 2 and Gnome-Shell (without 
transparency)"
+replaces=('gtk-theme-arc-solid')
+
+cd ${_pkgname}-${pkgver}
+DESTDIR="$pkgdir" meson install -C build-solid
+}


[arch-commits] Commit in kismet/repos/extra-x86_64 (8 files)

2021-01-29 Thread Levente Polyak via arch-commits
Date: Friday, January 29, 2021 @ 23:12:32
  Author: anthraxx
Revision: 406910

archrelease: copy trunk to extra-x86_64

Added:
  kismet/repos/extra-x86_64/PKGBUILD
(from rev 406909, kismet/trunk/PKGBUILD)
  kismet/repos/extra-x86_64/kismet.install
(from rev 406909, kismet/trunk/kismet.install)
  kismet/repos/extra-x86_64/kismet.sysusers
(from rev 406909, kismet/trunk/kismet.sysusers)
  kismet/repos/extra-x86_64/python-install-flags.patch
(from rev 406909, kismet/trunk/python-install-flags.patch)
Deleted:
  kismet/repos/extra-x86_64/PKGBUILD
  kismet/repos/extra-x86_64/kismet.install
  kismet/repos/extra-x86_64/kismet.sysusers
  kismet/repos/extra-x86_64/python-install-flags.patch

+
 PKGBUILD   |  145 +--
 kismet.install |   38 +--
 kismet.sysusers|2 
 python-install-flags.patch |   90 +-
 4 files changed, 138 insertions(+), 137 deletions(-)

Deleted: PKGBUILD
===
--- PKGBUILD2021-01-29 23:12:26 UTC (rev 406909)
+++ PKGBUILD2021-01-29 23:12:32 UTC (rev 406910)
@@ -1,72 +0,0 @@
-# Maintainer: Levente Polyak 
-# Maintainer: Juergen Hoetzel 
-# Contributor: Angel Velasquez 
-# Contributor: Jason Chu 
-
-pkgname=kismet
-pkgver=2020_09_R4
-_realver="${pkgver//_/-}"
-pkgrel=2
-pkgdesc="802.11 layer2 wireless network detector, sniffer, and intrusion 
detection system"
-url="https://www.kismetwireless.net/;
-arch=('x86_64')
-license=('GPL')
-depends=('libpcap' 'pcre' 'bluez-libs' 'libcap' 'libmicrohttpd' 'protobuf-c' 
'libprotobuf-c.so'
- 'sqlite' 'libnm' 'gcc-libs' 'libusb' 'libusb-1.0.so' 'libnl' 'glibc' 
'zlib' 'libelf'
- 'lm_sensors' 'systemd' 'python' 'python-setuptools' 'python-protobuf' 
'python-pyserial'
- 'python-numpy')
-makedepends=('python-setuptools')
-optdepends=(
-  'gpsd: log coordinates of detected networks'
-  'wireshark-cli: provide OUI files used to determine device manufacturer'
-  'wireshark-cli: mergecap, to merge multiple capture files'
-  'sox: provide the default kismet sound playback binary'
-  'festival: text-to-speech support'
-  'flite:  alternative/lightweight text-to-speech support')
-backup=(
-  etc/kismet/kismet.conf
-  etc/kismet/kismet_80211.conf
-  etc/kismet/kismet_alerts.conf
-  etc/kismet/kismet_filter.conf
-  etc/kismet/kismet_httpd.conf
-  etc/kismet/kismet_logging.conf
-  etc/kismet/kismet_memory.conf
-  etc/kismet/kismet_storage.conf
-  etc/kismet/kismet_uav.conf)
-install=kismet.install
-source=(https://www.kismetwireless.net/code/${pkgname}-${_realver}.tar.xz
-kismet.sysusers
-python-install-flags.patch)
-sha512sums=('4f2dd641999dd2675d2c4dfbe28caf5a8476d5d7bd9dedeefb7b1420b48b9155a4d576123832974586d51c61ca4d77d8572ab7038da3ec6fa2a7791f3e1a1479'
-
'452b728c30c9932bdb91741af425267da87a66962ea9b736751948881f5477dee0bff8e2eeca2befdea2920da6d7d9e198bde69cef8c48bb49a0093a7f0ef897'
-
'c24bff8ecc0288c0584f60760a27b364bf7b013aad809e4050bb6ed703fc60f3ea93f7e897717a6924333ac6734b20b99166846dae4a9c5c303ae1de39f6692c')
-validpgpkeys=('354689DF3C9DED803381A661D7B28822738BBDB1') # Michael Kershaw
-
-prepare() {
-  cd ${pkgname}-${_realver}
-  patch -Np0 < ../python-install-flags.patch
-  autoreconf -fiv
-}
-
-build() {
-  cd ${pkgname}-${_realver}
-  ./configure \
---prefix=/usr \
---localstatedir=/var \
---sysconfdir=/etc/kismet
-  make all plugins
-}
-
-package() {
-  cd ${pkgname}-${_realver}
-  make DESTDIR="${pkgdir}" install
-
-  # Makepkg strip bug #43600
-  chmod u+w "${pkgdir}"/usr/bin/kismet*
-  chmod o-x "${pkgdir}"/usr/bin/kismet_cap*
-  chown 0:315 "${pkgdir}"/usr/bin/kismet_cap*
-
-  install -Dm 644 ../kismet.sysusers "${pkgdir}/usr/lib/sysusers.d/kismet.conf"
-}
-
-# vim: ts=2 sw=2 et:

Copied: kismet/repos/extra-x86_64/PKGBUILD (from rev 406909, 
kismet/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2021-01-29 23:12:32 UTC (rev 406910)
@@ -0,0 +1,73 @@
+# Maintainer: Levente Polyak 
+# Maintainer: Juergen Hoetzel 
+# Contributor: Angel Velasquez 
+# Contributor: Jason Chu 
+
+pkgname=kismet
+pkgver=2020_12_R3
+_realver="${pkgver//_/-}"
+pkgrel=1
+pkgdesc="802.11 layer2 wireless network detector, sniffer, and intrusion 
detection system"
+url="https://www.kismetwireless.net/;
+arch=('x86_64')
+license=('GPL')
+depends=('libpcap' 'pcre' 'bluez-libs' 'libcap' 'libmicrohttpd' 'protobuf-c' 
'libprotobuf-c.so'
+ 'sqlite' 'libnm' 'gcc-libs' 'libusb' 'libusb-1.0.so' 'libnl' 'glibc' 
'zlib' 'libelf'
+ 'lm_sensors' 'systemd' 'python' 'python-setuptools' 'python-protobuf' 
'python-pyserial'
+ 'python-numpy' 'libwebsockets'
+ libpcap.so libmicrohttpd.so libprotobuf.so libnm.so libwebsockets.so)
+makedepends=('python-setuptools')

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

2021-01-29 Thread Levente Polyak via arch-commits
Date: Friday, January 29, 2021 @ 23:12:26
  Author: anthraxx
Revision: 406909

upgpkg: kismet 2020_12_R3-1

Modified:
  kismet/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2021-01-29 23:10:48 UTC (rev 406908)
+++ PKGBUILD2021-01-29 23:12:26 UTC (rev 406909)
@@ -4,9 +4,9 @@
 # Contributor: Jason Chu 
 
 pkgname=kismet
-pkgver=2020_09_R4
+pkgver=2020_12_R3
 _realver="${pkgver//_/-}"
-pkgrel=2
+pkgrel=1
 pkgdesc="802.11 layer2 wireless network detector, sniffer, and intrusion 
detection system"
 url="https://www.kismetwireless.net/;
 arch=('x86_64')
@@ -14,7 +14,8 @@
 depends=('libpcap' 'pcre' 'bluez-libs' 'libcap' 'libmicrohttpd' 'protobuf-c' 
'libprotobuf-c.so'
  'sqlite' 'libnm' 'gcc-libs' 'libusb' 'libusb-1.0.so' 'libnl' 'glibc' 
'zlib' 'libelf'
  'lm_sensors' 'systemd' 'python' 'python-setuptools' 'python-protobuf' 
'python-pyserial'
- 'python-numpy')
+ 'python-numpy' 'libwebsockets'
+ libpcap.so libmicrohttpd.so libprotobuf.so libnm.so libwebsockets.so)
 makedepends=('python-setuptools')
 optdepends=(
   'gpsd: log coordinates of detected networks'
@@ -37,7 +38,7 @@
 source=(https://www.kismetwireless.net/code/${pkgname}-${_realver}.tar.xz
 kismet.sysusers
 python-install-flags.patch)
-sha512sums=('4f2dd641999dd2675d2c4dfbe28caf5a8476d5d7bd9dedeefb7b1420b48b9155a4d576123832974586d51c61ca4d77d8572ab7038da3ec6fa2a7791f3e1a1479'
+sha512sums=('6c4c95a9963977d5a383e34f662f814a803d0d36d7dbc35d3d0a42d3e67c20e8d46357df0ee544b8dd3c7f527bd43ef9c0d913577d4979f261764fc9761cd6d1'
 
'452b728c30c9932bdb91741af425267da87a66962ea9b736751948881f5477dee0bff8e2eeca2befdea2920da6d7d9e198bde69cef8c48bb49a0093a7f0ef897'
 
'c24bff8ecc0288c0584f60760a27b364bf7b013aad809e4050bb6ed703fc60f3ea93f7e897717a6924333ac6734b20b99166846dae4a9c5c303ae1de39f6692c')
 validpgpkeys=('354689DF3C9DED803381A661D7B28822738BBDB1') # Michael Kershaw


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

2021-01-29 Thread Levente Polyak via arch-commits
Date: Friday, January 29, 2021 @ 23:02:19
  Author: anthraxx
Revision: 835808

archrelease: copy trunk to community-x86_64

Added:
  aliyun-cli/repos/community-x86_64/PKGBUILD
(from rev 835807, aliyun-cli/trunk/PKGBUILD)
Deleted:
  aliyun-cli/repos/community-x86_64/PKGBUILD

--+
 PKGBUILD |  142 ++---
 1 file changed, 71 insertions(+), 71 deletions(-)

Deleted: PKGBUILD
===
--- PKGBUILD2021-01-29 23:02:16 UTC (rev 835807)
+++ PKGBUILD2021-01-29 23:02:19 UTC (rev 835808)
@@ -1,71 +0,0 @@
-# Maintainer: Levente Polyak 
-# Contributor: Andreas 'Segaja' Schleifer 
-
-pkgname=aliyun-cli
-pkgver=3.0.64
-_aliyun_openapi_meta_commit=9ce1f8ae486d76f0fc92a33082b764e73d5bf955
-pkgrel=1
-pkgdesc='Alibaba Cloud CLI'
-arch=('x86_64')
-url='https://github.com/aliyun/aliyun-cli'
-license=('APACHE')
-depends=('glibc' 'jq')
-makedepends=('git' 'go' 'go-bindata')
-source=(${url}/archive/v${pkgver}/${pkgname}-${pkgver}.tar.gz
-
"git+https://github.com/aliyun/aliyun-openapi-meta#commit=${_aliyun_openapi_meta_commit};)
-sha512sums=('18126b864a00bac6af6fc1d2b25427d0481681f6b125e2d5aef555e8e562e7170185d0a83a4cc3ce9ad18f393c12e24d40a1af555738ee447dff20446f3c6d12'
-'SKIP')
-b2sums=('82b23ab1367d158e84fc6fcd370a6e369dd2551429aa5165489d1d8a292d43635019cab4865c5fac1d196594c71d1c5004143fc371fbc577ba536545047aeecb'
-'SKIP')
-
-prepare() {
-  export GOPATH="${srcdir}/go"
-
-  mkdir -p "${GOPATH}/src/github.com/aliyun"
-  ln -rTsf "${pkgname}-${pkgver}" "${GOPATH}/src/github.com/aliyun/${pkgname}"
-  ln -rTsf aliyun-openapi-meta 
"${GOPATH}/src/github.com/aliyun/aliyun-openapi-meta"
-}
-
-build() {
-  export GOPATH="${srcdir}/go"
-  export PATH="${GOPATH}/bin:${PATH}"
-
-  cd "${GOPATH}/src/github.com/aliyun/${pkgname}"
-
-  export CGO_LDFLAGS="${LDFLAGS}"
-  export CGO_CPPFLAGS="${CPPFLAGS}"
-  export CGO_CFLAGS="${CFLAGS}"
-  export CGO_CXXFLAGS="${CXXFLAGS}"
-  export GOFLAGS="-buildmode=pie -trimpath -mod=vendor -modcacherw 
-ldflags=-linkmode=external"
-
-  go-bindata \
-  -o resource/metas.go \
-  -pkg resource \
-  ../aliyun-openapi-meta/...
-
-  go build \
--ldflags "-linkmode=external -extldflags '${LDFLAGS}' -X 
'github.com/aliyun/aliyun-cli/cli.Version=${pkgver}'" \
--o ./out/aliyun ./main/main.go
-}
-
-check() {
-  export GOPATH="${srcdir}/go"
-
-  cd "${GOPATH}/src/github.com/aliyun/${pkgname}"
-
-  # Horrible but needed for the ./cli/ tests
-  touch "${HOME}/.bashrc"
-
-  # for now can't test the `./oss/...` folder, because it needs an env file 
that is not so easy to have in dev
-  go test \
-./cli/... ./command/... ./config/... ./i18n/... ./main/... ./openapi/... 
./resource/...
-}
-
-package() {
-  cd "${GOPATH}/src/github.com/aliyun/${pkgname}"
-  install -Dm 755 out/aliyun "${pkgdir}/usr/bin/aliyun"
-  install -Dm 644 README*.md CHANGELOG.md -t 
"${pkgdir}/usr/share/doc/${pkgname}"
-  install -Dm 644 bin/README.md -t "${pkgdir}/usr/share/doc/${pkgname}/bin"
-}
-
-# vim: ts=2 sw=2 et:

Copied: aliyun-cli/repos/community-x86_64/PKGBUILD (from rev 835807, 
aliyun-cli/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2021-01-29 23:02:19 UTC (rev 835808)
@@ -0,0 +1,71 @@
+# Maintainer: Levente Polyak 
+# Contributor: Andreas 'Segaja' Schleifer 
+
+pkgname=aliyun-cli
+pkgver=3.0.69
+_aliyun_openapi_meta_commit=7dbfaea94291b4015874f4078a33c5c295dec1f5
+pkgrel=1
+pkgdesc='Alibaba Cloud CLI'
+arch=('x86_64')
+url='https://github.com/aliyun/aliyun-cli'
+license=('APACHE')
+depends=('glibc' 'jq')
+makedepends=('git' 'go' 'go-bindata')
+source=(${url}/archive/v${pkgver}/${pkgname}-${pkgver}.tar.gz
+
"git+https://github.com/aliyun/aliyun-openapi-meta#commit=${_aliyun_openapi_meta_commit};)
+sha512sums=('8db7e20e2542674aeb844dd941d46cdde1353e514191b4fee314e22cd511933c84ebdfb36cb1e30437621ff33e202f69723790d485dc834e6a41fa82371bf934'
+'SKIP')
+b2sums=('c34afe66df24c5f1a93d39f4a881e5b18d7bcb243987c16ce4545f414b228ec0d5a2ec26996abbe315c9c39888fad5ed224e4cabd43d0ea9139c751bb274'
+'SKIP')
+
+prepare() {
+  export GOPATH="${srcdir}/go"
+
+  mkdir -p "${GOPATH}/src/github.com/aliyun"
+  ln -rTsf "${pkgname}-${pkgver}" "${GOPATH}/src/github.com/aliyun/${pkgname}"
+  ln -rTsf aliyun-openapi-meta 
"${GOPATH}/src/github.com/aliyun/aliyun-openapi-meta"
+}
+
+build() {
+  export GOPATH="${srcdir}/go"
+  export PATH="${GOPATH}/bin:${PATH}"
+
+  cd "${GOPATH}/src/github.com/aliyun/${pkgname}"
+
+  export CGO_LDFLAGS="${LDFLAGS}"
+  export CGO_CPPFLAGS="${CPPFLAGS}"
+  export CGO_CFLAGS="${CFLAGS}"
+  export CGO_CXXFLAGS="${CXXFLAGS}"
+  export GOFLAGS="-buildmode=pie -trimpath -mod=vendor -modcacherw 
-ldflags=-linkmode=external"
+
+  go-bindata \
+  -o resource/metas.go \
+  -pkg resource \
+  

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

2021-01-29 Thread NicoHood via arch-commits
Date: Friday, January 29, 2021 @ 23:09:23
  Author: nicohood
Revision: 835809

upgpkg: arc-gtk-theme 20210127-1

Modified:
  arc-gtk-theme/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2021-01-29 23:02:19 UTC (rev 835808)
+++ PKGBUILD2021-01-29 23:09:23 UTC (rev 835809)
@@ -8,8 +8,8 @@
 _pkgname=arc-theme
 pkgname=('arc-gtk-theme' 'arc-solid-gtk-theme')
 pkgdesc="A flat theme with transparent elements for GTK 3, GTK 2 and 
Gnome-Shell"
-pkgver=20201013
-pkgrel=2
+pkgver=20210127
+pkgrel=1
 arch=('any')
 # Upstream url: https://github.com/horst3180/arc-theme
 # Now using soft fork: https://github.com/jnsh/arc-theme/issues/18
@@ -17,25 +17,35 @@
 license=('GPL3')
 optdepends=('arc-icon-theme: recommended icon theme'
 'gtk-engine-murrine: for gtk2 themes'
-'gnome-themes-standard: for gtk2 themes')
-makedepends=('sassc' 'optipng' 'inkscape')
+'gnome-themes-standard: for gtk2 themes')
+makedepends=('meson' 'sassc' 'inkscape')
 
 
source=("${pkgname}-${pkgver}.tar.xz::${url}/releases/download/${pkgver}/${_pkgname}-${pkgver}.tar.xz"
 
"${pkgname}-${pkgver}.tar.xz.sig::${url}/releases/download/${pkgver}/${_pkgname}-${pkgver}.tar.xz.asc")
-sha512sums=('c1c70c80935af2b1f3c7c9bf79ee72d5fba907fd03caadecf96d6fd796bf70d325bbb16dbe93f95d9a63eff748c7d90bcb0bf837e446e5c2770cfdccb131f45c'
+sha512sums=('bb0554c96cf6c3c3891698d973e7d719931fc316ea6cd910f69d21440110690aeef0e734b5f940ad1c81bdff238477b6353de4ae074cd54fbed09c680377d594'
 'SKIP')
 validpgpkeys=('31743CDF250EF641E57503E5FAEDBC4FB5AA3B17')
 
-prepare() {
-cp -a ${_pkgname}-${pkgver}{,-solid}
-}
+# Latest stable Arch package versions
+_cinnamonver=4.8
+_gnomeshellver=3.38
+_gtk3ver=3.24
 
 build() {
 cd ${_pkgname}-${pkgver}
-./autogen.sh --prefix=/usr --with-gnome-shell=3.38 --with-cinnamon=4.6 
--with-gtk3=3.24
 
-cd ../${_pkgname}-${pkgver}-solid
-./autogen.sh --prefix=/usr --disable-transparency --with-gnome-shell=3.38 
--with-cinnamon=4.6 --with-gtk3=3.24
+meson --prefix=/usr build \
+  -Dcinnamon_version="${_cinnamonver}" \
+  -Dgnome_shell_version="${_gnomeshellver}" \
+  -Dgtk3_version="${_gtk3ver}"
+meson compile -C build
+
+meson --prefix=/usr build-solid \
+  -Dtransparency=false \
+  -Dcinnamon_version="${_cinnamonver}" \
+  -Dgnome_shell_version="${_gnomeshellver}" \
+  -Dgtk3_version="${_gtk3ver}"
+meson compile -C build-solid
 }
 
 package_arc-gtk-theme() {
@@ -42,7 +52,7 @@
 replaces=('gtk-theme-arc')
 
 cd ${_pkgname}-${pkgver}
-make DESTDIR="${pkgdir}" install
+DESTDIR="$pkgdir" meson install -C build
 }
 
 package_arc-solid-gtk-theme() {
@@ -49,6 +59,6 @@
 pkgdesc="A flat theme for GTK 3, GTK 2 and Gnome-Shell (without 
transparency)"
 replaces=('gtk-theme-arc-solid')
 
-cd ${_pkgname}-${pkgver}-solid
-make DESTDIR="${pkgdir}" install
+cd ${_pkgname}-${pkgver}
+DESTDIR="$pkgdir" meson install -C build-solid
 }


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

2021-01-29 Thread Levente Polyak via arch-commits
Date: Friday, January 29, 2021 @ 23:02:16
  Author: anthraxx
Revision: 835807

upgpkg: aliyun-cli 3.0.69-1

Modified:
  aliyun-cli/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2021-01-29 22:59:07 UTC (rev 835806)
+++ PKGBUILD2021-01-29 23:02:16 UTC (rev 835807)
@@ -2,8 +2,8 @@
 # Contributor: Andreas 'Segaja' Schleifer 
 
 pkgname=aliyun-cli
-pkgver=3.0.64
-_aliyun_openapi_meta_commit=9ce1f8ae486d76f0fc92a33082b764e73d5bf955
+pkgver=3.0.69
+_aliyun_openapi_meta_commit=7dbfaea94291b4015874f4078a33c5c295dec1f5
 pkgrel=1
 pkgdesc='Alibaba Cloud CLI'
 arch=('x86_64')
@@ -13,9 +13,9 @@
 makedepends=('git' 'go' 'go-bindata')
 source=(${url}/archive/v${pkgver}/${pkgname}-${pkgver}.tar.gz
 
"git+https://github.com/aliyun/aliyun-openapi-meta#commit=${_aliyun_openapi_meta_commit};)
-sha512sums=('18126b864a00bac6af6fc1d2b25427d0481681f6b125e2d5aef555e8e562e7170185d0a83a4cc3ce9ad18f393c12e24d40a1af555738ee447dff20446f3c6d12'
+sha512sums=('8db7e20e2542674aeb844dd941d46cdde1353e514191b4fee314e22cd511933c84ebdfb36cb1e30437621ff33e202f69723790d485dc834e6a41fa82371bf934'
 'SKIP')
-b2sums=('82b23ab1367d158e84fc6fcd370a6e369dd2551429aa5165489d1d8a292d43635019cab4865c5fac1d196594c71d1c5004143fc371fbc577ba536545047aeecb'
+b2sums=('c34afe66df24c5f1a93d39f4a881e5b18d7bcb243987c16ce4545f414b228ec0d5a2ec26996abbe315c9c39888fad5ed224e4cabd43d0ea9139c751bb274'
 'SKIP')
 
 prepare() {


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

2021-01-29 Thread Felix Yan via arch-commits
Date: Friday, January 29, 2021 @ 22:59:07
  Author: felixonmars
Revision: 835806

archrelease: copy trunk to community-staging-x86_64

Added:
  haskell-nanospec/repos/community-staging-x86_64/PKGBUILD
(from rev 835805, 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-01-29 22:58:51 UTC (rev 835805)
+++ PKGBUILD2021-01-29 22:59:07 UTC (rev 835806)
@@ -1,49 +0,0 @@
-# Maintainer: Felix Yan 
-
-_hkgname=nanospec
-pkgname=haskell-nanospec
-pkgver=0.2.2
-pkgrel=109
-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
-runhaskell Setup build $MAKEFLAGS
-runhaskell Setup register --gen-script
-runhaskell Setup unregister --gen-script
-sed -i -r -e "s|ghc-pkg.*update[^ ]* |&'--force' |" register.sh
-sed -i -r -e "s|ghc-pkg.*unregister[^ ]* |&'--force' |" unregister.sh
-}
-
-check() {
-cd $_hkgname-$pkgver
-runhaskell Setup test
-}
-
-package() {
-cd $_hkgname-$pkgver
-
-install -D -m744 register.sh 
"$pkgdir"/usr/share/haskell/register/$pkgname.sh
-install -D -m744 unregister.sh 
"$pkgdir"/usr/share/haskell/unregister/$pkgname.sh
-runhaskell Setup copy --destdir="$pkgdir"
-install -D -m644 LICENSE "$pkgdir"/usr/share/licenses/$pkgname/LICENSE
-rm -f "$pkgdir"/usr/share/doc/$pkgname/LICENSE
-}

Copied: haskell-nanospec/repos/community-staging-x86_64/PKGBUILD (from rev 
835805, haskell-nanospec/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2021-01-29 22:59:07 UTC (rev 835806)
@@ -0,0 +1,49 @@
+# Maintainer: Felix Yan 
+
+_hkgname=nanospec
+pkgname=haskell-nanospec
+pkgver=0.2.2
+pkgrel=110
+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
+runhaskell Setup build $MAKEFLAGS
+runhaskell Setup register --gen-script
+runhaskell Setup unregister --gen-script
+sed -i -r -e "s|ghc-pkg.*update[^ ]* |&'--force' |" register.sh
+sed -i -r -e "s|ghc-pkg.*unregister[^ ]* |&'--force' |" unregister.sh
+}
+
+check() {
+cd $_hkgname-$pkgver
+runhaskell Setup test
+}
+
+package() {
+cd $_hkgname-$pkgver
+
+install -D -m744 register.sh 
"$pkgdir"/usr/share/haskell/register/$pkgname.sh
+install -D -m744 unregister.sh 
"$pkgdir"/usr/share/haskell/unregister/$pkgname.sh
+runhaskell Setup copy --destdir="$pkgdir"
+install -D -m644 LICENSE "$pkgdir"/usr/share/licenses/$pkgname/LICENSE
+rm -f "$pkgdir"/usr/share/doc/$pkgname/LICENSE
+}


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

2021-01-29 Thread Felix Yan via arch-commits
Date: Friday, January 29, 2021 @ 22:58:51
  Author: felixonmars
Revision: 835805

upgpkg: haskell-nanospec 0.2.2-110: rebuild with vector 0.12.2.0

Modified:
  haskell-nanospec/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2021-01-29 22:58:07 UTC (rev 835804)
+++ PKGBUILD2021-01-29 22:58:51 UTC (rev 835805)
@@ -3,7 +3,7 @@
 _hkgname=nanospec
 pkgname=haskell-nanospec
 pkgver=0.2.2
-pkgrel=109
+pkgrel=110
 pkgdesc="A lightweight implementation of a subset of Hspec's API"
 url="https://github.com/commercialhaskell/nanospec;
 license=('MIT')


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

2021-01-29 Thread Felix Yan via arch-commits
Date: Friday, January 29, 2021 @ 22:58:07
  Author: felixonmars
Revision: 835804

archrelease: copy trunk to community-staging-x86_64

Added:
  haskell-hspec/repos/community-staging-x86_64/PKGBUILD
(from rev 835803, 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-01-29 22:57:51 UTC (rev 835803)
+++ PKGBUILD2021-01-29 22:58:07 UTC (rev 835804)
@@ -1,38 +0,0 @@
-# Maintainer: Felix Yan 
-
-_hkgname=hspec
-pkgname=haskell-hspec
-pkgver=2.7.7
-pkgrel=26
-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=('cf4d709457fe3cf1b26167ec7167b803393d571939657919b7da2480f93e30e704ed7d377b139c52fdf2ec396215491087f98c44100f52c4f23133a6b33619ab')
-
-build() {
-cd $_hkgname-$pkgver
-
-runhaskell Setup configure -O --enable-shared --enable-executable-dynamic 
--disable-library-vanilla \
---prefix=/usr --docdir=/usr/share/doc/$pkgname \
---dynlibdir=/usr/lib --libsubdir=\$compiler/site-local/\$pkgid
-runhaskell Setup build $MAKEFLAGS
-runhaskell Setup register --gen-script
-runhaskell Setup unregister --gen-script
-sed -i -r -e "s|ghc-pkg.*update[^ ]* |&'--force' |" register.sh
-sed -i -r -e "s|ghc-pkg.*unregister[^ ]* |&'--force' |" unregister.sh
-}
-
-package() {
-cd $_hkgname-$pkgver
-
-install -D -m744 register.sh 
"$pkgdir"/usr/share/haskell/register/$pkgname.sh
-install -D -m744 unregister.sh 
"$pkgdir"/usr/share/haskell/unregister/$pkgname.sh
-runhaskell Setup copy --destdir="$pkgdir"
-install -D -m644 LICENSE "$pkgdir"/usr/share/licenses/$pkgname/LICENSE
-rm -f "$pkgdir"/usr/share/doc/$pkgname/LICENSE
-}

Copied: haskell-hspec/repos/community-staging-x86_64/PKGBUILD (from rev 835803, 
haskell-hspec/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2021-01-29 22:58:07 UTC (rev 835804)
@@ -0,0 +1,38 @@
+# Maintainer: Felix Yan 
+
+_hkgname=hspec
+pkgname=haskell-hspec
+pkgver=2.7.7
+pkgrel=27
+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=('cf4d709457fe3cf1b26167ec7167b803393d571939657919b7da2480f93e30e704ed7d377b139c52fdf2ec396215491087f98c44100f52c4f23133a6b33619ab')
+
+build() {
+cd $_hkgname-$pkgver
+
+runhaskell Setup configure -O --enable-shared --enable-executable-dynamic 
--disable-library-vanilla \
+--prefix=/usr --docdir=/usr/share/doc/$pkgname \
+--dynlibdir=/usr/lib --libsubdir=\$compiler/site-local/\$pkgid
+runhaskell Setup build $MAKEFLAGS
+runhaskell Setup register --gen-script
+runhaskell Setup unregister --gen-script
+sed -i -r -e "s|ghc-pkg.*update[^ ]* |&'--force' |" register.sh
+sed -i -r -e "s|ghc-pkg.*unregister[^ ]* |&'--force' |" unregister.sh
+}
+
+package() {
+cd $_hkgname-$pkgver
+
+install -D -m744 register.sh 
"$pkgdir"/usr/share/haskell/register/$pkgname.sh
+install -D -m744 unregister.sh 
"$pkgdir"/usr/share/haskell/unregister/$pkgname.sh
+runhaskell Setup copy --destdir="$pkgdir"
+install -D -m644 LICENSE "$pkgdir"/usr/share/licenses/$pkgname/LICENSE
+rm -f "$pkgdir"/usr/share/doc/$pkgname/LICENSE
+}


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

2021-01-29 Thread Levente Polyak via arch-commits
Date: Friday, January 29, 2021 @ 22:56:12
  Author: anthraxx
Revision: 835799

upgpkg: eksctl 0.37.0-1

Modified:
  eksctl/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2021-01-29 22:53:41 UTC (rev 835798)
+++ PKGBUILD2021-01-29 22:56:12 UTC (rev 835799)
@@ -3,7 +3,7 @@
 # Contributor: Mike Williamson 
 
 pkgname=eksctl
-pkgver=0.35.0
+pkgver=0.37.0
 pkgrel=1
 pkgdesc='Command line tool for creating clusters on Amazon EKS'
 url='https://github.com/weaveworks/eksctl'
@@ -12,8 +12,8 @@
 depends=('kubectl' 'glibc')
 makedepends=('go')
 source=("${url}/archive/${pkgver}/${pkgname}-${pkgver}.tar.gz")
-sha256sums=('4a6cd05b6eebfbaf7c194676ce62673ba7043c9494d0e96288f0ed29f9085d89')
-b2sums=('b073f7b564109702db825bdd9c89c907f5f4f6324e48da47cd37d801e9522a231829348fc83c5ed7e48bf5a23789f535a8a4a187c06e9a4d08c3622315336448')
+sha256sums=('e8fb2fdd3933665c36fa074db38bec37d5bc2b1b93a9fa3e682b4a50160ac7b3')
+b2sums=('6fbe3ccb51281eb229c52ac48b0d52b529f9ba733ae15fafeeab479f53ba4129f015ffb9a12465355391130e0289c499370515a05f1761e7a1cf5e8eda8630b3')
 
 build() {
   cd ${pkgname}-${pkgver}


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

2021-01-29 Thread Levente Polyak via arch-commits
Date: Friday, January 29, 2021 @ 22:56:16
  Author: anthraxx
Revision: 835800

archrelease: copy trunk to community-x86_64

Added:
  eksctl/repos/community-x86_64/PKGBUILD
(from rev 835799, eksctl/trunk/PKGBUILD)
Deleted:
  eksctl/repos/community-x86_64/PKGBUILD

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

Deleted: PKGBUILD
===
--- PKGBUILD2021-01-29 22:56:12 UTC (rev 835799)
+++ PKGBUILD2021-01-29 22:56:16 UTC (rev 835800)
@@ -1,42 +0,0 @@
-# Maintainer: Levente Polyak 
-# Contributor: David Birks 
-# Contributor: Mike Williamson 
-
-pkgname=eksctl
-pkgver=0.35.0
-pkgrel=1
-pkgdesc='Command line tool for creating clusters on Amazon EKS'
-url='https://github.com/weaveworks/eksctl'
-arch=('x86_64')
-license=('Apache')
-depends=('kubectl' 'glibc')
-makedepends=('go')
-source=("${url}/archive/${pkgver}/${pkgname}-${pkgver}.tar.gz")
-sha256sums=('4a6cd05b6eebfbaf7c194676ce62673ba7043c9494d0e96288f0ed29f9085d89')
-b2sums=('b073f7b564109702db825bdd9c89c907f5f4f6324e48da47cd37d801e9522a231829348fc83c5ed7e48bf5a23789f535a8a4a187c06e9a4d08c3622315336448')
-
-build() {
-  cd ${pkgname}-${pkgver}
-  export CGO_CFLAGS="${CFLAGS}"
-  export CGO_CXXFLAGS="${CXXFLAGS}"
-  export CGO_CPPFLAGS="${CPPFLAGS}"
-  export CGO_LDFLAGS="${LDFLAGS}"
-  export GOFLAGS="-buildmode=pie -ldflags=-linkmode=external -trimpath 
-mod=readonly -modcacherw"
-  go build -v \
--ldflags "-linkmode=external -extldflags '${LDFLAGS}' -X 
github.com/weaveworks/eksctl/pkg/version.gitTag=${pkgver}" \
-./cmd/eksctl
-}
-
-package() {
-  cd ${pkgname}-${pkgver}
-  install -Dm 755 ${pkgname} -t "$pkgdir/usr/bin"
-
-  install -Dm 644 README.md -t "${pkgdir}/usr/share/doc/${pkgname}"
-
-  # completions
-  "${pkgdir}/usr/bin/${pkgname}" completion bash | install -Dm 644 /dev/stdin 
"${pkgdir}/usr/share/bash-completion/completions/${pkgname}"
-  "${pkgdir}/usr/bin/${pkgname}" completion zsh | install -Dm 644 /dev/stdin 
"${pkgdir}/usr/share/zsh/site-functions/_${pkgname}"
-  "${pkgdir}/usr/bin/${pkgname}" completion fish | install -Dm 644 /dev/stdin 
"${pkgdir}/usr/share/fish/completions/${pkgname}.fish"
-}
-
-# vim: ts=2 sw=2 et:

Copied: eksctl/repos/community-x86_64/PKGBUILD (from rev 835799, 
eksctl/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2021-01-29 22:56:16 UTC (rev 835800)
@@ -0,0 +1,42 @@
+# Maintainer: Levente Polyak 
+# Contributor: David Birks 
+# Contributor: Mike Williamson 
+
+pkgname=eksctl
+pkgver=0.37.0
+pkgrel=1
+pkgdesc='Command line tool for creating clusters on Amazon EKS'
+url='https://github.com/weaveworks/eksctl'
+arch=('x86_64')
+license=('Apache')
+depends=('kubectl' 'glibc')
+makedepends=('go')
+source=("${url}/archive/${pkgver}/${pkgname}-${pkgver}.tar.gz")
+sha256sums=('e8fb2fdd3933665c36fa074db38bec37d5bc2b1b93a9fa3e682b4a50160ac7b3')
+b2sums=('6fbe3ccb51281eb229c52ac48b0d52b529f9ba733ae15fafeeab479f53ba4129f015ffb9a12465355391130e0289c499370515a05f1761e7a1cf5e8eda8630b3')
+
+build() {
+  cd ${pkgname}-${pkgver}
+  export CGO_CFLAGS="${CFLAGS}"
+  export CGO_CXXFLAGS="${CXXFLAGS}"
+  export CGO_CPPFLAGS="${CPPFLAGS}"
+  export CGO_LDFLAGS="${LDFLAGS}"
+  export GOFLAGS="-buildmode=pie -ldflags=-linkmode=external -trimpath 
-mod=readonly -modcacherw"
+  go build -v \
+-ldflags "-linkmode=external -extldflags '${LDFLAGS}' -X 
github.com/weaveworks/eksctl/pkg/version.gitTag=${pkgver}" \
+./cmd/eksctl
+}
+
+package() {
+  cd ${pkgname}-${pkgver}
+  install -Dm 755 ${pkgname} -t "$pkgdir/usr/bin"
+
+  install -Dm 644 README.md -t "${pkgdir}/usr/share/doc/${pkgname}"
+
+  # completions
+  "${pkgdir}/usr/bin/${pkgname}" completion bash | install -Dm 644 /dev/stdin 
"${pkgdir}/usr/share/bash-completion/completions/${pkgname}"
+  "${pkgdir}/usr/bin/${pkgname}" completion zsh | install -Dm 644 /dev/stdin 
"${pkgdir}/usr/share/zsh/site-functions/_${pkgname}"
+  "${pkgdir}/usr/bin/${pkgname}" completion fish | install -Dm 644 /dev/stdin 
"${pkgdir}/usr/share/fish/completions/${pkgname}.fish"
+}
+
+# vim: ts=2 sw=2 et:


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

2021-01-29 Thread Levente Polyak via arch-commits
Date: Friday, January 29, 2021 @ 22:57:29
  Author: anthraxx
Revision: 835802

archrelease: copy trunk to community-x86_64

Added:
  masscan/repos/community-x86_64/PKGBUILD
(from rev 835801, masscan/trunk/PKGBUILD)
Deleted:
  masscan/repos/community-x86_64/PKGBUILD

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

Deleted: PKGBUILD
===
--- PKGBUILD2021-01-29 22:57:25 UTC (rev 835801)
+++ PKGBUILD2021-01-29 22:57:29 UTC (rev 835802)
@@ -1,38 +0,0 @@
-# Maintainer: Levente Polyak 
-
-pkgname=masscan
-pkgver=1.3.0
-pkgrel=1
-pkgdesc='TCP port scanner, spews SYN packets asynchronously, scanning entire 
Internet in under 5 minutes'
-url='https://github.com/robertdavidgraham/masscan'
-arch=('x86_64')
-license=('AGPL3')
-depends=('glibc' 'libpcap')
-source=(${url}/archive/${pkgver}/${pkgname}-${pkgver}.tar.gz)
-sha512sums=('dbf489d1fb1c882873071073ef8e65723bf3b805c794a5d13dfdcea539558f049845b5bc02ada1e313729954fe7ba29be727a777937b8e4d41778c9175d13824')
-b2sums=('1d64a80345aa18cc0fdd00b5fca6708bcabded62571887e7171f6ac9e9f77f6d9f5bcca9c0ee04f67fcdf3ead1d6b242dc5129c6c9a94e560ac5380904a5a02a')
-
-prepare() {
-  cd ${pkgname}-${pkgver}
-  sed -r 's|(CFLAGS )=|\1+=|g' -i Makefile
-}
-
-build() {
-  cd ${pkgname}-${pkgver}
-  export CFLAGS+=" ${CPPFLAGS}"
-  make CC=gcc
-}
-
-check() {
-  cd ${pkgname}-${pkgver}
-  make regress
-}
-
-package() {
-  cd ${pkgname}-${pkgver}
-  make DESTDIR="${pkgdir}" install
-  install -Dm 644 doc/masscan.8 -t "${pkgdir}/usr/share/man/man8"
-  install -Dm 644 README.md doc/masscan.8.markdown -t 
"${pkgdir}/usr/share/doc/${pkgname}"
-}
-
-# vim: ts=2 sw=2 et:

Copied: masscan/repos/community-x86_64/PKGBUILD (from rev 835801, 
masscan/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2021-01-29 22:57:29 UTC (rev 835802)
@@ -0,0 +1,38 @@
+# Maintainer: Levente Polyak 
+
+pkgname=masscan
+pkgver=1.3.1
+pkgrel=1
+pkgdesc='TCP port scanner, spews SYN packets asynchronously, scanning entire 
Internet in under 5 minutes'
+url='https://github.com/robertdavidgraham/masscan'
+arch=('x86_64')
+license=('AGPL3')
+depends=('glibc' 'libpcap')
+source=(${url}/archive/${pkgver}/${pkgname}-${pkgver}.tar.gz)
+sha512sums=('bc43b0c41313b400d55f5da2c777c94c3db31e087c87dc8dc883cd319a6eb45da1e8d7de107f52748e415d75c104c6e564f72bf8d7677c9be84e9297d02fa466')
+b2sums=('cb18c6665bdd106dd6b9d69c904d465988b0727cfb62b3845b8b68e9f0db8d2fe4dd91b6bc0eb0ddb91a143a6d0656e774fb4dd9d7b19623261f94ace3c0b3e0')
+
+prepare() {
+  cd ${pkgname}-${pkgver}
+  sed -r 's|(CFLAGS )=|\1+=|g' -i Makefile
+}
+
+build() {
+  cd ${pkgname}-${pkgver}
+  export CFLAGS+=" ${CPPFLAGS}"
+  make CC=gcc
+}
+
+check() {
+  cd ${pkgname}-${pkgver}
+  make regress
+}
+
+package() {
+  cd ${pkgname}-${pkgver}
+  make DESTDIR="${pkgdir}" install
+  install -Dm 644 doc/masscan.8 -t "${pkgdir}/usr/share/man/man8"
+  install -Dm 644 README.md doc/masscan.8.markdown -t 
"${pkgdir}/usr/share/doc/${pkgname}"
+}
+
+# vim: ts=2 sw=2 et:


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

2021-01-29 Thread Levente Polyak via arch-commits
Date: Friday, January 29, 2021 @ 22:57:25
  Author: anthraxx
Revision: 835801

upgpkg: masscan 1.3.1-1

Modified:
  masscan/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2021-01-29 22:56:16 UTC (rev 835800)
+++ PKGBUILD2021-01-29 22:57:25 UTC (rev 835801)
@@ -1,7 +1,7 @@
 # Maintainer: Levente Polyak 
 
 pkgname=masscan
-pkgver=1.3.0
+pkgver=1.3.1
 pkgrel=1
 pkgdesc='TCP port scanner, spews SYN packets asynchronously, scanning entire 
Internet in under 5 minutes'
 url='https://github.com/robertdavidgraham/masscan'
@@ -9,8 +9,8 @@
 license=('AGPL3')
 depends=('glibc' 'libpcap')
 source=(${url}/archive/${pkgver}/${pkgname}-${pkgver}.tar.gz)
-sha512sums=('dbf489d1fb1c882873071073ef8e65723bf3b805c794a5d13dfdcea539558f049845b5bc02ada1e313729954fe7ba29be727a777937b8e4d41778c9175d13824')
-b2sums=('1d64a80345aa18cc0fdd00b5fca6708bcabded62571887e7171f6ac9e9f77f6d9f5bcca9c0ee04f67fcdf3ead1d6b242dc5129c6c9a94e560ac5380904a5a02a')
+sha512sums=('bc43b0c41313b400d55f5da2c777c94c3db31e087c87dc8dc883cd319a6eb45da1e8d7de107f52748e415d75c104c6e564f72bf8d7677c9be84e9297d02fa466')
+b2sums=('cb18c6665bdd106dd6b9d69c904d465988b0727cfb62b3845b8b68e9f0db8d2fe4dd91b6bc0eb0ddb91a143a6d0656e774fb4dd9d7b19623261f94ace3c0b3e0')
 
 prepare() {
   cd ${pkgname}-${pkgver}


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

2021-01-29 Thread Felix Yan via arch-commits
Date: Friday, January 29, 2021 @ 22:57:51
  Author: felixonmars
Revision: 835803

upgpkg: haskell-hspec 2.7.7-27: rebuild with vector 0.12.2.0

Modified:
  haskell-hspec/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2021-01-29 22:57:29 UTC (rev 835802)
+++ PKGBUILD2021-01-29 22:57:51 UTC (rev 835803)
@@ -3,7 +3,7 @@
 _hkgname=hspec
 pkgname=haskell-hspec
 pkgver=2.7.7
-pkgrel=26
+pkgrel=27
 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-01-29 Thread Felix Yan via arch-commits
Date: Friday, January 29, 2021 @ 22:53:41
  Author: felixonmars
Revision: 835798

archrelease: copy trunk to community-staging-x86_64

Added:
  haskell-hspec-core/repos/community-staging-x86_64/PKGBUILD
(from rev 835797, 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-01-29 22:53:25 UTC (rev 835797)
+++ PKGBUILD2021-01-29 22:53:41 UTC (rev 835798)
@@ -1,52 +0,0 @@
-# Maintainer: Felix Yan 
-
-_hkgname=hspec-core
-pkgname=haskell-hspec-core
-pkgver=2.7.7
-pkgrel=21
-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=('b3514b0e90c038195e4669603239cf477b09ff31d387fcee0107e5de337700b955337f09dd21b4fcb63b4243730beec1e971488d7b7ca7fbbe81ff44995e60f5')
-
-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
-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 
835797, haskell-hspec-core/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2021-01-29 22:53:41 UTC (rev 835798)
@@ -0,0 +1,52 @@
+# Maintainer: Felix Yan 
+
+_hkgname=hspec-core
+pkgname=haskell-hspec-core
+pkgver=2.7.7
+pkgrel=22
+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=('b3514b0e90c038195e4669603239cf477b09ff31d387fcee0107e5de337700b955337f09dd21b4fcb63b4243730beec1e971488d7b7ca7fbbe81ff44995e60f5')
+
+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
+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 

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

2021-01-29 Thread Levente Polyak via arch-commits
Date: Friday, January 29, 2021 @ 22:49:53
  Author: anthraxx
Revision: 835796

archrelease: copy trunk to community-x86_64

Added:
  yara/repos/community-x86_64/PKGBUILD
(from rev 835795, yara/trunk/PKGBUILD)
Deleted:
  yara/repos/community-x86_64/PKGBUILD

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

Deleted: PKGBUILD
===
--- PKGBUILD2021-01-29 22:49:49 UTC (rev 835795)
+++ PKGBUILD2021-01-29 22:49:53 UTC (rev 835796)
@@ -1,40 +0,0 @@
-# Maintainer: Levente Polyak 
-# Contributor: bitwave 
-# Contributor: fnord0 
-
-pkgname=yara
-pkgver=4.0.2
-pkgrel=1
-pkgdesc='Tool aimed at helping malware researchers to identify and classify 
malware samples'
-url='https://github.com/VirusTotal/yara'
-arch=('x86_64')
-license=('BSD')
-depends=('openssl' 'file')
-provides=('libyara.so')
-source=(https://github.com/VirusTotal/${pkgname}/archive/v${pkgver}/${pkgname}-${pkgver}.tar.gz)
-sha512sums=('22575cb7b48eead3b5051ce13beb3deef88a1b605de20ec8e5fc2651c0dd0009eb6c0ecddb8600a43a757ceb6ea298e94f71a26d2f9acb31a73830e18c81d10c')
-b2sums=('37f29c75c832f2d2c17aaf51ef443266e354018a07212b1df696cc083a2abebdf091c4fbdd53e32e5a9f7e53fa3be378c79794923f3100068de86d56077d7be3')
-
-prepare() {
-  cd ${pkgname}-${pkgver}
-  autoreconf -fiv
-}
-
-build() {
-  cd ${pkgname}-${pkgver}
-  ./configure \
---prefix=/usr \
---with-crypto \
---enable-magic
-  make
-}
-
-package() {
-  cd ${pkgname}-${pkgver}
-  make DESTDIR="${pkgdir}" install
-  install -Dm 644 COPYING -t "${pkgdir}/usr/share/licenses/${pkgname}"
-  install -Dm 644 README.md -t "${pkgdir}/usr/share/doc/${pkgname}"
-  cp -r docs "${pkgdir}/usr/share/doc/${pkgname}"
-}
-
-# vim: ts=2 sw=2 et:

Copied: yara/repos/community-x86_64/PKGBUILD (from rev 835795, 
yara/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2021-01-29 22:49:53 UTC (rev 835796)
@@ -0,0 +1,40 @@
+# Maintainer: Levente Polyak 
+# Contributor: bitwave 
+# Contributor: fnord0 
+
+pkgname=yara
+pkgver=4.0.4
+pkgrel=1
+pkgdesc='Tool aimed at helping malware researchers to identify and classify 
malware samples'
+url='https://github.com/VirusTotal/yara'
+arch=('x86_64')
+license=('BSD')
+depends=('openssl' 'file' libmagic.so)
+provides=('libyara.so')
+source=(https://github.com/VirusTotal/${pkgname}/archive/v${pkgver}/${pkgname}-${pkgver}.tar.gz)
+sha512sums=('ed3a3d20ca0ac6de8e79471377981fe171752d22c4bbee698dae500453a9b2b20cfb2bbb2695e647e97b230c5a05c3c0ede2c4e1604beff3c0d02dbffca4f889')
+b2sums=('35008d2666388c6f2ff598ad731cf7e7b0164cdd8f2beb6216d5a35a5c143a72d1b637a295ef4b67431a2355705c77b2fee39509186e173b79d4f0c9da73c05f')
+
+prepare() {
+  cd ${pkgname}-${pkgver}
+  autoreconf -fiv
+}
+
+build() {
+  cd ${pkgname}-${pkgver}
+  ./configure \
+--prefix=/usr \
+--with-crypto \
+--enable-magic
+  make
+}
+
+package() {
+  cd ${pkgname}-${pkgver}
+  make DESTDIR="${pkgdir}" install
+  install -Dm 644 COPYING -t "${pkgdir}/usr/share/licenses/${pkgname}"
+  install -Dm 644 README.md -t "${pkgdir}/usr/share/doc/${pkgname}"
+  cp -r docs "${pkgdir}/usr/share/doc/${pkgname}"
+}
+
+# vim: ts=2 sw=2 et:


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

2021-01-29 Thread Felix Yan via arch-commits
Date: Friday, January 29, 2021 @ 22:53:25
  Author: felixonmars
Revision: 835797

upgpkg: haskell-hspec-core 2.7.7-22: rebuild with vector 0.12.2.0 (rebuild pass 
1, specified --nocheck)

Modified:
  haskell-hspec-core/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2021-01-29 22:49:53 UTC (rev 835796)
+++ PKGBUILD2021-01-29 22:53:25 UTC (rev 835797)
@@ -3,7 +3,7 @@
 _hkgname=hspec-core
 pkgname=haskell-hspec-core
 pkgver=2.7.7
-pkgrel=21
+pkgrel=22
 pkgdesc="A Testing Framework for Haskell"
 url="http://hspec.github.io/;
 license=('MIT')


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

2021-01-29 Thread Levente Polyak via arch-commits
Date: Friday, January 29, 2021 @ 22:49:49
  Author: anthraxx
Revision: 835795

upgpkg: yara 4.0.4-1

Modified:
  yara/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2021-01-29 22:47:42 UTC (rev 835794)
+++ PKGBUILD2021-01-29 22:49:49 UTC (rev 835795)
@@ -3,17 +3,17 @@
 # Contributor: fnord0 
 
 pkgname=yara
-pkgver=4.0.2
+pkgver=4.0.4
 pkgrel=1
 pkgdesc='Tool aimed at helping malware researchers to identify and classify 
malware samples'
 url='https://github.com/VirusTotal/yara'
 arch=('x86_64')
 license=('BSD')
-depends=('openssl' 'file')
+depends=('openssl' 'file' libmagic.so)
 provides=('libyara.so')
 
source=(https://github.com/VirusTotal/${pkgname}/archive/v${pkgver}/${pkgname}-${pkgver}.tar.gz)
-sha512sums=('22575cb7b48eead3b5051ce13beb3deef88a1b605de20ec8e5fc2651c0dd0009eb6c0ecddb8600a43a757ceb6ea298e94f71a26d2f9acb31a73830e18c81d10c')
-b2sums=('37f29c75c832f2d2c17aaf51ef443266e354018a07212b1df696cc083a2abebdf091c4fbdd53e32e5a9f7e53fa3be378c79794923f3100068de86d56077d7be3')
+sha512sums=('ed3a3d20ca0ac6de8e79471377981fe171752d22c4bbee698dae500453a9b2b20cfb2bbb2695e647e97b230c5a05c3c0ede2c4e1604beff3c0d02dbffca4f889')
+b2sums=('35008d2666388c6f2ff598ad731cf7e7b0164cdd8f2beb6216d5a35a5c143a72d1b637a295ef4b67431a2355705c77b2fee39509186e173b79d4f0c9da73c05f')
 
 prepare() {
   cd ${pkgname}-${pkgver}


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

2021-01-29 Thread Felix Yan via arch-commits
Date: Friday, January 29, 2021 @ 22:47:42
  Author: felixonmars
Revision: 835794

archrelease: copy trunk to community-staging-x86_64

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

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

Deleted: PKGBUILD
===
--- PKGBUILD2021-01-29 22:47:27 UTC (rev 835793)
+++ PKGBUILD2021-01-29 22:47:42 UTC (rev 835794)
@@ -1,38 +0,0 @@
-# Maintainer: Felix Yan 
-# Contributor: Roger Duran 
-
-_hkgname=optparse-applicative
-pkgname=haskell-optparse-applicative
-pkgver=0.16.1.0
-pkgrel=49
-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')
-source=("https://hackage.haskell.org/packages/archive/${_hkgname}/${pkgver}/${_hkgname}-${pkgver}.tar.gz;)
-sha512sums=('46bdb37b1328a6dbf271dcdb3483266c0c8412fc489e68e32b114745d9cf0108dd49df6cb565df3470121931a769f11996f5fd9fd8e9e38ed6b6853faab56710')
-
-build() {
-cd $_hkgname-$pkgver
-
-runhaskell Setup configure -O --enable-shared --enable-executable-dynamic 
--disable-library-vanilla \
---prefix=/usr --docdir=/usr/share/doc/$pkgname \
---dynlibdir=/usr/lib --libsubdir=\$compiler/site-local/\$pkgid
-runhaskell Setup build $MAKEFLAGS
-runhaskell Setup register --gen-script
-runhaskell Setup unregister --gen-script
-sed -i -r -e "s|ghc-pkg.*update[^ ]* |&'--force' |" register.sh
-sed -i -r -e "s|ghc-pkg.*unregister[^ ]* |&'--force' |" unregister.sh
-}
-
-package() {
-cd $_hkgname-$pkgver
-
-install -D -m744 register.sh 
"$pkgdir"/usr/share/haskell/register/$pkgname.sh
-install -D -m744 unregister.sh 
"$pkgdir"/usr/share/haskell/unregister/$pkgname.sh
-runhaskell Setup copy --destdir="$pkgdir"
-install -D -m644 LICENSE "$pkgdir"/usr/share/licenses/$pkgname/LICENSE
-rm -f "$pkgdir"/usr/share/doc/$pkgname/LICENSE
-}

Copied: haskell-optparse-applicative/repos/community-staging-x86_64/PKGBUILD 
(from rev 835793, haskell-optparse-applicative/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2021-01-29 22:47:42 UTC (rev 835794)
@@ -0,0 +1,38 @@
+# Maintainer: Felix Yan 
+# Contributor: Roger Duran 
+
+_hkgname=optparse-applicative
+pkgname=haskell-optparse-applicative
+pkgver=0.16.1.0
+pkgrel=50
+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')
+source=("https://hackage.haskell.org/packages/archive/${_hkgname}/${pkgver}/${_hkgname}-${pkgver}.tar.gz;)
+sha512sums=('46bdb37b1328a6dbf271dcdb3483266c0c8412fc489e68e32b114745d9cf0108dd49df6cb565df3470121931a769f11996f5fd9fd8e9e38ed6b6853faab56710')
+
+build() {
+cd $_hkgname-$pkgver
+
+runhaskell Setup configure -O --enable-shared --enable-executable-dynamic 
--disable-library-vanilla \
+--prefix=/usr --docdir=/usr/share/doc/$pkgname \
+--dynlibdir=/usr/lib --libsubdir=\$compiler/site-local/\$pkgid
+runhaskell Setup build $MAKEFLAGS
+runhaskell Setup register --gen-script
+runhaskell Setup unregister --gen-script
+sed -i -r -e "s|ghc-pkg.*update[^ ]* |&'--force' |" register.sh
+sed -i -r -e "s|ghc-pkg.*unregister[^ ]* |&'--force' |" unregister.sh
+}
+
+package() {
+cd $_hkgname-$pkgver
+
+install -D -m744 register.sh 
"$pkgdir"/usr/share/haskell/register/$pkgname.sh
+install -D -m744 unregister.sh 
"$pkgdir"/usr/share/haskell/unregister/$pkgname.sh
+runhaskell Setup copy --destdir="$pkgdir"
+install -D -m644 LICENSE "$pkgdir"/usr/share/licenses/$pkgname/LICENSE
+rm -f "$pkgdir"/usr/share/doc/$pkgname/LICENSE
+}


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

2021-01-29 Thread Felix Yan via arch-commits
Date: Friday, January 29, 2021 @ 22:47:27
  Author: felixonmars
Revision: 835793

upgpkg: haskell-optparse-applicative 0.16.1.0-50: rebuild with vector 0.12.2.0

Modified:
  haskell-optparse-applicative/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2021-01-29 22:46:38 UTC (rev 835792)
+++ PKGBUILD2021-01-29 22:47:27 UTC (rev 835793)
@@ -4,7 +4,7 @@
 _hkgname=optparse-applicative
 pkgname=haskell-optparse-applicative
 pkgver=0.16.1.0
-pkgrel=49
+pkgrel=50
 pkgdesc="Utilities and combinators for parsing command line options"
 url="https://github.com/pcapriotti/optparse-applicative;
 license=("BSD")


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

2021-01-29 Thread Felix Yan via arch-commits
Date: Friday, January 29, 2021 @ 22:45:34
  Author: felixonmars
Revision: 835790

archrelease: copy trunk to community-staging-x86_64

Added:
  haskell-ansi-terminal/repos/community-staging-x86_64/PKGBUILD
(from rev 835789, haskell-ansi-terminal/trunk/PKGBUILD)
Deleted:
  haskell-ansi-terminal/repos/community-staging-x86_64/PKGBUILD

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

Deleted: PKGBUILD
===
--- PKGBUILD2021-01-29 22:45:19 UTC (rev 835789)
+++ PKGBUILD2021-01-29 22:45:34 UTC (rev 835790)
@@ -1,39 +0,0 @@
-# Maintainer: Felix Yan 
-# Contributor: Arch Haskell Team 
-
-_hkgname=ansi-terminal
-pkgname=haskell-ansi-terminal
-pkgver=0.11
-pkgrel=61
-pkgdesc="Simple ANSI terminal support, with Windows compatibility"
-url="https://github.com/feuerbach/ansi-terminal;
-license=("BSD")
-arch=('x86_64')
-depends=('ghc-libs' 'haskell-colour')
-makedepends=('ghc')
-source=("https://hackage.haskell.org/packages/archive/${_hkgname}/${pkgver}/${_hkgname}-${pkgver}.tar.gz;)
-sha512sums=('2a608da18bbb3d11373dc0c6ee1bf4c890d5d4e39a2b13e547c7a3a4060eb86789d6afa04d1bd9e5df91f3745ea33adea8b15df213d39e75eca296275a74700d')
-
-build() {
-cd $_hkgname-$pkgver
-
-runhaskell Setup configure -O --enable-shared --enable-executable-dynamic 
--disable-library-vanilla \
---prefix=/usr --docdir=/usr/share/doc/$pkgname \
---dynlibdir=/usr/lib --libsubdir=\$compiler/site-local/\$pkgid \
--f-example
-runhaskell Setup build $MAKEFLAGS
-runhaskell Setup register --gen-script
-runhaskell Setup unregister --gen-script
-sed -i -r -e "s|ghc-pkg.*update[^ ]* |&'--force' |" register.sh
-sed -i -r -e "s|ghc-pkg.*unregister[^ ]* |&'--force' |" unregister.sh
-}
-
-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-ansi-terminal/repos/community-staging-x86_64/PKGBUILD (from rev 
835789, haskell-ansi-terminal/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2021-01-29 22:45:34 UTC (rev 835790)
@@ -0,0 +1,39 @@
+# Maintainer: Felix Yan 
+# Contributor: Arch Haskell Team 
+
+_hkgname=ansi-terminal
+pkgname=haskell-ansi-terminal
+pkgver=0.11
+pkgrel=62
+pkgdesc="Simple ANSI terminal support, with Windows compatibility"
+url="https://github.com/feuerbach/ansi-terminal;
+license=("BSD")
+arch=('x86_64')
+depends=('ghc-libs' 'haskell-colour')
+makedepends=('ghc')
+source=("https://hackage.haskell.org/packages/archive/${_hkgname}/${pkgver}/${_hkgname}-${pkgver}.tar.gz;)
+sha512sums=('2a608da18bbb3d11373dc0c6ee1bf4c890d5d4e39a2b13e547c7a3a4060eb86789d6afa04d1bd9e5df91f3745ea33adea8b15df213d39e75eca296275a74700d')
+
+build() {
+cd $_hkgname-$pkgver
+
+runhaskell Setup configure -O --enable-shared --enable-executable-dynamic 
--disable-library-vanilla \
+--prefix=/usr --docdir=/usr/share/doc/$pkgname \
+--dynlibdir=/usr/lib --libsubdir=\$compiler/site-local/\$pkgid \
+-f-example
+runhaskell Setup build $MAKEFLAGS
+runhaskell Setup register --gen-script
+runhaskell Setup unregister --gen-script
+sed -i -r -e "s|ghc-pkg.*update[^ ]* |&'--force' |" register.sh
+sed -i -r -e "s|ghc-pkg.*unregister[^ ]* |&'--force' |" unregister.sh
+}
+
+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-ansi-wl-pprint/repos/community-staging-x86_64 (2 files)

2021-01-29 Thread Felix Yan via arch-commits
Date: Friday, January 29, 2021 @ 22:46:38
  Author: felixonmars
Revision: 835792

archrelease: copy trunk to community-staging-x86_64

Added:
  haskell-ansi-wl-pprint/repos/community-staging-x86_64/PKGBUILD
(from rev 835791, haskell-ansi-wl-pprint/trunk/PKGBUILD)
Deleted:
  haskell-ansi-wl-pprint/repos/community-staging-x86_64/PKGBUILD

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

Deleted: PKGBUILD
===
--- PKGBUILD2021-01-29 22:46:23 UTC (rev 835791)
+++ PKGBUILD2021-01-29 22:46:38 UTC (rev 835792)
@@ -1,44 +0,0 @@
-# Maintainer: Felix Yan 
-# Contributor: Arch Haskell Team 
-
-_hkgname=ansi-wl-pprint
-pkgname=haskell-ansi-wl-pprint
-pkgver=0.6.9
-pkgrel=121
-pkgdesc="The Wadler/Leijen Pretty Printer for colored ANSI terminal output"
-url="https://github.com/ekmett/ansi-wl-pprint;
-license=("BSD")
-arch=('x86_64')
-depends=('ghc-libs' 'haskell-ansi-terminal')
-makedepends=('ghc')
-source=("https://hackage.haskell.org/packages/archive/${_hkgname}/${pkgver}/${_hkgname}-${pkgver}.tar.gz;)
-sha512sums=('2a66236f740f0b45b6133555e8b1315dc85ece1c16dd51e4aa7f31d2fee03d66869af5f81e6383aa840f503c2cad46f3655f53b784ebca7b3480efb53eea2a04')
-
-prepare() {
-cd $_hkgname-$pkgver
-sed -i 's/< *0.10/<1/' $_hkgname.cabal
-}
-
-build() {
-cd $_hkgname-$pkgver
-
-runhaskell Setup configure -O --enable-shared --enable-executable-dynamic 
--disable-library-vanilla \
---prefix=/usr --docdir=/usr/share/doc/$pkgname \
---dynlibdir=/usr/lib --libsubdir=\$compiler/site-local/\$pkgid \
--f-example
-runhaskell Setup build $MAKEFLAGS
-runhaskell Setup register --gen-script
-runhaskell Setup unregister --gen-script
-sed -i -r -e "s|ghc-pkg.*update[^ ]* |&'--force' |" register.sh
-sed -i -r -e "s|ghc-pkg.*unregister[^ ]* |&'--force' |" unregister.sh
-}
-
-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-ansi-wl-pprint/repos/community-staging-x86_64/PKGBUILD (from 
rev 835791, haskell-ansi-wl-pprint/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2021-01-29 22:46:38 UTC (rev 835792)
@@ -0,0 +1,44 @@
+# Maintainer: Felix Yan 
+# Contributor: Arch Haskell Team 
+
+_hkgname=ansi-wl-pprint
+pkgname=haskell-ansi-wl-pprint
+pkgver=0.6.9
+pkgrel=122
+pkgdesc="The Wadler/Leijen Pretty Printer for colored ANSI terminal output"
+url="https://github.com/ekmett/ansi-wl-pprint;
+license=("BSD")
+arch=('x86_64')
+depends=('ghc-libs' 'haskell-ansi-terminal')
+makedepends=('ghc')
+source=("https://hackage.haskell.org/packages/archive/${_hkgname}/${pkgver}/${_hkgname}-${pkgver}.tar.gz;)
+sha512sums=('2a66236f740f0b45b6133555e8b1315dc85ece1c16dd51e4aa7f31d2fee03d66869af5f81e6383aa840f503c2cad46f3655f53b784ebca7b3480efb53eea2a04')
+
+prepare() {
+cd $_hkgname-$pkgver
+sed -i 's/< *0.10/<1/' $_hkgname.cabal
+}
+
+build() {
+cd $_hkgname-$pkgver
+
+runhaskell Setup configure -O --enable-shared --enable-executable-dynamic 
--disable-library-vanilla \
+--prefix=/usr --docdir=/usr/share/doc/$pkgname \
+--dynlibdir=/usr/lib --libsubdir=\$compiler/site-local/\$pkgid \
+-f-example
+runhaskell Setup build $MAKEFLAGS
+runhaskell Setup register --gen-script
+runhaskell Setup unregister --gen-script
+sed -i -r -e "s|ghc-pkg.*update[^ ]* |&'--force' |" register.sh
+sed -i -r -e "s|ghc-pkg.*unregister[^ ]* |&'--force' |" unregister.sh
+}
+
+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-ansi-wl-pprint/trunk (PKGBUILD)

2021-01-29 Thread Felix Yan via arch-commits
Date: Friday, January 29, 2021 @ 22:46:23
  Author: felixonmars
Revision: 835791

upgpkg: haskell-ansi-wl-pprint 0.6.9-122: rebuild with vector 0.12.2.0

Modified:
  haskell-ansi-wl-pprint/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2021-01-29 22:45:34 UTC (rev 835790)
+++ PKGBUILD2021-01-29 22:46:23 UTC (rev 835791)
@@ -4,7 +4,7 @@
 _hkgname=ansi-wl-pprint
 pkgname=haskell-ansi-wl-pprint
 pkgver=0.6.9
-pkgrel=121
+pkgrel=122
 pkgdesc="The Wadler/Leijen Pretty Printer for colored ANSI terminal output"
 url="https://github.com/ekmett/ansi-wl-pprint;
 license=("BSD")


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

2021-01-29 Thread Felix Yan via arch-commits
Date: Friday, January 29, 2021 @ 22:44:35
  Author: felixonmars
Revision: 835788

archrelease: copy trunk to community-staging-x86_64

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

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

Deleted: PKGBUILD
===
--- PKGBUILD2021-01-29 22:44:20 UTC (rev 835787)
+++ PKGBUILD2021-01-29 22:44:35 UTC (rev 835788)
@@ -1,56 +0,0 @@
-# Maintainer: Felix Yan 
-# Contributor: Arch Haskell Team 
-
-_hkgname=colour
-pkgname=haskell-colour
-pkgver=2.3.5
-pkgrel=119
-pkgdesc="A model for human colour/color perception"
-url="https://hackage.haskell.org/package/${_hkgname};
-license=("MIT")
-arch=('x86_64')
-depends=('ghc-libs')
-makedepends=('ghc' )
-checkdepends=('haskell-quickcheck' 'haskell-random' 'haskell-test-framework'
-  'haskell-test-framework-quickcheck2')
-source=("https://hackage.haskell.org/packages/archive/${_hkgname}/${pkgver}/${_hkgname}-${pkgver}.tar.gz;)
-sha512sums=('2232f51b3cfdda1a64436e8395c2441e49db083982a0370d3ec38c304b0a6234666887b3abc886107a9b21c425d3253284cce0186c1a210a302a0a14808364d8')
-
-prepare() {
-cd $_hkgname-$pkgver
-sed -i 's/< *2.14/<3/;s/< *1.2/<2/' $_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 --datasubdir="$pkgname" 
"${_opts[@]}" \
---dynlibdir=/usr/lib --libsubdir=\$compiler/site-local/\$pkgid
-runhaskell Setup build $MAKEFLAGS
-runhaskell Setup register --gen-script
-runhaskell Setup unregister --gen-script
-sed -i -r -e "s|ghc-pkg.*update[^ ]* |&'--force' |" register.sh
-sed -i -r -e "s|ghc-pkg.*unregister[^ ]* |&'--force' |" unregister.sh
-}
-
-check() {
-cd $_hkgname-$pkgver
-runhaskell Setup test
-}
-
-package() {
-cd $_hkgname-$pkgver
-
-install -D -m744 register.sh 
"$pkgdir"/usr/share/haskell/register/$pkgname.sh
-install -D -m744 unregister.sh 
"$pkgdir"/usr/share/haskell/unregister/$pkgname.sh
-runhaskell Setup copy --destdir="$pkgdir"
-install -D -m644 LICENSE "$pkgdir"/usr/share/licenses/$pkgname/LICENSE
-rm -f "$pkgdir"/usr/share/doc/$pkgname/LICENSE
-}

Copied: haskell-colour/repos/community-staging-x86_64/PKGBUILD (from rev 
835787, haskell-colour/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2021-01-29 22:44:35 UTC (rev 835788)
@@ -0,0 +1,56 @@
+# Maintainer: Felix Yan 
+# Contributor: Arch Haskell Team 
+
+_hkgname=colour
+pkgname=haskell-colour
+pkgver=2.3.5
+pkgrel=120
+pkgdesc="A model for human colour/color perception"
+url="https://hackage.haskell.org/package/${_hkgname};
+license=("MIT")
+arch=('x86_64')
+depends=('ghc-libs')
+makedepends=('ghc' )
+checkdepends=('haskell-quickcheck' 'haskell-random' 'haskell-test-framework'
+  'haskell-test-framework-quickcheck2')
+source=("https://hackage.haskell.org/packages/archive/${_hkgname}/${pkgver}/${_hkgname}-${pkgver}.tar.gz;)
+sha512sums=('2232f51b3cfdda1a64436e8395c2441e49db083982a0370d3ec38c304b0a6234666887b3abc886107a9b21c425d3253284cce0186c1a210a302a0a14808364d8')
+
+prepare() {
+cd $_hkgname-$pkgver
+sed -i 's/< *2.14/<3/;s/< *1.2/<2/' $_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 --datasubdir="$pkgname" 
"${_opts[@]}" \
+--dynlibdir=/usr/lib --libsubdir=\$compiler/site-local/\$pkgid
+runhaskell Setup build $MAKEFLAGS
+runhaskell Setup register --gen-script
+runhaskell Setup unregister --gen-script
+sed -i -r -e "s|ghc-pkg.*update[^ ]* |&'--force' |" register.sh
+sed -i -r -e "s|ghc-pkg.*unregister[^ ]* |&'--force' |" unregister.sh
+}
+
+check() {
+cd $_hkgname-$pkgver
+runhaskell Setup test
+}
+
+package() {
+cd $_hkgname-$pkgver
+
+install -D -m744 register.sh 
"$pkgdir"/usr/share/haskell/register/$pkgname.sh
+install -D -m744 unregister.sh 
"$pkgdir"/usr/share/haskell/unregister/$pkgname.sh
+runhaskell Setup copy --destdir="$pkgdir"
+install -D -m644 LICENSE "$pkgdir"/usr/share/licenses/$pkgname/LICENSE
+rm -f "$pkgdir"/usr/share/doc/$pkgname/LICENSE
+}


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

2021-01-29 Thread Felix Yan via arch-commits
Date: Friday, January 29, 2021 @ 22:45:19
  Author: felixonmars
Revision: 835789

upgpkg: haskell-ansi-terminal 0.11-62: rebuild with vector 0.12.2.0

Modified:
  haskell-ansi-terminal/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2021-01-29 22:44:35 UTC (rev 835788)
+++ PKGBUILD2021-01-29 22:45:19 UTC (rev 835789)
@@ -4,7 +4,7 @@
 _hkgname=ansi-terminal
 pkgname=haskell-ansi-terminal
 pkgver=0.11
-pkgrel=61
+pkgrel=62
 pkgdesc="Simple ANSI terminal support, with Windows compatibility"
 url="https://github.com/feuerbach/ansi-terminal;
 license=("BSD")


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

2021-01-29 Thread Felix Yan via arch-commits
Date: Friday, January 29, 2021 @ 22:43:23
  Author: felixonmars
Revision: 835786

archrelease: copy trunk to community-staging-x86_64

Added:
  haskell-base-orphans/repos/community-staging-x86_64/PKGBUILD
(from rev 835785, haskell-base-orphans/trunk/PKGBUILD)
Deleted:
  haskell-base-orphans/repos/community-staging-x86_64/PKGBUILD

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

Deleted: PKGBUILD
===
--- PKGBUILD2021-01-29 22:43:08 UTC (rev 835785)
+++ PKGBUILD2021-01-29 22:43:23 UTC (rev 835786)
@@ -1,49 +0,0 @@
-# Maintainer: Felix Yan 
-# Contributor: Arch Haskell Team 
-
-_hkgname=base-orphans
-pkgname=haskell-base-orphans
-pkgver=0.8.4
-pkgrel=44
-pkgdesc="Backwards-compatible orphan instances for base"
-url="https://github.com/haskell-compat/base-orphans#readme;
-license=("MIT")
-arch=('x86_64')
-depends=('ghc-libs')
-makedepends=('ghc' 'haskell-hspec' 'haskell-hspec-discover' 
'haskell-quickcheck')
-source=("https://hackage.haskell.org/packages/archive/${_hkgname}/${pkgver}/${_hkgname}-${pkgver}.tar.gz;)
-sha512sums=('ce59bd56c5acc38f3c5c55d619b27684a8cc35c0b14c2dac6a4cfa56d503e25c7a764210a7cb9cef93b0acc02371af0e40d8024b7a48e88a8ebdf406fed206a6')
-
-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
-runhaskell Setup build $MAKEFLAGS
-runhaskell Setup register --gen-script
-runhaskell Setup unregister --gen-script
-sed -i -r -e "s|ghc-pkg.*update[^ ]* |&'--force' |" register.sh
-sed -i -r -e "s|ghc-pkg.*unregister[^ ]* |&'--force' |" unregister.sh
-}
-
-check() {
-cd $_hkgname-$pkgver
-runhaskell Setup test
-}
-
-package() {
-cd $_hkgname-$pkgver
-
-install -D -m744 register.sh 
"$pkgdir"/usr/share/haskell/register/$pkgname.sh
-install -D -m744 unregister.sh 
"$pkgdir"/usr/share/haskell/unregister/$pkgname.sh
-runhaskell Setup copy --destdir="$pkgdir"
-install -D -m644 LICENSE "$pkgdir"/usr/share/licenses/$pkgname/LICENSE
-rm -f "$pkgdir"/usr/share/doc/$pkgname/LICENSE
-}

Copied: haskell-base-orphans/repos/community-staging-x86_64/PKGBUILD (from rev 
835785, haskell-base-orphans/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2021-01-29 22:43:23 UTC (rev 835786)
@@ -0,0 +1,49 @@
+# Maintainer: Felix Yan 
+# Contributor: Arch Haskell Team 
+
+_hkgname=base-orphans
+pkgname=haskell-base-orphans
+pkgver=0.8.4
+pkgrel=45
+pkgdesc="Backwards-compatible orphan instances for base"
+url="https://github.com/haskell-compat/base-orphans#readme;
+license=("MIT")
+arch=('x86_64')
+depends=('ghc-libs')
+makedepends=('ghc' 'haskell-hspec' 'haskell-hspec-discover' 
'haskell-quickcheck')
+source=("https://hackage.haskell.org/packages/archive/${_hkgname}/${pkgver}/${_hkgname}-${pkgver}.tar.gz;)
+sha512sums=('ce59bd56c5acc38f3c5c55d619b27684a8cc35c0b14c2dac6a4cfa56d503e25c7a764210a7cb9cef93b0acc02371af0e40d8024b7a48e88a8ebdf406fed206a6')
+
+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
+runhaskell Setup build $MAKEFLAGS
+runhaskell Setup register --gen-script
+runhaskell Setup unregister --gen-script
+sed -i -r -e "s|ghc-pkg.*update[^ ]* |&'--force' |" register.sh
+sed -i -r -e "s|ghc-pkg.*unregister[^ ]* |&'--force' |" unregister.sh
+}
+
+check() {
+cd $_hkgname-$pkgver
+runhaskell Setup test
+}
+
+package() {
+cd $_hkgname-$pkgver
+
+install -D -m744 register.sh 
"$pkgdir"/usr/share/haskell/register/$pkgname.sh
+install -D -m744 unregister.sh 
"$pkgdir"/usr/share/haskell/unregister/$pkgname.sh
+runhaskell Setup copy --destdir="$pkgdir"
+install -D -m644 LICENSE "$pkgdir"/usr/share/licenses/$pkgname/LICENSE
+rm -f "$pkgdir"/usr/share/doc/$pkgname/LICENSE
+}


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

2021-01-29 Thread Felix Yan via arch-commits
Date: Friday, January 29, 2021 @ 22:44:20
  Author: felixonmars
Revision: 835787

upgpkg: haskell-colour 2.3.5-120: rebuild with vector 0.12.2.0

Modified:
  haskell-colour/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2021-01-29 22:43:23 UTC (rev 835786)
+++ PKGBUILD2021-01-29 22:44:20 UTC (rev 835787)
@@ -4,7 +4,7 @@
 _hkgname=colour
 pkgname=haskell-colour
 pkgver=2.3.5
-pkgrel=119
+pkgrel=120
 pkgdesc="A model for human colour/color perception"
 url="https://hackage.haskell.org/package/${_hkgname};
 license=("MIT")


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

2021-01-29 Thread Felix Yan via arch-commits
Date: Friday, January 29, 2021 @ 22:43:08
  Author: felixonmars
Revision: 835785

upgpkg: haskell-base-orphans 0.8.4-45: rebuild with vector 0.12.2.0

Modified:
  haskell-base-orphans/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2021-01-29 22:42:18 UTC (rev 835784)
+++ PKGBUILD2021-01-29 22:43:08 UTC (rev 835785)
@@ -4,7 +4,7 @@
 _hkgname=base-orphans
 pkgname=haskell-base-orphans
 pkgver=0.8.4
-pkgrel=44
+pkgrel=45
 pkgdesc="Backwards-compatible orphan instances for base"
 url="https://github.com/haskell-compat/base-orphans#readme;
 license=("MIT")


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

2021-01-29 Thread Felix Yan via arch-commits
Date: Friday, January 29, 2021 @ 22:42:18
  Author: felixonmars
Revision: 835784

archrelease: copy trunk to community-staging-x86_64

Added:
  haskell-base-compat-batteries/repos/community-staging-x86_64/PKGBUILD
(from rev 835783, haskell-base-compat-batteries/trunk/PKGBUILD)
Deleted:
  haskell-base-compat-batteries/repos/community-staging-x86_64/PKGBUILD

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

Deleted: PKGBUILD
===
--- PKGBUILD2021-01-29 22:42:02 UTC (rev 835783)
+++ PKGBUILD2021-01-29 22:42:18 UTC (rev 835784)
@@ -1,49 +0,0 @@
-# Maintainer: Felix Yan 
-
-_hkgname=base-compat-batteries
-pkgname=haskell-base-compat-batteries
-pkgver=0.11.2
-pkgrel=54
-pkgdesc="base-compat with extra batteries"
-url="https://hackage.haskell.org/package/base-compat-batteries;
-license=('MIT')
-arch=('x86_64')
-depends=('ghc-libs' 'haskell-base-compat')
-makedepends=('ghc')
-checkdepends=('haskell-hspec' 'haskell-hspec-discover' 'haskell-quickcheck')
-source=(https://hackage.haskell.org/packages/archive/${_hkgname}/${pkgver}/${_hkgname}-${pkgver}.tar.gz)
-sha512sums=('0b54b53bb762ca99cbfe82799a63f73229447325438ccae4849df676d14a4758177d9481391b628cca7921d9796ac3172ad8226b2530e151b7c59f86b82f381a')
-
-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
-runhaskell Setup build $MAKEFLAGS
-runhaskell Setup register --gen-script
-runhaskell Setup unregister --gen-script
-sed -i -r -e "s|ghc-pkg.*update[^ ]* |&'--force' |" register.sh
-sed -i -r -e "s|ghc-pkg.*unregister[^ ]* |&'--force' |" unregister.sh
-}
-
-check() {
-cd $_hkgname-$pkgver
-runhaskell Setup test
-}
-
-package() {
-cd $_hkgname-$pkgver
-
-install -D -m744 register.sh 
"$pkgdir"/usr/share/haskell/register/$pkgname.sh
-install -D -m744 unregister.sh 
"$pkgdir"/usr/share/haskell/unregister/$pkgname.sh
-runhaskell Setup copy --destdir="$pkgdir"
-install -D -m644 LICENSE "$pkgdir"/usr/share/licenses/$pkgname/LICENSE
-rm -f "$pkgdir"/usr/share/doc/$pkgname/LICENSE
-}

Copied: haskell-base-compat-batteries/repos/community-staging-x86_64/PKGBUILD 
(from rev 835783, haskell-base-compat-batteries/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2021-01-29 22:42:18 UTC (rev 835784)
@@ -0,0 +1,49 @@
+# Maintainer: Felix Yan 
+
+_hkgname=base-compat-batteries
+pkgname=haskell-base-compat-batteries
+pkgver=0.11.2
+pkgrel=55
+pkgdesc="base-compat with extra batteries"
+url="https://hackage.haskell.org/package/base-compat-batteries;
+license=('MIT')
+arch=('x86_64')
+depends=('ghc-libs' 'haskell-base-compat')
+makedepends=('ghc')
+checkdepends=('haskell-hspec' 'haskell-hspec-discover' 'haskell-quickcheck')
+source=(https://hackage.haskell.org/packages/archive/${_hkgname}/${pkgver}/${_hkgname}-${pkgver}.tar.gz)
+sha512sums=('0b54b53bb762ca99cbfe82799a63f73229447325438ccae4849df676d14a4758177d9481391b628cca7921d9796ac3172ad8226b2530e151b7c59f86b82f381a')
+
+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
+runhaskell Setup build $MAKEFLAGS
+runhaskell Setup register --gen-script
+runhaskell Setup unregister --gen-script
+sed -i -r -e "s|ghc-pkg.*update[^ ]* |&'--force' |" register.sh
+sed -i -r -e "s|ghc-pkg.*unregister[^ ]* |&'--force' |" unregister.sh
+}
+
+check() {
+cd $_hkgname-$pkgver
+runhaskell Setup test
+}
+
+package() {
+cd $_hkgname-$pkgver
+
+install -D -m744 register.sh 
"$pkgdir"/usr/share/haskell/register/$pkgname.sh
+install -D -m744 unregister.sh 
"$pkgdir"/usr/share/haskell/unregister/$pkgname.sh
+runhaskell Setup copy --destdir="$pkgdir"
+install -D -m644 LICENSE "$pkgdir"/usr/share/licenses/$pkgname/LICENSE
+rm -f "$pkgdir"/usr/share/doc/$pkgname/LICENSE
+}


[arch-commits] Commit in haskell-base-compat-batteries/trunk (PKGBUILD)

2021-01-29 Thread Felix Yan via arch-commits
Date: Friday, January 29, 2021 @ 22:42:02
  Author: felixonmars
Revision: 835783

upgpkg: haskell-base-compat-batteries 0.11.2-55: rebuild with vector 0.12.2.0

Modified:
  haskell-base-compat-batteries/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2021-01-29 22:41:14 UTC (rev 835782)
+++ PKGBUILD2021-01-29 22:42:02 UTC (rev 835783)
@@ -3,7 +3,7 @@
 _hkgname=base-compat-batteries
 pkgname=haskell-base-compat-batteries
 pkgver=0.11.2
-pkgrel=54
+pkgrel=55
 pkgdesc="base-compat with extra batteries"
 url="https://hackage.haskell.org/package/base-compat-batteries;
 license=('MIT')


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

2021-01-29 Thread NicoHood via arch-commits
Date: Friday, January 29, 2021 @ 22:32:51
  Author: nicohood
Revision: 835780

archrelease: copy trunk to community-any

Added:
  gpgit/repos/community-any/PKGBUILD
(from rev 835779, gpgit/trunk/PKGBUILD)
Deleted:
  gpgit/repos/community-any/PKGBUILD

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

Deleted: PKGBUILD
===
--- PKGBUILD2021-01-29 22:32:42 UTC (rev 835779)
+++ PKGBUILD2021-01-29 22:32:51 UTC (rev 835780)
@@ -1,27 +0,0 @@
-# Maintainer: NicoHood 
-# PGP ID: 97312D5EB9D7AE7D0BD4307351DAE9B7C1AE9161
-
-pkgname=gpgit
-pkgver=1.3.4
-pkgrel=1
-epoch=1
-pkgdesc="A shell script that automates the process of signing Git sources via 
GPG"
-arch=('any')
-url="https://github.com/NicoHood/gpgit;
-license=('MIT')
-depends=('bash' 'gnupg' 'git' 'xz')
-optdepends=('jq: Github API upload'
-'curl: Github API upload'
-'lzip: Compression option')
-source=("${pkgname}-${pkgver}.tar.xz::https://github.com/NicoHood/${pkgname}/releases/download/${pkgver}/${pkgname}-${pkgver}.tar.xz;
-
"${pkgname}-${pkgver}.tar.xz.asc::https://github.com/NicoHood/${pkgname}/releases/download/${pkgver}/${pkgname}-${pkgver}.tar.xz.asc;)
-sha512sums=('3cf1ad4ff13f8183a97bd7a7b13fc47ecdbc6c4ac28777e5b29f83dfa27a9d0dba75386082cc31298976b8cbc18f21d9f0e79bcb0e11a898669a2d9644e984d4'
-'SKIP')
-# NicoHood 
-validpgpkeys=('97312D5EB9D7AE7D0BD4307351DAE9B7C1AE9161')
-
-package() {
-make -C "${pkgname}-${pkgver}" DESTDIR="${pkgdir}" install
-install -Dm 644 "${pkgname}-${pkgver}/LICENSE" \
-"${pkgdir}/usr/share/licenses/${pkgname}/LICENSE"
-}

Copied: gpgit/repos/community-any/PKGBUILD (from rev 835779, 
gpgit/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2021-01-29 22:32:51 UTC (rev 835780)
@@ -0,0 +1,32 @@
+# Maintainer: NicoHood 
+# PGP ID: 97312D5EB9D7AE7D0BD4307351DAE9B7C1AE9161
+
+pkgname=gpgit
+pkgver=1.4.0
+pkgrel=1
+epoch=1
+pkgdesc="A shell script that automates the process of signing Git sources via 
GPG"
+arch=('any')
+url="https://github.com/NicoHood/gpgit;
+license=('MIT')
+depends=('bash' 'gnupg' 'git' 'xz')
+checkdepends=('shellcheck')
+optdepends=('jq: Github API upload'
+'curl: Github API upload'
+'lzip: Compression option')
+source=("${pkgname}-${pkgver}.tar.xz::https://github.com/NicoHood/${pkgname}/releases/download/${pkgver}/${pkgname}-${pkgver}.tar.xz;
+
"${pkgname}-${pkgver}.tar.xz.asc::https://github.com/NicoHood/${pkgname}/releases/download/${pkgver}/${pkgname}-${pkgver}.tar.xz.asc;)
+sha512sums=('52d6a3a4e2091ddb4476f01185c5b51b646314bac1fd00f1f400d8fe431f5d4362b33b46778523ee508df64f62d5c1873cb57da9f7c8c4cb55823d3623d41a9b'
+'SKIP')
+# NicoHood 
+validpgpkeys=('97312D5EB9D7AE7D0BD4307351DAE9B7C1AE9161')
+
+check() {
+make -C "${pkgname}-${pkgver}" test
+}
+
+package() {
+make -C "${pkgname}-${pkgver}" DESTDIR="${pkgdir}" install
+install -Dm 644 "${pkgname}-${pkgver}/LICENSE" \
+"${pkgdir}/usr/share/licenses/${pkgname}/LICENSE"
+}


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

2021-01-29 Thread Felix Yan via arch-commits
Date: Friday, January 29, 2021 @ 22:41:14
  Author: felixonmars
Revision: 835782

archrelease: copy trunk to community-staging-x86_64

Added:
  haskell-hspec/repos/community-staging-x86_64/PKGBUILD
(from rev 835781, 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-01-29 22:40:59 UTC (rev 835781)
+++ PKGBUILD2021-01-29 22:41:14 UTC (rev 835782)
@@ -1,38 +0,0 @@
-# Maintainer: Felix Yan 
-
-_hkgname=hspec
-pkgname=haskell-hspec
-pkgver=2.7.7
-pkgrel=25
-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=('cf4d709457fe3cf1b26167ec7167b803393d571939657919b7da2480f93e30e704ed7d377b139c52fdf2ec396215491087f98c44100f52c4f23133a6b33619ab')
-
-build() {
-cd $_hkgname-$pkgver
-
-runhaskell Setup configure -O --enable-shared --enable-executable-dynamic 
--disable-library-vanilla \
---prefix=/usr --docdir=/usr/share/doc/$pkgname \
---dynlibdir=/usr/lib --libsubdir=\$compiler/site-local/\$pkgid
-runhaskell Setup build $MAKEFLAGS
-runhaskell Setup register --gen-script
-runhaskell Setup unregister --gen-script
-sed -i -r -e "s|ghc-pkg.*update[^ ]* |&'--force' |" register.sh
-sed -i -r -e "s|ghc-pkg.*unregister[^ ]* |&'--force' |" unregister.sh
-}
-
-package() {
-cd $_hkgname-$pkgver
-
-install -D -m744 register.sh 
"$pkgdir"/usr/share/haskell/register/$pkgname.sh
-install -D -m744 unregister.sh 
"$pkgdir"/usr/share/haskell/unregister/$pkgname.sh
-runhaskell Setup copy --destdir="$pkgdir"
-install -D -m644 LICENSE "$pkgdir"/usr/share/licenses/$pkgname/LICENSE
-rm -f "$pkgdir"/usr/share/doc/$pkgname/LICENSE
-}

Copied: haskell-hspec/repos/community-staging-x86_64/PKGBUILD (from rev 835781, 
haskell-hspec/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2021-01-29 22:41:14 UTC (rev 835782)
@@ -0,0 +1,38 @@
+# Maintainer: Felix Yan 
+
+_hkgname=hspec
+pkgname=haskell-hspec
+pkgver=2.7.7
+pkgrel=26
+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=('cf4d709457fe3cf1b26167ec7167b803393d571939657919b7da2480f93e30e704ed7d377b139c52fdf2ec396215491087f98c44100f52c4f23133a6b33619ab')
+
+build() {
+cd $_hkgname-$pkgver
+
+runhaskell Setup configure -O --enable-shared --enable-executable-dynamic 
--disable-library-vanilla \
+--prefix=/usr --docdir=/usr/share/doc/$pkgname \
+--dynlibdir=/usr/lib --libsubdir=\$compiler/site-local/\$pkgid
+runhaskell Setup build $MAKEFLAGS
+runhaskell Setup register --gen-script
+runhaskell Setup unregister --gen-script
+sed -i -r -e "s|ghc-pkg.*update[^ ]* |&'--force' |" register.sh
+sed -i -r -e "s|ghc-pkg.*unregister[^ ]* |&'--force' |" unregister.sh
+}
+
+package() {
+cd $_hkgname-$pkgver
+
+install -D -m744 register.sh 
"$pkgdir"/usr/share/haskell/register/$pkgname.sh
+install -D -m744 unregister.sh 
"$pkgdir"/usr/share/haskell/unregister/$pkgname.sh
+runhaskell Setup copy --destdir="$pkgdir"
+install -D -m644 LICENSE "$pkgdir"/usr/share/licenses/$pkgname/LICENSE
+rm -f "$pkgdir"/usr/share/doc/$pkgname/LICENSE
+}


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

2021-01-29 Thread Ivy Foster via arch-commits
Date: Friday, January 29, 2021 @ 21:58:51
  Author: escondida
Revision: 835778

archrelease: copy trunk to community-x86_64

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

--+
 PKGBUILD |   70 ++---
 opendoas.install |   42 +++
 2 files changed, 56 insertions(+), 56 deletions(-)

Deleted: PKGBUILD
===
--- PKGBUILD2021-01-29 21:58:07 UTC (rev 835777)
+++ PKGBUILD2021-01-29 21:58:51 UTC (rev 835778)
@@ -1,35 +0,0 @@
-# Maintainer: Ivy Foster 
-# Contributor: alive4ever 
-# Contributor: Earnest
-pkgname=opendoas
-pkgver=6.6.1
-pkgrel=2
-pkgdesc='Run commands as super user or another user'
-arch=(x86_64)
-url='https://github.com/Duncaen/OpenDoas'
-license=(custom:ISC)
-depends=(pam)
-install=opendoas.install
-source=(
-   
"https://github.com/Duncaen/OpenDoas/releases/download/v$pkgver/opendoas-$pkgver.tar.gz;
-   
"https://github.com/Duncaen/OpenDoas/releases/download/v$pkgver/opendoas-$pkgver.tar.gz.sig;
-)
-backup=(etc/pam.d/doas)
-# checksums provided by packager. Take with a grain of salt!
-sha256sums=(
-   2eb84fd05e377ec1bb924429a143c71ec03c6b9b77b384eabe951836c13955a2
-   SKIP
-)
-validpgpkeys=(C4B6FBA98211F7EFF35DEB73335C1D17EC3D6E35)
-
-build() {
-   cd "opendoas-$pkgver"
-   ./configure --prefix=/usr --with-timestamp
-   make
-}
-
-package() {
-   cd "opendoas-$pkgver"
-   make DESTDIR="$pkgdir" install
-   install -Dm644 LICENSE "$pkgdir/usr/share/licenses/opendoas/LICENSE"
-}

Copied: opendoas/repos/community-x86_64/PKGBUILD (from rev 835777, 
opendoas/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2021-01-29 21:58:51 UTC (rev 835778)
@@ -0,0 +1,35 @@
+# Maintainer: Ivy Foster 
+# Contributor: alive4ever 
+# Contributor: Earnest
+pkgname=opendoas
+pkgver=6.8.1
+pkgrel=2
+pkgdesc='Run commands as super user or another user'
+arch=(x86_64)
+url='https://github.com/Duncaen/OpenDoas'
+license=(custom:ISC)
+depends=(pam)
+install=opendoas.install
+source=(
+   
"https://github.com/Duncaen/OpenDoas/releases/download/v$pkgver/opendoas-$pkgver.tar.gz;
+   
"https://github.com/Duncaen/OpenDoas/releases/download/v$pkgver/opendoas-$pkgver.tar.gz.sig;
+)
+backup=(etc/pam.d/doas)
+# checksums provided by packager. Take with a grain of salt!
+sha256sums=(
+   fce3f5e3fd3e1287bdc5666abf3f433980b1c08e7381343c33ae3a8697d7c20c
+   SKIP
+)
+validpgpkeys=(C4B6FBA98211F7EFF35DEB73335C1D17EC3D6E35)
+
+build() {
+   cd "opendoas-$pkgver"
+   ./configure --prefix=/usr --with-timestamp
+   make
+}
+
+package() {
+   cd "opendoas-$pkgver"
+   make DESTDIR="$pkgdir" install
+   install -Dm644 LICENSE "$pkgdir/usr/share/licenses/opendoas/LICENSE"
+}

Deleted: opendoas.install
===
--- opendoas.install2021-01-29 21:58:07 UTC (rev 835777)
+++ opendoas.install2021-01-29 21:58:51 UTC (rev 835778)
@@ -1,21 +0,0 @@
-post_install() {
-   cat <

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

2021-01-29 Thread Felix Yan via arch-commits
Date: Friday, January 29, 2021 @ 22:40:59
  Author: felixonmars
Revision: 835781

upgpkg: haskell-hspec 2.7.7-26: rebuild with vector 0.12.2.0

Modified:
  haskell-hspec/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2021-01-29 22:32:51 UTC (rev 835780)
+++ PKGBUILD2021-01-29 22:40:59 UTC (rev 835781)
@@ -3,7 +3,7 @@
 _hkgname=hspec
 pkgname=haskell-hspec
 pkgver=2.7.7
-pkgrel=25
+pkgrel=26
 pkgdesc="A Testing Framework for Haskell"
 url="http://hspec.github.io/;
 license=('MIT')


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

2021-01-29 Thread NicoHood via arch-commits
Date: Friday, January 29, 2021 @ 22:32:42
  Author: nicohood
Revision: 835779

upgpkg: gpgit 1:1.4.0-1

Modified:
  gpgit/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2021-01-29 21:58:51 UTC (rev 835778)
+++ PKGBUILD2021-01-29 22:32:42 UTC (rev 835779)
@@ -2,7 +2,7 @@
 # PGP ID: 97312D5EB9D7AE7D0BD4307351DAE9B7C1AE9161
 
 pkgname=gpgit
-pkgver=1.3.4
+pkgver=1.4.0
 pkgrel=1
 epoch=1
 pkgdesc="A shell script that automates the process of signing Git sources via 
GPG"
@@ -10,16 +10,21 @@
 url="https://github.com/NicoHood/gpgit;
 license=('MIT')
 depends=('bash' 'gnupg' 'git' 'xz')
+checkdepends=('shellcheck')
 optdepends=('jq: Github API upload'
 'curl: Github API upload'
 'lzip: Compression option')
 
source=("${pkgname}-${pkgver}.tar.xz::https://github.com/NicoHood/${pkgname}/releases/download/${pkgver}/${pkgname}-${pkgver}.tar.xz;
 
"${pkgname}-${pkgver}.tar.xz.asc::https://github.com/NicoHood/${pkgname}/releases/download/${pkgver}/${pkgname}-${pkgver}.tar.xz.asc;)
-sha512sums=('3cf1ad4ff13f8183a97bd7a7b13fc47ecdbc6c4ac28777e5b29f83dfa27a9d0dba75386082cc31298976b8cbc18f21d9f0e79bcb0e11a898669a2d9644e984d4'
+sha512sums=('52d6a3a4e2091ddb4476f01185c5b51b646314bac1fd00f1f400d8fe431f5d4362b33b46778523ee508df64f62d5c1873cb57da9f7c8c4cb55823d3623d41a9b'
 'SKIP')
 # NicoHood 
 validpgpkeys=('97312D5EB9D7AE7D0BD4307351DAE9B7C1AE9161')
 
+check() {
+make -C "${pkgname}-${pkgver}" test
+}
+
 package() {
 make -C "${pkgname}-${pkgver}" DESTDIR="${pkgdir}" install
 install -Dm 644 "${pkgname}-${pkgver}/LICENSE" \


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

2021-01-29 Thread Ivy Foster via arch-commits
Date: Friday, January 29, 2021 @ 21:58:07
  Author: escondida
Revision: 835777

opendoas bump 2 6.8.1; fixes CVE-2019-25016

Modified:
  opendoas/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2021-01-29 21:41:45 UTC (rev 835776)
+++ PKGBUILD2021-01-29 21:58:07 UTC (rev 835777)
@@ -2,7 +2,7 @@
 # Contributor: alive4ever 
 # Contributor: Earnest
 pkgname=opendoas
-pkgver=6.6.1
+pkgver=6.8.1
 pkgrel=2
 pkgdesc='Run commands as super user or another user'
 arch=(x86_64)
@@ -17,7 +17,7 @@
 backup=(etc/pam.d/doas)
 # checksums provided by packager. Take with a grain of salt!
 sha256sums=(
-   2eb84fd05e377ec1bb924429a143c71ec03c6b9b77b384eabe951836c13955a2
+   fce3f5e3fd3e1287bdc5666abf3f433980b1c08e7381343c33ae3a8697d7c20c
SKIP
 )
 validpgpkeys=(C4B6FBA98211F7EFF35DEB73335C1D17EC3D6E35)


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

2021-01-29 Thread Felix Yan via arch-commits
Date: Friday, January 29, 2021 @ 21:39:51
  Author: felixonmars
Revision: 835772

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 835771, 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 835771, haskell-test-framework-hunit/trunk/PKGBUILD)
===
--- community-staging-x86_64/PKGBUILD   (rev 0)
+++ community-staging-x86_64/PKGBUILD   2021-01-29 21:39:51 UTC (rev 835772)
@@ -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=199
+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 \
+-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-quickcheck2/repos (2 files)

2021-01-29 Thread Felix Yan via arch-commits
Date: Friday, January 29, 2021 @ 21:40:45
  Author: felixonmars
Revision: 835774

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 835773, 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 835773, haskell-test-framework-quickcheck2/trunk/PKGBUILD)
===
--- community-staging-x86_64/PKGBUILD   (rev 0)
+++ community-staging-x86_64/PKGBUILD   2021-01-29 21:40:45 UTC (rev 835774)
@@ -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=188
+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
+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-discover/repos/community-staging-x86_64 (2 files)

2021-01-29 Thread Felix Yan via arch-commits
Date: Friday, January 29, 2021 @ 21:41:45
  Author: felixonmars
Revision: 835776

archrelease: copy trunk to community-staging-x86_64

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

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

Deleted: PKGBUILD
===
--- PKGBUILD2021-01-29 21:41:29 UTC (rev 835775)
+++ PKGBUILD2021-01-29 21:41:45 UTC (rev 835776)
@@ -1,49 +0,0 @@
-# Maintainer: Felix Yan 
-
-_hkgname=hspec-discover
-pkgname=haskell-hspec-discover
-pkgver=2.7.7
-pkgrel=10
-pkgdesc="Automatically discover and run Hspec tests"
-url="http://hspec.github.io/;
-license=('MIT')
-arch=('x86_64')
-depends=('ghc-libs')
-makedepends=('ghc')
-checkdepends=('haskell-quickcheck' 'haskell-hspec-meta')
-source=(https://hackage.haskell.org/packages/archive/${_hkgname}/${pkgver}/${_hkgname}-${pkgver}.tar.gz)
-sha512sums=('f57305cdc8e6a9ce1324f08bbb1b34bd90c826e0f8d8a98b800904e03d31af7984e1840daafa71719ec62d7a13b2b03b9ea185db3ef84d10477f47e418057f3b')
-
-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
-runhaskell Setup build $MAKEFLAGS
-runhaskell Setup register --gen-script
-runhaskell Setup unregister --gen-script
-sed -i -r -e "s|ghc-pkg.*update[^ ]* |&'--force' |" register.sh
-sed -i -r -e "s|ghc-pkg.*unregister[^ ]* |&'--force' |" unregister.sh
-}
-
-check() {
-cd $_hkgname-$pkgver
-runhaskell Setup test
-}
-
-package() {
-cd $_hkgname-$pkgver
-
-install -D -m744 register.sh 
"$pkgdir"/usr/share/haskell/register/$pkgname.sh
-install -D -m744 unregister.sh 
"$pkgdir"/usr/share/haskell/unregister/$pkgname.sh
-runhaskell Setup copy --destdir="$pkgdir"
-install -D -m644 LICENSE "$pkgdir"/usr/share/licenses/$pkgname/LICENSE
-rm -f "$pkgdir"/usr/share/doc/$pkgname/LICENSE
-}

Copied: haskell-hspec-discover/repos/community-staging-x86_64/PKGBUILD (from 
rev 835775, haskell-hspec-discover/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2021-01-29 21:41:45 UTC (rev 835776)
@@ -0,0 +1,49 @@
+# Maintainer: Felix Yan 
+
+_hkgname=hspec-discover
+pkgname=haskell-hspec-discover
+pkgver=2.7.7
+pkgrel=11
+pkgdesc="Automatically discover and run Hspec tests"
+url="http://hspec.github.io/;
+license=('MIT')
+arch=('x86_64')
+depends=('ghc-libs')
+makedepends=('ghc')
+checkdepends=('haskell-quickcheck' 'haskell-hspec-meta')
+source=(https://hackage.haskell.org/packages/archive/${_hkgname}/${pkgver}/${_hkgname}-${pkgver}.tar.gz)
+sha512sums=('f57305cdc8e6a9ce1324f08bbb1b34bd90c826e0f8d8a98b800904e03d31af7984e1840daafa71719ec62d7a13b2b03b9ea185db3ef84d10477f47e418057f3b')
+
+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
+runhaskell Setup build $MAKEFLAGS
+runhaskell Setup register --gen-script
+runhaskell Setup unregister --gen-script
+sed -i -r -e "s|ghc-pkg.*update[^ ]* |&'--force' |" register.sh
+sed -i -r -e "s|ghc-pkg.*unregister[^ ]* |&'--force' |" unregister.sh
+}
+
+check() {
+cd $_hkgname-$pkgver
+runhaskell Setup test
+}
+
+package() {
+cd $_hkgname-$pkgver
+
+install -D -m744 register.sh 
"$pkgdir"/usr/share/haskell/register/$pkgname.sh
+install -D -m744 unregister.sh 
"$pkgdir"/usr/share/haskell/unregister/$pkgname.sh
+runhaskell Setup copy --destdir="$pkgdir"
+install -D -m644 LICENSE "$pkgdir"/usr/share/licenses/$pkgname/LICENSE
+rm -f "$pkgdir"/usr/share/doc/$pkgname/LICENSE
+}


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

2021-01-29 Thread Felix Yan via arch-commits
Date: Friday, January 29, 2021 @ 21:41:29
  Author: felixonmars
Revision: 835775

upgpkg: haskell-hspec-discover 2.7.7-11: rebuild with vector 0.12.2.0

Modified:
  haskell-hspec-discover/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2021-01-29 21:40:45 UTC (rev 835774)
+++ PKGBUILD2021-01-29 21:41:29 UTC (rev 835775)
@@ -3,7 +3,7 @@
 _hkgname=hspec-discover
 pkgname=haskell-hspec-discover
 pkgver=2.7.7
-pkgrel=10
+pkgrel=11
 pkgdesc="Automatically discover and run Hspec tests"
 url="http://hspec.github.io/;
 license=('MIT')


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

2021-01-29 Thread Felix Yan via arch-commits
Date: Friday, January 29, 2021 @ 21:39:37
  Author: felixonmars
Revision: 835771

upgpkg: haskell-test-framework-hunit 0.3.0.2-199: rebuild with vector 0.12.2.0

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

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

Modified: PKGBUILD
===
--- PKGBUILD2021-01-29 21:38:57 UTC (rev 835770)
+++ PKGBUILD2021-01-29 21:39:37 UTC (rev 835771)
@@ -4,7 +4,7 @@
 _hkgname=test-framework-hunit
 pkgname=haskell-test-framework-hunit
 pkgver=0.3.0.2
-pkgrel=198
+pkgrel=199
 pkgdesc="HUnit support for the test-framework package."
 url="https://batterseapower.github.io/test-framework/;
 license=("BSD")


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

2021-01-29 Thread Felix Yan via arch-commits
Date: Friday, January 29, 2021 @ 20:58:11
  Author: felixonmars
Revision: 835710

archrelease: copy trunk to community-staging-x86_64

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

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

Copied: haskell-primitive/repos/community-staging-x86_64/PKGBUILD (from rev 
835709, haskell-primitive/trunk/PKGBUILD)
===
--- community-staging-x86_64/PKGBUILD   (rev 0)
+++ community-staging-x86_64/PKGBUILD   2021-01-29 20:58:11 UTC (rev 835710)
@@ -0,0 +1,55 @@
+# Maintainer: Felix Yan 
+# Contributor: Sergej Pupykin 
+
+pkgname=haskell-primitive
+pkgver=0.7.1.0
+pkgrel=73
+pkgdesc="Wrappers for primitive operations"
+url="https://hackage.haskell.org/package/primitive;
+license=("BSD")
+arch=('x86_64')
+depends=('ghc-libs')
+makedepends=('ghc')
+checkdepends=('haskell-base-orphans' 'haskell-quickcheck' 
'haskell-quickcheck-classes-base'
+  'haskell-tasty' 'haskell-tasty-quickcheck' 'haskell-tagged'
+  'haskell-transformers-compat')
+source=("https://hackage.haskell.org/packages/archive/primitive/${pkgver}/primitive-${pkgver}.tar.gz;)
+sha512sums=('8ade11d0b2221cfdf042da0263b5b5367a7ca2a9b9e1141844e4a65bb0467df879c92cd3515440d715b59345860c1ec3cb3efd7a3d702269ea15e18692586367')
+
+prepare() {
+  cd primitive-$pkgver
+  sed -i '/semigroups/d;s/>= 2.13/>= 2.14/;s/>= 1.2/>= 1.3/' primitive.cabal
+}
+
+build() {
+  cd primitive-$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
+  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 primitive-$pkgver
+  runhaskell Setup test
+}
+
+package() {
+  cd primitive-$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 -Dm644 LICENSE "$pkgdir"/usr/share/licenses/${pkgname}/LICENSE
+  rm -f "$pkgdir"/usr/share/doc/${pkgname}/LICENSE
+}


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

2021-01-29 Thread Felix Yan via arch-commits
Date: Friday, January 29, 2021 @ 21:40:31
  Author: felixonmars
Revision: 835773

upgpkg: haskell-test-framework-quickcheck2 0.3.0.5-188: rebuild with vector 
0.12.2.0

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

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

Modified: PKGBUILD
===
--- PKGBUILD2021-01-29 21:39:51 UTC (rev 835772)
+++ PKGBUILD2021-01-29 21:40:31 UTC (rev 835773)
@@ -4,7 +4,7 @@
 _hkgname=test-framework-quickcheck2
 pkgname=haskell-test-framework-quickcheck2
 pkgver=0.3.0.5
-pkgrel=187
+pkgrel=188
 pkgdesc="QuickCheck-2 support for the test-framework package"
 url="https://haskell.github.io/test-framework/;
 license=("BSD")


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

2021-01-29 Thread Felix Yan via arch-commits
Date: Friday, January 29, 2021 @ 20:57:08
  Author: felixonmars
Revision: 835708

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 835707, haskell-tasty/trunk/PKGBUILD)

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

Copied: haskell-tasty/repos/community-staging-x86_64/PKGBUILD (from rev 835707, 
haskell-tasty/trunk/PKGBUILD)
===
--- community-staging-x86_64/PKGBUILD   (rev 0)
+++ community-staging-x86_64/PKGBUILD   2021-01-29 20:57:08 UTC (rev 835708)
@@ -0,0 +1,41 @@
+# Maintainer: Felix Yan 
+# Contributor: Arch Haskell Team 
+
+_hkgname=tasty
+pkgname=haskell-tasty
+pkgver=1.3.1
+pkgrel=122
+pkgdesc="Modern and extensible testing framework"
+url="http://documentup.com/feuerbach/tasty;
+license=("MIT")
+arch=('x86_64')
+depends=('ghc-libs' 'haskell-ansi-terminal' 'haskell-async' '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=('ed6e79f16a2c9e2fb7e82dce09b2ecb293b96bb42337d5cd8a15e822d3e35400842998ebda9b416c267d14f20a6e13c769a70ff22a58f7da5db3aa11e83411b2')
+
+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 \
+-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-primitive/trunk (PKGBUILD)

2021-01-29 Thread Felix Yan via arch-commits
Date: Friday, January 29, 2021 @ 20:57:57
  Author: felixonmars
Revision: 835709

upgpkg: haskell-primitive 0.7.1.0-73: rebuild with vector 0.12.2.0 (rebuild 
pass 1, specified --nocheck)

Modified:
  haskell-primitive/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2021-01-29 20:57:08 UTC (rev 835708)
+++ PKGBUILD2021-01-29 20:57:57 UTC (rev 835709)
@@ -3,7 +3,7 @@
 
 pkgname=haskell-primitive
 pkgver=0.7.1.0
-pkgrel=72
+pkgrel=73
 pkgdesc="Wrappers for primitive operations"
 url="https://hackage.haskell.org/package/primitive;
 license=("BSD")


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

2021-01-29 Thread Felix Yan via arch-commits
Date: Friday, January 29, 2021 @ 20:56:03
  Author: felixonmars
Revision: 835706

archrelease: copy trunk to community-staging-x86_64

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

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

Copied: haskell-unliftio/repos/community-staging-x86_64/PKGBUILD (from rev 
835705, haskell-unliftio/trunk/PKGBUILD)
===
--- community-staging-x86_64/PKGBUILD   (rev 0)
+++ community-staging-x86_64/PKGBUILD   2021-01-29 20:56:03 UTC (rev 835706)
@@ -0,0 +1,50 @@
+# Maintainer: Felix Yan 
+# Contributor: Arch Haskell Team 
+
+_hkgname=unliftio
+pkgname=haskell-unliftio
+pkgver=0.2.13.1
+pkgrel=61
+pkgdesc="The MonadUnliftIO typeclass for unlifting monads to IO (batteries 
included)"
+url="https://github.com/fpco/monad-unlift;
+license=("MIT")
+arch=('x86_64')
+depends=('ghc-libs' 'haskell-async' 'haskell-unliftio-core')
+makedepends=('ghc')
+checkdepends=('haskell-hspec' 'haskell-quickcheck')
+source=("https://hackage.haskell.org/packages/archive/${_hkgname}/${pkgver}/${_hkgname}-${pkgver}.tar.gz;)
+sha512sums=('726285be714da76b40e2cb3058c7485c85eb5cbf17ade1579724fa277cf97783b7983dd3a91526ac7739b086df096d1f65f3d129e03204e18eccfff52e4332d6')
+
+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
+runhaskell Setup build $MAKEFLAGS
+runhaskell Setup register --gen-script
+runhaskell Setup unregister --gen-script
+sed -i -r -e "s|ghc-pkg.*update[^ ]* |&'--force' |" register.sh
+sed -i -r -e "s|ghc-pkg.*unregister[^ ]* |&'--force' |" unregister.sh
+}
+
+check() {
+cd $_hkgname-$pkgver
+runhaskell Setup test
+}
+
+package() {
+cd $_hkgname-$pkgver
+
+install -D -m744 register.sh 
"$pkgdir"/usr/share/haskell/register/$pkgname.sh
+install -D -m744 unregister.sh 
"$pkgdir"/usr/share/haskell/unregister/$pkgname.sh
+runhaskell Setup copy --destdir="$pkgdir"
+install -D -m644 LICENSE "$pkgdir"/usr/share/licenses/$pkgname/LICENSE
+rm -f "$pkgdir"/usr/share/doc/$pkgname/LICENSE
+}


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

2021-01-29 Thread Felix Yan via arch-commits
Date: Friday, January 29, 2021 @ 20:55:50
  Author: felixonmars
Revision: 835705

upgpkg: haskell-unliftio 0.2.13.1-61: rebuild with vector 0.12.2.0 (rebuild 
pass 1, specified --nocheck)

Modified:
  haskell-unliftio/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2021-01-29 20:54:26 UTC (rev 835704)
+++ PKGBUILD2021-01-29 20:55:50 UTC (rev 835705)
@@ -4,7 +4,7 @@
 _hkgname=unliftio
 pkgname=haskell-unliftio
 pkgver=0.2.13.1
-pkgrel=60
+pkgrel=61
 pkgdesc="The MonadUnliftIO typeclass for unlifting monads to IO (batteries 
included)"
 url="https://github.com/fpco/monad-unlift;
 license=("MIT")


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

2021-01-29 Thread Felix Yan via arch-commits
Date: Friday, January 29, 2021 @ 20:56:54
  Author: felixonmars
Revision: 835707

upgpkg: haskell-tasty 1.3.1-122: rebuild with vector 0.12.2.0

Modified:
  haskell-tasty/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2021-01-29 20:56:03 UTC (rev 835706)
+++ PKGBUILD2021-01-29 20:56:54 UTC (rev 835707)
@@ -4,7 +4,7 @@
 _hkgname=tasty
 pkgname=haskell-tasty
 pkgver=1.3.1
-pkgrel=121
+pkgrel=122
 pkgdesc="Modern and extensible testing framework"
 url="http://documentup.com/feuerbach/tasty;
 license=("MIT")


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

2021-01-29 Thread Felix Yan via arch-commits
Date: Friday, January 29, 2021 @ 20:54:26
  Author: felixonmars
Revision: 835704

archrelease: copy trunk to community-staging-x86_64

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

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

Copied: haskell-async/repos/community-staging-x86_64/PKGBUILD (from rev 835703, 
haskell-async/trunk/PKGBUILD)
===
--- community-staging-x86_64/PKGBUILD   (rev 0)
+++ community-staging-x86_64/PKGBUILD   2021-01-29 20:54:26 UTC (rev 835704)
@@ -0,0 +1,43 @@
+# Maintainer: Felix Yan 
+# Contributor: Arch Haskell Team 
+
+_hkgname=async
+pkgname=haskell-async
+pkgver=2.2.2
+pkgrel=83
+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=('6984c74b76dc1db73363ca2e360d2be6f2e7b4de5c7de452c4df7ee996b2256790a8cecb532af6d7d675541315a16f8e4ce566c5f79e4102e4a857f057e2d811')
+
+prepare() {
+cd $_hkgname-$pkgver
+sed -i 's/< *4.14/<5/' $_hkgname.cabal
+}
+
+build() {
+cd $_hkgname-$pkgver
+
+runhaskell Setup configure -O --enable-shared --enable-executable-dynamic 
--disable-library-vanilla \
+--prefix=/usr --docdir=/usr/share/doc/$pkgname \
+--dynlibdir=/usr/lib --libsubdir=\$compiler/site-local/\$pkgid
+runhaskell Setup build $MAKEFLAGS
+runhaskell Setup register --gen-script
+runhaskell Setup unregister --gen-script
+sed -i -r -e "s|ghc-pkg.*update[^ ]* |&'--force' |" register.sh
+sed -i -r -e "s|ghc-pkg.*unregister[^ ]* |&'--force' |" unregister.sh
+}
+
+package() {
+cd $_hkgname-$pkgver
+
+install -D -m744 register.sh 
"$pkgdir"/usr/share/haskell/register/$pkgname.sh
+install -D -m744 unregister.sh 
"$pkgdir"/usr/share/haskell/unregister/$pkgname.sh
+runhaskell Setup copy --destdir="$pkgdir"
+install -D -m644 LICENSE "$pkgdir"/usr/share/licenses/$pkgname/LICENSE
+rm -f "$pkgdir"/usr/share/doc/$pkgname/LICENSE
+}


  1   2   3   4   5   6   7   8   9   10   >