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

2020-05-03 Thread Daniel M. Capella via arch-commits
Date: Monday, May 4, 2020 @ 05:43:27
  Author: polyzen
Revision: 624694

archrelease: copy trunk to community-any

Added:
  youtube-dl/repos/community-any/PKGBUILD
(from rev 624693, youtube-dl/trunk/PKGBUILD)
Deleted:
  youtube-dl/repos/community-any/PKGBUILD

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

Deleted: PKGBUILD
===
--- PKGBUILD2020-05-04 05:43:08 UTC (rev 624693)
+++ PKGBUILD2020-05-04 05:43:27 UTC (rev 624694)
@@ -1,36 +0,0 @@
-# Maintainer: Jaroslav Lichtblau 
-# Maintainer: Daniel M. Capella 
-# Contributor: Eric Bélanger 
-
-pkgname=youtube-dl
-pkgver=2020.03.24
-pkgrel=1
-pkgdesc="A small command-line program to download videos from YouTube.com and 
a few more sites"
-arch=('any')
-url="https://ytdl-org.github.io/youtube-dl/;
-license=('custom')
-depends=('python' 'python-setuptools')
-optdepends=('ffmpeg: for video post-processing'
-'rtmpdump: for rtmp streams support'
-'atomicparsley: for embedding thumbnails into m4a files'
-'python-pycryptodome: for hlsnative downloader')
-source=("https://youtube-dl.org/downloads/${pkgver}/${pkgname}-${pkgver}.tar.gz"{,.sig})
-sha256sums=('45a398a41e4a06862413d9c8d57e6c1fa0e60660c6f69df928b64f3595568416'
-'SKIP')
-validpgpkeys=('7D33D762FD6C35130481347FDB4B54CBA4826A18'  # Philipp Hagemeister
-  'ED7F5BF46B3BBED81C87368E2C393E0F18A9236D') # Sergey M.
-
-prepare() {
-  cd ${pkgname}
-  sed -i 's|etc/bash_completion.d|share/bash-completion/completions|' setup.py
-  sed -i 's|etc/fish/completions|share/fish/vendor_completions.d|' setup.py
-}
-
-package() {
-  cd ${pkgname}
-  python setup.py install --root="${pkgdir}/" --optimize=1
-  mv 
"${pkgdir}/usr/share/bash-completion/completions/youtube-dl.bash-completion" \
- "${pkgdir}/usr/share/bash-completion/completions/youtube-dl"
-  install -Dm644 youtube-dl.zsh 
"${pkgdir}/usr/share/zsh/site-functions/_youtube-dl"
-  install -Dm644 LICENSE "${pkgdir}/usr/share/licenses/${pkgname}/LICENSE"
-}

Copied: youtube-dl/repos/community-any/PKGBUILD (from rev 624693, 
youtube-dl/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2020-05-04 05:43:27 UTC (rev 624694)
@@ -0,0 +1,36 @@
+# Maintainer: Jaroslav Lichtblau 
+# Maintainer: Daniel M. Capella 
+# Contributor: Eric Bélanger 
+
+pkgname=youtube-dl
+pkgver=2020.05.03
+pkgrel=1
+pkgdesc="A small command-line program to download videos from YouTube.com and 
a few more sites"
+arch=('any')
+url="https://ytdl-org.github.io/youtube-dl/;
+license=('custom')
+depends=('python' 'python-setuptools')
+optdepends=('ffmpeg: for video post-processing'
+'rtmpdump: for rtmp streams support'
+'atomicparsley: for embedding thumbnails into m4a files'
+'python-pycryptodome: for hlsnative downloader')
+source=("https://youtube-dl.org/downloads/${pkgver}/${pkgname}-${pkgver}.tar.gz"{,.sig})
+sha256sums=('545dbb8f969f911cb8dd120cfb09f8f3156948ae96039dc964731b5a57982f62'
+'SKIP')
+validpgpkeys=('7D33D762FD6C35130481347FDB4B54CBA4826A18'  # Philipp Hagemeister
+  'ED7F5BF46B3BBED81C87368E2C393E0F18A9236D') # Sergey M.
+
+prepare() {
+  cd ${pkgname}
+  sed -i 's|etc/bash_completion.d|share/bash-completion/completions|' setup.py
+  sed -i 's|etc/fish/completions|share/fish/vendor_completions.d|' setup.py
+}
+
+package() {
+  cd ${pkgname}
+  python setup.py install --root="${pkgdir}/" --optimize=1
+  mv 
"${pkgdir}/usr/share/bash-completion/completions/youtube-dl.bash-completion" \
+ "${pkgdir}/usr/share/bash-completion/completions/youtube-dl"
+  install -Dm644 youtube-dl.zsh 
"${pkgdir}/usr/share/zsh/site-functions/_youtube-dl"
+  install -Dm644 LICENSE "${pkgdir}/usr/share/licenses/${pkgname}/LICENSE"
+}


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

2020-05-03 Thread Daniel M. Capella via arch-commits
Date: Monday, May 4, 2020 @ 05:43:08
  Author: polyzen
Revision: 624693

upgpkg: youtube-dl 2020.05.03-1

Modified:
  youtube-dl/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2020-05-04 05:36:00 UTC (rev 624692)
+++ PKGBUILD2020-05-04 05:43:08 UTC (rev 624693)
@@ -3,7 +3,7 @@
 # Contributor: Eric Bélanger 
 
 pkgname=youtube-dl
-pkgver=2020.03.24
+pkgver=2020.05.03
 pkgrel=1
 pkgdesc="A small command-line program to download videos from YouTube.com and 
a few more sites"
 arch=('any')
@@ -15,7 +15,7 @@
 'atomicparsley: for embedding thumbnails into m4a files'
 'python-pycryptodome: for hlsnative downloader')
 
