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

2019-12-06 Thread Florian Pritz via arch-commits
Date: Friday, December 6, 2019 @ 10:20:06
  Author: bluewind
Revision: 535790

upgpkg: python-internetarchive 1.9.0-1: upstream update

Modified:
  python-internetarchive/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2019-12-06 10:05:56 UTC (rev 535789)
+++ PKGBUILD2019-12-06 10:20:06 UTC (rev 535790)
@@ -3,8 +3,8 @@
 # Contributor:  jyantis 
 
 pkgname=python-internetarchive
-pkgver=1.8.5
-pkgrel=2
+pkgver=1.9.0
+pkgrel=1
 pkgdesc='Wrapper for the various Internet Archive APIs (IA-S3, Metadata API, 
etc)'
 arch=('any')
 url='https://github.com/jjjake/ia-wrapper'
@@ -28,7 +28,7 @@
 'cython: speedups')
 checkdepends=(python-responses)
 
source=("${pkgname}-${pkgver}.tar.gz::https://github.com/jjjake/internetarchive/archive/v${pkgver}.tar.gz";)
-sha256sums=('dea42a8ebf6ba1f2eadb2b68ddcbadae9a4ce616077fa828529eebf1bc03ed5b')
+sha256sums=('20d1a4aef5835dc73d24fa6f6af36a07a46577789806a1513b175d7696cc2a7a')
 
 build() {
   cd internetarchive-${pkgver}


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

2019-12-06 Thread Florian Pritz via arch-commits
Date: Friday, December 6, 2019 @ 10:20:13
  Author: bluewind
Revision: 535791

archrelease: copy trunk to community-any

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

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

Deleted: PKGBUILD
===
--- PKGBUILD2019-12-06 10:20:06 UTC (rev 535790)
+++ PKGBUILD2019-12-06 10:20:13 UTC (rev 535791)
@@ -1,53 +0,0 @@
-# Maintainer: Florian Pritz 
-# Contributor: David McInnis 
-# Contributor:  jyantis 
-
-pkgname=python-internetarchive
-pkgver=1.8.5
-pkgrel=2
-pkgdesc='Wrapper for the various Internet Archive APIs (IA-S3, Metadata API, 
etc)'
-arch=('any')
-url='https://github.com/jjjake/ia-wrapper'
-license=('AGPL3')
-depends=('python'
- 'python-setuptools'
- 'python-clint'
- 'python-six'
- 'python-yaml'
- 'python-requests'
- 'python-jsonpatch'
- 'python-pytest'
- 'python-docopt'
- 'python-jsonpointer'
- 'python-args'
- 'python-backports.csv'
- 'python-schema'
-)
-optdepends=('python-ujson: faster json parsing'
-'python-gevent: concurrent downloads'
-'cython: speedups')
-checkdepends=(python-responses)
-source=("${pkgname}-${pkgver}.tar.gz::https://github.com/jjjake/internetarchive/archive/v${pkgver}.tar.gz";)
-sha256sums=('dea42a8ebf6ba1f2eadb2b68ddcbadae9a4ce616077fa828529eebf1bc03ed5b')
-
-build() {
-  cd internetarchive-${pkgver}
-  python setup.py build
-}
-
-check() {
-  cd internetarchive-${pkgver}
-
-  python setup.py test
-}
-
-package() {
-  cd internetarchive-${pkgver}
-  python setup.py install --root="${pkgdir}" --optimize=1
-
-  install -D -m644 LICENSE "${pkgdir}/usr/share/licenses/${pkgname}/LICENSE"
-  install -D -m644 README.rst "${pkgdir}/usr/share/doc/${pkgname}/README.rst"
-}
-
-# vim:set ts=2 sw=2 et:
-

Copied: python-internetarchive/repos/community-any/PKGBUILD (from rev 535790, 
python-internetarchive/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2019-12-06 10:20:13 UTC (rev 535791)
@@ -0,0 +1,53 @@
+# Maintainer: Florian Pritz 
+# Contributor: David McInnis 
+# Contributor:  jyantis 
+
+pkgname=python-internetarchive
+pkgver=1.9.0
+pkgrel=1
+pkgdesc='Wrapper for the various Internet Archive APIs (IA-S3, Metadata API, 
etc)'
+arch=('any')
+url='https://github.com/jjjake/ia-wrapper'
+license=('AGPL3')
+depends=('python'
+ 'python-setuptools'
+ 'python-clint'
+ 'python-six'
+ 'python-yaml'
+ 'python-requests'
+ 'python-jsonpatch'
+ 'python-pytest'
+ 'python-docopt'
+ 'python-jsonpointer'
+ 'python-args'
+ 'python-backports.csv'
+ 'python-schema'
+)
+optdepends=('python-ujson: faster json parsing'
+'python-gevent: concurrent downloads'
+'cython: speedups')
+checkdepends=(python-responses)
+source=("${pkgname}-${pkgver}.tar.gz::https://github.com/jjjake/internetarchive/archive/v${pkgver}.tar.gz";)
+sha256sums=('20d1a4aef5835dc73d24fa6f6af36a07a46577789806a1513b175d7696cc2a7a')
+
+build() {
+  cd internetarchive-${pkgver}
+  python setup.py build
+}
+
+check() {
+  cd internetarchive-${pkgver}
+
+  python setup.py test
+}
+
+package() {
+  cd internetarchive-${pkgver}
+  python setup.py install --root="${pkgdir}" --optimize=1
+
+  install -D -m644 LICENSE "${pkgdir}/usr/share/licenses/${pkgname}/LICENSE"
+  install -D -m644 README.rst "${pkgdir}/usr/share/doc/${pkgname}/README.rst"
+}
+
+# vim:set ts=2 sw=2 et:
+


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

2019-12-06 Thread Laurent Carlier via arch-commits
Date: Friday, December 6, 2019 @ 10:35:53
  Author: lcarlier
Revision: 370462

upgpkg: vulkan-headers 1:1.1.129-1: upstream update 1.1.129

Modified:
  vulkan-headers/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2019-12-06 10:06:31 UTC (rev 370461)
+++ PKGBUILD2019-12-06 10:35:53 UTC (rev 370462)
@@ -2,7 +2,7 @@
 
 pkgname=vulkan-headers
 _pkgname=Vulkan-Headers
-pkgver=1.1.127
+pkgver=1.1.129
 pkgrel=1
 epoch=1
 pkgdesc="Vulkan header files"
@@ -14,7 +14,7 @@
 groups=(vulkan-devel)
 
source=("${pkgname}-${pkgver}.tar.gz::https://github.com/KhronosGroup/Vulkan-Headers/archive/v${pkgver}.tar.gz";)
 
#source=("git+https://github.com/KhronosGroup/Vulkan-Headers.git#commit=5f1ceaad4c22d08f4fcac9db3046afbd64358249";)
-sha256sums=('81252bb9170e938212cc16557e9cf0d91f639e55e34e41b1355f96515c81ed73')
+sha256sums=('95be9859edf30b36bb1e7653828e79cf508f1dc441a221a3b94659633da9b0f8')
 
 #pkgver() {
 #  cd Vulkan-Headers*


[arch-commits] Commit in vulkan-headers/repos/extra-any (PKGBUILD PKGBUILD)

2019-12-06 Thread Laurent Carlier via arch-commits
Date: Friday, December 6, 2019 @ 10:35:57
  Author: lcarlier
Revision: 370463

archrelease: copy trunk to extra-any

Added:
  vulkan-headers/repos/extra-any/PKGBUILD
(from rev 370462, vulkan-headers/trunk/PKGBUILD)
Deleted:
  vulkan-headers/repos/extra-any/PKGBUILD

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

Deleted: PKGBUILD
===
--- PKGBUILD2019-12-06 10:35:53 UTC (rev 370462)
+++ PKGBUILD2019-12-06 10:35:57 UTC (rev 370463)
@@ -1,39 +0,0 @@
-# Maintainer: Laurent Carlier 
-
-pkgname=vulkan-headers
-_pkgname=Vulkan-Headers
-pkgver=1.1.127
-pkgrel=1
-epoch=1
-pkgdesc="Vulkan header files"
-arch=(any)
-url="https://www.khronos.org/vulkan/";
-license=('APACHE')
-makedepends=(cmake git)
-provides=("vulkan-hpp=${pkgver}")
-groups=(vulkan-devel)
-source=("${pkgname}-${pkgver}.tar.gz::https://github.com/KhronosGroup/Vulkan-Headers/archive/v${pkgver}.tar.gz";)
-#source=("git+https://github.com/KhronosGroup/Vulkan-Headers.git#commit=5f1ceaad4c22d08f4fcac9db3046afbd64358249";)
-sha256sums=('81252bb9170e938212cc16557e9cf0d91f639e55e34e41b1355f96515c81ed73')
-
-#pkgver() {
-#  cd Vulkan-Headers*
-#
-#  echo 1.1.107+$(git rev-list --count HEAD)+$(git rev-parse --short HEAD)
-#}
-
-build() {
-  cd Vulkan-Headers*
-
-  rm -rf build ; mkdir build ; cd build
-  cmake -DCMAKE_INSTALL_PREFIX=/usr \
--DCMAKE_BUILD_TYPE=Release \
-..
-  make
-}
-
-package() {
-  cd Vulkan-Headers*/build
-  
-  make DESTDIR="${pkgdir}" install
-}

