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

2018-07-06 Thread Felix Yan via arch-commits
Date: Saturday, July 7, 2018 @ 03:05:21
  Author: felixonmars
Revision: 353937

archrelease: copy trunk to community-staging-x86_64

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

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

Copied: haskell-snap-core/repos/community-staging-x86_64/PKGBUILD (from rev 
353936, haskell-snap-core/trunk/PKGBUILD)
===
--- community-staging-x86_64/PKGBUILD   (rev 0)
+++ community-staging-x86_64/PKGBUILD   2018-07-07 03:05:21 UTC (rev 353937)
@@ -0,0 +1,53 @@
+# $Id$
+# Maintainer: Felix Yan 
+
+_hkgname=snap-core
+pkgname=haskell-snap-core
+pkgver=1.0.3.2
+pkgrel=17
+pkgdesc="A Haskell Web Framework (core interfaces and types)"
+url="https://github.com/JustusAdam/snap-core;
+license=('custom:BSD3')
+arch=('x86_64')
+depends=('ghc-libs' 'haskell-old-locale' 'haskell-hunit' 'haskell-attoparsec'
+ 'haskell-case-insensitive' 'haskell-lifted-base' 'haskell-io-streams' 
'haskell-hashable'
+ 'haskell-monad-control' 'haskell-random' 'haskell-readable' 
'haskell-regex-posix'
+ 'haskell-transformers-base' 'haskell-unix-compat' 
'haskell-unordered-containers'
+ 'haskell-vector' 'haskell-network' 'haskell-network-uri')
+makedepends=('ghc' 'haskell-quickcheck' 'haskell-parallel' 
'haskell-test-framework'
+ 'haskell-test-framework-hunit' 
'haskell-test-framework-quickcheck2' 'haskell-zlib')
+source=(https://hackage.haskell.org/packages/archive/${_hkgname}/${pkgver}/${_hkgname}-${pkgver}.tar.gz)
+sha512sums=('83f60dd07e6f75779ebf44601fa7bb3d3e67936409d00df46dd03b9353325e74a90c0f915e3787991383047508dff507e1d7d09ee8eed62988abf6aca0594326')
+
+prepare() {
+cd $_hkgname-$pkgver
+sed -i -e '/bytestring-builder/d' -e 's/<.*2.7/<3/' $_hkgname.cabal
+}
+
+build() {
+cd $_hkgname-$pkgver
+
+runhaskell Setup configure -O --enable-shared --enable-executable-dynamic 
--disable-library-vanilla \
+--prefix=/usr --docdir="/usr/share/doc/${pkgname}" --enable-tests \
+--dynlibdir=/usr/lib --libsubdir=\$compiler/site-local/\$pkgid
+runhaskell Setup build
+runhaskell Setup register --gen-script
+runhaskell Setup unregister --gen-script
+sed -i -r -e "s|ghc-pkg.*update[^ ]* |&'--force' |" register.sh
+sed -i -r -e "s|ghc-pkg.*unregister[^ ]* |&'--force' |" unregister.sh
+}
+
+check() {
+cd $_hkgname-$pkgver
+runhaskell Setup test
+}
+
+package() {
+cd $_hkgname-$pkgver
+
+install -D -m744 register.sh   
"${pkgdir}/usr/share/haskell/register/${pkgname}.sh"
+install -D -m744 unregister.sh 
"${pkgdir}/usr/share/haskell/unregister/${pkgname}.sh"
+runhaskell Setup copy --destdir="${pkgdir}"
+install -D -m644 "LICENSE" 
"${pkgdir}/usr/share/licenses/${pkgname}/LICENSE"
+rm -f "${pkgdir}/usr/share/doc/${pkgname}/LICENSE"
+}


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

2018-07-06 Thread Felix Yan via arch-commits
Date: Saturday, July 7, 2018 @ 03:05:02
  Author: felixonmars
Revision: 353936

upgpkg: haskell-snap-core 1.0.3.2-17

rebuild with hspec 2.5.3, hspec-core 2.5.3, hspec-discover 2.5.3

Modified:
  haskell-snap-core/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2018-07-07 03:01:55 UTC (rev 353935)
+++ PKGBUILD2018-07-07 03:05:02 UTC (rev 353936)
@@ -4,7 +4,7 @@
 _hkgname=snap-core
 pkgname=haskell-snap-core
 pkgver=1.0.3.2
-pkgrel=16
+pkgrel=17
 pkgdesc="A Haskell Web Framework (core interfaces and types)"
 url="https://github.com/JustusAdam/snap-core;
 license=('custom:BSD3')


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

2018-07-06 Thread Felix Yan via arch-commits
Date: Saturday, July 7, 2018 @ 03:01:33
  Author: felixonmars
Revision: 353934

upgpkg: haskell-servant 0.13.0.1-22

rebuild with hspec 2.5.3, hspec-core 2.5.3, hspec-discover 2.5.3

Modified:
  haskell-servant/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2018-07-07 03:00:29 UTC (rev 353933)
+++ PKGBUILD2018-07-07 03:01:33 UTC (rev 353934)
@@ -5,7 +5,7 @@
 _hkgname=servant
 pkgname=haskell-servant
 pkgver=0.13.0.1
-pkgrel=21
+pkgrel=22
 pkgdesc="A family of combinators for defining webservices APIs"
 url="http://haskell-servant.readthedocs.org/;
 license=("custom:BSD3")


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

2018-07-06 Thread Felix Yan via arch-commits
Date: Saturday, July 7, 2018 @ 03:01:55
  Author: felixonmars
Revision: 353935

archrelease: copy trunk to community-staging-x86_64

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

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

Copied: haskell-servant/repos/community-staging-x86_64/PKGBUILD (from rev 
353934, haskell-servant/trunk/PKGBUILD)
===
--- community-staging-x86_64/PKGBUILD   (rev 0)
+++ community-staging-x86_64/PKGBUILD   2018-07-07 03:01:55 UTC (rev 353935)
@@ -0,0 +1,53 @@
+# $Id$
+# Maintainer: Felix Yan 
+# Contributor: Arch Haskell Team 
+
+_hkgname=servant
+pkgname=haskell-servant
+pkgver=0.13.0.1
+pkgrel=22
+pkgdesc="A family of combinators for defining webservices APIs"
+url="http://haskell-servant.readthedocs.org/;
+license=("custom:BSD3")
+arch=('x86_64')
+depends=('ghc-libs' 'haskell-base-compat' 'haskell-aeson' 'haskell-attoparsec'
+ 'haskell-case-insensitive' 'haskell-http-api-data' 
'haskell-http-media'
+ 'haskell-http-types' 'haskell-natural-transformation' 'haskell-mmorph'
+ 'haskell-tagged' 'haskell-singleton-bool' 'haskell-string-conversions'
+ 'haskell-network-uri' 'haskell-vault')
+makedepends=('ghc' 'haskell-cabal-doctest' 'haskell-aeson-compat' 
'haskell-hspec'
+ 'haskell-quickcheck' 'haskell-quickcheck-instances' 
'haskell-doctest')
+source=("https://hackage.haskell.org/packages/archive/${_hkgname}/${pkgver}/${_hkgname}-${pkgver}.tar.gz;)
+sha512sums=('3be9a97f2cc3d60cf3fc0f09aa3ee227f777dcb7e85e8579b1c169319f03dbb742fafa7dd1d4a1d20cdd04534cd327af3cbb04daf684ebdfc4e6e3a8c7b819d6')
+
+prepare() {
+cd $_hkgname-$pkgver
+}
+
+build() {
+cd $_hkgname-$pkgver
+
+runhaskell Setup configure -O --enable-shared --enable-executable-dynamic 
--disable-library-vanilla \
+--prefix=/usr --docdir="/usr/share/doc/${pkgname}" --enable-tests \
+--dynlibdir=/usr/lib --libsubdir=\$compiler/site-local/\$pkgid
+runhaskell Setup build
+runhaskell Setup register --gen-script
+runhaskell Setup unregister --gen-script
+sed -i -r -e "s|ghc-pkg.*update[^ ]* |&'--force' |" register.sh
+sed -i -r -e "s|ghc-pkg.*unregister[^ ]* |&'--force' |" unregister.sh
+}
+
+check() {
+cd $_hkgname-$pkgver
+runhaskell Setup test
+}
+
+package() {
+cd $_hkgname-$pkgver
+
+install -D -m744 register.sh   
"${pkgdir}/usr/share/haskell/register/${pkgname}.sh"
+install -D -m744 unregister.sh 
"${pkgdir}/usr/share/haskell/unregister/${pkgname}.sh"
+runhaskell Setup copy --destdir="${pkgdir}"
+install -D -m644 "LICENSE" 
"${pkgdir}/usr/share/licenses/${pkgname}/LICENSE"
+rm -f "${pkgdir}/usr/share/doc/${pkgname}/LICENSE"
+}


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

2018-07-06 Thread Felix Yan via arch-commits
Date: Saturday, July 7, 2018 @ 03:00:29
  Author: felixonmars
Revision: 353933

archrelease: copy trunk to community-staging-x86_64

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

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

Copied: haskell-sandi/repos/community-staging-x86_64/PKGBUILD (from rev 353932, 
haskell-sandi/trunk/PKGBUILD)
===
--- community-staging-x86_64/PKGBUILD   (rev 0)
+++ community-staging-x86_64/PKGBUILD   2018-07-07 03:00:29 UTC (rev 353933)
@@ -0,0 +1,40 @@
+# $Id$
+# Maintainer: Felix Yan 
+# Contributor: Arch Haskell Team 
+
+_hkgname=sandi
+pkgname=haskell-sandi
+pkgver=0.4.2
+pkgrel=27
+pkgdesc="Data encoding library"
+url="https://hackage.haskell.org/package/sandi;
+license=("custom:BSD3")
+arch=('x86_64')
+depends=('ghc-libs' "haskell-conduit" "haskell-exceptions" 
"haskell-stringsearch")
+makedepends=('ghc')
+source=("https://hackage.haskell.org/packages/archive/${_hkgname}/${pkgver}/${_hkgname}-${pkgver}.tar.gz;)
+sha512sums=('1fb255ca358c83a46121f930cbcbe4892f3c6d7b2830f4ba497faceeb9f1f5bb6046f1043c2c65b552e4afc0be1f413852db5b8e2054a476cacbe0d3fb4ee4a0')
+
+build() {
+cd "${srcdir}/${_hkgname}-${pkgver}"
+
+runhaskell Setup configure -O --enable-shared --enable-executable-dynamic 
--disable-library-vanilla \
+--prefix=/usr --docdir="/usr/share/doc/${pkgname}" \
+--dynlibdir=/usr/lib --libsubdir=\$compiler/site-local/\$pkgid \
+-fwith-conduit
+runhaskell Setup build
+runhaskell Setup register --gen-script
+runhaskell Setup unregister --gen-script
+sed -i -r -e "s|ghc-pkg.*update[^ ]* |&'--force' |" register.sh
+sed -i -r -e "s|ghc-pkg.*unregister[^ ]* |&'--force' |" unregister.sh
+}
+
+package() {
+cd "${srcdir}/${_hkgname}-${pkgver}"
+
+install -D -m744 register.sh   
"${pkgdir}/usr/share/haskell/register/${pkgname}.sh"
+install -D -m744 unregister.sh 
"${pkgdir}/usr/share/haskell/unregister/${pkgname}.sh"
+runhaskell Setup copy --destdir="${pkgdir}"
+install -D -m644 "LICENSE" 
"${pkgdir}/usr/share/licenses/${pkgname}/LICENSE"
+rm -f "${pkgdir}/usr/share/doc/${pkgname}/LICENSE"
+}


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

2018-07-06 Thread Felix Yan via arch-commits
Date: Saturday, July 7, 2018 @ 03:00:08
  Author: felixonmars
Revision: 353932

upgpkg: haskell-sandi 0.4.2-27

rebuild with hspec 2.5.3, hspec-core 2.5.3, hspec-discover 2.5.3

Modified:
  haskell-sandi/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2018-07-07 02:59:21 UTC (rev 353931)
+++ PKGBUILD2018-07-07 03:00:08 UTC (rev 353932)
@@ -5,7 +5,7 @@
 _hkgname=sandi
 pkgname=haskell-sandi
 pkgver=0.4.2
-pkgrel=26
+pkgrel=27
 pkgdesc="Data encoding library"
 url="https://hackage.haskell.org/package/sandi;
 license=("custom:BSD3")


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

2018-07-06 Thread Felix Yan via arch-commits
Date: Saturday, July 7, 2018 @ 02:59:21
  Author: felixonmars
Revision: 353931

archrelease: copy trunk to community-staging-x86_64

Added:
  haskell-hasql-transaction/repos/community-staging-x86_64/
  haskell-hasql-transaction/repos/community-staging-x86_64/PKGBUILD
(from rev 353930, haskell-hasql-transaction/trunk/PKGBUILD)

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

Copied: haskell-hasql-transaction/repos/community-staging-x86_64/PKGBUILD (from 
rev 353930, haskell-hasql-transaction/trunk/PKGBUILD)
===
--- community-staging-x86_64/PKGBUILD   (rev 0)
+++ community-staging-x86_64/PKGBUILD   2018-07-07 02:59:21 UTC (rev 353931)
@@ -0,0 +1,49 @@
+# $Id$
+# Maintainer: Felix Yan 
+
+_hkgname=hasql-transaction
+pkgname=haskell-hasql-transaction
+pkgver=0.5.2
+pkgrel=103
+pkgdesc="A composable abstraction over the retryable transactions for Hasql"
+url="https://github.com/nikita-volkov/hasql-transaction;
+license=('MIT')
+arch=('x86_64')
+depends=('ghc-libs' 'haskell-base-prelude' 'haskell-bytestring-tree-builder'
+ 'haskell-contravariant' 'haskell-contravariant-extras' 
'haskell-hasql')
+makedepends=('ghc' 'haskell-async' 'haskell-rebase')
+checkdepends=('postgresql' 'pifpaf')
+source=("https://hackage.haskell.org/packages/archive/${_hkgname}/${pkgver}/${_hkgname}-${pkgver}.tar.gz;)
+sha512sums=('be3478b6c62894b517d91b7cbd515ca4fdc750a0dde087bba73ca7e3426e733ca444937136765e526130ce74d112154d444a379f5e5771ec596c404ca19737e2')
+
+build() {
+cd "${srcdir}/${_hkgname}-${pkgver}"
+
+runhaskell Setup configure -O --enable-shared --enable-executable-dynamic 
--disable-library-vanilla \
+--prefix=/usr --docdir="/usr/share/doc/${pkgname}" --enable-tests \
+--dynlibdir=/usr/lib --libsubdir=\$compiler/site-local/\$pkgid
+runhaskell Setup build
+runhaskell Setup register --gen-script
+runhaskell Setup unregister --gen-script
+sed -i -r -e "s|ghc-pkg.*update[^ ]* |&'--force' |" register.sh
+sed -i -r -e "s|ghc-pkg.*unregister[^ ]* |&'--force' |" unregister.sh
+}
+
+check() {
+cd $_hkgname-$pkgver
+
+eval $(pifpaf run postgresql --host 127.0.0.1 --port 5432)
+createuser -s postgres
+runhaskell Setup test
+pifpaf_stop
+}
+
+package() {
+cd "${srcdir}/${_hkgname}-${pkgver}"
+
+install -D -m744 register.sh   
"${pkgdir}/usr/share/haskell/register/${pkgname}.sh"
+install -D -m744 unregister.sh 
"${pkgdir}/usr/share/haskell/unregister/${pkgname}.sh"
+runhaskell Setup copy --destdir="${pkgdir}"
+install -D -m644 "LICENSE" 
"${pkgdir}/usr/share/licenses/${pkgname}/LICENSE"
+rm -f "${pkgdir}/usr/share/doc/${pkgname}/LICENSE"
+}


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

2018-07-06 Thread Felix Yan via arch-commits
Date: Saturday, July 7, 2018 @ 02:59:00
  Author: felixonmars
Revision: 353930

upgpkg: haskell-hasql-transaction 0.5.2-103

rebuild with hspec 2.5.3, hspec-core 2.5.3, hspec-discover 2.5.3

Modified:
  haskell-hasql-transaction/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2018-07-07 00:46:33 UTC (rev 353929)
+++ PKGBUILD2018-07-07 02:59:00 UTC (rev 353930)
@@ -4,7 +4,7 @@
 _hkgname=hasql-transaction
 pkgname=haskell-hasql-transaction
 pkgver=0.5.2
-pkgrel=102
+pkgrel=103
 pkgdesc="A composable abstraction over the retryable transactions for Hasql"
 url="https://github.com/nikita-volkov/hasql-transaction;
 license=('MIT')


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

2018-07-06 Thread Sven-Hendrik Haase via arch-commits
Date: Saturday, July 7, 2018 @ 00:46:29
  Author: svenstaro
Revision: 353928

upgpkg: texstudio 2.12.10-2

Use system hunspell and quazip

Modified:
  texstudio/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2018-07-07 00:40:56 UTC (rev 353927)
+++ PKGBUILD2018-07-07 00:46:29 UTC (rev 353928)
@@ -2,12 +2,12 @@
 # Contributor: Clément DEMOULINS 
 pkgname=texstudio
 pkgver=2.12.10
-pkgrel=1
+pkgrel=2
 pkgdesc="Integrated writing environment for creating LaTeX documents"
 arch=('x86_64')
 url="http://texstudio.sourceforge.net/;
 license=('GPL')
-depends=('poppler-qt5' 'qt5-svg' 'qt5-script' 'libxkbcommon-x11' 
'hicolor-icon-theme')
+depends=('poppler-qt5' 'qt5-svg' 'qt5-script' 'libxkbcommon-x11' 
'hicolor-icon-theme' 'hunspell' 'quazip')
 makedepends=('qt5-tools' 'mercurial' 'imagemagick' 'librsvg')
 optdepends=('evince: pdf reader'
 'okular: alternate pdf reader')
@@ -20,7 +20,11 @@
 
'a098c45440077db6c137bbeeb76d266242b80d51c3721aed30987d22b3e381b2a490b685aff4897d203a17256c64a9254360e3ac6f962675ea4b9a575a29a808')
 
 prepare() {
-cd texstudio-${pkgver}/src
+cd texstudio-${pkgver}
+sed -i "s/-lquazip/-lquazip5/g" texstudio.pro
+sed -i "s|include/quazip|include/quazip5|g" texstudio.pro
+
+cd src
 patch -Np1 < "${srcdir}"/fs54269.patch
 patch -Np1 < "${srcdir}"/fs56433.patch
 }
@@ -27,7 +31,7 @@
 
 build() {
 cd texstudio-${pkgver}
-qmake-qt5 CONFIG-="debug" texstudio.pro
+qmake-qt5 CONFIG-="debug" USE_SYSTEM_QUAZIP=1 USE_SYSTEM_HUNSPELL=1 
texstudio.pro
 make
 }
 


[arch-commits] Commit in texstudio/repos/community-x86_64 (6 files)

2018-07-06 Thread Sven-Hendrik Haase via arch-commits
Date: Saturday, July 7, 2018 @ 00:46:33
  Author: svenstaro
Revision: 353929

archrelease: copy trunk to community-x86_64

Added:
  texstudio/repos/community-x86_64/PKGBUILD
(from rev 353928, texstudio/trunk/PKGBUILD)
  texstudio/repos/community-x86_64/fs54269.patch
(from rev 353928, texstudio/trunk/fs54269.patch)
  texstudio/repos/community-x86_64/fs56433.patch
(from rev 353928, texstudio/trunk/fs56433.patch)
Deleted:
  texstudio/repos/community-x86_64/PKGBUILD
  texstudio/repos/community-x86_64/fs54269.patch
  texstudio/repos/community-x86_64/fs56433.patch

---+
 PKGBUILD  |   92 +---
 fs54269.patch |   22 ++---
 fs56433.patch |   48 ++---
 3 files changed, 83 insertions(+), 79 deletions(-)

Deleted: PKGBUILD
===
--- PKGBUILD2018-07-07 00:46:29 UTC (rev 353928)
+++ PKGBUILD2018-07-07 00:46:33 UTC (rev 353929)
@@ -1,44 +0,0 @@
-# Maintainer: Sven-Hendrik Haase 
-# Contributor: Clément DEMOULINS 
-pkgname=texstudio
-pkgver=2.12.10
-pkgrel=1
-pkgdesc="Integrated writing environment for creating LaTeX documents"
-arch=('x86_64')
-url="http://texstudio.sourceforge.net/;
-license=('GPL')
-depends=('poppler-qt5' 'qt5-svg' 'qt5-script' 'libxkbcommon-x11' 
'hicolor-icon-theme')
-makedepends=('qt5-tools' 'mercurial' 'imagemagick' 'librsvg')
-optdepends=('evince: pdf reader'
-'okular: alternate pdf reader')
-replaces=('texmakerx')
-source=("https://github.com/texstudio-org/texstudio/archive/${pkgver}.tar.gz;
-fs54269.patch
-fs56433.patch)
-sha512sums=('c3d1e14df8efe3f37dd71e5d0148f57f117c666b9487712fca5a7bd967eca4f7951c970bc5bffab14daef4fb8497af33edf2fce23cc9ae4cf598d905d9312ef0'
-
'247e85f668b06c8a2def4e7456f0ddc8d35c7990484c1c037f7cf43fdee91419b5df66e968ef1e0c637fe685722bbad9171bdd79fad7a10912ae329aff088b68'
-
'a098c45440077db6c137bbeeb76d266242b80d51c3721aed30987d22b3e381b2a490b685aff4897d203a17256c64a9254360e3ac6f962675ea4b9a575a29a808')
-
-prepare() {
-cd texstudio-${pkgver}/src
-patch -Np1 < "${srcdir}"/fs54269.patch
-patch -Np1 < "${srcdir}"/fs56433.patch
-}
-
-build() {
-cd texstudio-${pkgver}
-qmake-qt5 CONFIG-="debug" texstudio.pro
-make
-}
-
-package() {
-cd texstudio-${pkgver}
-make INSTALL_ROOT="${pkgdir}" install
-
-for res in $(/bin/ls /usr/share/icons/hicolor | grep '[0-9]\+x[0-9]\+'); do
-mkdir -p "${pkgdir}"/usr/share/icons/hicolor/${res}/apps
-convert -background none -density 1200 -resize ${res} \
-"${pkgdir}"/usr/share/icons/hicolor/scalable/apps/texstudio.svg \
-"${pkgdir}"/usr/share/icons/hicolor/${res}/apps/texstudio.png
-done
-}

Copied: texstudio/repos/community-x86_64/PKGBUILD (from rev 353928, 
texstudio/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2018-07-07 00:46:33 UTC (rev 353929)
@@ -0,0 +1,48 @@
+# Maintainer: Sven-Hendrik Haase 
+# Contributor: Clément DEMOULINS 
+pkgname=texstudio
+pkgver=2.12.10
+pkgrel=2
+pkgdesc="Integrated writing environment for creating LaTeX documents"
+arch=('x86_64')
+url="http://texstudio.sourceforge.net/;
+license=('GPL')
+depends=('poppler-qt5' 'qt5-svg' 'qt5-script' 'libxkbcommon-x11' 
'hicolor-icon-theme' 'hunspell' 'quazip')
+makedepends=('qt5-tools' 'mercurial' 'imagemagick' 'librsvg')
+optdepends=('evince: pdf reader'
+'okular: alternate pdf reader')
+replaces=('texmakerx')
+source=("https://github.com/texstudio-org/texstudio/archive/${pkgver}.tar.gz;
+fs54269.patch
+fs56433.patch)
+sha512sums=('c3d1e14df8efe3f37dd71e5d0148f57f117c666b9487712fca5a7bd967eca4f7951c970bc5bffab14daef4fb8497af33edf2fce23cc9ae4cf598d905d9312ef0'
+
'247e85f668b06c8a2def4e7456f0ddc8d35c7990484c1c037f7cf43fdee91419b5df66e968ef1e0c637fe685722bbad9171bdd79fad7a10912ae329aff088b68'
+
'a098c45440077db6c137bbeeb76d266242b80d51c3721aed30987d22b3e381b2a490b685aff4897d203a17256c64a9254360e3ac6f962675ea4b9a575a29a808')
+
+prepare() {
+cd texstudio-${pkgver}
+sed -i "s/-lquazip/-lquazip5/g" texstudio.pro
+sed -i "s|include/quazip|include/quazip5|g" texstudio.pro
+
+cd src
+patch -Np1 < "${srcdir}"/fs54269.patch
+patch -Np1 < "${srcdir}"/fs56433.patch
+}
+
+build() {
+cd texstudio-${pkgver}
+qmake-qt5 CONFIG-="debug" USE_SYSTEM_QUAZIP=1 USE_SYSTEM_HUNSPELL=1 
texstudio.pro
+make
+}
+
+package() {
+cd texstudio-${pkgver}
+make INSTALL_ROOT="${pkgdir}" install
+
+for res in $(/bin/ls /usr/share/icons/hicolor | grep '[0-9]\+x[0-9]\+'); do
+mkdir -p "${pkgdir}"/usr/share/icons/hicolor/${res}/apps
+convert -background none -density 1200 -resize ${res} \
+"${pkgdir}"/usr/share/icons/hicolor/scalable/apps/texstudio.svg \
+

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

2018-07-06 Thread Kyle Keen via arch-commits
Date: Saturday, July 7, 2018 @ 00:40:56
  Author: kkeen
Revision: 353927

archrelease: copy trunk to community-x86_64

Added:
  zeromq/repos/community-x86_64/PKGBUILD
(from rev 353926, zeromq/trunk/PKGBUILD)
Deleted:
  zeromq/repos/community-x86_64/PKGBUILD

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

Deleted: PKGBUILD
===
--- PKGBUILD2018-07-07 00:40:44 UTC (rev 353926)
+++ PKGBUILD2018-07-07 00:40:56 UTC (rev 353927)
@@ -1,54 +0,0 @@
-# $Id$
-# Maintainer: Kyle Keen 
-pkgname=zeromq
-pkgver=4.2.2
-pkgrel=2
-pkgdesc="Fast messaging system built on sockets.  C and C++ bindings.  aka 
0MQ, ZMQ."
-arch=('i686' 'x86_64')
-url="http://www.zeromq.org;
-license=('LGPL')
-depends=('gcc-libs' 'util-linux' 'libsodium' 'libpgm')
-makedepends=('asciidoc' 'xmlto')
-options=('staticlibs')
-# "http://download.zeromq.org/$pkgname-$pkgver.tar.gz;
-source=("https://github.com/zeromq/libzmq/releases/download/v$pkgver/zeromq-$pkgver.tar.gz;
-
"zmq.hpp.$pkgver::https://raw.githubusercontent.com/zeromq/cppzmq/b0e6d4b/zmq.hpp;)
-sha256sums=('5b23f4ca9ef545d5bd3af55d305765e3ee06b986263b31967435d285a3e6df6b'
-'02b73219656df3ffe3b231c7d0326e754a738ef2a83c8e94cd1e47d22cdd9535')
-
-prepare() {
-  # Needed for new libsodium
-  sed -i 's/libzmq_werror="yes"/libzmq_werror="no"/' $pkgname-$pkgver/configure
-  cp zmq.hpp.$pkgver zmq.hpp
-}
-
-build() {
-  cd "$srcdir/$pkgname-$pkgver"
-  ./configure prefix=/usr --with-pgm --with-libsodium \
---with-documentation --enable-static
-  make
-}
-
-check() {
-  cd "$srcdir/$pkgname-$pkgver"
-
-  # this will fail if zmq.hpp is out of date
-  LANG=C gcc -c ../zmq.hpp -L ./.libs/ -I ./include/ -o ./test.o
-  rm -f test.o
-
-  # 10/63 tests fail on the build server
-  # 100% pass on my local box?
-  return 0
-  if [[ $CARCH == 'i686' ]]; then
-return 0
-  fi
-  make -k check
-}
-
-
-package() {
-  cd "$srcdir/$pkgname-$pkgver"
-  make DESTDIR="$pkgdir" install
-  install -Dm644 "$srcdir/zmq.hpp" "$pkgdir/usr/include/zmq.hpp"
-}
-

Copied: zeromq/repos/community-x86_64/PKGBUILD (from rev 353926, 
zeromq/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2018-07-07 00:40:56 UTC (rev 353927)
@@ -0,0 +1,51 @@
+# $Id$
+# Maintainer: Kyle Keen 
+pkgname=zeromq
+pkgver=4.2.3
+pkgrel=1
+pkgdesc="Fast messaging system built on sockets.  C and C++ bindings.  aka 
0MQ, ZMQ."
+arch=('x86_64')
+url="http://www.zeromq.org;
+license=('LGPL')
+depends=('gcc-libs' 'util-linux' 'libsodium' 'libpgm')
+makedepends=('asciidoc' 'xmlto')
+options=('staticlibs')
+# "http://download.zeromq.org/$pkgname-$pkgver.tar.gz;
+source=("https://github.com/zeromq/libzmq/releases/download/v$pkgver/zeromq-$pkgver.tar.gz;
+
"zmq.hpp.$pkgver::https://raw.githubusercontent.com/zeromq/cppzmq/b0e6d4b/zmq.hpp;)
+sha256sums=('8f1e2b2aade4dbfde98d82366d61baef2f62e812530160d2e6d0a5bb24e40bc0'
+'02b73219656df3ffe3b231c7d0326e754a738ef2a83c8e94cd1e47d22cdd9535')
+
+prepare() {
+  # Needed for new libsodium
+  sed -i 's/libzmq_werror="yes"/libzmq_werror="no"/' $pkgname-$pkgver/configure
+  cp zmq.hpp.$pkgver zmq.hpp
+}
+
+build() {
+  cd "$srcdir/$pkgname-$pkgver"
+  ./configure prefix=/usr --with-pgm --with-libsodium \
+--with-documentation --enable-static
+  make
+}
+
+check() {
+  cd "$srcdir/$pkgname-$pkgver"
+
+  # this will fail if zmq.hpp is out of date
+  LANG=C gcc -c ../zmq.hpp -L ./.libs/ -I ./include/ -o ./test.o
+  rm -f test.o
+
+  if [[ $CARCH == 'i686' ]]; then
+return 0
+  fi
+  make -k check
+}
+
+
+package() {
+  cd "$srcdir/$pkgname-$pkgver"
+  make DESTDIR="$pkgdir" install
+  install -Dm644 "$srcdir/zmq.hpp" "$pkgdir/usr/include/zmq.hpp"
+}
+


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

2018-07-06 Thread Kyle Keen via arch-commits
Date: Saturday, July 7, 2018 @ 00:40:44
  Author: kkeen
Revision: 353926

upgpkg: zeromq 4.2.3-1

Modified:
  zeromq/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2018-07-07 00:20:38 UTC (rev 353925)
+++ PKGBUILD2018-07-07 00:40:44 UTC (rev 353926)
@@ -1,8 +1,8 @@
 # $Id$
 # Maintainer: Kyle Keen 
 pkgname=zeromq
-pkgver=4.2.2
-pkgrel=2
+pkgver=4.2.3
+pkgrel=1
 pkgdesc="Fast messaging system built on sockets.  C and C++ bindings.  aka 
0MQ, ZMQ."
 arch=('x86_64')
 url="http://www.zeromq.org;
@@ -13,7 +13,7 @@
 # "http://download.zeromq.org/$pkgname-$pkgver.tar.gz;
 
source=("https://github.com/zeromq/libzmq/releases/download/v$pkgver/zeromq-$pkgver.tar.gz;
 
"zmq.hpp.$pkgver::https://raw.githubusercontent.com/zeromq/cppzmq/b0e6d4b/zmq.hpp;)
-sha256sums=('5b23f4ca9ef545d5bd3af55d305765e3ee06b986263b31967435d285a3e6df6b'
+sha256sums=('8f1e2b2aade4dbfde98d82366d61baef2f62e812530160d2e6d0a5bb24e40bc0'
 '02b73219656df3ffe3b231c7d0326e754a738ef2a83c8e94cd1e47d22cdd9535')
 
 prepare() {
@@ -36,9 +36,6 @@
   LANG=C gcc -c ../zmq.hpp -L ./.libs/ -I ./include/ -o ./test.o
   rm -f test.o
 
-  # 10/63 tests fail on the build server
-  # 100% pass on my local box?
-  return 0
   if [[ $CARCH == 'i686' ]]; then
 return 0
   fi


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

2018-07-06 Thread Sven-Hendrik Haase via arch-commits
Date: Saturday, July 7, 2018 @ 00:20:38
  Author: svenstaro
Revision: 353925

archrelease: copy trunk to community-x86_64

Added:
  arrayfire/repos/community-x86_64/PKGBUILD
(from rev 353924, arrayfire/trunk/PKGBUILD)
Deleted:
  arrayfire/repos/community-x86_64/PKGBUILD

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

Deleted: PKGBUILD
===
--- PKGBUILD2018-07-07 00:20:27 UTC (rev 353924)
+++ PKGBUILD2018-07-07 00:20:38 UTC (rev 353925)
@@ -1,64 +0,0 @@
-# Maintainer: Sven-Hendrik Haase 
-pkgname=arrayfire
-pkgdesc="High performance software library for parallel computing with an 
easy-to-use API"
-url='https://arrayfire.com'
-pkgver=3.6.0
-arch=('x86_64')
-pkgrel=3
-license=('BSD')
-depends=('cblas' 'fftw' 'boost-libs' 'lapacke' 'forge' 'freeimage' 'glfw' 
'glew' 'glbinding')
-makedepends=('cmake' 'graphviz' 'doxygen' 'opencl-headers' 'boost' 'python' 
'ocl-icd' 'cuda' 'git')
-optdepends=('cuda: Required for using CUDA backend'
-'nvidia-utils: Required for using CUDA backend'
-'libclc: Required for using OpenCL backend')
-options=('!buildflags')
-source=("http://arrayfire.com/arrayfire_source/arrayfire-full-${pkgver}.tar.bz2;
-
https://patch-diff.githubusercontent.com/raw/arrayfire/arrayfire/pull/2149.patch)
-sha512sums=('7d651a29c3ba927a3d6b8d1c461fe21e55bae2a988970c46353a2934855db1c8e150d20763faaccbac2a028b4cb6b19b61bbf3709a1052d8081f34637e686d8b'
-
'1ea708e832e3aacc376ab34d30c39ea072303fc0d69b299c743ac18e4612c0947351b7e320bf626c68f93a030dc461043e59c46ad8b9f4a95886c38ab4b3a2d8')
-
-prepare() {
-  cd "${srcdir}/arrayfire-full-${pkgver}"
-
-  patch -Np1 -i "${srcdir}/2149.patch"
-
-  rm -rf build && mkdir build
-}
-
-build() {
-  cd "${srcdir}/arrayfire-full-${pkgver}"
-
-  cd build
-  cmake .. \
-  -DCMAKE_INSTALL_PREFIX=/usr \
-  -DAF_USE_SYSTEM_FORGE=ON \
-  -DAF_WITH_IMAGEIO=ON \
-  -DAF_WITH_GRAPHICS=ON \
-  -DAF_BUILD_CPU=ON \
-  -DAF_BUILD_OPENCL=ON \
-  -DAF_BUILD_NONFREE=ON \
-  -DAF_BUILD_EXAMPLES=ON \
-  -DAF_BUILD_DOCS=ON \
-  
-DCUDA_architecture_build_targets="3.0;3.2;3.5;3.7;5.0;5.2;5.3;6.0;6.1;6.2;7.0" 
\
-  -DCMAKE_BUILD_TYPE=Release \
-  -DCUDA_HOST_COMPILER=/usr/bin/gcc-7
-
-  make
-}
-
-# check() {
-#   cd "${srcdir}/arrayfire-full-${pkgver}/build"
-#
-#   # Some tests fail :(
-#   make test
-# }
-
-package() {
-  cd "${srcdir}/arrayfire-full-${pkgver}"
-
-  install -Dm644 LICENSE ${pkgdir}/usr/share/licenses/${pkgname}/LICENSE
-
-  cd build
-
-  make DESTDIR="${pkgdir}/" install
-}

Copied: arrayfire/repos/community-x86_64/PKGBUILD (from rev 353924, 
arrayfire/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2018-07-07 00:20:38 UTC (rev 353925)
@@ -0,0 +1,60 @@
+# Maintainer: Sven-Hendrik Haase 
+pkgname=arrayfire
+pkgdesc="High performance software library for parallel computing with an 
easy-to-use API"
+url='https://arrayfire.com'
+pkgver=3.6.1
+arch=('x86_64')
+pkgrel=1
+license=('BSD')
+depends=('cblas' 'fftw' 'boost-libs' 'lapacke' 'forge' 'freeimage' 'glfw' 
'glew' 'glbinding')
+makedepends=('cmake' 'graphviz' 'doxygen' 'opencl-headers' 'boost' 'python' 
'ocl-icd' 'cuda' 'git')
+optdepends=('cuda: Required for using CUDA backend'
+'nvidia-utils: Required for using CUDA backend'
+'libclc: Required for using OpenCL backend')
+options=('!buildflags')
+source=("http://arrayfire.com/arrayfire_source/arrayfire-full-${pkgver}.tar.bz2;)
+sha512sums=('44f4e0e5c99764a34854e5da7c893cd956a42dd4a23a5761e63a661e23cbd0bbab7cec3fc182aa1b5255989b19b3713bde8a10aee782bd76424b6c4b025e0f36')
+
+prepare() {
+  cd "${srcdir}/arrayfire-full-${pkgver}"
+
+  rm -rf build && mkdir build
+}
+
+build() {
+  cd "${srcdir}/arrayfire-full-${pkgver}"
+
+  cd build
+  cmake .. \
+  -DCMAKE_INSTALL_PREFIX=/usr \
+  -DAF_USE_SYSTEM_FORGE=ON \
+  -DAF_WITH_IMAGEIO=ON \
+  -DAF_WITH_GRAPHICS=ON \
+  -DAF_BUILD_CPU=ON \
+  -DAF_BUILD_OPENCL=ON \
+  -DAF_BUILD_NONFREE=ON \
+  -DAF_BUILD_EXAMPLES=ON \
+  -DAF_BUILD_DOCS=ON \
+  
-DCUDA_architecture_build_targets="3.0;3.2;3.5;3.7;5.0;5.2;5.3;6.0;6.1;6.2;7.0" 
\
+  -DCMAKE_BUILD_TYPE=Release \
+  -DCUDA_HOST_COMPILER=/usr/bin/gcc-7
+
+  make
+}
+
+# check() {
+#   cd "${srcdir}/arrayfire-full-${pkgver}/build"
+#
+#   # Some tests fail :(
+#   make test
+# }
+
+package() {
+  cd "${srcdir}/arrayfire-full-${pkgver}"
+
+  install -Dm644 LICENSE ${pkgdir}/usr/share/licenses/${pkgname}/LICENSE
+
+  cd build
+
+  make DESTDIR="${pkgdir}/" install
+}


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

2018-07-06 Thread Sven-Hendrik Haase via arch-commits
Date: Saturday, July 7, 2018 @ 00:20:27
  Author: svenstaro
Revision: 353924

upgpkg: arrayfire 3.6.1-1

Modified:
  arrayfire/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2018-07-06 20:20:55 UTC (rev 353923)
+++ PKGBUILD2018-07-07 00:20:27 UTC (rev 353924)
@@ -2,9 +2,9 @@
 pkgname=arrayfire
 pkgdesc="High performance software library for parallel computing with an 
easy-to-use API"
 url='https://arrayfire.com'
-pkgver=3.6.0
+pkgver=3.6.1
 arch=('x86_64')
-pkgrel=3
+pkgrel=1
 license=('BSD')
 depends=('cblas' 'fftw' 'boost-libs' 'lapacke' 'forge' 'freeimage' 'glfw' 
'glew' 'glbinding')
 makedepends=('cmake' 'graphviz' 'doxygen' 'opencl-headers' 'boost' 'python' 
'ocl-icd' 'cuda' 'git')
@@ -12,16 +12,12 @@
 'nvidia-utils: Required for using CUDA backend'
 'libclc: Required for using OpenCL backend')
 options=('!buildflags')
-source=("http://arrayfire.com/arrayfire_source/arrayfire-full-${pkgver}.tar.bz2;
-
https://patch-diff.githubusercontent.com/raw/arrayfire/arrayfire/pull/2149.patch)
-sha512sums=('7d651a29c3ba927a3d6b8d1c461fe21e55bae2a988970c46353a2934855db1c8e150d20763faaccbac2a028b4cb6b19b61bbf3709a1052d8081f34637e686d8b'
-
'1ea708e832e3aacc376ab34d30c39ea072303fc0d69b299c743ac18e4612c0947351b7e320bf626c68f93a030dc461043e59c46ad8b9f4a95886c38ab4b3a2d8')
+source=("http://arrayfire.com/arrayfire_source/arrayfire-full-${pkgver}.tar.bz2;)
+sha512sums=('44f4e0e5c99764a34854e5da7c893cd956a42dd4a23a5761e63a661e23cbd0bbab7cec3fc182aa1b5255989b19b3713bde8a10aee782bd76424b6c4b025e0f36')
 
 prepare() {
   cd "${srcdir}/arrayfire-full-${pkgver}"
 
-  patch -Np1 -i "${srcdir}/2149.patch"
-
   rm -rf build && mkdir build
 }
 


[arch-commits] Commit in stunnel/repos/community-x86_64 (8 files)

2018-07-06 Thread Eli Schwartz via arch-commits
Date: Friday, July 6, 2018 @ 20:20:55
  Author: eschwartz
Revision: 353923

archrelease: copy trunk to community-x86_64

Added:
  stunnel/repos/community-x86_64/Makefile.patch
(from rev 353922, stunnel/trunk/Makefile.patch)
  stunnel/repos/community-x86_64/PKGBUILD
(from rev 353922, stunnel/trunk/PKGBUILD)
  stunnel/repos/community-x86_64/stunnel.sysusers.conf
(from rev 353922, stunnel/trunk/stunnel.sysusers.conf)
  stunnel/repos/community-x86_64/stunnel.tmpfiles.conf
(from rev 353922, stunnel/trunk/stunnel.tmpfiles.conf)
Deleted:
  stunnel/repos/community-x86_64/Makefile.patch
  stunnel/repos/community-x86_64/PKGBUILD
  stunnel/repos/community-x86_64/stunnel.sysusers.conf
  stunnel/repos/community-x86_64/stunnel.tmpfiles.conf

---+
 Makefile.patch|   24 +-
 PKGBUILD  |  108 
 stunnel.sysusers.conf |2 
 stunnel.tmpfiles.conf |2 
 4 files changed, 68 insertions(+), 68 deletions(-)

Deleted: Makefile.patch
===
--- Makefile.patch  2018-07-06 20:20:24 UTC (rev 353922)
+++ Makefile.patch  2018-07-06 20:20:55 UTC (rev 353923)
@@ -1,12 +0,0 @@
 tools/Makefile.in  2010-03-31 04:45:09.0 -0500
-+++ tools/Makefile.in  2010-04-11 17:17:41.0 -0500
-@@ -334,8 +334,7 @@
- 
- info-am:
- 
--install-data-am: install-confDATA install-data-local \
--  install-examplesDATA
-+install-data-am: install-confDATA install-examplesDATA
- 
- install-dvi: install-dvi-am
- 

Copied: stunnel/repos/community-x86_64/Makefile.patch (from rev 353922, 
stunnel/trunk/Makefile.patch)
===
--- Makefile.patch  (rev 0)
+++ Makefile.patch  2018-07-06 20:20:55 UTC (rev 353923)
@@ -0,0 +1,12 @@
+--- tools/Makefile.in  2010-03-31 04:45:09.0 -0500
 tools/Makefile.in  2010-04-11 17:17:41.0 -0500
+@@ -334,8 +334,7 @@
+ 
+ info-am:
+ 
+-install-data-am: install-confDATA install-data-local \
+-  install-examplesDATA
++install-data-am: install-confDATA install-examplesDATA
+ 
+ install-dvi: install-dvi-am
+ 

Deleted: PKGBUILD
===
--- PKGBUILD2018-07-06 20:20:24 UTC (rev 353922)
+++ PKGBUILD2018-07-06 20:20:55 UTC (rev 353923)
@@ -1,54 +0,0 @@
-# Maintainer: Lukas Fleischer 
-# Contributor: Kaiting Chen 
-# Contributor: Daniel J Griffiths 
-# Contributor: Kevin Piche 
-
-pkgname=stunnel
-pkgver=5.48
-pkgrel=1
-pkgdesc="A program that allows you to encrypt arbitrary TCP connections inside 
SSL"
-arch=('x86_64')
-url="https://www.stunnel.org/;
-license=('GPL')
-depends=('openssl' 'libnsl')
-makedepends=('systemd')
-source=("https://www.stunnel.org/downloads/archive/5.x/$pkgname-$pkgver.tar.gz"{,.asc}
-'Makefile.patch'
-'stunnel.sysusers.conf'
-'stunnel.tmpfiles.conf')
-sha512sums=('5e6669ecd6e9b49aa6ef82b9a4dc6a2193c975eef85262aba70c7f264ef1b4d15dc287a2baa94b71be063deddcd07a20a5347ed5280f044fc6f68c61429a24fa'
-'SKIP'
-
'2129af2b2594473c48c565bdc714774b382c40ac1926d6ccbc07bbc29d006b89c9dbae71496b404caaf22cf40055d557d8b37a6aea20a228699721b79db1'
-
'8a7199b94cda5da8c0b99b25daf4bead1398a28975eb6813139744a8a962db3aa058bc4c9e7ee4121a52c62c2e2c2ed46d1739414927b210e0ac68da48a7ef5e'
-
'f4a1fa8a03796fd445b5851df22bbaba40b9b5821809a654733b5482c89be9d03a36f893ad4f69f9ae9a10bfc03c84f281082ed716be3597e594fc75be850493')
-validpgpkeys=('AC915EA30645D9D3D4DAE4FEB1048932DD33') # Michał Trojnara
-
-build() {
-  cd "$srcdir/$pkgname-$pkgver"
-
-  # don't create a certificate...
-  patch -p0 <"$srcdir/Makefile.patch"
-
-  ./configure --prefix=/usr \
---sysconfdir=/etc \
---localstatedir=/var \
---enable-ipv6 \
---disable-libwrap
-
-  make
-}
-
-package() {
-  cd "$srcdir/$pkgname-$pkgver"
-
-  make DESTDIR="$pkgdir" install
-
-  install -Dm644 tools/stunnel.service 
"$pkgdir/usr/lib/systemd/system/stunnel.service"
-  install -Dm644 "$srcdir/stunnel.sysusers.conf" 
"$pkgdir/usr/lib/sysusers.d/stunnel.conf"
-  install -Dm644 "$srcdir/stunnel.tmpfiles.conf" 
"$pkgdir/usr/lib/tmpfiles.d/stunnel.conf"
-
-  sed -e "s:/usr/var/lib/stunnel/:/var/run/stunnel:g" \
-  -e "s:/usr/etc/stunnel/:/etc/stunnel/:g" \
-  -e "s:no\(body\|group\):stunnel:g" \
-  -i "$pkgdir/etc/stunnel/stunnel.conf-sample"
-}

Copied: stunnel/repos/community-x86_64/PKGBUILD (from rev 353922, 
stunnel/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2018-07-06 20:20:55 UTC (rev 353923)
@@ -0,0 +1,54 @@
+# Maintainer: Lukas Fleischer 
+# Contributor: Kaiting Chen 
+# Contributor: Daniel J Griffiths 
+# Contributor: Kevin Piche 
+
+pkgname=stunnel
+pkgver=5.48
+pkgrel=2
+pkgdesc="A program that allows you to 

[arch-commits] Commit in stunnel/trunk (PKGBUILD stunnel.tmpfiles.conf)

2018-07-06 Thread Eli Schwartz via arch-commits
Date: Friday, July 6, 2018 @ 20:20:24
  Author: eschwartz
Revision: 353922

upgpkg: stunnel 5.48-2

systemd 239 introduces runtime warnings for tmpfiles.d snippets trying to
create files in /var/run. See
https://github.com/systemd/systemd/commit/a2d1fb882c4308bc10362d971f333c5031d60069

Modified:
  stunnel/trunk/PKGBUILD
  stunnel/trunk/stunnel.tmpfiles.conf

---+
 PKGBUILD  |4 ++--
 stunnel.tmpfiles.conf |2 +-
 2 files changed, 3 insertions(+), 3 deletions(-)

Modified: PKGBUILD
===
--- PKGBUILD2018-07-06 19:55:52 UTC (rev 353921)
+++ PKGBUILD2018-07-06 20:20:24 UTC (rev 353922)
@@ -5,7 +5,7 @@
 
 pkgname=stunnel
 pkgver=5.48
-pkgrel=1
+pkgrel=2
 pkgdesc="A program that allows you to encrypt arbitrary TCP connections inside 
SSL"
 arch=('x86_64')
 url="https://www.stunnel.org/;
@@ -20,7 +20,7 @@
 'SKIP'
 
'2129af2b2594473c48c565bdc714774b382c40ac1926d6ccbc07bbc29d006b89c9dbae71496b404caaf22cf40055d557d8b37a6aea20a228699721b79db1'
 
'8a7199b94cda5da8c0b99b25daf4bead1398a28975eb6813139744a8a962db3aa058bc4c9e7ee4121a52c62c2e2c2ed46d1739414927b210e0ac68da48a7ef5e'
-
'f4a1fa8a03796fd445b5851df22bbaba40b9b5821809a654733b5482c89be9d03a36f893ad4f69f9ae9a10bfc03c84f281082ed716be3597e594fc75be850493')
+
'8e06ec39547ce5991217e551e563f5d212742afda94da801ec266c632375aae489594d14815fe596319d9881eb5a58e32bf05baa69f3a9d1bae554419f5ac1bb')
 validpgpkeys=('AC915EA30645D9D3D4DAE4FEB1048932DD33') # Michał Trojnara
 
 build() {

Modified: stunnel.tmpfiles.conf
===
--- stunnel.tmpfiles.conf   2018-07-06 19:55:52 UTC (rev 353921)
+++ stunnel.tmpfiles.conf   2018-07-06 20:20:24 UTC (rev 353922)
@@ -1 +1 @@
-d /var/run/stunnel 0770 stunnel stunnel -
+d /run/stunnel 0770 stunnel stunnel -


[arch-commits] Commit in glusterfs/repos/community-x86_64 (5 files)

2018-07-06 Thread Eli Schwartz via arch-commits
Date: Friday, July 6, 2018 @ 19:55:52
  Author: eschwartz
Revision: 353921

archrelease: copy trunk to community-x86_64

Added:
  glusterfs/repos/community-x86_64/PKGBUILD
(from rev 353920, glusterfs/trunk/PKGBUILD)
  glusterfs/repos/community-x86_64/glusterfs.install
(from rev 353920, glusterfs/trunk/glusterfs.install)
  glusterfs/repos/community-x86_64/glusterfs.sysusers
(from rev 353920, glusterfs/trunk/glusterfs.sysusers)
Deleted:
  glusterfs/repos/community-x86_64/PKGBUILD
  glusterfs/repos/community-x86_64/glusterfs.install

+
 PKGBUILD   |  146 ++-
 glusterfs.install  |6 +-
 glusterfs.sysusers |1 
 3 files changed, 80 insertions(+), 73 deletions(-)

Deleted: PKGBUILD
===
--- PKGBUILD2018-07-06 19:55:27 UTC (rev 353920)
+++ PKGBUILD2018-07-06 19:55:52 UTC (rev 353921)
@@ -1,70 +0,0 @@
-# $Id$
-# Maintainer: Sergej Pupykin 
-# Contributors:
-#   Andrei Antoukh - n...@niwi.be - http://www.niwi.be
-#   henning mueller 
-
-pkgname=glusterfs
-epoch=1
-pkgver=4.1.0
-pkgrel=2
-pkgdesc='Is a cluster file-system capable of scaling to several peta-bytes.'
-arch=(x86_64)
-url='http://www.gluster.org/'
-license=(GPL2 LGPL3)
-install=glusterfs.install
-backup=('etc/glusterfs/glusterd.vol'
-   'etc/glusterfs/eventsconfig.json'
-   'etc/glusterfs/gluster-rsyslog-5.8.conf'
-   'etc/glusterfs/gluster-rsyslog-7.2.conf'
-   'etc/glusterfs/glusterd.vol'
-   'etc/glusterfs/glusterfs-georep-logrotate'
-   'etc/glusterfs/glusterfs-logrotate')
-depends=(fuse python2 libxml2 libaio liburcu attr which rpcbind)
-makedepends=(rpcsvc-proto)
-optdepends=('glib2: qemu-block')
-#source=($pkgname-$pkgver.tar.gz::https://github.com/gluster/glusterfs/archive/v$pkgver.tar.gz)
-source=(https://bits.gluster.org/pub/gluster/glusterfs/src/glusterfs-$pkgver.tar.gz)
-sha256sums=('14474a8027a613c242db2b862e8e8d041f70ae3e8e193163dd7792f3e1946ed9')
-
-prepare() {
-  cd "$srcdir"/$pkgname-$pkgver
-  find -type f -name '*.py' -exec sed -i \
--e 's:env\ python$:env\ python2:' \
--e 's:/usr/bin/python$:/usr/bin/python2:' {} +
-}
-
-build() {
-  cd "$srcdir"/$pkgname-$pkgver
-  ./autogen.sh
-  ./configure \
---prefix=/usr \
---sbindir=/usr/bin \
---with-mountutildir=/usr/bin \
---sysconfdir=/etc \
---localstatedir=/var \
---mandir=/usr/share/man \
---libexecdir=/usr/lib/$pkgname \
---with-systemddir=/usr/lib/systemd/system \
---with-tmpfilesdir=/usr/lib/tmpfiles.d \
---enable-gnfs \
-PYTHON=python2 LEXLIB=
-  make
-}
-
-package() {
-  cd "$srcdir"/$pkgname-$pkgver
-
-  make -j1 DESTDIR="$pkgdir" install
-
-  install -D -m 644 \
-"$srcdir"/$pkgname-$pkgver/{README.md,INSTALL,COPYING*} \
-"$pkgdir"/usr/share/doc/glusterfs/
-
-  cp -rf \
-"$srcdir"/$pkgname-$pkgver/doc/* \
-"$pkgdir"/usr/share/doc/glusterfs/
-  rm -rf "$pkgdir"/var/run
-}
-
-# vim:set ts=2 sw=2 et:

Copied: glusterfs/repos/community-x86_64/PKGBUILD (from rev 353920, 
glusterfs/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2018-07-06 19:55:52 UTC (rev 353921)
@@ -0,0 +1,76 @@
+# $Id$
+# Maintainer: Sergej Pupykin 
+# Contributors:
+#   Andrei Antoukh - n...@niwi.be - http://www.niwi.be
+#   henning mueller 
+
+pkgname=glusterfs
+epoch=1
+pkgver=4.1.0
+pkgrel=3
+pkgdesc='Is a cluster file-system capable of scaling to several peta-bytes.'
+arch=(x86_64)
+url='http://www.gluster.org/'
+license=(GPL2 LGPL3)
+install=glusterfs.install
+backup=('etc/glusterfs/glusterd.vol'
+   'etc/glusterfs/eventsconfig.json'
+   'etc/glusterfs/gluster-rsyslog-5.8.conf'
+   'etc/glusterfs/gluster-rsyslog-7.2.conf'
+   'etc/glusterfs/glusterd.vol'
+   'etc/glusterfs/glusterfs-georep-logrotate'
+   'etc/glusterfs/glusterfs-logrotate')
+depends=(fuse python2 libxml2 libaio liburcu attr which rpcbind)
+makedepends=(rpcsvc-proto)
+optdepends=('glib2: qemu-block')
+#source=($pkgname-$pkgver.tar.gz::https://github.com/gluster/glusterfs/archive/v$pkgver.tar.gz)
+source=(https://bits.gluster.org/pub/gluster/glusterfs/src/glusterfs-$pkgver.tar.gz
+glusterfs.sysusers)
+sha256sums=('14474a8027a613c242db2b862e8e8d041f70ae3e8e193163dd7792f3e1946ed9'
+'a470d07aedb2674adfb295b4775e490b48816b87974946da4dcf62aa0d72108a')
+
+prepare() {
+  cd "$srcdir"/$pkgname-$pkgver
+  find -type f -name '*.py' -exec sed -i \
+-e 's:env\ python$:env\ python2:' \
+-e 's:/usr/bin/python$:/usr/bin/python2:' {} +
+}
+
+build() {
+  cd "$srcdir"/$pkgname-$pkgver
+  ./autogen.sh
+  ./configure \
+--prefix=/usr \
+--sbindir=/usr/bin \
+--with-mountutildir=/usr/bin \
+--sysconfdir=/etc \
+--localstatedir=/var \
+--mandir=/usr/share/man \
+--libexecdir=/usr/lib/$pkgname \
+

[arch-commits] Commit in glusterfs/trunk (PKGBUILD glusterfs.sysusers)

2018-07-06 Thread Eli Schwartz via arch-commits
Date: Friday, July 6, 2018 @ 19:55:27
  Author: eschwartz
Revision: 353920

upgpkg: glusterfs 1:4.1.0-3

Install sysusers snippet to go with the tmpfiles snippet from upstream

Taken from the spec file post-install defined upstream when the tmfiles snippet
was defined as the gluster user.
https://github.com/gluster/glusterfs/commit/0e50c4b3ea734456c14e2d7a578463999bd332c3#diff-2ff225a80c517b29494303926fc4e6bc

Added:
  glusterfs/trunk/glusterfs.sysusers
Modified:
  glusterfs/trunk/PKGBUILD

+
 PKGBUILD   |   12 +---
 glusterfs.sysusers |1 +
 2 files changed, 10 insertions(+), 3 deletions(-)

Modified: PKGBUILD
===
--- PKGBUILD2018-07-06 19:22:29 UTC (rev 353919)
+++ PKGBUILD2018-07-06 19:55:27 UTC (rev 353920)
@@ -7,7 +7,7 @@
 pkgname=glusterfs
 epoch=1
 pkgver=4.1.0
-pkgrel=2
+pkgrel=3
 pkgdesc='Is a cluster file-system capable of scaling to several peta-bytes.'
 arch=(x86_64)
 url='http://www.gluster.org/'
@@ -24,8 +24,10 @@
 makedepends=(rpcsvc-proto)
 optdepends=('glib2: qemu-block')
 
#source=($pkgname-$pkgver.tar.gz::https://github.com/gluster/glusterfs/archive/v$pkgver.tar.gz)
-source=(https://bits.gluster.org/pub/gluster/glusterfs/src/glusterfs-$pkgver.tar.gz)
-sha256sums=('14474a8027a613c242db2b862e8e8d041f70ae3e8e193163dd7792f3e1946ed9')
+source=(https://bits.gluster.org/pub/gluster/glusterfs/src/glusterfs-$pkgver.tar.gz
+glusterfs.sysusers)
+sha256sums=('14474a8027a613c242db2b862e8e8d041f70ae3e8e193163dd7792f3e1946ed9'
+'a470d07aedb2674adfb295b4775e490b48816b87974946da4dcf62aa0d72108a')
 
 prepare() {
   cd "$srcdir"/$pkgname-$pkgver
@@ -57,6 +59,10 @@
 
   make -j1 DESTDIR="$pkgdir" install
 
+  # https://bugzilla.redhat.com/show_bug.cgi?id=1598900
+  install -Dm644 "$srcdir"/glusterfs.sysusers \
+"$pkgdir"/usr/lib/sysusers.d/glusterfs.conf
+
   install -D -m 644 \
 "$srcdir"/$pkgname-$pkgver/{README.md,INSTALL,COPYING*} \
 "$pkgdir"/usr/share/doc/glusterfs/

Added: glusterfs.sysusers
===
--- glusterfs.sysusers  (rev 0)
+++ glusterfs.sysusers  2018-07-06 19:55:27 UTC (rev 353920)
@@ -0,0 +1 @@
+u gluster - "GlusterFS daemons" /var/run/gluster -


[arch-commits] Commit in python-html5-parser/repos/community-x86_64 (2 files)

2018-07-06 Thread Jelle van der Waa via arch-commits
Date: Friday, July 6, 2018 @ 19:22:29
  Author: jelle
Revision: 353919

archrelease: copy trunk to community-x86_64

Added:
  python-html5-parser/repos/community-x86_64/PKGBUILD
(from rev 353918, python-html5-parser/trunk/PKGBUILD)
Deleted:
  python-html5-parser/repos/community-x86_64/PKGBUILD

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

Deleted: PKGBUILD
===
--- PKGBUILD2018-07-06 19:22:20 UTC (rev 353918)
+++ PKGBUILD2018-07-06 19:22:29 UTC (rev 353919)
@@ -1,49 +0,0 @@
-# Maintainer: Jelle van der Waa 
-# Maintainer: Eli Schwartz 
-
-_pkgname=html5-parser
-pkgbase='python-html5-parser'
-pkgname=('python-html5-parser' 'python2-html5-parser')
-pkgver=0.4.5
-pkgrel=1
-pkgdesc="Fast C based HTML 5 parsing for python"
-arch=('x86_64')
-url="https://github.com/kovidgoyal/${_pkgname};
-license=('Apache')
-checkdepends=('python-beautifulsoup4' 'python2-beautifulsoup4')
-makedepends=('python-chardet' 'python-lxml' 'python-setuptools'
- 'python2-chardet' 'python2-lxml' 'python2-setuptools')
-source=("https://files.pythonhosted.org/packages/source/${_pkgname:0:1}/${_pkgname}/${_pkgname}-${pkgver}.tar.gz"{,.asc})
-sha256sums=('a903ef8b93b51788a6d1604b3833303e9f2f8db488306ee4241436d2f518bd06'
-'SKIP')
-validpgpkeys=('3CE1780F78DD88DF45194FD706BC317B515ACE7C')
-
-build() {
-cd "${srcdir}/${_pkgname}-${pkgver}"
-
-python setup.py build
-python2 setup.py build
-}
-
-check() {
-cd "${srcdir}/${_pkgname}-${pkgver}"
-
-python setup.py test
-python2 setup.py test
-}
-
-package_python-html5-parser() {
-depends=('python-chardet' 'python-lxml')
-optdepends=('python-beautifulsoup4: to use the soup treebuilder')
-
-cd "${srcdir}/${_pkgname}-${pkgver}"
-python setup.py install --root="${pkgdir}" --optimize=1 --skip-build
-}
-
-package_python2-html5-parser() {
-depends=('python2-chardet' 'python2-lxml')
-optdepends=('python2-beautifulsoup4: to use the soup treebuilder')
-
-cd "${srcdir}/${_pkgname}-${pkgver}"
-python2 setup.py install --root="${pkgdir}" --optimize=1 --skip-build
-}

Copied: python-html5-parser/repos/community-x86_64/PKGBUILD (from rev 353918, 
python-html5-parser/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2018-07-06 19:22:29 UTC (rev 353919)
@@ -0,0 +1,49 @@
+# Maintainer: Jelle van der Waa 
+# Maintainer: Eli Schwartz 
+
+_pkgname=html5-parser
+pkgbase='python-html5-parser'
+pkgname=('python-html5-parser' 'python2-html5-parser')
+pkgver=0.4.5
+pkgrel=2
+pkgdesc="Fast C based HTML 5 parsing for python"
+arch=('x86_64')
+url="https://github.com/kovidgoyal/${_pkgname};
+license=('Apache')
+checkdepends=('python-beautifulsoup4' 'python2-beautifulsoup4')
+makedepends=('python-chardet' 'python-lxml' 'python-setuptools'
+ 'python2-chardet' 'python2-lxml' 'python2-setuptools')
+source=("https://files.pythonhosted.org/packages/source/${_pkgname:0:1}/${_pkgname}/${_pkgname}-${pkgver}.tar.gz"{,.asc})
+sha256sums=('a903ef8b93b51788a6d1604b3833303e9f2f8db488306ee4241436d2f518bd06'
+'SKIP')
+validpgpkeys=('3CE1780F78DD88DF45194FD706BC317B515ACE7C')
+
+build() {
+cd "${srcdir}/${_pkgname}-${pkgver}"
+
+python setup.py build
+python2 setup.py build
+}
+
+check() {
+cd "${srcdir}/${_pkgname}-${pkgver}"
+
+python setup.py test
+python2 setup.py test
+}
+
+package_python-html5-parser() {
+depends=('python-chardet' 'python-lxml')
+optdepends=('python-beautifulsoup4: to use the soup treebuilder')
+
+cd "${srcdir}/${_pkgname}-${pkgver}"
+python setup.py install --root="${pkgdir}" --optimize=1 --skip-build
+}
+
+package_python2-html5-parser() {
+depends=('python2-chardet' 'python2-lxml')
+optdepends=('python2-beautifulsoup4: to use the soup treebuilder')
+
+cd "${srcdir}/${_pkgname}-${pkgver}"
+python2 setup.py install --root="${pkgdir}" --optimize=1 --skip-build
+}


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

2018-07-06 Thread Jelle van der Waa via arch-commits
Date: Friday, July 6, 2018 @ 19:22:20
  Author: jelle
Revision: 353918

BUILDINFO rebuild

Modified:
  python-html5-parser/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2018-07-06 19:04:57 UTC (rev 353917)
+++ PKGBUILD2018-07-06 19:22:20 UTC (rev 353918)
@@ -5,7 +5,7 @@
 pkgbase='python-html5-parser'
 pkgname=('python-html5-parser' 'python2-html5-parser')
 pkgver=0.4.5
-pkgrel=1
+pkgrel=2
 pkgdesc="Fast C based HTML 5 parsing for python"
 arch=('x86_64')
 url="https://github.com/kovidgoyal/${_pkgname};


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

2018-07-06 Thread Jelle van der Waa via arch-commits
Date: Friday, July 6, 2018 @ 19:06:43
  Author: jelle
Revision: 328036

archrelease: copy trunk to extra-any

Added:
  django/repos/extra-any/PKGBUILD
(from rev 328035, django/trunk/PKGBUILD)
Deleted:
  django/repos/extra-any/PKGBUILD

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

Deleted: PKGBUILD
===
--- PKGBUILD2018-07-06 19:06:33 UTC (rev 328035)
+++ PKGBUILD2018-07-06 19:06:43 UTC (rev 328036)
@@ -1,40 +0,0 @@
-# $Id$
-# Maintainer: Angel Velasquez 
-# Maintainer: Dan McGee 
-# Contributor: Shahar Weiss 
-
-pkgbase=django
-pkgname=('python-django')
-pkgver=2.0.6
-pkgrel=1
-pkgdesc="A high-level Python Web framework that encourages rapid development 
and clean design"
-arch=('any')
-license=('BSD')
-url="http://www.djangoproject.com/;
-makedepends=('python' 'python-setuptools')
-source=("Django-$pkgver.tar.gz::https://www.djangoproject.com/download/$pkgver/tarball/;)
-sha256sums=('3eb25c99df1523446ec2dc1b00e25eb2ecbdf42c9d8b0b8b32a204a8db9011f8')
-sha512sums=('68a09047fe681d192f44df2287977f6c8a49d02af41e87ca86b64d8522c8ff4ceeb1e61f4521f3cdd05a586d58224ae3e6bc9d95dc7d623719486a9a085701b5')
-
-build() {
-  cd "$srcdir/Django-$pkgver"
-  python setup.py build
-}
-
-package_python-django() {
-  depends=('python' 'python-setuptools' 'python-pytz')
-  optdepends=('python-psycopg2: for PostgreSQL backend')
-  cd "$srcdir/Django-$pkgver"
-  python setup.py install --root="$pkgdir" --optimize=1
-
-  ln -s django-admin.py "$pkgdir"/usr/bin/django-admin3.py
-  ln -s django-admin "$pkgdir"/usr/bin/django-admin3
-  install -Dm644 extras/django_bash_completion \
-"$pkgdir"/usr/share/bash-completion/completions/django-admin.py
-  ln -s django-admin.py \
-"$pkgdir"/usr/share/bash-completion/completions/django-admin
-  ln -s django-admin.py \
-"$pkgdir"/usr/share/bash-completion/completions/manage.py
-
-  install -Dm644 LICENSE "$pkgdir"/usr/share/licenses/$pkgname/LICENSE
-}

Copied: django/repos/extra-any/PKGBUILD (from rev 328035, django/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2018-07-06 19:06:43 UTC (rev 328036)
@@ -0,0 +1,38 @@
+# $Id$
+# Maintainer: Angel Velasquez 
+# Maintainer: Dan McGee 
+# Contributor: Shahar Weiss 
+
+pkgname=python-django
+pkgver=2.0.7
+pkgrel=1
+pkgdesc="A high-level Python Web framework that encourages rapid development 
and clean design"
+arch=('any')
+license=('BSD')
+url="http://www.djangoproject.com/;
+makedepends=('python' 'python-setuptools')
+source=("Django-$pkgver.tar.gz::https://www.djangoproject.com/download/$pkgver/tarball/;)
+sha512sums=('ef42d9046ce3e7b5067c5b85114c0cb5854b0ebb1d3bae526484f11da8abbf04864c83f176e9c6e498c9140b134c9a517968c7bb0bc087c49bf105b2aae8644c')
+
+build() {
+  cd "$srcdir/Django-$pkgver"
+  python setup.py build
+}
+
+package_python-django() {
+  depends=('python' 'python-setuptools' 'python-pytz')
+  optdepends=('python-psycopg2: for PostgreSQL backend')
+  cd "$srcdir/Django-$pkgver"
+  python setup.py install --root="$pkgdir" --optimize=1
+
+  ln -s django-admin.py "$pkgdir"/usr/bin/django-admin3.py
+  ln -s django-admin "$pkgdir"/usr/bin/django-admin3
+  install -Dm644 extras/django_bash_completion \
+"$pkgdir"/usr/share/bash-completion/completions/django-admin.py
+  ln -s django-admin.py \
+"$pkgdir"/usr/share/bash-completion/completions/django-admin
+  ln -s django-admin.py \
+"$pkgdir"/usr/share/bash-completion/completions/manage.py
+
+  install -Dm644 LICENSE "$pkgdir"/usr/share/licenses/$pkgname/LICENSE
+}


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

2018-07-06 Thread Jelle van der Waa via arch-commits
Date: Friday, July 6, 2018 @ 19:06:33
  Author: jelle
Revision: 328035

upgpkg: python-django 2.0.7-1

Modified:
  django/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2018-07-06 14:17:49 UTC (rev 328034)
+++ PKGBUILD2018-07-06 19:06:33 UTC (rev 328035)
@@ -3,10 +3,9 @@
 # Maintainer: Dan McGee 
 # Contributor: Shahar Weiss 
 
-pkgbase=django
-pkgname=('python-django')
-pkgver=2.0.6
-pkgrel=2
+pkgname=python-django
+pkgver=2.0.7
+pkgrel=1
 pkgdesc="A high-level Python Web framework that encourages rapid development 
and clean design"
 arch=('any')
 license=('BSD')
@@ -13,7 +12,7 @@
 url="http://www.djangoproject.com/;
 makedepends=('python' 'python-setuptools')
 
source=("Django-$pkgver.tar.gz::https://www.djangoproject.com/download/$pkgver/tarball/;)
-sha512sums=('68a09047fe681d192f44df2287977f6c8a49d02af41e87ca86b64d8522c8ff4ceeb1e61f4521f3cdd05a586d58224ae3e6bc9d95dc7d623719486a9a085701b5')
+sha512sums=('ef42d9046ce3e7b5067c5b85114c0cb5854b0ebb1d3bae526484f11da8abbf04864c83f176e9c6e498c9140b134c9a517968c7bb0bc087c49bf105b2aae8644c')
 
 build() {
   cd "$srcdir/Django-$pkgver"


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

2018-07-06 Thread Antonio Rojas via arch-commits
Date: Friday, July 6, 2018 @ 19:04:31
  Author: arojas
Revision: 353916

Update to 0.2.0

Modified:
  kdav2/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2018-07-06 18:45:22 UTC (rev 353915)
+++ PKGBUILD2018-07-06 19:04:31 UTC (rev 353916)
@@ -1,8 +1,8 @@
 # Maintainer: Antonio Rojas 
 
 pkgname=kdav2
-pkgver=0.1.0
-pkgrel=2
+pkgver=0.2.0
+pkgrel=1
 pkgdesc="A DAV protocol implementation with KJobs"
 arch=(x86_64)
 url="https://community.kde.org/KDE_PIM;
@@ -9,8 +9,8 @@
 license=(LGPL)
 depends=(qt5-xmlpatterns kcoreaddons)
 makedepends=(extra-cmake-modules)
-source=("https://download.kde.org/unstable/$pkgname/$pkgver/src/$pkgname-$pkgver.tar.xz;)
-sha256sums=('0e4028c4f1f76b315bb54eb7d3e216e7456a445085c47cdca0f7a58368fe6c36')
+source=($pkgname-$pkgver.tar.gz::"https://github.com/KDE/kdav2/archive/v$pkgver.tar.gz;)
+sha256sums=('d8e7361fcac7f4bf638307e3e4e225b0bbe24f1e7703203f23fb36f2fee02de6')
 
 prepare() {
   mkdir -p build
@@ -20,7 +20,7 @@
   cd build
   cmake ../$pkgname-$pkgver \
 -DCMAKE_INSTALL_PREFIX=/usr \
--DKDE_INSTALL_LIBDIR=lib \
+-DCMAKE_INSTALL_LIBDIR=lib \
 -DBUILD_TESTING=OFF
   make
 }


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

2018-07-06 Thread Antonio Rojas via arch-commits
Date: Friday, July 6, 2018 @ 19:04:57
  Author: arojas
Revision: 353917

archrelease: copy trunk to community-x86_64

Added:
  kdav2/repos/community-x86_64/PKGBUILD
(from rev 353916, kdav2/trunk/PKGBUILD)
Deleted:
  kdav2/repos/community-x86_64/PKGBUILD

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

Deleted: PKGBUILD
===
--- PKGBUILD2018-07-06 19:04:31 UTC (rev 353916)
+++ PKGBUILD2018-07-06 19:04:57 UTC (rev 353917)
@@ -1,31 +0,0 @@
-# Maintainer: Antonio Rojas 
-
-pkgname=kdav2
-pkgver=0.1.0
-pkgrel=2
-pkgdesc="A DAV protocol implementation with KJobs"
-arch=(x86_64)
-url="https://community.kde.org/KDE_PIM;
-license=(LGPL)
-depends=(qt5-xmlpatterns kcoreaddons)
-makedepends=(extra-cmake-modules)
-source=("https://download.kde.org/unstable/$pkgname/$pkgver/src/$pkgname-$pkgver.tar.xz;)
-sha256sums=('0e4028c4f1f76b315bb54eb7d3e216e7456a445085c47cdca0f7a58368fe6c36')
-
-prepare() {
-  mkdir -p build
-}
-
-build() {
-  cd build
-  cmake ../$pkgname-$pkgver \
--DCMAKE_INSTALL_PREFIX=/usr \
--DKDE_INSTALL_LIBDIR=lib \
--DBUILD_TESTING=OFF
-  make
-}
-
-package() {
-  cd build
-  make DESTDIR="$pkgdir" install
-}

Copied: kdav2/repos/community-x86_64/PKGBUILD (from rev 353916, 
kdav2/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2018-07-06 19:04:57 UTC (rev 353917)
@@ -0,0 +1,31 @@
+# Maintainer: Antonio Rojas 
+
+pkgname=kdav2
+pkgver=0.2.0
+pkgrel=1
+pkgdesc="A DAV protocol implementation with KJobs"
+arch=(x86_64)
+url="https://community.kde.org/KDE_PIM;
+license=(LGPL)
+depends=(qt5-xmlpatterns kcoreaddons)
+makedepends=(extra-cmake-modules)
+source=($pkgname-$pkgver.tar.gz::"https://github.com/KDE/kdav2/archive/v$pkgver.tar.gz;)
+sha256sums=('d8e7361fcac7f4bf638307e3e4e225b0bbe24f1e7703203f23fb36f2fee02de6')
+
+prepare() {
+  mkdir -p build
+}
+
+build() {
+  cd build
+  cmake ../$pkgname-$pkgver \
+-DCMAKE_INSTALL_PREFIX=/usr \
+-DCMAKE_INSTALL_LIBDIR=lib \
+-DBUILD_TESTING=OFF
+  make
+}
+
+package() {
+  cd build
+  make DESTDIR="$pkgdir" install
+}


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

2018-07-06 Thread Jelle van der Waa via arch-commits
Date: Friday, July 6, 2018 @ 18:45:22
  Author: jelle
Revision: 353915

kill python2

Modified:
  python-django-modeltranslation/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2018-07-06 18:38:20 UTC (rev 353914)
+++ PKGBUILD2018-07-06 18:45:22 UTC (rev 353915)
@@ -1,8 +1,7 @@
 # $Id$
 # Maintainer: Maxime Gauduin 
 
-pkgbase=python-django-modeltranslation
-pkgname=('python-django-modeltranslation' 'python2-django-modeltranslation')
+pkgname=python-django-modeltranslation
 pkgver=0.12.2
 pkgrel=2
 pkgdesc='Translates Django models using a registration approach'
@@ -9,39 +8,21 @@
 arch=('any')
 url='https://github.com/deschler/django-modeltranslation'
 license=('BSD')
-makedepends=('python-setuptools' 'python2-setuptools')
+depends=('python-django')
+makedepends=('python-setuptools')
 
source=("django-modeltranslation-${pkgver}.tar.gz::https://github.com/deschler/django-modeltranslation/archive/${pkgver}.tar.gz;)
 sha256sums=('cc17012514941689f62de943bb06c91bd96fe994b7548a80f504aa8f20f01a41')
 
-prepare() {
-  cp -r {,python-}django-modeltranslation-${pkgver}
-  mv {,python2-}django-modeltranslation-${pkgver}
-}
-
 build() {
-  for py in python{,2}; do
-pushd ${py}-django-modeltranslation-${pkgver}
-${py} setup.py build
-popd
-  done
+  cd django-modeltranslation-${pkgver}
+  python3 setup.py build
 }
 
-package_python-django-modeltranslation() {
-  depends=('python-django')
+package() {
+  cd django-modeltranslation-${pkgver}
 
-  cd python-django-modeltranslation-${pkgver}
-
-  python setup.py install --root="${pkgdir}" --optimize='1'
+  python3 setup.py install --root="${pkgdir}" --optimize='1'
   install -Dm 644 LICENSE.txt -t 
"${pkgdir}"/usr/share/licenses/python-django-modeltranslation/
 }
 
-package_python2-django-modeltranslation() {
-  depends=('python2-django')
-
-  cd python2-django-modeltranslation-${pkgver}
-
-  python2 setup.py install --root="${pkgdir}" --optimize='1'
-  install -Dm 644 LICENSE.txt -t 
"${pkgdir}"/usr/share/licenses/python2-django-modeltranslation/
-}
-
 # vim: ts=2 sw=2 et:


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

2018-07-06 Thread Eli Schwartz via arch-commits
Date: Friday, July 6, 2018 @ 18:38:20
  Author: eschwartz
Revision: 353914

archrelease: copy trunk to community-x86_64

Added:
  minidlna/repos/community-x86_64/PKGBUILD
(from rev 353912, minidlna/trunk/PKGBUILD)
  minidlna/repos/community-x86_64/changelog
(from rev 353912, minidlna/trunk/changelog)
  minidlna/repos/community-x86_64/minidlna.service
(from rev 353912, minidlna/trunk/minidlna.service)
  minidlna/repos/community-x86_64/minidlna.sysusers
(from rev 353912, minidlna/trunk/minidlna.sysusers)
  minidlna/repos/community-x86_64/minidlna.tmpfiles
(from rev 353912, minidlna/trunk/minidlna.tmpfiles)
Deleted:
  minidlna/repos/community-x86_64/PKGBUILD
  minidlna/repos/community-x86_64/changelog
  minidlna/repos/community-x86_64/minidlna.service
  minidlna/repos/community-x86_64/minidlna.sysusers
  minidlna/repos/community-x86_64/minidlna.tmpfiles

---+
 PKGBUILD  |   98 ++--
 changelog |8 ++--
 minidlna.service  |   32 
 minidlna.sysusers |2 -
 minidlna.tmpfiles |   10 ++---
 5 files changed, 75 insertions(+), 75 deletions(-)

Deleted: PKGBUILD
===
--- PKGBUILD2018-07-06 18:38:14 UTC (rev 353913)
+++ PKGBUILD2018-07-06 18:38:20 UTC (rev 353914)
@@ -1,49 +0,0 @@
-# $Id$
-# Maintainer: Sergej Pupykin 
-# Maintainer:Biginoz < biginoz AT free point fr>
-# Contributor: Ignacio Galmarino 
-# Contributor: Matthias Sobczyk 
-# Contributor: Kamil Kaminski 
-
-pkgname=minidlna
-pkgver=1.2.1
-pkgrel=3
-pkgdesc="A DLNA/UPnP-AV Media server (aka ReadyDLNA)"
-arch=('x86_64')
-url="http://sourceforge.net/projects/minidlna/;
-license=('GPL')
-depends=('libexif' 'libjpeg' 'libid3tag' 'flac' 'libvorbis' 'ffmpeg' 'sqlite')
-makedepends=('git')
-backup=('etc/minidlna.conf')
-changelog=changelog
-source=("minidlna::git://git.code.sf.net/p/minidlna/git#tag=v${pkgver//./_}"
-   minidlna.service
-   minidlna.tmpfiles
-   minidlna.sysusers)
-sha512sums=('SKIP'
-
'f428710f3ad2de007ba2e4e8937a0b9262b5c6b4a63da536190e2866ae48c35be81672e3b097c8eb479d5749dd07be40c5a6a8c98e9c0a10ba08607d56b1a590'
-
'd4fc86a6d39b1335289e398fd41196ef2d522c998ee1f45a00f7fb8dbd16e2c9bdbd8dae1cf473e5853b5b2caf293a586581ffa39e746221d6ef4dcf6efb44c9'
-
'e3e6c46faac768b283134a47013b77c4152840c61d3503f51fbe154bf25fe8a0e585ed9a40950212254b4a844b007f674875e4d25f55af51914694213fecc420')
-
-prepare() {
-  cd "$srcdir/$pkgname"
-  sed -i 's|#user=.*|user=minidlna|g' minidlna.conf
-}
-
-build() {
-  cd "$srcdir/$pkgname"
-  [ -x configure ] || ./autogen.sh
-  ./configure --prefix=/usr --sbindir=/usr/bin
-  make
-}
-
-package() {
-  cd "$srcdir/$pkgname"
-  DESTDIR="$pkgdir" make install
-  install -Dm644 minidlna.conf "$pkgdir"/etc/minidlna.conf
-  install -Dm0644 "$srcdir"/minidlna.tmpfiles 
"$pkgdir"/usr/lib/tmpfiles.d/minidlna.conf
-  install -Dm0644 "$srcdir"/minidlna.sysusers 
"$pkgdir"/usr/lib/sysusers.d/minidlna.conf
-  install -Dm0644 "$srcdir"/minidlna.service 
"$pkgdir"/usr/lib/systemd/system/minidlna.service
-  install -Dm644 "$srcdir"/$pkgname/minidlna.conf.5 
"$pkgdir"/usr/share/man/man5/minidlna.conf.5
-  install -Dm644 "$srcdir"/$pkgname/minidlnad.8 
"$pkgdir"/usr/share/man/man8/minidlnad.8
-}

Copied: minidlna/repos/community-x86_64/PKGBUILD (from rev 353912, 
minidlna/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2018-07-06 18:38:20 UTC (rev 353914)
@@ -0,0 +1,49 @@
+# $Id$
+# Maintainer: Sergej Pupykin 
+# Maintainer:Biginoz < biginoz AT free point fr>
+# Contributor: Ignacio Galmarino 
+# Contributor: Matthias Sobczyk 
+# Contributor: Kamil Kaminski 
+
+pkgname=minidlna
+pkgver=1.2.1
+pkgrel=4
+pkgdesc="A DLNA/UPnP-AV Media server (aka ReadyDLNA)"
+arch=('x86_64')
+url="https://sourceforge.net/projects/minidlna/;
+license=('GPL')
+depends=('libexif' 'libjpeg' 'libid3tag' 'flac' 'libvorbis' 'ffmpeg' 'sqlite')
+makedepends=('git')
+backup=('etc/minidlna.conf')
+changelog=changelog
+source=("minidlna::git+https://git.code.sf.net/p/minidlna/git#tag=v${pkgver//./_};
+   minidlna.service
+   minidlna.tmpfiles
+   minidlna.sysusers)
+sha512sums=('SKIP'
+
'f428710f3ad2de007ba2e4e8937a0b9262b5c6b4a63da536190e2866ae48c35be81672e3b097c8eb479d5749dd07be40c5a6a8c98e9c0a10ba08607d56b1a590'
+
'c58631c20416997c538be6258ef9c13b9304d5906b19f063157df70f672b7153b452ffb9612be267a90942bd880af8d665ebe3c53a2926ffa99acc943d875d97'
+
'e3e6c46faac768b283134a47013b77c4152840c61d3503f51fbe154bf25fe8a0e585ed9a40950212254b4a844b007f674875e4d25f55af51914694213fecc420')
+
+prepare() {
+  cd "$srcdir/$pkgname"
+  sed -i 's|#user=.*|user=minidlna|g' minidlna.conf
+}
+
+build() {
+  cd "$srcdir/$pkgname"
+  [ -x configure ] || ./autogen.sh
+  ./configure --prefix=/usr --sbindir=/usr/bin
+  

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

2018-07-06 Thread Jelle van der Waa via arch-commits
Date: Friday, July 6, 2018 @ 18:38:14
  Author: jelle
Revision: 353913

Kill python2

Modified:
  python-django-picklefield/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2018-07-06 18:37:53 UTC (rev 353912)
+++ PKGBUILD2018-07-06 18:38:14 UTC (rev 353913)
@@ -1,8 +1,7 @@
 # $Id$
 # Maintainer: Maxime Gauduin 
 
-pkgbase=python-django-picklefield
-pkgname=('python-django-picklefield' 'python2-django-picklefield')
+pkgname=python-django-picklefield
 pkgver=1.0.0
 pkgrel=2
 pkgdesc='A pickled object field for Django'
@@ -9,40 +8,21 @@
 arch=('any')
 url='https://github.com/gintas/django-picklefield'
 license=('MIT')
-makedepends=('python2-setuptools' 'python-setuptools')
+depends=('python-django')
+makedepends=('python-setuptools')
 
source=("django-picklefield-${pkgver}.tar.gz::https://github.com/gintas/django-picklefield/archive/v${pkgver}.tar.gz;)
 sha256sums=('e5735c69ed5013ccf22b9189e562a250b8f1ed7eaf974e7235cce1ddd595bf35')
 
-prepare() {
-  cp -r {,python-}django-picklefield-${pkgver}
-  mv {,python2-}django-picklefield-${pkgver}
-}
-
 build() {
-  for py in python{,2}; do
-pushd ${py}-django-picklefield-${pkgver}
-${py} setup.py build
-popd
-  done
+  cd django-picklefield-${pkgver}
+  python3 setup.py build
 }
 
-package_python-django-picklefield() {
-  depends+=('python-django')
+package() {
+  cd django-picklefield-${pkgver}
 
-  cd python-django-picklefield-${pkgver}
-
   python setup.py install --skip-build --root="${pkgdir}" --optimize='1' 
--skip-build
   install -Dm 644 LICENSE -t 
"${pkgdir}"/usr/share/licenses/python-django-picklefield
 }
 
-package_python2-django-picklefield() {
-  depends=('python2-django')
-
-  cd python-django-picklefield-${pkgver}
-
-  python2 setup.py install --skip-build --root="${pkgdir}" --optimize='1' 
--skip-build
-  install -Dm 644 LICENSE -t 
"${pkgdir}"/usr/share/licenses/python2-django-picklefield
-}
-
 # vim: ts=2 sw=2 et:
-


[arch-commits] Commit in minidlna/trunk (PKGBUILD minidlna.tmpfiles)

2018-07-06 Thread Eli Schwartz via arch-commits
Date: Friday, July 6, 2018 @ 18:37:53
  Author: eschwartz
Revision: 353912

upgpkg: minidlna 1.2.1-4

systemd 239 introduces runtime warnings for tmpfiles.d snippets trying to
create files in /var/run. See
https://github.com/systemd/systemd/commit/a2d1fb882c4308bc10362d971f333c5031d60069

Modified:
  minidlna/trunk/PKGBUILD
  minidlna/trunk/minidlna.tmpfiles

---+
 PKGBUILD  |8 
 minidlna.tmpfiles |2 +-
 2 files changed, 5 insertions(+), 5 deletions(-)

Modified: PKGBUILD
===
--- PKGBUILD2018-07-06 18:23:07 UTC (rev 353911)
+++ PKGBUILD2018-07-06 18:37:53 UTC (rev 353912)
@@ -7,22 +7,22 @@
 
 pkgname=minidlna
 pkgver=1.2.1
-pkgrel=3
+pkgrel=4
 pkgdesc="A DLNA/UPnP-AV Media server (aka ReadyDLNA)"
 arch=('x86_64')
-url="http://sourceforge.net/projects/minidlna/;
+url="https://sourceforge.net/projects/minidlna/;
 license=('GPL')
 depends=('libexif' 'libjpeg' 'libid3tag' 'flac' 'libvorbis' 'ffmpeg' 'sqlite')
 makedepends=('git')
 backup=('etc/minidlna.conf')
 changelog=changelog
-source=("minidlna::git://git.code.sf.net/p/minidlna/git#tag=v${pkgver//./_}"
+source=("minidlna::git+https://git.code.sf.net/p/minidlna/git#tag=v${pkgver//./_};
minidlna.service
minidlna.tmpfiles
minidlna.sysusers)
 sha512sums=('SKIP'
 
'f428710f3ad2de007ba2e4e8937a0b9262b5c6b4a63da536190e2866ae48c35be81672e3b097c8eb479d5749dd07be40c5a6a8c98e9c0a10ba08607d56b1a590'
-
'd4fc86a6d39b1335289e398fd41196ef2d522c998ee1f45a00f7fb8dbd16e2c9bdbd8dae1cf473e5853b5b2caf293a586581ffa39e746221d6ef4dcf6efb44c9'
+
'c58631c20416997c538be6258ef9c13b9304d5906b19f063157df70f672b7153b452ffb9612be267a90942bd880af8d665ebe3c53a2926ffa99acc943d875d97'
 
'e3e6c46faac768b283134a47013b77c4152840c61d3503f51fbe154bf25fe8a0e585ed9a40950212254b4a844b007f674875e4d25f55af51914694213fecc420')
 
 prepare() {

Modified: minidlna.tmpfiles
===
--- minidlna.tmpfiles   2018-07-06 18:23:07 UTC (rev 353911)
+++ minidlna.tmpfiles   2018-07-06 18:37:53 UTC (rev 353912)
@@ -1,5 +1,5 @@
 # systemd tmpfile settings for minidlna
 # See tmpfiles.d(5) for details
 
-d /var/run/minidlna 0755 minidlna minidlna -
+d /run/minidlna 0755 minidlna minidlna -
 d /var/cache/minidlna 0755 minidlna minidlna -


[arch-commits] Commit in mediaproxy/repos/community-x86_64 (8 files)

2018-07-06 Thread Eli Schwartz via arch-commits
Date: Friday, July 6, 2018 @ 18:23:07
  Author: eschwartz
Revision: 353911

archrelease: copy trunk to community-x86_64

Added:
  mediaproxy/repos/community-x86_64/PKGBUILD
(from rev 353910, mediaproxy/trunk/PKGBUILD)
  mediaproxy/repos/community-x86_64/mediaproxy-dispatcher.service
(from rev 353910, mediaproxy/trunk/mediaproxy-dispatcher.service)
  mediaproxy/repos/community-x86_64/mediaproxy-relay.service
(from rev 353910, mediaproxy/trunk/mediaproxy-relay.service)
  mediaproxy/repos/community-x86_64/mediaproxy.tmpfiles
(from rev 353910, mediaproxy/trunk/mediaproxy.tmpfiles)
Deleted:
  mediaproxy/repos/community-x86_64/PKGBUILD
  mediaproxy/repos/community-x86_64/mediaproxy-dispatcher.service
  mediaproxy/repos/community-x86_64/mediaproxy-relay.service
  mediaproxy/repos/community-x86_64/mediaproxy.tmpfiles

---+
 PKGBUILD  |   76 
 mediaproxy-dispatcher.service |   22 +--
 mediaproxy-relay.service  |   22 +--
 mediaproxy.tmpfiles   |2 -
 4 files changed, 61 insertions(+), 61 deletions(-)

Deleted: PKGBUILD
===
--- PKGBUILD2018-07-06 18:22:42 UTC (rev 353910)
+++ PKGBUILD2018-07-06 18:23:07 UTC (rev 353911)
@@ -1,38 +0,0 @@
-# $Id$
-# Maintainer: Sergej Pupykin 
-# Contributor: Colin Pitrat 
-
-pkgname=mediaproxy
-pkgver=2.6.1
-pkgrel=3
-pkgdesc="Open-source media proxy for OpenSER"
-url="http://mediaproxy.ag-projects.com/;
-arch=('x86_64')
-license=('GPL')
-depends=('python2' 'libnetfilter_conntrack' 'iptables'
-'python2-application' 'python2-cjson' 'python2-gnutls'
-'python2-twisted')
-#backup=('opt/mediaproxy/config.ini')
-source=("http://download.ag-projects.com/MediaProxy/mediaproxy-$pkgver.tar.gz;
-   "mediaproxy-dispatcher.service"
-   "mediaproxy-relay.service"
-   "mediaproxy.tmpfiles")
-sha512sums=('f4da0dcf2347911feacfa9b6757738d94d8f1fdd7eae885ba13e49aa590bb9f195c76c8928b11564d7e51d7f0e2e89ee277e0b58e7450b6a68f91d56b8428c8a'
-
'e1844392d45427e6596828df2f2db8c667dad94f74102ba628d5a650e8ac862409b8d1fa04ce68c3acff74f0d4ef3fe5fc9ef314c6c325af80488ca8bdf95092'
-
'36e50aa1f0faa3e0207c256b81438bced99ff6879f1a878009637d0b5e812e11639ddd00799fb3be793f004ed4504023bedc513865f35d2e15f06efd3c58611a'
-
'c8a794a85e13d92279c4f72ee34a45fbc5667c65dc8f7dfc8ba44c0e25d38f8e20f859806f842c40eca9d473a4248235fc7e377d9fef38887041697566d66bb4')
-
-build() {
-  cd "$srcdir"/mediaproxy-$pkgver
-  sed -i "s|libraries = get_link_libraries(),|libraries = 
['netfilter_conntrack', 'ip4tc'],|g" setup.py
-}
-
-package() {
-  cd "$srcdir"/mediaproxy-$pkgver
-
-  python2 setup.py install --root="$pkgdir"
-
-  install -Dm0644 "$srcdir"/$pkgname-dispatcher.service 
"$pkgdir"/usr/lib/systemd/system/$pkgname-dispatcher.service
-  install -Dm0644 "$srcdir"/$pkgname-relay.service 
"$pkgdir"/usr/lib/systemd/system/$pkgname-relay.service
-  install -Dm0644 "$srcdir"/$pkgname.tmpfiles 
"$pkgdir"/usr/lib/tmpfiles.d/$pkgname.conf
-}

Copied: mediaproxy/repos/community-x86_64/PKGBUILD (from rev 353910, 
mediaproxy/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2018-07-06 18:23:07 UTC (rev 353911)
@@ -0,0 +1,38 @@
+# $Id$
+# Maintainer: Sergej Pupykin 
+# Contributor: Colin Pitrat 
+
+pkgname=mediaproxy
+pkgver=2.6.1
+pkgrel=4
+pkgdesc="Open-source media proxy for OpenSER"
+url="http://mediaproxy.ag-projects.com/;
+arch=('x86_64')
+license=('GPL')
+depends=('python2' 'libnetfilter_conntrack' 'iptables'
+'python2-application' 'python2-cjson' 'python2-gnutls'
+'python2-twisted')
+#backup=('opt/mediaproxy/config.ini')
+source=("http://download.ag-projects.com/MediaProxy/mediaproxy-$pkgver.tar.gz;
+   "mediaproxy-dispatcher.service"
+   "mediaproxy-relay.service"
+   "mediaproxy.tmpfiles")
+sha512sums=('f4da0dcf2347911feacfa9b6757738d94d8f1fdd7eae885ba13e49aa590bb9f195c76c8928b11564d7e51d7f0e2e89ee277e0b58e7450b6a68f91d56b8428c8a'
+
'e1844392d45427e6596828df2f2db8c667dad94f74102ba628d5a650e8ac862409b8d1fa04ce68c3acff74f0d4ef3fe5fc9ef314c6c325af80488ca8bdf95092'
+
'36e50aa1f0faa3e0207c256b81438bced99ff6879f1a878009637d0b5e812e11639ddd00799fb3be793f004ed4504023bedc513865f35d2e15f06efd3c58611a'
+
'c0405d824ad1aec2b11979727a731120bac1200167edd17b09faf6c9253f5e24fa2547c597eaa81728b5139c827c426c520dc578d05ee8e23e77df4cb2d2e6ca')
+
+build() {
+  cd "$srcdir"/mediaproxy-$pkgver
+  sed -i "s|libraries = get_link_libraries(),|libraries = 
['netfilter_conntrack', 'ip4tc'],|g" setup.py
+}
+
+package() {
+  cd "$srcdir"/mediaproxy-$pkgver
+
+  python2 setup.py install --root="$pkgdir"
+
+  install -Dm0644 "$srcdir"/$pkgname-dispatcher.service 
"$pkgdir"/usr/lib/systemd/system/$pkgname-dispatcher.service
+  install -Dm0644 

[arch-commits] Commit in mediaproxy/trunk (PKGBUILD mediaproxy.tmpfiles)

2018-07-06 Thread Eli Schwartz via arch-commits
Date: Friday, July 6, 2018 @ 18:22:42
  Author: eschwartz
Revision: 353910

upgpkg: mediaproxy 2.6.1-4

systemd 239 introduces runtime warnings for tmpfiles.d snippets trying to
create files in /var/run. See
https://github.com/systemd/systemd/commit/a2d1fb882c4308bc10362d971f333c5031d60069

Modified:
  mediaproxy/trunk/PKGBUILD
  mediaproxy/trunk/mediaproxy.tmpfiles

-+
 PKGBUILD|4 ++--
 mediaproxy.tmpfiles |2 +-
 2 files changed, 3 insertions(+), 3 deletions(-)

Modified: PKGBUILD
===
--- PKGBUILD2018-07-06 17:52:31 UTC (rev 353909)
+++ PKGBUILD2018-07-06 18:22:42 UTC (rev 353910)
@@ -4,7 +4,7 @@
 
 pkgname=mediaproxy
 pkgver=2.6.1
-pkgrel=3
+pkgrel=4
 pkgdesc="Open-source media proxy for OpenSER"
 url="http://mediaproxy.ag-projects.com/;
 arch=('x86_64')
@@ -20,7 +20,7 @@
 
sha512sums=('f4da0dcf2347911feacfa9b6757738d94d8f1fdd7eae885ba13e49aa590bb9f195c76c8928b11564d7e51d7f0e2e89ee277e0b58e7450b6a68f91d56b8428c8a'
 
'e1844392d45427e6596828df2f2db8c667dad94f74102ba628d5a650e8ac862409b8d1fa04ce68c3acff74f0d4ef3fe5fc9ef314c6c325af80488ca8bdf95092'
 
'36e50aa1f0faa3e0207c256b81438bced99ff6879f1a878009637d0b5e812e11639ddd00799fb3be793f004ed4504023bedc513865f35d2e15f06efd3c58611a'
-
'c8a794a85e13d92279c4f72ee34a45fbc5667c65dc8f7dfc8ba44c0e25d38f8e20f859806f842c40eca9d473a4248235fc7e377d9fef38887041697566d66bb4')
+
'c0405d824ad1aec2b11979727a731120bac1200167edd17b09faf6c9253f5e24fa2547c597eaa81728b5139c827c426c520dc578d05ee8e23e77df4cb2d2e6ca')
 
 build() {
   cd "$srcdir"/mediaproxy-$pkgver

Modified: mediaproxy.tmpfiles
===
--- mediaproxy.tmpfiles 2018-07-06 17:52:31 UTC (rev 353909)
+++ mediaproxy.tmpfiles 2018-07-06 18:22:42 UTC (rev 353910)
@@ -1 +1 @@
-d /var/run/mediaproxy 0755 root root -
+d /run/mediaproxy 0755 root root -


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

2018-07-06 Thread Eli Schwartz via arch-commits
Date: Friday, July 6, 2018 @ 17:52:31
  Author: eschwartz
Revision: 353909

archrelease: copy trunk to community-x86_64

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

---+
 PKGBUILD  |  143 +---
 glusterfs.install |6 +-
 2 files changed, 73 insertions(+), 76 deletions(-)

Deleted: PKGBUILD
===
--- PKGBUILD2018-07-06 17:52:06 UTC (rev 353908)
+++ PKGBUILD2018-07-06 17:52:31 UTC (rev 353909)
@@ -1,73 +0,0 @@
-# $Id$
-# Maintainer: Sergej Pupykin 
-# Contributors:
-#   Andrei Antoukh - n...@niwi.be - http://www.niwi.be
-#   henning mueller 
-
-pkgname=glusterfs
-epoch=1
-pkgver=4.1.0
-pkgrel=1
-pkgdesc='Is a cluster file-system capable of scaling to several peta-bytes.'
-arch=(x86_64)
-url='http://www.gluster.org/'
-license=(GPL2 LGPL3)
-install=glusterfs.install
-backup=('etc/glusterfs/glusterd.vol'
-   'etc/glusterfs/eventsconfig.json'
-   'etc/glusterfs/gluster-rsyslog-5.8.conf'
-   'etc/glusterfs/gluster-rsyslog-7.2.conf'
-   'etc/glusterfs/glusterd.vol'
-   'etc/glusterfs/glusterfs-georep-logrotate'
-   'etc/glusterfs/glusterfs-logrotate')
-depends=(fuse python2 libxml2 libaio liburcu attr which rpcbind)
-makedepends=(flex bison rpcsvc-proto)
-optdepends=('rpcbind: NFS'
-   'glib2: qemu-block')
-#source=($pkgname-$pkgver.tar.gz::https://github.com/gluster/glusterfs/archive/v$pkgver.tar.gz)
-source=(https://bits.gluster.org/pub/gluster/glusterfs/src/glusterfs-$pkgver.tar.gz)
-sha256sums=('14474a8027a613c242db2b862e8e8d041f70ae3e8e193163dd7792f3e1946ed9')
-
-prepare() {
-  cd "$srcdir"/$pkgname-$pkgver
-  find -type f -name '*.py' -exec sed -i \
--e 's:env\ python:env\ python2:' \
--e 's:/usr/bin/python:/usr/bin/python2:' {} \;
-}
-
-build() {
-  cd "$srcdir"/$pkgname-$pkgver
-  ./autogen.sh
-  ./configure \
---prefix=/usr \
---sbindir=/usr/bin \
---with-mountutildir=/usr/bin \
---sysconfdir=/etc \
---localstatedir=/var \
---mandir=/usr/share/man \
---libexecdir=/usr/lib/$pkgname \
---with-systemddir=/usr/lib/systemd/system \
---enable-gnfs \
-PYTHON=python2 LEXLIB=
-  make
-}
-
-package() {
-  cd "$srcdir"/$pkgname-$pkgver
-
-  make -j1 DESTDIR="$pkgdir" install
-
-  mkdir -p "$pkgdir"/usr/lib/tmpfiles.d
-  echo "d /var/run/glusterfs 0755 root root -" 
>"$pkgdir"/usr/lib/tmpfiles.d/glusterfs.conf
-
-  install -D -m 644 \
-"$srcdir"/$pkgname-$pkgver/{README.md,INSTALL,COPYING*} \
-"$pkgdir"/usr/share/doc/glusterfs/
-
-  cp -rf \
-"$srcdir"/$pkgname-$pkgver/doc/* \
-"$pkgdir"/usr/share/doc/glusterfs/
-  rm -rf "$pkgdir"/var/run
-}
-
-# vim:set ts=2 sw=2 et:

Copied: glusterfs/repos/community-x86_64/PKGBUILD (from rev 353908, 
glusterfs/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2018-07-06 17:52:31 UTC (rev 353909)
@@ -0,0 +1,70 @@
+# $Id$
+# Maintainer: Sergej Pupykin 
+# Contributors:
+#   Andrei Antoukh - n...@niwi.be - http://www.niwi.be
+#   henning mueller 
+
+pkgname=glusterfs
+epoch=1
+pkgver=4.1.0
+pkgrel=2
+pkgdesc='Is a cluster file-system capable of scaling to several peta-bytes.'
+arch=(x86_64)
+url='http://www.gluster.org/'
+license=(GPL2 LGPL3)
+install=glusterfs.install
+backup=('etc/glusterfs/glusterd.vol'
+   'etc/glusterfs/eventsconfig.json'
+   'etc/glusterfs/gluster-rsyslog-5.8.conf'
+   'etc/glusterfs/gluster-rsyslog-7.2.conf'
+   'etc/glusterfs/glusterd.vol'
+   'etc/glusterfs/glusterfs-georep-logrotate'
+   'etc/glusterfs/glusterfs-logrotate')
+depends=(fuse python2 libxml2 libaio liburcu attr which rpcbind)
+makedepends=(rpcsvc-proto)
+optdepends=('glib2: qemu-block')
+#source=($pkgname-$pkgver.tar.gz::https://github.com/gluster/glusterfs/archive/v$pkgver.tar.gz)
+source=(https://bits.gluster.org/pub/gluster/glusterfs/src/glusterfs-$pkgver.tar.gz)
+sha256sums=('14474a8027a613c242db2b862e8e8d041f70ae3e8e193163dd7792f3e1946ed9')
+
+prepare() {
+  cd "$srcdir"/$pkgname-$pkgver
+  find -type f -name '*.py' -exec sed -i \
+-e 's:env\ python$:env\ python2:' \
+-e 's:/usr/bin/python$:/usr/bin/python2:' {} +
+}
+
+build() {
+  cd "$srcdir"/$pkgname-$pkgver
+  ./autogen.sh
+  ./configure \
+--prefix=/usr \
+--sbindir=/usr/bin \
+--with-mountutildir=/usr/bin \
+--sysconfdir=/etc \
+--localstatedir=/var \
+--mandir=/usr/share/man \
+--libexecdir=/usr/lib/$pkgname \
+--with-systemddir=/usr/lib/systemd/system \
+--with-tmpfilesdir=/usr/lib/tmpfiles.d \
+--enable-gnfs \
+PYTHON=python2 LEXLIB=
+  make
+}
+

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

2018-07-06 Thread Eli Schwartz via arch-commits
Date: Friday, July 6, 2018 @ 17:52:06
  Author: eschwartz
Revision: 353908

upgpkg: glusterfs 1:4.1.0-2

systemd 239 introduces runtime warnings for tmpfiles.d snippets trying to
create files in /var/run. See
https://github.com/systemd/systemd/commit/a2d1fb882c4308bc10362d971f333c5031d60069

Fix by using upstream-provided tmpfiles.d which did not have this issue.

Modified:
  glusterfs/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2018-07-06 17:49:46 UTC (rev 353907)
+++ PKGBUILD2018-07-06 17:52:06 UTC (rev 353908)
@@ -7,7 +7,7 @@
 pkgname=glusterfs
 epoch=1
 pkgver=4.1.0
-pkgrel=1
+pkgrel=2
 pkgdesc='Is a cluster file-system capable of scaling to several peta-bytes.'
 arch=(x86_64)
 url='http://www.gluster.org/'
@@ -21,7 +21,7 @@
'etc/glusterfs/glusterfs-georep-logrotate'
'etc/glusterfs/glusterfs-logrotate')
 depends=(fuse python2 libxml2 libaio liburcu attr which rpcbind)
-makedepends=(flex bison rpcsvc-proto)
+makedepends=(rpcsvc-proto)
 optdepends=('glib2: qemu-block')
 
#source=($pkgname-$pkgver.tar.gz::https://github.com/gluster/glusterfs/archive/v$pkgver.tar.gz)
 
source=(https://bits.gluster.org/pub/gluster/glusterfs/src/glusterfs-$pkgver.tar.gz)
@@ -30,8 +30,8 @@
 prepare() {
   cd "$srcdir"/$pkgname-$pkgver
   find -type f -name '*.py' -exec sed -i \
--e 's:env\ python:env\ python2:' \
--e 's:/usr/bin/python:/usr/bin/python2:' {} \;
+-e 's:env\ python$:env\ python2:' \
+-e 's:/usr/bin/python$:/usr/bin/python2:' {} +
 }
 
 build() {
@@ -46,6 +46,7 @@
 --mandir=/usr/share/man \
 --libexecdir=/usr/lib/$pkgname \
 --with-systemddir=/usr/lib/systemd/system \
+--with-tmpfilesdir=/usr/lib/tmpfiles.d \
 --enable-gnfs \
 PYTHON=python2 LEXLIB=
   make
@@ -56,9 +57,6 @@
 
   make -j1 DESTDIR="$pkgdir" install
 
-  mkdir -p "$pkgdir"/usr/lib/tmpfiles.d
-  echo "d /var/run/glusterfs 0755 root root -" 
>"$pkgdir"/usr/lib/tmpfiles.d/glusterfs.conf
-
   install -D -m 644 \
 "$srcdir"/$pkgname-$pkgver/{README.md,INSTALL,COPYING*} \
 "$pkgdir"/usr/share/doc/glusterfs/


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

2018-07-06 Thread Eli Schwartz via arch-commits
Date: Friday, July 6, 2018 @ 17:49:46
  Author: eschwartz
Revision: 353907

archrelease: copy trunk to community-staging-any

Added:
  fail2ban/repos/community-staging-any/
  fail2ban/repos/community-staging-any/PKGBUILD
(from rev 353906, fail2ban/trunk/PKGBUILD)

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

Copied: fail2ban/repos/community-staging-any/PKGBUILD (from rev 353906, 
fail2ban/trunk/PKGBUILD)
===
--- community-staging-any/PKGBUILD  (rev 0)
+++ community-staging-any/PKGBUILD  2018-07-06 17:49:46 UTC (rev 353907)
@@ -0,0 +1,74 @@
+# $Id$
+# Maintainer: Felix Yan 
+# Contributor: Bartłomiej Piotrowski 
+# Contributor: Geoffroy Carrier 
+# Contributor: michalzxc
+# Contributor: nbags 
+
+pkgname=fail2ban
+pkgver=0.10.3.1
+pkgrel=2
+pkgdesc='Bans IPs after too many failed authentication attempts'
+url='https://www.fail2ban.org/'
+license=('GPL')
+arch=('any')
+depends=('iptables' 'python-pyinotify' 'whois' 'sqlite' 'python-systemd')
+makedepends=('python-setuptools')
+checkdepends=('python-coverage')
+backup=(etc/fail2ban/fail2ban.conf
+etc/fail2ban/jail.conf
+etc/logrotate.d/fail2ban)
+source=("$pkgname-$pkgver.tar.gz::https://github.com/fail2ban/$pkgname/archive/$pkgver.tar.gz;
+
"https://github.com/fail2ban/fail2ban/pull/2174/commits/12df4ec92c27a25a300482f7707f27f7522f592f.patch;)
+sha512sums=('78388fce93e7a28f86905d7797cd188cfc19515ab43f85356da629f4f3797fba0e9e043f3d1a37740da463bd3cba629d660a3f7fc792be8a8f05e75fbf77c3ad'
+
'081df2a7d76800a91d66b97a9a86f63b8f6e30c80eb5e192167b0e69debe5143035bf916eb6e105512ed323b797a0f20a1d80a43a68ddadd83d878ce094450d3')
+
+prepare() {
+  cd $pkgname-$pkgver
+  # fix tmpfiles.d warning in systemd 239
+  # https://github.com/fail2ban/fail2ban/pull/2174
+  patch -p1 -i ../12df4ec92c27a25a300482f7707f27f7522f592f.patch
+  sed -i 's|self.install_dir|"/usr/bin"|' setup.py
+  sed -i 's/^before = paths-debian.conf/before = paths-arch.conf/' 
config/jail.conf
+}
+
+build() {
+  cd $pkgname-$pkgver
+  ./fail2ban-2to3
+  python setup.py build
+}
+
+check() {
+  # make temp copy to run coverage since it messes with file permissions
+  cp -r $pkgname-$pkgver{,-coverage}
+  cd $pkgname-$pkgver-coverage
+  coverage run bin/fail2ban-testcases || warning "Tests failed"
+}
+
+package() {
+  cd $pkgname-$pkgver
+  python setup.py install --root "$pkgdir" --optimize=1
+
+  install -Dm644 build/fail2ban.service \
+"$pkgdir"/usr/lib/systemd/system/$pkgname.service
+  install -Dm644 files/fail2ban-tmpfiles.conf \
+"$pkgdir"/usr/lib/tmpfiles.d/$pkgname.conf
+  install -Dm644 files/fail2ban-logrotate \
+"$pkgdir"/etc/logrotate.d/fail2ban
+  install -Dm644 files/bash-completion \
+"$pkgdir"/usr/share/bash-completion/completions/fail2ban
+
+  # fix sendmail location
+  sed -i 's/sbin/bin/g' "$pkgdir"/etc/fail2ban/action.d/sendmail*.conf
+
+  install -Dm644 man/fail2ban.1 "$pkgdir"/usr/share/man/man1/fail2ban.1
+  install -Dm644 man/fail2ban-client.1 \
+"$pkgdir"/usr/share/man/man1/fail2ban-client.1
+  install -Dm644 man/fail2ban-regex.1 \
+"$pkgdir"/usr/share/man/man1/fail2ban-regex.1
+  install -Dm644 man/fail2ban-server.1 \
+"$pkgdir"/usr/share/man/man1/fail2ban-server.1
+  install -Dm644 man/jail.conf.5 "$pkgdir"/usr/share/man/man5/jail.conf.5
+
+  rm -r "$pkgdir/run"
+}


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

2018-07-06 Thread Eli Schwartz via arch-commits
Date: Friday, July 6, 2018 @ 17:49:20
  Author: eschwartz
Revision: 353906

upgpkg: fail2ban 0.10.3.1-2

python 3.7 rebuild

systemd 239 introduces runtime warnings for tmpfiles.d snippets trying to
create files in /var/run. See
https://github.com/systemd/systemd/commit/a2d1fb882c4308bc10362d971f333c5031d60069
Submit pull request upstream to fix this, and import the patch.

use HTTPS url

better fix for coverage trampling on file permissions

Modified:
  fail2ban/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2018-07-06 16:59:38 UTC (rev 353905)
+++ PKGBUILD2018-07-06 17:49:20 UTC (rev 353906)
@@ -7,9 +7,9 @@
 
 pkgname=fail2ban
 pkgver=0.10.3.1
-pkgrel=1
+pkgrel=2
 pkgdesc='Bans IPs after too many failed authentication attempts'
-url='http://www.fail2ban.org/'
+url='https://www.fail2ban.org/'
 license=('GPL')
 arch=('any')
 depends=('iptables' 'python-pyinotify' 'whois' 'sqlite' 'python-systemd')
@@ -18,27 +18,37 @@
 backup=(etc/fail2ban/fail2ban.conf
 etc/fail2ban/jail.conf
 etc/logrotate.d/fail2ban)
-source=("$pkgname-$pkgver.tar.gz::https://github.com/fail2ban/$pkgname/archive/$pkgver.tar.gz;)
-sha512sums=('78388fce93e7a28f86905d7797cd188cfc19515ab43f85356da629f4f3797fba0e9e043f3d1a37740da463bd3cba629d660a3f7fc792be8a8f05e75fbf77c3ad')
+source=("$pkgname-$pkgver.tar.gz::https://github.com/fail2ban/$pkgname/archive/$pkgver.tar.gz;
+
"https://github.com/fail2ban/fail2ban/pull/2174/commits/12df4ec92c27a25a300482f7707f27f7522f592f.patch;)
+sha512sums=('78388fce93e7a28f86905d7797cd188cfc19515ab43f85356da629f4f3797fba0e9e043f3d1a37740da463bd3cba629d660a3f7fc792be8a8f05e75fbf77c3ad'
+
'081df2a7d76800a91d66b97a9a86f63b8f6e30c80eb5e192167b0e69debe5143035bf916eb6e105512ed323b797a0f20a1d80a43a68ddadd83d878ce094450d3')
 
 prepare() {
   cd $pkgname-$pkgver
+  # fix tmpfiles.d warning in systemd 239
+  # https://github.com/fail2ban/fail2ban/pull/2174
+  patch -p1 -i ../12df4ec92c27a25a300482f7707f27f7522f592f.patch
   sed -i 's|self.install_dir|"/usr/bin"|' setup.py
   sed -i 's/^before = paths-debian.conf/before = paths-arch.conf/' 
config/jail.conf
 }
 
-check() {
+build() {
   cd $pkgname-$pkgver
   ./fail2ban-2to3
+  python setup.py build
+}
+
+check() {
+  # make temp copy to run coverage since it messes with file permissions
+  cp -r $pkgname-$pkgver{,-coverage}
+  cd $pkgname-$pkgver-coverage
   coverage run bin/fail2ban-testcases || warning "Tests failed"
 }
 
 package() {
   cd $pkgname-$pkgver
-  python setup.py install --prefix /usr --root "$pkgdir" --optimize=1
+  python setup.py install --root "$pkgdir" --optimize=1
 
-  chmod 644 
"$pkgdir"/usr/lib/python3.6/site-packages/fail2ban-*-py3.6.egg-info/*
-
   install -Dm644 build/fail2ban.service \
 "$pkgdir"/usr/lib/systemd/system/$pkgname.service
   install -Dm644 files/fail2ban-tmpfiles.conf \


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

2018-07-06 Thread Felix Yan via arch-commits
Date: Friday, July 6, 2018 @ 16:59:38
  Author: felixonmars
Revision: 353905

upgpkg: haskell-hasql-transaction 0.5.2-102

rebuild with hspec 2.5.3, hspec-core 2.5.3, hspec-discover 2.5.3

Modified:
  haskell-hasql-transaction/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2018-07-06 16:58:37 UTC (rev 353904)
+++ PKGBUILD2018-07-06 16:59:38 UTC (rev 353905)
@@ -4,7 +4,7 @@
 _hkgname=hasql-transaction
 pkgname=haskell-hasql-transaction
 pkgver=0.5.2
-pkgrel=101
+pkgrel=102
 pkgdesc="A composable abstraction over the retryable transactions for Hasql"
 url="https://github.com/nikita-volkov/hasql-transaction;
 license=('MIT')


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

2018-07-06 Thread Felix Yan via arch-commits
Date: Friday, July 6, 2018 @ 16:58:37
  Author: felixonmars
Revision: 353904

archrelease: copy trunk to community-staging-x86_64

Added:
  haskell-hasql-pool/repos/community-staging-x86_64/
  haskell-hasql-pool/repos/community-staging-x86_64/PKGBUILD
(from rev 353903, haskell-hasql-pool/trunk/PKGBUILD)

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

Copied: haskell-hasql-pool/repos/community-staging-x86_64/PKGBUILD (from rev 
353903, haskell-hasql-pool/trunk/PKGBUILD)
===
--- community-staging-x86_64/PKGBUILD   (rev 0)
+++ community-staging-x86_64/PKGBUILD   2018-07-06 16:58:37 UTC (rev 353904)
@@ -0,0 +1,39 @@
+# $Id$
+# Maintainer: Felix Yan 
+# Contributor: Thomas Dziedzic 
+
+_hkgname=hasql-pool
+pkgname=haskell-hasql-pool
+pkgver=0.4.3
+pkgrel=101
+pkgdesc="A pool of connections for Hasql"
+url="https://github.com/nikita-volkov/hasql-pool;
+license=('MIT')
+arch=('x86_64')
+depends=('ghc-libs' 'haskell-base-prelude' 'haskell-hasql' 
'haskell-resource-pool')
+makedepends=('ghc')
+source=("https://hackage.haskell.org/packages/archive/${_hkgname}/${pkgver}/${_hkgname}-${pkgver}.tar.gz;)
+sha512sums=('533e4e39379fb4c5a668b81e704d768abe333c2fb4f7951d117e4415b0cbaa2895d87edda9be93c3bb635a7c4bbe0a3682857c0b04c08ec5821e0889d213351c')
+
+build() {
+cd "${srcdir}/${_hkgname}-${pkgver}"
+
+runhaskell Setup configure -O --enable-shared --enable-executable-dynamic 
--disable-library-vanilla \
+--prefix=/usr --docdir="/usr/share/doc/${pkgname}" \
+--dynlibdir=/usr/lib --libsubdir=\$compiler/site-local/\$pkgid
+runhaskell Setup build
+runhaskell Setup register --gen-script
+runhaskell Setup unregister --gen-script
+sed -i -r -e "s|ghc-pkg.*update[^ ]* |&'--force' |" register.sh
+sed -i -r -e "s|ghc-pkg.*unregister[^ ]* |&'--force' |" unregister.sh
+}
+
+package() {
+cd "${srcdir}/${_hkgname}-${pkgver}"
+
+install -D -m744 register.sh   
"${pkgdir}/usr/share/haskell/register/${pkgname}.sh"
+install -D -m744 unregister.sh 
"${pkgdir}/usr/share/haskell/unregister/${pkgname}.sh"
+runhaskell Setup copy --destdir="${pkgdir}"
+install -D -m644 "LICENSE" 
"${pkgdir}/usr/share/licenses/${pkgname}/LICENSE"
+rm -f "${pkgdir}/usr/share/doc/${pkgname}/LICENSE"
+}


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

2018-07-06 Thread Antonio Rojas via arch-commits
Date: Friday, July 6, 2018 @ 16:57:55
  Author: arojas
Revision: 353903

archrelease: copy trunk to community-any

Added:
  python-flask-autoindex/repos/community-any/PKGBUILD
(from rev 353902, python-flask-autoindex/trunk/PKGBUILD)
Deleted:
  python-flask-autoindex/repos/community-any/PKGBUILD

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

Deleted: PKGBUILD
===
--- PKGBUILD2018-07-06 16:57:51 UTC (rev 353902)
+++ PKGBUILD2018-07-06 16:57:55 UTC (rev 353903)
@@ -1,46 +0,0 @@
-# $Id$
-# Maintainer: Antonio Rojas 
-# Maintainer: Moritz Lipp 
-
-_pipname=Flask-AutoIndex
-pkgbase=python-flask-autoindex
-pkgname=(python2-flask-autoindex python-flask-autoindex)
-pkgver=0.6
-pkgrel=4
-pkgdesc="Flask-AutoIndex generates an index page for your Flask application 
automatically"
-arch=(any)
-url="http://packages.python.org/Flask-AutoIndex/;
-license=(BSD)
-makedepends=(python2-setuptools python-setuptools)
-source=("https://pypi.io/packages/source/${_pipname:0:1}/$_pipname/$_pipname-$pkgver.tar.gz;
-
autoindex-flask-1.0.patch::"https://github.com/sublee/flask-autoindex/commit/bb842705.patch;)
-sha256sums=('1a3b1fd9258769ddcbdd3e7abf161811576457b6dcc4e994970e671b560561a5'
-'4c110833e611b794b8b32bac4df9e11efa10ff8634965f9c9d56abaf71754a2e')
-
-prepare() {
-  cd $_pipname-$pkgver
-patch -p1 -i ../autoindex-flask-1.0.patch # Fix imports removed in flask 
1.0
-  cd ..
-  cp -R $_pipname-$pkgver python2-$_pipname-$pkgver
-}
-
-package_python2-flask-autoindex() {
-  depends=(python2-flask-silk python2-future)
-  cd python2-$_pipname-$pkgver
-  python2 setup.py install --root="$pkgdir/" --optimize=1
-
-  mkdir -p "$pkgdir"/usr/share/licenses/$pkgname
-  install -m644 LICENSE "$pkgdir"/usr/share/licenses/$pkgname
-
-# Fix conflict with python-flask-autoindex
-  mv "$pkgdir"/usr/bin/fai{,2}
-}
-
-package_python-flask-autoindex() {
-  depends=(python-flask-silk python-future)
-  cd $_pipname-$pkgver 
-  python setup.py install --root="$pkgdir/" --optimize=1
-
-  mkdir -p "$pkgdir"/usr/share/licenses/$pkgname
-  install -m644 LICENSE "$pkgdir"/usr/share/licenses/$pkgname
-}

Copied: python-flask-autoindex/repos/community-any/PKGBUILD (from rev 353902, 
python-flask-autoindex/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2018-07-06 16:57:55 UTC (rev 353903)
@@ -0,0 +1,37 @@
+# $Id$
+# Maintainer: Antonio Rojas 
+# Maintainer: Moritz Lipp 
+
+_pipname=Flask-AutoIndex
+pkgbase=python-flask-autoindex
+pkgname=(python2-flask-autoindex python-flask-autoindex)
+pkgver=0.6.1
+pkgrel=1
+pkgdesc="Flask-AutoIndex generates an index page for your Flask application 
automatically"
+arch=(any)
+url="http://packages.python.org/Flask-AutoIndex/;
+license=(BSD)
+makedepends=(python2-setuptools python-setuptools)
+source=("https://pypi.io/packages/source/${_pipname:0:1}/$_pipname/$_pipname-$pkgver.tar.gz;)
+sha256sums=('a789e4033b984b8240690b80e055d7dd4f04785c5fe9431c31b2c27180d2076d')
+
+package_python2-flask-autoindex() {
+  depends=(python2-flask-silk python2-future)
+  cd $_pipname-$pkgver
+  python2 setup.py install --root="$pkgdir" --optimize=1
+
+  mkdir -p "$pkgdir"/usr/share/licenses/$pkgname
+  install -m644 LICENSE "$pkgdir"/usr/share/licenses/$pkgname
+
+# Fix conflict with python-flask-autoindex
+  mv "$pkgdir"/usr/bin/fai{,2}
+}
+
+package_python-flask-autoindex() {
+  depends=(python-flask-silk python-future)
+  cd $_pipname-$pkgver 
+  python setup.py install --root="$pkgdir" --optimize=1
+
+  mkdir -p "$pkgdir"/usr/share/licenses/$pkgname
+  install -m644 LICENSE "$pkgdir"/usr/share/licenses/$pkgname
+}


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

2018-07-06 Thread Antonio Rojas via arch-commits
Date: Friday, July 6, 2018 @ 16:57:14
  Author: arojas
Revision: 353901

Update to 0.6.1

Modified:
  python-flask-autoindex/trunk/PKGBUILD

--+
 PKGBUILD |   23 +++
 1 file changed, 7 insertions(+), 16 deletions(-)

Modified: PKGBUILD
===
--- PKGBUILD2018-07-06 16:57:02 UTC (rev 353900)
+++ PKGBUILD2018-07-06 16:57:14 UTC (rev 353901)
@@ -5,29 +5,20 @@
 _pipname=Flask-AutoIndex
 pkgbase=python-flask-autoindex
 pkgname=(python2-flask-autoindex python-flask-autoindex)
-pkgver=0.6
-pkgrel=4
+pkgver=0.6.1
+pkgrel=1
 pkgdesc="Flask-AutoIndex generates an index page for your Flask application 
automatically"
 arch=(any)
 url="http://packages.python.org/Flask-AutoIndex/;
 license=(BSD)
 makedepends=(python2-setuptools python-setuptools)
-source=("https://pypi.io/packages/source/${_pipname:0:1}/$_pipname/$_pipname-$pkgver.tar.gz;
-
autoindex-flask-1.0.patch::"https://github.com/sublee/flask-autoindex/commit/bb842705.patch;)
-sha256sums=('1a3b1fd9258769ddcbdd3e7abf161811576457b6dcc4e994970e671b560561a5'
-'4c110833e611b794b8b32bac4df9e11efa10ff8634965f9c9d56abaf71754a2e')
+source=("https://pypi.io/packages/source/${_pipname:0:1}/$_pipname/$_pipname-$pkgver.tar.gz;)
+sha256sums=('a789e4033b984b8240690b80e055d7dd4f04785c5fe9431c31b2c27180d2076d')
 
-prepare() {
-  cd $_pipname-$pkgver
-patch -p1 -i ../autoindex-flask-1.0.patch # Fix imports removed in flask 
1.0
-  cd ..
-  cp -R $_pipname-$pkgver python2-$_pipname-$pkgver
-}
-
 package_python2-flask-autoindex() {
   depends=(python2-flask-silk python2-future)
-  cd python2-$_pipname-$pkgver
-  python2 setup.py install --root="$pkgdir/" --optimize=1
+  cd $_pipname-$pkgver
+  python2 setup.py install --root="$pkgdir" --optimize=1
 
   mkdir -p "$pkgdir"/usr/share/licenses/$pkgname
   install -m644 LICENSE "$pkgdir"/usr/share/licenses/$pkgname
@@ -39,7 +30,7 @@
 package_python-flask-autoindex() {
   depends=(python-flask-silk python-future)
   cd $_pipname-$pkgver 
-  python setup.py install --root="$pkgdir/" --optimize=1
+  python setup.py install --root="$pkgdir" --optimize=1
 
   mkdir -p "$pkgdir"/usr/share/licenses/$pkgname
   install -m644 LICENSE "$pkgdir"/usr/share/licenses/$pkgname


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

2018-07-06 Thread Felix Yan via arch-commits
Date: Friday, July 6, 2018 @ 16:57:51
  Author: felixonmars
Revision: 353902

upgpkg: haskell-hasql-pool 0.4.3-101

rebuild with hspec 2.5.3, hspec-core 2.5.3, hspec-discover 2.5.3

Modified:
  haskell-hasql-pool/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2018-07-06 16:57:14 UTC (rev 353901)
+++ PKGBUILD2018-07-06 16:57:51 UTC (rev 353902)
@@ -5,7 +5,7 @@
 _hkgname=hasql-pool
 pkgname=haskell-hasql-pool
 pkgver=0.4.3
-pkgrel=100
+pkgrel=101
 pkgdesc="A pool of connections for Hasql"
 url="https://github.com/nikita-volkov/hasql-pool;
 license=('MIT')


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

2018-07-06 Thread Felix Yan via arch-commits
Date: Friday, July 6, 2018 @ 16:57:02
  Author: felixonmars
Revision: 353900

archrelease: copy trunk to community-staging-x86_64

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

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

Copied: haskell-hasql/repos/community-staging-x86_64/PKGBUILD (from rev 353899, 
haskell-hasql/trunk/PKGBUILD)
===
--- community-staging-x86_64/PKGBUILD   (rev 0)
+++ community-staging-x86_64/PKGBUILD   2018-07-06 16:57:02 UTC (rev 353900)
@@ -0,0 +1,68 @@
+# $Id$
+# Maintainer: Felix Yan 
+# Contributor: Thomas Dziedzic 
+
+_hkgname=hasql
+pkgname=haskell-hasql
+pkgver=1.1.1
+pkgrel=101
+pkgdesc="An efficient PostgreSQL driver and a flexible mapping API"
+url="https://github.com/nikita-volkov/hasql;
+license=('MIT')
+arch=('x86_64')
+depends=('ghc-libs' 'haskell-attoparsec' 'haskell-base-prelude' 
'haskell-bytestring-strict-builder'
+ 'haskell-contravariant' 'haskell-contravariant-extras' 
'haskell-data-default-class'
+ 'haskell-dlist' 'haskell-hashable' 'haskell-hashtables' 
'haskell-loch-th'
+ 'haskell-placeholders' 'haskell-postgresql-binary' 
'haskell-postgresql-libpq'
+ 'haskell-profunctors' 'haskell-vector')
+makedepends=('ghc' 'haskell-bug' 'haskell-tasty' 'haskell-tasty-quickcheck' 
'haskell-tasty-hunit'
+ 'haskell-quickcheck-instances' 'haskell-quickcheck' 
'haskell-rerebase')
+checkdepends=('postgresql' 'pifpaf')
+source=("https://hackage.haskell.org/packages/archive/${_hkgname}/${pkgver}/${_hkgname}-${pkgver}.tar.gz;)
+sha512sums=('f72097118dbecd87c31394be882aa81a591d5e6d429bbee974cc4d6acaf1a86b9cb1c623666f3ffcc4f258992a3522d1780fbcc5a2edaded18c106bbe1fd28be')
+
+prepare() {
+sed -e 's/tasty-hunit >= 0.9 && < 0.10,/tasty-hunit >= 0.9,/' \
+-e 's/tasty >= 0.12 && < 0.13,/tasty >= 0.12,/' \
+-e 's/tasty-quickcheck >= 0.9 && < 0.10,/tasty-quickcheck >= 0.9,/' \
+-e '/semigroups/d' \
+-i $_hkgname-$pkgver/$_hkgname.cabal
+sed -e 's/deriving (Monoid)/deriving (Semigroup, Monoid)/' \
+-e '/instance Semigroup/d' \
+-i $_hkgname-$pkgver/library/Hasql/Private/Commands.hs
+sed -e 's/ Monoid)/ Semigroup, Monoid)/' \
+-e '/instance Semigroup/d' \
+-i $_hkgname-$pkgver/library/Hasql/Private/Encoders/Params.hs
+}
+
+build() {
+cd "${srcdir}/${_hkgname}-${pkgver}"
+
+runhaskell Setup configure -O --enable-shared --enable-executable-dynamic 
--disable-library-vanilla \
+--prefix=/usr --docdir="/usr/share/doc/${pkgname}" --enable-tests \
+--dynlibdir=/usr/lib --libsubdir=\$compiler/site-local/\$pkgid
+runhaskell Setup build
+runhaskell Setup register --gen-script
+runhaskell Setup unregister --gen-script
+sed -i -r -e "s|ghc-pkg.*update[^ ]* |&'--force' |" register.sh
+sed -i -r -e "s|ghc-pkg.*unregister[^ ]* |&'--force' |" unregister.sh
+}
+
+check() {
+cd $_hkgname-$pkgver
+
+eval $(pifpaf run postgresql --host 127.0.0.1 --port 5432)
+createuser -s postgres
+runhaskell Setup test
+pifpaf_stop
+}
+
+package() {
+cd "${srcdir}/${_hkgname}-${pkgver}"
+
+install -D -m744 register.sh   
"${pkgdir}/usr/share/haskell/register/${pkgname}.sh"
+install -D -m744 unregister.sh 
"${pkgdir}/usr/share/haskell/unregister/${pkgname}.sh"
+runhaskell Setup copy --destdir="${pkgdir}"
+install -D -m644 "LICENSE" 
"${pkgdir}/usr/share/licenses/${pkgname}/LICENSE"
+rm -f "${pkgdir}/usr/share/doc/${pkgname}/LICENSE"
+}


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

2018-07-06 Thread Felix Yan via arch-commits
Date: Friday, July 6, 2018 @ 16:56:35
  Author: felixonmars
Revision: 353899

upgpkg: haskell-hasql 1.1.1-101

rebuild with hspec 2.5.3, hspec-core 2.5.3, hspec-discover 2.5.3

Modified:
  haskell-hasql/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2018-07-06 16:55:04 UTC (rev 353898)
+++ PKGBUILD2018-07-06 16:56:35 UTC (rev 353899)
@@ -5,7 +5,7 @@
 _hkgname=hasql
 pkgname=haskell-hasql
 pkgver=1.1.1
-pkgrel=100
+pkgrel=101
 pkgdesc="An efficient PostgreSQL driver and a flexible mapping API"
 url="https://github.com/nikita-volkov/hasql;
 license=('MIT')


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

2018-07-06 Thread Felix Yan via arch-commits
Date: Friday, July 6, 2018 @ 16:55:04
  Author: felixonmars
Revision: 353898

archrelease: copy trunk to community-staging-x86_64

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

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

Copied: haskell-postgresql-binary/repos/community-staging-x86_64/PKGBUILD (from 
rev 353897, haskell-postgresql-binary/trunk/PKGBUILD)
===
--- community-staging-x86_64/PKGBUILD   (rev 0)
+++ community-staging-x86_64/PKGBUILD   2018-07-06 16:55:04 UTC (rev 353898)
@@ -0,0 +1,54 @@
+# $Id$
+# Maintainer: Felix Yan 
+# Contributor: Arch Haskell Team 
+
+_hkgname=postgresql-binary
+pkgname=haskell-postgresql-binary
+pkgver=0.12.1.1
+pkgrel=29
+pkgdesc="Encoders and decoders for the PostgreSQL's binary format"
+url="https://github.com/nikita-volkov/postgresql-binary;
+license=("MIT")
+arch=('x86_64')
+depends=('ghc-libs' 'haskell-aeson' 'haskell-base-prelude' 
'haskell-binary-parser'
+ 'haskell-bytestring-strict-builder' 'haskell-loch-th' 
'haskell-network-ip'
+ 'haskell-placeholders' 'haskell-scientific' 
'haskell-unordered-containers'
+ 'haskell-uuid' 'haskell-vector')
+makedepends=('ghc' 'haskell-postgresql-libpq' 'haskell-tasty' 
'haskell-tasty-quickcheck'
+ 'haskell-tasty-hunit' 'haskell-quickcheck' 
'haskell-quickcheck-instances'
+ 'haskell-json-ast' 'haskell-conversion' 
'haskell-conversion-bytestring'
+ 'haskell-conversion-text' 'haskell-rerebase' 'pifpaf' 
'postgresql')
+source=("https://hackage.haskell.org/packages/archive/${_hkgname}/${pkgver}/${_hkgname}-${pkgver}.tar.gz;)
+sha512sums=('386079b1816861da9e6e57e6ff6e30d3e01865102418173fc0e69145d924114b69d1ca99134158168c354d4fdac74bbb54d591849f87ed24548ef31fe22e04d1')
+
+build() {
+cd $_hkgname-$pkgver
+
+runhaskell Setup configure -O --enable-shared --enable-executable-dynamic 
--disable-library-vanilla \
+--prefix=/usr --docdir="/usr/share/doc/${pkgname}" --enable-tests \
+--dynlibdir=/usr/lib --libsubdir=\$compiler/site-local/\$pkgid
+runhaskell Setup build
+runhaskell Setup register --gen-script
+runhaskell Setup unregister --gen-script
+sed -i -r -e "s|ghc-pkg.*update[^ ]* |&'--force' |" register.sh
+sed -i -r -e "s|ghc-pkg.*unregister[^ ]* |&'--force' |" unregister.sh
+}
+
+check() {
+cd $_hkgname-$pkgver
+
+eval $(pifpaf run postgresql --host 127.0.0.1 --port 5432)
+createuser -s postgres
+runhaskell Setup test
+pifpaf_stop
+}
+
+package() {
+cd $_hkgname-$pkgver
+
+install -D -m744 register.sh   
"${pkgdir}/usr/share/haskell/register/${pkgname}.sh"
+install -D -m744 unregister.sh 
"${pkgdir}/usr/share/haskell/unregister/${pkgname}.sh"
+runhaskell Setup copy --destdir="${pkgdir}"
+install -D -m644 "LICENSE" 
"${pkgdir}/usr/share/licenses/${pkgname}/LICENSE"
+rm -f "${pkgdir}/usr/share/doc/${pkgname}/LICENSE"
+}


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

2018-07-06 Thread Felix Yan via arch-commits
Date: Friday, July 6, 2018 @ 16:54:38
  Author: felixonmars
Revision: 353897

upgpkg: haskell-postgresql-binary 0.12.1.1-29

rebuild with hspec 2.5.3, hspec-core 2.5.3, hspec-discover 2.5.3

Modified:
  haskell-postgresql-binary/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2018-07-06 16:52:51 UTC (rev 353896)
+++ PKGBUILD2018-07-06 16:54:38 UTC (rev 353897)
@@ -5,7 +5,7 @@
 _hkgname=postgresql-binary
 pkgname=haskell-postgresql-binary
 pkgver=0.12.1.1
-pkgrel=28
+pkgrel=29
 pkgdesc="Encoders and decoders for the PostgreSQL's binary format"
 url="https://github.com/nikita-volkov/postgresql-binary;
 license=("MIT")


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

2018-07-06 Thread Felix Yan via arch-commits
Date: Friday, July 6, 2018 @ 16:52:28
  Author: felixonmars
Revision: 353895

upgpkg: haskell-bytestring-strict-builder 0.4.5.1-15

rebuild with hspec 2.5.3, hspec-core 2.5.3, hspec-discover 2.5.3

Modified:
  haskell-bytestring-strict-builder/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2018-07-06 16:51:39 UTC (rev 353894)
+++ PKGBUILD2018-07-06 16:52:28 UTC (rev 353895)
@@ -4,7 +4,7 @@
 _hkgname=bytestring-strict-builder
 pkgname=haskell-bytestring-strict-builder
 pkgver=0.4.5.1
-pkgrel=14
+pkgrel=15
 pkgdesc="An efficient strict bytestring builder"
 url="https://github.com/nikita-volkov/bytestring-strict-builder;
 license=('MIT')


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

2018-07-06 Thread Felix Yan via arch-commits
Date: Friday, July 6, 2018 @ 16:52:51
  Author: felixonmars
Revision: 353896

archrelease: copy trunk to community-staging-x86_64

Added:
  haskell-bytestring-strict-builder/repos/community-staging-x86_64/
  haskell-bytestring-strict-builder/repos/community-staging-x86_64/PKGBUILD
(from rev 353895, haskell-bytestring-strict-builder/trunk/PKGBUILD)

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

Copied: 
haskell-bytestring-strict-builder/repos/community-staging-x86_64/PKGBUILD (from 
rev 353895, haskell-bytestring-strict-builder/trunk/PKGBUILD)
===
--- community-staging-x86_64/PKGBUILD   (rev 0)
+++ community-staging-x86_64/PKGBUILD   2018-07-06 16:52:51 UTC (rev 353896)
@@ -0,0 +1,49 @@
+# $Id$
+# Maintainer: Felix Yan 
+
+_hkgname=bytestring-strict-builder
+pkgname=haskell-bytestring-strict-builder
+pkgver=0.4.5.1
+pkgrel=15
+pkgdesc="An efficient strict bytestring builder"
+url="https://github.com/nikita-volkov/bytestring-strict-builder;
+license=('MIT')
+arch=('x86_64')
+depends=('ghc-libs' 'haskell-base-prelude')
+makedepends=('ghc' 'haskell-quickcheck' 'haskell-tasty' 
'haskell-tasty-quickcheck'
+ 'haskell-tasty-hunit' 'haskell-quickcheck-instances' 
'haskell-rerebase')
+source=("https://hackage.haskell.org/packages/archive/${_hkgname}/${pkgver}/${_hkgname}-${pkgver}.tar.gz;)
+sha512sums=('f9ebf1e959ba01674fd302571737ff1ef7b5150866a052560c20050f78aedf01e068a494b259a3dbc244db972662ae316205b8626e9c2721d54e46984ed27cd5')
+
+prepare() {
+cd $_hkgname-$pkgver
+sed -e '/semigroups/d' -i $_hkgname.cabal
+}
+
+build() {
+cd $_hkgname-$pkgver
+
+runhaskell Setup configure -O --enable-shared --enable-executable-dynamic 
--disable-library-vanilla \
+--prefix=/usr --docdir="/usr/share/doc/${pkgname}" --enable-tests \
+--dynlibdir=/usr/lib --libsubdir=\$compiler/site-local/\$pkgid
+runhaskell Setup build
+runhaskell Setup register --gen-script
+runhaskell Setup unregister --gen-script
+sed -i -r -e "s|ghc-pkg.*update[^ ]* |&'--force' |" register.sh
+sed -i -r -e "s|ghc-pkg.*unregister[^ ]* |&'--force' |" unregister.sh
+}
+
+check() {
+cd $_hkgname-$pkgver
+runhaskell Setup test
+}
+
+package() {
+cd $_hkgname-$pkgver
+
+install -D -m744 register.sh   
"${pkgdir}/usr/share/haskell/register/${pkgname}.sh"
+install -D -m744 unregister.sh 
"${pkgdir}/usr/share/haskell/unregister/${pkgname}.sh"
+runhaskell Setup copy --destdir="${pkgdir}"
+install -D -m644 "LICENSE" 
"${pkgdir}/usr/share/licenses/${pkgname}/LICENSE"
+rm -f "${pkgdir}/usr/share/doc/${pkgname}/LICENSE"
+}


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

2018-07-06 Thread Felix Yan via arch-commits
Date: Friday, July 6, 2018 @ 16:51:17
  Author: felixonmars
Revision: 353893

upgpkg: haskell-rerebase 1.2.2-20

rebuild with hspec 2.5.3, hspec-core 2.5.3, hspec-discover 2.5.3

Modified:
  haskell-rerebase/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2018-07-06 16:50:16 UTC (rev 353892)
+++ PKGBUILD2018-07-06 16:51:17 UTC (rev 353893)
@@ -5,7 +5,7 @@
 _hkgname=rerebase
 pkgname=haskell-rerebase
 pkgver=1.2.2
-pkgrel=19
+pkgrel=20
 pkgdesc='Reexports from "base" with a bunch of other standard libraries'
 url="https://github.com/nikita-volkov/rerebase;
 license=("MIT")


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

2018-07-06 Thread Felix Yan via arch-commits
Date: Friday, July 6, 2018 @ 16:51:39
  Author: felixonmars
Revision: 353894

archrelease: copy trunk to community-staging-x86_64

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

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

Copied: haskell-rerebase/repos/community-staging-x86_64/PKGBUILD (from rev 
353893, haskell-rerebase/trunk/PKGBUILD)
===
--- community-staging-x86_64/PKGBUILD   (rev 0)
+++ community-staging-x86_64/PKGBUILD   2018-07-06 16:51:39 UTC (rev 353894)
@@ -0,0 +1,39 @@
+# $Id$
+# Maintainer: Felix Yan 
+# Contributor: Arch Haskell Team 
+
+_hkgname=rerebase
+pkgname=haskell-rerebase
+pkgver=1.2.2
+pkgrel=20
+pkgdesc='Reexports from "base" with a bunch of other standard libraries'
+url="https://github.com/nikita-volkov/rerebase;
+license=("MIT")
+arch=('x86_64')
+depends=('ghc-libs' 'haskell-rebase')
+makedepends=('ghc')
+source=("https://hackage.haskell.org/packages/archive/${_hkgname}/${pkgver}/${_hkgname}-${pkgver}.tar.gz;)
+sha512sums=('58ac59823142b6876cb241de2141b481a377d58a3853b2e3626c3d08151ebe548a0e30b933e66437116a13ef6534ff37600df49e3cc091b98a9753287c6fa4a1')
+
+build() {
+cd "${srcdir}/${_hkgname}-${pkgver}"
+
+runhaskell Setup configure -O --enable-shared --enable-executable-dynamic 
--disable-library-vanilla \
+--prefix=/usr --docdir="/usr/share/doc/${pkgname}" \
+--dynlibdir=/usr/lib --libsubdir=\$compiler/site-local/\$pkgid
+runhaskell Setup build
+runhaskell Setup register --gen-script
+runhaskell Setup unregister --gen-script
+sed -i -r -e "s|ghc-pkg.*update[^ ]* |&'--force' |" register.sh
+sed -i -r -e "s|ghc-pkg.*unregister[^ ]* |&'--force' |" unregister.sh
+}
+
+package() {
+cd "${srcdir}/${_hkgname}-${pkgver}"
+
+install -D -m744 register.sh   
"${pkgdir}/usr/share/haskell/register/${pkgname}.sh"
+install -D -m744 unregister.sh 
"${pkgdir}/usr/share/haskell/unregister/${pkgname}.sh"
+runhaskell Setup copy --destdir="${pkgdir}"
+install -D -m644 "LICENSE" 
"${pkgdir}/usr/share/licenses/${pkgname}/LICENSE"
+rm -f "${pkgdir}/usr/share/doc/${pkgname}/LICENSE"
+}


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

2018-07-06 Thread Felix Yan via arch-commits
Date: Friday, July 6, 2018 @ 16:50:16
  Author: felixonmars
Revision: 353892

archrelease: copy trunk to community-staging-x86_64

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

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

Copied: haskell-reducers/repos/community-staging-x86_64/PKGBUILD (from rev 
353891, haskell-reducers/trunk/PKGBUILD)
===
--- community-staging-x86_64/PKGBUILD   (rev 0)
+++ community-staging-x86_64/PKGBUILD   2018-07-06 16:50:16 UTC (rev 353892)
@@ -0,0 +1,45 @@
+# $Id$
+# Maintainer: Felix Yan 
+# Contributor: Arch Haskell Team 
+
+_hkgname=reducers
+pkgname=haskell-reducers
+pkgver=3.12.3
+pkgrel=4
+pkgdesc="Semigroups, specialized containers and a general map/reduce framework"
+url="https://github.com/ekmett/reducers/;
+license=("custom:BSD3")
+arch=('x86_64')
+depends=('ghc-libs' "haskell-fingertree" "haskell-hashable" 
"haskell-semigroupoids"
+ "haskell-unordered-containers")
+makedepends=('ghc')
+source=("https://hackage.haskell.org/packages/archive/${_hkgname}/${pkgver}/${_hkgname}-${pkgver}.tar.gz;)
+sha512sums=('7bb78ccf107d7bc6bce8d68c3766b799ce2c2a41587ee4d2b7197c2dae1d27a6ce47110f1abd655108d7fcc306e9069a25562e53b00ff97704af0b8aac9139d9')
+
+prepare() {
+cd $_hkgname-$pkgver
+sed -i '/semigroups/d' $_hkgname.cabal
+}
+
+build() {
+cd "${srcdir}/${_hkgname}-${pkgver}"
+
+runhaskell Setup configure -O --enable-shared --enable-executable-dynamic 
--disable-library-vanilla \
+--prefix=/usr --docdir="/usr/share/doc/${pkgname}" \
+--dynlibdir=/usr/lib --libsubdir=\$compiler/site-local/\$pkgid
+runhaskell Setup build
+runhaskell Setup register --gen-script
+runhaskell Setup unregister --gen-script
+sed -i -r -e "s|ghc-pkg.*update[^ ]* |&'--force' |" register.sh
+sed -i -r -e "s|ghc-pkg.*unregister[^ ]* |&'--force' |" unregister.sh
+}
+
+package() {
+cd "${srcdir}/${_hkgname}-${pkgver}"
+
+install -D -m744 register.sh   
"${pkgdir}/usr/share/haskell/register/${pkgname}.sh"
+install -D -m744 unregister.sh 
"${pkgdir}/usr/share/haskell/unregister/${pkgname}.sh"
+runhaskell Setup copy --destdir="${pkgdir}"
+install -D -m644 "LICENSE" 
"${pkgdir}/usr/share/licenses/${pkgname}/LICENSE"
+rm -f "${pkgdir}/usr/share/doc/${pkgname}/LICENSE"
+}


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

2018-07-06 Thread Felix Yan via arch-commits
Date: Friday, July 6, 2018 @ 16:49:44
  Author: felixonmars
Revision: 353891

upgpkg: haskell-reducers 3.12.3-4

rebuild with hspec 2.5.3, hspec-core 2.5.3, hspec-discover 2.5.3

Modified:
  haskell-reducers/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2018-07-06 16:48:51 UTC (rev 353890)
+++ PKGBUILD2018-07-06 16:49:44 UTC (rev 353891)
@@ -5,7 +5,7 @@
 _hkgname=reducers
 pkgname=haskell-reducers
 pkgver=3.12.3
-pkgrel=3
+pkgrel=4
 pkgdesc="Semigroups, specialized containers and a general map/reduce framework"
 url="https://github.com/ekmett/reducers/;
 license=("custom:BSD3")


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

2018-07-06 Thread Felix Yan via arch-commits
Date: Friday, July 6, 2018 @ 16:48:51
  Author: felixonmars
Revision: 353890

archrelease: copy trunk to community-staging-x86_64

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

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

Copied: haskell-rebase/repos/community-staging-x86_64/PKGBUILD (from rev 
353889, haskell-rebase/trunk/PKGBUILD)
===
--- community-staging-x86_64/PKGBUILD   (rev 0)
+++ community-staging-x86_64/PKGBUILD   2018-07-06 16:48:51 UTC (rev 353890)
@@ -0,0 +1,48 @@
+# $Id$
+# Maintainer: Felix Yan 
+# Contributor: Arch Haskell Team 
+
+_hkgname=rebase
+pkgname=haskell-rebase
+pkgver=1.2.4
+pkgrel=20
+pkgdesc='A more progressive alternative to the "base" package'
+url="https://github.com/nikita-volkov/rebase;
+license=("MIT")
+arch=('x86_64')
+depends=('ghc-libs' 'haskell-hashable' 'haskell-vector' 
'haskell-unordered-containers'
+ 'haskell-scientific' 'haskell-uuid' 'haskell-dlist' 'haskell-void'
+ 'haskell-bifunctors' 'haskell-profunctors' 'haskell-contravariant'
+ 'haskell-contravariant-extras' 'haskell-semigroupoids' 
'haskell-either'
+ 'haskell-base-prelude')
+makedepends=('ghc')
+source=("https://hackage.haskell.org/packages/archive/${_hkgname}/${pkgver}/${_hkgname}-${pkgver}.tar.gz;)
+sha512sums=('5691b6bef8633a818ec9050b0b0eaec326c1be17d243911d958a30b28af887f9c94f55d9ef0c7c91eed5cda37bd4ee9f5d57251c58401211c4125f97bd41e162')
+
+prepare() {
+cd $_hkgname-$pkgver
+sed -e '/fail/d' -e '/semigroups/d' -i $_hkgname.cabal
+}
+
+build() {
+cd "${srcdir}/${_hkgname}-${pkgver}"
+
+runhaskell Setup configure -O --enable-shared --enable-executable-dynamic 
--disable-library-vanilla \
+--prefix=/usr --docdir="/usr/share/doc/${pkgname}" \
+--dynlibdir=/usr/lib --libsubdir=\$compiler/site-local/\$pkgid
+runhaskell Setup build
+runhaskell Setup register --gen-script
+runhaskell Setup unregister --gen-script
+sed -i -r -e "s|ghc-pkg.*update[^ ]* |&'--force' |" register.sh
+sed -i -r -e "s|ghc-pkg.*unregister[^ ]* |&'--force' |" unregister.sh
+}
+
+package() {
+cd "${srcdir}/${_hkgname}-${pkgver}"
+
+install -D -m744 register.sh   
"${pkgdir}/usr/share/haskell/register/${pkgname}.sh"
+install -D -m744 unregister.sh 
"${pkgdir}/usr/share/haskell/unregister/${pkgname}.sh"
+runhaskell Setup copy --destdir="${pkgdir}"
+install -D -m644 "LICENSE" 
"${pkgdir}/usr/share/licenses/${pkgname}/LICENSE"
+rm -f "${pkgdir}/usr/share/doc/${pkgname}/LICENSE"
+}


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

2018-07-06 Thread Felix Yan via arch-commits
Date: Friday, July 6, 2018 @ 16:48:12
  Author: felixonmars
Revision: 353889

upgpkg: haskell-rebase 1.2.4-20

rebuild with hspec 2.5.3, hspec-core 2.5.3, hspec-discover 2.5.3

Modified:
  haskell-rebase/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2018-07-06 16:47:06 UTC (rev 353888)
+++ PKGBUILD2018-07-06 16:48:12 UTC (rev 353889)
@@ -5,7 +5,7 @@
 _hkgname=rebase
 pkgname=haskell-rebase
 pkgver=1.2.4
-pkgrel=19
+pkgrel=20
 pkgdesc='A more progressive alternative to the "base" package'
 url="https://github.com/nikita-volkov/rebase;
 license=("MIT")


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

2018-07-06 Thread Felix Yan via arch-commits
Date: Friday, July 6, 2018 @ 16:47:06
  Author: felixonmars
Revision: 353888

archrelease: copy trunk to community-staging-x86_64

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

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

Copied: haskell-pointed/repos/community-staging-x86_64/PKGBUILD (from rev 
353887, haskell-pointed/trunk/PKGBUILD)
===
--- community-staging-x86_64/PKGBUILD   (rev 0)
+++ community-staging-x86_64/PKGBUILD   2018-07-06 16:47:06 UTC (rev 353888)
@@ -0,0 +1,48 @@
+# $Id$
+# Maintainer: Felix Yan 
+# Contributor: Arch Haskell Team 
+
+_hkgname=pointed
+pkgname=haskell-pointed
+pkgver=5.0.1
+pkgrel=40
+pkgdesc="Pointed and copointed data"
+url="https://github.com/ekmett/pointed/;
+license=("custom:BSD3")
+arch=('x86_64')
+depends=('ghc-libs' 'haskell-comonad' 'haskell-data-default-class' 
'haskell-hashable'
+ 'haskell-kan-extensions' 'haskell-semigroupoids' 'haskell-tagged'
+ 'haskell-transformers-compat' 'haskell-unordered-containers')
+makedepends=('ghc')
+source=("https://hackage.haskell.org/packages/archive/${_hkgname}/${pkgver}/${_hkgname}-${pkgver}.tar.gz;)
+sha512sums=('65958628c983a2c2866b1a1a615c7a7f2f516068c667ce9b93f4214b863632b40eba4915d49e07388c52ced8868bb308b24e7b38a6f50563c68954696748c99b')
+
+prepare() {
+cd $_hkgname-$pkgver
+sed -i '/semigroups/d' $_hkgname.cabal
+}
+
+build() {
+cd $_hkgname-$pkgver
+
+runhaskell Setup configure -O --enable-shared --enable-executable-dynamic 
--disable-library-vanilla \
+--prefix=/usr --docdir="/usr/share/doc/${pkgname}" \
+--dynlibdir=/usr/lib --libsubdir=\$compiler/site-local/\$pkgid \
+-fcomonad -fcontainers -fkan-extensions -fsemigroupoids 
-fsemigroups \
+-fstm -ftagged -ftransformers -funordered-containers
+runhaskell Setup build
+runhaskell Setup register --gen-script
+runhaskell Setup unregister --gen-script
+sed -i -r -e "s|ghc-pkg.*update[^ ]* |&'--force' |" register.sh
+sed -i -r -e "s|ghc-pkg.*unregister[^ ]* |&'--force' |" unregister.sh
+}
+
+package() {
+cd $_hkgname-$pkgver
+
+install -D -m744 register.sh   
"${pkgdir}/usr/share/haskell/register/${pkgname}.sh"
+install -D -m744 unregister.sh 
"${pkgdir}/usr/share/haskell/unregister/${pkgname}.sh"
+runhaskell Setup copy --destdir="${pkgdir}"
+install -D -m644 "LICENSE" 
"${pkgdir}/usr/share/licenses/${pkgname}/LICENSE"
+rm -f "${pkgdir}/usr/share/doc/${pkgname}/LICENSE"
+}


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

2018-07-06 Thread Felix Yan via arch-commits
Date: Friday, July 6, 2018 @ 16:46:37
  Author: felixonmars
Revision: 353887

upgpkg: haskell-pointed 5.0.1-40

rebuild with hspec 2.5.3, hspec-core 2.5.3, hspec-discover 2.5.3

Modified:
  haskell-pointed/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2018-07-06 16:45:50 UTC (rev 353886)
+++ PKGBUILD2018-07-06 16:46:37 UTC (rev 353887)
@@ -5,7 +5,7 @@
 _hkgname=pointed
 pkgname=haskell-pointed
 pkgver=5.0.1
-pkgrel=39
+pkgrel=40
 pkgdesc="Pointed and copointed data"
 url="https://github.com/ekmett/pointed/;
 license=("custom:BSD3")


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

2018-07-06 Thread Felix Yan via arch-commits
Date: Friday, July 6, 2018 @ 16:45:50
  Author: felixonmars
Revision: 353886

archrelease: copy trunk to community-staging-x86_64

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

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

Copied: haskell-binary-conduit/repos/community-staging-x86_64/PKGBUILD (from 
rev 353885, haskell-binary-conduit/trunk/PKGBUILD)
===
--- community-staging-x86_64/PKGBUILD   (rev 0)
+++ community-staging-x86_64/PKGBUILD   2018-07-06 16:45:50 UTC (rev 353886)
@@ -0,0 +1,38 @@
+# $Id$
+# Maintainer: Felix Yan 
+
+_hkgname=binary-conduit
+pkgname=haskell-binary-conduit
+pkgver=1.3
+pkgrel=25
+pkgdesc="Data serialization/deserialization conduit library"
+url="https://github.com/qnikst/binary-conduit/;
+license=('MIT')
+arch=('x86_64')
+depends=('ghc-libs' 'haskell-conduit' 'haskell-exceptions' 'haskell-vector')
+makedepends=('ghc')
+source=("https://hackage.haskell.org/packages/archive/${_hkgname}/${pkgver}/${_hkgname}-${pkgver}.tar.gz;)
+sha512sums=('393fd9f72baeb16511c8bd69c71b7169e3d8337903151dd2e514d83c665e34c593352ebaa91bf84531fcbd485af092a1278fe6a10329f68bb3765030a72858e5')
+
+build() {
+cd "${srcdir}/${_hkgname}-${pkgver}"
+
+runhaskell Setup configure -O --enable-shared --enable-executable-dynamic 
--disable-library-vanilla \
+--prefix=/usr --docdir="/usr/share/doc/${pkgname}" \
+--dynlibdir=/usr/lib --libsubdir=\$compiler/site-local/\$pkgid
+runhaskell Setup build
+runhaskell Setup register --gen-script
+runhaskell Setup unregister --gen-script
+sed -i -r -e "s|ghc-pkg.*update[^ ]* |&'--force' |" register.sh
+sed -i -r -e "s|ghc-pkg.*unregister[^ ]* |&'--force' |" unregister.sh
+}
+
+package() {
+cd "${srcdir}/${_hkgname}-${pkgver}"
+
+install -D -m744 register.sh   
"${pkgdir}/usr/share/haskell/register/${pkgname}.sh"
+install -D -m744 unregister.sh 
"${pkgdir}/usr/share/haskell/unregister/${pkgname}.sh"
+runhaskell Setup copy --destdir="${pkgdir}"
+install -D -m644 "LICENSE" 
"${pkgdir}/usr/share/licenses/${pkgname}/LICENSE"
+rm -f "${pkgdir}/usr/share/doc/${pkgname}/LICENSE"
+}


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

2018-07-06 Thread Felix Yan via arch-commits
Date: Friday, July 6, 2018 @ 16:45:19
  Author: felixonmars
Revision: 353885

upgpkg: haskell-binary-conduit 1.3-25

rebuild with hspec 2.5.3, hspec-core 2.5.3, hspec-discover 2.5.3

Modified:
  haskell-binary-conduit/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2018-07-06 16:44:19 UTC (rev 353884)
+++ PKGBUILD2018-07-06 16:45:19 UTC (rev 353885)
@@ -4,7 +4,7 @@
 _hkgname=binary-conduit
 pkgname=haskell-binary-conduit
 pkgver=1.3
-pkgrel=24
+pkgrel=25
 pkgdesc="Data serialization/deserialization conduit library"
 url="https://github.com/qnikst/binary-conduit/;
 license=('MIT')


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

2018-07-06 Thread Felix Yan via arch-commits
Date: Friday, July 6, 2018 @ 16:44:19
  Author: felixonmars
Revision: 353884

archrelease: copy trunk to community-staging-x86_64

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

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

Copied: haskell-conduit/repos/community-staging-x86_64/PKGBUILD (from rev 
353883, haskell-conduit/trunk/PKGBUILD)
===
--- community-staging-x86_64/PKGBUILD   (rev 0)
+++ community-staging-x86_64/PKGBUILD   2018-07-06 16:44:19 UTC (rev 353884)
@@ -0,0 +1,46 @@
+# $Id$
+# Maintainer: Felix Yan 
+# Contributor: Arch Haskell Team 
+
+_hkgname=conduit
+pkgname=haskell-conduit
+pkgver=1.3.0.3
+pkgrel=11
+pkgdesc="Streaming data processing library."
+url="https://github.com/snoyberg/conduit;
+license=("MIT")
+arch=('x86_64')
+depends=('ghc-libs' 'haskell-exceptions' 'haskell-mono-traversable' 
'haskell-primitive'
+ 'haskell-resourcet' 'haskell-unliftio-core' 'haskell-vector')
+makedepends=('ghc' 'haskell-hspec' 'haskell-quickcheck' 'haskell-safe' 
'haskell-silently'
+ 'haskell-split' 'haskell-unliftio')
+source=("https://hackage.haskell.org/packages/archive/${_hkgname}/${pkgver}/${_hkgname}-${pkgver}.tar.gz;)
+sha512sums=('7c3ceeb630f09b7c8718a0d2abcff0d33c8260e4b974f14ac69a35cb39a789539b22a1875106588588221ba9be640bdce2b63915db85b2d3652ee0cf32a75a0d')
+
+build() {
+cd $_hkgname-$pkgver
+
+runhaskell Setup configure -O --enable-shared --enable-executable-dynamic 
--disable-library-vanilla \
+--prefix=/usr --docdir="/usr/share/doc/${pkgname}" --enable-tests \
+--dynlibdir=/usr/lib --libsubdir=\$compiler/site-local/\$pkgid
+runhaskell Setup build
+runhaskell Setup register --gen-script
+runhaskell Setup unregister --gen-script
+sed -i -r -e "s|ghc-pkg.*update[^ ]* |&'--force' |" register.sh
+sed -i -r -e "s|ghc-pkg.*unregister[^ ]* |&'--force' |" unregister.sh
+}
+
+check() {
+cd $_hkgname-$pkgver
+runhaskell Setup test
+}
+
+package() {
+cd $_hkgname-$pkgver
+
+install -D -m744 register.sh   
"${pkgdir}/usr/share/haskell/register/${pkgname}.sh"
+install -D -m744 unregister.sh 
"${pkgdir}/usr/share/haskell/unregister/${pkgname}.sh"
+runhaskell Setup copy --destdir="${pkgdir}"
+install -D -m644 "LICENSE" 
"${pkgdir}/usr/share/licenses/${pkgname}/LICENSE"
+rm -f "${pkgdir}/usr/share/doc/${pkgname}/LICENSE"
+}


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

2018-07-06 Thread Felix Yan via arch-commits
Date: Friday, July 6, 2018 @ 16:43:48
  Author: felixonmars
Revision: 353883

upgpkg: haskell-conduit 1.3.0.3-11

rebuild with hspec 2.5.3, hspec-core 2.5.3, hspec-discover 2.5.3

Modified:
  haskell-conduit/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2018-07-06 16:41:29 UTC (rev 353882)
+++ PKGBUILD2018-07-06 16:43:48 UTC (rev 353883)
@@ -5,7 +5,7 @@
 _hkgname=conduit
 pkgname=haskell-conduit
 pkgver=1.3.0.3
-pkgrel=10
+pkgrel=11
 pkgdesc="Streaming data processing library."
 url="https://github.com/snoyberg/conduit;
 license=("MIT")


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

2018-07-06 Thread Felix Yan via arch-commits
Date: Friday, July 6, 2018 @ 16:41:29
  Author: felixonmars
Revision: 353882

archrelease: copy trunk to community-staging-x86_64

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

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

Copied: haskell-mono-traversable/repos/community-staging-x86_64/PKGBUILD (from 
rev 353881, haskell-mono-traversable/trunk/PKGBUILD)
===
--- community-staging-x86_64/PKGBUILD   (rev 0)
+++ community-staging-x86_64/PKGBUILD   2018-07-06 16:41:29 UTC (rev 353882)
@@ -0,0 +1,50 @@
+# $Id$
+# Maintainer: Felix Yan 
+# Contributor: Arch Haskell Team 
+
+_hkgname=mono-traversable
+pkgname=haskell-mono-traversable
+pkgver=1.0.8.1
+pkgrel=40
+pkgdesc="Type classes for mapping, folding, and traversing monomorphic 
containers"
+url="https://github.com/snoyberg/mono-traversable;
+license=("MIT")
+arch=('x86_64')
+depends=('ghc-libs' 'haskell-hashable' 'haskell-split' 
'haskell-unordered-containers'
+ 'haskell-vector' 'haskell-vector-algorithms')
+makedepends=('ghc' 'haskell-hunit' 'haskell-quickcheck' 'haskell-foldl' 
'haskell-hspec')
+source=("https://hackage.haskell.org/packages/archive/${_hkgname}/${pkgver}/${_hkgname}-${pkgver}.tar.gz;)
+sha512sums=('cb3ea7efd1995be5f3af2b71cb8ed105801de6e2496fdd2644f90b223a33aa9b1e2e70837acaf3289aa4354ec217daf9bb77b44e7b745c3c84866ec40be5e062')
+
+prepare() {
+cd $_hkgname-$pkgver
+sed -i '/semigroups/d' $_hkgname.cabal
+}
+
+build() {
+cd $_hkgname-$pkgver
+
+runhaskell Setup configure -O --enable-shared --enable-executable-dynamic 
--disable-library-vanilla \
+--prefix=/usr --docdir="/usr/share/doc/${pkgname}" --enable-tests \
+--dynlibdir=/usr/lib --libsubdir=\$compiler/site-local/\$pkgid
+runhaskell Setup build
+runhaskell Setup register --gen-script
+runhaskell Setup unregister --gen-script
+sed -i -r -e "s|ghc-pkg.*update[^ ]* |&'--force' |" register.sh
+sed -i -r -e "s|ghc-pkg.*unregister[^ ]* |&'--force' |" unregister.sh
+}
+
+check() {
+cd $_hkgname-$pkgver
+runhaskell Setup test
+}
+
+package() {
+cd $_hkgname-$pkgver
+
+install -D -m744 register.sh   
"${pkgdir}/usr/share/haskell/register/${pkgname}.sh"
+install -D -m744 unregister.sh 
"${pkgdir}/usr/share/haskell/unregister/${pkgname}.sh"
+runhaskell Setup copy --destdir="${pkgdir}"
+install -D -m644 "LICENSE" 
"${pkgdir}/usr/share/licenses/${pkgname}/LICENSE"
+rm -f "${pkgdir}/usr/share/doc/${pkgname}/LICENSE"
+}


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

2018-07-06 Thread Felix Yan via arch-commits
Date: Friday, July 6, 2018 @ 16:40:56
  Author: felixonmars
Revision: 353881

upgpkg: haskell-mono-traversable 1.0.8.1-40

rebuild with hspec 2.5.3, hspec-core 2.5.3, hspec-discover 2.5.3

Modified:
  haskell-mono-traversable/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2018-07-06 16:39:15 UTC (rev 353880)
+++ PKGBUILD2018-07-06 16:40:56 UTC (rev 353881)
@@ -5,7 +5,7 @@
 _hkgname=mono-traversable
 pkgname=haskell-mono-traversable
 pkgver=1.0.8.1
-pkgrel=39
+pkgrel=40
 pkgdesc="Type classes for mapping, folding, and traversing monomorphic 
containers"
 url="https://github.com/snoyberg/mono-traversable;
 license=("MIT")


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

2018-07-06 Thread Felix Yan via arch-commits
Date: Friday, July 6, 2018 @ 16:39:15
  Author: felixonmars
Revision: 353880

archrelease: copy trunk to community-staging-x86_64

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

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

Copied: haskell-lens-aeson/repos/community-staging-x86_64/PKGBUILD (from rev 
353879, haskell-lens-aeson/trunk/PKGBUILD)
===
--- community-staging-x86_64/PKGBUILD   (rev 0)
+++ community-staging-x86_64/PKGBUILD   2018-07-06 16:39:15 UTC (rev 353880)
@@ -0,0 +1,45 @@
+# $Id$
+# Maintainer: Felix Yan 
+
+_hkgname=lens-aeson
+pkgname=haskell-lens-aeson
+pkgver=1.0.2
+pkgrel=79
+pkgdesc="Law-abiding lenses for aeson"
+url="http://github.com/lens/lens-aeson/;
+license=('MIT')
+arch=('x86_64')
+depends=('ghc-libs' 'haskell-aeson' 'haskell-attoparsec' 'haskell-lens' 
'haskell-scientific'
+ 'haskell-unordered-containers' 'haskell-vector')
+makedepends=('ghc')
+source=("https://hackage.haskell.org/packages/archive/${_hkgname}/${pkgver}/${_hkgname}-${pkgver}.tar.gz;)
+sha512sums=('db13c9126b41fd1b3b2e66c72e069ef07722c4e125a128eca2592bf2c68b7e550c10a0d35795616c0e66ed6c70bbe3b188e9baba19913bba41b5d44900b71013')
+
+prepare() {
+cd $_hkgname-$pkgver
+sed -i 's/<.*1.3/<2/' $_hkgname.cabal
+}
+
+build() {
+cd "${srcdir}/${_hkgname}-${pkgver}"
+
+runhaskell Setup configure -O --enable-shared --enable-executable-dynamic 
--disable-library-vanilla \
+--prefix=/usr --docdir="/usr/share/doc/${pkgname}" \
+--dynlibdir=/usr/lib --libsubdir=\$compiler/site-local/\$pkgid \
+-f-test-doctests
+runhaskell Setup build
+runhaskell Setup register --gen-script
+runhaskell Setup unregister --gen-script
+sed -i -r -e "s|ghc-pkg.*update[^ ]* |&'--force' |" register.sh
+sed -i -r -e "s|ghc-pkg.*unregister[^ ]* |&'--force' |" unregister.sh
+}
+
+package() {
+cd "${srcdir}/${_hkgname}-${pkgver}"
+
+install -D -m744 register.sh   
"${pkgdir}/usr/share/haskell/register/${pkgname}.sh"
+install -D -m744 unregister.sh 
"${pkgdir}/usr/share/haskell/unregister/${pkgname}.sh"
+runhaskell Setup copy --destdir="${pkgdir}"
+install -D -m644 "LICENSE" 
"${pkgdir}/usr/share/licenses/${pkgname}/LICENSE"
+rm -f "${pkgdir}/usr/share/doc/${pkgname}/LICENSE"
+}


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

2018-07-06 Thread Felix Yan via arch-commits
Date: Friday, July 6, 2018 @ 16:38:42
  Author: felixonmars
Revision: 353879

upgpkg: haskell-lens-aeson 1.0.2-79

rebuild with hspec 2.5.3, hspec-core 2.5.3, hspec-discover 2.5.3

Modified:
  haskell-lens-aeson/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2018-07-06 16:37:44 UTC (rev 353878)
+++ PKGBUILD2018-07-06 16:38:42 UTC (rev 353879)
@@ -4,7 +4,7 @@
 _hkgname=lens-aeson
 pkgname=haskell-lens-aeson
 pkgver=1.0.2
-pkgrel=78
+pkgrel=79
 pkgdesc="Law-abiding lenses for aeson"
 url="http://github.com/lens/lens-aeson/;
 license=('MIT')


[arch-commits] Commit in haskell-insert-ordered-containers/repos (2 files)

2018-07-06 Thread Felix Yan via arch-commits
Date: Friday, July 6, 2018 @ 16:37:44
  Author: felixonmars
Revision: 353878

archrelease: copy trunk to community-staging-x86_64

Added:
  haskell-insert-ordered-containers/repos/community-staging-x86_64/
  haskell-insert-ordered-containers/repos/community-staging-x86_64/PKGBUILD
(from rev 353877, haskell-insert-ordered-containers/trunk/PKGBUILD)

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

Copied: 
haskell-insert-ordered-containers/repos/community-staging-x86_64/PKGBUILD (from 
rev 353877, haskell-insert-ordered-containers/trunk/PKGBUILD)
===
--- community-staging-x86_64/PKGBUILD   (rev 0)
+++ community-staging-x86_64/PKGBUILD   2018-07-06 16:37:44 UTC (rev 353878)
@@ -0,0 +1,49 @@
+# $Id$
+# Maintainer: Felix Yan 
+
+_hkgname=insert-ordered-containers
+pkgname=haskell-insert-ordered-containers
+pkgver=0.2.1.0
+pkgrel=97
+pkgdesc="Associative containers retating insertion order for traversals."
+url="https://github.com/phadej/insert-ordered-containers;
+license=('custom:BSD3')
+arch=('x86_64')
+depends=('ghc-libs' 'haskell-aeson' 'haskell-base-compat' 'haskell-hashable' 
'haskell-lens'
+ 'haskell-semigroupoids' 'haskell-unordered-containers')
+makedepends=('ghc')
+source=("https://hackage.haskell.org/packages/archive/${_hkgname}/${pkgver}/${_hkgname}-${pkgver}.tar.gz;)
+sha512sums=('baff8b23700a7d0209810208183d9856c0a5219018c5f09e82f8820ac87630073543da19e1198fc42f3feec143895707e5e33fdf1edbf8f4e6c441271cc3243b')
+
+prepare() {
+sed -e 's/, semigroupoids >=4.3  && <5.2/, semigroupoids   
  >=4.3/' \
+-e 's/, aeson >=1.0.0.0  && <1.2/, aeson   
  >=1.0.0.0/' \
+-e 's/base  >=4.6  && <4.10/base  
>=4.6/' \
+-e 's/<.*4.16/<5/' \
+-e '/semigroups/d' \
+-e 's/<.*0.10/<1/' \
+-i ${_hkgname}-${pkgver}/${_hkgname}.cabal
+}
+
+build() {
+cd "${srcdir}/${_hkgname}-${pkgver}"
+
+runhaskell Setup configure -O --enable-shared --enable-executable-dynamic 
--disable-library-vanilla \
+--prefix=/usr --docdir="/usr/share/doc/${pkgname}" \
+--dynlibdir=/usr/lib --libsubdir=\$compiler/site-local/\$pkgid
+runhaskell Setup build
+runhaskell Setup register --gen-script
+runhaskell Setup unregister --gen-script
+sed -i -r -e "s|ghc-pkg.*update[^ ]* |&'--force' |" register.sh
+sed -i -r -e "s|ghc-pkg.*unregister[^ ]* |&'--force' |" unregister.sh
+}
+
+package() {
+cd "${srcdir}/${_hkgname}-${pkgver}"
+
+install -D -m744 register.sh   
"${pkgdir}/usr/share/haskell/register/${pkgname}.sh"
+install -D -m744 unregister.sh 
"${pkgdir}/usr/share/haskell/unregister/${pkgname}.sh"
+runhaskell Setup copy --destdir="${pkgdir}"
+install -D -m644 "LICENSE" 
"${pkgdir}/usr/share/licenses/${pkgname}/LICENSE"
+rm -f "${pkgdir}/usr/share/doc/${pkgname}/LICENSE"
+}


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

2018-07-06 Thread Felix Yan via arch-commits
Date: Friday, July 6, 2018 @ 16:37:08
  Author: felixonmars
Revision: 353877

upgpkg: haskell-insert-ordered-containers 0.2.1.0-97

rebuild with hspec 2.5.3, hspec-core 2.5.3, hspec-discover 2.5.3

Modified:
  haskell-insert-ordered-containers/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2018-07-06 16:36:10 UTC (rev 353876)
+++ PKGBUILD2018-07-06 16:37:08 UTC (rev 353877)
@@ -4,7 +4,7 @@
 _hkgname=insert-ordered-containers
 pkgname=haskell-insert-ordered-containers
 pkgver=0.2.1.0
-pkgrel=96
+pkgrel=97
 pkgdesc="Associative containers retating insertion order for traversals."
 url="https://github.com/phadej/insert-ordered-containers;
 license=('custom:BSD3')


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

2018-07-06 Thread Felix Yan via arch-commits
Date: Friday, July 6, 2018 @ 16:36:10
  Author: felixonmars
Revision: 353876

archrelease: copy trunk to community-staging-x86_64

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

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

Copied: haskell-fdo-notify/repos/community-staging-x86_64/PKGBUILD (from rev 
353875, haskell-fdo-notify/trunk/PKGBUILD)
===
--- community-staging-x86_64/PKGBUILD   (rev 0)
+++ community-staging-x86_64/PKGBUILD   2018-07-06 16:36:10 UTC (rev 353876)
@@ -0,0 +1,39 @@
+# $Id$
+# Maintainer: Felix Yan 
+# Contributor: Arch Haskell Team 
+
+_hkgname=fdo-notify
+pkgname=haskell-fdo-notify
+pkgver=0.3.1
+pkgrel=78
+pkgdesc="Desktop Notifications client"
+url="http://bitbucket.org/taejo/fdo-notify/;
+license=("custom:BSD3")
+arch=('x86_64')
+depends=('ghc-libs' "haskell-dbus")
+makedepends=('ghc')
+source=("https://hackage.haskell.org/packages/archive/${_hkgname}/${pkgver}/${_hkgname}-${pkgver}.tar.gz;)
+sha512sums=('d9193899d5eebd7c36e9464571827bd5b560fcc156e89822877b3b67a1f376c7abea9958f7e0aa6f79da06ad5f35a8738ad30a40d447b64ad557ed341054e6b6')
+
+build() {
+cd "${srcdir}/${_hkgname}-${pkgver}"
+
+runhaskell Setup configure -O --enable-shared --enable-executable-dynamic 
--disable-library-vanilla \
+--prefix=/usr --docdir="/usr/share/doc/${pkgname}" \
+--dynlibdir=/usr/lib --libsubdir=\$compiler/site-local/\$pkgid
+runhaskell Setup build
+runhaskell Setup register --gen-script
+runhaskell Setup unregister --gen-script
+sed -i -r -e "s|ghc-pkg.*update[^ ]* |&'--force' |" register.sh
+sed -i -r -e "s|ghc-pkg.*unregister[^ ]* |&'--force' |" unregister.sh
+}
+
+package() {
+cd "${srcdir}/${_hkgname}-${pkgver}"
+
+install -D -m744 register.sh   
"${pkgdir}/usr/share/haskell/register/${pkgname}.sh"
+install -D -m744 unregister.sh 
"${pkgdir}/usr/share/haskell/unregister/${pkgname}.sh"
+runhaskell Setup copy --destdir="${pkgdir}"
+install -D -m644 "LICENSE" 
"${pkgdir}/usr/share/licenses/${pkgname}/LICENSE"
+rm -f "${pkgdir}/usr/share/doc/${pkgname}/LICENSE"
+}


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

2018-07-06 Thread Felix Yan via arch-commits
Date: Friday, July 6, 2018 @ 16:35:35
  Author: felixonmars
Revision: 353875

upgpkg: haskell-fdo-notify 0.3.1-78

rebuild with hspec 2.5.3, hspec-core 2.5.3, hspec-discover 2.5.3

Modified:
  haskell-fdo-notify/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2018-07-06 16:34:33 UTC (rev 353874)
+++ PKGBUILD2018-07-06 16:35:35 UTC (rev 353875)
@@ -5,7 +5,7 @@
 _hkgname=fdo-notify
 pkgname=haskell-fdo-notify
 pkgver=0.3.1
-pkgrel=77
+pkgrel=78
 pkgdesc="Desktop Notifications client"
 url="http://bitbucket.org/taejo/fdo-notify/;
 license=("custom:BSD3")


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

2018-07-06 Thread Felix Yan via arch-commits
Date: Friday, July 6, 2018 @ 16:34:33
  Author: felixonmars
Revision: 353874

archrelease: copy trunk to community-staging-x86_64

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

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

Copied: haskell-dbus/repos/community-staging-x86_64/PKGBUILD (from rev 353873, 
haskell-dbus/trunk/PKGBUILD)
===
--- community-staging-x86_64/PKGBUILD   (rev 0)
+++ community-staging-x86_64/PKGBUILD   2018-07-06 16:34:33 UTC (rev 353874)
@@ -0,0 +1,46 @@
+# $Id$
+# Maintainer: Felix Yan 
+# Contributor: Arch Haskell Team 
+
+_hkgname=dbus
+pkgname=haskell-dbus
+pkgver=1.0.1
+pkgrel=39
+pkgdesc="A client library for the D-Bus IPC system"
+url="https://john-millikin.com/software/haskell-dbus/;
+license=("GPL3")
+arch=('x86_64')
+depends=('ghc-libs' 'haskell-cereal' 'haskell-lens' 'haskell-libxml-sax' 
'haskell-network'
+ 'haskell-random' 'haskell-split' 'haskell-th-lift'
+ 'haskell-vector' 'haskell-xml-types')
+makedepends=('ghc' 'haskell-extra' 'haskell-quickcheck' 'haskell-resourcet' 
'haskell-tasty'
+ 'haskell-tasty-hunit' 'haskell-tasty-quickcheck')
+source=("https://hackage.haskell.org/packages/archive/${_hkgname}/${pkgver}/${_hkgname}-${pkgver}.tar.gz;)
+sha512sums=('e50b388de40d39761338045a92a848d65fc049594b0ee59505a2ac1a1bbf54cb6e8278f9d08abcdd3cae87650405f78f80bce680b9c3c4950d1b848a990e544b')
+
+build() {
+cd $_hkgname-$pkgver
+
+runhaskell Setup configure -O --enable-shared --enable-executable-dynamic 
--disable-library-vanilla \
+--prefix=/usr --docdir="/usr/share/doc/${pkgname}" --enable-tests \
+--dynlibdir=/usr/lib --libsubdir=\$compiler/site-local/\$pkgid
+runhaskell Setup build
+runhaskell Setup register --gen-script
+runhaskell Setup unregister --gen-script
+sed -i -r -e "s|ghc-pkg.*update[^ ]* |&'--force' |" register.sh
+sed -i -r -e "s|ghc-pkg.*unregister[^ ]* |&'--force' |" unregister.sh
+}
+
+check() {
+cd $_hkgname-$pkgver
+runhaskell Setup test
+}
+
+package() {
+cd $_hkgname-$pkgver
+
+install -D -m744 register.sh   
"${pkgdir}/usr/share/haskell/register/${pkgname}.sh"
+install -D -m744 unregister.sh 
"${pkgdir}/usr/share/haskell/unregister/${pkgname}.sh"
+runhaskell Setup copy --destdir="${pkgdir}"
+rm -f "${pkgdir}/usr/share/doc/${pkgname}/license.txt"
+}


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

2018-07-06 Thread Felix Yan via arch-commits
Date: Friday, July 6, 2018 @ 16:33:54
  Author: felixonmars
Revision: 353873

upgpkg: haskell-dbus 1.0.1-39

rebuild with hspec 2.5.3, hspec-core 2.5.3, hspec-discover 2.5.3

Modified:
  haskell-dbus/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2018-07-06 16:31:48 UTC (rev 353872)
+++ PKGBUILD2018-07-06 16:33:54 UTC (rev 353873)
@@ -5,7 +5,7 @@
 _hkgname=dbus
 pkgname=haskell-dbus
 pkgver=1.0.1
-pkgrel=38
+pkgrel=39
 pkgdesc="A client library for the D-Bus IPC system"
 url="https://john-millikin.com/software/haskell-dbus/;
 license=("GPL3")


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

2018-07-06 Thread Felix Yan via arch-commits
Date: Friday, July 6, 2018 @ 16:31:48
  Author: felixonmars
Revision: 353872

archrelease: copy trunk to community-staging-x86_64

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

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

Copied: haskell-concise/repos/community-staging-x86_64/PKGBUILD (from rev 
353871, haskell-concise/trunk/PKGBUILD)
===
--- community-staging-x86_64/PKGBUILD   (rev 0)
+++ community-staging-x86_64/PKGBUILD   2018-07-06 16:31:48 UTC (rev 353872)
@@ -0,0 +1,45 @@
+# $Id$
+# Maintainer: Felix Yan 
+# Contributor: Arch Haskell Team 
+
+_hkgname=concise
+pkgname=haskell-concise
+pkgver=0.1.0.1
+pkgrel=45
+pkgdesc="Utilities for Control.Lens.Cons"
+url="https://github.com/frasertweedal/hs-concise;
+license=("custom:BSD3")
+arch=('x86_64')
+depends=('ghc-libs' 'haskell-lens')
+makedepends=('ghc' 'haskell-quickcheck' 'haskell-quickcheck-instances' 
'haskell-tasty'
+ 'haskell-tasty-quickcheck')
+source=("https://hackage.haskell.org/packages/archive/${_hkgname}/${pkgver}/${_hkgname}-${pkgver}.tar.gz;)
+sha512sums=('1ca4aacd319107b6a0031e7d0604563a6be68c4c1a2df6e31e7336e8c29f8efd94d5517e31e9a986b9607eb059f74e33b1d8a307d5a23194daf5e88350d560d7')
+
+build() {
+cd $_hkgname-$pkgver
+
+runhaskell Setup configure -O --enable-shared --enable-executable-dynamic 
--disable-library-vanilla \
+--prefix=/usr --docdir="/usr/share/doc/${pkgname}" --enable-tests \
+--dynlibdir=/usr/lib --libsubdir=\$compiler/site-local/\$pkgid
+runhaskell Setup build
+runhaskell Setup register --gen-script
+runhaskell Setup unregister --gen-script
+sed -i -r -e "s|ghc-pkg.*update[^ ]* |&'--force' |" register.sh
+sed -i -r -e "s|ghc-pkg.*unregister[^ ]* |&'--force' |" unregister.sh
+}
+
+check() {
+cd $_hkgname-$pkgver
+runhaskell Setup test
+}
+
+package() {
+cd $_hkgname-$pkgver
+
+install -D -m744 register.sh   
"${pkgdir}/usr/share/haskell/register/${pkgname}.sh"
+install -D -m744 unregister.sh 
"${pkgdir}/usr/share/haskell/unregister/${pkgname}.sh"
+runhaskell Setup copy --destdir="${pkgdir}"
+install -D -m644 "LICENSE" 
"${pkgdir}/usr/share/licenses/${pkgname}/LICENSE"
+rm -f "${pkgdir}/usr/share/doc/${pkgname}/LICENSE"
+}


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

2018-07-06 Thread Felix Yan via arch-commits
Date: Friday, July 6, 2018 @ 16:31:10
  Author: felixonmars
Revision: 353871

upgpkg: haskell-concise 0.1.0.1-45

rebuild with hspec 2.5.3, hspec-core 2.5.3, hspec-discover 2.5.3

Modified:
  haskell-concise/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2018-07-06 16:29:44 UTC (rev 353870)
+++ PKGBUILD2018-07-06 16:31:10 UTC (rev 353871)
@@ -5,7 +5,7 @@
 _hkgname=concise
 pkgname=haskell-concise
 pkgver=0.1.0.1
-pkgrel=44
+pkgrel=45
 pkgdesc="Utilities for Control.Lens.Cons"
 url="https://github.com/frasertweedal/hs-concise;
 license=("custom:BSD3")


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

2018-07-06 Thread Felix Yan via arch-commits
Date: Friday, July 6, 2018 @ 16:29:05
  Author: felixonmars
Revision: 353869

upgpkg: haskell-lens 4.16.1-26

rebuild with hspec 2.5.3, hspec-core 2.5.3, hspec-discover 2.5.3

Modified:
  haskell-lens/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2018-07-06 16:26:43 UTC (rev 353868)
+++ PKGBUILD2018-07-06 16:29:05 UTC (rev 353869)
@@ -5,7 +5,7 @@
 _hkgname=lens
 pkgname=haskell-lens
 pkgver=4.16.1
-pkgrel=25
+pkgrel=26
 pkgdesc="Lenses, Folds and Traversals"
 url="https://github.com/ekmett/lens/;
 license=("custom:BSD3")


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

2018-07-06 Thread Felix Yan via arch-commits
Date: Friday, July 6, 2018 @ 16:29:44
  Author: felixonmars
Revision: 353870

archrelease: copy trunk to community-staging-x86_64

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

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

Copied: haskell-lens/repos/community-staging-x86_64/PKGBUILD (from rev 353869, 
haskell-lens/trunk/PKGBUILD)
===
--- community-staging-x86_64/PKGBUILD   (rev 0)
+++ community-staging-x86_64/PKGBUILD   2018-07-06 16:29:44 UTC (rev 353870)
@@ -0,0 +1,51 @@
+# $Id$
+# Maintainer: Felix Yan 
+# Contributor: Arch Haskell Team 
+
+_hkgname=lens
+pkgname=haskell-lens
+pkgver=4.16.1
+pkgrel=26
+pkgdesc="Lenses, Folds and Traversals"
+url="https://github.com/ekmett/lens/;
+license=("custom:BSD3")
+arch=('x86_64')
+depends=('ghc-libs' 'haskell-base-orphans' 'haskell-bifunctors' 
'haskell-call-stack' 'haskell-comonad'
+ 'haskell-contravariant' 'haskell-distributive' 'haskell-exceptions' 
'haskell-free'
+ 'haskell-hashable' 'haskell-kan-extensions' 'haskell-parallel' 
'haskell-profunctors'
+ 'haskell-reflection' 'haskell-semigroupoids' 'haskell-tagged' 
'haskell-th-abstraction'
+ 'haskell-transformers-compat' 'haskell-unordered-containers' 
'haskell-vector' 'haskell-void')
+makedepends=('ghc')
+source=("https://hackage.haskell.org/packages/archive/${_hkgname}/${pkgver}/${_hkgname}-${pkgver}.tar.gz;)
+sha512sums=('2215d4e5bbb806315100fd7dddb1c12fbac1c10c33963e9392b7087b44eedc235f4e6668a9352959460d9ebc9636702b6b36dd50ea789addda38146da3237175')
+
+prepare() {
+cd $_hkgname-$pkgver
+sed -i '/semigroups/d' $_hkgname.cabal
+}
+
+build() {
+cd "${srcdir}/${_hkgname}-${pkgver}"
+
+runhaskell Setup configure -O --enable-shared --enable-executable-dynamic 
--disable-library-vanilla \
+--prefix=/usr --docdir="/usr/share/doc/${pkgname}" \
+--dynlibdir=/usr/lib --libsubdir=\$compiler/site-local/\$pkgid \
+-f-j -ftrustworthy -f-safe -ftest-templates -ftest-properties 
-ftest-hunit \
+-ftest-doctests -f-dump-splices -f-old-inline-pragmas -finlining \
+-f-benchmark-uniplate
+runhaskell Setup build
+runhaskell Setup register --gen-script
+runhaskell Setup unregister --gen-script
+sed -i -r -e "s|ghc-pkg.*update[^ ]* |&'--force' |" register.sh
+sed -i -r -e "s|ghc-pkg.*unregister[^ ]* |&'--force' |" unregister.sh
+}
+
+package() {
+cd "${srcdir}/${_hkgname}-${pkgver}"
+
+install -D -m744 register.sh   
"${pkgdir}/usr/share/haskell/register/${pkgname}.sh"
+install -D -m744 unregister.sh 
"${pkgdir}/usr/share/haskell/unregister/${pkgname}.sh"
+runhaskell Setup copy --destdir="${pkgdir}"
+install -D -m644 "LICENSE" 
"${pkgdir}/usr/share/licenses/${pkgname}/LICENSE"
+rm -f "${pkgdir}/usr/share/doc/${pkgname}/LICENSE"
+}


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

2018-07-06 Thread Felix Yan via arch-commits
Date: Friday, July 6, 2018 @ 16:26:43
  Author: felixonmars
Revision: 353868

archrelease: copy trunk to community-staging-x86_64

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

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

Copied: haskell-keys/repos/community-staging-x86_64/PKGBUILD (from rev 353867, 
haskell-keys/trunk/PKGBUILD)
===
--- community-staging-x86_64/PKGBUILD   (rev 0)
+++ community-staging-x86_64/PKGBUILD   2018-07-06 16:26:43 UTC (rev 353868)
@@ -0,0 +1,45 @@
+# $Id$
+# Maintainer: Felix Yan 
+# Contributor: Arch Haskell Team 
+
+_hkgname=keys
+pkgname=haskell-keys
+pkgver=3.12.1
+pkgrel=6
+pkgdesc="Keyed functors and containers"
+url="https://github.com/ekmett/keys/;
+license=("custom:BSD3")
+arch=('x86_64')
+depends=('ghc-libs' 'haskell-comonad' 'haskell-free' 'haskell-hashable' 
'haskell-semigroupoids'
+ 'haskell-tagged' 'haskell-transformers-compat' 
'haskell-unordered-containers')
+makedepends=('ghc')
+source=("https://hackage.haskell.org/packages/archive/${_hkgname}/${pkgver}/${_hkgname}-${pkgver}.tar.gz;)
+sha512sums=('2f31bc21aaf030dd4908e42339ba32d59394dcb2b628640038f6d442f7e2d82e3bf74c2bbc4a38353c357f7a1e67615ad64c54bf5c553899ece5ec2c8c8c7c84')
+
+prepare() {
+cd $_hkgname-$pkgver
+sed -i '/semigroups/d' $_hkgname.cabal
+}
+
+build() {
+cd $_hkgname-$pkgver
+
+runhaskell Setup configure -O --enable-shared --enable-executable-dynamic 
--disable-library-vanilla \
+--prefix=/usr --docdir="/usr/share/doc/${pkgname}" \
+--dynlibdir=/usr/lib --libsubdir=\$compiler/site-local/\$pkgid
+runhaskell Setup build
+runhaskell Setup register --gen-script
+runhaskell Setup unregister --gen-script
+sed -i -r -e "s|ghc-pkg.*update[^ ]* |&'--force' |" register.sh
+sed -i -r -e "s|ghc-pkg.*unregister[^ ]* |&'--force' |" unregister.sh
+}
+
+package() {
+cd $_hkgname-$pkgver
+
+install -D -m744 register.sh   
"${pkgdir}/usr/share/haskell/register/${pkgname}.sh"
+install -D -m744 unregister.sh 
"${pkgdir}/usr/share/haskell/unregister/${pkgname}.sh"
+runhaskell Setup copy --destdir="${pkgdir}"
+install -D -m644 "LICENSE" 
"${pkgdir}/usr/share/licenses/${pkgname}/LICENSE"
+rm -f "${pkgdir}/usr/share/doc/${pkgname}/LICENSE"
+}


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

2018-07-06 Thread Felix Yan via arch-commits
Date: Friday, July 6, 2018 @ 16:26:14
  Author: felixonmars
Revision: 353867

upgpkg: haskell-keys 3.12.1-6

rebuild with hspec 2.5.3, hspec-core 2.5.3, hspec-discover 2.5.3

Modified:
  haskell-keys/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2018-07-06 16:25:10 UTC (rev 353866)
+++ PKGBUILD2018-07-06 16:26:14 UTC (rev 353867)
@@ -5,7 +5,7 @@
 _hkgname=keys
 pkgname=haskell-keys
 pkgver=3.12.1
-pkgrel=5
+pkgrel=6
 pkgdesc="Keyed functors and containers"
 url="https://github.com/ekmett/keys/;
 license=("custom:BSD3")


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

2018-07-06 Thread Felix Yan via arch-commits
Date: Friday, July 6, 2018 @ 16:25:10
  Author: felixonmars
Revision: 353866

archrelease: copy trunk to community-staging-x86_64

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

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

Copied: haskell-kan-extensions/repos/community-staging-x86_64/PKGBUILD (from 
rev 353865, haskell-kan-extensions/trunk/PKGBUILD)
===
--- community-staging-x86_64/PKGBUILD   (rev 0)
+++ community-staging-x86_64/PKGBUILD   2018-07-06 16:25:10 UTC (rev 353866)
@@ -0,0 +1,41 @@
+# $Id$
+# Maintainer: Felix Yan 
+# Contributor: Arch Haskell Team 
+
+_hkgname=kan-extensions
+pkgname=haskell-kan-extensions
+pkgver=5.2
+pkgrel=4
+pkgdesc="Kan extensions, Kan lifts, the Yoneda lemma, and (co)density 
(co)monads"
+url="https://github.com/ekmett/kan-extensions/;
+license=("custom:BSD3")
+arch=('x86_64')
+depends=('ghc-libs' 'haskell-adjunctions' 'haskell-comonad' 
'haskell-contravariant'
+ 'haskell-distributive' 'haskell-free' 'haskell-invariant' 
'haskell-profunctors'
+ 'haskell-semigroupoids' 'haskell-tagged' 
'haskell-transformers-compat')
+makedepends=('ghc')
+source=("https://hackage.haskell.org/packages/archive/$_hkgname/$pkgver/$_hkgname-$pkgver.tar.gz;)
+sha512sums=('209700c5c912ecebf2b8f5a5ef8a2b6943281a9a7181f47b99faf78c383cfe0f6054eb5fb59ed558cb55f06cae4b8e980c655c862717afd003f05ee952eca05e')
+
+build() {
+cd $_hkgname-$pkgver
+
+runhaskell Setup configure -O --enable-shared --enable-executable-dynamic 
--disable-library-vanilla \
+--prefix=/usr --docdir="/usr/share/doc/${pkgname}" \
+--dynlibdir=/usr/lib --libsubdir=\$compiler/site-local/\$pkgid
+runhaskell Setup build
+runhaskell Setup register --gen-script
+runhaskell Setup unregister --gen-script
+sed -i -r -e "s|ghc-pkg.*update[^ ]* |&'--force' |" register.sh
+sed -i -r -e "s|ghc-pkg.*unregister[^ ]* |&'--force' |" unregister.sh
+}
+
+package() {
+cd $_hkgname-$pkgver
+
+install -D -m744 register.sh   
"${pkgdir}/usr/share/haskell/register/${pkgname}.sh"
+install -D -m744 unregister.sh 
"${pkgdir}/usr/share/haskell/unregister/${pkgname}.sh"
+runhaskell Setup copy --destdir="${pkgdir}"
+install -D -m644 "LICENSE" 
"${pkgdir}/usr/share/licenses/${pkgname}/LICENSE"
+rm -f "${pkgdir}/usr/share/doc/${pkgname}/LICENSE"
+}


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

2018-07-06 Thread Felix Yan via arch-commits
Date: Friday, July 6, 2018 @ 16:24:26
  Author: felixonmars
Revision: 353865

upgpkg: haskell-kan-extensions 5.2-4

rebuild with hspec 2.5.3, hspec-core 2.5.3, hspec-discover 2.5.3

Modified:
  haskell-kan-extensions/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2018-07-06 16:23:25 UTC (rev 353864)
+++ PKGBUILD2018-07-06 16:24:26 UTC (rev 353865)
@@ -5,7 +5,7 @@
 _hkgname=kan-extensions
 pkgname=haskell-kan-extensions
 pkgver=5.2
-pkgrel=3
+pkgrel=4
 pkgdesc="Kan extensions, Kan lifts, the Yoneda lemma, and (co)density 
(co)monads"
 url="https://github.com/ekmett/kan-extensions/;
 license=("custom:BSD3")


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

2018-07-06 Thread Felix Yan via arch-commits
Date: Friday, July 6, 2018 @ 16:23:25
  Author: felixonmars
Revision: 353864

archrelease: copy trunk to community-staging-x86_64

Added:
  haskell-incremental-parser/repos/community-staging-x86_64/
  haskell-incremental-parser/repos/community-staging-x86_64/PKGBUILD
(from rev 353863, haskell-incremental-parser/trunk/PKGBUILD)

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

Copied: haskell-incremental-parser/repos/community-staging-x86_64/PKGBUILD 
(from rev 353863, haskell-incremental-parser/trunk/PKGBUILD)
===
--- community-staging-x86_64/PKGBUILD   (rev 0)
+++ community-staging-x86_64/PKGBUILD   2018-07-06 16:23:25 UTC (rev 353864)
@@ -0,0 +1,44 @@
+# $Id$
+# Maintainer: Felix Yan 
+# Contributor: Thomas Dziedzic 
+
+_hkgname=incremental-parser
+pkgname=haskell-incremental-parser
+pkgver=0.3.1.1
+pkgrel=23
+pkgdesc="Generic parser library capable of providing partial results from 
partial input."
+url="https://hackage.haskell.org/package/${_hkgname};
+license=('GPL')
+arch=('x86_64')
+depends=('ghc-libs' 'haskell-monoid-subclasses')
+makedepends=('ghc' 'haskell-quickcheck' 'haskell-checkers' 'haskell-tasty'
+ 'haskell-tasty-quickcheck')
+source=("https://hackage.haskell.org/packages/archive/${_hkgname}/${pkgver}/${_hkgname}-${pkgver}.tar.gz;)
+sha512sums=('a614d294b868f1305f55d2d8a2987e444a7f2b4ac001024e9413d83146c729d2afed93a40f99e77430d5b8be5a9464800f533f85a17c7471ba8c970d7e94aac1')
+
+build() {
+cd $_hkgname-$pkgver
+
+runhaskell Setup configure -O --enable-shared --enable-executable-dynamic 
--disable-library-vanilla \
+--prefix=/usr --docdir="/usr/share/doc/${pkgname}" --enable-tests \
+--dynlibdir=/usr/lib --libsubdir=\$compiler/site-local/\$pkgid
+runhaskell Setup build
+runhaskell Setup register --gen-script
+runhaskell Setup unregister --gen-script
+sed -i -r -e "s|ghc-pkg.*update[^ ]* |&'--force' |" register.sh
+sed -i -r -e "s|ghc-pkg.*unregister[^ ]* |&'--force' |" unregister.sh
+}
+
+check() {
+cd $_hkgname-$pkgver
+runhaskell Setup test
+}
+
+package() {
+cd $_hkgname-$pkgver
+
+install -D -m744 register.sh   
"${pkgdir}/usr/share/haskell/register/${pkgname}.sh"
+install -D -m744 unregister.sh 
"${pkgdir}/usr/share/haskell/unregister/${pkgname}.sh"
+runhaskell Setup copy --destdir="${pkgdir}"
+rm -f "${pkgdir}/usr/share/doc/${pkgname}/LICENSE.txt"
+}


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

2018-07-06 Thread Felix Yan via arch-commits
Date: Friday, July 6, 2018 @ 16:22:46
  Author: felixonmars
Revision: 353863

upgpkg: haskell-incremental-parser 0.3.1.1-23

rebuild with hspec 2.5.3, hspec-core 2.5.3, hspec-discover 2.5.3

Modified:
  haskell-incremental-parser/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2018-07-06 16:21:40 UTC (rev 353862)
+++ PKGBUILD2018-07-06 16:22:46 UTC (rev 353863)
@@ -5,7 +5,7 @@
 _hkgname=incremental-parser
 pkgname=haskell-incremental-parser
 pkgver=0.3.1.1
-pkgrel=22
+pkgrel=23
 pkgdesc="Generic parser library capable of providing partial results from 
partial input."
 url="https://hackage.haskell.org/package/${_hkgname};
 license=('GPL')


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

2018-07-06 Thread Felix Yan via arch-commits
Date: Friday, July 6, 2018 @ 16:21:40
  Author: felixonmars
Revision: 353862

archrelease: copy trunk to community-staging-x86_64

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

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

Copied: haskell-adjunctions/repos/community-staging-x86_64/PKGBUILD (from rev 
353861, haskell-adjunctions/trunk/PKGBUILD)
===
--- community-staging-x86_64/PKGBUILD   (rev 0)
+++ community-staging-x86_64/PKGBUILD   2018-07-06 16:21:40 UTC (rev 353862)
@@ -0,0 +1,51 @@
+# $Id$
+# Maintainer: Felix Yan 
+# Contributor: Arch Haskell Team 
+
+_hkgname=adjunctions
+pkgname=haskell-adjunctions
+pkgver=4.4
+pkgrel=37
+pkgdesc="Adjunctions and representable functors"
+url="https://github.com/ekmett/adjunctions/;
+license=("custom:BSD3")
+arch=('x86_64')
+depends=('ghc-libs' 'haskell-comonad' 'haskell-contravariant' 
'haskell-distributive' 'haskell-free'
+ 'haskell-profunctors' 'haskell-semigroupoids' 'haskell-tagged'
+ 'haskell-transformers-compat' 'haskell-void')
+makedepends=('ghc' 'haskell-generic-deriving' 'haskell-hspec')
+source=("https://hackage.haskell.org/packages/archive/${_hkgname}/${pkgver}/${_hkgname}-${pkgver}.tar.gz;)
+sha512sums=('30f4fb8a30d8428e032d322a9a627e7ebc44b2c737e87670907134a5aa6019145f2c3e6b2e7f8e00d5ffbe1ce4b4a5c812c3ee976257419d7d429b19db28918c')
+
+prepare() {
+cd $_hkgname-$pkgver
+sed -i '/semigroups/d' $_hkgname.cabal
+}
+
+build() {
+cd $_hkgname-$pkgver
+
+runhaskell Setup configure -O --enable-shared --enable-executable-dynamic 
--disable-library-vanilla \
+--prefix=/usr --docdir="/usr/share/doc/${pkgname}" --enable-tests \
+--dynlibdir=/usr/lib --libsubdir=\$compiler/site-local/\$pkgid
+runhaskell Setup build
+runhaskell Setup register --gen-script
+runhaskell Setup unregister --gen-script
+sed -i -r -e "s|ghc-pkg.*update[^ ]* |&'--force' |" register.sh
+sed -i -r -e "s|ghc-pkg.*unregister[^ ]* |&'--force' |" unregister.sh
+}
+
+check() {
+cd $_hkgname-$pkgver
+runhaskell Setup test
+}
+
+package() {
+cd $_hkgname-$pkgver
+
+install -D -m744 register.sh   
"${pkgdir}/usr/share/haskell/register/${pkgname}.sh"
+install -D -m744 unregister.sh 
"${pkgdir}/usr/share/haskell/unregister/${pkgname}.sh"
+runhaskell Setup copy --destdir="${pkgdir}"
+install -D -m644 "LICENSE" 
"${pkgdir}/usr/share/licenses/${pkgname}/LICENSE"
+rm -f "${pkgdir}/usr/share/doc/${pkgname}/LICENSE"
+}


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

2018-07-06 Thread Felix Yan via arch-commits
Date: Friday, July 6, 2018 @ 16:21:04
  Author: felixonmars
Revision: 353861

upgpkg: haskell-adjunctions 4.4-37

rebuild with hspec 2.5.3, hspec-core 2.5.3, hspec-discover 2.5.3

Modified:
  haskell-adjunctions/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2018-07-06 16:19:53 UTC (rev 353860)
+++ PKGBUILD2018-07-06 16:21:04 UTC (rev 353861)
@@ -5,7 +5,7 @@
 _hkgname=adjunctions
 pkgname=haskell-adjunctions
 pkgver=4.4
-pkgrel=36
+pkgrel=37
 pkgdesc="Adjunctions and representable functors"
 url="https://github.com/ekmett/adjunctions/;
 license=("custom:BSD3")


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

2018-07-06 Thread Felix Yan via arch-commits
Date: Friday, July 6, 2018 @ 16:19:53
  Author: felixonmars
Revision: 353860

archrelease: copy trunk to community-staging-x86_64

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

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

Copied: haskell-free/repos/community-staging-x86_64/PKGBUILD (from rev 353859, 
haskell-free/trunk/PKGBUILD)
===
--- community-staging-x86_64/PKGBUILD   (rev 0)
+++ community-staging-x86_64/PKGBUILD   2018-07-06 16:19:53 UTC (rev 353860)
@@ -0,0 +1,40 @@
+# $Id$
+# Maintainer: Felix Yan 
+# Contributor: Arch Haskell Team 
+
+_hkgname=free
+pkgname=haskell-free
+pkgver=5.1
+pkgrel=3
+pkgdesc="Monads for free"
+url="https://github.com/ekmett/free/;
+license=("custom:BSD3")
+arch=('x86_64')
+depends=('ghc-libs' 'haskell-comonad' 'haskell-distributive' 
'haskell-exceptions'
+ 'haskell-profunctors' 'haskell-semigroupoids' 
'haskell-transformers-base')
+makedepends=('ghc')
+source=("https://hackage.haskell.org/packages/archive/${_hkgname}/${pkgver}/${_hkgname}-${pkgver}.tar.gz;)
+sha512sums=('be435aa2adb76b9ce4802daa036bfc428366d17bb2bb6ab3239be9c826cea433ad28e81986b9787bf181ee98090e48cd4b580a9c5652d8f28530c14f65ed7788')
+
+build() {
+cd "${srcdir}/${_hkgname}-${pkgver}"
+
+runhaskell Setup configure -O --enable-shared --enable-executable-dynamic 
--disable-library-vanilla \
+--prefix=/usr --docdir="/usr/share/doc/${pkgname}" \
+--dynlibdir=/usr/lib --libsubdir=\$compiler/site-local/\$pkgid
+runhaskell Setup build
+runhaskell Setup register --gen-script
+runhaskell Setup unregister --gen-script
+sed -i -r -e "s|ghc-pkg.*update[^ ]* |&'--force' |" register.sh
+sed -i -r -e "s|ghc-pkg.*unregister[^ ]* |&'--force' |" unregister.sh
+}
+
+package() {
+cd "${srcdir}/${_hkgname}-${pkgver}"
+
+install -D -m744 register.sh   
"${pkgdir}/usr/share/haskell/register/${pkgname}.sh"
+install -D -m744 unregister.sh 
"${pkgdir}/usr/share/haskell/unregister/${pkgname}.sh"
+runhaskell Setup copy --destdir="${pkgdir}"
+install -D -m644 "LICENSE" 
"${pkgdir}/usr/share/licenses/${pkgname}/LICENSE"
+rm -f "${pkgdir}/usr/share/doc/${pkgname}/LICENSE"
+}


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

2018-07-06 Thread Felix Yan via arch-commits
Date: Friday, July 6, 2018 @ 16:19:21
  Author: felixonmars
Revision: 353859

upgpkg: haskell-free 5.1-3

rebuild with hspec 2.5.3, hspec-core 2.5.3, hspec-discover 2.5.3

Modified:
  haskell-free/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2018-07-06 16:18:20 UTC (rev 353858)
+++ PKGBUILD2018-07-06 16:19:21 UTC (rev 353859)
@@ -5,7 +5,7 @@
 _hkgname=free
 pkgname=haskell-free
 pkgver=5.1
-pkgrel=2
+pkgrel=3
 pkgdesc="Monads for free"
 url="https://github.com/ekmett/free/;
 license=("custom:BSD3")


[arch-commits] Commit in texstudio/repos/community-x86_64 (6 files)

2018-07-06 Thread Sven-Hendrik Haase via arch-commits
Date: Friday, July 6, 2018 @ 16:18:20
  Author: svenstaro
Revision: 353858

archrelease: copy trunk to community-x86_64

Added:
  texstudio/repos/community-x86_64/PKGBUILD
(from rev 353857, texstudio/trunk/PKGBUILD)
  texstudio/repos/community-x86_64/fs54269.patch
(from rev 353857, texstudio/trunk/fs54269.patch)
  texstudio/repos/community-x86_64/fs56433.patch
(from rev 353857, texstudio/trunk/fs56433.patch)
Deleted:
  texstudio/repos/community-x86_64/PKGBUILD
  texstudio/repos/community-x86_64/fs54269.patch
  texstudio/repos/community-x86_64/fs56433.patch

---+
 PKGBUILD  |   88 
 fs54269.patch |   22 +++---
 fs56433.patch |   48 +++---
 3 files changed, 79 insertions(+), 79 deletions(-)

Deleted: PKGBUILD
===
--- PKGBUILD2018-07-06 16:18:16 UTC (rev 353857)
+++ PKGBUILD2018-07-06 16:18:20 UTC (rev 353858)
@@ -1,44 +0,0 @@
-# Maintainer: Sven-Hendrik Haase 
-# Contributor: Clément DEMOULINS 
-pkgname=texstudio
-pkgver=2.12.8
-pkgrel=1
-pkgdesc="Integrated writing environment for creating LaTeX documents"
-arch=('x86_64')
-url="http://texstudio.sourceforge.net/;
-license=('GPL')
-depends=('poppler-qt5' 'qt5-svg' 'qt5-script' 'libxkbcommon-x11' 
'hicolor-icon-theme')
-makedepends=('qt5-tools' 'mercurial' 'imagemagick' 'librsvg')
-optdepends=('evince: pdf reader'
-'okular: alternate pdf reader')
-replaces=('texmakerx')
-source=("https://github.com/texstudio-org/texstudio/archive/${pkgver}.tar.gz;
-fs54269.patch
-fs56433.patch)
-sha512sums=('0076617f6421fa959c8c327bc81d4d27779358481b377d83856fe26b963d7c3c1e04d3b11e8f7eeb99cab9c089c8e7afcbb9c93a5aaccd00cf493792b802bfcb'
-
'247e85f668b06c8a2def4e7456f0ddc8d35c7990484c1c037f7cf43fdee91419b5df66e968ef1e0c637fe685722bbad9171bdd79fad7a10912ae329aff088b68'
-
'a098c45440077db6c137bbeeb76d266242b80d51c3721aed30987d22b3e381b2a490b685aff4897d203a17256c64a9254360e3ac6f962675ea4b9a575a29a808')
-
-prepare() {
-cd texstudio-${pkgver}/src
-patch -Np1 < "${srcdir}"/fs54269.patch
-patch -Np1 < "${srcdir}"/fs56433.patch
-}
-
-build() {
-cd texstudio-${pkgver}
-qmake-qt5 CONFIG-="debug" texstudio.pro
-make
-}
-
-package() {
-cd texstudio-${pkgver}
-make INSTALL_ROOT="${pkgdir}" install
-
-for res in $(/bin/ls /usr/share/icons/hicolor | grep '[0-9]\+x[0-9]\+'); do
-mkdir -p "${pkgdir}"/usr/share/icons/hicolor/${res}/apps
-convert -background none -density 1200 -resize ${res} \
-"${pkgdir}"/usr/share/icons/hicolor/scalable/apps/texstudio.svg \
-"${pkgdir}"/usr/share/icons/hicolor/${res}/apps/texstudio.png
-done
-}

Copied: texstudio/repos/community-x86_64/PKGBUILD (from rev 353857, 
texstudio/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2018-07-06 16:18:20 UTC (rev 353858)
@@ -0,0 +1,44 @@
+# Maintainer: Sven-Hendrik Haase 
+# Contributor: Clément DEMOULINS 
+pkgname=texstudio
+pkgver=2.12.10
+pkgrel=1
+pkgdesc="Integrated writing environment for creating LaTeX documents"
+arch=('x86_64')
+url="http://texstudio.sourceforge.net/;
+license=('GPL')
+depends=('poppler-qt5' 'qt5-svg' 'qt5-script' 'libxkbcommon-x11' 
'hicolor-icon-theme')
+makedepends=('qt5-tools' 'mercurial' 'imagemagick' 'librsvg')
+optdepends=('evince: pdf reader'
+'okular: alternate pdf reader')
+replaces=('texmakerx')
+source=("https://github.com/texstudio-org/texstudio/archive/${pkgver}.tar.gz;
+fs54269.patch
+fs56433.patch)
+sha512sums=('c3d1e14df8efe3f37dd71e5d0148f57f117c666b9487712fca5a7bd967eca4f7951c970bc5bffab14daef4fb8497af33edf2fce23cc9ae4cf598d905d9312ef0'
+
'247e85f668b06c8a2def4e7456f0ddc8d35c7990484c1c037f7cf43fdee91419b5df66e968ef1e0c637fe685722bbad9171bdd79fad7a10912ae329aff088b68'
+
'a098c45440077db6c137bbeeb76d266242b80d51c3721aed30987d22b3e381b2a490b685aff4897d203a17256c64a9254360e3ac6f962675ea4b9a575a29a808')
+
+prepare() {
+cd texstudio-${pkgver}/src
+patch -Np1 < "${srcdir}"/fs54269.patch
+patch -Np1 < "${srcdir}"/fs56433.patch
+}
+
+build() {
+cd texstudio-${pkgver}
+qmake-qt5 CONFIG-="debug" texstudio.pro
+make
+}
+
+package() {
+cd texstudio-${pkgver}
+make INSTALL_ROOT="${pkgdir}" install
+
+for res in $(/bin/ls /usr/share/icons/hicolor | grep '[0-9]\+x[0-9]\+'); do
+mkdir -p "${pkgdir}"/usr/share/icons/hicolor/${res}/apps
+convert -background none -density 1200 -resize ${res} \
+"${pkgdir}"/usr/share/icons/hicolor/scalable/apps/texstudio.svg \
+"${pkgdir}"/usr/share/icons/hicolor/${res}/apps/texstudio.png
+done
+}

Deleted: fs54269.patch
===
--- fs54269.patch   2018-07-06 

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

2018-07-06 Thread Felix Yan via arch-commits
Date: Friday, July 6, 2018 @ 16:18:14
  Author: felixonmars
Revision: 353856

archrelease: copy trunk to community-staging-x86_64

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

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

Copied: haskell-foldl/repos/community-staging-x86_64/PKGBUILD (from rev 353855, 
haskell-foldl/trunk/PKGBUILD)
===
--- community-staging-x86_64/PKGBUILD   (rev 0)
+++ community-staging-x86_64/PKGBUILD   2018-07-06 16:18:14 UTC (rev 353856)
@@ -0,0 +1,46 @@
+# $Id$
+# Maintainer: Felix Yan 
+# Contributor: Arch Haskell Team 
+
+_hkgname=foldl
+pkgname=haskell-foldl
+pkgver=1.4.2
+pkgrel=2
+pkgdesc="Composable, streaming, and efficient left folds"
+url="https://hackage.haskell.org/package/${_hkgname};
+license=("custom:BSD3")
+arch=('x86_64')
+depends=('ghc-libs' 'haskell-comonad' 'haskell-contravariant' 
'haskell-mwc-random'
+ 'haskell-primitive' 'haskell-profunctors' 'haskell-semigroupoids'
+ 'haskell-unordered-containers' 'haskell-vector' 
'haskell-vector-builder')
+makedepends=('ghc')
+source=("https://hackage.haskell.org/packages/archive/${_hkgname}/${pkgver}/${_hkgname}-${pkgver}.tar.gz;)
+sha512sums=('c313715961d83a10fc55d8ee3db69e1570a3f76626b2947bfc5ade3212ed8d55c66ee155882a3cd713173466cbd9d96c1552c99a180087fdac92cb0ad7d6453d')
+
+prepare() {
+cd $_hkgname-$pkgver
+sed -i -e '/semigroups/d' $_hkgname.cabal
+}
+
+build() {
+cd "${srcdir}/${_hkgname}-${pkgver}"
+
+runhaskell Setup configure -O --enable-shared --enable-executable-dynamic 
--disable-library-vanilla \
+--prefix=/usr --docdir="/usr/share/doc/${pkgname}" \
+--dynlibdir=/usr/lib --libsubdir=\$compiler/site-local/\$pkgid
+runhaskell Setup build
+runhaskell Setup register --gen-script
+runhaskell Setup unregister --gen-script
+sed -i -r -e "s|ghc-pkg.*update[^ ]* |&'--force' |" register.sh
+sed -i -r -e "s|ghc-pkg.*unregister[^ ]* |&'--force' |" unregister.sh
+}
+
+package() {
+cd "${srcdir}/${_hkgname}-${pkgver}"
+
+install -D -m744 register.sh   
"${pkgdir}/usr/share/haskell/register/${pkgname}.sh"
+install -D -m744 unregister.sh 
"${pkgdir}/usr/share/haskell/unregister/${pkgname}.sh"
+runhaskell Setup copy --destdir="${pkgdir}"
+install -D -m644 "LICENSE" 
"${pkgdir}/usr/share/licenses/${pkgname}/LICENSE"
+rm -f "${pkgdir}/usr/share/doc/${pkgname}/LICENSE"
+}


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

2018-07-06 Thread Sven-Hendrik Haase via arch-commits
Date: Friday, July 6, 2018 @ 16:18:16
  Author: svenstaro
Revision: 353857

upgpkg: texstudio 2.12.10-1

Modified:
  texstudio/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2018-07-06 16:18:14 UTC (rev 353856)
+++ PKGBUILD2018-07-06 16:18:16 UTC (rev 353857)
@@ -1,7 +1,7 @@
 # Maintainer: Sven-Hendrik Haase 
 # Contributor: Clément DEMOULINS 
 pkgname=texstudio
-pkgver=2.12.8
+pkgver=2.12.10
 pkgrel=1
 pkgdesc="Integrated writing environment for creating LaTeX documents"
 arch=('x86_64')
@@ -15,7 +15,7 @@
 source=("https://github.com/texstudio-org/texstudio/archive/${pkgver}.tar.gz;
 fs54269.patch
 fs56433.patch)
-sha512sums=('0076617f6421fa959c8c327bc81d4d27779358481b377d83856fe26b963d7c3c1e04d3b11e8f7eeb99cab9c089c8e7afcbb9c93a5aaccd00cf493792b802bfcb'
+sha512sums=('c3d1e14df8efe3f37dd71e5d0148f57f117c666b9487712fca5a7bd967eca4f7951c970bc5bffab14daef4fb8497af33edf2fce23cc9ae4cf598d905d9312ef0'
 
'247e85f668b06c8a2def4e7456f0ddc8d35c7990484c1c037f7cf43fdee91419b5df66e968ef1e0c637fe685722bbad9171bdd79fad7a10912ae329aff088b68'
 
'a098c45440077db6c137bbeeb76d266242b80d51c3721aed30987d22b3e381b2a490b685aff4897d203a17256c64a9254360e3ac6f962675ea4b9a575a29a808')
 


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

2018-07-06 Thread Felix Yan via arch-commits
Date: Friday, July 6, 2018 @ 16:17:34
  Author: felixonmars
Revision: 353855

upgpkg: haskell-foldl 1.4.2-2

rebuild with hspec 2.5.3, hspec-core 2.5.3, hspec-discover 2.5.3

Modified:
  haskell-foldl/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2018-07-06 16:16:40 UTC (rev 353854)
+++ PKGBUILD2018-07-06 16:17:34 UTC (rev 353855)
@@ -5,7 +5,7 @@
 _hkgname=foldl
 pkgname=haskell-foldl
 pkgver=1.4.2
-pkgrel=1
+pkgrel=2
 pkgdesc="Composable, streaming, and efficient left folds"
 url="https://hackage.haskell.org/package/${_hkgname};
 license=("custom:BSD3")


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

2018-07-06 Thread Felix Yan via arch-commits
Date: Friday, July 6, 2018 @ 16:16:40
  Author: felixonmars
Revision: 353854

archrelease: copy trunk to community-staging-x86_64

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

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

Copied: haskell-either/repos/community-staging-x86_64/PKGBUILD (from rev 
353853, haskell-either/trunk/PKGBUILD)
===
--- community-staging-x86_64/PKGBUILD   (rev 0)
+++ community-staging-x86_64/PKGBUILD   2018-07-06 16:16:40 UTC (rev 353854)
@@ -0,0 +1,49 @@
+# $Id$
+# Maintainer: Felix Yan 
+# Contributor: Arch Haskell Team 
+
+_hkgname=either
+pkgname=haskell-either
+pkgver=5.0.1
+pkgrel=5
+pkgdesc="An either monad transformer"
+url="https://github.com/ekmett/either/;
+license=("custom:BSD3")
+arch=('x86_64')
+depends=('ghc-libs' 'haskell-bifunctors' 'haskell-profunctors' 
'haskell-semigroupoids')
+makedepends=('ghc' 'haskell-quickcheck' 'haskell-test-framework' 
'haskell-test-framework-quickcheck2')
+source=("https://hackage.haskell.org/packages/archive/${_hkgname}/${pkgver}/${_hkgname}-${pkgver}.tar.gz;)
+sha512sums=('93a4db670cc6da1990be7f09c8d40b17065af57d596a91d4fd91b8783bf851025f579fa3cd4214d477c965753cd32a4bc9df05ecb4cf4f6c16cde8b48d07dcb1')
+
+prepare() {
+cd $_hkgname-$pkgver
+sed -i '/semigroups/d' $_hkgname.cabal
+}
+
+build() {
+cd "${srcdir}/${_hkgname}-${pkgver}"
+
+runhaskell Setup configure -O --enable-shared --enable-executable-dynamic 
--disable-library-vanilla \
+--prefix=/usr --docdir="/usr/share/doc/${pkgname}" --enable-tests \
+--dynlibdir=/usr/lib --libsubdir=\$compiler/site-local/\$pkgid
+runhaskell Setup build
+runhaskell Setup register --gen-script
+runhaskell Setup unregister --gen-script
+sed -i -r -e "s|ghc-pkg.*update[^ ]* |&'--force' |" register.sh
+sed -i -r -e "s|ghc-pkg.*unregister[^ ]* |&'--force' |" unregister.sh
+}
+
+check() {
+cd $_hkgname-$pkgver
+runhaskell Setup test
+}
+
+package() {
+cd "${srcdir}/${_hkgname}-${pkgver}"
+
+install -D -m744 register.sh   
"${pkgdir}/usr/share/haskell/register/${pkgname}.sh"
+install -D -m744 unregister.sh 
"${pkgdir}/usr/share/haskell/unregister/${pkgname}.sh"
+runhaskell Setup copy --destdir="${pkgdir}"
+install -D -m644 "LICENSE" 
"${pkgdir}/usr/share/licenses/${pkgname}/LICENSE"
+rm -f "${pkgdir}/usr/share/doc/${pkgname}/LICENSE"
+}


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

2018-07-06 Thread Felix Yan via arch-commits
Date: Friday, July 6, 2018 @ 16:16:10
  Author: felixonmars
Revision: 353853

upgpkg: haskell-either 5.0.1-5

rebuild with hspec 2.5.3, hspec-core 2.5.3, hspec-discover 2.5.3

Modified:
  haskell-either/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2018-07-06 16:15:20 UTC (rev 353852)
+++ PKGBUILD2018-07-06 16:16:10 UTC (rev 353853)
@@ -5,7 +5,7 @@
 _hkgname=either
 pkgname=haskell-either
 pkgver=5.0.1
-pkgrel=4
+pkgrel=5
 pkgdesc="An either monad transformer"
 url="https://github.com/ekmett/either/;
 license=("custom:BSD3")


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

2018-07-06 Thread Felix Yan via arch-commits
Date: Friday, July 6, 2018 @ 16:15:20
  Author: felixonmars
Revision: 353852

archrelease: copy trunk to community-staging-x86_64

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

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

Copied: haskell-checkers/repos/community-staging-x86_64/PKGBUILD (from rev 
353851, haskell-checkers/trunk/PKGBUILD)
===
--- community-staging-x86_64/PKGBUILD   (rev 0)
+++ community-staging-x86_64/PKGBUILD   2018-07-06 16:15:20 UTC (rev 353852)
@@ -0,0 +1,38 @@
+# $Id$
+# Maintainer: Felix Yan 
+
+_hkgname=checkers
+pkgname=haskell-checkers
+pkgver=0.4.10
+pkgrel=23
+pkgdesc="Check properties on standard classes and data structures"
+url="https://github.com/conal/checkers;
+license=('custom:BSD3')
+arch=('x86_64')
+depends=('ghc-libs' 'haskell-random' 'haskell-quickcheck' 
'haskell-semigroupoids')
+makedepends=('ghc')
+source=(https://hackage.haskell.org/packages/archive/${_hkgname}/${pkgver}/${_hkgname}-${pkgver}.tar.gz)
+sha512sums=('b2884143505e8025d436d6792dded2df74b81070d9313f9f5f864a2b630479cd344fa00181a38bcce100b970d5a561b02509728bf26c73ad9ba0222c4be429be')
+
+build() {
+cd "${srcdir}/${_hkgname}-${pkgver}"
+
+runhaskell Setup configure -O --enable-shared --enable-executable-dynamic 
--disable-library-vanilla \
+--prefix=/usr --docdir="/usr/share/doc/${pkgname}" \
+--dynlibdir=/usr/lib --libsubdir=\$compiler/site-local/\$pkgid
+runhaskell Setup build
+runhaskell Setup register --gen-script
+runhaskell Setup unregister --gen-script
+sed -i -r -e "s|ghc-pkg.*update[^ ]* |&'--force' |" register.sh
+sed -i -r -e "s|ghc-pkg.*unregister[^ ]* |&'--force' |" unregister.sh
+}
+
+package() {
+cd "${srcdir}/${_hkgname}-${pkgver}"
+
+install -D -m744 register.sh   
"${pkgdir}/usr/share/haskell/register/${pkgname}.sh"
+install -D -m744 unregister.sh 
"${pkgdir}/usr/share/haskell/unregister/${pkgname}.sh"
+runhaskell Setup copy --destdir="${pkgdir}"
+install -D -m644 "COPYING" 
"${pkgdir}/usr/share/licenses/${pkgname}/COPYING"
+rm -f "${pkgdir}/usr/share/doc/${pkgname}/COPYING"
+}


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

2018-07-06 Thread Felix Yan via arch-commits
Date: Friday, July 6, 2018 @ 16:14:51
  Author: felixonmars
Revision: 353851

upgpkg: haskell-checkers 0.4.10-23

rebuild with hspec 2.5.3, hspec-core 2.5.3, hspec-discover 2.5.3

Modified:
  haskell-checkers/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2018-07-06 16:13:58 UTC (rev 353850)
+++ PKGBUILD2018-07-06 16:14:51 UTC (rev 353851)
@@ -4,7 +4,7 @@
 _hkgname=checkers
 pkgname=haskell-checkers
 pkgver=0.4.10
-pkgrel=22
+pkgrel=23
 pkgdesc="Check properties on standard classes and data structures"
 url="https://github.com/conal/checkers;
 license=('custom:BSD3')


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

2018-07-06 Thread Felix Yan via arch-commits
Date: Friday, July 6, 2018 @ 16:13:58
  Author: felixonmars
Revision: 353850

archrelease: copy trunk to community-staging-x86_64

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

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

Copied: haskell-semigroupoids/repos/community-staging-x86_64/PKGBUILD (from rev 
353849, haskell-semigroupoids/trunk/PKGBUILD)
===
--- community-staging-x86_64/PKGBUILD   (rev 0)
+++ community-staging-x86_64/PKGBUILD   2018-07-06 16:13:58 UTC (rev 353850)
@@ -0,0 +1,53 @@
+# $Id$
+# Maintainer: Felix Yan 
+# Contributor: Arch Haskell Team 
+
+_hkgname=semigroupoids
+pkgname=haskell-semigroupoids
+pkgver=5.3.1
+pkgrel=3
+pkgdesc="Semigroupoids: Category sans id"
+url="https://github.com/ekmett/semigroupoids;
+license=("custom:BSD3")
+arch=('x86_64')
+depends=('ghc-libs' 'haskell-base-orphans' 'haskell-bifunctors' 
'haskell-comonad' 'haskell-contravariant'
+ 'haskell-distributive' 'haskell-hashable' 'haskell-tagged' 
'haskell-transformers-compat'
+ 'haskell-unordered-containers')
+makedepends=('ghc' 'haskell-cabal-doctest' 'haskell-doctest')
+source=("https://hackage.haskell.org/packages/archive/${_hkgname}/${pkgver}/${_hkgname}-${pkgver}.tar.gz;)
+sha512sums=('8170f9f92a5f61325eb821d299e464106e08db3a8bac371fd427f329e479a4e914ed961a300760049aeff41fef255193dd93dfb752af0cc0027481f0ca6e6e35')
+
+prepare() {
+cd $_hkgname-$pkgver
+sed -e 's/<.*0.14/<1/' -e '/semigroups/d' -e 's/<.*0.6/<1/' -i 
$_hkgname.cabal
+sed -i 's/#if MIN_VERSION_semigroups.*/#if 1/' 
src/Data/Semigroup/Traversable/Class.hs src/Data/Semigroup/Foldable/Class.hs
+}
+
+build() {
+cd $_hkgname-$pkgver
+
+runhaskell Setup configure -O --enable-shared --enable-executable-dynamic 
--disable-library-vanilla \
+--prefix=/usr --docdir="/usr/share/doc/${pkgname}" --enable-tests \
+--dynlibdir=/usr/lib --libsubdir=\$compiler/site-local/\$pkgid \
+-ftagged -fcomonad -fdoctests -fdistributive -fcontravariant 
-fcontainers -funordered-containers
+runhaskell Setup build
+runhaskell Setup register --gen-script
+runhaskell Setup unregister --gen-script
+sed -i -r -e "s|ghc-pkg.*update[^ ]* |&'--force' |" register.sh
+sed -i -r -e "s|ghc-pkg.*unregister[^ ]* |&'--force' |" unregister.sh
+}
+
+check() {
+cd $_hkgname-$pkgver
+runhaskell Setup test
+}
+
+package() {
+cd $_hkgname-$pkgver
+
+install -D -m744 register.sh   
"${pkgdir}/usr/share/haskell/register/${pkgname}.sh"
+install -D -m744 unregister.sh 
"${pkgdir}/usr/share/haskell/unregister/${pkgname}.sh"
+runhaskell Setup copy --destdir="${pkgdir}"
+install -D -m644 "LICENSE" 
"${pkgdir}/usr/share/licenses/${pkgname}/LICENSE"
+rm -f "${pkgdir}/usr/share/doc/${pkgname}/LICENSE"
+}


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

2018-07-06 Thread Felix Yan via arch-commits
Date: Friday, July 6, 2018 @ 16:13:28
  Author: felixonmars
Revision: 353849

upgpkg: haskell-semigroupoids 5.3.1-3

rebuild with hspec 2.5.3, hspec-core 2.5.3, hspec-discover 2.5.3

Modified:
  haskell-semigroupoids/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2018-07-06 16:12:19 UTC (rev 353848)
+++ PKGBUILD2018-07-06 16:13:28 UTC (rev 353849)
@@ -5,7 +5,7 @@
 _hkgname=semigroupoids
 pkgname=haskell-semigroupoids
 pkgver=5.3.1
-pkgrel=2
+pkgrel=3
 pkgdesc="Semigroupoids: Category sans id"
 url="https://github.com/ekmett/semigroupoids;
 license=("custom:BSD3")


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

2018-07-06 Thread Felix Yan via arch-commits
Date: Friday, July 6, 2018 @ 16:12:19
  Author: felixonmars
Revision: 353848

archrelease: copy trunk to community-staging-x86_64

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

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

Copied: haskell-nettle/repos/community-staging-x86_64/PKGBUILD (from rev 
353847, haskell-nettle/trunk/PKGBUILD)
===
--- community-staging-x86_64/PKGBUILD   (rev 0)
+++ community-staging-x86_64/PKGBUILD   2018-07-06 16:12:19 UTC (rev 353848)
@@ -0,0 +1,39 @@
+# $Id$
+# Maintainer: Felix Yan 
+
+_hkgname=nettle
+pkgname=haskell-nettle
+pkgver=0.3.0
+pkgrel=5
+pkgdesc="Safe nettle binding"
+url="https://github.com/stbuehler/haskell-nettle;
+license=('MIT')
+arch=('x86_64')
+depends=('ghc-libs' 'nettle' 'haskell-byteable' 'haskell-crypto-cipher-types' 
'haskell-tagged'
+ 'haskell-securemem')
+makedepends=('ghc')
+source=(https://hackage.haskell.org/packages/archive/${_hkgname}/${pkgver}/${_hkgname}-${pkgver}.tar.gz)
+sha512sums=('9bc875c0674ea615f47c498bd40fcbd8ffb356e99b30bde6b0e350a9dcfed353bc21242ea625cecc23b16b617f1e163dab42740cadc49ac5c73f161fd0898ac7')
+
+build() {
+cd "${srcdir}/${_hkgname}-${pkgver}"
+
+runhaskell Setup configure -O --enable-shared --enable-executable-dynamic 
--disable-library-vanilla \
+--prefix=/usr --docdir="/usr/share/doc/${pkgname}" \
+--dynlibdir=/usr/lib --libsubdir=\$compiler/site-local/\$pkgid
+runhaskell Setup build
+runhaskell Setup register --gen-script
+runhaskell Setup unregister --gen-script
+sed -i -r -e "s|ghc-pkg.*update[^ ]* |&'--force' |" register.sh
+sed -i -r -e "s|ghc-pkg.*unregister[^ ]* |&'--force' |" unregister.sh
+}
+
+package() {
+cd "${srcdir}/${_hkgname}-${pkgver}"
+
+install -D -m744 register.sh   
"${pkgdir}/usr/share/haskell/register/${pkgname}.sh"
+install -D -m744 unregister.sh 
"${pkgdir}/usr/share/haskell/unregister/${pkgname}.sh"
+runhaskell Setup copy --destdir="${pkgdir}"
+install -D -m644 "COPYING" 
"${pkgdir}/usr/share/licenses/${pkgname}/COPYING"
+rm -f "${pkgdir}/usr/share/doc/${pkgname}/COPYING"
+}


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

2018-07-06 Thread Felix Yan via arch-commits
Date: Friday, July 6, 2018 @ 16:11:46
  Author: felixonmars
Revision: 353847

upgpkg: haskell-nettle 0.3.0-5

rebuild with hspec 2.5.3, hspec-core 2.5.3, hspec-discover 2.5.3

Modified:
  haskell-nettle/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2018-07-06 16:10:48 UTC (rev 353846)
+++ PKGBUILD2018-07-06 16:11:46 UTC (rev 353847)
@@ -4,7 +4,7 @@
 _hkgname=nettle
 pkgname=haskell-nettle
 pkgver=0.3.0
-pkgrel=4
+pkgrel=5
 pkgdesc="Safe nettle binding"
 url="https://github.com/stbuehler/haskell-nettle;
 license=('MIT')


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

2018-07-06 Thread Felix Yan via arch-commits
Date: Friday, July 6, 2018 @ 16:10:48
  Author: felixonmars
Revision: 353846

archrelease: copy trunk to community-staging-x86_64

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

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

Copied: haskell-crypto-pubkey/repos/community-staging-x86_64/PKGBUILD (from rev 
353845, haskell-crypto-pubkey/trunk/PKGBUILD)
===
--- community-staging-x86_64/PKGBUILD   (rev 0)
+++ community-staging-x86_64/PKGBUILD   2018-07-06 16:10:48 UTC (rev 353846)
@@ -0,0 +1,40 @@
+# $Id$
+# Maintainer: Felix Yan 
+# Contributor: Thomas Dziedzic 
+
+_hkgname=crypto-pubkey
+pkgname=haskell-crypto-pubkey
+pkgver=0.2.8
+pkgrel=71
+pkgdesc="Public Key cryptography"
+url="https://github.com/vincenthz/hs-crypto-pubkey;
+license=('custom:BSD3')
+arch=('x86_64')
+depends=('ghc-libs' 'haskell-byteable' 'haskell-crypto-numbers' 
'haskell-crypto-pubkey-types'
+ 'haskell-crypto-random' 'haskell-cryptohash')
+makedepends=('ghc')
+source=("https://hackage.haskell.org/packages/archive/${_hkgname}/${pkgver}/${_hkgname}-${pkgver}.tar.gz;)
+sha512sums=('9e7d54421fdb3c53964688831a2ca5f5379e141e7924af76916d868300833c0dbde22392e1452f80aaf2ec7a9a52de6b429a6f8f78b8fbef6c32f2f31202ed06')
+
+build() {
+cd "${srcdir}/${_hkgname}-${pkgver}"
+
+runhaskell Setup configure -O --enable-shared --enable-executable-dynamic 
--disable-library-vanilla \
+--prefix=/usr --docdir="/usr/share/doc/${pkgname}" \
+--dynlibdir=/usr/lib --libsubdir=\$compiler/site-local/\$pkgid
+runhaskell Setup build
+runhaskell Setup register --gen-script
+runhaskell Setup unregister --gen-script
+sed -i -r -e "s|ghc-pkg.*update[^ ]* |&'--force' |" register.sh
+sed -i -r -e "s|ghc-pkg.*unregister[^ ]* |&'--force' |" unregister.sh
+}
+
+package() {
+cd "${srcdir}/${_hkgname}-${pkgver}"
+
+install -D -m744 register.sh   
"${pkgdir}/usr/share/haskell/register/${pkgname}.sh"
+install -D -m744 unregister.sh 
"${pkgdir}/usr/share/haskell/unregister/${pkgname}.sh"
+runhaskell Setup copy --destdir="${pkgdir}"
+install -D -m644 "LICENSE" 
"${pkgdir}/usr/share/licenses/${pkgname}/LICENSE"
+rm -f "${pkgdir}/usr/share/doc/${pkgname}/LICENSE"
+}


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

2018-07-06 Thread Felix Yan via arch-commits
Date: Friday, July 6, 2018 @ 16:10:07
  Author: felixonmars
Revision: 353845

upgpkg: haskell-crypto-pubkey 0.2.8-71

rebuild with hspec 2.5.3, hspec-core 2.5.3, hspec-discover 2.5.3

Modified:
  haskell-crypto-pubkey/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2018-07-06 16:09:11 UTC (rev 353844)
+++ PKGBUILD2018-07-06 16:10:07 UTC (rev 353845)
@@ -5,7 +5,7 @@
 _hkgname=crypto-pubkey
 pkgname=haskell-crypto-pubkey
 pkgver=0.2.8
-pkgrel=70
+pkgrel=71
 pkgdesc="Public Key cryptography"
 url="https://github.com/vincenthz/hs-crypto-pubkey;
 license=('custom:BSD3')


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

2018-07-06 Thread Felix Yan via arch-commits
Date: Friday, July 6, 2018 @ 16:09:11
  Author: felixonmars
Revision: 353844

archrelease: copy trunk to community-staging-x86_64

Added:
  haskell-crypto-numbers/repos/community-staging-x86_64/
  haskell-crypto-numbers/repos/community-staging-x86_64/PKGBUILD
(from rev 353843, haskell-crypto-numbers/trunk/PKGBUILD)

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

Copied: haskell-crypto-numbers/repos/community-staging-x86_64/PKGBUILD (from 
rev 353843, haskell-crypto-numbers/trunk/PKGBUILD)
===
--- community-staging-x86_64/PKGBUILD   (rev 0)
+++ community-staging-x86_64/PKGBUILD   2018-07-06 16:09:11 UTC (rev 353844)
@@ -0,0 +1,39 @@
+# $Id$
+# Maintainer: Felix Yan 
+# Contributor: Thomas Dziedzic 
+
+_hkgname=crypto-numbers
+pkgname=haskell-crypto-numbers
+pkgver=0.2.7
+pkgrel=59
+pkgdesc="Cryptographic numbers: functions and algorithms"
+url="https://github.com/vincenthz/hs-crypto-numbers;
+license=('custom:BSD3')
+arch=('x86_64')
+depends=('ghc-libs' 'haskell-crypto-random' 'haskell-vector')
+makedepends=('ghc')
+source=("https://hackage.haskell.org/packages/archive/${_hkgname}/${pkgver}/${_hkgname}-${pkgver}.tar.gz;)
+sha512sums=('4fac18f6d76d5cc9ae82d177a45c155847264494dd112db80a76c955faee4917b4b3c563bb76eb3a08923bb020138307a7115d78fe0caa20fd3fb2b12d679947')
+
+build() {
+cd "${srcdir}/${_hkgname}-${pkgver}"
+
+runhaskell Setup configure -O --enable-shared --enable-executable-dynamic 
--disable-library-vanilla \
+--prefix=/usr --docdir="/usr/share/doc/${pkgname}" \
+--dynlibdir=/usr/lib --libsubdir=\$compiler/site-local/\$pkgid
+runhaskell Setup build
+runhaskell Setup register --gen-script
+runhaskell Setup unregister --gen-script
+sed -i -r -e "s|ghc-pkg.*update[^ ]* |&'--force' |" register.sh
+sed -i -r -e "s|ghc-pkg.*unregister[^ ]* |&'--force' |" unregister.sh
+}
+
+package() {
+cd "${srcdir}/${_hkgname}-${pkgver}"
+
+install -D -m744 register.sh   
"${pkgdir}/usr/share/haskell/register/${pkgname}.sh"
+install -D -m744 unregister.sh 
"${pkgdir}/usr/share/haskell/unregister/${pkgname}.sh"
+runhaskell Setup copy --destdir="${pkgdir}"
+install -D -m644 "LICENSE" 
"${pkgdir}/usr/share/licenses/${pkgname}/LICENSE"
+rm -f "${pkgdir}/usr/share/doc/${pkgname}/LICENSE"
+}


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

2018-07-06 Thread Felix Yan via arch-commits
Date: Friday, July 6, 2018 @ 16:08:33
  Author: felixonmars
Revision: 353843

upgpkg: haskell-crypto-numbers 0.2.7-59

rebuild with hspec 2.5.3, hspec-core 2.5.3, hspec-discover 2.5.3

Modified:
  haskell-crypto-numbers/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2018-07-06 16:07:45 UTC (rev 353842)
+++ PKGBUILD2018-07-06 16:08:33 UTC (rev 353843)
@@ -5,7 +5,7 @@
 _hkgname=crypto-numbers
 pkgname=haskell-crypto-numbers
 pkgver=0.2.7
-pkgrel=58
+pkgrel=59
 pkgdesc="Cryptographic numbers: functions and algorithms"
 url="https://github.com/vincenthz/hs-crypto-numbers;
 license=('custom:BSD3')


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

2018-07-06 Thread Felix Yan via arch-commits
Date: Friday, July 6, 2018 @ 16:07:45
  Author: felixonmars
Revision: 353842

archrelease: copy trunk to community-staging-x86_64

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

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

Copied: haskell-clientsession/repos/community-staging-x86_64/PKGBUILD (from rev 
353841, haskell-clientsession/trunk/PKGBUILD)
===
--- community-staging-x86_64/PKGBUILD   (rev 0)
+++ community-staging-x86_64/PKGBUILD   2018-07-06 16:07:45 UTC (rev 353842)
@@ -0,0 +1,43 @@
+# $Id$
+# Maintainer: Felix Yan 
+# Contributor: Arch Haskell Team 
+
+_hkgname=clientsession
+pkgname=haskell-clientsession
+pkgver=0.9.1.2
+pkgrel=64
+pkgdesc="Securely store session data in a client-side cookie."
+url="https://github.com/yesodweb/clientsession/tree/master;
+license=("MIT")
+arch=('x86_64')
+depends=('ghc-libs' "haskell-base64-bytestring" "haskell-cereal"
+ "haskell-cipher-aes" "haskell-cprng-aes" "haskell-crypto-api"
+ "haskell-crypto-random" "haskell-entropy" "haskell-setenv"
+ "haskell-skein" "haskell-tagged")
+makedepends=('ghc')
+source=("https://hackage.haskell.org/packages/archive/${_hkgname}/${pkgver}/${_hkgname}-${pkgver}.tar.gz;)
+sha512sums=('27b44924843363f86b7c27aec1a73e8d74fcf42075cbe45ded4f26d690eb086bac0a4091e66bbdcb431c090aed0ddb64384ca6c555b8ba4c7372f1c42117587a')
+
+build() {
+cd "${srcdir}/${_hkgname}-${pkgver}"
+
+runhaskell Setup configure -O --enable-shared --enable-executable-dynamic 
--disable-library-vanilla \
+--prefix=/usr --docdir="/usr/share/doc/${pkgname}" \
+--dynlibdir=/usr/lib --libsubdir=\$compiler/site-local/\$pkgid \
+-f-test
+runhaskell Setup build
+runhaskell Setup register --gen-script
+runhaskell Setup unregister --gen-script
+sed -i -r -e "s|ghc-pkg.*update[^ ]* |&'--force' |" register.sh
+sed -i -r -e "s|ghc-pkg.*unregister[^ ]* |&'--force' |" unregister.sh
+}
+
+package() {
+cd "${srcdir}/${_hkgname}-${pkgver}"
+
+install -D -m744 register.sh   
"${pkgdir}/usr/share/haskell/register/${pkgname}.sh"
+install -D -m744 unregister.sh 
"${pkgdir}/usr/share/haskell/unregister/${pkgname}.sh"
+runhaskell Setup copy --destdir="${pkgdir}"
+install -D -m644 "LICENSE" 
"${pkgdir}/usr/share/licenses/${pkgname}/LICENSE"
+rm -f "${pkgdir}/usr/share/doc/${pkgname}/LICENSE"
+}


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

2018-07-06 Thread Felix Yan via arch-commits
Date: Friday, July 6, 2018 @ 16:07:11
  Author: felixonmars
Revision: 353841

upgpkg: haskell-clientsession 0.9.1.2-64

rebuild with hspec 2.5.3, hspec-core 2.5.3, hspec-discover 2.5.3

Modified:
  haskell-clientsession/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2018-07-06 16:06:21 UTC (rev 353840)
+++ PKGBUILD2018-07-06 16:07:11 UTC (rev 353841)
@@ -5,7 +5,7 @@
 _hkgname=clientsession
 pkgname=haskell-clientsession
 pkgver=0.9.1.2
-pkgrel=63
+pkgrel=64
 pkgdesc="Securely store session data in a client-side cookie."
 url="https://github.com/yesodweb/clientsession/tree/master;
 license=("MIT")


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

2018-07-06 Thread Felix Yan via arch-commits
Date: Friday, July 6, 2018 @ 16:06:21
  Author: felixonmars
Revision: 353840

archrelease: copy trunk to community-staging-x86_64

Added:
  haskell-cprng-aes/repos/community-staging-x86_64/
  haskell-cprng-aes/repos/community-staging-x86_64/PKGBUILD
(from rev 353839, haskell-cprng-aes/trunk/PKGBUILD)

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

Copied: haskell-cprng-aes/repos/community-staging-x86_64/PKGBUILD (from rev 
353839, haskell-cprng-aes/trunk/PKGBUILD)
===
--- community-staging-x86_64/PKGBUILD   (rev 0)
+++ community-staging-x86_64/PKGBUILD   2018-07-06 16:06:21 UTC (rev 353840)
@@ -0,0 +1,39 @@
+# $Id$
+# Maintainer: Felix Yan 
+# Contributor: Arch Haskell Team 
+
+_hkgname=cprng-aes
+pkgname=haskell-cprng-aes
+pkgver=0.6.1
+pkgrel=60
+pkgdesc="Crypto Pseudo Random Number Generator using AES in counter mode."
+url="https://github.com/vincenthz/hs-cprng-aes;
+license=("custom:BSD3")
+arch=('x86_64')
+depends=('ghc-libs' "haskell-byteable" "haskell-cipher-aes" 
"haskell-crypto-random")
+makedepends=('ghc')
+source=("https://hackage.haskell.org/packages/archive/${_hkgname}/${pkgver}/${_hkgname}-${pkgver}.tar.gz;)
+sha512sums=('839a3a449edf996b0061a989058ed59625d8a849e852217c047b9d9b59b58504c0efaca699f75beea3ebcad8284f55c1f53b523dbebb10f56e705506bfccb5f5')
+
+build() {
+cd "${srcdir}/${_hkgname}-${pkgver}"
+
+runhaskell Setup configure -O --enable-shared --enable-executable-dynamic 
--disable-library-vanilla \
+--prefix=/usr --docdir="/usr/share/doc/${pkgname}" 
--datasubdir="$pkgname" \
+--dynlibdir=/usr/lib --libsubdir=\$compiler/site-local/\$pkgid
+runhaskell Setup build
+runhaskell Setup register --gen-script
+runhaskell Setup unregister --gen-script
+sed -i -r -e "s|ghc-pkg.*update[^ ]* |&'--force' |" register.sh
+sed -i -r -e "s|ghc-pkg.*unregister[^ ]* |&'--force' |" unregister.sh
+}
+
+package() {
+cd "${srcdir}/${_hkgname}-${pkgver}"
+
+install -D -m744 register.sh   
"${pkgdir}/usr/share/haskell/register/${pkgname}.sh"
+install -D -m744 unregister.sh 
"${pkgdir}/usr/share/haskell/unregister/${pkgname}.sh"
+runhaskell Setup copy --destdir="${pkgdir}"
+install -D -m644 "LICENSE" 
"${pkgdir}/usr/share/licenses/${pkgname}/LICENSE"
+rm -f "${pkgdir}/usr/share/doc/${pkgname}/LICENSE"
+}


  1   2   3   4   5   6   >