[arch-commits] Commit in haskell-network-protocol-xmpp/repos (2 files)

2018-06-25 Thread Felix Yan via arch-commits
Date: Tuesday, June 26, 2018 @ 06:59:30
  Author: felixonmars
Revision: 346135

archrelease: copy trunk to community-staging-x86_64

Added:
  haskell-network-protocol-xmpp/repos/community-staging-x86_64/
  haskell-network-protocol-xmpp/repos/community-staging-x86_64/PKGBUILD
(from rev 346134, haskell-network-protocol-xmpp/trunk/PKGBUILD)

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

Copied: haskell-network-protocol-xmpp/repos/community-staging-x86_64/PKGBUILD 
(from rev 346134, haskell-network-protocol-xmpp/trunk/PKGBUILD)
===
--- community-staging-x86_64/PKGBUILD   (rev 0)
+++ community-staging-x86_64/PKGBUILD   2018-06-26 06:59:30 UTC (rev 346135)
@@ -0,0 +1,39 @@
+# $Id$
+# Maintainer: Felix Yan 
+# Contributor: Arch Haskell Team 
+
+_hkgname=network-protocol-xmpp
+pkgname=haskell-network-protocol-xmpp
+pkgver=0.4.8
+pkgrel=57
+pkgdesc="Client library for the XMPP protocol."
+url="https://john-millikin.com/software/haskell-xmpp/";
+license=("GPL3")
+arch=('x86_64')
+depends=('ghc-libs' "haskell-gnuidn" "haskell-gnutls" "haskell-gsasl" 
"haskell-libxml-sax"
+ "haskell-monads-tf" "haskell-network" "haskell-xml-types")
+makedepends=('ghc')
+source=("https://hackage.haskell.org/packages/archive/${_hkgname}/${pkgver}/${_hkgname}-${pkgver}.tar.gz";)
+sha512sums=('029cbb1a0ea6691fd886b326eee7a24e8300bbece1f0c0f564b43b0e344f4107ca980d97342271cab0b9c1333fc445ac10f7dfae41dd2b6e6ea995bfb810311e')
+
+build() {
+cd "${srcdir}/${_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 "${srcdir}/${_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.txt"
+}


[arch-commits] Commit in haskell-network-protocol-xmpp/trunk (PKGBUILD)

2018-06-25 Thread Felix Yan via arch-commits
Date: Tuesday, June 26, 2018 @ 06:59:14
  Author: felixonmars
Revision: 346134

upgpkg: haskell-network-protocol-xmpp 0.4.8-57

rebuild with network 2.7.0.1

Modified:
  haskell-network-protocol-xmpp/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2018-06-26 06:58:41 UTC (rev 346133)
+++ PKGBUILD2018-06-26 06:59:14 UTC (rev 346134)
@@ -5,7 +5,7 @@
 _hkgname=network-protocol-xmpp
 pkgname=haskell-network-protocol-xmpp
 pkgver=0.4.8
-pkgrel=56
+pkgrel=57
 pkgdesc="Client library for the XMPP protocol."
 url="https://john-millikin.com/software/haskell-xmpp/";
 license=("GPL3")


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

2018-06-25 Thread Felix Yan via arch-commits
Date: Tuesday, June 26, 2018 @ 06:58:24
  Author: felixonmars
Revision: 346132

upgpkg: haskell-network-multicast 0.2.0-26

rebuild with network 2.7.0.1

Modified:
  haskell-network-multicast/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2018-06-26 06:57:53 UTC (rev 346131)
+++ PKGBUILD2018-06-26 06:58:24 UTC (rev 346132)
@@ -5,7 +5,7 @@
 _hkgname=network-multicast
 pkgname=haskell-network-multicast
 pkgver=0.2.0
-pkgrel=25
+pkgrel=26
 pkgdesc="Simple multicast library"
 url="https://hackage.haskell.org/package/${_hkgname}";
 license=("custom:PublicDomain")


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

2018-06-25 Thread Felix Yan via arch-commits
Date: Tuesday, June 26, 2018 @ 06:58:41
  Author: felixonmars
Revision: 346133

archrelease: copy trunk to community-staging-x86_64

Added:
  haskell-network-multicast/repos/community-staging-x86_64/
  haskell-network-multicast/repos/community-staging-x86_64/PKGBUILD
(from rev 346132, haskell-network-multicast/trunk/PKGBUILD)

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

Copied: haskell-network-multicast/repos/community-staging-x86_64/PKGBUILD (from 
rev 346132, haskell-network-multicast/trunk/PKGBUILD)
===
--- community-staging-x86_64/PKGBUILD   (rev 0)
+++ community-staging-x86_64/PKGBUILD   2018-06-26 06:58:41 UTC (rev 346133)
@@ -0,0 +1,39 @@
+# $Id$
+# Maintainer: Felix Yan 
+# Contributor: Arch Haskell Team 
+
+_hkgname=network-multicast
+pkgname=haskell-network-multicast
+pkgver=0.2.0
+pkgrel=26
+pkgdesc="Simple multicast library"
+url="https://hackage.haskell.org/package/${_hkgname}";
+license=("custom:PublicDomain")
+arch=('x86_64')
+depends=('ghc-libs' "haskell-network")
+makedepends=('ghc')
+source=("https://hackage.haskell.org/packages/archive/${_hkgname}/${pkgver}/${_hkgname}-${pkgver}.tar.gz";)
+sha512sums=('121b42abeb2be9dd254f3ec54f2303c2eda50cf2ae232c354ddcdae87d36fe535cf8d70ee2a87fb782a8114ec55587122075270b08a69418a9f9b0827f692626')
+
+build() {
+cd "${srcdir}/${_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 "${srcdir}/${_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-configfile/trunk (PKGBUILD)

2018-06-25 Thread Felix Yan via arch-commits
Date: Tuesday, June 26, 2018 @ 06:57:35
  Author: felixonmars
Revision: 346130

upgpkg: haskell-configfile 1.1.4-25

rebuild with network 2.7.0.1

Modified:
  haskell-configfile/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2018-06-26 06:56:58 UTC (rev 346129)
+++ PKGBUILD2018-06-26 06:57:35 UTC (rev 346130)
@@ -5,7 +5,7 @@
 _hkgname=ConfigFile
 pkgname=haskell-configfile
 pkgver=1.1.4
-pkgrel=24
+pkgrel=25
 pkgdesc="Configuration file reading & writing"
 url="http://software.complete.org/configfile";
 license=("custom:BSD3")


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

2018-06-25 Thread Felix Yan via arch-commits
Date: Tuesday, June 26, 2018 @ 06:57:53
  Author: felixonmars
Revision: 346131

archrelease: copy trunk to community-staging-x86_64

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

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

Deleted: PKGBUILD
===
--- PKGBUILD2018-06-26 06:57:35 UTC (rev 346130)
+++ PKGBUILD2018-06-26 06:57:53 UTC (rev 346131)
@@ -1,40 +0,0 @@
-# $Id$
-# Maintainer: Felix Yan 
-# Contributor: Arch Haskell Team 
-
-_hkgname=ConfigFile
-pkgname=haskell-configfile
-pkgver=1.1.4
-pkgrel=24
-pkgdesc="Configuration file reading & writing"
-url="http://software.complete.org/configfile";
-license=("custom:BSD3")
-arch=('x86_64')
-depends=('ghc-libs' 'haskell-missingh')
-makedepends=('ghc')
-source=("https://hackage.haskell.org/packages/archive/${_hkgname}/${pkgver}/${_hkgname}-${pkgver}.tar.gz";)
-sha512sums=('4455110c95172461b2d82ae88ba4f386d5e49ddd7f7def83714d2f6198090f0d121166eece3efa735341da9bbc0029e704be00d3e671d24ad27e838dfe913776')
-
-build() {
-cd "${srcdir}/${_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-buildtests
-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 "${srcdir}/${_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 "COPYRIGHT" 
"${pkgdir}/usr/share/licenses/${pkgname}/COPYRIGHT"
-rm -f "${pkgdir}/usr/share/doc/${pkgname}/COPYRIGHT"
-}

Copied: haskell-configfile/repos/community-staging-x86_64/PKGBUILD (from rev 
346130, haskell-configfile/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2018-06-26 06:57:53 UTC (rev 346131)
@@ -0,0 +1,40 @@
+# $Id$
+# Maintainer: Felix Yan 
+# Contributor: Arch Haskell Team 
+
+_hkgname=ConfigFile
+pkgname=haskell-configfile
+pkgver=1.1.4
+pkgrel=25
+pkgdesc="Configuration file reading & writing"
+url="http://software.complete.org/configfile";
+license=("custom:BSD3")
+arch=('x86_64')
+depends=('ghc-libs' 'haskell-missingh')
+makedepends=('ghc')
+source=("https://hackage.haskell.org/packages/archive/${_hkgname}/${pkgver}/${_hkgname}-${pkgver}.tar.gz";)
+sha512sums=('4455110c95172461b2d82ae88ba4f386d5e49ddd7f7def83714d2f6198090f0d121166eece3efa735341da9bbc0029e704be00d3e671d24ad27e838dfe913776')
+
+build() {
+cd "${srcdir}/${_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-buildtests
+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 "${srcdir}/${_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 "COPYRIGHT" 
"${pkgdir}/usr/share/licenses/${pkgname}/COPYRIGHT"
+rm -f "${pkgdir}/usr/share/doc/${pkgname}/COPYRIGHT"
+}


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

2018-06-25 Thread Christian Hesse via arch-commits
Date: Tuesday, June 26, 2018 @ 06:57:14
  Author: eworm
Revision: 327564

archrelease: copy trunk to testing-any

Added:
  archlinux-keyring/repos/testing-any/
  archlinux-keyring/repos/testing-any/PKGBUILD
(from rev 327563, archlinux-keyring/trunk/PKGBUILD)
  archlinux-keyring/repos/testing-any/archlinux-keyring.install
(from rev 327563, archlinux-keyring/trunk/archlinux-keyring.install)

---+
 PKGBUILD  |   26 ++
 archlinux-keyring.install |   11 +++
 2 files changed, 37 insertions(+)

Copied: archlinux-keyring/repos/testing-any/PKGBUILD (from rev 327563, 
archlinux-keyring/trunk/PKGBUILD)
===
--- testing-any/PKGBUILD(rev 0)
+++ testing-any/PKGBUILD2018-06-26 06:57:14 UTC (rev 327564)
@@ -0,0 +1,26 @@
+# $Id$
+# Maintainer: Pierre Schmitz 
+# Maintainer: Bartłomiej Piotrowski 
+
+pkgname=archlinux-keyring
+pkgver=20180626
+pkgrel=1
+pkgdesc='Arch Linux PGP keyring'
+arch=(any)
+url='https://projects.archlinux.org/archlinux-keyring.git/'
+license=(GPL)
+install=$pkgname.install
+source=(https://sources.archlinux.org/other/$pkgname/${pkgname}-${pkgver}.tar.gz{,.sig})
+sha256sums=('2316b60afdb2e218f5b30da96a04e3467756e41474b295143a835e3ed5ead71e'
+'SKIP')
+validpgpkeys=('4AA4767BBC9C4B1D18AE28B77F2D434B9741E8AC'  # Pierre Schmitz 

+  'A314827C4E4250A204CE6E13284FC34C8E4B1A25'  # Thomas Bächler 

+  '86CFFCA918CF3AF47147588051E8B148AC34'  # Evangelos Foutras 

+  'F3691687D867B81B51CE07D9BBE43771487328A9'  # Bartlomiej 
Piotrowski 
+  'BD84DE71F493DF6814B0167254EDC91609BC9183'  # Christian Hesse 

+  'E499C79F53C96A54E572FEE1C06086337C50773E')  # Jelle van der Waa 

+
+package() {
+  cd $pkgname-$pkgver
+  make PREFIX=/usr DESTDIR="$pkgdir" install
+}

Copied: archlinux-keyring/repos/testing-any/archlinux-keyring.install (from rev 
327563, archlinux-keyring/trunk/archlinux-keyring.install)
===
--- testing-any/archlinux-keyring.install   (rev 0)
+++ testing-any/archlinux-keyring.install   2018-06-26 06:57:14 UTC (rev 
327564)
@@ -0,0 +1,11 @@
+post_upgrade() {
+   if usr/bin/pacman-key -l >/dev/null 2>&1; then
+   usr/bin/pacman-key --populate archlinux
+   fi
+}
+
+post_install() {
+   if [ -x usr/bin/pacman-key ]; then
+   post_upgrade
+   fi
+}


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

2018-06-25 Thread Felix Yan via arch-commits
Date: Tuesday, June 26, 2018 @ 06:56:58
  Author: felixonmars
Revision: 346129

archrelease: copy trunk to community-staging-x86_64

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

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

Deleted: PKGBUILD
===
--- PKGBUILD2018-06-26 06:56:39 UTC (rev 346128)
+++ PKGBUILD2018-06-26 06:56:58 UTC (rev 346129)
@@ -1,41 +0,0 @@
-# $Id$
-# Maintainer: Felix Yan 
-# Contributor: Arch Haskell Team 
-
-_hkgname=MissingH
-pkgname=haskell-missingh
-pkgver=1.4.0.1
-pkgrel=33
-pkgdesc="Large utility library"
-url="http://software.complete.org/missingh";
-license=("custom:BSD3")
-arch=('x86_64')
-depends=('ghc-libs' "haskell-hunit" "haskell-hslogger" "haskell-network"
- "haskell-old-locale" "haskell-old-time" "haskell-random"
- "haskell-regex-compat")
-makedepends=('ghc')
-source=("https://hackage.haskell.org/packages/archive/${_hkgname}/${pkgver}/${_hkgname}-${pkgver}.tar.gz";)
-sha512sums=('baa6b445fed29678a284797641ec3a8eb5351e94be9ed8ea2886988c98c09a15e211ce517b04a3401404f3df46d452f6e4475e4ca49374ef7aef95981d861803')
-
-build() {
-cd "${srcdir}/${_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 "${srcdir}/${_hkgname}-${pkgver}"
-
-install -D -m744 register.sh   
"${pkgdir}/usr/share/haskell/register/${pkgname}.sh"
-install -D -m744 unregister.sh 
"${pkgdir}/usr/share/haskell/unregister/${pkgname}.sh"
-runhaskell Setup copy --destdir="${pkgdir}"
-install -D -m644 "LICENSE" 
"${pkgdir}/usr/share/licenses/${pkgname}/LICENSE"
-rm -f "${pkgdir}/usr/share/doc/${pkgname}/LICENSE"
-}

Copied: haskell-missingh/repos/community-staging-x86_64/PKGBUILD (from rev 
346128, haskell-missingh/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2018-06-26 06:56:58 UTC (rev 346129)
@@ -0,0 +1,41 @@
+# $Id$
+# Maintainer: Felix Yan 
+# Contributor: Arch Haskell Team 
+
+_hkgname=MissingH
+pkgname=haskell-missingh
+pkgver=1.4.0.1
+pkgrel=34
+pkgdesc="Large utility library"
+url="http://software.complete.org/missingh";
+license=("custom:BSD3")
+arch=('x86_64')
+depends=('ghc-libs' "haskell-hunit" "haskell-hslogger" "haskell-network"
+ "haskell-old-locale" "haskell-old-time" "haskell-random"
+ "haskell-regex-compat")
+makedepends=('ghc')
+source=("https://hackage.haskell.org/packages/archive/${_hkgname}/${pkgver}/${_hkgname}-${pkgver}.tar.gz";)
+sha512sums=('baa6b445fed29678a284797641ec3a8eb5351e94be9ed8ea2886988c98c09a15e211ce517b04a3401404f3df46d452f6e4475e4ca49374ef7aef95981d861803')
+
+build() {
+cd "${srcdir}/${_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 "${srcdir}/${_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 archlinux-keyring/trunk (PKGBUILD)

2018-06-25 Thread Christian Hesse via arch-commits
Date: Tuesday, June 26, 2018 @ 06:57:10
  Author: eworm
Revision: 327563

upgpkg: archlinux-keyring 20180626-1

new release

Modified:
  archlinux-keyring/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2018-06-26 00:16:06 UTC (rev 327562)
+++ PKGBUILD2018-06-26 06:57:10 UTC (rev 327563)
@@ -3,7 +3,7 @@
 # Maintainer: Bartłomiej Piotrowski 
 
 pkgname=archlinux-keyring
-pkgver=20180404
+pkgver=20180626
 pkgrel=1
 pkgdesc='Arch Linux PGP keyring'
 arch=(any)
@@ -11,7 +11,7 @@
 license=(GPL)
 install=$pkgname.install
 
source=(https://sources.archlinux.org/other/$pkgname/${pkgname}-${pkgver}.tar.gz{,.sig})
-sha256sums=('3e79efd49f2b99177815f2ce8fe703888c32e3c167157b2c925926a3179da10f'
+sha256sums=('2316b60afdb2e218f5b30da96a04e3467756e41474b295143a835e3ed5ead71e'
 'SKIP')
 validpgpkeys=('4AA4767BBC9C4B1D18AE28B77F2D434B9741E8AC'  # Pierre Schmitz 

   'A314827C4E4250A204CE6E13284FC34C8E4B1A25'  # Thomas Bächler 



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

2018-06-25 Thread Felix Yan via arch-commits
Date: Tuesday, June 26, 2018 @ 06:56:39
  Author: felixonmars
Revision: 346128

upgpkg: haskell-missingh 1.4.0.1-34

rebuild with network 2.7.0.1

Modified:
  haskell-missingh/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2018-06-26 06:55:56 UTC (rev 346127)
+++ PKGBUILD2018-06-26 06:56:39 UTC (rev 346128)
@@ -5,7 +5,7 @@
 _hkgname=MissingH
 pkgname=haskell-missingh
 pkgver=1.4.0.1
-pkgrel=33
+pkgrel=34
 pkgdesc="Large utility library"
 url="http://software.complete.org/missingh";
 license=("custom:BSD3")


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

2018-06-25 Thread Felix Yan via arch-commits
Date: Tuesday, June 26, 2018 @ 06:55:56
  Author: felixonmars
Revision: 346127

archrelease: copy trunk to community-staging-x86_64

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

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

Deleted: PKGBUILD
===
--- PKGBUILD2018-06-26 06:55:32 UTC (rev 346126)
+++ PKGBUILD2018-06-26 06:55:56 UTC (rev 346127)
@@ -1,46 +0,0 @@
-# Maintainer: Levente Polyak 
-# Contributer: Colin Woodbury 
-# Contributer: Leif Warner 
-# Contributor: Cedric Girard 
-# Contributor: Arch Haskell Team 
-
-_hkgname=libmpd
-pkgname=haskell-libmpd
-pkgver=0.9.0.8
-pkgrel=20
-pkgdesc='Client library for MPD, the Music Player Daemon'
-url='https://hackage.haskell.org/package/libmpd'
-license=('MIT')
-arch=('x86_64')
-depends=('ghc-libs' 'gmp' 'haskell-attoparsec' 'haskell-bytestring' 
'haskell-containers' 'haskell-data-default'
- 'haskell-filepath' 'haskell-network' 'haskell-time' 
'haskell-utf8-string'
- 'haskell-primitive')
-makedepends=('ghc')
-source=(${pkgname}-${pkgver}.tar.gz::https://github.com/vimus/libmpd-haskell/archive/v${pkgver}.tar.gz)
-sha512sums=('5cc24fe3a81f59b9a7dff96771e9e5312a5e64e0947e191439447838f00f176fc5dbe086fb8fc774dd4896480eb552640e4f0d93ab947f78bf01c72aa93f6907')
-
-build() {
-  cd ${_hkgname}-haskell-${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 haddock
-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}-haskell-${pkgver}
-  install -Dm 744 register.sh 
"${pkgdir}/usr/share/haskell/register/${pkgname}.sh"
-  install -Dm 744 unregister.sh 
"${pkgdir}/usr/share/haskell/unregister/${pkgname}.sh"
-  install -dm 755 "${pkgdir}/usr/share/doc/ghc/html/libraries"
-  runhaskell Setup copy --destdir="${pkgdir}"
-
-  install -Dm 644 LICENSE -t "${pkgdir}/usr/share/licenses/${pkgname}"
-  install -Dm 644 README.md changelog.md -t 
"${pkgdir}/usr/share/doc/${pkgname}"
-  ln -s /usr/share/doc/${pkgname}/html 
"${pkgdir}/usr/share/doc/ghc/html/libraries/${_hkgname}"
-}
-
-# vim: ts=2 sw=2 et:

Copied: haskell-libmpd/repos/community-staging-x86_64/PKGBUILD (from rev 
346126, haskell-libmpd/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2018-06-26 06:55:56 UTC (rev 346127)
@@ -0,0 +1,46 @@
+# Maintainer: Levente Polyak 
+# Contributer: Colin Woodbury 
+# Contributer: Leif Warner 
+# Contributor: Cedric Girard 
+# Contributor: Arch Haskell Team 
+
+_hkgname=libmpd
+pkgname=haskell-libmpd
+pkgver=0.9.0.8
+pkgrel=21
+pkgdesc='Client library for MPD, the Music Player Daemon'
+url='https://hackage.haskell.org/package/libmpd'
+license=('MIT')
+arch=('x86_64')
+depends=('ghc-libs' 'gmp' 'haskell-attoparsec' 'haskell-bytestring' 
'haskell-containers' 'haskell-data-default'
+ 'haskell-filepath' 'haskell-network' 'haskell-time' 
'haskell-utf8-string'
+ 'haskell-primitive')
+makedepends=('ghc')
+source=(${pkgname}-${pkgver}.tar.gz::https://github.com/vimus/libmpd-haskell/archive/v${pkgver}.tar.gz)
+sha512sums=('5cc24fe3a81f59b9a7dff96771e9e5312a5e64e0947e191439447838f00f176fc5dbe086fb8fc774dd4896480eb552640e4f0d93ab947f78bf01c72aa93f6907')
+
+build() {
+  cd ${_hkgname}-haskell-${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 haddock
+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}-haskell-${pkgver}
+  install -Dm 744 register.sh 
"${pkgdir}/usr/share/haskell/register/${pkgname}.sh"
+  install -Dm 744 unregister.sh 
"${pkgdir}/usr/share/haskell/unregister/${pkgname}.sh"
+  install -dm 755 "${pkgdir}/usr/share/doc/ghc/html/libraries"
+  runhaskell Setup copy --destdir="${pkgdir}"
+
+  install -Dm 644 LICENSE -t "${pkgdir}/usr/share/licenses/${pkgname}"
+  install -Dm 644 README.md changelog.md -t 
"${pkgdir}/usr/share/doc/${pkgname}"
+  

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

2018-06-25 Thread Felix Yan via arch-commits
Date: Tuesday, June 26, 2018 @ 06:54:59
  Author: felixonmars
Revision: 346125

archrelease: copy trunk to community-staging-x86_64

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

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

Deleted: PKGBUILD
===
--- PKGBUILD2018-06-26 06:54:41 UTC (rev 346124)
+++ PKGBUILD2018-06-26 06:54:59 UTC (rev 346125)
@@ -1,47 +0,0 @@
-# $Id$
-# Maintainer: Felix Yan 
-# Contributor: Arch Haskell Team 
-
-_hkgname=dns
-pkgname=haskell-dns
-pkgver=3.0.4
-pkgrel=13
-pkgdesc="DNS library in Haskell"
-url="https://hackage.haskell.org/package/${_hkgname}";
-license=("custom:BSD3")
-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 "${srcdir}/${_hkgname}-${pkgver}"
-
-runhaskell Setup configure -O --enable-shared --enable-executable-dynamic 
--disable-library-vanilla \
---prefix=/usr --docdir="/usr/share/doc/${pkgname}" --enable-tests \
---dynlibdir=/usr/lib --libsubdir=\$compiler/site-local/\$pkgid
-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 "${srcdir}/${_hkgname}-${pkgver}"
-
-install -D -m744 register.sh   
"${pkgdir}/usr/share/haskell/register/${pkgname}.sh"
-install -D -m744 unregister.sh 
"${pkgdir}/usr/share/haskell/unregister/${pkgname}.sh"
-runhaskell Setup copy --destdir="${pkgdir}"
-install -D -m644 "LICENSE" 
"${pkgdir}/usr/share/licenses/${pkgname}/LICENSE"
-rm -f "${pkgdir}/usr/share/doc/${pkgname}/LICENSE"
-}

Copied: haskell-dns/repos/community-staging-x86_64/PKGBUILD (from rev 346124, 
haskell-dns/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2018-06-26 06:54:59 UTC (rev 346125)
@@ -0,0 +1,47 @@
+# $Id$
+# Maintainer: Felix Yan 
+# Contributor: Arch Haskell Team 
+
+_hkgname=dns
+pkgname=haskell-dns
+pkgver=3.0.4
+pkgrel=14
+pkgdesc="DNS library in Haskell"
+url="https://hackage.haskell.org/package/${_hkgname}";
+license=("custom:BSD3")
+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 "${srcdir}/${_hkgname}-${pkgver}"
+
+runhaskell Setup configure -O --enable-shared --enable-executable-dynamic 
--disable-library-vanilla \
+--prefix=/usr --docdir="/usr/share/doc/${pkgname}" --enable-tests \
+--dynlibdir=/usr/lib --libsubdir=\$compiler/site-local/\$pkgid
+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 "${srcdir}/${_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-libmpd/trunk (PKGBUILD)

2018-06-25 Thread Felix Yan via arch-commits
Date: Tuesday, June 26, 2018 @ 06:55:32
  Author: felixonmars
Revision: 346126

upgpkg: haskell-libmpd 0.9.0.8-21

rebuild with network 2.7.0.1

Modified:
  haskell-libmpd/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2018-06-26 06:54:59 UTC (rev 346125)
+++ PKGBUILD2018-06-26 06:55:32 UTC (rev 346126)
@@ -7,7 +7,7 @@
 _hkgname=libmpd
 pkgname=haskell-libmpd
 pkgver=0.9.0.8
-pkgrel=20
+pkgrel=21
 pkgdesc='Client library for MPD, the Music Player Daemon'
 url='https://hackage.haskell.org/package/libmpd'
 license=('MIT')


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

2018-06-25 Thread Felix Yan via arch-commits
Date: Tuesday, June 26, 2018 @ 06:54:41
  Author: felixonmars
Revision: 346124

upgpkg: haskell-dns 3.0.4-14

rebuild with network 2.7.0.1

Modified:
  haskell-dns/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2018-06-26 06:53:47 UTC (rev 346123)
+++ PKGBUILD2018-06-26 06:54:41 UTC (rev 346124)
@@ -5,7 +5,7 @@
 _hkgname=dns
 pkgname=haskell-dns
 pkgver=3.0.4
-pkgrel=13
+pkgrel=14
 pkgdesc="DNS library in Haskell"
 url="https://hackage.haskell.org/package/${_hkgname}";
 license=("custom:BSD3")


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

2018-06-25 Thread Felix Yan via arch-commits
Date: Tuesday, June 26, 2018 @ 06:53:47
  Author: felixonmars
Revision: 346123

archrelease: copy trunk to community-staging-x86_64

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

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

Deleted: PKGBUILD
===
--- PKGBUILD2018-06-26 06:53:24 UTC (rev 346122)
+++ PKGBUILD2018-06-26 06:53:47 UTC (rev 346123)
@@ -1,39 +0,0 @@
-# $Id$
-# Maintainer: Felix Yan 
-# Contributor: Arch Haskell Team 
-
-_hkgname=iproute
-pkgname=haskell-iproute
-pkgver=1.7.5
-pkgrel=14
-pkgdesc="IP Routing Table"
-url="http://www.mew.org/~kazu/proj/iproute/";
-license=("custom:BSD3")
-arch=('x86_64')
-depends=('ghc-libs' "haskell-appar" "haskell-byteorder" "haskell-network")
-makedepends=('ghc')
-source=("https://hackage.haskell.org/packages/archive/${_hkgname}/${pkgver}/${_hkgname}-${pkgver}.tar.gz";)
-sha512sums=('5d1099a3cee878ab3ced3f2da9d8cdcf2916f66700fb08a5800aaed372d8db26600f4edc09b0b7a6d12d653baccec6d2137e25afa8845ec3f2233129e0998aa9')
-
-build() {
-cd "${srcdir}/${_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 "${srcdir}/${_hkgname}-${pkgver}"
-
-install -D -m744 register.sh   
"${pkgdir}/usr/share/haskell/register/${pkgname}.sh"
-install -D -m744 unregister.sh 
"${pkgdir}/usr/share/haskell/unregister/${pkgname}.sh"
-runhaskell Setup copy --destdir="${pkgdir}"
-install -D -m644 "LICENSE" 
"${pkgdir}/usr/share/licenses/${pkgname}/LICENSE"
-rm -f "${pkgdir}/usr/share/doc/${pkgname}/LICENSE"
-}

Copied: haskell-iproute/repos/community-staging-x86_64/PKGBUILD (from rev 
346122, haskell-iproute/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2018-06-26 06:53:47 UTC (rev 346123)
@@ -0,0 +1,39 @@
+# $Id$
+# Maintainer: Felix Yan 
+# Contributor: Arch Haskell Team 
+
+_hkgname=iproute
+pkgname=haskell-iproute
+pkgver=1.7.5
+pkgrel=15
+pkgdesc="IP Routing Table"
+url="http://www.mew.org/~kazu/proj/iproute/";
+license=("custom:BSD3")
+arch=('x86_64')
+depends=('ghc-libs' "haskell-appar" "haskell-byteorder" "haskell-network")
+makedepends=('ghc')
+source=("https://hackage.haskell.org/packages/archive/${_hkgname}/${pkgver}/${_hkgname}-${pkgver}.tar.gz";)
+sha512sums=('5d1099a3cee878ab3ced3f2da9d8cdcf2916f66700fb08a5800aaed372d8db26600f4edc09b0b7a6d12d653baccec6d2137e25afa8845ec3f2233129e0998aa9')
+
+build() {
+cd "${srcdir}/${_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 "${srcdir}/${_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-iproute/trunk (PKGBUILD)

2018-06-25 Thread Felix Yan via arch-commits
Date: Tuesday, June 26, 2018 @ 06:53:24
  Author: felixonmars
Revision: 346122

upgpkg: haskell-iproute 1.7.5-15

rebuild with network 2.7.0.1

Modified:
  haskell-iproute/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2018-06-26 06:52:50 UTC (rev 346121)
+++ PKGBUILD2018-06-26 06:53:24 UTC (rev 346122)
@@ -5,7 +5,7 @@
 _hkgname=iproute
 pkgname=haskell-iproute
 pkgver=1.7.5
-pkgrel=14
+pkgrel=15
 pkgdesc="IP Routing Table"
 url="http://www.mew.org/~kazu/proj/iproute/";
 license=("custom:BSD3")


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

2018-06-25 Thread Felix Yan via arch-commits
Date: Tuesday, June 26, 2018 @ 06:52:50
  Author: felixonmars
Revision: 346121

archrelease: copy trunk to community-staging-x86_64

Added:
  haskell-io-streams-haproxy/repos/community-staging-x86_64/PKGBUILD
(from rev 346120, haskell-io-streams-haproxy/trunk/PKGBUILD)
Deleted:
  haskell-io-streams-haproxy/repos/community-staging-x86_64/PKGBUILD

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

Deleted: PKGBUILD
===
--- PKGBUILD2018-06-26 06:52:33 UTC (rev 346120)
+++ PKGBUILD2018-06-26 06:52:50 UTC (rev 346121)
@@ -1,48 +0,0 @@
-# $Id$
-# Maintainer: Felix Yan 
-
-_hkgname=io-streams-haproxy
-pkgname=haskell-io-streams-haproxy
-pkgver=1.0.0.2
-pkgrel=13
-pkgdesc="HAProxy protocol 1.5 support for io-streams"
-url="https://github.com/snapframework/io-streams-haproxy";
-license=('custom:BSD3')
-arch=('x86_64')
-depends=('ghc-libs' 'haskell-attoparsec' 'haskell-io-streams' 
'haskell-network')
-makedepends=('ghc' 'haskell-hunit' 'haskell-test-framework' 
'haskell-test-framework-hunit')
-source=(https://hackage.haskell.org/packages/archive/${_hkgname}/${pkgver}/${_hkgname}-${pkgver}.tar.gz)
-sha512sums=('08de179bbb2c446329fc9c213ed99f8c19ce647b1203bde9e298676a0e0f9b5e617e897d14a74cd6bf80d7ff8ab13f0a38866f0569a065c7d6f6956535699543')
-
-prepare() {
-cd $_hkgname-$pkgver
-sed -i -e 's/<.*4.11/<5/' -e 's/<.*2.7/<3/' $_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"
-}

Copied: haskell-io-streams-haproxy/repos/community-staging-x86_64/PKGBUILD 
(from rev 346120, haskell-io-streams-haproxy/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2018-06-26 06:52:50 UTC (rev 346121)
@@ -0,0 +1,48 @@
+# $Id$
+# Maintainer: Felix Yan 
+
+_hkgname=io-streams-haproxy
+pkgname=haskell-io-streams-haproxy
+pkgver=1.0.0.2
+pkgrel=14
+pkgdesc="HAProxy protocol 1.5 support for io-streams"
+url="https://github.com/snapframework/io-streams-haproxy";
+license=('custom:BSD3')
+arch=('x86_64')
+depends=('ghc-libs' 'haskell-attoparsec' 'haskell-io-streams' 
'haskell-network')
+makedepends=('ghc' 'haskell-hunit' 'haskell-test-framework' 
'haskell-test-framework-hunit')
+source=(https://hackage.haskell.org/packages/archive/${_hkgname}/${pkgver}/${_hkgname}-${pkgver}.tar.gz)
+sha512sums=('08de179bbb2c446329fc9c213ed99f8c19ce647b1203bde9e298676a0e0f9b5e617e897d14a74cd6bf80d7ff8ab13f0a38866f0569a065c7d6f6956535699543')
+
+prepare() {
+cd $_hkgname-$pkgver
+sed -i -e 's/<.*4.11/<5/' -e 's/<.*2.7/<3/' $_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 jupyter-widgetsnbextension/repos/community-any (2 files)

2018-06-25 Thread Antonio Rojas via arch-commits
Date: Tuesday, June 26, 2018 @ 06:52:33
  Author: arojas
Revision: 346120

archrelease: copy trunk to community-any

Added:
  jupyter-widgetsnbextension/repos/community-any/PKGBUILD
(from rev 346118, jupyter-widgetsnbextension/trunk/PKGBUILD)
Deleted:
  jupyter-widgetsnbextension/repos/community-any/PKGBUILD

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

Deleted: PKGBUILD
===
--- PKGBUILD2018-06-26 06:52:32 UTC (rev 346119)
+++ PKGBUILD2018-06-26 06:52:33 UTC (rev 346120)
@@ -1,24 +0,0 @@
-# $Id$
-# Maintainer: Antonio Rojas 
-pkgname=jupyter-widgetsnbextension
-pkgver=2.0.0
-pkgrel=1
-epoch=1
-pkgdesc="Interactive HTML widgets for Jupyter notebooks"
-arch=(any)
-url="https://pypi.python.org/pypi/widgetsnbextension";
-license=(BSD)
-depends=(jupyter-notebook)
-makedepends=()
-source=("https://pypi.io/packages/source/w/widgetsnbextension/widgetsnbextension-$pkgver.tar.gz";)
-md5sums=('4a20d3c3fee43dba15da2e7c1ad6bbf3')
-
-build() {
-  cd "widgetsnbextension-$pkgver"
-  python setup.py build
-}
-
-package() {
-  cd "widgetsnbextension-$pkgver"
-  python setup.py install --root="$pkgdir" --optimize=1 --skip-build
-}

Copied: jupyter-widgetsnbextension/repos/community-any/PKGBUILD (from rev 
346118, jupyter-widgetsnbextension/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2018-06-26 06:52:33 UTC (rev 346120)
@@ -0,0 +1,25 @@
+# $Id$
+# Maintainer: Antonio Rojas 
+pkgname=jupyter-widgetsnbextension
+pkgver=3.2.1
+pkgrel=1
+epoch=1
+pkgdesc="Interactive HTML widgets for Jupyter notebooks"
+arch=(any)
+url="https://pypi.python.org/pypi/widgetsnbextension";
+license=(BSD)
+depends=(jupyter-notebook)
+makedepends=()
+source=("https://pypi.io/packages/source/w/widgetsnbextension/widgetsnbextension-$pkgver.tar.gz";)
+md5sums=('2b87b1461738f10c0d476b2e2aa8099d')
+
+build() {
+  cd "widgetsnbextension-$pkgver"
+  python setup.py build
+}
+
+package() {
+  cd "widgetsnbextension-$pkgver"
+  python setup.py install --root="$pkgdir" --optimize=1 --skip-build
+  mv "$pkgdir"{/usr/etc,/etc}
+}


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

2018-06-25 Thread Felix Yan via arch-commits
Date: Tuesday, June 26, 2018 @ 06:52:32
  Author: felixonmars
Revision: 346119

upgpkg: haskell-io-streams-haproxy 1.0.0.2-14

rebuild with network 2.7.0.1

Modified:
  haskell-io-streams-haproxy/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2018-06-26 06:52:01 UTC (rev 346118)
+++ PKGBUILD2018-06-26 06:52:32 UTC (rev 346119)
@@ -4,7 +4,7 @@
 _hkgname=io-streams-haproxy
 pkgname=haskell-io-streams-haproxy
 pkgver=1.0.0.2
-pkgrel=13
+pkgrel=14
 pkgdesc="HAProxy protocol 1.5 support for io-streams"
 url="https://github.com/snapframework/io-streams-haproxy";
 license=('custom:BSD3')


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

2018-06-25 Thread Felix Yan via arch-commits
Date: Tuesday, June 26, 2018 @ 06:51:54
  Author: felixonmars
Revision: 346117

archrelease: copy trunk to community-staging-x86_64

Added:
  haskell-io-streams/repos/community-staging-x86_64/PKGBUILD
(from rev 346116, haskell-io-streams/trunk/PKGBUILD)
Deleted:
  haskell-io-streams/repos/community-staging-x86_64/PKGBUILD

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

Deleted: PKGBUILD
===
--- PKGBUILD2018-06-26 06:51:35 UTC (rev 346116)
+++ PKGBUILD2018-06-26 06:51:54 UTC (rev 346117)
@@ -1,50 +0,0 @@
-# $Id$
-# Maintainer: Felix Yan 
-
-_hkgname=io-streams
-pkgname=haskell-io-streams
-pkgver=1.5.0.1
-pkgrel=14
-pkgdesc="Simple, composable, and easy-to-use stream I/O"
-url="https://github.com/snapframework/io-streams";
-license=('custom:BSD3')
-arch=('x86_64')
-depends=('ghc-libs' 'haskell-attoparsec' 'haskell-network' 'haskell-primitive' 
'haskell-vector'
- 'haskell-zlib-bindings')
-makedepends=('ghc' 'haskell-hunit' 'haskell-quickcheck' 
'haskell-test-framework'
- 'haskell-test-framework-hunit' 
'haskell-test-framework-quickcheck2' 'haskell-zlib')
-source=(https://hackage.haskell.org/packages/archive/${_hkgname}/${pkgver}/${_hkgname}-${pkgver}.tar.gz)
-sha512sums=('610a149870732b04c59a5fb91b92e7b9a7f7c53e89ab29dc9249fca9e6a9a54ab97c7986b0bde23a98e5301b3d6bd7537f3ca6c7023574bf4a8b9ca7292e2489')
-
-prepare() {
-cd $_hkgname-$pkgver
-sed -i -e '/bytestring-builder/d' -e 's/<.*2.7/<3/' $_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"
-}

Copied: haskell-io-streams/repos/community-staging-x86_64/PKGBUILD (from rev 
346116, haskell-io-streams/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2018-06-26 06:51:54 UTC (rev 346117)
@@ -0,0 +1,50 @@
+# $Id$
+# Maintainer: Felix Yan 
+
+_hkgname=io-streams
+pkgname=haskell-io-streams
+pkgver=1.5.0.1
+pkgrel=15
+pkgdesc="Simple, composable, and easy-to-use stream I/O"
+url="https://github.com/snapframework/io-streams";
+license=('custom:BSD3')
+arch=('x86_64')
+depends=('ghc-libs' 'haskell-attoparsec' 'haskell-network' 'haskell-primitive' 
'haskell-vector'
+ 'haskell-zlib-bindings')
+makedepends=('ghc' 'haskell-hunit' 'haskell-quickcheck' 
'haskell-test-framework'
+ 'haskell-test-framework-hunit' 
'haskell-test-framework-quickcheck2' 'haskell-zlib')
+source=(https://hackage.haskell.org/packages/archive/${_hkgname}/${pkgver}/${_hkgname}-${pkgver}.tar.gz)
+sha512sums=('610a149870732b04c59a5fb91b92e7b9a7f7c53e89ab29dc9249fca9e6a9a54ab97c7986b0bde23a98e5301b3d6bd7537f3ca6c7023574bf4a8b9ca7292e2489')
+
+prepare() {
+cd $_hkgname-$pkgver
+sed -i -e '/bytestring-builder/d' -e 's/<.*2.7/<3/' $_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 python-ipywidgets/repos/community-any (PKGBUILD PKGBUILD)

2018-06-25 Thread Antonio Rojas via arch-commits
Date: Tuesday, June 26, 2018 @ 06:52:01
  Author: arojas
Revision: 346118

archrelease: copy trunk to community-any

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

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

Deleted: PKGBUILD
===
--- PKGBUILD2018-06-26 06:51:54 UTC (rev 346117)
+++ PKGBUILD2018-06-26 06:52:01 UTC (rev 346118)
@@ -1,56 +0,0 @@
-# $Id$
-# Maintainer: Kyle Keen 
-
-pkgbase=python-ipywidgets
-pkgname=(python-ipywidgets python2-ipywidgets)
-pkgver=6.0.0
-pkgrel=1
-pkgdesc="IPython widgets for the Jupyter Notebook"
-arch=('any')
-url="https://github.com/ipython/ipywidgets";
-license=('BSD')
-depends=('python' 'jupyter-widgetsnbextension')
-makedepends=('python-setuptools' 'python2-setuptools' 'npm' 'git')
-
-source=("$pkgname-$pkgver.tgz::https://github.com/ipython/ipywidgets/archive/$pkgver.tar.gz";)
-md5sums=('3082b6760be8c566d88bdf1c9fd94063')
-
-prepare() {
-  cp -r "ipywidgets-$pkgver" "py2-ipywidgets-$pkgver"
-}
-
-build() {
-  cd "$srcdir/ipywidgets-$pkgver"
-  # needs node, downloads a lot of stuff
-  python3 setup.py build
-  #cd widgetsnbextension
-  #python3 setup.py build
-  #cd ..
-
-  cd "$srcdir/py2-ipywidgets-$pkgver"
-  python2 setup.py build
-  #cd widgetsnbextension
-  #python2 setup.py build
-}
-
-package_python-ipywidgets() {
-  cd "$srcdir/ipywidgets-$pkgver"
-  python3 setup.py install --prefix=/usr --root="$pkgdir" --optimize=0
-  install -Dm644 COPYING.md "$pkgdir/usr/share/licenses/$pkgname/LICENSE"
-  #cd widgetsnbextension
-  #python3 setup.py install --prefix=/usr --root="$pkgdir"
-}
-
-package_python2-ipywidgets() {
-  depends=('python2' 'jupyter-widgetsnbextension')
-  # weird depends because of shared files
-  cd "$srcdir/py2-ipywidgets-$pkgver"
-  python2 setup.py install --prefix=/usr --root="$pkgdir" --optimize=0
-  install -Dm644 COPYING.md "$pkgdir/usr/share/licenses/$pkgname/LICENSE"
-  #cd widgetsnbextension
-  #python2 setup.py install --prefix=/usr --root="$pkgdir"
-
-  # remove shared files
-  #rm 
"$pkgdir/usr/share/jupyter/nbextensions/jupyter-js-widgets/extension.js"{,.map}
-}
-

Copied: python-ipywidgets/repos/community-any/PKGBUILD (from rev 346117, 
python-ipywidgets/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2018-06-26 06:52:01 UTC (rev 346118)
@@ -0,0 +1,56 @@
+# $Id$
+# Maintainer: Kyle Keen 
+
+pkgbase=python-ipywidgets
+pkgname=(python-ipywidgets python2-ipywidgets)
+pkgver=7.2.1
+pkgrel=1
+pkgdesc="IPython widgets for the Jupyter Notebook"
+arch=('any')
+url="https://github.com/ipython/ipywidgets";
+license=('BSD')
+depends=('python' 'jupyter-widgetsnbextension')
+makedepends=('python-setuptools' 'python2-setuptools' 'npm' 'git')
+
+source=("$pkgname-$pkgver.tgz::https://github.com/ipython/ipywidgets/archive/$pkgver.tar.gz";)
+md5sums=('ab7e48f3d4065a51796e99ec85f71a93')
+
+prepare() {
+  cp -r "ipywidgets-$pkgver" "py2-ipywidgets-$pkgver"
+}
+
+build() {
+  cd "$srcdir/ipywidgets-$pkgver"
+  # needs node, downloads a lot of stuff
+  python3 setup.py build
+  #cd widgetsnbextension
+  #python3 setup.py build
+  #cd ..
+
+  cd "$srcdir/py2-ipywidgets-$pkgver"
+  python2 setup.py build
+  #cd widgetsnbextension
+  #python2 setup.py build
+}
+
+package_python-ipywidgets() {
+  cd "$srcdir/ipywidgets-$pkgver"
+  python3 setup.py install --prefix=/usr --root="$pkgdir" --optimize=0
+  install -Dm644 COPYING.md "$pkgdir/usr/share/licenses/$pkgname/LICENSE"
+  #cd widgetsnbextension
+  #python3 setup.py install --prefix=/usr --root="$pkgdir"
+}
+
+package_python2-ipywidgets() {
+  depends=('python2' 'jupyter-widgetsnbextension')
+  # weird depends because of shared files
+  cd "$srcdir/py2-ipywidgets-$pkgver"
+  python2 setup.py install --prefix=/usr --root="$pkgdir" --optimize=0
+  install -Dm644 COPYING.md "$pkgdir/usr/share/licenses/$pkgname/LICENSE"
+  #cd widgetsnbextension
+  #python2 setup.py install --prefix=/usr --root="$pkgdir"
+
+  # remove shared files
+  #rm 
"$pkgdir/usr/share/jupyter/nbextensions/jupyter-js-widgets/extension.js"{,.map}
+}
+


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

2018-06-25 Thread Antonio Rojas via arch-commits
Date: Tuesday, June 26, 2018 @ 06:51:30
  Author: arojas
Revision: 346115

Update to 3.2.1, needed by sagemath

Modified:
  jupyter-widgetsnbextension/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2018-06-26 06:50:40 UTC (rev 346114)
+++ PKGBUILD2018-06-26 06:51:30 UTC (rev 346115)
@@ -1,7 +1,7 @@
 # $Id$
 # Maintainer: Antonio Rojas 
 pkgname=jupyter-widgetsnbextension
-pkgver=2.0.0
+pkgver=3.2.1
 pkgrel=1
 epoch=1
 pkgdesc="Interactive HTML widgets for Jupyter notebooks"
@@ -11,7 +11,7 @@
 depends=(jupyter-notebook)
 makedepends=()
 
source=("https://pypi.io/packages/source/w/widgetsnbextension/widgetsnbextension-$pkgver.tar.gz";)
-md5sums=('4a20d3c3fee43dba15da2e7c1ad6bbf3')
+md5sums=('2b87b1461738f10c0d476b2e2aa8099d')
 
 build() {
   cd "widgetsnbextension-$pkgver"
@@ -21,4 +21,5 @@
 package() {
   cd "widgetsnbextension-$pkgver"
   python setup.py install --root="$pkgdir" --optimize=1 --skip-build
+  mv "$pkgdir"{/usr/etc,/etc}
 }


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

2018-06-25 Thread Felix Yan via arch-commits
Date: Tuesday, June 26, 2018 @ 06:51:35
  Author: felixonmars
Revision: 346116

upgpkg: haskell-io-streams 1.5.0.1-15

rebuild with network 2.7.0.1

Modified:
  haskell-io-streams/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2018-06-26 06:51:30 UTC (rev 346115)
+++ PKGBUILD2018-06-26 06:51:35 UTC (rev 346116)
@@ -4,7 +4,7 @@
 _hkgname=io-streams
 pkgname=haskell-io-streams
 pkgver=1.5.0.1
-pkgrel=14
+pkgrel=15
 pkgdesc="Simple, composable, and easy-to-use stream I/O"
 url="https://github.com/snapframework/io-streams";
 license=('custom:BSD3')


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

2018-06-25 Thread Antonio Rojas via arch-commits
Date: Tuesday, June 26, 2018 @ 06:50:28
  Author: arojas
Revision: 346113

Update to 7.2.1, needed by sagemath

Modified:
  python-ipywidgets/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2018-06-26 06:50:22 UTC (rev 346112)
+++ PKGBUILD2018-06-26 06:50:28 UTC (rev 346113)
@@ -3,7 +3,7 @@
 
 pkgbase=python-ipywidgets
 pkgname=(python-ipywidgets python2-ipywidgets)
-pkgver=6.0.0
+pkgver=7.2.1
 pkgrel=1
 pkgdesc="IPython widgets for the Jupyter Notebook"
 arch=('any')
@@ -13,7 +13,7 @@
 makedepends=('python-setuptools' 'python2-setuptools' 'npm' 'git')
 
 
source=("$pkgname-$pkgver.tgz::https://github.com/ipython/ipywidgets/archive/$pkgver.tar.gz";)
-md5sums=('3082b6760be8c566d88bdf1c9fd94063')
+md5sums=('ab7e48f3d4065a51796e99ec85f71a93')
 
 prepare() {
   cp -r "ipywidgets-$pkgver" "py2-ipywidgets-$pkgver"


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

2018-06-25 Thread Felix Yan via arch-commits
Date: Tuesday, June 26, 2018 @ 06:50:22
  Author: felixonmars
Revision: 346112

upgpkg: haskell-httpd-shed 0.4.0.3-24

rebuild with network 2.7.0.1

Modified:
  haskell-httpd-shed/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2018-06-26 06:49:55 UTC (rev 346111)
+++ PKGBUILD2018-06-26 06:50:22 UTC (rev 346112)
@@ -5,7 +5,7 @@
 _hkgname=httpd-shed
 pkgname=haskell-httpd-shed
 pkgver=0.4.0.3
-pkgrel=23
+pkgrel=24
 pkgdesc="A simple web-server with an interact style API"
 url="https://github.com/andygill/httpd-shed/";
 license=("custom:BSD3")


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

2018-06-25 Thread Felix Yan via arch-commits
Date: Tuesday, June 26, 2018 @ 06:50:40
  Author: felixonmars
Revision: 346114

archrelease: copy trunk to community-staging-x86_64

Added:
  haskell-httpd-shed/repos/community-staging-x86_64/PKGBUILD
(from rev 346113, haskell-httpd-shed/trunk/PKGBUILD)
Deleted:
  haskell-httpd-shed/repos/community-staging-x86_64/PKGBUILD

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

Deleted: PKGBUILD
===
--- PKGBUILD2018-06-26 06:50:28 UTC (rev 346113)
+++ PKGBUILD2018-06-26 06:50:40 UTC (rev 346114)
@@ -1,45 +0,0 @@
-# $Id$
-# Maintainer: Felix Yan 
-# Contributor: Arch Haskell Team 
-
-_hkgname=httpd-shed
-pkgname=haskell-httpd-shed
-pkgver=0.4.0.3
-pkgrel=23
-pkgdesc="A simple web-server with an interact style API"
-url="https://github.com/andygill/httpd-shed/";
-license=("custom:BSD3")
-arch=('x86_64')
-depends=('ghc-libs' 'haskell-network' 'haskell-network-uri')
-makedepends=('ghc')
-source=("https://hackage.haskell.org/packages/archive/${_hkgname}/${pkgver}/${_hkgname}-${pkgver}.tar.gz";)
-sha512sums=('4fc4da5dd42194890e4201129c7217191cc1c8f82a366b84f42f9129c45fa5cb40211674608c84df420f8d8659fd60908880d14176a36f6aa0f89c01a8c1fa6c')
-
-prepare() {
-cd $_hkgname-$pkgver
-sed -i 's/<.*2.7/<3/' $_hkgname.cabal
-}
-
-build() {
-cd $_hkgname-$pkgver
-
-runhaskell Setup configure -O --enable-shared --enable-executable-dynamic 
--disable-library-vanilla \
---prefix=/usr --docdir="/usr/share/doc/${pkgname}" \
---dynlibdir=/usr/lib --libsubdir=\$compiler/site-local/\$pkgid \
--f-buildexamples -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"
-}

Copied: haskell-httpd-shed/repos/community-staging-x86_64/PKGBUILD (from rev 
346113, haskell-httpd-shed/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2018-06-26 06:50:40 UTC (rev 346114)
@@ -0,0 +1,45 @@
+# $Id$
+# Maintainer: Felix Yan 
+# Contributor: Arch Haskell Team 
+
+_hkgname=httpd-shed
+pkgname=haskell-httpd-shed
+pkgver=0.4.0.3
+pkgrel=24
+pkgdesc="A simple web-server with an interact style API"
+url="https://github.com/andygill/httpd-shed/";
+license=("custom:BSD3")
+arch=('x86_64')
+depends=('ghc-libs' 'haskell-network' 'haskell-network-uri')
+makedepends=('ghc')
+source=("https://hackage.haskell.org/packages/archive/${_hkgname}/${pkgver}/${_hkgname}-${pkgver}.tar.gz";)
+sha512sums=('4fc4da5dd42194890e4201129c7217191cc1c8f82a366b84f42f9129c45fa5cb40211674608c84df420f8d8659fd60908880d14176a36f6aa0f89c01a8c1fa6c')
+
+prepare() {
+cd $_hkgname-$pkgver
+sed -i 's/<.*2.7/<3/' $_hkgname.cabal
+}
+
+build() {
+cd $_hkgname-$pkgver
+
+runhaskell Setup configure -O --enable-shared --enable-executable-dynamic 
--disable-library-vanilla \
+--prefix=/usr --docdir="/usr/share/doc/${pkgname}" \
+--dynlibdir=/usr/lib --libsubdir=\$compiler/site-local/\$pkgid \
+-f-buildexamples -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-http-common/trunk (PKGBUILD)

2018-06-25 Thread Felix Yan via arch-commits
Date: Tuesday, June 26, 2018 @ 06:49:37
  Author: felixonmars
Revision: 346110

upgpkg: haskell-http-common 0.8.2.0-12

rebuild with network 2.7.0.1

Modified:
  haskell-http-common/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2018-06-26 06:49:00 UTC (rev 346109)
+++ PKGBUILD2018-06-26 06:49:37 UTC (rev 346110)
@@ -4,7 +4,7 @@
 _hkgname=http-common
 pkgname=haskell-http-common
 pkgver=0.8.2.0
-pkgrel=11
+pkgrel=12
 pkgdesc="Common types for HTTP clients and servers"
 url="https://github.com/afcowie/http-common";
 license=('custom:BSD3')


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

2018-06-25 Thread Felix Yan via arch-commits
Date: Tuesday, June 26, 2018 @ 06:49:55
  Author: felixonmars
Revision: 346111

archrelease: copy trunk to community-staging-x86_64

Added:
  haskell-http-common/repos/community-staging-x86_64/PKGBUILD
(from rev 346110, haskell-http-common/trunk/PKGBUILD)
Deleted:
  haskell-http-common/repos/community-staging-x86_64/PKGBUILD

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

Deleted: PKGBUILD
===
--- PKGBUILD2018-06-26 06:49:37 UTC (rev 346110)
+++ PKGBUILD2018-06-26 06:49:55 UTC (rev 346111)
@@ -1,39 +0,0 @@
-# $Id$
-# Maintainer: Felix Yan 
-
-_hkgname=http-common
-pkgname=haskell-http-common
-pkgver=0.8.2.0
-pkgrel=11
-pkgdesc="Common types for HTTP clients and servers"
-url="https://github.com/afcowie/http-common";
-license=('custom:BSD3')
-arch=('x86_64')
-depends=('ghc-libs' 'haskell-base64-bytestring' 'haskell-blaze-builder' 
'haskell-case-insensitive'
- 'haskell-network' 'haskell-unordered-containers')
-makedepends=('ghc')
-source=(https://hackage.haskell.org/packages/archive/${_hkgname}/${pkgver}/${_hkgname}-${pkgver}.tar.gz)
-sha512sums=('e02e9b08235483220856ed1cacebea1910ec41451d7ec68b86a2193f5c050f74ef3747a4a2c35c560795727d9f62ee6485cfd1ed5597fb7645ce6339f969851a')
-
-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 "LICENCE" 
"${pkgdir}/usr/share/licenses/${pkgname}/LICENCE"
-rm -f "${pkgdir}/usr/share/doc/${pkgname}/LICENCE"
-}

Copied: haskell-http-common/repos/community-staging-x86_64/PKGBUILD (from rev 
346110, haskell-http-common/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2018-06-26 06:49:55 UTC (rev 346111)
@@ -0,0 +1,39 @@
+# $Id$
+# Maintainer: Felix Yan 
+
+_hkgname=http-common
+pkgname=haskell-http-common
+pkgver=0.8.2.0
+pkgrel=12
+pkgdesc="Common types for HTTP clients and servers"
+url="https://github.com/afcowie/http-common";
+license=('custom:BSD3')
+arch=('x86_64')
+depends=('ghc-libs' 'haskell-base64-bytestring' 'haskell-blaze-builder' 
'haskell-case-insensitive'
+ 'haskell-network' 'haskell-unordered-containers')
+makedepends=('ghc')
+source=(https://hackage.haskell.org/packages/archive/${_hkgname}/${pkgver}/${_hkgname}-${pkgver}.tar.gz)
+sha512sums=('e02e9b08235483220856ed1cacebea1910ec41451d7ec68b86a2193f5c050f74ef3747a4a2c35c560795727d9f62ee6485cfd1ed5597fb7645ce6339f969851a')
+
+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 "LICENCE" 
"${pkgdir}/usr/share/licenses/${pkgname}/LICENCE"
+rm -f "${pkgdir}/usr/share/doc/${pkgname}/LICENCE"
+}


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

2018-06-25 Thread Felix Yan via arch-commits
Date: Tuesday, June 26, 2018 @ 06:48:37
  Author: felixonmars
Revision: 346108

upgpkg: haskell-hsopenssl 0.11.4.14-6

rebuild with network 2.7.0.1

Modified:
  haskell-hsopenssl/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2018-06-26 06:48:01 UTC (rev 346107)
+++ PKGBUILD2018-06-26 06:48:37 UTC (rev 346108)
@@ -4,7 +4,7 @@
 _hkgname=HsOpenSSL
 pkgname=haskell-hsopenssl
 pkgver=0.11.4.14
-pkgrel=5
+pkgrel=6
 pkgdesc="Partial OpenSSL binding for Haskell"
 url="https://github.com/vshabanov/HsOpenSSL";
 license=('custom:PublicDomain')


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

2018-06-25 Thread Felix Yan via arch-commits
Date: Tuesday, June 26, 2018 @ 06:49:00
  Author: felixonmars
Revision: 346109

archrelease: copy trunk to community-staging-x86_64

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

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

Deleted: PKGBUILD
===
--- PKGBUILD2018-06-26 06:48:37 UTC (rev 346108)
+++ PKGBUILD2018-06-26 06:49:00 UTC (rev 346109)
@@ -1,43 +0,0 @@
-# $Id$
-# Maintainer: Felix Yan 
-
-_hkgname=HsOpenSSL
-pkgname=haskell-hsopenssl
-pkgver=0.11.4.14
-pkgrel=5
-pkgdesc="Partial OpenSSL binding for Haskell"
-url="https://github.com/vshabanov/HsOpenSSL";
-license=('custom:PublicDomain')
-arch=('x86_64')
-depends=('ghc-libs' 'haskell-network' 'openssl')
-makedepends=('ghc')
-source=(https://hackage.haskell.org/packages/archive/${_hkgname}/${pkgver}/${_hkgname}-${pkgver}.tar.gz)
-sha512sums=('bc1ed25df06d7ee1267f6880e02a6a194ee8a0c7f041b3e62999f2ea0ecd90734f6cb9c8348eb9e82ccf0c437035c732941c5a6e638c7d2e86a27a1a359561c6')
-
-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 "COPYING" 
"${pkgdir}/usr/share/licenses/${pkgname}/COPYING"
-rm -f "${pkgdir}/usr/share/doc/${pkgname}/COPYING"
-}

Copied: haskell-hsopenssl/repos/community-staging-x86_64/PKGBUILD (from rev 
346108, haskell-hsopenssl/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2018-06-26 06:49:00 UTC (rev 346109)
@@ -0,0 +1,43 @@
+# $Id$
+# Maintainer: Felix Yan 
+
+_hkgname=HsOpenSSL
+pkgname=haskell-hsopenssl
+pkgver=0.11.4.14
+pkgrel=6
+pkgdesc="Partial OpenSSL binding for Haskell"
+url="https://github.com/vshabanov/HsOpenSSL";
+license=('custom:PublicDomain')
+arch=('x86_64')
+depends=('ghc-libs' 'haskell-network' 'openssl')
+makedepends=('ghc')
+source=(https://hackage.haskell.org/packages/archive/${_hkgname}/${pkgver}/${_hkgname}-${pkgver}.tar.gz)
+sha512sums=('bc1ed25df06d7ee1267f6880e02a6a194ee8a0c7f041b3e62999f2ea0ecd90734f6cb9c8348eb9e82ccf0c437035c732941c5a6e638c7d2e86a27a1a359561c6')
+
+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 "COPYING" 
"${pkgdir}/usr/share/licenses/${pkgname}/COPYING"
+rm -f "${pkgdir}/usr/share/doc/${pkgname}/COPYING"
+}


[arch-commits] Commit in git-repair/repos/community-staging-x86_64 (4 files)

2018-06-25 Thread Felix Yan via arch-commits
Date: Tuesday, June 26, 2018 @ 06:48:01
  Author: felixonmars
Revision: 346107

archrelease: copy trunk to community-staging-x86_64

Added:
  git-repair/repos/community-staging-x86_64/PKGBUILD
(from rev 346106, git-repair/trunk/PKGBUILD)
  git-repair/repos/community-staging-x86_64/ghc-8.4.patch
(from rev 346106, git-repair/trunk/ghc-8.4.patch)
Deleted:
  git-repair/repos/community-staging-x86_64/PKGBUILD
  git-repair/repos/community-staging-x86_64/ghc-8.4.patch

---+
 PKGBUILD  |   84 
 ghc-8.4.patch |   58 +++---
 2 files changed, 71 insertions(+), 71 deletions(-)

Deleted: PKGBUILD
===
--- PKGBUILD2018-06-26 06:47:44 UTC (rev 346106)
+++ PKGBUILD2018-06-26 06:48:01 UTC (rev 346107)
@@ -1,42 +0,0 @@
-# $Id$
-# Maintainer: Felix Yan 
-
-pkgname=git-repair
-pkgver=1.20170626
-pkgrel=32
-pkgdesc="Repairs a damaged git repisitory"
-url="http://git-repair.branchable.com/";
-license=("GPL")
-arch=('x86_64')
-depends=('git' 'ghc-libs' 'haskell-async' 'haskell-data-default' 
'haskell-exceptions'
- 'haskell-hslogger' 'haskell-ifelse' 'haskell-network' 
'haskell-network-uri'
- 'haskell-optparse-applicative' 'haskell-quickcheck' 'haskell-split'
- 'haskell-unix-compat' 'haskell-utf8-string')
-makedepends=('ghc')
-source=("$pkgname::git://git-repair.branchable.com/#tag=$pkgver"
-ghc-8.4.patch)
-sha512sums=('SKIP'
-
'7aefb60b5857252bb5b9212865ecc6da0727ec24422fa75fd7442108483e63560bb71d5782c580735ac640d9ec1131cda68882d097ebbd5e2681a9fab4ccebd2')
-
-prepare() {
-  cd git-repair
-  patch -p1 -i ../ghc-8.4.patch
-}
-
-build() {
-  cd git-repair
-  
-  runhaskell Setup configure -O --prefix=/usr --enable-executable-dynamic 
--disable-library-vanilla \
---docdir="/usr/share/doc/$pkgname" \
-  -fnetwork-uri
-  runhaskell Setup build
-}
-
-package() {
-  cd git-repair
-  runhaskell Setup copy --destdir="$pkgdir"
-  install -Dm644 git-repair.1 "$pkgdir"/usr/share/man/man1/git-repair.1
-
-  rm "$pkgdir"/usr/share/doc/git-repair/GPL
-  rmdir "$pkgdir"/usr/share/doc/git-repair "$pkgdir"/usr/share/doc
-}

Copied: git-repair/repos/community-staging-x86_64/PKGBUILD (from rev 346106, 
git-repair/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2018-06-26 06:48:01 UTC (rev 346107)
@@ -0,0 +1,42 @@
+# $Id$
+# Maintainer: Felix Yan 
+
+pkgname=git-repair
+pkgver=1.20170626
+pkgrel=33
+pkgdesc="Repairs a damaged git repisitory"
+url="http://git-repair.branchable.com/";
+license=("GPL")
+arch=('x86_64')
+depends=('git' 'ghc-libs' 'haskell-async' 'haskell-data-default' 
'haskell-exceptions'
+ 'haskell-hslogger' 'haskell-ifelse' 'haskell-network' 
'haskell-network-uri'
+ 'haskell-optparse-applicative' 'haskell-quickcheck' 'haskell-split'
+ 'haskell-unix-compat' 'haskell-utf8-string')
+makedepends=('ghc')
+source=("$pkgname::git://git-repair.branchable.com/#tag=$pkgver"
+ghc-8.4.patch)
+sha512sums=('SKIP'
+
'7aefb60b5857252bb5b9212865ecc6da0727ec24422fa75fd7442108483e63560bb71d5782c580735ac640d9ec1131cda68882d097ebbd5e2681a9fab4ccebd2')
+
+prepare() {
+  cd git-repair
+  patch -p1 -i ../ghc-8.4.patch
+}
+
+build() {
+  cd git-repair
+  
+  runhaskell Setup configure -O --prefix=/usr --enable-executable-dynamic 
--disable-library-vanilla \
+--docdir="/usr/share/doc/$pkgname" \
+  -fnetwork-uri
+  runhaskell Setup build
+}
+
+package() {
+  cd git-repair
+  runhaskell Setup copy --destdir="$pkgdir"
+  install -Dm644 git-repair.1 "$pkgdir"/usr/share/man/man1/git-repair.1
+
+  rm "$pkgdir"/usr/share/doc/git-repair/GPL
+  rmdir "$pkgdir"/usr/share/doc/git-repair "$pkgdir"/usr/share/doc
+}

Deleted: ghc-8.4.patch
===
--- ghc-8.4.patch   2018-06-26 06:47:44 UTC (rev 346106)
+++ ghc-8.4.patch   2018-06-26 06:48:01 UTC (rev 346107)
@@ -1,29 +0,0 @@
-diff --git a/Git/Fsck.hs b/Git/Fsck.hs
-index a716b56..e7061cb 100644
 a/Git/Fsck.hs
-+++ b/Git/Fsck.hs
-@@ -44,15 +44,17 @@ type MissingObjects = S.Set Sha
- 
- type Truncated = Bool
- 
-+instance Semigroup FsckOutput where
-+  (<>) (FsckOutput s1 t1) (FsckOutput s2 t2) = FsckOutput (S.union s1 s2) 
(t1 || t2)
-+  (<>) (FsckOutput s t) _ = FsckOutput s t
-+  (<>) _ (FsckOutput s t) = FsckOutput s t
-+  (<>) NoFsckOutput NoFsckOutput = NoFsckOutput
-+  (<>) AllDuplicateEntriesWarning AllDuplicateEntriesWarning = 
AllDuplicateEntriesWarning
-+  (<>) AllDuplicateEntriesWarning NoFsckOutput = 
AllDuplicateEntriesWarning
-+  (<>) NoFsckOutput AllDuplicateEntriesWarning = 
AllDuplicateEntriesWarning
-+
- instance Monoid FsckOutput where
-   mempty = NoFsckOutput
--  mappend (FsckOutput s1 t1) (FsckOutput s2 t2) = Fsc

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

2018-06-25 Thread Felix Yan via arch-commits
Date: Tuesday, June 26, 2018 @ 06:47:44
  Author: felixonmars
Revision: 346106

upgpkg: git-repair 1.20170626-33

rebuild with network 2.7.0.1

Modified:
  git-repair/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2018-06-26 06:47:01 UTC (rev 346105)
+++ PKGBUILD2018-06-26 06:47:44 UTC (rev 346106)
@@ -3,7 +3,7 @@
 
 pkgname=git-repair
 pkgver=1.20170626
-pkgrel=32
+pkgrel=33
 pkgdesc="Repairs a damaged git repisitory"
 url="http://git-repair.branchable.com/";
 license=("GPL")


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

2018-06-25 Thread Felix Yan via arch-commits
Date: Tuesday, June 26, 2018 @ 06:47:01
  Author: felixonmars
Revision: 346105

archrelease: copy trunk to community-staging-x86_64

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

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

Deleted: PKGBUILD
===
--- PKGBUILD2018-06-26 06:46:42 UTC (rev 346104)
+++ PKGBUILD2018-06-26 06:47:01 UTC (rev 346105)
@@ -1,38 +0,0 @@
-# $Id$
-# Maintainer: Sergej Pupykin 
-# Maintainer: Arch Haskell Team 
-
-pkgname=haskell-hslogger
-pkgver=1.2.10
-pkgrel=27
-pkgdesc="Versatile logging framework"
-url="https://hackage.haskell.org/package/hslogger";
-license=('LGPL')
-arch=('x86_64')
-depends=('ghc-libs' 'haskell-network' 'haskell-old-locale')
-makedepends=('ghc')
-source=("https://hackage.haskell.org/packages/archive/hslogger/${pkgver}/hslogger-${pkgver}.tar.gz";)
-sha512sums=('c2e3c6e7c8598aca2a18e507defa7536db7fdf15265b900401f8558b3259cd770531a3a302d6eb9ecca63a9629f0d5796e1ec94d8f21ecf153a1fc49f889183a')
-
-build() {
-cd "${srcdir}/hslogger-${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 "${srcdir}/hslogger-${pkgver}"
-
-install -D -m744 register.sh   
"${pkgdir}/usr/share/haskell/register/${pkgname}.sh"
-install -D -m744 unregister.sh 
"${pkgdir}/usr/share/haskell/unregister/${pkgname}.sh"
-runhaskell Setup copy --destdir="${pkgdir}"
-install -D -m644 "LICENSE" 
"${pkgdir}/usr/share/licenses/${pkgname}/LICENSE"
-rm -f "${pkgdir}/usr/share/doc/${pkgname}/LICENSE"
-}

Copied: haskell-hslogger/repos/community-staging-x86_64/PKGBUILD (from rev 
346104, haskell-hslogger/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2018-06-26 06:47:01 UTC (rev 346105)
@@ -0,0 +1,38 @@
+# $Id$
+# Maintainer: Sergej Pupykin 
+# Maintainer: Arch Haskell Team 
+
+pkgname=haskell-hslogger
+pkgver=1.2.10
+pkgrel=28
+pkgdesc="Versatile logging framework"
+url="https://hackage.haskell.org/package/hslogger";
+license=('LGPL')
+arch=('x86_64')
+depends=('ghc-libs' 'haskell-network' 'haskell-old-locale')
+makedepends=('ghc')
+source=("https://hackage.haskell.org/packages/archive/hslogger/${pkgver}/hslogger-${pkgver}.tar.gz";)
+sha512sums=('c2e3c6e7c8598aca2a18e507defa7536db7fdf15265b900401f8558b3259cd770531a3a302d6eb9ecca63a9629f0d5796e1ec94d8f21ecf153a1fc49f889183a')
+
+build() {
+cd "${srcdir}/hslogger-${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 "${srcdir}/hslogger-${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-hslogger/trunk (PKGBUILD)

2018-06-25 Thread Felix Yan via arch-commits
Date: Tuesday, June 26, 2018 @ 06:46:42
  Author: felixonmars
Revision: 346104

upgpkg: haskell-hslogger 1.2.10-28

rebuild with network 2.7.0.1

Modified:
  haskell-hslogger/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2018-06-26 06:46:12 UTC (rev 346103)
+++ PKGBUILD2018-06-26 06:46:42 UTC (rev 346104)
@@ -4,7 +4,7 @@
 
 pkgname=haskell-hslogger
 pkgver=1.2.10
-pkgrel=27
+pkgrel=28
 pkgdesc="Versatile logging framework"
 url="https://hackage.haskell.org/package/hslogger";
 license=('LGPL')


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

2018-06-25 Thread Felix Yan via arch-commits
Date: Tuesday, June 26, 2018 @ 06:46:12
  Author: felixonmars
Revision: 346103

archrelease: copy trunk to community-staging-x86_64

Added:
  haskell-hackage-security/repos/community-staging-x86_64/PKGBUILD
(from rev 346102, haskell-hackage-security/trunk/PKGBUILD)
Deleted:
  haskell-hackage-security/repos/community-staging-x86_64/PKGBUILD

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

Deleted: PKGBUILD
===
--- PKGBUILD2018-06-26 06:45:53 UTC (rev 346102)
+++ PKGBUILD2018-06-26 06:46:12 UTC (rev 346103)
@@ -1,47 +0,0 @@
-# $Id$
-# Maintainer: Felix Yan 
-# Contributor: Arch Haskell Team 
-
-_hkgname=hackage-security
-pkgname=haskell-hackage-security
-pkgver=0.5.3.0
-pkgrel=14
-pkgdesc="Hackage security library"
-url="https://github.com/well-typed/hackage-security";
-license=("custom:BSD3")
-arch=('x86_64')
-depends=('ghc-libs' 'haskell-base16-bytestring' 'haskell-base64-bytestring'
- 'haskell-cryptohash-sha256' 'haskell-ed25519' 'haskell-network' 
'haskell-network-uri'
- 'haskell-tar' 'haskell-zlib')
-makedepends=('ghc')
-source=("https://hackage.haskell.org/packages/archive/${_hkgname}/${pkgver}/${_hkgname}-${pkgver}.tar.gz";)
-sha512sums=('57af812fb3911aed6ebdbc5de733e86a2bdc7845a07246c69346c59f654e7c4ae5bf20ad753cfe71dc1d7f47ce66a37fba49b178e8e6ff74002fc8ffb72d920d')
-
-prepare() {
-cd $_hkgname-$pkgver
-sed -i 's/<.*2.7/<3/' $_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 \
--fbase48 -fuse-network-uri -f-old-directory
-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"
-}

Copied: haskell-hackage-security/repos/community-staging-x86_64/PKGBUILD (from 
rev 346102, haskell-hackage-security/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2018-06-26 06:46:12 UTC (rev 346103)
@@ -0,0 +1,47 @@
+# $Id$
+# Maintainer: Felix Yan 
+# Contributor: Arch Haskell Team 
+
+_hkgname=hackage-security
+pkgname=haskell-hackage-security
+pkgver=0.5.3.0
+pkgrel=15
+pkgdesc="Hackage security library"
+url="https://github.com/well-typed/hackage-security";
+license=("custom:BSD3")
+arch=('x86_64')
+depends=('ghc-libs' 'haskell-base16-bytestring' 'haskell-base64-bytestring'
+ 'haskell-cryptohash-sha256' 'haskell-ed25519' 'haskell-network' 
'haskell-network-uri'
+ 'haskell-tar' 'haskell-zlib')
+makedepends=('ghc')
+source=("https://hackage.haskell.org/packages/archive/${_hkgname}/${pkgver}/${_hkgname}-${pkgver}.tar.gz";)
+sha512sums=('57af812fb3911aed6ebdbc5de733e86a2bdc7845a07246c69346c59f654e7c4ae5bf20ad753cfe71dc1d7f47ce66a37fba49b178e8e6ff74002fc8ffb72d920d')
+
+prepare() {
+cd $_hkgname-$pkgver
+sed -i 's/<.*2.7/<3/' $_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 \
+-fbase48 -fuse-network-uri -f-old-directory
+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-hackage-security/trunk (PKGBUILD)

2018-06-25 Thread Felix Yan via arch-commits
Date: Tuesday, June 26, 2018 @ 06:45:53
  Author: felixonmars
Revision: 346102

upgpkg: haskell-hackage-security 0.5.3.0-15

rebuild with network 2.7.0.1

Modified:
  haskell-hackage-security/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2018-06-26 06:45:19 UTC (rev 346101)
+++ PKGBUILD2018-06-26 06:45:53 UTC (rev 346102)
@@ -5,7 +5,7 @@
 _hkgname=hackage-security
 pkgname=haskell-hackage-security
 pkgver=0.5.3.0
-pkgrel=14
+pkgrel=15
 pkgdesc="Hackage security library"
 url="https://github.com/well-typed/hackage-security";
 license=("custom:BSD3")


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

2018-06-25 Thread Felix Yan via arch-commits
Date: Tuesday, June 26, 2018 @ 06:45:19
  Author: felixonmars
Revision: 346101

archrelease: copy trunk to community-staging-x86_64

Added:
  haskell-fdo-notify/repos/community-staging-x86_64/PKGBUILD
(from rev 346100, haskell-fdo-notify/trunk/PKGBUILD)
Deleted:
  haskell-fdo-notify/repos/community-staging-x86_64/PKGBUILD

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

Deleted: PKGBUILD
===
--- PKGBUILD2018-06-26 06:45:01 UTC (rev 346100)
+++ PKGBUILD2018-06-26 06:45:19 UTC (rev 346101)
@@ -1,39 +0,0 @@
-# $Id$
-# Maintainer: Felix Yan 
-# Contributor: Arch Haskell Team 
-
-_hkgname=fdo-notify
-pkgname=haskell-fdo-notify
-pkgver=0.3.1
-pkgrel=66
-pkgdesc="Desktop Notifications client"
-url="http://bitbucket.org/taejo/fdo-notify/";
-license=("custom:BSD3")
-arch=('x86_64')
-depends=('ghc-libs' "haskell-dbus")
-makedepends=('ghc')
-source=("https://hackage.haskell.org/packages/archive/${_hkgname}/${pkgver}/${_hkgname}-${pkgver}.tar.gz";)
-sha512sums=('d9193899d5eebd7c36e9464571827bd5b560fcc156e89822877b3b67a1f376c7abea9958f7e0aa6f79da06ad5f35a8738ad30a40d447b64ad557ed341054e6b6')
-
-build() {
-cd "${srcdir}/${_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 "${srcdir}/${_hkgname}-${pkgver}"
-
-install -D -m744 register.sh   
"${pkgdir}/usr/share/haskell/register/${pkgname}.sh"
-install -D -m744 unregister.sh 
"${pkgdir}/usr/share/haskell/unregister/${pkgname}.sh"
-runhaskell Setup copy --destdir="${pkgdir}"
-install -D -m644 "LICENSE" 
"${pkgdir}/usr/share/licenses/${pkgname}/LICENSE"
-rm -f "${pkgdir}/usr/share/doc/${pkgname}/LICENSE"
-}

Copied: haskell-fdo-notify/repos/community-staging-x86_64/PKGBUILD (from rev 
346100, haskell-fdo-notify/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2018-06-26 06:45:19 UTC (rev 346101)
@@ -0,0 +1,39 @@
+# $Id$
+# Maintainer: Felix Yan 
+# Contributor: Arch Haskell Team 
+
+_hkgname=fdo-notify
+pkgname=haskell-fdo-notify
+pkgver=0.3.1
+pkgrel=67
+pkgdesc="Desktop Notifications client"
+url="http://bitbucket.org/taejo/fdo-notify/";
+license=("custom:BSD3")
+arch=('x86_64')
+depends=('ghc-libs' "haskell-dbus")
+makedepends=('ghc')
+source=("https://hackage.haskell.org/packages/archive/${_hkgname}/${pkgver}/${_hkgname}-${pkgver}.tar.gz";)
+sha512sums=('d9193899d5eebd7c36e9464571827bd5b560fcc156e89822877b3b67a1f376c7abea9958f7e0aa6f79da06ad5f35a8738ad30a40d447b64ad557ed341054e6b6')
+
+build() {
+cd "${srcdir}/${_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 "${srcdir}/${_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-fdo-notify/trunk (PKGBUILD)

2018-06-25 Thread Felix Yan via arch-commits
Date: Tuesday, June 26, 2018 @ 06:45:01
  Author: felixonmars
Revision: 346100

upgpkg: haskell-fdo-notify 0.3.1-67

rebuild with network 2.7.0.1

Modified:
  haskell-fdo-notify/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2018-06-26 06:44:17 UTC (rev 346099)
+++ PKGBUILD2018-06-26 06:45:01 UTC (rev 346100)
@@ -5,7 +5,7 @@
 _hkgname=fdo-notify
 pkgname=haskell-fdo-notify
 pkgver=0.3.1
-pkgrel=66
+pkgrel=67
 pkgdesc="Desktop Notifications client"
 url="http://bitbucket.org/taejo/fdo-notify/";
 license=("custom:BSD3")


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

2018-06-25 Thread Felix Yan via arch-commits
Date: Tuesday, June 26, 2018 @ 06:44:17
  Author: felixonmars
Revision: 346099

archrelease: copy trunk to community-staging-x86_64

Added:
  haskell-dbus0.10/repos/community-staging-x86_64/PKGBUILD
(from rev 346098, haskell-dbus0.10/trunk/PKGBUILD)
Deleted:
  haskell-dbus0.10/repos/community-staging-x86_64/PKGBUILD

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

Deleted: PKGBUILD
===
--- PKGBUILD2018-06-26 06:43:56 UTC (rev 346098)
+++ PKGBUILD2018-06-26 06:44:17 UTC (rev 346099)
@@ -1,45 +0,0 @@
-# $Id$
-# Maintainer: Felix Yan 
-# Contributor: Arch Haskell Team 
-
-_hkgname=dbus
-pkgname=haskell-dbus0.10
-pkgver=0.10.15
-pkgrel=20
-pkgdesc="A client library for the D-Bus IPC system (legacy 0.10.x version)"
-url="https://john-millikin.com/software/haskell-dbus/";
-license=("GPL3")
-arch=('x86_64')
-depends=('ghc-libs' 'haskell-cereal' 'haskell-libxml-sax' 'haskell-network'
- 'haskell-random' 'haskell-vector' 'haskell-xml-types')
-makedepends=('ghc' 'haskell-extra' 'haskell-quickcheck' 'haskell-resourcet' 
'haskell-tasty'
- 'haskell-tasty-hunit' 'haskell-tasty-quickcheck')
-source=("https://hackage.haskell.org/packages/archive/${_hkgname}/${pkgver}/${_hkgname}-${pkgver}.tar.gz";)
-sha512sums=('5c81c1f8599b80cdb16bee63b97cd1aa5d6b0698095b2c366ad4e4f03b44f9166bd5d770f8a47a0c7dd746a9a734379dc20a77f7846a862bd1c213eb12559b0b')
-
-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.txt"
-}

Copied: haskell-dbus0.10/repos/community-staging-x86_64/PKGBUILD (from rev 
346098, haskell-dbus0.10/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2018-06-26 06:44:17 UTC (rev 346099)
@@ -0,0 +1,45 @@
+# $Id$
+# Maintainer: Felix Yan 
+# Contributor: Arch Haskell Team 
+
+_hkgname=dbus
+pkgname=haskell-dbus0.10
+pkgver=0.10.15
+pkgrel=21
+pkgdesc="A client library for the D-Bus IPC system (legacy 0.10.x version)"
+url="https://john-millikin.com/software/haskell-dbus/";
+license=("GPL3")
+arch=('x86_64')
+depends=('ghc-libs' 'haskell-cereal' 'haskell-libxml-sax' 'haskell-network'
+ 'haskell-random' 'haskell-vector' 'haskell-xml-types')
+makedepends=('ghc' 'haskell-extra' 'haskell-quickcheck' 'haskell-resourcet' 
'haskell-tasty'
+ 'haskell-tasty-hunit' 'haskell-tasty-quickcheck')
+source=("https://hackage.haskell.org/packages/archive/${_hkgname}/${pkgver}/${_hkgname}-${pkgver}.tar.gz";)
+sha512sums=('5c81c1f8599b80cdb16bee63b97cd1aa5d6b0698095b2c366ad4e4f03b44f9166bd5d770f8a47a0c7dd746a9a734379dc20a77f7846a862bd1c213eb12559b0b')
+
+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.txt"
+}


[arch-commits] Commit in haskell-dbus0.10/trunk (PKGBUILD)

2018-06-25 Thread Felix Yan via arch-commits
Date: Tuesday, June 26, 2018 @ 06:43:56
  Author: felixonmars
Revision: 346098

upgpkg: haskell-dbus0.10 0.10.15-21

rebuild with network 2.7.0.1

Modified:
  haskell-dbus0.10/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2018-06-26 06:43:06 UTC (rev 346097)
+++ PKGBUILD2018-06-26 06:43:56 UTC (rev 346098)
@@ -5,7 +5,7 @@
 _hkgname=dbus
 pkgname=haskell-dbus0.10
 pkgver=0.10.15
-pkgrel=20
+pkgrel=21
 pkgdesc="A client library for the D-Bus IPC system (legacy 0.10.x version)"
 url="https://john-millikin.com/software/haskell-dbus/";
 license=("GPL3")


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

2018-06-25 Thread Felix Yan via arch-commits
Date: Tuesday, June 26, 2018 @ 06:42:48
  Author: felixonmars
Revision: 346096

upgpkg: haskell-dbus 1.0.1-28

rebuild with network 2.7.0.1

Modified:
  haskell-dbus/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2018-06-26 06:41:53 UTC (rev 346095)
+++ PKGBUILD2018-06-26 06:42:48 UTC (rev 346096)
@@ -5,7 +5,7 @@
 _hkgname=dbus
 pkgname=haskell-dbus
 pkgver=1.0.1
-pkgrel=27
+pkgrel=28
 pkgdesc="A client library for the D-Bus IPC system"
 url="https://john-millikin.com/software/haskell-dbus/";
 license=("GPL3")


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

2018-06-25 Thread Felix Yan via arch-commits
Date: Tuesday, June 26, 2018 @ 06:43:06
  Author: felixonmars
Revision: 346097

archrelease: copy trunk to community-staging-x86_64

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

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

Deleted: PKGBUILD
===
--- PKGBUILD2018-06-26 06:42:48 UTC (rev 346096)
+++ PKGBUILD2018-06-26 06:43:06 UTC (rev 346097)
@@ -1,46 +0,0 @@
-# $Id$
-# Maintainer: Felix Yan 
-# Contributor: Arch Haskell Team 
-
-_hkgname=dbus
-pkgname=haskell-dbus
-pkgver=1.0.1
-pkgrel=27
-pkgdesc="A client library for the D-Bus IPC system"
-url="https://john-millikin.com/software/haskell-dbus/";
-license=("GPL3")
-arch=('x86_64')
-depends=('ghc-libs' 'haskell-cereal' 'haskell-lens' 'haskell-libxml-sax' 
'haskell-network'
- 'haskell-random' 'haskell-split' 'haskell-th-lift'
- 'haskell-vector' 'haskell-xml-types')
-makedepends=('ghc' 'haskell-extra' 'haskell-quickcheck' 'haskell-resourcet' 
'haskell-tasty'
- 'haskell-tasty-hunit' 'haskell-tasty-quickcheck')
-source=("https://hackage.haskell.org/packages/archive/${_hkgname}/${pkgver}/${_hkgname}-${pkgver}.tar.gz";)
-sha512sums=('e50b388de40d39761338045a92a848d65fc049594b0ee59505a2ac1a1bbf54cb6e8278f9d08abcdd3cae87650405f78f80bce680b9c3c4950d1b848a990e544b')
-
-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.txt"
-}

Copied: haskell-dbus/repos/community-staging-x86_64/PKGBUILD (from rev 346096, 
haskell-dbus/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2018-06-26 06:43:06 UTC (rev 346097)
@@ -0,0 +1,46 @@
+# $Id$
+# Maintainer: Felix Yan 
+# Contributor: Arch Haskell Team 
+
+_hkgname=dbus
+pkgname=haskell-dbus
+pkgver=1.0.1
+pkgrel=28
+pkgdesc="A client library for the D-Bus IPC system"
+url="https://john-millikin.com/software/haskell-dbus/";
+license=("GPL3")
+arch=('x86_64')
+depends=('ghc-libs' 'haskell-cereal' 'haskell-lens' 'haskell-libxml-sax' 
'haskell-network'
+ 'haskell-random' 'haskell-split' 'haskell-th-lift'
+ 'haskell-vector' 'haskell-xml-types')
+makedepends=('ghc' 'haskell-extra' 'haskell-quickcheck' 'haskell-resourcet' 
'haskell-tasty'
+ 'haskell-tasty-hunit' 'haskell-tasty-quickcheck')
+source=("https://hackage.haskell.org/packages/archive/${_hkgname}/${pkgver}/${_hkgname}-${pkgver}.tar.gz";)
+sha512sums=('e50b388de40d39761338045a92a848d65fc049594b0ee59505a2ac1a1bbf54cb6e8278f9d08abcdd3cae87650405f78f80bce680b9c3c4950d1b848a990e544b')
+
+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.txt"
+}


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

2018-06-25 Thread Felix Yan via arch-commits
Date: Tuesday, June 26, 2018 @ 06:41:34
  Author: felixonmars
Revision: 346094

upgpkg: haskell-network 2.7.0.1-2

rebuild with network 2.7.0.1

Modified:
  haskell-network/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2018-06-26 06:11:46 UTC (rev 346093)
+++ PKGBUILD2018-06-26 06:41:34 UTC (rev 346094)
@@ -5,7 +5,7 @@
 _hkgname=network
 pkgname=haskell-network
 pkgver=2.7.0.1
-pkgrel=1
+pkgrel=2
 pkgdesc="Low-level networking interface"
 url="https://hackage.haskell.org/package/${_hkgname}";
 license=('custom:BSD3')
@@ -12,9 +12,17 @@
 arch=('x86_64')
 depends=('ghc-libs')
 makedepends=('ghc' 'haskell-doctest' 'haskell-hspec' 'haskell-hunit')
-source=("https://hackage.haskell.org/packages/archive/${_hkgname}/${pkgver}/${_hkgname}-${pkgver}.tar.gz";)
-sha512sums=('87d8f65bcf5c1b41e26bc18bdb1014a73413c7950adff349c409232dd832aa906b9b2b3f46a04adbc14aba0c6a762646dc6c9966a67fbd66daef7e536ef25cbd')
+source=("https://hackage.haskell.org/packages/archive/${_hkgname}/${pkgver}/${_hkgname}-${pkgver}.tar.gz";
+
https://github.com/kazu-yamamoto/network/commit/abb514140cb1bb22c8c03fdf4b8ad10253712ddd.patch)
+sha512sums=('87d8f65bcf5c1b41e26bc18bdb1014a73413c7950adff349c409232dd832aa906b9b2b3f46a04adbc14aba0c6a762646dc6c9966a67fbd66daef7e536ef25cbd'
+
'cfe182407ddfc0352efc7ee3e406e3fd995fde14cc1c2ae161a26b87c55cd68bd693bcbf8f35b337ee52da572beea17842c7ab6aad6909915f2d2d647114c764')
 
+prepare() {
+cd $_hkgname-$pkgver
+# https://github.com/haskell/network/issues/334#issuecomment-400192992
+patch -p1 -i ../abb514140cb1bb22c8c03fdf4b8ad10253712ddd.patch
+}
+
 build() {
 cd $_hkgname-$pkgver
 


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

2018-06-25 Thread Felix Yan via arch-commits
Date: Tuesday, June 26, 2018 @ 06:41:53
  Author: felixonmars
Revision: 346095

archrelease: copy trunk to community-staging-x86_64

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

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

Deleted: PKGBUILD
===
--- PKGBUILD2018-06-26 06:41:34 UTC (rev 346094)
+++ PKGBUILD2018-06-26 06:41:53 UTC (rev 346095)
@@ -1,45 +0,0 @@
-# $Id$
-# Maintainer: Felix Yan 
-# Contributor: Thomas Dziedzic 
-
-_hkgname=network
-pkgname=haskell-network
-pkgver=2.7.0.1
-pkgrel=1
-pkgdesc="Low-level networking interface"
-url="https://hackage.haskell.org/package/${_hkgname}";
-license=('custom:BSD3')
-arch=('x86_64')
-depends=('ghc-libs')
-makedepends=('ghc' 'haskell-doctest' 'haskell-hspec' 'haskell-hunit')
-source=("https://hackage.haskell.org/packages/archive/${_hkgname}/${pkgver}/${_hkgname}-${pkgver}.tar.gz";)
-sha512sums=('87d8f65bcf5c1b41e26bc18bdb1014a73413c7950adff349c409232dd832aa906b9b2b3f46a04adbc14aba0c6a762646dc6c9966a67fbd66daef7e536ef25cbd')
-
-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/haskell/network/issues/333#issuecomment-400173091
-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"
-}

Copied: haskell-network/repos/community-staging-x86_64/PKGBUILD (from rev 
346094, haskell-network/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2018-06-26 06:41:53 UTC (rev 346095)
@@ -0,0 +1,53 @@
+# $Id$
+# Maintainer: Felix Yan 
+# Contributor: Thomas Dziedzic 
+
+_hkgname=network
+pkgname=haskell-network
+pkgver=2.7.0.1
+pkgrel=2
+pkgdesc="Low-level networking interface"
+url="https://hackage.haskell.org/package/${_hkgname}";
+license=('custom:BSD3')
+arch=('x86_64')
+depends=('ghc-libs')
+makedepends=('ghc' 'haskell-doctest' 'haskell-hspec' 'haskell-hunit')
+source=("https://hackage.haskell.org/packages/archive/${_hkgname}/${pkgver}/${_hkgname}-${pkgver}.tar.gz";
+
https://github.com/kazu-yamamoto/network/commit/abb514140cb1bb22c8c03fdf4b8ad10253712ddd.patch)
+sha512sums=('87d8f65bcf5c1b41e26bc18bdb1014a73413c7950adff349c409232dd832aa906b9b2b3f46a04adbc14aba0c6a762646dc6c9966a67fbd66daef7e536ef25cbd'
+
'cfe182407ddfc0352efc7ee3e406e3fd995fde14cc1c2ae161a26b87c55cd68bd693bcbf8f35b337ee52da572beea17842c7ab6aad6909915f2d2d647114c764')
+
+prepare() {
+cd $_hkgname-$pkgver
+# https://github.com/haskell/network/issues/334#issuecomment-400192992
+patch -p1 -i ../abb514140cb1bb22c8c03fdf4b8ad10253712ddd.patch
+}
+
+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/haskell/network/issues/333#issuecomment-400173091
+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 python-rpy2/repos/community-x86_64 (PKGBUILD PKGBUILD)

2018-06-25 Thread Antonio Rojas via arch-commits
Date: Tuesday, June 26, 2018 @ 06:11:46
  Author: arojas
Revision: 346093

archrelease: copy trunk to community-x86_64

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

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

Deleted: PKGBUILD
===
--- PKGBUILD2018-06-26 06:11:20 UTC (rev 346092)
+++ PKGBUILD2018-06-26 06:11:46 UTC (rev 346093)
@@ -1,30 +0,0 @@
-# $Id$
-# Maintainer: Antonio Rojas 
-# Contributor: Oliver Sherouse 
-# Contributor: David Scholl  
-# Contributor: David Pretty  
-
-pkgname=python-rpy2
-pkgver=2.9.3
-pkgrel=1
-pkgdesc="A very simple, yet robust, Python interface to the R Programming 
Language."
-arch=(x86_64)
-url="http://rpy.sourceforge.net/";
-license=(MPL GPL LGPL)
-depends=(python-numpy r)
-makedepends=(python-setuptools)
-source=("https://pypi.io/packages/source/r/rpy2/rpy2-$pkgver.tar.gz";)
-sha256sums=('1b72958e683339ea0c3bd9f73738e9ece2da8da8008a10e2e0c68fc7864e9361')
-
-prepare() {
-  cd rpy2-$pkgver
-  sed -i "s:Rlapack:lapack:" setup.py
-  sed -i "s:os.path.join(RHOME.strip(), 'include'):'/usr/include/R':" setup.py
-  sed -i "s:os.path.join(RHOME.strip(), 'include'):'/usr/include/R':" setup.py
-}
-
-package() {
-  cd rpy2-$pkgver
-
-  python setup.py install --prefix=/usr --root="$pkgdir" --optimize=1
-}

Copied: python-rpy2/repos/community-x86_64/PKGBUILD (from rev 346092, 
python-rpy2/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2018-06-26 06:11:46 UTC (rev 346093)
@@ -0,0 +1,30 @@
+# $Id$
+# Maintainer: Antonio Rojas 
+# Contributor: Oliver Sherouse 
+# Contributor: David Scholl  
+# Contributor: David Pretty  
+
+pkgname=python-rpy2
+pkgver=2.9.4
+pkgrel=1
+pkgdesc="A very simple, yet robust, Python interface to the R Programming 
Language."
+arch=(x86_64)
+url="http://rpy.sourceforge.net/";
+license=(MPL GPL LGPL)
+depends=(python-numpy r)
+makedepends=(python-setuptools)
+source=("https://pypi.io/packages/source/r/rpy2/rpy2-$pkgver.tar.gz";)
+sha256sums=('be57f741d0c284b5d8785ab03dff0e829303e5ac30e548d5ceb46e05b168812e')
+
+prepare() {
+  cd rpy2-$pkgver
+  sed -i "s:Rlapack:lapack:" setup.py
+  sed -i "s:os.path.join(RHOME.strip(), 'include'):'/usr/include/R':" setup.py
+  sed -i "s:os.path.join(RHOME.strip(), 'include'):'/usr/include/R':" setup.py
+}
+
+package() {
+  cd rpy2-$pkgver
+
+  python setup.py install --prefix=/usr --root="$pkgdir" --optimize=1
+}


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

2018-06-25 Thread Antonio Rojas via arch-commits
Date: Tuesday, June 26, 2018 @ 06:11:20
  Author: arojas
Revision: 346092

Update to 2.9.4

Modified:
  python-rpy2/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2018-06-26 05:32:28 UTC (rev 346091)
+++ PKGBUILD2018-06-26 06:11:20 UTC (rev 346092)
@@ -5,7 +5,7 @@
 # Contributor: David Pretty  
 
 pkgname=python-rpy2
-pkgver=2.9.3
+pkgver=2.9.4
 pkgrel=1
 pkgdesc="A very simple, yet robust, Python interface to the R Programming 
Language."
 arch=(x86_64)
@@ -14,7 +14,7 @@
 depends=(python-numpy r)
 makedepends=(python-setuptools)
 source=("https://pypi.io/packages/source/r/rpy2/rpy2-$pkgver.tar.gz";)
-sha256sums=('1b72958e683339ea0c3bd9f73738e9ece2da8da8008a10e2e0c68fc7864e9361')
+sha256sums=('be57f741d0c284b5d8785ab03dff0e829303e5ac30e548d5ceb46e05b168812e')
 
 prepare() {
   cd rpy2-$pkgver


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

2018-06-25 Thread Felix Yan via arch-commits
Date: Tuesday, June 26, 2018 @ 05:32:28
  Author: felixonmars
Revision: 346091

archrelease: copy trunk to community-staging-x86_64

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

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

Copied: haskell-configfile/repos/community-staging-x86_64/PKGBUILD (from rev 
346090, haskell-configfile/trunk/PKGBUILD)
===
--- community-staging-x86_64/PKGBUILD   (rev 0)
+++ community-staging-x86_64/PKGBUILD   2018-06-26 05:32:28 UTC (rev 346091)
@@ -0,0 +1,40 @@
+# $Id$
+# Maintainer: Felix Yan 
+# Contributor: Arch Haskell Team 
+
+_hkgname=ConfigFile
+pkgname=haskell-configfile
+pkgver=1.1.4
+pkgrel=24
+pkgdesc="Configuration file reading & writing"
+url="http://software.complete.org/configfile";
+license=("custom:BSD3")
+arch=('x86_64')
+depends=('ghc-libs' 'haskell-missingh')
+makedepends=('ghc')
+source=("https://hackage.haskell.org/packages/archive/${_hkgname}/${pkgver}/${_hkgname}-${pkgver}.tar.gz";)
+sha512sums=('4455110c95172461b2d82ae88ba4f386d5e49ddd7f7def83714d2f6198090f0d121166eece3efa735341da9bbc0029e704be00d3e671d24ad27e838dfe913776')
+
+build() {
+cd "${srcdir}/${_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-buildtests
+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 "${srcdir}/${_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 "COPYRIGHT" 
"${pkgdir}/usr/share/licenses/${pkgname}/COPYRIGHT"
+rm -f "${pkgdir}/usr/share/doc/${pkgname}/COPYRIGHT"
+}


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

2018-06-25 Thread Felix Yan via arch-commits
Date: Tuesday, June 26, 2018 @ 05:32:12
  Author: felixonmars
Revision: 346090

upgpkg: haskell-configfile 1.1.4-24

rebuild with network 2.7.0.1

Modified:
  haskell-configfile/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2018-06-26 05:31:35 UTC (rev 346089)
+++ PKGBUILD2018-06-26 05:32:12 UTC (rev 346090)
@@ -5,7 +5,7 @@
 _hkgname=ConfigFile
 pkgname=haskell-configfile
 pkgver=1.1.4
-pkgrel=23
+pkgrel=24
 pkgdesc="Configuration file reading & writing"
 url="http://software.complete.org/configfile";
 license=("custom:BSD3")


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

2018-06-25 Thread Felix Yan via arch-commits
Date: Tuesday, June 26, 2018 @ 05:31:18
  Author: felixonmars
Revision: 346088

upgpkg: haskell-missingh 1.4.0.1-33

rebuild with network 2.7.0.1

Modified:
  haskell-missingh/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2018-06-26 05:30:40 UTC (rev 346087)
+++ PKGBUILD2018-06-26 05:31:18 UTC (rev 346088)
@@ -5,7 +5,7 @@
 _hkgname=MissingH
 pkgname=haskell-missingh
 pkgver=1.4.0.1
-pkgrel=32
+pkgrel=33
 pkgdesc="Large utility library"
 url="http://software.complete.org/missingh";
 license=("custom:BSD3")


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

2018-06-25 Thread Felix Yan via arch-commits
Date: Tuesday, June 26, 2018 @ 05:31:35
  Author: felixonmars
Revision: 346089

archrelease: copy trunk to community-staging-x86_64

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

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

Copied: haskell-missingh/repos/community-staging-x86_64/PKGBUILD (from rev 
346088, haskell-missingh/trunk/PKGBUILD)
===
--- community-staging-x86_64/PKGBUILD   (rev 0)
+++ community-staging-x86_64/PKGBUILD   2018-06-26 05:31:35 UTC (rev 346089)
@@ -0,0 +1,41 @@
+# $Id$
+# Maintainer: Felix Yan 
+# Contributor: Arch Haskell Team 
+
+_hkgname=MissingH
+pkgname=haskell-missingh
+pkgver=1.4.0.1
+pkgrel=33
+pkgdesc="Large utility library"
+url="http://software.complete.org/missingh";
+license=("custom:BSD3")
+arch=('x86_64')
+depends=('ghc-libs' "haskell-hunit" "haskell-hslogger" "haskell-network"
+ "haskell-old-locale" "haskell-old-time" "haskell-random"
+ "haskell-regex-compat")
+makedepends=('ghc')
+source=("https://hackage.haskell.org/packages/archive/${_hkgname}/${pkgver}/${_hkgname}-${pkgver}.tar.gz";)
+sha512sums=('baa6b445fed29678a284797641ec3a8eb5351e94be9ed8ea2886988c98c09a15e211ce517b04a3401404f3df46d452f6e4475e4ca49374ef7aef95981d861803')
+
+build() {
+cd "${srcdir}/${_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 "${srcdir}/${_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-libmpd/repos (2 files)

2018-06-25 Thread Felix Yan via arch-commits
Date: Tuesday, June 26, 2018 @ 05:30:40
  Author: felixonmars
Revision: 346087

archrelease: copy trunk to community-staging-x86_64

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

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

Copied: haskell-libmpd/repos/community-staging-x86_64/PKGBUILD (from rev 
346086, haskell-libmpd/trunk/PKGBUILD)
===
--- community-staging-x86_64/PKGBUILD   (rev 0)
+++ community-staging-x86_64/PKGBUILD   2018-06-26 05:30:40 UTC (rev 346087)
@@ -0,0 +1,46 @@
+# Maintainer: Levente Polyak 
+# Contributer: Colin Woodbury 
+# Contributer: Leif Warner 
+# Contributor: Cedric Girard 
+# Contributor: Arch Haskell Team 
+
+_hkgname=libmpd
+pkgname=haskell-libmpd
+pkgver=0.9.0.8
+pkgrel=20
+pkgdesc='Client library for MPD, the Music Player Daemon'
+url='https://hackage.haskell.org/package/libmpd'
+license=('MIT')
+arch=('x86_64')
+depends=('ghc-libs' 'gmp' 'haskell-attoparsec' 'haskell-bytestring' 
'haskell-containers' 'haskell-data-default'
+ 'haskell-filepath' 'haskell-network' 'haskell-time' 
'haskell-utf8-string'
+ 'haskell-primitive')
+makedepends=('ghc')
+source=(${pkgname}-${pkgver}.tar.gz::https://github.com/vimus/libmpd-haskell/archive/v${pkgver}.tar.gz)
+sha512sums=('5cc24fe3a81f59b9a7dff96771e9e5312a5e64e0947e191439447838f00f176fc5dbe086fb8fc774dd4896480eb552640e4f0d93ab947f78bf01c72aa93f6907')
+
+build() {
+  cd ${_hkgname}-haskell-${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 haddock
+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}-haskell-${pkgver}
+  install -Dm 744 register.sh 
"${pkgdir}/usr/share/haskell/register/${pkgname}.sh"
+  install -Dm 744 unregister.sh 
"${pkgdir}/usr/share/haskell/unregister/${pkgname}.sh"
+  install -dm 755 "${pkgdir}/usr/share/doc/ghc/html/libraries"
+  runhaskell Setup copy --destdir="${pkgdir}"
+
+  install -Dm 644 LICENSE -t "${pkgdir}/usr/share/licenses/${pkgname}"
+  install -Dm 644 README.md changelog.md -t 
"${pkgdir}/usr/share/doc/${pkgname}"
+  ln -s /usr/share/doc/${pkgname}/html 
"${pkgdir}/usr/share/doc/ghc/html/libraries/${_hkgname}"
+}
+
+# vim: ts=2 sw=2 et:


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

2018-06-25 Thread Felix Yan via arch-commits
Date: Tuesday, June 26, 2018 @ 05:30:24
  Author: felixonmars
Revision: 346086

upgpkg: haskell-libmpd 0.9.0.8-20

rebuild with network 2.7.0.1

Modified:
  haskell-libmpd/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2018-06-26 05:29:50 UTC (rev 346085)
+++ PKGBUILD2018-06-26 05:30:24 UTC (rev 346086)
@@ -7,7 +7,7 @@
 _hkgname=libmpd
 pkgname=haskell-libmpd
 pkgver=0.9.0.8
-pkgrel=19
+pkgrel=20
 pkgdesc='Client library for MPD, the Music Player Daemon'
 url='https://hackage.haskell.org/package/libmpd'
 license=('MIT')


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

2018-06-25 Thread Felix Yan via arch-commits
Date: Tuesday, June 26, 2018 @ 05:29:50
  Author: felixonmars
Revision: 346085

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 346084, haskell-dns/trunk/PKGBUILD)

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

Copied: haskell-dns/repos/community-staging-x86_64/PKGBUILD (from rev 346084, 
haskell-dns/trunk/PKGBUILD)
===
--- community-staging-x86_64/PKGBUILD   (rev 0)
+++ community-staging-x86_64/PKGBUILD   2018-06-26 05:29:50 UTC (rev 346085)
@@ -0,0 +1,47 @@
+# $Id$
+# Maintainer: Felix Yan 
+# Contributor: Arch Haskell Team 
+
+_hkgname=dns
+pkgname=haskell-dns
+pkgver=3.0.4
+pkgrel=13
+pkgdesc="DNS library in Haskell"
+url="https://hackage.haskell.org/package/${_hkgname}";
+license=("custom:BSD3")
+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 "${srcdir}/${_hkgname}-${pkgver}"
+
+runhaskell Setup configure -O --enable-shared --enable-executable-dynamic 
--disable-library-vanilla \
+--prefix=/usr --docdir="/usr/share/doc/${pkgname}" --enable-tests \
+--dynlibdir=/usr/lib --libsubdir=\$compiler/site-local/\$pkgid
+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 "${srcdir}/${_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-dns/trunk (PKGBUILD)

2018-06-25 Thread Felix Yan via arch-commits
Date: Tuesday, June 26, 2018 @ 05:29:34
  Author: felixonmars
Revision: 346084

upgpkg: haskell-dns 3.0.4-13

rebuild with network 2.7.0.1

Modified:
  haskell-dns/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2018-06-26 05:28:45 UTC (rev 346083)
+++ PKGBUILD2018-06-26 05:29:34 UTC (rev 346084)
@@ -5,7 +5,7 @@
 _hkgname=dns
 pkgname=haskell-dns
 pkgver=3.0.4
-pkgrel=12
+pkgrel=13
 pkgdesc="DNS library in Haskell"
 url="https://hackage.haskell.org/package/${_hkgname}";
 license=("custom:BSD3")


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

2018-06-25 Thread Felix Yan via arch-commits
Date: Tuesday, June 26, 2018 @ 05:28:45
  Author: felixonmars
Revision: 346083

archrelease: copy trunk to community-staging-x86_64

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

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

Copied: haskell-iproute/repos/community-staging-x86_64/PKGBUILD (from rev 
346082, haskell-iproute/trunk/PKGBUILD)
===
--- community-staging-x86_64/PKGBUILD   (rev 0)
+++ community-staging-x86_64/PKGBUILD   2018-06-26 05:28:45 UTC (rev 346083)
@@ -0,0 +1,39 @@
+# $Id$
+# Maintainer: Felix Yan 
+# Contributor: Arch Haskell Team 
+
+_hkgname=iproute
+pkgname=haskell-iproute
+pkgver=1.7.5
+pkgrel=14
+pkgdesc="IP Routing Table"
+url="http://www.mew.org/~kazu/proj/iproute/";
+license=("custom:BSD3")
+arch=('x86_64')
+depends=('ghc-libs' "haskell-appar" "haskell-byteorder" "haskell-network")
+makedepends=('ghc')
+source=("https://hackage.haskell.org/packages/archive/${_hkgname}/${pkgver}/${_hkgname}-${pkgver}.tar.gz";)
+sha512sums=('5d1099a3cee878ab3ced3f2da9d8cdcf2916f66700fb08a5800aaed372d8db26600f4edc09b0b7a6d12d653baccec6d2137e25afa8845ec3f2233129e0998aa9')
+
+build() {
+cd "${srcdir}/${_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 "${srcdir}/${_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-io-streams-haproxy/repos (2 files)

2018-06-25 Thread Felix Yan via arch-commits
Date: Tuesday, June 26, 2018 @ 05:27:58
  Author: felixonmars
Revision: 346081

archrelease: copy trunk to community-staging-x86_64

Added:
  haskell-io-streams-haproxy/repos/community-staging-x86_64/
  haskell-io-streams-haproxy/repos/community-staging-x86_64/PKGBUILD
(from rev 346080, haskell-io-streams-haproxy/trunk/PKGBUILD)

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

Copied: haskell-io-streams-haproxy/repos/community-staging-x86_64/PKGBUILD 
(from rev 346080, haskell-io-streams-haproxy/trunk/PKGBUILD)
===
--- community-staging-x86_64/PKGBUILD   (rev 0)
+++ community-staging-x86_64/PKGBUILD   2018-06-26 05:27:58 UTC (rev 346081)
@@ -0,0 +1,48 @@
+# $Id$
+# Maintainer: Felix Yan 
+
+_hkgname=io-streams-haproxy
+pkgname=haskell-io-streams-haproxy
+pkgver=1.0.0.2
+pkgrel=13
+pkgdesc="HAProxy protocol 1.5 support for io-streams"
+url="https://github.com/snapframework/io-streams-haproxy";
+license=('custom:BSD3')
+arch=('x86_64')
+depends=('ghc-libs' 'haskell-attoparsec' 'haskell-io-streams' 
'haskell-network')
+makedepends=('ghc' 'haskell-hunit' 'haskell-test-framework' 
'haskell-test-framework-hunit')
+source=(https://hackage.haskell.org/packages/archive/${_hkgname}/${pkgver}/${_hkgname}-${pkgver}.tar.gz)
+sha512sums=('08de179bbb2c446329fc9c213ed99f8c19ce647b1203bde9e298676a0e0f9b5e617e897d14a74cd6bf80d7ff8ab13f0a38866f0569a065c7d6f6956535699543')
+
+prepare() {
+cd $_hkgname-$pkgver
+sed -i -e 's/<.*4.11/<5/' -e 's/<.*2.7/<3/' $_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-io-streams-haproxy/trunk (PKGBUILD)

2018-06-25 Thread Felix Yan via arch-commits
Date: Tuesday, June 26, 2018 @ 05:27:42
  Author: felixonmars
Revision: 346080

upgpkg: haskell-io-streams-haproxy 1.0.0.2-13

rebuild with network 2.7.0.1

Modified:
  haskell-io-streams-haproxy/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2018-06-26 05:27:05 UTC (rev 346079)
+++ PKGBUILD2018-06-26 05:27:42 UTC (rev 346080)
@@ -4,7 +4,7 @@
 _hkgname=io-streams-haproxy
 pkgname=haskell-io-streams-haproxy
 pkgver=1.0.0.2
-pkgrel=12
+pkgrel=13
 pkgdesc="HAProxy protocol 1.5 support for io-streams"
 url="https://github.com/snapframework/io-streams-haproxy";
 license=('custom:BSD3')


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

2018-06-25 Thread Felix Yan via arch-commits
Date: Tuesday, June 26, 2018 @ 05:28:28
  Author: felixonmars
Revision: 346082

upgpkg: haskell-iproute 1.7.5-14

rebuild with network 2.7.0.1

Modified:
  haskell-iproute/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2018-06-26 05:27:58 UTC (rev 346081)
+++ PKGBUILD2018-06-26 05:28:28 UTC (rev 346082)
@@ -5,7 +5,7 @@
 _hkgname=iproute
 pkgname=haskell-iproute
 pkgver=1.7.5
-pkgrel=13
+pkgrel=14
 pkgdesc="IP Routing Table"
 url="http://www.mew.org/~kazu/proj/iproute/";
 license=("custom:BSD3")


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

2018-06-25 Thread Felix Yan via arch-commits
Date: Tuesday, June 26, 2018 @ 05:27:05
  Author: felixonmars
Revision: 346079

archrelease: copy trunk to community-staging-x86_64

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

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

Copied: haskell-io-streams/repos/community-staging-x86_64/PKGBUILD (from rev 
346078, haskell-io-streams/trunk/PKGBUILD)
===
--- community-staging-x86_64/PKGBUILD   (rev 0)
+++ community-staging-x86_64/PKGBUILD   2018-06-26 05:27:05 UTC (rev 346079)
@@ -0,0 +1,50 @@
+# $Id$
+# Maintainer: Felix Yan 
+
+_hkgname=io-streams
+pkgname=haskell-io-streams
+pkgver=1.5.0.1
+pkgrel=14
+pkgdesc="Simple, composable, and easy-to-use stream I/O"
+url="https://github.com/snapframework/io-streams";
+license=('custom:BSD3')
+arch=('x86_64')
+depends=('ghc-libs' 'haskell-attoparsec' 'haskell-network' 'haskell-primitive' 
'haskell-vector'
+ 'haskell-zlib-bindings')
+makedepends=('ghc' 'haskell-hunit' 'haskell-quickcheck' 
'haskell-test-framework'
+ 'haskell-test-framework-hunit' 
'haskell-test-framework-quickcheck2' 'haskell-zlib')
+source=(https://hackage.haskell.org/packages/archive/${_hkgname}/${pkgver}/${_hkgname}-${pkgver}.tar.gz)
+sha512sums=('610a149870732b04c59a5fb91b92e7b9a7f7c53e89ab29dc9249fca9e6a9a54ab97c7986b0bde23a98e5301b3d6bd7537f3ca6c7023574bf4a8b9ca7292e2489')
+
+prepare() {
+cd $_hkgname-$pkgver
+sed -i -e '/bytestring-builder/d' -e 's/<.*2.7/<3/' $_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-io-streams/trunk (PKGBUILD)

2018-06-25 Thread Felix Yan via arch-commits
Date: Tuesday, June 26, 2018 @ 05:26:48
  Author: felixonmars
Revision: 346078

upgpkg: haskell-io-streams 1.5.0.1-14

rebuild with network 2.7.0.1

Modified:
  haskell-io-streams/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2018-06-26 05:25:49 UTC (rev 346077)
+++ PKGBUILD2018-06-26 05:26:48 UTC (rev 346078)
@@ -4,7 +4,7 @@
 _hkgname=io-streams
 pkgname=haskell-io-streams
 pkgver=1.5.0.1
-pkgrel=13
+pkgrel=14
 pkgdesc="Simple, composable, and easy-to-use stream I/O"
 url="https://github.com/snapframework/io-streams";
 license=('custom:BSD3')


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

2018-06-25 Thread Felix Yan via arch-commits
Date: Tuesday, June 26, 2018 @ 05:25:33
  Author: felixonmars
Revision: 346076

upgpkg: haskell-httpd-shed 0.4.0.3-23

rebuild with network 2.7.0.1

Modified:
  haskell-httpd-shed/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2018-06-26 05:25:06 UTC (rev 346075)
+++ PKGBUILD2018-06-26 05:25:33 UTC (rev 346076)
@@ -5,7 +5,7 @@
 _hkgname=httpd-shed
 pkgname=haskell-httpd-shed
 pkgver=0.4.0.3
-pkgrel=22
+pkgrel=23
 pkgdesc="A simple web-server with an interact style API"
 url="https://github.com/andygill/httpd-shed/";
 license=("custom:BSD3")


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

2018-06-25 Thread Felix Yan via arch-commits
Date: Tuesday, June 26, 2018 @ 05:25:49
  Author: felixonmars
Revision: 346077

archrelease: copy trunk to community-staging-x86_64

Added:
  haskell-httpd-shed/repos/community-staging-x86_64/
  haskell-httpd-shed/repos/community-staging-x86_64/PKGBUILD
(from rev 346076, haskell-httpd-shed/trunk/PKGBUILD)

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

Copied: haskell-httpd-shed/repos/community-staging-x86_64/PKGBUILD (from rev 
346076, haskell-httpd-shed/trunk/PKGBUILD)
===
--- community-staging-x86_64/PKGBUILD   (rev 0)
+++ community-staging-x86_64/PKGBUILD   2018-06-26 05:25:49 UTC (rev 346077)
@@ -0,0 +1,45 @@
+# $Id$
+# Maintainer: Felix Yan 
+# Contributor: Arch Haskell Team 
+
+_hkgname=httpd-shed
+pkgname=haskell-httpd-shed
+pkgver=0.4.0.3
+pkgrel=23
+pkgdesc="A simple web-server with an interact style API"
+url="https://github.com/andygill/httpd-shed/";
+license=("custom:BSD3")
+arch=('x86_64')
+depends=('ghc-libs' 'haskell-network' 'haskell-network-uri')
+makedepends=('ghc')
+source=("https://hackage.haskell.org/packages/archive/${_hkgname}/${pkgver}/${_hkgname}-${pkgver}.tar.gz";)
+sha512sums=('4fc4da5dd42194890e4201129c7217191cc1c8f82a366b84f42f9129c45fa5cb40211674608c84df420f8d8659fd60908880d14176a36f6aa0f89c01a8c1fa6c')
+
+prepare() {
+cd $_hkgname-$pkgver
+sed -i 's/<.*2.7/<3/' $_hkgname.cabal
+}
+
+build() {
+cd $_hkgname-$pkgver
+
+runhaskell Setup configure -O --enable-shared --enable-executable-dynamic 
--disable-library-vanilla \
+--prefix=/usr --docdir="/usr/share/doc/${pkgname}" \
+--dynlibdir=/usr/lib --libsubdir=\$compiler/site-local/\$pkgid \
+-f-buildexamples -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-http-common/repos (2 files)

2018-06-25 Thread Felix Yan via arch-commits
Date: Tuesday, June 26, 2018 @ 05:25:06
  Author: felixonmars
Revision: 346075

archrelease: copy trunk to community-staging-x86_64

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

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

Copied: haskell-http-common/repos/community-staging-x86_64/PKGBUILD (from rev 
346074, haskell-http-common/trunk/PKGBUILD)
===
--- community-staging-x86_64/PKGBUILD   (rev 0)
+++ community-staging-x86_64/PKGBUILD   2018-06-26 05:25:06 UTC (rev 346075)
@@ -0,0 +1,39 @@
+# $Id$
+# Maintainer: Felix Yan 
+
+_hkgname=http-common
+pkgname=haskell-http-common
+pkgver=0.8.2.0
+pkgrel=11
+pkgdesc="Common types for HTTP clients and servers"
+url="https://github.com/afcowie/http-common";
+license=('custom:BSD3')
+arch=('x86_64')
+depends=('ghc-libs' 'haskell-base64-bytestring' 'haskell-blaze-builder' 
'haskell-case-insensitive'
+ 'haskell-network' 'haskell-unordered-containers')
+makedepends=('ghc')
+source=(https://hackage.haskell.org/packages/archive/${_hkgname}/${pkgver}/${_hkgname}-${pkgver}.tar.gz)
+sha512sums=('e02e9b08235483220856ed1cacebea1910ec41451d7ec68b86a2193f5c050f74ef3747a4a2c35c560795727d9f62ee6485cfd1ed5597fb7645ce6339f969851a')
+
+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 "LICENCE" 
"${pkgdir}/usr/share/licenses/${pkgname}/LICENCE"
+rm -f "${pkgdir}/usr/share/doc/${pkgname}/LICENCE"
+}


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

2018-06-25 Thread Felix Yan via arch-commits
Date: Tuesday, June 26, 2018 @ 05:24:49
  Author: felixonmars
Revision: 346074

upgpkg: haskell-http-common 0.8.2.0-11

rebuild with network 2.7.0.1

Modified:
  haskell-http-common/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2018-06-26 05:24:20 UTC (rev 346073)
+++ PKGBUILD2018-06-26 05:24:49 UTC (rev 346074)
@@ -4,7 +4,7 @@
 _hkgname=http-common
 pkgname=haskell-http-common
 pkgver=0.8.2.0
-pkgrel=10
+pkgrel=11
 pkgdesc="Common types for HTTP clients and servers"
 url="https://github.com/afcowie/http-common";
 license=('custom:BSD3')


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

2018-06-25 Thread Felix Yan via arch-commits
Date: Tuesday, June 26, 2018 @ 05:24:20
  Author: felixonmars
Revision: 346073

archrelease: copy trunk to community-staging-x86_64

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

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

Copied: haskell-hsopenssl/repos/community-staging-x86_64/PKGBUILD (from rev 
346072, haskell-hsopenssl/trunk/PKGBUILD)
===
--- community-staging-x86_64/PKGBUILD   (rev 0)
+++ community-staging-x86_64/PKGBUILD   2018-06-26 05:24:20 UTC (rev 346073)
@@ -0,0 +1,43 @@
+# $Id$
+# Maintainer: Felix Yan 
+
+_hkgname=HsOpenSSL
+pkgname=haskell-hsopenssl
+pkgver=0.11.4.14
+pkgrel=5
+pkgdesc="Partial OpenSSL binding for Haskell"
+url="https://github.com/vshabanov/HsOpenSSL";
+license=('custom:PublicDomain')
+arch=('x86_64')
+depends=('ghc-libs' 'haskell-network' 'openssl')
+makedepends=('ghc')
+source=(https://hackage.haskell.org/packages/archive/${_hkgname}/${pkgver}/${_hkgname}-${pkgver}.tar.gz)
+sha512sums=('bc1ed25df06d7ee1267f6880e02a6a194ee8a0c7f041b3e62999f2ea0ecd90734f6cb9c8348eb9e82ccf0c437035c732941c5a6e638c7d2e86a27a1a359561c6')
+
+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 "COPYING" 
"${pkgdir}/usr/share/licenses/${pkgname}/COPYING"
+rm -f "${pkgdir}/usr/share/doc/${pkgname}/COPYING"
+}


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

2018-06-25 Thread Felix Yan via arch-commits
Date: Tuesday, June 26, 2018 @ 05:24:04
  Author: felixonmars
Revision: 346072

upgpkg: haskell-hsopenssl 0.11.4.14-5

rebuild with network 2.7.0.1

Modified:
  haskell-hsopenssl/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2018-06-26 05:23:28 UTC (rev 346071)
+++ PKGBUILD2018-06-26 05:24:04 UTC (rev 346072)
@@ -4,7 +4,7 @@
 _hkgname=HsOpenSSL
 pkgname=haskell-hsopenssl
 pkgver=0.11.4.14
-pkgrel=4
+pkgrel=5
 pkgdesc="Partial OpenSSL binding for Haskell"
 url="https://github.com/vshabanov/HsOpenSSL";
 license=('custom:PublicDomain')


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

2018-06-25 Thread Felix Yan via arch-commits
Date: Tuesday, June 26, 2018 @ 05:23:28
  Author: felixonmars
Revision: 346071

archrelease: copy trunk to community-staging-x86_64

Added:
  git-repair/repos/community-staging-x86_64/
  git-repair/repos/community-staging-x86_64/PKGBUILD
(from rev 346070, git-repair/trunk/PKGBUILD)
  git-repair/repos/community-staging-x86_64/ghc-8.4.patch
(from rev 346070, git-repair/trunk/ghc-8.4.patch)

---+
 PKGBUILD  |   42 ++
 ghc-8.4.patch |   29 +
 2 files changed, 71 insertions(+)

Copied: git-repair/repos/community-staging-x86_64/PKGBUILD (from rev 346070, 
git-repair/trunk/PKGBUILD)
===
--- community-staging-x86_64/PKGBUILD   (rev 0)
+++ community-staging-x86_64/PKGBUILD   2018-06-26 05:23:28 UTC (rev 346071)
@@ -0,0 +1,42 @@
+# $Id$
+# Maintainer: Felix Yan 
+
+pkgname=git-repair
+pkgver=1.20170626
+pkgrel=32
+pkgdesc="Repairs a damaged git repisitory"
+url="http://git-repair.branchable.com/";
+license=("GPL")
+arch=('x86_64')
+depends=('git' 'ghc-libs' 'haskell-async' 'haskell-data-default' 
'haskell-exceptions'
+ 'haskell-hslogger' 'haskell-ifelse' 'haskell-network' 
'haskell-network-uri'
+ 'haskell-optparse-applicative' 'haskell-quickcheck' 'haskell-split'
+ 'haskell-unix-compat' 'haskell-utf8-string')
+makedepends=('ghc')
+source=("$pkgname::git://git-repair.branchable.com/#tag=$pkgver"
+ghc-8.4.patch)
+sha512sums=('SKIP'
+
'7aefb60b5857252bb5b9212865ecc6da0727ec24422fa75fd7442108483e63560bb71d5782c580735ac640d9ec1131cda68882d097ebbd5e2681a9fab4ccebd2')
+
+prepare() {
+  cd git-repair
+  patch -p1 -i ../ghc-8.4.patch
+}
+
+build() {
+  cd git-repair
+  
+  runhaskell Setup configure -O --prefix=/usr --enable-executable-dynamic 
--disable-library-vanilla \
+--docdir="/usr/share/doc/$pkgname" \
+  -fnetwork-uri
+  runhaskell Setup build
+}
+
+package() {
+  cd git-repair
+  runhaskell Setup copy --destdir="$pkgdir"
+  install -Dm644 git-repair.1 "$pkgdir"/usr/share/man/man1/git-repair.1
+
+  rm "$pkgdir"/usr/share/doc/git-repair/GPL
+  rmdir "$pkgdir"/usr/share/doc/git-repair "$pkgdir"/usr/share/doc
+}

Copied: git-repair/repos/community-staging-x86_64/ghc-8.4.patch (from rev 
346070, git-repair/trunk/ghc-8.4.patch)
===
--- community-staging-x86_64/ghc-8.4.patch  (rev 0)
+++ community-staging-x86_64/ghc-8.4.patch  2018-06-26 05:23:28 UTC (rev 
346071)
@@ -0,0 +1,29 @@
+diff --git a/Git/Fsck.hs b/Git/Fsck.hs
+index a716b56..e7061cb 100644
+--- a/Git/Fsck.hs
 b/Git/Fsck.hs
+@@ -44,15 +44,17 @@ type MissingObjects = S.Set Sha
+ 
+ type Truncated = Bool
+ 
++instance Semigroup FsckOutput where
++  (<>) (FsckOutput s1 t1) (FsckOutput s2 t2) = FsckOutput (S.union s1 s2) 
(t1 || t2)
++  (<>) (FsckOutput s t) _ = FsckOutput s t
++  (<>) _ (FsckOutput s t) = FsckOutput s t
++  (<>) NoFsckOutput NoFsckOutput = NoFsckOutput
++  (<>) AllDuplicateEntriesWarning AllDuplicateEntriesWarning = 
AllDuplicateEntriesWarning
++  (<>) AllDuplicateEntriesWarning NoFsckOutput = 
AllDuplicateEntriesWarning
++  (<>) NoFsckOutput AllDuplicateEntriesWarning = 
AllDuplicateEntriesWarning
++
+ instance Monoid FsckOutput where
+   mempty = NoFsckOutput
+-  mappend (FsckOutput s1 t1) (FsckOutput s2 t2) = FsckOutput (S.union s1 
s2) (t1 || t2)
+-  mappend (FsckOutput s t) _ = FsckOutput s t
+-  mappend _ (FsckOutput s t) = FsckOutput s t
+-  mappend NoFsckOutput NoFsckOutput = NoFsckOutput
+-  mappend AllDuplicateEntriesWarning AllDuplicateEntriesWarning = 
AllDuplicateEntriesWarning
+-  mappend AllDuplicateEntriesWarning NoFsckOutput = 
AllDuplicateEntriesWarning
+-  mappend NoFsckOutput AllDuplicateEntriesWarning = 
AllDuplicateEntriesWarning
+ 
+ {- Runs fsck to find some of the broken objects in the repository.
+  - May not find all broken objects, if fsck fails on bad data in some of


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

2018-06-25 Thread Felix Yan via arch-commits
Date: Tuesday, June 26, 2018 @ 05:23:12
  Author: felixonmars
Revision: 346070

upgpkg: git-repair 1.20170626-32

rebuild with network 2.7.0.1

Modified:
  git-repair/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2018-06-26 05:22:27 UTC (rev 346069)
+++ PKGBUILD2018-06-26 05:23:12 UTC (rev 346070)
@@ -3,7 +3,7 @@
 
 pkgname=git-repair
 pkgver=1.20170626
-pkgrel=31
+pkgrel=32
 pkgdesc="Repairs a damaged git repisitory"
 url="http://git-repair.branchable.com/";
 license=("GPL")


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

2018-06-25 Thread Felix Yan via arch-commits
Date: Tuesday, June 26, 2018 @ 05:22:27
  Author: felixonmars
Revision: 346069

archrelease: copy trunk to community-staging-x86_64

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

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

Copied: haskell-hslogger/repos/community-staging-x86_64/PKGBUILD (from rev 
346068, haskell-hslogger/trunk/PKGBUILD)
===
--- community-staging-x86_64/PKGBUILD   (rev 0)
+++ community-staging-x86_64/PKGBUILD   2018-06-26 05:22:27 UTC (rev 346069)
@@ -0,0 +1,38 @@
+# $Id$
+# Maintainer: Sergej Pupykin 
+# Maintainer: Arch Haskell Team 
+
+pkgname=haskell-hslogger
+pkgver=1.2.10
+pkgrel=27
+pkgdesc="Versatile logging framework"
+url="https://hackage.haskell.org/package/hslogger";
+license=('LGPL')
+arch=('x86_64')
+depends=('ghc-libs' 'haskell-network' 'haskell-old-locale')
+makedepends=('ghc')
+source=("https://hackage.haskell.org/packages/archive/hslogger/${pkgver}/hslogger-${pkgver}.tar.gz";)
+sha512sums=('c2e3c6e7c8598aca2a18e507defa7536db7fdf15265b900401f8558b3259cd770531a3a302d6eb9ecca63a9629f0d5796e1ec94d8f21ecf153a1fc49f889183a')
+
+build() {
+cd "${srcdir}/hslogger-${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 "${srcdir}/hslogger-${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-hackage-security/repos (2 files)

2018-06-25 Thread Felix Yan via arch-commits
Date: Tuesday, June 26, 2018 @ 05:21:41
  Author: felixonmars
Revision: 346067

archrelease: copy trunk to community-staging-x86_64

Added:
  haskell-hackage-security/repos/community-staging-x86_64/
  haskell-hackage-security/repos/community-staging-x86_64/PKGBUILD
(from rev 346066, haskell-hackage-security/trunk/PKGBUILD)

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

Copied: haskell-hackage-security/repos/community-staging-x86_64/PKGBUILD (from 
rev 346066, haskell-hackage-security/trunk/PKGBUILD)
===
--- community-staging-x86_64/PKGBUILD   (rev 0)
+++ community-staging-x86_64/PKGBUILD   2018-06-26 05:21:41 UTC (rev 346067)
@@ -0,0 +1,47 @@
+# $Id$
+# Maintainer: Felix Yan 
+# Contributor: Arch Haskell Team 
+
+_hkgname=hackage-security
+pkgname=haskell-hackage-security
+pkgver=0.5.3.0
+pkgrel=14
+pkgdesc="Hackage security library"
+url="https://github.com/well-typed/hackage-security";
+license=("custom:BSD3")
+arch=('x86_64')
+depends=('ghc-libs' 'haskell-base16-bytestring' 'haskell-base64-bytestring'
+ 'haskell-cryptohash-sha256' 'haskell-ed25519' 'haskell-network' 
'haskell-network-uri'
+ 'haskell-tar' 'haskell-zlib')
+makedepends=('ghc')
+source=("https://hackage.haskell.org/packages/archive/${_hkgname}/${pkgver}/${_hkgname}-${pkgver}.tar.gz";)
+sha512sums=('57af812fb3911aed6ebdbc5de733e86a2bdc7845a07246c69346c59f654e7c4ae5bf20ad753cfe71dc1d7f47ce66a37fba49b178e8e6ff74002fc8ffb72d920d')
+
+prepare() {
+cd $_hkgname-$pkgver
+sed -i 's/<.*2.7/<3/' $_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 \
+-fbase48 -fuse-network-uri -f-old-directory
+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-hslogger/trunk (PKGBUILD)

2018-06-25 Thread Felix Yan via arch-commits
Date: Tuesday, June 26, 2018 @ 05:22:11
  Author: felixonmars
Revision: 346068

upgpkg: haskell-hslogger 1.2.10-27

rebuild with network 2.7.0.1

Modified:
  haskell-hslogger/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2018-06-26 05:21:41 UTC (rev 346067)
+++ PKGBUILD2018-06-26 05:22:11 UTC (rev 346068)
@@ -4,7 +4,7 @@
 
 pkgname=haskell-hslogger
 pkgver=1.2.10
-pkgrel=26
+pkgrel=27
 pkgdesc="Versatile logging framework"
 url="https://hackage.haskell.org/package/hslogger";
 license=('LGPL')


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

2018-06-25 Thread Felix Yan via arch-commits
Date: Tuesday, June 26, 2018 @ 05:21:24
  Author: felixonmars
Revision: 346066

upgpkg: haskell-hackage-security 0.5.3.0-14

rebuild with network 2.7.0.1

Modified:
  haskell-hackage-security/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2018-06-26 05:20:49 UTC (rev 346065)
+++ PKGBUILD2018-06-26 05:21:24 UTC (rev 346066)
@@ -5,7 +5,7 @@
 _hkgname=hackage-security
 pkgname=haskell-hackage-security
 pkgver=0.5.3.0
-pkgrel=13
+pkgrel=14
 pkgdesc="Hackage security library"
 url="https://github.com/well-typed/hackage-security";
 license=("custom:BSD3")


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

2018-06-25 Thread Felix Yan via arch-commits
Date: Tuesday, June 26, 2018 @ 05:20:49
  Author: felixonmars
Revision: 346065

archrelease: copy trunk to community-staging-x86_64

Added:
  haskell-fdo-notify/repos/community-staging-x86_64/
  haskell-fdo-notify/repos/community-staging-x86_64/PKGBUILD
(from rev 346064, haskell-fdo-notify/trunk/PKGBUILD)

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

Copied: haskell-fdo-notify/repos/community-staging-x86_64/PKGBUILD (from rev 
346064, haskell-fdo-notify/trunk/PKGBUILD)
===
--- community-staging-x86_64/PKGBUILD   (rev 0)
+++ community-staging-x86_64/PKGBUILD   2018-06-26 05:20:49 UTC (rev 346065)
@@ -0,0 +1,39 @@
+# $Id$
+# Maintainer: Felix Yan 
+# Contributor: Arch Haskell Team 
+
+_hkgname=fdo-notify
+pkgname=haskell-fdo-notify
+pkgver=0.3.1
+pkgrel=66
+pkgdesc="Desktop Notifications client"
+url="http://bitbucket.org/taejo/fdo-notify/";
+license=("custom:BSD3")
+arch=('x86_64')
+depends=('ghc-libs' "haskell-dbus")
+makedepends=('ghc')
+source=("https://hackage.haskell.org/packages/archive/${_hkgname}/${pkgver}/${_hkgname}-${pkgver}.tar.gz";)
+sha512sums=('d9193899d5eebd7c36e9464571827bd5b560fcc156e89822877b3b67a1f376c7abea9958f7e0aa6f79da06ad5f35a8738ad30a40d447b64ad557ed341054e6b6')
+
+build() {
+cd "${srcdir}/${_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 "${srcdir}/${_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-fdo-notify/trunk (PKGBUILD)

2018-06-25 Thread Felix Yan via arch-commits
Date: Tuesday, June 26, 2018 @ 05:20:33
  Author: felixonmars
Revision: 346064

upgpkg: haskell-fdo-notify 0.3.1-66

rebuild with network 2.7.0.1

Modified:
  haskell-fdo-notify/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2018-06-26 05:19:57 UTC (rev 346063)
+++ PKGBUILD2018-06-26 05:20:33 UTC (rev 346064)
@@ -5,7 +5,7 @@
 _hkgname=fdo-notify
 pkgname=haskell-fdo-notify
 pkgver=0.3.1
-pkgrel=65
+pkgrel=66
 pkgdesc="Desktop Notifications client"
 url="http://bitbucket.org/taejo/fdo-notify/";
 license=("custom:BSD3")


[arch-commits] Commit in haskell-dbus0.10/repos (2 files)

2018-06-25 Thread Felix Yan via arch-commits
Date: Tuesday, June 26, 2018 @ 05:19:57
  Author: felixonmars
Revision: 346063

archrelease: copy trunk to community-staging-x86_64

Added:
  haskell-dbus0.10/repos/community-staging-x86_64/
  haskell-dbus0.10/repos/community-staging-x86_64/PKGBUILD
(from rev 346062, haskell-dbus0.10/trunk/PKGBUILD)

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

Copied: haskell-dbus0.10/repos/community-staging-x86_64/PKGBUILD (from rev 
346062, haskell-dbus0.10/trunk/PKGBUILD)
===
--- community-staging-x86_64/PKGBUILD   (rev 0)
+++ community-staging-x86_64/PKGBUILD   2018-06-26 05:19:57 UTC (rev 346063)
@@ -0,0 +1,45 @@
+# $Id$
+# Maintainer: Felix Yan 
+# Contributor: Arch Haskell Team 
+
+_hkgname=dbus
+pkgname=haskell-dbus0.10
+pkgver=0.10.15
+pkgrel=20
+pkgdesc="A client library for the D-Bus IPC system (legacy 0.10.x version)"
+url="https://john-millikin.com/software/haskell-dbus/";
+license=("GPL3")
+arch=('x86_64')
+depends=('ghc-libs' 'haskell-cereal' 'haskell-libxml-sax' 'haskell-network'
+ 'haskell-random' 'haskell-vector' 'haskell-xml-types')
+makedepends=('ghc' 'haskell-extra' 'haskell-quickcheck' 'haskell-resourcet' 
'haskell-tasty'
+ 'haskell-tasty-hunit' 'haskell-tasty-quickcheck')
+source=("https://hackage.haskell.org/packages/archive/${_hkgname}/${pkgver}/${_hkgname}-${pkgver}.tar.gz";)
+sha512sums=('5c81c1f8599b80cdb16bee63b97cd1aa5d6b0698095b2c366ad4e4f03b44f9166bd5d770f8a47a0c7dd746a9a734379dc20a77f7846a862bd1c213eb12559b0b')
+
+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.txt"
+}


[arch-commits] Commit in haskell-dbus0.10/trunk (PKGBUILD)

2018-06-25 Thread Felix Yan via arch-commits
Date: Tuesday, June 26, 2018 @ 05:19:41
  Author: felixonmars
Revision: 346062

upgpkg: haskell-dbus0.10 0.10.15-20

rebuild with network 2.7.0.1

Modified:
  haskell-dbus0.10/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2018-06-26 05:18:53 UTC (rev 346061)
+++ PKGBUILD2018-06-26 05:19:41 UTC (rev 346062)
@@ -5,7 +5,7 @@
 _hkgname=dbus
 pkgname=haskell-dbus0.10
 pkgver=0.10.15
-pkgrel=19
+pkgrel=20
 pkgdesc="A client library for the D-Bus IPC system (legacy 0.10.x version)"
 url="https://john-millikin.com/software/haskell-dbus/";
 license=("GPL3")


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

2018-06-25 Thread Felix Yan via arch-commits
Date: Tuesday, June 26, 2018 @ 05:18:36
  Author: felixonmars
Revision: 346060

upgpkg: haskell-dbus 1.0.1-27

rebuild with network 2.7.0.1

Modified:
  haskell-dbus/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2018-06-26 05:17:30 UTC (rev 346059)
+++ PKGBUILD2018-06-26 05:18:36 UTC (rev 346060)
@@ -5,7 +5,7 @@
 _hkgname=dbus
 pkgname=haskell-dbus
 pkgver=1.0.1
-pkgrel=26
+pkgrel=27
 pkgdesc="A client library for the D-Bus IPC system"
 url="https://john-millikin.com/software/haskell-dbus/";
 license=("GPL3")


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

2018-06-25 Thread Felix Yan via arch-commits
Date: Tuesday, June 26, 2018 @ 05:18:53
  Author: felixonmars
Revision: 346061

archrelease: copy trunk to community-staging-x86_64

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

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

Copied: haskell-dbus/repos/community-staging-x86_64/PKGBUILD (from rev 346060, 
haskell-dbus/trunk/PKGBUILD)
===
--- community-staging-x86_64/PKGBUILD   (rev 0)
+++ community-staging-x86_64/PKGBUILD   2018-06-26 05:18:53 UTC (rev 346061)
@@ -0,0 +1,46 @@
+# $Id$
+# Maintainer: Felix Yan 
+# Contributor: Arch Haskell Team 
+
+_hkgname=dbus
+pkgname=haskell-dbus
+pkgver=1.0.1
+pkgrel=27
+pkgdesc="A client library for the D-Bus IPC system"
+url="https://john-millikin.com/software/haskell-dbus/";
+license=("GPL3")
+arch=('x86_64')
+depends=('ghc-libs' 'haskell-cereal' 'haskell-lens' 'haskell-libxml-sax' 
'haskell-network'
+ 'haskell-random' 'haskell-split' 'haskell-th-lift'
+ 'haskell-vector' 'haskell-xml-types')
+makedepends=('ghc' 'haskell-extra' 'haskell-quickcheck' 'haskell-resourcet' 
'haskell-tasty'
+ 'haskell-tasty-hunit' 'haskell-tasty-quickcheck')
+source=("https://hackage.haskell.org/packages/archive/${_hkgname}/${pkgver}/${_hkgname}-${pkgver}.tar.gz";)
+sha512sums=('e50b388de40d39761338045a92a848d65fc049594b0ee59505a2ac1a1bbf54cb6e8278f9d08abcdd3cae87650405f78f80bce680b9c3c4950d1b848a990e544b')
+
+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.txt"
+}


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

2018-06-25 Thread Felix Yan via arch-commits
Date: Tuesday, June 26, 2018 @ 05:17:30
  Author: felixonmars
Revision: 346059

archrelease: copy trunk to community-staging-x86_64

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

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

Copied: haskell-network/repos/community-staging-x86_64/PKGBUILD (from rev 
346058, haskell-network/trunk/PKGBUILD)
===
--- community-staging-x86_64/PKGBUILD   (rev 0)
+++ community-staging-x86_64/PKGBUILD   2018-06-26 05:17:30 UTC (rev 346059)
@@ -0,0 +1,45 @@
+# $Id$
+# Maintainer: Felix Yan 
+# Contributor: Thomas Dziedzic 
+
+_hkgname=network
+pkgname=haskell-network
+pkgver=2.7.0.1
+pkgrel=1
+pkgdesc="Low-level networking interface"
+url="https://hackage.haskell.org/package/${_hkgname}";
+license=('custom:BSD3')
+arch=('x86_64')
+depends=('ghc-libs')
+makedepends=('ghc' 'haskell-doctest' 'haskell-hspec' 'haskell-hunit')
+source=("https://hackage.haskell.org/packages/archive/${_hkgname}/${pkgver}/${_hkgname}-${pkgver}.tar.gz";)
+sha512sums=('87d8f65bcf5c1b41e26bc18bdb1014a73413c7950adff349c409232dd832aa906b9b2b3f46a04adbc14aba0c6a762646dc6c9966a67fbd66daef7e536ef25cbd')
+
+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/haskell/network/issues/333#issuecomment-400173091
+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-network/trunk (PKGBUILD)

2018-06-25 Thread Felix Yan via arch-commits
Date: Tuesday, June 26, 2018 @ 05:17:13
  Author: felixonmars
Revision: 346058

upgpkg: haskell-network 2.7.0.1-1

rebuild with network 2.7.0.1

Modified:
  haskell-network/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2018-06-26 04:37:54 UTC (rev 346057)
+++ PKGBUILD2018-06-26 05:17:13 UTC (rev 346058)
@@ -4,8 +4,8 @@
 
 _hkgname=network
 pkgname=haskell-network
-pkgver=2.7.0.0
-pkgrel=2
+pkgver=2.7.0.1
+pkgrel=1
 pkgdesc="Low-level networking interface"
 url="https://hackage.haskell.org/package/${_hkgname}";
 license=('custom:BSD3')
@@ -13,7 +13,7 @@
 depends=('ghc-libs')
 makedepends=('ghc' 'haskell-doctest' 'haskell-hspec' 'haskell-hunit')
 
source=("https://hackage.haskell.org/packages/archive/${_hkgname}/${pkgver}/${_hkgname}-${pkgver}.tar.gz";)
-sha512sums=('ca35aab08b344797cfa37d12b5d26e35fbbd0833e4790739dd71521087f160ce558a140e6924a697e1de60f72ea887d0bef7fdea66700c4efe6347c15cf0b86f')
+sha512sums=('87d8f65bcf5c1b41e26bc18bdb1014a73413c7950adff349c409232dd832aa906b9b2b3f46a04adbc14aba0c6a762646dc6c9966a67fbd66daef7e536ef25cbd')
 
 build() {
 cd $_hkgname-$pkgver
@@ -30,7 +30,8 @@
 
 check() {
 cd $_hkgname-$pkgver
-runhaskell Setup test
+# https://github.com/haskell/network/issues/333#issuecomment-400173091
+runhaskell Setup test || warning "Tests failed"
 }
 
 package() {


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

2018-06-25 Thread Felix Yan via arch-commits
Date: Tuesday, June 26, 2018 @ 04:37:36
  Author: felixonmars
Revision: 346056

upgpkg: eslint 5.0.1-1

Modified:
  eslint/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2018-06-26 04:10:57 UTC (rev 346055)
+++ PKGBUILD2018-06-26 04:37:36 UTC (rev 346056)
@@ -2,7 +2,7 @@
 # Maintainer: Felix Yan 
 
 pkgname=eslint
-pkgver=5.0.0
+pkgver=5.0.1
 pkgrel=1
 pkgdesc='An AST-based pattern checker for JavaScript'
 arch=('any')
@@ -12,7 +12,7 @@
 makedepends=('npm')
 source=("https://registry.npmjs.org/$pkgname/-/$pkgname-$pkgver.tgz";)
 noextract=("$pkgname-$pkgver.tgz")
-sha512sums=('300d185892de2bb04f101c4908836f2a741d2a9793c1b69cdd7a278743cf163598664a3065ff97977d2525627f0563aa15074074f7323a1d1a06a95b1faa2302')
+sha512sums=('0f99c6dab12baae2d4b2d8146b1265581e7e82ef94ff75436347e4fc8baaf32f42505cbfed8ea8178376711d6d57c927cd0bdc8886dfa9fa21777e7dc532c829')
 
 package() {
   npm install -g --user root --prefix "$pkgdir"/usr 
"$srcdir"/$pkgname-$pkgver.tgz


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

2018-06-25 Thread Felix Yan via arch-commits
Date: Tuesday, June 26, 2018 @ 04:37:54
  Author: felixonmars
Revision: 346057

archrelease: copy trunk to community-any

Added:
  eslint/repos/community-any/PKGBUILD
(from rev 346056, eslint/trunk/PKGBUILD)
Deleted:
  eslint/repos/community-any/PKGBUILD

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

Deleted: PKGBUILD
===
--- PKGBUILD2018-06-26 04:37:36 UTC (rev 346056)
+++ PKGBUILD2018-06-26 04:37:54 UTC (rev 346057)
@@ -1,31 +0,0 @@
-# $Id$
-# Maintainer: Felix Yan 
-
-pkgname=eslint
-pkgver=5.0.0
-pkgrel=1
-pkgdesc='An AST-based pattern checker for JavaScript'
-arch=('any')
-url='http://eslint.org'
-license=('MIT')
-depends=('nodejs' 'acorn')
-makedepends=('npm')
-source=("https://registry.npmjs.org/$pkgname/-/$pkgname-$pkgver.tgz";)
-noextract=("$pkgname-$pkgver.tgz")
-sha512sums=('300d185892de2bb04f101c4908836f2a741d2a9793c1b69cdd7a278743cf163598664a3065ff97977d2525627f0563aa15074074f7323a1d1a06a95b1faa2302')
-
-package() {
-  npm install -g --user root --prefix "$pkgdir"/usr 
"$srcdir"/$pkgname-$pkgver.tgz
-
-  # Fix permissions
-  find "$pkgdir/usr" -type d -exec chmod 755 '{}' +
-
-  install -dm755 "${pkgdir}/usr/share/licenses/${pkgname}"
-  ln -s ../../../lib/node_modules/eslint/LICENSE 
"${pkgdir}/usr/share/licenses/${pkgname}/LICENSE"
-
-  # Experimental dedup
-  cd "$pkgdir"/usr/lib/node_modules/$pkgname/node_modules
-  for dep in acorn; do
-rm -r $dep;
-  done
-}

Copied: eslint/repos/community-any/PKGBUILD (from rev 346056, 
eslint/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2018-06-26 04:37:54 UTC (rev 346057)
@@ -0,0 +1,31 @@
+# $Id$
+# Maintainer: Felix Yan 
+
+pkgname=eslint
+pkgver=5.0.1
+pkgrel=1
+pkgdesc='An AST-based pattern checker for JavaScript'
+arch=('any')
+url='http://eslint.org'
+license=('MIT')
+depends=('nodejs' 'acorn')
+makedepends=('npm')
+source=("https://registry.npmjs.org/$pkgname/-/$pkgname-$pkgver.tgz";)
+noextract=("$pkgname-$pkgver.tgz")
+sha512sums=('0f99c6dab12baae2d4b2d8146b1265581e7e82ef94ff75436347e4fc8baaf32f42505cbfed8ea8178376711d6d57c927cd0bdc8886dfa9fa21777e7dc532c829')
+
+package() {
+  npm install -g --user root --prefix "$pkgdir"/usr 
"$srcdir"/$pkgname-$pkgver.tgz
+
+  # Fix permissions
+  find "$pkgdir/usr" -type d -exec chmod 755 '{}' +
+
+  install -dm755 "${pkgdir}/usr/share/licenses/${pkgname}"
+  ln -s ../../../lib/node_modules/eslint/LICENSE 
"${pkgdir}/usr/share/licenses/${pkgname}/LICENSE"
+
+  # Experimental dedup
+  cd "$pkgdir"/usr/lib/node_modules/$pkgname/node_modules
+  for dep in acorn; do
+rm -r $dep;
+  done
+}


[arch-commits] Commit in deepin-qt5dxcb-plugin/repos/community-x86_64 (2 files)

2018-06-25 Thread Felix Yan via arch-commits
Date: Tuesday, June 26, 2018 @ 04:10:57
  Author: felixonmars
Revision: 346055

archrelease: copy trunk to community-x86_64

Added:
  deepin-qt5dxcb-plugin/repos/community-x86_64/PKGBUILD
(from rev 346054, deepin-qt5dxcb-plugin/trunk/PKGBUILD)
Deleted:
  deepin-qt5dxcb-plugin/repos/community-x86_64/PKGBUILD

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

Deleted: PKGBUILD
===
--- PKGBUILD2018-06-26 04:10:39 UTC (rev 346054)
+++ PKGBUILD2018-06-26 04:10:57 UTC (rev 346055)
@@ -1,32 +0,0 @@
-# $Id$
-# Maintainer: Felix Yan 
-
-pkgname=deepin-qt5dxcb-plugin
-pkgver=1.1.9
-pkgrel=1
-pkgdesc='Qt platform plugins for DDE'
-arch=('x86_64')
-url="https://github.com/linuxdeepin/qt5dxcb-plugin";
-license=('GPL3')
-depends=('cairo' 'qt5-x11extras')
-makedepends=('qt5-xcb-private-headers' 'libglvnd')
-groups=('deepin')
-source=("$pkgname-$pkgver.tar.gz::https://github.com/linuxdeepin/qt5dxcb-plugin/archive/$pkgver.tar.gz";)
-sha512sums=('98cef971790e24b894a3468710449e50de78b753720ef2f4144208cff55456064fdf8cc689cb373c8379da76c634deab2cd340a4bbc3ea64dd77f6368b5bbcdb')
-
-prepare() {
-  cd qt5dxcb-plugin-$pkgver
-  rm -r platformplugin/libqt5xcbqpa-dev
-  sed -i 's|error(Not support Qt Version: .*)|INCLUDEPATH += 
/usr/include/qtxcb-private|' platformplugin/linux.pri
-}
-
-build() {
-  cd qt5dxcb-plugin-$pkgver
-  qmake-qt5 PREFIX=/usr
-  make
-}
-
-package() {
-  cd qt5dxcb-plugin-$pkgver
-  make INSTALL_ROOT="$pkgdir" install
-}

Copied: deepin-qt5dxcb-plugin/repos/community-x86_64/PKGBUILD (from rev 346054, 
deepin-qt5dxcb-plugin/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2018-06-26 04:10:57 UTC (rev 346055)
@@ -0,0 +1,32 @@
+# $Id$
+# Maintainer: Felix Yan 
+
+pkgname=deepin-qt5dxcb-plugin
+pkgver=1.1.9.1
+pkgrel=1
+pkgdesc='Qt platform plugins for DDE'
+arch=('x86_64')
+url="https://github.com/linuxdeepin/qt5dxcb-plugin";
+license=('GPL3')
+depends=('cairo' 'qt5-x11extras')
+makedepends=('qt5-xcb-private-headers' 'libglvnd')
+groups=('deepin')
+source=("$pkgname-$pkgver.tar.gz::https://github.com/linuxdeepin/qt5dxcb-plugin/archive/$pkgver.tar.gz";)
+sha512sums=('75c721a2016979a8b05c082426ff8e139df2106e86b482a447dcc5cf4e0339cce85710da5e4819d9d040ce796d9832cb47117594cb464253b395dd94d254fd3c')
+
+prepare() {
+  cd qt5dxcb-plugin-$pkgver
+  rm -r platformplugin/libqt5xcbqpa-dev
+  sed -i 's|error(Not support Qt Version: .*)|INCLUDEPATH += 
/usr/include/qtxcb-private|' platformplugin/linux.pri
+}
+
+build() {
+  cd qt5dxcb-plugin-$pkgver
+  qmake-qt5 PREFIX=/usr
+  make
+}
+
+package() {
+  cd qt5dxcb-plugin-$pkgver
+  make INSTALL_ROOT="$pkgdir" install
+}


[arch-commits] Commit in deepin-qt5dxcb-plugin/trunk (PKGBUILD)

2018-06-25 Thread Felix Yan via arch-commits
Date: Tuesday, June 26, 2018 @ 04:10:39
  Author: felixonmars
Revision: 346054

upgpkg: deepin-qt5dxcb-plugin 1.1.9.1-1

Modified:
  deepin-qt5dxcb-plugin/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2018-06-26 04:09:20 UTC (rev 346053)
+++ PKGBUILD2018-06-26 04:10:39 UTC (rev 346054)
@@ -2,7 +2,7 @@
 # Maintainer: Felix Yan 
 
 pkgname=deepin-qt5dxcb-plugin
-pkgver=1.1.9
+pkgver=1.1.9.1
 pkgrel=1
 pkgdesc='Qt platform plugins for DDE'
 arch=('x86_64')
@@ -12,7 +12,7 @@
 makedepends=('qt5-xcb-private-headers' 'libglvnd')
 groups=('deepin')
 
source=("$pkgname-$pkgver.tar.gz::https://github.com/linuxdeepin/qt5dxcb-plugin/archive/$pkgver.tar.gz";)
-sha512sums=('98cef971790e24b894a3468710449e50de78b753720ef2f4144208cff55456064fdf8cc689cb373c8379da76c634deab2cd340a4bbc3ea64dd77f6368b5bbcdb')
+sha512sums=('75c721a2016979a8b05c082426ff8e139df2106e86b482a447dcc5cf4e0339cce85710da5e4819d9d040ce796d9832cb47117594cb464253b395dd94d254fd3c')
 
 prepare() {
   cd qt5dxcb-plugin-$pkgver


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

2018-06-25 Thread Felix Yan via arch-commits
Date: Tuesday, June 26, 2018 @ 04:09:20
  Author: felixonmars
Revision: 346053

archrelease: copy trunk to community-any

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

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

Deleted: PKGBUILD
===
--- PKGBUILD2018-06-26 04:09:02 UTC (rev 346052)
+++ PKGBUILD2018-06-26 04:09:20 UTC (rev 346053)
@@ -1,48 +0,0 @@
-# $Id$
-# Maintainer: Felix Yan 
-
-pkgbase=python-pygithub
-pkgname=('python-pygithub' 'python2-pygithub')
-pkgver=1.39
-pkgrel=1
-pkgdesc="Use the full Github API v3"
-arch=('any')
-license=('LGPL')
-url="https://github.com/PyGithub/PyGithub";
-makedepends=('python-setuptools' 'python2-setuptools' 'python-pyjwt' 
'python2-pyjwt')
-source=("$pkgbase-$pkgver.tar.gz::https://github.com/PyGithub/PyGithub/archive/v$pkgver.tar.gz";)
-sha512sums=('5fa6e5a1b8e7cbe2be13e7f866ce8586f6ba37bfc8f3bfb5a52497a9edc267c14512e4572f56e898c61b8c84dfc8aa8f325c5eb2563e68450b8a3b2acf8308d4')
-
-prepare() {
-  cp -a PyGithub-$pkgver{,-py2}
-}
-
-build() {
-  cd "$srcdir"/PyGithub-$pkgver
-  python setup.py build
-
-  cd "$srcdir"/PyGithub-$pkgver-py2
-  python2 setup.py build
-}
-
-check() {
-  cd "$srcdir"/PyGithub-$pkgver
-  python setup.py test
-
-  cd "$srcdir"/PyGithub-$pkgver-py2
-  python2 setup.py test
-}
-
-package_python-pygithub() {
-  depends=('python-pyjwt')
-
-  cd PyGithub-$pkgver
-  python setup.py install --root="$pkgdir" --optimize=1
-}
-
-package_python2-pygithub() {
-  depends=('python2-pyjwt')
-
-  cd PyGithub-$pkgver-py2
-  python2 setup.py install --root="$pkgdir" --optimize=1
-}

Copied: python-pygithub/repos/community-any/PKGBUILD (from rev 346052, 
python-pygithub/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2018-06-26 04:09:20 UTC (rev 346053)
@@ -0,0 +1,48 @@
+# $Id$
+# Maintainer: Felix Yan 
+
+pkgbase=python-pygithub
+pkgname=('python-pygithub' 'python2-pygithub')
+pkgver=1.40
+pkgrel=1
+pkgdesc="Use the full Github API v3"
+arch=('any')
+license=('LGPL')
+url="https://github.com/PyGithub/PyGithub";
+makedepends=('python-setuptools' 'python2-setuptools' 'python-pyjwt' 
'python2-pyjwt')
+source=("$pkgbase-$pkgver.tar.gz::https://github.com/PyGithub/PyGithub/archive/v$pkgver.tar.gz";)
+sha512sums=('e8719017ce04db2c25ab8059b124a43a3688d4775861b80a0bcc7a194eaf43cd942eba1da199b76ef35c5bcde364708586c09630a7fac5642867b5a62985efad')
+
+prepare() {
+  cp -a PyGithub-$pkgver{,-py2}
+}
+
+build() {
+  cd "$srcdir"/PyGithub-$pkgver
+  python setup.py build
+
+  cd "$srcdir"/PyGithub-$pkgver-py2
+  python2 setup.py build
+}
+
+check() {
+  cd "$srcdir"/PyGithub-$pkgver
+  python setup.py test
+
+  cd "$srcdir"/PyGithub-$pkgver-py2
+  python2 setup.py test
+}
+
+package_python-pygithub() {
+  depends=('python-pyjwt')
+
+  cd PyGithub-$pkgver
+  python setup.py install --root="$pkgdir" --optimize=1
+}
+
+package_python2-pygithub() {
+  depends=('python2-pyjwt')
+
+  cd PyGithub-$pkgver-py2
+  python2 setup.py install --root="$pkgdir" --optimize=1
+}


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

2018-06-25 Thread Felix Yan via arch-commits
Date: Tuesday, June 26, 2018 @ 04:09:02
  Author: felixonmars
Revision: 346052

upgpkg: python-pygithub 1.40-1

Modified:
  python-pygithub/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2018-06-26 04:01:32 UTC (rev 346051)
+++ PKGBUILD2018-06-26 04:09:02 UTC (rev 346052)
@@ -3,7 +3,7 @@
 
 pkgbase=python-pygithub
 pkgname=('python-pygithub' 'python2-pygithub')
-pkgver=1.39
+pkgver=1.40
 pkgrel=1
 pkgdesc="Use the full Github API v3"
 arch=('any')
@@ -11,7 +11,7 @@
 url="https://github.com/PyGithub/PyGithub";
 makedepends=('python-setuptools' 'python2-setuptools' 'python-pyjwt' 
'python2-pyjwt')
 
source=("$pkgbase-$pkgver.tar.gz::https://github.com/PyGithub/PyGithub/archive/v$pkgver.tar.gz";)
-sha512sums=('5fa6e5a1b8e7cbe2be13e7f866ce8586f6ba37bfc8f3bfb5a52497a9edc267c14512e4572f56e898c61b8c84dfc8aa8f325c5eb2563e68450b8a3b2acf8308d4')
+sha512sums=('e8719017ce04db2c25ab8059b124a43a3688d4775861b80a0bcc7a194eaf43cd942eba1da199b76ef35c5bcde364708586c09630a7fac5642867b5a62985efad')
 
 prepare() {
   cp -a PyGithub-$pkgver{,-py2}


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

2018-06-25 Thread Felix Yan via arch-commits
Date: Tuesday, June 26, 2018 @ 04:01:14
  Author: felixonmars
Revision: 346050

upgpkg: uglify-js 3.4.2-1

Modified:
  uglify-js/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2018-06-25 20:26:47 UTC (rev 346049)
+++ PKGBUILD2018-06-26 04:01:14 UTC (rev 346050)
@@ -3,7 +3,7 @@
 # Contributor: Daniel Nagy 
 
 pkgname=uglify-js
-pkgver=3.4.1
+pkgver=3.4.2
 pkgrel=1
 pkgdesc="JavaScript parser, mangler/compressor and beautifier toolkit"
 arch=('any')
@@ -14,7 +14,7 @@
 install=${pkgname}.install
 source=(https://registry.npmjs.org/$pkgname/-/$pkgname-$pkgver.tgz)
 noextract=($pkgname-$pkgver.tgz)
-sha512sums=('213782a376e4fdc05a2b9cc3dd129d0ad468c5a41024c7d991ee268a425fa645ce122a2a41ec1c27fdcaf560aa43e59c7d68cff2992cb6c7c540d34e552aa7a0')
+sha512sums=('fe45500f3c2213d572ed8eb778c90ca331788c8b740b6fb11dcb45f58a6a356744fcd2ceb8cbabb21929a181949406de6210023efd0724f20726e974024e3fbb')
 
 package() {
   npm install -g --user root --prefix "$pkgdir"/usr 
"$srcdir"/$pkgname-$pkgver.tgz


[arch-commits] Commit in uglify-js/repos/community-any (4 files)

2018-06-25 Thread Felix Yan via arch-commits
Date: Tuesday, June 26, 2018 @ 04:01:32
  Author: felixonmars
Revision: 346051

archrelease: copy trunk to community-any

Added:
  uglify-js/repos/community-any/PKGBUILD
(from rev 346050, uglify-js/trunk/PKGBUILD)
  uglify-js/repos/community-any/uglify-js.install
(from rev 346050, uglify-js/trunk/uglify-js.install)
Deleted:
  uglify-js/repos/community-any/PKGBUILD
  uglify-js/repos/community-any/uglify-js.install

---+
 PKGBUILD  |   56 ++--
 uglify-js.install |   16 +++---
 2 files changed, 36 insertions(+), 36 deletions(-)

Deleted: PKGBUILD
===
--- PKGBUILD2018-06-26 04:01:14 UTC (rev 346050)
+++ PKGBUILD2018-06-26 04:01:32 UTC (rev 346051)
@@ -1,28 +0,0 @@
-# $Id$
-# Maintainer: Felix Yan 
-# Contributor: Daniel Nagy 
-
-pkgname=uglify-js
-pkgver=3.4.1
-pkgrel=1
-pkgdesc="JavaScript parser, mangler/compressor and beautifier toolkit"
-arch=('any')
-url='http://lisperator.net/uglifyjs'
-license=('BSD')
-depends=('nodejs')
-makedepends=('npm')
-install=${pkgname}.install
-source=(https://registry.npmjs.org/$pkgname/-/$pkgname-$pkgver.tgz)
-noextract=($pkgname-$pkgver.tgz)
-sha512sums=('213782a376e4fdc05a2b9cc3dd129d0ad468c5a41024c7d991ee268a425fa645ce122a2a41ec1c27fdcaf560aa43e59c7d68cff2992cb6c7c540d34e552aa7a0')
-
-package() {
-  npm install -g --user root --prefix "$pkgdir"/usr 
"$srcdir"/$pkgname-$pkgver.tgz
-  mkdir -p "$pkgdir/usr/share/licenses/$pkgname"
-  ln -s "../../../lib/node_modules/uglify-js/LICENSE" 
"$pkgdir/usr/share/licenses/$pkgname/"
-
-  # Fix npm derp
-  find "$pkgdir/usr" -type d -exec chmod 755 '{}' +
-}
-
-# vim:set ts=2 sw=2 et:

Copied: uglify-js/repos/community-any/PKGBUILD (from rev 346050, 
uglify-js/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2018-06-26 04:01:32 UTC (rev 346051)
@@ -0,0 +1,28 @@
+# $Id$
+# Maintainer: Felix Yan 
+# Contributor: Daniel Nagy 
+
+pkgname=uglify-js
+pkgver=3.4.2
+pkgrel=1
+pkgdesc="JavaScript parser, mangler/compressor and beautifier toolkit"
+arch=('any')
+url='http://lisperator.net/uglifyjs'
+license=('BSD')
+depends=('nodejs')
+makedepends=('npm')
+install=${pkgname}.install
+source=(https://registry.npmjs.org/$pkgname/-/$pkgname-$pkgver.tgz)
+noextract=($pkgname-$pkgver.tgz)
+sha512sums=('fe45500f3c2213d572ed8eb778c90ca331788c8b740b6fb11dcb45f58a6a356744fcd2ceb8cbabb21929a181949406de6210023efd0724f20726e974024e3fbb')
+
+package() {
+  npm install -g --user root --prefix "$pkgdir"/usr 
"$srcdir"/$pkgname-$pkgver.tgz
+  mkdir -p "$pkgdir/usr/share/licenses/$pkgname"
+  ln -s "../../../lib/node_modules/uglify-js/LICENSE" 
"$pkgdir/usr/share/licenses/$pkgname/"
+
+  # Fix npm derp
+  find "$pkgdir/usr" -type d -exec chmod 755 '{}' +
+}
+
+# vim:set ts=2 sw=2 et:

Deleted: uglify-js.install
===
--- uglify-js.install   2018-06-26 04:01:14 UTC (rev 346050)
+++ uglify-js.install   2018-06-26 04:01:32 UTC (rev 346051)
@@ -1,8 +0,0 @@
-post_install() {
-  # fixup permissions
-  chmod 755 /usr/lib/node_modules
-}
-
-post_upgrade() {
-  post_install
-}

Copied: uglify-js/repos/community-any/uglify-js.install (from rev 346050, 
uglify-js/trunk/uglify-js.install)
===
--- uglify-js.install   (rev 0)
+++ uglify-js.install   2018-06-26 04:01:32 UTC (rev 346051)
@@ -0,0 +1,8 @@
+post_install() {
+  # fixup permissions
+  chmod 755 /usr/lib/node_modules
+}
+
+post_upgrade() {
+  post_install
+}


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

2018-06-25 Thread Gaëtan Bisson via arch-commits
Date: Tuesday, June 26, 2018 @ 00:16:06
  Author: bisson
Revision: 327562

archrelease: copy trunk to testing-x86_64

Added:
  libedit/repos/testing-x86_64/PKGBUILD
(from rev 327561, libedit/trunk/PKGBUILD)
Deleted:
  libedit/repos/testing-x86_64/PKGBUILD

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

Deleted: PKGBUILD
===
--- PKGBUILD2018-06-26 00:13:39 UTC (rev 327561)
+++ PKGBUILD2018-06-26 00:16:06 UTC (rev 327562)
@@ -1,31 +0,0 @@
-# $Id$
-# Maintainer: Gaetan Bisson 
-# Maintainer: Vesa Kaihlavirta 
-# Contributor: Roman Cheplyaka 
-
-pkgname=libedit
-_pkgver=20180525-3.1
-pkgver=${_pkgver/-/_}
-pkgrel=1
-pkgdesc='Command line editor library providing generic line editing, history, 
and tokenization functions'
-url='http://thrysoee.dk/editline/'
-arch=('x86_64')
-license=('BSD')
-depends=('ncurses')
-source=("http://thrysoee.dk/editline/libedit-${_pkgver}.tar.gz";)
-sha256sums=('c41bea8fd140fb57ba67a98ec1d8ae0b8ffa82f4aba9c35a87e5a9499e653116')
-
-build() {
-   cd "${srcdir}/${pkgname}-${_pkgver}"
-   ./configure --prefix=/usr --enable-widec
-   make
-}
-
-package() {
-   cd "${srcdir}/${pkgname}-${_pkgver}"
-   make prefix="${pkgdir}"/usr install
-
-   rm "${pkgdir}"/usr/share/man/man3/history.3 # conflicts with readline
-   cp "${pkgdir}"/usr/share/man/man3/editline.3 
"${pkgdir}"/usr/share/man/man3/el.3
-   install -Dm644 COPYING "${pkgdir}"/usr/share/licenses/libedit/LICENSE
-}

Copied: libedit/repos/testing-x86_64/PKGBUILD (from rev 327561, 
libedit/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2018-06-26 00:16:06 UTC (rev 327562)
@@ -0,0 +1,31 @@
+# $Id$
+# Maintainer: Gaetan Bisson 
+# Maintainer: Vesa Kaihlavirta 
+# Contributor: Roman Cheplyaka 
+
+pkgname=libedit
+_pkgver=20180525-3.1
+pkgver=${_pkgver/-/_}
+pkgrel=1
+pkgdesc='Command line editor library providing generic line editing, history, 
and tokenization functions'
+url='http://thrysoee.dk/editline/'
+arch=('x86_64')
+license=('BSD')
+depends=('ncurses')
+source=("http://thrysoee.dk/editline/libedit-${_pkgver}.tar.gz";)
+sha256sums=('c41bea8fd140fb57ba67a98ec1d8ae0b8ffa82f4aba9c35a87e5a9499e653116')
+
+build() {
+   cd "${srcdir}/${pkgname}-${_pkgver}"
+   ./configure --prefix=/usr --enable-widec
+   make
+}
+
+package() {
+   cd "${srcdir}/${pkgname}-${_pkgver}"
+   make prefix="${pkgdir}"/usr install
+
+   rm "${pkgdir}"/usr/share/man/man3/history.3 # conflicts with readline
+   cp "${pkgdir}"/usr/share/man/man3/editline.3 
"${pkgdir}"/usr/share/man/man3/el.3
+   install -Dm644 COPYING "${pkgdir}"/usr/share/licenses/libedit/LICENSE
+}


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

2018-06-25 Thread Gaëtan Bisson via arch-commits
Date: Tuesday, June 26, 2018 @ 00:13:39
  Author: bisson
Revision: 327561

archrelease: copy trunk to testing-x86_64

Added:
  libedit/repos/testing-x86_64/
  libedit/repos/testing-x86_64/PKGBUILD
(from rev 327560, libedit/trunk/PKGBUILD)

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

Copied: libedit/repos/testing-x86_64/PKGBUILD (from rev 327560, 
libedit/trunk/PKGBUILD)
===
--- testing-x86_64/PKGBUILD (rev 0)
+++ testing-x86_64/PKGBUILD 2018-06-26 00:13:39 UTC (rev 327561)
@@ -0,0 +1,31 @@
+# $Id$
+# Maintainer: Gaetan Bisson 
+# Maintainer: Vesa Kaihlavirta 
+# Contributor: Roman Cheplyaka 
+
+pkgname=libedit
+_pkgver=20180525-3.1
+pkgver=${_pkgver/-/_}
+pkgrel=1
+pkgdesc='Command line editor library providing generic line editing, history, 
and tokenization functions'
+url='http://thrysoee.dk/editline/'
+arch=('x86_64')
+license=('BSD')
+depends=('ncurses')
+source=("http://thrysoee.dk/editline/libedit-${_pkgver}.tar.gz";)
+sha256sums=('c41bea8fd140fb57ba67a98ec1d8ae0b8ffa82f4aba9c35a87e5a9499e653116')
+
+build() {
+   cd "${srcdir}/${pkgname}-${_pkgver}"
+   ./configure --prefix=/usr --enable-widec
+   make
+}
+
+package() {
+   cd "${srcdir}/${pkgname}-${_pkgver}"
+   make prefix="${pkgdir}"/usr install
+
+   rm "${pkgdir}"/usr/share/man/man3/history.3 # conflicts with readline
+   cp "${pkgdir}"/usr/share/man/man3/editline.3 
"${pkgdir}"/usr/share/man/man3/el.3
+   install -Dm644 COPYING "${pkgdir}"/usr/share/licenses/libedit/LICENSE
+}


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

2018-06-25 Thread Gaëtan Bisson via arch-commits
Date: Tuesday, June 26, 2018 @ 00:13:08
  Author: bisson
Revision: 327560

upstream update

Modified:
  libedit/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2018-06-25 20:13:18 UTC (rev 327559)
+++ PKGBUILD2018-06-26 00:13:08 UTC (rev 327560)
@@ -4,7 +4,7 @@
 # Contributor: Roman Cheplyaka 
 
 pkgname=libedit
-_pkgver=20170329-3.1
+_pkgver=20180525-3.1
 pkgver=${_pkgver/-/_}
 pkgrel=1
 pkgdesc='Command line editor library providing generic line editing, history, 
and tokenization functions'
@@ -13,7 +13,7 @@
 license=('BSD')
 depends=('ncurses')
 source=("http://thrysoee.dk/editline/libedit-${_pkgver}.tar.gz";)
-sha256sums=('91f2d90fbd2a048ff6dad7131d9a39e690fd8a8fd982a353f1333dd4017dd4be')
+sha256sums=('c41bea8fd140fb57ba67a98ec1d8ae0b8ffa82f4aba9c35a87e5a9499e653116')
 
 build() {
cd "${srcdir}/${pkgname}-${_pkgver}"


[arch-commits] Commit in mate-applet-dock/repos/community-any (PKGBUILD PKGBUILD)

2018-06-25 Thread Antonio Rojas via arch-commits
Date: Monday, June 25, 2018 @ 20:26:47
  Author: arojas
Revision: 346049

archrelease: copy trunk to community-any

Added:
  mate-applet-dock/repos/community-any/PKGBUILD
(from rev 346048, mate-applet-dock/trunk/PKGBUILD)
Deleted:
  mate-applet-dock/repos/community-any/PKGBUILD

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

Deleted: PKGBUILD
===
--- PKGBUILD2018-06-25 20:26:18 UTC (rev 346048)
+++ PKGBUILD2018-06-25 20:26:47 UTC (rev 346049)
@@ -1,31 +0,0 @@
-# $Id$
-# Contriburor: Balló György 
-
-pkgname=mate-applet-dock
-_pkgname=mate-dock-applet
-pkgver=0.85
-pkgrel=1
-pkgdesc="Application dock for the MATE panel"
-arch=('any')
-url="https://github.com/robint99/dock-applet";
-license=('GPL3')
-depends=('libnotify' 'mate-panel' 'python-cairo' 'python-dbus' 
'python-gobject' 'python-pillow'
- 'python-xdg' 'python-xlib' 'bamf')
-source=("$pkgname-$pkgver.tar.gz::https://github.com/robint99/$_pkgname/archive/V$pkgver.tar.gz";)
-sha256sums=('612e2b03b3cbc370fe636890aeb22bbe1d2647e16ce3ad3967a0d5286b9f4813')
-
-prepare() {
-  cd $_pkgname-$pkgver
-  autoreconf -fi
-}
-
-build() {
-  cd $_pkgname-$pkgver
-  ./configure --prefix=/usr --with-gtk3
-  make
-}
-
-package() {
-  cd $_pkgname-$pkgver
-  make DESTDIR="$pkgdir" install
-}

Copied: mate-applet-dock/repos/community-any/PKGBUILD (from rev 346048, 
mate-applet-dock/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2018-06-25 20:26:47 UTC (rev 346049)
@@ -0,0 +1,31 @@
+# $Id$
+# Contriburor: Balló György 
+
+pkgname=mate-applet-dock
+_pkgname=mate-dock-applet
+pkgver=0.86
+pkgrel=1
+pkgdesc="Application dock for the MATE panel"
+arch=('any')
+url="https://github.com/robint99/dock-applet";
+license=('GPL3')
+depends=('libnotify' 'mate-panel' 'python-cairo' 'python-dbus' 
'python-gobject' 'python-pillow'
+ 'python-xdg' 'python-xlib' 'bamf')
+source=("$pkgname-$pkgver.tar.gz::https://github.com/robint99/$_pkgname/archive/V$pkgver.tar.gz";)
+sha256sums=('2546e03800d69ab05491b12bc5631c9c05eb96e1892e72ffb36f613b2b00bc98')
+
+prepare() {
+  cd $_pkgname-$pkgver
+  autoreconf -fi
+}
+
+build() {
+  cd $_pkgname-$pkgver
+  ./configure --prefix=/usr --with-gtk3
+  make
+}
+
+package() {
+  cd $_pkgname-$pkgver
+  make DESTDIR="$pkgdir" install
+}


[arch-commits] Commit in mate-applet-dock/trunk (PKGBUILD)

2018-06-25 Thread Antonio Rojas via arch-commits
Date: Monday, June 25, 2018 @ 20:26:18
  Author: arojas
Revision: 346048

Update to 0.86

Modified:
  mate-applet-dock/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2018-06-25 19:25:23 UTC (rev 346047)
+++ PKGBUILD2018-06-25 20:26:18 UTC (rev 346048)
@@ -3,7 +3,7 @@
 
 pkgname=mate-applet-dock
 _pkgname=mate-dock-applet
-pkgver=0.85
+pkgver=0.86
 pkgrel=1
 pkgdesc="Application dock for the MATE panel"
 arch=('any')
@@ -12,7 +12,7 @@
 depends=('libnotify' 'mate-panel' 'python-cairo' 'python-dbus' 
'python-gobject' 'python-pillow'
  'python-xdg' 'python-xlib' 'bamf')
 
source=("$pkgname-$pkgver.tar.gz::https://github.com/robint99/$_pkgname/archive/V$pkgver.tar.gz";)
-sha256sums=('612e2b03b3cbc370fe636890aeb22bbe1d2647e16ce3ad3967a0d5286b9f4813')
+sha256sums=('2546e03800d69ab05491b12bc5631c9c05eb96e1892e72ffb36f613b2b00bc98')
 
 prepare() {
   cd $_pkgname-$pkgver


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

2018-06-25 Thread Jaroslav Lichtblau via arch-commits
Date: Monday, June 25, 2018 @ 19:25:23
  Author: jlichtblau
Revision: 346047

archrelease: copy trunk to community-any

Added:
  subdl/repos/community-any/PKGBUILD
(from rev 346046, subdl/trunk/PKGBUILD)
Deleted:
  subdl/repos/community-any/PKGBUILD

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

Deleted: PKGBUILD
===
--- PKGBUILD2018-06-25 19:25:10 UTC (rev 346046)
+++ PKGBUILD2018-06-25 19:25:23 UTC (rev 346047)
@@ -1,22 +0,0 @@
-# $Id$
-# Maintainer: Jaroslav Lichtblau 
-# Contributor: Geoffroy Carrier 
-# Contributor: rich_o 
-
-pkgname=subdl
-pkgver=1.0.3
-pkgrel=7
-pkgdesc="A command-line tool for downloading subtitles from opensubtitles.org"
-arch=('any')
-url="https://github.com/alexanderwink/$pkgname";
-license=('GPL3')
-depends=('python')
-makedepends=('git')
-source=(git+https://github.com/alexanderwink/subdl.git#commit=e9e046a)
-sha256sums=('SKIP')
-
-package() {
-  cd "${srcdir}"/$pkgname
-
-  install -Dm755 $pkgname "${pkgdir}"/usr/bin/$pkgname
-}

Copied: subdl/repos/community-any/PKGBUILD (from rev 346046, 
subdl/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2018-06-25 19:25:23 UTC (rev 346047)
@@ -0,0 +1,22 @@
+# $Id$
+# Maintainer: Jaroslav Lichtblau 
+# Contributor: Geoffroy Carrier 
+# Contributor: rich_o 
+
+pkgname=subdl
+pkgver=1.1.0
+pkgrel=1
+pkgdesc="A command-line tool for downloading subtitles from opensubtitles.org"
+arch=('any')
+url="https://github.com/alexanderwink/$pkgname";
+license=('GPL3')
+depends=('python')
+makedepends=('git')
+source=(git+https://github.com/alexanderwink/subdl.git#commit=594fa59e6a40629f3b7dea6742c82a9d9399645c)
+sha256sums=('SKIP')
+
+package() {
+  cd "${srcdir}"/$pkgname
+
+  install -Dm755 $pkgname "${pkgdir}"/usr/bin/$pkgname
+}


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

2018-06-25 Thread Jaroslav Lichtblau via arch-commits
Date: Monday, June 25, 2018 @ 19:25:10
  Author: jlichtblau
Revision: 346046

upgpkg: subdl 1.1.0-1 - new upstream release

Modified:
  subdl/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2018-06-25 19:20:51 UTC (rev 346045)
+++ PKGBUILD2018-06-25 19:25:10 UTC (rev 346046)
@@ -4,8 +4,8 @@
 # Contributor: rich_o 
 
 pkgname=subdl
-pkgver=1.0.3
-pkgrel=7
+pkgver=1.1.0
+pkgrel=1
 pkgdesc="A command-line tool for downloading subtitles from opensubtitles.org"
 arch=('any')
 url="https://github.com/alexanderwink/$pkgname";
@@ -12,7 +12,7 @@
 license=('GPL3')
 depends=('python')
 makedepends=('git')
-source=(git+https://github.com/alexanderwink/subdl.git#commit=e9e046a)
+source=(git+https://github.com/alexanderwink/subdl.git#commit=594fa59e6a40629f3b7dea6742c82a9d9399645c)
 sha256sums=('SKIP')
 
 package() {


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

2018-06-25 Thread Jaroslav Lichtblau via arch-commits
Date: Monday, June 25, 2018 @ 19:20:51
  Author: jlichtblau
Revision: 346045

archrelease: copy trunk to community-x86_64

Added:
  pianobar/repos/community-x86_64/PKGBUILD
(from rev 346044, pianobar/trunk/PKGBUILD)
Deleted:
  pianobar/repos/community-x86_64/PKGBUILD

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

Deleted: PKGBUILD
===
--- PKGBUILD2018-06-25 19:17:51 UTC (rev 346044)
+++ PKGBUILD2018-06-25 19:20:51 UTC (rev 346045)
@@ -1,35 +0,0 @@
-# $Id$
-# Maintainer: Jaroslav Lichtblau 
-# Contributor: Daniel Wallace < danielwallace at gtmanfred dot com>
-# Contributor: Mitch Bigelow 
-# Contributor: Patrick Palka 
-
-pkgname=pianobar
-pkgver=2017.08.30
-pkgrel=5
-pkgdesc="Console-based frontend for Pandora"
-arch=('x86_64')
-url="https://6xq.net/pianobar/";
-license=('MIT')
-depends=('libao' 'ffmpeg' 'curl' 'json-c')
-source=(https://6xq.net/pianobar/$pkgname-$pkgver.tar.bz2{,.asc}
-
pianobar-ffmpeg4.patch::"https://github.com/PromyLOPh/pianobar/commit/38b16f99.patch";)
-sha512sums=('35019bd387a323c85928e8979c075c7b2a8d88115066a55068dd62279760200fcadf022f7000a40e198bebc3cfc5507913da7c9c06ae220cba6fe3910a6bca54'
-'SKIP'
-
'fd707292e8e1ef32b520e7ae3ab80197b86b89e80c661385ca488eb256571ce6ec2b636c78ff786b6743cd73f1ddd37ab417507bf7829e0d6340262ba7f3fafe')
-validpgpkeys=('017D74E27F5856963801781DF663943E08D8092A') # Lars-Dominik Braun 

-
-prepare() {
-  cd $pkgname-$pkgver
-  patch -p1 -i ../pianobar-ffmpeg4.patch # Fix build with ffmpeg 4
-}
-
-build() {
-  make -C ${pkgname}-${pkgver}
-}
-
-package() {
-  make -C ${pkgname}-${pkgver} DESTDIR="${pkgdir}" PREFIX=/usr install
-  install -Dm644 $pkgname-"${pkgver}"/COPYING 
"${pkgdir}"/usr/share/licenses/$pkgname/LICENSE
-  install -Dm755 $pkgname-"${pkgver}"/contrib/headless_pianobar 
"${pkgdir}"/usr/bin/pianoctl
-}

Copied: pianobar/repos/community-x86_64/PKGBUILD (from rev 346044, 
pianobar/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2018-06-25 19:20:51 UTC (rev 346045)
@@ -0,0 +1,28 @@
+# $Id$
+# Maintainer: Jaroslav Lichtblau 
+# Contributor: Daniel Wallace < danielwallace at gtmanfred dot com>
+# Contributor: Mitch Bigelow 
+# Contributor: Patrick Palka 
+
+pkgname=pianobar
+pkgver=2018.06.22
+pkgrel=1
+pkgdesc="Console-based frontend for Pandora"
+arch=('x86_64')
+url="https://6xq.net/pianobar/";
+license=('MIT')
+depends=('libao' 'ffmpeg' 'curl' 'json-c')
+source=(https://6xq.net/pianobar/$pkgname-$pkgver.tar.bz2{,.asc})
+validpgpkeys=('017D74E27F5856963801781DF663943E08D8092A') # Lars-Dominik Braun 

+sha256sums=('946357718a7b5fea661247ad10187e77f94724ef2bb29a2482afeb2d8c8bd4c2'
+'SKIP')
+
+build() {
+  make -C ${pkgname}-${pkgver}
+}
+
+package() {
+  make -C ${pkgname}-${pkgver} DESTDIR="${pkgdir}" PREFIX=/usr install
+  install -Dm644 $pkgname-"${pkgver}"/COPYING 
"${pkgdir}"/usr/share/licenses/$pkgname/LICENSE
+  install -Dm755 $pkgname-"${pkgver}"/contrib/headless_pianobar 
"${pkgdir}"/usr/bin/pianoctl
+}


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

2018-06-25 Thread Jaroslav Lichtblau via arch-commits
Date: Monday, June 25, 2018 @ 19:17:51
  Author: jlichtblau
Revision: 346044

archrelease: copy trunk to community-x86_64

Added:
  quazip/repos/community-x86_64/PKGBUILD
(from rev 346043, quazip/trunk/PKGBUILD)
Deleted:
  quazip/repos/community-x86_64/PKGBUILD

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

Deleted: PKGBUILD
===
--- PKGBUILD2018-06-25 19:17:32 UTC (rev 346043)
+++ PKGBUILD2018-06-25 19:17:51 UTC (rev 346044)
@@ -1,42 +0,0 @@
-# $Id$
-# Maintainer: Jaroslav Lichtblau 
-# Contributor: Felix Yan 
-# Contributor: Andrea Scarpino 
-# Contributor: trya 
-
-pkgname=quazip
-pkgver=0.7.3
-pkgrel=4
-pkgdesc="C++ wrapper for the Gilles Vollant's ZIP/UNZIP C package"
-url="http://sourceforge.net/projects/quazip/";
-license=('LGPL')
-arch=('x86_64')
-depends=('qt5-base')
-makedepends=('cmake')
-provides=('quazip-qt5')
-source=(http://downloads.sourceforge.net/$pkgname/$pkgname-$pkgver.tar.gz)
-sha512sums=('d4b55bd040e47e97e7bd5d080399ae4aa5fbc4985d6ab5979b468abc852c91b2e3e5d35af90d4b4de3bb01ea9135d0247473d6eab0413392b1c8567dc799a9fe')
-
-prepare() {
-  # Fix cmake module install dir
-  sed -e 's|${CMAKE_ROOT}/Modules|${CMAKE_INSTALL_PREFIX}/lib/cmake/QuaZip|' 
-i $pkgname-$pkgver/CMakeLists.txt
-}
-
-build() {
-  cd "${srcdir}"
-
-  install -d build
-  cd build
-  cmake ../$pkgname-$pkgver \
--DCMAKE_INSTALL_PREFIX=/usr \
--DBUILD_WITH_QT4:BOOL=OFF \
--DCMAKE_CXX_FLAGS="$CFLAGS -fPIC"
-  make
-}
-
-package() {
-  cd "${srcdir}"
-
-  cd build
-  make DESTDIR="${pkgdir}" install
-}

Copied: quazip/repos/community-x86_64/PKGBUILD (from rev 346043, 
quazip/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2018-06-25 19:17:51 UTC (rev 346044)
@@ -0,0 +1,42 @@
+# $Id$
+# Maintainer: Jaroslav Lichtblau 
+# Contributor: Felix Yan 
+# Contributor: Andrea Scarpino 
+# Contributor: trya 
+
+pkgname=quazip
+pkgver=0.7.6
+pkgrel=1
+pkgdesc="C++ wrapper for the Gilles Vollant's ZIP/UNZIP C package"
+url="https://stachenov.github.io/quazip/";
+license=('LGPL')
+arch=('x86_64')
+depends=('qt5-base')
+makedepends=('cmake')
+provides=('quazip-qt5')
+source=($pkgname-$pkgver.tar.gz::https://github.com/stachenov/$pkgname/archive/$pkgver.tar.gz)
+sha256sums=('4118a830a375a81211956611cc34b1b5b4ddc108c126287b91b40c2493046b70')
+
+prepare() {
+  # Fix cmake module install dir
+  sed -e 's|${CMAKE_ROOT}/Modules|${CMAKE_INSTALL_PREFIX}/lib/cmake/QuaZip|' 
-i $pkgname-$pkgver/CMakeLists.txt
+}
+
+build() {
+  cd "${srcdir}"
+
+  install -d build
+  cd build
+  cmake ../$pkgname-$pkgver \
+-DCMAKE_INSTALL_PREFIX=/usr \
+-DBUILD_WITH_QT4:BOOL=OFF \
+-DCMAKE_CXX_FLAGS="$CFLAGS -fPIC"
+  make
+}
+
+package() {
+  cd "${srcdir}"
+
+  cd build
+  make DESTDIR="${pkgdir}" install
+}


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

2018-06-25 Thread Jaroslav Lichtblau via arch-commits
Date: Monday, June 25, 2018 @ 19:17:32
  Author: jlichtblau
Revision: 346043

upgpkg: quazip 0.7.6-1 - new upstream release

Modified:
  quazip/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2018-06-25 18:53:31 UTC (rev 346042)
+++ PKGBUILD2018-06-25 19:17:32 UTC (rev 346043)
@@ -5,17 +5,17 @@
 # Contributor: trya 
 
 pkgname=quazip
-pkgver=0.7.3
-pkgrel=4
+pkgver=0.7.6
+pkgrel=1
 pkgdesc="C++ wrapper for the Gilles Vollant's ZIP/UNZIP C package"
-url="http://sourceforge.net/projects/quazip/";
+url="https://stachenov.github.io/quazip/";
 license=('LGPL')
 arch=('x86_64')
 depends=('qt5-base')
 makedepends=('cmake')
 provides=('quazip-qt5')
-source=(http://downloads.sourceforge.net/$pkgname/$pkgname-$pkgver.tar.gz)
-sha512sums=('d4b55bd040e47e97e7bd5d080399ae4aa5fbc4985d6ab5979b468abc852c91b2e3e5d35af90d4b4de3bb01ea9135d0247473d6eab0413392b1c8567dc799a9fe')
+source=($pkgname-$pkgver.tar.gz::https://github.com/stachenov/$pkgname/archive/$pkgver.tar.gz)
+sha256sums=('4118a830a375a81211956611cc34b1b5b4ddc108c126287b91b40c2493046b70')
 
 prepare() {
   # Fix cmake module install dir


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

2018-06-25 Thread Christian Hesse via arch-commits
Date: Monday, June 25, 2018 @ 18:53:31
  Author: eworm
Revision: 346042

archrelease: copy trunk to community-x86_64

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

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

Deleted: PKGBUILD
===
--- PKGBUILD2018-06-25 18:53:15 UTC (rev 346041)
+++ PKGBUILD2018-06-25 18:53:31 UTC (rev 346042)
@@ -1,57 +0,0 @@
-# $Id$
-# Maintainer: Christian Hesse 
-# Contributor: Jason A. Donenfeld 
-
-pkgbase=wireguard
-pkgname=(wireguard-dkms wireguard-tools)
-pkgver=0.0.20180620
-pkgrel=1
-pkgdesc='next generation secure network tunnel'
-arch=('x86_64')
-url='http://www.wireguard.com/'
-license=('GPL')
-makedepends=('git' 'libmnl')
-source=("${pkgbase}-${pkgver}.tar.xz::https://git.zx2c4.com/WireGuard/snapshot/WireGuard-${pkgver}.tar.xz";)
-sha256sums=('b4db98ea751c8e667454f98ea1c15d704a784fe1bc093b03bd64575418a7c242')
-
-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' 'WIREGUARD-MODULE')
-   optdepends=('openresolv: for DNS functionality')
-
-   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 346041, 
wireguard/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2018-06-25 18:53:31 UTC (rev 346042)
@@ -0,0 +1,57 @@
+# $Id$
+# Maintainer: Christian Hesse 
+# Contributor: Jason A. Donenfeld 
+
+pkgbase=wireguard
+pkgname=(wireguard-dkms wireguard-tools)
+pkgver=0.0.20180625
+pkgrel=1
+pkgdesc='next generation secure network tunnel'
+arch=('x86_64')
+url='http://www.wireguard.com/'
+license=('GPL')
+makedepends=('git' 'libmnl')
+source=("${pkgbase}-${pkgver}.tar.xz::https://git.zx2c4.com/WireGuard/snapshot/WireGuard-${pkgver}.tar.xz";)
+sha256sums=('d9bedeb22b1f83d48581608a6521fea1d429fbeb8809419d08703ef2ec570020')
+
+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' 'WIREGUARD-MODULE')
+   optdepends=('openresolv: for DNS functionality')
+
+   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 wireguard/trunk (PKGBUILD)

2018-06-25 Thread Christian Hesse via arch-commits
Date: Monday, June 25, 2018 @ 18:53:15
  Author: eworm
Revision: 346041

upgpkg: wireguard 0.0.20180625-1

new upstream release

Modified:
  wireguard/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2018-06-25 18:48:19 UTC (rev 346040)
+++ PKGBUILD2018-06-25 18:53:15 UTC (rev 346041)
@@ -4,7 +4,7 @@
 
 pkgbase=wireguard
 pkgname=(wireguard-dkms wireguard-tools)
-pkgver=0.0.20180620
+pkgver=0.0.20180625
 pkgrel=1
 pkgdesc='next generation secure network tunnel'
 arch=('x86_64')
@@ -12,7 +12,7 @@
 license=('GPL')
 makedepends=('git' 'libmnl')
 
source=("${pkgbase}-${pkgver}.tar.xz::https://git.zx2c4.com/WireGuard/snapshot/WireGuard-${pkgver}.tar.xz";)
-sha256sums=('b4db98ea751c8e667454f98ea1c15d704a784fe1bc093b03bd64575418a7c242')
+sha256sums=('d9bedeb22b1f83d48581608a6521fea1d429fbeb8809419d08703ef2ec570020')
 
 prepare() {
cd WireGuard-${pkgver}/


  1   2   3   4   >