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

2018-02-25 Thread Evangelos Foutras via arch-commits
Date: Monday, February 26, 2018 @ 07:39:20
  Author: foutrelis
Revision: 317543

archrelease: copy trunk to extra-x86_64

Added:
  xfce4-terminal/repos/extra-x86_64/PKGBUILD
(from rev 317542, xfce4-terminal/trunk/PKGBUILD)
Deleted:
  
xfce4-terminal/repos/extra-x86_64/0001-Revert-Allow-underscores-that-are-part-of-tab-titles.patch
  xfce4-terminal/repos/extra-x86_64/PKGBUILD

-+
 0001-Revert-Allow-underscores-that-are-part-of-tab-titles.patch |   58 --
 PKGBUILD|   87 
--
 2 files changed, 39 insertions(+), 106 deletions(-)

Deleted: 0001-Revert-Allow-underscores-that-are-part-of-tab-titles.patch
===
--- 0001-Revert-Allow-underscores-that-are-part-of-tab-titles.patch 
2018-02-26 07:39:13 UTC (rev 317542)
+++ 0001-Revert-Allow-underscores-that-are-part-of-tab-titles.patch 
2018-02-26 07:39:20 UTC (rev 317543)
@@ -1,58 +0,0 @@
-From 609c53f974caee6b75c6ffa259cf6fcda671e39b Mon Sep 17 00:00:00 2001
-From: Evangelos Foutras 
-Date: Sun, 25 Feb 2018 22:25:17 +0200
-Subject: [PATCH] Revert "Allow underscores that are part of tab titles to be
- shown in the tabs menu"
-
-This reverts commit 300d136e1c9ab2c2a687c11a8ccd7b470816ee36.

- terminal/terminal-window.c | 14 +-
- 1 file changed, 5 insertions(+), 9 deletions(-)
-
-diff --git a/terminal/terminal-window.c b/terminal/terminal-window.c
-index e678c8f7..4af3bc64 100644
 a/terminal/terminal-window.c
-+++ b/terminal/terminal-window.c
-@@ -2956,7 +2956,7 @@ terminal_window_rebuild_tabs_menu (TerminalWindow 
*window)
-   GtkWidget  *page;
-   GSList *group = NULL;
-   GtkRadioAction *radio_action;
--  gchar   name[50], menu_item_name[100];
-+  gchar   name[50];
-   GSList *lp;
-   GtkAccelKey key = {0};
- 
-@@ -3011,26 +3011,22 @@ G_GNUC_END_IGNORE_DEPRECATIONS
-   g_object_set_qdata_full (G_OBJECT (page), tabs_menu_action_quark,
-radio_action, g_object_unref);
- 
--G_GNUC_BEGIN_IGNORE_DEPRECATIONS
-   /* add action in the menu */
-+G_GNUC_BEGIN_IGNORE_DEPRECATIONS
-   gtk_ui_manager_add_ui (window->priv->ui_manager, 
window->priv->tabs_menu_merge_id,
-  "/main-menu/tabs-menu/placeholder-tab-items",
-  name, name, GTK_UI_MANAGER_MENUITEM, FALSE);
--  /* allow underscore to be shown */
--  g_snprintf (menu_item_name, sizeof (menu_item_name), 
"/main-menu/tabs-menu/placeholder-tab-items/%s", name);
--  gtk_menu_item_set_use_underline (GTK_MENU_ITEM 
(gtk_ui_manager_get_widget (window->priv->ui_manager, menu_item_name)), FALSE);
-+G_GNUC_END_IGNORE_DEPRECATIONS
- 
-   if (npages > 1)
- {
-   /* add to right-click tab menu */
-+G_GNUC_BEGIN_IGNORE_DEPRECATIONS
-   gtk_ui_manager_add_ui (window->priv->ui_manager, 
window->priv->tabs_menu_merge_id,
-  "/tab-menu/tabs-menu/placeholder-tab-items",
-  name, name, GTK_UI_MANAGER_MENUITEM, FALSE);
--  /* allow underscore to be shown */
--  g_snprintf (menu_item_name, sizeof (menu_item_name), 
"/tab-menu/tabs-menu/placeholder-tab-items/%s", name);
--  gtk_menu_item_set_use_underline (GTK_MENU_ITEM 
(gtk_ui_manager_get_widget (window->priv->ui_manager, menu_item_name)), FALSE);
--}
- G_GNUC_END_IGNORE_DEPRECATIONS
-+}
- 
-   /* set an accelerator path */
-   g_snprintf (name, sizeof (name), 
"/terminal-window/goto-tab-%d", n + 1);
--- 
-2.16.2
-

Deleted: PKGBUILD
===
--- PKGBUILD2018-02-26 07:39:13 UTC (rev 317542)
+++ PKGBUILD2018-02-26 07:39:20 UTC (rev 317543)
@@ -1,48 +0,0 @@
-# $Id$
-# Maintainer: Evangelos Foutras 
-# Contributor: tobias 
-# Contributor: Aurelien Foret 
-
-pkgname=xfce4-terminal
-pkgver=0.8.7
-pkgrel=2
-pkgdesc="A modern terminal emulator primarily for the Xfce desktop environment"
-arch=('x86_64')
-url="http://www.xfce.org/";
-license=('GPL2')
-groups=('xfce4')
-depends=('libxfce4ui' 'vte3' 'hicolor-icon-theme')
-makedepends=('intltool')
-conflicts=('terminal')
-replaces=('terminal')
-source=(https://archive.xfce.org/src/apps/$pkgname/0.8/$pkgname-$pkgver.tar.bz2
-0001-Revert-Allow-underscores-that-are-part-of-tab-titles.patch)
-sha256sums=('0ced5ff686f839acb6a89a9fd48af7ab04d17a56346e31d1a5063cfa36734540'
-'174d569305310c321387d73c0b55cbafc589cc4db1618c3771ee98c158589c20')
-
-prepare() {
-  cd "$srcdir/$pkgname-$pkgver"
-
-  # https://bugzilla.xfce.org/show_bug.cgi?id=14247
-  patch -Np1 -i 
../0001-Revert-Allow-underscores-that-are-part-of-tab-titles.patch
-}
-
-build() {
-  cd "$srcdir/$pkgname-$pkgver"
-
-  ./configure \
---prefix=/usr \
---sysconfdir=/etc \
---libexecdir=/usr/lib/xf

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

2018-02-25 Thread Evangelos Foutras via arch-commits
Date: Monday, February 26, 2018 @ 07:39:13
  Author: foutrelis
Revision: 317542

upgpkg: xfce4-terminal 0.8.7.1-1

New upstream release.

Modified:
  xfce4-terminal/trunk/PKGBUILD
Deleted:
  
xfce4-terminal/trunk/0001-Revert-Allow-underscores-that-are-part-of-tab-titles.patch

-+
 0001-Revert-Allow-underscores-that-are-part-of-tab-titles.patch |   58 
--
 PKGBUILD|   17 --
 2 files changed, 4 insertions(+), 71 deletions(-)

Deleted: 0001-Revert-Allow-underscores-that-are-part-of-tab-titles.patch
===
--- 0001-Revert-Allow-underscores-that-are-part-of-tab-titles.patch 
2018-02-26 03:12:23 UTC (rev 317541)
+++ 0001-Revert-Allow-underscores-that-are-part-of-tab-titles.patch 
2018-02-26 07:39:13 UTC (rev 317542)
@@ -1,58 +0,0 @@
-From 609c53f974caee6b75c6ffa259cf6fcda671e39b Mon Sep 17 00:00:00 2001
-From: Evangelos Foutras 
-Date: Sun, 25 Feb 2018 22:25:17 +0200
-Subject: [PATCH] Revert "Allow underscores that are part of tab titles to be
- shown in the tabs menu"
-
-This reverts commit 300d136e1c9ab2c2a687c11a8ccd7b470816ee36.

- terminal/terminal-window.c | 14 +-
- 1 file changed, 5 insertions(+), 9 deletions(-)
-
-diff --git a/terminal/terminal-window.c b/terminal/terminal-window.c
-index e678c8f7..4af3bc64 100644
 a/terminal/terminal-window.c
-+++ b/terminal/terminal-window.c
-@@ -2956,7 +2956,7 @@ terminal_window_rebuild_tabs_menu (TerminalWindow 
*window)
-   GtkWidget  *page;
-   GSList *group = NULL;
-   GtkRadioAction *radio_action;
--  gchar   name[50], menu_item_name[100];
-+  gchar   name[50];
-   GSList *lp;
-   GtkAccelKey key = {0};
- 
-@@ -3011,26 +3011,22 @@ G_GNUC_END_IGNORE_DEPRECATIONS
-   g_object_set_qdata_full (G_OBJECT (page), tabs_menu_action_quark,
-radio_action, g_object_unref);
- 
--G_GNUC_BEGIN_IGNORE_DEPRECATIONS
-   /* add action in the menu */
-+G_GNUC_BEGIN_IGNORE_DEPRECATIONS
-   gtk_ui_manager_add_ui (window->priv->ui_manager, 
window->priv->tabs_menu_merge_id,
-  "/main-menu/tabs-menu/placeholder-tab-items",
-  name, name, GTK_UI_MANAGER_MENUITEM, FALSE);
--  /* allow underscore to be shown */
--  g_snprintf (menu_item_name, sizeof (menu_item_name), 
"/main-menu/tabs-menu/placeholder-tab-items/%s", name);
--  gtk_menu_item_set_use_underline (GTK_MENU_ITEM 
(gtk_ui_manager_get_widget (window->priv->ui_manager, menu_item_name)), FALSE);
-+G_GNUC_END_IGNORE_DEPRECATIONS
- 
-   if (npages > 1)
- {
-   /* add to right-click tab menu */
-+G_GNUC_BEGIN_IGNORE_DEPRECATIONS
-   gtk_ui_manager_add_ui (window->priv->ui_manager, 
window->priv->tabs_menu_merge_id,
-  "/tab-menu/tabs-menu/placeholder-tab-items",
-  name, name, GTK_UI_MANAGER_MENUITEM, FALSE);
--  /* allow underscore to be shown */
--  g_snprintf (menu_item_name, sizeof (menu_item_name), 
"/tab-menu/tabs-menu/placeholder-tab-items/%s", name);
--  gtk_menu_item_set_use_underline (GTK_MENU_ITEM 
(gtk_ui_manager_get_widget (window->priv->ui_manager, menu_item_name)), FALSE);
--}
- G_GNUC_END_IGNORE_DEPRECATIONS
-+}
- 
-   /* set an accelerator path */
-   g_snprintf (name, sizeof (name), 
"/terminal-window/goto-tab-%d", n + 1);
--- 
-2.16.2
-

Modified: PKGBUILD
===
--- PKGBUILD2018-02-26 03:12:23 UTC (rev 317541)
+++ PKGBUILD2018-02-26 07:39:13 UTC (rev 317542)
@@ -4,8 +4,8 @@
 # Contributor: Aurelien Foret 
 
 pkgname=xfce4-terminal
-pkgver=0.8.7
-pkgrel=2
+pkgver=0.8.7.1
+pkgrel=1
 pkgdesc="A modern terminal emulator primarily for the Xfce desktop environment"
 arch=('x86_64')
 url="http://www.xfce.org/";
@@ -15,18 +15,9 @@
 makedepends=('intltool')
 conflicts=('terminal')
 replaces=('terminal')
