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

2021-01-12 Thread Antonio Rojas via arch-commits
Date: Wednesday, January 13, 2021 @ 07:22:51
  Author: arojas
Revision: 820332

archrelease: copy trunk to community-x86_64

Added:
  neochat/repos/community-x86_64/PKGBUILD
(from rev 820331, neochat/trunk/PKGBUILD)
Deleted:
  neochat/repos/community-x86_64/PKGBUILD

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

Deleted: PKGBUILD
===
--- PKGBUILD2021-01-13 07:22:42 UTC (rev 820331)
+++ PKGBUILD2021-01-13 07:22:51 UTC (rev 820332)
@@ -1,25 +0,0 @@
-# Maintainer: Antonio Rojas 
-# Contributor: derfenix 
-
-pkgname=neochat
-pkgver=1.0
-pkgrel=2
-pkgdesc='A client for matrix, the decentralized communication protocol'
-license=(GPL3)
-arch=(x86_64)
-url='https://apps.kde.org/neochat'
-depends=(kirigami2 kdbusaddons ki18n knotifications libquotient 
kquickimageeditor kitemmodels qt5-svg qtkeychain-qt5 cmark hicolor-icon-theme)
-makedepends=(extra-cmake-modules)
-source=("https://download.kde.org/stable/$pkgname/$pkgver/$pkgname-$pkgver.tar.xz"{,.sig})
-sha256sums=('45231249f5af93d3cb56763a9aab1211f26916eedd7af732f9c945c58f8289c4'
-'SKIP')
-validpgpkeys=(B3ED0BAE371BEDA00717921D18F4795C1CE7042B) # Carl Schwan 

-
-build() {
-  cmake -B build -S $pkgname-$pkgver
-  cmake --build build
-}
-
-package() {
-  DESTDIR="$pkgdir" cmake --install build
-}

