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

2019-05-17 Thread Brett Cornwall via arch-commits
Date: Saturday, May 18, 2019 @ 03:07:05
  Author: ainola
Revision: 467797

upgpkg: waybar 0.6.4-1

Modified:
  waybar/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2019-05-17 21:25:43 UTC (rev 467796)
+++ PKGBUILD2019-05-18 03:07:05 UTC (rev 467797)
@@ -1,7 +1,7 @@
 # Maintainer: Ainola 
 
 pkgname=waybar
-pkgver=0.6.3
+pkgver=0.6.4
 pkgrel=1
 pkgdesc='Highly customizable Wayland bar for Sway and Wlroots based 
compositors'
 arch=('x86_64')
@@ -25,7 +25,7 @@
 'otf-font-awesome: Icons in the default configuration'
 )
 
source=("$pkgname-$pkgver.tar.gz::https://github.com/Alexays/Waybar/archive/$pkgver.tar.gz;)
-sha256sums=('6ea5934d77b81982dfd3d0a1ed521329fa0e6c250ecd004288f5dcdb6cb62dea')
+sha256sums=('a483565d6be665385f3a39318108ab09acc995b5ddc97efe744630cbd6938fa6')
 
 build() {
 cd "Waybar-$pkgver"


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

2019-05-17 Thread Brett Cornwall via arch-commits
Date: Saturday, May 18, 2019 @ 03:07:19
  Author: ainola
Revision: 467798

archrelease: copy trunk to community-x86_64

Added:
  waybar/repos/community-x86_64/PKGBUILD
(from rev 467797, waybar/trunk/PKGBUILD)
Deleted:
  waybar/repos/community-x86_64/PKGBUILD

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

Deleted: PKGBUILD
===
--- PKGBUILD2019-05-18 03:07:05 UTC (rev 467797)
+++ PKGBUILD2019-05-18 03:07:19 UTC (rev 467798)
@@ -1,40 +0,0 @@
-# Maintainer: Ainola 
-
-pkgname=waybar
-pkgver=0.6.3
-pkgrel=1
-pkgdesc='Highly customizable Wayland bar for Sway and Wlroots based 
compositors'
-arch=('x86_64')
-url="https://github.com/Alexays/Waybar/;
-license=('MIT')
-depends=(
-'fmt'
-'gtkmm3'
-'jsoncpp'
-'libappindicator-gtk3'
-'libpulse'
-'libmpdclient'
-)
-# Sway is needed for building support for workspace and window title modules
-makedepends=(
-'meson'
-'sway'
-'wlroots'
-)
-optdepends=(
-'otf-font-awesome: Icons in the default configuration'
-)
-source=("$pkgname-$pkgver.tar.gz::https://github.com/Alexays/Waybar/archive/$pkgver.tar.gz;)
-sha256sums=('6ea5934d77b81982dfd3d0a1ed521329fa0e6c250ecd004288f5dcdb6cb62dea')
-
-build() {
-cd "Waybar-$pkgver"
-meson --prefix=/usr build
-ninja -C build
-}
-
-package() {
-cd "Waybar-$pkgver"
-DESTDIR="$pkgdir" ninja -C build install
-install -Dm644 LICENSE -t "$pkgdir/usr/share/licenses/$pkgname/"
-}

Copied: waybar/repos/community-x86_64/PKGBUILD (from rev 467797, 
waybar/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2019-05-18 03:07:19 UTC (rev 467798)
@@ -0,0 +1,40 @@
+# Maintainer: Ainola 
+
+pkgname=waybar
+pkgver=0.6.4
+pkgrel=1
+pkgdesc='Highly customizable Wayland bar for Sway and Wlroots based 
compositors'
+arch=('x86_64')
+url="https://github.com/Alexays/Waybar/;
+license=('MIT')
+depends=(
+'fmt'
+'gtkmm3'
+'jsoncpp'
+'libappindicator-gtk3'
+'libpulse'
+'libmpdclient'
+)
+# Sway is needed for building support for workspace and window title modules
+makedepends=(
+'meson'
+'sway'
+'wlroots'
+)
+optdepends=(
+'otf-font-awesome: Icons in the default configuration'
+)
+source=("$pkgname-$pkgver.tar.gz::https://github.com/Alexays/Waybar/archive/$pkgver.tar.gz;)
+sha256sums=('a483565d6be665385f3a39318108ab09acc995b5ddc97efe744630cbd6938fa6')
+
+build() {
+cd "Waybar-$pkgver"
+meson --prefix=/usr build
+ninja -C build
+}
+
+package() {
+cd "Waybar-$pkgver"
+DESTDIR="$pkgdir" ninja -C build install
+install -Dm644 LICENSE -t "$pkgdir/usr/share/licenses/$pkgname/"
+}


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

2019-05-17 Thread Christian Rebischke via arch-commits
Date: Friday, May 17, 2019 @ 21:25:43
  Author: shibumi
Revision: 467796

archrelease: copy trunk to community-x86_64

Added:
  minikube/repos/community-x86_64/PKGBUILD
(from rev 467795, minikube/trunk/PKGBUILD)
Deleted:
  minikube/repos/community-x86_64/PKGBUILD

--+
 PKGBUILD |   72 ++---
 1 file changed, 36 insertions(+), 36 deletions(-)

Deleted: PKGBUILD
===
--- PKGBUILD2019-05-17 21:25:39 UTC (rev 467795)
+++ PKGBUILD2019-05-17 21:25:43 UTC (rev 467796)
@@ -1,36 +0,0 @@
-# Maintainer: Christian Rebischke 
-# Contributor: Ivan Shapovalov 
-
-pkgname=minikube
-pkgver=1.0.0
-pkgrel=1
-pkgdesc="Minikube is a tool that makes it easy to run Kubernetes locally"
-url="https://github.com/kubernetes/minikube;
-license=('Apache')
-arch=('x86_64')
-optdepends=(
-  'kubectl: to manage the cluster'
-  'virtualbox: to use --vm-driver=virtualbox'
-)
-makedepends=('git' 'go' 'go-bindata')
-source=("git+https://github.com/kubernetes/minikube.git#tag=v$pkgver;)
-md5sums=('SKIP')
-
-prepare() {
-  rm -rf "$srcdir/src"
-  mkdir -p "$srcdir/src/k8s.io"
-  mv -T "$srcdir/minikube" "$srcdir/src/k8s.io/minikube"
-}
-
-build() {
-  export GOPATH="$srcdir"
-  cd "$GOPATH/src/k8s.io/minikube"
-  make
-}
-
-package() {
-  install -Dm755 "$srcdir/src/k8s.io/minikube/out/minikube" -t 
"$pkgdir/usr/bin"
-
-  "$pkgdir/usr/bin/minikube" completion bash | install -Dm644 /dev/stdin 
"$pkgdir/usr/share/bash-completion/completions/minikube"
-  "$pkgdir/usr/bin/minikube" completion zsh | install -Dm644 /dev/stdin 
"$pkgdir/usr/share/zsh/site-functions/_minikube"
-}

Copied: minikube/repos/community-x86_64/PKGBUILD (from rev 467795, 
minikube/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2019-05-17 21:25:43 UTC (rev 467796)
@@ -0,0 +1,36 @@
+# Maintainer: Christian Rebischke 
+# Contributor: Ivan Shapovalov 
+
+pkgname=minikube
+pkgver=1.0.1
+pkgrel=1
+pkgdesc="Minikube is a tool that makes it easy to run Kubernetes locally"
+url="https://github.com/kubernetes/minikube;
+license=('Apache')
+arch=('x86_64')
+optdepends=(
+  'kubectl: to manage the cluster'
+  'virtualbox: to use --vm-driver=virtualbox'
+)
+makedepends=('git' 'go-pie' 'go-bindata')
+source=("git+https://github.com/kubernetes/minikube.git#tag=v$pkgver;)
+md5sums=('SKIP')
+
+prepare() {
+  rm -rf "$srcdir/src"
+  mkdir -p "$srcdir/src/k8s.io"
+  mv -T "$srcdir/minikube" "$srcdir/src/k8s.io/minikube"
+}
+
+build() {
+  export GOPATH="$srcdir"
+  cd "$GOPATH/src/k8s.io/minikube"
+  make
+}
+
+package() {
+  install -Dm755 "$srcdir/src/k8s.io/minikube/out/minikube" -t 
"$pkgdir/usr/bin"
+
+  "$pkgdir/usr/bin/minikube" completion bash | install -Dm644 /dev/stdin 
"$pkgdir/usr/share/bash-completion/completions/minikube"
+  "$pkgdir/usr/bin/minikube" completion zsh | install -Dm644 /dev/stdin 
"$pkgdir/usr/share/zsh/site-functions/_minikube"
+}


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

2019-05-17 Thread Christian Rebischke via arch-commits
Date: Friday, May 17, 2019 @ 21:25:39
  Author: shibumi
Revision: 467795

upgpkg: minikube 1.0.1-1

New version + use go-pie instead of go

Modified:
  minikube/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2019-05-17 21:05:43 UTC (rev 467794)
+++ PKGBUILD2019-05-17 21:25:39 UTC (rev 467795)
@@ -2,7 +2,7 @@
 # Contributor: Ivan Shapovalov 
 
 pkgname=minikube
-pkgver=1.0.0
+pkgver=1.0.1
 pkgrel=1
 pkgdesc="Minikube is a tool that makes it easy to run Kubernetes locally"
 url="https://github.com/kubernetes/minikube;
@@ -12,7 +12,7 @@
   'kubectl: to manage the cluster'
   'virtualbox: to use --vm-driver=virtualbox'
 )
-makedepends=('git' 'go' 'go-bindata')
+makedepends=('git' 'go-pie' 'go-bindata')
 source=("git+https://github.com/kubernetes/minikube.git#tag=v$pkgver;)
 md5sums=('SKIP')
 


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

2019-05-17 Thread Daniel M. Capella via arch-commits
Date: Friday, May 17, 2019 @ 21:05:43
  Author: polyzen
Revision: 467794

archrelease: copy trunk to community-any

Added:
  firefox-decentraleyes/repos/community-any/PKGBUILD
(from rev 467793, firefox-decentraleyes/trunk/PKGBUILD)
Deleted:
  firefox-decentraleyes/repos/community-any/PKGBUILD

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

Deleted: PKGBUILD
===
--- PKGBUILD2019-05-17 21:05:22 UTC (rev 467793)
+++ PKGBUILD2019-05-17 21:05:43 UTC (rev 467794)
@@ -1,19 +0,0 @@
-# Maintainer: Daniel M. Capella 
-
-pkgname=firefox-decentraleyes
-pkgver=2.0.10
-pkgrel=1
-pkgdesc='Local emulation of Content Delivery Networks'
-url=https://decentraleyes.org/
-arch=('any')
-license=('MPL2')
-groups=('firefox-addons')
-source=("https://addons.cdn.mozilla.net/user-media/addons/521554/decentraleyes-$pkgver-an+fx.xpi;)
-noextract=("${source##*/}")
-sha256sums=('68d46f1e1c1e2259b77fd1992d5a5ebb86ca5ec3c519439c011836b9126c55df')
-
-package() {
-  install -Dm644 "${source##*/}" 
"$pkgdir"/usr/lib/firefox/browser/extensions/jid1-bofifl9vbdl...@jetpack.xpi
-}
-
-# vim:set ts=2 sw=2 et:

Copied: firefox-decentraleyes/repos/community-any/PKGBUILD (from rev 467793, 
firefox-decentraleyes/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2019-05-17 21:05:43 UTC (rev 467794)
@@ -0,0 +1,19 @@
+# Maintainer: Daniel M. Capella 
+
+pkgname=firefox-decentraleyes
+pkgver=2.0.11
+pkgrel=1
+pkgdesc='Local emulation of Content Delivery Networks'
+url=https://decentraleyes.org/
+arch=('any')
+license=('MPL2')
+groups=('firefox-addons')
+source=("https://addons.cdn.mozilla.net/user-media/addons/521554/decentraleyes-$pkgver-an+fx.xpi;)
+noextract=("${source##*/}")
+sha256sums=('cb0051f90bfa5e606653b500ed2f14a3e7fe80e8cea38f63bda99116170fc104')
+
+package() {
+  install -Dm644 "${source##*/}" 
"$pkgdir"/usr/lib/firefox/browser/extensions/jid1-bofifl9vbdl...@jetpack.xpi
+}
+
+# vim:set ts=2 sw=2 et:


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

2019-05-17 Thread Daniel M. Capella via arch-commits
Date: Friday, May 17, 2019 @ 21:05:22
  Author: polyzen
Revision: 467793

upgpkg: firefox-decentraleyes 2.0.11-1

Modified:
  firefox-decentraleyes/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2019-05-17 20:34:03 UTC (rev 467792)
+++ PKGBUILD2019-05-17 21:05:22 UTC (rev 467793)
@@ -1,7 +1,7 @@
 # Maintainer: Daniel M. Capella 
 
 pkgname=firefox-decentraleyes
-pkgver=2.0.10
+pkgver=2.0.11
 pkgrel=1
 pkgdesc='Local emulation of Content Delivery Networks'
 url=https://decentraleyes.org/
@@ -10,7 +10,7 @@
 groups=('firefox-addons')
 
source=("https://addons.cdn.mozilla.net/user-media/addons/521554/decentraleyes-$pkgver-an+fx.xpi;)
 noextract=("${source##*/}")
-sha256sums=('68d46f1e1c1e2259b77fd1992d5a5ebb86ca5ec3c519439c011836b9126c55df')
+sha256sums=('cb0051f90bfa5e606653b500ed2f14a3e7fe80e8cea38f63bda99116170fc104')
 
 package() {
   install -Dm644 "${source##*/}" 
"$pkgdir"/usr/lib/firefox/browser/extensions/jid1-bofifl9vbdl...@jetpack.xpi


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

2019-05-17 Thread Florian Pritz via arch-commits
Date: Friday, May 17, 2019 @ 20:34:00
  Author: bluewind
Revision: 467791

upgpkg: highlight 3.51-1

upstream update

Modified:
  highlight/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2019-05-17 18:35:02 UTC (rev 467790)
+++ PKGBUILD2019-05-17 20:34:00 UTC (rev 467791)
@@ -2,7 +2,7 @@
 # Contributor: Jan Fader 
 pkgbase=highlight
 pkgname=(highlight highlight-gui)
-pkgver=3.50
+pkgver=3.51
 pkgrel=1
 url="http://www.andre-simon.de/doku/highlight/highlight.html;
 license=('GPL')
@@ -9,7 +9,7 @@
 arch=('x86_64')
 makedepends=(qt5-base lua boost)
 source=(http://www.andre-simon.de/zip/$pkgname-$pkgver.tar.bz2{,.asc})
-md5sums=('f15b50f90e095f8e79cc607382800e2e'
+md5sums=('af79671dba9490a4cad28ff5e43cab28'
  'SKIP')
 validpgpkeys=(B8C55574187F49180EDC763750FE0279D805A7C7)
 


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

2019-05-17 Thread Florian Pritz via arch-commits
Date: Friday, May 17, 2019 @ 20:34:03
  Author: bluewind
Revision: 467792

archrelease: copy trunk to community-x86_64

Added:
  highlight/repos/community-x86_64/PKGBUILD
(from rev 467791, highlight/trunk/PKGBUILD)
Deleted:
  highlight/repos/community-x86_64/PKGBUILD

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

Deleted: PKGBUILD
===
--- PKGBUILD2019-05-17 20:34:00 UTC (rev 467791)
+++ PKGBUILD2019-05-17 20:34:03 UTC (rev 467792)
@@ -1,49 +0,0 @@
-# Maintainer: Florian Pritz 
-# Contributor: Jan Fader 
-pkgbase=highlight
-pkgname=(highlight highlight-gui)
-pkgver=3.50
-pkgrel=1
-url="http://www.andre-simon.de/doku/highlight/highlight.html;
-license=('GPL')
-arch=('x86_64')
-makedepends=(qt5-base lua boost)
-source=(http://www.andre-simon.de/zip/$pkgname-$pkgver.tar.bz2{,.asc})
-md5sums=('f15b50f90e095f8e79cc607382800e2e'
- 'SKIP')
-validpgpkeys=(B8C55574187F49180EDC763750FE0279D805A7C7)
-
-prepare() {
-  cd "$srcdir/$pkgbase-$pkgver"
-
-  sed -i 's/QMAKE=qmake/QMAKE=qmake-qt5/' src/makefile
-  sed -i 's/QMAKE_CC = clang/QMAKE_CC = gcc/' src/gui-qt/highlight.pro
-  sed -i 's/QMAKE_CXX = clang++/QMAKE_CXX = g++/' src/gui-qt/highlight.pro
-}
-
-build() {
-  cd "$srcdir/$pkgbase-$pkgver"
-
-  make QMAKE=qmake-qt5
-  make QMAKE=qmake-qt5 gui
-}
-
-package_highlight() {
-  pkgdesc="Fast and flexible source code highlighter (CLI version)"
-  depends=('lua')
-  backup=(etc/highlight/filetypes.conf)
-  cd "$srcdir/$pkgbase-$pkgver"
-
-  make DESTDIR="$pkgdir" QMAKE=qmake-qt5 install
-}
-
-package_highlight-gui() {
-  pkgdesc="Fast and flexible source code highlighter (Qt version)"
-  depends=('qt5-base' 'highlight')
-  cd "$srcdir/$pkgbase-$pkgver"
-
-  install -dm755 "$pkgdir/usr/bin"
-  make DESTDIR="$pkgdir" QMAKE=qmake-qt5 install-gui
-}
-
-# vim:set ts=2 sw=2 et:

Copied: highlight/repos/community-x86_64/PKGBUILD (from rev 467791, 
highlight/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2019-05-17 20:34:03 UTC (rev 467792)
@@ -0,0 +1,49 @@
+# Maintainer: Florian Pritz 
+# Contributor: Jan Fader 
+pkgbase=highlight
+pkgname=(highlight highlight-gui)
+pkgver=3.51
+pkgrel=1
+url="http://www.andre-simon.de/doku/highlight/highlight.html;
+license=('GPL')
+arch=('x86_64')
+makedepends=(qt5-base lua boost)
+source=(http://www.andre-simon.de/zip/$pkgname-$pkgver.tar.bz2{,.asc})
+md5sums=('af79671dba9490a4cad28ff5e43cab28'
+ 'SKIP')
+validpgpkeys=(B8C55574187F49180EDC763750FE0279D805A7C7)
+
+prepare() {
+  cd "$srcdir/$pkgbase-$pkgver"
+
+  sed -i 's/QMAKE=qmake/QMAKE=qmake-qt5/' src/makefile
+  sed -i 's/QMAKE_CC = clang/QMAKE_CC = gcc/' src/gui-qt/highlight.pro
+  sed -i 's/QMAKE_CXX = clang++/QMAKE_CXX = g++/' src/gui-qt/highlight.pro
+}
+
+build() {
+  cd "$srcdir/$pkgbase-$pkgver"
+
+  make QMAKE=qmake-qt5
+  make QMAKE=qmake-qt5 gui
+}
+
+package_highlight() {
+  pkgdesc="Fast and flexible source code highlighter (CLI version)"
+  depends=('lua')
+  backup=(etc/highlight/filetypes.conf)
+  cd "$srcdir/$pkgbase-$pkgver"
+
+  make DESTDIR="$pkgdir" QMAKE=qmake-qt5 install
+}
+
+package_highlight-gui() {
+  pkgdesc="Fast and flexible source code highlighter (Qt version)"
+  depends=('qt5-base' 'highlight')
+  cd "$srcdir/$pkgbase-$pkgver"
+
+  install -dm755 "$pkgdir/usr/bin"
+  make DESTDIR="$pkgdir" QMAKE=qmake-qt5 install-gui
+}
+
+# vim:set ts=2 sw=2 et:


[arch-commits] Commit in tumbler/repos/extra-x86_64 (3 files)

2019-05-17 Thread Evangelos Foutras via arch-commits
Date: Friday, May 17, 2019 @ 20:06:05
  Author: foutrelis
Revision: 353558

archrelease: copy trunk to extra-x86_64

Added:
  tumbler/repos/extra-x86_64/PKGBUILD
(from rev 353557, tumbler/trunk/PKGBUILD)
Deleted:
  tumbler/repos/extra-x86_64/PKGBUILD
  tumbler/repos/extra-x86_64/move-sparse-file-check-to-plugins.patch

-+
 PKGBUILD|   95 +++---
 move-sparse-file-check-to-plugins.patch |  411 --
 2 files changed, 46 insertions(+), 460 deletions(-)

Deleted: PKGBUILD
===
--- PKGBUILD2019-05-17 20:06:00 UTC (rev 353557)
+++ PKGBUILD2019-05-17 20:06:05 UTC (rev 353558)
@@ -1,49 +0,0 @@
-# Maintainer: Evangelos Foutras 
-# Contributor: Andreas Radke 
-# Contributor: Jan Jezek 
-
-pkgname=tumbler
-pkgver=0.2.3
-pkgrel=2
-pkgdesc="D-Bus service for applications to request thumbnails"
-arch=('x86_64')
-url="http://www.xfce.org/;
-license=('GPL2' 'LGPL')
-groups=('xfce4')
-depends=('gdk-pixbuf2')
-makedepends=('intltool' 'python' 'ffmpegthumbnailer' 'poppler-glib' 'libgsf'
- 'libopenraw' 'freetype2')
-optdepends=('ffmpegthumbnailer: for video thumbnails'
-'poppler-glib: for PDF thumbnails'
-'libgsf: for ODF thumbnails'
-'libopenraw: for RAW thumbnails'
-'freetype2: for font thumbnails')
-source=(https://archive.xfce.org/src/xfce/$pkgname/${pkgver%.*}/$pkgname-$pkgver.tar.bz2
-move-sparse-file-check-to-plugins.patch)
-sha256sums=('d022e1bd1559fba33e4bf20fb053b219eca17676ebffb1ceb214fcd58a187d40'
-'5a51c3f6dc393f7a0f702a52628417b70271d362db84b132ed38f030c9f49943')
-
-prepare() {
-  cd "$srcdir/$pkgname-$pkgver"
-  patch -Np1 -i ../move-sparse-file-check-to-plugins.patch
-}
-
-build() {
-  cd "$srcdir/$pkgname-$pkgver"
-
-  ./configure \
---prefix=/usr \
---sysconfdir=/etc \
---libexecdir=/usr/lib/xfce4 \
---disable-static \
---disable-debug \
---disable-gstreamer-thumbnailer
-  make
-}
-
-package() {
-  cd "$srcdir/$pkgname-$pkgver"
-  make DESTDIR="$pkgdir" install
-}
-
-# vim:set ts=2 sw=2 et:

Copied: tumbler/repos/extra-x86_64/PKGBUILD (from rev 353557, 
tumbler/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2019-05-17 20:06:05 UTC (rev 353558)
@@ -0,0 +1,46 @@
+# Maintainer: Evangelos Foutras 
+# Contributor: Andreas Radke 
+# Contributor: Jan Jezek 
+
+pkgname=tumbler
+pkgver=0.2.4
+pkgrel=1
+pkgdesc="D-Bus service for applications to request thumbnails"
+arch=('x86_64')
+url="https://www.xfce.org/;
+license=('GPL2' 'LGPL')
+groups=('xfce4')
+depends=('gdk-pixbuf2')
+makedepends=('intltool' 'python' 'ffmpegthumbnailer' 'poppler-glib' 'libgsf'
+ 'libopenraw' 'freetype2')
+optdepends=('ffmpegthumbnailer: for video thumbnails'
+'poppler-glib: for PDF thumbnails'
+'libgsf: for ODF thumbnails'
+'libopenraw: for RAW thumbnails'
+'freetype2: for font thumbnails')
+source=(https://archive.xfce.org/src/xfce/$pkgname/${pkgver%.*}/$pkgname-$pkgver.tar.bz2)
+sha256sums=('0ff497e13f9f9322112cb7707918dd8970e405447f0c92dac40ec3d659e5b6a6')
+
+prepare() {
+  cd "$srcdir/$pkgname-$pkgver"
+}
+
+build() {
+  cd "$srcdir/$pkgname-$pkgver"
+
+  ./configure \
+--prefix=/usr \
+--sysconfdir=/etc \
+--libexecdir=/usr/lib/xfce4 \
+--disable-static \
+--disable-debug \
+--disable-gstreamer-thumbnailer
+  make
+}
+
+package() {
+  cd "$srcdir/$pkgname-$pkgver"
+  make DESTDIR="$pkgdir" install
+}
+
+# vim:set ts=2 sw=2 et:

Deleted: move-sparse-file-check-to-plugins.patch
===
--- move-sparse-file-check-to-plugins.patch 2019-05-17 20:06:00 UTC (rev 
353557)
+++ move-sparse-file-check-to-plugins.patch 2019-05-17 20:06:05 UTC (rev 
353558)
@@ -1,411 +0,0 @@
-From da29dad8676b38b3e29396db1442d0ede6f6385d Mon Sep 17 00:00:00 2001
-From: Ali Abdallah 
-Date: Sun, 21 Oct 2018 11:14:16 +0200
-Subject: Check for sparse video files only on plugin side.
-
-Move the sparse video files check to ffmpeg and gstreamer plugins.

- plugins/ffmpeg-thumbnailer/ffmpeg-thumbnailer.c | 18 --
- plugins/gst-thumbnailer/gst-thumbnailer.c   |  8 +++
- tumbler/tumbler-util.c  | 41 -
- tumbler/tumbler-util.h  | 10 ++-
- tumblerd/tumbler-registry.c | 82 -
- 5 files changed, 92 insertions(+), 67 deletions(-)
-
-diff --git a/plugins/ffmpeg-thumbnailer/ffmpeg-thumbnailer.c 
b/plugins/ffmpeg-thumbnailer/ffmpeg-thumbnailer.c
-index 81f2922..6bc9de3 100644
 a/plugins/ffmpeg-thumbnailer/ffmpeg-thumbnailer.c
-+++ b/plugins/ffmpeg-thumbnailer/ffmpeg-thumbnailer.c
-@@ -10,11 +10,11 @@
-  *
-  * This library is distributed in 

[arch-commits] Commit in tumbler/trunk (2 files)

2019-05-17 Thread Evangelos Foutras via arch-commits
Date: Friday, May 17, 2019 @ 20:06:00
  Author: foutrelis
Revision: 353557

upgpkg: tumbler 0.2.4-1

New upstream release.

Modified:
  tumbler/trunk/PKGBUILD
Deleted:
  tumbler/trunk/move-sparse-file-check-to-plugins.patch

-+
 PKGBUILD|   11 
 move-sparse-file-check-to-plugins.patch |  411 --
 2 files changed, 4 insertions(+), 418 deletions(-)

Modified: PKGBUILD
===
--- PKGBUILD2019-05-17 19:23:18 UTC (rev 353556)
+++ PKGBUILD2019-05-17 20:06:00 UTC (rev 353557)
@@ -3,8 +3,8 @@
 # Contributor: Jan Jezek 
 
 pkgname=tumbler
-pkgver=0.2.3
-pkgrel=2
+pkgver=0.2.4
+pkgrel=1
 pkgdesc="D-Bus service for applications to request thumbnails"
 arch=('x86_64')
 url="https://www.xfce.org/;
@@ -18,14 +18,11 @@
 'libgsf: for ODF thumbnails'
 'libopenraw: for RAW thumbnails'
 'freetype2: for font thumbnails')
-source=(https://archive.xfce.org/src/xfce/$pkgname/${pkgver%.*}/$pkgname-$pkgver.tar.bz2
-move-sparse-file-check-to-plugins.patch)
-sha256sums=('d022e1bd1559fba33e4bf20fb053b219eca17676ebffb1ceb214fcd58a187d40'
-'5a51c3f6dc393f7a0f702a52628417b70271d362db84b132ed38f030c9f49943')
+source=(https://archive.xfce.org/src/xfce/$pkgname/${pkgver%.*}/$pkgname-$pkgver.tar.bz2)
+sha256sums=('0ff497e13f9f9322112cb7707918dd8970e405447f0c92dac40ec3d659e5b6a6')
 
 prepare() {
   cd "$srcdir/$pkgname-$pkgver"
-  patch -Np1 -i ../move-sparse-file-check-to-plugins.patch
 }
 
 build() {

Deleted: move-sparse-file-check-to-plugins.patch
===
--- move-sparse-file-check-to-plugins.patch 2019-05-17 19:23:18 UTC (rev 
353556)
+++ move-sparse-file-check-to-plugins.patch 2019-05-17 20:06:00 UTC (rev 
353557)
@@ -1,411 +0,0 @@
-From da29dad8676b38b3e29396db1442d0ede6f6385d Mon Sep 17 00:00:00 2001
-From: Ali Abdallah 
-Date: Sun, 21 Oct 2018 11:14:16 +0200
-Subject: Check for sparse video files only on plugin side.
-
-Move the sparse video files check to ffmpeg and gstreamer plugins.

- plugins/ffmpeg-thumbnailer/ffmpeg-thumbnailer.c | 18 --
- plugins/gst-thumbnailer/gst-thumbnailer.c   |  8 +++
- tumbler/tumbler-util.c  | 41 -
- tumbler/tumbler-util.h  | 10 ++-
- tumblerd/tumbler-registry.c | 82 -
- 5 files changed, 92 insertions(+), 67 deletions(-)
-
-diff --git a/plugins/ffmpeg-thumbnailer/ffmpeg-thumbnailer.c 
b/plugins/ffmpeg-thumbnailer/ffmpeg-thumbnailer.c
-index 81f2922..6bc9de3 100644
 a/plugins/ffmpeg-thumbnailer/ffmpeg-thumbnailer.c
-+++ b/plugins/ffmpeg-thumbnailer/ffmpeg-thumbnailer.c
-@@ -10,11 +10,11 @@
-  *
-  * This library is distributed in the hope that it will be useful,
-  * but WITHOUT ANY WARRANTY; without even the implied warranty of
-- * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the 
-+ * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
-  * GNU Library General Public License for more details.
-  *
-- * You should have received a copy of the GNU Library General 
-- * Public License along with this library; if not, write to the 
-+ * You should have received a copy of the GNU Library General
-+ * Public License along with this library; if not, write to the
-  * Free Software Foundation, Inc., 51 Franklin Street, Fifth Floor,
-  * Boston, MA 02110-1301, USA.
-  */
-@@ -149,7 +149,7 @@ generate_pixbuf (GdkPixbuf *source,
- dest_height = rint (source_height / wratio);
- 
-   /* scale the pixbuf down to the desired size */
--  return gdk_pixbuf_scale_simple (source, MAX (dest_width, 1), MAX 
(dest_height, 1), 
-+  return gdk_pixbuf_scale_simple (source, MAX (dest_width, 1), MAX 
(dest_height, 1),
-   GDK_INTERP_BILINEAR);
- }
- 
-@@ -180,9 +180,17 @@ ffmpeg_thumbnailer_create (TumblerAbstractThumbnailer 
*thumbnailer,
-   g_return_if_fail (TUMBLER_IS_FILE_INFO (info));
- 
-   /* do nothing if cancelled */
--  if (g_cancellable_is_cancelled (cancellable)) 
-+  if (g_cancellable_is_cancelled (cancellable))
- return;
- 
-+  /* Check if is a sparse video file */
-+  if (tumbler_util_guess_is_sparse (info))
-+  {
-+g_debug ("Video file '%s' is probably sparse, skipping\n",
-+ tumbler_file_info_get_uri (info));
-+return;
-+  }
-+
-   /* fetch required info */
-   thumbnail = tumbler_file_info_get_thumbnail (info);
-   g_assert (thumbnail != NULL);
-diff --git a/plugins/gst-thumbnailer/gst-thumbnailer.c 
b/plugins/gst-thumbnailer/gst-thumbnailer.c
-index 284a0b9..73f884b 100644
 a/plugins/gst-thumbnailer/gst-thumbnailer.c
-+++ b/plugins/gst-thumbnailer/gst-thumbnailer.c
-@@ -570,6 +570,14 @@ gst_thumbnailer_create (TumblerAbstractThumbnailer 
*thumbnailer,
-   if (g_cancellable_is_cancelled (cancellable))
- 

[arch-commits] Commit in btrfs-progs/repos (7 files)

2019-05-17 Thread Sébastien Luttringer via arch-commits
Date: Friday, May 17, 2019 @ 18:52:11
  Author: seblu
Revision: 353555

archrelease: copy trunk to testing-x86_64

Added:
  btrfs-progs/repos/testing-x86_64/
  btrfs-progs/repos/testing-x86_64/PKGBUILD
(from rev 353554, btrfs-progs/trunk/PKGBUILD)
  btrfs-progs/repos/testing-x86_64/btrfs-progs.install
(from rev 353554, btrfs-progs/trunk/btrfs-progs.install)
  btrfs-progs/repos/testing-x86_64/btrfs-scrub@.service
(from rev 353554, btrfs-progs/trunk/btrfs-scrub@.service)
  btrfs-progs/repos/testing-x86_64/btrfs-scrub@.timer
(from rev 353554, btrfs-progs/trunk/btrfs-scrub@.timer)
  btrfs-progs/repos/testing-x86_64/initcpio-hook-btrfs
(from rev 353554, btrfs-progs/trunk/initcpio-hook-btrfs)
  btrfs-progs/repos/testing-x86_64/initcpio-install-btrfs
(from rev 353554, btrfs-progs/trunk/initcpio-install-btrfs)

+
 PKGBUILD   |   74 +++
 btrfs-progs.install|   15 +
 btrfs-scrub@.service   |8 +
 btrfs-scrub@.timer |   11 ++
 initcpio-hook-btrfs|7 
 initcpio-install-btrfs |   17 ++
 6 files changed, 132 insertions(+)

Copied: btrfs-progs/repos/testing-x86_64/PKGBUILD (from rev 353554, 
btrfs-progs/trunk/PKGBUILD)
===
--- testing-x86_64/PKGBUILD (rev 0)
+++ testing-x86_64/PKGBUILD 2019-05-17 18:52:11 UTC (rev 353555)
@@ -0,0 +1,74 @@
+# Maintainer: Sébastien "Seblu" Luttringer 
+# Contributor: Tom Gundersen 
+# Contributor: Tobias Powalowski 
+
+pkgname=btrfs-progs
+pkgver=5.1
+pkgrel=1
+pkgdesc='Btrfs filesystem utilities'
+arch=('x86_64')
+makedepends=('git' 'asciidoc' 'xmlto' 'systemd' 'python' 'python-setuptools')
+depends=('glibc' 'libutil-linux' 'e2fsprogs' 'lzo' 'zlib' 'zstd')
+optdepends=('python: libbtrfsutil python bindings')
+url='https://btrfs.wiki.kernel.org'
+replaces=('btrfs-progs-unstable')
+conflicts=('btrfs-progs-unstable')
+provides=('btrfs-progs-unstable')
+license=('GPL2')
+validpgpkeys=('F2B41200C54EFB30380C1756C565D5F9D76D583B')
+source=("https://www.kernel.org/pub/linux/kernel/people/kdave/btrfs-progs/btrfs-progs-v$pkgver.tar."{sign,xz}
+'initcpio-install-btrfs'
+'initcpio-hook-btrfs'
+'btrfs-scrub@.service'
+'btrfs-scrub@.timer')
+install=btrfs-progs.install
+options=(!staticlibs)
+md5sums=('SKIP'
+ 'ccdba8ad14bbf97df666460576507bd9'
+ '7241ba3a4286d08da0d50b7176941112'
+ 'b09688a915a0ec8f40e2f5aacbabc9ad'
+ '917b31f4eb90448d6791e17ea0f386c7'
+ '42475169de355a33d551b2f368eb0a50')
+
+prepare() {
+  cd $pkgname-v$pkgver
+  # apply patch from the source array (should be a pacman feature)
+  local src
+  for src in "${source[@]}"; do
+src="${src%%::*}"
+src="${src##*/}"
+[[ $src = *.patch ]] || continue
+msg2 "Applying patch $src..."
+patch -Np1 < "../$src"
+  done
+}
+
+build() {
+  cd $pkgname-v$pkgver
+  ./configure --prefix=/usr
+  make
+}
+
+check() {
+  cd $pkgname-v$pkgver
+ ./btrfs filesystem show
+}
+
+package() {
+  cd $pkgname-v$pkgver
+  make DESTDIR="$pkgdir" install install_python
+
+  # install bash completion (FS#44618)
+  install -Dm644 btrfs-completion 
"$pkgdir/usr/share/bash-completion/completions/btrfs"
+
+  # install mkinitcpio hooks
+  cd "$srcdir"
+  install -Dm644 initcpio-install-btrfs 
"$pkgdir/usr/lib/initcpio/install/btrfs"
+  install -Dm644 initcpio-hook-btrfs "$pkgdir/usr/lib/initcpio/hooks/btrfs"
+
+  # install scrub service/timer
+  install -Dm644 btrfs-scrub@.service 
"$pkgdir/usr/lib/systemd/system/btrfs-scrub@.service"
+  install -Dm644 btrfs-scrub@.timer 
"$pkgdir/usr/lib/systemd/system/btrfs-scrub@.timer"
+}
+
+# vim:set ts=2 sw=2 ft=sh et:

Copied: btrfs-progs/repos/testing-x86_64/btrfs-progs.install (from rev 353554, 
btrfs-progs/trunk/btrfs-progs.install)
===
--- testing-x86_64/btrfs-progs.install  (rev 0)
+++ testing-x86_64/btrfs-progs.install  2019-05-17 18:52:11 UTC (rev 353555)
@@ -0,0 +1,15 @@
+#!/bin/sh
+
+## arg 1:  the new package version
+## arg 2:  the old package version
+post_upgrade() {
+  if (( "$(vercmp "$2" 0.19.20121005)" < 0 )); then
+echo 'btrfs multi-device support now relies on linux 3.6 or later'
+  elif (( "$(vercmp "$2" 4.3.1-2)" < 0 )); then
+echo 'btrfs-scrub@.timer instance names must not be prefix by dash anymore'
+echo 'use btrfs-scrub@-.timer to scrub / monthly'
+echo 'btrfs-scrub@home.timer to scrub /home monthly.'
+  fi
+}
+
+# vim:set ts=2 sw=2 et:

Copied: btrfs-progs/repos/testing-x86_64/btrfs-scrub@.service (from rev 353554, 
btrfs-progs/trunk/btrfs-scrub@.service)
===
--- testing-x86_64/btrfs-scrub@.service (rev 0)
+++ testing-x86_64/btrfs-scrub@.service 2019-05-17 18:52:11 UTC (rev 353555)

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

2019-05-17 Thread Sébastien Luttringer via arch-commits
Date: Friday, May 17, 2019 @ 18:52:04
  Author: seblu
Revision: 353554

upgpkg: btrfs-progs 5.1-1

Modified:
  btrfs-progs/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2019-05-17 18:46:12 UTC (rev 353553)
+++ PKGBUILD2019-05-17 18:52:04 UTC (rev 353554)
@@ -3,7 +3,7 @@
 # Contributor: Tobias Powalowski 
 
 pkgname=btrfs-progs
-pkgver=4.20.2
+pkgver=5.1
 pkgrel=1
 pkgdesc='Btrfs filesystem utilities'
 arch=('x86_64')
@@ -24,7 +24,7 @@
 install=btrfs-progs.install
 options=(!staticlibs)
 md5sums=('SKIP'
- 'f5487352c734a73c7b1ccded3b126715'
+ 'ccdba8ad14bbf97df666460576507bd9'
  '7241ba3a4286d08da0d50b7176941112'
  'b09688a915a0ec8f40e2f5aacbabc9ad'
  '917b31f4eb90448d6791e17ea0f386c7'


[arch-commits] Commit in thunar-volman/repos/extra-x86_64 (PKGBUILD PKGBUILD)

2019-05-17 Thread Evangelos Foutras via arch-commits
Date: Friday, May 17, 2019 @ 18:46:12
  Author: foutrelis
Revision: 353553

archrelease: copy trunk to extra-x86_64

Added:
  thunar-volman/repos/extra-x86_64/PKGBUILD
(from rev 353552, thunar-volman/trunk/PKGBUILD)
Deleted:
  thunar-volman/repos/extra-x86_64/PKGBUILD

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

Deleted: PKGBUILD
===
--- PKGBUILD2019-05-17 18:46:08 UTC (rev 353552)
+++ PKGBUILD2019-05-17 18:46:12 UTC (rev 353553)
@@ -1,35 +0,0 @@
-# Maintainer: Evangelos Foutras 
-# Contributor: Tobias Kieslich 
-
-pkgname=thunar-volman
-pkgver=0.9.1
-pkgrel=1
-pkgdesc="Automatic management of removeable devices in Thunar"
-arch=('x86_64')
-url="http://goodies.xfce.org/projects/thunar-plugins/thunar-volman;
-license=('GPL2')
-groups=('xfce4')
-depends=('thunar' 'libxfce4ui' 'hicolor-icon-theme')
-makedepends=('intltool')
-source=(https://archive.xfce.org/src/apps/$pkgname/${pkgver%.*}/$pkgname-$pkgver.tar.bz2)
-sha256sums=('cd87291a427e8a561c566dca3aa7e93b56fdce4caefc755dde0f59198f6db359')
-
-build() {
-  cd "$srcdir/$pkgname-$pkgver"
-
-  ./configure \
---prefix=/usr \
---sysconfdir=/etc \
---libexecdir=/usr/lib/xfce4 \
---localstatedir=/var \
---disable-static \
---disable-debug
-  make
-}
-
-package() {
-  cd "$srcdir/$pkgname-$pkgver"
-  make DESTDIR="$pkgdir" install
-}
-
-# vim:set ts=2 sw=2 et:

Copied: thunar-volman/repos/extra-x86_64/PKGBUILD (from rev 353552, 
thunar-volman/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2019-05-17 18:46:12 UTC (rev 353553)
@@ -0,0 +1,35 @@
+# Maintainer: Evangelos Foutras 
+# Contributor: Tobias Kieslich 
+
+pkgname=thunar-volman
+pkgver=0.9.2
+pkgrel=1
+pkgdesc="Automatic management of removeable devices in Thunar"
+arch=('x86_64')
+url="https://goodies.xfce.org/projects/thunar-plugins/thunar-volman;
+license=('GPL2')
+groups=('xfce4')
+depends=('thunar' 'libxfce4ui' 'hicolor-icon-theme')
+makedepends=('intltool')
+source=(https://archive.xfce.org/src/apps/$pkgname/${pkgver%.*}/$pkgname-$pkgver.tar.bz2)
+sha256sums=('b944b4299b73d2ca79184922dfea49782e4849f5960e209def71ac700a92ff27')
+
+build() {
+  cd "$srcdir/$pkgname-$pkgver"
+
+  ./configure \
+--prefix=/usr \
+--sysconfdir=/etc \
+--libexecdir=/usr/lib/xfce4 \
+--localstatedir=/var \
+--disable-static \
+--disable-debug
+  make
+}
+
+package() {
+  cd "$srcdir/$pkgname-$pkgver"
+  make DESTDIR="$pkgdir" install
+}
+
+# vim:set ts=2 sw=2 et:


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

2019-05-17 Thread Evangelos Foutras via arch-commits
Date: Friday, May 17, 2019 @ 18:46:08
  Author: foutrelis
Revision: 353552

upgpkg: thunar-volman 0.9.2-1

New upstream release.

Modified:
  thunar-volman/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2019-05-17 18:41:27 UTC (rev 353551)
+++ PKGBUILD2019-05-17 18:46:08 UTC (rev 353552)
@@ -2,7 +2,7 @@
 # Contributor: Tobias Kieslich 
 
 pkgname=thunar-volman
-pkgver=0.9.1
+pkgver=0.9.2
 pkgrel=1
 pkgdesc="Automatic management of removeable devices in Thunar"
 arch=('x86_64')
@@ -12,7 +12,7 @@
 depends=('thunar' 'libxfce4ui' 'hicolor-icon-theme')
 makedepends=('intltool')
 
source=(https://archive.xfce.org/src/apps/$pkgname/${pkgver%.*}/$pkgname-$pkgver.tar.bz2)
-sha256sums=('cd87291a427e8a561c566dca3aa7e93b56fdce4caefc755dde0f59198f6db359')
+sha256sums=('b944b4299b73d2ca79184922dfea49782e4849f5960e209def71ac700a92ff27')
 
 build() {
   cd "$srcdir/$pkgname-$pkgver"


[arch-commits] Commit in xfdesktop/repos/extra-x86_64 (3 files)

2019-05-17 Thread Evangelos Foutras via arch-commits
Date: Friday, May 17, 2019 @ 18:41:27
  Author: foutrelis
Revision: 353551

archrelease: copy trunk to extra-x86_64

Added:
  xfdesktop/repos/extra-x86_64/PKGBUILD
(from rev 353550, xfdesktop/trunk/PKGBUILD)
Deleted:
  xfdesktop/repos/extra-x86_64/PKGBUILD
  xfdesktop/repos/extra-x86_64/bug15198-move-icons-to-other-displays.patch

-+
 PKGBUILD|   81 +++---
 bug15198-move-icons-to-other-displays.patch |  311 --
 2 files changed, 38 insertions(+), 354 deletions(-)

Deleted: PKGBUILD
===
--- PKGBUILD2019-05-17 18:41:24 UTC (rev 353550)
+++ PKGBUILD2019-05-17 18:41:27 UTC (rev 353551)
@@ -1,43 +0,0 @@
-# Maintainer: Evangelos Foutras 
-# Contributor: tobias 
-
-pkgname=xfdesktop
-pkgver=4.13.3
-pkgrel=2
-pkgdesc="A desktop manager for Xfce"
-arch=('x86_64')
-url="https://www.xfce.org/;
-license=('GPL2')
-groups=('xfce4')
-depends=('libxfce4ui' 'libwnck3' 'exo' 'thunar' 'garcon' 'hicolor-icon-theme')
-makedepends=('intltool')
-source=(https://archive.xfce.org/src/xfce/$pkgname/${pkgver%.*}/$pkgname-$pkgver.tar.bz2
-bug15198-move-icons-to-other-displays.patch)
-sha256sums=('80f7f28ef17638fe1cf4481db694731c208785a56b6c840005202f9c2db238f5'
-'a469774b478b0c666a6fcc15dd5165b1a5a15ed263fc85f7bfd91f7b3ca1168b')
-
-prepare() {
-  cd "$srcdir/$pkgname-$pkgver"
-
-  # https://bugzilla.xfce.org/show_bug.cgi?id=15198
-  patch -Np1 -i ../bug15198-move-icons-to-other-displays.patch
-}
-
-build() {
-  cd "$srcdir/$pkgname-$pkgver"
-
-  ./configure \
---prefix=/usr \
---sysconfdir=/etc \
---enable-thunarx \
---enable-notifications \
---disable-debug
-  make
-}
-
-package() {
-  cd "$srcdir/$pkgname-$pkgver"
-  make DESTDIR="$pkgdir" install
-}
-
-# vim:set ts=2 sw=2 et:

Copied: xfdesktop/repos/extra-x86_64/PKGBUILD (from rev 353550, 
xfdesktop/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2019-05-17 18:41:27 UTC (rev 353551)
@@ -0,0 +1,38 @@
+# Maintainer: Evangelos Foutras 
+# Contributor: tobias 
+
+pkgname=xfdesktop
+pkgver=4.13.4
+pkgrel=1
+pkgdesc="A desktop manager for Xfce"
+arch=('x86_64')
+url="https://www.xfce.org/;
+license=('GPL2')
+groups=('xfce4')
+depends=('libxfce4ui' 'libwnck3' 'exo' 'thunar' 'garcon' 'hicolor-icon-theme')
+makedepends=('intltool')
+source=(https://archive.xfce.org/src/xfce/$pkgname/${pkgver%.*}/$pkgname-$pkgver.tar.bz2)
+sha256sums=('f4f7fa5162512971c25066eb04ef78f0d075656da79b6f7425ffb619a5119ca0')
+
+prepare() {
+  cd "$srcdir/$pkgname-$pkgver"
+}
+
+build() {
+  cd "$srcdir/$pkgname-$pkgver"
+
+  ./configure \
+--prefix=/usr \
+--sysconfdir=/etc \
+--enable-thunarx \
+--enable-notifications \
+--disable-debug
+  make
+}
+
+package() {
+  cd "$srcdir/$pkgname-$pkgver"
+  make DESTDIR="$pkgdir" install
+}
+
+# vim:set ts=2 sw=2 et:

Deleted: bug15198-move-icons-to-other-displays.patch
===
--- bug15198-move-icons-to-other-displays.patch 2019-05-17 18:41:24 UTC (rev 
353550)
+++ bug15198-move-icons-to-other-displays.patch 2019-05-17 18:41:27 UTC (rev 
353551)
@@ -1,311 +0,0 @@
-From 2d9a081c0ff88cb2c2061beb345d1eb8ec3c070b Mon Sep 17 00:00:00 2001
-From: Simon Steinbeiss 
-Date: Sat, 16 Mar 2019 22:39:02 +0100
-Subject: Re-introduce ability to move icons to other displays (Bug #15198)
-
-This feature was accidentally removed as part of
-8331081ac2191733b4093ee163812eb0706748d7.

- src/xfdesktop-file-icon-manager.c |  65 +--
- src/xfdesktop-icon-view.c | 133 +-
- src/xfdesktop-icon-view.h |   8 +++
- 3 files changed, 171 insertions(+), 35 deletions(-)
-
-diff --git a/src/xfdesktop-file-icon-manager.c 
b/src/xfdesktop-file-icon-manager.c
-index 7a73dba9..807c9bc6 100644
 a/src/xfdesktop-file-icon-manager.c
-+++ b/src/xfdesktop-file-icon-manager.c
-@@ -1903,22 +1903,35 @@ xfdesktop_file_icon_manager_save_icons(gpointer 
user_data)
- XfdesktopFileIconManager *fmanager = 
XFDESKTOP_FILE_ICON_MANAGER(user_data);
- gchar relpath[PATH_MAX], *tmppath, *path;
- XfceRc *rcfile;
--GdkScreen *screen;
--GdkDisplay *display;
--GdkMonitor *monitor;
--GdkRectangle rectangle;
-+gint x = 0, y = 0, width = 0, height = 0;
- 
- fmanager->priv->save_icons_id = 0;
- 
--screen = gtk_widget_get_screen (GTK_WIDGET (fmanager->priv->icon_view));
--display = gdk_screen_get_display (screen);
--monitor = gdk_display_get_monitor_at_window (display, 
gtk_widget_get_parent_window(GTK_WIDGET(fmanager->priv->icon_view)));
--gdk_monitor_get_workarea (monitor, );
-+if (!xfdesktop_get_workarea_single(fmanager->priv->icon_view,
-+   0,
-+   

[arch-commits] Commit in xfdesktop/trunk (2 files)

2019-05-17 Thread Evangelos Foutras via arch-commits
Date: Friday, May 17, 2019 @ 18:41:24
  Author: foutrelis
Revision: 353550

upgpkg: xfdesktop 4.13.4-1

New upstream release.

Modified:
  xfdesktop/trunk/PKGBUILD
Deleted:
  xfdesktop/trunk/bug15198-move-icons-to-other-displays.patch

-+
 PKGBUILD|   13 -
 bug15198-move-icons-to-other-displays.patch |  311 --
 2 files changed, 4 insertions(+), 320 deletions(-)

Modified: PKGBUILD
===
--- PKGBUILD2019-05-17 18:35:37 UTC (rev 353549)
+++ PKGBUILD2019-05-17 18:41:24 UTC (rev 353550)
@@ -2,8 +2,8 @@
 # Contributor: tobias 
 
 pkgname=xfdesktop
-pkgver=4.13.3
-pkgrel=2
+pkgver=4.13.4
+pkgrel=1
 pkgdesc="A desktop manager for Xfce"
 arch=('x86_64')
 url="https://www.xfce.org/;
@@ -11,16 +11,11 @@
 groups=('xfce4')
 depends=('libxfce4ui' 'libwnck3' 'exo' 'thunar' 'garcon' 'hicolor-icon-theme')
 makedepends=('intltool')
-source=(https://archive.xfce.org/src/xfce/$pkgname/${pkgver%.*}/$pkgname-$pkgver.tar.bz2
-bug15198-move-icons-to-other-displays.patch)
-sha256sums=('80f7f28ef17638fe1cf4481db694731c208785a56b6c840005202f9c2db238f5'
-'a469774b478b0c666a6fcc15dd5165b1a5a15ed263fc85f7bfd91f7b3ca1168b')
+source=(https://archive.xfce.org/src/xfce/$pkgname/${pkgver%.*}/$pkgname-$pkgver.tar.bz2)
+sha256sums=('f4f7fa5162512971c25066eb04ef78f0d075656da79b6f7425ffb619a5119ca0')
 
 prepare() {
   cd "$srcdir/$pkgname-$pkgver"
-
-  # https://bugzilla.xfce.org/show_bug.cgi?id=15198
-  patch -Np1 -i ../bug15198-move-icons-to-other-displays.patch
 }
 
 build() {

Deleted: bug15198-move-icons-to-other-displays.patch
===
--- bug15198-move-icons-to-other-displays.patch 2019-05-17 18:35:37 UTC (rev 
353549)
+++ bug15198-move-icons-to-other-displays.patch 2019-05-17 18:41:24 UTC (rev 
353550)
@@ -1,311 +0,0 @@
-From 2d9a081c0ff88cb2c2061beb345d1eb8ec3c070b Mon Sep 17 00:00:00 2001
-From: Simon Steinbeiss 
-Date: Sat, 16 Mar 2019 22:39:02 +0100
-Subject: Re-introduce ability to move icons to other displays (Bug #15198)
-
-This feature was accidentally removed as part of
-8331081ac2191733b4093ee163812eb0706748d7.

- src/xfdesktop-file-icon-manager.c |  65 +--
- src/xfdesktop-icon-view.c | 133 +-
- src/xfdesktop-icon-view.h |   8 +++
- 3 files changed, 171 insertions(+), 35 deletions(-)
-
-diff --git a/src/xfdesktop-file-icon-manager.c 
b/src/xfdesktop-file-icon-manager.c
-index 7a73dba9..807c9bc6 100644
 a/src/xfdesktop-file-icon-manager.c
-+++ b/src/xfdesktop-file-icon-manager.c
-@@ -1903,22 +1903,35 @@ xfdesktop_file_icon_manager_save_icons(gpointer 
user_data)
- XfdesktopFileIconManager *fmanager = 
XFDESKTOP_FILE_ICON_MANAGER(user_data);
- gchar relpath[PATH_MAX], *tmppath, *path;
- XfceRc *rcfile;
--GdkScreen *screen;
--GdkDisplay *display;
--GdkMonitor *monitor;
--GdkRectangle rectangle;
-+gint x = 0, y = 0, width = 0, height = 0;
- 
- fmanager->priv->save_icons_id = 0;
- 
--screen = gtk_widget_get_screen (GTK_WIDGET (fmanager->priv->icon_view));
--display = gdk_screen_get_display (screen);
--monitor = gdk_display_get_monitor_at_window (display, 
gtk_widget_get_parent_window(GTK_WIDGET(fmanager->priv->icon_view)));
--gdk_monitor_get_workarea (monitor, );
-+if (!xfdesktop_get_workarea_single(fmanager->priv->icon_view,
-+   0,
-+   ,
-+   ,
-+   ,
-+   ))
-+{
-+GdkScreen *screen;
-+GdkDisplay *display;
-+GdkMonitor *monitor;
-+GdkRectangle rectangle;
-+
-+screen = gtk_widget_get_screen (GTK_WIDGET 
(fmanager->priv->icon_view));
-+display = gdk_screen_get_display (screen);
-+monitor = gdk_display_get_monitor_at_window (display, 
gtk_widget_get_parent_window(GTK_WIDGET(fmanager->priv->icon_view)));
-+gdk_monitor_get_workarea (monitor, );
-+width = rectangle.width;
-+height = rectangle.height;
-+}
-+
- 
- g_snprintf(relpath, PATH_MAX, "xfce4/desktop/icons.screen%d-%dx%d.rc",
-0,
--   rectangle.width,
--   rectangle.height);
-+   width,
-+   height);
- 
- path = xfce_resource_save_location(XFCE_RESOURCE_CONFIG, relpath, TRUE);
- if(!path)
-@@ -2004,23 +2017,35 @@ 
xfdesktop_file_icon_manager_get_cached_icon_position(XfdesktopFileIconManager *f
- gchar relpath[PATH_MAX];
- gchar *filename = NULL;
- gboolean ret = FALSE;
--GdkScreen *screen;
--GdkDisplay *display;
--GdkMonitor *monitor;
--GdkRectangle rectangle;
-+gint x = 0, y = 0, width = 0, height = 0;
- 
- if(!fmanager 

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

2019-05-17 Thread Evangelos Foutras via arch-commits
Date: Friday, May 17, 2019 @ 18:35:37
  Author: foutrelis
Revision: 353549

archrelease: copy trunk to extra-x86_64

Added:
  libxfce4ui/repos/extra-x86_64/PKGBUILD
(from rev 353548, libxfce4ui/trunk/PKGBUILD)
Deleted:
  libxfce4ui/repos/extra-x86_64/PKGBUILD

--+
 PKGBUILD |   72 ++---
 1 file changed, 36 insertions(+), 36 deletions(-)

Deleted: PKGBUILD
===
--- PKGBUILD2019-05-17 18:35:32 UTC (rev 353548)
+++ PKGBUILD2019-05-17 18:35:37 UTC (rev 353549)
@@ -1,36 +0,0 @@
-# Maintainer: Evangelos Foutras 
-# Contributor: Xavier Devlamynck 
-
-pkgname=libxfce4ui
-pkgver=4.13.4
-pkgrel=1
-pkgdesc="Commonly used Xfce widgets among Xfce applications"
-arch=('x86_64')
-url="http://www.xfce.org/;
-license=('GPL2')
-depends=('libxfce4util' 'gtk2' 'gtk3' 'xfconf' 'libsm' 'startup-notification'
- 'hicolor-icon-theme')
-makedepends=('intltool' 'gobject-introspection' 'vala')
-source=(https://archive.xfce.org/src/xfce/$pkgname/${pkgver%.*}/$pkgname-$pkgver.tar.bz2)
-sha256sums=('d63fcdb8e5acb6f0d26075ea17d320dbfbec2058567cd67cb99824c7402a1f79')
-
-build() {
-  cd "$srcdir/$pkgname-$pkgver"
-
-  ./configure \
---prefix=/usr \
---sysconfdir=/etc \
---libexecdir=/usr/lib \
---localstatedir=/var \
---disable-static \
---disable-debug \
---with-vendor-info='Arch Linux'
-  make
-}
-
-package() {
-  cd "$srcdir/$pkgname-$pkgver"
-  make DESTDIR="$pkgdir" install
-}
-
-# vim:set ts=2 sw=2 et:

Copied: libxfce4ui/repos/extra-x86_64/PKGBUILD (from rev 353548, 
libxfce4ui/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2019-05-17 18:35:37 UTC (rev 353549)
@@ -0,0 +1,36 @@
+# Maintainer: Evangelos Foutras 
+# Contributor: Xavier Devlamynck 
+
+pkgname=libxfce4ui
+pkgver=4.13.5
+pkgrel=1
+pkgdesc="Commonly used Xfce widgets among Xfce applications"
+arch=('x86_64')
+url="https://www.xfce.org/;
+license=('GPL2')
+depends=('libxfce4util' 'gtk2' 'gtk3' 'xfconf' 'libsm' 'startup-notification'
+ 'hicolor-icon-theme')
+makedepends=('intltool' 'gobject-introspection' 'vala')
+source=(https://archive.xfce.org/src/xfce/$pkgname/${pkgver%.*}/$pkgname-$pkgver.tar.bz2)
+sha256sums=('3c38b065796a1cb2c2f2e9a28edaa6b37a3728c1c0b7a4297af9ecd82a8ab66d')
+
+build() {
+  cd "$srcdir/$pkgname-$pkgver"
+
+  ./configure \
+--prefix=/usr \
+--sysconfdir=/etc \
+--libexecdir=/usr/lib \
+--localstatedir=/var \
+--disable-static \
+--disable-debug \
+--with-vendor-info='Arch Linux'
+  make
+}
+
+package() {
+  cd "$srcdir/$pkgname-$pkgver"
+  make DESTDIR="$pkgdir" install
+}
+
+# vim:set ts=2 sw=2 et:


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

2019-05-17 Thread Evangelos Foutras via arch-commits
Date: Friday, May 17, 2019 @ 18:35:32
  Author: foutrelis
Revision: 353548

upgpkg: libxfce4ui 4.13.5-1

New upstream release.

Modified:
  libxfce4ui/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2019-05-17 18:03:46 UTC (rev 353547)
+++ PKGBUILD2019-05-17 18:35:32 UTC (rev 353548)
@@ -2,7 +2,7 @@
 # Contributor: Xavier Devlamynck 
 
 pkgname=libxfce4ui
-pkgver=4.13.4
+pkgver=4.13.5
 pkgrel=1
 pkgdesc="Commonly used Xfce widgets among Xfce applications"
 arch=('x86_64')
@@ -12,7 +12,7 @@
  'hicolor-icon-theme')
 makedepends=('intltool' 'gobject-introspection' 'vala')
 
source=(https://archive.xfce.org/src/xfce/$pkgname/${pkgver%.*}/$pkgname-$pkgver.tar.bz2)
-sha256sums=('d63fcdb8e5acb6f0d26075ea17d320dbfbec2058567cd67cb99824c7402a1f79')
+sha256sums=('3c38b065796a1cb2c2f2e9a28edaa6b37a3728c1c0b7a4297af9ecd82a8ab66d')
 
 build() {
   cd "$srcdir/$pkgname-$pkgver"


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

2019-05-17 Thread Felix Yan via arch-commits
Date: Friday, May 17, 2019 @ 18:34:50
  Author: felixonmars
Revision: 467789

upgpkg: haskell-aws 0.21.1-38

rebuild with connection 0.3.0, socks 0.6.0

Modified:
  haskell-aws/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2019-05-17 18:31:38 UTC (rev 467788)
+++ PKGBUILD2019-05-17 18:34:50 UTC (rev 467789)
@@ -4,7 +4,7 @@
 _hkgname=aws
 pkgname=haskell-aws
 pkgver=0.21.1
-pkgrel=37
+pkgrel=38
 pkgdesc="Amazon Web Services (AWS) for Haskell"
 url="https://github.com/aristidb/aws;
 license=("BSD")


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

2019-05-17 Thread Felix Yan via arch-commits
Date: Friday, May 17, 2019 @ 18:35:02
  Author: felixonmars
Revision: 467790

archrelease: copy trunk to community-staging-x86_64

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

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

Copied: haskell-aws/repos/community-staging-x86_64/PKGBUILD (from rev 467789, 
haskell-aws/trunk/PKGBUILD)
===
--- community-staging-x86_64/PKGBUILD   (rev 0)
+++ community-staging-x86_64/PKGBUILD   2019-05-17 18:35:02 UTC (rev 467790)
@@ -0,0 +1,58 @@
+# Maintainer: Felix Yan 
+# Contributor: Arch Haskell Team 
+
+_hkgname=aws
+pkgname=haskell-aws
+pkgver=0.21.1
+pkgrel=38
+pkgdesc="Amazon Web Services (AWS) for Haskell"
+url="https://github.com/aristidb/aws;
+license=("BSD")
+arch=('x86_64')
+depends=('ghc-libs' 'haskell-aeson' 'haskell-attoparsec' 
'haskell-base16-bytestring'
+ 'haskell-base64-bytestring' 'haskell-blaze-builder' 'haskell-byteable'
+ 'haskell-case-insensitive' 'haskell-cereal' 'haskell-conduit' 
'haskell-conduit-extra'
+ 'haskell-cryptonite' 'haskell-data-default' 'haskell-exceptions' 
'haskell-http-conduit'
+ 'haskell-http-client-tls' 'haskell-http-types' 'haskell-lifted-base' 
'haskell-memory'
+ 'haskell-monad-control' 'haskell-network' 'haskell-old-locale' 
'haskell-resourcet'
+ 'haskell-safe' 'haskell-scientific' 'haskell-tagged' 
'haskell-unordered-containers'
+ 'haskell-utf8-string' 'haskell-vector' 'haskell-xml-conduit')
+makedepends=('ghc' 'haskell-quickcheck' 'haskell-errors' 'haskell-http-client'
+ 'haskell-http-client-tls' 'haskell-quickcheck-instances' 
'haskell-tasty'
+ 'haskell-tasty-hunit' 'haskell-tasty-quickcheck' 
'haskell-transformers-base')
+source=("https://hackage.haskell.org/packages/archive/${_hkgname}/${pkgver}/${_hkgname}-${pkgver}.tar.gz;)
+sha512sums=('ab22fd2113b579404c218abbef42ebc04e3b5d90c4a1ecc4ad36aa720c8071c07d8b49bd2441bc07d1383122cfdd5e95a04fad6929adedb66e5d5b684eed2f37')
+
+prepare() {
+cd $_hkgname-$pkgver
+sed -i 's/< *0.6/<1/' $_hkgname.cabal
+}
+
+build() {
+cd $_hkgname-$pkgver
+
+runhaskell Setup configure -O --enable-shared --enable-executable-dynamic 
--disable-library-vanilla \
+--prefix=/usr --docdir=/usr/share/doc/$pkgname --enable-tests \
+--dynlibdir=/usr/lib --libsubdir=\$compiler/site-local/\$pkgid \
+-f-examples
+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 || warning "Requires AWS credentials to 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-authenticate/trunk (PKGBUILD)

2019-05-17 Thread Felix Yan via arch-commits
Date: Friday, May 17, 2019 @ 18:31:27
  Author: felixonmars
Revision: 467787

upgpkg: haskell-authenticate 1.3.4-284

rebuild with connection 0.3.0, socks 0.6.0

Modified:
  haskell-authenticate/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2019-05-17 18:30:44 UTC (rev 467786)
+++ PKGBUILD2019-05-17 18:31:27 UTC (rev 467787)
@@ -4,7 +4,7 @@
 _hkgname=authenticate
 pkgname=haskell-authenticate
 pkgver=1.3.4
-pkgrel=283
+pkgrel=284
 pkgdesc="Authentication methods for Haskell web applications."
 url="https://github.com/yesodweb/authenticate;
 license=("MIT")


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

2019-05-17 Thread Felix Yan via arch-commits
Date: Friday, May 17, 2019 @ 18:31:38
  Author: felixonmars
Revision: 467788

archrelease: copy trunk to community-staging-x86_64

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

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

Copied: haskell-authenticate/repos/community-staging-x86_64/PKGBUILD (from rev 
467787, haskell-authenticate/trunk/PKGBUILD)
===
--- community-staging-x86_64/PKGBUILD   (rev 0)
+++ community-staging-x86_64/PKGBUILD   2019-05-17 18:31:38 UTC (rev 467788)
@@ -0,0 +1,42 @@
+# Maintainer: Felix Yan 
+# Contributor: Arch Haskell Team 
+
+_hkgname=authenticate
+pkgname=haskell-authenticate
+pkgver=1.3.4
+pkgrel=284
+pkgdesc="Authentication methods for Haskell web applications."
+url="https://github.com/yesodweb/authenticate;
+license=("MIT")
+arch=('x86_64')
+depends=('ghc-libs' 'haskell-aeson' 'haskell-attoparsec' 
'haskell-blaze-builder'
+ 'haskell-case-insensitive' 'haskell-conduit' 'haskell-http-conduit' 
'haskell-http-types'
+ 'haskell-network-uri' 'haskell-resourcet' 'haskell-tagstream-conduit'
+ 'haskell-unordered-containers' 'haskell-xml-conduit')
+makedepends=('ghc')
+source=("https://hackage.haskell.org/packages/archive/${_hkgname}/${pkgver}/${_hkgname}-${pkgver}.tar.gz;)
+sha512sums=('a6e5a9f4c20ca2bb980958c0cc6273492a6488a3f7c1954170bb8b40e46a4c2f7b607c961506e11ddc5421289c907148c1bc70b855bd16664bc1153ef7865571')
+
+build() {
+cd $_hkgname-$pkgver
+
+runhaskell Setup configure -O --enable-shared --enable-executable-dynamic 
--disable-library-vanilla \
+--prefix=/usr --docdir=/usr/share/doc/$pkgname \
+--dynlibdir=/usr/lib --libsubdir=\$compiler/site-local/\$pkgid \
+-fnetwork-uri
+runhaskell Setup build
+runhaskell Setup register --gen-script
+runhaskell Setup unregister --gen-script
+sed -i -r -e "s|ghc-pkg.*update[^ ]* |&'--force' |" register.sh
+sed -i -r -e "s|ghc-pkg.*unregister[^ ]* |&'--force' |" unregister.sh
+}
+
+package() {
+cd $_hkgname-$pkgver
+
+install -D -m744 register.sh 
"$pkgdir"/usr/share/haskell/register/$pkgname.sh
+install -D -m744 unregister.sh 
"$pkgdir"/usr/share/haskell/unregister/$pkgname.sh
+runhaskell Setup copy --destdir="$pkgdir"
+install -D -m644 "LICENSE" 
"${pkgdir}/usr/share/licenses/${pkgname}/LICENSE"
+rm -f "${pkgdir}/usr/share/doc/${pkgname}/LICENSE"
+}


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

2019-05-17 Thread Felix Yan via arch-commits
Date: Friday, May 17, 2019 @ 18:30:44
  Author: felixonmars
Revision: 467786

archrelease: copy trunk to community-staging-x86_64

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

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

Copied: haskell-http-conduit/repos/community-staging-x86_64/PKGBUILD (from rev 
467785, haskell-http-conduit/trunk/PKGBUILD)
===
--- community-staging-x86_64/PKGBUILD   (rev 0)
+++ community-staging-x86_64/PKGBUILD   2019-05-17 18:30:44 UTC (rev 467786)
@@ -0,0 +1,49 @@
+# Maintainer: Felix Yan 
+# Contributor: Arch Haskell Team 
+
+_hkgname=http-conduit
+pkgname=haskell-http-conduit
+pkgver=2.3.7.1
+pkgrel=9
+pkgdesc="HTTP client package with conduit interface and HTTPS support"
+url="http://www.yesodweb.com/book/http-conduit;
+license=("BSD")
+arch=('x86_64')
+depends=('ghc-libs' 'haskell-aeson' 'haskell-attoparsec' 'haskell-conduit' 
'haskell-conduit-extra'
+ 'haskell-http-client' 'haskell-http-client-tls' 'haskell-http-types' 
'haskell-resourcet'
+ 'haskell-unliftio-core')
+makedepends=('ghc' 'haskell-blaze-builder' 'haskell-case-insensitive' 
'haskell-connection'
+ 'haskell-cookie' 'haskell-data-default-class' 'haskell-hunit' 
'haskell-hspec'
+ 'haskell-lifted-base' 'haskell-network' 
'haskell-streaming-commons' 'haskell-temporary'
+ 'haskell-unliftio' 'haskell-utf8-string' 'haskell-wai' 
'haskell-wai-conduit'
+ 'haskell-warp' 'haskell-warp-tls')
+source=("https://hackage.haskell.org/packages/archive/${_hkgname}/${pkgver}/${_hkgname}-${pkgver}.tar.gz;)
+sha512sums=('39308e85a9b8c292930803b0b0bb00d4fb58e64e3a8273a30fee4f6016fe18ae9cbd75ece5b67ff88237d87c0b895896b9d715eaa45d396f3baf1deb2b8388ba')
+
+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-http-conduit/trunk (PKGBUILD)

2019-05-17 Thread Felix Yan via arch-commits
Date: Friday, May 17, 2019 @ 18:30:33
  Author: felixonmars
Revision: 467785

upgpkg: haskell-http-conduit 2.3.7.1-9

rebuild with connection 0.3.0, socks 0.6.0

Modified:
  haskell-http-conduit/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2019-05-17 18:29:32 UTC (rev 467784)
+++ PKGBUILD2019-05-17 18:30:33 UTC (rev 467785)
@@ -4,7 +4,7 @@
 _hkgname=http-conduit
 pkgname=haskell-http-conduit
 pkgver=2.3.7.1
-pkgrel=8
+pkgrel=9
 pkgdesc="HTTP client package with conduit interface and HTTPS support"
 url="http://www.yesodweb.com/book/http-conduit;
 license=("BSD")


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

2019-05-17 Thread Felix Yan via arch-commits
Date: Friday, May 17, 2019 @ 18:29:32
  Author: felixonmars
Revision: 467784

archrelease: copy trunk to community-staging-x86_64

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

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

Copied: haskell-githash/repos/community-staging-x86_64/PKGBUILD (from rev 
467783, haskell-githash/trunk/PKGBUILD)
===
--- community-staging-x86_64/PKGBUILD   (rev 0)
+++ community-staging-x86_64/PKGBUILD   2019-05-17 18:29:32 UTC (rev 467784)
@@ -0,0 +1,47 @@
+# Maintainer: Felix Yan 
+
+_hkgname=githash
+pkgname=haskell-githash
+pkgver=0.1.3.1
+pkgrel=48
+pkgdesc="Some handy Template Haskell splices for including the current git 
hash and branch in the code of your project"
+url="https://github.com/snoyberg/githash;
+license=('BSD')
+arch=('x86_64')
+depends=('ghc-libs' 'git')
+makedepends=('ghc' 'haskell-hpack' 'haskell-hspec' 'haskell-temporary' 
'haskell-unliftio')
+source=("git+https://github.com/snoyberg/githash.git#tag=githash-$pkgver;)
+sha512sums=('SKIP')
+
+prepare() {
+cd $_hkgname
+hpack
+}
+
+build() {
+cd $_hkgname
+
+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
+runhaskell Setup test
+}
+
+package() {
+cd $_hkgname
+
+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-githash/trunk (PKGBUILD)

2019-05-17 Thread Felix Yan via arch-commits
Date: Friday, May 17, 2019 @ 18:29:21
  Author: felixonmars
Revision: 467783

upgpkg: haskell-githash 0.1.3.1-48

rebuild with connection 0.3.0, socks 0.6.0

Modified:
  haskell-githash/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2019-05-17 18:28:34 UTC (rev 467782)
+++ PKGBUILD2019-05-17 18:29:21 UTC (rev 467783)
@@ -3,7 +3,7 @@
 _hkgname=githash
 pkgname=haskell-githash
 pkgver=0.1.3.1
-pkgrel=47
+pkgrel=48
 pkgdesc="Some handy Template Haskell splices for including the current git 
hash and branch in the code of your project"
 url="https://github.com/snoyberg/githash;
 license=('BSD')


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

2019-05-17 Thread Felix Yan via arch-commits
Date: Friday, May 17, 2019 @ 18:28:23
  Author: felixonmars
Revision: 467781

upgpkg: haskell-hpack 0.31.2-26

rebuild with connection 0.3.0, socks 0.6.0

Modified:
  haskell-hpack/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2019-05-17 18:26:14 UTC (rev 467780)
+++ PKGBUILD2019-05-17 18:28:23 UTC (rev 467781)
@@ -5,7 +5,7 @@
 pkgname=haskell-hpack
 _hkgname=hpack
 pkgver=0.31.2
-pkgrel=25
+pkgrel=26
 pkgdesc="A modern format for Haskell packages"
 url="https://github.com/sol/hpack#readme;
 license=("MIT")


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

2019-05-17 Thread Felix Yan via arch-commits
Date: Friday, May 17, 2019 @ 18:28:34
  Author: felixonmars
Revision: 467782

archrelease: copy trunk to community-staging-x86_64

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

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

Copied: haskell-hpack/repos/community-staging-x86_64/PKGBUILD (from rev 467781, 
haskell-hpack/trunk/PKGBUILD)
===
--- community-staging-x86_64/PKGBUILD   (rev 0)
+++ community-staging-x86_64/PKGBUILD   2019-05-17 18:28:34 UTC (rev 467782)
@@ -0,0 +1,47 @@
+# Maintainer: Felix Yan 
+# Contributor: Daniel Nagy 
+# Contributor: Daniel Micay 
+
+pkgname=haskell-hpack
+_hkgname=hpack
+pkgver=0.31.2
+pkgrel=26
+pkgdesc="A modern format for Haskell packages"
+url="https://github.com/sol/hpack#readme;
+license=("MIT")
+arch=('x86_64')
+depends=('ghc-libs' 'haskell-aeson' 'haskell-bifunctors' 'haskell-cryptonite' 
'haskell-glob'
+ 'haskell-http-client' 'haskell-http-client-tls' 'haskell-http-types'
+ 'haskell-infer-license' 'haskell-scientific' 
'haskell-unordered-containers'
+ 'haskell-vector' 'haskell-yaml')
+makedepends=('ghc' 'haskell-hunit' 'haskell-quickcheck' 'haskell-hspec' 
'haskell-interpolate'
+ 'haskell-mockery' 'haskell-temporary')
+source=("https://hackage.haskell.org/packages/archive/$_hkgname/$pkgver/$_hkgname-${pkgver}.tar.gz;)
+sha512sums=('8476463d34a4f110362e09e2b64fa091776c8742b217be26de8cddd932ae850eb63d2ba241021e4f2a1528a10b5852bba7bccdb8b7248e6ced534d45a6c39542')
+
+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 || warning "https://github.com/sol/hpack/issues/358;
+}
+
+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-hjsonschema/trunk (PKGBUILD)

2019-05-17 Thread Felix Yan via arch-commits
Date: Friday, May 17, 2019 @ 18:26:03
  Author: felixonmars
Revision: 467779

upgpkg: haskell-hjsonschema 1.9.0-206

rebuild with connection 0.3.0, socks 0.6.0

Modified:
  haskell-hjsonschema/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2019-05-17 18:24:24 UTC (rev 467778)
+++ PKGBUILD2019-05-17 18:26:03 UTC (rev 467779)
@@ -4,7 +4,7 @@
 _hkgname=hjsonschema
 pkgname=haskell-hjsonschema
 pkgver=1.9.0
-pkgrel=205
+pkgrel=206
 pkgdesc="JSON Schema library"
 url="https://github.com/seagreen/hjsonschema;
 license=("MIT")


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

2019-05-17 Thread Felix Yan via arch-commits
Date: Friday, May 17, 2019 @ 18:26:14
  Author: felixonmars
Revision: 467780

archrelease: copy trunk to community-staging-x86_64

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

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

Copied: haskell-hjsonschema/repos/community-staging-x86_64/PKGBUILD (from rev 
467779, haskell-hjsonschema/trunk/PKGBUILD)
===
--- community-staging-x86_64/PKGBUILD   (rev 0)
+++ community-staging-x86_64/PKGBUILD   2019-05-17 18:26:14 UTC (rev 467780)
@@ -0,0 +1,46 @@
+# Maintainer: Felix Yan 
+# Contributor: Arch Haskell Team 
+
+_hkgname=hjsonschema
+pkgname=haskell-hjsonschema
+pkgver=1.9.0
+pkgrel=206
+pkgdesc="JSON Schema library"
+url="https://github.com/seagreen/hjsonschema;
+license=("MIT")
+arch=('x86_64')
+depends=('ghc-libs' 'haskell-aeson' 'haskell-file-embed' 'haskell-hashable' 
'haskell-hjsonpointer'
+ 'haskell-http-client' 'haskell-http-client-tls' 'haskell-http-types' 
'haskell-pcre-heavy'
+ 'haskell-profunctors' 'haskell-protolude' 'haskell-quickcheck' 
'haskell-safe-exceptions'
+ 'haskell-scientific' 'haskell-unordered-containers' 'haskell-vector')
+makedepends=('ghc' 'haskell-hspec' 'haskell-wai-app-static' 'haskell-warp')
+source=("https://hackage.haskell.org/packages/archive/${_hkgname}/${pkgver}/${_hkgname}-${pkgver}.tar.gz;)
+sha512sums=('c71f4f23453abbb7e5c3b8a04e9fd2bea560e03ccf590fbad3739f609fe0e4e5292acfe94204b2d52d30f8fda8cc1c94edac41d5095f6be1c4cf8c05ec08e273')
+
+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 || warning "json-schema.org is NXDOMAIN as of 
2018-06-03"
+}
+
+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 "MIT-LICENSE.txt" 
"${pkgdir}/usr/share/licenses/${pkgname}/MIT-LICENSE.txt"
+rm -f "${pkgdir}/usr/share/doc/${pkgname}/MIT-LICENSE.txt"
+}


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

2019-05-17 Thread Felix Yan via arch-commits
Date: Friday, May 17, 2019 @ 18:24:24
  Author: felixonmars
Revision: 467778

archrelease: copy trunk to community-staging-x86_64

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

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

Copied: haskell-dav/repos/community-staging-x86_64/PKGBUILD (from rev 46, 
haskell-dav/trunk/PKGBUILD)
===
--- community-staging-x86_64/PKGBUILD   (rev 0)
+++ community-staging-x86_64/PKGBUILD   2019-05-17 18:24:24 UTC (rev 467778)
@@ -0,0 +1,43 @@
+# Maintainer: Felix Yan 
+# Contributor: Arch Haskell Team 
+
+_hkgname=DAV
+pkgname=haskell-dav
+pkgver=1.3.3
+pkgrel=57
+pkgdesc="RFC 4918 WebDAV support"
+url="http://floss.scru.org/hDAV;
+license=("GPL3")
+arch=('x86_64')
+depends=('ghc-libs' "haskell-case-insensitive" "haskell-data-default" 
"haskell-exceptions"
+ "haskell-haskeline" "haskell-http-client" "haskell-http-client-tls" 
"haskell-http-types"
+ "haskell-lens" "haskell-network" "haskell-network-uri"
+ "haskell-optparse-applicative" "haskell-transformers-base" 
"haskell-transformers-compat"
+ "haskell-utf8-string" "haskell-xml-conduit" "haskell-xml-hamlet")
+makedepends=('ghc')
+source=("https://hackage.haskell.org/packages/archive/${_hkgname}/${pkgver}/${_hkgname}-${pkgver}.tar.gz;)
+sha512sums=('bbc9a4d685e25ac763c05dd8dc72d7db39196dbbb0cd898b66f644abc8333cd82950439fd446770c5aae737fd863afe881129ce551dadf9d0f75ef52df738fae')
+
+build() {
+cd $_hkgname-$pkgver
+
+runhaskell Setup configure -O --enable-shared --enable-executable-dynamic 
--disable-library-vanilla \
+--prefix=/usr --docdir=/usr/share/doc/$pkgname \
+--dynlibdir=/usr/lib --libsubdir=\$compiler/site-local/\$pkgid \
+-fnetwork-uri -f-mtl-compat
+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-dav/trunk (PKGBUILD)

2019-05-17 Thread Felix Yan via arch-commits
Date: Friday, May 17, 2019 @ 18:24:12
  Author: felixonmars
Revision: 46

upgpkg: haskell-dav 1.3.3-57

rebuild with connection 0.3.0, socks 0.6.0

Modified:
  haskell-dav/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2019-05-17 18:23:03 UTC (rev 467776)
+++ PKGBUILD2019-05-17 18:24:12 UTC (rev 46)
@@ -4,7 +4,7 @@
 _hkgname=DAV
 pkgname=haskell-dav
 pkgver=1.3.3
-pkgrel=56
+pkgrel=57
 pkgdesc="RFC 4918 WebDAV support"
 url="http://floss.scru.org/hDAV;
 license=("GPL3")


[arch-commits] Commit in python-importlib-metadata/repos (2 files)

2019-05-17 Thread Felix Yan via arch-commits
Date: Friday, May 17, 2019 @ 18:22:47
  Author: felixonmars
Revision: 467774

archrelease: copy trunk to community-testing-any

Added:
  python-importlib-metadata/repos/community-testing-any/
  python-importlib-metadata/repos/community-testing-any/PKGBUILD
(from rev 467773, python-importlib-metadata/trunk/PKGBUILD)

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

Copied: python-importlib-metadata/repos/community-testing-any/PKGBUILD (from 
rev 467773, python-importlib-metadata/trunk/PKGBUILD)
===
--- community-testing-any/PKGBUILD  (rev 0)
+++ community-testing-any/PKGBUILD  2019-05-17 18:22:47 UTC (rev 467774)
@@ -0,0 +1,52 @@
+# Maintainer: Felix Yan 
+
+pkgbase=python-importlib-metadata
+pkgname=(python-importlib-metadata python2-importlib-metadata)
+pkgver=0.12
+pkgrel=1
+pkgdesc="Read metadata from Python packages"
+url="https://importlib-metadata.readthedocs.io;
+license=('Apache')
+arch=('any')
+makedepends=('python-setuptools-scm' 'python2-setuptools-scm' 
'python2-contextlib2'
+ 'python2-pathlib2' 'python2-configparser' 'python-zipp' 
'python2-zipp')
+checkdepends=('python-pip' 'python2-pip' 'python-pytest-runner' 
'python2-pytest-runner'
+  'python2-importlib_resources' 'python-wheel' 'python2-wheel')
+source=("$pkgbase-$pkgver.tar.gz::https://gitlab.com/python-devs/importlib_metadata/-/archive/$pkgver/importlib_metadata-$pkgver.tar.bz2;)
+sha512sums=('b3b13580dc1007d1e9a603999b4c578cb0dbdfd35dacd9908cc232795ddd08d2567cb8305b5eb2bca1babc9c94a3b51341e0feea835944e5dab132527771db98')
+
+export SETUPTOOLS_SCM_PRETEND_VERSION=$pkgver
+
+prepare() {
+  cp -a importlib_metadata-$pkgver{,-py2}
+}
+
+build() {
+  cd "$srcdir"/importlib_metadata-$pkgver
+  python setup.py build
+
+  cd "$srcdir"/importlib_metadata-$pkgver-py2
+  python2 setup.py build
+}
+
+check() {
+  cd "$srcdir"/importlib_metadata-$pkgver
+  python setup.py pytest
+
+  cd "$srcdir"/importlib_metadata-$pkgver-py2
+  python2 setup.py pytest
+}
+
+package_python-importlib-metadata() {
+  depends=('python-zipp')
+
+  cd importlib_metadata-$pkgver
+  python setup.py install --root="$pkgdir" --optimize=1
+}
+
+package_python2-importlib-metadata() {
+  depends=('python2-zipp' 'python2-configparser' 'python2-contextlib2' 
'python2-pathlib2')
+
+  cd importlib_metadata-$pkgver-py2
+  python2 setup.py install --root="$pkgdir" --optimize=1
+}


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

2019-05-17 Thread Felix Yan via arch-commits
Date: Friday, May 17, 2019 @ 18:22:36
  Author: felixonmars
Revision: 467773

upgpkg: python-importlib-metadata 0.12-1

Modified:
  python-importlib-metadata/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2019-05-17 18:21:32 UTC (rev 467772)
+++ PKGBUILD2019-05-17 18:22:36 UTC (rev 467773)
@@ -2,7 +2,7 @@
 
 pkgbase=python-importlib-metadata
 pkgname=(python-importlib-metadata python2-importlib-metadata)
-pkgver=0.9
+pkgver=0.12
 pkgrel=1
 pkgdesc="Read metadata from Python packages"
 url="https://importlib-metadata.readthedocs.io;
@@ -13,14 +13,12 @@
 checkdepends=('python-pip' 'python2-pip' 'python-pytest-runner' 
'python2-pytest-runner'
   'python2-importlib_resources' 'python-wheel' 'python2-wheel')
 
source=("$pkgbase-$pkgver.tar.gz::https://gitlab.com/python-devs/importlib_metadata/-/archive/$pkgver/importlib_metadata-$pkgver.tar.bz2;)
-sha512sums=('c12d820c18be35a3734c336ba4c30905d4cd421e655b955025368c66fecb2beba9769c24cfbedc929bbce6828665051726495c2ec0b3e0684917033afad49613')
+sha512sums=('b3b13580dc1007d1e9a603999b4c578cb0dbdfd35dacd9908cc232795ddd08d2567cb8305b5eb2bca1babc9c94a3b51341e0feea835944e5dab132527771db98')
 
 export SETUPTOOLS_SCM_PRETEND_VERSION=$pkgver
 
 prepare() {
   cp -a importlib_metadata-$pkgver{,-py2}
-  cd importlib_metadata-$pkgver
-  sed -i 's/importlib_resources/importlib.resources/' 
importlib_metadata/tests/test_zip.py
 }
 
 build() {
@@ -32,13 +30,11 @@
 }
 
 check() {
-  # https://gitlab.com/python-devs/importlib_metadata/issues/41
-
   cd "$srcdir"/importlib_metadata-$pkgver
-  python setup.py pytest --addopts "-k 'not test_file_hash_repr and not 
test_files_dist_info'"
+  python setup.py pytest
 
   cd "$srcdir"/importlib_metadata-$pkgver-py2
-  python2 setup.py pytest --addopts "-k 'not test_file_hash_repr and not 
test_files_dist_info'"
+  python2 setup.py pytest
 }
 
 package_python-importlib-metadata() {


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

2019-05-17 Thread Felix Yan via arch-commits
Date: Friday, May 17, 2019 @ 18:22:52
  Author: felixonmars
Revision: 467775

upgpkg: haskell-http-client-tls 0.3.5.3-115

rebuild with connection 0.3.0, socks 0.6.0

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

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

Modified: PKGBUILD
===
--- PKGBUILD2019-05-17 18:22:47 UTC (rev 467774)
+++ PKGBUILD2019-05-17 18:22:52 UTC (rev 467775)
@@ -4,7 +4,7 @@
 _hkgname=http-client-tls
 pkgname=haskell-http-client-tls
 pkgver=0.3.5.3
-pkgrel=114
+pkgrel=115
 pkgdesc="http-client backend using the connection package and tls library"
 url="https://github.com/snoyberg/http-client;
 license=("MIT")


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

2019-05-17 Thread Felix Yan via arch-commits
Date: Friday, May 17, 2019 @ 18:23:03
  Author: felixonmars
Revision: 467776

archrelease: copy trunk to community-staging-x86_64

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

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

Copied: haskell-http-client-tls/repos/community-staging-x86_64/PKGBUILD (from 
rev 467775, haskell-http-client-tls/trunk/PKGBUILD)
===
--- community-staging-x86_64/PKGBUILD   (rev 0)
+++ community-staging-x86_64/PKGBUILD   2019-05-17 18:23:03 UTC (rev 467776)
@@ -0,0 +1,41 @@
+# Maintainer: Felix Yan 
+# Contributor: Arch Haskell Team 
+
+_hkgname=http-client-tls
+pkgname=haskell-http-client-tls
+pkgver=0.3.5.3
+pkgrel=115
+pkgdesc="http-client backend using the connection package and tls library"
+url="https://github.com/snoyberg/http-client;
+license=("MIT")
+arch=('x86_64')
+depends=('ghc-libs' "haskell-case-insensitive" "haskell-connection" 
"haskell-cryptonite"
+ "haskell-data-default-class" "haskell-exceptions" 
"haskell-http-client"
+ "haskell-http-types" "haskell-memory" "haskell-network" 
"haskell-network-uri"
+ "haskell-tls")
+makedepends=('ghc')
+source=("https://hackage.haskell.org/packages/archive/${_hkgname}/${pkgver}/${_hkgname}-${pkgver}.tar.gz;)
+sha512sums=('df4fff9fbd6736a52d54bf04669107b24e3d31c22b0f7882310204ca4ef1a895e9f79cea289423341aa575759a2667ff9ca86b889567605ad3daec266a1bbb14')
+
+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-connection/repos (2 files)

2019-05-17 Thread Felix Yan via arch-commits
Date: Friday, May 17, 2019 @ 18:21:32
  Author: felixonmars
Revision: 467772

archrelease: copy trunk to community-staging-x86_64

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

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

Copied: haskell-connection/repos/community-staging-x86_64/PKGBUILD (from rev 
467771, haskell-connection/trunk/PKGBUILD)
===
--- community-staging-x86_64/PKGBUILD   (rev 0)
+++ community-staging-x86_64/PKGBUILD   2019-05-17 18:21:32 UTC (rev 467772)
@@ -0,0 +1,40 @@
+# Maintainer: Felix Yan 
+# Contributor: Arch Haskell Team 
+
+_hkgname=connection
+pkgname=haskell-connection
+pkgver=0.3.0
+pkgrel=1
+pkgdesc="Simple and easy network connections API"
+url="https://github.com/vincenthz/hs-connection;
+license=("BSD")
+arch=('x86_64')
+depends=('ghc-libs' "haskell-basement" "haskell-data-default-class" 
"haskell-network" "haskell-socks"
+ "haskell-tls" "haskell-x509" "haskell-x509-store" 
"haskell-x509-system"
+ "haskell-x509-validation")
+makedepends=('ghc')
+source=("https://hackage.haskell.org/packages/archive/${_hkgname}/${pkgver}/${_hkgname}-${pkgver}.tar.gz;)
+sha512sums=('2f59f2cdb97c9f8815230dbade0b4b07ce7f7543cd71cd63fadad843dd1856870a6402021778f456e8f8d8263688afe365cc67ba3ee3b0ceb27809f682e1f50a')
+
+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-connection/trunk (PKGBUILD)

2019-05-17 Thread Felix Yan via arch-commits
Date: Friday, May 17, 2019 @ 18:21:20
  Author: felixonmars
Revision: 467771

upgpkg: haskell-connection 0.3.0-1

rebuild with connection 0.3.0, socks 0.6.0

Modified:
  haskell-connection/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2019-05-17 18:20:29 UTC (rev 467770)
+++ PKGBUILD2019-05-17 18:21:20 UTC (rev 467771)
@@ -3,18 +3,18 @@
 
 _hkgname=connection
 pkgname=haskell-connection
-pkgver=0.2.8
-pkgrel=121
+pkgver=0.3.0
+pkgrel=1
 pkgdesc="Simple and easy network connections API"
 url="https://github.com/vincenthz/hs-connection;
 license=("BSD")
 arch=('x86_64')
-depends=('ghc-libs' "haskell-byteable" "haskell-data-default-class" 
"haskell-network" "haskell-socks"
+depends=('ghc-libs' "haskell-basement" "haskell-data-default-class" 
"haskell-network" "haskell-socks"
  "haskell-tls" "haskell-x509" "haskell-x509-store" 
"haskell-x509-system"
  "haskell-x509-validation")
 makedepends=('ghc')
 
source=("https://hackage.haskell.org/packages/archive/${_hkgname}/${pkgver}/${_hkgname}-${pkgver}.tar.gz;)
-sha512sums=('59202159d8d9233d1786c75470892da1a577d7a82a8bb8f5c75d52ade7be227c5619fd6fdebf7f60d4e240b31e3b791df266c97787e3fe7814da380147f9c9c5')
+sha512sums=('2f59f2cdb97c9f8815230dbade0b4b07ce7f7543cd71cd63fadad843dd1856870a6402021778f456e8f8d8263688afe365cc67ba3ee3b0ceb27809f682e1f50a')
 
 build() {
 cd $_hkgname-$pkgver


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

2019-05-17 Thread Felix Yan via arch-commits
Date: Friday, May 17, 2019 @ 18:20:29
  Author: felixonmars
Revision: 467770

archrelease: copy trunk to community-staging-x86_64

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

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

Copied: haskell-socks/repos/community-staging-x86_64/PKGBUILD (from rev 467769, 
haskell-socks/trunk/PKGBUILD)
===
--- community-staging-x86_64/PKGBUILD   (rev 0)
+++ community-staging-x86_64/PKGBUILD   2019-05-17 18:20:29 UTC (rev 467770)
@@ -0,0 +1,38 @@
+# Maintainer: Felix Yan 
+# Contributor: Arch Haskell Team 
+
+_hkgname=socks
+pkgname=haskell-socks
+pkgver=0.6.0
+pkgrel=1
+pkgdesc="Socks proxy (version 5) implementation."
+url="https://github.com/vincenthz/hs-socks;
+license=("BSD")
+arch=('x86_64')
+depends=('ghc-libs' 'haskell-basement' 'haskell-cereal' 'haskell-network')
+makedepends=('ghc')
+source=("https://hackage.haskell.org/packages/archive/${_hkgname}/${pkgver}/${_hkgname}-${pkgver}.tar.gz;)
+sha512sums=('e521db1c434931130117e582c1db692d256ea8f87797967d5d625fa29e1951e47c78f5c5e183d5a97c6e1ffb01c77a08bf27ef04fa8e0b672228f3a3dc21582d')
+
+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-socks/trunk (PKGBUILD)

2019-05-17 Thread Felix Yan via arch-commits
Date: Friday, May 17, 2019 @ 18:20:18
  Author: felixonmars
Revision: 467769

upgpkg: haskell-socks 0.6.0-1

rebuild with connection 0.3.0, socks 0.6.0

Modified:
  haskell-socks/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2019-05-17 18:01:43 UTC (rev 467768)
+++ PKGBUILD2019-05-17 18:20:18 UTC (rev 467769)
@@ -3,16 +3,16 @@
 
 _hkgname=socks
 pkgname=haskell-socks
-pkgver=0.5.6
-pkgrel=55
+pkgver=0.6.0
+pkgrel=1
 pkgdesc="Socks proxy (version 5) implementation."
 url="https://github.com/vincenthz/hs-socks;
 license=("BSD")
 arch=('x86_64')
-depends=('ghc-libs' "haskell-cereal" "haskell-network")
+depends=('ghc-libs' 'haskell-basement' 'haskell-cereal' 'haskell-network')
 makedepends=('ghc')
 
source=("https://hackage.haskell.org/packages/archive/${_hkgname}/${pkgver}/${_hkgname}-${pkgver}.tar.gz;)
-sha512sums=('1e7210157146783242e8db38f0956fac520c9e125954f4b00e95eee4a272d9893dcf9bb408363dfe59c7aa5f0f1e4bd4556fe102157cf6b71bab5a22a96a27d8')
+sha512sums=('e521db1c434931130117e582c1db692d256ea8f87797967d5d625fa29e1951e47c78f5c5e183d5a97c6e1ffb01c77a08bf27ef04fa8e0b672228f3a3dc21582d')
 
 build() {
 cd $_hkgname-$pkgver


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

2019-05-17 Thread Santiago Torres-Arias via arch-commits
Date: Friday, May 17, 2019 @ 18:01:43
  Author: sangy
Revision: 467768

archrelease: copy trunk to community-any

Added:
  
electrum/repos/community-any/0001-prevent-requirements.txt-from-being-installed-to-usr.patch
(from rev 467767, 
electrum/trunk/0001-prevent-requirements.txt-from-being-installed-to-usr.patch)
  electrum/repos/community-any/PKGBUILD
(from rev 467767, electrum/trunk/PKGBUILD)
Deleted:
  
electrum/repos/community-any/0001-prevent-requirements.txt-from-being-installed-to-usr.patch
  electrum/repos/community-any/PKGBUILD

-+
 0001-prevent-requirements.txt-from-being-installed-to-usr.patch |   78 
 PKGBUILD|   94 
+-
 2 files changed, 86 insertions(+), 86 deletions(-)

Deleted: 0001-prevent-requirements.txt-from-being-installed-to-usr.patch
===
--- 0001-prevent-requirements.txt-from-being-installed-to-usr.patch 
2019-05-17 18:01:27 UTC (rev 467767)
+++ 0001-prevent-requirements.txt-from-being-installed-to-usr.patch 
2019-05-17 18:01:43 UTC (rev 467768)
@@ -1,39 +0,0 @@
-From e72947c8fd50575d69cb005a52f99aeef66f4186 Mon Sep 17 00:00:00 2001
-From: Marcel O'Neil 
-Date: Wed, 7 Mar 2018 15:15:54 -0500
-Subject: [PATCH] prevent requirements.txt from being installed to /usr
-

- MANIFEST.in | 2 ++
- setup.py| 2 +-
- 2 files changed, 3 insertions(+), 1 deletion(-)
-
-diff --git a/MANIFEST.in b/MANIFEST.in
-index 4fa5491a..b7355bd9 100644
 a/MANIFEST.in
-+++ b/MANIFEST.in
-@@ -4,6 +4,8 @@ include electrum.conf.sample
- include electrum.desktop
- include *.py
- include electrum
-+include contrib/requirements/requirements.txt
-+include contrib/requirements/requirements-hw.txt
- recursive-include lib *.py
- recursive-include gui *.py
- recursive-include plugins *.py
-diff --git a/setup.py b/setup.py
-index 63581a61..030993b5 100755
 a/setup.py
-+++ b/setup.py
-@@ -20,7 +20,7 @@ version = imp.load_source('version', 'lib/version.py')
- if sys.version_info[:3] < (3, 4, 0):
- sys.exit("Error: Electrum requires Python version >= 3.4.0...")
- 
--data_files = ['contrib/requirements/' + r for r in ['requirements.txt', 
'requirements-hw.txt']]
-+data_files = []
- 
- if platform.system() in ['Linux', 'FreeBSD', 'DragonFly']:
- parser = argparse.ArgumentParser()
--- 
-2.16.2
-

Copied: 
electrum/repos/community-any/0001-prevent-requirements.txt-from-being-installed-to-usr.patch
 (from rev 467767, 
electrum/trunk/0001-prevent-requirements.txt-from-being-installed-to-usr.patch)
===
--- 0001-prevent-requirements.txt-from-being-installed-to-usr.patch 
(rev 0)
+++ 0001-prevent-requirements.txt-from-being-installed-to-usr.patch 
2019-05-17 18:01:43 UTC (rev 467768)
@@ -0,0 +1,39 @@
+From e72947c8fd50575d69cb005a52f99aeef66f4186 Mon Sep 17 00:00:00 2001
+From: Marcel O'Neil 
+Date: Wed, 7 Mar 2018 15:15:54 -0500
+Subject: [PATCH] prevent requirements.txt from being installed to /usr
+
+---
+ MANIFEST.in | 2 ++
+ setup.py| 2 +-
+ 2 files changed, 3 insertions(+), 1 deletion(-)
+
+diff --git a/MANIFEST.in b/MANIFEST.in
+index 4fa5491a..b7355bd9 100644
+--- a/MANIFEST.in
 b/MANIFEST.in
+@@ -4,6 +4,8 @@ include electrum.conf.sample
+ include electrum.desktop
+ include *.py
+ include electrum
++include contrib/requirements/requirements.txt
++include contrib/requirements/requirements-hw.txt
+ recursive-include lib *.py
+ recursive-include gui *.py
+ recursive-include plugins *.py
+diff --git a/setup.py b/setup.py
+index 63581a61..030993b5 100755
+--- a/setup.py
 b/setup.py
+@@ -20,7 +20,7 @@ version = imp.load_source('version', 'lib/version.py')
+ if sys.version_info[:3] < (3, 4, 0):
+ sys.exit("Error: Electrum requires Python version >= 3.4.0...")
+ 
+-data_files = ['contrib/requirements/' + r for r in ['requirements.txt', 
'requirements-hw.txt']]
++data_files = []
+ 
+ if platform.system() in ['Linux', 'FreeBSD', 'DragonFly']:
+ parser = argparse.ArgumentParser()
+-- 
+2.16.2
+

Deleted: PKGBUILD
===
--- PKGBUILD2019-05-17 18:01:27 UTC (rev 467767)
+++ PKGBUILD2019-05-17 18:01:43 UTC (rev 467768)
@@ -1,47 +0,0 @@
-# Maintainer: Christian Rebischke 
-# Co-Maintainer: Santiago Torres-Arias 
-# Contributor: Timothy Redaelli 
-# Contributor: Andy Weidenbaum 
-
-pkgname=electrum
-pkgver=3.3.5
-pkgrel=1
-pkgdesc="Lightweight Bitcoin wallet"
-arch=('any')
-makedepends=('python-setuptools')
-depends=('python-pyaes' 'python-ecdsa' 'python-pbkdf2' 'python-requests' 
'python-qrcode'
- 'python-protobuf' 'python-dnspython' 'python-jsonrpclib-pelix' 
'python-pysocks'
- 'python-pyqt5' 'python-pycryptodomex' 'python-websocket-client' 
'python-certifi'
- 'python-aiorpcx' 'python-aiohttp' 

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

2019-05-17 Thread Santiago Torres-Arias via arch-commits
Date: Friday, May 17, 2019 @ 18:01:27
  Author: sangy
Revision: 467767

upgpkg: electrum 3.3.6-1

Modified:
  electrum/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2019-05-17 17:24:09 UTC (rev 467766)
+++ PKGBUILD2019-05-17 18:01:27 UTC (rev 467767)
@@ -4,7 +4,7 @@
 # Contributor: Andy Weidenbaum 
 
 pkgname=electrum
-pkgver=3.3.5
+pkgver=3.3.6
 pkgrel=1
 pkgdesc="Lightweight Bitcoin wallet"
 arch=('any')
@@ -25,7 +25,7 @@
 url="https://electrum.org;
 license=('MIT')
 
source=("https://download.electrum.org/${pkgver}/${pkgname^}-${pkgver}.tar.gz"{,.asc})
-sha512sums=('098adcdcf2faa7386b0f5659eed80f79318b6608b711802c5001cb234daaf84974a1c23793edbd1984b32456c46075353d90105cdb8c0923c3f7a5306779'
+sha512sums=('b25fc67883b7a90bf902f62d07574f283c4c04b3c6dfbb4e890448ddb938d477e036470f82b45e426aa581a1da2425e13e6974a730b18b130fd265b8d01d0d91'
 'SKIP')
 validpgpkeys=('6694D8DE7BE8EE5631BED9502BD5824B7F9470E6')
 


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

2019-05-17 Thread Felix Yan via arch-commits
Date: Friday, May 17, 2019 @ 17:18:20
  Author: felixonmars
Revision: 467758

upgpkg: postgrest 5.2.0-75

rebuild with http-media 0.8.0.0

Modified:
  postgrest/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2019-05-17 17:15:11 UTC (rev 467757)
+++ PKGBUILD2019-05-17 17:18:20 UTC (rev 467758)
@@ -3,7 +3,7 @@
 
 pkgname=postgrest
 pkgver=5.2.0
-pkgrel=74
+pkgrel=75
 pkgdesc="REST API for any Postgres database"
 url="https://github.com/begriffs/postgrest;
 license=("MIT")


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

2019-05-17 Thread Felix Yan via arch-commits
Date: Friday, May 17, 2019 @ 17:18:33
  Author: felixonmars
Revision: 467759

archrelease: copy trunk to community-staging-x86_64

Added:
  postgrest/repos/community-staging-x86_64/
  postgrest/repos/community-staging-x86_64/PKGBUILD
(from rev 467758, postgrest/trunk/PKGBUILD)

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

Copied: postgrest/repos/community-staging-x86_64/PKGBUILD (from rev 467758, 
postgrest/trunk/PKGBUILD)
===
--- community-staging-x86_64/PKGBUILD   (rev 0)
+++ community-staging-x86_64/PKGBUILD   2019-05-17 17:18:33 UTC (rev 467759)
@@ -0,0 +1,70 @@
+# Maintainer: Felix Yan 
+# Contributor: Arch Haskell Team 
+
+pkgname=postgrest
+pkgver=5.2.0
+pkgrel=75
+pkgdesc="REST API for any Postgres database"
+url="https://github.com/begriffs/postgrest;
+license=("MIT")
+arch=('x86_64')
+depends=('ghc-libs' 'haskell-auto-update' 'haskell-hasql' 'haskell-hasql-pool' 
'haskell-protolude'
+ 'haskell-warp' 'haskell-base64-bytestring' 'haskell-retry' 
'haskell-aeson'
+ 'haskell-ansi-wl-pprint' 'haskell-case-insensitive' 'haskell-cassava'
+ 'haskell-configurator-ng' 'haskell-contravariant' 
'haskell-contravariant-extras'
+ 'haskell-either' 'haskell-gitrev' 'haskell-hasql-transaction' 
'haskell-heredoc'
+ 'haskell-http' 'haskell-http-types' 
'haskell-insert-ordered-containers'
+ 'haskell-interpolatedstring-perl6' 'haskell-jose' 'haskell-lens' 
'haskell-lens-aeson'
+ 'haskell-network-uri' 'haskell-optparse-applicative' 
'haskell-ranged-sets'
+ 'haskell-regex-tdfa' 'haskell-scientific' 'haskell-swagger2' 
'haskell-unordered-containers'
+ 'haskell-vector' 'haskell-wai' 'haskell-wai-cors' 'haskell-wai-extra'
+ 'haskell-wai-middleware-static' 'haskell-cookie')
+makedepends=('ghc' 'haskell-aeson-qq' 'haskell-async' 'haskell-hspec' 
'haskell-hspec-wai'
+ 'haskell-hspec-wai-json' 'haskell-hjsonschema')
+checkdepends=('pifpaf' 'postgresql' 'procps-ng')
+source=("$pkgname-$pkgver.tar.bz2::https://github.com/begriffs/postgrest/archive/v$pkgver.tar.gz;)
+sha512sums=('7c2bba89457dd8b3d681ccc032482055144b5ee17336b2e90dda6bbed6c229f36cf521cf66aafd7923ca6c147a1f2bb26567a3109079dae65d726e85f85b32ed')
+
+prepare() {
+cd $pkgname-$pkgver
+sed -i -e 's/==/>=/' -e 's/< *4.10/<5/' -e 's/== 0.3.0/>= 0.3.0/' 
$pkgname.cabal
+}
+
+build() {
+cd "${srcdir}/${pkgname}-${pkgver}"
+
+runhaskell Setup configure -O --enable-shared --enable-executable-dynamic 
--disable-library-vanilla \
+--prefix=/usr --docdir="/usr/share/doc/${pkgname}" --enable-tests \
+--dynlibdir=/usr/lib --libsubdir=\$compiler/site-local/\$pkgid \
+-f-CI
+runhaskell Setup build
+runhaskell Setup register --gen-script
+runhaskell Setup unregister --gen-script
+sed -i -r -e "s|ghc-pkg.*update[^ ]* |&'--force' |" register.sh
+sed -i -r -e "s|ghc-pkg.*unregister[^ ]* |&'--force' |" unregister.sh
+}
+
+check() {
+cd $pkgname-$pkgver
+
+eval $(pifpaf run postgresql --host 127.0.0.1 --port 5432)
+createdb postgrest_test
+
+# TODO: it shouldn't take this long to finish
+# POSTGREST_TEST_CONNECTION=$(test/create_test_db 
"postgres://$USER@localhost" postgrest_test) runhaskell Setup test
+
+# Disabled: uses stack
+# test/io-tests.sh
+
+pifpaf_stop
+}
+
+package() {
+cd "${srcdir}/${pkgname}-${pkgver}"
+
+install -D -m744 register.sh   
"${pkgdir}/usr/share/haskell/register/${pkgname}.sh"
+install -D -m744 unregister.sh 
"${pkgdir}/usr/share/haskell/unregister/${pkgname}.sh"
+runhaskell Setup copy --destdir="${pkgdir}"
+install -D -m644 "LICENSE" 
"${pkgdir}/usr/share/licenses/${pkgname}/LICENSE"
+rm -f "${pkgdir}/usr/share/doc/${pkgname}/LICENSE"
+}


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

2019-05-17 Thread Felix Yan via arch-commits
Date: Friday, May 17, 2019 @ 17:14:58
  Author: felixonmars
Revision: 467756

upgpkg: hledger-api 1.14-49

rebuild with http-media 0.8.0.0

Modified:
  hledger-api/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2019-05-17 17:13:57 UTC (rev 467755)
+++ PKGBUILD2019-05-17 17:14:58 UTC (rev 467756)
@@ -3,7 +3,7 @@
 
 pkgname=hledger-api
 pkgver=1.14
-pkgrel=48
+pkgrel=49
 pkgdesc="Web API server for the hledger accounting tool"
 url="http://hledger.org;
 license=("GPL")


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

2019-05-17 Thread Felix Yan via arch-commits
Date: Friday, May 17, 2019 @ 17:15:11
  Author: felixonmars
Revision: 467757

archrelease: copy trunk to community-staging-x86_64

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

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

Copied: hledger-api/repos/community-staging-x86_64/PKGBUILD (from rev 467756, 
hledger-api/trunk/PKGBUILD)
===
--- community-staging-x86_64/PKGBUILD   (rev 0)
+++ community-staging-x86_64/PKGBUILD   2019-05-17 17:15:11 UTC (rev 467757)
@@ -0,0 +1,31 @@
+# Maintainer: Felix Yan 
+# Contributor: Arch Haskell Team 
+
+pkgname=hledger-api
+pkgver=1.14
+pkgrel=49
+pkgdesc="Web API server for the hledger accounting tool"
+url="http://hledger.org;
+license=("GPL")
+arch=('x86_64')
+depends=('ghc-libs' 'hledger' 'haskell-hledger-lib' 'haskell-aeson' 
'haskell-data-default'
+ 'haskell-decimal' 'haskell-docopt' 'haskell-either' 
'haskell-microlens'
+ 'haskell-microlens-platform' 'haskell-safe' 'haskell-servant-server'
+ 'haskell-servant-swagger' 'haskell-swagger2' 'haskell-wai' 
'haskell-wai-extra'
+ 'haskell-warp')
+makedepends=('ghc')
+source=("https://hackage.haskell.org/packages/archive/${pkgname}/${pkgver}/${pkgname}-${pkgver}.tar.gz;)
+sha512sums=('551ad15b39adbcd1c3548bb75acd83193f6a99d8bab15cdc7ef34aa022dfd4d19b14c105ae88e4fdef93eca5ace7791e7b19d3eff532ada7079b4e071bd4ab69')
+
+build() {
+cd "${srcdir}/${pkgname}-${pkgver}"
+runhaskell Setup configure -O --enable-executable-dynamic 
--disable-library-vanilla \
+--prefix=/usr --docdir="/usr/share/doc/${pkgname}" 
--datasubdir="$pkgname"
+runhaskell Setup build
+}
+
+package() {
+cd "${srcdir}/${pkgname}-${pkgver}"
+runhaskell Setup copy --destdir="${pkgdir}"
+rm -f "${pkgdir}/usr/share/doc/${pkgname}/LICENSE"
+}


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

2019-05-17 Thread Felix Yan via arch-commits
Date: Friday, May 17, 2019 @ 17:13:57
  Author: felixonmars
Revision: 467755

archrelease: copy trunk to community-staging-x86_64

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

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

Copied: haskell-servant-swagger/repos/community-staging-x86_64/PKGBUILD (from 
rev 467754, haskell-servant-swagger/trunk/PKGBUILD)
===
--- community-staging-x86_64/PKGBUILD   (rev 0)
+++ community-staging-x86_64/PKGBUILD   2019-05-17 17:13:57 UTC (rev 467755)
@@ -0,0 +1,52 @@
+# Maintainer: Felix Yan 
+# Contributor: Arch Haskell Team 
+
+_hkgname=servant-swagger
+pkgname=haskell-servant-swagger
+pkgver=1.1.7
+pkgrel=39
+pkgdesc="Generate Swagger specification for your servant API."
+url="https://github.com/haskell-servant/servant-swagger;
+license=("BSD")
+arch=('x86_64')
+depends=('ghc-libs' 'haskell-aeson' 'haskell-aeson-pretty' 'haskell-http-media'
+ 'haskell-insert-ordered-containers' 'haskell-lens' 'haskell-servant'
+ 'haskell-singleton-bool' 'haskell-swagger2' 
'haskell-unordered-containers'
+ 'haskell-hspec' 'haskell-quickcheck')
+makedepends=('ghc' 'haskell-base-compat' 'haskell-cabal-doctest' 
'haskell-doctest'
+ 'haskell-hspec-discover' 'haskell-utf8-string')
+source=("https://hackage.haskell.org/packages/archive/${_hkgname}/${pkgver}/${_hkgname}-${pkgver}.tar.gz;)
+sha512sums=('1c9d6a481a361950cb6f345af37698f686a00a66b534cf729aef735fd5fa3720eced7a67b837d03af4b230c7ef6683eb226e00d455cba7fddb9e57cb26763183')
+
+prepare() {
+cd $_hkgname-$pkgver
+sed -i -e 's/< *2.7/<3/' -e 's/>=2.3/>=2.2/' -e 's/< *0.16/<1/' -e 's/< 
*0.8/<1/' $_hkgname.cabal
+}
+
+build() {
+cd $_hkgname-$pkgver
+
+runhaskell Setup configure -O --enable-shared --enable-executable-dynamic 
--disable-library-vanilla \
+--prefix=/usr --docdir=/usr/share/doc/$pkgname --enable-tests \
+--dynlibdir=/usr/lib --libsubdir=\$compiler/site-local/\$pkgid
+runhaskell Setup build
+runhaskell Setup register --gen-script
+runhaskell Setup unregister --gen-script
+sed -i -r -e "s|ghc-pkg.*update[^ ]* |&'--force' |" register.sh
+sed -i -r -e "s|ghc-pkg.*unregister[^ ]* |&'--force' |" unregister.sh
+}
+
+check() {
+cd $_hkgname-$pkgver
+runhaskell Setup test || warning "Tests failed"
+}
+
+package() {
+cd $_hkgname-$pkgver
+
+install -D -m744 register.sh 
"$pkgdir"/usr/share/haskell/register/$pkgname.sh
+install -D -m744 unregister.sh 
"$pkgdir"/usr/share/haskell/unregister/$pkgname.sh
+runhaskell Setup copy --destdir="$pkgdir"
+install -D -m644 "LICENSE" 
"${pkgdir}/usr/share/licenses/${pkgname}/LICENSE"
+rm -f "${pkgdir}/usr/share/doc/${pkgname}/LICENSE"
+}


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

2019-05-17 Thread Felix Yan via arch-commits
Date: Friday, May 17, 2019 @ 17:13:44
  Author: felixonmars
Revision: 467754

upgpkg: haskell-servant-swagger 1.1.7-39

rebuild with http-media 0.8.0.0

Modified:
  haskell-servant-swagger/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2019-05-17 16:58:45 UTC (rev 467753)
+++ PKGBUILD2019-05-17 17:13:44 UTC (rev 467754)
@@ -4,7 +4,7 @@
 _hkgname=servant-swagger
 pkgname=haskell-servant-swagger
 pkgver=1.1.7
-pkgrel=38
+pkgrel=39
 pkgdesc="Generate Swagger specification for your servant API."
 url="https://github.com/haskell-servant/servant-swagger;
 license=("BSD")
@@ -20,7 +20,7 @@
 
 prepare() {
 cd $_hkgname-$pkgver
-sed -i -e 's/< *2.7/<3/' -e 's/>=2.3/>=2.2/' -e 's/< *0.16/<1/' 
$_hkgname.cabal
+sed -i -e 's/< *2.7/<3/' -e 's/>=2.3/>=2.2/' -e 's/< *0.16/<1/' -e 's/< 
*0.8/<1/' $_hkgname.cabal
 }
 
 build() {


[arch-commits] Commit in haskell-swagger2/repos (3 files)

2019-05-17 Thread Felix Yan via arch-commits
Date: Friday, May 17, 2019 @ 16:58:45
  Author: felixonmars
Revision: 467753

archrelease: copy trunk to community-staging-x86_64

Added:
  haskell-swagger2/repos/community-staging-x86_64/
  haskell-swagger2/repos/community-staging-x86_64/PKGBUILD
(from rev 467752, haskell-swagger2/trunk/PKGBUILD)
  haskell-swagger2/repos/community-staging-x86_64/generics-sop-0.5.patch
(from rev 467752, haskell-swagger2/trunk/generics-sop-0.5.patch)

+
 PKGBUILD   |   57 +
 generics-sop-0.5.patch |   59 +++
 2 files changed, 116 insertions(+)

Copied: haskell-swagger2/repos/community-staging-x86_64/PKGBUILD (from rev 
467752, haskell-swagger2/trunk/PKGBUILD)
===
--- community-staging-x86_64/PKGBUILD   (rev 0)
+++ community-staging-x86_64/PKGBUILD   2019-05-17 16:58:45 UTC (rev 467753)
@@ -0,0 +1,57 @@
+# Maintainer: Felix Yan 
+# Contributor: Arch Haskell Team 
+
+_hkgname=swagger2
+pkgname=haskell-swagger2
+pkgver=2.3.1.1
+pkgrel=32
+pkgdesc="Swagger 2.0 data model"
+url="https://github.com/GetShopTV/swagger2;
+license=("BSD")
+arch=('x86_64')
+depends=('ghc-libs' 'haskell-aeson' 'haskell-base-compat-batteries' 
'haskell-cookie'
+ 'haskell-hashable' 'haskell-generics-sop' 'haskell-http-media'
+ 'haskell-insert-ordered-containers' 'haskell-lens' 'haskell-network' 
'haskell-quickcheck'
+ 'haskell-scientific' 'haskell-transformers-compat' 
'haskell-unordered-containers'
+ 'haskell-vector' 'haskell-uuid-types')
+makedepends=('ghc' 'haskell-hspec' 'haskell-hunit' 
'haskell-quickcheck-instances'
+ 'haskell-hspec-discover' 'haskell-doctest' 
'haskell-cabal-doctest' 'haskell-glob'
+ 'haskell-utf8-string')
+source=("https://hackage.haskell.org/packages/archive/${_hkgname}/${pkgver}/${_hkgname}-${pkgver}.tar.gz;
+generics-sop-0.5.patch)
+sha512sums=('1834e75cc6c8ff8287605e93d2b4d665b7d8de7e7e00f6537d25e0f54934c85e5431e5f2f1beb5264382c4b81f5ed19cc2b7af1f9323ebee9502e19d73d49fc1'
+
'8f1b74df57a090f5cb1cfb9551288dc6ade326c486ebb432767bfb1a0571ff1104269b19b4e2fbed8c5427cd432b3d0c1d18adb19f971b5fd441affbc88c27b6')
+
+prepare() {
+cd $_hkgname-$pkgver
+patch -p1 -i ../generics-sop-0.5.patch
+sed -i 's/< *0.8/<1/' $_hkgname.cabal
+}
+
+build() {
+cd $_hkgname-$pkgver
+
+runhaskell Setup configure -O --enable-shared --enable-executable-dynamic 
--disable-library-vanilla \
+--prefix=/usr --docdir=/usr/share/doc/$pkgname --enable-tests \
+--dynlibdir=/usr/lib --libsubdir=\$compiler/site-local/\$pkgid
+runhaskell Setup build
+runhaskell Setup register --gen-script
+runhaskell Setup unregister --gen-script
+sed -i -r -e "s|ghc-pkg.*update[^ ]* |&'--force' |" register.sh
+sed -i -r -e "s|ghc-pkg.*unregister[^ ]* |&'--force' |" unregister.sh
+}
+
+check() {
+cd $_hkgname-$pkgver
+runhaskell Setup test
+}
+
+package() {
+cd $_hkgname-$pkgver
+
+install -D -m744 register.sh 
"$pkgdir"/usr/share/haskell/register/$pkgname.sh
+install -D -m744 unregister.sh 
"$pkgdir"/usr/share/haskell/unregister/$pkgname.sh
+runhaskell Setup copy --destdir="$pkgdir"
+install -D -m644 "LICENSE" 
"${pkgdir}/usr/share/licenses/${pkgname}/LICENSE"
+rm -f "${pkgdir}/usr/share/doc/${pkgname}/LICENSE"
+}

Copied: haskell-swagger2/repos/community-staging-x86_64/generics-sop-0.5.patch 
(from rev 467752, haskell-swagger2/trunk/generics-sop-0.5.patch)
===
--- community-staging-x86_64/generics-sop-0.5.patch 
(rev 0)
+++ community-staging-x86_64/generics-sop-0.5.patch 2019-05-17 16:58:45 UTC 
(rev 467753)
@@ -0,0 +1,59 @@
+commit 96420ab204b6079eef1331faecf80fa73476c206
+Author: Felix Yan 
+Date:   Fri May 17 03:19:47 2019 +0800
+
+Fix compatibility with generics-sop 0.5
+
+diff --git a/src/Data/Swagger/Internal/AesonUtils.hs 
b/src/Data/Swagger/Internal/AesonUtils.hs
+index c1280f0..c785e76 100644
+--- a/src/Data/Swagger/Internal/AesonUtils.hs
 b/src/Data/Swagger/Internal/AesonUtils.hs
+@@ -144,7 +144,11 @@ sopSwaggerGenericToJSON'
+ -> DatatypeInfo '[xs]
+ -> POP Maybe '[xs]
+ -> [Pair]
++#if MIN_VERSION_generics_sop(0,5,0)
++sopSwaggerGenericToJSON' opts (SOP (Z fields)) (ADT _ _ (Record _ fieldsInfo 
:* Nil) _) (POP (defs :* Nil)) =
++#else
+ sopSwaggerGenericToJSON' opts (SOP (Z fields)) (ADT _ _ (Record _ fieldsInfo 
:* Nil)) (POP (defs :* Nil)) =
++#endif
+ sopSwaggerGenericToJSON'' opts fields fieldsInfo defs
+ sopSwaggerGenericToJSON' _ _ _ _ = error "sopSwaggerGenericToJSON: 
unsupported type"
+ 
+@@ -220,7 +224,11 @@ sopSwaggerGenericParseJSON'
+ -> DatatypeInfo '[xs]
+ -> POP Maybe '[xs]
+ -> Parser (SOP I '[xs])
++#if MIN_VERSION_generics_sop(0,5,0)

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

2019-05-17 Thread Felix Yan via arch-commits
Date: Friday, May 17, 2019 @ 16:58:29
  Author: felixonmars
Revision: 467752

upgpkg: haskell-swagger2 2.3.1.1-32

rebuild with http-media 0.8.0.0

Modified:
  haskell-swagger2/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2019-05-17 16:52:33 UTC (rev 467751)
+++ PKGBUILD2019-05-17 16:58:29 UTC (rev 467752)
@@ -4,7 +4,7 @@
 _hkgname=swagger2
 pkgname=haskell-swagger2
 pkgver=2.3.1.1
-pkgrel=31
+pkgrel=32
 pkgdesc="Swagger 2.0 data model"
 url="https://github.com/GetShopTV/swagger2;
 license=("BSD")
@@ -25,6 +25,7 @@
 prepare() {
 cd $_hkgname-$pkgver
 patch -p1 -i ../generics-sop-0.5.patch
+sed -i 's/< *0.8/<1/' $_hkgname.cabal
 }
 
 build() {


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

2019-05-17 Thread Felix Yan via arch-commits
Date: Friday, May 17, 2019 @ 16:52:33
  Author: felixonmars
Revision: 467751

archrelease: copy trunk to community-any

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

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

Deleted: PKGBUILD
===
--- PKGBUILD2019-05-17 16:52:20 UTC (rev 467750)
+++ PKGBUILD2019-05-17 16:52:33 UTC (rev 467751)
@@ -1,80 +0,0 @@
-# Maintainer: Felix Yan 
-
-pkgbase=python-hypothesis
-pkgname=('python-hypothesis' 'python2-hypothesis')
-pkgver=4.23.4
-pkgrel=1
-pkgdesc="Advanced Quickcheck style testing library for Python"
-arch=('any')
-license=('MPL')
-url="https://hypothesis.readthedocs.org;
-makedepends=('python-setuptools' 'python2-setuptools' 'python-attrs' 
'python2-attrs'
- 'python-coverage' 'python2-coverage' 'python2-enum34')
-checkdepends=('python-pytest-runner' 'python2-pytest-runner' 'flake8' 
'python2-flake8' 'python-pytz'
-  'python2-pytz' 'python-numpy' 'python2-numpy' 'python-faker' 
'python2-faker'
-  'python-flaky' 'python2-flaky' 'python-django' 'python2-django' 
'python-mock'
-  'python2-mock' 'python-pandas' 'python2-pandas' 
'python-dpcontracts'
-  'python2-dpcontracts' 'python-pytest-xdist' 
'python2-pytest-xdist'
-  'python-lark-parser' 'python2-lark-parser')
-source=("$pkgbase-$pkgver.tar.gz::https://github.com/HypothesisWorks/hypothesis/archive/hypothesis-python-$pkgver.tar.gz;)
-sha512sums=('a9be9d6cf2ae5c13f0c79ee360bd56c3f38305d2e5f947ba9e77b55693985740979c63453623f3b46131546c7dc0e02d56083b89d72d9c9a99b90ed5717bf5e2')
-
-prepare() {
-  mv hypothesis-hypothesis-python-$pkgver hypothesis-$pkgver
-
-  cp -a hypothesis-$pkgver{,-py2}
-
-  rm -r hypothesis-$pkgver/hypothesis-python/tests/py2
-  rm -r hypothesis-$pkgver-py2/hypothesis-python/tests/py3
-
-  export LC_CTYPE=en_US.UTF-8
-}
-
-build() {
-  cd "$srcdir"/hypothesis-$pkgver/hypothesis-python
-  python setup.py build
-
-  cd "$srcdir"/hypothesis-$pkgver-py2/hypothesis-python
-  python2 setup.py build
-}
-
-check() {
-  cd "$srcdir"/hypothesis-$pkgver/hypothesis-python
-  mv tests/django ../
-  python setup.py pytest
-  mv ../django tests/
-  PYTHONPATH="$PWD/build/lib:$PYTHONPATH" python -m tests.django.manage test 
tests.django
-
-  cd "$srcdir"/hypothesis-$pkgver-py2/hypothesis-python
-  mv tests/django ../
-  # https://github.com/python/typing/issues/612
-  python2 setup.py pytest || warning "Tests failed"
-  mv ../django tests/
-  PYTHONPATH="$PWD/build/lib:$PYTHONPATH" python2 -m tests.django.manage test 
tests.django
-}
-
-package_python-hypothesis() {
-  depends=('python-attrs' 'python-coverage')
-  optdepends=('python-pytz: for datetime and django module'
-  'python-faker: for fakefactory and django module'
-  'python-django: for django module'
-  'python-numpy: for numpy module'
-  'python-pytest: for pytest module'
-  'python-lark-parser: for lark module')
-
-  cd hypothesis-$pkgver/hypothesis-python
-  python setup.py install --root="$pkgdir" --optimize=1
-}
-
-package_python2-hypothesis() {
-  depends=('python2-attrs' 'python2-coverage' 'python2-enum34')
-  optdepends=('python2-pytz: for datetime and django module'
-  'python2-faker: for fakefactory and django module'
-  'python2-django: for django module'
-  'python2-numpy: for numpy module'
-  'python2-pytest: for pytest module'
-  'python2-lark-parser: for lark module')
-
-  cd hypothesis-$pkgver-py2/hypothesis-python
-  python2 setup.py install --root="$pkgdir" --optimize=1
-}

Copied: python-hypothesis/repos/community-any/PKGBUILD (from rev 467750, 
python-hypothesis/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2019-05-17 16:52:33 UTC (rev 467751)
@@ -0,0 +1,80 @@
+# Maintainer: Felix Yan 
+
+pkgbase=python-hypothesis
+pkgname=('python-hypothesis' 'python2-hypothesis')
+pkgver=4.23.5
+pkgrel=1
+pkgdesc="Advanced Quickcheck style testing library for Python"
+arch=('any')
+license=('MPL')
+url="https://hypothesis.readthedocs.org;
+makedepends=('python-setuptools' 'python2-setuptools' 'python-attrs' 
'python2-attrs'
+ 'python-coverage' 'python2-coverage' 'python2-enum34')
+checkdepends=('python-pytest-runner' 'python2-pytest-runner' 'flake8' 
'python2-flake8' 'python-pytz'
+  'python2-pytz' 'python-numpy' 'python2-numpy' 'python-faker' 
'python2-faker'
+  'python-flaky' 'python2-flaky' 'python-django' 'python2-django' 
'python-mock'
+  'python2-mock' 'python-pandas' 'python2-pandas' 
'python-dpcontracts'
+  

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

2019-05-17 Thread Felix Yan via arch-commits
Date: Friday, May 17, 2019 @ 16:52:20
  Author: felixonmars
Revision: 467750

upgpkg: python-hypothesis 4.23.5-1

Modified:
  python-hypothesis/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2019-05-17 16:42:54 UTC (rev 467749)
+++ PKGBUILD2019-05-17 16:52:20 UTC (rev 467750)
@@ -2,7 +2,7 @@
 
 pkgbase=python-hypothesis
 pkgname=('python-hypothesis' 'python2-hypothesis')
-pkgver=4.23.4
+pkgver=4.23.5
 pkgrel=1
 pkgdesc="Advanced Quickcheck style testing library for Python"
 arch=('any')
@@ -17,7 +17,7 @@
   'python2-dpcontracts' 'python-pytest-xdist' 
'python2-pytest-xdist'
   'python-lark-parser' 'python2-lark-parser')
 
source=("$pkgbase-$pkgver.tar.gz::https://github.com/HypothesisWorks/hypothesis/archive/hypothesis-python-$pkgver.tar.gz;)
-sha512sums=('a9be9d6cf2ae5c13f0c79ee360bd56c3f38305d2e5f947ba9e77b55693985740979c63453623f3b46131546c7dc0e02d56083b89d72d9c9a99b90ed5717bf5e2')
+sha512sums=('11baee93209ab4db5b8cef13dd5fe3194b3a156dc452eebe1e12daad2d1b23ab65aa2bdcf2ec7e8f599a741ecb261e43846dad83100b252ba0cc8a13570e3ab4')
 
 prepare() {
   mv hypothesis-hypothesis-python-$pkgver hypothesis-$pkgver


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

2019-05-17 Thread Felix Yan via arch-commits
Date: Friday, May 17, 2019 @ 16:42:54
  Author: felixonmars
Revision: 467749

archrelease: copy trunk to community-staging-x86_64

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

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

Copied: haskell-servant-server/repos/community-staging-x86_64/PKGBUILD (from 
rev 467748, haskell-servant-server/trunk/PKGBUILD)
===
--- community-staging-x86_64/PKGBUILD   (rev 0)
+++ community-staging-x86_64/PKGBUILD   2019-05-17 16:42:54 UTC (rev 467749)
@@ -0,0 +1,55 @@
+# Maintainer: Felix Yan 
+# Contributor: Arch Haskell Team 
+
+_hkgname=servant-server
+pkgname=haskell-servant-server
+pkgver=0.16
+pkgrel=37
+pkgdesc="A family of combinators for defining webservices APIs and serving 
them"
+url="http://haskell-servant.readthedocs.org/;
+license=("BSD")
+arch=('x86_64')
+depends=('ghc-libs' 'haskell-base-compat' 'haskell-aeson' 
'haskell-base64-bytestring'
+ 'haskell-exceptions' 'haskell-http-api-data' 'haskell-http-media' 
'haskell-http-types'
+ 'haskell-network-uri' 'haskell-monad-control' 'haskell-network' 
'haskell-servant'
+ 'haskell-string-conversions' 'haskell-resourcet' 'haskell-tagged'
+ 'haskell-transformers-base' 'haskell-wai' 'haskell-wai-app-static' 
'haskell-warp'
+ 'haskell-word8')
+makedepends=('ghc' 'haskell-cabal-doctest' 'haskell-doctest' 'haskell-hspec' 
'haskell-hspec-wai'
+ 'haskell-should-not-typecheck' 'haskell-quickcheck' 
'haskell-safe' 'haskell-wai-extra'
+ 'haskell-temporary' 'haskell-transformers-compat')
+source=("https://hackage.haskell.org/packages/archive/${_hkgname}/${pkgver}/${_hkgname}-${pkgver}.tar.gz;)
+sha512sums=('9335b35e64b4fa10245abf92d2fdd77bafabd2d71c6c1b4848b4630b6bc2104557d6b23d36c446ecc7757de47fe0a63f37dc17a40b531c246eb94dc8813bc8a8')
+
+prepare() {
+cd $_hkgname-$pkgver
+sed -i 's/< *0.8/<1/' $_hkgname.cabal
+}
+
+build() {
+cd $_hkgname-$pkgver
+
+runhaskell Setup configure -O --enable-shared --enable-executable-dynamic 
--disable-library-vanilla \
+--prefix=/usr --docdir=/usr/share/doc/$pkgname --enable-tests \
+--dynlibdir=/usr/lib --libsubdir=\$compiler/site-local/\$pkgid
+runhaskell Setup build
+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-servant-server/trunk (PKGBUILD)

2019-05-17 Thread Felix Yan via arch-commits
Date: Friday, May 17, 2019 @ 16:42:40
  Author: felixonmars
Revision: 467748

upgpkg: haskell-servant-server 0.16-37

rebuild with http-media 0.8.0.0

Modified:
  haskell-servant-server/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2019-05-17 16:34:09 UTC (rev 467747)
+++ PKGBUILD2019-05-17 16:42:40 UTC (rev 467748)
@@ -4,7 +4,7 @@
 _hkgname=servant-server
 pkgname=haskell-servant-server
 pkgver=0.16
-pkgrel=36
+pkgrel=37
 pkgdesc="A family of combinators for defining webservices APIs and serving 
them"
 url="http://haskell-servant.readthedocs.org/;
 license=("BSD")
@@ -21,6 +21,11 @@
 
source=("https://hackage.haskell.org/packages/archive/${_hkgname}/${pkgver}/${_hkgname}-${pkgver}.tar.gz;)
 
sha512sums=('9335b35e64b4fa10245abf92d2fdd77bafabd2d71c6c1b4848b4630b6bc2104557d6b23d36c446ecc7757de47fe0a63f37dc17a40b531c246eb94dc8813bc8a8')
 
+prepare() {
+cd $_hkgname-$pkgver
+sed -i 's/< *0.8/<1/' $_hkgname.cabal
+}
+
 build() {
 cd $_hkgname-$pkgver
 


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

2019-05-17 Thread Felix Yan via arch-commits
Date: Friday, May 17, 2019 @ 16:33:55
  Author: felixonmars
Revision: 467746

upgpkg: haskell-servant 0.16.0.1-2

rebuild with http-media 0.8.0.0

Modified:
  haskell-servant/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2019-05-17 16:32:49 UTC (rev 467745)
+++ PKGBUILD2019-05-17 16:33:55 UTC (rev 467746)
@@ -4,7 +4,7 @@
 _hkgname=servant
 pkgname=haskell-servant
 pkgver=0.16.0.1
-pkgrel=1
+pkgrel=2
 pkgdesc="A family of combinators for defining webservices APIs"
 url="http://haskell-servant.readthedocs.org/;
 license=("BSD")


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

2019-05-17 Thread Felix Yan via arch-commits
Date: Friday, May 17, 2019 @ 16:34:09
  Author: felixonmars
Revision: 467747

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 467746, haskell-servant/trunk/PKGBUILD)

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

Copied: haskell-servant/repos/community-staging-x86_64/PKGBUILD (from rev 
467746, haskell-servant/trunk/PKGBUILD)
===
--- community-staging-x86_64/PKGBUILD   (rev 0)
+++ community-staging-x86_64/PKGBUILD   2019-05-17 16:34:09 UTC (rev 467747)
@@ -0,0 +1,48 @@
+# Maintainer: Felix Yan 
+# Contributor: Arch Haskell Team 
+
+_hkgname=servant
+pkgname=haskell-servant
+pkgver=0.16.0.1
+pkgrel=2
+pkgdesc="A family of combinators for defining webservices APIs"
+url="http://haskell-servant.readthedocs.org/;
+license=("BSD")
+arch=('x86_64')
+depends=('ghc-libs' 'haskell-base-compat' 'haskell-aeson' 'haskell-attoparsec'
+ 'haskell-bifunctors' 'haskell-case-insensitive' 
'haskell-http-api-data'
+ 'haskell-http-media' 'haskell-http-types' 'haskell-mmorph' 
'haskell-network-uri'
+ 'haskell-quickcheck' 'haskell-tagged' 'haskell-singleton-bool'
+ 'haskell-string-conversions' 'haskell-vault')
+makedepends=('ghc' 'haskell-cabal-doctest' 'haskell-hspec' 
'haskell-quickcheck-instances'
+ 'haskell-doctest')
+source=("https://hackage.haskell.org/packages/archive/${_hkgname}/${pkgver}/${_hkgname}-${pkgver}.tar.gz;)
+sha512sums=('d5b3eee842f79df96cba9f4f0b334278a071c760123b80d1ceb37a0496c71c007ce9481ad93bd399c17ea9a8c8da17da7b22ea827bd374cd4a4bd04e11b6c25a')
+
+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-http-media/trunk (PKGBUILD)

2019-05-17 Thread Felix Yan via arch-commits
Date: Friday, May 17, 2019 @ 16:32:36
  Author: felixonmars
Revision: 467744

upgpkg: haskell-http-media 0.8.0.0-1

rebuild with http-media 0.8.0.0

Modified:
  haskell-http-media/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2019-05-17 16:25:20 UTC (rev 467743)
+++ PKGBUILD2019-05-17 16:32:36 UTC (rev 467744)
@@ -3,8 +3,8 @@
 
 _hkgname=http-media
 pkgname=haskell-http-media
-pkgver=0.7.1.3
-pkgrel=7
+pkgver=0.8.0.0
+pkgrel=1
 pkgdesc="Processing HTTP Content-Type and Accept headers"
 url="https://github.com/zmthy/http-media;
 license=("MIT")
@@ -12,13 +12,8 @@
 depends=('ghc-libs' "haskell-case-insensitive" "haskell-utf8-string")
 makedepends=('ghc')
 
source=("https://hackage.haskell.org/packages/archive/${_hkgname}/${pkgver}/${_hkgname}-${pkgver}.tar.gz;)
-sha512sums=('ed93e5db03a2b89023730785f0f62450ff2df4f22767542f98e538a10e29c48756081e6947c5970229ca323c966b9d31701563cab86271fa6d69f2b9b2c16da4')
+sha512sums=('549fa1892c81224e79bad4268993e0cfa324d9d0c9daa0d800ac7cc4eee307405155989672c49adb0e124ca29c2d83cc565ba3c935fd3be4ab4ef0594b012bb5')
 
-prepare() {
-cd $_hkgname-$pkgver
-sed -i 's/<.*4.11/<5/' $_hkgname.cabal
-}
-
 build() {
 cd $_hkgname-$pkgver
 


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

2019-05-17 Thread Felix Yan via arch-commits
Date: Friday, May 17, 2019 @ 16:32:49
  Author: felixonmars
Revision: 467745

archrelease: copy trunk to community-staging-x86_64

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

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

Copied: haskell-http-media/repos/community-staging-x86_64/PKGBUILD (from rev 
467744, haskell-http-media/trunk/PKGBUILD)
===
--- community-staging-x86_64/PKGBUILD   (rev 0)
+++ community-staging-x86_64/PKGBUILD   2019-05-17 16:32:49 UTC (rev 467745)
@@ -0,0 +1,38 @@
+# Maintainer: Felix Yan 
+# Contributor: Arch Haskell Team 
+
+_hkgname=http-media
+pkgname=haskell-http-media
+pkgver=0.8.0.0
+pkgrel=1
+pkgdesc="Processing HTTP Content-Type and Accept headers"
+url="https://github.com/zmthy/http-media;
+license=("MIT")
+arch=('x86_64')
+depends=('ghc-libs' "haskell-case-insensitive" "haskell-utf8-string")
+makedepends=('ghc')
+source=("https://hackage.haskell.org/packages/archive/${_hkgname}/${pkgver}/${_hkgname}-${pkgver}.tar.gz;)
+sha512sums=('549fa1892c81224e79bad4268993e0cfa324d9d0c9daa0d800ac7cc4eee307405155989672c49adb0e124ca29c2d83cc565ba3c935fd3be4ab4ef0594b012bb5')
+
+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 schroot/repos/community-x86_64 (16 files)

2019-05-17 Thread Sergej Pupykin via arch-commits
Date: Friday, May 17, 2019 @ 15:50:26
  Author: spupykin
Revision: 467726

archrelease: copy trunk to community-x86_64

Added:
  schroot/repos/community-x86_64/PKGBUILD
(from rev 467725, schroot/trunk/PKGBUILD)
  schroot/repos/community-x86_64/arch32-config
(from rev 467725, schroot/trunk/arch32-config)
  schroot/repos/community-x86_64/arch32-copyfiles
(from rev 467725, schroot/trunk/arch32-copyfiles)
  schroot/repos/community-x86_64/arch32-example
(from rev 467725, schroot/trunk/arch32-example)
  schroot/repos/community-x86_64/arch32-mount
(from rev 467725, schroot/trunk/arch32-mount)
  schroot/repos/community-x86_64/arch32-nssdatabases
(from rev 467725, schroot/trunk/arch32-nssdatabases)
  schroot/repos/community-x86_64/pam.d.schroot.patch
(from rev 467725, schroot/trunk/pam.d.schroot.patch)
  schroot/repos/community-x86_64/schroot-cppunit.patch
(from rev 467725, schroot/trunk/schroot-cppunit.patch)
Deleted:
  schroot/repos/community-x86_64/PKGBUILD
  schroot/repos/community-x86_64/arch32-config
  schroot/repos/community-x86_64/arch32-copyfiles
  schroot/repos/community-x86_64/arch32-example
  schroot/repos/community-x86_64/arch32-mount
  schroot/repos/community-x86_64/arch32-nssdatabases
  schroot/repos/community-x86_64/pam.d.schroot.patch
  schroot/repos/community-x86_64/schroot-cppunit.patch

---+
 PKGBUILD  |  168 
 arch32-config |   22 +++---
 arch32-copyfiles  |   12 +--
 arch32-example|   20 ++---
 arch32-mount  |   24 +++---
 arch32-nssdatabases   |   12 +--
 pam.d.schroot.patch   |   33 +
 schroot-cppunit.patch |   22 +++---
 8 files changed, 158 insertions(+), 155 deletions(-)

Deleted: PKGBUILD
===
--- PKGBUILD2019-05-17 15:50:10 UTC (rev 467725)
+++ PKGBUILD2019-05-17 15:50:26 UTC (rev 467726)
@@ -1,84 +0,0 @@
-# Maintainer: Sergej Pupykin 
-# Contributor: Andreas Wagner 
-
-pkgname=schroot
-pkgver=1.6.10
-pkgrel=21
-pkgdesc="Allows users to execute shell commands under different root 
filesystems. (Successor to dchroot)."
-url="http://packages.qa.debian.org/s/schroot.html;
-license=('GPL3')
-depends=('pam' 'lockdev' 'boost-libs' 'e2fsprogs')
-makedepends=('boost' 'cppunit')
-optdepends=('btrfs-progs-unstable' 'lvm2')
-arch=('x86_64')
-conflicts=('dchroot')
-replaces=('dchroot')
-provides=('schroot' 'sbuild' 'dchroot')
-backup=('etc/schroot/schroot.conf'
-   'etc/schroot/arch32/config'
-   'etc/schroot/arch32/copyfiles'
-   'etc/schroot/arch32/mount'
-   'etc/schroot/arch32/nssdatabases')
-source=("http://http.debian.net/debian/pool/main/s/$pkgname/${pkgname}_${pkgver}.orig.tar.xz;
-   
"http://http.debian.net/debian/pool/main/s/schroot/schroot_$pkgver-3+deb9u1.debian.tar.xz;
-   'arch32-example'
-   'arch32-config'
-   'arch32-copyfiles'
-   'arch32-mount'
-   'arch32-nssdatabases'
-   'pam.d.schroot.patch'
-   'schroot-cppunit.patch')
-md5sums=('f8ec667831487f4b12e094bc0dc9bbe3'
- '467f67cfc9596ddf301bd26968935d29'
- '54239847f89b9a4772910415bde6276a'
- '5a3f7b839c7e0b8933748da7c5b6385b'
- 'ddb2f09c02b24dab777110f9808472e1'
- 'f0d5d5b5e34a860f6f90b5628c680f46'
- 'af1da6edd8c8c0dafeeb2c2c4e0c840b'
- 'a8d77cac806a0a9adef3f93cdbeb280a'
- '4c744c38b1541359de5696c65a508e5e')
-
-prepare() {
-   cd ${pkgname}-${pkgver}
-   cat "$srcdir"/debian/patches/series | while read p; do
-   patch -p1 -i "$srcdir"/debian/patches/$p
-   done
-# fix configure with cppunit 1.4
-   patch -p1 -i ../schroot-cppunit.patch
-   ./bootstrap
-}
-
-build() {
-   cd ${pkgname}-${pkgver}
-   export LDFLAGS="${LDFLAGS//-Wl,--as-needed}"
-   ./configure \
-   --prefix=/usr \
-   --libexecdir=/usr/lib \
-   --sysconfdir=/etc \
-   --localstatedir=/var \
-   --enable-dchroot \
-   --enable-lvm-snapshot \
-   --enable-btrfs-snapshot \
-   
--with-bash-completion-dir=/usr/share/bash-completion/completions/ \
-   BTRFS=/sbin/btrfs \
-   BTRFSCTL=/sbin/btrfsctl \
-   LVCREATE=/sbin/lvcreate \
-   LVREMOVE=/sbin/lvremove
-   # --enable-csbuild
-   make
-}
-
-check() {
-   cd ${pkgname}-${pkgver}
-#  make -k check
-}
-
-package() {
-   cd ${pkgname}-${pkgver}
-   make DESTDIR="$pkgdir" install
-   install -dm 755 "$pkgdir"/etc/schroot/arch32
-   install -m 644 "$srcdir"/arch32-{config,mount,copyfiles,nssdatabases} 
"$pkgdir"/etc/schroot/arch32
-   rename 'arch32-' '' "$pkgdir"/etc/schroot/arch32/*
-   install -m 644 "$srcdir"/arch32-example 
"$pkgdir"/etc/schroot/chroot.d/arch32.conf.example
-   patch -i "$srcdir"/pam.d.schroot.patch 

[arch-commits] Commit in schroot/trunk (PKGBUILD pam.d.schroot.patch)

2019-05-17 Thread Sergej Pupykin via arch-commits
Date: Friday, May 17, 2019 @ 15:50:10
  Author: spupykin
Revision: 467725

upgpkg: schroot 1.6.10-22

Modified:
  schroot/trunk/PKGBUILD
  schroot/trunk/pam.d.schroot.patch

-+
 PKGBUILD|4 ++--
 pam.d.schroot.patch |5 -
 2 files changed, 6 insertions(+), 3 deletions(-)

Modified: PKGBUILD
===
--- PKGBUILD2019-05-17 15:42:59 UTC (rev 467724)
+++ PKGBUILD2019-05-17 15:50:10 UTC (rev 467725)
@@ -3,7 +3,7 @@
 
 pkgname=schroot
 pkgver=1.6.10
-pkgrel=21
+pkgrel=22
 pkgdesc="Allows users to execute shell commands under different root 
filesystems. (Successor to dchroot)."
 url="http://packages.qa.debian.org/s/schroot.html;
 license=('GPL3')
@@ -35,7 +35,7 @@
  'ddb2f09c02b24dab777110f9808472e1'
  'f0d5d5b5e34a860f6f90b5628c680f46'
  'af1da6edd8c8c0dafeeb2c2c4e0c840b'
- 'a8d77cac806a0a9adef3f93cdbeb280a'
+ '8010bec7317174c3b10468c87cd2d35b'
  '4c744c38b1541359de5696c65a508e5e')
 
 prepare() {

Modified: pam.d.schroot.patch
===
--- pam.d.schroot.patch 2019-05-17 15:42:59 UTC (rev 467724)
+++ pam.d.schroot.patch 2019-05-17 15:50:10 UTC (rev 467725)
@@ -1,4 +1,4 @@
-@@ -23,13 +23,6 @@
+@@ -23,13 +23,9 @@
  # time restrainst on schroot usage.
  # accountrequisite  pam_time.so
  
@@ -9,6 +9,9 @@
 -@include common-account
 -@include common-session
 -
++account required pam_unix.so
++session required pam_unix.so
++
  # Sets up user limits, please uncomment and read /etc/security/limits.conf
  # to enable this functionality.
  # sessionrequired   pam_limits.so


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

2019-05-17 Thread Sergej Pupykin via arch-commits
Date: Friday, May 17, 2019 @ 15:42:59
  Author: spupykin
Revision: 467724

archrelease: copy trunk to community-x86_64

Added:
  luadbi/repos/community-x86_64/PKGBUILD
(from rev 467723, luadbi/trunk/PKGBUILD)
Deleted:
  luadbi/repos/community-x86_64/PKGBUILD

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

Deleted: PKGBUILD
===
--- PKGBUILD2019-05-17 15:42:37 UTC (rev 467723)
+++ PKGBUILD2019-05-17 15:42:59 UTC (rev 467724)
@@ -1,54 +0,0 @@
-# Maintainer: Sergej Pupykin 
-# Maintainer: Robert Knauer 
-
-pkgbase=luadbi
-pkgname=(lua51-dbi lua52-dbi lua-dbi)
-pkgver=0.7.1
-pkgrel=3
-pkgdesc="Database interface library for Lua"
-arch=('x86_64')
-url="https://github.com/mwild1/luadbi;
-license=('MIT')
-makedepends=('sqlite3' 'mariadb-libs' 'postgresql' 'lua' 'lua52' 'lua51')
-optdepends=('sqlite3: sqlite3 Support'
-'postgresql-libs: postgresql Support'
-'mariadb-libs: mysql Support')
-source=("$pkgname-$pkgver.tar.gz::https://github.com/mwild1/luadbi/archive/v$pkgver.tar.gz;)
-sha1sums=('992c322b09e8a109c45aae938c14303a6b28720c')
-
-prepare() {
-  cp -r "$srcdir"/luadbi-$pkgver "$srcdir"/luadbi51-$pkgver
-  cp -r "$srcdir"/luadbi-$pkgver "$srcdir"/luadbi52-$pkgver
-}
-
-build() {
-  cd "$srcdir"/luadbi51-$pkgver
-  make free LUA_V=5.1
-
-  cd "$srcdir"/luadbi52-$pkgver
-  make free LUA_V=5.2
-
-  cd "$srcdir"/luadbi-$pkgver
-  make free LUA_V=5.3
-}
-
-package_lua51-dbi() {
-  depends=('lua51')
-  cd "$srcdir"/luadbi51-$pkgver
-  make install_free DESTDIR="$pkgdir" LUA_V=5.1
-  install -Dm644 COPYING "${pkgdir}/usr/share/licenses/${pkgname}/COPYING"
-}
-
-package_lua52-dbi() {
-  depends=('lua52')
-  cd "$srcdir"/luadbi52-$pkgver
-  make install_free DESTDIR="$pkgdir" LUA_V=5.2
-  install -Dm644 COPYING "${pkgdir}/usr/share/licenses/${pkgname}/COPYING"
-}
-
-package_lua-dbi() {
-  depends=('lua')
-  cd "$srcdir"/luadbi-$pkgver
-  make install_free DESTDIR="$pkgdir" LUA_V=5.3
-  install -Dm644 COPYING "${pkgdir}/usr/share/licenses/${pkgname}/COPYING"
-}

Copied: luadbi/repos/community-x86_64/PKGBUILD (from rev 467723, 
luadbi/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2019-05-17 15:42:59 UTC (rev 467724)
@@ -0,0 +1,54 @@
+# Maintainer: Sergej Pupykin 
+# Maintainer: Robert Knauer 
+
+pkgbase=luadbi
+pkgname=(lua51-dbi lua52-dbi lua-dbi)
+pkgver=0.7.2
+pkgrel=1
+pkgdesc="Database interface library for Lua"
+arch=('x86_64')
+url="https://github.com/mwild1/luadbi;
+license=('MIT')
+makedepends=('sqlite3' 'mariadb-libs' 'postgresql' 'lua' 'lua52' 'lua51')
+optdepends=('sqlite3: sqlite3 Support'
+'postgresql-libs: postgresql Support'
+'mariadb-libs: mysql Support')
+source=("$pkgname-$pkgver.tar.gz::https://github.com/mwild1/luadbi/archive/v$pkgver.tar.gz;)
+sha1sums=('da56d2bcfdaed0fd3f309799dcfde74b77008476')
+
+prepare() {
+  cp -r "$srcdir"/luadbi-$pkgver "$srcdir"/luadbi51-$pkgver
+  cp -r "$srcdir"/luadbi-$pkgver "$srcdir"/luadbi52-$pkgver
+}
+
+build() {
+  cd "$srcdir"/luadbi51-$pkgver
+  make free LUA_V=5.1
+
+  cd "$srcdir"/luadbi52-$pkgver
+  make free LUA_V=5.2
+
+  cd "$srcdir"/luadbi-$pkgver
+  make free LUA_V=5.3
+}
+
+package_lua51-dbi() {
+  depends=('lua51')
+  cd "$srcdir"/luadbi51-$pkgver
+  make install_free DESTDIR="$pkgdir" LUA_V=5.1
+  install -Dm644 COPYING "${pkgdir}/usr/share/licenses/${pkgname}/COPYING"
+}
+
+package_lua52-dbi() {
+  depends=('lua52')
+  cd "$srcdir"/luadbi52-$pkgver
+  make install_free DESTDIR="$pkgdir" LUA_V=5.2
+  install -Dm644 COPYING "${pkgdir}/usr/share/licenses/${pkgname}/COPYING"
+}
+
+package_lua-dbi() {
+  depends=('lua')
+  cd "$srcdir"/luadbi-$pkgver
+  make install_free DESTDIR="$pkgdir" LUA_V=5.3
+  install -Dm644 COPYING "${pkgdir}/usr/share/licenses/${pkgname}/COPYING"
+}


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

2019-05-17 Thread Sergej Pupykin via arch-commits
Date: Friday, May 17, 2019 @ 15:42:28
  Author: spupykin
Revision: 467722

upgpkg: uucp 1.07-6

Modified:
  uucp/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2019-05-17 15:42:14 UTC (rev 467721)
+++ PKGBUILD2019-05-17 15:42:28 UTC (rev 467722)
@@ -3,7 +3,7 @@
 
 pkgname=uucp
 pkgver=1.07
-pkgrel=5
+pkgrel=6
 pkgdesc="Taylor UUCP is a free implementation of UUCP and is the standard UUCP 
used on the GNU system"
 arch=(x86_64)
 url="https://www.gnu.org/software/uucp/uucp.html;
@@ -34,4 +34,7 @@
   install -D -m644 sample/sys1 "$pkgdir"/etc/uucp/sys
   install -D -m644 sample/port "$pkgdir"/etc/uucp/port
   mv "$pkgdir"/usr/info "$pkgdir"/usr/share/
+
+  sed -i 's|\$\*|"$@"|' "$pkgdir"/usr/bin/{uuto,uusched}
+  chmod u+w "$pkgdir"/usr/bin/*
 }


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

2019-05-17 Thread Sergej Pupykin via arch-commits
Date: Friday, May 17, 2019 @ 15:42:03
  Author: spupykin
Revision: 467720

upgpkg: simh 3.9.0-4

Modified:
  simh/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2019-05-17 15:39:45 UTC (rev 467719)
+++ PKGBUILD2019-05-17 15:42:03 UTC (rev 467720)
@@ -4,13 +4,13 @@
 pkgname=simh
 pkgver=3.9.0
 _pkgver=39-0
-pkgrel=3
+pkgrel=4
 pkgdesc="simulator for assorted historical computers, from Altair to VAX"
 arch=('x86_64')
 url="http://simh.trailing-edge.com;
 license=("BSD")
 depends=("libpcap")
-makedepends=("unzip")
+makedepends=("unzip" "linux-api-headers")
 install=simh.install
 source=("http://simh.trailing-edge.com/sources/simhv${_pkgver}.zip;
"LICENSE")
@@ -21,7 +21,7 @@
   cd "$srcdir"
   mkdir -p BIN
   find VAX -type f -exec sed -i 's/SIM_INLINE//' {} +
-  make USE_NETWORK=1 NETWORK_OPT='-DUSE_NETWORK -isystem /usr/include -lpcap'
+  make USE_TAP_NETWORK=1 USE_NETWORK=1 NETWORK_OPT='-DUSE_NETWORK 
-DUSE_TAP_NETWORK -isystem /usr/include -lpcap'
 }
 
 package() {


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

2019-05-17 Thread Sergej Pupykin via arch-commits
Date: Friday, May 17, 2019 @ 15:42:37
  Author: spupykin
Revision: 467723

archrelease: copy trunk to community-x86_64

Added:
  uucp/repos/community-x86_64/PKGBUILD
(from rev 467722, uucp/trunk/PKGBUILD)
Deleted:
  uucp/repos/community-x86_64/PKGBUILD

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

Deleted: PKGBUILD
===
--- PKGBUILD2019-05-17 15:42:28 UTC (rev 467722)
+++ PKGBUILD2019-05-17 15:42:37 UTC (rev 467723)
@@ -1,38 +0,0 @@
-# $Id$
-# Maintainer: Sergej Pupykin 
-# Contributor: Jick Nan 
-
-pkgname=uucp
-pkgver=1.07
-pkgrel=5
-pkgdesc="Taylor UUCP is a free implementation of UUCP and is the standard UUCP 
used on the GNU system"
-arch=(x86_64)
-url="http://www.gnu.org/software/uucp/uucp.html;
-license=('GPL')
-makedepends=('wget' 'sed' 'grep')
-backup=('etc/uucp/config'
-   'etc/uucp/port'
-   'etc/uucp/sys')
-source=(https://ftp.gnu.org/gnu/uucp/${pkgname}-${pkgver}.tar.gz)
-sha256sums=('060c15bfba6cfd1171ad81f782789032113e199a5aded8f8e0c1c5bd1385b62c')
-
-prepare() {
-  cd "${srcdir}/${pkgname}-${pkgver}"
-  sed -i 's|${CC-cc} -E|${CC-cc} -E -O2|g' configure
-}
-
-build() {
-  cd "${srcdir}/${pkgname}-${pkgver}"
-  ./configure --prefix=/usr --mandir=/usr/share/man 
--with-newconfigdir=/etc/uucp --sbindir=/usr/bin
-  make
-}
-
-package() {
-  cd "${srcdir}/${pkgname}-${pkgver}"
-  make DESTDIR="${pkgdir}" install
-
-  install -D -m644 sample/config "$pkgdir"/etc/uucp/config
-  install -D -m644 sample/sys1 "$pkgdir"/etc/uucp/sys
-  install -D -m644 sample/port "$pkgdir"/etc/uucp/port
-  mv "$pkgdir"/usr/info "$pkgdir"/usr/share/
-}

Copied: uucp/repos/community-x86_64/PKGBUILD (from rev 467722, 
uucp/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2019-05-17 15:42:37 UTC (rev 467723)
@@ -0,0 +1,40 @@
+# Maintainer: Sergej Pupykin 
+# Contributor: Jick Nan 
+
+pkgname=uucp
+pkgver=1.07
+pkgrel=6
+pkgdesc="Taylor UUCP is a free implementation of UUCP and is the standard UUCP 
used on the GNU system"
+arch=(x86_64)
+url="https://www.gnu.org/software/uucp/uucp.html;
+license=('GPL')
+makedepends=('wget' 'sed' 'grep')
+backup=('etc/uucp/config'
+   'etc/uucp/port'
+   'etc/uucp/sys')
+source=(https://ftp.gnu.org/gnu/uucp/${pkgname}-${pkgver}.tar.gz)
+sha256sums=('060c15bfba6cfd1171ad81f782789032113e199a5aded8f8e0c1c5bd1385b62c')
+
+prepare() {
+  cd "${srcdir}/${pkgname}-${pkgver}"
+  sed -i 's|${CC-cc} -E|${CC-cc} -E -O2|g' configure
+}
+
+build() {
+  cd "${srcdir}/${pkgname}-${pkgver}"
+  ./configure --prefix=/usr --mandir=/usr/share/man 
--with-newconfigdir=/etc/uucp --sbindir=/usr/bin
+  make
+}
+
+package() {
+  cd "${srcdir}/${pkgname}-${pkgver}"
+  make DESTDIR="${pkgdir}" install
+
+  install -D -m644 sample/config "$pkgdir"/etc/uucp/config
+  install -D -m644 sample/sys1 "$pkgdir"/etc/uucp/sys
+  install -D -m644 sample/port "$pkgdir"/etc/uucp/port
+  mv "$pkgdir"/usr/info "$pkgdir"/usr/share/
+
+  sed -i 's|\$\*|"$@"|' "$pkgdir"/usr/bin/{uuto,uusched}
+  chmod u+w "$pkgdir"/usr/bin/*
+}


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

2019-05-17 Thread Sergej Pupykin via arch-commits
Date: Friday, May 17, 2019 @ 15:42:14
  Author: spupykin
Revision: 467721

archrelease: copy trunk to community-x86_64

Added:
  simh/repos/community-x86_64/LICENSE
(from rev 467720, simh/trunk/LICENSE)
  simh/repos/community-x86_64/PKGBUILD
(from rev 467720, simh/trunk/PKGBUILD)
  simh/repos/community-x86_64/simh.install
(from rev 467720, simh/trunk/simh.install)
Deleted:
  simh/repos/community-x86_64/LICENSE
  simh/repos/community-x86_64/PKGBUILD
  simh/repos/community-x86_64/simh.install

--+
 LICENSE  |   48 +--
 PKGBUILD |   77 -
 simh.install |   46 +-
 3 files changed, 85 insertions(+), 86 deletions(-)

Deleted: LICENSE
===
--- LICENSE 2019-05-17 15:42:03 UTC (rev 467720)
+++ LICENSE 2019-05-17 15:42:14 UTC (rev 467721)
@@ -1,24 +0,0 @@
-   Original code published in 1993-2005, written by Robert M Supnik
-   Copyright (c) 1993-2005, Robert M Supnik
-
-   Permission is hereby granted, free of charge, to any person obtaining a
-   copy of this software and associated documentation files (the "Software"),
-   to deal in the Software without restriction, including without limitation
-   the rights to use, copy, modify, merge, publish, distribute, sublicense,
-   and/or sell copies of the Software, and to permit persons to whom the
-   Software is furnished to do so, subject to the following conditions:
-
-   The above copyright notice and this permission notice shall be included in
-   all copies or substantial portions of the Software.
-
-   THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
-   IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
-   FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT.  IN NO EVENT SHALL
-   ROBERT M SUPNIK BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER
-   IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN
-   CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.
-
-   Except as contained in this notice, the name of Robert M Supnik shall not be
-   used in advertising or otherwise to promote the sale, use or other dealings
-   in this Software without prior written authorization from Robert M Supnik.
-

Copied: simh/repos/community-x86_64/LICENSE (from rev 467720, 
simh/trunk/LICENSE)
===
--- LICENSE (rev 0)
+++ LICENSE 2019-05-17 15:42:14 UTC (rev 467721)
@@ -0,0 +1,24 @@
+   Original code published in 1993-2005, written by Robert M Supnik
+   Copyright (c) 1993-2005, Robert M Supnik
+
+   Permission is hereby granted, free of charge, to any person obtaining a
+   copy of this software and associated documentation files (the "Software"),
+   to deal in the Software without restriction, including without limitation
+   the rights to use, copy, modify, merge, publish, distribute, sublicense,
+   and/or sell copies of the Software, and to permit persons to whom the
+   Software is furnished to do so, subject to the following conditions:
+
+   The above copyright notice and this permission notice shall be included in
+   all copies or substantial portions of the Software.
+
+   THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
+   IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
+   FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT.  IN NO EVENT SHALL
+   ROBERT M SUPNIK BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER
+   IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN
+   CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.
+
+   Except as contained in this notice, the name of Robert M Supnik shall not be
+   used in advertising or otherwise to promote the sale, use or other dealings
+   in this Software without prior written authorization from Robert M Supnik.
+

Deleted: PKGBUILD
===
--- PKGBUILD2019-05-17 15:42:03 UTC (rev 467720)
+++ PKGBUILD2019-05-17 15:42:14 UTC (rev 467721)
@@ -1,39 +0,0 @@
-# $Id$
-# Maintainer: Sergej Pupykin 
-# Contributor: waterbear 
-
-pkgname=simh
-pkgver=3.9.0
-_pkgver=39-0
-pkgrel=3
-pkgdesc="simulator for assorted historical computers, from Altair to VAX"
-arch=('x86_64')
-url="http://simh.trailing-edge.com;
-license=("BSD")
-depends=("libpcap")
-makedepends=("unzip")
-install=simh.install
-source=("http://simh.trailing-edge.com/sources/simhv${_pkgver}.zip;
-   "LICENSE")
-sha512sums=('5e8cbf92e980b7cb40d68ff60a266f70c0bef0eecdc169a8077ae72a6a71fe12a7be5c62bd033ca36727e2cb8f266a5a6f8a5ed6dd509afbf0a9d7b618f1a4f6'
-

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

2019-05-17 Thread Sergej Pupykin via arch-commits
Date: Friday, May 17, 2019 @ 15:39:45
  Author: spupykin
Revision: 467719

upgpkg: luadbi 0.7.2-1

Modified:
  luadbi/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2019-05-17 15:38:32 UTC (rev 467718)
+++ PKGBUILD2019-05-17 15:39:45 UTC (rev 467719)
@@ -3,8 +3,8 @@
 
 pkgbase=luadbi
 pkgname=(lua51-dbi lua52-dbi lua-dbi)
-pkgver=0.7.1
-pkgrel=3
+pkgver=0.7.2
+pkgrel=1
 pkgdesc="Database interface library for Lua"
 arch=('x86_64')
 url="https://github.com/mwild1/luadbi;
@@ -14,7 +14,7 @@
 'postgresql-libs: postgresql Support'
 'mariadb-libs: mysql Support')
 
source=("$pkgname-$pkgver.tar.gz::https://github.com/mwild1/luadbi/archive/v$pkgver.tar.gz;)
-sha1sums=('992c322b09e8a109c45aae938c14303a6b28720c')
+sha1sums=('da56d2bcfdaed0fd3f309799dcfde74b77008476')
 
 prepare() {
   cp -r "$srcdir"/luadbi-$pkgver "$srcdir"/luadbi51-$pkgver


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

2019-05-17 Thread Sergej Pupykin via arch-commits
Date: Friday, May 17, 2019 @ 15:38:32
  Author: spupykin
Revision: 467718

archrelease: copy trunk to community-x86_64

Added:
  freerdp/repos/community-x86_64/PKGBUILD
(from rev 467717, freerdp/trunk/PKGBUILD)
  freerdp/repos/community-x86_64/fix_nla-8cd156a-backport.patch
(from rev 467717, freerdp/trunk/fix_nla-8cd156a-backport.patch)
Deleted:
  freerdp/repos/community-x86_64/PKGBUILD
  freerdp/repos/community-x86_64/fix_nla-8cd156a-backport.patch

+
 PKGBUILD   |  107 +++
 fix_nla-8cd156a-backport.patch |   96 +-
 2 files changed, 102 insertions(+), 101 deletions(-)

Deleted: PKGBUILD
===
--- PKGBUILD2019-05-17 15:38:19 UTC (rev 467717)
+++ PKGBUILD2019-05-17 15:38:32 UTC (rev 467718)
@@ -1,53 +0,0 @@
-# Maintainer: Sergej Pupykin 
-# Contributor: Stijn Segers 
-
-pkgname=freerdp
-epoch=1
-pkgver=2.0.0_rc4
-#_commit=6001cb710dc67eb8811362b7bf383754257a902b
-_pkgver=${pkgver/_/-}
-_pkgver=${_pkgver/+/-}
-pkgrel=3
-pkgdesc="Free RDP client"
-arch=('x86_64')
-url="http://freerdp.sourceforge.net;
-license=('GPL')
-depends=('openssl' 'libxcursor' 'libcups' 'alsa-lib' 'libxext' 'libxdamage'
-'ffmpeg' 'libxkbfile' 'libxinerama' 'libxv' 'libpulse' 'libxkbfile'
-'libxrender' 'libxfixes' 'gst-plugins-base-libs' 'dbus-glib'
-'libxkbcommon')
-makedepends=('krb5' 'cmake' 'damageproto' 'fixesproto' 'renderproto'
-'xmlto' 'docbook-xsl' 'git')
-provides=('libwinpr-tools2.so' 'libfreerdp-client2.so' 'libfreerdp2.so'
-  'libwinpr2.so')
-#source=("FreeRDP-${_pkgver}::git://github.com/FreeRDP/FreeRDP.git#commit=${_commit}")
-source=($pkgname-$pkgver.tar.gz::https://github.com/FreeRDP/FreeRDP/archive/${pkgver/_/-}.tar.gz
-   fix_nla-8cd156a-backport.patch)
-sha256sums=('3406f3bfab63f81c1533029a5bf73949ff60f22f6e155c5a08005b8b8afe6d49'
-'2d449e0c1adee1ef131501e1613fc4c59fd122ca866d09f52eeff61236de81e4')
-
-prepare() {
- cd "$srcdir"/FreeRDP-${_pkgver}
-# patch -Np1 -i "${srcdir}/fix_nla-8cd156a-backport.patch"
-}
-
-build() {
-  cd "$srcdir"/FreeRDP-${_pkgver}
-  cmake \
-   -DCMAKE_INSTALL_PREFIX=/usr \
-   -DCMAKE_INSTALL_LIBDIR=lib \
-   -DWITH_PULSE=ON \
-   -DWITH_CUPS=ON \
-   -DWITH_CHANNELS=ON \
-   -DWITH_CLIENT_CHANNELS=ON \
-   -DWITH_SERVER_CHANNELS=ON \
-   -DWITH_WAYLAND=ON \
-   -DCHANNEL_URBDRC_CLIENT=ON \
-   .
-  make
-}
-
-package() {
-  cd "$srcdir"/FreeRDP-${_pkgver}
-  make DESTDIR="${pkgdir}" install
-}

Copied: freerdp/repos/community-x86_64/PKGBUILD (from rev 467717, 
freerdp/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2019-05-17 15:38:32 UTC (rev 467718)
@@ -0,0 +1,54 @@
+# Maintainer: Sergej Pupykin 
+# Contributor: Stijn Segers 
+
+pkgname=freerdp
+epoch=1
+pkgver=2.0.0_rc4
+#_commit=6001cb710dc67eb8811362b7bf383754257a902b
+_pkgver=${pkgver/_/-}
+_pkgver=${_pkgver/+/-}
+pkgrel=4
+pkgdesc="Free RDP client"
+arch=('x86_64')
+url="http://freerdp.sourceforge.net;
+license=('GPL')
+depends=('openssl' 'libxcursor' 'libcups' 'alsa-lib' 'libxext' 'libxdamage'
+'ffmpeg' 'libxkbfile' 'libxinerama' 'libxv' 'libpulse' 'libxkbfile'
+'libxrender' 'libxfixes' 'gst-plugins-base-libs' 'dbus-glib'
+'libxkbcommon')
+makedepends=('krb5' 'cmake' 'damageproto' 'fixesproto' 'renderproto'
+'xmlto' 'docbook-xsl' 'git')
+provides=('libwinpr-tools2.so' 'libfreerdp-client2.so' 'libfreerdp2.so'
+  'libwinpr2.so')
+#source=("FreeRDP-${_pkgver}::git://github.com/FreeRDP/FreeRDP.git#commit=${_commit}")
+source=($pkgname-$pkgver.tar.gz::https://github.com/FreeRDP/FreeRDP/archive/${pkgver/_/-}.tar.gz
+   fix_nla-8cd156a-backport.patch)
+sha256sums=('3406f3bfab63f81c1533029a5bf73949ff60f22f6e155c5a08005b8b8afe6d49'
+'2d449e0c1adee1ef131501e1613fc4c59fd122ca866d09f52eeff61236de81e4')
+
+prepare() {
+ cd "$srcdir"/FreeRDP-${_pkgver}
+# patch -Np1 -i "${srcdir}/fix_nla-8cd156a-backport.patch"
+}
+
+build() {
+  cd "$srcdir"/FreeRDP-${_pkgver}
+  cmake \
+   -DCMAKE_INSTALL_PREFIX=/usr \
+   -DCMAKE_INSTALL_LIBDIR=lib \
+   -DWITH_PULSE=ON \
+   -DWITH_CUPS=ON \
+   -DWITH_CHANNELS=ON \
+   -DWITH_CLIENT_CHANNELS=ON \
+   -DWITH_SERVER_CHANNELS=ON \
+   -DWITH_WAYLAND=ON \
+   -DCHANNEL_URBDRC_CLIENT=ON \
+   -DWITH_SERVER=ON \
+   .
+  make
+}
+
+package() {
+  cd "$srcdir"/FreeRDP-${_pkgver}
+  make DESTDIR="${pkgdir}" install
+}

Deleted: fix_nla-8cd156a-backport.patch
===
--- fix_nla-8cd156a-backport.patch  2019-05-17 15:38:19 UTC (rev 467717)
+++ fix_nla-8cd156a-backport.patch  2019-05-17 15:38:32 UTC (rev 467718)
@@ -1,48 +0,0 @@
-From: Bernhard Miklautz 

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

2019-05-17 Thread Sergej Pupykin via arch-commits
Date: Friday, May 17, 2019 @ 15:38:19
  Author: spupykin
Revision: 467717

upgpkg: freerdp 1:2.0.0_rc4-4

Modified:
  freerdp/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2019-05-17 15:37:28 UTC (rev 467716)
+++ PKGBUILD2019-05-17 15:38:19 UTC (rev 467717)
@@ -7,7 +7,7 @@
 #_commit=6001cb710dc67eb8811362b7bf383754257a902b
 _pkgver=${pkgver/_/-}
 _pkgver=${_pkgver/+/-}
-pkgrel=3
+pkgrel=4
 pkgdesc="Free RDP client"
 arch=('x86_64')
 url="http://freerdp.sourceforge.net;
@@ -43,6 +43,7 @@
-DWITH_SERVER_CHANNELS=ON \
-DWITH_WAYLAND=ON \
-DCHANNEL_URBDRC_CLIENT=ON \
+   -DWITH_SERVER=ON \
.
   make
 }


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

2019-05-17 Thread Sergej Pupykin via arch-commits
Date: Friday, May 17, 2019 @ 15:37:28
  Author: spupykin
Revision: 467716

remove lua-bitop optdep

Modified:
  prosody/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2019-05-17 15:15:02 UTC (rev 467715)
+++ PKGBUILD2019-05-17 15:37:28 UTC (rev 467716)
@@ -18,7 +18,6 @@
 conflicts=('prosody')
 provides=('prosody')
 optdepends=('lua52-sec: TLS encryption support'
-   'lua52-bitop: websocket support'
 #  'lua52-event: libevent support'
'lua52-dbi: SQL storage support')
 install=prosody.install


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

2019-05-17 Thread Maxime Gauduin via arch-commits
Date: Friday, May 17, 2019 @ 15:15:02
  Author: alucryd
Revision: 467715

archrelease: copy trunk to community-any

Added:
  lollypop/repos/community-any/PKGBUILD
(from rev 467714, lollypop/trunk/PKGBUILD)
Deleted:
  lollypop/repos/community-any/PKGBUILD

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

Deleted: PKGBUILD
===
--- PKGBUILD2019-05-17 15:14:56 UTC (rev 467714)
+++ PKGBUILD2019-05-17 15:15:02 UTC (rev 467715)
@@ -1,56 +0,0 @@
-# Maintainer: Maxime Gauduin 
-# Contributor: kirek 
-# Contributor: Cédric Bellegarde 
-
-pkgname=lollypop
-pkgver=1.0.10
-pkgrel=1
-pkgdesc='Music player for GNOME'
-arch=(any)
-url=https://gitlab.gnome.org/gnumdk/lollypop
-license=(GPL)
-depends=(
-  gst-plugins-base-libs
-  gtk3
-  python-beautifulsoup4
-  python-cairo
-  python-dbus
-  python-gobject
-  python-pillow
-  totem-plparser
-)
-makedepends=(
-  git
-  gobject-introspection
-  intltool
-  itstool
-  meson
-)
-optdepends=(
-  'easytag: Modify tags'
-  'flatpak: Flatpak Portal'
-  'gst-libav: FFmpeg plugin for GStreamer'
-  'gst-plugins-bad: "Bad" plugin libraries'
-  'gst-plugins-base: "Base" plugin libraries'
-  'gst-plugins-good: "Good" plugin libraries'
-  'gst-plugins-ugly: "Ugly" plugin libraries'
-  'kid3-qt: Store covers in tags'
-  'libsecret: Last.FM support'
-  'python-pylast: Last.FM support'
-  'python-wikipedia: Wikipedia support'
-  'youtube-dl: Youtube support'
-)
-source=(git+https://gitlab.gnome.org/World/lollypop.git#tag=${pkgver})
-sha256sums=('SKIP')
-
-build() {
-  arch-meson lollypop build \
---libexecdir=lib/lollypop
-  ninja -C build
-}
-
-package() {
-  DESTDIR="${pkgdir}" ninja -C build install
-}
-
-# vim: ts=2 sw=2 et:

Copied: lollypop/repos/community-any/PKGBUILD (from rev 467714, 
lollypop/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2019-05-17 15:15:02 UTC (rev 467715)
@@ -0,0 +1,56 @@
+# Maintainer: Maxime Gauduin 
+# Contributor: kirek 
+# Contributor: Cédric Bellegarde 
+
+pkgname=lollypop
+pkgver=1.0.10
+pkgrel=2
+pkgdesc='Music player for GNOME'
+arch=(any)
+url=https://gitlab.gnome.org/gnumdk/lollypop
+license=(GPL)
+depends=(
+  appstream-glib
+  gst-plugins-base-libs
+  gtk3
+  python-beautifulsoup4
+  python-cairo
+  python-gobject
+  python-pillow
+  totem-plparser
+)
+makedepends=(
+  git
+  gobject-introspection
+  intltool
+  itstool
+  meson
+)
+optdepends=(
+  'easytag: Modify tags'
+  'flatpak: Flatpak Portal'
+  'gst-libav: FFmpeg plugin for GStreamer'
+  'gst-plugins-bad: "Bad" plugin libraries'
+  'gst-plugins-base: "Base" plugin libraries'
+  'gst-plugins-good: "Good" plugin libraries'
+  'gst-plugins-ugly: "Ugly" plugin libraries'
+  'kid3-qt: Store covers in tags'
+  'libsecret: Last.FM support'
+  'python-pylast: Last.FM support'
+  'python-wikipedia: Wikipedia support'
+  'youtube-dl: Youtube support'
+)
+source=(git+https://gitlab.gnome.org/World/lollypop.git#tag=${pkgver})
+sha256sums=('SKIP')
+
+build() {
+  arch-meson lollypop build \
+--libexecdir=lib/lollypop
+  ninja -C build
+}
+
+package() {
+  DESTDIR="${pkgdir}" ninja -C build install
+}
+
+# vim: ts=2 sw=2 et:


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

2019-05-17 Thread Maxime Gauduin via arch-commits
Date: Friday, May 17, 2019 @ 15:14:56
  Author: alucryd
Revision: 467714

upgpkg: lollypop 1.0.10-2

Modified:
  lollypop/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2019-05-17 15:08:05 UTC (rev 467713)
+++ PKGBUILD2019-05-17 15:14:56 UTC (rev 467714)
@@ -4,17 +4,17 @@
 
 pkgname=lollypop
 pkgver=1.0.10
-pkgrel=1
+pkgrel=2
 pkgdesc='Music player for GNOME'
 arch=(any)
 url=https://gitlab.gnome.org/gnumdk/lollypop
 license=(GPL)
 depends=(
+  appstream-glib
   gst-plugins-base-libs
   gtk3
   python-beautifulsoup4
   python-cairo
-  python-dbus
   python-gobject
   python-pillow
   totem-plparser


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

2019-05-17 Thread Felix Yan via arch-commits
Date: Friday, May 17, 2019 @ 15:08:05
  Author: felixonmars
Revision: 467713

archrelease: copy trunk to community-staging-x86_64

Added:
  shellcheck/repos/community-staging-x86_64/
  shellcheck/repos/community-staging-x86_64/PKGBUILD
(from rev 467712, shellcheck/trunk/PKGBUILD)

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

Copied: shellcheck/repos/community-staging-x86_64/PKGBUILD (from rev 467712, 
shellcheck/trunk/PKGBUILD)
===
--- community-staging-x86_64/PKGBUILD   (rev 0)
+++ community-staging-x86_64/PKGBUILD   2019-05-17 15:08:05 UTC (rev 467713)
@@ -0,0 +1,45 @@
+# Maintainer: Felix Yan 
+# Contributor: Arch Haskell Team 
+
+_hkgname=ShellCheck
+pkgname=shellcheck
+pkgver=0.6.0
+pkgrel=104
+pkgdesc="Shell script analysis tool"
+url="http://www.shellcheck.net;
+license=("GPL")
+arch=('x86_64')
+depends=('ghc-libs' 'haskell-aeson' 'haskell-quickcheck' 'haskell-regex-tdfa')
+makedepends=('ghc' 'pandoc')
+source=("$_hkgname-$pkgver.tar.gz::https://github.com/koalaman/shellcheck/archive/v$pkgver.tar.gz;)
+sha512sums=('4e9575985fe914cb35444995212ac1afaa40b004dbbc86b5987bf8b65e20b14a0102c9c601dc061d604129a8e978021f22a11d682545cb7f07ec974495cfa387')
+
+build() {
+cd $pkgname-$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
+
+pandoc -s -t man shellcheck.1.md -o shellcheck.1
+}
+
+check() {
+cd $pkgname-$pkgver
+runhaskell Setup test
+}
+
+package() {
+cd $pkgname-$pkgver
+
+install -D -m644 ${pkgname}.1   "${pkgdir}/usr/share/man/man1/${pkgname}.1"
+install -D -m744 register.sh   
"${pkgdir}/usr/share/haskell/register/${pkgname}.sh"
+install -D -m744 unregister.sh 
"${pkgdir}/usr/share/haskell/unregister/${pkgname}.sh"
+runhaskell Setup copy --destdir="${pkgdir}"
+rm -f "${pkgdir}/usr/share/doc/${pkgname}/LICENSE"
+}


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

2019-05-17 Thread Felix Yan via arch-commits
Date: Friday, May 17, 2019 @ 15:07:51
  Author: felixonmars
Revision: 467712

upgpkg: shellcheck 0.6.0-104

rebuild with parsers 0.12.10

Modified:
  shellcheck/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2019-05-17 15:04:46 UTC (rev 467711)
+++ PKGBUILD2019-05-17 15:07:51 UTC (rev 467712)
@@ -4,7 +4,7 @@
 _hkgname=ShellCheck
 pkgname=shellcheck
 pkgver=0.6.0
-pkgrel=103
+pkgrel=104
 pkgdesc="Shell script analysis tool"
 url="http://www.shellcheck.net;
 license=("GPL")


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

2019-05-17 Thread Felix Yan via arch-commits
Date: Friday, May 17, 2019 @ 15:04:33
  Author: felixonmars
Revision: 467710

upgpkg: postgrest 5.2.0-74

rebuild with parsers 0.12.10

Modified:
  postgrest/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2019-05-17 15:01:20 UTC (rev 467709)
+++ PKGBUILD2019-05-17 15:04:33 UTC (rev 467710)
@@ -3,7 +3,7 @@
 
 pkgname=postgrest
 pkgver=5.2.0
-pkgrel=73
+pkgrel=74
 pkgdesc="REST API for any Postgres database"
 url="https://github.com/begriffs/postgrest;
 license=("MIT")


[arch-commits] Commit in lightdm/repos/testing-x86_64 (18 files)

2019-05-17 Thread Maxime Gauduin via arch-commits
Date: Friday, May 17, 2019 @ 15:04:28
  Author: alucryd
Revision: 353546

archrelease: copy trunk to testing-x86_64

Added:
  lightdm/repos/testing-x86_64/PKGBUILD
(from rev 353545, lightdm/trunk/PKGBUILD)
  lightdm/repos/testing-x86_64/Xsession
(from rev 353545, lightdm/trunk/Xsession)
  lightdm/repos/testing-x86_64/lightdm-autologin.pam
(from rev 353545, lightdm/trunk/lightdm-autologin.pam)
  lightdm/repos/testing-x86_64/lightdm-default-config.patch
(from rev 353545, lightdm/trunk/lightdm-default-config.patch)
  lightdm/repos/testing-x86_64/lightdm.pam
(from rev 353545, lightdm/trunk/lightdm.pam)
  lightdm/repos/testing-x86_64/lightdm.rules
(from rev 353545, lightdm/trunk/lightdm.rules)
  lightdm/repos/testing-x86_64/lightdm.service
(from rev 353545, lightdm/trunk/lightdm.service)
  lightdm/repos/testing-x86_64/lightdm.sysusers
(from rev 353545, lightdm/trunk/lightdm.sysusers)
  lightdm/repos/testing-x86_64/lightdm.tmpfiles
(from rev 353545, lightdm/trunk/lightdm.tmpfiles)
Deleted:
  lightdm/repos/testing-x86_64/PKGBUILD
  lightdm/repos/testing-x86_64/Xsession
  lightdm/repos/testing-x86_64/lightdm-autologin.pam
  lightdm/repos/testing-x86_64/lightdm-default-config.patch
  lightdm/repos/testing-x86_64/lightdm.pam
  lightdm/repos/testing-x86_64/lightdm.rules
  lightdm/repos/testing-x86_64/lightdm.service
  lightdm/repos/testing-x86_64/lightdm.sysusers
  lightdm/repos/testing-x86_64/lightdm.tmpfiles

--+
 PKGBUILD |  314 -
 Xsession |  128 
 lightdm-autologin.pam|   26 +--
 lightdm-default-config.patch |   80 +-
 lightdm.pam  |   14 -
 lightdm.rules|   30 +--
 lightdm.service  |   28 +--
 lightdm.sysusers |4 
 lightdm.tmpfiles |   10 -
 9 files changed, 316 insertions(+), 318 deletions(-)

Deleted: PKGBUILD
===
--- PKGBUILD2019-05-17 15:04:16 UTC (rev 353545)
+++ PKGBUILD2019-05-17 15:04:28 UTC (rev 353546)
@@ -1,157 +0,0 @@
-# Maintainer: Maxime Gauduin 
-# Contributor: Morfeo 
-
-pkgbase=lightdm
-pkgname=(
-  lightdm
-  liblightdm-qt5
-)
-pkgver=1.30.0
-pkgrel=1
-epoch=1
-pkgdesc='A lightweight display manager'
-arch=(x86_64)
-url=https://www.freedesktop.org/wiki/Software/LightDM/
-license=(
-  GPL3
-  LGPL3
-)
-makedepends=(
-  glib2
-  git
-  gobject-introspection
-  gtk-doc
-  intltool
-  itstool
-  libgcrypt
-  libx11
-  libxcb
-  libxdmcp
-  libxklavier
-  pam
-  polkit
-  qt5-base
-  vala
-  yelp-tools
-)
-source=(
-  git+https://github.com/CanonicalLtd/lightdm.git#tag=${pkgver}
-  lightdm.service
-  lightdm.sysusers
-  lightdm.tmpfiles
-  lightdm.pam
-  lightdm-autologin.pam
-  lightdm.rules
-  lightdm-default-config.patch
-  Xsession
-)
-sha256sums=('SKIP'
-'0db37a14521be729411a767f157fbd07adb738b14006277def53a1efe4dacfb8'
-'19acdbf64c342f77662c08aa53a5ab932ef7faad6e16452b0fbe7758fa935345'
-'dc01ed0bd1c2f271a4b13ed030485e4a9fa4015c69806d6be485237ff69dce41'
-'e8c4c5fd3b801a390d201166fd1fb9730e78a5c62928768103b870b6bd980ea0'
-'33e3c3d6e16c8d30756754ea3f31f5457c5be0343686aad287692be34958984a'
-'a89566307e1c81c24f037d854cbd472d2f94f8a4b759877a01563a332319f7d6'
-'782a52dc39a7d6f2c6ee31e66897e3502fc14864e3e4ede8e3d1a0da74b8dfdf'
-'d30321a1b490500483b8ed7825fcff2c24a7c760ac627789ff517693888ec3c5')
-
-prepare() {
-  cd lightdm
-
-  patch -Np1 -i ../lightdm-default-config.patch
-
-  NOCONFIGURE=1 ./autogen.sh
-}
-
-build() {
-  cd lightdm
-
-  export MOC5=moc-qt5
-
-  ./configure \
---prefix=/usr \
---libexecdir=/usr/lib/lightdm \
---localstatedir=/var \
---sbindir=/usr/bin \
---sysconfdir=/etc \
---disable-static \
---disable-tests \
---enable-gtk-doc \
---with-greeter-user=lightdm \
---with-greeter-session=lightdm-gtk-greeter
-  make
-}
-
-package_lightdm() {
-  depends=(
-glib2
-libgcrypt
-libx11
-libxcb
-libxdmcp
-libxklavier
-pam
-polkit
-  )
-  optdepends=(
-'accountsservice: Enhanced user accounts handling'
-'lightdm-gtk-greeter: GTK greeter'
-'xorg-server-xephyr: LightDM test mode'
-  )
-  backup=(
-etc/apparmor.d/lightdm-guest-session
-etc/lightdm/keys.conf
-etc/lightdm/lightdm.conf
-etc/lightdm/users.conf
-etc/lightdm/Xsession
-etc/pam.d/lightdm
-etc/pam.d/lightdm-autologin
-etc/pam.d/lightdm-greeter
-  )
-
-  cd lightdm
-
-  make DESTDIR="${pkgdir}" install
-  make DESTDIR="${pkgdir}" -C liblightdm-qt uninstall
-  install -m 755 ../Xsession "${pkgdir}"/etc/lightdm/Xsession
-  rm -rf "${pkgdir}"/etc/init
-  rm -rf "${pkgdir}"/usr/include/lightdm-qt{,5}-*
-
-  # Dbus
-  mv "${pkgdir}"/{etc,usr/share}/dbus-1/system.d
-  rmdir "${pkgdir}"/etc/dbus-1
-
-  # PAM
-  install 

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

2019-05-17 Thread Felix Yan via arch-commits
Date: Friday, May 17, 2019 @ 14:59:28
  Author: felixonmars
Revision: 467706

upgpkg: haskell-hakyll 4.12.5.2-3

rebuild with parsers 0.12.10

Modified:
  haskell-hakyll/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2019-05-17 14:57:39 UTC (rev 467705)
+++ PKGBUILD2019-05-17 14:59:28 UTC (rev 467706)
@@ -4,7 +4,7 @@
 _hkgname=hakyll
 pkgname=haskell-hakyll
 pkgver=4.12.5.2
-pkgrel=2
+pkgrel=3
 pkgdesc="A static website compiler library"
 url="http://jaspervdj.be/hakyll;
 license=("BSD")


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

2019-05-17 Thread Felix Yan via arch-commits
Date: Friday, May 17, 2019 @ 14:59:41
  Author: felixonmars
Revision: 467707

archrelease: copy trunk to community-staging-x86_64

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

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

Copied: haskell-hakyll/repos/community-staging-x86_64/PKGBUILD (from rev 
467706, haskell-hakyll/trunk/PKGBUILD)
===
--- community-staging-x86_64/PKGBUILD   (rev 0)
+++ community-staging-x86_64/PKGBUILD   2019-05-17 14:59:41 UTC (rev 467707)
@@ -0,0 +1,51 @@
+# Maintainer: Felix Yan 
+# Contributor: Arch Haskell Team 
+
+_hkgname=hakyll
+pkgname=haskell-hakyll
+pkgver=4.12.5.2
+pkgrel=3
+pkgdesc="A static website compiler library"
+url="http://jaspervdj.be/hakyll;
+license=("BSD")
+arch=('x86_64')
+depends=('ghc-libs' 'haskell-blaze-html' 'haskell-blaze-markup' 
'haskell-cryptohash'
+ 'haskell-data-default' 'haskell-file-embed' 'haskell-fsnotify' 
'haskell-http-conduit'
+ 'haskell-http-types' 'haskell-lrucache' 'haskell-network-uri'
+ 'haskell-optparse-applicative' 'pandoc' 'pandoc-citeproc' 
'haskell-random'
+ 'haskell-regex-tdfa' 'haskell-resourcet' 'haskell-scientific' 
'haskell-tagsoup'
+ 'haskell-time-locale-compat' 'haskell-unordered-containers' 
'haskell-vector'
+ 'haskell-wai' 'haskell-wai-app-static' 'haskell-warp' 'haskell-yaml')
+makedepends=('ghc' 'haskell-quickcheck' 'haskell-tasty' 'haskell-tasty-hunit'
+ 'haskell-tasty-quickcheck')
+source=("https://hackage.haskell.org/packages/archive/${_hkgname}/${pkgver}/${_hkgname}-${pkgver}.tar.gz;)
+sha512sums=('715324fa19b85e8f39e33b4d5082a04f40fc667737b41117da68a6a0eedad288a551929fa2eea636dd421d4d416996125ff9d83752c7daaf64ecc191e9790469')
+
+build() {
+cd $_hkgname-$pkgver
+
+runhaskell Setup configure -O --enable-shared --enable-executable-dynamic 
--disable-library-vanilla \
+--prefix=/usr --docdir=/usr/share/doc/$pkgname --datasubdir="$pkgname" 
--enable-tests \
+--dynlibdir=/usr/lib --libsubdir=\$compiler/site-local/\$pkgid \
+-fcheckexternal -fwatchserver -fpreviewserver -fusepandoc
+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
+LC_CTYPE=en_US.UTF-8 runhaskell Setup test || warning 
"https://github.com/jaspervdj/hakyll/issues/682;
+}
+
+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 pandoc-crossref/trunk (PKGBUILD)

2019-05-17 Thread Felix Yan via arch-commits
Date: Friday, May 17, 2019 @ 15:01:07
  Author: felixonmars
Revision: 467708

upgpkg: pandoc-crossref 0.3.4.1-14

rebuild with parsers 0.12.10

Modified:
  pandoc-crossref/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2019-05-17 14:59:41 UTC (rev 467707)
+++ PKGBUILD2019-05-17 15:01:07 UTC (rev 467708)
@@ -3,7 +3,7 @@
 
 pkgname=pandoc-crossref
 pkgver=0.3.4.1
-pkgrel=13
+pkgrel=14
 pkgdesc="Pandoc filter for cross-references"
 url="https://hackage.haskell.org/package/${pkgname};
 license=("GPL2")


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

2019-05-17 Thread Felix Yan via arch-commits
Date: Friday, May 17, 2019 @ 15:04:46
  Author: felixonmars
Revision: 467711

archrelease: copy trunk to community-staging-x86_64

Added:
  postgrest/repos/community-staging-x86_64/
  postgrest/repos/community-staging-x86_64/PKGBUILD
(from rev 467710, postgrest/trunk/PKGBUILD)

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

Copied: postgrest/repos/community-staging-x86_64/PKGBUILD (from rev 467710, 
postgrest/trunk/PKGBUILD)
===
--- community-staging-x86_64/PKGBUILD   (rev 0)
+++ community-staging-x86_64/PKGBUILD   2019-05-17 15:04:46 UTC (rev 467711)
@@ -0,0 +1,70 @@
+# Maintainer: Felix Yan 
+# Contributor: Arch Haskell Team 
+
+pkgname=postgrest
+pkgver=5.2.0
+pkgrel=74
+pkgdesc="REST API for any Postgres database"
+url="https://github.com/begriffs/postgrest;
+license=("MIT")
+arch=('x86_64')
+depends=('ghc-libs' 'haskell-auto-update' 'haskell-hasql' 'haskell-hasql-pool' 
'haskell-protolude'
+ 'haskell-warp' 'haskell-base64-bytestring' 'haskell-retry' 
'haskell-aeson'
+ 'haskell-ansi-wl-pprint' 'haskell-case-insensitive' 'haskell-cassava'
+ 'haskell-configurator-ng' 'haskell-contravariant' 
'haskell-contravariant-extras'
+ 'haskell-either' 'haskell-gitrev' 'haskell-hasql-transaction' 
'haskell-heredoc'
+ 'haskell-http' 'haskell-http-types' 
'haskell-insert-ordered-containers'
+ 'haskell-interpolatedstring-perl6' 'haskell-jose' 'haskell-lens' 
'haskell-lens-aeson'
+ 'haskell-network-uri' 'haskell-optparse-applicative' 
'haskell-ranged-sets'
+ 'haskell-regex-tdfa' 'haskell-scientific' 'haskell-swagger2' 
'haskell-unordered-containers'
+ 'haskell-vector' 'haskell-wai' 'haskell-wai-cors' 'haskell-wai-extra'
+ 'haskell-wai-middleware-static' 'haskell-cookie')
+makedepends=('ghc' 'haskell-aeson-qq' 'haskell-async' 'haskell-hspec' 
'haskell-hspec-wai'
+ 'haskell-hspec-wai-json' 'haskell-hjsonschema')
+checkdepends=('pifpaf' 'postgresql' 'procps-ng')
+source=("$pkgname-$pkgver.tar.bz2::https://github.com/begriffs/postgrest/archive/v$pkgver.tar.gz;)
+sha512sums=('7c2bba89457dd8b3d681ccc032482055144b5ee17336b2e90dda6bbed6c229f36cf521cf66aafd7923ca6c147a1f2bb26567a3109079dae65d726e85f85b32ed')
+
+prepare() {
+cd $pkgname-$pkgver
+sed -i -e 's/==/>=/' -e 's/< *4.10/<5/' -e 's/== 0.3.0/>= 0.3.0/' 
$pkgname.cabal
+}
+
+build() {
+cd "${srcdir}/${pkgname}-${pkgver}"
+
+runhaskell Setup configure -O --enable-shared --enable-executable-dynamic 
--disable-library-vanilla \
+--prefix=/usr --docdir="/usr/share/doc/${pkgname}" --enable-tests \
+--dynlibdir=/usr/lib --libsubdir=\$compiler/site-local/\$pkgid \
+-f-CI
+runhaskell Setup build
+runhaskell Setup register --gen-script
+runhaskell Setup unregister --gen-script
+sed -i -r -e "s|ghc-pkg.*update[^ ]* |&'--force' |" register.sh
+sed -i -r -e "s|ghc-pkg.*unregister[^ ]* |&'--force' |" unregister.sh
+}
+
+check() {
+cd $pkgname-$pkgver
+
+eval $(pifpaf run postgresql --host 127.0.0.1 --port 5432)
+createdb postgrest_test
+
+# TODO: it shouldn't take this long to finish
+# POSTGREST_TEST_CONNECTION=$(test/create_test_db 
"postgres://$USER@localhost" postgrest_test) runhaskell Setup test
+
+# Disabled: uses stack
+# test/io-tests.sh
+
+pifpaf_stop
+}
+
+package() {
+cd "${srcdir}/${pkgname}-${pkgver}"
+
+install -D -m744 register.sh   
"${pkgdir}/usr/share/haskell/register/${pkgname}.sh"
+install -D -m744 unregister.sh 
"${pkgdir}/usr/share/haskell/unregister/${pkgname}.sh"
+runhaskell Setup copy --destdir="${pkgdir}"
+install -D -m644 "LICENSE" 
"${pkgdir}/usr/share/licenses/${pkgname}/LICENSE"
+rm -f "${pkgdir}/usr/share/doc/${pkgname}/LICENSE"
+}


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

2019-05-17 Thread Maxime Gauduin via arch-commits
Date: Friday, May 17, 2019 @ 15:04:16
  Author: alucryd
Revision: 353545

upgpkg: lightdm 1:1.30.0-2

Modified:
  lightdm/trunk/PKGBUILD
  lightdm/trunk/lightdm.sysusers
  lightdm/trunk/lightdm.tmpfiles

--+
 PKGBUILD |6 +++---
 lightdm.sysusers |4 +---
 lightdm.tmpfiles |2 +-
 3 files changed, 5 insertions(+), 7 deletions(-)

Modified: PKGBUILD
===
--- PKGBUILD2019-05-17 14:30:12 UTC (rev 353544)
+++ PKGBUILD2019-05-17 15:04:16 UTC (rev 353545)
@@ -7,7 +7,7 @@
   liblightdm-qt5
 )
 pkgver=1.30.0
-pkgrel=1
+pkgrel=2
 epoch=1
 pkgdesc='A lightweight display manager'
 arch=(x86_64)
@@ -47,8 +47,8 @@
 )
 sha256sums=('SKIP'
 '0db37a14521be729411a767f157fbd07adb738b14006277def53a1efe4dacfb8'
-'19acdbf64c342f77662c08aa53a5ab932ef7faad6e16452b0fbe7758fa935345'
-'dc01ed0bd1c2f271a4b13ed030485e4a9fa4015c69806d6be485237ff69dce41'
+'fd93291bfc9985f0a1bb288472866aa0a9bcd259e024c3a29d20ca158bc08403'
+'cd69f928a1a5b30a30ba916e1b64c9f3657597cb28f3f0e220494d6e5e4bf587'
 'e8c4c5fd3b801a390d201166fd1fb9730e78a5c62928768103b870b6bd980ea0'
 '33e3c3d6e16c8d30756754ea3f31f5457c5be0343686aad287692be34958984a'
 'a89566307e1c81c24f037d854cbd472d2f94f8a4b759877a01563a332319f7d6'

Modified: lightdm.sysusers
===
--- lightdm.sysusers2019-05-17 14:30:12 UTC (rev 353544)
+++ lightdm.sysusers2019-05-17 15:04:16 UTC (rev 353545)
@@ -1,3 +1 @@
-g lightdm 620 -
-u lightdm 620 "Light Display Manager" /var/lib/lightdm
-
+u lightdm - "Light Display Manager" /var/lib/lightdm

Modified: lightdm.tmpfiles
===
--- lightdm.tmpfiles2019-05-17 14:30:12 UTC (rev 353544)
+++ lightdm.tmpfiles2019-05-17 15:04:16 UTC (rev 353545)
@@ -1,4 +1,4 @@
-d /run/lightdm 0711 lightdm lightdm 0
+d /run/lightdm 0711 lightdm lightdm -
 d /var/cache/lightdm 0711 root lightdm -
 d /var/lib/lightdm 1770 lightdm lightdm -
 d /var/lib/lightdm-data 1770 lightdm lightdm -


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

2019-05-17 Thread Felix Yan via arch-commits
Date: Friday, May 17, 2019 @ 15:01:20
  Author: felixonmars
Revision: 467709

archrelease: copy trunk to community-staging-x86_64

Added:
  pandoc-crossref/repos/community-staging-x86_64/
  pandoc-crossref/repos/community-staging-x86_64/PKGBUILD
(from rev 467708, pandoc-crossref/trunk/PKGBUILD)

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

Copied: pandoc-crossref/repos/community-staging-x86_64/PKGBUILD (from rev 
467708, pandoc-crossref/trunk/PKGBUILD)
===
--- community-staging-x86_64/PKGBUILD   (rev 0)
+++ community-staging-x86_64/PKGBUILD   2019-05-17 15:01:20 UTC (rev 467709)
@@ -0,0 +1,46 @@
+# Maintainer: Felix Yan 
+# Contributor: Arch Haskell Team 
+
+pkgname=pandoc-crossref
+pkgver=0.3.4.1
+pkgrel=14
+pkgdesc="Pandoc filter for cross-references"
+url="https://hackage.haskell.org/package/${pkgname};
+license=("GPL2")
+arch=('x86_64')
+depends=('ghc-libs' 'haskell-data-default' 'haskell-data-accessor' 
'haskell-data-accessor-template'
+ 'haskell-data-accessor-transformers' 'haskell-gitrev' 
'haskell-open-browser'
+ 'haskell-optparse-applicative' 'pandoc' 'haskell-pandoc-types' 
'haskell-roman-numerals'
+ 'haskell-syb' 'haskell-utility-ht')
+makedepends=('ghc' 'haskell-hspec')
+conflicts=('haskell-pandoc-crossref')
+replaces=('haskell-pandoc-crossref')
+source=("$pkgname-$pkgver.tar.gz::https://github.com/lierdakil/pandoc-crossref/archive/v$pkgver.tar.gz;)
+sha512sums=('25cee0e9626e67d46769fff47da67fc616c1ce6c181e3c6e3f82b9dd1db1fc2bb3fe264da0e6c8d6082f8ea483530f88e917598ac9daaa2f6b97bbccca203254')
+
+build() {
+cd $pkgname-$pkgver
+runhaskell Setup configure -O --enable-shared --enable-executable-dynamic 
--disable-library-vanilla \
+--prefix=/usr --docdir="/usr/share/doc/${pkgname}" --enable-tests 
--datasubdir="$pkgname" \
+--dynlibdir=/usr/lib --libsubdir=\$compiler/site-local/\$pkgid \
+   -f-enable_flaky_tests
+runhaskell Setup build
+runhaskell Setup register --gen-script
+runhaskell Setup unregister --gen-script
+sed -i -r -e "s|ghc-pkg.*update[^ ]* |&'--force' |" register.sh
+sed -i -r -e "s|ghc-pkg.*unregister[^ ]* |&'--force' |" unregister.sh
+}
+
+check() {
+cd $pkgname-$pkgver
+runhaskell Setup test
+}
+
+package() {
+cd $pkgname-$pkgver
+
+install -D -m744 register.sh   
"${pkgdir}/usr/share/haskell/register/${pkgname}.sh"
+install -D -m744 unregister.sh 
"${pkgdir}/usr/share/haskell/unregister/${pkgname}.sh"
+runhaskell Setup copy --destdir="${pkgdir}"
+rm -f "${pkgdir}/usr/share/doc/${pkgname}/LICENSE"
+}


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

2019-05-17 Thread Felix Yan via arch-commits
Date: Friday, May 17, 2019 @ 14:57:39
  Author: felixonmars
Revision: 467705

archrelease: copy trunk to community-staging-x86_64

Added:
  pandoc-citeproc/repos/community-staging-x86_64/
  pandoc-citeproc/repos/community-staging-x86_64/PKGBUILD
(from rev 467704, pandoc-citeproc/trunk/PKGBUILD)

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

Copied: pandoc-citeproc/repos/community-staging-x86_64/PKGBUILD (from rev 
467704, pandoc-citeproc/trunk/PKGBUILD)
===
--- community-staging-x86_64/PKGBUILD   (rev 0)
+++ community-staging-x86_64/PKGBUILD   2019-05-17 14:57:39 UTC (rev 467705)
@@ -0,0 +1,57 @@
+# Maintainer: Felix Yan 
+# Contributor: Arch Haskell Team 
+
+pkgname=pandoc-citeproc
+pkgver=0.16.2
+pkgrel=34
+pkgdesc="Supports using pandoc with citeproc"
+url="https://hackage.haskell.org/package/$pkgname;
+license=("BSD")
+arch=('x86_64')
+depends=('ghc-libs' 'haskell-aeson' 'haskell-aeson-pretty' 'haskell-attoparsec'
+ 'haskell-base-compat' 'haskell-data-default' 'haskell-hs-bibutils' 
'haskell-libyaml'
+ 'haskell-network' 'haskell-old-locale' 'pandoc' 
'haskell-pandoc-types' 'haskell-rfc5051'
+ 'haskell-safe' 'haskell-setenv' 'haskell-split' 'haskell-syb' 
'haskell-tagsoup'
+ 'haskell-temporary' 'haskell-text-icu' 'haskell-unordered-containers' 
'haskell-vector'
+ 'haskell-xml-conduit' 'haskell-yaml')
+conflicts=('haskell-pandoc-citeproc')
+replaces=('haskell-pandoc-citeproc')
+makedepends=('ghc')
+source=("https://hackage.haskell.org/packages/archive/$pkgname/${pkgver}/$pkgname-${pkgver}.tar.gz;)
+sha512sums=('90c3fabe3e1478f43b0157580deb691e5be8d3064144cbf4d67ab8f15bfd99c51b3e811b47bbe4fefc76c4efe660007ab05a782e5a5df01cd42965fe22e5c664')
+
+prepare() {
+cd "${srcdir}/$pkgname-${pkgver}"
+# TODO: find a better solution
+sed -i 
"s|(\"HOME\",\".\")|(\"HOME\",\".\"),(\"LD_LIBRARY_PATH\",\"$PWD/dist/build\"),(\"pandoc_citeproc_datadir\",\"$PWD\")|"
 tests/test-pandoc-citeproc.hs
+}
+
+build() {
+cd "${srcdir}/$pkgname-${pkgver}"
+
+runhaskell Setup configure -O --enable-shared --enable-executable-dynamic 
--disable-library-vanilla \
+--prefix=/usr --docdir="/usr/share/doc/$pkgname" 
--datasubdir="$pkgname" --enable-tests \
+--dynlibdir=/usr/lib --libsubdir=\$compiler/site-local/\$pkgid \
+-f-debug -f-test_citeproc -funicode_collation -f-embed_data_files 
-fbibutils -f-static
+runhaskell Setup build
+runhaskell Setup register --gen-script
+runhaskell Setup unregister --gen-script
+sed -i -r -e "s|ghc-pkg.*update[^ ]* |&'--force' |" register.sh
+sed -i -r -e "s|ghc-pkg.*unregister[^ ]* |&'--force' |" unregister.sh
+}
+
+check() {
+cd $pkgname-$pkgver
+# https://github.com/jgm/pandoc-citeproc/issues/342
+runhaskell Setup test || warning "Tests failed"
+}
+
+package() {
+cd "${srcdir}/$pkgname-${pkgver}"
+
+install -D -m744 register.sh   
"${pkgdir}/usr/share/haskell/register/$pkgname.sh"
+install -D -m744 unregister.sh 
"${pkgdir}/usr/share/haskell/unregister/$pkgname.sh"
+runhaskell Setup copy --destdir="${pkgdir}"
+install -D -m644 "LICENSE" "${pkgdir}/usr/share/licenses/$pkgname/LICENSE"
+rm -f "${pkgdir}/usr/share/doc/$pkgname/LICENSE"
+}


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

2019-05-17 Thread Felix Yan via arch-commits
Date: Friday, May 17, 2019 @ 14:57:26
  Author: felixonmars
Revision: 467704

upgpkg: pandoc-citeproc 0.16.2-34

rebuild with parsers 0.12.10

Modified:
  pandoc-citeproc/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2019-05-17 14:54:07 UTC (rev 467703)
+++ PKGBUILD2019-05-17 14:57:26 UTC (rev 467704)
@@ -3,7 +3,7 @@
 
 pkgname=pandoc-citeproc
 pkgver=0.16.2
-pkgrel=33
+pkgrel=34
 pkgdesc="Supports using pandoc with citeproc"
 url="https://hackage.haskell.org/package/$pkgname;
 license=("BSD")


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

2019-05-17 Thread Felix Yan via arch-commits
Date: Friday, May 17, 2019 @ 14:54:07
  Author: felixonmars
Revision: 467703

archrelease: copy trunk to community-staging-x86_64

Added:
  pandoc/repos/community-staging-x86_64/
  pandoc/repos/community-staging-x86_64/PKGBUILD
(from rev 467702, pandoc/trunk/PKGBUILD)

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

Copied: pandoc/repos/community-staging-x86_64/PKGBUILD (from rev 467702, 
pandoc/trunk/PKGBUILD)
===
--- community-staging-x86_64/PKGBUILD   (rev 0)
+++ community-staging-x86_64/PKGBUILD   2019-05-17 14:54:07 UTC (rev 467703)
@@ -0,0 +1,65 @@
+# Maintainer: Felix Yan 
+# Contributor: Arch Haskell Team 
+
+pkgname=pandoc
+pkgver=2.7.2
+pkgrel=37
+pkgdesc='Conversion between markup formats'
+url='https://pandoc.org'
+license=('GPL')
+arch=('x86_64')
+depends=('ghc-libs' 'haskell-http' 'haskell-juicypixels' 'haskell-sha' 
'haskell-aeson'
+ 'haskell-aeson-pretty' 'haskell-attoparsec' 'haskell-base-compat' 
'haskell-base64-bytestring'
+ 'haskell-blaze-html' 'haskell-blaze-markup' 
'haskell-case-insensitive' 'haskell-cmark-gfm'
+ 'haskell-data-default' 'haskell-doctemplates' 'haskell-exceptions' 
'haskell-glob'
+ 'haskell-haddock-library' 'haskell-ipynb' 'haskell-skylighting' 
'haskell-hslua'
+ 'haskell-hslua-module-text' 'haskell-http-client' 'haskell-syb' 
'haskell-hsyaml' 'haskell-http-client-tls'
+ 'haskell-http-types' 'haskell-safe' 'haskell-split' 'haskell-texmath'
+ 'haskell-network' 'haskell-pandoc-types' 'haskell-random' 
'haskell-scientific'
+ 'haskell-tagsoup' 'haskell-temporary' 'haskell-network-uri' 
'haskell-unicode-transforms'
+ 'haskell-unordered-containers' 'haskell-zip-archive' 'haskell-vector' 
'haskell-xml'
+ 'haskell-zlib')
+optdepends=('pandoc-citeproc: for citation rendering with pandoc-citeproc 
filter'
+'pandoc-crossref: for numbering figures, equations, tables and 
cross-references to them with pandoc-crossref filter'
+'texlive-core: for pdf output')
+conflicts=('haskell-pandoc')
+replaces=('haskell-pandoc')
+makedepends=('ghc' 'haskell-diff' 'haskell-tasty' 'haskell-tasty-hunit' 
'haskell-tasty-quickcheck'
+ 'haskell-tasty-golden' 'haskell-quickcheck' 
'haskell-executable-path')
+source=("https://hackage.haskell.org/packages/archive/${pkgname}/${pkgver}/${pkgname}-${pkgver}.tar.gz;)
+sha512sums=('f0d6a700413d1a70b6ca8f69883afda27248dcf5315a1819127163ad8e239fd19d2ec8462e3a793a67d3f86d02b364fa00ac5de735a77a63e737a1a2b92ef00b')
+
+prepare() {
+cd "${srcdir}/$pkgname-${pkgver}"
+sed -i 's/< *0.2/<1/' $pkgname.cabal
+
+# TODO: find a better solution
+sed -i "s|let env' = dynlibEnv ++ |let env' = dynlibEnv ++ 
[(\"LD_LIBRARY_PATH\", \"$PWD/dist/build\")] ++ |" test/Tests/Command.hs
+}
+
+build() {
+cd "${srcdir}/${pkgname}-${pkgver}"
+
+runhaskell Setup configure -O --enable-shared --enable-executable-dynamic 
--disable-library-vanilla \
+--prefix=/usr --docdir="/usr/share/doc/${pkgbase}" 
--datasubdir="$pkgname" --enable-tests \
+--dynlibdir=/usr/lib --libsubdir=\$compiler/site-local/\$pkgid \
+-f-trypandoc -f-embed_data_files -f-static
+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 "${srcdir}/${pkgname}-${pkgver}"
+LC_CTYPE=en_US.UTF-8 runhaskell Setup test || warning "Tests failed"
+}
+
+package() {
+cd "${srcdir}/${pkgbase}-${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}/COPYING.md"
+}


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

2019-05-17 Thread Felix Yan via arch-commits
Date: Friday, May 17, 2019 @ 14:53:54
  Author: felixonmars
Revision: 467702

upgpkg: pandoc 2.7.2-37

rebuild with parsers 0.12.10

Modified:
  pandoc/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2019-05-17 14:47:08 UTC (rev 467701)
+++ PKGBUILD2019-05-17 14:53:54 UTC (rev 467702)
@@ -3,7 +3,7 @@
 
 pkgname=pandoc
 pkgver=2.7.2
-pkgrel=36
+pkgrel=37
 pkgdesc='Conversion between markup formats'
 url='https://pandoc.org'
 license=('GPL')


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

2019-05-17 Thread Chih-Hsuan Yen via arch-commits
Date: Friday, May 17, 2019 @ 14:47:08
  Author: yan12125
Revision: 467701

archrelease: copy trunk to community-any

Added:
  python-cfn-lint/repos/community-any/PKGBUILD
(from rev 467700, python-cfn-lint/trunk/PKGBUILD)
  python-cfn-lint/repos/community-any/fix-tests.patch
(from rev 467700, python-cfn-lint/trunk/fix-tests.patch)
Deleted:
  python-cfn-lint/repos/community-any/PKGBUILD
  python-cfn-lint/repos/community-any/fix-tests.patch

-+
 PKGBUILD|   82 +++---
 fix-tests.patch |   22 +++---
 2 files changed, 52 insertions(+), 52 deletions(-)

Deleted: PKGBUILD
===
--- PKGBUILD2019-05-17 14:46:44 UTC (rev 467700)
+++ PKGBUILD2019-05-17 14:47:08 UTC (rev 467701)
@@ -1,41 +0,0 @@
-# Maintainer: Chih-Hsuan Yen 
-
-pkgname=python-cfn-lint
-pkgver=0.20.3
-pkgrel=1
-pkgdesc='CloudFormation Linter'
-arch=(any)
-url='https://github.com/aws-cloudformation/cfn-python-lint'
-license=('custom:MIT No Attribution')
-depends=(python python-pyaml python-six python-requests 
python-aws-sam-translator
- python-jsonpatch python-jsonschema python-setuptools)
-makedepends=(python-setuptools)
-checkdepends=(python-pytest python-mock)
-source=("$pkgname-$pkgver.tar.gz"::"https://github.com/aws-cloudformation/cfn-python-lint/archive/v$pkgver.tar.gz;
-fix-tests.patch)
-sha256sums=('b8fed4cce8b629e30f10d2d7ec079f5ddeb5ec66275ec3ac4864d90dbffa709d'
-'e530839ba21e4aa6d19fb08563aa91b16d5f445e0ceb7f97021a130ff8948465')
-
-prepare() {
-  cd cfn-python-lint-$pkgver
-  patch -Np1 -i ../fix-tests.patch
-  sed -i 's|,<=2.21.0||' setup.py
-}
-
-build() {
-  cd cfn-python-lint-$pkgver
-  python setup.py build
-}
-
-check() {
-  cd cfn-python-lint-$pkgver
-
-  PYTHONPATH=build/lib pytest -v test
-}
-
-package() {
-  cd cfn-python-lint-$pkgver
-  python setup.py install --root="$pkgdir" --optimize=1 --skip-build
-
-  install -Dm644 LICENSE -t "$pkgdir"/usr/share/licenses/$pkgname
-}

Copied: python-cfn-lint/repos/community-any/PKGBUILD (from rev 467700, 
python-cfn-lint/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2019-05-17 14:47:08 UTC (rev 467701)
@@ -0,0 +1,41 @@
+# Maintainer: Chih-Hsuan Yen 
+
+pkgname=python-cfn-lint
+pkgver=0.20.3
+pkgrel=1
+pkgdesc='CloudFormation Linter'
+arch=(any)
+url='https://github.com/aws-cloudformation/cfn-python-lint'
+license=('custom:MIT No Attribution')
+depends=(python python-pyaml python-six python-requests 
python-aws-sam-translator
+ python-jsonpatch python-jsonschema python-setuptools)
+makedepends=(python-setuptools)
+checkdepends=(python-pytest python-mock)
+source=("$pkgname-$pkgver.tar.gz"::"https://github.com/aws-cloudformation/cfn-python-lint/archive/v$pkgver.tar.gz;
+fix-tests.patch)
+sha256sums=('b8fed4cce8b629e30f10d2d7ec079f5ddeb5ec66275ec3ac4864d90dbffa709d'
+'e530839ba21e4aa6d19fb08563aa91b16d5f445e0ceb7f97021a130ff8948465')
+
+prepare() {
+  cd cfn-python-lint-$pkgver
+  patch -Np1 -i ../fix-tests.patch
+  sed -i 's|,<=2.21.0||' setup.py
+}
+
+build() {
+  cd cfn-python-lint-$pkgver
+  python setup.py build
+}
+
+check() {
+  cd cfn-python-lint-$pkgver
+
+  PYTHONPATH=build/lib pytest -v test
+}
+
+package() {
+  cd cfn-python-lint-$pkgver
+  python setup.py install --root="$pkgdir" --optimize=1 --skip-build
+
+  install -Dm644 LICENSE -t "$pkgdir"/usr/share/licenses/$pkgname
+}

Deleted: fix-tests.patch
===
--- fix-tests.patch 2019-05-17 14:46:44 UTC (rev 467700)
+++ fix-tests.patch 2019-05-17 14:47:08 UTC (rev 467701)
@@ -1,11 +0,0 @@
 cfn-python-lint-0.16.0/src/cfnlint/config.py.orig  2019-03-14 
22:41:20.817312234 +0800
-+++ cfn-python-lint-0.16.0/src/cfnlint/config.py   2019-03-14 
22:41:40.973955815 +0800
-@@ -456,7 +456,7 @@
- if add_filename not in ignore_templates:
- all_filenames.append(add_filename)
- 
--return all_filenames
-+return sorted(all_filenames)
- 
- def _ignore_templates(self):
- """ templates """

Copied: python-cfn-lint/repos/community-any/fix-tests.patch (from rev 467700, 
python-cfn-lint/trunk/fix-tests.patch)
===
--- fix-tests.patch (rev 0)
+++ fix-tests.patch 2019-05-17 14:47:08 UTC (rev 467701)
@@ -0,0 +1,11 @@
+--- cfn-python-lint-0.16.0/src/cfnlint/config.py.orig  2019-03-14 
22:41:20.817312234 +0800
 cfn-python-lint-0.16.0/src/cfnlint/config.py   2019-03-14 
22:41:40.973955815 +0800
+@@ -456,7 +456,7 @@
+ if add_filename not in ignore_templates:
+ all_filenames.append(add_filename)
+ 
+-return all_filenames
++return 

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

2019-05-17 Thread Chih-Hsuan Yen via arch-commits
Date: Friday, May 17, 2019 @ 14:46:44
  Author: yan12125
Revision: 467700

archrelease: copy trunk to community-any

Added:
  python-cfn-lint/repos/community-any/PKGBUILD
(from rev 467699, python-cfn-lint/trunk/PKGBUILD)
  python-cfn-lint/repos/community-any/fix-tests.patch
(from rev 467699, python-cfn-lint/trunk/fix-tests.patch)
Deleted:
  python-cfn-lint/repos/community-any/PKGBUILD
  python-cfn-lint/repos/community-any/fix-tests.patch

-+
 PKGBUILD|   81 +++---
 fix-tests.patch |   22 +++---
 2 files changed, 52 insertions(+), 51 deletions(-)

Deleted: PKGBUILD
===
--- PKGBUILD2019-05-17 14:46:26 UTC (rev 467699)
+++ PKGBUILD2019-05-17 14:46:44 UTC (rev 467700)
@@ -1,40 +0,0 @@
-# Maintainer: Chih-Hsuan Yen 
-
-pkgname=python-cfn-lint
-pkgver=0.20.2
-pkgrel=1
-pkgdesc='CloudFormation Linter'
-arch=(any)
-url='https://github.com/aws-cloudformation/cfn-python-lint'
-license=('custom:MIT No Attribution')
-depends=(python python-pyaml python-six python-requests 
python-aws-sam-translator
- python-jsonpatch python-jsonschema python-setuptools)
-makedepends=(python-setuptools)
-checkdepends=(python-pytest python-mock)
-source=("$pkgname-$pkgver.tar.gz"::"https://github.com/aws-cloudformation/cfn-python-lint/archive/v$pkgver.tar.gz;
-fix-tests.patch)
-sha256sums=('e959c6cdd1ca227a9b48eaf602ed3332e887002abab550c169296979146724d3'
-'e530839ba21e4aa6d19fb08563aa91b16d5f445e0ceb7f97021a130ff8948465')
-
-prepare() {
-  cd cfn-python-lint-$pkgver
-  patch -Np1 -i ../fix-tests.patch
-}
-
-build() {
-  cd cfn-python-lint-$pkgver
-  python setup.py build
-}
-
-check() {
-  cd cfn-python-lint-$pkgver
-
-  PYTHONPATH=build/lib pytest -v test
-}
-
-package() {
-  cd cfn-python-lint-$pkgver
-  python setup.py install --root="$pkgdir" --optimize=1 --skip-build
-
-  install -Dm644 LICENSE -t "$pkgdir"/usr/share/licenses/$pkgname
-}

Copied: python-cfn-lint/repos/community-any/PKGBUILD (from rev 467699, 
python-cfn-lint/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2019-05-17 14:46:44 UTC (rev 467700)
@@ -0,0 +1,41 @@
+# Maintainer: Chih-Hsuan Yen 
+
+pkgname=python-cfn-lint
+pkgver=0.20.3
+pkgrel=1
+pkgdesc='CloudFormation Linter'
+arch=(any)
+url='https://github.com/aws-cloudformation/cfn-python-lint'
+license=('custom:MIT No Attribution')
+depends=(python python-pyaml python-six python-requests 
python-aws-sam-translator
+ python-jsonpatch python-jsonschema python-setuptools)
+makedepends=(python-setuptools)
+checkdepends=(python-pytest python-mock)
+source=("$pkgname-$pkgver.tar.gz"::"https://github.com/aws-cloudformation/cfn-python-lint/archive/v$pkgver.tar.gz;
+fix-tests.patch)
+sha256sums=('b8fed4cce8b629e30f10d2d7ec079f5ddeb5ec66275ec3ac4864d90dbffa709d'
+'e530839ba21e4aa6d19fb08563aa91b16d5f445e0ceb7f97021a130ff8948465')
+
+prepare() {
+  cd cfn-python-lint-$pkgver
+  patch -Np1 -i ../fix-tests.patch
+  sed -i 's|,<=2.21.0||' setup.py
+}
+
+build() {
+  cd cfn-python-lint-$pkgver
+  python setup.py build
+}
+
+check() {
+  cd cfn-python-lint-$pkgver
+
+  PYTHONPATH=build/lib pytest -v test
+}
+
+package() {
+  cd cfn-python-lint-$pkgver
+  python setup.py install --root="$pkgdir" --optimize=1 --skip-build
+
+  install -Dm644 LICENSE -t "$pkgdir"/usr/share/licenses/$pkgname
+}

Deleted: fix-tests.patch
===
--- fix-tests.patch 2019-05-17 14:46:26 UTC (rev 467699)
+++ fix-tests.patch 2019-05-17 14:46:44 UTC (rev 467700)
@@ -1,11 +0,0 @@
 cfn-python-lint-0.16.0/src/cfnlint/config.py.orig  2019-03-14 
22:41:20.817312234 +0800
-+++ cfn-python-lint-0.16.0/src/cfnlint/config.py   2019-03-14 
22:41:40.973955815 +0800
-@@ -456,7 +456,7 @@
- if add_filename not in ignore_templates:
- all_filenames.append(add_filename)
- 
--return all_filenames
-+return sorted(all_filenames)
- 
- def _ignore_templates(self):
- """ templates """

Copied: python-cfn-lint/repos/community-any/fix-tests.patch (from rev 467699, 
python-cfn-lint/trunk/fix-tests.patch)
===
--- fix-tests.patch (rev 0)
+++ fix-tests.patch 2019-05-17 14:46:44 UTC (rev 467700)
@@ -0,0 +1,11 @@
+--- cfn-python-lint-0.16.0/src/cfnlint/config.py.orig  2019-03-14 
22:41:20.817312234 +0800
 cfn-python-lint-0.16.0/src/cfnlint/config.py   2019-03-14 
22:41:40.973955815 +0800
+@@ -456,7 +456,7 @@
+ if add_filename not in ignore_templates:
+ all_filenames.append(add_filename)
+ 
+-return all_filenames
++return sorted(all_filenames)
+ 
+ def 

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

2019-05-17 Thread Chih-Hsuan Yen via arch-commits
Date: Friday, May 17, 2019 @ 14:46:26
  Author: yan12125
Revision: 467699

upgpkg: python-cfn-lint 0.20.3-1

The new `sed` line is added to unpin the requests dependency added in [1].

Unfortunately, as botocore still pins urllib3<1.25 [2], the command `cfn-lint` 
still fails.

[1] 
https://github.com/aws-cloudformation/cfn-python-lint/commit/df0240b835c9587a82d5fd330f7a3c9f6ad2e195
[2] https://github.com/boto/botocore/issues/1733

Modified:
  python-cfn-lint/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2019-05-17 14:43:34 UTC (rev 467698)
+++ PKGBUILD2019-05-17 14:46:26 UTC (rev 467699)
@@ -1,7 +1,7 @@
 # Maintainer: Chih-Hsuan Yen 
 
 pkgname=python-cfn-lint
-pkgver=0.20.2
+pkgver=0.20.3
 pkgrel=1
 pkgdesc='CloudFormation Linter'
 arch=(any)
@@ -13,12 +13,13 @@
 checkdepends=(python-pytest python-mock)
 
source=("$pkgname-$pkgver.tar.gz"::"https://github.com/aws-cloudformation/cfn-python-lint/archive/v$pkgver.tar.gz;
 fix-tests.patch)
-sha256sums=('e959c6cdd1ca227a9b48eaf602ed3332e887002abab550c169296979146724d3'
+sha256sums=('b8fed4cce8b629e30f10d2d7ec079f5ddeb5ec66275ec3ac4864d90dbffa709d'
 'e530839ba21e4aa6d19fb08563aa91b16d5f445e0ceb7f97021a130ff8948465')
 
 prepare() {
   cd cfn-python-lint-$pkgver
   patch -Np1 -i ../fix-tests.patch
+  sed -i 's|,<=2.21.0||' setup.py
 }
 
 build() {


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

2019-05-17 Thread Felix Yan via arch-commits
Date: Friday, May 17, 2019 @ 14:43:20
  Author: felixonmars
Revision: 467697

upgpkg: haskell-haddock-library 1.7.0-43

rebuild with parsers 0.12.10

Modified:
  haskell-haddock-library/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2019-05-17 14:42:17 UTC (rev 467696)
+++ PKGBUILD2019-05-17 14:43:20 UTC (rev 467697)
@@ -3,7 +3,7 @@
 _hkgname=haddock-library
 pkgname=haskell-haddock-library
 pkgver=1.7.0
-pkgrel=42
+pkgrel=43
 pkgdesc="A documentation-generation tool for Haskell libraries"
 url="https://www.haskell.org/haddock/;
 license=("BSD")


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

2019-05-17 Thread Felix Yan via arch-commits
Date: Friday, May 17, 2019 @ 14:43:34
  Author: felixonmars
Revision: 467698

archrelease: copy trunk to community-staging-x86_64

Added:
  haskell-haddock-library/repos/community-staging-x86_64/
  haskell-haddock-library/repos/community-staging-x86_64/PKGBUILD
(from rev 467697, haskell-haddock-library/trunk/PKGBUILD)

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

Copied: haskell-haddock-library/repos/community-staging-x86_64/PKGBUILD (from 
rev 467697, haskell-haddock-library/trunk/PKGBUILD)
===
--- community-staging-x86_64/PKGBUILD   (rev 0)
+++ community-staging-x86_64/PKGBUILD   2019-05-17 14:43:34 UTC (rev 467698)
@@ -0,0 +1,48 @@
+# Maintainer: Sergej Pupykin 
+
+_hkgname=haddock-library
+pkgname=haskell-haddock-library
+pkgver=1.7.0
+pkgrel=43
+pkgdesc="A documentation-generation tool for Haskell libraries"
+url="https://www.haskell.org/haddock/;
+license=("BSD")
+arch=('x86_64')
+depends=('ghc-libs')
+makedepends=('ghc' 'haskell-base-compat' 'haskell-hspec' 
'haskell-hspec-discover'
+ 'haskell-quickcheck' 'haskell-optparse-applicative' 
'haskell-tree-diff')
+source=("https://hackage.haskell.org/packages/archive/haddock-library/${pkgver}/haddock-library-${pkgver}.tar.gz;)
+sha512sums=('ae4a3e2e02a866399623349c69b19738b371c574a72b2616f74c9b8fa2acdc04dfb20b7ef6cdd32709b474c0c99d27a49a810b7c58f68d8eb6bea7244323c30c')
+
+prepare() {
+cd $_hkgname-$pkgver
+sed -i -e 's/>= 2.11/>= 2.12/' -e 's/< *2.6/<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-tree-diff/trunk (PKGBUILD)

2019-05-17 Thread Felix Yan via arch-commits
Date: Friday, May 17, 2019 @ 14:42:04
  Author: felixonmars
Revision: 467695

upgpkg: haskell-tree-diff 0.0.2.1-6

rebuild with parsers 0.12.10

Modified:
  haskell-tree-diff/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2019-05-17 14:41:05 UTC (rev 467694)
+++ PKGBUILD2019-05-17 14:42:04 UTC (rev 467695)
@@ -3,7 +3,7 @@
 _hkgname=tree-diff
 pkgname=haskell-tree-diff
 pkgver=0.0.2.1
-pkgrel=5
+pkgrel=6
 pkgdesc="Diffing of (expression) trees"
 url="https://github.com/phadej/tree-diff;
 license=('BSD')


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

2019-05-17 Thread Felix Yan via arch-commits
Date: Friday, May 17, 2019 @ 14:42:17
  Author: felixonmars
Revision: 467696

archrelease: copy trunk to community-staging-x86_64

Added:
  haskell-tree-diff/repos/community-staging-x86_64/
  haskell-tree-diff/repos/community-staging-x86_64/PKGBUILD
(from rev 467695, haskell-tree-diff/trunk/PKGBUILD)

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

Copied: haskell-tree-diff/repos/community-staging-x86_64/PKGBUILD (from rev 
467695, haskell-tree-diff/trunk/PKGBUILD)
===
--- community-staging-x86_64/PKGBUILD   (rev 0)
+++ community-staging-x86_64/PKGBUILD   2019-05-17 14:42:17 UTC (rev 467696)
@@ -0,0 +1,51 @@
+# Maintainer: Felix Yan 
+
+_hkgname=tree-diff
+pkgname=haskell-tree-diff
+pkgver=0.0.2.1
+pkgrel=6
+pkgdesc="Diffing of (expression) trees"
+url="https://github.com/phadej/tree-diff;
+license=('BSD')
+arch=('x86_64')
+depends=('ghc-libs' 'haskell-aeson' 'haskell-ansi-wl-pprint' 
'haskell-ansi-terminal'
+ 'haskell-base-compat' 'haskell-generics-sop' 'haskell-hashable' 
'haskell-memotrie'
+ 'haskell-parsers' 'haskell-quickcheck' 'haskell-scientific' 
'haskell-tagged'
+ 'haskell-unordered-containers' 'haskell-uuid-types' 'haskell-vector')
+makedepends=('ghc' 'haskell-trifecta' 'haskell-tasty' 'haskell-tasty-golden'
+ 'haskell-tasty-quickcheck')
+source=(https://hackage.haskell.org/packages/archive/${_hkgname}/${pkgver}/${_hkgname}-${pkgver}.tar.gz)
+sha512sums=('5dbfa198f28b54673d658d16dc5fdeb8d59717b2ecf27aa5a3c867dafd103618c11c27470699b232eec6f6a217b11b9b479ef5233b1f1d0b8e2cba4f968843f4')
+
+prepare() {
+cd $_hkgname-$pkgver
+echo -e "import Distribution.Simple\nmain = defaultMain" > Setup.hs
+}
+
+build() {
+cd $_hkgname-$pkgver
+
+runhaskell Setup configure -O --enable-shared --enable-executable-dynamic 
--disable-library-vanilla \
+--prefix=/usr --docdir=/usr/share/doc/$pkgname --enable-tests \
+--dynlibdir=/usr/lib --libsubdir=\$compiler/site-local/\$pkgid
+runhaskell Setup build
+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-trifecta/repos (2 files)

2019-05-17 Thread Felix Yan via arch-commits
Date: Friday, May 17, 2019 @ 14:41:05
  Author: felixonmars
Revision: 467694

archrelease: copy trunk to community-staging-x86_64

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

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

Copied: haskell-trifecta/repos/community-staging-x86_64/PKGBUILD (from rev 
467693, haskell-trifecta/trunk/PKGBUILD)
===
--- community-staging-x86_64/PKGBUILD   (rev 0)
+++ community-staging-x86_64/PKGBUILD   2019-05-17 14:41:05 UTC (rev 467694)
@@ -0,0 +1,51 @@
+# Maintainer: Felix Yan 
+# Contributor: Arch Haskell Team 
+
+_hkgname=trifecta
+pkgname=haskell-trifecta
+pkgver=2
+pkgrel=37
+pkgdesc="A modern parser combinator library with convenient diagnostics"
+url="https://github.com/ekmett/trifecta/;
+license=("BSD")
+arch=('x86_64')
+depends=('ghc-libs' "haskell-ansi-terminal" "haskell-ansi-wl-pprint" 
"haskell-blaze-builder"
+ "haskell-blaze-html" "haskell-blaze-markup" "haskell-charset" 
"haskell-comonad"
+ "haskell-fingertree" "haskell-hashable" "haskell-lens" 
"haskell-parsers"
+ "haskell-profunctors" "haskell-reducers" 
"haskell-unordered-containers"
+ "haskell-utf8-string")
+makedepends=('ghc' 'haskell-cabal-doctest' 'haskell-doctest' 
'haskell-quickcheck')
+source=("https://hackage.haskell.org/packages/archive/${_hkgname}/${pkgver}/${_hkgname}-${pkgver}.tar.gz;)
+sha512sums=('41d5790efef0e6c138dcd2306b1369ba91e4db5a7f0b2a9c51eb11f83908925989ec8b71ce4a61e77ac34b42f635195674497a4d170102e588b3a9fa38d1b0bc')
+
+prepare() {
+sed -i '/semigroups/d' $_hkgname-$pkgver/$_hkgname.cabal
+}
+
+build() {
+cd $_hkgname-$pkgver
+
+runhaskell Setup configure -O --enable-shared --enable-executable-dynamic 
--disable-library-vanilla \
+--prefix=/usr --docdir=/usr/share/doc/$pkgname --enable-tests \
+--dynlibdir=/usr/lib --libsubdir=\$compiler/site-local/\$pkgid
+runhaskell Setup build
+runhaskell Setup register --gen-script
+runhaskell Setup unregister --gen-script
+sed -i -r -e "s|ghc-pkg.*update[^ ]* |&'--force' |" register.sh
+sed -i -r -e "s|ghc-pkg.*unregister[^ ]* |&'--force' |" unregister.sh
+}
+
+check() {
+cd $_hkgname-$pkgver
+runhaskell Setup test
+}
+
+package() {
+cd $_hkgname-$pkgver
+
+install -D -m744 register.sh 
"$pkgdir"/usr/share/haskell/register/$pkgname.sh
+install -D -m744 unregister.sh 
"$pkgdir"/usr/share/haskell/unregister/$pkgname.sh
+runhaskell Setup copy --destdir="$pkgdir"
+install -D -m644 "LICENSE" 
"${pkgdir}/usr/share/licenses/${pkgname}/LICENSE"
+rm -f "${pkgdir}/usr/share/doc/${pkgname}/LICENSE"
+}


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

2019-05-17 Thread Felix Yan via arch-commits
Date: Friday, May 17, 2019 @ 14:40:51
  Author: felixonmars
Revision: 467693

upgpkg: haskell-trifecta 2-37

rebuild with parsers 0.12.10

Modified:
  haskell-trifecta/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2019-05-17 14:39:40 UTC (rev 467692)
+++ PKGBUILD2019-05-17 14:40:51 UTC (rev 467693)
@@ -4,7 +4,7 @@
 _hkgname=trifecta
 pkgname=haskell-trifecta
 pkgver=2
-pkgrel=36
+pkgrel=37
 pkgdesc="A modern parser combinator library with convenient diagnostics"
 url="https://github.com/ekmett/trifecta/;
 license=("BSD")


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

2019-05-17 Thread Felix Yan via arch-commits
Date: Friday, May 17, 2019 @ 14:39:26
  Author: felixonmars
Revision: 467691

upgpkg: haskell-hasql-transaction 0.7.1-22

rebuild with parsers 0.12.10

Modified:
  haskell-hasql-transaction/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2019-05-17 14:38:38 UTC (rev 467690)
+++ PKGBUILD2019-05-17 14:39:26 UTC (rev 467691)
@@ -3,7 +3,7 @@
 _hkgname=hasql-transaction
 pkgname=haskell-hasql-transaction
 pkgver=0.7.1
-pkgrel=21
+pkgrel=22
 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-transaction/repos (2 files)

2019-05-17 Thread Felix Yan via arch-commits
Date: Friday, May 17, 2019 @ 14:39:40
  Author: felixonmars
Revision: 467692

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 467691, haskell-hasql-transaction/trunk/PKGBUILD)

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

Copied: haskell-hasql-transaction/repos/community-staging-x86_64/PKGBUILD (from 
rev 467691, haskell-hasql-transaction/trunk/PKGBUILD)
===
--- community-staging-x86_64/PKGBUILD   (rev 0)
+++ community-staging-x86_64/PKGBUILD   2019-05-17 14:39:40 UTC (rev 467692)
@@ -0,0 +1,48 @@
+# Maintainer: Felix Yan 
+
+_hkgname=hasql-transaction
+pkgname=haskell-hasql-transaction
+pkgver=0.7.1
+pkgrel=22
+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-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=('f27d2da378e6415eed2bc56eb586e197fed91a2ff82273e73edc85e48c89cefcb9569d8c1e6d8cf670a05440d7dbdfe563ac42f1e297b8b6cd2b8b502af356ea')
+
+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-hasql-pool/repos (2 files)

2019-05-17 Thread Felix Yan via arch-commits
Date: Friday, May 17, 2019 @ 14:38:38
  Author: felixonmars
Revision: 467690

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 467689, haskell-hasql-pool/trunk/PKGBUILD)

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

Copied: haskell-hasql-pool/repos/community-staging-x86_64/PKGBUILD (from rev 
467689, haskell-hasql-pool/trunk/PKGBUILD)
===
--- community-staging-x86_64/PKGBUILD   (rev 0)
+++ community-staging-x86_64/PKGBUILD   2019-05-17 14:38:38 UTC (rev 467690)
@@ -0,0 +1,48 @@
+# Maintainer: Felix Yan 
+# Contributor: Thomas Dziedzic 
+
+_hkgname=hasql-pool
+pkgname=haskell-hasql-pool
+pkgver=0.5.0.2
+pkgrel=4
+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' 'haskell-hspec')
+checkdepends=('pifpaf' 'postgresql')
+source=("https://hackage.haskell.org/packages/archive/${_hkgname}/${pkgver}/${_hkgname}-${pkgver}.tar.gz;)
+sha512sums=('6dfdcb29ce29be83e7b5ee6e443ede8ba1d993a20416c41a653aa8e643d187359a79afad15b195a271a24116776d869aba12645b034141e74f5272b22472b8c3')
+
+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-hasql-pool/trunk (PKGBUILD)

2019-05-17 Thread Felix Yan via arch-commits
Date: Friday, May 17, 2019 @ 14:38:22
  Author: felixonmars
Revision: 467689

upgpkg: haskell-hasql-pool 0.5.0.2-4

rebuild with parsers 0.12.10

Modified:
  haskell-hasql-pool/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2019-05-17 14:37:34 UTC (rev 467688)
+++ PKGBUILD2019-05-17 14:38:22 UTC (rev 467689)
@@ -4,7 +4,7 @@
 _hkgname=hasql-pool
 pkgname=haskell-hasql-pool
 pkgver=0.5.0.2
-pkgrel=3
+pkgrel=4
 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)

2019-05-17 Thread Felix Yan via arch-commits
Date: Friday, May 17, 2019 @ 14:37:34
  Author: felixonmars
Revision: 467688

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 467687, haskell-hasql/trunk/PKGBUILD)

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

Copied: haskell-hasql/repos/community-staging-x86_64/PKGBUILD (from rev 467687, 
haskell-hasql/trunk/PKGBUILD)
===
--- community-staging-x86_64/PKGBUILD   (rev 0)
+++ community-staging-x86_64/PKGBUILD   2019-05-17 14:37:34 UTC (rev 467688)
@@ -0,0 +1,58 @@
+# Maintainer: Felix Yan 
+# Contributor: Thomas Dziedzic 
+
+_hkgname=hasql
+pkgname=haskell-hasql
+pkgver=1.3.0.3
+pkgrel=75
+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-text-builder' '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=('fb951f3c7f09b7bc9ba62afc01c25dea7b839d3da21065bb4bba923a96ecd9b53074650084db846e00f3bb27de638e7dd776b081346919b4e92c5d1aac405336')
+
+prepare() {
+cd $_hkgname-$pkgver
+sed -i 's/<.*0.6/<1/' $_hkgname.cabal
+}
+
+build() {
+cd $_hkgname-$pkgver
+
+runhaskell Setup configure -O --enable-shared --enable-executable-dynamic 
--disable-library-vanilla \
+--prefix=/usr --docdir=/usr/share/doc/$pkgname --enable-tests \
+--dynlibdir=/usr/lib --libsubdir=\$compiler/site-local/\$pkgid
+runhaskell Setup build
+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-hasql/trunk (PKGBUILD)

2019-05-17 Thread Felix Yan via arch-commits
Date: Friday, May 17, 2019 @ 14:37:21
  Author: felixonmars
Revision: 467687

upgpkg: haskell-hasql 1.3.0.3-75

rebuild with parsers 0.12.10

Modified:
  haskell-hasql/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2019-05-17 14:36:01 UTC (rev 467686)
+++ PKGBUILD2019-05-17 14:37:21 UTC (rev 467687)
@@ -4,7 +4,7 @@
 _hkgname=hasql
 pkgname=haskell-hasql
 pkgver=1.3.0.3
-pkgrel=74
+pkgrel=75
 pkgdesc="An efficient PostgreSQL driver and a flexible mapping API"
 url="https://github.com/nikita-volkov/hasql;
 license=('MIT')


  1   2   >