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

2017-03-01 Thread Felix Yan
Date: Thursday, March 2, 2017 @ 07:58:47
  Author: felixonmars
Revision: 214467

upgpkg: haskell-authenticate 1.3.3.2-52

rebuild with cryptonite,0.22

Modified:
  haskell-authenticate/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2017-03-02 07:56:37 UTC (rev 214466)
+++ PKGBUILD2017-03-02 07:58:47 UTC (rev 214467)
@@ -5,7 +5,7 @@
 _hkgname=authenticate
 pkgname=haskell-authenticate
 pkgver=1.3.3.2
-pkgrel=51
+pkgrel=52
 pkgdesc="Authentication methods for Haskell web applications."
 url="http://github.com/yesodweb/authenticate";
 license=("MIT")


[arch-commits] Commit in haskell-authenticate/repos (4 files)

2017-03-01 Thread Felix Yan
Date: Thursday, March 2, 2017 @ 07:59:03
  Author: felixonmars
Revision: 214468

archrelease: copy trunk to community-staging-i686, community-staging-x86_64

Added:
  haskell-authenticate/repos/community-staging-i686/
  haskell-authenticate/repos/community-staging-i686/PKGBUILD
(from rev 214467, haskell-authenticate/trunk/PKGBUILD)
  haskell-authenticate/repos/community-staging-x86_64/
  haskell-authenticate/repos/community-staging-x86_64/PKGBUILD
(from rev 214467, haskell-authenticate/trunk/PKGBUILD)

---+
 community-staging-i686/PKGBUILD   |   46 
 community-staging-x86_64/PKGBUILD |   46 
 2 files changed, 92 insertions(+)

