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

2019-01-03 Thread Sven-Hendrik Haase via arch-commits
Date: Friday, January 4, 2019 @ 07:40:35
  Author: svenstaro
Revision: 420484

archrelease: copy trunk to community-x86_64

Added:
  kitty/repos/community-x86_64/PKGBUILD
(from rev 420483, kitty/trunk/PKGBUILD)
Deleted:
  kitty/repos/community-x86_64/PKGBUILD

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

Deleted: PKGBUILD
===
--- PKGBUILD2019-01-04 07:40:31 UTC (rev 420483)
+++ PKGBUILD2019-01-04 07:40:35 UTC (rev 420484)
@@ -1,30 +0,0 @@
-# Maintainer: Sven-Hendrik Haase 
-# Maintainer: Maxim Baz <$pkgname at maximbaz dot com>
-# Contributor: Fabio 'Lolix' Loli  -> 
https://github.com/FabioLolix
-# Contributor: Maximilian Kindshofer 
-
-pkgname=kitty
-pkgver=0.13.1
-pkgrel=1
-pkgdesc="A modern, hackable, featureful, OpenGL based terminal emulator"
-arch=('x86_64')
-url="https://github.com/kovidgoyal/kitty;
-license=('GPL3')
-depends=('python3' 'freetype2'  'fontconfig' 'wayland' 'libx11' 
'libxkbcommon-x11' 'hicolor-icon-theme' 'libgl')
-makedepends=('pkg-config' 'python-setuptools' 'libxinerama' 'libxcursor' 
'libxrandr' 'libxkbcommon' 'glfw-x11' 'wayland-protocols' 'mesa' 
'python-sphinx')
-optdepends=('imagemagick: viewing images with icat')
-source=("${pkgname}-${pkgver}.tar.gz::https://github.com/kovidgoyal/$pkgname/archive/v$pkgver.tar.gz;)
-sha512sums=('246a6cea5197149f6d7267268f6be65a84d998ce45df432cceee2ddccf006b5a1c6d4bee7953b2b622c522e737f8a89b3ecacb9fe3d86b5ab5f5dbf0e05bde77')
-
-build() {
-  cd "$srcdir/$pkgname-$pkgver"
-  python3 setup.py linux-package
-}
-
-package() {
-  cd "$srcdir/$pkgname-$pkgver"
-
-  python3 setup.py linux-package --prefix ${pkgdir}/usr
-
-  install -Dm644 ${pkgdir}/usr/share/icons/hicolor/256x256/apps/kitty.png 
${pkgdir}/usr/share/pixmaps/kitty.png
-}

Copied: kitty/repos/community-x86_64/PKGBUILD (from rev 420483, 
kitty/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2019-01-04 07:40:35 UTC (rev 420484)
@@ -0,0 +1,30 @@
+# Maintainer: Sven-Hendrik Haase 
+# Maintainer: Maxim Baz <$pkgname at maximbaz dot com>
+# Contributor: Fabio 'Lolix' Loli  -> 
https://github.com/FabioLolix
+# Contributor: Maximilian Kindshofer 
+
+pkgname=kitty
+pkgver=0.13.2
+pkgrel=1
+pkgdesc="A modern, hackable, featureful, OpenGL based terminal emulator"
+arch=('x86_64')
+url="https://github.com/kovidgoyal/kitty;
+license=('GPL3')
+depends=('python3' 'freetype2'  'fontconfig' 'wayland' 'libx11' 
'libxkbcommon-x11' 'hicolor-icon-theme' 'libgl')
+makedepends=('pkg-config' 'python-setuptools' 'libxinerama' 'libxcursor' 
'libxrandr' 'libxkbcommon' 'glfw-x11' 'wayland-protocols' 'mesa' 
'python-sphinx')
+optdepends=('imagemagick: viewing images with icat')
+source=("${pkgname}-${pkgver}.tar.gz::https://github.com/kovidgoyal/$pkgname/archive/v$pkgver.tar.gz;)
+sha512sums=('cd2a3825cda8dbdf6d8df042de018e78c1b7faea8b01ac0e3524dd17d3ae577f28376fb9872bcb2f31b851ec7a02cc1bb9011d08002fd1509891c40393274f3a')
+
+build() {
+  cd "$srcdir/$pkgname-$pkgver"
+  python3 setup.py linux-package
+}
+
+package() {
+  cd "$srcdir/$pkgname-$pkgver"
+
+  python3 setup.py linux-package --prefix ${pkgdir}/usr
+
+  install -Dm644 ${pkgdir}/usr/share/icons/hicolor/256x256/apps/kitty.png 
${pkgdir}/usr/share/pixmaps/kitty.png
+}


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

2019-01-03 Thread Sven-Hendrik Haase via arch-commits
Date: Friday, January 4, 2019 @ 07:40:31
  Author: svenstaro
Revision: 420483

upgpkg: kitty 0.13.2-1

Modified:
  kitty/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2019-01-04 05:32:12 UTC (rev 420482)
+++ PKGBUILD2019-01-04 07:40:31 UTC (rev 420483)
@@ -4,7 +4,7 @@
 # Contributor: Maximilian Kindshofer 
 
 pkgname=kitty
-pkgver=0.13.1
+pkgver=0.13.2
 pkgrel=1
 pkgdesc="A modern, hackable, featureful, OpenGL based terminal emulator"
 arch=('x86_64')
@@ -14,7 +14,7 @@
 makedepends=('pkg-config' 'python-setuptools' 'libxinerama' 'libxcursor' 
'libxrandr' 'libxkbcommon' 'glfw-x11' 'wayland-protocols' 'mesa' 
'python-sphinx')
 optdepends=('imagemagick: viewing images with icat')
 
source=("${pkgname}-${pkgver}.tar.gz::https://github.com/kovidgoyal/$pkgname/archive/v$pkgver.tar.gz;)
-sha512sums=('246a6cea5197149f6d7267268f6be65a84d998ce45df432cceee2ddccf006b5a1c6d4bee7953b2b622c522e737f8a89b3ecacb9fe3d86b5ab5f5dbf0e05bde77')
+sha512sums=('cd2a3825cda8dbdf6d8df042de018e78c1b7faea8b01ac0e3524dd17d3ae577f28376fb9872bcb2f31b851ec7a02cc1bb9011d08002fd1509891c40393274f3a')
 
 build() {
   cd "$srcdir/$pkgname-$pkgver"


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

2019-01-03 Thread Andreas Radke via arch-commits
Date: Friday, January 4, 2019 @ 07:30:30
  Author: andyrtr
Revision: 342941

upgpkg: xterm 342-1

upstream update 342

Modified:
  xterm/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2019-01-04 06:56:26 UTC (rev 342940)
+++ PKGBUILD2019-01-04 07:30:30 UTC (rev 342941)
@@ -2,7 +2,7 @@
 # Contributor: Alexander Baldeck 
 
 pkgname=xterm
-pkgver=341
+pkgver=342
 pkgrel=1
 pkgdesc="X Terminal Emulator"
 arch=('x86_64')
@@ -11,7 +11,7 @@
 depends=('libxft' 'libxaw' 'ncurses' 'xorg-luit' 'xbitmaps' 'libutempter' 
'libxkbfile')
 
source=(ftp://ftp.invisible-island.net/${pkgname}/${pkgname}-${pkgver}.tgz{,.asc}
 LICENSE)
-sha256sums=('63a07dfa2b5d501a9e1da0e05772bff7ad431ac2065127c77eebe392ef33cb44'
+sha256sums=('80222090bd349dabb472bbb92d0e22a30d9f14ff22ee13070548e86f14f9'
 'SKIP'
 '9929684f5e28eb5e49c5a7f924dec9c61e0b909b3debb92d247f73f222e09615')
 validpgpkeys=('C52048C0C0748FEE227D47A2702353E0F7E48EDB') # "Thomas Dickey 
"


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

2019-01-03 Thread Andreas Radke via arch-commits
Date: Friday, January 4, 2019 @ 07:30:38
  Author: andyrtr
Revision: 342942

archrelease: copy trunk to testing-x86_64

Added:
  xterm/repos/testing-x86_64/
  xterm/repos/testing-x86_64/LICENSE
(from rev 342941, xterm/trunk/LICENSE)
  xterm/repos/testing-x86_64/PKGBUILD
(from rev 342941, xterm/trunk/PKGBUILD)

--+
 LICENSE  |   73 +
 PKGBUILD |   63 
 2 files changed, 136 insertions(+)

Copied: xterm/repos/testing-x86_64/LICENSE (from rev 342941, 
xterm/trunk/LICENSE)
===
--- testing-x86_64/LICENSE  (rev 0)
+++ testing-x86_64/LICENSE  2019-01-04 07:30:38 UTC (rev 342942)
@@ -0,0 +1,73 @@
+/***
+
+Copyright 2002-2008,2009 by Thomas E. Dickey
+
+All Rights Reserved
+
+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 ABOVE LISTED COPYRIGHT HOLDER(S) BE LIABLE FOR ANY
+CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT,
+TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE
+SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.
+
+Except as contained in this notice, the name(s) of the above copyright
+holders shall not be used in advertising or otherwise to promote the
+sale, use or other dealings in this Software without prior written
+authorization.
+
+Copyright 1987, 1988  The Open Group
+
+Permission to use, copy, modify, distribute, and sell this software and its
+documentation for any purpose is hereby granted without fee, provided that
+the above copyright notice appear in all copies and that both that
+copyright notice and this permission notice appear in supporting
+documentation.
+
+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
+OPEN GROUP BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN
+AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN
+CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.
+
+Except as contained in this notice, the name of The Open Group shall not be
+used in advertising or otherwise to promote the sale, use or other dealings
+in this Software without prior written authorization from The Open Group.
+
+Copyright 1987, 1988 by Digital Equipment Corporation, Maynard.
+
+All Rights Reserved
+
+Permission to use, copy, modify, and distribute this software and its
+documentation for any purpose and without fee is hereby granted,
+provided that the above copyright notice appear in all copies and that
+both that copyright notice and this permission notice appear in
+supporting documentation, and that the name of Digital not be used in
+advertising or publicity pertaining to distribution of the software
+without specific, written prior permission.
+
+DIGITAL DISCLAIMS ALL WARRANTIES WITH REGARD TO THIS SOFTWARE, INCLUDING
+ALL IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS, IN NO EVENT SHALL
+DIGITAL BE LIABLE FOR ANY SPECIAL, INDIRECT OR CONSEQUENTIAL DAMAGES OR
+ANY DAMAGES WHATSOEVER RESULTING FROM LOSS OF USE, DATA OR PROFITS,
+WHETHER IN AN ACTION OF CONTRACT, NEGLIGENCE OR OTHER TORTIOUS ACTION,
+ARISING OUT OF OR IN CONNECTION WITH THE USE OR PERFORMANCE OF THIS
+SOFTWARE.
+
+**/

Copied: xterm/repos/testing-x86_64/PKGBUILD (from rev 342941, 
xterm/trunk/PKGBUILD)
===
--- testing-x86_64/PKGBUILD (rev 0)
+++ testing-x86_64/PKGBUILD 2019-01-04 07:30:38 UTC (rev 342942)
@@ -0,0 +1,63 @@
+# Maintainer: Jan de Groot 
+# Contributor: Alexander Baldeck 
+
+pkgname=xterm
+pkgver=342
+pkgrel=1
+pkgdesc="X Terminal Emulator"
+arch=('x86_64')

[arch-commits] Commit in foomatic-db/repos (testing-any testing-any/PKGBUILD)

2019-01-03 Thread Andreas Radke via arch-commits
Date: Friday, January 4, 2019 @ 06:56:26
  Author: andyrtr
Revision: 342940

archrelease: copy trunk to testing-any

Added:
  foomatic-db/repos/testing-any/
  foomatic-db/repos/testing-any/PKGBUILD
(from rev 342939, foomatic-db/trunk/PKGBUILD)

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

Copied: foomatic-db/repos/testing-any/PKGBUILD (from rev 342939, 
foomatic-db/trunk/PKGBUILD)
===
--- testing-any/PKGBUILD(rev 0)
+++ testing-any/PKGBUILD2019-01-04 06:56:26 UTC (rev 342940)
@@ -0,0 +1,125 @@
+# Maintainer: Andreas Radke 
+
+pkgbase="foomatic-db"
+pkgname=('foomatic-db' 'foomatic-db-ppds' 'foomatic-db-nonfree' 
'foomatic-db-nonfree-ppds')
+arch=('any')
+pkgver=20190104
+pkgrel=1
+epoch=3
+
+makedepends=('cups' 'perl' 'libxml2' 'enscript' 'perl' 'net-snmp' 'bash' 'bzr')
+url="http://www.linuxprinting.org/foomatic.html;
+options=('!emptydirs')
+
+# check http://bzr.linuxfoundation.org/loggerhead/openprinting/foomatic/
+# for latest commits and development, identical to foomatic-4.0 branch
+
+source=(foomatic-db::bzr+http://bzr.linuxfoundation.org/openprinting/foomatic/foomatic-db/#revision=1330
#2018-12-17
+
foomatic-db-nonfree::bzr+http://bzr.linuxfoundation.org/openprinting/foomatic/foomatic-db-nonfree/#revision=41
  #2015-06-05
+)
+md5sums=('SKIP'
+ 'SKIP')
+
+pkgver() {
+  date +%Y%m%d
+}
+
+prepare(){
+  cp -a foomatic-db foomatic-db-ppds
+  cp -a foomatic-db-nonfree foomatic-db-nonfree-ppds
+}
+
+build() {
+  # foomatic-db
+  pushd foomatic-db
+  ./make_configure
+  ./configure --prefix=/usr \
+--disable-gzip-ppds \
+--disable-ppds-to-cups \
+--with-drivers=NOOBSOLETES,NOEMPTYCMDLINE
+  popd
+  
+  # foomatic-db-ppds
+  pushd foomatic-db-ppds
+  ./make_configure
+  ./configure --prefix=/usr
+  popd
+  
+  # foomatic-db-nonfree
+  pushd foomatic-db-nonfree
+  ./make_configure
+  ./configure --prefix=/usr
+  popd
+  
+  # foomatic-db-nonfree-ppds
+  pushd foomatic-db-nonfree-ppds
+  ./make_configure
+  ./configure --prefix=/usr
+  popd
+}
+
+package_foomatic-db() {
+
+ pkgdesc="Foomatic - The collected knowledge about printers, drivers, and 
driver options in XML files, used by foomatic-db-engine to generate PPD files."
+ license=('GPL' 'custom')
+ optdepends=('foomatic-db-ppds: PostScript PPD files')
+ replaces=('foomatic-db-foo2zjs') # AUR pkg no more conflicting and dropped, 
formerly required by foo2zjs-utils
+ conflicts=('foomatic-db-foo2zjs')
+ provides=('foomatic-db-foo2zjs')
+
+   cd ${srcdir}/foomatic-db
+   make DESTDIR=${pkgdir} install
+   
+   # add some docs
+   install -Dm644 USAGE ${pkgdir}/usr/share/doc/${pkgname}/USAGE
+   install -Dm644 README ${pkgdir}/usr/share/doc/${pkgname}/README
+   install -v -Dm644 ${srcdir}/${pkgname}/COPYING 
${pkgdir}/usr/share/licenses/${pkgname}/COPYING
+   install -Dm644 
${pkgdir}/usr/share/foomatic/db/source/PPD/Kyocera/ReadMe.htm 
${pkgdir}/usr/share/doc/${pkgname}/Kyocera/ReadMe.htm
+   # remove files from foomatic-db-ppds pkg
+   rm -rf ${pkgdir}/usr/share/cups/model/foomatic-db-ppds
+   rm -rf ${pkgdir}/usr/share/foomatic/db/source/PPD
+}
+
+package_foomatic-db-ppds() {
+
+ pkgdesc="Foomatic - PPDs from printer manufacturers"
+ license=('GPL' 'custom')
+
+   cd ${srcdir}/foomatic-db-ppds
+   make DESTDIR=${pkgdir} install
+
+   # remove files from foomatic-db pkg
+   rm -rf ${pkgdir}/usr/share/foomatic/db/oldprinterids
+   rm -rf ${pkgdir}/usr/share/foomatic/db/source/{driver,opt,printer}
+   rm -rf ${pkgdir}/usr/share/foomatic/xmlschema
+   rm -f ${pkgdir}/usr/share/foomatic/db/source/PPD/Kyocera/ReadMe.htm
+
+   install -v -Dm644 ${srcdir}/${pkgname}/COPYING 
${pkgdir}/usr/share/licenses/${pkgname}/COPYING
+}
+
+package_foomatic-db-nonfree() {
+
+ pkgdesc="Foomatic - database extension consisting of manufacturer-supplied 
PPD files released under non-free licenses"
+ license=('custom')
+ optdepends=('foomatic-db-nonfree-ppds: nonfree PPD files')
+
+   cd ${srcdir}/foomatic-db-nonfree
+   make DESTDIR=${pkgdir} install
+   # remove files from foomatic-db-nonfree-ppds pkg
+   rm -rf ${pkgdir}/usr/share/foomatic/db/source/PPD
+   
+   install -Dm644 COPYING ${pkgdir}/usr/share/licenses/${pkgname}/COPYING
+}
+
+package_foomatic-db-nonfree-ppds() {
+
+ pkgdesc="Foomatic - non-free PPDs from printer manufacturers"
+ license=('custom')
+
+   cd ${srcdir}/foomatic-db-nonfree-ppds
+   make DESTDIR=${pkgdir} install
+   # remove files from foomatic-db-nonfree pkg
+   rm -rf ${pkgdir}/usr/share/foomatic/db/source/driver
+   
+   install -Dm644 COPYING ${pkgdir}/usr/share/licenses/${pkgname}/COPYING
+}


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

2019-01-03 Thread Andreas Radke via arch-commits
Date: Friday, January 4, 2019 @ 06:56:15
  Author: andyrtr
Revision: 342939

upgpkg: foomatic-db 3:20190104-1

upstream update to latest bazaar commit

Modified:
  foomatic-db/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2019-01-04 06:30:35 UTC (rev 342938)
+++ PKGBUILD2019-01-04 06:56:15 UTC (rev 342939)
@@ -3,7 +3,7 @@
 pkgbase="foomatic-db"
 pkgname=('foomatic-db' 'foomatic-db-ppds' 'foomatic-db-nonfree' 
'foomatic-db-nonfree-ppds')
 arch=('any')
-pkgver=20181030
+pkgver=20190104
 pkgrel=1
 epoch=3
 
@@ -14,7 +14,7 @@
 # check http://bzr.linuxfoundation.org/loggerhead/openprinting/foomatic/
 # for latest commits and development, identical to foomatic-4.0 branch
 
-source=(foomatic-db::bzr+http://bzr.linuxfoundation.org/openprinting/foomatic/foomatic-db/#revision=1329
#2018-09-21
+source=(foomatic-db::bzr+http://bzr.linuxfoundation.org/openprinting/foomatic/foomatic-db/#revision=1330
#2018-12-17
 
foomatic-db-nonfree::bzr+http://bzr.linuxfoundation.org/openprinting/foomatic/foomatic-db-nonfree/#revision=41
  #2015-06-05
 )
 md5sums=('SKIP'


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

2019-01-03 Thread Andreas Radke via arch-commits
Date: Friday, January 4, 2019 @ 06:30:26
  Author: andyrtr
Revision: 342937

upgpkg: libwpg 0.3.3-1

upstream update 0.3.3

Modified:
  libwpg/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2019-01-04 06:09:06 UTC (rev 342936)
+++ PKGBUILD2019-01-04 06:30:26 UTC (rev 342937)
@@ -2,7 +2,7 @@
 # Contributor: Jan de Groot 
 
 pkgname=libwpg
-pkgver=0.3.2
+pkgver=0.3.3
 pkgrel=1
 pkgdesc="Library for importing and converting Corel WordPerfect(tm) Graphics 
images."
 arch=('x86_64')
@@ -11,7 +11,7 @@
 depends=('libwpd' 'perl' 'librevenge')
 makedepends=('doxygen')
 source=("https://downloads.sourceforge.net/libwpg/${pkgname}-${pkgver}.tar.xz;)
-sha1sums=('087125964823c35d711e36034823601a8736eae4')
+sha1sums=('20096bd99681c719164cefafc9046271de255acb')
 
 build() {
   cd ${pkgname}-${pkgver}


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

2019-01-03 Thread Andreas Radke via arch-commits
Date: Friday, January 4, 2019 @ 06:30:35
  Author: andyrtr
Revision: 342938

archrelease: copy trunk to testing-x86_64

Added:
  libwpg/repos/testing-x86_64/
  libwpg/repos/testing-x86_64/PKGBUILD
(from rev 342937, libwpg/trunk/PKGBUILD)

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

Copied: libwpg/repos/testing-x86_64/PKGBUILD (from rev 342937, 
libwpg/trunk/PKGBUILD)
===
--- testing-x86_64/PKGBUILD (rev 0)
+++ testing-x86_64/PKGBUILD 2019-01-04 06:30:35 UTC (rev 342938)
@@ -0,0 +1,30 @@
+# Maintainer: AndyRTR 
+# Contributor: Jan de Groot 
+
+pkgname=libwpg
+pkgver=0.3.3
+pkgrel=1
+pkgdesc="Library for importing and converting Corel WordPerfect(tm) Graphics 
images."
+arch=('x86_64')
+url="https://libwpg.sourceforge.net/;
+license=('LGPL')
+depends=('libwpd' 'perl' 'librevenge')
+makedepends=('doxygen')
+source=("https://downloads.sourceforge.net/libwpg/${pkgname}-${pkgver}.tar.xz;)
+sha1sums=('20096bd99681c719164cefafc9046271de255acb')
+
+build() {
+  cd ${pkgname}-${pkgver}
+  ./configure --prefix=/usr
+  make
+}
+
+check() {
+  cd ${pkgname}-${pkgver}
+  make check
+}
+
+package() {
+  cd ${pkgname}-${pkgver}
+  make DESTDIR="${pkgdir}" install
+}


[arch-commits] Commit in ibus-typing-booster/repos/extra-any (PKGBUILD PKGBUILD)

2019-01-03 Thread Jan Steffens via arch-commits
Date: Friday, January 4, 2019 @ 06:09:06
  Author: heftig
Revision: 342936

archrelease: copy trunk to extra-any

Added:
  ibus-typing-booster/repos/extra-any/PKGBUILD
(from rev 342935, ibus-typing-booster/trunk/PKGBUILD)
Deleted:
  ibus-typing-booster/repos/extra-any/PKGBUILD

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

Deleted: PKGBUILD
===
--- PKGBUILD2019-01-04 06:08:54 UTC (rev 342935)
+++ PKGBUILD2019-01-04 06:09:06 UTC (rev 342936)
@@ -1,38 +0,0 @@
-# Maintainer: Jan Alexander Steffens (heftig) 
-
-pkgname=ibus-typing-booster
-pkgver=2.3.1
-pkgrel=1
-pkgdesc="Predictive input method for the IBus platform"
-url="https://mike-fabian.github.io/ibus-typing-booster/;
-arch=(any)
-license=(GPL3 Apache)
-depends=(ibus python-gobject python-dbus python-pyenchant m17n-lib sqlite)
-makedepends=(git)
-_commit=9d247dacad1453add916870d509c110e6ae5c948  # tags/2.3.1
-source=("git+https://github.com/mike-fabian/ibus-typing-booster#commit=$_commit;)
-sha512sums=('SKIP')
-
-pkgver() {
-  cd $pkgname
-  git describe --tags | sed 's/-/+/g'
-}
-
-prepare() {
-  cd $pkgname
-  autoreconf -fvi
-}
-
-build() {
-  cd $pkgname
-  ./configure --prefix=/usr --libexec=/usr/lib/ibus
-  make
-}
-
-package() {
-  cd $pkgname
-  make DESTDIR="$pkgdir" install
-
-  cd "$pkgdir/usr/share/$pkgname/data"
-  gzip -nf --best *.{txt,json} annotations{,Derived}/*.xml
-}

Copied: ibus-typing-booster/repos/extra-any/PKGBUILD (from rev 342935, 
ibus-typing-booster/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2019-01-04 06:09:06 UTC (rev 342936)
@@ -0,0 +1,38 @@
+# Maintainer: Jan Alexander Steffens (heftig) 
+
+pkgname=ibus-typing-booster
+pkgver=2.4.1
+pkgrel=1
+pkgdesc="Predictive input method for the IBus platform"
+url="https://mike-fabian.github.io/ibus-typing-booster/;
+arch=(any)
+license=(GPL3 Apache)
+depends=(ibus python-gobject python-dbus python-pyenchant m17n-lib sqlite)
+makedepends=(git)
+_commit=e5bc3eddf887c025c99febee0022386efc42d42a  # tags/2.4.1
+source=("git+https://github.com/mike-fabian/ibus-typing-booster#commit=$_commit;)
+sha512sums=('SKIP')
+
+pkgver() {
+  cd $pkgname
+  git describe --tags | sed 's/-/+/g'
+}
+
+prepare() {
+  cd $pkgname
+  autoreconf -fvi
+}
+
+build() {
+  cd $pkgname
+  ./configure --prefix=/usr --libexec=/usr/lib/ibus
+  make
+}
+
+package() {
+  cd $pkgname
+  make DESTDIR="$pkgdir" install
+
+  cd "$pkgdir/usr/share/$pkgname/data"
+  gzip -nf --best *.{txt,json} annotations{,Derived}/*.xml
+}


[arch-commits] Commit in ibus-typing-booster/trunk (PKGBUILD)

2019-01-03 Thread Jan Steffens via arch-commits
Date: Friday, January 4, 2019 @ 06:08:54
  Author: heftig
Revision: 342935

2.4.1-1

Modified:
  ibus-typing-booster/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2019-01-04 03:57:56 UTC (rev 342934)
+++ PKGBUILD2019-01-04 06:08:54 UTC (rev 342935)
@@ -1,7 +1,7 @@
 # Maintainer: Jan Alexander Steffens (heftig) 
 
 pkgname=ibus-typing-booster
-pkgver=2.3.1
+pkgver=2.4.1
 pkgrel=1
 pkgdesc="Predictive input method for the IBus platform"
 url="https://mike-fabian.github.io/ibus-typing-booster/;
@@ -9,7 +9,7 @@
 license=(GPL3 Apache)
 depends=(ibus python-gobject python-dbus python-pyenchant m17n-lib sqlite)
 makedepends=(git)
-_commit=9d247dacad1453add916870d509c110e6ae5c948  # tags/2.3.1
+_commit=e5bc3eddf887c025c99febee0022386efc42d42a  # tags/2.4.1
 
source=("git+https://github.com/mike-fabian/ibus-typing-booster#commit=$_commit;)
 sha512sums=('SKIP')
 


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

2019-01-03 Thread Brett Cornwall via arch-commits
Date: Friday, January 4, 2019 @ 05:32:12
  Author: ainola
Revision: 420482

archrelease: copy trunk to community-x86_64

Added:
  scdoc/repos/community-x86_64/PKGBUILD
(from rev 420481, scdoc/trunk/PKGBUILD)
Deleted:
  scdoc/repos/community-x86_64/PKGBUILD

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

Deleted: PKGBUILD
===
--- PKGBUILD2019-01-04 03:10:35 UTC (rev 420481)
+++ PKGBUILD2019-01-04 05:32:12 UTC (rev 420482)
@@ -1,28 +0,0 @@
-# Maintainer: Ainola 
-# Contributor: Drew DeVault
-
-pkgname=scdoc
-pkgver=1.6.0
-pkgrel=3
-license=('MIT')
-pkgdesc='Tool for generating roff manual pages'
-arch=('x86_64')
-url='https://git.sr.ht/~sircmpwn/scdoc/'
-source=("$pkgname-$pkgver.tar.gz::https://git.sr.ht/~sircmpwn/$pkgname/archive/$pkgver.tar.gz;)
-sha512sums=('18dade6bb27dbe6d112478bbbc08239b384c2334f37418b94d5f5b25713697d9d854ebb08cc62ed6e68b55a01326ea207614e4f79976536ec800029cc55f8b4b')
-
-build() {
-cd "$pkgname-$pkgver"
-make PREFIX=/usr LDFLAGS="$LDFLAGS"
-}
-
-check() {
-cd "$pkgname-$pkgver"
-make check
-}
-
-package() {
-cd "$pkgname-$pkgver"
-make PREFIX=/usr DESTDIR="$pkgdir" install
-install -Dm644 COPYING -t "$pkgdir/usr/share/licenses/$pkgname"
-}

Copied: scdoc/repos/community-x86_64/PKGBUILD (from rev 420481, 
scdoc/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2019-01-04 05:32:12 UTC (rev 420482)
@@ -0,0 +1,28 @@
+# Maintainer: Ainola 
+# Contributor: Drew DeVault
+
+pkgname=scdoc
+pkgver=1.6.0
+pkgrel=3
+license=('MIT')
+pkgdesc='Tool for generating roff manual pages'
+arch=('x86_64')
+url='https://git.sr.ht/~sircmpwn/scdoc/'
+source=("$pkgname-$pkgver.tar.gz::https://git.sr.ht/~sircmpwn/$pkgname/archive/$pkgver.tar.gz;)
+sha512sums=('18dade6bb27dbe6d112478bbbc08239b384c2334f37418b94d5f5b25713697d9d854ebb08cc62ed6e68b55a01326ea207614e4f79976536ec800029cc55f8b4b')
+
+build() {
+cd "$pkgname-$pkgver"
+make PREFIX=/usr LDFLAGS="$LDFLAGS"
+}
+
+check() {
+cd "$pkgname-$pkgver"
+make check
+}
+
+package() {
+cd "$pkgname-$pkgver"
+make PREFIX=/usr DESTDIR="$pkgdir" install
+install -Dm644 COPYING -t "$pkgdir/usr/share/licenses/$pkgname"
+}


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

2019-01-03 Thread Sven-Hendrik Haase via arch-commits
Date: Friday, January 4, 2019 @ 03:57:50
  Author: svenstaro
Revision: 342933

upgpkg: sdl2_mixer 2.0.4-2

Enable opus support

Modified:
  sdl2_mixer/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2019-01-03 21:37:06 UTC (rev 342932)
+++ PKGBUILD2019-01-04 03:57:50 UTC (rev 342933)
@@ -1,12 +1,12 @@
 # Maintainer: Sven-Hendrik Haase 
 pkgname=sdl2_mixer
 pkgver=2.0.4
-pkgrel=1
+pkgrel=2
 pkgdesc="A simple multi-channel audio mixer (Version 2)"
 arch=('x86_64')
 url="http://www.libsdl.org/projects/SDL_mixer;
 license=('MIT')
-depends=('sdl2' 'libvorbis' 'libmodplug' 'mpg123' 'flac')
+depends=('sdl2' 'libvorbis' 'libmodplug' 'mpg123' 'flac' 'opusfile')
 makedepends=('fluidsynth')
 optdepends=('fluidsynth: MIDI software synth, replaces built-in timidity')
 
source=("https://www.libsdl.org/projects/SDL_mixer/release/SDL2_mixer-${pkgver}.tar.gz;)


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

2019-01-03 Thread Sven-Hendrik Haase via arch-commits
Date: Friday, January 4, 2019 @ 03:57:56
  Author: svenstaro
Revision: 342934

archrelease: copy trunk to extra-x86_64

Added:
  sdl2_mixer/repos/extra-x86_64/PKGBUILD
(from rev 342933, sdl2_mixer/trunk/PKGBUILD)
Deleted:
  sdl2_mixer/repos/extra-x86_64/PKGBUILD

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

Deleted: PKGBUILD
===
--- PKGBUILD2019-01-04 03:57:50 UTC (rev 342933)
+++ PKGBUILD2019-01-04 03:57:56 UTC (rev 342934)
@@ -1,34 +0,0 @@
-# Maintainer: Sven-Hendrik Haase 
-pkgname=sdl2_mixer
-pkgver=2.0.4
-pkgrel=1
-pkgdesc="A simple multi-channel audio mixer (Version 2)"
-arch=('x86_64')
-url="http://www.libsdl.org/projects/SDL_mixer;
-license=('MIT')
-depends=('sdl2' 'libvorbis' 'libmodplug' 'mpg123' 'flac')
-makedepends=('fluidsynth')
-optdepends=('fluidsynth: MIDI software synth, replaces built-in timidity')
-source=("https://www.libsdl.org/projects/SDL_mixer/release/SDL2_mixer-${pkgver}.tar.gz;)
-sha512sums=('98c56069640668aaececa63748de21fc8f243c7d06386c45c43d0ee472bbb2595ccda644d9886ce5b95c3a3dee3c0a96903cf9a89ddc18d38f041133470699a3')
-
-prepare() {
-  cd "${srcdir}/SDL2_mixer-${pkgver}/"
-
-  sed -i "s|/etc/timidity|/etc/timidity++|g" timidity/options.h
-  sed -i "s|/etc/timidity++.cfg|/etc/timidity++/timidity.cfg|g" 
timidity/options.h
-}
-
-build() {
-  cd "${srcdir}/SDL2_mixer-${pkgver}/"
-
-  ./configure --disable-static --prefix=/usr
-  make
-}
-
-package() {
-  cd "${srcdir}/SDL2_mixer-${pkgver}/"
-
-  make DESTDIR="${pkgdir}" install
-  install -Dm644 COPYING.txt "${pkgdir}/usr/share/licenses/${pkgname}/LICENSE"
-}

Copied: sdl2_mixer/repos/extra-x86_64/PKGBUILD (from rev 342933, 
sdl2_mixer/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2019-01-04 03:57:56 UTC (rev 342934)
@@ -0,0 +1,34 @@
+# Maintainer: Sven-Hendrik Haase 
+pkgname=sdl2_mixer
+pkgver=2.0.4
+pkgrel=2
+pkgdesc="A simple multi-channel audio mixer (Version 2)"
+arch=('x86_64')
+url="http://www.libsdl.org/projects/SDL_mixer;
+license=('MIT')
+depends=('sdl2' 'libvorbis' 'libmodplug' 'mpg123' 'flac' 'opusfile')
+makedepends=('fluidsynth')
+optdepends=('fluidsynth: MIDI software synth, replaces built-in timidity')
+source=("https://www.libsdl.org/projects/SDL_mixer/release/SDL2_mixer-${pkgver}.tar.gz;)
+sha512sums=('98c56069640668aaececa63748de21fc8f243c7d06386c45c43d0ee472bbb2595ccda644d9886ce5b95c3a3dee3c0a96903cf9a89ddc18d38f041133470699a3')
+
+prepare() {
+  cd "${srcdir}/SDL2_mixer-${pkgver}/"
+
+  sed -i "s|/etc/timidity|/etc/timidity++|g" timidity/options.h
+  sed -i "s|/etc/timidity++.cfg|/etc/timidity++/timidity.cfg|g" 
timidity/options.h
+}
+
+build() {
+  cd "${srcdir}/SDL2_mixer-${pkgver}/"
+
+  ./configure --disable-static --prefix=/usr
+  make
+}
+
+package() {
+  cd "${srcdir}/SDL2_mixer-${pkgver}/"
+
+  make DESTDIR="${pkgdir}" install
+  install -Dm644 COPYING.txt "${pkgdir}/usr/share/licenses/${pkgname}/LICENSE"
+}


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

2019-01-03 Thread Chih-Hsuan Yen via arch-commits
Date: Friday, January 4, 2019 @ 03:10:35
  Author: yan12125
Revision: 420481

archrelease: copy trunk to community-any

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

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

Deleted: PKGBUILD
===
--- PKGBUILD2019-01-04 03:10:16 UTC (rev 420480)
+++ PKGBUILD2019-01-04 03:10:35 UTC (rev 420481)
@@ -1,32 +0,0 @@
-# Maintainer: Chih-Hsuan Yen 
-
-pkgname=python-pynamodb
-_pkgname=PynamoDB
-pkgver=3.3.1
-pkgrel=1
-pkgdesc="A pythonic interface to Amazon's DynamoDB"
-arch=(any)
-url='https://pynamodb.readthedocs.io/'
-license=(MIT)
-makedepends=(python-setuptools)
-depends=(python-botocore python-dateutil python-six)
-checkdepends=(python-blinker python-mock python-pytest-mock python-requests)
-source=("$pkgname-$pkgver.tar.gz"::"https://github.com/pynamodb/PynamoDB/archive/$pkgver.tar.gz;)
-sha256sums=('999fff6508ef9697958c08d39a456f0f9551193be3a06ab86edfeb42abd7a9d2')
-
-build() {
-  cd $_pkgname-$pkgver
-  python setup.py build
-}
-
-check() {
-  cd $_pkgname-$pkgver
-  pytest -v -m 'not ddblocal' pynamodb/tests
-}
-
-package() {
-  cd $_pkgname-$pkgver
-  python setup.py install --root="$pkgdir" --optimize=1 --skip-build
-
-  install -Dm644 LICENSE -t "$pkgdir"/usr/share/licenses/$pkgname
-}

Copied: python-pynamodb/repos/community-any/PKGBUILD (from rev 420480, 
python-pynamodb/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2019-01-04 03:10:35 UTC (rev 420481)
@@ -0,0 +1,32 @@
+# Maintainer: Chih-Hsuan Yen 
+
+pkgname=python-pynamodb
+_pkgname=PynamoDB
+pkgver=3.3.2
+pkgrel=1
+pkgdesc="A pythonic interface to Amazon's DynamoDB"
+arch=(any)
+url='https://pynamodb.readthedocs.io/'
+license=(MIT)
+makedepends=(python-setuptools)
+depends=(python-botocore python-dateutil python-six)
+checkdepends=(python-blinker python-mock python-pytest-mock python-requests)
+source=("$pkgname-$pkgver.tar.gz"::"https://github.com/pynamodb/PynamoDB/archive/$pkgver.tar.gz;)
+sha256sums=('9065613eb25e8951e94e0f10ba7053faf8929cf5582df30166e068a7915bd8de')
+
+build() {
+  cd $_pkgname-$pkgver
+  python setup.py build
+}
+
+check() {
+  cd $_pkgname-$pkgver
+  pytest -v -m 'not ddblocal' pynamodb/tests
+}
+
+package() {
+  cd $_pkgname-$pkgver
+  python setup.py install --root="$pkgdir" --optimize=1 --skip-build
+
+  install -Dm644 LICENSE -t "$pkgdir"/usr/share/licenses/$pkgname
+}


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

2019-01-03 Thread Chih-Hsuan Yen via arch-commits
Date: Friday, January 4, 2019 @ 03:10:16
  Author: yan12125
Revision: 420480

upgpkg: python-pynamodb 3.3.2-1

Modified:
  python-pynamodb/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2019-01-03 21:31:08 UTC (rev 420479)
+++ PKGBUILD2019-01-04 03:10:16 UTC (rev 420480)
@@ -2,7 +2,7 @@
 
 pkgname=python-pynamodb
 _pkgname=PynamoDB
-pkgver=3.3.1
+pkgver=3.3.2
 pkgrel=1
 pkgdesc="A pythonic interface to Amazon's DynamoDB"
 arch=(any)
@@ -12,7 +12,7 @@
 depends=(python-botocore python-dateutil python-six)
 checkdepends=(python-blinker python-mock python-pytest-mock python-requests)
 
source=("$pkgname-$pkgver.tar.gz"::"https://github.com/pynamodb/PynamoDB/archive/$pkgver.tar.gz;)
-sha256sums=('999fff6508ef9697958c08d39a456f0f9551193be3a06ab86edfeb42abd7a9d2')
+sha256sums=('9065613eb25e8951e94e0f10ba7053faf8929cf5582df30166e068a7915bd8de')
 
 build() {
   cd $_pkgname-$pkgver


[arch-commits] Commit in prometheus-node-exporter/repos (6 files)

2019-01-03 Thread Johannes Löthberg via arch-commits
Date: Thursday, January 3, 2019 @ 21:37:06
  Author: demize
Revision: 342932

db-move: moved prometheus-node-exporter from [testing] to [extra] (x86_64)

Added:
  prometheus-node-exporter/repos/extra-x86_64/
  prometheus-node-exporter/repos/extra-x86_64/PKGBUILD
(from rev 342931, prometheus-node-exporter/repos/testing-x86_64/PKGBUILD)
  prometheus-node-exporter/repos/extra-x86_64/prometheus-node-exporter.conf
(from rev 342931, 
prometheus-node-exporter/repos/testing-x86_64/prometheus-node-exporter.conf)
  prometheus-node-exporter/repos/extra-x86_64/prometheus-node-exporter.service
(from rev 342931, 
prometheus-node-exporter/repos/testing-x86_64/prometheus-node-exporter.service)
  prometheus-node-exporter/repos/extra-x86_64/prometheus-node-exporter.sysusers
(from rev 342931, 
prometheus-node-exporter/repos/testing-x86_64/prometheus-node-exporter.sysusers)
Deleted:
  prometheus-node-exporter/repos/testing-x86_64/

---+
 PKGBUILD  |   61 
 prometheus-node-exporter.conf |1 
 prometheus-node-exporter.service  |   18 ++
 prometheus-node-exporter.sysusers |1 
 4 files changed, 81 insertions(+)

Copied: prometheus-node-exporter/repos/extra-x86_64/PKGBUILD (from rev 342931, 
prometheus-node-exporter/repos/testing-x86_64/PKGBUILD)
===
--- extra-x86_64/PKGBUILD   (rev 0)
+++ extra-x86_64/PKGBUILD   2019-01-03 21:37:06 UTC (rev 342932)
@@ -0,0 +1,61 @@
+# Maintainer: Johannes Löthberg 
+
+pkgname=prometheus-node-exporter
+pkgver=0.17.0
+pkgrel=1
+
+pkgdesc='Exporter for machine metrics'
+url='https://github.com/prometheus/node_exporter'
+arch=('x86_64')
+license=('Apache')
+
+depends=('glibc')
+makedepends=('go-pie' 'git')
+
+backup=('etc/conf.d/prometheus-node-exporter')
+
+source=("https://github.com/prometheus/node_exporter/archive/v$pkgver.tar.gz;
+prometheus-node-exporter.conf
+prometheus-node-exporter.service
+prometheus-node-exporter.sysusers
+
fix-go.sum.patch::https://github.com/prometheus/node_exporter/commit/97dab59e18c575d1384a9afd54e9f30473f34322.patch)
+
+sha256sums=('763b588b9282a8aa497286f8ab1aab61d085bdd2d258cf3457f23c60752c9a27'
+'ce93e2b95bfc86a8a046e2f9175408e1cbffa784fd3b65dd141fde70b5bb2585'
+'727ed5df3395fd77d8e2ae8c3ab7a6352213655e38c9b37badfea1aa90556394'
+'c7fd0b1793dfe7a354a28e978d3c79e7195eaf43376b9eece37e996fe0772c5c'
+'6e93306990e0ccdc03a4d776b18eb96881950e025f74c9f7a1bac3b8a43374e9')
+
+prepare() {
+  cd node_exporter-$pkgver
+
+  patch -p1 <"$srcdir"/fix-go.sum.patch
+}
+
+build() {
+  cd node_exporter-$pkgver
+
+  go build \
+-gcflags "all=-trimpath=${PWD}" \
+-asmflags "all=-trimpath=${PWD}" \
+-ldflags "-extldflags ${LDFLAGS}" \
+.
+}
+
+check() {
+  cd node_exporter-$pkgver
+
+  make collector/fixtures/sys/.unpacked
+  go test ./...
+  ./end-to-end-test.sh
+}
+
+package () {
+  install -Dm644 prometheus-node-exporter.conf 
"$pkgdir"/etc/conf.d/prometheus-node-exporter
+  install -Dm644 prometheus-node-exporter.service 
"$pkgdir"/usr/lib/systemd/system/prometheus-node-exporter.service
+  install -Dm644 prometheus-node-exporter.sysusers 
"$pkgdir"/usr/lib/sysusers.d/prometheus-node-exporter.conf
+
+  cd node_exporter-$pkgver
+
+  install -Dm755 node_exporter "$pkgdir"/usr/bin/prometheus-node-exporter
+}

Copied: 
prometheus-node-exporter/repos/extra-x86_64/prometheus-node-exporter.conf (from 
rev 342931, 
prometheus-node-exporter/repos/testing-x86_64/prometheus-node-exporter.conf)
===
--- extra-x86_64/prometheus-node-exporter.conf  (rev 0)
+++ extra-x86_64/prometheus-node-exporter.conf  2019-01-03 21:37:06 UTC (rev 
342932)
@@ -0,0 +1 @@
+NODE_EXPORTER_ARGS=""

Copied: 
prometheus-node-exporter/repos/extra-x86_64/prometheus-node-exporter.service 
(from rev 342931, 
prometheus-node-exporter/repos/testing-x86_64/prometheus-node-exporter.service)
===
--- extra-x86_64/prometheus-node-exporter.service   
(rev 0)
+++ extra-x86_64/prometheus-node-exporter.service   2019-01-03 21:37:06 UTC 
(rev 342932)
@@ -0,0 +1,18 @@
+[Unit]
+Description=Prometheus exporter for machine metrics
+Requires=network-online.target
+After=network-online.target
+
+[Service]
+User=node_exporter
+Group=node_exporter
+Restart=on-failure
+EnvironmentFile=-/etc/conf.d/prometheus-node-exporter
+ExecStart=/usr/bin/prometheus-node-exporter $NODE_EXPORTER_ARGS
+ExecReload=/bin/kill -HUP $MAINPID
+NoNewPrivileges=true
+ProtectHome=true
+ProtectSystem=strict
+
+[Install]
+WantedBy=multi-user.target

Copied: 
prometheus-node-exporter/repos/extra-x86_64/prometheus-node-exporter.sysusers 
(from rev 342931, 

[arch-commits] Commit in prometheus/repos (5 files)

2019-01-03 Thread Johannes Löthberg via arch-commits
Date: Thursday, January 3, 2019 @ 21:36:55
  Author: demize
Revision: 342931

db-move: moved prometheus from [testing] to [extra] (x86_64)

Added:
  prometheus/repos/extra-x86_64/
  prometheus/repos/extra-x86_64/PKGBUILD
(from rev 342930, prometheus/repos/testing-x86_64/PKGBUILD)
  prometheus/repos/extra-x86_64/prometheus.service
(from rev 342930, prometheus/repos/testing-x86_64/prometheus.service)
  prometheus/repos/extra-x86_64/prometheus.sysusers
(from rev 342930, prometheus/repos/testing-x86_64/prometheus.sysusers)
Deleted:
  prometheus/repos/testing-x86_64/

-+
 PKGBUILD|   64 ++
 prometheus.service  |   17 +
 prometheus.sysusers |1 
 3 files changed, 82 insertions(+)

Copied: prometheus/repos/extra-x86_64/PKGBUILD (from rev 342930, 
prometheus/repos/testing-x86_64/PKGBUILD)
===
--- extra-x86_64/PKGBUILD   (rev 0)
+++ extra-x86_64/PKGBUILD   2019-01-03 21:36:55 UTC (rev 342931)
@@ -0,0 +1,64 @@
+# Maintainer: Johannes Löthberg 
+
+pkgname=prometheus
+pkgver=2.6.0
+pkgrel=2
+
+pkgdesc='An open-source systems monitoring and alerting toolkit'
+url='https://prometheus.io'
+arch=('x86_64')
+license=('Apache')
+
+depends=('glibc')
+makedepends=('go-pie' 'git' 'bzr')
+
+backup=('etc/prometheus/prometheus.yml')
+
+source=("https://github.com/prometheus/prometheus/archive/v$pkgver.tar.gz;
+prometheus.service
+prometheus.sysusers)
+
+sha256sums=('e0d3e77e45466fd055726268354a02834968a3275791be6cbd17513ec7860c1d'
+'e3f742c3e6eca7d4e0e6d190d88cf71692ca8810a77ef66831e450cb8e0a84a7'
+'2747fabb4e56b808361eb7dd7acf9729ab8973d1ebe2f857dd56f6c71f71e45f')
+
+build() {
+  cd prometheus-$pkgver
+
+  go build \
+-gcflags "all=-trimpath=${PWD}" \
+-asmflags "all=-trimpath=${PWD}" \
+-ldflags "-extldflags ${LDFLAGS}" \
+./cmd/prometheus
+  go build \
+-gcflags "all=-trimpath=${PWD}" \
+-asmflags "all=-trimpath=${PWD}" \
+-ldflags "-extldflags ${LDFLAGS}" \
+./cmd/promtool
+}
+
+check() {
+  cd prometheus-$pkgver
+
+  go test ./...
+}
+
+package() {
+  install -Dm644 prometheus.service 
"$pkgdir"/usr/lib/systemd/system/prometheus.service
+  install -Dm644 prometheus.sysusers 
"$pkgdir"/usr/lib/sysusers.d/prometheus.conf
+
+  cd prometheus-$pkgver
+
+  install -Dm755 -t "$pkgdir"/usr/bin prometheus promtool
+  install -Dm755 -t "$pkgdir"/etc/prometheus 
documentation/examples/prometheus.yml
+  install -dm755 -o210 -g210 "$pkgdir"/var/lib/prometheus
+
+  # Web
+  install -dm755 "$pkgdir"/usr/share/prometheus/
+  cp -R web/ui "$pkgdir"/usr/share/prometheus/web
+
+  # Examples
+  install -Dm644 -t "$pkgdir"/usr/share/doc/prometheus/examples 
documentation/examples/prometheus*.yml
+  cp -R consoles console_libraries "$pkgdir"/usr/share/doc/prometheus/examples
+
+}

Copied: prometheus/repos/extra-x86_64/prometheus.service (from rev 342930, 
prometheus/repos/testing-x86_64/prometheus.service)
===
--- extra-x86_64/prometheus.service (rev 0)
+++ extra-x86_64/prometheus.service 2019-01-03 21:36:55 UTC (rev 342931)
@@ -0,0 +1,17 @@
+[Unit]
+Description=Prometheus service
+Requires=network-online.target
+After=network-online.target
+
+[Service]
+User=prometheus
+Group=prometheus
+Restart=on-failure
+ExecStart=/usr/bin/prometheus --config.file=/etc/prometheus/prometheus.yml 
--storage.tsdb.path=/var/lib/prometheus/data
+ExecReload=/bin/kill -HUP $MAINPID
+NoNewPrivileges=true
+ProtectHome=true
+ProtectSystem=full
+
+[Install]
+WantedBy=multi-user.target

Copied: prometheus/repos/extra-x86_64/prometheus.sysusers (from rev 342930, 
prometheus/repos/testing-x86_64/prometheus.sysusers)
===
--- extra-x86_64/prometheus.sysusers(rev 0)
+++ extra-x86_64/prometheus.sysusers2019-01-03 21:36:55 UTC (rev 342931)
@@ -0,0 +1 @@
+u prometheus 210 "Prometheus dedicated user"


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

2019-01-03 Thread Felix Yan via arch-commits
Date: Thursday, January 3, 2019 @ 21:30:34
  Author: felixonmars
Revision: 342930

archrelease: copy trunk to extra-x86_64

Added:
  memcached/repos/extra-x86_64/PKGBUILD
(from rev 342929, memcached/trunk/PKGBUILD)
  memcached/repos/extra-x86_64/memcached.service.patch
(from rev 342929, memcached/trunk/memcached.service.patch)
  memcached/repos/extra-x86_64/memcached.sysusers
(from rev 342929, memcached/trunk/memcached.sysusers)
  memcached/repos/extra-x86_64/memcached.tmpfiles
(from rev 342929, memcached/trunk/memcached.tmpfiles)
Deleted:
  memcached/repos/extra-x86_64/PKGBUILD
  memcached/repos/extra-x86_64/memcached.service
  memcached/repos/extra-x86_64/memcached.sysusers
  memcached/repos/extra-x86_64/memcached.tmpfiles

-+
 PKGBUILD|  112 +++---
 memcached.service   |   16 --
 memcached.service.patch |   75 ++
 memcached.sysusers  |2 
 memcached.tmpfiles  |2 
 5 files changed, 135 insertions(+), 72 deletions(-)

Deleted: PKGBUILD
===
--- PKGBUILD2019-01-03 21:30:05 UTC (rev 342929)
+++ PKGBUILD2019-01-03 21:30:34 UTC (rev 342930)
@@ -1,54 +0,0 @@
-# Maintainer: Levente Polyak 
-# Contributor: Dan McGee 
-# Contributor: Michael Irwin <6d6...@gmail.com>
-
-pkgname=memcached
-pkgver=1.5.10
-pkgrel=1
-pkgdesc='Distributed memory object caching system'
-url='https://memcached.org/'
-arch=('x86_64')
-license=('GPL')
-depends=('libevent' 'libseccomp')
-optdepends=('perl: for memcached-tool usage')
-source=(https://www.memcached.org/files/${pkgname}-${pkgver}.tar.gz
-memcached.service
-memcached.tmpfiles
-memcached.sysusers)
-sha256sums=('494c060dbd96d546c74ab85a3cc3984d009b4423767ac33e05dd2340c01f1c4b'
-'fd60fde92b959dc4160facc0d165f04319d2ece4d2c59b68d8ae24824abea7dd'
-'c4d0ae2218b99a276ff6e0084ae81e66add0ca9347e4bde70e9172db6e44002a'
-'228c4f536f3c9f9eee4e11226ec8846a22d4ba46c2d3bf2811413efcc322609a')
-sha512sums=('5b6217ab90492cb4b3f6597c935a4028697f1d071516d647a70f6ba9353db16184ef229935733e669d4120d34d72f6f2415edcfd3ec899e06eab9d3f494f11f1'
-
'5b006064b3ab31a6982f5c7b1ab4a49d64118a459913bd4be18ca63bf606dcae3550121d05a34ac8932d28b367e18fa76699c46e311b0b6a22f36ab1885ebebe'
-
'960705ff74d25afed477e0b2a5872a3a4fb49ed3105a351f0d0224abc947778f9dbda81e80be94ab636da4a8411a9dd56a8fd4513e5b86a3096a14fa67f1548b'
-
'e6ddcab9a6fee024072b6363ef60aa176ed258369bf3a17d475f19b1f410ffd6195b9c5737dc5b1371e8974b44bdbdaa109927acaeb54fb40302a5d67d7c13a8')
-
-prepare() {
-  cd ${pkgname}-${pkgver}
-  sed -e 's/^##safer##//g' -i scripts/memcached.service 
scripts/memcached@.service
-}
-
-build() {
-  cd ${pkgname}-${pkgver}
-  ./configure \
---prefix=/usr \
---enable-seccomp
-  make
-}
-
-check() {
-  cd ${pkgname}-${pkgver}
-  make test
-}
-
-package() {
-  cd ${pkgname}-${pkgver}
-  make DESTDIR="${pkgdir}" install
-  install -Dm 755 scripts/memcached-tool -t "${pkgdir}/usr/bin"
-  install -Dm 644 ../memcached.service -t "${pkgdir}/usr/lib/systemd/system"
-  install -Dm 644 ../memcached.tmpfiles 
"${pkgdir}/usr/lib/tmpfiles.d/memcached.conf"
-  install -Dm 644 ../memcached.sysusers 
"${pkgdir}/usr/lib/sysusers.d/memcached.conf"
-}
-
-# vim: ts=2 sw=2 et:

Copied: memcached/repos/extra-x86_64/PKGBUILD (from rev 342929, 
memcached/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2019-01-03 21:30:34 UTC (rev 342930)
@@ -0,0 +1,58 @@
+# Maintainer: Levente Polyak 
+# Contributor: Dan McGee 
+# Contributor: Michael Irwin <6d6...@gmail.com>
+
+pkgname=memcached
+pkgver=1.5.12
+pkgrel=1
+pkgdesc='Distributed memory object caching system'
+url='https://memcached.org/'
+arch=('x86_64')
+license=('GPL')
+depends=('libevent' 'libseccomp')
+optdepends=('perl: for memcached-tool usage')
+source=(https://www.memcached.org/files/${pkgname}-${pkgver}.tar.gz
+memcached.service.patch
+memcached.tmpfiles
+memcached.sysusers)
+sha256sums=('c02f97d5685617b209fbe25f3464317b234d765b427d254c2413410a5c095b29'
+'303375f1245db0f3bf82faa6cb935639d8194c760fec45f105eecaaec22436a5'
+'c4d0ae2218b99a276ff6e0084ae81e66add0ca9347e4bde70e9172db6e44002a'
+'228c4f536f3c9f9eee4e11226ec8846a22d4ba46c2d3bf2811413efcc322609a')
+sha512sums=('95927fcc06e83e46a050dd50c85e50faf41e6d1f6901b757f7a842b7727a596054082a512a3b830729171556e8a995f037d39d991df2198a80a4e61a6efa1fd8'
+
'79b69d3b48ab04ff76607d52de61cfca471edb376d2a08fc2c1b9b259c097d04499d1f326ba06fd058a039de145be475cd3527007dffb2256a0b5c2ea7548a88'
+
'960705ff74d25afed477e0b2a5872a3a4fb49ed3105a351f0d0224abc947778f9dbda81e80be94ab636da4a8411a9dd56a8fd4513e5b86a3096a14fa67f1548b'
+

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

2019-01-03 Thread Felix Yan via arch-commits
Date: Thursday, January 3, 2019 @ 21:30:05
  Author: felixonmars
Revision: 342929

archrelease: copy trunk to extra-x86_64

Added:
  asio/repos/extra-x86_64/PKGBUILD
(from rev 342928, asio/trunk/PKGBUILD)
Deleted:
  asio/repos/extra-x86_64/PKGBUILD

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

Deleted: PKGBUILD
===
--- PKGBUILD2019-01-03 21:29:46 UTC (rev 342928)
+++ PKGBUILD2019-01-03 21:30:05 UTC (rev 342929)
@@ -1,43 +0,0 @@
-# Maintainer: Levente Polyak 
-# Contributor: Giovanni Scafora 
-# Contributor: Aaron Griffin 
-
-pkgname=asio
-pkgver=1.12.1
-pkgrel=1
-pkgdesc='Cross-platform C++ library for ASynchronous network I/O'
-url='https://think-async.com/Asio/'
-arch=('x86_64')
-license=('custom:boost')
-makedepends=('boost')
-source=("https://sourceforge.net/projects/asio/files/asio/${pkgver}%20%28Stable%29/asio-${pkgver}.tar.bz2;)
-sha256sums=('a9091b4de847539fa5b2259bf76a5355339c7eaaa5e33d7d4ae74d614c21965a')
-
-prepare() {
-  cd ${pkgname}-${pkgver}/
-
-  autoreconf -fiv
-}
-
-build() {
-  cd ${pkgname}-${pkgver}/
-
-  ./configure \
---prefix=/usr
-  make
-}
-
-check() {
-  cd ${pkgname}-${pkgver}/
-
-  make check
-}
-
-package() {
-  cd ${pkgname}-${pkgver}/
-
-  make DESTDIR=${pkgdir} install
-  install -Dm 644 COPYING LICENSE_1_0.txt -t 
"${pkgdir}/usr/share/licenses/${pkgname}"
-}
-
-# vim: ts=2 sw=2 et:

Copied: asio/repos/extra-x86_64/PKGBUILD (from rev 342928, asio/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2019-01-03 21:30:05 UTC (rev 342929)
@@ -0,0 +1,43 @@
+# Maintainer: Levente Polyak 
+# Contributor: Giovanni Scafora 
+# Contributor: Aaron Griffin 
+
+pkgname=asio
+pkgver=1.12.2
+pkgrel=1
+pkgdesc='Cross-platform C++ library for ASynchronous network I/O'
+url='https://think-async.com/Asio/'
+arch=('x86_64')
+license=('custom:boost')
+makedepends=('boost')
+source=("https://sourceforge.net/projects/asio/files/asio/${pkgver}%20%28Stable%29/asio-${pkgver}.tar.bz2;)
+sha256sums=('4e27dcb37456ba707570334b91f479872ed67b69915685eac141895779aa')
+
+prepare() {
+  cd ${pkgname}-${pkgver}/
+
+  autoreconf -fiv
+}
+
+build() {
+  cd ${pkgname}-${pkgver}/
+
+  ./configure \
+--prefix=/usr
+  make
+}
+
+check() {
+  cd ${pkgname}-${pkgver}/
+
+  make check
+}
+
+package() {
+  cd ${pkgname}-${pkgver}/
+
+  make DESTDIR=${pkgdir} install
+  install -Dm 644 COPYING LICENSE_1_0.txt -t 
"${pkgdir}/usr/share/licenses/${pkgname}"
+}
+
+# vim: ts=2 sw=2 et:


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

2019-01-03 Thread Felix Yan via arch-commits
Date: Thursday, January 3, 2019 @ 21:29:46
  Author: felixonmars
Revision: 342928

upgpkg: asio 1.12.2-1

Modified:
  asio/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2019-01-03 21:24:38 UTC (rev 342927)
+++ PKGBUILD2019-01-03 21:29:46 UTC (rev 342928)
@@ -3,7 +3,7 @@
 # Contributor: Aaron Griffin 
 
 pkgname=asio
-pkgver=1.12.1
+pkgver=1.12.2
 pkgrel=1
 pkgdesc='Cross-platform C++ library for ASynchronous network I/O'
 url='https://think-async.com/Asio/'
@@ -11,7 +11,7 @@
 license=('custom:boost')
 makedepends=('boost')
 
source=("https://sourceforge.net/projects/asio/files/asio/${pkgver}%20%28Stable%29/asio-${pkgver}.tar.bz2;)
-sha256sums=('a9091b4de847539fa5b2259bf76a5355339c7eaaa5e33d7d4ae74d614c21965a')
+sha256sums=('4e27dcb37456ba707570334b91f479872ed67b69915685eac141895779aa')
 
 prepare() {
   cd ${pkgname}-${pkgver}/


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

2019-01-03 Thread Felix Yan via arch-commits
Date: Thursday, January 3, 2019 @ 21:29:31
  Author: felixonmars
Revision: 420463

upgpkg: stack 1.9.3-27

rebuild with parser-combinators 1.0.1

Modified:
  stack/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2019-01-03 21:28:29 UTC (rev 420462)
+++ PKGBUILD2019-01-03 21:29:31 UTC (rev 420463)
@@ -3,7 +3,7 @@
 
 pkgname=stack
 pkgver=1.9.3
-pkgrel=26
+pkgrel=27
 pkgdesc="The Haskell Tool Stack"
 url="https://github.com/commercialhaskell/stack;
 license=("BSD")


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

2019-01-03 Thread Felix Yan via arch-commits
Date: Thursday, January 3, 2019 @ 21:29:49
  Author: felixonmars
Revision: 420464

archrelease: copy trunk to community-staging-x86_64

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

---+
 PKGBUILD  |   75 
 stack.install |4 ++
 2 files changed, 79 insertions(+)

Copied: stack/repos/community-staging-x86_64/PKGBUILD (from rev 420463, 
stack/trunk/PKGBUILD)
===
--- community-staging-x86_64/PKGBUILD   (rev 0)
+++ community-staging-x86_64/PKGBUILD   2019-01-03 21:29:49 UTC (rev 420464)
@@ -0,0 +1,75 @@
+# Maintainer: Felix Yan 
+# Contributor: Arch Haskell Team 
+
+pkgname=stack
+pkgver=1.9.3
+pkgrel=27
+pkgdesc="The Haskell Tool Stack"
+url="https://github.com/commercialhaskell/stack;
+license=("BSD")
+arch=('x86_64')
+depends=('ghc-libs' 'haskell-aeson' 'haskell-annotated-wl-pprint' 
'haskell-ansi-terminal'
+ 'haskell-async' 'haskell-attoparsec' 'haskell-base64-bytestring' 
'haskell-conduit'
+ 'haskell-conduit-extra' 'haskell-cryptonite' 
'haskell-cryptonite-conduit' 'haskell-echo'
+ 'haskell-exceptions' 'haskell-extra' 'haskell-file-embed' 
'haskell-filelock'
+ 'haskell-fsnotify' 'haskell-generic-deriving' 'haskell-githash' 
'haskell-hackage-security'
+ 'haskell-hashable' 'haskell-hpack' 'haskell-hpc' 'haskell-http-client'
+ 'haskell-http-client-tls' 'haskell-http-conduit' 'haskell-http-types' 
'haskell-memory'
+ 'haskell-microlens' 'haskell-mintty' 'haskell-monad-logger' 
'haskell-mono-traversable'
+ 'haskell-mustache' '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-primitive' 'haskell-project-template' 
'haskell-regex-applicative-text'
+ 'haskell-resourcet' 'haskell-retry' 'haskell-rio' 'haskell-split' 
'haskell-store'
+ 'haskell-store-core' 'haskell-streaming-commons' 'haskell-tar' 
'haskell-temporary'
+ 'haskell-text-metrics' 'haskell-th-reify-many' 'haskell-tls' 
'haskell-typed-process'
+ 'haskell-unicode-transforms' 'haskell-unix-compat' 'haskell-unliftio'
+ 'haskell-unordered-containers' 'haskell-vector' 'haskell-yaml' 
'haskell-zip-archive'
+ 'haskell-zlib' 'haskell-bindings-uname')
+makedepends=('ghc' 'git' 'haskell-quickcheck' 'haskell-hspec' 
'haskell-smallcheck')
+checkdepends=('cabal-install')
+conflicts=('haskell-stack')
+replaces=('haskell-stack')
+install="stack.install"
+source=("git+https://github.com/commercialhaskell/stack.git#tag=v$pkgver;)
+sha512sums=('SKIP')
+
+prepare() {
+  cd $pkgname
+  hpack
+  sed -i '/semigroups/d' $pkgname.cabal
+}
+
+build() {
+  cd $pkgname
+
+  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
+  # 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 $pkgname
+
+  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 420463, 
stack/trunk/stack.install)
===
--- community-staging-x86_64/stack.install  (rev 0)
+++ community-staging-x86_64/stack.install  2019-01-03 21:29:49 UTC (rev 
420464)
@@ -0,0 +1,4 @@
+post_install() {
+  

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

2019-01-03 Thread Jelle van der Waa via arch-commits
Date: Thursday, January 3, 2019 @ 21:28:09
  Author: jelle
Revision: 420461

upgpkg: kimtoy 1.92-1

Update and use upstream git instead of download walled url

Modified:
  kimtoy/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2019-01-03 21:25:01 UTC (rev 420460)
+++ PKGBUILD2019-01-03 21:28:09 UTC (rev 420461)
@@ -2,24 +2,24 @@
 # Contributor: CSSlayer 
 
 pkgname=kimtoy
-pkgver=1.91
+pkgver=1.92
 pkgdesc="An input method frontend for KDE"
-pkgrel=4
+pkgrel=1
 arch=('x86_64')
-url="http://kde-apps.org/content/show.php/KIMToy?content=140967;
+url="https://github.com/KDE/kimtoy;
 license=('GPL')
 depends=('kwindowsystem' 'kwidgetsaddons' 'plasma-framework' 'knewstuff')
-makedepends=('extra-cmake-modules' 'ibus' 'dbus-c++' 'scim' 'kfilemetadata')
+makedepends=('extra-cmake-modules' 'ibus' 'dbus-c++' 'scim' 'kfilemetadata' 
'git')
 optdepends=('fcitx: fcitx support'
 'scim: scim support'
 'dbus-c++: scim support'
 'ibus: ibus support'
 'kfilemetadata: for metadata extractor')
-source=("https://dl.opendesktop.org/api/files/download/id/1466629206/140967-kimtoy-$pkgver.tar.bz2;)
-md5sums=('b0db674f5d8dd64238bc65bb3b949f62')
+source=('git+https://github.com/KDE/kimtoy.git#commit=a26b67e9eb884d2d89def6809f1a3a96a4e726ed')
+md5sums=('SKIP')
 
 build() {
-  cd "${srcdir}/${pkgname}-${pkgver}"
+  cd "${srcdir}/${pkgname}"
 
   cmake -DCMAKE_INSTALL_PREFIX=/usr -DIBUS_LIBEXEC_DIR='/usr/lib' .
   make
@@ -26,7 +26,6 @@
 }
 
 package() {
-  cd "${srcdir}/${pkgname}-${pkgver}"
+  cd "${srcdir}/${pkgname}"
   make DESTDIR="${pkgdir}" install
 }
-


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

2019-01-03 Thread Jelle van der Waa via arch-commits
Date: Thursday, January 3, 2019 @ 21:28:29
  Author: jelle
Revision: 420462

archrelease: copy trunk to community-testing-x86_64

Added:
  kimtoy/repos/community-testing-x86_64/
  kimtoy/repos/community-testing-x86_64/PKGBUILD
(from rev 420461, kimtoy/trunk/PKGBUILD)

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

Copied: kimtoy/repos/community-testing-x86_64/PKGBUILD (from rev 420461, 
kimtoy/trunk/PKGBUILD)
===
--- community-testing-x86_64/PKGBUILD   (rev 0)
+++ community-testing-x86_64/PKGBUILD   2019-01-03 21:28:29 UTC (rev 420462)
@@ -0,0 +1,31 @@
+# Maintainer: Felix Yan 
+# Contributor: CSSlayer 
+
+pkgname=kimtoy
+pkgver=1.92
+pkgdesc="An input method frontend for KDE"
+pkgrel=1
+arch=('x86_64')
+url="https://github.com/KDE/kimtoy;
+license=('GPL')
+depends=('kwindowsystem' 'kwidgetsaddons' 'plasma-framework' 'knewstuff')
+makedepends=('extra-cmake-modules' 'ibus' 'dbus-c++' 'scim' 'kfilemetadata' 
'git')
+optdepends=('fcitx: fcitx support'
+'scim: scim support'
+'dbus-c++: scim support'
+'ibus: ibus support'
+'kfilemetadata: for metadata extractor')
+source=('git+https://github.com/KDE/kimtoy.git#commit=a26b67e9eb884d2d89def6809f1a3a96a4e726ed')
+md5sums=('SKIP')
+
+build() {
+  cd "${srcdir}/${pkgname}"
+
+  cmake -DCMAKE_INSTALL_PREFIX=/usr -DIBUS_LIBEXEC_DIR='/usr/lib' .
+  make
+}
+
+package() {
+  cd "${srcdir}/${pkgname}"
+  make DESTDIR="${pkgdir}" install
+}


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

2019-01-03 Thread Felix Yan via arch-commits
Date: Thursday, January 3, 2019 @ 21:25:01
  Author: felixonmars
Revision: 420460

archrelease: copy trunk to community-any

Added:
  certbot-nginx/repos/community-any/PKGBUILD
(from rev 420459, certbot-nginx/trunk/PKGBUILD)
Deleted:
  certbot-nginx/repos/community-any/PKGBUILD

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

Deleted: PKGBUILD
===
--- PKGBUILD2019-01-03 21:24:42 UTC (rev 420459)
+++ PKGBUILD2019-01-03 21:25:01 UTC (rev 420460)
@@ -1,34 +0,0 @@
-# Maintainer: Felix Yan 
-# Contributor: Gordian Edenhofer 
-
-pkgname=certbot-nginx
-pkgver=0.29.1
-pkgrel=1
-pkgdesc="Nginx plugin for Let’s Encrypt client"
-arch=('any')
-license=('Apache')
-url="https://pypi.python.org/pypi/$pkgname;
-depends=('certbot' 'python-acme' 'python-mock' 'python-pyopenssl' 
'python-pyparsing'
- 'python-setuptools' 'python-zope-interface')
-replaces=("letsencrypt-nginx")
-source=("https://pypi.io/packages/source/c/$pkgname/$pkgname-$pkgver.tar.gz"{,.asc})
-validpgpkeys=('148C30F6F7E429337A72D992B00B9CC82D7ADF2C'
-  '1B41B758F9A78C7F444C20FA3E5B4152E3ADB1FD'
-  'A2CFB51FA275A7286234E7B24D17C995CD9775F2')
-sha512sums=('680fbb9fa82b3187065d38807a99a1d90892b54305477b69b0ac5d7affcfedfd982d94a3aa794238c76859f3281930f9b7b4b1d81bbe85d2b131c88a9dd5f8d0'
-'SKIP')
-
-build() {
-  cd "$srcdir"/$pkgname-$pkgver
-  python setup.py build
-}
-
-check() {
-  cd "$srcdir"/$pkgname-$pkgver
-  python setup.py test
-}
-
-package() {
-  cd "$srcdir"/$pkgname-$pkgver
-  python setup.py install --root="$pkgdir"
-}

Copied: certbot-nginx/repos/community-any/PKGBUILD (from rev 420459, 
certbot-nginx/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2019-01-03 21:25:01 UTC (rev 420460)
@@ -0,0 +1,34 @@
+# Maintainer: Felix Yan 
+# Contributor: Gordian Edenhofer 
+
+pkgname=certbot-nginx
+pkgver=0.30.0
+pkgrel=1
+pkgdesc="Nginx plugin for Let’s Encrypt client"
+arch=('any')
+license=('Apache')
+url="https://pypi.python.org/pypi/$pkgname;
+depends=('certbot' 'python-acme' 'python-mock' 'python-pyopenssl' 
'python-pyparsing'
+ 'python-setuptools' 'python-zope-interface')
+replaces=("letsencrypt-nginx")
+source=("https://pypi.io/packages/source/c/$pkgname/$pkgname-$pkgver.tar.gz"{,.asc})
+validpgpkeys=('148C30F6F7E429337A72D992B00B9CC82D7ADF2C'
+  '1B41B758F9A78C7F444C20FA3E5B4152E3ADB1FD'
+  'A2CFB51FA275A7286234E7B24D17C995CD9775F2')
+sha512sums=('a9518812f4a8ae26ec06d1e11dffb51cbb71381426f5745ea873236e67de5d6d48f008da9faee3edf5f003603720496dc501a9b3f2194e4c3941830b47b0cc26'
+'SKIP')
+
+build() {
+  cd "$srcdir"/$pkgname-$pkgver
+  python setup.py build
+}
+
+check() {
+  cd "$srcdir"/$pkgname-$pkgver
+  python setup.py test
+}
+
+package() {
+  cd "$srcdir"/$pkgname-$pkgver
+  python setup.py install --root="$pkgdir"
+}


[arch-commits] Commit in prometheus-node-exporter/repos (5 files)

2019-01-03 Thread Johannes Löthberg via arch-commits
Date: Thursday, January 3, 2019 @ 21:24:38
  Author: demize
Revision: 342927

archrelease: copy trunk to testing-x86_64

Added:
  prometheus-node-exporter/repos/testing-x86_64/
  prometheus-node-exporter/repos/testing-x86_64/PKGBUILD
(from rev 342926, prometheus-node-exporter/trunk/PKGBUILD)
  prometheus-node-exporter/repos/testing-x86_64/prometheus-node-exporter.conf
(from rev 342926, 
prometheus-node-exporter/trunk/prometheus-node-exporter.conf)
  prometheus-node-exporter/repos/testing-x86_64/prometheus-node-exporter.service
(from rev 342926, 
prometheus-node-exporter/trunk/prometheus-node-exporter.service)
  
prometheus-node-exporter/repos/testing-x86_64/prometheus-node-exporter.sysusers
(from rev 342926, 
prometheus-node-exporter/trunk/prometheus-node-exporter.sysusers)

---+
 PKGBUILD  |   61 
 prometheus-node-exporter.conf |1 
 prometheus-node-exporter.service  |   18 ++
 prometheus-node-exporter.sysusers |1 
 4 files changed, 81 insertions(+)

Copied: prometheus-node-exporter/repos/testing-x86_64/PKGBUILD (from rev 
342926, prometheus-node-exporter/trunk/PKGBUILD)
===
--- testing-x86_64/PKGBUILD (rev 0)
+++ testing-x86_64/PKGBUILD 2019-01-03 21:24:38 UTC (rev 342927)
@@ -0,0 +1,61 @@
+# Maintainer: Johannes Löthberg 
+
+pkgname=prometheus-node-exporter
+pkgver=0.17.0
+pkgrel=1
+
+pkgdesc='Exporter for machine metrics'
+url='https://github.com/prometheus/node_exporter'
+arch=('x86_64')
+license=('Apache')
+
+depends=('glibc')
+makedepends=('go-pie' 'git')
+
+backup=('etc/conf.d/prometheus-node-exporter')
+
+source=("https://github.com/prometheus/node_exporter/archive/v$pkgver.tar.gz;
+prometheus-node-exporter.conf
+prometheus-node-exporter.service
+prometheus-node-exporter.sysusers
+
fix-go.sum.patch::https://github.com/prometheus/node_exporter/commit/97dab59e18c575d1384a9afd54e9f30473f34322.patch)
+
+sha256sums=('763b588b9282a8aa497286f8ab1aab61d085bdd2d258cf3457f23c60752c9a27'
+'ce93e2b95bfc86a8a046e2f9175408e1cbffa784fd3b65dd141fde70b5bb2585'
+'727ed5df3395fd77d8e2ae8c3ab7a6352213655e38c9b37badfea1aa90556394'
+'c7fd0b1793dfe7a354a28e978d3c79e7195eaf43376b9eece37e996fe0772c5c'
+'6e93306990e0ccdc03a4d776b18eb96881950e025f74c9f7a1bac3b8a43374e9')
+
+prepare() {
+  cd node_exporter-$pkgver
+
+  patch -p1 <"$srcdir"/fix-go.sum.patch
+}
+
+build() {
+  cd node_exporter-$pkgver
+
+  go build \
+-gcflags "all=-trimpath=${PWD}" \
+-asmflags "all=-trimpath=${PWD}" \
+-ldflags "-extldflags ${LDFLAGS}" \
+.
+}
+
+check() {
+  cd node_exporter-$pkgver
+
+  make collector/fixtures/sys/.unpacked
+  go test ./...
+  ./end-to-end-test.sh
+}
+
+package () {
+  install -Dm644 prometheus-node-exporter.conf 
"$pkgdir"/etc/conf.d/prometheus-node-exporter
+  install -Dm644 prometheus-node-exporter.service 
"$pkgdir"/usr/lib/systemd/system/prometheus-node-exporter.service
+  install -Dm644 prometheus-node-exporter.sysusers 
"$pkgdir"/usr/lib/sysusers.d/prometheus-node-exporter.conf
+
+  cd node_exporter-$pkgver
+
+  install -Dm755 node_exporter "$pkgdir"/usr/bin/prometheus-node-exporter
+}

Copied: 
prometheus-node-exporter/repos/testing-x86_64/prometheus-node-exporter.conf 
(from rev 342926, prometheus-node-exporter/trunk/prometheus-node-exporter.conf)
===
--- testing-x86_64/prometheus-node-exporter.conf
(rev 0)
+++ testing-x86_64/prometheus-node-exporter.conf2019-01-03 21:24:38 UTC 
(rev 342927)
@@ -0,0 +1 @@
+NODE_EXPORTER_ARGS=""

Copied: 
prometheus-node-exporter/repos/testing-x86_64/prometheus-node-exporter.service 
(from rev 342926, 
prometheus-node-exporter/trunk/prometheus-node-exporter.service)
===
--- testing-x86_64/prometheus-node-exporter.service 
(rev 0)
+++ testing-x86_64/prometheus-node-exporter.service 2019-01-03 21:24:38 UTC 
(rev 342927)
@@ -0,0 +1,18 @@
+[Unit]
+Description=Prometheus exporter for machine metrics
+Requires=network-online.target
+After=network-online.target
+
+[Service]
+User=node_exporter
+Group=node_exporter
+Restart=on-failure
+EnvironmentFile=-/etc/conf.d/prometheus-node-exporter
+ExecStart=/usr/bin/prometheus-node-exporter $NODE_EXPORTER_ARGS
+ExecReload=/bin/kill -HUP $MAINPID
+NoNewPrivileges=true
+ProtectHome=true
+ProtectSystem=strict
+
+[Install]
+WantedBy=multi-user.target

Copied: 
prometheus-node-exporter/repos/testing-x86_64/prometheus-node-exporter.sysusers 
(from rev 342926, 
prometheus-node-exporter/trunk/prometheus-node-exporter.sysusers)
===
--- 

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

2019-01-03 Thread Felix Yan via arch-commits
Date: Thursday, January 3, 2019 @ 21:24:42
  Author: felixonmars
Revision: 420459

upgpkg: certbot-nginx 0.30.0-1

Modified:
  certbot-nginx/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2019-01-03 21:23:42 UTC (rev 420458)
+++ PKGBUILD2019-01-03 21:24:42 UTC (rev 420459)
@@ -2,7 +2,7 @@
 # Contributor: Gordian Edenhofer 
 
 pkgname=certbot-nginx
-pkgver=0.29.1
+pkgver=0.30.0
 pkgrel=1
 pkgdesc="Nginx plugin for Let’s Encrypt client"
 arch=('any')
@@ -15,7 +15,7 @@
 validpgpkeys=('148C30F6F7E429337A72D992B00B9CC82D7ADF2C'
   '1B41B758F9A78C7F444C20FA3E5B4152E3ADB1FD'
   'A2CFB51FA275A7286234E7B24D17C995CD9775F2')
-sha512sums=('680fbb9fa82b3187065d38807a99a1d90892b54305477b69b0ac5d7affcfedfd982d94a3aa794238c76859f3281930f9b7b4b1d81bbe85d2b131c88a9dd5f8d0'
+sha512sums=('a9518812f4a8ae26ec06d1e11dffb51cbb71381426f5745ea873236e67de5d6d48f008da9faee3edf5f003603720496dc501a9b3f2194e4c3941830b47b0cc26'
 'SKIP')
 
 build() {


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

2019-01-03 Thread Felix Yan via arch-commits
Date: Thursday, January 3, 2019 @ 21:23:42
  Author: felixonmars
Revision: 420458

archrelease: copy trunk to community-any

Added:
  ruby-sass/repos/community-any/PKGBUILD
(from rev 420457, ruby-sass/trunk/PKGBUILD)
Deleted:
  ruby-sass/repos/community-any/PKGBUILD

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

Deleted: PKGBUILD
===
--- PKGBUILD2019-01-03 21:23:23 UTC (rev 420457)
+++ PKGBUILD2019-01-03 21:23:42 UTC (rev 420458)
@@ -1,36 +0,0 @@
-# Maintainer: Levente Polyak 
-
-_gemname=sass
-pkgname=ruby-sass
-pkgver=3.6.0
-pkgrel=1
-pkgdesc='Sass makes CSS fun again'
-url='http://sass-lang.com/'
-arch=('any')
-license=('MIT')
-depends=('ruby' 'ruby-sass-listen' 'ruby-yard' 'ruby-maruku' 'ruby-rdoc')
-options=('!emptydirs')
-source=(${pkgname}-${pkgver}.tar.gz::https://github.com/sass/ruby-sass/archive/${pkgver}.tar.gz)
-sha256sums=('cdcf25d4c7ba12137ac8858af66d7e90afde0b68072b83feb2df7f9d91b1eaa1')
-sha512sums=('fc29fcc46f735402940a5763353d9a20567e22e05f8f2bfad6c27e12307fec7b9eb1349c3fb202bb2bbb2ae8df83f726795fae5a54536ca0d31dfa5479ac3ee6')
-
-prepare() {
-  cd ${pkgname}-${pkgver}
-  sed -r 's|~>|>=|g' -i ${_gemname}.gemspec # don't give a fuck about rubys 
bla bla
-}
-
-build() {
-  cd ${pkgname}-${pkgver}
-  gem build ${_gemname}.gemspec
-}
-
-package() {
-  cd ${pkgname}-${pkgver}
-  local _gemdir="$(gem env gemdir)"
-  gem install --ignore-dependencies --no-user-install -i "${pkgdir}${_gemdir}" 
-n "${pkgdir}/usr/bin" ${_gemname}-${pkgver}.gem
-  install -Dm 644 README.md -t "${pkgdir}/usr/share/doc/${pkgname}"
-  install -Dm 644 MIT-LICENSE -t "${pkgdir}/usr/share/licenses/${pkgname}"
-  rm "${pkgdir}/${_gemdir}/cache/${_gemname}-${pkgver}.gem"
-}
-
-# vim: ts=2 sw=2 et:

Copied: ruby-sass/repos/community-any/PKGBUILD (from rev 420457, 
ruby-sass/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2019-01-03 21:23:42 UTC (rev 420458)
@@ -0,0 +1,36 @@
+# Maintainer: Levente Polyak 
+
+_gemname=sass
+pkgname=ruby-sass
+pkgver=3.7.2
+pkgrel=1
+pkgdesc='Sass makes CSS fun again'
+url='http://sass-lang.com/'
+arch=('any')
+license=('MIT')
+depends=('ruby' 'ruby-sass-listen' 'ruby-yard' 'ruby-maruku' 'ruby-rdoc')
+options=('!emptydirs')
+source=(${pkgname}-${pkgver}.tar.gz::https://github.com/sass/ruby-sass/archive/${pkgver}.tar.gz)
+sha256sums=('1885caefc7a393d45e54df2200e4dda60ee4ef653df827a7c85310bd6aca1d32')
+sha512sums=('cbae058366178fdf429e3e34b0eb82ad71c7d72f65a4b92b47219d0e694daa6fabc622abd5030e5399b42e23b09abb9b5d514b899421f29a79bf8b3bb7a58a96')
+
+prepare() {
+  cd ${pkgname}-${pkgver}
+  sed -r 's|~>|>=|g' -i ${_gemname}.gemspec # don't give a fuck about rubys 
bla bla
+}
+
+build() {
+  cd ${pkgname}-${pkgver}
+  gem build ${_gemname}.gemspec
+}
+
+package() {
+  cd ${pkgname}-${pkgver}
+  local _gemdir="$(gem env gemdir)"
+  gem install --ignore-dependencies --no-user-install -i "${pkgdir}${_gemdir}" 
-n "${pkgdir}/usr/bin" ${_gemname}-${pkgver}.gem
+  install -Dm 644 README.md -t "${pkgdir}/usr/share/doc/${pkgname}"
+  install -Dm 644 MIT-LICENSE -t "${pkgdir}/usr/share/licenses/${pkgname}"
+  rm "${pkgdir}/${_gemdir}/cache/${_gemname}-${pkgver}.gem"
+}
+
+# vim: ts=2 sw=2 et:


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

2019-01-03 Thread Felix Yan via arch-commits
Date: Thursday, January 3, 2019 @ 21:23:23
  Author: felixonmars
Revision: 420457

upgpkg: ruby-sass 3.7.2-1

Modified:
  ruby-sass/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2019-01-03 21:23:07 UTC (rev 420456)
+++ PKGBUILD2019-01-03 21:23:23 UTC (rev 420457)
@@ -2,7 +2,7 @@
 
 _gemname=sass
 pkgname=ruby-sass
-pkgver=3.6.0
+pkgver=3.7.2
 pkgrel=1
 pkgdesc='Sass makes CSS fun again'
 url='http://sass-lang.com/'
@@ -11,8 +11,8 @@
 depends=('ruby' 'ruby-sass-listen' 'ruby-yard' 'ruby-maruku' 'ruby-rdoc')
 options=('!emptydirs')
 
source=(${pkgname}-${pkgver}.tar.gz::https://github.com/sass/ruby-sass/archive/${pkgver}.tar.gz)
-sha256sums=('cdcf25d4c7ba12137ac8858af66d7e90afde0b68072b83feb2df7f9d91b1eaa1')
-sha512sums=('fc29fcc46f735402940a5763353d9a20567e22e05f8f2bfad6c27e12307fec7b9eb1349c3fb202bb2bbb2ae8df83f726795fae5a54536ca0d31dfa5479ac3ee6')
+sha256sums=('1885caefc7a393d45e54df2200e4dda60ee4ef653df827a7c85310bd6aca1d32')
+sha512sums=('cbae058366178fdf429e3e34b0eb82ad71c7d72f65a4b92b47219d0e694daa6fabc622abd5030e5399b42e23b09abb9b5d514b899421f29a79bf8b3bb7a58a96')
 
 prepare() {
   cd ${pkgname}-${pkgver}


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

2019-01-03 Thread Felix Yan via arch-commits
Date: Thursday, January 3, 2019 @ 21:23:07
  Author: felixonmars
Revision: 420456

archrelease: copy trunk to community-staging-x86_64

Added:
  idris/repos/community-staging-x86_64/
  idris/repos/community-staging-x86_64/PKGBUILD
(from rev 420455, idris/trunk/PKGBUILD)

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

Copied: idris/repos/community-staging-x86_64/PKGBUILD (from rev 420455, 
idris/trunk/PKGBUILD)
===
--- community-staging-x86_64/PKGBUILD   (rev 0)
+++ community-staging-x86_64/PKGBUILD   2019-01-03 21:23:07 UTC (rev 420456)
@@ -0,0 +1,61 @@
+# Maintainer: Felix Yan 
+# Contributor: Arch Haskell Team 
+
+pkgname=idris
+pkgver=1.3.1
+pkgrel=24
+pkgdesc="Functional Programming Language with Dependent Types"
+url="http://www.idris-lang.org/;
+license=("BSD")
+arch=('x86_64')
+depends=('ghc-libs' 'haskell-aeson' 'haskell-annotated-wl-pprint' 
'haskell-ansi-terminal'
+ 'haskell-ansi-wl-pprint' 'haskell-async' 'haskell-base64-bytestring' 
'haskell-blaze-html'
+ 'haskell-blaze-markup' 'haskell-cheapskate' 'haskell-code-page' 
'haskell-fingertree'
+ 'haskell-fsnotify' 'haskell-ieee754' 'haskell-libffi' 
'haskell-megaparsec6'
+ 'haskell-network' 'haskell-optparse-applicative' 'haskell-regex-tdfa' 
'haskell-safe'
+ 'haskell-split' 'haskell-terminal-size' 'haskell-uniplate' 
'haskell-unordered-containers'
+ 'haskell-utf8-string' 'haskell-vector' 
'haskell-vector-binary-instances'
+ 'haskell-zip-archive')
+makedepends=('ghc' 'haskell-tagged' 'haskell-tasty' 'haskell-tasty-golden' 
'haskell-tasty-rerun'
+ 'nodejs')
+source=("$pkgname-$pkgver.tar.gz::https://github.com/idris-lang/Idris-dev/archive/v$pkgver.tar.gz;)
+sha512sums=('555c7fdfad7e4f69b1aa4f6237cf4432831cd74e33342bd802ff3bc763118178b742b386035f8c071820b5e2bc71c5372c4acb356835155677046d360b722746')
+
+prepare() {
+cd Idris-dev-$pkgver
+
+sed -i '1ioverride IDRIS := env LD_PRELOAD=$(shell ls 
../../dist/build/libHSidris-*-ghc*.so) $(IDRIS)' \
+libs/*/Makefile
+sed -i -e 's/< *1.4/<2/' -e 's/< *0.6/<1/' -e 's/< *0.2/<1/' idris.cabal
+sed -i '1i{-# language NoMonadFailDesugaring #-}' 
src/Idris/Core/CaseTree.hs src/Idris/Parser/Stack.hs src/Idris/Elab/Term.hs
+}
+
+build() {
+cd Idris-dev-$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 \
+-fFFI -fGMP -f-release -f-freestanding -f-CI -f-execonly
+LC_CTYPE=en_US.UTF-8 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 Idris-dev-$pkgver
+# TODO: figure out the tests
+PATH="$PWD/dist/build:$PATH" LD_LIBRARY_PATH="$PWD/dist/build" runhaskell 
Setup test || warning "Tests failed"
+}
+
+package() {
+cd Idris-dev-$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 idris/trunk (PKGBUILD)

2019-01-03 Thread Felix Yan via arch-commits
Date: Thursday, January 3, 2019 @ 21:22:50
  Author: felixonmars
Revision: 420455

upgpkg: idris 1.3.1-24

rebuild with parser-combinators 1.0.1

Modified:
  idris/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2019-01-03 21:22:49 UTC (rev 420454)
+++ PKGBUILD2019-01-03 21:22:50 UTC (rev 420455)
@@ -3,7 +3,7 @@
 
 pkgname=idris
 pkgver=1.3.1
-pkgrel=23
+pkgrel=24
 pkgdesc="Functional Programming Language with Dependent Types"
 url="http://www.idris-lang.org/;
 license=("BSD")


[arch-commits] Commit in certbot-dns-linode/repos/community-any (PKGBUILD PKGBUILD)

2019-01-03 Thread Felix Yan via arch-commits
Date: Thursday, January 3, 2019 @ 21:22:49
  Author: felixonmars
Revision: 420454

archrelease: copy trunk to community-any

Added:
  certbot-dns-linode/repos/community-any/PKGBUILD
(from rev 420453, certbot-dns-linode/trunk/PKGBUILD)
Deleted:
  certbot-dns-linode/repos/community-any/PKGBUILD

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

Deleted: PKGBUILD
===
--- PKGBUILD2019-01-03 21:22:30 UTC (rev 420453)
+++ PKGBUILD2019-01-03 21:22:49 UTC (rev 420454)
@@ -1,32 +0,0 @@
-# Maintainer: Felix Yan 
-
-pkgname=certbot-dns-linode
-pkgver=0.29.1
-pkgrel=1
-pkgdesc="Linode DNS Authenticator plugin for Certbot"
-arch=('any')
-license=('Apache')
-url="https://pypi.python.org/pypi/$pkgname;
-depends=('certbot' 'dns-lexicon' 'python-acme' 'python-mock' 
'python-setuptools'
- 'python-zope-interface')
-source=("https://pypi.io/packages/source/c/$pkgname/$pkgname-$pkgver.tar.gz"{,.asc})
-validpgpkeys=('148C30F6F7E429337A72D992B00B9CC82D7ADF2C'
-  '1B41B758F9A78C7F444C20FA3E5B4152E3ADB1FD'
-  'A2CFB51FA275A7286234E7B24D17C995CD9775F2')
-sha512sums=('bf76bfe3f6e3d620d512a26fe8043dafe2d9a802fac6f05c6007885d77d824263022a6cbc3d2745b8e9eefc106eb3af6755f5407c46910df6c78602435be32e1'
-'SKIP')
-
-build() {
-  cd "$srcdir"/$pkgname-$pkgver
-  python setup.py build
-}
-
-check() {
-  cd "$srcdir"/$pkgname-$pkgver
-  python setup.py test
-}
-
-package() {
-  cd "$srcdir"/$pkgname-$pkgver
-  python setup.py install --root="$pkgdir"
-}

Copied: certbot-dns-linode/repos/community-any/PKGBUILD (from rev 420453, 
certbot-dns-linode/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2019-01-03 21:22:49 UTC (rev 420454)
@@ -0,0 +1,32 @@
+# Maintainer: Felix Yan 
+
+pkgname=certbot-dns-linode
+pkgver=0.30.0
+pkgrel=1
+pkgdesc="Linode DNS Authenticator plugin for Certbot"
+arch=('any')
+license=('Apache')
+url="https://pypi.python.org/pypi/$pkgname;
+depends=('certbot' 'dns-lexicon' 'python-acme' 'python-mock' 
'python-setuptools'
+ 'python-zope-interface')
+source=("https://pypi.io/packages/source/c/$pkgname/$pkgname-$pkgver.tar.gz"{,.asc})
+validpgpkeys=('148C30F6F7E429337A72D992B00B9CC82D7ADF2C'
+  '1B41B758F9A78C7F444C20FA3E5B4152E3ADB1FD'
+  'A2CFB51FA275A7286234E7B24D17C995CD9775F2')
+sha512sums=('86737cc48ee64ba4a7d30aab5972652f0f7354f346052ae57a16fe5abf76d1ff10c69d2410fd8467fd324f0d5a96571c02ac84293c495ca6050b3c6a9d0e5b47'
+'SKIP')
+
+build() {
+  cd "$srcdir"/$pkgname-$pkgver
+  python setup.py build
+}
+
+check() {
+  cd "$srcdir"/$pkgname-$pkgver
+  python setup.py test
+}
+
+package() {
+  cd "$srcdir"/$pkgname-$pkgver
+  python setup.py install --root="$pkgdir"
+}


[arch-commits] Commit in prometheus-node-exporter (6 files)

2019-01-03 Thread Johannes Löthberg via arch-commits
Date: Thursday, January 3, 2019 @ 21:22:49
  Author: demize
Revision: 342926

Add inital prometheus-node-exporter

Added:
  prometheus-node-exporter/repos/
  prometheus-node-exporter/trunk/
  prometheus-node-exporter/trunk/PKGBUILD
  prometheus-node-exporter/trunk/prometheus-node-exporter.conf
  prometheus-node-exporter/trunk/prometheus-node-exporter.service
  prometheus-node-exporter/trunk/prometheus-node-exporter.sysusers

---+
 PKGBUILD  |   61 
 prometheus-node-exporter.conf |1 
 prometheus-node-exporter.service  |   18 ++
 prometheus-node-exporter.sysusers |1 
 4 files changed, 81 insertions(+)

Added: trunk/PKGBUILD
===
--- trunk/PKGBUILD  (rev 0)
+++ trunk/PKGBUILD  2019-01-03 21:22:49 UTC (rev 342926)
@@ -0,0 +1,61 @@
+# Maintainer: Johannes Löthberg 
+
+pkgname=prometheus-node-exporter
+pkgver=0.17.0
+pkgrel=1
+
+pkgdesc='Exporter for machine metrics'
+url='https://github.com/prometheus/node_exporter'
+arch=('x86_64')
+license=('Apache')
+
+depends=('glibc')
+makedepends=('go-pie' 'git')
+
+backup=('etc/conf.d/prometheus-node-exporter')
+
+source=("https://github.com/prometheus/node_exporter/archive/v$pkgver.tar.gz;
+prometheus-node-exporter.conf
+prometheus-node-exporter.service
+prometheus-node-exporter.sysusers
+
fix-go.sum.patch::https://github.com/prometheus/node_exporter/commit/97dab59e18c575d1384a9afd54e9f30473f34322.patch)
+
+sha256sums=('763b588b9282a8aa497286f8ab1aab61d085bdd2d258cf3457f23c60752c9a27'
+'ce93e2b95bfc86a8a046e2f9175408e1cbffa784fd3b65dd141fde70b5bb2585'
+'727ed5df3395fd77d8e2ae8c3ab7a6352213655e38c9b37badfea1aa90556394'
+'c7fd0b1793dfe7a354a28e978d3c79e7195eaf43376b9eece37e996fe0772c5c'
+'6e93306990e0ccdc03a4d776b18eb96881950e025f74c9f7a1bac3b8a43374e9')
+
+prepare() {
+  cd node_exporter-$pkgver
+
+  patch -p1 <"$srcdir"/fix-go.sum.patch
+}
+
+build() {
+  cd node_exporter-$pkgver
+
+  go build \
+-gcflags "all=-trimpath=${PWD}" \
+-asmflags "all=-trimpath=${PWD}" \
+-ldflags "-extldflags ${LDFLAGS}" \
+.
+}
+
+check() {
+  cd node_exporter-$pkgver
+
+  make collector/fixtures/sys/.unpacked
+  go test ./...
+  ./end-to-end-test.sh
+}
+
+package () {
+  install -Dm644 prometheus-node-exporter.conf 
"$pkgdir"/etc/conf.d/prometheus-node-exporter
+  install -Dm644 prometheus-node-exporter.service 
"$pkgdir"/usr/lib/systemd/system/prometheus-node-exporter.service
+  install -Dm644 prometheus-node-exporter.sysusers 
"$pkgdir"/usr/lib/sysusers.d/prometheus-node-exporter.conf
+
+  cd node_exporter-$pkgver
+
+  install -Dm755 node_exporter "$pkgdir"/usr/bin/prometheus-node-exporter
+}

Added: trunk/prometheus-node-exporter.conf
===
--- trunk/prometheus-node-exporter.conf (rev 0)
+++ trunk/prometheus-node-exporter.conf 2019-01-03 21:22:49 UTC (rev 342926)
@@ -0,0 +1 @@
+NODE_EXPORTER_ARGS=""

Added: trunk/prometheus-node-exporter.service
===
--- trunk/prometheus-node-exporter.service  (rev 0)
+++ trunk/prometheus-node-exporter.service  2019-01-03 21:22:49 UTC (rev 
342926)
@@ -0,0 +1,18 @@
+[Unit]
+Description=Prometheus exporter for machine metrics
+Requires=network-online.target
+After=network-online.target
+
+[Service]
+User=node_exporter
+Group=node_exporter
+Restart=on-failure
+EnvironmentFile=-/etc/conf.d/prometheus-node-exporter
+ExecStart=/usr/bin/prometheus-node-exporter $NODE_EXPORTER_ARGS
+ExecReload=/bin/kill -HUP $MAINPID
+NoNewPrivileges=true
+ProtectHome=true
+ProtectSystem=strict
+
+[Install]
+WantedBy=multi-user.target

Added: trunk/prometheus-node-exporter.sysusers
===
--- trunk/prometheus-node-exporter.sysusers (rev 0)
+++ trunk/prometheus-node-exporter.sysusers 2019-01-03 21:22:49 UTC (rev 
342926)
@@ -0,0 +1 @@
+u node_exporter - "Prometheus node-exporter user"


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

2019-01-03 Thread Felix Yan via arch-commits
Date: Thursday, January 3, 2019 @ 21:22:30
  Author: felixonmars
Revision: 420453

upgpkg: certbot-dns-linode 0.30.0-1

Modified:
  certbot-dns-linode/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2019-01-03 21:22:17 UTC (rev 420452)
+++ PKGBUILD2019-01-03 21:22:30 UTC (rev 420453)
@@ -1,7 +1,7 @@
 # Maintainer: Felix Yan 
 
 pkgname=certbot-dns-linode
-pkgver=0.29.1
+pkgver=0.30.0
 pkgrel=1
 pkgdesc="Linode DNS Authenticator plugin for Certbot"
 arch=('any')
@@ -13,7 +13,7 @@
 validpgpkeys=('148C30F6F7E429337A72D992B00B9CC82D7ADF2C'
   '1B41B758F9A78C7F444C20FA3E5B4152E3ADB1FD'
   'A2CFB51FA275A7286234E7B24D17C995CD9775F2')
-sha512sums=('bf76bfe3f6e3d620d512a26fe8043dafe2d9a802fac6f05c6007885d77d824263022a6cbc3d2745b8e9eefc106eb3af6755f5407c46910df6c78602435be32e1'
+sha512sums=('86737cc48ee64ba4a7d30aab5972652f0f7354f346052ae57a16fe5abf76d1ff10c69d2410fd8467fd324f0d5a96571c02ac84293c495ca6050b3c6a9d0e5b47'
 'SKIP')
 
 build() {


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

2019-01-03 Thread Felix Yan via arch-commits
Date: Thursday, January 3, 2019 @ 21:21:58
  Author: felixonmars
Revision: 420451

upgpkg: deepin-topbar 0.6.2-1

Modified:
  deepin-topbar/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2019-01-03 21:20:27 UTC (rev 420450)
+++ PKGBUILD2019-01-03 21:21:58 UTC (rev 420451)
@@ -2,7 +2,7 @@
 # Contributor: kirigaya 
 
 pkgname=deepin-topbar
-pkgver=0.6.0
+pkgver=0.6.2
 pkgrel=1
 pkgdesc="This is topbar for Deepin"
 arch=('x86_64')
@@ -11,7 +11,7 @@
 depends=('deepin-network-utils' 'deepin-qt5integration' 
'deepin-qt-dbus-factory' 'libdbusmenu-qt5')
 makedepends=('cmake' 'qt5-tools')
 
source=("$pkgname-$pkgver.tar.gz::https://github.com/kirigayakazushin/deepin-topbar/archive/$pkgver.tar.gz;)
-sha512sums=('fd9155c148235a76072e9a96d6e2b38122a5257319381a7f1224f5e2901ba9ca290c11dda09570ca942080126d49796b87c28371502e9d66032a4389724560df')
+sha512sums=('9ccdb75a6b8566633588ea17470609bfc512462c668acf059716237df871bfd19550b63298b572a36473ef0addc93fc4d15b11a0530a854aafebda59e44ce14f')
 
 build() {
   cd $pkgname-$pkgver


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

2019-01-03 Thread Felix Yan via arch-commits
Date: Thursday, January 3, 2019 @ 21:22:17
  Author: felixonmars
Revision: 420452

archrelease: copy trunk to community-x86_64

Added:
  deepin-topbar/repos/community-x86_64/PKGBUILD
(from rev 420451, deepin-topbar/trunk/PKGBUILD)
Deleted:
  deepin-topbar/repos/community-x86_64/PKGBUILD

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

Deleted: PKGBUILD
===
--- PKGBUILD2019-01-03 21:21:58 UTC (rev 420451)
+++ PKGBUILD2019-01-03 21:22:17 UTC (rev 420452)
@@ -1,25 +0,0 @@
-# Maintainer: Felix Yan 
-# Contributor: kirigaya 
-
-pkgname=deepin-topbar
-pkgver=0.6.0
-pkgrel=1
-pkgdesc="This is topbar for Deepin"
-arch=('x86_64')
-url="https://github.com/kirigayakazushin/deepin-topbar;
-license=('GPL')
-depends=('deepin-network-utils' 'deepin-qt5integration' 
'deepin-qt-dbus-factory' 'libdbusmenu-qt5')
-makedepends=('cmake' 'qt5-tools')
-source=("$pkgname-$pkgver.tar.gz::https://github.com/kirigayakazushin/deepin-topbar/archive/$pkgver.tar.gz;)
-sha512sums=('fd9155c148235a76072e9a96d6e2b38122a5257319381a7f1224f5e2901ba9ca290c11dda09570ca942080126d49796b87c28371502e9d66032a4389724560df')
-
-build() {
-  cd $pkgname-$pkgver
-  cmake . -DCMAKE_INSTALL_PREFIX=/usr -DCMAKE_INSTALL_LIBDIR=lib
-  make
-}
-
-package() {
-  cd $pkgname-$pkgver
-  make DESTDIR="$pkgdir" install
-}

Copied: deepin-topbar/repos/community-x86_64/PKGBUILD (from rev 420451, 
deepin-topbar/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2019-01-03 21:22:17 UTC (rev 420452)
@@ -0,0 +1,25 @@
+# Maintainer: Felix Yan 
+# Contributor: kirigaya 
+
+pkgname=deepin-topbar
+pkgver=0.6.2
+pkgrel=1
+pkgdesc="This is topbar for Deepin"
+arch=('x86_64')
+url="https://github.com/kirigayakazushin/deepin-topbar;
+license=('GPL')
+depends=('deepin-network-utils' 'deepin-qt5integration' 
'deepin-qt-dbus-factory' 'libdbusmenu-qt5')
+makedepends=('cmake' 'qt5-tools')
+source=("$pkgname-$pkgver.tar.gz::https://github.com/kirigayakazushin/deepin-topbar/archive/$pkgver.tar.gz;)
+sha512sums=('9ccdb75a6b8566633588ea17470609bfc512462c668acf059716237df871bfd19550b63298b572a36473ef0addc93fc4d15b11a0530a854aafebda59e44ce14f')
+
+build() {
+  cd $pkgname-$pkgver
+  cmake . -DCMAKE_INSTALL_PREFIX=/usr -DCMAKE_INSTALL_LIBDIR=lib
+  make
+}
+
+package() {
+  cd $pkgname-$pkgver
+  make DESTDIR="$pkgdir" install
+}


[arch-commits] Commit in certbot-dns-gehirn/repos/community-any (PKGBUILD PKGBUILD)

2019-01-03 Thread Felix Yan via arch-commits
Date: Thursday, January 3, 2019 @ 21:20:27
  Author: felixonmars
Revision: 420450

archrelease: copy trunk to community-any

Added:
  certbot-dns-gehirn/repos/community-any/PKGBUILD
(from rev 420449, certbot-dns-gehirn/trunk/PKGBUILD)
Deleted:
  certbot-dns-gehirn/repos/community-any/PKGBUILD

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

Deleted: PKGBUILD
===
--- PKGBUILD2019-01-03 21:20:09 UTC (rev 420449)
+++ PKGBUILD2019-01-03 21:20:27 UTC (rev 420450)
@@ -1,32 +0,0 @@
-# Maintainer: Felix Yan 
-
-pkgname=certbot-dns-gehirn
-pkgver=0.29.1
-pkgrel=1
-pkgdesc="Gehirn DNS Authenticator plugin for Certbot"
-arch=('any')
-license=('Apache')
-url="https://pypi.python.org/pypi/$pkgname;
-depends=('certbot' 'dns-lexicon' 'python-acme' 'python-mock' 
'python-setuptools'
- 'python-zope-interface')
-source=("https://pypi.io/packages/source/c/$pkgname/$pkgname-$pkgver.tar.gz"{,.asc})
-validpgpkeys=('148C30F6F7E429337A72D992B00B9CC82D7ADF2C'
-  '1B41B758F9A78C7F444C20FA3E5B4152E3ADB1FD'
-  'A2CFB51FA275A7286234E7B24D17C995CD9775F2')
-sha512sums=('4130c6a5bd6e8ed840dc9d5a1253af3c0e639cbc5b7daae8b70f317f5e8eb67350fc63188d16fb6d45d4cbe9cae7536f745fa55f091f60a210051f68c23a'
-'SKIP')
-
-build() {
-  cd "$srcdir"/$pkgname-$pkgver
-  python setup.py build
-}
-
-check() {
-  cd "$srcdir"/$pkgname-$pkgver
-  python setup.py test
-}
-
-package() {
-  cd "$srcdir"/$pkgname-$pkgver
-  python setup.py install --root="$pkgdir"
-}

Copied: certbot-dns-gehirn/repos/community-any/PKGBUILD (from rev 420449, 
certbot-dns-gehirn/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2019-01-03 21:20:27 UTC (rev 420450)
@@ -0,0 +1,32 @@
+# Maintainer: Felix Yan 
+
+pkgname=certbot-dns-gehirn
+pkgver=0.30.0
+pkgrel=1
+pkgdesc="Gehirn DNS Authenticator plugin for Certbot"
+arch=('any')
+license=('Apache')
+url="https://pypi.python.org/pypi/$pkgname;
+depends=('certbot' 'dns-lexicon' 'python-acme' 'python-mock' 
'python-setuptools'
+ 'python-zope-interface')
+source=("https://pypi.io/packages/source/c/$pkgname/$pkgname-$pkgver.tar.gz"{,.asc})
+validpgpkeys=('148C30F6F7E429337A72D992B00B9CC82D7ADF2C'
+  '1B41B758F9A78C7F444C20FA3E5B4152E3ADB1FD'
+  'A2CFB51FA275A7286234E7B24D17C995CD9775F2')
+sha512sums=('95f945b22da49ee2f31ea2155ad56dbe96dd9af3cf5ce4b01d98217f7c2f9540383aef09aabaf1e1a4fcb7dcacb92a78f728ba5cdb8adbfe63d14262a54f3821'
+'SKIP')
+
+build() {
+  cd "$srcdir"/$pkgname-$pkgver
+  python setup.py build
+}
+
+check() {
+  cd "$srcdir"/$pkgname-$pkgver
+  python setup.py test
+}
+
+package() {
+  cd "$srcdir"/$pkgname-$pkgver
+  python setup.py install --root="$pkgdir"
+}


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

2019-01-03 Thread Felix Yan via arch-commits
Date: Thursday, January 3, 2019 @ 21:20:09
  Author: felixonmars
Revision: 420449

upgpkg: certbot-dns-gehirn 0.30.0-1

Modified:
  certbot-dns-gehirn/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2019-01-03 21:18:16 UTC (rev 420448)
+++ PKGBUILD2019-01-03 21:20:09 UTC (rev 420449)
@@ -1,7 +1,7 @@
 # Maintainer: Felix Yan 
 
 pkgname=certbot-dns-gehirn
-pkgver=0.29.1
+pkgver=0.30.0
 pkgrel=1
 pkgdesc="Gehirn DNS Authenticator plugin for Certbot"
 arch=('any')
@@ -13,7 +13,7 @@
 validpgpkeys=('148C30F6F7E429337A72D992B00B9CC82D7ADF2C'
   '1B41B758F9A78C7F444C20FA3E5B4152E3ADB1FD'
   'A2CFB51FA275A7286234E7B24D17C995CD9775F2')
-sha512sums=('4130c6a5bd6e8ed840dc9d5a1253af3c0e639cbc5b7daae8b70f317f5e8eb67350fc63188d16fb6d45d4cbe9cae7536f745fa55f091f60a210051f68c23a'
+sha512sums=('95f945b22da49ee2f31ea2155ad56dbe96dd9af3cf5ce4b01d98217f7c2f9540383aef09aabaf1e1a4fcb7dcacb92a78f728ba5cdb8adbfe63d14262a54f3821'
 'SKIP')
 
 build() {


[arch-commits] Commit in certbot-dns-sakuracloud/repos/community-any (2 files)

2019-01-03 Thread Felix Yan via arch-commits
Date: Thursday, January 3, 2019 @ 21:18:16
  Author: felixonmars
Revision: 420448

archrelease: copy trunk to community-any

Added:
  certbot-dns-sakuracloud/repos/community-any/PKGBUILD
(from rev 420447, certbot-dns-sakuracloud/trunk/PKGBUILD)
Deleted:
  certbot-dns-sakuracloud/repos/community-any/PKGBUILD

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

Deleted: PKGBUILD
===
--- PKGBUILD2019-01-03 21:17:57 UTC (rev 420447)
+++ PKGBUILD2019-01-03 21:18:16 UTC (rev 420448)
@@ -1,32 +0,0 @@
-# Maintainer: Felix Yan 
-
-pkgname=certbot-dns-sakuracloud
-pkgver=0.29.1
-pkgrel=1
-pkgdesc="Sakura Cloud DNS Authenticator plugin for Certbot"
-arch=('any')
-license=('Apache')
-url="https://pypi.python.org/pypi/$pkgname;
-depends=('certbot' 'dns-lexicon' 'python-acme' 'python-mock' 
'python-setuptools'
- 'python-zope-interface')
-source=("https://pypi.io/packages/source/c/$pkgname/$pkgname-$pkgver.tar.gz"{,.asc})
-validpgpkeys=('148C30F6F7E429337A72D992B00B9CC82D7ADF2C'
-  '1B41B758F9A78C7F444C20FA3E5B4152E3ADB1FD'
-  'A2CFB51FA275A7286234E7B24D17C995CD9775F2')
-sha512sums=('2805ff9bb35407a227ade937f2ce5db9e95f211f67771981ef13ca452edff770f7c7492ca3c3280f3db53127228fb14c0cda16517ed38e1ed81742d77b65bd26'
-'SKIP')
-
-build() {
-  cd "$srcdir"/$pkgname-$pkgver
-  python setup.py build
-}
-
-check() {
-  cd "$srcdir"/$pkgname-$pkgver
-  python setup.py test
-}
-
-package() {
-  cd "$srcdir"/$pkgname-$pkgver
-  python setup.py install --root="$pkgdir"
-}

Copied: certbot-dns-sakuracloud/repos/community-any/PKGBUILD (from rev 420447, 
certbot-dns-sakuracloud/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2019-01-03 21:18:16 UTC (rev 420448)
@@ -0,0 +1,32 @@
+# Maintainer: Felix Yan 
+
+pkgname=certbot-dns-sakuracloud
+pkgver=0.30.0
+pkgrel=1
+pkgdesc="Sakura Cloud DNS Authenticator plugin for Certbot"
+arch=('any')
+license=('Apache')
+url="https://pypi.python.org/pypi/$pkgname;
+depends=('certbot' 'dns-lexicon' 'python-acme' 'python-mock' 
'python-setuptools'
+ 'python-zope-interface')
+source=("https://pypi.io/packages/source/c/$pkgname/$pkgname-$pkgver.tar.gz"{,.asc})
+validpgpkeys=('148C30F6F7E429337A72D992B00B9CC82D7ADF2C'
+  '1B41B758F9A78C7F444C20FA3E5B4152E3ADB1FD'
+  'A2CFB51FA275A7286234E7B24D17C995CD9775F2')
+sha512sums=('ab34ff636475734c8627c8bfbce8f575e746017f4cbb6580dfb2d84c45ac9ccbd209721a293cab409d7c97dcfb022242e5305be93674ef4997774ffeb5ab7667'
+'SKIP')
+
+build() {
+  cd "$srcdir"/$pkgname-$pkgver
+  python setup.py build
+}
+
+check() {
+  cd "$srcdir"/$pkgname-$pkgver
+  python setup.py test
+}
+
+package() {
+  cd "$srcdir"/$pkgname-$pkgver
+  python setup.py install --root="$pkgdir"
+}


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

2019-01-03 Thread Felix Yan via arch-commits
Date: Thursday, January 3, 2019 @ 21:17:57
  Author: felixonmars
Revision: 420447

upgpkg: certbot-dns-sakuracloud 0.30.0-1

Modified:
  certbot-dns-sakuracloud/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2019-01-03 21:16:31 UTC (rev 420446)
+++ PKGBUILD2019-01-03 21:17:57 UTC (rev 420447)
@@ -1,7 +1,7 @@
 # Maintainer: Felix Yan 
 
 pkgname=certbot-dns-sakuracloud
-pkgver=0.29.1
+pkgver=0.30.0
 pkgrel=1
 pkgdesc="Sakura Cloud DNS Authenticator plugin for Certbot"
 arch=('any')
@@ -13,7 +13,7 @@
 validpgpkeys=('148C30F6F7E429337A72D992B00B9CC82D7ADF2C'
   '1B41B758F9A78C7F444C20FA3E5B4152E3ADB1FD'
   'A2CFB51FA275A7286234E7B24D17C995CD9775F2')
-sha512sums=('2805ff9bb35407a227ade937f2ce5db9e95f211f67771981ef13ca452edff770f7c7492ca3c3280f3db53127228fb14c0cda16517ed38e1ed81742d77b65bd26'
+sha512sums=('ab34ff636475734c8627c8bfbce8f575e746017f4cbb6580dfb2d84c45ac9ccbd209721a293cab409d7c97dcfb022242e5305be93674ef4997774ffeb5ab7667'
 'SKIP')
 
 build() {


[arch-commits] Commit in certbot-dns-ovh/repos/community-any (PKGBUILD PKGBUILD)

2019-01-03 Thread Felix Yan via arch-commits
Date: Thursday, January 3, 2019 @ 21:16:31
  Author: felixonmars
Revision: 420446

archrelease: copy trunk to community-any

Added:
  certbot-dns-ovh/repos/community-any/PKGBUILD
(from rev 420445, certbot-dns-ovh/trunk/PKGBUILD)
Deleted:
  certbot-dns-ovh/repos/community-any/PKGBUILD

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

Deleted: PKGBUILD
===
--- PKGBUILD2019-01-03 21:16:13 UTC (rev 420445)
+++ PKGBUILD2019-01-03 21:16:31 UTC (rev 420446)
@@ -1,32 +0,0 @@
-# Maintainer: Felix Yan 
-
-pkgname=certbot-dns-ovh
-pkgver=0.29.1
-pkgrel=1
-pkgdesc="OVH DNS Authenticator plugin for Certbot"
-arch=('any')
-license=('Apache')
-url="https://pypi.python.org/pypi/$pkgname;
-depends=('certbot' 'dns-lexicon' 'python-acme' 'python-mock' 
'python-setuptools'
- 'python-zope-interface')
-source=("https://pypi.io/packages/source/c/$pkgname/$pkgname-$pkgver.tar.gz"{,.asc})
-validpgpkeys=('148C30F6F7E429337A72D992B00B9CC82D7ADF2C'
-  '1B41B758F9A78C7F444C20FA3E5B4152E3ADB1FD'
-  'A2CFB51FA275A7286234E7B24D17C995CD9775F2')
-sha512sums=('5ffa7e8e167e2b71700727816b2a703621b7f0a807d709666e8bc287f049cb68c6c4e0c04357ac5abf06e6e78a2edd0ccdcea2b911aa7698697f932761908158'
-'SKIP')
-
-build() {
-  cd "$srcdir"/$pkgname-$pkgver
-  python setup.py build
-}
-
-check() {
-  cd "$srcdir"/$pkgname-$pkgver
-  python setup.py test
-}
-
-package() {
-  cd "$srcdir"/$pkgname-$pkgver
-  python setup.py install --root="$pkgdir"
-}

Copied: certbot-dns-ovh/repos/community-any/PKGBUILD (from rev 420445, 
certbot-dns-ovh/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2019-01-03 21:16:31 UTC (rev 420446)
@@ -0,0 +1,32 @@
+# Maintainer: Felix Yan 
+
+pkgname=certbot-dns-ovh
+pkgver=0.30.0
+pkgrel=1
+pkgdesc="OVH DNS Authenticator plugin for Certbot"
+arch=('any')
+license=('Apache')
+url="https://pypi.python.org/pypi/$pkgname;
+depends=('certbot' 'dns-lexicon' 'python-acme' 'python-mock' 
'python-setuptools'
+ 'python-zope-interface')
+source=("https://pypi.io/packages/source/c/$pkgname/$pkgname-$pkgver.tar.gz"{,.asc})
+validpgpkeys=('148C30F6F7E429337A72D992B00B9CC82D7ADF2C'
+  '1B41B758F9A78C7F444C20FA3E5B4152E3ADB1FD'
+  'A2CFB51FA275A7286234E7B24D17C995CD9775F2')
+sha512sums=('ada9914b823ce0641f1a70a13517b3f9d4751d6a0c01c931fb4efa37e398030923558c99c310eaba01db390d4c8b9dc77794cab5b971a368e3b7917f337d2564'
+'SKIP')
+
+build() {
+  cd "$srcdir"/$pkgname-$pkgver
+  python setup.py build
+}
+
+check() {
+  cd "$srcdir"/$pkgname-$pkgver
+  python setup.py test
+}
+
+package() {
+  cd "$srcdir"/$pkgname-$pkgver
+  python setup.py install --root="$pkgdir"
+}


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

2019-01-03 Thread Felix Yan via arch-commits
Date: Thursday, January 3, 2019 @ 21:16:13
  Author: felixonmars
Revision: 420445

upgpkg: certbot-dns-ovh 0.30.0-1

Modified:
  certbot-dns-ovh/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2019-01-03 21:15:43 UTC (rev 420444)
+++ PKGBUILD2019-01-03 21:16:13 UTC (rev 420445)
@@ -1,7 +1,7 @@
 # Maintainer: Felix Yan 
 
 pkgname=certbot-dns-ovh
-pkgver=0.29.1
+pkgver=0.30.0
 pkgrel=1
 pkgdesc="OVH DNS Authenticator plugin for Certbot"
 arch=('any')
@@ -13,7 +13,7 @@
 validpgpkeys=('148C30F6F7E429337A72D992B00B9CC82D7ADF2C'
   '1B41B758F9A78C7F444C20FA3E5B4152E3ADB1FD'
   'A2CFB51FA275A7286234E7B24D17C995CD9775F2')
-sha512sums=('5ffa7e8e167e2b71700727816b2a703621b7f0a807d709666e8bc287f049cb68c6c4e0c04357ac5abf06e6e78a2edd0ccdcea2b911aa7698697f932761908158'
+sha512sums=('ada9914b823ce0641f1a70a13517b3f9d4751d6a0c01c931fb4efa37e398030923558c99c310eaba01db390d4c8b9dc77794cab5b971a368e3b7917f337d2564'
 'SKIP')
 
 build() {


[arch-commits] Commit in (prometheus-node-exporter)

2019-01-03 Thread Johannes Löthberg via arch-commits
Date: Thursday, January 3, 2019 @ 21:16:09
  Author: demize
Revision: 342925

mkdir prometheus-node-exporter

Added:
  prometheus-node-exporter/


[arch-commits] Commit in certbot-dns-route53/repos/community-any (PKGBUILD PKGBUILD)

2019-01-03 Thread Felix Yan via arch-commits
Date: Thursday, January 3, 2019 @ 21:15:43
  Author: felixonmars
Revision: 420444

archrelease: copy trunk to community-any

Added:
  certbot-dns-route53/repos/community-any/PKGBUILD
(from rev 420443, certbot-dns-route53/trunk/PKGBUILD)
Deleted:
  certbot-dns-route53/repos/community-any/PKGBUILD

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

Deleted: PKGBUILD
===
--- PKGBUILD2019-01-03 21:15:25 UTC (rev 420443)
+++ PKGBUILD2019-01-03 21:15:43 UTC (rev 420444)
@@ -1,32 +0,0 @@
-# Maintainer: Felix Yan 
-
-pkgname=certbot-dns-route53
-pkgver=0.29.1
-pkgrel=1
-pkgdesc="Route53 DNS Authenticator plugin for Certbot"
-arch=('any')
-license=('Apache')
-url="https://pypi.python.org/pypi/$pkgname;
-depends=('certbot' 'python-acme' 'python-boto3' 'python-mock' 
'python-setuptools'
- 'python-zope-interface')
-source=("https://pypi.io/packages/source/c/$pkgname/$pkgname-$pkgver.tar.gz"{,.asc})
-validpgpkeys=('148C30F6F7E429337A72D992B00B9CC82D7ADF2C'
-  '1B41B758F9A78C7F444C20FA3E5B4152E3ADB1FD'
-  'A2CFB51FA275A7286234E7B24D17C995CD9775F2')
-sha512sums=('5397ba383f14ab55b46872165c6851e23549fccbdcc747588c68e16c0742c36451e6a33aacd1c20b2ced54c4a1e3e0e34a282a6832603c00b95b6de01d935491'
-'SKIP')
-
-build() {
-  cd "$srcdir"/$pkgname-$pkgver
-  python setup.py build
-}
-
-check() {
-  cd "$srcdir"/$pkgname-$pkgver
-  python setup.py test
-}
-
-package() {
-  cd "$srcdir"/$pkgname-$pkgver
-  python setup.py install --root="$pkgdir"
-}

Copied: certbot-dns-route53/repos/community-any/PKGBUILD (from rev 420443, 
certbot-dns-route53/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2019-01-03 21:15:43 UTC (rev 420444)
@@ -0,0 +1,32 @@
+# Maintainer: Felix Yan 
+
+pkgname=certbot-dns-route53
+pkgver=0.30.0
+pkgrel=1
+pkgdesc="Route53 DNS Authenticator plugin for Certbot"
+arch=('any')
+license=('Apache')
+url="https://pypi.python.org/pypi/$pkgname;
+depends=('certbot' 'python-acme' 'python-boto3' 'python-mock' 
'python-setuptools'
+ 'python-zope-interface')
+source=("https://pypi.io/packages/source/c/$pkgname/$pkgname-$pkgver.tar.gz"{,.asc})
+validpgpkeys=('148C30F6F7E429337A72D992B00B9CC82D7ADF2C'
+  '1B41B758F9A78C7F444C20FA3E5B4152E3ADB1FD'
+  'A2CFB51FA275A7286234E7B24D17C995CD9775F2')
+sha512sums=('42f21446bcf23b50b4648223c6bc67ebac75dc7762f1cf02de33fe4a91ac591c73067bd1ff4b6df27aaa1e2acbe52a36e68bcdd44c31c2e430af37f6cb97e99d'
+'SKIP')
+
+build() {
+  cd "$srcdir"/$pkgname-$pkgver
+  python setup.py build
+}
+
+check() {
+  cd "$srcdir"/$pkgname-$pkgver
+  python setup.py test
+}
+
+package() {
+  cd "$srcdir"/$pkgname-$pkgver
+  python setup.py install --root="$pkgdir"
+}


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

2019-01-03 Thread Felix Yan via arch-commits
Date: Thursday, January 3, 2019 @ 21:15:25
  Author: felixonmars
Revision: 420443

upgpkg: certbot-dns-route53 0.30.0-1

Modified:
  certbot-dns-route53/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2019-01-03 21:15:05 UTC (rev 420442)
+++ PKGBUILD2019-01-03 21:15:25 UTC (rev 420443)
@@ -1,7 +1,7 @@
 # Maintainer: Felix Yan 
 
 pkgname=certbot-dns-route53
-pkgver=0.29.1
+pkgver=0.30.0
 pkgrel=1
 pkgdesc="Route53 DNS Authenticator plugin for Certbot"
 arch=('any')
@@ -13,7 +13,7 @@
 validpgpkeys=('148C30F6F7E429337A72D992B00B9CC82D7ADF2C'
   '1B41B758F9A78C7F444C20FA3E5B4152E3ADB1FD'
   'A2CFB51FA275A7286234E7B24D17C995CD9775F2')
-sha512sums=('5397ba383f14ab55b46872165c6851e23549fccbdcc747588c68e16c0742c36451e6a33aacd1c20b2ced54c4a1e3e0e34a282a6832603c00b95b6de01d935491'
+sha512sums=('42f21446bcf23b50b4648223c6bc67ebac75dc7762f1cf02de33fe4a91ac591c73067bd1ff4b6df27aaa1e2acbe52a36e68bcdd44c31c2e430af37f6cb97e99d'
 'SKIP')
 
 build() {


[arch-commits] Commit in certbot-dns-rfc2136/repos/community-any (PKGBUILD PKGBUILD)

2019-01-03 Thread Felix Yan via arch-commits
Date: Thursday, January 3, 2019 @ 21:13:46
  Author: felixonmars
Revision: 420438

archrelease: copy trunk to community-any

Added:
  certbot-dns-rfc2136/repos/community-any/PKGBUILD
(from rev 420437, certbot-dns-rfc2136/trunk/PKGBUILD)
Deleted:
  certbot-dns-rfc2136/repos/community-any/PKGBUILD

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

Deleted: PKGBUILD
===
--- PKGBUILD2019-01-03 21:13:28 UTC (rev 420437)
+++ PKGBUILD2019-01-03 21:13:46 UTC (rev 420438)
@@ -1,32 +0,0 @@
-# Maintainer: Felix Yan 
-
-pkgname=certbot-dns-rfc2136
-pkgver=0.29.1
-pkgrel=1
-pkgdesc="NS1 DNS Authenticator plugin for Certbot"
-arch=('any')
-license=('Apache')
-url="https://pypi.python.org/pypi/$pkgname;
-depends=('certbot' 'python-acme' 'python-dnspython' 'python-mock' 
'python-setuptools'
- 'python-zope-interface')
-source=("https://pypi.io/packages/source/c/$pkgname/$pkgname-$pkgver.tar.gz"{,.asc})
-validpgpkeys=('148C30F6F7E429337A72D992B00B9CC82D7ADF2C'
-  '1B41B758F9A78C7F444C20FA3E5B4152E3ADB1FD'
-  'A2CFB51FA275A7286234E7B24D17C995CD9775F2')
-sha512sums=('db05af0222c14369bd759d94c95ef3830f441df70ccb40dd778aea14b1b3d43583a6220b14a46e496eb691f0d9b2172f95a3be635063b785cc94282a43768179'
-'SKIP')
-
-build() {
-  cd "$srcdir"/$pkgname-$pkgver
-  python setup.py build
-}
-
-check() {
-  cd "$srcdir"/$pkgname-$pkgver
-  python setup.py test
-}
-
-package() {
-  cd "$srcdir"/$pkgname-$pkgver
-  python setup.py install --root="$pkgdir"
-}

Copied: certbot-dns-rfc2136/repos/community-any/PKGBUILD (from rev 420437, 
certbot-dns-rfc2136/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2019-01-03 21:13:46 UTC (rev 420438)
@@ -0,0 +1,32 @@
+# Maintainer: Felix Yan 
+
+pkgname=certbot-dns-rfc2136
+pkgver=0.30.0
+pkgrel=1
+pkgdesc="NS1 DNS Authenticator plugin for Certbot"
+arch=('any')
+license=('Apache')
+url="https://pypi.python.org/pypi/$pkgname;
+depends=('certbot' 'python-acme' 'python-dnspython' 'python-mock' 
'python-setuptools'
+ 'python-zope-interface')
+source=("https://pypi.io/packages/source/c/$pkgname/$pkgname-$pkgver.tar.gz"{,.asc})
+validpgpkeys=('148C30F6F7E429337A72D992B00B9CC82D7ADF2C'
+  '1B41B758F9A78C7F444C20FA3E5B4152E3ADB1FD'
+  'A2CFB51FA275A7286234E7B24D17C995CD9775F2')
+sha512sums=('3b2a64abc448d030ca6012ff6fef50f0ce5b975b175d8a7ee822c5618712fdd62d31e539c101acde97b21e9fa170fc8911497ec792daebf15755ac1f66b4ca3b'
+'SKIP')
+
+build() {
+  cd "$srcdir"/$pkgname-$pkgver
+  python setup.py build
+}
+
+check() {
+  cd "$srcdir"/$pkgname-$pkgver
+  python setup.py test
+}
+
+package() {
+  cd "$srcdir"/$pkgname-$pkgver
+  python setup.py install --root="$pkgdir"
+}


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

2019-01-03 Thread Felix Yan via arch-commits
Date: Thursday, January 3, 2019 @ 21:13:28
  Author: felixonmars
Revision: 420437

upgpkg: certbot-dns-rfc2136 0.30.0-1

Modified:
  certbot-dns-rfc2136/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2019-01-03 21:10:28 UTC (rev 420436)
+++ PKGBUILD2019-01-03 21:13:28 UTC (rev 420437)
@@ -1,7 +1,7 @@
 # Maintainer: Felix Yan 
 
 pkgname=certbot-dns-rfc2136
-pkgver=0.29.1
+pkgver=0.30.0
 pkgrel=1
 pkgdesc="NS1 DNS Authenticator plugin for Certbot"
 arch=('any')
@@ -13,7 +13,7 @@
 validpgpkeys=('148C30F6F7E429337A72D992B00B9CC82D7ADF2C'
   '1B41B758F9A78C7F444C20FA3E5B4152E3ADB1FD'
   'A2CFB51FA275A7286234E7B24D17C995CD9775F2')
-sha512sums=('db05af0222c14369bd759d94c95ef3830f441df70ccb40dd778aea14b1b3d43583a6220b14a46e496eb691f0d9b2172f95a3be635063b785cc94282a43768179'
+sha512sums=('3b2a64abc448d030ca6012ff6fef50f0ce5b975b175d8a7ee822c5618712fdd62d31e539c101acde97b21e9fa170fc8911497ec792daebf15755ac1f66b4ca3b'
 'SKIP')
 
 build() {


[arch-commits] Commit in certbot-dns-nsone/repos/community-any (PKGBUILD PKGBUILD)

2019-01-03 Thread Felix Yan via arch-commits
Date: Thursday, January 3, 2019 @ 21:10:28
  Author: felixonmars
Revision: 420436

archrelease: copy trunk to community-any

Added:
  certbot-dns-nsone/repos/community-any/PKGBUILD
(from rev 420435, certbot-dns-nsone/trunk/PKGBUILD)
Deleted:
  certbot-dns-nsone/repos/community-any/PKGBUILD

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

Deleted: PKGBUILD
===
--- PKGBUILD2019-01-03 21:10:10 UTC (rev 420435)
+++ PKGBUILD2019-01-03 21:10:28 UTC (rev 420436)
@@ -1,32 +0,0 @@
-# Maintainer: Felix Yan 
-
-pkgname=certbot-dns-nsone
-pkgver=0.29.1
-pkgrel=1
-pkgdesc="NS1 DNS Authenticator plugin for Certbot"
-arch=('any')
-license=('Apache')
-url="https://pypi.python.org/pypi/$pkgname;
-depends=('certbot' 'dns-lexicon' 'python-acme' 'python-mock' 
'python-setuptools'
- 'python-zope-interface')
-source=("https://pypi.io/packages/source/c/$pkgname/$pkgname-$pkgver.tar.gz"{,.asc})
-validpgpkeys=('148C30F6F7E429337A72D992B00B9CC82D7ADF2C'
-  '1B41B758F9A78C7F444C20FA3E5B4152E3ADB1FD'
-  'A2CFB51FA275A7286234E7B24D17C995CD9775F2')
-sha512sums=('3e8ecab14e5b13e02aaf106f4ed8d6a4e238c1391011e9c942f831dd0da0566c3c76bc47eb90b5aa531f8627e101db89bcd2fab2cb9420325adacf54111619e3'
-'SKIP')
-
-build() {
-  cd "$srcdir"/$pkgname-$pkgver
-  python setup.py build
-}
-
-check() {
-  cd "$srcdir"/$pkgname-$pkgver
-  python setup.py test
-}
-
-package() {
-  cd "$srcdir"/$pkgname-$pkgver
-  python setup.py install --root="$pkgdir"
-}

Copied: certbot-dns-nsone/repos/community-any/PKGBUILD (from rev 420435, 
certbot-dns-nsone/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2019-01-03 21:10:28 UTC (rev 420436)
@@ -0,0 +1,32 @@
+# Maintainer: Felix Yan 
+
+pkgname=certbot-dns-nsone
+pkgver=0.30.0
+pkgrel=1
+pkgdesc="NS1 DNS Authenticator plugin for Certbot"
+arch=('any')
+license=('Apache')
+url="https://pypi.python.org/pypi/$pkgname;
+depends=('certbot' 'dns-lexicon' 'python-acme' 'python-mock' 
'python-setuptools'
+ 'python-zope-interface')
+source=("https://pypi.io/packages/source/c/$pkgname/$pkgname-$pkgver.tar.gz"{,.asc})
+validpgpkeys=('148C30F6F7E429337A72D992B00B9CC82D7ADF2C'
+  '1B41B758F9A78C7F444C20FA3E5B4152E3ADB1FD'
+  'A2CFB51FA275A7286234E7B24D17C995CD9775F2')
+sha512sums=('c1820022d11af36bb290db225f742e77cb70477f41322520d41b047d2a8615d1bf157c5253451300fffd58e033b809720b1e81b84440a2fd2afb23a80f1cf182'
+'SKIP')
+
+build() {
+  cd "$srcdir"/$pkgname-$pkgver
+  python setup.py build
+}
+
+check() {
+  cd "$srcdir"/$pkgname-$pkgver
+  python setup.py test
+}
+
+package() {
+  cd "$srcdir"/$pkgname-$pkgver
+  python setup.py install --root="$pkgdir"
+}


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

2019-01-03 Thread Felix Yan via arch-commits
Date: Thursday, January 3, 2019 @ 21:10:10
  Author: felixonmars
Revision: 420435

upgpkg: certbot-dns-nsone 0.30.0-1

Modified:
  certbot-dns-nsone/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2019-01-03 21:09:22 UTC (rev 420434)
+++ PKGBUILD2019-01-03 21:10:10 UTC (rev 420435)
@@ -1,7 +1,7 @@
 # Maintainer: Felix Yan 
 
 pkgname=certbot-dns-nsone
-pkgver=0.29.1
+pkgver=0.30.0
 pkgrel=1
 pkgdesc="NS1 DNS Authenticator plugin for Certbot"
 arch=('any')
@@ -13,7 +13,7 @@
 validpgpkeys=('148C30F6F7E429337A72D992B00B9CC82D7ADF2C'
   '1B41B758F9A78C7F444C20FA3E5B4152E3ADB1FD'
   'A2CFB51FA275A7286234E7B24D17C995CD9775F2')
-sha512sums=('3e8ecab14e5b13e02aaf106f4ed8d6a4e238c1391011e9c942f831dd0da0566c3c76bc47eb90b5aa531f8627e101db89bcd2fab2cb9420325adacf54111619e3'
+sha512sums=('c1820022d11af36bb290db225f742e77cb70477f41322520d41b047d2a8615d1bf157c5253451300fffd58e033b809720b1e81b84440a2fd2afb23a80f1cf182'
 'SKIP')
 
 build() {


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

2019-01-03 Thread Felix Yan via arch-commits
Date: Thursday, January 3, 2019 @ 21:09:03
  Author: felixonmars
Revision: 420432

upgpkg: certbot-dns-luadns 0.30.0-1

Modified:
  certbot-dns-luadns/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2019-01-03 21:08:52 UTC (rev 420431)
+++ PKGBUILD2019-01-03 21:09:03 UTC (rev 420432)
@@ -1,7 +1,7 @@
 # Maintainer: Felix Yan 
 
 pkgname=certbot-dns-luadns
-pkgver=0.29.1
+pkgver=0.30.0
 pkgrel=1
 pkgdesc="LuaDNS DNS Authenticator plugin for Certbot"
 arch=('any')
@@ -13,7 +13,7 @@
 validpgpkeys=('148C30F6F7E429337A72D992B00B9CC82D7ADF2C'
   '1B41B758F9A78C7F444C20FA3E5B4152E3ADB1FD'
   'A2CFB51FA275A7286234E7B24D17C995CD9775F2')
-sha512sums=('ab5ea35fee5b50f617a79af6975f83d4c0aec07a7959cc3bad09f9f1817b00a46a9bc9b7b7fafc1dd24fcdd293d2162289e8f2ac9f23b80a21a63db0813d0955'
+sha512sums=('461034653946c1de28ffdcf40ce5f59b7f3143308336fd08725fe6507c2002f21344307644b786c17a4abf5d2df22e130832517fbc0a1409b443b462f799f7f7'
 'SKIP')
 
 build() {


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

2019-01-03 Thread Felix Yan via arch-commits
Date: Thursday, January 3, 2019 @ 21:08:52
  Author: felixonmars
Revision: 420431

upgpkg: hledger-web 1.12-27

rebuild with parser-combinators 1.0.1

Modified:
  hledger-web/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2019-01-03 21:07:49 UTC (rev 420430)
+++ PKGBUILD2019-01-03 21:08:52 UTC (rev 420431)
@@ -3,7 +3,7 @@
 
 pkgname=hledger-web
 pkgver=1.12
-pkgrel=26
+pkgrel=27
 pkgdesc="Web interface for the hledger accounting tool"
 url="http://hledger.org;
 license=("GPL")


[arch-commits] Commit in certbot-dns-luadns/repos/community-any (PKGBUILD PKGBUILD)

2019-01-03 Thread Felix Yan via arch-commits
Date: Thursday, January 3, 2019 @ 21:09:22
  Author: felixonmars
Revision: 420434

archrelease: copy trunk to community-any

Added:
  certbot-dns-luadns/repos/community-any/PKGBUILD
(from rev 420433, certbot-dns-luadns/trunk/PKGBUILD)
Deleted:
  certbot-dns-luadns/repos/community-any/PKGBUILD

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

Deleted: PKGBUILD
===
--- PKGBUILD2019-01-03 21:09:09 UTC (rev 420433)
+++ PKGBUILD2019-01-03 21:09:22 UTC (rev 420434)
@@ -1,32 +0,0 @@
-# Maintainer: Felix Yan 
-
-pkgname=certbot-dns-luadns
-pkgver=0.29.1
-pkgrel=1
-pkgdesc="LuaDNS DNS Authenticator plugin for Certbot"
-arch=('any')
-license=('Apache')
-url="https://pypi.python.org/pypi/$pkgname;
-depends=('certbot' 'dns-lexicon' 'python-acme' 'python-mock' 
'python-setuptools'
- 'python-zope-interface')
-source=("https://pypi.io/packages/source/c/$pkgname/$pkgname-$pkgver.tar.gz"{,.asc})
-validpgpkeys=('148C30F6F7E429337A72D992B00B9CC82D7ADF2C'
-  '1B41B758F9A78C7F444C20FA3E5B4152E3ADB1FD'
-  'A2CFB51FA275A7286234E7B24D17C995CD9775F2')
-sha512sums=('ab5ea35fee5b50f617a79af6975f83d4c0aec07a7959cc3bad09f9f1817b00a46a9bc9b7b7fafc1dd24fcdd293d2162289e8f2ac9f23b80a21a63db0813d0955'
-'SKIP')
-
-build() {
-  cd "$srcdir"/$pkgname-$pkgver
-  python setup.py build
-}
-
-check() {
-  cd "$srcdir"/$pkgname-$pkgver
-  python setup.py test
-}
-
-package() {
-  cd "$srcdir"/$pkgname-$pkgver
-  python setup.py install --root="$pkgdir"
-}

Copied: certbot-dns-luadns/repos/community-any/PKGBUILD (from rev 420433, 
certbot-dns-luadns/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2019-01-03 21:09:22 UTC (rev 420434)
@@ -0,0 +1,32 @@
+# Maintainer: Felix Yan 
+
+pkgname=certbot-dns-luadns
+pkgver=0.30.0
+pkgrel=1
+pkgdesc="LuaDNS DNS Authenticator plugin for Certbot"
+arch=('any')
+license=('Apache')
+url="https://pypi.python.org/pypi/$pkgname;
+depends=('certbot' 'dns-lexicon' 'python-acme' 'python-mock' 
'python-setuptools'
+ 'python-zope-interface')
+source=("https://pypi.io/packages/source/c/$pkgname/$pkgname-$pkgver.tar.gz"{,.asc})
+validpgpkeys=('148C30F6F7E429337A72D992B00B9CC82D7ADF2C'
+  '1B41B758F9A78C7F444C20FA3E5B4152E3ADB1FD'
+  'A2CFB51FA275A7286234E7B24D17C995CD9775F2')
+sha512sums=('461034653946c1de28ffdcf40ce5f59b7f3143308336fd08725fe6507c2002f21344307644b786c17a4abf5d2df22e130832517fbc0a1409b443b462f799f7f7'
+'SKIP')
+
+build() {
+  cd "$srcdir"/$pkgname-$pkgver
+  python setup.py build
+}
+
+check() {
+  cd "$srcdir"/$pkgname-$pkgver
+  python setup.py test
+}
+
+package() {
+  cd "$srcdir"/$pkgname-$pkgver
+  python setup.py install --root="$pkgdir"
+}


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

2019-01-03 Thread Felix Yan via arch-commits
Date: Thursday, January 3, 2019 @ 21:09:09
  Author: felixonmars
Revision: 420433

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 420432, hledger-web/trunk/PKGBUILD)

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

Copied: hledger-web/repos/community-staging-x86_64/PKGBUILD (from rev 420432, 
hledger-web/trunk/PKGBUILD)
===
--- community-staging-x86_64/PKGBUILD   (rev 0)
+++ community-staging-x86_64/PKGBUILD   2019-01-03 21:09:09 UTC (rev 420433)
@@ -0,0 +1,51 @@
+# Maintainer: Felix Yan 
+# Contributor: Arch Haskell Team 
+
+pkgname=hledger-web
+pkgver=1.12
+pkgrel=27
+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-blaze-html' 
'haskell-blaze-markup'
+ 'haskell-case-insensitive' 'haskell-clientsession' 'haskell-cmdargs' 
'haskell-conduit'
+ 'haskell-data-default' 'haskell-hjsmin' 'haskell-http-conduit' 
'haskell-http-client'
+ 'haskell-conduit-extra' 'haskell-safe' 'haskell-shakespeare' 
'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')
+makedepends=('ghc' 'haskell-hspec' 'haskell-yesod-test')
+source=("https://hackage.haskell.org/packages/archive/${pkgname}/${pkgver}/${pkgname}-${pkgver}.tar.gz;)
+sha512sums=('4c77d67daa0abdd55029fc6af1a3735ab99adc9ec65e8470a84f4b7de39de24bdd636717d50f5f87d4227b4b903e72b0ccde728addc12d26809e83b8baf07f31')
+
+prepare() {
+cd $pkgname-$pkgver
+sed -i -e '/semigroups/d' $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}" 
--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 certbot-dns-google/repos/community-any (PKGBUILD PKGBUILD)

2019-01-03 Thread Felix Yan via arch-commits
Date: Thursday, January 3, 2019 @ 21:07:49
  Author: felixonmars
Revision: 420430

archrelease: copy trunk to community-any

Added:
  certbot-dns-google/repos/community-any/PKGBUILD
(from rev 420429, certbot-dns-google/trunk/PKGBUILD)
Deleted:
  certbot-dns-google/repos/community-any/PKGBUILD

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

Deleted: PKGBUILD
===
--- PKGBUILD2019-01-03 21:07:31 UTC (rev 420429)
+++ PKGBUILD2019-01-03 21:07:49 UTC (rev 420430)
@@ -1,32 +0,0 @@
-# Maintainer: Felix Yan 
-
-pkgname=certbot-dns-google
-pkgver=0.29.1
-pkgrel=1
-pkgdesc="Google Cloud DNS Authenticator plugin for Certbot"
-arch=('any')
-license=('Apache')
-url="https://pypi.python.org/pypi/$pkgname;
-depends=('certbot' 'python-acme' 'python-mock' 
'python-google-api-python-client'
- 'python-oauth2client' 'python-setuptools' 'python-zope-interface')
-source=("https://pypi.io/packages/source/c/$pkgname/$pkgname-$pkgver.tar.gz"{,.asc})
-validpgpkeys=('148C30F6F7E429337A72D992B00B9CC82D7ADF2C'
-  '1B41B758F9A78C7F444C20FA3E5B4152E3ADB1FD'
-  'A2CFB51FA275A7286234E7B24D17C995CD9775F2')
-sha512sums=('81d3f303c9cf506f40072e17d4fb2b3a76f7261d24c97a4a5a1a84932a055bd683192778cbdea0dea6a5bf669628f7cfed2d9639cfdc38d8d8f4faa34a94523a'
-'SKIP')
-
-build() {
-  cd "$srcdir"/$pkgname-$pkgver
-  python setup.py build
-}
-
-check() {
-  cd "$srcdir"/$pkgname-$pkgver
-  python setup.py test
-}
-
-package() {
-  cd "$srcdir"/$pkgname-$pkgver
-  python setup.py install --root="$pkgdir"
-}

Copied: certbot-dns-google/repos/community-any/PKGBUILD (from rev 420429, 
certbot-dns-google/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2019-01-03 21:07:49 UTC (rev 420430)
@@ -0,0 +1,32 @@
+# Maintainer: Felix Yan 
+
+pkgname=certbot-dns-google
+pkgver=0.30.0
+pkgrel=1
+pkgdesc="Google Cloud DNS Authenticator plugin for Certbot"
+arch=('any')
+license=('Apache')
+url="https://pypi.python.org/pypi/$pkgname;
+depends=('certbot' 'python-acme' 'python-mock' 
'python-google-api-python-client'
+ 'python-oauth2client' 'python-setuptools' 'python-zope-interface')
+source=("https://pypi.io/packages/source/c/$pkgname/$pkgname-$pkgver.tar.gz"{,.asc})
+validpgpkeys=('148C30F6F7E429337A72D992B00B9CC82D7ADF2C'
+  '1B41B758F9A78C7F444C20FA3E5B4152E3ADB1FD'
+  'A2CFB51FA275A7286234E7B24D17C995CD9775F2')
+sha512sums=('826750878da564a0cd8b8c7d7202ff9cdfde64bb9bfdf8b57ae804ecba0bb01dcee7b808e606825a68ba2e66d9c7036182df5c0fb16a9924b69860bed7ac'
+'SKIP')
+
+build() {
+  cd "$srcdir"/$pkgname-$pkgver
+  python setup.py build
+}
+
+check() {
+  cd "$srcdir"/$pkgname-$pkgver
+  python setup.py test
+}
+
+package() {
+  cd "$srcdir"/$pkgname-$pkgver
+  python setup.py install --root="$pkgdir"
+}


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

2019-01-03 Thread Felix Yan via arch-commits
Date: Thursday, January 3, 2019 @ 21:07:31
  Author: felixonmars
Revision: 420429

upgpkg: certbot-dns-google 0.30.0-1

Modified:
  certbot-dns-google/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2019-01-03 21:07:21 UTC (rev 420428)
+++ PKGBUILD2019-01-03 21:07:31 UTC (rev 420429)
@@ -1,7 +1,7 @@
 # Maintainer: Felix Yan 
 
 pkgname=certbot-dns-google
-pkgver=0.29.1
+pkgver=0.30.0
 pkgrel=1
 pkgdesc="Google Cloud DNS Authenticator plugin for Certbot"
 arch=('any')
@@ -13,7 +13,7 @@
 validpgpkeys=('148C30F6F7E429337A72D992B00B9CC82D7ADF2C'
   '1B41B758F9A78C7F444C20FA3E5B4152E3ADB1FD'
   'A2CFB51FA275A7286234E7B24D17C995CD9775F2')
-sha512sums=('81d3f303c9cf506f40072e17d4fb2b3a76f7261d24c97a4a5a1a84932a055bd683192778cbdea0dea6a5bf669628f7cfed2d9639cfdc38d8d8f4faa34a94523a'
+sha512sums=('826750878da564a0cd8b8c7d7202ff9cdfde64bb9bfdf8b57ae804ecba0bb01dcee7b808e606825a68ba2e66d9c7036182df5c0fb16a9924b69860bed7ac'
 'SKIP')
 
 build() {


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

2019-01-03 Thread Felix Yan via arch-commits
Date: Thursday, January 3, 2019 @ 21:07:21
  Author: felixonmars
Revision: 420428

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 420427, hledger-ui/trunk/PKGBUILD)

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

Copied: hledger-ui/repos/community-staging-x86_64/PKGBUILD (from rev 420427, 
hledger-ui/trunk/PKGBUILD)
===
--- community-staging-x86_64/PKGBUILD   (rev 0)
+++ community-staging-x86_64/PKGBUILD   2019-01-03 21:07:21 UTC (rev 420428)
@@ -0,0 +1,38 @@
+# Maintainer: Felix Yan 
+# Contributor: Arch Haskell Team 
+
+pkgname=hledger-ui
+pkgver=1.12.1
+pkgrel=7
+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-batteries' 'haskell-cmdargs' 
'haskell-data-default' 'haskell-fsnotify'
+ 'haskell-microlens' 'haskell-microlens-platform' 'haskell-megaparsec' 
'haskell-pretty-show'
+ 'haskell-safe' 'haskell-split' '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=('60bffe992673b7f1f7d4ac9c94a45daa24626314952e569ee66b543dc4ef7d6832e76bd785a067224e5c273c07ffddd4ccf40b656c42f33eb54027cee0b36baa')
+
+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)

2019-01-03 Thread Felix Yan via arch-commits
Date: Thursday, January 3, 2019 @ 21:07:04
  Author: felixonmars
Revision: 420427

upgpkg: hledger-ui 1.12.1-7

rebuild with parser-combinators 1.0.1

Modified:
  hledger-ui/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2019-01-03 21:06:59 UTC (rev 420426)
+++ PKGBUILD2019-01-03 21:07:04 UTC (rev 420427)
@@ -3,7 +3,7 @@
 
 pkgname=hledger-ui
 pkgver=1.12.1
-pkgrel=6
+pkgrel=7
 pkgdesc="Curses-style user interface for the hledger accounting tool"
 url="http://hledger.org;
 license=("GPL")


[arch-commits] Commit in prometheus/trunk (PKGBUILD prometheus.service)

2019-01-03 Thread Johannes Löthberg via arch-commits
Date: Thursday, January 3, 2019 @ 21:06:56
  Author: demize
Revision: 342918

upgpkg: prometheus 2.6.0-2

Modified:
  prometheus/trunk/PKGBUILD
  prometheus/trunk/prometheus.service

+
 PKGBUILD   |9 +++--
 prometheus.service |4 ++--
 2 files changed, 9 insertions(+), 4 deletions(-)

Modified: PKGBUILD
===
--- PKGBUILD2019-01-03 21:04:53 UTC (rev 342917)
+++ PKGBUILD2019-01-03 21:06:56 UTC (rev 342918)
@@ -19,7 +19,7 @@
 prometheus.sysusers)
 
 sha256sums=('e0d3e77e45466fd055726268354a02834968a3275791be6cbd17513ec7860c1d'
-'a1484a9c97e51c02e61ba8dfbd21aed34a8315fd111391ac0d13196cde7503a9'
+'e3f742c3e6eca7d4e0e6d190d88cf71692ca8810a77ef66831e450cb8e0a84a7'
 '2747fabb4e56b808361eb7dd7acf9729ab8973d1ebe2f857dd56f6c71f71e45f')
 
 build() {
@@ -37,6 +37,12 @@
 ./cmd/promtool
 }
 
+check() {
+  cd prometheus-$pkgver
+
+  go test ./...
+}
+
 package() {
   install -Dm644 prometheus.service 
"$pkgdir"/usr/lib/systemd/system/prometheus.service
   install -Dm644 prometheus.sysusers 
"$pkgdir"/usr/lib/sysusers.d/prometheus.conf
@@ -45,7 +51,6 @@
 
   install -Dm755 -t "$pkgdir"/usr/bin prometheus promtool
   install -Dm755 -t "$pkgdir"/etc/prometheus 
documentation/examples/prometheus.yml
-  install -dm755 "$pkgdir"/etc/prometheus/{consoles,console_libraries}
   install -dm755 -o210 -g210 "$pkgdir"/var/lib/prometheus
 
   # Web

Modified: prometheus.service
===
--- prometheus.service  2019-01-03 21:04:53 UTC (rev 342917)
+++ prometheus.service  2019-01-03 21:06:56 UTC (rev 342918)
@@ -10,8 +10,8 @@
 ExecStart=/usr/bin/prometheus --config.file=/etc/prometheus/prometheus.yml 
--storage.tsdb.path=/var/lib/prometheus/data
 ExecReload=/bin/kill -HUP $MAINPID
 NoNewPrivileges=true
-ProtectHome=yes
-ProtectSystem=yes
+ProtectHome=true
+ProtectSystem=full
 
 [Install]
 WantedBy=multi-user.target


[arch-commits] Commit in certbot-dns-dnsmadeeasy/repos/community-any (2 files)

2019-01-03 Thread Felix Yan via arch-commits
Date: Thursday, January 3, 2019 @ 21:06:59
  Author: felixonmars
Revision: 420426

archrelease: copy trunk to community-any

Added:
  certbot-dns-dnsmadeeasy/repos/community-any/PKGBUILD
(from rev 420425, certbot-dns-dnsmadeeasy/trunk/PKGBUILD)
Deleted:
  certbot-dns-dnsmadeeasy/repos/community-any/PKGBUILD

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

Deleted: PKGBUILD
===
--- PKGBUILD2019-01-03 21:06:41 UTC (rev 420425)
+++ PKGBUILD2019-01-03 21:06:59 UTC (rev 420426)
@@ -1,32 +0,0 @@
-# Maintainer: Felix Yan 
-
-pkgname=certbot-dns-dnsmadeeasy
-pkgver=0.29.1
-pkgrel=1
-pkgdesc="DNS Made Easy DNS Authenticator plugin for Certbot"
-arch=('any')
-license=('Apache')
-url="https://pypi.python.org/pypi/$pkgname;
-depends=('certbot' 'dns-lexicon' 'python-acme' 'python-mock' 
'python-setuptools'
- 'python-zope-interface')
-source=("https://pypi.io/packages/source/c/$pkgname/$pkgname-$pkgver.tar.gz"{,.asc})
-validpgpkeys=('148C30F6F7E429337A72D992B00B9CC82D7ADF2C'
-  '1B41B758F9A78C7F444C20FA3E5B4152E3ADB1FD'
-  'A2CFB51FA275A7286234E7B24D17C995CD9775F2')
-sha512sums=('3a7c6c993866e6629fdcaf953606ffb918e399f9b3553b54ebc95473d9ad01e4e11f394698f5e1bd389d542e5193cb28d6f4a4c1e1b2ddca20dbe95f349a6f6b'
-'SKIP')
-
-build() {
-  cd "$srcdir"/$pkgname-$pkgver
-  python setup.py build
-}
-
-check() {
-  cd "$srcdir"/$pkgname-$pkgver
-  python setup.py test
-}
-
-package() {
-  cd "$srcdir"/$pkgname-$pkgver
-  python setup.py install --root="$pkgdir"
-}

Copied: certbot-dns-dnsmadeeasy/repos/community-any/PKGBUILD (from rev 420425, 
certbot-dns-dnsmadeeasy/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2019-01-03 21:06:59 UTC (rev 420426)
@@ -0,0 +1,32 @@
+# Maintainer: Felix Yan 
+
+pkgname=certbot-dns-dnsmadeeasy
+pkgver=0.30.0
+pkgrel=1
+pkgdesc="DNS Made Easy DNS Authenticator plugin for Certbot"
+arch=('any')
+license=('Apache')
+url="https://pypi.python.org/pypi/$pkgname;
+depends=('certbot' 'dns-lexicon' 'python-acme' 'python-mock' 
'python-setuptools'
+ 'python-zope-interface')
+source=("https://pypi.io/packages/source/c/$pkgname/$pkgname-$pkgver.tar.gz"{,.asc})
+validpgpkeys=('148C30F6F7E429337A72D992B00B9CC82D7ADF2C'
+  '1B41B758F9A78C7F444C20FA3E5B4152E3ADB1FD'
+  'A2CFB51FA275A7286234E7B24D17C995CD9775F2')
+sha512sums=('1c2f020bb044b6a0018ea0cade90188d93e68f2e71958c73a75a6f4d4eb45e44ee2762e80bd4d0eb4daf8a4b627cbc8fd2c213eacd8fba36b8cdeeb155bfea5b'
+'SKIP')
+
+build() {
+  cd "$srcdir"/$pkgname-$pkgver
+  python setup.py build
+}
+
+check() {
+  cd "$srcdir"/$pkgname-$pkgver
+  python setup.py test
+}
+
+package() {
+  cd "$srcdir"/$pkgname-$pkgver
+  python setup.py install --root="$pkgdir"
+}


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

2019-01-03 Thread Johannes Löthberg via arch-commits
Date: Thursday, January 3, 2019 @ 21:07:09
  Author: demize
Revision: 342919

archrelease: copy trunk to testing-x86_64

Added:
  prometheus/repos/testing-x86_64/
  prometheus/repos/testing-x86_64/PKGBUILD
(from rev 342918, prometheus/trunk/PKGBUILD)
  prometheus/repos/testing-x86_64/prometheus.service
(from rev 342918, prometheus/trunk/prometheus.service)
  prometheus/repos/testing-x86_64/prometheus.sysusers
(from rev 342918, prometheus/trunk/prometheus.sysusers)

-+
 PKGBUILD|   64 ++
 prometheus.service  |   17 +
 prometheus.sysusers |1 
 3 files changed, 82 insertions(+)

Copied: prometheus/repos/testing-x86_64/PKGBUILD (from rev 342918, 
prometheus/trunk/PKGBUILD)
===
--- testing-x86_64/PKGBUILD (rev 0)
+++ testing-x86_64/PKGBUILD 2019-01-03 21:07:09 UTC (rev 342919)
@@ -0,0 +1,64 @@
+# Maintainer: Johannes Löthberg 
+
+pkgname=prometheus
+pkgver=2.6.0
+pkgrel=2
+
+pkgdesc='An open-source systems monitoring and alerting toolkit'
+url='https://prometheus.io'
+arch=('x86_64')
+license=('Apache')
+
+depends=('glibc')
+makedepends=('go-pie' 'git' 'bzr')
+
+backup=('etc/prometheus/prometheus.yml')
+
+source=("https://github.com/prometheus/prometheus/archive/v$pkgver.tar.gz;
+prometheus.service
+prometheus.sysusers)
+
+sha256sums=('e0d3e77e45466fd055726268354a02834968a3275791be6cbd17513ec7860c1d'
+'e3f742c3e6eca7d4e0e6d190d88cf71692ca8810a77ef66831e450cb8e0a84a7'
+'2747fabb4e56b808361eb7dd7acf9729ab8973d1ebe2f857dd56f6c71f71e45f')
+
+build() {
+  cd prometheus-$pkgver
+
+  go build \
+-gcflags "all=-trimpath=${PWD}" \
+-asmflags "all=-trimpath=${PWD}" \
+-ldflags "-extldflags ${LDFLAGS}" \
+./cmd/prometheus
+  go build \
+-gcflags "all=-trimpath=${PWD}" \
+-asmflags "all=-trimpath=${PWD}" \
+-ldflags "-extldflags ${LDFLAGS}" \
+./cmd/promtool
+}
+
+check() {
+  cd prometheus-$pkgver
+
+  go test ./...
+}
+
+package() {
+  install -Dm644 prometheus.service 
"$pkgdir"/usr/lib/systemd/system/prometheus.service
+  install -Dm644 prometheus.sysusers 
"$pkgdir"/usr/lib/sysusers.d/prometheus.conf
+
+  cd prometheus-$pkgver
+
+  install -Dm755 -t "$pkgdir"/usr/bin prometheus promtool
+  install -Dm755 -t "$pkgdir"/etc/prometheus 
documentation/examples/prometheus.yml
+  install -dm755 -o210 -g210 "$pkgdir"/var/lib/prometheus
+
+  # Web
+  install -dm755 "$pkgdir"/usr/share/prometheus/
+  cp -R web/ui "$pkgdir"/usr/share/prometheus/web
+
+  # Examples
+  install -Dm644 -t "$pkgdir"/usr/share/doc/prometheus/examples 
documentation/examples/prometheus*.yml
+  cp -R consoles console_libraries "$pkgdir"/usr/share/doc/prometheus/examples
+
+}

Copied: prometheus/repos/testing-x86_64/prometheus.service (from rev 342918, 
prometheus/trunk/prometheus.service)
===
--- testing-x86_64/prometheus.service   (rev 0)
+++ testing-x86_64/prometheus.service   2019-01-03 21:07:09 UTC (rev 342919)
@@ -0,0 +1,17 @@
+[Unit]
+Description=Prometheus service
+Requires=network-online.target
+After=network-online.target
+
+[Service]
+User=prometheus
+Group=prometheus
+Restart=on-failure
+ExecStart=/usr/bin/prometheus --config.file=/etc/prometheus/prometheus.yml 
--storage.tsdb.path=/var/lib/prometheus/data
+ExecReload=/bin/kill -HUP $MAINPID
+NoNewPrivileges=true
+ProtectHome=true
+ProtectSystem=full
+
+[Install]
+WantedBy=multi-user.target

Copied: prometheus/repos/testing-x86_64/prometheus.sysusers (from rev 342918, 
prometheus/trunk/prometheus.sysusers)
===
--- testing-x86_64/prometheus.sysusers  (rev 0)
+++ testing-x86_64/prometheus.sysusers  2019-01-03 21:07:09 UTC (rev 342919)
@@ -0,0 +1 @@
+u prometheus 210 "Prometheus dedicated user"


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

2019-01-03 Thread Felix Yan via arch-commits
Date: Thursday, January 3, 2019 @ 21:06:41
  Author: felixonmars
Revision: 420425

upgpkg: certbot-dns-dnsmadeeasy 0.30.0-1

Modified:
  certbot-dns-dnsmadeeasy/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2019-01-03 21:06:31 UTC (rev 420424)
+++ PKGBUILD2019-01-03 21:06:41 UTC (rev 420425)
@@ -1,7 +1,7 @@
 # Maintainer: Felix Yan 
 
 pkgname=certbot-dns-dnsmadeeasy
-pkgver=0.29.1
+pkgver=0.30.0
 pkgrel=1
 pkgdesc="DNS Made Easy DNS Authenticator plugin for Certbot"
 arch=('any')
@@ -13,7 +13,7 @@
 validpgpkeys=('148C30F6F7E429337A72D992B00B9CC82D7ADF2C'
   '1B41B758F9A78C7F444C20FA3E5B4152E3ADB1FD'
   'A2CFB51FA275A7286234E7B24D17C995CD9775F2')
-sha512sums=('3a7c6c993866e6629fdcaf953606ffb918e399f9b3553b54ebc95473d9ad01e4e11f394698f5e1bd389d542e5193cb28d6f4a4c1e1b2ddca20dbe95f349a6f6b'
+sha512sums=('1c2f020bb044b6a0018ea0cade90188d93e68f2e71958c73a75a6f4d4eb45e44ee2762e80bd4d0eb4daf8a4b627cbc8fd2c213eacd8fba36b8cdeeb155bfea5b'
 'SKIP')
 
 build() {


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

2019-01-03 Thread Felix Yan via arch-commits
Date: Thursday, January 3, 2019 @ 21:06:31
  Author: felixonmars
Revision: 420424

archrelease: copy trunk to community-x86_64

Added:
  startdde/repos/community-x86_64/PKGBUILD
(from rev 420423, startdde/trunk/PKGBUILD)
Deleted:
  startdde/repos/community-x86_64/PKGBUILD

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

Deleted: PKGBUILD
===
--- PKGBUILD2019-01-03 21:06:13 UTC (rev 420423)
+++ PKGBUILD2019-01-03 21:06:31 UTC (rev 420424)
@@ -1,36 +0,0 @@
-# Maintainer: Felix Yan 
-# Contributor: Josip Ponjavic 
-# Contributor: Xu Fasheng 
-
-pkgname=startdde
-pkgver=3.8.0
-pkgrel=3
-pkgdesc="starter of deepin desktop environment"
-arch=('x86_64')
-url="https://github.com/linuxdeepin/startdde;
-license=('GPL3')
-depends=('deepin-daemon' 'deepin-wm' 'deepin-metacity' 'libgnome-keyring')
-makedepends=('cmake' 'coffeescript' 'deepin-go-dbus-factory' 
'deepin-gir-generator' 'deepin-go-lib'
- 'deepin-api' 'go-pie' 'python2' 'git' 'jq' 'deepin-dbus-factory')
-replaces=('deepin-wm-switcher')
-groups=('deepin')
-source=("$pkgname-$pkgver.tar.gz::https://github.com/linuxdeepin/startdde/archive/$pkgver.tar.gz;)
-sha512sums=('ca0915636b51472b5224bf1031ecf09d634e55ec1a61198934f913fe529ae29206bb3614324261bcb498f3fa87a96e6c5bc96e154246e265259e307f15c987ed')
-
-prepare() {
-  export GOPATH="$srcdir/build:/usr/share/gocode"
-  go get github.com/BurntSushi/xgb github.com/BurntSushi/xgbutil 
github.com/howeyc/fsnotify \
- github.com/cryptix/wav golang.org/x/net/context 
github.com/linuxdeepin/go-x11-client
-
-  sed -i 's/sbin/bin/' startdde-$pkgver/Makefile
-}
-
-build() {
-  cd startdde-$pkgver
-  make
-}
-
-package() {
-  cd startdde-$pkgver
-  make DESTDIR="$pkgdir" install
-}

Copied: startdde/repos/community-x86_64/PKGBUILD (from rev 420423, 
startdde/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2019-01-03 21:06:31 UTC (rev 420424)
@@ -0,0 +1,36 @@
+# Maintainer: Felix Yan 
+# Contributor: Josip Ponjavic 
+# Contributor: Xu Fasheng 
+
+pkgname=startdde
+pkgver=3.8.0
+pkgrel=4
+pkgdesc="starter of deepin desktop environment"
+arch=('x86_64')
+url="https://github.com/linuxdeepin/startdde;
+license=('GPL3')
+depends=('deepin-daemon' 'deepin-wm' 'deepin-metacity' 'libgnome-keyring')
+makedepends=('cmake' 'coffeescript' 'deepin-go-dbus-factory' 
'deepin-gir-generator' 'deepin-go-lib'
+ 'deepin-api' 'go-pie' 'python2' 'git' 'jq' 'deepin-dbus-factory')
+replaces=('deepin-wm-switcher')
+groups=('deepin')
+source=("$pkgname-$pkgver.tar.gz::https://github.com/linuxdeepin/startdde/archive/$pkgver.tar.gz;)
+sha512sums=('ca0915636b51472b5224bf1031ecf09d634e55ec1a61198934f913fe529ae29206bb3614324261bcb498f3fa87a96e6c5bc96e154246e265259e307f15c987ed')
+
+prepare() {
+  export GOPATH="$srcdir/build:/usr/share/gocode"
+  go get github.com/BurntSushi/xgb github.com/BurntSushi/xgbutil 
github.com/howeyc/fsnotify \
+ github.com/cryptix/wav golang.org/x/net/context 
github.com/linuxdeepin/go-x11-client
+
+  sed -i 's/sbin/bin/' startdde-$pkgver/Makefile
+}
+
+build() {
+  cd startdde-$pkgver
+  make
+}
+
+package() {
+  cd startdde-$pkgver
+  make DESTDIR="$pkgdir" install
+}


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

2019-01-03 Thread Felix Yan via arch-commits
Date: Thursday, January 3, 2019 @ 21:06:04
  Author: felixonmars
Revision: 420422

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

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

Copied: hledger-api/repos/community-staging-x86_64/PKGBUILD (from rev 420421, 
hledger-api/trunk/PKGBUILD)
===
--- community-staging-x86_64/PKGBUILD   (rev 0)
+++ community-staging-x86_64/PKGBUILD   2019-01-03 21:06:04 UTC (rev 420422)
@@ -0,0 +1,31 @@
+# Maintainer: Felix Yan 
+# Contributor: Arch Haskell Team 
+
+pkgname=hledger-api
+pkgver=1.12
+pkgrel=24
+pkgdesc="Web API server for the hledger accounting tool"
+url="http://hledger.org;
+license=("GPL")
+arch=('x86_64')
+depends=('ghc-libs' 'hledger' 'haskell-hledger-lib' 'haskell-aeson' 
'haskell-data-default'
+ 'haskell-decimal' 'haskell-docopt' 'haskell-either' 
'haskell-microlens'
+ 'haskell-microlens-platform' 'haskell-safe' 'haskell-servant-server'
+ 'haskell-servant-swagger' 'haskell-swagger2' 'haskell-wai' 
'haskell-wai-extra'
+ 'haskell-warp')
+makedepends=('ghc')
+source=("https://hackage.haskell.org/packages/archive/${pkgname}/${pkgver}/${pkgname}-${pkgver}.tar.gz;)
+sha512sums=('bf495f7b0653d1bd55f5896bae30ae09bb8a014ce91d2a2c0926722bf6778bfcf946aa2c4f9e19af24f38c136707fc247bc953f1e4e4283b207054f058331622')
+
+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 startdde/trunk (PKGBUILD)

2019-01-03 Thread Felix Yan via arch-commits
Date: Thursday, January 3, 2019 @ 21:06:13
  Author: felixonmars
Revision: 420423

upgpkg: startdde 3.8.0-4

rebuild with new go-lib

Modified:
  startdde/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2019-01-03 21:06:04 UTC (rev 420422)
+++ PKGBUILD2019-01-03 21:06:13 UTC (rev 420423)
@@ -4,7 +4,7 @@
 
 pkgname=startdde
 pkgver=3.8.0
-pkgrel=3
+pkgrel=4
 pkgdesc="starter of deepin desktop environment"
 arch=('x86_64')
 url="https://github.com/linuxdeepin/startdde;


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

2019-01-03 Thread Felix Yan via arch-commits
Date: Thursday, January 3, 2019 @ 21:05:44
  Author: felixonmars
Revision: 420420

archrelease: copy trunk to community-x86_64

Added:
  deepin-daemon/repos/community-x86_64/PKGBUILD
(from rev 420419, deepin-daemon/trunk/PKGBUILD)
  deepin-daemon/repos/community-x86_64/deepin-daemon.install
(from rev 420419, deepin-daemon/trunk/deepin-daemon.install)
  deepin-daemon/repos/community-x86_64/deepin-daemon.sysusers
(from rev 420419, deepin-daemon/trunk/deepin-daemon.sysusers)
Deleted:
  deepin-daemon/repos/community-x86_64/PKGBUILD
  deepin-daemon/repos/community-x86_64/deepin-daemon.install
  deepin-daemon/repos/community-x86_64/deepin-daemon.sysusers

+
 PKGBUILD   |  136 +++
 deepin-daemon.install  |6 +-
 deepin-daemon.sysusers |4 -
 3 files changed, 73 insertions(+), 73 deletions(-)

Deleted: PKGBUILD
===
--- PKGBUILD2019-01-03 21:05:22 UTC (rev 420419)
+++ PKGBUILD2019-01-03 21:05:44 UTC (rev 420420)
@@ -1,68 +0,0 @@
-# Maintainer: Felix Yan 
-# Contributor: Josip Ponjavic 
-# Contributor: Xu Fasheng 
-
-pkgname=deepin-daemon
-pkgver=3.16.0
-pkgrel=1
-pkgdesc='Daemon handling the DDE session settings'
-arch=('x86_64')
-url="https://github.com/linuxdeepin/dde-daemon;
-license=('GPL3')
-depends=('deepin-desktop-schemas' 'gvfs' 'libcanberra-pulse' 'poppler-glib' 
'rfkill' 'bluez'
- 'deepin-notifications' 'iso-codes' 'lsb-release' 
'mobile-broadband-provider-info'
- 'deepin-polkit-agent' 'deepin-polkit-agent-ext-gnomekeyring' 
'udisks2' 'upower'
- 'libxkbfile' 'accountsservice' 'deepin-desktop-base' 'bamf' 
'pulseaudio'
- 'gnome-keyring' 'noto-fonts' 'imwheel')
-makedepends=('deepin-dbus-factory' 'deepin-go-dbus-factory' 
'deepin-gir-generator' 'deepin-go-lib'
- 'deepin-api' 'sqlite' 'deepin-gettext-tools' 'git' 'mercurial' 
'python-gobject'
- 'networkmanager' 'go-pie')
-optdepends=('networkmanager: for network management support'
-'deepin-grub2-themes: theme for grub module'
-'iw: for miracast module'
-'proxychains-ng: for proxy configuration module')
-conflicts=('dde-daemon')
-replaces=('dde-daemon')
-groups=('deepin')
-install="${pkgname}.install"
-source=("$pkgname-$pkgver.tar.gz::https://github.com/linuxdeepin/dde-daemon/archive/$pkgver.tar.gz;
-
https://raw.githubusercontent.com/jouyouyun/tap-gesture-patches/master/patches/dde-daemon_3.8.0.patch
-'deepin-daemon.sysusers')
-sha512sums=('077a52c234de5c0ff4f80fa10152667d8eac95f68b8adf70e3187c7e9ec76a81206c65aa51de2ec3dc9d5dff2572b258be554dd27a45a19cba56ce1e01c655a9'
-
'334839a8136cad44aadb4c97be29ae89f8a1106928175b9bd9115051b34d52cb468902636a67bae8685888bdfe8d8ae195cf8df2b9e93e480f3f008494942e74'
-
'808c02d4fec4cbbb01119bbb10499090199e738b7dd72c28a57dde098eef6132723f3434c151f79e21d9f788c7f7bae8046573ac93ba917afe0e803fbffa6d5a')
-
-prepare() {
-  cd dde-daemon-$pkgver
-  patch -p1 -i ../dde-daemon_3.8.0.patch
-
-  export GOPATH="$srcdir/build:/usr/share/gocode"
-
-  # https://github.com/niemeyer/gopkg/issues/50
-  git config --global http.https://gopkg.in.followRedirects true
-
-  go get github.com/BurntSushi/xgb github.com/BurntSushi/xgbutil 
github.com/linuxdeepin/go-x11-client \
- github.com/mattn/go-sqlite3 gopkg.in/alecthomas/kingpin.v2 
github.com/disintegration/imaging \
- github.com/BurntSushi/freetype-go/freetype 
github.com/BurntSushi/freetype-go/freetype/truetype \
- github.com/BurntSushi/graphics-go/graphics 
github.com/fsnotify/fsnotify golang.org/x/sys/unix \
- gopkg.in/yaml.v2 github.com/axgle/mahonia github.com/msteinert/pam 
github.com/nfnt/resize \
- golang.org/x/text/encoding/charmap github.com/cryptix/wav 
golang.org/x/net/context
-
-  sed -i 
's#/usr/share/backgrounds/default_background.jpg#/usr/share/backgrounds/deepin/desktop.jpg#'
 accounts/user.go
-}
-
-build() {
-  cd dde-daemon-$pkgver
-  make -C network/nm_generator gen-nm-code
-  make
-}
-
-package() {
-  cd dde-daemon-$pkgver
-  make DESTDIR="$pkgdir" install
-
-  mv "$pkgdir"{,/usr}/lib/systemd
-  rmdir "$pkgdir"/lib
-
-  install -Dm644 ../deepin-daemon.sysusers 
"$pkgdir/usr/lib/sysusers.d/deepin-daemon.conf"
-}

Copied: deepin-daemon/repos/community-x86_64/PKGBUILD (from rev 420419, 
deepin-daemon/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2019-01-03 21:05:44 UTC (rev 420420)
@@ -0,0 +1,68 @@
+# Maintainer: Felix Yan 
+# Contributor: Josip Ponjavic 
+# Contributor: Xu Fasheng 
+
+pkgname=deepin-daemon
+pkgver=3.17.0
+pkgrel=1
+pkgdesc='Daemon handling the DDE session settings'
+arch=('x86_64')
+url="https://github.com/linuxdeepin/dde-daemon;
+license=('GPL3')
+depends=('deepin-desktop-schemas' 'gvfs' 'libcanberra-pulse' 

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

2019-01-03 Thread Felix Yan via arch-commits
Date: Thursday, January 3, 2019 @ 21:05:46
  Author: felixonmars
Revision: 420421

upgpkg: hledger-api 1.12-24

rebuild with parser-combinators 1.0.1

Modified:
  hledger-api/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2019-01-03 21:05:44 UTC (rev 420420)
+++ PKGBUILD2019-01-03 21:05:46 UTC (rev 420421)
@@ -3,7 +3,7 @@
 
 pkgname=hledger-api
 pkgver=1.12
-pkgrel=23
+pkgrel=24
 pkgdesc="Web API server for the hledger accounting tool"
 url="http://hledger.org;
 license=("GPL")


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

2019-01-03 Thread Felix Yan via arch-commits
Date: Thursday, January 3, 2019 @ 21:05:22
  Author: felixonmars
Revision: 420419

upgpkg: deepin-daemon 3.17.0-1

Modified:
  deepin-daemon/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2019-01-03 21:04:30 UTC (rev 420418)
+++ PKGBUILD2019-01-03 21:05:22 UTC (rev 420419)
@@ -3,7 +3,7 @@
 # Contributor: Xu Fasheng 
 
 pkgname=deepin-daemon
-pkgver=3.16.0
+pkgver=3.17.0
 pkgrel=1
 pkgdesc='Daemon handling the DDE session settings'
 arch=('x86_64')
@@ -28,7 +28,7 @@
 
source=("$pkgname-$pkgver.tar.gz::https://github.com/linuxdeepin/dde-daemon/archive/$pkgver.tar.gz;
 
https://raw.githubusercontent.com/jouyouyun/tap-gesture-patches/master/patches/dde-daemon_3.8.0.patch
 'deepin-daemon.sysusers')
-sha512sums=('077a52c234de5c0ff4f80fa10152667d8eac95f68b8adf70e3187c7e9ec76a81206c65aa51de2ec3dc9d5dff2572b258be554dd27a45a19cba56ce1e01c655a9'
+sha512sums=('738817a7935960b68b8b6f09a37222d3d4f70bff1f56ca4d820830628b06e04e17a8e8d1290c6b004988d39641f7041eeb2f93f737e2b8b4d9556e3e2b73ec13'
 
'334839a8136cad44aadb4c97be29ae89f8a1106928175b9bd9115051b34d52cb468902636a67bae8685888bdfe8d8ae195cf8df2b9e93e480f3f008494942e74'
 
'808c02d4fec4cbbb01119bbb10499090199e738b7dd72c28a57dde098eef6132723f3434c151f79e21d9f788c7f7bae8046573ac93ba917afe0e803fbffa6d5a')
 


[arch-commits] Commit in prometheus-blackbox-exporter/trunk (PKGBUILD)

2019-01-03 Thread Jelle van der Waa via arch-commits
Date: Thursday, January 3, 2019 @ 21:04:53
  Author: jelle
Revision: 342917

add tests

Modified:
  prometheus-blackbox-exporter/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2019-01-03 20:59:32 UTC (rev 342916)
+++ PKGBUILD2019-01-03 21:04:53 UTC (rev 342917)
@@ -19,6 +19,11 @@
   patch -Np1 -i $srcdir/go.sum.patch
 }
 
+check() {
+  cd blackbox_exporter-$pkgver
+  go test ./...
+}
+
 build() {
   cd blackbox_exporter-$pkgver
   go build \


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

2019-01-03 Thread Felix Yan via arch-commits
Date: Thursday, January 3, 2019 @ 21:04:12
  Author: felixonmars
Revision: 420416

upgpkg: hledger 1.12.1-7

rebuild with parser-combinators 1.0.1

Modified:
  hledger/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2019-01-03 21:04:10 UTC (rev 420415)
+++ PKGBUILD2019-01-03 21:04:12 UTC (rev 420416)
@@ -3,7 +3,7 @@
 
 pkgname=hledger
 pkgver=1.12.1
-pkgrel=6
+pkgrel=7
 pkgdesc="Command-line interface for the hledger accounting tool"
 url="http://hledger.org;
 license=("GPL")


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

2019-01-03 Thread Felix Yan via arch-commits
Date: Thursday, January 3, 2019 @ 21:04:28
  Author: felixonmars
Revision: 420417

archrelease: copy trunk to community-staging-x86_64

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

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

Copied: hledger/repos/community-staging-x86_64/PKGBUILD (from rev 420416, 
hledger/trunk/PKGBUILD)
===
--- community-staging-x86_64/PKGBUILD   (rev 0)
+++ community-staging-x86_64/PKGBUILD   2019-01-03 21:04:28 UTC (rev 420417)
@@ -0,0 +1,52 @@
+# Maintainer: Felix Yan 
+# Contributor: Arch Haskell Team 
+
+pkgname=hledger
+pkgver=1.12.1
+pkgrel=7
+pkgdesc="Command-line interface for the hledger accounting tool"
+url="http://hledger.org;
+license=("GPL")
+arch=('x86_64')
+depends=('ghc-libs' 'haskell-ansi-terminal' 'haskell-base-compat-batteries' 
'haskell-cmdargs'
+ 'haskell-data-default' 'haskell-decimal' 'haskell-diff' 
'haskell-easytest'
+ 'haskell-file-embed' 'haskell-hashable' 'haskell-here' 
'haskell-hledger-lib'
+ 'haskell-lucid' 'haskell-math-functions' 'haskell-megaparsec' 
'haskell-old-time'
+ 'haskell-pretty-show' 'haskell-regex-tdfa' 'haskell-safe' 
'haskell-shakespeare'
+ 'haskell-split' 'haskell-tabular' 'haskell-temporary' 
'haskell-unordered-containers'
+ 'haskell-utf8-string' 'haskell-utility-ht' 'haskell-wizards')
+makedepends=('ghc' 'haskell-test-framework' 'haskell-test-framework-hunit')
+source=("https://hackage.haskell.org/packages/archive/${pkgname}/${pkgver}/${pkgname}-${pkgver}.tar.gz;)
+sha512sums=('761c3b7d581e0787981763bc72263905f30b117e09c7a2bb72c3315955d3bb3a1e2cc3bd9152cfb8c81307c3dfa0e4e263dbc733670852a8ebf3e508817899ae')
+
+prepare() {
+# It does nothing
+sed -e '/mtl-compat/d' \
+-i ${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}" 
--datasubdir="$pkgname" --enable-tests \
+--dynlibdir=/usr/lib --libsubdir=\$compiler/site-local/\$pkgid \
+-fterminfo -fthreaded
+LC_CTYPE=en_US.UTF-8 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 certbot-dns-dnsimple/repos/community-any (PKGBUILD PKGBUILD)

2019-01-03 Thread Felix Yan via arch-commits
Date: Thursday, January 3, 2019 @ 21:04:30
  Author: felixonmars
Revision: 420418

archrelease: copy trunk to community-any

Added:
  certbot-dns-dnsimple/repos/community-any/PKGBUILD
(from rev 420416, certbot-dns-dnsimple/trunk/PKGBUILD)
Deleted:
  certbot-dns-dnsimple/repos/community-any/PKGBUILD

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

Deleted: PKGBUILD
===
--- PKGBUILD2019-01-03 21:04:28 UTC (rev 420417)
+++ PKGBUILD2019-01-03 21:04:30 UTC (rev 420418)
@@ -1,32 +0,0 @@
-# Maintainer: Felix Yan 
-
-pkgname=certbot-dns-dnsimple
-pkgver=0.29.1
-pkgrel=1
-pkgdesc="DNSimple DNS Authenticator plugin for Certbot"
-arch=('any')
-license=('Apache')
-url="https://pypi.python.org/pypi/$pkgname;
-depends=('certbot' 'dns-lexicon' 'python-acme' 'python-mock' 
'python-setuptools'
- 'python-zope-interface')
-source=("https://pypi.io/packages/source/c/$pkgname/$pkgname-$pkgver.tar.gz"{,.asc})
-validpgpkeys=('148C30F6F7E429337A72D992B00B9CC82D7ADF2C'
-  '1B41B758F9A78C7F444C20FA3E5B4152E3ADB1FD'
-  'A2CFB51FA275A7286234E7B24D17C995CD9775F2')
-sha512sums=('de5030ec9a5eb5481464a068120750f985a92834073f6399445dc7120cd14bb5df0708e93a2df6d11e3e760359c6cc44de5120bdaeaf481e62bcee1a918d1117'
-'SKIP')
-
-build() {
-  cd "$srcdir"/$pkgname-$pkgver
-  python setup.py build
-}
-
-check() {
-  cd "$srcdir"/$pkgname-$pkgver
-  python setup.py test
-}
-
-package() {
-  cd "$srcdir"/$pkgname-$pkgver
-  python setup.py install --root="$pkgdir"
-}

Copied: certbot-dns-dnsimple/repos/community-any/PKGBUILD (from rev 420416, 
certbot-dns-dnsimple/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2019-01-03 21:04:30 UTC (rev 420418)
@@ -0,0 +1,32 @@
+# Maintainer: Felix Yan 
+
+pkgname=certbot-dns-dnsimple
+pkgver=0.30.0
+pkgrel=1
+pkgdesc="DNSimple DNS Authenticator plugin for Certbot"
+arch=('any')
+license=('Apache')
+url="https://pypi.python.org/pypi/$pkgname;
+depends=('certbot' 'dns-lexicon' 'python-acme' 'python-mock' 
'python-setuptools'
+ 'python-zope-interface')
+source=("https://pypi.io/packages/source/c/$pkgname/$pkgname-$pkgver.tar.gz"{,.asc})
+validpgpkeys=('148C30F6F7E429337A72D992B00B9CC82D7ADF2C'
+  '1B41B758F9A78C7F444C20FA3E5B4152E3ADB1FD'
+  'A2CFB51FA275A7286234E7B24D17C995CD9775F2')
+sha512sums=('34e9a0e430e65feaa544af5168712eb8de8324a163b0a0db5e3fc34c1f1e8f7d7131928df77d71f59e58bb22ee66187ee7a9b5c48ddc8c18ab35a65024f4d878'
+'SKIP')
+
+build() {
+  cd "$srcdir"/$pkgname-$pkgver
+  python setup.py build
+}
+
+check() {
+  cd "$srcdir"/$pkgname-$pkgver
+  python setup.py test
+}
+
+package() {
+  cd "$srcdir"/$pkgname-$pkgver
+  python setup.py install --root="$pkgdir"
+}


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

2019-01-03 Thread Felix Yan via arch-commits
Date: Thursday, January 3, 2019 @ 21:04:10
  Author: felixonmars
Revision: 420415

upgpkg: certbot-dns-dnsimple 0.30.0-1

Modified:
  certbot-dns-dnsimple/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2019-01-03 21:03:02 UTC (rev 420414)
+++ PKGBUILD2019-01-03 21:04:10 UTC (rev 420415)
@@ -1,7 +1,7 @@
 # Maintainer: Felix Yan 
 
 pkgname=certbot-dns-dnsimple
-pkgver=0.29.1
+pkgver=0.30.0
 pkgrel=1
 pkgdesc="DNSimple DNS Authenticator plugin for Certbot"
 arch=('any')
@@ -13,7 +13,7 @@
 validpgpkeys=('148C30F6F7E429337A72D992B00B9CC82D7ADF2C'
   '1B41B758F9A78C7F444C20FA3E5B4152E3ADB1FD'
   'A2CFB51FA275A7286234E7B24D17C995CD9775F2')
-sha512sums=('de5030ec9a5eb5481464a068120750f985a92834073f6399445dc7120cd14bb5df0708e93a2df6d11e3e760359c6cc44de5120bdaeaf481e62bcee1a918d1117'
+sha512sums=('34e9a0e430e65feaa544af5168712eb8de8324a163b0a0db5e3fc34c1f1e8f7d7131928df77d71f59e58bb22ee66187ee7a9b5c48ddc8c18ab35a65024f4d878'
 'SKIP')
 
 build() {


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

2019-01-03 Thread Felix Yan via arch-commits
Date: Thursday, January 3, 2019 @ 21:03:02
  Author: felixonmars
Revision: 420414

archrelease: copy trunk to community-staging-x86_64

Added:
  haskell-neat-interpolation/repos/community-staging-x86_64/
  haskell-neat-interpolation/repos/community-staging-x86_64/PKGBUILD
(from rev 420413, haskell-neat-interpolation/trunk/PKGBUILD)

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

Copied: haskell-neat-interpolation/repos/community-staging-x86_64/PKGBUILD 
(from rev 420413, haskell-neat-interpolation/trunk/PKGBUILD)
===
--- community-staging-x86_64/PKGBUILD   (rev 0)
+++ community-staging-x86_64/PKGBUILD   2019-01-03 21:03:02 UTC (rev 420414)
@@ -0,0 +1,38 @@
+# Maintainer: Felix Yan 
+# Contributor: Arch Haskell Team 
+
+_hkgname=neat-interpolation
+pkgname=haskell-neat-interpolation
+pkgver=0.3.2.4
+pkgrel=3
+pkgdesc="A quasiquoter for neat and simple multiline text interpolation"
+url="https://github.com/nikita-volkov/neat-interpolation;
+license=("MIT")
+arch=('x86_64')
+depends=('ghc-libs' 'haskell-base-prelude' 'haskell-megaparsec')
+makedepends=('ghc')
+source=("https://hackage.haskell.org/packages/archive/${_hkgname}/${pkgver}/${_hkgname}-${pkgver}.tar.gz;)
+sha512sums=('c1e177bb811eec89047b3aa45e793681c2377a9c6700b557d5fe500af667d15dc8d06c161bb7b65daaa5ee88d675f48989d33419334253715ef0d38c006749ec')
+
+build() {
+cd $_hkgname-$pkgver
+
+runhaskell Setup configure -O --enable-shared --enable-executable-dynamic 
--disable-library-vanilla \
+--prefix=/usr --docdir=/usr/share/doc/$pkgname \
+--dynlibdir=/usr/lib --libsubdir=\$compiler/site-local/\$pkgid
+runhaskell Setup build
+runhaskell Setup register --gen-script
+runhaskell Setup unregister --gen-script
+sed -i -r -e "s|ghc-pkg.*update[^ ]* |&'--force' |" register.sh
+sed -i -r -e "s|ghc-pkg.*unregister[^ ]* |&'--force' |" unregister.sh
+}
+
+package() {
+cd $_hkgname-$pkgver
+
+install -D -m744 register.sh 
"$pkgdir"/usr/share/haskell/register/$pkgname.sh
+install -D -m744 unregister.sh 
"$pkgdir"/usr/share/haskell/unregister/$pkgname.sh
+runhaskell Setup copy --destdir="$pkgdir"
+install -D -m644 "LICENSE" 
"${pkgdir}/usr/share/licenses/${pkgname}/LICENSE"
+rm -f "${pkgdir}/usr/share/doc/${pkgname}/LICENSE"
+}


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

2019-01-03 Thread Felix Yan via arch-commits
Date: Thursday, January 3, 2019 @ 21:02:46
  Author: felixonmars
Revision: 420413

upgpkg: haskell-neat-interpolation 0.3.2.4-3

rebuild with parser-combinators 1.0.1

Modified:
  haskell-neat-interpolation/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2019-01-03 21:02:00 UTC (rev 420412)
+++ PKGBUILD2019-01-03 21:02:46 UTC (rev 420413)
@@ -4,7 +4,7 @@
 _hkgname=neat-interpolation
 pkgname=haskell-neat-interpolation
 pkgver=0.3.2.4
-pkgrel=2
+pkgrel=3
 pkgdesc="A quasiquoter for neat and simple multiline text interpolation"
 url="https://github.com/nikita-volkov/neat-interpolation;
 license=("MIT")


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

2019-01-03 Thread Felix Yan via arch-commits
Date: Thursday, January 3, 2019 @ 21:02:00
  Author: felixonmars
Revision: 420412

archrelease: copy trunk to community-staging-x86_64

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

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

Copied: haskell-megaparsec6/repos/community-staging-x86_64/PKGBUILD (from rev 
420411, haskell-megaparsec6/trunk/PKGBUILD)
===
--- community-staging-x86_64/PKGBUILD   (rev 0)
+++ community-staging-x86_64/PKGBUILD   2019-01-03 21:02:00 UTC (rev 420412)
@@ -0,0 +1,52 @@
+# Maintainer: Felix Yan 
+# Contributor: Arch Haskell Team 
+
+_hkgname=megaparsec
+pkgname=haskell-megaparsec6
+pkgver=6.5.0
+pkgrel=3
+pkgdesc="Monadic parser combinators (Legacy 6.x branch)"
+url="https://github.com/mrkkrp/megaparsec;
+license=("custom:BSD2")
+arch=('x86_64')
+depends=('ghc-libs' 'haskell-case-insensitive' 'haskell-parser-combinators'
+ 'haskell-scientific')
+makedepends=('ghc' 'haskell-quickcheck' 'haskell-hspec' 
'haskell-hspec-discover'
+ 'haskell-hspec-expectations')
+source=("https://hackage.haskell.org/packages/archive/${_hkgname}/${pkgver}/${_hkgname}-${pkgver}.tar.gz;)
+sha512sums=('4a8194909f2779bd82226a1f8fb6cce089820fa960249fdd723a4f54aa0c0d52436b4835431327be1164a7698d59059e866b694477407fae4d93c1ae42664011')
+
+prepare() {
+cd $_hkgname-$pkgver
+sed -i -e 's/<.*1.0/<2/' -e 's/< *0.6/<1/' $_hkgname.cabal
+sed -i '1i{-# language NoMonadFailDesugaring #-}' 
tests/Text/MegaparsecSpec.hs
+}
+
+build() {
+cd $_hkgname-$pkgver
+
+runhaskell Setup configure -O --enable-shared --enable-executable-dynamic 
--disable-library-vanilla \
+--prefix=/usr --docdir=/usr/share/doc/$pkgname --enable-tests \
+--dynlibdir=/usr/lib --libsubdir=\$compiler/site-local/\$pkgid \
+-f-dev
+runhaskell Setup build
+runhaskell Setup register --gen-script
+runhaskell Setup unregister --gen-script
+sed -i -r -e "s|ghc-pkg.*update[^ ]* |&'--force' |" register.sh
+sed -i -r -e "s|ghc-pkg.*unregister[^ ]* |&'--force' |" unregister.sh
+}
+
+check() {
+cd $_hkgname-$pkgver
+runhaskell Setup test
+}
+
+package() {
+cd $_hkgname-$pkgver
+
+install -D -m744 register.sh 
"$pkgdir"/usr/share/haskell/register/$pkgname.sh
+install -D -m744 unregister.sh 
"$pkgdir"/usr/share/haskell/unregister/$pkgname.sh
+runhaskell Setup copy --destdir="$pkgdir"
+install -D -m644 "LICENSE.md" 
"${pkgdir}/usr/share/licenses/${pkgname}/LICENSE.md"
+rm -f "${pkgdir}/usr/share/doc/${pkgname}/LICENSE.md"
+}


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

2019-01-03 Thread Felix Yan via arch-commits
Date: Thursday, January 3, 2019 @ 21:01:44
  Author: felixonmars
Revision: 420410

upgpkg: haskell-megaparsec6 6.5.0-3

rebuild with parser-combinators 1.0.1

Modified:
  haskell-megaparsec6/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2019-01-03 21:01:37 UTC (rev 420409)
+++ PKGBUILD2019-01-03 21:01:44 UTC (rev 420410)
@@ -4,7 +4,7 @@
 _hkgname=megaparsec
 pkgname=haskell-megaparsec6
 pkgver=6.5.0
-pkgrel=2
+pkgrel=3
 pkgdesc="Monadic parser combinators (Legacy 6.x branch)"
 url="https://github.com/mrkkrp/megaparsec;
 license=("custom:BSD2")


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

2019-01-03 Thread Felix Yan via arch-commits
Date: Thursday, January 3, 2019 @ 21:01:37
  Author: felixonmars
Revision: 420409

upgpkg: debootstrap 1.0.112-1

Modified:
  debootstrap/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2019-01-03 21:01:21 UTC (rev 420408)
+++ PKGBUILD2019-01-03 21:01:37 UTC (rev 420409)
@@ -1,7 +1,7 @@
 # Maintainer: Felix Yan 
 
 pkgname=debootstrap
-pkgver=1.0.111
+pkgver=1.0.112
 pkgrel=1
 pkgdesc="Bootstrap a basic Debian system"
 arch=('any')
@@ -13,7 +13,7 @@
 optdepends=('gnupg: check release signatures'
 'debian-archive-keyring: check release signatures for Debian'
 'ubuntu-keyring: check release signatures for Ubuntu')
-sha512sums=('495d0f8d42efde933ca9d2581d6ed4aec18648abbb777890071645949bcc4af2aefa621360642a5269fdf915155f1b26d827f0825a69488fba3562cc80622ead'
+sha512sums=('8b7d953d61f7188c38750abd2e559cd7fac60b817f2cf0735e12b06c9d93e6bbb906d9843e656675ce75cdfb7489b9366f747c34a2b6481c8c7b73a80eb7af87'
 
'56e25f48027f99f7e720859a9e14fe769b1cbd6227c7a7e27e14c2fea88520109342d6e5b127dc34ce8cc40f46941a0c5157ad35cf8ef9b3e4323877a4b32d97')
 
 prepare() {


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

2019-01-03 Thread Felix Yan via arch-commits
Date: Thursday, January 3, 2019 @ 21:01:55
  Author: felixonmars
Revision: 420411

archrelease: copy trunk to community-any

Added:
  debootstrap/repos/community-any/PKGBUILD
(from rev 420410, debootstrap/trunk/PKGBUILD)
  debootstrap/repos/community-any/arch-detect.patch
(from rev 420410, debootstrap/trunk/arch-detect.patch)
Deleted:
  debootstrap/repos/community-any/PKGBUILD
  debootstrap/repos/community-any/arch-detect.patch

---+
 PKGBUILD  |   72 ++--
 arch-detect.patch |   42 +++---
 2 files changed, 57 insertions(+), 57 deletions(-)

Deleted: PKGBUILD
===
--- PKGBUILD2019-01-03 21:01:44 UTC (rev 420410)
+++ PKGBUILD2019-01-03 21:01:55 UTC (rev 420411)
@@ -1,36 +0,0 @@
-# Maintainer: Felix Yan 
-
-pkgname=debootstrap
-pkgver=1.0.111
-pkgrel=1
-pkgdesc="Bootstrap a basic Debian system"
-arch=('any')
-license=('GPL')
-url="https://tracker.debian.org/pkg/debootstrap;
-depends=('wget' 'binutils')
-source=("$pkgname-$pkgver.tar.gz::https://github.com/felixonmars/debootstrap/archive/$pkgver.tar.gz;
-arch-detect.patch)
-optdepends=('gnupg: check release signatures'
-'debian-archive-keyring: check release signatures for Debian'
-'ubuntu-keyring: check release signatures for Ubuntu')
-sha512sums=('495d0f8d42efde933ca9d2581d6ed4aec18648abbb777890071645949bcc4af2aefa621360642a5269fdf915155f1b26d827f0825a69488fba3562cc80622ead'
-
'56e25f48027f99f7e720859a9e14fe769b1cbd6227c7a7e27e14c2fea88520109342d6e5b127dc34ce8cc40f46941a0c5157ad35cf8ef9b3e4323877a4b32d97')
-
-prepare() {
-  cd debootstrap-$pkgver
-
-  sed -i 's/sbin/bin/g' Makefile
-
-  # Debian defaults
-  sed -i 's|export PATH|export 
PATH="/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin"|' 
debootstrap
-
-  # Detect Architecture
-  patch -p1 -i ../arch-detect.patch
-}
-
-package() {
-  cd debootstrap-$pkgver
-  make DESTDIR="$pkgdir" install
-
-  install -Dm644 debootstrap.8 "$pkgdir"/usr/share/man/man8/debootstrap.8
-}

Copied: debootstrap/repos/community-any/PKGBUILD (from rev 420410, 
debootstrap/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2019-01-03 21:01:55 UTC (rev 420411)
@@ -0,0 +1,36 @@
+# Maintainer: Felix Yan 
+
+pkgname=debootstrap
+pkgver=1.0.112
+pkgrel=1
+pkgdesc="Bootstrap a basic Debian system"
+arch=('any')
+license=('GPL')
+url="https://tracker.debian.org/pkg/debootstrap;
+depends=('wget' 'binutils')
+source=("$pkgname-$pkgver.tar.gz::https://github.com/felixonmars/debootstrap/archive/$pkgver.tar.gz;
+arch-detect.patch)
+optdepends=('gnupg: check release signatures'
+'debian-archive-keyring: check release signatures for Debian'
+'ubuntu-keyring: check release signatures for Ubuntu')
+sha512sums=('8b7d953d61f7188c38750abd2e559cd7fac60b817f2cf0735e12b06c9d93e6bbb906d9843e656675ce75cdfb7489b9366f747c34a2b6481c8c7b73a80eb7af87'
+
'56e25f48027f99f7e720859a9e14fe769b1cbd6227c7a7e27e14c2fea88520109342d6e5b127dc34ce8cc40f46941a0c5157ad35cf8ef9b3e4323877a4b32d97')
+
+prepare() {
+  cd debootstrap-$pkgver
+
+  sed -i 's/sbin/bin/g' Makefile
+
+  # Debian defaults
+  sed -i 's|export PATH|export 
PATH="/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin"|' 
debootstrap
+
+  # Detect Architecture
+  patch -p1 -i ../arch-detect.patch
+}
+
+package() {
+  cd debootstrap-$pkgver
+  make DESTDIR="$pkgdir" install
+
+  install -Dm644 debootstrap.8 "$pkgdir"/usr/share/man/man8/debootstrap.8
+}

Deleted: arch-detect.patch
===
--- arch-detect.patch   2019-01-03 21:01:44 UTC (rev 420410)
+++ arch-detect.patch   2019-01-03 21:01:55 UTC (rev 420411)
@@ -1,21 +0,0 @@
-diff --git a/debootstrap b/debootstrap
-index fcdb20f..184900d 100755
 a/debootstrap
-+++ b/debootstrap
-@@ -427,6 +427,16 @@ elif in_path udpkg && \
-   HOST_ARCH=$(/usr/bin/udpkg --print-architecture)
- elif [ -e "$DEBOOTSTRAP_DIR/arch" ]; then
-   HOST_ARCH=$(cat "$DEBOOTSTRAP_DIR/arch")
-+elif in_path pacman; then
-+  # pacman 5.1 will have `pacman-conf Architecture`
-+  CARCH="$(bash -c '. /etc/makepkg.conf && echo $CARCH')"
-+  case "$CARCH" in
-+  "i686")   HOST_ARCH="i386" ;;
-+  "x86_64") HOST_ARCH="amd64" ;;
-+  "armv7h") HOST_ARCH="armhf" ;;
-+  "aarch64") HOST_ARCH="arm64" ;;
-+  *) echo "Unknown architecture: $CARCH" && exit 1
-+  esac
- fi
- HOST_OS="$HOST_ARCH"
- # basic host OS guessing for non-Debian systems

Copied: debootstrap/repos/community-any/arch-detect.patch (from rev 420410, 
debootstrap/trunk/arch-detect.patch)
===
--- arch-detect.patch   (rev 0)

[arch-commits] Commit in deepin-session-ui/repos/community-x86_64 (PKGBUILD PKGBUILD)

2019-01-03 Thread Felix Yan via arch-commits
Date: Thursday, January 3, 2019 @ 21:01:21
  Author: felixonmars
Revision: 420408

archrelease: copy trunk to community-x86_64

Added:
  deepin-session-ui/repos/community-x86_64/PKGBUILD
(from rev 420407, deepin-session-ui/trunk/PKGBUILD)
Deleted:
  deepin-session-ui/repos/community-x86_64/PKGBUILD

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

Deleted: PKGBUILD
===
--- PKGBUILD2019-01-03 21:01:03 UTC (rev 420407)
+++ PKGBUILD2019-01-03 21:01:21 UTC (rev 420408)
@@ -1,37 +0,0 @@
-# Maintainer: Felix Yan 
-# Contributor: Josip Ponjavic 
-# Contributor: Xu Fasheng 
-
-pkgname=deepin-session-ui
-pkgver=4.8.0
-pkgrel=1
-pkgdesc='Deepin desktop-environment - Session UI module'
-arch=('x86_64')
-url="https://github.com/linuxdeepin/dde-session-ui;
-license=('GPL3')
-groups=('deepin')
-depends=('gsettings-qt' 'deepin-qt5integration' 'liblightdm-qt5' 'qt5-svg' 
'deepin-daemon'
- 'xorg-server' 'deepin-control-center' 'startdde' 'xorg-xrandr' 
'deepin-qt-dbus-factory'
- 'qt5-tools')
-makedepends=('deepin-gettext-tools')
-provides=('lightdm-deepin-greeter' 'deepin-notifications')
-conflicts=('dde-workspace' 'dde-session-ui' 'deepin-notifications')
-replaces=('dde-workspace' 'dde-session-ui' 'deepin-notifications')
-source=("$pkgname-$pkgver.tar.gz::https://github.com/linuxdeepin/dde-session-ui/archive/$pkgver.tar.gz;)
-sha512sums=('1cfa066a5b66cd9df1fa0e1783483deb474d261ed429fbee9d6d203061e40f9e6e9749febfac00cf806907c7817fdb1135f88d48dacb190a44de4746e4b56a87')
-
-prepare() {
-  cd dde-session-ui-$pkgver
-  sed -i 
's|/usr/share/backgrounds/default_background.jpg|/usr/share/backgrounds/deepin/desktop.jpg|'
 widgets/*.cpp boxframe/*.cpp
-}
-
-build() {
-  cd dde-session-ui-$pkgver
-  qmake-qt5 PREFIX=/usr
-  make
-}
-
-package() {
-  cd dde-session-ui-$pkgver
-  make INSTALL_ROOT="$pkgdir" install
-}

Copied: deepin-session-ui/repos/community-x86_64/PKGBUILD (from rev 420407, 
deepin-session-ui/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2019-01-03 21:01:21 UTC (rev 420408)
@@ -0,0 +1,37 @@
+# Maintainer: Felix Yan 
+# Contributor: Josip Ponjavic 
+# Contributor: Xu Fasheng 
+
+pkgname=deepin-session-ui
+pkgver=4.8.2
+pkgrel=1
+pkgdesc='Deepin desktop-environment - Session UI module'
+arch=('x86_64')
+url="https://github.com/linuxdeepin/dde-session-ui;
+license=('GPL3')
+groups=('deepin')
+depends=('gsettings-qt' 'deepin-qt5integration' 'liblightdm-qt5' 'qt5-svg' 
'deepin-daemon'
+ 'xorg-server' 'deepin-control-center' 'startdde' 'xorg-xrandr' 
'deepin-qt-dbus-factory'
+ 'qt5-tools')
+makedepends=('deepin-gettext-tools')
+provides=('lightdm-deepin-greeter' 'deepin-notifications')
+conflicts=('dde-workspace' 'dde-session-ui' 'deepin-notifications')
+replaces=('dde-workspace' 'dde-session-ui' 'deepin-notifications')
+source=("$pkgname-$pkgver.tar.gz::https://github.com/linuxdeepin/dde-session-ui/archive/$pkgver.tar.gz;)
+sha512sums=('9b518809294288d9f7bae7f1a9172f6e81ca9fc6a9fbc10f6fef7518bdf94bfa9a9fdf6ac9c8fdf6827858ace3a1b132bb74fd4c7d31193cc89c5a5a0057ce7c')
+
+prepare() {
+  cd dde-session-ui-$pkgver
+  sed -i 
's|/usr/share/backgrounds/default_background.jpg|/usr/share/backgrounds/deepin/desktop.jpg|'
 widgets/*.cpp boxframe/*.cpp
+}
+
+build() {
+  cd dde-session-ui-$pkgver
+  qmake-qt5 PREFIX=/usr
+  make
+}
+
+package() {
+  cd dde-session-ui-$pkgver
+  make INSTALL_ROOT="$pkgdir" install
+}


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

2019-01-03 Thread Felix Yan via arch-commits
Date: Thursday, January 3, 2019 @ 21:01:03
  Author: felixonmars
Revision: 420407

upgpkg: deepin-session-ui 4.8.2-1

Modified:
  deepin-session-ui/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2019-01-03 21:00:03 UTC (rev 420406)
+++ PKGBUILD2019-01-03 21:01:03 UTC (rev 420407)
@@ -3,7 +3,7 @@
 # Contributor: Xu Fasheng 
 
 pkgname=deepin-session-ui
-pkgver=4.8.0
+pkgver=4.8.2
 pkgrel=1
 pkgdesc='Deepin desktop-environment - Session UI module'
 arch=('x86_64')
@@ -18,7 +18,7 @@
 conflicts=('dde-workspace' 'dde-session-ui' 'deepin-notifications')
 replaces=('dde-workspace' 'dde-session-ui' 'deepin-notifications')
 
source=("$pkgname-$pkgver.tar.gz::https://github.com/linuxdeepin/dde-session-ui/archive/$pkgver.tar.gz;)
-sha512sums=('1cfa066a5b66cd9df1fa0e1783483deb474d261ed429fbee9d6d203061e40f9e6e9749febfac00cf806907c7817fdb1135f88d48dacb190a44de4746e4b56a87')
+sha512sums=('9b518809294288d9f7bae7f1a9172f6e81ca9fc6a9fbc10f6fef7518bdf94bfa9a9fdf6ac9c8fdf6827858ace3a1b132bb74fd4c7d31193cc89c5a5a0057ce7c')
 
 prepare() {
   cd dde-session-ui-$pkgver


[arch-commits] Commit in certbot-dns-digitalocean/repos/community-any (2 files)

2019-01-03 Thread Felix Yan via arch-commits
Date: Thursday, January 3, 2019 @ 21:00:03
  Author: felixonmars
Revision: 420406

archrelease: copy trunk to community-any

Added:
  certbot-dns-digitalocean/repos/community-any/PKGBUILD
(from rev 420405, certbot-dns-digitalocean/trunk/PKGBUILD)
Deleted:
  certbot-dns-digitalocean/repos/community-any/PKGBUILD

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

Deleted: PKGBUILD
===
--- PKGBUILD2019-01-03 20:59:45 UTC (rev 420405)
+++ PKGBUILD2019-01-03 21:00:03 UTC (rev 420406)
@@ -1,32 +0,0 @@
-# Maintainer: Felix Yan 
-
-pkgname=certbot-dns-digitalocean
-pkgver=0.29.1
-pkgrel=1
-pkgdesc="DigitalOcean DNS Authenticator plugin for Certbot"
-arch=('any')
-license=('Apache')
-url="https://pypi.python.org/pypi/$pkgname;
-depends=('certbot' 'python-acme' 'python-digitalocean' 'python-mock' 
'python-setuptools'
- 'python-zope-interface')
-source=("https://pypi.io/packages/source/c/$pkgname/$pkgname-$pkgver.tar.gz"{,.asc})
-validpgpkeys=('148C30F6F7E429337A72D992B00B9CC82D7ADF2C'
-  '1B41B758F9A78C7F444C20FA3E5B4152E3ADB1FD'
-  'A2CFB51FA275A7286234E7B24D17C995CD9775F2')
-sha512sums=('3962fb15391c8f56af2ae9db3513982e7838c93845523b09176172f83023450c9206a9c70bcf09a7f96df6389cbdf6b57f9c866f5c7f077240650a5be7d3a475'
-'SKIP')
-
-build() {
-  cd "$srcdir"/$pkgname-$pkgver
-  python setup.py build
-}
-
-check() {
-  cd "$srcdir"/$pkgname-$pkgver
-  python setup.py test
-}
-
-package() {
-  cd "$srcdir"/$pkgname-$pkgver
-  python setup.py install --root="$pkgdir"
-}

Copied: certbot-dns-digitalocean/repos/community-any/PKGBUILD (from rev 420405, 
certbot-dns-digitalocean/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2019-01-03 21:00:03 UTC (rev 420406)
@@ -0,0 +1,32 @@
+# Maintainer: Felix Yan 
+
+pkgname=certbot-dns-digitalocean
+pkgver=0.30.0
+pkgrel=1
+pkgdesc="DigitalOcean DNS Authenticator plugin for Certbot"
+arch=('any')
+license=('Apache')
+url="https://pypi.python.org/pypi/$pkgname;
+depends=('certbot' 'python-acme' 'python-digitalocean' 'python-mock' 
'python-setuptools'
+ 'python-zope-interface')
+source=("https://pypi.io/packages/source/c/$pkgname/$pkgname-$pkgver.tar.gz"{,.asc})
+validpgpkeys=('148C30F6F7E429337A72D992B00B9CC82D7ADF2C'
+  '1B41B758F9A78C7F444C20FA3E5B4152E3ADB1FD'
+  'A2CFB51FA275A7286234E7B24D17C995CD9775F2')
+sha512sums=('dcbc6c1442fe1a3ae3aecfc5ff991c5e733ffc09175ef77fe364947f8ee91d91c2952b4ecabe2605c53e9d2d7367c6911d3c6b5f351a22da3b5da55311907125'
+'SKIP')
+
+build() {
+  cd "$srcdir"/$pkgname-$pkgver
+  python setup.py build
+}
+
+check() {
+  cd "$srcdir"/$pkgname-$pkgver
+  python setup.py test
+}
+
+package() {
+  cd "$srcdir"/$pkgname-$pkgver
+  python setup.py install --root="$pkgdir"
+}


[arch-commits] Commit in prometheus-blackbox-exporter/repos/testing-x86_64 (5 files)

2019-01-03 Thread Jelle van der Waa via arch-commits
Date: Thursday, January 3, 2019 @ 20:59:32
  Author: jelle
Revision: 342916

archrelease: copy trunk to testing-x86_64

Added:
  prometheus-blackbox-exporter/repos/testing-x86_64/PKGBUILD
(from rev 342915, prometheus-blackbox-exporter/trunk/PKGBUILD)
  prometheus-blackbox-exporter/repos/testing-x86_64/go.sum.patch
(from rev 342915, prometheus-blackbox-exporter/trunk/go.sum.patch)
  
prometheus-blackbox-exporter/repos/testing-x86_64/prometheus-blackbox-exporter.service
(from rev 342915, 
prometheus-blackbox-exporter/trunk/prometheus-blackbox-exporter.service)
Deleted:
  prometheus-blackbox-exporter/repos/testing-x86_64/go.sum.patch
  
prometheus-blackbox-exporter/repos/testing-x86_64/prometheus-blackbox-exporter.service

--+
 PKGBUILD |   35 +
 go.sum.patch |   24 +++---
 prometheus-blackbox-exporter.service |   22 ++--
 3 files changed, 58 insertions(+), 23 deletions(-)

Copied: prometheus-blackbox-exporter/repos/testing-x86_64/PKGBUILD (from rev 
342915, prometheus-blackbox-exporter/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2019-01-03 20:59:32 UTC (rev 342916)
@@ -0,0 +1,35 @@
+# Maintainer: Jelle van der Waa 
+
+pkgname=prometheus-blackbox-exporter
+pkgver=0.13.0
+pkgrel=1
+pkgdesc="Allows blackbox probing of endpoints over HTTP, HTTPS, DNS, TCP and 
ICMP"
+arch=('x86_64')
+url="https://github.com/prometheus/blackbox_exporter;
+license=('Apache')
+depends=(glibc)
+makedepends=(go-pie git)
+source=(https://github.com/prometheus/blackbox_exporter/archive/v${pkgver}.tar.gz
 prometheus-blackbox-exporter.service go.sum.patch)
+sha512sums=('49290860e5e1713cc0e1edd93fd193d6e23aebe55a6f62778da89450f5ba79787d4ac3fd6ca3aae37f4941c16976db4570f2d4888534f2ce2c86e25e250b12f1'
+
'2a663446105459eaa55d73b5777cfff0adad12e704f354a5283d00e6052af10758c3fc0979bf0cd4edcc1a4b1d59449e4c439d339e50001b78438d6650dad2c1'
+
'7768e79944b6d8294a4c1f541c11825385d38620ce7465bd7b719c28a1f2b63e5de86ff374d026e8a2fdde39cd1597455adba27915492ae99026d3a05997d2ef')
+
+prepare() {
+  cd blackbox_exporter-$pkgver
+  patch -Np1 -i $srcdir/go.sum.patch
+}
+
+build() {
+  cd blackbox_exporter-$pkgver
+  go build \
+-gcflags "all=-trimpath=${PWD}" \
+-asmflags "all=-trimpath=${PWD}" \
+-ldflags "-extldflags ${LDFLAGS}" \
+.
+}
+
+package() {
+  install -Dm644 prometheus-blackbox-exporter.service 
"$pkgdir"/usr/lib/systemd/system/prometheus-blackbox-exporter.service
+  cd blackbox_exporter-$pkgver
+  install -Dm755 blackbox_exporter 
"$pkgdir"/usr/bin/prometheus-blackbox-exporter
+}

Deleted: go.sum.patch
===
--- go.sum.patch2019-01-03 20:58:59 UTC (rev 342915)
+++ go.sum.patch2019-01-03 20:59:32 UTC (rev 342916)
@@ -1,12 +0,0 @@
-diff -aur blackbox_exporter-0.13.0/go.sum blackbox_exporter-0.13.0.new/go.sum
 blackbox_exporter-0.13.0/go.sum2018-12-04 15:05:47.0 +
-+++ blackbox_exporter-0.13.0.new/go.sum2019-01-03 10:37:41.767251691 
+
-@@ -40,7 +40,7 @@
- github.com/prometheus/client_model v0.0.0-20170216185247-6f3806018612/go.mod 
h1:MbSGuTsp3dbXC40dX6PRTWyKYBIrTGTE9sqQNg2J8bo=
- github.com/prometheus/common v0.0.0-20180110214958-89604d197083 
h1:BVsJT8+ZbyuL3hypz/HmEiM8h2P6hBQGig4el9/MdjA=
- github.com/prometheus/common v0.0.0-20180110214958-89604d197083/go.mod 
h1:daVV7qP5qjZbuso7PdcryaAu0sAZbrN9i7WWcTMWvro=
--github.com/prometheus/procfs v0.0.0-20170703101242-e645f4e5aaa8 
h1:uZfczEBIA1FZfOQo4/JWgGnMNd/4HVsM9A+B30wtlkA=
-+github.com/prometheus/procfs v0.0.0-20170703101242-e645f4e5aaa8 
h1:Kh7M6mzRpQ2de1rixoSQZr4BTINXFm8WDbeN5ttnwyE=
- github.com/prometheus/procfs v0.0.0-20170703101242-e645f4e5aaa8/go.mod 
h1:c3At6R/oaqEKCNdg8wHV1ftS6bRYblBhIjjI8uT2IGk=
- github.com/sergi/go-diff v1.0.0 
h1:Kpca3qRNrduNnOQeazBd0ysaKrUJiIuISHxogkT9RPQ=
- github.com/sergi/go-diff v1.0.0/go.mod 
h1:0CfEIISq7TuYL3j771MWULgwwjU+GofnZX9QAmXWZgo=

Copied: prometheus-blackbox-exporter/repos/testing-x86_64/go.sum.patch (from 
rev 342915, prometheus-blackbox-exporter/trunk/go.sum.patch)
===
--- go.sum.patch(rev 0)
+++ go.sum.patch2019-01-03 20:59:32 UTC (rev 342916)
@@ -0,0 +1,12 @@
+diff -aur blackbox_exporter-0.13.0/go.sum blackbox_exporter-0.13.0.new/go.sum
+--- blackbox_exporter-0.13.0/go.sum2018-12-04 15:05:47.0 +
 blackbox_exporter-0.13.0.new/go.sum2019-01-03 10:37:41.767251691 
+
+@@ -40,7 +40,7 @@
+ github.com/prometheus/client_model v0.0.0-20170216185247-6f3806018612/go.mod 
h1:MbSGuTsp3dbXC40dX6PRTWyKYBIrTGTE9sqQNg2J8bo=
+ github.com/prometheus/common v0.0.0-20180110214958-89604d197083 

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

2019-01-03 Thread Felix Yan via arch-commits
Date: Thursday, January 3, 2019 @ 20:59:45
  Author: felixonmars
Revision: 420405

upgpkg: certbot-dns-digitalocean 0.30.0-1

Modified:
  certbot-dns-digitalocean/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2019-01-03 20:59:22 UTC (rev 420404)
+++ PKGBUILD2019-01-03 20:59:45 UTC (rev 420405)
@@ -1,7 +1,7 @@
 # Maintainer: Felix Yan 
 
 pkgname=certbot-dns-digitalocean
-pkgver=0.29.1
+pkgver=0.30.0
 pkgrel=1
 pkgdesc="DigitalOcean DNS Authenticator plugin for Certbot"
 arch=('any')
@@ -13,7 +13,7 @@
 validpgpkeys=('148C30F6F7E429337A72D992B00B9CC82D7ADF2C'
   '1B41B758F9A78C7F444C20FA3E5B4152E3ADB1FD'
   'A2CFB51FA275A7286234E7B24D17C995CD9775F2')
-sha512sums=('3962fb15391c8f56af2ae9db3513982e7838c93845523b09176172f83023450c9206a9c70bcf09a7f96df6389cbdf6b57f9c866f5c7f077240650a5be7d3a475'
+sha512sums=('dcbc6c1442fe1a3ae3aecfc5ff991c5e733ffc09175ef77fe364947f8ee91d91c2952b4ecabe2605c53e9d2d7367c6911d3c6b5f351a22da3b5da55311907125'
 'SKIP')
 
 build() {


[arch-commits] Commit in deepin-file-manager/repos/community-x86_64 (4 files)

2019-01-03 Thread Felix Yan via arch-commits
Date: Thursday, January 3, 2019 @ 20:59:22
  Author: felixonmars
Revision: 420404

archrelease: copy trunk to community-x86_64

Added:
  deepin-file-manager/repos/community-x86_64/PKGBUILD
(from rev 420403, deepin-file-manager/trunk/PKGBUILD)
  deepin-file-manager/repos/community-x86_64/fix-plugin-link.patch
(from rev 420403, deepin-file-manager/trunk/fix-plugin-link.patch)
Deleted:
  deepin-file-manager/repos/community-x86_64/PKGBUILD
  deepin-file-manager/repos/community-x86_64/fix-plugin-link.patch

---+
 PKGBUILD  |   70 
 fix-plugin-link.patch |   26 -
 2 files changed, 48 insertions(+), 48 deletions(-)

Deleted: PKGBUILD
===
--- PKGBUILD2019-01-03 20:59:02 UTC (rev 420403)
+++ PKGBUILD2019-01-03 20:59:22 UTC (rev 420404)
@@ -1,35 +0,0 @@
-# Maintainer: Felix Yan 
-# Contributor: Josip Ponjavic 
-# Contributor: Xu Fasheng 
-
-pkgname=deepin-file-manager
-pkgver=4.7.1.12
-pkgrel=1
-epoch=1
-pkgdesc='Deepin File Manager'
-arch=('x86_64')
-url="https://github.com/linuxdeepin/dde-file-manager;
-license=('GPL3')
-depends=('deepin-qt5integration' 'gtk2' 'gsettings-qt' 'libsecret' 'qt5-svg' 
'file' 'avfs'
- 'polkit-qt5' 'deepin-shortcut-viewer' 'poppler' 'ffmpegthumbnailer' 
'xdg-user-dirs'
- 'file-roller' 'deepin-qt-dbus-factory' 'treefrog-framework' 
'deepin-terminal'
- 'gst-plugins-good' 'mpv' 'deepin-anything' 'deepin-movie' 'jemalloc' 
'kcodecs')
-makedepends=('qt5-tools' 'deepin-dock' 'deepin-gettext-tools')
-optdepends=('deepin-manual: view the help manual')
-groups=('deepin')
-provides=('deepin-desktop')
-conflicts=('deepin-desktop')
-replaces=('deepin-desktop')
-source=("$pkgname-$pkgver.tar.gz::https://github.com/linuxdeepin/dde-file-manager/archive/$pkgver.tar.gz;)
-sha512sums=('0e88522e07de73896550ed1a1a1e7e5d28f1d591e1a790f5cd08418906e5a407c3806058f5edd5a24e7b4f696b98d49549abe9fde4431193328d7136c8e6a029')
-
-build() {
-  cd dde-file-manager-$pkgver
-  qmake-qt5 PREFIX=/usr
-  make
-}
-
-package() {
-  cd dde-file-manager-$pkgver
-  make INSTALL_ROOT="$pkgdir" install
-}

Copied: deepin-file-manager/repos/community-x86_64/PKGBUILD (from rev 420403, 
deepin-file-manager/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2019-01-03 20:59:22 UTC (rev 420404)
@@ -0,0 +1,35 @@
+# Maintainer: Felix Yan 
+# Contributor: Josip Ponjavic 
+# Contributor: Xu Fasheng 
+
+pkgname=deepin-file-manager
+pkgver=4.7.3
+pkgrel=1
+epoch=1
+pkgdesc='Deepin File Manager'
+arch=('x86_64')
+url="https://github.com/linuxdeepin/dde-file-manager;
+license=('GPL3')
+depends=('deepin-qt5integration' 'gtk2' 'gsettings-qt' 'libsecret' 'qt5-svg' 
'file' 'avfs'
+ 'polkit-qt5' 'deepin-shortcut-viewer' 'poppler' 'ffmpegthumbnailer' 
'xdg-user-dirs'
+ 'file-roller' 'deepin-qt-dbus-factory' 'treefrog-framework' 
'deepin-terminal'
+ 'gst-plugins-good' 'mpv' 'deepin-anything' 'deepin-movie' 'jemalloc' 
'kcodecs')
+makedepends=('qt5-tools' 'deepin-dock' 'deepin-gettext-tools')
+optdepends=('deepin-manual: view the help manual')
+groups=('deepin')
+provides=('deepin-desktop')
+conflicts=('deepin-desktop')
+replaces=('deepin-desktop')
+source=("$pkgname-$pkgver.tar.gz::https://github.com/linuxdeepin/dde-file-manager/archive/$pkgver.tar.gz;)
+sha512sums=('79b97d2c1e0bd35c3a1ec22c52564e8495a5222931b75dea2f2903971d60cf30759a7056f2cc1b2dc7c545dde063df9b8fd42d1343912d46900a63c282fd67e2')
+
+build() {
+  cd dde-file-manager-$pkgver
+  qmake-qt5 PREFIX=/usr
+  make
+}
+
+package() {
+  cd dde-file-manager-$pkgver
+  make INSTALL_ROOT="$pkgdir" install
+}

Deleted: fix-plugin-link.patch
===
--- fix-plugin-link.patch   2019-01-03 20:59:02 UTC (rev 420403)
+++ fix-plugin-link.patch   2019-01-03 20:59:22 UTC (rev 420404)
@@ -1,13 +0,0 @@
-diff --git a/dde-dock-plugins/disk-mount/disk-mount.pro 
b/dde-dock-plugins/disk-mount/disk-mount.pro
-index c5d336e8..c9575b15 100644
 a/dde-dock-plugins/disk-mount/disk-mount.pro
-+++ b/dde-dock-plugins/disk-mount/disk-mount.pro
-@@ -15,7 +15,7 @@ DISTFILES   += disk-mount.json
- 
- DEFINES += QT_MESSAGELOGCONTEXT DFM_NO_FILE_WATCHER
- 
--#unix: LIBS += -L$$OUT_PWD/../../dde-file-manager-lib -ldde-file-manager
-+LIBS += -L$$OUT_PWD/../../dde-file-manager-lib -ldde-file-manager
- 
- HEADERS += \
- diskmountplugin.h \

Copied: deepin-file-manager/repos/community-x86_64/fix-plugin-link.patch (from 
rev 420403, deepin-file-manager/trunk/fix-plugin-link.patch)
===
--- fix-plugin-link.patch   (rev 0)
+++ fix-plugin-link.patch   2019-01-03 20:59:22 UTC (rev 420404)
@@ -0,0 +1,13 @@
+diff --git 

[arch-commits] Commit in deepin-file-manager/trunk (PKGBUILD)

2019-01-03 Thread Felix Yan via arch-commits
Date: Thursday, January 3, 2019 @ 20:59:02
  Author: felixonmars
Revision: 420403

upgpkg: deepin-file-manager 1:4.7.3-1

Modified:
  deepin-file-manager/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2019-01-03 20:57:51 UTC (rev 420402)
+++ PKGBUILD2019-01-03 20:59:02 UTC (rev 420403)
@@ -3,7 +3,7 @@
 # Contributor: Xu Fasheng 
 
 pkgname=deepin-file-manager
-pkgver=4.7.1.12
+pkgver=4.7.3
 pkgrel=1
 epoch=1
 pkgdesc='Deepin File Manager'
@@ -21,7 +21,7 @@
 conflicts=('deepin-desktop')
 replaces=('deepin-desktop')
 
source=("$pkgname-$pkgver.tar.gz::https://github.com/linuxdeepin/dde-file-manager/archive/$pkgver.tar.gz;)
-sha512sums=('0e88522e07de73896550ed1a1a1e7e5d28f1d591e1a790f5cd08418906e5a407c3806058f5edd5a24e7b4f696b98d49549abe9fde4431193328d7136c8e6a029')
+sha512sums=('79b97d2c1e0bd35c3a1ec22c52564e8495a5222931b75dea2f2903971d60cf30759a7056f2cc1b2dc7c545dde063df9b8fd42d1343912d46900a63c282fd67e2')
 
 build() {
   cd dde-file-manager-$pkgver


[arch-commits] Commit in prometheus-blackbox-exporter/trunk (PKGBUILD)

2019-01-03 Thread Jelle van der Waa via arch-commits
Date: Thursday, January 3, 2019 @ 20:58:59
  Author: jelle
Revision: 342915

add missing PKGBUILD for prometheus

Added:
  prometheus-blackbox-exporter/trunk/PKGBUILD

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

Added: PKGBUILD
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2019-01-03 20:58:59 UTC (rev 342915)
@@ -0,0 +1,35 @@
+# Maintainer: Jelle van der Waa 
+
+pkgname=prometheus-blackbox-exporter
+pkgver=0.13.0
+pkgrel=1
+pkgdesc="Allows blackbox probing of endpoints over HTTP, HTTPS, DNS, TCP and 
ICMP"
+arch=('x86_64')
+url="https://github.com/prometheus/blackbox_exporter;
+license=('Apache')
+depends=(glibc)
+makedepends=(go-pie git)
+source=(https://github.com/prometheus/blackbox_exporter/archive/v${pkgver}.tar.gz
 prometheus-blackbox-exporter.service go.sum.patch)
+sha512sums=('49290860e5e1713cc0e1edd93fd193d6e23aebe55a6f62778da89450f5ba79787d4ac3fd6ca3aae37f4941c16976db4570f2d4888534f2ce2c86e25e250b12f1'
+
'2a663446105459eaa55d73b5777cfff0adad12e704f354a5283d00e6052af10758c3fc0979bf0cd4edcc1a4b1d59449e4c439d339e50001b78438d6650dad2c1'
+
'7768e79944b6d8294a4c1f541c11825385d38620ce7465bd7b719c28a1f2b63e5de86ff374d026e8a2fdde39cd1597455adba27915492ae99026d3a05997d2ef')
+
+prepare() {
+  cd blackbox_exporter-$pkgver
+  patch -Np1 -i $srcdir/go.sum.patch
+}
+
+build() {
+  cd blackbox_exporter-$pkgver
+  go build \
+-gcflags "all=-trimpath=${PWD}" \
+-asmflags "all=-trimpath=${PWD}" \
+-ldflags "-extldflags ${LDFLAGS}" \
+.
+}
+
+package() {
+  install -Dm644 prometheus-blackbox-exporter.service 
"$pkgdir"/usr/lib/systemd/system/prometheus-blackbox-exporter.service
+  cd blackbox_exporter-$pkgver
+  install -Dm755 blackbox_exporter 
"$pkgdir"/usr/bin/prometheus-blackbox-exporter
+}


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

2019-01-03 Thread Felix Yan via arch-commits
Date: Thursday, January 3, 2019 @ 20:57:51
  Author: felixonmars
Revision: 420402

archrelease: copy trunk to community-staging-x86_64

Added:
  haskell-hledger-lib/repos/community-staging-x86_64/
  haskell-hledger-lib/repos/community-staging-x86_64/PKGBUILD
(from rev 420401, haskell-hledger-lib/trunk/PKGBUILD)

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

Copied: haskell-hledger-lib/repos/community-staging-x86_64/PKGBUILD (from rev 
420401, haskell-hledger-lib/trunk/PKGBUILD)
===
--- community-staging-x86_64/PKGBUILD   (rev 0)
+++ community-staging-x86_64/PKGBUILD   2019-01-03 20:57:51 UTC (rev 420402)
@@ -0,0 +1,53 @@
+# Maintainer: Felix Yan 
+# Contributor: Arch Haskell Team 
+
+_hkgname=hledger-lib
+pkgname=haskell-hledger-lib
+pkgver=1.12
+pkgrel=6
+pkgdesc="Core data types, parsers and functionality for the hledger accounting 
tools"
+url="http://hledger.org;
+license=("GPL")
+arch=('x86_64')
+depends=('ghc-libs' 'haskell-ansi-terminal' 'haskell-base-compat-batteries' 
'haskell-blaze-markup'
+ 'haskell-call-stack' 'haskell-cassava' 'haskell-cassava-megaparsec' 
'haskell-cmdargs'
+ 'haskell-data-default' 'haskell-decimal' 'haskell-easytest' 
'haskell-extra'
+ 'haskell-glob' 'haskell-hashtables' 'haskell-megaparsec' 
'haskell-old-time'
+ 'haskell-parser-combinators' 'haskell-pretty-show' 
'haskell-regex-tdfa' 'haskell-safe'
+ 'haskell-split' 'haskell-tabular' 'haskell-uglymemo' 
'haskell-utf8-string')
+makedepends=('ghc' 'haskell-doctest')
+source=("https://hackage.haskell.org/packages/archive/${_hkgname}/${pkgver}/${_hkgname}-${pkgver}.tar.gz;)
+sha512sums=('c7404dd0eed468331c7ef5c4afc778dd58d631e28173ccce3ff057831f9acaecb7b727d18d18e07fc7484b219bd530906347dd115a308a14442dc483a993de2c')
+
+prepare() {
+# It does nothing
+sed -e '/mtl-compat/d' \
+-i ${_hkgname}-${pkgver}/${_hkgname}.cabal
+}
+
+build() {
+cd $_hkgname-$pkgver
+
+runhaskell Setup configure -O --enable-shared --enable-executable-dynamic 
--disable-library-vanilla \
+--prefix=/usr --docdir=/usr/share/doc/$pkgname --enable-tests \
+--dynlibdir=/usr/lib --libsubdir=\$compiler/site-local/\$pkgid
+runhaskell Setup build
+runhaskell Setup register --gen-script
+runhaskell Setup unregister --gen-script
+sed -i -r -e "s|ghc-pkg.*update[^ ]* |&'--force' |" register.sh
+sed -i -r -e "s|ghc-pkg.*unregister[^ ]* |&'--force' |" unregister.sh
+}
+
+check() {
+cd $_hkgname-$pkgver
+runhaskell Setup test
+}
+
+package() {
+cd $_hkgname-$pkgver
+
+install -D -m744 register.sh 
"$pkgdir"/usr/share/haskell/register/$pkgname.sh
+install -D -m744 unregister.sh 
"$pkgdir"/usr/share/haskell/unregister/$pkgname.sh
+runhaskell Setup copy --destdir="$pkgdir"
+rm -f "${pkgdir}/usr/share/doc/${pkgname}/LICENSE"
+}


[arch-commits] Commit in prometheus-blackbox-exporter/repos/testing-x86_64 (4 files)

2019-01-03 Thread Jelle van der Waa via arch-commits
Date: Thursday, January 3, 2019 @ 20:58:13
  Author: jelle
Revision: 342914

archrelease: copy trunk to testing-x86_64

Added:
  prometheus-blackbox-exporter/repos/testing-x86_64/go.sum.patch
(from rev 342913, prometheus-blackbox-exporter/trunk/go.sum.patch)
  
prometheus-blackbox-exporter/repos/testing-x86_64/prometheus-blackbox-exporter.service
(from rev 342913, 
prometheus-blackbox-exporter/trunk/prometheus-blackbox-exporter.service)
Deleted:
  prometheus-blackbox-exporter/repos/testing-x86_64/go.sum.patch
  
prometheus-blackbox-exporter/repos/testing-x86_64/prometheus-blackbox-exporter.service

--+
 go.sum.patch |   24 
 prometheus-blackbox-exporter.service |   22 +++---
 2 files changed, 23 insertions(+), 23 deletions(-)

Deleted: go.sum.patch
===
--- go.sum.patch2019-01-03 20:57:42 UTC (rev 342913)
+++ go.sum.patch2019-01-03 20:58:13 UTC (rev 342914)
@@ -1,12 +0,0 @@
-diff -aur blackbox_exporter-0.13.0/go.sum blackbox_exporter-0.13.0.new/go.sum
 blackbox_exporter-0.13.0/go.sum2018-12-04 15:05:47.0 +
-+++ blackbox_exporter-0.13.0.new/go.sum2019-01-03 10:37:41.767251691 
+
-@@ -40,7 +40,7 @@
- github.com/prometheus/client_model v0.0.0-20170216185247-6f3806018612/go.mod 
h1:MbSGuTsp3dbXC40dX6PRTWyKYBIrTGTE9sqQNg2J8bo=
- github.com/prometheus/common v0.0.0-20180110214958-89604d197083 
h1:BVsJT8+ZbyuL3hypz/HmEiM8h2P6hBQGig4el9/MdjA=
- github.com/prometheus/common v0.0.0-20180110214958-89604d197083/go.mod 
h1:daVV7qP5qjZbuso7PdcryaAu0sAZbrN9i7WWcTMWvro=
--github.com/prometheus/procfs v0.0.0-20170703101242-e645f4e5aaa8 
h1:uZfczEBIA1FZfOQo4/JWgGnMNd/4HVsM9A+B30wtlkA=
-+github.com/prometheus/procfs v0.0.0-20170703101242-e645f4e5aaa8 
h1:Kh7M6mzRpQ2de1rixoSQZr4BTINXFm8WDbeN5ttnwyE=
- github.com/prometheus/procfs v0.0.0-20170703101242-e645f4e5aaa8/go.mod 
h1:c3At6R/oaqEKCNdg8wHV1ftS6bRYblBhIjjI8uT2IGk=
- github.com/sergi/go-diff v1.0.0 
h1:Kpca3qRNrduNnOQeazBd0ysaKrUJiIuISHxogkT9RPQ=
- github.com/sergi/go-diff v1.0.0/go.mod 
h1:0CfEIISq7TuYL3j771MWULgwwjU+GofnZX9QAmXWZgo=

Copied: prometheus-blackbox-exporter/repos/testing-x86_64/go.sum.patch (from 
rev 342913, prometheus-blackbox-exporter/trunk/go.sum.patch)
===
--- go.sum.patch(rev 0)
+++ go.sum.patch2019-01-03 20:58:13 UTC (rev 342914)
@@ -0,0 +1,12 @@
+diff -aur blackbox_exporter-0.13.0/go.sum blackbox_exporter-0.13.0.new/go.sum
+--- blackbox_exporter-0.13.0/go.sum2018-12-04 15:05:47.0 +
 blackbox_exporter-0.13.0.new/go.sum2019-01-03 10:37:41.767251691 
+
+@@ -40,7 +40,7 @@
+ github.com/prometheus/client_model v0.0.0-20170216185247-6f3806018612/go.mod 
h1:MbSGuTsp3dbXC40dX6PRTWyKYBIrTGTE9sqQNg2J8bo=
+ github.com/prometheus/common v0.0.0-20180110214958-89604d197083 
h1:BVsJT8+ZbyuL3hypz/HmEiM8h2P6hBQGig4el9/MdjA=
+ github.com/prometheus/common v0.0.0-20180110214958-89604d197083/go.mod 
h1:daVV7qP5qjZbuso7PdcryaAu0sAZbrN9i7WWcTMWvro=
+-github.com/prometheus/procfs v0.0.0-20170703101242-e645f4e5aaa8 
h1:uZfczEBIA1FZfOQo4/JWgGnMNd/4HVsM9A+B30wtlkA=
++github.com/prometheus/procfs v0.0.0-20170703101242-e645f4e5aaa8 
h1:Kh7M6mzRpQ2de1rixoSQZr4BTINXFm8WDbeN5ttnwyE=
+ github.com/prometheus/procfs v0.0.0-20170703101242-e645f4e5aaa8/go.mod 
h1:c3At6R/oaqEKCNdg8wHV1ftS6bRYblBhIjjI8uT2IGk=
+ github.com/sergi/go-diff v1.0.0 
h1:Kpca3qRNrduNnOQeazBd0ysaKrUJiIuISHxogkT9RPQ=
+ github.com/sergi/go-diff v1.0.0/go.mod 
h1:0CfEIISq7TuYL3j771MWULgwwjU+GofnZX9QAmXWZgo=

Deleted: prometheus-blackbox-exporter.service
===
--- prometheus-blackbox-exporter.service2019-01-03 20:57:42 UTC (rev 
342913)
+++ prometheus-blackbox-exporter.service2019-01-03 20:58:13 UTC (rev 
342914)
@@ -1,11 +0,0 @@
-[Unit]
-Description=Prometheus blackbox Exporter
-After=network.target
-
-[Service]
-ExecStart=/usr/bin/prometheus-blackbox-exporter 
--config.file="/etc/prometheus/blackbox.yml"
-ExecReload=/bin/kill -HUP $MAINPID
-DynamicUser=true
-
-[Install]
-WantedBy=multi-user.target

Copied: 
prometheus-blackbox-exporter/repos/testing-x86_64/prometheus-blackbox-exporter.service
 (from rev 342913, 
prometheus-blackbox-exporter/trunk/prometheus-blackbox-exporter.service)
===
--- prometheus-blackbox-exporter.service(rev 0)
+++ prometheus-blackbox-exporter.service2019-01-03 20:58:13 UTC (rev 
342914)
@@ -0,0 +1,11 @@
+[Unit]
+Description=Prometheus blackbox Exporter
+After=network.target
+
+[Service]
+ExecStart=/usr/bin/prometheus-blackbox-exporter 
--config.file="/etc/prometheus/blackbox.yml"
+ExecReload=/bin/kill -HUP $MAINPID
+DynamicUser=true
+
+[Install]

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

2019-01-03 Thread Felix Yan via arch-commits
Date: Thursday, January 3, 2019 @ 20:57:35
  Author: felixonmars
Revision: 420401

upgpkg: haskell-hledger-lib 1.12-6

rebuild with parser-combinators 1.0.1

Modified:
  haskell-hledger-lib/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2019-01-03 20:57:22 UTC (rev 420400)
+++ PKGBUILD2019-01-03 20:57:35 UTC (rev 420401)
@@ -4,7 +4,7 @@
 _hkgname=hledger-lib
 pkgname=haskell-hledger-lib
 pkgver=1.12
-pkgrel=5
+pkgrel=6
 pkgdesc="Core data types, parsers and functionality for the hledger accounting 
tools"
 url="http://hledger.org;
 license=("GPL")


[arch-commits] Commit in prometheus-blackbox-exporter/repos (3 files)

2019-01-03 Thread Jelle van der Waa via arch-commits
Date: Thursday, January 3, 2019 @ 20:57:42
  Author: jelle
Revision: 342913

archrelease: copy trunk to testing-x86_64

Added:
  prometheus-blackbox-exporter/repos/testing-x86_64/
  prometheus-blackbox-exporter/repos/testing-x86_64/go.sum.patch
(from rev 342912, prometheus-blackbox-exporter/trunk/go.sum.patch)
  
prometheus-blackbox-exporter/repos/testing-x86_64/prometheus-blackbox-exporter.service
(from rev 342912, 
prometheus-blackbox-exporter/trunk/prometheus-blackbox-exporter.service)

--+
 go.sum.patch |   12 
 prometheus-blackbox-exporter.service |   11 +++
 2 files changed, 23 insertions(+)

Copied: prometheus-blackbox-exporter/repos/testing-x86_64/go.sum.patch (from 
rev 342912, prometheus-blackbox-exporter/trunk/go.sum.patch)
===
--- testing-x86_64/go.sum.patch (rev 0)
+++ testing-x86_64/go.sum.patch 2019-01-03 20:57:42 UTC (rev 342913)
@@ -0,0 +1,12 @@
+diff -aur blackbox_exporter-0.13.0/go.sum blackbox_exporter-0.13.0.new/go.sum
+--- blackbox_exporter-0.13.0/go.sum2018-12-04 15:05:47.0 +
 blackbox_exporter-0.13.0.new/go.sum2019-01-03 10:37:41.767251691 
+
+@@ -40,7 +40,7 @@
+ github.com/prometheus/client_model v0.0.0-20170216185247-6f3806018612/go.mod 
h1:MbSGuTsp3dbXC40dX6PRTWyKYBIrTGTE9sqQNg2J8bo=
+ github.com/prometheus/common v0.0.0-20180110214958-89604d197083 
h1:BVsJT8+ZbyuL3hypz/HmEiM8h2P6hBQGig4el9/MdjA=
+ github.com/prometheus/common v0.0.0-20180110214958-89604d197083/go.mod 
h1:daVV7qP5qjZbuso7PdcryaAu0sAZbrN9i7WWcTMWvro=
+-github.com/prometheus/procfs v0.0.0-20170703101242-e645f4e5aaa8 
h1:uZfczEBIA1FZfOQo4/JWgGnMNd/4HVsM9A+B30wtlkA=
++github.com/prometheus/procfs v0.0.0-20170703101242-e645f4e5aaa8 
h1:Kh7M6mzRpQ2de1rixoSQZr4BTINXFm8WDbeN5ttnwyE=
+ github.com/prometheus/procfs v0.0.0-20170703101242-e645f4e5aaa8/go.mod 
h1:c3At6R/oaqEKCNdg8wHV1ftS6bRYblBhIjjI8uT2IGk=
+ github.com/sergi/go-diff v1.0.0 
h1:Kpca3qRNrduNnOQeazBd0ysaKrUJiIuISHxogkT9RPQ=
+ github.com/sergi/go-diff v1.0.0/go.mod 
h1:0CfEIISq7TuYL3j771MWULgwwjU+GofnZX9QAmXWZgo=

Copied: 
prometheus-blackbox-exporter/repos/testing-x86_64/prometheus-blackbox-exporter.service
 (from rev 342912, 
prometheus-blackbox-exporter/trunk/prometheus-blackbox-exporter.service)
===
--- testing-x86_64/prometheus-blackbox-exporter.service 
(rev 0)
+++ testing-x86_64/prometheus-blackbox-exporter.service 2019-01-03 20:57:42 UTC 
(rev 342913)
@@ -0,0 +1,11 @@
+[Unit]
+Description=Prometheus blackbox Exporter
+After=network.target
+
+[Service]
+ExecStart=/usr/bin/prometheus-blackbox-exporter 
--config.file="/etc/prometheus/blackbox.yml"
+ExecReload=/bin/kill -HUP $MAINPID
+DynamicUser=true
+
+[Install]
+WantedBy=multi-user.target


[arch-commits] Commit in certbot-dns-cloudxns/repos/community-any (PKGBUILD PKGBUILD)

2019-01-03 Thread Felix Yan via arch-commits
Date: Thursday, January 3, 2019 @ 20:57:22
  Author: felixonmars
Revision: 420400

archrelease: copy trunk to community-any

Added:
  certbot-dns-cloudxns/repos/community-any/PKGBUILD
(from rev 420399, certbot-dns-cloudxns/trunk/PKGBUILD)
Deleted:
  certbot-dns-cloudxns/repos/community-any/PKGBUILD

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

Deleted: PKGBUILD
===
--- PKGBUILD2019-01-03 20:57:04 UTC (rev 420399)
+++ PKGBUILD2019-01-03 20:57:22 UTC (rev 420400)
@@ -1,32 +0,0 @@
-# Maintainer: Felix Yan 
-
-pkgname=certbot-dns-cloudxns
-pkgver=0.29.1
-pkgrel=1
-pkgdesc="CloudXNS DNS Authenticator plugin for Certbot"
-arch=('any')
-license=('Apache')
-url="https://pypi.python.org/pypi/$pkgname;
-depends=('certbot' 'dns-lexicon' 'python-acme' 'python-mock' 
'python-setuptools'
- 'python-zope-interface')
-source=("https://pypi.io/packages/source/c/$pkgname/$pkgname-$pkgver.tar.gz"{,.asc})
-validpgpkeys=('148C30F6F7E429337A72D992B00B9CC82D7ADF2C'
-  '1B41B758F9A78C7F444C20FA3E5B4152E3ADB1FD'
-  'A2CFB51FA275A7286234E7B24D17C995CD9775F2')
-sha512sums=('b313f99a273c8d763cf796cbb1f9a944550e41df13fd94278d75237767667aa3d9fa864ecdc6697fe18619982b817bf378ded43edfa060983992b495881a6006'
-'SKIP')
-
-build() {
-  cd "$srcdir"/$pkgname-$pkgver
-  python setup.py build
-}
-
-check() {
-  cd "$srcdir"/$pkgname-$pkgver
-  python setup.py test
-}
-
-package() {
-  cd "$srcdir"/$pkgname-$pkgver
-  python setup.py install --root="$pkgdir"
-}

Copied: certbot-dns-cloudxns/repos/community-any/PKGBUILD (from rev 420399, 
certbot-dns-cloudxns/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2019-01-03 20:57:22 UTC (rev 420400)
@@ -0,0 +1,32 @@
+# Maintainer: Felix Yan 
+
+pkgname=certbot-dns-cloudxns
+pkgver=0.30.0
+pkgrel=1
+pkgdesc="CloudXNS DNS Authenticator plugin for Certbot"
+arch=('any')
+license=('Apache')
+url="https://pypi.python.org/pypi/$pkgname;
+depends=('certbot' 'dns-lexicon' 'python-acme' 'python-mock' 
'python-setuptools'
+ 'python-zope-interface')
+source=("https://pypi.io/packages/source/c/$pkgname/$pkgname-$pkgver.tar.gz"{,.asc})
+validpgpkeys=('148C30F6F7E429337A72D992B00B9CC82D7ADF2C'
+  '1B41B758F9A78C7F444C20FA3E5B4152E3ADB1FD'
+  'A2CFB51FA275A7286234E7B24D17C995CD9775F2')
+sha512sums=('78e9eb598299ea329a5c11013aa1e83e06e7979b314a9aa765ebeb0f12670fea23aad3a649d48e7ab04c3d8ea15c64645f68448bf911b396279f76e88eb789e9'
+'SKIP')
+
+build() {
+  cd "$srcdir"/$pkgname-$pkgver
+  python setup.py build
+}
+
+check() {
+  cd "$srcdir"/$pkgname-$pkgver
+  python setup.py test
+}
+
+package() {
+  cd "$srcdir"/$pkgname-$pkgver
+  python setup.py install --root="$pkgdir"
+}


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

2019-01-03 Thread Felix Yan via arch-commits
Date: Thursday, January 3, 2019 @ 20:57:04
  Author: felixonmars
Revision: 420399

upgpkg: certbot-dns-cloudxns 0.30.0-1

Modified:
  certbot-dns-cloudxns/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2019-01-03 20:56:32 UTC (rev 420398)
+++ PKGBUILD2019-01-03 20:57:04 UTC (rev 420399)
@@ -1,7 +1,7 @@
 # Maintainer: Felix Yan 
 
 pkgname=certbot-dns-cloudxns
-pkgver=0.29.1
+pkgver=0.30.0
 pkgrel=1
 pkgdesc="CloudXNS DNS Authenticator plugin for Certbot"
 arch=('any')
@@ -13,7 +13,7 @@
 validpgpkeys=('148C30F6F7E429337A72D992B00B9CC82D7ADF2C'
   '1B41B758F9A78C7F444C20FA3E5B4152E3ADB1FD'
   'A2CFB51FA275A7286234E7B24D17C995CD9775F2')
-sha512sums=('b313f99a273c8d763cf796cbb1f9a944550e41df13fd94278d75237767667aa3d9fa864ecdc6697fe18619982b817bf378ded43edfa060983992b495881a6006'
+sha512sums=('78e9eb598299ea329a5c11013aa1e83e06e7979b314a9aa765ebeb0f12670fea23aad3a649d48e7ab04c3d8ea15c64645f68448bf911b396279f76e88eb789e9'
 'SKIP')
 
 build() {


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

2019-01-03 Thread Felix Yan via arch-commits
Date: Thursday, January 3, 2019 @ 20:56:32
  Author: felixonmars
Revision: 420398

archrelease: copy trunk to community-x86_64

Added:
  deepin-api/repos/community-x86_64/PKGBUILD
(from rev 420397, deepin-api/trunk/PKGBUILD)
  deepin-api/repos/community-x86_64/deepin-api.sysusers
(from rev 420397, deepin-api/trunk/deepin-api.sysusers)
Deleted:
  deepin-api/repos/community-x86_64/PKGBUILD
  deepin-api/repos/community-x86_64/deepin-api.sysusers

-+
 PKGBUILD|   96 +-
 deepin-api.sysusers |4 +-
 2 files changed, 50 insertions(+), 50 deletions(-)

Deleted: PKGBUILD
===
--- PKGBUILD2019-01-03 20:56:14 UTC (rev 420397)
+++ PKGBUILD2019-01-03 20:56:32 UTC (rev 420398)
@@ -1,48 +0,0 @@
-# Maintainer: Felix Yan 
-# Contributor: Josip Ponjavic 
-# Contributor: Xu Fasheng 
-
-pkgname=deepin-api
-pkgver=3.14.0
-pkgrel=1
-pkgdesc='Golang bindings for dde-daemon'
-arch=('x86_64')
-url="https://github.com/linuxdeepin/dde-api;
-license=('GPL3')
-depends=('glib2' 'gdk-pixbuf2' 'gtk3' 'libcanberra-pulse' 'libxi' 'libxfixes' 
'rfkill'
- 'poppler-glib' 'xcur2png' 'blur-effect')
-makedepends=('git' 'deepin-gettext-tools' 'deepin-dbus-factory' 
'deepin-gir-generator'
- 'deepin-go-lib' 'deepin-go-dbus-factory' 'bzr' 'go-pie')
-conflicts=('dde-api')
-replaces=('dde-api')
-groups=('deepin')
-source=("$pkgname-$pkgver.tar.gz::https://github.com/linuxdeepin/dde-api/archive/$pkgver.tar.gz;
-deepin-api.sysusers)
-sha512sums=('3e1a8dff33e1f5dd683fba6fbc0980ff5c3b89601fad05ff8d40423836aa97440559325cbf6aec9e341290856f51a41f8bf6b723b150825b3dfdc097c87e7e0d'
-
'548b4c8d06a10f0103d84fe6b68532ca71aae53347a6ad85dad1d274844146c9861d1bf6ce8e5518ea1b043aa082d705c534f0a4c0feb16a031537cee6befb08')
-
-prepare() {
-  export GOPATH="$srcdir/build:/usr/share/gocode"
-  mkdir -p build/src/pkg.deepin.io/dde/api
-  cp -a dde-api-$pkgver/* build/src/pkg.deepin.io/dde/api/
-
-  # https://github.com/niemeyer/gopkg/issues/50
-  git config --global http.https://gopkg.in.followRedirects true
-
-  cd "$srcdir"/dde-api-$pkgver
-  make build-dep
-  go get gopkg.in/alecthomas/kingpin.v2 github.com/nfnt/resize 
github.com/cryptix/wav \
- golang.org/x/net/context github.com/fogleman/gg
-}
-
-build(){
-  cd dde-api-$pkgver
-  make
-}
-
-package() {
-  cd dde-api-$pkgver
-  make DESTDIR="$pkgdir" SYSTEMD_LIB_DIR=/usr/lib install
-
-  install -Dm644 ../deepin-api.sysusers 
"$pkgdir"/usr/lib/sysusers.d/deepin-api.conf
-}

Copied: deepin-api/repos/community-x86_64/PKGBUILD (from rev 420397, 
deepin-api/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2019-01-03 20:56:32 UTC (rev 420398)
@@ -0,0 +1,48 @@
+# Maintainer: Felix Yan 
+# Contributor: Josip Ponjavic 
+# Contributor: Xu Fasheng 
+
+pkgname=deepin-api
+pkgver=3.15.0
+pkgrel=1
+pkgdesc='Golang bindings for dde-daemon'
+arch=('x86_64')
+url="https://github.com/linuxdeepin/dde-api;
+license=('GPL3')
+depends=('glib2' 'gdk-pixbuf2' 'gtk3' 'libcanberra-pulse' 'libxi' 'libxfixes' 
'rfkill'
+ 'poppler-glib' 'xcur2png' 'blur-effect')
+makedepends=('git' 'deepin-gettext-tools' 'deepin-dbus-factory' 
'deepin-gir-generator'
+ 'deepin-go-lib' 'deepin-go-dbus-factory' 'bzr' 'go-pie')
+conflicts=('dde-api')
+replaces=('dde-api')
+groups=('deepin')
+source=("$pkgname-$pkgver.tar.gz::https://github.com/linuxdeepin/dde-api/archive/$pkgver.tar.gz;
+deepin-api.sysusers)
+sha512sums=('c6aa8c42fd0f93e36ebbbcff74eb805e9f3f7ed1a8d2931c16815e88f88d534a1b57452427a7cd30b7eb07bb2ca16f2bc188efe99d8b7eaab5bc2b8d1f32ff43'
+
'548b4c8d06a10f0103d84fe6b68532ca71aae53347a6ad85dad1d274844146c9861d1bf6ce8e5518ea1b043aa082d705c534f0a4c0feb16a031537cee6befb08')
+
+prepare() {
+  export GOPATH="$srcdir/build:/usr/share/gocode"
+  mkdir -p build/src/pkg.deepin.io/dde/api
+  cp -a dde-api-$pkgver/* build/src/pkg.deepin.io/dde/api/
+
+  # https://github.com/niemeyer/gopkg/issues/50
+  git config --global http.https://gopkg.in.followRedirects true
+
+  cd "$srcdir"/dde-api-$pkgver
+  make build-dep
+  go get gopkg.in/alecthomas/kingpin.v2 github.com/nfnt/resize 
github.com/cryptix/wav \
+ golang.org/x/net/context github.com/fogleman/gg
+}
+
+build(){
+  cd dde-api-$pkgver
+  make
+}
+
+package() {
+  cd dde-api-$pkgver
+  make DESTDIR="$pkgdir" SYSTEMD_LIB_DIR=/usr/lib install
+
+  install -Dm644 ../deepin-api.sysusers 
"$pkgdir"/usr/lib/sysusers.d/deepin-api.conf
+}

Deleted: deepin-api.sysusers
===
--- deepin-api.sysusers 2019-01-03 20:56:14 UTC (rev 420397)
+++ deepin-api.sysusers 2019-01-03 20:56:32 UTC (rev 420398)
@@ -1,2 +0,0 @@
-u deepin-sound-player - "Deepin Sound Player"
-g deepin-sound-player -

Copied: 

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

2019-01-03 Thread Felix Yan via arch-commits
Date: Thursday, January 3, 2019 @ 20:55:23
  Author: felixonmars
Revision: 420394

archrelease: copy trunk to community-x86_64

Added:
  deepin-image-viewer/repos/community-x86_64/PKGBUILD
(from rev 420393, deepin-image-viewer/trunk/PKGBUILD)
Deleted:
  deepin-image-viewer/repos/community-x86_64/PKGBUILD

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

Deleted: PKGBUILD
===
--- PKGBUILD2019-01-03 20:55:04 UTC (rev 420393)
+++ PKGBUILD2019-01-03 20:55:23 UTC (rev 420394)
@@ -1,26 +0,0 @@
-# Maintainer: Felix Yan 
-
-pkgname=deepin-image-viewer
-pkgver=1.3.6
-pkgrel=1
-pkgdesc='Deepin Image Viewer'
-arch=('x86_64')
-url="https://github.com/linuxdeepin/deepin-image-viewer;
-license=('GPL3')
-depends=('deepin-qt5integration' 'libexif' 'freeimage' 'libraw' 'qt5-svg' 
'deepin-shortcut-viewer')
-makedepends=('qt5-tools')
-optdepends=('deepin-manual: view the help manual')
-groups=('deepin')
-source=("$pkgname-$pkgver.tar.gz::https://github.com/linuxdeepin/deepin-image-viewer/archive/$pkgver.tar.gz;)
-sha512sums=('12242ec51d2c69c9c9962797b4c896f318d78ab2ae9fc7321ed97e5701ebf8cd16d2041a4192d201fe20cc60dfd7f8cd03712dc0fe23623caec48d76ab5f6dd7')
-
-build() {
-  cd deepin-image-viewer-$pkgver
-  qmake-qt5 PREFIX=/usr QMAKE_CFLAGS_ISYSTEM=
-  make
-}
-
-package() {
-  cd deepin-image-viewer-$pkgver
-  make INSTALL_ROOT="$pkgdir" install
-}

Copied: deepin-image-viewer/repos/community-x86_64/PKGBUILD (from rev 420393, 
deepin-image-viewer/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2019-01-03 20:55:23 UTC (rev 420394)
@@ -0,0 +1,26 @@
+# Maintainer: Felix Yan 
+
+pkgname=deepin-image-viewer
+pkgver=1.3.7
+pkgrel=1
+pkgdesc='Deepin Image Viewer'
+arch=('x86_64')
+url="https://github.com/linuxdeepin/deepin-image-viewer;
+license=('GPL3')
+depends=('deepin-qt5integration' 'libexif' 'freeimage' 'libraw' 'qt5-svg' 
'deepin-shortcut-viewer')
+makedepends=('qt5-tools')
+optdepends=('deepin-manual: view the help manual')
+groups=('deepin')
+source=("$pkgname-$pkgver.tar.gz::https://github.com/linuxdeepin/deepin-image-viewer/archive/$pkgver.tar.gz;)
+sha512sums=('ad297d2bccdff89d9cc9e2f80c11936bd3910c8dcca72ca88118d2562cfe006944f09a212659efc6eedccc42c14dd5eac19488a05c572b4cab0bd646b8ab9970')
+
+build() {
+  cd deepin-image-viewer-$pkgver
+  qmake-qt5 PREFIX=/usr QMAKE_CFLAGS_ISYSTEM=
+  make
+}
+
+package() {
+  cd deepin-image-viewer-$pkgver
+  make INSTALL_ROOT="$pkgdir" install
+}


[arch-commits] Commit in (5 files)

2019-01-03 Thread Jelle van der Waa via arch-commits
Date: Thursday, January 3, 2019 @ 20:56:14
  Author: jelle
Revision: 342912

initial commit

Added:
  prometheus-blackbox-exporter/
  prometheus-blackbox-exporter/repos/
  prometheus-blackbox-exporter/trunk/
  prometheus-blackbox-exporter/trunk/go.sum.patch
  prometheus-blackbox-exporter/trunk/prometheus-blackbox-exporter.service

--+
 go.sum.patch |   12 
 prometheus-blackbox-exporter.service |   11 +++
 2 files changed, 23 insertions(+)

Added: prometheus-blackbox-exporter/trunk/go.sum.patch
===
--- prometheus-blackbox-exporter/trunk/go.sum.patch 
(rev 0)
+++ prometheus-blackbox-exporter/trunk/go.sum.patch 2019-01-03 20:56:14 UTC 
(rev 342912)
@@ -0,0 +1,12 @@
+diff -aur blackbox_exporter-0.13.0/go.sum blackbox_exporter-0.13.0.new/go.sum
+--- blackbox_exporter-0.13.0/go.sum2018-12-04 15:05:47.0 +
 blackbox_exporter-0.13.0.new/go.sum2019-01-03 10:37:41.767251691 
+
+@@ -40,7 +40,7 @@
+ github.com/prometheus/client_model v0.0.0-20170216185247-6f3806018612/go.mod 
h1:MbSGuTsp3dbXC40dX6PRTWyKYBIrTGTE9sqQNg2J8bo=
+ github.com/prometheus/common v0.0.0-20180110214958-89604d197083 
h1:BVsJT8+ZbyuL3hypz/HmEiM8h2P6hBQGig4el9/MdjA=
+ github.com/prometheus/common v0.0.0-20180110214958-89604d197083/go.mod 
h1:daVV7qP5qjZbuso7PdcryaAu0sAZbrN9i7WWcTMWvro=
+-github.com/prometheus/procfs v0.0.0-20170703101242-e645f4e5aaa8 
h1:uZfczEBIA1FZfOQo4/JWgGnMNd/4HVsM9A+B30wtlkA=
++github.com/prometheus/procfs v0.0.0-20170703101242-e645f4e5aaa8 
h1:Kh7M6mzRpQ2de1rixoSQZr4BTINXFm8WDbeN5ttnwyE=
+ github.com/prometheus/procfs v0.0.0-20170703101242-e645f4e5aaa8/go.mod 
h1:c3At6R/oaqEKCNdg8wHV1ftS6bRYblBhIjjI8uT2IGk=
+ github.com/sergi/go-diff v1.0.0 
h1:Kpca3qRNrduNnOQeazBd0ysaKrUJiIuISHxogkT9RPQ=
+ github.com/sergi/go-diff v1.0.0/go.mod 
h1:0CfEIISq7TuYL3j771MWULgwwjU+GofnZX9QAmXWZgo=

Added: prometheus-blackbox-exporter/trunk/prometheus-blackbox-exporter.service
===
--- prometheus-blackbox-exporter/trunk/prometheus-blackbox-exporter.service 
(rev 0)
+++ prometheus-blackbox-exporter/trunk/prometheus-blackbox-exporter.service 
2019-01-03 20:56:14 UTC (rev 342912)
@@ -0,0 +1,11 @@
+[Unit]
+Description=Prometheus blackbox Exporter
+After=network.target
+
+[Service]
+ExecStart=/usr/bin/prometheus-blackbox-exporter 
--config.file="/etc/prometheus/blackbox.yml"
+ExecReload=/bin/kill -HUP $MAINPID
+DynamicUser=true
+
+[Install]
+WantedBy=multi-user.target


[arch-commits] Commit in certbot-dns-cloudflare/repos/community-any (2 files)

2019-01-03 Thread Felix Yan via arch-commits
Date: Thursday, January 3, 2019 @ 20:55:56
  Author: felixonmars
Revision: 420396

archrelease: copy trunk to community-any

Added:
  certbot-dns-cloudflare/repos/community-any/PKGBUILD
(from rev 420395, certbot-dns-cloudflare/trunk/PKGBUILD)
Deleted:
  certbot-dns-cloudflare/repos/community-any/PKGBUILD

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

Deleted: PKGBUILD
===
--- PKGBUILD2019-01-03 20:55:38 UTC (rev 420395)
+++ PKGBUILD2019-01-03 20:55:56 UTC (rev 420396)
@@ -1,32 +0,0 @@
-# Maintainer: Felix Yan 
-
-pkgname=certbot-dns-cloudflare
-pkgver=0.29.1
-pkgrel=1
-pkgdesc="Cloudflare DNS Authenticator plugin for Certbot"
-arch=('any')
-license=('Apache')
-url="https://pypi.python.org/pypi/$pkgname;
-depends=('certbot' 'python-acme' 'python-cloudflare' 'python-mock' 
'python-setuptools'
- 'python-zope-interface')
-source=("https://pypi.io/packages/source/c/$pkgname/$pkgname-$pkgver.tar.gz"{,.asc})
-validpgpkeys=('148C30F6F7E429337A72D992B00B9CC82D7ADF2C'
-  '1B41B758F9A78C7F444C20FA3E5B4152E3ADB1FD'
-  'A2CFB51FA275A7286234E7B24D17C995CD9775F2')
-sha512sums=('91ab286381c687473e15d8d1638e4955bde3185a547127c05d2fcff8e3bdc437aa18ce19d5be7d096491ae6e9b8273aca12b0f667d5f5c43d3aa591c3e543062'
-'SKIP')
-
-build() {
-  cd "$srcdir"/$pkgname-$pkgver
-  python setup.py build
-}
-
-check() {
-  cd "$srcdir"/$pkgname-$pkgver
-  python setup.py test
-}
-
-package() {
-  cd "$srcdir"/$pkgname-$pkgver
-  python setup.py install --root="$pkgdir"
-}

Copied: certbot-dns-cloudflare/repos/community-any/PKGBUILD (from rev 420395, 
certbot-dns-cloudflare/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2019-01-03 20:55:56 UTC (rev 420396)
@@ -0,0 +1,32 @@
+# Maintainer: Felix Yan 
+
+pkgname=certbot-dns-cloudflare
+pkgver=0.30.0
+pkgrel=1
+pkgdesc="Cloudflare DNS Authenticator plugin for Certbot"
+arch=('any')
+license=('Apache')
+url="https://pypi.python.org/pypi/$pkgname;
+depends=('certbot' 'python-acme' 'python-cloudflare' 'python-mock' 
'python-setuptools'
+ 'python-zope-interface')
+source=("https://pypi.io/packages/source/c/$pkgname/$pkgname-$pkgver.tar.gz"{,.asc})
+validpgpkeys=('148C30F6F7E429337A72D992B00B9CC82D7ADF2C'
+  '1B41B758F9A78C7F444C20FA3E5B4152E3ADB1FD'
+  'A2CFB51FA275A7286234E7B24D17C995CD9775F2')
+sha512sums=('e4bdc097b9dce37256be8eab458893367e5fb4d3cb6922f77cd64cda0021fb78ab5da124d51a031119dcf244e1d227cac281f5a29050e7dd9b1eb4a33ae85824'
+'SKIP')
+
+build() {
+  cd "$srcdir"/$pkgname-$pkgver
+  python setup.py build
+}
+
+check() {
+  cd "$srcdir"/$pkgname-$pkgver
+  python setup.py test
+}
+
+package() {
+  cd "$srcdir"/$pkgname-$pkgver
+  python setup.py install --root="$pkgdir"
+}


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

2019-01-03 Thread Felix Yan via arch-commits
Date: Thursday, January 3, 2019 @ 20:56:14
  Author: felixonmars
Revision: 420397

upgpkg: deepin-api 3.15.0-1

Modified:
  deepin-api/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2019-01-03 20:55:56 UTC (rev 420396)
+++ PKGBUILD2019-01-03 20:56:14 UTC (rev 420397)
@@ -3,7 +3,7 @@
 # Contributor: Xu Fasheng 
 
 pkgname=deepin-api
-pkgver=3.14.0
+pkgver=3.15.0
 pkgrel=1
 pkgdesc='Golang bindings for dde-daemon'
 arch=('x86_64')
@@ -18,7 +18,7 @@
 groups=('deepin')
 
source=("$pkgname-$pkgver.tar.gz::https://github.com/linuxdeepin/dde-api/archive/$pkgver.tar.gz;
 deepin-api.sysusers)
-sha512sums=('3e1a8dff33e1f5dd683fba6fbc0980ff5c3b89601fad05ff8d40423836aa97440559325cbf6aec9e341290856f51a41f8bf6b723b150825b3dfdc097c87e7e0d'
+sha512sums=('c6aa8c42fd0f93e36ebbbcff74eb805e9f3f7ed1a8d2931c16815e88f88d534a1b57452427a7cd30b7eb07bb2ca16f2bc188efe99d8b7eaab5bc2b8d1f32ff43'
 
'548b4c8d06a10f0103d84fe6b68532ca71aae53347a6ad85dad1d274844146c9861d1bf6ce8e5518ea1b043aa082d705c534f0a4c0feb16a031537cee6befb08')
 
 prepare() {


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

2019-01-03 Thread Felix Yan via arch-commits
Date: Thursday, January 3, 2019 @ 20:55:38
  Author: felixonmars
Revision: 420395

upgpkg: certbot-dns-cloudflare 0.30.0-1

Modified:
  certbot-dns-cloudflare/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2019-01-03 20:55:23 UTC (rev 420394)
+++ PKGBUILD2019-01-03 20:55:38 UTC (rev 420395)
@@ -1,7 +1,7 @@
 # Maintainer: Felix Yan 
 
 pkgname=certbot-dns-cloudflare
-pkgver=0.29.1
+pkgver=0.30.0
 pkgrel=1
 pkgdesc="Cloudflare DNS Authenticator plugin for Certbot"
 arch=('any')
@@ -13,7 +13,7 @@
 validpgpkeys=('148C30F6F7E429337A72D992B00B9CC82D7ADF2C'
   '1B41B758F9A78C7F444C20FA3E5B4152E3ADB1FD'
   'A2CFB51FA275A7286234E7B24D17C995CD9775F2')
-sha512sums=('91ab286381c687473e15d8d1638e4955bde3185a547127c05d2fcff8e3bdc437aa18ce19d5be7d096491ae6e9b8273aca12b0f667d5f5c43d3aa591c3e543062'
+sha512sums=('e4bdc097b9dce37256be8eab458893367e5fb4d3cb6922f77cd64cda0021fb78ab5da124d51a031119dcf244e1d227cac281f5a29050e7dd9b1eb4a33ae85824'
 'SKIP')
 
 build() {


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

2019-01-03 Thread Felix Yan via arch-commits
Date: Thursday, January 3, 2019 @ 20:54:37
  Author: felixonmars
Revision: 420392

archrelease: copy trunk to community-any

Added:
  certbot-apache/repos/community-any/PKGBUILD
(from rev 420391, certbot-apache/trunk/PKGBUILD)
Deleted:
  certbot-apache/repos/community-any/PKGBUILD

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

Deleted: PKGBUILD
===
--- PKGBUILD2019-01-03 20:54:18 UTC (rev 420391)
+++ PKGBUILD2019-01-03 20:54:37 UTC (rev 420392)
@@ -1,35 +0,0 @@
-# Maintainer: Felix Yan 
-# Contributor: Gordian Edenhofer 
-
-pkgname=certbot-apache
-pkgver=0.29.1
-pkgrel=1
-pkgdesc="Apache plugin for Let’s Encrypt client"
-arch=('any')
-license=('Apache')
-url="https://pypi.python.org/pypi/$pkgname;
-replaces=("letsencrypt-apache")
-depends=('certbot' 'python-acme' 'python-augeas' 'python-mock' 
'python-setuptools'
- 'python-zope-component' 'python-zope-interface')
-source=("https://pypi.io/packages/source/c/$pkgname/$pkgname-$pkgver.tar.gz"{,.asc})
-validpgpkeys=('148C30F6F7E429337A72D992B00B9CC82D7ADF2C'
-  '1B41B758F9A78C7F444C20FA3E5B4152E3ADB1FD'
-  'A2CFB51FA275A7286234E7B24D17C995CD9775F2')
-sha512sums=('6fa2ad155887125c698b5498d8e505819c6f702e7b8773312625f2bf0ca4071945778159c23d0bad1b3867bd75d1a38b05f6b562fa63e2c088d7a0b1b75fd56c'
-'SKIP')
-
-build() {
-  cd $pkgname-$pkgver
-  python setup.py build
-}
-
-check() {
-  # https://github.com/certbot/certbot/issues/5510
-  cd $pkgname-$pkgver
-  python setup.py test || warning "Tests failed"
-}
-
-package() {
-  cd $pkgname-$pkgver
-  python setup.py install -O1 --root="$pkgdir"
-}

Copied: certbot-apache/repos/community-any/PKGBUILD (from rev 420391, 
certbot-apache/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2019-01-03 20:54:37 UTC (rev 420392)
@@ -0,0 +1,35 @@
+# Maintainer: Felix Yan 
+# Contributor: Gordian Edenhofer 
+
+pkgname=certbot-apache
+pkgver=0.30.0
+pkgrel=1
+pkgdesc="Apache plugin for Let’s Encrypt client"
+arch=('any')
+license=('Apache')
+url="https://pypi.python.org/pypi/$pkgname;
+replaces=("letsencrypt-apache")
+depends=('certbot' 'python-acme' 'python-augeas' 'python-mock' 
'python-setuptools'
+ 'python-zope-component' 'python-zope-interface')
+source=("https://pypi.io/packages/source/c/$pkgname/$pkgname-$pkgver.tar.gz"{,.asc})
+validpgpkeys=('148C30F6F7E429337A72D992B00B9CC82D7ADF2C'
+  '1B41B758F9A78C7F444C20FA3E5B4152E3ADB1FD'
+  'A2CFB51FA275A7286234E7B24D17C995CD9775F2')
+sha512sums=('9cc77d441fe0912783f349f1c83a92bf729f01521c95bc45f322a10f28a6ca17d08c9cde66644379a9f453d013c12b5432e451b6c98dfdd7b99901124ac08e80'
+'SKIP')
+
+build() {
+  cd $pkgname-$pkgver
+  python setup.py build
+}
+
+check() {
+  # https://github.com/certbot/certbot/issues/5510
+  cd $pkgname-$pkgver
+  python setup.py test || warning "Tests failed"
+}
+
+package() {
+  cd $pkgname-$pkgver
+  python setup.py install -O1 --root="$pkgdir"
+}


[arch-commits] Commit in deepin-image-viewer/trunk (PKGBUILD)

2019-01-03 Thread Felix Yan via arch-commits
Date: Thursday, January 3, 2019 @ 20:55:04
  Author: felixonmars
Revision: 420393

upgpkg: deepin-image-viewer 1.3.7-1

Modified:
  deepin-image-viewer/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2019-01-03 20:54:37 UTC (rev 420392)
+++ PKGBUILD2019-01-03 20:55:04 UTC (rev 420393)
@@ -1,7 +1,7 @@
 # Maintainer: Felix Yan 
 
 pkgname=deepin-image-viewer
-pkgver=1.3.6
+pkgver=1.3.7
 pkgrel=1
 pkgdesc='Deepin Image Viewer'
 arch=('x86_64')
@@ -12,7 +12,7 @@
 optdepends=('deepin-manual: view the help manual')
 groups=('deepin')
 
source=("$pkgname-$pkgver.tar.gz::https://github.com/linuxdeepin/deepin-image-viewer/archive/$pkgver.tar.gz;)
-sha512sums=('12242ec51d2c69c9c9962797b4c896f318d78ab2ae9fc7321ed97e5701ebf8cd16d2041a4192d201fe20cc60dfd7f8cd03712dc0fe23623caec48d76ab5f6dd7')
+sha512sums=('ad297d2bccdff89d9cc9e2f80c11936bd3910c8dcca72ca88118d2562cfe006944f09a212659efc6eedccc42c14dd5eac19488a05c572b4cab0bd646b8ab9970')
 
 build() {
   cd deepin-image-viewer-$pkgver


  1   2   >