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

2020-09-02 Thread Felix Yan via arch-commits
Date: Thursday, September 3, 2020 @ 06:58:21
  Author: felixonmars
Revision: 697259

upgpkg: haskell-concise 0.1.0.1-194: rebuild with mwc-random 0.15.0.0

Modified:
  haskell-concise/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2020-09-03 06:56:59 UTC (rev 697258)
+++ PKGBUILD2020-09-03 06:58:21 UTC (rev 697259)
@@ -4,7 +4,7 @@
 _hkgname=concise
 pkgname=haskell-concise
 pkgver=0.1.0.1
-pkgrel=193
+pkgrel=194
 pkgdesc="Utilities for Control.Lens.Cons"
 url="https://github.com/frasertweedal/hs-concise";
 license=("BSD")


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

2020-09-02 Thread Felix Yan via arch-commits
Date: Thursday, September 3, 2020 @ 06:58:34
  Author: felixonmars
Revision: 697260

archrelease: copy trunk to community-staging-x86_64

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

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

Copied: haskell-concise/repos/community-staging-x86_64/PKGBUILD (from rev 
697259, haskell-concise/trunk/PKGBUILD)
===
--- community-staging-x86_64/PKGBUILD   (rev 0)
+++ community-staging-x86_64/PKGBUILD   2020-09-03 06:58:34 UTC (rev 697260)
@@ -0,0 +1,44 @@
+# Maintainer: Felix Yan 
+# Contributor: Arch Haskell Team 
+
+_hkgname=concise
+pkgname=haskell-concise
+pkgver=0.1.0.1
+pkgrel=194
+pkgdesc="Utilities for Control.Lens.Cons"
+url="https://github.com/frasertweedal/hs-concise";
+license=("BSD")
+arch=('x86_64')
+depends=('ghc-libs' 'haskell-lens')
+makedepends=('ghc' 'haskell-quickcheck' 'haskell-quickcheck-instances' 
'haskell-tasty'
+ 'haskell-tasty-quickcheck')
+source=("https://hackage.haskell.org/packages/archive/${_hkgname}/${pkgver}/${_hkgname}-${pkgver}.tar.gz";)
+sha512sums=('1ca4aacd319107b6a0031e7d0604563a6be68c4c1a2df6e31e7336e8c29f8efd94d5517e31e9a986b9607eb059f74e33b1d8a307d5a23194daf5e88350d560d7')
+
+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-lens/repos (2 files)

2020-09-02 Thread Felix Yan via arch-commits
Date: Thursday, September 3, 2020 @ 06:56:59
  Author: felixonmars
Revision: 697258

archrelease: copy trunk to community-staging-x86_64

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

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

