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

2018-10-30 Thread Jan Steffens via arch-commits
Date: Tuesday, October 30, 2018 @ 23:30:44
  Author: heftig
Revision: 337597

archrelease: copy trunk to extra-x86_64

Added:
  harfbuzz/repos/extra-x86_64/PKGBUILD
(from rev 337596, harfbuzz/trunk/PKGBUILD)
Deleted:
  harfbuzz/repos/extra-x86_64/PKGBUILD

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

Deleted: PKGBUILD
===
--- PKGBUILD2018-10-30 23:28:58 UTC (rev 337596)
+++ PKGBUILD2018-10-30 23:30:44 UTC (rev 337597)
@@ -1,69 +0,0 @@
-# Maintainer: Jan de Groot 
-
-pkgbase=(harfbuzz)
-pkgname=(harfbuzz harfbuzz-icu)
-pkgver=2.0.2
-pkgrel=2
-pkgdesc="OpenType text shaping engine"
-url="http://www.freedesktop.org/wiki/Software/HarfBuzz;
-arch=(x86_64)
-license=(MIT)
-depends=(glib2 freetype2 graphite)
-makedepends=(cairo icu gobject-introspection gtk-doc ragel git python)
-checkdepends=(python-fonttools python-setuptools)
-_commit=0a3b7a0fb0734a66926dfda5d95d3cacea8890ce  # tags/2.0.2^0
-source=("git+https://anongit.freedesktop.org/git/harfbuzz#commit=$_commit;)
-sha256sums=('SKIP')
-
-pkgver() {
-  cd $pkgbase
-  git describe --tags | sed 's/-/+/g'
-}
-
-prepare() {
-  cd $pkgbase
-  NOCONFIGURE=1 ./autogen.sh
-}
-
-build() {
-  cd $pkgbase
-  ./configure \
---prefix=/usr \
---with-cairo \
---with-freetype \
---with-glib \
---with-gobject \
---with-graphite2 \
---with-icu \
---enable-gtk-doc
-  sed -i -e 's/ -shared / -Wl,-O1,--as-needed\0/g' libtool
-  make
-}
-
-check() {
-  cd $pkgbase
-  make check
-}
-
-package_harfbuzz() {
-  optdepends=('cairo: hb-view program')
-
-  cd $pkgbase
-  make DESTDIR="$pkgdir" install
-  install -Dm644 COPYING "$pkgdir/usr/share/licenses/harfbuzz/COPYING"
-
-# Split harfbuzz-icu
-  mkdir -p ../hb-icu/usr/{include/harfbuzz,lib/pkgconfig}; cd ../hb-icu
-  mv "$pkgdir"/usr/lib/libharfbuzz-icu* ./usr/lib
-  mv "$pkgdir"/usr/lib/pkgconfig/harfbuzz-icu.pc ./usr/lib/pkgconfig
-  mv "$pkgdir"/usr/include/harfbuzz/hb-icu.h ./usr/include/harfbuzz
-}
-
-package_harfbuzz-icu() {
-  pkgdesc="$pkgdesc (ICU integration)"
-  depends=(harfbuzz icu)
-
-  mv hb-icu/* "$pkgdir"
-
-  install -Dm644 $pkgbase/COPYING 
"$pkgdir/usr/share/licenses/harfbuzz-icu/COPYING"
-}

Copied: harfbuzz/repos/extra-x86_64/PKGBUILD (from rev 337596, 
harfbuzz/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2018-10-30 23:30:44 UTC (rev 337597)
@@ -0,0 +1,69 @@
+# Maintainer: Jan de Groot 
+
+pkgbase=(harfbuzz)
+pkgname=(harfbuzz harfbuzz-icu)
+pkgver=2.1.0
+pkgrel=1
+pkgdesc="OpenType text shaping engine"
+url="http://www.freedesktop.org/wiki/Software/HarfBuzz;
+arch=(x86_64)
+license=(MIT)
+depends=(glib2 freetype2 graphite)
+makedepends=(cairo icu gobject-introspection gtk-doc ragel git python)
+checkdepends=(python-fonttools python-setuptools)
+_commit=1019391046cf01524c4ef20c9256a47b7411610b  # tags/2.1.0^0
+source=("git+https://anongit.freedesktop.org/git/harfbuzz#commit=$_commit;)
+sha256sums=('SKIP')
+
+pkgver() {
+  cd $pkgbase
+  git describe --tags | sed 's/-/+/g'
+}
+
+prepare() {
+  cd $pkgbase
+  NOCONFIGURE=1 ./autogen.sh
+}
+
+build() {
+  cd $pkgbase
+  ./configure \
+--prefix=/usr \
+--with-cairo \
+--with-freetype \
+--with-glib \
+--with-gobject \
+--with-graphite2 \
+--with-icu \
+--enable-gtk-doc
+  sed -i -e 's/ -shared / -Wl,-O1,--as-needed\0/g' libtool
+  make
+}
+
+check() {
+  cd $pkgbase
+  make check
+}
+
+package_harfbuzz() {
+  optdepends=('cairo: hb-view program')
+
+  cd $pkgbase
+  make DESTDIR="$pkgdir" install
+  install -Dm644 COPYING "$pkgdir/usr/share/licenses/harfbuzz/COPYING"
+
+# Split harfbuzz-icu
+  mkdir -p ../hb-icu/usr/{include/harfbuzz,lib/pkgconfig}; cd ../hb-icu
+  mv "$pkgdir"/usr/lib/libharfbuzz-icu* ./usr/lib
+  mv "$pkgdir"/usr/lib/pkgconfig/harfbuzz-icu.pc ./usr/lib/pkgconfig
+  mv "$pkgdir"/usr/include/harfbuzz/hb-icu.h ./usr/include/harfbuzz
+}
+
+package_harfbuzz-icu() {
+  pkgdesc="$pkgdesc (ICU integration)"
+  depends=(harfbuzz icu)
+
+  mv hb-icu/* "$pkgdir"
+
+  install -Dm644 $pkgbase/COPYING 
"$pkgdir/usr/share/licenses/harfbuzz-icu/COPYING"
+}


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

2018-10-30 Thread Jan Steffens via arch-commits
Date: Tuesday, October 30, 2018 @ 23:30:44
  Author: heftig
Revision: 399701

archrelease: copy trunk to multilib-x86_64

Added:
  lib32-harfbuzz/repos/multilib-x86_64/PKGBUILD
(from rev 399700, lib32-harfbuzz/trunk/PKGBUILD)
Deleted:
  lib32-harfbuzz/repos/multilib-x86_64/PKGBUILD

--+
 PKGBUILD |  150 ++---
 1 file changed, 75 insertions(+), 75 deletions(-)

Deleted: PKGBUILD
===
--- PKGBUILD2018-10-30 23:29:00 UTC (rev 399700)
+++ PKGBUILD2018-10-30 23:30:44 UTC (rev 399701)
@@ -1,75 +0,0 @@
-# Maintainer: Florian Pritz 
-
-pkgname=(lib32-harfbuzz lib32-harfbuzz-icu)
-pkgver=2.0.2
-pkgrel=2
-pkgdesc="OpenType text shaping engine (32-bit)"
-url="http://www.freedesktop.org/wiki/Software/HarfBuzz;
-arch=(x86_64)
-license=(MIT)
-depends=(lib32-glib2 lib32-freetype2 harfbuzz)
-makedepends=(lib32-cairo lib32-icu gcc-multilib ragel git python)
-checkdepends=(python-fonttools python-setuptools)
-_commit=0a3b7a0fb0734a66926dfda5d95d3cacea8890ce  # tags/2.0.2^0
-source=("git+https://anongit.freedesktop.org/git/harfbuzz#commit=$_commit;)
-sha256sums=('SKIP')
-
-pkgver() {
-  cd harfbuzz
-  git describe --tags | sed 's/-/+/g'
-}
-
-prepare() {
-  cd harfbuzz
-  NOCONFIGURE=1 ./autogen.sh
-}
-
-build() {
-  export CC="gcc -m32"
-  export CXX="g++ -m32"
-  export PKG_CONFIG_PATH="/usr/lib32/pkgconfig"
-
-  cd harfbuzz
-  ./configure \
---prefix=/usr \
---libdir=/usr/lib32 \
---with-cairo \
---with-freetype \
---with-glib \
---with-gobject \
---without-graphite2 \
---with-icu \
---disable-gtk-doc
-  sed -i -e 's/ -shared / -Wl,-O1,--as-needed\0/g' libtool
-  make
-}
-
-check() {
-  cd harfbuzz
-  make check
-}
-
-package_lib32-harfbuzz() {
-
-  cd harfbuzz
-  make DESTDIR="$pkgdir" install
-
-  rm -rf "${pkgdir}"/usr/{include,share,bin}
-  mkdir -p "$pkgdir/usr/share/licenses"
-  ln -s harfbuzz "$pkgdir/usr/share/licenses/lib32-harfbuzz"
-
-# Split harfbuzz-icu
-  mkdir -p ../hb-icu/usr/lib32/pkgconfig; cd ../hb-icu
-  mv "$pkgdir"/usr/lib32/libharfbuzz-icu* ./usr/lib32
-  mv "$pkgdir"/usr/lib32/pkgconfig/harfbuzz-icu.pc ./usr/lib32/pkgconfig
-}
-
-package_lib32-harfbuzz-icu() {
-  pkgdesc="OpenType text shaping engine (32-bit, ICU integration)"
-  depends=(lib32-harfbuzz lib32-icu harfbuzz-icu)
-
-  mv hb-icu/* "$pkgdir"
-
-  mkdir -p "$pkgdir/usr/share/licenses"
-  ln -s harfbuzz-icu "$pkgdir/usr/share/licenses/lib32-harfbuzz-icu"
-}

Copied: lib32-harfbuzz/repos/multilib-x86_64/PKGBUILD (from rev 399700, 
lib32-harfbuzz/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2018-10-30 23:30:44 UTC (rev 399701)
@@ -0,0 +1,75 @@
+# Maintainer: Florian Pritz 
+
+pkgname=(lib32-harfbuzz lib32-harfbuzz-icu)
+pkgver=2.1.0
+pkgrel=1
+pkgdesc="OpenType text shaping engine (32-bit)"
+url="http://www.freedesktop.org/wiki/Software/HarfBuzz;
+arch=(x86_64)
+license=(MIT)
+depends=(lib32-glib2 lib32-freetype2 harfbuzz)
+makedepends=(lib32-cairo lib32-icu gcc-multilib ragel git python)
+checkdepends=(python-fonttools python-setuptools)
+_commit=1019391046cf01524c4ef20c9256a47b7411610b  # tags/2.1.0^0
+source=("git+https://anongit.freedesktop.org/git/harfbuzz#commit=$_commit;)
+sha256sums=('SKIP')
+
+pkgver() {
+  cd harfbuzz
+  git describe --tags | sed 's/-/+/g'
+}
+
+prepare() {
+  cd harfbuzz
+  NOCONFIGURE=1 ./autogen.sh
+}
+
+build() {
+  export CC="gcc -m32"
+  export CXX="g++ -m32"
+  export PKG_CONFIG_PATH="/usr/lib32/pkgconfig"
+
+  cd harfbuzz
+  ./configure \
+--prefix=/usr \
+--libdir=/usr/lib32 \
+--with-cairo \
+--with-freetype \
+--with-glib \
+--with-gobject \
+--without-graphite2 \
+--with-icu \
+--disable-gtk-doc
+  sed -i -e 's/ -shared / -Wl,-O1,--as-needed\0/g' libtool
+  make
+}
+
+check() {
+  cd harfbuzz
+  make check
+}
+
+package_lib32-harfbuzz() {
+
+  cd harfbuzz
+  make DESTDIR="$pkgdir" install
+
+  rm -rf "${pkgdir}"/usr/{include,share,bin}
+  mkdir -p "$pkgdir/usr/share/licenses"
+  ln -s harfbuzz "$pkgdir/usr/share/licenses/lib32-harfbuzz"
+
+# Split harfbuzz-icu
+  mkdir -p ../hb-icu/usr/lib32/pkgconfig; cd ../hb-icu
+  mv "$pkgdir"/usr/lib32/libharfbuzz-icu* ./usr/lib32
+  mv "$pkgdir"/usr/lib32/pkgconfig/harfbuzz-icu.pc ./usr/lib32/pkgconfig
+}
+
+package_lib32-harfbuzz-icu() {
+  pkgdesc="OpenType text shaping engine (32-bit, ICU integration)"
+  depends=(lib32-harfbuzz lib32-icu harfbuzz-icu)
+
+  mv hb-icu/* "$pkgdir"
+
+  mkdir -p "$pkgdir/usr/share/licenses"
+  ln -s harfbuzz-icu "$pkgdir/usr/share/licenses/lib32-harfbuzz-icu"
+}


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

2018-10-30 Thread Jan Steffens via arch-commits
Date: Tuesday, October 30, 2018 @ 23:28:58
  Author: heftig
Revision: 337596

2.1.0-1

Modified:
  harfbuzz/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2018-10-30 20:56:48 UTC (rev 337595)
+++ PKGBUILD2018-10-30 23:28:58 UTC (rev 337596)
@@ -2,8 +2,8 @@
 
 pkgbase=(harfbuzz)
 pkgname=(harfbuzz harfbuzz-icu)
-pkgver=2.0.2
-pkgrel=2
+pkgver=2.1.0
+pkgrel=1
 pkgdesc="OpenType text shaping engine"
 url="http://www.freedesktop.org/wiki/Software/HarfBuzz;
 arch=(x86_64)
@@ -11,7 +11,7 @@
 depends=(glib2 freetype2 graphite)
 makedepends=(cairo icu gobject-introspection gtk-doc ragel git python)
 checkdepends=(python-fonttools python-setuptools)
-_commit=0a3b7a0fb0734a66926dfda5d95d3cacea8890ce  # tags/2.0.2^0
+_commit=1019391046cf01524c4ef20c9256a47b7411610b  # tags/2.1.0^0
 source=("git+https://anongit.freedesktop.org/git/harfbuzz#commit=$_commit;)
 sha256sums=('SKIP')
 


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

2018-10-30 Thread Jan Steffens via arch-commits
Date: Tuesday, October 30, 2018 @ 23:29:00
  Author: heftig
Revision: 399700

2.1.0-1

Modified:
  lib32-harfbuzz/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2018-10-30 21:53:54 UTC (rev 399699)
+++ PKGBUILD2018-10-30 23:29:00 UTC (rev 399700)
@@ -1,8 +1,8 @@
 # Maintainer: Florian Pritz 
 
 pkgname=(lib32-harfbuzz lib32-harfbuzz-icu)
-pkgver=2.0.2
-pkgrel=2
+pkgver=2.1.0
+pkgrel=1
 pkgdesc="OpenType text shaping engine (32-bit)"
 url="http://www.freedesktop.org/wiki/Software/HarfBuzz;
 arch=(x86_64)
@@ -10,7 +10,7 @@
 depends=(lib32-glib2 lib32-freetype2 harfbuzz)
 makedepends=(lib32-cairo lib32-icu gcc-multilib ragel git python)
 checkdepends=(python-fonttools python-setuptools)
-_commit=0a3b7a0fb0734a66926dfda5d95d3cacea8890ce  # tags/2.0.2^0
+_commit=1019391046cf01524c4ef20c9256a47b7411610b  # tags/2.1.0^0
 source=("git+https://anongit.freedesktop.org/git/harfbuzz#commit=$_commit;)
 sha256sums=('SKIP')
 


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

2018-10-30 Thread Anatol Pomozov via arch-commits
Date: Tuesday, October 30, 2018 @ 21:53:54
  Author: anatolik
Revision: 399699

archrelease: copy trunk to community-any

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

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

Deleted: PKGBUILD
===
--- PKGBUILD2018-10-30 21:53:25 UTC (rev 399698)
+++ PKGBUILD2018-10-30 21:53:54 UTC (rev 399699)
@@ -1,29 +0,0 @@
-# $Id$
-# Maintainer: Maxime Gauduin 
-# Contributor: Emiliano Vavassori 
-# Contributor: Alexsandr Pavlov 
-
-pkgname=ruby-mail
-pkgver=2.7.0
-pkgrel=3
-pkgdesc='A really Ruby Mail handler'
-arch=('any')
-url='http://github.com/mikel/mail'
-license=('MIT')
-depends=('ruby-mini_mime')
-options=('!emptydirs')
-source=("http://rubygems.org/downloads/${pkgname#*-}-${pkgver}.gem;)
-noextract=("${pkgname#*-}-${pkgver}.gem")
-sha256sums=('1f2ae391ca04b0a3c78905ce5b2ebc951332ee211781dd7e7b3569fd958bbe81')
-
-package() {
-  local _gemdir="$(ruby -e'puts Gem.default_dir')"
-
-  gem install --ignore-dependencies --no-user-install -N -i 
"${pkgdir}"/${_gemdir} ${pkgname#*-}-${pkgver}.gem
-  find "${pkgdir}" -type f -name *.gem -delete
-
-  install -dm 755 "${pkgdir}"/usr/share/licenses/${pkgname}
-  ln -s ${_gemdir}/gems/${pkgname#*-}-${pkgver}/MIT-LICENSE 
"${pkgdir}"/usr/share/licenses/${pkgname}/
-}
-
-# vim: ts=2 sw=2 et:

Copied: ruby-mail/repos/community-any/PKGBUILD (from rev 399698, 
ruby-mail/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2018-10-30 21:53:54 UTC (rev 399699)
@@ -0,0 +1,28 @@
+# Maintainer: Maxime Gauduin 
+# Contributor: Emiliano Vavassori 
+# Contributor: Alexsandr Pavlov 
+
+pkgname=ruby-mail
+pkgver=2.7.1
+pkgrel=1
+pkgdesc='A really Ruby Mail handler'
+arch=('any')
+url='http://github.com/mikel/mail'
+license=('MIT')
+depends=('ruby-mini_mime')
+options=('!emptydirs')
+source=("https://rubygems.org/downloads/${pkgname#*-}-${pkgver}.gem;)
+noextract=("${pkgname#*-}-${pkgver}.gem")
+sha256sums=('ec2a3d489f7510b90d8eaa3f6abaad7038cf1d663cdf8ee66d0214a0bdf99c03')
+
+package() {
+  local _gemdir="$(ruby -e'puts Gem.default_dir')"
+
+  gem install --ignore-dependencies --no-user-install -N -i 
"${pkgdir}"/${_gemdir} ${pkgname#*-}-${pkgver}.gem
+  find "${pkgdir}" -type f -name *.gem -delete
+
+  install -dm 755 "${pkgdir}"/usr/share/licenses/${pkgname}
+  ln -s ${_gemdir}/gems/${pkgname#*-}-${pkgver}/MIT-LICENSE 
"${pkgdir}"/usr/share/licenses/${pkgname}/
+}
+
+# vim: ts=2 sw=2 et:


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

2018-10-30 Thread Anatol Pomozov via arch-commits
Date: Tuesday, October 30, 2018 @ 21:53:25
  Author: anatolik
Revision: 399698

upgpkg: ruby-mail 2.7.1-1

Modified:
  ruby-mail/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2018-10-30 21:52:18 UTC (rev 399697)
+++ PKGBUILD2018-10-30 21:53:25 UTC (rev 399698)
@@ -3,8 +3,8 @@
 # Contributor: Alexsandr Pavlov 
 
 pkgname=ruby-mail
-pkgver=2.7.0
-pkgrel=3
+pkgver=2.7.1
+pkgrel=1
 pkgdesc='A really Ruby Mail handler'
 arch=('any')
 url='http://github.com/mikel/mail'
@@ -13,7 +13,7 @@
 options=('!emptydirs')
 source=("https://rubygems.org/downloads/${pkgname#*-}-${pkgver}.gem;)
 noextract=("${pkgname#*-}-${pkgver}.gem")
-sha256sums=('1f2ae391ca04b0a3c78905ce5b2ebc951332ee211781dd7e7b3569fd958bbe81')
+sha256sums=('ec2a3d489f7510b90d8eaa3f6abaad7038cf1d663cdf8ee66d0214a0bdf99c03')
 
 package() {
   local _gemdir="$(ruby -e'puts Gem.default_dir')"


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

2018-10-30 Thread Anatol Pomozov via arch-commits
Date: Tuesday, October 30, 2018 @ 21:52:18
  Author: anatolik
Revision: 399697

Use https for the source file

Modified:
  ruby-mime-types/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2018-10-30 21:51:48 UTC (rev 399696)
+++ PKGBUILD2018-10-30 21:52:18 UTC (rev 399697)
@@ -10,7 +10,7 @@
 license=('GPL2' 'MIT' 'PerlArtistic')
 depends=('ruby' 'ruby-mime-types-data')
 options=('!emptydirs')
-source=("http://rubygems.org/downloads/mime-types-${pkgver}.gem;)
+source=("https://rubygems.org/downloads/mime-types-${pkgver}.gem;)
 noextract=("mime-types-${pkgver}.gem")
 sha256sums=('93f308f0b6754b0ca50dd1982b817f65b8946f6a34bd3db6bd3d8a5265f05d3a')
 


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

2018-10-30 Thread Anatol Pomozov via arch-commits
Date: Tuesday, October 30, 2018 @ 21:51:48
  Author: anatolik
Revision: 399696

Use https for the source file

Modified:
  ruby-mail/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2018-10-30 21:51:15 UTC (rev 399695)
+++ PKGBUILD2018-10-30 21:51:48 UTC (rev 399696)
@@ -11,7 +11,7 @@
 license=('MIT')
 depends=('ruby-mini_mime')
 options=('!emptydirs')
-source=("http://rubygems.org/downloads/${pkgname#*-}-${pkgver}.gem;)
+source=("https://rubygems.org/downloads/${pkgname#*-}-${pkgver}.gem;)
 noextract=("${pkgname#*-}-${pkgver}.gem")
 sha256sums=('1f2ae391ca04b0a3c78905ce5b2ebc951332ee211781dd7e7b3569fd958bbe81')
 


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

2018-10-30 Thread Anatol Pomozov via arch-commits
Date: Tuesday, October 30, 2018 @ 21:51:15
  Author: anatolik
Revision: 399695

Use https for the source file

Modified:
  ruby-iconv/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2018-10-30 18:35:52 UTC (rev 399694)
+++ PKGBUILD2018-10-30 21:51:15 UTC (rev 399695)
@@ -9,7 +9,7 @@
 license=('BSD')
 depends=('ruby')
 options=('!emptydirs')
-source=("http://rubygems.org/downloads/${pkgname#*-}-${pkgver}.gem;)
+source=("https://rubygems.org/downloads/${pkgname#*-}-${pkgver}.gem;)
 noextract=("${pkgname#*-}-${pkgver}.gem")
 sha256sums=('ef913e92e05002d37bebed57e8ecbad91b8a9da5da3b0f80bafd32d3ccc171da')
 


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

2018-10-30 Thread Andreas Radke via arch-commits
Date: Tuesday, October 30, 2018 @ 20:56:48
  Author: andyrtr
Revision: 337595

archrelease: copy trunk to extra-any

Added:
  getmail/repos/extra-any/PKGBUILD
(from rev 337594, getmail/trunk/PKGBUILD)
Deleted:
  getmail/repos/extra-any/PKGBUILD

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

Deleted: PKGBUILD
===
--- PKGBUILD2018-10-30 20:56:07 UTC (rev 337594)
+++ PKGBUILD2018-10-30 20:56:48 UTC (rev 337595)
@@ -1,35 +0,0 @@
-# $Id$
-# Maintainer: Andreas Radke 
-# Committer: Manolis Tzanidakis 
-
-pkgname=getmail
-pkgver=5.6
-pkgrel=1
-pkgdesc="A POP3 mail retriever with reliable Maildir and command delivery."
-arch=(any)
-url="http://pyropus.ca/software/getmail;
-license=("GPL")
-depends=('python2')
-optdepends=('python2-gnomekeyring: for storing passwords in gnome-keyring')
-# no signature, no https
-source=(http://pyropus.ca/software/getmail/old-versions/$pkgname-$pkgver.tar.gz)
-sha256sums=('460d2c8834936df88d594095d789c4585edca9b0bdbeded9f6267f0d90dcd59a')
-
-prepare() {
-  cd ${pkgname}-${pkgver}
-  # fix broken shebang calls
-  sed -i -e "s|#![ ]*/usr/bin/env python|#!/usr/bin/env python2|" 
getmailcore/__init__.py
-  sed -i -e "s|#![ ]*/usr/bin/env python2.3|#!/usr/bin/env python2|" $(find . 
-name '*.py')
-  # recheck
-  head -1 $(find . -name '*.py')
-}
-
-build() {
-  cd ${pkgname}-${pkgver}
-  python2 setup.py build
-}
-
-package() {
-  cd ${pkgname}-${pkgver}
-  python2 setup.py install --root=${pkgdir}
-}

Copied: getmail/repos/extra-any/PKGBUILD (from rev 337594, 
getmail/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2018-10-30 20:56:48 UTC (rev 337595)
@@ -0,0 +1,34 @@
+# Maintainer: Andreas Radke 
+# Committer: Manolis Tzanidakis 
+
+pkgname=getmail
+pkgver=5.7
+pkgrel=1
+pkgdesc="A POP3 mail retriever with reliable Maildir and command delivery."
+arch=(any)
+url="http://pyropus.ca/software/getmail;
+license=("GPL")
+depends=('python2')
+optdepends=('python2-gnomekeyring: for storing passwords in gnome-keyring')
+# no signature, no https
+source=(http://pyropus.ca/software/getmail/old-versions/$pkgname-$pkgver.tar.gz)
+sha256sums=('2497a669e77c929621826240371b57b8157502bb88ae530c30307b09233afbf9')
+
+prepare() {
+  cd ${pkgname}-${pkgver}
+  # fix broken shebang calls
+  sed -i -e "s|#![ ]*/usr/bin/env python|#!/usr/bin/env python2|" 
getmailcore/__init__.py
+  sed -i -e "s|#![ ]*/usr/bin/env python2.3|#!/usr/bin/env python2|" $(find . 
-name '*.py')
+  # recheck
+  head -1 $(find . -name '*.py')
+}
+
+build() {
+  cd ${pkgname}-${pkgver}
+  python2 setup.py build
+}
+
+package() {
+  cd ${pkgname}-${pkgver}
+  python2 setup.py install --root=${pkgdir}
+}


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

2018-10-30 Thread Andreas Radke via arch-commits
Date: Tuesday, October 30, 2018 @ 20:56:07
  Author: andyrtr
Revision: 337594

upgpkg: getmail 5.7-1

upstream update 5.7

Modified:
  getmail/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2018-10-30 17:50:52 UTC (rev 337593)
+++ PKGBUILD2018-10-30 20:56:07 UTC (rev 337594)
@@ -2,7 +2,7 @@
 # Committer: Manolis Tzanidakis 
 
 pkgname=getmail
-pkgver=5.6
+pkgver=5.7
 pkgrel=1
 pkgdesc="A POP3 mail retriever with reliable Maildir and command delivery."
 arch=(any)
@@ -12,7 +12,7 @@
 optdepends=('python2-gnomekeyring: for storing passwords in gnome-keyring')
 # no signature, no https
 
source=(http://pyropus.ca/software/getmail/old-versions/$pkgname-$pkgver.tar.gz)
-sha256sums=('460d2c8834936df88d594095d789c4585edca9b0bdbeded9f6267f0d90dcd59a')
+sha256sums=('2497a669e77c929621826240371b57b8157502bb88ae530c30307b09233afbf9')
 
 prepare() {
   cd ${pkgname}-${pkgver}


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

2018-10-30 Thread Morten Linderud via arch-commits
Date: Tuesday, October 30, 2018 @ 18:35:52
  Author: foxboron
Revision: 399694

archrelease: copy trunk to community-x86_64

Added:
  kakoune/repos/community-x86_64/PKGBUILD
(from rev 399693, kakoune/trunk/PKGBUILD)
Deleted:
  kakoune/repos/community-x86_64/PKGBUILD

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

Deleted: PKGBUILD
===
--- PKGBUILD2018-10-30 18:35:39 UTC (rev 399693)
+++ PKGBUILD2018-10-30 18:35:52 UTC (rev 399694)
@@ -1,38 +0,0 @@
-# Maintainer: Morten Linderud 
-# Contributor: Frank Lenormand 
-pkgname=kakoune
-pkgver=2018.10.27
-pkgrel=2
-pkgdesc="Vim-inspired, selection-oriented code editor"
-arch=("x86_64")
-url="http://kakoune.org/;
-license=("custom:unlicense")
-depends=("ncurses")
-optdepends=(
-"aspell: spell checking support"
-"clang: C/C++ completion and diagnostics support"
-"ranger: filesystem explorer"
-"tmux: splitting and creating windows"
-#"universal-ctags-git: provides \`readtags\` used to jump to a symbol's 
definition"
-"xdotool: X11 utility to focus arbitrary kakoune clients"
-"xorg-xmessage: display debug messages in a new window"
-)
-makedepends=("asciidoc")
-source=("$pkgname-$pkgver.tar.gz::https://github.com/mawww/kakoune/archive/v${pkgver}.tar.gz;)
-sha256sums=('6b34292c46e2176fdfc3c232a0111ee58229e101f4e37aabe729a0190ddc4641')
-
-build() {
-cd "${pkgname}-${pkgver}/src"
-make debug=no
-}
-
-check() {
-cd "${pkgname}-${pkgver}/src"
-make debug=no test
-}
-
-package() {
-cd "${pkgname}-${pkgver}/src"
-make debug=no install-strip DESTDIR="${pkgdir}" PREFIX=/usr
-install -D ../UNLICENSE "${pkgdir}"/usr/share/licenses/${pkgname}/LICENSE
-}

Copied: kakoune/repos/community-x86_64/PKGBUILD (from rev 399693, 
kakoune/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2018-10-30 18:35:52 UTC (rev 399694)
@@ -0,0 +1,38 @@
+# Maintainer: Morten Linderud 
+# Contributor: Frank Lenormand 
+pkgname=kakoune
+pkgver=2018.10.27
+pkgrel=3
+pkgdesc="Vim-inspired, selection-oriented code editor"
+arch=("x86_64")
+url="http://kakoune.org/;
+license=("custom:unlicense")
+depends=("ncurses")
+optdepends=(
+"aspell: spell checking support"
+"clang: C/C++ completion and diagnostics support"
+"ranger: filesystem explorer"
+"tmux: splitting and creating windows"
+#"universal-ctags-git: provides \`readtags\` used to jump to a symbol's 
definition"
+"xdotool: X11 utility to focus arbitrary kakoune clients"
+"xorg-xmessage: display debug messages in a new window"
+)
+makedepends=("asciidoc")
+source=("$pkgname-$pkgver.tar.bz2::https://github.com/mawww/kakoune/releases/download/v${pkgver}/kakoune-${pkgver}.tar.bz2;)
+sha256sums=('687a173c8f94fb66aad899e7a3095fe8f08e1fdcab955dbc6785335427cc8a1d')
+
+build() {
+cd "${pkgname}-${pkgver}/src"
+make debug=no
+}
+
+check() {
+cd "${pkgname}-${pkgver}/src"
+make debug=no test
+}
+
+package() {
+cd "${pkgname}-${pkgver}/src"
+make debug=no install-strip DESTDIR="${pkgdir}" PREFIX=/usr
+install -D ../UNLICENSE "${pkgdir}"/usr/share/licenses/${pkgname}/LICENSE
+}


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

2018-10-30 Thread Morten Linderud via arch-commits
Date: Tuesday, October 30, 2018 @ 18:35:39
  Author: foxboron
Revision: 399693

upgpkg: kakoune 2018.10.27-3

Modified:
  kakoune/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2018-10-30 17:56:01 UTC (rev 399692)
+++ PKGBUILD2018-10-30 18:35:39 UTC (rev 399693)
@@ -2,7 +2,7 @@
 # Contributor: Frank Lenormand 
 pkgname=kakoune
 pkgver=2018.10.27
-pkgrel=2
+pkgrel=3
 pkgdesc="Vim-inspired, selection-oriented code editor"
 arch=("x86_64")
 url="http://kakoune.org/;
@@ -18,8 +18,8 @@
 "xorg-xmessage: display debug messages in a new window"
 )
 makedepends=("asciidoc")
-source=("$pkgname-$pkgver.tar.gz::https://github.com/mawww/kakoune/archive/v${pkgver}.tar.gz;)
-sha256sums=('6b34292c46e2176fdfc3c232a0111ee58229e101f4e37aabe729a0190ddc4641')
+source=("$pkgname-$pkgver.tar.bz2::https://github.com/mawww/kakoune/releases/download/v${pkgver}/kakoune-${pkgver}.tar.bz2;)
+sha256sums=('687a173c8f94fb66aad899e7a3095fe8f08e1fdcab955dbc6785335427cc8a1d')
 
 build() {
 cd "${pkgname}-${pkgver}/src"


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

2018-10-30 Thread Antonio Rojas via arch-commits
Date: Tuesday, October 30, 2018 @ 17:56:01
  Author: arojas
Revision: 399692

archrelease: copy trunk to community-x86_64

Added:
  qd/repos/community-x86_64/PKGBUILD
(from rev 399691, qd/trunk/PKGBUILD)
Deleted:
  qd/repos/community-x86_64/PKGBUILD

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

Deleted: PKGBUILD
===
--- PKGBUILD2018-10-30 17:55:42 UTC (rev 399691)
+++ PKGBUILD2018-10-30 17:56:01 UTC (rev 399692)
@@ -1,35 +0,0 @@
-# Maintainer: Antonio Rojas 
-# Contributor: eolianoe 
-# Contributor: Xyne 
-
-pkgname=qd
-pkgver=2.3.21
-pkgrel=1
-pkgdesc='C++/Fortran-90 double-double and quad-double library'
-arch=(x86_64)
-url="http://crd-legacy.lbl.gov/~dhbailey/mpdist;
-license=(BSD)
-makedepends=(gcc-fortran)
-source=("http://crd-legacy.lbl.gov/~dhbailey/mpdist/$pkgname-$pkgver.tar.gz;)
-sha256sums=('185c97e38b00edf6f5dea3dfc48c5c0e3e8386f6ad2d815a2b93b72998d509f2')
-
-build() {
-  cd $pkgname-$pkgver
-
-  export FC=gfortran
-  ./configure --prefix=/usr --enable-shared
-  make
-}
-
-check() {
-  cd $pkgname-$pkgver
-
-  make check
-}
-
-package() {
-  cd $pkgname-$pkgver
-
-  make DESTDIR="$pkgdir" install
-  install -Dm644 COPYING "$pkgdir"/usr/share/licenses/$pkgname/COPYING
-}

Copied: qd/repos/community-x86_64/PKGBUILD (from rev 399691, qd/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2018-10-30 17:56:01 UTC (rev 399692)
@@ -0,0 +1,35 @@
+# Maintainer: Antonio Rojas 
+# Contributor: eolianoe 
+# Contributor: Xyne 
+
+pkgname=qd
+pkgver=2.3.22
+pkgrel=1
+pkgdesc='C++/Fortran-90 double-double and quad-double library'
+arch=(x86_64)
+url="http://crd-legacy.lbl.gov/~dhbailey/mpdist;
+license=(BSD)
+makedepends=(gcc-fortran)
+source=("http://crd-legacy.lbl.gov/~dhbailey/mpdist/$pkgname-$pkgver.tar.gz;)
+sha256sums=('ac99d0af29a30bb32968134bc7840378ef5b9f1e3e7d50c34c206f5810386241')
+
+build() {
+  cd $pkgname-$pkgver
+
+  export FC=gfortran
+  ./configure --prefix=/usr --enable-shared
+  make
+}
+
+check() {
+  cd $pkgname-$pkgver
+
+  make check
+}
+
+package() {
+  cd $pkgname-$pkgver
+
+  make DESTDIR="$pkgdir" install
+  install -Dm644 COPYING "$pkgdir"/usr/share/licenses/$pkgname/COPYING
+}


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

2018-10-30 Thread Antonio Rojas via arch-commits
Date: Tuesday, October 30, 2018 @ 17:55:42
  Author: arojas
Revision: 399691

Update to 2.3.22

Modified:
  qd/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2018-10-30 17:31:46 UTC (rev 399690)
+++ PKGBUILD2018-10-30 17:55:42 UTC (rev 399691)
@@ -3,7 +3,7 @@
 # Contributor: Xyne 
 
 pkgname=qd
-pkgver=2.3.21
+pkgver=2.3.22
 pkgrel=1
 pkgdesc='C++/Fortran-90 double-double and quad-double library'
 arch=(x86_64)
@@ -11,7 +11,7 @@
 license=(BSD)
 makedepends=(gcc-fortran)
 source=("http://crd-legacy.lbl.gov/~dhbailey/mpdist/$pkgname-$pkgver.tar.gz;)
-sha256sums=('185c97e38b00edf6f5dea3dfc48c5c0e3e8386f6ad2d815a2b93b72998d509f2')
+sha256sums=('ac99d0af29a30bb32968134bc7840378ef5b9f1e3e7d50c34c206f5810386241')
 
 build() {
   cd $pkgname-$pkgver


[arch-commits] Commit in liborcus/trunk (PKGBUILD boost-1.67.patch)

2018-10-30 Thread Andreas Radke via arch-commits
Date: Tuesday, October 30, 2018 @ 17:50:45
  Author: andyrtr
Revision: 337592

upgpkg: liborcus 0.14.1-1

upstream update 0.14.1

Modified:
  liborcus/trunk/PKGBUILD
Deleted:
  liborcus/trunk/boost-1.67.patch

--+
 PKGBUILD |   15 ---
 boost-1.67.patch |   47 ---
 2 files changed, 4 insertions(+), 58 deletions(-)

Modified: PKGBUILD
===
--- PKGBUILD2018-10-30 17:46:57 UTC (rev 337591)
+++ PKGBUILD2018-10-30 17:50:45 UTC (rev 337592)
@@ -2,8 +2,8 @@
 # Contributor: Thomas Arnhold 
 
 pkgname=liborcus
-pkgver=0.13.4
-pkgrel=4
+pkgver=0.14.1
+pkgrel=1
 pkgdesc="File import filter library for spreadsheet documents."
 arch=('x86_64')
 url="https://gitlab.com/orcus/orcus/blob/master/README.md;
@@ -10,16 +10,9 @@
 license=('MPL')
 depends=('libixion')
 makedepends=('boost' 'mdds')
-source=(https://kohei.us/files/orcus/src/${pkgname}-${pkgver}.tar.xz
-boost-1.67.patch)
-sha256sums=('b71c4c15febe7dae63406e8023898e3a5cf7fe4ec43b2028dfbbf24e9fe282e4'
-'ea6041d217e775bb5e5bb2bce2c6bc5b12de4397bc80b1a5d1d1a0c37144b420')
+source=(https://kohei.us/files/orcus/src/${pkgname}-${pkgver}.tar.xz)
+sha256sums=('f2d1dc840fa6a5358d956a7cb746c36b857d92190de0ac5b40b2841ed408daab')
 
-prepare() {
-cd ${pkgname}-${pkgver}
-patch -Np1 -i ../boost-1.67.patch
-}
-
 build() {
 cd ${pkgname}-${pkgver}
 ./configure --prefix=/usr

Deleted: boost-1.67.patch
===
--- boost-1.67.patch2018-10-30 17:46:57 UTC (rev 337591)
+++ boost-1.67.patch2018-10-30 17:50:45 UTC (rev 337592)
@@ -1,47 +0,0 @@
-From f7485813af8e50f88c77312fb29b7bb489a0a17d Mon Sep 17 00:00:00 2001
-From: Adam Majer 
-Date: Wed, 23 May 2018 10:45:56 +0200
-Subject: [PATCH] Fix build with Boost 1.67
-
-Boost:DateTime that no longer accepts non-integer types.
-In the past, these types were implicitly cast down to integer
-values. Now this requires explicit cast.
-
-https://svn.boost.org/trac10/ticket/11168
-
-This fixes #60

- src/spreadsheet/sheet.cpp | 6 +++---
- 1 file changed, 3 insertions(+), 3 deletions(-)
-
-diff --git a/src/spreadsheet/sheet.cpp b/src/spreadsheet/sheet.cpp
-index 7df1aedb..33b372ad 100644
 a/src/spreadsheet/sheet.cpp
-+++ b/src/spreadsheet/sheet.cpp
-@@ -289,7 +289,7 @@ void sheet::set_date_time(row_t row, col_t col, int year, 
int month, int day, in
- 
- double days_since_epoch = (d - origin).days();
- 
--double ms = second * 100.0;
-+long ms = second * 100.0;
- 
- posix_time::time_duration t(
- posix_time::hours(hour) +
-@@ -606,7 +606,7 @@ date_time_t sheet::get_date_time(row_t row, col_t col) 
const
- if (time_fraction)
- {
- // Convert a fraction day to microseconds.
--double ms = time_fraction * 24.0 * 60.0 * 60.0 * 100.0;
-+long long ms = time_fraction * 24.0 * 60.0 * 60.0 * 100.0;
- posix_time::time_duration td = posix_time::microsec(ms);
- 
- hours = td.hours();
-@@ -615,7 +615,7 @@ date_time_t sheet::get_date_time(row_t row, col_t col) 
const
- 
- td -= posix_time::hours(hours);
- td -= posix_time::minutes(minutes);
--td -= posix_time::seconds(seconds);
-+td -= posix_time::seconds((long)seconds);
- 
- ms = td.total_microseconds(); // remaining microseconds.
- 


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

2018-10-30 Thread Andreas Radke via arch-commits
Date: Tuesday, October 30, 2018 @ 17:50:52
  Author: andyrtr
Revision: 337593

archrelease: copy trunk to staging-x86_64

Added:
  liborcus/repos/staging-x86_64/
  liborcus/repos/staging-x86_64/PKGBUILD
(from rev 337592, liborcus/trunk/PKGBUILD)

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

Copied: liborcus/repos/staging-x86_64/PKGBUILD (from rev 337592, 
liborcus/trunk/PKGBUILD)
===
--- staging-x86_64/PKGBUILD (rev 0)
+++ staging-x86_64/PKGBUILD 2018-10-30 17:50:52 UTC (rev 337593)
@@ -0,0 +1,30 @@
+# Maintainer: AndyRTR 
+# Contributor: Thomas Arnhold 
+
+pkgname=liborcus
+pkgver=0.14.1
+pkgrel=1
+pkgdesc="File import filter library for spreadsheet documents."
+arch=('x86_64')
+url="https://gitlab.com/orcus/orcus/blob/master/README.md;
+license=('MPL')
+depends=('libixion')
+makedepends=('boost' 'mdds')
+source=(https://kohei.us/files/orcus/src/${pkgname}-${pkgver}.tar.xz)
+sha256sums=('f2d1dc840fa6a5358d956a7cb746c36b857d92190de0ac5b40b2841ed408daab')
+
+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 libnumbertext/trunk (PKGBUILD)

2018-10-30 Thread Andreas Radke via arch-commits
Date: Tuesday, October 30, 2018 @ 17:46:50
  Author: andyrtr
Revision: 337590

upgpkg: libnumbertext 1.0.5-1

upstream update 1.0.5

Modified:
  libnumbertext/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2018-10-30 17:42:13 UTC (rev 337589)
+++ PKGBUILD2018-10-30 17:46:50 UTC (rev 337590)
@@ -1,7 +1,7 @@
 # Maintainer: Andreas Radke 
 
 pkgname=libnumbertext
-pkgver=1.0
+pkgver=1.0.5
 pkgrel=1
 pkgdesc="Number to number name and money text conversion library"
 arch=('x86_64')
@@ -10,8 +10,7 @@
 depends=('gcc-libs')
 source=(https://github.com/Numbertext/libnumbertext/archive/$pkgver.tar.gz
 libnumbertext-updateautotools.patch)
-noextract=()
-sha256sums=('db1864aa672e3d8e094f2cc64db1e1dd280266dd6c76899415adb91012b1da72'
+sha256sums=('508f259325efc25705e27ca1bafe487aa0b8b0f5cc3bf77cb2d53ce7f119c380'
 '4c1be70cbb6c7b5e2f9d3842ad83ea95971d99663768e5df2ac74956fc4555bd')
 
 prepare() {


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

2018-10-30 Thread Andreas Radke via arch-commits
Date: Tuesday, October 30, 2018 @ 17:46:57
  Author: andyrtr
Revision: 337591

archrelease: copy trunk to staging-x86_64

Added:
  libnumbertext/repos/staging-x86_64/
  libnumbertext/repos/staging-x86_64/PKGBUILD
(from rev 337590, libnumbertext/trunk/PKGBUILD)
  libnumbertext/repos/staging-x86_64/libnumbertext-updateautotools.patch
(from rev 337590, libnumbertext/trunk/libnumbertext-updateautotools.patch)

-+
 PKGBUILD|   38 ++
 libnumbertext-updateautotools.patch |   21 ++
 2 files changed, 59 insertions(+)

Copied: libnumbertext/repos/staging-x86_64/PKGBUILD (from rev 337590, 
libnumbertext/trunk/PKGBUILD)
===
--- staging-x86_64/PKGBUILD (rev 0)
+++ staging-x86_64/PKGBUILD 2018-10-30 17:46:57 UTC (rev 337591)
@@ -0,0 +1,38 @@
+# Maintainer: Andreas Radke 
+
+pkgname=libnumbertext
+pkgver=1.0.5
+pkgrel=1
+pkgdesc="Number to number name and money text conversion library"
+arch=('x86_64')
+url="https://github.com/Numbertext/libnumbertext;
+license=('LGPL3' 'custom')
+depends=('gcc-libs')
+source=(https://github.com/Numbertext/libnumbertext/archive/$pkgver.tar.gz
+libnumbertext-updateautotools.patch)
+sha256sums=('508f259325efc25705e27ca1bafe487aa0b8b0f5cc3bf77cb2d53ce7f119c380'
+'4c1be70cbb6c7b5e2f9d3842ad83ea95971d99663768e5df2ac74956fc4555bd')
+
+prepare() {
+  cd "$pkgname-$pkgver"
+  patch -Np1 -i ../libnumbertext-updateautotools.patch
+  autoreconf -vfi
+}
+
+build() {
+  cd "$pkgname-$pkgver"
+  ./configure --prefix=/usr
+  make
+}
+
+check() {
+  cd "$pkgname-$pkgver"
+  make -k check
+}
+
+package() {
+  cd "$pkgname-$pkgver"
+  make DESTDIR="$pkgdir/" install
+  # add dual license file
+  install -Dt "${pkgdir}"/usr/share/licenses/${pkgname} -m644 COPYING
+}

Copied: libnumbertext/repos/staging-x86_64/libnumbertext-updateautotools.patch 
(from rev 337590, libnumbertext/trunk/libnumbertext-updateautotools.patch)
===
--- staging-x86_64/libnumbertext-updateautotools.patch  
(rev 0)
+++ staging-x86_64/libnumbertext-updateautotools.patch  2018-10-30 17:46:57 UTC 
(rev 337591)
@@ -0,0 +1,21 @@
+--- libnumbertext-1.0.2/configure.ac   2018-06-12 14:48:53.518952998 +0100
 libnumbertext-1.0.2/configure.ac   2018-06-12 14:50:48.0 +0100
+@@ -3,7 +3,7 @@
+ m4_define([numbertext_version_micro],[2])
+ 
m4_define([numbertext_version],[numbertext_version_major.numbertext_version_minor.numbertext_version_micro])
+ 
+-AC_PREREQ([2.68])
++AC_PREREQ([2.69])
+ 
+ AC_INIT([libnumbertext],[numbertext_version])
+ AC_CONFIG_MACRO_DIR([m4])
+@@ -18,7 +18,7 @@
+ AC_PROG_CPP
+ AC_PROG_INSTALL
+ AC_PROG_LN_S
+-AC_PROG_LIBTOOL
++LT_INIT
+ 
+ dnl Checks for typedefs, structures, and compiler characteristics.
+ AC_LANG([C++])
+


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

2018-10-30 Thread Andreas Radke via arch-commits
Date: Tuesday, October 30, 2018 @ 17:42:06
  Author: andyrtr
Revision: 337588

upgpkg: libixion 0.14.1-1

upstream update 0.14.1

Modified:
  libixion/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2018-10-30 17:38:22 UTC (rev 337587)
+++ PKGBUILD2018-10-30 17:42:06 UTC (rev 337588)
@@ -2,8 +2,8 @@
 # Contributor: kusakata 
 
 pkgname=libixion
-pkgver=0.13.0
-pkgrel=4
+pkgver=0.14.1
+pkgrel=1
 pkgdesc="A general purpose formula parser & interpreter"
 arch=('x86_64')
 url="https://gitlab.com/ixion/ixion/blob/master/README.md;
@@ -11,7 +11,7 @@
 depends=('boost-libs' 'python')
 makedepends=('boost' 'mdds')
 source=("https://kohei.us/files/ixion/src/libixion-${pkgver}.tar.xz;)
-sha256sums=('5ae360c52ba2d17c4abf5ae21fa947f75925459e085acef5972395f77333c7e5')
+sha256sums=('6ad1384fcf813083c6d981a16b2643c953f9bac4c2caf1ed1682921d9b69ed91')
 
 build() {
   cd ${pkgname}-${pkgver}


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

2018-10-30 Thread Andreas Radke via arch-commits
Date: Tuesday, October 30, 2018 @ 17:42:13
  Author: andyrtr
Revision: 337589

archrelease: copy trunk to staging-x86_64

Added:
  libixion/repos/staging-x86_64/
  libixion/repos/staging-x86_64/PKGBUILD
(from rev 337588, libixion/trunk/PKGBUILD)

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

Copied: libixion/repos/staging-x86_64/PKGBUILD (from rev 337588, 
libixion/trunk/PKGBUILD)
===
--- staging-x86_64/PKGBUILD (rev 0)
+++ staging-x86_64/PKGBUILD 2018-10-30 17:42:13 UTC (rev 337589)
@@ -0,0 +1,34 @@
+# Maintainer: AndyRTR 
+# Contributor: kusakata 
+
+pkgname=libixion
+pkgver=0.14.1
+pkgrel=1
+pkgdesc="A general purpose formula parser & interpreter"
+arch=('x86_64')
+url="https://gitlab.com/ixion/ixion/blob/master/README.md;
+license=('custom')
+depends=('boost-libs' 'python')
+makedepends=('boost' 'mdds')
+source=("https://kohei.us/files/ixion/src/libixion-${pkgver}.tar.xz;)
+sha256sums=('6ad1384fcf813083c6d981a16b2643c953f9bac4c2caf1ed1682921d9b69ed91')
+
+build() {
+  cd ${pkgname}-${pkgver}
+  ./configure --prefix=/usr \
+--disable-static
+  make
+}
+
+check() {
+  cd ${pkgname}-${pkgver}
+  make -k check
+}
+
+package() {
+  cd ${pkgname}-${pkgver}
+  make DESTDIR="${pkgdir}" install
+  # LICENSE file is missing in tarball
+  install -Dm644 LICENSE "${pkgdir}/usr/share/licenses/${pkgname}/LICENSE"
+}
+


[arch-commits] Commit in mdds/repos (staging-any staging-any/PKGBUILD)

2018-10-30 Thread Andreas Radke via arch-commits
Date: Tuesday, October 30, 2018 @ 17:38:22
  Author: andyrtr
Revision: 337587

archrelease: copy trunk to staging-any

Added:
  mdds/repos/staging-any/
  mdds/repos/staging-any/PKGBUILD
(from rev 337586, mdds/trunk/PKGBUILD)

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

Copied: mdds/repos/staging-any/PKGBUILD (from rev 337586, mdds/trunk/PKGBUILD)
===
--- staging-any/PKGBUILD(rev 0)
+++ staging-any/PKGBUILD2018-10-30 17:38:22 UTC (rev 337587)
@@ -0,0 +1,32 @@
+# Maintainer: AndyRTR 
+# Contributor: kusakata 
+
+pkgname=mdds
+pkgver=1.4.2
+pkgrel=1
+pkgdesc="A collection of multi-dimensional data structures and indexing 
algorithms"
+arch=('any')
+url="https://gitlab.com/mdds/mdds;
+license=('MIT')
+checkdepends=('boost')
+#source=(https://gitlab.com/mdds/mdds/repository/archive.tar.gz?ref=${pkgver})
+source=(https://kohei.us/files/mdds/src/${pkgname}-${pkgver}.tar.bz2)
+# checksums listed there - https://gitlab.com/mdds/mdds
+sha256sums=('82f38750248c007956c38ffefcc549932c8b257b76c72fb79a06eabc50107369')
+
+build() {
+  cd ${pkgname}-${pkgver}
+  ./autogen.sh --prefix=/usr
+  # make
+}
+
+check() {
+  cd ${pkgname}-${pkgver}
+  make check
+}
+
+package() {
+  cd ${pkgname}-${pkgver}
+  make DESTDIR="${pkgdir}" install
+  install -Dm644 LICENSE "${pkgdir}/usr/share/licenses/${pkgname}/LICENSE"
+}


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

2018-10-30 Thread Andreas Radke via arch-commits
Date: Tuesday, October 30, 2018 @ 17:38:10
  Author: andyrtr
Revision: 337586

upgpkg: mdds 1.4.2-1

upstream update 1.4.2

Modified:
  mdds/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2018-10-30 17:01:36 UTC (rev 337585)
+++ PKGBUILD2018-10-30 17:38:10 UTC (rev 337586)
@@ -2,7 +2,7 @@
 # Contributor: kusakata 
 
 pkgname=mdds
-pkgver=1.3.1
+pkgver=1.4.2
 pkgrel=1
 pkgdesc="A collection of multi-dimensional data structures and indexing 
algorithms"
 arch=('any')
@@ -12,7 +12,7 @@
 #source=(https://gitlab.com/mdds/mdds/repository/archive.tar.gz?ref=${pkgver})
 source=(https://kohei.us/files/mdds/src/${pkgname}-${pkgver}.tar.bz2)
 # checksums listed there - https://gitlab.com/mdds/mdds
-sha256sums=('dcb8cd2425567a5a5ec164afea475bce57784bca3e352ad4cbdd3d1a7e08e5a1')
+sha256sums=('82f38750248c007956c38ffefcc549932c8b257b76c72fb79a06eabc50107369')
 
 build() {
   cd ${pkgname}-${pkgver}


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

2018-10-30 Thread Antonio Rojas via arch-commits
Date: Tuesday, October 30, 2018 @ 17:31:46
  Author: arojas
Revision: 399690

archrelease: copy trunk to community-x86_64

Added:
  gmic/repos/community-x86_64/PKGBUILD
(from rev 399689, gmic/trunk/PKGBUILD)
Deleted:
  gmic/repos/community-x86_64/PKGBUILD

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

Deleted: PKGBUILD
===
--- PKGBUILD2018-10-30 17:31:23 UTC (rev 399689)
+++ PKGBUILD2018-10-30 17:31:46 UTC (rev 399690)
@@ -1,74 +0,0 @@
-# Maintainer: Antonio Rojas 
-# Contributor: Sergej Pupykin 
-# Contributor: Jan "heftig" Steffens 
-# Contributor: farid 
-# Contributor: Archie 
-
-pkgbase=gmic
-pkgname=(gmic zart gimp-plugin-gmic krita-plugin-gmic)
-pkgver=2.4.0
-pkgrel=1
-arch=(x86_64)
-url="http://gmic.eu/;
-license=(custom:CeCILL)
-makedepends=(gimp qt5-base fftw openexr opencv git)
-source=(https://gmic.eu/files/source/gmic_$pkgver.tar.gz)
-sha256sums=('ffc649c960f2dc52cea77039802a8c2b71f997ba300270e08fc2117e238614c3')
-
-prepare() {
-  sed -e 's|/etc/bash_completion.d|/usr/share/bash-completion/completions|g' 
-i gmic-$pkgver/src/Makefile
-# fix overlinking
-  sed -e 's/pkg-config opencv --libs ||//' -e 
's/-lopencv_highgui/-lopencv_videoio/' -i gmic-$pkgver/src/Makefile 
-}
-
-build() {
-  cd gmic-$pkgver
-  make -C src cli lib libc WGET=/bin/true
-
-  cd gmic-qt
-  qmake GMIC_PATH=../src GMIC_DYNAMIC_LINKING=on HOST=none
-  make
-  qmake GMIC_PATH=../src GMIC_DYNAMIC_LINKING=on HOST=gimp
-  make
-  qmake GMIC_PATH=../src GMIC_DYNAMIC_LINKING=on HOST=krita
-  make  
-
-  cd ../zart
-  qmake GMIC_PATH=../src GMIC_DYNAMIC_LINKING=on
-  make
-}
-
-package_gmic() {
-  pkgdesc="GREYC's Magic Image Converter: image processing framework"
-  depends=(opencv fftw curl)
-  optdepends=('qt5-base: for the Qt UI')
-
-  cd gmic-$pkgver/src
-  make DESTDIR="$pkgdir" install
-  install -Dm644 ../COPYING "$pkgdir"/usr/share/licenses/$pkgname/LICENSE
-  rm -r "$pkgdir"/usr/{bin/zart,lib/gimp,bin/gmic_krita_qt}
-}
-
-package_zart() {
-  pkgdesc="A GUI for G'MIC real-time manipulations on the output of a webcam"
-  depends=(gmic qt5-base)
-
-  install -Dm755 gmic-$pkgver/zart/zart -t "$pkgdir"/usr/bin
-  install -Dm644 gmic-$pkgver/zart/Licence_CeCILL_V2-en.html -t 
"$pkgdir"/usr/share/licenses/$pkgname
-}
-
-package_gimp-plugin-gmic() {
-  pkgdesc="Gimp plugin for the G'MIC image processing framework"
-  depends=(gimp gmic qt5-base)
-
-  install -Dm755 gmic-$pkgver/gmic-qt/gmic_gimp_qt 
"$pkgdir"/usr/lib/gimp/2.0/plug-ins/gmic_gimp
-  install -Dm644 gmic-$pkgver/COPYING 
"$pkgdir"/usr/share/licenses/$pkgname/LICENSE
-}
-
-package_krita-plugin-gmic() {
-  pkgdesc="Krita plugin for the G'MIC image processing framework"
-  depends=(krita gmic)
-
-  install -Dm755 gmic-$pkgver/gmic-qt/gmic_krita_qt -t "$pkgdir"/usr/bin/
-  install -Dm644 gmic-$pkgver/COPYING 
"$pkgdir"/usr/share/licenses/$pkgname/LICENSE
-}

Copied: gmic/repos/community-x86_64/PKGBUILD (from rev 399689, 
gmic/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2018-10-30 17:31:46 UTC (rev 399690)
@@ -0,0 +1,74 @@
+# Maintainer: Antonio Rojas 
+# Contributor: Sergej Pupykin 
+# Contributor: Jan "heftig" Steffens 
+# Contributor: farid 
+# Contributor: Archie 
+
+pkgbase=gmic
+pkgname=(gmic zart gimp-plugin-gmic krita-plugin-gmic)
+pkgver=2.4.1
+pkgrel=1
+arch=(x86_64)
+url="http://gmic.eu/;
+license=(custom:CeCILL)
+makedepends=(gimp qt5-base fftw openexr opencv git)
+source=(https://gmic.eu/files/source/gmic_$pkgver.tar.gz)
+sha256sums=('446b465d2ff7314add634115f6bffecd136ad96759eb92f76c03f231f44188d6')
+
+prepare() {
+  sed -e 's|/etc/bash_completion.d|/usr/share/bash-completion/completions|g' 
-i gmic-$pkgver/src/Makefile
+# fix overlinking
+  sed -e 's/pkg-config opencv --libs ||//' -e 
's/-lopencv_highgui/-lopencv_videoio/' -i gmic-$pkgver/src/Makefile 
+}
+
+build() {
+  cd gmic-$pkgver
+  make -C src cli lib libc WGET=/bin/true
+
+  cd gmic-qt
+  qmake GMIC_PATH=../src GMIC_DYNAMIC_LINKING=on HOST=none
+  make
+  qmake GMIC_PATH=../src GMIC_DYNAMIC_LINKING=on HOST=gimp
+  make
+  qmake GMIC_PATH=../src GMIC_DYNAMIC_LINKING=on HOST=krita
+  make  
+
+  cd ../zart
+  qmake GMIC_PATH=../src GMIC_DYNAMIC_LINKING=on
+  make
+}
+
+package_gmic() {
+  pkgdesc="GREYC's Magic Image Converter: image processing framework"
+  depends=(opencv fftw curl)
+  optdepends=('qt5-base: for the Qt UI')
+
+  cd gmic-$pkgver/src
+  make DESTDIR="$pkgdir" install
+  install -Dm644 ../COPYING "$pkgdir"/usr/share/licenses/$pkgname/LICENSE
+  rm -r "$pkgdir"/usr/{bin/zart,lib/gimp,bin/gmic_krita_qt}
+}
+
+package_zart() {
+  pkgdesc="A GUI for G'MIC real-time manipulations on the output of a webcam"
+  depends=(gmic qt5-base)
+
+  install -Dm755 gmic-$pkgver/zart/zart -t "$pkgdir"/usr/bin
+  install 

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

2018-10-30 Thread Antonio Rojas via arch-commits
Date: Tuesday, October 30, 2018 @ 17:31:23
  Author: arojas
Revision: 399689

Update to 2.4.1

Modified:
  gmic/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2018-10-30 16:39:11 UTC (rev 399688)
+++ PKGBUILD2018-10-30 17:31:23 UTC (rev 399689)
@@ -6,7 +6,7 @@
 
 pkgbase=gmic
 pkgname=(gmic zart gimp-plugin-gmic krita-plugin-gmic)
-pkgver=2.4.0
+pkgver=2.4.1
 pkgrel=1
 arch=(x86_64)
 url="http://gmic.eu/;
@@ -13,7 +13,7 @@
 license=(custom:CeCILL)
 makedepends=(gimp qt5-base fftw openexr opencv git)
 source=(https://gmic.eu/files/source/gmic_$pkgver.tar.gz)
-sha256sums=('ffc649c960f2dc52cea77039802a8c2b71f997ba300270e08fc2117e238614c3')
+sha256sums=('446b465d2ff7314add634115f6bffecd136ad96759eb92f76c03f231f44188d6')
 
 prepare() {
   sed -e 's|/etc/bash_completion.d|/usr/share/bash-completion/completions|g' 
-i gmic-$pkgver/src/Makefile


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

2018-10-30 Thread Gaëtan Bisson via arch-commits
Date: Tuesday, October 30, 2018 @ 17:01:36
  Author: bisson
Revision: 337585

archrelease: copy trunk to extra-x86_64

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

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

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

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

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

2018-10-30 Thread Gaëtan Bisson via arch-commits
Date: Tuesday, October 30, 2018 @ 17:00:50
  Author: bisson
Revision: 337584

upstream update

Modified:
  mpd/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2018-10-30 16:36:43 UTC (rev 337583)
+++ PKGBUILD2018-10-30 17:00:50 UTC (rev 337584)
@@ -5,7 +5,7 @@
 # Contributor: Ben 
 
 pkgname=mpd
-pkgver=0.20.22
+pkgver=0.20.23
 pkgrel=1
 pkgdesc='Flexible, powerful, server-side application for playing music'
 url='https://www.musicpd.org/'
@@ -22,7 +22,7 @@
 'tmpfiles.d'
 'sysusers.d'
 'conf')
-sha256sums=('78f4c4e2b5b5b4c542037f970c9253486b24e4a52e122d5859cd615b3b9a7cdd'
+sha256sums=('503e5f9f237290f568ff7956ab2f9aed563594bf749f19b8fe994fb21434afea'
 'SKIP'
 '2faa85c12449a5b3ca422ff1c1fa06d057c7e262a74bfa6298c914a92d6f2e7a'
 '0b74c6e5db08daab3091dc15a6b0c75210ba2f9e98fa074f6cfd605a461056b6'


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

2018-10-30 Thread Felix Yan via arch-commits
Date: Tuesday, October 30, 2018 @ 16:39:11
  Author: felixonmars
Revision: 399688

archrelease: copy trunk to community-any

Added:
  typescript/repos/community-any/PKGBUILD
(from rev 399687, typescript/trunk/PKGBUILD)
Deleted:
  typescript/repos/community-any/PKGBUILD

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

Deleted: PKGBUILD
===
--- PKGBUILD2018-10-30 16:38:52 UTC (rev 399687)
+++ PKGBUILD2018-10-30 16:39:11 UTC (rev 399688)
@@ -1,21 +0,0 @@
-# Maintainer: Felix Yan 
-# Contributor: Bruno Galeotti 
-
-pkgname=typescript
-pkgver=3.1.3
-pkgrel=1
-pkgdesc="TypeScript is a language for application scale JavaScript development"
-arch=('any')
-url="http://typescriptlang.org/;
-license=('Apache')
-depends=('nodejs')
-makedepends=('npm')
-source=(https://registry.npmjs.org/$pkgname/-/$pkgname-$pkgver.tgz)
-noextract=($pkgname-$pkgver.tgz)
-sha512sums=('fbcd4c512c97f81692a3ebb645ba33b9093f516c7a85f1b46b9807bb800d10ce2c53de976ee232001fab5815b5bbbd1ce9ae50b997ee6080a7decd948ee1d4a4')
-
-package() {
-  npm install -g --user root --prefix "$pkgdir"/usr 
"$srcdir"/$pkgname-$pkgver.tgz
-}
-
-# vim:set ts=2 sw=2 et:

Copied: typescript/repos/community-any/PKGBUILD (from rev 399687, 
typescript/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2018-10-30 16:39:11 UTC (rev 399688)
@@ -0,0 +1,21 @@
+# Maintainer: Felix Yan 
+# Contributor: Bruno Galeotti 
+
+pkgname=typescript
+pkgver=3.1.4
+pkgrel=1
+pkgdesc="TypeScript is a language for application scale JavaScript development"
+arch=('any')
+url="http://typescriptlang.org/;
+license=('Apache')
+depends=('nodejs')
+makedepends=('npm')
+source=(https://registry.npmjs.org/$pkgname/-/$pkgname-$pkgver.tgz)
+noextract=($pkgname-$pkgver.tgz)
+sha512sums=('2591c9b40e992f5e7e4370ea91b87c882526bf10f7889eee8d74be7d590a9f021501d1dce412530cd334693ae7af696e2ae9458d4ed6f924610d9be2eba46eed')
+
+package() {
+  npm install -g --user root --prefix "$pkgdir"/usr 
"$srcdir"/$pkgname-$pkgver.tgz
+}
+
+# vim:set ts=2 sw=2 et:


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

2018-10-30 Thread Felix Yan via arch-commits
Date: Tuesday, October 30, 2018 @ 16:38:52
  Author: felixonmars
Revision: 399687

upgpkg: typescript 3.1.4-1

Modified:
  typescript/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2018-10-30 16:31:26 UTC (rev 399686)
+++ PKGBUILD2018-10-30 16:38:52 UTC (rev 399687)
@@ -2,7 +2,7 @@
 # Contributor: Bruno Galeotti 
 
 pkgname=typescript
-pkgver=3.1.3
+pkgver=3.1.4
 pkgrel=1
 pkgdesc="TypeScript is a language for application scale JavaScript development"
 arch=('any')
@@ -12,7 +12,7 @@
 makedepends=('npm')
 source=(https://registry.npmjs.org/$pkgname/-/$pkgname-$pkgver.tgz)
 noextract=($pkgname-$pkgver.tgz)
-sha512sums=('fbcd4c512c97f81692a3ebb645ba33b9093f516c7a85f1b46b9807bb800d10ce2c53de976ee232001fab5815b5bbbd1ce9ae50b997ee6080a7decd948ee1d4a4')
+sha512sums=('2591c9b40e992f5e7e4370ea91b87c882526bf10f7889eee8d74be7d590a9f021501d1dce412530cd334693ae7af696e2ae9458d4ed6f924610d9be2eba46eed')
 
 package() {
   npm install -g --user root --prefix "$pkgdir"/usr 
"$srcdir"/$pkgname-$pkgver.tgz


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

2018-10-30 Thread Jan Steffens via arch-commits
Date: Tuesday, October 30, 2018 @ 16:36:21
  Author: heftig
Revision: 337582

2.10.1-1

Modified:
  libsigc++/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2018-10-30 14:46:38 UTC (rev 337581)
+++ PKGBUILD2018-10-30 16:36:21 UTC (rev 337582)
@@ -3,7 +3,7 @@
 
 pkgbase=libsigc++
 pkgname=('libsigc++' 'libsigc++-docs')
-pkgver=2.10.0+31+g83f1e2f
+pkgver=2.10.1
 pkgrel=1
 arch=('x86_64')
 license=('LGPL')
@@ -10,7 +10,7 @@
 url="http://libsigc.sourceforge.net/;
 makedepends=('gcc-libs' 'git' 'mm-common' 'doxygen' 'libxslt' 'graphviz')
 options=('!emptydirs')
-_commit=83f1e2fe7855f85af570b9653903d2c426d67e72
+_commit=df5857af447d473d5c843c4383fa8b7982c6242a  # tags/2.10.1^0
 
source=("git+https://github.com/libsigcplusplus/libsigcplusplus#commit=$_commit;)
 sha256sums=('SKIP')
 
@@ -30,6 +30,11 @@
   make
 }
 
+check() {
+  cd libsigcplusplus
+  make check
+}
+
 package_libsigc++ () {
   pkgdesc="Libsigc++ implements a full callback system for use in widget 
libraries - V2"
   depends=('gcc-libs')


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

2018-10-30 Thread Jan Steffens via arch-commits
Date: Tuesday, October 30, 2018 @ 16:36:43
  Author: heftig
Revision: 337583

archrelease: copy trunk to extra-x86_64

Added:
  libsigc++/repos/extra-x86_64/PKGBUILD
(from rev 337582, libsigc++/trunk/PKGBUILD)
Deleted:
  libsigc++/repos/extra-x86_64/PKGBUILD

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

Deleted: PKGBUILD
===
--- PKGBUILD2018-10-30 16:36:21 UTC (rev 337582)
+++ PKGBUILD2018-10-30 16:36:43 UTC (rev 337583)
@@ -1,54 +0,0 @@
-# $Id$
-# Maintainer: Jan de Groot 
-# Contributor: Tom Newsom 
-
-pkgbase=libsigc++
-pkgname=('libsigc++' 'libsigc++-docs')
-pkgver=2.10.0
-pkgrel=1
-arch=('i686' 'x86_64')
-license=('LGPL')
-url="http://libsigc.sourceforge.net/;
-makedepends=('gcc-libs' 'git' 'mm-common' 'doxygen' 'libxslt' 'graphviz')
-options=('!emptydirs')
-_commit=83f1e2fe7855f85af570b9653903d2c426d67e72
-source=("git://git.gnome.org/libsigcplusplus#commit=$_commit")
-sha256sums=('SKIP')
-
-pkgver() {
-  cd libsigcplusplus
-  git describe --tags | sed 's/-/+/g'
-}
-
-prepare() {
-  cd libsigcplusplus
-  NOCONFIGURE=1 ./autogen.sh
-}
-
-build() {
-  cd libsigcplusplus
-  ./configure --prefix=/usr
-  make
-}
-
-package_libsigc++ () {
-  pkgdesc="Libsigc++ implements a full callback system for use in widget 
libraries - V2"
-  depends=('gcc-libs')
-  provides=("libsigc++2.0=${pkgver}")
-  replaces=('libsigc++2.0')
-  conflicts=('libsigc++2.0')
-
-  cd libsigcplusplus
-  sed -i -e 's/^doc_subdirs/#doc_subdirs/' Makefile
-  make DESTDIR="${pkgdir}" install
-}
-
-package_libsigc++-docs() {
-  pkgdesc="Developer documentation for libsigc++"
-  provides=("libsigc++2.0-docs=${pkgver}")
-  replaces=('libsigc++2.0-docs')
-  conflicts=('libsigc++2.0-docs')
-
-  cd libsigcplusplus/docs
-  make DESTDIR="${pkgdir}" install
-}

Copied: libsigc++/repos/extra-x86_64/PKGBUILD (from rev 337582, 
libsigc++/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2018-10-30 16:36:43 UTC (rev 337583)
@@ -0,0 +1,58 @@
+# Maintainer: Jan de Groot 
+# Contributor: Tom Newsom 
+
+pkgbase=libsigc++
+pkgname=('libsigc++' 'libsigc++-docs')
+pkgver=2.10.1
+pkgrel=1
+arch=('x86_64')
+license=('LGPL')
+url="http://libsigc.sourceforge.net/;
+makedepends=('gcc-libs' 'git' 'mm-common' 'doxygen' 'libxslt' 'graphviz')
+options=('!emptydirs')
+_commit=df5857af447d473d5c843c4383fa8b7982c6242a  # tags/2.10.1^0
+source=("git+https://github.com/libsigcplusplus/libsigcplusplus#commit=$_commit;)
+sha256sums=('SKIP')
+
+pkgver() {
+  cd libsigcplusplus
+  git describe --tags | sed 's/-/+/g'
+}
+
+prepare() {
+  cd libsigcplusplus
+  NOCONFIGURE=1 ./autogen.sh
+}
+
+build() {
+  cd libsigcplusplus
+  ./configure --prefix=/usr
+  make
+}
+
+check() {
+  cd libsigcplusplus
+  make check
+}
+
+package_libsigc++ () {
+  pkgdesc="Libsigc++ implements a full callback system for use in widget 
libraries - V2"
+  depends=('gcc-libs')
+  provides=("libsigc++2.0=${pkgver}")
+  replaces=('libsigc++2.0')
+  conflicts=('libsigc++2.0')
+
+  cd libsigcplusplus
+  sed -i -e 's/^doc_subdirs/#doc_subdirs/' Makefile
+  make DESTDIR="${pkgdir}" install
+}
+
+package_libsigc++-docs() {
+  pkgdesc="Developer documentation for libsigc++"
+  provides=("libsigc++2.0-docs=${pkgver}")
+  replaces=('libsigc++2.0-docs')
+  conflicts=('libsigc++2.0-docs')
+
+  cd libsigcplusplus/docs
+  make DESTDIR="${pkgdir}" install
+}


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

2018-10-30 Thread Alexander Rødseth via arch-commits
Date: Tuesday, October 30, 2018 @ 16:31:26
  Author: arodseth
Revision: 399686

archrelease: copy trunk to community-x86_64

Added:
  compton/repos/community-x86_64/PKGBUILD
(from rev 399685, compton/trunk/PKGBUILD)
  compton/repos/community-x86_64/compton.conf
(from rev 399685, compton/trunk/compton.conf)
Deleted:
  compton/repos/community-x86_64/PKGBUILD
  compton/repos/community-x86_64/compton.conf

--+
 PKGBUILD |  119 +++---
 compton.conf |  468 -
 2 files changed, 295 insertions(+), 292 deletions(-)

Deleted: PKGBUILD
===
--- PKGBUILD2018-10-30 16:31:16 UTC (rev 399685)
+++ PKGBUILD2018-10-30 16:31:26 UTC (rev 399686)
@@ -1,58 +0,0 @@
-# Maintainer: Alexander F. Rødseth 
-# Contributor: WorMzy Tykashi 
-# Contributor: OK100 
-# Contributor: Valère Monseur 
-
-pkgname=compton
-pkgver=3.0
-pkgrel=1
-pkgdesc='X compositor that may fix tearing issues'
-arch=('x86_64')
-url='https://github.com/yshui/compton'
-license=('MIT')
-makedepends=('asciidoc' 'git' 'mesa' 'meson' 'ninja' 'setconf')
-depends=('hicolor-icon-theme' 'libconfig' 'libdbus' 'libev' 'libgl' 'pcre'
- 'pixman' 'xcb-util-image' 'xcb-util-renderutil')
-backup=('etc/xdg/compton.conf')
-optdepends=('dbus:  For controlling compton via D-Bus'
-'xorg-xwininfo: For compton-trans'
-'xorg-xprop:For compton-trans')
-source=("git+https://github.com/yshui/compton#tag=v${pkgver%.0};
-'compton.conf')
-sha256sums=('SKIP'
-'a150f61780f316516551ec72c8d3f7170bcb50f93fa5ad605deaeb809ded5ffe')
-
-prepare() {
-  cd $pkgname
-
-  setconf $pkgname.desktop Exec 'compton'
-  setconf $pkgname.desktop Comment 'Compositor for X11'
-  setconf $pkgname.desktop TryExec '/usr/bin/compton'
-}
-
-build() {
-  cd $pkgname
-
-  mkdir -p ../build
-  arch-meson ../build \
--D distributor_name='Arch Linux'
-  ninja -v -C ../build
-}
-
-check() {
-  cd $pkgname
-
-  ninja -C ../build test
-}
-
-package() {
-  DESTDIR="$pkgdir" ninja -C build install
-  install -Dm644 compton.conf "$pkgdir/etc/xdg/compton.conf"
-
-  cd $pkgname
-  install -Dm644 compton.sample.conf "$pkgdir/etc/xdg/compton.conf.example"
-  install -Dm644 LICENSES/MIT "$pkgdir/usr/share/licenses/$pkgname/MIT"
-  install -Dm644 LICENSES/MPL-2.0 "$pkgdir/usr/share/licenses/$pkgname/MPL-2.0"
-}
-
-# vim: ts=2 sw=2 et

Copied: compton/repos/community-x86_64/PKGBUILD (from rev 399685, 
compton/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2018-10-30 16:31:26 UTC (rev 399686)
@@ -0,0 +1,61 @@
+# Maintainer: Alexander F. Rødseth 
+# Contributor: WorMzy Tykashi 
+# Contributor: OK100 
+# Contributor: Valère Monseur 
+
+pkgname=compton
+pkgver=3.0
+pkgrel=2
+pkgdesc='X compositor that may fix tearing issues'
+arch=('x86_64')
+url='https://github.com/yshui/compton'
+license=('MIT')
+makedepends=('asciidoc' 'git' 'mesa' 'meson' 'ninja' 'setconf')
+depends=('hicolor-icon-theme' 'libconfig' 'libdbus' 'libev' 'libgl' 'pcre'
+ 'pixman' 'xcb-util-image' 'xcb-util-renderutil')
+backup=('etc/xdg/compton.conf')
+optdepends=('dbus:  For controlling compton via D-Bus'
+'xorg-xwininfo: For compton-trans'
+'xorg-xprop:For compton-trans')
+# Using the latest commit from the "next" branch until the next release of 
compton.
+# See FS#60647
+#source=("git+https://github.com/yshui/compton#tag=v${pkgver%.0};
+source=('git+https://github.com/yshui/compton#commit=c0d7f9d915cb621d162efc03cf76388c0a16c2e4'
+'compton.conf')
+sha256sums=('SKIP'
+'a150f61780f316516551ec72c8d3f7170bcb50f93fa5ad605deaeb809ded5ffe')
+
+prepare() {
+  cd $pkgname
+
+  setconf $pkgname.desktop Exec 'compton'
+  setconf $pkgname.desktop Comment 'Compositor for X11'
+  setconf $pkgname.desktop TryExec '/usr/bin/compton'
+}
+
+build() {
+  cd $pkgname
+
+  mkdir -p ../build
+  arch-meson ../build \
+-D distributor_name='Arch Linux'
+  ninja -v -C ../build
+}
+
+check() {
+  cd $pkgname
+
+  ninja -C ../build test
+}
+
+package() {
+  DESTDIR="$pkgdir" ninja -C build install
+  install -Dm644 compton.conf "$pkgdir/etc/xdg/compton.conf"
+
+  cd $pkgname
+  install -Dm644 compton.sample.conf "$pkgdir/etc/xdg/compton.conf.example"
+  install -Dm644 LICENSES/MIT "$pkgdir/usr/share/licenses/$pkgname/MIT"
+  install -Dm644 LICENSES/MPL-2.0 "$pkgdir/usr/share/licenses/$pkgname/MPL-2.0"
+}
+
+# vim: ts=2 sw=2 et

Deleted: compton.conf
===
--- compton.conf2018-10-30 16:31:16 UTC (rev 399685)
+++ compton.conf2018-10-30 16:31:26 UTC (rev 399686)
@@ -1,234 +0,0 @@
-# Thank you code_nomad: http://9m.no/ꪯ鵞
-
-#
-#
-# Backend
-#
-#
-
-# Backend to use: 

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

2018-10-30 Thread Alexander Rødseth via arch-commits
Date: Tuesday, October 30, 2018 @ 16:31:16
  Author: arodseth
Revision: 399685

upgpkg: compton 3.0-2

Modified:
  compton/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2018-10-30 15:35:13 UTC (rev 399684)
+++ PKGBUILD2018-10-30 16:31:16 UTC (rev 399685)
@@ -5,7 +5,7 @@
 
 pkgname=compton
 pkgver=3.0
-pkgrel=1
+pkgrel=2
 pkgdesc='X compositor that may fix tearing issues'
 arch=('x86_64')
 url='https://github.com/yshui/compton'
@@ -17,7 +17,10 @@
 optdepends=('dbus:  For controlling compton via D-Bus'
 'xorg-xwininfo: For compton-trans'
 'xorg-xprop:For compton-trans')
-source=("git+https://github.com/yshui/compton#tag=v${pkgver%.0};
+# Using the latest commit from the "next" branch until the next release of 
compton.
+# See FS#60647
+#source=("git+https://github.com/yshui/compton#tag=v${pkgver%.0};
+source=('git+https://github.com/yshui/compton#commit=c0d7f9d915cb621d162efc03cf76388c0a16c2e4'
 'compton.conf')
 sha256sums=('SKIP'
 'a150f61780f316516551ec72c8d3f7170bcb50f93fa5ad605deaeb809ded5ffe')


[arch-commits] Commit in riot/repos/community-any (6 files)

2018-10-30 Thread Bruno Pagani via arch-commits
Date: Tuesday, October 30, 2018 @ 15:35:13
  Author: archange
Revision: 399684

archrelease: copy trunk to community-any

Added:
  riot/repos/community-any/PKGBUILD
(from rev 399683, riot/trunk/PKGBUILD)
  riot/repos/community-any/riot-desktop.sh
(from rev 399683, riot/trunk/riot-desktop.sh)
  riot/repos/community-any/riot.desktop
(from rev 399683, riot/trunk/riot.desktop)
Deleted:
  riot/repos/community-any/PKGBUILD
  riot/repos/community-any/riot-desktop.sh
  riot/repos/community-any/riot.desktop

-+
 PKGBUILD|  154 +++---
 riot-desktop.sh |6 +-
 riot.desktop|   18 +++---
 3 files changed, 89 insertions(+), 89 deletions(-)

Deleted: PKGBUILD
===
--- PKGBUILD2018-10-30 15:34:49 UTC (rev 399683)
+++ PKGBUILD2018-10-30 15:35:13 UTC (rev 399684)
@@ -1,77 +0,0 @@
-# Maintainer: Bruno Pagani (a.k.a. ArchangeGabriel) 
-# Contributor: Luca Weiss 
-
-pkgbase=riot
-pkgname=('riot-desktop' 'riot-web')
-pkgver=0.17.2
-pkgrel=1
-pkgdesc="A glossy Matrix collaboration client, web and desktop versions."
-arch=('any')
-url="https://riot.im;
-_url="https://github.com/vector-im/riot-web;
-license=('Apache')
-makedepends=('npm' 'git')
-source=(${pkgbase}-${pkgver}.tar.gz::"${_url}/archive/v${pkgver}.tar.gz"
-
${pkgbase}-${pkgver}.tar.gz.asc::"${_url}/releases/download/v${pkgver}/v${pkgver}-src.tar.gz.asc"
-"${pkgbase}.desktop"
-"${pkgbase}-desktop.sh")
-sha256sums=('d043182827dd67b6f68df04c9751aefac8eb24ca5a0d670c5178fdca0fd2d8c0'
-'SKIP'
-'043fbaa29be96f52541143e1684fd7ba33585edb215c06d1ed4e59ddc48a9fa7'
-'94807ecb4210b09672d39f39b5be6f4e8fbd58e9d674c3b7ca795a6dd9c14ff7')
-validpgpkeys=('6FEB6F83D48B93547E7DFEDEE019645248E8F4A1') # riot.im (Package 
Signing key) 
-
-prepare() {
-  cd ${pkgbase}-web-${pkgver}
-  sed -i 's@https://riot.im/download/desktop/update/@null@g' 
electron_app/riot.im/config.json
-}
-
-build() {
-  cd ${pkgbase}-web-${pkgver}
-  npm install --cache ../npm-cache
-  npm run build --cache ../npm-cache
-}
-
-package_riot-web() {
-  pkgdesc="A glossy Matrix collaboration client for the web."
-  provides=('vector-web')  # @vith
-  replaces=('vector-web')  # @vith
-  cd ${pkgbase}-web-${pkgver}
-
-  install -d "${pkgdir}"/{usr/share/webapps,etc/webapps}/${pkgbase}
-
-  cp -r webapp/* "${pkgdir}"/usr/share/webapps/${pkgbase}/
-  install -Dm644 config.sample.json -t "${pkgdir}"/etc/webapps/${pkgbase}/
-  ln -s /etc/webapps/${pkgbase}/config.json 
"${pkgdir}"/usr/share/webapps/${pkgbase}/
-  echo "${pkgver}" > "${pkgdir}"/usr/share/webapps/${pkgbase}/version
-}
-
-package_riot-desktop() {
-  pkgdesc="A glossy Matrix collaboration client for the desktop."
-  depends=('riot-web' 'electron')
-  backup=("etc/${pkgbase}/config.json")
-  cd ${pkgbase}-web-${pkgver}
-
-  cd electron_app
-  npm install --cache "${srcdir}"/npm-cache
-  cd ..
-
-  install -d 
"${pkgdir}"{/usr/lib/${pkgbase}/electron_app,/etc/webapps/${pkgbase}}
-
-  ln -s /usr/share/webapps/${pkgbase} "${pkgdir}"/usr/lib/${pkgbase}/webapp
-  ln -s /etc/${pkgbase}/config.json 
"${pkgdir}"/etc/webapps/${pkgbase}/config.json
-
-  install -Dm644 package.json -t "${pkgdir}"/usr/lib/${pkgbase}
-  cp -r electron_app/src "${pkgdir}"/usr/lib/${pkgbase}/electron_app/
-  cp -r electron_app/node_modules "${pkgdir}"/usr/lib/${pkgbase}/electron_app/
-  install -Dm644 electron_app/img/riot.png -t 
"${pkgdir}"/usr/lib/${pkgbase}/electron_app/img
-  install -Dm644 electron_app/riot.im/config.json -t "${pkgdir}"/etc/${pkgbase}
-
-  install -Dm644 "${srcdir}"/${pkgbase}.desktop 
"${pkgdir}"/usr/share/applications/${pkgbase}.desktop
-  install -Dm755 "${srcdir}"/${pkgname}.sh "${pkgdir}"/usr/bin/${pkgname}
-
-  install -Dm644 res/themes/riot/img/logos/${pkgbase}-logo.svg 
"${pkgdir}"/usr/share/icons/hicolor/scalable/apps/${pkgbase}.svg
-  for i in 16 24 48 64 96 128 256 512; do
-install -Dm644 electron_app/build/icons/${i}x${i}.png 
"${pkgdir}"/usr/share/icons/hicolor/${i}x${i}/apps/${pkgbase}.png
-  done
-}

Copied: riot/repos/community-any/PKGBUILD (from rev 399683, riot/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2018-10-30 15:35:13 UTC (rev 399684)
@@ -0,0 +1,77 @@
+# Maintainer: Bruno Pagani (a.k.a. ArchangeGabriel) 
+# Contributor: Luca Weiss 
+
+pkgbase=riot
+pkgname=('riot-desktop' 'riot-web')
+pkgver=0.17.3
+pkgrel=1
+pkgdesc="A glossy Matrix collaboration client, web and desktop versions."
+arch=('any')
+url="https://riot.im;
+_url="https://github.com/vector-im/riot-web;
+license=('Apache')
+makedepends=('npm' 'git')
+source=(${pkgbase}-${pkgver}.tar.gz::"${_url}/archive/v${pkgver}.tar.gz"
+
${pkgbase}-${pkgver}.tar.gz.asc::"${_url}/releases/download/v${pkgver}/v${pkgver}-src.tar.gz.asc"
+"${pkgbase}.desktop"
+  

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

2018-10-30 Thread Bruno Pagani via arch-commits
Date: Tuesday, October 30, 2018 @ 15:34:49
  Author: archange
Revision: 399683

upgpkg: riot 0.17.3-1

Modified:
  riot/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2018-10-30 15:28:33 UTC (rev 399682)
+++ PKGBUILD2018-10-30 15:34:49 UTC (rev 399683)
@@ -3,7 +3,7 @@
 
 pkgbase=riot
 pkgname=('riot-desktop' 'riot-web')
-pkgver=0.17.2
+pkgver=0.17.3
 pkgrel=1
 pkgdesc="A glossy Matrix collaboration client, web and desktop versions."
 arch=('any')
@@ -15,7 +15,7 @@
 
${pkgbase}-${pkgver}.tar.gz.asc::"${_url}/releases/download/v${pkgver}/v${pkgver}-src.tar.gz.asc"
 "${pkgbase}.desktop"
 "${pkgbase}-desktop.sh")
-sha256sums=('d043182827dd67b6f68df04c9751aefac8eb24ca5a0d670c5178fdca0fd2d8c0'
+sha256sums=('04ddf0ef2422ebb7668ff6fd8b0bbbc98979f30c9dd16ec5d0975b46795014cb'
 'SKIP'
 '043fbaa29be96f52541143e1684fd7ba33585edb215c06d1ed4e59ddc48a9fa7'
 '94807ecb4210b09672d39f39b5be6f4e8fbd58e9d674c3b7ca795a6dd9c14ff7')


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

2018-10-30 Thread Felix Yan via arch-commits
Date: Tuesday, October 30, 2018 @ 15:26:41
  Author: felixonmars
Revision: 399645

archrelease: copy trunk to community-staging-x86_64

Added:
  xmobar/repos/community-staging-x86_64/
  xmobar/repos/community-staging-x86_64/PKGBUILD
(from rev 399644, xmobar/trunk/PKGBUILD)

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

Copied: xmobar/repos/community-staging-x86_64/PKGBUILD (from rev 399644, 
xmobar/trunk/PKGBUILD)
===
--- community-staging-x86_64/PKGBUILD   (rev 0)
+++ community-staging-x86_64/PKGBUILD   2018-10-30 15:26:41 UTC (rev 399645)
@@ -0,0 +1,45 @@
+# Maintainer: Levente Polyak 
+# Maintainer: Jelle van der Waa 
+# Contributer: Sergej Pupykin 
+# Contributor: Arch Haskell Team 
+
+pkgname=xmobar
+pkgver=0.27
+pkgrel=46
+pkgdesc='Minimalistic Text Based Status Bar'
+url='https://hackage.haskell.org/package/xmobar'
+license=('custom:BSD3')
+arch=('x86_64')
+depends=('libxft' 'libxinerama' 'libxrandr' 'libxpm' 'ghc-libs' 'haskell-x11'
+ 'haskell-x11-xft' 'haskell-utf8-string' 'haskell-network-uri'
+ 'haskell-hinotify' 'haskell-stm' 'haskell-parsec' 
'haskell-parsec-numbers'
+ 'haskell-mtl' 'haskell-regex-base' 'haskell-regex-compat'
+ 'haskell-http' 'haskell-dbus' 'haskell-libmpd' 'haskell-iwlib'
+ 'wireless_tools' 'haskell-text')
+makedepends=('ghc')
+source=(${pkgname}-${pkgver}.tar.gz::https://github.com/jaor/xmobar/archive/${pkgver}.tar.gz)
+sha512sums=('ad235a81dd59a972646c189500b665c9c18d3ca644c9fa4bc18f6f1004e1e6914b6b5f3e83db439b946efd622bbf4d0894eb84fcf521255916f095632d8249da')
+
+prepare() {
+  cd xmobar-$pkgver
+  sed -i -e 's/==.*0.3/== 0.4/' -e 's/< *4.12/<5/' -e 's/< *2.5/<3/' 
xmobar.cabal
+}
+
+build() {
+  cd xmobar-${pkgver}
+  runhaskell setup configure -O \
+--enable-shared \
+--prefix=/usr \
+--enable-executable-dynamic \
+--disable-library-vanilla \
+--flags="with_utf8 with_xft with_iwlib with_xpm with_inotify with_mpd 
with_dbus with_mpris"
+  runhaskell setup build
+}
+
+package() {
+  cd xmobar-${pkgver}
+  runhaskell setup copy --destdir="${pkgdir}"
+  install -Dm 644 license "${pkgdir}/usr/share/licenses/${pkgname}/LICENSE"
+}
+
+# vim: ts=2 sw=2 et:


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

2018-10-30 Thread Felix Yan via arch-commits
Date: Tuesday, October 30, 2018 @ 15:26:25
  Author: felixonmars
Revision: 399644

upgpkg: xmobar 0.27-46

rebuild with http2 1.6.4

Modified:
  xmobar/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2018-10-30 15:24:42 UTC (rev 399643)
+++ PKGBUILD2018-10-30 15:26:25 UTC (rev 399644)
@@ -5,7 +5,7 @@
 
 pkgname=xmobar
 pkgver=0.27
-pkgrel=45
+pkgrel=46
 pkgdesc='Minimalistic Text Based Status Bar'
 url='https://hackage.haskell.org/package/xmobar'
 license=('custom:BSD3')


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

2018-10-30 Thread Felix Yan via arch-commits
Date: Tuesday, October 30, 2018 @ 15:24:42
  Author: felixonmars
Revision: 399643

archrelease: copy trunk to community-staging-x86_64

Added:
  tamarin-prover/repos/community-staging-x86_64/
  tamarin-prover/repos/community-staging-x86_64/PKGBUILD
(from rev 399642, tamarin-prover/trunk/PKGBUILD)

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

Copied: tamarin-prover/repos/community-staging-x86_64/PKGBUILD (from rev 
399642, tamarin-prover/trunk/PKGBUILD)
===
--- community-staging-x86_64/PKGBUILD   (rev 0)
+++ community-staging-x86_64/PKGBUILD   2018-10-30 15:24:42 UTC (rev 399643)
@@ -0,0 +1,51 @@
+# Maintainer: Felix Yan 
+# Contributor: Arch Haskell Team 
+
+pkgname=tamarin-prover
+pkgver=1.4.0
+pkgrel=133
+pkgdesc="The Tamarin prover for security protocol analysis"
+url="http://tamarin-prover.github.io;
+license=("GPL")
+arch=('x86_64')
+depends=('ghc-libs' 'graphviz' 'maude' 'haskell-hunit' 'haskell-binary-orphans'
+ 'haskell-blaze-builder' 'haskell-blaze-html' 'haskell-cmdargs' 
'haskell-conduit'
+ 'haskell-fclabels' 'haskell-file-embed' 'haskell-gitrev' 
'haskell-http-types'
+ 'haskell-lifted-base' 'haskell-monad-unlift'
+ 'haskell-resourcet' 'haskell-safe' 'haskell-shakespeare' 
'haskell-threads'
+ 'haskell-wai' 'haskell-warp' 'haskell-yesod-core' 
'haskell-yesod-static'
+ 'haskell-tamarin-prover-utils' 'haskell-tamarin-prover-term'
+ 'haskell-tamarin-prover-theory')
+optdepends=('ocaml: for sapic support')
+makedepends=('ghc' 'ocaml')
+source=("tamarin-prover-$pkgver.tar.gz::https://github.com/tamarin-prover/tamarin-prover/archive/$pkgver.tar.gz;)
+sha512sums=('7c1afe6a53b596c2ce01e9ad7a7f464af1f4efbc5f8edc13d5ec8bc32ce4e91ddde91dff6ab8e01cf3cf30a37a3a18953d937debc36c9df664f718d968e2ae74')
+
+prepare() {
+cd "${srcdir}/${pkgname}-${pkgver}"
+sed -i '/cp sapic/d' plugins/sapic/Makefile
+}
+
+build() {
+cd "${srcdir}/${pkgname}-${pkgver}"
+
+runhaskell Setup configure -O --enable-executable-dynamic --prefix=/usr \
+--docdir="/usr/share/doc/${pkgname}" --datasubdir="$pkgname" \
+-fthreaded -ftest-coverage -f-build-tests
+runhaskell Setup build
+
+cd plugins/sapic
+make -j1
+}
+
+package() {
+cd "${srcdir}/${pkgname}-${pkgver}"
+runhaskell Setup copy --destdir="${pkgdir}"
+
+install -Dm644 etc/filetype.vim 
"$pkgdir"/usr/share/vim/vimfiles/filetype.vim
+install -Dm644 etc/spthy.vim 
"$pkgdir"/usr/share/vim/vimfiles/syntax/spthy.vim
+install -Dm644 etc/sapic.vim 
"$pkgdir"/usr/share/vim/vimfiles/syntax/sapic.vim
+
+cd plugins/sapic
+install -Dm755 sapic "$pkgdir"/usr/bin/sapic
+}


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

2018-10-30 Thread Felix Yan via arch-commits
Date: Tuesday, October 30, 2018 @ 15:24:26
  Author: felixonmars
Revision: 399642

upgpkg: tamarin-prover 1.4.0-133

rebuild with http2 1.6.4

Modified:
  tamarin-prover/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2018-10-30 15:22:45 UTC (rev 399641)
+++ PKGBUILD2018-10-30 15:24:26 UTC (rev 399642)
@@ -3,7 +3,7 @@
 
 pkgname=tamarin-prover
 pkgver=1.4.0
-pkgrel=132
+pkgrel=133
 pkgdesc="The Tamarin prover for security protocol analysis"
 url="http://tamarin-prover.github.io;
 license=("GPL")


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

2018-10-30 Thread Felix Yan via arch-commits
Date: Tuesday, October 30, 2018 @ 15:22:45
  Author: felixonmars
Revision: 399641

archrelease: copy trunk to community-staging-x86_64

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

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

Copied: stack/repos/community-staging-x86_64/PKGBUILD (from rev 399640, 
stack/trunk/PKGBUILD)
===
--- community-staging-x86_64/PKGBUILD   (rev 0)
+++ community-staging-x86_64/PKGBUILD   2018-10-30 15:22:45 UTC (rev 399641)
@@ -0,0 +1,75 @@
+# Maintainer: Felix Yan 
+# Contributor: Arch Haskell Team 
+
+pkgname=stack
+pkgver=1.9.1
+pkgrel=8
+pkgdesc="The Haskell Tool Stack"
+url="https://github.com/commercialhaskell/stack;
+license=("custom:BSD3")
+arch=('x86_64')
+depends=('ghc-libs' 'haskell-aeson' 'haskell-annotated-wl-pprint' 
'haskell-ansi-terminal'
+ 'haskell-async' 'haskell-attoparsec' 'haskell-base64-bytestring' 
'haskell-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 399640, 
stack/trunk/stack.install)
===
--- community-staging-x86_64/stack.install  (rev 0)
+++ community-staging-x86_64/stack.install  2018-10-30 15:22:45 UTC (rev 
399641)
@@ -0,0 +1,4 @@
+post_install() 

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

2018-10-30 Thread Felix Yan via arch-commits
Date: Tuesday, October 30, 2018 @ 15:22:29
  Author: felixonmars
Revision: 399640

upgpkg: stack 1.9.1-8

rebuild with http2 1.6.4

Modified:
  stack/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2018-10-30 15:19:00 UTC (rev 399639)
+++ PKGBUILD2018-10-30 15:22:29 UTC (rev 399640)
@@ -3,7 +3,7 @@
 
 pkgname=stack
 pkgver=1.9.1
-pkgrel=7
+pkgrel=8
 pkgdesc="The Haskell Tool Stack"
 url="https://github.com/commercialhaskell/stack;
 license=("custom:BSD3")


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

2018-10-30 Thread Massimiliano Torromeo via arch-commits
Date: Tuesday, October 30, 2018 @ 15:18:45
  Author: mtorromeo
Revision: 399638

upgpkg: nginx-mod-njs 0.2.5-1

Modified:
  nginx-mod-njs/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2018-10-30 15:14:02 UTC (rev 399637)
+++ PKGBUILD2018-10-30 15:18:45 UTC (rev 399638)
@@ -1,7 +1,7 @@
 # Maintainer: Massimiliano Torromeo 
 
 pkgname=nginx-mod-njs
-pkgver=0.2.4 # https://hg.nginx.org/njs/tags
+pkgver=0.2.5 # https://hg.nginx.org/njs/tags
 pkgrel=1
 
 _modname="${pkgname#nginx-mod-}"
@@ -20,7 +20,7 @@
 validpgpkeys=(B0F4253373F8F6F510D42178520A9993A1C052F8) # Maxim Dounin 

 sha256sums=('5d15becbf69aba1fe33f8d416d97edd95ea8919ea9ac519eff9bafebb6022cb5'
 'SKIP'
-'aa2b7ca5f26a60e6d82597f264cd608adebad0061242eddbfddabe54ec6ec522')
+'7db275a27c07b04ce81fc6fcdecfd6a9066af57cc4ed2137471fc8b768437506')
 
 build() {
cd "$srcdir"/nginx-$_nginxver


[arch-commits] Commit in nginx-mod-njs/repos/community-x86_64 (PKGBUILD PKGBUILD)

2018-10-30 Thread Massimiliano Torromeo via arch-commits
Date: Tuesday, October 30, 2018 @ 15:19:00
  Author: mtorromeo
Revision: 399639

archrelease: copy trunk to community-x86_64

Added:
  nginx-mod-njs/repos/community-x86_64/PKGBUILD
(from rev 399638, nginx-mod-njs/trunk/PKGBUILD)
Deleted:
  nginx-mod-njs/repos/community-x86_64/PKGBUILD

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

Deleted: PKGBUILD
===
--- PKGBUILD2018-10-30 15:18:45 UTC (rev 399638)
+++ PKGBUILD2018-10-30 15:19:00 UTC (rev 399639)
@@ -1,39 +0,0 @@
-# Maintainer: Massimiliano Torromeo 
-
-pkgname=nginx-mod-njs
-pkgver=0.2.4 # https://hg.nginx.org/njs/tags
-pkgrel=1
-
-_modname="${pkgname#nginx-mod-}"
-_nginxver=1.14.0
-
-pkgdesc='nginScript module for nginx'
-arch=('x86_64')
-depends=("nginx=$_nginxver")
-url="https://nginx.org/en/docs/njs_about.html;
-license=('CUSTOM')
-
-source=(
-   https://nginx.org/download/nginx-$_nginxver.tar.gz{,.asc}
-   njs-$pkgver.tar.gz::https://hg.nginx.org/njs/archive/$pkgver.tar.gz
-)
-validpgpkeys=(B0F4253373F8F6F510D42178520A9993A1C052F8) # Maxim Dounin 

-sha256sums=('5d15becbf69aba1fe33f8d416d97edd95ea8919ea9ac519eff9bafebb6022cb5'
-'SKIP'
-'aa2b7ca5f26a60e6d82597f264cd608adebad0061242eddbfddabe54ec6ec522')
-
-build() {
-   cd "$srcdir"/nginx-$_nginxver
-   ./configure --with-compat --with-stream 
--add-dynamic-module=../njs-$pkgver/nginx
-   make modules
-}
-
-package() {
-   install -Dm644 "$srcdir"/njs-$pkgver/LICENSE \
-  "$pkgdir"/usr/share/licenses/$pkgname/LICENSE
-
-   cd "$srcdir"/nginx-$_nginxver/objs
-   for mod in *.so; do
-   install -Dm755 $mod "$pkgdir"/usr/lib/nginx/modules/$mod
-   done
-}

Copied: nginx-mod-njs/repos/community-x86_64/PKGBUILD (from rev 399638, 
nginx-mod-njs/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2018-10-30 15:19:00 UTC (rev 399639)
@@ -0,0 +1,39 @@
+# Maintainer: Massimiliano Torromeo 
+
+pkgname=nginx-mod-njs
+pkgver=0.2.5 # https://hg.nginx.org/njs/tags
+pkgrel=1
+
+_modname="${pkgname#nginx-mod-}"
+_nginxver=1.14.0
+
+pkgdesc='nginScript module for nginx'
+arch=('x86_64')
+depends=("nginx=$_nginxver")
+url="https://nginx.org/en/docs/njs_about.html;
+license=('CUSTOM')
+
+source=(
+   https://nginx.org/download/nginx-$_nginxver.tar.gz{,.asc}
+   njs-$pkgver.tar.gz::https://hg.nginx.org/njs/archive/$pkgver.tar.gz
+)
+validpgpkeys=(B0F4253373F8F6F510D42178520A9993A1C052F8) # Maxim Dounin 

+sha256sums=('5d15becbf69aba1fe33f8d416d97edd95ea8919ea9ac519eff9bafebb6022cb5'
+'SKIP'
+'7db275a27c07b04ce81fc6fcdecfd6a9066af57cc4ed2137471fc8b768437506')
+
+build() {
+   cd "$srcdir"/nginx-$_nginxver
+   ./configure --with-compat --with-stream 
--add-dynamic-module=../njs-$pkgver/nginx
+   make modules
+}
+
+package() {
+   install -Dm644 "$srcdir"/njs-$pkgver/LICENSE \
+  "$pkgdir"/usr/share/licenses/$pkgname/LICENSE
+
+   cd "$srcdir"/nginx-$_nginxver/objs
+   for mod in *.so; do
+   install -Dm755 $mod "$pkgdir"/usr/lib/nginx/modules/$mod
+   done
+}


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

2018-10-30 Thread Felix Yan via arch-commits
Date: Tuesday, October 30, 2018 @ 15:14:02
  Author: felixonmars
Revision: 399637

archrelease: copy trunk to community-staging-x86_64

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

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

Copied: shellcheck/repos/community-staging-x86_64/PKGBUILD (from rev 399636, 
shellcheck/trunk/PKGBUILD)
===
--- community-staging-x86_64/PKGBUILD   (rev 0)
+++ community-staging-x86_64/PKGBUILD   2018-10-30 15:14:02 UTC (rev 399637)
@@ -0,0 +1,50 @@
+# Maintainer: Felix Yan 
+# Contributor: Arch Haskell Team 
+
+_hkgname=ShellCheck
+pkgname=shellcheck
+pkgver=0.5.0
+pkgrel=136
+pkgdesc="Shell script analysis tool"
+url="http://www.shellcheck.net;
+license=("GPL")
+arch=('x86_64')
+depends=('ghc-libs' 'haskell-aeson' 'haskell-quickcheck' 'haskell-regex-tdfa')
+makedepends=('ghc' 'pandoc')
+source=("$_hkgname-$pkgver.tar.gz::https://github.com/koalaman/shellcheck/archive/v$pkgver.tar.gz;)
+sha512sums=('87861cddb353262630e4370e12e508224b3c14e128082909b4b35f0526dfe648a744d68cc27f77f2f8bb098af37a2af7bdc805d88018bba5e48b6c1ff1749f10')
+
+prepare() {
+cd $pkgname-$pkgver
+sed -i '1i{-# language NoMonadFailDesugaring #-}' 
src/ShellCheck/AnalyzerLib.hs
+}
+
+build() {
+cd $pkgname-$pkgver
+
+runhaskell Setup configure -O --enable-shared --enable-executable-dynamic 
--disable-library-vanilla \
+--prefix=/usr --docdir="/usr/share/doc/${pkgname}" --enable-tests \
+--dynlibdir=/usr/lib --libsubdir=\$compiler/site-local/\$pkgid
+runhaskell Setup build
+runhaskell Setup register --gen-script
+runhaskell Setup unregister --gen-script
+sed -i -r -e "s|ghc-pkg.*update[^ ]* |&'--force' |" register.sh
+sed -i -r -e "s|ghc-pkg.*unregister[^ ]* |&'--force' |" unregister.sh
+
+pandoc -s -t man shellcheck.1.md -o shellcheck.1
+}
+
+check() {
+cd $pkgname-$pkgver
+runhaskell Setup test
+}
+
+package() {
+cd $pkgname-$pkgver
+
+install -D -m644 ${pkgname}.1   "${pkgdir}/usr/share/man/man1/${pkgname}.1"
+install -D -m744 register.sh   
"${pkgdir}/usr/share/haskell/register/${pkgname}.sh"
+install -D -m744 unregister.sh 
"${pkgdir}/usr/share/haskell/unregister/${pkgname}.sh"
+runhaskell Setup copy --destdir="${pkgdir}"
+rm -f "${pkgdir}/usr/share/doc/${pkgname}/LICENSE"
+}


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

2018-10-30 Thread Felix Yan via arch-commits
Date: Tuesday, October 30, 2018 @ 15:13:46
  Author: felixonmars
Revision: 399636

upgpkg: shellcheck 0.5.0-136

rebuild with http2 1.6.4

Modified:
  shellcheck/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2018-10-30 15:10:25 UTC (rev 399635)
+++ PKGBUILD2018-10-30 15:13:46 UTC (rev 399636)
@@ -4,7 +4,7 @@
 _hkgname=ShellCheck
 pkgname=shellcheck
 pkgver=0.5.0
-pkgrel=135
+pkgrel=136
 pkgdesc="Shell script analysis tool"
 url="http://www.shellcheck.net;
 license=("GPL")


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

2018-10-30 Thread Felix Yan via arch-commits
Date: Tuesday, October 30, 2018 @ 15:10:25
  Author: felixonmars
Revision: 399635

archrelease: copy trunk to community-staging-x86_64

Added:
  postgrest/repos/community-staging-x86_64/
  postgrest/repos/community-staging-x86_64/PKGBUILD
(from rev 399634, postgrest/trunk/PKGBUILD)
  postgrest/repos/community-staging-x86_64/new-hasql.patch
(from rev 399634, postgrest/trunk/new-hasql.patch)

-+
 PKGBUILD|   77 
 new-hasql.patch |  477 ++
 2 files changed, 554 insertions(+)

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

Copied: postgrest/repos/community-staging-x86_64/new-hasql.patch (from rev 
399634, postgrest/trunk/new-hasql.patch)
===
--- community-staging-x86_64/new-hasql.patch(rev 0)
+++ community-staging-x86_64/new-hasql.patch2018-10-30 15:10:25 UTC (rev 
399635)
@@ -0,0 +1,477 @@
+From f02992e562fafc807092d09a8034f2117c9db00d Mon Sep 17 00:00:00 2001
+From: Ben Gamari 
+Date: Thu, 28 Jun 2018 01:02:09 -0400
+Subject: [PATCH] Update hasql
+
+Move to hasql 1.3.
+---
+ postgrest.cabal   |   6 +-
+ src/PostgREST/App.hs  |  16 ++---
+ 

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

2018-10-30 Thread Felix Yan via arch-commits
Date: Tuesday, October 30, 2018 @ 15:10:08
  Author: felixonmars
Revision: 399634

upgpkg: postgrest 0.5.0.0-59

rebuild with http2 1.6.4

Modified:
  postgrest/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2018-10-30 15:06:31 UTC (rev 399633)
+++ PKGBUILD2018-10-30 15:10:08 UTC (rev 399634)
@@ -3,7 +3,7 @@
 
 pkgname=postgrest
 pkgver=0.5.0.0
-pkgrel=58
+pkgrel=59
 pkgdesc="REST API for any Postgres database"
 url="https://github.com/begriffs/postgrest;
 license=("MIT")


[arch-commits] Commit in gitlab/repos/community-x86_64 (24 files)

2018-10-30 Thread Sven-Hendrik Haase via arch-commits
Date: Tuesday, October 30, 2018 @ 15:06:31
  Author: svenstaro
Revision: 399633

archrelease: copy trunk to community-x86_64

Added:
  gitlab/repos/community-x86_64/PKGBUILD
(from rev 399632, gitlab/trunk/PKGBUILD)
  gitlab/repos/community-x86_64/a951b96be2862ce660dc715a364f574c2f5f72e1.patch
(from rev 399632, 
gitlab/trunk/a951b96be2862ce660dc715a364f574c2f5f72e1.patch)
  gitlab/repos/community-x86_64/gitlab-backup.service
(from rev 399632, gitlab/trunk/gitlab-backup.service)
  gitlab/repos/community-x86_64/gitlab-backup.timer
(from rev 399632, gitlab/trunk/gitlab-backup.timer)
  gitlab/repos/community-x86_64/gitlab-mailroom.service
(from rev 399632, gitlab/trunk/gitlab-mailroom.service)
  gitlab/repos/community-x86_64/gitlab-sidekiq.service
(from rev 399632, gitlab/trunk/gitlab-sidekiq.service)
  gitlab/repos/community-x86_64/gitlab-unicorn.service
(from rev 399632, gitlab/trunk/gitlab-unicorn.service)
  gitlab/repos/community-x86_64/gitlab.install
(from rev 399632, gitlab/trunk/gitlab.install)
  gitlab/repos/community-x86_64/gitlab.logrotate
(from rev 399632, gitlab/trunk/gitlab.logrotate)
  gitlab/repos/community-x86_64/gitlab.target
(from rev 399632, gitlab/trunk/gitlab.target)
  gitlab/repos/community-x86_64/gitlab.tmpfiles.d
(from rev 399632, gitlab/trunk/gitlab.tmpfiles.d)
  gitlab/repos/community-x86_64/lighttpd.conf.example
(from rev 399632, gitlab/trunk/lighttpd.conf.example)
Deleted:
  gitlab/repos/community-x86_64/PKGBUILD
  gitlab/repos/community-x86_64/a951b96be2862ce660dc715a364f574c2f5f72e1.patch
  gitlab/repos/community-x86_64/gitlab-backup.service
  gitlab/repos/community-x86_64/gitlab-backup.timer
  gitlab/repos/community-x86_64/gitlab-mailroom.service
  gitlab/repos/community-x86_64/gitlab-sidekiq.service
  gitlab/repos/community-x86_64/gitlab-unicorn.service
  gitlab/repos/community-x86_64/gitlab.install
  gitlab/repos/community-x86_64/gitlab.logrotate
  gitlab/repos/community-x86_64/gitlab.target
  gitlab/repos/community-x86_64/gitlab.tmpfiles.d
  gitlab/repos/community-x86_64/lighttpd.conf.example

+
 PKGBUILD   |  429 +++
 a951b96be2862ce660dc715a364f574c2f5f72e1.patch |   56 +--
 gitlab-backup.service  |   40 +-
 gitlab-backup.timer|   20 -
 gitlab-mailroom.service|   44 +-
 gitlab-sidekiq.service |   62 +--
 gitlab-unicorn.service |   68 +--
 gitlab.install |   40 +-
 gitlab.logrotate   |   22 -
 gitlab.target  |   14 
 gitlab.tmpfiles.d  |2 
 lighttpd.conf.example  |   70 +--
 12 files changed, 434 insertions(+), 433 deletions(-)

Deleted: PKGBUILD
===
--- PKGBUILD2018-10-30 15:06:12 UTC (rev 399632)
+++ PKGBUILD2018-10-30 15:06:31 UTC (rev 399633)
@@ -1,214 +0,0 @@
-# Maintainer: Sven-Hendrik Haase 
-# Contributor: Pavol (Lopo) Hluchy 
-# Contributor: Jonas Heinrich 
-# Contributor: Massimiliano Torromeo 
-# Contributor: Tobias Hunger 
-# Contributor: Stefan Tatschner 
-# Contributor: Caleb Maclennan 
-
-pkgname=gitlab
-pkgver=11.4.3
-pkgrel=1
-pkgdesc="Project management and code hosting application"
-arch=('x86_64')
-url="https://gitlab.com/gitlab-org/gitlab-ce;
-license=('MIT')
-options=(!buildflags)
-depends=('ruby2.3' 'git' 'ruby2.3-bundler' 'gitlab-workhorse' 'gitlab-gitaly' 
'openssh' 'redis' 'libxslt' 'icu' 're2' 'http-parser')
-makedepends=('cmake' 'postgresql' 'mariadb' 'yarn' 'go' 'nodejs')
-optdepends=('postgresql: database backend'
-'mysql: database backend'
-'python2-docutils: reStructuredText markup language support'
-'smtp-server: mail server in order to receive mail notifications')
-backup=("etc/webapps/${pkgname}/application.rb"
-"etc/webapps/${pkgname}/gitlab.yml"
-"etc/webapps/${pkgname}/resque.yml"
-"etc/webapps/${pkgname}/unicorn.rb"
-"etc/logrotate.d/${pkgname}")
-source=("$pkgname-$pkgver.tar.gz::https://gitlab.com/api/v4/projects/gitlab-org%2Fgitlab-ce/repository/archive?sha=v${pkgver};
-gitlab-unicorn.service
-gitlab-sidekiq.service
-gitlab-backup.service
-gitlab-mailroom.service
-gitlab-backup.timer
-gitlab.target
-gitlab.tmpfiles.d
-gitlab.logrotate)
-install='gitlab.install'
-sha512sums=('395117923a33da6c3e152ae6dc7c84121c844fb5b35f6aba5e0c18c3cba4f82b9e824aae349a01c6d354a24a4b69b90b745573f5a4e29de266da51f6f7ca3698'
-
'b1bc7c1f3d47758e4745ae3689e61989c6d1fd8490fa60d75de60d3960025f2888da5c50c4a70e1656d75e4d53bcece518e87f743855eed150a61cb11d40b7d2'
-

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

2018-10-30 Thread Sven-Hendrik Haase via arch-commits
Date: Tuesday, October 30, 2018 @ 15:06:12
  Author: svenstaro
Revision: 399632

upgpkg: gitlab 11.4.3-2

Modified:
  gitlab/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2018-10-30 14:14:41 UTC (rev 399631)
+++ PKGBUILD2018-10-30 15:06:12 UTC (rev 399632)
@@ -8,7 +8,7 @@
 
 pkgname=gitlab
 pkgver=11.4.3
-pkgrel=1
+pkgrel=2
 pkgdesc="Project management and code hosting application"
 arch=('x86_64')
 url="https://gitlab.com/gitlab-org/gitlab-ce;
@@ -63,7 +63,7 @@
   export SKIP_STORAGE_VALIDATION='true'
 
   # Patching config files:
-  msg2 "Patching paths in and username gitlab.yml..."
+  echo "Patching paths in and username gitlab.yml..."
   sed -e "s|# user: git|user: gitlab|" \
   -e "s|/home/git/gitaly/bin|/usr/bin|" \
   -e "s|/home/git/repositories|${_homedir}/repositories|" \
@@ -74,7 +74,7 @@
   -e 
"s|/home/git/gitlab/tmp/sockets/private/gitaly.socket|${_homedir}/sockets/gitlab-gitaly.socket|"
 \
   config/gitlab.yml.example > config/gitlab.yml
 
-  msg2 "Patching paths and timeout in unicorn.rb..."
+  echo "Patching paths and timeout in unicorn.rb..."
   sed -e "s|/home/git/gitlab/tmp/.*/|/run/gitlab/|g" \
   -e "s|/var/run/|/run/|g" \
   -e "s|/home/git/gitlab|${_datadir}|g" \
@@ -84,15 +84,15 @@
   # We need this one untouched because otherwise assets will fail
   cp config/database.yml.postgresql config/database.yml.postgresql.orig
 
-  msg2 "Patching username in database.yml.{mysql,postgresql}..."
+  echo "Patching username in database.yml.{mysql,postgresql}..."
   sed -i -e "s|username: git|username: gitlab|" config/database.yml.mysql
   sed -i -e "s|username: git|username: gitlab|" config/database.yml.postgresql
 
-  msg2 "Patching redis connection in resque.yml"
+  echo "Patching redis connection in resque.yml"
   sed -e "s|production: unix:/var/run/redis/redis.sock|production: 
redis://localhost:6379|" \
   config/resque.yml.example > config/resque.yml.patched
 
-  msg2 "Setting up systemd service files ..."
+  echo "Setting up systemd service files ..."
   for service_file in gitlab-sidekiq.service gitlab-unicorn.service 
gitlab.logrotate gitlab-backup.service gitlab-mailroom.service; do
 sed -i "s||${_homedir}|g" "${srcdir}/${service_file}"
 sed -i "s||${_datadir}|g" "${srcdir}/${service_file}"
@@ -103,9 +103,9 @@
 build() {
   cd "${srcdir}/${_srcdir}"*
 
-  msg "Fetching bundled gems..."
+  echo "Fetching bundled gems..."
+
   # Gems will be installed into vendor/bundle
-
   bundle-2.3 install --no-cache --deployment --without development test aws 
kerberos
 
   # We'll temporarily stick this in here so we can build the assets
@@ -116,6 +116,7 @@
   yarn install --production --pure-lockfile
   bundle-2.3 exec rake gitlab:assets:compile RAILS_ENV=production 
NODE_ENV=production
   bundle-2.3 exec rake gettext:compile RAILS_ENV=production
+
   # After building assets, clean this up again
   rm config/database.yml config/database.yml.postgresql.orig
   mv config/resque.yml.patched config/resque.yml


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

2018-10-30 Thread Andreas Radke via arch-commits
Date: Tuesday, October 30, 2018 @ 14:46:26
  Author: andyrtr
Revision: 337580

upgpkg: foomatic-db 3:20181030-1

update to latest bazaar commit

Modified:
  foomatic-db/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2018-10-30 13:30:18 UTC (rev 337579)
+++ PKGBUILD2018-10-30 14:46:26 UTC (rev 337580)
@@ -3,7 +3,7 @@
 pkgbase="foomatic-db"
 pkgname=('foomatic-db' 'foomatic-db-ppds' 'foomatic-db-nonfree' 
'foomatic-db-nonfree-ppds')
 arch=('any')
-pkgver=20180905
+pkgver=20181030
 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=1328
#2018-09-04
+source=(foomatic-db::bzr+http://bzr.linuxfoundation.org/openprinting/foomatic/foomatic-db/#revision=1329
#2018-09-21
 
foomatic-db-nonfree::bzr+http://bzr.linuxfoundation.org/openprinting/foomatic/foomatic-db-nonfree/#revision=41
  #2015-06-05
 )
 md5sums=('SKIP'


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

2018-10-30 Thread Andreas Radke via arch-commits
Date: Tuesday, October 30, 2018 @ 14:46:38
  Author: andyrtr
Revision: 337581

archrelease: copy trunk to testing-any

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

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

Copied: foomatic-db/repos/testing-any/PKGBUILD (from rev 337580, 
foomatic-db/trunk/PKGBUILD)
===
--- testing-any/PKGBUILD(rev 0)
+++ testing-any/PKGBUILD2018-10-30 14:46:38 UTC (rev 337581)
@@ -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=20181030
+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=1329
#2018-09-21
+
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 yarn/repos/community-any (PKGBUILD PKGBUILD)

2018-10-30 Thread Sven-Hendrik Haase via arch-commits
Date: Tuesday, October 30, 2018 @ 14:14:41
  Author: svenstaro
Revision: 399631

archrelease: copy trunk to community-any

Added:
  yarn/repos/community-any/PKGBUILD
(from rev 399630, yarn/trunk/PKGBUILD)
Deleted:
  yarn/repos/community-any/PKGBUILD

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

Deleted: PKGBUILD
===
--- PKGBUILD2018-10-30 14:14:33 UTC (rev 399630)
+++ PKGBUILD2018-10-30 14:14:41 UTC (rev 399631)
@@ -1,26 +0,0 @@
-# Maintainer: Sven-Hendrik Haase 
-# Contributor: Jan Koppe 
-
-pkgname=yarn
-pkgver=1.10.1
-pkgrel=1
-pkgdesc='Fast, reliable, and secure dependency management'
-arch=(any)
-url='http://yarnpkg.com'
-license=('BSD')
-depends=('nodejs')
-source=("https://github.com/yarnpkg/yarn/releases/download/v$pkgver/yarn-v$pkgver.tar.gz;)
-sha512sums=('107d07d5fc9f171904e14a46e1bf9509a558e08e3cf08d84c903661a31862a6bec4886f41b76fed4871f1983c8da0a9ad5dbb8de0e190378c7f1f5e5abaa15c6')
-
-package() {
-  cd yarn-v${pkgver}
-  install -dm755  "$pkgdir"/usr/lib/node_modules/yarn
-  cp -R * "$pkgdir"/usr/lib/node_modules/yarn
-
-  install -dm755 "$pkgdir"/usr/bin
-  ln -s /usr/lib/node_modules/yarn/bin/yarn.js "$pkgdir"/usr/bin/yarn
-  ln -s /usr/lib/node_modules/yarn/bin/yarn.js "$pkgdir"/usr/bin/yarnpkg
-
-  install -Dm644 LICENSE "$pkgdir/usr/share/licenses/$pkgname/LICENSE"
-  install -Dm644 README.md "$pkgdir/usr/share/doc/$pkgname/README.md"
-}

Copied: yarn/repos/community-any/PKGBUILD (from rev 399630, yarn/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2018-10-30 14:14:41 UTC (rev 399631)
@@ -0,0 +1,26 @@
+# Maintainer: Sven-Hendrik Haase 
+# Contributor: Jan Koppe 
+
+pkgname=yarn
+pkgver=1.12.1
+pkgrel=1
+pkgdesc='Fast, reliable, and secure dependency management'
+arch=(any)
+url='http://yarnpkg.com'
+license=('BSD')
+depends=('nodejs')
+source=("https://github.com/yarnpkg/yarn/releases/download/v$pkgver/yarn-v$pkgver.tar.gz;)
+sha512sums=('4f1ea2f11fe13c8c2ee4cb3127f665229a425440c23fabcb0d1f6cec22a9cff2b01b2e6c020d521b5e3134ee928c9407e219008ce1f753a39487c1fc7aa4dcb3')
+
+package() {
+  cd yarn-v${pkgver}
+  install -dm755  "$pkgdir"/usr/lib/node_modules/yarn
+  cp -R * "$pkgdir"/usr/lib/node_modules/yarn
+
+  install -dm755 "$pkgdir"/usr/bin
+  ln -s /usr/lib/node_modules/yarn/bin/yarn.js "$pkgdir"/usr/bin/yarn
+  ln -s /usr/lib/node_modules/yarn/bin/yarn.js "$pkgdir"/usr/bin/yarnpkg
+
+  install -Dm644 LICENSE "$pkgdir/usr/share/licenses/$pkgname/LICENSE"
+  install -Dm644 README.md "$pkgdir/usr/share/doc/$pkgname/README.md"
+}


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

2018-10-30 Thread Sven-Hendrik Haase via arch-commits
Date: Tuesday, October 30, 2018 @ 14:14:33
  Author: svenstaro
Revision: 399630

upgpkg: yarn 1.12.1-1

Modified:
  yarn/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2018-10-30 14:13:16 UTC (rev 399629)
+++ PKGBUILD2018-10-30 14:14:33 UTC (rev 399630)
@@ -2,7 +2,7 @@
 # Contributor: Jan Koppe 
 
 pkgname=yarn
-pkgver=1.10.1
+pkgver=1.12.1
 pkgrel=1
 pkgdesc='Fast, reliable, and secure dependency management'
 arch=(any)
@@ -10,7 +10,7 @@
 license=('BSD')
 depends=('nodejs')
 
source=("https://github.com/yarnpkg/yarn/releases/download/v$pkgver/yarn-v$pkgver.tar.gz;)
-sha512sums=('107d07d5fc9f171904e14a46e1bf9509a558e08e3cf08d84c903661a31862a6bec4886f41b76fed4871f1983c8da0a9ad5dbb8de0e190378c7f1f5e5abaa15c6')
+sha512sums=('4f1ea2f11fe13c8c2ee4cb3127f665229a425440c23fabcb0d1f6cec22a9cff2b01b2e6c020d521b5e3134ee928c9407e219008ce1f753a39487c1fc7aa4dcb3')
 
 package() {
   cd yarn-v${pkgver}


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

2018-10-30 Thread Anatol Pomozov via arch-commits
Date: Tuesday, October 30, 2018 @ 14:13:16
  Author: anatolik
Revision: 399629

archrelease: copy trunk to community-any

Added:
  android-udev/repos/community-any/PKGBUILD
(from rev 399628, android-udev/trunk/PKGBUILD)
Deleted:
  android-udev/repos/community-any/PKGBUILD

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

Deleted: PKGBUILD
===
--- PKGBUILD2018-10-30 14:12:59 UTC (rev 399628)
+++ PKGBUILD2018-10-30 14:13:16 UTC (rev 399629)
@@ -1,19 +0,0 @@
-# Maintainer: M0Rf30
-# Contributor: marlock
-
-pkgname=android-udev
-pkgver=20181026
-pkgrel=1
-pkgdesc='Udev rules to connect Android devices to your linux box'
-arch=(any)
-url='https://github.com/M0Rf30/android-udev-rules'
-license=(GPL3)
-depends=(udev libmtp)
-source=(android-udev-$pkgver.zip::https://github.com/M0Rf30/android-udev-rules/archive/$pkgver.zip)
-sha1sums=('1e021a10464d15c872aae8370bff75a2668eebf0')
-
-package() {
-  cd android-udev-rules-$pkgver
-  install -Dm 644 51-android.rules 
"$pkgdir"/usr/lib/udev/rules.d/51-android.rules
-  install -Dm 644 android-udev.conf 
"$pkgdir"/usr/lib/sysusers.d/android-udev.conf
-}

Copied: android-udev/repos/community-any/PKGBUILD (from rev 399628, 
android-udev/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2018-10-30 14:13:16 UTC (rev 399629)
@@ -0,0 +1,19 @@
+# Maintainer: M0Rf30
+# Contributor: marlock
+
+pkgname=android-udev
+pkgver=20181030
+pkgrel=1
+pkgdesc='Udev rules to connect Android devices to your linux box'
+arch=(any)
+url='https://github.com/M0Rf30/android-udev-rules'
+license=(GPL3)
+depends=(udev libmtp)
+source=(android-udev-$pkgver.zip::https://github.com/M0Rf30/android-udev-rules/archive/$pkgver.zip)
+sha1sums=('6a5ffce05ac896cc4a963f728b02783252581698')
+
+package() {
+  cd android-udev-rules-$pkgver
+  install -Dm 644 51-android.rules 
"$pkgdir"/usr/lib/udev/rules.d/51-android.rules
+  install -Dm 644 android-udev.conf 
"$pkgdir"/usr/lib/sysusers.d/android-udev.conf
+}


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

2018-10-30 Thread Christian Hesse via arch-commits
Date: Tuesday, October 30, 2018 @ 14:12:54
  Author: eworm
Revision: 399627

upgpkg: lib32-systemd 239.300-1

new commits in stable branch

Modified:
  lib32-systemd/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2018-10-30 14:12:30 UTC (rev 399626)
+++ PKGBUILD2018-10-30 14:12:54 UTC (rev 399627)
@@ -5,8 +5,8 @@
 pkgname=lib32-systemd
 _pkgbasename=systemd
 # Can be from either systemd or systemd-stable
-_commit='c38499d476026d999558a7eee9c95ca2fa41e115'
-pkgver=239.2
+_commit='25d1ba1173e4cce9dab8a2c2164ce60f63fc68a5'
+pkgver=239.300
 pkgrel=1
 pkgdesc='system and service manager (32-bit)'
 arch=('x86_64')
@@ -27,11 +27,6 @@
 'SKIP')
 
 _backports=(
-  # statx fixes
-  '75720bff62a84896e9a0654afc7cf9408cf89a38'
-  '9c869d08d82c73f62ab3527567858ce4b0cf1257'
-  # rename -Ddebug to -Ddebug-extra 
-  '8f6b442a78d0b485f044742ad90b2e8271b4e68e'
 )
 
 _reverts=(


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

2018-10-30 Thread Christian Hesse via arch-commits
Date: Tuesday, October 30, 2018 @ 14:12:59
  Author: eworm
Revision: 399628

archrelease: copy trunk to multilib-testing-x86_64

Added:
  lib32-systemd/repos/multilib-testing-x86_64/
  lib32-systemd/repos/multilib-testing-x86_64/PKGBUILD
(from rev 399627, lib32-systemd/trunk/PKGBUILD)

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

Copied: lib32-systemd/repos/multilib-testing-x86_64/PKGBUILD (from rev 399627, 
lib32-systemd/trunk/PKGBUILD)
===
--- multilib-testing-x86_64/PKGBUILD(rev 0)
+++ multilib-testing-x86_64/PKGBUILD2018-10-30 14:12:59 UTC (rev 399628)
@@ -0,0 +1,131 @@
+# Maintainer: Christian Hesse 
+# Maintainer: Dave Reisner 
+# Maintainer: Tom Gundersen 
+
+pkgname=lib32-systemd
+_pkgbasename=systemd
+# Can be from either systemd or systemd-stable
+_commit='25d1ba1173e4cce9dab8a2c2164ce60f63fc68a5'
+pkgver=239.300
+pkgrel=1
+pkgdesc='system and service manager (32-bit)'
+arch=('x86_64')
+url='https://www.github.com/systemd/systemd'
+license=('GPL2' 'LGPL2.1')
+depends=('lib32-gcc-libs' 'lib32-libcap' 'lib32-libgcrypt' 'lib32-xz' 
'systemd')
+makedepends=('gcc-multilib' 'git' 'gperf' 'intltool' 'lib32-acl' 'lib32-bzip2'
+ 'lib32-curl' 'lib32-dbus' 'lib32-gcc-libs' 'lib32-glib2'
+ 'lib32-gnutls' 'lib32-libelf' 'lib32-libidn2' 'lib32-pcre2'
+ 'libxslt' 'meson')
+options=('strip')
+validpgpkeys=('63CDA1E5D3FC22B998D20DD6327F26951A015CC4'  # Lennart Poettering 

+  '5C251B5FC54EB2F80F407AAAC54CA336CFEB557E') # Zbigniew 
Jędrzejewski-Szmek 
+source=(# fragment is latest tag for source verification, final merge in 
prepare()
+
"git+https://github.com/systemd/systemd-stable#tag=v${pkgver%.*}?signed;
+"git+https://github.com/systemd/systemd#tag=v${pkgver%.*}?signed;)
+sha512sums=('SKIP'
+'SKIP')
+
+_backports=(
+)
+
+_reverts=(
+)
+
+prepare() {
+  cd "$_pkgbasename-stable"
+
+  # add upstream repository for cherry-picking
+  git remote add -f upstream ../systemd
+  # merge the latest stable commit (fast-foward only to make sure
+  # the verified tag is in)
+  git merge --ff-only "${_commit}"
+
+  local _c
+  for _c in "${_backports[@]}"; do
+git cherry-pick -n "${_c}"
+  done
+  for _c in "${_reverts[@]}"; do
+git revert -n "${_c}"
+  done
+}
+
+pkgver() {
+  local version count
+
+  cd "$_pkgbasename-stable"
+
+  local _version _count
+  _version="$(git describe --abbrev=0 --tags)"
+  _count="$(git rev-list --count ${_version}..)"
+  printf '%s.%s' "${_version#v}" "${_count}"
+}
+
+build() {
+  export CC="gcc -m32"
+  export CXX="g++ -m32"
+  export PKG_CONFIG_PATH="/usr/lib32/pkgconfig"
+
+  local _timeservers=({0..3}.arch.pool.ntp.org)
+  local _nameservers=(
+# We use these public name services, ordered by their
+# privacy policy (hopefully):
+#  * Cloudflare (https://1.1.1.1/)
+#  * Quad9 without filtering (https://www.quad9.net/)
+#  * Google (https://developers.google.com/speed/public-dns/)
+1.1.1.1
+9.9.9.10
+8.8.8.8
+2606:4700:4700::
+2620:fe::10
+2001:4860:4860::
+  )
+ 
+  local _meson_options=(
+--libexecdir   /usr/lib32
+--libdir   /usr/lib32
+
+-Daudit=false
+-Dgnu-efi=false
+-Dima=false
+-Dlibidn2=true
+-Dlz4=false
+-Dblkid=false
+-Dkmod=false
+-Dlibcryptsetup=false
+-Dlibiptc=false
+-Dmanpages=false
+-Dnetworkd=false
+-Dpam=false
+-Dpython=false
+-Dseccomp=false
+-Dman=false
+-Dhtml=false
+
+-Ddbuspolicydir=/usr/share/dbus-1/system.d
+# TODO(dreisner): consider changing this to unified
+-Ddefault-hierarchy=hybrid
+-Ddefault-kill-user-processes=false
+-Dfallback-hostname='archlinux'
+-Dntp-servers="${_timeservers[*]}"
+-Ddns-servers="${_nameservers[*]}"
+-Drpmmacrosdir=no
+-Dsysvinit-path=
+-Dsysvrcnd-path=
+  )
+
+  arch-meson "$_pkgbasename-stable" build "${_meson_options[@]}"
+
+  ninja -C build
+}
+
+check() {
+  meson test -C build
+}
+
+package() {
+  DESTDIR="$pkgdir" ninja -C build install
+
+  rm -rf "${pkgdir}"/{etc,var}
+  rm -rf "${pkgdir}"/usr/{bin,include,lib,share}
+}


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

2018-10-30 Thread Anatol Pomozov via arch-commits
Date: Tuesday, October 30, 2018 @ 14:12:30
  Author: anatolik
Revision: 399626

upgpkg: android-udev 20181030-1

Modified:
  android-udev/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2018-10-30 13:48:25 UTC (rev 399625)
+++ PKGBUILD2018-10-30 14:12:30 UTC (rev 399626)
@@ -2,7 +2,7 @@
 # Contributor: marlock
 
 pkgname=android-udev
-pkgver=20181026
+pkgver=20181030
 pkgrel=1
 pkgdesc='Udev rules to connect Android devices to your linux box'
 arch=(any)
@@ -10,7 +10,7 @@
 license=(GPL3)
 depends=(udev libmtp)
 
source=(android-udev-$pkgver.zip::https://github.com/M0Rf30/android-udev-rules/archive/$pkgver.zip)
-sha1sums=('1e021a10464d15c872aae8370bff75a2668eebf0')
+sha1sums=('6a5ffce05ac896cc4a963f728b02783252581698')
 
 package() {
   cd android-udev-rules-$pkgver


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

2018-10-30 Thread Massimiliano Torromeo via arch-commits
Date: Tuesday, October 30, 2018 @ 13:48:25
  Author: mtorromeo
Revision: 399625

archrelease: copy trunk to community-x86_64

Added:
  rmlint/repos/community-x86_64/PKGBUILD
(from rev 399624, rmlint/trunk/PKGBUILD)
Deleted:
  rmlint/repos/community-x86_64/PKGBUILD

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

Deleted: PKGBUILD
===
--- PKGBUILD2018-10-30 13:48:09 UTC (rev 399624)
+++ PKGBUILD2018-10-30 13:48:25 UTC (rev 399625)
@@ -1,51 +0,0 @@
-# $Id$
-# Maintainer: Massimiliano Torromeo 
-# Contributor: Blisfull 
-# Contributor: SahibBommelig 
-
-pkgbase=rmlint
-pkgname=(rmlint rmlint-shredder)
-pkgver=2.7.0
-pkgrel=2
-url="https://github.com/sahib/rmlint;
-license=('GPL3')
-arch=('x86_64')
-makedepends=('scons' 'python-sphinx' 'gettext' 'sqlite' 'libutil-linux'
- 'binutils' 'json-glib' 'libelf' 'python-gobject' 'python-cairo'
- 'dconf' 'gtksourceview3' 'librsvg' 'desktop-file-utils' 
'python-requests')
-source=("https://github.com/sahib/rmlint/archive/v$pkgver/$pkgbase-$pkgver.tar.gz;)
-sha256sums=('174aaf4a3fd4c2911b7ddffd2804c6b940e38bedbb5cf2a6ec51b552cf919c33')
-
-prepare() {
-cd "$srcdir"/$pkgbase-$pkgver
-sed 's/python4/python/' -i gui/SConscript
-}
-
-build() {
-cd "$srcdir"/$pkgbase-$pkgver
-scons config
-scons -j4 DEBUG=1 --prefix="$pkgdir"/usr --actual-prefix=/usr
-}
-
-package_rmlint() {
-pkgdesc="Tool to remove duplicates and other lint, being much faster than 
fdupes"
-depends=('sqlite' 'libutil-linux' 'binutils' 'json-glib' 'libelf')
-
-cd "$srcdir"/$pkgbase-$pkgver
-scons DEBUG=1 --prefix="$pkgdir"/usr install --actual-prefix=/usr
-
-rm -rf "$pkgdir"/usr/share/{glib-2.0,icons,applications}
-rm -rf "$pkgdir"/usr/lib
-}
-
-package_rmlint-shredder() {
-pkgdesc="Graphical user interface for rmlint"
-depends=('rmlint' 'python-gobject' 'python-cairo' 'dconf' 'librsvg'
- 'gtksourceview3' 'xdg-utils')
-
-cd "$srcdir"/$pkgbase-$pkgver
-scons DEBUG=1 --prefix="$pkgdir"/usr install --actual-prefix=/usr
-
-rm -rf "$pkgdir"/usr/{bin,share/locale,share/man}
-rm "$pkgdir"/usr/share/glib-2.0/schemas/gschemas.compiled
-}

Copied: rmlint/repos/community-x86_64/PKGBUILD (from rev 399624, 
rmlint/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2018-10-30 13:48:25 UTC (rev 399625)
@@ -0,0 +1,50 @@
+# Maintainer: Massimiliano Torromeo 
+# Contributor: Blisfull 
+# Contributor: SahibBommelig 
+
+pkgbase=rmlint
+pkgname=(rmlint rmlint-shredder)
+pkgver=2.8.0
+pkgrel=1
+url="https://github.com/sahib/rmlint;
+license=('GPL3')
+arch=('x86_64')
+makedepends=('scons' 'python-sphinx' 'gettext' 'sqlite' 'libutil-linux'
+ 'binutils' 'json-glib' 'libelf' 'python-gobject' 'python-cairo'
+ 'dconf' 'gtksourceview3' 'librsvg' 'desktop-file-utils' 
'python-requests')
+source=("https://github.com/sahib/rmlint/archive/v$pkgver/$pkgbase-$pkgver.tar.gz;)
+sha256sums=('196bb595ac4d3d1a76ed62542b7895bda1cea47f0f77483286b2dfc8fc797253')
+
+prepare() {
+cd "$srcdir"/$pkgbase-$pkgver
+sed 's/python4/python/' -i gui/SConscript
+}
+
+build() {
+cd "$srcdir"/$pkgbase-$pkgver
+scons config
+scons -j4 DEBUG=1 --prefix="$pkgdir"/usr --actual-prefix=/usr
+}
+
+package_rmlint() {
+pkgdesc="Tool to remove duplicates and other lint, being much faster than 
fdupes"
+depends=('sqlite' 'libutil-linux' 'binutils' 'json-glib' 'libelf')
+
+cd "$srcdir"/$pkgbase-$pkgver
+scons DEBUG=1 --prefix="$pkgdir"/usr install --actual-prefix=/usr
+
+rm -rf "$pkgdir"/usr/share/{glib-2.0,icons,applications}
+rm -rf "$pkgdir"/usr/lib
+}
+
+package_rmlint-shredder() {
+pkgdesc="Graphical user interface for rmlint"
+depends=('rmlint' 'python-gobject' 'python-cairo' 'dconf' 'librsvg'
+ 'gtksourceview3' 'xdg-utils')
+
+cd "$srcdir"/$pkgbase-$pkgver
+scons DEBUG=1 --prefix="$pkgdir"/usr install --actual-prefix=/usr
+
+rm -rf "$pkgdir"/usr/{bin,share/locale,share/man}
+rm "$pkgdir"/usr/share/glib-2.0/schemas/gschemas.compiled
+}


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

2018-10-30 Thread Massimiliano Torromeo via arch-commits
Date: Tuesday, October 30, 2018 @ 13:48:09
  Author: mtorromeo
Revision: 399624

upgpkg: rmlint 2.8.0-1

Modified:
  rmlint/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2018-10-30 13:24:00 UTC (rev 399623)
+++ PKGBUILD2018-10-30 13:48:09 UTC (rev 399624)
@@ -4,8 +4,8 @@
 
 pkgbase=rmlint
 pkgname=(rmlint rmlint-shredder)
-pkgver=2.7.0
-pkgrel=2
+pkgver=2.8.0
+pkgrel=1
 url="https://github.com/sahib/rmlint;
 license=('GPL3')
 arch=('x86_64')
@@ -13,7 +13,7 @@
  'binutils' 'json-glib' 'libelf' 'python-gobject' 'python-cairo'
  'dconf' 'gtksourceview3' 'librsvg' 'desktop-file-utils' 
'python-requests')
 
source=("https://github.com/sahib/rmlint/archive/v$pkgver/$pkgbase-$pkgver.tar.gz;)
-sha256sums=('174aaf4a3fd4c2911b7ddffd2804c6b940e38bedbb5cf2a6ec51b552cf919c33')
+sha256sums=('196bb595ac4d3d1a76ed62542b7895bda1cea47f0f77483286b2dfc8fc797253')
 
 prepare() {
 cd "$srcdir"/$pkgbase-$pkgver


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

2018-10-30 Thread Evangelos Foutras via arch-commits
Date: Tuesday, October 30, 2018 @ 13:30:12
  Author: foutrelis
Revision: 337578

upgpkg: xfce4-notifyd 0.4.3-1

New upstream release.

Modified:
  xfce4-notifyd/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2018-10-30 13:29:02 UTC (rev 337577)
+++ PKGBUILD2018-10-30 13:30:12 UTC (rev 337578)
@@ -2,7 +2,7 @@
 # Contributor: tobias 
 
 pkgname=xfce4-notifyd
-pkgver=0.4.2
+pkgver=0.4.3
 pkgrel=1
 pkgdesc="Notification daemon for the Xfce desktop"
 arch=('x86_64')
@@ -13,7 +13,7 @@
 makedepends=('intltool' 'python' 'xfce4-panel')
 provides=('notification-daemon')
 
source=(https://archive.xfce.org/src/apps/$pkgname/${pkgver%.*}/$pkgname-$pkgver.tar.bz2)
-sha256sums=('f6f28af47fdfb41db84bd003f0d76f5f4abf2137d1e27e9d378f063bb8f82356')
+sha256sums=('293dda084cfca4887ae740e2725fdfc64412bc10eac7a55a924eb14482dceac0')
 
 build() {
   cd "$srcdir/$pkgname-$pkgver"


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

2018-10-30 Thread Evangelos Foutras via arch-commits
Date: Tuesday, October 30, 2018 @ 13:30:18
  Author: foutrelis
Revision: 337579

archrelease: copy trunk to extra-x86_64

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

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

Deleted: PKGBUILD
===
--- PKGBUILD2018-10-30 13:30:12 UTC (rev 337578)
+++ PKGBUILD2018-10-30 13:30:18 UTC (rev 337579)
@@ -1,34 +0,0 @@
-# $Id$
-# Maintainer: Evangelos Foutras 
-# Contributor: tobias 
-
-pkgname=xfce4-notifyd
-pkgver=0.4.2
-pkgrel=1
-pkgdesc="Notification daemon for the Xfce desktop"
-arch=('x86_64')
-url="http://goodies.xfce.org/projects/applications/xfce4-notifyd;
-license=('GPL2')
-groups=('xfce4-goodies')
-depends=('libxfce4ui' 'libnotify' 'hicolor-icon-theme')
-makedepends=('intltool' 'python' 'xfce4-panel')
-provides=('notification-daemon')
-source=(https://archive.xfce.org/src/apps/$pkgname/${pkgver%.*}/$pkgname-$pkgver.tar.bz2)
-sha256sums=('f6f28af47fdfb41db84bd003f0d76f5f4abf2137d1e27e9d378f063bb8f82356')
-
-build() {
-  cd "$srcdir/$pkgname-$pkgver"
-
-  ./configure \
---prefix=/usr \
---disable-static \
---disable-debug
-  make
-}
-
-package() {
-  cd "$srcdir/$pkgname-$pkgver"
-  make DESTDIR="$pkgdir" install
-}
-
-# vim:set ts=2 sw=2 et:

Copied: xfce4-notifyd/repos/extra-x86_64/PKGBUILD (from rev 337578, 
xfce4-notifyd/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2018-10-30 13:30:18 UTC (rev 337579)
@@ -0,0 +1,33 @@
+# Maintainer: Evangelos Foutras 
+# Contributor: tobias 
+
+pkgname=xfce4-notifyd
+pkgver=0.4.3
+pkgrel=1
+pkgdesc="Notification daemon for the Xfce desktop"
+arch=('x86_64')
+url="http://goodies.xfce.org/projects/applications/xfce4-notifyd;
+license=('GPL2')
+groups=('xfce4-goodies')
+depends=('libxfce4ui' 'libnotify' 'hicolor-icon-theme')
+makedepends=('intltool' 'python' 'xfce4-panel')
+provides=('notification-daemon')
+source=(https://archive.xfce.org/src/apps/$pkgname/${pkgver%.*}/$pkgname-$pkgver.tar.bz2)
+sha256sums=('293dda084cfca4887ae740e2725fdfc64412bc10eac7a55a924eb14482dceac0')
+
+build() {
+  cd "$srcdir/$pkgname-$pkgver"
+
+  ./configure \
+--prefix=/usr \
+--disable-static \
+--disable-debug
+  make
+}
+
+package() {
+  cd "$srcdir/$pkgname-$pkgver"
+  make DESTDIR="$pkgdir" install
+}
+
+# vim:set ts=2 sw=2 et:


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

2018-10-30 Thread Evangelos Foutras via arch-commits
Date: Tuesday, October 30, 2018 @ 13:29:02
  Author: foutrelis
Revision: 337577

archrelease: copy trunk to extra-x86_64

Added:
  xfce4-clipman-plugin/repos/extra-x86_64/PKGBUILD
(from rev 337576, xfce4-clipman-plugin/trunk/PKGBUILD)
Deleted:
  xfce4-clipman-plugin/repos/extra-x86_64/PKGBUILD

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

Deleted: PKGBUILD
===
--- PKGBUILD2018-10-30 13:28:57 UTC (rev 337576)
+++ PKGBUILD2018-10-30 13:29:02 UTC (rev 337577)
@@ -1,36 +0,0 @@
-# $Id$
-# Maintainer: Evangelos Foutras 
-# Contributor: tobias 
-# Contributor: Aurelien Foret 
-
-pkgname=xfce4-clipman-plugin
-pkgver=1.4.2
-pkgrel=2
-pkgdesc="A clipboard plugin for the Xfce4 panel"
-arch=('i686' 'x86_64')
-license=('GPL2')
-url="http://goodies.xfce.org/projects/panel-plugins/xfce4-clipman-plugin;
-groups=('xfce4-goodies')
-depends=('xfce4-panel' 'libxtst' 'qrencode')
-makedepends=('intltool')
-source=(http://archive.xfce.org/src/panel-plugins/$pkgname/${pkgver%.*}/$pkgname-$pkgver.tar.bz2)
-sha256sums=('cf2b45e327e67cc187dcb99a6ef6d95570463045accd24540e17172f005189b3')
-
-build() {
-  cd "$srcdir/$pkgname-$pkgver"
-
-  ./configure \
---prefix=/usr \
---sysconfdir=/etc \
---libexecdir=/usr/lib \
---localstatedir=/var \
---disable-debug
-  make
-}
-
-package() {
-  cd "$srcdir/$pkgname-$pkgver"
-  make DESTDIR="$pkgdir" install
-}
-
-# vim:set ts=2 sw=2 et:

Copied: xfce4-clipman-plugin/repos/extra-x86_64/PKGBUILD (from rev 337576, 
xfce4-clipman-plugin/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2018-10-30 13:29:02 UTC (rev 337577)
@@ -0,0 +1,35 @@
+# Maintainer: Evangelos Foutras 
+# Contributor: tobias 
+# Contributor: Aurelien Foret 
+
+pkgname=xfce4-clipman-plugin
+pkgver=1.4.3
+pkgrel=1
+pkgdesc="A clipboard plugin for the Xfce4 panel"
+arch=('x86_64')
+license=('GPL2')
+url="http://goodies.xfce.org/projects/panel-plugins/xfce4-clipman-plugin;
+groups=('xfce4-goodies')
+depends=('xfce4-panel' 'libxtst' 'qrencode')
+makedepends=('intltool')
+source=(https://archive.xfce.org/src/panel-plugins/$pkgname/${pkgver%.*}/$pkgname-$pkgver.tar.bz2)
+sha256sums=('29cdb85efb54bd5c9c04cc695b7c4914d6dff972b9fd969cbfb5504e9c632ad2')
+
+build() {
+  cd "$srcdir/$pkgname-$pkgver"
+
+  ./configure \
+--prefix=/usr \
+--sysconfdir=/etc \
+--libexecdir=/usr/lib \
+--localstatedir=/var \
+--disable-debug
+  make
+}
+
+package() {
+  cd "$srcdir/$pkgname-$pkgver"
+  make DESTDIR="$pkgdir" install
+}
+
+# vim:set ts=2 sw=2 et:


[arch-commits] Commit in xfce4-clipman-plugin/trunk (PKGBUILD)

2018-10-30 Thread Evangelos Foutras via arch-commits
Date: Tuesday, October 30, 2018 @ 13:28:57
  Author: foutrelis
Revision: 337576

upgpkg: xfce4-clipman-plugin 1.4.3-1

New upstream release.

Modified:
  xfce4-clipman-plugin/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2018-10-30 12:15:58 UTC (rev 337575)
+++ PKGBUILD2018-10-30 13:28:57 UTC (rev 337576)
@@ -3,8 +3,8 @@
 # Contributor: Aurelien Foret 
 
 pkgname=xfce4-clipman-plugin
-pkgver=1.4.2
-pkgrel=2
+pkgver=1.4.3
+pkgrel=1
 pkgdesc="A clipboard plugin for the Xfce4 panel"
 arch=('x86_64')
 license=('GPL2')
@@ -13,7 +13,7 @@
 depends=('xfce4-panel' 'libxtst' 'qrencode')
 makedepends=('intltool')
 
source=(https://archive.xfce.org/src/panel-plugins/$pkgname/${pkgver%.*}/$pkgname-$pkgver.tar.bz2)
-sha256sums=('cf2b45e327e67cc187dcb99a6ef6d95570463045accd24540e17172f005189b3')
+sha256sums=('29cdb85efb54bd5c9c04cc695b7c4914d6dff972b9fd969cbfb5504e9c632ad2')
 
 build() {
   cd "$srcdir/$pkgname-$pkgver"


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

2018-10-30 Thread Evangelos Foutras via arch-commits
Date: Tuesday, October 30, 2018 @ 13:24:00
  Author: foutrelis
Revision: 399623

archrelease: copy trunk to community-any

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

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

Deleted: PKGBUILD
===
--- PKGBUILD2018-10-30 13:23:54 UTC (rev 399622)
+++ PKGBUILD2018-10-30 13:24:00 UTC (rev 399623)
@@ -1,37 +0,0 @@
-# $Id$
-# Maintainer: Evangelos Foutras https://github.com/openstack/stevedore;
-license=('Apache')
-makedepends=('python-setuptools' 'python2-setuptools' 'git')
-options=('!emptydirs')
-source=(https://pypi.org/packages/source/s/stevedore/stevedore-$pkgver.tar.gz)
-sha256sums=('1e153545aca7a6a49d8337acca4f41c212fbfa60bf864ecd056df0cafb9627e8')
-
-prepare() {
-  cd "$srcdir/stevedore-$pkgver"
-
-  # Remove dependency on pbr; it's not a runtime dependency
-  sed -i '/pbr/d' requirements.txt
-}
-
-package_python-stevedore() {
-  depends=('python-setuptools' 'python-six')
-
-  cd "$srcdir/stevedore-$pkgver"
-  python3 setup.py install --root="$pkgdir" -O1
-}
-
-package_python2-stevedore() {
-  depends=('python2-setuptools' 'python2-six')
-
-  cd "$srcdir/stevedore-$pkgver"
-  python2 setup.py install --root="$pkgdir" -O1
-}
-
-# vim:set ts=2 sw=2 et:

Copied: python-stevedore/repos/community-any/PKGBUILD (from rev 399622, 
python-stevedore/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2018-10-30 13:24:00 UTC (rev 399623)
@@ -0,0 +1,36 @@
+# Maintainer: Evangelos Foutras https://github.com/openstack/stevedore;
+license=('Apache')
+makedepends=('python-setuptools' 'python2-setuptools' 'git')
+options=('!emptydirs')
+source=(https://pypi.org/packages/source/s/stevedore/stevedore-$pkgver.tar.gz)
+sha256sums=('b92bc7add1a53fb76c634a178978d113330aaf2006f9498d9e2414b31fbfc104')
+
+prepare() {
+  cd "$srcdir/stevedore-$pkgver"
+
+  # Remove dependency on pbr; it's not a runtime dependency
+  sed -i '/pbr/d' requirements.txt
+}
+
+package_python-stevedore() {
+  depends=('python-setuptools' 'python-six')
+
+  cd "$srcdir/stevedore-$pkgver"
+  python3 setup.py install --root="$pkgdir" -O1
+}
+
+package_python2-stevedore() {
+  depends=('python2-setuptools' 'python2-six')
+
+  cd "$srcdir/stevedore-$pkgver"
+  python2 setup.py install --root="$pkgdir" -O1
+}
+
+# vim:set ts=2 sw=2 et:


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

2018-10-30 Thread Evangelos Foutras via arch-commits
Date: Tuesday, October 30, 2018 @ 13:23:54
  Author: foutrelis
Revision: 399622

upgpkg: python-stevedore 1.30.0-1

New upstream release.

Modified:
  python-stevedore/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2018-10-30 13:21:15 UTC (rev 399621)
+++ PKGBUILD2018-10-30 13:23:54 UTC (rev 399622)
@@ -1,7 +1,7 @@
 # Maintainer: Evangelos Foutras https://pypi.org/packages/source/s/stevedore/stevedore-$pkgver.tar.gz)
-sha256sums=('1e153545aca7a6a49d8337acca4f41c212fbfa60bf864ecd056df0cafb9627e8')
+sha256sums=('b92bc7add1a53fb76c634a178978d113330aaf2006f9498d9e2414b31fbfc104')
 
 prepare() {
   cd "$srcdir/stevedore-$pkgver"


[arch-commits] Commit in perl-regexp-common/repos/community-any (PKGBUILD PKGBUILD)

2018-10-30 Thread Evangelos Foutras via arch-commits
Date: Tuesday, October 30, 2018 @ 13:21:15
  Author: foutrelis
Revision: 399621

archrelease: copy trunk to community-any

Added:
  perl-regexp-common/repos/community-any/PKGBUILD
(from rev 399620, perl-regexp-common/trunk/PKGBUILD)
Deleted:
  perl-regexp-common/repos/community-any/PKGBUILD

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

Deleted: PKGBUILD
===
--- PKGBUILD2018-10-30 13:21:06 UTC (rev 399620)
+++ PKGBUILD2018-10-30 13:21:15 UTC (rev 399621)
@@ -1,39 +0,0 @@
-# $Id$
-# Maintainer: Evangelos Foutras 
-# Contributor: yaroslav 
-# Contributor: Jason St. John 
-# Contributor: Caleb Cushing 
-
-_dist=Regexp-Common
-pkgname=perl-regexp-common
-pkgver=2016010801
-pkgrel=5
-pkgdesc="Commonly requested regular expressions"
-arch=('any')
-url="http://search.cpan.org/dist/$_dist;
-license=('PerlArtistic' 'Artistic2.0' 'BSD' 'MIT')
-depends=('perl')
-options=('!emptydirs')
-source=(http://search.cpan.org/CPAN/authors/id/A/AB/ABIGAIL/$_dist-$pkgver.tar.gz)
-sha256sums=('65558ad12b5f6250c483b5980e8533048c46912d6d69c76150f8f95a5b8eb1c4')
-
-build() {
-  cd $_dist-$pkgver
-  perl Makefile.PL INSTALLDIRS=vendor
-  make
-}
-
-check() {
-  cd $_dist-$pkgver
-  make test
-}
-
-package() {
-  cd $_dist-$pkgver
-  make DESTDIR="$pkgdir" install
-
-  # We have a sale on licenses; grab yours today!
-  install -Dm644 -t "$pkgdir/usr/share/licenses/$pkgname" COPYRIGHT*
-}
-
-# vim:set ts=2 sw=2 et:

Copied: perl-regexp-common/repos/community-any/PKGBUILD (from rev 399620, 
perl-regexp-common/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2018-10-30 13:21:15 UTC (rev 399621)
@@ -0,0 +1,37 @@
+# Maintainer: Evangelos Foutras 
+# Contributor: yaroslav 
+# Contributor: Jason St. John 
+# Contributor: Caleb Cushing 
+
+pkgname=perl-regexp-common
+pkgver=2017060201
+pkgrel=1
+pkgdesc="Commonly requested regular expressions"
+arch=('any')
+url="https://metacpan.org/release/Regexp-Common;
+license=('PerlArtistic' 'Artistic2.0' 'BSD' 'MIT')
+depends=('perl')
+options=('!emptydirs')
+source=(https://cpan.metacpan.org/authors/id/A/AB/ABIGAIL/Regexp-Common-$pkgver.tar.gz)
+sha256sums=('ee07853aee06f310e040b6bf1a0199a18d81896d3219b9b35c9630d0eb69089b')
+
+build() {
+  cd Regexp-Common-$pkgver
+  perl Makefile.PL INSTALLDIRS=vendor
+  make
+}
+
+check() {
+  cd Regexp-Common-$pkgver
+  make test
+}
+
+package() {
+  cd Regexp-Common-$pkgver
+  make DESTDIR="$pkgdir" install
+
+  # We have a sale on licenses; grab yours today!
+  install -Dm644 -t "$pkgdir/usr/share/licenses/$pkgname" COPYRIGHT*
+}
+
+# vim:set ts=2 sw=2 et:


[arch-commits] Commit in perl-regexp-common/trunk (PKGBUILD)

2018-10-30 Thread Evangelos Foutras via arch-commits
Date: Tuesday, October 30, 2018 @ 13:21:06
  Author: foutrelis
Revision: 399620

upgpkg: perl-regexp-common 2017060201-1

New upstream release.

Modified:
  perl-regexp-common/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2018-10-30 12:23:58 UTC (rev 399619)
+++ PKGBUILD2018-10-30 13:21:06 UTC (rev 399620)
@@ -3,32 +3,31 @@
 # Contributor: Jason St. John 
 # Contributor: Caleb Cushing 
 
-_dist=Regexp-Common
 pkgname=perl-regexp-common
-pkgver=2016010801
-pkgrel=5
+pkgver=2017060201
+pkgrel=1
 pkgdesc="Commonly requested regular expressions"
 arch=('any')
-url="http://search.cpan.org/dist/$_dist;
+url="https://metacpan.org/release/Regexp-Common;
 license=('PerlArtistic' 'Artistic2.0' 'BSD' 'MIT')
 depends=('perl')
 options=('!emptydirs')
-source=(http://search.cpan.org/CPAN/authors/id/A/AB/ABIGAIL/$_dist-$pkgver.tar.gz)
-sha256sums=('65558ad12b5f6250c483b5980e8533048c46912d6d69c76150f8f95a5b8eb1c4')
+source=(https://cpan.metacpan.org/authors/id/A/AB/ABIGAIL/Regexp-Common-$pkgver.tar.gz)
+sha256sums=('ee07853aee06f310e040b6bf1a0199a18d81896d3219b9b35c9630d0eb69089b')
 
 build() {
-  cd $_dist-$pkgver
+  cd Regexp-Common-$pkgver
   perl Makefile.PL INSTALLDIRS=vendor
   make
 }
 
 check() {
-  cd $_dist-$pkgver
+  cd Regexp-Common-$pkgver
   make test
 }
 
 package() {
-  cd $_dist-$pkgver
+  cd Regexp-Common-$pkgver
   make DESTDIR="$pkgdir" install
 
   # We have a sale on licenses; grab yours today!


[arch-commits] Commit in lib32-sdl2/repos/multilib-x86_64 (6 files)

2018-10-30 Thread Sven-Hendrik Haase via arch-commits
Date: Tuesday, October 30, 2018 @ 12:23:58
  Author: svenstaro
Revision: 399619

archrelease: copy trunk to multilib-x86_64

Added:
  lib32-sdl2/repos/multilib-x86_64/PKGBUILD
(from rev 399618, lib32-sdl2/trunk/PKGBUILD)
  lib32-sdl2/repos/multilib-x86_64/cmake-include-paths.patch
(from rev 399618, lib32-sdl2/trunk/cmake-include-paths.patch)
  lib32-sdl2/repos/multilib-x86_64/dynapi.patch
(from rev 399618, lib32-sdl2/trunk/dynapi.patch)
Deleted:
  lib32-sdl2/repos/multilib-x86_64/PKGBUILD
  lib32-sdl2/repos/multilib-x86_64/cmake-include-paths.patch
  lib32-sdl2/repos/multilib-x86_64/dynapi.patch

---+
 PKGBUILD  |  158 -
 cmake-include-paths.patch |   90 +++
 dynapi.patch  |  168 ++--
 3 files changed, 208 insertions(+), 208 deletions(-)

Deleted: PKGBUILD
===
--- PKGBUILD2018-10-30 12:23:07 UTC (rev 399618)
+++ PKGBUILD2018-10-30 12:23:58 UTC (rev 399619)
@@ -1,79 +0,0 @@
-# Maintainer: Maxime Gauduin 
-# Contributor: Jameson Pugh 
-# Contributor: J0k3r 
-
-pkgname=lib32-sdl2
-pkgver=2.0.8
-pkgrel=9
-pkgdesc="A library for portable low-level access to a video framebuffer, audio 
output, mouse, and keyboard (Version 2. 32 -bit)"
-arch=('x86_64')
-url="https://www.libsdl.org;
-license=('MIT')
-depends=('lib32-glibc' 'lib32-libxext' 'lib32-libxrender' 'lib32-libx11' 
'lib32-libgl'
- 'lib32-libxcursor' 'sdl2')
-makedepends=('gcc-multilib' 'lib32-alsa-lib' 'lib32-mesa' 'lib32-libpulse' 
'lib32-libxrandr'
- 'lib32-libxinerama' 'lib32-wayland' 'lib32-libxkbcommon' 
'wayland-protocols'
- 'lib32-libxss' 'cmake' 'jack')
-optdepends=('lib32-alsa-lib: ALSA audio driver'
-'lib32-libpulse: PulseAudio audio driver'
-'lib32-jack: JACK audio driver')
-source=("https://www.libsdl.org/release/SDL2-${pkgver}.tar.gz"{,.sig}
-cmake-include-paths.patch dynapi.patch)
-sha512sums=('673c6058b8692a36b4a3594456b10ef6051efe79e4fb644421fc5c76b11fd68b895840a2c8b72413418c378733e2993d33f19767d0d7ed101eda6310bd70c869'
-'SKIP'
-
'53eb853153b189bd9c0978ab8c7375608b6df5fc78e22168505bf9f6e695f6fbdc553eead0b17deb734002e047c6d5ae06642363fc629aa9ab7bef0c30388c84'
-
'bdb634b070af2f67fddcdd7908fe9ec0ea49d6edb013c35aaf1dbc840f941072ee16b21e5158de500aa5ec81165780a3aaf03e27d8bb30d50c2efb2a5465f824')
-validpgpkeys=('1528635D8053A57F77D1E08630A59377A7763BE6') # Sam Lantinga
-
-prepare() {
-  cd SDL2-${pkgver}
-
-  patch -Np1 -i "${srcdir}"/cmake-include-paths.patch
-  sed -i 's|lib/cmake|lib32/cmake|' CMakeLists.txt
-
-  # Don't try to link against ibus
-  sed -i '/pkg_search_module.*ibus-1.0/d' CMakeLists.txt
-
-  # Taken from Fedora; fixes "Firewatch" and "Enter the Gungeon"
-  patch -Np1 -i "${srcdir}"/dynapi.patch
-
-  mkdir build
-}
-
-build() {
-  cd SDL2-${pkgver}/build
-
-  export CC='gcc -m32'
-  export CXX='g++ -m32'
-  export PKG_CONFIG_PATH='/usr/lib32/pkgconfig'
-
-  cmake .. \
-  -DCMAKE_INSTALL_PREFIX=/usr \
-  -DLIB_SUFFIX=32 \
-  -DSDL_STATIC=OFF \
-  -DSDL_DLOPEN=ON \
-  -DARTS=OFF \
-  -DESD=OFF \
-  -DNAS=OFF \
-  -DALSA=ON \
-  -DPULSEAUDIO_SHARED=ON \
-  -DVIDEO_WAYLAND=ON \
-  -DRPATH=OFF \
-  -DCLOCK_GETTIME=ON \
-  -DJACK_SHARED=ON
-  make
-}
-
-package() {
-  cd SDL2-${pkgver}/build
-
-  make DESTDIR="${pkgdir}" install
-  rm -rf "${pkgdir}"/usr/{bin,include,share}
-
-  sed -i "s/libSDL2\.a/libSDL2main.a/g" 
"$pkgdir"/usr/lib32/cmake/SDL2/SDL2Targets-noconfig.cmake
-
-  install -dm 755 "${pkgdir}"/usr/share/licenses
-  ln -s sdl2 "${pkgdir}"/usr/share/licenses/lib32-sdl2
-}
-
-# vim: ts=2 sw=2 et:

Copied: lib32-sdl2/repos/multilib-x86_64/PKGBUILD (from rev 399618, 
lib32-sdl2/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2018-10-30 12:23:58 UTC (rev 399619)
@@ -0,0 +1,79 @@
+# Maintainer: Maxime Gauduin 
+# Contributor: Jameson Pugh 
+# Contributor: J0k3r 
+
+pkgname=lib32-sdl2
+pkgver=2.0.8
+pkgrel=10
+pkgdesc="A library for portable low-level access to a video framebuffer, audio 
output, mouse, and keyboard (Version 2. 32 -bit)"
+arch=('x86_64')
+url="https://www.libsdl.org;
+license=('MIT')
+depends=('lib32-glibc' 'lib32-libxext' 'lib32-libxrender' 'lib32-libx11' 
'lib32-libgl'
+ 'lib32-libxcursor' 'sdl2')
+makedepends=('gcc-multilib' 'lib32-alsa-lib' 'lib32-mesa' 'lib32-libpulse' 
'lib32-libxrandr'
+ 'lib32-libxinerama' 'lib32-wayland' 'lib32-libxkbcommon' 
'wayland-protocols'
+ 'lib32-libxss' 'cmake' 'jack')
+optdepends=('lib32-alsa-lib: ALSA audio driver'
+'lib32-libpulse: PulseAudio audio driver'
+'lib32-jack: JACK audio driver')

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

2018-10-30 Thread Sven-Hendrik Haase via arch-commits
Date: Tuesday, October 30, 2018 @ 12:23:07
  Author: svenstaro
Revision: 399618

upgpkg: lib32-sdl2 2.0.8-10

Modified:
  lib32-sdl2/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2018-10-30 12:20:08 UTC (rev 399617)
+++ PKGBUILD2018-10-30 12:23:07 UTC (rev 399618)
@@ -4,7 +4,7 @@
 
 pkgname=lib32-sdl2
 pkgver=2.0.8
-pkgrel=9
+pkgrel=10
 pkgdesc="A library for portable low-level access to a video framebuffer, audio 
output, mouse, and keyboard (Version 2. 32 -bit)"
 arch=('x86_64')
 url="https://www.libsdl.org;


[arch-commits] Commit in lib32-sdl2/repos/multilib-x86_64 (6 files)

2018-10-30 Thread Sven-Hendrik Haase via arch-commits
Date: Tuesday, October 30, 2018 @ 12:20:08
  Author: svenstaro
Revision: 399617

archrelease: copy trunk to multilib-x86_64

Added:
  lib32-sdl2/repos/multilib-x86_64/PKGBUILD
(from rev 399616, lib32-sdl2/trunk/PKGBUILD)
  lib32-sdl2/repos/multilib-x86_64/cmake-include-paths.patch
(from rev 399616, lib32-sdl2/trunk/cmake-include-paths.patch)
  lib32-sdl2/repos/multilib-x86_64/dynapi.patch
(from rev 399616, lib32-sdl2/trunk/dynapi.patch)
Deleted:
  lib32-sdl2/repos/multilib-x86_64/PKGBUILD
  lib32-sdl2/repos/multilib-x86_64/cmake-include-paths.patch
  lib32-sdl2/repos/multilib-x86_64/dynapi.patch

---+
 PKGBUILD  |  158 -
 cmake-include-paths.patch |   90 +++
 dynapi.patch  |  168 ++--
 3 files changed, 208 insertions(+), 208 deletions(-)

Deleted: PKGBUILD
===
--- PKGBUILD2018-10-30 12:19:59 UTC (rev 399616)
+++ PKGBUILD2018-10-30 12:20:08 UTC (rev 399617)
@@ -1,79 +0,0 @@
-# $Id$
-# Maintainer: Maxime Gauduin 
-# Contributor: Jameson Pugh 
-# Contributor: J0k3r 
-
-pkgname=lib32-sdl2
-pkgver=2.0.8
-pkgrel=9
-pkgdesc="A library for portable low-level access to a video framebuffer, audio 
output, mouse, and keyboard (Version 2. 32 -bit)"
-arch=('x86_64')
-url="https://www.libsdl.org;
-license=('MIT')
-depends=('lib32-glibc' 'lib32-libxext' 'lib32-libxrender' 'lib32-libx11' 
'lib32-libgl'
- 'lib32-libxcursor' 'sdl2')
-makedepends=('gcc-multilib' 'lib32-alsa-lib' 'lib32-mesa' 'lib32-libpulse' 
'lib32-libxrandr'
- 'lib32-libxinerama' 'lib32-wayland' 'lib32-libxkbcommon' 
'wayland-protocols'
- 'lib32-libxss' 'cmake')
-optdepends=('lib32-alsa-lib: ALSA audio driver'
-'lib32-libpulse: PulseAudio audio driver')
-source=("https://www.libsdl.org/release/SDL2-${pkgver}.tar.gz"{,.sig}
-cmake-include-paths.patch dynapi.patch)
-sha512sums=('673c6058b8692a36b4a3594456b10ef6051efe79e4fb644421fc5c76b11fd68b895840a2c8b72413418c378733e2993d33f19767d0d7ed101eda6310bd70c869'
-'SKIP'
-
'53eb853153b189bd9c0978ab8c7375608b6df5fc78e22168505bf9f6e695f6fbdc553eead0b17deb734002e047c6d5ae06642363fc629aa9ab7bef0c30388c84'
-
'bdb634b070af2f67fddcdd7908fe9ec0ea49d6edb013c35aaf1dbc840f941072ee16b21e5158de500aa5ec81165780a3aaf03e27d8bb30d50c2efb2a5465f824')
-validpgpkeys=('1528635D8053A57F77D1E08630A59377A7763BE6') # Sam Lantinga
-
-prepare() {
-  cd SDL2-${pkgver}
-
-  patch -Np1 -i "${srcdir}"/cmake-include-paths.patch
-  sed -i 's|lib/cmake|lib32/cmake|' CMakeLists.txt
-
-  # Don't try to link against ibus
-  sed -i '/pkg_search_module.*ibus-1.0/d' CMakeLists.txt
-
-  # Taken from Fedora; fixes "Firewatch" and "Enter the Gungeon"
-  patch -Np1 -i "${srcdir}"/dynapi.patch
-
-  rm -rf build
-  mkdir build
-}
-
-build() {
-  cd SDL2-${pkgver}/build
-
-  export CC='gcc -m32'
-  export CXX='g++ -m32'
-  export PKG_CONFIG_PATH='/usr/lib32/pkgconfig'
-
-  cmake .. \
-  -DCMAKE_INSTALL_PREFIX=/usr \
-  -DLIB_SUFFIX=32 \
-  -DSDL_STATIC=OFF \
-  -DSDL_DLOPEN=ON \
-  -DARTS=OFF \
-  -DESD=OFF \
-  -DNAS=OFF \
-  -DALSA=ON \
-  -DPULSEAUDIO_SHARED=ON \
-  -DVIDEO_WAYLAND=ON \
-  -DRPATH=OFF \
-  -DCLOCK_GETTIME=ON
-  make
-}
-
-package() {
-  cd SDL2-${pkgver}/build
-
-  make DESTDIR="${pkgdir}" install
-  rm -rf "${pkgdir}"/usr/{bin,include,share}
-
-  sed -i "s/libSDL2\.a/libSDL2main.a/g" 
"$pkgdir"/usr/lib32/cmake/SDL2/SDL2Targets-noconfig.cmake
-
-  install -dm 755 "${pkgdir}"/usr/share/licenses
-  ln -s sdl2 "${pkgdir}"/usr/share/licenses/lib32-sdl2
-}
-
-# vim: ts=2 sw=2 et:

Copied: lib32-sdl2/repos/multilib-x86_64/PKGBUILD (from rev 399616, 
lib32-sdl2/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2018-10-30 12:20:08 UTC (rev 399617)
@@ -0,0 +1,79 @@
+# Maintainer: Maxime Gauduin 
+# Contributor: Jameson Pugh 
+# Contributor: J0k3r 
+
+pkgname=lib32-sdl2
+pkgver=2.0.8
+pkgrel=9
+pkgdesc="A library for portable low-level access to a video framebuffer, audio 
output, mouse, and keyboard (Version 2. 32 -bit)"
+arch=('x86_64')
+url="https://www.libsdl.org;
+license=('MIT')
+depends=('lib32-glibc' 'lib32-libxext' 'lib32-libxrender' 'lib32-libx11' 
'lib32-libgl'
+ 'lib32-libxcursor' 'sdl2')
+makedepends=('gcc-multilib' 'lib32-alsa-lib' 'lib32-mesa' 'lib32-libpulse' 
'lib32-libxrandr'
+ 'lib32-libxinerama' 'lib32-wayland' 'lib32-libxkbcommon' 
'wayland-protocols'
+ 'lib32-libxss' 'cmake' 'jack')
+optdepends=('lib32-alsa-lib: ALSA audio driver'
+'lib32-libpulse: PulseAudio audio driver'
+'lib32-jack: JACK audio driver')
+source=("https://www.libsdl.org/release/SDL2-${pkgver}.tar.gz"{,.sig}
+

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

2018-10-30 Thread Sven-Hendrik Haase via arch-commits
Date: Tuesday, October 30, 2018 @ 12:19:59
  Author: svenstaro
Revision: 399616

upgpkg: lib32-sdl2 2.0.8-9

Use jack instead of jack2

Modified:
  lib32-sdl2/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2018-10-30 10:47:36 UTC (rev 399615)
+++ PKGBUILD2018-10-30 12:19:59 UTC (rev 399616)
@@ -13,9 +13,10 @@
  'lib32-libxcursor' 'sdl2')
 makedepends=('gcc-multilib' 'lib32-alsa-lib' 'lib32-mesa' 'lib32-libpulse' 
'lib32-libxrandr'
  'lib32-libxinerama' 'lib32-wayland' 'lib32-libxkbcommon' 
'wayland-protocols'
- 'lib32-libxss' 'cmake')
+ 'lib32-libxss' 'cmake' 'jack')
 optdepends=('lib32-alsa-lib: ALSA audio driver'
-'lib32-libpulse: PulseAudio audio driver')
+'lib32-libpulse: PulseAudio audio driver'
+'lib32-jack: JACK audio driver')
 source=("https://www.libsdl.org/release/SDL2-${pkgver}.tar.gz"{,.sig}
 cmake-include-paths.patch dynapi.patch)
 
sha512sums=('673c6058b8692a36b4a3594456b10ef6051efe79e4fb644421fc5c76b11fd68b895840a2c8b72413418c378733e2993d33f19767d0d7ed101eda6310bd70c869'
@@ -36,7 +37,6 @@
   # Taken from Fedora; fixes "Firewatch" and "Enter the Gungeon"
   patch -Np1 -i "${srcdir}"/dynapi.patch
 
-  rm -rf build
   mkdir build
 }
 
@@ -59,7 +59,8 @@
   -DPULSEAUDIO_SHARED=ON \
   -DVIDEO_WAYLAND=ON \
   -DRPATH=OFF \
-  -DCLOCK_GETTIME=ON
+  -DCLOCK_GETTIME=ON \
+  -DJACK_SHARED=ON
   make
 }
 


[arch-commits] Commit in sdl2/repos/extra-x86_64 (6 files)

2018-10-30 Thread Sven-Hendrik Haase via arch-commits
Date: Tuesday, October 30, 2018 @ 12:15:58
  Author: svenstaro
Revision: 337575

archrelease: copy trunk to extra-x86_64

Added:
  sdl2/repos/extra-x86_64/PKGBUILD
(from rev 337574, sdl2/trunk/PKGBUILD)
  sdl2/repos/extra-x86_64/cmake-include-paths.patch
(from rev 337574, sdl2/trunk/cmake-include-paths.patch)
  sdl2/repos/extra-x86_64/dynapi.patch
(from rev 337574, sdl2/trunk/dynapi.patch)
Deleted:
  sdl2/repos/extra-x86_64/PKGBUILD
  sdl2/repos/extra-x86_64/cmake-include-paths.patch
  sdl2/repos/extra-x86_64/dynapi.patch

---+
 PKGBUILD  |  127 -
 cmake-include-paths.patch |   90 +++
 dynapi.patch  |  168 ++--
 3 files changed, 192 insertions(+), 193 deletions(-)

Deleted: PKGBUILD
===
--- PKGBUILD2018-10-30 12:15:46 UTC (rev 337574)
+++ PKGBUILD2018-10-30 12:15:58 UTC (rev 337575)
@@ -1,64 +0,0 @@
-# Maintainer: Sven-Hendrik Haase 
-
-pkgname=sdl2
-pkgver=2.0.8
-pkgrel=10
-pkgdesc="A library for portable low-level access to a video framebuffer, audio 
output, mouse, and keyboard (Version 2)"
-arch=('x86_64')
-url="https://www.libsdl.org;
-license=('MIT')
-depends=('glibc' 'libxext' 'libxrender' 'libx11' 'libgl' 'libxcursor' 
'libibus')
-makedepends=('alsa-lib' 'mesa' 'libpulse' 'libxrandr' 'libxinerama' 'wayland' 
'libxkbcommon'
- 'wayland-protocols' 'ibus' 'fcitx' 'libxss' 'cmake' 'jack2')
-optdepends=('alsa-lib: ALSA audio driver'
-'libpulse: PulseAudio audio driver'
-'jack2: JACK audio driver')
-source=("https://www.libsdl.org/release/SDL2-${pkgver}.tar.gz"{,.sig}
-cmake-include-paths.patch dynapi.patch)
-sha512sums=('673c6058b8692a36b4a3594456b10ef6051efe79e4fb644421fc5c76b11fd68b895840a2c8b72413418c378733e2993d33f19767d0d7ed101eda6310bd70c869'
-'SKIP'
-
'53eb853153b189bd9c0978ab8c7375608b6df5fc78e22168505bf9f6e695f6fbdc553eead0b17deb734002e047c6d5ae06642363fc629aa9ab7bef0c30388c84'
-
'bdb634b070af2f67fddcdd7908fe9ec0ea49d6edb013c35aaf1dbc840f941072ee16b21e5158de500aa5ec81165780a3aaf03e27d8bb30d50c2efb2a5465f824')
-validpgpkeys=('1528635D8053A57F77D1E08630A59377A7763BE6') # Sam Lantinga
-
-prepare() {
-  cd SDL2-${pkgver}
-
-  patch -Np1 -i "${srcdir}"/cmake-include-paths.patch
-
-  # Taken from Fedora; fixes "Firewatch" and "Enter the Gungeon"
-  patch -Np1 -i "${srcdir}"/dynapi.patch
-
-  rm -rf build
-  mkdir build
-}
-
-build() {
-  cd SDL2-${pkgver}/build
-  cmake .. \
-  -DCMAKE_INSTALL_PREFIX=/usr \
-  -DSDL_STATIC=OFF \
-  -DSDL_DLOPEN=ON \
-  -DARTS=OFF \
-  -DESD=OFF \
-  -DNAS=OFF \
-  -DALSA=ON \
-  -DPULSEAUDIO_SHARED=ON \
-  -DVIDEO_WAYLAND=ON \
-  -DRPATH=OFF \
-  -DCLOCK_GETTIME=ON \
-  -DJACK_SHARED=ON
-  make
-}
-
-package() {
-  cd SDL2-${pkgver}/build
-
-  make DESTDIR="${pkgdir}" install
-
-  sed -i "s/libSDL2\.a/libSDL2main.a/g" 
"$pkgdir"/usr/lib/cmake/SDL2/SDL2Targets-noconfig.cmake
-
-  install -Dm644 ../COPYING.txt "$pkgdir/usr/share/licenses/$pkgname/LICENSE"
-}
-
-# vim: ts=2 sw=2 et:

Copied: sdl2/repos/extra-x86_64/PKGBUILD (from rev 337574, sdl2/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2018-10-30 12:15:58 UTC (rev 337575)
@@ -0,0 +1,63 @@
+# Maintainer: Sven-Hendrik Haase 
+
+pkgname=sdl2
+pkgver=2.0.8
+pkgrel=11
+pkgdesc="A library for portable low-level access to a video framebuffer, audio 
output, mouse, and keyboard (Version 2)"
+arch=('x86_64')
+url="https://www.libsdl.org;
+license=('MIT')
+depends=('glibc' 'libxext' 'libxrender' 'libx11' 'libgl' 'libxcursor' 
'libibus')
+makedepends=('alsa-lib' 'mesa' 'libpulse' 'libxrandr' 'libxinerama' 'wayland' 
'libxkbcommon'
+ 'wayland-protocols' 'ibus' 'fcitx' 'libxss' 'cmake' 'jack')
+optdepends=('alsa-lib: ALSA audio driver'
+'libpulse: PulseAudio audio driver'
+'jack: JACK audio driver')
+source=("https://www.libsdl.org/release/SDL2-${pkgver}.tar.gz"{,.sig}
+cmake-include-paths.patch dynapi.patch)
+sha512sums=('673c6058b8692a36b4a3594456b10ef6051efe79e4fb644421fc5c76b11fd68b895840a2c8b72413418c378733e2993d33f19767d0d7ed101eda6310bd70c869'
+'SKIP'
+
'53eb853153b189bd9c0978ab8c7375608b6df5fc78e22168505bf9f6e695f6fbdc553eead0b17deb734002e047c6d5ae06642363fc629aa9ab7bef0c30388c84'
+
'bdb634b070af2f67fddcdd7908fe9ec0ea49d6edb013c35aaf1dbc840f941072ee16b21e5158de500aa5ec81165780a3aaf03e27d8bb30d50c2efb2a5465f824')
+validpgpkeys=('1528635D8053A57F77D1E08630A59377A7763BE6') # Sam Lantinga
+
+prepare() {
+  cd SDL2-${pkgver}
+
+  patch -Np1 -i "${srcdir}"/cmake-include-paths.patch
+
+  # Taken from Fedora; fixes "Firewatch" and "Enter the Gungeon"
+  patch -Np1 -i "${srcdir}"/dynapi.patch
+
+ 

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

2018-10-30 Thread Sven-Hendrik Haase via arch-commits
Date: Tuesday, October 30, 2018 @ 12:15:46
  Author: svenstaro
Revision: 337574

upgpkg: sdl2 2.0.8-11

Use jack instead of jack2

Modified:
  sdl2/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2018-10-30 10:27:19 UTC (rev 337573)
+++ PKGBUILD2018-10-30 12:15:46 UTC (rev 337574)
@@ -2,7 +2,7 @@
 
 pkgname=sdl2
 pkgver=2.0.8
-pkgrel=10
+pkgrel=11
 pkgdesc="A library for portable low-level access to a video framebuffer, audio 
output, mouse, and keyboard (Version 2)"
 arch=('x86_64')
 url="https://www.libsdl.org;
@@ -9,10 +9,10 @@
 license=('MIT')
 depends=('glibc' 'libxext' 'libxrender' 'libx11' 'libgl' 'libxcursor' 
'libibus')
 makedepends=('alsa-lib' 'mesa' 'libpulse' 'libxrandr' 'libxinerama' 'wayland' 
'libxkbcommon'
- 'wayland-protocols' 'ibus' 'fcitx' 'libxss' 'cmake' 'jack2')
+ 'wayland-protocols' 'ibus' 'fcitx' 'libxss' 'cmake' 'jack')
 optdepends=('alsa-lib: ALSA audio driver'
 'libpulse: PulseAudio audio driver'
-'jack2: JACK audio driver')
+'jack: JACK audio driver')
 source=("https://www.libsdl.org/release/SDL2-${pkgver}.tar.gz"{,.sig}
 cmake-include-paths.patch dynapi.patch)
 
sha512sums=('673c6058b8692a36b4a3594456b10ef6051efe79e4fb644421fc5c76b11fd68b895840a2c8b72413418c378733e2993d33f19767d0d7ed101eda6310bd70c869'
@@ -29,7 +29,6 @@
   # Taken from Fedora; fixes "Firewatch" and "Enter the Gungeon"
   patch -Np1 -i "${srcdir}"/dynapi.patch
 
-  rm -rf build
   mkdir build
 }
 


[arch-commits] Commit in pngquant (3 files)

2018-10-30 Thread Massimiliano Torromeo via arch-commits
Date: Tuesday, October 30, 2018 @ 10:47:36
  Author: mtorromeo
Revision: 399615

archrelease: copy trunk to community-x86_64

Added:
  pngquant/repos/
  pngquant/repos/community-x86_64/
  pngquant/repos/community-x86_64/PKGBUILD
(from rev 399614, pngquant/trunk/PKGBUILD)

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

Copied: pngquant/repos/community-x86_64/PKGBUILD (from rev 399614, 
pngquant/trunk/PKGBUILD)
===
--- repos/community-x86_64/PKGBUILD (rev 0)
+++ repos/community-x86_64/PKGBUILD 2018-10-30 10:47:36 UTC (rev 399615)
@@ -0,0 +1,26 @@
+# Maintainer: Massimiliano Torromeo 
+# Contributor: Hannes Graeuler 
+
+pkgname=pngquant
+pkgver=2.12.2
+pkgrel=1
+pkgdesc="Command-line utility to quantize PNGs down to 8-bit paletted PNGs"
+arch=('x86_64')
+url="http://pngquant.org/;
+license=('BSD')
+depends=('libpng' 'lcms2' 'libimagequant')
+source=("https://github.com/kornelski/$pkgname/archive/$pkgver/$pkgname-$pkgver.tar.gz;)
+sha256sums=('5edf7c5bffd07e5d28fcc6d4d94a187c30b532c52ac986b3e45aff3dce0567dc')
+
+build() {
+cd "$srcdir/$pkgname-$pkgver"
+./configure --prefix=/usr --with-openmp --with-libimagequant=/usr/lib
+make
+}
+
+package() {
+cd "$srcdir/$pkgname-$pkgver"
+install -dm755 "$pkgdir/usr/bin"
+make DESTDIR="$pkgdir" PREFIX=/usr install
+install -Dm644 COPYRIGHT "$pkgdir/usr/share/licenses/$pkgname/LICENSE"
+}


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

2018-10-30 Thread Massimiliano Torromeo via arch-commits
Date: Tuesday, October 30, 2018 @ 10:47:21
  Author: mtorromeo
Revision: 399614

archrelease: copy trunk to community-x86_64

Added:
  libimagequant/repos/community-x86_64/PKGBUILD
(from rev 399613, libimagequant/trunk/PKGBUILD)
Deleted:
  libimagequant/repos/community-x86_64/PKGBUILD

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

Deleted: PKGBUILD
===
--- PKGBUILD2018-10-30 10:47:06 UTC (rev 399613)
+++ PKGBUILD2018-10-30 10:47:21 UTC (rev 399614)
@@ -1,29 +0,0 @@
-# Maintainer: Massimiliano Torromeo 
-
-pkgname=libimagequant
-pkgver=2.12.2
-pkgrel=1
-pkgdesc="Library for high-quality conversion of RGBA images to 8-bit 
indexed-color (palette) images"
-arch=('i686' 'x86_64')
-url="https://pngquant.org/lib/;
-license=('BSD')
-depends=('gcc-libs')
-source=("https://github.com/ImageOptim/libimagequant/archive/$pkgver/libimagequant-$pkgver.tar.gz;)
-sha256sums=('23ccecb4898ec17474914cfd2fbc4684425f7fd249117f2f1e3f3ba0bf8159e6')
-
-prepare() {
-cd "$srcdir/$pkgname-$pkgver"
-sed -r 's/^install:.*/install:/;/install.*STATICLIB/d' -i Makefile
-}
-
-build() {
-cd "$srcdir/$pkgname-$pkgver"
-./configure --prefix=/usr --with-openmp
-make shared imagequant.pc
-}
-
-package() {
-cd "$srcdir/$pkgname-$pkgver"
-make DESTDIR="$pkgdir" PREFIX=/usr install
-install -Dm644 COPYRIGHT "$pkgdir/usr/share/licenses/$pkgname/LICENSE"
-}

Copied: libimagequant/repos/community-x86_64/PKGBUILD (from rev 399613, 
libimagequant/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2018-10-30 10:47:21 UTC (rev 399614)
@@ -0,0 +1,29 @@
+# Maintainer: Massimiliano Torromeo 
+
+pkgname=libimagequant
+pkgver=2.12.2
+pkgrel=1
+pkgdesc="Library for high-quality conversion of RGBA images to 8-bit 
indexed-color (palette) images"
+arch=('x86_64')
+url="https://pngquant.org/lib/;
+license=('BSD')
+depends=('gcc-libs')
+source=("https://github.com/ImageOptim/libimagequant/archive/$pkgver/libimagequant-$pkgver.tar.gz;)
+sha256sums=('23ccecb4898ec17474914cfd2fbc4684425f7fd249117f2f1e3f3ba0bf8159e6')
+
+prepare() {
+cd "$srcdir/$pkgname-$pkgver"
+sed -r 's/^install:.*/install:/;/install.*STATICLIB/d' -i Makefile
+}
+
+build() {
+cd "$srcdir/$pkgname-$pkgver"
+./configure --prefix=/usr --with-openmp
+make shared imagequant.pc
+}
+
+package() {
+cd "$srcdir/$pkgname-$pkgver"
+make DESTDIR="$pkgdir" PREFIX=/usr install
+install -Dm644 COPYRIGHT "$pkgdir/usr/share/licenses/$pkgname/LICENSE"
+}


[arch-commits] Commit in libimagequant (3 files)

2018-10-30 Thread Massimiliano Torromeo via arch-commits
Date: Tuesday, October 30, 2018 @ 10:46:25
  Author: mtorromeo
Revision: 399612

archrelease: copy trunk to community-x86_64

Added:
  libimagequant/repos/
  libimagequant/repos/community-x86_64/
  libimagequant/repos/community-x86_64/PKGBUILD
(from rev 399611, libimagequant/trunk/PKGBUILD)

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

Copied: libimagequant/repos/community-x86_64/PKGBUILD (from rev 399611, 
libimagequant/trunk/PKGBUILD)
===
--- repos/community-x86_64/PKGBUILD (rev 0)
+++ repos/community-x86_64/PKGBUILD 2018-10-30 10:46:25 UTC (rev 399612)
@@ -0,0 +1,29 @@
+# Maintainer: Massimiliano Torromeo 
+
+pkgname=libimagequant
+pkgver=2.12.2
+pkgrel=1
+pkgdesc="Library for high-quality conversion of RGBA images to 8-bit 
indexed-color (palette) images"
+arch=('i686' 'x86_64')
+url="https://pngquant.org/lib/;
+license=('BSD')
+depends=('gcc-libs')
+source=("https://github.com/ImageOptim/libimagequant/archive/$pkgver/libimagequant-$pkgver.tar.gz;)
+sha256sums=('23ccecb4898ec17474914cfd2fbc4684425f7fd249117f2f1e3f3ba0bf8159e6')
+
+prepare() {
+cd "$srcdir/$pkgname-$pkgver"
+sed -r 's/^install:.*/install:/;/install.*STATICLIB/d' -i Makefile
+}
+
+build() {
+cd "$srcdir/$pkgname-$pkgver"
+./configure --prefix=/usr --with-openmp
+make shared imagequant.pc
+}
+
+package() {
+cd "$srcdir/$pkgname-$pkgver"
+make DESTDIR="$pkgdir" PREFIX=/usr install
+install -Dm644 COPYRIGHT "$pkgdir/usr/share/licenses/$pkgname/LICENSE"
+}


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

2018-10-30 Thread Massimiliano Torromeo via arch-commits
Date: Tuesday, October 30, 2018 @ 10:47:06
  Author: mtorromeo
Revision: 399613

Forgot to remove i686 from arch

Modified:
  libimagequant/trunk/PKGBUILD
  pngquant/trunk/PKGBUILD

--+
 libimagequant/trunk/PKGBUILD |2 +-
 pngquant/trunk/PKGBUILD  |2 +-
 2 files changed, 2 insertions(+), 2 deletions(-)

Modified: libimagequant/trunk/PKGBUILD
===
--- libimagequant/trunk/PKGBUILD2018-10-30 10:46:25 UTC (rev 399612)
+++ libimagequant/trunk/PKGBUILD2018-10-30 10:47:06 UTC (rev 399613)
@@ -4,7 +4,7 @@
 pkgver=2.12.2
 pkgrel=1
 pkgdesc="Library for high-quality conversion of RGBA images to 8-bit 
indexed-color (palette) images"
-arch=('i686' 'x86_64')
+arch=('x86_64')
 url="https://pngquant.org/lib/;
 license=('BSD')
 depends=('gcc-libs')

Modified: pngquant/trunk/PKGBUILD
===
--- pngquant/trunk/PKGBUILD 2018-10-30 10:46:25 UTC (rev 399612)
+++ pngquant/trunk/PKGBUILD 2018-10-30 10:47:06 UTC (rev 399613)
@@ -5,7 +5,7 @@
 pkgver=2.12.2
 pkgrel=1
 pkgdesc="Command-line utility to quantize PNGs down to 8-bit paletted PNGs"
-arch=('i686' 'x86_64')
+arch=('x86_64')
 url="http://pngquant.org/;
 license=('BSD')
 depends=('libpng' 'lcms2' 'libimagequant')


[arch-commits] Commit in (6 files)

2018-10-30 Thread Massimiliano Torromeo via arch-commits
Date: Tuesday, October 30, 2018 @ 10:45:45
  Author: mtorromeo
Revision: 399611

addpkg: libimagequant and pngquant

Added:
  libimagequant/
  libimagequant/trunk/
  libimagequant/trunk/PKGBUILD
  pngquant/
  pngquant/trunk/
  pngquant/trunk/PKGBUILD

--+
 libimagequant/trunk/PKGBUILD |   29 +
 pngquant/trunk/PKGBUILD  |   26 ++
 2 files changed, 55 insertions(+)

Added: libimagequant/trunk/PKGBUILD
===
--- libimagequant/trunk/PKGBUILD(rev 0)
+++ libimagequant/trunk/PKGBUILD2018-10-30 10:45:45 UTC (rev 399611)
@@ -0,0 +1,29 @@
+# Maintainer: Massimiliano Torromeo 
+
+pkgname=libimagequant
+pkgver=2.12.2
+pkgrel=1
+pkgdesc="Library for high-quality conversion of RGBA images to 8-bit 
indexed-color (palette) images"
+arch=('i686' 'x86_64')
+url="https://pngquant.org/lib/;
+license=('BSD')
+depends=('gcc-libs')
+source=("https://github.com/ImageOptim/libimagequant/archive/$pkgver/libimagequant-$pkgver.tar.gz;)
+sha256sums=('23ccecb4898ec17474914cfd2fbc4684425f7fd249117f2f1e3f3ba0bf8159e6')
+
+prepare() {
+cd "$srcdir/$pkgname-$pkgver"
+sed -r 's/^install:.*/install:/;/install.*STATICLIB/d' -i Makefile
+}
+
+build() {
+cd "$srcdir/$pkgname-$pkgver"
+./configure --prefix=/usr --with-openmp
+make shared imagequant.pc
+}
+
+package() {
+cd "$srcdir/$pkgname-$pkgver"
+make DESTDIR="$pkgdir" PREFIX=/usr install
+install -Dm644 COPYRIGHT "$pkgdir/usr/share/licenses/$pkgname/LICENSE"
+}

Added: pngquant/trunk/PKGBUILD
===
--- pngquant/trunk/PKGBUILD (rev 0)
+++ pngquant/trunk/PKGBUILD 2018-10-30 10:45:45 UTC (rev 399611)
@@ -0,0 +1,26 @@
+# Maintainer: Massimiliano Torromeo 
+# Contributor: Hannes Graeuler 
+
+pkgname=pngquant
+pkgver=2.12.2
+pkgrel=1
+pkgdesc="Command-line utility to quantize PNGs down to 8-bit paletted PNGs"
+arch=('i686' 'x86_64')
+url="http://pngquant.org/;
+license=('BSD')
+depends=('libpng' 'lcms2' 'libimagequant')
+source=("https://github.com/kornelski/$pkgname/archive/$pkgver/$pkgname-$pkgver.tar.gz;)
+sha256sums=('5edf7c5bffd07e5d28fcc6d4d94a187c30b532c52ac986b3e45aff3dce0567dc')
+
+build() {
+cd "$srcdir/$pkgname-$pkgver"
+./configure --prefix=/usr --with-openmp --with-libimagequant=/usr/lib
+make
+}
+
+package() {
+cd "$srcdir/$pkgname-$pkgver"
+install -dm755 "$pkgdir/usr/bin"
+make DESTDIR="$pkgdir" PREFIX=/usr install
+install -Dm644 COPYRIGHT "$pkgdir/usr/share/licenses/$pkgname/LICENSE"
+}


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

2018-10-30 Thread Felix Yan via arch-commits
Date: Tuesday, October 30, 2018 @ 10:00:42
  Author: felixonmars
Revision: 399610

archrelease: copy trunk to community-staging-x86_64

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

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

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


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

2018-10-30 Thread Felix Yan via arch-commits
Date: Tuesday, October 30, 2018 @ 10:00:22
  Author: felixonmars
Revision: 399609

upgpkg: pandoc-crossref 0.3.3.0-26

rebuild with http2 1.6.4

Modified:
  pandoc-crossref/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2018-10-30 09:58:57 UTC (rev 399608)
+++ PKGBUILD2018-10-30 10:00:22 UTC (rev 399609)
@@ -3,7 +3,7 @@
 
 pkgname=pandoc-crossref
 pkgver=0.3.3.0
-pkgrel=25
+pkgrel=26
 pkgdesc="Pandoc filter for cross-references"
 url="https://hackage.haskell.org/package/${pkgname};
 license=("GPL2")


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

2018-10-30 Thread Felix Yan via arch-commits
Date: Tuesday, October 30, 2018 @ 09:58:57
  Author: felixonmars
Revision: 399608

archrelease: copy trunk to community-staging-x86_64

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

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

Copied: haskell-hakyll/repos/community-staging-x86_64/PKGBUILD (from rev 
399607, haskell-hakyll/trunk/PKGBUILD)
===
--- community-staging-x86_64/PKGBUILD   (rev 0)
+++ community-staging-x86_64/PKGBUILD   2018-10-30 09:58:57 UTC (rev 399608)
@@ -0,0 +1,56 @@
+# Maintainer: Felix Yan 
+# Contributor: Arch Haskell Team 
+
+_hkgname=hakyll
+pkgname=haskell-hakyll
+pkgver=4.12.4.0
+pkgrel=59
+pkgdesc="A static website compiler library"
+url="http://jaspervdj.be/hakyll;
+license=("custom:BSD3")
+arch=('x86_64')
+depends=('ghc-libs' 'haskell-blaze-html' 'haskell-blaze-markup' 
'haskell-cryptohash'
+ 'haskell-data-default' 'haskell-file-embed' 'haskell-fsnotify' 
'haskell-http-conduit'
+ 'haskell-http-types' 'haskell-lrucache' 'haskell-network-uri'
+ 'haskell-optparse-applicative' 'pandoc' 'pandoc-citeproc' 
'haskell-random'
+ 'haskell-regex-tdfa' 'haskell-resourcet' 'haskell-scientific' 
'haskell-tagsoup'
+ 'haskell-time-locale-compat' 'haskell-unordered-containers' 
'haskell-vector'
+ 'haskell-wai' 'haskell-wai-app-static' 'haskell-warp' 'haskell-yaml')
+makedepends=('ghc' 'haskell-quickcheck' 'haskell-tasty' 'haskell-tasty-hunit'
+ 'haskell-tasty-quickcheck')
+source=("https://hackage.haskell.org/packages/archive/${_hkgname}/${pkgver}/${_hkgname}-${pkgver}.tar.gz;)
+sha512sums=('45c167a59a44065e7252472ab1cf116a9ff7dabab6b7c35354716e9487fcd26ebc33f1b94a41a1558eadfd7bfa89047409818b868f5a8bce9111a83f5a42451e')
+
+prepare() {
+cd $_hkgname-$pkgver
+sed -i -e 's/< *2.3/<3/' -e 's/< *0.6/<1/' -e 's/< *0.11/<1/' 
$_hkgname.cabal
+}
+
+build() {
+cd "${srcdir}/${_hkgname}-${pkgver}"
+
+runhaskell Setup configure -O --enable-shared --enable-executable-dynamic 
--disable-library-vanilla \
+--prefix=/usr --docdir="/usr/share/doc/${pkgname}" 
--datasubdir="$pkgname" --enable-tests \
+--dynlibdir=/usr/lib --libsubdir=\$compiler/site-local/\$pkgid \
+-fcheckexternal -fwatchserver -fpreviewserver -fusepandoc
+runhaskell Setup build
+runhaskell Setup register --gen-script
+runhaskell Setup unregister --gen-script
+sed -i -r -e "s|ghc-pkg.*update[^ ]* |&'--force' |" register.sh
+sed -i -r -e "s|ghc-pkg.*unregister[^ ]* |&'--force' |" unregister.sh
+}
+
+check() {
+cd $_hkgname-$pkgver
+LC_CTYPE=en_US.UTF-8 runhaskell Setup test
+}
+
+package() {
+cd "${srcdir}/${_hkgname}-${pkgver}"
+
+install -D -m744 register.sh   
"${pkgdir}/usr/share/haskell/register/${pkgname}.sh"
+install -D -m744 unregister.sh 
"${pkgdir}/usr/share/haskell/unregister/${pkgname}.sh"
+runhaskell Setup copy --destdir="${pkgdir}"
+install -D -m644 "LICENSE" 
"${pkgdir}/usr/share/licenses/${pkgname}/LICENSE"
+rm -f "${pkgdir}/usr/share/doc/${pkgname}/LICENSE"
+}


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

2018-10-30 Thread Felix Yan via arch-commits
Date: Tuesday, October 30, 2018 @ 09:58:40
  Author: felixonmars
Revision: 399607

upgpkg: haskell-hakyll 4.12.4.0-59

rebuild with http2 1.6.4

Modified:
  haskell-hakyll/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2018-10-30 09:56:17 UTC (rev 399606)
+++ PKGBUILD2018-10-30 09:58:40 UTC (rev 399607)
@@ -4,7 +4,7 @@
 _hkgname=hakyll
 pkgname=haskell-hakyll
 pkgver=4.12.4.0
-pkgrel=58
+pkgrel=59
 pkgdesc="A static website compiler library"
 url="http://jaspervdj.be/hakyll;
 license=("custom:BSD3")


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

2018-10-30 Thread Felix Yan via arch-commits
Date: Tuesday, October 30, 2018 @ 09:56:17
  Author: felixonmars
Revision: 399606

archrelease: copy trunk to community-staging-x86_64

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

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

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


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

2018-10-30 Thread Felix Yan via arch-commits
Date: Tuesday, October 30, 2018 @ 09:56:00
  Author: felixonmars
Revision: 399605

upgpkg: pandoc-citeproc 0.14.8-9

rebuild with http2 1.6.4

Modified:
  pandoc-citeproc/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2018-10-30 09:51:56 UTC (rev 399604)
+++ PKGBUILD2018-10-30 09:56:00 UTC (rev 399605)
@@ -3,7 +3,7 @@
 
 pkgname=pandoc-citeproc
 pkgver=0.14.8
-pkgrel=8
+pkgrel=9
 pkgdesc="Supports using pandoc with citeproc"
 url="https://hackage.haskell.org/package/$pkgname;
 license=("custom:BSD3")


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

2018-10-30 Thread Felix Yan via arch-commits
Date: Tuesday, October 30, 2018 @ 09:51:56
  Author: felixonmars
Revision: 399604

archrelease: copy trunk to community-staging-x86_64

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

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

Copied: pandoc/repos/community-staging-x86_64/PKGBUILD (from rev 399603, 
pandoc/trunk/PKGBUILD)
===
--- community-staging-x86_64/PKGBUILD   (rev 0)
+++ community-staging-x86_64/PKGBUILD   2018-10-30 09:51:56 UTC (rev 399604)
@@ -0,0 +1,69 @@
+# Maintainer: Felix Yan 
+# Contributor: Arch Haskell Team 
+
+pkgname=pandoc
+pkgver=2.3.1
+pkgrel=21
+pkgdesc="Conversion between markup formats"
+url="http://pandoc.org;
+license=("GPL")
+arch=('x86_64')
+depends=('ghc-libs' 'haskell-http' 'haskell-juicypixels' 'haskell-sha' 
'haskell-aeson'
+ 'haskell-aeson-pretty' 'haskell-base-compat' 
'haskell-base64-bytestring'
+ 'haskell-blaze-html' 'haskell-blaze-markup' 
'haskell-case-insensitive' 'haskell-cmark-gfm'
+ 'haskell-data-default' 'haskell-doctemplates' 'haskell-exceptions' 
'haskell-glob'
+ 'haskell-haddock-library' 'haskell-skylighting' 'haskell-hslua'
+ 'haskell-hslua-module-text' 'haskell-http-client' 'haskell-syb' 
'haskell-hsyaml' 'haskell-http-client-tls'
+ 'haskell-http-types' 'haskell-safe' 'haskell-split' 'haskell-texmath'
+ 'haskell-network' 'haskell-pandoc-types' 'haskell-random'
+ 'haskell-tagsoup' 'haskell-temporary' 'haskell-network-uri'
+ 'haskell-unordered-containers' 'haskell-zip-archive' 'haskell-vector' 
'haskell-xml'
+ 'haskell-zlib')
+optdepends=('pandoc-citeproc: for citation rendering with pandoc-citeproc 
filter'
+'pandoc-crossref: for numbering figures, equations, tables and 
cross-references to them with pandoc-crossref filter'
+'texlive-core: for pdf output')
+conflicts=('haskell-pandoc')
+replaces=('haskell-pandoc')
+makedepends=('ghc' 'haskell-diff' 'haskell-tasty' 'haskell-tasty-hunit' 
'haskell-tasty-quickcheck'
+ 'haskell-tasty-golden' 'haskell-quickcheck' 
'haskell-executable-path')
+source=("https://hackage.haskell.org/packages/archive/${pkgname}/${pkgver}/${pkgname}-${pkgver}.tar.gz;
+
https://github.com/jgm/pandoc/commit/58eb78c437a411ee796e2c90d7c4681fe78d8254.patch)
+sha512sums=('e1c708e828c48ce5cf2a8a00431c0d75750ec46a67389de04260f3e18845b67a7e4792ea862e6184da00d335f1567f1276af4bddbb8d5275b3913f1b3a752121'
+
'bf5aa3cf3628c52d1cd535b2a39a6ac3f158db828923da677870186ff1db80f1cb47f67c136496759a0a49a9f77a6fb89ac16ed3561af1ce50350ee17a3826d0')
+
+prepare() {
+cd "${srcdir}/$pkgname-${pkgver}"
+patch -p1 -i ../58eb78c437a411ee796e2c90d7c4681fe78d8254.patch
+
+sed -i 's/< *0.6/<1/' $pkgname.cabal
+
+# TODO: find a better solution
+sed -i "s|let env' = dynlibEnv ++ |let env' = dynlibEnv ++ 
[(\"LD_LIBRARY_PATH\", \"$PWD/dist/build\")] ++ |" test/Tests/Command.hs
+}
+
+build() {
+cd "${srcdir}/${pkgname}-${pkgver}"
+
+runhaskell Setup configure -O --enable-shared --enable-executable-dynamic 
--disable-library-vanilla \
+--prefix=/usr --docdir="/usr/share/doc/${pkgbase}" 
--datasubdir="$pkgname" --enable-tests \
+--dynlibdir=/usr/lib --libsubdir=\$compiler/site-local/\$pkgid \
+-f-trypandoc -f-embed_data_files -f-static
+runhaskell Setup build
+runhaskell Setup register --gen-script
+runhaskell Setup unregister --gen-script
+sed -i -r -e "s|ghc-pkg.*update[^ ]* |&'--force' |" register.sh
+sed -i -r -e "s|ghc-pkg.*unregister[^ ]* |&'--force' |" unregister.sh
+}
+
+check() {
+cd "${srcdir}/${pkgname}-${pkgver}"
+LC_CTYPE=en_US.UTF-8 runhaskell Setup test
+}
+
+package() {
+cd "${srcdir}/${pkgbase}-${pkgver}"
+install -D -m744 register.sh   
"${pkgdir}/usr/share/haskell/register/${pkgname}.sh"
+install -D -m744 unregister.sh 
"${pkgdir}/usr/share/haskell/unregister/${pkgname}.sh"
+runhaskell Setup copy --destdir="${pkgdir}"
+rm -f "${pkgdir}/usr/share/doc/${pkgname}/COPYING.md"
+}


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

2018-10-30 Thread Felix Yan via arch-commits
Date: Tuesday, October 30, 2018 @ 09:51:38
  Author: felixonmars
Revision: 399603

upgpkg: pandoc 2.3.1-21

rebuild with http2 1.6.4

Modified:
  pandoc/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2018-10-30 09:43:29 UTC (rev 399602)
+++ PKGBUILD2018-10-30 09:51:38 UTC (rev 399603)
@@ -3,7 +3,7 @@
 
 pkgname=pandoc
 pkgver=2.3.1
-pkgrel=20
+pkgrel=21
 pkgdesc="Conversion between markup formats"
 url="http://pandoc.org;
 license=("GPL")


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

2018-10-30 Thread Felix Yan via arch-commits
Date: Tuesday, October 30, 2018 @ 09:43:29
  Author: felixonmars
Revision: 399602

archrelease: copy trunk to community-staging-x86_64

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

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

Copied: hoogle/repos/community-staging-x86_64/PKGBUILD (from rev 399601, 
hoogle/trunk/PKGBUILD)
===
--- community-staging-x86_64/PKGBUILD   (rev 0)
+++ community-staging-x86_64/PKGBUILD   2018-10-30 09:43:29 UTC (rev 399602)
@@ -0,0 +1,44 @@
+# Maintainer: Felix Yan 
+# Contributor: Arch Haskell Team 
+
+pkgname=hoogle
+pkgver=5.0.17.3
+pkgrel=116
+pkgdesc="Haskell API Search"
+url="http://www.haskell.org/hoogle/;
+license=("custom:BSD3")
+arch=('x86_64')
+depends=('ghc-libs' 'haskell-quickcheck' 'haskell-aeson' 'haskell-cmdargs' 
'haskell-conduit'
+ 'haskell-conduit-extra' 'haskell-connection' 'haskell-extra' 
'haskell-src-exts'
+ 'haskell-http-conduit' 'haskell-http-types' 'haskell-js-flot' 
'haskell-js-jquery'
+ 'haskell-mmap' 'haskell-network' 'haskell-network-uri' 
'haskell-old-locale'
+ 'haskell-process-extras' 'haskell-resourcet' 'haskell-storable-tuple' 
'haskell-tar'
+ 'haskell-uniplate' 'haskell-utf8-string' 'haskell-vector' 
'haskell-wai'
+ 'haskell-wai-logger' 'haskell-warp' 'haskell-warp-tls' 'haskell-zlib')
+makedepends=('ghc')
+source=("https://hackage.haskell.org/packages/archive/${pkgname}/${pkgver}/${pkgname}-${pkgver}.tar.gz;)
+sha512sums=('b8113e9dc6f44fbf684edfe6134eb44d55b1ef43afc3cb2051920daaec3e108df6209cfe822a8eeff884360c9b9415f2ab8273e7681e6bbcc1b9c77490370195')
+
+build() {
+cd "${srcdir}/${pkgname}-${pkgver}"
+
+runhaskell Setup configure -O --enable-shared --enable-executable-dynamic 
--disable-library-vanilla \
+--prefix=/usr --docdir="/usr/share/doc/${pkgname}" 
--datasubdir="$pkgname" \
+--dynlibdir=/usr/lib --libsubdir=\$compiler/site-local/\$pkgid \
+-fnetwork-uri
+runhaskell Setup build
+runhaskell Setup register --gen-script
+runhaskell Setup unregister --gen-script
+sed -i -r -e "s|ghc-pkg.*update[^ ]* |&'--force' |" register.sh
+sed -i -r -e "s|ghc-pkg.*unregister[^ ]* |&'--force' |" unregister.sh
+}
+
+package() {
+cd "${srcdir}/${pkgname}-${pkgver}"
+
+install -D -m744 register.sh   
"${pkgdir}/usr/share/haskell/register/${pkgname}.sh"
+install -D -m744 unregister.sh 
"${pkgdir}/usr/share/haskell/unregister/${pkgname}.sh"
+runhaskell Setup copy --destdir="${pkgdir}"
+install -D -m644 "LICENSE" 
"${pkgdir}/usr/share/licenses/${pkgname}/LICENSE"
+rm -f "${pkgdir}/usr/share/doc/${pkgname}/LICENSE"
+}


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

2018-10-30 Thread Felix Yan via arch-commits
Date: Tuesday, October 30, 2018 @ 09:43:13
  Author: felixonmars
Revision: 399601

upgpkg: hoogle 5.0.17.3-116

rebuild with http2 1.6.4

Modified:
  hoogle/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2018-10-30 09:41:07 UTC (rev 399600)
+++ PKGBUILD2018-10-30 09:43:13 UTC (rev 399601)
@@ -3,7 +3,7 @@
 
 pkgname=hoogle
 pkgver=5.0.17.3
-pkgrel=115
+pkgrel=116
 pkgdesc="Haskell API Search"
 url="http://www.haskell.org/hoogle/;
 license=("custom:BSD3")


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

2018-10-30 Thread Felix Yan via arch-commits
Date: Tuesday, October 30, 2018 @ 09:41:07
  Author: felixonmars
Revision: 399600

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

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

Copied: hledger-web/repos/community-staging-x86_64/PKGBUILD (from rev 399599, 
hledger-web/trunk/PKGBUILD)
===
--- community-staging-x86_64/PKGBUILD   (rev 0)
+++ community-staging-x86_64/PKGBUILD   2018-10-30 09:41:07 UTC (rev 399600)
@@ -0,0 +1,51 @@
+# Maintainer: Felix Yan 
+# Contributor: Arch Haskell Team 
+
+pkgname=hledger-web
+pkgver=1.11.1
+pkgrel=23
+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=('2ea29150a9e59d86e6760779aea6ac9928374e65a995044d9adbd48d0c89002b82f9ab46283f640154bc8c3853e9ba7a0d44635bc337305d7acc6f21e40a0b8d')
+
+prepare() {
+cd $pkgname-$pkgver
+sed -i -e '/semigroups/d' -e 's/< *4.12/<5/' $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 hledger-web/trunk (PKGBUILD)

2018-10-30 Thread Felix Yan via arch-commits
Date: Tuesday, October 30, 2018 @ 09:40:50
  Author: felixonmars
Revision: 399599

upgpkg: hledger-web 1.11.1-23

rebuild with http2 1.6.4

Modified:
  hledger-web/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2018-10-30 09:39:17 UTC (rev 399598)
+++ PKGBUILD2018-10-30 09:40:50 UTC (rev 399599)
@@ -3,7 +3,7 @@
 
 pkgname=hledger-web
 pkgver=1.11.1
-pkgrel=22
+pkgrel=23
 pkgdesc="Web interface for the hledger accounting tool"
 url="http://hledger.org;
 license=("GPL")


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

2018-10-30 Thread Felix Yan via arch-commits
Date: Tuesday, October 30, 2018 @ 09:38:59
  Author: felixonmars
Revision: 399597

upgpkg: hledger-api 1.11.1-13

rebuild with http2 1.6.4

Modified:
  hledger-api/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2018-10-30 09:37:40 UTC (rev 399596)
+++ PKGBUILD2018-10-30 09:38:59 UTC (rev 399597)
@@ -3,7 +3,7 @@
 
 pkgname=hledger-api
 pkgver=1.11.1
-pkgrel=12
+pkgrel=13
 pkgdesc="Web API server for the hledger accounting tool"
 url="http://hledger.org;
 license=("GPL")


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

2018-10-30 Thread Felix Yan via arch-commits
Date: Tuesday, October 30, 2018 @ 09:39:17
  Author: felixonmars
Revision: 399598

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

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

Copied: hledger-api/repos/community-staging-x86_64/PKGBUILD (from rev 399597, 
hledger-api/trunk/PKGBUILD)
===
--- community-staging-x86_64/PKGBUILD   (rev 0)
+++ community-staging-x86_64/PKGBUILD   2018-10-30 09:39:17 UTC (rev 399598)
@@ -0,0 +1,36 @@
+# Maintainer: Felix Yan 
+# Contributor: Arch Haskell Team 
+
+pkgname=hledger-api
+pkgver=1.11.1
+pkgrel=13
+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=('b3483f3120fd3de38cf36e6c374af722e65ba03560c42806e5143088125da5f9993c800fa8aac98cb4db8851f20a6058d581868600187f9de4070951c4a836df')
+
+prepare() {
+cd $pkgname-$pkgver
+sed -i 's/< *4.12/<5/' $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"
+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 git-annex/repos (3 files)

2018-10-30 Thread Felix Yan via arch-commits
Date: Tuesday, October 30, 2018 @ 09:37:40
  Author: felixonmars
Revision: 399596

archrelease: copy trunk to community-staging-x86_64

Added:
  git-annex/repos/community-staging-x86_64/
  git-annex/repos/community-staging-x86_64/PKGBUILD
(from rev 399595, git-annex/trunk/PKGBUILD)
  git-annex/repos/community-staging-x86_64/ghc-8.4.patch
(from rev 399595, git-annex/trunk/ghc-8.4.patch)

---+
 PKGBUILD  |   58 ++
 ghc-8.4.patch |  121 
 2 files changed, 179 insertions(+)

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

Copied: git-annex/repos/community-staging-x86_64/ghc-8.4.patch (from rev 
399595, git-annex/trunk/ghc-8.4.patch)
===
--- community-staging-x86_64/ghc-8.4.patch  (rev 0)
+++ community-staging-x86_64/ghc-8.4.patch  2018-10-30 09:37:40 UTC (rev 
399596)
@@ -0,0 +1,121 @@
+diff --git a/Command/Info.hs b/Command/Info.hs
+index c9a314056a..3ae82f5532 100644
+--- a/Command/Info.hs
 b/Command/Info.hs
+@@ -56,15 +56,17 @@ data KeyData = KeyData
+   , backendsKeys :: M.Map KeyVariety Integer
+   }
+ 
+-instance Monoid KeyData where
+-  mempty = KeyData 0 0 0 M.empty
+-  mappend a b = KeyData
++instance Semigroup KeyData where
++  a <> b = KeyData
+   { countKeys = countKeys a + countKeys b
+   , sizeKeys = sizeKeys a + sizeKeys b
+   , unknownSizeKeys = unknownSizeKeys a + unknownSizeKeys b
+   , backendsKeys = 

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

2018-10-30 Thread Felix Yan via arch-commits
Date: Tuesday, October 30, 2018 @ 09:37:23
  Author: felixonmars
Revision: 399595

upgpkg: git-annex 6.20181011-15

rebuild with http2 1.6.4

Modified:
  git-annex/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2018-10-30 09:24:58 UTC (rev 399594)
+++ PKGBUILD2018-10-30 09:37:23 UTC (rev 399595)
@@ -3,7 +3,7 @@
 
 pkgname=git-annex
 pkgver=6.20181011
-pkgrel=14
+pkgrel=15
 pkgdesc="Manage files with git, without checking their contents into git"
 url="http://git-annex.branchable.com/;
 license=("AGPL3")


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

2018-10-30 Thread Felix Yan via arch-commits
Date: Tuesday, October 30, 2018 @ 09:24:39
  Author: felixonmars
Revision: 399593

upgpkg: haskell-yesod-static 1.6.0.1-2

rebuild with http2 1.6.4

Modified:
  haskell-yesod-static/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2018-10-30 09:23:23 UTC (rev 399592)
+++ PKGBUILD2018-10-30 09:24:39 UTC (rev 399593)
@@ -4,7 +4,7 @@
 _hkgname=yesod-static
 pkgname=haskell-yesod-static
 pkgver=1.6.0.1
-pkgrel=1
+pkgrel=2
 pkgdesc="Static file serving subsite for Yesod Web Framework."
 url="http://www.yesodweb.com/;
 license=("MIT")


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

2018-10-30 Thread Felix Yan via arch-commits
Date: Tuesday, October 30, 2018 @ 09:24:58
  Author: felixonmars
Revision: 399594

archrelease: copy trunk to community-staging-x86_64

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

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

Copied: haskell-yesod-static/repos/community-staging-x86_64/PKGBUILD (from rev 
399593, haskell-yesod-static/trunk/PKGBUILD)
===
--- community-staging-x86_64/PKGBUILD   (rev 0)
+++ community-staging-x86_64/PKGBUILD   2018-10-30 09:24:58 UTC (rev 399594)
@@ -0,0 +1,48 @@
+# Maintainer: Felix Yan 
+# Contributor: Arch Haskell Team 
+
+_hkgname=yesod-static
+pkgname=haskell-yesod-static
+pkgver=1.6.0.1
+pkgrel=2
+pkgdesc="Static file serving subsite for Yesod Web Framework."
+url="http://www.yesodweb.com/;
+license=("MIT")
+arch=('x86_64')
+depends=('ghc-libs' 'haskell-async' 'haskell-attoparsec' 
'haskell-base64-bytestring'
+ 'haskell-blaze-builder' 'haskell-conduit' 'haskell-cryptonite'
+ 'haskell-cryptonite-conduit' 'haskell-css-text' 'haskell-data-default'
+ 'haskell-file-embed' 'haskell-hashable' 'haskell-hjsmin' 
'haskell-http-types'
+ 'haskell-memory' 'haskell-mime-types' 'haskell-unix-compat' 
'haskell-unordered-containers'
+ 'haskell-wai' 'haskell-wai-app-static' 'haskell-yesod-core')
+makedepends=('ghc' 'haskell-hspec' 'haskell-hunit' 'haskell-wai-extra' 
'haskell-yesod-test')
+source=("https://hackage.haskell.org/packages/archive/${_hkgname}/${pkgver}/${_hkgname}-${pkgver}.tar.gz;)
+sha512sums=('2e1e4873248d435a9d58f3075b6c06cde2edcdd520f700dc7f0427039c236d28787f62a643a8cf57b74d85a885625474a5662b91a56c25e8f4d1737be525bc2f')
+
+build() {
+cd "${srcdir}/${_hkgname}-${pkgver}"
+
+runhaskell Setup configure -O --enable-shared --enable-executable-dynamic 
--disable-library-vanilla \
+--prefix=/usr --docdir="/usr/share/doc/${pkgname}" --enable-tests \
+--dynlibdir=/usr/lib --libsubdir=\$compiler/site-local/\$pkgid
+runhaskell Setup build
+runhaskell Setup register --gen-script
+runhaskell Setup unregister --gen-script
+sed -i -r -e "s|ghc-pkg.*update[^ ]* |&'--force' |" register.sh
+sed -i -r -e "s|ghc-pkg.*unregister[^ ]* |&'--force' |" unregister.sh
+}
+
+check() {
+cd $_hkgname-$pkgver
+runhaskell Setup test
+}
+
+package() {
+cd "${srcdir}/${_hkgname}-${pkgver}"
+
+install -D -m744 register.sh   
"${pkgdir}/usr/share/haskell/register/${pkgname}.sh"
+install -D -m744 unregister.sh 
"${pkgdir}/usr/share/haskell/unregister/${pkgname}.sh"
+runhaskell Setup copy --destdir="${pkgdir}"
+install -D -m644 "LICENSE" 
"${pkgdir}/usr/share/licenses/${pkgname}/LICENSE"
+rm -f "${pkgdir}/usr/share/doc/${pkgname}/LICENSE"
+}


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

2018-10-30 Thread Felix Yan via arch-commits
Date: Tuesday, October 30, 2018 @ 09:23:23
  Author: felixonmars
Revision: 399592

archrelease: copy trunk to community-staging-x86_64

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

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

Copied: haskell-yesod-test/repos/community-staging-x86_64/PKGBUILD (from rev 
399591, haskell-yesod-test/trunk/PKGBUILD)
===
--- community-staging-x86_64/PKGBUILD   (rev 0)
+++ community-staging-x86_64/PKGBUILD   2018-10-30 09:23:23 UTC (rev 399592)
@@ -0,0 +1,51 @@
+# Maintainer: Felix Yan 
+
+_hkgname=yesod-test
+pkgname=haskell-yesod-test
+pkgver=1.6.5.1
+pkgrel=9
+pkgdesc="Integration testing for WAI/Yesod Applications"
+url="http://www.yesodweb.com;
+license=('MIT')
+arch=('x86_64')
+depends=('ghc-libs' 'haskell-hunit' 'haskell-attoparsec' 
'haskell-blaze-builder'
+ 'haskell-blaze-html' 'haskell-case-insensitive' 'haskell-conduit'
+ 'haskell-cookie' 'haskell-hspec-core' 'haskell-html-conduit' 
'haskell-http-types'
+ 'haskell-network' 'haskell-pretty-show' 'haskell-wai'
+ 'haskell-wai-extra' 'haskell-xml-conduit' 'haskell-xml-types' 
'haskell-yesod-core')
+makedepends=('ghc' 'haskell-yesod-form' 'haskell-hspec' 'haskell-unliftio')
+source=(https://hackage.haskell.org/packages/archive/${_hkgname}/${pkgver}/${_hkgname}-${pkgver}.tar.gz)
+sha512sums=('dbee2f3753062bc1a8c5a7657e832e65f2d360fdb1960285f168387fa20fb3fdb98efd6f749ba1e87a4dd78a3823e282205daa1662e831f2bad5572f817c5beb')
+
+prepare() {
+cd $_hkgname-$pkgver
+sed -i '/semigroups/d' $_hkgname.cabal
+}
+
+build() {
+cd "${srcdir}/${_hkgname}-${pkgver}"
+
+runhaskell Setup configure -O --enable-shared --enable-executable-dynamic 
--disable-library-vanilla \
+--prefix=/usr --docdir="/usr/share/doc/${pkgname}" --enable-tests \
+--dynlibdir=/usr/lib --libsubdir=\$compiler/site-local/\$pkgid
+runhaskell Setup build
+runhaskell Setup register --gen-script
+runhaskell Setup unregister --gen-script
+sed -i -r -e "s|ghc-pkg.*update[^ ]* |&'--force' |" register.sh
+sed -i -r -e "s|ghc-pkg.*unregister[^ ]* |&'--force' |" unregister.sh
+}
+
+check() {
+cd $_hkgname-$pkgver
+runhaskell Setup test
+}
+
+package() {
+cd "${srcdir}/${_hkgname}-${pkgver}"
+
+install -D -m744 register.sh   
"${pkgdir}/usr/share/haskell/register/${pkgname}.sh"
+install -D -m744 unregister.sh 
"${pkgdir}/usr/share/haskell/unregister/${pkgname}.sh"
+runhaskell Setup copy --destdir="${pkgdir}"
+install -D -m644 "LICENSE" 
"${pkgdir}/usr/share/licenses/${pkgname}/LICENSE"
+rm -f "${pkgdir}/usr/share/doc/${pkgname}/LICENSE"
+}


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

2018-10-30 Thread Felix Yan via arch-commits
Date: Tuesday, October 30, 2018 @ 09:23:06
  Author: felixonmars
Revision: 399591

upgpkg: haskell-yesod-test 1.6.5.1-9

rebuild with http2 1.6.4

Modified:
  haskell-yesod-test/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2018-10-30 09:21:49 UTC (rev 399590)
+++ PKGBUILD2018-10-30 09:23:06 UTC (rev 399591)
@@ -3,7 +3,7 @@
 _hkgname=yesod-test
 pkgname=haskell-yesod-test
 pkgver=1.6.5.1
-pkgrel=8
+pkgrel=9
 pkgdesc="Integration testing for WAI/Yesod Applications"
 url="http://www.yesodweb.com;
 license=('MIT')


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

2018-10-30 Thread Felix Yan via arch-commits
Date: Tuesday, October 30, 2018 @ 09:21:49
  Author: felixonmars
Revision: 399590

archrelease: copy trunk to community-staging-x86_64

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

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

Copied: haskell-yesod-auth/repos/community-staging-x86_64/PKGBUILD (from rev 
399589, haskell-yesod-auth/trunk/PKGBUILD)
===
--- community-staging-x86_64/PKGBUILD   (rev 0)
+++ community-staging-x86_64/PKGBUILD   2018-10-30 09:21:49 UTC (rev 399590)
@@ -0,0 +1,47 @@
+# Maintainer: Felix Yan 
+# Contributor: Arch Haskell Team 
+
+_hkgname=yesod-auth
+pkgname=haskell-yesod-auth
+pkgver=1.6.5
+pkgrel=2
+pkgdesc="Authentication for Yesod."
+url="http://www.yesodweb.com/;
+license=("MIT")
+arch=('x86_64')
+depends=('ghc-libs' 'haskell-aeson' 'haskell-authenticate' 
'haskell-base16-bytestring'
+ 'haskell-base64-bytestring' 'haskell-blaze-builder' 
'haskell-blaze-html'
+ 'haskell-blaze-markup' 'haskell-conduit' 'haskell-conduit-extra' 
'haskell-cryptonite'
+ 'haskell-data-default' 'haskell-email-validate' 'haskell-file-embed' 
'haskell-http-client'
+ 'haskell-http-client-tls' 'haskell-http-conduit' 'haskell-http-types' 
'haskell-memory'
+ 'haskell-network-uri' 'haskell-nonce' 'haskell-persistent' 
'haskell-random' 'haskell-safe'
+ 'haskell-shakespeare' 'haskell-unliftio' 'haskell-unliftio-core'
+ 'haskell-unordered-containers' 'haskell-wai' 'haskell-yesod-core' 
'haskell-yesod-form'
+ 'haskell-yesod-persistent')
+makedepends=('ghc')
+source=("https://hackage.haskell.org/packages/archive/${_hkgname}/${pkgver}/${_hkgname}-${pkgver}.tar.gz;)
+sha512sums=('53daff7afd430c87e0359e2a712e34d10508768b2dece3d2c29b34fa18133d209b870f9f59df83dcf30b86ae75e7881eb7e05d7a51daa6787a2e3f220cadaf7e')
+
+build() {
+cd "${srcdir}/${_hkgname}-${pkgver}"
+
+runhaskell Setup configure -O --enable-shared --enable-executable-dynamic 
--disable-library-vanilla \
+--prefix=/usr --docdir="/usr/share/doc/${pkgname}" \
+--dynlibdir=/usr/lib --libsubdir=\$compiler/site-local/\$pkgid \
+-fnetwork-uri
+runhaskell Setup build
+runhaskell Setup register --gen-script
+runhaskell Setup unregister --gen-script
+sed -i -r -e "s|ghc-pkg.*update[^ ]* |&'--force' |" register.sh
+sed -i -r -e "s|ghc-pkg.*unregister[^ ]* |&'--force' |" unregister.sh
+}
+
+package() {
+cd "${srcdir}/${_hkgname}-${pkgver}"
+
+install -D -m744 register.sh   
"${pkgdir}/usr/share/haskell/register/${pkgname}.sh"
+install -D -m744 unregister.sh 
"${pkgdir}/usr/share/haskell/unregister/${pkgname}.sh"
+runhaskell Setup copy --destdir="${pkgdir}"
+install -D -m644 "LICENSE" 
"${pkgdir}/usr/share/licenses/${pkgname}/LICENSE"
+rm -f "${pkgdir}/usr/share/doc/${pkgname}/LICENSE"
+}


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

2018-10-30 Thread Felix Yan via arch-commits
Date: Tuesday, October 30, 2018 @ 09:21:32
  Author: felixonmars
Revision: 399589

upgpkg: haskell-yesod-auth 1.6.5-2

rebuild with http2 1.6.4

Modified:
  haskell-yesod-auth/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2018-10-30 09:20:01 UTC (rev 399588)
+++ PKGBUILD2018-10-30 09:21:32 UTC (rev 399589)
@@ -4,7 +4,7 @@
 _hkgname=yesod-auth
 pkgname=haskell-yesod-auth
 pkgver=1.6.5
-pkgrel=1
+pkgrel=2
 pkgdesc="Authentication for Yesod."
 url="http://www.yesodweb.com/;
 license=("MIT")


  1   2   >