Copied: neochat/repos/community-x86_64/PKGBUILD (from rev 820331, 
neochat/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2021-01-13 07:22:51 UTC (rev 820332)
@@ -0,0 +1,25 @@
+# Maintainer: Antonio Rojas 
+# Contributor: derfenix 
+
+pkgname=neochat
+pkgver=1.0.1
+pkgrel=1
+pkgdesc='A client for matrix, the decentralized communication protocol'
+license=(GPL3)
+arch=(x86_64)
+url='https://apps.kde.org/neochat'
+depends=(kirigami2 kdbusaddons ki18n knotifications libquotient 
kquickimageeditor kitemmodels qt5-svg qtkeychain-qt5 cmark hicolor-icon-theme)
+makedepends=(extra-cmake-modules)
+source=("https://download.kde.org/stable/$pkgname/$pkgver/$pkgname-$pkgver.tar.xz"{,.sig})
+sha256sums=('f432b780368335674aa019043090c921e0abc7f06c4097153bcaa79754ed141f'
+'SKIP')
+validpgpkeys=(B3ED0BAE371BEDA00717921D18F4795C1CE7042B) # Carl Schwan 

+
+build() {
+  cmake -B build -S $pkgname-$pkgver
+  cmake --build build
+}
+
+package() {
+  DESTDIR="$pkgdir" cmake --install build
+}


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

2021-01-12 Thread Antonio Rojas via arch-commits
Date: Wednesday, January 13, 2021 @ 07:22:42
  Author: arojas
Revision: 820331

Update to 1.0.1

Modified:
  neochat/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2021-01-13 07:11:02 UTC (rev 820330)
+++ PKGBUILD2021-01-13 07:22:42 UTC (rev 820331)
@@ -2,8 +2,8 @@
 # Contributor: derfenix 
 
 pkgname=neochat
-pkgver=1.0
-pkgrel=2
+pkgver=1.0.1
+pkgrel=1
 pkgdesc='A client for matrix, the decentralized communication protocol'
 license=(GPL3)
 arch=(x86_64)
@@ -11,7 +11,7 @@
 depends=(kirigami2 kdbusaddons ki18n knotifications libquotient 
kquickimageeditor kitemmodels qt5-svg qtkeychain-qt5 cmark hicolor-icon-theme)
 makedepends=(extra-cmake-modules)
 
source=("https://download.kde.org/stable/$pkgname/$pkgver/$pkgname-$pkgver.tar.xz"{,.sig})
-sha256sums=('45231249f5af93d3cb56763a9aab1211f26916eedd7af732f9c945c58f8289c4'
+sha256sums=('f432b780368335674aa019043090c921e0abc7f06c4097153bcaa79754ed141f'
 'SKIP')
 validpgpkeys=(B3ED0BAE371BEDA00717921D18F4795C1CE7042B) # Carl Schwan 

 


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

2021-01-12 Thread Antonio Rojas via arch-commits
Date: Wednesday, January 13, 2021 @ 07:11:02
  Author: arojas
Revision: 820330

archrelease: copy trunk to community-any

Added:
  jupyterlab/repos/community-any/PKGBUILD
(from rev 820329, jupyterlab/trunk/PKGBUILD)
Deleted:
  jupyterlab/repos/community-any/PKGBUILD

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

Deleted: PKGBUILD
===
--- PKGBUILD2021-01-13 07:10:52 UTC (rev 820329)
+++ PKGBUILD2021-01-13 07:11:02 UTC (rev 820330)
@@ -1,28 +0,0 @@
-# Maintainer: Antonio Rojas 
-
-pkgname=jupyterlab
-_pipname=jupyterlab
-pkgver=3.0.3
-pkgrel=1
-pkgdesc="JupyterLab computational environment"
-arch=(any)
-url="https://github.com/jupyterlab/jupyterlab;
-license=(custom)
-makedepends=(python-setuptools python-jupyter_packaging)
-depends=(python-jupyterlab_server jupyter-nbclassic nodejs)
-optdepends=('npm: to install extensions' 'jupyterlab-widgets: ipywidgets 
support')
-source=(https://pypi.io/packages/source/${_pipname:0:1}/$_pipname/$_pipname-$pkgver.tar.gz)
-sha256sums=('505220e6d812e267aecacb12a310a6044c526cf67f85eb22917685fc8824edb6')
-
-build() {
-  cd $pkgname-$pkgver
-  python setup.py build 
-}
-
-package() {
-  cd $pkgname-$pkgver
-  python setup.py install --root="$pkgdir" --optimize=1
-  mv "$pkgdir"/usr/etc "$pkgdir"
-
-  install -Dm644 LICENSE "$pkgdir"/usr/share/licenses/$pkgname/LICENSE
-}

Copied: jupyterlab/repos/community-any/PKGBUILD (from rev 820329, 
jupyterlab/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2021-01-13 07:11:02 UTC (rev 820330)
@@ -0,0 +1,28 @@
+# Maintainer: Antonio Rojas 
+
+pkgname=jupyterlab
+_pipname=jupyterlab
+pkgver=3.0.4
+pkgrel=1
+pkgdesc="JupyterLab computational environment"
+arch=(any)
+url="https://github.com/jupyterlab/jupyterlab;
+license=(custom)
+makedepends=(python-setuptools python-jupyter_packaging)
+depends=(python-jupyterlab_server jupyter-nbclassic nodejs)
+optdepends=('npm: to install extensions' 'jupyterlab-widgets: ipywidgets 
support')
+source=(https://pypi.io/packages/source/${_pipname:0:1}/$_pipname/$_pipname-$pkgver.tar.gz)
+sha256sums=('c70a638907a1cdad499fe39b3388a1dbce257ab4e76b05d08c9791b94ad79b94')
+
+build() {
+  cd $pkgname-$pkgver
+  python setup.py build 
+}
+
+package() {
+  cd $pkgname-$pkgver
+  python setup.py install --root="$pkgdir" --optimize=1
+  mv "$pkgdir"/usr/etc "$pkgdir"
+
+  install -Dm644 LICENSE "$pkgdir"/usr/share/licenses/$pkgname/LICENSE
+}


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

2021-01-12 Thread Antonio Rojas via arch-commits
Date: Wednesday, January 13, 2021 @ 07:10:52
  Author: arojas
Revision: 820329

Update to 3.0.4

Modified:
  jupyterlab/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2021-01-13 06:15:59 UTC (rev 820328)
+++ PKGBUILD2021-01-13 07:10:52 UTC (rev 820329)
@@ -2,7 +2,7 @@
 
 pkgname=jupyterlab
 _pipname=jupyterlab
-pkgver=3.0.3
+pkgver=3.0.4
 pkgrel=1
 pkgdesc="JupyterLab computational environment"
 arch=(any)
@@ -12,7 +12,7 @@
 depends=(python-jupyterlab_server jupyter-nbclassic nodejs)
 optdepends=('npm: to install extensions' 'jupyterlab-widgets: ipywidgets 
support')
 
source=(https://pypi.io/packages/source/${_pipname:0:1}/$_pipname/$_pipname-$pkgver.tar.gz)
-sha256sums=('505220e6d812e267aecacb12a310a6044c526cf67f85eb22917685fc8824edb6')
+sha256sums=('c70a638907a1cdad499fe39b3388a1dbce257ab4e76b05d08c9791b94ad79b94')
 
 build() {
   cd $pkgname-$pkgver


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

2021-01-12 Thread Andreas Radke via arch-commits
Date: Wednesday, January 13, 2021 @ 06:52:38
  Author: andyrtr
Revision: 406157

archrelease: copy trunk to extra-x86_64

Added:
  geeqie/repos/extra-x86_64/PKGBUILD
(from rev 406156, geeqie/trunk/PKGBUILD)
Deleted:
  geeqie/repos/extra-x86_64/PKGBUILD

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

Deleted: PKGBUILD
===
--- PKGBUILD2021-01-13 06:52:30 UTC (rev 406156)
+++ PKGBUILD2021-01-13 06:52:38 UTC (rev 406157)
@@ -1,67 +0,0 @@
-# Maintainer: AndyRTR 
-# Contributor: Eric Bélanger 
-# Contributor: Lukas Jirkovsky 
-
-pkgname=geeqie
-pkgver=1.6
-pkgrel=3
-pkgdesc='Lightweight image viewer'
-arch=('x86_64')
-url="http://www.geeqie.org/;
-license=('GPL2')
-# https://github.com/BestImageViewer/geeqie#optional-libraries
-depends=('exiv2' 'gtk3' 'ffmpegthumbnailer'
- 'libdjvu' 'libheif' 'libchamplain')
-makedepends=('intltool' 'python' 'librsvg' 'poppler-glib'
- 'libwmf' 'libwebp' 'imagemagick'
- 'fbida' 'gawk' 'perl-image-exiftool'
- # for the docs
- 'doxygen' 'yelp-tools' 'graphviz')
-optdepends=('librsvg: SVG rendering'
-'fbida: for jpeg rotation'
-'gawk: to use the geo-decode function'
-'perl-image-exiftool: for the jpeg extraction plugin'
-'poppler-glib: for displaying pdf files'
-'gphoto2: command-line tools for various (plugin) operations'
-'imagemagick: command-line tools for various (plugin) operations')
-source=("http://www.geeqie.org/${pkgname}-${pkgver}.tar.xz"{,.asc}
-
#https://github.com/BestImageViewer/geeqie/releases/download/v1.6/${pkgname}-${pkgver}.tar.xz"{,.asc}
-
wayland_fix1.patch::https://github.com/BestImageViewer/geeqie/commit/fa91a270d420a7fcdb38ebb40332d14c4e2f4492.patch
-
wayland_fix2.patch::https://github.com/BestImageViewer/geeqie/commit/8768ab3d7588019ea07a440a9cfd12679bc07d65.patch
-
fix_segfault_with_clutter-gtk.patch::https://github.com/BestImageViewer/geeqie/commit/f34ea0700048c27319a2256408171adda32a7580.patch
-)
-sha256sums=('48f8a4474454d182353100e43878754b76227f3b8f30cfc258afc9d90a4e1920'
-'SKIP'
-'SKIP'
-'SKIP'
-'SKIP'
-)
-validpgpkeys=('85D4CA42952C949B175362B379D0B06F4E20AF1C') # "Klaus Ethgen 
"
-
-# main repo: http://www.geeqie.org/cgi-bin/gitweb.cgi?p=geeqie.git
-# bug tracker: https://github.com/BestImageViewer/geeqie/issues
-
-prepare() {
-  cd "${pkgname}-${pkgver}"
-
-  # fix crash on wayland
-  #https://github.com/BestImageViewer/geeqie/issues/539
-  patch -Np1 -i ../wayland_fix1.patch
-  patch -Np1 -i ../wayland_fix2.patch
-  # fix crash on X11 with clutter
-  # https://github.com/BestImageViewer/geeqie/issues/829
-  patch -Np1 -i ../fix_segfault_with_clutter-gtk.patch
-
-  NOCONFIGURE=1 ./autogen.sh
-}
-
-build() {
-  cd "${pkgname}-${pkgver}"
-  ./configure --prefix=/usr
-  make
-}
-
-package(){
-  cd "${pkgname}-${pkgver}"
-  make DESTDIR="${pkgdir}" install
-}

Copied: geeqie/repos/extra-x86_64/PKGBUILD (from rev 406156, 
geeqie/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2021-01-13 06:52:38 UTC (rev 406157)
@@ -0,0 +1,67 @@
+# Maintainer: AndyRTR 
+# Contributor: Eric Bélanger 
+# Contributor: Lukas Jirkovsky 
+
+pkgname=geeqie
+pkgver=1.6
+pkgrel=4
+pkgdesc='Lightweight image viewer'
+arch=('x86_64')
+url="http://www.geeqie.org/;
+license=('GPL2')
+# https://github.com/BestImageViewer/geeqie#optional-libraries
+depends=('exiv2' 'gtk3' 'ffmpegthumbnailer'
+ 'libdjvu' 'libheif' 'libchamplain'
+ 'poppler-glib')
+makedepends=('intltool' 'python' 'librsvg'
+ 'libwmf' 'libwebp' 'imagemagick'
+ 'fbida' 'gawk' 'perl-image-exiftool'
+ # for the docs
+ 'doxygen' 'yelp-tools' 'graphviz')
+optdepends=('librsvg: SVG rendering'
+'fbida: for jpeg rotation'
+'gawk: to use the geo-decode function'
+'perl-image-exiftool: for the jpeg extraction plugin'
+'gphoto2: command-line tools for various (plugin) operations'
+'imagemagick: command-line tools for various (plugin) operations')
+source=("http://www.geeqie.org/${pkgname}-${pkgver}.tar.xz"{,.asc}
+
#https://github.com/BestImageViewer/geeqie/releases/download/v1.6/${pkgname}-${pkgver}.tar.xz"{,.asc}
+
wayland_fix1.patch::https://github.com/BestImageViewer/geeqie/commit/fa91a270d420a7fcdb38ebb40332d14c4e2f4492.patch
+
wayland_fix2.patch::https://github.com/BestImageViewer/geeqie/commit/8768ab3d7588019ea07a440a9cfd12679bc07d65.patch
+
fix_segfault_with_clutter-gtk.patch::https://github.com/BestImageViewer/geeqie/commit/f34ea0700048c27319a2256408171adda32a7580.patch
+)

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

2021-01-12 Thread Andreas Radke via arch-commits
Date: Wednesday, January 13, 2021 @ 06:52:30
  Author: andyrtr
Revision: 406156

upgpkg: geeqie 1.6-4: poppler-glib is a runtime dependency - FS#69306

Modified:
  geeqie/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2021-01-13 06:23:57 UTC (rev 406155)
+++ PKGBUILD2021-01-13 06:52:30 UTC (rev 406156)
@@ -4,7 +4,7 @@
 
 pkgname=geeqie
 pkgver=1.6
-pkgrel=3
+pkgrel=4
 pkgdesc='Lightweight image viewer'
 arch=('x86_64')
 url="http://www.geeqie.org/;
@@ -11,8 +11,9 @@
 license=('GPL2')
 # https://github.com/BestImageViewer/geeqie#optional-libraries
 depends=('exiv2' 'gtk3' 'ffmpegthumbnailer'
- 'libdjvu' 'libheif' 'libchamplain')
-makedepends=('intltool' 'python' 'librsvg' 'poppler-glib'
+ 'libdjvu' 'libheif' 'libchamplain'
+ 'poppler-glib')
+makedepends=('intltool' 'python' 'librsvg'
  'libwmf' 'libwebp' 'imagemagick'
  'fbida' 'gawk' 'perl-image-exiftool'
  # for the docs
@@ -21,7 +22,6 @@
 'fbida: for jpeg rotation'
 'gawk: to use the geo-decode function'
 'perl-image-exiftool: for the jpeg extraction plugin'
-'poppler-glib: for displaying pdf files'
 'gphoto2: command-line tools for various (plugin) operations'
 'imagemagick: command-line tools for various (plugin) operations')
 source=("http://www.geeqie.org/${pkgname}-${pkgver}.tar.xz"{,.asc}


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

2021-01-12 Thread Andreas Radke via arch-commits
Date: Wednesday, January 13, 2021 @ 06:23:57
  Author: andyrtr
Revision: 406155

archrelease: copy trunk to extra-x86_64

Added:
  pappl/repos/extra-x86_64/PKGBUILD
(from rev 406154, pappl/trunk/PKGBUILD)
Deleted:
  pappl/repos/extra-x86_64/PKGBUILD

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

Deleted: PKGBUILD
===
--- PKGBUILD2021-01-13 06:23:52 UTC (rev 406154)
+++ PKGBUILD2021-01-13 06:23:57 UTC (rev 406155)
@@ -1,58 +0,0 @@
-# Maintainer: Andreas Radke 
-
-pkgname=pappl
-#https://github.com/michaelrsweet/pappl/commits/master
-#_commit=0985256fb631ddd9b528795a0635af2b20828ddb # master 2020-11-30 = 1.0rc1
-pkgver=1.0.0
-pkgrel=1
-pkgdesc="a simple C-based framework/library for developing CUPS Printer 
Applications"
-arch=('x86_64')
-url="https://www.msweet.org/pappl/;
-license=('Apache' 'custom')
-depends=('libcups' 'libjpeg-turbo' 'pam')
-makedepends=('git')
-source=(#git+"https://github.com/michaelrsweet/pappl.git#commit=$_commit;
-
https://github.com/michaelrsweet/pappl/releases/download/v${pkgver}/${pkgname}-${pkgver}.tar.gz{,.sig})
-sha256sums=('eb9064ce83fca8da8d9a879c9a499b5c37306f71297521246d0d478e2260234c'
-'SKIP')
-validpgpkeys=('845464660B686AAB36540B6F999559A027815955') # "Michael R Sweet 
"
-
-#pkgver() {
-#  cd $pkgname
-#  git describe --tags | sed 's/-/+/g' | sed 's/v//'
-#}
-
-build() {
-  cd "$pkgname-$pkgver"
-
-  # The build system uses only DSOFLAGS but not LDFLAGS to build some 
libraries.
-  export DSOFLAGS=${LDFLAGS}
-
-  ./configure --prefix=/usr
-  make
-}
-
-check() {
-  cd "$pkgname-$pkgver"
-  #make check
-
-  # there's currently  no real test suite, 
-  # the tool is only useful outside the fakeroot envireonment - when packaging 
it crashes:
-  # testpappl: client.c:771: avahi_client_get_host_name_fqdn: Assertion 
`client' failed.
-  # /startdir/PKGBUILD: line 43:  1878 Aborted (core dumped) 
./testsuite/testpappl
-
-  # run it later outside fakeroot!
-  #./testsuite/testpappl 
-}
-
-package() {
-  cd "$pkgname-$pkgver"
-  make DESTDIR="$pkgdir/" install
-
-  # install the testing tool
-  install -Dm755 testsuite/testpappl -t "$pkgdir"/usr/bin
-  # install docs
-  install -Dm644 doc/* -t "$pkgdir"/usr/share/doc/$pkgname
-  # add license + exception
-  install -m644 -Dt "${pkgdir}/usr/share/licenses/${pkgname}" {LICENSE,NOTICE}
-}

Copied: pappl/repos/extra-x86_64/PKGBUILD (from rev 406154, 
pappl/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2021-01-13 06:23:57 UTC (rev 406155)
@@ -0,0 +1,58 @@
+# Maintainer: Andreas Radke 
+
+pkgname=pappl
+#https://github.com/michaelrsweet/pappl/commits/master
+#_commit=0985256fb631ddd9b528795a0635af2b20828ddb # master 2020-11-30 = 1.0rc1
+pkgver=1.0.1
+pkgrel=1
+pkgdesc="a simple C-based framework/library for developing CUPS Printer 
Applications"
+arch=('x86_64')
+url="https://www.msweet.org/pappl/;
+license=('Apache' 'custom')
+depends=('libcups' 'libjpeg-turbo' 'pam')
+makedepends=('git')
+source=(#git+"https://github.com/michaelrsweet/pappl.git#commit=$_commit;
+
https://github.com/michaelrsweet/pappl/releases/download/v${pkgver}/${pkgname}-${pkgver}.tar.gz{,.sig})
+sha256sums=('8565e0b7458d22568955eaf3bcaaef94e38026e46514ebad7663172e63a44e86'
+'SKIP')
+validpgpkeys=('845464660B686AAB36540B6F999559A027815955') # "Michael R Sweet 
"
+
+#pkgver() {
+#  cd $pkgname
+#  git describe --tags | sed 's/-/+/g' | sed 's/v//'
+#}
+
+build() {
+  cd "$pkgname-$pkgver"
+
+  # The build system uses only DSOFLAGS but not LDFLAGS to build some 
libraries.
+  export DSOFLAGS=${LDFLAGS}
+
+  ./configure --prefix=/usr
+  make
+}
+
+check() {
+  cd "$pkgname-$pkgver"
+  #make check
+
+  # there's currently  no real test suite, 
+  # the tool is only useful outside the fakeroot envireonment - when packaging 
it crashes:
+  # testpappl: client.c:771: avahi_client_get_host_name_fqdn: Assertion 
`client' failed.
+  # /startdir/PKGBUILD: line 43:  1878 Aborted (core dumped) 
./testsuite/testpappl
+
+  # run it later outside fakeroot!
+  #./testsuite/testpappl 
+}
+
+package() {
+  cd "$pkgname-$pkgver"
+  make DESTDIR="$pkgdir/" install
+
+  # install the testing tool
+  install -Dm755 testsuite/testpappl -t "$pkgdir"/usr/bin
+  # install docs
+  install -Dm644 doc/* -t "$pkgdir"/usr/share/doc/$pkgname
+  # add license + exception
+  install -m644 -Dt "${pkgdir}/usr/share/licenses/${pkgname}" {LICENSE,NOTICE}
+}


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

2021-01-12 Thread Andreas Radke via arch-commits
Date: Wednesday, January 13, 2021 @ 06:23:52
  Author: andyrtr
Revision: 406154

upgpkg: pappl 1.0.1-1: upstream update 1.0.1

Modified:
  pappl/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2021-01-13 06:12:51 UTC (rev 406153)
+++ PKGBUILD2021-01-13 06:23:52 UTC (rev 406154)
@@ -3,7 +3,7 @@
 pkgname=pappl
 #https://github.com/michaelrsweet/pappl/commits/master
 #_commit=0985256fb631ddd9b528795a0635af2b20828ddb # master 2020-11-30 = 1.0rc1
-pkgver=1.0.0
+pkgver=1.0.1
 pkgrel=1
 pkgdesc="a simple C-based framework/library for developing CUPS Printer 
Applications"
 arch=('x86_64')
@@ -13,7 +13,7 @@
 makedepends=('git')
 source=(#git+"https://github.com/michaelrsweet/pappl.git#commit=$_commit;
 
https://github.com/michaelrsweet/pappl/releases/download/v${pkgver}/${pkgname}-${pkgver}.tar.gz{,.sig})
-sha256sums=('eb9064ce83fca8da8d9a879c9a499b5c37306f71297521246d0d478e2260234c'
+sha256sums=('8565e0b7458d22568955eaf3bcaaef94e38026e46514ebad7663172e63a44e86'
 'SKIP')
 validpgpkeys=('845464660B686AAB36540B6F999559A027815955') # "Michael R Sweet 
"
 


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

2021-01-12 Thread Andreas Radke via arch-commits
Date: Wednesday, January 13, 2021 @ 06:15:59
  Author: andyrtr
Revision: 820328

archrelease: copy trunk to community-testing-x86_64

Added:
  tp_smapi-lts/repos/community-testing-x86_64/
  tp_smapi-lts/repos/community-testing-x86_64/PKGBUILD
(from rev 820327, tp_smapi-lts/trunk/PKGBUILD)

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

Copied: tp_smapi-lts/repos/community-testing-x86_64/PKGBUILD (from rev 820327, 
tp_smapi-lts/trunk/PKGBUILD)
===
--- community-testing-x86_64/PKGBUILD   (rev 0)
+++ community-testing-x86_64/PKGBUILD   2021-01-13 06:15:59 UTC (rev 820328)
@@ -0,0 +1,50 @@
+# Maintainer: Lukas Fleischer 
+# Contributor: xduugu
+# Contributor: nh2
+# Contributor: Steven Davidovitz 
+# Contributor: Nick B 
+# Contributor: Christof Musik 
+# Contributor: Stefan Rupp 
+# Contributor: Ignas Anikevicius 
+
+pkgname=tp_smapi-lts
+pkgver=0.43
+pkgrel=117
+pkgdesc="Modules for ThinkPad's SMAPI functionality"
+arch=('x86_64')
+url='https://github.com/evgeni/tp_smapi'
+license=('GPL')
+makedepends=('linux-lts-headers' 'git')
+_commit=a63729ab30d85430048f65c37f29188ab484cd52  # tags/tp-smapi/0.43
+source=("git+https://github.com/evgeni/tp_smapi#commit=$_commit;)
+sha256sums=('SKIP')
+
+pkgver() {
+  cd tp_smapi
+  git describe --tags | sed 's/^tp-smapi\///;s/-/+/g'
+}
+
+build() {
+  cd tp_smapi
+
+  # https://bugs.archlinux.org/task/54975 (kernel has no 
_GLOBAL_OFFSET_TABLE_):
+  # Clear EXTRA_CFLAGS since it defaults to injecting CFLAGS and -fno-plt 
breaks the modules
+
+  make HDAPS=1 KVER="$(

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

2021-01-12 Thread Andreas Radke via arch-commits
Date: Wednesday, January 13, 2021 @ 06:15:55
  Author: andyrtr
Revision: 820327

upgpkg: tp_smapi-lts 0.43-117: kernel rebuild

Modified:
  tp_smapi-lts/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2021-01-13 06:14:48 UTC (rev 820326)
+++ PKGBUILD2021-01-13 06:15:55 UTC (rev 820327)
@@ -9,7 +9,7 @@
 
 pkgname=tp_smapi-lts
 pkgver=0.43
-pkgrel=116
+pkgrel=117
 pkgdesc="Modules for ThinkPad's SMAPI functionality"
 arch=('x86_64')
 url='https://github.com/evgeni/tp_smapi'


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

2021-01-12 Thread Andreas Radke via arch-commits
Date: Wednesday, January 13, 2021 @ 06:14:48
  Author: andyrtr
Revision: 820326

archrelease: copy trunk to community-testing-x86_64

Added:
  r8168-lts/repos/community-testing-x86_64/
  r8168-lts/repos/community-testing-x86_64/PKGBUILD
(from rev 820325, r8168-lts/trunk/PKGBUILD)

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

Copied: r8168-lts/repos/community-testing-x86_64/PKGBUILD (from rev 820325, 
r8168-lts/trunk/PKGBUILD)
===
--- community-testing-x86_64/PKGBUILD   (rev 0)
+++ community-testing-x86_64/PKGBUILD   2021-01-13 06:14:48 UTC (rev 820326)
@@ -0,0 +1,35 @@
+# Maintainer: Massimiliano Torromeo 
+
+pkgname=r8168-lts
+pkgver=8.048.03
+pkgrel=50
+pkgdesc="A kernel module for Realtek 8168 network cards for linux-lts"
+url="http://www.realtek.com.tw;
+license=("GPL")
+arch=('x86_64')
+makedepends=('linux-lts-headers')
+source=(https://github.com/mtorromeo/r8168/archive/$pkgver/r8168-$pkgver.tar.gz)
+sha256sums=('0f191c4dc2f2e1aef6789d34820305fae27690d20212f2ac12ded634eb786d8c')
+
+build() {
+   cd "r8168-$pkgver"
+   # avoid using the Makefile directly -- it doesn't understand
+   # any kernel but the current.
+   make -C /usr/src/linux-lts M="$PWD/src" \
+   EXTRA_CFLAGS="-DCONFIG_R8168_NAPI -DCONFIG_R8168_VLAN 
-DCONFIG_ASPM -DENABLE_S5WOL -DENABLE_EEE" \
+   modules
+}
+
+package() {
+   depends=('glibc' 'linux-lts')
+
+   local 
extradir=/usr/lib/modules/$(

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

2021-01-12 Thread Andreas Radke via arch-commits
Date: Wednesday, January 13, 2021 @ 06:14:43
  Author: andyrtr
Revision: 820325

upgpkg: r8168-lts 8.048.03-50: kernel rebuild

Modified:
  r8168-lts/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2021-01-13 06:13:24 UTC (rev 820324)
+++ PKGBUILD2021-01-13 06:14:43 UTC (rev 820325)
@@ -2,7 +2,7 @@
 
 pkgname=r8168-lts
 pkgver=8.048.03
-pkgrel=49
+pkgrel=50
 pkgdesc="A kernel module for Realtek 8168 network cards for linux-lts"
 url="http://www.realtek.com.tw;
 license=("GPL")


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

2021-01-12 Thread Andreas Radke via arch-commits
Date: Wednesday, January 13, 2021 @ 06:13:24
  Author: andyrtr
Revision: 820324

archrelease: copy trunk to community-testing-x86_64

Added:
  acpi_call-lts/repos/community-testing-x86_64/
  acpi_call-lts/repos/community-testing-x86_64/PKGBUILD
(from rev 820323, acpi_call-lts/trunk/PKGBUILD)

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

Copied: acpi_call-lts/repos/community-testing-x86_64/PKGBUILD (from rev 820323, 
acpi_call-lts/trunk/PKGBUILD)
===
--- community-testing-x86_64/PKGBUILD   (rev 0)
+++ community-testing-x86_64/PKGBUILD   2021-01-13 06:13:24 UTC (rev 820324)
@@ -0,0 +1,68 @@
+# Maintainer: Maxime Gauduin 
+# Contributor: mortzu 
+# Contributor: fnord0 
+
+pkgname=acpi_call-lts
+pkgver=1.2.1
+pkgrel=16
+pkgdesc='A linux kernel module that enables calls to ACPI methods through 
/proc/acpi/call'
+url='https://github.com/mkottman/acpi_call'
+arch=('x86_64')
+license=('GPL')
+makedepends=('linux-lts-headers' "acpi_call-dkms=$pkgver")
+conflicts=('acpi_call-dkms')
+provides=('acpi_call')
+
+build() {
+  _kernver=$(

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

2021-01-12 Thread Andreas Radke via arch-commits
Date: Wednesday, January 13, 2021 @ 06:13:19
  Author: andyrtr
Revision: 820323

upgpkg: acpi_call-lts 1.2.1-16: kernel rebuild

Modified:
  acpi_call-lts/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2021-01-13 03:57:32 UTC (rev 820322)
+++ PKGBUILD2021-01-13 06:13:19 UTC (rev 820323)
@@ -4,7 +4,7 @@
 
 pkgname=acpi_call-lts
 pkgver=1.2.1
-pkgrel=15
+pkgrel=16
 pkgdesc='A linux kernel module that enables calls to ACPI methods through 
/proc/acpi/call'
 url='https://github.com/mkottman/acpi_call'
 arch=('x86_64')


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

2021-01-12 Thread Andreas Radke via arch-commits
Date: Wednesday, January 13, 2021 @ 06:12:51
  Author: andyrtr
Revision: 406153

archrelease: copy trunk to testing-x86_64

Added:
  wireguard-lts/repos/testing-x86_64/
  wireguard-lts/repos/testing-x86_64/PKGBUILD
(from rev 406152, wireguard-lts/trunk/PKGBUILD)

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

Copied: wireguard-lts/repos/testing-x86_64/PKGBUILD (from rev 406152, 
wireguard-lts/trunk/PKGBUILD)
===
--- testing-x86_64/PKGBUILD (rev 0)
+++ testing-x86_64/PKGBUILD 2021-01-13 06:12:51 UTC (rev 406153)
@@ -0,0 +1,37 @@
+# Maintainer: Christian Hesse 
+
+pkgname=wireguard-lts
+pkgver=1.0.20201221
+pkgrel=6
+pkgdesc='Wireguard module for LTS Kernel'
+url='https://www.wireguard.com/'
+arch=('x86_64')
+license=('GPL')
+makedepends=('linux-lts-headers' "wireguard-dkms=$pkgver")
+conflicts=('wireguard-dkms')
+provides=('WIREGUARD-MODULE')
+
+build() {
+_kernver="$(

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

2021-01-12 Thread Andreas Radke via arch-commits
Date: Wednesday, January 13, 2021 @ 06:12:46
  Author: andyrtr
Revision: 406152

upgpkg: wireguard-lts 1.0.20201221-6: kernel rebuild

Modified:
  wireguard-lts/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2021-01-13 06:12:05 UTC (rev 406151)
+++ PKGBUILD2021-01-13 06:12:46 UTC (rev 406152)
@@ -2,7 +2,7 @@
 
 pkgname=wireguard-lts
 pkgver=1.0.20201221
-pkgrel=5
+pkgrel=6
 pkgdesc='Wireguard module for LTS Kernel'
 url='https://www.wireguard.com/'
 arch=('x86_64')


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

2021-01-12 Thread Andreas Radke via arch-commits
Date: Wednesday, January 13, 2021 @ 06:12:05
  Author: andyrtr
Revision: 406151

archrelease: copy trunk to testing-x86_64

Added:
  nvidia-lts/repos/testing-x86_64/
  nvidia-lts/repos/testing-x86_64/PKGBUILD
(from rev 406150, nvidia-lts/trunk/PKGBUILD)

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

Copied: nvidia-lts/repos/testing-x86_64/PKGBUILD (from rev 406150, 
nvidia-lts/trunk/PKGBUILD)
===
--- testing-x86_64/PKGBUILD (rev 0)
+++ testing-x86_64/PKGBUILD 2021-01-13 06:12:05 UTC (rev 406151)
@@ -0,0 +1,38 @@
+# Maintainer: Sven-Hendrik Haase 
+# Maintainer: Eric Bélanger 
+
+pkgname=nvidia-lts
+pkgver=460.32.03
+pkgrel=3
+epoch=1
+pkgdesc="NVIDIA drivers for linux-lts"
+arch=('x86_64')
+url="https://www.nvidia.com/;
+makedepends=('linux-lts-headers' "nvidia-dkms=$pkgver")
+provides=('NVIDIA-MODULE')
+license=('custom')
+options=('!strip')
+
+build() {
+_kernver=$(

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

2021-01-12 Thread Andreas Radke via arch-commits
Date: Wednesday, January 13, 2021 @ 06:12:00
  Author: andyrtr
Revision: 406150

upgpkg: nvidia-lts 1:460.32.03-3: kernel rebuild

Modified:
  nvidia-lts/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2021-01-13 06:06:41 UTC (rev 406149)
+++ PKGBUILD2021-01-13 06:12:00 UTC (rev 406150)
@@ -3,7 +3,7 @@
 
 pkgname=nvidia-lts
 pkgver=460.32.03
-pkgrel=2
+pkgrel=3
 epoch=1
 pkgdesc="NVIDIA drivers for linux-lts"
 arch=('x86_64')


[arch-commits] Commit in linux-lts/repos (6 files)

2021-01-12 Thread Andreas Radke via arch-commits
Date: Wednesday, January 13, 2021 @ 06:06:41
  Author: andyrtr
Revision: 406149

archrelease: copy trunk to testing-x86_64

Added:
  linux-lts/repos/testing-x86_64/
  
linux-lts/repos/testing-x86_64/0001-ZEN-Add-sysctl-and-CONFIG-to-disallow-unprivileged-C.patch
(from rev 406148, 
linux-lts/trunk/0001-ZEN-Add-sysctl-and-CONFIG-to-disallow-unprivileged-C.patch)
  
linux-lts/repos/testing-x86_64/0002-virt-vbox-Add-support-for-the-new-VBG_IOCTL_ACQUIRE_.patch
(from rev 406148, 
linux-lts/trunk/0002-virt-vbox-Add-support-for-the-new-VBG_IOCTL_ACQUIRE_.patch)
  linux-lts/repos/testing-x86_64/PKGBUILD
(from rev 406148, linux-lts/trunk/PKGBUILD)
  linux-lts/repos/testing-x86_64/config
(from rev 406148, linux-lts/trunk/config)
  linux-lts/repos/testing-x86_64/sphinx-workaround.patch
(from rev 406148, linux-lts/trunk/sphinx-workaround.patch)

-+
 0001-ZEN-Add-sysctl-and-CONFIG-to-disallow-unprivileged-C.patch |  129 
 0002-virt-vbox-Add-support-for-the-new-VBG_IOCTL_ACQUIRE_.patch |  689 
 PKGBUILD|  197 
 config  |10597 
++
 sphinx-workaround.patch |   15 
 5 files changed, 11627 insertions(+)

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


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

2021-01-12 Thread Andreas Radke via arch-commits
Date: Wednesday, January 13, 2021 @ 06:06:23
  Author: andyrtr
Revision: 406148

upgpkg: linux-lts 5.4.89-1: upstream update 5.4.89

Modified:
  linux-lts/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2021-01-12 22:08:42 UTC (rev 406147)
+++ PKGBUILD2021-01-13 06:06:23 UTC (rev 406148)
@@ -1,7 +1,7 @@
 # Maintainer: Andreas Radke 
 
 pkgbase=linux-lts
-pkgver=5.4.88
+pkgver=5.4.89
 pkgrel=1
 pkgdesc='LTS Linux'
 url="https://www.kernel.org/;
@@ -25,7 +25,7 @@
   '647F28654894E3BD457199BE38DBBDC86092693E'  # Greg Kroah-Hartman
 )
 # https://www.kernel.org/pub/linux/kernel/v5.x/sha256sums.asc
-sha256sums=('4b8007c126c7146f020230fe19ce9924ba3b089c228002dea3ef54abba1824b2'
+sha256sums=('268dd5177b6df1867d4ed2452ffb11a016d955c43aba5e07940886f347ab0aaf'
 'SKIP'
 '8a42ff42235983b6f9f5e04db072bab6432ee6429312345d40c6cd2a03ea5102'
 'b439f57b84bc98730c0265695abb92385ee4dcd35a5c00d4cb3d3155c75fb491'


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

2021-01-12 Thread Nicola Squartini via arch-commits
Date: Wednesday, January 13, 2021 @ 03:57:32
  Author: tensor5
Revision: 820322

archrelease: copy trunk to community-x86_64

Added:
  electron/repos/community-x86_64/PKGBUILD
(from rev 820321, electron/trunk/PKGBUILD)
  electron/repos/community-x86_64/chromium-skia-harmony.patch
(from rev 820321, electron/trunk/chromium-skia-harmony.patch)
  electron/repos/community-x86_64/default_app-icon.patch
(from rev 820321, electron/trunk/default_app-icon.patch)
  electron/repos/community-x86_64/electron.desktop
(from rev 820321, electron/trunk/electron.desktop)
  electron/repos/community-x86_64/icu68.patch
(from rev 820321, electron/trunk/icu68.patch)
  electron/repos/community-x86_64/use-system-libraries-in-node.patch
(from rev 820321, electron/trunk/use-system-libraries-in-node.patch)
  electron/repos/community-x86_64/v8-icu68.patch
(from rev 820321, electron/trunk/v8-icu68.patch)
Deleted:
  electron/repos/community-x86_64/PKGBUILD
  electron/repos/community-x86_64/chromium-skia-harmony.patch
  electron/repos/community-x86_64/default_app-icon.patch
  electron/repos/community-x86_64/electron.desktop
  electron/repos/community-x86_64/icu68.patch
  electron/repos/community-x86_64/use-system-libraries-in-node.patch
  electron/repos/community-x86_64/v8-icu68.patch

+
 PKGBUILD   |  406 
 chromium-skia-harmony.patch|   28 -
 default_app-icon.patch |   42 -
 electron.desktop   |   14 
 icu68.patch|  842 +--
 use-system-libraries-in-node.patch |  106 ++--
 v8-icu68.patch |  384 +++
 7 files changed, 911 insertions(+), 911 deletions(-)

Deleted: PKGBUILD
===
--- PKGBUILD2021-01-13 03:56:30 UTC (rev 820321)
+++ PKGBUILD2021-01-13 03:57:32 UTC (rev 820322)
@@ -1,203 +0,0 @@
-# Maintainer: Nicola Squartini 
-
-pkgname=electron
-pkgver=11.1.1
-_commit=dcd216984fb7e823758a2fac1378b8d5a0f1774b
-_chromiumver=87.0.4280.88
-pkgrel=1
-pkgdesc='Build cross platform desktop apps with web technologies'
-arch=('x86_64')
-url='https://electronjs.org/'
-license=('MIT' 'custom')
-depends=('c-ares' 'ffmpeg' 'gtk3' 'http-parser' 'libevent' 'libxslt' 'minizip'
- 'nss' 're2' 'snappy')
-makedepends=('clang' 'git' 'gn' 'gperf' 'harfbuzz-icu' 'java-runtime-headless'
- 'jsoncpp' 'libnotify' 'lld' 'llvm' 'ninja' 'npm' 'pciutils' 'yarn'
- 'python2' 'wget')
-optdepends=('kde-cli-tools: file deletion support (kioclient5)'
-'libappindicator-gtk3: StatusNotifierItem support'
-'trash-cli: file deletion support (trash-put)'
-"xdg-utils: open URLs with desktop's default (xdg-email, 
xdg-open)")
-source=('git+https://github.com/electron/electron.git'
-'git+https://chromium.googlesource.com/chromium/tools/depot_tools.git'
-"${pkgname}.desktop"
-'default_app-icon.patch'
-'use-system-libraries-in-node.patch'
-'icu68.patch'
-'v8-icu68.patch'
-'chromium-skia-harmony.patch'
-   )
-sha256sums=('SKIP'
-'SKIP'
-'5270db01f3f8aaa5137dec275a02caa832b7f2e37942e068cba8d28b3a29df39'
-'dd2d248831dd4944d385ebf008426e66efe61d6fdf66f8932c963a12167947b4'
-'0c54e488780e984c4be5879fa43d0e6fd23edc2207a7ec607c7886fca5115a12'
-'38fb5218331d6e03915490dab64f7b8bf26833a581d1aaa02090437c67e9439c'
-'6e919c9712d8fe6c2918778df1f8c2ee0675a87a48be5d2aaa54e320703ced4b'
-'771292942c0901092a402cc60ee883877a99fb804cb54d568c8c6c94565a48e1'
-   )
-
-_system_libs=('ffmpeg'
-  'flac'
-  'fontconfig'
-  'freetype'
-  'harfbuzz-ng'
-  'icu'
-  'libdrm'
-  'libevent'
-  'libjpeg'
-  'libpng'
-#  'libvpx'
-  'libwebp'
-  'libxml'
-  'libxslt'
-#  'openh264'
-  'opus'
-  're2'
-  'snappy'
-  'zlib'
- )
-
-prepare() {
-  mkdir -p "${srcdir}"/python2-path
-  ln -sf /usr/bin/python2 "${srcdir}/python2-path/python"
-  export PATH="${srcdir}/python2-path:${PATH}:${srcdir}/depot_tools"
-
-  echo "Fetching chromium..."
-  git clone --branch=${_chromiumver} --depth=1 \
-  https://chromium.googlesource.com/chromium/src.git
-
-  echo "solutions = [
-  {
-\"name\": \"src/electron\",
-\"url\": \"file://${srcdir}/electron@${_commit}\",
-\"deps_file\": \"DEPS\",
-\"managed\": False,
-\"custom_deps\": {
-  \"src\": None,
-},
-\"custom_vars\": {},
-  },
-]" > .gclient
-
-  python2 "${srcdir}/depot_tools/gclient.py" sync \
-  --with_branch_heads \
-  --with_tags \
-  --nohooks
-
-  sed -e "s/'am'/'apply'/" -i 

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

2021-01-12 Thread Nicola Squartini via arch-commits
Date: Wednesday, January 13, 2021 @ 03:56:30
  Author: tensor5
Revision: 820321

upgpkg: electron 11.2.0-1

Modified:
  electron/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2021-01-13 02:16:20 UTC (rev 820320)
+++ PKGBUILD2021-01-13 03:56:30 UTC (rev 820321)
@@ -1,9 +1,9 @@
 # Maintainer: Nicola Squartini 
 
 pkgname=electron
-pkgver=11.1.1
-_commit=dcd216984fb7e823758a2fac1378b8d5a0f1774b
-_chromiumver=87.0.4280.88
+pkgver=11.2.0
+_commit=56e926ce2362770a84403059b3ce3d40135ed7db
+_chromiumver=87.0.4280.141
 pkgrel=1
 pkgdesc='Build cross platform desktop apps with web technologies'
 arch=('x86_64')


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

2021-01-12 Thread Kyle Keen via arch-commits
Date: Wednesday, January 13, 2021 @ 02:16:20
  Author: kkeen
Revision: 820320

archrelease: copy trunk to community-any

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

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

Deleted: PKGBUILD
===
--- PKGBUILD2021-01-13 02:15:57 UTC (rev 820319)
+++ PKGBUILD2021-01-13 02:16:20 UTC (rev 820320)
@@ -1,37 +0,0 @@
-# Maintainer: Kyle Keen 
-# Contributor: Will Shanks 
-
-pkgbase=python-ptyprocess
-pkgname=(python-ptyprocess python2-ptyprocess)
-_pkgname=ptyprocess
-pkgver=0.6.0
-pkgrel=6
-pkgdesc="Run a subprocess in a pseudo terminal"
-url="https://github.com/pexpect/ptyprocess;
-arch=('any')
-license=('ISC')
-depends=('python')
-makedepends=('python-setuptools' 'python2-setuptools')
-source=("https://pypi.io/packages/source/p/$_pkgname/$_pkgname-$pkgver.tar.gz;
-
"LIC-pty-$pkgver::https://raw.githubusercontent.com/pexpect/ptyprocess/master/LICENSE;)
-sha512sums=('b34b6bca977f09d1443b210e338e1300e12d6ef35857f9543b3a116ef3b500ad4844357a7a283321756f886af41bddb1f02b27bf200ef1e82a96fd9e431bed86'
-
'0847180ae31aeae060c4f127f640d7501eea6285ccfd495f032cfcb09058a0ebfff55b75c8d005aa0d73e6401f61d8203c684f4002775436db1d5599aaba937d')
-
-prepare() {
-  cd "$srcdir"
-  cp -r $_pkgname-$pkgver ${_pkgname}2-$pkgver
-  mv "LIC-pty-$pkgver" LICENSE
-}
-
-package_python-ptyprocess() {
-  cd "$srcdir/$_pkgname-$pkgver"
-  python3 setup.py install --root="$pkgdir/" --prefix=/usr --optimize=0
-  install -Dm644 "$srcdir/LICENSE" 
"$pkgdir/usr/share/licenses/python-$_pkgname/LICENSE"
-}
-
-package_python2-ptyprocess() {
-  depends=('python2')
-  cd "$srcdir/${_pkgname}2-$pkgver"
-  python2 setup.py install --root="$pkgdir/" --prefix=/usr --optimize=0
-  install -Dm644 "$srcdir/LICENSE" 
"$pkgdir/usr/share/licenses/python2-$_pkgname/LICENSE"
-}

Copied: python-ptyprocess/repos/community-any/PKGBUILD (from rev 820319, 
python-ptyprocess/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2021-01-13 02:16:20 UTC (rev 820320)
@@ -0,0 +1,37 @@
+# Maintainer: Kyle Keen 
+# Contributor: Will Shanks 
+
+pkgbase=python-ptyprocess
+pkgname=(python-ptyprocess python2-ptyprocess)
+_pkgname=ptyprocess
+pkgver=0.7.0
+pkgrel=1
+pkgdesc="Run a subprocess in a pseudo terminal"
+url="https://github.com/pexpect/ptyprocess;
+arch=('any')
+license=('ISC')
+depends=('python')
+makedepends=('python-setuptools' 'python2-setuptools')
+source=("https://pypi.io/packages/source/p/$_pkgname/$_pkgname-$pkgver.tar.gz;
+
"LIC-pty-$pkgver::https://raw.githubusercontent.com/pexpect/ptyprocess/master/LICENSE;)
+sha512sums=('791d8f2e79900627215ce80ce67ee9c79173dbc08297c6219d5058f9b80c5e323b93049e6836a70c4073f43548d22e3cf310f2e9948ef12f96bcaa15b0ddb2f3'
+
'0847180ae31aeae060c4f127f640d7501eea6285ccfd495f032cfcb09058a0ebfff55b75c8d005aa0d73e6401f61d8203c684f4002775436db1d5599aaba937d')
+
+prepare() {
+  cd "$srcdir"
+  cp -r $_pkgname-$pkgver ${_pkgname}2-$pkgver
+  mv "LIC-pty-$pkgver" LICENSE
+}
+
+package_python-ptyprocess() {
+  cd "$srcdir/$_pkgname-$pkgver"
+  python3 setup.py install --root="$pkgdir/" --prefix=/usr --optimize=0
+  install -Dm644 "$srcdir/LICENSE" 
"$pkgdir/usr/share/licenses/python-$_pkgname/LICENSE"
+}
+
+package_python2-ptyprocess() {
+  depends=('python2')
+  cd "$srcdir/${_pkgname}2-$pkgver"
+  python2 setup.py install --root="$pkgdir/" --prefix=/usr --optimize=0
+  install -Dm644 "$srcdir/LICENSE" 
"$pkgdir/usr/share/licenses/python2-$_pkgname/LICENSE"
+}


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

2021-01-12 Thread Kyle Keen via arch-commits
Date: Wednesday, January 13, 2021 @ 02:15:57
  Author: kkeen
Revision: 820319

upgpkg: python-ptyprocess 0.7.0-1

Modified:
  python-ptyprocess/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2021-01-13 02:08:29 UTC (rev 820318)
+++ PKGBUILD2021-01-13 02:15:57 UTC (rev 820319)
@@ -4,8 +4,8 @@
 pkgbase=python-ptyprocess
 pkgname=(python-ptyprocess python2-ptyprocess)
 _pkgname=ptyprocess
-pkgver=0.6.0
-pkgrel=6
+pkgver=0.7.0
+pkgrel=1
 pkgdesc="Run a subprocess in a pseudo terminal"
 url="https://github.com/pexpect/ptyprocess;
 arch=('any')
@@ -14,7 +14,7 @@
 makedepends=('python-setuptools' 'python2-setuptools')
 source=("https://pypi.io/packages/source/p/$_pkgname/$_pkgname-$pkgver.tar.gz;
 
"LIC-pty-$pkgver::https://raw.githubusercontent.com/pexpect/ptyprocess/master/LICENSE;)
-sha512sums=('b34b6bca977f09d1443b210e338e1300e12d6ef35857f9543b3a116ef3b500ad4844357a7a283321756f886af41bddb1f02b27bf200ef1e82a96fd9e431bed86'
+sha512sums=('791d8f2e79900627215ce80ce67ee9c79173dbc08297c6219d5058f9b80c5e323b93049e6836a70c4073f43548d22e3cf310f2e9948ef12f96bcaa15b0ddb2f3'
 
'0847180ae31aeae060c4f127f640d7501eea6285ccfd495f032cfcb09058a0ebfff55b75c8d005aa0d73e6401f61d8203c684f4002775436db1d5599aaba937d')
 
 prepare() {


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

2021-01-12 Thread Kyle Keen via arch-commits
Date: Wednesday, January 13, 2021 @ 02:08:29
  Author: kkeen
Revision: 820318

archrelease: copy trunk to community-any

Added:
  pyglet/repos/community-any/PKGBUILD
(from rev 820317, pyglet/trunk/PKGBUILD)
Deleted:
  pyglet/repos/community-any/PKGBUILD

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

Deleted: PKGBUILD
===
--- PKGBUILD2021-01-13 02:08:15 UTC (rev 820317)
+++ PKGBUILD2021-01-13 02:08:29 UTC (rev 820318)
@@ -1,38 +0,0 @@
-# Maintainer: Kyle Keen 
-# Contributor: Douglas Soares de Andrade 
-# Contributor: Ryan Coyner 
-# Contributor: Daniel J Griffiths 
-
-pkgbase=pyglet
-pkgname=('python-pyglet')
-pkgver=1.5.13
-pkgrel=1
-pkgdesc="A cross-platform windowing and multimedia library for Python"
-arch=('any')
-url="https://github.com/pyglet/pyglet;
-license=('BSD')
-depends=('python' 'glu' 'python-future')
-makedepends=('python-setuptools')
-optdepends=('ffmpeg: provides audio support'
-'openal: live audio')
-source=("https://files.pythonhosted.org/packages/source/p/pyglet/pyglet-$pkgver.zip;)
-md5sums=('2e3eb81a32abbef484fd92bdd4f9a4e0')
-
-prepare() {
-   cd "$srcdir/$pkgbase-$pkgver"
-
-   # 
https://bitbucket.org/pyglet/pyglet/issues/157/please-do-not-bundle-the-future-module
-   rm -rf pyglet/extlibs/future/
-}
-
-build() {
-   cd "$srcdir/$pkgbase-$pkgver"
-   python3 setup.py build
-}
-
-package_python-pyglet() {
-   depends=('python' 'glu' 'python-future')
-   cd "$srcdir/$pkgbase-$pkgver"
-   python3 setup.py install --root="$pkgdir" --optimize=1
-   install -D -m644 LICENSE "$pkgdir/usr/share/licenses/$pkgname/LICENSE"
-}

Copied: pyglet/repos/community-any/PKGBUILD (from rev 820317, 
pyglet/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2021-01-13 02:08:29 UTC (rev 820318)
@@ -0,0 +1,38 @@
+# Maintainer: Kyle Keen 
+# Contributor: Douglas Soares de Andrade 
+# Contributor: Ryan Coyner 
+# Contributor: Daniel J Griffiths 
+
+pkgbase=pyglet
+pkgname=('python-pyglet')
+pkgver=1.5.14
+pkgrel=1
+pkgdesc="A cross-platform windowing and multimedia library for Python"
+arch=('any')
+url="https://github.com/pyglet/pyglet;
+license=('BSD')
+depends=('python' 'glu' 'python-future')
+makedepends=('python-setuptools')
+optdepends=('ffmpeg: provides audio support'
+'openal: live audio')
+source=("https://files.pythonhosted.org/packages/source/p/pyglet/pyglet-$pkgver.zip;)
+md5sums=('bd4df506bf88d5b7a7b132119926f985')
+
+prepare() {
+   cd "$srcdir/$pkgbase-$pkgver"
+
+   # 
https://bitbucket.org/pyglet/pyglet/issues/157/please-do-not-bundle-the-future-module
+   rm -rf pyglet/extlibs/future/
+}
+
+build() {
+   cd "$srcdir/$pkgbase-$pkgver"
+   python3 setup.py build
+}
+
+package_python-pyglet() {
+   depends=('python' 'glu' 'python-future')
+   cd "$srcdir/$pkgbase-$pkgver"
+   python3 setup.py install --root="$pkgdir" --optimize=1
+   install -D -m644 LICENSE "$pkgdir/usr/share/licenses/$pkgname/LICENSE"
+}


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

2021-01-12 Thread Kyle Keen via arch-commits
Date: Wednesday, January 13, 2021 @ 02:08:15
  Author: kkeen
Revision: 820317

upgpkg: pyglet 1.5.14-1

Modified:
  pyglet/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2021-01-13 02:02:11 UTC (rev 820316)
+++ PKGBUILD2021-01-13 02:08:15 UTC (rev 820317)
@@ -5,7 +5,7 @@
 
 pkgbase=pyglet
 pkgname=('python-pyglet')
-pkgver=1.5.13
+pkgver=1.5.14
 pkgrel=1
 pkgdesc="A cross-platform windowing and multimedia library for Python"
 arch=('any')
@@ -16,7 +16,7 @@
 optdepends=('ffmpeg: provides audio support'
 'openal: live audio')
 
source=("https://files.pythonhosted.org/packages/source/p/pyglet/pyglet-$pkgver.zip;)
-md5sums=('2e3eb81a32abbef484fd92bdd4f9a4e0')
+md5sums=('bd4df506bf88d5b7a7b132119926f985')
 
 prepare() {
cd "$srcdir/$pkgbase-$pkgver"


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

2021-01-12 Thread Eli Schwartz via arch-commits
Date: Wednesday, January 13, 2021 @ 02:02:11
  Author: eschwartz
Revision: 820316

archrelease: copy trunk to community-x86_64

Added:
  xreader/repos/community-x86_64/PKGBUILD
(from rev 820315, xreader/trunk/PKGBUILD)
Deleted:
  xreader/repos/community-x86_64/PKGBUILD

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

Deleted: PKGBUILD
===
--- PKGBUILD2021-01-13 02:01:53 UTC (rev 820315)
+++ PKGBUILD2021-01-13 02:02:11 UTC (rev 820316)
@@ -1,48 +0,0 @@
-# Maintainer: Eli Schwartz 
-# Contributor: Nate Simon 
-
-pkgname=xreader
-pkgver=2.8.2
-pkgrel=1
-pkgdesc="Document viewer for files like PDF and Postscript. X-Apps Project."
-arch=('x86_64')
-url="https://github.com/linuxmint/${pkgname};
-license=('GPL')
-groups=('x-apps')
-depends=('poppler-glib' 'webkit2gtk' 'xapps')
-optdepends=('djvulibre: support for djvu files'
-'libgxps: support for xps files'
-'libspectre: support for dvi and ps files'
-'mathjax2: support for math in epub files'
-'texlive-bin: support for dvi files')
-makedepends=('meson' 'samurai' 'intltool' 'itstool' 'gobject-introspection' 
'djvulibre'
- 'libgxps' 'libspectre' 'texlive-bin')
-source=("${pkgname}-${pkgver}.tar.gz::${url}/archive/${pkgver}.tar.gz")
-sha256sums=('a58165734d549b4f963ce36f6f41d076bbeea07a5bcfc45458691ad22018c524')
-b2sums=('77ba8ebe0bdcef76705ce7338822ddd1e07a6926e3b45c0decd2fd26325920bace6fba6e241314b73ec2616bec3d656cfdc20b6938cbdbbff61008bc9b7f157e')
-
-build() {
-mkdir -p "${srcdir}"/${pkgname}-${pkgver}/build
-cd "${srcdir}"/${pkgname}-${pkgver}/build
-
-meson --prefix=/usr \
-  --libexecdir=lib/${pkgname} \
-  --buildtype=plain \
-  -Dmathjax-directory=/usr/share/mathjax2 \
-  -Dcomics=true \
-  -Ddjvu=true \
-  -Ddvi=true \
-  -Dt1lib=true \
-  -Dpixbuf=true \
-  -Dintrospection=true \
-  -Dhelp_files=true \
-  -Dtests=false \
-  ..
-samu
-}
-
-package(){
-cd "${srcdir}"/${pkgname}-${pkgver}/build
-
-DESTDIR="${pkgdir}" samu install
-}

Copied: xreader/repos/community-x86_64/PKGBUILD (from rev 820315, 
xreader/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2021-01-13 02:02:11 UTC (rev 820316)
@@ -0,0 +1,48 @@
+# Maintainer: Eli Schwartz 
+# Contributor: Nate Simon 
+
+pkgname=xreader
+pkgver=2.8.3
+pkgrel=1
+pkgdesc="Document viewer for files like PDF and Postscript. X-Apps Project."
+arch=('x86_64')
+url="https://github.com/linuxmint/${pkgname};
+license=('GPL')
+groups=('x-apps')
+depends=('poppler-glib' 'webkit2gtk' 'xapps')
+optdepends=('djvulibre: support for djvu files'
+'libgxps: support for xps files'
+'libspectre: support for dvi and ps files'
+'mathjax2: support for math in epub files'
+'texlive-bin: support for dvi files')
+makedepends=('meson' 'samurai' 'intltool' 'itstool' 'gobject-introspection' 
'djvulibre'
+ 'libgxps' 'libspectre' 'texlive-bin')
+source=("${pkgname}-${pkgver}.tar.gz::${url}/archive/${pkgver}.tar.gz")
+sha256sums=('48d624e3844d614ea5c6a4c97220e31411800dee8a55f394add0871b0573b3cb')
+b2sums=('af3226ee9f3e2659f3b6175a7a4ec243546c89e19d78099b1bf5a7a3bbfc9493b079435225b865391afcde10cba4bf075a7198340043be9d8caaed98a7f97585')
+
+build() {
+mkdir -p "${srcdir}"/${pkgname}-${pkgver}/build
+cd "${srcdir}"/${pkgname}-${pkgver}/build
+
+meson --prefix=/usr \
+  --libexecdir=lib/${pkgname} \
+  --buildtype=plain \
+  -Dmathjax-directory=/usr/share/mathjax2 \
+  -Dcomics=true \
+  -Ddjvu=true \
+  -Ddvi=true \
+  -Dt1lib=true \
+  -Dpixbuf=true \
+  -Dintrospection=true \
+  -Dhelp_files=true \
+  -Dtests=false \
+  ..
+samu
+}
+
+package(){
+cd "${srcdir}"/${pkgname}-${pkgver}/build
+
+DESTDIR="${pkgdir}" samu install
+}


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

2021-01-12 Thread Eli Schwartz via arch-commits
Date: Wednesday, January 13, 2021 @ 02:01:53
  Author: eschwartz
Revision: 820315

upgpkg: xreader 2.8.3-1: upstream release

Modified:
  xreader/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2021-01-12 23:42:43 UTC (rev 820314)
+++ PKGBUILD2021-01-13 02:01:53 UTC (rev 820315)
@@ -2,7 +2,7 @@
 # Contributor: Nate Simon 
 
 pkgname=xreader
-pkgver=2.8.2
+pkgver=2.8.3
 pkgrel=1
 pkgdesc="Document viewer for files like PDF and Postscript. X-Apps Project."
 arch=('x86_64')
@@ -18,8 +18,8 @@
 makedepends=('meson' 'samurai' 'intltool' 'itstool' 'gobject-introspection' 
'djvulibre'
  'libgxps' 'libspectre' 'texlive-bin')
 source=("${pkgname}-${pkgver}.tar.gz::${url}/archive/${pkgver}.tar.gz")
-sha256sums=('a58165734d549b4f963ce36f6f41d076bbeea07a5bcfc45458691ad22018c524')
-b2sums=('77ba8ebe0bdcef76705ce7338822ddd1e07a6926e3b45c0decd2fd26325920bace6fba6e241314b73ec2616bec3d656cfdc20b6938cbdbbff61008bc9b7f157e')
+sha256sums=('48d624e3844d614ea5c6a4c97220e31411800dee8a55f394add0871b0573b3cb')
+b2sums=('af3226ee9f3e2659f3b6175a7a4ec243546c89e19d78099b1bf5a7a3bbfc9493b079435225b865391afcde10cba4bf075a7198340043be9d8caaed98a7f97585')
 
 build() {
 mkdir -p "${srcdir}"/${pkgname}-${pkgver}/build


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

2021-01-12 Thread Kpcyrd via arch-commits
Date: Tuesday, January 12, 2021 @ 23:42:43
  Author: kpcyrd
Revision: 820314

archrelease: copy trunk to community-x86_64

Added:
  cargo-crev/repos/community-x86_64/PKGBUILD
(from rev 820313, cargo-crev/trunk/PKGBUILD)
Deleted:
  cargo-crev/repos/community-x86_64/PKGBUILD

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

Deleted: PKGBUILD
===
--- PKGBUILD2021-01-12 23:42:28 UTC (rev 820313)
+++ PKGBUILD2021-01-12 23:42:43 UTC (rev 820314)
@@ -1,34 +0,0 @@
-# Maintainer: kpcyrd 
-
-pkgname=cargo-crev
-pkgver=0.18.0
-pkgrel=1
-pkgdesc="Scalable, social, Code REView and recommendation system that we 
desperately need"
-url="https://github.com/dpc/crev;
-depends=('openssl' 'curl')
-makedepends=('cargo' 'clang')
-arch=('x86_64')
-license=('MPL' 'Apache' 'MIT')
-source=("${pkgname}-${pkgver}.tar.gz::https://github.com/dpc/crev/archive/v${pkgver}.tar.gz;)
-sha512sums=('6dbe2a25c50f10751caa371bbde3e27fe3e2f33bd57d306be8b16f0ac5f1992a0627639674fb9841106bcd362b9f6527aab1cc7bdfa710fa69374d8d2de6')
-b2sums=('65ced1ebc676845918879853cf810cd24262f7ebfac5f28727ae8595982989ed1099f8184365888f83b9a8421168c9f910811d0899ff1b67750b220283142d7a')
-
-build() {
-  cd "${pkgname}-${pkgver}/cargo-crev"
-  cargo build --release --locked
-}
-
-check() {
-  cd "${pkgname}-${pkgver}"
-  cargo test --release --locked
-}
-
-package() {
-  cd "${pkgname}-${pkgver}"
-  install -Dm755 "target/release/${pkgname}" -t "${pkgdir}/usr/bin"
-
-  install -Dm644 README.md -t "${pkgdir}/usr/share/doc/${pkgname}"
-  install -Dm644 LICENSE-MIT -t "${pkgdir}/usr/share/licenses/${pkgname}"
-}
-
-# vim:set ts=2 sw=2 et:

Copied: cargo-crev/repos/community-x86_64/PKGBUILD (from rev 820313, 
cargo-crev/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2021-01-12 23:42:43 UTC (rev 820314)
@@ -0,0 +1,34 @@
+# Maintainer: kpcyrd 
+
+pkgname=cargo-crev
+pkgver=0.18.1
+pkgrel=1
+pkgdesc="Scalable, social, Code REView and recommendation system that we 
desperately need"
+url="https://github.com/dpc/crev;
+depends=('openssl' 'curl')
+makedepends=('cargo' 'clang')
+arch=('x86_64')
+license=('MPL' 'Apache' 'MIT')
+source=("${pkgname}-${pkgver}.tar.gz::https://github.com/dpc/crev/archive/v${pkgver}.tar.gz;)
+sha512sums=('45766cb4ba69f2c7efede1cf86aa14f5ee417970bc8b9c53a8ac45295b42ce24da3fdea6263c7933d05f9d82fdcb5f994fc5ec666b48975ef50cbbf131d7eb8e')
+b2sums=('153671eed2c5b45bc9aed5c328701d0aa1bf926970a6821c580742191eaa92dcf5e4d4fdbddd93fa72ac9a47e72b4d898d92027dac294a8be11ca3ab9d7434c3')
+
+build() {
+  cd "${pkgname}-${pkgver}/cargo-crev"
+  cargo build --release --locked
+}
+
+check() {
+  cd "${pkgname}-${pkgver}"
+  cargo test --release --locked
+}
+
+package() {
+  cd "${pkgname}-${pkgver}"
+  install -Dm755 "target/release/${pkgname}" -t "${pkgdir}/usr/bin"
+
+  install -Dm644 README.md -t "${pkgdir}/usr/share/doc/${pkgname}"
+  install -Dm644 LICENSE-MIT -t "${pkgdir}/usr/share/licenses/${pkgname}"
+}
+
+# vim:set ts=2 sw=2 et:


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

2021-01-12 Thread Kpcyrd via arch-commits
Date: Tuesday, January 12, 2021 @ 23:42:28
  Author: kpcyrd
Revision: 820313

upgpkg: cargo-crev 0.18.1-1

Modified:
  cargo-crev/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2021-01-12 23:13:08 UTC (rev 820312)
+++ PKGBUILD2021-01-12 23:42:28 UTC (rev 820313)
@@ -1,7 +1,7 @@
 # Maintainer: kpcyrd 
 
 pkgname=cargo-crev
-pkgver=0.18.0
+pkgver=0.18.1
 pkgrel=1
 pkgdesc="Scalable, social, Code REView and recommendation system that we 
desperately need"
 url="https://github.com/dpc/crev;
@@ -10,8 +10,8 @@
 arch=('x86_64')
 license=('MPL' 'Apache' 'MIT')
 
source=("${pkgname}-${pkgver}.tar.gz::https://github.com/dpc/crev/archive/v${pkgver}.tar.gz;)
-sha512sums=('6dbe2a25c50f10751caa371bbde3e27fe3e2f33bd57d306be8b16f0ac5f1992a0627639674fb9841106bcd362b9f6527aab1cc7bdfa710fa69374d8d2de6')
-b2sums=('65ced1ebc676845918879853cf810cd24262f7ebfac5f28727ae8595982989ed1099f8184365888f83b9a8421168c9f910811d0899ff1b67750b220283142d7a')
+sha512sums=('45766cb4ba69f2c7efede1cf86aa14f5ee417970bc8b9c53a8ac45295b42ce24da3fdea6263c7933d05f9d82fdcb5f994fc5ec666b48975ef50cbbf131d7eb8e')
+b2sums=('153671eed2c5b45bc9aed5c328701d0aa1bf926970a6821c580742191eaa92dcf5e4d4fdbddd93fa72ac9a47e72b4d898d92027dac294a8be11ca3ab9d7434c3')
 
 build() {
   cd "${pkgname}-${pkgver}/cargo-crev"


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

2021-01-12 Thread Frederik Schwan via arch-commits
Date: Tuesday, January 12, 2021 @ 23:13:06
  Author: freswa
Revision: 820311

upgpkg: spotifyd 0.2.25-1

Modified:
  spotifyd/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2021-01-12 22:46:09 UTC (rev 820310)
+++ PKGBUILD2021-01-12 23:13:06 UTC (rev 820311)
@@ -5,8 +5,8 @@
 
 pkgbase=spotifyd
 pkgname=('spotifyd')
-pkgver=0.2.24
-pkgrel=2
+pkgver=0.2.25
+pkgrel=1
 pkgdesc='Leightweigt spotify streaming daemon with spotify connect support'
 arch=('x86_64')
 url='https://github.com/Spotifyd/spotifyd'
@@ -14,7 +14,7 @@
 depends=('alsa-lib' 'libogg' 'libpulse' 'dbus')
 makedepends=('cargo')
 
source=("https://github.com/Spotifyd/spotifyd/archive/v${pkgver}/${pkgname}-${pkgver}.tar.gz;)
-b2sums=('13d397a5b5870b2c1303efe07186599a54362b6b8251a93b3d4794615c63bb24a1afe57c4c22f0f5baafd5604f80af7fdce928f6ce318f4e7662fa3f763c683f')
+b2sums=('dd70d3c9f508afd5cfadfc887b3f8895e50830d903b1266ae9d9a9a99bae4afe0c6d83c1bb7fe8307f200f5194ee1f802a1371e4edcec488e2e58042bb94488a')
 
 
 build() {


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

2021-01-12 Thread Frederik Schwan via arch-commits
Date: Tuesday, January 12, 2021 @ 23:13:08
  Author: freswa
Revision: 820312

archrelease: copy trunk to community-x86_64

Added:
  spotifyd/repos/community-x86_64/PKGBUILD
(from rev 820311, spotifyd/trunk/PKGBUILD)
Deleted:
  spotifyd/repos/community-x86_64/PKGBUILD

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

Deleted: PKGBUILD
===
--- PKGBUILD2021-01-12 23:13:06 UTC (rev 820311)
+++ PKGBUILD2021-01-12 23:13:08 UTC (rev 820312)
@@ -1,35 +0,0 @@
-# Maintainer: Frederik Schwan 
-# Contributor: Bert Peters 
-# Contributor: Varakh 
-# Contributor: Florian Klink 
-
-pkgbase=spotifyd
-pkgname=('spotifyd')
-pkgver=0.2.24
-pkgrel=2
-pkgdesc='Leightweigt spotify streaming daemon with spotify connect support'
-arch=('x86_64')
-url='https://github.com/Spotifyd/spotifyd'
-license=('GPL3')
-depends=('alsa-lib' 'libogg' 'libpulse' 'dbus')
-makedepends=('cargo')
-source=("https://github.com/Spotifyd/spotifyd/archive/v${pkgver}/${pkgname}-${pkgver}.tar.gz;)
-b2sums=('13d397a5b5870b2c1303efe07186599a54362b6b8251a93b3d4794615c63bb24a1afe57c4c22f0f5baafd5604f80af7fdce928f6ce318f4e7662fa3f763c683f')
-
-
-build() {
-  cd spotifyd-${pkgver}
-  cargo build --release --locked --features 
pulseaudio_backend,dbus_mpris,dbus_keyring,rodio_backend
-}
-
- check() {
-  cd spotifyd-${pkgver}
-  cargo test --release --locked --target-dir=target
- }
-
-package() {
-  cd spotifyd-${pkgver}
-  cargo install --locked --root "${pkgdir}"/usr --path 
"${srcdir}"/${pkgbase}-${pkgver} --features 
pulseaudio_backend,dbus_mpris,dbus_keyring,rodio_backend
-  rm "${pkgdir}"/usr/{.crates.toml,.crates2.json}
-  install -Dm644 -t "${pkgdir}"/usr/lib/systemd/user/ 
"${srcdir}"/${pkgbase}-${pkgver}/contrib/spotifyd.service
-}

Copied: spotifyd/repos/community-x86_64/PKGBUILD (from rev 820311, 
spotifyd/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2021-01-12 23:13:08 UTC (rev 820312)
@@ -0,0 +1,35 @@
+# Maintainer: Frederik Schwan 
+# Contributor: Bert Peters 
+# Contributor: Varakh 
+# Contributor: Florian Klink 
+
+pkgbase=spotifyd
+pkgname=('spotifyd')
+pkgver=0.2.25
+pkgrel=1
+pkgdesc='Leightweigt spotify streaming daemon with spotify connect support'
+arch=('x86_64')
+url='https://github.com/Spotifyd/spotifyd'
+license=('GPL3')
+depends=('alsa-lib' 'libogg' 'libpulse' 'dbus')
+makedepends=('cargo')
+source=("https://github.com/Spotifyd/spotifyd/archive/v${pkgver}/${pkgname}-${pkgver}.tar.gz;)
+b2sums=('dd70d3c9f508afd5cfadfc887b3f8895e50830d903b1266ae9d9a9a99bae4afe0c6d83c1bb7fe8307f200f5194ee1f802a1371e4edcec488e2e58042bb94488a')
+
+
+build() {
+  cd spotifyd-${pkgver}
+  cargo build --release --locked --features 
pulseaudio_backend,dbus_mpris,dbus_keyring,rodio_backend
+}
+
+ check() {
+  cd spotifyd-${pkgver}
+  cargo test --release --locked --target-dir=target
+ }
+
+package() {
+  cd spotifyd-${pkgver}
+  cargo install --locked --root "${pkgdir}"/usr --path 
"${srcdir}"/${pkgbase}-${pkgver} --features 
pulseaudio_backend,dbus_mpris,dbus_keyring,rodio_backend
+  rm "${pkgdir}"/usr/{.crates.toml,.crates2.json}
+  install -Dm644 -t "${pkgdir}"/usr/lib/systemd/user/ 
"${srcdir}"/${pkgbase}-${pkgver}/contrib/spotifyd.service
+}


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

2021-01-12 Thread Jaroslav Lichtblau via arch-commits
Date: Tuesday, January 12, 2021 @ 22:46:09
  Author: jlichtblau
Revision: 820310

archrelease: copy trunk to community-x86_64

Added:
  viking/repos/community-x86_64/PKGBUILD
(from rev 820309, viking/trunk/PKGBUILD)
  viking/repos/community-x86_64/viking.changelog
(from rev 820309, viking/trunk/viking.changelog)
  viking/repos/community-x86_64/yelp-tools.patch
(from rev 820309, viking/trunk/yelp-tools.patch)
Deleted:
  viking/repos/community-x86_64/PKGBUILD
  viking/repos/community-x86_64/viking.changelog
  viking/repos/community-x86_64/yelp-tools.patch

--+
 PKGBUILD |  112 +-
 viking.changelog |  119 ++-
 yelp-tools.patch |  320 ++---
 3 files changed, 277 insertions(+), 274 deletions(-)

Deleted: PKGBUILD
===
--- PKGBUILD2021-01-12 22:45:50 UTC (rev 820309)
+++ PKGBUILD2021-01-12 22:46:09 UTC (rev 820310)
@@ -1,56 +0,0 @@
-# Maintainer: Jaroslav Lichtblau 
-# Contributor: Nick Østergaard 
-# Contributor: Jonny Gerold 
-
-pkgname=viking
-pkgver=1.8
-pkgrel=5
-pkgdesc="GTK+2 application to manage GPS data"
-arch=('x86_64')
-url="https://sourceforge.net/projects/viking/;
-license=('GPL2')
-depends=('curl' 'file' 'gpsd' 'gtk2' 'libgexiv2' 'mapnik' 'geoclue' 'liboauth' 
'libzip')
-makedepends=('boost' 'gtk-doc' 'intltool' 'yelp-tools')
-optdepends=('gpsbabel: import and export GPS tracks from various formats')
-options=('!emptydirs')
-changelog=$pkgname.changelog
-source=(https://downloads.sourceforge.net/$pkgname/$pkgname-$pkgver.tar.bz2
-
viking-geoclue_layer.xml::https://raw.githubusercontent.com/viking-gps/viking/6f7b180ebefe2e2d45b2e4d6343d04581216adeb/help/C/geoclue_layer.xml
-yelp-tools.patch
-
viking-gcc10.patch::"https://github.com/viking-gps/viking/commit/7883ec0d.patch;)
-sha256sums=('855cbccd5f17ef0dc6d7e2d080a4b20383a079dfb882edd04dba602297030fa8'
-'fdcc6caca271cd1b63369a6874d23c5902e1ba6d829c1c3e65c06872189ddc07'
-'bbacf06a9e3cf1a16ab5a9da343e18dcb4fadf1f338295da68fe428dc75e429c'
-'57a3b4bb2958d1790865ec13792b4a86dacc85872b16670ee51e7388aecf53d1')
-
-prepare() {
-  cd "${srcdir}"/$pkgname-$pkgver
-  
-  # Remove Mapbox-Outdoors map, it doesn't work without an access token
-  sed -i '/maps_layer_register_map_source (mapbox_type);/d' src/osm.c
-  
-  # Don't use deprecated gnome-doc-utils
-  # https://github.com/viking-gps/viking/pull/83
-  mv ../viking-geoclue_layer.xml help/C/geoclue_layer.xml
-  sed -i 's/ghelp:/help:/g' help/*/*.xml src/vikwindow.c
-  mv help/C/{viking.xml,index.docbook}
-  patch -Np1 -i ../yelp-tools.patch
-  autoreconf -fi
-  intltoolize --force
-
-  patch -p1 -i ../viking-gcc10.patch # Fix build with GCC 10
-}
-
-build() {
-  cd "${srcdir}"/$pkgname-$pkgver
-
-  export CXXFLAGS="$CXXFLAGS -I/usr/include/mapnik"
-  ./configure --prefix=/usr --enable-geocaches
-  make
-}
-
-package(){
-  cd "${srcdir}"/$pkgname-$pkgver
-
-  make DESTDIR="${pkgdir}" install
-}

Copied: viking/repos/community-x86_64/PKGBUILD (from rev 820309, 
viking/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2021-01-12 22:46:09 UTC (rev 820310)
@@ -0,0 +1,56 @@
+# Maintainer: Jaroslav Lichtblau 
+# Contributor: Nick Østergaard 
+# Contributor: Jonny Gerold 
+
+pkgname=viking
+pkgver=1.8
+pkgrel=6
+pkgdesc="GTK+2 application to manage GPS data"
+arch=('x86_64')
+url="https://sourceforge.net/projects/viking/;
+license=('GPL2')
+depends=('curl' 'file' 'gpsd' 'gtk2' 'libgexiv2' 'mapnik' 'geoclue' 'liboauth' 
'libzip')
+makedepends=('boost' 'gtk-doc' 'intltool' 'yelp-tools')
+optdepends=('gpsbabel: import and export GPS tracks from various formats')
+options=('!emptydirs')
+changelog=$pkgname.changelog
+source=(https://downloads.sourceforge.net/$pkgname/$pkgname-$pkgver.tar.bz2
+
viking-geoclue_layer.xml::https://raw.githubusercontent.com/viking-gps/viking/6f7b180ebefe2e2d45b2e4d6343d04581216adeb/help/C/geoclue_layer.xml
+yelp-tools.patch
+
viking-gcc10.patch::"https://github.com/viking-gps/viking/commit/7883ec0d.patch;)
+sha256sums=('855cbccd5f17ef0dc6d7e2d080a4b20383a079dfb882edd04dba602297030fa8'
+'fdcc6caca271cd1b63369a6874d23c5902e1ba6d829c1c3e65c06872189ddc07'
+'bbacf06a9e3cf1a16ab5a9da343e18dcb4fadf1f338295da68fe428dc75e429c'
+'57a3b4bb2958d1790865ec13792b4a86dacc85872b16670ee51e7388aecf53d1')
+
+prepare() {
+  cd "${srcdir}"/$pkgname-$pkgver
+  
+  # Remove Mapbox-Outdoors map, it doesn't work without an access token
+  sed -i '/maps_layer_register_map_source (mapbox_type);/d' src/osm.c
+  
+  # Don't use deprecated gnome-doc-utils
+  # https://github.com/viking-gps/viking/pull/83
+  mv ../viking-geoclue_layer.xml help/C/geoclue_layer.xml
+  sed -i 's/ghelp:/help:/g' help/*/*.xml src/vikwindow.c

[arch-commits] Commit in viking/trunk (PKGBUILD viking.changelog)

2021-01-12 Thread Jaroslav Lichtblau via arch-commits
Date: Tuesday, January 12, 2021 @ 22:45:50
  Author: jlichtblau
Revision: 820309

upgpkg: viking 1.8-6 - mapnik 3.1.0 rebuild

Modified:
  viking/trunk/PKGBUILD
  viking/trunk/viking.changelog

--+
 PKGBUILD |2 +-
 viking.changelog |3 +++
 2 files changed, 4 insertions(+), 1 deletion(-)

Modified: PKGBUILD
===
--- PKGBUILD2021-01-12 22:40:36 UTC (rev 820308)
+++ PKGBUILD2021-01-12 22:45:50 UTC (rev 820309)
@@ -4,7 +4,7 @@
 
 pkgname=viking
 pkgver=1.8
-pkgrel=5
+pkgrel=6
 pkgdesc="GTK+2 application to manage GPS data"
 arch=('x86_64')
 url="https://sourceforge.net/projects/viking/;

Modified: viking.changelog
===
--- viking.changelog2021-01-12 22:40:36 UTC (rev 820308)
+++ viking.changelog2021-01-12 22:45:50 UTC (rev 820309)
@@ -1,3 +1,6 @@
+2021-01-10 Jaroslav Lichtblau 
+   * viking 1.8-6 - mapnik 3.1.0 rebuild
+
 2020-02-05 Jaroslav Lichtblau 
* viking 1.8-1
 


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

2021-01-12 Thread Felix Yan via arch-commits
Date: Tuesday, January 12, 2021 @ 22:40:36
  Author: felixonmars
Revision: 820308

archrelease: copy trunk to community-staging-x86_64

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

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

Copied: haskell-ci/repos/community-staging-x86_64/PKGBUILD (from rev 820307, 
haskell-ci/trunk/PKGBUILD)
===
--- community-staging-x86_64/PKGBUILD   (rev 0)
+++ community-staging-x86_64/PKGBUILD   2021-01-12 22:40:36 UTC (rev 820308)
@@ -0,0 +1,47 @@
+# Maintainer: Felix Yan 
+
+_hkgname=haskell-ci
+pkgname=haskell-ci
+pkgver=0.10.3
+pkgrel=117
+pkgdesc="Cabal package script generator for Travis-CI"
+url="https://haskell-ci.rtfd.org/;
+license=("GPL")
+arch=('x86_64')
+depends=('ghc-libs' 'haskell-aeson' 'haskell-base-compat' 
'haskell-cabal-install-parsers'
+ 'haskell-generic-lens-lite' 'haskell-hsyaml' 'haskell-lattices' 
'haskell-network-uri'
+ 'haskell-optparse-applicative' 'haskell-temporary' 
'haskell-unordered-containers'
+ 'shellcheck')
+makedepends=('ghc' 'uusi' 'haskell-diff' 'haskell-ansi-terminal' 
'haskell-tasty' 'haskell-tasty-golden')
+source=("https://hackage.haskell.org/packages/archive/$_hkgname/$pkgver/$_hkgname-$pkgver.tar.gz;)
+sha256sums=('7b8bd970619344c8254a678038a19f838a5b4eaba39a8d42c640aa50e1b31ea3')
+
+prepare(){
+  uusi $_hkgname-$pkgver/$_hkgname.cabal
+}
+
+build() {
+  cd $_hkgname-$pkgver
+
+  runhaskell Setup configure -O --enable-shared --enable-executable-dynamic 
--disable-library-vanilla \
+--prefix=/usr --docdir=/usr/share/doc/$pkgname --enable-tests \
+--dynlibdir=/usr/lib --libsubdir=\$compiler/site-local/\$pkgid \
+--ghc-option=-optl-Wl\,-z\,relro\,-z\,now \
+--ghc-option='-pie'
+
+  runhaskell Setup build $MAKEFLAGS
+  runhaskell Setup register --gen-script
+  runhaskell Setup unregister --gen-script
+  sed -i -r -e "s|ghc-pkg.*update[^ ]* |&'--force' |" register.sh
+  sed -i -r -e "s|ghc-pkg.*unregister[^ ]* |&'--force' |" unregister.sh
+}
+
+package() {
+  cd $_hkgname-$pkgver
+
+  install -D -m744 register.sh "$pkgdir"/usr/share/haskell/register/$pkgname.sh
+  install -D -m744 unregister.sh 
"$pkgdir"/usr/share/haskell/unregister/$pkgname.sh
+  runhaskell Setup copy --destdir="$pkgdir"
+  install -D -m644 LICENSE "$pkgdir"/usr/share/licenses/$pkgname/LICENSE
+  rm -f "$pkgdir"/usr/share/doc/$pkgname/LICENSE
+}


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

2021-01-12 Thread Felix Yan via arch-commits
Date: Tuesday, January 12, 2021 @ 22:40:21
  Author: felixonmars
Revision: 820307

upgpkg: haskell-ci 0.10.3-117: rebuild with citeproc 0.3, doctemplates 0.9, 
pandoc 2.11.3, skylighting-core 0.10.2, skylighting 0.10.2

Modified:
  haskell-ci/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2021-01-12 22:39:15 UTC (rev 820306)
+++ PKGBUILD2021-01-12 22:40:21 UTC (rev 820307)
@@ -3,7 +3,7 @@
 _hkgname=haskell-ci
 pkgname=haskell-ci
 pkgver=0.10.3
-pkgrel=116
+pkgrel=117
 pkgdesc="Cabal package script generator for Travis-CI"
 url="https://haskell-ci.rtfd.org/;
 license=("GPL")


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

2021-01-12 Thread Felix Yan via arch-commits
Date: Tuesday, January 12, 2021 @ 22:39:15
  Author: felixonmars
Revision: 820306

archrelease: copy trunk to community-staging-x86_64

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

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

Copied: shellcheck/repos/community-staging-x86_64/PKGBUILD (from rev 820305, 
shellcheck/trunk/PKGBUILD)
===
--- community-staging-x86_64/PKGBUILD   (rev 0)
+++ community-staging-x86_64/PKGBUILD   2021-01-12 22:39:15 UTC (rev 820306)
@@ -0,0 +1,51 @@
+# Maintainer: Felix Yan 
+# Contributor: Arch Haskell Team 
+
+_hkgname=ShellCheck
+pkgname=shellcheck
+pkgver=0.7.1
+pkgrel=249
+pkgdesc="Shell script analysis tool"
+url="https://www.shellcheck.net;
+license=("GPL")
+arch=('x86_64')
+depends=('ghc-libs' 'haskell-aeson' 'haskell-diff' 'haskell-quickcheck' 
'haskell-regex-tdfa')
+makedepends=('ghc' 'pandoc')
+source=("$_hkgname-$pkgver.tar.gz::https://github.com/koalaman/shellcheck/archive/v$pkgver.tar.gz;)
+sha512sums=('95ca827f50035e352eabfbee9eb1791278f7c18c10c3a6c2656c5b9e87396b7b6c088f4cefa3d6f954ac6c2765ea50e232985b9f3eeea2dbe77c17473cc4a437')
+
+prepare() {
+cd $pkgname-$pkgver
+echo -e "import Distribution.Simple\nmain = defaultMain" > Setup.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 \
+--ghc-option='-pie'
+runhaskell Setup build $MAKEFLAGS
+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
+
+./manpage
+}
+
+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)

2021-01-12 Thread Felix Yan via arch-commits
Date: Tuesday, January 12, 2021 @ 22:39:01
  Author: felixonmars
Revision: 820305

upgpkg: shellcheck 0.7.1-249: rebuild with citeproc 0.3, doctemplates 0.9, 
pandoc 2.11.3, skylighting-core 0.10.2, skylighting 0.10.2

Modified:
  shellcheck/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2021-01-12 22:36:28 UTC (rev 820304)
+++ PKGBUILD2021-01-12 22:39:01 UTC (rev 820305)
@@ -4,7 +4,7 @@
 _hkgname=ShellCheck
 pkgname=shellcheck
 pkgver=0.7.1
-pkgrel=248
+pkgrel=249
 pkgdesc="Shell script analysis tool"
 url="https://www.shellcheck.net;
 license=("GPL")


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

2021-01-12 Thread Felix Yan via arch-commits
Date: Tuesday, January 12, 2021 @ 22:36:28
  Author: felixonmars
Revision: 820304

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

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

Copied: pandoc-crossref/repos/community-staging-x86_64/PKGBUILD (from rev 
820303, pandoc-crossref/trunk/PKGBUILD)
===
--- community-staging-x86_64/PKGBUILD   (rev 0)
+++ community-staging-x86_64/PKGBUILD   2021-01-12 22:36:28 UTC (rev 820304)
@@ -0,0 +1,50 @@
+# Maintainer: Felix Yan 
+# Contributor: Arch Haskell Team 
+
+pkgname=pandoc-crossref
+pkgver=0.3.8.4
+pkgrel=19
+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' 'uusi' '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=('33d0414682335df543faef1b9102258b322b11b86eb279f44763b3eb697a29b8222bee2f7c0b71b880923eb3951d733603d24e892bf6abb9af6692c63c419882')
+
+prepare() {
+uusi -u optparse-applicative $pkgname-$pkgver/$pkgname.cabal
+}
+
+build() {
+cd $pkgname-$pkgver
+runhaskell Setup configure -O --enable-shared --enable-executable-dynamic 
--disable-library-vanilla \
+--prefix=/usr --docdir="/usr/share/doc/${pkgname}" --enable-tests 
--datasubdir="$pkgname" \
+--dynlibdir=/usr/lib --libsubdir=\$compiler/site-local/\$pkgid \
+   -f-enable_flaky_tests
+runhaskell Setup build $MAKEFLAGS
+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)

2021-01-12 Thread Felix Yan via arch-commits
Date: Tuesday, January 12, 2021 @ 22:36:14
  Author: felixonmars
Revision: 820303

upgpkg: pandoc-crossref 0.3.8.4-19: rebuild with citeproc 0.3, doctemplates 
0.9, pandoc 2.11.3, skylighting-core 0.10.2, skylighting 0.10.2

Modified:
  pandoc-crossref/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2021-01-12 22:34:57 UTC (rev 820302)
+++ PKGBUILD2021-01-12 22:36:14 UTC (rev 820303)
@@ -3,7 +3,7 @@
 
 pkgname=pandoc-crossref
 pkgver=0.3.8.4
-pkgrel=18
+pkgrel=19
 pkgdesc="Pandoc filter for cross-references"
 url="https://hackage.haskell.org/package/${pkgname};
 license=("GPL2")


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

2021-01-12 Thread Felix Yan via arch-commits
Date: Tuesday, January 12, 2021 @ 22:34:57
  Author: felixonmars
Revision: 820302

archrelease: copy trunk to community-staging-x86_64

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

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

Copied: pandoc/repos/community-staging-x86_64/PKGBUILD (from rev 820301, 
pandoc/trunk/PKGBUILD)
===
--- community-staging-x86_64/PKGBUILD   (rev 0)
+++ community-staging-x86_64/PKGBUILD   2021-01-12 22:34:57 UTC (rev 820302)
@@ -0,0 +1,70 @@
+# Maintainer: Felix Yan 
+# Contributor: Arch Haskell Team 
+
+pkgname=pandoc
+pkgver=2.11.3
+pkgrel=1
+pkgdesc='Conversion between markup formats'
+url='https://pandoc.org'
+license=('GPL')
+arch=('x86_64')
+depends=('ghc-libs' 'haskell-http' 'haskell-juicypixels' 'haskell-sha' 
'haskell-aeson'
+ 'haskell-aeson-pretty' 'haskell-attoparsec' 
'haskell-base64-bytestring'
+ 'haskell-blaze-html' 'haskell-blaze-markup' 'haskell-case-insensitive'
+ 'haskell-citeproc' 'haskell-commonmark' 
'haskell-commonmark-extensions'
+ 'haskell-commonmark-pandoc' 'haskell-connection' 
'haskell-data-default' 'haskell-doclayout'
+ 'haskell-doctemplates' 'haskell-emojis' 'haskell-file-embed' 
'haskell-glob'
+ 'haskell-haddock-library' 'haskell-ipynb' 'haskell-jira-wiki-markup' 
'haskell-skylighting'
+ 'haskell-skylighting-core' 'haskell-hslua' 
'haskell-hslua-module-system'
+ 'haskell-hslua-module-text' 'haskell-http-client' 'haskell-syb' 
'haskell-hsyaml'
+ 'haskell-http-client-tls' 'haskell-http-types' 'haskell-safe' 
'haskell-split'
+ 'haskell-texmath' 'haskell-network' 'haskell-pandoc-types' 
'haskell-random'
+ 'haskell-scientific' 'haskell-tagsoup' 'haskell-temporary' 
'haskell-text-conversions'
+ 'haskell-network-uri' 'haskell-unicode-transforms' 
'haskell-unordered-containers'
+ 'haskell-zip-archive' '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' 'uusi' 'haskell-diff' 'haskell-tasty' 'haskell-tasty-hunit' 
'haskell-tasty-lua'
+ 'haskell-tasty-quickcheck' 'haskell-tasty-golden' 
'haskell-quickcheck'
+ 'haskell-executable-path')
+source=("https://hackage.haskell.org/packages/archive/${pkgname}/${pkgver}/${pkgname}-${pkgver}.tar.gz;)
+sha512sums=('2c37643164223a5c2816b4e5a8520131ccb677072a2373ad4ea7d332b40f8a9f0c48e7981aa4fb3d48e1fe9c2be2f239246a268cb420b6756f727c2e58f0529f')
+
+prepare() {
+cd $pkgname-$pkgver
+uusi -u base64-bytestring -u random $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 $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 $MAKEFLAGS
+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
+LC_CTYPE=en_US.UTF-8 runhaskell Setup test || echo "Tests failed"
+}
+
+package() {
+cd $pkgname-$pkgver
+install -D -m744 register.sh   
"${pkgdir}/usr/share/haskell/register/${pkgname}.sh"
+install -D -m744 unregister.sh 
"${pkgdir}/usr/share/haskell/unregister/${pkgname}.sh"
+runhaskell Setup copy --destdir="${pkgdir}"
+rm "${pkgdir}/usr/share/doc/${pkgname}/COPYING.md"
+install -Dm644 man/pandoc.1 -t "${pkgdir}"/usr/share/man/man1/
+}


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

2021-01-12 Thread Felix Yan via arch-commits
Date: Tuesday, January 12, 2021 @ 22:34:42
  Author: felixonmars
Revision: 820301

upgpkg: pandoc 2.11.3-1: rebuild with citeproc 0.3, doctemplates 0.9, pandoc 
2.11.3, skylighting-core 0.10.2, skylighting 0.10.2

Modified:
  pandoc/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2021-01-12 22:24:14 UTC (rev 820300)
+++ PKGBUILD2021-01-12 22:34:42 UTC (rev 820301)
@@ -2,8 +2,8 @@
 # Contributor: Arch Haskell Team 
 
 pkgname=pandoc
-pkgver=2.11.2
-pkgrel=43
+pkgver=2.11.3
+pkgrel=1
 pkgdesc='Conversion between markup formats'
 url='https://pandoc.org'
 license=('GPL')
@@ -31,10 +31,10 @@
  'haskell-tasty-quickcheck' 'haskell-tasty-golden' 
'haskell-quickcheck'
  'haskell-executable-path')
 
source=("https://hackage.haskell.org/packages/archive/${pkgname}/${pkgver}/${pkgname}-${pkgver}.tar.gz;)
-sha512sums=('9d32b2511c83b5620afa2bb07c97321c18fe1365d1eab2e082563bf23748cf733b8701451467b9a185af21a48a79476014307e2624149b04c0a62ab3e1783037')
+sha512sums=('2c37643164223a5c2816b4e5a8520131ccb677072a2373ad4ea7d332b40f8a9f0c48e7981aa4fb3d48e1fe9c2be2f239246a268cb420b6756f727c2e58f0529f')
 
 prepare() {
-cd "${srcdir}/$pkgname-${pkgver}"
+cd $pkgname-$pkgver
 uusi -u base64-bytestring -u random $pkgname.cabal
 
 # TODO: find a better solution
@@ -42,7 +42,7 @@
 }
 
 build() {
-cd "${srcdir}/${pkgname}-${pkgver}"
+cd $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 \
@@ -56,15 +56,15 @@
 }
 
 check() {
-cd "${srcdir}/${pkgname}-${pkgver}"
+cd $pkgname-$pkgver
 LC_CTYPE=en_US.UTF-8 runhaskell Setup test || echo "Tests failed"
 }
 
 package() {
-cd "${srcdir}/${pkgbase}-${pkgver}"
+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 "${pkgdir}/usr/share/doc/${pkgname}/COPYING.md"
-install -Dm644 man/pandoc.1 "${pkgdir}"/usr/share/man/man1/pandoc.1
+install -Dm644 man/pandoc.1 -t "${pkgdir}"/usr/share/man/man1/
 }


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

2021-01-12 Thread Felix Yan via arch-commits
Date: Tuesday, January 12, 2021 @ 22:24:14
  Author: felixonmars
Revision: 820300

archrelease: copy trunk to community-staging-x86_64

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

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

Copied: haskell-doctemplates/repos/community-staging-x86_64/PKGBUILD (from rev 
820299, haskell-doctemplates/trunk/PKGBUILD)
===
--- community-staging-x86_64/PKGBUILD   (rev 0)
+++ community-staging-x86_64/PKGBUILD   2021-01-12 22:24:14 UTC (rev 820300)
@@ -0,0 +1,45 @@
+# Maintainer: Felix Yan 
+
+_hkgname=doctemplates
+pkgname=haskell-doctemplates
+pkgver=0.9
+pkgrel=1
+pkgdesc="Pandoc-style document templates"
+url="https://github.com/jgm/doctemplates;
+license=("BSD")
+arch=('x86_64')
+depends=('ghc-libs' 'haskell-aeson' 'haskell-doclayout' 'haskell-hsyaml' 
'haskell-safe'
+ 'haskell-scientific' 'haskell-text-conversions' 
'haskell-unordered-containers'
+ 'haskell-vector')
+makedepends=('ghc' 'haskell-glob' 'haskell-tasty' 'haskell-tasty-golden' 
'haskell-tasty-hunit'
+ 'haskell-temporary')
+source=("https://hackage.haskell.org/packages/archive/${_hkgname}/${pkgver}/${_hkgname}-${pkgver}.tar.gz;)
+sha512sums=('3216fc7ef4e2a45230a2854c22c2a8622774bc834bbf59d34134912b3942df2a541230bd91324995e13e19098a0fa0bf7057c7d55ca35ec75da7840fddd61a37')
+
+build() {
+cd $_hkgname-$pkgver
+
+runhaskell Setup configure -O --enable-shared --enable-executable-dynamic 
--disable-library-vanilla \
+--prefix=/usr --docdir=/usr/share/doc/$pkgname --datasubdir="$pkgname" 
--enable-tests \
+--dynlibdir=/usr/lib --libsubdir=\$compiler/site-local/\$pkgid
+runhaskell Setup build $MAKEFLAGS
+runhaskell Setup register --gen-script
+runhaskell Setup unregister --gen-script
+sed -i -r -e "s|ghc-pkg.*update[^ ]* |&'--force' |" register.sh
+sed -i -r -e "s|ghc-pkg.*unregister[^ ]* |&'--force' |" unregister.sh
+}
+
+check() {
+cd $_hkgname-$pkgver
+runhaskell Setup test
+}
+
+package() {
+cd $_hkgname-$pkgver
+
+install -D -m744 register.sh 
"$pkgdir"/usr/share/haskell/register/$pkgname.sh
+install -D -m744 unregister.sh 
"$pkgdir"/usr/share/haskell/unregister/$pkgname.sh
+runhaskell Setup copy --destdir="$pkgdir"
+install -D -m644 LICENSE "$pkgdir"/usr/share/licenses/$pkgname/LICENSE
+rm -f "$pkgdir"/usr/share/doc/$pkgname/LICENSE
+}


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

2021-01-12 Thread Felix Yan via arch-commits
Date: Tuesday, January 12, 2021 @ 22:24:00
  Author: felixonmars
Revision: 820299

upgpkg: haskell-doctemplates 0.9-1: rebuild with citeproc 0.3, doctemplates 
0.9, pandoc 2.11.3, skylighting-core 0.10.2, skylighting 0.10.2

Modified:
  haskell-doctemplates/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2021-01-12 22:23:16 UTC (rev 820298)
+++ PKGBUILD2021-01-12 22:24:00 UTC (rev 820299)
@@ -2,8 +2,8 @@
 
 _hkgname=doctemplates
 pkgname=haskell-doctemplates
-pkgver=0.8.3
-pkgrel=24
+pkgver=0.9
+pkgrel=1
 pkgdesc="Pandoc-style document templates"
 url="https://github.com/jgm/doctemplates;
 license=("BSD")
@@ -14,7 +14,7 @@
 makedepends=('ghc' 'haskell-glob' 'haskell-tasty' 'haskell-tasty-golden' 
'haskell-tasty-hunit'
  'haskell-temporary')
 
source=("https://hackage.haskell.org/packages/archive/${_hkgname}/${pkgver}/${_hkgname}-${pkgver}.tar.gz;)
-sha512sums=('a6fb0bc32a0e93e236392a41fcc6b176c03eccc6244c339c5996855241a11dfdbe3c4f25fdf1300720d4f0d2bd4bdffd3b39dc06248393950de00cc409bfff86')
+sha512sums=('3216fc7ef4e2a45230a2854c22c2a8622774bc834bbf59d34134912b3942df2a541230bd91324995e13e19098a0fa0bf7057c7d55ca35ec75da7840fddd61a37')
 
 build() {
 cd $_hkgname-$pkgver


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

2021-01-12 Thread Felix Yan via arch-commits
Date: Tuesday, January 12, 2021 @ 22:23:16
  Author: felixonmars
Revision: 820298

archrelease: copy trunk to community-staging-x86_64

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

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

Copied: haskell-citeproc/repos/community-staging-x86_64/PKGBUILD (from rev 
820297, haskell-citeproc/trunk/PKGBUILD)
===
--- community-staging-x86_64/PKGBUILD   (rev 0)
+++ community-staging-x86_64/PKGBUILD   2021-01-12 22:23:16 UTC (rev 820298)
@@ -0,0 +1,53 @@
+# Maintainer: Felix Yan 
+
+_hkgname=citeproc
+pkgname=haskell-citeproc
+pkgver=0.3
+pkgrel=1
+pkgdesc="Generates citations and bibliography from CSL styles."
+url="https://github.com/jgm/citeproc;
+license=("BSD")
+arch=('x86_64')
+depends=('ghc-libs' 'haskell-aeson' 'haskell-aeson-pretty' 'haskell-attoparsec'
+ 'haskell-case-insensitive' 'haskell-data-default' 'haskell-file-embed'
+ 'haskell-pandoc-types' 'haskell-safe' 'haskell-scientific' 
'haskell-text-icu'
+ 'haskell-uniplate' 'haskell-vector' 'haskell-xml-conduit')
+makedepends=('ghc' 'uusi' 'haskell-diff' 'haskell-timeit')
+source=("https://hackage.haskell.org/packages/archive/$_hkgname/$pkgver/$_hkgname-$pkgver.tar.gz;)
+sha512sums=('b5545c82c4cc4c5ab31a1e30681ad04d286dc0895499f4030d17d3206d73a6bdac6899da7017981270dbc447ccfb4e7f723e39d853208e6c3415f0b73a7a1b9b')
+
+prepare() {
+  cd $_hkgname-$pkgver
+  gen-setup
+}
+
+build() {
+  cd $_hkgname-$pkgver
+
+  runhaskell Setup configure -O --enable-shared --enable-executable-dynamic 
--disable-library-vanilla \
+--prefix=/usr --docdir=/usr/share/doc/$pkgname --enable-tests \
+--dynlibdir=/usr/lib --libsubdir=\$compiler/site-local/\$pkgid \
+--ghc-option=-optl-Wl\,-z\,relro\,-z\,now \
+--ghc-option='-pie' -fexecutable -ficu
+
+  runhaskell Setup build $MAKEFLAGS
+  runhaskell Setup register --gen-script
+  runhaskell Setup unregister --gen-script
+  sed -i -r -e "s|ghc-pkg.*update[^ ]* |&'--force' |" register.sh
+  sed -i -r -e "s|ghc-pkg.*unregister[^ ]* |&'--force' |" unregister.sh
+}
+
+check() {
+  cd $_hkgname-$pkgver
+  runhaskell Setup test
+}
+
+package() {
+  cd $_hkgname-$pkgver
+
+  install -D -m744 register.sh "$pkgdir"/usr/share/haskell/register/$pkgname.sh
+  install -D -m744 unregister.sh 
"$pkgdir"/usr/share/haskell/unregister/$pkgname.sh
+  runhaskell Setup copy --destdir="$pkgdir"
+  install -D -m644 LICENSE -t "$pkgdir"/usr/share/licenses/$pkgname/
+  rm -f "$pkgdir"/usr/share/doc/$pkgname/LICENSE
+}


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

2021-01-12 Thread Felix Yan via arch-commits
Date: Tuesday, January 12, 2021 @ 22:23:01
  Author: felixonmars
Revision: 820297

upgpkg: haskell-citeproc 0.3-1: rebuild with citeproc 0.3, doctemplates 0.9, 
pandoc 2.11.3, skylighting-core 0.10.2, skylighting 0.10.2

Modified:
  haskell-citeproc/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2021-01-12 22:21:21 UTC (rev 820296)
+++ PKGBUILD2021-01-12 22:23:01 UTC (rev 820297)
@@ -2,8 +2,8 @@
 
 _hkgname=citeproc
 pkgname=haskell-citeproc
-pkgver=0.2
-pkgrel=25
+pkgver=0.3
+pkgrel=1
 pkgdesc="Generates citations and bibliography from CSL styles."
 url="https://github.com/jgm/citeproc;
 license=("BSD")
@@ -14,7 +14,7 @@
  'haskell-uniplate' 'haskell-vector' 'haskell-xml-conduit')
 makedepends=('ghc' 'uusi' 'haskell-diff' 'haskell-timeit')
 
source=("https://hackage.haskell.org/packages/archive/$_hkgname/$pkgver/$_hkgname-$pkgver.tar.gz;)
-sha512sums=('cc1c6efc35dd947aac7d2c5d45f66c2934ae28ec8ea61bae2ddaf1101a72f30726714576585e44096f013b1cc041a657e6cafb77aae52fd30f8adb62ee04dc1f')
+sha512sums=('b5545c82c4cc4c5ab31a1e30681ad04d286dc0895499f4030d17d3206d73a6bdac6899da7017981270dbc447ccfb4e7f723e39d853208e6c3415f0b73a7a1b9b')
 
 prepare() {
   cd $_hkgname-$pkgver


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

2021-01-12 Thread Felix Yan via arch-commits
Date: Tuesday, January 12, 2021 @ 22:21:06
  Author: felixonmars
Revision: 820295

upgpkg: haskell-skylighting 0.10.2-1: rebuild with citeproc 0.3, doctemplates 
0.9, pandoc 2.11.3, skylighting-core 0.10.2, skylighting 0.10.2

Modified:
  haskell-skylighting/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2021-01-12 22:20:30 UTC (rev 820294)
+++ PKGBUILD2021-01-12 22:21:06 UTC (rev 820295)
@@ -2,8 +2,8 @@
 
 _hkgname=skylighting
 pkgname=haskell-skylighting
-pkgver=0.10.1
-pkgrel=2
+pkgver=0.10.2
+pkgrel=1
 pkgdesc="Syntax highlighting library"
 url="https://github.com/jgm/skylighting;
 license=('GPL2')
@@ -11,7 +11,7 @@
 depends=('ghc-libs' 'haskell-skylighting-core')
 makedepends=('ghc')
 
source=("https://hackage.haskell.org/packages/archive/${_hkgname}/${pkgver}/${_hkgname}-${pkgver}.tar.gz;)
-sha512sums=('56bd3760ed4c52738a7694bdf14648423b6d0beb4d758e333a6710ce8e359c0e09d572c2f4a1fb6366c91816021ebcd4162324c6858da72a1a02b9266fcc25b3')
+sha512sums=('04d411580caf6102e3f8732c53b103412c6d42becfadbbcdd13053557235b632f07d82b22acad87ffc37f5705a387367aa21a0b70b1c5cf2ef52acce1b3e4e86')
 
 build() {
 cd $_hkgname-$pkgver


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

2021-01-12 Thread Felix Yan via arch-commits
Date: Tuesday, January 12, 2021 @ 22:21:21
  Author: felixonmars
Revision: 820296

archrelease: copy trunk to community-staging-x86_64

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

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

Copied: haskell-skylighting/repos/community-staging-x86_64/PKGBUILD (from rev 
820295, haskell-skylighting/trunk/PKGBUILD)
===
--- community-staging-x86_64/PKGBUILD   (rev 0)
+++ community-staging-x86_64/PKGBUILD   2021-01-12 22:21:21 UTC (rev 820296)
@@ -0,0 +1,37 @@
+# Maintainer: Felix Yan 
+
+_hkgname=skylighting
+pkgname=haskell-skylighting
+pkgver=0.10.2
+pkgrel=1
+pkgdesc="Syntax highlighting library"
+url="https://github.com/jgm/skylighting;
+license=('GPL2')
+arch=('x86_64')
+depends=('ghc-libs' 'haskell-skylighting-core')
+makedepends=('ghc')
+source=("https://hackage.haskell.org/packages/archive/${_hkgname}/${pkgver}/${_hkgname}-${pkgver}.tar.gz;)
+sha512sums=('04d411580caf6102e3f8732c53b103412c6d42becfadbbcdd13053557235b632f07d82b22acad87ffc37f5705a387367aa21a0b70b1c5cf2ef52acce1b3e4e86')
+
+build() {
+cd $_hkgname-$pkgver
+
+runhaskell Setup configure -O --enable-shared --enable-executable-dynamic 
--disable-library-vanilla \
+--prefix=/usr --docdir=/usr/share/doc/$pkgname \
+--dynlibdir=/usr/lib --libsubdir=\$compiler/site-local/\$pkgid \
+-f-executable
+runhaskell Setup build $MAKEFLAGS
+runhaskell Setup register --gen-script
+runhaskell Setup unregister --gen-script
+sed -i -r -e "s|ghc-pkg.*update[^ ]* |&'--force' |" register.sh
+sed -i -r -e "s|ghc-pkg.*unregister[^ ]* |&'--force' |" unregister.sh
+}
+
+package() {
+cd $_hkgname-$pkgver
+
+install -D -m744 register.sh 
"$pkgdir"/usr/share/haskell/register/$pkgname.sh
+install -D -m744 unregister.sh 
"$pkgdir"/usr/share/haskell/unregister/$pkgname.sh
+runhaskell Setup copy --destdir="$pkgdir"
+rm -f "$pkgdir"/usr/share/doc/$pkgname/LICENSE
+}


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

2021-01-12 Thread Felix Yan via arch-commits
Date: Tuesday, January 12, 2021 @ 22:20:30
  Author: felixonmars
Revision: 820294

archrelease: copy trunk to community-staging-x86_64

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

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

Copied: haskell-skylighting-core/repos/community-staging-x86_64/PKGBUILD (from 
rev 820293, haskell-skylighting-core/trunk/PKGBUILD)
===
--- community-staging-x86_64/PKGBUILD   (rev 0)
+++ community-staging-x86_64/PKGBUILD   2021-01-12 22:20:30 UTC (rev 820294)
@@ -0,0 +1,42 @@
+# Maintainer: Felix Yan 
+
+_hkgname=skylighting-core
+pkgname=haskell-skylighting-core
+pkgver=0.10.2
+pkgrel=1
+pkgdesc="Syntax highlighting library"
+url="https://github.com/jgm/skylighting;
+license=('BSD')
+arch=('x86_64')
+depends=('ghc-libs' 'haskell-aeson' 'haskell-ansi-terminal' 
'haskell-attoparsec'
+ 'haskell-base64-bytestring' 'haskell-blaze-html' 
'haskell-case-insensitive'
+ 'haskell-colour' 'haskell-hxt' 'haskell-safe' 'haskell-utf8-string')
+makedepends=('ghc' 'haskell-diff' 'haskell-hunit' 'haskell-pretty-show' 
'haskell-quickcheck'
+ 'haskell-random' 'haskell-tasty' 'haskell-tasty-golden' 
'haskell-tasty-hunit'
+ 'haskell-tasty-quickcheck')
+source=(https://hackage.haskell.org/packages/archive/${_hkgname}/${pkgver}/${_hkgname}-${pkgver}.tar.gz)
+sha512sums=('c3d20694b29dee660cbba681dec4b7610b1b5be8e5b359931935b0e2a466f41a494847231557c6c5906d5b31487360516af0e00c46689cbc03c9de58e3430698')
+
+build() {
+cd $_hkgname-$pkgver
+
+runhaskell Setup configure -O --enable-shared --enable-executable-dynamic 
--disable-library-vanilla \
+--prefix=/usr --docdir=/usr/share/doc/$pkgname \
+--dynlibdir=/usr/lib --libsubdir=\$compiler/site-local/\$pkgid \
+-fexecutable
+runhaskell Setup build $MAKEFLAGS
+runhaskell Setup register --gen-script
+runhaskell Setup unregister --gen-script
+sed -i -r -e "s|ghc-pkg.*update[^ ]* |&'--force' |" register.sh
+sed -i -r -e "s|ghc-pkg.*unregister[^ ]* |&'--force' |" unregister.sh
+}
+
+package() {
+cd $_hkgname-$pkgver
+
+install -D -m744 register.sh 
"$pkgdir"/usr/share/haskell/register/$pkgname.sh
+install -D -m744 unregister.sh 
"$pkgdir"/usr/share/haskell/unregister/$pkgname.sh
+runhaskell Setup copy --destdir="$pkgdir"
+install -D -m644 LICENSE "$pkgdir"/usr/share/licenses/$pkgname/LICENSE
+rm -f "$pkgdir"/usr/share/doc/$pkgname/LICENSE
+}


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

2021-01-12 Thread Felix Yan via arch-commits
Date: Tuesday, January 12, 2021 @ 22:20:15
  Author: felixonmars
Revision: 820293

upgpkg: haskell-skylighting-core 0.10.2-1: rebuild with citeproc 0.3, 
doctemplates 0.9, pandoc 2.11.3, skylighting-core 0.10.2, skylighting 0.10.2

Modified:
  haskell-skylighting-core/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2021-01-12 22:15:44 UTC (rev 820292)
+++ PKGBUILD2021-01-12 22:20:15 UTC (rev 820293)
@@ -2,8 +2,8 @@
 
 _hkgname=skylighting-core
 pkgname=haskell-skylighting-core
-pkgver=0.10.1
-pkgrel=2
+pkgver=0.10.2
+pkgrel=1
 pkgdesc="Syntax highlighting library"
 url="https://github.com/jgm/skylighting;
 license=('BSD')
@@ -15,7 +15,7 @@
  'haskell-random' 'haskell-tasty' 'haskell-tasty-golden' 
'haskell-tasty-hunit'
  'haskell-tasty-quickcheck')
 
source=(https://hackage.haskell.org/packages/archive/${_hkgname}/${pkgver}/${_hkgname}-${pkgver}.tar.gz)
-sha512sums=('933645923fdf2a7b4c17c530da728ac1b34132c99b057fbc3ba8d3b5f5db1eeaacf6d42601e4f7b797cc740daca348fd087084e68b35fd9dc26dcaac9cf3c8f6')
+sha512sums=('c3d20694b29dee660cbba681dec4b7610b1b5be8e5b359931935b0e2a466f41a494847231557c6c5906d5b31487360516af0e00c46689cbc03c9de58e3430698')
 
 build() {
 cd $_hkgname-$pkgver


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

2021-01-12 Thread Felix Yan via arch-commits
Date: Tuesday, January 12, 2021 @ 22:13:51
  Author: felixonmars
Revision: 820288

archrelease: copy trunk to community-staging-x86_64

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

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

Copied: hopenpgp-tools/repos/community-staging-x86_64/PKGBUILD (from rev 
820287, hopenpgp-tools/trunk/PKGBUILD)
===
--- community-staging-x86_64/PKGBUILD   (rev 0)
+++ community-staging-x86_64/PKGBUILD   2021-01-12 22:13:51 UTC (rev 820288)
@@ -0,0 +1,37 @@
+# Maintainer: Felix Yan 
+# Contributor: Arch Haskell Team 
+
+pkgname=hopenpgp-tools
+pkgver=0.23.5
+pkgrel=5
+pkgdesc="hOpenPGP-based command-line tools"
+url="https://salsa.debian.org/clint/hopenpgp-tools;
+license=("AGPL3")
+arch=('x86_64')
+depends=('ghc-libs' 'haskell-aeson' 'haskell-base16-bytestring' 
'haskell-binary-conduit'
+ 'haskell-conduit' 'haskell-conduit-extra' 'haskell-cryptonite' 
'haskell-errors'
+ 'haskell-fgl' 'haskell-graphviz' 'haskell-hopenpgp' 
'haskell-http-client'
+ 'haskell-http-client-tls' 'haskell-http-types' 'haskell-ixset-typed' 
'haskell-lens'
+ 'haskell-memory' 'haskell-monad-loops' 'haskell-openpgp-asciiarmor'
+ 'haskell-optparse-applicative' 'haskell-prettyprinter'
+ 'haskell-prettyprinter-ansi-terminal' 
'haskell-prettyprinter-convert-ansi-wl-pprint'
+ 'haskell-resourcet' 'haskell-time-locale-compat' 
'haskell-unordered-containers'
+ 'haskell-vector' 'haskell-yaml')
+makedepends=('alex' 'happy' 'ghc')
+source=(https://hackage.haskell.org/packages/archive/${pkgname}/${pkgver}/${pkgname}-${pkgver}.tar.gz)
+sha512sums=('845b3f5fe39d350e9506da00e04ac2ab86fb0ad1895cc40a6b571fc1238cb9eefe69b516a0c52fe99d7464261e13faa080b5bb86419dc244ff789cc3155e135c')
+
+build() {
+cd "${srcdir}/${pkgname}-${pkgver}"
+
+runhaskell Setup configure -O --prefix=/usr --enable-executable-dynamic 
--docdir="/usr/share/doc/${pkgname}"
+runhaskell Setup build $MAKEFLAGS
+}
+
+package() {
+cd "${srcdir}/${pkgname}-${pkgver}"
+runhaskell Setup copy --destdir="${pkgdir}"
+
+rm "$pkgdir/usr/share/doc/hopenpgp-tools/LICENSE"
+rmdir "$pkgdir/usr/share/doc/hopenpgp-tools" "$pkgdir/usr/share/doc" 
"$pkgdir/usr/share"
+}


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

2021-01-12 Thread Felix Yan via arch-commits
Date: Tuesday, January 12, 2021 @ 22:13:37
  Author: felixonmars
Revision: 820287

upgpkg: hopenpgp-tools 0.23.5-5: rebuild with safecopy 0.10.3.1

Modified:
  hopenpgp-tools/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2021-01-12 22:12:24 UTC (rev 820286)
+++ PKGBUILD2021-01-12 22:13:37 UTC (rev 820287)
@@ -3,7 +3,7 @@
 
 pkgname=hopenpgp-tools
 pkgver=0.23.5
-pkgrel=4
+pkgrel=5
 pkgdesc="hOpenPGP-based command-line tools"
 url="https://salsa.debian.org/clint/hopenpgp-tools;
 license=("AGPL3")


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

2021-01-12 Thread Felix Yan via arch-commits
Date: Tuesday, January 12, 2021 @ 22:12:24
  Author: felixonmars
Revision: 820286

archrelease: copy trunk to community-staging-x86_64

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

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

Copied: haskell-hopenpgp/repos/community-staging-x86_64/PKGBUILD (from rev 
820285, haskell-hopenpgp/trunk/PKGBUILD)
===
--- community-staging-x86_64/PKGBUILD   (rev 0)
+++ community-staging-x86_64/PKGBUILD   2021-01-12 22:12:24 UTC (rev 820286)
@@ -0,0 +1,46 @@
+# Maintainer: Felix Yan 
+
+_hkgname=hOpenPGP
+pkgname=haskell-hopenpgp
+pkgver=2.9.5
+pkgrel=50
+pkgdesc="Native Haskell implementation of OpenPGP (RFC4880)"
+url="http://floss.scru.org/hOpenPGP/;
+license=('MIT')
+arch=('x86_64')
+depends=('ghc-libs' 'haskell-aeson' 'haskell-asn1-encoding' 
'haskell-attoparsec'
+ 'haskell-base16-bytestring' 'haskell-bifunctors' 'haskell-bz2' 
'haskell-binary-conduit'
+ 'haskell-conduit' 'haskell-conduit-extra' 'haskell-cryptonite'
+ 'haskell-crypto-cipher-types' 'haskell-errors' 'haskell-hashable'
+ 'haskell-incremental-parser' 'haskell-ixset-typed' 'haskell-lens' 
'haskell-memory'
+ 'haskell-monad-loops' 'haskell-nettle' 'haskell-network-uri'
+ 'haskell-openpgp-asciiarmor' 'haskell-prettyprinter' 
'haskell-resourcet' 'haskell-split'
+ 'haskell-time-locale-compat' 'haskell-unliftio-core' 
'haskell-unordered-containers'
+ 'haskell-zlib')
+makedepends=('ghc')
+source=(https://hackage.haskell.org/packages/archive/${_hkgname}/${pkgver}/${_hkgname}-${pkgver}.tar.gz)
+sha512sums=('7e0ecc73054c5315093e7f64f92bc7c62a7f9ff1b2c985595db427a063460b3fc692343079676631987c9a651212d1d739289f9b1e2ecb1c086b2c9bd5a4ba0e')
+
+build() {
+cd $_hkgname-$pkgver
+
+runhaskell Setup configure -O --enable-shared --enable-executable-dynamic 
--disable-library-vanilla \
+--prefix=/usr --docdir=/usr/share/doc/$pkgname \
+--dynlibdir=/usr/lib --libsubdir=\$compiler/site-local/\$pkgid \
+-fnetwork-uri
+runhaskell Setup build $MAKEFLAGS
+runhaskell Setup register --gen-script
+runhaskell Setup unregister --gen-script
+sed -i -r -e "s|ghc-pkg.*update[^ ]* |&'--force' |" register.sh
+sed -i -r -e "s|ghc-pkg.*unregister[^ ]* |&'--force' |" unregister.sh
+}
+
+package() {
+cd $_hkgname-$pkgver
+
+install -D -m744 register.sh 
"$pkgdir"/usr/share/haskell/register/$pkgname.sh
+install -D -m744 unregister.sh 
"$pkgdir"/usr/share/haskell/unregister/$pkgname.sh
+runhaskell Setup copy --destdir="$pkgdir"
+install -D -m644 LICENSE "$pkgdir"/usr/share/licenses/$pkgname/LICENSE
+rm -f "$pkgdir"/usr/share/doc/$pkgname/LICENSE
+}


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

2021-01-12 Thread Felix Yan via arch-commits
Date: Tuesday, January 12, 2021 @ 22:12:08
  Author: felixonmars
Revision: 820285

upgpkg: haskell-hopenpgp 2.9.5-50: rebuild with safecopy 0.10.3.1

Modified:
  haskell-hopenpgp/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2021-01-12 22:10:32 UTC (rev 820284)
+++ PKGBUILD2021-01-12 22:12:08 UTC (rev 820285)
@@ -3,7 +3,7 @@
 _hkgname=hOpenPGP
 pkgname=haskell-hopenpgp
 pkgver=2.9.5
-pkgrel=49
+pkgrel=50
 pkgdesc="Native Haskell implementation of OpenPGP (RFC4880)"
 url="http://floss.scru.org/hOpenPGP/;
 license=('MIT')


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

2021-01-12 Thread Felix Yan via arch-commits
Date: Tuesday, January 12, 2021 @ 22:10:32
  Author: felixonmars
Revision: 820284

archrelease: copy trunk to community-staging-x86_64

Added:
  haskell-ixset-typed/repos/community-staging-x86_64/
  haskell-ixset-typed/repos/community-staging-x86_64/PKGBUILD
(from rev 820283, haskell-ixset-typed/trunk/PKGBUILD)

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

Copied: haskell-ixset-typed/repos/community-staging-x86_64/PKGBUILD (from rev 
820283, haskell-ixset-typed/trunk/PKGBUILD)
===
--- community-staging-x86_64/PKGBUILD   (rev 0)
+++ community-staging-x86_64/PKGBUILD   2021-01-12 22:10:32 UTC (rev 820284)
@@ -0,0 +1,43 @@
+# Maintainer: Felix Yan 
+
+_hkgname=ixset-typed
+pkgname=haskell-ixset-typed
+pkgver=0.5
+pkgrel=96
+pkgdesc="Efficient relational queries on Haskell sets"
+url="https://hackage.haskell.org/package/${_hkgname};
+license=('BSD')
+arch=('x86_64')
+depends=('ghc-libs' 'haskell-safecopy' 'haskell-syb')
+makedepends=('ghc' 'haskell-hunit' 'haskell-quickcheck' 'haskell-tasty' 
'haskell-tasty-hunit'
+ 'haskell-tasty-quickcheck')
+source=(https://hackage.haskell.org/packages/archive/${_hkgname}/${pkgver}/${_hkgname}-${pkgver}.tar.gz)
+sha512sums=('0f25a540835805cdea68b46de5956afa887172cf16135f7d13e1c1f59e750652defae74d3ecebdacdb606ddf3bdc515c370e0b57f7ada21e3aa3f6e1b62fe582')
+
+build() {
+cd $_hkgname-$pkgver
+
+runhaskell Setup configure -O --enable-shared --enable-executable-dynamic 
--disable-library-vanilla \
+--prefix=/usr --docdir=/usr/share/doc/$pkgname --enable-tests \
+--dynlibdir=/usr/lib --libsubdir=\$compiler/site-local/\$pkgid
+runhaskell Setup build $MAKEFLAGS
+runhaskell Setup register --gen-script
+runhaskell Setup unregister --gen-script
+sed -i -r -e "s|ghc-pkg.*update[^ ]* |&'--force' |" register.sh
+sed -i -r -e "s|ghc-pkg.*unregister[^ ]* |&'--force' |" unregister.sh
+}
+
+check() {
+cd $_hkgname-$pkgver
+runhaskell Setup test
+}
+
+package() {
+cd $_hkgname-$pkgver
+
+install -D -m744 register.sh 
"$pkgdir"/usr/share/haskell/register/$pkgname.sh
+install -D -m744 unregister.sh 
"$pkgdir"/usr/share/haskell/unregister/$pkgname.sh
+runhaskell Setup copy --destdir="$pkgdir"
+install -D -m644 "COPYING" 
"${pkgdir}/usr/share/licenses/${pkgname}/COPYING"
+rm -f "${pkgdir}/usr/share/doc/${pkgname}/COPYING"
+}


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

2021-01-12 Thread Felix Yan via arch-commits
Date: Tuesday, January 12, 2021 @ 22:10:18
  Author: felixonmars
Revision: 820283

upgpkg: haskell-ixset-typed 0.5-96: rebuild with safecopy 0.10.3.1

Modified:
  haskell-ixset-typed/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2021-01-12 22:09:37 UTC (rev 820282)
+++ PKGBUILD2021-01-12 22:10:18 UTC (rev 820283)
@@ -3,7 +3,7 @@
 _hkgname=ixset-typed
 pkgname=haskell-ixset-typed
 pkgver=0.5
-pkgrel=95
+pkgrel=96
 pkgdesc="Efficient relational queries on Haskell sets"
 url="https://hackage.haskell.org/package/${_hkgname};
 license=('BSD')


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

2021-01-12 Thread Felix Yan via arch-commits
Date: Tuesday, January 12, 2021 @ 22:09:37
  Author: felixonmars
Revision: 820282

archrelease: copy trunk to community-staging-x86_64

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

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

Copied: haskell-safecopy/repos/community-staging-x86_64/PKGBUILD (from rev 
820281, haskell-safecopy/trunk/PKGBUILD)
===
--- community-staging-x86_64/PKGBUILD   (rev 0)
+++ community-staging-x86_64/PKGBUILD   2021-01-12 22:09:37 UTC (rev 820282)
@@ -0,0 +1,41 @@
+# Maintainer: Felix Yan 
+
+_hkgname=safecopy
+pkgname=haskell-safecopy
+pkgver=0.10.3.1
+pkgrel=1
+pkgdesc="Binary serialization with version control."
+url="http://acid-state.seize.it/safecopy;
+license=('custom:PublicDomain')
+arch=('x86_64')
+depends=('ghc-libs' 'haskell-cereal' 'haskell-generic-data' 'haskell-old-time' 
'haskell-vector')
+makedepends=('ghc' 'haskell-hunit' 'haskell-lens' 'haskell-lens-action' 
'haskell-quickcheck'
+ 'haskell-quickcheck-instances' 'haskell-tasty' 
'haskell-tasty-quickcheck')
+source=("https://hackage.haskell.org/packages/archive/${_hkgname}/${pkgver}/${_hkgname}-${pkgver}.tar.gz;)
+sha512sums=('7873e1e0a79e077e1bcd9cb4b1cdbcac3d00330ed27bd3f6847bd3d9ea43a3cebd7b3744ce7081447e53bb5edd768daf1c7c329b1d86fc0c3160efcd79e074fa')
+
+build() {
+cd $_hkgname-$pkgver
+
+runhaskell Setup configure -O --enable-shared --enable-executable-dynamic 
--disable-library-vanilla \
+--prefix=/usr --docdir=/usr/share/doc/$pkgname --enable-tests \
+--dynlibdir=/usr/lib --libsubdir=\$compiler/site-local/\$pkgid
+runhaskell Setup build $MAKEFLAGS
+runhaskell Setup register --gen-script
+runhaskell Setup unregister --gen-script
+sed -i -r -e "s|ghc-pkg.*update[^ ]* |&'--force' |" register.sh
+sed -i -r -e "s|ghc-pkg.*unregister[^ ]* |&'--force' |" unregister.sh
+}
+
+check() {
+cd $_hkgname-$pkgver
+runhaskell Setup test
+}
+
+package() {
+cd $_hkgname-$pkgver
+
+install -D -m744 register.sh 
"$pkgdir"/usr/share/haskell/register/$pkgname.sh
+install -D -m744 unregister.sh 
"$pkgdir"/usr/share/haskell/unregister/$pkgname.sh
+runhaskell Setup copy --destdir="$pkgdir"
+}


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

2021-01-12 Thread Felix Yan via arch-commits
Date: Tuesday, January 12, 2021 @ 22:09:23
  Author: felixonmars
Revision: 820281

upgpkg: haskell-safecopy 0.10.3.1-1: rebuild with safecopy 0.10.3.1

Modified:
  haskell-safecopy/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2021-01-12 22:07:49 UTC (rev 820280)
+++ PKGBUILD2021-01-12 22:09:23 UTC (rev 820281)
@@ -2,8 +2,8 @@
 
 _hkgname=safecopy
 pkgname=haskell-safecopy
-pkgver=0.10.3
-pkgrel=82
+pkgver=0.10.3.1
+pkgrel=1
 pkgdesc="Binary serialization with version control."
 url="http://acid-state.seize.it/safecopy;
 license=('custom:PublicDomain')
@@ -12,7 +12,7 @@
 makedepends=('ghc' 'haskell-hunit' 'haskell-lens' 'haskell-lens-action' 
'haskell-quickcheck'
  'haskell-quickcheck-instances' 'haskell-tasty' 
'haskell-tasty-quickcheck')
 
source=("https://hackage.haskell.org/packages/archive/${_hkgname}/${pkgver}/${_hkgname}-${pkgver}.tar.gz;)
-sha512sums=('bc90f4555b63c561003d5f87b230160005b2a505370322dbd2a5117261671efcac701ebe7578b20ee585989b2c13256363c13036710e5feaced56b593ce7e323')
+sha512sums=('7873e1e0a79e077e1bcd9cb4b1cdbcac3d00330ed27bd3f6847bd3d9ea43a3cebd7b3744ce7081447e53bb5edd768daf1c7c329b1d86fc0c3160efcd79e074fa')
 
 build() {
 cd $_hkgname-$pkgver


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

2021-01-12 Thread Levente Polyak via arch-commits
Date: Tuesday, January 12, 2021 @ 22:08:42
  Author: anthraxx
Revision: 406147

archrelease: copy trunk to extra-x86_64

Added:
  hwloc/repos/extra-x86_64/PKGBUILD
(from rev 406146, hwloc/trunk/PKGBUILD)
Deleted:
  hwloc/repos/extra-x86_64/PKGBUILD

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

Deleted: PKGBUILD
===
--- PKGBUILD2021-01-12 22:08:38 UTC (rev 406146)
+++ PKGBUILD2021-01-12 22:08:42 UTC (rev 406147)
@@ -1,47 +0,0 @@
-# Maintainer: Levente Polyak 
-# Contributor: Stéphane Gaudreault 
-# Contributor: Sylvain HENRY 
-# Contributor: Hervé YVIQUEL 
-
-pkgname=hwloc
-pkgver=2.2.0
-pkgrel=1
-pkgdesc='Portable Hardware Locality is a portable abstraction of hierarchical 
architectures'
-url='https://www.open-mpi.org/projects/hwloc/'
-arch=('x86_64')
-license=('BSD')
-depends=('libtool' 'systemd-libs' 'libpciaccess')
-makedepends=('cairo' 'libxml2' 'pciutils' 'systemd')
-optdepends=('cairo' 'libxml2' 'pciutils')
-options=('!docs')
-source=(https://www.open-mpi.org/software/hwloc/v${pkgver%.*}/downloads/${pkgname}-${pkgver}.tar.bz2)
-sha512sums=('23efd1d5e2df870ca7a0abb9b3c28c5c5d60dd0cc650ee95d20d5934f48947cbe1d3cf4e90e02b2dc61062ddf7afd67f2c1cf6e1862a48397078d66dd798e850')
-b2sums=('00e10f9c7467e6342e14a45d583ed307103428085a9b88398464f0439fec48647949aa80e099042b915b2c371fe105d61e8490d0555383d94740f3e6dab5aeee')
-
-prepare() {
-  cd hwloc-${pkgver}
-  autoreconf -fiv
-}
-
-build() {
-  cd hwloc-${pkgver}
-  ./configure \
---prefix=/usr \
---sbindir=/usr/bin \
---enable-plugins \
---sysconfdir=/etc
-  make
-}
-
-check() {
-  cd hwloc-${pkgver}
-  make check
-}
-
-package() {
-  cd hwloc-${pkgver}
-  make DESTDIR="${pkgdir}" install
-  install -Dm 644 COPYING -t "${pkgdir}/usr/share/licenses/${pkgname}"
-}
-
-# vim: ts=2 sw=2 et:

Copied: hwloc/repos/extra-x86_64/PKGBUILD (from rev 406146, 
hwloc/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2021-01-12 22:08:42 UTC (rev 406147)
@@ -0,0 +1,47 @@
+# Maintainer: Levente Polyak 
+# Contributor: Stéphane Gaudreault 
+# Contributor: Sylvain HENRY 
+# Contributor: Hervé YVIQUEL 
+
+pkgname=hwloc
+pkgver=2.4.0
+pkgrel=1
+pkgdesc='Portable Hardware Locality is a portable abstraction of hierarchical 
architectures'
+url='https://www.open-mpi.org/projects/hwloc/'
+arch=('x86_64')
+license=('BSD')
+depends=('glibc' 'libtool' 'systemd-libs' 'libpciaccess')
+makedepends=('cairo' 'libxml2' 'pciutils' 'systemd' 'libx11')
+optdepends=('cairo' 'libxml2' 'pciutils' 'libx11')
+options=('!docs')
+source=(https://www.open-mpi.org/software/hwloc/v${pkgver%.*}/downloads/${pkgname}-${pkgver}.tar.bz2)
+sha512sums=('5a7a1d91ab4bdfa9f8db8ea49032f25ea12b01de02b53d8a24346b427a4bd9d70ad3a451996152022557e18f12b869c84d7348f2c82b1a81e2856ce74c71')
+b2sums=('fb444ebeafdd131cf929dcac718b0ce2e7af598a9777f7005e4adf3155e9ddc36222e9708970e2de9dd2659bb2d2baec3531e363eca747c11410da7ecd8c0cdf')
+
+prepare() {
+  cd hwloc-${pkgver}
+  autoreconf -fiv
+}
+
+build() {
+  cd hwloc-${pkgver}
+  ./configure \
+--prefix=/usr \
+--sbindir=/usr/bin \
+--enable-plugins \
+--sysconfdir=/etc
+  make
+}
+
+check() {
+  cd hwloc-${pkgver}
+  make check
+}
+
+package() {
+  cd hwloc-${pkgver}
+  make DESTDIR="${pkgdir}" install
+  install -Dm 644 COPYING -t "${pkgdir}/usr/share/licenses/${pkgname}"
+}
+
+# vim: ts=2 sw=2 et:


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

2021-01-12 Thread Levente Polyak via arch-commits
Date: Tuesday, January 12, 2021 @ 22:08:38
  Author: anthraxx
Revision: 406146

upgpkg: hwloc 2.4.0-1

Modified:
  hwloc/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2021-01-12 21:54:47 UTC (rev 406145)
+++ PKGBUILD2021-01-12 22:08:38 UTC (rev 406146)
@@ -4,19 +4,19 @@
 # Contributor: Hervé YVIQUEL 
 
 pkgname=hwloc
-pkgver=2.2.0
+pkgver=2.4.0
 pkgrel=1
 pkgdesc='Portable Hardware Locality is a portable abstraction of hierarchical 
architectures'
 url='https://www.open-mpi.org/projects/hwloc/'
 arch=('x86_64')
 license=('BSD')
-depends=('libtool' 'systemd-libs' 'libpciaccess')
-makedepends=('cairo' 'libxml2' 'pciutils' 'systemd')
-optdepends=('cairo' 'libxml2' 'pciutils')
+depends=('glibc' 'libtool' 'systemd-libs' 'libpciaccess')
+makedepends=('cairo' 'libxml2' 'pciutils' 'systemd' 'libx11')
+optdepends=('cairo' 'libxml2' 'pciutils' 'libx11')
 options=('!docs')
 
source=(https://www.open-mpi.org/software/hwloc/v${pkgver%.*}/downloads/${pkgname}-${pkgver}.tar.bz2)
-sha512sums=('23efd1d5e2df870ca7a0abb9b3c28c5c5d60dd0cc650ee95d20d5934f48947cbe1d3cf4e90e02b2dc61062ddf7afd67f2c1cf6e1862a48397078d66dd798e850')
-b2sums=('00e10f9c7467e6342e14a45d583ed307103428085a9b88398464f0439fec48647949aa80e099042b915b2c371fe105d61e8490d0555383d94740f3e6dab5aeee')
+sha512sums=('5a7a1d91ab4bdfa9f8db8ea49032f25ea12b01de02b53d8a24346b427a4bd9d70ad3a451996152022557e18f12b869c84d7348f2c82b1a81e2856ce74c71')
+b2sums=('fb444ebeafdd131cf929dcac718b0ce2e7af598a9777f7005e4adf3155e9ddc36222e9708970e2de9dd2659bb2d2baec3531e363eca747c11410da7ecd8c0cdf')
 
 prepare() {
   cd hwloc-${pkgver}


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

2021-01-12 Thread Levente Polyak via arch-commits
Date: Tuesday, January 12, 2021 @ 22:07:45
  Author: anthraxx
Revision: 820279

upgpkg: grails 4.0.6-1

Modified:
  grails/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2021-01-12 22:07:41 UTC (rev 820278)
+++ PKGBUILD2021-01-12 22:07:45 UTC (rev 820279)
@@ -3,7 +3,7 @@
 
 pkgbase=grails
 pkgname=('grails' 'grails-docs')
-pkgver=4.0.3
+pkgver=4.0.6
 pkgrel=1
 pkgdesc='Groovy on rails, web framework'
 url='https://grails.org/'
@@ -16,13 +16,15 @@
 noextract=("${pkgname[1]}-${pkgver}.zip")
 
source=(${pkgname[0]}-${pkgver}.zip::https://github.com/grails/grails-core/releases/download/v${pkgver}/grails-${pkgver}.zip
 
${pkgname[1]}-${pkgver}.zip::https://github.com/grails/grails-doc/releases/download/v${pkgver}/grails-docs-${pkgver}.zip)
-sha512sums=('4b28eccd873811c57e40188a7fef4c01a2ef00cc425eb11d51de90ca7279e283590cab167af22e0716fdca473fd67760a62007a07bb7880c18211c89bef547bf'
-
'0d1bdbf42f28a0efcb3ba4956fc0c37d5eac4cbed2c3a2d7a95134e8a2f324f96d4516cbe540f45bee88867dc9e78bef3b09dbd9d5b134684b17de8d6c44af33')
+sha512sums=('b4c40bff9c05ade8c51fc58d546a9cccf72d89c132705c8e8e681331c5fbfaf1d9b473f4e92fb298315f494110d7972d3f2000cbf00b566547041448bc293d82'
+
'546d4fded9d0617d7c6a23cec30d9c7bd9ccc18556050c2529265c9d900a48f7b6ee658a463ccd7dfdbaa0fc7adcf65d7c552c0e1876386e57311c6a5747da0c')
 
 prepare() {
   cd ${pkgbase}-${pkgver}
   echo 'export GRAILS_HOME=/usr/share/grails' > "${srcdir}/${pkgbase}.profile"
+  env
   setconf bin/grails APP_HOME /usr/share/grails
+  tail bin/grails
 }
 
 package_grails() {


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

2021-01-12 Thread Levente Polyak via arch-commits
Date: Tuesday, January 12, 2021 @ 22:07:49
  Author: anthraxx
Revision: 820280

archrelease: copy trunk to community-any

Added:
  grails/repos/community-any/PKGBUILD
(from rev 820279, grails/trunk/PKGBUILD)
Deleted:
  grails/repos/community-any/PKGBUILD

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

Deleted: PKGBUILD
===
--- PKGBUILD2021-01-12 22:07:45 UTC (rev 820279)
+++ PKGBUILD2021-01-12 22:07:49 UTC (rev 820280)
@@ -1,51 +0,0 @@
-# Maintainer: Levente Polyak 
-# Contributor: Alexander Rødseth 
-
-pkgbase=grails
-pkgname=('grails' 'grails-docs')
-pkgver=4.0.3
-pkgrel=1
-pkgdesc='Groovy on rails, web framework'
-url='https://grails.org/'
-arch=('any')
-license=('Apache')
-makedepends=('apache-ant' 'unzip' 'setconf' 'junit' 'java-environment')
-optdepends=('groovy: the groovy programming language'
-'grails-docs: documentation for grails')
-options=('!emptydirs')
-noextract=("${pkgname[1]}-${pkgver}.zip")
-source=(${pkgname[0]}-${pkgver}.zip::https://github.com/grails/grails-core/releases/download/v${pkgver}/grails-${pkgver}.zip
-
${pkgname[1]}-${pkgver}.zip::https://github.com/grails/grails-doc/releases/download/v${pkgver}/grails-docs-${pkgver}.zip)
-sha512sums=('4b28eccd873811c57e40188a7fef4c01a2ef00cc425eb11d51de90ca7279e283590cab167af22e0716fdca473fd67760a62007a07bb7880c18211c89bef547bf'
-
'0d1bdbf42f28a0efcb3ba4956fc0c37d5eac4cbed2c3a2d7a95134e8a2f324f96d4516cbe540f45bee88867dc9e78bef3b09dbd9d5b134684b17de8d6c44af33')
-
-prepare() {
-  cd ${pkgbase}-${pkgver}
-  echo 'export GRAILS_HOME=/usr/share/grails' > "${srcdir}/${pkgbase}.profile"
-  setconf bin/grails APP_HOME /usr/share/grails
-}
-
-package_grails() {
-  depends=('java-environment' 'junit' 'bash')
-
-  cd ${pkgname}-${pkgver}
-  install -d "${pkgdir}/usr/share/pixmaps"
-  cp -r . "${pkgdir}/usr/share/${pkgname}"
-  install -Dm 755 bin/grails "${pkgdir}/usr/bin/grails"
-  install -Dm 644 media/icons/*.png -t "${pkgdir}/usr/share/pixmaps"
-  install -Dm 755 "${srcdir}/${pkgbase}.profile" 
"${pkgdir}/etc/profile.d/${pkgname}.sh"
-
-  # clean up
-  cd "${pkgdir}/usr/share/${pkgname}"
-  rm -rf doc INSTALL LICENSE README
-  find "${pkgdir}/usr/share" -name "*.bat" -exec rm {} \;
-}
-
-package_grails-docs() {
-  pkgdesc='Documentation for Grails'
-  install -d "${pkgdir}/usr/share/doc" "${pkgdir}/usr/share/grails"
-  unzip "grails-docs-${pkgver}.zip" -d 
"${pkgdir}/usr/share/doc/grails-${pkgver}"
-  ln -s "/usr/share/doc/grails-${pkgver}" "${pkgdir}/usr/share/grails/doc"
-}
-
-# vim: ts=2 sw=2 et:

Copied: grails/repos/community-any/PKGBUILD (from rev 820279, 
grails/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2021-01-12 22:07:49 UTC (rev 820280)
@@ -0,0 +1,53 @@
+# Maintainer: Levente Polyak 
+# Contributor: Alexander Rødseth 
+
+pkgbase=grails
+pkgname=('grails' 'grails-docs')
+pkgver=4.0.6
+pkgrel=1
+pkgdesc='Groovy on rails, web framework'
+url='https://grails.org/'
+arch=('any')
+license=('Apache')
+makedepends=('apache-ant' 'unzip' 'setconf' 'junit' 'java-environment')
+optdepends=('groovy: the groovy programming language'
+'grails-docs: documentation for grails')
+options=('!emptydirs')
+noextract=("${pkgname[1]}-${pkgver}.zip")
+source=(${pkgname[0]}-${pkgver}.zip::https://github.com/grails/grails-core/releases/download/v${pkgver}/grails-${pkgver}.zip
+
${pkgname[1]}-${pkgver}.zip::https://github.com/grails/grails-doc/releases/download/v${pkgver}/grails-docs-${pkgver}.zip)
+sha512sums=('b4c40bff9c05ade8c51fc58d546a9cccf72d89c132705c8e8e681331c5fbfaf1d9b473f4e92fb298315f494110d7972d3f2000cbf00b566547041448bc293d82'
+
'546d4fded9d0617d7c6a23cec30d9c7bd9ccc18556050c2529265c9d900a48f7b6ee658a463ccd7dfdbaa0fc7adcf65d7c552c0e1876386e57311c6a5747da0c')
+
+prepare() {
+  cd ${pkgbase}-${pkgver}
+  echo 'export GRAILS_HOME=/usr/share/grails' > "${srcdir}/${pkgbase}.profile"
+  env
+  setconf bin/grails APP_HOME /usr/share/grails
+  tail bin/grails
+}
+
+package_grails() {
+  depends=('java-environment' 'junit' 'bash')
+
+  cd ${pkgname}-${pkgver}
+  install -d "${pkgdir}/usr/share/pixmaps"
+  cp -r . "${pkgdir}/usr/share/${pkgname}"
+  install -Dm 755 bin/grails "${pkgdir}/usr/bin/grails"
+  install -Dm 644 media/icons/*.png -t "${pkgdir}/usr/share/pixmaps"
+  install -Dm 755 "${srcdir}/${pkgbase}.profile" 
"${pkgdir}/etc/profile.d/${pkgname}.sh"
+
+  # clean up
+  cd "${pkgdir}/usr/share/${pkgname}"
+  rm -rf doc INSTALL LICENSE README
+  find "${pkgdir}/usr/share" -name "*.bat" -exec rm {} \;
+}
+
+package_grails-docs() {
+  pkgdesc='Documentation for Grails'
+  install -d "${pkgdir}/usr/share/doc" "${pkgdir}/usr/share/grails"
+  unzip "grails-docs-${pkgver}.zip" -d 

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

2021-01-12 Thread Levente Polyak via arch-commits
Date: Tuesday, January 12, 2021 @ 22:07:41
  Author: anthraxx
Revision: 820278

archrelease: copy trunk to community-x86_64

Added:
  eksctl/repos/community-x86_64/PKGBUILD
(from rev 820277, eksctl/trunk/PKGBUILD)
Deleted:
  eksctl/repos/community-x86_64/PKGBUILD

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

Deleted: PKGBUILD
===
--- PKGBUILD2021-01-12 22:07:38 UTC (rev 820277)
+++ PKGBUILD2021-01-12 22:07:41 UTC (rev 820278)
@@ -1,42 +0,0 @@
-# Maintainer: Levente Polyak 
-# Contributor: David Birks 
-# Contributor: Mike Williamson 
-
-pkgname=eksctl
-pkgver=0.34.0
-pkgrel=1
-pkgdesc='Command line tool for creating clusters on Amazon EKS'
-url='https://github.com/weaveworks/eksctl'
-arch=('x86_64')
-license=('Apache')
-depends=('kubectl' 'glibc')
-makedepends=('go')
-source=("${url}/archive/${pkgver}/${pkgname}-${pkgver}.tar.gz")
-sha256sums=('9ef05003288a867edc92050b46d756de5c0e36cbb9a4d90f689ef1e65b95a944')
-b2sums=('a648c2f4982d1b0a6ffca770659070c8d20661c2c0dc8f67968422465dcedafc2e3a91a21f761a1214df86762f4cb1f4c27c3f4a2ce9713892b3c9a908137247')
-
-build() {
-  cd ${pkgname}-${pkgver}
-  export CGO_CFLAGS="${CFLAGS}"
-  export CGO_CXXFLAGS="${CXXFLAGS}"
-  export CGO_CPPFLAGS="${CPPFLAGS}"
-  export CGO_LDFLAGS="${LDFLAGS}"
-  export GOFLAGS="-buildmode=pie -ldflags=-linkmode=external -trimpath 
-mod=readonly -modcacherw"
-  go build -v \
--ldflags "-linkmode=external -extldflags '${LDFLAGS}' -X 
github.com/weaveworks/eksctl/pkg/version.gitTag=${pkgver}" \
-./cmd/eksctl
-}
-
-package() {
-  cd ${pkgname}-${pkgver}
-  install -Dm 755 ${pkgname} -t "$pkgdir/usr/bin"
-
-  install -Dm 644 README.md -t "${pkgdir}/usr/share/doc/${pkgname}"
-
-  # completions
-  "${pkgdir}/usr/bin/${pkgname}" completion bash | install -Dm 644 /dev/stdin 
"${pkgdir}/usr/share/bash-completion/completions/${pkgname}"
-  "${pkgdir}/usr/bin/${pkgname}" completion zsh | install -Dm 644 /dev/stdin 
"${pkgdir}/usr/share/zsh/site-functions/_${pkgname}"
-  "${pkgdir}/usr/bin/${pkgname}" completion fish | install -Dm 644 /dev/stdin 
"${pkgdir}/usr/share/fish/completions/${pkgname}.fish"
-}
-
-# vim: ts=2 sw=2 et:

Copied: eksctl/repos/community-x86_64/PKGBUILD (from rev 820277, 
eksctl/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2021-01-12 22:07:41 UTC (rev 820278)
@@ -0,0 +1,42 @@
+# Maintainer: Levente Polyak 
+# Contributor: David Birks 
+# Contributor: Mike Williamson 
+
+pkgname=eksctl
+pkgver=0.35.0
+pkgrel=1
+pkgdesc='Command line tool for creating clusters on Amazon EKS'
+url='https://github.com/weaveworks/eksctl'
+arch=('x86_64')
+license=('Apache')
+depends=('kubectl' 'glibc')
+makedepends=('go')
+source=("${url}/archive/${pkgver}/${pkgname}-${pkgver}.tar.gz")
+sha256sums=('4a6cd05b6eebfbaf7c194676ce62673ba7043c9494d0e96288f0ed29f9085d89')
+b2sums=('b073f7b564109702db825bdd9c89c907f5f4f6324e48da47cd37d801e9522a231829348fc83c5ed7e48bf5a23789f535a8a4a187c06e9a4d08c3622315336448')
+
+build() {
+  cd ${pkgname}-${pkgver}
+  export CGO_CFLAGS="${CFLAGS}"
+  export CGO_CXXFLAGS="${CXXFLAGS}"
+  export CGO_CPPFLAGS="${CPPFLAGS}"
+  export CGO_LDFLAGS="${LDFLAGS}"
+  export GOFLAGS="-buildmode=pie -ldflags=-linkmode=external -trimpath 
-mod=readonly -modcacherw"
+  go build -v \
+-ldflags "-linkmode=external -extldflags '${LDFLAGS}' -X 
github.com/weaveworks/eksctl/pkg/version.gitTag=${pkgver}" \
+./cmd/eksctl
+}
+
+package() {
+  cd ${pkgname}-${pkgver}
+  install -Dm 755 ${pkgname} -t "$pkgdir/usr/bin"
+
+  install -Dm 644 README.md -t "${pkgdir}/usr/share/doc/${pkgname}"
+
+  # completions
+  "${pkgdir}/usr/bin/${pkgname}" completion bash | install -Dm 644 /dev/stdin 
"${pkgdir}/usr/share/bash-completion/completions/${pkgname}"
+  "${pkgdir}/usr/bin/${pkgname}" completion zsh | install -Dm 644 /dev/stdin 
"${pkgdir}/usr/share/zsh/site-functions/_${pkgname}"
+  "${pkgdir}/usr/bin/${pkgname}" completion fish | install -Dm 644 /dev/stdin 
"${pkgdir}/usr/share/fish/completions/${pkgname}.fish"
+}
+
+# vim: ts=2 sw=2 et:


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

2021-01-12 Thread Levente Polyak via arch-commits
Date: Tuesday, January 12, 2021 @ 22:07:38
  Author: anthraxx
Revision: 820277

upgpkg: eksctl 0.35.0-1

Modified:
  eksctl/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2021-01-12 21:58:54 UTC (rev 820276)
+++ PKGBUILD2021-01-12 22:07:38 UTC (rev 820277)
@@ -3,7 +3,7 @@
 # Contributor: Mike Williamson 
 
 pkgname=eksctl
-pkgver=0.34.0
+pkgver=0.35.0
 pkgrel=1
 pkgdesc='Command line tool for creating clusters on Amazon EKS'
 url='https://github.com/weaveworks/eksctl'
@@ -12,8 +12,8 @@
 depends=('kubectl' 'glibc')
 makedepends=('go')
 source=("${url}/archive/${pkgver}/${pkgname}-${pkgver}.tar.gz")
-sha256sums=('9ef05003288a867edc92050b46d756de5c0e36cbb9a4d90f689ef1e65b95a944')
-b2sums=('a648c2f4982d1b0a6ffca770659070c8d20661c2c0dc8f67968422465dcedafc2e3a91a21f761a1214df86762f4cb1f4c27c3f4a2ce9713892b3c9a908137247')
+sha256sums=('4a6cd05b6eebfbaf7c194676ce62673ba7043c9494d0e96288f0ed29f9085d89')
+b2sums=('b073f7b564109702db825bdd9c89c907f5f4f6324e48da47cd37d801e9522a231829348fc83c5ed7e48bf5a23789f535a8a4a187c06e9a4d08c3622315336448')
 
 build() {
   cd ${pkgname}-${pkgver}


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

2021-01-12 Thread David Runge via arch-commits
Date: Tuesday, January 12, 2021 @ 21:58:54
  Author: dvzrv
Revision: 820276

archrelease: copy trunk to community-any

Added:
  rtirq/repos/community-any/PKGBUILD
(from rev 820275, rtirq/trunk/PKGBUILD)
Deleted:
  rtirq/repos/community-any/PKGBUILD

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

Deleted: PKGBUILD
===
--- PKGBUILD2021-01-12 21:58:46 UTC (rev 820275)
+++ PKGBUILD2021-01-12 21:58:54 UTC (rev 820276)
@@ -1,30 +0,0 @@
-# Maintainer: David Runge 
-# Contributor: Corey Mwamba 
-
-pkgname=rtirq
-pkgver=20191121
-pkgrel=1
-pkgdesc="Realtime IRQ thread system tuning."
-arch=('any')
-url="https://www.rncbc.org/archive/#rtirq;
-license=('GPL2')
-groups=('realtime')
-depends=('bash')
-backup=('etc/rtirq.conf')
-source=("https://www.rncbc.org/archive/${pkgname}-${pkgver}.tar.gz"{,.sig})
-sha512sums=('bb1ae0099e37220b13f91303e56e8ae7892964638c1000fd66b6ceb23925c8aa2ac0c629bbb799a59c1a8adb035c34c4b0bee31afe05fcc9f80cd94d5a84ddc1'
-'SKIP')
-validpgpkeys=('0E89694D1D4F7883B98DEFA19D0514152A8E5EC4') # Rui Nuno Capela 

-
-prepare() {
-  cd "${pkgname}-${pkgver}"
-  # fix executable location in systemd services
-  sed -e "s|etc/init.d|usr/bin|" -i *".service"
-}
-
-package() {
-  cd "${pkgname}-${pkgver}"
-  install -vDm 755 "${pkgname}.sh" "${pkgdir}/usr/bin/${pkgname}"
-  install -vDm 644 "${pkgname}.conf" -t "${pkgdir}/etc/"
-  install -vDm 644 *".service" -t "${pkgdir}/usr/lib/systemd/system/"
-}

Copied: rtirq/repos/community-any/PKGBUILD (from rev 820275, 
rtirq/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2021-01-12 21:58:54 UTC (rev 820276)
@@ -0,0 +1,32 @@
+# Maintainer: David Runge 
+# Contributor: Corey Mwamba 
+
+pkgname=rtirq
+pkgver=20210112
+pkgrel=1
+pkgdesc="Realtime IRQ thread system tuning."
+arch=('any')
+url="https://www.rncbc.org/archive/#rtirq;
+license=('GPL2')
+groups=('realtime')
+depends=('bash')
+backup=('etc/rtirq.conf')
+source=("https://www.rncbc.org/archive/${pkgname}-${pkgver}.tar.gz"{,.sig})
+sha512sums=('acd3aefa6df1e2cfec62e09498ec7b5f557d712de2e8f34a17c52d99d2e90ed43fc8ba00f449a9eeb63beed9501f50d9b0ea772c1b696c2747288d8e3ff287ad'
+'SKIP')
+b2sums=('26d13f5baefda30223cc5fbb39d199ecfbea2b64612063311b7abc589f47034a9a0725ef2b9b1393f12b4342c7ffd994908afdb872a1f8afa76d9c0c4df44403'
+'SKIP')
+validpgpkeys=('0E89694D1D4F7883B98DEFA19D0514152A8E5EC4') # Rui Nuno Capela 

+
+prepare() {
+  cd "${pkgname}-${pkgver}"
+  # fix executable location in systemd services
+  sed -e "s|etc/init.d|usr/bin|" -i *".service"
+}
+
+package() {
+  cd "${pkgname}-${pkgver}"
+  install -vDm 755 "${pkgname}.sh" "${pkgdir}/usr/bin/${pkgname}"
+  install -vDm 644 "${pkgname}.conf" -t "${pkgdir}/etc/"
+  install -vDm 644 *".service" -t "${pkgdir}/usr/lib/systemd/system/"
+}


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

2021-01-12 Thread David Runge via arch-commits
Date: Tuesday, January 12, 2021 @ 21:58:46
  Author: dvzrv
Revision: 820275

upgpkg: rtirq 20210112-1: Upgrade to 20210112.

Modified:
  rtirq/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2021-01-12 21:55:06 UTC (rev 820274)
+++ PKGBUILD2021-01-12 21:58:46 UTC (rev 820275)
@@ -2,7 +2,7 @@
 # Contributor: Corey Mwamba 
 
 pkgname=rtirq
-pkgver=20191121
+pkgver=20210112
 pkgrel=1
 pkgdesc="Realtime IRQ thread system tuning."
 arch=('any')
@@ -12,8 +12,10 @@
 depends=('bash')
 backup=('etc/rtirq.conf')
 source=("https://www.rncbc.org/archive/${pkgname}-${pkgver}.tar.gz"{,.sig})
-sha512sums=('bb1ae0099e37220b13f91303e56e8ae7892964638c1000fd66b6ceb23925c8aa2ac0c629bbb799a59c1a8adb035c34c4b0bee31afe05fcc9f80cd94d5a84ddc1'
+sha512sums=('acd3aefa6df1e2cfec62e09498ec7b5f557d712de2e8f34a17c52d99d2e90ed43fc8ba00f449a9eeb63beed9501f50d9b0ea772c1b696c2747288d8e3ff287ad'
 'SKIP')
+b2sums=('26d13f5baefda30223cc5fbb39d199ecfbea2b64612063311b7abc589f47034a9a0725ef2b9b1393f12b4342c7ffd994908afdb872a1f8afa76d9c0c4df44403'
+'SKIP')
 validpgpkeys=('0E89694D1D4F7883B98DEFA19D0514152A8E5EC4') # Rui Nuno Capela 

 
 prepare() {


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

2021-01-12 Thread David Runge via arch-commits
Date: Tuesday, January 12, 2021 @ 21:54:58
  Author: dvzrv
Revision: 820273

upgpkg: python-linux-procfs 0.6.3-1: Upgrade to 0.6.3.

Modified:
  python-linux-procfs/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2021-01-12 21:53:32 UTC (rev 820272)
+++ PKGBUILD2021-01-12 21:54:58 UTC (rev 820273)
@@ -3,8 +3,8 @@
 # Contributor: Ninez 
 
 pkgname=python-linux-procfs
-pkgver=0.6.2
-pkgrel=3
+pkgver=0.6.3
+pkgrel=1
 pkgdesc="Linux /proc abstraction classes for python"
 arch=('any')
 
url="https://git.kernel.org/pub/scm/libs/python/python-linux-procfs/python-linux-procfs.git/;
@@ -12,14 +12,9 @@
 depends=('python-six')
 makedepends=('python-setuptools')
 
source=("https://git.kernel.org/pub/scm/libs/python/${pkgname}/${pkgname}.git/snapshot/${pkgname}-${pkgver}.tar.gz;)
-sha512sums=('8af4ce0fcee8e2a9df234f8a73b8c33716bc378d0ae4f4cd991bd453f420f64024b3c085f2c63b9e6447988e4175c6e4b252567bb5576c7232f77c20301072b6')
+sha512sums=('fd6bdb75258bdf2ff53e865e520d9deba2167e592bc81dccd870e53fb514330c63e7e781c461273be3b12f1d0b47785bce45e24aeeffdc9996b0197c956b4823')
+b2sums=('7f993d5501d33b380728d7fd5af5416c650642624dd11b00e8e143b73b7e4f83e70a1148c36bfebf34f19de46a69021fb4366058649cc823ed3f2a9f44fe5f94')
 
-prepare() {
-  cd "${pkgname}-${pkgver}"
-  # fix broken import (notified upstream about issue on mailing list)
-  sed -e 's/utilist/.utilist/g' -i procfs/procfs.py
-}
-
 build() {
   cd "${pkgname}-${pkgver}"
   python setup.py build
@@ -35,6 +30,5 @@
   cd "${pkgname[0]}-${pkgver}"
   python setup.py install --skip-build \
 --optimize=1 \
---prefix=/usr \
 --root="${pkgdir}/"
 }


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

2021-01-12 Thread Levente Polyak via arch-commits
Date: Tuesday, January 12, 2021 @ 21:54:42
  Author: anthraxx
Revision: 406144

upgpkg: linux-hardened 5.10.7.a-1

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

--+
 PKGBUILD |8 
 config   |2 +-
 2 files changed, 5 insertions(+), 5 deletions(-)

Modified: PKGBUILD
===
--- PKGBUILD2021-01-12 21:35:24 UTC (rev 406143)
+++ PKGBUILD2021-01-12 21:54:42 UTC (rev 406144)
@@ -4,7 +4,7 @@
 # Contributor: Thomas Baechler 
 
 pkgbase=linux-hardened
-pkgver=5.10.6.a
+pkgver=5.10.7.a
 pkgrel=1
 pkgdesc='Security-Hardened Linux'
 url='https://github.com/anthraxx/linux-hardened'
@@ -26,11 +26,11 @@
   '647F28654894E3BD457199BE38DBBDC86092693E'  # Greg Kroah-Hartman
   'E240B57E2C4630BA768E2F26FC1B547C8D8172C8'  # Levente Polyak
 )
-sha256sums=('7767d02c1cb5eb2a8d3c2b15a3f93e85b98baa6e9d93a3b9e3ec0e959d0a690b'
+sha256sums=('4cbf6e09f90f2ae7160432c884d5a2aeb9d33a07ca7f50eb7d80f427706ffabe'
 'SKIP'
-'7862c3dae1721557ffb6ea62e0d5a94ba1eeca445a7373d0abb5ec0c7f823ea3'
+'44d9588b82472535f404dad3f36d97be6f0b5dfaf020d822fc40e3e65694adac'
 'SKIP'
-'f3a46621377e121eaac60136379c54e83913b0dded670e8dae3cdbb07f29f9aa')
+'dcc6cb60dae38829b73c4942220e1c7702ee3bce453d104b64c36ef844e92281')
 
 export KBUILD_BUILD_HOST=archlinux
 export KBUILD_BUILD_USER=$pkgbase

Modified: config
===
--- config  2021-01-12 21:35:24 UTC (rev 406143)
+++ config  2021-01-12 21:54:42 UTC (rev 406144)
@@ -1,6 +1,6 @@
 #
 # Automatically generated file; DO NOT EDIT.
-# Linux/x86 5.10.6.a Kernel Configuration
+# Linux/x86 5.10.7.a Kernel Configuration
 #
 CONFIG_CC_VERSION_TEXT="gcc (GCC) 10.2.0"
 CONFIG_CC_IS_GCC=y


[arch-commits] Commit in linux-hardened/repos/extra-x86_64 (4 files)

2021-01-12 Thread Levente Polyak via arch-commits
Date: Tuesday, January 12, 2021 @ 21:54:47
  Author: anthraxx
Revision: 406145

archrelease: copy trunk to extra-x86_64

Added:
  linux-hardened/repos/extra-x86_64/PKGBUILD
(from rev 406144, linux-hardened/trunk/PKGBUILD)
  linux-hardened/repos/extra-x86_64/config
(from rev 406144, linux-hardened/trunk/config)
Deleted:
  linux-hardened/repos/extra-x86_64/PKGBUILD
  linux-hardened/repos/extra-x86_64/config

--+
 PKGBUILD |  404 -
 config   |20228 ++---
 2 files changed, 10316 insertions(+), 10316 deletions(-)

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


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

2021-01-12 Thread Levente Polyak via arch-commits
Date: Tuesday, January 12, 2021 @ 21:53:32
  Author: anthraxx
Revision: 820272

archrelease: copy trunk to community-x86_64

Added:
  netsniff-ng/repos/community-x86_64/PKGBUILD
(from rev 820271, netsniff-ng/trunk/PKGBUILD)
Deleted:
  netsniff-ng/repos/community-x86_64/PKGBUILD

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

Deleted: PKGBUILD
===
--- PKGBUILD2021-01-12 21:53:28 UTC (rev 820271)
+++ PKGBUILD2021-01-12 21:53:32 UTC (rev 820272)
@@ -1,33 +0,0 @@
-# Maintainer: Levente Polyak 
-# Contributor: Can Celasun 
-
-pkgname=netsniff-ng
-pkgver=0.6.7
-pkgrel=1
-pkgdesc='High performance Linux network sniffer for packet inspection'
-arch=('x86_64')
-url='http://netsniff-ng.org/'
-license=('GPL2')
-depends=('ncurses' 'geoip' 'zlib' 'libnetfilter_conntrack' 'libpcap' 'liburcu' 
'libnl'
- 'libcli' 'libcli.so' 'libnet' 'libsodium')
-makedepends=('cmake' 'flex' 'bison')
-source=(http://pub.netsniff-ng.org/netsniff-ng/netsniff-ng-${pkgver}.tar.gz{,.sign})
-sha512sums=('1b9a655c4a09f176132cc0276d564d3e9287e113e7d7bf88852b37465a869c27a1be9f21798f36ef3da31fa0a926e34b64571f913d1372f7a9775004271ca2fc'
-'SKIP')
-validpgpkeys=('C3DE742283C246F2D7887AB4236B0FE9B5510F47')  # Tobias Klauser 

-
-build() {
-  cd ${pkgname}-${pkgver}
-  NACL_INC_DIR=/usr/include/sodium
-  NACL_LIB=sodium
-  ./configure \
---prefix=/usr
-  make all Q= CFLAGS="${CFLAGS} ${CPPFLAGS} -fcommon"
-}
-
-package() {
-  cd ${pkgname}-${pkgver}
-  make PREFIX=/usr DESTDIR="${pkgdir}" SBINDIR=/usr/bin install_all
-}
-
-# vim: ts=2 sw=2 et:

Copied: netsniff-ng/repos/community-x86_64/PKGBUILD (from rev 820271, 
netsniff-ng/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2021-01-12 21:53:32 UTC (rev 820272)
@@ -0,0 +1,33 @@
+# Maintainer: Levente Polyak 
+# Contributor: Can Celasun 
+
+pkgname=netsniff-ng
+pkgver=0.6.8
+pkgrel=1
+pkgdesc='High performance Linux network sniffer for packet inspection'
+arch=('x86_64')
+url='http://netsniff-ng.org/'
+license=('GPL2')
+depends=('glibc' 'ncurses' 'libncursesw.so' 'geoip' 'zlib' 
'libnetfilter_conntrack'
+ 'libpcap' 'libpcap.so' 'liburcu' 'libnl' 'libcli' 'libcli.so' 
'libnet' 'libsodium')
+makedepends=('cmake' 'flex' 'bison')
+source=(http://pub.netsniff-ng.org/netsniff-ng/netsniff-ng-${pkgver}.tar.gz{,.sign})
+sha512sums=('0168684ee912d784af6659bb6c9459ef69a0d3af9fc754c3c57e3533790a912cf556aab6752cda5e0cbf6ee57987d8dbc0fc800dfd9e269c922e8ae43f61491f'
+'SKIP')
+validpgpkeys=('C3DE742283C246F2D7887AB4236B0FE9B5510F47')  # Tobias Klauser 

+
+build() {
+  cd ${pkgname}-${pkgver}
+  NACL_INC_DIR=/usr/include/sodium
+  NACL_LIB=sodium
+  ./configure \
+--prefix=/usr
+  make all Q= CFLAGS="${CFLAGS} ${CPPFLAGS}"
+}
+
+package() {
+  cd ${pkgname}-${pkgver}
+  make PREFIX=/usr DESTDIR="${pkgdir}" SBINDIR=/usr/bin install_all
+}
+
+# vim: ts=2 sw=2 et:


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

2021-01-12 Thread Levente Polyak via arch-commits
Date: Tuesday, January 12, 2021 @ 21:53:28
  Author: anthraxx
Revision: 820271

upgpkg: netsniff-ng 0.6.8-1

Modified:
  netsniff-ng/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2021-01-12 21:34:41 UTC (rev 820270)
+++ PKGBUILD2021-01-12 21:53:28 UTC (rev 820271)
@@ -2,17 +2,17 @@
 # Contributor: Can Celasun 
 
 pkgname=netsniff-ng
-pkgver=0.6.7
+pkgver=0.6.8
 pkgrel=1
 pkgdesc='High performance Linux network sniffer for packet inspection'
 arch=('x86_64')
 url='http://netsniff-ng.org/'
 license=('GPL2')
-depends=('ncurses' 'geoip' 'zlib' 'libnetfilter_conntrack' 'libpcap' 'liburcu' 
'libnl'
- 'libcli' 'libcli.so' 'libnet' 'libsodium')
+depends=('glibc' 'ncurses' 'libncursesw.so' 'geoip' 'zlib' 
'libnetfilter_conntrack'
+ 'libpcap' 'libpcap.so' 'liburcu' 'libnl' 'libcli' 'libcli.so' 
'libnet' 'libsodium')
 makedepends=('cmake' 'flex' 'bison')
 
source=(http://pub.netsniff-ng.org/netsniff-ng/netsniff-ng-${pkgver}.tar.gz{,.sign})
-sha512sums=('1b9a655c4a09f176132cc0276d564d3e9287e113e7d7bf88852b37465a869c27a1be9f21798f36ef3da31fa0a926e34b64571f913d1372f7a9775004271ca2fc'
+sha512sums=('0168684ee912d784af6659bb6c9459ef69a0d3af9fc754c3c57e3533790a912cf556aab6752cda5e0cbf6ee57987d8dbc0fc800dfd9e269c922e8ae43f61491f'
 'SKIP')
 validpgpkeys=('C3DE742283C246F2D7887AB4236B0FE9B5510F47')  # Tobias Klauser 

 
@@ -22,7 +22,7 @@
   NACL_LIB=sodium
   ./configure \
 --prefix=/usr
-  make all Q= CFLAGS="${CFLAGS} ${CPPFLAGS} -fcommon"
+  make all Q= CFLAGS="${CFLAGS} ${CPPFLAGS}"
 }
 
 package() {


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

2021-01-12 Thread Levente Polyak via arch-commits
Date: Tuesday, January 12, 2021 @ 21:35:24
  Author: anthraxx
Revision: 406143

archrelease: copy trunk to extra-x86_64

Added:
  libbpf/repos/extra-x86_64/PKGBUILD
(from rev 406142, libbpf/trunk/PKGBUILD)
Deleted:
  libbpf/repos/extra-x86_64/PKGBUILD

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

Deleted: PKGBUILD
===
--- PKGBUILD2021-01-12 21:35:21 UTC (rev 406142)
+++ PKGBUILD2021-01-12 21:35:24 UTC (rev 406143)
@@ -1,30 +0,0 @@
-# Maintainer: Levente Polyak 
-# Contributor:  Adrian Bacircea 
-
-pkgname=libbpf
-pkgver=0.2
-pkgrel=1
-pkgdesc='Library for loading eBPF programs and reading and manipulating eBPF 
objects from user-space'
-url='https://github.com/libbpf/libbpf'
-arch=('x86_64')
-license=('LGPL2.1')
-depends=('glibc' 'libelf' 'linux-api-headers')
-makedepends=('rsync')
-provides=('libbpf.so')
-source=(https://github.com/libbpf/libbpf/archive/v${pkgver}/${pkgname}-${pkgver}.tar.gz)
-sha512sums=('22fed87cd4da1765465d812979b39ee3126b444fd6b460472a0a7e2f4fb496d278c9d7d672c3fb15005a58d361fd87c5173c18dcf55664dfbb8e6cadb2eed33a')
-b2sums=('d3c7005e5c27f805a33b444267ee28c3fb143c809a8a3ac733d51c56e7ee310e089964844cd4f1f7519b20dea1f4e4d6b0e6acd7bbdd173c99af54fad3635771')
-
-build() {
-  cd ${pkgname}-${pkgver}
-  make -C src
-}
-
-package() {
-  cd ${pkgname}-${pkgver}
-  make -C src DESTDIR="${pkgdir}" LIBSUBDIR=lib install install_headers
-  install -Dm 644 LICENSE* -t "${pkgdir}/usr/share/licenses/${pkgname}"
-  install -Dm 644 README.md src/README.rst -t 
"${pkgdir}/usr/share/doc/${pkgname}"
-}
-
-# vim: ts=2 sw=2 et:

Copied: libbpf/repos/extra-x86_64/PKGBUILD (from rev 406142, 
libbpf/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2021-01-12 21:35:24 UTC (rev 406143)
@@ -0,0 +1,30 @@
+# Maintainer: Levente Polyak 
+# Contributor:  Adrian Bacircea 
+
+pkgname=libbpf
+pkgver=0.3
+pkgrel=1
+pkgdesc='Library for loading eBPF programs and reading and manipulating eBPF 
objects from user-space'
+url='https://github.com/libbpf/libbpf'
+arch=('x86_64')
+license=('LGPL2.1')
+depends=('glibc' 'libelf' 'linux-api-headers')
+makedepends=('rsync')
+provides=('libbpf.so')
+source=(https://github.com/libbpf/libbpf/archive/v${pkgver}/${pkgname}-${pkgver}.tar.gz)
+sha512sums=('91c3368626e731b5868fd1bb6d16bd049b2ed0d5cbf966647fa1069cf8c912d91f3d734f05353a0c16c8ff03790ca8e1e6515fff66e4a76d70ffdf2dbac6d8e3')
+b2sums=('523040600cb08ed1ad301899f85fd7af8bc498ff8d1fd41783aeab223feb795d074072aba048d7e38af045bb3fbfe478bb2cb0ac34f4c22e4dea4ac5f0d34a4c')
+
+build() {
+  cd ${pkgname}-${pkgver}
+  make -C src
+}
+
+package() {
+  cd ${pkgname}-${pkgver}
+  make -C src DESTDIR="${pkgdir}" LIBSUBDIR=lib install install_headers
+  install -Dm 644 LICENSE* -t "${pkgdir}/usr/share/licenses/${pkgname}"
+  install -Dm 644 README.md src/README.rst -t 
"${pkgdir}/usr/share/doc/${pkgname}"
+}
+
+# vim: ts=2 sw=2 et:


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

2021-01-12 Thread Levente Polyak via arch-commits
Date: Tuesday, January 12, 2021 @ 21:35:21
  Author: anthraxx
Revision: 406142

upgpkg: libbpf 0.3-1

Modified:
  libbpf/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2021-01-12 20:49:14 UTC (rev 406141)
+++ PKGBUILD2021-01-12 21:35:21 UTC (rev 406142)
@@ -2,7 +2,7 @@
 # Contributor:  Adrian Bacircea 
 
 pkgname=libbpf
-pkgver=0.2
+pkgver=0.3
 pkgrel=1
 pkgdesc='Library for loading eBPF programs and reading and manipulating eBPF 
objects from user-space'
 url='https://github.com/libbpf/libbpf'
@@ -12,8 +12,8 @@
 makedepends=('rsync')
 provides=('libbpf.so')
 
source=(https://github.com/libbpf/libbpf/archive/v${pkgver}/${pkgname}-${pkgver}.tar.gz)
-sha512sums=('22fed87cd4da1765465d812979b39ee3126b444fd6b460472a0a7e2f4fb496d278c9d7d672c3fb15005a58d361fd87c5173c18dcf55664dfbb8e6cadb2eed33a')
-b2sums=('d3c7005e5c27f805a33b444267ee28c3fb143c809a8a3ac733d51c56e7ee310e089964844cd4f1f7519b20dea1f4e4d6b0e6acd7bbdd173c99af54fad3635771')
+sha512sums=('91c3368626e731b5868fd1bb6d16bd049b2ed0d5cbf966647fa1069cf8c912d91f3d734f05353a0c16c8ff03790ca8e1e6515fff66e4a76d70ffdf2dbac6d8e3')
+b2sums=('523040600cb08ed1ad301899f85fd7af8bc498ff8d1fd41783aeab223feb795d074072aba048d7e38af045bb3fbfe478bb2cb0ac34f4c22e4dea4ac5f0d34a4c')
 
 build() {
   cd ${pkgname}-${pkgver}


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

2021-01-12 Thread Andrew Crerar via arch-commits
Date: Tuesday, January 12, 2021 @ 21:34:41
  Author: andrewsc
Revision: 820270

archrelease: copy trunk to community-x86_64

Added:
  redis/repos/community-x86_64/PKGBUILD
(from rev 820269, redis/trunk/PKGBUILD)
  redis/repos/community-x86_64/redis-5.0-use-system-jemalloc.patch
(from rev 820269, redis/trunk/redis-5.0-use-system-jemalloc.patch)
  redis/repos/community-x86_64/redis.conf-sane-defaults.patch
(from rev 820269, redis/trunk/redis.conf-sane-defaults.patch)
  redis/repos/community-x86_64/redis.logrotate
(from rev 820269, redis/trunk/redis.logrotate)
  redis/repos/community-x86_64/redis.service
(from rev 820269, redis/trunk/redis.service)
  redis/repos/community-x86_64/redis.sysusers
(from rev 820269, redis/trunk/redis.sysusers)
  redis/repos/community-x86_64/redis.tmpfiles
(from rev 820269, redis/trunk/redis.tmpfiles)
Deleted:
  redis/repos/community-x86_64/PKGBUILD
  redis/repos/community-x86_64/redis-5.0-use-system-jemalloc.patch
  redis/repos/community-x86_64/redis.conf-sane-defaults.patch
  redis/repos/community-x86_64/redis.logrotate
  redis/repos/community-x86_64/redis.service
  redis/repos/community-x86_64/redis.sysusers
  redis/repos/community-x86_64/redis.tmpfiles

-+
 PKGBUILD|  124 +-
 redis-5.0-use-system-jemalloc.patch |   30 
 redis.conf-sane-defaults.patch  |   40 +-
 redis.logrotate |   10 +-
 redis.service   |   48 ++---
 redis.sysusers  |2 
 redis.tmpfiles  |2 
 7 files changed, 128 insertions(+), 128 deletions(-)

Deleted: PKGBUILD
===
--- PKGBUILD2021-01-12 21:34:10 UTC (rev 820269)
+++ PKGBUILD2021-01-12 21:34:41 UTC (rev 820270)
@@ -1,62 +0,0 @@
-# Maintainer: Andrew Crerar 
-# Maintainer: Frederik Schwan 
-# Contributor: Sergej Pupykin 
-# Contributor: Bartłomiej Piotrowski 
-# Contributor: Jan-Erik Rediger 
-# Contributor: nofxx .com>
-
-pkgname=redis
-pkgver=6.0.9
-pkgrel=1
-pkgdesc='An in-memory database that persists on disk'
-arch=('x86_64')
-url='https://redis.io/'
-license=('BSD')
-depends=('jemalloc' 'grep' 'shadow' 'systemd-libs')
-# pkg-config fails to detect systemd libraries if systemd is not installed
-makedepends=('systemd' 'openssl')
-backup=('etc/redis.conf'
-'etc/logrotate.d/redis')
-source=("${pkgname}-${pkgver}.tar.gz::https://github.com/antirez/redis/archive/${pkgver}.tar.gz;
-redis.service
-redis.sysusers
-redis.tmpfiles
-redis.logrotate
-redis.conf-sane-defaults.patch
-redis-5.0-use-system-jemalloc.patch)
-sha512sums=('fc1b960f117bb78adaa8a93ff85a5aa785d39e13438659bc4971e37e53e367370d31b0392837f5158aa7a974283020c0a186d5280f9ea326184b24348b7e1515'
-
'78c996636fc3f4d404a01fbbc63978ee4c3bce9bc7f5728e8ca14b013cabc7df73ff882ec7f4a2e0b5494faf0d1da5a3c5e9570bd579597b0fea03a9d8d066cc'
-
'2227dfb41bf5112f91716f011862ba5fade220aea3b6a8134a5a05ee3af6d1cca05b08d793a486be97df98780bf43ac5dc4e5e9989ae0c5cd4e1eedb6cee5d71'
-
'68f7bc12e3b95cb199b71255c6aa5bfaa431fbabbc7d2308e54347c0d35e6d8091c4a79a5a6b56494ab3a294f9389e3ec63902931920862f60b1ffe77222eeeb'
-
'df11492df0458b224f75fff31475d39b85116cba6deb06d80d0fd8c467d221db51a2a8f5fc5d2e3e8239c0718e1cf5dc12e99cac9019cb99d3f11835ad00aa5d'
-
'c940920942abedd394777d380f7ecc1b3b3dc185908ac592a8db5bed744ef6f4401d2ea5f54890a9e27b12fe18fdff94ce86b46258cb37267f3e9d60c97cac69'
-
'55b4085900c54fa7e7bf1c2bad7fba8cdbaf496a3f83b6d32fccb8aed5048cdde1690fea0485162dbb637e7fafb00a6b995908fa6db55e77854eb9f575b54d40')
-
-prepare() {
-  cd $pkgname-$pkgver
-  patch -Np1 < ../redis.conf-sane-defaults.patch
-  patch -Np1 < ../redis-5.0-use-system-jemalloc.patch
-}
-
-build() {
-  make BUILD_TLS=yes \
-   USE_SYSTEMD=yes \
-   -C $pkgname-$pkgver
-}
-
-package() {
-  cd $pkgname-$pkgver
-  make PREFIX="$pkgdir"/usr install
-
-  install -Dm644 COPYING "$pkgdir"/usr/share/licenses/redis/LICENSE
-  install -Dm644 redis.conf "$pkgdir"/etc/redis.conf
-  install -Dm644 ../redis.service 
"$pkgdir"/usr/lib/systemd/system/redis.service
-
-  # files kept for compatibility with installations made before 2.8.13-2
-  install -Dm644 ../redis.logrotate "$pkgdir"/etc/logrotate.d/redis
-
-  ln -sf redis-server "$pkgdir"/usr/bin/redis-sentinel
-
-  install -Dm644 "$srcdir"/redis.sysusers 
"$pkgdir"/usr/lib/sysusers.d/redis.conf
-  install -Dm644 "$srcdir"/redis.tmpfiles 
"$pkgdir"/usr/lib/tmpfiles.d/redis.conf
-}

Copied: redis/repos/community-x86_64/PKGBUILD (from rev 820269, 
redis/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2021-01-12 21:34:41 UTC (rev 820270)
@@ -0,0 +1,62 @@
+# Maintainer: Andrew Crerar 
+# 

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

2021-01-12 Thread Andrew Crerar via arch-commits
Date: Tuesday, January 12, 2021 @ 21:34:10
  Author: andrewsc
Revision: 820269

upgpkg: redis 6.0.10-1

Modified:
  redis/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2021-01-12 21:32:45 UTC (rev 820268)
+++ PKGBUILD2021-01-12 21:34:10 UTC (rev 820269)
@@ -6,7 +6,7 @@
 # Contributor: nofxx .com>
 
 pkgname=redis
-pkgver=6.0.9
+pkgver=6.0.10
 pkgrel=1
 pkgdesc='An in-memory database that persists on disk'
 arch=('x86_64')
@@ -24,7 +24,7 @@
 redis.logrotate
 redis.conf-sane-defaults.patch
 redis-5.0-use-system-jemalloc.patch)
-sha512sums=('fc1b960f117bb78adaa8a93ff85a5aa785d39e13438659bc4971e37e53e367370d31b0392837f5158aa7a974283020c0a186d5280f9ea326184b24348b7e1515'
+sha512sums=('bcbe29855c39d9d882e5824906c2772a74a7ed1f6904c4c18290f262e6261637b40e9614c2dacdd94261af2a1fbb2c798943ec9b5f2e4aa4d8c567f2604bcea2'
 
'78c996636fc3f4d404a01fbbc63978ee4c3bce9bc7f5728e8ca14b013cabc7df73ff882ec7f4a2e0b5494faf0d1da5a3c5e9570bd579597b0fea03a9d8d066cc'
 
'2227dfb41bf5112f91716f011862ba5fade220aea3b6a8134a5a05ee3af6d1cca05b08d793a486be97df98780bf43ac5dc4e5e9989ae0c5cd4e1eedb6cee5d71'
 
'68f7bc12e3b95cb199b71255c6aa5bfaa431fbabbc7d2308e54347c0d35e6d8091c4a79a5a6b56494ab3a294f9389e3ec63902931920862f60b1ffe77222eeeb'


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

2021-01-12 Thread Eli Schwartz via arch-commits
Date: Tuesday, January 12, 2021 @ 21:08:32
  Author: eschwartz
Revision: 820266

archrelease: copy trunk to community-x86_64

Added:
  cjs/repos/community-x86_64/PKGBUILD
(from rev 820265, cjs/trunk/PKGBUILD)
Deleted:
  cjs/repos/community-x86_64/PKGBUILD

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

Deleted: PKGBUILD
===
--- PKGBUILD2021-01-12 21:08:17 UTC (rev 820265)
+++ PKGBUILD2021-01-12 21:08:32 UTC (rev 820266)
@@ -1,43 +0,0 @@
-# Maintainer: Eli Schwartz 
-# Contributor: Alexandre Filgueira 
-# Contributor: Ionut Biru 
-
-pkgname=cjs
-pkgver=4.8.0
-pkgrel=1
-pkgdesc="Javascript Bindings for Cinnamon"
-arch=('x86_64')
-url="https://github.com/linuxmint/${pkgname};
-license=('GPL')
-depends=('gtk3' 'gobject-introspection-runtime' 'js78')
-makedepends=('meson' 'samurai' 'gobject-introspection')
-checkdepends=('xorg-server-xvfb')
-source=("${pkgname}-${pkgver}.tar.gz::${url}/archive/${pkgver}.tar.gz")
-sha512sums=('e5cff9f7790d2874fb1b743d823a799560c5fe82271f6cbff8b74baa70eec267fad9ac651258ee5c4de5dfce81964c73ca9a652ce3441791e44c34bcd8187770')
-b2sums=('6fea53cda72fc1e13618375d636b492d9e2cbc8130ff729376fbba7504e56fd5e1fa9b1330e2696a841b3400af04832f81febdfefc6730b43e3ccb7a41c46271')
-
-build() {
-mkdir -p "${srcdir}"/${pkgname}-${pkgver}/builddir
-cd "${srcdir}"/${pkgname}-${pkgver}/builddir
-
-meson --prefix=/usr \
-  --libexecdir=/usr/lib \
-  --buildtype=plain \
-  -Dinstalled_tests=false \
-  ..
-
-samu
-}
-
-check() {
-cd "${srcdir}"/${pkgname}-${pkgver}/builddir
-
-# Needs a display
-xvfb-run meson test --print-errorlogs
-}
-
-package() {
-cd "${srcdir}"/${pkgname}-${pkgver}/builddir
-
-DESTDIR="${pkgdir}" samu install
-}

Copied: cjs/repos/community-x86_64/PKGBUILD (from rev 820265, 
cjs/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2021-01-12 21:08:32 UTC (rev 820266)
@@ -0,0 +1,43 @@
+# Maintainer: Eli Schwartz 
+# Contributor: Alexandre Filgueira 
+# Contributor: Ionut Biru 
+
+pkgname=cjs
+pkgver=4.8.2
+pkgrel=1
+pkgdesc="Javascript Bindings for Cinnamon"
+arch=('x86_64')
+url="https://github.com/linuxmint/${pkgname};
+license=('GPL')
+depends=('gtk3' 'gobject-introspection-runtime' 'js78')
+makedepends=('meson' 'samurai' 'gobject-introspection')
+checkdepends=('xorg-server-xvfb')
+source=("${pkgname}-${pkgver}.tar.gz::${url}/archive/${pkgver}.tar.gz")
+sha512sums=('c607198847a3229443bbfa6906b05036295b6d7f95d3b355780b28e69382407a8f6ef5f637f411fbf2ae474c4c7c5f68f64fec6dd7a2e7f944945927f5efac91')
+b2sums=('d1506e599c05301083479df4145d3177c9cbb057d3ed260e9744994da70fe392eb2cd872dc00b1ef6269efe9442e32e16878ba975f57f1abc35851cb15e7bb97')
+
+build() {
+mkdir -p "${srcdir}"/${pkgname}-${pkgver}/builddir
+cd "${srcdir}"/${pkgname}-${pkgver}/builddir
+
+meson --prefix=/usr \
+  --libexecdir=/usr/lib \
+  --buildtype=plain \
+  -Dinstalled_tests=false \
+  ..
+
+samu
+}
+
+check() {
+cd "${srcdir}"/${pkgname}-${pkgver}/builddir
+
+# Needs a display
+xvfb-run meson test --print-errorlogs
+}
+
+package() {
+cd "${srcdir}"/${pkgname}-${pkgver}/builddir
+
+DESTDIR="${pkgdir}" samu install
+}


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

2021-01-12 Thread Eli Schwartz via arch-commits
Date: Tuesday, January 12, 2021 @ 21:08:17
  Author: eschwartz
Revision: 820265

upgpkg: cjs 4.8.2-1: upstream release

Modified:
  cjs/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2021-01-12 21:07:43 UTC (rev 820264)
+++ PKGBUILD2021-01-12 21:08:17 UTC (rev 820265)
@@ -3,7 +3,7 @@
 # Contributor: Ionut Biru 
 
 pkgname=cjs
-pkgver=4.8.0
+pkgver=4.8.2
 pkgrel=1
 pkgdesc="Javascript Bindings for Cinnamon"
 arch=('x86_64')
@@ -13,8 +13,8 @@
 makedepends=('meson' 'samurai' 'gobject-introspection')
 checkdepends=('xorg-server-xvfb')
 source=("${pkgname}-${pkgver}.tar.gz::${url}/archive/${pkgver}.tar.gz")
-sha512sums=('e5cff9f7790d2874fb1b743d823a799560c5fe82271f6cbff8b74baa70eec267fad9ac651258ee5c4de5dfce81964c73ca9a652ce3441791e44c34bcd8187770')
-b2sums=('6fea53cda72fc1e13618375d636b492d9e2cbc8130ff729376fbba7504e56fd5e1fa9b1330e2696a841b3400af04832f81febdfefc6730b43e3ccb7a41c46271')
+sha512sums=('c607198847a3229443bbfa6906b05036295b6d7f95d3b355780b28e69382407a8f6ef5f637f411fbf2ae474c4c7c5f68f64fec6dd7a2e7f944945927f5efac91')
+b2sums=('d1506e599c05301083479df4145d3177c9cbb057d3ed260e9744994da70fe392eb2cd872dc00b1ef6269efe9442e32e16878ba975f57f1abc35851cb15e7bb97')
 
 build() {
 mkdir -p "${srcdir}"/${pkgname}-${pkgver}/builddir


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

2021-01-12 Thread Christian Rebischke via arch-commits
Date: Tuesday, January 12, 2021 @ 21:07:43
  Author: shibumi
Revision: 820264

archrelease: copy trunk to community-x86_64

Added:
  helmfile/repos/community-x86_64/PKGBUILD
(from rev 820263, helmfile/trunk/PKGBUILD)
Deleted:
  helmfile/repos/community-x86_64/PKGBUILD

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

Deleted: PKGBUILD
===
--- PKGBUILD2021-01-12 21:07:36 UTC (rev 820263)
+++ PKGBUILD2021-01-12 21:07:43 UTC (rev 820264)
@@ -1,42 +0,0 @@
-# Maintainer: Christian Rebischke 
-
-pkgname=helmfile
-pkgver=0.137.0
-pkgrel=2
-pkgdesc="Manage multiple helm charts with a single helmfile"
-arch=('x86_64')
-url="https://github.com/roboll/helmfile;
-license=('MIT')
-makedepends=('go')
-depends=('glibc')
-source=("${pkgname}-${pkgver}.tar.gz::https://github.com/roboll/helmfile/archive/v${pkgver}.tar.gz;)
-sha512sums=('64676d1138ccffb77ee9af8b53df1599cb4c0ac1f810d796efc9cdfdb702cac374c7d322d3cbd91a34b8abbf917d74bb1a4a612e5dfa0f539d5338555ec87883')
-
-prepare() {
-  export GOPATH="${srcdir}"
-  mkdir -p src/github.com/roboll "${GOPATH}/bin"
-  mv "${pkgname}-${pkgver}" "src/github.com/roboll/${pkgname}"
-  export PACKAGE_ROOT="${GOPATH}/src/github.com/roboll/${pkgname}"
-}
-
-build() {
-  cd "${PACKAGE_ROOT}"
-  export CGO_ENABLED=1
-  export CGO_CPPFLAGS="${CPPFLAGS}"
-  export CGO_CFLAGS="${CFLAGS}"
-  export CGO_CXXFLAGS="${CXXFLAGS}"
-  export CGO_LDFLAGS="${LDFLAGS}"
-  export GOFLAGS="-buildmode=pie -trimpath -mod=readonly -modcacherw 
-ldflags=-linkmode=external 
-ldflags=-X=github.com/roboll/helmfile/pkg/app/version.Version=${pkgver}"
-  go build -v .
-  chmod +x ./helmfile
-}
-
-check() {
-  cd "${PACKAGE_ROOT}"
-  go test -v ./...
-}
-
-package() {
-  cd "${PACKAGE_ROOT}"
-  install -Dsm755 ./helmfile "${pkgdir}/usr/bin/helmfile"
-}

Copied: helmfile/repos/community-x86_64/PKGBUILD (from rev 820263, 
helmfile/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2021-01-12 21:07:43 UTC (rev 820264)
@@ -0,0 +1,42 @@
+# Maintainer: Christian Rebischke 
+
+pkgname=helmfile
+pkgver=0.137.0
+pkgrel=3
+pkgdesc="Manage multiple helm charts with a single helmfile"
+arch=('x86_64')
+url="https://github.com/roboll/helmfile;
+license=('MIT')
+makedepends=('go')
+depends=('glibc')
+source=("${pkgname}-${pkgver}.tar.gz::https://github.com/roboll/helmfile/archive/v${pkgver}.tar.gz;)
+sha512sums=('64676d1138ccffb77ee9af8b53df1599cb4c0ac1f810d796efc9cdfdb702cac374c7d322d3cbd91a34b8abbf917d74bb1a4a612e5dfa0f539d5338555ec87883')
+
+prepare() {
+  export GOPATH="${srcdir}"
+  mkdir -p src/github.com/roboll "${GOPATH}/bin"
+  mv "${pkgname}-${pkgver}" "src/github.com/roboll/${pkgname}"
+  export PACKAGE_ROOT="${GOPATH}/src/github.com/roboll/${pkgname}"
+}
+
+build() {
+  cd "${PACKAGE_ROOT}"
+  export CGO_ENABLED=1
+  export CGO_CPPFLAGS="${CPPFLAGS}"
+  export CGO_CFLAGS="${CFLAGS}"
+  export CGO_CXXFLAGS="${CXXFLAGS}"
+  export CGO_LDFLAGS="${LDFLAGS}"
+  export GOFLAGS="-buildmode=pie -trimpath -mod=readonly -modcacherw"
+  go build -v -ldflags "-linkmode=external -X 
github.com/roboll/helmfile/pkg/app/version.Version=${pkgver}" .
+  chmod +x ./helmfile
+}
+
+check() {
+  cd "${PACKAGE_ROOT}"
+  go test -v ./...
+}
+
+package() {
+  cd "${PACKAGE_ROOT}"
+  install -Dsm755 ./helmfile "${pkgdir}/usr/bin/helmfile"
+}


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

2021-01-12 Thread Christian Rebischke via arch-commits
Date: Tuesday, January 12, 2021 @ 21:07:36
  Author: shibumi
Revision: 820263

upgpkg: helmfile 0.137.0-3 fix FULL RELRO

Modified:
  helmfile/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2021-01-12 20:58:37 UTC (rev 820262)
+++ PKGBUILD2021-01-12 21:07:36 UTC (rev 820263)
@@ -2,7 +2,7 @@
 
 pkgname=helmfile
 pkgver=0.137.0
-pkgrel=2
+pkgrel=3
 pkgdesc="Manage multiple helm charts with a single helmfile"
 arch=('x86_64')
 url="https://github.com/roboll/helmfile;
@@ -26,8 +26,8 @@
   export CGO_CFLAGS="${CFLAGS}"
   export CGO_CXXFLAGS="${CXXFLAGS}"
   export CGO_LDFLAGS="${LDFLAGS}"
-  export GOFLAGS="-buildmode=pie -trimpath -mod=readonly -modcacherw 
-ldflags=-linkmode=external 
-ldflags=-X=github.com/roboll/helmfile/pkg/app/version.Version=${pkgver}"
-  go build -v .
+  export GOFLAGS="-buildmode=pie -trimpath -mod=readonly -modcacherw"
+  go build -v -ldflags "-linkmode=external -X 
github.com/roboll/helmfile/pkg/app/version.Version=${pkgver}" .
   chmod +x ./helmfile
 }
 


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

2021-01-12 Thread Christian Rebischke via arch-commits
Date: Tuesday, January 12, 2021 @ 20:58:37
  Author: shibumi
Revision: 820262

archrelease: copy trunk to community-x86_64

Added:
  helmfile/repos/community-x86_64/PKGBUILD
(from rev 820261, helmfile/trunk/PKGBUILD)
Deleted:
  helmfile/repos/community-x86_64/PKGBUILD

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

Deleted: PKGBUILD
===
--- PKGBUILD2021-01-12 20:57:46 UTC (rev 820261)
+++ PKGBUILD2021-01-12 20:58:37 UTC (rev 820262)
@@ -1,42 +0,0 @@
-# Maintainer: Christian Rebischke 
-
-pkgname=helmfile
-pkgver=0.137.0
-pkgrel=1
-pkgdesc="Manage multiple helm charts with a single helmfile"
-arch=('x86_64')
-url="https://github.com/roboll/helmfile;
-license=('MIT')
-makedepends=('go')
-depends=('glibc')
-source=("${pkgname}-${pkgver}.tar.gz::https://github.com/roboll/helmfile/archive/v${pkgver}.tar.gz;)
-sha512sums=('64676d1138ccffb77ee9af8b53df1599cb4c0ac1f810d796efc9cdfdb702cac374c7d322d3cbd91a34b8abbf917d74bb1a4a612e5dfa0f539d5338555ec87883')
-
-prepare() {
-  export GOPATH="${srcdir}"
-  mkdir -p src/github.com/roboll "${GOPATH}/bin"
-  mv "${pkgname}-${pkgver}" "src/github.com/roboll/${pkgname}"
-  export PACKAGE_ROOT="${GOPATH}/src/github.com/roboll/${pkgname}"
-}
-
-build() {
-  cd "${PACKAGE_ROOT}"
-  export CGO_ENABLED=1
-  export CGO_CPPFLAGS="${CPPFLAGS}"
-  export CGO_CFLAGS="${CFLAGS}"
-  export CGO_CXXFLAGS="${CXXFLAGS}"
-  export CGO_LDFLAGS="${LDFLAGS}"
-  export GOFLAGS="-buildmode=pie -trimpath -mod=readonly -modcacherw 
-ldflags=-linkmode=external"
-  go build -v .
-  chmod +x ./helmfile
-}
-
-check() {
-  cd "${PACKAGE_ROOT}"
-  go test -v ./...
-}
-
-package() {
-  cd "${PACKAGE_ROOT}"
-  install -Dsm755 ./helmfile "${pkgdir}/usr/bin/helmfile"
-}

Copied: helmfile/repos/community-x86_64/PKGBUILD (from rev 820261, 
helmfile/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2021-01-12 20:58:37 UTC (rev 820262)
@@ -0,0 +1,42 @@
+# Maintainer: Christian Rebischke 
+
+pkgname=helmfile
+pkgver=0.137.0
+pkgrel=2
+pkgdesc="Manage multiple helm charts with a single helmfile"
+arch=('x86_64')
+url="https://github.com/roboll/helmfile;
+license=('MIT')
+makedepends=('go')
+depends=('glibc')
+source=("${pkgname}-${pkgver}.tar.gz::https://github.com/roboll/helmfile/archive/v${pkgver}.tar.gz;)
+sha512sums=('64676d1138ccffb77ee9af8b53df1599cb4c0ac1f810d796efc9cdfdb702cac374c7d322d3cbd91a34b8abbf917d74bb1a4a612e5dfa0f539d5338555ec87883')
+
+prepare() {
+  export GOPATH="${srcdir}"
+  mkdir -p src/github.com/roboll "${GOPATH}/bin"
+  mv "${pkgname}-${pkgver}" "src/github.com/roboll/${pkgname}"
+  export PACKAGE_ROOT="${GOPATH}/src/github.com/roboll/${pkgname}"
+}
+
+build() {
+  cd "${PACKAGE_ROOT}"
+  export CGO_ENABLED=1
+  export CGO_CPPFLAGS="${CPPFLAGS}"
+  export CGO_CFLAGS="${CFLAGS}"
+  export CGO_CXXFLAGS="${CXXFLAGS}"
+  export CGO_LDFLAGS="${LDFLAGS}"
+  export GOFLAGS="-buildmode=pie -trimpath -mod=readonly -modcacherw 
-ldflags=-linkmode=external 
-ldflags=-X=github.com/roboll/helmfile/pkg/app/version.Version=${pkgver}"
+  go build -v .
+  chmod +x ./helmfile
+}
+
+check() {
+  cd "${PACKAGE_ROOT}"
+  go test -v ./...
+}
+
+package() {
+  cd "${PACKAGE_ROOT}"
+  install -Dsm755 ./helmfile "${pkgdir}/usr/bin/helmfile"
+}


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

2021-01-12 Thread Christian Rebischke via arch-commits
Date: Tuesday, January 12, 2021 @ 20:57:46
  Author: shibumi
Revision: 820261

upgpkg: helmfile 0.137.0-2 fix helmfile version

Modified:
  helmfile/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2021-01-12 20:29:25 UTC (rev 820260)
+++ PKGBUILD2021-01-12 20:57:46 UTC (rev 820261)
@@ -2,7 +2,7 @@
 
 pkgname=helmfile
 pkgver=0.137.0
-pkgrel=1
+pkgrel=2
 pkgdesc="Manage multiple helm charts with a single helmfile"
 arch=('x86_64')
 url="https://github.com/roboll/helmfile;
@@ -26,7 +26,7 @@
   export CGO_CFLAGS="${CFLAGS}"
   export CGO_CXXFLAGS="${CXXFLAGS}"
   export CGO_LDFLAGS="${LDFLAGS}"
-  export GOFLAGS="-buildmode=pie -trimpath -mod=readonly -modcacherw 
-ldflags=-linkmode=external"
+  export GOFLAGS="-buildmode=pie -trimpath -mod=readonly -modcacherw 
-ldflags=-linkmode=external 
-ldflags=-X=github.com/roboll/helmfile/pkg/app/version.Version=${pkgver}"
   go build -v .
   chmod +x ./helmfile
 }


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

2021-01-12 Thread Evangelos Foutras via arch-commits
Date: Tuesday, January 12, 2021 @ 20:49:14
  Author: foutrelis
Revision: 406141

archrelease: copy trunk to extra-x86_64

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

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

Deleted: PKGBUILD
===
--- PKGBUILD2021-01-12 20:49:09 UTC (rev 406140)
+++ PKGBUILD2021-01-12 20:49:14 UTC (rev 406141)
@@ -1,47 +0,0 @@
-# Maintainer: Evangelos Foutras 
-# Contributor: Andrew Simmons 
-
-pkgname=thunar
-pkgver=4.16.1
-pkgrel=1
-pkgdesc="Modern file manager for Xfce"
-arch=('x86_64')
-url="https://docs.xfce.org/xfce/thunar/start;
-license=('GPL2' 'LGPL2.1')
-groups=('xfce4')
-depends=('desktop-file-utils' 'libexif' 'hicolor-icon-theme' 'libnotify'
- 'libgudev' 'exo' 'libxfce4util' 'libxfce4ui' 'libpng')
-makedepends=('intltool' 'gobject-introspection' 'xfce4-panel')
-optdepends=('gvfs: trash support, mounting with udisk and remote filesystems'
-'tumbler: thumbnail previews'
-'thunar-volman: removable device management'
-'thunar-archive-plugin: archive creation and extraction'
-'thunar-media-tags-plugin: view/edit ID3/OGG tags')
-source=(https://archive.xfce.org/src/xfce/$pkgname/${pkgver%.*}/$pkgname-$pkgver.tar.bz2)
-sha256sums=('da2d17d2cb69eb33768690b714cc232ed367cbd71eb9543aaa2a805d05dc3ce1')
-
-prepare() {
-  cd "$srcdir/$pkgname-$pkgver"
-}
-
-build() {
-  cd "$srcdir/$pkgname-$pkgver"
-
-  ./configure \
---prefix=/usr \
---sysconfdir=/etc \
---enable-gio-unix \
---enable-gudev \
---enable-notifications \
---enable-exif \
---enable-pcre \
---disable-debug
-  make
-}
-
-package() {
-  cd "$srcdir/$pkgname-$pkgver"
-  make DESTDIR="$pkgdir" install
-}
-
-# vim:set ts=2 sw=2 et:

Copied: thunar/repos/extra-x86_64/PKGBUILD (from rev 406140, 
thunar/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2021-01-12 20:49:14 UTC (rev 406141)
@@ -0,0 +1,47 @@
+# Maintainer: Evangelos Foutras 
+# Contributor: Andrew Simmons 
+
+pkgname=thunar
+pkgver=4.16.2
+pkgrel=1
+pkgdesc="Modern file manager for Xfce"
+arch=('x86_64')
+url="https://docs.xfce.org/xfce/thunar/start;
+license=('GPL2' 'LGPL2.1')
+groups=('xfce4')
+depends=('desktop-file-utils' 'libexif' 'hicolor-icon-theme' 'libnotify'
+ 'libgudev' 'exo' 'libxfce4util' 'libxfce4ui' 'libpng')
+makedepends=('intltool' 'gobject-introspection' 'xfce4-panel')
+optdepends=('gvfs: trash support, mounting with udisk and remote filesystems'
+'tumbler: thumbnail previews'
+'thunar-volman: removable device management'
+'thunar-archive-plugin: archive creation and extraction'
+'thunar-media-tags-plugin: view/edit ID3/OGG tags')
+source=(https://archive.xfce.org/src/xfce/$pkgname/${pkgver%.*}/$pkgname-$pkgver.tar.bz2)
+sha256sums=('67a90b98c436192f9aa6cd18a22a089e713007864aebfa65f36f121c86ba7add')
+
+prepare() {
+  cd "$srcdir/$pkgname-$pkgver"
+}
+
+build() {
+  cd "$srcdir/$pkgname-$pkgver"
+
+  ./configure \
+--prefix=/usr \
+--sysconfdir=/etc \
+--enable-gio-unix \
+--enable-gudev \
+--enable-notifications \
+--enable-exif \
+--enable-pcre \
+--disable-debug
+  make
+}
+
+package() {
+  cd "$srcdir/$pkgname-$pkgver"
+  make DESTDIR="$pkgdir" install
+}
+
+# vim:set ts=2 sw=2 et:


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

2021-01-12 Thread Evangelos Foutras via arch-commits
Date: Tuesday, January 12, 2021 @ 20:49:09
  Author: foutrelis
Revision: 406140

upgpkg: thunar 4.16.2-1: new upstream release

Modified:
  thunar/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2021-01-12 20:39:48 UTC (rev 406139)
+++ PKGBUILD2021-01-12 20:49:09 UTC (rev 406140)
@@ -2,7 +2,7 @@
 # Contributor: Andrew Simmons 
 
 pkgname=thunar
-pkgver=4.16.1
+pkgver=4.16.2
 pkgrel=1
 pkgdesc="Modern file manager for Xfce"
 arch=('x86_64')
@@ -18,7 +18,7 @@
 'thunar-archive-plugin: archive creation and extraction'
 'thunar-media-tags-plugin: view/edit ID3/OGG tags')
 
source=(https://archive.xfce.org/src/xfce/$pkgname/${pkgver%.*}/$pkgname-$pkgver.tar.bz2)
-sha256sums=('da2d17d2cb69eb33768690b714cc232ed367cbd71eb9543aaa2a805d05dc3ce1')
+sha256sums=('67a90b98c436192f9aa6cd18a22a089e713007864aebfa65f36f121c86ba7add')
 
 prepare() {
   cd "$srcdir/$pkgname-$pkgver"


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

2021-01-12 Thread Levente Polyak via arch-commits
Date: Tuesday, January 12, 2021 @ 20:39:48
  Author: anthraxx
Revision: 406139

archrelease: copy trunk to testing-x86_64

Added:
  gnupg/repos/testing-x86_64/
  gnupg/repos/testing-x86_64/PKGBUILD
(from rev 406138, gnupg/trunk/PKGBUILD)
  gnupg/repos/testing-x86_64/avoid-beta-warning.patch
(from rev 406138, gnupg/trunk/avoid-beta-warning.patch)
  gnupg/repos/testing-x86_64/drop-import-clean.patch
(from rev 406138, gnupg/trunk/drop-import-clean.patch)
  gnupg/repos/testing-x86_64/install
(from rev 406138, gnupg/trunk/install)

--+
 PKGBUILD |   76 +
 avoid-beta-warning.patch |   56 +
 drop-import-clean.patch  |   54 +++
 install  |   31 ++
 4 files changed, 217 insertions(+)

Copied: gnupg/repos/testing-x86_64/PKGBUILD (from rev 406138, 
gnupg/trunk/PKGBUILD)
===
--- testing-x86_64/PKGBUILD (rev 0)
+++ testing-x86_64/PKGBUILD 2021-01-12 20:39:48 UTC (rev 406139)
@@ -0,0 +1,76 @@
+# Maintainer: Levente Polyak 
+# Maintainer: Lukas Fleischer 
+# Contributor: Gaetan Bisson 
+# Contributor: Tobias Powalowski 
+# Contributor: Andreas Radke 
+# Contributor: Judd Vinet 
+
+pkgname=gnupg
+pkgver=2.2.27
+pkgrel=1
+pkgdesc='Complete and free implementation of the OpenPGP standard'
+url='https://www.gnupg.org/'
+license=('GPL')
+arch=('x86_64')
+checkdepends=('openssh')
+makedepends=('libldap' 'libusb-compat' 'pcsclite')
+depends=('npth' 'libgpg-error' 'libgcrypt' 'libksba' 'libassuan' 'pinentry'
+ 'bzip2' 'libbz2.so' 'readline' 'libreadline.so' 'gnutls' 'sqlite'
+ 'zlib' 'glibc')
+optdepends=('libldap: gpg2keys_ldap'
+'libusb-compat: scdaemon'
+'pcsclite: scdaemon')
+validpgpkeys=(
+   'D8692123C4065DEA5E0F3AB5249B39D24F25E3B6' # Werner Koch (dist sig)
+   '031EC2536E580D8EA286A9F22071B08A33BD3F06' # NIIBE Yutaka (GnuPG 
Release Key) 
+   '5B80C5754298F0CB55D8ED6ABCEF7E294B092E28' # Andre Heinecke (Release 
Signing Key)
+   '6DAA6E64A76D2840571B4902528897B826403ADA' # Werner Koch (dist signing 
2020)
+)
+source=("https://gnupg.org/ftp/gcrypt/${pkgname}/${pkgname}-${pkgver}.tar.bz2"{,.sig}
+'drop-import-clean.patch'
+'avoid-beta-warning.patch')
+sha256sums=('34e60009014ea16402069136e0a5f63d9b65f90096244975db5cea74b3d02399'
+'SKIP'
+'02d375f0045f56f7dd82bacdb5ce559afd52ded8b75f6b2673c39ec666e81abc'
+'22fdf9490fad477f225e731c417867d9e7571ac654944e8be63a1fbaccd5c62d')
+
+install=install
+
+prepare() {
+   cd "${srcdir}/${pkgname}-${pkgver}"
+   patch -p1 -i ../avoid-beta-warning.patch
+   patch -p1 -i ../drop-import-clean.patch
+
+   # improve reproducibility
+   rm doc/gnupg.info*
+
+   ./autogen.sh
+}
+
+build() {
+   cd "${srcdir}/${pkgname}-${pkgver}"
+   ./configure \
+   --prefix=/usr \
+   --sysconfdir=/etc \
+   --sbindir=/usr/bin \
+   --libexecdir=/usr/lib/gnupg \
+   --enable-maintainer-mode \
+
+   make
+}
+
+check() {
+   cd "${srcdir}/${pkgname}-${pkgver}"
+   make check
+}
+
+package() {
+   cd "${srcdir}/${pkgname}-${pkgver}"
+   make DESTDIR="${pkgdir}" install
+   ln -s gpg "${pkgdir}"/usr/bin/gpg2
+   ln -s gpgv "${pkgdir}"/usr/bin/gpgv2
+
+   install -Dm 644 doc/examples/systemd-user/*.* -t 
"${pkgdir}/usr/lib/systemd/user"
+}
+
+# vim: ts=2 sw=2 noet:

Copied: gnupg/repos/testing-x86_64/avoid-beta-warning.patch (from rev 406138, 
gnupg/trunk/avoid-beta-warning.patch)
===
--- testing-x86_64/avoid-beta-warning.patch (rev 0)
+++ testing-x86_64/avoid-beta-warning.patch 2021-01-12 20:39:48 UTC (rev 
406139)
@@ -0,0 +1,56 @@
+From 114ab3037de3b0f9b35cf023b64c8a9b76070065 Mon Sep 17 00:00:00 2001
+From: Debian GnuPG Maintainers 
+Date: Tue, 14 Apr 2015 10:02:31 -0400
+Subject: [PATCH 6/7] avoid beta warning
+
+avoid self-describing as a beta
+
+Using autoreconf against the source as distributed in tarball form
+invariably results in a package that thinks it's a "beta" package,
+which produces the "THIS IS A DEVELOPMENT VERSION" warning string.
+
+since we use dh_autoreconf, i need this patch to avoid producing
+builds that announce themselves as DEVELOPMENT VERSIONs.
+
+See discussion at:
+
+ http://lists.gnupg.org/pipermail/gnupg-devel/2014-November/029065.html
+---
+ autogen.sh | 6 +++---
+ 1 file changed, 3 insertions(+), 3 deletions(-)
+
+diff --git a/autogen.sh b/autogen.sh
+index b23855061..9b86d3ff9 100755
+--- a/autogen.sh
 b/autogen.sh
+@@ -229,24 +229,24 @@ if [ "$myhost" = "find-version" ]; then
+ esac
+ 
+ beta=no
+-if [ -e .git ]; then
++if false; then
+   

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

2021-01-12 Thread Levente Polyak via arch-commits
Date: Tuesday, January 12, 2021 @ 20:39:43
  Author: anthraxx
Revision: 406138

upgpkg: gnupg 2.2.27-1

Modified:
  gnupg/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2021-01-12 20:26:45 UTC (rev 406137)
+++ PKGBUILD2021-01-12 20:39:43 UTC (rev 406138)
@@ -6,7 +6,7 @@
 # Contributor: Judd Vinet 
 
 pkgname=gnupg
-pkgver=2.2.26
+pkgver=2.2.27
 pkgrel=1
 pkgdesc='Complete and free implementation of the OpenPGP standard'
 url='https://www.gnupg.org/'
@@ -29,7 +29,7 @@
 
source=("https://gnupg.org/ftp/gcrypt/${pkgname}/${pkgname}-${pkgver}.tar.bz2"{,.sig}
 'drop-import-clean.patch'
 'avoid-beta-warning.patch')
-sha256sums=('517569e6c9fad22175df16be5900f94c991c41e53612db63c14493e814cfff6d'
+sha256sums=('34e60009014ea16402069136e0a5f63d9b65f90096244975db5cea74b3d02399'
 'SKIP'
 '02d375f0045f56f7dd82bacdb5ce559afd52ded8b75f6b2673c39ec666e81abc'
 '22fdf9490fad477f225e731c417867d9e7571ac654944e8be63a1fbaccd5c62d')


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

2021-01-12 Thread Christian Rebischke via arch-commits
Date: Tuesday, January 12, 2021 @ 20:29:25
  Author: shibumi
Revision: 820260

archrelease: copy trunk to community-x86_64

Added:
  helmfile/repos/community-x86_64/PKGBUILD
(from rev 820259, helmfile/trunk/PKGBUILD)
Deleted:
  helmfile/repos/community-x86_64/PKGBUILD

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

Deleted: PKGBUILD
===
--- PKGBUILD2021-01-12 20:29:18 UTC (rev 820259)
+++ PKGBUILD2021-01-12 20:29:25 UTC (rev 820260)
@@ -1,42 +0,0 @@
-# Maintainer: Christian Rebischke 
-
-pkgname=helmfile
-pkgver=0.135.0
-pkgrel=1
-pkgdesc="Manage multiple helm charts with a single helmfile"
-arch=('x86_64')
-url="https://github.com/roboll/helmfile;
-license=('MIT')
-makedepends=('go')
-depends=('glibc')
-source=("${pkgname}-${pkgver}.tar.gz::https://github.com/roboll/helmfile/archive/v${pkgver}.tar.gz;)
-sha512sums=('2f0d65a9357e80c04c0332ee4ce7c8630fa006239fda8ad0946d6dee6aeacb857332871d2a0756180f481f58965db46805b7192d1017c61a80111485193505df')
-
-prepare() {
-  export GOPATH="${srcdir}"
-  mkdir -p src/github.com/roboll "${GOPATH}/bin"
-  mv "${pkgname}-${pkgver}" "src/github.com/roboll/${pkgname}"
-  export PACKAGE_ROOT="${GOPATH}/src/github.com/roboll/${pkgname}"
-}
-
-build() {
-  cd "${PACKAGE_ROOT}"
-  export CGO_ENABLED=1
-  export CGO_CPPFLAGS="${CPPFLAGS}"
-  export CGO_CFLAGS="${CFLAGS}"
-  export CGO_CXXFLAGS="${CXXFLAGS}"
-  export CGO_LDFLAGS="${LDFLAGS}"
-  export GOFLAGS="-buildmode=pie -trimpath -mod=readonly -modcacherw 
-ldflags=-linkmode=external"
-  go build -v .
-  chmod +x ./helmfile
-}
-
-check() {
-  cd "${PACKAGE_ROOT}"
-  go test -v ./...
-}
-
-package() {
-  cd "${PACKAGE_ROOT}"
-  install -Dsm755 ./helmfile "${pkgdir}/usr/bin/helmfile"
-}

Copied: helmfile/repos/community-x86_64/PKGBUILD (from rev 820259, 
helmfile/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2021-01-12 20:29:25 UTC (rev 820260)
@@ -0,0 +1,42 @@
+# Maintainer: Christian Rebischke 
+
+pkgname=helmfile
+pkgver=0.137.0
+pkgrel=1
+pkgdesc="Manage multiple helm charts with a single helmfile"
+arch=('x86_64')
+url="https://github.com/roboll/helmfile;
+license=('MIT')
+makedepends=('go')
+depends=('glibc')
+source=("${pkgname}-${pkgver}.tar.gz::https://github.com/roboll/helmfile/archive/v${pkgver}.tar.gz;)
+sha512sums=('64676d1138ccffb77ee9af8b53df1599cb4c0ac1f810d796efc9cdfdb702cac374c7d322d3cbd91a34b8abbf917d74bb1a4a612e5dfa0f539d5338555ec87883')
+
+prepare() {
+  export GOPATH="${srcdir}"
+  mkdir -p src/github.com/roboll "${GOPATH}/bin"
+  mv "${pkgname}-${pkgver}" "src/github.com/roboll/${pkgname}"
+  export PACKAGE_ROOT="${GOPATH}/src/github.com/roboll/${pkgname}"
+}
+
+build() {
+  cd "${PACKAGE_ROOT}"
+  export CGO_ENABLED=1
+  export CGO_CPPFLAGS="${CPPFLAGS}"
+  export CGO_CFLAGS="${CFLAGS}"
+  export CGO_CXXFLAGS="${CXXFLAGS}"
+  export CGO_LDFLAGS="${LDFLAGS}"
+  export GOFLAGS="-buildmode=pie -trimpath -mod=readonly -modcacherw 
-ldflags=-linkmode=external"
+  go build -v .
+  chmod +x ./helmfile
+}
+
+check() {
+  cd "${PACKAGE_ROOT}"
+  go test -v ./...
+}
+
+package() {
+  cd "${PACKAGE_ROOT}"
+  install -Dsm755 ./helmfile "${pkgdir}/usr/bin/helmfile"
+}


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

2021-01-12 Thread Christian Rebischke via arch-commits
Date: Tuesday, January 12, 2021 @ 20:29:18
  Author: shibumi
Revision: 820259

upgpkg: helmfile 0.137.0-1

Modified:
  helmfile/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2021-01-12 20:18:41 UTC (rev 820258)
+++ PKGBUILD2021-01-12 20:29:18 UTC (rev 820259)
@@ -1,7 +1,7 @@
 # Maintainer: Christian Rebischke 
 
 pkgname=helmfile
-pkgver=0.135.0
+pkgver=0.137.0
 pkgrel=1
 pkgdesc="Manage multiple helm charts with a single helmfile"
 arch=('x86_64')
@@ -10,7 +10,7 @@
 makedepends=('go')
 depends=('glibc')
 
source=("${pkgname}-${pkgver}.tar.gz::https://github.com/roboll/helmfile/archive/v${pkgver}.tar.gz;)
-sha512sums=('2f0d65a9357e80c04c0332ee4ce7c8630fa006239fda8ad0946d6dee6aeacb857332871d2a0756180f481f58965db46805b7192d1017c61a80111485193505df')
+sha512sums=('64676d1138ccffb77ee9af8b53df1599cb4c0ac1f810d796efc9cdfdb702cac374c7d322d3cbd91a34b8abbf917d74bb1a4a612e5dfa0f539d5338555ec87883')
 
 prepare() {
   export GOPATH="${srcdir}"


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

2021-01-12 Thread Jaroslav Lichtblau via arch-commits
Date: Tuesday, January 12, 2021 @ 20:18:41
  Author: jlichtblau
Revision: 820258

archrelease: copy trunk to community-any

Added:
  bpytop/repos/community-any/PKGBUILD
(from rev 820257, bpytop/trunk/PKGBUILD)
Deleted:
  bpytop/repos/community-any/PKGBUILD

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

Deleted: PKGBUILD
===
--- PKGBUILD2021-01-12 20:18:27 UTC (rev 820257)
+++ PKGBUILD2021-01-12 20:18:41 UTC (rev 820258)
@@ -1,19 +0,0 @@
-# Maintainer: Jaroslav Lichtblau 
-# Contributor: derfenix 
-
-pkgname=bpytop
-pkgver=1.0.58
-pkgrel=1
-pkgdesc="Resource monitor that shows usage and stats for processor, memory, 
disks, network and processes"
-arch=('any')
-url="https://github.com/aristocratos/bpytop;
-license=('Apache')
-depends=('python' 'python-psutil')
-source=("${pkgname}-${pkgver}.tar.gz::https://github.com/aristocratos/$pkgname/archive/v$pkgver.tar.gz;)
-sha256sums=('e62ed966e7ae7736754f39305abdeb7c68c2d3f27db09daf25910a01a9c6317e')
-
-package() {
-  cd "${srcdir}/${pkgname}-${pkgver}"
-
-  make DESTDIR="${pkgdir}" PREFIX=/usr install
-}

Copied: bpytop/repos/community-any/PKGBUILD (from rev 820257, 
bpytop/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2021-01-12 20:18:41 UTC (rev 820258)
@@ -0,0 +1,19 @@
+# Maintainer: Jaroslav Lichtblau 
+# Contributor: derfenix 
+
+pkgname=bpytop
+pkgver=1.0.59
+pkgrel=1
+pkgdesc="Resource monitor that shows usage and stats for processor, memory, 
disks, network and processes"
+arch=('any')
+url="https://github.com/aristocratos/bpytop;
+license=('Apache')
+depends=('python' 'python-psutil')
+source=("${pkgname}-${pkgver}.tar.gz::https://github.com/aristocratos/$pkgname/archive/v$pkgver.tar.gz;)
+sha256sums=('c95d0034ab6567a72d377d12806f5a89f87a796e72b8993fbbb5efc79e5a9133')
+
+package() {
+  cd "${srcdir}/${pkgname}-${pkgver}"
+
+  make DESTDIR="${pkgdir}" PREFIX=/usr install
+}


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

2021-01-12 Thread Jaroslav Lichtblau via arch-commits
Date: Tuesday, January 12, 2021 @ 20:18:27
  Author: jlichtblau
Revision: 820257

upgpkg: bpytop 1.0.59-1 - new upstream release

Modified:
  bpytop/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2021-01-12 20:03:02 UTC (rev 820256)
+++ PKGBUILD2021-01-12 20:18:27 UTC (rev 820257)
@@ -2,7 +2,7 @@
 # Contributor: derfenix 
 
 pkgname=bpytop
-pkgver=1.0.58
+pkgver=1.0.59
 pkgrel=1
 pkgdesc="Resource monitor that shows usage and stats for processor, memory, 
disks, network and processes"
 arch=('any')
@@ -10,7 +10,7 @@
 license=('Apache')
 depends=('python' 'python-psutil')
 
source=("${pkgname}-${pkgver}.tar.gz::https://github.com/aristocratos/$pkgname/archive/v$pkgver.tar.gz;)
-sha256sums=('e62ed966e7ae7736754f39305abdeb7c68c2d3f27db09daf25910a01a9c6317e')
+sha256sums=('c95d0034ab6567a72d377d12806f5a89f87a796e72b8993fbbb5efc79e5a9133')
 
 package() {
   cd "${srcdir}/${pkgname}-${pkgver}"


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

2021-01-12 Thread Antonio Rojas via arch-commits
Date: Tuesday, January 12, 2021 @ 20:02:23
  Author: arojas
Revision: 820255

archrelease: copy trunk to community-any

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

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

Deleted: PKGBUILD
===
--- PKGBUILD2021-01-12 20:02:14 UTC (rev 820254)
+++ PKGBUILD2021-01-12 20:02:23 UTC (rev 820255)
@@ -1,29 +0,0 @@
-# Maintainer: Antonio Rojas 
-# Contributor: Guillaume Duboc 
-
-_pipname=jupyterlab_server
-pkgname=python-$_pipname
-pkgver=2.1.1
-pkgrel=1
-pkgdesc="Launch an application built using JupyterLab"
-arch=(any)
-url="https://jupyter.org/;
-license=(custom)
-depends=(jupyter-server python-requests python-json5 python-babel)
-makedepends=(python-setuptools)
-conflicts=(jupyterlab_server)
-replaces=(jupyterlab_server)
-source=(https://pypi.io/packages/source/j/$_pipname/$_pipname-$pkgver.tar.gz)
-sha256sums=('67bfd4acfef24cf94e3dc0971cf6fa0eee13cc84ee47cdcd704257a0975b22ad')
-
-build() {
-  cd $_pipname-$pkgver
-  python setup.py build 
-}
-
-package() {
-  cd $_pipname-$pkgver
-  python setup.py install --skip-build --root="$pkgdir" --optimize=1
-
-  install -Dm644 LICENSE "$pkgdir"/usr/share/licenses/$pkgname/LICENSE
-}

Copied: python-jupyterlab_server/repos/community-any/PKGBUILD (from rev 820254, 
python-jupyterlab_server/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2021-01-12 20:02:23 UTC (rev 820255)
@@ -0,0 +1,29 @@
+# Maintainer: Antonio Rojas 
+# Contributor: Guillaume Duboc 
+
+_pipname=jupyterlab_server
+pkgname=python-$_pipname
+pkgver=2.1.2
+pkgrel=1
+pkgdesc="Launch an application built using JupyterLab"
+arch=(any)
+url="https://jupyter.org/;
+license=(custom)
+depends=(jupyter-server python-requests python-json5 python-babel)
+makedepends=(python-setuptools)
+conflicts=(jupyterlab_server)
+replaces=(jupyterlab_server)
+source=(https://pypi.io/packages/source/j/$_pipname/$_pipname-$pkgver.tar.gz)
+sha256sums=('a71ebeb89eb2ab49eca41768f9840bb6896c264203ea755990313d4dfa610a74')
+
+build() {
+  cd $_pipname-$pkgver
+  python setup.py build 
+}
+
+package() {
+  cd $_pipname-$pkgver
+  python setup.py install --skip-build --root="$pkgdir" --optimize=1
+
+  install -Dm644 LICENSE "$pkgdir"/usr/share/licenses/$pkgname/LICENSE
+}


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

2021-01-12 Thread Antonio Rojas via arch-commits
Date: Tuesday, January 12, 2021 @ 20:02:14
  Author: arojas
Revision: 820254

Update to 2.1.2

Modified:
  python-jupyterlab_server/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2021-01-12 19:59:02 UTC (rev 820253)
+++ PKGBUILD2021-01-12 20:02:14 UTC (rev 820254)
@@ -3,7 +3,7 @@
 
 _pipname=jupyterlab_server
 pkgname=python-$_pipname
-pkgver=2.1.1
+pkgver=2.1.2
 pkgrel=1
 pkgdesc="Launch an application built using JupyterLab"
 arch=(any)
@@ -14,7 +14,7 @@
 conflicts=(jupyterlab_server)
 replaces=(jupyterlab_server)
 source=(https://pypi.io/packages/source/j/$_pipname/$_pipname-$pkgver.tar.gz)
-sha256sums=('67bfd4acfef24cf94e3dc0971cf6fa0eee13cc84ee47cdcd704257a0975b22ad')
+sha256sums=('a71ebeb89eb2ab49eca41768f9840bb6896c264203ea755990313d4dfa610a74')
 
 build() {
   cd $_pipname-$pkgver


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

2021-01-12 Thread Felix Yan via arch-commits
Date: Tuesday, January 12, 2021 @ 19:58:37
  Author: felixonmars
Revision: 820250

archrelease: copy trunk to community-staging-x86_64

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

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

Copied: haskell-ci/repos/community-staging-x86_64/PKGBUILD (from rev 820249, 
haskell-ci/trunk/PKGBUILD)
===
--- community-staging-x86_64/PKGBUILD   (rev 0)
+++ community-staging-x86_64/PKGBUILD   2021-01-12 19:58:37 UTC (rev 820250)
@@ -0,0 +1,47 @@
+# Maintainer: Felix Yan 
+
+_hkgname=haskell-ci
+pkgname=haskell-ci
+pkgver=0.10.3
+pkgrel=116
+pkgdesc="Cabal package script generator for Travis-CI"
+url="https://haskell-ci.rtfd.org/;
+license=("GPL")
+arch=('x86_64')
+depends=('ghc-libs' 'haskell-aeson' 'haskell-base-compat' 
'haskell-cabal-install-parsers'
+ 'haskell-generic-lens-lite' 'haskell-hsyaml' 'haskell-lattices' 
'haskell-network-uri'
+ 'haskell-optparse-applicative' 'haskell-temporary' 
'haskell-unordered-containers'
+ 'shellcheck')
+makedepends=('ghc' 'uusi' 'haskell-diff' 'haskell-ansi-terminal' 
'haskell-tasty' 'haskell-tasty-golden')
+source=("https://hackage.haskell.org/packages/archive/$_hkgname/$pkgver/$_hkgname-$pkgver.tar.gz;)
+sha256sums=('7b8bd970619344c8254a678038a19f838a5b4eaba39a8d42c640aa50e1b31ea3')
+
+prepare(){
+  uusi $_hkgname-$pkgver/$_hkgname.cabal
+}
+
+build() {
+  cd $_hkgname-$pkgver
+
+  runhaskell Setup configure -O --enable-shared --enable-executable-dynamic 
--disable-library-vanilla \
+--prefix=/usr --docdir=/usr/share/doc/$pkgname --enable-tests \
+--dynlibdir=/usr/lib --libsubdir=\$compiler/site-local/\$pkgid \
+--ghc-option=-optl-Wl\,-z\,relro\,-z\,now \
+--ghc-option='-pie'
+
+  runhaskell Setup build $MAKEFLAGS
+  runhaskell Setup register --gen-script
+  runhaskell Setup unregister --gen-script
+  sed -i -r -e "s|ghc-pkg.*update[^ ]* |&'--force' |" register.sh
+  sed -i -r -e "s|ghc-pkg.*unregister[^ ]* |&'--force' |" unregister.sh
+}
+
+package() {
+  cd $_hkgname-$pkgver
+
+  install -D -m744 register.sh "$pkgdir"/usr/share/haskell/register/$pkgname.sh
+  install -D -m744 unregister.sh 
"$pkgdir"/usr/share/haskell/unregister/$pkgname.sh
+  runhaskell Setup copy --destdir="$pkgdir"
+  install -D -m644 LICENSE "$pkgdir"/usr/share/licenses/$pkgname/LICENSE
+  rm -f "$pkgdir"/usr/share/doc/$pkgname/LICENSE
+}


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

2021-01-12 Thread Felix Yan via arch-commits
Date: Tuesday, January 12, 2021 @ 19:58:27
  Author: felixonmars
Revision: 820249

upgpkg: haskell-ci 0.10.3-116: rebuild with universe-reverse-instances 1.1.1

Modified:
  haskell-ci/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2021-01-12 19:57:27 UTC (rev 820248)
+++ PKGBUILD2021-01-12 19:58:27 UTC (rev 820249)
@@ -3,7 +3,7 @@
 _hkgname=haskell-ci
 pkgname=haskell-ci
 pkgver=0.10.3
-pkgrel=115
+pkgrel=116
 pkgdesc="Cabal package script generator for Travis-CI"
 url="https://haskell-ci.rtfd.org/;
 license=("GPL")


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

2021-01-12 Thread Felix Yan via arch-commits
Date: Tuesday, January 12, 2021 @ 19:57:27
  Author: felixonmars
Revision: 820248

archrelease: copy trunk to community-staging-x86_64

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

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

Copied: haskell-lattices/repos/community-staging-x86_64/PKGBUILD (from rev 
820247, haskell-lattices/trunk/PKGBUILD)
===
--- community-staging-x86_64/PKGBUILD   (rev 0)
+++ community-staging-x86_64/PKGBUILD   2021-01-12 19:57:27 UTC (rev 820248)
@@ -0,0 +1,51 @@
+# Maintainer: Felix Yan 
+
+_hkgname=lattices
+pkgname=haskell-lattices
+pkgver=2.0.2
+pkgrel=41
+pkgdesc="Fine-grained library for constructing and manipulating lattices"
+url="http://github.com/phadej/lattices/;
+license=("BSD")
+arch=('x86_64')
+depends=('ghc-libs' 'haskell-quickcheck' 'haskell-base-compat' 
'haskell-hashable'
+ 'haskell-integer-logarithms' 'haskell-semigroupoids' 'haskell-tagged'
+ 'haskell-universe-base' 'haskell-universe-reverse-instances' 
'haskell-unordered-containers')
+makedepends=('ghc' 'uusi' 'haskell-quickcheck-instances' 'haskell-tasty' 
'haskell-tasty-quickcheck')
+source=("https://hackage.haskell.org/packages/archive/$_hkgname/$pkgver/$_hkgname-$pkgver.tar.gz;)
+sha256sums=('SKIP')
+
+prepare() {
+  uusi $_hkgname-$pkgver/$_hkgname.cabal
+}
+
+build() {
+  cd $_hkgname-$pkgver
+
+  runhaskell Setup configure -O --enable-shared --enable-executable-dynamic 
--disable-library-vanilla \
+--prefix=/usr --docdir=/usr/share/doc/$pkgname --enable-tests \
+--dynlibdir=/usr/lib --libsubdir=\$compiler/site-local/\$pkgid \
+--ghc-option=-optl-Wl\,-z\,relro\,-z\,now \
+--ghc-option='-pie'
+
+  runhaskell Setup build $MAKEFLAGS
+  runhaskell Setup register --gen-script
+  runhaskell Setup unregister --gen-script
+  sed -i -r -e "s|ghc-pkg.*update[^ ]* |&'--force' |" register.sh
+  sed -i -r -e "s|ghc-pkg.*unregister[^ ]* |&'--force' |" unregister.sh
+}
+
+check() {
+  cd $_hkgname-$pkgver
+  runhaskell Setup test
+}
+
+package() {
+  cd $_hkgname-$pkgver
+
+  install -D -m744 register.sh "$pkgdir"/usr/share/haskell/register/$pkgname.sh
+  install -D -m744 unregister.sh 
"$pkgdir"/usr/share/haskell/unregister/$pkgname.sh
+  runhaskell Setup copy --destdir="$pkgdir"
+  install -D -m644 LICENSE "$pkgdir"/usr/share/licenses/$pkgname/LICENSE
+  rm -f "$pkgdir"/usr/share/doc/$pkgname/LICENSE
+}


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

2021-01-12 Thread Felix Yan via arch-commits
Date: Tuesday, January 12, 2021 @ 19:57:17
  Author: felixonmars
Revision: 820247

upgpkg: haskell-lattices 2.0.2-41: rebuild with universe-reverse-instances 1.1.1

Modified:
  haskell-lattices/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2021-01-12 19:54:55 UTC (rev 820246)
+++ PKGBUILD2021-01-12 19:57:17 UTC (rev 820247)
@@ -3,7 +3,7 @@
 _hkgname=lattices
 pkgname=haskell-lattices
 pkgver=2.0.2
-pkgrel=40
+pkgrel=41
 pkgdesc="Fine-grained library for constructing and manipulating lattices"
 url="http://github.com/phadej/lattices/;
 license=("BSD")


[arch-commits] Commit in haskell-universe-reverse-instances/repos (2 files)

2021-01-12 Thread Felix Yan via arch-commits
Date: Tuesday, January 12, 2021 @ 19:54:55
  Author: felixonmars
Revision: 820246

archrelease: copy trunk to community-staging-x86_64

Added:
  haskell-universe-reverse-instances/repos/community-staging-x86_64/
  haskell-universe-reverse-instances/repos/community-staging-x86_64/PKGBUILD
(from rev 820245, haskell-universe-reverse-instances/trunk/PKGBUILD)

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

Copied: 
haskell-universe-reverse-instances/repos/community-staging-x86_64/PKGBUILD 
(from rev 820245, haskell-universe-reverse-instances/trunk/PKGBUILD)
===
--- community-staging-x86_64/PKGBUILD   (rev 0)
+++ community-staging-x86_64/PKGBUILD   2021-01-12 19:54:55 UTC (rev 820246)
@@ -0,0 +1,40 @@
+# Maintainer: Felix Yan 
+
+_hkgname=universe-reverse-instances
+pkgname=haskell-universe-reverse-instances
+pkgver=1.1.1
+pkgrel=1
+pkgdesc="Instances of standard classes that are made possible by enumerations"
+url="https://github.com/dmwit/universe;
+license=("BSD")
+arch=('x86_64')
+depends=('ghc-libs' 'haskell-universe-base')
+makedepends=('ghc')
+source=("https://hackage.haskell.org/packages/archive/$_hkgname/$pkgver/$_hkgname-$pkgver.tar.gz;)
+sha512sums=('c7f3d10a7b9be605bdc7e51b236240dce781e7674ded90e40998e71ac1765bc8b2c55271063c0e05ed033ea454a264da7fb1ff828283df504fc86ca52db0fda7')
+
+build() {
+  cd $_hkgname-$pkgver
+
+  runhaskell Setup configure -O --enable-shared --enable-executable-dynamic 
--disable-library-vanilla \
+--prefix=/usr --docdir=/usr/share/doc/$pkgname --enable-tests \
+--dynlibdir=/usr/lib --libsubdir=\$compiler/site-local/\$pkgid \
+--ghc-option=-optl-Wl\,-z\,relro\,-z\,now \
+--ghc-option='-pie'
+
+  runhaskell Setup build $MAKEFLAGS
+  runhaskell Setup register --gen-script
+  runhaskell Setup unregister --gen-script
+  sed -i -r -e "s|ghc-pkg.*update[^ ]* |&'--force' |" register.sh
+  sed -i -r -e "s|ghc-pkg.*unregister[^ ]* |&'--force' |" unregister.sh
+}
+
+package() {
+  cd $_hkgname-$pkgver
+
+  install -D -m744 register.sh "$pkgdir"/usr/share/haskell/register/$pkgname.sh
+  install -D -m744 unregister.sh 
"$pkgdir"/usr/share/haskell/unregister/$pkgname.sh
+  runhaskell Setup copy --destdir="$pkgdir"
+  install -D -m644 LICENSE "$pkgdir"/usr/share/licenses/$pkgname/LICENSE
+  rm -f "$pkgdir"/usr/share/doc/$pkgname/LICENSE
+}


[arch-commits] Commit in haskell-universe-reverse-instances/trunk (PKGBUILD)

2021-01-12 Thread Felix Yan via arch-commits
Date: Tuesday, January 12, 2021 @ 19:54:45
  Author: felixonmars
Revision: 820245

upgpkg: haskell-universe-reverse-instances 1.1.1-1: rebuild with 
universe-reverse-instances 1.1.1

Modified:
  haskell-universe-reverse-instances/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2021-01-12 19:52:02 UTC (rev 820244)
+++ PKGBUILD2021-01-12 19:54:45 UTC (rev 820245)
@@ -2,21 +2,17 @@
 
 _hkgname=universe-reverse-instances
 pkgname=haskell-universe-reverse-instances
-pkgver=1.1
-pkgrel=32
+pkgver=1.1.1
+pkgrel=1
 pkgdesc="Instances of standard classes that are made possible by enumerations"
 url="https://github.com/dmwit/universe;
 license=("BSD")
 arch=('x86_64')
 depends=('ghc-libs' 'haskell-universe-base')
-makedepends=('ghc' 'uusi')
+makedepends=('ghc')
 
source=("https://hackage.haskell.org/packages/archive/$_hkgname/$pkgver/$_hkgname-$pkgver.tar.gz;)
-sha256sums=('SKIP')
+sha512sums=('c7f3d10a7b9be605bdc7e51b236240dce781e7674ded90e40998e71ac1765bc8b2c55271063c0e05ed033ea454a264da7fb1ff828283df504fc86ca52db0fda7')
 
-prepare() {
-  uusi $_hkgname-$pkgver/$_hkgname.cabal
-}
-
 build() {
   cd $_hkgname-$pkgver
 


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

2021-01-12 Thread Felix Yan via arch-commits
Date: Tuesday, January 12, 2021 @ 19:51:44
  Author: felixonmars
Revision: 820242

archrelease: copy trunk to community-staging-x86_64

Added:
  haskell-clash-prelude/repos/community-staging-x86_64/
  haskell-clash-prelude/repos/community-staging-x86_64/PKGBUILD
(from rev 820241, haskell-clash-prelude/trunk/PKGBUILD)

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

Copied: haskell-clash-prelude/repos/community-staging-x86_64/PKGBUILD (from rev 
820241, haskell-clash-prelude/trunk/PKGBUILD)
===
--- community-staging-x86_64/PKGBUILD   (rev 0)
+++ community-staging-x86_64/PKGBUILD   2021-01-12 19:51:44 UTC (rev 820242)
@@ -0,0 +1,51 @@
+# Maintainer: Felix Yan 
+
+_hkgname=clash-prelude
+pkgname=haskell-clash-prelude
+pkgver=1.2.5
+pkgrel=37
+pkgdesc="CAES Language for Synchronous Hardware - Prelude library"
+url="https://github.com/clash-lang/clash-prelude;
+license=('BSD')
+arch=('x86_64')
+depends=('ghc-libs' 'haskell-bifunctors' 'haskell-constraints' 
'haskell-data-binary-ieee754'
+ 'haskell-data-default-class' 'haskell-ghc-typelits-extra' 
'haskell-ghc-typelits-knownnat'
+ 'haskell-ghc-typelits-natnormalise' 'haskell-half' 'haskell-hashable'
+ 'haskell-interpolate' 'haskell-lens' 'haskell-quickcheck' 
'haskell-recursion-schemes'
+ 'haskell-reflection' 'haskell-singletons' 'haskell-th-abstraction' 
'haskell-th-lift'
+ 'haskell-text-show' 'haskell-th-orphans' 'haskell-type-errors' 
'haskell-uniplate'
+ 'haskell-vector')
+makedepends=('ghc' 'haskell-cabal-doctest' 'haskell-doctest' 'haskell-hedgehog'
+ 'haskell-hint' 'haskell-quickcheck-classes-base' 'haskell-tasty'
+ 'haskell-tasty-hedgehog' 'haskell-tasty-hunit' 
'haskell-tasty-quickcheck')
+source=(https://hackage.haskell.org/packages/archive/${_hkgname}/${pkgver}/${_hkgname}-${pkgver}.tar.gz)
+sha512sums=('54d11ab7a126f55afbacab12a2b8d33d1489942c16fe5e1a02ea6e7826894569b720f5922e168b8219b6b4dd41bbba45bee375bcf21e7b1084455c4325bd7c4c')
+
+build() {
+cd $_hkgname-$pkgver
+
+runhaskell Setup configure -O --enable-shared --enable-executable-dynamic 
--disable-library-vanilla \
+--prefix=/usr --docdir=/usr/share/doc/$pkgname --enable-tests \
+--dynlibdir=/usr/lib --libsubdir=\$compiler/site-local/\$pkgid
+runhaskell Setup build $MAKEFLAGS
+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
+# TODO
+runhaskell Setup test || echo "Tests failed"
+}
+
+package() {
+cd $_hkgname-$pkgver
+
+install -D -m744 register.sh 
"$pkgdir"/usr/share/haskell/register/$pkgname.sh
+install -D -m744 unregister.sh 
"$pkgdir"/usr/share/haskell/unregister/$pkgname.sh
+runhaskell Setup copy --destdir="$pkgdir"
+install -D -m644 LICENSE "$pkgdir"/usr/share/licenses/$pkgname/LICENSE
+rm -f "$pkgdir"/usr/share/doc/$pkgname/LICENSE
+}


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

2021-01-12 Thread Felix Yan via arch-commits
Date: Tuesday, January 12, 2021 @ 19:51:33
  Author: felixonmars
Revision: 820241

upgpkg: haskell-clash-prelude 1.2.5-37: rebuild with ghc-typelits-extra 0.4.2

Modified:
  haskell-clash-prelude/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2021-01-12 19:40:20 UTC (rev 820240)
+++ PKGBUILD2021-01-12 19:51:33 UTC (rev 820241)
@@ -3,7 +3,7 @@
 _hkgname=clash-prelude
 pkgname=haskell-clash-prelude
 pkgver=1.2.5
-pkgrel=36
+pkgrel=37
 pkgdesc="CAES Language for Synchronous Hardware - Prelude library"
 url="https://github.com/clash-lang/clash-prelude;
 license=('BSD')


[arch-commits] Commit in haskell-ghc-typelits-extra/repos (2 files)

2021-01-12 Thread Felix Yan via arch-commits
Date: Tuesday, January 12, 2021 @ 19:40:20
  Author: felixonmars
Revision: 820240

archrelease: copy trunk to community-staging-x86_64

Added:
  haskell-ghc-typelits-extra/repos/community-staging-x86_64/
  haskell-ghc-typelits-extra/repos/community-staging-x86_64/PKGBUILD
(from rev 820239, haskell-ghc-typelits-extra/trunk/PKGBUILD)

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

Copied: haskell-ghc-typelits-extra/repos/community-staging-x86_64/PKGBUILD 
(from rev 820239, haskell-ghc-typelits-extra/trunk/PKGBUILD)
===
--- community-staging-x86_64/PKGBUILD   (rev 0)
+++ community-staging-x86_64/PKGBUILD   2021-01-12 19:40:20 UTC (rev 820240)
@@ -0,0 +1,43 @@
+# Maintainer: Felix Yan 
+
+_hkgname=ghc-typelits-extra
+pkgname=haskell-ghc-typelits-extra
+pkgver=0.4.2
+pkgrel=1
+pkgdesc="Additional type-level operations on GHC.TypeLits.Nat"
+url="https://github.com/clash-lang/ghc-typelits-extra;
+license=('custom:BSD2')
+arch=('x86_64')
+depends=('ghc-libs' 'haskell-ghc' 'haskell-ghc-tcplugins-extra' 
'haskell-ghc-typelits-knownnat'
+ 'haskell-ghc-typelits-natnormalise')
+makedepends=('ghc' 'haskell-tasty' 'haskell-tasty-hunit')
+source=(https://hackage.haskell.org/packages/archive/${_hkgname}/${pkgver}/${_hkgname}-${pkgver}.tar.gz)
+sha512sums=('1885b697b534466a86bda0b38e12e6334111670da85c33b88d6bf1aba87f9b3d0366999a42a9b37aef4681f43a947f25f19ee7839891fcd0239c9f857344a612')
+
+build() {
+cd $_hkgname-$pkgver
+
+runhaskell Setup configure -O --enable-shared --enable-executable-dynamic 
--disable-library-vanilla \
+--prefix=/usr --docdir=/usr/share/doc/$pkgname --enable-tests \
+--dynlibdir=/usr/lib --libsubdir=\$compiler/site-local/\$pkgid
+runhaskell Setup build $MAKEFLAGS
+runhaskell Setup register --gen-script
+runhaskell Setup unregister --gen-script
+sed -i -r -e "s|ghc-pkg.*update[^ ]* |&'--force' |" register.sh
+sed -i -r -e "s|ghc-pkg.*unregister[^ ]* |&'--force' |" unregister.sh
+}
+
+check() {
+cd $_hkgname-$pkgver
+runhaskell Setup test
+}
+
+package() {
+cd $_hkgname-$pkgver
+
+install -D -m744 register.sh 
"$pkgdir"/usr/share/haskell/register/$pkgname.sh
+install -D -m744 unregister.sh 
"$pkgdir"/usr/share/haskell/unregister/$pkgname.sh
+runhaskell Setup copy --destdir="$pkgdir"
+install -D -m644 LICENSE "$pkgdir"/usr/share/licenses/$pkgname/LICENSE
+rm -f "$pkgdir"/usr/share/doc/$pkgname/LICENSE
+}


  1   2   3   4   >