Copied: vulkan-headers/repos/extra-any/PKGBUILD (from rev 370462, 
vulkan-headers/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2019-12-06 10:35:57 UTC (rev 370463)
@@ -0,0 +1,39 @@
+# Maintainer: Laurent Carlier 
+
+pkgname=vulkan-headers
+_pkgname=Vulkan-Headers
+pkgver=1.1.129
+pkgrel=1
+epoch=1
+pkgdesc="Vulkan header files"
+arch=(any)
+url="https://www.khronos.org/vulkan/";
+license=('APACHE')
+makedepends=(cmake git)
+provides=("vulkan-hpp=${pkgver}")
+groups=(vulkan-devel)
+source=("${pkgname}-${pkgver}.tar.gz::https://github.com/KhronosGroup/Vulkan-Headers/archive/v${pkgver}.tar.gz";)
+#source=("git+https://github.com/KhronosGroup/Vulkan-Headers.git#commit=5f1ceaad4c22d08f4fcac9db3046afbd64358249";)
+sha256sums=('95be9859edf30b36bb1e7653828e79cf508f1dc441a221a3b94659633da9b0f8')
+
+#pkgver() {
+#  cd Vulkan-Headers*
+#
+#  echo 1.1.107+$(git rev-list --count HEAD)+$(git rev-parse --short HEAD)
+#}
+
+build() {
+  cd Vulkan-Headers*
+
+  rm -rf build ; mkdir build ; cd build
+  cmake -DCMAKE_INSTALL_PREFIX=/usr \
+-DCMAKE_BUILD_TYPE=Release \
+..
+  make
+}
+
+package() {
+  cd Vulkan-Headers*/build
+  
+  make DESTDIR="${pkgdir}" install
+}


[arch-commits] Commit in vulkan-docs/repos/extra-any (PKGBUILD PKGBUILD)

2019-12-06 Thread Laurent Carlier via arch-commits
Date: Friday, December 6, 2019 @ 10:39:47
  Author: lcarlier
Revision: 370465

archrelease: copy trunk to extra-any

Added:
  vulkan-docs/repos/extra-any/PKGBUILD
(from rev 370464, vulkan-docs/trunk/PKGBUILD)
Deleted:
  vulkan-docs/repos/extra-any/PKGBUILD

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

Deleted: PKGBUILD
===
--- PKGBUILD2019-12-06 10:39:43 UTC (rev 370464)
+++ PKGBUILD2019-12-06 10:39:47 UTC (rev 370465)
@@ -1,37 +0,0 @@
-# Maintainer: Laurent Carlier 
-
-pkgbase=vulkan-docs
-pkgname=(vulkan-html-docs)
-pkgver=1.1.127
-pkgrel=1
-epoch=1
-_pkgname=Vulkan-Docs
-arch=(any)
-url="https://www.khronos.org/vulkan/";
-license=('custom')
-makedepends=(asciidoctor python3 dblatex source-highlight cmake ghostscript 
git)
-groups=(vulkan-devel)
-source=("https://github.com/KhronosGroup/${_pkgname}/archive/v${pkgver}.tar.gz";)
-sha256sums=('b2ee44b8a556e1bdbab944ed4827cef14addab2ca03ea3166adb0ab30b5e4ec6')
-
-build() {
-  cd "${srcdir}/${_pkgname}-${pkgver}"
-
-  ./makeAllExts html manhtmlpages styleguide registry
-}
-
-package_vulkan-html-docs() {
-  pkgdesc="Vulkan html documentation"
-  cd "${_pkgname}-${pkgver}"
-
-  install -dm755 "${pkgdir}/usr/share/doc/vulkan"
-  install -dm755 "${pkgdir}/usr/share/licenses/${pkgname}"
-
-  mv -v out/man "${pkgdir}/usr/share/doc/vulkan/"
-  mv -v out/html/* "${pkgdir}/usr/share/doc/vulkan/"
-  mv -v out/registry.html "${pkgdir}/usr/share/doc/vulkan/"
-  mv -v out/styleguide.html "${pkgdir}/usr/share/doc/vulkan/"
-
-  install -m644 copyright-ccby.txt 
${pkgdir}/usr/share/licenses/${pkgname}/copyright-ccby.txt
-  install -m644 copyright-spec.txt 
${pkgdir}/usr/share/licenses/${pkgname}/copyright-spec.txt
-}

Copied: vulkan-docs/repos/extra-any/PKGBUILD (from rev 370464, 
vulkan-docs/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2019-12-06 10:39:47 UTC (rev 370465)
@@ -0,0 +1,37 @@
+# Maintainer: Laurent Carlier 
+
+pkgbase=vulkan-docs
+pkgname=(vulkan-html-docs)
+pkgver=1.1.129
+pkgrel=1
+epoch=1
+_pkgname=Vulkan-Docs
+arch=(any)
+url="https://www.khronos.org/vulkan/";
+license=('custom')
+makedepends=(asciidoctor python3 dblatex source-highlight cmake ghostscript 
git)
+groups=(vulkan-devel)
+source=("https://github.com/KhronosGroup/${_pkgname}/archive/v${pkgver}.tar.gz";)
+sha256sums=('6312684a499831802649953ea70a8349570fb9b4e2bbd3ceadc62ab95ef262f9')
+
+build() {
+  cd "${srcdir}/${_pkgname}-${pkgver}"
+
+  ./makeAllExts html manhtmlpages styleguide registry
+}
+
+package_vulkan-html-docs() {
+  pkgdesc="Vulkan html documentation"
+  cd "${_pkgname}-${pkgver}"
+
+  install -dm755 "${pkgdir}/usr/share/doc/vulkan"
+  install -dm755 "${pkgdir}/usr/share/licenses/${pkgname}"
+
+  mv -v out/man "${pkgdir}/usr/share/doc/vulkan/"
+  mv -v out/html/* "${pkgdir}/usr/share/doc/vulkan/"
+  mv -v out/registry.html "${pkgdir}/usr/share/doc/vulkan/"
+  mv -v out/styleguide.html "${pkgdir}/usr/share/doc/vulkan/"
+
+  install -m644 copyright-ccby.txt 
${pkgdir}/usr/share/licenses/${pkgname}/copyright-ccby.txt
+  install -m644 copyright-spec.txt 
${pkgdir}/usr/share/licenses/${pkgname}/copyright-spec.txt
+}


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

2019-12-06 Thread Laurent Carlier via arch-commits
Date: Friday, December 6, 2019 @ 10:39:43
  Author: lcarlier
Revision: 370464

upgpkg: vulkan-docs 1:1.1.129-1: upstream update 1.1.129

Modified:
  vulkan-docs/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2019-12-06 10:35:57 UTC (rev 370463)
+++ PKGBUILD2019-12-06 10:39:43 UTC (rev 370464)
@@ -2,7 +2,7 @@
 
 pkgbase=vulkan-docs
 pkgname=(vulkan-html-docs)
-pkgver=1.1.127
+pkgver=1.1.129
 pkgrel=1
 epoch=1
 _pkgname=Vulkan-Docs
@@ -12,7 +12,7 @@
 makedepends=(asciidoctor python3 dblatex source-highlight cmake ghostscript 
git)
 groups=(vulkan-devel)
 
source=("https://github.com/KhronosGroup/${_pkgname}/archive/v${pkgver}.tar.gz";)
-sha256sums=('b2ee44b8a556e1bdbab944ed4827cef14addab2ca03ea3166adb0ab30b5e4ec6')
+sha256sums=('6312684a499831802649953ea70a8349570fb9b4e2bbd3ceadc62ab95ef262f9')
 
 build() {
   cd "${srcdir}/${_pkgname}-${pkgver}"


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

2019-12-06 Thread Florian Pritz via arch-commits
Date: Friday, December 6, 2019 @ 10:41:44
  Author: bluewind
Revision: 535792

upgpkg: rsnapshot 1.4.3-1: upstream update

Modified:
  rsnapshot/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2019-12-06 10:20:13 UTC (rev 535791)
+++ PKGBUILD2019-12-06 10:41:44 UTC (rev 535792)
@@ -5,8 +5,8 @@
 # Contributor: Daniel J Griffiths 
 
 pkgname=rsnapshot
-pkgver=1.4.2
-pkgrel=3
+pkgver=1.4.3
+pkgrel=1
 pkgdesc="A remote filesystem snapshot utility"
 arch=('any')
 url="https://www.rsnapshot.org";
@@ -13,11 +13,11 @@
 license=('GPL')
 depends=('perl' 'rsync' 'openssh' 'perl-lchown')
 backup=('etc/rsnapshot.conf')
-source=("https://github.com/rsnapshot/rsnapshot/releases/download/$pkgver/${pkgname}-${pkgver}.tar.gz";
+source=("$pkgname-$pkgver.tar.gz::https://github.com/rsnapshot/rsnapshot/archive/$pkgver.tar.gz";
 'rsnapshot'
'0001-added-missing-back.patch'
"pod-fix.patch")
-md5sums=('860382f19e38fc649f9447397b54e442'
+md5sums=('87e2d528792540762a83c0c2d6369734'
  '4cd16eaa51d58a652cffde945985e91c'
  'a7075d9366eda5e699be86f7ffe8246e'
  '0d889cbef6fddf8401611bc16ed63c5c')
@@ -27,10 +27,15 @@
 
patch -p1 -i "$srcdir/0001-added-missing-back.patch"
patch -p1 -i "$srcdir/pod-fix.patch"
+
+   # SSH testing requires a local SSH daemon with a specific user and won't
+   # work reliably on different build hosts.
+   rm t/ssh_args/ssh_args.t.in
 }
 
 build() {
cd "${srcdir}/${pkgname}-${pkgver}"
+   ./autogen.sh
./configure --prefix=/usr --sysconfdir=/etc --mandir=/usr/share/man
sed -i 's:/usr/bin/pod2man:/usr/bin/core_perl/pod2man:' Makefile
make


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

2019-12-06 Thread Florian Pritz via arch-commits
Date: Friday, December 6, 2019 @ 10:41:47
  Author: bluewind
Revision: 535793

archrelease: copy trunk to community-any

Added:
  rsnapshot/repos/community-any/0001-added-missing-back.patch
(from rev 535792, rsnapshot/trunk/0001-added-missing-back.patch)
  rsnapshot/repos/community-any/PKGBUILD
(from rev 535792, rsnapshot/trunk/PKGBUILD)
  rsnapshot/repos/community-any/pod-fix.patch
(from rev 535792, rsnapshot/trunk/pod-fix.patch)
  rsnapshot/repos/community-any/rsnapshot
(from rev 535792, rsnapshot/trunk/rsnapshot)
Deleted:
  rsnapshot/repos/community-any/0001-added-missing-back.patch
  rsnapshot/repos/community-any/PKGBUILD
  rsnapshot/repos/community-any/pod-fix.patch
  rsnapshot/repos/community-any/rsnapshot

---+
 0001-added-missing-back.patch |   50 +-
 PKGBUILD  |  107 
 pod-fix.patch |   22 
 rsnapshot |8 +-
 4 files changed, 96 insertions(+), 91 deletions(-)

Deleted: 0001-added-missing-back.patch
===
--- 0001-added-missing-back.patch   2019-12-06 10:41:44 UTC (rev 535792)
+++ 0001-added-missing-back.patch   2019-12-06 10:41:47 UTC (rev 535793)
@@ -1,25 +0,0 @@
-From f5d99185002284440947f8eac7b216ac77b4f2e4 Mon Sep 17 00:00:00 2001
-From: Steven Roberts 
-Date: Sun, 7 Jul 2013 19:07:14 -0700
-Subject: [PATCH] added missing =back.
-

- rsnapshot-program.pl | 2 ++
- 1 file changed, 2 insertions(+)
-
-diff --git a/rsnapshot-program.pl b/rsnapshot-program.pl
-index 85972fd..95b7031 100755
 a/rsnapshot-program.pl
-+++ b/rsnapshot-program.pl
-@@ -6609,6 +6609,8 @@ additional disk space will be taken up.
- 
- =back
- 
-+=back
-+
- Remember that tabs must separate all elements, and that
- there must be a trailing slash on the end of every directory.
- 
--- 
-1.9.0
-

Copied: rsnapshot/repos/community-any/0001-added-missing-back.patch (from rev 
535792, rsnapshot/trunk/0001-added-missing-back.patch)
===
--- 0001-added-missing-back.patch   (rev 0)
+++ 0001-added-missing-back.patch   2019-12-06 10:41:47 UTC (rev 535793)
@@ -0,0 +1,25 @@
+From f5d99185002284440947f8eac7b216ac77b4f2e4 Mon Sep 17 00:00:00 2001
+From: Steven Roberts 
+Date: Sun, 7 Jul 2013 19:07:14 -0700
+Subject: [PATCH] added missing =back.
+
+---
+ rsnapshot-program.pl | 2 ++
+ 1 file changed, 2 insertions(+)
+
+diff --git a/rsnapshot-program.pl b/rsnapshot-program.pl
+index 85972fd..95b7031 100755
+--- a/rsnapshot-program.pl
 b/rsnapshot-program.pl
+@@ -6609,6 +6609,8 @@ additional disk space will be taken up.
+ 
+ =back
+ 
++=back
++
+ Remember that tabs must separate all elements, and that
+ there must be a trailing slash on the end of every directory.
+ 
+-- 
+1.9.0
+

Deleted: PKGBUILD
===
--- PKGBUILD2019-12-06 10:41:44 UTC (rev 535792)
+++ PKGBUILD2019-12-06 10:41:47 UTC (rev 535793)
@@ -1,51 +0,0 @@
-# Maintainer:
-# Contributor: Geoffroy Carrier 
-# Contributor: Thorsten Tasch 
-# Contributor: JJDaNiMoTh 
-# Contributor: Daniel J Griffiths 
-
-pkgname=rsnapshot
-pkgver=1.4.2
-pkgrel=3
-pkgdesc="A remote filesystem snapshot utility"
-arch=('any')
-url="http://www.rsnapshot.org";
-license=('GPL')
-depends=('perl' 'rsync' 'openssh' 'perl-lchown')
-backup=('etc/rsnapshot.conf')
-source=("https://github.com/rsnapshot/rsnapshot/releases/download/$pkgver/${pkgname}-${pkgver}.tar.gz";
-'rsnapshot'
-   '0001-added-missing-back.patch'
-   "pod-fix.patch")
-md5sums=('860382f19e38fc649f9447397b54e442'
- '4cd16eaa51d58a652cffde945985e91c'
- 'a7075d9366eda5e699be86f7ffe8246e'
- '0d889cbef6fddf8401611bc16ed63c5c')
-
-prepare() {
-   cd "${srcdir}/${pkgname}-${pkgver}"
-
-   patch -p1 -i "$srcdir/0001-added-missing-back.patch"
-   patch -p1 -i "$srcdir/pod-fix.patch"
-}
-
-build() {
-   cd "${srcdir}/${pkgname}-${pkgver}"
-   ./configure --prefix=/usr --sysconfdir=/etc --mandir=/usr/share/man
-   sed -i 's:/usr/bin/pod2man:/usr/bin/core_perl/pod2man:' Makefile
-   make
-}
-
-check() {
-   cd "${srcdir}/${pkgname}-${pkgver}"
-   make test
-}
-
-package() {
-   cd "${srcdir}/${pkgname}-${pkgver}"
-
-   make DESTDIR=${pkgdir} install
-   install -Dm755 utils/rsnapreport.pl "$pkgdir/usr/bin/rsnapreport.pl"
-   mv ${pkgdir}/etc/rsnapshot.conf.default ${pkgdir}/etc/rsnapshot.conf
-   install -Dm644 ${srcdir}/rsnapshot ${pkgdir}/etc/logrotate.d/rsnapshot
-}

Copied: rsnapshot/repos/community-any/PKGBUILD (from rev 535792, 
rsnapshot/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2019-12-06 10:41:47 UTC (rev 535793)
@@ -0,0 +1,56 @@

[arch-commits] Commit in vulkan-icd-loader/repos/extra-x86_64 (PKGBUILD PKGBUILD)

2019-12-06 Thread Laurent Carlier via arch-commits
Date: Friday, December 6, 2019 @ 11:16:57
  Author: lcarlier
Revision: 370467

archrelease: copy trunk to extra-x86_64

Added:
  vulkan-icd-loader/repos/extra-x86_64/PKGBUILD
(from rev 370466, vulkan-icd-loader/trunk/PKGBUILD)
Deleted:
  vulkan-icd-loader/repos/extra-x86_64/PKGBUILD

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

Deleted: PKGBUILD
===
--- PKGBUILD2019-12-06 11:16:53 UTC (rev 370466)
+++ PKGBUILD2019-12-06 11:16:57 UTC (rev 370467)
@@ -1,48 +0,0 @@
-# Maintainer: Laurent Carlier 
-
-pkgname=vulkan-icd-loader
-pkgver=1.1.127
-pkgrel=1
-arch=(x86_64)
-pkgdesc="Vulkan Installable Client Driver (ICD) Loader"
-url="https://www.khronos.org/vulkan/";
-license=('custom')
-makedepends=(cmake python-lxml libx11 libxrandr wayland vulkan-headers git)
-depends=(glibc)
-optdepends=('vulkan-driver: packaged vulkan driver') # vulkan-driver: 
vulkan-intel/vulkan-radeon/nvidia-utils/
-source=("https://github.com/KhronosGroup/Vulkan-Loader/archive/v${pkgver}.tar.gz";)
-#source=("git+https://github.com/KhronosGroup/Vulkan-Loader.git#commit=8df99b31f01ef1ef7fb17082dd577e77f20cb050";)
-sha256sums=('5fcdf81c7adde3610f94197dfb1cb78ed740627810b72481a0bafa4f7d67f6be')
-
-#pkgver() {
-#  cd "${srcdir}"/Vulkan-Loader*
-#
-#  echo 1.1.106+$(git rev-list --count HEAD)+$(git rev-parse --short HEAD)
-#}
-
-build() {
-  cd "${srcdir}"/Vulkan-Loader*
-
-  rm -rf build ; mkdir build ; cd build
-  cmake -DCMAKE_INSTALL_PREFIX=/usr \
--DCMAKE_INSTALL_LIBDIR=lib \
--DCMAKE_INSTALL_SYSCONFDIR=/etc \
--DCMAKE_INSTALL_DATADIR=/share \
--DCMAKE_SKIP_RPATH=True \
--DBUILD_TESTS=Off \
--DBUILD_WSI_XCB_SUPPORT=On \
--DBUILD_WSI_XLIB_SUPPORT=On \
--DBUILD_WSI_WAYLAND_SUPPORT=On \
--DCMAKE_BUILD_TYPE=Release \
-..
-  make
-}
-
-package() {
-  cd "${srcdir}"/Vulkan-Loader*/build
-  
-  make DESTDIR="${pkgdir}" install
-  
-  install -dm755 ${pkgdir}/usr/share/licenses/${pkgname}
-  install -m644 ../LICENSE.txt "${pkgdir}"/usr/share/licenses/${pkgname}/
-}

Copied: vulkan-icd-loader/repos/extra-x86_64/PKGBUILD (from rev 370466, 
vulkan-icd-loader/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2019-12-06 11:16:57 UTC (rev 370467)
@@ -0,0 +1,49 @@
+# Maintainer: Laurent Carlier 
+
+pkgname=vulkan-icd-loader
+pkgver=1.1.129
+pkgrel=1
+arch=(x86_64)
+pkgdesc="Vulkan Installable Client Driver (ICD) Loader"
+url="https://www.khronos.org/vulkan/";
+license=('custom')
+makedepends=(cmake python-lxml libx11 libxrandr wayland vulkan-headers git)
+depends=(glibc)
+optdepends=('vulkan-driver: packaged vulkan driver') # vulkan-driver: 
vulkan-intel/vulkan-radeon/nvidia-utils/
+source=("https://github.com/KhronosGroup/Vulkan-Loader/archive/v${pkgver}.tar.gz";)
+#source=("git+https://github.com/KhronosGroup/Vulkan-Loader.git#commit=8df99b31f01ef1ef7fb17082dd577e77f20cb050";)
+sha256sums=('606c584e8080c99722ff9a35fcf0a21914670fbb8a4630d06954f899944cdf47')
+
+#pkgver() {
+#  cd "${srcdir}"/Vulkan-Loader*
+#
+#  echo 1.1.106+$(git rev-list --count HEAD)+$(git rev-parse --short HEAD)
+#}
+
+build() {
+  cd "${srcdir}"/Vulkan-Loader*
+
+  rm -rf build ; mkdir build ; cd build
+  cmake -DCMAKE_INSTALL_PREFIX=/usr \
+-DVULKAN_HEADERS_INSTALL_DIR=/usr \
+-DCMAKE_INSTALL_LIBDIR=lib \
+-DCMAKE_INSTALL_SYSCONFDIR=/etc \
+-DCMAKE_INSTALL_DATADIR=/share \
+-DCMAKE_SKIP_RPATH=True \
+-DBUILD_TESTS=Off \
+-DBUILD_WSI_XCB_SUPPORT=On \
+-DBUILD_WSI_XLIB_SUPPORT=On \
+-DBUILD_WSI_WAYLAND_SUPPORT=On \
+-DCMAKE_BUILD_TYPE=Release \
+..
+  make
+}
+
+package() {
+  cd "${srcdir}"/Vulkan-Loader*/build
+  
+  make DESTDIR="${pkgdir}" install
+  
+  install -dm755 ${pkgdir}/usr/share/licenses/${pkgname}
+  install -m644 ../LICENSE.txt "${pkgdir}"/usr/share/licenses/${pkgname}/
+}


[arch-commits] Commit in vulkan-icd-loader/trunk (PKGBUILD)

2019-12-06 Thread Laurent Carlier via arch-commits
Date: Friday, December 6, 2019 @ 11:16:53
  Author: lcarlier
Revision: 370466

upgpkg: vulkan-icd-loader 1.1.129-1: upstream update 1.1.129

Modified:
  vulkan-icd-loader/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2019-12-06 10:39:47 UTC (rev 370465)
+++ PKGBUILD2019-12-06 11:16:53 UTC (rev 370466)
@@ -1,7 +1,7 @@
 # Maintainer: Laurent Carlier 
 
 pkgname=vulkan-icd-loader
-pkgver=1.1.127
+pkgver=1.1.129
 pkgrel=1
 arch=(x86_64)
 pkgdesc="Vulkan Installable Client Driver (ICD) Loader"
@@ -12,7 +12,7 @@
 optdepends=('vulkan-driver: packaged vulkan driver') # vulkan-driver: 
vulkan-intel/vulkan-radeon/nvidia-utils/
 
source=("https://github.com/KhronosGroup/Vulkan-Loader/archive/v${pkgver}.tar.gz";)
 
#source=("git+https://github.com/KhronosGroup/Vulkan-Loader.git#commit=8df99b31f01ef1ef7fb17082dd577e77f20cb050";)
-sha256sums=('5fcdf81c7adde3610f94197dfb1cb78ed740627810b72481a0bafa4f7d67f6be')
+sha256sums=('606c584e8080c99722ff9a35fcf0a21914670fbb8a4630d06954f899944cdf47')
 
 #pkgver() {
 #  cd "${srcdir}"/Vulkan-Loader*
@@ -25,6 +25,7 @@
 
   rm -rf build ; mkdir build ; cd build
   cmake -DCMAKE_INSTALL_PREFIX=/usr \
+-DVULKAN_HEADERS_INSTALL_DIR=/usr \
 -DCMAKE_INSTALL_LIBDIR=lib \
 -DCMAKE_INSTALL_SYSCONFDIR=/etc \
 -DCMAKE_INSTALL_DATADIR=/share \


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

2019-12-06 Thread Laurent Carlier via arch-commits
Date: Friday, December 6, 2019 @ 11:20:13
  Author: lcarlier
Revision: 370469

archrelease: copy trunk to extra-x86_64

Added:
  vulkan-tools/repos/extra-x86_64/PKGBUILD
(from rev 370468, vulkan-tools/trunk/PKGBUILD)
Deleted:
  vulkan-tools/repos/extra-x86_64/PKGBUILD

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

Deleted: PKGBUILD
===
--- PKGBUILD2019-12-06 11:20:07 UTC (rev 370468)
+++ PKGBUILD2019-12-06 11:20:13 UTC (rev 370469)
@@ -1,51 +0,0 @@
-# Maintainer: Laurent Carlier 
-
-pkgname=vulkan-tools
-pkgver=1.1.126.0
-pkgrel=1
-arch=(x86_64)
-url="https://www.khronos.org/vulkan/";
-pkgdesc="Vulkan Utilities and Tools"
-license=('custom')
-depends=(gcc-libs libxcb vulkan-icd-loader)
-makedepends=(git cmake python vulkan-headers libx11 wayland)
-source=("https://github.com/KhronosGroup/Vulkan-Tools/archive/sdk-${pkgver}.tar.gz";)
-#source=("git+https://github.com/KhronosGroup/Vulkan-Tools.git#commit=534747d770a84a18a20949430679aa1b7bf0f398";)
-sha256sums=('830330144f31c1711ea8cf4d7640421e3dbd025a854cb5f097973719fdf671fd')
-
-#pkgver() {
-#  cd "${srcdir}"/Vulkan-Tools*
-#
-#  echo 1.1.97.0+$(git rev-list --count HEAD)+$(git rev-parse --short HEAD)
-#}
-
-build() {
-  cd "${srcdir}"/Vulkan-Tools*
-
-  rm -rf build ; mkdir build ; cd build
-  cmake \
--DCMAKE_INSTALL_PREFIX=/usr \
--DCMAKE_INSTALL_SYSCONFDIR=/etc \
--DCMAKE_INSTALL_DATADIR=/usr/share \
--DCMAKE_SKIP_RPATH=True \
--DBUILD_WSI_XCB_SUPPORT=On \
--DBUILD_WSI_XLIB_SUPPORT=On \
--DBUILD_WSI_WAYLAND_SUPPORT=On \
--DBUILD_CUBE=ON \
--DBUILD_VULKANINFO=ON \
--DBUILD_ICD=OFF \
--DCMAKE_BUILD_TYPE=Release \
-..
-  make
-}
-
-package() {
-  groups=('vulkan-devel')
-  
-  cd "${srcdir}"/Vulkan-Tools*/build
-  
-  make DESTDIR="${pkgdir}" install
-
-  install -dm755 ${pkgdir}/usr/share/licenses/${pkgname}
-  install -m644 ../LICENSE.txt "${pkgdir}"/usr/share/licenses/${pkgname}/
-}

Copied: vulkan-tools/repos/extra-x86_64/PKGBUILD (from rev 370468, 
vulkan-tools/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2019-12-06 11:20:13 UTC (rev 370469)
@@ -0,0 +1,51 @@
+# Maintainer: Laurent Carlier 
+
+pkgname=vulkan-tools
+pkgver=1.1.128
+pkgrel=1
+arch=(x86_64)
+url="https://www.khronos.org/vulkan/";
+pkgdesc="Vulkan Utilities and Tools"
+license=('custom')
+depends=(gcc-libs libxcb vulkan-icd-loader)
+makedepends=(git cmake python vulkan-headers libx11 wayland)
+source=("https://github.com/KhronosGroup/Vulkan-Tools/archive/v${pkgver}.tar.gz";)
+#source=("git+https://github.com/KhronosGroup/Vulkan-Tools.git#commit=534747d770a84a18a20949430679aa1b7bf0f398";)
+sha256sums=('ea660f23cd7f53b4272a49e9581eb40cf95a9586e5a5ebd30ce0e8722c363319')
+
+#pkgver() {
+#  cd "${srcdir}"/Vulkan-Tools*
+#
+#  echo 1.1.97.0+$(git rev-list --count HEAD)+$(git rev-parse --short HEAD)
+#}
+
+build() {
+  cd "${srcdir}"/Vulkan-Tools*
+
+  rm -rf build ; mkdir build ; cd build
+  cmake \
+-DCMAKE_INSTALL_PREFIX=/usr \
+-DCMAKE_INSTALL_SYSCONFDIR=/etc \
+-DCMAKE_INSTALL_DATADIR=/usr/share \
+-DCMAKE_SKIP_RPATH=True \
+-DBUILD_WSI_XCB_SUPPORT=On \
+-DBUILD_WSI_XLIB_SUPPORT=On \
+-DBUILD_WSI_WAYLAND_SUPPORT=On \
+-DBUILD_CUBE=ON \
+-DBUILD_VULKANINFO=ON \
+-DBUILD_ICD=OFF \
+-DCMAKE_BUILD_TYPE=Release \
+..
+  make
+}
+
+package() {
+  groups=('vulkan-devel')
+  
+  cd "${srcdir}"/Vulkan-Tools*/build
+  
+  make DESTDIR="${pkgdir}" install
+
+  install -dm755 ${pkgdir}/usr/share/licenses/${pkgname}
+  install -m644 ../LICENSE.txt "${pkgdir}"/usr/share/licenses/${pkgname}/
+}


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

2019-12-06 Thread Laurent Carlier via arch-commits
Date: Friday, December 6, 2019 @ 11:20:07
  Author: lcarlier
Revision: 370468

upgpkg: vulkan-tools 1.1.128-1: upstream update 1.1.128

Modified:
  vulkan-tools/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2019-12-06 11:16:57 UTC (rev 370467)
+++ PKGBUILD2019-12-06 11:20:07 UTC (rev 370468)
@@ -1,7 +1,7 @@
 # Maintainer: Laurent Carlier 
 
 pkgname=vulkan-tools
-pkgver=1.1.126.0
+pkgver=1.1.128
 pkgrel=1
 arch=(x86_64)
 url="https://www.khronos.org/vulkan/";
@@ -9,9 +9,9 @@
 license=('custom')
 depends=(gcc-libs libxcb vulkan-icd-loader)
 makedepends=(git cmake python vulkan-headers libx11 wayland)
-source=("https://github.com/KhronosGroup/Vulkan-Tools/archive/sdk-${pkgver}.tar.gz";)
+source=("https://github.com/KhronosGroup/Vulkan-Tools/archive/v${pkgver}.tar.gz";)
 
#source=("git+https://github.com/KhronosGroup/Vulkan-Tools.git#commit=534747d770a84a18a20949430679aa1b7bf0f398";)
-sha256sums=('830330144f31c1711ea8cf4d7640421e3dbd025a854cb5f097973719fdf671fd')
+sha256sums=('ea660f23cd7f53b4272a49e9581eb40cf95a9586e5a5ebd30ce0e8722c363319')
 
 #pkgver() {
 #  cd "${srcdir}"/Vulkan-Tools*


[arch-commits] Commit in vulkan-validation-layers/repos/extra-x86_64 (2 files)

2019-12-06 Thread Laurent Carlier via arch-commits
Date: Friday, December 6, 2019 @ 11:24:56
  Author: lcarlier
Revision: 370471

archrelease: copy trunk to extra-x86_64

Added:
  vulkan-validation-layers/repos/extra-x86_64/PKGBUILD
(from rev 370470, vulkan-validation-layers/trunk/PKGBUILD)
Deleted:
  vulkan-validation-layers/repos/extra-x86_64/PKGBUILD

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

Deleted: PKGBUILD
===
--- PKGBUILD2019-12-06 11:24:52 UTC (rev 370470)
+++ PKGBUILD2019-12-06 11:24:56 UTC (rev 370471)
@@ -1,53 +0,0 @@
-# Maintainer: Laurent Carlier 
-
-pkgname=vulkan-validation-layers
-pkgver=1.1.127
-pkgrel=1
-pkgdesc="Vulkan Validation Layers"
-arch=(x86_64)
-url="https://www.khronos.org/vulkan/";
-license=('custom')
-depends=(gcc-libs vulkan-icd-loader vulkan-headers libx11)
-makedepends=(cmake python-lxml libx11 libxrandr wayland git)
-source=(https://github.com/KhronosGroup/Vulkan-ValidationLayers/archive/v${pkgver}.tar.gz)
-#source=("git+https://github.com/KhronosGroup/Vulkan-ValidationLayers.git#commit=35d091dad71304dab79758fdae4bda12f692d735";)
-sha256sums=('2ffe0d899c74ce0fc3c7ba9f90eccd5b3b78e0f90519dee9c701366bc0f795be')
-
-#pkgver() {
-#  cd "${srcdir}/Vulkan-ValidationLayers"
-#
-#  echo 1.1.97.0+$(git rev-list --count HEAD)+$(git rev-parse --short HEAD)
-#}
-
-build() {
-  cd "${srcdir}"/Vulkan-ValidationLayers*
-
-  rm -rf build ; mkdir build ; cd build
-  ../scripts/update_deps.py
-  cmake -C helper.cmake \
--DCMAKE_INSTALL_PREFIX=/usr \
--DCMAKE_INSTALL_LIBDIR=lib \
--DCMAKE_INSTALL_SYSCONFDIR=/etc \
--DCMAKE_INSTALL_DATADIR=/share \
--DCMAKE_INSTALL_INCLUDEDIR="/usr/include/vulkan/" \
--DBUILD_LAYER_SUPPORT_FILES=ON \
--DCMAKE_SKIP_RPATH=True \
--DBUILD_TESTS=Off \
--DBUILD_WSI_XCB_SUPPORT=On \
--DBUILD_WSI_XLIB_SUPPORT=On \
--DBUILD_WSI_WAYLAND_SUPPORT=On \
--DCMAKE_BUILD_TYPE=Release \
-..
-  make
-}
-
-package() {
-  groups=('vulkan-devel')
-  cd "${srcdir}"/Vulkan-ValidationLayers*/build
-  
-  make DESTDIR="${pkgdir}" install
-
-  install -dm755 "${pkgdir}"/usr/share/{licenses/,doc/}${pkgname}/
-  install -m644 ../docs/* "${pkgdir}"/usr/share/doc/${pkgname}/
-  install -m644 ../LICENSE.txt "${pkgdir}"/usr/share/licenses/${pkgname}/
-}

Copied: vulkan-validation-layers/repos/extra-x86_64/PKGBUILD (from rev 370470, 
vulkan-validation-layers/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2019-12-06 11:24:56 UTC (rev 370471)
@@ -0,0 +1,53 @@
+# Maintainer: Laurent Carlier 
+
+pkgname=vulkan-validation-layers
+pkgver=1.1.128
+pkgrel=1
+pkgdesc="Vulkan Validation Layers"
+arch=(x86_64)
+url="https://www.khronos.org/vulkan/";
+license=('custom')
+depends=(gcc-libs vulkan-icd-loader vulkan-headers libx11)
+makedepends=(cmake python-lxml libx11 libxrandr wayland git)
+source=(https://github.com/KhronosGroup/Vulkan-ValidationLayers/archive/v${pkgver}.tar.gz)
+#source=("git+https://github.com/KhronosGroup/Vulkan-ValidationLayers.git#commit=35d091dad71304dab79758fdae4bda12f692d735";)
+sha256sums=('09e1b563a6a98ad1304fc884d8ba2c9669769983242226a78613e3d1c072c45f')
+
+#pkgver() {
+#  cd "${srcdir}/Vulkan-ValidationLayers"
+#
+#  echo 1.1.97.0+$(git rev-list --count HEAD)+$(git rev-parse --short HEAD)
+#}
+
+build() {
+  cd "${srcdir}"/Vulkan-ValidationLayers*
+
+  rm -rf build ; mkdir build ; cd build
+  ../scripts/update_deps.py
+  cmake -C helper.cmake \
+-DCMAKE_INSTALL_PREFIX=/usr \
+-DCMAKE_INSTALL_LIBDIR=lib \
+-DCMAKE_INSTALL_SYSCONFDIR=/etc \
+-DCMAKE_INSTALL_DATADIR=/share \
+-DCMAKE_INSTALL_INCLUDEDIR="/usr/include/vulkan/" \
+-DBUILD_LAYER_SUPPORT_FILES=ON \
+-DCMAKE_SKIP_RPATH=True \
+-DBUILD_TESTS=Off \
+-DBUILD_WSI_XCB_SUPPORT=On \
+-DBUILD_WSI_XLIB_SUPPORT=On \
+-DBUILD_WSI_WAYLAND_SUPPORT=On \
+-DCMAKE_BUILD_TYPE=Release \
+..
+  make
+}
+
+package() {
+  groups=('vulkan-devel')
+  cd "${srcdir}"/Vulkan-ValidationLayers*/build
+  
+  make DESTDIR="${pkgdir}" install
+
+  install -dm755 "${pkgdir}"/usr/share/{licenses/,doc/}${pkgname}/
+  install -m644 ../docs/* "${pkgdir}"/usr/share/doc/${pkgname}/
+  install -m644 ../LICENSE.txt "${pkgdir}"/usr/share/licenses/${pkgname}/
+}


[arch-commits] Commit in vulkan-validation-layers/trunk (PKGBUILD)

2019-12-06 Thread Laurent Carlier via arch-commits
Date: Friday, December 6, 2019 @ 11:24:52
  Author: lcarlier
Revision: 370470

upgpkg: vulkan-validation-layers 1.1.128-1: upstream update 1.1.128

Modified:
  vulkan-validation-layers/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2019-12-06 11:20:13 UTC (rev 370469)
+++ PKGBUILD2019-12-06 11:24:52 UTC (rev 370470)
@@ -1,7 +1,7 @@
 # Maintainer: Laurent Carlier 
 
 pkgname=vulkan-validation-layers
-pkgver=1.1.127
+pkgver=1.1.128
 pkgrel=1
 pkgdesc="Vulkan Validation Layers"
 arch=(x86_64)
@@ -11,7 +11,7 @@
 makedepends=(cmake python-lxml libx11 libxrandr wayland git)
 
source=(https://github.com/KhronosGroup/Vulkan-ValidationLayers/archive/v${pkgver}.tar.gz)
 
#source=("git+https://github.com/KhronosGroup/Vulkan-ValidationLayers.git#commit=35d091dad71304dab79758fdae4bda12f692d735";)
-sha256sums=('2ffe0d899c74ce0fc3c7ba9f90eccd5b3b78e0f90519dee9c701366bc0f795be')
+sha256sums=('09e1b563a6a98ad1304fc884d8ba2c9669769983242226a78613e3d1c072c45f')
 
 #pkgver() {
 #  cd "${srcdir}/Vulkan-ValidationLayers"


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

2019-12-06 Thread Antonio Rojas via arch-commits
Date: Friday, December 6, 2019 @ 11:40:45
  Author: arojas
Revision: 535794

Unbundle openlibm from julia

Added:
  openlibm/
  openlibm/trunk/
  openlibm/trunk/PKGBUILD

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

Added: openlibm/trunk/PKGBUILD
===
--- openlibm/trunk/PKGBUILD (rev 0)
+++ openlibm/trunk/PKGBUILD 2019-12-06 11:40:45 UTC (rev 535794)
@@ -0,0 +1,31 @@
+# Maintainer: Antonio Rojas 
+# Contributor: Lex Black 
+# Contributor: Arthur Zamarin 
+
+pkgname=openlibm
+pkgver=0.6.0
+pkgrel=2
+pkgdesc='Standalone implementation of C mathematical functions'
+arch=(x86_64)
+url='https://openlibm.org/'
+license=(BSD)
+depends=(glibc)
+source=("$pkgname-$pkgver.tar.gz::https://github.com/JuliaLang/$pkgname/archive/v$pkgver.tar.gz";)
+sha256sums=('d45439093d1fd15e2ac3acf69955e462401c7a160d3330256cb4a86c51bdae28')
+
+prepare() {
+  cd $pkgname-$pkgver
+  sed -e 's|/usr/local|/usr|' -i Make.inc
+}
+
+build() {
+  cd $pkgname-$pkgver
+  make prefix=/usr
+}
+
+package() {
+  cd $pkgname-$pkgver
+  make DESTDIR="$pkgdir" install
+
+  install -Dm644 LICENSE.md -t "$pkgdir"/usr/share/licenses/$pkgname/
+}


[arch-commits] Commit in openlibm (3 files)

2019-12-06 Thread Antonio Rojas via arch-commits
Date: Friday, December 6, 2019 @ 11:41:09
  Author: arojas
Revision: 535795

archrelease: copy trunk to community-x86_64

Added:
  openlibm/repos/
  openlibm/repos/community-x86_64/
  openlibm/repos/community-x86_64/PKGBUILD
(from rev 535794, openlibm/trunk/PKGBUILD)

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

Copied: openlibm/repos/community-x86_64/PKGBUILD (from rev 535794, 
openlibm/trunk/PKGBUILD)
===
--- repos/community-x86_64/PKGBUILD (rev 0)
+++ repos/community-x86_64/PKGBUILD 2019-12-06 11:41:09 UTC (rev 535795)
@@ -0,0 +1,31 @@
+# Maintainer: Antonio Rojas 
+# Contributor: Lex Black 
+# Contributor: Arthur Zamarin 
+
+pkgname=openlibm
+pkgver=0.6.0
+pkgrel=2
+pkgdesc='Standalone implementation of C mathematical functions'
+arch=(x86_64)
+url='https://openlibm.org/'
+license=(BSD)
+depends=(glibc)
+source=("$pkgname-$pkgver.tar.gz::https://github.com/JuliaLang/$pkgname/archive/v$pkgver.tar.gz";)
+sha256sums=('d45439093d1fd15e2ac3acf69955e462401c7a160d3330256cb4a86c51bdae28')
+
+prepare() {
+  cd $pkgname-$pkgver
+  sed -e 's|/usr/local|/usr|' -i Make.inc
+}
+
+build() {
+  cd $pkgname-$pkgver
+  make prefix=/usr
+}
+
+package() {
+  cd $pkgname-$pkgver
+  make DESTDIR="$pkgdir" install
+
+  install -Dm644 LICENSE.md -t "$pkgdir"/usr/share/licenses/$pkgname/
+}


[arch-commits] Commit in lib32-vulkan-icd-loader/repos/multilib-x86_64 (2 files)

2019-12-06 Thread Laurent Carlier via arch-commits
Date: Friday, December 6, 2019 @ 11:56:53
  Author: lcarlier
Revision: 535798

archrelease: copy trunk to multilib-x86_64

Added:
  lib32-vulkan-icd-loader/repos/multilib-x86_64/PKGBUILD
(from rev 535797, lib32-vulkan-icd-loader/trunk/PKGBUILD)
Deleted:
  lib32-vulkan-icd-loader/repos/multilib-x86_64/PKGBUILD

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

Deleted: PKGBUILD
===
--- PKGBUILD2019-12-06 11:56:42 UTC (rev 535797)
+++ PKGBUILD2019-12-06 11:56:53 UTC (rev 535798)
@@ -1,54 +0,0 @@
-# Maintainer: Laurent Carlier 
-
-pkgname=lib32-vulkan-icd-loader
-pkgver=1.1.129
-pkgrel=1
-arch=(x86_64)
-pkgdesc="Vulkan Installable Client Driver (ICD) Loader (32-bit)"
-url="https://www.khronos.org/vulkan/";
-license=('custom')
-makedepends=(cmake python lib32-libx11 lib32-libxrandr lib32-wayland 
vulkan-headers git)
-depends=(lib32-glibc)
-optdepends=('lib32-vulkan-driver: packaged vulkan driver')
-source=("https://github.com/KhronosGroup/Vulkan-Loader/archive/v${pkgver}.tar.gz";)
-#source=("git+https://github.com/KhronosGroup/Vulkan-Loader.git#commit=e1eafa18e17d00374253bcd37d015befa89fcc43";)
-sha256sums=('606c584e8080c99722ff9a35fcf0a21914670fbb8a4630d06954f899944cdf47')
-
-#pkgver() {
-#  cd "${srcdir}/Vulkan-Loader"
-#
-#  echo 1.1.99+$(git rev-list --count HEAD)+$(git rev-parse --short HEAD)
-#}
-
-build() {
-  export ASFLAGS=--32
-  export CFLAGS=-m32
-  export CXXFLAGS=-m32 

   
-  export PKG_CONFIG_PATH="/usr/lib32/pkgconfig" 
-
-  cd "${srcdir}"/Vulkan-Loader*
-
-  rm -rf build ; mkdir build ; cd build
-  cmake -DCMAKE_INSTALL_PREFIX=/usr \
--DVULKAN_HEADERS_INSTALL_DIR=/usr \
--DCMAKE_INSTALL_SYSCONFDIR=/etc \
--DCMAKE_INSTALL_LIBDIR=lib32 \
--DCMAKE_INSTALL_DATADIR=/share \
--DCMAKE_SKIP_RPATH=True \
--DBUILD_TESTS=Off \
--DBUILD_WSI_XCB_SUPPORT=On \
--DBUILD_WSI_XLIB_SUPPORT=On \
--DBUILD_WSI_WAYLAND_SUPPORT=On \
--DCMAKE_BUILD_TYPE=Release \
-..
-  make
-}
-
-package() {
-  cd "${srcdir}"/Vulkan-Loader*/build
-  
-  make DESTDIR="${pkgdir}" install
-
-  install -dm755 ${pkgdir}/usr/share/licenses/${pkgname}
-  install -m644 ../LICENSE.txt "${pkgdir}"/usr/share/licenses/${pkgname}/
-}

Copied: lib32-vulkan-icd-loader/repos/multilib-x86_64/PKGBUILD (from rev 
535797, lib32-vulkan-icd-loader/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2019-12-06 11:56:53 UTC (rev 535798)
@@ -0,0 +1,54 @@
+# Maintainer: Laurent Carlier 
+
+pkgname=lib32-vulkan-icd-loader
+pkgver=1.1.129
+pkgrel=1
+arch=(x86_64)
+pkgdesc="Vulkan Installable Client Driver (ICD) Loader (32-bit)"
+url="https://www.khronos.org/vulkan/";
+license=('custom')
+makedepends=(cmake python lib32-libx11 lib32-libxrandr lib32-wayland 
vulkan-headers git)
+depends=(lib32-glibc)
+optdepends=('lib32-vulkan-driver: packaged vulkan driver')
+source=("https://github.com/KhronosGroup/Vulkan-Loader/archive/v${pkgver}.tar.gz";)
+#source=("git+https://github.com/KhronosGroup/Vulkan-Loader.git#commit=e1eafa18e17d00374253bcd37d015befa89fcc43";)
+sha256sums=('606c584e8080c99722ff9a35fcf0a21914670fbb8a4630d06954f899944cdf47')
+
+#pkgver() {
+#  cd "${srcdir}/Vulkan-Loader"
+#
+#  echo 1.1.99+$(git rev-list --count HEAD)+$(git rev-parse --short HEAD)
+#}
+
+build() {
+  export ASFLAGS=--32
+  export CFLAGS=-m32
+  export CXXFLAGS=-m32 

   
+  export PKG_CONFIG_PATH="/usr/lib32/pkgconfig" 
+
+  cd "${srcdir}"/Vulkan-Loader*
+
+  rm -rf build ; mkdir build ; cd build
+  cmake -DCMAKE_INSTALL_PREFIX=/usr \
+-DVULKAN_HEADERS_INSTALL_DIR=/usr \
+-DCMAKE_INSTALL_SYSCONFDIR=/etc \
+-DCMAKE_INSTALL_LIBDIR=lib32 \
+-DCMAKE_INSTALL_DATADIR=/share \
+-DCMAKE_SKIP_RPATH=True \
+-DBUILD_TESTS=Off \
+-DBUILD_WSI_XCB_SUPPORT=On \
+-DBUILD_WSI_XLIB_SUPPORT=On \
+-DBUILD_WSI_WAYLAND_SUPPORT=On \
+-DCMAKE_BUILD_TYPE=Release \
+..
+  make
+}
+
+package() {
+  cd "${srcdir}"/Vulkan-Loader*/build
+  
+  make DESTDIR="${pkgdir}" install
+
+  install -dm755 ${pkgdir}/usr/share/licenses/${pkgname}
+  install -m644 ../LICENSE.txt "${pkgdir}"/usr/share/licenses/${pkgname}/
+}


[arch-commits] Commit in lib32-vulkan-icd-loader/repos/multilib-x86_64 (2 files)

2019-12-06 Thread Laurent Carlier via arch-commits
Date: Friday, December 6, 2019 @ 11:56:42
  Author: lcarlier
Revision: 535797

archrelease: copy trunk to multilib-x86_64

Added:
  lib32-vulkan-icd-loader/repos/multilib-x86_64/PKGBUILD
(from rev 535796, lib32-vulkan-icd-loader/trunk/PKGBUILD)
Deleted:
  lib32-vulkan-icd-loader/repos/multilib-x86_64/PKGBUILD

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

Deleted: PKGBUILD
===
--- PKGBUILD2019-12-06 11:56:37 UTC (rev 535796)
+++ PKGBUILD2019-12-06 11:56:42 UTC (rev 535797)
@@ -1,53 +0,0 @@
-# Maintainer: Laurent Carlier 
-
-pkgname=lib32-vulkan-icd-loader
-pkgver=1.1.127
-pkgrel=1
-arch=(x86_64)
-pkgdesc="Vulkan Installable Client Driver (ICD) Loader (32-bit)"
-url="https://www.khronos.org/vulkan/";
-license=('custom')
-makedepends=(cmake python lib32-libx11 lib32-libxrandr lib32-wayland 
vulkan-headers git)
-depends=(lib32-glibc)
-optdepends=('lib32-vulkan-driver: packaged vulkan driver')
-source=("https://github.com/KhronosGroup/Vulkan-Loader/archive/v${pkgver}.tar.gz";)
-#source=("git+https://github.com/KhronosGroup/Vulkan-Loader.git#commit=e1eafa18e17d00374253bcd37d015befa89fcc43";)
-sha256sums=('5fcdf81c7adde3610f94197dfb1cb78ed740627810b72481a0bafa4f7d67f6be')
-
-#pkgver() {
-#  cd "${srcdir}/Vulkan-Loader"
-#
-#  echo 1.1.99+$(git rev-list --count HEAD)+$(git rev-parse --short HEAD)
-#}
-
-build() {
-  export ASFLAGS=--32
-  export CFLAGS=-m32
-  export CXXFLAGS=-m32 

   
-  export PKG_CONFIG_PATH="/usr/lib32/pkgconfig" 
-
-  cd "${srcdir}"/Vulkan-Loader*
-
-  rm -rf build ; mkdir build ; cd build
-  cmake -DCMAKE_INSTALL_PREFIX=/usr \
--DCMAKE_INSTALL_SYSCONFDIR=/etc \
--DCMAKE_INSTALL_LIBDIR=lib32 \
--DCMAKE_INSTALL_DATADIR=/share \
--DCMAKE_SKIP_RPATH=True \
--DBUILD_TESTS=Off \
--DBUILD_WSI_XCB_SUPPORT=On \
--DBUILD_WSI_XLIB_SUPPORT=On \
--DBUILD_WSI_WAYLAND_SUPPORT=On \
--DCMAKE_BUILD_TYPE=Release \
-..
-  make
-}
-
-package() {
-  cd "${srcdir}"/Vulkan-Loader*/build
-  
-  make DESTDIR="${pkgdir}" install
-
-  install -dm755 ${pkgdir}/usr/share/licenses/${pkgname}
-  install -m644 ../LICENSE.txt "${pkgdir}"/usr/share/licenses/${pkgname}/
-}

Copied: lib32-vulkan-icd-loader/repos/multilib-x86_64/PKGBUILD (from rev 
535796, lib32-vulkan-icd-loader/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2019-12-06 11:56:42 UTC (rev 535797)
@@ -0,0 +1,54 @@
+# Maintainer: Laurent Carlier 
+
+pkgname=lib32-vulkan-icd-loader
+pkgver=1.1.129
+pkgrel=1
+arch=(x86_64)
+pkgdesc="Vulkan Installable Client Driver (ICD) Loader (32-bit)"
+url="https://www.khronos.org/vulkan/";
+license=('custom')
+makedepends=(cmake python lib32-libx11 lib32-libxrandr lib32-wayland 
vulkan-headers git)
+depends=(lib32-glibc)
+optdepends=('lib32-vulkan-driver: packaged vulkan driver')
+source=("https://github.com/KhronosGroup/Vulkan-Loader/archive/v${pkgver}.tar.gz";)
+#source=("git+https://github.com/KhronosGroup/Vulkan-Loader.git#commit=e1eafa18e17d00374253bcd37d015befa89fcc43";)
+sha256sums=('606c584e8080c99722ff9a35fcf0a21914670fbb8a4630d06954f899944cdf47')
+
+#pkgver() {
+#  cd "${srcdir}/Vulkan-Loader"
+#
+#  echo 1.1.99+$(git rev-list --count HEAD)+$(git rev-parse --short HEAD)
+#}
+
+build() {
+  export ASFLAGS=--32
+  export CFLAGS=-m32
+  export CXXFLAGS=-m32 

   
+  export PKG_CONFIG_PATH="/usr/lib32/pkgconfig" 
+
+  cd "${srcdir}"/Vulkan-Loader*
+
+  rm -rf build ; mkdir build ; cd build
+  cmake -DCMAKE_INSTALL_PREFIX=/usr \
+-DVULKAN_HEADERS_INSTALL_DIR=/usr \
+-DCMAKE_INSTALL_SYSCONFDIR=/etc \
+-DCMAKE_INSTALL_LIBDIR=lib32 \
+-DCMAKE_INSTALL_DATADIR=/share \
+-DCMAKE_SKIP_RPATH=True \
+-DBUILD_TESTS=Off \
+-DBUILD_WSI_XCB_SUPPORT=On \
+-DBUILD_WSI_XLIB_SUPPORT=On \
+-DBUILD_WSI_WAYLAND_SUPPORT=On \
+-DCMAKE_BUILD_TYPE=Release \
+..
+  make
+}
+
+package() {
+  cd "${srcdir}"/Vulkan-Loader*/build
+  
+  make DESTDIR="${pkgdir}" install
+
+  install -dm755 ${pkgdir}/usr/share/licenses/${pkgname}
+  install -m644 ../LICENSE.txt "${pkgdir}"/usr/share/licenses/${pkgname}/
+}


[arch-commits] Commit in lib32-vulkan-icd-loader/trunk (PKGBUILD)

2019-12-06 Thread Laurent Carlier via arch-commits
Date: Friday, December 6, 2019 @ 11:56:37
  Author: lcarlier
Revision: 535796

upgpkg: lib32-vulkan-icd-loader 1.1.129-1: upstream update 1.1.128

Modified:
  lib32-vulkan-icd-loader/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2019-12-06 11:41:09 UTC (rev 535795)
+++ PKGBUILD2019-12-06 11:56:37 UTC (rev 535796)
@@ -1,7 +1,7 @@
 # Maintainer: Laurent Carlier 
 
 pkgname=lib32-vulkan-icd-loader
-pkgver=1.1.127
+pkgver=1.1.129
 pkgrel=1
 arch=(x86_64)
 pkgdesc="Vulkan Installable Client Driver (ICD) Loader (32-bit)"
@@ -12,7 +12,7 @@
 optdepends=('lib32-vulkan-driver: packaged vulkan driver')
 
source=("https://github.com/KhronosGroup/Vulkan-Loader/archive/v${pkgver}.tar.gz";)
 
#source=("git+https://github.com/KhronosGroup/Vulkan-Loader.git#commit=e1eafa18e17d00374253bcd37d015befa89fcc43";)
-sha256sums=('5fcdf81c7adde3610f94197dfb1cb78ed740627810b72481a0bafa4f7d67f6be')
+sha256sums=('606c584e8080c99722ff9a35fcf0a21914670fbb8a4630d06954f899944cdf47')
 
 #pkgver() {
 #  cd "${srcdir}/Vulkan-Loader"
@@ -30,6 +30,7 @@
 
   rm -rf build ; mkdir build ; cd build
   cmake -DCMAKE_INSTALL_PREFIX=/usr \
+-DVULKAN_HEADERS_INSTALL_DIR=/usr \
 -DCMAKE_INSTALL_SYSCONFDIR=/etc \
 -DCMAKE_INSTALL_LIBDIR=lib32 \
 -DCMAKE_INSTALL_DATADIR=/share \


[arch-commits] Commit in lib32-vulkan-validation-layers/repos/multilib-x86_64 (2 files)

2019-12-06 Thread Laurent Carlier via arch-commits
Date: Friday, December 6, 2019 @ 12:02:13
  Author: lcarlier
Revision: 535800

archrelease: copy trunk to multilib-x86_64

Added:
  lib32-vulkan-validation-layers/repos/multilib-x86_64/PKGBUILD
(from rev 535799, lib32-vulkan-validation-layers/trunk/PKGBUILD)
Deleted:
  lib32-vulkan-validation-layers/repos/multilib-x86_64/PKGBUILD

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

Deleted: PKGBUILD
===
--- PKGBUILD2019-12-06 12:02:08 UTC (rev 535799)
+++ PKGBUILD2019-12-06 12:02:13 UTC (rev 535800)
@@ -1,57 +0,0 @@
-# Maintainer: Laurent Carlier 
-
-pkgname=lib32-vulkan-validation-layers
-pkgver=1.1.127
-pkgrel=1
-arch=(x86_64)
-pkgdesc="Vulkan Validation Layers (32-bit)"
-url="https://www.khronos.org/vulkan/";
-license=('custom')
-depends=(lib32-gcc-libs lib32-vulkan-icd-loader vulkan-headers)
-makedepends=(cmake python lib32-libx11 lib32-libxrandr lib32-wayland git)
-source=(https://github.com/KhronosGroup/Vulkan-ValidationLayers/archive/v${pkgver}.tar.gz)
-#source=("git+https://github.com/KhronosGroup/Vulkan-ValidationLayers.git#commit=35d091dad71304dab79758fdae4bda12f692d735";)
-sha256sums=('2ffe0d899c74ce0fc3c7ba9f90eccd5b3b78e0f90519dee9c701366bc0f795be')
-
-#pkgver() {
-#  cd "${srcdir}"/Vulkan-ValidationLayers*
-#
-#  echo 1.1.97.0+$(git rev-list --count HEAD)+$(git rev-parse --short HEAD)
-#}
-
-build() {
-  export ASFLAGS=--32
-  export CFLAGS=-m32
-  export CXXFLAGS=-m32 

   
-  export PKG_CONFIG_PATH="/usr/lib32/pkgconfig" 
-
-  cd "${srcdir}"/Vulkan-ValidationLayers*
-
-  rm -rf build ; mkdir build ; cd build
-  ../scripts/update_deps.py
-  cmake -C helper.cmake \
--DCMAKE_INSTALL_PREFIX=/usr \
--DCMAKE_INSTALL_SYSCONFDIR=/etc \
--DCMAKE_INSTALL_LIBDIR=lib32 \
--DCMAKE_INSTALL_DATADIR=/share \
--DCMAKE_SKIP_RPATH=True \
--DBUILD_TESTS=Off \
--DBUILD_WSI_XCB_SUPPORT=On \
--DBUILD_WSI_XLIB_SUPPORT=On \
--DBUILD_WSI_WAYLAND_SUPPORT=On \
--DCMAKE_BUILD_TYPE=Release \
-..
-  make
-}
-
-package() {
-  cd "${srcdir}"/Vulkan-ValidationLayers*/build
-  
-  make DESTDIR="${pkgdir}" install
-
-  rm -r ${pkgdir}/usr/share/vulkan
-
-  install -dm755 ${pkgdir}/usr/share/licenses/${pkgname}
-  install -m644 ../LICENSE.txt "${pkgdir}"/usr/share/licenses/${pkgname}/
-}
-

Copied: lib32-vulkan-validation-layers/repos/multilib-x86_64/PKGBUILD (from rev 
535799, lib32-vulkan-validation-layers/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2019-12-06 12:02:13 UTC (rev 535800)
@@ -0,0 +1,57 @@
+# Maintainer: Laurent Carlier 
+
+pkgname=lib32-vulkan-validation-layers
+pkgver=1.1.128
+pkgrel=1
+arch=(x86_64)
+pkgdesc="Vulkan Validation Layers (32-bit)"
+url="https://www.khronos.org/vulkan/";
+license=('custom')
+depends=(lib32-gcc-libs lib32-vulkan-icd-loader vulkan-headers)
+makedepends=(cmake python lib32-libx11 lib32-libxrandr lib32-wayland git)
+source=(https://github.com/KhronosGroup/Vulkan-ValidationLayers/archive/v${pkgver}.tar.gz)
+#source=("git+https://github.com/KhronosGroup/Vulkan-ValidationLayers.git#commit=35d091dad71304dab79758fdae4bda12f692d735";)
+sha256sums=('09e1b563a6a98ad1304fc884d8ba2c9669769983242226a78613e3d1c072c45f')
+
+#pkgver() {
+#  cd "${srcdir}"/Vulkan-ValidationLayers*
+#
+#  echo 1.1.97.0+$(git rev-list --count HEAD)+$(git rev-parse --short HEAD)
+#}
+
+build() {
+  export ASFLAGS=--32
+  export CFLAGS=-m32
+  export CXXFLAGS=-m32 

   
+  export PKG_CONFIG_PATH="/usr/lib32/pkgconfig" 
+
+  cd "${srcdir}"/Vulkan-ValidationLayers*
+
+  rm -rf build ; mkdir build ; cd build
+  ../scripts/update_deps.py
+  cmake -C helper.cmake \
+-DCMAKE_INSTALL_PREFIX=/usr \
+-DCMAKE_INSTALL_SYSCONFDIR=/etc \
+-DCMAKE_INSTALL_LIBDIR=lib32 \
+-DCMAKE_INSTALL_DATADIR=/share \
+-DCMAKE_SKIP_RPATH=True \
+-DBUILD_TESTS=Off \
+-DBUILD_WSI_XCB_SUPPORT=On \
+-DBUILD_WSI_XLIB_SUPPORT=On \
+-DBUILD_WSI_WAYLAND_SUPPORT=On \
+-DCMAKE_BUILD_TYPE=Release \
+..
+  make
+}
+
+package() {
+  cd "${srcdir}"/Vulkan-ValidationLayers*/build
+  
+  make DESTDIR="${pkgdir}" install
+
+  rm -r ${pkgdir}/usr/share/vulkan
+
+  install -dm755 ${pkgdir}/usr/share/licenses/${pkgname}
+  install -m644 ../LICENSE.txt "${pkgdir}"/usr/share/licenses/${pkgname}/
+}
+


[arch-commits] Commit in lib32-vulkan-validation-layers/trunk (PKGBUILD)

2019-12-06 Thread Laurent Carlier via arch-commits
Date: Friday, December 6, 2019 @ 12:02:08
  Author: lcarlier
Revision: 535799

upgpkg: lib32-vulkan-validation-layers 1.1.128-1: upstream update 1.1.128

Modified:
  lib32-vulkan-validation-layers/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2019-12-06 11:56:53 UTC (rev 535798)
+++ PKGBUILD2019-12-06 12:02:08 UTC (rev 535799)
@@ -1,7 +1,7 @@
 # Maintainer: Laurent Carlier 
 
 pkgname=lib32-vulkan-validation-layers
-pkgver=1.1.127
+pkgver=1.1.128
 pkgrel=1
 arch=(x86_64)
 pkgdesc="Vulkan Validation Layers (32-bit)"
@@ -11,7 +11,7 @@
 makedepends=(cmake python lib32-libx11 lib32-libxrandr lib32-wayland git)
 
source=(https://github.com/KhronosGroup/Vulkan-ValidationLayers/archive/v${pkgver}.tar.gz)
 
#source=("git+https://github.com/KhronosGroup/Vulkan-ValidationLayers.git#commit=35d091dad71304dab79758fdae4bda12f692d735";)
-sha256sums=('2ffe0d899c74ce0fc3c7ba9f90eccd5b3b78e0f90519dee9c701366bc0f795be')
+sha256sums=('09e1b563a6a98ad1304fc884d8ba2c9669769983242226a78613e3d1c072c45f')
 
 #pkgver() {
 #  cd "${srcdir}"/Vulkan-ValidationLayers*


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

2019-12-06 Thread Felix Yan via arch-commits
Date: Friday, December 6, 2019 @ 12:24:13
  Author: felixonmars
Revision: 535801

upgpkg: python-wand 0.5.8-1

Modified:
  python-wand/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2019-12-06 12:02:13 UTC (rev 535800)
+++ PKGBUILD2019-12-06 12:24:13 UTC (rev 535801)
@@ -1,8 +1,8 @@
 # Maintainer: Felix Yan 
 
 pkgname=python-wand
-pkgver=0.5.7
-pkgrel=2
+pkgver=0.5.8
+pkgrel=1
 pkgdesc="Ctypes-based simple MagickWand API binding for Python"
 url="https://github.com/emcconville/wand";
 license=('MIT')
@@ -12,7 +12,7 @@
 checkdepends=('python-pytest-runner' 'python-pytest-xdist' 
'python-memory-profiler' 'python-psutil'
   'ghostscript' 'librsvg')
 
source=("$pkgname-$pkgver.tar.gz::https://github.com/emcconville/wand/archive/$pkgver.tar.gz";)
-sha512sums=('cdd30133dc35b87c9e956b61221d9f6ec711c8654d0b45b4e9f1ece30de7a374a01527260f08f5e16d6915546225d2bb72905da986abd1bdd29ef648de6451e6')
+sha512sums=('5e525bdfe54d939e47f86b38b8e0f2f01f826526469d0308f58074881cffa7434e60e39ca2a914e4f1b547437bc4bbee85b204af19a2a5d909abf7126b51c44c')
 
 build() {
   cd wand-$pkgver


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

2019-12-06 Thread Felix Yan via arch-commits
Date: Friday, December 6, 2019 @ 12:24:21
  Author: felixonmars
Revision: 535802

archrelease: copy trunk to community-any

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

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

Deleted: PKGBUILD
===
--- PKGBUILD2019-12-06 12:24:13 UTC (rev 535801)
+++ PKGBUILD2019-12-06 12:24:21 UTC (rev 535802)
@@ -1,33 +0,0 @@
-# Maintainer: Felix Yan 
-
-pkgname=python-wand
-pkgver=0.5.7
-pkgrel=2
-pkgdesc="Ctypes-based simple MagickWand API binding for Python"
-url="https://github.com/emcconville/wand";
-license=('MIT')
-arch=('any')
-depends=('imagemagick' 'libxml2' 'python')
-makedepends=('python-setuptools')
-checkdepends=('python-pytest-runner' 'python-pytest-xdist' 
'python-memory-profiler' 'python-psutil'
-  'ghostscript' 'librsvg')
-source=("$pkgname-$pkgver.tar.gz::https://github.com/emcconville/wand/archive/$pkgver.tar.gz";)
-sha512sums=('cdd30133dc35b87c9e956b61221d9f6ec711c8654d0b45b4e9f1ece30de7a374a01527260f08f5e16d6915546225d2bb72905da986abd1bdd29ef648de6451e6')
-
-build() {
-  cd wand-$pkgver
-  python setup.py build
-}
-
-check() {
-  cd wand-$pkgver
-  python setup.py pytest || warning "Tests failed"
-}
-
-package() {
-  cd wand-$pkgver
-  python setup.py install --root="$pkgdir" --optimize=1
-  install -Dm644 LICENSE "$pkgdir"/usr/share/licenses/$pkgname/LICENSE
-
-  rm "$pkgdir"/usr/README.rst
-}

Copied: python-wand/repos/community-any/PKGBUILD (from rev 535801, 
python-wand/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2019-12-06 12:24:21 UTC (rev 535802)
@@ -0,0 +1,33 @@
+# Maintainer: Felix Yan 
+
+pkgname=python-wand
+pkgver=0.5.8
+pkgrel=1
+pkgdesc="Ctypes-based simple MagickWand API binding for Python"
+url="https://github.com/emcconville/wand";
+license=('MIT')
+arch=('any')
+depends=('imagemagick' 'libxml2' 'python')
+makedepends=('python-setuptools')
+checkdepends=('python-pytest-runner' 'python-pytest-xdist' 
'python-memory-profiler' 'python-psutil'
+  'ghostscript' 'librsvg')
+source=("$pkgname-$pkgver.tar.gz::https://github.com/emcconville/wand/archive/$pkgver.tar.gz";)
+sha512sums=('5e525bdfe54d939e47f86b38b8e0f2f01f826526469d0308f58074881cffa7434e60e39ca2a914e4f1b547437bc4bbee85b204af19a2a5d909abf7126b51c44c')
+
+build() {
+  cd wand-$pkgver
+  python setup.py build
+}
+
+check() {
+  cd wand-$pkgver
+  python setup.py pytest || warning "Tests failed"
+}
+
+package() {
+  cd wand-$pkgver
+  python setup.py install --root="$pkgdir" --optimize=1
+  install -Dm644 LICENSE "$pkgdir"/usr/share/licenses/$pkgname/LICENSE
+
+  rm "$pkgdir"/usr/README.rst
+}


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

2019-12-06 Thread Felix Yan via arch-commits
Date: Friday, December 6, 2019 @ 12:47:23
  Author: felixonmars
Revision: 535804

archrelease: copy trunk to community-x86_64

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

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

Deleted: PKGBUILD
===
--- PKGBUILD2019-12-06 12:47:15 UTC (rev 535803)
+++ PKGBUILD2019-12-06 12:47:23 UTC (rev 535804)
@@ -1,35 +0,0 @@
-# Maintainer: Felix Yan 
-# Contributor: Blackleg 
-# Contributor: Nidhogg
-# Contributor: juantascon
-
-pkgname=python-peewee
-pkgver=3.12.0
-pkgrel=1
-pkgdesc="a little orm"
-url="https://pypi.python.org/pypi/peewee/";
-arch=('x86_64')
-license=('MIT')
-depends=('python' 'sqlite')
-optdepends=('python-psycopg2: for PostgreSQL database support'
-'mysql-python: for MySQL database support')
-makedepends=('python-setuptools' 'cython')
-checkdepends=('python-apsw' 'python-flask' 'python-psycopg2')
-source=("$pkgname-$pkgver.tar.gz::https://github.com/coleifer/peewee/archive/$pkgver.tar.gz";)
-sha512sums=('c3e64064c80a011632721a8e4d035567d37dd49f33086bb716fac649a652047d384e4b462503d273bae0ed3a0d71be99dc63ad8023fca2a26fd56a66ca173a5a')
-
-build() {
-  cd peewee-$pkgver
-  python setup.py build
-}
-
-check() {
-  cd peewee-$pkgver
-  python runtests.py
-}
-
-package() {
-  cd peewee-$pkgver
-  python setup.py install --root="$pkgdir" --optimize=1
-  install -D -m644 LICENSE "$pkgdir"/usr/share/licenses/$pkgname/LICENSE
-}

Copied: python-peewee/repos/community-x86_64/PKGBUILD (from rev 535803, 
python-peewee/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2019-12-06 12:47:23 UTC (rev 535804)
@@ -0,0 +1,35 @@
+# Maintainer: Felix Yan 
+# Contributor: Blackleg 
+# Contributor: Nidhogg
+# Contributor: juantascon
+
+pkgname=python-peewee
+pkgver=3.13.0
+pkgrel=1
+pkgdesc="a little orm"
+url="https://pypi.python.org/pypi/peewee/";
+arch=('x86_64')
+license=('MIT')
+depends=('python' 'sqlite')
+optdepends=('python-psycopg2: for PostgreSQL database support'
+'mysql-python: for MySQL database support')
+makedepends=('python-setuptools' 'cython')
+checkdepends=('python-apsw' 'python-flask' 'python-psycopg2')
+source=("$pkgname-$pkgver.tar.gz::https://github.com/coleifer/peewee/archive/$pkgver.tar.gz";)
+sha512sums=('e2ec0965dd24ab9dfd4279e8c75de27cdf4944451270190f8799c8c1175872369b4345aa342228ec3160a8192d8b1d6531149fdacd3ba263a29d87056661bb97')
+
+build() {
+  cd peewee-$pkgver
+  python setup.py build
+}
+
+check() {
+  cd peewee-$pkgver
+  python runtests.py
+}
+
+package() {
+  cd peewee-$pkgver
+  python setup.py install --root="$pkgdir" --optimize=1
+  install -D -m644 LICENSE "$pkgdir"/usr/share/licenses/$pkgname/LICENSE
+}


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

2019-12-06 Thread Felix Yan via arch-commits
Date: Friday, December 6, 2019 @ 12:47:15
  Author: felixonmars
Revision: 535803

upgpkg: python-peewee 3.13.0-1

Modified:
  python-peewee/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2019-12-06 12:24:21 UTC (rev 535802)
+++ PKGBUILD2019-12-06 12:47:15 UTC (rev 535803)
@@ -4,7 +4,7 @@
 # Contributor: juantascon
 
 pkgname=python-peewee
-pkgver=3.12.0
+pkgver=3.13.0
 pkgrel=1
 pkgdesc="a little orm"
 url="https://pypi.python.org/pypi/peewee/";
@@ -16,7 +16,7 @@
 makedepends=('python-setuptools' 'cython')
 checkdepends=('python-apsw' 'python-flask' 'python-psycopg2')
 
source=("$pkgname-$pkgver.tar.gz::https://github.com/coleifer/peewee/archive/$pkgver.tar.gz";)
-sha512sums=('c3e64064c80a011632721a8e4d035567d37dd49f33086bb716fac649a652047d384e4b462503d273bae0ed3a0d71be99dc63ad8023fca2a26fd56a66ca173a5a')
+sha512sums=('e2ec0965dd24ab9dfd4279e8c75de27cdf4944451270190f8799c8c1175872369b4345aa342228ec3160a8192d8b1d6531149fdacd3ba263a29d87056661bb97')
 
 build() {
   cd peewee-$pkgver


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

2019-12-06 Thread Felix Yan via arch-commits
Date: Friday, December 6, 2019 @ 12:50:34
  Author: felixonmars
Revision: 535806

archrelease: copy trunk to community-staging-x86_64

Added:
  haskell-yesod-core/repos/community-staging-x86_64/
  haskell-yesod-core/repos/community-staging-x86_64/PKGBUILD
(from rev 535805, haskell-yesod-core/trunk/PKGBUILD)

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

Copied: haskell-yesod-core/repos/community-staging-x86_64/PKGBUILD (from rev 
535805, haskell-yesod-core/trunk/PKGBUILD)
===
--- community-staging-x86_64/PKGBUILD   (rev 0)
+++ community-staging-x86_64/PKGBUILD   2019-12-06 12:50:34 UTC (rev 535806)
@@ -0,0 +1,50 @@
+# Maintainer: Felix Yan 
+# Contributor: Arch Haskell Team 
+
+_hkgname=yesod-core
+pkgname=haskell-yesod-core
+pkgver=1.6.17
+pkgrel=1
+pkgdesc="Creation of type-safe, RESTful web applications."
+url="http://www.yesodweb.com/";
+license=("MIT")
+arch=('x86_64')
+depends=('ghc-libs' 'haskell-aeson' 'haskell-auto-update' 'haskell-blaze-html'
+ 'haskell-blaze-markup' 'haskell-case-insensitive' 'haskell-cereal'
+ 'haskell-clientsession' 'haskell-conduit' 'haskell-conduit-extra' 
'haskell-cookie'
+ 'haskell-fast-logger' 'haskell-http-types' 'haskell-memory'
+ 'haskell-monad-logger' 'haskell-old-locale' 'haskell-path-pieces' 
'haskell-primitive'
+ 'haskell-random' 'haskell-resourcet' 'haskell-shakespeare' 
'haskell-unix-compat'
+ 'haskell-unliftio' 'haskell-unordered-containers' 'haskell-vector' 
'haskell-wai'
+ 'haskell-wai-extra' 'haskell-wai-logger' 'haskell-warp' 
'haskell-word8')
+makedepends=('ghc')
+source=("https://hackage.haskell.org/packages/archive/${_hkgname}/${pkgver}/${_hkgname}-${pkgver}.tar.gz";)
+sha512sums=('96453b21d2bb039e9530eb02f2eebf3c14495b6a4ae90620088e707fc1ef45dde4090367141693f1298d048d081371b2ea4a76c8b27efe225dfa87c04a19037f')
+
+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
+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-yesod-core/trunk (PKGBUILD)

2019-12-06 Thread Felix Yan via arch-commits
Date: Friday, December 6, 2019 @ 12:50:27
  Author: felixonmars
Revision: 535805

upgpkg: haskell-yesod-core 1.6.17-1

rebuild with yesod-core 1.6.17

Modified:
  haskell-yesod-core/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2019-12-06 12:47:23 UTC (rev 535804)
+++ PKGBUILD2019-12-06 12:50:27 UTC (rev 535805)
@@ -3,8 +3,8 @@
 
 _hkgname=yesod-core
 pkgname=haskell-yesod-core
-pkgver=1.6.16.1
-pkgrel=35
+pkgver=1.6.17
+pkgrel=1
 pkgdesc="Creation of type-safe, RESTful web applications."
 url="http://www.yesodweb.com/";
 license=("MIT")
@@ -14,12 +14,12 @@
  'haskell-clientsession' 'haskell-conduit' 'haskell-conduit-extra' 
'haskell-cookie'
  'haskell-fast-logger' 'haskell-http-types' 'haskell-memory'
  'haskell-monad-logger' 'haskell-old-locale' 'haskell-path-pieces' 
'haskell-primitive'
- 'haskell-random' 'haskell-resourcet' 'haskell-rio' 
'haskell-shakespeare'
- 'haskell-unix-compat' 'haskell-unliftio' 
'haskell-unordered-containers' 'haskell-vector'
- 'haskell-wai' 'haskell-wai-extra' 'haskell-wai-logger' 'haskell-warp' 
'haskell-word8')
+ 'haskell-random' 'haskell-resourcet' 'haskell-shakespeare' 
'haskell-unix-compat'
+ 'haskell-unliftio' 'haskell-unordered-containers' 'haskell-vector' 
'haskell-wai'
+ 'haskell-wai-extra' 'haskell-wai-logger' 'haskell-warp' 
'haskell-word8')
 makedepends=('ghc')
 
source=("https://hackage.haskell.org/packages/archive/${_hkgname}/${pkgver}/${_hkgname}-${pkgver}.tar.gz";)
-sha512sums=('45084c7ae14cfaaad08725d775635051d0e03193b798448f2fd4fdea8b6b4f739ce5fbaa316e9e16ffeb6c3b2f89c0f96487910ca337b0bc0ee9e274eb66a675')
+sha512sums=('96453b21d2bb039e9530eb02f2eebf3c14495b6a4ae90620088e707fc1ef45dde4090367141693f1298d048d081371b2ea4a76c8b27efe225dfa87c04a19037f')
 
 prepare() {
 cd $_hkgname-$pkgver


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

2019-12-06 Thread Felix Yan via arch-commits
Date: Friday, December 6, 2019 @ 12:51:42
  Author: felixonmars
Revision: 535807

upgpkg: haskell-yesod-default 1.2.0-618

rebuild with yesod-core 1.6.17

Modified:
  haskell-yesod-default/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2019-12-06 12:50:34 UTC (rev 535806)
+++ PKGBUILD2019-12-06 12:51:42 UTC (rev 535807)
@@ -4,7 +4,7 @@
 _hkgname=yesod-default
 pkgname=haskell-yesod-default
 pkgver=1.2.0
-pkgrel=617
+pkgrel=618
 pkgdesc="Default config and main functions for your yesod application 
(deprecated)"
 url="http://www.yesodweb.com/";
 license=("MIT")


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

2019-12-06 Thread Felix Yan via arch-commits
Date: Friday, December 6, 2019 @ 12:51:50
  Author: felixonmars
Revision: 535808

archrelease: copy trunk to community-staging-x86_64

Added:
  haskell-yesod-default/repos/community-staging-x86_64/
  haskell-yesod-default/repos/community-staging-x86_64/PKGBUILD
(from rev 535807, haskell-yesod-default/trunk/PKGBUILD)

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

Copied: haskell-yesod-default/repos/community-staging-x86_64/PKGBUILD (from rev 
535807, haskell-yesod-default/trunk/PKGBUILD)
===
--- community-staging-x86_64/PKGBUILD   (rev 0)
+++ community-staging-x86_64/PKGBUILD   2019-12-06 12:51:50 UTC (rev 535808)
@@ -0,0 +1,38 @@
+# Maintainer: Felix Yan 
+# Contributor: Arch Haskell Team 
+
+_hkgname=yesod-default
+pkgname=haskell-yesod-default
+pkgver=1.2.0
+pkgrel=618
+pkgdesc="Default config and main functions for your yesod application 
(deprecated)"
+url="http://www.yesodweb.com/";
+license=("MIT")
+arch=('x86_64')
+depends=('ghc-libs' "haskell-yesod-core")
+makedepends=('ghc')
+source=("https://hackage.haskell.org/packages/archive/${_hkgname}/${pkgver}/${_hkgname}-${pkgver}.tar.gz";)
+sha256sums=('f39ae1953a95c1919a9dd214d93bf81078b1dcbbac737dc9bb7339dbad9dda96')
+
+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
+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-yesod-persistent/trunk (PKGBUILD)

2019-12-06 Thread Felix Yan via arch-commits
Date: Friday, December 6, 2019 @ 12:52:50
  Author: felixonmars
Revision: 535809

upgpkg: haskell-yesod-persistent 1.6.0.3-15

rebuild with yesod-core 1.6.17

Modified:
  haskell-yesod-persistent/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2019-12-06 12:51:50 UTC (rev 535808)
+++ PKGBUILD2019-12-06 12:52:50 UTC (rev 535809)
@@ -4,7 +4,7 @@
 _hkgname=yesod-persistent
 pkgname=haskell-yesod-persistent
 pkgver=1.6.0.3
-pkgrel=14
+pkgrel=15
 pkgdesc="Some helpers for using Persistent from Yesod."
 url="http://www.yesodweb.com/";
 license=("MIT")


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

2019-12-06 Thread Felix Yan via arch-commits
Date: Friday, December 6, 2019 @ 12:52:58
  Author: felixonmars
Revision: 535810

archrelease: copy trunk to community-staging-x86_64

Added:
  haskell-yesod-persistent/repos/community-staging-x86_64/
  haskell-yesod-persistent/repos/community-staging-x86_64/PKGBUILD
(from rev 535809, haskell-yesod-persistent/trunk/PKGBUILD)

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

Copied: haskell-yesod-persistent/repos/community-staging-x86_64/PKGBUILD (from 
rev 535809, haskell-yesod-persistent/trunk/PKGBUILD)
===
--- community-staging-x86_64/PKGBUILD   (rev 0)
+++ community-staging-x86_64/PKGBUILD   2019-12-06 12:52:58 UTC (rev 535810)
@@ -0,0 +1,45 @@
+# Maintainer: Felix Yan 
+# Contributor: Arch Haskell Team 
+
+_hkgname=yesod-persistent
+pkgname=haskell-yesod-persistent
+pkgver=1.6.0.3
+pkgrel=15
+pkgdesc="Some helpers for using Persistent from Yesod."
+url="http://www.yesodweb.com/";
+license=("MIT")
+arch=('x86_64')
+depends=('ghc-libs' "haskell-blaze-builder" "haskell-conduit" 
"haskell-persistent"
+ "haskell-persistent-template" "haskell-resource-pool" 
"haskell-resourcet"
+ "haskell-yesod-core")
+makedepends=('ghc' 'haskell-hspec' 'haskell-wai-extra' 
'haskell-persistent-sqlite')
+source=("https://hackage.haskell.org/packages/archive/${_hkgname}/${pkgver}/${_hkgname}-${pkgver}.tar.gz";)
+sha512sums=('fd82ecf576f4fc8878c614e52c6f10032d9da339189463dcc1f69a56061fca20030560f3e402246fd83b042f001cfd9465e96023e05523ec4480fa153491ffde')
+
+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
+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-yesod-form/trunk (PKGBUILD)

2019-12-06 Thread Felix Yan via arch-commits
Date: Friday, December 6, 2019 @ 12:54:16
  Author: felixonmars
Revision: 535811

upgpkg: haskell-yesod-form 1.6.7-40

rebuild with yesod-core 1.6.17

Modified:
  haskell-yesod-form/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2019-12-06 12:52:58 UTC (rev 535810)
+++ PKGBUILD2019-12-06 12:54:16 UTC (rev 535811)
@@ -4,7 +4,7 @@
 _hkgname=yesod-form
 pkgname=haskell-yesod-form
 pkgver=1.6.7
-pkgrel=39
+pkgrel=40
 pkgdesc="Form handling support for Yesod Web Framework"
 url="http://www.yesodweb.com/";
 license=("MIT")


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

2019-12-06 Thread Felix Yan via arch-commits
Date: Friday, December 6, 2019 @ 12:54:23
  Author: felixonmars
Revision: 535812

archrelease: copy trunk to community-staging-x86_64

Added:
  haskell-yesod-form/repos/community-staging-x86_64/
  haskell-yesod-form/repos/community-staging-x86_64/PKGBUILD
(from rev 535811, haskell-yesod-form/trunk/PKGBUILD)

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

Copied: haskell-yesod-form/repos/community-staging-x86_64/PKGBUILD (from rev 
535811, haskell-yesod-form/trunk/PKGBUILD)
===
--- community-staging-x86_64/PKGBUILD   (rev 0)
+++ community-staging-x86_64/PKGBUILD   2019-12-06 12:54:23 UTC (rev 535812)
@@ -0,0 +1,47 @@
+# Maintainer: Felix Yan 
+# Contributor: Arch Haskell Team 
+
+_hkgname=yesod-form
+pkgname=haskell-yesod-form
+pkgver=1.6.7
+pkgrel=40
+pkgdesc="Form handling support for Yesod Web Framework"
+url="http://www.yesodweb.com/";
+license=("MIT")
+arch=('x86_64')
+depends=('ghc-libs' 'haskell-aeson' 'haskell-attoparsec' 
'haskell-blaze-builder' 'haskell-blaze-html'
+ 'haskell-blaze-markup' 'haskell-byteable' 'haskell-data-default' 
'haskell-email-validate'
+ 'haskell-network-uri' 'haskell-persistent' 'haskell-resourcet' 
'haskell-shakespeare'
+ 'haskell-wai' 'haskell-xss-sanitize' 'haskell-yesod-core' 
'haskell-yesod-persistent')
+makedepends=('ghc')
+source=("https://hackage.haskell.org/packages/archive/${_hkgname}/${pkgver}/${_hkgname}-${pkgver}.tar.gz";)
+sha512sums=('a23c2cb67ed0a87afde9e9e903aa789f8fd9c071893a1bebd0ff9dc3dec6e8e03dd08a4a7ef6ef2d438fbf62597ea0181a038bd7bb5631199c9be83d2a8aef0c')
+
+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 \
+-fnetwork-uri
+runhaskell Setup build
+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-yesod/repos (2 files)

2019-12-06 Thread Felix Yan via arch-commits
Date: Friday, December 6, 2019 @ 12:55:27
  Author: felixonmars
Revision: 535814

archrelease: copy trunk to community-staging-x86_64

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

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

Copied: haskell-yesod/repos/community-staging-x86_64/PKGBUILD (from rev 535813, 
haskell-yesod/trunk/PKGBUILD)
===
--- community-staging-x86_64/PKGBUILD   (rev 0)
+++ community-staging-x86_64/PKGBUILD   2019-12-06 12:55:27 UTC (rev 535814)
@@ -0,0 +1,48 @@
+# Maintainer: Felix Yan 
+# Contributor: Arch Haskell Team 
+
+_hkgname=yesod
+pkgname=haskell-yesod
+pkgver=1.6.0
+pkgrel=381
+pkgdesc="Creation of type-safe, RESTful web applications."
+url="http://www.yesodweb.com/";
+license=("MIT")
+arch=('x86_64')
+depends=('ghc-libs' 'haskell-aeson' 'haskell-blaze-html' 'haskell-blaze-markup'
+ 'haskell-data-default-class' 'haskell-fast-logger' 
'haskell-monad-logger'
+ 'haskell-resourcet' 'haskell-shakespeare' 'haskell-streaming-commons'
+ 'haskell-unordered-containers' 'haskell-wai' 'haskell-wai-extra' 
'haskell-wai-logger'
+ 'haskell-warp' 'haskell-yaml' 'haskell-yesod-core' 
'haskell-yesod-form'
+ 'haskell-yesod-persistent')
+makedepends=('ghc')
+source=("https://hackage.haskell.org/packages/archive/${_hkgname}/${pkgver}/${_hkgname}-${pkgver}.tar.gz";)
+sha512sums=('36caa5ee5c27a2355aff9e5dc210100661670717e251bb42bac48c02cd6979c38ae7b5fda1dd2e264aefb7b5b3808f7ccc9e511fd38b6de7090e16c7a91e1b15')
+
+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
+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-yesod/trunk (PKGBUILD)

2019-12-06 Thread Felix Yan via arch-commits
Date: Friday, December 6, 2019 @ 12:55:20
  Author: felixonmars
Revision: 535813

upgpkg: haskell-yesod 1.6.0-381

rebuild with yesod-core 1.6.17

Modified:
  haskell-yesod/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2019-12-06 12:54:23 UTC (rev 535812)
+++ PKGBUILD2019-12-06 12:55:20 UTC (rev 535813)
@@ -4,7 +4,7 @@
 _hkgname=yesod
 pkgname=haskell-yesod
 pkgver=1.6.0
-pkgrel=380
+pkgrel=381
 pkgdesc="Creation of type-safe, RESTful web applications."
 url="http://www.yesodweb.com/";
 license=("MIT")


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

2019-12-06 Thread Felix Yan via arch-commits
Date: Friday, December 6, 2019 @ 12:56:52
  Author: felixonmars
Revision: 535816

archrelease: copy trunk to community-staging-x86_64

Added:
  haskell-yesod-auth/repos/community-staging-x86_64/
  haskell-yesod-auth/repos/community-staging-x86_64/PKGBUILD
(from rev 535815, haskell-yesod-auth/trunk/PKGBUILD)

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

Copied: haskell-yesod-auth/repos/community-staging-x86_64/PKGBUILD (from rev 
535815, haskell-yesod-auth/trunk/PKGBUILD)
===
--- community-staging-x86_64/PKGBUILD   (rev 0)
+++ community-staging-x86_64/PKGBUILD   2019-12-06 12:56:52 UTC (rev 535816)
@@ -0,0 +1,47 @@
+# Maintainer: Felix Yan 
+# Contributor: Arch Haskell Team 
+
+_hkgname=yesod-auth
+pkgname=haskell-yesod-auth
+pkgver=1.6.8
+pkgrel=53
+pkgdesc="Authentication for Yesod."
+url="http://www.yesodweb.com/";
+license=("MIT")
+arch=('x86_64')
+depends=('ghc-libs' 'haskell-aeson' 'haskell-authenticate' 
'haskell-base16-bytestring'
+ 'haskell-base64-bytestring' 'haskell-blaze-builder' 
'haskell-blaze-html'
+ 'haskell-blaze-markup' 'haskell-conduit' 'haskell-conduit-extra' 
'haskell-cryptonite'
+ 'haskell-data-default' 'haskell-email-validate' 'haskell-file-embed' 
'haskell-http-client'
+ 'haskell-http-client-tls' 'haskell-http-conduit' 'haskell-http-types' 
'haskell-memory'
+ 'haskell-network-uri' 'haskell-nonce' 'haskell-persistent' 
'haskell-random' 'haskell-safe'
+ 'haskell-shakespeare' 'haskell-unliftio' 'haskell-unliftio-core'
+ 'haskell-unordered-containers' 'haskell-wai' 'haskell-yesod-core' 
'haskell-yesod-form'
+ 'haskell-yesod-persistent')
+makedepends=('ghc')
+source=("https://hackage.haskell.org/packages/archive/${_hkgname}/${pkgver}/${_hkgname}-${pkgver}.tar.gz";)
+sha512sums=('d237b669f4fbd2838d50427d210c548c37d9866fc5790127563ab826a646b690d3e2ed3b0ca2db22c2c195aa7cc4d73e8f3bc4a385382b464d4d65724747b34b')
+
+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 \
+-fnetwork-uri
+runhaskell Setup build
+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-yesod-auth/trunk (PKGBUILD)

2019-12-06 Thread Felix Yan via arch-commits
Date: Friday, December 6, 2019 @ 12:56:44
  Author: felixonmars
Revision: 535815

upgpkg: haskell-yesod-auth 1.6.8-53

rebuild with yesod-core 1.6.17

Modified:
  haskell-yesod-auth/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2019-12-06 12:55:27 UTC (rev 535814)
+++ PKGBUILD2019-12-06 12:56:44 UTC (rev 535815)
@@ -4,7 +4,7 @@
 _hkgname=yesod-auth
 pkgname=haskell-yesod-auth
 pkgver=1.6.8
-pkgrel=52
+pkgrel=53
 pkgdesc="Authentication for Yesod."
 url="http://www.yesodweb.com/";
 license=("MIT")


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

2019-12-06 Thread Felix Yan via arch-commits
Date: Friday, December 6, 2019 @ 12:58:16
  Author: felixonmars
Revision: 535818

archrelease: copy trunk to community-staging-x86_64

Added:
  haskell-yesod-test/repos/community-staging-x86_64/
  haskell-yesod-test/repos/community-staging-x86_64/PKGBUILD
(from rev 535817, haskell-yesod-test/trunk/PKGBUILD)

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

Copied: haskell-yesod-test/repos/community-staging-x86_64/PKGBUILD (from rev 
535817, haskell-yesod-test/trunk/PKGBUILD)
===
--- community-staging-x86_64/PKGBUILD   (rev 0)
+++ community-staging-x86_64/PKGBUILD   2019-12-06 12:58:16 UTC (rev 535818)
@@ -0,0 +1,51 @@
+# Maintainer: Felix Yan 
+
+_hkgname=yesod-test
+pkgname=haskell-yesod-test
+pkgver=1.6.8
+pkgrel=9
+pkgdesc="Integration testing for WAI/Yesod Applications"
+url="https://www.yesodweb.com";
+license=('MIT')
+arch=('x86_64')
+depends=('ghc-libs' 'haskell-hunit' 'haskell-attoparsec' 
'haskell-blaze-builder'
+ 'haskell-blaze-html' 'haskell-case-insensitive' 'haskell-conduit'
+ 'haskell-cookie' 'haskell-hspec-core' 'haskell-html-conduit' 
'haskell-http-types'
+ 'haskell-memory' 'haskell-network' 'haskell-pretty-show' 'haskell-wai'
+ 'haskell-wai-extra' 'haskell-xml-conduit' 'haskell-xml-types' 
'haskell-yesod-core')
+makedepends=('ghc' 'haskell-yesod-form' 'haskell-hspec' 'haskell-unliftio')
+source=(https://hackage.haskell.org/packages/archive/${_hkgname}/${pkgver}/${_hkgname}-${pkgver}.tar.gz)
+sha512sums=('920183dee8074086df21356400a55d8b05aa23645ed3b97cda4a4337db98b61a6d258b060f87622ca760924f6a59ee386ab7821ab99fd46306546219dbc6f3b3')
+
+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
+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-yesod-test/trunk (PKGBUILD)

2019-12-06 Thread Felix Yan via arch-commits
Date: Friday, December 6, 2019 @ 12:58:08
  Author: felixonmars
Revision: 535817

upgpkg: haskell-yesod-test 1.6.8-9

rebuild with yesod-core 1.6.17

Modified:
  haskell-yesod-test/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2019-12-06 12:56:52 UTC (rev 535816)
+++ PKGBUILD2019-12-06 12:58:08 UTC (rev 535817)
@@ -3,7 +3,7 @@
 _hkgname=yesod-test
 pkgname=haskell-yesod-test
 pkgver=1.6.8
-pkgrel=8
+pkgrel=9
 pkgdesc="Integration testing for WAI/Yesod Applications"
 url="https://www.yesodweb.com";
 license=('MIT')


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

2019-12-06 Thread Felix Yan via arch-commits
Date: Friday, December 6, 2019 @ 12:59:31
  Author: felixonmars
Revision: 535819

upgpkg: haskell-yesod-static 1.6.0.1-235

rebuild with yesod-core 1.6.17

Modified:
  haskell-yesod-static/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2019-12-06 12:58:16 UTC (rev 535818)
+++ PKGBUILD2019-12-06 12:59:31 UTC (rev 535819)
@@ -4,7 +4,7 @@
 _hkgname=yesod-static
 pkgname=haskell-yesod-static
 pkgver=1.6.0.1
-pkgrel=234
+pkgrel=235
 pkgdesc="Static file serving subsite for Yesod Web Framework."
 url="http://www.yesodweb.com/";
 license=("MIT")


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

2019-12-06 Thread Felix Yan via arch-commits
Date: Friday, December 6, 2019 @ 12:59:38
  Author: felixonmars
Revision: 535820

archrelease: copy trunk to community-staging-x86_64

Added:
  haskell-yesod-static/repos/community-staging-x86_64/
  haskell-yesod-static/repos/community-staging-x86_64/PKGBUILD
(from rev 535819, haskell-yesod-static/trunk/PKGBUILD)

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

Copied: haskell-yesod-static/repos/community-staging-x86_64/PKGBUILD (from rev 
535819, haskell-yesod-static/trunk/PKGBUILD)
===
--- community-staging-x86_64/PKGBUILD   (rev 0)
+++ community-staging-x86_64/PKGBUILD   2019-12-06 12:59:38 UTC (rev 535820)
@@ -0,0 +1,48 @@
+# Maintainer: Felix Yan 
+# Contributor: Arch Haskell Team 
+
+_hkgname=yesod-static
+pkgname=haskell-yesod-static
+pkgver=1.6.0.1
+pkgrel=235
+pkgdesc="Static file serving subsite for Yesod Web Framework."
+url="http://www.yesodweb.com/";
+license=("MIT")
+arch=('x86_64')
+depends=('ghc-libs' 'haskell-async' 'haskell-attoparsec' 
'haskell-base64-bytestring'
+ 'haskell-blaze-builder' 'haskell-conduit' 'haskell-cryptonite'
+ 'haskell-cryptonite-conduit' 'haskell-css-text' 'haskell-data-default'
+ 'haskell-file-embed' 'haskell-hashable' 'haskell-hjsmin' 
'haskell-http-types'
+ 'haskell-memory' 'haskell-mime-types' 'haskell-unix-compat' 
'haskell-unordered-containers'
+ 'haskell-wai' 'haskell-wai-app-static' 'haskell-yesod-core')
+makedepends=('ghc' 'haskell-hspec' 'haskell-hunit' 'haskell-wai-extra' 
'haskell-yesod-test')
+source=("https://hackage.haskell.org/packages/archive/${_hkgname}/${pkgver}/${_hkgname}-${pkgver}.tar.gz";)
+sha512sums=('2e1e4873248d435a9d58f3075b6c06cde2edcdd520f700dc7f0427039c236d28787f62a643a8cf57b74d85a885625474a5662b91a56c25e8f4d1737be525bc2f')
+
+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
+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 git-annex/repos (2 files)

2019-12-06 Thread Felix Yan via arch-commits
Date: Friday, December 6, 2019 @ 13:06:33
  Author: felixonmars
Revision: 535822

archrelease: copy trunk to community-staging-x86_64

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

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

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


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

2019-12-06 Thread Felix Yan via arch-commits
Date: Friday, December 6, 2019 @ 13:06:26
  Author: felixonmars
Revision: 535821

upgpkg: git-annex 7.20191114-21

rebuild with yesod-core 1.6.17

Modified:
  git-annex/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2019-12-06 12:59:38 UTC (rev 535820)
+++ PKGBUILD2019-12-06 13:06:26 UTC (rev 535821)
@@ -3,7 +3,7 @@
 
 pkgname=git-annex
 pkgver=7.20191114
-pkgrel=20
+pkgrel=21
 pkgdesc="Manage files with git, without checking their contents into git"
 url="https://git-annex.branchable.com/";
 license=("AGPL3")


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

2019-12-06 Thread Felix Yan via arch-commits
Date: Friday, December 6, 2019 @ 13:08:21
  Author: felixonmars
Revision: 535823

upgpkg: hledger-web 1.15-56

rebuild with yesod-core 1.6.17

Modified:
  hledger-web/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2019-12-06 13:06:33 UTC (rev 535822)
+++ PKGBUILD2019-12-06 13:08:21 UTC (rev 535823)
@@ -3,7 +3,7 @@
 
 pkgname=hledger-web
 pkgver=1.15
-pkgrel=55
+pkgrel=56
 pkgdesc="Web interface for the hledger accounting tool"
 url="http://hledger.org";
 license=("GPL")


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

2019-12-06 Thread Felix Yan via arch-commits
Date: Friday, December 6, 2019 @ 13:08:28
  Author: felixonmars
Revision: 535824

archrelease: copy trunk to community-staging-x86_64

Added:
  hledger-web/repos/community-staging-x86_64/
  hledger-web/repos/community-staging-x86_64/PKGBUILD
(from rev 535823, hledger-web/trunk/PKGBUILD)

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

Copied: hledger-web/repos/community-staging-x86_64/PKGBUILD (from rev 535823, 
hledger-web/trunk/PKGBUILD)
===
--- community-staging-x86_64/PKGBUILD   (rev 0)
+++ community-staging-x86_64/PKGBUILD   2019-12-06 13:08:28 UTC (rev 535824)
@@ -0,0 +1,53 @@
+# Maintainer: Felix Yan 
+# Contributor: Arch Haskell Team 
+
+pkgname=hledger-web
+pkgver=1.15
+pkgrel=56
+pkgdesc="Web interface for the hledger accounting tool"
+url="http://hledger.org";
+license=("GPL")
+arch=('x86_64')
+depends=('ghc-libs' 'hledger' 'haskell-hledger-lib' 'haskell-aeson' 
'haskell-blaze-html'
+ 'haskell-blaze-markup' 'haskell-case-insensitive' 
'haskell-clientsession'
+ 'haskell-cmdargs' 'haskell-conduit' 'haskell-data-default' 
'haskell-decimal'
+ 'haskell-hjsmin' 'haskell-http-conduit' 'haskell-http-client' 
'haskell-http-types'
+ 'haskell-conduit-extra' 'haskell-safe' 'haskell-shakespeare' 
'haskell-wai'
+ 'haskell-wai-extra' 'haskell-wai-handler-launch' 'haskell-warp' 
'haskell-yesod'
+ 'haskell-yesod-core' 'haskell-yesod-form' 'haskell-yesod-static' 
'haskell-json'
+ 'haskell-megaparsec')
+makedepends=('ghc' 'haskell-hspec' 'haskell-yesod-test')
+replaces=('hledger-api')
+source=("https://hackage.haskell.org/packages/archive/${pkgname}/${pkgver}/${pkgname}-${pkgver}.tar.gz";)
+sha512sums=('1743835e21cf7b6c38ef31e293e0db80d1bf87dd064f382678547d2430b04f95c6d2dcf6d5175179e43f151581b239dead2400b208bd1cdda3bafbf2ca30')
+
+prepare() {
+cd $pkgname-$pkgver
+sed -i -e '/semigroups/d' $pkgname.cabal
+}
+
+build() {
+cd "${srcdir}/${pkgname}-${pkgver}"
+runhaskell Setup configure -O --enable-shared --enable-executable-dynamic 
--disable-library-vanilla \
+--prefix=/usr --docdir="/usr/share/doc/${pkgname}" 
--datasubdir="$pkgname" --enable-tests \
+--dynlibdir=/usr/lib --libsubdir=\$compiler/site-local/\$pkgid \
+-f-dev -f-library-only -fthreaded
+runhaskell Setup build
+runhaskell Setup register --gen-script
+runhaskell Setup unregister --gen-script
+sed -i -r -e "s|ghc-pkg.*update[^ ]* |&'--force' |" register.sh
+sed -i -r -e "s|ghc-pkg.*unregister[^ ]* |&'--force' |" unregister.sh
+}
+
+check() {
+cd $pkgname-$pkgver
+runhaskell Setup test
+}
+
+package() {
+cd "${srcdir}/${pkgname}-${pkgver}"
+install -D -m744 register.sh   
"${pkgdir}/usr/share/haskell/register/${pkgname}.sh"
+install -D -m744 unregister.sh 
"${pkgdir}/usr/share/haskell/unregister/${pkgname}.sh"
+runhaskell Setup copy --destdir="${pkgdir}"
+rm -f "${pkgdir}/usr/share/doc/${pkgname}/LICENSE"
+}


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

2019-12-06 Thread Felix Yan via arch-commits
Date: Friday, December 6, 2019 @ 13:10:09
  Author: felixonmars
Revision: 535825

upgpkg: tamarin-prover 1.4.1-197

rebuild with yesod-core 1.6.17

Modified:
  tamarin-prover/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2019-12-06 13:08:28 UTC (rev 535824)
+++ PKGBUILD2019-12-06 13:10:09 UTC (rev 535825)
@@ -3,7 +3,7 @@
 
 pkgname=tamarin-prover
 pkgver=1.4.1
-pkgrel=196
+pkgrel=197
 pkgdesc="The Tamarin prover for security protocol analysis"
 url="https://tamarin-prover.github.io";
 license=("GPL")


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

2019-12-06 Thread Felix Yan via arch-commits
Date: Friday, December 6, 2019 @ 13:10:16
  Author: felixonmars
Revision: 535826

archrelease: copy trunk to community-staging-x86_64

Added:
  tamarin-prover/repos/community-staging-x86_64/
  tamarin-prover/repos/community-staging-x86_64/PKGBUILD
(from rev 535825, tamarin-prover/trunk/PKGBUILD)

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

Copied: tamarin-prover/repos/community-staging-x86_64/PKGBUILD (from rev 
535825, tamarin-prover/trunk/PKGBUILD)
===
--- community-staging-x86_64/PKGBUILD   (rev 0)
+++ community-staging-x86_64/PKGBUILD   2019-12-06 13:10:16 UTC (rev 535826)
@@ -0,0 +1,51 @@
+# Maintainer: Felix Yan 
+# Contributor: Arch Haskell Team 
+
+pkgname=tamarin-prover
+pkgver=1.4.1
+pkgrel=197
+pkgdesc="The Tamarin prover for security protocol analysis"
+url="https://tamarin-prover.github.io";
+license=("GPL")
+arch=('x86_64')
+depends=('ghc-libs' 'graphviz' 'maude' 'haskell-hunit' 'haskell-binary-orphans'
+ 'haskell-blaze-builder' 'haskell-blaze-html' 'haskell-cmdargs' 
'haskell-conduit'
+ 'haskell-fclabels' 'haskell-file-embed' 'haskell-gitrev' 
'haskell-http-types'
+ 'haskell-lifted-base' 'haskell-monad-unlift'
+ 'haskell-resourcet' 'haskell-safe' 'haskell-shakespeare' 
'haskell-threads'
+ 'haskell-wai' 'haskell-warp' 'haskell-yesod-core' 
'haskell-yesod-static'
+ 'haskell-tamarin-prover-utils' 'haskell-tamarin-prover-term'
+ 'haskell-tamarin-prover-theory')
+optdepends=('ocaml: for sapic support')
+makedepends=('ghc' 'ocaml')
+source=("tamarin-prover-$pkgver.tar.gz::https://github.com/tamarin-prover/tamarin-prover/archive/$pkgver.tar.gz";)
+sha512sums=('4d3aeae02be5d430bff6c55d78656e3c9a648674d235bfeb36ce227a39abd3054a132b99ff8040abf05d8e26506fe85d21ecfb6fce73062dd45b5ba98d941144')
+
+prepare() {
+cd "${srcdir}/${pkgname}-${pkgver}"
+sed -i '/cp sapic/d' plugins/sapic/Makefile
+}
+
+build() {
+cd "${srcdir}/${pkgname}-${pkgver}"
+
+runhaskell Setup configure -O --enable-executable-dynamic --prefix=/usr \
+--docdir="/usr/share/doc/${pkgname}" --datasubdir="$pkgname" \
+-fthreaded -ftest-coverage -f-build-tests --ghc-option='-pie'
+runhaskell Setup build
+
+cd plugins/sapic
+make -j1
+}
+
+package() {
+cd "${srcdir}/${pkgname}-${pkgver}"
+runhaskell Setup copy --destdir="${pkgdir}"
+
+install -Dm644 etc/filetype.vim 
"$pkgdir"/usr/share/vim/vimfiles/ftdetect/tamarin.vim
+install -Dm644 etc/spthy.vim 
"$pkgdir"/usr/share/vim/vimfiles/syntax/spthy.vim
+install -Dm644 etc/sapic.vim 
"$pkgdir"/usr/share/vim/vimfiles/syntax/sapic.vim
+
+cd plugins/sapic
+install -Dm755 sapic "$pkgdir"/usr/bin/sapic
+}


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

2019-12-06 Thread Felix Yan via arch-commits
Date: Friday, December 6, 2019 @ 14:22:45
  Author: felixonmars
Revision: 535839

archrelease: copy trunk to community-any

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

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

Deleted: PKGBUILD
===
--- PKGBUILD2019-12-06 14:22:35 UTC (rev 535838)
+++ PKGBUILD2019-12-06 14:22:45 UTC (rev 535839)
@@ -1,27 +0,0 @@
-# Maintainer: Felix Yan 
-# Contributor: Massimiliano Torromeo 
-# Contributor: William J Bowman 
-
-pkgname=python-certifi
-_libname=${pkgname/python-/}
-pkgver=2019.9.11
-pkgrel=1
-pkgdesc="Python package for providing Mozilla's CA Bundle"
-arch=(any)
-url="https://pypi.python.org/pypi/certifi";
-license=('GPL')
-depends=('python')
-makedepends=('python-setuptools')
-source=("https://pypi.io/packages/source/${_libname:0:1}/$_libname/$_libname-$pkgver.tar.gz";)
-sha512sums=('aab5734bf65cbad12772bb120153b0325a5c3226339e0a03fdf4c3413303feb930b6d53d1d9dab93bd4f3cf00d2bfbe86419c4c462570340f1a4aa143a31373c')
-
-build() {
-  cd "$srcdir/$_libname-$pkgver"
-  python setup.py build
-}
-
-package() {
-  cd "$srcdir/$_libname-$pkgver"
-  python setup.py install --skip-build -O1 --root="$pkgdir"
-  install -m0644 -D "LICENSE" "$pkgdir/usr/share/licenses/$pkgname/LICENSE"
-}

Copied: python-certifi/repos/community-any/PKGBUILD (from rev 535838, 
python-certifi/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2019-12-06 14:22:45 UTC (rev 535839)
@@ -0,0 +1,27 @@
+# Maintainer: Felix Yan 
+# Contributor: Massimiliano Torromeo 
+# Contributor: William J Bowman 
+
+pkgname=python-certifi
+_libname=${pkgname/python-/}
+pkgver=2019.11.28
+pkgrel=1
+pkgdesc="Python package for providing Mozilla's CA Bundle"
+arch=(any)
+url="https://pypi.python.org/pypi/certifi";
+license=('GPL')
+depends=('python')
+makedepends=('python-setuptools')
+source=("https://pypi.io/packages/source/${_libname:0:1}/$_libname/$_libname-$pkgver.tar.gz";)
+sha512sums=('6821444f02db0d9d03ab1891731178af1d7858df3c729f079147a9c588cf97a456e050da3421a0d2a3559145610826669034a8d46cd50b7c76e90249db1b09ad')
+
+build() {
+  cd "$srcdir/$_libname-$pkgver"
+  python setup.py build
+}
+
+package() {
+  cd "$srcdir/$_libname-$pkgver"
+  python setup.py install --skip-build -O1 --root="$pkgdir"
+  install -m0644 -D "LICENSE" "$pkgdir/usr/share/licenses/$pkgname/LICENSE"
+}


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

2019-12-06 Thread Felix Yan via arch-commits
Date: Friday, December 6, 2019 @ 14:22:35
  Author: felixonmars
Revision: 535838

upgpkg: python-certifi 2019.11.28-1

Modified:
  python-certifi/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2019-12-06 13:12:08 UTC (rev 535837)
+++ PKGBUILD2019-12-06 14:22:35 UTC (rev 535838)
@@ -4,7 +4,7 @@
 
 pkgname=python-certifi
 _libname=${pkgname/python-/}
-pkgver=2019.9.11
+pkgver=2019.11.28
 pkgrel=1
 pkgdesc="Python package for providing Mozilla's CA Bundle"
 arch=(any)
@@ -13,7 +13,7 @@
 depends=('python')
 makedepends=('python-setuptools')
 
source=("https://pypi.io/packages/source/${_libname:0:1}/$_libname/$_libname-$pkgver.tar.gz";)
-sha512sums=('aab5734bf65cbad12772bb120153b0325a5c3226339e0a03fdf4c3413303feb930b6d53d1d9dab93bd4f3cf00d2bfbe86419c4c462570340f1a4aa143a31373c')
+sha512sums=('6821444f02db0d9d03ab1891731178af1d7858df3c729f079147a9c588cf97a456e050da3421a0d2a3559145610826669034a8d46cd50b7c76e90249db1b09ad')
 
 build() {
   cd "$srcdir/$_libname-$pkgver"


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

2019-12-06 Thread Felix Yan via arch-commits
Date: Friday, December 6, 2019 @ 14:24:46
  Author: felixonmars
Revision: 535840

upgpkg: haskell-brick 0.49-1

rebuild with brick 0.49

Modified:
  haskell-brick/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2019-12-06 14:22:45 UTC (rev 535839)
+++ PKGBUILD2019-12-06 14:24:46 UTC (rev 535840)
@@ -3,8 +3,8 @@
 
 _hkgname=brick
 pkgname=haskell-brick
-pkgver=0.48
-pkgrel=4
+pkgver=0.49
+pkgrel=1
 pkgdesc="A declarative terminal user interface library"
 url="https://github.com/jtdaugherty/brick";
 license=("BSD")
@@ -14,7 +14,7 @@
  'haskell-contravariant' 'haskell-text-zipper' 'haskell-word-wrap')
 makedepends=('ghc' 'haskell-quickcheck')
 
source=("https://hackage.haskell.org/packages/archive/${_hkgname}/${pkgver}/${_hkgname}-${pkgver}.tar.gz";)
-sha512sums=('8cd849608026fba77c2b96923d47264ef4fdf1b8faacba33f4b19081524b7de6454a8e94f4fdb3ef199bc79479ccebe2599b4b79155381c4c3abf396a4a6c4be')
+sha512sums=('2792247e3efeefa8088b07133f8fd3c2b1bb49224c271cb03371a4b42cb973703a3ebd08466eafcfc7d458471de132921a6481e953945f7404d4cb17d4714493')
 
 build() {
 cd $_hkgname-$pkgver


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

2019-12-06 Thread Felix Yan via arch-commits
Date: Friday, December 6, 2019 @ 14:24:53
  Author: felixonmars
Revision: 535841

archrelease: copy trunk to community-staging-x86_64

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

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

Copied: haskell-brick/repos/community-staging-x86_64/PKGBUILD (from rev 535840, 
haskell-brick/trunk/PKGBUILD)
===
--- community-staging-x86_64/PKGBUILD   (rev 0)
+++ community-staging-x86_64/PKGBUILD   2019-12-06 14:24:53 UTC (rev 535841)
@@ -0,0 +1,46 @@
+# Maintainer: Felix Yan 
+# Contributor: Arch Haskell Team 
+
+_hkgname=brick
+pkgname=haskell-brick
+pkgver=0.49
+pkgrel=1
+pkgdesc="A declarative terminal user interface library"
+url="https://github.com/jtdaugherty/brick";
+license=("BSD")
+arch=('x86_64')
+depends=('ghc-libs' 'haskell-vty' 'haskell-data-clist' 'haskell-dlist' 
'haskell-microlens'
+ 'haskell-microlens-th' 'haskell-microlens-mtl' 'haskell-config-ini' 
'haskell-vector'
+ 'haskell-contravariant' 'haskell-text-zipper' 'haskell-word-wrap')
+makedepends=('ghc' 'haskell-quickcheck')
+source=("https://hackage.haskell.org/packages/archive/${_hkgname}/${pkgver}/${_hkgname}-${pkgver}.tar.gz";)
+sha512sums=('2792247e3efeefa8088b07133f8fd3c2b1bb49224c271cb03371a4b42cb973703a3ebd08466eafcfc7d458471de132921a6481e953945f7404d4cb17d4714493')
+
+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-demos
+runhaskell Setup build
+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 hledger-ui/repos (2 files)

2019-12-06 Thread Felix Yan via arch-commits
Date: Friday, December 6, 2019 @ 14:26:16
  Author: felixonmars
Revision: 535843

archrelease: copy trunk to community-staging-x86_64

Added:
  hledger-ui/repos/community-staging-x86_64/
  hledger-ui/repos/community-staging-x86_64/PKGBUILD
(from rev 535842, hledger-ui/trunk/PKGBUILD)

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

Copied: hledger-ui/repos/community-staging-x86_64/PKGBUILD (from rev 535842, 
hledger-ui/trunk/PKGBUILD)
===
--- community-staging-x86_64/PKGBUILD   (rev 0)
+++ community-staging-x86_64/PKGBUILD   2019-12-06 14:26:16 UTC (rev 535843)
@@ -0,0 +1,38 @@
+# Maintainer: Felix Yan 
+# Contributor: Arch Haskell Team 
+
+pkgname=hledger-ui
+pkgver=1.15
+pkgrel=22
+pkgdesc="Curses-style user interface for the hledger accounting tool"
+url="http://hledger.org";
+license=("GPL")
+arch=('x86_64')
+depends=('ghc-libs' 'hledger' 'haskell-hledger-lib' 'haskell-ansi-terminal' 
'haskell-async'
+ 'haskell-base-compat-batteries' 'haskell-cmdargs' 
'haskell-data-default' 'haskell-fsnotify'
+ 'haskell-microlens' 'haskell-microlens-platform' 'haskell-megaparsec' 
'haskell-pretty-show'
+ 'haskell-safe' 'haskell-split' 'haskell-text-zipper' 'haskell-vector' 
'haskell-brick'
+ 'haskell-vty')
+makedepends=('ghc')
+source=("https://hackage.haskell.org/packages/archive/${pkgname}/${pkgver}/${pkgname}-${pkgver}.tar.gz";)
+sha512sums=('67b5f6d013b9aed9e139b0f87510ee01e07c78ca8a003d8db74f3d851d00acf4df1f2b991e0e7b4ed847a2bdf5d38412798e02581c332b4d7c527155f5232565')
+
+prepare() {
+# It does nothing
+sed -e '/mtl-compat/d' \
+-i ${pkgname}-${pkgver}/${pkgname}.cabal
+}
+
+build() {
+cd "${srcdir}/${pkgname}-${pkgver}"
+runhaskell Setup configure -O --enable-executable-dynamic 
--disable-library-vanilla \
+--prefix=/usr --docdir="/usr/share/doc/${pkgname}" 
--datasubdir="$pkgname" \
+-fthreaded
+runhaskell Setup build
+}
+
+package() {
+cd "${srcdir}/${pkgname}-${pkgver}"
+runhaskell Setup copy --destdir="${pkgdir}"
+rm -f "${pkgdir}/usr/share/doc/${pkgname}/LICENSE"
+}


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

2019-12-06 Thread Felix Yan via arch-commits
Date: Friday, December 6, 2019 @ 14:26:09
  Author: felixonmars
Revision: 535842

upgpkg: hledger-ui 1.15-22

rebuild with brick 0.49

Modified:
  hledger-ui/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2019-12-06 14:24:53 UTC (rev 535841)
+++ PKGBUILD2019-12-06 14:26:09 UTC (rev 535842)
@@ -3,7 +3,7 @@
 
 pkgname=hledger-ui
 pkgver=1.15
-pkgrel=21
+pkgrel=22
 pkgdesc="Curses-style user interface for the hledger accounting tool"
 url="http://hledger.org";
 license=("GPL")


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

2019-12-06 Thread Florian Pritz via arch-commits
Date: Friday, December 6, 2019 @ 14:58:42
  Author: bluewind
Revision: 370472

Fix pcre-jit errors in PHP 7.4 due to MemoryDenyWriteExecute in system unit

https://bugs.php.net/bug.php?id=78630

upgpkg: pcre2 10.34-2

Modified:
  pcre2/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2019-12-06 11:24:56 UTC (rev 370471)
+++ PKGBUILD2019-12-06 14:58:42 UTC (rev 370472)
@@ -7,7 +7,7 @@
 
 pkgname=pcre2
 pkgver=10.34
-pkgrel=1
+pkgrel=2
 pkgdesc='A library that implements Perl 5-style regular expressions. 2nd 
version'
 arch=('x86_64')
 url='https://www.pcre.org/'
@@ -27,7 +27,8 @@
 --enable-jit \
 --enable-pcre2grep-libz \
 --enable-pcre2grep-libbz2 \
---enable-pcre2test-libreadline
+--enable-pcre2test-libreadline \
+--enable-jit-sealloc
   make
 }
 


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

2019-12-06 Thread Florian Pritz via arch-commits
Date: Friday, December 6, 2019 @ 14:58:45
  Author: bluewind
Revision: 370473

archrelease: copy trunk to testing-x86_64

Added:
  pcre2/repos/testing-x86_64/
  pcre2/repos/testing-x86_64/PKGBUILD
(from rev 370472, pcre2/trunk/PKGBUILD)

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

Copied: pcre2/repos/testing-x86_64/PKGBUILD (from rev 370472, 
pcre2/trunk/PKGBUILD)
===
--- testing-x86_64/PKGBUILD (rev 0)
+++ testing-x86_64/PKGBUILD 2019-12-06 14:58:45 UTC (rev 370473)
@@ -0,0 +1,47 @@
+# Maintainer: Felix Yan 
+# Contributor: Mateusz 'mrlemux' Lemusisk mrlemux at gmail dotcom
+# Based on the pcre package by Sébastien "Seblu" Luttringer
+# Contributor: Allan McRae 
+# Contributor: Eric Belanger 
+# Contributor: John Proctor 
+
+pkgname=pcre2
+pkgver=10.34
+pkgrel=2
+pkgdesc='A library that implements Perl 5-style regular expressions. 2nd 
version'
+arch=('x86_64')
+url='https://www.pcre.org/'
+license=('BSD')
+depends=('gcc-libs' 'readline' 'zlib' 'bzip2' 'bash')
+source=("https://ftp.pcre.org/pub/pcre/$pkgname-$pkgver.tar.bz2"{,.sig})
+sha512sums=('77ad75f8b0b8bbfc2f57932596151bca25b06bd621e0f047e476f38cd127f43e2052460b95c281a7e874aad2b7fd86c8f3413f4a323abb74b9440a42d0ee9524'
+'SKIP')
+validpgpkeys=('45F68D54BBE23FB3039B46E59766E084FB0F43D8')  # Philip Hazel
+
+build() {
+  cd $pkgname-$pkgver
+  ./configure \
+--prefix=/usr \
+--enable-pcre2-16 \
+--enable-pcre2-32 \
+--enable-jit \
+--enable-pcre2grep-libz \
+--enable-pcre2grep-libbz2 \
+--enable-pcre2test-libreadline \
+--enable-jit-sealloc
+  make
+}
+
+check() {
+  cd $pkgname-$pkgver
+  make -j1 check
+}
+
+package() {
+  cd $pkgname-$pkgver
+  make DESTDIR="$pkgdir" install
+
+  install -Dm644 LICENCE "$pkgdir/usr/share/licenses/$pkgname/LICENSE"
+}
+
+# vim:set ts=2 sw=2 et:


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

2019-12-06 Thread Antonio Rojas via arch-commits
Date: Friday, December 6, 2019 @ 15:30:16
  Author: arojas
Revision: 535846

Update to 1.3.0, use more system libraries, restore patch that was removed for 
no good reason, include compile options in PKGBUILD instead of using a custom 
Makefile

Added:
  julia/trunk/julia-system-cblas.patch
  julia/trunk/make-install-no-build.patch
Modified:
  julia/trunk/PKGBUILD
  julia/trunk/libunwind-version.patch
Deleted:
  julia/trunk/Make.user

-+
 Make.user   |   38 
 PKGBUILD|   60 --
 julia-system-cblas.patch|  133 ++
 libunwind-version.patch |2 
 make-install-no-build.patch |   16 +
 5 files changed, 188 insertions(+), 61 deletions(-)

Deleted: Make.user
===
--- Make.user   2019-12-06 14:29:07 UTC (rev 535845)
+++ Make.user   2019-12-06 15:30:16 UTC (rev 535846)
@@ -1,38 +0,0 @@
-# vim: set ft=make:
-
-override prefix = /usr
-override sysconfdir = /etc
-override MARCH = x86-64
-override JULIA_BUILD_MODE = release
-
-override USE_BLAS64 = 0
-override USE_SYSTEM_DSFMT = 0
-override USE_SYSTEM_LIBM = 0
-override USE_SYSTEM_MPFR = 0
-override USE_SYSTEM_OPENLIBM = 0
-override USE_SYSTEM_OPENSPECFUN = 0
-override USE_SYSTEM_PCRE = 0
-
-override USE_SYSTEM_FFTW = 1
-override USE_SYSTEM_GMP = 1
-override USE_SYSTEM_LIBUNWIND = 1
-override USE_SYSTEM_SUITESPARSE = 1
-override USE_SYSTEM_UTF8PROC = 1
-
-# system blas with cblas symbols linked too
-override USE_SYSTEM_BLAS = 1
-override USE_SYSTEM_CBLAS = 1
-override USE_SYSTEM_LAPACK = 1
-
-# FS#63536
-override USE_SYSTEM_LIBGIT2 = 1
-
-# FS#57387
-override USE_SYSTEM_LLVM = 0
-
-# FS#60227
-override USE_LLVM_SHLIB = 1
-
-# patchelf is not even used unless $(private_libdir_rel) != 
$(build_private_libdir_rel)
-# but we USE_SYSTEM_PATCHELF=1 to prevent building it. This is why it is not 
in makedepends.
-override USE_SYSTEM_PATCHELF = 1

Modified: PKGBUILD
===
--- PKGBUILD2019-12-06 14:29:07 UTC (rev 535845)
+++ PKGBUILD2019-12-06 15:30:16 UTC (rev 535846)
@@ -8,24 +8,24 @@
 pkgbase=julia
 pkgname=(julia julia-docs)
 epoch=2
-pkgver=1.2.0
-pkgrel=2
+pkgver=1.3.0
+pkgrel=1
 arch=(x86_64)
 pkgdesc='High-level, high-performance, dynamic programming language'
 url='https://julialang.org/'
 license=(MIT)
 depends=(cblas fftw hicolor-icon-theme libgit2 libunwind libutf8proc openblas
- suitesparse)
-makedepends=(cmake gcc-fortran gmp python2)
+ suitesparse mbedtls openlibm)
+makedepends=(cmake gcc-fortran gmp python)
 
source=("https://github.com/JuliaLang/julia/releases/download/v$pkgver/$pkgbase-$pkgver-full.tar.gz"{,.asc}
-
'cblas.patch::https://github.com/JuliaLang/julia/pull/29540/commits/0c442318196389d653ee21eba65d8c4f7beb72a0.patch'
+julia-system-cblas.patch
 libunwind-version.patch
-Make.user)
-sha256sums=('2419b268fc5c3666dd9aeb554815fe7cf9e0e7265bc9b94a43957c31a68d9184'
+make-install-no-build.patch)
+sha256sums=('98c38f75eab1c16bde71509e8e3bdc941bc4686fe80dfc3c560f851c81e9e748'
 'SKIP'
-'88fcbd8a2450027aada0892a60c49c891a8dae43ee6c19e64364b1a1373d50bc'
-'a5eec1e43e1161c313b1d32a5f35a67d6b4a2bbc2d6d324c010f6f2b35be4a72'
-'2057587e21a2261c49adb524ece2af48aa9a04a544c21a2de115c7b4fe58e98a')
+'d4c8fe9eec1bc416549924ae328ceb3f63cc736ecd5e67886faa924e7c14bc5d'
+'856dab2da8124df95e4fbd17f1164bebe1b10e99852fedf38f9dfe31f8ae295c'
+'0b57e0bc6e25c92fde8a6474394f7a99bfb57f9b5d0f7b53f988622ae67de8b7')
 # Julia (Binary signing key) 
 validpgpkeys=('3673DF529D9049477F76B37566E3C7DC03D6E495')
 
@@ -33,23 +33,39 @@
   cd $pkgbase-$pkgver
 
   # Add and use option to build with system cblas
-  patch -p1 --no-backup-if-mismatch -i ../cblas.patch
+  patch -p1 -i ../julia-system-cblas.patch
 
   # Fixing libunwind version check
   # https://github.com/JuliaLang/julia/pull/29082
   patch -p1 -i ../libunwind-version.patch
 
-  # Configuring the build
-  cp -f ../Make.user Make.user
-
-  # Prepare a symlink from "python" to "python2"
-  mkdir -p "$srcdir/bin"
-  ln -s /usr/bin/python2 "$srcdir/bin/python"
+  # Don't build again in install
+  patch -p1 -i ../make-install-no-build.patch
 }
 
 build() {
   export PATH="$srcdir/bin:$PATH"
-  env CFLAGS="$CFLAGS -w" CXXFLAGS="$CXXFLAGS -w" make -C $pkgbase-$pkgver
+  env CFLAGS="$CFLAGS -w" CXXFLAGS="$CXXFLAGS -w" make VERBOSE=1 -C 
$pkgbase-$pkgver \
+USE_SYSTEM_LLVM=0 \
+USE_SYSTEM_LIBUNWIND=1 \
+USE_SYSTEM_PCRE=1 \
+USE_SYSTEM_BLAS=1 \
+USE_SYSTEM_LAPACK=1 \
+USE_SYSTEM_GMP=1 \
+USE_SYSTEM_MPFR=1 \
+USE_SYSTEM_SUITESPARSE=1 \
+USE_SYSTEM_DSFMT=0 \
+USE_SYSTEM_LIBUV=0 \
+USE_SYSTEM_UTF8PROC=1 \
+USE_SYSTEM_LIBGIT2=1 \
+USE_SYSTEM_LIBSSH2=1 \
+USE_SYSTEM_MBEDTLS=1 \
+

[arch-commits] Commit in julia/repos (5 files)

2019-12-06 Thread Antonio Rojas via arch-commits
Date: Friday, December 6, 2019 @ 15:31:05
  Author: arojas
Revision: 535847

archrelease: copy trunk to community-staging-x86_64

Added:
  julia/repos/community-staging-x86_64/
  julia/repos/community-staging-x86_64/PKGBUILD
(from rev 535846, julia/trunk/PKGBUILD)
  julia/repos/community-staging-x86_64/julia-system-cblas.patch
(from rev 535846, julia/trunk/julia-system-cblas.patch)
  julia/repos/community-staging-x86_64/libunwind-version.patch
(from rev 535846, julia/trunk/libunwind-version.patch)
  julia/repos/community-staging-x86_64/make-install-no-build.patch
(from rev 535846, julia/trunk/make-install-no-build.patch)

-+
 PKGBUILD|  107 +
 julia-system-cblas.patch|  133 ++
 libunwind-version.patch |   17 +
 make-install-no-build.patch |   16 +
 4 files changed, 273 insertions(+)

Copied: julia/repos/community-staging-x86_64/PKGBUILD (from rev 535846, 
julia/trunk/PKGBUILD)
===
--- community-staging-x86_64/PKGBUILD   (rev 0)
+++ community-staging-x86_64/PKGBUILD   2019-12-06 15:31:05 UTC (rev 535847)
@@ -0,0 +1,107 @@
+# Maintainer: Alexander F. Rødseth 
+# Contributor: Eli Schwartz 
+# Contributor: Lex Black 
+# Contributor: Michael Jakl 
+# Contributor: devmotion 
+# Contributor: Valentin Churavy 
+
+pkgbase=julia
+pkgname=(julia julia-docs)
+epoch=2
+pkgver=1.3.0
+pkgrel=1
+arch=(x86_64)
+pkgdesc='High-level, high-performance, dynamic programming language'
+url='https://julialang.org/'
+license=(MIT)
+depends=(cblas fftw hicolor-icon-theme libgit2 libunwind libutf8proc openblas
+ suitesparse mbedtls openlibm)
+makedepends=(cmake gcc-fortran gmp python)
+source=("https://github.com/JuliaLang/julia/releases/download/v$pkgver/$pkgbase-$pkgver-full.tar.gz"{,.asc}
+julia-system-cblas.patch
+libunwind-version.patch
+make-install-no-build.patch)
+sha256sums=('98c38f75eab1c16bde71509e8e3bdc941bc4686fe80dfc3c560f851c81e9e748'
+'SKIP'
+'d4c8fe9eec1bc416549924ae328ceb3f63cc736ecd5e67886faa924e7c14bc5d'
+'856dab2da8124df95e4fbd17f1164bebe1b10e99852fedf38f9dfe31f8ae295c'
+'0b57e0bc6e25c92fde8a6474394f7a99bfb57f9b5d0f7b53f988622ae67de8b7')
+# Julia (Binary signing key) 
+validpgpkeys=('3673DF529D9049477F76B37566E3C7DC03D6E495')
+
+prepare() {
+  cd $pkgbase-$pkgver
+
+  # Add and use option to build with system cblas
+  patch -p1 -i ../julia-system-cblas.patch
+
+  # Fixing libunwind version check
+  # https://github.com/JuliaLang/julia/pull/29082
+  patch -p1 -i ../libunwind-version.patch
+
+  # Don't build again in install
+  patch -p1 -i ../make-install-no-build.patch
+}
+
+build() {
+  export PATH="$srcdir/bin:$PATH"
+  env CFLAGS="$CFLAGS -w" CXXFLAGS="$CXXFLAGS -w" make VERBOSE=1 -C 
$pkgbase-$pkgver \
+USE_SYSTEM_LLVM=0 \
+USE_SYSTEM_LIBUNWIND=1 \
+USE_SYSTEM_PCRE=1 \
+USE_SYSTEM_BLAS=1 \
+USE_SYSTEM_LAPACK=1 \
+USE_SYSTEM_GMP=1 \
+USE_SYSTEM_MPFR=1 \
+USE_SYSTEM_SUITESPARSE=1 \
+USE_SYSTEM_DSFMT=0 \
+USE_SYSTEM_LIBUV=0 \
+USE_SYSTEM_UTF8PROC=1 \
+USE_SYSTEM_LIBGIT2=1 \
+USE_SYSTEM_LIBSSH2=1 \
+USE_SYSTEM_MBEDTLS=1 \
+USE_SYSTEM_CURL=1 \
+USE_SYSTEM_PATCHELF=1 \
+USE_SYSTEM_ZLIB=1 \
+USE_SYSTEM_P7ZIP=1 \
+USE_SYSTEM_OPENLIBM=1 \
+MARCH=x86-64
+}
+
+check() {
+ cd $pkgbase-$pkgver/test
+
+ # this is the make testall target, plus the --skip option from
+ # travis/appveyor/circleci (one test fails with DNS resolution errors)
+ ../julia --check-bounds=yes --startup-file=no ./runtests.jl all --skip 
Sockets --skip Distributed --skip LibGit2/libgit2
+ find ../stdlib \( -name \*.cov -o -name \*.mem \) -delete
+ rm -r depot/compiled
+}
+
+package_julia() {
+  backup=(etc/julia/startup.jl)
+  optdepends=('gnuplot: If using the Gaston Package from julia')
+
+  make -C $pkgbase-$pkgver DESTDIR="$pkgdir" install \
+prefix=/usr \
+libexecdir=/usr/lib \
+sysconfdir=/etc
+
+  # Documentation is in the julia-docs package.
+  # Man pages in /usr/share/julia/doc/man are duplicate.
+  rm -rf "$pkgdir/usr/share/"{doc,julia/doc}
+
+  install -Dm644 $pkgbase-$pkgver/LICENSE.md \
+"$pkgdir/usr/share/licenses/$pkgname/LICENSE.md"
+}
+
+package_julia-docs() {
+  pkgdesc='Documentation and examples for Julia'
+  depends=(julia)
+
+  install -d "$pkgdir/usr/share/doc"
+  cp -r $pkgbase-$pkgver/doc "$pkgdir/usr/share/doc/$pkgbase"
+  rm -rf "$pkgdir/usr/share/doc/julia/man"
+  install -Dm644 $pkgbase-$pkgver/LICENSE.md \
+"$pkgdir/usr/share/licenses/$pkgname/LICENSE.md"
+}

Copied: julia/repos/community-staging-x86_64/julia-system-cblas.patch (from rev 
535846, julia/trunk/julia-system-cblas.patch)
===
--- community-staging-x86_64/julia-system-cblas.patch 

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

2019-12-06 Thread David Runge via arch-commits
Date: Friday, December 6, 2019 @ 15:31:32
  Author: dvzrv
Revision: 535848

upgpkg: python-iwlib 1.7.0-1

Upgrading to 1.7.0. Updating maintainer info. Adding a fix to remove a stale 
__init__.py file to be able to run tests.

Modified:
  python-iwlib/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2019-12-06 15:31:05 UTC (rev 535847)
+++ PKGBUILD2019-12-06 15:31:32 UTC (rev 535848)
@@ -1,9 +1,9 @@
-# Maintainer: David Runge 
+# Maintainer: David Runge 
 
 _name=iwlib
 pkgname=python-iwlib
-pkgver=1.6.2
-pkgrel=3
+pkgver=1.7.0
+pkgrel=1
 pkgdesc='Python module to interface with iwlib'
 arch=('x86_64')
 url="https://github.com/nathan-hoad/python-iwlib";
@@ -12,8 +12,14 @@
 makedepends=('python-setuptools')
 checkdepends=('python-pytest')
 
source=("https://files.pythonhosted.org/packages/source/${_name::1}/${_name}/${_name}-${pkgver}.tar.gz";)
-sha512sums=('bc7a1406586f7b6e87040cb9ab9653437f6bcd4a103b2490b9d993e0a7aa1f1a65713a9b9dbee54a2fa9a38296db3cddc7d634abb4f43c0873d6874cd5b0ab6e')
+sha512sums=('c9909449f8b52fdd75e3135951fde2085abc5be622acd7be045a281f108b4f0bc5623f97b7b57a6b91f17170ea524bbb6a52626fa87877621873fe8b6b9f0bca')
 
+prepare() {
+  cd "${_name}-${pkgver}"
+  # fixing include discovery: https://github.com/nhoad/python-iwlib/issues/11
+  rm -v test/__init__.py
+}
+
 build() {
   cd "${_name}-${pkgver}"
   python setup.py build


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

2019-12-06 Thread David Runge via arch-commits
Date: Friday, December 6, 2019 @ 15:32:09
  Author: dvzrv
Revision: 535849

archrelease: copy trunk to community-x86_64

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

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

Deleted: PKGBUILD
===
--- PKGBUILD2019-12-06 15:31:32 UTC (rev 535848)
+++ PKGBUILD2019-12-06 15:32:09 UTC (rev 535849)
@@ -1,38 +0,0 @@
-# Maintainer: David Runge 
-
-_name=iwlib
-pkgname=python-iwlib
-pkgver=1.6.2
-pkgrel=3
-pkgdesc='Python module to interface with iwlib'
-arch=('x86_64')
-url="https://github.com/nathan-hoad/python-iwlib";
-license=('GPL2')
-depends=('python-cffi' 'wireless_tools')
-makedepends=('python-setuptools')
-checkdepends=('python-pytest')
-source=("https://files.pythonhosted.org/packages/source/${_name::1}/${_name}/${_name}-${pkgver}.tar.gz";)
-sha512sums=('bc7a1406586f7b6e87040cb9ab9653437f6bcd4a103b2490b9d993e0a7aa1f1a65713a9b9dbee54a2fa9a38296db3cddc7d634abb4f43c0873d6874cd5b0ab6e')
-
-build() {
-  cd "${_name}-${pkgver}"
-  python setup.py build
-}
-
-check() {
-  cd "${_name}-${pkgver}"
-  local _py3_ver=$(python3 -c "import sys; 
print(str(sys.version_info.major)+'.'+str(sys.version_info.minor))")
-  export PYTHONPATH="build/lib.linux-$CARCH-${_py3_ver}/:${PYTHONPATH}"
-  py.test
-}
-
-package() {
-  cd "${_name}-${pkgver}"
-  python setup.py install --skip-build \
---optimize=1 \
---prefix=/usr \
---root="${pkgdir}"
-  # docs
-  install -vDm 644 {AUTHORS,README.rst} \
--t "${pkgdir}/usr/share/doc/${pkgname}/"
-}

Copied: python-iwlib/repos/community-x86_64/PKGBUILD (from rev 535848, 
python-iwlib/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2019-12-06 15:32:09 UTC (rev 535849)
@@ -0,0 +1,44 @@
+# Maintainer: David Runge 
+
+_name=iwlib
+pkgname=python-iwlib
+pkgver=1.7.0
+pkgrel=1
+pkgdesc='Python module to interface with iwlib'
+arch=('x86_64')
+url="https://github.com/nathan-hoad/python-iwlib";
+license=('GPL2')
+depends=('python-cffi' 'wireless_tools')
+makedepends=('python-setuptools')
+checkdepends=('python-pytest')
+source=("https://files.pythonhosted.org/packages/source/${_name::1}/${_name}/${_name}-${pkgver}.tar.gz";)
+sha512sums=('c9909449f8b52fdd75e3135951fde2085abc5be622acd7be045a281f108b4f0bc5623f97b7b57a6b91f17170ea524bbb6a52626fa87877621873fe8b6b9f0bca')
+
+prepare() {
+  cd "${_name}-${pkgver}"
+  # fixing include discovery: https://github.com/nhoad/python-iwlib/issues/11
+  rm -v test/__init__.py
+}
+
+build() {
+  cd "${_name}-${pkgver}"
+  python setup.py build
+}
+
+check() {
+  cd "${_name}-${pkgver}"
+  local _py3_ver=$(python3 -c "import sys; 
print(str(sys.version_info.major)+'.'+str(sys.version_info.minor))")
+  export PYTHONPATH="build/lib.linux-$CARCH-${_py3_ver}/:${PYTHONPATH}"
+  py.test
+}
+
+package() {
+  cd "${_name}-${pkgver}"
+  python setup.py install --skip-build \
+--optimize=1 \
+--prefix=/usr \
+--root="${pkgdir}"
+  # docs
+  install -vDm 644 {AUTHORS,README.rst} \
+-t "${pkgdir}/usr/share/doc/${pkgname}/"
+}


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

2019-12-06 Thread Antonio Rojas via arch-commits
Date: Friday, December 6, 2019 @ 15:33:53
  Author: arojas
Revision: 370474

julia 1.3 rebuild

Modified:
  cantor/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2019-12-06 14:58:45 UTC (rev 370473)
+++ PKGBUILD2019-12-06 15:33:53 UTC (rev 370474)
@@ -4,7 +4,7 @@
 
 pkgname=cantor
 pkgver=19.08.3
-pkgrel=2
+pkgrel=3
 pkgdesc="KDE Frontend to Mathematical Software"
 url="https://kde.org/applications/education/cantor/";
 arch=(x86_64)


[arch-commits] Commit in cantor/repos (staging-x86_64 staging-x86_64/PKGBUILD)

2019-12-06 Thread Antonio Rojas via arch-commits
Date: Friday, December 6, 2019 @ 15:34:16
  Author: arojas
Revision: 370475

archrelease: copy trunk to staging-x86_64

Added:
  cantor/repos/staging-x86_64/
  cantor/repos/staging-x86_64/PKGBUILD
(from rev 370474, cantor/trunk/PKGBUILD)

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

Copied: cantor/repos/staging-x86_64/PKGBUILD (from rev 370474, 
cantor/trunk/PKGBUILD)
===
--- staging-x86_64/PKGBUILD (rev 0)
+++ staging-x86_64/PKGBUILD 2019-12-06 15:34:16 UTC (rev 370475)
@@ -0,0 +1,45 @@
+# Maintainer: Felix Yan 
+# Maintainer: Antonio Rojas 
+# Contributor: Andrea Scarpino 
+
+pkgname=cantor
+pkgver=19.08.3
+pkgrel=3
+pkgdesc="KDE Frontend to Mathematical Software"
+url="https://kde.org/applications/education/cantor/";
+arch=(x86_64)
+license=(GPL LGPL FDL)
+groups=(kde-applications kdeedu)
+depends=(analitza libspectre kpty ktexteditor knewstuff libqalculate 
hicolor-icon-theme discount qt5-xmlpatterns)
+makedepends=(extra-cmake-modules python python2 kdoctools luajit r julia)
+optdepends=('maxima: Maxima backend'
+'octave: Octave backend'
+'r: R backend'
+'luajit: LUA backend'
+'python: Python 3 backend'
+   'python2: Python 2 backend'
+'sagemath: SageMath backend'
+'julia: Julia backend')
+source=("https://download.kde.org/stable/applications/$pkgver/src/$pkgname-$pkgver.tar.xz"{,.sig})
+sha256sums=('5b0f0b0b3990c83a927d2545baa9596119025dbf25242a9d46b1c76a26fcbfe5'
+'SKIP')
+validpgpkeys=(CA262C6C83DE4D2FB28A332A3A6A4DB839EAA6D7  # Albert Astals Cid 

+  F23275E4BF10AFC1DF6914A6DBD2CE893E2D1C87) # Christoph Feck 

+
+prepare() {
+  mkdir -p build
+}
+
+build() {
+  cd build
+  cmake ../$pkgname-$pkgver \
+-DBUILD_TESTING=OFF \
+-DPYTHON_INCLUDE_DIR=/usr/include/python2.7 \
+-DPYTHON_LIBRARY=/usr/lib/libpython2.7.so
+  make
+}
+
+package() {
+  cd build
+  make DESTDIR="$pkgdir" install
+}


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

2019-12-06 Thread Lukas Fleischer via arch-commits
Date: Friday, December 6, 2019 @ 17:20:49
  Author: lfleischer
Revision: 535852

archrelease: copy trunk to community-x86_64

Added:
  tor/repos/community-x86_64/PKGBUILD
(from rev 535851, tor/trunk/PKGBUILD)
  tor/repos/community-x86_64/tor.service
(from rev 535851, tor/trunk/tor.service)
  tor/repos/community-x86_64/tor.sysusers
(from rev 535851, tor/trunk/tor.sysusers)
  tor/repos/community-x86_64/tor.tmpfiles
(from rev 535851, tor/trunk/tor.tmpfiles)
  tor/repos/community-x86_64/torrc
(from rev 535851, tor/trunk/torrc)
Deleted:
  tor/repos/community-x86_64/PKGBUILD
  tor/repos/community-x86_64/tor.service
  tor/repos/community-x86_64/tor.sysusers
  tor/repos/community-x86_64/tor.tmpfiles
  tor/repos/community-x86_64/torrc

--+
 PKGBUILD |  102 +++
 tor.service  |   30 ++--
 tor.sysusers |2 
 tor.tmpfiles |2 
 torrc|  378 -
 5 files changed, 257 insertions(+), 257 deletions(-)

Deleted: PKGBUILD
===
--- PKGBUILD2019-12-06 17:20:35 UTC (rev 535851)
+++ PKGBUILD2019-12-06 17:20:49 UTC (rev 535852)
@@ -1,51 +0,0 @@
-# Maintainer: Lukas Fleischer 
-# Contributor: Daniel Micay 
-# Contributor: simo 
-# Contributor: Sid Karunaratne
-
-pkgname=tor
-pkgver=0.4.1.6
-pkgrel=1
-pkgdesc='Anonymizing overlay network.'
-arch=('x86_64')
-url='https://www.torproject.org/'
-license=('BSD')
-depends=('openssl' 'libevent' 'bash' 'libseccomp')
-optdepends=('torsocks: for torify')
-makedepends=('ca-certificates')
-backup=('etc/tor/torrc'
-'etc/tor/torrc-dist')
-source=("https://www.torproject.org/dist/${pkgname}-${pkgver}.tar.gz"{,.asc}
-'torrc'
-'tor.service'
-'tor.sysusers'
-'tor.tmpfiles')
-md5sums=('d5e290d2a09d4225693cebc37a83097f'
- 'SKIP'
- 'c1dd4004c63edaeaa829e01be5413cfc'
- '503cedd9679f9817b2c27916ba989a74'
- '5de6b0aff2a152a03d8eb7a473edc5ff'
- '30e307d882c818cb44bcb2d6b81789a3')
-validpgpkeys=('2133BC600AB133E1D826D173FE43009C4607B1FB'  # Nick Mathewson
-  'F65CE37F04BA5B360AE6EE17C218525819F78451') # Roger Dingledine
-
-build() {
-  cd "${srcdir}/${pkgname}-${pkgver}"
-
-  ./configure --prefix=/usr --sysconfdir=/etc --localstatedir=/var
-  make
-}
-
-package() {
-  cd "${srcdir}/${pkgname}-${pkgver}"
-
-  make DESTDIR="${pkgdir}" install
-
-  mv "${pkgdir}/etc/tor/torrc.sample" "${pkgdir}/etc/tor/torrc-dist"
-  install -Dm0644 "${srcdir}/torrc" "${pkgdir}/etc/tor/torrc"
-  install -Dm0644 "${srcdir}/tor.service" 
"${pkgdir}/usr/lib/systemd/system/tor.service"
-  install -Dm0644 "${srcdir}/tor.sysusers" 
"${pkgdir}/usr/lib/sysusers.d/tor.conf"
-  install -Dm0644 "${srcdir}/tor.tmpfiles" 
"${pkgdir}/usr/lib/tmpfiles.d/tor.conf"
-
-  install -Dm0644 LICENSE "${pkgdir}/usr/share/licenses/${pkgname}/LICENSE"
-}

Copied: tor/repos/community-x86_64/PKGBUILD (from rev 535851, 
tor/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2019-12-06 17:20:49 UTC (rev 535852)
@@ -0,0 +1,51 @@
+# Maintainer: Lukas Fleischer 
+# Contributor: Daniel Micay 
+# Contributor: simo 
+# Contributor: Sid Karunaratne
+
+pkgname=tor
+pkgver=0.4.1.6
+pkgrel=2
+pkgdesc='Anonymizing overlay network.'
+arch=('x86_64')
+url='https://www.torproject.org/'
+license=('BSD')
+depends=('openssl' 'libevent' 'bash' 'libseccomp')
+optdepends=('torsocks: for torify')
+makedepends=('ca-certificates')
+backup=('etc/tor/torrc'
+'etc/tor/torrc-dist')
+source=("https://www.torproject.org/dist/${pkgname}-${pkgver}.tar.gz"{,.asc}
+'torrc'
+'tor.service'
+'tor.sysusers'
+'tor.tmpfiles')
+md5sums=('d5e290d2a09d4225693cebc37a83097f'
+ 'SKIP'
+ 'c1dd4004c63edaeaa829e01be5413cfc'
+ '503cedd9679f9817b2c27916ba989a74'
+ '5de6b0aff2a152a03d8eb7a473edc5ff'
+ '30e307d882c818cb44bcb2d6b81789a3')
+validpgpkeys=('2133BC600AB133E1D826D173FE43009C4607B1FB'  # Nick Mathewson
+  'F65CE37F04BA5B360AE6EE17C218525819F78451') # Roger Dingledine
+
+build() {
+  cd "${srcdir}/${pkgname}-${pkgver}"
+
+  ./configure --prefix=/usr --sysconfdir=/etc --localstatedir=/var
+  make
+}
+
+package() {
+  cd "${srcdir}/${pkgname}-${pkgver}"
+
+  make DESTDIR="${pkgdir}" install
+
+  mv "${pkgdir}/etc/tor/torrc.sample" "${pkgdir}/etc/tor/torrc-dist"
+  install -Dm0644 "${srcdir}/torrc" "${pkgdir}/etc/tor/torrc"
+  install -Dm0644 "${srcdir}/tor.service" 
"${pkgdir}/usr/lib/systemd/system/tor.service"
+  install -Dm0644 "${srcdir}/tor.sysusers" 
"${pkgdir}/usr/lib/sysusers.d/tor.conf"
+  install -Dm0644 "${srcdir}/tor.tmpfiles" 
"${pkgdir}/usr/lib/tmpfiles.d/tor.conf"
+
+  install -Dm0644 LICENSE "${pkgdir}/usr/share/licenses/${pkgname}/LICENSE"
+}

Deleted: tor.service
==

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

2019-12-06 Thread Lukas Fleischer via arch-commits
Date: Friday, December 6, 2019 @ 17:20:35
  Author: lfleischer
Revision: 535851

upgpkg: tor 0.4.1.6-2: Rebuild for zstd 1.4.4.

Modified:
  tor/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2019-12-06 15:35:23 UTC (rev 535850)
+++ PKGBUILD2019-12-06 17:20:35 UTC (rev 535851)
@@ -5,7 +5,7 @@
 
 pkgname=tor
 pkgver=0.4.1.6
-pkgrel=1
+pkgrel=2
 pkgdesc='Anonymizing overlay network.'
 arch=('x86_64')
 url='https://www.torproject.org/'


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

2019-12-06 Thread Felix Yan via arch-commits
Date: Friday, December 6, 2019 @ 17:23:39
  Author: felixonmars
Revision: 535853

upgpkg: haskell-safe 0.3.18-1

rebuild with safe 0.3.18

Modified:
  haskell-safe/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2019-12-06 17:20:49 UTC (rev 535852)
+++ PKGBUILD2019-12-06 17:23:39 UTC (rev 535853)
@@ -3,8 +3,8 @@
 
 _hkgname=safe
 pkgname=haskell-safe
-pkgver=0.3.17
-pkgrel=7
+pkgver=0.3.18
+pkgrel=1
 pkgdesc="Library of safe (exception free) functions"
 url="https://github.com/ndmitchell/safe#readme";
 license=("BSD")
@@ -12,7 +12,7 @@
 depends=('ghc-libs')
 makedepends=('ghc')
 
source=("https://hackage.haskell.org/packages/archive/${_hkgname}/${pkgver}/${_hkgname}-${pkgver}.tar.gz";)
-sha512sums=('7d9dc15f5694103b3734c262e893f94b6c27b8b1bf4525f2d6ea5ca73e2d66715c028259ede9e8064e3579dd63342dd088c4afa764bcaeda09434515435416ec')
+sha512sums=('1721e78fae4af52f9de7c8fe65f918b845b17c346736052d21a61359f2df61c6013647bfa39cf9fe03ba0c123d6a63afc13bd8b6f16550fd6252b4108333b40b')
 
 build() {
 cd $_hkgname-$pkgver


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

2019-12-06 Thread Felix Yan via arch-commits
Date: Friday, December 6, 2019 @ 17:23:46
  Author: felixonmars
Revision: 535854

archrelease: copy trunk to community-staging-x86_64

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

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

Copied: haskell-safe/repos/community-staging-x86_64/PKGBUILD (from rev 535853, 
haskell-safe/trunk/PKGBUILD)
===
--- community-staging-x86_64/PKGBUILD   (rev 0)
+++ community-staging-x86_64/PKGBUILD   2019-12-06 17:23:46 UTC (rev 535854)
@@ -0,0 +1,38 @@
+# Maintainer: Felix Yan 
+# Contributor: Arch Haskell Team 
+
+_hkgname=safe
+pkgname=haskell-safe
+pkgver=0.3.18
+pkgrel=1
+pkgdesc="Library of safe (exception free) functions"
+url="https://github.com/ndmitchell/safe#readme";
+license=("BSD")
+arch=('x86_64')
+depends=('ghc-libs')
+makedepends=('ghc')
+source=("https://hackage.haskell.org/packages/archive/${_hkgname}/${pkgver}/${_hkgname}-${pkgver}.tar.gz";)
+sha512sums=('1721e78fae4af52f9de7c8fe65f918b845b17c346736052d21a61359f2df61c6013647bfa39cf9fe03ba0c123d6a63afc13bd8b6f16550fd6252b4108333b40b')
+
+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
+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 python-hunter/repos/community-x86_64 (PKGBUILD PKGBUILD)

2019-12-06 Thread Felix Yan via arch-commits
Date: Friday, December 6, 2019 @ 17:25:43
  Author: felixonmars
Revision: 535856

archrelease: copy trunk to community-x86_64

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

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

Deleted: PKGBUILD
===
--- PKGBUILD2019-12-06 17:25:35 UTC (rev 535855)
+++ PKGBUILD2019-12-06 17:25:43 UTC (rev 535856)
@@ -1,44 +0,0 @@
-# Maintainer: Felix Yan 
-
-pkgname=python-hunter
-pkgver=3.0.4
-pkgrel=1
-arch=('x86_64')
-pkgdesc='Hunter is a flexible code tracing toolkit'
-license=('BSD')
-url='https://github.com/ionelmc/python-hunter'
-depends=('python-manhole' 'python-colorama')
-optdepends=('gdb: for remote support')
-makedepends=('python-setuptools' 'python-manhole' 'python-colorama' 'cython')
-checkdepends=('python-pytest-benchmark' 'python-virtualenv' 
'python-pytest-runner' 'gdb'
-  'python-process-tests' 'python-aspectlib')
-source=("$pkgname-$pkgver.tar.gz::https://github.com/ionelmc/python-hunter/archive/v$pkgver.tar.gz";)
-sha512sums=('7b09ad8f88ac7f5b58ade46b2e027e89c841b00c1ae92cd25f7eb604a81c1fa00ee6f4c0169580ffe2c03d3d7dd38bc721d9dcbd9c5a29fe7ad09f418a96fdf0')
-
-prepare() {
-  rm python-hunter-$pkgver/src/hunter/*.c
-}
-
-build() {
-  cd "$srcdir"/python-hunter-$pkgver
-  python setup.py build
-}
-
-check() {
-  # Hack to process .pth files properly
-  # ptrace needed to pass the remote tests
-
-  cd "$srcdir"/python-hunter-$pkgver
-  virtualenv "$srcdir/pyvenv" --system-site-packages
-  (
-. "$srcdir/pyvenv/bin/activate"
-python setup.py install
-python setup.py pytest
-  ) || warning "Tests failed"
-}
-
-package() {
-  cd python-hunter-$pkgver
-  python setup.py install --root "$pkgdir" --optimize=1
-  install -D -m644 LICENSE "$pkgdir"/usr/share/licenses/$pkgname/LICENSE
-}

Copied: python-hunter/repos/community-x86_64/PKGBUILD (from rev 535855, 
python-hunter/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2019-12-06 17:25:43 UTC (rev 535856)
@@ -0,0 +1,44 @@
+# Maintainer: Felix Yan 
+
+pkgname=python-hunter
+pkgver=3.0.5
+pkgrel=1
+arch=('x86_64')
+pkgdesc='Hunter is a flexible code tracing toolkit'
+license=('BSD')
+url='https://github.com/ionelmc/python-hunter'
+depends=('python-manhole' 'python-colorama')
+optdepends=('gdb: for remote support')
+makedepends=('python-setuptools' 'python-manhole' 'python-colorama' 'cython')
+checkdepends=('python-pytest-benchmark' 'python-virtualenv' 
'python-pytest-runner' 'gdb'
+  'python-process-tests' 'python-aspectlib')
+source=("$pkgname-$pkgver.tar.gz::https://github.com/ionelmc/python-hunter/archive/v$pkgver.tar.gz";)
+sha512sums=('db8bc40684565c9e36bb323aa4ce890d1bd839d11f65145fb4ba48dcec2ac2bde7258f3f875553f49064621b41a8b0b7fbe877248c9c53be7fcb7bbfc979f95e')
+
+prepare() {
+  rm python-hunter-$pkgver/src/hunter/*.c
+}
+
+build() {
+  cd "$srcdir"/python-hunter-$pkgver
+  python setup.py build
+}
+
+check() {
+  # Hack to process .pth files properly
+  # ptrace needed to pass the remote tests
+
+  cd "$srcdir"/python-hunter-$pkgver
+  virtualenv "$srcdir/pyvenv" --system-site-packages
+  (
+. "$srcdir/pyvenv/bin/activate"
+python setup.py install
+python setup.py pytest
+  ) || warning "Tests failed"
+}
+
+package() {
+  cd python-hunter-$pkgver
+  python setup.py install --root "$pkgdir" --optimize=1
+  install -D -m644 LICENSE "$pkgdir"/usr/share/licenses/$pkgname/LICENSE
+}


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

2019-12-06 Thread Felix Yan via arch-commits
Date: Friday, December 6, 2019 @ 17:25:35
  Author: felixonmars
Revision: 535855

upgpkg: python-hunter 3.0.5-1

Modified:
  python-hunter/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2019-12-06 17:23:46 UTC (rev 535854)
+++ PKGBUILD2019-12-06 17:25:35 UTC (rev 535855)
@@ -1,7 +1,7 @@
 # Maintainer: Felix Yan 
 
 pkgname=python-hunter
-pkgver=3.0.4
+pkgver=3.0.5
 pkgrel=1
 arch=('x86_64')
 pkgdesc='Hunter is a flexible code tracing toolkit'
@@ -13,7 +13,7 @@
 checkdepends=('python-pytest-benchmark' 'python-virtualenv' 
'python-pytest-runner' 'gdb'
   'python-process-tests' 'python-aspectlib')
 
source=("$pkgname-$pkgver.tar.gz::https://github.com/ionelmc/python-hunter/archive/v$pkgver.tar.gz";)
-sha512sums=('7b09ad8f88ac7f5b58ade46b2e027e89c841b00c1ae92cd25f7eb604a81c1fa00ee6f4c0169580ffe2c03d3d7dd38bc721d9dcbd9c5a29fe7ad09f418a96fdf0')
+sha512sums=('db8bc40684565c9e36bb323aa4ce890d1bd839d11f65145fb4ba48dcec2ac2bde7258f3f875553f49064621b41a8b0b7fbe877248c9c53be7fcb7bbfc979f95e')
 
 prepare() {
   rm python-hunter-$pkgver/src/hunter/*.c


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

2019-12-06 Thread Felix Yan via arch-commits
Date: Friday, December 6, 2019 @ 17:27:04
  Author: felixonmars
Revision: 535857

upgpkg: haskell-conduit 1.3.1.1-45

rebuild with safe 0.3.18

Modified:
  haskell-conduit/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2019-12-06 17:25:43 UTC (rev 535856)
+++ PKGBUILD2019-12-06 17:27:04 UTC (rev 535857)
@@ -4,7 +4,7 @@
 _hkgname=conduit
 pkgname=haskell-conduit
 pkgver=1.3.1.1
-pkgrel=44
+pkgrel=45
 pkgdesc="Streaming data processing library."
 url="https://github.com/snoyberg/conduit";
 license=("MIT")


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

2019-12-06 Thread Felix Yan via arch-commits
Date: Friday, December 6, 2019 @ 17:27:11
  Author: felixonmars
Revision: 535858

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 535857, haskell-conduit/trunk/PKGBUILD)

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

Copied: haskell-conduit/repos/community-staging-x86_64/PKGBUILD (from rev 
535857, haskell-conduit/trunk/PKGBUILD)
===
--- community-staging-x86_64/PKGBUILD   (rev 0)
+++ community-staging-x86_64/PKGBUILD   2019-12-06 17:27:11 UTC (rev 535858)
@@ -0,0 +1,45 @@
+# Maintainer: Felix Yan 
+# Contributor: Arch Haskell Team 
+
+_hkgname=conduit
+pkgname=haskell-conduit
+pkgver=1.3.1.1
+pkgrel=45
+pkgdesc="Streaming data processing library."
+url="https://github.com/snoyberg/conduit";
+license=("MIT")
+arch=('x86_64')
+depends=('ghc-libs' 'haskell-exceptions' '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=('a41a12b480f9fa16c10318c76936cca074ddefabb4cf4e1be98f80d951e255932858e49bdd10777e2b716433e7ffe8ea7252b0e4fdcf5e8c47e895e04467b807')
+
+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
+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/trunk (PKGBUILD)

2019-12-06 Thread Felix Yan via arch-commits
Date: Friday, December 6, 2019 @ 17:28:02
  Author: felixonmars
Revision: 535859

upgpkg: haskell-binary-conduit 1.3.1-66

rebuild with safe 0.3.18

Modified:
  haskell-binary-conduit/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2019-12-06 17:27:11 UTC (rev 535858)
+++ PKGBUILD2019-12-06 17:28:02 UTC (rev 535859)
@@ -3,7 +3,7 @@
 _hkgname=binary-conduit
 pkgname=haskell-binary-conduit
 pkgver=1.3.1
-pkgrel=65
+pkgrel=66
 pkgdesc="Data serialization/deserialization conduit library"
 url="https://github.com/qnikst/binary-conduit/";
 license=('MIT')


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

2019-12-06 Thread Felix Yan via arch-commits
Date: Friday, December 6, 2019 @ 17:28:09
  Author: felixonmars
Revision: 535860

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 535859, haskell-binary-conduit/trunk/PKGBUILD)

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

Copied: haskell-binary-conduit/repos/community-staging-x86_64/PKGBUILD (from 
rev 535859, haskell-binary-conduit/trunk/PKGBUILD)
===
--- community-staging-x86_64/PKGBUILD   (rev 0)
+++ community-staging-x86_64/PKGBUILD   2019-12-06 17:28:09 UTC (rev 535860)
@@ -0,0 +1,37 @@
+# Maintainer: Felix Yan 
+
+_hkgname=binary-conduit
+pkgname=haskell-binary-conduit
+pkgver=1.3.1
+pkgrel=66
+pkgdesc="Data serialization/deserialization conduit library"
+url="https://github.com/qnikst/binary-conduit/";
+license=('MIT')
+arch=('x86_64')
+depends=('ghc-libs' 'haskell-conduit' 'haskell-exceptions' '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
+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-conduit-extra/repos (2 files)

2019-12-06 Thread Felix Yan via arch-commits
Date: Friday, December 6, 2019 @ 17:29:32
  Author: felixonmars
Revision: 535862

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 535861, haskell-conduit-extra/trunk/PKGBUILD)

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

Copied: haskell-conduit-extra/repos/community-staging-x86_64/PKGBUILD (from rev 
535861, haskell-conduit-extra/trunk/PKGBUILD)
===
--- community-staging-x86_64/PKGBUILD   (rev 0)
+++ community-staging-x86_64/PKGBUILD   2019-12-06 17:29:32 UTC (rev 535862)
@@ -0,0 +1,50 @@
+# Maintainer: Felix Yan 
+# Contributor: Arch Haskell Team 
+
+_hkgname=conduit-extra
+pkgname=haskell-conduit-extra
+pkgver=1.3.4
+pkgrel=23
+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-exceptions' 'haskell-hspec' 'haskell-quickcheck'
+ 'haskell-transformers-base')
+source=("https://hackage.haskell.org/packages/archive/${_hkgname}/${pkgver}/${_hkgname}-${pkgver}.tar.gz";)
+sha512sums=('cd5d6d754871ba9558f495074066cff0d116d71af71a6260c9cfe53244a03513813f93ed985af25c6eb7849f1d4dbb4f6b9a17140c2bf12236206b9e9925efee')
+
+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
+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-extra/trunk (PKGBUILD)

2019-12-06 Thread Felix Yan via arch-commits
Date: Friday, December 6, 2019 @ 17:29:24
  Author: felixonmars
Revision: 535861

upgpkg: haskell-conduit-extra 1.3.4-23

rebuild with safe 0.3.18

Modified:
  haskell-conduit-extra/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2019-12-06 17:28:09 UTC (rev 535860)
+++ PKGBUILD2019-12-06 17:29:24 UTC (rev 535861)
@@ -4,7 +4,7 @@
 _hkgname=conduit-extra
 pkgname=haskell-conduit-extra
 pkgver=1.3.4
-pkgrel=22
+pkgrel=23
 pkgdesc="Batteries included conduit: adapters for common libraries."
 url="https://github.com/snoyberg/conduit";
 license=("MIT")


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

2019-12-06 Thread Felix Yan via arch-commits
Date: Friday, December 6, 2019 @ 17:30:23
  Author: felixonmars
Revision: 535864

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 535863, haskell-cryptohash-conduit/trunk/PKGBUILD)

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

Copied: haskell-cryptohash-conduit/repos/community-staging-x86_64/PKGBUILD 
(from rev 535863, haskell-cryptohash-conduit/trunk/PKGBUILD)
===
--- community-staging-x86_64/PKGBUILD   (rev 0)
+++ community-staging-x86_64/PKGBUILD   2019-12-06 17:30:23 UTC (rev 535864)
@@ -0,0 +1,39 @@
+# Maintainer: Felix Yan 
+# Contributor: Arch Haskell Team 
+
+_hkgname=cryptohash-conduit
+pkgname=haskell-cryptohash-conduit
+pkgver=0.1.1
+pkgrel=313
+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
+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)

2019-12-06 Thread Felix Yan via arch-commits
Date: Friday, December 6, 2019 @ 17:30:15
  Author: felixonmars
Revision: 535863

upgpkg: haskell-cryptohash-conduit 0.1.1-313

rebuild with safe 0.3.18

Modified:
  haskell-cryptohash-conduit/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2019-12-06 17:29:32 UTC (rev 535862)
+++ PKGBUILD2019-12-06 17:30:15 UTC (rev 535863)
@@ -4,7 +4,7 @@
 _hkgname=cryptohash-conduit
 pkgname=haskell-cryptohash-conduit
 pkgver=0.1.1
-pkgrel=312
+pkgrel=313
 pkgdesc="cryptohash conduit"
 url="https://github.com/vincenthz/hs-cryptohash-conduit";
 license=("BSD")


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

2019-12-06 Thread Felix Yan via arch-commits
Date: Friday, December 6, 2019 @ 17:31:12
  Author: felixonmars
Revision: 535866

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 535865, haskell-cryptonite-conduit/trunk/PKGBUILD)

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

Copied: haskell-cryptonite-conduit/repos/community-staging-x86_64/PKGBUILD 
(from rev 535865, haskell-cryptonite-conduit/trunk/PKGBUILD)
===
--- community-staging-x86_64/PKGBUILD   (rev 0)
+++ community-staging-x86_64/PKGBUILD   2019-12-06 17:31:12 UTC (rev 535866)
@@ -0,0 +1,38 @@
+# Maintainer: Felix Yan 
+
+_hkgname=cryptonite-conduit
+pkgname=haskell-cryptonite-conduit
+pkgver=0.2.2
+pkgrel=207
+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-exceptions' '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
+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)

2019-12-06 Thread Felix Yan via arch-commits
Date: Friday, December 6, 2019 @ 17:31:05
  Author: felixonmars
Revision: 535865

upgpkg: haskell-cryptonite-conduit 0.2.2-207

rebuild with safe 0.3.18

Modified:
  haskell-cryptonite-conduit/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2019-12-06 17:30:23 UTC (rev 535864)
+++ PKGBUILD2019-12-06 17:31:05 UTC (rev 535865)
@@ -3,7 +3,7 @@
 _hkgname=cryptonite-conduit
 pkgname=haskell-cryptonite-conduit
 pkgver=0.2.2
-pkgrel=206
+pkgrel=207
 pkgdesc="Conduit bridge for cryptonite"
 url="https://github.com/haskell-crypto/cryptonite-conduit";
 license=('BSD')


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

2019-12-06 Thread Felix Yan via arch-commits
Date: Friday, December 6, 2019 @ 17:32:34
  Author: felixonmars
Revision: 535867

upgpkg: haskell-dns 3.0.4-91

rebuild with safe 0.3.18

Modified:
  haskell-dns/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2019-12-06 17:31:12 UTC (rev 535866)
+++ PKGBUILD2019-12-06 17:32:34 UTC (rev 535867)
@@ -4,7 +4,7 @@
 _hkgname=dns
 pkgname=haskell-dns
 pkgver=3.0.4
-pkgrel=90
+pkgrel=91
 pkgdesc="DNS library in Haskell"
 url="https://hackage.haskell.org/package/${_hkgname}";
 license=("BSD")


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

2019-12-06 Thread Felix Yan via arch-commits
Date: Friday, December 6, 2019 @ 17:32:41
  Author: felixonmars
Revision: 535868

archrelease: copy trunk to community-staging-x86_64

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

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

Copied: haskell-dns/repos/community-staging-x86_64/PKGBUILD (from rev 535867, 
haskell-dns/trunk/PKGBUILD)
===
--- community-staging-x86_64/PKGBUILD   (rev 0)
+++ community-staging-x86_64/PKGBUILD   2019-12-06 17:32:41 UTC (rev 535868)
@@ -0,0 +1,46 @@
+# Maintainer: Felix Yan 
+# Contributor: Arch Haskell Team 
+
+_hkgname=dns
+pkgname=haskell-dns
+pkgver=3.0.4
+pkgrel=91
+pkgdesc="DNS library in Haskell"
+url="https://hackage.haskell.org/package/${_hkgname}";
+license=("BSD")
+arch=('x86_64')
+depends=('ghc-libs' 'haskell-async' 'haskell-auto-update' 'haskell-attoparsec'
+ 'haskell-base64-bytestring' 'haskell-cryptonite' 'haskell-iproute'
+ 'haskell-network' 'haskell-psqueues' 'haskell-safe')
+makedepends=('ghc' 'haskell-doctest' 'haskell-hspec' 'haskell-word8' 
'haskell-quickcheck')
+source=("https://hackage.haskell.org/packages/archive/${_hkgname}/${pkgver}/${_hkgname}-${pkgver}.tar.gz";)
+sha512sums=('41cfecf8701d82ac3895ba03b53225b3273f166289472cde3a0a399384d05e83bfef5efba1b2ad8cfe2f180a895b144fd275b514430cc219a906053999e8d806')
+
+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
+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/kazu-yamamoto/dns/issues/102
+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-errors/trunk (PKGBUILD)

2019-12-06 Thread Felix Yan via arch-commits
Date: Friday, December 6, 2019 @ 17:33:23
  Author: felixonmars
Revision: 535869

upgpkg: haskell-errors 2.3.0-35

rebuild with safe 0.3.18

Modified:
  haskell-errors/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2019-12-06 17:32:41 UTC (rev 535868)
+++ PKGBUILD2019-12-06 17:33:23 UTC (rev 535869)
@@ -4,7 +4,7 @@
 _hkgname=errors
 pkgname=haskell-errors
 pkgver=2.3.0
-pkgrel=34
+pkgrel=35
 pkgdesc="Simplified error-handling"
 url="https://hackage.haskell.org/package/${_hkgname}";
 license=("BSD")


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

2019-12-06 Thread Felix Yan via arch-commits
Date: Friday, December 6, 2019 @ 17:33:30
  Author: felixonmars
Revision: 535870

archrelease: copy trunk to community-staging-x86_64

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

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

Copied: haskell-errors/repos/community-staging-x86_64/PKGBUILD (from rev 
535869, haskell-errors/trunk/PKGBUILD)
===
--- community-staging-x86_64/PKGBUILD   (rev 0)
+++ community-staging-x86_64/PKGBUILD   2019-12-06 17:33:30 UTC (rev 535870)
@@ -0,0 +1,38 @@
+# Maintainer: Felix Yan 
+# Contributor: Arch Haskell Team 
+
+_hkgname=errors
+pkgname=haskell-errors
+pkgver=2.3.0
+pkgrel=35
+pkgdesc="Simplified error-handling"
+url="https://hackage.haskell.org/package/${_hkgname}";
+license=("BSD")
+arch=('x86_64')
+depends=('ghc-libs' 'haskell-exceptions' 'haskell-safe' 
'haskell-transformers-compat')
+makedepends=('ghc')
+source=("https://hackage.haskell.org/packages/archive/${_hkgname}/${pkgver}/${_hkgname}-${pkgver}.tar.gz";)
+sha512sums=('dddfc63505fd7023c4a669b3cc3d736cf7ecb774b53dcdfeee2d203dcdf4684f5d149a1c217134de214b64af4e154a3ef08b315615c85a1c734ceb42e80823b4')
+
+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
+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-hledger-lib/repos (2 files)

2019-12-06 Thread Felix Yan via arch-commits
Date: Friday, December 6, 2019 @ 17:40:39
  Author: felixonmars
Revision: 535872

archrelease: copy trunk to community-staging-x86_64

Added:
  haskell-hledger-lib/repos/community-staging-x86_64/
  haskell-hledger-lib/repos/community-staging-x86_64/PKGBUILD
(from rev 535871, haskell-hledger-lib/trunk/PKGBUILD)

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

Copied: haskell-hledger-lib/repos/community-staging-x86_64/PKGBUILD (from rev 
535871, haskell-hledger-lib/trunk/PKGBUILD)
===
--- community-staging-x86_64/PKGBUILD   (rev 0)
+++ community-staging-x86_64/PKGBUILD   2019-12-06 17:40:39 UTC (rev 535872)
@@ -0,0 +1,54 @@
+# Maintainer: Felix Yan 
+# Contributor: Arch Haskell Team 
+
+_hkgname=hledger-lib
+pkgname=haskell-hledger-lib
+pkgver=1.15.2
+pkgrel=9
+pkgdesc="Core data types, parsers and functionality for the hledger accounting 
tools"
+url="http://hledger.org";
+license=("GPL")
+arch=('x86_64')
+depends=('ghc-libs' 'haskell-ansi-terminal' 'haskell-base-compat-batteries' 
'haskell-blaze-markup'
+ 'haskell-call-stack' 'haskell-cassava' 'haskell-cassava-megaparsec' 
'haskell-cmdargs'
+ 'haskell-data-default' 'haskell-decimal' 'haskell-easytest' 
'haskell-extra' 'haskell-fgl'
+ 'haskell-file-embed' 'haskell-glob' 'haskell-hashtables' 
'haskell-megaparsec'
+ 'haskell-old-time' 'haskell-parser-combinators' 'haskell-pretty-show' 
'haskell-regex-tdfa'
+ 'haskell-safe' 'haskell-split' 'haskell-tabular' 'haskell-timeit' 
'haskell-uglymemo'
+ 'haskell-utf8-string')
+makedepends=('ghc' 'haskell-doctest')
+source=("https://hackage.haskell.org/packages/archive/${_hkgname}/${pkgver}/${_hkgname}-${pkgver}.tar.gz";)
+sha512sums=('b5d5a8f12210732d0e65fe7f7c6dd78318d3ab552b8574d1e6dc07e765199c5e68a9589a630565d30ca7d6185dac79f4fcaa2b209d196771135a07c8490e')
+
+prepare() {
+# It does nothing
+sed -e '/mtl-compat/d' \
+-i ${_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
+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"
+rm -f "${pkgdir}/usr/share/doc/${pkgname}/LICENSE"
+}


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

2019-12-06 Thread Felix Yan via arch-commits
Date: Friday, December 6, 2019 @ 17:40:32
  Author: felixonmars
Revision: 535871

upgpkg: haskell-hledger-lib 1.15.2-9

rebuild with safe 0.3.18

Modified:
  haskell-hledger-lib/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2019-12-06 17:33:30 UTC (rev 535870)
+++ PKGBUILD2019-12-06 17:40:32 UTC (rev 535871)
@@ -4,7 +4,7 @@
 _hkgname=hledger-lib
 pkgname=haskell-hledger-lib
 pkgver=1.15.2
-pkgrel=8
+pkgrel=9
 pkgdesc="Core data types, parsers and functionality for the hledger accounting 
tools"
 url="http://hledger.org";
 license=("GPL")


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

2019-12-06 Thread Felix Yan via arch-commits
Date: Friday, December 6, 2019 @ 17:42:52
  Author: felixonmars
Revision: 535874

archrelease: copy trunk to community-staging-x86_64

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

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

Copied: haskell-hopenpgp/repos/community-staging-x86_64/PKGBUILD (from rev 
535873, haskell-hopenpgp/trunk/PKGBUILD)
===
--- community-staging-x86_64/PKGBUILD   (rev 0)
+++ community-staging-x86_64/PKGBUILD   2019-12-06 17:42:52 UTC (rev 535874)
@@ -0,0 +1,51 @@
+# Maintainer: Felix Yan 
+
+_hkgname=hOpenPGP
+pkgname=haskell-hopenpgp
+pkgver=2.9
+pkgrel=4
+pkgdesc="Native Haskell implementation of OpenPGP (RFC4880)"
+url="http://floss.scru.org/hOpenPGP/";
+license=('MIT')
+arch=('x86_64')
+depends=('ghc-libs' 'haskell-aeson' 'haskell-asn1-encoding' 
'haskell-attoparsec'
+ 'haskell-base16-bytestring' 'haskell-bifunctors' 'haskell-bzlib' 
'haskell-binary-conduit'
+ 'haskell-conduit' 'haskell-conduit-extra' 'haskell-cryptonite'
+ 'haskell-crypto-cipher-types' 'haskell-errors' 'haskell-hashable'
+ 'haskell-incremental-parser' 'haskell-ixset-typed' 'haskell-lens' 
'haskell-memory'
+ 'haskell-monad-loops' 'haskell-nettle' 'haskell-network-uri' 
'haskell-newtype'
+ 'haskell-openpgp-asciiarmor' 'haskell-prettyprinter' 
'haskell-resourcet' 'haskell-split'
+ 'haskell-time-locale-compat' 'haskell-unliftio-core' 
'haskell-unordered-containers'
+ 'haskell-wl-pprint-extras' 'haskell-zlib')
+makedepends=('ghc')
+source=(https://hackage.haskell.org/packages/archive/${_hkgname}/${pkgver}/${_hkgname}-${pkgver}.tar.gz)
+sha512sums=('751c325eb7c33ad64a5cd20d13c414d1bd59fccd4f703871d029237431b4966998056360aa236e0bf3c3379245a9a610aa3ad9f3f3b83961918212bb1d7e315c')
+
+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 \
+-fnetwork-uri
+runhaskell Setup build
+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-hopenpgp/trunk (PKGBUILD)

2019-12-06 Thread Felix Yan via arch-commits
Date: Friday, December 6, 2019 @ 17:42:45
  Author: felixonmars
Revision: 535873

upgpkg: haskell-hopenpgp 2.9-4

rebuild with safe 0.3.18

Modified:
  haskell-hopenpgp/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2019-12-06 17:40:39 UTC (rev 535872)
+++ PKGBUILD2019-12-06 17:42:45 UTC (rev 535873)
@@ -3,7 +3,7 @@
 _hkgname=hOpenPGP
 pkgname=haskell-hopenpgp
 pkgver=2.9
-pkgrel=3
+pkgrel=4
 pkgdesc="Native Haskell implementation of OpenPGP (RFC4880)"
 url="http://floss.scru.org/hOpenPGP/";
 license=('MIT')


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

2019-12-06 Thread Felix Yan via arch-commits
Date: Friday, December 6, 2019 @ 17:44:14
  Author: felixonmars
Revision: 535876

archrelease: copy trunk to community-staging-x86_64

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

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

Copied: haskell-jose/repos/community-staging-x86_64/PKGBUILD (from rev 535875, 
haskell-jose/trunk/PKGBUILD)
===
--- community-staging-x86_64/PKGBUILD   (rev 0)
+++ community-staging-x86_64/PKGBUILD   2019-12-06 17:44:14 UTC (rev 535876)
@@ -0,0 +1,45 @@
+# Maintainer: Felix Yan 
+# Contributor: Arch Haskell Team 
+
+_hkgname=jose
+pkgname=haskell-jose
+pkgver=0.7.0.0
+pkgrel=140
+pkgdesc="Javascript Object Signing and Encryption and JSON Web Token library"
+url="https://github.com/frasertweedale/hs-jose";
+license=("Apache")
+arch=('x86_64')
+depends=('ghc-libs' 'haskell-attoparsec' 'haskell-base64-bytestring' 
'haskell-concise'
+ 'haskell-cryptonite' 'haskell-lens' 'haskell-memory' 
'haskell-monad-time'
+ 'haskell-safe' 'haskell-aeson' 'haskell-unordered-containers' 
'haskell-network-uri'
+ 'haskell-quickcheck' 'haskell-quickcheck-instances' 'haskell-x509' 
'haskell-vector')
+makedepends=('ghc')
+source=("https://hackage.haskell.org/packages/archive/${_hkgname}/${pkgver}/${_hkgname}-${pkgver}.tar.gz";)
+sha512sums=('4250528d31e90833adbab184a98acc57fb931db74944167e346b8cda4fd659c23fd3d7d77123c7968959922c7b0af34edd00a682146a7aab19a83e4ff9c7a3ab')
+
+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
+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"
+rm -f "${pkgdir}/usr/share/doc/${pkgname}/LICENSE"
+}


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

2019-12-06 Thread Felix Yan via arch-commits
Date: Friday, December 6, 2019 @ 17:44:07
  Author: felixonmars
Revision: 535875

upgpkg: haskell-jose 0.7.0.0-140

rebuild with safe 0.3.18

Modified:
  haskell-jose/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2019-12-06 17:42:52 UTC (rev 535874)
+++ PKGBUILD2019-12-06 17:44:07 UTC (rev 535875)
@@ -4,7 +4,7 @@
 _hkgname=jose
 pkgname=haskell-jose
 pkgver=0.7.0.0
-pkgrel=139
+pkgrel=140
 pkgdesc="Javascript Object Signing and Encryption and JSON Web Token library"
 url="https://github.com/frasertweedale/hs-jose";
 license=("Apache")


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

2019-12-06 Thread Felix Yan via arch-commits
Date: Friday, December 6, 2019 @ 17:45:00
  Author: felixonmars
Revision: 535877

upgpkg: haskell-libyaml 0.1.1.1-5

rebuild with safe 0.3.18

Modified:
  haskell-libyaml/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2019-12-06 17:44:14 UTC (rev 535876)
+++ PKGBUILD2019-12-06 17:45:00 UTC (rev 535877)
@@ -3,7 +3,7 @@
 _hkgname=libyaml
 pkgname=haskell-libyaml
 pkgver=0.1.1.1
-pkgrel=4
+pkgrel=5
 pkgdesc="Low-level, streaming YAML interface."
 url="https://github.com/snoyberg/libyaml";
 license=('BSD')


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

2019-12-06 Thread Felix Yan via arch-commits
Date: Friday, December 6, 2019 @ 17:45:07
  Author: felixonmars
Revision: 535878

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 535877, haskell-libyaml/trunk/PKGBUILD)

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

Copied: haskell-libyaml/repos/community-staging-x86_64/PKGBUILD (from rev 
535877, haskell-libyaml/trunk/PKGBUILD)
===
--- community-staging-x86_64/PKGBUILD   (rev 0)
+++ community-staging-x86_64/PKGBUILD   2019-12-06 17:45:07 UTC (rev 535878)
@@ -0,0 +1,38 @@
+# Maintainer: Felix Yan 
+
+_hkgname=libyaml
+pkgname=haskell-libyaml
+pkgver=0.1.1.1
+pkgrel=5
+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=('d3a7848f77c20f2c6de2efa0fece4ae18309d58959ed98cc69810cd3b0a9d6bae053d6205dd5c1f12a69494f01ff64fd24015f05f854b3a4e8dbb3089fb9c6d4')
+
+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
+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-monad-logger/repos (2 files)

2019-12-06 Thread Felix Yan via arch-commits
Date: Friday, December 6, 2019 @ 17:46:01
  Author: felixonmars
Revision: 535880

archrelease: copy trunk to community-staging-x86_64

Added:
  haskell-monad-logger/repos/community-staging-x86_64/
  haskell-monad-logger/repos/community-staging-x86_64/PKGBUILD
(from rev 535879, haskell-monad-logger/trunk/PKGBUILD)

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

Copied: haskell-monad-logger/repos/community-staging-x86_64/PKGBUILD (from rev 
535879, haskell-monad-logger/trunk/PKGBUILD)
===
--- community-staging-x86_64/PKGBUILD   (rev 0)
+++ community-staging-x86_64/PKGBUILD   2019-12-06 17:46:01 UTC (rev 535880)
@@ -0,0 +1,42 @@
+# Maintainer: Felix Yan 
+# Contributor: Arch Haskell Team 
+
+_hkgname=monad-logger
+pkgname=haskell-monad-logger
+pkgver=0.3.31
+pkgrel=6
+pkgdesc="A class of monads which can log messages."
+url="https://github.com/kazu-yamamoto/logger";
+license=("MIT")
+arch=('x86_64')
+depends=('ghc-libs' 'haskell-conduit' 'haskell-conduit-extra' 
'haskell-exceptions'
+ 'haskell-fast-logger' 'haskell-lifted-base' 'haskell-monad-control' 
'haskell-monad-loops'
+ 'haskell-resourcet' 'haskell-stm-chans'
+ 'haskell-transformers-base' 'haskell-transformers-compat' 
'haskell-unliftio-core')
+makedepends=('ghc')
+source=("https://hackage.haskell.org/packages/archive/${_hkgname}/${pkgver}/${_hkgname}-${pkgver}.tar.gz";)
+sha512sums=('230dff5c75bdfc3ea8db5de93e7cd76a42eb58848d25f1135f2ad1f4a58aeb9316acd6067b5326c7587cf1e7925fe71bdeb0d75ef7ed2e035184fa1d74b8f9b8')
+
+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 \
+-ftemplate_haskell
+runhaskell Setup build
+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-monad-logger/trunk (PKGBUILD)

2019-12-06 Thread Felix Yan via arch-commits
Date: Friday, December 6, 2019 @ 17:45:54
  Author: felixonmars
Revision: 535879

upgpkg: haskell-monad-logger 0.3.31-6

rebuild with safe 0.3.18

Modified:
  haskell-monad-logger/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2019-12-06 17:45:07 UTC (rev 535878)
+++ PKGBUILD2019-12-06 17:45:54 UTC (rev 535879)
@@ -4,7 +4,7 @@
 _hkgname=monad-logger
 pkgname=haskell-monad-logger
 pkgver=0.3.31
-pkgrel=5
+pkgrel=6
 pkgdesc="A class of monads which can log messages."
 url="https://github.com/kazu-yamamoto/logger";
 license=("MIT")


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

2019-12-06 Thread Felix Yan via arch-commits
Date: Friday, December 6, 2019 @ 17:47:43
  Author: felixonmars
Revision: 535881

upgpkg: haskell-persistent 2.10.4-9

rebuild with safe 0.3.18

Modified:
  haskell-persistent/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2019-12-06 17:46:01 UTC (rev 535880)
+++ PKGBUILD2019-12-06 17:47:43 UTC (rev 535881)
@@ -4,7 +4,7 @@
 _hkgname=persistent
 pkgname=haskell-persistent
 pkgver=2.10.4
-pkgrel=8
+pkgrel=9
 pkgdesc="Type-safe, multi-backend data serialization"
 url="http://www.yesodweb.com/book/persistent";
 license=("MIT")


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

2019-12-06 Thread Felix Yan via arch-commits
Date: Friday, December 6, 2019 @ 17:47:52
  Author: felixonmars
Revision: 535882

archrelease: copy trunk to community-staging-x86_64

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

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

Copied: haskell-persistent/repos/community-staging-x86_64/PKGBUILD (from rev 
535881, haskell-persistent/trunk/PKGBUILD)
===
--- community-staging-x86_64/PKGBUILD   (rev 0)
+++ community-staging-x86_64/PKGBUILD   2019-12-06 17:47:52 UTC (rev 535882)
@@ -0,0 +1,48 @@
+# Maintainer: Felix Yan 
+# Contributor: Arch Haskell Team 
+
+_hkgname=persistent
+pkgname=haskell-persistent
+pkgver=2.10.4
+pkgrel=9
+pkgdesc="Type-safe, multi-backend data serialization"
+url="http://www.yesodweb.com/book/persistent";
+license=("MIT")
+arch=('x86_64')
+depends=('ghc-libs' 'haskell-aeson' 'haskell-attoparsec' 
'haskell-base64-bytestring'
+ 'haskell-blaze-html' 'haskell-conduit' 'haskell-fast-logger' 
'haskell-http-api-data'
+ 'haskell-monad-logger' 'haskell-path-pieces' 'haskell-resource-pool' 
'haskell-resourcet'
+ 'haskell-scientific' 'haskell-silently' 'haskell-unordered-containers'
+ 'haskell-unliftio' 'haskell-unliftio-core' 'haskell-vector')
+makedepends=('ghc' 'haskell-hspec')
+source=("https://hackage.haskell.org/packages/archive/${_hkgname}/${pkgver}/${_hkgname}-${pkgver}.tar.gz";)
+sha512sums=('7f27ce2a7f2fe7baeb69b2380e52b642647e4496179a62115b05710f8aed13e79175491604a75a8ed5054090b0a724fdccc864cf45fc0b6eaffb47dc5e68ecb0')
+
+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-nooverlap
+runhaskell Setup build
+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-esqueleto/repos (2 files)

2019-12-06 Thread Felix Yan via arch-commits
Date: Friday, December 6, 2019 @ 17:49:06
  Author: felixonmars
Revision: 535884

archrelease: copy trunk to community-staging-x86_64

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

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

Copied: haskell-esqueleto/repos/community-staging-x86_64/PKGBUILD (from rev 
535883, haskell-esqueleto/trunk/PKGBUILD)
===
--- community-staging-x86_64/PKGBUILD   (rev 0)
+++ community-staging-x86_64/PKGBUILD   2019-12-06 17:49:06 UTC (rev 535884)
@@ -0,0 +1,41 @@
+# Maintainer: Felix Yan 
+# Contributor: Arch Haskell Team 
+
+_hkgname=esqueleto
+pkgname=haskell-esqueleto
+pkgver=3.2.3
+pkgrel=5
+pkgdesc="Type-safe EDSL for SQL queries on persistent backends."
+url="https://github.com/bitemyapp/esqueleto";
+license=("BSD")
+arch=('x86_64')
+depends=('ghc-libs' 'haskell-aeson' 'haskell-attoparsec' 'haskell-blaze-html' 
'haskell-conduit'
+ 'haskell-monad-logger' 'haskell-persistent' 'haskell-resourcet' 
'haskell-tagged'
+ 'haskell-unliftio' 'haskell-unordered-containers')
+makedepends=('ghc')  # 'haskell-exceptions' 'haskell-vector')  # Not enabled 
yet
+source=("https://hackage.haskell.org/packages/archive/${_hkgname}/${pkgver}/${_hkgname}-${pkgver}.tar.gz";)
+sha512sums=('521de815e70ae58e94a9b1208b9e38faeed31f4db769408a310cea05df19d10bf1ede72da71e29ec84a3c8bce185959593882cd9f739862e25480c5b9150c06c')
+
+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-mysql -f-postgresql
+runhaskell Setup build
+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-esqueleto/trunk (PKGBUILD)

2019-12-06 Thread Felix Yan via arch-commits
Date: Friday, December 6, 2019 @ 17:48:59
  Author: felixonmars
Revision: 535883

upgpkg: haskell-esqueleto 3.2.3-5

rebuild with safe 0.3.18

Modified:
  haskell-esqueleto/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2019-12-06 17:47:52 UTC (rev 535882)
+++ PKGBUILD2019-12-06 17:48:59 UTC (rev 535883)
@@ -4,7 +4,7 @@
 _hkgname=esqueleto
 pkgname=haskell-esqueleto
 pkgver=3.2.3
-pkgrel=4
+pkgrel=5
 pkgdesc="Type-safe EDSL for SQL queries on persistent backends."
 url="https://github.com/bitemyapp/esqueleto";
 license=("BSD")


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

2019-12-06 Thread Felix Yan via arch-commits
Date: Friday, December 6, 2019 @ 17:50:23
  Author: felixonmars
Revision: 535886

archrelease: copy trunk to community-staging-x86_64

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

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

Copied: haskell-persistent-template/repos/community-staging-x86_64/PKGBUILD 
(from rev 535885, haskell-persistent-template/trunk/PKGBUILD)
===
--- community-staging-x86_64/PKGBUILD   (rev 0)
+++ community-staging-x86_64/PKGBUILD   2019-12-06 17:50:23 UTC (rev 535886)
@@ -0,0 +1,45 @@
+# Maintainer: Felix Yan 
+# Contributor: Arch Haskell Team 
+
+_hkgname=persistent-template
+pkgname=haskell-persistent-template
+pkgver=2.7.3
+pkgrel=14
+pkgdesc="Type-safe, non-relational, multi-backend persistence"
+url="http://www.yesodweb.com/book/persistent";
+license=("MIT")
+arch=('x86_64')
+depends=('ghc-libs' "haskell-aeson" "haskell-http-api-data" 
"haskell-monad-control"
+ "haskell-monad-logger" "haskell-path-pieces" "haskell-persistent"
+ "haskell-unordered-containers")
+makedepends=('ghc' 'haskell-hspec')
+source=("https://hackage.haskell.org/packages/archive/${_hkgname}/${pkgver}/${_hkgname}-${pkgver}.tar.gz";)
+sha512sums=('0d82922f4ae4641b6dcdf8edaecef0afe5aa997fab03d55f1944bc9470a44185a17de73317519bf531f3268b837836aa7a82b976d8de838d1f8310865a395a76')
+
+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
+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-persistent-template/trunk (PKGBUILD)

2019-12-06 Thread Felix Yan via arch-commits
Date: Friday, December 6, 2019 @ 17:50:15
  Author: felixonmars
Revision: 535885

upgpkg: haskell-persistent-template 2.7.3-14

rebuild with safe 0.3.18

Modified:
  haskell-persistent-template/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2019-12-06 17:49:06 UTC (rev 535884)
+++ PKGBUILD2019-12-06 17:50:15 UTC (rev 535885)
@@ -4,7 +4,7 @@
 _hkgname=persistent-template
 pkgname=haskell-persistent-template
 pkgver=2.7.3
-pkgrel=13
+pkgrel=14
 pkgdesc="Type-safe, non-relational, multi-backend persistence"
 url="http://www.yesodweb.com/book/persistent";
 license=("MIT")


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

2019-12-06 Thread Christian Hesse via arch-commits
Date: Friday, December 6, 2019 @ 17:50:57
  Author: eworm
Revision: 535887

upgpkg: wireguard 0.0.20191206-1

new upstream release

Modified:
  wireguard/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2019-12-06 17:50:23 UTC (rev 535886)
+++ PKGBUILD2019-12-06 17:50:57 UTC (rev 535887)
@@ -3,7 +3,7 @@
 
 pkgbase=wireguard
 pkgname=(wireguard-dkms wireguard-tools)
-pkgver=0.0.20191205
+pkgver=0.0.20191206
 pkgrel=1
 pkgdesc='next generation secure network tunnel'
 arch=('x86_64')
@@ -12,7 +12,7 @@
 makedepends=('git' 'libmnl')
 validpgpkeys=('AB9942E6D4A4CFC3412620A749FC7012A5DE03AE') # Jason A. Donenfeld 

 
source=("https://git.zx2c4.com/WireGuard/snapshot/WireGuard-${pkgver}.tar"{.xz,.asc})
-sha256sums=('4de4c0efa35f8eb170c27a0bc8977e5c0634b8e19c03915d03218cc88bb0adbe'
+sha256sums=('75e4e8f2971257339ef45af1be67f0a21435235f25277e3e0e4d6f867714ece5'
 'SKIP')
 
 prepare() {


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

2019-12-06 Thread Christian Hesse via arch-commits
Date: Friday, December 6, 2019 @ 17:51:16
  Author: eworm
Revision: 535888

archrelease: copy trunk to community-x86_64

Added:
  wireguard/repos/community-x86_64/PKGBUILD
(from rev 535887, wireguard/trunk/PKGBUILD)
Deleted:
  wireguard/repos/community-x86_64/PKGBUILD

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

Deleted: PKGBUILD
===
--- PKGBUILD2019-12-06 17:50:57 UTC (rev 535887)
+++ PKGBUILD2019-12-06 17:51:16 UTC (rev 535888)
@@ -1,61 +0,0 @@
-# Maintainer: Christian Hesse 
-# Contributor: Jason A. Donenfeld 
-
-pkgbase=wireguard
-pkgname=(wireguard-dkms wireguard-tools)
-pkgver=0.0.20191205
-pkgrel=1
-pkgdesc='next generation secure network tunnel'
-arch=('x86_64')
-url='http://www.wireguard.com/'
-license=('GPL')
-makedepends=('git' 'libmnl')
-validpgpkeys=('AB9942E6D4A4CFC3412620A749FC7012A5DE03AE') # Jason A. Donenfeld 

-source=("https://git.zx2c4.com/WireGuard/snapshot/WireGuard-${pkgver}.tar"{.xz,.asc})
-sha256sums=('4de4c0efa35f8eb170c27a0bc8977e5c0634b8e19c03915d03218cc88bb0adbe'
-'SKIP')
-
-prepare() {
-   cd WireGuard-${pkgver}/
-
-   find contrib/examples/ -name '.gitignore' -delete
-}
-
-build() {
-   cd WireGuard-${pkgver}/
-
-   make -C src/tools/
-}
-
-package_wireguard-dkms() {
-   depends=('dkms')
-   provides=('WIREGUARD-MODULE')
-
-   cd WireGuard-${pkgver}/
-
-   make -C src/ \
-   DESTDIR="${pkgdir}/" \
-   DKMSDIR="/usr/src/wireguard-${pkgver}/" \
-   dkms-install
-}
-
-package_wireguard-tools() {
-   depends=('libmnl')
-   optdepends=('openresolv: for DNS functionality'
-   'wireguard-dkms: wireguard module, built by dkms'
-   'wireguard-arch: wireguard module for linux'
-   'wireguard-lts: wireguard module for linux-lts')
-
-   cd WireGuard-${pkgver}/
-
-   make -C src/tools/ \
-   DESTDIR="${pkgdir}/" \
-   WITH_BASHCOMPLETION=yes \
-WITH_WGQUICK=yes \
-WITH_SYSTEMDUNITS=yes \
-install
-
-   install -d -m0755 "${pkgdir}"/usr/share/${pkgbase}/
-   cp -r contrib/examples/ "${pkgdir}"/usr/share/${pkgbase}/
-}
-

Copied: wireguard/repos/community-x86_64/PKGBUILD (from rev 535887, 
wireguard/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2019-12-06 17:51:16 UTC (rev 535888)
@@ -0,0 +1,61 @@
+# Maintainer: Christian Hesse 
+# Contributor: Jason A. Donenfeld 
+
+pkgbase=wireguard
+pkgname=(wireguard-dkms wireguard-tools)
+pkgver=0.0.20191206
+pkgrel=1
+pkgdesc='next generation secure network tunnel'
+arch=('x86_64')
+url='http://www.wireguard.com/'
+license=('GPL')
+makedepends=('git' 'libmnl')
+validpgpkeys=('AB9942E6D4A4CFC3412620A749FC7012A5DE03AE') # Jason A. Donenfeld 

+source=("https://git.zx2c4.com/WireGuard/snapshot/WireGuard-${pkgver}.tar"{.xz,.asc})
+sha256sums=('75e4e8f2971257339ef45af1be67f0a21435235f25277e3e0e4d6f867714ece5'
+'SKIP')
+
+prepare() {
+   cd WireGuard-${pkgver}/
+
+   find contrib/examples/ -name '.gitignore' -delete
+}
+
+build() {
+   cd WireGuard-${pkgver}/
+
+   make -C src/tools/
+}
+
+package_wireguard-dkms() {
+   depends=('dkms')
+   provides=('WIREGUARD-MODULE')
+
+   cd WireGuard-${pkgver}/
+
+   make -C src/ \
+   DESTDIR="${pkgdir}/" \
+   DKMSDIR="/usr/src/wireguard-${pkgver}/" \
+   dkms-install
+}
+
+package_wireguard-tools() {
+   depends=('libmnl')
+   optdepends=('openresolv: for DNS functionality'
+   'wireguard-dkms: wireguard module, built by dkms'
+   'wireguard-arch: wireguard module for linux'
+   'wireguard-lts: wireguard module for linux-lts')
+
+   cd WireGuard-${pkgver}/
+
+   make -C src/tools/ \
+   DESTDIR="${pkgdir}/" \
+   WITH_BASHCOMPLETION=yes \
+WITH_WGQUICK=yes \
+WITH_SYSTEMDUNITS=yes \
+install
+
+   install -d -m0755 "${pkgdir}"/usr/share/${pkgbase}/
+   cp -r contrib/examples/ "${pkgdir}"/usr/share/${pkgbase}/
+}
+


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

2019-12-06 Thread Felix Yan via arch-commits
Date: Friday, December 6, 2019 @ 17:53:40
  Author: felixonmars
Revision: 535889

upgpkg: haskell-persistent-test 2.0.3.0-40

rebuild with safe 0.3.18

Modified:
  haskell-persistent-test/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2019-12-06 17:51:16 UTC (rev 535888)
+++ PKGBUILD2019-12-06 17:53:40 UTC (rev 535889)
@@ -3,7 +3,7 @@
 _hkgname=persistent-test
 pkgname=haskell-persistent-test
 pkgver=2.0.3.0
-pkgrel=39
+pkgrel=40
 pkgdesc="Tests for Persistent"
 url="https://github.com/yesodweb/persistent";
 license=('MIT')


  1   2   3   4   >