-source=(https://archive.xfce.org/src/apps/$pkgname/0.8/$pkgname-$pkgver.tar.bz2
-0001-Revert-Allow-underscores-that-are-part-of-tab-titles.patch)
-sha256sums=('0ced5ff686f839acb6a89a9fd48af7ab04d17a56346e31d1a5063cfa36734540'
-'174d569305310c321387d73c0b55cbafc589cc4db1618c3771ee98c158589c20')
+source=(https://archive.xfce.org/src/apps/$pkgname/0.8/$pkgname-$pkgver.tar.bz2)
+sha256sums=('9ff21627e8d2a105e7133efc3e8eeeda376a2071fac737e37cf47a539a7b4351')
 
-prepare() {
-  cd "$srcdir/$pkgname-$pkgver"
-
-  # https://bugzilla.xfce.org/show_bug.cgi?id=14247
-  patch -Np1 -i 
../0001-Revert-Allow-underscores-that-are-part-of-tab-titles.patch
-}
-
 build() {
   cd "$srcdir/$pkgname-$pkgver"
 


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

2018-02-25 Thread Felix Yan via arch-commits
Date: Monday, February 26, 2018 @ 06:51:49
  Author: felixonmars
Revision: 298251

archrelease: copy trunk to community-staging-x86_64

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

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

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


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

2018-02-25 Thread Felix Yan via arch-commits
Date: Monday, February 26, 2018 @ 06:51:34
  Author: felixonmars
Revision: 298250

upgpkg: hledger-ui 1.5-39

rebuild with brick,0.34.1

Modified:
  hledger-ui/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2018-02-26 06:50:34 UTC (rev 298249)
+++ PKGBUILD2018-02-26 06:51:34 UTC (rev 298250)
@@ -4,7 +4,7 @@
 
 pkgname=hledger-ui
 pkgver=1.5
-pkgrel=38
+pkgrel=39
 pkgdesc="Curses-style user interface for the hledger accounting tool"
 url="http://hledger.org";
 license=("GPL")


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

2018-02-25 Thread Felix Yan via arch-commits
Date: Monday, February 26, 2018 @ 06:50:34
  Author: felixonmars
Revision: 298249

archrelease: copy trunk to community-staging-x86_64

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

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

Copied: haskell-brick/repos/community-staging-x86_64/PKGBUILD (from rev 298248, 
haskell-brick/trunk/PKGBUILD)
===
--- community-staging-x86_64/PKGBUILD   (rev 0)
+++ community-staging-x86_64/PKGBUILD   2018-02-26 06:50:34 UTC (rev 298249)
@@ -0,0 +1,43 @@
+# $Id$
+# Maintainer: Felix Yan 
+# Contributor: Arch Haskell Team 
+
+_hkgname=brick
+pkgname=haskell-brick
+pkgver=0.34.1
+pkgrel=1
+pkgdesc="A declarative terminal user interface library"
+url="https://github.com/jtdaugherty/brick";
+license=("custom:BSD3")
+arch=('x86_64')
+depends=('ghc-libs' 'haskell-vty' 'haskell-data-clist' 'haskell-dlist' 
'haskell-microlens'
+ 'haskell-microlens-th' 'haskell-microlens-mtl' 'haskell-config-ini' 
'haskell-vector'
+ 'haskell-contravariant' 'haskell-stm' 'haskell-text' 
'haskell-text-zipper'
+ 'haskell-word-wrap')
+makedepends=('ghc')
+source=("https://hackage.haskell.org/packages/archive/${_hkgname}/${pkgver}/${_hkgname}-${pkgver}.tar.gz";)
+sha512sums=('55fa396264b59dbc3788e91975dba8e5a43b27c3943ec3630a4a3bfc51868d87c3ea18f04ffe04931483e6b0e536a4e7d176ed4279a5528da9a2d385ad5a7d1a')
+
+build() {
+cd "${srcdir}/${_hkgname}-${pkgver}"
+
+runhaskell Setup configure -O --enable-shared --enable-executable-dynamic 
--disable-library-vanilla \
+--prefix=/usr --docdir="/usr/share/doc/${pkgname}" \
+--dynlibdir=/usr/lib --libsubdir=\$compiler/site-local/\$pkgid \
+-f-demos
+runhaskell Setup build
+runhaskell Setup register --gen-script
+runhaskell Setup unregister --gen-script
+sed -i -r -e "s|ghc-pkg.*update[^ ]* |&'--force' |" register.sh
+sed -i -r -e "s|ghc-pkg.*unregister[^ ]* |&'--force' |" unregister.sh
+}
+
+package() {
+cd "${srcdir}/${_hkgname}-${pkgver}"
+
+install -D -m744 register.sh   
"${pkgdir}/usr/share/haskell/register/${pkgname}.sh"
+install -D -m744 unregister.sh 
"${pkgdir}/usr/share/haskell/unregister/${pkgname}.sh"
+runhaskell Setup copy --destdir="${pkgdir}"
+install -D -m644 "LICENSE" 
"${pkgdir}/usr/share/licenses/${pkgname}/LICENSE"
+rm -f "${pkgdir}/usr/share/doc/${pkgname}/LICENSE"
+}


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

2018-02-25 Thread Felix Yan via arch-commits
Date: Monday, February 26, 2018 @ 06:50:19
  Author: felixonmars
Revision: 298248

upgpkg: haskell-brick 0.34.1-1

rebuild with brick,0.34.1

Modified:
  haskell-brick/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2018-02-26 06:38:12 UTC (rev 298247)
+++ PKGBUILD2018-02-26 06:50:19 UTC (rev 298248)
@@ -4,8 +4,8 @@
 
 _hkgname=brick
 pkgname=haskell-brick
-pkgver=0.34
-pkgrel=2
+pkgver=0.34.1
+pkgrel=1
 pkgdesc="A declarative terminal user interface library"
 url="https://github.com/jtdaugherty/brick";
 license=("custom:BSD3")
@@ -16,7 +16,7 @@
  'haskell-word-wrap')
 makedepends=('ghc')
 
source=("https://hackage.haskell.org/packages/archive/${_hkgname}/${pkgver}/${_hkgname}-${pkgver}.tar.gz";)
-sha512sums=('86f6fea5bf35ac6a2206bda052f2bd96f821c3fe76cf490aa232805ae3375244d3b92e76afc58594a586c78d6fe0932049134c66e81e4aa85590431b12444d29')
+sha512sums=('55fa396264b59dbc3788e91975dba8e5a43b27c3943ec3630a4a3bfc51868d87c3ea18f04ffe04931483e6b0e536a4e7d176ed4279a5528da9a2d385ad5a7d1a')
 
 build() {
 cd "${srcdir}/${_hkgname}-${pkgver}"


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

2018-02-25 Thread Felix Yan via arch-commits
Date: Monday, February 26, 2018 @ 06:37:40
  Author: felixonmars
Revision: 298246

upgpkg: jenkins 2.109-1

Modified:
  jenkins/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2018-02-26 06:35:37 UTC (rev 298245)
+++ PKGBUILD2018-02-26 06:37:40 UTC (rev 298246)
@@ -5,7 +5,7 @@
 # Contributor: Illarion Kovalchuk 
 
 pkgname=jenkins
-pkgver=2.108
+pkgver=2.109
 pkgrel=1
 pkgdesc='Extendable continuous integration server (latest)'
 arch=('any')
@@ -25,7 +25,7 @@
 'jenkins.tmpfiles'
 'jenkins.sysusers'
 'LICENSE')
-sha512sums=('2d4d4dcd9f886c7e3921e1a8b4a63c82d1f2f89776aff8d58fa5e08fbef27cdf6f7eb83597488575f13924f57f0531668355733f663d2b7db2d90861131de4d3'
+sha512sums=('3cb3790d70384274bba92200af42665a483f70a86acd36f8b0ea534e226f617b3912d5b2f19f4a4c8db3929c4cd98f9f16be3afbdd274e4003e0a485f4cb18cb'
 
'3a8421cef3953d899c150609f959cf5d5dd6d08d079a5e0f48bfece4f3c80491722b9e90ef841fddb87401c226b8338297c5c4e83e55a33ef8d6e387de3048d0'
 
'a336b006d3711abb75b49a2e12c09ee61cf3275a2cdbbd3676480e2f6ca8ba0fb4b9c08f3f9da193252c4fca827e9a1d5eaad847d0a889445693427ae1571fe7'
 
'a845a7147be54affc586dfce9a188ec24c92e673e88dec0b62da386d2e597de6ecda103429008562abd897f179a52c37cf2188ebc65b8c636efd07d707e18f90'


[arch-commits] Commit in jenkins/repos/community-any (14 files)

2018-02-25 Thread Felix Yan via arch-commits
Date: Monday, February 26, 2018 @ 06:38:12
  Author: felixonmars
Revision: 298247

archrelease: copy trunk to community-any

Added:
  jenkins/repos/community-any/LICENSE
(from rev 298246, jenkins/trunk/LICENSE)
  jenkins/repos/community-any/PKGBUILD
(from rev 298246, jenkins/trunk/PKGBUILD)
  jenkins/repos/community-any/jenkins.conf
(from rev 298246, jenkins/trunk/jenkins.conf)
  jenkins/repos/community-any/jenkins.install
(from rev 298246, jenkins/trunk/jenkins.install)
  jenkins/repos/community-any/jenkins.service
(from rev 298246, jenkins/trunk/jenkins.service)
  jenkins/repos/community-any/jenkins.sysusers
(from rev 298246, jenkins/trunk/jenkins.sysusers)
  jenkins/repos/community-any/jenkins.tmpfiles
(from rev 298246, jenkins/trunk/jenkins.tmpfiles)
Deleted:
  jenkins/repos/community-any/LICENSE
  jenkins/repos/community-any/PKGBUILD
  jenkins/repos/community-any/jenkins.conf
  jenkins/repos/community-any/jenkins.install
  jenkins/repos/community-any/jenkins.service
  jenkins/repos/community-any/jenkins.sysusers
  jenkins/repos/community-any/jenkins.tmpfiles

--+
 LICENSE  |   46 +--
 PKGBUILD |   90 ++---
 jenkins.conf |   26 +++
 jenkins.install  |   14 
 jenkins.service  |   48 ++--
 jenkins.sysusers |4 +-
 jenkins.tmpfiles |2 -
 7 files changed, 115 insertions(+), 115 deletions(-)

Deleted: LICENSE
===
--- LICENSE 2018-02-26 06:37:40 UTC (rev 298246)
+++ LICENSE 2018-02-26 06:38:12 UTC (rev 298247)
@@ -1,23 +0,0 @@
-The MIT License
-
-Copyright (c) 2004-, Kohsuke Kawaguchi, Sun Microsystems, Inc., and a number 
of other of contributors
-
-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 THE
-AUTHORS OR COPYRIGHT HOLDERS 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.
-
-

Copied: jenkins/repos/community-any/LICENSE (from rev 298246, 
jenkins/trunk/LICENSE)
===
--- LICENSE (rev 0)
+++ LICENSE 2018-02-26 06:38:12 UTC (rev 298247)
@@ -0,0 +1,23 @@
+The MIT License
+
+Copyright (c) 2004-, Kohsuke Kawaguchi, Sun Microsystems, Inc., and a number 
of other of contributors
+
+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 THE
+AUTHORS OR COPYRIGHT HOLDERS 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.
+
+

Deleted: PKGBUILD
===
--- PKGBUILD2018-02-26 06:37:40 UTC (rev 298246)
+++ PKGBUILD2018-02-26 06:38:12 UTC (rev 298247)
@@ -1,45 +0,0 @@
-# $Id$
-# Maintainer: Felix Yan 
-# Contributor: Alexander Rødseth 
-# Contributor: Marcel Huber 
-# Contributor: Illarion Kovalchuk 
-
-pkgname=jenkins
-pkgver=2.108
-pkgrel=1
-pkgdesc='Extendable continuous integration server (latest)'
-arch=('any')
-url='https://jenkins.io'
-license=('MIT')
-depends=('java-runtime>=8' 'ttf-dejavu' 'libcups')
-provides=('jenkins-ci')
-conflicts=('jenkins-ci')
-replaces=('jenkins-ci')
-backup=('etc/conf.d/jenkins')
-install='j

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

2018-02-25 Thread Eli Schwartz via arch-commits
Date: Monday, February 26, 2018 @ 05:18:10
  Author: eschwartz
Revision: 298177

upgpkg: python-u-msgpack 2.4.1-1

enable tests

Modified:
  python-u-msgpack/trunk/PKGBUILD   (contents, properties)

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

Modified: PKGBUILD
===
--- PKGBUILD2018-02-26 01:14:27 UTC (rev 298176)
+++ PKGBUILD2018-02-26 05:18:10 UTC (rev 298177)
@@ -1,40 +1,49 @@
+# $Id$
 # Maintainer: Eli Schwartz 
 
 _pkgname=u-msgpack-python
 pkgbase='python-u-msgpack'
 pkgname=('python-u-msgpack' 'python2-u-msgpack')
-pkgver=2.4.0
+pkgver=2.4.1
 pkgrel=1
 arch=('any')
 url="https://github.com/vsergeev/${_pkgname}";
 license=('MIT')
 makedepends=('python' 'python2')
+checkdepends=('python-pytest' 'python2-pytest')
 
source=("https://pypi.io/packages/source/${_pkgname:0:1}/${_pkgname}/${_pkgname}-${pkgver}.tar.gz";)
-sha256sums=('9c9b0c5ca358c61d9fe9940e84f49b208f17706a883377bfb793637013e3673c')
+sha256sums=('2f31fc1b6dd8632c230ea7012470e40f77119f20999274dda6f1afa9c305e590')
 
 build() {
-  cd "${srcdir}/${_pkgname}-${pkgver}"
+cd "${srcdir}/${_pkgname}-${pkgver}"
 
-  python setup.py build
-  python2 setup.py build
+python setup.py build
+python2 setup.py build
 }
 
+check() {
+cd "${srcdir}/${_pkgname}-${pkgver}"
+
+pytest
+pytest2
+}
+
 package_python-u-msgpack() {
-  pkgdesc="portable, lightweight MessagePack serializer and deserializer for 
Python"
-  depends=('python')
+pkgdesc="portable, lightweight MessagePack serializer and deserializer for 
Python"
+depends=('python')
 
-  cd "${srcdir}/${_pkgname}-${pkgver}"
-  python setup.py install --root="${pkgdir}" --optimize=1 --skip-build
+cd "${srcdir}/${_pkgname}-${pkgver}"
+python setup.py install --root="${pkgdir}" --optimize=1 --skip-build
 
-  install -Dm644 LICENSE "${pkgdir}/usr/share/licenses/${pkgname}/LICENSE"
+install -Dm644 LICENSE "${pkgdir}/usr/share/licenses/${pkgname}/LICENSE"
 }
 
 package_python2-u-msgpack() {
-  pkgdesc="portable, lightweight MessagePack serializer and deserializer for 
Python2"
-  depends=('python2')
+pkgdesc="portable, lightweight MessagePack serializer and deserializer for 
Python2"
+depends=('python2')
 
-  cd "${srcdir}/${_pkgname}-${pkgver}"
-  python2 setup.py install --root="${pkgdir}" --optimize=1 --skip-build
+cd "${srcdir}/${_pkgname}-${pkgver}"
+python2 setup.py install --root="${pkgdir}" --optimize=1 --skip-build
 
-  install -Dm644 LICENSE "${pkgdir}/usr/share/licenses/${pkgname}/LICENSE"
+install -Dm644 LICENSE "${pkgdir}/usr/share/licenses/${pkgname}/LICENSE"
 }


Property changes on: python-u-msgpack/trunk/PKGBUILD
___
Added: svn:keywords
## -0,0 +1 ##
+Id
\ No newline at end of property


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

2018-02-25 Thread Eli Schwartz via arch-commits
Date: Monday, February 26, 2018 @ 05:18:39
  Author: eschwartz
Revision: 298178

archrelease: copy trunk to community-any

Added:
  python-u-msgpack/repos/community-any/PKGBUILD
(from rev 298177, python-u-msgpack/trunk/PKGBUILD)
Deleted:
  python-u-msgpack/repos/community-any/PKGBUILD

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

Deleted: PKGBUILD
===
--- PKGBUILD2018-02-26 05:18:10 UTC (rev 298177)
+++ PKGBUILD2018-02-26 05:18:39 UTC (rev 298178)
@@ -1,40 +0,0 @@
-# Maintainer: Eli Schwartz 
-
-_pkgname=u-msgpack-python
-pkgbase='python-u-msgpack'
-pkgname=('python-u-msgpack' 'python2-u-msgpack')
-pkgver=2.4.0
-pkgrel=1
-arch=('any')
-url="https://github.com/vsergeev/${_pkgname}";
-license=('MIT')
-makedepends=('python' 'python2')
-source=("https://pypi.io/packages/source/${_pkgname:0:1}/${_pkgname}/${_pkgname}-${pkgver}.tar.gz";)
-sha256sums=('9c9b0c5ca358c61d9fe9940e84f49b208f17706a883377bfb793637013e3673c')
-
-build() {
-  cd "${srcdir}/${_pkgname}-${pkgver}"
-
-  python setup.py build
-  python2 setup.py build
-}
-
-package_python-u-msgpack() {
-  pkgdesc="portable, lightweight MessagePack serializer and deserializer for 
Python"
-  depends=('python')
-
-  cd "${srcdir}/${_pkgname}-${pkgver}"
-  python setup.py install --root="${pkgdir}" --optimize=1 --skip-build
-
-  install -Dm644 LICENSE "${pkgdir}/usr/share/licenses/${pkgname}/LICENSE"
-}
-
-package_python2-u-msgpack() {
-  pkgdesc="portable, lightweight MessagePack serializer and deserializer for 
Python2"
-  depends=('python2')
-
-  cd "${srcdir}/${_pkgname}-${pkgver}"
-  python2 setup.py install --root="${pkgdir}" --optimize=1 --skip-build
-
-  install -Dm644 LICENSE "${pkgdir}/usr/share/licenses/${pkgname}/LICENSE"
-}

Copied: python-u-msgpack/repos/community-any/PKGBUILD (from rev 298177, 
python-u-msgpack/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2018-02-26 05:18:39 UTC (rev 298178)
@@ -0,0 +1,49 @@
+# $Id$
+# Maintainer: Eli Schwartz 
+
+_pkgname=u-msgpack-python
+pkgbase='python-u-msgpack'
+pkgname=('python-u-msgpack' 'python2-u-msgpack')
+pkgver=2.4.1
+pkgrel=1
+arch=('any')
+url="https://github.com/vsergeev/${_pkgname}";
+license=('MIT')
+makedepends=('python' 'python2')
+checkdepends=('python-pytest' 'python2-pytest')
+source=("https://pypi.io/packages/source/${_pkgname:0:1}/${_pkgname}/${_pkgname}-${pkgver}.tar.gz";)
+sha256sums=('2f31fc1b6dd8632c230ea7012470e40f77119f20999274dda6f1afa9c305e590')
+
+build() {
+cd "${srcdir}/${_pkgname}-${pkgver}"
+
+python setup.py build
+python2 setup.py build
+}
+
+check() {
+cd "${srcdir}/${_pkgname}-${pkgver}"
+
+pytest
+pytest2
+}
+
+package_python-u-msgpack() {
+pkgdesc="portable, lightweight MessagePack serializer and deserializer for 
Python"
+depends=('python')
+
+cd "${srcdir}/${_pkgname}-${pkgver}"
+python setup.py install --root="${pkgdir}" --optimize=1 --skip-build
+
+install -Dm644 LICENSE "${pkgdir}/usr/share/licenses/${pkgname}/LICENSE"
+}
+
+package_python2-u-msgpack() {
+pkgdesc="portable, lightweight MessagePack serializer and deserializer for 
Python2"
+depends=('python2')
+
+cd "${srcdir}/${_pkgname}-${pkgver}"
+python2 setup.py install --root="${pkgdir}" --optimize=1 --skip-build
+
+install -Dm644 LICENSE "${pkgdir}/usr/share/licenses/${pkgname}/LICENSE"
+}


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

2018-02-25 Thread Antonio Rojas via arch-commits
Date: Monday, February 26, 2018 @ 03:12:23
  Author: arojas
Revision: 317541

archrelease: copy trunk to staging-x86_64

Added:
  kio-extras/repos/staging-x86_64/
  kio-extras/repos/staging-x86_64/PKGBUILD
(from rev 317540, kio-extras/trunk/PKGBUILD)

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

Copied: kio-extras/repos/staging-x86_64/PKGBUILD (from rev 317540, 
kio-extras/trunk/PKGBUILD)
===
--- staging-x86_64/PKGBUILD (rev 0)
+++ staging-x86_64/PKGBUILD 2018-02-26 03:12:23 UTC (rev 317541)
@@ -0,0 +1,43 @@
+# $Id$
+# Maintainer: Felix Yan 
+# Maintainer: Antonio Rojas 
+# Contributor: Andrea Scarpino 
+
+pkgname=kio-extras
+pkgver=17.12.2
+pkgrel=2
+pkgdesc="Additional components to increase the functionality of KIO"
+arch=(x86_64)
+url='https://www.kde.org/applications/internet/'
+license=(LGPL)
+depends=(kio kdnssd libssh smbclient exiv2 openexr libmtp kpty kactivities)
+makedepends=(extra-cmake-modules kdoctools qt5-webengine gperf taglib khtml)
+optdepends=('qt5-webengine: HTML thumbnailer' 'qt5-imageformats: thumbnails 
for additional image formats'
+'kimageformats: thumbnails for additional image formats' 'taglib: 
audio file thumbnails'
+'khtml: man kioslave')
+groups=(kde-applications kdenetwork)
+source=("https://download.kde.org/stable/applications/$pkgver/src/$pkgname-$pkgver.tar.xz"{,.sig})
+sha256sums=('d7dfe8b6306f0d7c2b47056306376244f5947e758938182c63963ae7886d'
+'SKIP')
+validpgpkeys=(CA262C6C83DE4D2FB28A332A3A6A4DB839EAA6D7  # Albert Astals Cid 

+  F23275E4BF10AFC1DF6914A6DBD2CE893E2D1C87) # Christoph Feck 

+
+prepare() {
+  mkdir -p build
+}
+
+build() {
+  cd build
+  cmake ../$pkgname-$pkgver \
+-DCMAKE_BUILD_TYPE=Release \
+-DCMAKE_INSTALL_PREFIX=/usr \
+-DCMAKE_INSTALL_LIBDIR=lib \
+-DBUILD_TESTING=OFF
+  make
+}
+
+package() {
+  cd build
+  make DESTDIR="$pkgdir" install
+}
+


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

2018-02-25 Thread Antonio Rojas via arch-commits
Date: Monday, February 26, 2018 @ 03:11:53
  Author: arojas
Revision: 317540

ilmbase/openexr 2.2.1 rebuild

Modified:
  kio-extras/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2018-02-26 03:09:41 UTC (rev 317539)
+++ PKGBUILD2018-02-26 03:11:53 UTC (rev 317540)
@@ -5,7 +5,7 @@
 
 pkgname=kio-extras
 pkgver=17.12.2
-pkgrel=1
+pkgrel=2
 pkgdesc="Additional components to increase the functionality of KIO"
 arch=(x86_64)
 url='https://www.kde.org/applications/internet/'


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

2018-02-25 Thread Antonio Rojas via arch-commits
Date: Monday, February 26, 2018 @ 03:09:41
  Author: arojas
Revision: 317539

archrelease: copy trunk to staging-x86_64

Added:
  kimageformats/repos/staging-x86_64/
  kimageformats/repos/staging-x86_64/PKGBUILD
(from rev 317538, kimageformats/trunk/PKGBUILD)

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

Copied: kimageformats/repos/staging-x86_64/PKGBUILD (from rev 317538, 
kimageformats/trunk/PKGBUILD)
===
--- staging-x86_64/PKGBUILD (rev 0)
+++ staging-x86_64/PKGBUILD 2018-02-26 03:09:41 UTC (rev 317539)
@@ -0,0 +1,38 @@
+# $Id$
+# Maintainer: Felix Yan 
+# Contributor: Andrea Scarpino 
+
+pkgname=kimageformats
+pkgver=5.43.0
+pkgrel=2
+pkgdesc='Image format plugins for Qt5'
+arch=('x86_64')
+url='https://community.kde.org/Frameworks'
+license=('LGPL')
+depends=('qt5-base' 'openexr')
+makedepends=('extra-cmake-modules' 'karchive' 'mesa')
+optdepends=('karchive: plugin for Krita and OpenRaster images')
+groups=('kf5')
+source=("https://download.kde.org/stable/frameworks/${pkgver%.*}/${pkgname}-${pkgver}.tar.xz"{,.sig})
+sha256sums=('31c17c176a26be73ff614b38be0657ad61d42e3947ad6103081599de4bcfc4ae'
+'SKIP')
+validpgpkeys=(53E6B47B45CEA3E0D5B7457758D0EE648A48B3BB) # David Faure 

+
+prepare() {
+  mkdir -p build
+}
+
+build() {
+  cd build
+  cmake ../${pkgname}-${pkgver} \
+-DCMAKE_BUILD_TYPE=Release \
+-DCMAKE_INSTALL_PREFIX=/usr \
+-DCMAKE_INSTALL_LIBDIR=lib \
+-DBUILD_TESTING=OFF
+  make
+}
+
+package() {
+  cd build
+  make DESTDIR="${pkgdir}" install
+}


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

2018-02-25 Thread Antonio Rojas via arch-commits
Date: Monday, February 26, 2018 @ 03:08:34
  Author: arojas
Revision: 317538

ilmbase/openexr 2.2.1 rebuild

Modified:
  kimageformats/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2018-02-26 03:07:13 UTC (rev 317537)
+++ PKGBUILD2018-02-26 03:08:34 UTC (rev 317538)
@@ -4,7 +4,7 @@
 
 pkgname=kimageformats
 pkgver=5.43.0
-pkgrel=1
+pkgrel=2
 pkgdesc='Image format plugins for Qt5'
 arch=('x86_64')
 url='https://community.kde.org/Frameworks'


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

2018-02-25 Thread Antonio Rojas via arch-commits
Date: Monday, February 26, 2018 @ 03:07:13
  Author: arojas
Revision: 317537

archrelease: copy trunk to staging-x86_64

Added:
  kdebase-runtime/repos/staging-x86_64/
  kdebase-runtime/repos/staging-x86_64/PKGBUILD
(from rev 317536, kdebase-runtime/trunk/PKGBUILD)
  kdebase-runtime/repos/staging-x86_64/kdebase-runtime-no-html-thumbnails.patch
(from rev 317536, 
kdebase-runtime/trunk/kdebase-runtime-no-html-thumbnails.patch)
  kdebase-runtime/repos/staging-x86_64/kdebase-runtime-no-kdewebkit.patch
(from rev 317536, kdebase-runtime/trunk/kdebase-runtime-no-kdewebkit.patch)

--+
 PKGBUILD |   70 +
 kdebase-runtime-no-html-thumbnails.patch |   21 
 kdebase-runtime-no-kdewebkit.patch   |   49 
 3 files changed, 140 insertions(+)

Copied: kdebase-runtime/repos/staging-x86_64/PKGBUILD (from rev 317536, 
kdebase-runtime/trunk/PKGBUILD)
===
--- staging-x86_64/PKGBUILD (rev 0)
+++ staging-x86_64/PKGBUILD 2018-02-26 03:07:13 UTC (rev 317537)
@@ -0,0 +1,70 @@
+# $Id$
+# Maintainer: Felix Yan 
+# Contributor: Andrea Scarpino 
+# Contributor: Pierre Schmitz 
+
+pkgname=kdebase-runtime
+pkgver=17.08.3
+pkgrel=3
+pkgdesc="Plugins and applications necessary for the running of KDE 
applications"
+arch=('x86_64')
+url='https://www.kde.org/'
+license=('GPL' 'LGPL')
+makedepends=('pkg-config' 'cmake' 'automoc4' 'doxygen' 'networkmanager' 
'boost')
+depends=('kdelibs' 'smbclient' 'libssh' 'libcanberra' 'oxygen-icons' 
'xorg-xauth' 'libwebp' 'exiv2' 'gpgme')
+optdepends=('drkonqi: crash report tool' 'khelpcenter: to display applications 
documentation')
+provides=(notification-daemon)
+conflicts=(kdesu4)
+replaces=(kdesu4)
+source=("https://download.kde.org/stable/applications/$pkgver/src/kde-runtime-$pkgver.tar.xz"{,.sig}
+kdebase-runtime-no-html-thumbnails.patch 
kdebase-runtime-no-kdewebkit.patch)
+sha256sums=('682c18afb11cda41288c4508831cb59797417b9d81ea916e0e99722ebe9bce96'
+'SKIP'
+'5ce434f25759215ed2b6f71ec82a9118ee76e7428ef1af8a5495133a76c9c2df'
+'93d5ddf78c784b3d79486813bdfb43debba271b389bfc46ca79aabdb0bca14db')
+validpgpkeys=(CA262C6C83DE4D2FB28A332A3A6A4DB839EAA6D7  # Albert Astals Cid 

+  F23275E4BF10AFC1DF6914A6DBD2CE893E2D1C87) # Christoph Feck 

+
+prepare() {
+  mkdir -p build
+
+# Don't link to kactivities
+  sed -e '/plasmaextracomponents/d' -i 
kde-runtime-$pkgver/plasma/declarativeimports/CMakeLists.txt
+# Drop HTML thumbnailer, uses insecure QtWebKit
+  cd kde-runtime-$pkgver
+  patch -p1 -i ../kdebase-runtime-no-html-thumbnails.patch
+  patch -p1 -i ../kdebase-runtime-no-kdewebkit.patch
+}
+
+build() {
+  cd build
+  cmake ../kde-runtime-$pkgver \
+-DCMAKE_BUILD_TYPE=Release \
+-DKDE4_BUILD_TESTS=OFF \
+-DCMAKE_SKIP_RPATH=ON \
+-DCMAKE_INSTALL_PREFIX=/usr \
+-DWITH_QNtrack=OFF \
+-DSAMBA_INCLUDE_DIR=/usr/include/samba-4.0 \
+-DWITH_NepomukCore=OFF \
+-DBUILD_khelpcenter=OFF \
+-DBUILD_kglobalaccel=OFF \
+-DBUILD_kuiserver=OFF \
+-DBUILD_drkonqi=OFF \
+-DBUILD_doc=OFF
+  make
+}
+
+package() {
+  cd build
+  make DESTDIR="$pkgdir" install
+
+  rm "$pkgdir"/usr/share/icons/hicolor/index.theme
+  ln -s /usr/lib/kde4/libexec/kdesu "$pkgdir"/usr/bin/kdesu4
+
+# Use KF5 drkonqi
+  ln -s /usr/lib/drkonqi "$pkgdir"/usr/lib/kde4/libexec/
+
+# FS#36668
+  chown :nobody "$pkgdir"/usr/lib/kde4/libexec/kdesud
+  chmod g+s "$pkgdir"/usr/lib/kde4/libexec/kdesud
+}

Copied: 
kdebase-runtime/repos/staging-x86_64/kdebase-runtime-no-html-thumbnails.patch 
(from rev 317536, 
kdebase-runtime/trunk/kdebase-runtime-no-html-thumbnails.patch)
===
--- staging-x86_64/kdebase-runtime-no-html-thumbnails.patch 
(rev 0)
+++ staging-x86_64/kdebase-runtime-no-html-thumbnails.patch 2018-02-26 
03:07:13 UTC (rev 317537)
@@ -0,0 +1,21 @@
+--- kde-runtime-16.12.1/kioslave/thumbnail/CMakeLists.txt.02017-01-19 
12:11:22.764891155 +
 kde-runtime-16.12.1/kioslave/thumbnail/CMakeLists.txt  2017-01-19 
12:11:40.741524858 +
+@@ -89,18 +89,6 @@
+ 
+ ### next target ###
+ 
+-if(NOT WINCE)
+-set(htmlthumbnail_PART_SRCS htmlcreator.cpp)
+-
+-kde4_add_plugin(htmlthumbnail ${htmlthumbnail_PART_SRCS})
+-
+-target_link_libraries(htmlthumbnail ${KDE4_KDEWEBKIT_LIBS})
+-
+-install(TARGETS htmlthumbnail DESTINATION ${PLUGIN_INSTALL_DIR})
+-endif(NOT WINCE)
+-
+-### next target ###
+-
+ if(NOT WIN32)
+ set(djvuthumbnail_PART_SRCS djvucreator.cpp)
+ 

Copied: kdebase-runtime/repos/staging-x86_64/kdebase-runtime-no-kdewebkit.patch 
(from rev 317536, kdebase-runtime/trunk/kdebase-runtime-no-kdewebkit.patch)
==

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

2018-02-25 Thread Antonio Rojas via arch-commits
Date: Monday, February 26, 2018 @ 03:06:37
  Author: arojas
Revision: 317536

ilmbase/openexr 2.2.1 rebuild

Modified:
  kdebase-runtime/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2018-02-26 03:03:04 UTC (rev 317535)
+++ PKGBUILD2018-02-26 03:06:37 UTC (rev 317536)
@@ -5,7 +5,7 @@
 
 pkgname=kdebase-runtime
 pkgver=17.08.3
-pkgrel=2
+pkgrel=3
 pkgdesc="Plugins and applications necessary for the running of KDE 
applications"
 arch=('x86_64')
 url='https://www.kde.org/'


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

2018-02-25 Thread Antonio Rojas via arch-commits
Date: Monday, February 26, 2018 @ 03:03:04
  Author: arojas
Revision: 317535

archrelease: copy trunk to staging-x86_64

Added:
  kdelibs/repos/staging-x86_64/
  kdelibs/repos/staging-x86_64/PKGBUILD
(from rev 317534, kdelibs/trunk/PKGBUILD)
  kdelibs/repos/staging-x86_64/archlinux-menu.patch
(from rev 317534, kdelibs/trunk/archlinux-menu.patch)
  kdelibs/repos/staging-x86_64/kde-applications-menu.patch
(from rev 317534, kdelibs/trunk/kde-applications-menu.patch)
  kdelibs/repos/staging-x86_64/kdelibs-no-kdewebkit.patch
(from rev 317534, kdelibs/trunk/kdelibs-no-kdewebkit.patch)
  kdelibs/repos/staging-x86_64/kdelibs-openssl-1.1.patch
(from rev 317534, kdelibs/trunk/kdelibs-openssl-1.1.patch)
  kdelibs/repos/staging-x86_64/qt4.patch
(from rev 317534, kdelibs/trunk/qt4.patch)

-+
 PKGBUILD|   70 
 archlinux-menu.patch|   22 
 kde-applications-menu.patch |   22 
 kdelibs-no-kdewebkit.patch  |  100 +
 kdelibs-openssl-1.1.patch   | 4007 ++
 qt4.patch   |   11 
 6 files changed, 4232 insertions(+)

Copied: kdelibs/repos/staging-x86_64/PKGBUILD (from rev 317534, 
kdelibs/trunk/PKGBUILD)
===
--- staging-x86_64/PKGBUILD (rev 0)
+++ staging-x86_64/PKGBUILD 2018-02-26 03:03:04 UTC (rev 317535)
@@ -0,0 +1,70 @@
+# $Id$
+# Maintainer: Felix Yan 
+# Contributor: Andrea Scarpino 
+
+pkgname=kdelibs
+pkgver=4.14.38
+_kdeappver=17.08.3
+pkgrel=4
+pkgdesc="KDE Core Libraries"
+arch=('x86_64')
+url='https://www.kde.org/'
+license=('GPL' 'LGPL' 'FDL')
+depends=('attica-qt4' 'libxss' 'libdbusmenu-qt4' 'polkit-qt4'
+'shared-mime-info' 'enchant' 'giflib' 'jasper' 'openexr'
+'docbook-xsl' 'upower' 'udisks2' 'libxcursor' 'phonon-qt4'
+'media-player-info' 'libutempter' 'icu')
+makedepends=('cmake' 'automoc4' 'avahi' 'libgl' 'mesa')
+source=("https://download.kde.org/stable/applications/${_kdeappver}/src/$pkgname-$pkgver.tar.xz";
+'kde-applications-menu.patch' 'archlinux-menu.patch' 'qt4.patch'
+'kdelibs-no-kdewebkit.patch' 'kdelibs-openssl-1.1.patch')
+sha256sums=('37fd43a34e8118406e03a5d0e53f4a03c8aa50b219e8484a5d42349dc0f2c3fe'
+'0eed754cf3e9f41be5ea22314bf49cf5571b421d81b8f525287830bd1b9b684e'
+'877df7357360b70d9f7d6bc8c211f82fd8b00cc2eb34e9993ff6aae20faf1cad'
+'ced10a9a83ff2a7f82edf51f6f399f8338b34ab5a589ef43637517d204843bea'
+'2df372f1bfcef1902349f9ca8820315030d39dd2bb769776b94fd3fcbf9621f5'
+'42f86279515bead6e9f89b1fc3ea58e0a648d41fae343de95297f995dedcdd71')
+
+prepare() {
+  mkdir -p build
+  cd $pkgname-$pkgver
+  # avoid file conflict with gnome-menus
+  patch -p1 -i ../kde-applications-menu.patch
+  # add Archlinux menu entry
+  patch -p1 -i ../archlinux-menu.patch
+  # qmake refers to Qt5
+  patch -p1 -i ../qt4.patch
+  # disable kdewebkit (Fedora)
+  patch -p1 -i ../kdelibs-no-kdewebkit.patch
+  # fix build with openSSL 1.1 (OpenMandriva)
+  patch -p1 -i ../kdelibs-openssl-1.1.patch
+}
+
+build() {
+   cd build
+   cmake ../$pkgname-$pkgver \
+   -DCMAKE_BUILD_TYPE=Release \
+   -DKDE4_BUILD_TESTS=OFF \
+   -DCMAKE_SKIP_RPATH=ON \
+   -DKDE_DISTRIBUTION_TEXT='Arch Linux' \
+   -DCMAKE_INSTALL_PREFIX=/usr \
+   -DSYSCONF_INSTALL_DIR=/etc \
+   -DLOCALE_INSTALL_DIR=/usr/share/locale/kde4 \
+   -DKDE_DEFAULT_HOME='.kde4' \
+   -DWITH_FAM=OFF \
+   -DWITH_SOLID_UDISKS2=ON \
+   -DENCHANT_INCLUDE_DIR=/usr/include/enchant-2 \
+   -DENCHANT_LIBRARIES=/usr/lib/libenchant-2.so
+   make
+}
+
+package() {
+   cd build
+   make DESTDIR="$pkgdir" install
+
+   # cert bundle seems to be hardcoded
+   # link it to the one from ca-certificates
+   rm -f "$pkgdir"/usr/share/apps/kssl/ca-bundle.crt
+   ln -sf /etc/ssl/certs/ca-certificates.crt 
"$pkgdir"/usr/share/apps/kssl/ca-bundle.crt
+}

Copied: kdelibs/repos/staging-x86_64/archlinux-menu.patch (from rev 317534, 
kdelibs/trunk/archlinux-menu.patch)
===
--- staging-x86_64/archlinux-menu.patch (rev 0)
+++ staging-x86_64/archlinux-menu.patch 2018-02-26 03:03:04 UTC (rev 317535)
@@ -0,0 +1,22 @@
+--- kdelibs-4.3.98/kded/applications.menu  2010-01-31 19:28:11.0 
+
 kdelibs-4.3.98/kded/applications.menu  2010-01-31 22:25:53.556043077 
+
+@@ -16,11 +16,19 @@
+   
+   
+   
++  Arch Linux
+   Applications
+   
+   
+ 
+   
++  Arch Linux 
  
++  Archlinux.directory  
   

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

2018-02-25 Thread Antonio Rojas via arch-commits
Date: Monday, February 26, 2018 @ 03:02:27
  Author: arojas
Revision: 317534

ilmbase/openexr 2.2.1 rebuild

Modified:
  kdelibs/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2018-02-26 00:32:45 UTC (rev 317533)
+++ PKGBUILD2018-02-26 03:02:27 UTC (rev 317534)
@@ -6,7 +6,7 @@
 pkgname=kdelibs
 pkgver=4.14.38
 _kdeappver=17.08.3
-pkgrel=3
+pkgrel=4
 pkgdesc="KDE Core Libraries"
 arch=('x86_64')
 url='https://www.kde.org/'
@@ -39,10 +39,6 @@
   patch -p1 -i ../kdelibs-no-kdewebkit.patch
   # fix build with openSSL 1.1 (OpenMandriva)
   patch -p1 -i ../kdelibs-openssl-1.1.patch
-
-  sed -e 's/enchant)/enchant-2)/' \
-  -e 's/NAMES enchant$/NAMES enchant-2/' \
-  -i cmake/modules/FindENCHANT.cmake
 }
 
 build() {
@@ -57,7 +53,9 @@
-DLOCALE_INSTALL_DIR=/usr/share/locale/kde4 \
-DKDE_DEFAULT_HOME='.kde4' \
-DWITH_FAM=OFF \
-   -DWITH_SOLID_UDISKS2=ON
+   -DWITH_SOLID_UDISKS2=ON \
+   -DENCHANT_INCLUDE_DIR=/usr/include/enchant-2 \
+   -DENCHANT_LIBRARIES=/usr/lib/libenchant-2.so
make
 }
 


[arch-commits] Commit in linux-hardened/repos/community-x86_64 (14 files)

2018-02-25 Thread Levente Polyak via arch-commits
Date: Monday, February 26, 2018 @ 01:14:27
  Author: anthraxx
Revision: 298176

archrelease: copy trunk to community-x86_64

Added:
  linux-hardened/repos/community-x86_64/60-linux.hook
(from rev 298175, linux-hardened/trunk/60-linux.hook)
  linux-hardened/repos/community-x86_64/90-linux.hook
(from rev 298175, linux-hardened/trunk/90-linux.hook)
  linux-hardened/repos/community-x86_64/PKGBUILD
(from rev 298175, linux-hardened/trunk/PKGBUILD)
  linux-hardened/repos/community-x86_64/config.x86_64
(from rev 298175, linux-hardened/trunk/config.x86_64)
  
linux-hardened/repos/community-x86_64/drm-i915-edp-Only-use-the-alternate-fixed-mode-if-its-asked-for.patch
(from rev 298175, 
linux-hardened/trunk/drm-i915-edp-Only-use-the-alternate-fixed-mode-if-its-asked-for.patch)
  linux-hardened/repos/community-x86_64/linux.install
(from rev 298175, linux-hardened/trunk/linux.install)
  linux-hardened/repos/community-x86_64/linux.preset
(from rev 298175, linux-hardened/trunk/linux.preset)
Deleted:
  linux-hardened/repos/community-x86_64/60-linux.hook
  linux-hardened/repos/community-x86_64/90-linux.hook
  linux-hardened/repos/community-x86_64/PKGBUILD
  linux-hardened/repos/community-x86_64/config.x86_64
  
linux-hardened/repos/community-x86_64/drm-i915-edp-Only-use-the-alternate-fixed-mode-if-its-asked-for.patch
  linux-hardened/repos/community-x86_64/linux.install
  linux-hardened/repos/community-x86_64/linux.preset

---+
 60-linux.hook |   24 
 90-linux.hook |   22 
 PKGBUILD  |  514 
 config.x86_64 |19057 
--
 drm-i915-edp-Only-use-the-alternate-fixed-mode-if-its-asked-for.patch |   78 
 linux.install |   22 
 linux.preset  |   28 
 7 files changed, 9872 insertions(+), 9873 deletions(-)

The diff is longer than the limit of 200KB.
Use svn diff -r 298175:298176 to see the changes.


[arch-commits] Commit in linux-hardened/trunk (PKGBUILD config.x86_64)

2018-02-25 Thread Levente Polyak via arch-commits
Date: Monday, February 26, 2018 @ 01:14:15
  Author: anthraxx
Revision: 298175

upgpkg: linux-hardened 4.15.6.a-1

Modified:
  linux-hardened/trunk/PKGBUILD
  linux-hardened/trunk/config.x86_64

---+
 PKGBUILD  |8 
 config.x86_64 |3 +--
 2 files changed, 5 insertions(+), 6 deletions(-)

Modified: PKGBUILD
===
--- PKGBUILD2018-02-26 00:27:30 UTC (rev 298174)
+++ PKGBUILD2018-02-26 01:14:15 UTC (rev 298175)
@@ -5,7 +5,7 @@
 
 pkgbase=linux-hardened
 _srcname=linux-4.15
-_pkgver=4.15.5
+_pkgver=4.15.6
 pkgver=${_pkgver}.a
 pkgrel=1
 url='https://github.com/copperhead/linux-hardened'
@@ -29,11 +29,11 @@
 replaces=('linux-grsec')
 sha256sums=('5a26478906d5005f4f809402e981518d2b8844949199f60c4b6e1f986ca2a769'
 'SKIP'
-'b5dc7021bd0c08e4a58b59035f9b757ce6909b46067950ac56d2ad68c1b69dd1'
+'79832aa2c9bc661ef1b4b8d55e6eff346cf23fd6c7dfd1ff0f1a7239cf2b8072'
 'SKIP'
-'6c5056cbdba83f3d4bd3103936d4b059665e57303f7eb04c961df855c3f9f25a'
+'45654a4144f83d4012bdf5fd5bec59e4f9bb3967aca277dccf034d8a405e0670'
 'SKIP'
-'6a483e956d1ccd990c5268b619161cb3a5debf8688a7a1552cc375b92f6fc9d8'
+'874de9c1c1bab025f42040f1b29cfe6a1824fc3ac5036fe88168a89dcb8e264c'
 'ae2e95db94ef7176207c690224169594d49445e04249d2499e9d2fbc117a0b21'
 '75f99f5239e03238f88d1a834c50043ec32b1dc568f2cc291b07d04718483919'
 'ad6344badc91ad0630caacde83f7f9b97276f80d26a20619a87952be65492c65'

Modified: config.x86_64
===
--- config.x86_64   2018-02-26 00:27:30 UTC (rev 298174)
+++ config.x86_64   2018-02-26 01:14:15 UTC (rev 298175)
@@ -1,6 +1,6 @@
 #
 # Automatically generated file; DO NOT EDIT.
-# Linux/x86 4.15.5 Kernel Configuration
+# Linux/x86 4.15.6 Kernel Configuration
 #
 CONFIG_64BIT=y
 CONFIG_X86_64=y
@@ -9161,7 +9161,6 @@
 # CONFIG_SECURITY_SELINUX_DISABLE is not set
 CONFIG_SECURITY_SELINUX_DEVELOP=y
 CONFIG_SECURITY_SELINUX_AVC_STATS=y
-CONFIG_SECURITY_SELINUX_CHECKREQPROT_VALUE=0
 # CONFIG_SECURITY_SMACK is not set
 # CONFIG_SECURITY_TOMOYO is not set
 # CONFIG_SECURITY_APPARMOR is not set


[arch-commits] Commit in vim/repos/extra-x86_64 (8 files)

2018-02-25 Thread Levente Polyak via arch-commits
Date: Monday, February 26, 2018 @ 00:32:45
  Author: anthraxx
Revision: 317533

archrelease: copy trunk to extra-x86_64

Added:
  vim/repos/extra-x86_64/PKGBUILD
(from rev 317532, vim/trunk/PKGBUILD)
  vim/repos/extra-x86_64/archlinux.vim
(from rev 317532, vim/trunk/archlinux.vim)
  vim/repos/extra-x86_64/vimdoc.hook
(from rev 317532, vim/trunk/vimdoc.hook)
  vim/repos/extra-x86_64/vimrc
(from rev 317532, vim/trunk/vimrc)
Deleted:
  vim/repos/extra-x86_64/PKGBUILD
  vim/repos/extra-x86_64/archlinux.vim
  vim/repos/extra-x86_64/vimdoc.hook
  vim/repos/extra-x86_64/vimrc

---+
 PKGBUILD  |  442 
 archlinux.vim |   54 +++---
 vimdoc.hook   |   22 +-
 vimrc |   36 ++--
 4 files changed, 277 insertions(+), 277 deletions(-)

Deleted: PKGBUILD
===
--- PKGBUILD2018-02-26 00:32:32 UTC (rev 317532)
+++ PKGBUILD2018-02-26 00:32:45 UTC (rev 317533)
@@ -1,221 +0,0 @@
-# Maintainer: Levente Polyak 
-# Contributor: Anatol Pomozov 
-# Contributor: Thomas Dziedzic 
-# Contributor: Jan "heftig" Steffens 
-# Contributor: tobias [ tobias at archlinux org ]
-# Contributor: Daniel J Griffiths 
-# Contributor: Christian Hesse 
-# Contributor: Eli Schwartz
-
-pkgbase=vim
-pkgname=('vim' 'gvim' 'vim-runtime')
-pkgver=8.0.1531
-_versiondir=80
-pkgrel=1
-pkgdesc='Vi Improved, a highly configurable, improved version of the vi text 
editor'
-url='http://www.vim.org'
-arch=('x86_64')
-license=('custom:vim')
-makedepends=('glibc' 'libgcrypt' 'gpm' 'python2' 'python' 'ruby' 'libxt' 
'gtk3' 'lua'
- 'gawk' 'tcl' 'pcre' 'zlib' 'libffi')
-source=(vim-${pkgver}.tar.gz::https://github.com/vim/vim/archive/v${pkgver}.tar.gz
-vimrc
-archlinux.vim
-vimdoc.hook)
-sha256sums=('3e3634e8bb088b516320d5201f6bfc426f65d4e3f9c66428ebc8ae0cf8c5fa8c'
-'b16e85e457397ab2043a7ee0a3c84307c6b4eac157fd0b721694761f25b3ed5b'
-'cef74d8fd3a22b2af83aeeef4a192ddd624afd0c6df6861db845e6e4f55b32de'
-'7095cafac21df7aa42749d6864d1c0549fe65771d8edda3102c931c60782b6b9')
-sha512sums=('35c74d970c8e73c59587f90f2e5b79a4537501f5dca568ec4aa97c38bcd6b13db1fe396e4dcd2f6b67de36701bd2e9c9c8ba3ea227b18e3b628259d6dbb93663'
-
'4b5bed0813f22af9e158ea9aa56a4a9862dd786ba2d201f20159ccf652da6190164aaed0b6b7217d578f7b25c33a8adcc307bfcf3caa8d173a7ff29e2a00fee7'
-
'11fd92e385460dff3c0d6ab10ca9284fe47047a9032fba3d285d967c9e87720a04bdfaacfb72e2d7e0054d1f22121b6d60690df0673ca0b4820739f3b0081a2d'
-
'1e06e981691b17662fd0fddac5c00c87c920d1b4a1cbb6191c42d57cc40b00af12710e26b22fcfc0901bb8142b15f6a04aa65cec2d9b3bb9d5a06cb650d3ab9c')
-
-prepare() {
-  (cd vim-${pkgver}/src
-# define the place for the global (g)vimrc file (set to /etc/vimrc)
-sed -i 's|^.*\(#define SYS_.*VIMRC_FILE.*"\) .*$|\1|' feature.h
-sed -i 's|^.*\(#define VIMRC_FILE.*"\) .*$|\1|' feature.h
-autoconf
-  )
-  cp -a vim-${pkgver} gvim-${pkgver}
-}
-
-build() {
-  msg2 "Building vim..."
-  (cd vim-${pkgver}
-./configure \
-  --prefix=/usr \
-  --localstatedir=/var/lib/vim \
-  --with-features=huge \
-  --with-compiledby='Arch Linux' \
-  --enable-gpm \
-  --enable-acl \
-  --with-x=no \
-  --disable-gui \
-  --enable-multibyte \
-  --enable-cscope \
-  --enable-netbeans \
-  --enable-perlinterp=dynamic \
-  --enable-pythoninterp=dynamic \
-  --enable-python3interp=dynamic \
-  --enable-rubyinterp=dynamic \
-  --enable-luainterp=dynamic \
-  --enable-tclinterp=dynamic
-make
-  )
-
-  msg2 "Building gvim..."
-  (cd gvim-${pkgver}
-./configure \
-  --prefix=/usr \
-  --localstatedir=/var/lib/vim \
-  --with-features=huge \
-  --with-compiledby='Arch Linux' \
-  --enable-gpm \
-  --enable-acl \
-  --with-x=yes \
-  --enable-gui=gtk3 \
-  --enable-multibyte \
-  --enable-cscope \
-  --enable-netbeans \
-  --enable-perlinterp=dynamic \
-  --enable-pythoninterp=dynamic \
-  --enable-python3interp=dynamic \
-  --enable-rubyinterp=dynamic \
-  --enable-luainterp=dynamic \
-  --enable-tclinterp=dynamic
-make
-  )
-}
-
-check() {
-  cd vim-${pkgver}
-  TERM=xterm make -j1 test
-}
-
-package_vim-runtime() {
-  pkgdesc+=' (shared runtime)'
-  optdepends=('sh: support for some tools and macros'
-  'python: demoserver example tool'
-  'gawk: mve tools upport')
-  backup=('etc/vimrc')
-
-  cd vim-${pkgver}
-
-  make -j1 VIMRCLOC=/etc DESTDIR="${pkgdir}" install
-  # man and bin files belong to 'vim'
-  rm -r "${pkgdir}"/usr/share/man/ "${pkgdir}"/usr/bin/
-
-  # Don't forget logtalk.dict
-  install -Dm 644 runtime/ftplugin/logtalk.dict \
-"${pkgdir}"/usr/share/vim/vim${_versiondir}/ftplugin/logtalk.dict
-
-  # fix FS#17216
-  sed -i 's|messages,/var|messages,/var/log/messages.log,/var|' 

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

2018-02-25 Thread Levente Polyak via arch-commits
Date: Monday, February 26, 2018 @ 00:32:32
  Author: anthraxx
Revision: 317532

upgpkg: vim 8.0.1542-1

Modified:
  vim/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2018-02-26 00:21:04 UTC (rev 317531)
+++ PKGBUILD2018-02-26 00:32:32 UTC (rev 317532)
@@ -9,7 +9,7 @@
 
 pkgbase=vim
 pkgname=('vim' 'gvim' 'vim-runtime')
-pkgver=8.0.1531
+pkgver=8.0.1542
 _versiondir=80
 pkgrel=1
 pkgdesc='Vi Improved, a highly configurable, improved version of the vi text 
editor'
@@ -22,11 +22,11 @@
 vimrc
 archlinux.vim
 vimdoc.hook)
-sha256sums=('3e3634e8bb088b516320d5201f6bfc426f65d4e3f9c66428ebc8ae0cf8c5fa8c'
+sha256sums=('d0818df5c6da23db725aa68067c90c80f0779c2e3446811bd1389b1ac2c2df86'
 'b16e85e457397ab2043a7ee0a3c84307c6b4eac157fd0b721694761f25b3ed5b'
 'cef74d8fd3a22b2af83aeeef4a192ddd624afd0c6df6861db845e6e4f55b32de'
 '7095cafac21df7aa42749d6864d1c0549fe65771d8edda3102c931c60782b6b9')
-sha512sums=('35c74d970c8e73c59587f90f2e5b79a4537501f5dca568ec4aa97c38bcd6b13db1fe396e4dcd2f6b67de36701bd2e9c9c8ba3ea227b18e3b628259d6dbb93663'
+sha512sums=('f6d3af209018ea70c5f87f4b4cc9f8c9daaabd7925ad33a381b20cd744dd7d8e43540f5b0174cd1b01c104a71e3bb6116c585de09c7e5e670a02d93866591541'
 
'4b5bed0813f22af9e158ea9aa56a4a9862dd786ba2d201f20159ccf652da6190164aaed0b6b7217d578f7b25c33a8adcc307bfcf3caa8d173a7ff29e2a00fee7'
 
'11fd92e385460dff3c0d6ab10ca9284fe47047a9032fba3d285d967c9e87720a04bdfaacfb72e2d7e0054d1f22121b6d60690df0673ca0b4820739f3b0081a2d'
 
'1e06e981691b17662fd0fddac5c00c87c920d1b4a1cbb6191c42d57cc40b00af12710e26b22fcfc0901bb8142b15f6a04aa65cec2d9b3bb9d5a06cb650d3ab9c')


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

2018-02-25 Thread Levente Polyak via arch-commits
Date: Monday, February 26, 2018 @ 00:27:30
  Author: anthraxx
Revision: 298174

archrelease: copy trunk to community-x86_64

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

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

Deleted: PKGBUILD
===
--- PKGBUILD2018-02-26 00:27:19 UTC (rev 298173)
+++ PKGBUILD2018-02-26 00:27:30 UTC (rev 298174)
@@ -1,34 +0,0 @@
-# Maintainer: Levente Polyak 
-# Contributor: Philipp A. 
-
-_pkgname=aiohttp
-pkgname=python-aiohttp
-pkgver=3.0.1
-pkgrel=1
-pkgdesc='HTTP client/server for asyncio'
-url='https://aiohttp.readthedocs.io'
-arch=('x86_64')
-license=('Apache')
-depends=('python' 'python-chardet' 'python-multidict' 'python-async-timeout' 
'python-yarl' 'python-idna_ssl' 'python-attrs')
-makedepends=('cython' 'python-setuptools')
-checkdepends=('python-pytest' 'python-pytest-runner' 'python-pytest-mock')
-source=(${pkgname}-${pkgver}.tar.gz::https://github.com/aio-libs/aiohttp/archive/v${pkgver}.tar.gz)
-sha256sums=('3b21b52f5798e0c3e2f51c16a2a7e87673ca99b36f292fa3d2fdadc440392336')
-sha512sums=('ba3dd7fb2044eacfbdff77efa14e2affef57e810d5cd0ef44b8f1cbab4760b4ca4ac588dd89e2704b2a2d2f941a08f7cecadba1c067a1b8a244e47cd4b2497eb')
-
-build() {
-  cd ${_pkgname}-${pkgver}
-  python setup.py build
-}
-
-check() {
-  cd ${_pkgname}-${pkgver}
-  python setup.py test
-}
-
-package() {
-  cd ${_pkgname}-${pkgver}
-  python setup.py install --root="${pkgdir}" -O1 --skip-build
-}
-
-# vim: ts=2 sw=2 et:

Copied: python-aiohttp/repos/community-x86_64/PKGBUILD (from rev 298173, 
python-aiohttp/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2018-02-26 00:27:30 UTC (rev 298174)
@@ -0,0 +1,34 @@
+# Maintainer: Levente Polyak 
+# Contributor: Philipp A. 
+
+_pkgname=aiohttp
+pkgname=python-aiohttp
+pkgver=3.0.3
+pkgrel=1
+pkgdesc='HTTP client/server for asyncio'
+url='https://aiohttp.readthedocs.io'
+arch=('x86_64')
+license=('Apache')
+depends=('python' 'python-chardet' 'python-multidict' 'python-async-timeout' 
'python-yarl' 'python-idna_ssl' 'python-attrs')
+makedepends=('cython' 'python-setuptools')
+checkdepends=('python-pytest' 'python-pytest-runner' 'python-pytest-mock')
+source=(${pkgname}-${pkgver}.tar.gz::https://github.com/aio-libs/aiohttp/archive/v${pkgver}.tar.gz)
+sha256sums=('fc26afe2a99e7af1e407438dcd8103a49d93257502609b343241ac40bff4abe0')
+sha512sums=('83b8861ff981f52fc1ee8954f96fdb919507113ae88537b13ea3a9be077029cb862b91efca560d7286754fb0960e362393c1bc311f113d7c55978dea6b2e45e5')
+
+build() {
+  cd ${_pkgname}-${pkgver}
+  python setup.py build
+}
+
+check() {
+  cd ${_pkgname}-${pkgver}
+  python setup.py test
+}
+
+package() {
+  cd ${_pkgname}-${pkgver}
+  python setup.py install --root="${pkgdir}" -O1 --skip-build
+}
+
+# vim: ts=2 sw=2 et:


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

2018-02-25 Thread Levente Polyak via arch-commits
Date: Monday, February 26, 2018 @ 00:27:19
  Author: anthraxx
Revision: 298173

upgpkg: python-aiohttp 3.0.3-1

Modified:
  python-aiohttp/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2018-02-26 00:25:08 UTC (rev 298172)
+++ PKGBUILD2018-02-26 00:27:19 UTC (rev 298173)
@@ -3,7 +3,7 @@
 
 _pkgname=aiohttp
 pkgname=python-aiohttp
-pkgver=3.0.1
+pkgver=3.0.3
 pkgrel=1
 pkgdesc='HTTP client/server for asyncio'
 url='https://aiohttp.readthedocs.io'
@@ -13,8 +13,8 @@
 makedepends=('cython' 'python-setuptools')
 checkdepends=('python-pytest' 'python-pytest-runner' 'python-pytest-mock')
 
source=(${pkgname}-${pkgver}.tar.gz::https://github.com/aio-libs/aiohttp/archive/v${pkgver}.tar.gz)
-sha256sums=('3b21b52f5798e0c3e2f51c16a2a7e87673ca99b36f292fa3d2fdadc440392336')
-sha512sums=('ba3dd7fb2044eacfbdff77efa14e2affef57e810d5cd0ef44b8f1cbab4760b4ca4ac588dd89e2704b2a2d2f941a08f7cecadba1c067a1b8a244e47cd4b2497eb')
+sha256sums=('fc26afe2a99e7af1e407438dcd8103a49d93257502609b343241ac40bff4abe0')
+sha512sums=('83b8861ff981f52fc1ee8954f96fdb919507113ae88537b13ea3a9be077029cb862b91efca560d7286754fb0960e362393c1bc311f113d7c55978dea6b2e45e5')
 
 build() {
   cd ${_pkgname}-${pkgver}


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

2018-02-25 Thread Levente Polyak via arch-commits
Date: Monday, February 26, 2018 @ 00:25:08
  Author: anthraxx
Revision: 298172

archrelease: copy trunk to community-x86_64

Added:
  nimble/repos/community-x86_64/PKGBUILD
(from rev 298171, nimble/trunk/PKGBUILD)
Deleted:
  nimble/repos/community-x86_64/PKGBUILD

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

Deleted: PKGBUILD
===
--- PKGBUILD2018-02-26 00:24:59 UTC (rev 298171)
+++ PKGBUILD2018-02-26 00:25:08 UTC (rev 298172)
@@ -1,34 +0,0 @@
-# Maintainer: Levente Polyak 
-# Contributor: Alexander F Rødseth 
-
-pkgname=nimble
-pkgver=0.8.8
-pkgrel=1
-epoch=1
-pkgdesc='Package manager for the Nim programming language'
-url='https://github.com/nim-lang/nimble'
-arch=('x86_64' 'i686')
-license=('BSD')
-depends=('glibc')
-makedepends=('nim')
-source=(${pkgname}-${pkgver}.tar.gz::https://github.com/nim-lang/nimble/archive/v${pkgver}.tar.gz)
-sha256sums=('4a849370f58af0d6fe940c15536ab9487f75517c695dd845f84ad96e71f2f4bd')
-sha512sums=('4201ed0856b26505e83aa885624065a0200dead9cbc0d5bc0ba750da597b9c37708c1783f7fe518d2bdff954b53ccbc9f92d723f2ce41f4799c8fb9d895c1c6e')
-
-build() {
-  cd ${pkgname}-${pkgver}
-  nim c -d:release src/nimble
-}
-
-package() {
-  cd ${pkgname}-${pkgver}
-
-  install -Dm 755 src/nimble -t "${pkgdir}/usr/bin"
-  install -Dm 644 license.txt "${pkgdir}/usr/share/licenses/${pkgname}/LICENSE"
-
-  # Nimble looks for nimscriptapi.nim in /usr/bin/nimblepkg/, of all places.
-  cp -r src/nimblepkg "${pkgdir}/usr/share/${pkgname}"
-  ln -s /usr/share/${pkgname} "${pkgdir}/usr/bin/nimblepkg"
-}
-
-# vim: ts=2 sw=2 et:

Copied: nimble/repos/community-x86_64/PKGBUILD (from rev 298171, 
nimble/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2018-02-26 00:25:08 UTC (rev 298172)
@@ -0,0 +1,34 @@
+# Maintainer: Levente Polyak 
+# Contributor: Alexander F Rødseth 
+
+pkgname=nimble
+pkgver=0.8.10
+pkgrel=1
+epoch=1
+pkgdesc='Package manager for the Nim programming language'
+url='https://github.com/nim-lang/nimble'
+arch=('x86_64')
+license=('BSD')
+depends=('glibc')
+makedepends=('nim')
+source=(${pkgname}-${pkgver}.tar.gz::https://github.com/nim-lang/nimble/archive/v${pkgver}.tar.gz)
+sha256sums=('bb1962a71448945775bba4c1fd63162fa9bb2afbaf6d6f61a5012c1c3fee59f9')
+sha512sums=('18128cb28c6f1b1d1bf2dddb287e376404ddf842a3f665ae3dfddb39ad5dc08e7ec0509d6e823cec3eaad3263ec4a5e72d513aae173a50451799a85ef79453b3')
+
+build() {
+  cd ${pkgname}-${pkgver}
+  nim c -d:release src/nimble
+}
+
+package() {
+  cd ${pkgname}-${pkgver}
+
+  install -Dm 755 src/nimble -t "${pkgdir}/usr/bin"
+  install -Dm 644 license.txt "${pkgdir}/usr/share/licenses/${pkgname}/LICENSE"
+
+  # Nimble looks for nimscriptapi.nim in /usr/bin/nimblepkg/, of all places.
+  cp -r src/nimblepkg "${pkgdir}/usr/share/${pkgname}"
+  ln -s /usr/share/${pkgname} "${pkgdir}/usr/bin/nimblepkg"
+}
+
+# vim: ts=2 sw=2 et:


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

2018-02-25 Thread Levente Polyak via arch-commits
Date: Monday, February 26, 2018 @ 00:24:59
  Author: anthraxx
Revision: 298171

upgpkg: nimble 1:0.8.10-1

Modified:
  nimble/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2018-02-26 00:13:44 UTC (rev 298170)
+++ PKGBUILD2018-02-26 00:24:59 UTC (rev 298171)
@@ -2,7 +2,7 @@
 # Contributor: Alexander F Rødseth 
 
 pkgname=nimble
-pkgver=0.8.8
+pkgver=0.8.10
 pkgrel=1
 epoch=1
 pkgdesc='Package manager for the Nim programming language'
@@ -12,8 +12,8 @@
 depends=('glibc')
 makedepends=('nim')
 
source=(${pkgname}-${pkgver}.tar.gz::https://github.com/nim-lang/nimble/archive/v${pkgver}.tar.gz)
-sha256sums=('4a849370f58af0d6fe940c15536ab9487f75517c695dd845f84ad96e71f2f4bd')
-sha512sums=('4201ed0856b26505e83aa885624065a0200dead9cbc0d5bc0ba750da597b9c37708c1783f7fe518d2bdff954b53ccbc9f92d723f2ce41f4799c8fb9d895c1c6e')
+sha256sums=('bb1962a71448945775bba4c1fd63162fa9bb2afbaf6d6f61a5012c1c3fee59f9')
+sha512sums=('18128cb28c6f1b1d1bf2dddb287e376404ddf842a3f665ae3dfddb39ad5dc08e7ec0509d6e823cec3eaad3263ec4a5e72d513aae173a50451799a85ef79453b3')
 
 build() {
   cd ${pkgname}-${pkgver}


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

2018-02-25 Thread Levente Polyak via arch-commits
Date: Monday, February 26, 2018 @ 00:21:04
  Author: anthraxx
Revision: 317531

archrelease: copy trunk to staging-x86_64

Added:
  wget/repos/staging-x86_64/
  wget/repos/staging-x86_64/PKGBUILD
(from rev 317530, wget/trunk/PKGBUILD)

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

Copied: wget/repos/staging-x86_64/PKGBUILD (from rev 317530, 
wget/trunk/PKGBUILD)
===
--- staging-x86_64/PKGBUILD (rev 0)
+++ staging-x86_64/PKGBUILD 2018-02-26 00:21:04 UTC (rev 317531)
@@ -0,0 +1,52 @@
+# Maintainer: Levente Polyak 
+# Maintainer: Eric Bélanger 
+
+pkgname=wget
+pkgver=1.19.4
+pkgrel=2
+pkgdesc='Network utility to retrieve files from the Web'
+url='https://www.gnu.org/software/wget/wget.html'
+arch=('x86_64')
+license=('GPL3')
+depends=('glibc' 'gnutls' 'libidn' 'libutil-linux' 'libpsl' 'pcre')
+checkdepends=('perl-http-daemon' 'perl-io-socket-ssl' 'python')
+optdepends=('ca-certificates: HTTPS downloads')
+backup=('etc/wgetrc')
+source=(https://ftp.gnu.org/gnu/${pkgname}/${pkgname}-${pkgver}.tar.lz{,.sig})
+sha256sums=('2fc0ffb965a8dc8f1e4a89cbe834c0ae7b9c22f559ebafc84c7874ad1866559a'
+'SKIP')
+validpgpkeys=('AC404C1C0BF735C63FF4D562263D6DF2E163E1EA'
+  '7845120B07CBD8D6ECE5FF2B2A1743EDA91A35B6'
+  '1CB27DBC98614B2D5841646D08302DB6A2670428') # Tim Rühsen 

+
+prepare() {
+  cd ${pkgname}-${pkgver}
+  cat >> doc/sample.wgetrc <

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

2018-02-25 Thread Levente Polyak via arch-commits
Date: Monday, February 26, 2018 @ 00:20:42
  Author: anthraxx
Revision: 317530

upgpkg: wget 1.19.4-2 (libpsl rebuild)

Modified:
  wget/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2018-02-26 00:19:35 UTC (rev 317529)
+++ PKGBUILD2018-02-26 00:20:42 UTC (rev 317530)
@@ -3,12 +3,12 @@
 
 pkgname=wget
 pkgver=1.19.4
-pkgrel=1
+pkgrel=2
 pkgdesc='Network utility to retrieve files from the Web'
 url='https://www.gnu.org/software/wget/wget.html'
 arch=('x86_64')
 license=('GPL3')
-depends=('gnutls' 'libidn' 'libutil-linux' 'libpsl' 'pcre')
+depends=('glibc' 'gnutls' 'libidn' 'libutil-linux' 'libpsl' 'pcre')
 checkdepends=('perl-http-daemon' 'perl-io-socket-ssl' 'python')
 optdepends=('ca-certificates: HTTPS downloads')
 backup=('etc/wgetrc')


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

2018-02-25 Thread Levente Polyak via arch-commits
Date: Monday, February 26, 2018 @ 00:13:44
  Author: anthraxx
Revision: 298170

archrelease: copy trunk to multilib-staging-x86_64

Added:
  lib32-libpsl/repos/multilib-staging-x86_64/
  lib32-libpsl/repos/multilib-staging-x86_64/PKGBUILD
(from rev 298169, lib32-libpsl/trunk/PKGBUILD)

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

Copied: lib32-libpsl/repos/multilib-staging-x86_64/PKGBUILD (from rev 298169, 
lib32-libpsl/trunk/PKGBUILD)
===
--- multilib-staging-x86_64/PKGBUILD(rev 0)
+++ multilib-staging-x86_64/PKGBUILD2018-02-26 00:13:44 UTC (rev 298170)
@@ -0,0 +1,55 @@
+# Maintainer: Levente Polyak 
+# Maintainer: Maxime Gauduin 
+
+pkgname=lib32-libpsl
+pkgver=0.20.0
+pkgrel=1
+pkgdesc='Public Suffix List library (32-bit)'
+url='https://github.com/rockdaboot/libpsl'
+arch=('x86_64')
+license=('MIT')
+depends=('libpsl' 'lib32-glibc' 'lib32-libidn2' 'lib32-libunistring')
+makedepends=('publicsuffix-list' 'python')
+source=(https://github.com/rockdaboot/libpsl/releases/download/libpsl-${pkgver}/libpsl-${pkgver}.tar.gz)
+sha512sums=('2a88024536cb89ad96828f9f94c21af4bd4136fc19d16e0769762e196db4b38969cd54d0877a959f64fbb96b1533e0d59740c40a664e2ea27df3266ae8ab0477')
+
+prepare() {
+  cd libpsl-${pkgver}
+  rm -frv list
+  autoreconf -fiv
+}
+
+build() {
+  cd libpsl-${pkgver}
+
+  export CC='gcc -m32'
+  export CXX='g++ -m32'
+  export PKG_CONFIG_PATH='/usr/lib32/pkgconfig'
+
+  ./configure \
+--prefix='/usr' \
+--libdir='/usr/lib32' \
+--disable-static \
+--disable-dependency-tracking \
+--enable-{builtin,runtime}=libidn2 \
+--with-psl-file='/usr/share/publicsuffix/effective_tld_names.dat' \
+--with-psl-testfile='/usr/share/publicsuffix/test_psl.txt'
+  LC_CTYPE=en_US.UTF-8 make
+}
+
+check() {
+  cd libpsl-${pkgver}
+  make check
+}
+
+package() {
+  cd libpsl-${pkgver}
+
+  make DESTDIR="${pkgdir}" install
+  rm -rf "${pkgdir}"/usr/{bin,include,share}
+
+  install -dm 755 "${pkgdir}"/usr/share/licenses
+  ln -s libpsl "${pkgdir}"/usr/share/licenses/lib32-libpsl
+}
+
+# vim: ts=2 sw=2 et:


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

2018-02-25 Thread Levente Polyak via arch-commits
Date: Monday, February 26, 2018 @ 00:13:22
  Author: anthraxx
Revision: 298169

upgpkg: lib32-libpsl 0.20.0-1

Modified:
  lib32-libpsl/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2018-02-26 00:07:44 UTC (rev 298168)
+++ PKGBUILD2018-02-26 00:13:22 UTC (rev 298169)
@@ -2,20 +2,21 @@
 # Maintainer: Maxime Gauduin 
 
 pkgname=lib32-libpsl
-pkgver=0.19.1
+pkgver=0.20.0
 pkgrel=1
-pkgdesc='Public Suffix List library'
+pkgdesc='Public Suffix List library (32-bit)'
 url='https://github.com/rockdaboot/libpsl'
 arch=('x86_64')
 license=('MIT')
-depends=('lib32-icu' 'libpsl')
+depends=('libpsl' 'lib32-glibc' 'lib32-libidn2' 'lib32-libunistring')
 makedepends=('publicsuffix-list' 'python')
 
source=(https://github.com/rockdaboot/libpsl/releases/download/libpsl-${pkgver}/libpsl-${pkgver}.tar.gz)
-sha512sums=('86bb2f35764491c65cacec8cd5de97c7d7e1c4d1cc2590d54f394ed17acc75922494115019631b2d930d64dbdc73c266efb323036ac7e5213287ee6381d5')
+sha512sums=('2a88024536cb89ad96828f9f94c21af4bd4136fc19d16e0769762e196db4b38969cd54d0877a959f64fbb96b1533e0d59740c40a664e2ea27df3266ae8ab0477')
 
 prepare() {
   cd libpsl-${pkgver}
   rm -frv list
+  autoreconf -fiv
 }
 
 build() {
@@ -30,10 +31,9 @@
 --libdir='/usr/lib32' \
 --disable-static \
 --disable-dependency-tracking \
---enable-{builtin,runtime}='libicu' \
+--enable-{builtin,runtime}=libidn2 \
 --with-psl-file='/usr/share/publicsuffix/effective_tld_names.dat' \
 --with-psl-testfile='/usr/share/publicsuffix/test_psl.txt'
-  sed -i -e 's/ -shared / -Wl,-O1,--as-needed\0/g' libtool
   LC_CTYPE=en_US.UTF-8 make
 }
 


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

2018-02-25 Thread Levente Polyak via arch-commits
Date: Monday, February 26, 2018 @ 00:07:44
  Author: anthraxx
Revision: 298168

archrelease: copy trunk to community-x86_64

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

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

Deleted: PKGBUILD
===
--- PKGBUILD2018-02-26 00:07:18 UTC (rev 298167)
+++ PKGBUILD2018-02-26 00:07:44 UTC (rev 298168)
@@ -1,55 +0,0 @@
-# Maintainer: Levente Polyak 
-# Contributor: Daniel Micay 
-
-pkgname=('python-scrypt' 'python2-scrypt')
-pkgver=0.8.6
-pkgrel=4
-pkgdesc='Bindings for the scrypt key derivation function library'
-arch=('x86_64')
-url='https://pypi.python.org/pypi/scrypt/'
-license=('BSD')
-makedepends=('python-setuptools' 'python2-setuptools')
-options=('!emptydirs')
-source=(https://pypi.python.org/packages/source/s/scrypt/scrypt-${pkgver}.tar.gz)
-sha512sums=('f0f3bd61a5fcb55a1d6af5b7062202446c2c0595e88617f1e53c4ded6a9b1ab857fda9e8d153c0b3bbceee49a818dd428776522c6b0919b15096fd230b13ef60')
-
-prepare() {
-  cp -a scrypt-${pkgver}{,-py2}
-  sed 's|env python$|env python2|' -i scrypt-${pkgver}-py2/scrypt/scrypt.py
-}
-
-build() {
-  (cd scrypt-${pkgver}
-python setup.py build
-  )
-  (cd scrypt-${pkgver}-py2
-python2 setup.py build
-  )
-}
-
-check() {
-  (cd scrypt-${pkgver}
-python setup.py test
-  )
-  (cd scrypt-${pkgver}-py2
-python2 setup.py test
-  )
-}
-
-package_python-scrypt() {
-  depends=('python' 'glibc')
-  cd scrypt-${pkgver}
-  python setup.py install --root="${pkgdir}" -O1 --skip-build
-  install -Dm 644 README.rst -t "${pkgdir}/usr/share/doc/${pkgname}"
-  install -Dm 644 LICENSE -t "${pkgdir}/usr/share/licenses/${pkgname}"
-}
-
-package_python2-scrypt() {
-  depends=('python2' 'glibc')
-  cd scrypt-${pkgver}-py2
-  python2 setup.py install --root="${pkgdir}" -O1 --skip-build
-  install -Dm 644 README.rst -t "${pkgdir}/usr/share/doc/${pkgname}"
-  install -Dm 644 LICENSE -t "${pkgdir}/usr/share/licenses/${pkgname}"
-}
-
-# vim: ts=2 sw=2 et:

Copied: python-scrypt/repos/community-x86_64/PKGBUILD (from rev 298167, 
python-scrypt/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2018-02-26 00:07:44 UTC (rev 298168)
@@ -0,0 +1,55 @@
+# Maintainer: Levente Polyak 
+# Contributor: Daniel Micay 
+
+pkgname=('python-scrypt' 'python2-scrypt')
+pkgver=0.8.6
+pkgrel=5
+pkgdesc='Bindings for the scrypt key derivation function library'
+arch=('x86_64')
+url='https://pypi.python.org/pypi/scrypt/'
+license=('BSD')
+makedepends=('python-setuptools' 'python2-setuptools')
+options=('!emptydirs')
+source=(https://pypi.io/packages/source/s/scrypt/scrypt-${pkgver}.tar.gz)
+sha512sums=('f0f3bd61a5fcb55a1d6af5b7062202446c2c0595e88617f1e53c4ded6a9b1ab857fda9e8d153c0b3bbceee49a818dd428776522c6b0919b15096fd230b13ef60')
+
+prepare() {
+  cp -a scrypt-${pkgver}{,-py2}
+  sed 's|env python$|env python2|' -i scrypt-${pkgver}-py2/scrypt/scrypt.py
+}
+
+build() {
+  (cd scrypt-${pkgver}
+python setup.py build
+  )
+  (cd scrypt-${pkgver}-py2
+python2 setup.py build
+  )
+}
+
+check() {
+  (cd scrypt-${pkgver}
+python setup.py test
+  )
+  (cd scrypt-${pkgver}-py2
+python2 setup.py test
+  )
+}
+
+package_python-scrypt() {
+  depends=('python' 'glibc')
+  cd scrypt-${pkgver}
+  python setup.py install --root="${pkgdir}" -O1 --skip-build
+  install -Dm 644 README.rst -t "${pkgdir}/usr/share/doc/${pkgname}"
+  install -Dm 644 LICENSE -t "${pkgdir}/usr/share/licenses/${pkgname}"
+}
+
+package_python2-scrypt() {
+  depends=('python2' 'glibc')
+  cd scrypt-${pkgver}-py2
+  python2 setup.py install --root="${pkgdir}" -O1 --skip-build
+  install -Dm 644 README.rst -t "${pkgdir}/usr/share/doc/${pkgname}"
+  install -Dm 644 LICENSE -t "${pkgdir}/usr/share/licenses/${pkgname}"
+}
+
+# vim: ts=2 sw=2 et:


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

2018-02-25 Thread Levente Polyak via arch-commits
Date: Monday, February 26, 2018 @ 00:07:18
  Author: anthraxx
Revision: 298167

upgpkg: python-scrypt 0.8.6-5 (fix source url)

Modified:
  python-scrypt/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2018-02-26 00:03:20 UTC (rev 298166)
+++ PKGBUILD2018-02-26 00:07:18 UTC (rev 298167)
@@ -3,7 +3,7 @@
 
 pkgname=('python-scrypt' 'python2-scrypt')
 pkgver=0.8.6
-pkgrel=4
+pkgrel=5
 pkgdesc='Bindings for the scrypt key derivation function library'
 arch=('x86_64')
 url='https://pypi.python.org/pypi/scrypt/'
@@ -10,7 +10,7 @@
 license=('BSD')
 makedepends=('python-setuptools' 'python2-setuptools')
 options=('!emptydirs')
-source=(https://pypi.python.org/packages/source/s/scrypt/scrypt-${pkgver}.tar.gz)
+source=(https://pypi.io/packages/source/s/scrypt/scrypt-${pkgver}.tar.gz)
 
sha512sums=('f0f3bd61a5fcb55a1d6af5b7062202446c2c0595e88617f1e53c4ded6a9b1ab857fda9e8d153c0b3bbceee49a818dd428776522c6b0919b15096fd230b13ef60')
 
 prepare() {


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

2018-02-25 Thread Kyle Keen via arch-commits
Date: Monday, February 26, 2018 @ 00:03:20
  Author: kkeen
Revision: 298166

archrelease: copy trunk to community-x86_64

Added:
  units/repos/community-x86_64/PKGBUILD
(from rev 298165, units/trunk/PKGBUILD)
Deleted:
  units/repos/community-x86_64/PKGBUILD

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

Deleted: PKGBUILD
===
--- PKGBUILD2018-02-26 00:02:36 UTC (rev 298165)
+++ PKGBUILD2018-02-26 00:03:20 UTC (rev 298166)
@@ -1,29 +0,0 @@
-# $Id$
-# Maintainer: Sergej Pupykin 
-# Maintainer: Jeff Mickey 
-# Contributor: Steve Sansom 
-
-pkgname=units
-pkgver=2.16
-pkgrel=1
-pkgdesc="converts between different units"
-arch=('i686' 'x86_64')
-url="http://www.gnu.org/software/units/units.html";
-depends=('readline' 'python' 'python-unidecode')
-license=("GPL")
-options=('!makeflags')
-validpgpkeys=('9AD8FC4162D7937CF64F972E1889D5F0E0636F49')
-source=(https://ftp.gnu.org/gnu/units/$pkgname-$pkgver.tar.gz{,.sig})
-sha256sums=('dcf3f78482a13b150fc6bf0f8d611510816a3424bc2b26229b85b1cadeb81686'
-'SKIP')
-
-build() {
-  cd "$srcdir"/$pkgname-$pkgver
-  ./configure --prefix=/usr --datadir=/usr/share
-  make
-}
-
-package() {
-  cd "$srcdir"/$pkgname-$pkgver
-  make DESTDIR="$pkgdir" install
-}

Copied: units/repos/community-x86_64/PKGBUILD (from rev 298165, 
units/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2018-02-26 00:03:20 UTC (rev 298166)
@@ -0,0 +1,32 @@
+# $Id$
+# Maintainer: Kyle Keen 
+# Maintainer: Sergej Pupykin 
+# Maintainer: Jeff Mickey 
+# Contributor: Steve Sansom 
+
+pkgname=units
+pkgver=2.16
+pkgrel=2
+pkgdesc="converts between different units"
+arch=('x86_64')
+url="http://www.gnu.org/software/units/units.html";
+depends=('readline')
+optdepends=('python-unidecode: for live currency rates'
+'python-requests: for live currency rates')
+license=("GPL")
+options=('!makeflags')
+validpgpkeys=('9AD8FC4162D7937CF64F972E1889D5F0E0636F49')
+source=(https://ftp.gnu.org/gnu/units/$pkgname-$pkgver.tar.gz{,.sig})
+sha256sums=('dcf3f78482a13b150fc6bf0f8d611510816a3424bc2b26229b85b1cadeb81686'
+'SKIP')
+
+build() {
+  cd "$srcdir"/$pkgname-$pkgver
+  ./configure --prefix=/usr --datadir=/usr/share
+  make
+}
+
+package() {
+  cd "$srcdir"/$pkgname-$pkgver
+  make DESTDIR="$pkgdir" install
+}


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

2018-02-25 Thread Kyle Keen via arch-commits
Date: Monday, February 26, 2018 @ 00:02:36
  Author: kkeen
Revision: 298165

upgpkg: units 2.16-2  FS#57632

Modified:
  units/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2018-02-25 23:59:35 UTC (rev 298164)
+++ PKGBUILD2018-02-26 00:02:36 UTC (rev 298165)
@@ -1,4 +1,5 @@
 # $Id$
+# Maintainer: Kyle Keen 
 # Maintainer: Sergej Pupykin 
 # Maintainer: Jeff Mickey 
 # Contributor: Steve Sansom 
@@ -5,11 +6,13 @@
 
 pkgname=units
 pkgver=2.16
-pkgrel=1
+pkgrel=2
 pkgdesc="converts between different units"
 arch=('x86_64')
 url="http://www.gnu.org/software/units/units.html";
-depends=('readline' 'python' 'python-unidecode')
+depends=('readline')
+optdepends=('python-unidecode: for live currency rates'
+'python-requests: for live currency rates')
 license=("GPL")
 options=('!makeflags')
 validpgpkeys=('9AD8FC4162D7937CF64F972E1889D5F0E0636F49')


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

2018-02-25 Thread Levente Polyak via arch-commits
Date: Sunday, February 25, 2018 @ 23:59:35
  Author: anthraxx
Revision: 298164

archrelease: copy trunk to multilib-x86_64

Added:
  lib32-libidn2/repos/multilib-x86_64/
  lib32-libidn2/repos/multilib-x86_64/PKGBUILD
(from rev 298163, lib32-libidn2/trunk/PKGBUILD)

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

Copied: lib32-libidn2/repos/multilib-x86_64/PKGBUILD (from rev 298163, 
lib32-libidn2/trunk/PKGBUILD)
===
--- multilib-x86_64/PKGBUILD(rev 0)
+++ multilib-x86_64/PKGBUILD2018-02-25 23:59:35 UTC (rev 298164)
@@ -0,0 +1,45 @@
+# Maintainer: Levente Polyak 
+# Contributor: Evangelos Foutras 
+# Contributor: Daurnimator 
+
+pkgname=lib32-libidn2
+pkgver=2.0.4
+pkgrel=1
+pkgdesc='Free software implementation of IDNA2008, Punycode and TR46'
+url='https://www.gnu.org/software/libidn/#libidn2'
+arch=('x86_64')
+license=('GPL2' 'LGPL3')
+depends=('libidn2' 'lib32-glibc' 'lib32-libunistring')
+makedepends=('gtk-doc' 'ruby-ronn')
+source=(https://ftp.gnu.org/gnu/libidn/libidn2-${pkgver}.tar.gz{,.sig})
+sha256sums=('644b6b03b285fb0ace02d241d59483d98bc462729d8bb3608d5cad5532f3d2f0'
+'SKIP')
+validpgpkeys=('1CB27DBC98614B2D5841646D08302DB6A2670428') # Tim Rühsen 

+
+prepare() {
+  cd libidn2-${pkgver}
+  autoreconf -fvi
+}
+
+build() {
+  cd libidn2-${pkgver}
+  export CC='gcc -m32'
+  export CXX='g++ -m32'
+  export PKG_CONFIG_PATH='/usr/lib32/pkgconfig'
+  ./configure \
+--prefix=/usr \
+--libdir=/usr/lib32
+  make
+}
+
+check() {
+  cd libidn2-${pkgver}
+  make check
+}
+package() {
+  cd libidn2-${pkgver}
+  make DESTDIR="${pkgdir}" install
+  rm -rf "${pkgdir}"/usr/{bin,include,share}
+}
+
+# vim: ts=2 sw=2 et:


[arch-commits] Commit in (4 files)

2018-02-25 Thread Levente Polyak via arch-commits
Date: Sunday, February 25, 2018 @ 23:59:24
  Author: anthraxx
Revision: 298163

addpkg: lib32-libidn2 2.0.4-1

Added:
  lib32-libidn2/
  lib32-libidn2/repos/
  lib32-libidn2/trunk/
  lib32-libidn2/trunk/PKGBUILD

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

Added: lib32-libidn2/trunk/PKGBUILD
===
--- lib32-libidn2/trunk/PKGBUILD(rev 0)
+++ lib32-libidn2/trunk/PKGBUILD2018-02-25 23:59:24 UTC (rev 298163)
@@ -0,0 +1,45 @@
+# Maintainer: Levente Polyak 
+# Contributor: Evangelos Foutras 
+# Contributor: Daurnimator 
+
+pkgname=lib32-libidn2
+pkgver=2.0.4
+pkgrel=1
+pkgdesc='Free software implementation of IDNA2008, Punycode and TR46'
+url='https://www.gnu.org/software/libidn/#libidn2'
+arch=('x86_64')
+license=('GPL2' 'LGPL3')
+depends=('libidn2' 'lib32-glibc' 'lib32-libunistring')
+makedepends=('gtk-doc' 'ruby-ronn')
+source=(https://ftp.gnu.org/gnu/libidn/libidn2-${pkgver}.tar.gz{,.sig})
+sha256sums=('644b6b03b285fb0ace02d241d59483d98bc462729d8bb3608d5cad5532f3d2f0'
+'SKIP')
+validpgpkeys=('1CB27DBC98614B2D5841646D08302DB6A2670428') # Tim Rühsen 

+
+prepare() {
+  cd libidn2-${pkgver}
+  autoreconf -fvi
+}
+
+build() {
+  cd libidn2-${pkgver}
+  export CC='gcc -m32'
+  export CXX='g++ -m32'
+  export PKG_CONFIG_PATH='/usr/lib32/pkgconfig'
+  ./configure \
+--prefix=/usr \
+--libdir=/usr/lib32
+  make
+}
+
+check() {
+  cd libidn2-${pkgver}
+  make check
+}
+package() {
+  cd libidn2-${pkgver}
+  make DESTDIR="${pkgdir}" install
+  rm -rf "${pkgdir}"/usr/{bin,include,share}
+}
+
+# vim: ts=2 sw=2 et:


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

2018-02-25 Thread Levente Polyak via arch-commits
Date: Sunday, February 25, 2018 @ 23:45:06
  Author: anthraxx
Revision: 298161

upgpkg: lib32-libunistring 0.9.8-1

Added:
  lib32-libunistring/trunk/PKGBUILD

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

Added: PKGBUILD
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2018-02-25 23:45:06 UTC (rev 298161)
@@ -0,0 +1,41 @@
+# Maintainer: Levente Polyak 
+# Contributor:  Bartłomiej Piotrowski 
+# Contributor: Jan de Groot 
+# Contributor: Sergej Pupykin 
+# Contributor: Emmanuel 'guinness' Boudreault
+# Contributor: Patrick McCarty 
+
+pkgname=lib32-libunistring
+pkgver=0.9.8
+pkgrel=1
+pkgdesc='Library for manipulating Unicode strings and C strings (32-bit)'
+url='http://www.gnu.org/software/libunistring/'
+arch=('x86_64')
+license=('GPL')
+depends=('libunistring' 'lib32-glibc')
+source=(https://ftp.gnu.org/gnu/libunistring/libunistring-${pkgver}.tar.xz{,.sig})
+validpgpkeys=('462225C3B46F34879FC8496CD605848ED7E69871') # Daiki Ueno 

+sha512sums=('d4b673d7da3fc122fbc1694a64f9c685f1cfe83592ff427420cb8bbd87169b860740e339c4a8c4b7f72769572eef804fedaa6b607308f243d857209972deb235'
+'SKIP')
+
+build() {
+  cd libunistring-${pkgver}
+  export CC='gcc -m32'
+  export CXX='g++ -m32'
+  export PKG_CONFIG_PATH='/usr/lib32/pkgconfig'
+  ./configure \
+--prefix=/usr \
+--libdir=/usr/lib32
+  make
+}
+
+check() {
+  make -C libunistring-${pkgver} check
+}
+
+package() {
+  make -C libunistring-${pkgver} DESTDIR="${pkgdir}" install
+  rm -rf "${pkgdir}"/usr/{bin,include,share}
+}
+
+# vim: ts=2 sw=2 et:


[arch-commits] Commit in lib32-libunistring/repos/multilib-x86_64 (PKGBUILD)

2018-02-25 Thread Levente Polyak via arch-commits
Date: Sunday, February 25, 2018 @ 23:45:14
  Author: anthraxx
Revision: 298162

archrelease: copy trunk to multilib-x86_64

Added:
  lib32-libunistring/repos/multilib-x86_64/PKGBUILD
(from rev 298161, lib32-libunistring/trunk/PKGBUILD)

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

Copied: lib32-libunistring/repos/multilib-x86_64/PKGBUILD (from rev 298161, 
lib32-libunistring/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2018-02-25 23:45:14 UTC (rev 298162)
@@ -0,0 +1,41 @@
+# Maintainer: Levente Polyak 
+# Contributor:  Bartłomiej Piotrowski 
+# Contributor: Jan de Groot 
+# Contributor: Sergej Pupykin 
+# Contributor: Emmanuel 'guinness' Boudreault
+# Contributor: Patrick McCarty 
+
+pkgname=lib32-libunistring
+pkgver=0.9.8
+pkgrel=1
+pkgdesc='Library for manipulating Unicode strings and C strings (32-bit)'
+url='http://www.gnu.org/software/libunistring/'
+arch=('x86_64')
+license=('GPL')
+depends=('libunistring' 'lib32-glibc')
+source=(https://ftp.gnu.org/gnu/libunistring/libunistring-${pkgver}.tar.xz{,.sig})
+validpgpkeys=('462225C3B46F34879FC8496CD605848ED7E69871') # Daiki Ueno 

+sha512sums=('d4b673d7da3fc122fbc1694a64f9c685f1cfe83592ff427420cb8bbd87169b860740e339c4a8c4b7f72769572eef804fedaa6b607308f243d857209972deb235'
+'SKIP')
+
+build() {
+  cd libunistring-${pkgver}
+  export CC='gcc -m32'
+  export CXX='g++ -m32'
+  export PKG_CONFIG_PATH='/usr/lib32/pkgconfig'
+  ./configure \
+--prefix=/usr \
+--libdir=/usr/lib32
+  make
+}
+
+check() {
+  make -C libunistring-${pkgver} check
+}
+
+package() {
+  make -C libunistring-${pkgver} DESTDIR="${pkgdir}" install
+  rm -rf "${pkgdir}"/usr/{bin,include,share}
+}
+
+# vim: ts=2 sw=2 et:


[arch-commits] Commit in lib32-libunistring/repos (multilib-x86_64)

2018-02-25 Thread Levente Polyak via arch-commits
Date: Sunday, February 25, 2018 @ 23:43:30
  Author: anthraxx
Revision: 298160

archrelease: copy trunk to multilib-x86_64

Added:
  lib32-libunistring/repos/multilib-x86_64/


[arch-commits] Commit in (3 files)

2018-02-25 Thread Levente Polyak via arch-commits
Date: Sunday, February 25, 2018 @ 23:41:27
  Author: anthraxx
Revision: 298159

addpkg: lib32-libunistring

Added:
  lib32-libunistring/
  lib32-libunistring/repos/
  lib32-libunistring/trunk/


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

2018-02-25 Thread Levente Polyak via arch-commits
Date: Sunday, February 25, 2018 @ 23:09:20
  Author: anthraxx
Revision: 317521

upgpkg: curl 7.58.0-2 (libpsl rebuild)

Modified:
  curl/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2018-02-25 22:56:31 UTC (rev 317520)
+++ PKGBUILD2018-02-25 23:09:20 UTC (rev 317521)
@@ -7,7 +7,7 @@
 
 pkgname=curl
 pkgver=7.58.0
-pkgrel=1
+pkgrel=2
 pkgdesc="An URL retrieval utility and library"
 arch=('x86_64')
 url="https://curl.haxx.se";


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

2018-02-25 Thread Levente Polyak via arch-commits
Date: Sunday, February 25, 2018 @ 23:09:36
  Author: anthraxx
Revision: 317522

archrelease: copy trunk to staging-x86_64

Added:
  curl/repos/staging-x86_64/
  curl/repos/staging-x86_64/PKGBUILD
(from rev 317521, curl/trunk/PKGBUILD)

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

Copied: curl/repos/staging-x86_64/PKGBUILD (from rev 317521, 
curl/trunk/PKGBUILD)
===
--- staging-x86_64/PKGBUILD (rev 0)
+++ staging-x86_64/PKGBUILD 2018-02-25 23:09:36 UTC (rev 317522)
@@ -0,0 +1,51 @@
+# $Id$
+# Maintainer: Dave Reisner 
+# Contributor: Angel Velasquez 
+# Contributor: Eric Belanger 
+# Contributor: Lucien Immink 
+# Contributor: Daniel J Griffiths 
+
+pkgname=curl
+pkgver=7.58.0
+pkgrel=2
+pkgdesc="An URL retrieval utility and library"
+arch=('x86_64')
+url="https://curl.haxx.se";
+license=('MIT')
+depends=('ca-certificates' 'krb5' 'libssh2' 'openssl' 'zlib' 'libpsl' 
'libnghttp2')
+provides=('libcurl.so')
+options=('strip' 'debug')
+source=("https://curl.haxx.se/download/$pkgname-$pkgver.tar.gz"{,.asc})
+sha512sums=('7b12b79107558bb266672d6e128615fe5a8149c37f4ae540197e3298f5d312beb2d78fbb23e3ea84ea7afc41549898a1e5cd38509f0388b11707b48d5efb8ca3'
+'SKIP')
+validpgpkeys=('27EDEAF22F3ABCEB50DB9A125CC908FDB71E12C2'   # Daniel Stenberg
+  '914C533DF9B2ADA2204F586D78E11C6B279D5C91')  # Daniel Stenberg 
(old key)
+
+build() {
+  cd "$pkgname-$pkgver"
+
+  ./configure \
+  --prefix=/usr \
+  --mandir=/usr/share/man \
+  --disable-ldap \
+  --disable-ldaps \
+  --disable-manual \
+  --enable-ipv6 \
+  --enable-versioned-symbols \
+  --enable-threaded-resolver \
+  --with-gssapi \
+  --with-random=/dev/urandom \
+  --with-ca-bundle=/etc/ssl/certs/ca-certificates.crt
+
+  make
+}
+
+package() {
+  cd "$pkgname-$pkgver"
+
+  make DESTDIR="$pkgdir" install
+  make DESTDIR="$pkgdir" install -C scripts
+
+  # license
+  install -Dm644 COPYING "$pkgdir/usr/share/licenses/$pkgname/COPYING"
+}


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

2018-02-25 Thread Levente Polyak via arch-commits
Date: Sunday, February 25, 2018 @ 22:56:03
  Author: anthraxx
Revision: 317519

upgpkg: libpsl 0.20.0-1

Modified:
  libpsl/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2018-02-25 22:50:00 UTC (rev 317518)
+++ PKGBUILD2018-02-25 22:56:03 UTC (rev 317519)
@@ -2,7 +2,7 @@
 # Contributor: Darshit Shah 
 
 pkgname=libpsl
-pkgver=0.19.1
+pkgver=0.20.0
 pkgrel=1
 pkgdesc='Public Suffix List library'
 url='https://github.com/rockdaboot/libpsl'
@@ -11,7 +11,7 @@
 depends=('libidn2' 'libunistring')
 makedepends=('libxslt' 'python' 'publicsuffix-list' 'gtk-doc')
 
source=(https://github.com/rockdaboot/libpsl/releases/download/${pkgname}-${pkgver}/${pkgname}-${pkgver}.tar.gz)
-sha512sums=('86bb2f35764491c65cacec8cd5de97c7d7e1c4d1cc2590d54f394ed17acc75922494115019631b2d930d64dbdc73c266efb323036ac7e5213287ee6381d5')
+sha512sums=('2a88024536cb89ad96828f9f94c21af4bd4136fc19d16e0769762e196db4b38969cd54d0877a959f64fbb96b1533e0d59740c40a664e2ea27df3266ae8ab0477')
 
 prepare() {
   cd ${pkgname}-${pkgver}


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

2018-02-25 Thread Levente Polyak via arch-commits
Date: Sunday, February 25, 2018 @ 22:56:31
  Author: anthraxx
Revision: 317520

archrelease: copy trunk to staging-x86_64

Added:
  libpsl/repos/staging-x86_64/
  libpsl/repos/staging-x86_64/PKGBUILD
(from rev 317519, libpsl/trunk/PKGBUILD)

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

Copied: libpsl/repos/staging-x86_64/PKGBUILD (from rev 317519, 
libpsl/trunk/PKGBUILD)
===
--- staging-x86_64/PKGBUILD (rev 0)
+++ staging-x86_64/PKGBUILD 2018-02-25 22:56:31 UTC (rev 317520)
@@ -0,0 +1,47 @@
+# Maintainer: Levente Polyak 
+# Contributor: Darshit Shah 
+
+pkgname=libpsl
+pkgver=0.20.0
+pkgrel=1
+pkgdesc='Public Suffix List library'
+url='https://github.com/rockdaboot/libpsl'
+arch=('x86_64')
+license=('MIT')
+depends=('libidn2' 'libunistring')
+makedepends=('libxslt' 'python' 'publicsuffix-list' 'gtk-doc')
+source=(https://github.com/rockdaboot/libpsl/releases/download/${pkgname}-${pkgver}/${pkgname}-${pkgver}.tar.gz)
+sha512sums=('2a88024536cb89ad96828f9f94c21af4bd4136fc19d16e0769762e196db4b38969cd54d0877a959f64fbb96b1533e0d59740c40a664e2ea27df3266ae8ab0477')
+
+prepare() {
+  cd ${pkgname}-${pkgver}
+  rm -frv list
+  autoreconf -fiv
+}
+
+build() {
+  cd ${pkgname}-${pkgver}
+  ./configure \
+--prefix=/usr \
+--disable-static \
+--disable-dependency-tracking \
+--enable-man \
+--enable-gtk-doc \
+--enable-{builtin,runtime}=libidn2 \
+--with-psl-file=/usr/share/publicsuffix/effective_tld_names.dat \
+--with-psl-testfile=/usr/share/publicsuffix/test_psl.txt
+  LC_CTYPE=en_US.UTF-8 make
+}
+
+check() {
+  cd ${pkgname}-${pkgver}
+  make check
+}
+
+package() {
+  cd ${pkgname}-${pkgver}
+  make DESTDIR="${pkgdir}" install
+  install -Dm 644 COPYING -t "${pkgdir}/usr/share/licenses/${pkgname}"
+}
+
+# vim: ts=2 sw=2 et:


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

2018-02-25 Thread Levente Polyak via arch-commits
Date: Sunday, February 25, 2018 @ 22:49:54
  Author: anthraxx
Revision: 317517

upgpkg: publicsuffix-list 20180225.652.d311456-1

Modified:
  publicsuffix-list/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2018-02-25 21:47:56 UTC (rev 317516)
+++ PKGBUILD2018-02-25 22:49:54 UTC (rev 317517)
@@ -1,8 +1,8 @@
 # Maintainer: Levente Polyak 
 
 pkgname=publicsuffix-list
-_gitcommit=85fa8fbdf73a0f2fcf5f4790c204394557dfbaf3
-pkgver=20171218.632.85fa8fb
+_gitcommit=d311456a19a6f212143c926627bf26e15a4a0195
+pkgver=20180225.652.d311456
 pkgrel=1
 pkgdesc='Cross-vendor public domain suffix database'
 url='https://github.com/publicsuffix/list'


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

2018-02-25 Thread Levente Polyak via arch-commits
Date: Sunday, February 25, 2018 @ 22:50:00
  Author: anthraxx
Revision: 317518

archrelease: copy trunk to extra-any

Added:
  publicsuffix-list/repos/extra-any/PKGBUILD
(from rev 317517, publicsuffix-list/trunk/PKGBUILD)
Deleted:
  publicsuffix-list/repos/extra-any/PKGBUILD

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

Deleted: PKGBUILD
===
--- PKGBUILD2018-02-25 22:49:54 UTC (rev 317517)
+++ PKGBUILD2018-02-25 22:50:00 UTC (rev 317518)
@@ -1,29 +0,0 @@
-# Maintainer: Levente Polyak 
-
-pkgname=publicsuffix-list
-_gitcommit=85fa8fbdf73a0f2fcf5f4790c204394557dfbaf3
-pkgver=20171218.632.85fa8fb
-pkgrel=1
-pkgdesc='Cross-vendor public domain suffix database'
-url='https://github.com/publicsuffix/list'
-arch=('any')
-license=('custom:MPL2')
-makedepends=('git')
-source=(${pkgname}::"git+https://github.com/publicsuffix/list#commit=${_gitcommit}";)
-sha512sums=('SKIP')
-
-pkgver() {
-  cd ${pkgname}
-  printf "%s.%s.%s" "$(date +%Y%m%d --date="@${SOURCE_DATE_EPOCH:-$(date 
+%s)}")" \
-"$(git rev-list --count HEAD)" \
-"$(git rev-parse --short HEAD)"
-}
-
-package() {
-  cd ${pkgname}
-  install -Dm 644 public_suffix_list.dat tests/test_psl.txt -t 
"${pkgdir}/usr/share/publicsuffix"
-  ln -s public_suffix_list.dat 
"${pkgdir}/usr/share/publicsuffix/effective_tld_names.dat"
-  install -Dm 644 LICENSE -t "${pkgdir}/usr/share/licenses/${pkgname}"
-}
-
-# vim: ts=2 sw=2 et:

Copied: publicsuffix-list/repos/extra-any/PKGBUILD (from rev 317517, 
publicsuffix-list/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2018-02-25 22:50:00 UTC (rev 317518)
@@ -0,0 +1,29 @@
+# Maintainer: Levente Polyak 
+
+pkgname=publicsuffix-list
+_gitcommit=d311456a19a6f212143c926627bf26e15a4a0195
+pkgver=20180225.652.d311456
+pkgrel=1
+pkgdesc='Cross-vendor public domain suffix database'
+url='https://github.com/publicsuffix/list'
+arch=('any')
+license=('custom:MPL2')
+makedepends=('git')
+source=(${pkgname}::"git+https://github.com/publicsuffix/list#commit=${_gitcommit}";)
+sha512sums=('SKIP')
+
+pkgver() {
+  cd ${pkgname}
+  printf "%s.%s.%s" "$(date +%Y%m%d --date="@${SOURCE_DATE_EPOCH:-$(date 
+%s)}")" \
+"$(git rev-list --count HEAD)" \
+"$(git rev-parse --short HEAD)"
+}
+
+package() {
+  cd ${pkgname}
+  install -Dm 644 public_suffix_list.dat tests/test_psl.txt -t 
"${pkgdir}/usr/share/publicsuffix"
+  ln -s public_suffix_list.dat 
"${pkgdir}/usr/share/publicsuffix/effective_tld_names.dat"
+  install -Dm 644 LICENSE -t "${pkgdir}/usr/share/licenses/${pkgname}"
+}
+
+# vim: ts=2 sw=2 et:


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

2018-02-25 Thread Levente Polyak via arch-commits
Date: Sunday, February 25, 2018 @ 22:43:24
  Author: anthraxx
Revision: 298158

archrelease: copy trunk to community-x86_64

Added:
  libstrophe/repos/community-x86_64/PKGBUILD
(from rev 298157, libstrophe/trunk/PKGBUILD)
Deleted:
  libstrophe/repos/community-x86_64/PKGBUILD

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

Deleted: PKGBUILD
===
--- PKGBUILD2018-02-25 22:43:17 UTC (rev 298157)
+++ PKGBUILD2018-02-25 22:43:24 UTC (rev 298158)
@@ -1,52 +0,0 @@
-# Maintainer: Levente Polyak 
-# Contributor: Bartłomiej Piotrowski 
-
-pkgbase=libstrophe
-pkgname=('libstrophe' 'libstrophe-doc')
-pkgver=0.9.1
-pkgrel=3
-epoch=1
-pkgdesc='Simple, lightweight C library for writing XMPP clients'
-url='http://strophe.im/libstrophe/'
-arch=('i686' 'x86_64')
-license=('GPL3' 'MIT')
-makedepends=('openssl' 'expat' 'pkg-config' 'doxygen')
-checkdepends=('check')
-options=('staticlibs')
-source=(${pkgname}-${pkgver}.tar.gz::https://github.com/strophe/libstrophe/archive/${pkgver}.tar.gz)
-sha512sums=('4ae0ea7ad21fc566dc5372b1b6ed1dd47da87dadeb5771bb85c51b9119d781b7ec8e2b89d056cbfe81968a7f7db6d93fed435f28d28e552b9e61d5ff4916')
-
-prepare() {
-  cd ${pkgbase}-${pkgver}
-  ./bootstrap.sh
-}
-
-build() {
-  cd ${pkgbase}-${pkgver}
-  ./configure --prefix=/usr
-  make
-  doxygen
-}
-
-check() {
-  make -C ${pkgbase}-${pkgver} check
-}
-
-package_libstrophe() {
-  depends=('openssl' 'expat')
-  cd ${pkgbase}-${pkgver}
-  make DESTDIR="${pkgdir}" install
-  install -Dm 644 MIT-LICENSE.txt 
"${pkgdir}/usr/share/licenses/${pkgname}/LICENSE-MIT"
-}
-
-package_libstrophe-doc() {
-  pkgdesc+=' (documentation and samples)'
-  options=('!strip')
-  optdepends=('libstrophe')
-  cd ${pkgbase}-${pkgver}
-  install -Dm 644 docs/html/* -t "${pkgdir}/usr/share/doc/${pkgname}/html"
-  install -Dm 644 examples/{README.md,*.c} -t 
"${pkgdir}/usr/share/doc/${pkgname}/examples"
-  install -Dm 644 MIT-LICENSE.txt 
"${pkgdir}/usr/share/licenses/${pkgname}/LICENSE-MIT"
-}
-
-# vim: ts=2 sw=2 et:

Copied: libstrophe/repos/community-x86_64/PKGBUILD (from rev 298157, 
libstrophe/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2018-02-25 22:43:24 UTC (rev 298158)
@@ -0,0 +1,52 @@
+# Maintainer: Levente Polyak 
+# Contributor: Bartłomiej Piotrowski 
+
+pkgbase=libstrophe
+pkgname=('libstrophe' 'libstrophe-doc')
+pkgver=0.9.2
+pkgrel=1
+epoch=1
+pkgdesc='Simple, lightweight C library for writing XMPP clients'
+url='http://strophe.im/libstrophe/'
+arch=('x86_64')
+license=('GPL3' 'MIT')
+makedepends=('openssl' 'expat' 'pkg-config' 'doxygen')
+checkdepends=('check')
+options=('staticlibs')
+source=(${pkgname}-${pkgver}.tar.gz::https://github.com/strophe/libstrophe/archive/${pkgver}.tar.gz)
+sha512sums=('d55700a71c4f667e9ca24cf3dbbc43a709d2e8f985d68bbf26065800bfbfdff303f73ae1c0848111b1710a85041424818de3c2c6b519e21f28422167e115a257')
+
+prepare() {
+  cd ${pkgbase}-${pkgver}
+  ./bootstrap.sh
+}
+
+build() {
+  cd ${pkgbase}-${pkgver}
+  ./configure --prefix=/usr
+  make
+  doxygen
+}
+
+check() {
+  make -C ${pkgbase}-${pkgver} check
+}
+
+package_libstrophe() {
+  depends=('openssl' 'expat')
+  cd ${pkgbase}-${pkgver}
+  make DESTDIR="${pkgdir}" install
+  install -Dm 644 MIT-LICENSE.txt 
"${pkgdir}/usr/share/licenses/${pkgname}/LICENSE-MIT"
+}
+
+package_libstrophe-doc() {
+  pkgdesc+=' (documentation and samples)'
+  options=('!strip')
+  optdepends=('libstrophe')
+  cd ${pkgbase}-${pkgver}
+  install -Dm 644 docs/html/* -t "${pkgdir}/usr/share/doc/${pkgname}/html"
+  install -Dm 644 examples/{README.md,*.c} -t 
"${pkgdir}/usr/share/doc/${pkgname}/examples"
+  install -Dm 644 MIT-LICENSE.txt -t "${pkgdir}/usr/share/licenses/${pkgname}"
+}
+
+# vim: ts=2 sw=2 et:


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

2018-02-25 Thread Levente Polyak via arch-commits
Date: Sunday, February 25, 2018 @ 22:43:17
  Author: anthraxx
Revision: 298157

upgpkg: libstrophe 1:0.9.2-1

Modified:
  libstrophe/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2018-02-25 22:41:29 UTC (rev 298156)
+++ PKGBUILD2018-02-25 22:43:17 UTC (rev 298157)
@@ -3,8 +3,8 @@
 
 pkgbase=libstrophe
 pkgname=('libstrophe' 'libstrophe-doc')
-pkgver=0.9.1
-pkgrel=3
+pkgver=0.9.2
+pkgrel=1
 epoch=1
 pkgdesc='Simple, lightweight C library for writing XMPP clients'
 url='http://strophe.im/libstrophe/'
@@ -14,7 +14,7 @@
 checkdepends=('check')
 options=('staticlibs')
 
source=(${pkgname}-${pkgver}.tar.gz::https://github.com/strophe/libstrophe/archive/${pkgver}.tar.gz)
-sha512sums=('4ae0ea7ad21fc566dc5372b1b6ed1dd47da87dadeb5771bb85c51b9119d781b7ec8e2b89d056cbfe81968a7f7db6d93fed435f28d28e552b9e61d5ff4916')
+sha512sums=('d55700a71c4f667e9ca24cf3dbbc43a709d2e8f985d68bbf26065800bfbfdff303f73ae1c0848111b1710a85041424818de3c2c6b519e21f28422167e115a257')
 
 prepare() {
   cd ${pkgbase}-${pkgver}
@@ -46,7 +46,7 @@
   cd ${pkgbase}-${pkgver}
   install -Dm 644 docs/html/* -t "${pkgdir}/usr/share/doc/${pkgname}/html"
   install -Dm 644 examples/{README.md,*.c} -t 
"${pkgdir}/usr/share/doc/${pkgname}/examples"
-  install -Dm 644 MIT-LICENSE.txt 
"${pkgdir}/usr/share/licenses/${pkgname}/LICENSE-MIT"
+  install -Dm 644 MIT-LICENSE.txt -t "${pkgdir}/usr/share/licenses/${pkgname}"
 }
 
 # vim: ts=2 sw=2 et:


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

2018-02-25 Thread Levente Polyak via arch-commits
Date: Sunday, February 25, 2018 @ 22:41:29
  Author: anthraxx
Revision: 298156

archrelease: copy trunk to community-x86_64

Added:
  hashcat/repos/community-x86_64/PKGBUILD
(from rev 298155, hashcat/trunk/PKGBUILD)
Deleted:
  hashcat/repos/community-x86_64/PKGBUILD

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

Deleted: PKGBUILD
===
--- PKGBUILD2018-02-25 22:41:22 UTC (rev 298155)
+++ PKGBUILD2018-02-25 22:41:29 UTC (rev 298156)
@@ -1,31 +0,0 @@
-# Maintainer: Levente Polyak 
-# Contributor: Sam Stuewe 
-
-pkgname=hashcat
-pkgver=4.0.1
-pkgrel=1
-epoch=1
-pkgdesc='Multithreaded advanced password recovery utility'
-url='https://hashcat.net/hashcat'
-arch=('x86_64')
-depends=('opencl-icd-loader')
-optdepends=('libxnvctrl: NVIDIA X driver configuration support')
-makedepends=('opencl-headers' 'libxnvctrl')
-license=('MIT')
-source=(https://hashcat.net/files/${pkgname}-${pkgver}.tar.gz{,.asc})
-sha512sums=('4f6b42511a5949d4d9b40ffb403d576645ccff2b325cd484f2fff431d67ac1ad79cc33c310b8e650db6c75ba7b1ed02f80eb907ef048221b4bfbd270153fe00d'
-'SKIP')
-validpgpkeys=('A70833229D040B4199CC00523C17DA8B8A16544F') # Hashcat signing 
key 
-
-build() {
-  cd ${pkgname}-${pkgver}
-  make PREFIX=/usr SHARED=1
-}
-
-package() {
-  cd ${pkgname}-${pkgver}
-  make DESTDIR="${pkgdir}" PREFIX=/usr SHARED=1 install
-  install -Dm 644 docs/license.txt 
"${pkgdir}/usr/share/licenses/${pkgname}/LICENSE"
-}
-
-# vim: ts=2 sw=2 et:

Copied: hashcat/repos/community-x86_64/PKGBUILD (from rev 298155, 
hashcat/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2018-02-25 22:41:29 UTC (rev 298156)
@@ -0,0 +1,31 @@
+# Maintainer: Levente Polyak 
+# Contributor: Sam Stuewe 
+
+pkgname=hashcat
+pkgver=4.1.0
+pkgrel=1
+epoch=1
+pkgdesc='Multithreaded advanced password recovery utility'
+url='https://hashcat.net/hashcat'
+arch=('x86_64')
+depends=('opencl-icd-loader')
+optdepends=('libxnvctrl: NVIDIA X driver configuration support')
+makedepends=('opencl-headers' 'libxnvctrl')
+license=('MIT')
+source=(https://hashcat.net/files/${pkgname}-${pkgver}.tar.gz{,.asc})
+sha512sums=('c9e01847c89dd8521da8734ea324c69f1e9bfef50c059e9dc29d4b947fe090405774a57ae688f907698c7d9a2d1f087b730e0a994dc5ed0d5d937a9ef950dd73'
+'SKIP')
+validpgpkeys=('A70833229D040B4199CC00523C17DA8B8A16544F') # Hashcat signing 
key 
+
+build() {
+  cd ${pkgname}-${pkgver}
+  make PREFIX=/usr SHARED=1
+}
+
+package() {
+  cd ${pkgname}-${pkgver}
+  make DESTDIR="${pkgdir}" PREFIX=/usr SHARED=1 install
+  install -Dm 644 docs/license.txt 
"${pkgdir}/usr/share/licenses/${pkgname}/LICENSE"
+}
+
+# vim: ts=2 sw=2 et:


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

2018-02-25 Thread Levente Polyak via arch-commits
Date: Sunday, February 25, 2018 @ 22:41:22
  Author: anthraxx
Revision: 298155

upgpkg: hashcat 1:4.1.0-1

Modified:
  hashcat/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2018-02-25 22:38:53 UTC (rev 298154)
+++ PKGBUILD2018-02-25 22:41:22 UTC (rev 298155)
@@ -2,7 +2,7 @@
 # Contributor: Sam Stuewe 
 
 pkgname=hashcat
-pkgver=4.0.1
+pkgver=4.1.0
 pkgrel=1
 epoch=1
 pkgdesc='Multithreaded advanced password recovery utility'
@@ -13,7 +13,7 @@
 makedepends=('opencl-headers' 'libxnvctrl')
 license=('MIT')
 source=(https://hashcat.net/files/${pkgname}-${pkgver}.tar.gz{,.asc})
-sha512sums=('4f6b42511a5949d4d9b40ffb403d576645ccff2b325cd484f2fff431d67ac1ad79cc33c310b8e650db6c75ba7b1ed02f80eb907ef048221b4bfbd270153fe00d'
+sha512sums=('c9e01847c89dd8521da8734ea324c69f1e9bfef50c059e9dc29d4b947fe090405774a57ae688f907698c7d9a2d1f087b730e0a994dc5ed0d5d937a9ef950dd73'
 'SKIP')
 validpgpkeys=('A70833229D040B4199CC00523C17DA8B8A16544F') # Hashcat signing 
key 
 


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

2018-02-25 Thread Levente Polyak via arch-commits
Date: Sunday, February 25, 2018 @ 22:38:53
  Author: anthraxx
Revision: 298154

archrelease: copy trunk to community-x86_64

Added:
  metasploit/repos/community-x86_64/PKGBUILD
(from rev 298153, metasploit/trunk/PKGBUILD)
  metasploit/repos/community-x86_64/metasploit-dont-restrict-aggregator.patch
(from rev 298153, 
metasploit/trunk/metasploit-dont-restrict-aggregator.patch)
Deleted:
  metasploit/repos/community-x86_64/PKGBUILD
  metasploit/repos/community-x86_64/metasploit-dont-restrict-aggregator.patch

---+
 PKGBUILD  |  124 ++--
 metasploit-dont-restrict-aggregator.patch |  112 -
 2 files changed, 118 insertions(+), 118 deletions(-)

Deleted: PKGBUILD
===
--- PKGBUILD2018-02-25 22:38:46 UTC (rev 298153)
+++ PKGBUILD2018-02-25 22:38:53 UTC (rev 298154)
@@ -1,62 +0,0 @@
-# Maintainer: Levente Polyak 
-# Contributor: Sabart Otto - Seberm 
-# Contributor: Tobias Veit - nIcE 
-
-pkgname=metasploit
-pkgver=4.16.39
-pkgrel=1
-pkgdesc='Advanced open-source platform for developing, testing, and using 
exploit code'
-url='https://www.metasploit.com/'
-arch=('x86_64')
-license=('BSD')
-depends=('ruby2.4' 'libpcap' 'postgresql-libs' 'ruby2.4-bundler' 'sqlite' 
'libxslt' 'git')
-optdepends=('ruby-pg: database support')
-options=('!strip' '!emptydirs')
-source=(${pkgname}-${pkgver}.tar.gz::https://github.com/rapid7/metasploit-framework/archive/${pkgver}.tar.gz
-metasploit-dont-restrict-aggregator.patch)
-sha256sums=('3270622fd99c6f83cdd733b6b0569d0a91ba43acc32fd97667c715b0fec92094'
-'28008fbc74852a0e939bde209a0faa715eae08a56b2e10c53e1535d50a727609')
-sha512sums=('cb5edb45f9e0f28cc60d36ab03f131f6688abee997085098348e1eccf1198f149b71cd32a58690a96d542b967142bda31956fccdfec9793f063112451186d9df'
-
'fcc1d1f8f2f5f337de25d674571403d62c24501f91c04914e8a9d0960fe7f248f66b44ad83f014d8e30a5b394882bd35588f226b53cec607ddd122f133eaa361')
-
-prepare() {
-  cd ${pkgname}-framework-${pkgver}
-  bundle-2.4 config build.nokogiri --use-system-libraries
-  sed 's|git ls-files|find -type f|' -i metasploit-framework.gemspec
-  patch -R -p1 < "${srcdir}/metasploit-dont-restrict-aggregator.patch"
-}
-
-build() {
-  cd ${pkgname}-framework-${pkgver}
-  bundle-2.4 install -j"$(nproc)" --no-cache --deployment
-  find vendor/bundle/ruby -exec chmod o+r '{}' \;
-}
-
-package() {
-  cd ${pkgname}-framework-${pkgver}
-
-  install -d "${pkgdir}/opt/${pkgname}" "${pkgdir}/usr/bin"
-  cp -r . "${pkgdir}/opt/${pkgname}"
-
-  for f in "${pkgdir}"/opt/${pkgname}/msf*; do
-local _msffile="${pkgdir}/usr/bin/`basename "${f}"`"
-echo -e "#!/bin/sh\nBUNDLE_GEMFILE=/opt/${pkgname}/Gemfile bundle-2.4 exec 
ruby-2.4 /opt/${pkgname}/`basename "${f}"` \"\$@\"" > "${_msffile}"
-chmod 755 "${_msffile}"
-  done
-
-  (cd "${pkgdir}/opt/${pkgname}"
-for f in tools/*/*.rb; do
-  install -Dm 755 "${f}" ".${f}"
-  echo -e "#!/bin/sh\nBUNDLE_GEMFILE=/opt/${pkgname}/Gemfile bundle-2.4 
exec ruby-2.4 /opt/${pkgname}/."${f}" \"\$@\"" > "${f}"
-  chmod 755 "${f}"
-done
-  )
-
-  install -Dm 644 external/zsh/_* -t "${pkgdir}/usr/share/zsh/site-functions"
-  install -Dm 644 LICENSE COPYING -t "${pkgdir}/usr/share/licenses/${pkgname}"
-  install -d "${pkgdir}/usr/share/doc"
-  mv "${pkgdir}/opt/${pkgname}/documentation" 
"${pkgdir}/usr/share/doc/${pkgname}"
-  rm "${pkgdir}/usr/bin/msfupdate"
-}
-
-# vim: ts=2 sw=2 et:

Copied: metasploit/repos/community-x86_64/PKGBUILD (from rev 298153, 
metasploit/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2018-02-25 22:38:53 UTC (rev 298154)
@@ -0,0 +1,62 @@
+# Maintainer: Levente Polyak 
+# Contributor: Sabart Otto - Seberm 
+# Contributor: Tobias Veit - nIcE 
+
+pkgname=metasploit
+pkgver=4.16.41
+pkgrel=1
+pkgdesc='Advanced open-source platform for developing, testing, and using 
exploit code'
+url='https://www.metasploit.com/'
+arch=('x86_64')
+license=('BSD')
+depends=('ruby2.4' 'libpcap' 'postgresql-libs' 'ruby2.4-bundler' 'sqlite' 
'libxslt' 'git')
+optdepends=('ruby-pg: database support')
+options=('!strip' '!emptydirs')
+source=(${pkgname}-${pkgver}.tar.gz::https://github.com/rapid7/metasploit-framework/archive/${pkgver}.tar.gz
+metasploit-dont-restrict-aggregator.patch)
+sha256sums=('3bdf9397de308f9a5c8331be5f54ca5293728ccc4024bc0c59790c4e09e7d23c'
+'28008fbc74852a0e939bde209a0faa715eae08a56b2e10c53e1535d50a727609')
+sha512sums=('e145f2fd32118d85a9bcd786378ce4ebb3466443e24e956dbbc3cd5a21d78b29a24139eb5682afb5cae7ffae71b4c35bdd2ff54bd2aae820bb5f052e704da0df'
+
'fcc1d1f8f2f5f337de25d674571403d62c24501f91c04914e8a9d0960fe7f248f66b44ad83f014d8e30a5b394882bd35588f226b53cec607ddd122f133eaa361')
+
+prepare() {
+  cd ${pkgname}-framework-${pkgv

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

2018-02-25 Thread Levente Polyak via arch-commits
Date: Sunday, February 25, 2018 @ 22:38:46
  Author: anthraxx
Revision: 298153

upgpkg: metasploit 4.16.41-1

Modified:
  metasploit/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2018-02-25 21:59:08 UTC (rev 298152)
+++ PKGBUILD2018-02-25 22:38:46 UTC (rev 298153)
@@ -3,7 +3,7 @@
 # Contributor: Tobias Veit - nIcE 
 
 pkgname=metasploit
-pkgver=4.16.39
+pkgver=4.16.41
 pkgrel=1
 pkgdesc='Advanced open-source platform for developing, testing, and using 
exploit code'
 url='https://www.metasploit.com/'
@@ -14,9 +14,9 @@
 options=('!strip' '!emptydirs')
 
source=(${pkgname}-${pkgver}.tar.gz::https://github.com/rapid7/metasploit-framework/archive/${pkgver}.tar.gz
 metasploit-dont-restrict-aggregator.patch)
-sha256sums=('3270622fd99c6f83cdd733b6b0569d0a91ba43acc32fd97667c715b0fec92094'
+sha256sums=('3bdf9397de308f9a5c8331be5f54ca5293728ccc4024bc0c59790c4e09e7d23c'
 '28008fbc74852a0e939bde209a0faa715eae08a56b2e10c53e1535d50a727609')
-sha512sums=('cb5edb45f9e0f28cc60d36ab03f131f6688abee997085098348e1eccf1198f149b71cd32a58690a96d542b967142bda31956fccdfec9793f063112451186d9df'
+sha512sums=('e145f2fd32118d85a9bcd786378ce4ebb3466443e24e956dbbc3cd5a21d78b29a24139eb5682afb5cae7ffae71b4c35bdd2ff54bd2aae820bb5f052e704da0df'
 
'fcc1d1f8f2f5f337de25d674571403d62c24501f91c04914e8a9d0960fe7f248f66b44ad83f014d8e30a5b394882bd35588f226b53cec607ddd122f133eaa361')
 
 prepare() {


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

2018-02-25 Thread Levente Polyak via arch-commits
Date: Sunday, February 25, 2018 @ 21:59:08
  Author: anthraxx
Revision: 298152

archrelease: copy trunk to community-any

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

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

Deleted: PKGBUILD
===
--- PKGBUILD2018-02-25 21:59:01 UTC (rev 298151)
+++ PKGBUILD2018-02-25 21:59:08 UTC (rev 298152)
@@ -1,64 +0,0 @@
-# Maintainer: Levente Polyak 
-
-pkgbase=python-flask-socketio
-pkgname=('python-flask-socketio' 'python2-flask-socketio')
-_pkgname=Flask-SocketIO
-pkgver=2.9.3
-pkgrel=1
-pkgdesc='Socket.IO integration for Flask applications'
-url='https://flask-socketio.readthedocs.org/'
-arch=('any')
-license=('MIT')
-makedepends=('python-setuptools' 'python-sphinx' 'python-flask' 
'python-eventlet' 'python-socketio'
- 'python2-setuptools' 'python2-sphinx' 'python2-flask' 
'python2-eventlet' 'python2-socketio')
-checkdepends=('python-coverage' 'python-pytest' 'python2-coverage' 
'python2-pytest')
-options=('!makeflags')
-source=(${pkgbase}-${pkgver}.tar.gz::https://github.com/miguelgrinberg/Flask-SocketIO/archive/v${pkgver}.tar.gz)
-sha256sums=('bf381adec0cb1386ae1423e117dd3a73ac91608cb396f09680391ec8505bce00')
-sha512sums=('01cacabb15a978ec4b42c76f0b156930c02cf8f0781f340a4e3f54d53248ab1db62e046ae249b35f1e100403772d7ed551a77db580282616b2cddcc4d959d958')
-
-prepare() {
-  cp -ra ${_pkgname}-${pkgver}{,-py2}
-}
-
-build() {
-  (cd ${_pkgname}-${pkgver}
-python setup.py build
-make -C docs man text SPHINXBUILD=sphinx-build
-  )
-  (cd ${_pkgname}-${pkgver}-py2
-python2 setup.py build
-make -C docs man text SPHINXBUILD=sphinx-build2
-  )
-}
-
-check() {
-  (cd ${_pkgname}-${pkgver}
-py.test test_socketio.py
-  )
-  (cd ${_pkgname}-${pkgver}-py2
-py.test2 test_socketio.py
-  )
-}
-
-package_python-flask-socketio() {
-  depends=('python-flask' 'python-eventlet' 'python-socketio')
-  cd ${_pkgname}-${pkgver}
-  python setup.py install -O1 --root="${pkgdir}" --skip-build
-  install -Dm 644 LICENSE "${pkgdir}/usr/share/licenses/${pkgname}/LICENSE"
-  install -Dm 644 README.md "${pkgdir}/usr/share/doc/${pkgname}/README"
-  install -Dm 644 docs/_build/text/index.txt 
"${pkgdir}/usr/share/doc/${pkgname}/DOCUMENTATION"
-  install -Dm 644 docs/_build/man/flask-socketio.1 
"${pkgdir}/usr/share/man/man1/${pkgname}.1"
-}
-
-package_python2-flask-socketio() {
-  depends=('python2-flask' 'python2-eventlet' 'python-socketio')
-  cd ${_pkgname}-${pkgver}-py2
-  python2 setup.py install -O1 --root="${pkgdir}" --skip-build
-  install -Dm 644 LICENSE "${pkgdir}/usr/share/licenses/${pkgname}/LICENSE"
-  install -Dm 644 README.md "${pkgdir}/usr/share/doc/${pkgname}/README"
-  install -Dm 644 docs/_build/text/index.txt 
"${pkgdir}/usr/share/doc/${pkgname}/DOCUMENTATION"
-  install -Dm 644 docs/_build/man/flask-socketio.1 
"${pkgdir}/usr/share/man/man1/${pkgname}.1"
-}
-
-# vim: ts=2 sw=2 et:

Copied: python-flask-socketio/repos/community-any/PKGBUILD (from rev 298151, 
python-flask-socketio/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2018-02-25 21:59:08 UTC (rev 298152)
@@ -0,0 +1,65 @@
+# Maintainer: Levente Polyak 
+
+pkgbase=python-flask-socketio
+pkgname=('python-flask-socketio' 'python2-flask-socketio')
+_pkgname=Flask-SocketIO
+pkgver=2.9.4
+pkgrel=1
+pkgdesc='Socket.IO integration for Flask applications'
+url='https://flask-socketio.readthedocs.org/'
+arch=('any')
+license=('MIT')
+makedepends=('python-setuptools' 'python-sphinx' 'python-flask' 
'python-eventlet' 'python-socketio'
+ 'python2-setuptools' 'python2-sphinx' 'python2-flask' 
'python2-eventlet' 'python2-socketio')
+checkdepends=('python-coverage' 'python-pytest'
+  'python2-coverage' 'python2-pytest')
+options=('!makeflags')
+source=(${pkgbase}-${pkgver}.tar.gz::https://github.com/miguelgrinberg/Flask-SocketIO/archive/v${pkgver}.tar.gz)
+sha256sums=('bce1490faa1765707e5aaa2f8ccd0e623d4b1c94ab2d39fa52dafa1257a871bc')
+sha512sums=('805fd917d25ad0b47e58f620bc63f4b821b9400f3bf437f534e65bc19f49012ee176a176c5d73fe3189bc99506f9028ccf13c3c5e01867ecae5f8614976b7e03')
+
+prepare() {
+  cp -ra ${_pkgname}-${pkgver}{,-py2}
+}
+
+build() {
+  (cd ${_pkgname}-${pkgver}
+python setup.py build
+make -C docs man text SPHINXBUILD=sphinx-build
+  )
+  (cd ${_pkgname}-${pkgver}-py2
+python2 setup.py build
+make -C docs man text SPHINXBUILD=sphinx-build2
+  )
+}
+
+check() {
+  (cd ${_pkgname}-${pkgver}
+py.test test_socketio.py
+  )
+  (cd ${_pkgname}-${pkgver}-py2
+py.test2 test_socketio.py
+  )
+}
+
+package_python-flask-socketio() {
+  depends=('python-flask' '

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

2018-02-25 Thread Levente Polyak via arch-commits
Date: Sunday, February 25, 2018 @ 21:59:01
  Author: anthraxx
Revision: 298151

upgpkg: python-flask-socketio 2.9.4-1

Modified:
  python-flask-socketio/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2018-02-25 21:06:36 UTC (rev 298150)
+++ PKGBUILD2018-02-25 21:59:01 UTC (rev 298151)
@@ -3,7 +3,7 @@
 pkgbase=python-flask-socketio
 pkgname=('python-flask-socketio' 'python2-flask-socketio')
 _pkgname=Flask-SocketIO
-pkgver=2.9.3
+pkgver=2.9.4
 pkgrel=1
 pkgdesc='Socket.IO integration for Flask applications'
 url='https://flask-socketio.readthedocs.org/'
@@ -11,11 +11,12 @@
 license=('MIT')
 makedepends=('python-setuptools' 'python-sphinx' 'python-flask' 
'python-eventlet' 'python-socketio'
  'python2-setuptools' 'python2-sphinx' 'python2-flask' 
'python2-eventlet' 'python2-socketio')
-checkdepends=('python-coverage' 'python-pytest' 'python2-coverage' 
'python2-pytest')
+checkdepends=('python-coverage' 'python-pytest'
+  'python2-coverage' 'python2-pytest')
 options=('!makeflags')
 
source=(${pkgbase}-${pkgver}.tar.gz::https://github.com/miguelgrinberg/Flask-SocketIO/archive/v${pkgver}.tar.gz)
-sha256sums=('bf381adec0cb1386ae1423e117dd3a73ac91608cb396f09680391ec8505bce00')
-sha512sums=('01cacabb15a978ec4b42c76f0b156930c02cf8f0781f340a4e3f54d53248ab1db62e046ae249b35f1e100403772d7ed551a77db580282616b2cddcc4d959d958')
+sha256sums=('bce1490faa1765707e5aaa2f8ccd0e623d4b1c94ab2d39fa52dafa1257a871bc')
+sha512sums=('805fd917d25ad0b47e58f620bc63f4b821b9400f3bf437f534e65bc19f49012ee176a176c5d73fe3189bc99506f9028ccf13c3c5e01867ecae5f8614976b7e03')
 
 prepare() {
   cp -ra ${_pkgname}-${pkgver}{,-py2}
@@ -45,8 +46,8 @@
   depends=('python-flask' 'python-eventlet' 'python-socketio')
   cd ${_pkgname}-${pkgver}
   python setup.py install -O1 --root="${pkgdir}" --skip-build
-  install -Dm 644 LICENSE "${pkgdir}/usr/share/licenses/${pkgname}/LICENSE"
-  install -Dm 644 README.md "${pkgdir}/usr/share/doc/${pkgname}/README"
+  install -Dm 644 LICENSE -t "${pkgdir}/usr/share/licenses/${pkgname}"
+  install -Dm 644 README.md -t "${pkgdir}/usr/share/doc/${pkgname}"
   install -Dm 644 docs/_build/text/index.txt 
"${pkgdir}/usr/share/doc/${pkgname}/DOCUMENTATION"
   install -Dm 644 docs/_build/man/flask-socketio.1 
"${pkgdir}/usr/share/man/man1/${pkgname}.1"
 }
@@ -55,8 +56,8 @@
   depends=('python2-flask' 'python2-eventlet' 'python-socketio')
   cd ${_pkgname}-${pkgver}-py2
   python2 setup.py install -O1 --root="${pkgdir}" --skip-build
-  install -Dm 644 LICENSE "${pkgdir}/usr/share/licenses/${pkgname}/LICENSE"
-  install -Dm 644 README.md "${pkgdir}/usr/share/doc/${pkgname}/README"
+  install -Dm 644 LICENSE -t "${pkgdir}/usr/share/licenses/${pkgname}"
+  install -Dm 644 README.md -t "${pkgdir}/usr/share/doc/${pkgname}"
   install -Dm 644 docs/_build/text/index.txt 
"${pkgdir}/usr/share/doc/${pkgname}/DOCUMENTATION"
   install -Dm 644 docs/_build/man/flask-socketio.1 
"${pkgdir}/usr/share/man/man1/${pkgname}.1"
 }


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

2018-02-25 Thread Levente Polyak via arch-commits
Date: Sunday, February 25, 2018 @ 21:47:49
  Author: anthraxx
Revision: 317515

upgpkg: avidemux 2.7.0-5 (x265 2.7 rebuild)

Modified:
  avidemux/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2018-02-25 21:09:25 UTC (rev 317514)
+++ PKGBUILD2018-02-25 21:47:49 UTC (rev 317515)
@@ -4,7 +4,7 @@
 pkgbase=avidemux
 pkgname=('avidemux-cli' 'avidemux-qt')
 pkgver=2.7.0
-pkgrel=4
+pkgrel=5
 pkgdesc='Graphical tool to edit video (filter/re-encode/split)'
 url='http://fixounet.free.fr/avidemux/'
 arch=('x86_64')
@@ -12,7 +12,7 @@
 makedepends=('cmake' 'libxslt' 'qt5-base' 'jack' 'libvorbis' 'libxv' 'opus' 
'desktop-file-utils'
  'alsa-lib' 'lame' 'xvidcore' 'faad2' 'faac' 'x264' 'libx264' 
'x265' 'libsamplerate'
  'opencore-amr' 'yasm' 'mesa' 'libvpx' 'libpulse' 'libva' 
'intltool' 'sqlite'
- 'libvdpau' 'libdca' 'fribidi' 'glu' 'qt5-tools')
+ 'libvdpau' 'libdca' 'fribidi' 'glu' 'qt5-tools' 'twolame' 
'libfdk-aac' 'libass')
 options=('!emptydirs')
 source=(https://downloads.sourceforge.net/avidemux/avidemux_${pkgver}.tar.gz)
 sha256sums=('fe1d6b794c0d94922428ff84a931264a90c39a5ffe965e03ab7ae0ce71a2c4ad')
@@ -21,6 +21,7 @@
 prepare() {
   cd ${pkgbase}_${pkgver}
   sed -i 's|../avidemux/qt4|../avidemux/qt4 
-DLRELEASE_EXECUTABLE=/usr/bin/lrelease-qt5|' bootStrap.bash
+  sed -e 's|0.19|1.0|' -i avidemux_plugins/ADM_videoFilters6/ass/CMakeLists.txt
   cp avidemux2.desktop avidemux-qt.desktop
   sed -ri 's|(Name=).*|\1avidemux (Qt)|' avidemux-qt.desktop
   sed -ri 's|(Exec=).*|\1avidemux3_qt5|' avidemux-qt.desktop
@@ -32,7 +33,7 @@
 }
 
 package_avidemux-cli() {
-  depends=('libxml2' 'fontconfig' 'libvpx' 'libva' 'sqlite')
+  depends=('libxml2' 'fontconfig' 'sqlite' 'libvpx' 'libva' 'libvdpau')
   optdepends=('lame: for the corresponding audio encoder plugin'
   'faac: for the corresponding audio encoder plugin'
   'faad2: for the corresponding audio decoder plugin'
@@ -46,6 +47,9 @@
   'xvidcore: for the corresponding video encoder plugin'
   'qt5-base: for the QtScript scripting support'
   'libdca: for the corresponding audio decoder plugin'
+  'libfdk-aac: for the corresponding audio decoder plugin'
+  'twolame: for the corresponding audio decoder plugin'
+  'libass: for the corresponding video filter plugin'
   'fribidi: for the corresponding video filter plugin')
 
   cd ${pkgbase}_${pkgver}


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

2018-02-25 Thread Levente Polyak via arch-commits
Date: Sunday, February 25, 2018 @ 21:47:56
  Author: anthraxx
Revision: 317516

archrelease: copy trunk to staging-x86_64

Added:
  avidemux/repos/staging-x86_64/
  avidemux/repos/staging-x86_64/PKGBUILD
(from rev 317515, avidemux/trunk/PKGBUILD)

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

Copied: avidemux/repos/staging-x86_64/PKGBUILD (from rev 317515, 
avidemux/trunk/PKGBUILD)
===
--- staging-x86_64/PKGBUILD (rev 0)
+++ staging-x86_64/PKGBUILD 2018-02-25 21:47:56 UTC (rev 317516)
@@ -0,0 +1,76 @@
+# Maintainer: Levente Polyak 
+# Maintainer: Eric Bélanger 
+
+pkgbase=avidemux
+pkgname=('avidemux-cli' 'avidemux-qt')
+pkgver=2.7.0
+pkgrel=5
+pkgdesc='Graphical tool to edit video (filter/re-encode/split)'
+url='http://fixounet.free.fr/avidemux/'
+arch=('x86_64')
+license=('GPL2')
+makedepends=('cmake' 'libxslt' 'qt5-base' 'jack' 'libvorbis' 'libxv' 'opus' 
'desktop-file-utils'
+ 'alsa-lib' 'lame' 'xvidcore' 'faad2' 'faac' 'x264' 'libx264' 
'x265' 'libsamplerate'
+ 'opencore-amr' 'yasm' 'mesa' 'libvpx' 'libpulse' 'libva' 
'intltool' 'sqlite'
+ 'libvdpau' 'libdca' 'fribidi' 'glu' 'qt5-tools' 'twolame' 
'libfdk-aac' 'libass')
+options=('!emptydirs')
+source=(https://downloads.sourceforge.net/avidemux/avidemux_${pkgver}.tar.gz)
+sha256sums=('fe1d6b794c0d94922428ff84a931264a90c39a5ffe965e03ab7ae0ce71a2c4ad')
+sha512sums=('7c92213d3bd2849dbdb5a1aff2acd6da231fd76c561b756fbf4a1d5a41e9705d609d7a35b6ca6b77ceb3bf5138f861cd24ed16d8fcec4fd713f09a2ff07e9015')
+
+prepare() {
+  cd ${pkgbase}_${pkgver}
+  sed -i 's|../avidemux/qt4|../avidemux/qt4 
-DLRELEASE_EXECUTABLE=/usr/bin/lrelease-qt5|' bootStrap.bash
+  sed -e 's|0.19|1.0|' -i avidemux_plugins/ADM_videoFilters6/ass/CMakeLists.txt
+  cp avidemux2.desktop avidemux-qt.desktop
+  sed -ri 's|(Name=).*|\1avidemux (Qt)|' avidemux-qt.desktop
+  sed -ri 's|(Exec=).*|\1avidemux3_qt5|' avidemux-qt.desktop
+}
+
+build() {
+  cd ${pkgbase}_${pkgver}
+  bash bootStrap.bash --with-core --with-cli --with-plugins
+}
+
+package_avidemux-cli() {
+  depends=('libxml2' 'fontconfig' 'sqlite' 'libvpx' 'libva' 'libvdpau')
+  optdepends=('lame: for the corresponding audio encoder plugin'
+  'faac: for the corresponding audio encoder plugin'
+  'faad2: for the corresponding audio decoder plugin'
+  'opus: for the corresponding audio decoder plugin'
+  'opencore-amr: for the corresponding audio decoder plugin'
+  'jack: for the corresponding audio device plugin'
+  'libpulse: for the corresponding audio device plugin'
+  'x264: for the corresponding video encoder plugin'
+  'libx264: for the corresponding video encoder plugin'
+  'x265: for the corresponding video encoder plugin'
+  'xvidcore: for the corresponding video encoder plugin'
+  'qt5-base: for the QtScript scripting support'
+  'libdca: for the corresponding audio decoder plugin'
+  'libfdk-aac: for the corresponding audio decoder plugin'
+  'twolame: for the corresponding audio decoder plugin'
+  'libass: for the corresponding video filter plugin'
+  'fribidi: for the corresponding video filter plugin')
+
+  cd ${pkgbase}_${pkgver}
+  make -C buildCli DESTDIR="${pkgdir}" install
+  make -C buildCore DESTDIR="${pkgdir}" install
+  make -C buildPluginsCLI DESTDIR="${pkgdir}" install
+  make -C buildPluginsCommon DESTDIR="${pkgdir}" install
+
+  install -Dm 644 avidemux_icon.png "${pkgdir}/usr/share/pixmaps/avidemux.png"
+  install -Dm 644 man/avidemux.1 -t "${pkgdir}/usr/share/man/man1"
+}
+
+package_avidemux-qt() {
+  pkgdesc='Graphical tool to edit video (filter/re-encode/split) - Qt GUI'
+  depends=("avidemux-cli=${pkgver}" 'qt5-base' 'x264' 'x265' 'libx264' 'glu' 
'libxv' 'desktop-file-utils')
+  replaces=('avidemux-gtk')
+
+  cd ${pkgbase}_${pkgver}
+  make -C buildQt5 DESTDIR="${pkgdir}" install
+  make -C buildPluginsQt5 DESTDIR="${pkgdir}" install
+  install -Dm 644 avidemux-qt.desktop -t "${pkgdir}/usr/share/applications"
+}
+
+# vim: ts=2 sw=2 et:


[arch-commits] Commit in mpd/repos/extra-x86_64 (8 files)

2018-02-25 Thread Gaëtan Bisson via arch-commits
Date: Sunday, February 25, 2018 @ 21:09:25
  Author: bisson
Revision: 317514

archrelease: copy trunk to extra-x86_64

Added:
  mpd/repos/extra-x86_64/PKGBUILD
(from rev 317513, mpd/trunk/PKGBUILD)
  mpd/repos/extra-x86_64/conf
(from rev 317513, mpd/trunk/conf)
  mpd/repos/extra-x86_64/sysusers.d
(from rev 317513, mpd/trunk/sysusers.d)
  mpd/repos/extra-x86_64/tmpfiles.d
(from rev 317513, mpd/trunk/tmpfiles.d)
Deleted:
  mpd/repos/extra-x86_64/PKGBUILD
  mpd/repos/extra-x86_64/conf
  mpd/repos/extra-x86_64/sysusers.d
  mpd/repos/extra-x86_64/tmpfiles.d

+
 PKGBUILD   |  122 +--
 conf   |   12 ++---
 sysusers.d |4 -
 tmpfiles.d |6 +-
 4 files changed, 72 insertions(+), 72 deletions(-)

Deleted: PKGBUILD
===
--- PKGBUILD2018-02-25 21:08:04 UTC (rev 317513)
+++ PKGBUILD2018-02-25 21:09:25 UTC (rev 317514)
@@ -1,61 +0,0 @@
-# $Id$
-# Maintainer: Gaetan Bisson 
-# Contributor: Angel Velasquez 
-# Contributor: Andrea Scarpino 
-# Contributor: Damir Perisa 
-# Contributor: Ben 
-
-pkgname=mpd
-pkgver=0.20.17
-pkgrel=1
-pkgdesc='Flexible, powerful, server-side application for playing music'
-url='https://www.musicpd.org/'
-license=('GPL')
-arch=('x86_64')
-depends=('libao' 'ffmpeg' 'libmodplug' 'audiofile' 'libshout' 'libmad' 'curl'
-'faad2' 'sqlite' 'jack' 'libmms' 'wavpack' 'avahi' 'libid3tag' 'yajl'
-'libmpdclient' 'icu' 'libupnp' 'libnfs' 'libsamplerate' 'libsoxr'
-'smbclient' 'libgme' 'zziplib')
-makedepends=('boost' 'doxygen')
-validpgpkeys=('0392335A78083894A4301C43236E8A58C6DB4512')
-#source=("https://www.musicpd.org/download/${pkgname}/${pkgver}/${pkgname}-${pkgver}.tar.xz"{,.sig}
-source=("https://www.musicpd.org/download/${pkgname}/${pkgver%.*}/${pkgname}-${pkgver}.tar.xz"{,.sig}
-'tmpfiles.d'
-'sysusers.d'
-'conf')
-sha256sums=('2cb0e7f0e219df60a04b3c997d8ed7ad458ebfd89fd045e03fbe727277d5dac1'
-'SKIP'
-'2faa85c12449a5b3ca422ff1c1fa06d057c7e262a74bfa6298c914a92d6f2e7a'
-'0b74c6e5db08daab3091dc15a6b0c75210ba2f9e98fa074f6cfd605a461056b6'
-'f40f68205834ca53cea3372e930bfe6c2f9ecc9df3b1605df2fec63a658b2e03')
-
-backup=('etc/mpd.conf')
-
-build() {
-   cd "${srcdir}/${pkgname}-${pkgver}"
-   ./configure \
-   --prefix=/usr \
-   --sysconfdir=/etc \
-   --enable-jack \
-   --enable-libmpdclient \
-   --enable-pipe-output \
-   --enable-pulse \
-   --enable-soundcloud \
-   --enable-zzip \
-   --disable-sidplay \
-   --with-systemduserunitdir=/usr/lib/systemd/user \
-   --with-systemdsystemunitdir=/usr/lib/systemd/system \
-
-   make
-}
-
-package() {
-   cd "${srcdir}/${pkgname}-${pkgver}"
-   make DESTDIR="${pkgdir}" install
-   install -Dm644 ../conf "${pkgdir}"/etc/mpd.conf
-   install -Dm644 ../tmpfiles.d "${pkgdir}"/usr/lib/tmpfiles.d/mpd.conf
-   install -Dm644 ../sysusers.d "${pkgdir}"/usr/lib/sysusers.d/mpd.conf
-
-   sed '/\[Service\]/a User=mpd' -i 
"${pkgdir}"/usr/lib/systemd/system/mpd.service
-   sed '/WantedBy=/c WantedBy=default.target' -i 
"${pkgdir}"/usr/lib/systemd/system/mpd.service
-}

Copied: mpd/repos/extra-x86_64/PKGBUILD (from rev 317513, mpd/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2018-02-25 21:09:25 UTC (rev 317514)
@@ -0,0 +1,61 @@
+# $Id$
+# Maintainer: Gaetan Bisson 
+# Contributor: Angel Velasquez 
+# Contributor: Andrea Scarpino 
+# Contributor: Damir Perisa 
+# Contributor: Ben 
+
+pkgname=mpd
+pkgver=0.20.18
+pkgrel=1
+pkgdesc='Flexible, powerful, server-side application for playing music'
+url='https://www.musicpd.org/'
+license=('GPL')
+arch=('x86_64')
+depends=('libao' 'ffmpeg' 'libmodplug' 'audiofile' 'libshout' 'libmad' 'curl'
+'faad2' 'sqlite' 'jack' 'libmms' 'wavpack' 'avahi' 'libid3tag' 'yajl'
+'libmpdclient' 'icu' 'libupnp' 'libnfs' 'libsamplerate' 'libsoxr'
+'smbclient' 'libgme' 'zziplib')
+makedepends=('boost' 'doxygen')
+validpgpkeys=('0392335A78083894A4301C43236E8A58C6DB4512')
+#source=("https://www.musicpd.org/download/${pkgname}/${pkgver}/${pkgname}-${pkgver}.tar.xz"{,.sig}
+source=("https://www.musicpd.org/download/${pkgname}/${pkgver%.*}/${pkgname}-${pkgver}.tar.xz"{,.sig}
+'tmpfiles.d'
+'sysusers.d'
+'conf')
+sha256sums=('6a582dc2ae90b94ff3853f9ffd7d80b2c2b5fe2e2c35cb1da0b36f3f3dfad434'
+'SKIP'
+'2faa85c12449a5b3ca422ff1c1fa06d057c7e262a74bfa6298c914a92d6f2e7a'
+'0b74c6e5db08daab3091dc15a6b0c75210ba2f9e98fa074f6cfd605a461056b6'
+'f40f68205834ca53cea3372e930bfe6c2f9ecc9df3b1605df2fec63a658b2e03')
+
+backup=('etc/mpd.conf')
+
+bui

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

2018-02-25 Thread Gaëtan Bisson via arch-commits
Date: Sunday, February 25, 2018 @ 21:08:04
  Author: bisson
Revision: 317513

upstream update

Modified:
  mpd/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2018-02-25 20:33:57 UTC (rev 317512)
+++ PKGBUILD2018-02-25 21:08:04 UTC (rev 317513)
@@ -6,7 +6,7 @@
 # Contributor: Ben 
 
 pkgname=mpd
-pkgver=0.20.17
+pkgver=0.20.18
 pkgrel=1
 pkgdesc='Flexible, powerful, server-side application for playing music'
 url='https://www.musicpd.org/'
@@ -23,7 +23,7 @@
 'tmpfiles.d'
 'sysusers.d'
 'conf')
-sha256sums=('2cb0e7f0e219df60a04b3c997d8ed7ad458ebfd89fd045e03fbe727277d5dac1'
+sha256sums=('6a582dc2ae90b94ff3853f9ffd7d80b2c2b5fe2e2c35cb1da0b36f3f3dfad434'
 'SKIP'
 '2faa85c12449a5b3ca422ff1c1fa06d057c7e262a74bfa6298c914a92d6f2e7a'
 '0b74c6e5db08daab3091dc15a6b0c75210ba2f9e98fa074f6cfd605a461056b6'


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

2018-02-25 Thread Kyle Keen via arch-commits
Date: Sunday, February 25, 2018 @ 21:06:19
  Author: kkeen
Revision: 298149

upgpkg: jupyter-notebook 5.3.0-3

Modified:
  jupyter-notebook/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2018-02-25 20:43:11 UTC (rev 298148)
+++ PKGBUILD2018-02-25 21:06:19 UTC (rev 298149)
@@ -3,7 +3,7 @@
 
 pkgname=jupyter-notebook
 pkgver=5.3.0
-pkgrel=2
+pkgrel=3
 pkgdesc="The language-agnostic HTML notebook application for Project Jupyter"
 arch=('any')
 url="https://github.com/jupyter/notebook";
@@ -10,8 +10,8 @@
 license=('BSD')
 depends=('python-setuptools' 'python-jinja' 'python-tornado' 'python-terminado'
  'python-traitlets' 'jupyter-nbformat' 'python-jupyter_core'
- 'python-jupyter_client' 'mathjax' 'python-send2trash')
-# Also depends on jupyter-nbconvert but that is optional elsewhere.
+ 'python-jupyter_client' 'mathjax' 'python-send2trash'
+ 'jupyter-nbconvert')
 # Much of their official dependency tree appears inverted and circular?
 makedepends=('python-setuptools' 'npm' 'git')
 optdepends=('pandoc: notebook export')
@@ -18,7 +18,7 @@
 
source=("$pkgname-$pkgver.tgz::https://github.com/jupyter/notebook/archive/$pkgver.tar.gz";)
 md5sums=('09e719fc6797511cdfaef9df9fcf63f0')
 
-# todo: report bug that mathjax is no longer optional
+# todo: report bug that mathjax and nbconvert is no longer optional
 
 build() {
   cd "$srcdir/notebook-$pkgver"


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

2018-02-25 Thread Kyle Keen via arch-commits
Date: Sunday, February 25, 2018 @ 21:06:36
  Author: kkeen
Revision: 298150

archrelease: copy trunk to community-any

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

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

Deleted: PKGBUILD
===
--- PKGBUILD2018-02-25 21:06:19 UTC (rev 298149)
+++ PKGBUILD2018-02-25 21:06:36 UTC (rev 298150)
@@ -1,46 +0,0 @@
-# $Id$
-# Maintainer: Kyle Keen 
-
-pkgname=jupyter-notebook
-pkgver=5.3.0
-pkgrel=2
-pkgdesc="The language-agnostic HTML notebook application for Project Jupyter"
-arch=('any')
-url="https://github.com/jupyter/notebook";
-license=('BSD')
-depends=('python-setuptools' 'python-jinja' 'python-tornado' 'python-terminado'
- 'python-traitlets' 'jupyter-nbformat' 'python-jupyter_core'
- 'python-jupyter_client' 'mathjax' 'python-send2trash')
-# Also depends on jupyter-nbconvert but that is optional elsewhere.
-# Much of their official dependency tree appears inverted and circular?
-makedepends=('python-setuptools' 'npm' 'git')
-optdepends=('pandoc: notebook export')
-source=("$pkgname-$pkgver.tgz::https://github.com/jupyter/notebook/archive/$pkgver.tar.gz";)
-md5sums=('09e719fc6797511cdfaef9df9fcf63f0')
-
-# todo: report bug that mathjax is no longer optional
-
-build() {
-  cd "$srcdir/notebook-$pkgver"
-
-  # FS45999 disable bundled mathjax
-  sed -i 's/^.*MathJax.*$//' bower.json 
-  #sed -i '/Trim mathjax/,/^static_data.append/d' setupbase.py
-  sed -i 's/  mj(/  #mj(/' setupbase.py
-
-  # needs node, downloads a lot of stuff
-  python3 setup.py build
-}
-
-package() {
-  cd "$srcdir/notebook-$pkgver"
-
-  # needs node
-  python3 setup.py install --prefix=/usr --root="$pkgdir" --optimize=0
-  # FS45999 use system mathjax
-  ln -s /usr/share/mathjax \
-  "$pkgdir/usr/lib/python3.6/site-packages/notebook/static/components/MathJax"
-
-  install -Dm644 COPYING.md "$pkgdir/usr/share/licenses/$pkgname/LICENSE"
-}
-

Copied: jupyter-notebook/repos/community-any/PKGBUILD (from rev 298149, 
jupyter-notebook/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2018-02-25 21:06:36 UTC (rev 298150)
@@ -0,0 +1,46 @@
+# $Id$
+# Maintainer: Kyle Keen 
+
+pkgname=jupyter-notebook
+pkgver=5.3.0
+pkgrel=3
+pkgdesc="The language-agnostic HTML notebook application for Project Jupyter"
+arch=('any')
+url="https://github.com/jupyter/notebook";
+license=('BSD')
+depends=('python-setuptools' 'python-jinja' 'python-tornado' 'python-terminado'
+ 'python-traitlets' 'jupyter-nbformat' 'python-jupyter_core'
+ 'python-jupyter_client' 'mathjax' 'python-send2trash'
+ 'jupyter-nbconvert')
+# Much of their official dependency tree appears inverted and circular?
+makedepends=('python-setuptools' 'npm' 'git')
+optdepends=('pandoc: notebook export')
+source=("$pkgname-$pkgver.tgz::https://github.com/jupyter/notebook/archive/$pkgver.tar.gz";)
+md5sums=('09e719fc6797511cdfaef9df9fcf63f0')
+
+# todo: report bug that mathjax and nbconvert is no longer optional
+
+build() {
+  cd "$srcdir/notebook-$pkgver"
+
+  # FS45999 disable bundled mathjax
+  sed -i 's/^.*MathJax.*$//' bower.json 
+  #sed -i '/Trim mathjax/,/^static_data.append/d' setupbase.py
+  sed -i 's/  mj(/  #mj(/' setupbase.py
+
+  # needs node, downloads a lot of stuff
+  python3 setup.py build
+}
+
+package() {
+  cd "$srcdir/notebook-$pkgver"
+
+  # needs node
+  python3 setup.py install --prefix=/usr --root="$pkgdir" --optimize=0
+  # FS45999 use system mathjax
+  ln -s /usr/share/mathjax \
+  "$pkgdir/usr/lib/python3.6/site-packages/notebook/static/components/MathJax"
+
+  install -Dm644 COPYING.md "$pkgdir/usr/share/licenses/$pkgname/LICENSE"
+}
+


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

2018-02-25 Thread Kyle Keen via arch-commits
Date: Sunday, February 25, 2018 @ 20:42:05
  Author: kkeen
Revision: 298147

archrelease: copy trunk to community-any

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

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

Deleted: PKGBUILD
===
--- PKGBUILD2018-02-25 20:41:45 UTC (rev 298146)
+++ PKGBUILD2018-02-25 20:42:05 UTC (rev 298147)
@@ -1,46 +0,0 @@
-# $Id$
-# Maintainer: Kyle Keen 
-
-pkgname=jupyter-notebook
-pkgver=5.3.0
-pkgrel=1
-pkgdesc="The language-agnostic HTML notebook application for Project Jupyter"
-arch=('any')
-url="https://github.com/jupyter/notebook";
-license=('BSD')
-depends=('python-setuptools' 'python-jinja' 'python-tornado' 'python-terminado'
- 'python-traitlets' 'jupyter-nbformat' 'python-jupyter_core'
- 'python-jupyter_client' 'mathjax')
-# Also depends on jupyter-nbconvert but that is optional elsewhere.
-# Much of their official dependency tree appears inverted and circular?
-makedepends=('python-setuptools' 'npm' 'git')
-optdepends=('pandoc: notebook export')
-source=("$pkgname-$pkgver.tgz::https://github.com/jupyter/notebook/archive/$pkgver.tar.gz";)
-md5sums=('09e719fc6797511cdfaef9df9fcf63f0')
-
-# todo: report bug that mathjax is no longer optional
-
-build() {
-  cd "$srcdir/notebook-$pkgver"
-
-  # FS45999 disable bundled mathjax
-  sed -i 's/^.*MathJax.*$//' bower.json 
-  #sed -i '/Trim mathjax/,/^static_data.append/d' setupbase.py
-  sed -i 's/  mj(/  #mj(/' setupbase.py
-
-  # needs node, downloads a lot of stuff
-  python3 setup.py build
-}
-
-package() {
-  cd "$srcdir/notebook-$pkgver"
-
-  # needs node
-  python3 setup.py install --prefix=/usr --root="$pkgdir" --optimize=0
-  # FS45999 use system mathjax
-  ln -s /usr/share/mathjax \
-  "$pkgdir/usr/lib/python3.6/site-packages/notebook/static/components/MathJax"
-
-  install -Dm644 COPYING.md "$pkgdir/usr/share/licenses/$pkgname/LICENSE"
-}
-

Copied: jupyter-notebook/repos/community-any/PKGBUILD (from rev 298146, 
jupyter-notebook/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2018-02-25 20:42:05 UTC (rev 298147)
@@ -0,0 +1,46 @@
+# $Id$
+# Maintainer: Kyle Keen 
+
+pkgname=jupyter-notebook
+pkgver=5.3.0
+pkgrel=2
+pkgdesc="The language-agnostic HTML notebook application for Project Jupyter"
+arch=('any')
+url="https://github.com/jupyter/notebook";
+license=('BSD')
+depends=('python-setuptools' 'python-jinja' 'python-tornado' 'python-terminado'
+ 'python-traitlets' 'jupyter-nbformat' 'python-jupyter_core'
+ 'python-jupyter_client' 'mathjax' 'python-send2trash')
+# Also depends on jupyter-nbconvert but that is optional elsewhere.
+# Much of their official dependency tree appears inverted and circular?
+makedepends=('python-setuptools' 'npm' 'git')
+optdepends=('pandoc: notebook export')
+source=("$pkgname-$pkgver.tgz::https://github.com/jupyter/notebook/archive/$pkgver.tar.gz";)
+md5sums=('09e719fc6797511cdfaef9df9fcf63f0')
+
+# todo: report bug that mathjax is no longer optional
+
+build() {
+  cd "$srcdir/notebook-$pkgver"
+
+  # FS45999 disable bundled mathjax
+  sed -i 's/^.*MathJax.*$//' bower.json 
+  #sed -i '/Trim mathjax/,/^static_data.append/d' setupbase.py
+  sed -i 's/  mj(/  #mj(/' setupbase.py
+
+  # needs node, downloads a lot of stuff
+  python3 setup.py build
+}
+
+package() {
+  cd "$srcdir/notebook-$pkgver"
+
+  # needs node
+  python3 setup.py install --prefix=/usr --root="$pkgdir" --optimize=0
+  # FS45999 use system mathjax
+  ln -s /usr/share/mathjax \
+  "$pkgdir/usr/lib/python3.6/site-packages/notebook/static/components/MathJax"
+
+  install -Dm644 COPYING.md "$pkgdir/usr/share/licenses/$pkgname/LICENSE"
+}
+


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

2018-02-25 Thread Kyle Keen via arch-commits
Date: Sunday, February 25, 2018 @ 20:41:45
  Author: kkeen
Revision: 298146

upgpkg: jupyter-notebook 5.3.0-2 FS#57636

Modified:
  jupyter-notebook/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2018-02-25 20:21:01 UTC (rev 298145)
+++ PKGBUILD2018-02-25 20:41:45 UTC (rev 298146)
@@ -3,7 +3,7 @@
 
 pkgname=jupyter-notebook
 pkgver=5.3.0
-pkgrel=1
+pkgrel=2
 pkgdesc="The language-agnostic HTML notebook application for Project Jupyter"
 arch=('any')
 url="https://github.com/jupyter/notebook";
@@ -10,7 +10,7 @@
 license=('BSD')
 depends=('python-setuptools' 'python-jinja' 'python-tornado' 'python-terminado'
  'python-traitlets' 'jupyter-nbformat' 'python-jupyter_core'
- 'python-jupyter_client' 'mathjax')
+ 'python-jupyter_client' 'mathjax' 'python-send2trash')
 # Also depends on jupyter-nbconvert but that is optional elsewhere.
 # Much of their official dependency tree appears inverted and circular?
 makedepends=('python-setuptools' 'npm' 'git')


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

2018-02-25 Thread Evangelos Foutras via arch-commits
Date: Sunday, February 25, 2018 @ 20:33:57
  Author: foutrelis
Revision: 317512

archrelease: copy trunk to extra-x86_64

Added:
  
xfce4-terminal/repos/extra-x86_64/0001-Revert-Allow-underscores-that-are-part-of-tab-titles.patch
(from rev 317511, 
xfce4-terminal/trunk/0001-Revert-Allow-underscores-that-are-part-of-tab-titles.patch)
  xfce4-terminal/repos/extra-x86_64/PKGBUILD
(from rev 317511, xfce4-terminal/trunk/PKGBUILD)
Deleted:
  xfce4-terminal/repos/extra-x86_64/PKGBUILD

-+
 0001-Revert-Allow-underscores-that-are-part-of-tab-titles.patch |   58 ++
 PKGBUILD|   87 
+-
 2 files changed, 106 insertions(+), 39 deletions(-)

Copied: 
xfce4-terminal/repos/extra-x86_64/0001-Revert-Allow-underscores-that-are-part-of-tab-titles.patch
 (from rev 317511, 
xfce4-terminal/trunk/0001-Revert-Allow-underscores-that-are-part-of-tab-titles.patch)
===
--- 0001-Revert-Allow-underscores-that-are-part-of-tab-titles.patch 
(rev 0)
+++ 0001-Revert-Allow-underscores-that-are-part-of-tab-titles.patch 
2018-02-25 20:33:57 UTC (rev 317512)
@@ -0,0 +1,58 @@
+From 609c53f974caee6b75c6ffa259cf6fcda671e39b Mon Sep 17 00:00:00 2001
+From: Evangelos Foutras 
+Date: Sun, 25 Feb 2018 22:25:17 +0200
+Subject: [PATCH] Revert "Allow underscores that are part of tab titles to be
+ shown in the tabs menu"
+
+This reverts commit 300d136e1c9ab2c2a687c11a8ccd7b470816ee36.
+---
+ terminal/terminal-window.c | 14 +-
+ 1 file changed, 5 insertions(+), 9 deletions(-)
+
+diff --git a/terminal/terminal-window.c b/terminal/terminal-window.c
+index e678c8f7..4af3bc64 100644
+--- a/terminal/terminal-window.c
 b/terminal/terminal-window.c
+@@ -2956,7 +2956,7 @@ terminal_window_rebuild_tabs_menu (TerminalWindow 
*window)
+   GtkWidget  *page;
+   GSList *group = NULL;
+   GtkRadioAction *radio_action;
+-  gchar   name[50], menu_item_name[100];
++  gchar   name[50];
+   GSList *lp;
+   GtkAccelKey key = {0};
+ 
+@@ -3011,26 +3011,22 @@ G_GNUC_END_IGNORE_DEPRECATIONS
+   g_object_set_qdata_full (G_OBJECT (page), tabs_menu_action_quark,
+radio_action, g_object_unref);
+ 
+-G_GNUC_BEGIN_IGNORE_DEPRECATIONS
+   /* add action in the menu */
++G_GNUC_BEGIN_IGNORE_DEPRECATIONS
+   gtk_ui_manager_add_ui (window->priv->ui_manager, 
window->priv->tabs_menu_merge_id,
+  "/main-menu/tabs-menu/placeholder-tab-items",
+  name, name, GTK_UI_MANAGER_MENUITEM, FALSE);
+-  /* allow underscore to be shown */
+-  g_snprintf (menu_item_name, sizeof (menu_item_name), 
"/main-menu/tabs-menu/placeholder-tab-items/%s", name);
+-  gtk_menu_item_set_use_underline (GTK_MENU_ITEM 
(gtk_ui_manager_get_widget (window->priv->ui_manager, menu_item_name)), FALSE);
++G_GNUC_END_IGNORE_DEPRECATIONS
+ 
+   if (npages > 1)
+ {
+   /* add to right-click tab menu */
++G_GNUC_BEGIN_IGNORE_DEPRECATIONS
+   gtk_ui_manager_add_ui (window->priv->ui_manager, 
window->priv->tabs_menu_merge_id,
+  "/tab-menu/tabs-menu/placeholder-tab-items",
+  name, name, GTK_UI_MANAGER_MENUITEM, FALSE);
+-  /* allow underscore to be shown */
+-  g_snprintf (menu_item_name, sizeof (menu_item_name), 
"/tab-menu/tabs-menu/placeholder-tab-items/%s", name);
+-  gtk_menu_item_set_use_underline (GTK_MENU_ITEM 
(gtk_ui_manager_get_widget (window->priv->ui_manager, menu_item_name)), FALSE);
+-}
+ G_GNUC_END_IGNORE_DEPRECATIONS
++}
+ 
+   /* set an accelerator path */
+   g_snprintf (name, sizeof (name), 
"/terminal-window/goto-tab-%d", n + 1);
+-- 
+2.16.2
+

Deleted: PKGBUILD
===
--- PKGBUILD2018-02-25 20:33:50 UTC (rev 317511)
+++ PKGBUILD2018-02-25 20:33:57 UTC (rev 317512)
@@ -1,39 +0,0 @@
-# $Id$
-# Maintainer: Evangelos Foutras 
-# Contributor: tobias 
-# Contributor: Aurelien Foret 
-
-pkgname=xfce4-terminal
-pkgver=0.8.7
-pkgrel=1
-pkgdesc="A modern terminal emulator primarily for the Xfce desktop environment"
-arch=('x86_64')
-url="http://www.xfce.org/";
-license=('GPL2')
-groups=('xfce4')
-depends=('libxfce4ui' 'vte3' 'hicolor-icon-theme')
-makedepends=('intltool')
-conflicts=('terminal')
-replaces=('terminal')
-source=(https://archive.xfce.org/src/apps/$pkgname/0.8/$pkgname-$pkgver.tar.bz2)
-sha256sums=('0ced5ff686f839acb6a89a9fd48af7ab04d17a56346e31d1a5063cfa36734540')
-
-build() {
-  cd "$srcdir/$pkgname-$pkgver"
-
-  ./configure \
---prefix=/usr \
---sysconfdir=/etc \
---libexecdir=/usr/lib/xfce4 \
---localstatedir=/var \
---disable-static \
---disable-debug
-  make
-}
-
-package

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

2018-02-25 Thread Evangelos Foutras via arch-commits
Date: Sunday, February 25, 2018 @ 20:33:50
  Author: foutrelis
Revision: 317511

upgpkg: xfce4-terminal 0.8.7-2

Revert upstream commit that breaks tab switching using Alt+.

https://bugzilla.xfce.org/show_bug.cgi?id=14247

Added:
  
xfce4-terminal/trunk/0001-Revert-Allow-underscores-that-are-part-of-tab-titles.patch
Modified:
  xfce4-terminal/trunk/PKGBUILD

-+
 0001-Revert-Allow-underscores-that-are-part-of-tab-titles.patch |   58 
++
 PKGBUILD|   15 ++
 2 files changed, 70 insertions(+), 3 deletions(-)

Added: 0001-Revert-Allow-underscores-that-are-part-of-tab-titles.patch
===
--- 0001-Revert-Allow-underscores-that-are-part-of-tab-titles.patch 
(rev 0)
+++ 0001-Revert-Allow-underscores-that-are-part-of-tab-titles.patch 
2018-02-25 20:33:50 UTC (rev 317511)
@@ -0,0 +1,58 @@
+From 609c53f974caee6b75c6ffa259cf6fcda671e39b Mon Sep 17 00:00:00 2001
+From: Evangelos Foutras 
+Date: Sun, 25 Feb 2018 22:25:17 +0200
+Subject: [PATCH] Revert "Allow underscores that are part of tab titles to be
+ shown in the tabs menu"
+
+This reverts commit 300d136e1c9ab2c2a687c11a8ccd7b470816ee36.
+---
+ terminal/terminal-window.c | 14 +-
+ 1 file changed, 5 insertions(+), 9 deletions(-)
+
+diff --git a/terminal/terminal-window.c b/terminal/terminal-window.c
+index e678c8f7..4af3bc64 100644
+--- a/terminal/terminal-window.c
 b/terminal/terminal-window.c
+@@ -2956,7 +2956,7 @@ terminal_window_rebuild_tabs_menu (TerminalWindow 
*window)
+   GtkWidget  *page;
+   GSList *group = NULL;
+   GtkRadioAction *radio_action;
+-  gchar   name[50], menu_item_name[100];
++  gchar   name[50];
+   GSList *lp;
+   GtkAccelKey key = {0};
+ 
+@@ -3011,26 +3011,22 @@ G_GNUC_END_IGNORE_DEPRECATIONS
+   g_object_set_qdata_full (G_OBJECT (page), tabs_menu_action_quark,
+radio_action, g_object_unref);
+ 
+-G_GNUC_BEGIN_IGNORE_DEPRECATIONS
+   /* add action in the menu */
++G_GNUC_BEGIN_IGNORE_DEPRECATIONS
+   gtk_ui_manager_add_ui (window->priv->ui_manager, 
window->priv->tabs_menu_merge_id,
+  "/main-menu/tabs-menu/placeholder-tab-items",
+  name, name, GTK_UI_MANAGER_MENUITEM, FALSE);
+-  /* allow underscore to be shown */
+-  g_snprintf (menu_item_name, sizeof (menu_item_name), 
"/main-menu/tabs-menu/placeholder-tab-items/%s", name);
+-  gtk_menu_item_set_use_underline (GTK_MENU_ITEM 
(gtk_ui_manager_get_widget (window->priv->ui_manager, menu_item_name)), FALSE);
++G_GNUC_END_IGNORE_DEPRECATIONS
+ 
+   if (npages > 1)
+ {
+   /* add to right-click tab menu */
++G_GNUC_BEGIN_IGNORE_DEPRECATIONS
+   gtk_ui_manager_add_ui (window->priv->ui_manager, 
window->priv->tabs_menu_merge_id,
+  "/tab-menu/tabs-menu/placeholder-tab-items",
+  name, name, GTK_UI_MANAGER_MENUITEM, FALSE);
+-  /* allow underscore to be shown */
+-  g_snprintf (menu_item_name, sizeof (menu_item_name), 
"/tab-menu/tabs-menu/placeholder-tab-items/%s", name);
+-  gtk_menu_item_set_use_underline (GTK_MENU_ITEM 
(gtk_ui_manager_get_widget (window->priv->ui_manager, menu_item_name)), FALSE);
+-}
+ G_GNUC_END_IGNORE_DEPRECATIONS
++}
+ 
+   /* set an accelerator path */
+   g_snprintf (name, sizeof (name), 
"/terminal-window/goto-tab-%d", n + 1);
+-- 
+2.16.2
+

Modified: PKGBUILD
===
--- PKGBUILD2018-02-25 20:01:11 UTC (rev 317510)
+++ PKGBUILD2018-02-25 20:33:50 UTC (rev 317511)
@@ -5,7 +5,7 @@
 
 pkgname=xfce4-terminal
 pkgver=0.8.7
-pkgrel=1
+pkgrel=2
 pkgdesc="A modern terminal emulator primarily for the Xfce desktop environment"
 arch=('x86_64')
 url="http://www.xfce.org/";
@@ -15,9 +15,18 @@
 makedepends=('intltool')
 conflicts=('terminal')
 replaces=('terminal')
-source=(https://archive.xfce.org/src/apps/$pkgname/0.8/$pkgname-$pkgver.tar.bz2)
-sha256sums=('0ced5ff686f839acb6a89a9fd48af7ab04d17a56346e31d1a5063cfa36734540')
+source=(https://archive.xfce.org/src/apps/$pkgname/0.8/$pkgname-$pkgver.tar.bz2
+0001-Revert-Allow-underscores-that-are-part-of-tab-titles.patch)
+sha256sums=('0ced5ff686f839acb6a89a9fd48af7ab04d17a56346e31d1a5063cfa36734540'
+'174d569305310c321387d73c0b55cbafc589cc4db1618c3771ee98c158589c20')
 
+prepare() {
+  cd "$srcdir/$pkgname-$pkgver"
+
+  # https://bugzilla.xfce.org/show_bug.cgi?id=14247
+  patch -Np1 -i 
../0001-Revert-Allow-underscores-that-are-part-of-tab-titles.patch
+}
+
 build() {
   cd "$srcdir/$pkgname-$pkgver"
 


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

2018-02-25 Thread Felix Yan via arch-commits
Date: Sunday, February 25, 2018 @ 20:21:01
  Author: felixonmars
Revision: 298145

archrelease: copy trunk to community-staging-x86_64

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

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

Copied: darcs/repos/community-staging-x86_64/PKGBUILD (from rev 298144, 
darcs/trunk/PKGBUILD)
===
--- community-staging-x86_64/PKGBUILD   (rev 0)
+++ community-staging-x86_64/PKGBUILD   2018-02-25 20:21:01 UTC (rev 298145)
@@ -0,0 +1,59 @@
+# $Id$
+# Maintainer: Felix Yan 
+# Contributor: Arch Haskell Team 
+
+pkgname=darcs
+pkgver=2.12.5.20170909
+pkgrel=35
+pkgdesc="A distributed, interactive, smart revision control system"
+url="http://darcs.net";
+license=("GPL")
+arch=('x86_64')
+depends=('curl' 'ghc-libs' 'haskell-async' 'haskell-attoparsec' 
'haskell-base16-bytestring'
+ 'haskell-cryptohash' 'haskell-data-ordlist' 'haskell-fgl' 
'haskell-graphviz'
+ 'haskell-hashable' 'haskell-html' 'haskell-http' 'haskell-knob' 
'haskell-mmap'
+ 'haskell-mtl' 'haskell-network' 'haskell-network-uri' 
'haskell-old-time' 'haskell-parsec'
+ 'haskell-sandi' 'haskell-random' 'haskell-regex-applicative' 
'haskell-regex-compat-tdfa'
+ 'haskell-tar' 'haskell-text' 'haskell-unix-compat' 
'haskell-utf8-string' 'haskell-vector'
+ 'haskell-zip-archive' 'haskell-zlib')
+makedepends=('ghc')
+# Fetched from http://darcs.net/reviewed/reviewed.zip
+source=("https://pkgbuild.com/~felixonmars/sources/darcs-2.12.5.20170909.zip";)
+#source=("https://hackage.haskell.org/packages/archive/${pkgname}/${pkgver}/${pkgname}-${pkgver}.tar.gz";)
+sha256sums=('64f44e9d9727b8f7e00402a8a5dde9b6dc8f103776c4decef90b28af9603830f')
+
+prepare() {
+mv reviewed $pkgname-$pkgver
+sed -e 's/graphviz >= 2999.18.1 && < 2999.19,/graphviz >= 
2999.18.1,/' \
+-e 's/process  >= 1.2.3.0 && < 1.5.0.0,/process  >= 1.2.3.0,/' 
\
+-e 's/time >= 1.5.0.1 && < 1.8,/time >= 1.5.0.1,/' \
+-i $pkgname-$pkgver/darcs.cabal
+}
+
+build() {
+cd $pkgname-$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 \
+-fcurl -fpkgconfig -f-static -fterminfo -fthreaded -fexecutable \
+-f-rts -foptimize -f-warn-as-error -f-libiconv
+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 $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"
+chmod 644 "${pkgdir}/usr/share/man/man1/darcs.1"
+
+install -Dm644 contrib/darcs_completion 
"${pkgdir}/usr/share/bash-completion/completions/darcs"
+install -Dm644 contrib/_darcs.zsh 
"${pkgdir}/usr/share/zsh/site-functions/_darcs"
+}


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

2018-02-25 Thread Felix Yan via arch-commits
Date: Sunday, February 25, 2018 @ 20:20:22
  Author: felixonmars
Revision: 298144

upgpkg: darcs 2.12.5.20170909-35

rebuild with basement,0.0.7 foundation,0.0.20

Modified:
  darcs/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2018-02-25 20:16:54 UTC (rev 298143)
+++ PKGBUILD2018-02-25 20:20:22 UTC (rev 298144)
@@ -4,7 +4,7 @@
 
 pkgname=darcs
 pkgver=2.12.5.20170909
-pkgrel=34
+pkgrel=35
 pkgdesc="A distributed, interactive, smart revision control system"
 url="http://darcs.net";
 license=("GPL")


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

2018-02-25 Thread Felix Yan via arch-commits
Date: Sunday, February 25, 2018 @ 20:16:38
  Author: felixonmars
Revision: 298142

upgpkg: git-annex 6.20180112-77

rebuild with basement,0.0.7 foundation,0.0.20

Modified:
  git-annex/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2018-02-25 20:10:45 UTC (rev 298141)
+++ PKGBUILD2018-02-25 20:16:38 UTC (rev 298142)
@@ -4,7 +4,7 @@
 
 pkgname=git-annex
 pkgver=6.20180112
-pkgrel=76
+pkgrel=77
 pkgdesc="Manage files with git, without checking their contents into git"
 url="http://git-annex.branchable.com/";
 license=("AGPL3")


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

2018-02-25 Thread Felix Yan via arch-commits
Date: Sunday, February 25, 2018 @ 20:16:54
  Author: felixonmars
Revision: 298143

archrelease: copy trunk to community-staging-x86_64

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

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

Copied: git-annex/repos/community-staging-x86_64/PKGBUILD (from rev 298142, 
git-annex/trunk/PKGBUILD)
===
--- community-staging-x86_64/PKGBUILD   (rev 0)
+++ community-staging-x86_64/PKGBUILD   2018-02-25 20:16:54 UTC (rev 298143)
@@ -0,0 +1,54 @@
+# $Id$
+# Maintainer: Felix Yan 
+# Contributor: Arch Haskell Team 
+
+pkgname=git-annex
+pkgver=6.20180112
+pkgrel=77
+pkgdesc="Manage files with git, without checking their contents into git"
+url="http://git-annex.branchable.com/";
+license=("AGPL3")
+arch=('x86_64')
+depends=('git' 'rsync' 'ghc-libs' 'haskell-aeson' 'haskell-async' 'haskell-aws'
+ 'haskell-blaze-builder' 'haskell-bloomfilter' 'haskell-byteable' 
'haskell-case-insensitive'
+ 'haskell-clientsession' 'haskell-concurrent-output' 'haskell-conduit' 
'haskell-crypto-api'
+ 'haskell-cryptonite' 'haskell-data-default' 'haskell-dav' 
'haskell-dbus'
+ 'haskell-disk-free-space' 'haskell-dlist' 'haskell-dns' 
'haskell-edit-distance'
+ 'haskell-esqueleto' 'haskell-exceptions' 'haskell-fdo-notify' 
'haskell-feed'
+ 'haskell-hinotify' 'haskell-hslogger' 'haskell-http-client' 
'haskell-http-conduit'
+ 'haskell-http-types' 'haskell-ifelse' 'haskell-magic' 'haskell-memory'
+ 'haskell-monad-control' 'haskell-monad-logger' 'haskell-mountpoints' 
'haskell-mtl'
+ 'haskell-network' 'haskell-network-info' 'haskell-network-multicast' 
'haskell-network-uri'
+ 'haskell-old-locale' 'haskell-optparse-applicative' 
'haskell-path-pieces'
+ 'haskell-persistent' 'haskell-persistent-sqlite' 
'haskell-persistent-template'
+ 'haskell-quickcheck' 'haskell-random' 'haskell-regex-tdfa' 
'haskell-resourcet'
+ 'haskell-safesemaphore' 'haskell-sandi' 'haskell-securemem' 
'haskell-shakespeare'
+ 'haskell-socks' 'haskell-split' 'haskell-stm' 'haskell-stm-chans' 
'haskell-tagsoup'
+ 'haskell-tasty' 'haskell-tasty-hunit' 'haskell-tasty-quickcheck' 
'haskell-tasty-rerun'
+ 'haskell-text' 'haskell-torrent' 'haskell-unix-compat' 
'haskell-unordered-containers'
+ 'haskell-utf8-string' 'haskell-uuid' 'haskell-wai' 
'haskell-wai-extra' 'haskell-warp'
+ 'haskell-warp-tls' 'haskell-yesod' 'haskell-yesod-core'
+ 'haskell-yesod-form' 'haskell-yesod-static')
+makedepends=('chrpath' 'ghc')
+source=("git+https://git.joeyh.name/git/git-annex.git#tag=$pkgver";)
+sha512sums=('SKIP')
+
+build() {
+  cd git-annex
+
+  runhaskell Setup configure -O --prefix=/usr --enable-executable-dynamic 
--disable-library-vanilla \
+--docdir="/usr/share/doc/$pkgname" \
+-fnetwork-uri -fconcurrentoutput -ftorrentparser \
+-f-androidsplice -f-android -fproduction -fpairing -fwebapp \
+-fassistant -fwebdav -fs3 -f-benchmark -fdbus -fmagicmime
+  runhaskell Setup build
+}
+
+package() {
+  cd git-annex
+  runhaskell Setup copy --destdir="$pkgdir"
+  make GHC="ghc -dynamic" BUILDER=true DESTDIR="$pkgdir" -j1 install-misc
+
+  rm "$pkgdir"/usr/share/doc/git-annex/COPYRIGHT
+  rmdir "$pkgdir"/usr/share/doc/git-annex "$pkgdir"/usr/share/doc
+}


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

2018-02-25 Thread Felix Yan via arch-commits
Date: Sunday, February 25, 2018 @ 20:10:29
  Author: felixonmars
Revision: 298140

upgpkg: haskell-cryptohash-conduit 0.1.1-137

rebuild with basement,0.0.7 foundation,0.0.20

Modified:
  haskell-cryptohash-conduit/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2018-02-25 20:09:54 UTC (rev 298139)
+++ PKGBUILD2018-02-25 20:10:29 UTC (rev 298140)
@@ -5,7 +5,7 @@
 _hkgname=cryptohash-conduit
 pkgname=haskell-cryptohash-conduit
 pkgver=0.1.1
-pkgrel=136
+pkgrel=137
 pkgdesc="cryptohash conduit"
 url="https://github.com/vincenthz/hs-cryptohash-conduit";
 license=("custom:BSD3")


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

2018-02-25 Thread Felix Yan via arch-commits
Date: Sunday, February 25, 2018 @ 20:10:45
  Author: felixonmars
Revision: 298141

archrelease: copy trunk to community-staging-x86_64

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

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

Copied: haskell-cryptohash-conduit/repos/community-staging-x86_64/PKGBUILD 
(from rev 298140, haskell-cryptohash-conduit/trunk/PKGBUILD)
===
--- community-staging-x86_64/PKGBUILD   (rev 0)
+++ community-staging-x86_64/PKGBUILD   2018-02-25 20:10:45 UTC (rev 298141)
@@ -0,0 +1,40 @@
+# $Id$
+# Maintainer: Felix Yan 
+# Contributor: Arch Haskell Team 
+
+_hkgname=cryptohash-conduit
+pkgname=haskell-cryptohash-conduit
+pkgver=0.1.1
+pkgrel=137
+pkgdesc="cryptohash conduit"
+url="https://github.com/vincenthz/hs-cryptohash-conduit";
+license=("custom:BSD3")
+arch=('x86_64')
+depends=('ghc-libs' "haskell-conduit" "haskell-conduit-extra" 
"haskell-cryptohash"
+ "haskell-resourcet")
+makedepends=('ghc')
+source=("https://hackage.haskell.org/packages/archive/${_hkgname}/${pkgver}/${_hkgname}-${pkgver}.tar.gz";)
+sha512sums=('6382a05b35bae34b53fd1ad6d897c25ca149ed852360c8f775587efcd3c29e45ff854f96ddbc9b446e04a4dd5698b1f5e2af754345f7d5af8f587b73b57fdec0')
+
+build() {
+cd "${srcdir}/${_hkgname}-${pkgver}"
+
+runhaskell Setup configure -O --enable-shared --enable-executable-dynamic 
--disable-library-vanilla \
+--prefix=/usr --docdir="/usr/share/doc/${pkgname}" \
+--dynlibdir=/usr/lib --libsubdir=\$compiler/site-local/\$pkgid
+runhaskell Setup build
+runhaskell Setup register --gen-script
+runhaskell Setup unregister --gen-script
+sed -i -r -e "s|ghc-pkg.*update[^ ]* |&'--force' |" register.sh
+sed -i -r -e "s|ghc-pkg.*unregister[^ ]* |&'--force' |" unregister.sh
+}
+
+package() {
+cd "${srcdir}/${_hkgname}-${pkgver}"
+
+install -D -m744 register.sh   
"${pkgdir}/usr/share/haskell/register/${pkgname}.sh"
+install -D -m744 unregister.sh 
"${pkgdir}/usr/share/haskell/unregister/${pkgname}.sh"
+runhaskell Setup copy --destdir="${pkgdir}"
+install -D -m644 "LICENSE" 
"${pkgdir}/usr/share/licenses/${pkgname}/LICENSE"
+rm -f "${pkgdir}/usr/share/doc/${pkgname}/LICENSE"
+}


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

2018-02-25 Thread Felix Yan via arch-commits
Date: Sunday, February 25, 2018 @ 20:09:54
  Author: felixonmars
Revision: 298139

archrelease: copy trunk to community-staging-x86_64

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

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

Copied: haskell-gauge/repos/community-staging-x86_64/PKGBUILD (from rev 298138, 
haskell-gauge/trunk/PKGBUILD)
===
--- community-staging-x86_64/PKGBUILD   (rev 0)
+++ community-staging-x86_64/PKGBUILD   2018-02-25 20:09:54 UTC (rev 298139)
@@ -0,0 +1,45 @@
+# $Id$
+# Maintainer: Felix Yan 
+# Contributor: Arch Haskell Team 
+
+_hkgname=gauge
+pkgname=haskell-gauge
+pkgver=0.2.1
+pkgrel=7
+pkgdesc="Small framework for performance measurement and analysis"
+url="https://github.com/vincenthz/hs-gauge";
+license=("custom:BSD3")
+arch=('x86_64')
+depends=('ghc-libs' 'haskell-basement' 'haskell-vector')
+makedepends=('ghc' 'haskell-hunit' 'haskell-tasty' 'haskell-tasty-hunit')
+source=("https://hackage.haskell.org/packages/archive/${_hkgname}/${pkgver}/${_hkgname}-${pkgver}.tar.gz";)
+sha512sums=('5a969a8eb67de4005b82d8bc34aebaaf0da4be119d412d5d07c8b4e63825ef705634e53ea80e3d95694573700a20c9a0ae7c53d8c4d623b4d339874b600b3382')
+
+build() {
+cd "${srcdir}/${_hkgname}-${pkgver}"
+
+runhaskell Setup configure -O --enable-shared --enable-executable-dynamic 
--disable-library-vanilla \
+--prefix=/usr --docdir="/usr/share/doc/${pkgname}" --enable-tests \
+--dynlibdir=/usr/lib --libsubdir=\$compiler/site-local/\$pkgid \
+-fanalysis
+runhaskell Setup build
+runhaskell Setup register --gen-script
+runhaskell Setup unregister --gen-script
+sed -i -r -e "s|ghc-pkg.*update[^ ]* |&'--force' |" register.sh
+sed -i -r -e "s|ghc-pkg.*unregister[^ ]* |&'--force' |" unregister.sh
+}
+
+check() {
+cd $_hkgname-$pkgver
+runhaskell Setup test
+}
+
+package() {
+cd "${srcdir}/${_hkgname}-${pkgver}"
+
+install -D -m744 register.sh   
"${pkgdir}/usr/share/haskell/register/${pkgname}.sh"
+install -D -m744 unregister.sh 
"${pkgdir}/usr/share/haskell/unregister/${pkgname}.sh"
+runhaskell Setup copy --destdir="${pkgdir}"
+install -D -m644 "LICENSE" 
"${pkgdir}/usr/share/licenses/${pkgname}/LICENSE"
+rm -f "${pkgdir}/usr/share/doc/${pkgname}/LICENSE"
+}


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

2018-02-25 Thread Felix Yan via arch-commits
Date: Sunday, February 25, 2018 @ 20:09:39
  Author: felixonmars
Revision: 298138

upgpkg: haskell-gauge 0.2.1-7

rebuild with basement,0.0.7 foundation,0.0.20

Modified:
  haskell-gauge/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2018-02-25 20:07:19 UTC (rev 298137)
+++ PKGBUILD2018-02-25 20:09:39 UTC (rev 298138)
@@ -5,7 +5,7 @@
 _hkgname=gauge
 pkgname=haskell-gauge
 pkgver=0.2.1
-pkgrel=6
+pkgrel=7
 pkgdesc="Small framework for performance measurement and analysis"
 url="https://github.com/vincenthz/hs-gauge";
 license=("custom:BSD3")


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

2018-02-25 Thread Felix Yan via arch-commits
Date: Sunday, February 25, 2018 @ 20:07:19
  Author: felixonmars
Revision: 298137

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 298136, haskell-hakyll/trunk/PKGBUILD)

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

Copied: haskell-hakyll/repos/community-staging-x86_64/PKGBUILD (from rev 
298136, haskell-hakyll/trunk/PKGBUILD)
===
--- community-staging-x86_64/PKGBUILD   (rev 0)
+++ community-staging-x86_64/PKGBUILD   2018-02-25 20:07:19 UTC (rev 298137)
@@ -0,0 +1,53 @@
+# $Id$
+# Maintainer: Felix Yan 
+# Contributor: Arch Haskell Team 
+
+_hkgname=hakyll
+pkgname=haskell-hakyll
+pkgver=4.11.0.0
+pkgrel=8
+pkgdesc="A static website compiler library"
+url="http://jaspervdj.be/hakyll";
+license=("custom:BSD3")
+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-mtl' 
'haskell-network'
+ 'haskell-network-uri' 'haskell-optparse-applicative' 'pandoc' 
'pandoc-citeproc'
+ 'haskell-parsec' 'haskell-random' 'haskell-regex-base' 
'haskell-regex-tdfa'
+ 'haskell-resourcet' 'haskell-scientific' 'haskell-tagsoup' 
'haskell-text'
+ '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=('49870a0bc3de15f5842306a93f7c909703860701a7a59c73415b7580084e2b8413084d12f3baa3aff834e3245a8693e6386dc89989c74c2d7e5828fe7baaa4ee')
+
+build() {
+cd "${srcdir}/${_hkgname}-${pkgver}"
+
+runhaskell Setup configure -O --enable-shared --enable-executable-dynamic 
--disable-library-vanilla \
+--prefix=/usr --docdir="/usr/share/doc/${pkgname}" 
--datasubdir="$pkgname" --enable-tests \
+--dynlibdir=/usr/lib --libsubdir=\$compiler/site-local/\$pkgid \
+-fcheckexternal -fwatchserver -fpreviewserver
+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
+}
+
+package() {
+cd "${srcdir}/${_hkgname}-${pkgver}"
+
+install -D -m744 register.sh   
"${pkgdir}/usr/share/haskell/register/${pkgname}.sh"
+install -D -m744 unregister.sh 
"${pkgdir}/usr/share/haskell/unregister/${pkgname}.sh"
+runhaskell Setup copy --destdir="${pkgdir}"
+install -D -m644 "LICENSE" 
"${pkgdir}/usr/share/licenses/${pkgname}/LICENSE"
+rm -f "${pkgdir}/usr/share/doc/${pkgname}/LICENSE"
+}


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

2018-02-25 Thread Felix Yan via arch-commits
Date: Sunday, February 25, 2018 @ 20:07:02
  Author: felixonmars
Revision: 298136

upgpkg: haskell-hakyll 4.11.0.0-8

rebuild with basement,0.0.7 foundation,0.0.20

Modified:
  haskell-hakyll/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2018-02-25 20:05:04 UTC (rev 298135)
+++ PKGBUILD2018-02-25 20:07:02 UTC (rev 298136)
@@ -5,7 +5,7 @@
 _hkgname=hakyll
 pkgname=haskell-hakyll
 pkgver=4.11.0.0
-pkgrel=7
+pkgrel=8
 pkgdesc="A static website compiler library"
 url="http://jaspervdj.be/hakyll";
 license=("custom:BSD3")


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

2018-02-25 Thread Felix Yan via arch-commits
Date: Sunday, February 25, 2018 @ 20:05:04
  Author: felixonmars
Revision: 298135

archrelease: copy trunk to community-staging-x86_64

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

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

Copied: haskell-hit/repos/community-staging-x86_64/PKGBUILD (from rev 298134, 
haskell-hit/trunk/PKGBUILD)
===
--- community-staging-x86_64/PKGBUILD   (rev 0)
+++ community-staging-x86_64/PKGBUILD   2018-02-25 20:05:04 UTC (rev 298135)
@@ -0,0 +1,43 @@
+# $Id$
+# Maintainer: Felix Yan 
+# Contributor: Arch Haskell Team 
+
+_hkgname=hit
+pkgname=haskell-hit
+pkgver=0.6.3
+pkgrel=71
+pkgdesc="Git operations in haskell"
+url="https://github.com/vincenthz/hit";
+license=("custom:BSD3")
+arch=('x86_64')
+depends=('ghc-libs' "haskell-attoparsec" "haskell-byteable" 
"haskell-cryptohash" "haskell-hashable"
+ "haskell-hashtables" "haskell-hourglass" "haskell-mtl" 
"haskell-parsec" "haskell-patience"
+ "haskell-random" "haskell-system-fileio" "haskell-system-filepath" 
"haskell-unix-compat"
+ "haskell-utf8-string" "haskell-vector" "haskell-zlib" 
"haskell-zlib-bindings")
+makedepends=('ghc')
+source=("https://hackage.haskell.org/packages/archive/${_hkgname}/${pkgver}/${_hkgname}-${pkgver}.tar.gz";)
+sha512sums=('82ccfeb77a439caa1792f1ae29535636764be9e6e94f75973f37a86db6627a492e57da835954384ef8468799de9f0897e20905f65dad256fe3547a4248d5fffc')
+
+build() {
+cd "${srcdir}/${_hkgname}-${pkgver}"
+
+runhaskell Setup configure -O --enable-shared --enable-executable-dynamic 
--disable-library-vanilla \
+--prefix=/usr --docdir="/usr/share/doc/${pkgname}" 
--datasubdir="$pkgname" \
+--dynlibdir=/usr/lib --libsubdir=\$compiler/site-local/\$pkgid \
+-fexecutable -f-debug
+runhaskell Setup build
+runhaskell Setup register --gen-script
+runhaskell Setup unregister --gen-script
+sed -i -r -e "s|ghc-pkg.*update[^ ]* |&'--force' |" register.sh
+sed -i -r -e "s|ghc-pkg.*unregister[^ ]* |&'--force' |" unregister.sh
+}
+
+package() {
+cd "${srcdir}/${_hkgname}-${pkgver}"
+
+install -D -m744 register.sh   
"${pkgdir}/usr/share/haskell/register/${pkgname}.sh"
+install -D -m744 unregister.sh 
"${pkgdir}/usr/share/haskell/unregister/${pkgname}.sh"
+runhaskell Setup copy --destdir="${pkgdir}"
+install -D -m644 "LICENSE" 
"${pkgdir}/usr/share/licenses/${pkgname}/LICENSE"
+rm -f "${pkgdir}/usr/share/doc/${pkgname}/LICENSE"
+}


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

2018-02-25 Thread Felix Yan via arch-commits
Date: Sunday, February 25, 2018 @ 20:04:48
  Author: felixonmars
Revision: 298134

upgpkg: haskell-hit 0.6.3-71

rebuild with basement,0.0.7 foundation,0.0.20

Modified:
  haskell-hit/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2018-02-25 20:03:57 UTC (rev 298133)
+++ PKGBUILD2018-02-25 20:04:48 UTC (rev 298134)
@@ -5,7 +5,7 @@
 _hkgname=hit
 pkgname=haskell-hit
 pkgver=0.6.3
-pkgrel=70
+pkgrel=71
 pkgdesc="Git operations in haskell"
 url="https://github.com/vincenthz/hit";
 license=("custom:BSD3")


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

2018-02-25 Thread Felix Yan via arch-commits
Date: Sunday, February 25, 2018 @ 20:03:57
  Author: felixonmars
Revision: 298133

archrelease: copy trunk to community-staging-x86_64

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

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

Copied: haskell-jwt/repos/community-staging-x86_64/PKGBUILD (from rev 298132, 
haskell-jwt/trunk/PKGBUILD)
===
--- community-staging-x86_64/PKGBUILD   (rev 0)
+++ community-staging-x86_64/PKGBUILD   2018-02-25 20:03:57 UTC (rev 298133)
@@ -0,0 +1,41 @@
+# $Id$
+# Maintainer: Felix Yan 
+# Contributor: Arch Haskell Team 
+
+_hkgname=jwt
+pkgname=haskell-jwt
+pkgver=0.7.2
+pkgrel=34
+pkgdesc="JSON Web Token (JWT) decoding and encoding"
+url="https://bitbucket.org/ssaasen/haskell-jwt";
+license=("MIT")
+arch=('x86_64')
+depends=('ghc-libs' "haskell-cryptonite" "haskell-memory" "haskell-text" 
"haskell-aeson"
+ "haskell-unordered-containers" "haskell-scientific" 
"haskell-data-default"
+ "haskell-http-types" "haskell-vector" "haskell-semigroups" 
"haskell-network-uri")
+makedepends=('ghc')
+source=("https://hackage.haskell.org/packages/archive/${_hkgname}/${pkgver}/${_hkgname}-${pkgver}.tar.gz";)
+sha256sums=('17967413d21399596a236bc8169d9e030bb85e2b1c349c6e470543767cc20a31')
+
+build() {
+cd "${srcdir}/${_hkgname}-${pkgver}"
+
+runhaskell Setup configure -O --enable-shared --enable-executable-dynamic 
--disable-library-vanilla \
+--prefix=/usr --docdir="/usr/share/doc/${pkgname}" \
+--dynlibdir=/usr/lib --libsubdir=\$compiler/site-local/\$pkgid
+runhaskell Setup build
+runhaskell Setup register --gen-script
+runhaskell Setup unregister --gen-script
+sed -i -r -e "s|ghc-pkg.*update[^ ]* |&'--force' |" register.sh
+sed -i -r -e "s|ghc-pkg.*unregister[^ ]* |&'--force' |" unregister.sh
+}
+
+package() {
+cd "${srcdir}/${_hkgname}-${pkgver}"
+
+install -D -m744 register.sh   
"${pkgdir}/usr/share/haskell/register/${pkgname}.sh"
+install -D -m744 unregister.sh 
"${pkgdir}/usr/share/haskell/unregister/${pkgname}.sh"
+runhaskell Setup copy --destdir="${pkgdir}"
+install -D -m644 "LICENSE" 
"${pkgdir}/usr/share/licenses/${pkgname}/LICENSE"
+rm -f "${pkgdir}/usr/share/doc/${pkgname}/LICENSE"
+}


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

2018-02-25 Thread Felix Yan via arch-commits
Date: Sunday, February 25, 2018 @ 20:03:42
  Author: felixonmars
Revision: 298132

upgpkg: haskell-jwt 0.7.2-34

rebuild with basement,0.0.7 foundation,0.0.20

Modified:
  haskell-jwt/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2018-02-25 20:03:05 UTC (rev 298131)
+++ PKGBUILD2018-02-25 20:03:42 UTC (rev 298132)
@@ -5,7 +5,7 @@
 _hkgname=jwt
 pkgname=haskell-jwt
 pkgver=0.7.2
-pkgrel=33
+pkgrel=34
 pkgdesc="JSON Web Token (JWT) decoding and encoding"
 url="https://bitbucket.org/ssaasen/haskell-jwt";
 license=("MIT")


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

2018-02-25 Thread Felix Yan via arch-commits
Date: Sunday, February 25, 2018 @ 20:03:05
  Author: felixonmars
Revision: 298131

archrelease: copy trunk to community-staging-x86_64

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

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

Copied: haskell-pipes-http/repos/community-staging-x86_64/PKGBUILD (from rev 
298130, haskell-pipes-http/trunk/PKGBUILD)
===
--- community-staging-x86_64/PKGBUILD   (rev 0)
+++ community-staging-x86_64/PKGBUILD   2018-02-25 20:03:05 UTC (rev 298131)
@@ -0,0 +1,39 @@
+# $Id$
+# Maintainer: Felix Yan 
+# Contributor: Arch Haskell Team 
+
+_hkgname=pipes-http
+pkgname=haskell-pipes-http
+pkgver=1.0.5
+pkgrel=94
+pkgdesc="HTTP client with pipes interface"
+url="https://hackage.haskell.org/package/${_hkgname}";
+license=("custom:BSD3")
+arch=('x86_64')
+depends=('ghc-libs' "haskell-http-client" "haskell-http-client-tls" 
"haskell-pipes")
+makedepends=('ghc')
+source=("https://hackage.haskell.org/packages/archive/${_hkgname}/${pkgver}/${_hkgname}-${pkgver}.tar.gz";)
+sha512sums=('48d2b7236d4f04688bdc083452346974031c3123003c9c0ffe32e00b70c2e1ef294e66f713e590a72fa9005d8bf9aa4daed22bf85fc0505ecd534662e4e4ed70')
+
+build() {
+cd "${srcdir}/${_hkgname}-${pkgver}"
+
+runhaskell Setup configure -O --enable-shared --enable-executable-dynamic 
--disable-library-vanilla \
+--prefix=/usr --docdir="/usr/share/doc/${pkgname}" \
+--dynlibdir=/usr/lib --libsubdir=\$compiler/site-local/\$pkgid
+runhaskell Setup build
+runhaskell Setup register --gen-script
+runhaskell Setup unregister --gen-script
+sed -i -r -e "s|ghc-pkg.*update[^ ]* |&'--force' |" register.sh
+sed -i -r -e "s|ghc-pkg.*unregister[^ ]* |&'--force' |" unregister.sh
+}
+
+package() {
+cd "${srcdir}/${_hkgname}-${pkgver}"
+
+install -D -m744 register.sh   
"${pkgdir}/usr/share/haskell/register/${pkgname}.sh"
+install -D -m744 unregister.sh 
"${pkgdir}/usr/share/haskell/unregister/${pkgname}.sh"
+runhaskell Setup copy --destdir="${pkgdir}"
+install -D -m644 "LICENSE" 
"${pkgdir}/usr/share/licenses/${pkgname}/LICENSE"
+rm -f "${pkgdir}/usr/share/doc/${pkgname}/LICENSE"
+}


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

2018-02-25 Thread Felix Yan via arch-commits
Date: Sunday, February 25, 2018 @ 20:02:48
  Author: felixonmars
Revision: 298130

upgpkg: haskell-pipes-http 1.0.5-94

rebuild with basement,0.0.7 foundation,0.0.20

Modified:
  haskell-pipes-http/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2018-02-25 20:02:12 UTC (rev 298129)
+++ PKGBUILD2018-02-25 20:02:48 UTC (rev 298130)
@@ -5,7 +5,7 @@
 _hkgname=pipes-http
 pkgname=haskell-pipes-http
 pkgver=1.0.5
-pkgrel=93
+pkgrel=94
 pkgdesc="HTTP client with pipes interface"
 url="https://hackage.haskell.org/package/${_hkgname}";
 license=("custom:BSD3")


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

2018-02-25 Thread Felix Yan via arch-commits
Date: Sunday, February 25, 2018 @ 20:01:56
  Author: felixonmars
Revision: 298128

upgpkg: haskell-yesod-auth 1.4.21-81

rebuild with basement,0.0.7 foundation,0.0.20

Modified:
  haskell-yesod-auth/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2018-02-25 20:00:44 UTC (rev 298127)
+++ PKGBUILD2018-02-25 20:01:56 UTC (rev 298128)
@@ -5,7 +5,7 @@
 _hkgname=yesod-auth
 pkgname=haskell-yesod-auth
 pkgver=1.4.21
-pkgrel=80
+pkgrel=81
 pkgdesc="Authentication for Yesod."
 url="http://www.yesodweb.com/";
 license=("MIT")


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

2018-02-25 Thread Felix Yan via arch-commits
Date: Sunday, February 25, 2018 @ 20:02:12
  Author: felixonmars
Revision: 298129

archrelease: copy trunk to community-staging-x86_64

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

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

Copied: haskell-yesod-auth/repos/community-staging-x86_64/PKGBUILD (from rev 
298128, haskell-yesod-auth/trunk/PKGBUILD)
===
--- community-staging-x86_64/PKGBUILD   (rev 0)
+++ community-staging-x86_64/PKGBUILD   2018-02-25 20:02:12 UTC (rev 298129)
@@ -0,0 +1,49 @@
+# $Id$
+# Maintainer: Felix Yan 
+# Contributor: Arch Haskell Team 
+
+_hkgname=yesod-auth
+pkgname=haskell-yesod-auth
+pkgver=1.4.21
+pkgrel=81
+pkgdesc="Authentication for Yesod."
+url="http://www.yesodweb.com/";
+license=("MIT")
+arch=('x86_64')
+depends=('ghc-libs' "haskell-aeson" "haskell-authenticate" 
"haskell-base16-bytestring"
+ "haskell-base64-bytestring" "haskell-blaze-builder" 
"haskell-blaze-html"
+ "haskell-blaze-markup" "haskell-byteable" "haskell-conduit" 
"haskell-conduit-extra"
+ "haskell-cryptonite" "haskell-data-default" "haskell-email-validate"
+ "haskell-file-embed" "haskell-http-client" "haskell-http-conduit" 
"haskell-http-types"
+ "haskell-lifted-base" "haskell-memory" "haskell-mime-mail" 
"haskell-network-uri"
+ "haskell-nonce" "haskell-persistent" "haskell-persistent-template" 
"haskell-random"
+ "haskell-resourcet" "haskell-safe" "haskell-shakespeare" 
"haskell-text"
+ "haskell-unordered-containers" "haskell-wai" "haskell-yesod-core" 
"haskell-yesod-form"
+ "haskell-yesod-persistent")
+makedepends=('ghc')
+source=("https://hackage.haskell.org/packages/archive/${_hkgname}/${pkgver}/${_hkgname}-${pkgver}.tar.gz";)
+sha512sums=('827cfff9ffb0f533b0cbc68cac53be1a057dde531596b57d823c14a3e737ba7c26394fd33b93dc6ad881ff6cc62e3246807f338c21ebe895be45b856460e7e23')
+
+build() {
+cd "${srcdir}/${_hkgname}-${pkgver}"
+
+runhaskell Setup configure -O --enable-shared --enable-executable-dynamic 
--disable-library-vanilla \
+--prefix=/usr --docdir="/usr/share/doc/${pkgname}" \
+--dynlibdir=/usr/lib --libsubdir=\$compiler/site-local/\$pkgid \
+-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 "${srcdir}/${_hkgname}-${pkgver}"
+
+install -D -m744 register.sh   
"${pkgdir}/usr/share/haskell/register/${pkgname}.sh"
+install -D -m744 unregister.sh 
"${pkgdir}/usr/share/haskell/unregister/${pkgname}.sh"
+runhaskell Setup copy --destdir="${pkgdir}"
+install -D -m644 "LICENSE" 
"${pkgdir}/usr/share/licenses/${pkgname}/LICENSE"
+rm -f "${pkgdir}/usr/share/doc/${pkgname}/LICENSE"
+}


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

2018-02-25 Thread Evangelos Foutras via arch-commits
Date: Sunday, February 25, 2018 @ 20:01:11
  Author: foutrelis
Revision: 317510

archrelease: copy trunk to extra-x86_64

Added:
  xfce4-terminal/repos/extra-x86_64/PKGBUILD
(from rev 317509, xfce4-terminal/trunk/PKGBUILD)
Deleted:
  xfce4-terminal/repos/extra-x86_64/PKGBUILD

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

Deleted: PKGBUILD
===
--- PKGBUILD2018-02-25 20:01:03 UTC (rev 317509)
+++ PKGBUILD2018-02-25 20:01:11 UTC (rev 317510)
@@ -1,39 +0,0 @@
-# $Id$
-# Maintainer: Evangelos Foutras 
-# Contributor: tobias 
-# Contributor: Aurelien Foret 
-
-pkgname=xfce4-terminal
-pkgver=0.8.6
-pkgrel=1
-pkgdesc="A modern terminal emulator primarily for the Xfce desktop environment"
-arch=('i686' 'x86_64')
-url="http://www.xfce.org/";
-license=('GPL2')
-groups=('xfce4')
-depends=('libxfce4ui' 'vte3' 'hicolor-icon-theme')
-makedepends=('intltool')
-conflicts=('terminal')
-replaces=('terminal')
-source=(http://archive.xfce.org/src/apps/$pkgname/0.8/$pkgname-$pkgver.tar.bz2)
-sha256sums=('bc2a560409a0f0b666d1c557e991748b986ec27572a45ae88b0ee5a480d881d7')
-
-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: xfce4-terminal/repos/extra-x86_64/PKGBUILD (from rev 317509, 
xfce4-terminal/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2018-02-25 20:01:11 UTC (rev 317510)
@@ -0,0 +1,39 @@
+# $Id$
+# Maintainer: Evangelos Foutras 
+# Contributor: tobias 
+# Contributor: Aurelien Foret 
+
+pkgname=xfce4-terminal
+pkgver=0.8.7
+pkgrel=1
+pkgdesc="A modern terminal emulator primarily for the Xfce desktop environment"
+arch=('x86_64')
+url="http://www.xfce.org/";
+license=('GPL2')
+groups=('xfce4')
+depends=('libxfce4ui' 'vte3' 'hicolor-icon-theme')
+makedepends=('intltool')
+conflicts=('terminal')
+replaces=('terminal')
+source=(https://archive.xfce.org/src/apps/$pkgname/0.8/$pkgname-$pkgver.tar.bz2)
+sha256sums=('0ced5ff686f839acb6a89a9fd48af7ab04d17a56346e31d1a5063cfa36734540')
+
+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 xfce4-terminal/trunk (PKGBUILD)

2018-02-25 Thread Evangelos Foutras via arch-commits
Date: Sunday, February 25, 2018 @ 20:01:03
  Author: foutrelis
Revision: 317509

upgpkg: xfce4-terminal 0.8.7-1

New upstream release.

Modified:
  xfce4-terminal/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2018-02-25 18:49:24 UTC (rev 317508)
+++ PKGBUILD2018-02-25 20:01:03 UTC (rev 317509)
@@ -4,7 +4,7 @@
 # Contributor: Aurelien Foret 
 
 pkgname=xfce4-terminal
-pkgver=0.8.6
+pkgver=0.8.7
 pkgrel=1
 pkgdesc="A modern terminal emulator primarily for the Xfce desktop environment"
 arch=('x86_64')
@@ -16,7 +16,7 @@
 conflicts=('terminal')
 replaces=('terminal')
 
source=(https://archive.xfce.org/src/apps/$pkgname/0.8/$pkgname-$pkgver.tar.bz2)
-sha256sums=('bc2a560409a0f0b666d1c557e991748b986ec27572a45ae88b0ee5a480d881d7')
+sha256sums=('0ced5ff686f839acb6a89a9fd48af7ab04d17a56346e31d1a5063cfa36734540')
 
 build() {
   cd "$srcdir/$pkgname-$pkgver"


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

2018-02-25 Thread Felix Yan via arch-commits
Date: Sunday, February 25, 2018 @ 20:00:44
  Author: felixonmars
Revision: 298127

archrelease: copy trunk to community-staging-x86_64

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

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

Copied: haskell-yesod-default/repos/community-staging-x86_64/PKGBUILD (from rev 
298126, haskell-yesod-default/trunk/PKGBUILD)
===
--- community-staging-x86_64/PKGBUILD   (rev 0)
+++ community-staging-x86_64/PKGBUILD   2018-02-25 20:00:44 UTC (rev 298127)
@@ -0,0 +1,39 @@
+# $Id$
+# Maintainer: Felix Yan 
+# Contributor: Arch Haskell Team 
+
+_hkgname=yesod-default
+pkgname=haskell-yesod-default
+pkgver=1.2.0
+pkgrel=257
+pkgdesc="Default config and main functions for your yesod application 
(deprecated)"
+url="http://www.yesodweb.com/";
+license=("MIT")
+arch=('x86_64')
+depends=('ghc-libs' "haskell-yesod-core")
+makedepends=('ghc')
+source=("https://hackage.haskell.org/packages/archive/${_hkgname}/${pkgver}/${_hkgname}-${pkgver}.tar.gz";)
+sha256sums=('f39ae1953a95c1919a9dd214d93bf81078b1dcbbac737dc9bb7339dbad9dda96')
+
+build() {
+cd "${srcdir}/${_hkgname}-${pkgver}"
+
+runhaskell Setup configure -O --enable-shared --enable-executable-dynamic 
--disable-library-vanilla \
+--prefix=/usr --docdir="/usr/share/doc/${pkgname}" \
+--dynlibdir=/usr/lib --libsubdir=\$compiler/site-local/\$pkgid
+runhaskell Setup build
+runhaskell Setup register --gen-script
+runhaskell Setup unregister --gen-script
+sed -i -r -e "s|ghc-pkg.*update[^ ]* |&'--force' |" register.sh
+sed -i -r -e "s|ghc-pkg.*unregister[^ ]* |&'--force' |" unregister.sh
+}
+
+package() {
+cd "${srcdir}/${_hkgname}-${pkgver}"
+
+install -D -m744 register.sh   
"${pkgdir}/usr/share/haskell/register/${pkgname}.sh"
+install -D -m744 unregister.sh 
"${pkgdir}/usr/share/haskell/unregister/${pkgname}.sh"
+runhaskell Setup copy --destdir="${pkgdir}"
+install -D -m644 "LICENSE" 
"${pkgdir}/usr/share/licenses/${pkgname}/LICENSE"
+rm -f "${pkgdir}/usr/share/doc/${pkgname}/LICENSE"
+}


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

2018-02-25 Thread Felix Yan via arch-commits
Date: Sunday, February 25, 2018 @ 20:00:25
  Author: felixonmars
Revision: 298126

upgpkg: haskell-yesod-default 1.2.0-257

rebuild with basement,0.0.7 foundation,0.0.20

Modified:
  haskell-yesod-default/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2018-02-25 19:59:43 UTC (rev 298125)
+++ PKGBUILD2018-02-25 20:00:25 UTC (rev 298126)
@@ -5,7 +5,7 @@
 _hkgname=yesod-default
 pkgname=haskell-yesod-default
 pkgver=1.2.0
-pkgrel=256
+pkgrel=257
 pkgdesc="Default config and main functions for your yesod application 
(deprecated)"
 url="http://www.yesodweb.com/";
 license=("MIT")


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

2018-02-25 Thread Felix Yan via arch-commits
Date: Sunday, February 25, 2018 @ 19:59:43
  Author: felixonmars
Revision: 298125

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 298124, hledger-api/trunk/PKGBUILD)

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

Copied: hledger-api/repos/community-staging-x86_64/PKGBUILD (from rev 298124, 
hledger-api/trunk/PKGBUILD)
===
--- community-staging-x86_64/PKGBUILD   (rev 0)
+++ community-staging-x86_64/PKGBUILD   2018-02-25 19:59:43 UTC (rev 298125)
@@ -0,0 +1,31 @@
+# $Id$
+# Maintainer: Felix Yan 
+# Contributor: Arch Haskell Team 
+
+pkgname=hledger-api
+pkgver=1.5
+pkgrel=66
+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-decimal'
+ 'haskell-docopt' 'haskell-either' 'haskell-microlens' 
'haskell-microlens-platform'
+ 'haskell-safe' 'haskell-servant-server' 'haskell-servant-swagger' 
'haskell-swagger2'
+ 'haskell-text' 'haskell-wai' 'haskell-wai-extra' 'haskell-warp')
+makedepends=('ghc')
+source=("https://hackage.haskell.org/packages/archive/${pkgname}/${pkgver}/${pkgname}-${pkgver}.tar.gz";)
+sha512sums=('237eb5f6b88c1d8fc3647e6ce5d2d1db70abaf4c5f3b3c3392327333a539df49227d2063f0d55ac9cd4c9982c566f3733412b683a87c762b064f4b1c5aa1daae')
+
+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 hledger-api/trunk (PKGBUILD)

2018-02-25 Thread Felix Yan via arch-commits
Date: Sunday, February 25, 2018 @ 19:59:28
  Author: felixonmars
Revision: 298124

upgpkg: hledger-api 1.5-66

rebuild with basement,0.0.7 foundation,0.0.20

Modified:
  hledger-api/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2018-02-25 19:58:16 UTC (rev 298123)
+++ PKGBUILD2018-02-25 19:59:28 UTC (rev 298124)
@@ -4,7 +4,7 @@
 
 pkgname=hledger-api
 pkgver=1.5
-pkgrel=65
+pkgrel=66
 pkgdesc="Web API server for the hledger accounting tool"
 url="http://hledger.org";
 license=("GPL")


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

2018-02-25 Thread Felix Yan via arch-commits
Date: Sunday, February 25, 2018 @ 19:58:16
  Author: felixonmars
Revision: 298123

archrelease: copy trunk to community-staging-x86_64

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

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

Copied: hledger-web/repos/community-staging-x86_64/PKGBUILD (from rev 298122, 
hledger-web/trunk/PKGBUILD)
===
--- community-staging-x86_64/PKGBUILD   (rev 0)
+++ community-staging-x86_64/PKGBUILD   2018-02-25 19:58:16 UTC (rev 298123)
@@ -0,0 +1,47 @@
+# $Id$
+# Maintainer: Felix Yan 
+# Contributor: Arch Haskell Team 
+
+pkgname=hledger-web
+pkgver=1.5
+pkgrel=68
+pkgdesc="Web interface for the hledger accounting tool"
+url="http://hledger.org";
+license=("GPL")
+arch=('x86_64')
+depends=('ghc-libs' 'hledger' 'haskell-hledger-lib' 'haskell-base-compat' 
'haskell-blaze-html'
+ 'haskell-blaze-markup' 'haskell-clientsession' 'haskell-cmdargs' 
'haskell-data-default'
+ 'haskell-hjsmin' 'haskell-http-conduit' 'haskell-http-client' 
'haskell-hunit'
+ 'haskell-conduit-extra' 'haskell-safe' 'haskell-shakespeare' 
'haskell-text' 'haskell-wai'
+ 'haskell-wai-extra' 'haskell-wai-handler-launch' 'haskell-warp' 
'haskell-yesod'
+ 'haskell-yesod-core' 'haskell-yesod-form' 'haskell-yesod-static' 
'haskell-json'
+ 'haskell-megaparsec' 'haskell-mtl' 'haskell-parsec')
+makedepends=('ghc' 'haskell-hspec' 'haskell-yesod-test')
+source=("https://hackage.haskell.org/packages/archive/${pkgname}/${pkgver}/${pkgname}-${pkgver}.tar.gz";)
+sha512sums=('3ba0b9e7d03a9d813e41f7f36ca0fa34decf6f04163abea850cb5ff6e322387b60952bfb30f46be817f52b2c79641fba03e62a5d6483b78a7e094c91fbb273a6')
+
+build() {
+cd "${srcdir}/${pkgname}-${pkgver}"
+runhaskell Setup configure -O --enable-shared --enable-executable-dynamic 
--disable-library-vanilla \
+--prefix=/usr --docdir="/usr/share/doc/${pkgname}" 
--datasubdir="$pkgname" --enable-tests \
+--dynlibdir=/usr/lib --libsubdir=\$compiler/site-local/\$pkgid \
+-f-dev -f-library-only -fthreaded
+runhaskell Setup build
+runhaskell Setup register --gen-script
+runhaskell Setup unregister --gen-script
+sed -i -r -e "s|ghc-pkg.*update[^ ]* |&'--force' |" register.sh
+sed -i -r -e "s|ghc-pkg.*unregister[^ ]* |&'--force' |" unregister.sh
+}
+
+check() {
+cd $pkgname-$pkgver
+runhaskell Setup test
+}
+
+package() {
+cd "${srcdir}/${pkgname}-${pkgver}"
+install -D -m744 register.sh   
"${pkgdir}/usr/share/haskell/register/${pkgname}.sh"
+install -D -m744 unregister.sh 
"${pkgdir}/usr/share/haskell/unregister/${pkgname}.sh"
+runhaskell Setup copy --destdir="${pkgdir}"
+rm -f "${pkgdir}/usr/share/doc/${pkgname}/LICENSE"
+}


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

2018-02-25 Thread Felix Yan via arch-commits
Date: Sunday, February 25, 2018 @ 19:58:00
  Author: felixonmars
Revision: 298122

upgpkg: hledger-web 1.5-68

rebuild with basement,0.0.7 foundation,0.0.20

Modified:
  hledger-web/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2018-02-25 19:56:39 UTC (rev 298121)
+++ PKGBUILD2018-02-25 19:58:00 UTC (rev 298122)
@@ -4,7 +4,7 @@
 
 pkgname=hledger-web
 pkgver=1.5
-pkgrel=67
+pkgrel=68
 pkgdesc="Web interface for the hledger accounting tool"
 url="http://hledger.org";
 license=("GPL")


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

2018-02-25 Thread Felix Yan via arch-commits
Date: Sunday, February 25, 2018 @ 19:56:39
  Author: felixonmars
Revision: 298121

archrelease: copy trunk to community-staging-x86_64

Added:
  hoogle/repos/community-staging-x86_64/
  hoogle/repos/community-staging-x86_64/PKGBUILD
(from rev 298120, hoogle/trunk/PKGBUILD)

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

Copied: hoogle/repos/community-staging-x86_64/PKGBUILD (from rev 298120, 
hoogle/trunk/PKGBUILD)
===
--- community-staging-x86_64/PKGBUILD   (rev 0)
+++ community-staging-x86_64/PKGBUILD   2018-02-25 19:56:39 UTC (rev 298121)
@@ -0,0 +1,45 @@
+# $Id$
+# Maintainer: Felix Yan 
+# Contributor: Arch Haskell Team 
+
+pkgname=hoogle
+pkgver=5.0.16
+pkgrel=11
+pkgdesc="Haskell API Search"
+url="http://www.haskell.org/hoogle/";
+license=("custom:BSD3")
+arch=('x86_64')
+depends=('ghc-libs' 'haskell-quickcheck' 'haskell-aeson' 'haskell-cmdargs' 
'haskell-conduit'
+ 'haskell-conduit-extra' 'haskell-connection' 'haskell-extra' 
'haskell-src-exts'
+ 'haskell-http-conduit' 'haskell-http-types' 'haskell-js-flot' 
'haskell-js-jquery'
+ 'haskell-mmap' 'haskell-network' 'haskell-network-uri' 
'haskell-old-locale'
+ 'haskell-process-extras' 'haskell-resourcet' 'haskell-storable-tuple' 
'haskell-tar'
+ 'haskell-text' 'haskell-uniplate' 'haskell-utf8-string' 
'haskell-vector' 'haskell-wai'
+ 'haskell-wai-logger' 'haskell-warp' 'haskell-warp-tls' 'haskell-zlib')
+makedepends=('ghc')
+source=("https://hackage.haskell.org/packages/archive/${pkgname}/${pkgver}/${pkgname}-${pkgver}.tar.gz";)
+sha512sums=('14b0d6290927234be7e6e6548529fef61d44972a21b9ac22815325214241095b61d60e3b95b6f20a5d40bf9386beff4036942a2c61925c745b767f2525b915c9')
+
+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" \
+--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 "${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 hoogle/trunk (PKGBUILD)

2018-02-25 Thread Felix Yan via arch-commits
Date: Sunday, February 25, 2018 @ 19:56:23
  Author: felixonmars
Revision: 298120

upgpkg: hoogle 5.0.16-11

rebuild with basement,0.0.7 foundation,0.0.20

Modified:
  hoogle/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2018-02-25 19:55:03 UTC (rev 298119)
+++ PKGBUILD2018-02-25 19:56:23 UTC (rev 298120)
@@ -4,7 +4,7 @@
 
 pkgname=hoogle
 pkgver=5.0.16
-pkgrel=10
+pkgrel=11
 pkgdesc="Haskell API Search"
 url="http://www.haskell.org/hoogle/";
 license=("custom:BSD3")


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

2018-02-25 Thread Felix Yan via arch-commits
Date: Sunday, February 25, 2018 @ 19:55:03
  Author: felixonmars
Revision: 298119

archrelease: copy trunk to community-staging-x86_64

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

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

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


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

2018-02-25 Thread Felix Yan via arch-commits
Date: Sunday, February 25, 2018 @ 19:54:47
  Author: felixonmars
Revision: 298118

upgpkg: hopenpgp-tools 0.19.5-78

rebuild with basement,0.0.7 foundation,0.0.20

Modified:
  hopenpgp-tools/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2018-02-25 19:52:49 UTC (rev 298117)
+++ PKGBUILD2018-02-25 19:54:47 UTC (rev 298118)
@@ -4,7 +4,7 @@
 
 pkgname=hopenpgp-tools
 pkgver=0.19.5
-pkgrel=77
+pkgrel=78
 pkgdesc="hOpenPGP-based command-line tools"
 url="http://floss.scru.org/hopenpgp-tools";
 license=("AGPL3")


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

2018-02-25 Thread Felix Yan via arch-commits
Date: Sunday, February 25, 2018 @ 19:52:49
  Author: felixonmars
Revision: 298117

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 298116, pandoc-crossref/trunk/PKGBUILD)

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

Copied: pandoc-crossref/repos/community-staging-x86_64/PKGBUILD (from rev 
298116, pandoc-crossref/trunk/PKGBUILD)
===
--- community-staging-x86_64/PKGBUILD   (rev 0)
+++ community-staging-x86_64/PKGBUILD   2018-02-25 19:52:49 UTC (rev 298117)
@@ -0,0 +1,52 @@
+# $Id$
+# Maintainer: Felix Yan 
+# Contributor: Arch Haskell Team 
+
+pkgname=pandoc-crossref
+pkgver=0.3.0.1
+pkgrel=42
+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-file-embed' 
'haskell-mtl'
+ 'haskell-open-browser' 'haskell-optparse-applicative' 'pandoc' 
'haskell-pandoc-types'
+ 'haskell-roman-numerals' 'haskell-syb' 'haskell-text' 
'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=('9484b50cb01bad33687d4787f48878899d59eeaddd6714ac324e37be5bd20a313f246cafce1d7fba36432fd99cb75f10d4efba5ebd9b0def87dc77410c912b13')
+
+prepare() {
+sed -i 's/pandoc ==2.0.*/pandoc/' $pkgname-$pkgver/$pkgname.cabal
+}
+
+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
+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/lierdakil/pandoc-crossref/issues/167
+runhaskell Setup test || warning "Tests failed"
+}
+
+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-crossref/trunk (PKGBUILD)

2018-02-25 Thread Felix Yan via arch-commits
Date: Sunday, February 25, 2018 @ 19:52:33
  Author: felixonmars
Revision: 298116

upgpkg: pandoc-crossref 0.3.0.1-42

rebuild with basement,0.0.7 foundation,0.0.20

Modified:
  pandoc-crossref/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2018-02-25 19:51:13 UTC (rev 298115)
+++ PKGBUILD2018-02-25 19:52:33 UTC (rev 298116)
@@ -4,7 +4,7 @@
 
 pkgname=pandoc-crossref
 pkgver=0.3.0.1
-pkgrel=41
+pkgrel=42
 pkgdesc="Pandoc filter for cross-references"
 url="https://hackage.haskell.org/package/${pkgname}";
 license=("GPL2")


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

2018-02-25 Thread Felix Yan via arch-commits
Date: Sunday, February 25, 2018 @ 19:51:13
  Author: felixonmars
Revision: 298115

archrelease: copy trunk to community-staging-x86_64

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

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

Copied: postgrest/repos/community-staging-x86_64/PKGBUILD (from rev 298114, 
postgrest/trunk/PKGBUILD)
===
--- community-staging-x86_64/PKGBUILD   (rev 0)
+++ community-staging-x86_64/PKGBUILD   2018-02-25 19:51:13 UTC (rev 298115)
@@ -0,0 +1,70 @@
+# $Id$
+# Maintainer: Felix Yan 
+# Contributor: Arch Haskell Team 
+
+pkgname=postgrest
+pkgver=0.4.4.0
+pkgrel=54
+pkgdesc="REST API for any Postgres database"
+url="https://github.com/begriffs/postgrest";
+license=("MIT")
+arch=('x86_64')
+depends=('ghc-libs' 'haskell-hasql' 'haskell-hasql-pool' 'haskell-protolude' 
'haskell-text'
+ 'haskell-warp' 'haskell-base64-bytestring' 'haskell-retry' 
'haskell-aeson'
+ 'haskell-ansi-wl-pprint' 'haskell-case-insensitive' 'haskell-cassava'
+ 'haskell-configurator-ng' 'haskell-contravariant' '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-parsec' 'haskell-ranged-sets' 'haskell-regex-tdfa' 
'haskell-safe'
+ '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=('f19c426a59d1c77d8e7808ee248eba1967cc5fc8686f5380603e2f8ab80aeeca20a4b145e056feceb1bcb9dedfa3b88c2ace7aab4bc1152f780630360fe6485c')
+
+prepare() {
+sed -i 's/==/>=/' $pkgname-$pkgver/$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 postgrest/trunk (PKGBUILD)

2018-02-25 Thread Felix Yan via arch-commits
Date: Sunday, February 25, 2018 @ 19:50:52
  Author: felixonmars
Revision: 298114

upgpkg: postgrest 0.4.4.0-54

rebuild with basement,0.0.7 foundation,0.0.20

Modified:
  postgrest/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2018-02-25 19:47:44 UTC (rev 298113)
+++ PKGBUILD2018-02-25 19:50:52 UTC (rev 298114)
@@ -4,7 +4,7 @@
 
 pkgname=postgrest
 pkgver=0.4.4.0
-pkgrel=53
+pkgrel=54
 pkgdesc="REST API for any Postgres database"
 url="https://github.com/begriffs/postgrest";
 license=("MIT")


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

2018-02-25 Thread Felix Yan via arch-commits
Date: Sunday, February 25, 2018 @ 19:47:44
  Author: felixonmars
Revision: 298113

archrelease: copy trunk to community-staging-x86_64

Added:
  stack/repos/community-staging-x86_64/
  stack/repos/community-staging-x86_64/PKGBUILD
(from rev 298112, stack/trunk/PKGBUILD)
  stack/repos/community-staging-x86_64/stack.install
(from rev 298112, stack/trunk/stack.install)

---+
 PKGBUILD  |   76 
 stack.install |4 ++
 2 files changed, 80 insertions(+)

Copied: stack/repos/community-staging-x86_64/PKGBUILD (from rev 298112, 
stack/trunk/PKGBUILD)
===
--- community-staging-x86_64/PKGBUILD   (rev 0)
+++ community-staging-x86_64/PKGBUILD   2018-02-25 19:47:44 UTC (rev 298113)
@@ -0,0 +1,76 @@
+# $Id$
+# Maintainer: Felix Yan 
+# Contributor: Arch Haskell Team 
+
+pkgname=stack
+pkgver=1.6.3.1
+pkgrel=8
+pkgdesc="The Haskell Tool Stack"
+url="https://github.com/commercialhaskell/stack";
+license=("custom:BSD3")
+arch=('x86_64')
+depends=('ghc-libs' 'haskell-aeson' 'haskell-annotated-wl-pprint' 
'haskell-ansi-terminal'
+ 'haskell-async' 'haskell-attoparsec' 'haskell-base64-bytestring' 
'haskell-bindings-uname'
+ 'haskell-blaze-builder' 'haskell-clock' 'haskell-conduit' 
'haskell-conduit-extra'
+ 'haskell-cryptonite' 'haskell-cryptonite-conduit' 'haskell-echo' 
'haskell-exceptions'
+ 'haskell-extra' 'haskell-fast-logger' 'haskell-file-embed' 
'haskell-filelock'
+ 'haskell-fsnotify' 'haskell-generic-deriving' 'haskell-gitrev' 
'haskell-hackage-security'
+ 'haskell-hashable' 'haskell-hastache' 'haskell-hpack' 
'haskell-http-client'
+ 'haskell-http-client-tls' 'haskell-http-conduit' 'haskell-http-types' 
'haskell-memory'
+ 'haskell-microlens' 'haskell-microlens-mtl' 'haskell-mintty' 
'haskell-monad-logger'
+ 'haskell-mono-traversable' 'haskell-mtl' 'haskell-neat-interpolation' 
'haskell-network-uri'
+ 'haskell-open-browser' 'haskell-optparse-applicative' 
'haskell-optparse-simple'
+ 'haskell-path' 'haskell-path-io' 'haskell-persistent' 
'haskell-persistent-sqlite'
+ 'haskell-persistent-template' 'haskell-pid1' 'haskell-primitive' 
'haskell-project-template'
+ 'haskell-regex-applicative-text' 'haskell-resourcet' 'haskell-retry' 
'haskell-semigroups'
+ 'haskell-split' 'haskell-stm' 'haskell-store' 'haskell-store-core'
+ 'haskell-streaming-commons' 'haskell-tar' 'haskell-temporary' 
'haskell-text'
+ 'haskell-text-metrics' 'haskell-th-reify-many' 'haskell-tls' 
'haskell-unicode-transforms'
+ 'haskell-unix-compat' 'haskell-unliftio' 
'haskell-unordered-containers' 'haskell-vector'
+ 'haskell-yaml' 'haskell-zip-archive' 'haskell-zlib')
+makedepends=('ghc' 'haskell-quickcheck' 'haskell-hspec' 'haskell-smallcheck')
+checkdepends=('cabal-install')
+conflicts=('haskell-stack')
+replaces=('haskell-stack')
+install="stack.install"
+source=("$pkgname-$pkgver.tar.gz::https://github.com/commercialhaskell/stack/archive/v$pkgver.tar.gz";)
+sha512sums=('4f7d5c4529bb2ef0837c258ce341db7e3879cfb8cfe015df429012616cff2c3f0c24398554a02902902bae0f759e46cb13856655ef49e7abb8dfaea8feb502ae')
+
+prepare() {
+  cd $pkgname-$pkgver
+  hpack
+}
+
+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-disable-git-info -f-integration-tests -f-static 
-f-hide-dependency-versions -f-supported-build
+  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
+  # cabal update
+  LD_LIBRARY_PATH="$PWD"/dist/build PATH="$PWD"/dist/build/stack:"$PATH" 
runhaskell Setup test
+  # Integration tests will result in 4 failures on Arch currently
+}
+
+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"
+
+  LD_PRELOAD=$(ls "$pkgdir"/usr/lib/libHSstack-*-ghc*.so) 
"${pkgdir}"/usr/bin/stack --bash-completion-script /usr/bin/stack > 
stack_completion_script
+  install -Dm644 stack_completion_script 
"${pkgdir}/usr/share/bash-completion/completions/stack"
+}

Copied: stack/repos/community-staging-x86_64/stack.install (from rev

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

2018-02-25 Thread Felix Yan via arch-commits
Date: Sunday, February 25, 2018 @ 19:47:14
  Author: felixonmars
Revision: 298112

upgpkg: stack 1.6.3.1-8

rebuild with basement,0.0.7 foundation,0.0.20

Modified:
  stack/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2018-02-25 19:41:28 UTC (rev 298111)
+++ PKGBUILD2018-02-25 19:47:14 UTC (rev 298112)
@@ -4,7 +4,7 @@
 
 pkgname=stack
 pkgver=1.6.3.1
-pkgrel=7
+pkgrel=8
 pkgdesc="The Haskell Tool Stack"
 url="https://github.com/commercialhaskell/stack";
 license=("custom:BSD3")


  1   2   3   >