Copied: haskell-lens/repos/community-staging-x86_64/PKGBUILD (from rev 697257, 
haskell-lens/trunk/PKGBUILD)
===
--- community-staging-x86_64/PKGBUILD   (rev 0)
+++ community-staging-x86_64/PKGBUILD   2020-09-03 06:56:59 UTC (rev 697258)
@@ -0,0 +1,57 @@
+# Maintainer: Felix Yan 
+# Contributor: Arch Haskell Team 
+
+_hkgname=lens
+pkgname=haskell-lens
+pkgver=4.19.2
+pkgrel=22
+pkgdesc="Lenses, Folds and Traversals"
+url="https://github.com/ekmett/lens/";
+license=("BSD")
+arch=('x86_64')
+depends=('ghc-libs' 'haskell-base-orphans' 'haskell-bifunctors' 
'haskell-call-stack' 'haskell-comonad'
+ 'haskell-contravariant' 'haskell-distributive' 'haskell-free'
+ 'haskell-hashable' 'haskell-kan-extensions' 'haskell-parallel' 
'haskell-profunctors'
+ 'haskell-reflection' 'haskell-semigroupoids' 'haskell-tagged' 
'haskell-th-abstraction'
+ 'haskell-transformers-compat' 'haskell-unordered-containers' 
'haskell-vector')
+makedepends=('ghc' 'haskell-cabal-doctest' 'haskell-doctest' 
'haskell-generic-deriving' 'haskell-hunit'
+ 'haskell-quickcheck' 'haskell-simple-reflect' 
'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=('f1627c950457c38b0363a71717b76c0c84eafdcebaf14904da632ea295195dee1fd11db07ca524988729254b0e018da4417e40c0cb4f8ff086fbe412ce89f4c6')
+
+prepare() {
+cd $_hkgname-$pkgver
+sed -i '/nats/d;/semigroups *>= 0.9/d;s/< *0.17/<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 --enable-tests \
+--dynlibdir=/usr/lib --libsubdir=\$compiler/site-local/\$pkgid \
+-f-j -ftrustworthy -f-safe -ftest-templates -ftest-properties 
-ftest-hunit \
+-ftest-doctests -f-dump-splices -f-old-inline-pragmas -finlining \
+-f-benchmark-uniplate
+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-lens/trunk (PKGBUILD)

2020-09-02 Thread Felix Yan via arch-commits
Date: Thursday, September 3, 2020 @ 06:56:46
  Author: felixonmars
Revision: 697257

upgpkg: haskell-lens 4.19.2-22: rebuild with mwc-random 0.15.0.0

Modified:
  haskell-lens/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2020-09-03 06:54:20 UTC (rev 697256)
+++ PKGBUILD2020-09-03 06:56:46 UTC (rev 697257)
@@ -4,7 +4,7 @@
 _hkgname=lens
 pkgname=haskell-lens
 pkgver=4.19.2
-pkgrel=21
+pkgrel=22
 pkgdesc="Lenses, Folds and Traversals"
 url="https://github.com/ekmett/lens/";
 license=("BSD")


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

2020-09-02 Thread Felix Yan via arch-commits
Date: Thursday, September 3, 2020 @ 06:54:00
  Author: felixonmars
Revision: 395154

upgpkg: python-setuptools 1:50.1.0-1

Modified:
  python-setuptools/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2020-09-03 05:38:14 UTC (rev 395153)
+++ PKGBUILD2020-09-03 06:54:00 UTC (rev 395154)
@@ -3,7 +3,7 @@
 # Contributor: Eli Schwartz 
 
 pkgname=python-setuptools
-pkgver=50.0.3
+pkgver=50.1.0
 pkgrel=1
 epoch=1
 pkgdesc="Easily download, build, install, upgrade, and uninstall Python 
packages"
@@ -18,7 +18,7 @@
 provides=('python-distribute')
 replaces=('python-distribute')
 
source=("$pkgname-$pkgver.tar.gz::https://github.com/pypa/setuptools/archive/v$pkgver.tar.gz";)
-sha512sums=('745247050ffb0372ec9fcbe4b0ba78a848005056d7388d8374574708756a66b3d2ed91754d2aaa42b2c88b9ff36bddecade710941cc6933752c1386e5048aa40')
+sha512sums=('ab9ba7a19f599403c6517e437bd12be11c112234eb4f1ecff29637ca08fc456a7800a27e0f6981f5a819c56d643d9d978b49ef5aa8664afea65c2d0417f08eab')
 
 export SETUPTOOLS_INSTALL_WINDOWS_SPECIFIC_FILES=0
 


[arch-commits] Commit in python-setuptools/repos/testing-any (PKGBUILD PKGBUILD)

2020-09-02 Thread Felix Yan via arch-commits
Date: Thursday, September 3, 2020 @ 06:54:15
  Author: felixonmars
Revision: 395155

archrelease: copy trunk to testing-any

Added:
  python-setuptools/repos/testing-any/PKGBUILD
(from rev 395154, python-setuptools/trunk/PKGBUILD)
Deleted:
  python-setuptools/repos/testing-any/PKGBUILD

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

Deleted: PKGBUILD
===
--- PKGBUILD2020-09-03 06:54:00 UTC (rev 395154)
+++ PKGBUILD2020-09-03 06:54:15 UTC (rev 395155)
@@ -1,86 +0,0 @@
-# Maintainer: Angel Velasquez 
-# Maintainer: Felix Yan 
-# Contributor: Eli Schwartz 
-
-pkgname=python-setuptools
-pkgver=50.0.3
-pkgrel=1
-epoch=1
-pkgdesc="Easily download, build, install, upgrade, and uninstall Python 
packages"
-arch=('any')
-license=('PSF')
-url="https://pypi.org/project/setuptools/";
-depends=('python-appdirs' 'python-packaging' 'python-ordered-set')
-makedepends=('git')
-checkdepends=('python-jaraco.envs' 'python-mock' 'python-pip' 
'python-pytest-fixture-config'
-  'python-pytest-flake8' 'python-pytest-virtualenv' 'python-wheel' 
'python-paver'
-  'python-pytest-cov')
-provides=('python-distribute')
-replaces=('python-distribute')
-source=("$pkgname-$pkgver.tar.gz::https://github.com/pypa/setuptools/archive/v$pkgver.tar.gz";)
-sha512sums=('745247050ffb0372ec9fcbe4b0ba78a848005056d7388d8374574708756a66b3d2ed91754d2aaa42b2c88b9ff36bddecade710941cc6933752c1386e5048aa40')
-
-export SETUPTOOLS_INSTALL_WINDOWS_SPECIFIC_FILES=0
-
-prepare() {
-  rm -r setuptools-$pkgver/{pkg_resources,setuptools}/{extern,_vendor}
-
-  # Upstream devendoring logic is badly broken, see:
-  # https://bugs.archlinux.org/task/58670
-  # https://github.com/pypa/pip/issues/5429
-  # https://github.com/pypa/setuptools/issues/1383
-  # The simplest fix is to simply rewrite import paths to use the canonical
-  # location in the first place
-  for _module in setuptools pkg_resources '' ; do
-  find setuptools-$pkgver -name \*.py -exec sed -i \
-  -e 's/from '$_module.extern' import/import/' \
-  -e 's/from '$_module.extern'./from /' \
-  -e 's/import '$_module.extern'./import /' \
-  -e "s/__import__('$_module.extern./__import__('/" \
-  {} +
-done
-
-  # Fix for flake8
-  sed -i 's/import six, ordered_set/import six\nimport ordered_set/' 
setuptools-$pkgver/setuptools/command/sdist.py
-
-  # Remove post-release tag since we are using stable tags
-  sed -e '/tag_build = .post/d' \
-  -e '/tag_date = 1/d' \
-  -i setuptools-$pkgver/setup.cfg
-
-  # 'Clean' installation is expected to fail since we removed bundled packages
-  sed -i '/^def test_clean_env_install/i @pytest.mark.xfail' 
setuptools-$pkgver/setuptools/tests/test_virtualenv.py
-
-  # Tests failed. Importing an unbundled new setuptools in a virtualenv does 
not work, but this won't
-  # affect normal virtualenv usage (which don't have to import the unbundled 
setuptools in *current*
-  # dir.
-  sed -e '/^def test_pip_upgrade_from_source/i @pytest.mark.xfail' \
-  -e '/^def test_test_command_install_requirements/i @pytest.mark.xfail' \
-  -e '/^def test_no_missing_dependencies/i @pytest.mark.xfail' \
-  -i setuptools-$pkgver/setuptools/tests/test_virtualenv.py
-  
-  cd "$srcdir"/setuptools-$pkgver
-  sed -i -e "s|^#\!.*/usr/bin/env python|#!/usr/bin/env python3|" 
setuptools/command/easy_install.py
-}
-
-build() {
-  cd setuptools-$pkgver
-  python bootstrap.py
-  python setup.py build
-}
-
-check() { (
-  # Workaround UTF-8 tests by setting LC_CTYPE
-  export LC_CTYPE=en_US.UTF-8
-
-  # https://github.com/pypa/setuptools/pull/810
-  export PYTHONDONTWRITEBYTECODE=1
-
-  cd setuptools-$pkgver
-  python -m pytest --deselect setuptools/tests/test_distutils_adoption.py
-)}
-
-package() {
-  cd setuptools-$pkgver
-  python setup.py install --prefix=/usr --root="$pkgdir" --optimize=1 
--skip-build
-}

Copied: python-setuptools/repos/testing-any/PKGBUILD (from rev 395154, 
python-setuptools/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2020-09-03 06:54:15 UTC (rev 395155)
@@ -0,0 +1,86 @@
+# Maintainer: Angel Velasquez 
+# Maintainer: Felix Yan 
+# Contributor: Eli Schwartz 
+
+pkgname=python-setuptools
+pkgver=50.1.0
+pkgrel=1
+epoch=1
+pkgdesc="Easily download, build, install, upgrade, and uninstall Python 
packages"
+arch=('any')
+license=('PSF')
+url="https://pypi.org/project/setuptools/";
+depends=('python-appdirs' 'python-packaging' 'python-ordered-set')
+makedepends=('git')
+checkdepends=('python-jaraco.envs' 'python-mock' 'python-pip' 
'python-pytest-fixture-config'
+  'python-pytest-flake8' 'python-pytest-virtualenv' 'python-wheel' 
'python-paver'
+  'python-pytest-cov')
+provides=('python-distribute'

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

2020-09-02 Thread Felix Yan via arch-commits
Date: Thursday, September 3, 2020 @ 06:54:20
  Author: felixonmars
Revision: 697256

archrelease: copy trunk to community-x86_64

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

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

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

Copied: deepin-file-manager/repos/community-x86_64/PKGBUILD (from rev 697255, 
deepin-file-manager/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2020-09-03 06:54:20 UTC (rev 697256)
@@ -0,0 +1,48 @@
+# Maintainer: Felix Yan 
+# Contributor: Josip Ponjavic 
+# Contributor: Xu Fasheng 
+
+pkgname=deepin-file-manager
+pkgver=5.2.0.35
+pkgrel=1
+epoch=1
+pkgdesc='Deepin File Manager'
+arch=('x86_64')
+url="https://github.com/linuxdeepin/dde-file-manager";
+license=('GPL3')
+# startdde: for com.deepin.SessionManager
+depends=('deepin-qt5integration' 'deepin-anything' 'disomaster' 'file' 
'gio-qt' 'libmediainfo' 'avfs' 'polkit-qt5' 'poppler'
+ 'ffmpegthumbnailer' 'jemalloc' 'kcodecs' 'startdde' 'taglib')
+makedepends=('qt5-tools' 'deepin-dock' 'deepin-movie' 'deepin-gettext-tools')
+optdepends=('deepin-manual: for help menual'
+'deepin-shortcut-viewer: for shortcut display'
+'deepin-screensaver: for screensaver chooser'
+'deepin-movie: for video preview'
+'deepin-terminal: for opening in terminal'
+'deepin-compressor: for compress/decompress')
+groups=('deepin')
+provides=('deepin-desktop')
+conflicts=('deepin-desktop')
+replaces=('deepin-desktop')
+source=("$pkgname-$pkgver.tar.gz::https://github.com/linuxdeepin/dde-file-manager/archive/$pkgver.tar.gz";
+ deepin-file-manager-qt5.15.patch)
+sha512sums=('44ac868f6fa8efd1872f21d16c5f0e3ed4a0543b32e99685dea36aa7757f56bc1841bbbea466b81a657f5e4e5a28b9c1510e757592d1359188249af6c8ed6f52'
+
'0c38761b7a44dc581d7d4fedc2c51cf702769ec43a325384f13ce427cf2dccc8af4b59e82f4bd567449073926f4a7ad433147ea01db0ad8ab75eb46f7150a3eb')
+
+prepare() {
+  cd dde-file-manager-$pkgver
+  sed -i 's|systembusconf.path = /etc/dbus-1/system.d|systembusconf.path = 
/usr/share/dbus-1/system.d|' dde-file-manager-daemon/dde-file-manager-daemon.pro
+
+  patch -p1 -i ../deepin-file-manager-qt5.15.patch # Fix build with Qt 5.15
+}
+
+build() {
+ 

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

2020-09-02 Thread Felix Yan via arch-commits
Date: Thursday, September 3, 2020 @ 06:54:02
  Author: felixonmars
Revision: 697255

upgpkg: deepin-file-manager 1:5.2.0.35-1

Modified:
  deepin-file-manager/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2020-09-03 06:53:35 UTC (rev 697254)
+++ PKGBUILD2020-09-03 06:54:02 UTC (rev 697255)
@@ -3,7 +3,7 @@
 # Contributor: Xu Fasheng 
 
 pkgname=deepin-file-manager
-pkgver=5.2.0.34
+pkgver=5.2.0.35
 pkgrel=1
 epoch=1
 pkgdesc='Deepin File Manager'
@@ -26,7 +26,7 @@
 replaces=('deepin-desktop')
 
source=("$pkgname-$pkgver.tar.gz::https://github.com/linuxdeepin/dde-file-manager/archive/$pkgver.tar.gz";
  deepin-file-manager-qt5.15.patch)
-sha512sums=('5060af8b5d9b4ede8f96db942aa53f583bf53723e9483925e3d8392329867473724529d4b0c8798de785dd6df08ac853011b55459da9403ecbf08a7ea866d33c'
+sha512sums=('44ac868f6fa8efd1872f21d16c5f0e3ed4a0543b32e99685dea36aa7757f56bc1841bbbea466b81a657f5e4e5a28b9c1510e757592d1359188249af6c8ed6f52'
 
'0c38761b7a44dc581d7d4fedc2c51cf702769ec43a325384f13ce427cf2dccc8af4b59e82f4bd567449073926f4a7ad433147ea01db0ad8ab75eb46f7150a3eb')
 
 prepare() {


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

2020-09-02 Thread Felix Yan via arch-commits
Date: Thursday, September 3, 2020 @ 06:53:35
  Author: felixonmars
Revision: 697254

archrelease: copy trunk to community-staging-x86_64

Added:
  haskell-kan-extensions/repos/community-staging-x86_64/
  haskell-kan-extensions/repos/community-staging-x86_64/PKGBUILD
(from rev 697253, haskell-kan-extensions/trunk/PKGBUILD)

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

Copied: haskell-kan-extensions/repos/community-staging-x86_64/PKGBUILD (from 
rev 697253, haskell-kan-extensions/trunk/PKGBUILD)
===
--- community-staging-x86_64/PKGBUILD   (rev 0)
+++ community-staging-x86_64/PKGBUILD   2020-09-03 06:53:35 UTC (rev 697254)
@@ -0,0 +1,40 @@
+# Maintainer: Felix Yan 
+# Contributor: Arch Haskell Team 
+
+_hkgname=kan-extensions
+pkgname=haskell-kan-extensions
+pkgver=5.2
+pkgrel=125
+pkgdesc="Kan extensions, Kan lifts, the Yoneda lemma, and (co)density 
(co)monads"
+url="https://github.com/ekmett/kan-extensions/";
+license=("BSD")
+arch=('x86_64')
+depends=('ghc-libs' 'haskell-adjunctions' 'haskell-comonad' 
'haskell-contravariant'
+ 'haskell-distributive' 'haskell-free' 'haskell-invariant' 
'haskell-profunctors'
+ 'haskell-semigroupoids' 'haskell-tagged' 
'haskell-transformers-compat')
+makedepends=('ghc')
+source=("https://hackage.haskell.org/packages/archive/$_hkgname/$pkgver/$_hkgname-$pkgver.tar.gz";)
+sha512sums=('209700c5c912ecebf2b8f5a5ef8a2b6943281a9a7181f47b99faf78c383cfe0f6054eb5fb59ed558cb55f06cae4b8e980c655c862717afd003f05ee952eca05e')
+
+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-kan-extensions/trunk (PKGBUILD)

2020-09-02 Thread Felix Yan via arch-commits
Date: Thursday, September 3, 2020 @ 06:53:22
  Author: felixonmars
Revision: 697253

upgpkg: haskell-kan-extensions 5.2-125: rebuild with mwc-random 0.15.0.0

Modified:
  haskell-kan-extensions/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2020-09-03 06:52:35 UTC (rev 697252)
+++ PKGBUILD2020-09-03 06:53:22 UTC (rev 697253)
@@ -4,7 +4,7 @@
 _hkgname=kan-extensions
 pkgname=haskell-kan-extensions
 pkgver=5.2
-pkgrel=124
+pkgrel=125
 pkgdesc="Kan extensions, Kan lifts, the Yoneda lemma, and (co)density 
(co)monads"
 url="https://github.com/ekmett/kan-extensions/";
 license=("BSD")


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

2020-09-02 Thread Felix Yan via arch-commits
Date: Thursday, September 3, 2020 @ 06:52:35
  Author: felixonmars
Revision: 697252

archrelease: copy trunk to community-staging-x86_64

Added:
  haskell-deriving-compat/repos/community-staging-x86_64/
  haskell-deriving-compat/repos/community-staging-x86_64/PKGBUILD
(from rev 697251, haskell-deriving-compat/trunk/PKGBUILD)

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

Copied: haskell-deriving-compat/repos/community-staging-x86_64/PKGBUILD (from 
rev 697251, haskell-deriving-compat/trunk/PKGBUILD)
===
--- community-staging-x86_64/PKGBUILD   (rev 0)
+++ community-staging-x86_64/PKGBUILD   2020-09-03 06:52:35 UTC (rev 697252)
@@ -0,0 +1,43 @@
+# Maintainer: Felix Yan 
+
+_hkgname=deriving-compat
+pkgname=haskell-deriving-compat
+pkgver=0.5.9
+pkgrel=13
+pkgdesc="Backports of GHC deriving extensions"
+url="https://github.com/haskell-compat/deriving-compat";
+license=('BSD')
+arch=('x86_64')
+depends=('ghc-libs' 'haskell-th-abstraction' 'haskell-transformers-compat')
+makedepends=('ghc' 'haskell-base-compat' 'haskell-base-orphans' 
'haskell-hspec' 'haskell-quickcheck'
+ 'haskell-tagged' 'haskell-void')
+source=(https://hackage.haskell.org/packages/archive/${_hkgname}/${pkgver}/${_hkgname}-${pkgver}.tar.gz)
+sha512sums=('4f1442867894d0b4899e7e649c404be13160cc9bda3d6f24d38d391e3057913279d6b815ef26bc95c4a6ac752304480627d051d3aa826af10a668e309ae7a105')
+
+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-deriving-compat/trunk (PKGBUILD)

2020-09-02 Thread Felix Yan via arch-commits
Date: Thursday, September 3, 2020 @ 06:52:22
  Author: felixonmars
Revision: 697251

upgpkg: haskell-deriving-compat 0.5.9-13: rebuild with mwc-random 0.15.0.0

Modified:
  haskell-deriving-compat/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2020-09-03 06:51:40 UTC (rev 697250)
+++ PKGBUILD2020-09-03 06:52:22 UTC (rev 697251)
@@ -3,7 +3,7 @@
 _hkgname=deriving-compat
 pkgname=haskell-deriving-compat
 pkgver=0.5.9
-pkgrel=12
+pkgrel=13
 pkgdesc="Backports of GHC deriving extensions"
 url="https://github.com/haskell-compat/deriving-compat";
 license=('BSD')


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

2020-09-02 Thread Chih-Hsuan Yen via arch-commits
Date: Thursday, September 3, 2020 @ 06:51:40
  Author: yan12125
Revision: 697250

archrelease: copy trunk to community-any

Added:
  python-cfn-lint/repos/community-any/PKGBUILD
(from rev 697249, python-cfn-lint/trunk/PKGBUILD)
Deleted:
  python-cfn-lint/repos/community-any/PKGBUILD

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

Deleted: PKGBUILD
===
--- PKGBUILD2020-09-03 06:51:17 UTC (rev 697249)
+++ PKGBUILD2020-09-03 06:51:40 UTC (rev 697250)
@@ -1,42 +0,0 @@
-# Maintainer: Chih-Hsuan Yen 
-
-pkgname=python-cfn-lint
-pkgver=0.35.0
-pkgrel=1
-pkgdesc='CloudFormation Linter'
-arch=(any)
-url='https://github.com/aws-cloudformation/cfn-python-lint'
-license=('custom:MIT No Attribution')
-depends=(python python-yaml python-six python-aws-sam-translator
- python-jsonpatch python-jsonschema python-setuptools python-networkx
- python-junit-xml)
-checkdepends=(python-pytest python-mock python-pydot)
-optdepends=(
-  'python-pydot: for building graphs from templates'
-)
-source=("https://github.com/aws-cloudformation/cfn-python-lint/archive/v$pkgver/cfn-python-lint-$pkgver.tar.gz";)
-sha256sums=('f9665b69b60ceb9c608ca40b2f2b0e39f51aecf3243ef78407292e09444e2b79')
-
-build() {
-  cd cfn-python-lint-$pkgver
-  python setup.py build
-}
-
-check() {
-  cd cfn-python-lint-$pkgver
-
-  # Tests in test/integration need the cfn-lint binary
-  python setup.py install_scripts --install-dir="$srcdir"/tmp_install
-
-  export PYTHONPATH="$PWD/src"
-  export PATH="$PATH:$srcdir/tmp_install"
-  pytest -v test
-}
-
-package() {
-  cd cfn-python-lint-$pkgver
-  # use PYTHONHASHSEED=0 to work around https://bugs.python.org/issue34033
-  PYTHONHASHSEED=0 python setup.py install --root="$pkgdir" --optimize=1 
--skip-build
-
-  install -Dm644 LICENSE -t "$pkgdir"/usr/share/licenses/$pkgname
-}

Copied: python-cfn-lint/repos/community-any/PKGBUILD (from rev 697249, 
python-cfn-lint/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2020-09-03 06:51:40 UTC (rev 697250)
@@ -0,0 +1,42 @@
+# Maintainer: Chih-Hsuan Yen 
+
+pkgname=python-cfn-lint
+pkgver=0.35.1
+pkgrel=1
+pkgdesc='CloudFormation Linter'
+arch=(any)
+url='https://github.com/aws-cloudformation/cfn-python-lint'
+license=('custom:MIT No Attribution')
+depends=(python python-yaml python-six python-aws-sam-translator
+ python-jsonpatch python-jsonschema python-setuptools python-networkx
+ python-junit-xml)
+checkdepends=(python-pytest python-mock python-pydot)
+optdepends=(
+  'python-pydot: for building graphs from templates'
+)
+source=("https://github.com/aws-cloudformation/cfn-python-lint/archive/v$pkgver/cfn-python-lint-$pkgver.tar.gz";)
+sha256sums=('8a2b3c0ab3a500082f536b5175da50ae111f4af192d7e181bcce7988f1bb2fd0')
+
+build() {
+  cd cfn-python-lint-$pkgver
+  python setup.py build
+}
+
+check() {
+  cd cfn-python-lint-$pkgver
+
+  # Tests in test/integration need the cfn-lint binary
+  python setup.py install_scripts --install-dir="$srcdir"/tmp_install
+
+  export PYTHONPATH="$PWD/src"
+  export PATH="$PATH:$srcdir/tmp_install"
+  pytest -v test
+}
+
+package() {
+  cd cfn-python-lint-$pkgver
+  # use PYTHONHASHSEED=0 to work around https://bugs.python.org/issue34033
+  PYTHONHASHSEED=0 python setup.py install --root="$pkgdir" --optimize=1 
--skip-build
+
+  install -Dm644 LICENSE -t "$pkgdir"/usr/share/licenses/$pkgname
+}


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

2020-09-02 Thread Chih-Hsuan Yen via arch-commits
Date: Thursday, September 3, 2020 @ 06:51:08
  Author: yan12125
Revision: 697248

upgpkg: python-cfn-lint 0.35.1-1

Modified:
  python-cfn-lint/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2020-09-03 06:51:04 UTC (rev 697247)
+++ PKGBUILD2020-09-03 06:51:08 UTC (rev 697248)
@@ -1,7 +1,7 @@
 # Maintainer: Chih-Hsuan Yen 
 
 pkgname=python-cfn-lint
-pkgver=0.35.0
+pkgver=0.35.1
 pkgrel=1
 pkgdesc='CloudFormation Linter'
 arch=(any)
@@ -15,7 +15,7 @@
   'python-pydot: for building graphs from templates'
 )
 
source=("https://github.com/aws-cloudformation/cfn-python-lint/archive/v$pkgver/cfn-python-lint-$pkgver.tar.gz";)
-sha256sums=('f9665b69b60ceb9c608ca40b2f2b0e39f51aecf3243ef78407292e09444e2b79')
+sha256sums=('8a2b3c0ab3a500082f536b5175da50ae111f4af192d7e181bcce7988f1bb2fd0')
 
 build() {
   cd cfn-python-lint-$pkgver


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

2020-09-02 Thread Felix Yan via arch-commits
Date: Thursday, September 3, 2020 @ 06:51:17
  Author: felixonmars
Revision: 697249

archrelease: copy trunk to community-staging-x86_64

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

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

Copied: haskell-dec/repos/community-staging-x86_64/PKGBUILD (from rev 697248, 
haskell-dec/trunk/PKGBUILD)
===
--- community-staging-x86_64/PKGBUILD   (rev 0)
+++ community-staging-x86_64/PKGBUILD   2020-09-03 06:51:17 UTC (rev 697249)
@@ -0,0 +1,44 @@
+# Maintainer: Felix Yan 
+
+_hkgname=dec
+pkgname=haskell-dec
+pkgver=0.0.3
+pkgrel=21
+pkgdesc="Decidable propositions"
+url="https://github.com/phadej/dec";
+license=('BSD')
+arch=('x86_64')
+depends=('ghc-libs' 'haskell-void')
+makedepends=('ghc')
+source=(https://hackage.haskell.org/packages/archive/${_hkgname}/${pkgver}/${_hkgname}-${pkgver}.tar.gz)
+sha512sums=('446911a59287b48d8b98acf588671e6ed19fc12ed8adeabdab8f21c1fefb80cac7b59b9fea52a4671b997aa63d2eadda5181490e6901e99e9882de572abdc595')
+
+prepare() {
+cd $_hkgname-$pkgver
+echo -e "import Distribution.Simple\nmain = defaultMain" > Setup.hs
+
+sed -i 's/< *4.13/<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 --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
+}
+
+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-bower-json/trunk (PKGBUILD)

2020-09-02 Thread Felix Yan via arch-commits
Date: Thursday, September 3, 2020 @ 06:50:14
  Author: felixonmars
Revision: 697245

upgpkg: haskell-bower-json 1.0.0.1-201: rebuild with mwc-random 0.15.0.0

Modified:
  haskell-bower-json/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2020-09-03 06:49:14 UTC (rev 697244)
+++ PKGBUILD2020-09-03 06:50:14 UTC (rev 697245)
@@ -4,7 +4,7 @@
 _hkgname=bower-json
 pkgname=haskell-bower-json
 pkgver=1.0.0.1
-pkgrel=200
+pkgrel=201
 pkgdesc="Read bower.json from Haskell"
 url="https://github.com/hdgarrood/bower-json";
 license=("MIT")


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

2020-09-02 Thread Felix Yan via arch-commits
Date: Thursday, September 3, 2020 @ 06:51:04
  Author: felixonmars
Revision: 697247

upgpkg: haskell-dec 0.0.3-21: rebuild with mwc-random 0.15.0.0

Modified:
  haskell-dec/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2020-09-03 06:50:27 UTC (rev 697246)
+++ PKGBUILD2020-09-03 06:51:04 UTC (rev 697247)
@@ -3,7 +3,7 @@
 _hkgname=dec
 pkgname=haskell-dec
 pkgver=0.0.3
-pkgrel=20
+pkgrel=21
 pkgdesc="Decidable propositions"
 url="https://github.com/phadej/dec";
 license=('BSD')


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

2020-09-02 Thread Felix Yan via arch-commits
Date: Thursday, September 3, 2020 @ 06:50:27
  Author: felixonmars
Revision: 697246

archrelease: copy trunk to community-staging-x86_64

Added:
  haskell-bower-json/repos/community-staging-x86_64/
  haskell-bower-json/repos/community-staging-x86_64/PKGBUILD
(from rev 697245, haskell-bower-json/trunk/PKGBUILD)

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

Copied: haskell-bower-json/repos/community-staging-x86_64/PKGBUILD (from rev 
697245, haskell-bower-json/trunk/PKGBUILD)
===
--- community-staging-x86_64/PKGBUILD   (rev 0)
+++ community-staging-x86_64/PKGBUILD   2020-09-03 06:50:27 UTC (rev 697246)
@@ -0,0 +1,39 @@
+# Maintainer: Felix Yan 
+# Contributor: Arch Haskell Team 
+
+_hkgname=bower-json
+pkgname=haskell-bower-json
+pkgver=1.0.0.1
+pkgrel=201
+pkgdesc="Read bower.json from Haskell"
+url="https://github.com/hdgarrood/bower-json";
+license=("MIT")
+arch=('x86_64')
+depends=('ghc-libs' "haskell-aeson" "haskell-aeson-better-errors" 
"haskell-scientific"
+ "haskell-unordered-containers" "haskell-vector")
+makedepends=('ghc')
+source=("https://hackage.haskell.org/packages/archive/${_hkgname}/${pkgver}/${_hkgname}-${pkgver}.tar.gz";)
+sha256sums=('7aa954e2b1bf79307db710c158108bd9ddb45b333ca96072cdbfaf96c77b7e73')
+
+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-aeson-better-errors/trunk (PKGBUILD)

2020-09-02 Thread Felix Yan via arch-commits
Date: Thursday, September 3, 2020 @ 06:49:01
  Author: felixonmars
Revision: 697243

upgpkg: haskell-aeson-better-errors 0.9.1.0-203: rebuild with mwc-random 
0.15.0.0

Modified:
  haskell-aeson-better-errors/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2020-09-03 06:48:14 UTC (rev 697242)
+++ PKGBUILD2020-09-03 06:49:01 UTC (rev 697243)
@@ -4,7 +4,7 @@
 _hkgname=aeson-better-errors
 pkgname=haskell-aeson-better-errors
 pkgver=0.9.1.0
-pkgrel=202
+pkgrel=203
 pkgdesc="Better error messages when decoding JSON values."
 url="https://github.com/hdgarrood/aeson-better-errors";
 license=("MIT")


[arch-commits] Commit in haskell-aeson-better-errors/repos (2 files)

2020-09-02 Thread Felix Yan via arch-commits
Date: Thursday, September 3, 2020 @ 06:49:14
  Author: felixonmars
Revision: 697244

archrelease: copy trunk to community-staging-x86_64

Added:
  haskell-aeson-better-errors/repos/community-staging-x86_64/
  haskell-aeson-better-errors/repos/community-staging-x86_64/PKGBUILD
(from rev 697243, haskell-aeson-better-errors/trunk/PKGBUILD)

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

Copied: haskell-aeson-better-errors/repos/community-staging-x86_64/PKGBUILD 
(from rev 697243, haskell-aeson-better-errors/trunk/PKGBUILD)
===
--- community-staging-x86_64/PKGBUILD   (rev 0)
+++ community-staging-x86_64/PKGBUILD   2020-09-03 06:49:14 UTC (rev 697244)
@@ -0,0 +1,39 @@
+# Maintainer: Felix Yan 
+# Contributor: Arch Haskell Team 
+
+_hkgname=aeson-better-errors
+pkgname=haskell-aeson-better-errors
+pkgver=0.9.1.0
+pkgrel=203
+pkgdesc="Better error messages when decoding JSON values."
+url="https://github.com/hdgarrood/aeson-better-errors";
+license=("MIT")
+arch=('x86_64')
+depends=('ghc-libs' "haskell-aeson" "haskell-dlist" "haskell-scientific"
+ "haskell-transformers-compat" "haskell-unordered-containers" 
"haskell-vector" "haskell-void")
+makedepends=('ghc')
+source=("https://hackage.haskell.org/packages/archive/${_hkgname}/${pkgver}/${_hkgname}-${pkgver}.tar.gz";)
+sha256sums=('68f001bf055ec7b755d91019f2a0ef136307d157a231acddad6b4cc561f67327')
+
+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-adjunctions/repos (2 files)

2020-09-02 Thread Felix Yan via arch-commits
Date: Thursday, September 3, 2020 @ 06:48:14
  Author: felixonmars
Revision: 697242

archrelease: copy trunk to community-staging-x86_64

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

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

Copied: haskell-adjunctions/repos/community-staging-x86_64/PKGBUILD (from rev 
697241, haskell-adjunctions/trunk/PKGBUILD)
===
--- community-staging-x86_64/PKGBUILD   (rev 0)
+++ community-staging-x86_64/PKGBUILD   2020-09-03 06:48:14 UTC (rev 697242)
@@ -0,0 +1,50 @@
+# Maintainer: Felix Yan 
+# Contributor: Arch Haskell Team 
+
+_hkgname=adjunctions
+pkgname=haskell-adjunctions
+pkgver=4.4
+pkgrel=155
+pkgdesc="Adjunctions and representable functors"
+url="https://github.com/ekmett/adjunctions/";
+license=("BSD")
+arch=('x86_64')
+depends=('ghc-libs' 'haskell-comonad' 'haskell-contravariant' 
'haskell-distributive' 'haskell-free'
+ 'haskell-profunctors' 'haskell-semigroupoids' 'haskell-tagged'
+ 'haskell-transformers-compat' 'haskell-void')
+makedepends=('ghc' 'haskell-generic-deriving' 'haskell-hspec')
+source=("https://hackage.haskell.org/packages/archive/${_hkgname}/${pkgver}/${_hkgname}-${pkgver}.tar.gz";)
+sha512sums=('30f4fb8a30d8428e032d322a9a627e7ebc44b2c737e87670907134a5aa6019145f2c3e6b2e7f8e00d5ffbe1ce4b4a5c812c3ee976257419d7d429b19db28918c')
+
+prepare() {
+cd $_hkgname-$pkgver
+sed -i -e '/semigroups/d' -e 's/< *0.6/<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 --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-adjunctions/trunk (PKGBUILD)

2020-09-02 Thread Felix Yan via arch-commits
Date: Thursday, September 3, 2020 @ 06:48:01
  Author: felixonmars
Revision: 697241

upgpkg: haskell-adjunctions 4.4-155: rebuild with mwc-random 0.15.0.0

Modified:
  haskell-adjunctions/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2020-09-03 06:47:14 UTC (rev 697240)
+++ PKGBUILD2020-09-03 06:48:01 UTC (rev 697241)
@@ -4,7 +4,7 @@
 _hkgname=adjunctions
 pkgname=haskell-adjunctions
 pkgver=4.4
-pkgrel=154
+pkgrel=155
 pkgdesc="Adjunctions and representable functors"
 url="https://github.com/ekmett/adjunctions/";
 license=("BSD")


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

2020-09-02 Thread Felix Yan via arch-commits
Date: Thursday, September 3, 2020 @ 06:47:14
  Author: felixonmars
Revision: 697240

archrelease: copy trunk to community-staging-x86_64

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

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

Copied: haskell-void/repos/community-staging-x86_64/PKGBUILD (from rev 697239, 
haskell-void/trunk/PKGBUILD)
===
--- community-staging-x86_64/PKGBUILD   (rev 0)
+++ community-staging-x86_64/PKGBUILD   2020-09-03 06:47:14 UTC (rev 697240)
@@ -0,0 +1,44 @@
+# Maintainer: Felix Yan 
+# Contributor: Arch Haskell Team 
+
+_hkgname=void
+pkgname=haskell-void
+pkgver=0.7.3
+pkgrel=21
+pkgdesc="A Haskell 98 logically uninhabited data type"
+url="https://github.com/ekmett/void";
+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=('d9ecf726c6f7806d25d7d3f759a94d8b82c21c348b1cb7943c48d799bbdfdc01d9d729f1a64aebbf66d52275f2e69fa2b060db2fcb408b83a23ccff2730d8a11')
+
+prepare() {
+cd $_hkgname-$pkgver
+sed -i -e '/semigroups/d' $_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-safe
+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-void/trunk (PKGBUILD)

2020-09-02 Thread Felix Yan via arch-commits
Date: Thursday, September 3, 2020 @ 06:47:01
  Author: felixonmars
Revision: 697239

upgpkg: haskell-void 0.7.3-21: rebuild with mwc-random 0.15.0.0

Modified:
  haskell-void/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2020-09-03 06:46:25 UTC (rev 697238)
+++ PKGBUILD2020-09-03 06:47:01 UTC (rev 697239)
@@ -4,7 +4,7 @@
 _hkgname=void
 pkgname=haskell-void
 pkgver=0.7.3
-pkgrel=20
+pkgrel=21
 pkgdesc="A Haskell 98 logically uninhabited data type"
 url="https://github.com/ekmett/void";
 license=("BSD")


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

2020-09-02 Thread Felix Yan via arch-commits
Date: Thursday, September 3, 2020 @ 06:46:25
  Author: felixonmars
Revision: 697238

archrelease: copy trunk to community-staging-x86_64

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

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

Copied: haskell-versions/repos/community-staging-x86_64/PKGBUILD (from rev 
697237, haskell-versions/trunk/PKGBUILD)
===
--- community-staging-x86_64/PKGBUILD   (rev 0)
+++ community-staging-x86_64/PKGBUILD   2020-09-03 06:46:25 UTC (rev 697238)
@@ -0,0 +1,43 @@
+# Maintainer: Felix Yan 
+
+_hkgname=versions
+pkgname=haskell-versions
+pkgver=3.5.4
+pkgrel=10
+pkgdesc="Types and parsers for software version numbers"
+url="https://github.com/fosskers/versions";
+license=('BSD')
+arch=('x86_64')
+depends=('ghc-libs' 'haskell-megaparsec' 'haskell-hashable')
+makedepends=('ghc' 'haskell-microlens' 'haskell-quickcheck' 'haskell-tasty' 
'haskell-tasty-hunit'
+ 'haskell-tasty-quickcheck')
+source=(https://hackage.haskell.org/packages/archive/${_hkgname}/${pkgver}/${_hkgname}-${pkgver}.tar.gz)
+sha512sums=('e3264b3069057aa9154f2957cce74b1aef009f0a07bf80a16982c7f9503ca7ee73481f3e809e1b8d5451d0ca268b7f6ae2ef968479332ff11acf7ef6973214cb')
+
+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-versions/trunk (PKGBUILD)

2020-09-02 Thread Felix Yan via arch-commits
Date: Thursday, September 3, 2020 @ 06:46:12
  Author: felixonmars
Revision: 697237

upgpkg: haskell-versions 3.5.4-10: rebuild with mwc-random 0.15.0.0

Modified:
  haskell-versions/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2020-09-03 06:44:55 UTC (rev 697236)
+++ PKGBUILD2020-09-03 06:46:12 UTC (rev 697237)
@@ -3,7 +3,7 @@
 _hkgname=versions
 pkgname=haskell-versions
 pkgver=3.5.4
-pkgrel=9
+pkgrel=10
 pkgdesc="Types and parsers for software version numbers"
 url="https://github.com/fosskers/versions";
 license=('BSD')


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

2020-09-02 Thread Felix Yan via arch-commits
Date: Thursday, September 3, 2020 @ 06:44:55
  Author: felixonmars
Revision: 697236

archrelease: copy trunk to community-staging-x86_64

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

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

Copied: haskell-singletons/repos/community-staging-x86_64/PKGBUILD (from rev 
697235, haskell-singletons/trunk/PKGBUILD)
===
--- community-staging-x86_64/PKGBUILD   (rev 0)
+++ community-staging-x86_64/PKGBUILD   2020-09-03 06:44:55 UTC (rev 697236)
@@ -0,0 +1,42 @@
+# Maintainer: Felix Yan 
+
+_hkgname=singletons
+pkgname=haskell-singletons
+pkgver=2.7
+pkgrel=35
+pkgdesc="A framework for generating singleton types"
+url="https://github.com/goldfirere/singletons";
+license=('BSD')
+arch=('x86_64')
+depends=('ghc-libs' 'haskell-th-desugar' 'haskell-syb')
+makedepends=('ghc' 'haskell-tasty' 'haskell-tasty-golden' 'haskell-turtle')
+source=(https://hackage.haskell.org/packages/archive/${_hkgname}/${pkgver}/${_hkgname}-${pkgver}.tar.gz)
+sha512sums=('6adaae61f7292dc11d53689981381e4116838d3bdbb16673f39bd4040b5a683ca9c44e7027c20d814714066e35b274b5a46c1f3dd1b333a24305aa5b4695a524')
+
+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 || warning "Tests failed"
+}
+
+package() {
+cd $_hkgname-$pkgver
+
+install -D -m744 register.sh 
"$pkgdir"/usr/share/haskell/register/$pkgname.sh
+install -D -m744 unregister.sh 
"$pkgdir"/usr/share/haskell/unregister/$pkgname.sh
+runhaskell Setup copy --destdir="$pkgdir"
+install -D -m644 LICENSE "$pkgdir"/usr/share/licenses/$pkgname/LICENSE
+rm -f "$pkgdir"/usr/share/doc/$pkgname/LICENSE
+}


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

2020-09-02 Thread Felix Yan via arch-commits
Date: Thursday, September 3, 2020 @ 06:44:43
  Author: felixonmars
Revision: 697235

upgpkg: haskell-singletons 2.7-35: rebuild with mwc-random 0.15.0.0

Modified:
  haskell-singletons/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2020-09-03 06:39:40 UTC (rev 697234)
+++ PKGBUILD2020-09-03 06:44:43 UTC (rev 697235)
@@ -3,7 +3,7 @@
 _hkgname=singletons
 pkgname=haskell-singletons
 pkgver=2.7
-pkgrel=34
+pkgrel=35
 pkgdesc="A framework for generating singleton types"
 url="https://github.com/goldfirere/singletons";
 license=('BSD')


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

2020-09-02 Thread Felix Yan via arch-commits
Date: Thursday, September 3, 2020 @ 06:39:40
  Author: felixonmars
Revision: 697234

archrelease: copy trunk to community-staging-x86_64

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

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

Copied: haskell-turtle/repos/community-staging-x86_64/PKGBUILD (from rev 
697233, haskell-turtle/trunk/PKGBUILD)
===
--- community-staging-x86_64/PKGBUILD   (rev 0)
+++ community-staging-x86_64/PKGBUILD   2020-09-03 06:39:40 UTC (rev 697234)
@@ -0,0 +1,50 @@
+# Maintainer: Felix Yan 
+# Contributor: Thomas Dziedzic 
+
+_hkgname=turtle
+pkgname=haskell-turtle
+pkgver=1.5.20
+pkgrel=8
+pkgdesc="Shell programming, Haskell-style"
+url="https://github.com/Gabriel439/Haskell-Turtle-Library";
+license=('BSD')
+arch=('x86_64')
+depends=('ghc-libs' 'haskell-ansi-wl-pprint' 'haskell-async' 'haskell-clock'
+ 'haskell-foldl' 'haskell-hostname' 'haskell-managed' 
'haskell-optparse-applicative'
+ 'haskell-optional-args' 'haskell-streaming-commons' 
'haskell-system-fileio'
+ 'haskell-system-filepath' 'haskell-temporary' 'haskell-unix-compat')
+makedepends=('ghc' 'haskell-doctest')
+source=("https://hackage.haskell.org/packages/archive/${_hkgname}/${pkgver}/${_hkgname}-${pkgver}.tar.gz";)
+sha512sums=('5956f3b83e76ecfb9713b5d987340303eb6276b870af1858579dc2f60d25d7e3c6df2d3b4564b014e380baaea8061d9f43bc02ae307554faa4f201e5aba78603')
+
+prepare() {
+sed -i 's/]/, "-dynamic"]/' $_hkgname-$pkgver/test/Main.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-turtle/trunk (PKGBUILD)

2020-09-02 Thread Felix Yan via arch-commits
Date: Thursday, September 3, 2020 @ 06:39:28
  Author: felixonmars
Revision: 697233

upgpkg: haskell-turtle 1.5.20-8: rebuild with mwc-random 0.15.0.0

Modified:
  haskell-turtle/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2020-09-03 06:38:01 UTC (rev 697232)
+++ PKGBUILD2020-09-03 06:39:28 UTC (rev 697233)
@@ -4,7 +4,7 @@
 _hkgname=turtle
 pkgname=haskell-turtle
 pkgver=1.5.20
-pkgrel=7
+pkgrel=8
 pkgdesc="Shell programming, Haskell-style"
 url="https://github.com/Gabriel439/Haskell-Turtle-Library";
 license=('BSD')


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

2020-09-02 Thread Felix Yan via arch-commits
Date: Thursday, September 3, 2020 @ 06:37:48
  Author: felixonmars
Revision: 697231

upgpkg: haskell-simple-sendfile 0.2.30-86: rebuild with mwc-random 0.15.0.0

Modified:
  haskell-simple-sendfile/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2020-09-03 06:37:02 UTC (rev 697230)
+++ PKGBUILD2020-09-03 06:37:48 UTC (rev 697231)
@@ -4,7 +4,7 @@
 _hkgname=simple-sendfile
 pkgname=haskell-simple-sendfile
 pkgver=0.2.30
-pkgrel=85
+pkgrel=86
 pkgdesc="Cross platform library for the sendfile system call"
 url="https://hackage.haskell.org/package/${_hkgname}";
 license=("BSD")


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

2020-09-02 Thread Felix Yan via arch-commits
Date: Thursday, September 3, 2020 @ 06:38:01
  Author: felixonmars
Revision: 697232

archrelease: copy trunk to community-staging-x86_64

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

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

Copied: haskell-simple-sendfile/repos/community-staging-x86_64/PKGBUILD (from 
rev 697231, haskell-simple-sendfile/trunk/PKGBUILD)
===
--- community-staging-x86_64/PKGBUILD   (rev 0)
+++ community-staging-x86_64/PKGBUILD   2020-09-03 06:38:01 UTC (rev 697232)
@@ -0,0 +1,45 @@
+# Maintainer: Felix Yan 
+# Contributor: Arch Haskell Team 
+
+_hkgname=simple-sendfile
+pkgname=haskell-simple-sendfile
+pkgver=0.2.30
+pkgrel=86
+pkgdesc="Cross platform library for the sendfile system call"
+url="https://hackage.haskell.org/package/${_hkgname}";
+license=("BSD")
+arch=('x86_64')
+depends=('ghc-libs' 'haskell-network')
+makedepends=('ghc' 'haskell-hunit' 'haskell-conduit' 'haskell-conduit-extra' 
'haskell-resourcet'
+ 'haskell-hspec')
+source=("https://hackage.haskell.org/packages/archive/${_hkgname}/${pkgver}/${_hkgname}-${pkgver}.tar.gz";)
+sha512sums=('ae624939d54bf5ed8aa2c0727a29696730ba6b1d520f28bdc5b42a8e4c4bc03980821639fb8e16702a360dbd0396aea8a997055d22812bef3d22ffaaac53f759')
+
+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 \
+-fallow-bsd
+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-sandi/repos (2 files)

2020-09-02 Thread Felix Yan via arch-commits
Date: Thursday, September 3, 2020 @ 06:37:02
  Author: felixonmars
Revision: 697230

archrelease: copy trunk to community-staging-x86_64

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

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

Copied: haskell-sandi/repos/community-staging-x86_64/PKGBUILD (from rev 697229, 
haskell-sandi/trunk/PKGBUILD)
===
--- community-staging-x86_64/PKGBUILD   (rev 0)
+++ community-staging-x86_64/PKGBUILD   2020-09-03 06:37:02 UTC (rev 697230)
@@ -0,0 +1,50 @@
+# Maintainer: Felix Yan 
+# Contributor: Arch Haskell Team 
+
+_hkgname=sandi
+pkgname=haskell-sandi
+pkgver=0.5
+pkgrel=140
+pkgdesc="Data encoding library"
+url="https://hackage.haskell.org/package/sandi";
+license=("BSD")
+arch=('x86_64')
+depends=('ghc-libs' 'haskell-conduit')
+makedepends=('ghc' 'haskell-tasty' 'haskell-tasty-hunit' 
'haskell-tasty-quickcheck'
+ 'haskell-tasty-th')
+source=("https://hackage.haskell.org/packages/archive/${_hkgname}/${pkgver}/${_hkgname}-${pkgver}.tar.gz";)
+sha512sums=('8abff3496d0d3f082f12416eea3189e06d1663fe78d996159396ab944389b2a816853c0191edced3b176fc506dac60e9ce84347ecaf2c255e5ec0d6b1590c012')
+
+prepare() {
+cd $_hkgname-$pkgver
+echo -e "import Distribution.Simple\nmain = defaultMain" > Setup.hs
+}
+
+build() {
+cd $_hkgname-$pkgver
+
+runhaskell Setup configure -O --enable-shared --enable-executable-dynamic 
--disable-library-vanilla \
+--prefix=/usr --docdir=/usr/share/doc/$pkgname --enable-tests \
+--dynlibdir=/usr/lib --libsubdir=\$compiler/site-local/\$pkgid \
+-fwith-conduit
+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-sandi/trunk (PKGBUILD)

2020-09-02 Thread Felix Yan via arch-commits
Date: Thursday, September 3, 2020 @ 06:36:49
  Author: felixonmars
Revision: 697229

upgpkg: haskell-sandi 0.5-140: rebuild with mwc-random 0.15.0.0

Modified:
  haskell-sandi/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2020-09-03 06:35:58 UTC (rev 697228)
+++ PKGBUILD2020-09-03 06:36:49 UTC (rev 697229)
@@ -4,7 +4,7 @@
 _hkgname=sandi
 pkgname=haskell-sandi
 pkgver=0.5
-pkgrel=139
+pkgrel=140
 pkgdesc="Data encoding library"
 url="https://hackage.haskell.org/package/sandi";
 license=("BSD")


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

2020-09-02 Thread Felix Yan via arch-commits
Date: Thursday, September 3, 2020 @ 06:35:45
  Author: felixonmars
Revision: 697227

upgpkg: haskell-project-template 0.2.1.0-18: rebuild with mwc-random 0.15.0.0

Modified:
  haskell-project-template/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2020-09-03 06:34:57 UTC (rev 697226)
+++ PKGBUILD2020-09-03 06:35:45 UTC (rev 697227)
@@ -4,7 +4,7 @@
 _hkgname=project-template
 pkgname=haskell-project-template
 pkgver=0.2.1.0
-pkgrel=17
+pkgrel=18
 pkgdesc="Specify Haskell project templates and generate files"
 url="https://github.com/fpco/haskell-ide";
 license=("BSD")


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

2020-09-02 Thread Felix Yan via arch-commits
Date: Thursday, September 3, 2020 @ 06:35:58
  Author: felixonmars
Revision: 697228

archrelease: copy trunk to community-staging-x86_64

Added:
  haskell-project-template/repos/community-staging-x86_64/
  haskell-project-template/repos/community-staging-x86_64/PKGBUILD
(from rev 697227, haskell-project-template/trunk/PKGBUILD)

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

Copied: haskell-project-template/repos/community-staging-x86_64/PKGBUILD (from 
rev 697227, haskell-project-template/trunk/PKGBUILD)
===
--- community-staging-x86_64/PKGBUILD   (rev 0)
+++ community-staging-x86_64/PKGBUILD   2020-09-03 06:35:58 UTC (rev 697228)
@@ -0,0 +1,44 @@
+# Maintainer: Felix Yan 
+# Contributor: Arch Haskell Team 
+
+_hkgname=project-template
+pkgname=haskell-project-template
+pkgver=0.2.1.0
+pkgrel=18
+pkgdesc="Specify Haskell project templates and generate files"
+url="https://github.com/fpco/haskell-ide";
+license=("BSD")
+arch=('x86_64')
+depends=('ghc-libs' 'haskell-base64-bytestring' 'haskell-conduit' 
'haskell-conduit-extra'
+ 'haskell-resourcet')
+makedepends=('ghc' 'haskell-hspec' 'haskell-quickcheck')
+source=("https://hackage.haskell.org/packages/archive/${_hkgname}/${pkgver}/${_hkgname}-${pkgver}.tar.gz";)
+sha512sums=('ed70f640e5197f7a6158b851dcd3990e77b7266f716be248ecfb012c4827dc688028aa78d649313203a274357f57e45e94371a09446c4404d3282add0d1a158c')
+
+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-mutable-containers/repos (2 files)

2020-09-02 Thread Felix Yan via arch-commits
Date: Thursday, September 3, 2020 @ 06:34:57
  Author: felixonmars
Revision: 697226

archrelease: copy trunk to community-staging-x86_64

Added:
  haskell-mutable-containers/repos/community-staging-x86_64/
  haskell-mutable-containers/repos/community-staging-x86_64/PKGBUILD
(from rev 697225, haskell-mutable-containers/trunk/PKGBUILD)

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

Copied: haskell-mutable-containers/repos/community-staging-x86_64/PKGBUILD 
(from rev 697225, haskell-mutable-containers/trunk/PKGBUILD)
===
--- community-staging-x86_64/PKGBUILD   (rev 0)
+++ community-staging-x86_64/PKGBUILD   2020-09-03 06:34:57 UTC (rev 697226)
@@ -0,0 +1,44 @@
+
+_hkgname=mutable-containers
+pkgname=haskell-mutable-containers
+pkgver=0.3.4
+pkgrel=49
+pkgdesc='Abstactions and concrete implementations of mutable containers'
+arch=(x86_64)
+url="https://hackage.haskell.org/package/$_hkgname";
+license=(MIT)
+depends=(ghc-libs haskell-vector haskell-mono-traversable)
+makedepends=(ghc)
+checkdepends=(haskell-quickcheck haskell-hspec)
+source=("https://hackage.haskell.org/packages/archive/$_hkgname/$pkgver/$_hkgname-$pkgver.tar.gz";)
+sha512sums=('1731380fd57c8c79a77cea781fb7630f90e11cfa977ca836695981bcecf10b7d2d5f3e89e8a6de5fd3fb32ac441b0512c7a6fd356107e6efa47b0d5fd491157c')
+
+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
+}
+
+# vim: ts=2 sw=2 et:


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

2020-09-02 Thread Felix Yan via arch-commits
Date: Thursday, September 3, 2020 @ 06:34:44
  Author: felixonmars
Revision: 697225

upgpkg: haskell-mutable-containers 0.3.4-49: rebuild with mwc-random 0.15.0.0

Modified:
  haskell-mutable-containers/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2020-09-03 06:33:54 UTC (rev 697224)
+++ PKGBUILD2020-09-03 06:34:44 UTC (rev 697225)
@@ -2,7 +2,7 @@
 _hkgname=mutable-containers
 pkgname=haskell-mutable-containers
 pkgver=0.3.4
-pkgrel=48
+pkgrel=49
 pkgdesc='Abstactions and concrete implementations of mutable containers'
 arch=(x86_64)
 url="https://hackage.haskell.org/package/$_hkgname";


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

2020-09-02 Thread Felix Yan via arch-commits
Date: Thursday, September 3, 2020 @ 06:33:41
  Author: felixonmars
Revision: 697223

upgpkg: haskell-libyaml 0.1.2-51: rebuild with mwc-random 0.15.0.0

Modified:
  haskell-libyaml/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2020-09-03 06:32:55 UTC (rev 697222)
+++ PKGBUILD2020-09-03 06:33:41 UTC (rev 697223)
@@ -3,7 +3,7 @@
 _hkgname=libyaml
 pkgname=haskell-libyaml
 pkgver=0.1.2
-pkgrel=50
+pkgrel=51
 pkgdesc="Low-level, streaming YAML interface."
 url="https://github.com/snoyberg/libyaml";
 license=('BSD')


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

2020-09-02 Thread Felix Yan via arch-commits
Date: Thursday, September 3, 2020 @ 06:33:54
  Author: felixonmars
Revision: 697224

archrelease: copy trunk to community-staging-x86_64

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

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

Copied: haskell-libyaml/repos/community-staging-x86_64/PKGBUILD (from rev 
697223, haskell-libyaml/trunk/PKGBUILD)
===
--- community-staging-x86_64/PKGBUILD   (rev 0)
+++ community-staging-x86_64/PKGBUILD   2020-09-03 06:33:54 UTC (rev 697224)
@@ -0,0 +1,38 @@
+# Maintainer: Felix Yan 
+
+_hkgname=libyaml
+pkgname=haskell-libyaml
+pkgver=0.1.2
+pkgrel=51
+pkgdesc="Low-level, streaming YAML interface."
+url="https://github.com/snoyberg/libyaml";
+license=('BSD')
+arch=('x86_64')
+depends=('ghc-libs' 'libyaml' 'haskell-conduit' 'haskell-resourcet')
+makedepends=('ghc')
+source=(https://hackage.haskell.org/packages/archive/${_hkgname}/${pkgver}/${_hkgname}-${pkgver}.tar.gz)
+sha512sums=('0423fb36f1fdeeb89244a81930558ad272f8ffe8161ced3cc542e180937a1e5f264f188972786830b0bace6851adca796756abe100dffa8cb969eff4cb0e3121')
+
+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 \
+-fsystem-libyaml
+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-cryptonite-conduit/repos (2 files)

2020-09-02 Thread Felix Yan via arch-commits
Date: Thursday, September 3, 2020 @ 06:32:55
  Author: felixonmars
Revision: 697222

archrelease: copy trunk to community-staging-x86_64

Added:
  haskell-cryptonite-conduit/repos/community-staging-x86_64/
  haskell-cryptonite-conduit/repos/community-staging-x86_64/PKGBUILD
(from rev 697221, haskell-cryptonite-conduit/trunk/PKGBUILD)

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

Copied: haskell-cryptonite-conduit/repos/community-staging-x86_64/PKGBUILD 
(from rev 697221, haskell-cryptonite-conduit/trunk/PKGBUILD)
===
--- community-staging-x86_64/PKGBUILD   (rev 0)
+++ community-staging-x86_64/PKGBUILD   2020-09-03 06:32:55 UTC (rev 697222)
@@ -0,0 +1,38 @@
+# Maintainer: Felix Yan 
+
+_hkgname=cryptonite-conduit
+pkgname=haskell-cryptonite-conduit
+pkgver=0.2.2
+pkgrel=288
+pkgdesc="Conduit bridge for cryptonite"
+url="https://github.com/haskell-crypto/cryptonite-conduit";
+license=('BSD')
+arch=('x86_64')
+depends=('ghc-libs' 'haskell-conduit' 'haskell-conduit-extra' 
'haskell-cryptonite'
+ 'haskell-memory' 'haskell-resourcet')
+makedepends=('ghc')
+source=("https://hackage.haskell.org/packages/archive/${_hkgname}/${pkgver}/${_hkgname}-${pkgver}.tar.gz";)
+sha512sums=('5a313d1ff64992fc8f45ebf06f5f439aa5dfe745ce6f2bfc31b3ee06b489b0a145a9e6b5cf00fb557ddbebf1aa5c226dc0add9c591f62a06bd6f8776cf52dbdf')
+
+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-cryptonite-conduit/trunk (PKGBUILD)

2020-09-02 Thread Felix Yan via arch-commits
Date: Thursday, September 3, 2020 @ 06:32:42
  Author: felixonmars
Revision: 697221

upgpkg: haskell-cryptonite-conduit 0.2.2-288: rebuild with mwc-random 0.15.0.0

Modified:
  haskell-cryptonite-conduit/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2020-09-03 06:31:41 UTC (rev 697220)
+++ PKGBUILD2020-09-03 06:32:42 UTC (rev 697221)
@@ -3,7 +3,7 @@
 _hkgname=cryptonite-conduit
 pkgname=haskell-cryptonite-conduit
 pkgver=0.2.2
-pkgrel=287
+pkgrel=288
 pkgdesc="Conduit bridge for cryptonite"
 url="https://github.com/haskell-crypto/cryptonite-conduit";
 license=('BSD')


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

2020-09-02 Thread Felix Yan via arch-commits
Date: Thursday, September 3, 2020 @ 06:31:41
  Author: felixonmars
Revision: 697220

archrelease: copy trunk to community-staging-x86_64

Added:
  haskell-cryptohash-conduit/repos/community-staging-x86_64/
  haskell-cryptohash-conduit/repos/community-staging-x86_64/PKGBUILD
(from rev 697219, haskell-cryptohash-conduit/trunk/PKGBUILD)

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

Copied: haskell-cryptohash-conduit/repos/community-staging-x86_64/PKGBUILD 
(from rev 697219, haskell-cryptohash-conduit/trunk/PKGBUILD)
===
--- community-staging-x86_64/PKGBUILD   (rev 0)
+++ community-staging-x86_64/PKGBUILD   2020-09-03 06:31:41 UTC (rev 697220)
@@ -0,0 +1,39 @@
+# Maintainer: Felix Yan 
+# Contributor: Arch Haskell Team 
+
+_hkgname=cryptohash-conduit
+pkgname=haskell-cryptohash-conduit
+pkgver=0.1.1
+pkgrel=394
+pkgdesc="cryptohash conduit"
+url="https://github.com/vincenthz/hs-cryptohash-conduit";
+license=("BSD")
+arch=('x86_64')
+depends=('ghc-libs' "haskell-conduit" "haskell-conduit-extra" 
"haskell-cryptohash"
+ "haskell-resourcet")
+makedepends=('ghc')
+source=("https://hackage.haskell.org/packages/archive/${_hkgname}/${pkgver}/${_hkgname}-${pkgver}.tar.gz";)
+sha512sums=('6382a05b35bae34b53fd1ad6d897c25ca149ed852360c8f775587efcd3c29e45ff854f96ddbc9b446e04a4dd5698b1f5e2af754345f7d5af8f587b73b57fdec0')
+
+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-cryptohash-conduit/trunk (PKGBUILD)

2020-09-02 Thread Felix Yan via arch-commits
Date: Thursday, September 3, 2020 @ 06:31:28
  Author: felixonmars
Revision: 697219

upgpkg: haskell-cryptohash-conduit 0.1.1-394: rebuild with mwc-random 0.15.0.0

Modified:
  haskell-cryptohash-conduit/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2020-09-03 06:30:41 UTC (rev 697218)
+++ PKGBUILD2020-09-03 06:31:28 UTC (rev 697219)
@@ -4,7 +4,7 @@
 _hkgname=cryptohash-conduit
 pkgname=haskell-cryptohash-conduit
 pkgver=0.1.1
-pkgrel=393
+pkgrel=394
 pkgdesc="cryptohash conduit"
 url="https://github.com/vincenthz/hs-cryptohash-conduit";
 license=("BSD")


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

2020-09-02 Thread Felix Yan via arch-commits
Date: Thursday, September 3, 2020 @ 06:30:27
  Author: felixonmars
Revision: 697217

upgpkg: v2ray-domain-list-community 20200901194123-2: update location of v2ray 
assets for new v2ray version

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

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

Modified: PKGBUILD
===
--- PKGBUILD2020-09-03 06:30:14 UTC (rev 697216)
+++ PKGBUILD2020-09-03 06:30:27 UTC (rev 697217)
@@ -2,7 +2,7 @@
 
 pkgname=v2ray-domain-list-community
 pkgver=20200901194123
-pkgrel=1
+pkgrel=2
 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";
@@ -29,6 +29,6 @@
 
 package() {
   cd .gopath
-  install -Dm755 dlc.dat "$pkgdir"/usr/lib/v2ray/geosite.dat
+  install -Dm755 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 v2ray-domain-list-community/repos/community-any (2 files)

2020-09-02 Thread Felix Yan via arch-commits
Date: Thursday, September 3, 2020 @ 06:30:41
  Author: felixonmars
Revision: 697218

archrelease: copy trunk to community-any

Added:
  v2ray-domain-list-community/repos/community-any/PKGBUILD
(from rev 697217, 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
===
--- PKGBUILD2020-09-03 06:30:27 UTC (rev 697217)
+++ PKGBUILD2020-09-03 06:30:41 UTC (rev 697218)
@@ -1,34 +0,0 @@
-# Maintainer: Felix Yan 
-
-pkgname=v2ray-domain-list-community
-pkgver=20200901194123
-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=('f6beceb396ff3dc70f5d2fcc674cab9077f41747fa930619dd25d58ddd07c8d3dd4c34ab42ab68173820d3bedb23b6cb218e61cde6068fb310c2603448990a35')
-
-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 -Dm755 dlc.dat "$pkgdir"/usr/lib/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 
697217, v2ray-domain-list-community/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2020-09-03 06:30:41 UTC (rev 697218)
@@ -0,0 +1,34 @@
+# Maintainer: Felix Yan 
+
+pkgname=v2ray-domain-list-community
+pkgver=20200901194123
+pkgrel=2
+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=('f6beceb396ff3dc70f5d2fcc674cab9077f41747fa930619dd25d58ddd07c8d3dd4c34ab42ab68173820d3bedb23b6cb218e61cde6068fb310c2603448990a35')
+
+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 -Dm755 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 haskell-conduit-extra/trunk (PKGBUILD)

2020-09-02 Thread Felix Yan via arch-commits
Date: Thursday, September 3, 2020 @ 06:29:59
  Author: felixonmars
Revision: 697215

upgpkg: haskell-conduit-extra 1.3.5-42: rebuild with mwc-random 0.15.0.0

Modified:
  haskell-conduit-extra/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2020-09-03 06:29:53 UTC (rev 697214)
+++ PKGBUILD2020-09-03 06:29:59 UTC (rev 697215)
@@ -4,7 +4,7 @@
 _hkgname=conduit-extra
 pkgname=haskell-conduit-extra
 pkgver=1.3.5
-pkgrel=41
+pkgrel=42
 pkgdesc="Batteries included conduit: adapters for common libraries."
 url="https://github.com/snoyberg/conduit";
 license=("MIT")


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

2020-09-02 Thread Felix Yan via arch-commits
Date: Thursday, September 3, 2020 @ 06:29:39
  Author: felixonmars
Revision: 697213

upgpkg: v2ray-geoip 202009020005-2: update location of v2ray assets for new 
v2ray version

Modified:
  v2ray-geoip/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2020-09-03 06:28:50 UTC (rev 697212)
+++ PKGBUILD2020-09-03 06:29:39 UTC (rev 697213)
@@ -2,7 +2,7 @@
 
 pkgname=v2ray-geoip
 pkgver=202009020005
-pkgrel=1
+pkgrel=2
 pkgdesc="GeoIP List for V2Ray"
 arch=('any')
 url="https://github.com/v2ray/geoip";
@@ -11,5 +11,5 @@
 
sha512sums=('da59dfa7c5c53ceec07d0841f84c514ceed9f2fd4fce2232cb6097ac493a48ea88e16e645c068704cee47f0641d0fc04576f5dbc1d794a55894ba8287ac23f9e')
 
 package() {
-  install -Dm755 geoip-$pkgver.dat "$pkgdir"/usr/lib/v2ray/geoip.dat
+  install -Dm755 geoip-$pkgver.dat "$pkgdir"/usr/share/v2ray/geoip.dat
 }


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

2020-09-02 Thread Felix Yan via arch-commits
Date: Thursday, September 3, 2020 @ 06:29:53
  Author: felixonmars
Revision: 697214

archrelease: copy trunk to community-any

Added:
  v2ray-geoip/repos/community-any/PKGBUILD
(from rev 697213, v2ray-geoip/trunk/PKGBUILD)
Deleted:
  v2ray-geoip/repos/community-any/PKGBUILD

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

Deleted: PKGBUILD
===
--- PKGBUILD2020-09-03 06:29:39 UTC (rev 697213)
+++ PKGBUILD2020-09-03 06:29:53 UTC (rev 697214)
@@ -1,15 +0,0 @@
-# Maintainer: Felix Yan 
-
-pkgname=v2ray-geoip
-pkgver=202009020005
-pkgrel=1
-pkgdesc="GeoIP List for V2Ray"
-arch=('any')
-url="https://github.com/v2ray/geoip";
-license=('MIT')
-source=("geoip-$pkgver.dat::https://github.com/v2ray/geoip/releases/download/$pkgver/geoip.dat";)
-sha512sums=('da59dfa7c5c53ceec07d0841f84c514ceed9f2fd4fce2232cb6097ac493a48ea88e16e645c068704cee47f0641d0fc04576f5dbc1d794a55894ba8287ac23f9e')
-
-package() {
-  install -Dm755 geoip-$pkgver.dat "$pkgdir"/usr/lib/v2ray/geoip.dat
-}

Copied: v2ray-geoip/repos/community-any/PKGBUILD (from rev 697213, 
v2ray-geoip/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2020-09-03 06:29:53 UTC (rev 697214)
@@ -0,0 +1,15 @@
+# Maintainer: Felix Yan 
+
+pkgname=v2ray-geoip
+pkgver=202009020005
+pkgrel=2
+pkgdesc="GeoIP List for V2Ray"
+arch=('any')
+url="https://github.com/v2ray/geoip";
+license=('MIT')
+source=("geoip-$pkgver.dat::https://github.com/v2ray/geoip/releases/download/$pkgver/geoip.dat";)
+sha512sums=('da59dfa7c5c53ceec07d0841f84c514ceed9f2fd4fce2232cb6097ac493a48ea88e16e645c068704cee47f0641d0fc04576f5dbc1d794a55894ba8287ac23f9e')
+
+package() {
+  install -Dm755 geoip-$pkgver.dat "$pkgdir"/usr/share/v2ray/geoip.dat
+}


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

2020-09-02 Thread Felix Yan via arch-commits
Date: Thursday, September 3, 2020 @ 06:30:14
  Author: felixonmars
Revision: 697216

archrelease: copy trunk to community-staging-x86_64

Added:
  haskell-conduit-extra/repos/community-staging-x86_64/
  haskell-conduit-extra/repos/community-staging-x86_64/PKGBUILD
(from rev 697215, haskell-conduit-extra/trunk/PKGBUILD)

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

Copied: haskell-conduit-extra/repos/community-staging-x86_64/PKGBUILD (from rev 
697215, haskell-conduit-extra/trunk/PKGBUILD)
===
--- community-staging-x86_64/PKGBUILD   (rev 0)
+++ community-staging-x86_64/PKGBUILD   2020-09-03 06:30:14 UTC (rev 697216)
@@ -0,0 +1,50 @@
+# Maintainer: Felix Yan 
+# Contributor: Arch Haskell Team 
+
+_hkgname=conduit-extra
+pkgname=haskell-conduit-extra
+pkgver=1.3.5
+pkgrel=42
+pkgdesc="Batteries included conduit: adapters for common libraries."
+url="https://github.com/snoyberg/conduit";
+license=("MIT")
+arch=('x86_64')
+depends=('ghc-libs' 'haskell-async' 'haskell-attoparsec' 'haskell-conduit' 
'haskell-network'
+ 'haskell-primitive' 'haskell-resourcet' 'haskell-streaming-commons' 
'haskell-typed-process'
+ 'haskell-unliftio-core')
+makedepends=('ghc' 'haskell-hspec' 'haskell-quickcheck'
+ 'haskell-transformers-base')
+source=("https://hackage.haskell.org/packages/archive/${_hkgname}/${pkgver}/${_hkgname}-${pkgver}.tar.gz";)
+sha512sums=('27cb6e1eba8c01154a1a7002521ce0190028790d1cb3f07d268722da2e2d32cc9ec8a78b897832f3e96fc40a4d6bf1755b7d068ba986178830aea0373b38cb38')
+
+prepare() {
+sed -i '/bytestring-builder/d' $_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 --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-binary-conduit/repos (2 files)

2020-09-02 Thread Felix Yan via arch-commits
Date: Thursday, September 3, 2020 @ 06:28:50
  Author: felixonmars
Revision: 697212

archrelease: copy trunk to community-staging-x86_64

Added:
  haskell-binary-conduit/repos/community-staging-x86_64/
  haskell-binary-conduit/repos/community-staging-x86_64/PKGBUILD
(from rev 697211, haskell-binary-conduit/trunk/PKGBUILD)

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

Copied: haskell-binary-conduit/repos/community-staging-x86_64/PKGBUILD (from 
rev 697211, haskell-binary-conduit/trunk/PKGBUILD)
===
--- community-staging-x86_64/PKGBUILD   (rev 0)
+++ community-staging-x86_64/PKGBUILD   2020-09-03 06:28:50 UTC (rev 697212)
@@ -0,0 +1,37 @@
+# Maintainer: Felix Yan 
+
+_hkgname=binary-conduit
+pkgname=haskell-binary-conduit
+pkgver=1.3.1
+pkgrel=134
+pkgdesc="Data serialization/deserialization conduit library"
+url="https://github.com/qnikst/binary-conduit/";
+license=('MIT')
+arch=('x86_64')
+depends=('ghc-libs' 'haskell-conduit' 'haskell-vector')
+makedepends=('ghc')
+source=("https://hackage.haskell.org/packages/archive/${_hkgname}/${pkgver}/${_hkgname}-${pkgver}.tar.gz";)
+sha512sums=('ba1cc19ed024be3ddd5f95a1ddd0666fa6be91879663b7de8c1627d3342cad5c39b138d5e1df59274471341ad28d9dd51dc2da4a53fafa5e3dcab1fdb21722b2')
+
+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-binary-conduit/trunk (PKGBUILD)

2020-09-02 Thread Felix Yan via arch-commits
Date: Thursday, September 3, 2020 @ 06:28:37
  Author: felixonmars
Revision: 697211

upgpkg: haskell-binary-conduit 1.3.1-134: rebuild with mwc-random 0.15.0.0

Modified:
  haskell-binary-conduit/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2020-09-03 06:27:50 UTC (rev 697210)
+++ PKGBUILD2020-09-03 06:28:37 UTC (rev 697211)
@@ -3,7 +3,7 @@
 _hkgname=binary-conduit
 pkgname=haskell-binary-conduit
 pkgver=1.3.1
-pkgrel=133
+pkgrel=134
 pkgdesc="Data serialization/deserialization conduit library"
 url="https://github.com/qnikst/binary-conduit/";
 license=('MIT')


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

2020-09-02 Thread Felix Yan via arch-commits
Date: Thursday, September 3, 2020 @ 06:27:50
  Author: felixonmars
Revision: 697210

archrelease: copy trunk to community-staging-x86_64

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

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

Copied: haskell-conduit/repos/community-staging-x86_64/PKGBUILD (from rev 
697209, haskell-conduit/trunk/PKGBUILD)
===
--- community-staging-x86_64/PKGBUILD   (rev 0)
+++ community-staging-x86_64/PKGBUILD   2020-09-03 06:27:50 UTC (rev 697210)
@@ -0,0 +1,45 @@
+# Maintainer: Felix Yan 
+# Contributor: Arch Haskell Team 
+
+_hkgname=conduit
+pkgname=haskell-conduit
+pkgver=1.3.2.1
+pkgrel=2
+pkgdesc="Streaming data processing library."
+url="https://github.com/snoyberg/conduit";
+license=("MIT")
+arch=('x86_64')
+depends=('ghc-libs' 'haskell-mono-traversable' 'haskell-primitive'
+ 'haskell-resourcet' 'haskell-unliftio-core' 'haskell-vector')
+makedepends=('ghc' 'haskell-hspec' 'haskell-quickcheck' 'haskell-safe' 
'haskell-silently'
+ 'haskell-split' 'haskell-unliftio')
+source=("https://hackage.haskell.org/packages/archive/${_hkgname}/${pkgver}/${_hkgname}-${pkgver}.tar.gz";)
+sha512sums=('40cdfe1fcb295adbafd3db212dbd93f1e2ecb179dd2b1af55f0936c205c83e7cd453b5de6a78d2e0be82565cc32ef494c5870ede6057f2bed7000a83e192e850')
+
+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-conduit/trunk (PKGBUILD)

2020-09-02 Thread Felix Yan via arch-commits
Date: Thursday, September 3, 2020 @ 06:27:38
  Author: felixonmars
Revision: 697209

upgpkg: haskell-conduit 1.3.2.1-2: rebuild with mwc-random 0.15.0.0

Modified:
  haskell-conduit/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2020-09-03 06:24:32 UTC (rev 697208)
+++ PKGBUILD2020-09-03 06:27:38 UTC (rev 697209)
@@ -4,7 +4,7 @@
 _hkgname=conduit
 pkgname=haskell-conduit
 pkgver=1.3.2.1
-pkgrel=1
+pkgrel=2
 pkgdesc="Streaming data processing library."
 url="https://github.com/snoyberg/conduit";
 license=("MIT")


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

2020-09-02 Thread Felix Yan via arch-commits
Date: Thursday, September 3, 2020 @ 06:24:32
  Author: felixonmars
Revision: 697208

archrelease: copy trunk to community-staging-x86_64

Added:
  haskell-mono-traversable/repos/community-staging-x86_64/
  haskell-mono-traversable/repos/community-staging-x86_64/PKGBUILD
(from rev 697207, haskell-mono-traversable/trunk/PKGBUILD)

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

Copied: haskell-mono-traversable/repos/community-staging-x86_64/PKGBUILD (from 
rev 697207, haskell-mono-traversable/trunk/PKGBUILD)
===
--- community-staging-x86_64/PKGBUILD   (rev 0)
+++ community-staging-x86_64/PKGBUILD   2020-09-03 06:24:32 UTC (rev 697208)
@@ -0,0 +1,49 @@
+# Maintainer: Felix Yan 
+# Contributor: Arch Haskell Team 
+
+_hkgname=mono-traversable
+pkgname=haskell-mono-traversable
+pkgver=1.0.15.1
+pkgrel=51
+pkgdesc="Type classes for mapping, folding, and traversing monomorphic 
containers"
+url="https://github.com/snoyberg/mono-traversable";
+license=("MIT")
+arch=('x86_64')
+depends=('ghc-libs' 'haskell-hashable' 'haskell-split' 
'haskell-unordered-containers'
+ 'haskell-vector' 'haskell-vector-algorithms')
+makedepends=('ghc' 'haskell-hunit' 'haskell-quickcheck' 'haskell-foldl' 
'haskell-hspec')
+source=("https://hackage.haskell.org/packages/archive/${_hkgname}/${pkgver}/${_hkgname}-${pkgver}.tar.gz";)
+sha512sums=('adf1af35b93af0605667d8b033415f318c6dab225499fdd1d9eab349fb1eedca2623c98f9dce83f94ed27db75b6f0aa88027daa748c7b3db05f47f68b505b0c8')
+
+prepare() {
+cd $_hkgname-$pkgver
+sed -i '/semigroups/d' $_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 --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-mono-traversable/trunk (PKGBUILD)

2020-09-02 Thread Felix Yan via arch-commits
Date: Thursday, September 3, 2020 @ 06:24:19
  Author: felixonmars
Revision: 697207

upgpkg: haskell-mono-traversable 1.0.15.1-51: rebuild with mwc-random 0.15.0.0

Modified:
  haskell-mono-traversable/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2020-09-03 06:22:47 UTC (rev 697206)
+++ PKGBUILD2020-09-03 06:24:19 UTC (rev 697207)
@@ -4,7 +4,7 @@
 _hkgname=mono-traversable
 pkgname=haskell-mono-traversable
 pkgver=1.0.15.1
-pkgrel=50
+pkgrel=51
 pkgdesc="Type classes for mapping, folding, and traversing monomorphic 
containers"
 url="https://github.com/snoyberg/mono-traversable";
 license=("MIT")


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

2020-09-02 Thread Felix Yan via arch-commits
Date: Thursday, September 3, 2020 @ 06:22:47
  Author: felixonmars
Revision: 697206

archrelease: copy trunk to community-staging-x86_64

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

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

Copied: haskell-foldl/repos/community-staging-x86_64/PKGBUILD (from rev 697205, 
haskell-foldl/trunk/PKGBUILD)
===
--- community-staging-x86_64/PKGBUILD   (rev 0)
+++ community-staging-x86_64/PKGBUILD   2020-09-03 06:22:47 UTC (rev 697206)
@@ -0,0 +1,50 @@
+# Maintainer: Felix Yan 
+# Contributor: Arch Haskell Team 
+
+_hkgname=foldl
+pkgname=haskell-foldl
+pkgver=1.4.8
+pkgrel=9
+pkgdesc="Composable, streaming, and efficient left folds"
+url="https://hackage.haskell.org/package/${_hkgname}";
+license=("BSD")
+arch=('x86_64')
+depends=('ghc-libs' 'haskell-comonad' 'haskell-contravariant' 
'haskell-mwc-random'
+ 'haskell-primitive' 'haskell-profunctors' 'haskell-semigroupoids'
+ 'haskell-unordered-containers' 'haskell-vector' 
'haskell-vector-builder')
+makedepends=('ghc' 'haskell-doctest')
+source=("https://hackage.haskell.org/packages/archive/${_hkgname}/${pkgver}/${_hkgname}-${pkgver}.tar.gz";)
+sha512sums=('83a0419ce3cd03e5997c450aef150812d2fe64681e65105ac20d904da0fb98c541d5449a1f1a5c61b38763054b6f7fb7bc63f1b7257fbd537ea4bf2b5e0a5dd7')
+
+prepare() {
+cd $_hkgname-$pkgver
+sed -i 's/< *0.15/<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 --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-foldl/trunk (PKGBUILD)

2020-09-02 Thread Felix Yan via arch-commits
Date: Thursday, September 3, 2020 @ 06:22:34
  Author: felixonmars
Revision: 697205

upgpkg: haskell-foldl 1.4.8-9: rebuild with mwc-random 0.15.0.0

Modified:
  haskell-foldl/trunk/PKGBUILD

--+
 PKGBUILD |7 ++-
 1 file changed, 6 insertions(+), 1 deletion(-)

Modified: PKGBUILD
===
--- PKGBUILD2020-09-03 00:09:25 UTC (rev 697204)
+++ PKGBUILD2020-09-03 06:22:34 UTC (rev 697205)
@@ -4,7 +4,7 @@
 _hkgname=foldl
 pkgname=haskell-foldl
 pkgver=1.4.8
-pkgrel=8
+pkgrel=9
 pkgdesc="Composable, streaming, and efficient left folds"
 url="https://hackage.haskell.org/package/${_hkgname}";
 license=("BSD")
@@ -16,6 +16,11 @@
 
source=("https://hackage.haskell.org/packages/archive/${_hkgname}/${pkgver}/${_hkgname}-${pkgver}.tar.gz";)
 
sha512sums=('83a0419ce3cd03e5997c450aef150812d2fe64681e65105ac20d904da0fb98c541d5449a1f1a5c61b38763054b6f7fb7bc63f1b7257fbd537ea4bf2b5e0a5dd7')
 
+prepare() {
+cd $_hkgname-$pkgver
+sed -i 's/< *0.15/<1/' $_hkgname.cabal
+}
+
 build() {
 cd $_hkgname-$pkgver
 


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

2020-09-02 Thread Andreas Radke via arch-commits
Date: Thursday, September 3, 2020 @ 05:35:26
  Author: andyrtr
Revision: 395151

archrelease: copy trunk to extra-x86_64

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

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

Deleted: PKGBUILD
===
--- PKGBUILD2020-09-03 05:35:15 UTC (rev 395150)
+++ PKGBUILD2020-09-03 05:35:26 UTC (rev 395151)
@@ -1,29 +0,0 @@
-# Maintainer: Andreas Radke 
-# Contributor: Thomas Kiss 
-
-pkgname=sane-airscan
-pkgver=0.99.15
-pkgrel=1
-pkgdesc="SANE - SANE backend for AirScan (eSCL) and WSD document scanners"
-url="https://github.com/alexpevzner/sane-airscan";
-arch=('x86_64')
-license=('GPL2')
-depends=('sane' 'libsoup')
-#makedepends=('meson')
-optdepends=('ipp-usb: allows to send HTTP requests via a USB connection on 
devices without Ethernet or WiFi connections')
-source=("$pkgname-$pkgver.tar.gz"::"https://github.com/alexpevzner/${pkgname}/archive/${pkgver}.tar.gz";)
-sha256sums=('fa3f59be56656f3c677cc12afcd83b3a82f87d04025be615225e2b6e55a418e1')
-
-build() {
-cd ${pkgname}-${pkgver}
-make
-}
-
-package() {
-cd ${pkgname}-${pkgver}
-make DESTDIR="${pkgdir}" install
-install -Dm644 README.md "${pkgdir}/usr/share/doc/${pkgname}/README"
-# add missing .so symlink
-cd "${pkgdir}"/usr/lib/sane
-ln -vsf libsane-airscan.so.1 libsane-airscan.so
-}

Copied: sane-airscan/repos/extra-x86_64/PKGBUILD (from rev 395150, 
sane-airscan/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2020-09-03 05:35:26 UTC (rev 395151)
@@ -0,0 +1,29 @@
+# Maintainer: Andreas Radke 
+# Contributor: Thomas Kiss 
+
+pkgname=sane-airscan
+pkgver=0.99.16
+pkgrel=1
+pkgdesc="SANE - SANE backend for AirScan (eSCL) and WSD document scanners"
+url="https://github.com/alexpevzner/sane-airscan";
+arch=('x86_64')
+license=('GPL2')
+depends=('sane' 'libsoup')
+#makedepends=('meson')
+optdepends=('ipp-usb: allows to send HTTP requests via a USB connection on 
devices without Ethernet or WiFi connections')
+source=("$pkgname-$pkgver.tar.gz"::"https://github.com/alexpevzner/${pkgname}/archive/${pkgver}.tar.gz";)
+sha256sums=('ee4f4829609639c054e5b7b0a78deb34fde5eb0e5d9016435af241615698d4f8')
+
+build() {
+cd ${pkgname}-${pkgver}
+make
+}
+
+package() {
+cd ${pkgname}-${pkgver}
+make DESTDIR="${pkgdir}" install
+install -Dm644 README.md "${pkgdir}/usr/share/doc/${pkgname}/README"
+# add missing .so symlink
+cd "${pkgdir}"/usr/lib/sane
+ln -vsf libsane-airscan.so.1 libsane-airscan.so
+}


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

2020-09-02 Thread Andreas Radke via arch-commits
Date: Thursday, September 3, 2020 @ 05:35:15
  Author: andyrtr
Revision: 395150

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

Modified:
  sane-airscan/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2020-09-02 22:32:28 UTC (rev 395149)
+++ PKGBUILD2020-09-03 05:35:15 UTC (rev 395150)
@@ -2,7 +2,7 @@
 # Contributor: Thomas Kiss 
 
 pkgname=sane-airscan
-pkgver=0.99.15
+pkgver=0.99.16
 pkgrel=1
 pkgdesc="SANE - SANE backend for AirScan (eSCL) and WSD document scanners"
 url="https://github.com/alexpevzner/sane-airscan";
@@ -12,7 +12,7 @@
 #makedepends=('meson')
 optdepends=('ipp-usb: allows to send HTTP requests via a USB connection on 
devices without Ethernet or WiFi connections')
 
source=("$pkgname-$pkgver.tar.gz"::"https://github.com/alexpevzner/${pkgname}/archive/${pkgver}.tar.gz";)
-sha256sums=('fa3f59be56656f3c677cc12afcd83b3a82f87d04025be615225e2b6e55a418e1')
+sha256sums=('ee4f4829609639c054e5b7b0a78deb34fde5eb0e5d9016435af241615698d4f8')
 
 build() {
 cd ${pkgname}-${pkgver}


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

2020-09-02 Thread Daniel M. Capella via arch-commits
Date: Thursday, September 3, 2020 @ 00:09:25
  Author: polyzen
Revision: 697204

Minor pkgdesc update

Modified:
  youtube-dl/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2020-09-03 00:02:34 UTC (rev 697203)
+++ PKGBUILD2020-09-03 00:09:25 UTC (rev 697204)
@@ -5,7 +5,7 @@
 pkgname=youtube-dl
 pkgver=2020.07.28
 pkgrel=1
-pkgdesc="A small command-line program to download videos from YouTube.com and 
a few more sites"
+pkgdesc="A command-line program to download videos from YouTube.com and a few 
more sites"
 arch=('any')
 url="https://ytdl-org.github.io/youtube-dl/";
 license=('custom')


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

2020-09-02 Thread Kpcyrd via arch-commits
Date: Thursday, September 3, 2020 @ 00:02:34
  Author: kpcyrd
Revision: 697203

archrelease: copy trunk to community-x86_64

Added:
  signal-desktop/repos/community-x86_64/PKGBUILD
(from rev 697202, signal-desktop/trunk/PKGBUILD)
  signal-desktop/repos/community-x86_64/TRADEMARK_CONSENT.txt
(from rev 697202, signal-desktop/trunk/TRADEMARK_CONSENT.txt)
  signal-desktop/repos/community-x86_64/expire-from-source-date-epoch.patch
(from rev 697202, signal-desktop/trunk/expire-from-source-date-epoch.patch)
  signal-desktop/repos/community-x86_64/openssl-linking.patch
(from rev 697202, signal-desktop/trunk/openssl-linking.patch)
  signal-desktop/repos/community-x86_64/signal-desktop.desktop
(from rev 697202, signal-desktop/trunk/signal-desktop.desktop)
Deleted:
  signal-desktop/repos/community-x86_64/PKGBUILD
  signal-desktop/repos/community-x86_64/TRADEMARK_CONSENT.txt
  signal-desktop/repos/community-x86_64/expire-from-source-date-epoch.patch
  signal-desktop/repos/community-x86_64/openssl-linking.patch
  signal-desktop/repos/community-x86_64/signal-desktop.desktop

-+
 PKGBUILD|  174 +-
 expire-from-source-date-epoch.patch |   26 ++---
 openssl-linking.patch   |   38 +++
 signal-desktop.desktop  |   18 +--
 4 files changed, 128 insertions(+), 128 deletions(-)

Deleted: PKGBUILD
===
--- PKGBUILD2020-09-03 00:01:51 UTC (rev 697202)
+++ PKGBUILD2020-09-03 00:02:34 UTC (rev 697203)
@@ -1,87 +0,0 @@
-# Maintainer: kpcyrd 
-# Contributor: Jean Lucas 
-
-pkgname=signal-desktop
-_pkgname=Signal-Desktop
-pkgver=1.34.5
-pkgrel=2
-pkgdesc="Signal Private Messenger for Linux"
-license=('GPL3')
-replaces=('signal-desktop-bin')
-arch=('x86_64')
-url="https://signal.org";
-depends=('libvips' 'libxss')
-makedepends=('yarn' 'git' 'nodejs' 'npm' 'python')
-source=(
-  
"${pkgname}-${pkgver}.tar.gz::https://github.com/signalapp/${_pkgname}/archive/v${pkgver}.tar.gz";
-  "${pkgname}.desktop"
-  "openssl-linking.patch"
-  "expire-from-source-date-epoch.patch"
-  # Cherry-pick a specific commit for the node-spellchecker dependency
-  # See https://github.com/atom/node-spellchecker/issues/127
-  
"https://github.com/atom/node-spellchecker/archive/613ff91dd2d9a5ee0e86be8a3682beecc4e94887.tar.gz";
-)
-sha512sums=('07c81b46791ab30e2ffa45f0bceb69dbf5a0029a6fa5da859c75917c012f97ed29154e19797d0ed962249516b9cf4365e54f6997d62c4069305f89eb54a86c01'
-
'd07220429c479e3b6aaafede95da117bdb735877162f584265a16434ed75a926c21534e8d291de53e58a1bf0a72cdd41a9a8ae7314e2f6fec98c938852a3b991'
-
'6b846fdf70dae6c4657de523ec133d2f08325740863660b86e75d032bb07a4b97834ba0eeea4c77000c2c20b11739b8e8deaf06584f9279638e640c4b7633dd5'
-
'6673066172d6c367961f3e2d762dd483e51a9f733d52e27d0569b333ad397375fd41d61b8a414b8c9e8dbba560a6c710678b3d105f8d285cb94d70561368d5a2'
-
'42f57802fa91dafb6dbfb5a3f613c4c07df65e97f8da84c9a54292c97a4d170f8455461aac8f6f7819d1ffbea4bf6c28488f8950056ba988776d060be3f107dd')
-b2sums=('b2b7303c718ec4ee68af1e6a089837e4fe94e5f0fd3da2f64d3ea628679938f3a74dc2fb3462dcc186f7f792d2ce4759d98a1395ce65b13bdcee0a08e26da8c9'
-
'b05d190f28029c65d5cc15f69804db0b2775ff55b4db3a721c1dcf4aa8219b459453740fd26afecb6d72a515366af80af0b985d7b58e542a9edd76bb251ae000'
-
'91fe76cd2ef32bd523aa857a219209f93ca5a6a3f5caa35f67c489a8eb79c8e1e404f453bed9e866e543ed48b9df8e17b45ad2ea8891b48d1502a97589a144af'
-
'b8171e6d881a6ffd5588d1cae00ed81412eff1602670003fc1f48b7e6cb2d680340d464b7b38ee8886a8bd8193166ad71e3ad10b0de8b2a397b383b72434e289'
-
'53ad39f0bed69c5c5635d2e581f4ce56e3080fee16f184add08adee1164c2d68059d52071478a05cdacf04186f9964250f46f09e80553bf35e1f2f4cd1976d1b')
-
-prepare() {
-  cd "${_pkgname}-${pkgver}"
-
-  # Fix SpellChecker build with imminent Node 13
-  # See https://github.com/atom/node-spellchecker/issues/127
-  sed -r 's#("spellchecker": 
").*"#\1file:'"${srcdir}"'/613ff91dd2d9a5ee0e86be8a3682beecc4e94887.tar.gz"#' 
-i package.json
-
-  # Allow higher Node versions
-  sed 's#"node": "#&>=#' -i package.json
-
-  # Select node-gyp versions with python3 support
-  sed 's#"node-gyp": "5.0.3"#"node-gyp": "6.1.0"#' -i package.json
-  # https://github.com/sass/node-sass/pull/2841
-  # https://github.com/sass/node-sass/issues/2716
-  sed 's#"resolutions": {#"resolutions": {"node-sass/node-gyp": "^6.0.0",#' -i 
package.json
-
-  yarn install --ignore-engines
-
-  # Have SQLCipher dynamically link from OpenSSL
-  # See https://github.com/signalapp/Signal-Desktop/issues/2634
-  patch --forward --strip=1 --input="${srcdir}/openssl-linking.patch"
-
-  # We can't read the release date from git so we use SOURCE_DATE_EPOCH instead
-  patch --forward --strip=1 
--input="${srcdir}/expire-from-source-date-epoch.patch"
-}
-
-build() {
-  cd "${_pkgname}-${pkgver}"
-
-  # Gruntfile expects

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

2020-09-02 Thread Kpcyrd via arch-commits
Date: Thursday, September 3, 2020 @ 00:01:51
  Author: kpcyrd
Revision: 697202

upgpkg: signal-desktop 1.35.1-1

Modified:
  signal-desktop/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2020-09-02 23:18:42 UTC (rev 697201)
+++ PKGBUILD2020-09-03 00:01:51 UTC (rev 697202)
@@ -3,8 +3,8 @@
 
 pkgname=signal-desktop
 _pkgname=Signal-Desktop
-pkgver=1.34.5
-pkgrel=2
+pkgver=1.35.1
+pkgrel=1
 pkgdesc="Signal Private Messenger for Linux"
 license=('GPL3')
 replaces=('signal-desktop-bin')
@@ -21,12 +21,12 @@
   # See https://github.com/atom/node-spellchecker/issues/127
   
"https://github.com/atom/node-spellchecker/archive/613ff91dd2d9a5ee0e86be8a3682beecc4e94887.tar.gz";
 )
-sha512sums=('07c81b46791ab30e2ffa45f0bceb69dbf5a0029a6fa5da859c75917c012f97ed29154e19797d0ed962249516b9cf4365e54f6997d62c4069305f89eb54a86c01'
+sha512sums=('4fb8fc82f80d39145f461fd5f0b509e6a627296735a0a2052ca7acd2ee6162b71505c122e53fc73c5bc6a577b500f4a4316f0f5657562c1115752568e7f54b62'
 
'd07220429c479e3b6aaafede95da117bdb735877162f584265a16434ed75a926c21534e8d291de53e58a1bf0a72cdd41a9a8ae7314e2f6fec98c938852a3b991'
 
'6b846fdf70dae6c4657de523ec133d2f08325740863660b86e75d032bb07a4b97834ba0eeea4c77000c2c20b11739b8e8deaf06584f9279638e640c4b7633dd5'
 
'6673066172d6c367961f3e2d762dd483e51a9f733d52e27d0569b333ad397375fd41d61b8a414b8c9e8dbba560a6c710678b3d105f8d285cb94d70561368d5a2'
 
'42f57802fa91dafb6dbfb5a3f613c4c07df65e97f8da84c9a54292c97a4d170f8455461aac8f6f7819d1ffbea4bf6c28488f8950056ba988776d060be3f107dd')
-b2sums=('b2b7303c718ec4ee68af1e6a089837e4fe94e5f0fd3da2f64d3ea628679938f3a74dc2fb3462dcc186f7f792d2ce4759d98a1395ce65b13bdcee0a08e26da8c9'
+b2sums=('0028f7864c1478245a9fbf1d1cb5119c8706917b2ea4c4cbc238dce2653a859680558b814a22363979676d3170fe110a1d44b38fa2a5895eb7fe63128227d50d'
 
'b05d190f28029c65d5cc15f69804db0b2775ff55b4db3a721c1dcf4aa8219b459453740fd26afecb6d72a515366af80af0b985d7b58e542a9edd76bb251ae000'
 
'91fe76cd2ef32bd523aa857a219209f93ca5a6a3f5caa35f67c489a8eb79c8e1e404f453bed9e866e543ed48b9df8e17b45ad2ea8891b48d1502a97589a144af'
 
'b8171e6d881a6ffd5588d1cae00ed81412eff1602670003fc1f48b7e6cb2d680340d464b7b38ee8886a8bd8193166ad71e3ad10b0de8b2a397b383b72434e289'
@@ -46,7 +46,7 @@
   sed 's#"node-gyp": "5.0.3"#"node-gyp": "6.1.0"#' -i package.json
   # https://github.com/sass/node-sass/pull/2841
   # https://github.com/sass/node-sass/issues/2716
-  sed 's#"resolutions": {#"resolutions": {"node-sass/node-gyp": "^6.0.0",#' -i 
package.json
+  sed -r 's#("dependencies": )#"resolutions": {"node-sass/node-gyp": 
"^6.0.0"},\1#' -i package.json
 
   yarn install --ignore-engines
 


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

2020-09-02 Thread Kpcyrd via arch-commits
Date: Wednesday, September 2, 2020 @ 23:18:42
  Author: kpcyrd
Revision: 697201

archrelease: copy trunk to community-x86_64

Added:
  bandwhich/repos/community-x86_64/PKGBUILD
(from rev 697200, bandwhich/trunk/PKGBUILD)
Deleted:
  bandwhich/repos/community-x86_64/PKGBUILD

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

Deleted: PKGBUILD
===
--- PKGBUILD2020-09-02 23:18:25 UTC (rev 697200)
+++ PKGBUILD2020-09-02 23:18:42 UTC (rev 697201)
@@ -1,34 +0,0 @@
-# Maintainer: kpcyrd 
-# Contributor: Aram Drevekenin 
-
-pkgname=bandwhich
-pkgver=0.16.0
-pkgrel=1
-pkgdesc='Terminal bandwidth utilization tool'
-url='https://github.com/imsnif/bandwhich'
-arch=('x86_64')
-license=('MIT')
-depends=('gcc-libs')
-makedepends=('cargo')
-source=(https://github.com/imsnif/${pkgname}/archive/${pkgver}/${pkgname}-${pkgver}.tar.gz)
-sha512sums=('c8708ebce6799cb4017e2dae40735d83b2dc51736048c1f7cdf5a59197434a30f7a5a3ccb3bb323892cada24de88099660a42c0a0f2cd7c477bf5a7d5b1ac158')
-b2sums=('6571e291648ce3ae2851f82e5ea0a75b98ac52ff11d563dae1c381977782d4bc1f832c31063fa49e4666e8372b031ca348712f0bf487b46da6529135fab2c796')
-
-build() {
-  cd "${pkgname}-${pkgver}"
-  cargo build --release --locked
-}
-
-check() {
-  cd "${pkgname}-${pkgver}"
-  cargo test --release --locked
-}
-
-package() {
-  cd "${pkgname}-${pkgver}"
-  install -Dm 755 "target/release/${pkgname}" "${pkgdir}/usr/bin/${pkgname}"
-  install -Dm 644 "docs/bandwhich.1" -t "${pkgdir}/usr/share/man/man1"
-  install -Dm 644 LICENSE.md "${pkgdir}/usr/share/licenses/${pkgname}/LICENSE"
-}
-
-# vim: ts=2 sw=2 et:

Copied: bandwhich/repos/community-x86_64/PKGBUILD (from rev 697200, 
bandwhich/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2020-09-02 23:18:42 UTC (rev 697201)
@@ -0,0 +1,34 @@
+# Maintainer: kpcyrd 
+# Contributor: Aram Drevekenin 
+
+pkgname=bandwhich
+pkgver=0.17.0
+pkgrel=1
+pkgdesc='Terminal bandwidth utilization tool'
+url='https://github.com/imsnif/bandwhich'
+arch=('x86_64')
+license=('MIT')
+depends=('gcc-libs')
+makedepends=('cargo')
+source=(https://github.com/imsnif/${pkgname}/archive/${pkgver}/${pkgname}-${pkgver}.tar.gz)
+sha512sums=('fe59668017809bc99f460bc5e6d68965b6aa7a49dfb484522d904ae72887b4e1c7263bd59f3cef2859baffc261f090d0e8e093c29a62c5ea5c20dd3656928536')
+b2sums=('422bc28416d1ee43af24367b4ceff374f77e715ea13ef8a018edd44a6c66ea07a6ab3f184e3334a31b4cc70553d902f1591cd5fd6af851d40eaf15b4d6f05c00')
+
+build() {
+  cd "${pkgname}-${pkgver}"
+  cargo build --release --locked
+}
+
+check() {
+  cd "${pkgname}-${pkgver}"
+  cargo test --release --locked
+}
+
+package() {
+  cd "${pkgname}-${pkgver}"
+  install -Dm 755 "target/release/${pkgname}" "${pkgdir}/usr/bin/${pkgname}"
+  install -Dm 644 "docs/bandwhich.1" -t "${pkgdir}/usr/share/man/man1"
+  install -Dm 644 LICENSE.md "${pkgdir}/usr/share/licenses/${pkgname}/LICENSE"
+}
+
+# vim: ts=2 sw=2 et:


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

2020-09-02 Thread Kpcyrd via arch-commits
Date: Wednesday, September 2, 2020 @ 23:18:25
  Author: kpcyrd
Revision: 697200

upgpkg: bandwhich 0.17.0-1

Modified:
  bandwhich/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2020-09-02 22:50:56 UTC (rev 697199)
+++ PKGBUILD2020-09-02 23:18:25 UTC (rev 697200)
@@ -2,7 +2,7 @@
 # Contributor: Aram Drevekenin 
 
 pkgname=bandwhich
-pkgver=0.16.0
+pkgver=0.17.0
 pkgrel=1
 pkgdesc='Terminal bandwidth utilization tool'
 url='https://github.com/imsnif/bandwhich'
@@ -11,8 +11,8 @@
 depends=('gcc-libs')
 makedepends=('cargo')
 
source=(https://github.com/imsnif/${pkgname}/archive/${pkgver}/${pkgname}-${pkgver}.tar.gz)
-sha512sums=('c8708ebce6799cb4017e2dae40735d83b2dc51736048c1f7cdf5a59197434a30f7a5a3ccb3bb323892cada24de88099660a42c0a0f2cd7c477bf5a7d5b1ac158')
-b2sums=('6571e291648ce3ae2851f82e5ea0a75b98ac52ff11d563dae1c381977782d4bc1f832c31063fa49e4666e8372b031ca348712f0bf487b46da6529135fab2c796')
+sha512sums=('fe59668017809bc99f460bc5e6d68965b6aa7a49dfb484522d904ae72887b4e1c7263bd59f3cef2859baffc261f090d0e8e093c29a62c5ea5c20dd3656928536')
+b2sums=('422bc28416d1ee43af24367b4ceff374f77e715ea13ef8a018edd44a6c66ea07a6ab3f184e3334a31b4cc70553d902f1591cd5fd6af851d40eaf15b4d6f05c00')
 
 build() {
   cd "${pkgname}-${pkgver}"


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

2020-09-02 Thread David Runge via arch-commits
Date: Wednesday, September 2, 2020 @ 22:50:46
  Author: dvzrv
Revision: 697198

upgpkg: python-django-sekizai 2.0.0-2: Rebuild to remove top-level test dir 
(https://github.com/divio/django-sekizai/issues/97).

Modified:
  python-django-sekizai/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2020-09-02 22:49:15 UTC (rev 697197)
+++ PKGBUILD2020-09-02 22:50:46 UTC (rev 697198)
@@ -3,7 +3,7 @@
 _name=django-sekizai
 pkgname=python-django-sekizai
 pkgver=2.0.0
-pkgrel=1
+pkgrel=2
 pkgdesc="Django Template Blocks with extra functionality"
 arch=('any')
 url="https://github.com/divio/django-sekizai";
@@ -39,4 +39,7 @@
   --root="${pkgdir}"
   install -vDm 644 README.rst -t "${pkgdir}/usr/share/doc/${pkgname}"
   install -vDm 644 LICENSE.txt -t "${pkgdir}/usr/share/licenses/${pkgname}"
+  # remove conflicting test files
+  # https://github.com/divio/django-sekizai/issues/97
+  rm -rvf "${pkgdir}/${site_packages}/tests"
 }


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

2020-09-02 Thread David Runge via arch-commits
Date: Wednesday, September 2, 2020 @ 22:50:56
  Author: dvzrv
Revision: 697199

archrelease: copy trunk to community-any

Added:
  python-django-sekizai/repos/community-any/PKGBUILD
(from rev 697198, python-django-sekizai/trunk/PKGBUILD)
  
python-django-sekizai/repos/community-any/python-django-sekizai-1.0.0-disable_pep8.patch
(from rev 697198, 
python-django-sekizai/trunk/python-django-sekizai-1.0.0-disable_pep8.patch)
Deleted:
  python-django-sekizai/repos/community-any/PKGBUILD
  
python-django-sekizai/repos/community-any/python-django-sekizai-1.0.0-disable_pep8.patch

+
 PKGBUILD   |   87 +++
 python-django-sekizai-1.0.0-disable_pep8.patch |   60 +++
 2 files changed, 75 insertions(+), 72 deletions(-)

Deleted: PKGBUILD
===
--- PKGBUILD2020-09-02 22:50:46 UTC (rev 697198)
+++ PKGBUILD2020-09-02 22:50:56 UTC (rev 697199)
@@ -1,42 +0,0 @@
-# Maintainer: David Runge 
-
-_name=django-sekizai
-pkgname=python-django-sekizai
-pkgver=2.0.0
-pkgrel=1
-pkgdesc="Django Template Blocks with extra functionality"
-arch=('any')
-url="https://github.com/divio/django-sekizai";
-license=('BSD')
-depends=('python-django' 'python-django-classy-tags')
-makedepends=('python-setuptools')
-# test files are missing from 1.1.0 release
-# https://github.com/divio/django-sekizai/issues/87
-# 
source=("https://files.pythonhosted.org/packages/source/${_name::1}/${_name}/${_name}-${pkgver}.tar.gz";)
-source=("${pkgname}-${pkgver}.tar.gz::https://github.com/divio/${_name}/archive/${pkgver}.tar.gz";)
-sha512sums=('edac88decc17e98eb30e399cb6e3a2b21941c920163ef8c8d412fec28e5137e470401b65189a9f0cbb2adbce240a4c8c2cb03e0f9735d1de2d5445fcf32f6e03')
-b2sums=('a1760cdcb234400af4bc5c0bc69699439a9082cda49731992ad57cf162beba7d88e4e06d826a6fcf7e34af11f5ac42e6c7f83ce058cb0af0566c50a5cc3a9efc')
-
-prepare() {
-  mv -v "${_name}-${pkgver}" "$pkgname-$pkgver"
-}
-
-build() {
-  cd "$pkgname-$pkgver"
-  python setup.py build
-}
-
-check() {
-  cd "$pkgname-$pkgver"
-  export PYTHONPATH="build:${PYTHONPATH}"
-  python setup.py test
-}
-
-package() {
-  cd "$pkgname-$pkgver"
-  python setup.py install --skip-build \
-  --optimize=1 \
-  --root="${pkgdir}"
-  install -vDm 644 README.rst -t "${pkgdir}/usr/share/doc/${pkgname}"
-  install -vDm 644 LICENSE.txt -t "${pkgdir}/usr/share/licenses/${pkgname}"
-}

Copied: python-django-sekizai/repos/community-any/PKGBUILD (from rev 697198, 
python-django-sekizai/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2020-09-02 22:50:56 UTC (rev 697199)
@@ -0,0 +1,45 @@
+# Maintainer: David Runge 
+
+_name=django-sekizai
+pkgname=python-django-sekizai
+pkgver=2.0.0
+pkgrel=2
+pkgdesc="Django Template Blocks with extra functionality"
+arch=('any')
+url="https://github.com/divio/django-sekizai";
+license=('BSD')
+depends=('python-django' 'python-django-classy-tags')
+makedepends=('python-setuptools')
+# test files are missing from 1.1.0 release
+# https://github.com/divio/django-sekizai/issues/87
+# 
source=("https://files.pythonhosted.org/packages/source/${_name::1}/${_name}/${_name}-${pkgver}.tar.gz";)
+source=("${pkgname}-${pkgver}.tar.gz::https://github.com/divio/${_name}/archive/${pkgver}.tar.gz";)
+sha512sums=('edac88decc17e98eb30e399cb6e3a2b21941c920163ef8c8d412fec28e5137e470401b65189a9f0cbb2adbce240a4c8c2cb03e0f9735d1de2d5445fcf32f6e03')
+b2sums=('a1760cdcb234400af4bc5c0bc69699439a9082cda49731992ad57cf162beba7d88e4e06d826a6fcf7e34af11f5ac42e6c7f83ce058cb0af0566c50a5cc3a9efc')
+
+prepare() {
+  mv -v "${_name}-${pkgver}" "$pkgname-$pkgver"
+}
+
+build() {
+  cd "$pkgname-$pkgver"
+  python setup.py build
+}
+
+check() {
+  cd "$pkgname-$pkgver"
+  export PYTHONPATH="build:${PYTHONPATH}"
+  python setup.py test
+}
+
+package() {
+  cd "$pkgname-$pkgver"
+  python setup.py install --skip-build \
+  --optimize=1 \
+  --root="${pkgdir}"
+  install -vDm 644 README.rst -t "${pkgdir}/usr/share/doc/${pkgname}"
+  install -vDm 644 LICENSE.txt -t "${pkgdir}/usr/share/licenses/${pkgname}"
+  # remove conflicting test files
+  # https://github.com/divio/django-sekizai/issues/97
+  rm -rvf "${pkgdir}/${site_packages}/tests"
+}

Deleted: python-django-sekizai-1.0.0-disable_pep8.patch
===
--- python-django-sekizai-1.0.0-disable_pep8.patch  2020-09-02 22:50:46 UTC 
(rev 697198)
+++ python-django-sekizai-1.0.0-disable_pep8.patch  2020-09-02 22:50:56 UTC 
(rev 697199)
@@ -1,30 +0,0 @@
-diff -ruN a/tests/test_core.py b/tests/test_core.py
 a/tests/test_core.py   2020-01-22 10:39:39.0 +0100
-+++ b/tests/test_core.py   2020-01-24 09:29:48.120558405 +0100
-@@

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

2020-09-02 Thread David Runge via arch-commits
Date: Wednesday, September 2, 2020 @ 22:48:56
  Author: dvzrv
Revision: 697196

upgpkg: python-django-classy-tags 2.0.0-2: Rebuild to remove top-level test dir 
(https://github.com/divio/django-classy-tags/issues/58).

Modified:
  python-django-classy-tags/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2020-09-02 22:44:18 UTC (rev 697195)
+++ PKGBUILD2020-09-02 22:48:56 UTC (rev 697196)
@@ -3,7 +3,7 @@
 _name=django-classy-tags
 pkgname=python-django-classy-tags
 pkgver=2.0.0
-pkgrel=1
+pkgrel=2
 pkgdesc="Class based template tags for django"
 arch=('any')
 url="https://github.com/divio/django-classy-tags";
@@ -34,6 +34,7 @@
 }
 
 package() {
+  local site_packages=$(python -c "import site; 
print(site.getsitepackages()[0])")
   cd "$pkgname-$pkgver"
   python setup.py install --skip-build \
   --optimize=1 \
@@ -40,4 +41,7 @@
   --root="${pkgdir}"
   install -vDm 644 README.rst -t "${pkgdir}/usr/share/doc/${pkgname}"
   install -vDm 644 LICENSE.txt -t "${pkgdir}/usr/share/licenses/${pkgname}"
+  # remove conflicting test files
+  # https://github.com/divio/django-classy-tags/issues/58
+  rm -rvf "${pkgdir}/${site_packages}/tests"
 }


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

2020-09-02 Thread David Runge via arch-commits
Date: Wednesday, September 2, 2020 @ 22:49:15
  Author: dvzrv
Revision: 697197

archrelease: copy trunk to community-any

Added:
  python-django-classy-tags/repos/community-any/PKGBUILD
(from rev 697196, python-django-classy-tags/trunk/PKGBUILD)
Deleted:
  python-django-classy-tags/repos/community-any/PKGBUILD

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

Deleted: PKGBUILD
===
--- PKGBUILD2020-09-02 22:48:56 UTC (rev 697196)
+++ PKGBUILD2020-09-02 22:49:15 UTC (rev 697197)
@@ -1,43 +0,0 @@
-# Maintainer: David Runge 
-
-_name=django-classy-tags
-pkgname=python-django-classy-tags
-pkgver=2.0.0
-pkgrel=1
-pkgdesc="Class based template tags for django"
-arch=('any')
-url="https://github.com/divio/django-classy-tags";
-license=('BSD')
-depends=('python-django' 'python-six')
-makedepends=('python-setuptools')
-checkdepends=('python-coverage' 'python-pytest')
-# LICENSE and tests not in pypi tarball in python-django-classy-tags <= 0.9.0
-# https://github.com/divio/django-classy-tags/issues/52
-# 
source=("https://files.pythonhosted.org/packages/source/${_name::1}/${_name}/${_name}-${pkgver}.tar.gz";)
-source=("${pkgname}-${pkgver}.tar.gz::https://github.com/divio/${_name}/archive/${pkgver}.tar.gz";)
-sha512sums=('839186b48b91c02d325b93df61731382e35741009932c52c497c3f0fbaa2ff309b8a69842094ea1e7d0299ab0f320e1a246c6111255807dd452b0c8e589c83bd')
-b2sums=('1f038ed48468e12fa7dce3b7dd2582f36954c15947420da9337c98b0633225f681f2df0339d13615002be9c6d603843006d6617ef4f3f35f9e469a4991380d87')
-
-prepare() {
-  mv -v "${_name}-${pkgver}" "$pkgname-$pkgver"
-}
-
-build() {
-  cd "$pkgname-$pkgver"
-  python setup.py build
-}
-
-check() {
-  cd "$pkgname-$pkgver"
-  export PYTHONPATH="build:${PYTHONPATH}"
-  python setup.py test
-}
-
-package() {
-  cd "$pkgname-$pkgver"
-  python setup.py install --skip-build \
-  --optimize=1 \
-  --root="${pkgdir}"
-  install -vDm 644 README.rst -t "${pkgdir}/usr/share/doc/${pkgname}"
-  install -vDm 644 LICENSE.txt -t "${pkgdir}/usr/share/licenses/${pkgname}"
-}

Copied: python-django-classy-tags/repos/community-any/PKGBUILD (from rev 
697196, python-django-classy-tags/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2020-09-02 22:49:15 UTC (rev 697197)
@@ -0,0 +1,47 @@
+# Maintainer: David Runge 
+
+_name=django-classy-tags
+pkgname=python-django-classy-tags
+pkgver=2.0.0
+pkgrel=2
+pkgdesc="Class based template tags for django"
+arch=('any')
+url="https://github.com/divio/django-classy-tags";
+license=('BSD')
+depends=('python-django' 'python-six')
+makedepends=('python-setuptools')
+checkdepends=('python-coverage' 'python-pytest')
+# LICENSE and tests not in pypi tarball in python-django-classy-tags <= 0.9.0
+# https://github.com/divio/django-classy-tags/issues/52
+# 
source=("https://files.pythonhosted.org/packages/source/${_name::1}/${_name}/${_name}-${pkgver}.tar.gz";)
+source=("${pkgname}-${pkgver}.tar.gz::https://github.com/divio/${_name}/archive/${pkgver}.tar.gz";)
+sha512sums=('839186b48b91c02d325b93df61731382e35741009932c52c497c3f0fbaa2ff309b8a69842094ea1e7d0299ab0f320e1a246c6111255807dd452b0c8e589c83bd')
+b2sums=('1f038ed48468e12fa7dce3b7dd2582f36954c15947420da9337c98b0633225f681f2df0339d13615002be9c6d603843006d6617ef4f3f35f9e469a4991380d87')
+
+prepare() {
+  mv -v "${_name}-${pkgver}" "$pkgname-$pkgver"
+}
+
+build() {
+  cd "$pkgname-$pkgver"
+  python setup.py build
+}
+
+check() {
+  cd "$pkgname-$pkgver"
+  export PYTHONPATH="build:${PYTHONPATH}"
+  python setup.py test
+}
+
+package() {
+  local site_packages=$(python -c "import site; 
print(site.getsitepackages()[0])")
+  cd "$pkgname-$pkgver"
+  python setup.py install --skip-build \
+  --optimize=1 \
+  --root="${pkgdir}"
+  install -vDm 644 README.rst -t "${pkgdir}/usr/share/doc/${pkgname}"
+  install -vDm 644 LICENSE.txt -t "${pkgdir}/usr/share/licenses/${pkgname}"
+  # remove conflicting test files
+  # https://github.com/divio/django-classy-tags/issues/58
+  rm -rvf "${pkgdir}/${site_packages}/tests"
+}


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

2020-09-02 Thread David Runge via arch-commits
Date: Wednesday, September 2, 2020 @ 22:39:33
  Author: dvzrv
Revision: 697193

upgpkg: picard 2.4.2-1: Upgrade to 2.4.2.

Remove unused validpgpkeys (the only one mentioned is 1024bit DSA - 
https://tickets.metabrainz.org/browse/PICARD-1934).
Open upstream ticket about missing tests in pypi sdist tarball.
Switch to correct license (GPL2).
Add all direct depedencies in depends.
Build from release tarball instead of cloning from commit without verification.
Run tests in check() using pytest.
Skip build in package() and install docs.
Update maintainer info.

Modified:
  picard/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2020-09-02 22:32:21 UTC (rev 697192)
+++ PKGBUILD2020-09-02 22:39:33 UTC (rev 697193)
@@ -1,37 +1,49 @@
-# Maintainer: Gaetan Bisson 
+# Maintainer: David Runge 
+# Contributor: Gaetan Bisson 
 # Contributor: Mateusz Herych 
 # Contributor: sysrq
 
 pkgname=picard
-pkgver=2.4.1
-pkgrel=3
-pkgdesc='Official MusicBrainz tagger'
-url='https://picard.musicbrainz.org/'
-license=('GPL')
+pkgver=2.4.2
+pkgrel=1
+pkgdesc="Official MusicBrainz tagger"
+url="https://github.com/metabrainz/picard";
+license=('GPL2')
 arch=('x86_64')
-depends=('python-pyqt5' 'python-mutagen' 'python-dateutil')
+depends=('glibc' 'python-dateutil' 'python-discid' 'python-markdown'
+'python-mutagen' 'python-pyqt5')
+makedepends=('python-setuptools')
+checkdepends=('python-pytest')
 optdepends=('chromaprint: fingerprinting'
-'python-discid: cd lookup'
-'python-markdown: doc rendering'
 'qt5-multimedia: media player toolbar'
 'qt5-translations: full UI translation')
-makedepends=('git' 'python-setuptools')
-#source=("git+https://github.com/metabrainz/picard.git#tag=release-$pkgver?signed";)
-source=("git+https://github.com/metabrainz/picard.git#commit=9abd145914561399f0da69b9be93995414007032";)
-validpgpkeys=('9FD61CE6F154EC5A3531D0DE23A723D6417E5D5A')
-sha256sums=('SKIP')
+# pypi sdist tarball does not contain tests
+# https://tickets.metabrainz.org/browse/PICARD-1935
+# 
source=("https://files.pythonhosted.org/packages/source/${pkgname::1}/${pkgname}/${pkgname}-${pkgver}.tar.gz";)
+source=("${pkgname}-${pkgver}.tar.gz::https://github.com/metabrainz/${pkgname}/archive/release-${pkgver}.tar.gz";)
+sha512sums=('17f6015dd06a1282e6dc216726a74cc7bf2a54a5694e09e2d7ae6f1b4c85f2f60f3de1218d952fa2c4e088b3330d1fd12e4b41cf819d7c3d2d96278532338e15')
+b2sums=('a44e82ac1a0ad776eb371309ad13f0a5e9afe4a0fe8b898dbbcb71ac554da3ff7cf4a2d88a8e476c811dfeb515ca7371ca8effb326b9285e6c53ebeac6795c15')
 
+prepare() {
+  mv -v "${pkgname}-release-${pkgver}" "${pkgname}-${pkgver}"
+}
+
 build() {
-   cd "${srcdir}/${pkgname}"
-   sed "s/‘/'/g" -i setup.cfg
-   python setup.py config
+  cd "${pkgname}-${pkgver}"
+  python setup.py build
 }
 
+check() {
+  cd "${pkgname}-${pkgver}"
+  pytest -v
+}
+
 package() {
-   cd "${srcdir}/${pkgname}"
-   python setup.py install \
-   --root="${pkgdir}" \
-   --disable-autoupdate \
-
-   rm -fr "${pkgdir}"/usr/lib/python*/site-packages/picard-*.egg-info
+  cd "${pkgname}-${pkgver}"
+  python setup.py install --skip-build \
+  --optimize=1 \
+  --disable-autoupdate \
+  --root="${pkgdir}"
+  install -vDm 644 {AUTHORS.txt,{CONTRIBUTING,NEWS,README}.md} \
+-t "${pkgdir}/usr/share/doc/${pkgname}"
 }


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

2020-09-02 Thread David Runge via arch-commits
Date: Wednesday, September 2, 2020 @ 22:39:42
  Author: dvzrv
Revision: 697194

archrelease: copy trunk to community-x86_64

Added:
  picard/repos/community-x86_64/PKGBUILD
(from rev 697193, picard/trunk/PKGBUILD)
Deleted:
  picard/repos/community-x86_64/PKGBUILD

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

Deleted: PKGBUILD
===
--- PKGBUILD2020-09-02 22:39:33 UTC (rev 697193)
+++ PKGBUILD2020-09-02 22:39:42 UTC (rev 697194)
@@ -1,37 +0,0 @@
-# Maintainer: Gaetan Bisson 
-# Contributor: Mateusz Herych 
-# Contributor: sysrq
-
-pkgname=picard
-pkgver=2.4.1
-pkgrel=3
-pkgdesc='Official MusicBrainz tagger'
-url='https://picard.musicbrainz.org/'
-license=('GPL')
-arch=('x86_64')
-depends=('python-pyqt5' 'python-mutagen' 'python-dateutil')
-optdepends=('chromaprint: fingerprinting'
-'python-discid: cd lookup'
-'python-markdown: doc rendering'
-'qt5-multimedia: media player toolbar'
-'qt5-translations: full UI translation')
-makedepends=('git' 'python-setuptools')
-#source=("git+https://github.com/metabrainz/picard.git#tag=release-$pkgver?signed";)
-source=("git+https://github.com/metabrainz/picard.git#commit=9abd145914561399f0da69b9be93995414007032";)
-validpgpkeys=('9FD61CE6F154EC5A3531D0DE23A723D6417E5D5A')
-sha256sums=('SKIP')
-
-build() {
-   cd "${srcdir}/${pkgname}"
-   sed "s/‘/'/g" -i setup.cfg
-   python setup.py config
-}
-
-package() {
-   cd "${srcdir}/${pkgname}"
-   python setup.py install \
-   --root="${pkgdir}" \
-   --disable-autoupdate \
-
-   rm -fr "${pkgdir}"/usr/lib/python*/site-packages/picard-*.egg-info
-}

Copied: picard/repos/community-x86_64/PKGBUILD (from rev 697193, 
picard/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2020-09-02 22:39:42 UTC (rev 697194)
@@ -0,0 +1,49 @@
+# Maintainer: David Runge 
+# Contributor: Gaetan Bisson 
+# Contributor: Mateusz Herych 
+# Contributor: sysrq
+
+pkgname=picard
+pkgver=2.4.2
+pkgrel=1
+pkgdesc="Official MusicBrainz tagger"
+url="https://github.com/metabrainz/picard";
+license=('GPL2')
+arch=('x86_64')
+depends=('glibc' 'python-dateutil' 'python-discid' 'python-markdown'
+'python-mutagen' 'python-pyqt5')
+makedepends=('python-setuptools')
+checkdepends=('python-pytest')
+optdepends=('chromaprint: fingerprinting'
+'qt5-multimedia: media player toolbar'
+'qt5-translations: full UI translation')
+# pypi sdist tarball does not contain tests
+# https://tickets.metabrainz.org/browse/PICARD-1935
+# 
source=("https://files.pythonhosted.org/packages/source/${pkgname::1}/${pkgname}/${pkgname}-${pkgver}.tar.gz";)
+source=("${pkgname}-${pkgver}.tar.gz::https://github.com/metabrainz/${pkgname}/archive/release-${pkgver}.tar.gz";)
+sha512sums=('17f6015dd06a1282e6dc216726a74cc7bf2a54a5694e09e2d7ae6f1b4c85f2f60f3de1218d952fa2c4e088b3330d1fd12e4b41cf819d7c3d2d96278532338e15')
+b2sums=('a44e82ac1a0ad776eb371309ad13f0a5e9afe4a0fe8b898dbbcb71ac554da3ff7cf4a2d88a8e476c811dfeb515ca7371ca8effb326b9285e6c53ebeac6795c15')
+
+prepare() {
+  mv -v "${pkgname}-release-${pkgver}" "${pkgname}-${pkgver}"
+}
+
+build() {
+  cd "${pkgname}-${pkgver}"
+  python setup.py build
+}
+
+check() {
+  cd "${pkgname}-${pkgver}"
+  pytest -v
+}
+
+package() {
+  cd "${pkgname}-${pkgver}"
+  python setup.py install --skip-build \
+  --optimize=1 \
+  --disable-autoupdate \
+  --root="${pkgdir}"
+  install -vDm 644 {AUTHORS.txt,{CONTRIBUTING,NEWS,README}.md} \
+-t "${pkgdir}/usr/share/doc/${pkgname}"
+}


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

2020-09-02 Thread Frederik Schwan via arch-commits
Date: Wednesday, September 2, 2020 @ 22:32:18
  Author: freswa
Revision: 697191

upgpkg: ansible-lint 4.3.4-1

Modified:
  ansible-lint/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2020-09-02 22:17:22 UTC (rev 697190)
+++ PKGBUILD2020-09-02 22:32:18 UTC (rev 697191)
@@ -3,7 +3,7 @@
 # Contributor: Sander Boom 
 
 pkgname=ansible-lint
-pkgver=4.3.3
+pkgver=4.3.4
 pkgrel=1
 pkgdesc="Checks playbooks for practices and behaviour that could potentially 
be improved."
 arch=('any')
@@ -11,8 +11,9 @@
 license=('MIT')
 depends=('python' 'ansible' 'python-ruamel-yaml' 'python-pyaml' 'python-rich')
 makedepends=('git')
+checkdepends=('python-pytest')
 
source=(https://github.com/willthames/ansible-lint/archive/v${pkgver}/${pkgname}-${pkgver}.tar.gz)
-sha256sums=('49b0c6bfa89dede50fed269a4aae575756e73b7e563aa5f12f102f62ab96b14d')
+sha256sums=('decdb11f9c5d4c82ad212c50b1a7405f8322b3c8a2609b772c7dcaa6f2195c50')
 
 prepare() {
   cd ${pkgname}-${pkgver}


[arch-commits] Commit in filesystem/trunk (5 files)

2020-09-02 Thread Sébastien Luttringer via arch-commits
Date: Wednesday, September 2, 2020 @ 22:32:08
  Author: seblu
Revision: 395148

upgpkg: filesystem 2020.09.03-1

Modified:
  filesystem/trunk/PKGBUILD
  filesystem/trunk/archlinux-logo.png
  filesystem/trunk/archlinux-logo.svg
  filesystem/trunk/archlinux.png
  filesystem/trunk/archlinux.svg

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

Modified: PKGBUILD
===
--- PKGBUILD2020-09-02 13:45:07 UTC (rev 395147)
+++ PKGBUILD2020-09-02 22:32:08 UTC (rev 395148)
@@ -2,7 +2,7 @@
 # Contributor: Tom Gundersen 
 
 pkgname=filesystem
-pkgver=2020.08.30
+pkgver=2020.09.03
 pkgrel=1
 pkgdesc='Base Arch Linux files'
 arch=('x86_64')
@@ -40,10 +40,10 @@
 '89e43a0b7028f52d5c8e7fb961d962c4b4f4e9595880a6157274ddb2c7c0b6b4'
 'b5b28f395583d141d88c0b955cd05124f9b8cdf003feab01e55885b8e8c1303e'
 '618ac097441c1f2daffc9967e5c3cd18ea8866f776db62d04bf401c53907b1c9'
-'8b7a0d041f2969b25665af6ae34e5e242ca4154b06c24258739e04cce6369160'
-'9b1d1fa053c80487f7f3ffc9233fffd8022e961f8c7522db9b8b03c18bf793ac'
-'3da1595631bca2d4c4f3cd11a47ee4da3166f7af05009a35c44c4080302f7425'
-'5dc58399f9aff492abbd6d2547cf6188835ea82c5f2d72b16830c86164860743')
+'450a4fd61a58af97329241ef2e199a68ab07ea2937c73c968469afc52fd9bc8d'
+'889c92e34d11d2dada952adb1c364a48b7fdfcdc381cfff865ff96a348d19e80'
+'51da5fdeaa2b56c1730e7a2abb46b956500368f6f563bf38a5979be8d9d28d33'
+'290fc432fc3b4748acca48639538fa5c101d9d344911882c7952d83651cd57ad')
 
 package() {
   cd "$pkgdir"

Modified: archlinux-logo.png
===
(Binary files differ)

Modified: archlinux-logo.svg
===
(Binary files differ)

Modified: archlinux.png
===
(Binary files differ)

Modified: archlinux.svg
===
(Binary files differ)


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

2020-09-02 Thread Frederik Schwan via arch-commits
Date: Wednesday, September 2, 2020 @ 22:32:21
  Author: freswa
Revision: 697192

archrelease: copy trunk to community-any

Added:
  ansible-lint/repos/community-any/PKGBUILD
(from rev 697191, ansible-lint/trunk/PKGBUILD)
Deleted:
  ansible-lint/repos/community-any/PKGBUILD

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

Deleted: PKGBUILD
===
--- PKGBUILD2020-09-02 22:32:18 UTC (rev 697191)
+++ PKGBUILD2020-09-02 22:32:21 UTC (rev 697192)
@@ -1,33 +0,0 @@
-# Maintainer: Jelle van der Waa 
-# Maintainer: Frederik Schwan 
-# Contributor: Sander Boom 
-
-pkgname=ansible-lint
-pkgver=4.3.3
-pkgrel=1
-pkgdesc="Checks playbooks for practices and behaviour that could potentially 
be improved."
-arch=('any')
-url="https://github.com/willthames/ansible-lint";
-license=('MIT')
-depends=('python' 'ansible' 'python-ruamel-yaml' 'python-pyaml' 'python-rich')
-makedepends=('git')
-source=(https://github.com/willthames/ansible-lint/archive/v${pkgver}/${pkgname}-${pkgver}.tar.gz)
-sha256sums=('49b0c6bfa89dede50fed269a4aae575756e73b7e563aa5f12f102f62ab96b14d')
-
-prepare() {
-  cd ${pkgname}-${pkgver}
-  # stop setuptools from using the scm version which doesn't exist in this 
context
-  sed -i "/^\[metadata\]/a version = ${pkgver}" setup.cfg
-  sed -i 's/use_scm_version/#use_scm_version/' setup.cfg
-}
-
-build() {
-  cd ${pkgname}-${pkgver}
-  python setup.py build
-}
-
-package() {
-  cd ${pkgname}-${pkgver}
-  python setup.py install --root="${pkgdir}" --optimize=1
-  install -Dm 644 LICENSE -t "${pkgdir}"/usr/share/licenses/${pkgname}
-}

Copied: ansible-lint/repos/community-any/PKGBUILD (from rev 697191, 
ansible-lint/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2020-09-02 22:32:21 UTC (rev 697192)
@@ -0,0 +1,34 @@
+# Maintainer: Jelle van der Waa 
+# Maintainer: Frederik Schwan 
+# Contributor: Sander Boom 
+
+pkgname=ansible-lint
+pkgver=4.3.4
+pkgrel=1
+pkgdesc="Checks playbooks for practices and behaviour that could potentially 
be improved."
+arch=('any')
+url="https://github.com/willthames/ansible-lint";
+license=('MIT')
+depends=('python' 'ansible' 'python-ruamel-yaml' 'python-pyaml' 'python-rich')
+makedepends=('git')
+checkdepends=('python-pytest')
+source=(https://github.com/willthames/ansible-lint/archive/v${pkgver}/${pkgname}-${pkgver}.tar.gz)
+sha256sums=('decdb11f9c5d4c82ad212c50b1a7405f8322b3c8a2609b772c7dcaa6f2195c50')
+
+prepare() {
+  cd ${pkgname}-${pkgver}
+  # stop setuptools from using the scm version which doesn't exist in this 
context
+  sed -i "/^\[metadata\]/a version = ${pkgver}" setup.cfg
+  sed -i 's/use_scm_version/#use_scm_version/' setup.cfg
+}
+
+build() {
+  cd ${pkgname}-${pkgver}
+  python setup.py build
+}
+
+package() {
+  cd ${pkgname}-${pkgver}
+  python setup.py install --root="${pkgdir}" --optimize=1
+  install -Dm 644 LICENSE -t "${pkgdir}"/usr/share/licenses/${pkgname}
+}


[arch-commits] Commit in filesystem/repos/testing-x86_64 (54 files)

2020-09-02 Thread Sébastien Luttringer via arch-commits
Date: Wednesday, September 2, 2020 @ 22:32:28
  Author: seblu
Revision: 395149

archrelease: copy trunk to testing-x86_64

Added:
  filesystem/repos/testing-x86_64/PKGBUILD
(from rev 395148, filesystem/trunk/PKGBUILD)
  filesystem/repos/testing-x86_64/archlinux-logo.png
(from rev 395148, filesystem/trunk/archlinux-logo.png)
  filesystem/repos/testing-x86_64/archlinux-logo.svg
(from rev 395148, filesystem/trunk/archlinux-logo.svg)
  filesystem/repos/testing-x86_64/archlinux.png
(from rev 395148, filesystem/trunk/archlinux.png)
  filesystem/repos/testing-x86_64/archlinux.svg
(from rev 395148, filesystem/trunk/archlinux.svg)
  filesystem/repos/testing-x86_64/crypttab
(from rev 395148, filesystem/trunk/crypttab)
  filesystem/repos/testing-x86_64/env-generator
(from rev 395148, filesystem/trunk/env-generator)
  filesystem/repos/testing-x86_64/fstab
(from rev 395148, filesystem/trunk/fstab)
  filesystem/repos/testing-x86_64/group
(from rev 395148, filesystem/trunk/group)
  filesystem/repos/testing-x86_64/gshadow
(from rev 395148, filesystem/trunk/gshadow)
  filesystem/repos/testing-x86_64/host.conf
(from rev 395148, filesystem/trunk/host.conf)
  filesystem/repos/testing-x86_64/hosts
(from rev 395148, filesystem/trunk/hosts)
  filesystem/repos/testing-x86_64/issue
(from rev 395148, filesystem/trunk/issue)
  filesystem/repos/testing-x86_64/ld.so.conf
(from rev 395148, filesystem/trunk/ld.so.conf)
  filesystem/repos/testing-x86_64/locale.sh
(from rev 395148, filesystem/trunk/locale.sh)
  filesystem/repos/testing-x86_64/motd
(from rev 395148, filesystem/trunk/motd)
  filesystem/repos/testing-x86_64/nsswitch.conf
(from rev 395148, filesystem/trunk/nsswitch.conf)
  filesystem/repos/testing-x86_64/os-release
(from rev 395148, filesystem/trunk/os-release)
  filesystem/repos/testing-x86_64/passwd
(from rev 395148, filesystem/trunk/passwd)
  filesystem/repos/testing-x86_64/profile
(from rev 395148, filesystem/trunk/profile)
  filesystem/repos/testing-x86_64/resolv.conf
(from rev 395148, filesystem/trunk/resolv.conf)
  filesystem/repos/testing-x86_64/securetty
(from rev 395148, filesystem/trunk/securetty)
  filesystem/repos/testing-x86_64/shadow
(from rev 395148, filesystem/trunk/shadow)
  filesystem/repos/testing-x86_64/shells
(from rev 395148, filesystem/trunk/shells)
  filesystem/repos/testing-x86_64/sysctl
(from rev 395148, filesystem/trunk/sysctl)
  filesystem/repos/testing-x86_64/sysusers
(from rev 395148, filesystem/trunk/sysusers)
  filesystem/repos/testing-x86_64/tmpfiles
(from rev 395148, filesystem/trunk/tmpfiles)
Deleted:
  filesystem/repos/testing-x86_64/PKGBUILD
  filesystem/repos/testing-x86_64/archlinux-logo.png
  filesystem/repos/testing-x86_64/archlinux-logo.svg
  filesystem/repos/testing-x86_64/archlinux.png
  filesystem/repos/testing-x86_64/archlinux.svg
  filesystem/repos/testing-x86_64/crypttab
  filesystem/repos/testing-x86_64/env-generator
  filesystem/repos/testing-x86_64/fstab
  filesystem/repos/testing-x86_64/group
  filesystem/repos/testing-x86_64/gshadow
  filesystem/repos/testing-x86_64/host.conf
  filesystem/repos/testing-x86_64/hosts
  filesystem/repos/testing-x86_64/issue
  filesystem/repos/testing-x86_64/ld.so.conf
  filesystem/repos/testing-x86_64/locale.sh
  filesystem/repos/testing-x86_64/motd
  filesystem/repos/testing-x86_64/nsswitch.conf
  filesystem/repos/testing-x86_64/os-release
  filesystem/repos/testing-x86_64/passwd
  filesystem/repos/testing-x86_64/profile
  filesystem/repos/testing-x86_64/resolv.conf
  filesystem/repos/testing-x86_64/securetty
  filesystem/repos/testing-x86_64/shadow
  filesystem/repos/testing-x86_64/shells
  filesystem/repos/testing-x86_64/sysctl
  filesystem/repos/testing-x86_64/sysusers
  filesystem/repos/testing-x86_64/tmpfiles

---+
 PKGBUILD  |  266 
 crypttab  |   24 ++---
 env-generator |6 -
 fstab |8 -
 group |2 
 gshadow   |2 
 host.conf |8 -
 hosts |4 
 issue |4 
 ld.so.conf|8 -
 locale.sh |   44 -
 nsswitch.conf |   36 +++
 os-release|   20 ++--
 passwd|2 
 profile   |  100 ++---
 resolv.conf   |4 
 securetty |   24 ++---
 shadow|2 
 shells|   10 +-
 sysctl|6 -
 sysusers  |   56 +--
 tmpfiles  |   34 +++
 22 files changed, 335 insertions(+), 335 deletions(-)

Deleted: PKGBUILD
===
--- PKGBUILD2020-09-02 22:32:08 UTC (rev 395148)
+++ PKGBUILD2020-09-02 22:32:28 UTC (rev 395149)
@@ -1,133 +0,0 @@
-# Maintainer: Sébastien Luttringer
-# Contributor: Tom Gundersen 
-
-pkgname=filesystem
-pkgver=2020.08.30
-pkgrel=1
-pkgdesc='Base Arch Linux files'
-arch=('x86_64')
-license=('GPL')
-url='https://www.archlinux.org'

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

2020-09-02 Thread Felix Yan via arch-commits
Date: Wednesday, September 2, 2020 @ 22:17:09
  Author: felixonmars
Revision: 697189

upgpkg: haskell-vector-builder 0.3.8-33: rebuild with mwc-random 0.15.0.0

Modified:
  haskell-vector-builder/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2020-09-02 22:16:32 UTC (rev 697188)
+++ PKGBUILD2020-09-02 22:17:09 UTC (rev 697189)
@@ -4,7 +4,7 @@
 _hkgname=vector-builder
 pkgname=haskell-vector-builder
 pkgver=0.3.8
-pkgrel=32
+pkgrel=33
 pkgdesc="Vector builder"
 url="https://github.com/nikita-volkov/vector-builder";
 license=("MIT")


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

2020-09-02 Thread Felix Yan via arch-commits
Date: Wednesday, September 2, 2020 @ 22:17:22
  Author: felixonmars
Revision: 697190

archrelease: copy trunk to community-staging-x86_64

Added:
  haskell-vector-builder/repos/community-staging-x86_64/
  haskell-vector-builder/repos/community-staging-x86_64/PKGBUILD
(from rev 697189, haskell-vector-builder/trunk/PKGBUILD)

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

Copied: haskell-vector-builder/repos/community-staging-x86_64/PKGBUILD (from 
rev 697189, haskell-vector-builder/trunk/PKGBUILD)
===
--- community-staging-x86_64/PKGBUILD   (rev 0)
+++ community-staging-x86_64/PKGBUILD   2020-09-02 22:17:22 UTC (rev 697190)
@@ -0,0 +1,43 @@
+# Maintainer: Felix Yan 
+# Contributor: Arch Haskell Team 
+
+_hkgname=vector-builder
+pkgname=haskell-vector-builder
+pkgver=0.3.8
+pkgrel=33
+pkgdesc="Vector builder"
+url="https://github.com/nikita-volkov/vector-builder";
+license=("MIT")
+arch=('x86_64')
+depends=('ghc-libs' "haskell-base-prelude" "haskell-vector")
+makedepends=('ghc')
+source=("https://hackage.haskell.org/packages/archive/${_hkgname}/${pkgver}/${_hkgname}-${pkgver}.tar.gz";)
+sha512sums=('e7ca1b6ba35aa76e16ad485cfd5e326c2b257339d2aadc57b7ce2a5ec3d5790fec99e5546ea18351cd9cbf31e7ec99c737461950acd355f62be27b53edb2be17')
+
+prepare() {
+cd $_hkgname-$pkgver
+sed -i '/semigroups/d' $_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-dense-linear-algebra/repos (2 files)

2020-09-02 Thread Felix Yan via arch-commits
Date: Wednesday, September 2, 2020 @ 22:16:32
  Author: felixonmars
Revision: 697188

archrelease: copy trunk to community-staging-x86_64

Added:
  haskell-dense-linear-algebra/repos/community-staging-x86_64/
  haskell-dense-linear-algebra/repos/community-staging-x86_64/PKGBUILD
(from rev 697187, haskell-dense-linear-algebra/trunk/PKGBUILD)

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

Copied: haskell-dense-linear-algebra/repos/community-staging-x86_64/PKGBUILD 
(from rev 697187, haskell-dense-linear-algebra/trunk/PKGBUILD)
===
--- community-staging-x86_64/PKGBUILD   (rev 0)
+++ community-staging-x86_64/PKGBUILD   2020-09-02 22:16:32 UTC (rev 697188)
@@ -0,0 +1,43 @@
+# Maintainer: Felix Yan 
+
+_hkgname=dense-linear-algebra
+pkgname=haskell-dense-linear-algebra
+pkgver=0.1.0.0
+pkgrel=59
+pkgdesc="Simple and incomplete pure haskell implementation of linear algebra"
+url="https://github.com/bos/statistics";
+license=('BSD')
+arch=('x86_64')
+depends=('ghc-libs' 'haskell-math-functions' 'haskell-primitive' 
'haskell-vector'
+ 'haskell-vector-algorithms' 'haskell-vector-th-unbox' 
'haskell-vector-binary-instances')
+makedepends=('ghc' 'haskell-hspec' 'haskell-quickcheck')
+source=(https://hackage.haskell.org/packages/archive/${_hkgname}/${pkgver}/${_hkgname}-${pkgver}.tar.gz)
+sha512sums=('bcc70b42c3ea59aa3a739e2b189b9a1018d3dc27e65f5016502a2068005f480c296960ba7758a810cb22bfde53b5a597a66a3e1dd7bb732e54fe5daa1be08aa0')
+
+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-dense-linear-algebra/trunk (PKGBUILD)

2020-09-02 Thread Felix Yan via arch-commits
Date: Wednesday, September 2, 2020 @ 22:16:19
  Author: felixonmars
Revision: 697187

upgpkg: haskell-dense-linear-algebra 0.1.0.0-59: rebuild with mwc-random 
0.15.0.0

Modified:
  haskell-dense-linear-algebra/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2020-09-02 22:15:32 UTC (rev 697186)
+++ PKGBUILD2020-09-02 22:16:19 UTC (rev 697187)
@@ -3,7 +3,7 @@
 _hkgname=dense-linear-algebra
 pkgname=haskell-dense-linear-algebra
 pkgver=0.1.0.0
-pkgrel=58
+pkgrel=59
 pkgdesc="Simple and incomplete pure haskell implementation of linear algebra"
 url="https://github.com/bos/statistics";
 license=('BSD')


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

2020-09-02 Thread Felix Yan via arch-commits
Date: Wednesday, September 2, 2020 @ 22:15:19
  Author: felixonmars
Revision: 697185

upgpkg: haskell-binary-instances 1.0.0.1-40: rebuild with mwc-random 0.15.0.0

Modified:
  haskell-binary-instances/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2020-09-02 22:14:24 UTC (rev 697184)
+++ PKGBUILD2020-09-02 22:15:19 UTC (rev 697185)
@@ -3,7 +3,7 @@
 _hkgname=binary-instances
 pkgname=haskell-binary-instances
 pkgver=1.0.0.1
-pkgrel=39
+pkgrel=40
 pkgdesc="Orphan instances for binary"
 url="https://github.com/phadej/binary-instances";
 license=('BSD')


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

2020-09-02 Thread Felix Yan via arch-commits
Date: Wednesday, September 2, 2020 @ 22:15:32
  Author: felixonmars
Revision: 697186

archrelease: copy trunk to community-staging-x86_64

Added:
  haskell-binary-instances/repos/community-staging-x86_64/
  haskell-binary-instances/repos/community-staging-x86_64/PKGBUILD
(from rev 697185, haskell-binary-instances/trunk/PKGBUILD)

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

Copied: haskell-binary-instances/repos/community-staging-x86_64/PKGBUILD (from 
rev 697185, haskell-binary-instances/trunk/PKGBUILD)
===
--- community-staging-x86_64/PKGBUILD   (rev 0)
+++ community-staging-x86_64/PKGBUILD   2020-09-02 22:15:32 UTC (rev 697186)
@@ -0,0 +1,52 @@
+# Maintainer: Felix Yan 
+
+_hkgname=binary-instances
+pkgname=haskell-binary-instances
+pkgver=1.0.0.1
+pkgrel=40
+pkgdesc="Orphan instances for binary"
+url="https://github.com/phadej/binary-instances";
+license=('BSD')
+arch=('x86_64')
+depends=('ghc-libs' 'haskell-aeson' 'haskell-binary-orphans' 
'haskell-case-insensitive'
+ 'haskell-hashable' 'haskell-scientific' 'haskell-tagged' 
'haskell-text-binary'
+ 'haskell-time-compat' 'haskell-unordered-containers' 'haskell-vector'
+ 'haskell-vector-binary-instances')
+makedepends=('ghc' 'haskell-quickcheck' 'haskell-quickcheck-instances' 
'haskell-tasty'
+ 'haskell-tasty-quickcheck')
+source=(https://hackage.haskell.org/packages/archive/${_hkgname}/${pkgver}/${_hkgname}-${pkgver}.tar.gz)
+sha512sums=('8933f2eab4a23460bd9be7547f229416adccb3e82ec452f75567fa5b5cb6babe4b7f243fbf3799099647bc4f890eaa1acc962128caa8caafc3ff724867585e3d')
+
+prepare() {
+cd $_hkgname-$pkgver
+sed -i 's/< *2.14/<3/;s/< *1.3/<2/;s/< *1.5/<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 --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
+# https://github.com/phadej/binary-instances/issues/7
+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-vector-binary-instances/repos (2 files)

2020-09-02 Thread Felix Yan via arch-commits
Date: Wednesday, September 2, 2020 @ 22:14:24
  Author: felixonmars
Revision: 697184

archrelease: copy trunk to community-staging-x86_64

Added:
  haskell-vector-binary-instances/repos/community-staging-x86_64/
  haskell-vector-binary-instances/repos/community-staging-x86_64/PKGBUILD
(from rev 697183, haskell-vector-binary-instances/trunk/PKGBUILD)

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

Copied: haskell-vector-binary-instances/repos/community-staging-x86_64/PKGBUILD 
(from rev 697183, haskell-vector-binary-instances/trunk/PKGBUILD)
===
--- community-staging-x86_64/PKGBUILD   (rev 0)
+++ community-staging-x86_64/PKGBUILD   2020-09-02 22:14:24 UTC (rev 697184)
@@ -0,0 +1,43 @@
+# Maintainer: Felix Yan 
+# Contributor: Arch Haskell Team 
+
+_hkgname=vector-binary-instances
+pkgname=haskell-vector-binary-instances
+pkgver=0.2.5.1
+pkgrel=57
+pkgdesc="Instances of Data.Binary for vector"
+url="https://github.com/bos/vector-binary-instances";
+license=("BSD")
+arch=('x86_64')
+depends=('ghc-libs' "haskell-vector")
+makedepends=('ghc')
+source=("https://hackage.haskell.org/packages/archive/${_hkgname}/${pkgver}/${_hkgname}-${pkgver}.tar.gz";)
+sha512sums=('a16202b8ca3f88df82c27b37511087008579296363c73fe09ab19b00dee0fbaf98699b79b08d7e7410fcd062c03f2c5d1560f6b1c9ebf1ab8290596a35758be0')
+
+prepare() {
+cd $_hkgname-$pkgver
+sed -i -e 's/<.*4.13/<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-vector-binary-instances/trunk (PKGBUILD)

2020-09-02 Thread Felix Yan via arch-commits
Date: Wednesday, September 2, 2020 @ 22:14:11
  Author: felixonmars
Revision: 697183

upgpkg: haskell-vector-binary-instances 0.2.5.1-57: rebuild with mwc-random 
0.15.0.0

Modified:
  haskell-vector-binary-instances/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2020-09-02 22:13:34 UTC (rev 697182)
+++ PKGBUILD2020-09-02 22:14:11 UTC (rev 697183)
@@ -4,7 +4,7 @@
 _hkgname=vector-binary-instances
 pkgname=haskell-vector-binary-instances
 pkgver=0.2.5.1
-pkgrel=56
+pkgrel=57
 pkgdesc="Instances of Data.Binary for vector"
 url="https://github.com/bos/vector-binary-instances";
 license=("BSD")


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

2020-09-02 Thread Felix Yan via arch-commits
Date: Wednesday, September 2, 2020 @ 22:13:21
  Author: felixonmars
Revision: 697181

upgpkg: haskell-vector-algorithms 0.8.0.3-32: rebuild with mwc-random 0.15.0.0

Modified:
  haskell-vector-algorithms/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2020-09-02 22:12:24 UTC (rev 697180)
+++ PKGBUILD2020-09-02 22:13:21 UTC (rev 697181)
@@ -4,7 +4,7 @@
 _hkgname=vector-algorithms
 pkgname=haskell-vector-algorithms
 pkgver=0.8.0.3
-pkgrel=31
+pkgrel=32
 pkgdesc="Efficient algorithms for vector arrays"
 url="https://github.com/erikd/vector-algorithms/";
 license=("BSD")


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

2020-09-02 Thread Felix Yan via arch-commits
Date: Wednesday, September 2, 2020 @ 22:13:34
  Author: felixonmars
Revision: 697182

archrelease: copy trunk to community-staging-x86_64

Added:
  haskell-vector-algorithms/repos/community-staging-x86_64/
  haskell-vector-algorithms/repos/community-staging-x86_64/PKGBUILD
(from rev 697181, haskell-vector-algorithms/trunk/PKGBUILD)

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

Copied: haskell-vector-algorithms/repos/community-staging-x86_64/PKGBUILD (from 
rev 697181, haskell-vector-algorithms/trunk/PKGBUILD)
===
--- community-staging-x86_64/PKGBUILD   (rev 0)
+++ community-staging-x86_64/PKGBUILD   2020-09-02 22:13:34 UTC (rev 697182)
@@ -0,0 +1,39 @@
+# Maintainer: Felix Yan 
+# Contributor: Arch Haskell Team 
+
+_hkgname=vector-algorithms
+pkgname=haskell-vector-algorithms
+pkgver=0.8.0.3
+pkgrel=32
+pkgdesc="Efficient algorithms for vector arrays"
+url="https://github.com/erikd/vector-algorithms/";
+license=("BSD")
+arch=('x86_64')
+depends=('ghc-libs' "haskell-primitive" "haskell-vector")
+makedepends=('ghc')
+source=("https://hackage.haskell.org/packages/archive/${_hkgname}/${pkgver}/${_hkgname}-${pkgver}.tar.gz";)
+sha512sums=('45311e19a1e5c9994e7d666b73445d11946f60915df3d2f385a435538d1b6b0929b56a960f83c5df1b2df883566e7f8e6fdd5be4e075364d7daecd6dbec780e5')
+
+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 \
+-fproperties -f-bench -f-internalchecks -f-unsafechecks 
-fboundschecks -f-llvm
+runhaskell Setup build $MAKEFLAGS
+runhaskell Setup register --gen-script
+runhaskell Setup unregister --gen-script
+sed -i -r -e "s|ghc-pkg.*update[^ ]* |&'--force' |" register.sh
+sed -i -r -e "s|ghc-pkg.*unregister[^ ]* |&'--force' |" unregister.sh
+}
+
+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-vault/repos (2 files)

2020-09-02 Thread Felix Yan via arch-commits
Date: Wednesday, September 2, 2020 @ 22:12:24
  Author: felixonmars
Revision: 697180

archrelease: copy trunk to community-staging-x86_64

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

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

Copied: haskell-vault/repos/community-staging-x86_64/PKGBUILD (from rev 697179, 
haskell-vault/trunk/PKGBUILD)
===
--- community-staging-x86_64/PKGBUILD   (rev 0)
+++ community-staging-x86_64/PKGBUILD   2020-09-02 22:12:24 UTC (rev 697180)
@@ -0,0 +1,44 @@
+# Maintainer: Felix Yan 
+# Contributor: Arch Haskell Team 
+
+_hkgname=vault
+pkgname=haskell-vault
+pkgver=0.3.1.4
+pkgrel=19
+pkgdesc="A persistent store for values of arbitrary types"
+url="https://github.com/HeinrichApfelmus/vault";
+license=("BSD")
+arch=('x86_64')
+depends=('ghc-libs' 'haskell-hashable' 'haskell-unordered-containers')
+makedepends=('ghc')
+source=("https://hackage.haskell.org/packages/archive/${_hkgname}/${pkgver}/${_hkgname}-${pkgver}.tar.gz";)
+sha512sums=('70bebabce76b5e56b3d5cd4f95590ecef7a41f4de7f943932713fbb3eb17ac4d615a25b6503773a532b36649cf4a7b595be3b4222a15ca7d0756b2bee8aa0792')
+
+prepare() {
+cd $_hkgname-$pkgver
+sed -i '/semigroups/d' $_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 \
+-fuseghc
+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-vault/trunk (PKGBUILD)

2020-09-02 Thread Felix Yan via arch-commits
Date: Wednesday, September 2, 2020 @ 22:12:11
  Author: felixonmars
Revision: 697179

upgpkg: haskell-vault 0.3.1.4-19: rebuild with mwc-random 0.15.0.0

Modified:
  haskell-vault/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2020-09-02 22:11:33 UTC (rev 697178)
+++ PKGBUILD2020-09-02 22:12:11 UTC (rev 697179)
@@ -4,7 +4,7 @@
 _hkgname=vault
 pkgname=haskell-vault
 pkgver=0.3.1.4
-pkgrel=18
+pkgrel=19
 pkgdesc="A persistent store for values of arbitrary types"
 url="https://github.com/HeinrichApfelmus/vault";
 license=("BSD")


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

2020-09-02 Thread Felix Yan via arch-commits
Date: Wednesday, September 2, 2020 @ 22:11:33
  Author: felixonmars
Revision: 697178

archrelease: copy trunk to community-staging-x86_64

Added:
  haskell-rio-prettyprint/repos/community-staging-x86_64/
  haskell-rio-prettyprint/repos/community-staging-x86_64/PKGBUILD
(from rev 697177, haskell-rio-prettyprint/trunk/PKGBUILD)

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

Copied: haskell-rio-prettyprint/repos/community-staging-x86_64/PKGBUILD (from 
rev 697177, haskell-rio-prettyprint/trunk/PKGBUILD)
===
--- community-staging-x86_64/PKGBUILD   (rev 0)
+++ community-staging-x86_64/PKGBUILD   2020-09-02 22:11:33 UTC (rev 697178)
@@ -0,0 +1,48 @@
+# Maintainer: Felix Yan 
+
+_hkgname=rio-prettyprint
+pkgname=haskell-rio-prettyprint
+pkgver=0.1.1.0
+pkgrel=15
+pkgdesc="Pretty-printing for RIO"
+url="https://github.com/commercialhaskell/rio-prettyprint";
+license=('MIT')
+arch=('x86_64')
+depends=('ghc-libs' 'haskell-aeson' 'haskell-annotated-wl-pprint' 
'haskell-ansi-terminal'
+ 'haskell-colour' 'haskell-path' 'haskell-rio')
+makedepends=('ghc')
+source=(https://hackage.haskell.org/packages/archive/${_hkgname}/${pkgver}/${_hkgname}-${pkgver}.tar.gz)
+sha512sums=('3f519fa0dd4ea51af565221504358ca5728b9ebe07df8a2b34b83198bb19d6653c048cd45701fed6d99b5204da05449f35c0be8e98df2da1c34ea99023f06bf4')
+
+prepare() {
+cd $_hkgname-$pkgver
+echo -e "import Distribution.Simple\nmain = defaultMain" > Setup.hs
+}
+
+build() {
+cd $_hkgname-$pkgver
+
+runhaskell Setup configure -O --enable-shared --enable-executable-dynamic 
--disable-library-vanilla \
+--prefix=/usr --docdir=/usr/share/doc/$pkgname --enable-tests \
+--dynlibdir=/usr/lib --libsubdir=\$compiler/site-local/\$pkgid
+runhaskell Setup build $MAKEFLAGS
+runhaskell Setup register --gen-script
+runhaskell Setup unregister --gen-script
+sed -i -r -e "s|ghc-pkg.*update[^ ]* |&'--force' |" register.sh
+sed -i -r -e "s|ghc-pkg.*unregister[^ ]* |&'--force' |" unregister.sh
+}
+
+check() {
+cd $_hkgname-$pkgver
+runhaskell Setup test
+}
+
+package() {
+cd $_hkgname-$pkgver
+
+install -D -m744 register.sh 
"$pkgdir"/usr/share/haskell/register/$pkgname.sh
+install -D -m744 unregister.sh 
"$pkgdir"/usr/share/haskell/unregister/$pkgname.sh
+runhaskell Setup copy --destdir="$pkgdir"
+install -D -m644 LICENSE "$pkgdir"/usr/share/licenses/$pkgname/LICENSE
+rm -f "$pkgdir"/usr/share/doc/$pkgname/LICENSE
+}


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

2020-09-02 Thread Felix Yan via arch-commits
Date: Wednesday, September 2, 2020 @ 22:11:20
  Author: felixonmars
Revision: 697177

upgpkg: haskell-rio-prettyprint 0.1.1.0-15: rebuild with mwc-random 0.15.0.0

Modified:
  haskell-rio-prettyprint/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2020-09-02 22:10:34 UTC (rev 697176)
+++ PKGBUILD2020-09-02 22:11:20 UTC (rev 697177)
@@ -3,7 +3,7 @@
 _hkgname=rio-prettyprint
 pkgname=haskell-rio-prettyprint
 pkgver=0.1.1.0
-pkgrel=14
+pkgrel=15
 pkgdesc="Pretty-printing for RIO"
 url="https://github.com/commercialhaskell/rio-prettyprint";
 license=('MIT')


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

2020-09-02 Thread Felix Yan via arch-commits
Date: Wednesday, September 2, 2020 @ 22:10:34
  Author: felixonmars
Revision: 697176

archrelease: copy trunk to community-staging-x86_64

Added:
  haskell-path-io/repos/community-staging-x86_64/
  haskell-path-io/repos/community-staging-x86_64/PKGBUILD
(from rev 697175, haskell-path-io/trunk/PKGBUILD)

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

Copied: haskell-path-io/repos/community-staging-x86_64/PKGBUILD (from rev 
697175, haskell-path-io/trunk/PKGBUILD)
===
--- community-staging-x86_64/PKGBUILD   (rev 0)
+++ community-staging-x86_64/PKGBUILD   2020-09-02 22:10:34 UTC (rev 697176)
@@ -0,0 +1,50 @@
+# Maintainer: Felix Yan 
+# Contributor: Daniel Nagy 
+# Contributor: Daniel Micay 
+
+_hkgname=path-io
+pkgname=haskell-path-io
+pkgver=1.6.0
+pkgrel=57
+pkgdesc="Interface to ‘directory’ package for users of ‘path’"
+url="https://github.com/mrkkrp/path-io";
+license=("BSD")
+arch=('x86_64')
+depends=('ghc-libs' 'haskell-dlist' 'haskell-path' 'haskell-temporary'
+ 'haskell-unix-compat')
+makedepends=('ghc' 'haskell-hspec')
+source=("https://hackage.haskell.org/packages/archive/$_hkgname/$pkgver/$_hkgname-${pkgver}.tar.gz";)
+sha512sums=('dcafbbfe1531d7b00a9df751c093e6affdefafe7589c0243530579b9f5733ef1357b1085cfd88bf53ff9794accddbc789b927a199f4c4a2b7778268cf1719477')
+
+prepare() {
+  cd $_hkgname-$pkgver
+  sed -i -e 's/< *0.7/<1/;s/< *0.9/<2/' $_hkgname.cabal
+}
+
+build() {
+  cd "$srcdir/$_hkgname-$pkgver"
+  runhaskell Setup configure -O --enable-shared --enable-executable-dynamic 
--disable-library-vanilla \
+--prefix=/usr --docdir=/usr/share/doc/$pkgname --enable-tests \
+--dynlibdir=/usr/lib --libsubdir=\$compiler/site-local/\$pkgid \
+-f-dev
+  runhaskell Setup build $MAKEFLAGS
+  runhaskell Setup register --gen-script
+  runhaskell Setup unregister --gen-script
+  sed -i -r -e "s|ghc-pkg.*update[^ ]* |&'--force' |" register.sh
+  sed -i -r -e "s|ghc-pkg.*unregister[^ ]* |&'--force' |" unregister.sh
+}
+
+check() {
+  cd $_hkgname-$pkgver
+  runhaskell Setup test
+}
+
+package() {
+  cd $_hkgname-$pkgver
+  
+  install -D -m744 register.sh "$pkgdir"/usr/share/haskell/register/$pkgname.sh
+  install -D -m744 unregister.sh 
"$pkgdir"/usr/share/haskell/unregister/$pkgname.sh
+  runhaskell Setup copy --destdir="$pkgdir"
+  install -D -m644 LICENSE.md "$pkgdir"/usr/share/licenses/$pkgname/LICENSE.md
+  rm -f "$pkgdir"/usr/share/doc/$pkgname/LICENSE.md
+}


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

2020-09-02 Thread Felix Yan via arch-commits
Date: Wednesday, September 2, 2020 @ 22:10:22
  Author: felixonmars
Revision: 697175

upgpkg: haskell-path-io 1.6.0-57: rebuild with mwc-random 0.15.0.0

Modified:
  haskell-path-io/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2020-09-02 22:09:26 UTC (rev 697174)
+++ PKGBUILD2020-09-02 22:10:22 UTC (rev 697175)
@@ -5,7 +5,7 @@
 _hkgname=path-io
 pkgname=haskell-path-io
 pkgver=1.6.0
-pkgrel=56
+pkgrel=57
 pkgdesc="Interface to ‘directory’ package for users of ‘path’"
 url="https://github.com/mrkkrp/path-io";
 license=("BSD")


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

2020-09-02 Thread Felix Yan via arch-commits
Date: Wednesday, September 2, 2020 @ 22:09:13
  Author: felixonmars
Revision: 697173

upgpkg: haskell-path 0.8.0-31: rebuild with mwc-random 0.15.0.0

Modified:
  haskell-path/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2020-09-02 22:08:06 UTC (rev 697172)
+++ PKGBUILD2020-09-02 22:09:13 UTC (rev 697173)
@@ -4,7 +4,7 @@
 _hkgname=path
 pkgname=haskell-path
 pkgver=0.8.0
-pkgrel=30
+pkgrel=31
 pkgdesc="Path"
 url="https://hackage.haskell.org/package/${_hkgname}";
 license=("BSD")


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

2020-09-02 Thread Felix Yan via arch-commits
Date: Wednesday, September 2, 2020 @ 22:09:26
  Author: felixonmars
Revision: 697174

archrelease: copy trunk to community-staging-x86_64

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

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

Copied: haskell-path/repos/community-staging-x86_64/PKGBUILD (from rev 697173, 
haskell-path/trunk/PKGBUILD)
===
--- community-staging-x86_64/PKGBUILD   (rev 0)
+++ community-staging-x86_64/PKGBUILD   2020-09-02 22:09:26 UTC (rev 697174)
@@ -0,0 +1,44 @@
+# Maintainer: Felix Yan 
+# Contributor: Arch Haskell Team 
+
+_hkgname=path
+pkgname=haskell-path
+pkgver=0.8.0
+pkgrel=31
+pkgdesc="Path"
+url="https://hackage.haskell.org/package/${_hkgname}";
+license=("BSD")
+arch=('x86_64')
+depends=('ghc-libs' 'haskell-aeson' 'haskell-hashable')
+makedepends=('ghc' 'haskell-genvalidity' 'haskell-genvalidity-hspec' 
'haskell-genvalidity-property'
+ 'haskell-hspec' 'haskell-quickcheck' 'haskell-validity')
+source=("https://hackage.haskell.org/packages/archive/${_hkgname}/${pkgver}/${_hkgname}-${pkgver}.tar.gz";)
+sha512sums=('624c67d0f2779a4470c806d50666a122476d9553f304f1f69fafd3b11cd0acb588c0e246f5ed77d947f0e1ec59b95edbef8a95ff1190dca7a78e0b299b1ec063')
+
+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-genvalidity-hspec/repos (2 files)

2020-09-02 Thread Felix Yan via arch-commits
Date: Wednesday, September 2, 2020 @ 22:08:06
  Author: felixonmars
Revision: 697172

archrelease: copy trunk to community-staging-x86_64

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

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

Copied: haskell-genvalidity-hspec/repos/community-staging-x86_64/PKGBUILD (from 
rev 697171, haskell-genvalidity-hspec/trunk/PKGBUILD)
===
--- community-staging-x86_64/PKGBUILD   (rev 0)
+++ community-staging-x86_64/PKGBUILD   2020-09-02 22:08:06 UTC (rev 697172)
@@ -0,0 +1,43 @@
+# Maintainer: Felix Yan 
+
+_hkgname=genvalidity-hspec
+pkgname=haskell-genvalidity-hspec
+pkgver=0.7.0.4
+pkgrel=28
+pkgdesc="Standard spec's for GenValidity instances"
+url="https://github.com/NorfairKing/validity";
+license=('MIT')
+arch=('x86_64')
+depends=('ghc-libs' 'haskell-genvalidity' 'haskell-genvalidity-property' 
'haskell-hspec'
+ 'haskell-hspec-core' 'haskell-quickcheck' 'haskell-validity')
+makedepends=('ghc')
+source=(https://hackage.haskell.org/packages/archive/${_hkgname}/${pkgver}/${_hkgname}-${pkgver}.tar.gz)
+sha512sums=('25b660ca378f9015a71063c49ee0acb98fee2d66a61562e1fca831f1eb806ab6adc469b9694e51a610b14f9ee09765f83223b65a737effeef1fb0aeb98f30392')
+
+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-genvalidity-hspec/trunk (PKGBUILD)

2020-09-02 Thread Felix Yan via arch-commits
Date: Wednesday, September 2, 2020 @ 22:07:53
  Author: felixonmars
Revision: 697171

upgpkg: haskell-genvalidity-hspec 0.7.0.4-28: rebuild with mwc-random 0.15.0.0

Modified:
  haskell-genvalidity-hspec/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2020-09-02 22:06:57 UTC (rev 697170)
+++ PKGBUILD2020-09-02 22:07:53 UTC (rev 697171)
@@ -3,7 +3,7 @@
 _hkgname=genvalidity-hspec
 pkgname=haskell-genvalidity-hspec
 pkgver=0.7.0.4
-pkgrel=27
+pkgrel=28
 pkgdesc="Standard spec's for GenValidity instances"
 url="https://github.com/NorfairKing/validity";
 license=('MIT')


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

2020-09-02 Thread Felix Yan via arch-commits
Date: Wednesday, September 2, 2020 @ 22:06:44
  Author: felixonmars
Revision: 697169

upgpkg: haskell-genvalidity-property 0.5.0.1-28: rebuild with mwc-random 
0.15.0.0

Modified:
  haskell-genvalidity-property/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2020-09-02 22:05:45 UTC (rev 697168)
+++ PKGBUILD2020-09-02 22:06:44 UTC (rev 697169)
@@ -3,7 +3,7 @@
 _hkgname=genvalidity-property
 pkgname=haskell-genvalidity-property
 pkgver=0.5.0.1
-pkgrel=27
+pkgrel=28
 pkgdesc="Standard properties for functions on Validity types"
 url="https://github.com/NorfairKing/validity";
 license=('MIT')


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

2020-09-02 Thread Felix Yan via arch-commits
Date: Wednesday, September 2, 2020 @ 22:06:57
  Author: felixonmars
Revision: 697170

archrelease: copy trunk to community-staging-x86_64

Added:
  haskell-genvalidity-property/repos/community-staging-x86_64/
  haskell-genvalidity-property/repos/community-staging-x86_64/PKGBUILD
(from rev 697169, haskell-genvalidity-property/trunk/PKGBUILD)

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

Copied: haskell-genvalidity-property/repos/community-staging-x86_64/PKGBUILD 
(from rev 697169, haskell-genvalidity-property/trunk/PKGBUILD)
===
--- community-staging-x86_64/PKGBUILD   (rev 0)
+++ community-staging-x86_64/PKGBUILD   2020-09-02 22:06:57 UTC (rev 697170)
@@ -0,0 +1,43 @@
+# Maintainer: Felix Yan 
+
+_hkgname=genvalidity-property
+pkgname=haskell-genvalidity-property
+pkgver=0.5.0.1
+pkgrel=28
+pkgdesc="Standard properties for functions on Validity types"
+url="https://github.com/NorfairKing/validity";
+license=('MIT')
+arch=('x86_64')
+depends=('ghc-libs' 'haskell-genvalidity' 'haskell-hspec' 
'haskell-pretty-show' 'haskell-quickcheck'
+ 'haskell-validity')
+makedepends=('ghc' 'haskell-doctest')
+source=(https://hackage.haskell.org/packages/archive/${_hkgname}/${pkgver}/${_hkgname}-${pkgver}.tar.gz)
+sha512sums=('a50b3cb28cb843bfacff8b1a2248fc6e80ea1667518955a0d8479d607017f45ff99eac71be6797e232e9d6f08f6bfeb3ce00b346c9a40d2cf9da880d84f29add')
+
+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-genvalidity/trunk (PKGBUILD)

2020-09-02 Thread Felix Yan via arch-commits
Date: Wednesday, September 2, 2020 @ 22:05:32
  Author: felixonmars
Revision: 697167

upgpkg: haskell-genvalidity 0.11.0.0-18: rebuild with mwc-random 0.15.0.0

Modified:
  haskell-genvalidity/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2020-09-02 22:04:20 UTC (rev 697166)
+++ PKGBUILD2020-09-02 22:05:32 UTC (rev 697167)
@@ -3,7 +3,7 @@
 _hkgname=genvalidity
 pkgname=haskell-genvalidity
 pkgver=0.11.0.0
-pkgrel=17
+pkgrel=18
 pkgdesc="Testing utilities for the validity library"
 url="https://github.com/NorfairKing/genvalidity";
 license=('MIT')


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

2020-09-02 Thread Felix Yan via arch-commits
Date: Wednesday, September 2, 2020 @ 22:05:45
  Author: felixonmars
Revision: 697168

archrelease: copy trunk to community-staging-x86_64

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

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

Copied: haskell-genvalidity/repos/community-staging-x86_64/PKGBUILD (from rev 
697167, haskell-genvalidity/trunk/PKGBUILD)
===
--- community-staging-x86_64/PKGBUILD   (rev 0)
+++ community-staging-x86_64/PKGBUILD   2020-09-02 22:05:45 UTC (rev 697168)
@@ -0,0 +1,42 @@
+# Maintainer: Felix Yan 
+
+_hkgname=genvalidity
+pkgname=haskell-genvalidity
+pkgver=0.11.0.0
+pkgrel=18
+pkgdesc="Testing utilities for the validity library"
+url="https://github.com/NorfairKing/genvalidity";
+license=('MIT')
+arch=('x86_64')
+depends=('ghc-libs' 'haskell-quickcheck' 'haskell-random' 'haskell-validity')
+makedepends=('ghc' 'haskell-hspec' 'haskell-hspec-core')
+source=(https://hackage.haskell.org/packages/archive/${_hkgname}/${pkgver}/${_hkgname}-${pkgver}.tar.gz)
+sha512sums=('175bb46ac0d11d899e28f5d4481fc01660614a84a0d0a40a913e42200b757f98d22eb42bf87bf8a0f798c60676d6bfba8cc0824143500d8c4e7d61d4864cee8c')
+
+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-validity/repos (2 files)

2020-09-02 Thread Felix Yan via arch-commits
Date: Wednesday, September 2, 2020 @ 22:04:20
  Author: felixonmars
Revision: 697166

archrelease: copy trunk to community-staging-x86_64

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

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

Copied: haskell-validity/repos/community-staging-x86_64/PKGBUILD (from rev 
697165, haskell-validity/trunk/PKGBUILD)
===
--- community-staging-x86_64/PKGBUILD   (rev 0)
+++ community-staging-x86_64/PKGBUILD   2020-09-02 22:04:20 UTC (rev 697166)
@@ -0,0 +1,42 @@
+# Maintainer: Felix Yan 
+
+_hkgname=validity
+pkgname=haskell-validity
+pkgver=0.11.0.0
+pkgrel=15
+pkgdesc="Validity typeclass"
+url="https://github.com/NorfairKing/validity";
+license=('MIT')
+arch=('x86_64')
+depends=('ghc-libs')
+makedepends=('ghc' 'haskell-hspec')
+source=(https://hackage.haskell.org/packages/archive/${_hkgname}/${pkgver}/${_hkgname}-${pkgver}.tar.gz)
+sha512sums=('48808794d5572deb88b4ea681380d88b60ea4efdbce6f020b708e3038d7a2150c6e7cca16281f31730f3d3669d33cb4ce239156f37633e833564903de93c35bc')
+
+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
+}


  1   2   3   4   5   6   7   8   9   10   >