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

2020-07-12 Thread Kpcyrd via arch-commits
Date: Sunday, July 12, 2020 @ 13:37:54
  Author: kpcyrd
Revision: 663327

upgpkg: python-pwntools 4.2.1-1

Modified:
  python-pwntools/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2020-07-12 13:18:50 UTC (rev 663326)
+++ PKGBUILD2020-07-12 13:37:54 UTC (rev 663327)
@@ -5,7 +5,7 @@
 
 pkgname=python-pwntools
 _pyname=pwntools
-pkgver=4.1.1
+pkgver=4.2.1
 pkgrel=1
 pkgdesc='CTF framework and exploit development library'
 url='https://github.com/Gallopsled/pwntools'
@@ -32,21 +32,15 @@
  'python-setuptools')
 makedepends=('pandoc')
 
source=(https://github.com/Gallopsled/pwntools/archive/${pkgver}/${pkgname}-${pkgver}.tar.gz
-pwn.conf
-# cherry-pick patch for [update] config section
-
https://github.com/Gallopsled/pwntools/commit/433d92619b98b916bee21865df066e005f28dc80.patch)
-sha256sums=('da3a32aa5deacf906a96c559b3b237e3f79b76afe76fe87ca66892e58ac83b8f'
-'50916e4e45d026422cd6bfe8de50e7246c61b0b1e0007571e7c04a994282fe89'
-'25a4bd5edc81e3f31200b8104392330cb4f5f30868c474ac55b99b5e4fdc73a0')
-b2sums=('e30782b4872c42113e3307dfd493364322681c7cfdc9ba1345207598420a25fdb00be5448e4adfc648798c712b0721b060c0d6fdffa991061d43d5024a81dc1b'
-
'cac0a12eea8abd3d2ee21632e7f2281e7e35c2d7839cfbcba83ae5d0e8f427e9cc2462a6d17d187252b99d9dbbb14393b9d5a63996c42043f553e9b66bfe9e07'
-
'b41a77d6e3a799ff937c1b04713919d5357fa371a0f730ddc83ff8253d463cb86b89bcf705724fd68a9c4fb8567821cfbc85be6723d6b43d916cff9385413363')
+pwn.conf)
+sha256sums=('8f1a4bf7b668de6b222df887fdd820b7ff05547e7ff9a13ebbd10eecf43c7a78'
+'50916e4e45d026422cd6bfe8de50e7246c61b0b1e0007571e7c04a994282fe89')
+b2sums=('03859b6cf470698160c14b812cffc47ae4b5256c2c2f8082ffd60d4b91de6c83473063d6daa0ff512a4165faec15e28d2252ec64a459e9e164ad7c4a875189e2'
+
'cac0a12eea8abd3d2ee21632e7f2281e7e35c2d7839cfbcba83ae5d0e8f427e9cc2462a6d17d187252b99d9dbbb14393b9d5a63996c42043f553e9b66bfe9e07')
 
 prepare() {
   cd ${_pyname}-${pkgver}
   sed 's|>=1.0.2rc1,<1.0.2rc4||' -i setup.py
-
-  patch --forward --strip=1 
--input="${srcdir}/433d92619b98b916bee21865df066e005f28dc80.patch"
 }
 
 build() {


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

2020-07-12 Thread Kpcyrd via arch-commits
Date: Sunday, July 12, 2020 @ 13:38:18
  Author: kpcyrd
Revision: 663328

archrelease: copy trunk to community-any

Added:
  python-pwntools/repos/community-any/PKGBUILD
(from rev 663327, python-pwntools/trunk/PKGBUILD)
  python-pwntools/repos/community-any/pwn.conf
(from rev 663327, python-pwntools/trunk/pwn.conf)
Deleted:
  python-pwntools/repos/community-any/PKGBUILD
  python-pwntools/repos/community-any/pwn.conf

--+
 PKGBUILD |  134 +
 pwn.conf |4 -
 2 files changed, 66 insertions(+), 72 deletions(-)

Deleted: PKGBUILD
===
--- PKGBUILD2020-07-12 13:37:54 UTC (rev 663327)
+++ PKGBUILD2020-07-12 13:38:18 UTC (rev 663328)
@@ -1,70 +0,0 @@
-# Maintainer: kpcyrd 
-# Maintainer: Levente Polyak 
-# Contributor: Ding Xiao 
-# Contributor: Firmy 
-
-pkgname=python-pwntools
-_pyname=pwntools
-pkgver=4.1.1
-pkgrel=1
-pkgdesc='CTF framework and exploit development library'
-url='https://github.com/Gallopsled/pwntools'
-arch=('any')
-license=('MIT' 'GPL2' 'BSD')
-depends=('python'
- 'python-mako'
- 'python-pyelftools'
- 'python-capstone'
- 'ropgadget'
- 'python-pyserial'
- 'python-requests'
- 'python-pip'
- 'python-pygments'
- 'python-pysocks'
- 'python-dateutil'
- 'python-packaging'
- 'python-psutil'
- 'python-intervaltree'
- 'python-sortedcontainers'
- 'python-unicorn'
- 'python-paramiko'
- 'ropgadget'
- 'python-setuptools')
-makedepends=('pandoc')
-source=(https://github.com/Gallopsled/pwntools/archive/${pkgver}/${pkgname}-${pkgver}.tar.gz
-pwn.conf
-# cherry-pick patch for [update] config section
-
https://github.com/Gallopsled/pwntools/commit/433d92619b98b916bee21865df066e005f28dc80.patch)
-sha256sums=('da3a32aa5deacf906a96c559b3b237e3f79b76afe76fe87ca66892e58ac83b8f'
-'50916e4e45d026422cd6bfe8de50e7246c61b0b1e0007571e7c04a994282fe89'
-'25a4bd5edc81e3f31200b8104392330cb4f5f30868c474ac55b99b5e4fdc73a0')
-b2sums=('e30782b4872c42113e3307dfd493364322681c7cfdc9ba1345207598420a25fdb00be5448e4adfc648798c712b0721b060c0d6fdffa991061d43d5024a81dc1b'
-
'cac0a12eea8abd3d2ee21632e7f2281e7e35c2d7839cfbcba83ae5d0e8f427e9cc2462a6d17d187252b99d9dbbb14393b9d5a63996c42043f553e9b66bfe9e07'
-
'b41a77d6e3a799ff937c1b04713919d5357fa371a0f730ddc83ff8253d463cb86b89bcf705724fd68a9c4fb8567821cfbc85be6723d6b43d916cff9385413363')
-
-prepare() {
-  cd ${_pyname}-${pkgver}
-  sed 's|>=1.0.2rc1,<1.0.2rc4||' -i setup.py
-
-  patch --forward --strip=1 
--input="${srcdir}/433d92619b98b916bee21865df066e005f28dc80.patch"
-}
-
-build() {
-  cd ${_pyname}-${pkgver}
-  python setup.py build
-}
-
-check() {
-  cd "${_pyname}-${pkgver}"
-  PYTHONPATH=. PWNLIB_NOTERM=true python -c 'import pwn'
-}
-
-package() {
-  cd ${_pyname}-${pkgver}
-  python setup.py install -O1 --root="${pkgdir}" --skip-build 
--only-use-pwn-command
-  install -Dm 644 "${srcdir}/pwn.conf" -t "${pkgdir}/etc"
-  install -Dm 644 LICENSE-pwntools.txt -t 
"${pkgdir}/usr/share/licenses/${pkgname}"
-  rm -f "${pkgdir}"/usr/lib/python*/site-packages/*.{txt,md}
-}
-
-# vim:set ts=2 sw=2 et:

Copied: python-pwntools/repos/community-any/PKGBUILD (from rev 663327, 
python-pwntools/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2020-07-12 13:38:18 UTC (rev 663328)
@@ -0,0 +1,64 @@
+# Maintainer: kpcyrd 
+# Maintainer: Levente Polyak 
+# Contributor: Ding Xiao 
+# Contributor: Firmy 
+
+pkgname=python-pwntools
+_pyname=pwntools
+pkgver=4.2.1
+pkgrel=1
+pkgdesc='CTF framework and exploit development library'
+url='https://github.com/Gallopsled/pwntools'
+arch=('any')
+license=('MIT' 'GPL2' 'BSD')
+depends=('python'
+ 'python-mako'
+ 'python-pyelftools'
+ 'python-capstone'
+ 'ropgadget'
+ 'python-pyserial'
+ 'python-requests'
+ 'python-pip'
+ 'python-pygments'
+ 'python-pysocks'
+ 'python-dateutil'
+ 'python-packaging'
+ 'python-psutil'
+ 'python-intervaltree'
+ 'python-sortedcontainers'
+ 'python-unicorn'
+ 'python-paramiko'
+ 'ropgadget'
+ 'python-setuptools')
+makedepends=('pandoc')
+source=(https://github.com/Gallopsled/pwntools/archive/${pkgver}/${pkgname}-${pkgver}.tar.gz
+pwn.conf)
+sha256sums=('8f1a4bf7b668de6b222df887fdd820b7ff05547e7ff9a13ebbd10eecf43c7a78'
+'50916e4e45d026422cd6bfe8de50e7246c61b0b1e0007571e7c04a994282fe89')
+b2sums=('03859b6cf470698160c14b812cffc47ae4b5256c2c2f8082ffd60d4b91de6c83473063d6daa0ff512a4165faec15e28d2252ec64a459e9e164ad7c4a875189e2'
+
'cac0a12eea8abd3d2ee21632e7f2281e7e35c2d7839cfbcba83ae5d0e8f427e9cc2462a6d17d187252b99d9dbbb143

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

2020-07-14 Thread Kpcyrd via arch-commits
Date: Tuesday, July 14, 2020 @ 18:45:18
  Author: kpcyrd
Revision: 663774

upgpkg: monero-gui 0.16.0.2-1

Modified:
  monero-gui/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2020-07-14 18:38:17 UTC (rev 663773)
+++ PKGBUILD2020-07-14 18:45:18 UTC (rev 663774)
@@ -1,7 +1,8 @@
 # Maintainer: kpcyrd 
 
 pkgname=monero-gui
-pkgver=0.16.0.0
+pkgver=0.16.0.2
+_commit=e0faddf964148ccad0e7207fd9bb8040ae4f9232
 pkgrel=1
 pkgdesc="QT GUI wallet for Monero: the secure, private, untraceable 
peer-to-peer currency"
 license=('BSD')
@@ -11,7 +12,7 @@
 'qt5-base' 'qt5-declarative' 'qt5-graphicaleffects' 'qt5-quickcontrols' 
'qt5-quickcontrols2' 'qt5-svg' 'qt5-xmlpatterns')
 makedepends=('git' 'cmake' 'boost' 'qt5-tools')
 source=(
-"git+https://github.com/monero-project/monero-gui#tag=v${pkgver}";
+"git+https://github.com/monero-project/monero-gui#commit=${_commit}";
 "git+https://github.com/monero-project/monero";
 "monero-gui.desktop"
 )


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

2020-07-14 Thread Kpcyrd via arch-commits
Date: Tuesday, July 14, 2020 @ 18:45:34
  Author: kpcyrd
Revision: 663775

archrelease: copy trunk to community-x86_64

Added:
  monero-gui/repos/community-x86_64/PKGBUILD
(from rev 663774, monero-gui/trunk/PKGBUILD)
  monero-gui/repos/community-x86_64/monero-gui.desktop
(from rev 663774, monero-gui/trunk/monero-gui.desktop)
Deleted:
  monero-gui/repos/community-x86_64/PKGBUILD
  monero-gui/repos/community-x86_64/monero-gui.desktop

+
 PKGBUILD   |   91 +--
 monero-gui.desktop |   30 
 2 files changed, 61 insertions(+), 60 deletions(-)

Deleted: PKGBUILD
===
--- PKGBUILD2020-07-14 18:45:18 UTC (rev 663774)
+++ PKGBUILD2020-07-14 18:45:34 UTC (rev 663775)
@@ -1,45 +0,0 @@
-# Maintainer: kpcyrd 
-
-pkgname=monero-gui
-pkgver=0.16.0.0
-pkgrel=1
-pkgdesc="QT GUI wallet for Monero: the secure, private, untraceable 
peer-to-peer currency"
-license=('BSD')
-arch=('x86_64')
-url="https://getmonero.org/";
-depends=('monero' 'boost-libs' 'libunwind' 'openssl' 'readline' 'zeromq' 
'pcsclite' 'hidapi' 'unbound' 'hicolor-icon-theme'
-'qt5-base' 'qt5-declarative' 'qt5-graphicaleffects' 'qt5-quickcontrols' 
'qt5-quickcontrols2' 'qt5-svg' 'qt5-xmlpatterns')
-makedepends=('git' 'cmake' 'boost' 'qt5-tools')
-source=(
-"git+https://github.com/monero-project/monero-gui#tag=v${pkgver}";
-"git+https://github.com/monero-project/monero";
-"monero-gui.desktop"
-)
-sha512sums=('SKIP'
-'SKIP'
-
'8aa10a47c3217e5bf12bb40a02828bb75cb38e4b5b124a8b05e487e7d3212c132911d5025193d4a7d984aebef94177dee42acf958c11a18b99fd13e872a771e8')
-
-prepare() {
-  cd "${pkgname}"
-  git submodule init
-  git config submodule.monero.url "$srcdir/monero"
-  git submodule update
-}
-
-build() {
-  cd "${pkgname}"
-  ARCH=default QT_SELECT=5 ./build.sh
-}
-
-package() {
-  cd "${pkgname}"
-  install -Dm755 build/release/bin/monero-wallet-gui -t "${pkgdir}/usr/bin"
-  install -Dm644 LICENSE -t "${pkgdir}/usr/share/licenses/${pkgname}"
-
-  install -Dm644 ../monero-gui.desktop -t "${pkgdir}/usr/share/applications"
-  for x in 16 24 32 48 64 96 128 256; do
-install -Dm644 "images/appicons/${x}x${x}.png" 
"${pkgdir}/usr/share/icons/hicolor/${x}x${x}/apps/monero-gui.png"
-  done
-}
-
-# vim: ts=2 sw=2 et:

Copied: monero-gui/repos/community-x86_64/PKGBUILD (from rev 663774, 
monero-gui/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2020-07-14 18:45:34 UTC (rev 663775)
@@ -0,0 +1,46 @@
+# Maintainer: kpcyrd 
+
+pkgname=monero-gui
+pkgver=0.16.0.2
+_commit=e0faddf964148ccad0e7207fd9bb8040ae4f9232
+pkgrel=1
+pkgdesc="QT GUI wallet for Monero: the secure, private, untraceable 
peer-to-peer currency"
+license=('BSD')
+arch=('x86_64')
+url="https://getmonero.org/";
+depends=('monero' 'boost-libs' 'libunwind' 'openssl' 'readline' 'zeromq' 
'pcsclite' 'hidapi' 'unbound' 'hicolor-icon-theme'
+'qt5-base' 'qt5-declarative' 'qt5-graphicaleffects' 'qt5-quickcontrols' 
'qt5-quickcontrols2' 'qt5-svg' 'qt5-xmlpatterns')
+makedepends=('git' 'cmake' 'boost' 'qt5-tools')
+source=(
+"git+https://github.com/monero-project/monero-gui#commit=${_commit}";
+"git+https://github.com/monero-project/monero";
+"monero-gui.desktop"
+)
+sha512sums=('SKIP'
+'SKIP'
+
'8aa10a47c3217e5bf12bb40a02828bb75cb38e4b5b124a8b05e487e7d3212c132911d5025193d4a7d984aebef94177dee42acf958c11a18b99fd13e872a771e8')
+
+prepare() {
+  cd "${pkgname}"
+  git submodule init
+  git config submodule.monero.url "$srcdir/monero"
+  git submodule update
+}
+
+build() {
+  cd "${pkgname}"
+  ARCH=default QT_SELECT=5 ./build.sh
+}
+
+package() {
+  cd "${pkgname}"
+  install -Dm755 build/release/bin/monero-wallet-gui -t "${pkgdir}/usr/bin"
+  install -Dm644 LICENSE -t "${pkgdir}/usr/share/licenses/${pkgname}"
+
+  install -Dm644 ../monero-gui.desktop -t "${pkgdir}/usr/share/applications"
+  for x in 16 24 32 48 64 96 128 256; do
+install -Dm644 "images/appicons/${x}x${x}.png" 
"${pkgdir}/usr/share/icons/hicolor/${x}x${x}/apps/monero-gui.png"
+  done
+}
+
+# vim: ts=2 sw=2 et:

Deleted: monero-gui.desktop
===
--- monero-gui.desktop  2020-07-14 18:45:18 UTC (rev 663774)
+++ monero-gui.desktop  2020-07-14 18:45:34 UTC (rev 663775)
@@ -1,15 +0,0 @@
-[Desktop Entry]
-Name=Monero GUI
-GenericName=Monero-GUI
-X-GNOME-FullName=Monero-GUI
-Comment=Monero GUI
-Keywords=Monero;
-Exec=monero-wallet-gui %u
-Terminal=false
-Type=Application
-Icon=monero
-Categories=Network;GNOME;Qt;
-MimeType=x-scheme-handler/monero;x-scheme-handler/moneroseed
-StartupNotify=true
-X-GNOME-Bugzilla-Bugzilla=GNOME
-X-GNOME-UsesNotifications=true

Copied: monero-gui/repos/community-x86_64/monero-gui.desktop (from rev 663774, 
monero-gui/tr

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

2020-07-14 Thread Kpcyrd via arch-commits
Date: Tuesday, July 14, 2020 @ 18:53:04
  Author: kpcyrd
Revision: 663779

upgpkg: bandwhich 0.16.0-1

Modified:
  bandwhich/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2020-07-14 18:50:53 UTC (rev 663778)
+++ PKGBUILD2020-07-14 18:53:04 UTC (rev 663779)
@@ -2,7 +2,7 @@
 # Contributor: Aram Drevekenin 
 
 pkgname=bandwhich
-pkgver=0.15.0
+pkgver=0.16.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=('dc9a9a485b03f80d74bd5024252a75c48c5d40f3dd69d262a2f24c7ce80e38d09a718b452640d0191e0bea624ec321f170f312051eae249ba016a9daaf1c27fe')
-b2sums=('5daf3e994d723ab16202a9dbb6fa5f246a5ee73bb7cfc0ee71ef1d6e463196c1a6c8e34575b23a11f11b02a710a014f6e683029960a8ee6a382360a174c92ecf')
+sha512sums=('c8708ebce6799cb4017e2dae40735d83b2dc51736048c1f7cdf5a59197434a30f7a5a3ccb3bb323892cada24de88099660a42c0a0f2cd7c477bf5a7d5b1ac158')
+b2sums=('6571e291648ce3ae2851f82e5ea0a75b98ac52ff11d563dae1c381977782d4bc1f832c31063fa49e4666e8372b031ca348712f0bf487b46da6529135fab2c796')
 
 build() {
   cd "${pkgname}-${pkgver}"


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

2020-07-14 Thread Kpcyrd via arch-commits
Date: Tuesday, July 14, 2020 @ 18:53:19
  Author: kpcyrd
Revision: 663780

archrelease: copy trunk to community-x86_64

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

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

Deleted: PKGBUILD
===
--- PKGBUILD2020-07-14 18:53:04 UTC (rev 663779)
+++ PKGBUILD2020-07-14 18:53:19 UTC (rev 663780)
@@ -1,34 +0,0 @@
-# Maintainer: kpcyrd 
-# Contributor: Aram Drevekenin 
-
-pkgname=bandwhich
-pkgver=0.15.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=('dc9a9a485b03f80d74bd5024252a75c48c5d40f3dd69d262a2f24c7ce80e38d09a718b452640d0191e0bea624ec321f170f312051eae249ba016a9daaf1c27fe')
-b2sums=('5daf3e994d723ab16202a9dbb6fa5f246a5ee73bb7cfc0ee71ef1d6e463196c1a6c8e34575b23a11f11b02a710a014f6e683029960a8ee6a382360a174c92ecf')
-
-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 663779, 
bandwhich/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2020-07-14 18:53:19 UTC (rev 663780)
@@ -0,0 +1,34 @@
+# Maintainer: kpcyrd 
+# Contributor: Aram Drevekenin 
+
+pkgname=bandwhich
+pkgver=0.16.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=('c8708ebce6799cb4017e2dae40735d83b2dc51736048c1f7cdf5a59197434a30f7a5a3ccb3bb323892cada24de88099660a42c0a0f2cd7c477bf5a7d5b1ac158')
+b2sums=('6571e291648ce3ae2851f82e5ea0a75b98ac52ff11d563dae1c381977782d4bc1f832c31063fa49e4666e8372b031ca348712f0bf487b46da6529135fab2c796')
+
+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 signal-desktop/trunk (PKGBUILD)

2020-07-17 Thread Kpcyrd via arch-commits
Date: Friday, July 17, 2020 @ 16:33:41
  Author: kpcyrd
Revision: 664293

upgpkg: signal-desktop 1.34.4-1: bundle electron

Modified:
  signal-desktop/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2020-07-17 16:11:08 UTC (rev 664292)
+++ PKGBUILD2020-07-17 16:33:41 UTC (rev 664293)
@@ -3,14 +3,14 @@
 
 pkgname=signal-desktop
 _pkgname=Signal-Desktop
-pkgver=1.34.3
-pkgrel=2
-pkgdesc="Electron application that links with Signal on mobile"
+pkgver=1.34.4
+pkgrel=1
+pkgdesc="Signal Private Messenger for Linux"
 license=('GPL3')
 replaces=('signal-desktop-bin')
 arch=('x86_64')
 url="https://signal.org";
-depends=('electron' 'libvips')
+depends=('libvips')
 makedepends=('yarn' 'git' 'nodejs' 'npm' 'python')
 source=(
   
"${pkgname}-${pkgver}.tar.gz::https://github.com/signalapp/${_pkgname}/archive/v${pkgver}.tar.gz";
@@ -21,12 +21,12 @@
   # See https://github.com/atom/node-spellchecker/issues/127
   
"https://github.com/atom/node-spellchecker/archive/613ff91dd2d9a5ee0e86be8a3682beecc4e94887.tar.gz";
 )
-sha512sums=('499e2214a05e167c5290f80442d1354fb955c16e4abf6ab46a0fa9dae6ab9a327f7da710236b9e68589a20e815e41c71fc2228f49d4549e1d2e4606dd942a03c'
+sha512sums=('78637d183555f71131077bc6363fa9250195372bd1e1bb59eb8cccd14d913c4dcd3062580d98c04df79f41f808494662e6e0b7512d3a2cdd0a753cd2a7a990fe'
 
'c5ec0bf524e527ecf94207ef6aa1f2671346e115ec15de6d063cde0960151813752a1814e003705fc1a99d4e2eae1b3ca4d03432a50790957186e240527cc361'
 
'6b846fdf70dae6c4657de523ec133d2f08325740863660b86e75d032bb07a4b97834ba0eeea4c77000c2c20b11739b8e8deaf06584f9279638e640c4b7633dd5'
 
'6673066172d6c367961f3e2d762dd483e51a9f733d52e27d0569b333ad397375fd41d61b8a414b8c9e8dbba560a6c710678b3d105f8d285cb94d70561368d5a2'
 
'42f57802fa91dafb6dbfb5a3f613c4c07df65e97f8da84c9a54292c97a4d170f8455461aac8f6f7819d1ffbea4bf6c28488f8950056ba988776d060be3f107dd')
-b2sums=('acb247ddb9944f3da1d3b6c92a4211e62337d5701baddec2ab464b60a2b563d5ca123bbfa8bf0fbb0bcfd325f386563ba2923034a2a4a50490b9af9750b2e697'
+b2sums=('fdea97e63384ac9ee3488789c1481c95ffc1c99c3deef396cf40cd99c8931e75e7df0a38a151786c03213cf01108eb75018fcfd897ff26c066cceb4e40c3c435'
 
'c0ceb5b903965727714b1848c818877f4b740c4734deafcfaf777046002a445d79cd4d86bbbf3d763dbda8e8d542b60605ae2ca43196ea76b089f2e808926dbc'
 
'91fe76cd2ef32bd523aa857a219209f93ca5a6a3f5caa35f67c489a8eb79c8e1e404f453bed9e866e543ed48b9df8e17b45ad2ea8891b48d1502a97589a144af'
 
'b8171e6d881a6ffd5588d1cae00ed81412eff1602670003fc1f48b7e6cb2d680340d464b7b38ee8886a8bd8193166ad71e3ad10b0de8b2a397b383b72434e289'
@@ -39,9 +39,6 @@
   # See https://github.com/atom/node-spellchecker/issues/127
   sed -r 's#("spellchecker": 
").*"#\1file:'"${srcdir}"'/613ff91dd2d9a5ee0e86be8a3682beecc4e94887.tar.gz"#' 
-i package.json
 
-  # Set system Electron version for ABI compatibility
-  sed -r 's#("electron": ").*"#\1'$(cat /usr/lib/electron/version)'"#' -i 
package.json
-
   # Allow higher Node versions
   sed 's#"node": "#&>=#' -i package.json
 
@@ -51,7 +48,7 @@
   # https://github.com/sass/node-sass/issues/2716
   sed 's#"resolutions": {#"resolutions": {"node-sass/node-gyp": "^6.0.0",#' -i 
package.json
 
-  yarn install
+  yarn install --ignore-engines
 
   # Have SQLCipher dynamically link from OpenSSL
   # See https://github.com/signalapp/Signal-Desktop/issues/2634
@@ -68,7 +65,7 @@
   # See https://github.com/signalapp/Signal-Desktop/issues/2376
   yarn generate exec:build-protobuf exec:transpile concat copy:deps sass
 
-  yarn build-release
+  yarn build-release --dir
 }
 
 package() {
@@ -75,13 +72,10 @@
   cd "${_pkgname}-${pkgver}"
 
   install -d "${pkgdir}/usr/"{lib,bin}
-  cp -a release/linux-unpacked/resources "${pkgdir}/usr/lib/${pkgname}"
-  cat << EOF > "${pkgdir}"/usr/bin/${pkgname}
-#!/bin/sh
+  cp -a release/linux-unpacked "${pkgdir}/usr/lib/${pkgname}"
+  ln -s "/usr/lib/${pkgname}/${pkgname}" "${pkgdir}/usr/bin/"
 
-NODE_ENV=production electron /usr/lib/${pkgname}/app.asar "\$@"
-EOF
-  chmod +x "${pkgdir}/usr/bin/${pkgname}"
+  chmod u+s "${pkgdir}/usr/lib/signal-desktop/chrome-sandbox"
 
   install -Dm 644 "../${pkgname}.desktop" -t "${pkgdir}/usr/share/applications"
   for i in 16 24 32 48 64 128 256 512 1024; do


[arch-commits] Commit in signal-desktop/repos/community-x86_64 (10 files)

2020-07-17 Thread Kpcyrd via arch-commits
Date: Friday, July 17, 2020 @ 16:34:03
  Author: kpcyrd
Revision: 664294

archrelease: copy trunk to community-x86_64

Added:
  signal-desktop/repos/community-x86_64/PKGBUILD
(from rev 664293, signal-desktop/trunk/PKGBUILD)
  signal-desktop/repos/community-x86_64/TRADEMARK_CONSENT.txt
(from rev 664293, signal-desktop/trunk/TRADEMARK_CONSENT.txt)
  signal-desktop/repos/community-x86_64/expire-from-source-date-epoch.patch
(from rev 664293, signal-desktop/trunk/expire-from-source-date-epoch.patch)
  signal-desktop/repos/community-x86_64/openssl-linking.patch
(from rev 664293, signal-desktop/trunk/openssl-linking.patch)
  signal-desktop/repos/community-x86_64/signal-desktop.desktop
(from rev 664293, signal-desktop/trunk/signal-desktop.desktop)
Deleted:
  signal-desktop/repos/community-x86_64/PKGBUILD
  signal-desktop/repos/community-x86_64/TRADEMARK_CONSENT.txt
  signal-desktop/repos/community-x86_64/expire-from-source-date-epoch.patch
  signal-desktop/repos/community-x86_64/openssl-linking.patch
  signal-desktop/repos/community-x86_64/signal-desktop.desktop

-+
 PKGBUILD|  180 --
 expire-from-source-date-epoch.patch |   26 ++--
 openssl-linking.patch   |   38 +++
 signal-desktop.desktop  |   18 +--
 4 files changed, 128 insertions(+), 134 deletions(-)

Deleted: PKGBUILD
===
--- PKGBUILD2020-07-17 16:33:41 UTC (rev 664293)
+++ PKGBUILD2020-07-17 16:34:03 UTC (rev 664294)
@@ -1,93 +0,0 @@
-# Maintainer: kpcyrd 
-# Contributor: Jean Lucas 
-
-pkgname=signal-desktop
-_pkgname=Signal-Desktop
-pkgver=1.34.3
-pkgrel=2
-pkgdesc="Electron application that links with Signal on mobile"
-license=('GPL3')
-replaces=('signal-desktop-bin')
-arch=('x86_64')
-url="https://signal.org";
-depends=('electron' 'libvips')
-makedepends=('yarn' 'git' 'nodejs' 'npm' 'python')
-source=(
-  
"${pkgname}-${pkgver}.tar.gz::https://github.com/signalapp/${_pkgname}/archive/v${pkgver}.tar.gz";
-  "${pkgname}.desktop"
-  "openssl-linking.patch"
-  "expire-from-source-date-epoch.patch"
-  # Cherry-pick a specific commit for the node-spellchecker dependency
-  # See https://github.com/atom/node-spellchecker/issues/127
-  
"https://github.com/atom/node-spellchecker/archive/613ff91dd2d9a5ee0e86be8a3682beecc4e94887.tar.gz";
-)
-sha512sums=('499e2214a05e167c5290f80442d1354fb955c16e4abf6ab46a0fa9dae6ab9a327f7da710236b9e68589a20e815e41c71fc2228f49d4549e1d2e4606dd942a03c'
-
'c5ec0bf524e527ecf94207ef6aa1f2671346e115ec15de6d063cde0960151813752a1814e003705fc1a99d4e2eae1b3ca4d03432a50790957186e240527cc361'
-
'6b846fdf70dae6c4657de523ec133d2f08325740863660b86e75d032bb07a4b97834ba0eeea4c77000c2c20b11739b8e8deaf06584f9279638e640c4b7633dd5'
-
'6673066172d6c367961f3e2d762dd483e51a9f733d52e27d0569b333ad397375fd41d61b8a414b8c9e8dbba560a6c710678b3d105f8d285cb94d70561368d5a2'
-
'42f57802fa91dafb6dbfb5a3f613c4c07df65e97f8da84c9a54292c97a4d170f8455461aac8f6f7819d1ffbea4bf6c28488f8950056ba988776d060be3f107dd')
-b2sums=('acb247ddb9944f3da1d3b6c92a4211e62337d5701baddec2ab464b60a2b563d5ca123bbfa8bf0fbb0bcfd325f386563ba2923034a2a4a50490b9af9750b2e697'
-
'c0ceb5b903965727714b1848c818877f4b740c4734deafcfaf777046002a445d79cd4d86bbbf3d763dbda8e8d542b60605ae2ca43196ea76b089f2e808926dbc'
-
'91fe76cd2ef32bd523aa857a219209f93ca5a6a3f5caa35f67c489a8eb79c8e1e404f453bed9e866e543ed48b9df8e17b45ad2ea8891b48d1502a97589a144af'
-
'b8171e6d881a6ffd5588d1cae00ed81412eff1602670003fc1f48b7e6cb2d680340d464b7b38ee8886a8bd8193166ad71e3ad10b0de8b2a397b383b72434e289'
-
'53ad39f0bed69c5c5635d2e581f4ce56e3080fee16f184add08adee1164c2d68059d52071478a05cdacf04186f9964250f46f09e80553bf35e1f2f4cd1976d1b')
-
-prepare() {
-  cd "${_pkgname}-${pkgver}"
-
-  # Fix SpellChecker build with imminent Node 13
-  # See https://github.com/atom/node-spellchecker/issues/127
-  sed -r 's#("spellchecker": 
").*"#\1file:'"${srcdir}"'/613ff91dd2d9a5ee0e86be8a3682beecc4e94887.tar.gz"#' 
-i package.json
-
-  # Set system Electron version for ABI compatibility
-  sed -r 's#("electron": ").*"#\1'$(cat /usr/lib/electron/version)'"#' -i 
package.json
-
-  # Allow higher Node versions
-  sed 's#"node": "#&>=#' -i package.json
-
-  # Select node-gyp versions with python3 support
-  sed 's#"node-gyp": "5.0.3"#"node-gyp": "6.1.0"#' -i package.json
-  # https://github.com/sass/node-sass/pull/2841
-  # https://github.com/sass/node-sass/issues/2716
-  sed 's#"resolutions": {#"resolutions": {"node-sass/node-gyp": "^6.0.0",#' -i 
package.json
-
-  yarn install
-
-  # Have SQLCipher dynamically link from OpenSSL
-  # See https://github.com/signalapp/Signal-Desktop/issues/2634
-  patch --forward --strip=1 --input="${srcdir}/openssl-linking.patch"
-
-  # We can't read the release date from git so we use SOURCE_DATE_EPOCH instead
-  patch --fo

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

2020-07-19 Thread Kpcyrd via arch-commits
Date: Sunday, July 19, 2020 @ 15:05:45
  Author: kpcyrd
Revision: 664584

upgpkg: cargo-outdated 0.9.11-1

Modified:
  cargo-outdated/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2020-07-19 14:14:10 UTC (rev 664583)
+++ PKGBUILD2020-07-19 15:05:45 UTC (rev 664584)
@@ -4,7 +4,7 @@
 # Contributor: Vlad M. 
 
 pkgname=cargo-outdated
-pkgver=0.9.10
+pkgver=0.9.11
 pkgrel=1
 pkgdesc="A cargo subcommand for displaying when Rust dependencies are out of 
date"
 url="https://github.com/kbknapp/cargo-outdated";
@@ -12,8 +12,8 @@
 license=('MIT')
 depends=('cargo')
 
source=("${pkgname}-${pkgver}.tar.gz::https://crates.io/api/v1/crates/${pkgname}/${pkgver}/download";)
-sha256sums=('0d263837d06c02e65c22ec058064631375583b01abf8653f661cadc7b693e9a0')
-b2sums=('fef6b48746aca4ef9607ecc2ce9455aac13427ef83cf64f53b1fc63c659f6be54c03152ce96ef2ed224809a137befe1adcf085e48822b9cfe53321463a3e722a')
+sha256sums=('6eb72bf3ac8c773c389b6d6e4be1e95528d1e06db33c6b7fe92539f37fe64d48')
+b2sums=('e321887335317a0020065afd8962db72d420a83f6665a535aca9ff89fe3f6303df4f159320dd06c4ae60721fa6e3fee24a1b85e64c01ff760f50fa8872fbfa70')
 
 build() {
   cd "${pkgname}-${pkgver}"


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

2020-07-19 Thread Kpcyrd via arch-commits
Date: Sunday, July 19, 2020 @ 17:20:31
  Author: kpcyrd
Revision: 664593

archrelease: copy trunk to community-x86_64

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

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

Deleted: PKGBUILD
===
--- PKGBUILD2020-07-19 16:30:21 UTC (rev 664592)
+++ PKGBUILD2020-07-19 17:20:31 UTC (rev 664593)
@@ -1,29 +0,0 @@
-# Maintainer: kpcyrd 
-# Contributor: Jian Zeng 
-# Contributor: Alexandre Bury 
-# Contributor: Vlad M. 
-
-pkgname=cargo-outdated
-pkgver=0.9.10
-pkgrel=1
-pkgdesc="A cargo subcommand for displaying when Rust dependencies are out of 
date"
-url="https://github.com/kbknapp/cargo-outdated";
-arch=('x86_64')
-license=('MIT')
-depends=('cargo')
-source=("${pkgname}-${pkgver}.tar.gz::https://crates.io/api/v1/crates/${pkgname}/${pkgver}/download";)
-sha256sums=('0d263837d06c02e65c22ec058064631375583b01abf8653f661cadc7b693e9a0')
-b2sums=('fef6b48746aca4ef9607ecc2ce9455aac13427ef83cf64f53b1fc63c659f6be54c03152ce96ef2ed224809a137befe1adcf085e48822b9cfe53321463a3e722a')
-
-build() {
-  cd "${pkgname}-${pkgver}"
-  cargo build --release --locked
-}
-
-package() {
-  cd "${pkgname}-${pkgver}"
-  install -Dm755 "target/release/${pkgname}" "${pkgdir}/usr/bin/${pkgname}"
-  install -Dm644 LICENSE-MIT -t "${pkgdir}/usr/share/licenses/${pkgname}"
-}
-
-# vim: ts=2 sw=2 et:

Copied: cargo-outdated/repos/community-x86_64/PKGBUILD (from rev 664592, 
cargo-outdated/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2020-07-19 17:20:31 UTC (rev 664593)
@@ -0,0 +1,29 @@
+# Maintainer: kpcyrd 
+# Contributor: Jian Zeng 
+# Contributor: Alexandre Bury 
+# Contributor: Vlad M. 
+
+pkgname=cargo-outdated
+pkgver=0.9.11
+pkgrel=1
+pkgdesc="A cargo subcommand for displaying when Rust dependencies are out of 
date"
+url="https://github.com/kbknapp/cargo-outdated";
+arch=('x86_64')
+license=('MIT')
+depends=('cargo')
+source=("${pkgname}-${pkgver}.tar.gz::https://crates.io/api/v1/crates/${pkgname}/${pkgver}/download";)
+sha256sums=('6eb72bf3ac8c773c389b6d6e4be1e95528d1e06db33c6b7fe92539f37fe64d48')
+b2sums=('e321887335317a0020065afd8962db72d420a83f6665a535aca9ff89fe3f6303df4f159320dd06c4ae60721fa6e3fee24a1b85e64c01ff760f50fa8872fbfa70')
+
+build() {
+  cd "${pkgname}-${pkgver}"
+  cargo build --release --locked
+}
+
+package() {
+  cd "${pkgname}-${pkgver}"
+  install -Dm755 "target/release/${pkgname}" "${pkgdir}/usr/bin/${pkgname}"
+  install -Dm644 LICENSE-MIT -t "${pkgdir}/usr/share/licenses/${pkgname}"
+}
+
+# vim: ts=2 sw=2 et:


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

2020-07-22 Thread Kpcyrd via arch-commits
Date: Wednesday, July 22, 2020 @ 18:52:08
  Author: kpcyrd
Revision: 664877

archrelease: copy trunk to community-x86_64

Added:
  doctl/repos/community-x86_64/PKGBUILD
(from rev 664876, doctl/trunk/PKGBUILD)
Deleted:
  doctl/repos/community-x86_64/PKGBUILD

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

Deleted: PKGBUILD
===
--- PKGBUILD2020-07-22 18:51:53 UTC (rev 664876)
+++ PKGBUILD2020-07-22 18:52:08 UTC (rev 664877)
@@ -1,41 +0,0 @@
-# Maintainer: kpcyrd 
-# Contributor: NOGISAKA Sadata 
-# Contributor: Bennett Piater 
-
-pkgname=doctl
-pkgver=1.45.1
-pkgrel=2
-pkgdesc='The official command line interface for the DigitalOcean API'
-url='https://github.com/digitalocean/doctl'
-arch=('x86_64')
-license=('Apache')
-depends=('glibc')
-makedepends=('go')
-source=(https://github.com/digitalocean/${pkgname}/archive/v${pkgver}/${pkgname}-${pkgver}.tar.gz)
-sha512sums=('90a511a7a87f46a95c0e1a7ee3283066e03627dc8dca4d16d444eab01675b99bc67c5ccd041604dc2ecb94b4d224769b10f7a11ab502db423aae02d43e8264c6')
-b2sums=('e1103c3c2393feec482d61573cdf8c0267d38b9c965e052ce01189e3f3d6443aeb6521c68ecb43656b0f0f0112db3198f28e77853f1cbcdf8bbdd3b2038b5411')
-
-build() {
-  cd ${pkgname}-${pkgver}
-  go build \
--trimpath \
--buildmode=pie \
--mod=readonly \
--ldflags "-extldflags \"${LDFLAGS}\"" \
-./cmd/...
-}
-
-package() {
-  cd ${pkgname}-${pkgver}
-  install -Dm 755 "${pkgname}" -t "${pkgdir}/usr/bin"
-
-  # setup completions
-  install -dm 755 "${pkgdir}/usr/share/bash-completion/completions" \
-  "${pkgdir}/usr/share/zsh/site-functions" \
- "${pkgdir}/usr/share/fish/vendor_completions.d"
-  "${pkgdir}/usr/bin/${pkgname}" completion bash > 
"${pkgdir}/usr/share/bash-completion/completions/${pkgname}"
-  "${pkgdir}/usr/bin/${pkgname}" completion zsh > 
"${pkgdir}/usr/share/zsh/site-functions/_${pkgname}"
-  "${pkgdir}/usr/bin/${pkgname}" completion fish > 
"${pkgdir}/usr/share/fish/vendor_completions.d/${pkgname}.fish"
-}
-
-# vim: ts=2 sw=2 et:

Copied: doctl/repos/community-x86_64/PKGBUILD (from rev 664876, 
doctl/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2020-07-22 18:52:08 UTC (rev 664877)
@@ -0,0 +1,41 @@
+# Maintainer: kpcyrd 
+# Contributor: NOGISAKA Sadata 
+# Contributor: Bennett Piater 
+
+pkgname=doctl
+pkgver=1.46.0
+pkgrel=1
+pkgdesc='The official command line interface for the DigitalOcean API'
+url='https://github.com/digitalocean/doctl'
+arch=('x86_64')
+license=('Apache')
+depends=('glibc')
+makedepends=('go')
+source=(https://github.com/digitalocean/${pkgname}/archive/v${pkgver}/${pkgname}-${pkgver}.tar.gz)
+sha512sums=('32f616ac9836736201cb4367d509e23caba2e74e2414847f55cdf0db16ec08b8b587ea4becaa71884bb5e924dce17b008c77a4e0ed0990b504d937bdd0de36f3')
+b2sums=('9802ccfc9979532882082869e525b44f6a8bef7f7418e7176085e6a0758fb493c0a9ab5778891419af152b4f4ad84640405d95c25918fb94f05169f360d4def5')
+
+build() {
+  cd ${pkgname}-${pkgver}
+  go build \
+-trimpath \
+-buildmode=pie \
+-mod=readonly \
+-ldflags "-extldflags \"${LDFLAGS}\"" \
+./cmd/...
+}
+
+package() {
+  cd ${pkgname}-${pkgver}
+  install -Dm 755 "${pkgname}" -t "${pkgdir}/usr/bin"
+
+  # setup completions
+  install -dm 755 "${pkgdir}/usr/share/bash-completion/completions" \
+  "${pkgdir}/usr/share/zsh/site-functions" \
+ "${pkgdir}/usr/share/fish/vendor_completions.d"
+  "${pkgdir}/usr/bin/${pkgname}" completion bash > 
"${pkgdir}/usr/share/bash-completion/completions/${pkgname}"
+  "${pkgdir}/usr/bin/${pkgname}" completion zsh > 
"${pkgdir}/usr/share/zsh/site-functions/_${pkgname}"
+  "${pkgdir}/usr/bin/${pkgname}" completion fish > 
"${pkgdir}/usr/share/fish/vendor_completions.d/${pkgname}.fish"
+}
+
+# vim: ts=2 sw=2 et:


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

2020-07-22 Thread Kpcyrd via arch-commits
Date: Wednesday, July 22, 2020 @ 18:51:53
  Author: kpcyrd
Revision: 664876

upgpkg: doctl 1.46.0-1

Modified:
  doctl/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2020-07-22 18:42:54 UTC (rev 664875)
+++ PKGBUILD2020-07-22 18:51:53 UTC (rev 664876)
@@ -3,8 +3,8 @@
 # Contributor: Bennett Piater 
 
 pkgname=doctl
-pkgver=1.45.1
-pkgrel=2
+pkgver=1.46.0
+pkgrel=1
 pkgdesc='The official command line interface for the DigitalOcean API'
 url='https://github.com/digitalocean/doctl'
 arch=('x86_64')
@@ -12,8 +12,8 @@
 depends=('glibc')
 makedepends=('go')
 
source=(https://github.com/digitalocean/${pkgname}/archive/v${pkgver}/${pkgname}-${pkgver}.tar.gz)
-sha512sums=('90a511a7a87f46a95c0e1a7ee3283066e03627dc8dca4d16d444eab01675b99bc67c5ccd041604dc2ecb94b4d224769b10f7a11ab502db423aae02d43e8264c6')
-b2sums=('e1103c3c2393feec482d61573cdf8c0267d38b9c965e052ce01189e3f3d6443aeb6521c68ecb43656b0f0f0112db3198f28e77853f1cbcdf8bbdd3b2038b5411')
+sha512sums=('32f616ac9836736201cb4367d509e23caba2e74e2414847f55cdf0db16ec08b8b587ea4becaa71884bb5e924dce17b008c77a4e0ed0990b504d937bdd0de36f3')
+b2sums=('9802ccfc9979532882082869e525b44f6a8bef7f7418e7176085e6a0758fb493c0a9ab5778891419af152b4f4ad84640405d95c25918fb94f05169f360d4def5')
 
 build() {
   cd ${pkgname}-${pkgver}


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

2020-07-22 Thread Kpcyrd via arch-commits
Date: Wednesday, July 22, 2020 @ 19:45:22
  Author: kpcyrd
Revision: 664902

upgpkg: findomain 2.1.0-1

Modified:
  findomain/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2020-07-22 19:37:08 UTC (rev 664901)
+++ PKGBUILD2020-07-22 19:45:22 UTC (rev 664902)
@@ -2,7 +2,7 @@
 # Contributor: Eduard Tolosa 
 
 pkgname=findomain
-pkgver=1.7.0
+pkgver=2.1.0
 pkgrel=1
 pkgdesc='The fastest and cross-platform subdomain enumerator, do not waste 
your time'
 url='https://github.com/Edu4rdSHL/findomain'
@@ -12,8 +12,8 @@
 makedepends=('cargo')
 optdepends=('postgresql: for subdomain monitoring')
 
source=("https://github.com/Edu4rdSHL/${pkgname}/archive/${pkgver}/${pkgname}-${pkgver}.tar.gz";)
-sha512sums=('d0de34d19fca1c94171680041bcb8e6b948c3310f56f4f9e3e5e89b3351c1fe284eb944137ab2092d1c3e0b62a4e2a6e41373aee90d8b90f3bf409965daa493a')
-b2sums=('864c516dde6c364b33e06d2673525bda1c4a9afbc199418474b83a879e5d1be076927cc27ec26629020ce50ca13f065c9b195bc5596ce71c0313bedac5581280')
+sha512sums=('21cf0c09e359d8af007f951421d453f80895737eafdc0c527054db3ebfbf80bd6bb834d0268f3ca2e07dddb405a22bb80636d8d7197d366e9cf4f9ee3c4f05fe')
+b2sums=('b8690d68c7bb6804c5adddbc9d400b16c8a1e4afa21baa3d1f0730d40c6f63b32849574a4871ae3cfe754b8f06eb34a49af11ea4595b35656dd99c533310824b')
 
 build() {
   cd ${pkgname}-${pkgver}


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

2020-07-22 Thread Kpcyrd via arch-commits
Date: Wednesday, July 22, 2020 @ 19:45:40
  Author: kpcyrd
Revision: 664903

archrelease: copy trunk to community-x86_64

Added:
  findomain/repos/community-x86_64/PKGBUILD
(from rev 664902, findomain/trunk/PKGBUILD)
Deleted:
  findomain/repos/community-x86_64/PKGBUILD

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

Deleted: PKGBUILD
===
--- PKGBUILD2020-07-22 19:45:22 UTC (rev 664902)
+++ PKGBUILD2020-07-22 19:45:40 UTC (rev 664903)
@@ -1,36 +0,0 @@
-# Maintainer: kpcyrd 
-# Contributor: Eduard Tolosa 
-
-pkgname=findomain
-pkgver=1.7.0
-pkgrel=1
-pkgdesc='The fastest and cross-platform subdomain enumerator, do not waste 
your time'
-url='https://github.com/Edu4rdSHL/findomain'
-arch=('x86_64')
-license=('GPL3')
-depends=('gcc-libs')
-makedepends=('cargo')
-optdepends=('postgresql: for subdomain monitoring')
-source=("https://github.com/Edu4rdSHL/${pkgname}/archive/${pkgver}/${pkgname}-${pkgver}.tar.gz";)
-sha512sums=('d0de34d19fca1c94171680041bcb8e6b948c3310f56f4f9e3e5e89b3351c1fe284eb944137ab2092d1c3e0b62a4e2a6e41373aee90d8b90f3bf409965daa493a')
-b2sums=('864c516dde6c364b33e06d2673525bda1c4a9afbc199418474b83a879e5d1be076927cc27ec26629020ce50ca13f065c9b195bc5596ce71c0313bedac5581280')
-
-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}" -t "${pkgdir}/usr/bin"
-  install -Dm 644 README.md -t "${pkgdir}/usr/share/doc/${pkgname}"
-  install -Dm 644 "${pkgname}.1" -t "${pkgdir}/usr/share/man/man1"
-}
-
-# vim: ts=2 sw=2 et:

Copied: findomain/repos/community-x86_64/PKGBUILD (from rev 664902, 
findomain/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2020-07-22 19:45:40 UTC (rev 664903)
@@ -0,0 +1,36 @@
+# Maintainer: kpcyrd 
+# Contributor: Eduard Tolosa 
+
+pkgname=findomain
+pkgver=2.1.0
+pkgrel=1
+pkgdesc='The fastest and cross-platform subdomain enumerator, do not waste 
your time'
+url='https://github.com/Edu4rdSHL/findomain'
+arch=('x86_64')
+license=('GPL3')
+depends=('gcc-libs')
+makedepends=('cargo')
+optdepends=('postgresql: for subdomain monitoring')
+source=("https://github.com/Edu4rdSHL/${pkgname}/archive/${pkgver}/${pkgname}-${pkgver}.tar.gz";)
+sha512sums=('21cf0c09e359d8af007f951421d453f80895737eafdc0c527054db3ebfbf80bd6bb834d0268f3ca2e07dddb405a22bb80636d8d7197d366e9cf4f9ee3c4f05fe')
+b2sums=('b8690d68c7bb6804c5adddbc9d400b16c8a1e4afa21baa3d1f0730d40c6f63b32849574a4871ae3cfe754b8f06eb34a49af11ea4595b35656dd99c533310824b')
+
+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}" -t "${pkgdir}/usr/bin"
+  install -Dm 644 README.md -t "${pkgdir}/usr/share/doc/${pkgname}"
+  install -Dm 644 "${pkgname}.1" -t "${pkgdir}/usr/share/man/man1"
+}
+
+# vim: ts=2 sw=2 et:


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

2020-07-23 Thread Kpcyrd via arch-commits
Date: Thursday, July 23, 2020 @ 11:47:47
  Author: kpcyrd
Revision: 664994

upgpkg: findomain 2.1.1-1

Modified:
  findomain/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2020-07-23 11:41:51 UTC (rev 664993)
+++ PKGBUILD2020-07-23 11:47:47 UTC (rev 664994)
@@ -2,7 +2,7 @@
 # Contributor: Eduard Tolosa 
 
 pkgname=findomain
-pkgver=2.1.0
+pkgver=2.1.1
 pkgrel=1
 pkgdesc='The fastest and cross-platform subdomain enumerator, do not waste 
your time'
 url='https://github.com/Edu4rdSHL/findomain'
@@ -12,8 +12,8 @@
 makedepends=('cargo')
 optdepends=('postgresql: for subdomain monitoring')
 
source=("https://github.com/Edu4rdSHL/${pkgname}/archive/${pkgver}/${pkgname}-${pkgver}.tar.gz";)
-sha512sums=('21cf0c09e359d8af007f951421d453f80895737eafdc0c527054db3ebfbf80bd6bb834d0268f3ca2e07dddb405a22bb80636d8d7197d366e9cf4f9ee3c4f05fe')
-b2sums=('b8690d68c7bb6804c5adddbc9d400b16c8a1e4afa21baa3d1f0730d40c6f63b32849574a4871ae3cfe754b8f06eb34a49af11ea4595b35656dd99c533310824b')
+sha512sums=('6580488898f9b6b42291638eae171609b77d174c822bb1e10d565dbc22db8934fa79ef13db13178ad7a8cf455d7df859bff99045f41b2376424d25fdd733f623')
+b2sums=('1d9d5f9dd8aac98becca92e0e9a36fb4a109a981ccd9f33dcd888540570a8ae0b994b21a6571b55c61960cc54e98aa2eb4e5a4aa7c6d37eed31c183e1f17b053')
 
 build() {
   cd ${pkgname}-${pkgver}


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

2020-07-23 Thread Kpcyrd via arch-commits
Date: Thursday, July 23, 2020 @ 11:48:05
  Author: kpcyrd
Revision: 664995

archrelease: copy trunk to community-x86_64

Added:
  findomain/repos/community-x86_64/PKGBUILD
(from rev 664994, findomain/trunk/PKGBUILD)
Deleted:
  findomain/repos/community-x86_64/PKGBUILD

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

Deleted: PKGBUILD
===
--- PKGBUILD2020-07-23 11:47:47 UTC (rev 664994)
+++ PKGBUILD2020-07-23 11:48:05 UTC (rev 664995)
@@ -1,36 +0,0 @@
-# Maintainer: kpcyrd 
-# Contributor: Eduard Tolosa 
-
-pkgname=findomain
-pkgver=2.1.0
-pkgrel=1
-pkgdesc='The fastest and cross-platform subdomain enumerator, do not waste 
your time'
-url='https://github.com/Edu4rdSHL/findomain'
-arch=('x86_64')
-license=('GPL3')
-depends=('gcc-libs')
-makedepends=('cargo')
-optdepends=('postgresql: for subdomain monitoring')
-source=("https://github.com/Edu4rdSHL/${pkgname}/archive/${pkgver}/${pkgname}-${pkgver}.tar.gz";)
-sha512sums=('21cf0c09e359d8af007f951421d453f80895737eafdc0c527054db3ebfbf80bd6bb834d0268f3ca2e07dddb405a22bb80636d8d7197d366e9cf4f9ee3c4f05fe')
-b2sums=('b8690d68c7bb6804c5adddbc9d400b16c8a1e4afa21baa3d1f0730d40c6f63b32849574a4871ae3cfe754b8f06eb34a49af11ea4595b35656dd99c533310824b')
-
-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}" -t "${pkgdir}/usr/bin"
-  install -Dm 644 README.md -t "${pkgdir}/usr/share/doc/${pkgname}"
-  install -Dm 644 "${pkgname}.1" -t "${pkgdir}/usr/share/man/man1"
-}
-
-# vim: ts=2 sw=2 et:

Copied: findomain/repos/community-x86_64/PKGBUILD (from rev 664994, 
findomain/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2020-07-23 11:48:05 UTC (rev 664995)
@@ -0,0 +1,36 @@
+# Maintainer: kpcyrd 
+# Contributor: Eduard Tolosa 
+
+pkgname=findomain
+pkgver=2.1.1
+pkgrel=1
+pkgdesc='The fastest and cross-platform subdomain enumerator, do not waste 
your time'
+url='https://github.com/Edu4rdSHL/findomain'
+arch=('x86_64')
+license=('GPL3')
+depends=('gcc-libs')
+makedepends=('cargo')
+optdepends=('postgresql: for subdomain monitoring')
+source=("https://github.com/Edu4rdSHL/${pkgname}/archive/${pkgver}/${pkgname}-${pkgver}.tar.gz";)
+sha512sums=('6580488898f9b6b42291638eae171609b77d174c822bb1e10d565dbc22db8934fa79ef13db13178ad7a8cf455d7df859bff99045f41b2376424d25fdd733f623')
+b2sums=('1d9d5f9dd8aac98becca92e0e9a36fb4a109a981ccd9f33dcd888540570a8ae0b994b21a6571b55c61960cc54e98aa2eb4e5a4aa7c6d37eed31c183e1f17b053')
+
+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}" -t "${pkgdir}/usr/bin"
+  install -Dm 644 README.md -t "${pkgdir}/usr/share/doc/${pkgname}"
+  install -Dm 644 "${pkgname}.1" -t "${pkgdir}/usr/share/man/man1"
+}
+
+# vim: ts=2 sw=2 et:


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

2020-07-26 Thread Kpcyrd via arch-commits
Date: Sunday, July 26, 2020 @ 23:14:13
  Author: kpcyrd
Revision: 665394

upgpkg: cargo-audit 0.12.0-1

Modified:
  cargo-audit/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2020-07-26 22:55:02 UTC (rev 665393)
+++ PKGBUILD2020-07-26 23:14:13 UTC (rev 665394)
@@ -1,7 +1,7 @@
 # Maintainer: kpcyrd 
 
 pkgname=cargo-audit
-pkgver=0.11.0
+pkgver=0.12.0
 pkgrel=1
 pkgdesc="Audit Cargo.lock for crates with security vulnerabilities"
 url="https://github.com/RustSec/cargo-audit";
@@ -9,8 +9,8 @@
 arch=('x86_64')
 license=('MIT' 'APACHE')
 
source=("https://github.com/RustSec/${pkgname}/archive/v${pkgver}/${pkgname}-${pkgver}.tar.gz";)
-sha256sums=('a6aafef957e8585ce03c3bd147a78a2044591dffac9e2ae3d9a5305238248ab5')
-b2sums=('75790dc81b94a3a67a8291d3f5006ac9fd5c868cc74708086c7bcc821017d7ee6002dcbf574a72eb4def5e00c8163263c4e6fc227ff732cc59303f6a8367b84a')
+sha256sums=('5c30e38d592dbc135123d3ca69fd1c778782ef9a9064d8b7cfbd93db5d636d75')
+b2sums=('f52bc30c3be63468377528808c0d66b47c9a3e10dcee767277cdd3b876da893b959ff6977987761e93bfc3b4d39e930fb3a8e19a7160c62b4f45d439f7019820')
 
 build() {
   cd "${pkgname}-${pkgver}"


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

2020-07-26 Thread Kpcyrd via arch-commits
Date: Sunday, July 26, 2020 @ 23:14:28
  Author: kpcyrd
Revision: 665395

archrelease: copy trunk to community-x86_64

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

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

Deleted: PKGBUILD
===
--- PKGBUILD2020-07-26 23:14:13 UTC (rev 665394)
+++ PKGBUILD2020-07-26 23:14:28 UTC (rev 665395)
@@ -1,31 +0,0 @@
-# Maintainer: kpcyrd 
-
-pkgname=cargo-audit
-pkgver=0.11.0
-pkgrel=1
-pkgdesc="Audit Cargo.lock for crates with security vulnerabilities"
-url="https://github.com/RustSec/cargo-audit";
-depends=('cargo')
-arch=('x86_64')
-license=('MIT' 'APACHE')
-source=("https://github.com/RustSec/${pkgname}/archive/v${pkgver}/${pkgname}-${pkgver}.tar.gz";)
-sha256sums=('a6aafef957e8585ce03c3bd147a78a2044591dffac9e2ae3d9a5305238248ab5')
-b2sums=('75790dc81b94a3a67a8291d3f5006ac9fd5c868cc74708086c7bcc821017d7ee6002dcbf574a72eb4def5e00c8163263c4e6fc227ff732cc59303f6a8367b84a')
-
-build() {
-  cd "${pkgname}-${pkgver}"
-  cargo build --release --locked
-}
-
-check() {
-  cd "${pkgname}-${pkgver}"
-  cargo test --release --locked
-}
-
-package() {
-  cd "${pkgname}-${pkgver}"
-  install -Dm755 "target/release/${pkgname}" -t "${pkgdir}/usr/bin"
-  install -Dm644 LICENSE-MIT -t "${pkgdir}/usr/share/licenses/${pkgname}"
-}
-
-# vim: ts=2 sw=2 et:

Copied: cargo-audit/repos/community-x86_64/PKGBUILD (from rev 665394, 
cargo-audit/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2020-07-26 23:14:28 UTC (rev 665395)
@@ -0,0 +1,31 @@
+# Maintainer: kpcyrd 
+
+pkgname=cargo-audit
+pkgver=0.12.0
+pkgrel=1
+pkgdesc="Audit Cargo.lock for crates with security vulnerabilities"
+url="https://github.com/RustSec/cargo-audit";
+depends=('cargo')
+arch=('x86_64')
+license=('MIT' 'APACHE')
+source=("https://github.com/RustSec/${pkgname}/archive/v${pkgver}/${pkgname}-${pkgver}.tar.gz";)
+sha256sums=('5c30e38d592dbc135123d3ca69fd1c778782ef9a9064d8b7cfbd93db5d636d75')
+b2sums=('f52bc30c3be63468377528808c0d66b47c9a3e10dcee767277cdd3b876da893b959ff6977987761e93bfc3b4d39e930fb3a8e19a7160c62b4f45d439f7019820')
+
+build() {
+  cd "${pkgname}-${pkgver}"
+  cargo build --release --locked
+}
+
+check() {
+  cd "${pkgname}-${pkgver}"
+  cargo test --release --locked
+}
+
+package() {
+  cd "${pkgname}-${pkgver}"
+  install -Dm755 "target/release/${pkgname}" -t "${pkgdir}/usr/bin"
+  install -Dm644 LICENSE-MIT -t "${pkgdir}/usr/share/licenses/${pkgname}"
+}
+
+# vim: ts=2 sw=2 et:


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

2020-07-30 Thread Kpcyrd via arch-commits
Date: Thursday, July 30, 2020 @ 21:44:19
  Author: kpcyrd
Revision: 666015

upgpkg: bitcoin 0.20.0-1

Modified:
  bitcoin/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2020-07-30 21:41:31 UTC (rev 666014)
+++ PKGBUILD2020-07-30 21:44:19 UTC (rev 666015)
@@ -7,7 +7,7 @@
 #_dbver=4.8.30
 pkgbase=bitcoin
 pkgname=('bitcoin-daemon' 'bitcoin-cli' 'bitcoin-qt' 'bitcoin-tx')
-pkgver=0.19.1
+pkgver=0.20.0
 pkgrel=1
 arch=('x86_64')
 url="https://www.bitcoin.org/";
@@ -14,12 +14,15 @@
 makedepends=('boost' 'libevent' 'qt5-base' 'qt5-tools' 'qrencode' 'miniupnpc' 
'protobuf' 'zeromq')
 license=('MIT')
 
source=("$pkgname-$pkgver.tar.gz::https://github.com/bitcoin/bitcoin/archive/v$pkgver.tar.gz";
+
"https://github.com/bitcoin/bitcoin/commit/79b0a69e09c1a912122e6431ea3c530cc292c690.patch";
 "bitcoin.sysusers"
 "bitcoin.tmpfiles")
-sha256sums=('3b9d582ba36b50955f6dfad12cdf139462d19ad30604b49766dc2ca21a1a322c'
+sha256sums=('ec5a2358ee868d845115dc4fc3ed631ff063c57d5e0a713562d083c5c45efb28'
+'475b6c0e7bc8d797020bdfc048a6b66e0513482fd469d6da2a599d3811f81f52'
 '7a77112fb094b9b2e6dd873e24c9a6bacb1f1c453d811a024f271f4b78f2a704'
 'ba83570b4671b18c230f23d8d93cd8faa73179a546655448c14d1644d9b49f35')
-b2sums=('a5d256fa3454ecbf8363d47cf768f6a4b3803336b020ffed57bd018afce1b8d614ceb6ffaa4e3cd735ba3c0e992cc0de6970d67bec46d140e9f73c7a00480220'
+b2sums=('1bf7680abc1cd5502633afee10e68cddc1866dabc9a723b7e2f18c048c83b45800b7595d943d8fba7df0b81af2f61db6eb834c223c3d0e6cb6d588cbea8147b3'
+
'8e566b381ac438bec35a34cfae93c8da249229f533a200ebdfaadabdb53717a2491e1d035eafd9d6e43e15cd34ea6b7ea85bb120083f04666c21fd50ba88c2ad'
 
'25166f5726b43c531b7ba5f58aaf1c0242d26b96d2057da156024a8f9fc53702ea9ef0c67290cf8d302b9fb473cb16435dc2fe4489ebc5d0eae516635fd81c0e'
 
'45d4703b78476cb1c5748f62863914e5397858c835e43cee2f4895608dbabf383993b840bb3ec2d4d2c64ca02152881ad4b495b28f94451f706687b83e99d2af')
 validpgpkeys=(71A3B16735405025D447E8F274810B012346C9A6)
@@ -27,6 +30,7 @@
 
 prepare() {
   cd "$pkgbase-$pkgver"
+  patch -Np1 -i ../79b0a69e09c1a912122e6431ea3c530cc292c690.patch
   autoreconf -fi
 }
 


[arch-commits] Commit in bitcoin/repos/community-x86_64 (8 files)

2020-07-30 Thread Kpcyrd via arch-commits
Date: Thursday, July 30, 2020 @ 21:44:49
  Author: kpcyrd
Revision: 666016

archrelease: copy trunk to community-x86_64

Added:
  bitcoin/repos/community-x86_64/Changelog
(from rev 666015, bitcoin/trunk/Changelog)
  bitcoin/repos/community-x86_64/PKGBUILD
(from rev 666015, bitcoin/trunk/PKGBUILD)
  bitcoin/repos/community-x86_64/bitcoin.sysusers
(from rev 666015, bitcoin/trunk/bitcoin.sysusers)
  bitcoin/repos/community-x86_64/bitcoin.tmpfiles
(from rev 666015, bitcoin/trunk/bitcoin.tmpfiles)
Deleted:
  bitcoin/repos/community-x86_64/Changelog
  bitcoin/repos/community-x86_64/PKGBUILD
  bitcoin/repos/community-x86_64/bitcoin.sysusers
  bitcoin/repos/community-x86_64/bitcoin.tmpfiles

--+
 Changelog|2 
 PKGBUILD |  212 +++--
 bitcoin.sysusers |2 
 bitcoin.tmpfiles |4 -
 4 files changed, 112 insertions(+), 108 deletions(-)

Deleted: Changelog
===
--- Changelog   2020-07-30 21:44:19 UTC (rev 666015)
+++ Changelog   2020-07-30 21:44:49 UTC (rev 666016)
@@ -1 +0,0 @@
-https://bitcoincore.org/en/releases/0.19.0.1/

Copied: bitcoin/repos/community-x86_64/Changelog (from rev 666015, 
bitcoin/trunk/Changelog)
===
--- Changelog   (rev 0)
+++ Changelog   2020-07-30 21:44:49 UTC (rev 666016)
@@ -0,0 +1 @@
+https://bitcoincore.org/en/releases/0.19.0.1/

Deleted: PKGBUILD
===
--- PKGBUILD2020-07-30 21:44:19 UTC (rev 666015)
+++ PKGBUILD2020-07-30 21:44:49 UTC (rev 666016)
@@ -1,104 +0,0 @@
-# Maintainer: Christian Rebischke 
-# Maintainer: kpcyrd 
-# Contributor: Timothy Redaelli 
-# Contributor: shahid 
-# Contributor: James Harvey
-
-#_dbver=4.8.30
-pkgbase=bitcoin
-pkgname=('bitcoin-daemon' 'bitcoin-cli' 'bitcoin-qt' 'bitcoin-tx')
-pkgver=0.19.1
-pkgrel=1
-arch=('x86_64')
-url="https://www.bitcoin.org/";
-makedepends=('boost' 'libevent' 'qt5-base' 'qt5-tools' 'qrencode' 'miniupnpc' 
'protobuf' 'zeromq')
-license=('MIT')
-source=("$pkgname-$pkgver.tar.gz::https://github.com/bitcoin/bitcoin/archive/v$pkgver.tar.gz";
-"bitcoin.sysusers"
-"bitcoin.tmpfiles")
-sha256sums=('3b9d582ba36b50955f6dfad12cdf139462d19ad30604b49766dc2ca21a1a322c'
-'7a77112fb094b9b2e6dd873e24c9a6bacb1f1c453d811a024f271f4b78f2a704'
-'ba83570b4671b18c230f23d8d93cd8faa73179a546655448c14d1644d9b49f35')
-b2sums=('a5d256fa3454ecbf8363d47cf768f6a4b3803336b020ffed57bd018afce1b8d614ceb6ffaa4e3cd735ba3c0e992cc0de6970d67bec46d140e9f73c7a00480220'
-
'25166f5726b43c531b7ba5f58aaf1c0242d26b96d2057da156024a8f9fc53702ea9ef0c67290cf8d302b9fb473cb16435dc2fe4489ebc5d0eae516635fd81c0e'
-
'45d4703b78476cb1c5748f62863914e5397858c835e43cee2f4895608dbabf383993b840bb3ec2d4d2c64ca02152881ad4b495b28f94451f706687b83e99d2af')
-validpgpkeys=(71A3B16735405025D447E8F274810B012346C9A6)
-changelog=Changelog
-
-prepare() {
-  cd "$pkgbase-$pkgver"
-  autoreconf -fi
-}
-
-build() {
-  cd $pkgbase-$pkgver
-  ./configure --prefix=/usr --with-gui=qt5 --with-incompatible-bdb 
#LDFLAGS="-L$srcdir/db4/lib/ $LDFLAGS" CPPFLAGS="-I$srcdir/db4/include/ 
$CPPFLAGS"
-  make
-}
-
-package_bitcoin-qt() {
-  pkgdesc="Bitcoin is a peer-to-peer network based digital currency - Qt"
-  depends=(boost-libs libevent qt5-base miniupnpc libminiupnpc.so qrencode 
protobuf zeromq)
-
-  cd $pkgbase-$pkgver
-  install -Dm755 src/qt/bitcoin-qt "$pkgdir"/usr/bin/bitcoin-qt
-  install -Dm644 doc/man/bitcoin-qt.1 \
-"$pkgdir"/usr/share/man/man1/bitcoin-qt.1
-  install -Dm644 share/pixmaps/bitcoin128.png \
-"$pkgdir"/usr/share/pixmaps/bitcoin128.png
-
-  install -Dm644 COPYING "$pkgdir/usr/share/licenses/$pkgname/COPYING"
-}
-
-package_bitcoin-daemon() {
-  pkgdesc="Bitcoin is a peer-to-peer network based digital currency - daemon"
-  depends=(boost-libs libevent miniupnpc libminiupnpc.so zeromq)
-  backup=('etc/bitcoin/bitcoin.conf')
-
-  cd $pkgbase-$pkgver
-  install -Dm755 src/bitcoind "$pkgdir"/usr/bin/bitcoind
-  install -Dm644 contrib/bitcoind.bash-completion \
-"$pkgdir"/usr/share/bash-completion/completions/bitcoind
-  install -Dm644 doc/man/bitcoind.1 \
-"$pkgdir"/usr/share/man/man1/bitcoind.1
-  install -Dm644 contrib/init/bitcoind.service \
-"$pkgdir/usr/lib/systemd/system/bitcoind.service"
-  install -Dm644 "$srcdir/bitcoin.sysusers" \
-"$pkgdir/usr/lib/sysusers.d/bitcoin.conf"
-  install -Dm644 "$srcdir/bitcoin.tmpfiles" \
-"$pkgdir/usr/lib/tmpfiles.d/bitcoin.conf"
-  install -Dm644 share/examples/bitcoin.conf \
-"$pkgdir/etc/bitcoin/bitcoin.conf"
-
-  install -Dm644 COPYING "$pkgdir/usr/share/licenses/$pkgname/COPYING"
-}
-
-package_bitcoin-cli() {
-  pkgdesc="Bitcoin is a peer-to-peer network based digital currency - RPC 
client"
-  depends=(boost-libs libevent)
-
-  cd $pkgbase-$pkg

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

2020-03-20 Thread Kpcyrd via arch-commits
Date: Friday, March 20, 2020 @ 14:45:34
  Author: kpcyrd
Revision: 601721

upgpkg: monero 0.15.0.5-1

Modified:
  monero/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2020-03-20 14:39:39 UTC (rev 601720)
+++ PKGBUILD2020-03-20 14:45:34 UTC (rev 601721)
@@ -1,21 +1,21 @@
 # Maintainer: kpcyrd 
 
 pkgname=monero
-pkgver=0.15.0.1
-pkgrel=5
+pkgver=0.15.0.5
+pkgrel=1
 pkgdesc="Monero: the secure, private, untraceable peer-to-peer currency"
 license=('BSD')
 arch=('x86_64')
 url="https://getmonero.org/";
-depends=('boost-libs' 'libunwind' 'openssl' 'readline' 'zeromq' 'pcsclite' 
'hidapi')
-makedepends=('git' 'cmake' 'boost' 'protobuf')
+depends=('boost-libs' 'libunwind' 'openssl' 'readline' 'zeromq' 'pcsclite' 
'hidapi' 'protobuf')
+makedepends=('git' 'cmake' 'boost')
 source=(
 "${pkgname}"::"git+https://github.com/monero-project/monero#tag=v${pkgver}";
 "git+https://github.com/monero-project/unbound.git";
 "git+https://github.com/monero-project/miniupnp.git";
-"git+https://github.com/Tencent/rapidjson";
+"git+https://github.com/Tencent/rapidjson.git";
 "git+https://github.com/trezor/trezor-common.git";
-"git+https://github.com/tevador/randomx";
+"git+https://github.com/tevador/randomx.git";
 "monero.sysusers"
 "monero.tmpfiles")
 sha512sums=('SKIP'


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

2020-03-20 Thread Kpcyrd via arch-commits
Date: Friday, March 20, 2020 @ 14:45:49
  Author: kpcyrd
Revision: 601722

archrelease: copy trunk to community-x86_64

Added:
  monero/repos/community-x86_64/PKGBUILD
(from rev 601721, monero/trunk/PKGBUILD)
  monero/repos/community-x86_64/monero.sysusers
(from rev 601721, monero/trunk/monero.sysusers)
  monero/repos/community-x86_64/monero.tmpfiles
(from rev 601721, monero/trunk/monero.tmpfiles)
Deleted:
  monero/repos/community-x86_64/PKGBUILD
  monero/repos/community-x86_64/monero.sysusers
  monero/repos/community-x86_64/monero.tmpfiles

-+
 PKGBUILD|  152 +++---
 monero.sysusers |2 
 monero.tmpfiles |2 
 3 files changed, 78 insertions(+), 78 deletions(-)

Deleted: PKGBUILD
===
--- PKGBUILD2020-03-20 14:45:34 UTC (rev 601721)
+++ PKGBUILD2020-03-20 14:45:49 UTC (rev 601722)
@@ -1,76 +0,0 @@
-# Maintainer: kpcyrd 
-
-pkgname=monero
-pkgver=0.15.0.1
-pkgrel=5
-pkgdesc="Monero: the secure, private, untraceable peer-to-peer currency"
-license=('BSD')
-arch=('x86_64')
-url="https://getmonero.org/";
-depends=('boost-libs' 'libunwind' 'openssl' 'readline' 'zeromq' 'pcsclite' 
'hidapi')
-makedepends=('git' 'cmake' 'boost' 'protobuf')
-source=(
-"${pkgname}"::"git+https://github.com/monero-project/monero#tag=v${pkgver}";
-"git+https://github.com/monero-project/unbound.git";
-"git+https://github.com/monero-project/miniupnp.git";
-"git+https://github.com/Tencent/rapidjson";
-"git+https://github.com/trezor/trezor-common.git";
-"git+https://github.com/tevador/randomx";
-"monero.sysusers"
-"monero.tmpfiles")
-sha512sums=('SKIP'
-'SKIP'
-'SKIP'
-'SKIP'
-'SKIP'
-'SKIP'
-
'2e4ecf3f305dab46e166f50c0451dd969927b485df544aebcf8115a65444573e6d57a8ac6bea64ce5ab4b5cce2c70f913d9ac3bce561c59acf89851edc76a22c'
-
'ae3c300548e6ba5fdf6a203146e5dcaf1955c3e19820c0bb3a73bb70ec5629a3af00d43dac95b6f3832ded5c480e872d829981a63206016d4a64f3940b713357')
-
-prepare() {
-  cd "${pkgname}"
-  git submodule init
-  git config submodule.external/unbound.url "$srcdir/unbound"
-  git config submodule.external/miniupnp.url "$srcdir/miniupnp"
-  git config submodule.external/rapidjson.url "$srcdir/rapidjson"
-  git config submodule.external/trezor-common.url "$srcdir/trezor-common"
-  git config submodule.external/randomx.url "$srcdir/randomx"
-  git submodule update
-}
-
-build() {
-  cd "${pkgname}"
-  mkdir -p build && cd build
-  cmake -D BUILD_TESTS=ON -D CMAKE_BUILD_TYPE=release -D ARCH=default ../
-  make
-}
-
-package() {
-  backup=('etc/monerod.conf')
-
-  cd "${pkgname}"
-  install -Dm644 "LICENSE" -t "${pkgdir}/usr/share/licenses/${pkgname}"
-
-  install -Dm644 "utils/conf/monerod.conf" "${pkgdir}/etc/monerod.conf"
-  install -Dm644 "utils/systemd/monerod.service" 
"${pkgdir}/usr/lib/systemd/system/monerod.service"
-  install -Dm644 "../monero.sysusers" 
"${pkgdir}/usr/lib/sysusers.d/monero.conf"
-  install -Dm644 "../monero.tmpfiles" 
"${pkgdir}/usr/lib/tmpfiles.d/monero.conf"
-
-  install -Dm755 "build/bin/monero-blockchain-ancestry" \
- "build/bin/monero-blockchain-depth" \
- "build/bin/monero-blockchain-export" \
- "build/bin/monero-blockchain-import" \
- "build/bin/monero-blockchain-mark-spent-outputs" \
- "build/bin/monero-blockchain-prune" \
- "build/bin/monero-blockchain-prune-known-spent-data" \
- "build/bin/monero-blockchain-stats" \
- "build/bin/monero-blockchain-usage" \
- "build/bin/monero-gen-ssl-cert" \
- "build/bin/monero-gen-trusted-multisig" \
- "build/bin/monero-wallet-cli" \
- "build/bin/monero-wallet-rpc" \
- "build/bin/monerod" \
- -t "${pkgdir}/usr/bin"
-}
-
-# vim: ts=2 sw=2 et:

Copied: monero/repos/community-x86_64/PKGBUILD (from rev 601721, 
monero/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2020-03-20 14:45:49 UTC (rev 601722)
@@ -0,0 +1,76 @@
+# Maintainer: kpcyrd 
+
+pkgname=monero
+pkgver=0.15.0.5
+pkgrel=1
+pkgdesc="Monero: the secure, private, untraceable peer-to-peer currency"
+license=('BSD')
+arch=('x86_64')
+url="https://getmonero.org/";
+depends=('boost-libs' 'libunwind' 'openssl' 'readline' 'zeromq' 'pcsclite' 
'hidapi' 'protobuf')
+makedepends=('git' 'cmake' 'boost')
+source=(
+"${pkgname}"::"git+https://github.com/monero-project/monero#tag=v${pkgver}";
+"git+https://github.com/monero-project/unbound.git";
+"git+https://github.com/monero-project/miniupnp.git";
+"git+https://github.com/Tencent/rapidjson.git";
+"git+https://github.com/trezor/trezor-common.git";
+"git+https://gi

[arch-commits] Commit in (4 files)

2020-03-21 Thread Kpcyrd via arch-commits
Date: Saturday, March 21, 2020 @ 18:20:57
  Author: kpcyrd
Revision: 602954

addpkg: cloud-utils 0.31-2

Added:
  cloud-utils/
  cloud-utils/repos/
  cloud-utils/trunk/
  cloud-utils/trunk/PKGBUILD

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

Added: cloud-utils/trunk/PKGBUILD
===
--- cloud-utils/trunk/PKGBUILD  (rev 0)
+++ cloud-utils/trunk/PKGBUILD  2020-03-21 18:20:57 UTC (rev 602954)
@@ -0,0 +1,21 @@
+# Maintainer: kpcyrd 
+
+pkgname=cloud-utils
+pkgver=0.31
+pkgrel=2
+pkgdesc="Useful set of utilities for interacting with a cloud"
+url="https://launchpad.net/cloud-utils";
+depends=('e2fsprogs' 'python' 'gptfdisk' 'ca-certificates' 'file' 'cdrtools' 
'qemu-headless' 'wget')
+arch=('any')
+license=('GPL3')
+source=("https://launchpad.net/cloud-utils/trunk/${pkgver}/+download/${pkgname}-${pkgver}.tar.gz";)
+b2sums=('78216f9dbff8b0f02be0f353079c93fc327a60113661583cbfd11dbe439b13133d5d33c679583a4109d309b78709f1d121e0c3ee42e35d5b3f25690ca6b3df3b')
+
+package() {
+  cd "${pkgname}-${pkgver}"
+  make DESTDIR="${pkgdir}/" install
+  # clean up empty usr/share/doc/cloud-utils/
+  find "${pkgdir}" -type d -empty -delete
+}
+
+# vim:set ts=2 sw=2 et:


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

2020-03-21 Thread Kpcyrd via arch-commits
Date: Saturday, March 21, 2020 @ 18:21:12
  Author: kpcyrd
Revision: 602958

archrelease: copy trunk to community-any

Added:
  cloud-utils/repos/community-any/
  cloud-utils/repos/community-any/PKGBUILD
(from rev 602956, cloud-utils/trunk/PKGBUILD)

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

Copied: cloud-utils/repos/community-any/PKGBUILD (from rev 602956, 
cloud-utils/trunk/PKGBUILD)
===
--- community-any/PKGBUILD  (rev 0)
+++ community-any/PKGBUILD  2020-03-21 18:21:12 UTC (rev 602958)
@@ -0,0 +1,21 @@
+# Maintainer: kpcyrd 
+
+pkgname=cloud-utils
+pkgver=0.31
+pkgrel=2
+pkgdesc="Useful set of utilities for interacting with a cloud"
+url="https://launchpad.net/cloud-utils";
+depends=('e2fsprogs' 'python' 'gptfdisk' 'ca-certificates' 'file' 'cdrtools' 
'qemu-headless' 'wget')
+arch=('any')
+license=('GPL3')
+source=("https://launchpad.net/cloud-utils/trunk/${pkgver}/+download/${pkgname}-${pkgver}.tar.gz";)
+b2sums=('78216f9dbff8b0f02be0f353079c93fc327a60113661583cbfd11dbe439b13133d5d33c679583a4109d309b78709f1d121e0c3ee42e35d5b3f25690ca6b3df3b')
+
+package() {
+  cd "${pkgname}-${pkgver}"
+  make DESTDIR="${pkgdir}/" install
+  # clean up empty usr/share/doc/cloud-utils/
+  find "${pkgdir}" -type d -empty -delete
+}
+
+# vim:set ts=2 sw=2 et:


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

2020-03-23 Thread Kpcyrd via arch-commits
Date: Monday, March 23, 2020 @ 11:24:28
  Author: kpcyrd
Revision: 603710

upgpkg: findomain 1.4.3-1

Modified:
  findomain/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2020-03-23 11:07:39 UTC (rev 603709)
+++ PKGBUILD2020-03-23 11:24:28 UTC (rev 603710)
@@ -2,7 +2,7 @@
 # Contributor: Eduard Tolosa 
 
 pkgname=findomain
-pkgver=1.4.2
+pkgver=1.4.3
 pkgrel=1
 pkgdesc='The fastest and cross-platform subdomain enumerator, do not waste 
your time'
 url='https://github.com/Edu4rdSHL/findomain'
@@ -12,8 +12,8 @@
 makedepends=('cargo')
 optdepends=('postgresql: for subdomain monitoring')
 
source=("https://github.com/Edu4rdSHL/${pkgname}/archive/${pkgver}/${pkgname}-${pkgver}.tar.gz";)
-sha512sums=('189f520e92e7c86146789ab66c39cf51308341691b6967a24c9dfab208cc5e1ba869aa538f26ca18f5e6cbefe612e4838fcdfc8744123368554e572c43b84e67')
-b2sums=('392d521cd00a52481dc50e421c2989d7062a5a9198d321c220de34accfb3379f3050275bb4ba2bf2cd438342ae9e766d37cdb072944d36fcf0ef10e4a26a6125')
+sha512sums=('0f5340916823824abf5955ea82bcc9deb2bbe27d25395955765f7d67795b64fe4d3d3ad109736dd201fe7569b0febf362f96bfe90f33265e47873f0c0efce8ff')
+b2sums=('df462e510dee268b008928ad76191c543ef2bb819cc7bca722be4ec85a0fe4862dae8784734a0cc62e89ae14a692277bdf7f4a63ded32faa291ef9a35ef637e7')
 
 build() {
   cd ${pkgname}-${pkgver}


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

2020-03-23 Thread Kpcyrd via arch-commits
Date: Monday, March 23, 2020 @ 11:24:40
  Author: kpcyrd
Revision: 603711

archrelease: copy trunk to community-x86_64

Added:
  findomain/repos/community-x86_64/PKGBUILD
(from rev 603710, findomain/trunk/PKGBUILD)
Deleted:
  findomain/repos/community-x86_64/PKGBUILD

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

Deleted: PKGBUILD
===
--- PKGBUILD2020-03-23 11:24:28 UTC (rev 603710)
+++ PKGBUILD2020-03-23 11:24:40 UTC (rev 603711)
@@ -1,36 +0,0 @@
-# Maintainer: kpcyrd 
-# Contributor: Eduard Tolosa 
-
-pkgname=findomain
-pkgver=1.4.2
-pkgrel=1
-pkgdesc='The fastest and cross-platform subdomain enumerator, do not waste 
your time'
-url='https://github.com/Edu4rdSHL/findomain'
-arch=('x86_64')
-license=('GPL3')
-depends=('gcc-libs')
-makedepends=('cargo')
-optdepends=('postgresql: for subdomain monitoring')
-source=("https://github.com/Edu4rdSHL/${pkgname}/archive/${pkgver}/${pkgname}-${pkgver}.tar.gz";)
-sha512sums=('189f520e92e7c86146789ab66c39cf51308341691b6967a24c9dfab208cc5e1ba869aa538f26ca18f5e6cbefe612e4838fcdfc8744123368554e572c43b84e67')
-b2sums=('392d521cd00a52481dc50e421c2989d7062a5a9198d321c220de34accfb3379f3050275bb4ba2bf2cd438342ae9e766d37cdb072944d36fcf0ef10e4a26a6125')
-
-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}" -t "${pkgdir}/usr/bin"
-  install -Dm 644 README.md -t "${pkgdir}/usr/share/doc/${pkgname}"
-  install -Dm 644 "${pkgname}.1" -t "${pkgdir}/usr/share/man/man1"
-}
-
-# vim: ts=2 sw=2 et:

Copied: findomain/repos/community-x86_64/PKGBUILD (from rev 603710, 
findomain/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2020-03-23 11:24:40 UTC (rev 603711)
@@ -0,0 +1,36 @@
+# Maintainer: kpcyrd 
+# Contributor: Eduard Tolosa 
+
+pkgname=findomain
+pkgver=1.4.3
+pkgrel=1
+pkgdesc='The fastest and cross-platform subdomain enumerator, do not waste 
your time'
+url='https://github.com/Edu4rdSHL/findomain'
+arch=('x86_64')
+license=('GPL3')
+depends=('gcc-libs')
+makedepends=('cargo')
+optdepends=('postgresql: for subdomain monitoring')
+source=("https://github.com/Edu4rdSHL/${pkgname}/archive/${pkgver}/${pkgname}-${pkgver}.tar.gz";)
+sha512sums=('0f5340916823824abf5955ea82bcc9deb2bbe27d25395955765f7d67795b64fe4d3d3ad109736dd201fe7569b0febf362f96bfe90f33265e47873f0c0efce8ff')
+b2sums=('df462e510dee268b008928ad76191c543ef2bb819cc7bca722be4ec85a0fe4862dae8784734a0cc62e89ae14a692277bdf7f4a63ded32faa291ef9a35ef637e7')
+
+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}" -t "${pkgdir}/usr/bin"
+  install -Dm 644 README.md -t "${pkgdir}/usr/share/doc/${pkgname}"
+  install -Dm 644 "${pkgname}.1" -t "${pkgdir}/usr/share/man/man1"
+}
+
+# vim: ts=2 sw=2 et:


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

2020-03-23 Thread Kpcyrd via arch-commits
Date: Monday, March 23, 2020 @ 14:42:22
  Author: kpcyrd
Revision: 603726

archrelease: copy trunk to community-x86_64

Added:
  diesel-cli/repos/community-x86_64/PKGBUILD
(from rev 603725, diesel-cli/trunk/PKGBUILD)
Deleted:
  diesel-cli/repos/community-x86_64/PKGBUILD

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

Deleted: PKGBUILD
===
--- PKGBUILD2020-03-23 14:42:10 UTC (rev 603725)
+++ PKGBUILD2020-03-23 14:42:22 UTC (rev 603726)
@@ -1,43 +0,0 @@
-# Maintainer: kpcyrd 
-
-pkgname=diesel-cli
-pkgver=1.4.3
-pkgrel=2
-pkgdesc="CLI for the Diesel crate"
-arch=('x86_64')
-url="http://diesel.rs/";
-license=('MIT' 'Apache')
-replaces=('diesel_cli')
-depends=('sqlite' 'postgresql-libs' 'libmariadbclient')
-makedepends=('cargo')
-source=("${pkgname}-${pkgver}.tar.gz::https://github.com/diesel-rs/diesel/archive/v${pkgver}.tar.gz";)
-sha512sums=('afc348b362b3cfea88b161f17897ef0d7ca06c9e9624e09a5210428a95f351fe774a9bd98a1009b1d334abecd1800d9a266b9ddbab42ff77fbfba1e66ad501fc')
-b2sums=('3357d9b0ade8142e6d0529aa128a38ddd255c1fdf7fb8567f7391122ba8157c40ce90dc94ae939997160dcdbe72c41fc9aa5b38f55ebddd4caba4ee76770be23')
-
-build() {
-  cd "diesel-${pkgver}/diesel_cli"
-  # --locked is broken
-  cargo build --release
-}
-
-check() {
-  cd "diesel-${pkgver}/diesel_cli"
-  # tests require a debug build to be present
-  cargo test --no-default-features --features sqlite
-}
-
-package() {
-  cd "diesel-${pkgver}"
-  install -Dm755 "target/release/diesel" "${pkgdir}/usr/bin/diesel"
-
-  install -d "${pkgdir}/usr/share/bash-completion/completions" \
- "${pkgdir}/usr/share/zsh/site-functions" \
- "${pkgdir}/usr/share/fish/vendor_completions.d"
-  "${pkgdir}/usr/bin/diesel" completions bash > 
"${pkgdir}/usr/share/bash-completion/completions/diesel"
-  "${pkgdir}/usr/bin/diesel" completions zsh > 
"${pkgdir}/usr/share/zsh/site-functions/_diesel"
-  "${pkgdir}/usr/bin/diesel" completions fish > 
"${pkgdir}/usr/share/fish/vendor_completions.d/diesel.fish"
-
-  install -Dm644 LICENSE-MIT -t "${pkgdir}/usr/share/licenses/${pkgname}"
-}
-
-# vim:set ts=2 sw=2 et:

Copied: diesel-cli/repos/community-x86_64/PKGBUILD (from rev 603725, 
diesel-cli/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2020-03-23 14:42:22 UTC (rev 603726)
@@ -0,0 +1,43 @@
+# Maintainer: kpcyrd 
+
+pkgname=diesel-cli
+pkgver=1.4.4
+pkgrel=1
+pkgdesc="CLI for the Diesel crate"
+arch=('x86_64')
+url="https://diesel.rs/";
+license=('MIT' 'Apache')
+replaces=('diesel_cli')
+depends=('sqlite' 'postgresql-libs' 'libmariadbclient')
+makedepends=('cargo')
+source=(https://github.com/diesel-rs/diesel/archive/v${pkgver}/${pkgname}-${pkgver}.tar.gz)
+sha512sums=('12685af3b2e5a53476bda87b22343961d7ef21b4b22238ea9bb0e781f6df4081e206fe9208a22f60e40eb6487efb50672eac1b808d997780494dba8f682c6400')
+b2sums=('098f9c502e2b87dab36ddc670c298bc78cba33e54a3d46d5d5e7efe194f2587639def7b32e12ec573c9c8c656601a28b6a4861996082f502e6e0e67bfa12534c')
+
+build() {
+  cd "diesel-${pkgver}/diesel_cli"
+  # --locked is broken
+  RUSTFLAGS="--cap-lints allow" cargo build --release
+}
+
+check() {
+  cd "diesel-${pkgver}/diesel_cli"
+  # tests require a debug build to be present
+  RUSTFLAGS="--cap-lints allow" cargo test --no-default-features --features 
sqlite
+}
+
+package() {
+  cd "diesel-${pkgver}"
+  install -Dm755 "target/release/diesel" "${pkgdir}/usr/bin/diesel"
+
+  install -d "${pkgdir}/usr/share/bash-completion/completions" \
+ "${pkgdir}/usr/share/zsh/site-functions" \
+ "${pkgdir}/usr/share/fish/vendor_completions.d"
+  "${pkgdir}/usr/bin/diesel" completions bash > 
"${pkgdir}/usr/share/bash-completion/completions/diesel"
+  "${pkgdir}/usr/bin/diesel" completions zsh > 
"${pkgdir}/usr/share/zsh/site-functions/_diesel"
+  "${pkgdir}/usr/bin/diesel" completions fish > 
"${pkgdir}/usr/share/fish/vendor_completions.d/diesel.fish"
+
+  install -Dm644 LICENSE-MIT -t "${pkgdir}/usr/share/licenses/${pkgname}"
+}
+
+# vim:set ts=2 sw=2 et:


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

2020-03-23 Thread Kpcyrd via arch-commits
Date: Monday, March 23, 2020 @ 14:42:10
  Author: kpcyrd
Revision: 603725

upgpkg: diesel-cli 1.4.4-1

Modified:
  diesel-cli/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2020-03-23 14:08:07 UTC (rev 603724)
+++ PKGBUILD2020-03-23 14:42:10 UTC (rev 603725)
@@ -1,29 +1,29 @@
 # Maintainer: kpcyrd 
 
 pkgname=diesel-cli
-pkgver=1.4.3
-pkgrel=2
+pkgver=1.4.4
+pkgrel=1
 pkgdesc="CLI for the Diesel crate"
 arch=('x86_64')
-url="http://diesel.rs/";
+url="https://diesel.rs/";
 license=('MIT' 'Apache')
 replaces=('diesel_cli')
 depends=('sqlite' 'postgresql-libs' 'libmariadbclient')
 makedepends=('cargo')
-source=("${pkgname}-${pkgver}.tar.gz::https://github.com/diesel-rs/diesel/archive/v${pkgver}.tar.gz";)
-sha512sums=('afc348b362b3cfea88b161f17897ef0d7ca06c9e9624e09a5210428a95f351fe774a9bd98a1009b1d334abecd1800d9a266b9ddbab42ff77fbfba1e66ad501fc')
-b2sums=('3357d9b0ade8142e6d0529aa128a38ddd255c1fdf7fb8567f7391122ba8157c40ce90dc94ae939997160dcdbe72c41fc9aa5b38f55ebddd4caba4ee76770be23')
+source=(https://github.com/diesel-rs/diesel/archive/v${pkgver}/${pkgname}-${pkgver}.tar.gz)
+sha512sums=('12685af3b2e5a53476bda87b22343961d7ef21b4b22238ea9bb0e781f6df4081e206fe9208a22f60e40eb6487efb50672eac1b808d997780494dba8f682c6400')
+b2sums=('098f9c502e2b87dab36ddc670c298bc78cba33e54a3d46d5d5e7efe194f2587639def7b32e12ec573c9c8c656601a28b6a4861996082f502e6e0e67bfa12534c')
 
 build() {
   cd "diesel-${pkgver}/diesel_cli"
   # --locked is broken
-  cargo build --release
+  RUSTFLAGS="--cap-lints allow" cargo build --release
 }
 
 check() {
   cd "diesel-${pkgver}/diesel_cli"
   # tests require a debug build to be present
-  cargo test --no-default-features --features sqlite
+  RUSTFLAGS="--cap-lints allow" cargo test --no-default-features --features 
sqlite
 }
 
 package() {


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

2020-03-23 Thread Kpcyrd via arch-commits
Date: Monday, March 23, 2020 @ 15:56:53
  Author: kpcyrd
Revision: 603738

archrelease: copy trunk to community-x86_64

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

+
 PKGBUILD   |  104 +++
 sn0int.install |   18 -
 2 files changed, 61 insertions(+), 61 deletions(-)

Deleted: PKGBUILD
===
--- PKGBUILD2020-03-23 15:56:40 UTC (rev 603737)
+++ PKGBUILD2020-03-23 15:56:53 UTC (rev 603738)
@@ -1,52 +0,0 @@
-# Maintainer: Levente Polyak 
-# Maintainer: Santiago Torres-Arias 
-# Maintainer: kpcyrd 
-
-pkgname=sn0int
-pkgver=0.18.0
-pkgrel=1
-pkgdesc='Semi-automatic OSINT framework and package manager'
-url='https://github.com/kpcyrd/sn0int'
-arch=('x86_64')
-license=('GPL3')
-depends=('libcap' 'sqlite' 'libseccomp' 'libsodium' 'geoip2-database' 
'publicsuffix-list')
-makedepends=('cargo' 'python-sphinx')
-install=sn0int.install
-source=(https://github.com/kpcyrd/${pkgname}/archive/v${pkgver}/${pkgname}-${pkgver}.tar.gz
-
https://github.com/kpcyrd/${pkgname}/releases/download/v${pkgver}/${pkgname}-${pkgver}.tar.gz.asc)
-sha512sums=('b476be9e5593616ac6e1ee351974ada4b615c67c108e2043c7cd9efe7840efa66de739b8eaaa1e5406c43779bb83eb5ac4121412360066d83bf98895e57c5f40'
-'SKIP')
-b2sums=('adc4cf4b212d4280b90f9397c6de82a0683fc0201ffbbe25f9d4542b23a78853759af2058560c0e2d1f95ae8a1ace3bbb6d59bf5c732fdaade61cc6b532c38b0'
-'SKIP')
-
-validpgpkeys=("64B13F7117D6E07D661BBCE0FE763A64F5E54FD6")
-
-
-build() {
-  cd ${pkgname}-${pkgver}
-  cargo build --release --locked
-  make -C docs man
-}
-
-check() {
-  cd ${pkgname}-${pkgver}
-  cargo test --release --locked
-}
-
-package() {
-  cd ${pkgname}-${pkgver}
-  install -Dm 755 target/release/${pkgname} "${pkgdir}/usr/bin/${pkgname}"
-
-  install -d "${pkgdir}/usr/share/bash-completion/completions" \
- "${pkgdir}/usr/share/zsh/site-functions" \
- "${pkgdir}/usr/share/fish/vendor_completions.d"
-  "${pkgdir}/usr/bin/sn0int" completions bash > 
"${pkgdir}/usr/share/bash-completion/completions/sn0int"
-  "${pkgdir}/usr/bin/sn0int" completions zsh > 
"${pkgdir}/usr/share/zsh/site-functions/_sn0int"
-  "${pkgdir}/usr/bin/sn0int" completions fish > 
"${pkgdir}/usr/share/fish/vendor_completions.d/sn0int.fish"
-
-  install -Dm 644 docs/_build/man/sn0int.1 -t "${pkgdir}/usr/share/man/man1"
-  install -Dm 644 README.md -t "${pkgdir}/usr/share/doc/${pkgname}"
-  install -Dm 644 LICENSE -t "${pkgdir}/usr/share/licenses/${pkgname}"
-}
-
-# vim: ts=2 sw=2 et:

Copied: sn0int/repos/community-x86_64/PKGBUILD (from rev 603737, 
sn0int/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2020-03-23 15:56:53 UTC (rev 603738)
@@ -0,0 +1,52 @@
+# Maintainer: Levente Polyak 
+# Maintainer: Santiago Torres-Arias 
+# Maintainer: kpcyrd 
+
+pkgname=sn0int
+pkgver=0.18.1
+pkgrel=1
+pkgdesc='Semi-automatic OSINT framework and package manager'
+url='https://github.com/kpcyrd/sn0int'
+arch=('x86_64')
+license=('GPL3')
+depends=('libcap' 'sqlite' 'libseccomp' 'libsodium' 'geoip2-database' 
'publicsuffix-list')
+makedepends=('cargo' 'python-sphinx')
+install=sn0int.install
+source=(https://github.com/kpcyrd/${pkgname}/archive/v${pkgver}/${pkgname}-${pkgver}.tar.gz
+
https://github.com/kpcyrd/${pkgname}/releases/download/v${pkgver}/${pkgname}-${pkgver}.tar.gz.asc)
+sha512sums=('3851ea26cb1f3dc0063ddbc28240ba9419965236f5385591f1342f8a2f0505407f402694bf8126ccb3f60cdea42bf61984cbf4694eb30d6186162c43cc051256'
+'SKIP')
+b2sums=('fac9c64348f3efc8802884064321990f3e5858a38762dd81dab7a35c3a33fa641fc560ba038f7653c83607efd1ef61c3ec96939b239fd23cb4acd3542bc89126'
+'SKIP')
+
+validpgpkeys=("64B13F7117D6E07D661BBCE0FE763A64F5E54FD6")
+
+
+build() {
+  cd ${pkgname}-${pkgver}
+  cargo build --release --locked
+  make -C docs man
+}
+
+check() {
+  cd ${pkgname}-${pkgver}
+  cargo test --release --locked
+}
+
+package() {
+  cd ${pkgname}-${pkgver}
+  install -Dm 755 target/release/${pkgname} "${pkgdir}/usr/bin/${pkgname}"
+
+  install -d "${pkgdir}/usr/share/bash-completion/completions" \
+ "${pkgdir}/usr/share/zsh/site-functions" \
+ "${pkgdir}/usr/share/fish/vendor_completions.d"
+  "${pkgdir}/usr/bin/sn0int" completions bash > 
"${pkgdir}/usr/share/bash-completion/completions/sn0int"
+  "${pkgdir}/usr/bin/sn0int" completions zsh > 
"${pkgdir}/usr/share/zsh/site-functions/_sn0int"
+  "${pkgdir}/usr/bin/sn0int" completions fish > 
"${pkgdir}/usr/share/fish/vendor_completions.d/sn0int.fish"
+
+  install -Dm 644 docs/_build/man/sn0int.1 -t "${pk

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

2020-03-23 Thread Kpcyrd via arch-commits
Date: Monday, March 23, 2020 @ 15:56:40
  Author: kpcyrd
Revision: 603737

upgpkg: sn0int 0.18.1-1

Modified:
  sn0int/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2020-03-23 15:40:18 UTC (rev 603736)
+++ PKGBUILD2020-03-23 15:56:40 UTC (rev 603737)
@@ -3,7 +3,7 @@
 # Maintainer: kpcyrd 
 
 pkgname=sn0int
-pkgver=0.18.0
+pkgver=0.18.1
 pkgrel=1
 pkgdesc='Semi-automatic OSINT framework and package manager'
 url='https://github.com/kpcyrd/sn0int'
@@ -14,9 +14,9 @@
 install=sn0int.install
 
source=(https://github.com/kpcyrd/${pkgname}/archive/v${pkgver}/${pkgname}-${pkgver}.tar.gz
 
https://github.com/kpcyrd/${pkgname}/releases/download/v${pkgver}/${pkgname}-${pkgver}.tar.gz.asc)
-sha512sums=('b476be9e5593616ac6e1ee351974ada4b615c67c108e2043c7cd9efe7840efa66de739b8eaaa1e5406c43779bb83eb5ac4121412360066d83bf98895e57c5f40'
+sha512sums=('3851ea26cb1f3dc0063ddbc28240ba9419965236f5385591f1342f8a2f0505407f402694bf8126ccb3f60cdea42bf61984cbf4694eb30d6186162c43cc051256'
 'SKIP')
-b2sums=('adc4cf4b212d4280b90f9397c6de82a0683fc0201ffbbe25f9d4542b23a78853759af2058560c0e2d1f95ae8a1ace3bbb6d59bf5c732fdaade61cc6b532c38b0'
+b2sums=('fac9c64348f3efc8802884064321990f3e5858a38762dd81dab7a35c3a33fa641fc560ba038f7653c83607efd1ef61c3ec96939b239fd23cb4acd3542bc89126'
 'SKIP')
 
 validpgpkeys=("64B13F7117D6E07D661BBCE0FE763A64F5E54FD6")


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

2020-03-23 Thread Kpcyrd via arch-commits
Date: Monday, March 23, 2020 @ 19:08:20
  Author: kpcyrd
Revision: 603762

upgpkg: sn0int 0.18.2-1

Modified:
  sn0int/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2020-03-23 18:12:06 UTC (rev 603761)
+++ PKGBUILD2020-03-23 19:08:20 UTC (rev 603762)
@@ -3,7 +3,7 @@
 # Maintainer: kpcyrd 
 
 pkgname=sn0int
-pkgver=0.18.1
+pkgver=0.18.2
 pkgrel=1
 pkgdesc='Semi-automatic OSINT framework and package manager'
 url='https://github.com/kpcyrd/sn0int'
@@ -14,9 +14,9 @@
 install=sn0int.install
 
source=(https://github.com/kpcyrd/${pkgname}/archive/v${pkgver}/${pkgname}-${pkgver}.tar.gz
 
https://github.com/kpcyrd/${pkgname}/releases/download/v${pkgver}/${pkgname}-${pkgver}.tar.gz.asc)
-sha512sums=('3851ea26cb1f3dc0063ddbc28240ba9419965236f5385591f1342f8a2f0505407f402694bf8126ccb3f60cdea42bf61984cbf4694eb30d6186162c43cc051256'
+sha512sums=('417d0cf861136942411c645151750a547a3a88f00ec00896411264e2c264db622429b8ce0e00c947fb03810a6fa2c7f39c439ac747ceeed21fdab8c9d512c6de'
 'SKIP')
-b2sums=('fac9c64348f3efc8802884064321990f3e5858a38762dd81dab7a35c3a33fa641fc560ba038f7653c83607efd1ef61c3ec96939b239fd23cb4acd3542bc89126'
+b2sums=('640f325ea56f5eb9dc1ac7877cf5c932f8ba56ed7c266684d906ed58b89ff993771ab25c119124e0448e976d8acb5ed49d87aa173955081be8afbb6fa06f8158'
 'SKIP')
 
 validpgpkeys=("64B13F7117D6E07D661BBCE0FE763A64F5E54FD6")


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

2020-03-23 Thread Kpcyrd via arch-commits
Date: Monday, March 23, 2020 @ 19:08:34
  Author: kpcyrd
Revision: 603763

archrelease: copy trunk to community-x86_64

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

+
 PKGBUILD   |  104 +++
 sn0int.install |   18 -
 2 files changed, 61 insertions(+), 61 deletions(-)

Deleted: PKGBUILD
===
--- PKGBUILD2020-03-23 19:08:20 UTC (rev 603762)
+++ PKGBUILD2020-03-23 19:08:34 UTC (rev 603763)
@@ -1,52 +0,0 @@
-# Maintainer: Levente Polyak 
-# Maintainer: Santiago Torres-Arias 
-# Maintainer: kpcyrd 
-
-pkgname=sn0int
-pkgver=0.18.1
-pkgrel=1
-pkgdesc='Semi-automatic OSINT framework and package manager'
-url='https://github.com/kpcyrd/sn0int'
-arch=('x86_64')
-license=('GPL3')
-depends=('libcap' 'sqlite' 'libseccomp' 'libsodium' 'geoip2-database' 
'publicsuffix-list')
-makedepends=('cargo' 'python-sphinx')
-install=sn0int.install
-source=(https://github.com/kpcyrd/${pkgname}/archive/v${pkgver}/${pkgname}-${pkgver}.tar.gz
-
https://github.com/kpcyrd/${pkgname}/releases/download/v${pkgver}/${pkgname}-${pkgver}.tar.gz.asc)
-sha512sums=('3851ea26cb1f3dc0063ddbc28240ba9419965236f5385591f1342f8a2f0505407f402694bf8126ccb3f60cdea42bf61984cbf4694eb30d6186162c43cc051256'
-'SKIP')
-b2sums=('fac9c64348f3efc8802884064321990f3e5858a38762dd81dab7a35c3a33fa641fc560ba038f7653c83607efd1ef61c3ec96939b239fd23cb4acd3542bc89126'
-'SKIP')
-
-validpgpkeys=("64B13F7117D6E07D661BBCE0FE763A64F5E54FD6")
-
-
-build() {
-  cd ${pkgname}-${pkgver}
-  cargo build --release --locked
-  make -C docs man
-}
-
-check() {
-  cd ${pkgname}-${pkgver}
-  cargo test --release --locked
-}
-
-package() {
-  cd ${pkgname}-${pkgver}
-  install -Dm 755 target/release/${pkgname} "${pkgdir}/usr/bin/${pkgname}"
-
-  install -d "${pkgdir}/usr/share/bash-completion/completions" \
- "${pkgdir}/usr/share/zsh/site-functions" \
- "${pkgdir}/usr/share/fish/vendor_completions.d"
-  "${pkgdir}/usr/bin/sn0int" completions bash > 
"${pkgdir}/usr/share/bash-completion/completions/sn0int"
-  "${pkgdir}/usr/bin/sn0int" completions zsh > 
"${pkgdir}/usr/share/zsh/site-functions/_sn0int"
-  "${pkgdir}/usr/bin/sn0int" completions fish > 
"${pkgdir}/usr/share/fish/vendor_completions.d/sn0int.fish"
-
-  install -Dm 644 docs/_build/man/sn0int.1 -t "${pkgdir}/usr/share/man/man1"
-  install -Dm 644 README.md -t "${pkgdir}/usr/share/doc/${pkgname}"
-  install -Dm 644 LICENSE -t "${pkgdir}/usr/share/licenses/${pkgname}"
-}
-
-# vim: ts=2 sw=2 et:

Copied: sn0int/repos/community-x86_64/PKGBUILD (from rev 603762, 
sn0int/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2020-03-23 19:08:34 UTC (rev 603763)
@@ -0,0 +1,52 @@
+# Maintainer: Levente Polyak 
+# Maintainer: Santiago Torres-Arias 
+# Maintainer: kpcyrd 
+
+pkgname=sn0int
+pkgver=0.18.2
+pkgrel=1
+pkgdesc='Semi-automatic OSINT framework and package manager'
+url='https://github.com/kpcyrd/sn0int'
+arch=('x86_64')
+license=('GPL3')
+depends=('libcap' 'sqlite' 'libseccomp' 'libsodium' 'geoip2-database' 
'publicsuffix-list')
+makedepends=('cargo' 'python-sphinx')
+install=sn0int.install
+source=(https://github.com/kpcyrd/${pkgname}/archive/v${pkgver}/${pkgname}-${pkgver}.tar.gz
+
https://github.com/kpcyrd/${pkgname}/releases/download/v${pkgver}/${pkgname}-${pkgver}.tar.gz.asc)
+sha512sums=('417d0cf861136942411c645151750a547a3a88f00ec00896411264e2c264db622429b8ce0e00c947fb03810a6fa2c7f39c439ac747ceeed21fdab8c9d512c6de'
+'SKIP')
+b2sums=('640f325ea56f5eb9dc1ac7877cf5c932f8ba56ed7c266684d906ed58b89ff993771ab25c119124e0448e976d8acb5ed49d87aa173955081be8afbb6fa06f8158'
+'SKIP')
+
+validpgpkeys=("64B13F7117D6E07D661BBCE0FE763A64F5E54FD6")
+
+
+build() {
+  cd ${pkgname}-${pkgver}
+  cargo build --release --locked
+  make -C docs man
+}
+
+check() {
+  cd ${pkgname}-${pkgver}
+  cargo test --release --locked
+}
+
+package() {
+  cd ${pkgname}-${pkgver}
+  install -Dm 755 target/release/${pkgname} "${pkgdir}/usr/bin/${pkgname}"
+
+  install -d "${pkgdir}/usr/share/bash-completion/completions" \
+ "${pkgdir}/usr/share/zsh/site-functions" \
+ "${pkgdir}/usr/share/fish/vendor_completions.d"
+  "${pkgdir}/usr/bin/sn0int" completions bash > 
"${pkgdir}/usr/share/bash-completion/completions/sn0int"
+  "${pkgdir}/usr/bin/sn0int" completions zsh > 
"${pkgdir}/usr/share/zsh/site-functions/_sn0int"
+  "${pkgdir}/usr/bin/sn0int" completions fish > 
"${pkgdir}/usr/share/fish/vendor_completions.d/sn0int.fish"
+
+  install -Dm 644 docs/_build/man/sn0int.1 -t "${pk

[arch-commits] Commit in python-pwntools/trunk (PKGBUILD pwn.conf)

2020-03-24 Thread Kpcyrd via arch-commits
Date: Tuesday, March 24, 2020 @ 21:32:09
  Author: kpcyrd
Revision: 603933

Disable auto update check

Added:
  python-pwntools/trunk/pwn.conf
Modified:
  python-pwntools/trunk/PKGBUILD

--+
 PKGBUILD |   23 +++
 pwn.conf |2 ++
 2 files changed, 21 insertions(+), 4 deletions(-)

Modified: PKGBUILD
===
--- PKGBUILD2020-03-24 21:28:49 UTC (rev 603932)
+++ PKGBUILD2020-03-24 21:32:09 UTC (rev 603933)
@@ -6,7 +6,7 @@
 pkgname=python-pwntools
 _pyname=pwntools
 pkgver=4.0.1
-pkgrel=2
+pkgrel=3
 pkgdesc='CTF framework and exploit development library'
 url='https://github.com/Gallopsled/pwntools'
 arch=('any')
@@ -31,13 +31,22 @@
  'python-paramiko'
  'ropgadget'
  'python-setuptools')
-source=(https://github.com/Gallopsled/pwntools/archive/${pkgver}/${pkgname}-${pkgver}.tar.gz)
-sha256sums=('5598bf8ebb96264dab3663d296be3dfe783451cf3535ad611d094a7c550d467f')
-b2sums=('9003e0ef0ceaa3e1a089de68f94c854e65c12ce4e21d3b3aadfa0c777f7aa168f02869b34ccdede04b17d53a5ad8ea8b0d91a20ea0d73496b814847a3ce4b423')
+source=(https://github.com/Gallopsled/pwntools/archive/${pkgver}/${pkgname}-${pkgver}.tar.gz
+pwn.conf
+# cherry-pick patch for [update] config section
+
https://github.com/Gallopsled/pwntools/commit/433d92619b98b916bee21865df066e005f28dc80.patch)
+sha256sums=('5598bf8ebb96264dab3663d296be3dfe783451cf3535ad611d094a7c550d467f'
+'50916e4e45d026422cd6bfe8de50e7246c61b0b1e0007571e7c04a994282fe89'
+'25a4bd5edc81e3f31200b8104392330cb4f5f30868c474ac55b99b5e4fdc73a0')
+b2sums=('9003e0ef0ceaa3e1a089de68f94c854e65c12ce4e21d3b3aadfa0c777f7aa168f02869b34ccdede04b17d53a5ad8ea8b0d91a20ea0d73496b814847a3ce4b423'
+
'cac0a12eea8abd3d2ee21632e7f2281e7e35c2d7839cfbcba83ae5d0e8f427e9cc2462a6d17d187252b99d9dbbb14393b9d5a63996c42043f553e9b66bfe9e07'
+
'b41a77d6e3a799ff937c1b04713919d5357fa371a0f730ddc83ff8253d463cb86b89bcf705724fd68a9c4fb8567821cfbc85be6723d6b43d916cff9385413363')
 
 prepare() {
   cd ${_pyname}-${pkgver}
   sed 's|>=1.0.2rc1||' -i setup.py
+
+  patch --forward --strip=1 
--input="${srcdir}/433d92619b98b916bee21865df066e005f28dc80.patch"
 }
 
 build() {
@@ -45,9 +54,15 @@
   python setup.py build
 }
 
+check() {
+  cd "${_pyname}-${pkgver}"
+  PYTHONPATH=. PWNLIB_NOTERM=true python -c 'import pwn'
+}
+
 package() {
   cd ${_pyname}-${pkgver}
   python setup.py install -O1 --root="${pkgdir}" --skip-build 
--only-use-pwn-command
+  install -Dm 644 "${srcdir}/pwn.conf" -t "${pkgdir}/etc"
   install -Dm 644 LICENSE-pwntools.txt -t 
"${pkgdir}/usr/share/licenses/${pkgname}"
   rm -f "${pkgdir}"/usr/lib/python*/site-packages/*.{txt,md}
 }

Added: pwn.conf
===
--- pwn.conf(rev 0)
+++ pwn.conf2020-03-24 21:32:09 UTC (rev 603933)
@@ -0,0 +1,2 @@
+[update]
+interval=never


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

2020-03-24 Thread Kpcyrd via arch-commits
Date: Tuesday, March 24, 2020 @ 21:32:22
  Author: kpcyrd
Revision: 603934

archrelease: copy trunk to community-any

Added:
  python-pwntools/repos/community-any/PKGBUILD
(from rev 603933, python-pwntools/trunk/PKGBUILD)
  python-pwntools/repos/community-any/pwn.conf
(from rev 603933, python-pwntools/trunk/pwn.conf)
Deleted:
  python-pwntools/repos/community-any/PKGBUILD

--+
 PKGBUILD |  125 ++---
 pwn.conf |2 
 2 files changed, 72 insertions(+), 55 deletions(-)

Deleted: PKGBUILD
===
--- PKGBUILD2020-03-24 21:32:09 UTC (rev 603933)
+++ PKGBUILD2020-03-24 21:32:22 UTC (rev 603934)
@@ -1,55 +0,0 @@
-# Maintainer: kpcyrd 
-# Maintainer: Levente Polyak 
-# Contributor: Ding Xiao 
-# Contributor: Firmy 
-
-pkgname=python-pwntools
-_pyname=pwntools
-pkgver=4.0.1
-pkgrel=2
-pkgdesc='CTF framework and exploit development library'
-url='https://github.com/Gallopsled/pwntools'
-arch=('any')
-license=('MIT' 'GPL2' 'BSD')
-depends=('python'
- 'python-mako'
- 'python-pyelftools'
- 'python-capstone'
- 'ropgadget'
- 'python-pyserial'
- 'python-requests'
- 'python-pip'
- 'python-pygments'
- 'python-pysocks'
- 'python-dateutil'
- 'python-packaging'
- 'python-psutil'
- 'python-intervaltree'
- 'python-sortedcontainers'
- 'python-unicorn'
- 'python-tox'
- 'python-paramiko'
- 'ropgadget'
- 'python-setuptools')
-source=(https://github.com/Gallopsled/pwntools/archive/${pkgver}/${pkgname}-${pkgver}.tar.gz)
-sha256sums=('5598bf8ebb96264dab3663d296be3dfe783451cf3535ad611d094a7c550d467f')
-b2sums=('9003e0ef0ceaa3e1a089de68f94c854e65c12ce4e21d3b3aadfa0c777f7aa168f02869b34ccdede04b17d53a5ad8ea8b0d91a20ea0d73496b814847a3ce4b423')
-
-prepare() {
-  cd ${_pyname}-${pkgver}
-  sed 's|>=1.0.2rc1||' -i setup.py
-}
-
-build() {
-  cd ${_pyname}-${pkgver}
-  python setup.py build
-}
-
-package() {
-  cd ${_pyname}-${pkgver}
-  python setup.py install -O1 --root="${pkgdir}" --skip-build 
--only-use-pwn-command
-  install -Dm 644 LICENSE-pwntools.txt -t 
"${pkgdir}/usr/share/licenses/${pkgname}"
-  rm -f "${pkgdir}"/usr/lib/python*/site-packages/*.{txt,md}
-}
-
-# vim:set ts=2 sw=2 et:

Copied: python-pwntools/repos/community-any/PKGBUILD (from rev 603933, 
python-pwntools/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2020-03-24 21:32:22 UTC (rev 603934)
@@ -0,0 +1,70 @@
+# Maintainer: kpcyrd 
+# Maintainer: Levente Polyak 
+# Contributor: Ding Xiao 
+# Contributor: Firmy 
+
+pkgname=python-pwntools
+_pyname=pwntools
+pkgver=4.0.1
+pkgrel=3
+pkgdesc='CTF framework and exploit development library'
+url='https://github.com/Gallopsled/pwntools'
+arch=('any')
+license=('MIT' 'GPL2' 'BSD')
+depends=('python'
+ 'python-mako'
+ 'python-pyelftools'
+ 'python-capstone'
+ 'ropgadget'
+ 'python-pyserial'
+ 'python-requests'
+ 'python-pip'
+ 'python-pygments'
+ 'python-pysocks'
+ 'python-dateutil'
+ 'python-packaging'
+ 'python-psutil'
+ 'python-intervaltree'
+ 'python-sortedcontainers'
+ 'python-unicorn'
+ 'python-tox'
+ 'python-paramiko'
+ 'ropgadget'
+ 'python-setuptools')
+source=(https://github.com/Gallopsled/pwntools/archive/${pkgver}/${pkgname}-${pkgver}.tar.gz
+pwn.conf
+# cherry-pick patch for [update] config section
+
https://github.com/Gallopsled/pwntools/commit/433d92619b98b916bee21865df066e005f28dc80.patch)
+sha256sums=('5598bf8ebb96264dab3663d296be3dfe783451cf3535ad611d094a7c550d467f'
+'50916e4e45d026422cd6bfe8de50e7246c61b0b1e0007571e7c04a994282fe89'
+'25a4bd5edc81e3f31200b8104392330cb4f5f30868c474ac55b99b5e4fdc73a0')
+b2sums=('9003e0ef0ceaa3e1a089de68f94c854e65c12ce4e21d3b3aadfa0c777f7aa168f02869b34ccdede04b17d53a5ad8ea8b0d91a20ea0d73496b814847a3ce4b423'
+
'cac0a12eea8abd3d2ee21632e7f2281e7e35c2d7839cfbcba83ae5d0e8f427e9cc2462a6d17d187252b99d9dbbb14393b9d5a63996c42043f553e9b66bfe9e07'
+
'b41a77d6e3a799ff937c1b04713919d5357fa371a0f730ddc83ff8253d463cb86b89bcf705724fd68a9c4fb8567821cfbc85be6723d6b43d916cff9385413363')
+
+prepare() {
+  cd ${_pyname}-${pkgver}
+  sed 's|>=1.0.2rc1||' -i setup.py
+
+  patch --forward --strip=1 
--input="${srcdir}/433d92619b98b916bee21865df066e005f28dc80.patch"
+}
+
+build() {
+  cd ${_pyname}-${pkgver}
+  python setup.py build
+}
+
+check() {
+  cd "${_pyname}-${pkgver}"
+  PYTHONPATH=. PWNLIB_NOTERM=true python -c 'import pwn'
+}
+
+package() {
+  cd ${_pyname}-${pkgver}
+  python setup.py install -O1 --root="${pkgdir}" --skip-build 
--only-use-pwn-command
+  install -Dm 644 "${srcdir}/pwn.conf" -

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

2020-03-24 Thread Kpcyrd via arch-commits
Date: Wednesday, March 25, 2020 @ 03:14:12
  Author: kpcyrd
Revision: 603974

upgpkg: cargo-outdated 0.9.8-1

Modified:
  cargo-outdated/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2020-03-25 02:01:42 UTC (rev 603973)
+++ PKGBUILD2020-03-25 03:14:12 UTC (rev 603974)
@@ -4,7 +4,7 @@
 # Contributor: Vlad M. 
 
 pkgname=cargo-outdated
-pkgver=0.9.7
+pkgver=0.9.8
 pkgrel=1
 pkgdesc="A cargo subcommand for displaying when Rust dependencies are out of 
date"
 url="https://github.com/kbknapp/cargo-outdated";
@@ -12,8 +12,8 @@
 license=('MIT')
 depends=('cargo')
 
source=("${pkgname}-${pkgver}.tar.gz::https://crates.io/api/v1/crates/${pkgname}/${pkgver}/download";)
-sha256sums=('47e858867ceef1aa393a3e68bf4d8aad862eafee563b854237e838cdce55da1d')
-b2sums=('de284880960f0d34a1f31239cbafb6e03b9acf6d27f36f0c8f769ac53053a47a88eaaae8fd1de17336d38fa59dd6d181ab113c540129bccfcf51c6421f24a082')
+sha256sums=('388f7f979963f4284f4bb7053482b2fea2bb48275397b3a701bf6c7afd2fd020')
+b2sums=('46f9eca05fbe925f6918227db17722f14bcb5bb45b5d34a85c86dcbb09de2204d04a9a595f2d5cd11693e6e3d0edde01a8c491c87e1d24dd35a632e8bfa8ef49')
 
 build() {
   cd "${pkgname}-${pkgver}"


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

2020-03-24 Thread Kpcyrd via arch-commits
Date: Wednesday, March 25, 2020 @ 03:14:27
  Author: kpcyrd
Revision: 603975

archrelease: copy trunk to community-x86_64

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

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

Deleted: PKGBUILD
===
--- PKGBUILD2020-03-25 03:14:12 UTC (rev 603974)
+++ PKGBUILD2020-03-25 03:14:27 UTC (rev 603975)
@@ -1,29 +0,0 @@
-# Maintainer: kpcyrd 
-# Contributor: Jian Zeng 
-# Contributor: Alexandre Bury 
-# Contributor: Vlad M. 
-
-pkgname=cargo-outdated
-pkgver=0.9.7
-pkgrel=1
-pkgdesc="A cargo subcommand for displaying when Rust dependencies are out of 
date"
-url="https://github.com/kbknapp/cargo-outdated";
-arch=('x86_64')
-license=('MIT')
-depends=('cargo')
-source=("${pkgname}-${pkgver}.tar.gz::https://crates.io/api/v1/crates/${pkgname}/${pkgver}/download";)
-sha256sums=('47e858867ceef1aa393a3e68bf4d8aad862eafee563b854237e838cdce55da1d')
-b2sums=('de284880960f0d34a1f31239cbafb6e03b9acf6d27f36f0c8f769ac53053a47a88eaaae8fd1de17336d38fa59dd6d181ab113c540129bccfcf51c6421f24a082')
-
-build() {
-  cd "${pkgname}-${pkgver}"
-  cargo build --release --locked
-}
-
-package() {
-  cd "${pkgname}-${pkgver}"
-  install -Dm755 "target/release/${pkgname}" "${pkgdir}/usr/bin/${pkgname}"
-  install -Dm644 LICENSE-MIT -t "${pkgdir}/usr/share/licenses/${pkgname}"
-}
-
-# vim: ts=2 sw=2 et:

Copied: cargo-outdated/repos/community-x86_64/PKGBUILD (from rev 603974, 
cargo-outdated/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2020-03-25 03:14:27 UTC (rev 603975)
@@ -0,0 +1,29 @@
+# Maintainer: kpcyrd 
+# Contributor: Jian Zeng 
+# Contributor: Alexandre Bury 
+# Contributor: Vlad M. 
+
+pkgname=cargo-outdated
+pkgver=0.9.8
+pkgrel=1
+pkgdesc="A cargo subcommand for displaying when Rust dependencies are out of 
date"
+url="https://github.com/kbknapp/cargo-outdated";
+arch=('x86_64')
+license=('MIT')
+depends=('cargo')
+source=("${pkgname}-${pkgver}.tar.gz::https://crates.io/api/v1/crates/${pkgname}/${pkgver}/download";)
+sha256sums=('388f7f979963f4284f4bb7053482b2fea2bb48275397b3a701bf6c7afd2fd020')
+b2sums=('46f9eca05fbe925f6918227db17722f14bcb5bb45b5d34a85c86dcbb09de2204d04a9a595f2d5cd11693e6e3d0edde01a8c491c87e1d24dd35a632e8bfa8ef49')
+
+build() {
+  cd "${pkgname}-${pkgver}"
+  cargo build --release --locked
+}
+
+package() {
+  cd "${pkgname}-${pkgver}"
+  install -Dm755 "target/release/${pkgname}" "${pkgdir}/usr/bin/${pkgname}"
+  install -Dm644 LICENSE-MIT -t "${pkgdir}/usr/share/licenses/${pkgname}"
+}
+
+# vim: ts=2 sw=2 et:


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

2020-03-25 Thread Kpcyrd via arch-commits
Date: Wednesday, March 25, 2020 @ 11:09:47
  Author: kpcyrd
Revision: 604054

upgpkg: signal-desktop 1.32.1-2

Modified:
  signal-desktop/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2020-03-25 10:41:28 UTC (rev 604053)
+++ PKGBUILD2020-03-25 11:09:47 UTC (rev 604054)
@@ -4,7 +4,7 @@
 pkgname=signal-desktop
 _pkgname=Signal-Desktop
 pkgver=1.32.1
-pkgrel=1
+pkgrel=2
 pkgdesc="Electron application that links with Signal on mobile"
 license=('GPL3')
 replaces=('signal-desktop-bin')


[arch-commits] Commit in signal-desktop/repos/community-x86_64 (10 files)

2020-03-25 Thread Kpcyrd via arch-commits
Date: Wednesday, March 25, 2020 @ 11:10:06
  Author: kpcyrd
Revision: 604055

archrelease: copy trunk to community-x86_64

Added:
  signal-desktop/repos/community-x86_64/PKGBUILD
(from rev 604054, signal-desktop/trunk/PKGBUILD)
  signal-desktop/repos/community-x86_64/TRADEMARK_CONSENT.txt
(from rev 604054, signal-desktop/trunk/TRADEMARK_CONSENT.txt)
  signal-desktop/repos/community-x86_64/expire-from-source-date-epoch.patch
(from rev 604054, signal-desktop/trunk/expire-from-source-date-epoch.patch)
  signal-desktop/repos/community-x86_64/openssl-linking.patch
(from rev 604054, signal-desktop/trunk/openssl-linking.patch)
  signal-desktop/repos/community-x86_64/signal-desktop.desktop
(from rev 604054, signal-desktop/trunk/signal-desktop.desktop)
Deleted:
  signal-desktop/repos/community-x86_64/PKGBUILD
  signal-desktop/repos/community-x86_64/TRADEMARK_CONSENT.txt
  signal-desktop/repos/community-x86_64/expire-from-source-date-epoch.patch
  signal-desktop/repos/community-x86_64/openssl-linking.patch
  signal-desktop/repos/community-x86_64/signal-desktop.desktop

-+
 PKGBUILD|  186 +-
 expire-from-source-date-epoch.patch |   26 ++--
 openssl-linking.patch   |   38 +++---
 signal-desktop.desktop  |   18 +--
 4 files changed, 134 insertions(+), 134 deletions(-)

Deleted: PKGBUILD
===
--- PKGBUILD2020-03-25 11:09:47 UTC (rev 604054)
+++ PKGBUILD2020-03-25 11:10:06 UTC (rev 604055)
@@ -1,93 +0,0 @@
-# Maintainer: kpcyrd 
-# Contributor: Jean Lucas 
-
-pkgname=signal-desktop
-_pkgname=Signal-Desktop
-pkgver=1.32.1
-pkgrel=1
-pkgdesc="Electron application that links with Signal on mobile"
-license=('GPL3')
-replaces=('signal-desktop-bin')
-arch=('x86_64')
-url="https://signal.org";
-depends=('electron' 'libvips')
-makedepends=('yarn' 'git' 'nodejs' 'npm' 'python')
-source=(
-  
"${pkgname}-${pkgver}.tar.gz::https://github.com/signalapp/${_pkgname}/archive/v${pkgver}.tar.gz";
-  "${pkgname}.desktop"
-  "openssl-linking.patch"
-  "expire-from-source-date-epoch.patch"
-  # Cherry-pick a specific commit for the node-spellchecker dependency
-  # See https://github.com/atom/node-spellchecker/issues/127
-  
"https://github.com/atom/node-spellchecker/archive/613ff91dd2d9a5ee0e86be8a3682beecc4e94887.tar.gz";
-)
-sha512sums=('d85d5b2310ed1bc15c865dca8f8560dd466c8b5ad7966f27056712dbdaa8f0be139d5e3b0e533704d4c968f5011774290c5e40894f21d6848acd37cf0838bdfb'
-
'c5ec0bf524e527ecf94207ef6aa1f2671346e115ec15de6d063cde0960151813752a1814e003705fc1a99d4e2eae1b3ca4d03432a50790957186e240527cc361'
-
'6b846fdf70dae6c4657de523ec133d2f08325740863660b86e75d032bb07a4b97834ba0eeea4c77000c2c20b11739b8e8deaf06584f9279638e640c4b7633dd5'
-
'6673066172d6c367961f3e2d762dd483e51a9f733d52e27d0569b333ad397375fd41d61b8a414b8c9e8dbba560a6c710678b3d105f8d285cb94d70561368d5a2'
-
'42f57802fa91dafb6dbfb5a3f613c4c07df65e97f8da84c9a54292c97a4d170f8455461aac8f6f7819d1ffbea4bf6c28488f8950056ba988776d060be3f107dd')
-b2sums=('b8b166f3459f608ab2c15cf88b72b38dbef9a528a54f21b8f30c5aba7b2fc68b8a3f9ce2d0b5664f44c5f775ceadbbfdb6efdf7caf3c988f52452c97af728bb5'
-
'c0ceb5b903965727714b1848c818877f4b740c4734deafcfaf777046002a445d79cd4d86bbbf3d763dbda8e8d542b60605ae2ca43196ea76b089f2e808926dbc'
-
'91fe76cd2ef32bd523aa857a219209f93ca5a6a3f5caa35f67c489a8eb79c8e1e404f453bed9e866e543ed48b9df8e17b45ad2ea8891b48d1502a97589a144af'
-
'b8171e6d881a6ffd5588d1cae00ed81412eff1602670003fc1f48b7e6cb2d680340d464b7b38ee8886a8bd8193166ad71e3ad10b0de8b2a397b383b72434e289'
-
'53ad39f0bed69c5c5635d2e581f4ce56e3080fee16f184add08adee1164c2d68059d52071478a05cdacf04186f9964250f46f09e80553bf35e1f2f4cd1976d1b')
-
-prepare() {
-  cd "${_pkgname}-${pkgver}"
-
-  # Fix SpellChecker build with imminent Node 13
-  # See https://github.com/atom/node-spellchecker/issues/127
-  sed -r 's#("spellchecker": 
").*"#\1file:'"${srcdir}"'/613ff91dd2d9a5ee0e86be8a3682beecc4e94887.tar.gz"#' 
-i package.json
-
-  # Set system Electron version for ABI compatibility
-  sed -r 's#("electron": ").*"#\1'$(cat /usr/lib/electron/version)'"#' -i 
package.json
-
-  # Allow higher Node versions
-  sed 's#"node": "#&>=#' -i package.json
-
-  # Select node-gyp versions with python3 support
-  sed 's#"node-gyp": "5.0.3"#"node-gyp": "6.1.0"#' -i package.json
-  # https://github.com/sass/node-sass/pull/2841
-  # https://github.com/sass/node-sass/issues/2716
-  sed 's#"resolutions": {#"resolutions": {"node-sass/node-gyp": "^6.0.0",#' -i 
package.json
-
-  yarn install
-
-  # Have SQLCipher dynamically link from OpenSSL
-  # See https://github.com/signalapp/Signal-Desktop/issues/2634
-  patch --forward --strip=1 --input="${srcdir}/openssl-linking.patch"
-
-  # We can't read the release date from git so we use SOURCE_DATE_EPOCH instead
-  patch -

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

2020-03-26 Thread Kpcyrd via arch-commits
Date: Thursday, March 26, 2020 @ 13:32:46
  Author: kpcyrd
Revision: 604448

upgpkg: signal-desktop 1.32.2-1

Modified:
  signal-desktop/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2020-03-26 13:16:34 UTC (rev 604447)
+++ PKGBUILD2020-03-26 13:32:46 UTC (rev 604448)
@@ -3,8 +3,8 @@
 
 pkgname=signal-desktop
 _pkgname=Signal-Desktop
-pkgver=1.32.1
-pkgrel=2
+pkgver=1.32.2
+pkgrel=1
 pkgdesc="Electron application that links with Signal on mobile"
 license=('GPL3')
 replaces=('signal-desktop-bin')
@@ -21,12 +21,12 @@
   # See https://github.com/atom/node-spellchecker/issues/127
   
"https://github.com/atom/node-spellchecker/archive/613ff91dd2d9a5ee0e86be8a3682beecc4e94887.tar.gz";
 )
-sha512sums=('d85d5b2310ed1bc15c865dca8f8560dd466c8b5ad7966f27056712dbdaa8f0be139d5e3b0e533704d4c968f5011774290c5e40894f21d6848acd37cf0838bdfb'
+sha512sums=('55a69a62620d1fe010f2cba2ef04b3e1dd6061f641bd7ec42460d7f61f9e27189f85fb7e0c6c8e73f69ae9e7d78d45151a92c479a291aedfc850598a0d4ad938'
 
'c5ec0bf524e527ecf94207ef6aa1f2671346e115ec15de6d063cde0960151813752a1814e003705fc1a99d4e2eae1b3ca4d03432a50790957186e240527cc361'
 
'6b846fdf70dae6c4657de523ec133d2f08325740863660b86e75d032bb07a4b97834ba0eeea4c77000c2c20b11739b8e8deaf06584f9279638e640c4b7633dd5'
 
'6673066172d6c367961f3e2d762dd483e51a9f733d52e27d0569b333ad397375fd41d61b8a414b8c9e8dbba560a6c710678b3d105f8d285cb94d70561368d5a2'
 
'42f57802fa91dafb6dbfb5a3f613c4c07df65e97f8da84c9a54292c97a4d170f8455461aac8f6f7819d1ffbea4bf6c28488f8950056ba988776d060be3f107dd')
-b2sums=('b8b166f3459f608ab2c15cf88b72b38dbef9a528a54f21b8f30c5aba7b2fc68b8a3f9ce2d0b5664f44c5f775ceadbbfdb6efdf7caf3c988f52452c97af728bb5'
+b2sums=('b5b8017d653d910dd8c30ea4c68807851224de74d0c936a76b615d6fbc74dd193be9d73dfb60cb6e2fd4c859e48a51cad843ac6df74267009e9d711ab686545f'
 
'c0ceb5b903965727714b1848c818877f4b740c4734deafcfaf777046002a445d79cd4d86bbbf3d763dbda8e8d542b60605ae2ca43196ea76b089f2e808926dbc'
 
'91fe76cd2ef32bd523aa857a219209f93ca5a6a3f5caa35f67c489a8eb79c8e1e404f453bed9e866e543ed48b9df8e17b45ad2ea8891b48d1502a97589a144af'
 
'b8171e6d881a6ffd5588d1cae00ed81412eff1602670003fc1f48b7e6cb2d680340d464b7b38ee8886a8bd8193166ad71e3ad10b0de8b2a397b383b72434e289'


[arch-commits] Commit in signal-desktop/repos/community-x86_64 (10 files)

2020-03-26 Thread Kpcyrd via arch-commits
Date: Thursday, March 26, 2020 @ 13:33:07
  Author: kpcyrd
Revision: 604449

archrelease: copy trunk to community-x86_64

Added:
  signal-desktop/repos/community-x86_64/PKGBUILD
(from rev 604448, signal-desktop/trunk/PKGBUILD)
  signal-desktop/repos/community-x86_64/TRADEMARK_CONSENT.txt
(from rev 604448, signal-desktop/trunk/TRADEMARK_CONSENT.txt)
  signal-desktop/repos/community-x86_64/expire-from-source-date-epoch.patch
(from rev 604448, signal-desktop/trunk/expire-from-source-date-epoch.patch)
  signal-desktop/repos/community-x86_64/openssl-linking.patch
(from rev 604448, signal-desktop/trunk/openssl-linking.patch)
  signal-desktop/repos/community-x86_64/signal-desktop.desktop
(from rev 604448, signal-desktop/trunk/signal-desktop.desktop)
Deleted:
  signal-desktop/repos/community-x86_64/PKGBUILD
  signal-desktop/repos/community-x86_64/TRADEMARK_CONSENT.txt
  signal-desktop/repos/community-x86_64/expire-from-source-date-epoch.patch
  signal-desktop/repos/community-x86_64/openssl-linking.patch
  signal-desktop/repos/community-x86_64/signal-desktop.desktop

-+
 PKGBUILD|  186 +-
 expire-from-source-date-epoch.patch |   26 ++--
 openssl-linking.patch   |   38 +++---
 signal-desktop.desktop  |   18 +--
 4 files changed, 134 insertions(+), 134 deletions(-)

Deleted: PKGBUILD
===
--- PKGBUILD2020-03-26 13:32:46 UTC (rev 604448)
+++ PKGBUILD2020-03-26 13:33:07 UTC (rev 604449)
@@ -1,93 +0,0 @@
-# Maintainer: kpcyrd 
-# Contributor: Jean Lucas 
-
-pkgname=signal-desktop
-_pkgname=Signal-Desktop
-pkgver=1.32.1
-pkgrel=2
-pkgdesc="Electron application that links with Signal on mobile"
-license=('GPL3')
-replaces=('signal-desktop-bin')
-arch=('x86_64')
-url="https://signal.org";
-depends=('electron' 'libvips')
-makedepends=('yarn' 'git' 'nodejs' 'npm' 'python')
-source=(
-  
"${pkgname}-${pkgver}.tar.gz::https://github.com/signalapp/${_pkgname}/archive/v${pkgver}.tar.gz";
-  "${pkgname}.desktop"
-  "openssl-linking.patch"
-  "expire-from-source-date-epoch.patch"
-  # Cherry-pick a specific commit for the node-spellchecker dependency
-  # See https://github.com/atom/node-spellchecker/issues/127
-  
"https://github.com/atom/node-spellchecker/archive/613ff91dd2d9a5ee0e86be8a3682beecc4e94887.tar.gz";
-)
-sha512sums=('d85d5b2310ed1bc15c865dca8f8560dd466c8b5ad7966f27056712dbdaa8f0be139d5e3b0e533704d4c968f5011774290c5e40894f21d6848acd37cf0838bdfb'
-
'c5ec0bf524e527ecf94207ef6aa1f2671346e115ec15de6d063cde0960151813752a1814e003705fc1a99d4e2eae1b3ca4d03432a50790957186e240527cc361'
-
'6b846fdf70dae6c4657de523ec133d2f08325740863660b86e75d032bb07a4b97834ba0eeea4c77000c2c20b11739b8e8deaf06584f9279638e640c4b7633dd5'
-
'6673066172d6c367961f3e2d762dd483e51a9f733d52e27d0569b333ad397375fd41d61b8a414b8c9e8dbba560a6c710678b3d105f8d285cb94d70561368d5a2'
-
'42f57802fa91dafb6dbfb5a3f613c4c07df65e97f8da84c9a54292c97a4d170f8455461aac8f6f7819d1ffbea4bf6c28488f8950056ba988776d060be3f107dd')
-b2sums=('b8b166f3459f608ab2c15cf88b72b38dbef9a528a54f21b8f30c5aba7b2fc68b8a3f9ce2d0b5664f44c5f775ceadbbfdb6efdf7caf3c988f52452c97af728bb5'
-
'c0ceb5b903965727714b1848c818877f4b740c4734deafcfaf777046002a445d79cd4d86bbbf3d763dbda8e8d542b60605ae2ca43196ea76b089f2e808926dbc'
-
'91fe76cd2ef32bd523aa857a219209f93ca5a6a3f5caa35f67c489a8eb79c8e1e404f453bed9e866e543ed48b9df8e17b45ad2ea8891b48d1502a97589a144af'
-
'b8171e6d881a6ffd5588d1cae00ed81412eff1602670003fc1f48b7e6cb2d680340d464b7b38ee8886a8bd8193166ad71e3ad10b0de8b2a397b383b72434e289'
-
'53ad39f0bed69c5c5635d2e581f4ce56e3080fee16f184add08adee1164c2d68059d52071478a05cdacf04186f9964250f46f09e80553bf35e1f2f4cd1976d1b')
-
-prepare() {
-  cd "${_pkgname}-${pkgver}"
-
-  # Fix SpellChecker build with imminent Node 13
-  # See https://github.com/atom/node-spellchecker/issues/127
-  sed -r 's#("spellchecker": 
").*"#\1file:'"${srcdir}"'/613ff91dd2d9a5ee0e86be8a3682beecc4e94887.tar.gz"#' 
-i package.json
-
-  # Set system Electron version for ABI compatibility
-  sed -r 's#("electron": ").*"#\1'$(cat /usr/lib/electron/version)'"#' -i 
package.json
-
-  # Allow higher Node versions
-  sed 's#"node": "#&>=#' -i package.json
-
-  # Select node-gyp versions with python3 support
-  sed 's#"node-gyp": "5.0.3"#"node-gyp": "6.1.0"#' -i package.json
-  # https://github.com/sass/node-sass/pull/2841
-  # https://github.com/sass/node-sass/issues/2716
-  sed 's#"resolutions": {#"resolutions": {"node-sass/node-gyp": "^6.0.0",#' -i 
package.json
-
-  yarn install
-
-  # Have SQLCipher dynamically link from OpenSSL
-  # See https://github.com/signalapp/Signal-Desktop/issues/2634
-  patch --forward --strip=1 --input="${srcdir}/openssl-linking.patch"
-
-  # We can't read the release date from git so we use SOURCE_DATE_EPOCH instead
-  patch --

[arch-commits] Commit in signal-desktop/repos/community-x86_64 (10 files)

2020-03-26 Thread Kpcyrd via arch-commits
Date: Thursday, March 26, 2020 @ 19:20:26
  Author: kpcyrd
Revision: 604583

archrelease: copy trunk to community-x86_64

Added:
  signal-desktop/repos/community-x86_64/PKGBUILD
(from rev 604582, signal-desktop/trunk/PKGBUILD)
  signal-desktop/repos/community-x86_64/TRADEMARK_CONSENT.txt
(from rev 604582, signal-desktop/trunk/TRADEMARK_CONSENT.txt)
  signal-desktop/repos/community-x86_64/expire-from-source-date-epoch.patch
(from rev 604582, signal-desktop/trunk/expire-from-source-date-epoch.patch)
  signal-desktop/repos/community-x86_64/openssl-linking.patch
(from rev 604582, signal-desktop/trunk/openssl-linking.patch)
  signal-desktop/repos/community-x86_64/signal-desktop.desktop
(from rev 604582, signal-desktop/trunk/signal-desktop.desktop)
Deleted:
  signal-desktop/repos/community-x86_64/PKGBUILD
  signal-desktop/repos/community-x86_64/TRADEMARK_CONSENT.txt
  signal-desktop/repos/community-x86_64/expire-from-source-date-epoch.patch
  signal-desktop/repos/community-x86_64/openssl-linking.patch
  signal-desktop/repos/community-x86_64/signal-desktop.desktop

-+
 PKGBUILD|  186 +-
 expire-from-source-date-epoch.patch |   26 ++--
 openssl-linking.patch   |   38 +++---
 signal-desktop.desktop  |   18 +--
 4 files changed, 134 insertions(+), 134 deletions(-)

Deleted: PKGBUILD
===
--- PKGBUILD2020-03-26 19:20:03 UTC (rev 604582)
+++ PKGBUILD2020-03-26 19:20:26 UTC (rev 604583)
@@ -1,93 +0,0 @@
-# Maintainer: kpcyrd 
-# Contributor: Jean Lucas 
-
-pkgname=signal-desktop
-_pkgname=Signal-Desktop
-pkgver=1.32.2
-pkgrel=1
-pkgdesc="Electron application that links with Signal on mobile"
-license=('GPL3')
-replaces=('signal-desktop-bin')
-arch=('x86_64')
-url="https://signal.org";
-depends=('electron' 'libvips')
-makedepends=('yarn' 'git' 'nodejs' 'npm' 'python')
-source=(
-  
"${pkgname}-${pkgver}.tar.gz::https://github.com/signalapp/${_pkgname}/archive/v${pkgver}.tar.gz";
-  "${pkgname}.desktop"
-  "openssl-linking.patch"
-  "expire-from-source-date-epoch.patch"
-  # Cherry-pick a specific commit for the node-spellchecker dependency
-  # See https://github.com/atom/node-spellchecker/issues/127
-  
"https://github.com/atom/node-spellchecker/archive/613ff91dd2d9a5ee0e86be8a3682beecc4e94887.tar.gz";
-)
-sha512sums=('55a69a62620d1fe010f2cba2ef04b3e1dd6061f641bd7ec42460d7f61f9e27189f85fb7e0c6c8e73f69ae9e7d78d45151a92c479a291aedfc850598a0d4ad938'
-
'c5ec0bf524e527ecf94207ef6aa1f2671346e115ec15de6d063cde0960151813752a1814e003705fc1a99d4e2eae1b3ca4d03432a50790957186e240527cc361'
-
'6b846fdf70dae6c4657de523ec133d2f08325740863660b86e75d032bb07a4b97834ba0eeea4c77000c2c20b11739b8e8deaf06584f9279638e640c4b7633dd5'
-
'6673066172d6c367961f3e2d762dd483e51a9f733d52e27d0569b333ad397375fd41d61b8a414b8c9e8dbba560a6c710678b3d105f8d285cb94d70561368d5a2'
-
'42f57802fa91dafb6dbfb5a3f613c4c07df65e97f8da84c9a54292c97a4d170f8455461aac8f6f7819d1ffbea4bf6c28488f8950056ba988776d060be3f107dd')
-b2sums=('b5b8017d653d910dd8c30ea4c68807851224de74d0c936a76b615d6fbc74dd193be9d73dfb60cb6e2fd4c859e48a51cad843ac6df74267009e9d711ab686545f'
-
'c0ceb5b903965727714b1848c818877f4b740c4734deafcfaf777046002a445d79cd4d86bbbf3d763dbda8e8d542b60605ae2ca43196ea76b089f2e808926dbc'
-
'91fe76cd2ef32bd523aa857a219209f93ca5a6a3f5caa35f67c489a8eb79c8e1e404f453bed9e866e543ed48b9df8e17b45ad2ea8891b48d1502a97589a144af'
-
'b8171e6d881a6ffd5588d1cae00ed81412eff1602670003fc1f48b7e6cb2d680340d464b7b38ee8886a8bd8193166ad71e3ad10b0de8b2a397b383b72434e289'
-
'53ad39f0bed69c5c5635d2e581f4ce56e3080fee16f184add08adee1164c2d68059d52071478a05cdacf04186f9964250f46f09e80553bf35e1f2f4cd1976d1b')
-
-prepare() {
-  cd "${_pkgname}-${pkgver}"
-
-  # Fix SpellChecker build with imminent Node 13
-  # See https://github.com/atom/node-spellchecker/issues/127
-  sed -r 's#("spellchecker": 
").*"#\1file:'"${srcdir}"'/613ff91dd2d9a5ee0e86be8a3682beecc4e94887.tar.gz"#' 
-i package.json
-
-  # Set system Electron version for ABI compatibility
-  sed -r 's#("electron": ").*"#\1'$(cat /usr/lib/electron/version)'"#' -i 
package.json
-
-  # Allow higher Node versions
-  sed 's#"node": "#&>=#' -i package.json
-
-  # Select node-gyp versions with python3 support
-  sed 's#"node-gyp": "5.0.3"#"node-gyp": "6.1.0"#' -i package.json
-  # https://github.com/sass/node-sass/pull/2841
-  # https://github.com/sass/node-sass/issues/2716
-  sed 's#"resolutions": {#"resolutions": {"node-sass/node-gyp": "^6.0.0",#' -i 
package.json
-
-  yarn install
-
-  # Have SQLCipher dynamically link from OpenSSL
-  # See https://github.com/signalapp/Signal-Desktop/issues/2634
-  patch --forward --strip=1 --input="${srcdir}/openssl-linking.patch"
-
-  # We can't read the release date from git so we use SOURCE_DATE_EPOCH instead
-  patch --

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

2020-03-26 Thread Kpcyrd via arch-commits
Date: Thursday, March 26, 2020 @ 19:20:03
  Author: kpcyrd
Revision: 604582

upgpkg: signal-desktop 1.32.3-1

Modified:
  signal-desktop/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2020-03-26 19:19:59 UTC (rev 604581)
+++ PKGBUILD2020-03-26 19:20:03 UTC (rev 604582)
@@ -3,7 +3,7 @@
 
 pkgname=signal-desktop
 _pkgname=Signal-Desktop
-pkgver=1.32.2
+pkgver=1.32.3
 pkgrel=1
 pkgdesc="Electron application that links with Signal on mobile"
 license=('GPL3')
@@ -21,12 +21,12 @@
   # See https://github.com/atom/node-spellchecker/issues/127
   
"https://github.com/atom/node-spellchecker/archive/613ff91dd2d9a5ee0e86be8a3682beecc4e94887.tar.gz";
 )
-sha512sums=('55a69a62620d1fe010f2cba2ef04b3e1dd6061f641bd7ec42460d7f61f9e27189f85fb7e0c6c8e73f69ae9e7d78d45151a92c479a291aedfc850598a0d4ad938'
+sha512sums=('bcc5df1810823a65410f3c40c3572fe3b5706e80dbc62bf08a34ec480d8576337fba0e949addd0a9d8967900b0218ede6747ee1a6d3ff4edafa3d147062bba7c'
 
'c5ec0bf524e527ecf94207ef6aa1f2671346e115ec15de6d063cde0960151813752a1814e003705fc1a99d4e2eae1b3ca4d03432a50790957186e240527cc361'
 
'6b846fdf70dae6c4657de523ec133d2f08325740863660b86e75d032bb07a4b97834ba0eeea4c77000c2c20b11739b8e8deaf06584f9279638e640c4b7633dd5'
 
'6673066172d6c367961f3e2d762dd483e51a9f733d52e27d0569b333ad397375fd41d61b8a414b8c9e8dbba560a6c710678b3d105f8d285cb94d70561368d5a2'
 
'42f57802fa91dafb6dbfb5a3f613c4c07df65e97f8da84c9a54292c97a4d170f8455461aac8f6f7819d1ffbea4bf6c28488f8950056ba988776d060be3f107dd')
-b2sums=('b5b8017d653d910dd8c30ea4c68807851224de74d0c936a76b615d6fbc74dd193be9d73dfb60cb6e2fd4c859e48a51cad843ac6df74267009e9d711ab686545f'
+b2sums=('f8a3570db2163d0bcd68dd9371f2c630d056fee278e8d315bda429e85a659f2373084a7eeae2dfac0fa458e1883b7cb14e648afbbcc7ed3298967c7e296b914e'
 
'c0ceb5b903965727714b1848c818877f4b740c4734deafcfaf777046002a445d79cd4d86bbbf3d763dbda8e8d542b60605ae2ca43196ea76b089f2e808926dbc'
 
'91fe76cd2ef32bd523aa857a219209f93ca5a6a3f5caa35f67c489a8eb79c8e1e404f453bed9e866e543ed48b9df8e17b45ad2ea8891b48d1502a97589a144af'
 
'b8171e6d881a6ffd5588d1cae00ed81412eff1602670003fc1f48b7e6cb2d680340d464b7b38ee8886a8bd8193166ad71e3ad10b0de8b2a397b383b72434e289'


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

2020-03-27 Thread Kpcyrd via arch-commits
Date: Friday, March 27, 2020 @ 19:19:49
  Author: kpcyrd
Revision: 605043

upgpkg: findomain 1.4.5-1

Modified:
  findomain/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2020-03-27 19:15:48 UTC (rev 605042)
+++ PKGBUILD2020-03-27 19:19:49 UTC (rev 605043)
@@ -2,7 +2,7 @@
 # Contributor: Eduard Tolosa 
 
 pkgname=findomain
-pkgver=1.4.3
+pkgver=1.4.5
 pkgrel=1
 pkgdesc='The fastest and cross-platform subdomain enumerator, do not waste 
your time'
 url='https://github.com/Edu4rdSHL/findomain'
@@ -12,8 +12,8 @@
 makedepends=('cargo')
 optdepends=('postgresql: for subdomain monitoring')
 
source=("https://github.com/Edu4rdSHL/${pkgname}/archive/${pkgver}/${pkgname}-${pkgver}.tar.gz";)
-sha512sums=('0f5340916823824abf5955ea82bcc9deb2bbe27d25395955765f7d67795b64fe4d3d3ad109736dd201fe7569b0febf362f96bfe90f33265e47873f0c0efce8ff')
-b2sums=('df462e510dee268b008928ad76191c543ef2bb819cc7bca722be4ec85a0fe4862dae8784734a0cc62e89ae14a692277bdf7f4a63ded32faa291ef9a35ef637e7')
+sha512sums=('b6378caf4abd8a4cdd5a79a4580a38e5befc97dcf46e2f5043766ed64b485dfae0ac2d46d78593d5a7a4b7b5ab69d5884c4e855a16a120beefc004a18c1b48c1')
+b2sums=('b871eef26eba8ec4072e2b206ad672db3d77d4d3bfd90e84ebb87e811fa1c3b64c2c7ae47c03c86d30064b1a4824bd0a7a56336dae897e8991eff16f2c5d011c')
 
 build() {
   cd ${pkgname}-${pkgver}


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

2020-03-27 Thread Kpcyrd via arch-commits
Date: Friday, March 27, 2020 @ 19:20:05
  Author: kpcyrd
Revision: 605044

archrelease: copy trunk to community-x86_64

Added:
  findomain/repos/community-x86_64/PKGBUILD
(from rev 605043, findomain/trunk/PKGBUILD)
Deleted:
  findomain/repos/community-x86_64/PKGBUILD

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

Deleted: PKGBUILD
===
--- PKGBUILD2020-03-27 19:19:49 UTC (rev 605043)
+++ PKGBUILD2020-03-27 19:20:05 UTC (rev 605044)
@@ -1,36 +0,0 @@
-# Maintainer: kpcyrd 
-# Contributor: Eduard Tolosa 
-
-pkgname=findomain
-pkgver=1.4.3
-pkgrel=1
-pkgdesc='The fastest and cross-platform subdomain enumerator, do not waste 
your time'
-url='https://github.com/Edu4rdSHL/findomain'
-arch=('x86_64')
-license=('GPL3')
-depends=('gcc-libs')
-makedepends=('cargo')
-optdepends=('postgresql: for subdomain monitoring')
-source=("https://github.com/Edu4rdSHL/${pkgname}/archive/${pkgver}/${pkgname}-${pkgver}.tar.gz";)
-sha512sums=('0f5340916823824abf5955ea82bcc9deb2bbe27d25395955765f7d67795b64fe4d3d3ad109736dd201fe7569b0febf362f96bfe90f33265e47873f0c0efce8ff')
-b2sums=('df462e510dee268b008928ad76191c543ef2bb819cc7bca722be4ec85a0fe4862dae8784734a0cc62e89ae14a692277bdf7f4a63ded32faa291ef9a35ef637e7')
-
-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}" -t "${pkgdir}/usr/bin"
-  install -Dm 644 README.md -t "${pkgdir}/usr/share/doc/${pkgname}"
-  install -Dm 644 "${pkgname}.1" -t "${pkgdir}/usr/share/man/man1"
-}
-
-# vim: ts=2 sw=2 et:

Copied: findomain/repos/community-x86_64/PKGBUILD (from rev 605043, 
findomain/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2020-03-27 19:20:05 UTC (rev 605044)
@@ -0,0 +1,36 @@
+# Maintainer: kpcyrd 
+# Contributor: Eduard Tolosa 
+
+pkgname=findomain
+pkgver=1.4.5
+pkgrel=1
+pkgdesc='The fastest and cross-platform subdomain enumerator, do not waste 
your time'
+url='https://github.com/Edu4rdSHL/findomain'
+arch=('x86_64')
+license=('GPL3')
+depends=('gcc-libs')
+makedepends=('cargo')
+optdepends=('postgresql: for subdomain monitoring')
+source=("https://github.com/Edu4rdSHL/${pkgname}/archive/${pkgver}/${pkgname}-${pkgver}.tar.gz";)
+sha512sums=('b6378caf4abd8a4cdd5a79a4580a38e5befc97dcf46e2f5043766ed64b485dfae0ac2d46d78593d5a7a4b7b5ab69d5884c4e855a16a120beefc004a18c1b48c1')
+b2sums=('b871eef26eba8ec4072e2b206ad672db3d77d4d3bfd90e84ebb87e811fa1c3b64c2c7ae47c03c86d30064b1a4824bd0a7a56336dae897e8991eff16f2c5d011c')
+
+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}" -t "${pkgdir}/usr/bin"
+  install -Dm 644 README.md -t "${pkgdir}/usr/share/doc/${pkgname}"
+  install -Dm 644 "${pkgname}.1" -t "${pkgdir}/usr/share/man/man1"
+}
+
+# vim: ts=2 sw=2 et:


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

2020-11-16 Thread Kpcyrd via arch-commits
Date: Monday, November 16, 2020 @ 23:21:31
  Author: kpcyrd
Revision: 755743

upgpkg: signal-desktop 1.38.1-1

Modified:
  signal-desktop/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2020-11-16 23:02:17 UTC (rev 755742)
+++ PKGBUILD2020-11-16 23:21:31 UTC (rev 755743)
@@ -3,7 +3,7 @@
 
 pkgname=signal-desktop
 _pkgname=Signal-Desktop
-pkgver=1.37.3
+pkgver=1.38.1
 pkgrel=1
 pkgdesc="Signal Private Messenger for Linux"
 license=('GPL3')
@@ -21,12 +21,12 @@
   # See https://github.com/atom/node-spellchecker/issues/127
   
"https://github.com/atom/node-spellchecker/archive/613ff91dd2d9a5ee0e86be8a3682beecc4e94887.tar.gz";
 )
-sha512sums=('19d7d7a34a3deeb1b6d71f7c3a2dd7039082d21282e85ec34df9cc41c4c2a836049de0651826b78e1d4f355cdff91947792809af4f9db196979fea7d98f236fa'
+sha512sums=('0f12801f069c3d70e462163f9aff87f92561527549406f2eb7ff1c081be2981811d7a9ced90a595ad7405bc13a3e9aae5ca1dfaf826c50d8b4c6a978e2061818'
 
'd07220429c479e3b6aaafede95da117bdb735877162f584265a16434ed75a926c21534e8d291de53e58a1bf0a72cdd41a9a8ae7314e2f6fec98c938852a3b991'
 
'6b846fdf70dae6c4657de523ec133d2f08325740863660b86e75d032bb07a4b97834ba0eeea4c77000c2c20b11739b8e8deaf06584f9279638e640c4b7633dd5'
 
'6673066172d6c367961f3e2d762dd483e51a9f733d52e27d0569b333ad397375fd41d61b8a414b8c9e8dbba560a6c710678b3d105f8d285cb94d70561368d5a2'
 
'42f57802fa91dafb6dbfb5a3f613c4c07df65e97f8da84c9a54292c97a4d170f8455461aac8f6f7819d1ffbea4bf6c28488f8950056ba988776d060be3f107dd')
-b2sums=('dee6b92d1503600e4ce3ae0b90f028fc393d3166d3904957bf749c3f1a111d91424029de8503d7b7d54c77cbb596cbc912cee3c549bc5ba0b7eb48e3352b0fb0'
+b2sums=('44fa8471dfdcec97fb7764b794e2f32e63a1dfd1cdcb678c6582f7eb10599ad4d72264435cab338f0074139c5e0ef5819590180a93fe6946cb802557e455e55b'
 
'b05d190f28029c65d5cc15f69804db0b2775ff55b4db3a721c1dcf4aa8219b459453740fd26afecb6d72a515366af80af0b985d7b58e542a9edd76bb251ae000'
 
'91fe76cd2ef32bd523aa857a219209f93ca5a6a3f5caa35f67c489a8eb79c8e1e404f453bed9e866e543ed48b9df8e17b45ad2ea8891b48d1502a97589a144af'
 
'b8171e6d881a6ffd5588d1cae00ed81412eff1602670003fc1f48b7e6cb2d680340d464b7b38ee8886a8bd8193166ad71e3ad10b0de8b2a397b383b72434e289'


[arch-commits] Commit in signal-desktop/repos/community-x86_64 (10 files)

2020-11-16 Thread Kpcyrd via arch-commits
Date: Monday, November 16, 2020 @ 23:22:08
  Author: kpcyrd
Revision: 755744

archrelease: copy trunk to community-x86_64

Added:
  signal-desktop/repos/community-x86_64/PKGBUILD
(from rev 755743, signal-desktop/trunk/PKGBUILD)
  signal-desktop/repos/community-x86_64/TRADEMARK_CONSENT.txt
(from rev 755743, signal-desktop/trunk/TRADEMARK_CONSENT.txt)
  signal-desktop/repos/community-x86_64/expire-from-source-date-epoch.patch
(from rev 755743, signal-desktop/trunk/expire-from-source-date-epoch.patch)
  signal-desktop/repos/community-x86_64/openssl-linking.patch
(from rev 755743, signal-desktop/trunk/openssl-linking.patch)
  signal-desktop/repos/community-x86_64/signal-desktop.desktop
(from rev 755743, signal-desktop/trunk/signal-desktop.desktop)
Deleted:
  signal-desktop/repos/community-x86_64/PKGBUILD
  signal-desktop/repos/community-x86_64/TRADEMARK_CONSENT.txt
  signal-desktop/repos/community-x86_64/expire-from-source-date-epoch.patch
  signal-desktop/repos/community-x86_64/openssl-linking.patch
  signal-desktop/repos/community-x86_64/signal-desktop.desktop

-+
 PKGBUILD|  174 +-
 expire-from-source-date-epoch.patch |   26 ++---
 openssl-linking.patch   |   38 +++
 signal-desktop.desktop  |   18 +--
 4 files changed, 128 insertions(+), 128 deletions(-)

Deleted: PKGBUILD
===
--- PKGBUILD2020-11-16 23:21:31 UTC (rev 755743)
+++ PKGBUILD2020-11-16 23:22:08 UTC (rev 755744)
@@ -1,87 +0,0 @@
-# Maintainer: kpcyrd 
-# Contributor: Jean Lucas 
-
-pkgname=signal-desktop
-_pkgname=Signal-Desktop
-pkgver=1.37.3
-pkgrel=1
-pkgdesc="Signal Private Messenger for Linux"
-license=('GPL3')
-replaces=('signal-desktop-bin')
-arch=('x86_64')
-url="https://signal.org";
-depends=('libvips' 'libxss' 'hicolor-icon-theme')
-makedepends=('yarn' 'git' 'nodejs' 'npm' 'python')
-source=(
-  
"${pkgname}-${pkgver}.tar.gz::https://github.com/signalapp/${_pkgname}/archive/v${pkgver}.tar.gz";
-  "${pkgname}.desktop"
-  "openssl-linking.patch"
-  "expire-from-source-date-epoch.patch"
-  # Cherry-pick a specific commit for the node-spellchecker dependency
-  # See https://github.com/atom/node-spellchecker/issues/127
-  
"https://github.com/atom/node-spellchecker/archive/613ff91dd2d9a5ee0e86be8a3682beecc4e94887.tar.gz";
-)
-sha512sums=('19d7d7a34a3deeb1b6d71f7c3a2dd7039082d21282e85ec34df9cc41c4c2a836049de0651826b78e1d4f355cdff91947792809af4f9db196979fea7d98f236fa'
-
'd07220429c479e3b6aaafede95da117bdb735877162f584265a16434ed75a926c21534e8d291de53e58a1bf0a72cdd41a9a8ae7314e2f6fec98c938852a3b991'
-
'6b846fdf70dae6c4657de523ec133d2f08325740863660b86e75d032bb07a4b97834ba0eeea4c77000c2c20b11739b8e8deaf06584f9279638e640c4b7633dd5'
-
'6673066172d6c367961f3e2d762dd483e51a9f733d52e27d0569b333ad397375fd41d61b8a414b8c9e8dbba560a6c710678b3d105f8d285cb94d70561368d5a2'
-
'42f57802fa91dafb6dbfb5a3f613c4c07df65e97f8da84c9a54292c97a4d170f8455461aac8f6f7819d1ffbea4bf6c28488f8950056ba988776d060be3f107dd')
-b2sums=('dee6b92d1503600e4ce3ae0b90f028fc393d3166d3904957bf749c3f1a111d91424029de8503d7b7d54c77cbb596cbc912cee3c549bc5ba0b7eb48e3352b0fb0'
-
'b05d190f28029c65d5cc15f69804db0b2775ff55b4db3a721c1dcf4aa8219b459453740fd26afecb6d72a515366af80af0b985d7b58e542a9edd76bb251ae000'
-
'91fe76cd2ef32bd523aa857a219209f93ca5a6a3f5caa35f67c489a8eb79c8e1e404f453bed9e866e543ed48b9df8e17b45ad2ea8891b48d1502a97589a144af'
-
'b8171e6d881a6ffd5588d1cae00ed81412eff1602670003fc1f48b7e6cb2d680340d464b7b38ee8886a8bd8193166ad71e3ad10b0de8b2a397b383b72434e289'
-
'53ad39f0bed69c5c5635d2e581f4ce56e3080fee16f184add08adee1164c2d68059d52071478a05cdacf04186f9964250f46f09e80553bf35e1f2f4cd1976d1b')
-
-prepare() {
-  cd "${_pkgname}-${pkgver}"
-
-  # Fix SpellChecker build with imminent Node 13
-  # See https://github.com/atom/node-spellchecker/issues/127
-  sed -r 's#("spellchecker": 
").*"#\1file:'"${srcdir}"'/613ff91dd2d9a5ee0e86be8a3682beecc4e94887.tar.gz"#' 
-i package.json
-
-  # Allow higher Node versions
-  sed 's#"node": "#&>=#' -i package.json
-
-  # Select node-gyp versions with python3 support
-  sed 's#"node-gyp": "5.0.3"#"node-gyp": "6.1.0"#' -i package.json
-  # https://github.com/sass/node-sass/pull/2841
-  # https://github.com/sass/node-sass/issues/2716
-  sed -r 's#("resolutions": \{)#"resolutions": {"node-sass/node-gyp": 
"^6.0.0",#' -i package.json
-
-  yarn install --ignore-engines
-
-  # Have SQLCipher dynamically link from OpenSSL
-  # See https://github.com/signalapp/Signal-Desktop/issues/2634
-  patch --forward --strip=1 --input="${srcdir}/openssl-linking.patch"
-
-  # We can't read the release date from git so we use SOURCE_DATE_EPOCH instead
-  patch --forward --strip=1 
--input="${srcdir}/expire-from-source-date-epoch.patch"
-}
-
-build() {
-  cd "${_pkgname}-${pkgver}"

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

2020-11-18 Thread Kpcyrd via arch-commits
Date: Wednesday, November 18, 2020 @ 20:07:18
  Author: kpcyrd
Revision: 757169

upgpkg: doctl 1.52.0-1

Modified:
  doctl/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2020-11-18 20:02:08 UTC (rev 757168)
+++ PKGBUILD2020-11-18 20:07:18 UTC (rev 757169)
@@ -3,7 +3,7 @@
 # Contributor: Bennett Piater 
 
 pkgname=doctl
-pkgver=1.51.0
+pkgver=1.52.0
 pkgrel=1
 pkgdesc='The official command line interface for the DigitalOcean API'
 url='https://github.com/digitalocean/doctl'
@@ -12,8 +12,8 @@
 depends=('glibc')
 makedepends=('go')
 
source=(https://github.com/digitalocean/${pkgname}/archive/v${pkgver}/${pkgname}-${pkgver}.tar.gz)
-sha512sums=('c10621eaa88ca8d3ad7fe981009fd013eb6baf888ddcdba89ba8a71b4fe3a745ca2e1219c078b4969252655e605252a16f6885f19e68de5a9e901281d9a4f3e7')
-b2sums=('29621e632f20a0dec97322e2f05b648417e7ba24cb595e6c953ae4ee67b040d2dfeeb85901149a00ef4a2cf3d8a11fe12194ea58d58fd3b846b2da8871754d2c')
+sha512sums=('b9db1cd36250f6de89c12c4062f73a10ea24ab425325ef9a40f52528d40194e52803ed104b4552e457f6134890844268d33d50c0d30a9c32bd4d7b83d824ae9a')
+b2sums=('5f09e66a9ced0c4a32ce9832a24bf58ff65bc4a6c5abae649eb3496d686cdb01548bc5963ef05c55516c4a3daca49f4480ec12cf017e1f2240dc4fe92b323b69')
 
 build() {
   cd ${pkgname}-${pkgver}


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

2020-11-18 Thread Kpcyrd via arch-commits
Date: Wednesday, November 18, 2020 @ 20:07:41
  Author: kpcyrd
Revision: 757170

archrelease: copy trunk to community-x86_64

Added:
  doctl/repos/community-x86_64/PKGBUILD
(from rev 757169, doctl/trunk/PKGBUILD)
Deleted:
  doctl/repos/community-x86_64/PKGBUILD

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

Deleted: PKGBUILD
===
--- PKGBUILD2020-11-18 20:07:18 UTC (rev 757169)
+++ PKGBUILD2020-11-18 20:07:41 UTC (rev 757170)
@@ -1,41 +0,0 @@
-# Maintainer: kpcyrd 
-# Contributor: NOGISAKA Sadata 
-# Contributor: Bennett Piater 
-
-pkgname=doctl
-pkgver=1.51.0
-pkgrel=1
-pkgdesc='The official command line interface for the DigitalOcean API'
-url='https://github.com/digitalocean/doctl'
-arch=('x86_64')
-license=('Apache')
-depends=('glibc')
-makedepends=('go')
-source=(https://github.com/digitalocean/${pkgname}/archive/v${pkgver}/${pkgname}-${pkgver}.tar.gz)
-sha512sums=('c10621eaa88ca8d3ad7fe981009fd013eb6baf888ddcdba89ba8a71b4fe3a745ca2e1219c078b4969252655e605252a16f6885f19e68de5a9e901281d9a4f3e7')
-b2sums=('29621e632f20a0dec97322e2f05b648417e7ba24cb595e6c953ae4ee67b040d2dfeeb85901149a00ef4a2cf3d8a11fe12194ea58d58fd3b846b2da8871754d2c')
-
-build() {
-  cd ${pkgname}-${pkgver}
-  go build \
--trimpath \
--buildmode=pie \
--mod=readonly \
--ldflags "-linkmode external -extldflags \"${LDFLAGS}\"" \
-./cmd/...
-}
-
-package() {
-  cd ${pkgname}-${pkgver}
-  install -Dm 755 "${pkgname}" -t "${pkgdir}/usr/bin"
-
-  # setup completions
-  install -dm 755 "${pkgdir}/usr/share/bash-completion/completions" \
-  "${pkgdir}/usr/share/zsh/site-functions" \
- "${pkgdir}/usr/share/fish/vendor_completions.d"
-  "${pkgdir}/usr/bin/${pkgname}" completion bash > 
"${pkgdir}/usr/share/bash-completion/completions/${pkgname}"
-  "${pkgdir}/usr/bin/${pkgname}" completion zsh > 
"${pkgdir}/usr/share/zsh/site-functions/_${pkgname}"
-  "${pkgdir}/usr/bin/${pkgname}" completion fish > 
"${pkgdir}/usr/share/fish/vendor_completions.d/${pkgname}.fish"
-}
-
-# vim: ts=2 sw=2 et:

Copied: doctl/repos/community-x86_64/PKGBUILD (from rev 757169, 
doctl/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2020-11-18 20:07:41 UTC (rev 757170)
@@ -0,0 +1,41 @@
+# Maintainer: kpcyrd 
+# Contributor: NOGISAKA Sadata 
+# Contributor: Bennett Piater 
+
+pkgname=doctl
+pkgver=1.52.0
+pkgrel=1
+pkgdesc='The official command line interface for the DigitalOcean API'
+url='https://github.com/digitalocean/doctl'
+arch=('x86_64')
+license=('Apache')
+depends=('glibc')
+makedepends=('go')
+source=(https://github.com/digitalocean/${pkgname}/archive/v${pkgver}/${pkgname}-${pkgver}.tar.gz)
+sha512sums=('b9db1cd36250f6de89c12c4062f73a10ea24ab425325ef9a40f52528d40194e52803ed104b4552e457f6134890844268d33d50c0d30a9c32bd4d7b83d824ae9a')
+b2sums=('5f09e66a9ced0c4a32ce9832a24bf58ff65bc4a6c5abae649eb3496d686cdb01548bc5963ef05c55516c4a3daca49f4480ec12cf017e1f2240dc4fe92b323b69')
+
+build() {
+  cd ${pkgname}-${pkgver}
+  go build \
+-trimpath \
+-buildmode=pie \
+-mod=readonly \
+-ldflags "-linkmode external -extldflags \"${LDFLAGS}\"" \
+./cmd/...
+}
+
+package() {
+  cd ${pkgname}-${pkgver}
+  install -Dm 755 "${pkgname}" -t "${pkgdir}/usr/bin"
+
+  # setup completions
+  install -dm 755 "${pkgdir}/usr/share/bash-completion/completions" \
+  "${pkgdir}/usr/share/zsh/site-functions" \
+ "${pkgdir}/usr/share/fish/vendor_completions.d"
+  "${pkgdir}/usr/bin/${pkgname}" completion bash > 
"${pkgdir}/usr/share/bash-completion/completions/${pkgname}"
+  "${pkgdir}/usr/bin/${pkgname}" completion zsh > 
"${pkgdir}/usr/share/zsh/site-functions/_${pkgname}"
+  "${pkgdir}/usr/bin/${pkgname}" completion fish > 
"${pkgdir}/usr/share/fish/vendor_completions.d/${pkgname}.fish"
+}
+
+# vim: ts=2 sw=2 et:


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

2020-11-19 Thread Kpcyrd via arch-commits
Date: Friday, November 20, 2020 @ 02:35:05
  Author: kpcyrd
Revision: 757877

upgpkg: rebuilderd 0.7.0-1

Modified:
  rebuilderd/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2020-11-20 02:16:07 UTC (rev 757876)
+++ PKGBUILD2020-11-20 02:35:05 UTC (rev 757877)
@@ -1,7 +1,7 @@
 # Maintainer: kpcyrd 
 
 pkgname=rebuilderd
-pkgver=0.6.0
+pkgver=0.7.0
 pkgrel=1
 pkgdesc='Independent verification system of binary packages'
 url='https://github.com/kpcyrd/rebuilderd'
@@ -14,9 +14,9 @@
 'etc/rebuilderd-worker.conf')
 
source=(https://github.com/kpcyrd/${pkgname}/archive/v${pkgver}/${pkgname}-${pkgver}.tar.gz
 
https://github.com/kpcyrd/${pkgname}/releases/download/v${pkgver}/${pkgname}-${pkgver}.tar.gz.asc)
-sha512sums=('9d432fe835d3918467d52ffda0ca1123579b5dbad7c370020ea2a3d5d575ec4c35a4d473b9a93d759a9c10fdb2db6b7d2257d284bf3e060843bd222a3e663912'
+sha512sums=('8f61cf365c67e36650ff76e01eac201440557344d9fd610b966e73501e5d8a303bf781fcd71fa797125ee943d1be8d1ffd35062a53b27cfd3df9586b9dc0f2ee'
 'SKIP')
-b2sums=('fd99886dfdf60855535314ae2da389ba852fc1dff166a41b1d26f7be1267e323c5f5a84ab34f909b9521c2ab1438f0c5bf1544595bce606aacc570db811c2d52'
+b2sums=('f72c4f715f7521957d98e37faef534f4bb8d67a8c2fa971947d4e8761e1b9ea0035858a289fa1c31b260be6f7e2c4e88eb10672623ce8c501eb6d1dfafaf115d'
 'SKIP')
 
 validpgpkeys=("64B13F7117D6E07D661BBCE0FE763A64F5E54FD6")


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

2020-11-19 Thread Kpcyrd via arch-commits
Date: Friday, November 20, 2020 @ 02:35:15
  Author: kpcyrd
Revision: 757878

archrelease: copy trunk to community-x86_64

Added:
  rebuilderd/repos/community-x86_64/PKGBUILD
(from rev 757877, rebuilderd/trunk/PKGBUILD)
Deleted:
  rebuilderd/repos/community-x86_64/PKGBUILD

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

Deleted: PKGBUILD
===
--- PKGBUILD2020-11-20 02:35:05 UTC (rev 757877)
+++ PKGBUILD2020-11-20 02:35:15 UTC (rev 757878)
@@ -1,84 +0,0 @@
-# Maintainer: kpcyrd 
-
-pkgname=rebuilderd
-pkgver=0.6.0
-pkgrel=1
-pkgdesc='Independent verification system of binary packages'
-url='https://github.com/kpcyrd/rebuilderd'
-arch=('x86_64')
-license=('GPL3')
-depends=('libsodium' 'sqlite' 'archlinux-repro')
-makedepends=('cargo' 'scdoc')
-backup=('etc/rebuilderd.conf'
-'etc/rebuilderd-sync.conf'
-'etc/rebuilderd-worker.conf')
-source=(https://github.com/kpcyrd/${pkgname}/archive/v${pkgver}/${pkgname}-${pkgver}.tar.gz
-
https://github.com/kpcyrd/${pkgname}/releases/download/v${pkgver}/${pkgname}-${pkgver}.tar.gz.asc)
-sha512sums=('9d432fe835d3918467d52ffda0ca1123579b5dbad7c370020ea2a3d5d575ec4c35a4d473b9a93d759a9c10fdb2db6b7d2257d284bf3e060843bd222a3e663912'
-'SKIP')
-b2sums=('fd99886dfdf60855535314ae2da389ba852fc1dff166a41b1d26f7be1267e323c5f5a84ab34f909b9521c2ab1438f0c5bf1544595bce606aacc570db811c2d52'
-'SKIP')
-
-validpgpkeys=("64B13F7117D6E07D661BBCE0FE763A64F5E54FD6")
-
-build() {
-  cd ${pkgname}-${pkgver}
-  cargo build --release --locked
-  make docs
-}
-
-check() {
-  cd ${pkgname}-${pkgver}
-  cargo test --release --locked
-}
-
-package() {
-  cd ${pkgname}-${pkgver}
-  install -Dm 755 -t "${pkgdir}/usr/bin" \
-target/release/rebuilderd \
-target/release/rebuilderd-worker \
-target/release/rebuildctl
-
-  # install rebuilder scripts
-  install -Dm 755 -t "${pkgdir}/usr/libexec/rebuilderd" \
-worker/rebuilder-archlinux.sh \
-worker/rebuilder-debian.sh
-
-  # install config files
-  install -Dm 644 -t "${pkgdir}/etc" \
-contrib/confs/rebuilderd-sync.conf
-  install -Dm 640 -g 212 -t "${pkgdir}/etc" \
-contrib/confs/rebuilderd-worker.conf \
-contrib/confs/rebuilderd.conf
-
-  # install completions
-  install -d "${pkgdir}/usr/share/bash-completion/completions" \
- "${pkgdir}/usr/share/zsh/site-functions" \
- "${pkgdir}/usr/share/fish/vendor_completions.d"
-  "${pkgdir}/usr/bin/rebuildctl" completions bash > 
"${pkgdir}/usr/share/bash-completion/completions/rebuildctl"
-  "${pkgdir}/usr/bin/rebuildctl" completions zsh > 
"${pkgdir}/usr/share/zsh/site-functions/_rebuildctl"
-  "${pkgdir}/usr/bin/rebuildctl" completions fish > 
"${pkgdir}/usr/share/fish/vendor_completions.d/rebuildctl.fish"
-
-  # install systemd configs
-  install -Dm 644 -t "${pkgdir}/usr/lib/systemd/system" \
-contrib/systemd/rebuilderd-sync@.service \
-contrib/systemd/rebuilderd-sync@.timer \
-contrib/systemd/rebuilderd-worker@.service \
-contrib/systemd/rebuilderd.service
-
-  install -Dm 644 contrib/systemd/rebuilderd.sysusers 
"${pkgdir}/usr/lib/sysusers.d/rebuilderd.conf"
-  install -Dm 644 contrib/systemd/rebuilderd.tmpfiles 
"${pkgdir}/usr/lib/tmpfiles.d/rebuilderd.conf"
-
-  # install docs
-  install -Dm 644 README.md -t "${pkgdir}/usr/share/doc/${pkgname}"
-  install -Dm 644 -t "${pkgdir}/usr/share/man/man1" \
-contrib/docs/rebuilderd.1 \
-contrib/docs/rebuildctl.1 \
-contrib/docs/rebuilderd-worker.1
-  install -Dm 644 -t "${pkgdir}/usr/share/man/man5" \
-contrib/docs/rebuilderd.conf.5 \
-contrib/docs/rebuilderd-sync.conf.5 \
-contrib/docs/rebuilderd-worker.conf.5
-}
-
-# vim: ts=2 sw=2 et:

Copied: rebuilderd/repos/community-x86_64/PKGBUILD (from rev 757877, 
rebuilderd/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2020-11-20 02:35:15 UTC (rev 757878)
@@ -0,0 +1,84 @@
+# Maintainer: kpcyrd 
+
+pkgname=rebuilderd
+pkgver=0.7.0
+pkgrel=1
+pkgdesc='Independent verification system of binary packages'
+url='https://github.com/kpcyrd/rebuilderd'
+arch=('x86_64')
+license=('GPL3')
+depends=('libsodium' 'sqlite' 'archlinux-repro')
+makedepends=('cargo' 'scdoc')
+backup=('etc/rebuilderd.conf'
+'etc/rebuilderd-sync.conf'
+'etc/rebuilderd-worker.conf')
+source=(https://github.com/kpcyrd/${pkgname}/archive/v${pkgver}/${pkgname}-${pkgver}.tar.gz
+
https://github.com/kpcyrd/${pkgname}/releases/download/v${pkgver}/${pkgname}-${pkgver}.tar.gz.asc)
+sha512sums=('8f61cf365c67e36650ff76e01eac201440557344d9fd610b966e73501e5d8a303bf781fcd71fa797125ee943d1be8d1ffd35062a53b27cfd3df9586b9dc0f2ee'
+'SKIP')
+b2sums=('f72c4f715f7521957d98e37faef534f4bb8d67a8c2fa971947d4e8761e1b9ea0035858a289fa1c31b260be

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

2020-11-23 Thread Kpcyrd via arch-commits
Date: Monday, November 23, 2020 @ 22:32:35
  Author: kpcyrd
Revision: 760163

upgpkg: signal-desktop 1.38.2-1

Modified:
  signal-desktop/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2020-11-23 22:31:44 UTC (rev 760162)
+++ PKGBUILD2020-11-23 22:32:35 UTC (rev 760163)
@@ -3,7 +3,7 @@
 
 pkgname=signal-desktop
 _pkgname=Signal-Desktop
-pkgver=1.38.1
+pkgver=1.38.2
 pkgrel=1
 pkgdesc="Signal Private Messenger for Linux"
 license=('GPL3')
@@ -21,12 +21,12 @@
   # See https://github.com/atom/node-spellchecker/issues/127
   
"https://github.com/atom/node-spellchecker/archive/613ff91dd2d9a5ee0e86be8a3682beecc4e94887.tar.gz";
 )
-sha512sums=('0f12801f069c3d70e462163f9aff87f92561527549406f2eb7ff1c081be2981811d7a9ced90a595ad7405bc13a3e9aae5ca1dfaf826c50d8b4c6a978e2061818'
+sha512sums=('fb95083483b5d236829d0a42cae2393da58845edee723c398a2b0f25b1d277c9c1dd10f09323b53d719b410603ce9cb186d9a5ebfdbb7db2420e0377d9fd0801'
 
'd07220429c479e3b6aaafede95da117bdb735877162f584265a16434ed75a926c21534e8d291de53e58a1bf0a72cdd41a9a8ae7314e2f6fec98c938852a3b991'
 
'6b846fdf70dae6c4657de523ec133d2f08325740863660b86e75d032bb07a4b97834ba0eeea4c77000c2c20b11739b8e8deaf06584f9279638e640c4b7633dd5'
 
'6673066172d6c367961f3e2d762dd483e51a9f733d52e27d0569b333ad397375fd41d61b8a414b8c9e8dbba560a6c710678b3d105f8d285cb94d70561368d5a2'
 
'42f57802fa91dafb6dbfb5a3f613c4c07df65e97f8da84c9a54292c97a4d170f8455461aac8f6f7819d1ffbea4bf6c28488f8950056ba988776d060be3f107dd')
-b2sums=('44fa8471dfdcec97fb7764b794e2f32e63a1dfd1cdcb678c6582f7eb10599ad4d72264435cab338f0074139c5e0ef5819590180a93fe6946cb802557e455e55b'
+b2sums=('74ed0f367bf760c4dab7ea664c88d8bae295cd3368d7dd9e2cadd1bb5a1fd359a83585529bb8b646f25e4593bb407b8f94adfbfd1d617f0c3660c2f476f194e4'
 
'b05d190f28029c65d5cc15f69804db0b2775ff55b4db3a721c1dcf4aa8219b459453740fd26afecb6d72a515366af80af0b985d7b58e542a9edd76bb251ae000'
 
'91fe76cd2ef32bd523aa857a219209f93ca5a6a3f5caa35f67c489a8eb79c8e1e404f453bed9e866e543ed48b9df8e17b45ad2ea8891b48d1502a97589a144af'
 
'b8171e6d881a6ffd5588d1cae00ed81412eff1602670003fc1f48b7e6cb2d680340d464b7b38ee8886a8bd8193166ad71e3ad10b0de8b2a397b383b72434e289'


[arch-commits] Commit in signal-desktop/repos/community-x86_64 (10 files)

2020-11-23 Thread Kpcyrd via arch-commits
Date: Monday, November 23, 2020 @ 22:33:03
  Author: kpcyrd
Revision: 760164

archrelease: copy trunk to community-x86_64

Added:
  signal-desktop/repos/community-x86_64/PKGBUILD
(from rev 760163, signal-desktop/trunk/PKGBUILD)
  signal-desktop/repos/community-x86_64/TRADEMARK_CONSENT.txt
(from rev 760163, signal-desktop/trunk/TRADEMARK_CONSENT.txt)
  signal-desktop/repos/community-x86_64/expire-from-source-date-epoch.patch
(from rev 760163, signal-desktop/trunk/expire-from-source-date-epoch.patch)
  signal-desktop/repos/community-x86_64/openssl-linking.patch
(from rev 760163, signal-desktop/trunk/openssl-linking.patch)
  signal-desktop/repos/community-x86_64/signal-desktop.desktop
(from rev 760163, signal-desktop/trunk/signal-desktop.desktop)
Deleted:
  signal-desktop/repos/community-x86_64/PKGBUILD
  signal-desktop/repos/community-x86_64/TRADEMARK_CONSENT.txt
  signal-desktop/repos/community-x86_64/expire-from-source-date-epoch.patch
  signal-desktop/repos/community-x86_64/openssl-linking.patch
  signal-desktop/repos/community-x86_64/signal-desktop.desktop

-+
 PKGBUILD|  174 +-
 expire-from-source-date-epoch.patch |   26 ++---
 openssl-linking.patch   |   38 +++
 signal-desktop.desktop  |   18 +--
 4 files changed, 128 insertions(+), 128 deletions(-)

Deleted: PKGBUILD
===
--- PKGBUILD2020-11-23 22:32:35 UTC (rev 760163)
+++ PKGBUILD2020-11-23 22:33:03 UTC (rev 760164)
@@ -1,87 +0,0 @@
-# Maintainer: kpcyrd 
-# Contributor: Jean Lucas 
-
-pkgname=signal-desktop
-_pkgname=Signal-Desktop
-pkgver=1.38.1
-pkgrel=1
-pkgdesc="Signal Private Messenger for Linux"
-license=('GPL3')
-replaces=('signal-desktop-bin')
-arch=('x86_64')
-url="https://signal.org";
-depends=('libvips' 'libxss' 'hicolor-icon-theme')
-makedepends=('yarn' 'git' 'nodejs' 'npm' 'python')
-source=(
-  
"${pkgname}-${pkgver}.tar.gz::https://github.com/signalapp/${_pkgname}/archive/v${pkgver}.tar.gz";
-  "${pkgname}.desktop"
-  "openssl-linking.patch"
-  "expire-from-source-date-epoch.patch"
-  # Cherry-pick a specific commit for the node-spellchecker dependency
-  # See https://github.com/atom/node-spellchecker/issues/127
-  
"https://github.com/atom/node-spellchecker/archive/613ff91dd2d9a5ee0e86be8a3682beecc4e94887.tar.gz";
-)
-sha512sums=('0f12801f069c3d70e462163f9aff87f92561527549406f2eb7ff1c081be2981811d7a9ced90a595ad7405bc13a3e9aae5ca1dfaf826c50d8b4c6a978e2061818'
-
'd07220429c479e3b6aaafede95da117bdb735877162f584265a16434ed75a926c21534e8d291de53e58a1bf0a72cdd41a9a8ae7314e2f6fec98c938852a3b991'
-
'6b846fdf70dae6c4657de523ec133d2f08325740863660b86e75d032bb07a4b97834ba0eeea4c77000c2c20b11739b8e8deaf06584f9279638e640c4b7633dd5'
-
'6673066172d6c367961f3e2d762dd483e51a9f733d52e27d0569b333ad397375fd41d61b8a414b8c9e8dbba560a6c710678b3d105f8d285cb94d70561368d5a2'
-
'42f57802fa91dafb6dbfb5a3f613c4c07df65e97f8da84c9a54292c97a4d170f8455461aac8f6f7819d1ffbea4bf6c28488f8950056ba988776d060be3f107dd')
-b2sums=('44fa8471dfdcec97fb7764b794e2f32e63a1dfd1cdcb678c6582f7eb10599ad4d72264435cab338f0074139c5e0ef5819590180a93fe6946cb802557e455e55b'
-
'b05d190f28029c65d5cc15f69804db0b2775ff55b4db3a721c1dcf4aa8219b459453740fd26afecb6d72a515366af80af0b985d7b58e542a9edd76bb251ae000'
-
'91fe76cd2ef32bd523aa857a219209f93ca5a6a3f5caa35f67c489a8eb79c8e1e404f453bed9e866e543ed48b9df8e17b45ad2ea8891b48d1502a97589a144af'
-
'b8171e6d881a6ffd5588d1cae00ed81412eff1602670003fc1f48b7e6cb2d680340d464b7b38ee8886a8bd8193166ad71e3ad10b0de8b2a397b383b72434e289'
-
'53ad39f0bed69c5c5635d2e581f4ce56e3080fee16f184add08adee1164c2d68059d52071478a05cdacf04186f9964250f46f09e80553bf35e1f2f4cd1976d1b')
-
-prepare() {
-  cd "${_pkgname}-${pkgver}"
-
-  # Fix SpellChecker build with imminent Node 13
-  # See https://github.com/atom/node-spellchecker/issues/127
-  sed -r 's#("spellchecker": 
").*"#\1file:'"${srcdir}"'/613ff91dd2d9a5ee0e86be8a3682beecc4e94887.tar.gz"#' 
-i package.json
-
-  # Allow higher Node versions
-  sed 's#"node": "#&>=#' -i package.json
-
-  # Select node-gyp versions with python3 support
-  sed 's#"node-gyp": "5.0.3"#"node-gyp": "6.1.0"#' -i package.json
-  # https://github.com/sass/node-sass/pull/2841
-  # https://github.com/sass/node-sass/issues/2716
-  sed -r 's#("resolutions": \{)#"resolutions": {"node-sass/node-gyp": 
"^6.0.0",#' -i package.json
-
-  yarn install --ignore-engines
-
-  # Have SQLCipher dynamically link from OpenSSL
-  # See https://github.com/signalapp/Signal-Desktop/issues/2634
-  patch --forward --strip=1 --input="${srcdir}/openssl-linking.patch"
-
-  # We can't read the release date from git so we use SOURCE_DATE_EPOCH instead
-  patch --forward --strip=1 
--input="${srcdir}/expire-from-source-date-epoch.patch"
-}
-
-build() {
-  cd "${_pkgname}-${pkgver}"

[arch-commits] Commit in (4 files)

2020-11-24 Thread Kpcyrd via arch-commits
Date: Tuesday, November 24, 2020 @ 17:35:22
  Author: kpcyrd
Revision: 760990

addpkg: php-snuffleupagus 0.6.0-1

Added:
  php-snuffleupagus/
  php-snuffleupagus/repos/
  php-snuffleupagus/trunk/
  php-snuffleupagus/trunk/PKGBUILD

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

Added: php-snuffleupagus/trunk/PKGBUILD
===
--- php-snuffleupagus/trunk/PKGBUILD(rev 0)
+++ php-snuffleupagus/trunk/PKGBUILD2020-11-24 17:35:22 UTC (rev 760990)
@@ -0,0 +1,37 @@
+# Maintainer: kpcyrd 
+# Contributor: Julien (jvoisin) Voisin 
+
+pkgname=php-snuffleupagus
+_pkgname=snuffleupagus
+pkgver=0.6.0
+pkgrel=1
+pkgdesc="Security module for PHP"
+url='https://snuffleupagus.readthedocs.io/'
+arch=('x86_64')
+license=('LGPL3')
+depends=('php' 'pcre')
+backup=('etc/php/conf.d/snuffleupagus.ini'
+'etc/php/conf.d/snuffleupagus.rules')
+source=(https://github.com/jvoisin/${_pkgname}/archive/v${pkgver}/${_pkgname}-${pkgver}.tar.gz)
+b2sums=('c37e247388c5ede3a2c065c5df42dba37e8da3f0fc2856a4d785c6e139fb13a6daf9a2feacde16c392a158f340f12b3b4724f23b05e4eb4f0e7c070c0fa907b2')
+
+build() {
+  cd ${_pkgname}-${pkgver}/src
+  phpize
+  ./configure --prefix=/usr --enable-"${_pkgname}"
+  make
+}
+
+check() {
+  cd ${_pkgname}-${pkgver}/src
+  NO_INTERACTION=1 REPORT_EXIT_STATUS=1 make test
+}
+
+package() {
+  cd ${_pkgname}-${pkgver}
+  make -C src INSTALL_ROOT="${pkgdir}" install
+  install -D -m644 "config/default.rules" 
"${pkgdir}/etc/php/conf.d/${_pkgname}.rules"
+  install -D -m644 "config/${_pkgname}.ini" 
"${pkgdir}/etc/php/conf.d/${_pkgname}.ini"
+}
+
+# vim: ts=2 sw=2 et:


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

2020-11-24 Thread Kpcyrd via arch-commits
Date: Tuesday, November 24, 2020 @ 17:35:42
  Author: kpcyrd
Revision: 760991

archrelease: copy trunk to community-x86_64

Added:
  php-snuffleupagus/repos/community-x86_64/
  php-snuffleupagus/repos/community-x86_64/PKGBUILD
(from rev 760990, php-snuffleupagus/trunk/PKGBUILD)

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

Copied: php-snuffleupagus/repos/community-x86_64/PKGBUILD (from rev 760990, 
php-snuffleupagus/trunk/PKGBUILD)
===
--- community-x86_64/PKGBUILD   (rev 0)
+++ community-x86_64/PKGBUILD   2020-11-24 17:35:42 UTC (rev 760991)
@@ -0,0 +1,37 @@
+# Maintainer: kpcyrd 
+# Contributor: Julien (jvoisin) Voisin 
+
+pkgname=php-snuffleupagus
+_pkgname=snuffleupagus
+pkgver=0.6.0
+pkgrel=1
+pkgdesc="Security module for PHP"
+url='https://snuffleupagus.readthedocs.io/'
+arch=('x86_64')
+license=('LGPL3')
+depends=('php' 'pcre')
+backup=('etc/php/conf.d/snuffleupagus.ini'
+'etc/php/conf.d/snuffleupagus.rules')
+source=(https://github.com/jvoisin/${_pkgname}/archive/v${pkgver}/${_pkgname}-${pkgver}.tar.gz)
+b2sums=('c37e247388c5ede3a2c065c5df42dba37e8da3f0fc2856a4d785c6e139fb13a6daf9a2feacde16c392a158f340f12b3b4724f23b05e4eb4f0e7c070c0fa907b2')
+
+build() {
+  cd ${_pkgname}-${pkgver}/src
+  phpize
+  ./configure --prefix=/usr --enable-"${_pkgname}"
+  make
+}
+
+check() {
+  cd ${_pkgname}-${pkgver}/src
+  NO_INTERACTION=1 REPORT_EXIT_STATUS=1 make test
+}
+
+package() {
+  cd ${_pkgname}-${pkgver}
+  make -C src INSTALL_ROOT="${pkgdir}" install
+  install -D -m644 "config/default.rules" 
"${pkgdir}/etc/php/conf.d/${_pkgname}.rules"
+  install -D -m644 "config/${_pkgname}.ini" 
"${pkgdir}/etc/php/conf.d/${_pkgname}.ini"
+}
+
+# vim: ts=2 sw=2 et:


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

2020-11-24 Thread Kpcyrd via arch-commits
Date: Tuesday, November 24, 2020 @ 23:43:46
  Author: kpcyrd
Revision: 761022

upgpkg: doctl 1.53.0-1

Modified:
  doctl/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2020-11-24 22:22:01 UTC (rev 761021)
+++ PKGBUILD2020-11-24 23:43:46 UTC (rev 761022)
@@ -3,7 +3,7 @@
 # Contributor: Bennett Piater 
 
 pkgname=doctl
-pkgver=1.52.0
+pkgver=1.53.0
 pkgrel=1
 pkgdesc='The official command line interface for the DigitalOcean API'
 url='https://github.com/digitalocean/doctl'
@@ -12,8 +12,8 @@
 depends=('glibc')
 makedepends=('go')
 
source=(https://github.com/digitalocean/${pkgname}/archive/v${pkgver}/${pkgname}-${pkgver}.tar.gz)
-sha512sums=('b9db1cd36250f6de89c12c4062f73a10ea24ab425325ef9a40f52528d40194e52803ed104b4552e457f6134890844268d33d50c0d30a9c32bd4d7b83d824ae9a')
-b2sums=('5f09e66a9ced0c4a32ce9832a24bf58ff65bc4a6c5abae649eb3496d686cdb01548bc5963ef05c55516c4a3daca49f4480ec12cf017e1f2240dc4fe92b323b69')
+sha512sums=('3d0d513cd7bd264a3873901908940a563c50f5e99bfbf0c9a60ced361d341047dc468030b3d25122c46787e044cb4fdf5b07054f15ae6c0218d3f3bbc2cad885')
+b2sums=('9eb9ae00172731568921b0edb0aa7335c12ed6a822a83bce1cdfdad4dec5977ef7bc683f5905511daaa04b53b6a073e691cefd6802495a66b6a5dcd52314b71d')
 
 build() {
   cd ${pkgname}-${pkgver}


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

2020-11-24 Thread Kpcyrd via arch-commits
Date: Tuesday, November 24, 2020 @ 23:44:04
  Author: kpcyrd
Revision: 761023

archrelease: copy trunk to community-x86_64

Added:
  doctl/repos/community-x86_64/PKGBUILD
(from rev 761022, doctl/trunk/PKGBUILD)
Deleted:
  doctl/repos/community-x86_64/PKGBUILD

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

Deleted: PKGBUILD
===
--- PKGBUILD2020-11-24 23:43:46 UTC (rev 761022)
+++ PKGBUILD2020-11-24 23:44:04 UTC (rev 761023)
@@ -1,41 +0,0 @@
-# Maintainer: kpcyrd 
-# Contributor: NOGISAKA Sadata 
-# Contributor: Bennett Piater 
-
-pkgname=doctl
-pkgver=1.52.0
-pkgrel=1
-pkgdesc='The official command line interface for the DigitalOcean API'
-url='https://github.com/digitalocean/doctl'
-arch=('x86_64')
-license=('Apache')
-depends=('glibc')
-makedepends=('go')
-source=(https://github.com/digitalocean/${pkgname}/archive/v${pkgver}/${pkgname}-${pkgver}.tar.gz)
-sha512sums=('b9db1cd36250f6de89c12c4062f73a10ea24ab425325ef9a40f52528d40194e52803ed104b4552e457f6134890844268d33d50c0d30a9c32bd4d7b83d824ae9a')
-b2sums=('5f09e66a9ced0c4a32ce9832a24bf58ff65bc4a6c5abae649eb3496d686cdb01548bc5963ef05c55516c4a3daca49f4480ec12cf017e1f2240dc4fe92b323b69')
-
-build() {
-  cd ${pkgname}-${pkgver}
-  go build \
--trimpath \
--buildmode=pie \
--mod=readonly \
--ldflags "-linkmode external -extldflags \"${LDFLAGS}\"" \
-./cmd/...
-}
-
-package() {
-  cd ${pkgname}-${pkgver}
-  install -Dm 755 "${pkgname}" -t "${pkgdir}/usr/bin"
-
-  # setup completions
-  install -dm 755 "${pkgdir}/usr/share/bash-completion/completions" \
-  "${pkgdir}/usr/share/zsh/site-functions" \
- "${pkgdir}/usr/share/fish/vendor_completions.d"
-  "${pkgdir}/usr/bin/${pkgname}" completion bash > 
"${pkgdir}/usr/share/bash-completion/completions/${pkgname}"
-  "${pkgdir}/usr/bin/${pkgname}" completion zsh > 
"${pkgdir}/usr/share/zsh/site-functions/_${pkgname}"
-  "${pkgdir}/usr/bin/${pkgname}" completion fish > 
"${pkgdir}/usr/share/fish/vendor_completions.d/${pkgname}.fish"
-}
-
-# vim: ts=2 sw=2 et:

Copied: doctl/repos/community-x86_64/PKGBUILD (from rev 761022, 
doctl/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2020-11-24 23:44:04 UTC (rev 761023)
@@ -0,0 +1,41 @@
+# Maintainer: kpcyrd 
+# Contributor: NOGISAKA Sadata 
+# Contributor: Bennett Piater 
+
+pkgname=doctl
+pkgver=1.53.0
+pkgrel=1
+pkgdesc='The official command line interface for the DigitalOcean API'
+url='https://github.com/digitalocean/doctl'
+arch=('x86_64')
+license=('Apache')
+depends=('glibc')
+makedepends=('go')
+source=(https://github.com/digitalocean/${pkgname}/archive/v${pkgver}/${pkgname}-${pkgver}.tar.gz)
+sha512sums=('3d0d513cd7bd264a3873901908940a563c50f5e99bfbf0c9a60ced361d341047dc468030b3d25122c46787e044cb4fdf5b07054f15ae6c0218d3f3bbc2cad885')
+b2sums=('9eb9ae00172731568921b0edb0aa7335c12ed6a822a83bce1cdfdad4dec5977ef7bc683f5905511daaa04b53b6a073e691cefd6802495a66b6a5dcd52314b71d')
+
+build() {
+  cd ${pkgname}-${pkgver}
+  go build \
+-trimpath \
+-buildmode=pie \
+-mod=readonly \
+-ldflags "-linkmode external -extldflags \"${LDFLAGS}\"" \
+./cmd/...
+}
+
+package() {
+  cd ${pkgname}-${pkgver}
+  install -Dm 755 "${pkgname}" -t "${pkgdir}/usr/bin"
+
+  # setup completions
+  install -dm 755 "${pkgdir}/usr/share/bash-completion/completions" \
+  "${pkgdir}/usr/share/zsh/site-functions" \
+ "${pkgdir}/usr/share/fish/vendor_completions.d"
+  "${pkgdir}/usr/bin/${pkgname}" completion bash > 
"${pkgdir}/usr/share/bash-completion/completions/${pkgname}"
+  "${pkgdir}/usr/bin/${pkgname}" completion zsh > 
"${pkgdir}/usr/share/zsh/site-functions/_${pkgname}"
+  "${pkgdir}/usr/bin/${pkgname}" completion fish > 
"${pkgdir}/usr/share/fish/vendor_completions.d/${pkgname}.fish"
+}
+
+# vim: ts=2 sw=2 et:


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

2020-11-25 Thread Kpcyrd via arch-commits
Date: Wednesday, November 25, 2020 @ 20:14:32
  Author: kpcyrd
Revision: 761275

addpkg: dog 0.1.0-2

Added:
  dog/
  dog/repos/
  dog/trunk/
  dog/trunk/PKGBUILD

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

Added: dog/trunk/PKGBUILD
===
--- dog/trunk/PKGBUILD  (rev 0)
+++ dog/trunk/PKGBUILD  2020-11-25 20:14:32 UTC (rev 761275)
@@ -0,0 +1,39 @@
+# Maintainer: kpcyrd 
+# Contributor: orhun 
+
+pkgname=dog
+pkgver=0.1.0
+pkgrel=2
+pkgdesc='Command-line DNS client like dig'
+url='https://github.com/ogham/dog'
+arch=('x86_64')
+license=('custom:EUPL')
+replaces=('dog-dns')
+depends=('openssl')
+makedepends=('cargo')
+source=(https://github.com/ogham/${pkgname}/archive/v${pkgver}/${pkgname}-${pkgver}.tar.gz)
+b2sums=('7ea52027e73deb6db6cb67b89063cddd507246256b3ca93479a634ff6696ab6961f004da8272b4c535067868603d8218b44c3696e34b5126371a9e0d5fc36058')
+
+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} -t "${pkgdir}/usr/bin"
+
+  install -Dm 644 completions/${pkgname}.bash 
"${pkgdir}/usr/share/bash-completion/completions/${pkgname}"
+  install -Dm 644 completions/${pkgname}.fish -t 
"${pkgdir}/usr/share/fish/completions"
+  install -Dm 644 completions/${pkgname}.zsh 
"${pkgdir}/usr/share/zsh/site-functions/_${pkgname}"
+
+  install -Dm 644 README.md -t "${pkgdir}/usr/share/doc/${pkgname}"
+  install -Dm 644 LICENCE -t "${pkgdir}/usr/share/licenses/${pkgname}"
+}
+
+# vim: ts=2 sw=2 et:


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

2020-11-25 Thread Kpcyrd via arch-commits
Date: Wednesday, November 25, 2020 @ 20:15:48
  Author: kpcyrd
Revision: 761279

archrelease: copy trunk to community-x86_64

Added:
  dog/repos/community-x86_64/
  dog/repos/community-x86_64/PKGBUILD
(from rev 761277, dog/trunk/PKGBUILD)

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

Copied: dog/repos/community-x86_64/PKGBUILD (from rev 761277, 
dog/trunk/PKGBUILD)
===
--- community-x86_64/PKGBUILD   (rev 0)
+++ community-x86_64/PKGBUILD   2020-11-25 20:15:48 UTC (rev 761279)
@@ -0,0 +1,39 @@
+# Maintainer: kpcyrd 
+# Contributor: orhun 
+
+pkgname=dog
+pkgver=0.1.0
+pkgrel=2
+pkgdesc='Command-line DNS client like dig'
+url='https://github.com/ogham/dog'
+arch=('x86_64')
+license=('custom:EUPL')
+replaces=('dog-dns')
+depends=('openssl')
+makedepends=('cargo')
+source=(https://github.com/ogham/${pkgname}/archive/v${pkgver}/${pkgname}-${pkgver}.tar.gz)
+b2sums=('7ea52027e73deb6db6cb67b89063cddd507246256b3ca93479a634ff6696ab6961f004da8272b4c535067868603d8218b44c3696e34b5126371a9e0d5fc36058')
+
+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} -t "${pkgdir}/usr/bin"
+
+  install -Dm 644 completions/${pkgname}.bash 
"${pkgdir}/usr/share/bash-completion/completions/${pkgname}"
+  install -Dm 644 completions/${pkgname}.fish -t 
"${pkgdir}/usr/share/fish/completions"
+  install -Dm 644 completions/${pkgname}.zsh 
"${pkgdir}/usr/share/zsh/site-functions/_${pkgname}"
+
+  install -Dm 644 README.md -t "${pkgdir}/usr/share/doc/${pkgname}"
+  install -Dm 644 LICENCE -t "${pkgdir}/usr/share/licenses/${pkgname}"
+}
+
+# vim: ts=2 sw=2 et:


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

2020-10-19 Thread Kpcyrd via arch-commits
Date: Monday, October 19, 2020 @ 19:59:24
  Author: kpcyrd
Revision: 727238

archrelease: copy trunk to community-x86_64

Added:
  monero/repos/community-x86_64/PKGBUILD
(from rev 727236, monero/trunk/PKGBUILD)
  monero/repos/community-x86_64/monero.sysusers
(from rev 727236, monero/trunk/monero.sysusers)
  monero/repos/community-x86_64/monero.tmpfiles
(from rev 727237, monero/trunk/monero.tmpfiles)
Deleted:
  monero/repos/community-x86_64/PKGBUILD
  monero/repos/community-x86_64/monero.sysusers
  monero/repos/community-x86_64/monero.tmpfiles

-+
 PKGBUILD|  159 +++---
 monero.sysusers |2 
 monero.tmpfiles |2 
 3 files changed, 83 insertions(+), 80 deletions(-)

Deleted: PKGBUILD
===
--- PKGBUILD2020-10-19 19:59:18 UTC (rev 727237)
+++ PKGBUILD2020-10-19 19:59:24 UTC (rev 727238)
@@ -1,78 +0,0 @@
-# Maintainer: kpcyrd 
-
-pkgname=monero
-pkgver=0.17.1.0
-_commit=4d855fcca7db286484c256d85619c051a55592ad
-pkgrel=1
-pkgdesc="Monero: the secure, private, untraceable peer-to-peer currency"
-license=('BSD')
-arch=('x86_64')
-url="https://getmonero.org/";
-depends=('boost-libs' 'libunwind' 'openssl' 'readline' 'zeromq' 'pcsclite' 
'hidapi' 'protobuf')
-makedepends=('git' 'cmake' 'boost')
-source=(
-
"${pkgname}"::"git+https://github.com/monero-project/monero?signed#commit=${_commit}";
-"git+https://github.com/monero-project/unbound.git";
-"git+https://github.com/monero-project/miniupnp.git";
-"git+https://github.com/Tencent/rapidjson.git";
-"git+https://github.com/trezor/trezor-common.git";
-"git+https://github.com/tevador/randomx.git";
-"monero.sysusers"
-"monero.tmpfiles")
-sha512sums=('SKIP'
-'SKIP'
-'SKIP'
-'SKIP'
-'SKIP'
-'SKIP'
-
'2e4ecf3f305dab46e166f50c0451dd969927b485df544aebcf8115a65444573e6d57a8ac6bea64ce5ab4b5cce2c70f913d9ac3bce561c59acf89851edc76a22c'
-
'ae3c300548e6ba5fdf6a203146e5dcaf1955c3e19820c0bb3a73bb70ec5629a3af00d43dac95b6f3832ded5c480e872d829981a63206016d4a64f3940b713357')
-validpgpkeys=('8777AB8F778EE89487A2F8E7F4ACA0183641E010') # luigi 

-
-prepare() {
-  cd "${pkgname}"
-  git submodule init
-  git config submodule.external/unbound.url "$srcdir/unbound"
-  git config submodule.external/miniupnp.url "$srcdir/miniupnp"
-  git config submodule.external/rapidjson.url "$srcdir/rapidjson"
-  git config submodule.external/trezor-common.url "$srcdir/trezor-common"
-  git config submodule.external/randomx.url "$srcdir/randomx"
-  git submodule update
-}
-
-build() {
-  cd "${pkgname}"
-  mkdir -p build && cd build
-  cmake -D BUILD_TESTS=ON -D CMAKE_BUILD_TYPE=release -D ARCH=default ../
-  make
-}
-
-package() {
-  backup=('etc/monerod.conf')
-
-  cd "${pkgname}"
-  install -Dm644 "LICENSE" -t "${pkgdir}/usr/share/licenses/${pkgname}"
-
-  install -Dm644 "utils/conf/monerod.conf" "${pkgdir}/etc/monerod.conf"
-  install -Dm644 "utils/systemd/monerod.service" 
"${pkgdir}/usr/lib/systemd/system/monerod.service"
-  install -Dm644 "../monero.sysusers" 
"${pkgdir}/usr/lib/sysusers.d/monero.conf"
-  install -Dm644 "../monero.tmpfiles" 
"${pkgdir}/usr/lib/tmpfiles.d/monero.conf"
-
-  install -Dm755 "build/bin/monero-blockchain-ancestry" \
- "build/bin/monero-blockchain-depth" \
- "build/bin/monero-blockchain-export" \
- "build/bin/monero-blockchain-import" \
- "build/bin/monero-blockchain-mark-spent-outputs" \
- "build/bin/monero-blockchain-prune" \
- "build/bin/monero-blockchain-prune-known-spent-data" \
- "build/bin/monero-blockchain-stats" \
- "build/bin/monero-blockchain-usage" \
- "build/bin/monero-gen-ssl-cert" \
- "build/bin/monero-gen-trusted-multisig" \
- "build/bin/monero-wallet-cli" \
- "build/bin/monero-wallet-rpc" \
- "build/bin/monerod" \
- -t "${pkgdir}/usr/bin"
-}
-
-# vim: ts=2 sw=2 et:

Copied: monero/repos/community-x86_64/PKGBUILD (from rev 727236, 
monero/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2020-10-19 19:59:24 UTC (rev 727238)
@@ -0,0 +1,81 @@
+# Maintainer: kpcyrd 
+
+pkgname=monero
+pkgver=0.17.1.1
+_commit=76cc82c29234fc2805f936f0fc53d48acc9cedf7
+pkgrel=1
+pkgdesc="Monero: the secure, private, untraceable peer-to-peer currency"
+license=('BSD')
+arch=('x86_64')
+url="https://getmonero.org/";
+depends=('boost-libs' 'libunwind' 'openssl' 'readline' 'zeromq' 'pcsclite' 
'hidapi' 'protobuf')
+makedepends=('git' 'cmake' 'boost')
+source=(
+
"${pkgname}"::"git+https://github.com/monero-project/monero?signed#commit=${_commit}";
+"git+https://github.com/monero-proje

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

2020-10-19 Thread Kpcyrd via arch-commits
Date: Monday, October 19, 2020 @ 19:59:32
  Author: kpcyrd
Revision: 727240

upgpkg: monero-gui 0.17.1.1-1

Modified:
  monero-gui/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2020-10-19 19:59:32 UTC (rev 727239)
+++ PKGBUILD2020-10-19 19:59:32 UTC (rev 727240)
@@ -1,8 +1,8 @@
 # Maintainer: kpcyrd 
 
 pkgname=monero-gui
-pkgver=0.17.1.0
-_commit=cb1f3ad0ce228b9c272df76838754e303b074a32
+pkgver=0.17.1.1
+_commit=33afd0bb83d80e89c9c0437ece83a7981a0f1bd9
 pkgrel=1
 pkgdesc="QT GUI wallet for Monero: the secure, private, untraceable 
peer-to-peer currency"
 license=('BSD')
@@ -31,7 +31,10 @@
 'SKIP'
 'SKIP'
 
'8aa10a47c3217e5bf12bb40a02828bb75cb38e4b5b124a8b05e487e7d3212c132911d5025193d4a7d984aebef94177dee42acf958c11a18b99fd13e872a771e8')
-validpgpkeys=('8777AB8F778EE89487A2F8E7F4ACA0183641E010') # luigi 

+validpgpkeys=(
+  '8777AB8F778EE89487A2F8E7F4ACA0183641E010' # luigi 
+  '487277A8BD0A209C16B700F3C64552D877C32479' # Alexander Blair (Snipa / 
Snipa22) 
+)
 
 prepare() {
   cd "${pkgname}"


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

2020-10-19 Thread Kpcyrd via arch-commits
Date: Monday, October 19, 2020 @ 19:59:05
  Author: kpcyrd
Revision: 727236

upgpkg: monero 0.17.1.1-1

Modified:
  monero/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2020-10-19 19:57:43 UTC (rev 727235)
+++ PKGBUILD2020-10-19 19:59:05 UTC (rev 727236)
@@ -1,8 +1,8 @@
 # Maintainer: kpcyrd 
 
 pkgname=monero
-pkgver=0.17.1.0
-_commit=4d855fcca7db286484c256d85619c051a55592ad
+pkgver=0.17.1.1
+_commit=76cc82c29234fc2805f936f0fc53d48acc9cedf7
 pkgrel=1
 pkgdesc="Monero: the secure, private, untraceable peer-to-peer currency"
 license=('BSD')
@@ -27,7 +27,10 @@
 'SKIP'
 
'2e4ecf3f305dab46e166f50c0451dd969927b485df544aebcf8115a65444573e6d57a8ac6bea64ce5ab4b5cce2c70f913d9ac3bce561c59acf89851edc76a22c'
 
'ae3c300548e6ba5fdf6a203146e5dcaf1955c3e19820c0bb3a73bb70ec5629a3af00d43dac95b6f3832ded5c480e872d829981a63206016d4a64f3940b713357')
-validpgpkeys=('8777AB8F778EE89487A2F8E7F4ACA0183641E010') # luigi 

+validpgpkeys=(
+  '8777AB8F778EE89487A2F8E7F4ACA0183641E010' # luigi 
+  'BDA6BD7042B721C467A9759D7455C5E3C0CDCEB9' # Riccardo Spagni 

+)
 
 prepare() {
   cd "${pkgname}"


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

2020-10-19 Thread Kpcyrd via arch-commits
Date: Monday, October 19, 2020 @ 19:59:47
  Author: kpcyrd
Revision: 727241

archrelease: copy trunk to community-x86_64

Added:
  monero-gui/repos/community-x86_64/PKGBUILD
(from rev 727240, monero-gui/trunk/PKGBUILD)
  monero-gui/repos/community-x86_64/monero-gui.desktop
(from rev 727240, monero-gui/trunk/monero-gui.desktop)
Deleted:
  monero-gui/repos/community-x86_64/PKGBUILD
  monero-gui/repos/community-x86_64/monero-gui.desktop

+
 PKGBUILD   |  137 ++-
 monero-gui.desktop |   30 +--
 2 files changed, 85 insertions(+), 82 deletions(-)

Deleted: PKGBUILD
===
--- PKGBUILD2020-10-19 19:59:32 UTC (rev 727240)
+++ PKGBUILD2020-10-19 19:59:47 UTC (rev 727241)
@@ -1,67 +0,0 @@
-# Maintainer: kpcyrd 
-
-pkgname=monero-gui
-pkgver=0.17.1.0
-_commit=cb1f3ad0ce228b9c272df76838754e303b074a32
-pkgrel=1
-pkgdesc="QT GUI wallet for Monero: the secure, private, untraceable 
peer-to-peer currency"
-license=('BSD')
-arch=('x86_64')
-url="https://getmonero.org/";
-depends=('monero' 'boost-libs' 'libunwind' 'openssl' 'readline' 'zeromq' 
'pcsclite' 'hidapi' 'unbound' 'hicolor-icon-theme'
-'qt5-base' 'qt5-declarative' 'qt5-graphicaleffects' 'qt5-quickcontrols' 
'qt5-quickcontrols2' 'qt5-svg' 'qt5-xmlpatterns')
-makedepends=('git' 'cmake' 'boost' 'qt5-tools')
-source=(
-"git+https://github.com/monero-project/monero-gui?signed#commit=${_commit}";
-"git+https://github.com/monero-project/monero";
-"git+https://github.com/monero-project/unbound.git";
-"git+https://github.com/monero-project/miniupnp.git";
-"git+https://github.com/Tencent/rapidjson.git";
-"git+https://github.com/trezor/trezor-common.git";
-"git+https://github.com/tevador/randomx.git";
-"git+https://github.com/monero-project/supercop.git";
-"monero-gui.desktop"
-)
-sha512sums=('SKIP'
-'SKIP'
-'SKIP'
-'SKIP'
-'SKIP'
-'SKIP'
-'SKIP'
-'SKIP'
-
'8aa10a47c3217e5bf12bb40a02828bb75cb38e4b5b124a8b05e487e7d3212c132911d5025193d4a7d984aebef94177dee42acf958c11a18b99fd13e872a771e8')
-validpgpkeys=('8777AB8F778EE89487A2F8E7F4ACA0183641E010') # luigi 

-
-prepare() {
-  cd "${pkgname}"
-  git submodule init
-  git config submodule.monero.url "$srcdir/monero"
-  git submodule update
-  cd monero
-  git config submodule.external/unbound.url "$srcdir/unbound"
-  git config submodule.external/miniupnp.url "$srcdir/miniupnp"
-  git config submodule.external/rapidjson.url "$srcdir/rapidjson"
-  git config submodule.external/trezor-common.url "$srcdir/trezor-common"
-  git config submodule.external/randomx.url "$srcdir/randomx"
-  git config submodule.external/supercop.url "$srcdir/supercop"
-  git submodule update
-}
-
-build() {
-  cd "${pkgname}"
-  ARCH=default make release
-}
-
-package() {
-  cd "${pkgname}"
-  install -Dm755 build/release/bin/monero-wallet-gui -t "${pkgdir}/usr/bin"
-  install -Dm644 LICENSE -t "${pkgdir}/usr/share/licenses/${pkgname}"
-
-  install -Dm644 ../monero-gui.desktop -t "${pkgdir}/usr/share/applications"
-  for x in 16 24 32 48 64 96 128 256; do
-install -Dm644 "images/appicons/${x}x${x}.png" 
"${pkgdir}/usr/share/icons/hicolor/${x}x${x}/apps/monero-gui.png"
-  done
-}
-
-# vim: ts=2 sw=2 et:

Copied: monero-gui/repos/community-x86_64/PKGBUILD (from rev 727240, 
monero-gui/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2020-10-19 19:59:47 UTC (rev 727241)
@@ -0,0 +1,70 @@
+# Maintainer: kpcyrd 
+
+pkgname=monero-gui
+pkgver=0.17.1.1
+_commit=33afd0bb83d80e89c9c0437ece83a7981a0f1bd9
+pkgrel=1
+pkgdesc="QT GUI wallet for Monero: the secure, private, untraceable 
peer-to-peer currency"
+license=('BSD')
+arch=('x86_64')
+url="https://getmonero.org/";
+depends=('monero' 'boost-libs' 'libunwind' 'openssl' 'readline' 'zeromq' 
'pcsclite' 'hidapi' 'unbound' 'hicolor-icon-theme'
+'qt5-base' 'qt5-declarative' 'qt5-graphicaleffects' 'qt5-quickcontrols' 
'qt5-quickcontrols2' 'qt5-svg' 'qt5-xmlpatterns')
+makedepends=('git' 'cmake' 'boost' 'qt5-tools')
+source=(
+"git+https://github.com/monero-project/monero-gui?signed#commit=${_commit}";
+"git+https://github.com/monero-project/monero";
+"git+https://github.com/monero-project/unbound.git";
+"git+https://github.com/monero-project/miniupnp.git";
+"git+https://github.com/Tencent/rapidjson.git";
+"git+https://github.com/trezor/trezor-common.git";
+"git+https://github.com/tevador/randomx.git";
+"git+https://github.com/monero-project/supercop.git";
+"monero-gui.desktop"
+)
+sha512sums=('SKIP'
+'SKIP'
+'SKIP'
+'SKIP'
+'SKIP'
+'SKIP'
+'SKIP'
+'SKIP'
+
'8aa10a47c3217e5bf12bb40a02828b

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

2020-10-20 Thread Kpcyrd via arch-commits
Date: Tuesday, October 20, 2020 @ 22:08:35
  Author: kpcyrd
Revision: 727741

archrelease: copy trunk to community-any

Added:
  python-pwntools/repos/community-any/PKGBUILD
(from rev 727740, python-pwntools/trunk/PKGBUILD)
  python-pwntools/repos/community-any/pwn.conf
(from rev 727740, python-pwntools/trunk/pwn.conf)
Deleted:
  python-pwntools/repos/community-any/PKGBUILD
  python-pwntools/repos/community-any/pwn.conf

--+
 PKGBUILD |  128 ++---
 pwn.conf |4 -
 2 files changed, 66 insertions(+), 66 deletions(-)

Deleted: PKGBUILD
===
--- PKGBUILD2020-10-20 22:08:25 UTC (rev 727740)
+++ PKGBUILD2020-10-20 22:08:35 UTC (rev 727741)
@@ -1,64 +0,0 @@
-# Maintainer: kpcyrd 
-# Maintainer: Levente Polyak 
-# Contributor: Ding Xiao 
-# Contributor: Firmy 
-
-pkgname=python-pwntools
-_pyname=pwntools
-pkgver=4.2.1
-pkgrel=1
-pkgdesc='CTF framework and exploit development library'
-url='https://github.com/Gallopsled/pwntools'
-arch=('any')
-license=('MIT' 'GPL2' 'BSD')
-depends=('python'
- 'python-mako'
- 'python-pyelftools'
- 'python-capstone'
- 'ropgadget'
- 'python-pyserial'
- 'python-requests'
- 'python-pip'
- 'python-pygments'
- 'python-pysocks'
- 'python-dateutil'
- 'python-packaging'
- 'python-psutil'
- 'python-intervaltree'
- 'python-sortedcontainers'
- 'python-unicorn'
- 'python-paramiko'
- 'ropgadget'
- 'python-setuptools')
-makedepends=('pandoc')
-source=(https://github.com/Gallopsled/pwntools/archive/${pkgver}/${pkgname}-${pkgver}.tar.gz
-pwn.conf)
-sha256sums=('8f1a4bf7b668de6b222df887fdd820b7ff05547e7ff9a13ebbd10eecf43c7a78'
-'50916e4e45d026422cd6bfe8de50e7246c61b0b1e0007571e7c04a994282fe89')
-b2sums=('03859b6cf470698160c14b812cffc47ae4b5256c2c2f8082ffd60d4b91de6c83473063d6daa0ff512a4165faec15e28d2252ec64a459e9e164ad7c4a875189e2'
-
'cac0a12eea8abd3d2ee21632e7f2281e7e35c2d7839cfbcba83ae5d0e8f427e9cc2462a6d17d187252b99d9dbbb14393b9d5a63996c42043f553e9b66bfe9e07')
-
-prepare() {
-  cd ${_pyname}-${pkgver}
-  sed 's|>=1.0.2rc1,<1.0.2rc4||' -i setup.py
-}
-
-build() {
-  cd ${_pyname}-${pkgver}
-  python setup.py build
-}
-
-check() {
-  cd "${_pyname}-${pkgver}"
-  PYTHONPATH=. PWNLIB_NOTERM=true python -c 'import pwn'
-}
-
-package() {
-  cd ${_pyname}-${pkgver}
-  python setup.py install -O1 --root="${pkgdir}" --skip-build 
--only-use-pwn-command
-  install -Dm 644 "${srcdir}/pwn.conf" -t "${pkgdir}/etc"
-  install -Dm 644 LICENSE-pwntools.txt -t 
"${pkgdir}/usr/share/licenses/${pkgname}"
-  rm -f "${pkgdir}"/usr/lib/python*/site-packages/*.{txt,md}
-}
-
-# vim:set ts=2 sw=2 et:

Copied: python-pwntools/repos/community-any/PKGBUILD (from rev 727740, 
python-pwntools/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2020-10-20 22:08:35 UTC (rev 727741)
@@ -0,0 +1,64 @@
+# Maintainer: kpcyrd 
+# Maintainer: Levente Polyak 
+# Contributor: Ding Xiao 
+# Contributor: Firmy 
+
+pkgname=python-pwntools
+_pyname=pwntools
+pkgver=4.3.0
+pkgrel=1
+pkgdesc='CTF framework and exploit development library'
+url='https://github.com/Gallopsled/pwntools'
+arch=('any')
+license=('MIT' 'GPL2' 'BSD')
+depends=('python'
+ 'python-mako'
+ 'python-pyelftools'
+ 'python-capstone'
+ 'ropgadget'
+ 'python-pyserial'
+ 'python-requests'
+ 'python-pip'
+ 'python-pygments'
+ 'python-pysocks'
+ 'python-dateutil'
+ 'python-packaging'
+ 'python-psutil'
+ 'python-intervaltree'
+ 'python-sortedcontainers'
+ 'python-unicorn'
+ 'python-paramiko'
+ 'ropgadget'
+ 'python-setuptools')
+makedepends=('pandoc')
+source=(https://github.com/Gallopsled/pwntools/archive/${pkgver}/${pkgname}-${pkgver}.tar.gz
+pwn.conf)
+sha256sums=('29ad028afccf79a0411e7d37ac1076ddad9db9b1a596034fd8d6d5a76b53c7d8'
+'50916e4e45d026422cd6bfe8de50e7246c61b0b1e0007571e7c04a994282fe89')
+b2sums=('512793b32a8f0f8e43c48f32b38d82727854283dcf99719320b0e74282d373ae769002dacc85196ac1a56ec2432c032265963933198e94673af00b928dfe265f'
+
'cac0a12eea8abd3d2ee21632e7f2281e7e35c2d7839cfbcba83ae5d0e8f427e9cc2462a6d17d187252b99d9dbbb14393b9d5a63996c42043f553e9b66bfe9e07')
+
+prepare() {
+  cd ${_pyname}-${pkgver}
+  sed 's|>=1.0.2rc1,<1.0.2rc4||' -i setup.py
+}
+
+build() {
+  cd ${_pyname}-${pkgver}
+  python setup.py build
+}
+
+check() {
+  cd "${_pyname}-${pkgver}"
+  PYTHONPATH=. PWNLIB_NOTERM=true python -c 'import pwn'
+}
+
+package() {
+  cd ${_pyname}-${pkgver}
+  python setup.py install -O1 --root="${pkgdir}" --skip-build 
--only-use-pwn-command
+  install -Dm 644 "${srcdir}/pwn.conf" -t "${pk

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

2020-10-20 Thread Kpcyrd via arch-commits
Date: Tuesday, October 20, 2020 @ 22:08:18
  Author: kpcyrd
Revision: 727739

upgpkg: python-pwntools 4.3.0-1

Modified:
  python-pwntools/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2020-10-20 22:07:46 UTC (rev 727738)
+++ PKGBUILD2020-10-20 22:08:18 UTC (rev 727739)
@@ -5,7 +5,7 @@
 
 pkgname=python-pwntools
 _pyname=pwntools
-pkgver=4.2.1
+pkgver=4.3.0
 pkgrel=1
 pkgdesc='CTF framework and exploit development library'
 url='https://github.com/Gallopsled/pwntools'
@@ -33,9 +33,9 @@
 makedepends=('pandoc')
 
source=(https://github.com/Gallopsled/pwntools/archive/${pkgver}/${pkgname}-${pkgver}.tar.gz
 pwn.conf)
-sha256sums=('8f1a4bf7b668de6b222df887fdd820b7ff05547e7ff9a13ebbd10eecf43c7a78'
+sha256sums=('29ad028afccf79a0411e7d37ac1076ddad9db9b1a596034fd8d6d5a76b53c7d8'
 '50916e4e45d026422cd6bfe8de50e7246c61b0b1e0007571e7c04a994282fe89')
-b2sums=('03859b6cf470698160c14b812cffc47ae4b5256c2c2f8082ffd60d4b91de6c83473063d6daa0ff512a4165faec15e28d2252ec64a459e9e164ad7c4a875189e2'
+b2sums=('512793b32a8f0f8e43c48f32b38d82727854283dcf99719320b0e74282d373ae769002dacc85196ac1a56ec2432c032265963933198e94673af00b928dfe265f'
 
'cac0a12eea8abd3d2ee21632e7f2281e7e35c2d7839cfbcba83ae5d0e8f427e9cc2462a6d17d187252b99d9dbbb14393b9d5a63996c42043f553e9b66bfe9e07')
 
 prepare() {


[arch-commits] Commit in signal-desktop/repos/community-x86_64 (10 files)

2020-10-21 Thread Kpcyrd via arch-commits
Date: Wednesday, October 21, 2020 @ 12:44:48
  Author: kpcyrd
Revision: 727841

archrelease: copy trunk to community-x86_64

Added:
  signal-desktop/repos/community-x86_64/PKGBUILD
(from rev 727840, signal-desktop/trunk/PKGBUILD)
  signal-desktop/repos/community-x86_64/TRADEMARK_CONSENT.txt
(from rev 727840, signal-desktop/trunk/TRADEMARK_CONSENT.txt)
  signal-desktop/repos/community-x86_64/expire-from-source-date-epoch.patch
(from rev 727840, signal-desktop/trunk/expire-from-source-date-epoch.patch)
  signal-desktop/repos/community-x86_64/openssl-linking.patch
(from rev 727840, signal-desktop/trunk/openssl-linking.patch)
  signal-desktop/repos/community-x86_64/signal-desktop.desktop
(from rev 727840, signal-desktop/trunk/signal-desktop.desktop)
Deleted:
  signal-desktop/repos/community-x86_64/PKGBUILD
  signal-desktop/repos/community-x86_64/TRADEMARK_CONSENT.txt
  signal-desktop/repos/community-x86_64/expire-from-source-date-epoch.patch
  signal-desktop/repos/community-x86_64/openssl-linking.patch
  signal-desktop/repos/community-x86_64/signal-desktop.desktop

-+
 PKGBUILD|  174 +-
 expire-from-source-date-epoch.patch |   26 ++---
 openssl-linking.patch   |   38 +++
 signal-desktop.desktop  |   18 +--
 4 files changed, 128 insertions(+), 128 deletions(-)

Deleted: PKGBUILD
===
--- PKGBUILD2020-10-21 12:44:22 UTC (rev 727840)
+++ PKGBUILD2020-10-21 12:44:48 UTC (rev 727841)
@@ -1,87 +0,0 @@
-# Maintainer: kpcyrd 
-# Contributor: Jean Lucas 
-
-pkgname=signal-desktop
-_pkgname=Signal-Desktop
-pkgver=1.37.1
-pkgrel=1
-pkgdesc="Signal Private Messenger for Linux"
-license=('GPL3')
-replaces=('signal-desktop-bin')
-arch=('x86_64')
-url="https://signal.org";
-depends=('libvips' 'libxss' 'hicolor-icon-theme')
-makedepends=('yarn' 'git' 'nodejs' 'npm' 'python')
-source=(
-  
"${pkgname}-${pkgver}.tar.gz::https://github.com/signalapp/${_pkgname}/archive/v${pkgver}.tar.gz";
-  "${pkgname}.desktop"
-  "openssl-linking.patch"
-  "expire-from-source-date-epoch.patch"
-  # Cherry-pick a specific commit for the node-spellchecker dependency
-  # See https://github.com/atom/node-spellchecker/issues/127
-  
"https://github.com/atom/node-spellchecker/archive/613ff91dd2d9a5ee0e86be8a3682beecc4e94887.tar.gz";
-)
-sha512sums=('f131f5efec42d9c1d73786a6647d11598a9aba34cb9ab30c57136940720dd4f1415fdf4e7ccfff55902ebd5211656fe35179d7eabb041404ecb6fa0e24927638'
-
'd07220429c479e3b6aaafede95da117bdb735877162f584265a16434ed75a926c21534e8d291de53e58a1bf0a72cdd41a9a8ae7314e2f6fec98c938852a3b991'
-
'6b846fdf70dae6c4657de523ec133d2f08325740863660b86e75d032bb07a4b97834ba0eeea4c77000c2c20b11739b8e8deaf06584f9279638e640c4b7633dd5'
-
'6673066172d6c367961f3e2d762dd483e51a9f733d52e27d0569b333ad397375fd41d61b8a414b8c9e8dbba560a6c710678b3d105f8d285cb94d70561368d5a2'
-
'42f57802fa91dafb6dbfb5a3f613c4c07df65e97f8da84c9a54292c97a4d170f8455461aac8f6f7819d1ffbea4bf6c28488f8950056ba988776d060be3f107dd')
-b2sums=('d5ebfd64f544f8d68831da9f3725a6fa4a6875ce690b5d550adacb7f5ad2d2414a430071b45c4c885e4e29ea630de72a50aa3c16e767a07b19edf81edcf6'
-
'b05d190f28029c65d5cc15f69804db0b2775ff55b4db3a721c1dcf4aa8219b459453740fd26afecb6d72a515366af80af0b985d7b58e542a9edd76bb251ae000'
-
'91fe76cd2ef32bd523aa857a219209f93ca5a6a3f5caa35f67c489a8eb79c8e1e404f453bed9e866e543ed48b9df8e17b45ad2ea8891b48d1502a97589a144af'
-
'b8171e6d881a6ffd5588d1cae00ed81412eff1602670003fc1f48b7e6cb2d680340d464b7b38ee8886a8bd8193166ad71e3ad10b0de8b2a397b383b72434e289'
-
'53ad39f0bed69c5c5635d2e581f4ce56e3080fee16f184add08adee1164c2d68059d52071478a05cdacf04186f9964250f46f09e80553bf35e1f2f4cd1976d1b')
-
-prepare() {
-  cd "${_pkgname}-${pkgver}"
-
-  # Fix SpellChecker build with imminent Node 13
-  # See https://github.com/atom/node-spellchecker/issues/127
-  sed -r 's#("spellchecker": 
").*"#\1file:'"${srcdir}"'/613ff91dd2d9a5ee0e86be8a3682beecc4e94887.tar.gz"#' 
-i package.json
-
-  # Allow higher Node versions
-  sed 's#"node": "#&>=#' -i package.json
-
-  # Select node-gyp versions with python3 support
-  sed 's#"node-gyp": "5.0.3"#"node-gyp": "6.1.0"#' -i package.json
-  # https://github.com/sass/node-sass/pull/2841
-  # https://github.com/sass/node-sass/issues/2716
-  sed -r 's#("dependencies": )#"resolutions": {"node-sass/node-gyp": 
"^6.0.0"},\1#' -i package.json
-
-  yarn install --ignore-engines
-
-  # Have SQLCipher dynamically link from OpenSSL
-  # See https://github.com/signalapp/Signal-Desktop/issues/2634
-  patch --forward --strip=1 --input="${srcdir}/openssl-linking.patch"
-
-  # We can't read the release date from git so we use SOURCE_DATE_EPOCH instead
-  patch --forward --strip=1 
--input="${srcdir}/expire-from-source-date-epoch.patch"
-}
-
-build() {
-  cd "${_pkgname}-${pkgv

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

2020-10-21 Thread Kpcyrd via arch-commits
Date: Wednesday, October 21, 2020 @ 12:44:22
  Author: kpcyrd
Revision: 727840

upgpkg: signal-desktop 1.37.2-1

Modified:
  signal-desktop/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2020-10-21 12:43:22 UTC (rev 727839)
+++ PKGBUILD2020-10-21 12:44:22 UTC (rev 727840)
@@ -3,7 +3,7 @@
 
 pkgname=signal-desktop
 _pkgname=Signal-Desktop
-pkgver=1.37.1
+pkgver=1.37.2
 pkgrel=1
 pkgdesc="Signal Private Messenger for Linux"
 license=('GPL3')
@@ -21,12 +21,12 @@
   # See https://github.com/atom/node-spellchecker/issues/127
   
"https://github.com/atom/node-spellchecker/archive/613ff91dd2d9a5ee0e86be8a3682beecc4e94887.tar.gz";
 )
-sha512sums=('f131f5efec42d9c1d73786a6647d11598a9aba34cb9ab30c57136940720dd4f1415fdf4e7ccfff55902ebd5211656fe35179d7eabb041404ecb6fa0e24927638'
+sha512sums=('67045502429850e3bbb934cee3bb0aa740b52ca3cd825136f0426e72d7aef8bb9a1829c7ba7011208ffd98428ab080233e17cdc1f52a36fb6697f93200beb2ed'
 
'd07220429c479e3b6aaafede95da117bdb735877162f584265a16434ed75a926c21534e8d291de53e58a1bf0a72cdd41a9a8ae7314e2f6fec98c938852a3b991'
 
'6b846fdf70dae6c4657de523ec133d2f08325740863660b86e75d032bb07a4b97834ba0eeea4c77000c2c20b11739b8e8deaf06584f9279638e640c4b7633dd5'
 
'6673066172d6c367961f3e2d762dd483e51a9f733d52e27d0569b333ad397375fd41d61b8a414b8c9e8dbba560a6c710678b3d105f8d285cb94d70561368d5a2'
 
'42f57802fa91dafb6dbfb5a3f613c4c07df65e97f8da84c9a54292c97a4d170f8455461aac8f6f7819d1ffbea4bf6c28488f8950056ba988776d060be3f107dd')
-b2sums=('d5ebfd64f544f8d68831da9f3725a6fa4a6875ce690b5d550adacb7f5ad2d2414a430071b45c4c885e4e29ea630de72a50aa3c16e767a07b19edf81edcf6'
+b2sums=('d5f3f28e11215f07c88cccb9b8f636f4da84afd66f666e1b385f553a426b6ecfeb70d206630d26fc7d20770fa985f121a56a23a0bc2ea1bc4ad0823bd1d9073d'
 
'b05d190f28029c65d5cc15f69804db0b2775ff55b4db3a721c1dcf4aa8219b459453740fd26afecb6d72a515366af80af0b985d7b58e542a9edd76bb251ae000'
 
'91fe76cd2ef32bd523aa857a219209f93ca5a6a3f5caa35f67c489a8eb79c8e1e404f453bed9e866e543ed48b9df8e17b45ad2ea8891b48d1502a97589a144af'
 
'b8171e6d881a6ffd5588d1cae00ed81412eff1602670003fc1f48b7e6cb2d680340d464b7b38ee8886a8bd8193166ad71e3ad10b0de8b2a397b383b72434e289'


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

2020-10-28 Thread Kpcyrd via arch-commits
Date: Wednesday, October 28, 2020 @ 23:25:31
  Author: kpcyrd
Revision: 736439

archrelease: copy trunk to community-x86_64

Added:
  doctl/repos/community-x86_64/PKGBUILD
(from rev 736438, doctl/trunk/PKGBUILD)
Deleted:
  doctl/repos/community-x86_64/PKGBUILD

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

Deleted: PKGBUILD
===
--- PKGBUILD2020-10-28 23:25:27 UTC (rev 736438)
+++ PKGBUILD2020-10-28 23:25:31 UTC (rev 736439)
@@ -1,41 +0,0 @@
-# Maintainer: kpcyrd 
-# Contributor: NOGISAKA Sadata 
-# Contributor: Bennett Piater 
-
-pkgname=doctl
-pkgver=1.48.1
-pkgrel=1
-pkgdesc='The official command line interface for the DigitalOcean API'
-url='https://github.com/digitalocean/doctl'
-arch=('x86_64')
-license=('Apache')
-depends=('glibc')
-makedepends=('go')
-source=(https://github.com/digitalocean/${pkgname}/archive/v${pkgver}/${pkgname}-${pkgver}.tar.gz)
-sha512sums=('36803d77eccf7cc39d7a8d62cecb6d8e9df868078ab41b18f89a8a9f8c03fb52d955d79207f5b091b127cad82af47df5e17a847227d651d40a52e99241f5f3ef')
-b2sums=('dacad59dd815b185838eaa57ecb58a4789cb9a1f58043cb2650de8322b902681cddfdda6ecffd4b52a2cdbff12c9a1786586083118bd719e19b13d0ad83c1f83')
-
-build() {
-  cd ${pkgname}-${pkgver}
-  go build \
--trimpath \
--buildmode=pie \
--mod=readonly \
--ldflags "-linkmode external -extldflags \"${LDFLAGS}\"" \
-./cmd/...
-}
-
-package() {
-  cd ${pkgname}-${pkgver}
-  install -Dm 755 "${pkgname}" -t "${pkgdir}/usr/bin"
-
-  # setup completions
-  install -dm 755 "${pkgdir}/usr/share/bash-completion/completions" \
-  "${pkgdir}/usr/share/zsh/site-functions" \
- "${pkgdir}/usr/share/fish/vendor_completions.d"
-  "${pkgdir}/usr/bin/${pkgname}" completion bash > 
"${pkgdir}/usr/share/bash-completion/completions/${pkgname}"
-  "${pkgdir}/usr/bin/${pkgname}" completion zsh > 
"${pkgdir}/usr/share/zsh/site-functions/_${pkgname}"
-  "${pkgdir}/usr/bin/${pkgname}" completion fish > 
"${pkgdir}/usr/share/fish/vendor_completions.d/${pkgname}.fish"
-}
-
-# vim: ts=2 sw=2 et:

Copied: doctl/repos/community-x86_64/PKGBUILD (from rev 736438, 
doctl/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2020-10-28 23:25:31 UTC (rev 736439)
@@ -0,0 +1,41 @@
+# Maintainer: kpcyrd 
+# Contributor: NOGISAKA Sadata 
+# Contributor: Bennett Piater 
+
+pkgname=doctl
+pkgver=1.49.0
+pkgrel=1
+pkgdesc='The official command line interface for the DigitalOcean API'
+url='https://github.com/digitalocean/doctl'
+arch=('x86_64')
+license=('Apache')
+depends=('glibc')
+makedepends=('go')
+source=(https://github.com/digitalocean/${pkgname}/archive/v${pkgver}/${pkgname}-${pkgver}.tar.gz)
+sha512sums=('80bed319bc7725549b0fab9c090ef6ae1ad966519cf507690ed0b5ad6db22d5441eb94d1804f6b036c78c97070eaa9c2dd8f685f77b2afac7d5da9737483ba3f')
+b2sums=('749dc7c1942a6dc25ed98994b7189d5d29b98cd1cd939d98f66e790805147ae45fcc21e914c02256cd07e0b1fbedb1bfd76a6375458a21e1f12de05dc3b65b2e')
+
+build() {
+  cd ${pkgname}-${pkgver}
+  go build \
+-trimpath \
+-buildmode=pie \
+-mod=readonly \
+-ldflags "-linkmode external -extldflags \"${LDFLAGS}\"" \
+./cmd/...
+}
+
+package() {
+  cd ${pkgname}-${pkgver}
+  install -Dm 755 "${pkgname}" -t "${pkgdir}/usr/bin"
+
+  # setup completions
+  install -dm 755 "${pkgdir}/usr/share/bash-completion/completions" \
+  "${pkgdir}/usr/share/zsh/site-functions" \
+ "${pkgdir}/usr/share/fish/vendor_completions.d"
+  "${pkgdir}/usr/bin/${pkgname}" completion bash > 
"${pkgdir}/usr/share/bash-completion/completions/${pkgname}"
+  "${pkgdir}/usr/bin/${pkgname}" completion zsh > 
"${pkgdir}/usr/share/zsh/site-functions/_${pkgname}"
+  "${pkgdir}/usr/bin/${pkgname}" completion fish > 
"${pkgdir}/usr/share/fish/vendor_completions.d/${pkgname}.fish"
+}
+
+# vim: ts=2 sw=2 et:


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

2020-10-28 Thread Kpcyrd via arch-commits
Date: Wednesday, October 28, 2020 @ 23:25:17
  Author: kpcyrd
Revision: 736437

upgpkg: doctl 1.49.0-1

Modified:
  doctl/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2020-10-28 23:24:52 UTC (rev 736436)
+++ PKGBUILD2020-10-28 23:25:17 UTC (rev 736437)
@@ -3,7 +3,7 @@
 # Contributor: Bennett Piater 
 
 pkgname=doctl
-pkgver=1.48.1
+pkgver=1.49.0
 pkgrel=1
 pkgdesc='The official command line interface for the DigitalOcean API'
 url='https://github.com/digitalocean/doctl'
@@ -12,8 +12,8 @@
 depends=('glibc')
 makedepends=('go')
 
source=(https://github.com/digitalocean/${pkgname}/archive/v${pkgver}/${pkgname}-${pkgver}.tar.gz)
-sha512sums=('36803d77eccf7cc39d7a8d62cecb6d8e9df868078ab41b18f89a8a9f8c03fb52d955d79207f5b091b127cad82af47df5e17a847227d651d40a52e99241f5f3ef')
-b2sums=('dacad59dd815b185838eaa57ecb58a4789cb9a1f58043cb2650de8322b902681cddfdda6ecffd4b52a2cdbff12c9a1786586083118bd719e19b13d0ad83c1f83')
+sha512sums=('80bed319bc7725549b0fab9c090ef6ae1ad966519cf507690ed0b5ad6db22d5441eb94d1804f6b036c78c97070eaa9c2dd8f685f77b2afac7d5da9737483ba3f')
+b2sums=('749dc7c1942a6dc25ed98994b7189d5d29b98cd1cd939d98f66e790805147ae45fcc21e914c02256cd07e0b1fbedb1bfd76a6375458a21e1f12de05dc3b65b2e')
 
 build() {
   cd ${pkgname}-${pkgver}


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

2020-10-29 Thread Kpcyrd via arch-commits
Date: Thursday, October 29, 2020 @ 23:27:41
  Author: kpcyrd
Revision: 736638

upgpkg: cargo-outdated 0.9.13-1

Modified:
  cargo-outdated/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2020-10-29 22:17:15 UTC (rev 736637)
+++ PKGBUILD2020-10-29 23:27:41 UTC (rev 736638)
@@ -4,7 +4,7 @@
 # Contributor: Vlad M. 
 
 pkgname=cargo-outdated
-pkgver=0.9.11
+pkgver=0.9.13
 pkgrel=1
 pkgdesc="A cargo subcommand for displaying when Rust dependencies are out of 
date"
 url="https://github.com/kbknapp/cargo-outdated";
@@ -12,8 +12,8 @@
 license=('MIT')
 depends=('cargo')
 
source=("${pkgname}-${pkgver}.tar.gz::https://crates.io/api/v1/crates/${pkgname}/${pkgver}/download";)
-sha256sums=('6eb72bf3ac8c773c389b6d6e4be1e95528d1e06db33c6b7fe92539f37fe64d48')
-b2sums=('e321887335317a0020065afd8962db72d420a83f6665a535aca9ff89fe3f6303df4f159320dd06c4ae60721fa6e3fee24a1b85e64c01ff760f50fa8872fbfa70')
+sha256sums=('e2492aafec6ffa1e2d175af572f86665ba40c0d1f602eaed85da381b9c0b8855')
+b2sums=('93d4bccfe0431bfbcb36e72abe7d3b325f92917ff39828e777b0cf3979f0d5108fe3fa3901879a9874b9c34ec6c0a523d37207994f3131ae5bdb1d5883a9a155')
 
 build() {
   cd "${pkgname}-${pkgver}"


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

2020-10-29 Thread Kpcyrd via arch-commits
Date: Thursday, October 29, 2020 @ 23:27:55
  Author: kpcyrd
Revision: 736639

archrelease: copy trunk to community-x86_64

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

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

Deleted: PKGBUILD
===
--- PKGBUILD2020-10-29 23:27:41 UTC (rev 736638)
+++ PKGBUILD2020-10-29 23:27:55 UTC (rev 736639)
@@ -1,29 +0,0 @@
-# Maintainer: kpcyrd 
-# Contributor: Jian Zeng 
-# Contributor: Alexandre Bury 
-# Contributor: Vlad M. 
-
-pkgname=cargo-outdated
-pkgver=0.9.11
-pkgrel=1
-pkgdesc="A cargo subcommand for displaying when Rust dependencies are out of 
date"
-url="https://github.com/kbknapp/cargo-outdated";
-arch=('x86_64')
-license=('MIT')
-depends=('cargo')
-source=("${pkgname}-${pkgver}.tar.gz::https://crates.io/api/v1/crates/${pkgname}/${pkgver}/download";)
-sha256sums=('6eb72bf3ac8c773c389b6d6e4be1e95528d1e06db33c6b7fe92539f37fe64d48')
-b2sums=('e321887335317a0020065afd8962db72d420a83f6665a535aca9ff89fe3f6303df4f159320dd06c4ae60721fa6e3fee24a1b85e64c01ff760f50fa8872fbfa70')
-
-build() {
-  cd "${pkgname}-${pkgver}"
-  cargo build --release --locked
-}
-
-package() {
-  cd "${pkgname}-${pkgver}"
-  install -Dm755 "target/release/${pkgname}" "${pkgdir}/usr/bin/${pkgname}"
-  install -Dm644 LICENSE-MIT -t "${pkgdir}/usr/share/licenses/${pkgname}"
-}
-
-# vim: ts=2 sw=2 et:

Copied: cargo-outdated/repos/community-x86_64/PKGBUILD (from rev 736638, 
cargo-outdated/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2020-10-29 23:27:55 UTC (rev 736639)
@@ -0,0 +1,29 @@
+# Maintainer: kpcyrd 
+# Contributor: Jian Zeng 
+# Contributor: Alexandre Bury 
+# Contributor: Vlad M. 
+
+pkgname=cargo-outdated
+pkgver=0.9.13
+pkgrel=1
+pkgdesc="A cargo subcommand for displaying when Rust dependencies are out of 
date"
+url="https://github.com/kbknapp/cargo-outdated";
+arch=('x86_64')
+license=('MIT')
+depends=('cargo')
+source=("${pkgname}-${pkgver}.tar.gz::https://crates.io/api/v1/crates/${pkgname}/${pkgver}/download";)
+sha256sums=('e2492aafec6ffa1e2d175af572f86665ba40c0d1f602eaed85da381b9c0b8855')
+b2sums=('93d4bccfe0431bfbcb36e72abe7d3b325f92917ff39828e777b0cf3979f0d5108fe3fa3901879a9874b9c34ec6c0a523d37207994f3131ae5bdb1d5883a9a155')
+
+build() {
+  cd "${pkgname}-${pkgver}"
+  cargo build --release --locked
+}
+
+package() {
+  cd "${pkgname}-${pkgver}"
+  install -Dm755 "target/release/${pkgname}" "${pkgdir}/usr/bin/${pkgname}"
+  install -Dm644 LICENSE-MIT -t "${pkgdir}/usr/share/licenses/${pkgname}"
+}
+
+# vim: ts=2 sw=2 et:


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

2020-10-30 Thread Kpcyrd via arch-commits
Date: Friday, October 30, 2020 @ 22:16:13
  Author: kpcyrd
Revision: 737351

archrelease: copy trunk to community-x86_64

Added:
  doctl/repos/community-x86_64/PKGBUILD
(from rev 737350, doctl/trunk/PKGBUILD)
Deleted:
  doctl/repos/community-x86_64/PKGBUILD

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

Deleted: PKGBUILD
===
--- PKGBUILD2020-10-30 22:15:45 UTC (rev 737350)
+++ PKGBUILD2020-10-30 22:16:13 UTC (rev 737351)
@@ -1,41 +0,0 @@
-# Maintainer: kpcyrd 
-# Contributor: NOGISAKA Sadata 
-# Contributor: Bennett Piater 
-
-pkgname=doctl
-pkgver=1.49.0
-pkgrel=1
-pkgdesc='The official command line interface for the DigitalOcean API'
-url='https://github.com/digitalocean/doctl'
-arch=('x86_64')
-license=('Apache')
-depends=('glibc')
-makedepends=('go')
-source=(https://github.com/digitalocean/${pkgname}/archive/v${pkgver}/${pkgname}-${pkgver}.tar.gz)
-sha512sums=('80bed319bc7725549b0fab9c090ef6ae1ad966519cf507690ed0b5ad6db22d5441eb94d1804f6b036c78c97070eaa9c2dd8f685f77b2afac7d5da9737483ba3f')
-b2sums=('749dc7c1942a6dc25ed98994b7189d5d29b98cd1cd939d98f66e790805147ae45fcc21e914c02256cd07e0b1fbedb1bfd76a6375458a21e1f12de05dc3b65b2e')
-
-build() {
-  cd ${pkgname}-${pkgver}
-  go build \
--trimpath \
--buildmode=pie \
--mod=readonly \
--ldflags "-linkmode external -extldflags \"${LDFLAGS}\"" \
-./cmd/...
-}
-
-package() {
-  cd ${pkgname}-${pkgver}
-  install -Dm 755 "${pkgname}" -t "${pkgdir}/usr/bin"
-
-  # setup completions
-  install -dm 755 "${pkgdir}/usr/share/bash-completion/completions" \
-  "${pkgdir}/usr/share/zsh/site-functions" \
- "${pkgdir}/usr/share/fish/vendor_completions.d"
-  "${pkgdir}/usr/bin/${pkgname}" completion bash > 
"${pkgdir}/usr/share/bash-completion/completions/${pkgname}"
-  "${pkgdir}/usr/bin/${pkgname}" completion zsh > 
"${pkgdir}/usr/share/zsh/site-functions/_${pkgname}"
-  "${pkgdir}/usr/bin/${pkgname}" completion fish > 
"${pkgdir}/usr/share/fish/vendor_completions.d/${pkgname}.fish"
-}
-
-# vim: ts=2 sw=2 et:

Copied: doctl/repos/community-x86_64/PKGBUILD (from rev 737350, 
doctl/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2020-10-30 22:16:13 UTC (rev 737351)
@@ -0,0 +1,41 @@
+# Maintainer: kpcyrd 
+# Contributor: NOGISAKA Sadata 
+# Contributor: Bennett Piater 
+
+pkgname=doctl
+pkgver=1.50.0
+pkgrel=1
+pkgdesc='The official command line interface for the DigitalOcean API'
+url='https://github.com/digitalocean/doctl'
+arch=('x86_64')
+license=('Apache')
+depends=('glibc')
+makedepends=('go')
+source=(https://github.com/digitalocean/${pkgname}/archive/v${pkgver}/${pkgname}-${pkgver}.tar.gz)
+sha512sums=('7370ab149d87655bdbe633a1cf827beaa9b68bcafee41d328e6358765ab573538633770a67841fe8f78b5832f042ac8cb6cca3308852f00e7873ac9402ca7024')
+b2sums=('711c856256b8bd113e86a2c4e34b09bc3a4701a0b8bdc035648dac4d74ed0761a284f8121109931f71107290c777185f329aff6fc4f7cd93004a1f528efcd3cb')
+
+build() {
+  cd ${pkgname}-${pkgver}
+  go build \
+-trimpath \
+-buildmode=pie \
+-mod=readonly \
+-ldflags "-linkmode external -extldflags \"${LDFLAGS}\"" \
+./cmd/...
+}
+
+package() {
+  cd ${pkgname}-${pkgver}
+  install -Dm 755 "${pkgname}" -t "${pkgdir}/usr/bin"
+
+  # setup completions
+  install -dm 755 "${pkgdir}/usr/share/bash-completion/completions" \
+  "${pkgdir}/usr/share/zsh/site-functions" \
+ "${pkgdir}/usr/share/fish/vendor_completions.d"
+  "${pkgdir}/usr/bin/${pkgname}" completion bash > 
"${pkgdir}/usr/share/bash-completion/completions/${pkgname}"
+  "${pkgdir}/usr/bin/${pkgname}" completion zsh > 
"${pkgdir}/usr/share/zsh/site-functions/_${pkgname}"
+  "${pkgdir}/usr/bin/${pkgname}" completion fish > 
"${pkgdir}/usr/share/fish/vendor_completions.d/${pkgname}.fish"
+}
+
+# vim: ts=2 sw=2 et:


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

2020-10-30 Thread Kpcyrd via arch-commits
Date: Friday, October 30, 2020 @ 22:15:45
  Author: kpcyrd
Revision: 737350

upgpkg: doctl 1.50.0-1

Modified:
  doctl/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2020-10-30 22:13:22 UTC (rev 737349)
+++ PKGBUILD2020-10-30 22:15:45 UTC (rev 737350)
@@ -3,7 +3,7 @@
 # Contributor: Bennett Piater 
 
 pkgname=doctl
-pkgver=1.49.0
+pkgver=1.50.0
 pkgrel=1
 pkgdesc='The official command line interface for the DigitalOcean API'
 url='https://github.com/digitalocean/doctl'
@@ -12,8 +12,8 @@
 depends=('glibc')
 makedepends=('go')
 
source=(https://github.com/digitalocean/${pkgname}/archive/v${pkgver}/${pkgname}-${pkgver}.tar.gz)
-sha512sums=('80bed319bc7725549b0fab9c090ef6ae1ad966519cf507690ed0b5ad6db22d5441eb94d1804f6b036c78c97070eaa9c2dd8f685f77b2afac7d5da9737483ba3f')
-b2sums=('749dc7c1942a6dc25ed98994b7189d5d29b98cd1cd939d98f66e790805147ae45fcc21e914c02256cd07e0b1fbedb1bfd76a6375458a21e1f12de05dc3b65b2e')
+sha512sums=('7370ab149d87655bdbe633a1cf827beaa9b68bcafee41d328e6358765ab573538633770a67841fe8f78b5832f042ac8cb6cca3308852f00e7873ac9402ca7024')
+b2sums=('711c856256b8bd113e86a2c4e34b09bc3a4701a0b8bdc035648dac4d74ed0761a284f8121109931f71107290c777185f329aff6fc4f7cd93004a1f528efcd3cb')
 
 build() {
   cd ${pkgname}-${pkgver}


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

2020-11-02 Thread Kpcyrd via arch-commits
Date: Monday, November 2, 2020 @ 20:43:56
  Author: kpcyrd
Revision: 740097

archrelease: copy trunk to community-x86_64

Added:
  rebuilderd/repos/community-x86_64/PKGBUILD
(from rev 740096, rebuilderd/trunk/PKGBUILD)
Deleted:
  rebuilderd/repos/community-x86_64/PKGBUILD

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

Deleted: PKGBUILD
===
--- PKGBUILD2020-11-02 20:43:41 UTC (rev 740096)
+++ PKGBUILD2020-11-02 20:43:56 UTC (rev 740097)
@@ -1,84 +0,0 @@
-# Maintainer: kpcyrd 
-
-pkgname=rebuilderd
-pkgver=0.4.0
-pkgrel=1
-pkgdesc='Independent verification system of binary packages'
-url='https://github.com/kpcyrd/rebuilderd'
-arch=('x86_64')
-license=('GPL3')
-depends=('libsodium' 'sqlite' 'archlinux-repro' 'wget')
-makedepends=('cargo' 'scdoc')
-backup=('etc/rebuilderd.conf'
-'etc/rebuilderd-sync.conf'
-'etc/rebuilderd-worker.conf')
-source=(https://github.com/kpcyrd/${pkgname}/archive/v${pkgver}/${pkgname}-${pkgver}.tar.gz
-
https://github.com/kpcyrd/${pkgname}/releases/download/v${pkgver}/${pkgname}-${pkgver}.tar.gz.asc)
-sha512sums=('b46e97ac9fb11d4ea4aed7a7c133aaad9241fa0f203b73d573c2d85a2bb0ae87dba6da457164559506dbb66bfd36ab517b4f193669bd68a2ccadb094ea608e6a'
-'SKIP')
-b2sums=('790b38a4dac6041baf963e22c178d4fe7333078ae23f1abf8338604c60075cee49ff68fa6d6c580a62f6a9393c4a468bab6c052b2360ab4b3ef2653619daaa42'
-'SKIP')
-
-validpgpkeys=("64B13F7117D6E07D661BBCE0FE763A64F5E54FD6")
-
-build() {
-  cd ${pkgname}-${pkgver}
-  cargo build --release --locked
-  make docs
-}
-
-check() {
-  cd ${pkgname}-${pkgver}
-  cargo test --release --locked
-}
-
-package() {
-  cd ${pkgname}-${pkgver}
-  install -Dm 755 -t "${pkgdir}/usr/bin" \
-target/release/rebuilderd \
-target/release/rebuilderd-worker \
-target/release/rebuildctl
-
-  # install rebuilder scripts
-  install -Dm 755 -t "${pkgdir}/usr/libexec/rebuilderd" \
-worker/rebuilder-archlinux.sh \
-worker/rebuilder-debian.sh
-
-  # install config files
-  install -Dm 644 -t "${pkgdir}/etc" \
-contrib/confs/rebuilderd-sync.conf
-  install -Dm 640 -g 212 -t "${pkgdir}/etc" \
-contrib/confs/rebuilderd-worker.conf \
-contrib/confs/rebuilderd.conf
-
-  # install completions
-  install -d "${pkgdir}/usr/share/bash-completion/completions" \
- "${pkgdir}/usr/share/zsh/site-functions" \
- "${pkgdir}/usr/share/fish/vendor_completions.d"
-  "${pkgdir}/usr/bin/rebuildctl" completions bash > 
"${pkgdir}/usr/share/bash-completion/completions/rebuildctl"
-  "${pkgdir}/usr/bin/rebuildctl" completions zsh > 
"${pkgdir}/usr/share/zsh/site-functions/_rebuildctl"
-  "${pkgdir}/usr/bin/rebuildctl" completions fish > 
"${pkgdir}/usr/share/fish/vendor_completions.d/rebuildctl.fish"
-
-  # install systemd configs
-  install -Dm 644 -t "${pkgdir}/usr/lib/systemd/system" \
-contrib/systemd/rebuilderd-sync@.service \
-contrib/systemd/rebuilderd-sync@.timer \
-contrib/systemd/rebuilderd-worker@.service \
-contrib/systemd/rebuilderd.service
-
-  install -Dm 644 contrib/systemd/rebuilderd.sysusers 
"${pkgdir}/usr/lib/sysusers.d/rebuilderd.conf"
-  install -Dm 644 contrib/systemd/rebuilderd.tmpfiles 
"${pkgdir}/usr/lib/tmpfiles.d/rebuilderd.conf"
-
-  # install docs
-  install -Dm 644 README.md -t "${pkgdir}/usr/share/doc/${pkgname}"
-  install -Dm 644 -t "${pkgdir}/usr/share/man/man1" \
-contrib/docs/rebuilderd.1 \
-contrib/docs/rebuildctl.1 \
-contrib/docs/rebuilderd-worker.1
-  install -Dm 644 -t "${pkgdir}/usr/share/man/man5" \
-contrib/docs/rebuilderd.conf.5 \
-contrib/docs/rebuilderd-sync.conf.5 \
-contrib/docs/rebuilderd-worker.conf.5
-}
-
-# vim: ts=2 sw=2 et:

Copied: rebuilderd/repos/community-x86_64/PKGBUILD (from rev 740096, 
rebuilderd/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2020-11-02 20:43:56 UTC (rev 740097)
@@ -0,0 +1,84 @@
+# Maintainer: kpcyrd 
+
+pkgname=rebuilderd
+pkgver=0.5.0
+pkgrel=1
+pkgdesc='Independent verification system of binary packages'
+url='https://github.com/kpcyrd/rebuilderd'
+arch=('x86_64')
+license=('GPL3')
+depends=('libsodium' 'sqlite' 'archlinux-repro')
+makedepends=('cargo' 'scdoc')
+backup=('etc/rebuilderd.conf'
+'etc/rebuilderd-sync.conf'
+'etc/rebuilderd-worker.conf')
+source=(https://github.com/kpcyrd/${pkgname}/archive/v${pkgver}/${pkgname}-${pkgver}.tar.gz
+
https://github.com/kpcyrd/${pkgname}/releases/download/v${pkgver}/${pkgname}-${pkgver}.tar.gz.asc)
+sha512sums=('4514106937b91a27aee5216f0ab3bd061bd3bd8f461c08f5f770bbb00ab007b46bb0a795d92b46c8eabf08bf7190eb054e7253e1fd16a5c08d6d1dd842f0b5a8'
+'SKIP')
+b2sums=('2d14c9a4c4643380edcec0ee2f5b1d6b0d3b838159e99a0da74860d3ae1dbb6619585192290a66e3

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

2020-11-02 Thread Kpcyrd via arch-commits
Date: Monday, November 2, 2020 @ 20:43:41
  Author: kpcyrd
Revision: 740096

upgpkg: rebuilderd 0.5.0-1

Modified:
  rebuilderd/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2020-11-02 20:24:57 UTC (rev 740095)
+++ PKGBUILD2020-11-02 20:43:41 UTC (rev 740096)
@@ -1,13 +1,13 @@
 # Maintainer: kpcyrd 
 
 pkgname=rebuilderd
-pkgver=0.4.0
+pkgver=0.5.0
 pkgrel=1
 pkgdesc='Independent verification system of binary packages'
 url='https://github.com/kpcyrd/rebuilderd'
 arch=('x86_64')
 license=('GPL3')
-depends=('libsodium' 'sqlite' 'archlinux-repro' 'wget')
+depends=('libsodium' 'sqlite' 'archlinux-repro')
 makedepends=('cargo' 'scdoc')
 backup=('etc/rebuilderd.conf'
 'etc/rebuilderd-sync.conf'
@@ -14,9 +14,9 @@
 'etc/rebuilderd-worker.conf')
 
source=(https://github.com/kpcyrd/${pkgname}/archive/v${pkgver}/${pkgname}-${pkgver}.tar.gz
 
https://github.com/kpcyrd/${pkgname}/releases/download/v${pkgver}/${pkgname}-${pkgver}.tar.gz.asc)
-sha512sums=('b46e97ac9fb11d4ea4aed7a7c133aaad9241fa0f203b73d573c2d85a2bb0ae87dba6da457164559506dbb66bfd36ab517b4f193669bd68a2ccadb094ea608e6a'
+sha512sums=('4514106937b91a27aee5216f0ab3bd061bd3bd8f461c08f5f770bbb00ab007b46bb0a795d92b46c8eabf08bf7190eb054e7253e1fd16a5c08d6d1dd842f0b5a8'
 'SKIP')
-b2sums=('790b38a4dac6041baf963e22c178d4fe7333078ae23f1abf8338604c60075cee49ff68fa6d6c580a62f6a9393c4a468bab6c052b2360ab4b3ef2653619daaa42'
+b2sums=('2d14c9a4c4643380edcec0ee2f5b1d6b0d3b838159e99a0da74860d3ae1dbb6619585192290a66e30937636f38be916adcb56366cab7c6b186e618da2e4c6f41'
 'SKIP')
 
 validpgpkeys=("64B13F7117D6E07D661BBCE0FE763A64F5E54FD6")


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

2020-11-26 Thread Kpcyrd via arch-commits
Date: Thursday, November 26, 2020 @ 19:32:20
  Author: kpcyrd
Revision: 763828

upgpkg: monero 0.17.1.5-1

Modified:
  monero/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2020-11-26 19:04:51 UTC (rev 763827)
+++ PKGBUILD2020-11-26 19:32:20 UTC (rev 763828)
@@ -1,8 +1,8 @@
 # Maintainer: kpcyrd 
 
 pkgname=monero
-pkgver=0.17.1.3
-_commit=f690e4984d74c6ff1ef503f4b4524f91d811374d
+pkgver=0.17.1.5
+_commit=3942a1cd043bb103ca05184057aea5c86e3137e5
 pkgrel=1
 pkgdesc="Monero: the secure, private, untraceable peer-to-peer currency"
 license=('BSD')


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

2020-11-26 Thread Kpcyrd via arch-commits
Date: Thursday, November 26, 2020 @ 19:32:46
  Author: kpcyrd
Revision: 763829

archrelease: copy trunk to community-x86_64

Added:
  monero/repos/community-x86_64/PKGBUILD
(from rev 763828, monero/trunk/PKGBUILD)
  monero/repos/community-x86_64/monero.sysusers
(from rev 763828, monero/trunk/monero.sysusers)
  monero/repos/community-x86_64/monero.tmpfiles
(from rev 763828, monero/trunk/monero.tmpfiles)
Deleted:
  monero/repos/community-x86_64/PKGBUILD
  monero/repos/community-x86_64/monero.sysusers
  monero/repos/community-x86_64/monero.tmpfiles

-+
 PKGBUILD|  162 +++---
 monero.sysusers |2 
 monero.tmpfiles |2 
 3 files changed, 83 insertions(+), 83 deletions(-)

Deleted: PKGBUILD
===
--- PKGBUILD2020-11-26 19:32:20 UTC (rev 763828)
+++ PKGBUILD2020-11-26 19:32:46 UTC (rev 763829)
@@ -1,81 +0,0 @@
-# Maintainer: kpcyrd 
-
-pkgname=monero
-pkgver=0.17.1.3
-_commit=f690e4984d74c6ff1ef503f4b4524f91d811374d
-pkgrel=1
-pkgdesc="Monero: the secure, private, untraceable peer-to-peer currency"
-license=('BSD')
-arch=('x86_64')
-url="https://getmonero.org/";
-depends=('boost-libs' 'libunwind' 'openssl' 'readline' 'zeromq' 'pcsclite' 
'hidapi' 'protobuf' 'libusb' 'libudev.so')
-makedepends=('git' 'cmake' 'boost')
-source=(
-
"${pkgname}"::"git+https://github.com/monero-project/monero?signed#commit=${_commit}";
-"git+https://github.com/monero-project/unbound.git";
-"git+https://github.com/monero-project/miniupnp.git";
-"git+https://github.com/Tencent/rapidjson.git";
-"git+https://github.com/trezor/trezor-common.git";
-"git+https://github.com/tevador/randomx.git";
-"monero.sysusers"
-"monero.tmpfiles")
-sha512sums=('SKIP'
-'SKIP'
-'SKIP'
-'SKIP'
-'SKIP'
-'SKIP'
-
'2e4ecf3f305dab46e166f50c0451dd969927b485df544aebcf8115a65444573e6d57a8ac6bea64ce5ab4b5cce2c70f913d9ac3bce561c59acf89851edc76a22c'
-
'ae3c300548e6ba5fdf6a203146e5dcaf1955c3e19820c0bb3a73bb70ec5629a3af00d43dac95b6f3832ded5c480e872d829981a63206016d4a64f3940b713357')
-validpgpkeys=(
-  '8777AB8F778EE89487A2F8E7F4ACA0183641E010' # luigi 
-  'BDA6BD7042B721C467A9759D7455C5E3C0CDCEB9' # Riccardo Spagni 

-)
-
-prepare() {
-  cd "${pkgname}"
-  git submodule init
-  git config submodule.external/unbound.url "$srcdir/unbound"
-  git config submodule.external/miniupnp.url "$srcdir/miniupnp"
-  git config submodule.external/rapidjson.url "$srcdir/rapidjson"
-  git config submodule.external/trezor-common.url "$srcdir/trezor-common"
-  git config submodule.external/randomx.url "$srcdir/randomx"
-  git submodule update
-}
-
-build() {
-  cd "${pkgname}"
-  mkdir -p build && cd build
-  cmake -D BUILD_TESTS=ON -D CMAKE_BUILD_TYPE=release -D ARCH=default ../
-  make
-}
-
-package() {
-  backup=('etc/monerod.conf')
-
-  cd "${pkgname}"
-  install -Dm644 "LICENSE" -t "${pkgdir}/usr/share/licenses/${pkgname}"
-
-  install -Dm644 "utils/conf/monerod.conf" "${pkgdir}/etc/monerod.conf"
-  install -Dm644 "utils/systemd/monerod.service" 
"${pkgdir}/usr/lib/systemd/system/monerod.service"
-  install -Dm644 "../monero.sysusers" 
"${pkgdir}/usr/lib/sysusers.d/monero.conf"
-  install -Dm644 "../monero.tmpfiles" 
"${pkgdir}/usr/lib/tmpfiles.d/monero.conf"
-
-  install -Dm755 "build/bin/monero-blockchain-ancestry" \
- "build/bin/monero-blockchain-depth" \
- "build/bin/monero-blockchain-export" \
- "build/bin/monero-blockchain-import" \
- "build/bin/monero-blockchain-mark-spent-outputs" \
- "build/bin/monero-blockchain-prune" \
- "build/bin/monero-blockchain-prune-known-spent-data" \
- "build/bin/monero-blockchain-stats" \
- "build/bin/monero-blockchain-usage" \
- "build/bin/monero-gen-ssl-cert" \
- "build/bin/monero-gen-trusted-multisig" \
- "build/bin/monero-wallet-cli" \
- "build/bin/monero-wallet-rpc" \
- "build/bin/monerod" \
- -t "${pkgdir}/usr/bin"
-}
-
-# vim: ts=2 sw=2 et:

Copied: monero/repos/community-x86_64/PKGBUILD (from rev 763828, 
monero/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2020-11-26 19:32:46 UTC (rev 763829)
@@ -0,0 +1,81 @@
+# Maintainer: kpcyrd 
+
+pkgname=monero
+pkgver=0.17.1.5
+_commit=3942a1cd043bb103ca05184057aea5c86e3137e5
+pkgrel=1
+pkgdesc="Monero: the secure, private, untraceable peer-to-peer currency"
+license=('BSD')
+arch=('x86_64')
+url="https://getmonero.org/";
+depends=('boost-libs' 'libunwind' 'openssl' 'readline' 'zeromq' 'pcsclite' 
'hidapi' 'protobuf' 'libusb' 'libudev.so')
+makedepends=('git' 'cmake' 'boost')
+source=(
+
"${pkgname

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

2020-11-26 Thread Kpcyrd via arch-commits
Date: Thursday, November 26, 2020 @ 19:56:26
  Author: kpcyrd
Revision: 763841

archrelease: copy trunk to community-x86_64

Added:
  monero-gui/repos/community-x86_64/PKGBUILD
(from rev 763840, monero-gui/trunk/PKGBUILD)
  monero-gui/repos/community-x86_64/monero-gui.desktop
(from rev 763840, monero-gui/trunk/monero-gui.desktop)
Deleted:
  monero-gui/repos/community-x86_64/PKGBUILD
  monero-gui/repos/community-x86_64/monero-gui.desktop

+
 PKGBUILD   |  140 +--
 monero-gui.desktop |   30 +-
 2 files changed, 85 insertions(+), 85 deletions(-)

Deleted: PKGBUILD
===
--- PKGBUILD2020-11-26 19:56:10 UTC (rev 763840)
+++ PKGBUILD2020-11-26 19:56:26 UTC (rev 763841)
@@ -1,70 +0,0 @@
-# Maintainer: kpcyrd 
-
-pkgname=monero-gui
-pkgver=0.17.1.4
-_commit=6fce5c7a848b770fbfa72f7b45e2d66e13acde22
-pkgrel=1
-pkgdesc="QT GUI wallet for Monero: the secure, private, untraceable 
peer-to-peer currency"
-license=('BSD')
-arch=('x86_64')
-url="https://getmonero.org/";
-depends=('monero' 'boost-libs' 'libunwind' 'openssl' 'readline' 'zeromq' 
'pcsclite' 'hidapi' 'unbound' 'hicolor-icon-theme' 'libusb' 'libudev.so'
-'qt5-base' 'qt5-declarative' 'qt5-graphicaleffects' 'qt5-quickcontrols' 
'qt5-quickcontrols2' 'qt5-svg' 'qt5-xmlpatterns')
-makedepends=('git' 'cmake' 'boost' 'qt5-tools')
-source=(
-"git+https://github.com/monero-project/monero-gui?signed#commit=${_commit}";
-"git+https://github.com/monero-project/monero";
-"git+https://github.com/monero-project/unbound.git";
-"git+https://github.com/monero-project/miniupnp.git";
-"git+https://github.com/Tencent/rapidjson.git";
-"git+https://github.com/trezor/trezor-common.git";
-"git+https://github.com/tevador/randomx.git";
-"git+https://github.com/monero-project/supercop.git";
-"monero-gui.desktop"
-)
-sha512sums=('SKIP'
-'SKIP'
-'SKIP'
-'SKIP'
-'SKIP'
-'SKIP'
-'SKIP'
-'SKIP'
-
'8aa10a47c3217e5bf12bb40a02828bb75cb38e4b5b124a8b05e487e7d3212c132911d5025193d4a7d984aebef94177dee42acf958c11a18b99fd13e872a771e8')
-validpgpkeys=(
-  '8777AB8F778EE89487A2F8E7F4ACA0183641E010' # luigi 
-  '487277A8BD0A209C16B700F3C64552D877C32479' # Alexander Blair (Snipa / 
Snipa22) 
-)
-
-prepare() {
-  cd "${pkgname}"
-  git submodule init
-  git config submodule.monero.url "$srcdir/monero"
-  git submodule update
-  cd monero
-  git config submodule.external/unbound.url "$srcdir/unbound"
-  git config submodule.external/miniupnp.url "$srcdir/miniupnp"
-  git config submodule.external/rapidjson.url "$srcdir/rapidjson"
-  git config submodule.external/trezor-common.url "$srcdir/trezor-common"
-  git config submodule.external/randomx.url "$srcdir/randomx"
-  git config submodule.external/supercop.url "$srcdir/supercop"
-  git submodule update
-}
-
-build() {
-  cd "${pkgname}"
-  ARCH=default make release
-}
-
-package() {
-  cd "${pkgname}"
-  install -Dm755 build/release/bin/monero-wallet-gui -t "${pkgdir}/usr/bin"
-  install -Dm644 LICENSE -t "${pkgdir}/usr/share/licenses/${pkgname}"
-
-  install -Dm644 ../monero-gui.desktop -t "${pkgdir}/usr/share/applications"
-  for x in 16 24 32 48 64 96 128 256; do
-install -Dm644 "images/appicons/${x}x${x}.png" 
"${pkgdir}/usr/share/icons/hicolor/${x}x${x}/apps/monero-gui.png"
-  done
-}
-
-# vim: ts=2 sw=2 et:

Copied: monero-gui/repos/community-x86_64/PKGBUILD (from rev 763840, 
monero-gui/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2020-11-26 19:56:26 UTC (rev 763841)
@@ -0,0 +1,70 @@
+# Maintainer: kpcyrd 
+
+pkgname=monero-gui
+pkgver=0.17.1.5
+_commit=96f9c11320ee3c4f1f1c35f3ac8e8f78340bd378
+pkgrel=1
+pkgdesc="QT GUI wallet for Monero: the secure, private, untraceable 
peer-to-peer currency"
+license=('BSD')
+arch=('x86_64')
+url="https://getmonero.org/";
+depends=('monero' 'boost-libs' 'libunwind' 'openssl' 'readline' 'zeromq' 
'pcsclite' 'hidapi' 'unbound' 'hicolor-icon-theme' 'libusb' 'libudev.so'
+'qt5-base' 'qt5-declarative' 'qt5-graphicaleffects' 'qt5-quickcontrols' 
'qt5-quickcontrols2' 'qt5-svg' 'qt5-xmlpatterns')
+makedepends=('git' 'cmake' 'boost' 'qt5-tools')
+source=(
+"git+https://github.com/monero-project/monero-gui?signed#commit=${_commit}";
+"git+https://github.com/monero-project/monero";
+"git+https://github.com/monero-project/unbound.git";
+"git+https://github.com/monero-project/miniupnp.git";
+"git+https://github.com/Tencent/rapidjson.git";
+"git+https://github.com/trezor/trezor-common.git";
+"git+https://github.com/tevador/randomx.git";
+"git+https://github.com/monero-project/supercop.git";
+"monero-gui.desktop"
+)
+sha512sums=('SKIP'
+'SKIP'
+'SKIP'
+ 

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

2020-11-26 Thread Kpcyrd via arch-commits
Date: Thursday, November 26, 2020 @ 19:56:10
  Author: kpcyrd
Revision: 763840

upgpkg: monero-gui 0.17.1.5-1

Modified:
  monero-gui/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2020-11-26 19:49:38 UTC (rev 763839)
+++ PKGBUILD2020-11-26 19:56:10 UTC (rev 763840)
@@ -1,8 +1,8 @@
 # Maintainer: kpcyrd 
 
 pkgname=monero-gui
-pkgver=0.17.1.4
-_commit=6fce5c7a848b770fbfa72f7b45e2d66e13acde22
+pkgver=0.17.1.5
+_commit=96f9c11320ee3c4f1f1c35f3ac8e8f78340bd378
 pkgrel=1
 pkgdesc="QT GUI wallet for Monero: the secure, private, untraceable 
peer-to-peer currency"
 license=('BSD')


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

2020-11-29 Thread Kpcyrd via arch-commits
Date: Monday, November 30, 2020 @ 00:42:57
  Author: kpcyrd
Revision: 766513

upgpkg: python-pwntools 4.3.1-1

Modified:
  python-pwntools/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2020-11-29 23:14:53 UTC (rev 766512)
+++ PKGBUILD2020-11-30 00:42:57 UTC (rev 766513)
@@ -5,8 +5,8 @@
 
 pkgname=python-pwntools
 _pyname=pwntools
-pkgver=4.3.0
-pkgrel=2
+pkgver=4.3.1
+pkgrel=1
 pkgdesc='CTF framework and exploit development library'
 url='https://github.com/Gallopsled/pwntools'
 arch=('any')
@@ -33,9 +33,9 @@
 makedepends=('pandoc')
 
source=(https://github.com/Gallopsled/pwntools/archive/${pkgver}/${pkgname}-${pkgver}.tar.gz
 pwn.conf)
-sha256sums=('29ad028afccf79a0411e7d37ac1076ddad9db9b1a596034fd8d6d5a76b53c7d8'
+sha256sums=('9d80cf845d4d6f808d265fcfb8de958ee0cbb2bc52d51aa96e24d9c778224629'
 '50916e4e45d026422cd6bfe8de50e7246c61b0b1e0007571e7c04a994282fe89')
-b2sums=('512793b32a8f0f8e43c48f32b38d82727854283dcf99719320b0e74282d373ae769002dacc85196ac1a56ec2432c032265963933198e94673af00b928dfe265f'
+b2sums=('7461bf36e010852843cd89f8bd5cfa25ab9a4b9d638b695b66c82727f82ab40c4612923664b9cbdc8b37fa7aaabd1fdc192afdf25a59994d121fcfbfb74c22ea'
 
'cac0a12eea8abd3d2ee21632e7f2281e7e35c2d7839cfbcba83ae5d0e8f427e9cc2462a6d17d187252b99d9dbbb14393b9d5a63996c42043f553e9b66bfe9e07')
 
 prepare() {


[arch-commits] Commit in python-pwntools/repos/community-testing-any (4 files)

2020-11-29 Thread Kpcyrd via arch-commits
Date: Monday, November 30, 2020 @ 00:43:26
  Author: kpcyrd
Revision: 766514

archrelease: copy trunk to community-testing-any

Added:
  python-pwntools/repos/community-testing-any/PKGBUILD
(from rev 766513, python-pwntools/trunk/PKGBUILD)
  python-pwntools/repos/community-testing-any/pwn.conf
(from rev 766513, python-pwntools/trunk/pwn.conf)
Deleted:
  python-pwntools/repos/community-testing-any/PKGBUILD
  python-pwntools/repos/community-testing-any/pwn.conf

--+
 PKGBUILD |  128 ++---
 pwn.conf |4 -
 2 files changed, 66 insertions(+), 66 deletions(-)

Deleted: PKGBUILD
===
--- PKGBUILD2020-11-30 00:42:57 UTC (rev 766513)
+++ PKGBUILD2020-11-30 00:43:26 UTC (rev 766514)
@@ -1,64 +0,0 @@
-# Maintainer: kpcyrd 
-# Maintainer: Levente Polyak 
-# Contributor: Ding Xiao 
-# Contributor: Firmy 
-
-pkgname=python-pwntools
-_pyname=pwntools
-pkgver=4.3.0
-pkgrel=2
-pkgdesc='CTF framework and exploit development library'
-url='https://github.com/Gallopsled/pwntools'
-arch=('any')
-license=('MIT' 'GPL2' 'BSD')
-depends=('python'
- 'python-mako'
- 'python-pyelftools'
- 'python-capstone'
- 'ropgadget'
- 'python-pyserial'
- 'python-requests'
- 'python-pip'
- 'python-pygments'
- 'python-pysocks'
- 'python-dateutil'
- 'python-packaging'
- 'python-psutil'
- 'python-intervaltree'
- 'python-sortedcontainers'
- 'python-unicorn'
- 'python-paramiko'
- 'ropgadget'
- 'python-setuptools')
-makedepends=('pandoc')
-source=(https://github.com/Gallopsled/pwntools/archive/${pkgver}/${pkgname}-${pkgver}.tar.gz
-pwn.conf)
-sha256sums=('29ad028afccf79a0411e7d37ac1076ddad9db9b1a596034fd8d6d5a76b53c7d8'
-'50916e4e45d026422cd6bfe8de50e7246c61b0b1e0007571e7c04a994282fe89')
-b2sums=('512793b32a8f0f8e43c48f32b38d82727854283dcf99719320b0e74282d373ae769002dacc85196ac1a56ec2432c032265963933198e94673af00b928dfe265f'
-
'cac0a12eea8abd3d2ee21632e7f2281e7e35c2d7839cfbcba83ae5d0e8f427e9cc2462a6d17d187252b99d9dbbb14393b9d5a63996c42043f553e9b66bfe9e07')
-
-prepare() {
-  cd ${_pyname}-${pkgver}
-  sed 's|>=1.0.2rc1,<1.0.2rc4||' -i setup.py
-}
-
-build() {
-  cd ${_pyname}-${pkgver}
-  python setup.py build
-}
-
-check() {
-  cd "${_pyname}-${pkgver}"
-  PYTHONPATH=. PWNLIB_NOTERM=true python -c 'import pwn'
-}
-
-package() {
-  cd ${_pyname}-${pkgver}
-  python setup.py install -O1 --root="${pkgdir}" --skip-build 
--only-use-pwn-command
-  install -Dm 644 "${srcdir}/pwn.conf" -t "${pkgdir}/etc"
-  install -Dm 644 LICENSE-pwntools.txt -t 
"${pkgdir}/usr/share/licenses/${pkgname}"
-  rm -f "${pkgdir}"/usr/lib/python*/site-packages/*.{txt,md}
-}
-
-# vim:set ts=2 sw=2 et:

Copied: python-pwntools/repos/community-testing-any/PKGBUILD (from rev 766513, 
python-pwntools/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2020-11-30 00:43:26 UTC (rev 766514)
@@ -0,0 +1,64 @@
+# Maintainer: kpcyrd 
+# Maintainer: Levente Polyak 
+# Contributor: Ding Xiao 
+# Contributor: Firmy 
+
+pkgname=python-pwntools
+_pyname=pwntools
+pkgver=4.3.1
+pkgrel=1
+pkgdesc='CTF framework and exploit development library'
+url='https://github.com/Gallopsled/pwntools'
+arch=('any')
+license=('MIT' 'GPL2' 'BSD')
+depends=('python'
+ 'python-mako'
+ 'python-pyelftools'
+ 'python-capstone'
+ 'ropgadget'
+ 'python-pyserial'
+ 'python-requests'
+ 'python-pip'
+ 'python-pygments'
+ 'python-pysocks'
+ 'python-dateutil'
+ 'python-packaging'
+ 'python-psutil'
+ 'python-intervaltree'
+ 'python-sortedcontainers'
+ 'python-unicorn'
+ 'python-paramiko'
+ 'ropgadget'
+ 'python-setuptools')
+makedepends=('pandoc')
+source=(https://github.com/Gallopsled/pwntools/archive/${pkgver}/${pkgname}-${pkgver}.tar.gz
+pwn.conf)
+sha256sums=('9d80cf845d4d6f808d265fcfb8de958ee0cbb2bc52d51aa96e24d9c778224629'
+'50916e4e45d026422cd6bfe8de50e7246c61b0b1e0007571e7c04a994282fe89')
+b2sums=('7461bf36e010852843cd89f8bd5cfa25ab9a4b9d638b695b66c82727f82ab40c4612923664b9cbdc8b37fa7aaabd1fdc192afdf25a59994d121fcfbfb74c22ea'
+
'cac0a12eea8abd3d2ee21632e7f2281e7e35c2d7839cfbcba83ae5d0e8f427e9cc2462a6d17d187252b99d9dbbb14393b9d5a63996c42043f553e9b66bfe9e07')
+
+prepare() {
+  cd ${_pyname}-${pkgver}
+  sed 's|>=1.0.2rc1,<1.0.2rc4||' -i setup.py
+}
+
+build() {
+  cd ${_pyname}-${pkgver}
+  python setup.py build
+}
+
+check() {
+  cd "${_pyname}-${pkgver}"
+  PYTHONPATH=. PWNLIB_NOTERM=true python -c 'import pwn'
+}
+
+package() {
+  cd ${_pyname}-${pkgver}
+  python setup.py install -O1 --root="${pkgdir}" --skip-build 
--only-use-pwn-command

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

2020-11-29 Thread Kpcyrd via arch-commits
Date: Monday, November 30, 2020 @ 01:24:52
  Author: kpcyrd
Revision: 766515

upgpkg: rebuild with python 3.8 for immediate release

Modified:
  python-pwntools/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2020-11-30 00:43:26 UTC (rev 766514)
+++ PKGBUILD2020-11-30 01:24:52 UTC (rev 766515)
@@ -6,7 +6,7 @@
 pkgname=python-pwntools
 _pyname=pwntools
 pkgver=4.3.1
-pkgrel=1
+pkgrel=2
 pkgdesc='CTF framework and exploit development library'
 url='https://github.com/Gallopsled/pwntools'
 arch=('any')


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

2020-11-29 Thread Kpcyrd via arch-commits
Date: Monday, November 30, 2020 @ 01:25:09
  Author: kpcyrd
Revision: 766516

archrelease: copy trunk to community-any

Added:
  python-pwntools/repos/community-any/PKGBUILD
(from rev 766515, python-pwntools/trunk/PKGBUILD)
  python-pwntools/repos/community-any/pwn.conf
(from rev 766515, python-pwntools/trunk/pwn.conf)
Deleted:
  python-pwntools/repos/community-any/PKGBUILD
  python-pwntools/repos/community-any/pwn.conf

--+
 PKGBUILD |  128 ++---
 pwn.conf |4 -
 2 files changed, 66 insertions(+), 66 deletions(-)

Deleted: PKGBUILD
===
--- PKGBUILD2020-11-30 01:24:52 UTC (rev 766515)
+++ PKGBUILD2020-11-30 01:25:09 UTC (rev 766516)
@@ -1,64 +0,0 @@
-# Maintainer: kpcyrd 
-# Maintainer: Levente Polyak 
-# Contributor: Ding Xiao 
-# Contributor: Firmy 
-
-pkgname=python-pwntools
-_pyname=pwntools
-pkgver=4.3.0
-pkgrel=1
-pkgdesc='CTF framework and exploit development library'
-url='https://github.com/Gallopsled/pwntools'
-arch=('any')
-license=('MIT' 'GPL2' 'BSD')
-depends=('python'
- 'python-mako'
- 'python-pyelftools'
- 'python-capstone'
- 'ropgadget'
- 'python-pyserial'
- 'python-requests'
- 'python-pip'
- 'python-pygments'
- 'python-pysocks'
- 'python-dateutil'
- 'python-packaging'
- 'python-psutil'
- 'python-intervaltree'
- 'python-sortedcontainers'
- 'python-unicorn'
- 'python-paramiko'
- 'ropgadget'
- 'python-setuptools')
-makedepends=('pandoc')
-source=(https://github.com/Gallopsled/pwntools/archive/${pkgver}/${pkgname}-${pkgver}.tar.gz
-pwn.conf)
-sha256sums=('29ad028afccf79a0411e7d37ac1076ddad9db9b1a596034fd8d6d5a76b53c7d8'
-'50916e4e45d026422cd6bfe8de50e7246c61b0b1e0007571e7c04a994282fe89')
-b2sums=('512793b32a8f0f8e43c48f32b38d82727854283dcf99719320b0e74282d373ae769002dacc85196ac1a56ec2432c032265963933198e94673af00b928dfe265f'
-
'cac0a12eea8abd3d2ee21632e7f2281e7e35c2d7839cfbcba83ae5d0e8f427e9cc2462a6d17d187252b99d9dbbb14393b9d5a63996c42043f553e9b66bfe9e07')
-
-prepare() {
-  cd ${_pyname}-${pkgver}
-  sed 's|>=1.0.2rc1,<1.0.2rc4||' -i setup.py
-}
-
-build() {
-  cd ${_pyname}-${pkgver}
-  python setup.py build
-}
-
-check() {
-  cd "${_pyname}-${pkgver}"
-  PYTHONPATH=. PWNLIB_NOTERM=true python -c 'import pwn'
-}
-
-package() {
-  cd ${_pyname}-${pkgver}
-  python setup.py install -O1 --root="${pkgdir}" --skip-build 
--only-use-pwn-command
-  install -Dm 644 "${srcdir}/pwn.conf" -t "${pkgdir}/etc"
-  install -Dm 644 LICENSE-pwntools.txt -t 
"${pkgdir}/usr/share/licenses/${pkgname}"
-  rm -f "${pkgdir}"/usr/lib/python*/site-packages/*.{txt,md}
-}
-
-# vim:set ts=2 sw=2 et:

Copied: python-pwntools/repos/community-any/PKGBUILD (from rev 766515, 
python-pwntools/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2020-11-30 01:25:09 UTC (rev 766516)
@@ -0,0 +1,64 @@
+# Maintainer: kpcyrd 
+# Maintainer: Levente Polyak 
+# Contributor: Ding Xiao 
+# Contributor: Firmy 
+
+pkgname=python-pwntools
+_pyname=pwntools
+pkgver=4.3.1
+pkgrel=2
+pkgdesc='CTF framework and exploit development library'
+url='https://github.com/Gallopsled/pwntools'
+arch=('any')
+license=('MIT' 'GPL2' 'BSD')
+depends=('python'
+ 'python-mako'
+ 'python-pyelftools'
+ 'python-capstone'
+ 'ropgadget'
+ 'python-pyserial'
+ 'python-requests'
+ 'python-pip'
+ 'python-pygments'
+ 'python-pysocks'
+ 'python-dateutil'
+ 'python-packaging'
+ 'python-psutil'
+ 'python-intervaltree'
+ 'python-sortedcontainers'
+ 'python-unicorn'
+ 'python-paramiko'
+ 'ropgadget'
+ 'python-setuptools')
+makedepends=('pandoc')
+source=(https://github.com/Gallopsled/pwntools/archive/${pkgver}/${pkgname}-${pkgver}.tar.gz
+pwn.conf)
+sha256sums=('9d80cf845d4d6f808d265fcfb8de958ee0cbb2bc52d51aa96e24d9c778224629'
+'50916e4e45d026422cd6bfe8de50e7246c61b0b1e0007571e7c04a994282fe89')
+b2sums=('7461bf36e010852843cd89f8bd5cfa25ab9a4b9d638b695b66c82727f82ab40c4612923664b9cbdc8b37fa7aaabd1fdc192afdf25a59994d121fcfbfb74c22ea'
+
'cac0a12eea8abd3d2ee21632e7f2281e7e35c2d7839cfbcba83ae5d0e8f427e9cc2462a6d17d187252b99d9dbbb14393b9d5a63996c42043f553e9b66bfe9e07')
+
+prepare() {
+  cd ${_pyname}-${pkgver}
+  sed 's|>=1.0.2rc1,<1.0.2rc4||' -i setup.py
+}
+
+build() {
+  cd ${_pyname}-${pkgver}
+  python setup.py build
+}
+
+check() {
+  cd "${_pyname}-${pkgver}"
+  PYTHONPATH=. PWNLIB_NOTERM=true python -c 'import pwn'
+}
+
+package() {
+  cd ${_pyname}-${pkgver}
+  python setup.py install -O1 --root="${pkgdir}" --skip-build 
--only-use-pwn-command
+  install -Dm 644 "${srcdir}/pwn.conf" -t "${pk

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

2020-11-29 Thread Kpcyrd via arch-commits
Date: Monday, November 30, 2020 @ 01:35:08
  Author: kpcyrd
Revision: 766517

upgpkg: python 3.9 rebuild

Modified:
  python-pwntools/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2020-11-30 01:25:09 UTC (rev 766516)
+++ PKGBUILD2020-11-30 01:35:08 UTC (rev 766517)
@@ -6,7 +6,7 @@
 pkgname=python-pwntools
 _pyname=pwntools
 pkgver=4.3.1
-pkgrel=2
+pkgrel=3
 pkgdesc='CTF framework and exploit development library'
 url='https://github.com/Gallopsled/pwntools'
 arch=('any')


[arch-commits] Commit in python-pwntools/repos/community-testing-any (4 files)

2020-11-29 Thread Kpcyrd via arch-commits
Date: Monday, November 30, 2020 @ 01:35:24
  Author: kpcyrd
Revision: 766518

archrelease: copy trunk to community-testing-any

Added:
  python-pwntools/repos/community-testing-any/PKGBUILD
(from rev 766517, python-pwntools/trunk/PKGBUILD)
  python-pwntools/repos/community-testing-any/pwn.conf
(from rev 766517, python-pwntools/trunk/pwn.conf)
Deleted:
  python-pwntools/repos/community-testing-any/PKGBUILD
  python-pwntools/repos/community-testing-any/pwn.conf

--+
 PKGBUILD |  128 ++---
 pwn.conf |4 -
 2 files changed, 66 insertions(+), 66 deletions(-)

Deleted: PKGBUILD
===
--- PKGBUILD2020-11-30 01:35:08 UTC (rev 766517)
+++ PKGBUILD2020-11-30 01:35:24 UTC (rev 766518)
@@ -1,64 +0,0 @@
-# Maintainer: kpcyrd 
-# Maintainer: Levente Polyak 
-# Contributor: Ding Xiao 
-# Contributor: Firmy 
-
-pkgname=python-pwntools
-_pyname=pwntools
-pkgver=4.3.1
-pkgrel=1
-pkgdesc='CTF framework and exploit development library'
-url='https://github.com/Gallopsled/pwntools'
-arch=('any')
-license=('MIT' 'GPL2' 'BSD')
-depends=('python'
- 'python-mako'
- 'python-pyelftools'
- 'python-capstone'
- 'ropgadget'
- 'python-pyserial'
- 'python-requests'
- 'python-pip'
- 'python-pygments'
- 'python-pysocks'
- 'python-dateutil'
- 'python-packaging'
- 'python-psutil'
- 'python-intervaltree'
- 'python-sortedcontainers'
- 'python-unicorn'
- 'python-paramiko'
- 'ropgadget'
- 'python-setuptools')
-makedepends=('pandoc')
-source=(https://github.com/Gallopsled/pwntools/archive/${pkgver}/${pkgname}-${pkgver}.tar.gz
-pwn.conf)
-sha256sums=('9d80cf845d4d6f808d265fcfb8de958ee0cbb2bc52d51aa96e24d9c778224629'
-'50916e4e45d026422cd6bfe8de50e7246c61b0b1e0007571e7c04a994282fe89')
-b2sums=('7461bf36e010852843cd89f8bd5cfa25ab9a4b9d638b695b66c82727f82ab40c4612923664b9cbdc8b37fa7aaabd1fdc192afdf25a59994d121fcfbfb74c22ea'
-
'cac0a12eea8abd3d2ee21632e7f2281e7e35c2d7839cfbcba83ae5d0e8f427e9cc2462a6d17d187252b99d9dbbb14393b9d5a63996c42043f553e9b66bfe9e07')
-
-prepare() {
-  cd ${_pyname}-${pkgver}
-  sed 's|>=1.0.2rc1,<1.0.2rc4||' -i setup.py
-}
-
-build() {
-  cd ${_pyname}-${pkgver}
-  python setup.py build
-}
-
-check() {
-  cd "${_pyname}-${pkgver}"
-  PYTHONPATH=. PWNLIB_NOTERM=true python -c 'import pwn'
-}
-
-package() {
-  cd ${_pyname}-${pkgver}
-  python setup.py install -O1 --root="${pkgdir}" --skip-build 
--only-use-pwn-command
-  install -Dm 644 "${srcdir}/pwn.conf" -t "${pkgdir}/etc"
-  install -Dm 644 LICENSE-pwntools.txt -t 
"${pkgdir}/usr/share/licenses/${pkgname}"
-  rm -f "${pkgdir}"/usr/lib/python*/site-packages/*.{txt,md}
-}
-
-# vim:set ts=2 sw=2 et:

Copied: python-pwntools/repos/community-testing-any/PKGBUILD (from rev 766517, 
python-pwntools/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2020-11-30 01:35:24 UTC (rev 766518)
@@ -0,0 +1,64 @@
+# Maintainer: kpcyrd 
+# Maintainer: Levente Polyak 
+# Contributor: Ding Xiao 
+# Contributor: Firmy 
+
+pkgname=python-pwntools
+_pyname=pwntools
+pkgver=4.3.1
+pkgrel=3
+pkgdesc='CTF framework and exploit development library'
+url='https://github.com/Gallopsled/pwntools'
+arch=('any')
+license=('MIT' 'GPL2' 'BSD')
+depends=('python'
+ 'python-mako'
+ 'python-pyelftools'
+ 'python-capstone'
+ 'ropgadget'
+ 'python-pyserial'
+ 'python-requests'
+ 'python-pip'
+ 'python-pygments'
+ 'python-pysocks'
+ 'python-dateutil'
+ 'python-packaging'
+ 'python-psutil'
+ 'python-intervaltree'
+ 'python-sortedcontainers'
+ 'python-unicorn'
+ 'python-paramiko'
+ 'ropgadget'
+ 'python-setuptools')
+makedepends=('pandoc')
+source=(https://github.com/Gallopsled/pwntools/archive/${pkgver}/${pkgname}-${pkgver}.tar.gz
+pwn.conf)
+sha256sums=('9d80cf845d4d6f808d265fcfb8de958ee0cbb2bc52d51aa96e24d9c778224629'
+'50916e4e45d026422cd6bfe8de50e7246c61b0b1e0007571e7c04a994282fe89')
+b2sums=('7461bf36e010852843cd89f8bd5cfa25ab9a4b9d638b695b66c82727f82ab40c4612923664b9cbdc8b37fa7aaabd1fdc192afdf25a59994d121fcfbfb74c22ea'
+
'cac0a12eea8abd3d2ee21632e7f2281e7e35c2d7839cfbcba83ae5d0e8f427e9cc2462a6d17d187252b99d9dbbb14393b9d5a63996c42043f553e9b66bfe9e07')
+
+prepare() {
+  cd ${_pyname}-${pkgver}
+  sed 's|>=1.0.2rc1,<1.0.2rc4||' -i setup.py
+}
+
+build() {
+  cd ${_pyname}-${pkgver}
+  python setup.py build
+}
+
+check() {
+  cd "${_pyname}-${pkgver}"
+  PYTHONPATH=. PWNLIB_NOTERM=true python -c 'import pwn'
+}
+
+package() {
+  cd ${_pyname}-${pkgver}
+  python setup.py install -O1 --root="${pkgdir}" --skip-build 
--only-use-pwn-command

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

2020-12-05 Thread Kpcyrd via arch-commits
Date: Sunday, December 6, 2020 @ 02:22:06
  Author: kpcyrd
Revision: 770995

upgpkg: doctl 1.54.0-1

Modified:
  doctl/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2020-12-06 00:07:32 UTC (rev 770994)
+++ PKGBUILD2020-12-06 02:22:06 UTC (rev 770995)
@@ -3,7 +3,7 @@
 # Contributor: Bennett Piater 
 
 pkgname=doctl
-pkgver=1.53.0
+pkgver=1.54.0
 pkgrel=1
 pkgdesc='The official command line interface for the DigitalOcean API'
 url='https://github.com/digitalocean/doctl'
@@ -12,8 +12,8 @@
 depends=('glibc')
 makedepends=('go')
 
source=(https://github.com/digitalocean/${pkgname}/archive/v${pkgver}/${pkgname}-${pkgver}.tar.gz)
-sha512sums=('3d0d513cd7bd264a3873901908940a563c50f5e99bfbf0c9a60ced361d341047dc468030b3d25122c46787e044cb4fdf5b07054f15ae6c0218d3f3bbc2cad885')
-b2sums=('9eb9ae00172731568921b0edb0aa7335c12ed6a822a83bce1cdfdad4dec5977ef7bc683f5905511daaa04b53b6a073e691cefd6802495a66b6a5dcd52314b71d')
+sha512sums=('79d77e3d4f182d09ed396a2bc48cac0df6208610588add4786b8296d3f97ca4284ae1587840d0bd2394f30164dce0384bea54ea7570cfe2007c6d5cd1eaf020a')
+b2sums=('615f89951e494d7ecac1efbaea787baa34815c6f2fba5b1b55e0e00845da936cd73506b984dbdb61f0ee63704a3b8e90fd8979869a4780f5ec148743962d2420')
 
 build() {
   cd ${pkgname}-${pkgver}


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

2020-12-05 Thread Kpcyrd via arch-commits
Date: Sunday, December 6, 2020 @ 02:22:49
  Author: kpcyrd
Revision: 770996

archrelease: copy trunk to community-x86_64

Added:
  doctl/repos/community-x86_64/PKGBUILD
(from rev 770995, doctl/trunk/PKGBUILD)
Deleted:
  doctl/repos/community-x86_64/PKGBUILD

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

Deleted: PKGBUILD
===
--- PKGBUILD2020-12-06 02:22:06 UTC (rev 770995)
+++ PKGBUILD2020-12-06 02:22:49 UTC (rev 770996)
@@ -1,41 +0,0 @@
-# Maintainer: kpcyrd 
-# Contributor: NOGISAKA Sadata 
-# Contributor: Bennett Piater 
-
-pkgname=doctl
-pkgver=1.53.0
-pkgrel=1
-pkgdesc='The official command line interface for the DigitalOcean API'
-url='https://github.com/digitalocean/doctl'
-arch=('x86_64')
-license=('Apache')
-depends=('glibc')
-makedepends=('go')
-source=(https://github.com/digitalocean/${pkgname}/archive/v${pkgver}/${pkgname}-${pkgver}.tar.gz)
-sha512sums=('3d0d513cd7bd264a3873901908940a563c50f5e99bfbf0c9a60ced361d341047dc468030b3d25122c46787e044cb4fdf5b07054f15ae6c0218d3f3bbc2cad885')
-b2sums=('9eb9ae00172731568921b0edb0aa7335c12ed6a822a83bce1cdfdad4dec5977ef7bc683f5905511daaa04b53b6a073e691cefd6802495a66b6a5dcd52314b71d')
-
-build() {
-  cd ${pkgname}-${pkgver}
-  go build \
--trimpath \
--buildmode=pie \
--mod=readonly \
--ldflags "-linkmode external -extldflags \"${LDFLAGS}\"" \
-./cmd/...
-}
-
-package() {
-  cd ${pkgname}-${pkgver}
-  install -Dm 755 "${pkgname}" -t "${pkgdir}/usr/bin"
-
-  # setup completions
-  install -dm 755 "${pkgdir}/usr/share/bash-completion/completions" \
-  "${pkgdir}/usr/share/zsh/site-functions" \
- "${pkgdir}/usr/share/fish/vendor_completions.d"
-  "${pkgdir}/usr/bin/${pkgname}" completion bash > 
"${pkgdir}/usr/share/bash-completion/completions/${pkgname}"
-  "${pkgdir}/usr/bin/${pkgname}" completion zsh > 
"${pkgdir}/usr/share/zsh/site-functions/_${pkgname}"
-  "${pkgdir}/usr/bin/${pkgname}" completion fish > 
"${pkgdir}/usr/share/fish/vendor_completions.d/${pkgname}.fish"
-}
-
-# vim: ts=2 sw=2 et:

Copied: doctl/repos/community-x86_64/PKGBUILD (from rev 770995, 
doctl/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2020-12-06 02:22:49 UTC (rev 770996)
@@ -0,0 +1,41 @@
+# Maintainer: kpcyrd 
+# Contributor: NOGISAKA Sadata 
+# Contributor: Bennett Piater 
+
+pkgname=doctl
+pkgver=1.54.0
+pkgrel=1
+pkgdesc='The official command line interface for the DigitalOcean API'
+url='https://github.com/digitalocean/doctl'
+arch=('x86_64')
+license=('Apache')
+depends=('glibc')
+makedepends=('go')
+source=(https://github.com/digitalocean/${pkgname}/archive/v${pkgver}/${pkgname}-${pkgver}.tar.gz)
+sha512sums=('79d77e3d4f182d09ed396a2bc48cac0df6208610588add4786b8296d3f97ca4284ae1587840d0bd2394f30164dce0384bea54ea7570cfe2007c6d5cd1eaf020a')
+b2sums=('615f89951e494d7ecac1efbaea787baa34815c6f2fba5b1b55e0e00845da936cd73506b984dbdb61f0ee63704a3b8e90fd8979869a4780f5ec148743962d2420')
+
+build() {
+  cd ${pkgname}-${pkgver}
+  go build \
+-trimpath \
+-buildmode=pie \
+-mod=readonly \
+-ldflags "-linkmode external -extldflags \"${LDFLAGS}\"" \
+./cmd/...
+}
+
+package() {
+  cd ${pkgname}-${pkgver}
+  install -Dm 755 "${pkgname}" -t "${pkgdir}/usr/bin"
+
+  # setup completions
+  install -dm 755 "${pkgdir}/usr/share/bash-completion/completions" \
+  "${pkgdir}/usr/share/zsh/site-functions" \
+ "${pkgdir}/usr/share/fish/vendor_completions.d"
+  "${pkgdir}/usr/bin/${pkgname}" completion bash > 
"${pkgdir}/usr/share/bash-completion/completions/${pkgname}"
+  "${pkgdir}/usr/bin/${pkgname}" completion zsh > 
"${pkgdir}/usr/share/zsh/site-functions/_${pkgname}"
+  "${pkgdir}/usr/bin/${pkgname}" completion fish > 
"${pkgdir}/usr/share/fish/vendor_completions.d/${pkgname}.fish"
+}
+
+# vim: ts=2 sw=2 et:


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

2020-12-06 Thread Kpcyrd via arch-commits
Date: Sunday, December 6, 2020 @ 21:59:07
  Author: kpcyrd
Revision: 771227

upgpkg: rebuilderd 0.8.0-1

Modified:
  rebuilderd/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2020-12-06 21:58:58 UTC (rev 771226)
+++ PKGBUILD2020-12-06 21:59:07 UTC (rev 771227)
@@ -1,7 +1,7 @@
 # Maintainer: kpcyrd 
 
 pkgname=rebuilderd
-pkgver=0.7.0
+pkgver=0.8.0
 pkgrel=1
 pkgdesc='Independent verification system of binary packages'
 url='https://github.com/kpcyrd/rebuilderd'
@@ -14,9 +14,9 @@
 'etc/rebuilderd-worker.conf')
 
source=(https://github.com/kpcyrd/${pkgname}/archive/v${pkgver}/${pkgname}-${pkgver}.tar.gz
 
https://github.com/kpcyrd/${pkgname}/releases/download/v${pkgver}/${pkgname}-${pkgver}.tar.gz.asc)
-sha512sums=('8f61cf365c67e36650ff76e01eac201440557344d9fd610b966e73501e5d8a303bf781fcd71fa797125ee943d1be8d1ffd35062a53b27cfd3df9586b9dc0f2ee'
+sha512sums=('94cbd92def61eba2a9abb2b2475c99ed42dd831035f0ac28c71468e0309f1d2c9624086433afff7f6a3b35ef6159b109ebf026a5f5347436207f9cd7ec3bdc3a'
 'SKIP')
-b2sums=('f72c4f715f7521957d98e37faef534f4bb8d67a8c2fa971947d4e8761e1b9ea0035858a289fa1c31b260be6f7e2c4e88eb10672623ce8c501eb6d1dfafaf115d'
+b2sums=('a635939d9b52f4b0f048fa1efe5cfbd32ea06151fc2f924e58e36e6297935bd9ee9778b5da62362332b514533df31199198079cb54fd34183270b463df9c93d0'
 'SKIP')
 
 validpgpkeys=("64B13F7117D6E07D661BBCE0FE763A64F5E54FD6")


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

2020-12-06 Thread Kpcyrd via arch-commits
Date: Sunday, December 6, 2020 @ 21:59:23
  Author: kpcyrd
Revision: 771229

archrelease: copy trunk to community-x86_64

Added:
  rebuilderd/repos/community-x86_64/PKGBUILD
(from rev 771228, rebuilderd/trunk/PKGBUILD)
Deleted:
  rebuilderd/repos/community-x86_64/PKGBUILD

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

Deleted: PKGBUILD
===
--- PKGBUILD2020-12-06 21:59:08 UTC (rev 771228)
+++ PKGBUILD2020-12-06 21:59:23 UTC (rev 771229)
@@ -1,84 +0,0 @@
-# Maintainer: kpcyrd 
-
-pkgname=rebuilderd
-pkgver=0.7.0
-pkgrel=1
-pkgdesc='Independent verification system of binary packages'
-url='https://github.com/kpcyrd/rebuilderd'
-arch=('x86_64')
-license=('GPL3')
-depends=('libsodium' 'sqlite' 'archlinux-repro')
-makedepends=('cargo' 'scdoc')
-backup=('etc/rebuilderd.conf'
-'etc/rebuilderd-sync.conf'
-'etc/rebuilderd-worker.conf')
-source=(https://github.com/kpcyrd/${pkgname}/archive/v${pkgver}/${pkgname}-${pkgver}.tar.gz
-
https://github.com/kpcyrd/${pkgname}/releases/download/v${pkgver}/${pkgname}-${pkgver}.tar.gz.asc)
-sha512sums=('8f61cf365c67e36650ff76e01eac201440557344d9fd610b966e73501e5d8a303bf781fcd71fa797125ee943d1be8d1ffd35062a53b27cfd3df9586b9dc0f2ee'
-'SKIP')
-b2sums=('f72c4f715f7521957d98e37faef534f4bb8d67a8c2fa971947d4e8761e1b9ea0035858a289fa1c31b260be6f7e2c4e88eb10672623ce8c501eb6d1dfafaf115d'
-'SKIP')
-
-validpgpkeys=("64B13F7117D6E07D661BBCE0FE763A64F5E54FD6")
-
-build() {
-  cd ${pkgname}-${pkgver}
-  cargo build --release --locked
-  make docs
-}
-
-check() {
-  cd ${pkgname}-${pkgver}
-  cargo test --release --locked
-}
-
-package() {
-  cd ${pkgname}-${pkgver}
-  install -Dm 755 -t "${pkgdir}/usr/bin" \
-target/release/rebuilderd \
-target/release/rebuilderd-worker \
-target/release/rebuildctl
-
-  # install rebuilder scripts
-  install -Dm 755 -t "${pkgdir}/usr/libexec/rebuilderd" \
-worker/rebuilder-archlinux.sh \
-worker/rebuilder-debian.sh
-
-  # install config files
-  install -Dm 644 -t "${pkgdir}/etc" \
-contrib/confs/rebuilderd-sync.conf
-  install -Dm 640 -g 212 -t "${pkgdir}/etc" \
-contrib/confs/rebuilderd-worker.conf \
-contrib/confs/rebuilderd.conf
-
-  # install completions
-  install -d "${pkgdir}/usr/share/bash-completion/completions" \
- "${pkgdir}/usr/share/zsh/site-functions" \
- "${pkgdir}/usr/share/fish/vendor_completions.d"
-  "${pkgdir}/usr/bin/rebuildctl" completions bash > 
"${pkgdir}/usr/share/bash-completion/completions/rebuildctl"
-  "${pkgdir}/usr/bin/rebuildctl" completions zsh > 
"${pkgdir}/usr/share/zsh/site-functions/_rebuildctl"
-  "${pkgdir}/usr/bin/rebuildctl" completions fish > 
"${pkgdir}/usr/share/fish/vendor_completions.d/rebuildctl.fish"
-
-  # install systemd configs
-  install -Dm 644 -t "${pkgdir}/usr/lib/systemd/system" \
-contrib/systemd/rebuilderd-sync@.service \
-contrib/systemd/rebuilderd-sync@.timer \
-contrib/systemd/rebuilderd-worker@.service \
-contrib/systemd/rebuilderd.service
-
-  install -Dm 644 contrib/systemd/rebuilderd.sysusers 
"${pkgdir}/usr/lib/sysusers.d/rebuilderd.conf"
-  install -Dm 644 contrib/systemd/rebuilderd.tmpfiles 
"${pkgdir}/usr/lib/tmpfiles.d/rebuilderd.conf"
-
-  # install docs
-  install -Dm 644 README.md -t "${pkgdir}/usr/share/doc/${pkgname}"
-  install -Dm 644 -t "${pkgdir}/usr/share/man/man1" \
-contrib/docs/rebuilderd.1 \
-contrib/docs/rebuildctl.1 \
-contrib/docs/rebuilderd-worker.1
-  install -Dm 644 -t "${pkgdir}/usr/share/man/man5" \
-contrib/docs/rebuilderd.conf.5 \
-contrib/docs/rebuilderd-sync.conf.5 \
-contrib/docs/rebuilderd-worker.conf.5
-}
-
-# vim: ts=2 sw=2 et:

Copied: rebuilderd/repos/community-x86_64/PKGBUILD (from rev 771228, 
rebuilderd/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2020-12-06 21:59:23 UTC (rev 771229)
@@ -0,0 +1,84 @@
+# Maintainer: kpcyrd 
+
+pkgname=rebuilderd
+pkgver=0.8.0
+pkgrel=1
+pkgdesc='Independent verification system of binary packages'
+url='https://github.com/kpcyrd/rebuilderd'
+arch=('x86_64')
+license=('GPL3')
+depends=('libsodium' 'sqlite' 'archlinux-repro')
+makedepends=('cargo' 'scdoc')
+backup=('etc/rebuilderd.conf'
+'etc/rebuilderd-sync.conf'
+'etc/rebuilderd-worker.conf')
+source=(https://github.com/kpcyrd/${pkgname}/archive/v${pkgver}/${pkgname}-${pkgver}.tar.gz
+
https://github.com/kpcyrd/${pkgname}/releases/download/v${pkgver}/${pkgname}-${pkgver}.tar.gz.asc)
+sha512sums=('94cbd92def61eba2a9abb2b2475c99ed42dd831035f0ac28c71468e0309f1d2c9624086433afff7f6a3b35ef6159b109ebf026a5f5347436207f9cd7ec3bdc3a'
+'SKIP')
+b2sums=('a635939d9b52f4b0f048fa1efe5cfbd32ea06151fc2f924e58e36e6297935bd9ee9778b5da62362332b5145

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

2020-12-09 Thread Kpcyrd via arch-commits
Date: Wednesday, December 9, 2020 @ 19:04:07
  Author: kpcyrd
Revision: 772912

archrelease: copy trunk to community-x86_64

Added:
  monero/repos/community-x86_64/PKGBUILD
(from rev 772911, monero/trunk/PKGBUILD)
  monero/repos/community-x86_64/monero.sysusers
(from rev 772911, monero/trunk/monero.sysusers)
  monero/repos/community-x86_64/monero.tmpfiles
(from rev 772911, monero/trunk/monero.tmpfiles)
Deleted:
  monero/repos/community-x86_64/PKGBUILD
  monero/repos/community-x86_64/monero.sysusers
  monero/repos/community-x86_64/monero.tmpfiles

-+
 PKGBUILD|  162 +++---
 monero.sysusers |2 
 monero.tmpfiles |2 
 3 files changed, 83 insertions(+), 83 deletions(-)

Deleted: PKGBUILD
===
--- PKGBUILD2020-12-09 19:03:49 UTC (rev 772911)
+++ PKGBUILD2020-12-09 19:04:07 UTC (rev 772912)
@@ -1,81 +0,0 @@
-# Maintainer: kpcyrd 
-
-pkgname=monero
-pkgver=0.17.1.5
-_commit=3942a1cd043bb103ca05184057aea5c86e3137e5
-pkgrel=2
-pkgdesc="Monero: the secure, private, untraceable peer-to-peer currency"
-license=('BSD')
-arch=('x86_64')
-url="https://getmonero.org/";
-depends=('boost-libs' 'libunwind' 'openssl' 'readline' 'zeromq' 'pcsclite' 
'hidapi' 'protobuf' 'libusb' 'libudev.so')
-makedepends=('git' 'cmake' 'boost')
-source=(
-
"${pkgname}"::"git+https://github.com/monero-project/monero?signed#commit=${_commit}";
-"git+https://github.com/monero-project/unbound.git";
-"git+https://github.com/monero-project/miniupnp.git";
-"git+https://github.com/Tencent/rapidjson.git";
-"git+https://github.com/trezor/trezor-common.git";
-"git+https://github.com/tevador/randomx.git";
-"monero.sysusers"
-"monero.tmpfiles")
-sha512sums=('SKIP'
-'SKIP'
-'SKIP'
-'SKIP'
-'SKIP'
-'SKIP'
-
'2e4ecf3f305dab46e166f50c0451dd969927b485df544aebcf8115a65444573e6d57a8ac6bea64ce5ab4b5cce2c70f913d9ac3bce561c59acf89851edc76a22c'
-
'ae3c300548e6ba5fdf6a203146e5dcaf1955c3e19820c0bb3a73bb70ec5629a3af00d43dac95b6f3832ded5c480e872d829981a63206016d4a64f3940b713357')
-validpgpkeys=(
-  '8777AB8F778EE89487A2F8E7F4ACA0183641E010' # luigi 
-  'BDA6BD7042B721C467A9759D7455C5E3C0CDCEB9' # Riccardo Spagni 

-)
-
-prepare() {
-  cd "${pkgname}"
-  git submodule init
-  git config submodule.external/unbound.url "$srcdir/unbound"
-  git config submodule.external/miniupnp.url "$srcdir/miniupnp"
-  git config submodule.external/rapidjson.url "$srcdir/rapidjson"
-  git config submodule.external/trezor-common.url "$srcdir/trezor-common"
-  git config submodule.external/randomx.url "$srcdir/randomx"
-  git submodule update
-}
-
-build() {
-  cd "${pkgname}"
-  mkdir -p build && cd build
-  cmake -D BUILD_TESTS=ON -D CMAKE_BUILD_TYPE=release -D ARCH=default ../
-  make
-}
-
-package() {
-  backup=('etc/monerod.conf')
-
-  cd "${pkgname}"
-  install -Dm644 "LICENSE" -t "${pkgdir}/usr/share/licenses/${pkgname}"
-
-  install -Dm644 "utils/conf/monerod.conf" "${pkgdir}/etc/monerod.conf"
-  install -Dm644 "utils/systemd/monerod.service" 
"${pkgdir}/usr/lib/systemd/system/monerod.service"
-  install -Dm644 "../monero.sysusers" 
"${pkgdir}/usr/lib/sysusers.d/monero.conf"
-  install -Dm644 "../monero.tmpfiles" 
"${pkgdir}/usr/lib/tmpfiles.d/monero.conf"
-
-  install -Dm755 "build/bin/monero-blockchain-ancestry" \
- "build/bin/monero-blockchain-depth" \
- "build/bin/monero-blockchain-export" \
- "build/bin/monero-blockchain-import" \
- "build/bin/monero-blockchain-mark-spent-outputs" \
- "build/bin/monero-blockchain-prune" \
- "build/bin/monero-blockchain-prune-known-spent-data" \
- "build/bin/monero-blockchain-stats" \
- "build/bin/monero-blockchain-usage" \
- "build/bin/monero-gen-ssl-cert" \
- "build/bin/monero-gen-trusted-multisig" \
- "build/bin/monero-wallet-cli" \
- "build/bin/monero-wallet-rpc" \
- "build/bin/monerod" \
- -t "${pkgdir}/usr/bin"
-}
-
-# vim: ts=2 sw=2 et:

Copied: monero/repos/community-x86_64/PKGBUILD (from rev 772911, 
monero/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2020-12-09 19:04:07 UTC (rev 772912)
@@ -0,0 +1,81 @@
+# Maintainer: kpcyrd 
+
+pkgname=monero
+pkgver=0.17.1.6
+_commit=f7aa91f70d4129d8b5565090cd9f4c3788536fd2
+pkgrel=1
+pkgdesc="Monero: the secure, private, untraceable peer-to-peer currency"
+license=('BSD')
+arch=('x86_64')
+url="https://getmonero.org/";
+depends=('boost-libs' 'libunwind' 'openssl' 'readline' 'zeromq' 'pcsclite' 
'hidapi' 'protobuf' 'libusb' 'libudev.so')
+makedepends=('git' 'cmake' 'boost')
+source=(
+
"${pkgname

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

2020-12-09 Thread Kpcyrd via arch-commits
Date: Wednesday, December 9, 2020 @ 19:04:24
  Author: kpcyrd
Revision: 772914

archrelease: copy trunk to community-x86_64

Added:
  monero-gui/repos/community-x86_64/PKGBUILD
(from rev 772913, monero-gui/trunk/PKGBUILD)
  monero-gui/repos/community-x86_64/monero-gui.desktop
(from rev 772913, monero-gui/trunk/monero-gui.desktop)
Deleted:
  monero-gui/repos/community-x86_64/PKGBUILD
  monero-gui/repos/community-x86_64/monero-gui.desktop

+
 PKGBUILD   |  140 +--
 monero-gui.desktop |   30 +-
 2 files changed, 85 insertions(+), 85 deletions(-)

Deleted: PKGBUILD
===
--- PKGBUILD2020-12-09 19:04:12 UTC (rev 772913)
+++ PKGBUILD2020-12-09 19:04:24 UTC (rev 772914)
@@ -1,70 +0,0 @@
-# Maintainer: kpcyrd 
-
-pkgname=monero-gui
-pkgver=0.17.1.5
-_commit=96f9c11320ee3c4f1f1c35f3ac8e8f78340bd378
-pkgrel=2
-pkgdesc="QT GUI wallet for Monero: the secure, private, untraceable 
peer-to-peer currency"
-license=('BSD')
-arch=('x86_64')
-url="https://getmonero.org/";
-depends=('monero' 'boost-libs' 'libunwind' 'openssl' 'readline' 'zeromq' 
'pcsclite' 'hidapi' 'unbound' 'hicolor-icon-theme' 'libusb' 'libudev.so'
-'qt5-base' 'qt5-declarative' 'qt5-graphicaleffects' 'qt5-quickcontrols' 
'qt5-quickcontrols2' 'qt5-svg' 'qt5-xmlpatterns')
-makedepends=('git' 'cmake' 'boost' 'qt5-tools')
-source=(
-"git+https://github.com/monero-project/monero-gui?signed#commit=${_commit}";
-"git+https://github.com/monero-project/monero";
-"git+https://github.com/monero-project/unbound.git";
-"git+https://github.com/monero-project/miniupnp.git";
-"git+https://github.com/Tencent/rapidjson.git";
-"git+https://github.com/trezor/trezor-common.git";
-"git+https://github.com/tevador/randomx.git";
-"git+https://github.com/monero-project/supercop.git";
-"monero-gui.desktop"
-)
-sha512sums=('SKIP'
-'SKIP'
-'SKIP'
-'SKIP'
-'SKIP'
-'SKIP'
-'SKIP'
-'SKIP'
-
'8aa10a47c3217e5bf12bb40a02828bb75cb38e4b5b124a8b05e487e7d3212c132911d5025193d4a7d984aebef94177dee42acf958c11a18b99fd13e872a771e8')
-validpgpkeys=(
-  '8777AB8F778EE89487A2F8E7F4ACA0183641E010' # luigi 
-  '487277A8BD0A209C16B700F3C64552D877C32479' # Alexander Blair (Snipa / 
Snipa22) 
-)
-
-prepare() {
-  cd "${pkgname}"
-  git submodule init
-  git config submodule.monero.url "$srcdir/monero"
-  git submodule update
-  cd monero
-  git config submodule.external/unbound.url "$srcdir/unbound"
-  git config submodule.external/miniupnp.url "$srcdir/miniupnp"
-  git config submodule.external/rapidjson.url "$srcdir/rapidjson"
-  git config submodule.external/trezor-common.url "$srcdir/trezor-common"
-  git config submodule.external/randomx.url "$srcdir/randomx"
-  git config submodule.external/supercop.url "$srcdir/supercop"
-  git submodule update
-}
-
-build() {
-  cd "${pkgname}"
-  ARCH=default make release
-}
-
-package() {
-  cd "${pkgname}"
-  install -Dm755 build/release/bin/monero-wallet-gui -t "${pkgdir}/usr/bin"
-  install -Dm644 LICENSE -t "${pkgdir}/usr/share/licenses/${pkgname}"
-
-  install -Dm644 ../monero-gui.desktop -t "${pkgdir}/usr/share/applications"
-  for x in 16 24 32 48 64 96 128 256; do
-install -Dm644 "images/appicons/${x}x${x}.png" 
"${pkgdir}/usr/share/icons/hicolor/${x}x${x}/apps/monero-gui.png"
-  done
-}
-
-# vim: ts=2 sw=2 et:

Copied: monero-gui/repos/community-x86_64/PKGBUILD (from rev 772913, 
monero-gui/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2020-12-09 19:04:24 UTC (rev 772914)
@@ -0,0 +1,70 @@
+# Maintainer: kpcyrd 
+
+pkgname=monero-gui
+pkgver=0.17.1.6
+_commit=cc352e49134bea07e3d21905f05ed9148561be21
+pkgrel=1
+pkgdesc="QT GUI wallet for Monero: the secure, private, untraceable 
peer-to-peer currency"
+license=('BSD')
+arch=('x86_64')
+url="https://getmonero.org/";
+depends=('monero' 'boost-libs' 'libunwind' 'openssl' 'readline' 'zeromq' 
'pcsclite' 'hidapi' 'unbound' 'hicolor-icon-theme' 'libusb' 'libudev.so'
+'qt5-base' 'qt5-declarative' 'qt5-graphicaleffects' 'qt5-quickcontrols' 
'qt5-quickcontrols2' 'qt5-svg' 'qt5-xmlpatterns')
+makedepends=('git' 'cmake' 'boost' 'qt5-tools')
+source=(
+"git+https://github.com/monero-project/monero-gui?signed#commit=${_commit}";
+"git+https://github.com/monero-project/monero";
+"git+https://github.com/monero-project/unbound.git";
+"git+https://github.com/monero-project/miniupnp.git";
+"git+https://github.com/Tencent/rapidjson.git";
+"git+https://github.com/trezor/trezor-common.git";
+"git+https://github.com/tevador/randomx.git";
+"git+https://github.com/monero-project/supercop.git";
+"monero-gui.desktop"
+)
+sha512sums=('SKIP'
+'SKIP'
+'SKIP'
+ 

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

2020-12-09 Thread Kpcyrd via arch-commits
Date: Wednesday, December 9, 2020 @ 19:04:12
  Author: kpcyrd
Revision: 772913

upgpkg: monero-gui 0.17.1.6-1

Modified:
  monero-gui/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2020-12-09 19:04:07 UTC (rev 772912)
+++ PKGBUILD2020-12-09 19:04:12 UTC (rev 772913)
@@ -1,9 +1,9 @@
 # Maintainer: kpcyrd 
 
 pkgname=monero-gui
-pkgver=0.17.1.5
-_commit=96f9c11320ee3c4f1f1c35f3ac8e8f78340bd378
-pkgrel=2
+pkgver=0.17.1.6
+_commit=cc352e49134bea07e3d21905f05ed9148561be21
+pkgrel=1
 pkgdesc="QT GUI wallet for Monero: the secure, private, untraceable 
peer-to-peer currency"
 license=('BSD')
 arch=('x86_64')


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

2020-12-09 Thread Kpcyrd via arch-commits
Date: Wednesday, December 9, 2020 @ 19:03:49
  Author: kpcyrd
Revision: 772911

upgpkg: monero 0.17.1.6-1

Modified:
  monero/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2020-12-09 18:23:23 UTC (rev 772910)
+++ PKGBUILD2020-12-09 19:03:49 UTC (rev 772911)
@@ -1,9 +1,9 @@
 # Maintainer: kpcyrd 
 
 pkgname=monero
-pkgver=0.17.1.5
-_commit=3942a1cd043bb103ca05184057aea5c86e3137e5
-pkgrel=2
+pkgver=0.17.1.6
+_commit=f7aa91f70d4129d8b5565090cd9f4c3788536fd2
+pkgrel=1
 pkgdesc="Monero: the secure, private, untraceable peer-to-peer currency"
 license=('BSD')
 arch=('x86_64')


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

2020-12-10 Thread Kpcyrd via arch-commits
Date: Thursday, December 10, 2020 @ 21:27:09
  Author: kpcyrd
Revision: 773084

upgpkg: signal-desktop 1.39.2-1

Modified:
  signal-desktop/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2020-12-10 20:51:52 UTC (rev 773083)
+++ PKGBUILD2020-12-10 21:27:09 UTC (rev 773084)
@@ -3,7 +3,7 @@
 
 pkgname=signal-desktop
 _pkgname=Signal-Desktop
-pkgver=1.38.2
+pkgver=1.39.2
 pkgrel=1
 pkgdesc="Signal Private Messenger for Linux"
 license=('GPL3')
@@ -21,12 +21,12 @@
   # See https://github.com/atom/node-spellchecker/issues/127
   
"https://github.com/atom/node-spellchecker/archive/613ff91dd2d9a5ee0e86be8a3682beecc4e94887.tar.gz";
 )
-sha512sums=('fb95083483b5d236829d0a42cae2393da58845edee723c398a2b0f25b1d277c9c1dd10f09323b53d719b410603ce9cb186d9a5ebfdbb7db2420e0377d9fd0801'
+sha512sums=('20bdefdc963b93edc9db75cd1385079b27518b496a9ef269ef2cbb3f93612f9b790a7dcac31904f0c6783f8618e693d717940080d7291e105bddd0c41c43'
 
'd07220429c479e3b6aaafede95da117bdb735877162f584265a16434ed75a926c21534e8d291de53e58a1bf0a72cdd41a9a8ae7314e2f6fec98c938852a3b991'
 
'6b846fdf70dae6c4657de523ec133d2f08325740863660b86e75d032bb07a4b97834ba0eeea4c77000c2c20b11739b8e8deaf06584f9279638e640c4b7633dd5'
 
'6673066172d6c367961f3e2d762dd483e51a9f733d52e27d0569b333ad397375fd41d61b8a414b8c9e8dbba560a6c710678b3d105f8d285cb94d70561368d5a2'
 
'42f57802fa91dafb6dbfb5a3f613c4c07df65e97f8da84c9a54292c97a4d170f8455461aac8f6f7819d1ffbea4bf6c28488f8950056ba988776d060be3f107dd')
-b2sums=('74ed0f367bf760c4dab7ea664c88d8bae295cd3368d7dd9e2cadd1bb5a1fd359a83585529bb8b646f25e4593bb407b8f94adfbfd1d617f0c3660c2f476f194e4'
+b2sums=('0294bae37a8bce7d3261791c49da0fbcaa348304b20c61b6943177cef8acceab6c221ff4f54c220d86623f6748444514bb857d3a45ff8f7e854d06109e11ff39'
 
'b05d190f28029c65d5cc15f69804db0b2775ff55b4db3a721c1dcf4aa8219b459453740fd26afecb6d72a515366af80af0b985d7b58e542a9edd76bb251ae000'
 
'91fe76cd2ef32bd523aa857a219209f93ca5a6a3f5caa35f67c489a8eb79c8e1e404f453bed9e866e543ed48b9df8e17b45ad2ea8891b48d1502a97589a144af'
 
'b8171e6d881a6ffd5588d1cae00ed81412eff1602670003fc1f48b7e6cb2d680340d464b7b38ee8886a8bd8193166ad71e3ad10b0de8b2a397b383b72434e289'


[arch-commits] Commit in signal-desktop/repos/community-x86_64 (10 files)

2020-12-10 Thread Kpcyrd via arch-commits
Date: Thursday, December 10, 2020 @ 21:27:32
  Author: kpcyrd
Revision: 773085

archrelease: copy trunk to community-x86_64

Added:
  signal-desktop/repos/community-x86_64/PKGBUILD
(from rev 773084, signal-desktop/trunk/PKGBUILD)
  signal-desktop/repos/community-x86_64/TRADEMARK_CONSENT.txt
(from rev 773084, signal-desktop/trunk/TRADEMARK_CONSENT.txt)
  signal-desktop/repos/community-x86_64/expire-from-source-date-epoch.patch
(from rev 773084, signal-desktop/trunk/expire-from-source-date-epoch.patch)
  signal-desktop/repos/community-x86_64/openssl-linking.patch
(from rev 773084, signal-desktop/trunk/openssl-linking.patch)
  signal-desktop/repos/community-x86_64/signal-desktop.desktop
(from rev 773084, signal-desktop/trunk/signal-desktop.desktop)
Deleted:
  signal-desktop/repos/community-x86_64/PKGBUILD
  signal-desktop/repos/community-x86_64/TRADEMARK_CONSENT.txt
  signal-desktop/repos/community-x86_64/expire-from-source-date-epoch.patch
  signal-desktop/repos/community-x86_64/openssl-linking.patch
  signal-desktop/repos/community-x86_64/signal-desktop.desktop

-+
 PKGBUILD|  174 +-
 expire-from-source-date-epoch.patch |   26 ++---
 openssl-linking.patch   |   38 +++
 signal-desktop.desktop  |   18 +--
 4 files changed, 128 insertions(+), 128 deletions(-)

Deleted: PKGBUILD
===
--- PKGBUILD2020-12-10 21:27:09 UTC (rev 773084)
+++ PKGBUILD2020-12-10 21:27:32 UTC (rev 773085)
@@ -1,87 +0,0 @@
-# Maintainer: kpcyrd 
-# Contributor: Jean Lucas 
-
-pkgname=signal-desktop
-_pkgname=Signal-Desktop
-pkgver=1.38.2
-pkgrel=1
-pkgdesc="Signal Private Messenger for Linux"
-license=('GPL3')
-replaces=('signal-desktop-bin')
-arch=('x86_64')
-url="https://signal.org";
-depends=('libvips' 'libxss' 'hicolor-icon-theme')
-makedepends=('yarn' 'git' 'nodejs' 'npm' 'python')
-source=(
-  
"${pkgname}-${pkgver}.tar.gz::https://github.com/signalapp/${_pkgname}/archive/v${pkgver}.tar.gz";
-  "${pkgname}.desktop"
-  "openssl-linking.patch"
-  "expire-from-source-date-epoch.patch"
-  # Cherry-pick a specific commit for the node-spellchecker dependency
-  # See https://github.com/atom/node-spellchecker/issues/127
-  
"https://github.com/atom/node-spellchecker/archive/613ff91dd2d9a5ee0e86be8a3682beecc4e94887.tar.gz";
-)
-sha512sums=('fb95083483b5d236829d0a42cae2393da58845edee723c398a2b0f25b1d277c9c1dd10f09323b53d719b410603ce9cb186d9a5ebfdbb7db2420e0377d9fd0801'
-
'd07220429c479e3b6aaafede95da117bdb735877162f584265a16434ed75a926c21534e8d291de53e58a1bf0a72cdd41a9a8ae7314e2f6fec98c938852a3b991'
-
'6b846fdf70dae6c4657de523ec133d2f08325740863660b86e75d032bb07a4b97834ba0eeea4c77000c2c20b11739b8e8deaf06584f9279638e640c4b7633dd5'
-
'6673066172d6c367961f3e2d762dd483e51a9f733d52e27d0569b333ad397375fd41d61b8a414b8c9e8dbba560a6c710678b3d105f8d285cb94d70561368d5a2'
-
'42f57802fa91dafb6dbfb5a3f613c4c07df65e97f8da84c9a54292c97a4d170f8455461aac8f6f7819d1ffbea4bf6c28488f8950056ba988776d060be3f107dd')
-b2sums=('74ed0f367bf760c4dab7ea664c88d8bae295cd3368d7dd9e2cadd1bb5a1fd359a83585529bb8b646f25e4593bb407b8f94adfbfd1d617f0c3660c2f476f194e4'
-
'b05d190f28029c65d5cc15f69804db0b2775ff55b4db3a721c1dcf4aa8219b459453740fd26afecb6d72a515366af80af0b985d7b58e542a9edd76bb251ae000'
-
'91fe76cd2ef32bd523aa857a219209f93ca5a6a3f5caa35f67c489a8eb79c8e1e404f453bed9e866e543ed48b9df8e17b45ad2ea8891b48d1502a97589a144af'
-
'b8171e6d881a6ffd5588d1cae00ed81412eff1602670003fc1f48b7e6cb2d680340d464b7b38ee8886a8bd8193166ad71e3ad10b0de8b2a397b383b72434e289'
-
'53ad39f0bed69c5c5635d2e581f4ce56e3080fee16f184add08adee1164c2d68059d52071478a05cdacf04186f9964250f46f09e80553bf35e1f2f4cd1976d1b')
-
-prepare() {
-  cd "${_pkgname}-${pkgver}"
-
-  # Fix SpellChecker build with imminent Node 13
-  # See https://github.com/atom/node-spellchecker/issues/127
-  sed -r 's#("spellchecker": 
").*"#\1file:'"${srcdir}"'/613ff91dd2d9a5ee0e86be8a3682beecc4e94887.tar.gz"#' 
-i package.json
-
-  # Allow higher Node versions
-  sed 's#"node": "#&>=#' -i package.json
-
-  # Select node-gyp versions with python3 support
-  sed 's#"node-gyp": "5.0.3"#"node-gyp": "6.1.0"#' -i package.json
-  # https://github.com/sass/node-sass/pull/2841
-  # https://github.com/sass/node-sass/issues/2716
-  sed -r 's#("resolutions": \{)#"resolutions": {"node-sass/node-gyp": 
"^6.0.0",#' -i package.json
-
-  yarn install --ignore-engines
-
-  # Have SQLCipher dynamically link from OpenSSL
-  # See https://github.com/signalapp/Signal-Desktop/issues/2634
-  patch --forward --strip=1 --input="${srcdir}/openssl-linking.patch"
-
-  # We can't read the release date from git so we use SOURCE_DATE_EPOCH instead
-  patch --forward --strip=1 
--input="${srcdir}/expire-from-source-date-epoch.patch"
-}
-
-build() {
-  cd "${_pkgname}-${pkgver

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

2020-12-11 Thread Kpcyrd via arch-commits
Date: Friday, December 11, 2020 @ 19:40:56
  Author: kpcyrd
Revision: 773209

upgpkg: findomain 2.1.5-1

Modified:
  findomain/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2020-12-11 18:27:06 UTC (rev 773208)
+++ PKGBUILD2020-12-11 19:40:56 UTC (rev 773209)
@@ -2,7 +2,8 @@
 # Contributor: Eduard Tolosa 
 
 pkgname=findomain
-pkgver=2.1.4
+_pkgname=Findomain
+pkgver=2.1.5
 pkgrel=1
 pkgdesc='The fastest and cross-platform subdomain enumerator, do not waste 
your time'
 url='https://github.com/Edu4rdSHL/findomain'
@@ -11,22 +12,21 @@
 depends=('gcc-libs')
 makedepends=('cargo')
 optdepends=('postgresql: for subdomain monitoring')
-source=("https://github.com/Edu4rdSHL/${pkgname}/archive/${pkgver}/${pkgname}-${pkgver}.tar.gz";)
-sha512sums=('3a206037cbe92f28c9816ffa8b3f66d70737edcc687de8e4f919fe657b05d26485f0c649a17a3ca2109027ffaf340973f770e207bfeaca91fb382f5e9bac64e3')
-b2sums=('1e3a7df8ca2b9c7111aad0c87106a6b800c5b9b6da3b82b522da49689a683e1365a9701107a44dcd7a88a2e56d509946c44a37b67d35c92c5663b5b91aa1afb6')
+source=("https://github.com/${_pkgname}/${_pkgname}/archive/${pkgver}/${pkgname}-${pkgver}.tar.gz";)
+b2sums=('abf154ff1319075b17f5f9a486d65aba0065e623a1dbd588b8d0b701b30885458484ad47af3ab42327413d8d98e36e6b5598caf0abc87169db24f0ebde8fa7a6')
 
 build() {
-  cd ${pkgname}-${pkgver}
+  cd ${_pkgname}-${pkgver}
   cargo build --release --locked
 }
 
 check() {
-  cd ${pkgname}-${pkgver}
+  cd ${_pkgname}-${pkgver}
   cargo test --release --locked
 }
 
 package() {
-  cd ${pkgname}-${pkgver}
+  cd ${_pkgname}-${pkgver}
 
   install -Dm 755 "target/release/${pkgname}" -t "${pkgdir}/usr/bin"
   install -Dm 644 README.md -t "${pkgdir}/usr/share/doc/${pkgname}"


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

2020-12-11 Thread Kpcyrd via arch-commits
Date: Friday, December 11, 2020 @ 19:41:10
  Author: kpcyrd
Revision: 773210

archrelease: copy trunk to community-x86_64

Added:
  findomain/repos/community-x86_64/PKGBUILD
(from rev 773209, findomain/trunk/PKGBUILD)
Deleted:
  findomain/repos/community-x86_64/PKGBUILD

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

Deleted: PKGBUILD
===
--- PKGBUILD2020-12-11 19:40:56 UTC (rev 773209)
+++ PKGBUILD2020-12-11 19:41:10 UTC (rev 773210)
@@ -1,36 +0,0 @@
-# Maintainer: kpcyrd 
-# Contributor: Eduard Tolosa 
-
-pkgname=findomain
-pkgver=2.1.4
-pkgrel=1
-pkgdesc='The fastest and cross-platform subdomain enumerator, do not waste 
your time'
-url='https://github.com/Edu4rdSHL/findomain'
-arch=('x86_64')
-license=('GPL3')
-depends=('gcc-libs')
-makedepends=('cargo')
-optdepends=('postgresql: for subdomain monitoring')
-source=("https://github.com/Edu4rdSHL/${pkgname}/archive/${pkgver}/${pkgname}-${pkgver}.tar.gz";)
-sha512sums=('3a206037cbe92f28c9816ffa8b3f66d70737edcc687de8e4f919fe657b05d26485f0c649a17a3ca2109027ffaf340973f770e207bfeaca91fb382f5e9bac64e3')
-b2sums=('1e3a7df8ca2b9c7111aad0c87106a6b800c5b9b6da3b82b522da49689a683e1365a9701107a44dcd7a88a2e56d509946c44a37b67d35c92c5663b5b91aa1afb6')
-
-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}" -t "${pkgdir}/usr/bin"
-  install -Dm 644 README.md -t "${pkgdir}/usr/share/doc/${pkgname}"
-  install -Dm 644 "${pkgname}.1" -t "${pkgdir}/usr/share/man/man1"
-}
-
-# vim: ts=2 sw=2 et:

Copied: findomain/repos/community-x86_64/PKGBUILD (from rev 773209, 
findomain/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2020-12-11 19:41:10 UTC (rev 773210)
@@ -0,0 +1,36 @@
+# Maintainer: kpcyrd 
+# Contributor: Eduard Tolosa 
+
+pkgname=findomain
+_pkgname=Findomain
+pkgver=2.1.5
+pkgrel=1
+pkgdesc='The fastest and cross-platform subdomain enumerator, do not waste 
your time'
+url='https://github.com/Edu4rdSHL/findomain'
+arch=('x86_64')
+license=('GPL3')
+depends=('gcc-libs')
+makedepends=('cargo')
+optdepends=('postgresql: for subdomain monitoring')
+source=("https://github.com/${_pkgname}/${_pkgname}/archive/${pkgver}/${pkgname}-${pkgver}.tar.gz";)
+b2sums=('abf154ff1319075b17f5f9a486d65aba0065e623a1dbd588b8d0b701b30885458484ad47af3ab42327413d8d98e36e6b5598caf0abc87169db24f0ebde8fa7a6')
+
+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}" -t "${pkgdir}/usr/bin"
+  install -Dm 644 README.md -t "${pkgdir}/usr/share/doc/${pkgname}"
+  install -Dm 644 "${pkgname}.1" -t "${pkgdir}/usr/share/man/man1"
+}
+
+# vim: ts=2 sw=2 et:


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

2020-12-14 Thread Kpcyrd via arch-commits
Date: Tuesday, December 15, 2020 @ 01:16:15
  Author: kpcyrd
Revision: 775817

upgpkg: monero 0.17.1.7-1

Modified:
  monero/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2020-12-15 00:25:53 UTC (rev 775816)
+++ PKGBUILD2020-12-15 01:16:15 UTC (rev 775817)
@@ -1,9 +1,9 @@
 # Maintainer: kpcyrd 
 
 pkgname=monero
-pkgver=0.17.1.6
-_commit=f7aa91f70d4129d8b5565090cd9f4c3788536fd2
-pkgrel=2
+pkgver=0.17.1.7
+_commit=54a4071473432f30b83638a98779941e0b164f39
+pkgrel=1
 pkgdesc="Monero: the secure, private, untraceable peer-to-peer currency"
 license=('BSD')
 arch=('x86_64')


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

2020-12-14 Thread Kpcyrd via arch-commits
Date: Tuesday, December 15, 2020 @ 01:16:31
  Author: kpcyrd
Revision: 775818

archrelease: copy trunk to community-x86_64

Added:
  monero/repos/community-x86_64/PKGBUILD
(from rev 775817, monero/trunk/PKGBUILD)
  monero/repos/community-x86_64/monero.sysusers
(from rev 775817, monero/trunk/monero.sysusers)
  monero/repos/community-x86_64/monero.tmpfiles
(from rev 775817, monero/trunk/monero.tmpfiles)
Deleted:
  monero/repos/community-x86_64/PKGBUILD
  monero/repos/community-x86_64/monero.sysusers
  monero/repos/community-x86_64/monero.tmpfiles

-+
 PKGBUILD|  162 +++---
 monero.sysusers |2 
 monero.tmpfiles |2 
 3 files changed, 83 insertions(+), 83 deletions(-)

Deleted: PKGBUILD
===
--- PKGBUILD2020-12-15 01:16:15 UTC (rev 775817)
+++ PKGBUILD2020-12-15 01:16:31 UTC (rev 775818)
@@ -1,81 +0,0 @@
-# Maintainer: kpcyrd 
-
-pkgname=monero
-pkgver=0.17.1.6
-_commit=f7aa91f70d4129d8b5565090cd9f4c3788536fd2
-pkgrel=2
-pkgdesc="Monero: the secure, private, untraceable peer-to-peer currency"
-license=('BSD')
-arch=('x86_64')
-url="https://getmonero.org/";
-depends=('boost-libs' 'libunwind' 'openssl' 'readline' 'zeromq' 'pcsclite' 
'hidapi' 'protobuf' 'libusb' 'libudev.so')
-makedepends=('git' 'cmake' 'boost')
-source=(
-
"${pkgname}"::"git+https://github.com/monero-project/monero?signed#commit=${_commit}";
-"git+https://github.com/monero-project/unbound.git";
-"git+https://github.com/monero-project/miniupnp.git";
-"git+https://github.com/Tencent/rapidjson.git";
-"git+https://github.com/trezor/trezor-common.git";
-"git+https://github.com/tevador/randomx.git";
-"monero.sysusers"
-"monero.tmpfiles")
-sha512sums=('SKIP'
-'SKIP'
-'SKIP'
-'SKIP'
-'SKIP'
-'SKIP'
-
'2e4ecf3f305dab46e166f50c0451dd969927b485df544aebcf8115a65444573e6d57a8ac6bea64ce5ab4b5cce2c70f913d9ac3bce561c59acf89851edc76a22c'
-
'ae3c300548e6ba5fdf6a203146e5dcaf1955c3e19820c0bb3a73bb70ec5629a3af00d43dac95b6f3832ded5c480e872d829981a63206016d4a64f3940b713357')
-validpgpkeys=(
-  '8777AB8F778EE89487A2F8E7F4ACA0183641E010' # luigi 
-  'BDA6BD7042B721C467A9759D7455C5E3C0CDCEB9' # Riccardo Spagni 

-)
-
-prepare() {
-  cd "${pkgname}"
-  git submodule init
-  git config submodule.external/unbound.url "$srcdir/unbound"
-  git config submodule.external/miniupnp.url "$srcdir/miniupnp"
-  git config submodule.external/rapidjson.url "$srcdir/rapidjson"
-  git config submodule.external/trezor-common.url "$srcdir/trezor-common"
-  git config submodule.external/randomx.url "$srcdir/randomx"
-  git submodule update
-}
-
-build() {
-  cd "${pkgname}"
-  mkdir -p build && cd build
-  cmake -D BUILD_TESTS=ON -D CMAKE_BUILD_TYPE=release -D ARCH=default ../
-  make
-}
-
-package() {
-  backup=('etc/monerod.conf')
-
-  cd "${pkgname}"
-  install -Dm644 "LICENSE" -t "${pkgdir}/usr/share/licenses/${pkgname}"
-
-  install -Dm644 "utils/conf/monerod.conf" "${pkgdir}/etc/monerod.conf"
-  install -Dm644 "utils/systemd/monerod.service" 
"${pkgdir}/usr/lib/systemd/system/monerod.service"
-  install -Dm644 "../monero.sysusers" 
"${pkgdir}/usr/lib/sysusers.d/monero.conf"
-  install -Dm644 "../monero.tmpfiles" 
"${pkgdir}/usr/lib/tmpfiles.d/monero.conf"
-
-  install -Dm755 "build/bin/monero-blockchain-ancestry" \
- "build/bin/monero-blockchain-depth" \
- "build/bin/monero-blockchain-export" \
- "build/bin/monero-blockchain-import" \
- "build/bin/monero-blockchain-mark-spent-outputs" \
- "build/bin/monero-blockchain-prune" \
- "build/bin/monero-blockchain-prune-known-spent-data" \
- "build/bin/monero-blockchain-stats" \
- "build/bin/monero-blockchain-usage" \
- "build/bin/monero-gen-ssl-cert" \
- "build/bin/monero-gen-trusted-multisig" \
- "build/bin/monero-wallet-cli" \
- "build/bin/monero-wallet-rpc" \
- "build/bin/monerod" \
- -t "${pkgdir}/usr/bin"
-}
-
-# vim: ts=2 sw=2 et:

Copied: monero/repos/community-x86_64/PKGBUILD (from rev 775817, 
monero/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2020-12-15 01:16:31 UTC (rev 775818)
@@ -0,0 +1,81 @@
+# Maintainer: kpcyrd 
+
+pkgname=monero
+pkgver=0.17.1.7
+_commit=54a4071473432f30b83638a98779941e0b164f39
+pkgrel=1
+pkgdesc="Monero: the secure, private, untraceable peer-to-peer currency"
+license=('BSD')
+arch=('x86_64')
+url="https://getmonero.org/";
+depends=('boost-libs' 'libunwind' 'openssl' 'readline' 'zeromq' 'pcsclite' 
'hidapi' 'protobuf' 'libusb' 'libudev.so')
+makedepends=('git' 'cmake' 'boost')
+source=(
+
"${pkgname}

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

2020-12-14 Thread Kpcyrd via arch-commits
Date: Tuesday, December 15, 2020 @ 01:42:04
  Author: kpcyrd
Revision: 775819

upgpkg: monero-gui 0.17.1.7-1

Modified:
  monero-gui/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2020-12-15 01:16:31 UTC (rev 775818)
+++ PKGBUILD2020-12-15 01:42:04 UTC (rev 775819)
@@ -1,9 +1,9 @@
 # Maintainer: kpcyrd 
 
 pkgname=monero-gui
-pkgver=0.17.1.6
-_commit=cc352e49134bea07e3d21905f05ed9148561be21
-pkgrel=2
+pkgver=0.17.1.7
+_commit=fed00a5662dcbc77c928a06778d7c9001e7d90f9
+pkgrel=1
 pkgdesc="QT GUI wallet for Monero: the secure, private, untraceable 
peer-to-peer currency"
 license=('BSD')
 arch=('x86_64')


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

2020-12-14 Thread Kpcyrd via arch-commits
Date: Tuesday, December 15, 2020 @ 01:42:22
  Author: kpcyrd
Revision: 775820

archrelease: copy trunk to community-x86_64

Added:
  monero-gui/repos/community-x86_64/PKGBUILD
(from rev 775819, monero-gui/trunk/PKGBUILD)
  monero-gui/repos/community-x86_64/monero-gui.desktop
(from rev 775819, monero-gui/trunk/monero-gui.desktop)
Deleted:
  monero-gui/repos/community-x86_64/PKGBUILD
  monero-gui/repos/community-x86_64/monero-gui.desktop

+
 PKGBUILD   |  140 +--
 monero-gui.desktop |   30 +-
 2 files changed, 85 insertions(+), 85 deletions(-)

Deleted: PKGBUILD
===
--- PKGBUILD2020-12-15 01:42:04 UTC (rev 775819)
+++ PKGBUILD2020-12-15 01:42:22 UTC (rev 775820)
@@ -1,70 +0,0 @@
-# Maintainer: kpcyrd 
-
-pkgname=monero-gui
-pkgver=0.17.1.6
-_commit=cc352e49134bea07e3d21905f05ed9148561be21
-pkgrel=2
-pkgdesc="QT GUI wallet for Monero: the secure, private, untraceable 
peer-to-peer currency"
-license=('BSD')
-arch=('x86_64')
-url="https://getmonero.org/";
-depends=('monero' 'boost-libs' 'libunwind' 'openssl' 'readline' 'zeromq' 
'pcsclite' 'hidapi' 'unbound' 'hicolor-icon-theme' 'libusb' 'libudev.so'
-'qt5-base' 'qt5-declarative' 'qt5-graphicaleffects' 'qt5-quickcontrols' 
'qt5-quickcontrols2' 'qt5-svg' 'qt5-xmlpatterns')
-makedepends=('git' 'cmake' 'boost' 'qt5-tools')
-source=(
-"git+https://github.com/monero-project/monero-gui?signed#commit=${_commit}";
-"git+https://github.com/monero-project/monero";
-"git+https://github.com/monero-project/unbound.git";
-"git+https://github.com/monero-project/miniupnp.git";
-"git+https://github.com/Tencent/rapidjson.git";
-"git+https://github.com/trezor/trezor-common.git";
-"git+https://github.com/tevador/randomx.git";
-"git+https://github.com/monero-project/supercop.git";
-"monero-gui.desktop"
-)
-sha512sums=('SKIP'
-'SKIP'
-'SKIP'
-'SKIP'
-'SKIP'
-'SKIP'
-'SKIP'
-'SKIP'
-
'8aa10a47c3217e5bf12bb40a02828bb75cb38e4b5b124a8b05e487e7d3212c132911d5025193d4a7d984aebef94177dee42acf958c11a18b99fd13e872a771e8')
-validpgpkeys=(
-  '8777AB8F778EE89487A2F8E7F4ACA0183641E010' # luigi 
-  '487277A8BD0A209C16B700F3C64552D877C32479' # Alexander Blair (Snipa / 
Snipa22) 
-)
-
-prepare() {
-  cd "${pkgname}"
-  git submodule init
-  git config submodule.monero.url "$srcdir/monero"
-  git submodule update
-  cd monero
-  git config submodule.external/unbound.url "$srcdir/unbound"
-  git config submodule.external/miniupnp.url "$srcdir/miniupnp"
-  git config submodule.external/rapidjson.url "$srcdir/rapidjson"
-  git config submodule.external/trezor-common.url "$srcdir/trezor-common"
-  git config submodule.external/randomx.url "$srcdir/randomx"
-  git config submodule.external/supercop.url "$srcdir/supercop"
-  git submodule update
-}
-
-build() {
-  cd "${pkgname}"
-  ARCH=default make release
-}
-
-package() {
-  cd "${pkgname}"
-  install -Dm755 build/release/bin/monero-wallet-gui -t "${pkgdir}/usr/bin"
-  install -Dm644 LICENSE -t "${pkgdir}/usr/share/licenses/${pkgname}"
-
-  install -Dm644 ../monero-gui.desktop -t "${pkgdir}/usr/share/applications"
-  for x in 16 24 32 48 64 96 128 256; do
-install -Dm644 "images/appicons/${x}x${x}.png" 
"${pkgdir}/usr/share/icons/hicolor/${x}x${x}/apps/monero-gui.png"
-  done
-}
-
-# vim: ts=2 sw=2 et:

Copied: monero-gui/repos/community-x86_64/PKGBUILD (from rev 775819, 
monero-gui/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2020-12-15 01:42:22 UTC (rev 775820)
@@ -0,0 +1,70 @@
+# Maintainer: kpcyrd 
+
+pkgname=monero-gui
+pkgver=0.17.1.7
+_commit=fed00a5662dcbc77c928a06778d7c9001e7d90f9
+pkgrel=1
+pkgdesc="QT GUI wallet for Monero: the secure, private, untraceable 
peer-to-peer currency"
+license=('BSD')
+arch=('x86_64')
+url="https://getmonero.org/";
+depends=('monero' 'boost-libs' 'libunwind' 'openssl' 'readline' 'zeromq' 
'pcsclite' 'hidapi' 'unbound' 'hicolor-icon-theme' 'libusb' 'libudev.so'
+'qt5-base' 'qt5-declarative' 'qt5-graphicaleffects' 'qt5-quickcontrols' 
'qt5-quickcontrols2' 'qt5-svg' 'qt5-xmlpatterns')
+makedepends=('git' 'cmake' 'boost' 'qt5-tools')
+source=(
+"git+https://github.com/monero-project/monero-gui?signed#commit=${_commit}";
+"git+https://github.com/monero-project/monero";
+"git+https://github.com/monero-project/unbound.git";
+"git+https://github.com/monero-project/miniupnp.git";
+"git+https://github.com/Tencent/rapidjson.git";
+"git+https://github.com/trezor/trezor-common.git";
+"git+https://github.com/tevador/randomx.git";
+"git+https://github.com/monero-project/supercop.git";
+"monero-gui.desktop"
+)
+sha512sums=('SKIP'
+'SKIP'
+'SKIP'
+  

  1   2   3   4   5   6   >