source=("https://youtube-dl.org/downloads/${pkgver}/${pkgname}-${pkgver}.tar.gz"{,.sig})
-sha256sums=('45a398a41e4a06862413d9c8d57e6c1fa0e60660c6f69df928b64f3595568416'
+sha256sums=('545dbb8f969f911cb8dd120cfb09f8f3156948ae96039dc964731b5a57982f62'
 'SKIP')
 validpgpkeys=('7D33D762FD6C35130481347FDB4B54CBA4826A18'  # Philipp Hagemeister
   'ED7F5BF46B3BBED81C87368E2C393E0F18A9236D') # Sergey M.


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

2020-05-03 Thread Evangelos Foutras via arch-commits
Date: Monday, May 4, 2020 @ 05:36:00
  Author: foutrelis
Revision: 624692

archrelease: copy trunk to community-x86_64

Added:
  handbrake/repos/community-x86_64/PKGBUILD
(from rev 624691, handbrake/trunk/PKGBUILD)
Deleted:
  handbrake/repos/community-x86_64/PKGBUILD

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

Deleted: PKGBUILD
===
--- PKGBUILD2020-05-04 05:35:51 UTC (rev 624691)
+++ PKGBUILD2020-05-04 05:36:00 UTC (rev 624692)
@@ -1,54 +0,0 @@
-# Maintainer: Evangelos Foutras 
-# Contributor: Giovanni Scafora 
-# Contributor: Sebastien Piccand 
-
-pkgname=('handbrake' 'handbrake-cli')
-pkgver=1.3.1
-pkgrel=1
-arch=('x86_64')
-url="https://handbrake.fr/;
-license=('GPL')
-_commondeps=('libxml2' 'libass' 'libvorbis' 'opus' 'speex' 'libtheora' 'lame'
- 'x264' 'jansson' 'libvpx' 'libva' 'numactl'
- 'bzip2' 'gcc-libs' 'zlib' 'xz')
-_guideps=('gst-plugins-base' 'gtk3' 'librsvg' 'libgudev')
-makedepends=('intltool' 'python' 'nasm' 'wget' 'cmake' 'meson'
- "${_commondeps[@]}" "${_guideps[@]}")
-source=(https://download.handbrake.fr/releases/$pkgver/HandBrake-$pkgver-source.tar.bz2{,.sig})
-sha256sums=('c005de993af4123babbb60f7d12f6ff46fb7eea26ff0a3556034683901ce2c27'
-'SKIP')
-validpgpkeys+=('1629C061B3DDE7EB4AE34B81021DB8B44E4A8645') # HandBrake Team 

-
-build() {
-  cd "$srcdir/HandBrake-$pkgver"
-
-  ./configure \
---prefix=/usr \
---enable-qsv
-  make -C build
-}
-
-package_handbrake() {
-  pkgdesc="Multithreaded video transcoder"
-  depends=('desktop-file-utils' 'hicolor-icon-theme'
-   "${_commondeps[@]}" "${_guideps[@]}")
-  optdepends=('gst-plugins-good: for video previews'
-  'gst-libav: for video previews'
-  'libdvdcss: for decoding encrypted DVDs')
-
-  cd "$srcdir/HandBrake-$pkgver/build"
-
-  make DESTDIR="$pkgdir" install
-  rm "$pkgdir/usr/bin/HandBrakeCLI"
-}
-
-package_handbrake-cli() {
-  pkgdesc="Multithreaded video transcoder (CLI)"
-  depends=("${_commondeps[@]}")
-  optdepends=('libdvdcss: for decoding encrypted DVDs')
-
-  cd "$srcdir/HandBrake-$pkgver/build"
-  install -D HandBrakeCLI "$pkgdir/usr/bin/HandBrakeCLI"
-}
-
-# vim:set ts=2 sw=2 et:

Copied: handbrake/repos/community-x86_64/PKGBUILD (from rev 624691, 
handbrake/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2020-05-04 05:36:00 UTC (rev 624692)
@@ -0,0 +1,54 @@
+# Maintainer: Evangelos Foutras 
+# Contributor: Giovanni Scafora 
+# Contributor: Sebastien Piccand 
+
+pkgname=('handbrake' 'handbrake-cli')
+pkgver=1.3.2
+pkgrel=1
+arch=('x86_64')
+url="https://handbrake.fr/;
+license=('GPL')
+_commondeps=('libxml2' 'libass' 'libvorbis' 'opus' 'speex' 'libtheora' 'lame'
+ 'x264' 'jansson' 'libvpx' 'libva' 'numactl'
+ 'bzip2' 'gcc-libs' 'zlib' 'xz')
+_guideps=('gst-plugins-base' 'gtk3' 'librsvg' 'libgudev')
+makedepends=('intltool' 'python' 'nasm' 'wget' 'cmake' 'meson'
+ "${_commondeps[@]}" "${_guideps[@]}")
+source=(https://github.com/HandBrake/HandBrake/releases/download/$pkgver/HandBrake-$pkgver-source.tar.bz2{,.sig})
+sha256sums=('ec6feba97f426d545ec56cf1472eae5795d768bc1aec56c23bb76fc6b2ecf270'
+'SKIP')
+validpgpkeys+=('1629C061B3DDE7EB4AE34B81021DB8B44E4A8645') # HandBrake Team 

+
+build() {
+  cd "$srcdir/HandBrake-$pkgver"
+
+  ./configure \
+--prefix=/usr \
+--enable-qsv
+  make -C build
+}
+
+package_handbrake() {
+  pkgdesc="Multithreaded video transcoder"
+  depends=('desktop-file-utils' 'hicolor-icon-theme'
+   "${_commondeps[@]}" "${_guideps[@]}")
+  optdepends=('gst-plugins-good: for video previews'
+  'gst-libav: for video previews'
+  'libdvdcss: for decoding encrypted DVDs')
+
+  cd "$srcdir/HandBrake-$pkgver/build"
+
+  make DESTDIR="$pkgdir" install
+  rm "$pkgdir/usr/bin/HandBrakeCLI"
+}
+
+package_handbrake-cli() {
+  pkgdesc="Multithreaded video transcoder (CLI)"
+  depends=("${_commondeps[@]}")
+  optdepends=('libdvdcss: for decoding encrypted DVDs')
+
+  cd "$srcdir/HandBrake-$pkgver/build"
+  install -D HandBrakeCLI "$pkgdir/usr/bin/HandBrakeCLI"
+}
+
+# vim:set ts=2 sw=2 et:


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

2020-05-03 Thread Evangelos Foutras via arch-commits
Date: Monday, May 4, 2020 @ 05:35:51
  Author: foutrelis
Revision: 624691

upgpkg: handbrake 1.3.2-1: new upstream release

Modified:
  handbrake/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2020-05-04 05:34:07 UTC (rev 624690)
+++ PKGBUILD2020-05-04 05:35:51 UTC (rev 624691)
@@ -3,7 +3,7 @@
 # Contributor: Sebastien Piccand 
 
 pkgname=('handbrake' 'handbrake-cli')
-pkgver=1.3.1
+pkgver=1.3.2
 pkgrel=1
 arch=('x86_64')
 url="https://handbrake.fr/;
@@ -14,8 +14,8 @@
 _guideps=('gst-plugins-base' 'gtk3' 'librsvg' 'libgudev')
 makedepends=('intltool' 'python' 'nasm' 'wget' 'cmake' 'meson'
  "${_commondeps[@]}" "${_guideps[@]}")
-source=(https://download.handbrake.fr/releases/$pkgver/HandBrake-$pkgver-source.tar.bz2{,.sig})
-sha256sums=('c005de993af4123babbb60f7d12f6ff46fb7eea26ff0a3556034683901ce2c27'
+source=(https://github.com/HandBrake/HandBrake/releases/download/$pkgver/HandBrake-$pkgver-source.tar.bz2{,.sig})
+sha256sums=('ec6feba97f426d545ec56cf1472eae5795d768bc1aec56c23bb76fc6b2ecf270'
 'SKIP')
 validpgpkeys+=('1629C061B3DDE7EB4AE34B81021DB8B44E4A8645') # HandBrake Team 

 


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

2020-05-03 Thread Felix Yan via arch-commits
Date: Monday, May 4, 2020 @ 05:27:21
  Author: felixonmars
Revision: 624684

archrelease: copy trunk to community-staging-x86_64

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

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

Copied: shellcheck/repos/community-staging-x86_64/PKGBUILD (from rev 624683, 
shellcheck/trunk/PKGBUILD)
===
--- community-staging-x86_64/PKGBUILD   (rev 0)
+++ community-staging-x86_64/PKGBUILD   2020-05-04 05:27:21 UTC (rev 624684)
@@ -0,0 +1,51 @@
+# Maintainer: Felix Yan 
+# Contributor: Arch Haskell Team 
+
+_hkgname=ShellCheck
+pkgname=shellcheck
+pkgver=0.7.1
+pkgrel=8
+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
+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)

2020-05-03 Thread Felix Yan via arch-commits
Date: Monday, May 4, 2020 @ 05:27:13
  Author: felixonmars
Revision: 624683

upgpkg: shellcheck 0.7.1-8: rebuild with ipynb 0.1.0.1

Modified:
  shellcheck/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2020-05-04 05:24:19 UTC (rev 624682)
+++ PKGBUILD2020-05-04 05:27:13 UTC (rev 624683)
@@ -4,7 +4,7 @@
 _hkgname=ShellCheck
 pkgname=shellcheck
 pkgver=0.7.1
-pkgrel=7
+pkgrel=8
 pkgdesc="Shell script analysis tool"
 url="https://www.shellcheck.net;
 license=("GPL")


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

2020-05-03 Thread Felix Yan via arch-commits
Date: Monday, May 4, 2020 @ 05:24:19
  Author: felixonmars
Revision: 624682

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

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

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


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

2020-05-03 Thread Felix Yan via arch-commits
Date: Monday, May 4, 2020 @ 05:24:10
  Author: felixonmars
Revision: 624681

upgpkg: pandoc-crossref 0.3.6.2-85: rebuild with ipynb 0.1.0.1

Modified:
  pandoc-crossref/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2020-05-04 05:22:48 UTC (rev 624680)
+++ PKGBUILD2020-05-04 05:24:10 UTC (rev 624681)
@@ -3,7 +3,7 @@
 
 pkgname=pandoc-crossref
 pkgver=0.3.6.2
-pkgrel=84
+pkgrel=85
 pkgdesc="Pandoc filter for cross-references"
 url="https://hackage.haskell.org/package/${pkgname};
 license=("GPL2")


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

2020-05-03 Thread Felix Yan via arch-commits
Date: Monday, May 4, 2020 @ 05:22:48
  Author: felixonmars
Revision: 624680

archrelease: copy trunk to community-staging-x86_64

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

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

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


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

2020-05-03 Thread Felix Yan via arch-commits
Date: Monday, May 4, 2020 @ 05:22:39
  Author: felixonmars
Revision: 624679

upgpkg: haskell-hakyll 4.13.3.0-14: rebuild with ipynb 0.1.0.1

Modified:
  haskell-hakyll/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2020-05-04 05:21:11 UTC (rev 624678)
+++ PKGBUILD2020-05-04 05:22:39 UTC (rev 624679)
@@ -4,7 +4,7 @@
 _hkgname=hakyll
 pkgname=haskell-hakyll
 pkgver=4.13.3.0
-pkgrel=13
+pkgrel=14
 pkgdesc="A static website compiler library"
 url="https://jaspervdj.be/hakyll;
 license=("BSD")


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

2020-05-03 Thread Felix Yan via arch-commits
Date: Monday, May 4, 2020 @ 05:21:11
  Author: felixonmars
Revision: 624678

archrelease: copy trunk to community-staging-x86_64

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

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

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


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

2020-05-03 Thread Felix Yan via arch-commits
Date: Monday, May 4, 2020 @ 05:21:02
  Author: felixonmars
Revision: 624677

upgpkg: pandoc-citeproc 0.17-90: rebuild with ipynb 0.1.0.1

Modified:
  pandoc-citeproc/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2020-05-04 05:18:07 UTC (rev 624676)
+++ PKGBUILD2020-05-04 05:21:02 UTC (rev 624677)
@@ -3,7 +3,7 @@
 
 pkgname=pandoc-citeproc
 pkgver=0.17
-pkgrel=89
+pkgrel=90
 pkgdesc="Supports using pandoc with citeproc"
 url="https://hackage.haskell.org/package/$pkgname;
 license=("BSD")


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

2020-05-03 Thread Felix Yan via arch-commits
Date: Monday, May 4, 2020 @ 05:17:58
  Author: felixonmars
Revision: 624675

upgpkg: pandoc 2.9.2.1-29: rebuild with ipynb 0.1.0.1

Modified:
  pandoc/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2020-05-04 05:08:16 UTC (rev 624674)
+++ PKGBUILD2020-05-04 05:17:58 UTC (rev 624675)
@@ -3,7 +3,7 @@
 
 pkgname=pandoc
 pkgver=2.9.2.1
-pkgrel=28
+pkgrel=29
 pkgdesc='Conversion between markup formats'
 url='https://pandoc.org'
 license=('GPL')


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

2020-05-03 Thread Felix Yan via arch-commits
Date: Monday, May 4, 2020 @ 05:18:07
  Author: felixonmars
Revision: 624676

archrelease: copy trunk to community-staging-x86_64

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

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

Copied: pandoc/repos/community-staging-x86_64/PKGBUILD (from rev 624675, 
pandoc/trunk/PKGBUILD)
===
--- community-staging-x86_64/PKGBUILD   (rev 0)
+++ community-staging-x86_64/PKGBUILD   2020-05-04 05:18:07 UTC (rev 624676)
@@ -0,0 +1,72 @@
+# Maintainer: Felix Yan 
+# Contributor: Arch Haskell Team 
+
+pkgname=pandoc
+pkgver=2.9.2.1
+pkgrel=29
+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-cmark-gfm' 'haskell-data-default' 
'haskell-doclayout'
+ 'haskell-doctemplates' 'haskell-emojis' '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-vector' 'haskell-xml' 'haskell-zlib')
+optdepends=('pandoc-citeproc: for citation rendering with pandoc-citeproc 
filter'
+'pandoc-crossref: for numbering figures, equations, tables and 
cross-references to them with pandoc-crossref filter'
+'texlive-core: for pdf output')
+conflicts=('haskell-pandoc')
+replaces=('haskell-pandoc')
+makedepends=('ghc' 'haskell-diff' 'haskell-tasty' 'haskell-tasty-hunit' 
'haskell-tasty-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;
+
pandoc-revert-noprelude.patch::https://github.com/jgm/pandoc/commit/a9ef15bbd574bf09827c2c25ef1cd3efaf288f7c.patch)
+sha512sums=('35ac491a7e0a2f6d8fe0f2c2ffe265748b13920904e974f88c92b3f82edb2f1c03e28ebef1bc344ead13d566117a5e50707a68edc49f95159157f974210b23b2'
+
'ca91b56003c02cd10cc9a073f63eac6e3d4371ebec80bb85500ea67e8aa0ac8938fb5487651ad72e6f964b9d5266c1578e649323e3390037fb87b443850eb4e1')
+
+prepare() {
+cd "${srcdir}/$pkgname-${pkgver}"
+patch -p1 -i ../pandoc-revert-noprelude.patch
+sed -i 's/< 1.1/< 1.2/;s/< *2.14/<3/' $pkgname.cabal
+
+# TODO: find a better solution
+sed -i "s|let env' = dynlibEnv ++ |let env' = dynlibEnv ++ 
[(\"LD_LIBRARY_PATH\", \"$PWD/dist/build\")] ++ |" test/Tests/Command.hs
+}
+
+build() {
+cd "${srcdir}/${pkgname}-${pkgver}"
+
+runhaskell Setup configure -O --enable-shared --enable-executable-dynamic 
--disable-library-vanilla \
+--prefix=/usr --docdir="/usr/share/doc/${pkgbase}" 
--datasubdir="$pkgname" --enable-tests \
+--dynlibdir=/usr/lib --libsubdir=\$compiler/site-local/\$pkgid \
+-f-trypandoc -f-embed_data_files -f-static
+runhaskell Setup build
+runhaskell Setup register --gen-script
+runhaskell Setup unregister --gen-script
+sed -i -r -e "s|ghc-pkg.*update[^ ]* |&'--force' |" register.sh
+sed -i -r -e "s|ghc-pkg.*unregister[^ ]* |&'--force' |" unregister.sh
+}
+
+check() {
+cd "${srcdir}/${pkgname}-${pkgver}"
+LC_CTYPE=en_US.UTF-8 runhaskell Setup test || warning "Tests failed"
+}
+
+package() {
+cd "${srcdir}/${pkgbase}-${pkgver}"
+install -D -m744 register.sh   
"${pkgdir}/usr/share/haskell/register/${pkgname}.sh"
+install -D -m744 unregister.sh 
"${pkgdir}/usr/share/haskell/unregister/${pkgname}.sh"
+runhaskell Setup copy --destdir="${pkgdir}"
+rm "${pkgdir}/usr/share/doc/${pkgname}/COPYING.md"
+install -Dm644 man/pandoc.1 "${pkgdir}"/usr/share/man/man1/pandoc.1
+}


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

2020-05-03 Thread Felix Yan via arch-commits
Date: Monday, May 4, 2020 @ 05:08:08
  Author: felixonmars
Revision: 624673

upgpkg: python-httpretty 1.0.0-1

Modified:
  python-httpretty/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2020-05-04 05:00:31 UTC (rev 624672)
+++ PKGBUILD2020-05-04 05:08:08 UTC (rev 624673)
@@ -1,9 +1,8 @@
 # Maintainer: Felix Yan 
 
 pkgname=python-httpretty
-pkgver=0.9.7
-_commit=c9d0ab7ddeb8f15769e358d4549e4f8c9053fb56
-pkgrel=2
+pkgver=1.0.0
+pkgrel=1
 pkgdesc="HTTP client mock for Python"
 arch=('any')
 url="https://github.com/gabrielfalcao/httpretty;
@@ -10,15 +9,11 @@
 license=('MIT')
 depends=('python-urllib3')
 makedepends=('python-setuptools')
-checkdepends=('python-nose' 'python-coverage' 'python-mock' 'python-sure' 
'python-tornado'
-  'python-requests' 'python-httplib2' 'python-nose-randomly' 
'python-rednose')
-source=("$pkgname-$_commit.tar.gz::https://github.com/gabrielfalcao/HTTPretty/archive/$_commit.tar.gz;)
-sha512sums=('6a20c7c78b402ed2c38719dc94490495852d83284fba101a6f7448940afcd62035a90ec9955b6abcc711e2791331404bdf6e1e2f7979186c6513a74fd9273de3')
+checkdepends=('python-nose' 'python-coverage' 'python-eventlet' 
'python-freezegun' 'python-httplib2'
+  'python-redis' 'python-rednose' 'python-requests' 'python-sure' 
'python-tornado')
+source=("$pkgname-$pkgver.tar.gz::https://github.com/gabrielfalcao/HTTPretty/archive/$pkgver.tar.gz;)
+sha512sums=('3f34af2c67d4b30e7f4a241f6f47416350313787f571ec4f5603a99be4a2fbbd3c977767422f4460da4009e6b9fa8dac8f408b02917525a5628dd63b1e29058b')
 
-prepare() {
-  mv HTTPretty-{$_commit,$pkgver}
-}
-
 check() {
   cd HTTPretty-$pkgver
   nosetests3 -s tests


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

2020-05-03 Thread Felix Yan via arch-commits
Date: Monday, May 4, 2020 @ 05:08:16
  Author: felixonmars
Revision: 624674

archrelease: copy trunk to community-testing-any

Added:
  python-httpretty/repos/community-testing-any/
  python-httpretty/repos/community-testing-any/PKGBUILD
(from rev 624673, python-httpretty/trunk/PKGBUILD)

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

Copied: python-httpretty/repos/community-testing-any/PKGBUILD (from rev 624673, 
python-httpretty/trunk/PKGBUILD)
===
--- community-testing-any/PKGBUILD  (rev 0)
+++ community-testing-any/PKGBUILD  2020-05-04 05:08:16 UTC (rev 624674)
@@ -0,0 +1,26 @@
+# Maintainer: Felix Yan 
+
+pkgname=python-httpretty
+pkgver=1.0.0
+pkgrel=1
+pkgdesc="HTTP client mock for Python"
+arch=('any')
+url="https://github.com/gabrielfalcao/httpretty;
+license=('MIT')
+depends=('python-urllib3')
+makedepends=('python-setuptools')
+checkdepends=('python-nose' 'python-coverage' 'python-eventlet' 
'python-freezegun' 'python-httplib2'
+  'python-redis' 'python-rednose' 'python-requests' 'python-sure' 
'python-tornado')
+source=("$pkgname-$pkgver.tar.gz::https://github.com/gabrielfalcao/HTTPretty/archive/$pkgver.tar.gz;)
+sha512sums=('3f34af2c67d4b30e7f4a241f6f47416350313787f571ec4f5603a99be4a2fbbd3c977767422f4460da4009e6b9fa8dac8f408b02917525a5628dd63b1e29058b')
+
+check() {
+  cd HTTPretty-$pkgver
+  nosetests3 -s tests
+}
+
+package_python-httpretty() {
+  cd HTTPretty-$pkgver
+  python3 setup.py install --root="$pkgdir" --optimize=1
+  install -Dm644 COPYING "$pkgdir"/usr/share/licenses/$pkgname/COPYING
+}


[arch-commits] Commit in haskell-ipynb/trunk (PKGBUILD base64-bytestring-1.1.patch)

2020-05-03 Thread Felix Yan via arch-commits
Date: Monday, May 4, 2020 @ 05:00:21
  Author: felixonmars
Revision: 624671

upgpkg: haskell-ipynb 0.1.0.1-1: rebuild with ipynb 0.1.0.1

Modified:
  haskell-ipynb/trunk/PKGBUILD
Deleted:
  haskell-ipynb/trunk/base64-bytestring-1.1.patch

-+
 PKGBUILD|   15 +-
 base64-bytestring-1.1.patch |   99 --
 2 files changed, 4 insertions(+), 110 deletions(-)

Modified: PKGBUILD
===
--- PKGBUILD2020-05-04 04:23:16 UTC (rev 624670)
+++ PKGBUILD2020-05-04 05:00:21 UTC (rev 624671)
@@ -2,8 +2,8 @@
 
 _hkgname=ipynb
 pkgname=haskell-ipynb
-pkgver=0.1
-pkgrel=177
+pkgver=0.1.0.1
+pkgrel=1
 pkgdesc="Data structure for working with Jupyter notebooks (ipynb)"
 url="https://github.com/jgm/ipynb;
 license=('BSD')
@@ -11,16 +11,9 @@
 depends=('ghc-libs' 'haskell-aeson' 'haskell-base64-bytestring' 
'haskell-unordered-containers')
 makedepends=('ghc' 'haskell-aeson-diff' 'haskell-microlens' 
'haskell-microlens-aeson'
  'haskell-tasty' 'haskell-tasty-hunit' 'haskell-vector')
-source=(https://hackage.haskell.org/packages/archive/${_hkgname}/${pkgver}/${_hkgname}-${pkgver}.tar.gz
-base64-bytestring-1.1.patch)
-sha512sums=('8717dac6496905afc5e8735abc3b3a4a90b171253b035efa0751a6311b901caad563fdfeaa455987c1307d0532273ab80be37256562143db575f13c326843bf4'
-
'705d0d71fb94d139c5e0ef8de9f72c15b9f3152e7417cacbf12519a4270e6ee6b1e4e929062337ada9a3d776741e95a2cafee79ebbe3ac038e5073ca94f14602')
+source=(https://hackage.haskell.org/packages/archive/${_hkgname}/${pkgver}/${_hkgname}-${pkgver}.tar.gz)
+sha512sums=('b1e547ac9353c84619832c723586146d2fd72c85c75d11b9ff99c16852ae2dfd1a2d61382ab9cc54bc9ad2bf8e1c3c0a8dc50d49c034d525e7a3393057a0275b')
 
-prepare() {
-cd $_hkgname-$pkgver
-patch -p1 -i ../base64-bytestring-1.1.patch
-}
-
 build() {
 cd $_hkgname-$pkgver
 

Deleted: base64-bytestring-1.1.patch
===
--- base64-bytestring-1.1.patch 2020-05-04 04:23:16 UTC (rev 624670)
+++ base64-bytestring-1.1.patch 2020-05-04 05:00:21 UTC (rev 624671)
@@ -1,99 +0,0 @@
 ipynb-0.1/test/roundtrip.hs.orig   2020-04-26 07:02:19.792033245 +0800
-+++ ipynb-0.1/test/roundtrip.hs2020-04-26 07:02:34.438786334 +0800
-@@ -49,7 +49,7 @@
-case Base64.decode (TE.encodeUtf8 (T.filter (/='\n') t)) of
- Left _  -> String t  -- textual
- Right b -> String $
--  TE.decodeUtf8 . Base64.joinWith "\n" 76 . Base64.encode $ b
-+  TE.decodeUtf8 . joinWith "\n" 76 . Base64.encode $ b
-  go v = v
-
- rtTest :: FilePath -> TestTree
 ipynb-0.1/src/Data/Ipynb.hs.orig   2020-04-26 07:00:34.408032416 +0800
-+++ ipynb-0.1/src/Data/Ipynb.hs2020-04-26 07:47:18.956882066 +0800
-@@ -1,3 +1,4 @@
-+{-# LANGUAGE BangPatterns   #-}
- {-# LANGUAGE CPP#-}
- {-# LANGUAGE DeriveGeneric  #-}
- {-# LANGUAGE FlexibleContexts   #-}
-@@ -38,13 +39,17 @@
-   , MimeData(..)
-   , MimeBundle(..)
-   , breakLines
-+  , joinWith
-   )
- where
- import Control.Applicative ((<|>))
-+import Control.Exception (assert)
- import Control.Monad (when)
- import Data.Aeson as Aeson
- import qualified Data.Aeson.Types as Aeson
- import Data.ByteString (ByteString)
-+import qualified Data.ByteString as B
-+import Data.ByteString.Internal
- import qualified Data.ByteString.Base64 as Base64
- import Data.Char (isSpace)
- import qualified Data.HashMap.Strict as HM
-@@ -54,6 +59,8 @@
- import Data.Text (Text)
- import qualified Data.Text as T
- import qualified Data.Text.Encoding as TE
-+import Foreign.ForeignPtr (withForeignPtr)
-+import Foreign.Ptr (minusPtr, plusPtr)
- import GHC.Generics
- import Prelude
- #if MIN_VERSION_base(4,11,0)
-@@ -480,10 +487,52 @@
- Left _  -> return (mt, TextualData t)
- Right b -> return (mt, BinaryData b)
- 
-+-- | Efficiently intersperse a terminator string into another at
-+-- regular intervals, and terminate the input with it.
-+--
-+-- Examples:
-+--
-+-- > joinWith "|" 2 "" = "--|--|"
-+--
-+-- > joinWith "\r\n" 3 "foobarbaz" = "foo\r\nbar\r\nbaz\r\n"
-+-- > joinWith "x" 3 "fo" = "fox"
-+joinWith :: ByteString  -- ^ String to intersperse and end with
-+ -> Int -- ^ Interval at which to intersperse, in bytes
-+ -> ByteString  -- ^ String to transform
-+ -> ByteString
-+joinWith brk@(PS bfp boff blen) every' bs@(PS sfp soff slen)
-+| every' <= 0 = error "invalid interval"
-+| blen <= 0  = bs
-+| B.null bs = brk
-+| otherwise =
-+  unsafeCreate dlen $ \dptr ->
-+withForeignPtr bfp $ \bptr -> do
-+  withForeignPtr sfp $ \sptr -> do
-+  let bp = bptr `plusPtr` boff
-+  sp0 = sptr `plusPtr` soff
-+   

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

2020-05-03 Thread Felix Yan via arch-commits
Date: Monday, May 4, 2020 @ 05:00:31
  Author: felixonmars
Revision: 624672

archrelease: copy trunk to community-staging-x86_64

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

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

Copied: haskell-ipynb/repos/community-staging-x86_64/PKGBUILD (from rev 624671, 
haskell-ipynb/trunk/PKGBUILD)
===
--- community-staging-x86_64/PKGBUILD   (rev 0)
+++ community-staging-x86_64/PKGBUILD   2020-05-04 05:00:31 UTC (rev 624672)
@@ -0,0 +1,43 @@
+# Maintainer: Felix Yan 
+
+_hkgname=ipynb
+pkgname=haskell-ipynb
+pkgver=0.1.0.1
+pkgrel=1
+pkgdesc="Data structure for working with Jupyter notebooks (ipynb)"
+url="https://github.com/jgm/ipynb;
+license=('BSD')
+arch=('x86_64')
+depends=('ghc-libs' 'haskell-aeson' 'haskell-base64-bytestring' 
'haskell-unordered-containers')
+makedepends=('ghc' 'haskell-aeson-diff' 'haskell-microlens' 
'haskell-microlens-aeson'
+ 'haskell-tasty' 'haskell-tasty-hunit' 'haskell-vector')
+source=(https://hackage.haskell.org/packages/archive/${_hkgname}/${pkgver}/${_hkgname}-${pkgver}.tar.gz)
+sha512sums=('b1e547ac9353c84619832c723586146d2fd72c85c75d11b9ff99c16852ae2dfd1a2d61382ab9cc54bc9ad2bf8e1c3c0a8dc50d49c034d525e7a3393057a0275b')
+
+build() {
+cd $_hkgname-$pkgver
+
+runhaskell Setup configure -O --enable-shared --enable-executable-dynamic 
--disable-library-vanilla \
+--prefix=/usr --docdir=/usr/share/doc/$pkgname --enable-tests \
+--dynlibdir=/usr/lib --libsubdir=\$compiler/site-local/\$pkgid
+runhaskell Setup build
+runhaskell Setup register --gen-script
+runhaskell Setup unregister --gen-script
+sed -i -r -e "s|ghc-pkg.*update[^ ]* |&'--force' |" register.sh
+sed -i -r -e "s|ghc-pkg.*unregister[^ ]* |&'--force' |" unregister.sh
+}
+
+check() {
+cd $_hkgname-$pkgver
+runhaskell Setup test
+}
+
+package() {
+cd $_hkgname-$pkgver
+
+install -D -m744 register.sh 
"$pkgdir"/usr/share/haskell/register/$pkgname.sh
+install -D -m744 unregister.sh 
"$pkgdir"/usr/share/haskell/unregister/$pkgname.sh
+runhaskell Setup copy --destdir="$pkgdir"
+install -D -m644 LICENSE "$pkgdir"/usr/share/licenses/$pkgname/LICENSE
+rm -f "$pkgdir"/usr/share/doc/$pkgname/LICENSE
+}


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

2020-05-03 Thread Felix Yan via arch-commits
Date: Monday, May 4, 2020 @ 04:23:16
  Author: felixonmars
Revision: 624670

archrelease: copy trunk to community-x86_64

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

---+
 PKGBUILD  |  160 
 stack.install |8 +-
 2 files changed, 84 insertions(+), 84 deletions(-)

Deleted: PKGBUILD
===
--- PKGBUILD2020-05-04 04:23:02 UTC (rev 624669)
+++ PKGBUILD2020-05-04 04:23:16 UTC (rev 624670)
@@ -1,80 +0,0 @@
-# Maintainer: Felix Yan 
-# Contributor: Arch Haskell Team 
-
-pkgname=stack
-pkgver=2.3.0.1
-pkgrel=11
-pkgdesc="The Haskell Tool Stack"
-url="https://github.com/commercialhaskell/stack;
-license=("BSD")
-arch=('x86_64')
-depends=('ghc-libs' 'haskell-aeson' 'haskell-annotated-wl-pprint' 
'haskell-ansi-terminal'
- 'haskell-async' 'haskell-attoparsec' 'haskell-base64-bytestring' 
'haskell-casa-client'
- 'haskell-casa-types' 'haskell-colour' 'haskell-conduit' 
'haskell-conduit-extra'
- 'haskell-cryptonite' 'haskell-cryptonite-conduit' 'haskell-echo'
- 'haskell-extra' 'haskell-file-embed' 'haskell-filelock' 
'haskell-fsnotify'
- 'haskell-generic-deriving' 'haskell-githash' 
'haskell-hackage-security' 'haskell-hashable'
- 'haskell-hi-file-parser' 'haskell-hpack' 'haskell-http-client' 
'haskell-http-client-tls'
- 'haskell-http-conduit' 'haskell-http-download' 'haskell-http-types' 
'haskell-memory'
- 'haskell-microlens' 'haskell-mintty' 'haskell-mono-traversable' 
'haskell-mustache'
- 'haskell-neat-interpolation' 'haskell-network-uri' 
'haskell-open-browser'
- 'haskell-optparse-applicative' 'haskell-optparse-generic' 
'haskell-optparse-simple'
- 'haskell-pantry' 'haskell-path' 'haskell-path-io' 'haskell-persistent'
- 'haskell-persistent-sqlite' 'haskell-persistent-template' 
'haskell-primitive'
- 'haskell-project-template' 'haskell-regex-applicative-text' 
'haskell-retry' 'haskell-rio'
- 'haskell-rio-prettyprint' 'haskell-split' 'haskell-streaming-commons' 
'haskell-tar'
- 'haskell-temporary' 'haskell-text-metrics' 'haskell-th-reify-many' 
'haskell-tls'
- 'haskell-typed-process' 'haskell-unicode-transforms' 
'haskell-unix-compat'
- 'haskell-unliftio' 'haskell-unordered-containers' 'haskell-vector' 
'haskell-yaml'
- 'haskell-zip-archive' 'haskell-zlib')
-makedepends=('ghc' 'git' 'haskell-quickcheck' 'haskell-hspec' 
'haskell-raw-strings-qq'
- 'haskell-smallcheck')
-checkdepends=('cabal-install')
-conflicts=('haskell-stack')
-replaces=('haskell-stack')
-install="stack.install"
-source=("git+https://github.com/commercialhaskell/stack.git#tag=v$pkgver;)
-sha512sums=('SKIP')
-
-prepare() {
-  cd $pkgname
-  hpack
-  sed -i -e '/semigroups/d' $pkgname.cabal
-
-  sed -i 's/map show errs/map show (toList errs)/' src/Stack/SDist.hs
-}
-
-build() {
-  cd $pkgname
-
-  runhaskell Setup configure -O --enable-shared --enable-executable-dynamic 
--disable-library-vanilla \
---prefix=/usr --docdir="/usr/share/doc/${pkgname}" --enable-tests \
---dynlibdir=/usr/lib --libsubdir=\$compiler/site-local/\$pkgid \
-  -f-disable-git-info -f-integration-tests -f-static 
-f-hide-dependency-versions -f-supported-build \
-  --ghc-option='-pie'
-  runhaskell Setup build
-  runhaskell Setup register --gen-script
-  runhaskell Setup unregister --gen-script
-  sed -i -r -e "s|ghc-pkg.*update[^ ]* |&'--force' |" register.sh
-  sed -i -r -e "s|ghc-pkg.*unregister[^ ]* |&'--force' |" unregister.sh
-}
-
-check() {
-  cd $pkgname
-  # cabal update
-  LD_LIBRARY_PATH="$PWD"/dist/build PATH="$PWD"/dist/build/stack:"$PATH" 
runhaskell Setup test
-  # Integration tests will result in 4 failures on Arch currently
-}
-
-package() {
-  cd $pkgname
-
-  install -D -m744 register.sh   
"${pkgdir}/usr/share/haskell/register/${pkgname}.sh"
-  install -D -m744 unregister.sh 
"${pkgdir}/usr/share/haskell/unregister/${pkgname}.sh"
-  runhaskell Setup copy --destdir="${pkgdir}"
-  install -D -m644 LICENSE "$pkgdir"/usr/share/licenses/$pkgname/LICENSE
-  rm -f "$pkgdir"/usr/share/doc/$pkgname/LICENSE
-
-  LD_PRELOAD=$(ls "$pkgdir"/usr/lib/libHSstack-*-ghc*.so) 
"${pkgdir}"/usr/bin/stack --bash-completion-script /usr/bin/stack > 
stack_completion_script
-  install -Dm644 stack_completion_script 
"${pkgdir}/usr/share/bash-completion/completions/stack"
-}

Copied: stack/repos/community-x86_64/PKGBUILD (from rev 624669, 
stack/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2020-05-04 04:23:16 UTC (rev 624670)
@@ -0,0 +1,80 

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

2020-05-03 Thread Felix Yan via arch-commits
Date: Monday, May 4, 2020 @ 04:23:02
  Author: felixonmars
Revision: 624669

upgpkg: stack 2.3.1-1

Modified:
  stack/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2020-05-04 03:22:33 UTC (rev 624668)
+++ PKGBUILD2020-05-04 04:23:02 UTC (rev 624669)
@@ -2,8 +2,8 @@
 # Contributor: Arch Haskell Team 
 
 pkgname=stack
-pkgver=2.3.0.1
-pkgrel=11
+pkgver=2.3.1
+pkgrel=1
 pkgdesc="The Haskell Tool Stack"
 url="https://github.com/commercialhaskell/stack;
 license=("BSD")


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

2020-05-03 Thread Andreas Radke via arch-commits
Date: Monday, May 4, 2020 @ 03:51:32
  Author: andyrtr
Revision: 382204

upgpkg: xterm 356-1: upstream update 356; should also fix FS#66502

Modified:
  xterm/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2020-05-03 20:13:46 UTC (rev 382203)
+++ PKGBUILD2020-05-04 03:51:32 UTC (rev 382204)
@@ -2,7 +2,7 @@
 # Contributor: Alexander Baldeck 
 
 pkgname=xterm
-pkgver=355
+pkgver=356
 pkgrel=1
 pkgdesc="X Terminal Emulator"
 arch=('x86_64')
@@ -10,7 +10,7 @@
 license=('custom')
 depends=('libxft' 'libxaw' 'ncurses' 'xorg-luit' 'xbitmaps' 'libutempter' 
'libxkbfile')
 
source=(https://invisible-mirror.net/archives/${pkgname}/${pkgname}-${pkgver}.tgz{,.asc})
-sha256sums=('e431bb60b5a387b0032bcb1060cb74e90daa75fe5281fe8c4f8d073b84de8242'
+sha256sums=('38c5182fc4108390b21b54d2b84b7c92444221f39bb35129913149c4bf9629c7'
 'SKIP')
 validpgpkeys=('C52048C0C0748FEE227D47A2702353E0F7E48EDB') # "Thomas Dickey 
"
 


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

2020-05-03 Thread Andreas Radke via arch-commits
Date: Monday, May 4, 2020 @ 03:51:44
  Author: andyrtr
Revision: 382205

archrelease: copy trunk to extra-x86_64

Added:
  xterm/repos/extra-x86_64/PKGBUILD
(from rev 382204, xterm/trunk/PKGBUILD)
Deleted:
  xterm/repos/extra-x86_64/PKGBUILD

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

Deleted: PKGBUILD
===
--- PKGBUILD2020-05-04 03:51:32 UTC (rev 382204)
+++ PKGBUILD2020-05-04 03:51:44 UTC (rev 382205)
@@ -1,65 +0,0 @@
-# Maintainer: Jan de Groot 
-# Contributor: Alexander Baldeck 
-
-pkgname=xterm
-pkgver=355
-pkgrel=1
-pkgdesc="X Terminal Emulator"
-arch=('x86_64')
-url="https://invisible-island.net/xterm/;
-license=('custom')
-depends=('libxft' 'libxaw' 'ncurses' 'xorg-luit' 'xbitmaps' 'libutempter' 
'libxkbfile')
-source=(https://invisible-mirror.net/archives/${pkgname}/${pkgname}-${pkgver}.tgz{,.asc})
-sha256sums=('e431bb60b5a387b0032bcb1060cb74e90daa75fe5281fe8c4f8d073b84de8242'
-'SKIP')
-validpgpkeys=('C52048C0C0748FEE227D47A2702353E0F7E48EDB') # "Thomas Dickey 
"
-
-build() {
-  cd ${pkgname}-${pkgver}
-  ./configure --prefix=/usr \
-  --libdir=/etc \
-  --mandir=/usr/share/man \
-  --with-app-defaults=/usr/share/X11/app-defaults/ \
-  --with-x \
-  --disable-full-tgetent \
-  --disable-imake \
-  --enable-ansi-color \
-  --enable-88-color \
-  --enable-256-color \
-  --enable-broken-osc \
-  --enable-broken-st \
-  --enable-load-vt-fonts \
-  --enable-i18n \
-  --enable-wide-chars \
-  --enable-doublechars \
-  --enable-warnings \
-  --enable-tcap-query \
-  --enable-logging \
-  --enable-dabbrev \
-  --enable-freetype \
-  --enable-luit \
-  --enable-mini-luit \
-  --enable-narrowproto \
-  --enable-exec-xterm \
-  --enable-sixel-graphics \
-  --enable-regis-graphics \
-  --with-tty-group=tty \
-  --with-utempter
-  make
-}
-
-check() {
-  cd "$pkgname-$pkgver"
-  make -k check
-}
-
-package() {
-  cd ${pkgname}-${pkgver}
-  make DESTDIR="${pkgdir}" install
-  chmod 0755 "${pkgdir}/usr/bin/xterm"
-
-  install -m755 -d "${pkgdir}/usr/share/licenses/${pkgname}"
-  install -m644 COPYING "${pkgdir}/usr/share/licenses/${pkgname}/"
-  install -m755 -d "${pkgdir}"/usr/share/applications
-  install -m644 "${srcdir}"/${pkgname}-${pkgver}/{xterm,uxterm}.desktop 
"${pkgdir}"/usr/share/applications/
-}

Copied: xterm/repos/extra-x86_64/PKGBUILD (from rev 382204, 
xterm/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2020-05-04 03:51:44 UTC (rev 382205)
@@ -0,0 +1,65 @@
+# Maintainer: Jan de Groot 
+# Contributor: Alexander Baldeck 
+
+pkgname=xterm
+pkgver=356
+pkgrel=1
+pkgdesc="X Terminal Emulator"
+arch=('x86_64')
+url="https://invisible-island.net/xterm/;
+license=('custom')
+depends=('libxft' 'libxaw' 'ncurses' 'xorg-luit' 'xbitmaps' 'libutempter' 
'libxkbfile')
+source=(https://invisible-mirror.net/archives/${pkgname}/${pkgname}-${pkgver}.tgz{,.asc})
+sha256sums=('38c5182fc4108390b21b54d2b84b7c92444221f39bb35129913149c4bf9629c7'
+'SKIP')
+validpgpkeys=('C52048C0C0748FEE227D47A2702353E0F7E48EDB') # "Thomas Dickey 
"
+
+build() {
+  cd ${pkgname}-${pkgver}
+  ./configure --prefix=/usr \
+  --libdir=/etc \
+  --mandir=/usr/share/man \
+  --with-app-defaults=/usr/share/X11/app-defaults/ \
+  --with-x \
+  --disable-full-tgetent \
+  --disable-imake \
+  --enable-ansi-color \
+  --enable-88-color \
+  --enable-256-color \
+  --enable-broken-osc \
+  --enable-broken-st \
+  --enable-load-vt-fonts \
+  --enable-i18n \
+  --enable-wide-chars \
+  --enable-doublechars \
+  --enable-warnings \
+  --enable-tcap-query \
+  --enable-logging \
+  --enable-dabbrev \
+  --enable-freetype \
+  --enable-luit \
+  --enable-mini-luit \
+  --enable-narrowproto \
+  --enable-exec-xterm \
+  --enable-sixel-graphics \
+  --enable-regis-graphics \
+  --with-tty-group=tty \
+  --with-utempter
+  make
+}
+
+check() {
+  cd "$pkgname-$pkgver"
+  make -k check
+}
+
+package() {
+  cd ${pkgname}-${pkgver}
+  make DESTDIR="${pkgdir}" install
+  chmod 0755 "${pkgdir}/usr/bin/xterm"
+
+  install -m755 -d "${pkgdir}/usr/share/licenses/${pkgname}"
+  install -m644 COPYING "${pkgdir}/usr/share/licenses/${pkgname}/"
+  install -m755 -d "${pkgdir}"/usr/share/applications
+  install -m644 "${srcdir}"/${pkgname}-${pkgver}/{xterm,uxterm}.desktop 
"${pkgdir}"/usr/share/applications/
+}


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

2020-05-03 Thread Felix Yan via arch-commits
Date: Monday, May 4, 2020 @ 03:22:33
  Author: felixonmars
Revision: 624668

archrelease: copy trunk to community-any

Added:
  dns-lexicon/repos/community-any/PKGBUILD
(from rev 624667, dns-lexicon/trunk/PKGBUILD)
Deleted:
  dns-lexicon/repos/community-any/PKGBUILD

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

Deleted: PKGBUILD
===
--- PKGBUILD2020-05-04 03:22:23 UTC (rev 624667)
+++ PKGBUILD2020-05-04 03:22:33 UTC (rev 624668)
@@ -1,45 +0,0 @@
-# Maintainer: Felix Yan 
-
-pkgname=dns-lexicon
-pkgver=3.3.19
-pkgrel=1
-pkgdesc="Manipulate DNS records on various DNS providers in a 
standardized/agnostic way"
-arch=('any')
-url="https://github.com/AnalogJ/lexicon;
-license=('MIT')
-depends=('python-future' 'python-tldextract' 'python-cryptography' 
'python-yaml' 'python-setuptools'
- # requests[security] Expanded:
- 'python-requests' 'python-pyopenssl' 'python-idna')
-optdepends=('python-softlayer: for SoftLayer support'
-'python-boto3: for Route53 support'
-'python-pynamecheap: for Namecheap support'
-'python-zeep: for Subreg and Gransy support'
-'python-xmltodict: for Plesk support'
-'python-html5lib: for Hetzner support'
-'python-dnspython: for Hetzner support'
-'python-beautifulsoup4: for Henet, Easyname, GratisDNS and Hetzner 
support'
-'python-localzone: for localzone support')
-checkdepends=('python-pytest-runner' 'python-vcrpy' 'python-softlayer' 
'python-boto3' 'python-mock'
-  'python-pynamecheap' 'python-zeep' 'python-xmltodict' 
'python-beautifulsoup4'
-  'python-localzone' 'python-html5lib' 'python-dnspython' 
'bind-tools')
-source=("$pkgname-$pkgver.tar.gz::https://github.com/AnalogJ/lexicon/archive/v$pkgver.tar.gz;)
-sha512sums=('666e8277922f88bddc07eeed8bcf35430a757577ded5ba22707c91c51bf2bda688b975674a1e2758c98383ec79d3d8dbc1b26041fce9912f8d0a5d7322599573')
-
-build() {
-  cd lexicon-$pkgver
-  python setup.py build
-}
-
-check() {
-  cd lexicon-$pkgver
-  python setup.py pytest --addopts '--ignore 
lexicon/tests/providers/test_transip.py'
-}
-
-package() {
-  cd lexicon-$pkgver
-  python setup.py install -O1 --prefix=/usr --root="$pkgdir"
-
-  install -Dm644 LICENSE "$pkgdir"/usr/share/licenses/$pkgname/LICENSE
-}
-
-# vim:set ts=2 sw=2 et:

Copied: dns-lexicon/repos/community-any/PKGBUILD (from rev 624667, 
dns-lexicon/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2020-05-04 03:22:33 UTC (rev 624668)
@@ -0,0 +1,45 @@
+# Maintainer: Felix Yan 
+
+pkgname=dns-lexicon
+pkgver=3.3.20
+pkgrel=1
+pkgdesc="Manipulate DNS records on various DNS providers in a 
standardized/agnostic way"
+arch=('any')
+url="https://github.com/AnalogJ/lexicon;
+license=('MIT')
+depends=('python-future' 'python-tldextract' 'python-cryptography' 
'python-yaml' 'python-setuptools'
+ # requests[security] Expanded:
+ 'python-requests' 'python-pyopenssl' 'python-idna')
+optdepends=('python-softlayer: for SoftLayer support'
+'python-boto3: for Route53 support'
+'python-pynamecheap: for Namecheap support'
+'python-zeep: for Subreg and Gransy support'
+'python-xmltodict: for Plesk support'
+'python-html5lib: for Hetzner support'
+'python-dnspython: for Hetzner support'
+'python-beautifulsoup4: for Henet, Easyname, GratisDNS and Hetzner 
support'
+'python-localzone: for localzone support')
+checkdepends=('python-pytest-runner' 'python-vcrpy' 'python-softlayer' 
'python-boto3' 'python-mock'
+  'python-pynamecheap' 'python-zeep' 'python-xmltodict' 
'python-beautifulsoup4'
+  'python-localzone' 'python-html5lib' 'python-dnspython' 
'bind-tools')
+source=("$pkgname-$pkgver.tar.gz::https://github.com/AnalogJ/lexicon/archive/v$pkgver.tar.gz;)
+sha512sums=('43413420a7bdfd8558e81f0c14ff22d2bfd2b365b10274d1cc303e1fe216030fbebec3acb5a396a81f0f8efe3a4c051cfc1fe11b1b429d426c7ca3f43f5b349b')
+
+build() {
+  cd lexicon-$pkgver
+  python setup.py build
+}
+
+check() {
+  cd lexicon-$pkgver
+  python setup.py pytest --addopts '--ignore 
lexicon/tests/providers/test_transip.py'
+}
+
+package() {
+  cd lexicon-$pkgver
+  python setup.py install -O1 --prefix=/usr --root="$pkgdir"
+
+  install -Dm644 LICENSE "$pkgdir"/usr/share/licenses/$pkgname/LICENSE
+}
+
+# vim:set ts=2 sw=2 et:


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

2020-05-03 Thread Felix Yan via arch-commits
Date: Monday, May 4, 2020 @ 03:22:23
  Author: felixonmars
Revision: 624667

upgpkg: dns-lexicon 3.3.20-1

Modified:
  dns-lexicon/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2020-05-04 03:19:56 UTC (rev 624666)
+++ PKGBUILD2020-05-04 03:22:23 UTC (rev 624667)
@@ -1,7 +1,7 @@
 # Maintainer: Felix Yan 
 
 pkgname=dns-lexicon
-pkgver=3.3.19
+pkgver=3.3.20
 pkgrel=1
 pkgdesc="Manipulate DNS records on various DNS providers in a 
standardized/agnostic way"
 arch=('any')
@@ -23,7 +23,7 @@
   'python-pynamecheap' 'python-zeep' 'python-xmltodict' 
'python-beautifulsoup4'
   'python-localzone' 'python-html5lib' 'python-dnspython' 
'bind-tools')
 
source=("$pkgname-$pkgver.tar.gz::https://github.com/AnalogJ/lexicon/archive/v$pkgver.tar.gz;)
-sha512sums=('666e8277922f88bddc07eeed8bcf35430a757577ded5ba22707c91c51bf2bda688b975674a1e2758c98383ec79d3d8dbc1b26041fce9912f8d0a5d7322599573')
+sha512sums=('43413420a7bdfd8558e81f0c14ff22d2bfd2b365b10274d1cc303e1fe216030fbebec3acb5a396a81f0f8efe3a4c051cfc1fe11b1b429d426c7ca3f43f5b349b')
 
 build() {
   cd lexicon-$pkgver


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

2020-05-03 Thread Felix Yan via arch-commits
Date: Monday, May 4, 2020 @ 03:19:46
  Author: felixonmars
Revision: 624665

upgpkg: python-pytest-asyncio 0.12.0-1

Modified:
  python-pytest-asyncio/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2020-05-04 03:18:54 UTC (rev 624664)
+++ PKGBUILD2020-05-04 03:19:46 UTC (rev 624665)
@@ -1,7 +1,7 @@
 # Maintainer: Felix Yan 
 
 pkgname=python-pytest-asyncio
-pkgver=0.11.0
+pkgver=0.12.0
 pkgrel=1
 pkgdesc="Pytest support for asyncio."
 arch=('any')
@@ -10,7 +10,7 @@
 depends=('python-pytest')
 checkdepends=('python-coverage' 'python-async_generator' 'python-hypothesis')
 
source=("$pkgname-$pkgver.tar.gz::https://github.com/pytest-dev/pytest-asyncio/archive/v$pkgver.tar.gz;)
-sha512sums=('db1d6a9c4b3f6f24014eacf3b108d76e5b2d6761d35260f20023638cd898b6f0b499dd475bc07abd58bc73bee2a88b565c3ebcced2460e619a1b375fa6a27a64')
+sha512sums=('2e69bfff3f0b35cc82381b841229749d309967ce1d36972933f5bc6d5dff45934608310ed3fa1805dc38ab41bf913a881493c28d6d0e9be733b624cd2fda97d3')
 
 prepare() {
   cd pytest-asyncio-$pkgver


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

2020-05-03 Thread Felix Yan via arch-commits
Date: Monday, May 4, 2020 @ 03:19:56
  Author: felixonmars
Revision: 624666

archrelease: copy trunk to community-any

Added:
  python-pytest-asyncio/repos/community-any/PKGBUILD
(from rev 624665, python-pytest-asyncio/trunk/PKGBUILD)
Deleted:
  python-pytest-asyncio/repos/community-any/PKGBUILD

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

Deleted: PKGBUILD
===
--- PKGBUILD2020-05-04 03:19:46 UTC (rev 624665)
+++ PKGBUILD2020-05-04 03:19:56 UTC (rev 624666)
@@ -1,37 +0,0 @@
-# Maintainer: Felix Yan 
-
-pkgname=python-pytest-asyncio
-pkgver=0.11.0
-pkgrel=1
-pkgdesc="Pytest support for asyncio."
-arch=('any')
-license=('Apache')
-url="https://github.com/pytest-dev/pytest-asyncio/;
-depends=('python-pytest')
-checkdepends=('python-coverage' 'python-async_generator' 'python-hypothesis')
-source=("$pkgname-$pkgver.tar.gz::https://github.com/pytest-dev/pytest-asyncio/archive/v$pkgver.tar.gz;)
-sha512sums=('db1d6a9c4b3f6f24014eacf3b108d76e5b2d6761d35260f20023638cd898b6f0b499dd475bc07abd58bc73bee2a88b565c3ebcced2460e619a1b375fa6a27a64')
-
-prepare() {
-  cd pytest-asyncio-$pkgver
-  # Don't treat DeprecationWarnings as errors
-  sed -i '/filterwarnings = error/d' setup.cfg
-}
-
-build() {
-  cd pytest-asyncio-$pkgver
-  python setup.py build
-}
-
-check() {
-  # Hack entry points by installing it
-
-  cd pytest-asyncio-$pkgver
-  python setup.py install --root="$PWD/tmp_install" --optimize=1
-  
PYTHONPATH="$PWD/tmp_install/usr/lib/python3.6/site-packages:$PYTHONPATH:$PWD/tests"
 py.test
-}
-
-package() {
-  cd pytest-asyncio-$pkgver
-  python setup.py install --root="$pkgdir" --optimize=1
-}

Copied: python-pytest-asyncio/repos/community-any/PKGBUILD (from rev 624665, 
python-pytest-asyncio/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2020-05-04 03:19:56 UTC (rev 624666)
@@ -0,0 +1,37 @@
+# Maintainer: Felix Yan 
+
+pkgname=python-pytest-asyncio
+pkgver=0.12.0
+pkgrel=1
+pkgdesc="Pytest support for asyncio."
+arch=('any')
+license=('Apache')
+url="https://github.com/pytest-dev/pytest-asyncio/;
+depends=('python-pytest')
+checkdepends=('python-coverage' 'python-async_generator' 'python-hypothesis')
+source=("$pkgname-$pkgver.tar.gz::https://github.com/pytest-dev/pytest-asyncio/archive/v$pkgver.tar.gz;)
+sha512sums=('2e69bfff3f0b35cc82381b841229749d309967ce1d36972933f5bc6d5dff45934608310ed3fa1805dc38ab41bf913a881493c28d6d0e9be733b624cd2fda97d3')
+
+prepare() {
+  cd pytest-asyncio-$pkgver
+  # Don't treat DeprecationWarnings as errors
+  sed -i '/filterwarnings = error/d' setup.cfg
+}
+
+build() {
+  cd pytest-asyncio-$pkgver
+  python setup.py build
+}
+
+check() {
+  # Hack entry points by installing it
+
+  cd pytest-asyncio-$pkgver
+  python setup.py install --root="$PWD/tmp_install" --optimize=1
+  
PYTHONPATH="$PWD/tmp_install/usr/lib/python3.6/site-packages:$PYTHONPATH:$PWD/tests"
 py.test
+}
+
+package() {
+  cd pytest-asyncio-$pkgver
+  python setup.py install --root="$pkgdir" --optimize=1
+}


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

2020-05-03 Thread Sven-Hendrik Haase via arch-commits
Date: Monday, May 4, 2020 @ 02:45:31
  Author: svenstaro
Revision: 624654

upgpkg: openra 20200503-1

Modified:
  openra/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2020-05-04 02:20:20 UTC (rev 624653)
+++ PKGBUILD2020-05-04 02:45:31 UTC (rev 624654)
@@ -1,7 +1,7 @@
 # Maintainer: Sven-Hendrik Haase 
 # Contributor: Matthew Bowra-Dean 
 pkgname=openra
-pkgver=20200202
+pkgver=20200503
 pkgrel=1
 pkgdesc="An open-source implementation of the Red Alert engine using .NET/Mono 
and OpenGL"
 arch=('any')


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

2020-05-03 Thread Sven-Hendrik Haase via arch-commits
Date: Monday, May 4, 2020 @ 02:45:42
  Author: svenstaro
Revision: 624655

archrelease: copy trunk to community-any

Added:
  openra/repos/community-any/PKGBUILD
(from rev 624654, openra/trunk/PKGBUILD)
  openra/repos/community-any/openra.install
(from rev 624654, openra/trunk/openra.install)
Deleted:
  openra/repos/community-any/PKGBUILD
  openra/repos/community-any/openra.install

+
 PKGBUILD   |   78 +++
 openra.install |8 ++---
 2 files changed, 43 insertions(+), 43 deletions(-)

Deleted: PKGBUILD
===
--- PKGBUILD2020-05-04 02:45:31 UTC (rev 624654)
+++ PKGBUILD2020-05-04 02:45:42 UTC (rev 624655)
@@ -1,39 +0,0 @@
-# Maintainer: Sven-Hendrik Haase 
-# Contributor: Matthew Bowra-Dean 
-pkgname=openra
-pkgver=20200202
-pkgrel=1
-pkgdesc="An open-source implementation of the Red Alert engine using .NET/Mono 
and OpenGL"
-arch=('any')
-url="http://www.openra.net;
-license=('GPL3')
-install=openra.install
-depends=('mono' 'ttf-dejavu' 'openal' 'libgl' 'freetype2' 'sdl2' 'lua51' 
'hicolor-icon-theme' 'gtk-update-icon-cache'
- 'desktop-file-utils' 'xdg-utils' 'zenity')
-makedepends=('git' 'unzip' 'mono-msbuild')
-options=(!strip)
-source=("git+https://github.com/OpenRA/OpenRA.git#tag=release-${pkgver};)
-md5sums=('SKIP')
-
-prepare() {
-  cd OpenRA
-
-  make version
-}
-
-build() {
-  cd OpenRA
-
-  make dependencies
-  make core
-}
-
-package() {
-  cd OpenRA
-
-  make prefix=/usr DESTDIR="$pkgdir" install-core
-  make prefix=/usr DESTDIR="$pkgdir" install-linux-shortcuts
-  make prefix=/usr DESTDIR="$pkgdir" install-linux-mime
-  make prefix=/usr DESTDIR="$pkgdir" install-linux-appdata
-  make prefix=/usr DESTDIR="$pkgdir" install-man-page
-}

Copied: openra/repos/community-any/PKGBUILD (from rev 624654, 
openra/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2020-05-04 02:45:42 UTC (rev 624655)
@@ -0,0 +1,39 @@
+# Maintainer: Sven-Hendrik Haase 
+# Contributor: Matthew Bowra-Dean 
+pkgname=openra
+pkgver=20200503
+pkgrel=1
+pkgdesc="An open-source implementation of the Red Alert engine using .NET/Mono 
and OpenGL"
+arch=('any')
+url="http://www.openra.net;
+license=('GPL3')
+install=openra.install
+depends=('mono' 'ttf-dejavu' 'openal' 'libgl' 'freetype2' 'sdl2' 'lua51' 
'hicolor-icon-theme' 'gtk-update-icon-cache'
+ 'desktop-file-utils' 'xdg-utils' 'zenity')
+makedepends=('git' 'unzip' 'mono-msbuild')
+options=(!strip)
+source=("git+https://github.com/OpenRA/OpenRA.git#tag=release-${pkgver};)
+md5sums=('SKIP')
+
+prepare() {
+  cd OpenRA
+
+  make version
+}
+
+build() {
+  cd OpenRA
+
+  make dependencies
+  make core
+}
+
+package() {
+  cd OpenRA
+
+  make prefix=/usr DESTDIR="$pkgdir" install-core
+  make prefix=/usr DESTDIR="$pkgdir" install-linux-shortcuts
+  make prefix=/usr DESTDIR="$pkgdir" install-linux-mime
+  make prefix=/usr DESTDIR="$pkgdir" install-linux-appdata
+  make prefix=/usr DESTDIR="$pkgdir" install-man-page
+}

Deleted: openra.install
===
--- openra.install  2020-05-04 02:45:31 UTC (rev 624654)
+++ openra.install  2020-05-04 02:45:42 UTC (rev 624655)
@@ -1,4 +0,0 @@
-post_remove() {
-echo "openra downloaded data files to ~/.openra/Content and you might want"
-echo "to delete those."
-}

Copied: openra/repos/community-any/openra.install (from rev 624654, 
openra/trunk/openra.install)
===
--- openra.install  (rev 0)
+++ openra.install  2020-05-04 02:45:42 UTC (rev 624655)
@@ -0,0 +1,4 @@
+post_remove() {
+echo "openra downloaded data files to ~/.openra/Content and you might want"
+echo "to delete those."
+}


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

2020-05-03 Thread Eli Schwartz via arch-commits
Date: Monday, May 4, 2020 @ 02:20:20
  Author: eschwartz
Revision: 624653

seamonkey: rm unused cleanup command

Modified:
  seamonkey/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2020-05-04 01:17:13 UTC (rev 624652)
+++ PKGBUILD2020-05-04 02:20:20 UTC (rev 624653)
@@ -96,7 +96,4 @@
   sed -i 's/@MOZ_APP_DISPLAYNAME@/SeaMonkey internet suite/' \
 "$pkgdir/usr/share/applications/seamonkey.desktop"
   sed -i 's/@MOZ_APP_NAME@/seamonkey/' 
"$pkgdir/usr/share/applications/seamonkey.desktop"
-
-  rm -f "$pkgdir/usr/lib/pkgconfig/"seamonkey-ns{s,pr}.pc
-  #rm -r "$pkgdir"/usr/{include,lib/seamonkey-devel-$pkgver,share/idl}
 }


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

2020-05-03 Thread Lukas Fleischer via arch-commits
Date: Monday, May 4, 2020 @ 01:17:13
  Author: lfleischer
Revision: 624652

archrelease: copy trunk to community-x86_64

Added:
  python2-pyxattr/repos/community-x86_64/
  python2-pyxattr/repos/community-x86_64/PKGBUILD
(from rev 624651, python2-pyxattr/trunk/PKGBUILD)

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

Copied: python2-pyxattr/repos/community-x86_64/PKGBUILD (from rev 624651, 
python2-pyxattr/trunk/PKGBUILD)
===
--- community-x86_64/PKGBUILD   (rev 0)
+++ community-x86_64/PKGBUILD   2020-05-04 01:17:13 UTC (rev 624652)
@@ -0,0 +1,37 @@
+# Maintainer: Lukas Fleischer 
+# Contributor: Jon Bergli Heier 
+
+pkgname=python2-pyxattr
+_pkgname=pyxattr
+# Releases 0.7.0 and later are no longer compatible with Python 2.
+# TODO: Remove this package as soon as bup is compatible with Python 3.
+pkgver=0.6.1
+pkgrel=3
+pkgdesc='A python extension module that allows you to manipulate the extended 
attributes.'
+arch=('x86_64')
+url='https://pyxattr.k1024.org/'
+license=('GPL')
+makedepends=('python2' 'python2-setuptools')
+depends=('python2')
+provides=('pyxattr')
+conflicts=('pyxattr')
+replaces=('pyxattr')
+source=("https://pyxattr.k1024.org/downloads/pyxattr-$pkgver.tar.gz"{,.asc})
+md5sums=('523e9d90f9801141c785d93e6197cc33'
+ 'SKIP')
+validpgpkeys=('CB94E3AA3B1755D61EBB19A5F66E3E419F84F4DE') # Iustin Pop 

+
+build() {
+   cd "${srcdir}/${_pkgname}-${pkgver}"
+   python2 setup.py build
+}
+
+check() {
+   cd "${srcdir}/${_pkgname}-${pkgver}"
+   python2 setup.py test
+}
+
+package() {
+   cd "${srcdir}/${_pkgname}-${pkgver}"
+   python2 setup.py install --root="${pkgdir}"
+}


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

2020-05-03 Thread Lukas Fleischer via arch-commits
Date: Monday, May 4, 2020 @ 01:17:04
  Author: lfleischer
Revision: 624651

upgpkg: python2-pyxattr 0.6.1-3: sync with upstream

Modified:
  python2-pyxattr/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2020-05-04 01:14:16 UTC (rev 624650)
+++ PKGBUILD2020-05-04 01:17:04 UTC (rev 624651)
@@ -3,10 +3,10 @@
 
 pkgname=python2-pyxattr
 _pkgname=pyxattr
-# Releases 0.7.1 and later are no longer compatible with Python 2.
+# Releases 0.7.0 and later are no longer compatible with Python 2.
 # TODO: Remove this package as soon as bup is compatible with Python 3.
-pkgver=0.7.0
-pkgrel=1
+pkgver=0.6.1
+pkgrel=3
 pkgdesc='A python extension module that allows you to manipulate the extended 
attributes.'
 arch=('x86_64')
 url='https://pyxattr.k1024.org/'
@@ -17,7 +17,7 @@
 conflicts=('pyxattr')
 replaces=('pyxattr')
 source=("https://pyxattr.k1024.org/downloads/pyxattr-$pkgver.tar.gz"{,.asc})
-md5sums=('f3341e703489452afaf68b336be5d32c'
+md5sums=('523e9d90f9801141c785d93e6197cc33'
  'SKIP')
 validpgpkeys=('CB94E3AA3B1755D61EBB19A5F66E3E419F84F4DE') # Iustin Pop 

 


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

2020-05-03 Thread Lukas Fleischer via arch-commits
Date: Monday, May 4, 2020 @ 01:14:16
  Author: lfleischer
Revision: 624650

archrelease: copy trunk to community-x86_64

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

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

Deleted: PKGBUILD
===
--- PKGBUILD2020-05-04 01:14:02 UTC (rev 624649)
+++ PKGBUILD2020-05-04 01:14:16 UTC (rev 624650)
@@ -1,48 +0,0 @@
-# Maintainer: Lukas Fleischer 
-# Contributor: Jon Bergli Heier 
-
-pkgname=('python2-pyxattr' 'python-pyxattr')
-pkgbase=python-pyxattr
-_pkgname=pyxattr
-pkgver=0.6.1
-pkgrel=2
-pkgdesc='A python extension module that allows you to manipulate the extended 
attributes.'
-arch=('x86_64')
-url='https://pyxattr.k1024.org/'
-license=('GPL')
-makedepends=('python2' 'python' 'python2-setuptools' 'python-setuptools')
-source=("https://pyxattr.k1024.org/downloads/pyxattr-$pkgver.tar.gz"{,.asc})
-md5sums=('523e9d90f9801141c785d93e6197cc33'
- 'SKIP')
-validpgpkeys=('CB94E3AA3B1755D61EBB19A5F66E3E419F84F4DE') # Iustin Pop 

-
-build() {
-  cd "${srcdir}/${_pkgname}-${pkgver}"
-
-  python setup.py build
-  python2 setup.py build
-}
-
-check() {
-  cd "${srcdir}/${_pkgname}-${pkgver}"
-
-  python setup.py test
-  python2 setup.py test
-}
-
-package_python2-pyxattr() {
-  depends=('python2')
-  provides=('pyxattr')
-  conflicts=('pyxattr')
-  replaces=('pyxattr')
-
-  cd "${srcdir}/${_pkgname}-${pkgver}"
-  python2 setup.py install --root="${pkgdir}"
-}
-
-package_python-pyxattr() {
-  depends=('python')
-
-  cd "${srcdir}/${_pkgname}-${pkgver}"
-  python setup.py install --root="${pkgdir}"
-}

Copied: python-pyxattr/repos/community-x86_64/PKGBUILD (from rev 624649, 
python-pyxattr/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2020-05-04 01:14:16 UTC (rev 624650)
@@ -0,0 +1,32 @@
+# Maintainer: Lukas Fleischer 
+# Contributor: Jon Bergli Heier 
+
+pkgname=python-pyxattr
+_pkgname=pyxattr
+pkgver=0.7.1
+pkgrel=1
+pkgdesc='A Python extension module that allows you to manipulate the extended 
attributes.'
+arch=('x86_64')
+url='https://pyxattr.k1024.org/'
+license=('GPL')
+makedepends=('python' 'python-pytest' 'python-setuptools')
+depends=('python')
+source=("https://pyxattr.k1024.org/downloads/pyxattr-$pkgver.tar.gz"{,.asc})
+md5sums=('f3341e703489452afaf68b336be5d32c'
+ 'SKIP')
+validpgpkeys=('CB94E3AA3B1755D61EBB19A5F66E3E419F84F4DE') # Iustin Pop 

+
+build() {
+   cd "${srcdir}/${_pkgname}-${pkgver}"
+   python setup.py build
+}
+
+check() {
+   cd "${srcdir}/${_pkgname}-${pkgver}"
+   python setup.py test
+}
+
+package() {
+   cd "${srcdir}/${_pkgname}-${pkgver}"
+   python setup.py install --root="${pkgdir}"
+}


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

2020-05-03 Thread Lukas Fleischer via arch-commits
Date: Monday, May 4, 2020 @ 01:14:02
  Author: lfleischer
Revision: 624649

upgpkg: python-pyxattr 0.7.1-1: upstream update

Modified:
  python-pyxattr/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2020-05-04 01:13:35 UTC (rev 624648)
+++ PKGBUILD2020-05-04 01:14:02 UTC (rev 624649)
@@ -1,48 +1,32 @@
 # Maintainer: Lukas Fleischer 
 # Contributor: Jon Bergli Heier 
 
-pkgname=('python2-pyxattr' 'python-pyxattr')
-pkgbase=python-pyxattr
+pkgname=python-pyxattr
 _pkgname=pyxattr
-pkgver=0.6.1
-pkgrel=2
-pkgdesc='A python extension module that allows you to manipulate the extended 
attributes.'
+pkgver=0.7.1
+pkgrel=1
+pkgdesc='A Python extension module that allows you to manipulate the extended 
attributes.'
 arch=('x86_64')
 url='https://pyxattr.k1024.org/'
 license=('GPL')
-makedepends=('python2' 'python' 'python2-setuptools' 'python-setuptools')
+makedepends=('python' 'python-pytest' 'python-setuptools')
+depends=('python')
 source=("https://pyxattr.k1024.org/downloads/pyxattr-$pkgver.tar.gz"{,.asc})
-md5sums=('523e9d90f9801141c785d93e6197cc33'
+md5sums=('f3341e703489452afaf68b336be5d32c'
  'SKIP')
 validpgpkeys=('CB94E3AA3B1755D61EBB19A5F66E3E419F84F4DE') # Iustin Pop 

 
 build() {
-  cd "${srcdir}/${_pkgname}-${pkgver}"
-
-  python setup.py build
-  python2 setup.py build
+   cd "${srcdir}/${_pkgname}-${pkgver}"
+   python setup.py build
 }
 
 check() {
-  cd "${srcdir}/${_pkgname}-${pkgver}"
-
-  python setup.py test
-  python2 setup.py test
+   cd "${srcdir}/${_pkgname}-${pkgver}"
+   python setup.py test
 }
 
-package_python2-pyxattr() {
-  depends=('python2')
-  provides=('pyxattr')
-  conflicts=('pyxattr')
-  replaces=('pyxattr')
-
-  cd "${srcdir}/${_pkgname}-${pkgver}"
-  python2 setup.py install --root="${pkgdir}"
+package() {
+   cd "${srcdir}/${_pkgname}-${pkgver}"
+   python setup.py install --root="${pkgdir}"
 }
-
-package_python-pyxattr() {
-  depends=('python')
-
-  cd "${srcdir}/${_pkgname}-${pkgver}"
-  python setup.py install --root="${pkgdir}"
-}


[arch-commits] Commit in (4 files)

2020-05-03 Thread Lukas Fleischer via arch-commits
Date: Monday, May 4, 2020 @ 01:13:35
  Author: lfleischer
Revision: 624648

Split python2-pyxattr from python-pyxattr

Added:
  python2-pyxattr/
  python2-pyxattr/repos/
  python2-pyxattr/trunk/
  python2-pyxattr/trunk/PKGBUILD

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

Added: python2-pyxattr/trunk/PKGBUILD
===
--- python2-pyxattr/trunk/PKGBUILD  (rev 0)
+++ python2-pyxattr/trunk/PKGBUILD  2020-05-04 01:13:35 UTC (rev 624648)
@@ -0,0 +1,37 @@
+# Maintainer: Lukas Fleischer 
+# Contributor: Jon Bergli Heier 
+
+pkgname=python2-pyxattr
+_pkgname=pyxattr
+# Releases 0.7.1 and later are no longer compatible with Python 2.
+# TODO: Remove this package as soon as bup is compatible with Python 3.
+pkgver=0.7.0
+pkgrel=1
+pkgdesc='A python extension module that allows you to manipulate the extended 
attributes.'
+arch=('x86_64')
+url='https://pyxattr.k1024.org/'
+license=('GPL')
+makedepends=('python2' 'python2-setuptools')
+depends=('python2')
+provides=('pyxattr')
+conflicts=('pyxattr')
+replaces=('pyxattr')
+source=("https://pyxattr.k1024.org/downloads/pyxattr-$pkgver.tar.gz"{,.asc})
+md5sums=('f3341e703489452afaf68b336be5d32c'
+ 'SKIP')
+validpgpkeys=('CB94E3AA3B1755D61EBB19A5F66E3E419F84F4DE') # Iustin Pop 

+
+build() {
+   cd "${srcdir}/${_pkgname}-${pkgver}"
+   python2 setup.py build
+}
+
+check() {
+   cd "${srcdir}/${_pkgname}-${pkgver}"
+   python2 setup.py test
+}
+
+package() {
+   cd "${srcdir}/${_pkgname}-${pkgver}"
+   python2 setup.py install --root="${pkgdir}"
+}


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

2020-05-03 Thread Kpcyrd via arch-commits
Date: Sunday, May 3, 2020 @ 23:31:47
  Author: kpcyrd
Revision: 624646

upgpkg: bandwhich 0.14.0-1

Modified:
  bandwhich/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2020-05-03 22:14:13 UTC (rev 624645)
+++ PKGBUILD2020-05-03 23:31:47 UTC (rev 624646)
@@ -2,7 +2,7 @@
 # Contributor: Aram Drevekenin 
 
 pkgname=bandwhich
-pkgver=0.13.0
+pkgver=0.14.0
 pkgrel=1
 pkgdesc='Terminal bandwidth utilization tool'
 url='https://github.com/imsnif/bandwhich'
@@ -11,8 +11,8 @@
 depends=('gcc-libs')
 makedepends=('cargo')
 
source=(https://github.com/imsnif/${pkgname}/archive/${pkgver}/${pkgname}-${pkgver}.tar.gz)
-sha512sums=('5d6960af13653d134205d517102fb3121bc6aaf87bf12021c9d968e34917243c000f452426f0805dae6ffc06d66a17a95f64205ea8d238a2275d07d1f4c7fc91')
-b2sums=('3fe31f8170ddf49703546daa83ea645cf86c89f32b7364afd9fa2e33c31f6beaf2e77d5e9af090265e1a67b213a7a2f32d0d4f731a41fd0f6b8047db3d0f538a')
+sha512sums=('080f65c89ca00390bebc96fd6cc1a3f66488f12c9432683d930de027c6763d604232bebce9365ee90bb3d237eb05dc8fc6161df705234c0b06ae36a7c9877224')
+b2sums=('a2c8b2db742c0dbb9765c1b5789e4524f985d65b93f4e2866fd869f3917196c2aee87cf9c764b5e7de973e568bd323a4d9fa1c9ed6e8b1e6e06b23d0d494639b')
 
 build() {
   cd "${pkgname}-${pkgver}"


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

2020-05-03 Thread Kpcyrd via arch-commits
Date: Sunday, May 3, 2020 @ 23:31:58
  Author: kpcyrd
Revision: 624647

archrelease: copy trunk to community-x86_64

Added:
  bandwhich/repos/community-x86_64/PKGBUILD
(from rev 624646, bandwhich/trunk/PKGBUILD)
Deleted:
  bandwhich/repos/community-x86_64/PKGBUILD

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

Deleted: PKGBUILD
===
--- PKGBUILD2020-05-03 23:31:47 UTC (rev 624646)
+++ PKGBUILD2020-05-03 23:31:58 UTC (rev 624647)
@@ -1,34 +0,0 @@
-# Maintainer: kpcyrd 
-# Contributor: Aram Drevekenin 
-
-pkgname=bandwhich
-pkgver=0.13.0
-pkgrel=1
-pkgdesc='Terminal bandwidth utilization tool'
-url='https://github.com/imsnif/bandwhich'
-arch=('x86_64')
-license=('MIT')
-depends=('gcc-libs')
-makedepends=('cargo')
-source=(https://github.com/imsnif/${pkgname}/archive/${pkgver}/${pkgname}-${pkgver}.tar.gz)
-sha512sums=('5d6960af13653d134205d517102fb3121bc6aaf87bf12021c9d968e34917243c000f452426f0805dae6ffc06d66a17a95f64205ea8d238a2275d07d1f4c7fc91')
-b2sums=('3fe31f8170ddf49703546daa83ea645cf86c89f32b7364afd9fa2e33c31f6beaf2e77d5e9af090265e1a67b213a7a2f32d0d4f731a41fd0f6b8047db3d0f538a')
-
-build() {
-  cd "${pkgname}-${pkgver}"
-  cargo build --release --locked
-}
-
-check() {
-  cd "${pkgname}-${pkgver}"
-  cargo test --release --locked
-}
-
-package() {
-  cd "${pkgname}-${pkgver}"
-  install -Dm 755 "target/release/${pkgname}" "${pkgdir}/usr/bin/${pkgname}"
-  install -Dm 644 "docs/bandwhich.1" -t "${pkgdir}/usr/share/man/man1"
-  install -Dm 644 LICENSE.md "${pkgdir}/usr/share/licenses/${pkgname}/LICENSE"
-}
-
-# vim: ts=2 sw=2 et:

Copied: bandwhich/repos/community-x86_64/PKGBUILD (from rev 624646, 
bandwhich/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2020-05-03 23:31:58 UTC (rev 624647)
@@ -0,0 +1,34 @@
+# Maintainer: kpcyrd 
+# Contributor: Aram Drevekenin 
+
+pkgname=bandwhich
+pkgver=0.14.0
+pkgrel=1
+pkgdesc='Terminal bandwidth utilization tool'
+url='https://github.com/imsnif/bandwhich'
+arch=('x86_64')
+license=('MIT')
+depends=('gcc-libs')
+makedepends=('cargo')
+source=(https://github.com/imsnif/${pkgname}/archive/${pkgver}/${pkgname}-${pkgver}.tar.gz)
+sha512sums=('080f65c89ca00390bebc96fd6cc1a3f66488f12c9432683d930de027c6763d604232bebce9365ee90bb3d237eb05dc8fc6161df705234c0b06ae36a7c9877224')
+b2sums=('a2c8b2db742c0dbb9765c1b5789e4524f985d65b93f4e2866fd869f3917196c2aee87cf9c764b5e7de973e568bd323a4d9fa1c9ed6e8b1e6e06b23d0d494639b')
+
+build() {
+  cd "${pkgname}-${pkgver}"
+  cargo build --release --locked
+}
+
+check() {
+  cd "${pkgname}-${pkgver}"
+  cargo test --release --locked
+}
+
+package() {
+  cd "${pkgname}-${pkgver}"
+  install -Dm 755 "target/release/${pkgname}" "${pkgdir}/usr/bin/${pkgname}"
+  install -Dm 644 "docs/bandwhich.1" -t "${pkgdir}/usr/share/man/man1"
+  install -Dm 644 LICENSE.md "${pkgdir}/usr/share/licenses/${pkgname}/LICENSE"
+}
+
+# vim: ts=2 sw=2 et:


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

2020-05-03 Thread Christian Hesse via arch-commits
Date: Sunday, May 3, 2020 @ 22:14:13
  Author: eworm
Revision: 624645

build & install vboximg-mount

Modified:
  virtualbox/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2020-05-03 20:35:15 UTC (rev 624644)
+++ PKGBUILD2020-05-03 22:14:13 UTC (rev 624645)
@@ -10,7 +10,7 @@
  'virtualbox-guest-utils-nox'
  'virtualbox-ext-vnc')
 pkgver=6.1.6
-pkgrel=1
+pkgrel=2
 _vboxsf_commit='5aba938bcabd978e4615186ad7d8617d633e6f30'
 arch=('x86_64')
 url='https://virtualbox.org/'
@@ -136,6 +136,9 @@
 
 echo 'Build VNC extension pack'
 kmk -C src/VBox/ExtPacks/VNC packing
+
+echo 'Build vboximg-mount'
+kmk -C src/VBox/ImageMounter/vboximg-mount
 }
 
 package_virtualbox() {
@@ -165,6 +168,7 @@
 done
 install -m0755 VBoxTunctl "$pkgdir/usr/bin"
 install -m0755 rdesktop-vrdp "$pkgdir/usr/bin"
+install -m0755 vboximg-mount "$pkgdir/usr/bin"
 
 # libraries
 install -dm0755 "$pkgdir/usr/lib/virtualbox"


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

2020-05-03 Thread Sven-Hendrik Haase via arch-commits
Date: Sunday, May 3, 2020 @ 20:35:15
  Author: svenstaro
Revision: 624644

archrelease: copy trunk to community-x86_64

Added:
  rofi-calc/repos/community-x86_64/
  rofi-calc/repos/community-x86_64/PKGBUILD
(from rev 624643, rofi-calc/trunk/PKGBUILD)
  rofi-calc/repos/community-x86_64/rofi-calc.install
(from rev 624643, rofi-calc/trunk/rofi-calc.install)

---+
 PKGBUILD  |   38 ++
 rofi-calc.install |7 +++
 2 files changed, 45 insertions(+)

Copied: rofi-calc/repos/community-x86_64/PKGBUILD (from rev 624643, 
rofi-calc/trunk/PKGBUILD)
===
--- community-x86_64/PKGBUILD   (rev 0)
+++ community-x86_64/PKGBUILD   2020-05-03 20:35:15 UTC (rev 624644)
@@ -0,0 +1,38 @@
+# Maintainer: Sven-Hendrik Haase 
+
+pkgname=rofi-calc
+pkgver=1.7
+pkgrel=1
+pkgdesc="Do calculations in rofi"
+arch=('x86_64')
+url="https://github.com/svenstaro/rofi-calc;
+license=(MIT)
+depends=('rofi' 'libqalculate')
+install=$pkgname.install
+source=($pkgname-$pkgver.tar.gz::https://github.com/svenstaro/rofi-calc/archive/v${pkgver}.tar.gz)
+sha512sums=('e05b13b059f759718b8b8dd7b1592d6b0a469eb1e1c84f50de80b7d5e16182c75f4676278d4e0cb9c29f3fed418ccdd2bae144c259fdfb9fc7d54f1500aa20a5')
+
+prepare() {
+  cd "$srcdir/$pkgname-$pkgver"
+
+  autoreconf -i
+  rm -rf build
+  mkdir build
+}
+
+build() {
+  cd "$srcdir/$pkgname-$pkgver/build"
+
+  ../configure --prefix=/usr
+  make
+}
+
+package() {
+  cd "$srcdir/$pkgname-$pkgver/build"
+
+  make DESTDIR="$pkgdir/" install
+
+  install -Dm644 ../LICENSE "$pkgdir"/usr/share/licenses/$pkgname/LICENSE
+}
+
+# vim:set ts=2 sw=2 et:

Copied: rofi-calc/repos/community-x86_64/rofi-calc.install (from rev 624643, 
rofi-calc/trunk/rofi-calc.install)
===
--- community-x86_64/rofi-calc.install  (rev 0)
+++ community-x86_64/rofi-calc.install  2020-05-03 20:35:15 UTC (rev 624644)
@@ -0,0 +1,7 @@
+post_upgrade() {
+echo "Recommended way to launching rofi-calc: rofi -show calc -modi calc 
-no-show-match -no-sort"
+}
+
+post_install() {
+post_upgrade
+}


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

2020-05-03 Thread Felix Yan via arch-commits
Date: Sunday, May 3, 2020 @ 20:33:58
  Author: felixonmars
Revision: 624643

archrelease: copy trunk to community-staging-x86_64

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

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

Copied: tamarin-prover/repos/community-staging-x86_64/PKGBUILD (from rev 
624642, tamarin-prover/trunk/PKGBUILD)
===
--- community-staging-x86_64/PKGBUILD   (rev 0)
+++ community-staging-x86_64/PKGBUILD   2020-05-03 20:33:58 UTC (rev 624643)
@@ -0,0 +1,54 @@
+# Maintainer: Felix Yan 
+# Contributor: Arch Haskell Team 
+
+pkgname=tamarin-prover
+pkgver=1.4.1
+pkgrel=333
+pkgdesc="The Tamarin prover for security protocol analysis"
+url="https://tamarin-prover.github.io;
+license=("GPL")
+arch=('x86_64')
+depends=('ghc-libs' 'graphviz' 'maude' 'haskell-hunit' 
'haskell-binary-instances' 'haskell-binary-orphans'
+ 'haskell-blaze-builder' 'haskell-blaze-html' 'haskell-cmdargs' 
'haskell-conduit'
+ 'haskell-fclabels' 'haskell-file-embed' 'haskell-gitrev' 
'haskell-http-types'
+ 'haskell-lifted-base' 'haskell-monad-unlift'
+ 'haskell-resourcet' 'haskell-safe' 'haskell-shakespeare' 
'haskell-threads'
+ 'haskell-wai' 'haskell-warp' 'haskell-yesod-core' 
'haskell-yesod-static'
+ 'haskell-tamarin-prover-utils' 'haskell-tamarin-prover-term'
+ 'haskell-tamarin-prover-theory')
+optdepends=('ocaml: for sapic support')
+makedepends=('ghc' 'ocaml')
+source=("tamarin-prover-$pkgver.tar.gz::https://github.com/tamarin-prover/tamarin-prover/archive/$pkgver.tar.gz;)
+sha512sums=('4d3aeae02be5d430bff6c55d78656e3c9a648674d235bfeb36ce227a39abd3054a132b99ff8040abf05d8e26506fe85d21ecfb6fce73062dd45b5ba98d941144')
+
+prepare() {
+cd "${srcdir}/${pkgname}-${pkgver}"
+sed -i '/cp sapic/d' plugins/sapic/Makefile
+
+sed -i 's/binary-orphans/binary-instances/' $pkgname.cabal
+sed -i 's/Data.Binary.Orphans/Data.Binary.Instances/' src/Web/Types.hs
+}
+
+build() {
+cd "${srcdir}/${pkgname}-${pkgver}"
+
+runhaskell Setup configure -O --enable-executable-dynamic --prefix=/usr \
+--docdir="/usr/share/doc/${pkgname}" --datasubdir="$pkgname" \
+-fthreaded -ftest-coverage -f-build-tests --ghc-option='-pie'
+runhaskell Setup build
+
+cd plugins/sapic
+make -j1
+}
+
+package() {
+cd "${srcdir}/${pkgname}-${pkgver}"
+runhaskell Setup copy --destdir="${pkgdir}"
+
+install -Dm644 etc/filetype.vim 
"$pkgdir"/usr/share/vim/vimfiles/ftdetect/tamarin.vim
+install -Dm644 etc/spthy.vim 
"$pkgdir"/usr/share/vim/vimfiles/syntax/spthy.vim
+install -Dm644 etc/sapic.vim 
"$pkgdir"/usr/share/vim/vimfiles/syntax/sapic.vim
+
+cd plugins/sapic
+install -Dm755 sapic "$pkgdir"/usr/bin/sapic
+}


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

2020-05-03 Thread Felix Yan via arch-commits
Date: Sunday, May 3, 2020 @ 20:33:43
  Author: felixonmars
Revision: 624641

upgpkg: tamarin-prover 1.4.1-333: rebuild with email-validate 2.3.2.13

Modified:
  tamarin-prover/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2020-05-03 20:31:40 UTC (rev 624640)
+++ PKGBUILD2020-05-03 20:33:43 UTC (rev 624641)
@@ -3,7 +3,7 @@
 
 pkgname=tamarin-prover
 pkgver=1.4.1
-pkgrel=332
+pkgrel=333
 pkgdesc="The Tamarin prover for security protocol analysis"
 url="https://tamarin-prover.github.io;
 license=("GPL")


[arch-commits] Commit in (5 files)

2020-05-03 Thread Sven-Hendrik Haase via arch-commits
Date: Sunday, May 3, 2020 @ 20:33:49
  Author: svenstaro
Revision: 624642

Move rofi-calc from AUR

Added:
  rofi-calc/
  rofi-calc/repos/
  rofi-calc/trunk/
  rofi-calc/trunk/PKGBUILD
  rofi-calc/trunk/rofi-calc.install

---+
 PKGBUILD  |   38 ++
 rofi-calc.install |7 +++
 2 files changed, 45 insertions(+)

Added: rofi-calc/trunk/PKGBUILD
===
--- rofi-calc/trunk/PKGBUILD(rev 0)
+++ rofi-calc/trunk/PKGBUILD2020-05-03 20:33:49 UTC (rev 624642)
@@ -0,0 +1,38 @@
+# Maintainer: Sven-Hendrik Haase 
+
+pkgname=rofi-calc
+pkgver=1.7
+pkgrel=1
+pkgdesc="Do calculations in rofi"
+arch=('x86_64')
+url="https://github.com/svenstaro/rofi-calc;
+license=(MIT)
+depends=('rofi' 'libqalculate')
+install=$pkgname.install
+source=($pkgname-$pkgver.tar.gz::https://github.com/svenstaro/rofi-calc/archive/v${pkgver}.tar.gz)
+sha512sums=('e05b13b059f759718b8b8dd7b1592d6b0a469eb1e1c84f50de80b7d5e16182c75f4676278d4e0cb9c29f3fed418ccdd2bae144c259fdfb9fc7d54f1500aa20a5')
+
+prepare() {
+  cd "$srcdir/$pkgname-$pkgver"
+
+  autoreconf -i
+  rm -rf build
+  mkdir build
+}
+
+build() {
+  cd "$srcdir/$pkgname-$pkgver/build"
+
+  ../configure --prefix=/usr
+  make
+}
+
+package() {
+  cd "$srcdir/$pkgname-$pkgver/build"
+
+  make DESTDIR="$pkgdir/" install
+
+  install -Dm644 ../LICENSE "$pkgdir"/usr/share/licenses/$pkgname/LICENSE
+}
+
+# vim:set ts=2 sw=2 et:

Added: rofi-calc/trunk/rofi-calc.install
===
--- rofi-calc/trunk/rofi-calc.install   (rev 0)
+++ rofi-calc/trunk/rofi-calc.install   2020-05-03 20:33:49 UTC (rev 624642)
@@ -0,0 +1,7 @@
+post_upgrade() {
+echo "Recommended way to launching rofi-calc: rofi -show calc -modi calc 
-no-show-match -no-sort"
+}
+
+post_install() {
+post_upgrade
+}


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

2020-05-03 Thread Felix Yan via arch-commits
Date: Sunday, May 3, 2020 @ 20:31:40
  Author: felixonmars
Revision: 624640

archrelease: copy trunk to community-staging-x86_64

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

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

Copied: hledger-web/repos/community-staging-x86_64/PKGBUILD (from rev 624639, 
hledger-web/trunk/PKGBUILD)
===
--- community-staging-x86_64/PKGBUILD   (rev 0)
+++ community-staging-x86_64/PKGBUILD   2020-05-03 20:31:40 UTC (rev 624640)
@@ -0,0 +1,53 @@
+# Maintainer: Felix Yan 
+# Contributor: Arch Haskell Team 
+
+pkgname=hledger-web
+pkgver=1.17.1
+pkgrel=34
+pkgdesc="Web interface for the hledger accounting tool"
+url="http://hledger.org;
+license=("GPL")
+arch=('x86_64')
+depends=('ghc-libs' 'hledger' 'haskell-hledger-lib' 'haskell-aeson' 
'haskell-blaze-html'
+ 'haskell-blaze-markup' 'haskell-case-insensitive' 
'haskell-clientsession'
+ 'haskell-cmdargs' 'haskell-conduit' 'haskell-conduit-extra' 
'haskell-data-default'
+ 'haskell-decimal' 'haskell-extra' 'haskell-hjsmin' 
'haskell-http-conduit'
+ 'haskell-http-client' 'haskell-http-types' 'haskell-megaparsec' 
'haskell-network'
+ 'haskell-shakespeare' 'haskell-unix-compat' 'haskell-utf8-string' 
'haskell-wai'
+ 'haskell-wai-cors' 'haskell-wai-extra' 'haskell-wai-handler-launch' 
'haskell-warp'
+ 'haskell-yesod' 'haskell-yesod-core' 'haskell-yesod-form' 
'haskell-yesod-static')
+makedepends=('ghc' 'haskell-hspec' 'haskell-yesod-test')
+replaces=('hledger-api')
+source=("https://hackage.haskell.org/packages/archive/${pkgname}/${pkgver}/${pkgname}-${pkgver}.tar.gz;)
+sha512sums=('4221cd01387715efe6c17bbece72878a93acb6f1b153fac5eb2a28a3086676e9ebca84e1c6fbff86c49d2b6f383cbc2bfb38115301c10645bc9245c03c1f5b31')
+
+prepare() {
+cd $pkgname-$pkgver
+sed -i -e '/semigroups/d' $pkgname.cabal
+}
+
+build() {
+cd "${srcdir}/${pkgname}-${pkgver}"
+runhaskell Setup configure -O --enable-shared --enable-executable-dynamic 
--disable-library-vanilla \
+--prefix=/usr --docdir="/usr/share/doc/${pkgname}" 
--datasubdir="$pkgname" --enable-tests \
+--dynlibdir=/usr/lib --libsubdir=\$compiler/site-local/\$pkgid \
+-f-dev -f-library-only -fthreaded
+runhaskell Setup build
+runhaskell Setup register --gen-script
+runhaskell Setup unregister --gen-script
+sed -i -r -e "s|ghc-pkg.*update[^ ]* |&'--force' |" register.sh
+sed -i -r -e "s|ghc-pkg.*unregister[^ ]* |&'--force' |" unregister.sh
+}
+
+check() {
+cd $pkgname-$pkgver
+runhaskell Setup test
+}
+
+package() {
+cd "${srcdir}/${pkgname}-${pkgver}"
+install -D -m744 register.sh   
"${pkgdir}/usr/share/haskell/register/${pkgname}.sh"
+install -D -m744 unregister.sh 
"${pkgdir}/usr/share/haskell/unregister/${pkgname}.sh"
+runhaskell Setup copy --destdir="${pkgdir}"
+rm -f "$pkgdir"/usr/share/doc/$pkgname/LICENSE
+}


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

2020-05-03 Thread Felix Yan via arch-commits
Date: Sunday, May 3, 2020 @ 20:31:28
  Author: felixonmars
Revision: 624639

upgpkg: hledger-web 1.17.1-34: rebuild with email-validate 2.3.2.13

Modified:
  hledger-web/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2020-05-03 20:30:46 UTC (rev 624638)
+++ PKGBUILD2020-05-03 20:31:28 UTC (rev 624639)
@@ -3,7 +3,7 @@
 
 pkgname=hledger-web
 pkgver=1.17.1
-pkgrel=33
+pkgrel=34
 pkgdesc="Web interface for the hledger accounting tool"
 url="http://hledger.org;
 license=("GPL")


[arch-commits] Commit in gopass/trunk (PKGBUILD clipboard.patch)

2020-05-03 Thread Morten Linderud via arch-commits
Date: Sunday, May 3, 2020 @ 20:30:29
  Author: foxboron
Revision: 624637

upgpkg: gopass 1.9.0-2

Added:
  gopass/trunk/clipboard.patch
Modified:
  gopass/trunk/PKGBUILD

-+
 PKGBUILD|   14 +++---
 clipboard.patch |   36 
 2 files changed, 47 insertions(+), 3 deletions(-)

Modified: PKGBUILD
===
--- PKGBUILD2020-05-03 20:30:06 UTC (rev 624636)
+++ PKGBUILD2020-05-03 20:30:29 UTC (rev 624637)
@@ -1,7 +1,8 @@
 # Maintainer: Morten Linderud 
+
 pkgname=gopass
 pkgver=1.9.0
-pkgrel=1
+pkgrel=2
 pkgdesc="The slightly more awesome standard unix password manager for teams."
 arch=('x86_64')
 url="https://github.com/gopasspw/gopass;
@@ -10,9 +11,16 @@
 optdepends=('xdotool: for typing passwords selected by dmenu'
 'xsel: clipboard support'
 'xclip: clipboard support')
-source=("${pkgname}-${pkgver}.tar.gz::https://github.com/gopasspw/gopass/archive/v${pkgver}.tar.gz;)
-sha512sums=('5f0dbc42bcdbb5acdb36806b24cc607115eb403e3ca5268818590dccf23e62f5337e570b77c5fadd42e9b508fb419b51603a6cb6bb4abe6d9fa334c9710d61ca')
+source=("${pkgname}-${pkgver}.tar.gz::https://github.com/gopasspw/gopass/archive/v${pkgver}.tar.gz;
+"clipboard.patch")
+sha512sums=('5f0dbc42bcdbb5acdb36806b24cc607115eb403e3ca5268818590dccf23e62f5337e570b77c5fadd42e9b508fb419b51603a6cb6bb4abe6d9fa334c9710d61ca'
+
'05442c85c4ffe4d579aee990cd75eee7fc93972d8adf82c423a2f2b79fab67ced132f64e941cb5f2681106879555f2f8b1db8a33181588283dd6fc741bd51e30')
 
+prepare(){
+  cd "${pkgname}-${pkgver}"
+  patch -Np1 < "$srcdir/clipboard.patch"
+}
+
 build(){
   cd "${pkgname}-${pkgver}"
   export GOPATH="${srcdir}"

Added: clipboard.patch
===
--- clipboard.patch (rev 0)
+++ clipboard.patch 2020-05-03 20:30:29 UTC (rev 624637)
@@ -0,0 +1,36 @@
+From 05979a825ab10ca014052d55194273a43808b9f4 Mon Sep 17 00:00:00 2001
+From: Dominik Schulz 
+Date: Sun, 3 May 2020 21:15:32 +0200
+Subject: [PATCH] Properly specify aliases on the default show action (#1319)
+
+Fixes #1318
+
+RELEASE_NOTES=[BUGFIX] Fix -c and -C for default show action.
+
+Signed-off-by: Dominik Schulz 
+---
+ app.go | 10 ++
+ 1 files changed, 6 insertions(+), 4 deletions(-)
+
+diff --git a/app.go b/app.go
+index 8c2d0ffc..0fdcc783 100644
+--- a/app.go
 b/app.go
+@@ -70,12 +70,14 @@ func setupApp(ctx context.Context, sv semver.Version) 
(context.Context, *cli.App
+   Usage: "Assume yes on all yes/no questions or use the 
default on all others",
+   },
+   {
+-  Name:  "clip, c",
+-  Usage: "Copy the first line of the secret into the 
clipboard",
++  Name:"clip",
++  Aliases: []string{"c"},
++  Usage:   "Copy the first line of the secret into the 
clipboard",
+   },
+   {
+-  Name:  "alsoclip, C",
+-  Usage: "Copy the first line of the secret into the 
clipboard and show everything",
++  Name:"alsoclip",
++  Aliases: []string{"C"},
++  Usage:   "Copy the first line of the secret into the 
clipboard and show everything",
+   },
+   }


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

2020-05-03 Thread Felix Yan via arch-commits
Date: Sunday, May 3, 2020 @ 20:30:06
  Author: felixonmars
Revision: 624636

archrelease: copy trunk to community-staging-x86_64

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

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

Copied: git-annex/repos/community-staging-x86_64/PKGBUILD (from rev 624635, 
git-annex/trunk/PKGBUILD)
===
--- community-staging-x86_64/PKGBUILD   (rev 0)
+++ community-staging-x86_64/PKGBUILD   2020-05-03 20:30:06 UTC (rev 624636)
@@ -0,0 +1,48 @@
+# Maintainer: Felix Yan 
+# Contributor: Arch Haskell Team 
+
+pkgname=git-annex
+pkgver=8.20200501
+pkgrel=2
+pkgdesc="Manage files with git, without checking their contents into git"
+url="https://git-annex.branchable.com/;
+license=("AGPL3")
+arch=('x86_64')
+depends=('git' 'lsof' 'rsync' 'ghc-libs' 'haskell-aeson' 'haskell-async' 
'haskell-aws'
+ 'haskell-blaze-builder' 'haskell-bloomfilter' 'haskell-byteable' 
'haskell-case-insensitive'
+ 'haskell-clientsession' 'haskell-concurrent-output' 
'haskell-connection' 'haskell-conduit'
+ 'haskell-crypto-api' 'haskell-cryptonite' 'haskell-data-default' 
'haskell-dav'
+ 'haskell-dbus' 'haskell-disk-free-space' 'haskell-dlist' 
'haskell-edit-distance'
+ 'haskell-fdo-notify' 'haskell-feed' 'haskell-filepath-bytestring'
+ 'haskell-hinotify' 'haskell-hslogger' 'haskell-http-client' 
'haskell-http-client-tls'
+ 'haskell-http-conduit' 'haskell-http-types' 'haskell-ifelse' 
'haskell-magic'
+ 'haskell-memory' 'haskell-microlens' 'haskell-monad-control' 
'haskell-monad-logger'
+ 'haskell-mountpoints' 'haskell-network' 'haskell-network-info' 
'haskell-network-multicast'
+ 'haskell-network-uri' 'haskell-old-locale' 
'haskell-optparse-applicative'
+ 'haskell-path-pieces' 'haskell-persistent' 'haskell-persistent-sqlite'
+ 'haskell-persistent-template' 'haskell-quickcheck' 'haskell-random' 
'haskell-regex-tdfa'
+ 'haskell-resourcet' 'haskell-safesemaphore' 'haskell-sandi' 
'haskell-securemem'
+ 'haskell-shakespeare' 'haskell-socks' 'haskell-split' 
'haskell-stm-chans' 'haskell-tagsoup'
+ 'haskell-tasty' 'haskell-tasty-hunit' 'haskell-tasty-quickcheck' 
'haskell-tasty-rerun'
+ 'haskell-torrent' 'haskell-unix-compat' 'haskell-unliftio-core'
+ 'haskell-unordered-containers' 'haskell-utf8-string' 'haskell-uuid' 
'haskell-vector'
+ 'haskell-wai' 'haskell-wai-extra' 'haskell-warp' 'haskell-warp-tls' 
'haskell-yesod'
+ 'haskell-yesod-core' 'haskell-yesod-form' 'haskell-yesod-static')
+makedepends=('chrpath' 'ghc')
+source=("git+https://git.joeyh.name/git/git-annex.git#tag=$pkgver;)
+sha512sums=('SKIP')
+
+build() {
+  cd git-annex
+
+  sed -e 's|--ghc-options|-O --prefix=/usr --enable-executable-dynamic 
--disable-library-vanilla --docdir=/usr/share/doc/'$pkgname' --ghc-options|' \
+  -i Makefile
+  make GHC="ghc -dynamic" BUILDER=./Setup -j1
+}
+
+package() {
+  cd git-annex
+  make GHC="ghc -dynamic" BUILDER=./Setup DESTDIR="$pkgdir" install
+
+  rmdir "$pkgdir"/usr/share/doc/git-annex "$pkgdir"/usr/share/doc
+}


[arch-commits] Commit in gopass/repos/community-x86_64 (3 files)

2020-05-03 Thread Morten Linderud via arch-commits
Date: Sunday, May 3, 2020 @ 20:30:46
  Author: foxboron
Revision: 624638

archrelease: copy trunk to community-x86_64

Added:
  gopass/repos/community-x86_64/PKGBUILD
(from rev 624637, gopass/trunk/PKGBUILD)
  gopass/repos/community-x86_64/clipboard.patch
(from rev 624637, gopass/trunk/clipboard.patch)
Deleted:
  gopass/repos/community-x86_64/PKGBUILD

-+
 PKGBUILD|   68 ++
 clipboard.patch |   36 
 2 files changed, 74 insertions(+), 30 deletions(-)

Deleted: PKGBUILD
===
--- PKGBUILD2020-05-03 20:30:29 UTC (rev 624637)
+++ PKGBUILD2020-05-03 20:30:46 UTC (rev 624638)
@@ -1,30 +0,0 @@
-# Maintainer: Morten Linderud 
-pkgname=gopass
-pkgver=1.9.0
-pkgrel=1
-pkgdesc="The slightly more awesome standard unix password manager for teams."
-arch=('x86_64')
-url="https://github.com/gopasspw/gopass;
-license=('MIT')
-makedepends=('go')
-optdepends=('xdotool: for typing passwords selected by dmenu'
-'xsel: clipboard support'
-'xclip: clipboard support')
-source=("${pkgname}-${pkgver}.tar.gz::https://github.com/gopasspw/gopass/archive/v${pkgver}.tar.gz;)
-sha512sums=('5f0dbc42bcdbb5acdb36806b24cc607115eb403e3ca5268818590dccf23e62f5337e570b77c5fadd42e9b508fb419b51603a6cb6bb4abe6d9fa334c9710d61ca')
-
-build(){
-  cd "${pkgname}-${pkgver}"
-  export GOPATH="${srcdir}"
-  export GOFLAGS="-buildmode=pie -trimpath"
-  export CGO_LDFLAGS="$LDFLAGS"
-  export CGO_CFLAGS="$CFLAGS"
-  make build
-  make completion
-}
-
-package() {
-  cd "${pkgname}-${pkgver}"
-  make DESTDIR="${pkgdir}" PREFIX="/usr" install
-  install -Dm644 LICENSE "${pkgdir}/usr/share/licenses/${pkgname}/LICENSE"
-}

Copied: gopass/repos/community-x86_64/PKGBUILD (from rev 624637, 
gopass/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2020-05-03 20:30:46 UTC (rev 624638)
@@ -0,0 +1,38 @@
+# Maintainer: Morten Linderud 
+
+pkgname=gopass
+pkgver=1.9.0
+pkgrel=2
+pkgdesc="The slightly more awesome standard unix password manager for teams."
+arch=('x86_64')
+url="https://github.com/gopasspw/gopass;
+license=('MIT')
+makedepends=('go')
+optdepends=('xdotool: for typing passwords selected by dmenu'
+'xsel: clipboard support'
+'xclip: clipboard support')
+source=("${pkgname}-${pkgver}.tar.gz::https://github.com/gopasspw/gopass/archive/v${pkgver}.tar.gz;
+"clipboard.patch")
+sha512sums=('5f0dbc42bcdbb5acdb36806b24cc607115eb403e3ca5268818590dccf23e62f5337e570b77c5fadd42e9b508fb419b51603a6cb6bb4abe6d9fa334c9710d61ca'
+
'05442c85c4ffe4d579aee990cd75eee7fc93972d8adf82c423a2f2b79fab67ced132f64e941cb5f2681106879555f2f8b1db8a33181588283dd6fc741bd51e30')
+
+prepare(){
+  cd "${pkgname}-${pkgver}"
+  patch -Np1 < "$srcdir/clipboard.patch"
+}
+
+build(){
+  cd "${pkgname}-${pkgver}"
+  export GOPATH="${srcdir}"
+  export GOFLAGS="-buildmode=pie -trimpath"
+  export CGO_LDFLAGS="$LDFLAGS"
+  export CGO_CFLAGS="$CFLAGS"
+  make build
+  make completion
+}
+
+package() {
+  cd "${pkgname}-${pkgver}"
+  make DESTDIR="${pkgdir}" PREFIX="/usr" install
+  install -Dm644 LICENSE "${pkgdir}/usr/share/licenses/${pkgname}/LICENSE"
+}

Copied: gopass/repos/community-x86_64/clipboard.patch (from rev 624637, 
gopass/trunk/clipboard.patch)
===
--- clipboard.patch (rev 0)
+++ clipboard.patch 2020-05-03 20:30:46 UTC (rev 624638)
@@ -0,0 +1,36 @@
+From 05979a825ab10ca014052d55194273a43808b9f4 Mon Sep 17 00:00:00 2001
+From: Dominik Schulz 
+Date: Sun, 3 May 2020 21:15:32 +0200
+Subject: [PATCH] Properly specify aliases on the default show action (#1319)
+
+Fixes #1318
+
+RELEASE_NOTES=[BUGFIX] Fix -c and -C for default show action.
+
+Signed-off-by: Dominik Schulz 
+---
+ app.go | 10 ++
+ 1 files changed, 6 insertions(+), 4 deletions(-)
+
+diff --git a/app.go b/app.go
+index 8c2d0ffc..0fdcc783 100644
+--- a/app.go
 b/app.go
+@@ -70,12 +70,14 @@ func setupApp(ctx context.Context, sv semver.Version) 
(context.Context, *cli.App
+   Usage: "Assume yes on all yes/no questions or use the 
default on all others",
+   },
+   {
+-  Name:  "clip, c",
+-  Usage: "Copy the first line of the secret into the 
clipboard",
++  Name:"clip",
++  Aliases: []string{"c"},
++  Usage:   "Copy the first line of the secret into the 
clipboard",
+   },
+   {
+-  Name:  "alsoclip, C",
+-  Usage: "Copy the first line of the secret into the 
clipboard and show everything",
++  Name:"alsoclip",
++  Aliases: 

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

2020-05-03 Thread Felix Yan via arch-commits
Date: Sunday, May 3, 2020 @ 20:29:55
  Author: felixonmars
Revision: 624635

upgpkg: git-annex 8.20200501-2: rebuild with email-validate 2.3.2.13

Modified:
  git-annex/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2020-05-03 20:23:08 UTC (rev 624634)
+++ PKGBUILD2020-05-03 20:29:55 UTC (rev 624635)
@@ -3,7 +3,7 @@
 
 pkgname=git-annex
 pkgver=8.20200501
-pkgrel=1
+pkgrel=2
 pkgdesc="Manage files with git, without checking their contents into git"
 url="https://git-annex.branchable.com/;
 license=("AGPL3")


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

2020-05-03 Thread Felix Yan via arch-commits
Date: Sunday, May 3, 2020 @ 20:23:08
  Author: felixonmars
Revision: 624634

archrelease: copy trunk to community-staging-x86_64

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

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

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


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

2020-05-03 Thread Felix Yan via arch-commits
Date: Sunday, May 3, 2020 @ 20:22:56
  Author: felixonmars
Revision: 624633

upgpkg: haskell-yesod-static 1.6.0.1-371: rebuild with email-validate 2.3.2.13

Modified:
  haskell-yesod-static/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2020-05-03 20:21:45 UTC (rev 624632)
+++ PKGBUILD2020-05-03 20:22:56 UTC (rev 624633)
@@ -4,7 +4,7 @@
 _hkgname=yesod-static
 pkgname=haskell-yesod-static
 pkgver=1.6.0.1
-pkgrel=370
+pkgrel=371
 pkgdesc="Static file serving subsite for Yesod Web Framework."
 url="http://www.yesodweb.com/;
 license=("MIT")


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

2020-05-03 Thread Felix Yan via arch-commits
Date: Sunday, May 3, 2020 @ 20:21:45
  Author: felixonmars
Revision: 624632

archrelease: copy trunk to community-staging-x86_64

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

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

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


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

2020-05-03 Thread Felix Yan via arch-commits
Date: Sunday, May 3, 2020 @ 20:21:32
  Author: felixonmars
Revision: 624631

upgpkg: haskell-yesod-test 1.6.9-130: rebuild with email-validate 2.3.2.13

Modified:
  haskell-yesod-test/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2020-05-03 20:20:14 UTC (rev 624630)
+++ PKGBUILD2020-05-03 20:21:32 UTC (rev 624631)
@@ -3,7 +3,7 @@
 _hkgname=yesod-test
 pkgname=haskell-yesod-test
 pkgver=1.6.9
-pkgrel=129
+pkgrel=130
 pkgdesc="Integration testing for WAI/Yesod Applications"
 url="https://www.yesodweb.com;
 license=('MIT')


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

2020-05-03 Thread Felix Yan via arch-commits
Date: Sunday, May 3, 2020 @ 20:20:14
  Author: felixonmars
Revision: 624630

archrelease: copy trunk to community-staging-x86_64

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

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

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


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

2020-05-03 Thread Felix Yan via arch-commits
Date: Sunday, May 3, 2020 @ 20:20:03
  Author: felixonmars
Revision: 624629

upgpkg: haskell-yesod-auth 1.6.10-28: rebuild with email-validate 2.3.2.13

Modified:
  haskell-yesod-auth/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2020-05-03 20:18:45 UTC (rev 624628)
+++ PKGBUILD2020-05-03 20:20:03 UTC (rev 624629)
@@ -4,7 +4,7 @@
 _hkgname=yesod-auth
 pkgname=haskell-yesod-auth
 pkgver=1.6.10
-pkgrel=27
+pkgrel=28
 pkgdesc="Authentication for Yesod."
 url="http://www.yesodweb.com/;
 license=("MIT")


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

2020-05-03 Thread Felix Yan via arch-commits
Date: Sunday, May 3, 2020 @ 20:18:35
  Author: felixonmars
Revision: 624627

upgpkg: haskell-yesod 1.6.0.1-90: rebuild with email-validate 2.3.2.13

Modified:
  haskell-yesod/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2020-05-03 20:17:48 UTC (rev 624626)
+++ PKGBUILD2020-05-03 20:18:35 UTC (rev 624627)
@@ -4,7 +4,7 @@
 _hkgname=yesod
 pkgname=haskell-yesod
 pkgver=1.6.0.1
-pkgrel=89
+pkgrel=90
 pkgdesc="Creation of type-safe, RESTful web applications."
 url="http://www.yesodweb.com/;
 license=("MIT")


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

2020-05-03 Thread Felix Yan via arch-commits
Date: Sunday, May 3, 2020 @ 20:18:45
  Author: felixonmars
Revision: 624628

archrelease: copy trunk to community-staging-x86_64

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

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

Copied: haskell-yesod/repos/community-staging-x86_64/PKGBUILD (from rev 624627, 
haskell-yesod/trunk/PKGBUILD)
===
--- community-staging-x86_64/PKGBUILD   (rev 0)
+++ community-staging-x86_64/PKGBUILD   2020-05-03 20:18:45 UTC (rev 624628)
@@ -0,0 +1,52 @@
+# Maintainer: Felix Yan 
+# Contributor: Arch Haskell Team 
+
+_hkgname=yesod
+pkgname=haskell-yesod
+pkgver=1.6.0.1
+pkgrel=90
+pkgdesc="Creation of type-safe, RESTful web applications."
+url="http://www.yesodweb.com/;
+license=("MIT")
+arch=('x86_64')
+depends=('ghc-libs' 'haskell-aeson' 'haskell-conduit' 
'haskell-data-default-class'
+ 'haskell-fast-logger' 'haskell-monad-logger' 'haskell-shakespeare'
+ 'haskell-streaming-commons' 'haskell-unordered-containers' 
'haskell-wai'
+ 'haskell-wai-extra' 'haskell-wai-logger' 'haskell-warp' 'haskell-yaml'
+ 'haskell-yesod-core' 'haskell-yesod-form' 'haskell-yesod-persistent')
+makedepends=('ghc')
+source=("https://hackage.haskell.org/packages/archive/${_hkgname}/${pkgver}/${_hkgname}-${pkgver}.tar.gz;)
+sha512sums=('776668becc858274bca8883a9ffc71be48385e85ba1f393a4f4ba70d4acbac5ff8c1a5c233404d81cd34c3ba6da96d6ba97ee5e552278879ca0f877c7cf3a0cc')
+
+prepare() {
+cd $_hkgname-$pkgver
+sed -i '/semigroups/d' $_hkgname.cabal
+}
+
+build() {
+cd $_hkgname-$pkgver
+
+runhaskell Setup configure -O --enable-shared --enable-executable-dynamic 
--disable-library-vanilla \
+--prefix=/usr --docdir=/usr/share/doc/$pkgname --enable-tests \
+--dynlibdir=/usr/lib --libsubdir=\$compiler/site-local/\$pkgid
+runhaskell Setup build
+runhaskell Setup register --gen-script
+runhaskell Setup unregister --gen-script
+sed -i -r -e "s|ghc-pkg.*update[^ ]* |&'--force' |" register.sh
+sed -i -r -e "s|ghc-pkg.*unregister[^ ]* |&'--force' |" unregister.sh
+}
+
+check() {
+cd $_hkgname-$pkgver
+runhaskell Setup test
+}
+
+package() {
+cd $_hkgname-$pkgver
+
+install -D -m744 register.sh 
"$pkgdir"/usr/share/haskell/register/$pkgname.sh
+install -D -m744 unregister.sh 
"$pkgdir"/usr/share/haskell/unregister/$pkgname.sh
+runhaskell Setup copy --destdir="$pkgdir"
+install -D -m644 LICENSE "$pkgdir"/usr/share/licenses/$pkgname/LICENSE
+rm -f "$pkgdir"/usr/share/doc/$pkgname/LICENSE
+}


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

2020-05-03 Thread Felix Yan via arch-commits
Date: Sunday, May 3, 2020 @ 20:17:37
  Author: felixonmars
Revision: 624625

upgpkg: haskell-yesod-form 1.6.7-169: rebuild with email-validate 2.3.2.13

Modified:
  haskell-yesod-form/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2020-05-03 20:16:14 UTC (rev 624624)
+++ PKGBUILD2020-05-03 20:17:37 UTC (rev 624625)
@@ -4,7 +4,7 @@
 _hkgname=yesod-form
 pkgname=haskell-yesod-form
 pkgver=1.6.7
-pkgrel=168
+pkgrel=169
 pkgdesc="Form handling support for Yesod Web Framework"
 url="http://www.yesodweb.com/;
 license=("MIT")


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

2020-05-03 Thread Felix Yan via arch-commits
Date: Sunday, May 3, 2020 @ 20:17:48
  Author: felixonmars
Revision: 624626

archrelease: copy trunk to community-staging-x86_64

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

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

Copied: haskell-yesod-form/repos/community-staging-x86_64/PKGBUILD (from rev 
624625, haskell-yesod-form/trunk/PKGBUILD)
===
--- community-staging-x86_64/PKGBUILD   (rev 0)
+++ community-staging-x86_64/PKGBUILD   2020-05-03 20:17:48 UTC (rev 624626)
@@ -0,0 +1,47 @@
+# Maintainer: Felix Yan 
+# Contributor: Arch Haskell Team 
+
+_hkgname=yesod-form
+pkgname=haskell-yesod-form
+pkgver=1.6.7
+pkgrel=169
+pkgdesc="Form handling support for Yesod Web Framework"
+url="http://www.yesodweb.com/;
+license=("MIT")
+arch=('x86_64')
+depends=('ghc-libs' 'haskell-aeson' 'haskell-attoparsec' 
'haskell-blaze-builder' 'haskell-blaze-html'
+ 'haskell-blaze-markup' 'haskell-byteable' 'haskell-data-default' 
'haskell-email-validate'
+ 'haskell-network-uri' 'haskell-persistent' 'haskell-resourcet' 
'haskell-shakespeare'
+ 'haskell-wai' 'haskell-xss-sanitize' 'haskell-yesod-core' 
'haskell-yesod-persistent')
+makedepends=('ghc')
+source=("https://hackage.haskell.org/packages/archive/${_hkgname}/${pkgver}/${_hkgname}-${pkgver}.tar.gz;)
+sha512sums=('a23c2cb67ed0a87afde9e9e903aa789f8fd9c071893a1bebd0ff9dc3dec6e8e03dd08a4a7ef6ef2d438fbf62597ea0181a038bd7bb5631199c9be83d2a8aef0c')
+
+prepare() {
+cd $_hkgname-$pkgver
+sed -i '/semigroups/d' $_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 \
+--dynlibdir=/usr/lib --libsubdir=\$compiler/site-local/\$pkgid \
+-fnetwork-uri
+runhaskell Setup build
+runhaskell Setup register --gen-script
+runhaskell Setup unregister --gen-script
+sed -i -r -e "s|ghc-pkg.*update[^ ]* |&'--force' |" register.sh
+sed -i -r -e "s|ghc-pkg.*unregister[^ ]* |&'--force' |" unregister.sh
+}
+
+package() {
+cd $_hkgname-$pkgver
+
+install -D -m744 register.sh   
"$pkgdir"/usr/share/haskell/register/$pkgname.sh
+install -D -m744 unregister.sh 
"$pkgdir"/usr/share/haskell/unregister/$pkgname.sh
+runhaskell Setup copy --destdir="$pkgdir"
+install -D -m644 "LICENSE" "$pkgdir"/usr/share/licenses/$pkgname/LICENSE
+rm -f "$pkgdir"/usr/share/doc/$pkgname/LICENSE
+}


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

2020-05-03 Thread Felix Yan via arch-commits
Date: Sunday, May 3, 2020 @ 20:16:14
  Author: felixonmars
Revision: 624624

archrelease: copy trunk to community-staging-x86_64

Added:
  haskell-email-validate/repos/community-staging-x86_64/
  haskell-email-validate/repos/community-staging-x86_64/PKGBUILD
(from rev 624623, haskell-email-validate/trunk/PKGBUILD)

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

Copied: haskell-email-validate/repos/community-staging-x86_64/PKGBUILD (from 
rev 624623, haskell-email-validate/trunk/PKGBUILD)
===
--- community-staging-x86_64/PKGBUILD   (rev 0)
+++ community-staging-x86_64/PKGBUILD   2020-05-03 20:16:14 UTC (rev 624624)
@@ -0,0 +1,43 @@
+# Maintainer: Felix Yan 
+# Contributor: Arch Haskell Team 
+
+_hkgname=email-validate
+pkgname=haskell-email-validate
+pkgver=2.3.2.13
+pkgrel=1
+pkgdesc="Validating an email address string against RFC 5322"
+url="http://porg.es/blog/email-address-validation-simpler-faster-more-correct;
+license=("BSD")
+arch=('x86_64')
+depends=('ghc-libs' 'haskell-attoparsec')
+makedepends=('ghc' 'haskell-hspec' 'haskell-quickcheck' 'haskell-doctest')
+source=("https://hackage.haskell.org/packages/archive/${_hkgname}/${pkgver}/${_hkgname}-${pkgver}.tar.gz;)
+sha512sums=('22cf7517ae38aa264198288449946cc7da6bda7f799a652050de9544c9e07c5bbe6bf8c8b53526be227288214bf3144055effd858fb993704942eeda3410ba3d')
+
+build() {
+cd $_hkgname-$pkgver
+
+runhaskell Setup configure -O --enable-shared --enable-executable-dynamic 
--disable-library-vanilla \
+--prefix=/usr --docdir=/usr/share/doc/$pkgname --enable-tests \
+--dynlibdir=/usr/lib --libsubdir=\$compiler/site-local/\$pkgid
+runhaskell Setup build
+runhaskell Setup register --gen-script
+runhaskell Setup unregister --gen-script
+sed -i -r -e "s|ghc-pkg.*update[^ ]* |&'--force' |" register.sh
+sed -i -r -e "s|ghc-pkg.*unregister[^ ]* |&'--force' |" unregister.sh
+}
+
+check() {
+cd $_hkgname-$pkgver
+runhaskell Setup test
+}
+
+package() {
+cd $_hkgname-$pkgver
+
+install -D -m744 register.sh 
"$pkgdir"/usr/share/haskell/register/$pkgname.sh
+install -D -m744 unregister.sh 
"$pkgdir"/usr/share/haskell/unregister/$pkgname.sh
+runhaskell Setup copy --destdir="$pkgdir"
+install -D -m644 LICENSE "$pkgdir"/usr/share/licenses/$pkgname/LICENSE
+rm -f "$pkgdir"/usr/share/doc/$pkgname/LICENSE
+}


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

2020-05-03 Thread Felix Yan via arch-commits
Date: Sunday, May 3, 2020 @ 20:15:57
  Author: felixonmars
Revision: 624623

upgpkg: haskell-email-validate 2.3.2.13-1: rebuild with email-validate 2.3.2.13

Modified:
  haskell-email-validate/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2020-05-03 20:15:41 UTC (rev 624622)
+++ PKGBUILD2020-05-03 20:15:57 UTC (rev 624623)
@@ -3,8 +3,8 @@
 
 _hkgname=email-validate
 pkgname=haskell-email-validate
-pkgver=2.3.2.12
-pkgrel=25
+pkgver=2.3.2.13
+pkgrel=1
 pkgdesc="Validating an email address string against RFC 5322"
 url="http://porg.es/blog/email-address-validation-simpler-faster-more-correct;
 license=("BSD")
@@ -12,13 +12,8 @@
 depends=('ghc-libs' 'haskell-attoparsec')
 makedepends=('ghc' 'haskell-hspec' 'haskell-quickcheck' 'haskell-doctest')
 
source=("https://hackage.haskell.org/packages/archive/${_hkgname}/${pkgver}/${_hkgname}-${pkgver}.tar.gz;)
-sha512sums=('f049ccc6de998c23c1c6cefd7af378fe5d5ebc3d935b185865a90044c8721c982736c59a52d985d3476f5a8b1dd890dd32d02032663a9888b8001d2f623e5b0c')
+sha512sums=('22cf7517ae38aa264198288449946cc7da6bda7f799a652050de9544c9e07c5bbe6bf8c8b53526be227288214bf3144055effd858fb993704942eeda3410ba3d')
 
-prepare() {
-cd $_hkgname-$pkgver
-sed -i 's/< *2.14/<3/;s/< *2.16/<3/' $_hkgname.cabal
-}
-
 build() {
 cd $_hkgname-$pkgver
 


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

2020-05-03 Thread Felix Yan via arch-commits
Date: Sunday, May 3, 2020 @ 20:15:30
  Author: felixonmars
Revision: 624621

upgpkg: rime-cantonese 0.0.0.20200502-1

Modified:
  rime-cantonese/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2020-05-03 20:12:44 UTC (rev 624620)
+++ PKGBUILD2020-05-03 20:15:30 UTC (rev 624621)
@@ -1,8 +1,8 @@
 # Maintainer: Felix Yan 
 
 pkgname=rime-cantonese
-pkgver=0.0.0.20200501
-_commit=d13843e1ea5e77a8d6fe76e0cbd3a9181e131872
+pkgver=0.0.0.20200502
+_commit=410e0ba8c1d1ad3676f432d0a3162bbcbfc618c7
 pkgrel=1
 pkgdesc="Cantonese input for rime"
 arch=('x86_64')
@@ -12,7 +12,7 @@
 depends=('rime-cangjie' 'rime-emoji' 'rime-luna-pinyin' 'rime-stroke')
 makedepends=('librime' 'rime-prelude' 'rime-essay')
 
source=("https://github.com/rime/rime-cantonese/archive/$_commit/rime-cantonese-$_commit.tar.gz;)
-sha512sums=('a2dd6698e66e6d63141d7f0e3a3979f5841d36a1ee5d0beac76e37a5ae4b006d862cc5bc5458ab20543b7476ed3bed9f389d1ce81e97b17a98ddde86c9019bb3')
+sha512sums=('54112b7efa089721177e5ecb3b1d0f774af0acddc1a8321e9a2e1f5109067e5fe5ebe36356f50021326ab53232cdae936bd1f5d57bc836dca03d19a5c3900b25')
 
 prepare() {
   cd $pkgname-$_commit


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

2020-05-03 Thread Felix Yan via arch-commits
Date: Sunday, May 3, 2020 @ 20:15:41
  Author: felixonmars
Revision: 624622

archrelease: copy trunk to community-x86_64

Added:
  rime-cantonese/repos/community-x86_64/PKGBUILD
(from rev 624621, rime-cantonese/trunk/PKGBUILD)
Deleted:
  rime-cantonese/repos/community-x86_64/PKGBUILD

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

Deleted: PKGBUILD
===
--- PKGBUILD2020-05-03 20:15:30 UTC (rev 624621)
+++ PKGBUILD2020-05-03 20:15:41 UTC (rev 624622)
@@ -1,34 +0,0 @@
-# Maintainer: Felix Yan 
-
-pkgname=rime-cantonese
-pkgver=0.0.0.20200501
-_commit=d13843e1ea5e77a8d6fe76e0cbd3a9181e131872
-pkgrel=1
-pkgdesc="Cantonese input for rime"
-arch=('x86_64')
-url="https://github.com/rime/rime-cantonese;
-license=('LGPL')
-# dependency for reverse lookup
-depends=('rime-cangjie' 'rime-emoji' 'rime-luna-pinyin' 'rime-stroke')
-makedepends=('librime' 'rime-prelude' 'rime-essay')
-source=("https://github.com/rime/rime-cantonese/archive/$_commit/rime-cantonese-$_commit.tar.gz;)
-sha512sums=('a2dd6698e66e6d63141d7f0e3a3979f5841d36a1ee5d0beac76e37a5ae4b006d862cc5bc5458ab20543b7476ed3bed9f389d1ce81e97b17a98ddde86c9019bb3')
-
-prepare() {
-  cd $pkgname-$_commit
-  # Link essentials
-  for _f in $(pacman -Qql rime-prelude rime-essay | grep -v "/$"); do ln -sf 
$_f; done
-}
-
-build(){
-  cd $pkgname-$_commit
-  for _s in $(ls *.schema.yaml); do rime_deployer --compile $_s; done
-}
-
-package() {
-  cd $pkgname-$_commit
-  find . -type l -delete
-  rm build/*.txt
-  install -Dm644 *.yaml -t "$pkgdir"/usr/share/rime-data/
-  install -Dm644 build/* -t "$pkgdir"/usr/share/rime-data/build/
-}

Copied: rime-cantonese/repos/community-x86_64/PKGBUILD (from rev 624621, 
rime-cantonese/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2020-05-03 20:15:41 UTC (rev 624622)
@@ -0,0 +1,34 @@
+# Maintainer: Felix Yan 
+
+pkgname=rime-cantonese
+pkgver=0.0.0.20200502
+_commit=410e0ba8c1d1ad3676f432d0a3162bbcbfc618c7
+pkgrel=1
+pkgdesc="Cantonese input for rime"
+arch=('x86_64')
+url="https://github.com/rime/rime-cantonese;
+license=('LGPL')
+# dependency for reverse lookup
+depends=('rime-cangjie' 'rime-emoji' 'rime-luna-pinyin' 'rime-stroke')
+makedepends=('librime' 'rime-prelude' 'rime-essay')
+source=("https://github.com/rime/rime-cantonese/archive/$_commit/rime-cantonese-$_commit.tar.gz;)
+sha512sums=('54112b7efa089721177e5ecb3b1d0f774af0acddc1a8321e9a2e1f5109067e5fe5ebe36356f50021326ab53232cdae936bd1f5d57bc836dca03d19a5c3900b25')
+
+prepare() {
+  cd $pkgname-$_commit
+  # Link essentials
+  for _f in $(pacman -Qql rime-prelude rime-essay | grep -v "/$"); do ln -sf 
$_f; done
+}
+
+build(){
+  cd $pkgname-$_commit
+  for _s in $(ls *.schema.yaml); do rime_deployer --compile $_s; done
+}
+
+package() {
+  cd $pkgname-$_commit
+  find . -type l -delete
+  rm build/*.txt
+  install -Dm644 *.yaml -t "$pkgdir"/usr/share/rime-data/
+  install -Dm644 build/* -t "$pkgdir"/usr/share/rime-data/build/
+}


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

2020-05-03 Thread Felix Yan via arch-commits
Date: Sunday, May 3, 2020 @ 20:13:36
  Author: felixonmars
Revision: 382202

upgpkg: python-numpy 1.18.4-1

Modified:
  python-numpy/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2020-05-03 20:08:00 UTC (rev 382201)
+++ PKGBUILD2020-05-03 20:13:36 UTC (rev 382202)
@@ -4,7 +4,7 @@
 # Contributor: Angel 'angvp' Velasquez  
 
 pkgname=python-numpy
-pkgver=1.18.3
+pkgver=1.18.4
 pkgrel=1
 pkgdesc="Scientific tools for Python"
 arch=('x86_64')
@@ -17,7 +17,7 @@
 checkdepends=('python-pytest')
 options=('staticlibs')
 
source=("$pkgname-$pkgver.tar.gz::https://github.com/numpy/numpy/archive/v$pkgver.tar.gz;)
-sha512sums=('9a9423d2da9e6e408530afa91d5d6343ae8297cbae9733d4cfc9172f1e83de1405ee1c15549dacb31b7f2b2157f0cc2d9224a20186f3298004f93caed1ae3920')
+sha512sums=('38a8eef1d51f746f1f9ab3e0d9e444cfa49312df7b32c34d707fc99ffd5f21af0e482e4c378bc890161c7d0f1efab6ce7d291825a4752793d3ffeefc3fb17fbc')
 
 build() {
   cd numpy-$pkgver


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

2020-05-03 Thread Felix Yan via arch-commits
Date: Sunday, May 3, 2020 @ 20:13:46
  Author: felixonmars
Revision: 382203

archrelease: copy trunk to extra-x86_64

Added:
  python-numpy/repos/extra-x86_64/PKGBUILD
(from rev 382202, python-numpy/trunk/PKGBUILD)
Deleted:
  python-numpy/repos/extra-x86_64/PKGBUILD

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

Deleted: PKGBUILD
===
--- PKGBUILD2020-05-03 20:13:36 UTC (rev 382202)
+++ PKGBUILD2020-05-03 20:13:46 UTC (rev 382203)
@@ -1,42 +0,0 @@
-# Maintainer: Jan de Groot 
-# Maintainer: Felix Yan 
-# Contributor: Douglas Soares de Andrade 
-# Contributor: Angel 'angvp' Velasquez  
-
-pkgname=python-numpy
-pkgver=1.18.3
-pkgrel=1
-pkgdesc="Scientific tools for Python"
-arch=('x86_64')
-license=('custom')
-url="https://www.numpy.org/;
-depends=('cblas' 'lapack' 'python')
-optdepends=('python-nose: testsuite'
-'openblas: faster linear algebra')
-makedepends=('python-setuptools' 'gcc-fortran' 'python-nose' 'cython')
-checkdepends=('python-pytest')
-options=('staticlibs')
-source=("$pkgname-$pkgver.tar.gz::https://github.com/numpy/numpy/archive/v$pkgver.tar.gz;)
-sha512sums=('9a9423d2da9e6e408530afa91d5d6343ae8297cbae9733d4cfc9172f1e83de1405ee1c15549dacb31b7f2b2157f0cc2d9224a20186f3298004f93caed1ae3920')
-
-build() {
-  cd numpy-$pkgver
-  python setup.py build
-}
-
-check() {
-  # TODO: Fix fortran tests here (it works fine after installation)
-
-  cd numpy-$pkgver
-  python setup.py install --root="$PWD/tmp_install" --optimize=1
-  cd "$PWD/tmp_install"
-  PATH="$PWD/usr/bin:$PATH" 
PYTHONPATH="$PWD/usr/lib/python3.8/site-packages:$PYTHONPATH" python -c 'import 
numpy; numpy.test()'
-}
-
-package() {
-  cd numpy-$pkgver
-  python setup.py install --prefix=/usr --root="${pkgdir}" --optimize=1
-
-  install -m755 -d "${pkgdir}/usr/share/licenses/python-numpy"
-  install -m644 LICENSE.txt "${pkgdir}/usr/share/licenses/python-numpy/"
-}

Copied: python-numpy/repos/extra-x86_64/PKGBUILD (from rev 382202, 
python-numpy/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2020-05-03 20:13:46 UTC (rev 382203)
@@ -0,0 +1,42 @@
+# Maintainer: Jan de Groot 
+# Maintainer: Felix Yan 
+# Contributor: Douglas Soares de Andrade 
+# Contributor: Angel 'angvp' Velasquez  
+
+pkgname=python-numpy
+pkgver=1.18.4
+pkgrel=1
+pkgdesc="Scientific tools for Python"
+arch=('x86_64')
+license=('custom')
+url="https://www.numpy.org/;
+depends=('cblas' 'lapack' 'python')
+optdepends=('python-nose: testsuite'
+'openblas: faster linear algebra')
+makedepends=('python-setuptools' 'gcc-fortran' 'python-nose' 'cython')
+checkdepends=('python-pytest')
+options=('staticlibs')
+source=("$pkgname-$pkgver.tar.gz::https://github.com/numpy/numpy/archive/v$pkgver.tar.gz;)
+sha512sums=('38a8eef1d51f746f1f9ab3e0d9e444cfa49312df7b32c34d707fc99ffd5f21af0e482e4c378bc890161c7d0f1efab6ce7d291825a4752793d3ffeefc3fb17fbc')
+
+build() {
+  cd numpy-$pkgver
+  python setup.py build
+}
+
+check() {
+  # TODO: Fix fortran tests here (it works fine after installation)
+
+  cd numpy-$pkgver
+  python setup.py install --root="$PWD/tmp_install" --optimize=1
+  cd "$PWD/tmp_install"
+  PATH="$PWD/usr/bin:$PATH" 
PYTHONPATH="$PWD/usr/lib/python3.8/site-packages:$PYTHONPATH" python -c 'import 
numpy; numpy.test()'
+}
+
+package() {
+  cd numpy-$pkgver
+  python setup.py install --prefix=/usr --root="${pkgdir}" --optimize=1
+
+  install -m755 -d "${pkgdir}/usr/share/licenses/python-numpy"
+  install -m644 LICENSE.txt "${pkgdir}/usr/share/licenses/python-numpy/"
+}


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

2020-05-03 Thread Felix Yan via arch-commits
Date: Sunday, May 3, 2020 @ 20:12:44
  Author: felixonmars
Revision: 624620

enable test again

Modified:
  haskell-websockets/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2020-05-03 20:08:01 UTC (rev 624619)
+++ PKGBUILD2020-05-03 20:12:44 UTC (rev 624620)
@@ -38,8 +38,7 @@
 
 check() {
 cd $_hkgname-$pkgver
-# Tests hang: https://github.com/jaspervdj/websockets/issues/180
-# runhaskell Setup test
+runhaskell Setup test
 }
 
 package() {


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

2020-05-03 Thread Antonio Rojas via arch-commits
Date: Sunday, May 3, 2020 @ 20:08:00
  Author: arojas
Revision: 382201

archrelease: copy trunk to extra-x86_64

Added:
  freecell-solver/repos/extra-x86_64/PKGBUILD
(from rev 382200, freecell-solver/trunk/PKGBUILD)
Deleted:
  freecell-solver/repos/extra-x86_64/PKGBUILD

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

Deleted: PKGBUILD
===
--- PKGBUILD2020-05-03 20:07:20 UTC (rev 382200)
+++ PKGBUILD2020-05-03 20:08:00 UTC (rev 382201)
@@ -1,35 +0,0 @@
-# Maintainer: Antonio Rojas 
-
-pkgname=freecell-solver
-pkgver=5.22.1
-pkgrel=1
-pkgdesc="A program that automatically solves layouts of Freecell and similar 
variants of Card Solitaire"
-arch=(x86_64)
-url="https://fc-solve.shlomifish.org;
-license=(MIT)
-depends=(bash)
-makedepends=(cmake gperf perl-path-tiny perl-template-toolkit python-random2 
python-six python-pysol_cards rinutils)
-optdepends=('python-random2: for the Python interface' 'python-six: for the 
Python interface'
-'python-pysol_cards: for the Python interface')
-source=(https://fc-solve.shlomifish.org/downloads/fc-solve/$pkgname-$pkgver.tar.xz)
-sha256sums=('7603b161adb39dda932c734c1008c6e000b40ad69096c239cdf552c9f0b9591b')
-
-prepare() {
-  mkdir -p build
-}
-
-build() {
-  cd build
-  cmake ../$pkgname-$pkgver \
--DCMAKE_INSTALL_PREFIX=/usr \
--DFCS_WITH_TEST_SUITE=OFF \
--DBUILD_STATIC_LIBRARY=OFF
-  make
-}
-
-package() {
-  cd build
-  make DESTDIR="$pkgdir" install
-  install -Dm644 "$srcdir"/$pkgname-$pkgver/COPYING.html 
"$pkgdir"/usr/share/licenses/$pkgname/LICENSE.html
-}
-

Copied: freecell-solver/repos/extra-x86_64/PKGBUILD (from rev 382200, 
freecell-solver/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2020-05-03 20:08:00 UTC (rev 382201)
@@ -0,0 +1,35 @@
+# Maintainer: Antonio Rojas 
+
+pkgname=freecell-solver
+pkgver=5.24.0
+pkgrel=1
+pkgdesc="A program that automatically solves layouts of Freecell and similar 
variants of Card Solitaire"
+arch=(x86_64)
+url="https://fc-solve.shlomifish.org;
+license=(MIT)
+depends=(bash)
+makedepends=(cmake gperf perl-path-tiny perl-template-toolkit python-random2 
python-six python-pysol_cards rinutils)
+optdepends=('python-random2: for the Python interface' 'python-six: for the 
Python interface'
+'python-pysol_cards: for the Python interface')
+source=(https://fc-solve.shlomifish.org/downloads/fc-solve/$pkgname-$pkgver.tar.xz)
+sha256sums=('34b924e2774ef167d673055c32a829edb1fc9b44112544e99834272a8119af76')
+
+prepare() {
+  mkdir -p build
+}
+
+build() {
+  cd build
+  cmake ../$pkgname-$pkgver \
+-DCMAKE_INSTALL_PREFIX=/usr \
+-DFCS_WITH_TEST_SUITE=OFF \
+-DBUILD_STATIC_LIBRARY=OFF
+  make
+}
+
+package() {
+  cd build
+  make DESTDIR="$pkgdir" install
+  install -Dm644 "$srcdir"/$pkgname-$pkgver/COPYING.html 
"$pkgdir"/usr/share/licenses/$pkgname/LICENSE.html
+}
+


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

2020-05-03 Thread Felix Yan via arch-commits
Date: Sunday, May 3, 2020 @ 20:07:14
  Author: felixonmars
Revision: 624616

upgpkg: haskell-wai-websockets 3.0.1.2-137: rebuild with websockets 0.12.7.1

Modified:
  haskell-wai-websockets/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2020-05-03 20:06:32 UTC (rev 624615)
+++ PKGBUILD2020-05-03 20:07:14 UTC (rev 624616)
@@ -4,7 +4,7 @@
 _hkgname=wai-websockets
 pkgname=haskell-wai-websockets
 pkgver=3.0.1.2
-pkgrel=136
+pkgrel=137
 pkgdesc="Provide a bridge between WAI and the websockets package."
 url="https://github.com/yesodweb/wai;
 license=("MIT")


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

2020-05-03 Thread Antonio Rojas via arch-commits
Date: Sunday, May 3, 2020 @ 20:07:20
  Author: arojas
Revision: 382200

Update to 5.24.0

Modified:
  freecell-solver/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2020-05-03 17:47:54 UTC (rev 382199)
+++ PKGBUILD2020-05-03 20:07:20 UTC (rev 382200)
@@ -1,7 +1,7 @@
 # Maintainer: Antonio Rojas 
 
 pkgname=freecell-solver
-pkgver=5.22.1
+pkgver=5.24.0
 pkgrel=1
 pkgdesc="A program that automatically solves layouts of Freecell and similar 
variants of Card Solitaire"
 arch=(x86_64)
@@ -12,7 +12,7 @@
 optdepends=('python-random2: for the Python interface' 'python-six: for the 
Python interface'
 'python-pysol_cards: for the Python interface')
 
source=(https://fc-solve.shlomifish.org/downloads/fc-solve/$pkgname-$pkgver.tar.xz)
-sha256sums=('7603b161adb39dda932c734c1008c6e000b40ad69096c239cdf552c9f0b9591b')
+sha256sums=('34b924e2774ef167d673055c32a829edb1fc9b44112544e99834272a8119af76')
 
 prepare() {
   mkdir -p build


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

2020-05-03 Thread Felix Yan via arch-commits
Date: Sunday, May 3, 2020 @ 20:07:28
  Author: felixonmars
Revision: 624617

archrelease: copy trunk to community-staging-x86_64

Added:
  haskell-wai-websockets/repos/community-staging-x86_64/
  haskell-wai-websockets/repos/community-staging-x86_64/PKGBUILD
(from rev 624616, haskell-wai-websockets/trunk/PKGBUILD)

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

Copied: haskell-wai-websockets/repos/community-staging-x86_64/PKGBUILD (from 
rev 624616, haskell-wai-websockets/trunk/PKGBUILD)
===
--- community-staging-x86_64/PKGBUILD   (rev 0)
+++ community-staging-x86_64/PKGBUILD   2020-05-03 20:07:28 UTC (rev 624617)
@@ -0,0 +1,40 @@
+# Maintainer: Felix Yan 
+# Contributor: Arch Haskell Team 
+
+_hkgname=wai-websockets
+pkgname=haskell-wai-websockets
+pkgver=3.0.1.2
+pkgrel=137
+pkgdesc="Provide a bridge between WAI and the websockets package."
+url="https://github.com/yesodweb/wai;
+license=("MIT")
+arch=('x86_64')
+depends=('ghc-libs' 'haskell-case-insensitive' 'haskell-http-types' 
'haskell-network' 'haskell-wai'
+ 'haskell-websockets')
+makedepends=('ghc')
+source=("https://hackage.haskell.org/packages/archive/${_hkgname}/${pkgver}/${_hkgname}-${pkgver}.tar.gz;)
+sha512sums=('c3415d1a36ca2f063fb1ae0ff7d3d9d271d8ff2c6099a754baed45f1c36f24cf1fa346e8e6403499cbeb329bcdf89326a9ed95f8e60111b4a879f5e51967ecc0')
+
+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-example
+runhaskell Setup build
+runhaskell Setup register --gen-script
+runhaskell Setup unregister --gen-script
+sed -i -r -e "s|ghc-pkg.*update[^ ]* |&'--force' |" register.sh
+sed -i -r -e "s|ghc-pkg.*unregister[^ ]* |&'--force' |" unregister.sh
+}
+
+package() {
+cd $_hkgname-$pkgver
+
+install -D -m744 register.sh 
"$pkgdir"/usr/share/haskell/register/$pkgname.sh
+install -D -m744 unregister.sh 
"$pkgdir"/usr/share/haskell/unregister/$pkgname.sh
+runhaskell Setup copy --destdir="$pkgdir"
+install -D -m644 LICENSE "$pkgdir"/usr/share/licenses/$pkgname/LICENSE
+rm -f "$pkgdir"/usr/share/doc/$pkgname/LICENSE
+}


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

2020-05-03 Thread Felix Yan via arch-commits
Date: Sunday, May 3, 2020 @ 20:06:32
  Author: felixonmars
Revision: 624615

archrelease: copy trunk to community-staging-x86_64

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

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

Copied: haskell-websockets/repos/community-staging-x86_64/PKGBUILD (from rev 
624614, haskell-websockets/trunk/PKGBUILD)
===
--- community-staging-x86_64/PKGBUILD   (rev 0)
+++ community-staging-x86_64/PKGBUILD   2020-05-03 20:06:32 UTC (rev 624615)
@@ -0,0 +1,53 @@
+# Maintainer: Felix Yan 
+# Contributor: Arch Haskell Team 
+
+_hkgname=websockets
+pkgname=haskell-websockets
+pkgver=0.12.7.1
+pkgrel=1
+pkgdesc="A sensible and clean way to write WebSocket-capable servers in 
Haskell."
+url="https://hackage.haskell.org/package/${_hkgname};
+license=("BSD")
+arch=('x86_64')
+depends=('ghc-libs' 'haskell-async' 'haskell-attoparsec' 
'haskell-base64-bytestring'
+ 'haskell-case-insensitive' 'haskell-clock' 'haskell-entropy' 
'haskell-network'
+ 'haskell-random' 'haskell-sha' 'haskell-streaming-commons')
+makedepends=('ghc' 'haskell-hunit' 'haskell-test-framework' 
'haskell-test-framework-hunit'
+ 'haskell-test-framework-quickcheck2')
+source=("https://hackage.haskell.org/packages/archive/${_hkgname}/${pkgver}/${_hkgname}-${pkgver}.tar.gz;)
+sha512sums=('911464ee2726cd2b328b9793aa09d64ec0d342fdc25d05e244717256ea42deb08bc9ee181677939fccf67489caff50c5867c5f0a83e25cfd82a0027f85ad5e54')
+
+prepare() {
+cd $_hkgname-$pkgver
+sed -i -e '/bytestring-builder/d;s/< *2.14/<3/' $_hkgname.cabal
+}
+
+build() {
+cd $_hkgname-$pkgver
+
+runhaskell Setup configure -O --enable-shared --enable-executable-dynamic 
--disable-library-vanilla \
+--prefix=/usr --docdir=/usr/share/doc/$pkgname --enable-tests \
+--dynlibdir=/usr/lib --libsubdir=\$compiler/site-local/\$pkgid \
+-f-Example
+runhaskell Setup build
+runhaskell Setup register --gen-script
+runhaskell Setup unregister --gen-script
+sed -i -r -e "s|ghc-pkg.*update[^ ]* |&'--force' |" register.sh
+sed -i -r -e "s|ghc-pkg.*unregister[^ ]* |&'--force' |" unregister.sh
+}
+
+check() {
+cd $_hkgname-$pkgver
+# Tests hang: https://github.com/jaspervdj/websockets/issues/180
+# 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 "LICENCE" 
"${pkgdir}/usr/share/licenses/${pkgname}/LICENCE"
+rm -f "${pkgdir}/usr/share/doc/${pkgname}/LICENCE"
+}


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

2020-05-03 Thread Felix Yan via arch-commits
Date: Sunday, May 3, 2020 @ 20:06:23
  Author: felixonmars
Revision: 624614

upgpkg: haskell-websockets 0.12.7.1-1: rebuild with websockets 0.12.7.1

Modified:
  haskell-websockets/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2020-05-03 20:02:05 UTC (rev 624613)
+++ PKGBUILD2020-05-03 20:06:23 UTC (rev 624614)
@@ -3,8 +3,8 @@
 
 _hkgname=websockets
 pkgname=haskell-websockets
-pkgver=0.12.7.0
-pkgrel=23
+pkgver=0.12.7.1
+pkgrel=1
 pkgdesc="A sensible and clean way to write WebSocket-capable servers in 
Haskell."
 url="https://hackage.haskell.org/package/${_hkgname};
 license=("BSD")
@@ -15,11 +15,11 @@
 makedepends=('ghc' 'haskell-hunit' 'haskell-test-framework' 
'haskell-test-framework-hunit'
  'haskell-test-framework-quickcheck2')
 
source=("https://hackage.haskell.org/packages/archive/${_hkgname}/${pkgver}/${_hkgname}-${pkgver}.tar.gz;)
-sha512sums=('8cfc67df1a211ef3ec87a239747f2011c4b70e4796a8b693ea7ef1faf9fb236d6776d5adaf54ff0665a27d87ffb5f02a1e43b8e4c3674a5e710f13ee0675db8f')
+sha512sums=('911464ee2726cd2b328b9793aa09d64ec0d342fdc25d05e244717256ea42deb08bc9ee181677939fccf67489caff50c5867c5f0a83e25cfd82a0027f85ad5e54')
 
 prepare() {
 cd $_hkgname-$pkgver
-sed -i -e '/bytestring-builder/d;s/< *2.14/<3/;s/< *1.1/<2/' 
$_hkgname.cabal
+sed -i -e '/bytestring-builder/d;s/< *2.14/<3/' $_hkgname.cabal
 }
 
 build() {


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

2020-05-03 Thread Felix Yan via arch-commits
Date: Sunday, May 3, 2020 @ 20:01:49
  Author: felixonmars
Revision: 624612

upgpkg: ts-node 8.10.0-1

Modified:
  ts-node/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2020-05-03 20:00:07 UTC (rev 624611)
+++ PKGBUILD2020-05-03 20:01:49 UTC (rev 624612)
@@ -2,7 +2,7 @@
 # Contributor: Bruno Galeotti 
 
 pkgname=ts-node
-pkgver=8.9.1
+pkgver=8.10.0
 pkgrel=1
 pkgdesc="TypeScript execution and REPL for node.js, with source map support"
 arch=('any')
@@ -12,7 +12,7 @@
 makedepends=('npm')
 source=(https://registry.npmjs.org/$pkgname/-/$pkgname-$pkgver.tgz)
 noextract=($pkgname-$pkgver.tgz)
-sha512sums=('cababa383b311054cbcf4477057da6c9fd1604249087d03ea72f0f068d5d0b358839cbe2b1bc87e9a90d2aa0c73205de3c5da48abe669b92572531f739425839')
+sha512sums=('f6594d13b10ec0f5ebe347b4d430151d332058b5c3c8704c45a041e3bc5b175a696d856173a88d4ff554cf68e7b64ccfc6304e8f13a7fff5e4781801b476e7ff')
 
 package() {
   npm install -g --user root --prefix "$pkgdir"/usr 
"$srcdir"/$pkgname-$pkgver.tgz


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

2020-05-03 Thread Felix Yan via arch-commits
Date: Sunday, May 3, 2020 @ 20:02:05
  Author: felixonmars
Revision: 624613

archrelease: copy trunk to community-any

Added:
  ts-node/repos/community-any/PKGBUILD
(from rev 624612, ts-node/trunk/PKGBUILD)
Deleted:
  ts-node/repos/community-any/PKGBUILD

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

Deleted: PKGBUILD
===
--- PKGBUILD2020-05-03 20:01:49 UTC (rev 624612)
+++ PKGBUILD2020-05-03 20:02:05 UTC (rev 624613)
@@ -1,29 +0,0 @@
-# Maintainer: Felix Yan 
-# Contributor: Bruno Galeotti 
-
-pkgname=ts-node
-pkgver=8.9.1
-pkgrel=1
-pkgdesc="TypeScript execution and REPL for node.js, with source map support"
-arch=('any')
-url="https://github.com/TypeStrong/ts-node;
-license=('MIT')
-depends=('nodejs' 'typescript')
-makedepends=('npm')
-source=(https://registry.npmjs.org/$pkgname/-/$pkgname-$pkgver.tgz)
-noextract=($pkgname-$pkgver.tgz)
-sha512sums=('cababa383b311054cbcf4477057da6c9fd1604249087d03ea72f0f068d5d0b358839cbe2b1bc87e9a90d2aa0c73205de3c5da48abe669b92572531f739425839')
-
-package() {
-  npm install -g --user root --prefix "$pkgdir"/usr 
"$srcdir"/$pkgname-$pkgver.tgz
-
-  # Non-deterministic race in npm gives 777 permissions to random directories.
-  # See https://github.com/npm/npm/issues/9359 for details.
-  chmod -R u=rwX,go=rX "$pkgdir"
-
-  # npm installs package.json owned by build user
-  # https://bugs.archlinux.org/task/63396
-  chown -R root:root "$pkgdir"
-}
-
-# vim:set ts=2 sw=2 et:

Copied: ts-node/repos/community-any/PKGBUILD (from rev 624612, 
ts-node/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2020-05-03 20:02:05 UTC (rev 624613)
@@ -0,0 +1,29 @@
+# Maintainer: Felix Yan 
+# Contributor: Bruno Galeotti 
+
+pkgname=ts-node
+pkgver=8.10.0
+pkgrel=1
+pkgdesc="TypeScript execution and REPL for node.js, with source map support"
+arch=('any')
+url="https://github.com/TypeStrong/ts-node;
+license=('MIT')
+depends=('nodejs' 'typescript')
+makedepends=('npm')
+source=(https://registry.npmjs.org/$pkgname/-/$pkgname-$pkgver.tgz)
+noextract=($pkgname-$pkgver.tgz)
+sha512sums=('f6594d13b10ec0f5ebe347b4d430151d332058b5c3c8704c45a041e3bc5b175a696d856173a88d4ff554cf68e7b64ccfc6304e8f13a7fff5e4781801b476e7ff')
+
+package() {
+  npm install -g --user root --prefix "$pkgdir"/usr 
"$srcdir"/$pkgname-$pkgver.tgz
+
+  # Non-deterministic race in npm gives 777 permissions to random directories.
+  # See https://github.com/npm/npm/issues/9359 for details.
+  chmod -R u=rwX,go=rX "$pkgdir"
+
+  # npm installs package.json owned by build user
+  # https://bugs.archlinux.org/task/63396
+  chown -R root:root "$pkgdir"
+}
+
+# vim:set ts=2 sw=2 et:


[arch-commits] Commit in smartdns/trunk (PKGBUILD systemd.patch)

2020-05-03 Thread Felix Yan via arch-commits
Date: Sunday, May 3, 2020 @ 19:59:39
  Author: felixonmars
Revision: 624610

upgpkg: smartdns 31-1

Modified:
  smartdns/trunk/PKGBUILD
Deleted:
  smartdns/trunk/systemd.patch

---+
 PKGBUILD  |   19 ++-
 systemd.patch |   24 
 2 files changed, 6 insertions(+), 37 deletions(-)

Modified: PKGBUILD
===
--- PKGBUILD2020-05-03 19:25:57 UTC (rev 624609)
+++ PKGBUILD2020-05-03 19:59:39 UTC (rev 624610)
@@ -2,7 +2,7 @@
 # Contributor: zlowly 
 
 pkgname=smartdns
-pkgver=30
+pkgver=31
 pkgrel=1
 pkgdesc="A local DNS server to obtain the fastest website IP for the best 
Internet experience"
 arch=('x86_64')
@@ -10,15 +10,9 @@
 url="https://github.com/pymumu/smartdns;
 backup=("etc/smartdns/smartdns.conf")
 depends=('openssl')
-source=("$pkgname-$pkgver.tar.gz::https://github.com/pymumu/smartdns/archive/Release$pkgver.tar.gz;
-systemd.patch)
-sha512sums=('f9b2f8947822da1dfb84a2d4c7a8175690d7425ceedaf7217ddb25b79d16677100385a505326c91f85928020aaa66f4c862678132ca415c319325f54913174c0'
-
'8868441c983fe4426f3876a1fa6f1e89bfde2ede78b7fae564cd840a269523b6952c1fbd7f44a562d0c875e35d6d563b335e1f0503e7b49d0aed0fa9655abdab')
+source=("$pkgname-$pkgver.tar.gz::https://github.com/pymumu/smartdns/archive/Release$pkgver.tar.gz;)
+sha512sums=('fd774714c2ef58bf7bb0d69fb7530cea4472e3b9bbe9371f174ce792be2f3ab26f9dc617f26ac8f07d13c5e08e5a5b3701e19bd11a36753f7d07936a00ebfe9d')
 
-prepare() {
-  patch -p1 -i systemd.patch smartdns-Release$pkgver/systemd/smartdns.service
-}
-
 build() {
   cd smartdns-Release$pkgver/src
   make
@@ -26,8 +20,7 @@
 
 package() {
   cd smartdns-Release$pkgver
-  install -Dm755 src/smartdns "$pkgdir"/usr/bin/smartdns
-  install -Dm644 etc/smartdns/smartdns.conf 
"$pkgdir"/etc/smartdns/smartdns.conf
-  install -Dm644 etc/default/smartdns "$pkgdir"/etc/default/smartdns
-  install -Dm644 systemd/smartdns.service 
"$pkgdir"/usr/lib/systemd/system/smartdns.service
+  make DESTDIR="$pkgdir" RUNSTATEDIR=/run SBINDIR=/usr/bin install
+
+  rm -r "$pkgdir"/etc/init.d
 }

Deleted: systemd.patch
===
--- systemd.patch   2020-05-03 19:25:57 UTC (rev 624609)
+++ systemd.patch   2020-05-03 19:59:39 UTC (rev 624610)
@@ -1,24 +0,0 @@
 smartdns.service.old   2019-09-24 10:41:44.487335094 +0800
-+++ smartdns.service.new   2019-09-24 10:44:43.832401460 +0800
-@@ -1,17 +1,17 @@
- [Unit]
- Description=smart dns server
- After=network.target 
-+StartLimitBurst=0
-+StartLimitIntervalSec=60
- 
- [Service]
- Type=forking
--PIDFile=/var/run/smartdns.pid
-+PIDFile=/run/smartdns.pid
- EnvironmentFile=/etc/default/smartdns
--ExecStart=/usr/sbin/smartdns $SMART_DNS_OPTS
-+ExecStart=/usr/bin/smartdns $SMART_DNS_OPTS
- KillMode=process
- Restart=always
- RestartSec=2
--StartLimitBurst=0
--StartLimitIntervalSec=60
- 
- [Install]
- WantedBy=multi-user.target


[arch-commits] Commit in smartdns/repos/community-x86_64 (3 files)

2020-05-03 Thread Felix Yan via arch-commits
Date: Sunday, May 3, 2020 @ 20:00:07
  Author: felixonmars
Revision: 624611

archrelease: copy trunk to community-x86_64

Added:
  smartdns/repos/community-x86_64/PKGBUILD
(from rev 624610, smartdns/trunk/PKGBUILD)
Deleted:
  smartdns/repos/community-x86_64/PKGBUILD
  smartdns/repos/community-x86_64/systemd.patch

---+
 PKGBUILD  |   59 
 systemd.patch |   24 --
 2 files changed, 26 insertions(+), 57 deletions(-)

Deleted: PKGBUILD
===
--- PKGBUILD2020-05-03 19:59:39 UTC (rev 624610)
+++ PKGBUILD2020-05-03 20:00:07 UTC (rev 624611)
@@ -1,33 +0,0 @@
-# Maintainer: Felix Yan 
-# Contributor: zlowly 
-
-pkgname=smartdns
-pkgver=30
-pkgrel=1
-pkgdesc="A local DNS server to obtain the fastest website IP for the best 
Internet experience"
-arch=('x86_64')
-license=('GPL')
-url="https://github.com/pymumu/smartdns;
-backup=("etc/smartdns/smartdns.conf")
-depends=('openssl')
-source=("$pkgname-$pkgver.tar.gz::https://github.com/pymumu/smartdns/archive/Release$pkgver.tar.gz;
-systemd.patch)
-sha512sums=('f9b2f8947822da1dfb84a2d4c7a8175690d7425ceedaf7217ddb25b79d16677100385a505326c91f85928020aaa66f4c862678132ca415c319325f54913174c0'
-
'8868441c983fe4426f3876a1fa6f1e89bfde2ede78b7fae564cd840a269523b6952c1fbd7f44a562d0c875e35d6d563b335e1f0503e7b49d0aed0fa9655abdab')
-
-prepare() {
-  patch -p1 -i systemd.patch smartdns-Release$pkgver/systemd/smartdns.service
-}
-
-build() {
-  cd smartdns-Release$pkgver/src
-  make
-}
-
-package() {
-  cd smartdns-Release$pkgver
-  install -Dm755 src/smartdns "$pkgdir"/usr/bin/smartdns
-  install -Dm644 etc/smartdns/smartdns.conf 
"$pkgdir"/etc/smartdns/smartdns.conf
-  install -Dm644 etc/default/smartdns "$pkgdir"/etc/default/smartdns
-  install -Dm644 systemd/smartdns.service 
"$pkgdir"/usr/lib/systemd/system/smartdns.service
-}

Copied: smartdns/repos/community-x86_64/PKGBUILD (from rev 624610, 
smartdns/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2020-05-03 20:00:07 UTC (rev 624611)
@@ -0,0 +1,26 @@
+# Maintainer: Felix Yan 
+# Contributor: zlowly 
+
+pkgname=smartdns
+pkgver=31
+pkgrel=1
+pkgdesc="A local DNS server to obtain the fastest website IP for the best 
Internet experience"
+arch=('x86_64')
+license=('GPL')
+url="https://github.com/pymumu/smartdns;
+backup=("etc/smartdns/smartdns.conf")
+depends=('openssl')
+source=("$pkgname-$pkgver.tar.gz::https://github.com/pymumu/smartdns/archive/Release$pkgver.tar.gz;)
+sha512sums=('fd774714c2ef58bf7bb0d69fb7530cea4472e3b9bbe9371f174ce792be2f3ab26f9dc617f26ac8f07d13c5e08e5a5b3701e19bd11a36753f7d07936a00ebfe9d')
+
+build() {
+  cd smartdns-Release$pkgver/src
+  make
+}
+
+package() {
+  cd smartdns-Release$pkgver
+  make DESTDIR="$pkgdir" RUNSTATEDIR=/run SBINDIR=/usr/bin install
+
+  rm -r "$pkgdir"/etc/init.d
+}

Deleted: systemd.patch
===
--- systemd.patch   2020-05-03 19:59:39 UTC (rev 624610)
+++ systemd.patch   2020-05-03 20:00:07 UTC (rev 624611)
@@ -1,24 +0,0 @@
 smartdns.service.old   2019-09-24 10:41:44.487335094 +0800
-+++ smartdns.service.new   2019-09-24 10:44:43.832401460 +0800
-@@ -1,17 +1,17 @@
- [Unit]
- Description=smart dns server
- After=network.target 
-+StartLimitBurst=0
-+StartLimitIntervalSec=60
- 
- [Service]
- Type=forking
--PIDFile=/var/run/smartdns.pid
-+PIDFile=/run/smartdns.pid
- EnvironmentFile=/etc/default/smartdns
--ExecStart=/usr/sbin/smartdns $SMART_DNS_OPTS
-+ExecStart=/usr/bin/smartdns $SMART_DNS_OPTS
- KillMode=process
- Restart=always
- RestartSec=2
--StartLimitBurst=0
--StartLimitIntervalSec=60
- 
- [Install]
- WantedBy=multi-user.target


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

2020-05-03 Thread David Runge via arch-commits
Date: Sunday, May 3, 2020 @ 19:25:57
  Author: dvzrv
Revision: 624609

archrelease: copy trunk to community-x86_64

Added:
  freewheeling/repos/community-x86_64/PKGBUILD
(from rev 624608, freewheeling/trunk/PKGBUILD)
Deleted:
  freewheeling/repos/community-x86_64/PKGBUILD

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

Deleted: PKGBUILD
===
--- PKGBUILD2020-05-03 19:25:47 UTC (rev 624608)
+++ PKGBUILD2020-05-03 19:25:57 UTC (rev 624609)
@@ -1,48 +0,0 @@
-# Maintainer: David Runge 
-pkgname=freewheeling
-pkgver=0.6.5
-pkgrel=2
-pkgdesc="A live looper"
-arch=('x86_64')
-url="https://github.com/free-wheeling/freewheeling;
-license=('GPL2')
-groups=('pro-audio')
-depends=('fluidsynth' 'liblo' 'libxml2' 'nettle' 'sdl_gfx' 'sdl_ttf')
-makedepends=('gendesk')
-source=("$pkgname-$pkgver.tar.gz::https://github.com/free-wheeling/${pkgname}/archive/v${pkgver}.tar.gz;
-
"$pkgname.jpg::https://raw.githubusercontent.com/wiki/free-wheeling/${pkgname}/${pkgname}-logo-1.jpg;)
-sha512sums=('c7ab563ac68b6466fa7da25b1110835ab3729058351bfabd0e99be68fbf2d08faa08adc37cf66b8a910d3a15deb64ef1994278e959319ded2dfbcc7c17425356'
-
'9f8386bff7b34c8ca44d0ad5b87d4e74a0b901a64e50bc5d8d99dd1f1ad10eb5b6b29f7b6fc8f106c425b2de0285517af3158472654abb2c914d48645dab0913')
-
-prepare() {
-  cd "$pkgname-$pkgver"
-  autoreconf -vfi
-  # XDG desktop file
-  gendesk -n \
-  --pkgname ${pkgname} \
-  --pkgdesc "${pkgdesc}" \
-  --name Freewheeling \
-  --exec fweelin \
-  --categories "Audio;Sequencer"
-}
-
-build() {
-  cd "$pkgname-$pkgver"
-  # fix broken SDL/SDL.h include
-#  CPPFLAGS="-I/usr/include/SDL" \
-  ./configure --prefix=/usr
-  make
-}
-
-package() {
-  cd "$pkgname-$pkgver"
-  make DESTDIR="$pkgdir/" install
-  # XDG desktop integration
-  install -vDm 644 "${pkgname}.desktop" -t "${pkgdir}/usr/share/applications/"
-  install -vDm 644 "../${pkgname}.jpg" -t "${pkgdir}/usr/share/pixmaps/"
-  #docs
-  install -vDm 644 {AUTHORS,ChangeLog,NEWS,README.md,THANKS,TUNING} \
--t "${pkgdir}/usr/share/doc/${pkgname}"
-  #examples
-  install -vDm 644 examples/* -t "${pkgdir}/usr/share/doc/${pkgname}/examples"
-}

Copied: freewheeling/repos/community-x86_64/PKGBUILD (from rev 624608, 
freewheeling/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2020-05-03 19:25:57 UTC (rev 624609)
@@ -0,0 +1,51 @@
+# Maintainer: David Runge 
+
+pkgname=freewheeling
+pkgver=0.6.6
+pkgrel=1
+pkgdesc="A live looper"
+arch=('x86_64')
+url="https://github.com/free-wheeling/freewheeling;
+license=('GPL2')
+groups=('pro-audio')
+depends=('gcc-libs' 'glibc' 'libogg' 'libx11' 'libxml2' 'nettle' 'sdl'
+'sdl_gfx' 'sdl_ttf')
+makedepends=('alsa-lib' 'fluidsynth' 'gendesk' 'jack' 'liblo' 'libsndfile'
+'libvorbis')
+source=("$pkgname-$pkgver.tar.gz::https://github.com/free-wheeling/${pkgname}/archive/v${pkgver}.tar.gz;
+
"$pkgname.jpg::https://raw.githubusercontent.com/wiki/free-wheeling/${pkgname}/${pkgname}-logo-1.jpg;)
+sha512sums=('c2b51b44f2dfc6e0f97a52f9be1c24b61516719b56eb3f641c5b29616f626c09f0d211ecef23b4857dabab04950e31c2ab45b73a1e4d4b7dfd534e3fffc09f57'
+
'9f8386bff7b34c8ca44d0ad5b87d4e74a0b901a64e50bc5d8d99dd1f1ad10eb5b6b29f7b6fc8f106c425b2de0285517af3158472654abb2c914d48645dab0913')
+
+prepare() {
+  cd "$pkgname-$pkgver"
+  autoreconf -vfi
+  # XDG desktop file
+  gendesk -n \
+  --pkgname ${pkgname} \
+  --pkgdesc "${pkgdesc}" \
+  --name Freewheeling \
+  --exec fweelin \
+  --categories "Audio;Sequencer"
+}
+
+build() {
+  cd "$pkgname-$pkgver"
+  ./configure --prefix=/usr
+  make
+}
+
+package() {
+  depends+=('libasound.so' 'libfluidsynth.so' 'libjack.so' 'liblo.so'
+  'libsndfile.so' 'libvorbis.so' 'libvorbisenc.so' 'libvorbisfile.so')
+  cd "$pkgname-$pkgver"
+  make DESTDIR="$pkgdir/" install
+  # XDG desktop integration
+  install -vDm 644 "${pkgname}.desktop" -t "${pkgdir}/usr/share/applications/"
+  install -vDm 644 "../${pkgname}.jpg" -t "${pkgdir}/usr/share/pixmaps/"
+  #docs
+  install -vDm 644 {AUTHORS,ChangeLog,NEWS,README.md,THANKS,TUNING} \
+-t "${pkgdir}/usr/share/doc/${pkgname}"
+  #examples
+  install -vDm 644 examples/* -t "${pkgdir}/usr/share/doc/${pkgname}/examples"
+}


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

2020-05-03 Thread David Runge via arch-commits
Date: Sunday, May 3, 2020 @ 19:25:47
  Author: dvzrv
Revision: 624608

upgpkg: freewheeling 0.6.6-1: Upgrading to 0.6.6.

Updating maintainer info.
Moving all sodeps to package() and adding the respective packages to 
makedepends.

Modified:
  freewheeling/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2020-05-03 19:04:10 UTC (rev 624607)
+++ PKGBUILD2020-05-03 19:25:47 UTC (rev 624608)
@@ -1,17 +1,20 @@
-# Maintainer: David Runge 
+# Maintainer: David Runge 
+
 pkgname=freewheeling
-pkgver=0.6.5
-pkgrel=2
+pkgver=0.6.6
+pkgrel=1
 pkgdesc="A live looper"
 arch=('x86_64')
 url="https://github.com/free-wheeling/freewheeling;
 license=('GPL2')
 groups=('pro-audio')
-depends=('fluidsynth' 'liblo' 'libxml2' 'nettle' 'sdl_gfx' 'sdl_ttf')
-makedepends=('gendesk')
+depends=('gcc-libs' 'glibc' 'libogg' 'libx11' 'libxml2' 'nettle' 'sdl'
+'sdl_gfx' 'sdl_ttf')
+makedepends=('alsa-lib' 'fluidsynth' 'gendesk' 'jack' 'liblo' 'libsndfile'
+'libvorbis')
 
source=("$pkgname-$pkgver.tar.gz::https://github.com/free-wheeling/${pkgname}/archive/v${pkgver}.tar.gz;
 
"$pkgname.jpg::https://raw.githubusercontent.com/wiki/free-wheeling/${pkgname}/${pkgname}-logo-1.jpg;)
-sha512sums=('c7ab563ac68b6466fa7da25b1110835ab3729058351bfabd0e99be68fbf2d08faa08adc37cf66b8a910d3a15deb64ef1994278e959319ded2dfbcc7c17425356'
+sha512sums=('c2b51b44f2dfc6e0f97a52f9be1c24b61516719b56eb3f641c5b29616f626c09f0d211ecef23b4857dabab04950e31c2ab45b73a1e4d4b7dfd534e3fffc09f57'
 
'9f8386bff7b34c8ca44d0ad5b87d4e74a0b901a64e50bc5d8d99dd1f1ad10eb5b6b29f7b6fc8f106c425b2de0285517af3158472654abb2c914d48645dab0913')
 
 prepare() {
@@ -28,13 +31,13 @@
 
 build() {
   cd "$pkgname-$pkgver"
-  # fix broken SDL/SDL.h include
-#  CPPFLAGS="-I/usr/include/SDL" \
   ./configure --prefix=/usr
   make
 }
 
 package() {
+  depends+=('libasound.so' 'libfluidsynth.so' 'libjack.so' 'liblo.so'
+  'libsndfile.so' 'libvorbis.so' 'libvorbisenc.so' 'libvorbisfile.so')
   cd "$pkgname-$pkgver"
   make DESTDIR="$pkgdir/" install
   # XDG desktop integration


[arch-commits] Commit in shards/repos/community-x86_64 (3 files)

2020-05-03 Thread Anatol Pomozov via arch-commits
Date: Sunday, May 3, 2020 @ 19:04:10
  Author: anatolik
Revision: 624607

archrelease: copy trunk to community-x86_64

Added:
  shards/repos/community-x86_64/PKGBUILD
(from rev 624606, shards/trunk/PKGBUILD)
  shards/repos/community-x86_64/fix_build.patch
(from rev 624606, shards/trunk/fix_build.patch)
Deleted:
  shards/repos/community-x86_64/PKGBUILD

-+
 PKGBUILD|   72 --
 fix_build.patch |   64 
 2 files changed, 102 insertions(+), 34 deletions(-)

Deleted: PKGBUILD
===
--- PKGBUILD2020-05-03 19:03:45 UTC (rev 624606)
+++ PKGBUILD2020-05-03 19:04:10 UTC (rev 624607)
@@ -1,34 +0,0 @@
-# Maintainer: Anatol Pomozov 
-# Contributor: Jonne Haß 
-
-pkgname=shards
-pkgver=0.9.0
-pkgrel=2
-pkgdesc='The package manager for the Crystal language'
-arch=(x86_64)
-url='https://github.com/crystal-lang/shards'
-license=(Apache)
-depends=(libyaml git pcre libevent gc)
-makedepends=(crystal)
-source=(shards-$pkgver.tar.gz::https://github.com/crystal-lang/shards/archive/v$pkgver.tar.gz)
-sha256sums=('90f230c87cc7b94ca845e6fe34f2523edcadb562d715daaf98603edfa2a94d65')
-
-build() {
-  cd shards-$pkgver
-  crystal build --release -o bin/shards src/shards.cr
-}
-
-check() {
-  cd shards-$pkgver
-  ./bin/shards install
-  # currently tests fail because they try to write to read-only directory
-  #make test
-}
-
-package() {
-  cd shards-$pkgver
-
-  install -Dm755 bin/shards "$pkgdir/usr/bin/shards"
-  install -Dm755 man/shards.1 "$pkgdir/usr/share/man/man1/shards.1"
-  install -Dm644 LICENSE "$pkgdir/usr/share/licenses/$pkgname/LICENSE"
-}

Copied: shards/repos/community-x86_64/PKGBUILD (from rev 624606, 
shards/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2020-05-03 19:04:10 UTC (rev 624607)
@@ -0,0 +1,38 @@
+# Maintainer: Anatol Pomozov 
+# Contributor: Jonne Haß 
+
+pkgname=shards
+pkgver=0.10.0
+pkgrel=1
+pkgdesc='The package manager for the Crystal language'
+arch=(x86_64)
+url='https://github.com/crystal-lang/shards'
+license=(Apache)
+depends=(libyaml git pcre libevent gc)
+makedepends=(crystal)
+source=(shards-$pkgver.tar.gz::https://github.com/crystal-lang/shards/archive/v$pkgver.tar.gz
+fix_build.patch) # a few upstream changes to fix the build
+sha256sums=('3aea420df959552d1866d473c878ab1ed0b58489c4c9881ef40a170cfb775459'
+'61f1a81bd3d6e386de8746fffd7f9bc1ac6db6b5a82f18fd901fd5c5edf7a09c')
+
+prepare() {
+  cd shards-$pkgver
+  patch -p1 < ../fix_build.patch
+}
+
+build() {
+  cd shards-$pkgver
+  CRYSTAL_OPTS=--release make -j1
+}
+
+check() {
+  cd shards-$pkgver
+  # tests are currently failing. TODO: fix it
+  # make test -j1 # https://github.com/crystal-lang/shards/issues/347
+}
+
+package() {
+  cd shards-$pkgver
+  PREFIX=/usr DESTDIR="$pkgdir" make install
+  install -Dm644 LICENSE "$pkgdir/usr/share/licenses/$pkgname/LICENSE"
+}

Copied: shards/repos/community-x86_64/fix_build.patch (from rev 624606, 
shards/trunk/fix_build.patch)
===
--- fix_build.patch (rev 0)
+++ fix_build.patch 2020-05-03 19:04:10 UTC (rev 624607)
@@ -0,0 +1,64 @@
+diff --git a/Makefile b/Makefile
+index 0d0b989..35d5543 100644
+--- a/Makefile
 b/Makefile
+@@ -1,26 +1,29 @@
+ .POSIX:
+ 
+ CRYSTAL = crystal
+-CRFLAGS =
++SHARDS = shards
+ SHARDS_SOURCES = $(shell find src -name '*.cr')
+-MOLINILLO_SOURCES = $(shell find lib/molinillo -name '*.cr')
++MOLINILLO_SOURCES = $(shell find lib/molinillo -name '*.cr' 2> /dev/null)
+ SOURCES = $(SHARDS_SOURCES) $(MOLINILLO_SOURCES)
+ TEMPLATES = src/templates/*.ecr
+ 
+-DESTDIR =
+-PREFIX = /usr/local
+-BINDIR = $(DESTDIR)$(PREFIX)/bin
+-MANDIR = $(DESTDIR)$(PREFIX)/share/man
+-INSTALL = /usr/bin/install
++DESTDIR ?=
++PREFIX ?= /usr/local
++BINDIR ?= $(DESTDIR)$(PREFIX)/bin
++MANDIR ?= $(DESTDIR)$(PREFIX)/share/man
++INSTALL ?= /usr/bin/install
++
++MOLINILLO_VERSION = $(shell $(CRYSTAL) eval 'require "yaml"; puts 
YAML.parse(File.read("shard.lock"))["shards"]["molinillo"]["version"]')
++MOLINILLO_URL = 
"https://github.com/crystal-lang/crystal-molinillo/archive/v$(MOLINILLO_VERSION).tar.gz"
+ 
+ all: bin/shards
+ 
+ clean: phony
+   rm -f bin/shards
+ 
+-bin/shards: $(SOURCES) $(TEMPLATES)
++bin/shards: $(SOURCES) $(TEMPLATES) lib
+   @mkdir -p bin
+-  $(CRYSTAL) build src/shards.cr -o bin/shards $(CRFLAGS)
++  $(CRYSTAL) build src/shards.cr -o bin/shards
+ 
+ install: bin/shards phony
+   $(INSTALL) -m 0755 -d "$(BINDIR)" "$(MANDIR)/man1" "$(MANDIR)/man5"
+@@ -35,10 +38,17 @@ uninstall: phony
+ 
+ test: test_unit test_integration
+ 
+-test_unit: phony
+-  $(CRYSTAL) spec ./spec/unit/*_spec.cr
++test_unit: phony lib
++  $(CRYSTAL) spec 

[arch-commits] Commit in shards/trunk (PKGBUILD fix_build.patch)

2020-05-03 Thread Anatol Pomozov via arch-commits
Date: Sunday, May 3, 2020 @ 19:03:45
  Author: anatolik
Revision: 624606

upgpkg: shards 0.10.0-1

Pull some of the Makefile fixes from upstream

Added:
  shards/trunk/fix_build.patch
Modified:
  shards/trunk/PKGBUILD

-+
 PKGBUILD|   26 -
 fix_build.patch |   64 ++
 2 files changed, 79 insertions(+), 11 deletions(-)

Modified: PKGBUILD
===
--- PKGBUILD2020-05-03 18:26:21 UTC (rev 624605)
+++ PKGBUILD2020-05-03 19:03:45 UTC (rev 624606)
@@ -2,8 +2,8 @@
 # Contributor: Jonne Haß 
 
 pkgname=shards
-pkgver=0.9.0
-pkgrel=2
+pkgver=0.10.0
+pkgrel=1
 pkgdesc='The package manager for the Crystal language'
 arch=(x86_64)
 url='https://github.com/crystal-lang/shards'
@@ -10,25 +10,29 @@
 license=(Apache)
 depends=(libyaml git pcre libevent gc)
 makedepends=(crystal)
-source=(shards-$pkgver.tar.gz::https://github.com/crystal-lang/shards/archive/v$pkgver.tar.gz)
-sha256sums=('90f230c87cc7b94ca845e6fe34f2523edcadb562d715daaf98603edfa2a94d65')
+source=(shards-$pkgver.tar.gz::https://github.com/crystal-lang/shards/archive/v$pkgver.tar.gz
+fix_build.patch) # a few upstream changes to fix the build
+sha256sums=('3aea420df959552d1866d473c878ab1ed0b58489c4c9881ef40a170cfb775459'
+'61f1a81bd3d6e386de8746fffd7f9bc1ac6db6b5a82f18fd901fd5c5edf7a09c')
 
+prepare() {
+  cd shards-$pkgver
+  patch -p1 < ../fix_build.patch
+}
+
 build() {
   cd shards-$pkgver
-  crystal build --release -o bin/shards src/shards.cr
+  CRYSTAL_OPTS=--release make -j1
 }
 
 check() {
   cd shards-$pkgver
-  ./bin/shards install
-  # currently tests fail because they try to write to read-only directory
-  #make test
+  # tests are currently failing. TODO: fix it
+  # make test -j1 # https://github.com/crystal-lang/shards/issues/347
 }
 
 package() {
   cd shards-$pkgver
-
-  install -Dm755 bin/shards "$pkgdir/usr/bin/shards"
-  install -Dm755 man/shards.1 "$pkgdir/usr/share/man/man1/shards.1"
+  PREFIX=/usr DESTDIR="$pkgdir" make install
   install -Dm644 LICENSE "$pkgdir/usr/share/licenses/$pkgname/LICENSE"
 }

Added: fix_build.patch
===
--- fix_build.patch (rev 0)
+++ fix_build.patch 2020-05-03 19:03:45 UTC (rev 624606)
@@ -0,0 +1,64 @@
+diff --git a/Makefile b/Makefile
+index 0d0b989..35d5543 100644
+--- a/Makefile
 b/Makefile
+@@ -1,26 +1,29 @@
+ .POSIX:
+ 
+ CRYSTAL = crystal
+-CRFLAGS =
++SHARDS = shards
+ SHARDS_SOURCES = $(shell find src -name '*.cr')
+-MOLINILLO_SOURCES = $(shell find lib/molinillo -name '*.cr')
++MOLINILLO_SOURCES = $(shell find lib/molinillo -name '*.cr' 2> /dev/null)
+ SOURCES = $(SHARDS_SOURCES) $(MOLINILLO_SOURCES)
+ TEMPLATES = src/templates/*.ecr
+ 
+-DESTDIR =
+-PREFIX = /usr/local
+-BINDIR = $(DESTDIR)$(PREFIX)/bin
+-MANDIR = $(DESTDIR)$(PREFIX)/share/man
+-INSTALL = /usr/bin/install
++DESTDIR ?=
++PREFIX ?= /usr/local
++BINDIR ?= $(DESTDIR)$(PREFIX)/bin
++MANDIR ?= $(DESTDIR)$(PREFIX)/share/man
++INSTALL ?= /usr/bin/install
++
++MOLINILLO_VERSION = $(shell $(CRYSTAL) eval 'require "yaml"; puts 
YAML.parse(File.read("shard.lock"))["shards"]["molinillo"]["version"]')
++MOLINILLO_URL = 
"https://github.com/crystal-lang/crystal-molinillo/archive/v$(MOLINILLO_VERSION).tar.gz"
+ 
+ all: bin/shards
+ 
+ clean: phony
+   rm -f bin/shards
+ 
+-bin/shards: $(SOURCES) $(TEMPLATES)
++bin/shards: $(SOURCES) $(TEMPLATES) lib
+   @mkdir -p bin
+-  $(CRYSTAL) build src/shards.cr -o bin/shards $(CRFLAGS)
++  $(CRYSTAL) build src/shards.cr -o bin/shards
+ 
+ install: bin/shards phony
+   $(INSTALL) -m 0755 -d "$(BINDIR)" "$(MANDIR)/man1" "$(MANDIR)/man5"
+@@ -35,10 +38,17 @@ uninstall: phony
+ 
+ test: test_unit test_integration
+ 
+-test_unit: phony
+-  $(CRYSTAL) spec ./spec/unit/*_spec.cr
++test_unit: phony lib
++  $(CRYSTAL) spec ./spec/unit/
+ 
+ test_integration: bin/shards phony
+-  $(CRYSTAL) spec ./spec/integration/*_spec.cr
++  $(CRYSTAL) spec ./spec/integration/
++
++lib: shard.lock
++  mkdir -p lib/molinillo
++  $(SHARDS) install || (curl -L $(MOLINILLO_URL) | tar -xzf - -C 
lib/molinillo --strip-components=1)
++
++shard.lock: shard.yml
++  $(SHARDS) update
+ 
+ phony:


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

2020-05-03 Thread Anatol Pomozov via arch-commits
Date: Sunday, May 3, 2020 @ 18:26:21
  Author: anatolik
Revision: 624605

FS#66524 fix backup() array

+ Use new version of the sources download URL

Modified:
  gitlab-shell/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2020-05-03 17:45:26 UTC (rev 624604)
+++ PKGBUILD2020-05-03 18:26:21 UTC (rev 624605)
@@ -19,18 +19,16 @@
 url="https://gitlab.com/gitlab-org/gitlab-shell/;
 license=('MIT')
 depends=('ruby' 'redis' 'git')
-makedepends=('go-pie')
+makedepends=('go')
 options=('!strip')
 install=gitlab-shell.install
 backup=("etc/webapps/${pkgname}/config.yml"
 "etc/webapps/${pkgname}/secret"
-"etc/webapps/${pkgname}/gitconfig"
-"etc/webapps/${pkgname}/authorized_keys"
-"etc/webapps/${pkgname}/")
-source=("${pkgname}-${pkgver}.tar.gz::https://gitlab.com/api/v4/projects/gitlab-org%2Fgitlab-shell/repository/archive?sha=v${pkgver};
+"etc/webapps/${pkgname}/.gitconfig")
+source=("${pkgname}-${pkgver}.tar.gz::https://gitlab.com/gitlab-org/gitlab-shell/-/archive/v${pkgver}/gitlab-shell-v${pkgver}.tar.gz;
 "gitlab-shell.gitconfig"
 "gitlab-shell.sysusers")
-sha512sums=('99456138dea56bf3a178f2c41d29aec2e5c82f5030918483761c894460b3583944f3356f93a90dbe14ba5a661e093d2b227c4aec684f0625a93398366b90b112'
+sha512sums=('77147195a66ca8ee8e1da21334049673ddadd5abb8079549d2d36ba2ac8fa254047d40da6168032dc1c435f4a39318a3ed0c2b4b2c7936d3d07b46466f4aadfc'
 
'5caafe5300621ced58479e724b39656afc17f32a64ecde5dfa4919683ef37d9121552c78f066678472acb56e0a34b5c3cf34d9b44414d1ed5d91f725d180fa43'
 
'616188911fa7b7c569bc2d5e2024177e67366c48b4ffef1f7ad4dc8e4e9e2cdb421b687f45a1e9bdec8bf2736a157ca9f1e0ba24edae2f073b8c7b5ac42745e8')
 
@@ -41,7 +39,7 @@
 _srcdir="gitlab-shell-v${pkgver}"
 
 prepare() {
-  cd "${srcdir}/${_srcdir}"-*
+  cd "${srcdir}/${_srcdir}"
 
   sed -e "s|user: git|user: gitlab|" \
   -e "s|/home/git|${_homedir}|" \
@@ -53,13 +51,13 @@
 }
 
 build() {
-  cd "${srcdir}/${_srcdir}"-*
+  cd "${srcdir}/${_srcdir}"
 
   make build
 }
 
 package() {
-  cd "${srcdir}/${_srcdir}"-*
+  cd "${srcdir}/${_srcdir}"
 
   install -dm755 -o root -g root "${pkgdir}${_datadir}"
   install -dm750 -o 105 -g 105 "${pkgdir}${_homedir}"


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

2020-05-03 Thread root via arch-commits
Date: Sunday, May 3, 2020 @ 17:47:54
  Author: root
Revision: 382199

db-move: moved libtool from [testing] to [core] (x86_64)

Added:
  libtool/repos/core-x86_64/PKGBUILD
(from rev 382198, libtool/repos/testing-x86_64/PKGBUILD)
  libtool/repos/core-x86_64/no_hostname.patch
(from rev 382198, libtool/repos/testing-x86_64/no_hostname.patch)
Deleted:
  libtool/repos/core-x86_64/PKGBUILD
  libtool/repos/testing-x86_64/

---+
 /PKGBUILD |   64 
 core-x86_64/PKGBUILD  |   64 
 core-x86_64/no_hostname.patch |   12 +++
 3 files changed, 76 insertions(+), 64 deletions(-)

Deleted: core-x86_64/PKGBUILD
===
--- core-x86_64/PKGBUILD2020-05-03 17:45:21 UTC (rev 382198)
+++ core-x86_64/PKGBUILD2020-05-03 17:47:54 UTC (rev 382199)
@@ -1,64 +0,0 @@
-# Maintainer:  Bartłomiej Piotrowski 
-# Contributor: Allan McRae 
-# Contributor: judd 
-
-# NOTE: requires rebuilt with each new gcc version
-
-pkgname=libtool
-pkgver=2.4.6+42+gb88cebd5
-pkgrel=11
-_gccver=9.3.0
-pkgdesc='A generic library support script'
-arch=(x86_64)
-url='https://www.gnu.org/software/libtool'
-license=(GPL)
-groups=(base-devel)
-depends=(sh tar glibc)
-makedepends=("gcc>=$_gccver" git help2man)
-checkdepends=(gcc-fortran)
-provides=("libltdl=$pkgver" "libtool-multilib=$pkgver")
-conflicts=(libltdl libtool-multilib)
-replaces=(libltdl libtool-multilib)
-_commit=b88cebd510add4420dd8f5367e3cc6e6e1f267cd
-source=(git+https://git.savannah.gnu.org/git/libtool.git#commit=$_commit
-git+https://git.savannah.gnu.org/git/gnulib.git
-gnulib-bootstrap::git+https://github.com/gnulib-modules/bootstrap.git
-
https://sources.debian.org/data/main/libt/libtool/2.4.6-11/debian/patches/no_hostname.patch)
-sha256sums=('SKIP'
-'SKIP'
-'SKIP'
-'693aabb24a6e7ce21fe0b5d14394e19edcb8476663b5afa4463f9fa0df24d946')
-
-pkgver() {
-  cd libtool
-  git describe --tags | sed 's/-/+/g;s/^v//'
-}
-
-prepare() {
-  cd libtool
-
-  patch -Np1 -i ${srcdir}/no_hostname.patch
-
-  git submodule init
-  git config --local submodule.gnulib.url "$srcdir/gnulib"
-  git config --local submodule.gl-mod/bootstrap.url "$srcdir/gnulib-bootstrap"
-  git submodule update
-
-  ./bootstrap
-}
-
-build() {
-  cd libtool
-  ./configure --prefix=/usr lt_cv_sys_lib_dlsearch_path_spec="/usr/lib 
/usr/lib32"
-  make
-}
-
-check() {
-  cd libtool
-  make check gl_public_submodule_commit=
-}
-
-package() {
-  cd libtool
-  make DESTDIR="$pkgdir" install
-}

Copied: libtool/repos/core-x86_64/PKGBUILD (from rev 382198, 
libtool/repos/testing-x86_64/PKGBUILD)
===
--- core-x86_64/PKGBUILD(rev 0)
+++ core-x86_64/PKGBUILD2020-05-03 17:47:54 UTC (rev 382199)
@@ -0,0 +1,64 @@
+# Maintainer:  Bartłomiej Piotrowski 
+# Contributor: Allan McRae 
+# Contributor: judd 
+
+# NOTE: requires rebuilt with each new gcc version
+
+pkgname=libtool
+pkgver=2.4.6+42+gb88cebd5
+pkgrel=12
+_gccver=9.3.0
+pkgdesc='A generic library support script'
+arch=(x86_64)
+url='https://www.gnu.org/software/libtool'
+license=(GPL)
+groups=(base-devel)
+depends=(sh tar glibc)
+makedepends=("gcc>=$_gccver" git help2man)
+checkdepends=(gcc-fortran)
+provides=("libltdl=$pkgver" "libtool-multilib=$pkgver")
+conflicts=(libltdl libtool-multilib)
+replaces=(libltdl libtool-multilib)
+_commit=b88cebd510add4420dd8f5367e3cc6e6e1f267cd
+source=(git+https://git.savannah.gnu.org/git/libtool.git#commit=$_commit
+git+https://git.savannah.gnu.org/git/gnulib.git
+gnulib-bootstrap::git+https://github.com/gnulib-modules/bootstrap.git
+no_hostname.patch)
+sha256sums=('SKIP'
+'SKIP'
+'SKIP'
+'693aabb24a6e7ce21fe0b5d14394e19edcb8476663b5afa4463f9fa0df24d946')
+
+pkgver() {
+  cd libtool
+  git describe --tags | sed 's/-/+/g;s/^v//'
+}
+
+prepare() {
+  cd libtool
+
+  patch -Np1 -i ${srcdir}/no_hostname.patch
+
+  git submodule init
+  git config --local submodule.gnulib.url "$srcdir/gnulib"
+  git config --local submodule.gl-mod/bootstrap.url "$srcdir/gnulib-bootstrap"
+  git submodule update
+
+  ./bootstrap
+}
+
+build() {
+  cd libtool
+  ./configure --prefix=/usr lt_cv_sys_lib_dlsearch_path_spec="/usr/lib 
/usr/lib32"
+  make
+}
+
+check() {
+  cd libtool
+  make check gl_public_submodule_commit=
+}
+
+package() {
+  cd libtool
+  make DESTDIR="$pkgdir" install
+}

Copied: libtool/repos/core-x86_64/no_hostname.patch (from rev 382198, 
libtool/repos/testing-x86_64/no_hostname.patch)
===
--- core-x86_64/no_hostname.patch   (rev 0)
+++ core-x86_64/no_hostname.patch   2020-05-03 17:47:54 UTC (rev 382199)
@@ -0,0 +1,12 @@

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

2020-05-03 Thread Jelle van der Waa via arch-commits
Date: Sunday, May 3, 2020 @ 17:44:53
  Author: jelle
Revision: 382197

archrelease: copy trunk to extra-x86_64

Added:
  v4l-utils/repos/extra-x86_64/PKGBUILD
(from rev 382196, v4l-utils/trunk/PKGBUILD)
Deleted:
  v4l-utils/repos/extra-x86_64/PKGBUILD

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

Deleted: PKGBUILD
===
--- PKGBUILD2020-05-03 17:44:47 UTC (rev 382196)
+++ PKGBUILD2020-05-03 17:44:53 UTC (rev 382197)
@@ -1,32 +0,0 @@
-# Maintainer: Thomas Bächler 
-pkgname=v4l-utils
-pkgver=1.18.0
-pkgrel=2
-pkgdesc="Userspace tools and conversion library for Video 4 Linux"
-arch=('x86_64')
-url="https://linuxtv.org/;
-provides=("libv4l=$pkgver")
-replaces=('libv4l')
-conflicts=('libv4l')
-backup=(etc/rc_maps.cfg)
-license=('LGPL')
-makedepends=('qt5-base' 'alsa-lib')
-optdepends=('qt5-base: for qv4l2' 'alsa-lib: for qv4l2')
-depends=('hicolor-icon-theme' 'gcc-libs' 'sysfsutils' 'libjpeg-turbo')
-source=(https://linuxtv.org/downloads/v4l-utils/${pkgname}-${pkgver}.tar.bz2{,.asc})
-sha256sums=('6cb60d822eeed20486a03cc23e0fc65956fbc1e85e0c1a7477f68bbd9802880d'
-'SKIP')
-validpgpkeys=('05D0169C26E41593418129DF199A64FADFB500FF') # Gregor Jasny 

-
-build() {
-  cd "${srcdir}/${pkgname}-${pkgver}"
-
-  ./configure --prefix=/usr --sysconfdir=/etc --sbindir=/usr/bin
-  make
-}
-
-package() {
-  cd "${srcdir}/${pkgname}-${pkgver}"
-  MAKEFLAGS="-j1" make install DESTDIR="${pkgdir}/"
-  rm "${pkgdir}/usr/bin/ivtv-ctl"
-}

Copied: v4l-utils/repos/extra-x86_64/PKGBUILD (from rev 382196, 
v4l-utils/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2020-05-03 17:44:53 UTC (rev 382197)
@@ -0,0 +1,32 @@
+# Maintainer: Thomas Bächler 
+pkgname=v4l-utils
+pkgver=1.18.1
+pkgrel=1
+pkgdesc="Userspace tools and conversion library for Video 4 Linux"
+arch=('x86_64')
+url="https://linuxtv.org/;
+provides=("libv4l=$pkgver")
+replaces=('libv4l')
+conflicts=('libv4l')
+backup=(etc/rc_maps.cfg)
+license=('LGPL')
+makedepends=('qt5-base' 'alsa-lib')
+optdepends=('qt5-base: for qv4l2' 'alsa-lib: for qv4l2')
+depends=('hicolor-icon-theme' 'gcc-libs' 'sysfsutils' 'libjpeg-turbo')
+source=(https://linuxtv.org/downloads/v4l-utils/${pkgname}-${pkgver}.tar.bz2{,.asc})
+sha256sums=('25fc42253722401f8742f04dc50a444dfa9b75378e7d09b55035bcbb44c5f342'
+'SKIP')
+validpgpkeys=('05D0169C26E41593418129DF199A64FADFB500FF') # Gregor Jasny 

+
+build() {
+  cd "${srcdir}/${pkgname}-${pkgver}"
+
+  ./configure --prefix=/usr --sysconfdir=/etc --sbindir=/usr/bin
+  make
+}
+
+package() {
+  cd "${srcdir}/${pkgname}-${pkgver}"
+  MAKEFLAGS="-j1" make install DESTDIR="${pkgdir}/"
+  rm "${pkgdir}/usr/bin/ivtv-ctl"
+}


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

2020-05-03 Thread Jelle van der Waa via arch-commits
Date: Sunday, May 3, 2020 @ 17:44:47
  Author: jelle
Revision: 382196

upgpkg: v4l-utils 1.18.1-1

Upstream update

Modified:
  v4l-utils/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2020-05-03 14:27:08 UTC (rev 382195)
+++ PKGBUILD2020-05-03 17:44:47 UTC (rev 382196)
@@ -1,7 +1,7 @@
 # Maintainer: Thomas Bächler 
 pkgname=v4l-utils
-pkgver=1.18.0
-pkgrel=2
+pkgver=1.18.1
+pkgrel=1
 pkgdesc="Userspace tools and conversion library for Video 4 Linux"
 arch=('x86_64')
 url="https://linuxtv.org/;
@@ -14,7 +14,7 @@
 optdepends=('qt5-base: for qv4l2' 'alsa-lib: for qv4l2')
 depends=('hicolor-icon-theme' 'gcc-libs' 'sysfsutils' 'libjpeg-turbo')
 
source=(https://linuxtv.org/downloads/v4l-utils/${pkgname}-${pkgver}.tar.bz2{,.asc})
-sha256sums=('6cb60d822eeed20486a03cc23e0fc65956fbc1e85e0c1a7477f68bbd9802880d'
+sha256sums=('25fc42253722401f8742f04dc50a444dfa9b75378e7d09b55035bcbb44c5f342'
 'SKIP')
 validpgpkeys=('05D0169C26E41593418129DF199A64FADFB500FF') # Gregor Jasny 

 


[arch-commits] Commit in python-parso/repos/community-any (3 files)

2020-05-03 Thread Jelle van der Waa via arch-commits
Date: Sunday, May 3, 2020 @ 16:15:02
  Author: jelle
Revision: 624603

archrelease: copy trunk to community-any

Added:
  python-parso/repos/community-any/PKGBUILD
(from rev 624602, python-parso/trunk/PKGBUILD)
Deleted:
  python-parso/repos/community-any/PKGBUILD
  python-parso/repos/community-any/python3.8.2-compat.patch

--+
 PKGBUILD |   60 -
 python3.8.2-compat.patch |   25 --
 2 files changed, 27 insertions(+), 58 deletions(-)

Deleted: PKGBUILD
===
--- PKGBUILD2020-05-03 16:14:48 UTC (rev 624602)
+++ PKGBUILD2020-05-03 16:15:02 UTC (rev 624603)
@@ -1,33 +0,0 @@
-# Maintainer: Jelle van der Waa 
-
-_pkgbase=parso
-pkgname=python-parso
-pkgver=0.6.2
-pkgrel=1
-pkgdesc="Python parser that supports error recovery and round-trip parsing for 
different Python versions"
-arch=('any')
-url="https://github.com/davidhalter/parso;
-license=('MIT')
-depends=('python')
-makedepends=('python-setuptools')
-checkdepends=('python-pytest')
-source=("$pkgname-$pkgver.tar.gz::https://github.com/davidhalter/parso/archive/v$pkgver.tar.gz;
 "python3.8.2-compat.patch")
-sha512sums=('da011c6fbab3ca2157c8934086cc0db0b7a37f5cd67debe70f56429f409de8762b124948ee75ac65779b806d8aaab759ee790eacb580910f3609ffd280dba2a8'
-
'819f1e5821cdb992dff2d5e6fed0bc57694f8acd2ceb7560eaa084e5f1662c1bc65d16d88de82414d93d2d83e73cd093ef61120dbecca377b55cf8ab6989a506')
-
-prepare() {
-  cd "$_pkgbase-$pkgver"
-  patch -Np1 -i ${srcdir}/python3.8.2-compat.patch
-}
-
-check() {
-  cd "$_pkgbase-$pkgver"
-  pytest test
-}
-
-package_python-parso() {
-  cd "$_pkgbase-$pkgver"
-  python3 setup.py install --root="$pkgdir/" --optimize=1
-
-  install -D -m644 LICENSE.txt "$pkgdir/usr/share/licenses/$pkgname/LICENSE"
-}

Copied: python-parso/repos/community-any/PKGBUILD (from rev 624602, 
python-parso/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2020-05-03 16:15:02 UTC (rev 624603)
@@ -0,0 +1,27 @@
+# Maintainer: Jelle van der Waa 
+
+_pkgbase=parso
+pkgname=python-parso
+pkgver=0.7.0
+pkgrel=1
+pkgdesc="Python parser that supports error recovery and round-trip parsing for 
different Python versions"
+arch=('any')
+url="https://github.com/davidhalter/parso;
+license=('MIT')
+depends=('python')
+makedepends=('python-setuptools')
+checkdepends=('python-pytest')
+source=("$pkgname-$pkgver.tar.gz::https://github.com/davidhalter/parso/archive/v$pkgver.tar.gz;)
+sha512sums=('41ad60b1d7dff682281059aabff0d43ccd3048b6cc6ee3e9e141d4a0a965fd99449f6d3f23689914c1f7bda371e3cc86266775a1c23fb1c430ea689c916fbb71')
+
+check() {
+  cd "$_pkgbase-$pkgver"
+  pytest test
+}
+
+package_python-parso() {
+  cd "$_pkgbase-$pkgver"
+  python3 setup.py install --root="$pkgdir/" --optimize=1
+
+  install -D -m644 LICENSE.txt "$pkgdir/usr/share/licenses/$pkgname/LICENSE"
+}

Deleted: python3.8.2-compat.patch
===
--- python3.8.2-compat.patch2020-05-03 16:14:48 UTC (rev 624602)
+++ python3.8.2-compat.patch2020-05-03 16:15:02 UTC (rev 624603)
@@ -1,25 +0,0 @@
-From 0234a70e95199d4b9bb257d9ea7a5fcb8baa8c91 Mon Sep 17 00:00:00 2001
-From: Dave Halter 
-Date: Fri, 28 Feb 2020 00:31:50 +0100
-Subject: [PATCH] Python 3.8.2 was released and an error message changed, fixes
- #103
-

- parso/python/errors.py | 4 +---
- 1 file changed, 1 insertion(+), 3 deletions(-)
-
-diff --git a/parso/python/errors.py b/parso/python/errors.py
-index a6f3ae9..eba4181 100644
 a/parso/python/errors.py
-+++ b/parso/python/errors.py
-@@ -976,9 +976,7 @@ def _check_assignment(self, node, is_deletion=False, 
is_namedexpr=False):
- 
- if error is not None:
- if is_namedexpr:
--# c.f. CPython bpo-39176, should be changed in next release
--# message = 'cannot use assignment expressions with %s' % 
error
--message = 'cannot use named assignment with %s' % error
-+message = 'cannot use assignment expressions with %s' % error
- else:
- cannot = "can't" if self._normalizer.version < (3, 8) else 
"cannot"
- message = ' '.join([cannot, "delete" if is_deletion else 
"assign to", error])


[arch-commits] Commit in python-parso/trunk (PKGBUILD python3.8.2-compat.patch)

2020-05-03 Thread Jelle van der Waa via arch-commits
Date: Sunday, May 3, 2020 @ 16:14:48
  Author: jelle
Revision: 624602

upgpkg: python-parso 0.7.0-1

Upstream update.

Modified:
  python-parso/trunk/PKGBUILD
Deleted:
  python-parso/trunk/python3.8.2-compat.patch

--+
 PKGBUILD |   12 +++-
 python3.8.2-compat.patch |   25 -
 2 files changed, 3 insertions(+), 34 deletions(-)

Modified: PKGBUILD
===
--- PKGBUILD2020-05-03 15:12:18 UTC (rev 624601)
+++ PKGBUILD2020-05-03 16:14:48 UTC (rev 624602)
@@ -2,7 +2,7 @@
 
 _pkgbase=parso
 pkgname=python-parso
-pkgver=0.6.2
+pkgver=0.7.0
 pkgrel=1
 pkgdesc="Python parser that supports error recovery and round-trip parsing for 
different Python versions"
 arch=('any')
@@ -11,15 +11,9 @@
 depends=('python')
 makedepends=('python-setuptools')
 checkdepends=('python-pytest')
-source=("$pkgname-$pkgver.tar.gz::https://github.com/davidhalter/parso/archive/v$pkgver.tar.gz;
 "python3.8.2-compat.patch")
-sha512sums=('da011c6fbab3ca2157c8934086cc0db0b7a37f5cd67debe70f56429f409de8762b124948ee75ac65779b806d8aaab759ee790eacb580910f3609ffd280dba2a8'
-
'819f1e5821cdb992dff2d5e6fed0bc57694f8acd2ceb7560eaa084e5f1662c1bc65d16d88de82414d93d2d83e73cd093ef61120dbecca377b55cf8ab6989a506')
+source=("$pkgname-$pkgver.tar.gz::https://github.com/davidhalter/parso/archive/v$pkgver.tar.gz;)
+sha512sums=('41ad60b1d7dff682281059aabff0d43ccd3048b6cc6ee3e9e141d4a0a965fd99449f6d3f23689914c1f7bda371e3cc86266775a1c23fb1c430ea689c916fbb71')
 
-prepare() {
-  cd "$_pkgbase-$pkgver"
-  patch -Np1 -i ${srcdir}/python3.8.2-compat.patch
-}
-
 check() {
   cd "$_pkgbase-$pkgver"
   pytest test

Deleted: python3.8.2-compat.patch
===
--- python3.8.2-compat.patch2020-05-03 15:12:18 UTC (rev 624601)
+++ python3.8.2-compat.patch2020-05-03 16:14:48 UTC (rev 624602)
@@ -1,25 +0,0 @@
-From 0234a70e95199d4b9bb257d9ea7a5fcb8baa8c91 Mon Sep 17 00:00:00 2001
-From: Dave Halter 
-Date: Fri, 28 Feb 2020 00:31:50 +0100
-Subject: [PATCH] Python 3.8.2 was released and an error message changed, fixes
- #103
-

- parso/python/errors.py | 4 +---
- 1 file changed, 1 insertion(+), 3 deletions(-)
-
-diff --git a/parso/python/errors.py b/parso/python/errors.py
-index a6f3ae9..eba4181 100644
 a/parso/python/errors.py
-+++ b/parso/python/errors.py
-@@ -976,9 +976,7 @@ def _check_assignment(self, node, is_deletion=False, 
is_namedexpr=False):
- 
- if error is not None:
- if is_namedexpr:
--# c.f. CPython bpo-39176, should be changed in next release
--# message = 'cannot use assignment expressions with %s' % 
error
--message = 'cannot use named assignment with %s' % error
-+message = 'cannot use assignment expressions with %s' % error
- else:
- cannot = "can't" if self._normalizer.version < (3, 8) else 
"cannot"
- message = ' '.join([cannot, "delete" if is_deletion else 
"assign to", error])


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

2020-05-03 Thread Jelle van der Waa via arch-commits
Date: Sunday, May 3, 2020 @ 15:12:18
  Author: jelle
Revision: 624601

archrelease: copy trunk to community-any

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

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

Deleted: PKGBUILD
===
--- PKGBUILD2020-05-03 15:12:05 UTC (rev 624600)
+++ PKGBUILD2020-05-03 15:12:18 UTC (rev 624601)
@@ -1,49 +0,0 @@
-# Maintainer: Stefan Husmann 
-# Maintainer: Jelle van der Waa 
-# Contributor: Douglas Soares de Andrade 
-# Contributor: William Rea 
-
-pkgname=('python-pytz' 'python2-pytz')
-pkgver=2019.3
-pkgrel=3
-arch=('any')
-url="https://pypi.python.org/pypi/pytz;
-license=("MIT")
-makedepends=('python' 'python2')
-source=("https://pypi.io/packages/source/p/pytz/pytz-${pkgver}.tar.gz;)
-md5sums=('c3d84a465fc56a4edd52cca8873ac0df')
-validpgpkeys=('C7ECC365AB6F255E1EB9BA1701FA998FBAC6374A')
-
-build(){
-cp -rf pytz-$pkgver pytz2-$pkgver
-}
-
-check(){
-cd pytz-$pkgver/pytz/tests
-
-python3 test_tzinfo.py
-python2 test_tzinfo.py
-}
-
-package_python-pytz(){
-depends=('python')
-pkgdesc="Cross platform time zone library for Python"
-
-cd pytz-$pkgver
-
-python3 setup.py install --root=$pkgdir/
-
-install -Dm644 LICENSE.txt $pkgdir/usr/share/licenses/$pkgname/LICENSE
-}
-
-
-package_python2-pytz(){
-depends=('python2')
-pkgdesc="Cross platform time zone library for Python"
-
-cd pytz2-$pkgver
-
-python2 setup.py install --root="$pkgdir/"
-
-install -Dm644 LICENSE.txt "$pkgdir/usr/share/licenses/$pkgname/LICENSE"
-}

Copied: python-pytz/repos/community-any/PKGBUILD (from rev 624600, 
python-pytz/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2020-05-03 15:12:18 UTC (rev 624601)
@@ -0,0 +1,49 @@
+# Maintainer: Stefan Husmann 
+# Maintainer: Jelle van der Waa 
+# Contributor: Douglas Soares de Andrade 
+# Contributor: William Rea 
+
+pkgname=('python-pytz' 'python2-pytz')
+pkgver=2020.1
+pkgrel=1
+arch=('any')
+url="https://pypi.python.org/pypi/pytz;
+license=("MIT")
+makedepends=('python' 'python2')
+source=("https://pypi.io/packages/source/p/pytz/pytz-${pkgver}.tar.gz;)
+sha512sums=('4f652ab400bac0bd83ed305be7540094e674029a0cbde7da280adfd911b8c0a44023799b7c61971a5a61a1d6e3992c5b621e5e95bbfe962f310d5f26d4fda3ce')
+validpgpkeys=('C7ECC365AB6F255E1EB9BA1701FA998FBAC6374A')
+
+build(){
+cp -rf pytz-$pkgver pytz2-$pkgver
+}
+
+check(){
+cd pytz-$pkgver/pytz/tests
+
+python3 test_tzinfo.py
+python2 test_tzinfo.py
+}
+
+package_python-pytz(){
+depends=('python')
+pkgdesc="Cross platform time zone library for Python"
+
+cd pytz-$pkgver
+
+python3 setup.py install --root=$pkgdir/
+
+install -Dm644 LICENSE.txt $pkgdir/usr/share/licenses/$pkgname/LICENSE
+}
+
+
+package_python2-pytz(){
+depends=('python2')
+pkgdesc="Cross platform time zone library for Python"
+
+cd pytz2-$pkgver
+
+python2 setup.py install --root="$pkgdir/"
+
+install -Dm644 LICENSE.txt "$pkgdir/usr/share/licenses/$pkgname/LICENSE"
+}


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

2020-05-03 Thread Jelle van der Waa via arch-commits
Date: Sunday, May 3, 2020 @ 15:12:05
  Author: jelle
Revision: 624600

upgpkg: python-pytz 2020.1-1

Upstream update

Modified:
  python-pytz/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2020-05-03 13:38:41 UTC (rev 624599)
+++ PKGBUILD2020-05-03 15:12:05 UTC (rev 624600)
@@ -4,14 +4,14 @@
 # Contributor: William Rea 
 
 pkgname=('python-pytz' 'python2-pytz')
-pkgver=2019.3
-pkgrel=3
+pkgver=2020.1
+pkgrel=1
 arch=('any')
 url="https://pypi.python.org/pypi/pytz;
 license=("MIT")
 makedepends=('python' 'python2')
 source=("https://pypi.io/packages/source/p/pytz/pytz-${pkgver}.tar.gz;)
-md5sums=('c3d84a465fc56a4edd52cca8873ac0df')
+sha512sums=('4f652ab400bac0bd83ed305be7540094e674029a0cbde7da280adfd911b8c0a44023799b7c61971a5a61a1d6e3992c5b621e5e95bbfe962f310d5f26d4fda3ce')
 validpgpkeys=('C7ECC365AB6F255E1EB9BA1701FA998FBAC6374A')
 
 build(){


[arch-commits] Commit in filesystem/repos/testing-x86_64 (50 files)

2020-05-03 Thread Sébastien Luttringer via arch-commits
Date: Sunday, May 3, 2020 @ 14:27:08
  Author: seblu
Revision: 382195

archrelease: copy trunk to testing-x86_64

Added:
  filesystem/repos/testing-x86_64/PKGBUILD
(from rev 382194, filesystem/trunk/PKGBUILD)
  filesystem/repos/testing-x86_64/archlinux.png
(from rev 382194, filesystem/trunk/archlinux.png)
  filesystem/repos/testing-x86_64/archlinux.svg
(from rev 382194, filesystem/trunk/archlinux.svg)
  filesystem/repos/testing-x86_64/crypttab
(from rev 382194, filesystem/trunk/crypttab)
  filesystem/repos/testing-x86_64/env-generator
(from rev 382194, filesystem/trunk/env-generator)
  filesystem/repos/testing-x86_64/fstab
(from rev 382194, filesystem/trunk/fstab)
  filesystem/repos/testing-x86_64/group
(from rev 382194, filesystem/trunk/group)
  filesystem/repos/testing-x86_64/gshadow
(from rev 382194, filesystem/trunk/gshadow)
  filesystem/repos/testing-x86_64/host.conf
(from rev 382194, filesystem/trunk/host.conf)
  filesystem/repos/testing-x86_64/hosts
(from rev 382194, filesystem/trunk/hosts)
  filesystem/repos/testing-x86_64/issue
(from rev 382194, filesystem/trunk/issue)
  filesystem/repos/testing-x86_64/ld.so.conf
(from rev 382194, filesystem/trunk/ld.so.conf)
  filesystem/repos/testing-x86_64/locale.sh
(from rev 382194, filesystem/trunk/locale.sh)
  filesystem/repos/testing-x86_64/motd
(from rev 382194, filesystem/trunk/motd)
  filesystem/repos/testing-x86_64/nsswitch.conf
(from rev 382194, filesystem/trunk/nsswitch.conf)
  filesystem/repos/testing-x86_64/os-release
(from rev 382194, filesystem/trunk/os-release)
  filesystem/repos/testing-x86_64/passwd
(from rev 382194, filesystem/trunk/passwd)
  filesystem/repos/testing-x86_64/profile
(from rev 382194, filesystem/trunk/profile)
  filesystem/repos/testing-x86_64/resolv.conf
(from rev 382194, filesystem/trunk/resolv.conf)
  filesystem/repos/testing-x86_64/securetty
(from rev 382194, filesystem/trunk/securetty)
  filesystem/repos/testing-x86_64/shadow
(from rev 382194, filesystem/trunk/shadow)
  filesystem/repos/testing-x86_64/shells
(from rev 382194, filesystem/trunk/shells)
  filesystem/repos/testing-x86_64/sysctl
(from rev 382194, filesystem/trunk/sysctl)
  filesystem/repos/testing-x86_64/sysusers
(from rev 382194, filesystem/trunk/sysusers)
  filesystem/repos/testing-x86_64/tmpfiles
(from rev 382194, filesystem/trunk/tmpfiles)
Deleted:
  filesystem/repos/testing-x86_64/PKGBUILD
  filesystem/repos/testing-x86_64/archlinux.png
  filesystem/repos/testing-x86_64/archlinux.svg
  filesystem/repos/testing-x86_64/crypttab
  filesystem/repos/testing-x86_64/env-generator
  filesystem/repos/testing-x86_64/fstab
  filesystem/repos/testing-x86_64/group
  filesystem/repos/testing-x86_64/gshadow
  filesystem/repos/testing-x86_64/host.conf
  filesystem/repos/testing-x86_64/hosts
  filesystem/repos/testing-x86_64/issue
  filesystem/repos/testing-x86_64/ld.so.conf
  filesystem/repos/testing-x86_64/locale.sh
  filesystem/repos/testing-x86_64/motd
  filesystem/repos/testing-x86_64/nsswitch.conf
  filesystem/repos/testing-x86_64/os-release
  filesystem/repos/testing-x86_64/passwd
  filesystem/repos/testing-x86_64/profile
  filesystem/repos/testing-x86_64/resolv.conf
  filesystem/repos/testing-x86_64/securetty
  filesystem/repos/testing-x86_64/shadow
  filesystem/repos/testing-x86_64/shells
  filesystem/repos/testing-x86_64/sysctl
  filesystem/repos/testing-x86_64/sysusers
  filesystem/repos/testing-x86_64/tmpfiles

---+
 PKGBUILD  |  260 
 crypttab  |   24 ++---
 env-generator |6 -
 fstab |8 -
 group |2 
 gshadow   |2 
 host.conf |8 -
 hosts |4 
 issue |4 
 ld.so.conf|8 -
 locale.sh |   44 -
 nsswitch.conf |   36 +++
 os-release|   20 ++--
 passwd|2 
 profile   |   85 +-
 resolv.conf   |4 
 securetty |   24 ++---
 shadow|2 
 shells|   10 +-
 sysctl|6 -
 sysusers  |   56 ++--
 tmpfiles  |   34 +++
 22 files changed, 327 insertions(+), 322 deletions(-)

Deleted: PKGBUILD
===
--- PKGBUILD2020-05-03 14:26:46 UTC (rev 382194)
+++ PKGBUILD2020-05-03 14:27:08 UTC (rev 382195)
@@ -1,130 +0,0 @@
-# Maintainer: Sébastien Luttringer
-# Contributor: Tom Gundersen 
-
-pkgname=filesystem
-pkgver=2020.05
-pkgrel=1
-pkgdesc='Base Arch Linux files'
-arch=('x86_64')
-license=('GPL')
-url='https://www.archlinux.org'
-depends=('iana-etc')
-backup=('etc/crypttab' 'etc/fstab' 'etc/group' 'etc/gshadow' 'etc/host.conf'
-'etc/hosts' 'etc/issue' 'etc/ld.so.conf' 'etc/motd' 'etc/nsswitch.conf'
-'etc/passwd' 'etc/profile' 'etc/resolv.conf' 'etc/securetty'
-'etc/shadow' 'etc/shells')
-source=('crypttab' 'env-generator' 'fstab' 'group' 

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

2020-05-03 Thread Sébastien Luttringer via arch-commits
Date: Sunday, May 3, 2020 @ 14:26:46
  Author: seblu
Revision: 382194

upgpkg: filesystem 2020.05.03-1

Use stronger test shell syntax. See FS#66499 for details.

Modified:
  filesystem/trunk/PKGBUILD
  filesystem/trunk/profile

--+
 PKGBUILD |4 ++--
 profile  |7 ++-
 2 files changed, 8 insertions(+), 3 deletions(-)

Modified: PKGBUILD
===
--- PKGBUILD2020-05-03 12:43:15 UTC (rev 382193)
+++ PKGBUILD2020-05-03 14:26:46 UTC (rev 382194)
@@ -2,7 +2,7 @@
 # Contributor: Tom Gundersen 
 
 pkgname=filesystem
-pkgver=2020.05
+pkgver=2020.05.03
 pkgrel=1
 pkgdesc='Base Arch Linux files'
 arch=('x86_64')
@@ -31,7 +31,7 @@
  '981ee4d7e506a9d6d9ed2d872e16004b'
  '173371ea3ac7817fdec6a726e3996067'
  '5182ac38a0de85da8ade93ef71975ca4'
- '61433fae7da1157ef299734f9c197d4a'
+ '7b208a630a548740e0f4cd368badae23'
  '0ee015fad07732676d9488ae498eed41'
  'f04bcb2803afc4dcb95670fe87343b4d'
  'f64466dd77c7bec37a8b47681468211a'

Modified: profile
===
--- profile 2020-05-03 12:43:15 UTC (rev 382193)
+++ profile 2020-05-03 14:26:46 UTC (rev 382194)
@@ -29,7 +29,12 @@
 fi
 
 # Source global bash config, when interactive but not posix or sh mode
-if test "$BASH" -a "$PS1" -a -z "$POSIXLY_CORRECT" -a "${0#-}" != sh -a -r 
/etc/bash.bashrc; then
+if test "$BASH" &&\
+   test "$PS1" &&\
+   test -z "$POSIXLY_CORRECT" &&\
+   test "${0#-}" != sh &&\
+   test -r /etc/bash.bashrc
+then
. /etc/bash.bashrc
 fi
 


[arch-commits] Commit in v2ray-domain-list-community/repos/community-any (2 files)

2020-05-03 Thread Felix Yan via arch-commits
Date: Sunday, May 3, 2020 @ 13:38:41
  Author: felixonmars
Revision: 624599

archrelease: copy trunk to community-any

Added:
  v2ray-domain-list-community/repos/community-any/PKGBUILD
(from rev 624598, v2ray-domain-list-community/trunk/PKGBUILD)
Deleted:
  v2ray-domain-list-community/repos/community-any/PKGBUILD

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

Deleted: PKGBUILD
===
--- PKGBUILD2020-05-03 13:38:30 UTC (rev 624598)
+++ PKGBUILD2020-05-03 13:38:41 UTC (rev 624599)
@@ -1,34 +0,0 @@
-# Maintainer: Felix Yan 
-
-pkgname=v2ray-domain-list-community
-pkgver=202005021803
-pkgrel=1
-pkgdesc="A list of domains to be used as geosites for routing purpose in 
Project V"
-arch=('any')
-url="https://github.com/v2ray/domain-list-community;
-license=('MIT')
-makedepends=('go-pie' 'git')
-source=("$pkgname-$pkgver.tar.gz::https://github.com/v2ray/domain-list-community/archive/$pkgver.tar.gz;)
-sha512sums=('e7aa7978a023ff703e17f461f13a3ba2b8f51927f09f723e275102c953664a98acf99bee62edec947e772d1ee30dae6832ba522cf154e35bd2b91b7cb6c6d3d1')
-
-prepare() {
-  mkdir .gopath
-  export GOPATH="$srcdir/.gopath"
-
-  mkdir -p .gopath/src/github.com/v2ray
-  ln -s "$PWD/domain-list-community-$pkgver" 
.gopath/src/github.com/v2ray/domain-list-community
-
-  go get github.com/golang/protobuf/proto
-  go get -insecure v2ray.com/core/app/router
-}
-
-build() {
-  cd .gopath
-  go run ./src/github.com/v2ray/domain-list-community/main.go
-}
-
-package() {
-  cd .gopath
-  install -Dm755 dlc.dat "$pkgdir"/usr/lib/v2ray/geosite.dat
-  install -Dm644 "$srcdir"/domain-list-community-$pkgver/LICENSE 
"$pkgdir"/usr/share/licenses/$pkgname/LICENSE
-}

Copied: v2ray-domain-list-community/repos/community-any/PKGBUILD (from rev 
624598, v2ray-domain-list-community/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2020-05-03 13:38:41 UTC (rev 624599)
@@ -0,0 +1,34 @@
+# Maintainer: Felix Yan 
+
+pkgname=v2ray-domain-list-community
+pkgver=202005030315
+pkgrel=1
+pkgdesc="A list of domains to be used as geosites for routing purpose in 
Project V"
+arch=('any')
+url="https://github.com/v2ray/domain-list-community;
+license=('MIT')
+makedepends=('go-pie' 'git')
+source=("$pkgname-$pkgver.tar.gz::https://github.com/v2ray/domain-list-community/archive/$pkgver.tar.gz;)
+sha512sums=('3846c76bb49fb74ffa00c00feaada630bdac00c4dfdf481ba7c9df199788f3e78dfa9a046ecef35b351cc567e4c21dd7dd4d8156a895f853e4b4a210d958962c')
+
+prepare() {
+  mkdir .gopath
+  export GOPATH="$srcdir/.gopath"
+
+  mkdir -p .gopath/src/github.com/v2ray
+  ln -s "$PWD/domain-list-community-$pkgver" 
.gopath/src/github.com/v2ray/domain-list-community
+
+  go get github.com/golang/protobuf/proto
+  go get -insecure v2ray.com/core/app/router
+}
+
+build() {
+  cd .gopath
+  go run ./src/github.com/v2ray/domain-list-community/main.go
+}
+
+package() {
+  cd .gopath
+  install -Dm755 dlc.dat "$pkgdir"/usr/lib/v2ray/geosite.dat
+  install -Dm644 "$srcdir"/domain-list-community-$pkgver/LICENSE 
"$pkgdir"/usr/share/licenses/$pkgname/LICENSE
+}


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

2020-05-03 Thread Felix Yan via arch-commits
Date: Sunday, May 3, 2020 @ 13:38:20
  Author: felixonmars
Revision: 624597

archrelease: copy trunk to community-any

Added:
  uglify-js/repos/community-any/PKGBUILD
(from rev 624596, uglify-js/trunk/PKGBUILD)
  uglify-js/repos/community-any/uglify-js.install
(from rev 624596, uglify-js/trunk/uglify-js.install)
Deleted:
  uglify-js/repos/community-any/PKGBUILD
  uglify-js/repos/community-any/uglify-js.install

---+
 PKGBUILD  |   64 ++--
 uglify-js.install |   16 ++---
 2 files changed, 40 insertions(+), 40 deletions(-)

Deleted: PKGBUILD
===
--- PKGBUILD2020-05-03 13:38:08 UTC (rev 624596)
+++ PKGBUILD2020-05-03 13:38:20 UTC (rev 624597)
@@ -1,32 +0,0 @@
-# Maintainer: Felix Yan 
-# Contributor: Daniel Nagy 
-
-pkgname=uglify-js
-pkgver=3.9.1
-pkgrel=1
-pkgdesc="JavaScript parser, mangler/compressor and beautifier toolkit"
-arch=('any')
-url='http://lisperator.net/uglifyjs'
-license=('BSD')
-depends=('nodejs')
-makedepends=('npm')
-install=${pkgname}.install
-source=(https://registry.npmjs.org/$pkgname/-/$pkgname-$pkgver.tgz)
-noextract=($pkgname-$pkgver.tgz)
-sha512sums=('2543e82f58c7b1cf5f3a35451dd40886a10426c42f7ca0e396e6dc0a296ef14dbab99ef7a8e83c56c37c3b58dbb9e8b8e193e5c0bee499b01d338b73694bea9c')
-
-package() {
-  npm install -g --user root --prefix "$pkgdir"/usr 
"$srcdir"/$pkgname-$pkgver.tgz
-  mkdir -p "$pkgdir/usr/share/licenses/$pkgname"
-  ln -s "../../../lib/node_modules/uglify-js/LICENSE" 
"$pkgdir/usr/share/licenses/$pkgname/"
-
-  # Non-deterministic race in npm gives 777 permissions to random directories.
-  # See https://github.com/npm/npm/issues/9359 for details.
-  chmod -R u=rwX,go=rX "$pkgdir"
-
-  # npm installs package.json owned by build user
-  # https://bugs.archlinux.org/task/63396
-  chown -R root:root "$pkgdir"
-}
-
-# vim:set ts=2 sw=2 et:

Copied: uglify-js/repos/community-any/PKGBUILD (from rev 624596, 
uglify-js/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2020-05-03 13:38:20 UTC (rev 624597)
@@ -0,0 +1,32 @@
+# Maintainer: Felix Yan 
+# Contributor: Daniel Nagy 
+
+pkgname=uglify-js
+pkgver=3.9.2
+pkgrel=1
+pkgdesc="JavaScript parser, mangler/compressor and beautifier toolkit"
+arch=('any')
+url='http://lisperator.net/uglifyjs'
+license=('BSD')
+depends=('nodejs')
+makedepends=('npm')
+install=${pkgname}.install
+source=(https://registry.npmjs.org/$pkgname/-/$pkgname-$pkgver.tgz)
+noextract=($pkgname-$pkgver.tgz)
+sha512sums=('cc65702ac954003fc47aa3ab0f59d0681997207975570dfbd707bc72f4bc23a9982bdae6817e6dbfc00078975fb10dca9399866b1d92555fc08b3c5d346865ed')
+
+package() {
+  npm install -g --user root --prefix "$pkgdir"/usr 
"$srcdir"/$pkgname-$pkgver.tgz
+  mkdir -p "$pkgdir/usr/share/licenses/$pkgname"
+  ln -s "../../../lib/node_modules/uglify-js/LICENSE" 
"$pkgdir/usr/share/licenses/$pkgname/"
+
+  # Non-deterministic race in npm gives 777 permissions to random directories.
+  # See https://github.com/npm/npm/issues/9359 for details.
+  chmod -R u=rwX,go=rX "$pkgdir"
+
+  # npm installs package.json owned by build user
+  # https://bugs.archlinux.org/task/63396
+  chown -R root:root "$pkgdir"
+}
+
+# vim:set ts=2 sw=2 et:

Deleted: uglify-js.install
===
--- uglify-js.install   2020-05-03 13:38:08 UTC (rev 624596)
+++ uglify-js.install   2020-05-03 13:38:20 UTC (rev 624597)
@@ -1,8 +0,0 @@
-post_install() {
-  # fixup permissions
-  chmod 755 /usr/lib/node_modules
-}
-
-post_upgrade() {
-  post_install
-}

Copied: uglify-js/repos/community-any/uglify-js.install (from rev 624596, 
uglify-js/trunk/uglify-js.install)
===
--- uglify-js.install   (rev 0)
+++ uglify-js.install   2020-05-03 13:38:20 UTC (rev 624597)
@@ -0,0 +1,8 @@
+post_install() {
+  # fixup permissions
+  chmod 755 /usr/lib/node_modules
+}
+
+post_upgrade() {
+  post_install
+}


[arch-commits] Commit in v2ray-domain-list-community/trunk (PKGBUILD)

2020-05-03 Thread Felix Yan via arch-commits
Date: Sunday, May 3, 2020 @ 13:38:30
  Author: felixonmars
Revision: 624598

upgpkg: v2ray-domain-list-community 202005030315-1

Modified:
  v2ray-domain-list-community/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2020-05-03 13:38:20 UTC (rev 624597)
+++ PKGBUILD2020-05-03 13:38:30 UTC (rev 624598)
@@ -1,7 +1,7 @@
 # Maintainer: Felix Yan 
 
 pkgname=v2ray-domain-list-community
-pkgver=202005021803
+pkgver=202005030315
 pkgrel=1
 pkgdesc="A list of domains to be used as geosites for routing purpose in 
Project V"
 arch=('any')
@@ -9,7 +9,7 @@
 license=('MIT')
 makedepends=('go-pie' 'git')
 
source=("$pkgname-$pkgver.tar.gz::https://github.com/v2ray/domain-list-community/archive/$pkgver.tar.gz;)
-sha512sums=('e7aa7978a023ff703e17f461f13a3ba2b8f51927f09f723e275102c953664a98acf99bee62edec947e772d1ee30dae6832ba522cf154e35bd2b91b7cb6c6d3d1')
+sha512sums=('3846c76bb49fb74ffa00c00feaada630bdac00c4dfdf481ba7c9df199788f3e78dfa9a046ecef35b351cc567e4c21dd7dd4d8156a895f853e4b4a210d958962c')
 
 prepare() {
   mkdir .gopath


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

2020-05-03 Thread Felix Yan via arch-commits
Date: Sunday, May 3, 2020 @ 13:38:08
  Author: felixonmars
Revision: 624596

upgpkg: uglify-js 3.9.2-1

Modified:
  uglify-js/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2020-05-03 11:57:51 UTC (rev 624595)
+++ PKGBUILD2020-05-03 13:38:08 UTC (rev 624596)
@@ -2,7 +2,7 @@
 # Contributor: Daniel Nagy 
 
 pkgname=uglify-js
-pkgver=3.9.1
+pkgver=3.9.2
 pkgrel=1
 pkgdesc="JavaScript parser, mangler/compressor and beautifier toolkit"
 arch=('any')
@@ -13,7 +13,7 @@
 install=${pkgname}.install
 source=(https://registry.npmjs.org/$pkgname/-/$pkgname-$pkgver.tgz)
 noextract=($pkgname-$pkgver.tgz)
-sha512sums=('2543e82f58c7b1cf5f3a35451dd40886a10426c42f7ca0e396e6dc0a296ef14dbab99ef7a8e83c56c37c3b58dbb9e8b8e193e5c0bee499b01d338b73694bea9c')
+sha512sums=('cc65702ac954003fc47aa3ab0f59d0681997207975570dfbd707bc72f4bc23a9982bdae6817e6dbfc00078975fb10dca9399866b1d92555fc08b3c5d346865ed')
 
 package() {
   npm install -g --user root --prefix "$pkgdir"/usr 
"$srcdir"/$pkgname-$pkgver.tgz


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

2020-05-03 Thread Antonio Rojas via arch-commits
Date: Sunday, May 3, 2020 @ 12:43:15
  Author: arojas
Revision: 382193

archrelease: copy trunk to extra-x86_64

Added:
  kmime/repos/extra-x86_64/PKGBUILD
(from rev 382192, kmime/trunk/PKGBUILD)
Deleted:
  kmime/repos/extra-x86_64/PKGBUILD

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

Deleted: PKGBUILD
===
--- PKGBUILD2020-05-03 12:42:22 UTC (rev 382192)
+++ PKGBUILD2020-05-03 12:43:15 UTC (rev 382193)
@@ -1,32 +0,0 @@
-# Maintainer: Antonio Rojas 
-
-pkgname=kmime
-pkgver=20.04.0
-pkgrel=1
-pkgdesc="Library for handling mail messages and newsgroup articles"
-arch=(x86_64)
-url="https://kontact.kde.org;
-license=(LGPL)
-depends=(ki18n kcodecs)
-makedepends=(extra-cmake-modules)
-source=("https://download.kde.org/stable/release-service/$pkgver/src/$pkgname-$pkgver.tar.xz"{,.sig})
-sha256sums=('4230ca0147d31fa688cf84ac8e7bb46e64deb9536b7a25544be73171615c8fac'
-'SKIP')
-validpgpkeys=(CA262C6C83DE4D2FB28A332A3A6A4DB839EAA6D7  # Albert Astals Cid 

-  F23275E4BF10AFC1DF6914A6DBD2CE893E2D1C87) # Christoph Feck 

-
-prepare() {
-  mkdir -p build
-}
-
-build() {
-  cd build
-  cmake ../$pkgname-$pkgver \
--DBUILD_TESTING=OFF
-  make
-}
-
-package() {
-  cd build
-  make DESTDIR="$pkgdir" install
-}

Copied: kmime/repos/extra-x86_64/PKGBUILD (from rev 382192, 
kmime/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2020-05-03 12:43:15 UTC (rev 382193)
@@ -0,0 +1,37 @@
+# Maintainer: Antonio Rojas 
+
+pkgname=kmime
+pkgver=20.04.0
+pkgrel=2
+pkgdesc="Library for handling mail messages and newsgroup articles"
+arch=(x86_64)
+url="https://kontact.kde.org;
+license=(LGPL)
+depends=(ki18n kcodecs)
+makedepends=(extra-cmake-modules)
+source=("https://download.kde.org/stable/release-service/$pkgver/src/$pkgname-$pkgver.tar.xz"{,.sig}
+ 
kdebug-420849.patch::"https://cgit.kde.org/kmime.git/patch/?id=dfaaec1d;)
+sha256sums=('4230ca0147d31fa688cf84ac8e7bb46e64deb9536b7a25544be73171615c8fac'
+'SKIP'
+'63e06a74e2dfbbd14c6d823a42b245f6e1e476298900460a6848e11e12f82a9d')
+validpgpkeys=(CA262C6C83DE4D2FB28A332A3A6A4DB839EAA6D7  # Albert Astals Cid 

+  F23275E4BF10AFC1DF6914A6DBD2CE893E2D1C87) # Christoph Feck 

+
+prepare() {
+  mkdir -p build
+
+  cd $pkgname-$pkgver
+  patch -Rp1 -i ../kdebug-420849.patch # Revert bogus fix that makes kmail 
fail to parse adresses with non-ascii characters
+}
+
+build() {
+  cd build
+  cmake ../$pkgname-$pkgver \
+-DBUILD_TESTING=OFF
+  make
+}
+
+package() {
+  cd build
+  make DESTDIR="$pkgdir" install
+}


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

2020-05-03 Thread Antonio Rojas via arch-commits
Date: Sunday, May 3, 2020 @ 12:42:22
  Author: arojas
Revision: 382192

Fix parsing addresses with non-ascii characters

Modified:
  kmime/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2020-05-03 11:24:51 UTC (rev 382191)
+++ PKGBUILD2020-05-03 12:42:22 UTC (rev 382192)
@@ -2,7 +2,7 @@
 
 pkgname=kmime
 pkgver=20.04.0
-pkgrel=1
+pkgrel=2
 pkgdesc="Library for handling mail messages and newsgroup articles"
 arch=(x86_64)
 url="https://kontact.kde.org;
@@ -9,14 +9,19 @@
 license=(LGPL)
 depends=(ki18n kcodecs)
 makedepends=(extra-cmake-modules)
-source=("https://download.kde.org/stable/release-service/$pkgver/src/$pkgname-$pkgver.tar.xz"{,.sig})
+source=("https://download.kde.org/stable/release-service/$pkgver/src/$pkgname-$pkgver.tar.xz"{,.sig}
+ 
kdebug-420849.patch::"https://cgit.kde.org/kmime.git/patch/?id=dfaaec1d;)
 sha256sums=('4230ca0147d31fa688cf84ac8e7bb46e64deb9536b7a25544be73171615c8fac'
-'SKIP')
+'SKIP'
+'63e06a74e2dfbbd14c6d823a42b245f6e1e476298900460a6848e11e12f82a9d')
 validpgpkeys=(CA262C6C83DE4D2FB28A332A3A6A4DB839EAA6D7  # Albert Astals Cid 

   F23275E4BF10AFC1DF6914A6DBD2CE893E2D1C87) # Christoph Feck 

 
 prepare() {
   mkdir -p build
+
+  cd $pkgname-$pkgver
+  patch -Rp1 -i ../kdebug-420849.patch # Revert bogus fix that makes kmail 
fail to parse adresses with non-ascii characters
 }
 
 build() {


[arch-commits] Commit in kodi-addon-game-libretro-beetle-psx/trunk (PKGBUILD)

2020-05-03 Thread Ike Devolder via arch-commits
Date: Sunday, May 3, 2020 @ 11:57:46
  Author: idevolder
Revision: 624594

upgpkg: kodi-addon-game-libretro-beetle-psx 0.9.44.12-2

Modified:
  kodi-addon-game-libretro-beetle-psx/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2020-05-03 11:24:17 UTC (rev 624593)
+++ PKGBUILD2020-05-03 11:57:46 UTC (rev 624594)
@@ -3,7 +3,7 @@
 pkgname=kodi-addon-game-libretro-beetle-psx
 pkgver=0.9.44.12
 _codename=Leia
-pkgrel=1
+pkgrel=2
 pkgdesc="Libretro wrapper for Kodi's Game API"
 arch=('x86_64')
 url='https://github.com/kodi-game/game.libretro.beetle-psx'


[arch-commits] Commit in kodi-addon-game-libretro-beetle-psx/repos/community-x86_64 (2 files)

2020-05-03 Thread Ike Devolder via arch-commits
Date: Sunday, May 3, 2020 @ 11:57:51
  Author: idevolder
Revision: 624595

archrelease: copy trunk to community-x86_64

Added:
  kodi-addon-game-libretro-beetle-psx/repos/community-x86_64/PKGBUILD
(from rev 624594, kodi-addon-game-libretro-beetle-psx/trunk/PKGBUILD)
Deleted:
  kodi-addon-game-libretro-beetle-psx/repos/community-x86_64/PKGBUILD

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

Deleted: PKGBUILD
===
--- PKGBUILD2020-05-03 11:57:46 UTC (rev 624594)
+++ PKGBUILD2020-05-03 11:57:51 UTC (rev 624595)
@@ -1,32 +0,0 @@
-# Maintainer: BlackEagle >
-
-pkgname=kodi-addon-game-libretro-beetle-psx
-pkgver=0.9.44.12
-_codename=Leia
-pkgrel=1
-pkgdesc="Libretro wrapper for Kodi's Game API"
-arch=('x86_64')
-url='https://github.com/kodi-game/game.libretro.beetle-psx'
-license=('GPL')
-groups=('kodi-addons' 'kodi-addons-game')
-depends=('kodi-addon-game-libretro' 'libretro-beetle-psx')
-makedepends=('cmake' 'kodi-dev')
-source=("$pkgname-$pkgver.tar.gz::https://github.com/kodi-game/game.libretro.beetle-psx/archive/$pkgver-$_codename.tar.gz;)
-sha512sums=('f65ede939c9530c41a6118e00ce1df1b625de3478a6d1823fbdf05b2003c70583cd5859a2b481a6656e88df0a47ee4e0c26b807a3bd38862e8969976aa3995e2')
-
-build() {
-cd "game.libretro.beetle-psx-$pkgver-$_codename"
-cmake \
--DCMAKE_INSTALL_PREFIX=/usr \
--DCMAKE_BUILD_TYPE=Release \
--DBUILD_SHARED_LIBS=1 \
--DUSE_LTO=1 \
-.
-make
-}
-
-package() {
-cd "game.libretro.beetle-psx-$pkgver-$_codename"
-   make DESTDIR="$pkgdir/" install
-}
-

Copied: kodi-addon-game-libretro-beetle-psx/repos/community-x86_64/PKGBUILD 
(from rev 624594, kodi-addon-game-libretro-beetle-psx/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2020-05-03 11:57:51 UTC (rev 624595)
@@ -0,0 +1,32 @@
+# Maintainer: BlackEagle >
+
+pkgname=kodi-addon-game-libretro-beetle-psx
+pkgver=0.9.44.12
+_codename=Leia
+pkgrel=2
+pkgdesc="Libretro wrapper for Kodi's Game API"
+arch=('x86_64')
+url='https://github.com/kodi-game/game.libretro.beetle-psx'
+license=('GPL')
+groups=('kodi-addons' 'kodi-addons-game')
+depends=('kodi-addon-game-libretro' 'libretro-beetle-psx')
+makedepends=('cmake' 'kodi-dev')
+source=("$pkgname-$pkgver.tar.gz::https://github.com/kodi-game/game.libretro.beetle-psx/archive/$pkgver-$_codename.tar.gz;)
+sha512sums=('f65ede939c9530c41a6118e00ce1df1b625de3478a6d1823fbdf05b2003c70583cd5859a2b481a6656e88df0a47ee4e0c26b807a3bd38862e8969976aa3995e2')
+
+build() {
+cd "game.libretro.beetle-psx-$pkgver-$_codename"
+cmake \
+-DCMAKE_INSTALL_PREFIX=/usr \
+-DCMAKE_BUILD_TYPE=Release \
+-DBUILD_SHARED_LIBS=1 \
+-DUSE_LTO=1 \
+.
+make
+}
+
+package() {
+cd "game.libretro.beetle-psx-$pkgver-$_codename"
+   make DESTDIR="$pkgdir/" install
+}
+


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

2020-05-03 Thread Morten Linderud via arch-commits
Date: Sunday, May 3, 2020 @ 11:24:17
  Author: foxboron
Revision: 624593

archrelease: copy trunk to community-any

Added:
  archlinux-repro/repos/community-any/PKGBUILD
(from rev 624592, archlinux-repro/trunk/PKGBUILD)
Deleted:
  archlinux-repro/repos/community-any/PKGBUILD

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

Deleted: PKGBUILD
===
--- PKGBUILD2020-05-03 11:24:09 UTC (rev 624592)
+++ PKGBUILD2020-05-03 11:24:17 UTC (rev 624593)
@@ -1,26 +0,0 @@
-# Maintainer: Morten Linderud 
-# Maintainer: Jelle van der Waa 
-
-pkgname=archlinux-repro
-pkgver=20200429
-pkgrel=1
-pkgdesc='Tools to reproduce Arch Linux packages'
-arch=('any')
-license=('MIT')
-makedepends=('git' 'asciidoc')
-depends=('diffoscope' 'curl' 'gnupg' 'git' 'diffutils')
-url="http://github.com/archlinux/archlinux-repro;
-source=("https://github.com/archlinux/${pkgname}/releases/download/${pkgver}/${pkgname}-${pkgver}.tar.gz"{,.sig})
-validpgpkeys=('C100346676634E80C940FB9E9C02FF419FECBE16')
-sha256sums=('5359404e868658a8afedf39cccaad78e8dec26fb757a9212c1b17e257c07784c'
-'SKIP')
-
-build(){
-  cd "${pkgname}-${pkgver}"
-  make
-}
-
-package() {
-  cd "${pkgname}-${pkgver}"
-  make PREFIX=/usr DESTDIR="$pkgdir" install
-}

Copied: archlinux-repro/repos/community-any/PKGBUILD (from rev 624592, 
archlinux-repro/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2020-05-03 11:24:17 UTC (rev 624593)
@@ -0,0 +1,26 @@
+# Maintainer: Morten Linderud 
+# Maintainer: Jelle van der Waa 
+
+pkgname=archlinux-repro
+pkgver=20200502
+pkgrel=1
+pkgdesc='Tools to reproduce Arch Linux packages'
+arch=('any')
+license=('MIT')
+makedepends=('git' 'asciidoc')
+depends=('diffoscope' 'curl' 'gnupg' 'git' 'diffutils')
+url="http://github.com/archlinux/archlinux-repro;
+source=("https://github.com/archlinux/${pkgname}/releases/download/${pkgver}/${pkgname}-${pkgver}.tar.gz"{,.sig})
+validpgpkeys=('C100346676634E80C940FB9E9C02FF419FECBE16')
+sha256sums=('136ac317ad5ff081e42baed996ab1848508531a3625fd15685a59540b4d6435f'
+'SKIP')
+
+build(){
+  cd "${pkgname}-${pkgver}"
+  make
+}
+
+package() {
+  cd "${pkgname}-${pkgver}"
+  make PREFIX=/usr DESTDIR="$pkgdir" install
+}


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

2020-05-03 Thread Jelle van der Waa via arch-commits
Date: Sunday, May 3, 2020 @ 11:24:44
  Author: jelle
Revision: 382190

upgpkg: help2man 1.47.15-1

Upstream update.

Modified:
  help2man/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2020-05-03 10:38:19 UTC (rev 382189)
+++ PKGBUILD2020-05-03 11:24:44 UTC (rev 382190)
@@ -2,7 +2,7 @@
 # Contributor: Paul Mattal 
 
 pkgname=help2man
-pkgver=1.47.13
+pkgver=1.47.15
 pkgrel=1
 pkgdesc="Conversion tool to create man files"
 arch=('x86_64')
@@ -10,7 +10,7 @@
 license=('GPL')
 depends=('perl-locale-gettext')
 
source=("https://ftp.gnu.org/gnu/${pkgname}/${pkgname}-${pkgver}.tar.xz"{,.sig})
-sha512sums=('7bf4c75a42c103dd8413a94505f383c6e2b215f9a4cc506e11935acc7f108caad01a5fa489ee157ebef5fa02299145592f65cc828fc016417af557382975d57a'
+sha512sums=('2ab835610545f37eef2d77887371378decbac622196426a3444c5fb495596371d0151a92c79d3e3040e93acf3dbeefbc431dac1e76a370fdb5063b43192545ad'
 'SKIP')
 validpgpkeys=('87EA44D150D89615E39A3FEEF0DC8E00B28C5995') # Brendan O'Dea 

 


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

2020-05-03 Thread Jelle van der Waa via arch-commits
Date: Sunday, May 3, 2020 @ 11:24:51
  Author: jelle
Revision: 382191

archrelease: copy trunk to extra-x86_64

Added:
  help2man/repos/extra-x86_64/PKGBUILD
(from rev 382190, help2man/trunk/PKGBUILD)
Deleted:
  help2man/repos/extra-x86_64/PKGBUILD

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

Deleted: PKGBUILD
===
--- PKGBUILD2020-05-03 11:24:44 UTC (rev 382190)
+++ PKGBUILD2020-05-03 11:24:51 UTC (rev 382191)
@@ -1,31 +0,0 @@
-# Maintainer: Giovanni Scafora 
-# Contributor: Paul Mattal 
-
-pkgname=help2man
-pkgver=1.47.13
-pkgrel=1
-pkgdesc="Conversion tool to create man files"
-arch=('x86_64')
-url="https://www.gnu.org/software/help2man/;
-license=('GPL')
-depends=('perl-locale-gettext')
-source=("https://ftp.gnu.org/gnu/${pkgname}/${pkgname}-${pkgver}.tar.xz"{,.sig})
-sha512sums=('7bf4c75a42c103dd8413a94505f383c6e2b215f9a4cc506e11935acc7f108caad01a5fa489ee157ebef5fa02299145592f65cc828fc016417af557382975d57a'
-'SKIP')
-validpgpkeys=('87EA44D150D89615E39A3FEEF0DC8E00B28C5995') # Brendan O'Dea 

-
-build() {
-  cd ${pkgname}-${pkgver}
-
-  ./configure --prefix=/usr \
-  --mandir=/usr/share/man \
- --infodir=/usr/share/info \
- --libdir=/usr/lib
-  make
-}
-
-package() {
-  cd ${pkgname}-${pkgver}
-
-  make DESTDIR="${pkgdir}" install
-}

Copied: help2man/repos/extra-x86_64/PKGBUILD (from rev 382190, 
help2man/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2020-05-03 11:24:51 UTC (rev 382191)
@@ -0,0 +1,31 @@
+# Maintainer: Giovanni Scafora 
+# Contributor: Paul Mattal 
+
+pkgname=help2man
+pkgver=1.47.15
+pkgrel=1
+pkgdesc="Conversion tool to create man files"
+arch=('x86_64')
+url="https://www.gnu.org/software/help2man/;
+license=('GPL')
+depends=('perl-locale-gettext')
+source=("https://ftp.gnu.org/gnu/${pkgname}/${pkgname}-${pkgver}.tar.xz"{,.sig})
+sha512sums=('2ab835610545f37eef2d77887371378decbac622196426a3444c5fb495596371d0151a92c79d3e3040e93acf3dbeefbc431dac1e76a370fdb5063b43192545ad'
+'SKIP')
+validpgpkeys=('87EA44D150D89615E39A3FEEF0DC8E00B28C5995') # Brendan O'Dea 

+
+build() {
+  cd ${pkgname}-${pkgver}
+
+  ./configure --prefix=/usr \
+  --mandir=/usr/share/man \
+ --infodir=/usr/share/info \
+ --libdir=/usr/lib
+  make
+}
+
+package() {
+  cd ${pkgname}-${pkgver}
+
+  make DESTDIR="${pkgdir}" install
+}


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

2020-05-03 Thread Morten Linderud via arch-commits
Date: Sunday, May 3, 2020 @ 11:24:09
  Author: foxboron
Revision: 624592

upgpkg: archlinux-repro 20200502-1

Modified:
  archlinux-repro/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2020-05-03 09:45:46 UTC (rev 624591)
+++ PKGBUILD2020-05-03 11:24:09 UTC (rev 624592)
@@ -2,7 +2,7 @@
 # Maintainer: Jelle van der Waa 
 
 pkgname=archlinux-repro
-pkgver=20200429
+pkgver=20200502
 pkgrel=1
 pkgdesc='Tools to reproduce Arch Linux packages'
 arch=('any')
@@ -12,7 +12,7 @@
 url="http://github.com/archlinux/archlinux-repro;
 
source=("https://github.com/archlinux/${pkgname}/releases/download/${pkgver}/${pkgname}-${pkgver}.tar.gz"{,.sig})
 validpgpkeys=('C100346676634E80C940FB9E9C02FF419FECBE16')
-sha256sums=('5359404e868658a8afedf39cccaad78e8dec26fb757a9212c1b17e257c07784c'
+sha256sums=('136ac317ad5ff081e42baed996ab1848508531a3625fd15685a59540b4d6435f'
 'SKIP')
 
 build(){


  1   2   >