Copied: haskell-authenticate/repos/community-staging-i686/PKGBUILD (from rev 
214467, haskell-authenticate/trunk/PKGBUILD)
===
--- community-staging-i686/PKGBUILD (rev 0)
+++ community-staging-i686/PKGBUILD 2017-03-02 07:59:03 UTC (rev 214468)
@@ -0,0 +1,46 @@
+# $Id$
+# Maintainer: Felix Yan 
+# Contributor: Arch Haskell Team 
+
+_hkgname=authenticate
+pkgname=haskell-authenticate
+pkgver=1.3.3.2
+pkgrel=52
+pkgdesc="Authentication methods for Haskell web applications."
+url="http://github.com/yesodweb/authenticate";
+license=("MIT")
+arch=('i686' 'x86_64')
+depends=("ghc=8.0.1" "haskell-aeson" "haskell-attoparsec" 
"haskell-blaze-builder"
+ "haskell-case-insensitive" "haskell-conduit" "haskell-http-conduit"
+ "haskell-http-types" "haskell-monad-control" "haskell-network-uri"
+ "haskell-resourcet" "haskell-tagstream-conduit" "haskell-text"
+ "haskell-unordered-containers" "haskell-xml-conduit")
+source=("https://hackage.haskell.org/packages/archive/${_hkgname}/${pkgver}/${_hkgname}-${pkgver}.tar.gz";)
+sha256sums=('a65ff7791e646ea847fc6b8369addeecf6d2c3055a0b7ebe1421881103656e30')
+
+build() {
+cd "${srcdir}/${_hkgname}-${pkgver}"
+
+runhaskell Setup configure -O --enable-library-profiling --enable-shared \
+--prefix=/usr --docdir="/usr/share/doc/${pkgname}" \
+--libsubdir=\$compiler/site-local/\$pkgid \
+-fnetwork-uri
+runhaskell Setup build
+runhaskell Setup haddock --hoogle --html
+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"
+install -d -m755 "${pkgdir}/usr/share/doc/ghc/html/libraries"
+ln -s "/usr/share/doc/${pkgname}/html" 
"${pkgdir}/usr/share/doc/ghc/html/libraries/${_hkgname}"
+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-authenticate/repos/community-staging-x86_64/PKGBUILD (from rev 
214467, haskell-authenticate/trunk/PKGBUILD)
===
--- community-staging-x86_64/PKGBUILD   (rev 0)
+++ community-staging-x86_64/PKGBUILD   2017-03-02 07:59:03 UTC (rev 214468)
@@ -0,0 +1,46 @@
+# $Id$
+# Maintainer: Felix Yan 
+# Contributor: Arch Haskell Team 
+
+_hkgname=authenticate
+pkgname=haskell-authenticate
+pkgver=1.3.3.2
+pkgrel=52
+pkgdesc="Authentication methods for Haskell web applications."
+url="http://github.com/yesodweb/authenticate";
+license=("MIT")
+arch=('i686' 'x86_64')
+depends=("ghc=8.0.1" "haskell-aeson" "haskell-attoparsec" 
"haskell-blaze-builder"
+ "haskell-case-insensitive" "haskell-conduit" "haskell-http-conduit"
+ "haskell-http-types" "haskell-monad-control" "haskell-network-uri"
+ "haskell-resourcet" "haskell-tagstream-conduit" "haskell-text"
+ "haskell-unordered-containers" "haskell-xml-conduit")
+source=("https://hackage.haskell.org/packages/archive/${_hkgname}/${pkgver}/${_hkgname}-${pkgver}.tar.gz";)
+sha256sums=('a65ff7791e646ea847fc6b8369addeecf6d2c3055a0b7ebe1421881103656e30')
+
+build() {
+cd "${srcdir}/${_hkgname}-${pkgver}"
+
+runhaskell Setup configure -O --enable-library-profiling --enable-shared \
+--prefix=/usr --docdir="/usr/share/doc/${pkgname}" \
+--libsubdir=\$compiler/site-local/\$pkgid \
+-fnetwork-uri
+runhaskell Setup build
+runhaskell Setup haddock --hoogle --html
+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
+

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

2017-03-01 Thread Felix Yan
Date: Thursday, March 2, 2017 @ 07:56:37
  Author: felixonmars
Revision: 214466

archrelease: copy trunk to community-staging-i686, community-staging-x86_64

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

---+
 community-staging-i686/PKGBUILD   |   43 
 community-staging-x86_64/PKGBUILD |   43 
 2 files changed, 86 insertions(+)

Copied: haskell-http-conduit/repos/community-staging-i686/PKGBUILD (from rev 
214465, haskell-http-conduit/trunk/PKGBUILD)
===
--- community-staging-i686/PKGBUILD (rev 0)
+++ community-staging-i686/PKGBUILD 2017-03-02 07:56:37 UTC (rev 214466)
@@ -0,0 +1,43 @@
+# $Id$
+# Maintainer: Felix Yan 
+# Contributor: Arch Haskell Team 
+
+_hkgname=http-conduit
+pkgname=haskell-http-conduit
+pkgver=2.2.3.1
+pkgrel=2
+pkgdesc="HTTP client package with conduit interface and HTTPS support"
+url="http://www.yesodweb.com/book/http-conduit";
+license=("custom:BSD3")
+arch=('i686' 'x86_64')
+depends=("ghc=8.0.1" "haskell-aeson" "haskell-conduit" "haskell-conduit-extra" 
"haskell-exceptions"
+ "haskell-http-client" "haskell-http-client-tls" "haskell-http-types" 
"haskell-lifted-base"
+ "haskell-monad-control" "haskell-mtl" "haskell-resourcet")
+source=("https://hackage.haskell.org/packages/archive/${_hkgname}/${pkgver}/${_hkgname}-${pkgver}.tar.gz";)
+sha256sums=('53ae16c601f980f323f2b24a32a776f9867b6b595e6e1929d440d1549715ca0e')
+
+build() {
+cd "${srcdir}/${_hkgname}-${pkgver}"
+
+runhaskell Setup configure -O --enable-library-profiling --enable-shared \
+--prefix=/usr --docdir="/usr/share/doc/${pkgname}" \
+--libsubdir=\$compiler/site-local/\$pkgid
+runhaskell Setup build
+runhaskell Setup haddock --hoogle --html
+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"
+install -d -m755 "${pkgdir}/usr/share/doc/ghc/html/libraries"
+ln -s "/usr/share/doc/${pkgname}/html" 
"${pkgdir}/usr/share/doc/ghc/html/libraries/${_hkgname}"
+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-http-conduit/repos/community-staging-x86_64/PKGBUILD (from rev 
214465, haskell-http-conduit/trunk/PKGBUILD)
===
--- community-staging-x86_64/PKGBUILD   (rev 0)
+++ community-staging-x86_64/PKGBUILD   2017-03-02 07:56:37 UTC (rev 214466)
@@ -0,0 +1,43 @@
+# $Id$
+# Maintainer: Felix Yan 
+# Contributor: Arch Haskell Team 
+
+_hkgname=http-conduit
+pkgname=haskell-http-conduit
+pkgver=2.2.3.1
+pkgrel=2
+pkgdesc="HTTP client package with conduit interface and HTTPS support"
+url="http://www.yesodweb.com/book/http-conduit";
+license=("custom:BSD3")
+arch=('i686' 'x86_64')
+depends=("ghc=8.0.1" "haskell-aeson" "haskell-conduit" "haskell-conduit-extra" 
"haskell-exceptions"
+ "haskell-http-client" "haskell-http-client-tls" "haskell-http-types" 
"haskell-lifted-base"
+ "haskell-monad-control" "haskell-mtl" "haskell-resourcet")
+source=("https://hackage.haskell.org/packages/archive/${_hkgname}/${pkgver}/${_hkgname}-${pkgver}.tar.gz";)
+sha256sums=('53ae16c601f980f323f2b24a32a776f9867b6b595e6e1929d440d1549715ca0e')
+
+build() {
+cd "${srcdir}/${_hkgname}-${pkgver}"
+
+runhaskell Setup configure -O --enable-library-profiling --enable-shared \
+--prefix=/usr --docdir="/usr/share/doc/${pkgname}" \
+--libsubdir=\$compiler/site-local/\$pkgid
+runhaskell Setup build
+runhaskell Setup haddock --hoogle --html
+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/unregiste

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

2017-03-01 Thread Felix Yan
Date: Thursday, March 2, 2017 @ 07:56:22
  Author: felixonmars
Revision: 214465

upgpkg: haskell-http-conduit 2.2.3.1-2

rebuild with cryptonite,0.22

Modified:
  haskell-http-conduit/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2017-03-02 07:54:00 UTC (rev 214464)
+++ PKGBUILD2017-03-02 07:56:22 UTC (rev 214465)
@@ -5,7 +5,7 @@
 _hkgname=http-conduit
 pkgname=haskell-http-conduit
 pkgver=2.2.3.1
-pkgrel=1
+pkgrel=2
 pkgdesc="HTTP client package with conduit interface and HTTPS support"
 url="http://www.yesodweb.com/book/http-conduit";
 license=("custom:BSD3")


[arch-commits] Commit in hopenpgp-tools/repos (4 files)

2017-03-01 Thread Felix Yan
Date: Thursday, March 2, 2017 @ 07:54:00
  Author: felixonmars
Revision: 214464

archrelease: copy trunk to community-staging-i686, community-staging-x86_64

Added:
  hopenpgp-tools/repos/community-staging-i686/
  hopenpgp-tools/repos/community-staging-i686/PKGBUILD
(from rev 214463, hopenpgp-tools/trunk/PKGBUILD)
  hopenpgp-tools/repos/community-staging-x86_64/
  hopenpgp-tools/repos/community-staging-x86_64/PKGBUILD
(from rev 214463, hopenpgp-tools/trunk/PKGBUILD)

---+
 community-staging-i686/PKGBUILD   |   38 
 community-staging-x86_64/PKGBUILD |   38 
 2 files changed, 76 insertions(+)

Copied: hopenpgp-tools/repos/community-staging-i686/PKGBUILD (from rev 214463, 
hopenpgp-tools/trunk/PKGBUILD)
===
--- community-staging-i686/PKGBUILD (rev 0)
+++ community-staging-i686/PKGBUILD 2017-03-02 07:54:00 UTC (rev 214464)
@@ -0,0 +1,38 @@
+# $Id$
+# Maintainer: Felix Yan 
+# Contributor: Arch Haskell Team 
+
+pkgname=hopenpgp-tools
+pkgver=0.19.4
+pkgrel=48
+pkgdesc="hOpenPGP-based command-line tools"
+url="http://floss.scru.org/hopenpgp-tools";
+license=("AGPL3")
+arch=('i686' 'x86_64')
+depends=('gmp' 'libffi' 'zlib')
+makedepends=("ghc=8.0.1" "alex" "happy" "haskell-aeson" 
"haskell-ansi-wl-pprint"
+ "haskell-attoparsec" "haskell-base16-bytestring" 
"haskell-binary-conduit"
+ "haskell-conduit" "haskell-conduit-extra" "haskell-crypto-pubkey" 
"haskell-cryptohash"
+ "haskell-errors" "haskell-fgl" "haskell-graphviz" 
"haskell-hopenpgp"
+ "haskell-http-client" "haskell-http-client-tls" 
"haskell-http-types"
+ "haskell-ixset-typed" "haskell-lens" "haskell-monad-loops" 
"haskell-openpgp-asciiarmor"
+ "haskell-optparse-applicative" "haskell-resourcet" "haskell-text"
+ "haskell-time-locale-compat" "haskell-wl-pprint-extras" 
"haskell-wl-pprint-terminfo"
+ "haskell-yaml")
+source=(https://hackage.haskell.org/packages/archive/${pkgname}/${pkgver}/${pkgname}-${pkgver}.tar.gz)
+sha256sums=('e656cd989833c6d318d5c44931ef5a8cd98bb0ebb4bab70a2d2f701091d0abd8')
+
+build() {
+cd "${srcdir}/${pkgname}-${pkgver}"
+
+runhaskell Setup configure -O --prefix=/usr 
--docdir="/usr/share/doc/${pkgname}"
+runhaskell Setup build
+}
+
+package() {
+cd "${srcdir}/${pkgname}-${pkgver}"
+runhaskell Setup copy --destdir="${pkgdir}"
+
+rm "$pkgdir/usr/share/doc/hopenpgp-tools/LICENSE"
+rmdir "$pkgdir/usr/share/doc/hopenpgp-tools" "$pkgdir/usr/share/doc" 
"$pkgdir/usr/share"
+}

Copied: hopenpgp-tools/repos/community-staging-x86_64/PKGBUILD (from rev 
214463, hopenpgp-tools/trunk/PKGBUILD)
===
--- community-staging-x86_64/PKGBUILD   (rev 0)
+++ community-staging-x86_64/PKGBUILD   2017-03-02 07:54:00 UTC (rev 214464)
@@ -0,0 +1,38 @@
+# $Id$
+# Maintainer: Felix Yan 
+# Contributor: Arch Haskell Team 
+
+pkgname=hopenpgp-tools
+pkgver=0.19.4
+pkgrel=48
+pkgdesc="hOpenPGP-based command-line tools"
+url="http://floss.scru.org/hopenpgp-tools";
+license=("AGPL3")
+arch=('i686' 'x86_64')
+depends=('gmp' 'libffi' 'zlib')
+makedepends=("ghc=8.0.1" "alex" "happy" "haskell-aeson" 
"haskell-ansi-wl-pprint"
+ "haskell-attoparsec" "haskell-base16-bytestring" 
"haskell-binary-conduit"
+ "haskell-conduit" "haskell-conduit-extra" "haskell-crypto-pubkey" 
"haskell-cryptohash"
+ "haskell-errors" "haskell-fgl" "haskell-graphviz" 
"haskell-hopenpgp"
+ "haskell-http-client" "haskell-http-client-tls" 
"haskell-http-types"
+ "haskell-ixset-typed" "haskell-lens" "haskell-monad-loops" 
"haskell-openpgp-asciiarmor"
+ "haskell-optparse-applicative" "haskell-resourcet" "haskell-text"
+ "haskell-time-locale-compat" "haskell-wl-pprint-extras" 
"haskell-wl-pprint-terminfo"
+ "haskell-yaml")
+source=(https://hackage.haskell.org/packages/archive/${pkgname}/${pkgver}/${pkgname}-${pkgver}.tar.gz)
+sha256sums=('e656cd989833c6d318d5c44931ef5a8cd98bb0ebb4bab70a2d2f701091d0abd8')
+
+build() {
+cd "${srcdir}/${pkgname}-${pkgver}"
+
+runhaskell Setup configure -O --prefix=/usr 
--docdir="/usr/share/doc/${pkgname}"
+runhaskell Setup build
+}
+
+package() {
+cd "${srcdir}/${pkgname}-${pkgver}"
+runhaskell Setup copy --destdir="${pkgdir}"
+
+rm "$pkgdir/usr/share/doc/hopenpgp-tools/LICENSE"
+rmdir "$pkgdir/usr/share/doc/hopenpgp-tools" "$pkgdir/usr/share/doc" 
"$pkgdir/usr/share"
+}


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

2017-03-01 Thread Felix Yan
Date: Thursday, March 2, 2017 @ 07:53:44
  Author: felixonmars
Revision: 214463

upgpkg: hopenpgp-tools 0.19.4-48

rebuild with cryptonite,0.22

Modified:
  hopenpgp-tools/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2017-03-02 07:49:10 UTC (rev 214462)
+++ PKGBUILD2017-03-02 07:53:44 UTC (rev 214463)
@@ -4,7 +4,7 @@
 
 pkgname=hopenpgp-tools
 pkgver=0.19.4
-pkgrel=47
+pkgrel=48
 pkgdesc="hOpenPGP-based command-line tools"
 url="http://floss.scru.org/hopenpgp-tools";
 license=("AGPL3")


[arch-commits] Commit in haskell-dav/repos (4 files)

2017-03-01 Thread Felix Yan
Date: Thursday, March 2, 2017 @ 07:49:10
  Author: felixonmars
Revision: 214462

archrelease: copy trunk to community-staging-i686, community-staging-x86_64

Added:
  haskell-dav/repos/community-staging-i686/
  haskell-dav/repos/community-staging-i686/PKGBUILD
(from rev 214461, haskell-dav/trunk/PKGBUILD)
  haskell-dav/repos/community-staging-x86_64/
  haskell-dav/repos/community-staging-x86_64/PKGBUILD
(from rev 214461, haskell-dav/trunk/PKGBUILD)

---+
 community-staging-i686/PKGBUILD   |   46 
 community-staging-x86_64/PKGBUILD |   46 
 2 files changed, 92 insertions(+)

Copied: haskell-dav/repos/community-staging-i686/PKGBUILD (from rev 214461, 
haskell-dav/trunk/PKGBUILD)
===
--- community-staging-i686/PKGBUILD (rev 0)
+++ community-staging-i686/PKGBUILD 2017-03-02 07:49:10 UTC (rev 214462)
@@ -0,0 +1,46 @@
+# $Id$
+# Maintainer: Felix Yan 
+# Contributor: Arch Haskell Team 
+
+_hkgname=DAV
+pkgname=haskell-dav
+pkgver=1.3.1
+pkgrel=58
+pkgdesc="RFC 4918 WebDAV support"
+url="http://floss.scru.org/hDAV";
+license=("GPL3")
+arch=('i686' 'x86_64')
+depends=("ghc=8.0.1" "haskell-case-insensitive" "haskell-data-default" 
"haskell-exceptions"
+ "haskell-haskeline" "haskell-http-client" "haskell-http-client-tls" 
"haskell-http-types"
+ "haskell-lens" "haskell-mtl" "haskell-network" "haskell-network-uri"
+ "haskell-optparse-applicative" "haskell-transformers-base" 
"haskell-transformers-compat"
+ "haskell-utf8-string" "haskell-xml-conduit" "haskell-xml-hamlet")
+source=("https://hackage.haskell.org/packages/archive/${_hkgname}/${pkgver}/${_hkgname}-${pkgver}.tar.gz";)
+sha256sums=('5c80faa58f8bbfb4bbdf7f3db6f23a3a4d26a199831ceb27dd5f69fef21bc009')
+
+build() {
+cd "${srcdir}/${_hkgname}-${pkgver}"
+
+runhaskell Setup configure -O --enable-library-profiling --enable-shared \
+--prefix=/usr --docdir="/usr/share/doc/${pkgname}" \
+--libsubdir=\$compiler/site-local/\$pkgid \
+-fnetwork-uri -f-mtl-compat
+runhaskell Setup build
+runhaskell Setup haddock --hoogle --html
+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"
+install -d -m755 "${pkgdir}/usr/share/doc/ghc/html/libraries"
+ln -s "/usr/share/doc/${pkgname}/html" 
"${pkgdir}/usr/share/doc/ghc/html/libraries/${_hkgname}"
+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-dav/repos/community-staging-x86_64/PKGBUILD (from rev 214461, 
haskell-dav/trunk/PKGBUILD)
===
--- community-staging-x86_64/PKGBUILD   (rev 0)
+++ community-staging-x86_64/PKGBUILD   2017-03-02 07:49:10 UTC (rev 214462)
@@ -0,0 +1,46 @@
+# $Id$
+# Maintainer: Felix Yan 
+# Contributor: Arch Haskell Team 
+
+_hkgname=DAV
+pkgname=haskell-dav
+pkgver=1.3.1
+pkgrel=58
+pkgdesc="RFC 4918 WebDAV support"
+url="http://floss.scru.org/hDAV";
+license=("GPL3")
+arch=('i686' 'x86_64')
+depends=("ghc=8.0.1" "haskell-case-insensitive" "haskell-data-default" 
"haskell-exceptions"
+ "haskell-haskeline" "haskell-http-client" "haskell-http-client-tls" 
"haskell-http-types"
+ "haskell-lens" "haskell-mtl" "haskell-network" "haskell-network-uri"
+ "haskell-optparse-applicative" "haskell-transformers-base" 
"haskell-transformers-compat"
+ "haskell-utf8-string" "haskell-xml-conduit" "haskell-xml-hamlet")
+source=("https://hackage.haskell.org/packages/archive/${_hkgname}/${pkgver}/${_hkgname}-${pkgver}.tar.gz";)
+sha256sums=('5c80faa58f8bbfb4bbdf7f3db6f23a3a4d26a199831ceb27dd5f69fef21bc009')
+
+build() {
+cd "${srcdir}/${_hkgname}-${pkgver}"
+
+runhaskell Setup configure -O --enable-library-profiling --enable-shared \
+--prefix=/usr --docdir="/usr/share/doc/${pkgname}" \
+--libsubdir=\$compiler/site-local/\$pkgid \
+-fnetwork-uri -f-mtl-compat
+runhaskell Setup build
+runhaskell Setup haddock --hoogle --html
+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}/${

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

2017-03-01 Thread Felix Yan
Date: Thursday, March 2, 2017 @ 07:48:53
  Author: felixonmars
Revision: 214461

upgpkg: haskell-dav 1.3.1-58

rebuild with cryptonite,0.22

Modified:
  haskell-dav/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2017-03-02 07:46:07 UTC (rev 214460)
+++ PKGBUILD2017-03-02 07:48:53 UTC (rev 214461)
@@ -5,7 +5,7 @@
 _hkgname=DAV
 pkgname=haskell-dav
 pkgver=1.3.1
-pkgrel=57
+pkgrel=58
 pkgdesc="RFC 4918 WebDAV support"
 url="http://floss.scru.org/hDAV";
 license=("GPL3")


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

2017-03-01 Thread Felix Yan
Date: Thursday, March 2, 2017 @ 07:45:50
  Author: felixonmars
Revision: 214459

upgpkg: haskell-http-client-tls 0.3.4-3

rebuild with cryptonite,0.22

Modified:
  haskell-http-client-tls/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2017-03-02 07:44:10 UTC (rev 214458)
+++ PKGBUILD2017-03-02 07:45:50 UTC (rev 214459)
@@ -5,7 +5,7 @@
 _hkgname=http-client-tls
 pkgname=haskell-http-client-tls
 pkgver=0.3.4
-pkgrel=2
+pkgrel=3
 pkgdesc="http-client backend using the connection package and tls library"
 url="https://github.com/snoyberg/http-client";
 license=("MIT")


[arch-commits] Commit in haskell-http-client-tls/repos (4 files)

2017-03-01 Thread Felix Yan
Date: Thursday, March 2, 2017 @ 07:46:07
  Author: felixonmars
Revision: 214460

archrelease: copy trunk to community-staging-i686, community-staging-x86_64

Added:
  haskell-http-client-tls/repos/community-staging-i686/
  haskell-http-client-tls/repos/community-staging-i686/PKGBUILD
(from rev 214459, haskell-http-client-tls/trunk/PKGBUILD)
  haskell-http-client-tls/repos/community-staging-x86_64/
  haskell-http-client-tls/repos/community-staging-x86_64/PKGBUILD
(from rev 214459, haskell-http-client-tls/trunk/PKGBUILD)

---+
 community-staging-i686/PKGBUILD   |   44 
 community-staging-x86_64/PKGBUILD |   44 
 2 files changed, 88 insertions(+)

Copied: haskell-http-client-tls/repos/community-staging-i686/PKGBUILD (from rev 
214459, haskell-http-client-tls/trunk/PKGBUILD)
===
--- community-staging-i686/PKGBUILD (rev 0)
+++ community-staging-i686/PKGBUILD 2017-03-02 07:46:07 UTC (rev 214460)
@@ -0,0 +1,44 @@
+# $Id$
+# Maintainer: Felix Yan 
+# Contributor: Arch Haskell Team 
+
+_hkgname=http-client-tls
+pkgname=haskell-http-client-tls
+pkgver=0.3.4
+pkgrel=3
+pkgdesc="http-client backend using the connection package and tls library"
+url="https://github.com/snoyberg/http-client";
+license=("MIT")
+arch=('i686' 'x86_64')
+depends=("ghc=8.0.1" "haskell-case-insensitive" "haskell-connection" 
"haskell-cryptonite"
+ "haskell-data-default-class" "haskell-exceptions" 
"haskell-http-client"
+ "haskell-http-types" "haskell-memory" "haskell-network" 
"haskell-network-uri"
+ "haskell-text" "haskell-tls")
+source=("https://hackage.haskell.org/packages/archive/${_hkgname}/${pkgver}/${_hkgname}-${pkgver}.tar.gz";)
+sha256sums=('37693b0ebcfa6ce796abf39647ff4df17361ab1ab1f999ac10faba67d3042bc1')
+
+build() {
+cd "${srcdir}/${_hkgname}-${pkgver}"
+
+runhaskell Setup configure -O --enable-library-profiling --enable-shared \
+--prefix=/usr --docdir="/usr/share/doc/${pkgname}" \
+--libsubdir=\$compiler/site-local/\$pkgid
+runhaskell Setup build
+runhaskell Setup haddock --hoogle --html
+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"
+install -d -m755 "${pkgdir}/usr/share/doc/ghc/html/libraries"
+ln -s "/usr/share/doc/${pkgname}/html" 
"${pkgdir}/usr/share/doc/ghc/html/libraries/${_hkgname}"
+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-http-client-tls/repos/community-staging-x86_64/PKGBUILD (from 
rev 214459, haskell-http-client-tls/trunk/PKGBUILD)
===
--- community-staging-x86_64/PKGBUILD   (rev 0)
+++ community-staging-x86_64/PKGBUILD   2017-03-02 07:46:07 UTC (rev 214460)
@@ -0,0 +1,44 @@
+# $Id$
+# Maintainer: Felix Yan 
+# Contributor: Arch Haskell Team 
+
+_hkgname=http-client-tls
+pkgname=haskell-http-client-tls
+pkgver=0.3.4
+pkgrel=3
+pkgdesc="http-client backend using the connection package and tls library"
+url="https://github.com/snoyberg/http-client";
+license=("MIT")
+arch=('i686' 'x86_64')
+depends=("ghc=8.0.1" "haskell-case-insensitive" "haskell-connection" 
"haskell-cryptonite"
+ "haskell-data-default-class" "haskell-exceptions" 
"haskell-http-client"
+ "haskell-http-types" "haskell-memory" "haskell-network" 
"haskell-network-uri"
+ "haskell-text" "haskell-tls")
+source=("https://hackage.haskell.org/packages/archive/${_hkgname}/${pkgver}/${_hkgname}-${pkgver}.tar.gz";)
+sha256sums=('37693b0ebcfa6ce796abf39647ff4df17361ab1ab1f999ac10faba67d3042bc1')
+
+build() {
+cd "${srcdir}/${_hkgname}-${pkgver}"
+
+runhaskell Setup configure -O --enable-library-profiling --enable-shared \
+--prefix=/usr --docdir="/usr/share/doc/${pkgname}" \
+--libsubdir=\$compiler/site-local/\$pkgid
+runhaskell Setup build
+runhaskell Setup haddock --hoogle --html
+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/${

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

2017-03-01 Thread Felix Yan
Date: Thursday, March 2, 2017 @ 07:43:54
  Author: felixonmars
Revision: 214457

upgpkg: haskell-connection 0.2.7-2

rebuild with cryptonite,0.22

Modified:
  haskell-connection/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2017-03-02 07:42:20 UTC (rev 214456)
+++ PKGBUILD2017-03-02 07:43:54 UTC (rev 214457)
@@ -5,7 +5,7 @@
 _hkgname=connection
 pkgname=haskell-connection
 pkgver=0.2.7
-pkgrel=1
+pkgrel=2
 pkgdesc="Simple and easy network connections API"
 url="http://github.com/vincenthz/hs-connection";
 license=("custom:BSD3")


[arch-commits] Commit in haskell-connection/repos (4 files)

2017-03-01 Thread Felix Yan
Date: Thursday, March 2, 2017 @ 07:44:10
  Author: felixonmars
Revision: 214458

archrelease: copy trunk to community-staging-i686, community-staging-x86_64

Added:
  haskell-connection/repos/community-staging-i686/
  haskell-connection/repos/community-staging-i686/PKGBUILD
(from rev 214457, haskell-connection/trunk/PKGBUILD)
  haskell-connection/repos/community-staging-x86_64/
  haskell-connection/repos/community-staging-x86_64/PKGBUILD
(from rev 214457, haskell-connection/trunk/PKGBUILD)

---+
 community-staging-i686/PKGBUILD   |   42 
 community-staging-x86_64/PKGBUILD |   42 
 2 files changed, 84 insertions(+)

Copied: haskell-connection/repos/community-staging-i686/PKGBUILD (from rev 
214457, haskell-connection/trunk/PKGBUILD)
===
--- community-staging-i686/PKGBUILD (rev 0)
+++ community-staging-i686/PKGBUILD 2017-03-02 07:44:10 UTC (rev 214458)
@@ -0,0 +1,42 @@
+# $Id: PKGBUILD 143584 2015-10-10 10:28:35Z fyan $
+# Maintainer: Felix Yan 
+# Contributor: Arch Haskell Team 
+
+_hkgname=connection
+pkgname=haskell-connection
+pkgver=0.2.7
+pkgrel=2
+pkgdesc="Simple and easy network connections API"
+url="http://github.com/vincenthz/hs-connection";
+license=("custom:BSD3")
+arch=('i686' 'x86_64')
+depends=("ghc=8.0.1" "haskell-byteable" "haskell-data-default-class" 
"haskell-network" "haskell-socks"
+ "haskell-tls" "haskell-x509" "haskell-x509-store" 
"haskell-x509-system" "haskell-x509-validation")
+source=("https://hackage.haskell.org/packages/archive/${_hkgname}/${pkgver}/${_hkgname}-${pkgver}.tar.gz";)
+sha256sums=('46d452dc92ebc6e851a9f9ac01dd2d29df846795dfce039cf07ba7102a323235')
+
+build() {
+cd "${srcdir}/${_hkgname}-${pkgver}"
+
+runhaskell Setup configure -O --enable-library-profiling --enable-shared \
+--prefix=/usr --docdir="/usr/share/doc/${pkgname}" \
+--libsubdir=\$compiler/site-local/\$pkgid
+runhaskell Setup build
+runhaskell Setup haddock --hoogle --html
+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"
+install -d -m755 "${pkgdir}/usr/share/doc/ghc/html/libraries"
+ln -s "/usr/share/doc/${pkgname}/html" 
"${pkgdir}/usr/share/doc/ghc/html/libraries/${_hkgname}"
+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-connection/repos/community-staging-x86_64/PKGBUILD (from rev 
214457, haskell-connection/trunk/PKGBUILD)
===
--- community-staging-x86_64/PKGBUILD   (rev 0)
+++ community-staging-x86_64/PKGBUILD   2017-03-02 07:44:10 UTC (rev 214458)
@@ -0,0 +1,42 @@
+# $Id: PKGBUILD 143584 2015-10-10 10:28:35Z fyan $
+# Maintainer: Felix Yan 
+# Contributor: Arch Haskell Team 
+
+_hkgname=connection
+pkgname=haskell-connection
+pkgver=0.2.7
+pkgrel=2
+pkgdesc="Simple and easy network connections API"
+url="http://github.com/vincenthz/hs-connection";
+license=("custom:BSD3")
+arch=('i686' 'x86_64')
+depends=("ghc=8.0.1" "haskell-byteable" "haskell-data-default-class" 
"haskell-network" "haskell-socks"
+ "haskell-tls" "haskell-x509" "haskell-x509-store" 
"haskell-x509-system" "haskell-x509-validation")
+source=("https://hackage.haskell.org/packages/archive/${_hkgname}/${pkgver}/${_hkgname}-${pkgver}.tar.gz";)
+sha256sums=('46d452dc92ebc6e851a9f9ac01dd2d29df846795dfce039cf07ba7102a323235')
+
+build() {
+cd "${srcdir}/${_hkgname}-${pkgver}"
+
+runhaskell Setup configure -O --enable-library-profiling --enable-shared \
+--prefix=/usr --docdir="/usr/share/doc/${pkgname}" \
+--libsubdir=\$compiler/site-local/\$pkgid
+runhaskell Setup build
+runhaskell Setup haddock --hoogle --html
+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"
+install -d -m755 "${pkgdir}/usr/share/doc/ghc/html/libraries"
+ln -s "/usr/s

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

2017-03-01 Thread Felix Yan
Date: Thursday, March 2, 2017 @ 07:42:03
  Author: felixonmars
Revision: 214455

upgpkg: haskell-tls 1.3.9-4

rebuild with cryptonite,0.22

Modified:
  haskell-tls/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2017-03-02 07:38:31 UTC (rev 214454)
+++ PKGBUILD2017-03-02 07:42:03 UTC (rev 214455)
@@ -5,7 +5,7 @@
 _hkgname=tls
 pkgname=haskell-tls
 pkgver=1.3.9
-pkgrel=3
+pkgrel=4
 pkgdesc="TLS/SSL protocol native implementation (Server and Client)"
 url="http://github.com/vincenthz/hs-tls";
 license=("custom:BSD3")


[arch-commits] Commit in haskell-tls/repos (4 files)

2017-03-01 Thread Felix Yan
Date: Thursday, March 2, 2017 @ 07:42:20
  Author: felixonmars
Revision: 214456

archrelease: copy trunk to community-staging-i686, community-staging-x86_64

Added:
  haskell-tls/repos/community-staging-i686/
  haskell-tls/repos/community-staging-i686/PKGBUILD
(from rev 214455, haskell-tls/trunk/PKGBUILD)
  haskell-tls/repos/community-staging-x86_64/
  haskell-tls/repos/community-staging-x86_64/PKGBUILD
(from rev 214455, haskell-tls/trunk/PKGBUILD)

---+
 community-staging-i686/PKGBUILD   |   44 
 community-staging-x86_64/PKGBUILD |   44 
 2 files changed, 88 insertions(+)

Copied: haskell-tls/repos/community-staging-i686/PKGBUILD (from rev 214455, 
haskell-tls/trunk/PKGBUILD)
===
--- community-staging-i686/PKGBUILD (rev 0)
+++ community-staging-i686/PKGBUILD 2017-03-02 07:42:20 UTC (rev 214456)
@@ -0,0 +1,44 @@
+# $Id$
+# Maintainer: Felix Yan 
+# Contributor: Arch Haskell Team 
+
+_hkgname=tls
+pkgname=haskell-tls
+pkgver=1.3.9
+pkgrel=4
+pkgdesc="TLS/SSL protocol native implementation (Server and Client)"
+url="http://github.com/vincenthz/hs-tls";
+license=("custom:BSD3")
+arch=('i686' 'x86_64')
+depends=("ghc=8.0.1" "haskell-asn1-encoding" "haskell-asn1-types" 
"haskell-async" "haskell-cereal"
+ "haskell-cryptonite" "haskell-data-default-class" "haskell-memory" 
"haskell-mtl"
+ "haskell-network" "haskell-x509" "haskell-x509-store" 
"haskell-x509-validation")
+source=("https://hackage.haskell.org/packages/archive/${_hkgname}/${pkgver}/${_hkgname}-${pkgver}.tar.gz";)
+sha256sums=('81355e16528796d3097719e74f7f1f8cae50daed06926d1995731bab8e02267b')
+
+build() {
+cd "${srcdir}/${_hkgname}-${pkgver}"
+
+runhaskell Setup configure -O --enable-library-profiling --enable-shared \
+--prefix=/usr --docdir="/usr/share/doc/${pkgname}" \
+--libsubdir=\$compiler/site-local/\$pkgid \
+-f-hans -fnetwork -fcompat
+runhaskell Setup build
+runhaskell Setup haddock --hoogle --html
+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"
+install -d -m755 "${pkgdir}/usr/share/doc/ghc/html/libraries"
+ln -s "/usr/share/doc/${pkgname}/html" 
"${pkgdir}/usr/share/doc/ghc/html/libraries/${_hkgname}"
+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-tls/repos/community-staging-x86_64/PKGBUILD (from rev 214455, 
haskell-tls/trunk/PKGBUILD)
===
--- community-staging-x86_64/PKGBUILD   (rev 0)
+++ community-staging-x86_64/PKGBUILD   2017-03-02 07:42:20 UTC (rev 214456)
@@ -0,0 +1,44 @@
+# $Id$
+# Maintainer: Felix Yan 
+# Contributor: Arch Haskell Team 
+
+_hkgname=tls
+pkgname=haskell-tls
+pkgver=1.3.9
+pkgrel=4
+pkgdesc="TLS/SSL protocol native implementation (Server and Client)"
+url="http://github.com/vincenthz/hs-tls";
+license=("custom:BSD3")
+arch=('i686' 'x86_64')
+depends=("ghc=8.0.1" "haskell-asn1-encoding" "haskell-asn1-types" 
"haskell-async" "haskell-cereal"
+ "haskell-cryptonite" "haskell-data-default-class" "haskell-memory" 
"haskell-mtl"
+ "haskell-network" "haskell-x509" "haskell-x509-store" 
"haskell-x509-validation")
+source=("https://hackage.haskell.org/packages/archive/${_hkgname}/${pkgver}/${_hkgname}-${pkgver}.tar.gz";)
+sha256sums=('81355e16528796d3097719e74f7f1f8cae50daed06926d1995731bab8e02267b')
+
+build() {
+cd "${srcdir}/${_hkgname}-${pkgver}"
+
+runhaskell Setup configure -O --enable-library-profiling --enable-shared \
+--prefix=/usr --docdir="/usr/share/doc/${pkgname}" \
+--libsubdir=\$compiler/site-local/\$pkgid \
+-f-hans -fnetwork -fcompat
+runhaskell Setup build
+runhaskell Setup haddock --hoogle --html
+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"
+install -d -m755 "

[arch-commits] Commit in haskell-x509-validation/repos (4 files)

2017-03-01 Thread Felix Yan
Date: Thursday, March 2, 2017 @ 07:38:31
  Author: felixonmars
Revision: 214454

archrelease: copy trunk to community-staging-i686, community-staging-x86_64

Added:
  haskell-x509-validation/repos/community-staging-i686/
  haskell-x509-validation/repos/community-staging-i686/PKGBUILD
(from rev 214453, haskell-x509-validation/trunk/PKGBUILD)
  haskell-x509-validation/repos/community-staging-x86_64/
  haskell-x509-validation/repos/community-staging-x86_64/PKGBUILD
(from rev 214453, haskell-x509-validation/trunk/PKGBUILD)

---+
 community-staging-i686/PKGBUILD   |   43 
 community-staging-x86_64/PKGBUILD |   43 
 2 files changed, 86 insertions(+)

Copied: haskell-x509-validation/repos/community-staging-i686/PKGBUILD (from rev 
214453, haskell-x509-validation/trunk/PKGBUILD)
===
--- community-staging-i686/PKGBUILD (rev 0)
+++ community-staging-i686/PKGBUILD 2017-03-02 07:38:31 UTC (rev 214454)
@@ -0,0 +1,43 @@
+# $Id$
+# Maintainer: Felix Yan 
+# Contributor: Arch Haskell Team 
+
+_hkgname=x509-validation
+pkgname=haskell-x509-validation
+pkgver=1.6.5
+pkgrel=7
+pkgdesc="X.509 Certificate and CRL validation"
+url="http://github.com/vincenthz/hs-certificate";
+license=("custom:BSD3")
+arch=('i686' 'x86_64')
+depends=("ghc=8.0.1" "haskell-asn1-encoding" "haskell-asn1-types" 
"haskell-byteable"
+ "haskell-cryptonite" "haskell-data-default-class" "haskell-hourglass"
+ "haskell-memory" "haskell-mtl" "haskell-pem" "haskell-x509" 
"haskell-x509-store")
+source=("https://hackage.haskell.org/packages/archive/${_hkgname}/${pkgver}/${_hkgname}-${pkgver}.tar.gz";)
+sha256sums=('d1f73197677b6d19795fc80e4a1fa93e810d567ee4e3edc74e841b3eb20e1ca4')
+
+build() {
+cd "${srcdir}/${_hkgname}-${pkgver}"
+
+runhaskell Setup configure -O --enable-library-profiling --enable-shared \
+--prefix=/usr --docdir="/usr/share/doc/${pkgname}" \
+--libsubdir=\$compiler/site-local/\$pkgid
+runhaskell Setup build
+runhaskell Setup haddock --hoogle --html
+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"
+install -d -m755 "${pkgdir}/usr/share/doc/ghc/html/libraries"
+ln -s "/usr/share/doc/${pkgname}/html" 
"${pkgdir}/usr/share/doc/ghc/html/libraries/${_hkgname}"
+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-x509-validation/repos/community-staging-x86_64/PKGBUILD (from 
rev 214453, haskell-x509-validation/trunk/PKGBUILD)
===
--- community-staging-x86_64/PKGBUILD   (rev 0)
+++ community-staging-x86_64/PKGBUILD   2017-03-02 07:38:31 UTC (rev 214454)
@@ -0,0 +1,43 @@
+# $Id$
+# Maintainer: Felix Yan 
+# Contributor: Arch Haskell Team 
+
+_hkgname=x509-validation
+pkgname=haskell-x509-validation
+pkgver=1.6.5
+pkgrel=7
+pkgdesc="X.509 Certificate and CRL validation"
+url="http://github.com/vincenthz/hs-certificate";
+license=("custom:BSD3")
+arch=('i686' 'x86_64')
+depends=("ghc=8.0.1" "haskell-asn1-encoding" "haskell-asn1-types" 
"haskell-byteable"
+ "haskell-cryptonite" "haskell-data-default-class" "haskell-hourglass"
+ "haskell-memory" "haskell-mtl" "haskell-pem" "haskell-x509" 
"haskell-x509-store")
+source=("https://hackage.haskell.org/packages/archive/${_hkgname}/${pkgver}/${_hkgname}-${pkgver}.tar.gz";)
+sha256sums=('d1f73197677b6d19795fc80e4a1fa93e810d567ee4e3edc74e841b3eb20e1ca4')
+
+build() {
+cd "${srcdir}/${_hkgname}-${pkgver}"
+
+runhaskell Setup configure -O --enable-library-profiling --enable-shared \
+--prefix=/usr --docdir="/usr/share/doc/${pkgname}" \
+--libsubdir=\$compiler/site-local/\$pkgid
+runhaskell Setup build
+runhaskell Setup haddock --hoogle --html
+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"
+install -d -

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

2017-03-01 Thread Felix Yan
Date: Thursday, March 2, 2017 @ 07:38:15
  Author: felixonmars
Revision: 214453

upgpkg: haskell-x509-validation 1.6.5-7

rebuild with cryptonite,0.22

Modified:
  haskell-x509-validation/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2017-03-02 07:36:46 UTC (rev 214452)
+++ PKGBUILD2017-03-02 07:38:15 UTC (rev 214453)
@@ -5,7 +5,7 @@
 _hkgname=x509-validation
 pkgname=haskell-x509-validation
 pkgver=1.6.5
-pkgrel=6
+pkgrel=7
 pkgdesc="X.509 Certificate and CRL validation"
 url="http://github.com/vincenthz/hs-certificate";
 license=("custom:BSD3")


[arch-commits] Commit in haskell-x509-system/repos (4 files)

2017-03-01 Thread Felix Yan
Date: Thursday, March 2, 2017 @ 07:36:46
  Author: felixonmars
Revision: 214452

archrelease: copy trunk to community-staging-i686, community-staging-x86_64

Added:
  haskell-x509-system/repos/community-staging-i686/
  haskell-x509-system/repos/community-staging-i686/PKGBUILD
(from rev 214451, haskell-x509-system/trunk/PKGBUILD)
  haskell-x509-system/repos/community-staging-x86_64/
  haskell-x509-system/repos/community-staging-x86_64/PKGBUILD
(from rev 214451, haskell-x509-system/trunk/PKGBUILD)

---+
 community-staging-i686/PKGBUILD   |   41 
 community-staging-x86_64/PKGBUILD |   41 
 2 files changed, 82 insertions(+)

Copied: haskell-x509-system/repos/community-staging-i686/PKGBUILD (from rev 
214451, haskell-x509-system/trunk/PKGBUILD)
===
--- community-staging-i686/PKGBUILD (rev 0)
+++ community-staging-i686/PKGBUILD 2017-03-02 07:36:46 UTC (rev 214452)
@@ -0,0 +1,41 @@
+# $Id$
+# Maintainer: Felix Yan 
+# Contributor: Arch Haskell Team 
+
+_hkgname=x509-system
+pkgname=haskell-x509-system
+pkgver=1.6.4
+pkgrel=7
+pkgdesc="Handle per-operating-system X.509 accessors and storage"
+url="http://github.com/vincenthz/hs-certificate";
+license=("custom:BSD3")
+arch=('i686' 'x86_64')
+depends=("ghc=8.0.1" "haskell-mtl" "haskell-pem" "haskell-x509" 
"haskell-x509-store")
+source=("https://hackage.haskell.org/packages/archive/${_hkgname}/${pkgver}/${_hkgname}-${pkgver}.tar.gz";)
+sha256sums=('d98ef028855ad73a872ed86026f205aba383378bf1e63462c5d3e4733b60ff4c')
+
+build() {
+cd "${srcdir}/${_hkgname}-${pkgver}"
+
+runhaskell Setup configure -O --enable-library-profiling --enable-shared \
+--prefix=/usr --docdir="/usr/share/doc/${pkgname}" \
+--libsubdir=\$compiler/site-local/\$pkgid
+runhaskell Setup build
+runhaskell Setup haddock --hoogle --html
+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"
+install -d -m755 "${pkgdir}/usr/share/doc/ghc/html/libraries"
+ln -s "/usr/share/doc/${pkgname}/html" 
"${pkgdir}/usr/share/doc/ghc/html/libraries/${_hkgname}"
+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-x509-system/repos/community-staging-x86_64/PKGBUILD (from rev 
214451, haskell-x509-system/trunk/PKGBUILD)
===
--- community-staging-x86_64/PKGBUILD   (rev 0)
+++ community-staging-x86_64/PKGBUILD   2017-03-02 07:36:46 UTC (rev 214452)
@@ -0,0 +1,41 @@
+# $Id$
+# Maintainer: Felix Yan 
+# Contributor: Arch Haskell Team 
+
+_hkgname=x509-system
+pkgname=haskell-x509-system
+pkgver=1.6.4
+pkgrel=7
+pkgdesc="Handle per-operating-system X.509 accessors and storage"
+url="http://github.com/vincenthz/hs-certificate";
+license=("custom:BSD3")
+arch=('i686' 'x86_64')
+depends=("ghc=8.0.1" "haskell-mtl" "haskell-pem" "haskell-x509" 
"haskell-x509-store")
+source=("https://hackage.haskell.org/packages/archive/${_hkgname}/${pkgver}/${_hkgname}-${pkgver}.tar.gz";)
+sha256sums=('d98ef028855ad73a872ed86026f205aba383378bf1e63462c5d3e4733b60ff4c')
+
+build() {
+cd "${srcdir}/${_hkgname}-${pkgver}"
+
+runhaskell Setup configure -O --enable-library-profiling --enable-shared \
+--prefix=/usr --docdir="/usr/share/doc/${pkgname}" \
+--libsubdir=\$compiler/site-local/\$pkgid
+runhaskell Setup build
+runhaskell Setup haddock --hoogle --html
+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"
+install -d -m755 "${pkgdir}/usr/share/doc/ghc/html/libraries"
+ln -s "/usr/share/doc/${pkgname}/html" 
"${pkgdir}/usr/share/doc/ghc/html/libraries/${_hkgname}"
+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-x509-system/trunk (PKGBUILD)

2017-03-01 Thread Felix Yan
Date: Thursday, March 2, 2017 @ 07:36:30
  Author: felixonmars
Revision: 214451

upgpkg: haskell-x509-system 1.6.4-7

rebuild with cryptonite,0.22

Modified:
  haskell-x509-system/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2017-03-02 07:35:11 UTC (rev 214450)
+++ PKGBUILD2017-03-02 07:36:30 UTC (rev 214451)
@@ -5,7 +5,7 @@
 _hkgname=x509-system
 pkgname=haskell-x509-system
 pkgver=1.6.4
-pkgrel=6
+pkgrel=7
 pkgdesc="Handle per-operating-system X.509 accessors and storage"
 url="http://github.com/vincenthz/hs-certificate";
 license=("custom:BSD3")


[arch-commits] Commit in haskell-x509-store/repos (4 files)

2017-03-01 Thread Felix Yan
Date: Thursday, March 2, 2017 @ 07:35:11
  Author: felixonmars
Revision: 214450

archrelease: copy trunk to community-staging-i686, community-staging-x86_64

Added:
  haskell-x509-store/repos/community-staging-i686/
  haskell-x509-store/repos/community-staging-i686/PKGBUILD
(from rev 214449, haskell-x509-store/trunk/PKGBUILD)
  haskell-x509-store/repos/community-staging-x86_64/
  haskell-x509-store/repos/community-staging-x86_64/PKGBUILD
(from rev 214449, haskell-x509-store/trunk/PKGBUILD)

---+
 community-staging-i686/PKGBUILD   |   42 
 community-staging-x86_64/PKGBUILD |   42 
 2 files changed, 84 insertions(+)

Copied: haskell-x509-store/repos/community-staging-i686/PKGBUILD (from rev 
214449, haskell-x509-store/trunk/PKGBUILD)
===
--- community-staging-i686/PKGBUILD (rev 0)
+++ community-staging-i686/PKGBUILD 2017-03-02 07:35:11 UTC (rev 214450)
@@ -0,0 +1,42 @@
+# $Id$
+# Maintainer: Felix Yan 
+# Contributor: Arch Haskell Team 
+
+_hkgname=x509-store
+pkgname=haskell-x509-store
+pkgver=1.6.2
+pkgrel=7
+pkgdesc="X.509 collection accessing and storing methods"
+url="http://github.com/vincenthz/hs-certificate";
+license=("custom:BSD3")
+arch=('i686' 'x86_64')
+depends=("ghc=8.0.1" "haskell-asn1-encoding" "haskell-asn1-types" "haskell-mtl"
+ "haskell-cryptonite" "haskell-pem" "haskell-x509")
+source=("https://hackage.haskell.org/packages/archive/${_hkgname}/${pkgver}/${_hkgname}-${pkgver}.tar.gz";)
+sha256sums=('49fd261c7e55a45fd357931a6d9f81e22f242e6047304d3e2662e43db94d807b')
+
+build() {
+cd "${srcdir}/${_hkgname}-${pkgver}"
+
+runhaskell Setup configure -O --enable-library-profiling --enable-shared \
+--prefix=/usr --docdir="/usr/share/doc/${pkgname}" \
+--libsubdir=\$compiler/site-local/\$pkgid
+runhaskell Setup build
+runhaskell Setup haddock --hoogle --html
+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"
+install -d -m755 "${pkgdir}/usr/share/doc/ghc/html/libraries"
+ln -s "/usr/share/doc/${pkgname}/html" 
"${pkgdir}/usr/share/doc/ghc/html/libraries/${_hkgname}"
+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-x509-store/repos/community-staging-x86_64/PKGBUILD (from rev 
214449, haskell-x509-store/trunk/PKGBUILD)
===
--- community-staging-x86_64/PKGBUILD   (rev 0)
+++ community-staging-x86_64/PKGBUILD   2017-03-02 07:35:11 UTC (rev 214450)
@@ -0,0 +1,42 @@
+# $Id$
+# Maintainer: Felix Yan 
+# Contributor: Arch Haskell Team 
+
+_hkgname=x509-store
+pkgname=haskell-x509-store
+pkgver=1.6.2
+pkgrel=7
+pkgdesc="X.509 collection accessing and storing methods"
+url="http://github.com/vincenthz/hs-certificate";
+license=("custom:BSD3")
+arch=('i686' 'x86_64')
+depends=("ghc=8.0.1" "haskell-asn1-encoding" "haskell-asn1-types" "haskell-mtl"
+ "haskell-cryptonite" "haskell-pem" "haskell-x509")
+source=("https://hackage.haskell.org/packages/archive/${_hkgname}/${pkgver}/${_hkgname}-${pkgver}.tar.gz";)
+sha256sums=('49fd261c7e55a45fd357931a6d9f81e22f242e6047304d3e2662e43db94d807b')
+
+build() {
+cd "${srcdir}/${_hkgname}-${pkgver}"
+
+runhaskell Setup configure -O --enable-library-profiling --enable-shared \
+--prefix=/usr --docdir="/usr/share/doc/${pkgname}" \
+--libsubdir=\$compiler/site-local/\$pkgid
+runhaskell Setup build
+runhaskell Setup haddock --hoogle --html
+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"
+install -d -m755 "${pkgdir}/usr/share/doc/ghc/html/libraries"
+ln -s "/usr/share/doc/${pkgname}/html" 
"${pkgdir}/usr/share/doc/ghc/html/libraries/${_hkgname}"
+runhaskell Setup copy --destdir="${pkgdir}"
+install -D -m644 "LICENSE" 
"${pkgdir}/usr/share/licenses/${pkgname}/LICENSE"
+ 

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

2017-03-01 Thread Felix Yan
Date: Thursday, March 2, 2017 @ 07:34:55
  Author: felixonmars
Revision: 214449

upgpkg: haskell-x509-store 1.6.2-7

rebuild with cryptonite,0.22

Modified:
  haskell-x509-store/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2017-03-02 07:33:31 UTC (rev 214448)
+++ PKGBUILD2017-03-02 07:34:55 UTC (rev 214449)
@@ -5,7 +5,7 @@
 _hkgname=x509-store
 pkgname=haskell-x509-store
 pkgver=1.6.2
-pkgrel=6
+pkgrel=7
 pkgdesc="X.509 collection accessing and storing methods"
 url="http://github.com/vincenthz/hs-certificate";
 license=("custom:BSD3")


[arch-commits] Commit in haskell-x509/repos (4 files)

2017-03-01 Thread Felix Yan
Date: Thursday, March 2, 2017 @ 07:33:31
  Author: felixonmars
Revision: 214448

archrelease: copy trunk to community-staging-i686, community-staging-x86_64

Added:
  haskell-x509/repos/community-staging-i686/
  haskell-x509/repos/community-staging-i686/PKGBUILD
(from rev 214447, haskell-x509/trunk/PKGBUILD)
  haskell-x509/repos/community-staging-x86_64/
  haskell-x509/repos/community-staging-x86_64/PKGBUILD
(from rev 214447, haskell-x509/trunk/PKGBUILD)

---+
 community-staging-i686/PKGBUILD   |   42 
 community-staging-x86_64/PKGBUILD |   42 
 2 files changed, 84 insertions(+)

Copied: haskell-x509/repos/community-staging-i686/PKGBUILD (from rev 214447, 
haskell-x509/trunk/PKGBUILD)
===
--- community-staging-i686/PKGBUILD (rev 0)
+++ community-staging-i686/PKGBUILD 2017-03-02 07:33:31 UTC (rev 214448)
@@ -0,0 +1,42 @@
+# $Id$
+# Maintainer: Felix Yan 
+# Contributor: Arch Haskell Team 
+
+_hkgname=x509
+pkgname=haskell-x509
+pkgver=1.6.5
+pkgrel=6
+pkgdesc="X509 reader and writer"
+url="http://github.com/vincenthz/hs-certificate";
+license=("custom:BSD3")
+arch=('i686' 'x86_64')
+depends=("ghc=8.0.1" "haskell-asn1-encoding" "haskell-asn1-parse" 
"haskell-asn1-types"
+ "haskell-cryptonite" "haskell-hourglass" "haskell-memory" 
"haskell-mtl" "haskell-pem")
+source=("https://hackage.haskell.org/packages/archive/${_hkgname}/${pkgver}/${_hkgname}-${pkgver}.tar.gz";)
+sha256sums=('b53894214e23ab2795f2a9f4c885e37b35a223bbc03763b0017ce06dc8394783')
+
+build() {
+cd "${srcdir}/${_hkgname}-${pkgver}"
+
+runhaskell Setup configure -O --enable-library-profiling --enable-shared \
+--prefix=/usr --docdir="/usr/share/doc/${pkgname}" \
+--libsubdir=\$compiler/site-local/\$pkgid
+runhaskell Setup build
+runhaskell Setup haddock --hoogle --html
+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"
+install -d -m755 "${pkgdir}/usr/share/doc/ghc/html/libraries"
+ln -s "/usr/share/doc/${pkgname}/html" 
"${pkgdir}/usr/share/doc/ghc/html/libraries/${_hkgname}"
+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-x509/repos/community-staging-x86_64/PKGBUILD (from rev 214447, 
haskell-x509/trunk/PKGBUILD)
===
--- community-staging-x86_64/PKGBUILD   (rev 0)
+++ community-staging-x86_64/PKGBUILD   2017-03-02 07:33:31 UTC (rev 214448)
@@ -0,0 +1,42 @@
+# $Id$
+# Maintainer: Felix Yan 
+# Contributor: Arch Haskell Team 
+
+_hkgname=x509
+pkgname=haskell-x509
+pkgver=1.6.5
+pkgrel=6
+pkgdesc="X509 reader and writer"
+url="http://github.com/vincenthz/hs-certificate";
+license=("custom:BSD3")
+arch=('i686' 'x86_64')
+depends=("ghc=8.0.1" "haskell-asn1-encoding" "haskell-asn1-parse" 
"haskell-asn1-types"
+ "haskell-cryptonite" "haskell-hourglass" "haskell-memory" 
"haskell-mtl" "haskell-pem")
+source=("https://hackage.haskell.org/packages/archive/${_hkgname}/${pkgver}/${_hkgname}-${pkgver}.tar.gz";)
+sha256sums=('b53894214e23ab2795f2a9f4c885e37b35a223bbc03763b0017ce06dc8394783')
+
+build() {
+cd "${srcdir}/${_hkgname}-${pkgver}"
+
+runhaskell Setup configure -O --enable-library-profiling --enable-shared \
+--prefix=/usr --docdir="/usr/share/doc/${pkgname}" \
+--libsubdir=\$compiler/site-local/\$pkgid
+runhaskell Setup build
+runhaskell Setup haddock --hoogle --html
+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"
+install -d -m755 "${pkgdir}/usr/share/doc/ghc/html/libraries"
+ln -s "/usr/share/doc/${pkgname}/html" 
"${pkgdir}/usr/share/doc/ghc/html/libraries/${_hkgname}"
+runhaskell Setup copy --destdir="${pkgdir}"
+install -D -m644 "LICENSE" 
"${pkgdir}/usr/share/licenses/${pkgname}/LICENSE"
+rm -f "${pkgdir}/usr/share/doc/${pkgnam

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

2017-03-01 Thread Felix Yan
Date: Thursday, March 2, 2017 @ 07:33:15
  Author: felixonmars
Revision: 214447

upgpkg: haskell-x509 1.6.5-6

rebuild with cryptonite,0.22

Modified:
  haskell-x509/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2017-03-02 07:31:21 UTC (rev 214446)
+++ PKGBUILD2017-03-02 07:33:15 UTC (rev 214447)
@@ -5,7 +5,7 @@
 _hkgname=x509
 pkgname=haskell-x509
 pkgver=1.6.5
-pkgrel=5
+pkgrel=6
 pkgdesc="X509 reader and writer"
 url="http://github.com/vincenthz/hs-certificate";
 license=("custom:BSD3")


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

2017-03-01 Thread Felix Yan
Date: Thursday, March 2, 2017 @ 07:31:21
  Author: felixonmars
Revision: 214446

archrelease: copy trunk to community-staging-i686, community-staging-x86_64

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

---+
 community-staging-i686/PKGBUILD   |   47 
 community-staging-x86_64/PKGBUILD |   47 
 2 files changed, 94 insertions(+)

Copied: haskell-yesod-static/repos/community-staging-i686/PKGBUILD (from rev 
214445, haskell-yesod-static/trunk/PKGBUILD)
===
--- community-staging-i686/PKGBUILD (rev 0)
+++ community-staging-i686/PKGBUILD 2017-03-02 07:31:21 UTC (rev 214446)
@@ -0,0 +1,47 @@
+# $Id$
+# Maintainer: Felix Yan 
+# Contributor: Arch Haskell Team 
+
+_hkgname=yesod-static
+pkgname=haskell-yesod-static
+pkgver=1.5.1.1
+pkgrel=43
+pkgdesc="Static file serving subsite for Yesod Web Framework."
+url="http://www.yesodweb.com/";
+license=("MIT")
+arch=('i686' 'x86_64')
+depends=("ghc=8.0.1" "haskell-async" "haskell-attoparsec" 
"haskell-base64-bytestring"
+ "haskell-blaze-builder" "haskell-byteable" "haskell-conduit" 
"haskell-conduit-extra"
+ "haskell-cryptohash" "haskell-cryptohash-conduit" "haskell-css-text" 
"haskell-data-default"
+ "haskell-exceptions" "haskell-file-embed" "haskell-hashable" 
"haskell-hjsmin"
+ "haskell-http-types" "haskell-mime-types" "haskell-old-time" 
"haskell-resourcet"
+ "haskell-text" "haskell-unix-compat" "haskell-unordered-containers" 
"haskell-wai"
+ "haskell-wai-app-static" "haskell-yesod-core")
+source=("https://hackage.haskell.org/packages/archive/${_hkgname}/${pkgver}/${_hkgname}-${pkgver}.tar.gz";)
+sha256sums=('cdb50763c4cbd2b8fcdb2b9f2f2526648e82454c62d49bfd6d165af80a192a92')
+
+build() {
+cd "${srcdir}/${_hkgname}-${pkgver}"
+
+runhaskell Setup configure -O --enable-library-profiling --enable-shared \
+--prefix=/usr --docdir="/usr/share/doc/${pkgname}" \
+--libsubdir=\$compiler/site-local/\$pkgid
+runhaskell Setup build
+runhaskell Setup haddock --hoogle --html
+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"
+install -d -m755 "${pkgdir}/usr/share/doc/ghc/html/libraries"
+ln -s "/usr/share/doc/${pkgname}/html" 
"${pkgdir}/usr/share/doc/ghc/html/libraries/${_hkgname}"
+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-yesod-static/repos/community-staging-x86_64/PKGBUILD (from rev 
214445, haskell-yesod-static/trunk/PKGBUILD)
===
--- community-staging-x86_64/PKGBUILD   (rev 0)
+++ community-staging-x86_64/PKGBUILD   2017-03-02 07:31:21 UTC (rev 214446)
@@ -0,0 +1,47 @@
+# $Id$
+# Maintainer: Felix Yan 
+# Contributor: Arch Haskell Team 
+
+_hkgname=yesod-static
+pkgname=haskell-yesod-static
+pkgver=1.5.1.1
+pkgrel=43
+pkgdesc="Static file serving subsite for Yesod Web Framework."
+url="http://www.yesodweb.com/";
+license=("MIT")
+arch=('i686' 'x86_64')
+depends=("ghc=8.0.1" "haskell-async" "haskell-attoparsec" 
"haskell-base64-bytestring"
+ "haskell-blaze-builder" "haskell-byteable" "haskell-conduit" 
"haskell-conduit-extra"
+ "haskell-cryptohash" "haskell-cryptohash-conduit" "haskell-css-text" 
"haskell-data-default"
+ "haskell-exceptions" "haskell-file-embed" "haskell-hashable" 
"haskell-hjsmin"
+ "haskell-http-types" "haskell-mime-types" "haskell-old-time" 
"haskell-resourcet"
+ "haskell-text" "haskell-unix-compat" "haskell-unordered-containers" 
"haskell-wai"
+ "haskell-wai-app-static" "haskell-yesod-core")
+source=("https://hackage.haskell.org/packages/archive/${_hkgname}/${pkgver}/${_hkgname}-${pkgver}.tar.gz";)
+sha256sums=('cdb50763c4cbd2b8fcdb2b9f2f2526648e82454c62d49bfd6d165af80a192a92')
+
+build() {
+cd "${srcdir}/${_hkgname}-${pkgver}"
+
+runhaskell Setup configure -O --enable-library-profiling --enable-shared \
+--prefix=/usr --d

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

2017-03-01 Thread Felix Yan
Date: Thursday, March 2, 2017 @ 07:31:05
  Author: felixonmars
Revision: 214445

upgpkg: haskell-yesod-static 1.5.1.1-43

rebuild with cryptonite,0.22

Modified:
  haskell-yesod-static/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2017-03-02 07:28:08 UTC (rev 21)
+++ PKGBUILD2017-03-02 07:31:05 UTC (rev 214445)
@@ -5,7 +5,7 @@
 _hkgname=yesod-static
 pkgname=haskell-yesod-static
 pkgver=1.5.1.1
-pkgrel=42
+pkgrel=43
 pkgdesc="Static file serving subsite for Yesod Web Framework."
 url="http://www.yesodweb.com/";
 license=("MIT")


[arch-commits] Commit in haskell-wai-app-static/repos (4 files)

2017-03-01 Thread Felix Yan
Date: Thursday, March 2, 2017 @ 07:28:08
  Author: felixonmars
Revision: 21

archrelease: copy trunk to community-staging-i686, community-staging-x86_64

Added:
  haskell-wai-app-static/repos/community-staging-i686/
  haskell-wai-app-static/repos/community-staging-i686/PKGBUILD
(from rev 214443, haskell-wai-app-static/trunk/PKGBUILD)
  haskell-wai-app-static/repos/community-staging-x86_64/
  haskell-wai-app-static/repos/community-staging-x86_64/PKGBUILD
(from rev 214443, haskell-wai-app-static/trunk/PKGBUILD)

---+
 community-staging-i686/PKGBUILD   |   47 
 community-staging-x86_64/PKGBUILD |   47 
 2 files changed, 94 insertions(+)

Copied: haskell-wai-app-static/repos/community-staging-i686/PKGBUILD (from rev 
214443, haskell-wai-app-static/trunk/PKGBUILD)
===
--- community-staging-i686/PKGBUILD (rev 0)
+++ community-staging-i686/PKGBUILD 2017-03-02 07:28:08 UTC (rev 21)
@@ -0,0 +1,47 @@
+# $Id$
+# Maintainer: Felix Yan 
+# Contributor: Arch Haskell Team 
+
+_hkgname=wai-app-static
+pkgname=haskell-wai-app-static
+pkgver=3.1.6.1
+pkgrel=34
+pkgdesc="WAI application for static serving"
+url="http://www.yesodweb.com/book/web-application-interface";
+license=("MIT")
+arch=('i686' 'x86_64')
+depends=("ghc=8.0.1" "haskell-blaze-builder" "haskell-blaze-html" 
"haskell-blaze-markup" 
+ "haskell-cryptonite" "haskell-file-embed" "haskell-http-date" 
"haskell-http-types"
+ "haskell-memory" "haskell-mime-types" "haskell-old-locale"
+ "haskell-optparse-applicative" "haskell-text" "haskell-unix-compat"
+ "haskell-unordered-containers" "haskell-wai" "haskell-wai-extra" 
"haskell-warp"
+ "haskell-zlib")
+source=("https://hackage.haskell.org/packages/archive/${_hkgname}/${pkgver}/${_hkgname}-${pkgver}.tar.gz";)
+sha256sums=('b318acf31e2e809411f119744a016ba0a78f52554ac7321a3a1410a218886668')
+
+build() {
+cd "${srcdir}/${_hkgname}-${pkgver}"
+
+runhaskell Setup configure -O --enable-library-profiling --enable-shared \
+--prefix=/usr --docdir="/usr/share/doc/${pkgname}" \
+--libsubdir=\$compiler/site-local/\$pkgid \
+-f-print
+runhaskell Setup build
+runhaskell Setup haddock --hoogle --html
+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"
+install -d -m755 "${pkgdir}/usr/share/doc/ghc/html/libraries"
+ln -s "/usr/share/doc/${pkgname}/html" 
"${pkgdir}/usr/share/doc/ghc/html/libraries/${_hkgname}"
+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-wai-app-static/repos/community-staging-x86_64/PKGBUILD (from 
rev 214443, haskell-wai-app-static/trunk/PKGBUILD)
===
--- community-staging-x86_64/PKGBUILD   (rev 0)
+++ community-staging-x86_64/PKGBUILD   2017-03-02 07:28:08 UTC (rev 21)
@@ -0,0 +1,47 @@
+# $Id$
+# Maintainer: Felix Yan 
+# Contributor: Arch Haskell Team 
+
+_hkgname=wai-app-static
+pkgname=haskell-wai-app-static
+pkgver=3.1.6.1
+pkgrel=34
+pkgdesc="WAI application for static serving"
+url="http://www.yesodweb.com/book/web-application-interface";
+license=("MIT")
+arch=('i686' 'x86_64')
+depends=("ghc=8.0.1" "haskell-blaze-builder" "haskell-blaze-html" 
"haskell-blaze-markup" 
+ "haskell-cryptonite" "haskell-file-embed" "haskell-http-date" 
"haskell-http-types"
+ "haskell-memory" "haskell-mime-types" "haskell-old-locale"
+ "haskell-optparse-applicative" "haskell-text" "haskell-unix-compat"
+ "haskell-unordered-containers" "haskell-wai" "haskell-wai-extra" 
"haskell-warp"
+ "haskell-zlib")
+source=("https://hackage.haskell.org/packages/archive/${_hkgname}/${pkgver}/${_hkgname}-${pkgver}.tar.gz";)
+sha256sums=('b318acf31e2e809411f119744a016ba0a78f52554ac7321a3a1410a218886668')
+
+build() {
+cd "${srcdir}/${_hkgname}-${pkgver}"
+
+runhaskell Setup configure -O --enable-library-profiling --enable-shared \
+--prefix=/usr --docdir="/usr/share/doc/${pkgname}" \
+--libsubdir=\$compiler/site-local/\$pkgid \
+-f-print
+runhaskell Setup build
+runhaskell Setup haddock --hoogle --html
+runhaskell Setup register --gen-script
+runhaskell Setup unregiste

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

2017-03-01 Thread Felix Yan
Date: Thursday, March 2, 2017 @ 07:27:52
  Author: felixonmars
Revision: 214443

upgpkg: haskell-wai-app-static 3.1.6.1-34

rebuild with cryptonite,0.22

Modified:
  haskell-wai-app-static/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2017-03-02 07:25:06 UTC (rev 214442)
+++ PKGBUILD2017-03-02 07:27:52 UTC (rev 214443)
@@ -5,7 +5,7 @@
 _hkgname=wai-app-static
 pkgname=haskell-wai-app-static
 pkgver=3.1.6.1
-pkgrel=33
+pkgrel=34
 pkgdesc="WAI application for static serving"
 url="http://www.yesodweb.com/book/web-application-interface";
 license=("MIT")


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

2017-03-01 Thread Felix Yan
Date: Thursday, March 2, 2017 @ 07:25:06
  Author: felixonmars
Revision: 214442

archrelease: copy trunk to community-staging-i686, community-staging-x86_64

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

---+
 community-staging-i686/PKGBUILD   |   50 
 community-staging-x86_64/PKGBUILD |   50 
 2 files changed, 100 insertions(+)

Copied: haskell-hopenpgp/repos/community-staging-i686/PKGBUILD (from rev 
214441, haskell-hopenpgp/trunk/PKGBUILD)
===
--- community-staging-i686/PKGBUILD (rev 0)
+++ community-staging-i686/PKGBUILD 2017-03-02 07:25:06 UTC (rev 214442)
@@ -0,0 +1,50 @@
+# $Id$
+# Maintainer: Felix Yan 
+
+_hkgname=hOpenPGP
+pkgname=haskell-hopenpgp
+pkgver=2.5.5
+pkgrel=32
+pkgdesc="Native Haskell implementation of OpenPGP (RFC4880)"
+url="http://floss.scru.org/hOpenPGP/";
+license=('MIT')
+arch=('i686' 'x86_64')
+depends=('ghc=8.0.1' 'haskell-aeson' 'haskell-attoparsec' 
'haskell-base16-bytestring'
+ 'haskell-base64-bytestring' 'haskell-bifunctors' 'haskell-byteable' 
'haskell-bzlib'
+ 'haskell-binary-conduit' 'haskell-conduit' 'haskell-conduit-extra' 
'haskell-cryptonite'
+ 'haskell-crypto-cipher-types' 'haskell-data-default-class' 
'haskell-errors'
+ 'haskell-hashable' 'haskell-incremental-parser' 'haskell-ixset-typed' 
'haskell-lens'
+ 'haskell-memory' 'haskell-monad-loops' 'haskell-nettle' 
'haskell-network'
+ 'haskell-network-uri' 'haskell-newtype' 'haskell-openpgp-asciiarmor' 
'haskell-resourcet'
+ 'haskell-securemem' 'haskell-semigroups' 'haskell-split' 
'haskell-text'
+ 'haskell-time-locale-compat' 'haskell-unordered-containers' 
'haskell-wl-pprint-extras'
+ 'haskell-zlib')
+source=(https://hackage.haskell.org/packages/archive/${_hkgname}/${pkgver}/${_hkgname}-${pkgver}.tar.gz)
+md5sums=('f480201a10f14150adc290c81d38e7b6')
+
+build() {
+cd "${srcdir}/${_hkgname}-${pkgver}"
+
+runhaskell Setup configure -O --enable-library-profiling --enable-shared \
+--prefix=/usr --docdir="/usr/share/doc/${pkgname}" \
+--libsubdir=\$compiler/site-local/\$pkgid \
+-fnetwork-uri
+runhaskell Setup build
+runhaskell Setup haddock --hoogle --html
+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"
+install -d -m755 "${pkgdir}/usr/share/doc/ghc/html/libraries"
+ln -s "/usr/share/doc/${pkgname}/html" 
"${pkgdir}/usr/share/doc/ghc/html/libraries/${_hkgname}"
+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-hopenpgp/repos/community-staging-x86_64/PKGBUILD (from rev 
214441, haskell-hopenpgp/trunk/PKGBUILD)
===
--- community-staging-x86_64/PKGBUILD   (rev 0)
+++ community-staging-x86_64/PKGBUILD   2017-03-02 07:25:06 UTC (rev 214442)
@@ -0,0 +1,50 @@
+# $Id$
+# Maintainer: Felix Yan 
+
+_hkgname=hOpenPGP
+pkgname=haskell-hopenpgp
+pkgver=2.5.5
+pkgrel=32
+pkgdesc="Native Haskell implementation of OpenPGP (RFC4880)"
+url="http://floss.scru.org/hOpenPGP/";
+license=('MIT')
+arch=('i686' 'x86_64')
+depends=('ghc=8.0.1' 'haskell-aeson' 'haskell-attoparsec' 
'haskell-base16-bytestring'
+ 'haskell-base64-bytestring' 'haskell-bifunctors' 'haskell-byteable' 
'haskell-bzlib'
+ 'haskell-binary-conduit' 'haskell-conduit' 'haskell-conduit-extra' 
'haskell-cryptonite'
+ 'haskell-crypto-cipher-types' 'haskell-data-default-class' 
'haskell-errors'
+ 'haskell-hashable' 'haskell-incremental-parser' 'haskell-ixset-typed' 
'haskell-lens'
+ 'haskell-memory' 'haskell-monad-loops' 'haskell-nettle' 
'haskell-network'
+ 'haskell-network-uri' 'haskell-newtype' 'haskell-openpgp-asciiarmor' 
'haskell-resourcet'
+ 'haskell-securemem' 'haskell-semigroups' 'haskell-split' 
'haskell-text'
+ 'haskell-time-locale-compat' 'haskell-unordered-containers' 
'haskell-wl-pprint-extras'
+ 'haskell-zlib')
+source

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

2017-03-01 Thread Felix Yan
Date: Thursday, March 2, 2017 @ 07:24:49
  Author: felixonmars
Revision: 214441

upgpkg: haskell-hopenpgp 2.5.5-32

rebuild with cryptonite,0.22

Modified:
  haskell-hopenpgp/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2017-03-02 07:12:39 UTC (rev 214440)
+++ PKGBUILD2017-03-02 07:24:49 UTC (rev 214441)
@@ -4,7 +4,7 @@
 _hkgname=hOpenPGP
 pkgname=haskell-hopenpgp
 pkgver=2.5.5
-pkgrel=31
+pkgrel=32
 pkgdesc="Native Haskell implementation of OpenPGP (RFC4880)"
 url="http://floss.scru.org/hOpenPGP/";
 license=('MIT')


[arch-commits] Commit in fping/repos (4 files)

2017-03-01 Thread Antonio Rojas
Date: Thursday, March 2, 2017 @ 07:16:22
  Author: arojas
Revision: 289876

archrelease: copy trunk to extra-i686, extra-x86_64

Added:
  fping/repos/extra-i686/PKGBUILD
(from rev 289875, fping/trunk/PKGBUILD)
  fping/repos/extra-x86_64/PKGBUILD
(from rev 289875, fping/trunk/PKGBUILD)
Deleted:
  fping/repos/extra-i686/PKGBUILD
  fping/repos/extra-x86_64/PKGBUILD

---+
 /PKGBUILD |   72 
 extra-i686/PKGBUILD   |   36 
 extra-x86_64/PKGBUILD |   36 
 3 files changed, 72 insertions(+), 72 deletions(-)

Deleted: extra-i686/PKGBUILD
===
--- extra-i686/PKGBUILD 2017-03-02 07:15:52 UTC (rev 289875)
+++ extra-i686/PKGBUILD 2017-03-02 07:16:22 UTC (rev 289876)
@@ -1,36 +0,0 @@
-# $Id$
-# Maintainer: Giovanni Scafora 
-# Contributor: Tom Newsom 
-
-pkgname=fping
-pkgver=3.13
-pkgrel=1
-pkgdesc="A utility to ping multiple hosts at once"
-arch=('i686' 'x86_64')
-url="http://www.fping.org/";
-license=('custom') 
-depends=('glibc')
-source=("http://www.fping.org/dist/${pkgname}-${pkgver}.tar.gz";)
-md5sums=('a39134baca6bc6ced56191cb51fb0dc2')
-
-build() {
-  cd "$srcdir/$pkgname-$pkgver"
-
-  ./configure --prefix=/usr \
-  --sbindir=/usr/bin \
-  --mandir=/usr/share/man \
-  --enable-ipv4 \
-  --enable-ipv6
-  make
-}
-
-package() {
-  cd "$srcdir/$pkgname-$pkgver"
-
-  make DESTDIR="${pkgdir}" install
-
-  # install license
-  install -D -m644 COPYING "${pkgdir}/usr/share/licenses/$pkgname/LICENSE"
-  chmod 4555 ${pkgdir}/usr/bin/fping
-  chmod 4555 ${pkgdir}/usr/bin/fping6
-}

Copied: fping/repos/extra-i686/PKGBUILD (from rev 289875, fping/trunk/PKGBUILD)
===
--- extra-i686/PKGBUILD (rev 0)
+++ extra-i686/PKGBUILD 2017-03-02 07:16:22 UTC (rev 289876)
@@ -0,0 +1,36 @@
+# $Id$
+# Maintainer: Giovanni Scafora 
+# Contributor: Tom Newsom 
+
+pkgname=fping
+pkgver=3.16
+pkgrel=1
+pkgdesc="A utility to ping multiple hosts at once"
+arch=('i686' 'x86_64')
+url="http://www.fping.org/";
+license=('custom') 
+depends=('glibc')
+source=("http://www.fping.org/dist/${pkgname}-${pkgver}.tar.gz";)
+md5sums=('9ceb7a47f162521aa930556c79f2bdd3')
+
+build() {
+  cd "$srcdir/$pkgname-$pkgver"
+
+  ./configure --prefix=/usr \
+  --sbindir=/usr/bin \
+  --mandir=/usr/share/man \
+  --enable-ipv4 \
+  --enable-ipv6
+  make
+}
+
+package() {
+  cd "$srcdir/$pkgname-$pkgver"
+
+  make DESTDIR="${pkgdir}" install
+
+  # install license
+  install -D -m644 COPYING "${pkgdir}/usr/share/licenses/$pkgname/LICENSE"
+  chmod 4555 ${pkgdir}/usr/bin/fping
+  chmod 4555 ${pkgdir}/usr/bin/fping6
+}

Deleted: extra-x86_64/PKGBUILD
===
--- extra-x86_64/PKGBUILD   2017-03-02 07:15:52 UTC (rev 289875)
+++ extra-x86_64/PKGBUILD   2017-03-02 07:16:22 UTC (rev 289876)
@@ -1,36 +0,0 @@
-# $Id$
-# Maintainer: Giovanni Scafora 
-# Contributor: Tom Newsom 
-
-pkgname=fping
-pkgver=3.13
-pkgrel=1
-pkgdesc="A utility to ping multiple hosts at once"
-arch=('i686' 'x86_64')
-url="http://www.fping.org/";
-license=('custom') 
-depends=('glibc')
-source=("http://www.fping.org/dist/${pkgname}-${pkgver}.tar.gz";)
-md5sums=('a39134baca6bc6ced56191cb51fb0dc2')
-
-build() {
-  cd "$srcdir/$pkgname-$pkgver"
-
-  ./configure --prefix=/usr \
-  --sbindir=/usr/bin \
-  --mandir=/usr/share/man \
-  --enable-ipv4 \
-  --enable-ipv6
-  make
-}
-
-package() {
-  cd "$srcdir/$pkgname-$pkgver"
-
-  make DESTDIR="${pkgdir}" install
-
-  # install license
-  install -D -m644 COPYING "${pkgdir}/usr/share/licenses/$pkgname/LICENSE"
-  chmod 4555 ${pkgdir}/usr/bin/fping
-  chmod 4555 ${pkgdir}/usr/bin/fping6
-}

Copied: fping/repos/extra-x86_64/PKGBUILD (from rev 289875, 
fping/trunk/PKGBUILD)
===
--- extra-x86_64/PKGBUILD   (rev 0)
+++ extra-x86_64/PKGBUILD   2017-03-02 07:16:22 UTC (rev 289876)
@@ -0,0 +1,36 @@
+# $Id$
+# Maintainer: Giovanni Scafora 
+# Contributor: Tom Newsom 
+
+pkgname=fping
+pkgver=3.16
+pkgrel=1
+pkgdesc="A utility to ping multiple hosts at once"
+arch=('i686' 'x86_64')
+url="http://www.fping.org/";
+license=('custom') 
+depends=('glibc')
+source=("http://www.fping.org/dist/${pkgname}-${pkgver}.tar.gz";)
+md5sums=('9ceb7a47f162521aa930556c79f2bdd3')
+
+build() {
+  cd "$srcdir/$pkgname-$pkgver"
+
+  ./configure --prefix=/usr \
+  --sbindir=/usr/bin \
+  --mandir=/usr/share/man \
+  --enable-ipv4 \
+  --enable-ipv6
+  make
+}
+
+package() {
+  cd "$srcdir/$pkgname-$pkgver"
+
+  make DESTDIR="${pkgdir}" install
+
+  # install li

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

2017-03-01 Thread Antonio Rojas
Date: Thursday, March 2, 2017 @ 07:15:52
  Author: arojas
Revision: 289875

Update to 3.16

Modified:
  fping/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2017-03-02 04:53:46 UTC (rev 289874)
+++ PKGBUILD2017-03-02 07:15:52 UTC (rev 289875)
@@ -3,7 +3,7 @@
 # Contributor: Tom Newsom 
 
 pkgname=fping
-pkgver=3.13
+pkgver=3.16
 pkgrel=1
 pkgdesc="A utility to ping multiple hosts at once"
 arch=('i686' 'x86_64')
@@ -11,7 +11,7 @@
 license=('custom') 
 depends=('glibc')
 source=("http://www.fping.org/dist/${pkgname}-${pkgver}.tar.gz";)
-md5sums=('a39134baca6bc6ced56191cb51fb0dc2')
+md5sums=('9ceb7a47f162521aa930556c79f2bdd3')
 
 build() {
   cd "$srcdir/$pkgname-$pkgver"


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

2017-03-01 Thread Felix Yan
Date: Thursday, March 2, 2017 @ 07:12:23
  Author: felixonmars
Revision: 214439

upgpkg: haskell-store 0.3.1-4

rebuild with cryptonite,0.22

Modified:
  haskell-store/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2017-03-02 07:11:47 UTC (rev 214438)
+++ PKGBUILD2017-03-02 07:12:23 UTC (rev 214439)
@@ -4,7 +4,7 @@
 _hkgname=store
 pkgname=haskell-store
 pkgver=0.3.1
-pkgrel=3
+pkgrel=4
 pkgdesc="Fast binary serialization"
 url="https://github.com/fpco/store";
 license=('custom:BSD3')


[arch-commits] Commit in haskell-store/repos (4 files)

2017-03-01 Thread Felix Yan
Date: Thursday, March 2, 2017 @ 07:12:39
  Author: felixonmars
Revision: 214440

archrelease: copy trunk to community-staging-i686, community-staging-x86_64

Added:
  haskell-store/repos/community-staging-i686/
  haskell-store/repos/community-staging-i686/PKGBUILD
(from rev 214439, haskell-store/trunk/PKGBUILD)
  haskell-store/repos/community-staging-x86_64/
  haskell-store/repos/community-staging-x86_64/PKGBUILD
(from rev 214439, haskell-store/trunk/PKGBUILD)

---+
 community-staging-i686/PKGBUILD   |   48 
 community-staging-x86_64/PKGBUILD |   48 
 2 files changed, 96 insertions(+)

Copied: haskell-store/repos/community-staging-i686/PKGBUILD (from rev 214439, 
haskell-store/trunk/PKGBUILD)
===
--- community-staging-i686/PKGBUILD (rev 0)
+++ community-staging-i686/PKGBUILD 2017-03-02 07:12:39 UTC (rev 214440)
@@ -0,0 +1,48 @@
+# $Id$
+# Maintainer: Felix Yan 
+
+_hkgname=store
+pkgname=haskell-store
+pkgver=0.3.1
+pkgrel=4
+pkgdesc="Fast binary serialization"
+url="https://github.com/fpco/store";
+license=('custom:BSD3')
+arch=('i686' 'x86_64')
+depends=('ghc=8.0.1' 'haskell-async' 'haskell-base-orphans' 
'haskell-base64-bytestring'
+ 'haskell-conduit' 'haskell-contravariant' 'haskell-cryptohash' 
'haskell-free'
+ 'haskell-hashable' 'haskell-hspec' 'haskell-hspec-smallcheck' 
'haskell-lifted-base'
+ 'haskell-monad-control' 'haskell-mono-traversable' 'haskell-network' 
'haskell-primitive'
+ 'haskell-resourcet' 'haskell-safe' 'haskell-semigroups' 
'haskell-smallcheck'
+ 'haskell-streaming-commons' 'haskell-store-core' 'haskell-syb' 
'haskell-text'
+ 'haskell-th-lift' 'haskell-th-lift-instances' 'haskell-th-orphans' 
'haskell-th-reify-many'
+ 'haskell-th-utilities' 'haskell-unordered-containers' 
'haskell-vector' 'haskell-void')
+source=(https://hackage.haskell.org/packages/archive/${_hkgname}/${pkgver}/${_hkgname}-${pkgver}.tar.gz)
+md5sums=('d05076be3997257c62a88b3ff363b196')
+
+build() {
+cd "${srcdir}/${_hkgname}-${pkgver}"
+
+runhaskell Setup configure -O --enable-library-profiling --enable-shared \
+--prefix=/usr --docdir="/usr/share/doc/${pkgname}" \
+--libsubdir=\$compiler/site-local/\$pkgid \
+-f-comparison-bench -f-small-bench
+runhaskell Setup build
+runhaskell Setup haddock --hoogle --html
+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"
+install -d -m755 "${pkgdir}/usr/share/doc/ghc/html/libraries"
+ln -s "/usr/share/doc/${pkgname}/html" 
"${pkgdir}/usr/share/doc/ghc/html/libraries/${_hkgname}"
+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-store/repos/community-staging-x86_64/PKGBUILD (from rev 214439, 
haskell-store/trunk/PKGBUILD)
===
--- community-staging-x86_64/PKGBUILD   (rev 0)
+++ community-staging-x86_64/PKGBUILD   2017-03-02 07:12:39 UTC (rev 214440)
@@ -0,0 +1,48 @@
+# $Id$
+# Maintainer: Felix Yan 
+
+_hkgname=store
+pkgname=haskell-store
+pkgver=0.3.1
+pkgrel=4
+pkgdesc="Fast binary serialization"
+url="https://github.com/fpco/store";
+license=('custom:BSD3')
+arch=('i686' 'x86_64')
+depends=('ghc=8.0.1' 'haskell-async' 'haskell-base-orphans' 
'haskell-base64-bytestring'
+ 'haskell-conduit' 'haskell-contravariant' 'haskell-cryptohash' 
'haskell-free'
+ 'haskell-hashable' 'haskell-hspec' 'haskell-hspec-smallcheck' 
'haskell-lifted-base'
+ 'haskell-monad-control' 'haskell-mono-traversable' 'haskell-network' 
'haskell-primitive'
+ 'haskell-resourcet' 'haskell-safe' 'haskell-semigroups' 
'haskell-smallcheck'
+ 'haskell-streaming-commons' 'haskell-store-core' 'haskell-syb' 
'haskell-text'
+ 'haskell-th-lift' 'haskell-th-lift-instances' 'haskell-th-orphans' 
'haskell-th-reify-many'
+ 'haskell-th-utilities' 'haskell-unordered-containers' 
'haskell-vector' 'haskell-void')
+source=(https://hackage.haskell.org/packages/archive/${_hkgname}/${pkgver}/${_hkgname}-${pkgver}.tar.gz)
+md5sums=('d05076be3997257c62a88b3ff363b196')
+
+build() {
+cd "${srcdir}/${_hkgname}-${pkgver}"
+
+runhaskell Setup configure -O --enable-library-profiling --enable-shared \

[arch-commits] Commit in plasma5-applets-weather-widget/trunk (PKGBUILD)

2017-03-01 Thread Antonio Rojas
Date: Thursday, March 2, 2017 @ 07:11:24
  Author: arojas
Revision: 214437

Update to 1.6.9

Modified:
  plasma5-applets-weather-widget/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2017-03-02 06:56:50 UTC (rev 214436)
+++ PKGBUILD2017-03-02 07:11:24 UTC (rev 214437)
@@ -3,7 +3,7 @@
 # Contributor: Martin Kostolný 
 
 pkgname=plasma5-applets-weather-widget
-pkgver=1.6.8
+pkgver=1.6.9
 pkgrel=1
 pkgdesc="Plasma applet for displaying weather information from yr.no server"
 arch=(i686 x86_64)
@@ -12,7 +12,7 @@
 depends=(plasma-workspace qt5-graphicaleffects)
 makedepends=(extra-cmake-modules)
 
source=($pkgname-$pkgver.tar.gz::"https://github.com/kotelnik/plasma-applet-weather-widget/archive/v$pkgver.tar.gz";)
-md5sums=('f737d76863bb3d219959357c5c5ecd86')
+md5sums=('9396e0e39c4587c039976dda6f462a51')
 
 prepare() {
   mkdir -p build


[arch-commits] Commit in plasma5-applets-weather-widget/repos (4 files)

2017-03-01 Thread Antonio Rojas
Date: Thursday, March 2, 2017 @ 07:11:47
  Author: arojas
Revision: 214438

archrelease: copy trunk to community-i686, community-x86_64

Added:
  plasma5-applets-weather-widget/repos/community-i686/PKGBUILD
(from rev 214437, plasma5-applets-weather-widget/trunk/PKGBUILD)
  plasma5-applets-weather-widget/repos/community-x86_64/PKGBUILD
(from rev 214437, plasma5-applets-weather-widget/trunk/PKGBUILD)
Deleted:
  plasma5-applets-weather-widget/repos/community-i686/PKGBUILD
  plasma5-applets-weather-widget/repos/community-x86_64/PKGBUILD

---+
 /PKGBUILD |   66 
 community-i686/PKGBUILD   |   33 --
 community-x86_64/PKGBUILD |   33 --
 3 files changed, 66 insertions(+), 66 deletions(-)

Deleted: community-i686/PKGBUILD
===
--- community-i686/PKGBUILD 2017-03-02 07:11:24 UTC (rev 214437)
+++ community-i686/PKGBUILD 2017-03-02 07:11:47 UTC (rev 214438)
@@ -1,33 +0,0 @@
-# $Id$
-# Maintainer: Antonio Rojas 
-# Contributor: Martin Kostolný 
-
-pkgname=plasma5-applets-weather-widget
-pkgver=1.6.8
-pkgrel=1
-pkgdesc="Plasma applet for displaying weather information from yr.no server"
-arch=(i686 x86_64)
-url="http://kde-apps.org/content/show.php/Weather+Widget?content=169572";
-license=(GPL)
-depends=(plasma-workspace qt5-graphicaleffects)
-makedepends=(extra-cmake-modules)
-source=($pkgname-$pkgver.tar.gz::"https://github.com/kotelnik/plasma-applet-weather-widget/archive/v$pkgver.tar.gz";)
-md5sums=('f737d76863bb3d219959357c5c5ecd86')
-
-prepare() {
-  mkdir -p build
-}
-
-build() {
-  cd build
-  cmake ../plasma-applet-weather-widget-$pkgver \
--DCMAKE_INSTALL_PREFIX=/usr \
--DCMAKE_BUILD_TYPE=Release \
--DCMAKE_INSTALL_LIBDIR=lib \
--DBUILD_TESTING=OFF
-}
-
-package() {
-  cd build
-  make DESTDIR="$pkgdir" install
-}

Copied: plasma5-applets-weather-widget/repos/community-i686/PKGBUILD (from rev 
214437, plasma5-applets-weather-widget/trunk/PKGBUILD)
===
--- community-i686/PKGBUILD (rev 0)
+++ community-i686/PKGBUILD 2017-03-02 07:11:47 UTC (rev 214438)
@@ -0,0 +1,33 @@
+# $Id$
+# Maintainer: Antonio Rojas 
+# Contributor: Martin Kostolný 
+
+pkgname=plasma5-applets-weather-widget
+pkgver=1.6.9
+pkgrel=1
+pkgdesc="Plasma applet for displaying weather information from yr.no server"
+arch=(i686 x86_64)
+url="http://kde-apps.org/content/show.php/Weather+Widget?content=169572";
+license=(GPL)
+depends=(plasma-workspace qt5-graphicaleffects)
+makedepends=(extra-cmake-modules)
+source=($pkgname-$pkgver.tar.gz::"https://github.com/kotelnik/plasma-applet-weather-widget/archive/v$pkgver.tar.gz";)
+md5sums=('9396e0e39c4587c039976dda6f462a51')
+
+prepare() {
+  mkdir -p build
+}
+
+build() {
+  cd build
+  cmake ../plasma-applet-weather-widget-$pkgver \
+-DCMAKE_INSTALL_PREFIX=/usr \
+-DCMAKE_BUILD_TYPE=Release \
+-DCMAKE_INSTALL_LIBDIR=lib \
+-DBUILD_TESTING=OFF
+}
+
+package() {
+  cd build
+  make DESTDIR="$pkgdir" install
+}

Deleted: community-x86_64/PKGBUILD
===
--- community-x86_64/PKGBUILD   2017-03-02 07:11:24 UTC (rev 214437)
+++ community-x86_64/PKGBUILD   2017-03-02 07:11:47 UTC (rev 214438)
@@ -1,33 +0,0 @@
-# $Id$
-# Maintainer: Antonio Rojas 
-# Contributor: Martin Kostolný 
-
-pkgname=plasma5-applets-weather-widget
-pkgver=1.6.8
-pkgrel=1
-pkgdesc="Plasma applet for displaying weather information from yr.no server"
-arch=(i686 x86_64)
-url="http://kde-apps.org/content/show.php/Weather+Widget?content=169572";
-license=(GPL)
-depends=(plasma-workspace qt5-graphicaleffects)
-makedepends=(extra-cmake-modules)
-source=($pkgname-$pkgver.tar.gz::"https://github.com/kotelnik/plasma-applet-weather-widget/archive/v$pkgver.tar.gz";)
-md5sums=('f737d76863bb3d219959357c5c5ecd86')
-
-prepare() {
-  mkdir -p build
-}
-
-build() {
-  cd build
-  cmake ../plasma-applet-weather-widget-$pkgver \
--DCMAKE_INSTALL_PREFIX=/usr \
--DCMAKE_BUILD_TYPE=Release \
--DCMAKE_INSTALL_LIBDIR=lib \
--DBUILD_TESTING=OFF
-}
-
-package() {
-  cd build
-  make DESTDIR="$pkgdir" install
-}

Copied: plasma5-applets-weather-widget/repos/community-x86_64/PKGBUILD (from 
rev 214437, plasma5-applets-weather-widget/trunk/PKGBUILD)
===
--- community-x86_64/PKGBUILD   (rev 0)
+++ community-x86_64/PKGBUILD   2017-03-02 07:11:47 UTC (rev 214438)
@@ -0,0 +1,33 @@
+# $Id$
+# Maintainer: Antonio Rojas 
+# Contributor: Martin Kostolný 
+
+pkgname=plasma5-applets-weather-widget
+pkgver=1.6.9
+pkgrel=1
+pkgdesc="Plasma applet for displaying weather information from yr.no server"
+arch=(i686 x86_64)
+url="http://kde-apps.org/content/show.php/Weather+Widget?content=169

[arch-commits] Commit in haskell-hit/repos (4 files)

2017-03-01 Thread Felix Yan
Date: Thursday, March 2, 2017 @ 06:56:50
  Author: felixonmars
Revision: 214436

archrelease: copy trunk to community-staging-i686, community-staging-x86_64

Added:
  haskell-hit/repos/community-staging-i686/
  haskell-hit/repos/community-staging-i686/PKGBUILD
(from rev 214435, haskell-hit/trunk/PKGBUILD)
  haskell-hit/repos/community-staging-x86_64/
  haskell-hit/repos/community-staging-x86_64/PKGBUILD
(from rev 214435, haskell-hit/trunk/PKGBUILD)

---+
 community-staging-i686/PKGBUILD   |   46 
 community-staging-x86_64/PKGBUILD |   46 
 2 files changed, 92 insertions(+)

Copied: haskell-hit/repos/community-staging-i686/PKGBUILD (from rev 214435, 
haskell-hit/trunk/PKGBUILD)
===
--- community-staging-i686/PKGBUILD (rev 0)
+++ community-staging-i686/PKGBUILD 2017-03-02 06:56:50 UTC (rev 214436)
@@ -0,0 +1,46 @@
+# $Id$
+# Maintainer: Felix Yan 
+# Contributor: Arch Haskell Team 
+
+_hkgname=hit
+pkgname=haskell-hit
+pkgver=0.6.3
+pkgrel=18
+pkgdesc="Git operations in haskell"
+url="http://github.com/vincenthz/hit";
+license=("custom:BSD3")
+arch=('i686' 'x86_64')
+depends=("ghc=8.0.1" "haskell-attoparsec" "haskell-byteable" 
"haskell-cryptohash"
+ "haskell-hashable" "haskell-hashtables" "haskell-hourglass" 
"haskell-mtl" "haskell-parsec"
+ "haskell-patience" "haskell-random" "haskell-system-fileio" 
"haskell-system-filepath"
+ "haskell-unix-compat" "haskell-utf8-string" "haskell-vector" 
"haskell-zlib"
+ "haskell-zlib-bindings")
+source=("https://hackage.haskell.org/packages/archive/${_hkgname}/${pkgver}/${_hkgname}-${pkgver}.tar.gz";)
+sha256sums=('db86b3712029a4e40d1306dd6cc9ca2c9f4c77fe65a2b74106f1cbd2de26e471')
+
+build() {
+cd "${srcdir}/${_hkgname}-${pkgver}"
+
+runhaskell Setup configure -O --enable-library-profiling --enable-shared \
+--prefix=/usr --docdir="/usr/share/doc/${pkgname}" \
+--libsubdir=\$compiler/site-local/\$pkgid \
+-fexecutable -f-debug
+runhaskell Setup build
+runhaskell Setup haddock --hoogle --html
+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"
+install -d -m755 "${pkgdir}/usr/share/doc/ghc/html/libraries"
+ln -s "/usr/share/doc/${pkgname}/html" 
"${pkgdir}/usr/share/doc/ghc/html/libraries/${_hkgname}"
+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-hit/repos/community-staging-x86_64/PKGBUILD (from rev 214435, 
haskell-hit/trunk/PKGBUILD)
===
--- community-staging-x86_64/PKGBUILD   (rev 0)
+++ community-staging-x86_64/PKGBUILD   2017-03-02 06:56:50 UTC (rev 214436)
@@ -0,0 +1,46 @@
+# $Id$
+# Maintainer: Felix Yan 
+# Contributor: Arch Haskell Team 
+
+_hkgname=hit
+pkgname=haskell-hit
+pkgver=0.6.3
+pkgrel=18
+pkgdesc="Git operations in haskell"
+url="http://github.com/vincenthz/hit";
+license=("custom:BSD3")
+arch=('i686' 'x86_64')
+depends=("ghc=8.0.1" "haskell-attoparsec" "haskell-byteable" 
"haskell-cryptohash"
+ "haskell-hashable" "haskell-hashtables" "haskell-hourglass" 
"haskell-mtl" "haskell-parsec"
+ "haskell-patience" "haskell-random" "haskell-system-fileio" 
"haskell-system-filepath"
+ "haskell-unix-compat" "haskell-utf8-string" "haskell-vector" 
"haskell-zlib"
+ "haskell-zlib-bindings")
+source=("https://hackage.haskell.org/packages/archive/${_hkgname}/${pkgver}/${_hkgname}-${pkgver}.tar.gz";)
+sha256sums=('db86b3712029a4e40d1306dd6cc9ca2c9f4c77fe65a2b74106f1cbd2de26e471')
+
+build() {
+cd "${srcdir}/${_hkgname}-${pkgver}"
+
+runhaskell Setup configure -O --enable-library-profiling --enable-shared \
+--prefix=/usr --docdir="/usr/share/doc/${pkgname}" \
+--libsubdir=\$compiler/site-local/\$pkgid \
+-fexecutable -f-debug
+runhaskell Setup build
+runhaskell Setup haddock --hoogle --html
+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   
"${pkgdi

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

2017-03-01 Thread Felix Yan
Date: Thursday, March 2, 2017 @ 06:56:33
  Author: felixonmars
Revision: 214435

upgpkg: haskell-hit 0.6.3-18

rebuild with cryptonite,0.22

Modified:
  haskell-hit/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2017-03-02 06:53:18 UTC (rev 214434)
+++ PKGBUILD2017-03-02 06:56:33 UTC (rev 214435)
@@ -5,7 +5,7 @@
 _hkgname=hit
 pkgname=haskell-hit
 pkgver=0.6.3
-pkgrel=17
+pkgrel=18
 pkgdesc="Git operations in haskell"
 url="http://github.com/vincenthz/hit";
 license=("custom:BSD3")


[arch-commits] Commit in darcs/repos (4 files)

2017-03-01 Thread Felix Yan
Date: Thursday, March 2, 2017 @ 06:53:18
  Author: felixonmars
Revision: 214434

archrelease: copy trunk to community-staging-i686, community-staging-x86_64

Added:
  darcs/repos/community-staging-i686/
  darcs/repos/community-staging-i686/PKGBUILD
(from rev 214433, darcs/trunk/PKGBUILD)
  darcs/repos/community-staging-x86_64/
  darcs/repos/community-staging-x86_64/PKGBUILD
(from rev 214433, darcs/trunk/PKGBUILD)

---+
 community-staging-i686/PKGBUILD   |   42 
 community-staging-x86_64/PKGBUILD |   42 
 2 files changed, 84 insertions(+)

Copied: darcs/repos/community-staging-i686/PKGBUILD (from rev 214433, 
darcs/trunk/PKGBUILD)
===
--- community-staging-i686/PKGBUILD (rev 0)
+++ community-staging-i686/PKGBUILD 2017-03-02 06:53:18 UTC (rev 214434)
@@ -0,0 +1,42 @@
+# $Id$
+# Maintainer: Felix Yan 
+# Contributor: Arch Haskell Team 
+
+pkgname=darcs
+pkgver=2.12.5
+pkgrel=8
+pkgdesc="A distributed, interactive, smart revision control system"
+url="http://darcs.net";
+license=("GPL")
+arch=('i686' 'x86_64')
+depends=('curl')
+makedepends=("ghc=8.0.1" "haskell-async" "haskell-attoparsec" 
"haskell-base16-bytestring"
+ "haskell-cryptohash" "haskell-data-ordlist" "haskell-fgl" 
"haskell-graphviz"
+ "haskell-hashable" "haskell-html" "haskell-http" "haskell-mmap" 
"haskell-mtl"
+ "haskell-network" "haskell-network-uri" "haskell-old-time" 
"haskell-parsec"
+ "haskell-sandi" "haskell-random" "haskell-regex-applicative"
+ "haskell-regex-compat-tdfa" "haskell-tar" "haskell-text"
+ "haskell-transformers-compat" "haskell-unix-compat" 
"haskell-utf8-string"
+ "haskell-vector" "haskell-zip-archive" "haskell-zlib")
+source=("https://hackage.haskell.org/packages/archive/${pkgname}/${pkgver}/${pkgname}-${pkgver}.tar.gz";)
+sha256sums=('355b04c85c27bca43c8c380212988d9c1e9a984b0b593ceb2884de4295063553')
+
+build() {
+cd "${srcdir}/${pkgname}-${pkgver}"
+
+runhaskell Setup configure -O --prefix=/usr 
--docdir="/usr/share/doc/${pkgname}" \
+-fcurl -fpkgconfig -f-static -fterminfo -fthreaded -fexecutable \
+-f-rts -foptimize -f-warn-as-error -f-libiconv -fnetwork-uri
+runhaskell Setup build
+}
+
+package() {
+cd "${srcdir}/${pkgname}-${pkgver}"
+runhaskell Setup copy --destdir="${pkgdir}"
+# Remove library and doc (license only)
+rm -r "$pkgdir"/usr/{lib,share/doc}
+chmod 644 "${pkgdir}/usr/share/man/man1/darcs.1"
+
+install -Dm644 contrib/darcs_completion 
"${pkgdir}/usr/share/bash-completion/completions/darcs"
+install -Dm644 contrib/_darcs.zsh 
"${pkgdir}/usr/share/zsh/site-functions/_darcs"
+}

Copied: darcs/repos/community-staging-x86_64/PKGBUILD (from rev 214433, 
darcs/trunk/PKGBUILD)
===
--- community-staging-x86_64/PKGBUILD   (rev 0)
+++ community-staging-x86_64/PKGBUILD   2017-03-02 06:53:18 UTC (rev 214434)
@@ -0,0 +1,42 @@
+# $Id$
+# Maintainer: Felix Yan 
+# Contributor: Arch Haskell Team 
+
+pkgname=darcs
+pkgver=2.12.5
+pkgrel=8
+pkgdesc="A distributed, interactive, smart revision control system"
+url="http://darcs.net";
+license=("GPL")
+arch=('i686' 'x86_64')
+depends=('curl')
+makedepends=("ghc=8.0.1" "haskell-async" "haskell-attoparsec" 
"haskell-base16-bytestring"
+ "haskell-cryptohash" "haskell-data-ordlist" "haskell-fgl" 
"haskell-graphviz"
+ "haskell-hashable" "haskell-html" "haskell-http" "haskell-mmap" 
"haskell-mtl"
+ "haskell-network" "haskell-network-uri" "haskell-old-time" 
"haskell-parsec"
+ "haskell-sandi" "haskell-random" "haskell-regex-applicative"
+ "haskell-regex-compat-tdfa" "haskell-tar" "haskell-text"
+ "haskell-transformers-compat" "haskell-unix-compat" 
"haskell-utf8-string"
+ "haskell-vector" "haskell-zip-archive" "haskell-zlib")
+source=("https://hackage.haskell.org/packages/archive/${pkgname}/${pkgver}/${pkgname}-${pkgver}.tar.gz";)
+sha256sums=('355b04c85c27bca43c8c380212988d9c1e9a984b0b593ceb2884de4295063553')
+
+build() {
+cd "${srcdir}/${pkgname}-${pkgver}"
+
+runhaskell Setup configure -O --prefix=/usr 
--docdir="/usr/share/doc/${pkgname}" \
+-fcurl -fpkgconfig -f-static -fterminfo -fthreaded -fexecutable \
+-f-rts -foptimize -f-warn-as-error -f-libiconv -fnetwork-uri
+runhaskell Setup build
+}
+
+package() {
+cd "${srcdir}/${pkgname}-${pkgver}"
+runhaskell Setup copy --destdir="${pkgdir}"
+# Remove library and doc (license only)
+rm -r "$pkgdir"/usr/{lib,share/doc}
+chmod 644 "${pkgdir}/usr/share/man/man1/darcs.1"
+
+install -Dm644 contrib/darcs_completion 
"${pkgdir}/usr/share/bash-completion/completions/d

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

2017-03-01 Thread Felix Yan
Date: Thursday, March 2, 2017 @ 06:53:01
  Author: felixonmars
Revision: 214433

upgpkg: darcs 2.12.5-8

rebuild with cryptonite,0.22

Modified:
  darcs/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2017-03-02 06:45:06 UTC (rev 214432)
+++ PKGBUILD2017-03-02 06:53:01 UTC (rev 214433)
@@ -4,7 +4,7 @@
 
 pkgname=darcs
 pkgver=2.12.5
-pkgrel=7
+pkgrel=8
 pkgdesc="A distributed, interactive, smart revision control system"
 url="http://darcs.net";
 license=("GPL")


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

2017-03-01 Thread Felix Yan
Date: Thursday, March 2, 2017 @ 06:45:06
  Author: felixonmars
Revision: 214432

archrelease: copy trunk to community-staging-i686, community-staging-x86_64

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

---+
 community-staging-i686/PKGBUILD   |   42 
 community-staging-x86_64/PKGBUILD |   42 
 2 files changed, 84 insertions(+)

Copied: haskell-cryptohash-conduit/repos/community-staging-i686/PKGBUILD (from 
rev 214431, haskell-cryptohash-conduit/trunk/PKGBUILD)
===
--- community-staging-i686/PKGBUILD (rev 0)
+++ community-staging-i686/PKGBUILD 2017-03-02 06:45:06 UTC (rev 214432)
@@ -0,0 +1,42 @@
+# $Id$
+# Maintainer: Felix Yan 
+# Contributor: Arch Haskell Team 
+
+_hkgname=cryptohash-conduit
+pkgname=haskell-cryptohash-conduit
+pkgver=0.1.1
+pkgrel=57
+pkgdesc="cryptohash conduit"
+url="http://github.com/vincenthz/hs-cryptohash-conduit";
+license=("custom:BSD3")
+arch=('i686' 'x86_64')
+depends=("ghc=8.0.1" "haskell-conduit" "haskell-conduit-extra" 
"haskell-cryptohash"
+ "haskell-resourcet")
+source=("https://hackage.haskell.org/packages/archive/${_hkgname}/${pkgver}/${_hkgname}-${pkgver}.tar.gz";)
+sha256sums=('ea516d898d3e34dae6be3e8bc59c9f61a61cb133dbfe84a84bb0ded4b4ce')
+
+build() {
+cd "${srcdir}/${_hkgname}-${pkgver}"
+
+runhaskell Setup configure -O --enable-library-profiling --enable-shared \
+--prefix=/usr --docdir="/usr/share/doc/${pkgname}" \
+--libsubdir=\$compiler/site-local/\$pkgid
+runhaskell Setup build
+runhaskell Setup haddock --hoogle --html
+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"
+install -d -m755 "${pkgdir}/usr/share/doc/ghc/html/libraries"
+ln -s "/usr/share/doc/${pkgname}/html" 
"${pkgdir}/usr/share/doc/ghc/html/libraries/${_hkgname}"
+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-cryptohash-conduit/repos/community-staging-x86_64/PKGBUILD 
(from rev 214431, haskell-cryptohash-conduit/trunk/PKGBUILD)
===
--- community-staging-x86_64/PKGBUILD   (rev 0)
+++ community-staging-x86_64/PKGBUILD   2017-03-02 06:45:06 UTC (rev 214432)
@@ -0,0 +1,42 @@
+# $Id$
+# Maintainer: Felix Yan 
+# Contributor: Arch Haskell Team 
+
+_hkgname=cryptohash-conduit
+pkgname=haskell-cryptohash-conduit
+pkgver=0.1.1
+pkgrel=57
+pkgdesc="cryptohash conduit"
+url="http://github.com/vincenthz/hs-cryptohash-conduit";
+license=("custom:BSD3")
+arch=('i686' 'x86_64')
+depends=("ghc=8.0.1" "haskell-conduit" "haskell-conduit-extra" 
"haskell-cryptohash"
+ "haskell-resourcet")
+source=("https://hackage.haskell.org/packages/archive/${_hkgname}/${pkgver}/${_hkgname}-${pkgver}.tar.gz";)
+sha256sums=('ea516d898d3e34dae6be3e8bc59c9f61a61cb133dbfe84a84bb0ded4b4ce')
+
+build() {
+cd "${srcdir}/${_hkgname}-${pkgver}"
+
+runhaskell Setup configure -O --enable-library-profiling --enable-shared \
+--prefix=/usr --docdir="/usr/share/doc/${pkgname}" \
+--libsubdir=\$compiler/site-local/\$pkgid
+runhaskell Setup build
+runhaskell Setup haddock --hoogle --html
+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"
+install -d -m755 "${pkgdir}/usr/share/doc/ghc/html/libraries"
+ln -s "/usr/share/doc/${pkgname}/html" 
"${pkgdir}/usr/share/doc/ghc/html/libraries/${_hkgname}"
+runhaskell Setup copy --destdir="${pkgdir}"
+install -D -m644 "LICENSE" 
"${pkgdir}/usr/share/licenses/

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

2017-03-01 Thread Felix Yan
Date: Thursday, March 2, 2017 @ 06:44:49
  Author: felixonmars
Revision: 214431

upgpkg: haskell-cryptohash-conduit 0.1.1-57

rebuild with cryptonite,0.22

Modified:
  haskell-cryptohash-conduit/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2017-03-02 06:43:23 UTC (rev 214430)
+++ PKGBUILD2017-03-02 06:44:49 UTC (rev 214431)
@@ -5,7 +5,7 @@
 _hkgname=cryptohash-conduit
 pkgname=haskell-cryptohash-conduit
 pkgver=0.1.1
-pkgrel=56
+pkgrel=57
 pkgdesc="cryptohash conduit"
 url="http://github.com/vincenthz/hs-cryptohash-conduit";
 license=("custom:BSD3")


[arch-commits] Commit in haskell-crypto-pubkey/repos (4 files)

2017-03-01 Thread Felix Yan
Date: Thursday, March 2, 2017 @ 06:43:23
  Author: felixonmars
Revision: 214430

archrelease: copy trunk to community-staging-i686, community-staging-x86_64

Added:
  haskell-crypto-pubkey/repos/community-staging-i686/
  haskell-crypto-pubkey/repos/community-staging-i686/PKGBUILD
(from rev 214429, haskell-crypto-pubkey/trunk/PKGBUILD)
  haskell-crypto-pubkey/repos/community-staging-x86_64/
  haskell-crypto-pubkey/repos/community-staging-x86_64/PKGBUILD
(from rev 214429, haskell-crypto-pubkey/trunk/PKGBUILD)

---+
 community-staging-i686/PKGBUILD   |   42 
 community-staging-x86_64/PKGBUILD |   42 
 2 files changed, 84 insertions(+)

Copied: haskell-crypto-pubkey/repos/community-staging-i686/PKGBUILD (from rev 
214429, haskell-crypto-pubkey/trunk/PKGBUILD)
===
--- community-staging-i686/PKGBUILD (rev 0)
+++ community-staging-i686/PKGBUILD 2017-03-02 06:43:23 UTC (rev 214430)
@@ -0,0 +1,42 @@
+# $Id$
+# Maintainer: Felix Yan 
+# Contributor: Thomas Dziedzic 
+
+_hkgname=crypto-pubkey
+pkgname=haskell-crypto-pubkey
+pkgver=0.2.8
+pkgrel=8
+pkgdesc="Public Key cryptography"
+url="https://github.com/vincenthz/hs-crypto-pubkey";
+license=('custom:BSD3')
+arch=('i686' 'x86_64')
+depends=('ghc=8.0.1' 'haskell-byteable' 'haskell-crypto-numbers' 
'haskell-crypto-pubkey-types'
+ 'haskell-crypto-random' 'haskell-cryptohash')
+source=("https://hackage.haskell.org/packages/archive/${_hkgname}/${pkgver}/${_hkgname}-${pkgver}.tar.gz";)
+md5sums=('e98378fb6ad22aa50c5e1e4dd2c0900d')
+
+build() {
+cd "${srcdir}/${_hkgname}-${pkgver}"
+
+runhaskell Setup configure -O --enable-library-profiling --enable-shared \
+--prefix=/usr --docdir="/usr/share/doc/${pkgname}" \
+--libsubdir=\$compiler/site-local/\$pkgid
+runhaskell Setup build
+runhaskell Setup haddock --hoogle --html
+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"
+install -d -m755 "${pkgdir}/usr/share/doc/ghc/html/libraries"
+ln -s "/usr/share/doc/${pkgname}/html" 
"${pkgdir}/usr/share/doc/ghc/html/libraries/${_hkgname}"
+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-crypto-pubkey/repos/community-staging-x86_64/PKGBUILD (from rev 
214429, haskell-crypto-pubkey/trunk/PKGBUILD)
===
--- community-staging-x86_64/PKGBUILD   (rev 0)
+++ community-staging-x86_64/PKGBUILD   2017-03-02 06:43:23 UTC (rev 214430)
@@ -0,0 +1,42 @@
+# $Id$
+# Maintainer: Felix Yan 
+# Contributor: Thomas Dziedzic 
+
+_hkgname=crypto-pubkey
+pkgname=haskell-crypto-pubkey
+pkgver=0.2.8
+pkgrel=8
+pkgdesc="Public Key cryptography"
+url="https://github.com/vincenthz/hs-crypto-pubkey";
+license=('custom:BSD3')
+arch=('i686' 'x86_64')
+depends=('ghc=8.0.1' 'haskell-byteable' 'haskell-crypto-numbers' 
'haskell-crypto-pubkey-types'
+ 'haskell-crypto-random' 'haskell-cryptohash')
+source=("https://hackage.haskell.org/packages/archive/${_hkgname}/${pkgver}/${_hkgname}-${pkgver}.tar.gz";)
+md5sums=('e98378fb6ad22aa50c5e1e4dd2c0900d')
+
+build() {
+cd "${srcdir}/${_hkgname}-${pkgver}"
+
+runhaskell Setup configure -O --enable-library-profiling --enable-shared \
+--prefix=/usr --docdir="/usr/share/doc/${pkgname}" \
+--libsubdir=\$compiler/site-local/\$pkgid
+runhaskell Setup build
+runhaskell Setup haddock --hoogle --html
+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"
+install -d -m755 "${pkgdir}/usr/share/doc/ghc/html/libraries"
+ln -s "/usr/share/doc/${pkgname}/html" 
"${pkgdir}/usr/share/doc/ghc/html/libraries/${_hkgname}"
+runhaskell Setup copy --destdir="${pkgdir}"
+install -D -m644 "LICENSE" 
"${pkgdir}/usr/share/licenses/${pkgname}/LICENSE"
+rm -f "${pkgdir}/usr/share/doc/${pkgname}/LICEN

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

2017-03-01 Thread Felix Yan
Date: Thursday, March 2, 2017 @ 06:43:06
  Author: felixonmars
Revision: 214429

upgpkg: haskell-crypto-pubkey 0.2.8-8

rebuild with cryptonite,0.22

Modified:
  haskell-crypto-pubkey/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2017-03-02 06:41:27 UTC (rev 214428)
+++ PKGBUILD2017-03-02 06:43:06 UTC (rev 214429)
@@ -5,7 +5,7 @@
 _hkgname=crypto-pubkey
 pkgname=haskell-crypto-pubkey
 pkgver=0.2.8
-pkgrel=7
+pkgrel=8
 pkgdesc="Public Key cryptography"
 url="https://github.com/vincenthz/hs-crypto-pubkey";
 license=('custom:BSD3')


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

2017-03-01 Thread Felix Yan
Date: Thursday, March 2, 2017 @ 06:41:27
  Author: felixonmars
Revision: 214428

archrelease: copy trunk to community-staging-i686, community-staging-x86_64

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

---+
 community-staging-i686/PKGBUILD   |   41 
 community-staging-x86_64/PKGBUILD |   41 
 2 files changed, 82 insertions(+)

Copied: haskell-cryptohash/repos/community-staging-i686/PKGBUILD (from rev 
214427, haskell-cryptohash/trunk/PKGBUILD)
===
--- community-staging-i686/PKGBUILD (rev 0)
+++ community-staging-i686/PKGBUILD 2017-03-02 06:41:27 UTC (rev 214428)
@@ -0,0 +1,41 @@
+# $Id$
+# Maintainer: Felix Yan 
+# Contributor: Arch Haskell Team 
+
+_hkgname=cryptohash
+pkgname=haskell-cryptohash
+pkgver=0.11.9
+pkgrel=14
+pkgdesc="Collection of crypto hashes, fast, pure and practical"
+url="http://github.com/vincenthz/hs-cryptohash";
+license=("custom:BSD3")
+arch=('i686' 'x86_64')
+depends=("ghc=8.0.1" "haskell-byteable" "haskell-cryptonite" "haskell-memory")
+source=("https://hackage.haskell.org/packages/archive/${_hkgname}/${pkgver}/${_hkgname}-${pkgver}.tar.gz";)
+sha256sums=('c28f847fc1fcd65b6eea2e74a100300af940919f04bb21d391f6a773968f22fb')
+
+build() {
+cd "${srcdir}/${_hkgname}-${pkgver}"
+
+runhaskell Setup configure -O --enable-library-profiling --enable-shared \
+--prefix=/usr --docdir="/usr/share/doc/${pkgname}" \
+--libsubdir=\$compiler/site-local/\$pkgid
+runhaskell Setup build
+runhaskell Setup haddock --hoogle --html
+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"
+install -d -m755 "${pkgdir}/usr/share/doc/ghc/html/libraries"
+ln -s "/usr/share/doc/${pkgname}/html" 
"${pkgdir}/usr/share/doc/ghc/html/libraries/${_hkgname}"
+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-cryptohash/repos/community-staging-x86_64/PKGBUILD (from rev 
214427, haskell-cryptohash/trunk/PKGBUILD)
===
--- community-staging-x86_64/PKGBUILD   (rev 0)
+++ community-staging-x86_64/PKGBUILD   2017-03-02 06:41:27 UTC (rev 214428)
@@ -0,0 +1,41 @@
+# $Id$
+# Maintainer: Felix Yan 
+# Contributor: Arch Haskell Team 
+
+_hkgname=cryptohash
+pkgname=haskell-cryptohash
+pkgver=0.11.9
+pkgrel=14
+pkgdesc="Collection of crypto hashes, fast, pure and practical"
+url="http://github.com/vincenthz/hs-cryptohash";
+license=("custom:BSD3")
+arch=('i686' 'x86_64')
+depends=("ghc=8.0.1" "haskell-byteable" "haskell-cryptonite" "haskell-memory")
+source=("https://hackage.haskell.org/packages/archive/${_hkgname}/${pkgver}/${_hkgname}-${pkgver}.tar.gz";)
+sha256sums=('c28f847fc1fcd65b6eea2e74a100300af940919f04bb21d391f6a773968f22fb')
+
+build() {
+cd "${srcdir}/${_hkgname}-${pkgver}"
+
+runhaskell Setup configure -O --enable-library-profiling --enable-shared \
+--prefix=/usr --docdir="/usr/share/doc/${pkgname}" \
+--libsubdir=\$compiler/site-local/\$pkgid
+runhaskell Setup build
+runhaskell Setup haddock --hoogle --html
+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"
+install -d -m755 "${pkgdir}/usr/share/doc/ghc/html/libraries"
+ln -s "/usr/share/doc/${pkgname}/html" 
"${pkgdir}/usr/share/doc/ghc/html/libraries/${_hkgname}"
+runhaskell Setup copy --destdir="${pkgdir}"
+install -D -m644 "LICENSE" 
"${pkgdir}/usr/share/licenses/${pkgname}/LICENSE"
+rm -f "${pkgdir}/usr/share/doc/${pkgname}/LICENSE"
+}


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

2017-03-01 Thread Felix Yan
Date: Thursday, March 2, 2017 @ 06:41:10
  Author: felixonmars
Revision: 214427

upgpkg: haskell-cryptohash 0.11.9-14

rebuild with cryptonite,0.22

Modified:
  haskell-cryptohash/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2017-03-02 06:38:55 UTC (rev 214426)
+++ PKGBUILD2017-03-02 06:41:10 UTC (rev 214427)
@@ -5,7 +5,7 @@
 _hkgname=cryptohash
 pkgname=haskell-cryptohash
 pkgver=0.11.9
-pkgrel=13
+pkgrel=14
 pkgdesc="Collection of crypto hashes, fast, pure and practical"
 url="http://github.com/vincenthz/hs-cryptohash";
 license=("custom:BSD3")


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

2017-03-01 Thread Felix Yan
Date: Thursday, March 2, 2017 @ 06:38:55
  Author: felixonmars
Revision: 214426

archrelease: copy trunk to community-staging-i686, community-staging-x86_64

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

---+
 community-staging-i686/PKGBUILD   |   43 
 community-staging-x86_64/PKGBUILD |   43 
 2 files changed, 86 insertions(+)

Copied: haskell-cryptonite/repos/community-staging-i686/PKGBUILD (from rev 
214425, haskell-cryptonite/trunk/PKGBUILD)
===
--- community-staging-i686/PKGBUILD (rev 0)
+++ community-staging-i686/PKGBUILD 2017-03-02 06:38:55 UTC (rev 214426)
@@ -0,0 +1,43 @@
+# $Id$
+# Maintainer: Felix Yan 
+# Contributor: Arch Haskell Team 
+
+_hkgname=cryptonite
+pkgname=haskell-cryptonite
+pkgver=0.22
+pkgrel=1
+pkgdesc="Cryptography Primitives sink"
+url="https://github.com/vincenthz/cryptonite";
+license=("custom:BSD3")
+arch=('i686' 'x86_64')
+depends=("ghc=8.0.1" "haskell-memory")
+source=("https://hackage.haskell.org/packages/archive/${_hkgname}/${pkgver}/${_hkgname}-${pkgver}.tar.gz";)
+sha256sums=('4be312a42a12ccd2ca60272ef485664f242c7ed89fa1909ba36a54c5fb6ff5f0')
+
+build() {
+cd "${srcdir}/${_hkgname}-${pkgver}"
+
+runhaskell Setup configure -O --enable-library-profiling --enable-shared \
+--prefix=/usr --docdir="/usr/share/doc/${pkgname}" \
+--libsubdir=\$compiler/site-local/\$pkgid \
+-fsupport_deepseq -finteger-gmp -f-support_pclmuldq 
-fsupport_rdrand \
+-fsupport_aesni -f-old_toolchain_inliner -f-check_alignment 
-fsupport_sse
+runhaskell Setup build
+runhaskell Setup haddock --hoogle --html
+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"
+install -d -m755 "${pkgdir}/usr/share/doc/ghc/html/libraries"
+ln -s "/usr/share/doc/${pkgname}/html" 
"${pkgdir}/usr/share/doc/ghc/html/libraries/${_hkgname}"
+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-cryptonite/repos/community-staging-x86_64/PKGBUILD (from rev 
214425, haskell-cryptonite/trunk/PKGBUILD)
===
--- community-staging-x86_64/PKGBUILD   (rev 0)
+++ community-staging-x86_64/PKGBUILD   2017-03-02 06:38:55 UTC (rev 214426)
@@ -0,0 +1,43 @@
+# $Id$
+# Maintainer: Felix Yan 
+# Contributor: Arch Haskell Team 
+
+_hkgname=cryptonite
+pkgname=haskell-cryptonite
+pkgver=0.22
+pkgrel=1
+pkgdesc="Cryptography Primitives sink"
+url="https://github.com/vincenthz/cryptonite";
+license=("custom:BSD3")
+arch=('i686' 'x86_64')
+depends=("ghc=8.0.1" "haskell-memory")
+source=("https://hackage.haskell.org/packages/archive/${_hkgname}/${pkgver}/${_hkgname}-${pkgver}.tar.gz";)
+sha256sums=('4be312a42a12ccd2ca60272ef485664f242c7ed89fa1909ba36a54c5fb6ff5f0')
+
+build() {
+cd "${srcdir}/${_hkgname}-${pkgver}"
+
+runhaskell Setup configure -O --enable-library-profiling --enable-shared \
+--prefix=/usr --docdir="/usr/share/doc/${pkgname}" \
+--libsubdir=\$compiler/site-local/\$pkgid \
+-fsupport_deepseq -finteger-gmp -f-support_pclmuldq 
-fsupport_rdrand \
+-fsupport_aesni -f-old_toolchain_inliner -f-check_alignment 
-fsupport_sse
+runhaskell Setup build
+runhaskell Setup haddock --hoogle --html
+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"
+install -d -m755 "${pkgdir}/usr/share/doc/ghc/html/libraries"
+ln -s "/usr/share/doc/${pkgname}/html" 
"${pkgdir}/usr/share/doc/ghc/html/libraries/${_hkgname}"
+runhaskell Setup copy --des

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

2017-03-01 Thread Felix Yan
Date: Thursday, March 2, 2017 @ 06:38:38
  Author: felixonmars
Revision: 214425

upgpkg: haskell-cryptonite 0.22-1

rebuild with cryptonite,0.22

Modified:
  haskell-cryptonite/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2017-03-02 06:27:40 UTC (rev 214424)
+++ PKGBUILD2017-03-02 06:38:38 UTC (rev 214425)
@@ -4,8 +4,8 @@
 
 _hkgname=cryptonite
 pkgname=haskell-cryptonite
-pkgver=0.21
-pkgrel=4
+pkgver=0.22
+pkgrel=1
 pkgdesc="Cryptography Primitives sink"
 url="https://github.com/vincenthz/cryptonite";
 license=("custom:BSD3")
@@ -12,7 +12,7 @@
 arch=('i686' 'x86_64')
 depends=("ghc=8.0.1" "haskell-memory")
 
source=("https://hackage.haskell.org/packages/archive/${_hkgname}/${pkgver}/${_hkgname}-${pkgver}.tar.gz";)
-sha256sums=('639a66aee1c3fa64161b1886d319612b8ce92f751adde476fdc35aea730262ee')
+sha256sums=('4be312a42a12ccd2ca60272ef485664f242c7ed89fa1909ba36a54c5fb6ff5f0')
 
 build() {
 cd "${srcdir}/${_hkgname}-${pkgver}"
@@ -20,7 +20,8 @@
 runhaskell Setup configure -O --enable-library-profiling --enable-shared \
 --prefix=/usr --docdir="/usr/share/doc/${pkgname}" \
 --libsubdir=\$compiler/site-local/\$pkgid \
--fsupport_deepseq -finteger-gmp -f-support_pclmuldq 
-fsupport_rdrand -fsupport_aesni -f-old_toolchain_inliner -f-check_alignment
+-fsupport_deepseq -finteger-gmp -f-support_pclmuldq 
-fsupport_rdrand \
+-fsupport_aesni -f-old_toolchain_inliner -f-check_alignment 
-fsupport_sse
 runhaskell Setup build
 runhaskell Setup haddock --hoogle --html
 runhaskell Setup register --gen-script


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

2017-03-01 Thread Felix Yan
Date: Thursday, March 2, 2017 @ 06:27:26
  Author: felixonmars
Revision: 214423

upgpkg: python-testfixtures 4.13.5-1

Modified:
  python-testfixtures/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2017-03-02 04:17:11 UTC (rev 214422)
+++ PKGBUILD2017-03-02 06:27:26 UTC (rev 214423)
@@ -3,7 +3,7 @@
 
 pkgbase=python-testfixtures
 pkgname=('python-testfixtures' 'python2-testfixtures')
-pkgver=4.13.4
+pkgver=4.13.5
 pkgrel=1
 pkgdesc="A collection of helpers and mock objects that are useful when writing 
unit tests or doc tests"
 arch=('any')


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

2017-03-01 Thread Felix Yan
Date: Thursday, March 2, 2017 @ 06:27:40
  Author: felixonmars
Revision: 214424

archrelease: copy trunk to community-any

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

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

Deleted: PKGBUILD
===
--- PKGBUILD2017-03-02 06:27:26 UTC (rev 214423)
+++ PKGBUILD2017-03-02 06:27:40 UTC (rev 214424)
@@ -1,52 +0,0 @@
-# $Id$
-# Maintainer: Felix Yan 
-
-pkgbase=python-testfixtures
-pkgname=('python-testfixtures' 'python2-testfixtures')
-pkgver=4.13.4
-pkgrel=1
-pkgdesc="A collection of helpers and mock objects that are useful when writing 
unit tests or doc tests"
-arch=('any')
-license=('MIT')
-url="https://github.com/Simplistix/testfixtures";
-makedepends=('python-setuptools' 'python2-setuptools' 'git')
-checkdepends=('python-nose' 'python2-nose' 'python-mock' 'python2-mock'
-  'python-manuel' 'python2-manuel' 'python-nose-fixes' 
'python2-nose-fixes')
-source=("git+https://github.com/Simplistix/testfixtures.git#tag=$pkgver";)
-sha512sums=('SKIP')
-
-prepare() {
-  cp -a testfixtures{,-py2}
-}
-
-build() {
-  cd "$srcdir"/testfixtures
-  python setup.py build
-
-  cd "$srcdir"/testfixtures-py2
-  python2 setup.py build
-}
-
-check() {
-  cd "$srcdir"/testfixtures
-  nosetests3 || warning "Tests failed"
-
-  cd "$srcdir"/testfixtures-py2
-  nosetests2
-}
-
-package_python-testfixtures() {
-  depends=('python')
-
-  cd testfixtures
-  python setup.py install --root="$pkgdir" --optimize=1
-  install -D -m644 docs/license.txt 
"$pkgdir/usr/share/licenses/$pkgname/license.txt"
-}
-
-package_python2-testfixtures() {
-  depends=('python2')
-
-  cd testfixtures-py2
-  python2 setup.py install --root="$pkgdir" --optimize=1
-  install -D -m644 docs/license.txt 
"$pkgdir/usr/share/licenses/$pkgname/license.txt"
-}

Copied: python-testfixtures/repos/community-any/PKGBUILD (from rev 214423, 
python-testfixtures/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2017-03-02 06:27:40 UTC (rev 214424)
@@ -0,0 +1,52 @@
+# $Id$
+# Maintainer: Felix Yan 
+
+pkgbase=python-testfixtures
+pkgname=('python-testfixtures' 'python2-testfixtures')
+pkgver=4.13.5
+pkgrel=1
+pkgdesc="A collection of helpers and mock objects that are useful when writing 
unit tests or doc tests"
+arch=('any')
+license=('MIT')
+url="https://github.com/Simplistix/testfixtures";
+makedepends=('python-setuptools' 'python2-setuptools' 'git')
+checkdepends=('python-nose' 'python2-nose' 'python-mock' 'python2-mock'
+  'python-manuel' 'python2-manuel' 'python-nose-fixes' 
'python2-nose-fixes')
+source=("git+https://github.com/Simplistix/testfixtures.git#tag=$pkgver";)
+sha512sums=('SKIP')
+
+prepare() {
+  cp -a testfixtures{,-py2}
+}
+
+build() {
+  cd "$srcdir"/testfixtures
+  python setup.py build
+
+  cd "$srcdir"/testfixtures-py2
+  python2 setup.py build
+}
+
+check() {
+  cd "$srcdir"/testfixtures
+  nosetests3 || warning "Tests failed"
+
+  cd "$srcdir"/testfixtures-py2
+  nosetests2
+}
+
+package_python-testfixtures() {
+  depends=('python')
+
+  cd testfixtures
+  python setup.py install --root="$pkgdir" --optimize=1
+  install -D -m644 docs/license.txt 
"$pkgdir/usr/share/licenses/$pkgname/license.txt"
+}
+
+package_python2-testfixtures() {
+  depends=('python2')
+
+  cd testfixtures-py2
+  python2 setup.py install --root="$pkgdir" --optimize=1
+  install -D -m644 docs/license.txt 
"$pkgdir/usr/share/licenses/$pkgname/license.txt"
+}


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

2017-03-01 Thread Sven-Hendrik Haase
Date: Thursday, March 2, 2017 @ 04:35:05
  Author: svenstaro
Revision: 289873

Fix description again

Modified:
  qbs/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2017-03-02 01:39:16 UTC (rev 289872)
+++ PKGBUILD2017-03-02 04:35:05 UTC (rev 289873)
@@ -4,7 +4,7 @@
 pkgname=qbs
 pkgver=1.7.1
 pkgrel=3
-pkgdesc='Qt Build Suite'
+pkgdesc='Cross platform build tool'
 arch=('x86_64' 'i686')
 url='https://code.qt.io/qt-labs/qbs.git'
 license=('LGPL')


[arch-commits] Commit in git-annex/repos (4 files)

2017-03-01 Thread Felix Yan
Date: Thursday, March 2, 2017 @ 04:17:11
  Author: felixonmars
Revision: 214422

archrelease: copy trunk to community-i686, community-x86_64

Added:
  git-annex/repos/community-i686/PKGBUILD
(from rev 214421, git-annex/trunk/PKGBUILD)
  git-annex/repos/community-x86_64/PKGBUILD
(from rev 214421, git-annex/trunk/PKGBUILD)
Deleted:
  git-annex/repos/community-i686/PKGBUILD
  git-annex/repos/community-x86_64/PKGBUILD

---+
 /PKGBUILD |  108 
 community-i686/PKGBUILD   |   54 --
 community-x86_64/PKGBUILD |   54 --
 3 files changed, 108 insertions(+), 108 deletions(-)

Deleted: community-i686/PKGBUILD
===
--- community-i686/PKGBUILD 2017-03-02 04:15:03 UTC (rev 214421)
+++ community-i686/PKGBUILD 2017-03-02 04:17:11 UTC (rev 214422)
@@ -1,54 +0,0 @@
-# $Id$
-# Maintainer: Felix Yan 
-# Contributor: Arch Haskell Team 
-
-pkgname=git-annex
-pkgver=6.20170214
-pkgrel=13
-pkgdesc="Manage files with git, without checking their contents into git"
-url="http://git-annex.branchable.com/";
-license=("AGPL3")
-arch=('i686' 'x86_64')
-depends=('git' 'rsync' 'libxml2' 'gsasl' 'file')
-makedepends=("ghc=8.0.1" "git" "haskell-aeson" "haskell-async" "haskell-aws" 
"haskell-blaze-builder"
- "haskell-bloomfilter" "haskell-byteable" 
"haskell-case-insensitive"
- "haskell-clientsession" "haskell-concurrent-output" 
"haskell-conduit"
- "haskell-crypto-api" "haskell-cryptonite" "haskell-data-default" 
"haskell-dav"
- "haskell-dbus" "haskell-disk-free-space" "haskell-dlist" 
"haskell-dns"
- "haskell-edit-distance" "haskell-esqueleto" "haskell-exceptions" 
"haskell-fdo-notify"
- "haskell-feed" "haskell-hinotify" "haskell-hslogger" 
"haskell-http-client"
- "haskell-http-conduit" "haskell-http-types" "haskell-ifelse" 
"haskell-magic"
- "haskell-missingh" "haskell-monad-control" "haskell-monad-logger" 
"haskell-mountpoints"
- "haskell-mtl" "haskell-network" "haskell-network-info" 
"haskell-network-multicast"
- "haskell-network-uri" "haskell-old-locale" 
"haskell-optparse-applicative"
- "haskell-path-pieces" "haskell-persistent" 
"haskell-persistent-sqlite"
- "haskell-persistent-template" "haskell-quickcheck" 
"haskell-random"
- "haskell-regex-tdfa" "haskell-resourcet" "haskell-safesemaphore" 
"haskell-sandi"
- "haskell-securemem" "haskell-shakespeare" "haskell-socks" 
"haskell-stm"
- "haskell-stm-chans" "haskell-tasty" "haskell-tasty-hunit" 
"haskell-tasty-quickcheck"
- "haskell-tasty-rerun" "haskell-text" "haskell-torrent" 
"haskell-unix-compat"
- "haskell-unordered-containers" "haskell-utf8-string" 
"haskell-uuid" "haskell-wai"
- "haskell-wai-extra" "haskell-warp" "haskell-warp-tls" 
"haskell-yesod"
- "haskell-yesod-core" "haskell-yesod-default" "haskell-yesod-form"
- "haskell-yesod-static")
-source=("git+https://github.com/joeyh/git-annex.git#tag=$pkgver";)
-sha256sums=('SKIP')
-
-build() {
-  cd git-annex
-  
-  runhaskell Setup configure -O --prefix=/usr 
--docdir="/usr/share/doc/$pkgname" \
--fcryptonite -fnetwork-uri -fconcurrentoutput -ftorrentparser \
--ftestsuite -f-androidsplice -f-android -fproduction -fpairing -fwebapp \
--fassistant -fwebdav -fs3 -f-benchmark -fdbus -fmagicmime
-  runhaskell Setup build
-}
-
-package() {
-  cd git-annex
-  runhaskell Setup copy --destdir="$pkgdir"
-  make DESTDIR="$pkgdir" install-misc
-
-  rm "$pkgdir"/usr/share/doc/git-annex/COPYRIGHT
-  rmdir "$pkgdir"/usr/share/doc/git-annex "$pkgdir"/usr/share/doc
-}

Copied: git-annex/repos/community-i686/PKGBUILD (from rev 214421, 
git-annex/trunk/PKGBUILD)
===
--- community-i686/PKGBUILD (rev 0)
+++ community-i686/PKGBUILD 2017-03-02 04:17:11 UTC (rev 214422)
@@ -0,0 +1,54 @@
+# $Id$
+# Maintainer: Felix Yan 
+# Contributor: Arch Haskell Team 
+
+pkgname=git-annex
+pkgver=6.20170301.1
+pkgrel=1
+pkgdesc="Manage files with git, without checking their contents into git"
+url="http://git-annex.branchable.com/";
+license=("AGPL3")
+arch=('i686' 'x86_64')
+depends=('git' 'rsync' 'libxml2' 'gsasl' 'file')
+makedepends=("ghc=8.0.1" "git" "haskell-aeson" "haskell-async" "haskell-aws" 
"haskell-blaze-builder"
+ "haskell-bloomfilter" "haskell-byteable" 
"haskell-case-insensitive"
+ "haskell-clientsession" "haskell-concurrent-output" 
"haskell-conduit"
+ "haskell-crypto-api" "haskell-cryptonite" "haskell-data-default" 
"haskell-dav"
+ "haskell-dbus" "haskell-disk-free-space" "haskell-dlist" 
"haskell-dns"
+ "haskell-edit-distance" "haskell-esqueleto" "ha

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

2017-03-01 Thread Felix Yan
Date: Thursday, March 2, 2017 @ 04:15:03
  Author: felixonmars
Revision: 214421

upgpkg: git-annex 6.20170301.1-1

Modified:
  git-annex/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2017-03-02 02:52:46 UTC (rev 214420)
+++ PKGBUILD2017-03-02 04:15:03 UTC (rev 214421)
@@ -3,8 +3,8 @@
 # Contributor: Arch Haskell Team 
 
 pkgname=git-annex
-pkgver=6.20170214
-pkgrel=13
+pkgver=6.20170301.1
+pkgrel=1
 pkgdesc="Manage files with git, without checking their contents into git"
 url="http://git-annex.branchable.com/";
 license=("AGPL3")
@@ -31,7 +31,7 @@
  "haskell-wai-extra" "haskell-warp" "haskell-warp-tls" 
"haskell-yesod"
  "haskell-yesod-core" "haskell-yesod-default" "haskell-yesod-form"
  "haskell-yesod-static")
-source=("git+https://github.com/joeyh/git-annex.git#tag=$pkgver";)
+source=("git+https://git.joeyh.name/git/git-annex.git#tag=$pkgver";)
 sha256sums=('SKIP')
 
 build() {
@@ -38,7 +38,7 @@
   cd git-annex
   
   runhaskell Setup configure -O --prefix=/usr 
--docdir="/usr/share/doc/$pkgname" \
--fcryptonite -fnetwork-uri -fconcurrentoutput -ftorrentparser \
+-fnetwork-uri -fconcurrentoutput -ftorrentparser \
 -ftestsuite -f-androidsplice -f-android -fproduction -fpairing -fwebapp \
 -fassistant -fwebdav -fs3 -f-benchmark -fdbus -fmagicmime
   runhaskell Setup build


[arch-commits] Commit in perl-test-simple/trunk (PKGBUILD)

2017-03-01 Thread Felix Yan
Date: Thursday, March 2, 2017 @ 02:52:23
  Author: felixonmars
Revision: 214419

upgpkg: perl-test-simple 1.302078-1

Modified:
  perl-test-simple/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2017-03-02 02:51:52 UTC (rev 214418)
+++ PKGBUILD2017-03-02 02:52:23 UTC (rev 214419)
@@ -2,7 +2,7 @@
 # Maintainer: Felix Yan 
 
 pkgname=perl-test-simple
-pkgver=1.302075
+pkgver=1.302078
 pkgrel=1
 pkgdesc="Basic utilities for writing tests."
 arch=('any')
@@ -11,7 +11,7 @@
 depends=('perl')
 options=('!emptydirs')
 
source=("https://cpan.metacpan.org/authors/id/E/EX/EXODIST/Test-Simple-$pkgver.tar.gz";)
-sha512sums=('ebd6fe42458b4608f8f54bf35f062dbb767bc48659e262a794f8383de206b28c7e5acbc9418301dc0f5ca0a43602c17caa49be1a8a8ce2ad0fc836e31ca32239')
+sha512sums=('155685a17e98353caa29b8752d26e62f9f60424048c347e68642f6aa118724e4dda30cc91902792cb0a2b29ab698a6a58b65e3ba6dc9725a05ebdc43759e088d')
 
 build() {
   cd Test-Simple-$pkgver


[arch-commits] Commit in perl-test-simple/repos/community-any (PKGBUILD PKGBUILD)

2017-03-01 Thread Felix Yan
Date: Thursday, March 2, 2017 @ 02:52:46
  Author: felixonmars
Revision: 214420

archrelease: copy trunk to community-any

Added:
  perl-test-simple/repos/community-any/PKGBUILD
(from rev 214419, perl-test-simple/trunk/PKGBUILD)
Deleted:
  perl-test-simple/repos/community-any/PKGBUILD

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

Deleted: PKGBUILD
===
--- PKGBUILD2017-03-02 02:52:23 UTC (rev 214419)
+++ PKGBUILD2017-03-02 02:52:46 UTC (rev 214420)
@@ -1,30 +0,0 @@
-# $Id$
-# Maintainer: Felix Yan 
-
-pkgname=perl-test-simple
-pkgver=1.302075
-pkgrel=1
-pkgdesc="Basic utilities for writing tests."
-arch=('any')
-license=('PerlArtistic')
-url="https://metacpan.org/release/Test-Simple";
-depends=('perl')
-options=('!emptydirs')
-source=("https://cpan.metacpan.org/authors/id/E/EX/EXODIST/Test-Simple-$pkgver.tar.gz";)
-sha512sums=('ebd6fe42458b4608f8f54bf35f062dbb767bc48659e262a794f8383de206b28c7e5acbc9418301dc0f5ca0a43602c17caa49be1a8a8ce2ad0fc836e31ca32239')
-
-build() {
-  cd Test-Simple-$pkgver
-  perl Makefile.PL INSTALLDIRS=vendor
-  make
-}
-
-check() {
-  cd Test-Simple-$pkgver
-  make test
-}
-
-package() {
-  cd Test-Simple-$pkgver
-  make DESTDIR="$pkgdir" install
-}

Copied: perl-test-simple/repos/community-any/PKGBUILD (from rev 214419, 
perl-test-simple/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2017-03-02 02:52:46 UTC (rev 214420)
@@ -0,0 +1,30 @@
+# $Id$
+# Maintainer: Felix Yan 
+
+pkgname=perl-test-simple
+pkgver=1.302078
+pkgrel=1
+pkgdesc="Basic utilities for writing tests."
+arch=('any')
+license=('PerlArtistic')
+url="https://metacpan.org/release/Test-Simple";
+depends=('perl')
+options=('!emptydirs')
+source=("https://cpan.metacpan.org/authors/id/E/EX/EXODIST/Test-Simple-$pkgver.tar.gz";)
+sha512sums=('155685a17e98353caa29b8752d26e62f9f60424048c347e68642f6aa118724e4dda30cc91902792cb0a2b29ab698a6a58b65e3ba6dc9725a05ebdc43759e088d')
+
+build() {
+  cd Test-Simple-$pkgver
+  perl Makefile.PL INSTALLDIRS=vendor
+  make
+}
+
+check() {
+  cd Test-Simple-$pkgver
+  make test
+}
+
+package() {
+  cd Test-Simple-$pkgver
+  make DESTDIR="$pkgdir" install
+}


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

2017-03-01 Thread Felix Yan
Date: Thursday, March 2, 2017 @ 02:51:30
  Author: felixonmars
Revision: 214417

upgpkg: uglify-js 2.8.4-1

Modified:
  uglify-js/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2017-03-02 02:35:57 UTC (rev 214416)
+++ PKGBUILD2017-03-02 02:51:30 UTC (rev 214417)
@@ -3,7 +3,7 @@
 # Contributor: Daniel Nagy 
 
 pkgname=uglify-js
-pkgver=2.8.3
+pkgver=2.8.4
 pkgrel=1
 pkgdesc="JavaScript parser, mangler/compressor and beautifier toolkit"
 arch=('any')
@@ -14,7 +14,7 @@
 install=${pkgname}.install
 source=(http://registry.npmjs.org/$pkgname/-/$pkgname-$pkgver.tgz)
 noextract=($pkgname-$pkgver.tgz)
-md5sums=('30bad3fe49558bd7d4b4020ee0f48dbc')
+md5sums=('55b1c15d892c9185afa81bc156578e98')
 
 package() {
   npm install -g --user root --prefix "$pkgdir"/usr 
"$srcdir"/$pkgname-$pkgver.tgz


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

2017-03-01 Thread Felix Yan
Date: Thursday, March 2, 2017 @ 02:51:52
  Author: felixonmars
Revision: 214418

archrelease: copy trunk to community-any

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

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

Deleted: PKGBUILD
===
--- PKGBUILD2017-03-02 02:51:30 UTC (rev 214417)
+++ PKGBUILD2017-03-02 02:51:52 UTC (rev 214418)
@@ -1,29 +0,0 @@
-# $Id$
-# Maintainer: Felix Yan 
-# Contributor: Daniel Nagy 
-
-pkgname=uglify-js
-pkgver=2.8.3
-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=(http://registry.npmjs.org/$pkgname/-/$pkgname-$pkgver.tgz)
-noextract=($pkgname-$pkgver.tgz)
-md5sums=('30bad3fe49558bd7d4b4020ee0f48dbc')
-
-package() {
-  npm install -g --user root --prefix "$pkgdir"/usr 
"$srcdir"/$pkgname-$pkgver.tgz
-  rm -r "$pkgdir"/usr/etc
-  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 214417, 
uglify-js/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2017-03-02 02:51:52 UTC (rev 214418)
@@ -0,0 +1,29 @@
+# $Id$
+# Maintainer: Felix Yan 
+# Contributor: Daniel Nagy 
+
+pkgname=uglify-js
+pkgver=2.8.4
+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=(http://registry.npmjs.org/$pkgname/-/$pkgname-$pkgver.tgz)
+noextract=($pkgname-$pkgver.tgz)
+md5sums=('55b1c15d892c9185afa81bc156578e98')
+
+package() {
+  npm install -g --user root --prefix "$pkgdir"/usr 
"$srcdir"/$pkgname-$pkgver.tgz
+  rm -r "$pkgdir"/usr/etc
+  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   2017-03-02 02:51:30 UTC (rev 214417)
+++ uglify-js.install   2017-03-02 02:51:52 UTC (rev 214418)
@@ -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 214417, 
uglify-js/trunk/uglify-js.install)
===
--- uglify-js.install   (rev 0)
+++ uglify-js.install   2017-03-02 02:51:52 UTC (rev 214418)
@@ -0,0 +1,8 @@
+post_install() {
+  # fixup permissions
+  chmod 755 /usr/lib/node_modules
+}
+
+post_upgrade() {
+  post_install
+}


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

2017-03-01 Thread Felix Yan
Date: Thursday, March 2, 2017 @ 02:35:57
  Author: felixonmars
Revision: 214416

archrelease: copy trunk to community-any

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

--+
 PKGBUILD |  138 ++---
 1 file changed, 69 insertions(+), 69 deletions(-)

Deleted: PKGBUILD
===
--- PKGBUILD2017-03-02 02:35:38 UTC (rev 214415)
+++ PKGBUILD2017-03-02 02:35:57 UTC (rev 214416)
@@ -1,69 +0,0 @@
-# $Id$
-# Maintainer: Felix Yan 
-
-pkgbase=python-pifpaf
-pkgname=('python-pifpaf' 'python2-pifpaf')
-pkgver=0.25.0
-pkgrel=1
-pkgdesc='Suite of tools and fixtures to manage daemons for testing'
-arch=('any')
-license=('Apache')
-url='https://github.com/jd/pifpaf'
-makedepends=('python-setuptools' 'python2-setuptools' 'python-pbr' 
'python2-pbr' 'python-cliff'
- 'python2-cliff' 'python-stevedore' 'python2-stevedore' 
'python-six' 'python2-six'
- 'python-fixtures' 'python2-fixtures' 'python-xattr' 
'python2-xattr' 'git'
- 'python-jinja' 'python2-jinja')
-checkdepends=('python-testrepository' 'python2-testrepository' 
'python-requests' 'python2-requests'
-  'python-testtools' 'python2-testtools' 'python-oslotest' 
'python2-oslotest'
-  'memcached' 'mongodb' 'percona-server' 'percona-server-clients' 
'postgresql' 'redis'
-  'ceph' 'consul' 'couchdb')
-# 'elasticsearch': test fails
-# 'rabbitmq': test hangs
-source=("git+https://github.com/jd/pifpaf.git#tag=$pkgver";)
-md5sums=('SKIP')
-
-prepare() {
-  cp -a pifpaf{,-py2}
-
-  export LC_CTYPE=en_US.UTF-8
-}
-
-build() {
-  cd "$srcdir"/pifpaf
-  python setup.py build
-
-  cd "$srcdir"/pifpaf-py2
-  python2 setup.py build
-}
-
-check() {
-  # Hack entry points by installing it
-
-  cd "$srcdir"/pifpaf
-  python setup.py install --root="$PWD/tmp_install" --optimize=1
-  PYTHONPATH="$PWD/tmp_install/usr/lib/python3.6/site-packages" 
PATH="$PWD/tmp_install/usr/bin:$PATH" python setup.py testr
-
-  cd "$srcdir"/pifpaf-py2
-  python2 setup.py install --root="$PWD/tmp_install" --optimize=1
-  PYTHONPATH="$PWD/tmp_install/usr/lib/python2.7/site-packages" 
PATH="$PWD/tmp_install/usr/bin:$PATH" PYTHON=python2 python2 setup.py testr
-}
-
-package_python-pifpaf() {
-  depends=('python-pbr' 'python-cliff' 'python-stevedore' 'python-six' 
'python-fixtures'
-   'python-xattr' 'python-jinja')
-
-  cd "$srcdir"/pifpaf
-  python setup.py install --root="$pkgdir"/ --optimize=1
-}
-
-package_python2-pifpaf() {
-  depends=('python2-pbr' 'python2-cliff' 'python2-stevedore' 'python2-six' 
'python2-fixtures'
-   'python2-xattr' 'python2-jinja')
-
-  cd "$srcdir"/pifpaf-py2
-  python2 setup.py install --root="$pkgdir"/ --optimize=1
-
-  mv "$pkgdir"/usr/bin/pifpaf{,2}
-}
-
-# vim:set ts=2 sw=2 et:

Copied: python-pifpaf/repos/community-any/PKGBUILD (from rev 214415, 
python-pifpaf/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2017-03-02 02:35:57 UTC (rev 214416)
@@ -0,0 +1,69 @@
+# $Id$
+# Maintainer: Felix Yan 
+
+pkgbase=python-pifpaf
+pkgname=('python-pifpaf' 'python2-pifpaf')
+pkgver=0.25.1
+pkgrel=1
+pkgdesc='Suite of tools and fixtures to manage daemons for testing'
+arch=('any')
+license=('Apache')
+url='https://github.com/jd/pifpaf'
+makedepends=('python-setuptools' 'python2-setuptools' 'python-pbr' 
'python2-pbr' 'python-cliff'
+ 'python2-cliff' 'python-stevedore' 'python2-stevedore' 
'python-six' 'python2-six'
+ 'python-fixtures' 'python2-fixtures' 'python-xattr' 
'python2-xattr' 'git'
+ 'python-jinja' 'python2-jinja')
+checkdepends=('python-testrepository' 'python2-testrepository' 
'python-requests' 'python2-requests'
+  'python-testtools' 'python2-testtools' 'python-oslotest' 
'python2-oslotest'
+  'memcached' 'mongodb' 'percona-server' 'percona-server-clients' 
'postgresql' 'redis'
+  'ceph' 'consul' 'couchdb')
+# 'elasticsearch': test fails
+# 'rabbitmq': test hangs
+source=("git+https://github.com/jd/pifpaf.git#tag=$pkgver";)
+md5sums=('SKIP')
+
+prepare() {
+  cp -a pifpaf{,-py2}
+
+  export LC_CTYPE=en_US.UTF-8
+}
+
+build() {
+  cd "$srcdir"/pifpaf
+  python setup.py build
+
+  cd "$srcdir"/pifpaf-py2
+  python2 setup.py build
+}
+
+check() {
+  # Hack entry points by installing it
+
+  cd "$srcdir"/pifpaf
+  python setup.py install --root="$PWD/tmp_install" --optimize=1
+  PYTHONPATH="$PWD/tmp_install/usr/lib/python3.6/site-packages" 
PATH="$PWD/tmp_install/usr/bin:$PATH" python setup.py testr
+
+  cd "$srcdir"/pifpaf-py2
+  python2 setup.py install --root="$PWD/tmp_install" --optimize=1
+  PYTHONPATH="$PWD/tmp_install/usr/lib/python2.7/site-packages" 
PATH="$PWD/tmp_install/usr/b

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

2017-03-01 Thread Felix Yan
Date: Thursday, March 2, 2017 @ 02:35:38
  Author: felixonmars
Revision: 214415

upgpkg: python-pifpaf 0.25.1-1

Modified:
  python-pifpaf/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2017-03-02 02:30:51 UTC (rev 214414)
+++ PKGBUILD2017-03-02 02:35:38 UTC (rev 214415)
@@ -3,7 +3,7 @@
 
 pkgbase=python-pifpaf
 pkgname=('python-pifpaf' 'python2-pifpaf')
-pkgver=0.25.0
+pkgver=0.25.1
 pkgrel=1
 pkgdesc='Suite of tools and fixtures to manage daemons for testing'
 arch=('any')


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

2017-03-01 Thread Felix Yan
Date: Thursday, March 2, 2017 @ 02:30:51
  Author: felixonmars
Revision: 214414

archrelease: copy trunk to community-any

Added:
  pm2/repos/community-any/PKGBUILD
(from rev 214413, pm2/trunk/PKGBUILD)
  pm2/repos/community-any/pm2.service
(from rev 214413, pm2/trunk/pm2.service)
Deleted:
  pm2/repos/community-any/PKGBUILD
  pm2/repos/community-any/pm2.service

-+
 PKGBUILD|   60 +-
 pm2.service |   32 +++---
 2 files changed, 46 insertions(+), 46 deletions(-)

Deleted: PKGBUILD
===
--- PKGBUILD2017-03-02 02:30:30 UTC (rev 214413)
+++ PKGBUILD2017-03-02 02:30:51 UTC (rev 214414)
@@ -1,30 +0,0 @@
-# $Id$
-# Maintainer: Felix Yan 
-
-pkgname=pm2
-pkgver=2.4.1
-pkgrel=1
-pkgdesc='Production process manager for Node.JS applications with a built-in 
load balancer'
-arch=('any')
-url='http://pm2.keymetrics.io'
-license=('AGPL3')
-depends=('nodejs' 'semver')
-makedepends=('npm' 'git')
-source=(http://registry.npmjs.org/$pkgname/-/$pkgname-$pkgver.tgz
-pm2.service)
-noextract=($pkgname-$pkgver.tgz)
-md5sums=('93dba45168aeecb3a0dbf7c89033c6dd'
- '2f3ffbb78aa64d262d99168c5380b472')
-
-package() {
-  npm install -g --user root --prefix "$pkgdir"/usr 
"$srcdir"/$pkgname-$pkgver.tgz
-  install -Dm644 pm2.service "$pkgdir"/usr/lib/systemd/system/pm2.service
-  rm -r "$pkgdir"/usr/etc
-
-  # Experimental dedup
-  cd "$pkgdir"/usr/lib/node_modules/$pkgname/node_modules
-  for dep in semver; do
-rm -r $dep;
-npm link $dep;
-  done
-}

Copied: pm2/repos/community-any/PKGBUILD (from rev 214413, pm2/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2017-03-02 02:30:51 UTC (rev 214414)
@@ -0,0 +1,30 @@
+# $Id$
+# Maintainer: Felix Yan 
+
+pkgname=pm2
+pkgver=2.4.2
+pkgrel=1
+pkgdesc='Production process manager for Node.JS applications with a built-in 
load balancer'
+arch=('any')
+url='http://pm2.keymetrics.io'
+license=('AGPL3')
+depends=('nodejs' 'semver')
+makedepends=('npm' 'git')
+source=(http://registry.npmjs.org/$pkgname/-/$pkgname-$pkgver.tgz
+pm2.service)
+noextract=($pkgname-$pkgver.tgz)
+md5sums=('73bb44dea1450a7bbdcedfce9a847d83'
+ '2f3ffbb78aa64d262d99168c5380b472')
+
+package() {
+  npm install -g --user root --prefix "$pkgdir"/usr 
"$srcdir"/$pkgname-$pkgver.tgz
+  install -Dm644 pm2.service "$pkgdir"/usr/lib/systemd/system/pm2.service
+  rm -r "$pkgdir"/usr/etc
+
+  # Experimental dedup
+  cd "$pkgdir"/usr/lib/node_modules/$pkgname/node_modules
+  for dep in semver; do
+rm -r $dep;
+npm link $dep;
+  done
+}

Deleted: pm2.service
===
--- pm2.service 2017-03-02 02:30:30 UTC (rev 214413)
+++ pm2.service 2017-03-02 02:30:51 UTC (rev 214414)
@@ -1,16 +0,0 @@
-[Unit]
-Description=PM2 next gen process manager for Node.js
-After=network.target remote-fs.target
-
-[Service]
-Type=forking
-
-ExecStart=/usr/lib/node_modules/pm2/bin/pm2 resurrect
-ExecReload=/usr/lib/node_modules/pm2/bin/pm2 reload all
-
-ExecStop=/usr/lib/node_modules/pm2/bin/pm2 dump
-ExecStop=/usr/lib/node_modules/pm2/bin/pm2 delete all
-ExecStop=/usr/lib/node_modules/pm2/bin/pm2 kill
-
-[Install]
-WantedBy=multi-user.target

Copied: pm2/repos/community-any/pm2.service (from rev 214413, 
pm2/trunk/pm2.service)
===
--- pm2.service (rev 0)
+++ pm2.service 2017-03-02 02:30:51 UTC (rev 214414)
@@ -0,0 +1,16 @@
+[Unit]
+Description=PM2 next gen process manager for Node.js
+After=network.target remote-fs.target
+
+[Service]
+Type=forking
+
+ExecStart=/usr/lib/node_modules/pm2/bin/pm2 resurrect
+ExecReload=/usr/lib/node_modules/pm2/bin/pm2 reload all
+
+ExecStop=/usr/lib/node_modules/pm2/bin/pm2 dump
+ExecStop=/usr/lib/node_modules/pm2/bin/pm2 delete all
+ExecStop=/usr/lib/node_modules/pm2/bin/pm2 kill
+
+[Install]
+WantedBy=multi-user.target


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

2017-03-01 Thread Felix Yan
Date: Thursday, March 2, 2017 @ 02:30:30
  Author: felixonmars
Revision: 214413

upgpkg: pm2 2.4.2-1

Modified:
  pm2/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2017-03-02 01:00:41 UTC (rev 214412)
+++ PKGBUILD2017-03-02 02:30:30 UTC (rev 214413)
@@ -2,7 +2,7 @@
 # Maintainer: Felix Yan 
 
 pkgname=pm2
-pkgver=2.4.1
+pkgver=2.4.2
 pkgrel=1
 pkgdesc='Production process manager for Node.JS applications with a built-in 
load balancer'
 arch=('any')
@@ -13,7 +13,7 @@
 source=(http://registry.npmjs.org/$pkgname/-/$pkgname-$pkgver.tgz
 pm2.service)
 noextract=($pkgname-$pkgver.tgz)
-md5sums=('93dba45168aeecb3a0dbf7c89033c6dd'
+md5sums=('73bb44dea1450a7bbdcedfce9a847d83'
  '2f3ffbb78aa64d262d99168c5380b472')
 
 package() {


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

2017-03-01 Thread Gaëtan Bisson
Date: Thursday, March 2, 2017 @ 01:39:16
  Author: bisson
Revision: 289872

switch to sha256sum

Modified:
  zip/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2017-03-02 01:39:11 UTC (rev 289871)
+++ PKGBUILD2017-03-02 01:39:16 UTC (rev 289872)
@@ -13,8 +13,8 @@
 depends=('bzip2')
 source=("http://downloads.sourceforge.net/infozip/${pkgname}${_pkgver}.tar.gz";
 'zipnote.patch')
-sha1sums=('c9f4099ecf2772b53c2dd4a8e508064ce015d182'
-  'bb7301ba3339af9b9837dfc323777393f5c53a65')
+sha256sums=('f0e8bb1f9b7eb0b01285495a2699df3a4b766784c1765a8f1aeedf63c0806369'
+'89249a3f1fdf838b795ce432a2d763fdbe913d6a146541e41b7a2e2769291ba0')
 
 options=('!makeflags')
 


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

2017-03-01 Thread Gaëtan Bisson
Date: Thursday, March 2, 2017 @ 01:39:11
  Author: bisson
Revision: 289871

switch to sha256sum

Modified:
  xournal/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2017-03-02 01:39:07 UTC (rev 289870)
+++ PKGBUILD2017-03-02 01:39:11 UTC (rev 289871)
@@ -11,7 +11,7 @@
 optdepends=('ghostscript: import PS/PDF files as bitmap backgrounds')
 depends=('libgnomecanvas' 'poppler-glib' 'shared-mime-info' 
'desktop-file-utils' 'hicolor-icon-theme')
 
source=("http://downloads.sourceforge.net/project/${pkgname}/${pkgname}/${pkgver}/${pkgname}-${pkgver}.tar.gz";)
-sha1sums=('e8b15c427287928e0995cc1b3bc83c2897c689ef')
+sha256sums=('233887a38136452dcb4652c35d08366fc7355f57ed46753db83e3e0f3193ef30')
 
 build() {
cd "${srcdir}/${pkgname}-${pkgver}"


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

2017-03-01 Thread Gaëtan Bisson
Date: Thursday, March 2, 2017 @ 01:39:07
  Author: bisson
Revision: 289870

switch to sha256sum

Modified:
  xorg-xfontsel/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2017-03-02 01:39:01 UTC (rev 289869)
+++ PKGBUILD2017-03-02 01:39:07 UTC (rev 289870)
@@ -12,7 +12,7 @@
 makedepends=('xorg-util-macros')
 depends=('libxaw' 'libxmu' 'libxt' 'libx11')
 
source=("https://xorg.freedesktop.org/archive/individual/app/xfontsel-${pkgver}.tar.bz2";)
-sha1sums=('fbd8fa8a1c87d8da2e71def964e97bca1d4c4adf')
+sha256sums=('170d8550b96fb47b04db6181b947e6f6b8b97f4df5d691c351a278480cc931bf')
 
 build() {
cd "${srcdir}/xfontsel-${pkgver}"


[arch-commits] Commit in xorg-font-util/trunk (PKGBUILD)

2017-03-01 Thread Gaëtan Bisson
Date: Thursday, March 2, 2017 @ 01:39:01
  Author: bisson
Revision: 289869

switch to sha256sum

Modified:
  xorg-font-util/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2017-03-02 01:38:41 UTC (rev 289868)
+++ PKGBUILD2017-03-02 01:39:01 UTC (rev 289869)
@@ -12,7 +12,8 @@
 makedepends=('xorg-util-macros')
 validpgpkeys=('4A193C06D35E7C670FA4EF0BA2FB9E081F2D130E')
 source=("${url}/releases/individual/font/font-util-${pkgver}.tar.bz2"{,.sig})
-sha1sums=('0b16add3637c64b0bbaf1dd223b71b0421100c20' 'SKIP')
+sha256sums=('aa7ebdb0715106dd255082f2310dbaa2cd7e225957c2a77d719720c7cc92b921'
+'SKIP')
 
 replaces=('font-util')
 provides=('font-util')


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

2017-03-01 Thread Gaëtan Bisson
Date: Thursday, March 2, 2017 @ 01:38:36
  Author: bisson
Revision: 289867

switch to sha256sum

Modified:
  xclip/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2017-03-02 01:38:33 UTC (rev 289866)
+++ PKGBUILD2017-03-02 01:38:36 UTC (rev 289867)
@@ -13,7 +13,7 @@
 depends=('libxmu')
 makedepends=('git')
 
source=('git+https://github.com/astrand/xclip#commit=9aa7090c3b8b437c6489edca32ae43d82e0c1281')
-sha1sums=('SKIP')
+sha256sums=('SKIP')
 
 build() {
cd "${srcdir}/${pkgname}"


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

2017-03-01 Thread Gaëtan Bisson
Date: Thursday, March 2, 2017 @ 01:38:41
  Author: bisson
Revision: 289868

switch to sha256sum

Modified:
  xmltoman/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2017-03-02 01:38:36 UTC (rev 289867)
+++ PKGBUILD2017-03-02 01:38:41 UTC (rev 289868)
@@ -10,7 +10,7 @@
 arch=('any')
 depends=('perl-xml-parser')
 
source=("http://downloads.sourceforge.net/project/${pkgname}/${pkgname}/${pkgname}-${pkgver}.tar.gz/${pkgname}-${pkgver}.tar.gz";)
-sha1sums=('151f75d78d1fa53bca25b94dc00e46a27fabfee8')
+sha256sums=('948794a316aaecd13add60e17e476beae86644d066cb60171fc6b779f2df14b0')
 
 build() {
cd "${srcdir}/${pkgname}-${pkgver}"


[arch-commits] Commit in x11-ssh-askpass/trunk (PKGBUILD)

2017-03-01 Thread Gaëtan Bisson
Date: Thursday, March 2, 2017 @ 01:38:26
  Author: bisson
Revision: 289865

switch to sha256sum

Modified:
  x11-ssh-askpass/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2017-03-02 01:38:08 UTC (rev 289864)
+++ PKGBUILD2017-03-02 01:38:26 UTC (rev 289865)
@@ -15,7 +15,7 @@
 makedepends=('imake')
 #source=("${url}${pkgname}-${pkgver}.tar.gz" # httpd only sends half the bits
 
source=("http://pkgs.fedoraproject.org/repo/pkgs/openssh/x11-ssh-askpass-1.2.4.1.tar.gz/8f2e41f3f7eaa8543a2440454637f3c3/x11-ssh-askpass-1.2.4.1.tar.gz";)
-sha1sums=('78c992951685d4dbffb77536f37b83ae2a6eafc7')
+sha256sums=('620de3c32ae72185a2c9aeaec03af24242b9621964e38eb625afb6cdb30b8c88')
 install=${pkgname}.install
 
 build() {


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

2017-03-01 Thread Gaëtan Bisson
Date: Thursday, March 2, 2017 @ 01:38:33
  Author: bisson
Revision: 289866

switch to sha256sum

Modified:
  x11vnc/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2017-03-02 01:38:26 UTC (rev 289865)
+++ PKGBUILD2017-03-02 01:38:33 UTC (rev 289866)
@@ -17,9 +17,9 @@
 
source=("http://downloads.sourceforge.net/project/libvncserver/${pkgname}/${pkgver}/${pkgname}-${pkgver}.tar.gz";
 'fix-buffer-overflows.patch'
 'service')
-sha1sums=('f011d81488ac94dc8dce2d88739c23bd85a976fa'
-  'd30e4036bd8e26da8a7c4da29081c07eb7a9b17d'
-  '53e1ed7f84518a699a29607a03bee2321f9f9624')
+sha256sums=('f6829f2e629667a5284de62b080b13126a0736499fe47cdb447aedb07a59f13b'
+'21fe10bee45d6fcf3a41aba546cd1134a858dc78ee3f95f5137d50c22d566912'
+'cfb19d44e09e960e2fdb958c9258bccf23c2677715314985f7e819f1dcedb6e4')
 
 prepare() {
cd "${srcdir}/${pkgname}-${pkgver}"


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

2017-03-01 Thread Gaëtan Bisson
Date: Thursday, March 2, 2017 @ 01:38:02
  Author: bisson
Revision: 289863

switch to sha256sum

Modified:
  wipe/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2017-03-02 01:37:56 UTC (rev 289862)
+++ PKGBUILD2017-03-02 01:38:02 UTC (rev 289863)
@@ -13,7 +13,8 @@
 arch=('i686' 'x86_64')
 validpgpkeys=('2915EE18E6A7747A4194E174F1B4DF9E15741ECE')
 
source=("http://downloads.sourceforge.net/${pkgname}/${pkgname}-${pkgver}.tar.bz2"{,.sig})
-sha1sums=('72aa8bcbeb54deb676ae08af78401132860703de' 'SKIP')
+sha256sums=('463916370f9b35bb34419c2c0ae3dc4c0a471db32e8595afa1d14c0337b61aa0'
+'SKIP')
 
 build() {
cd "${srcdir}/${pkgname}-${pkgver}"


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

2017-03-01 Thread Gaëtan Bisson
Date: Thursday, March 2, 2017 @ 01:38:08
  Author: bisson
Revision: 289864

switch to sha256sum

Modified:
  wireless_tools/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2017-03-02 01:38:02 UTC (rev 289863)
+++ PKGBUILD2017-03-02 01:38:08 UTC (rev 289864)
@@ -12,7 +12,7 @@
 license=('GPL')
 arch=('i686' 'x86_64')
 
source=("http://www.hpl.hp.com/personal/Jean_Tourrilhes/Linux/${pkgname}.${pkgver}.tar.gz";)
-sha1sums=('41db5ced9ed3d8d3cc104ce43c19af1d72f07eec')
+sha256sums=('abd9c5c98abf1fdd11892ac2f8a56737544fe101e1be27c6241a564948f34c63')
 
 prepare() {
cd "${srcdir}/${pkgname}.${_pkgver}"


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

2017-03-01 Thread Gaëtan Bisson
Date: Thursday, March 2, 2017 @ 01:37:56
  Author: bisson
Revision: 289862

switch to sha256sum

Modified:
  w3m/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2017-03-02 01:37:49 UTC (rev 289861)
+++ PKGBUILD2017-03-02 01:37:56 UTC (rev 289862)
@@ -14,7 +14,7 @@
 optdepends=('imlib2: for graphics support')
 depends=('openssl' 'gc' 'ncurses' 'gpm')
 
source=(${pkgname}::"git+https://anonscm.debian.org/git/collab-maint/w3m.git#commit=${_gitcommit}";)
-sha1sums=('SKIP')
+sha256sums=('SKIP')
 
 build() {
cd "${srcdir}/${pkgname}"


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

2017-03-01 Thread Gaëtan Bisson
Date: Thursday, March 2, 2017 @ 01:37:32
  Author: bisson
Revision: 289858

switch to sha256sum

Modified:
  ttf-ubraille/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2017-03-02 01:37:18 UTC (rev 289857)
+++ PKGBUILD2017-03-02 01:37:32 UTC (rev 289858)
@@ -12,7 +12,7 @@
 license=('GPL')
 depends=('xorg-fonts-encodings' 'xorg-fonts-alias' 'xorg-font-utils' 
'fontconfig')
 source=("http://yudit.org/download/fonts/UBraille/UBraille.ttf";)
-sha1sums=('ad018068e0ca3bfb4683f224bebd0304518dece0')
+sha256sums=('4bdec13f35920a29cfe729946018e6c1695a8074a91882a62244e428f3ffe122')
 
 install=install
 


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

2017-03-01 Thread Gaëtan Bisson
Date: Thursday, March 2, 2017 @ 01:37:49
  Author: bisson
Revision: 289861

switch to sha256sum

Modified:
  vim-spell/trunk/PKGBUILD

--+
 PKGBUILD |  440 ++---
 1 file changed, 220 insertions(+), 220 deletions(-)

Modified: PKGBUILD
===
--- PKGBUILD2017-03-02 01:37:43 UTC (rev 289860)
+++ PKGBUILD2017-03-02 01:37:49 UTC (rev 289861)
@@ -293,223 +293,223 @@
 'ftp://ftp.vim.org/pub/vim/runtime/spell/zu.latin1.spl'
 'ftp://ftp.vim.org/pub/vim/runtime/spell/zu.utf-8.spl')
 
-sha1sums=('3bae0ea126632c60b3bb5f2b0251efd6b2e72af4'
-  '813b829eece9bc7796c5845645e27e45a6114422'
-  '0d7c9d016ac01da045f237bde1fc5c168f54dc87'
-  '88ec3a4a2fca121aa735a8f8e9760b40acb7a9c9'
-  'b385739093e3bdbfbed1b72d971c5ba6fc0bce43'
-  'b132488eba27371f926ac285edc02c9130a50da9'
-  'd1b68048e4eada754c930c2dc71c11139c82ff46'
-  'aaadfe7e086f2a75a88b6c907d5e5afa867e0e04'
-  '6011bad0e2eb634e945a0b3e0b0ccdd56e9b9d62'
-  'f9996272dffcfdc1089135b96fc9c564e8cbaf9d'
-  '5609ddad0451b132f64243269b724814fda0fc0d'
-  '5bd0fbd761e9ce52b40cc48a0a2e44cf388aa278'
-  'b3ff83d097f83995b0b99c20c9e4e88a5969913a'
-  'f597ed98520ea85bc3cb6fc850cc2a87f8e20ed4'
-  '4dae401166e430044d376d7b5fb726f7579e7adb'
-  'b76922f10e9df3bb2322035cc2ca4530589ffd0a'
-  'd1c1e5cc3694e340c3d880ebfe772c27d6d4cfcc'
-  '8bea7e5ef41af28850c8128604742251c7dcb2a9'
-  'b4c2b2258b9beae835ce9cd04b5842d4887a1a5d'
-  '4fb1e945efb5a5a4503b503b12ef4d85873c5b9d'
-  '1e29afe285311abe21d7a2456239c5eaff3eaeb5'
-  'fe2883de0db923ea3855e355a551040a5e843e3a'
-  '4eac59416cf63897b3ccce0ad2e75d5914d98c86'
-  'c970838f8aac58755d6f3123646b8d3d02e034e2'
-  '25828657e2c6b4a29262003da488a250df926104'
-  'cb3a10f19ae640985b6570da630327e8ae48d587'
-  'c8b64c4489f83a385693a6572f6e12eb98d896e5'
-  '5e470dc775803b45e3942b56c2a7622566c42c34'
-  '3ff605562f8de76607815c46f7bce03785973ea9'
-  '2401308571169a009ba96af78341c9e8d385b561'
-  'd4c176102dc804c31f89feacc6cadc845a94ca1a'
-  '1dc1b7b217f8edbe042a06ff332da7659e432f4a'
-  'a7b5ea3829a40f23ae2752139065963d3ba5b56a'
-  '1dc1b7b217f8edbe042a06ff332da7659e432f4a'
-  '3f6bea88eeaeb8ab7746dd3a36053415065872a9'
-  '2eeb008861a6330b0c9ec90c2e6e815e4517bd4c'
-  'c327fb6b6379517f4db913503158fc2b77cb3b61'
-  '3c55f2a715410f4dcb216568b6a4ba45b8ad6472'
-  '046441c8f185109110ca5af688b1f8c83ed5b5e9'
-  'cff8edfd341e35e5fdeecdae16c6f457e9bd679a'
-  '2690c67420913e89bab0e7cdac9412515e139628'
-  'f6726cb41e35ff330bcb73d03f785226d68e68b9'
-  '01c970cb1294f0c8f8fd8d8167601c82eac7d801'
-  '033f662bebd95db47f40b69f79f244b5e5bd1d8c'
-  '5e9a51f798694349763a51f7e3038381cdc84a6f'
-  'e05657d507084127ff299f162ab861568246f2b0'
-  '18459b537724221093bbfa299c17327a4e665944'
-  '6a661c9f49ea323328d50d6bb69449386ce1f6c7'
-  '39537b9336f48b839721a326e877cb99a8f3d2c5'
-  '8ec46545c82a855a25eedd850fd054d971aef79b'
-  'd9ac91d9b56bec7be84a06c9bd8f398c87dd623f'
-  'ec231fb45fb69793d321f4473fcf6d1d1c8d2253'
-  'e532f87c06a4b0a67397c52438da42afdbc18fa8'
-  '33bd2b420b4f3d2fd26d3aa65c0d95c294ea4977'
-  'a679ba3b27f23a660c3215d053958f886fabddf2'
-  'b10cee422f14ec4cabd1943ff99dc803b7ff5d2c'
-  'c79c4ac9405e803e1a89184f86406156e3f633b4'
-  '0a887385b9806ac0eacb0355a173d46d34422bf3'
-  '5aea564bb6f313ea40fa0357485b2a050aeb47d4'
-  'e0f5784d0839e2cbab550f4b655cadc013a78b43'
-  '1d9323a6f6551cd6c78873f53db12de2415cf51e'
-  'c7cccd620af16b50bd341e4d165835011d695a81'
-  'f71d5441fcc2fa07ee81ef817da6387a043ed3bf'
-  '166211b15098e68c42191837a177bcac6384f062'
-  'dbb60edb789f4a942b128d26b0db267e0c513d98'
-  '03f6ceb0a0f885bf8b011743bd60a1af5a4a06d7'
-  '99c7b6ef12451d47bb687479b2ed0e55e8eb7ade'
-  '6eab45df00a652c5af6c37ed54942cb5e371634f'
-  '266773f8ac6d6c6a7b86dbc08754895694b9fecd'
-  'd3295eb875200d4bf274e1bcbd5d9258b2f32e7b'
-  '61a107feec85ec99ee63c004c895e3bdd1ba8131'
-  '97ea874d0d8412ec33e44ae1e5be213ff2b8d566'
-  '06b70456ea9c7e23cf67c73957c2af8c72be6de5'
-  '14a773cef4f5751353a475eec587908525384850'
-  'ff25c3766da86d9480926a1d651ce0b220e7dd57'
-  '86fda8864fc8559f31276537d37a65bf9943e64e'
-  '863fe42db8c8b2e2c5746bdd906de2a692752205'
-  '6b3a51053c4dd8dd9a9d86fdeaf72b2ee68952d3'
-  'b9951e5c895efa756a553bf85401733fcf07d190'
-  '7522242725107af064fb1bd0e0aa7c3740e7c1fd'
-  '33d160c91735e895799fe33c33546ff589

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

2017-03-01 Thread Gaëtan Bisson
Date: Thursday, March 2, 2017 @ 01:37:38
  Author: bisson
Revision: 289859

switch to sha256sum

Modified:
  uim/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2017-03-02 01:37:32 UTC (rev 289858)
+++ PKGBUILD2017-03-02 01:37:38 UTC (rev 289859)
@@ -14,8 +14,8 @@
 optdepends=('qt4: immodule and helper applications'
 'gtk2: immodule and helper applications'
 'gtk3: immodule and helper applications')
-source=("https://uim.googlecode.com/files/${pkgname}-${pkgver}.tar.gz";)
-sha1sums=('409c30b31b9e58e3c18cb7862933487b0585cd1d')
+source=("https://github.com/${pkgname}/${pkgname}/releases/download/${pkgname}-${pkgver}/${pkgname}-${pkgver}.tar.bz2";)
+sha256sums=('7b1ea803c73f3478917166f04f67cce6e45ad7ea5ab6df99b948c17eb1cb235f')
 
 build() {
cd "${srcdir}/${pkgname}-${pkgver}"


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

2017-03-01 Thread Gaëtan Bisson
Date: Thursday, March 2, 2017 @ 01:37:43
  Author: bisson
Revision: 289860

switch to sha256sum

Modified:
  unison/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2017-03-02 01:37:38 UTC (rev 289859)
+++ PKGBUILD2017-03-02 01:37:43 UTC (rev 289860)
@@ -14,9 +14,9 @@
 
source=("https://www.cis.upenn.edu/~bcpierce/unison/download/releases/${pkgname}-${pkgver}/${pkgname}-${pkgver}.tar.gz";
 'large.patch'
 'desktop')
-sha1sums=('baeff0e3a942c710ce551cca118b891feca137c5'
-  '95433c2aa961cba19535fdf556e30bafa414a420'
-  '9dad1737dd8d90e7ee2744a96cf71bd9f802a12a')
+sha256sums=('30aa53cd671d673580104f04be3cf81ac1e20a2e8baaf7274498739d59e99de8'
+'2a971cf17e0a7303e99a793829e2b7b03533d17041e3b2ebba53555a5bd62284'
+'e9ef4e8b845453e21abafa8c9d153080375024d2465e3bf65f0e5a2ca1f5ea4a')
 
 options=('!makeflags')
 


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

2017-03-01 Thread Gaëtan Bisson
Date: Thursday, March 2, 2017 @ 01:36:44
  Author: bisson
Revision: 289851

switch to sha256sum

Modified:
  ttf-hannom/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2017-03-02 01:36:38 UTC (rev 289850)
+++ PKGBUILD2017-03-02 01:36:44 UTC (rev 289851)
@@ -12,8 +12,8 @@
 depends=('fontconfig' 'xorg-fonts-encodings')
 
source=("http://downloads.sourceforge.net/project/vietunicode/hannom/hannom%20v${pkgver}/hannomH.zip";
 'README')
-sha1sums=('1a207b5ade4984521fa476f50c979a4674f48079'
-  '13e207063602d498a1b6949505bb3ef3d47f6f03')
+sha256sums=('428a31ff62e26dc33080789f8d49c39ac529dbfdbcfd50825f78cbd0903a3936'
+'df3e54959e5295b2d13857cf75a3f04817b280b2c4e227ca887394ca6d8b0bb7')
 
 install=install
 


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

2017-03-01 Thread Gaëtan Bisson
Date: Thursday, March 2, 2017 @ 01:36:50
  Author: bisson
Revision: 289852

switch to sha256sum

Modified:
  ttf-indic-otf/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2017-03-02 01:36:44 UTC (rev 289851)
+++ PKGBUILD2017-03-02 01:36:50 UTC (rev 289852)
@@ -12,7 +12,7 @@
 arch=('any')
 depends=('xorg-fonts-encodings' 'xorg-fonts-alias' 'xorg-font-utils' 
'fontconfig')
 source=("http://www.indlinux.org/downloads/files/indic-otf-${pkgver}.tar.gz";)
-sha1sums=('0f7ae06343a6cc757c20f5eb5b637654146e60a1')
+sha256sums=('6459a0d496a701fdde785eccfb2a21ad761251bd332e03521657443339215e72')
 
 install=install
 


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

2017-03-01 Thread Gaëtan Bisson
Date: Thursday, March 2, 2017 @ 01:36:33
  Author: bisson
Revision: 289849

switch to sha256sum

Modified:
  ttf-freebanglafont/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2017-03-02 01:36:27 UTC (rev 289848)
+++ PKGBUILD2017-03-02 01:36:33 UTC (rev 289849)
@@ -93,43 +93,43 @@
 
'http://files.ekushey.org/Ekushey_OpenType_Bangla_Fonts/Shimanto_31-08-2012.ttf'
 
'http://files.ekushey.org/Ekushey_OpenType_Bangla_Fonts/Ekushey_Ananta_12-02-2013.ttf')
 
-sha1sums=('30d472ac90d2cda100679de5a2854610015166a9'
-  'ef4fede389424d2c6f1e657fcf17a1fbf3814261'
-  '6efcbed3c9116284f05d634172bbf53d0442d133'
-  'bab747cb3d74c1c7860f5c6692f9c11a0087e870'
-  'f80b57e9857bdfadf1b819bfd2ada146cbd6429f'
-  '24a8193d72528083bd4e4c97a8726b8c5ccb1c0a'
-  'ec8ea34cbce28c30dad94790a8f28ca12948dc39'
-  '733206bc06ae76c29ca14d9895052c9f59086cb4'
-  '99284f3a7bdc123d4cf83d19ee3724da55cc6c7a'
-  'ba95dbbce2de737de5a34ee82b293ff25f77bf21'
-  'cc51d70d1cb5b0ce9385663b11a4d27746e9061d'
-  'da74e108083bb22f02a0f32ed7bae8d12be0ca79'
-  '6ba6c90f3e27265275775ae6bca14e77e72b3f7e'
-  'f8156b328678b551c9da3d146a0ec2f32caf1dd2'
-  '7af5d738b0c7d6493cbcae58b417d6d35d2621aa'
-  '4e4c6cb30c4fdcb0a3908cfd56dba4c87b3e5fe7'
-  '78092f5d245bc08c6fb01f15f475c915b71b2275'
-  '8c0b4f4ef718cb1aa6e95cb35ee995bbaf86e28e'
-  '9c477c312de3ed7c7214cb7ba69c6c28c9ccb1ef'
-  '53680431c6baf92917bcffac781970328ed8a4aa'
-  '49c005ceb7dc3e624baffde04deb1cac4296964b'
-  '1e78a0eafae27a875598ed0bdbfbef7a0e10826d'
-  '9b2a9fd81e7209ef90311614f6d504710d5b82aa'
-  '98ab641d1cb769bd4be50f2a6c66198daf4071c0'
-  'c67cfb04845229029832abe41ceec59b255f1583'
-  'df389c6c18c851ac40dff05f6d236e1b675fdc3c'
-  'c4a2b2abc14b568600e11a0096e075517e270b02'
-  'f373723f557b1a723b1a0d70d3467f69dd2d1cb9'
-  'df00ba917cb1831673c044e3365d3849cac55a10'
-  '33158da9bed513c80e2836396e615c4f663b4a6c'
-  'ed49ebfea5fc6a32771c1c367d70f971c6c42138'
-  '60da9e7c23c69b8983577887560f0dfda55f7629'
-  '1cd78e0c44199f4d5f43d37b44c9af7d482dd6ea'
-  '5c197de7730fce439e637300324f7345c3b4169c'
-  '787650cb61f2d9ecdbb74fdfd2a2bb8b3dbd52d3'
-  '928bbe13d707d29f8eb9e9f46cf4b262f0ea4d5e'
-  '2b56f53e2a8d8889ca78d85c4d1d3a10b031fde5'
-  'a79df842b61b9dd2d5ff0206fc74632543a1b909'
-  '7e362861c574091660e86d26f75c436fa86d8068'
-  'f521489a711200f393a2bd7953b54b1862e8eed5')
+sha256sums=('651e5b4cab247cb5e91ea86ad21835578cade653bc850b377fc78380a1f07157'
+'3f94d4ddbf7480787b88ccf443bb2b74f12d10040870c45b21da5742aa28831b'
+'285ba0b9994e4a25d8b503d88a30dd7c8c1f3a94918be4d4a866c31131cc1598'
+'e01e26738d71aa8e3c838fb5111e576a9d23629accb7337d269a4fec2eb54c2d'
+'b2de0dbeb8294ba045bcd58f8e9489d8666385a381a3572a22e550a74e547d87'
+'ee301d735614e842f00dad7be05071400ef3cc73ee209ae21a3e015be70e571b'
+'ff21774e2440c0d66e744a15ce1006744e41de297fe0c8e1c31164df8483780f'
+'1f7db8680a363bb8bf3548024a5f462a09d3057b0960ec9bdbf52fbcfa5a7f3e'
+'01721fd6c279b37a4d8406d052844b1e87aa8396ba7d3f102b151ef3b03e07ee'
+'beace2d89c46f6c79c33df3655bf6849ac9fae7e38373efcefff3d54901d'
+'37871176e133cb09f91bf99f2320700d06eb9b4eec0faf23546b74d30f6d4bb9'
+'4bef78c2c6897b1ce2097757b8c3fcc73296b4e1c54e7570318eabe9ccfb2231'
+'d333ece984ec5bcd9b08c67a5ebca954d0c1d96ce5ec689ea94bbe2896c55bc0'
+'a16de29f78db754c69f28c36005d5ad536d8f2e653f0309738024e17047b47bb'
+'cf03b1cb315f651b5e1c7f6150bb50b34a52f0f513179b114e3377a87534f77f'
+'52023a580a5fc8595e19e6c33a23b5cc298f168162ee075f7c2fd84b00b96c8a'
+'8f82039e1600bb431a5d96204f84017d30ee057aff75b003ee4e46561b08f918'
+'c0670b210e584defa1d8a4ed9d6ac8896251d9c36316e97e1d490053bf2ba2dd'
+'e08edfa7700a2e6480d42ef6fe1a4f50cadadaec647915af35fd2453f7357ff0'
+'29c74b513712fc5efc04133ac730eb6b9b87700caa3b4f3e802098d28a3f7f62'
+'90ae1166f4b9bad0107b4bbbe94c8a679033a39bea713ae97a44e37fa53b11d7'
+'d500d30daab7ace963366693a57a7f8b8d9a853a91c99f35e4ac4c0ef60fb5d1'
+'26afd498c2833fadf8433123e7a7f03d76093a82351f1e1a329184b0ca256dcd'
+'4563bec8c08bcecc422e4e49f3983340be8852267bee1b412fb06e49673783e4'
+'2e96f73a9b7292354bded08221c3e5054f84fbf8b9a41d3c03fc790de3e18555'
+'02a6a5b7575ca999125e26cf95b6353edd8f86807b6f8f6dea7251e2847d3fa1'
+'3d89da6eea179bdbf0aed7f34c8778172d1ccd45202967288

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

2017-03-01 Thread Gaëtan Bisson
Date: Thursday, March 2, 2017 @ 01:37:02
  Author: bisson
Revision: 289854

switch to sha256sum

Modified:
  ttf-khmer/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2017-03-02 01:36:56 UTC (rev 289853)
+++ PKGBUILD2017-03-02 01:37:02 UTC (rev 289854)
@@ -14,7 +14,7 @@
 arch=('any')
 depends=('xorg-fonts-encodings' 'xorg-fonts-alias' 'xorg-font-utils' 
'fontconfig')
 
source=("http://downloads.sourceforge.net/project/khmer/Fonts%20-%20KhmerOS/KhmerOS%20Fonts%20${pkgver}-%20LGPL%20Licence/${_pkgname}_${pkgver}.zip";)
-sha1sums=('4a17c919b93f4b99765cd476708ef3a79a925f37')
+sha256sums=('62fec2273016fb6e69b18635e696fd2c91953af9cbe757b341721aec2232432e')
 
 install=install
 


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

2017-03-01 Thread Gaëtan Bisson
Date: Thursday, March 2, 2017 @ 01:37:07
  Author: bisson
Revision: 289855

switch to sha256sum

Modified:
  ttf-linux-libertine/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2017-03-02 01:37:02 UTC (rev 289854)
+++ PKGBUILD2017-03-02 01:37:07 UTC (rev 289855)
@@ -15,8 +15,8 @@
 depends=('fontconfig' 'xorg-fonts-encodings' 'xorg-font-utils')
 provides=('ttf-font')
 
source=("http://downloads.sourceforge.net/project/linuxlibertine/linuxlibertine/${pkgver}/LinLibertine"{TTF,OTF}"_${pkgver}_${_reldate}.tgz";)
-sha1sums=('3e83241395446dcf00c7831b8b587fd55e7a7eda'
-  'e0badcfff85dcfcedfd2fbb3c1c780e742cced5f')
+sha256sums=('24a593a949808d976850131a953c0c0d7a72299531dfbb348191964cc038d75d'
+'3eb84d13e59d390a3f0b15f93bbb590de693dd5f29c4e8083317dbbadf6fb985')
 
 install=install
 


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

2017-03-01 Thread Gaëtan Bisson
Date: Thursday, March 2, 2017 @ 01:36:38
  Author: bisson
Revision: 289850

switch to sha256sum

Modified:
  ttf-freefont/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2017-03-02 01:36:33 UTC (rev 289849)
+++ PKGBUILD2017-03-02 01:36:38 UTC (rev 289850)
@@ -15,8 +15,9 @@
 validpgpkeys=('A0156C139D2DAA3B352E42CD506361DBA36FDD52')
 source=("https://ftp.gnu.org/gnu/freefont/freefont-ttf-${pkgver}.zip"{,.sig}
 'conf.avail')
-sha1sums=('46179a6f3469b386f6569fc61913314ba79aadac' 'SKIP'
-  '11bbd7e1be9ce310917642cf7ee589d4433383e0')
+sha256sums=('7c85baf1bf82a1a1845d1322112bc6ca982221b484e3b3925022e25b5cae89af'
+'SKIP'
+'036c3aeac436ed1edb4c030593ea531ae81801121363f7f64fe08496393b4ec5')
 
 install=install
 


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

2017-03-01 Thread Gaëtan Bisson
Date: Thursday, March 2, 2017 @ 01:37:18
  Author: bisson
Revision: 289857

switch to sha256sum

Modified:
  ttf-tibetan-machine/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2017-03-02 01:37:11 UTC (rev 289856)
+++ PKGBUILD2017-03-02 01:37:18 UTC (rev 289857)
@@ -12,7 +12,7 @@
 license=('GPL')
 depends=('xorg-fonts-encodings' 'xorg-fonts-alias' 'xorg-font-utils' 
'fontconfig')
 
source=("https://collab.itc.virginia.edu/access/content/group/26a34146-33a6-48ce-001e-f16ce7908a6a/Tibetan%20fonts/Tibetan%20Unicode%20Fonts/TibetanMachineUnicodeFont.zip";)
-sha1sums=('a5729545f5f57b76a26a150d5b18bfeff958b29e')
+sha256sums=('1c3c7bcd1d5846942b449bca1cfabd26cb723f69d14933f06e66da2aa7069c81')
 
 install=install
 


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

2017-03-01 Thread Gaëtan Bisson
Date: Thursday, March 2, 2017 @ 01:37:11
  Author: bisson
Revision: 289856

switch to sha256sum

Modified:
  ttf-sazanami/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2017-03-02 01:37:07 UTC (rev 289855)
+++ PKGBUILD2017-03-02 01:37:11 UTC (rev 289856)
@@ -11,7 +11,7 @@
 arch=('any')
 depends=('fontconfig' 'xorg-fonts-encodings')
 source=("http://osdn.dl.sourceforge.jp/efont/10087/sazanami-${pkgver}.tar.bz2";)
-sha1sums=('a6e558f49de8ab9884d92327905ce45698ca5429')
+sha256sums=('3467ce2f70a9a3fbbf8d4d97355a2f334a6351baa6722251403637a8cbebf6b7')
 
 install=install
 


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

2017-03-01 Thread Gaëtan Bisson
Date: Thursday, March 2, 2017 @ 01:36:56
  Author: bisson
Revision: 289853

switch to sha256sum

Modified:
  ttf-junicode/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2017-03-02 01:36:50 UTC (rev 289852)
+++ PKGBUILD2017-03-02 01:36:56 UTC (rev 289853)
@@ -12,8 +12,8 @@
 depends=('xorg-fonts-encodings' 'xorg-fonts-alias' 'xorg-font-utils' 
'fontconfig')
 
source=("http://downloads.sourceforge.net/junicode/junicode-${pkgver//\./-}.zip";
 'LICENSE')
-sha1sums=('492946ca18c3e23febd7c77221ff438ad85d2147'
-  '84e2137ba63c1983a1e36371fc7e08ef5d94542e')
+sha256sums=('7427c32a9383dd1ce485d202f4767b3baa79d4eae3a74b8ff2a10c2d8a84f3d1'
+'ca122f3bda0154f692817450168cb650a7fc59ef96c93582acd2e7a744d464d3')
 
 install=install
 


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

2017-03-01 Thread Gaëtan Bisson
Date: Thursday, March 2, 2017 @ 01:36:12
  Author: bisson
Revision: 289845

switch to sha256sum

Modified:
  sharutils/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2017-03-02 01:36:07 UTC (rev 289844)
+++ PKGBUILD2017-03-02 01:36:12 UTC (rev 289845)
@@ -12,7 +12,7 @@
 arch=('i686' 'x86_64')
 depends=('perl' 'gettext' 'texinfo')
 source=("ftp://ftp.gnu.org/gnu/${pkgname}/${pkgname}-${pkgver}.tar.xz";)
-sha1sums=('250377131bcf7a081f066ed0f9c51a0b7e0b0c04')
+sha256sums=('2b05cff7de5d7b646dc1669bc36c35fdac02ac6ae4b6c19cb3340d87ec553a9a')
 
 build() {
cd "${srcdir}/${pkgname}-${pkgver}"


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

2017-03-01 Thread Gaëtan Bisson
Date: Thursday, March 2, 2017 @ 01:36:27
  Author: bisson
Revision: 289848

switch to sha256sum

Modified:
  ttf-baekmuk/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2017-03-02 01:36:22 UTC (rev 289847)
+++ PKGBUILD2017-03-02 01:36:27 UTC (rev 289848)
@@ -6,12 +6,12 @@
 pkgver=2.2
 pkgrel=9
 pkgdesc='Korean fonts'
-url='http://kldp.net/projects/baekmuk/'
+url='http://kldp.net/baekmuk/'
 license=('custom:BSD')
 arch=('any')
 depends=('fontconfig' 'xorg-fonts-encodings')
-source=("http://kldp.net/frs/download.php/1429/baekmuk-ttf-${pkgver}.tar.gz";)
-sha1sums=('afdee34f77de6ea87b43c92a88b7385ba65b')
+source=("http://kldp.net/baekmuk/release/865-baekmuk-ttf-${pkgver}.tar.gz";)
+sha256sums=('08ab7dffb55d5887cc942ce370f5e33b756a55fbb4eaf0b90f244070e8d51882')
 
 # Moronic server
 DLAGENTS=('http::/usr/bin/curl -A rofl -fLC - --retry 3 --retry-delay 3 -o %o 
%u')


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

2017-03-01 Thread Gaëtan Bisson
Date: Thursday, March 2, 2017 @ 01:36:22
  Author: bisson
Revision: 289847

switch to sha256sum

Modified:
  tinycdb/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2017-03-02 01:36:17 UTC (rev 289846)
+++ PKGBUILD2017-03-02 01:36:22 UTC (rev 289847)
@@ -10,7 +10,7 @@
 license=('custom')
 arch=('i686' 'x86_64')
 source=("http://www.corpit.ru/mjt/tinycdb/${pkgname}-${pkgver}.tar.gz";)
-sha1sums=('ade42ee1e7c56f66a63cb933206c089b9983adba')
+sha256sums=('50678f432d8ada8d69f728ec11c3140e151813a7847cf30a62d86f3a720ed63c')
 
 prepare() {
cd "${srcdir}/${pkgname}-${pkgver}"


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

2017-03-01 Thread Gaëtan Bisson
Date: Thursday, March 2, 2017 @ 01:36:07
  Author: bisson
Revision: 289844

switch to sha256sum

Modified:
  screen/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2017-03-02 01:36:02 UTC (rev 289843)
+++ PKGBUILD2017-03-02 01:36:07 UTC (rev 289844)
@@ -16,9 +16,10 @@
 source=("https://ftp.gnu.org/gnu/screen/screen-${pkgver}.tar.gz"{,.sig}
 'tmpfiles.d'
 'pam.d')
-sha1sums=('d096ea40c7a349ec46f3bd4fcc02fd6a873318e6' 'SKIP'
-  '76b9c70b77940eb1214fe65739f9f932dc57fb66'
-  '1ab4b512d2ac840d16db6986d7c98d7ce2f6383f')
+sha256sums=('97db2114dd963b016cd4ded34831955dcbe3251e5eee45ac2606e67e9f097b2d'
+'SKIP'
+'1f33ce4faca7bd05dd80403411af31e682d5d23e79558e884ae5a35f1dd96223'
+'971c25929ea97422c09e10679ab98e9e6c59295aae1a4a9970909d2206e23090')
 
 backup=('etc/screenrc' 'etc/pam.d/screen')
 options=('!makeflags')


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

2017-03-01 Thread Gaëtan Bisson
Date: Thursday, March 2, 2017 @ 01:36:02
  Author: bisson
Revision: 289843

switch to sha256sum

Modified:
  scim/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2017-03-02 01:35:57 UTC (rev 289842)
+++ PKGBUILD2017-03-02 01:36:02 UTC (rev 289843)
@@ -15,7 +15,7 @@
 'gtk3: gtk3 immodule')
 makedepends=('intltool' 'qt4' 'gtk3')
 
source=("http://downloads.sourceforge.net/project/${pkgname}/${pkgname}/${pkgver}/${pkgname}-${pkgver}.tar.gz";)
-sha1sums=('fd5a1078cb6c8d67f8bbf79969b8c5db033a0cda')
+sha256sums=('573add90f266b2351a04950fcf0f558459997ea23d0266b43f586acea009f922')
 
 backup=('etc/scim/config' 'etc/scim/global')
 install=install


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

2017-03-01 Thread Gaëtan Bisson
Date: Thursday, March 2, 2017 @ 01:36:17
  Author: bisson
Revision: 289846

switch to sha256sum

Modified:
  socat/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2017-03-02 01:36:12 UTC (rev 289845)
+++ PKGBUILD2017-03-02 01:36:17 UTC (rev 289846)
@@ -12,7 +12,7 @@
 arch=('i686' 'x86_64')
 depends=('readline' 'openssl')
 
source=("http://www.dest-unreach.org/socat/download/${pkgname}-${pkgver}.tar.gz";)
-sha1sums=('28eca1f8efeadde3f96c1ac89e553c28d736d41d')
+sha256sums=('ce3efc17e3e544876ebce7cd6c85b3c279fda057b2857fcaaf67b9ab8bdaf034')
 
 build() {
cd "${srcdir}/${pkgname}-${pkgver}"


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

2017-03-01 Thread Gaëtan Bisson
Date: Thursday, March 2, 2017 @ 01:35:57
  Author: bisson
Revision: 289842

switch to sha256sum

Modified:
  scim-uim/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2017-03-02 01:35:52 UTC (rev 289841)
+++ PKGBUILD2017-03-02 01:35:57 UTC (rev 289842)
@@ -13,9 +13,9 @@
 
source=("http://downloads.sourceforge.net/sourceforge/scim/${pkgname}-${pkgver}.tar.gz";
 'fix-gcc43-build.patch'
 'uim-1.5.5-header.patch')
-sha1sums=('456621d5969b6552c3c33c83cf295aa4134fff0a'
-  'a9d67946f956d0572c73065e2b4b268bfdf149e3'
-  '3b083260910f7855b5446960ab1203c052f4b56c')
+sha256sums=('457eb89f40dda70f813c0b401aaec8b397e7daa340d53136aba3b97407533e13'
+'a0ac1e2f68e20f7326b9ae67d025291b9b4d26942566e8f1431dd6efc4457638'
+'3334bca0581be9cf058a7f1bf8b0a8d85e2953718b79f722f70c6dbd5d0e96b8')
 
 prepare() {
cd "${srcdir}/${pkgname}-${pkgver}"


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

2017-03-01 Thread Gaëtan Bisson
Date: Thursday, March 2, 2017 @ 01:35:41
  Author: bisson
Revision: 289839

switch to sha256sum

Modified:
  scim-m17n/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2017-03-02 01:35:36 UTC (rev 289838)
+++ PKGBUILD2017-03-02 01:35:41 UTC (rev 289839)
@@ -12,7 +12,7 @@
 arch=('i686' 'x86_64')
 depends=('scim' 'm17n-lib')
 
source=("http://downloads.sourceforge.net/sourceforge/scim/${pkgname}-${pkgver}.tar.gz";)
-sha1sums=('96172846eaa211d2bde0f76184990d13e5ecdaea')
+sha256sums=('852548310b8fecfd97fcfa4a4aca9d6952e299adc785170cb3a827a8abec512d')
 
 build() {
cd "${srcdir}/${pkgname}-${pkgver}"


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

2017-03-01 Thread Gaëtan Bisson
Date: Thursday, March 2, 2017 @ 01:35:36
  Author: bisson
Revision: 289838

switch to sha256sum

Modified:
  scim-hangul/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2017-03-02 01:35:32 UTC (rev 289837)
+++ PKGBUILD2017-03-02 01:35:36 UTC (rev 289838)
@@ -12,8 +12,8 @@
 depends=('libhangul' 'scim')
 
source=("http://downloads.sourceforge.net/sourceforge/scim/${pkgname}-${pkgver}.tar.gz";
 '2012.patch')
-sha1sums=('2ba06a6d851a1d86c5a9b659c573bfd87e6a7555'
-  'a046c40b78521f85418b8ad2138b51815d47abec')
+sha256sums=('7f116c87e78da51363fb4968d627364718de6ec02aa6c6119451fdf403e668c0'
+'dbb0358ef40c9ccb938571304e9f0844a67b4aeb5f1c8995ea62b2ae54aae9cc')
 
 prepare() {
cd "${srcdir}/${pkgname}-${pkgver}"


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

2017-03-01 Thread Gaëtan Bisson
Date: Thursday, March 2, 2017 @ 01:35:47
  Author: bisson
Revision: 289840

switch to sha256sum

Modified:
  scim-pinyin/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2017-03-02 01:35:41 UTC (rev 289839)
+++ PKGBUILD2017-03-02 01:35:47 UTC (rev 289840)
@@ -11,7 +11,7 @@
 license=('GPL')
 depends=('scim')
 
source=("https://downloads.sourceforge.net/sourceforge/scim/${pkgname}-${pkgver}.tar.xz";)
-sha1sums=('d7c2d52a5712753af241a5301db23527ba438ea1')
+sha256sums=('30cb1d24db913bfe239429f3421b7b4e0bdf09d7410346f19b49322321c362f2')
 
 build() {
cd "${srcdir}/${pkgname}-${pkgver}"


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

2017-03-01 Thread Gaëtan Bisson
Date: Thursday, March 2, 2017 @ 01:35:32
  Author: bisson
Revision: 289837

switch to sha256sum

Modified:
  scim-chewing/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2017-03-02 01:35:28 UTC (rev 289836)
+++ PKGBUILD2017-03-02 01:35:32 UTC (rev 289837)
@@ -7,13 +7,13 @@
 pkgver=0.3.5
 pkgrel=3
 pkgdesc='Traditional Chinese input method module for SCIM'
-url='http://chewing.csie.net/'
+url='http://chewing.im/'
 license=('GPL')
 arch=('i686' 'x86_64')
 makedepends=('intltool')
 depends=('scim' 'libchewing')
-source=("http://chewing.googlecode.com/files/${pkgname}-${pkgver}.tar.bz2";)
-sha1sums=('f26ced990f0c9e5d43e271cd6e77583de81a008d')
+source=("https://github.com/chewing/scim-chewing/releases/download/v${pkgver}/${pkgname}-${pkgver}.tar.bz2";)
+sha256sums=('e7ae2356a6ca11c342795e3a14ad7667f76a0af4be23e01ea60acc6d4af72d64')
 
 prepare() {
cd "${srcdir}/${pkgname}-${pkgver}"


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

2017-03-01 Thread Gaëtan Bisson
Date: Thursday, March 2, 2017 @ 01:35:28
  Author: bisson
Revision: 289836

switch to sha256sum

Modified:
  scim-anthy/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2017-03-02 01:35:24 UTC (rev 289835)
+++ PKGBUILD2017-03-02 01:35:28 UTC (rev 289836)
@@ -12,7 +12,7 @@
 license=('GPL')
 depends=('scim' 'anthy')
 
source=("http://osdn.dl.sourceforge.jp/scim-imengine/${_filecode}/${pkgname}-${pkgver}.tar.gz";)
-sha1sums=('1429cf202f5cdcfc4733220acbe27dd9edb75db8')
+sha256sums=('cb60070d8f6ff281a99d329c9d731f02ae16893083c9efa9970ccd7287365198')
 
 build() {
cd "$srcdir/$pkgname-$pkgver"


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

2017-03-01 Thread Gaëtan Bisson
Date: Thursday, March 2, 2017 @ 01:35:52
  Author: bisson
Revision: 289841

switch to sha256sum

Modified:
  scim-tables/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2017-03-02 01:35:47 UTC (rev 289840)
+++ PKGBUILD2017-03-02 01:35:52 UTC (rev 289841)
@@ -13,7 +13,7 @@
 depends=('scim')
 makedepends=('intltool')
 
source=("http://downloads.sourceforge.net/sourceforge/scim/${pkgname}-${pkgver}.tar.gz";)
-sha1sums=('bee90f7322ba8cf256af14e0837460f87037e37d')
+sha256sums=('3fd8528f4bad10b7612cd470ec7a9b53a9b391bf629b74a168ce1f6aa05d06cd')
 
 build() {
cd "${srcdir}/${pkgname}-${pkgver}"


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

2017-03-01 Thread Gaëtan Bisson
Date: Thursday, March 2, 2017 @ 01:34:53
  Author: bisson
Revision: 289828

switch to sha256sum

Modified:
  openssh/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2017-03-02 01:34:48 UTC (rev 289827)
+++ PKGBUILD2017-03-02 01:34:53 UTC (rev 289828)
@@ -22,13 +22,14 @@
 'sshd.socket'
 'sshd.conf'
 'sshd.pam')
-sha1sums=('2330bbf82ed08cf3ac70e0acf00186ef3eeb97e0' 'SKIP'
-  'caaa801da59a5d14c0c29c43e9de5fef281ea03e'
-  '6a0ff3305692cf83aca96e10f3bb51e1c26fccda'
-  'ec49c6beba923e201505f5669cea48cad29014db'
-  'e12fa910b26a5634e5a6ac39ce1399a132cf6796'
-  'c9b2e4ce259cd62ddb00364d3ee6f00a8bf2d05f'
-  'd93dca5ebda4610ff7647187f8928a3de28703f3')
+sha256sums=('1b1fc4a14e2024293181924ed24872e6f2e06293f3e8926a376b8aec481f19d1'
+'SKIP'
+'4031577db6416fcbaacf8a26a024ecd3939e5c10fe6a86ee3f0eea5093d533b7'
+'69cc2abaaae0aa8071b8eac338b2df725f60ce73381843179b74eaac78ba7f1d'
+'c5ed9fa629f8f8dbf3bae4edbad4441c36df535088553fe82695c52d7bde30aa'
+'de14363e9d4ed92848e524036d9e6b57b2d35cc77d377b7247c38111d2a3defd'
+'4effac1186cc62617f44385415103021f72f674f8b8e26447fc1139c670090f6'
+'64576021515c0a98b0aaf0a0ae02e0f5ebe8ee525b1e647ab68f369f81ecd846')
 
 backup=('etc/ssh/ssh_config' 'etc/ssh/sshd_config' 'etc/pam.d/sshd')
 


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

2017-03-01 Thread Gaëtan Bisson
Date: Thursday, March 2, 2017 @ 01:34:57
  Author: bisson
Revision: 289829

switch to sha256sum

Modified:
  pinentry/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2017-03-02 01:34:53 UTC (rev 289828)
+++ PKGBUILD2017-03-02 01:34:57 UTC (rev 289829)
@@ -15,7 +15,8 @@
 'qt5-base: qt backend'
 'gcr: gnome3 backend')
 
source=("ftp://ftp.gnupg.org/gcrypt/${pkgname}/${pkgname}-${pkgver}.tar.bz2"{,.sig})
-sha1sums=('85d9ac81ebad3fb082514c505c90c39a0456f1f6' 'SKIP')
+sha256sums=('1672c2edc1feb036075b187c0773787b2afd0544f55025c645a71b4c2f79275a'
+'SKIP')
 validpgpkeys=('D8692123C4065DEA5E0F3AB5249B39D24F25E3B6')
 
 build() {


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

2017-03-01 Thread Gaëtan Bisson
Date: Thursday, March 2, 2017 @ 01:34:40
  Author: bisson
Revision: 289825

switch to sha256sum

Modified:
  nmap/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2017-03-02 01:34:36 UTC (rev 289824)
+++ PKGBUILD2017-03-02 01:34:40 UTC (rev 289825)
@@ -20,8 +20,8 @@
 validpgpkeys=('436D66AB9A798425FDA0E3F801AF9F036B9355D0')
 source=("https://nmap.org/dist/${pkgname}-${pkgver}.tar.bz2";
 "https://nmap.org/dist/sigs/${pkgname}-${pkgver}.tar.bz2.asc";)
-sha1sums=('f5d44b1ae193058307aee98142ef64e3d627b455'
-  'SKIP')
+sha256sums=('9e14665fffd054554d129d62c13ad95a7b5c7a046daa2290501909e65f4d3188'
+'SKIP')
 
 build() {
cd "${srcdir}/${pkgname}-${pkgver}"


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

2017-03-01 Thread Gaëtan Bisson
Date: Thursday, March 2, 2017 @ 01:35:19
  Author: bisson
Revision: 289834

switch to sha256sum

Modified:
  rfkill/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2017-03-02 01:35:15 UTC (rev 289833)
+++ PKGBUILD2017-03-02 01:35:19 UTC (rev 289834)
@@ -15,10 +15,11 @@
 'service.unblock'
 'service.block'
 'rules.d')
-sha1sums=('03025d4ae285c40d5c19ec99ef7b317afda9d900' 'SKIP'
-  '5f4a04a434df2ca28ca6687326c67c1f125aa3d4'
-  '6cc294af37232469cd5ba63455b571fe258e1cc6'
-  '6390eaa793b473098aaa11b13c5254d611a4c13a')
+sha256sums=('e0ae3004215e39a6c5c36e0726558740728d16f67ebdb8bea621250f6091d86a'
+'SKIP'
+'8ccec10a22523f6b9d55e0d6cbf91905a39881446710aa083e935e8073323376'
+'a22e0a037e702170c7d88460cc9c9c2ab1d3e5c54a6985cd4a164ea7beff1b36'
+'742309fee7f47baa83df9ea6fef525ff9aec395c8cbd9fe848ceb2643f37')
 
 build() {
cd "${srcdir}/${pkgname}-${pkgver}"


  1   2   3   >