[arch-commits] Commit in freepats-general-midi/trunk (PKGBUILD)

2019-08-15 Thread David Runge via arch-commits
Date: Thursday, August 15, 2019 @ 07:01:16
  Author: dvzrv
Revision: 499440

upgpkg: freepats-general-midi 20190813-1

Upgrading to 20190813. Upstream changed the source file name scheme, because 
reasons.

Modified:
  freepats-general-midi/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2019-08-15 06:19:25 UTC (rev 499439)
+++ PKGBUILD2019-08-15 07:01:16 UTC (rev 499440)
@@ -1,7 +1,7 @@
 # Maintainer: David Runge 
-_name="FreePats2-GM"
+_name="FreePatsGM-SF2"
 pkgname=freepats-general-midi
-pkgver=20181205
+pkgver=20190813
 pkgrel=1
 pkgdesc="General MIDI sound sets"
 arch=('any')
@@ -10,12 +10,11 @@
 groups=('soundfonts')
 replaces=('timidity-freepats')
 depends=('soundfont-synthesizer')
-source=("https://freepats.zenvoid.org/SoundSets/FreePats2-GeneralMIDI/${_name}-${pkgver}.tar.xz";)
-md5sums=('7ed3f33e1ecf60433480a547e8c14dac')
+source=("https://freepats.zenvoid.org/SoundSets/FreePats-GeneralMIDI/${_name}-${pkgver}.tar.xz";)
+sha512sums=('d8841a2284dece09b7070ed5c64f76148c883b7a2b8406bcb57e043667ba5fe9cbe4e3dd164005c1e4cb0b0553b6b1f4283f1afaf35e97b5905aea0e0dc284a5')
 
 package() {
   cd "${_name}-${pkgver}"
-  install -vDm 644 "${_name}-${pkgver}.sf2" \
-"${pkgdir}/usr/share/soundfonts/${pkgname}.sf2"
+  install -vDm 644 *".sf2" "${pkgdir}/usr/share/soundfonts/${pkgname}.sf2"
   install -vDm 644 readme.txt -t "${pkgdir}/usr/share/doc/${pkgname}"
 }


[arch-commits] Commit in freepats-general-midi/repos/community-any (PKGBUILD PKGBUILD)

2019-08-15 Thread David Runge via arch-commits
Date: Thursday, August 15, 2019 @ 07:01:24
  Author: dvzrv
Revision: 499441

archrelease: copy trunk to community-any

Added:
  freepats-general-midi/repos/community-any/PKGBUILD
(from rev 499440, freepats-general-midi/trunk/PKGBUILD)
Deleted:
  freepats-general-midi/repos/community-any/PKGBUILD

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

Deleted: PKGBUILD
===
--- PKGBUILD2019-08-15 07:01:16 UTC (rev 499440)
+++ PKGBUILD2019-08-15 07:01:24 UTC (rev 499441)
@@ -1,21 +0,0 @@
-# Maintainer: David Runge 
-_name="FreePats2-GM"
-pkgname=freepats-general-midi
-pkgver=20181205
-pkgrel=1
-pkgdesc="General MIDI sound sets"
-arch=('any')
-url="https://freepats.zenvoid.org/SoundSets/general-midi.html";
-license=('GPL3' 'CCPL')
-groups=('soundfonts')
-replaces=('timidity-freepats')
-depends=('soundfont-synthesizer')
-source=("https://freepats.zenvoid.org/SoundSets/FreePats2-GeneralMIDI/${_name}-${pkgver}.tar.xz";)
-md5sums=('7ed3f33e1ecf60433480a547e8c14dac')
-
-package() {
-  cd "${_name}-${pkgver}"
-  install -vDm 644 "${_name}-${pkgver}.sf2" \
-"${pkgdir}/usr/share/soundfonts/${pkgname}.sf2"
-  install -vDm 644 readme.txt -t "${pkgdir}/usr/share/doc/${pkgname}"
-}

Copied: freepats-general-midi/repos/community-any/PKGBUILD (from rev 499440, 
freepats-general-midi/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2019-08-15 07:01:24 UTC (rev 499441)
@@ -0,0 +1,20 @@
+# Maintainer: David Runge 
+_name="FreePatsGM-SF2"
+pkgname=freepats-general-midi
+pkgver=20190813
+pkgrel=1
+pkgdesc="General MIDI sound sets"
+arch=('any')
+url="https://freepats.zenvoid.org/SoundSets/general-midi.html";
+license=('GPL3' 'CCPL')
+groups=('soundfonts')
+replaces=('timidity-freepats')
+depends=('soundfont-synthesizer')
+source=("https://freepats.zenvoid.org/SoundSets/FreePats-GeneralMIDI/${_name}-${pkgver}.tar.xz";)
+sha512sums=('d8841a2284dece09b7070ed5c64f76148c883b7a2b8406bcb57e043667ba5fe9cbe4e3dd164005c1e4cb0b0553b6b1f4283f1afaf35e97b5905aea0e0dc284a5')
+
+package() {
+  cd "${_name}-${pkgver}"
+  install -vDm 644 *".sf2" "${pkgdir}/usr/share/soundfonts/${pkgname}.sf2"
+  install -vDm 644 readme.txt -t "${pkgdir}/usr/share/doc/${pkgname}"
+}


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

2019-08-15 Thread David Runge via arch-commits
Date: Thursday, August 15, 2019 @ 08:49:22
  Author: dvzrv
Revision: 499526

archrelease: copy trunk to community-x86_64

Added:
  ruby-rugged/repos/community-x86_64/PKGBUILD
(from rev 499525, ruby-rugged/trunk/PKGBUILD)
Deleted:
  ruby-rugged/repos/community-x86_64/PKGBUILD

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

Deleted: PKGBUILD
===
--- PKGBUILD2019-08-15 08:49:17 UTC (rev 499525)
+++ PKGBUILD2019-08-15 08:49:22 UTC (rev 499526)
@@ -1,71 +0,0 @@
-# Maintainer: David Runge 
-# Contributor: ChaosKid42 
-# Contributor: Andy Weidenbaum 
-
-_name=rugged
-_libgit2_pkgver=0.28.2
-pkgname=ruby-rugged
-pkgver=0.28.2
-pkgrel=1
-pkgdesc='A Ruby binding to the libgit2 linkable library'
-arch=('x86_64')
-url="https://github.com/libgit2/rugged";
-license=('MIT')
-depends=('ruby' 'libgit2')
-makedepends=('ruby-minitest' 'ruby-rake' 'ruby-rake-compiler' 'ruby-rdoc')
-checkdepends=('git')
-options=(!emptydirs)
-source=("${_name}-${pkgver}.tar.gz::https://github.com/libgit2/${_name}/archive/v${pkgver}.tar.gz";
-
"libgit2-${_libgit2_pkgver}.tar.gz::https://github.com/libgit2/libgit2/archive/v${_libgit2_pkgver}.tar.gz";)
-sha512sums=('febbccc04d16659ed6866f3c7bae0ba3a2f22937fc827535f3e99c1461b3ae22cf8d676436a09ae7c7a47f3f90eec9787a0afa776bccebc5a659b56b1f78ceed'
-
'0879c162e2e1dc00eadfbda22cd1f9d3a95b4ec2b653c108983f37c2f695140882de4d50d7cbc04ced247125a4e9fe6df16130e1267891aecdb2411d920db5c6')
-
-prepare() {
-  mv -v "${_name}-${pkgver}" "${pkgname}-${pkgver}"
-  cd ${pkgname}-${pkgver}
-  # we don't do version pinning
-  sed -r 's|~>|>=|g' -i ${_name}.gemspec
-  # remove broken and useless libgit2 "version check":
-  # https://github.com/libgit2/rugged/issues/698
-  sed '68,88d' -i ext/rugged/extconf.rb
-  # source tarball doesn't include vendored libgit2 version, which is only
-  # needed for test fixtures (resources): 
https://github.com/libgit2/rugged/issues/801
-  mv -v ../libgit2-${_libgit2_pkgver}/* vendor/libgit2
-}
-
-build() {
-  cd "${pkgname}-${pkgver}"
-  export CI_BUILD=true
-  export RUGGED_USE_SYSTEM_LIBRARIES=true
-  export CMAKE_FLAGS=" --use-system-libraries"
-  rake compile
-  rake gem
-}
-
-# we're missing the fixtures from libgit2 to run the tests
-check(){
-  cd "${pkgname}-${pkgver}"
-  # ConfigTest#test_read_global_config_file fails, if no gitconfig is set for 
user...
-  # https://github.com/libgit2/rugged/issues/432
-  git config --global user.name "Foo Bar"
-  rake test
-}
-
-package() {
-  cd ${pkgname}-${pkgver}
-  local _gemdir="$(gem env gemdir)"
-  gem install --ignore-dependencies \
-  --no-user-install \
-  -i "${pkgdir}/${_gemdir}" \
-  -n "${pkgdir}/usr/bin" \
-  pkg/${_name}-${pkgver}.gem
-  install -vDm 644 "$pkgdir/$_gemdir/gems/$_name-$pkgver/LICENSE" \
--t "${pkgdir}/usr/share/licenses/${pkgname}/"
-  install -vDm 644 README.md CHANGELOG.md -t \
-"${pkgdir}/usr/share/doc/${pkgname}"
-  # removing all unneeded stuff
-  cd "${pkgdir}/${_gemdir}"
-  rm -rv cache gems/${_name}-${pkgver}/{ext,lib/*/*.so} \
-extensions/*/*/${_name}-${pkgver}/{mkmf.log,gem_make.out} \
-gems/${_name}-${pkgver}/vendor
-}

Copied: ruby-rugged/repos/community-x86_64/PKGBUILD (from rev 499525, 
ruby-rugged/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2019-08-15 08:49:22 UTC (rev 499526)
@@ -0,0 +1,74 @@
+# Maintainer: David Runge 
+# Contributor: ChaosKid42 
+# Contributor: Andy Weidenbaum 
+
+_name=rugged
+# ideally this should match $pkgver, as package() might fail otherwise. 
thanks, github
+_libgit2_pkgver=0.28.3
+pkgname=ruby-rugged
+pkgver=0.28.3
+pkgrel=1
+pkgdesc='A Ruby binding to the libgit2 linkable library'
+arch=('x86_64')
+url="https://github.com/libgit2/rugged";
+license=('MIT')
+depends=('ruby' 'libgit2')
+makedepends=('ruby-minitest' 'ruby-rake' 'ruby-rake-compiler' 'ruby-rdoc')
+checkdepends=('git')
+options=(!emptydirs)
+source=("${_name}-${pkgver}.tar.gz::https://github.com/libgit2/${_name}/archive/v${pkgver}.tar.gz";
+
"libgit2-${_libgit2_pkgver}.tar.gz::https://github.com/libgit2/libgit2/archive/v${_libgit2_pkgver}.tar.gz";)
+sha512sums=('f377653fb84326968f1126177b0cc6279da5e5f74529605087af7b0c481d203c22d89ca26105dc871ce197c1f91c7fa03cae24fb20d14b65f7002ec017a0e4fe'
+
'15444823b7d4885f7b8c3982f8905efc4a75913de016a9b2e0a24d5ce9746e6a549dffd5469036529557feff2ce7ece9328266eb312c80b96091ce0f65ee97ee')
+
+prepare() {
+  mv -v "${_name}-${pkgver}" "${pkgname}-${pkgver}"
+  cd ${pkgname}-${pkgver}
+  # we don't do version pinning
+  sed -r 's|~>|>=|g' -i ${_name}.gemspec
+  # remove broken and useless libgit2 "version check":
+  # https://github.com/libgit2/rugged/issues/698
+  sed '68,88d' -i ext/rugged/extconf

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

2019-08-15 Thread David Runge via arch-commits
Date: Thursday, August 15, 2019 @ 08:49:17
  Author: dvzrv
Revision: 499525

upgpkg: ruby-rugged 0.28.3-1

Upgrading to 0.28.3. Adding fix to import the correct version of the gem (YOLO 
upstream).

Modified:
  ruby-rugged/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2019-08-15 07:22:39 UTC (rev 499524)
+++ PKGBUILD2019-08-15 08:49:17 UTC (rev 499525)
@@ -3,9 +3,10 @@
 # Contributor: Andy Weidenbaum 
 
 _name=rugged
-_libgit2_pkgver=0.28.2
+# ideally this should match $pkgver, as package() might fail otherwise. 
thanks, github
+_libgit2_pkgver=0.28.3
 pkgname=ruby-rugged
-pkgver=0.28.2
+pkgver=0.28.3
 pkgrel=1
 pkgdesc='A Ruby binding to the libgit2 linkable library'
 arch=('x86_64')
@@ -17,8 +18,8 @@
 options=(!emptydirs)
 
source=("${_name}-${pkgver}.tar.gz::https://github.com/libgit2/${_name}/archive/v${pkgver}.tar.gz";
 
"libgit2-${_libgit2_pkgver}.tar.gz::https://github.com/libgit2/libgit2/archive/v${_libgit2_pkgver}.tar.gz";)
-sha512sums=('febbccc04d16659ed6866f3c7bae0ba3a2f22937fc827535f3e99c1461b3ae22cf8d676436a09ae7c7a47f3f90eec9787a0afa776bccebc5a659b56b1f78ceed'
-
'0879c162e2e1dc00eadfbda22cd1f9d3a95b4ec2b653c108983f37c2f695140882de4d50d7cbc04ced247125a4e9fe6df16130e1267891aecdb2411d920db5c6')
+sha512sums=('f377653fb84326968f1126177b0cc6279da5e5f74529605087af7b0c481d203c22d89ca26105dc871ce197c1f91c7fa03cae24fb20d14b65f7002ec017a0e4fe'
+
'15444823b7d4885f7b8c3982f8905efc4a75913de016a9b2e0a24d5ce9746e6a549dffd5469036529557feff2ce7ece9328266eb312c80b96091ce0f65ee97ee')
 
 prepare() {
   mv -v "${_name}-${pkgver}" "${pkgname}-${pkgver}"
@@ -28,6 +29,9 @@
   # remove broken and useless libgit2 "version check":
   # https://github.com/libgit2/rugged/issues/698
   sed '68,88d' -i ext/rugged/extconf.rb
+  # imported version is wrong:
+  # https://github.com/libgit2/rugged/issues/776#issuecomment-521234453
+  sed -E "s|(VERSION =) .+|\1 '${pkgver}'|" -i lib/rugged/version.rb
   # source tarball doesn't include vendored libgit2 version, which is only
   # needed for test fixtures (resources): 
https://github.com/libgit2/rugged/issues/801
   mv -v ../libgit2-${_libgit2_pkgver}/* vendor/libgit2
@@ -42,7 +46,6 @@
   rake gem
 }
 
-# we're missing the fixtures from libgit2 to run the tests
 check(){
   cd "${pkgname}-${pkgver}"
   # ConfigTest#test_read_global_config_file fails, if no gitconfig is set for 
user...


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

2019-08-15 Thread Filipe Laíns via arch-commits
Date: Thursday, August 15, 2019 @ 08:49:55
  Author: ffy00
Revision: 499527

upgpkg: jenkins 2.189-1

Modified:
  jenkins/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2019-08-15 08:49:22 UTC (rev 499526)
+++ PKGBUILD2019-08-15 08:49:55 UTC (rev 499527)
@@ -4,7 +4,7 @@
 # Contributor: Illarion Kovalchuk 
 
 pkgname=jenkins
-pkgver=2.187
+pkgver=2.189
 pkgrel=1
 pkgdesc='Extendable continuous integration server (latest)'
 arch=('any')
@@ -24,7 +24,7 @@
 'jenkins.tmpfiles'
 'jenkins.sysusers'
 'LICENSE')
-sha512sums=('b3ad3457b97ff2c2331fbaf7d1f3f8d970cb83a74d7a1055ddb4170116f6e9a053f0d0b657369dabd6d0acc56a18750077d4485a60d776d9eab8f28491347e99'
+sha512sums=('5d35a25fb1b78cab7c5abc25e6b7cf02d922f766af55b4a630be825ad7619b3537d34888ef5596a265230dd4f411359329b887d85e65fe57051d79d83f662047'
 
'3a8421cef3953d899c150609f959cf5d5dd6d08d079a5e0f48bfece4f3c80491722b9e90ef841fddb87401c226b8338297c5c4e83e55a33ef8d6e387de3048d0'
 
'a336b006d3711abb75b49a2e12c09ee61cf3275a2cdbbd3676480e2f6ca8ba0fb4b9c08f3f9da193252c4fca827e9a1d5eaad847d0a889445693427ae1571fe7'
 
'a845a7147be54affc586dfce9a188ec24c92e673e88dec0b62da386d2e597de6ecda103429008562abd897f179a52c37cf2188ebc65b8c636efd07d707e18f90'


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

2019-08-15 Thread Felix Yan via arch-commits
Date: Thursday, August 15, 2019 @ 09:32:51
  Author: felixonmars
Revision: 499528

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

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

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

Modified: PKGBUILD
===
--- PKGBUILD2019-08-15 08:49:55 UTC (rev 499527)
+++ PKGBUILD2019-08-15 09:32:51 UTC (rev 499528)
@@ -1,7 +1,7 @@
 # Maintainer: Felix Yan 
 
 pkgname=v2ray-domain-list-community
-pkgver=20190808.1
+pkgver=20190815.1
 pkgrel=1
 pkgdesc="A list of domains to be used as geosites for routing purpose in 
Project V"
 arch=('any')
@@ -9,7 +9,7 @@
 license=('MIT')
 makedepends=('go-pie' 'git')
 
source=("$pkgname-$pkgver.tar.gz::https://github.com/v2ray/domain-list-community/archive/$pkgver.tar.gz";)
-sha512sums=('e9c0d7ad01eab7ae6f83509513031e15ecc0b559f0adb02965051a0be3670bbed5737c537fee66100661d3540f942764b6fc26077668223df7c226273d19db89')
+sha512sums=('3ee58e44010587c57a48f2c886fe32a44e637f8c808c54d4da902820390b91b8703c51f29e5b1bdf738c868b8e8b202d98e6e6e52d8c5ed9f46f91cc9b2b864b')
 
 prepare() {
   mkdir .gopath


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

2019-08-15 Thread Felix Yan via arch-commits
Date: Thursday, August 15, 2019 @ 09:33:04
  Author: felixonmars
Revision: 499529

archrelease: copy trunk to community-any

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

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

Deleted: PKGBUILD
===
--- PKGBUILD2019-08-15 09:32:51 UTC (rev 499528)
+++ PKGBUILD2019-08-15 09:33:04 UTC (rev 499529)
@@ -1,33 +0,0 @@
-# Maintainer: Felix Yan 
-
-pkgname=v2ray-domain-list-community
-pkgver=20190808.1
-pkgrel=1
-pkgdesc="A list of domains to be used as geosites for routing purpose in 
Project V"
-arch=('any')
-url="https://github.com/v2ray/domain-list-community";
-license=('MIT')
-makedepends=('go-pie' 'git')
-source=("$pkgname-$pkgver.tar.gz::https://github.com/v2ray/domain-list-community/archive/$pkgver.tar.gz";)
-sha512sums=('e9c0d7ad01eab7ae6f83509513031e15ecc0b559f0adb02965051a0be3670bbed5737c537fee66100661d3540f942764b6fc26077668223df7c226273d19db89')
-
-prepare() {
-  mkdir .gopath
-  export GOPATH="$srcdir/.gopath"
-
-  mkdir -p .gopath/src/github.com/v2ray
-  ln -s "$PWD/domain-list-community-$pkgver" 
.gopath/src/github.com/v2ray/domain-list-community
-
-  go get github.com/golang/protobuf/proto v2ray.com/core/app/router
-}
-
-build() {
-  cd .gopath
-  go run ./src/github.com/v2ray/domain-list-community/main.go
-}
-
-package() {
-  cd .gopath
-  install -Dm755 dlc.dat "$pkgdir"/etc/v2ray/geosite.dat
-  install -Dm644 "$srcdir"/domain-list-community-$pkgver/LICENSE 
"$pkgdir"/usr/share/licenses/$pkgname/LICENSE
-}

Copied: v2ray-domain-list-community/repos/community-any/PKGBUILD (from rev 
499528, v2ray-domain-list-community/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2019-08-15 09:33:04 UTC (rev 499529)
@@ -0,0 +1,33 @@
+# Maintainer: Felix Yan 
+
+pkgname=v2ray-domain-list-community
+pkgver=20190815.1
+pkgrel=1
+pkgdesc="A list of domains to be used as geosites for routing purpose in 
Project V"
+arch=('any')
+url="https://github.com/v2ray/domain-list-community";
+license=('MIT')
+makedepends=('go-pie' 'git')
+source=("$pkgname-$pkgver.tar.gz::https://github.com/v2ray/domain-list-community/archive/$pkgver.tar.gz";)
+sha512sums=('3ee58e44010587c57a48f2c886fe32a44e637f8c808c54d4da902820390b91b8703c51f29e5b1bdf738c868b8e8b202d98e6e6e52d8c5ed9f46f91cc9b2b864b')
+
+prepare() {
+  mkdir .gopath
+  export GOPATH="$srcdir/.gopath"
+
+  mkdir -p .gopath/src/github.com/v2ray
+  ln -s "$PWD/domain-list-community-$pkgver" 
.gopath/src/github.com/v2ray/domain-list-community
+
+  go get github.com/golang/protobuf/proto v2ray.com/core/app/router
+}
+
+build() {
+  cd .gopath
+  go run ./src/github.com/v2ray/domain-list-community/main.go
+}
+
+package() {
+  cd .gopath
+  install -Dm755 dlc.dat "$pkgdir"/etc/v2ray/geosite.dat
+  install -Dm644 "$srcdir"/domain-list-community-$pkgver/LICENSE 
"$pkgdir"/usr/share/licenses/$pkgname/LICENSE
+}


[arch-commits] Commit in jenkins/repos/community-any (14 files)

2019-08-15 Thread Filipe Laíns via arch-commits
Date: Thursday, August 15, 2019 @ 09:34:17
  Author: ffy00
Revision: 499530

archrelease: copy trunk to community-any

Added:
  jenkins/repos/community-any/LICENSE
(from rev 499529, jenkins/trunk/LICENSE)
  jenkins/repos/community-any/PKGBUILD
(from rev 499529, jenkins/trunk/PKGBUILD)
  jenkins/repos/community-any/jenkins.conf
(from rev 499529, jenkins/trunk/jenkins.conf)
  jenkins/repos/community-any/jenkins.install
(from rev 499529, jenkins/trunk/jenkins.install)
  jenkins/repos/community-any/jenkins.service
(from rev 499529, jenkins/trunk/jenkins.service)
  jenkins/repos/community-any/jenkins.sysusers
(from rev 499529, jenkins/trunk/jenkins.sysusers)
  jenkins/repos/community-any/jenkins.tmpfiles
(from rev 499529, jenkins/trunk/jenkins.tmpfiles)
Deleted:
  jenkins/repos/community-any/LICENSE
  jenkins/repos/community-any/PKGBUILD
  jenkins/repos/community-any/jenkins.conf
  jenkins/repos/community-any/jenkins.install
  jenkins/repos/community-any/jenkins.service
  jenkins/repos/community-any/jenkins.sysusers
  jenkins/repos/community-any/jenkins.tmpfiles

--+
 LICENSE  |   46 +--
 PKGBUILD |   88 ++---
 jenkins.conf |   26 +++
 jenkins.install  |   14 
 jenkins.service  |   48 ++--
 jenkins.sysusers |4 +-
 jenkins.tmpfiles |2 -
 7 files changed, 114 insertions(+), 114 deletions(-)

Deleted: LICENSE
===
--- LICENSE 2019-08-15 09:33:04 UTC (rev 499529)
+++ LICENSE 2019-08-15 09:34:17 UTC (rev 499530)
@@ -1,23 +0,0 @@
-The MIT License
-
-Copyright (c) 2004-, Kohsuke Kawaguchi, Sun Microsystems, Inc., and a number 
of other of contributors
-
-Permission is hereby granted, free of charge, to any person obtaining a copy
-of this software and associated documentation files (the "Software"), to deal
-in the Software without restriction, including without limitation the rights
-to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
-copies of the Software, and to permit persons to whom the Software is
-furnished to do so, subject to the following conditions:
-
-The above copyright notice and this permission notice shall be included in
-all copies or substantial portions of the Software.
-
-THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
-IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
-FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
-AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
-LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
-OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN
-THE SOFTWARE.
-
-

Copied: jenkins/repos/community-any/LICENSE (from rev 499529, 
jenkins/trunk/LICENSE)
===
--- LICENSE (rev 0)
+++ LICENSE 2019-08-15 09:34:17 UTC (rev 499530)
@@ -0,0 +1,23 @@
+The MIT License
+
+Copyright (c) 2004-, Kohsuke Kawaguchi, Sun Microsystems, Inc., and a number 
of other of contributors
+
+Permission is hereby granted, free of charge, to any person obtaining a copy
+of this software and associated documentation files (the "Software"), to deal
+in the Software without restriction, including without limitation the rights
+to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
+copies of the Software, and to permit persons to whom the Software is
+furnished to do so, subject to the following conditions:
+
+The above copyright notice and this permission notice shall be included in
+all copies or substantial portions of the Software.
+
+THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
+IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
+FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
+AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
+LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
+OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN
+THE SOFTWARE.
+
+

Deleted: PKGBUILD
===
--- PKGBUILD2019-08-15 09:33:04 UTC (rev 499529)
+++ PKGBUILD2019-08-15 09:34:17 UTC (rev 499530)
@@ -1,44 +0,0 @@
-# Maintainer: Felix Yan 
-# Contributor: Alexander Rødseth 
-# Contributor: Marcel Huber 
-# Contributor: Illarion Kovalchuk 
-
-pkgname=jenkins
-pkgver=2.187
-pkgrel=1
-pkgdesc='Extendable continuous integration server (latest)'
-arch=('any')
-url='https://jenkins.io'
-license=('MIT')
-depends=('java-runtime=8' 'ttf-dejavu' 'libcups')
-provides=('jenkins-ci')
-conflicts=('jenkins-ci')
-replaces=('jenkins-ci')
-backup=('etc/conf.d/jenkins')
-install='jenkins.install'

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

2019-08-15 Thread Sven-Hendrik Haase via arch-commits
Date: Thursday, August 15, 2019 @ 10:28:45
  Author: svenstaro
Revision: 499531

upgpkg: minio 2019.08.14-1

Modified:
  minio/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2019-08-15 09:34:17 UTC (rev 499530)
+++ PKGBUILD2019-08-15 10:28:45 UTC (rev 499531)
@@ -3,8 +3,8 @@
 # Contributor: Daniel Maslowski 
 
 pkgname=minio
-pkgver=2019.08.01
-_timever=T22:18:54Z
+pkgver=2019.08.14
+_timever=T20:37:41Z
 _pkgver="${pkgver//./-}${_timever//:/-}"
 pkgrel=1
 pkgdesc='Object storage server compatible with Amazon S3'


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

2019-08-15 Thread Sven-Hendrik Haase via arch-commits
Date: Thursday, August 15, 2019 @ 10:28:55
  Author: svenstaro
Revision: 499532

archrelease: copy trunk to community-x86_64

Added:
  minio/repos/community-x86_64/PKGBUILD
(from rev 499531, minio/trunk/PKGBUILD)
  minio/repos/community-x86_64/minio.conf
(from rev 499531, minio/trunk/minio.conf)
  minio/repos/community-x86_64/minio.service
(from rev 499531, minio/trunk/minio.service)
  minio/repos/community-x86_64/minio.sysusers
(from rev 499531, minio/trunk/minio.sysusers)
Deleted:
  minio/repos/community-x86_64/PKGBUILD
  minio/repos/community-x86_64/minio.conf
  minio/repos/community-x86_64/minio.service
  minio/repos/community-x86_64/minio.sysusers

+
 PKGBUILD   |   94 +++
 minio.conf |   16 -
 minio.service  |   54 +++
 minio.sysusers |2 -
 4 files changed, 83 insertions(+), 83 deletions(-)

Deleted: PKGBUILD
===
--- PKGBUILD2019-08-15 10:28:45 UTC (rev 499531)
+++ PKGBUILD2019-08-15 10:28:55 UTC (rev 499532)
@@ -1,47 +0,0 @@
-# Maintainer: Sven-Hendrik Haase 
-# Contributor: Frederik Schwan 
-# Contributor: Daniel Maslowski 
-
-pkgname=minio
-pkgver=2019.08.01
-_timever=T22:18:54Z
-_pkgver="${pkgver//./-}${_timever//:/-}"
-pkgrel=1
-pkgdesc='Object storage server compatible with Amazon S3'
-arch=('x86_64')
-url='https://minio.io'
-license=('APACHE')
-depends=('glibc')
-makedepends=('go-pie' 'git')
-options=('!strip')
-source=(git+https://github.com/minio/minio.git#tag=RELEASE.${_pkgver}
-minio.conf
-minio.service
-minio.sysusers)
-backup=('etc/minio/minio.conf')
-sha512sums=('SKIP'
-
'630a5d109409074b67be71b663a43ad09104121cca3637bb0542df19e375023bff7d7e2cbf39e52cc3cd060d41c363a90bd4ff7734aed1a5ca43a600f6d6d275'
-
'59aa13b47494564c8eea23dd48fdccef0e65adc0defd4bbd9ca039fd602de0791e1311e444bddca71a1bec7a58cb4eaafad09a8d9ae61eb1e534287dfdf610c2'
-
'7e4617aed266cf48a2ff9b0e80e31641d998537c78d2c56ce97b828cfc77d96dbf64728d4235dac7382d6e5b201388bef6722959302de5e2298d93f4ec1e0e63')
-
-build() {
-  export GOPATH="${srcdir}/go"
-  mkdir -p "${GOPATH}/src/github.com/minio"
-  mv "${srcdir}/minio" "${GOPATH}/src/github.com/minio/minio"
-  cd "${GOPATH}/src/github.com/minio/minio"
-  sed -i "s/Version.*/Version = \"${pkgver//./-}${_timever}\"/g" 
cmd/build-constants.go
-  sed -i "s/ReleaseTag.*/ReleaseTag = \"RELEASE.${_pkgver}\"/g" 
cmd/build-constants.go
-  sed -i "s/CommitID.*/CommitID = \"$(git rev-parse HEAD)\"/g" 
cmd/build-constants.go
-  GO111MODULE=on go build
-}
-
-package() {
-  install -dm750 -o 103 -g 103 "${pkgdir}/srv/minio"
-  install -dm750 -o 103 -g 103 "${pkgdir}/var/lib/minio"
-
-  cd "${srcdir}/go/src/github.com/minio/minio"
-  install -Dm755 minio "${pkgdir}/usr/bin/minio"
-  install -Dm644 "${srcdir}/minio.conf" "${pkgdir}/etc/minio/minio.conf"
-  install -Dm644 "${srcdir}/minio.service" 
"${pkgdir}/usr/lib/systemd/system/minio.service"
-  install -Dm644 "${srcdir}/minio.sysusers" 
"${pkgdir}/usr/lib/sysusers.d/minio.conf"
-}

Copied: minio/repos/community-x86_64/PKGBUILD (from rev 499531, 
minio/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2019-08-15 10:28:55 UTC (rev 499532)
@@ -0,0 +1,47 @@
+# Maintainer: Sven-Hendrik Haase 
+# Contributor: Frederik Schwan 
+# Contributor: Daniel Maslowski 
+
+pkgname=minio
+pkgver=2019.08.14
+_timever=T20:37:41Z
+_pkgver="${pkgver//./-}${_timever//:/-}"
+pkgrel=1
+pkgdesc='Object storage server compatible with Amazon S3'
+arch=('x86_64')
+url='https://minio.io'
+license=('APACHE')
+depends=('glibc')
+makedepends=('go-pie' 'git')
+options=('!strip')
+source=(git+https://github.com/minio/minio.git#tag=RELEASE.${_pkgver}
+minio.conf
+minio.service
+minio.sysusers)
+backup=('etc/minio/minio.conf')
+sha512sums=('SKIP'
+
'630a5d109409074b67be71b663a43ad09104121cca3637bb0542df19e375023bff7d7e2cbf39e52cc3cd060d41c363a90bd4ff7734aed1a5ca43a600f6d6d275'
+
'59aa13b47494564c8eea23dd48fdccef0e65adc0defd4bbd9ca039fd602de0791e1311e444bddca71a1bec7a58cb4eaafad09a8d9ae61eb1e534287dfdf610c2'
+
'7e4617aed266cf48a2ff9b0e80e31641d998537c78d2c56ce97b828cfc77d96dbf64728d4235dac7382d6e5b201388bef6722959302de5e2298d93f4ec1e0e63')
+
+build() {
+  export GOPATH="${srcdir}/go"
+  mkdir -p "${GOPATH}/src/github.com/minio"
+  mv "${srcdir}/minio" "${GOPATH}/src/github.com/minio/minio"
+  cd "${GOPATH}/src/github.com/minio/minio"
+  sed -i "s/Version.*/Version = \"${pkgver//./-}${_timever}\"/g" 
cmd/build-constants.go
+  sed -i "s/ReleaseTag.*/ReleaseTag = \"RELEASE.${_pkgver}\"/g" 
cmd/build-constants.go
+  sed -i "s/CommitID.*/CommitID = \"$(git rev-parse HEAD)\"/g" 
cmd/build-constants.go
+  GO111MODULE=on go build
+}
+
+package() {
+  install -dm750 -o 103

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

2019-08-15 Thread Jelle van der Waa via arch-commits
Date: Thursday, August 15, 2019 @ 11:30:32
  Author: jelle
Revision: 359844

upgpkg: nginx 1.16.1-1

Upstream security update.

Modified:
  nginx/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2019-08-14 22:39:29 UTC (rev 359843)
+++ PKGBUILD2019-08-15 11:30:32 UTC (rev 359844)
@@ -5,7 +5,7 @@
 # Contributor: Daniel Micay 
 
 pkgname=nginx
-pkgver=1.16.0
+pkgver=1.16.1
 pkgrel=1
 pkgdesc='Lightweight HTTP server and IMAP/POP3 proxy server'
 arch=(x86_64)
@@ -30,7 +30,7 @@
 service
 logrotate)
 validpgpkeys=(B0F4253373F8F6F510D42178520A9993A1C052F8) # Maxim Dounin 

-md5sums=('97207283f30cd90cdba638c3ea30323a'
+md5sums=('45a80f75336c980d240987badc3dcf60'
  'SKIP'
  'SKIP'
  'ba2e3b08ce0f0fff7cced624d0ecf7cc'


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

2019-08-15 Thread Jelle van der Waa via arch-commits
Date: Thursday, August 15, 2019 @ 11:30:45
  Author: jelle
Revision: 359845

archrelease: copy trunk to extra-x86_64

Added:
  nginx/repos/extra-x86_64/PKGBUILD
(from rev 359844, nginx/trunk/PKGBUILD)
  nginx/repos/extra-x86_64/logrotate
(from rev 359844, nginx/trunk/logrotate)
  nginx/repos/extra-x86_64/nginx.install
(from rev 359844, nginx/trunk/nginx.install)
  nginx/repos/extra-x86_64/service
(from rev 359844, nginx/trunk/service)
Deleted:
  nginx/repos/extra-x86_64/PKGBUILD
  nginx/repos/extra-x86_64/logrotate
  nginx/repos/extra-x86_64/nginx.install
  nginx/repos/extra-x86_64/service

---+
 PKGBUILD  |  276 
 logrotate |   20 ++--
 nginx.install |   54 +-
 service   |   32 +++---
 4 files changed, 191 insertions(+), 191 deletions(-)

Deleted: PKGBUILD
===
--- PKGBUILD2019-08-15 11:30:32 UTC (rev 359844)
+++ PKGBUILD2019-08-15 11:30:45 UTC (rev 359845)
@@ -1,138 +0,0 @@
-# Maintainer: Bartłomiej Piotrowski 
-# Contributor: Sébastien Luttringer
-# Contributor: Sergej Pupykin 
-# Contributor: Miroslaw Szot 
-# Contributor: Daniel Micay 
-
-pkgname=nginx
-pkgver=1.16.0
-pkgrel=1
-pkgdesc='Lightweight HTTP server and IMAP/POP3 proxy server'
-arch=(x86_64)
-url='https://nginx.org'
-license=(custom)
-depends=(pcre zlib openssl geoip mailcap)
-makedepends=(mercurial)
-checkdepends=(perl perl-gd perl-io-socket-ssl perl-fcgi perl-cache-memcached
-  memcached ffmpeg inetutils) 
-backup=(etc/nginx/fastcgi.conf
-etc/nginx/fastcgi_params
-etc/nginx/koi-win
-etc/nginx/koi-utf
-etc/nginx/nginx.conf
-etc/nginx/scgi_params
-etc/nginx/uwsgi_params
-etc/nginx/win-utf
-etc/logrotate.d/nginx)
-install=nginx.install
-source=($url/download/nginx-$pkgver.tar.gz{,.asc}
-hg+http://hg.nginx.org/nginx-tests#revision=ddbde6c5b0cd
-service
-logrotate)
-validpgpkeys=(B0F4253373F8F6F510D42178520A9993A1C052F8) # Maxim Dounin 

-md5sums=('97207283f30cd90cdba638c3ea30323a'
- 'SKIP'
- 'SKIP'
- 'ba2e3b08ce0f0fff7cced624d0ecf7cc'
- '6a01fb17af86f03707c8ae60f98a2dc2')
-
-_common_flags=(
-  --with-compat
-  --with-debug
-  --with-file-aio
-  --with-http_addition_module
-  --with-http_auth_request_module
-  --with-http_dav_module
-  --with-http_degradation_module
-  --with-http_flv_module
-  --with-http_geoip_module
-  --with-http_gunzip_module
-  --with-http_gzip_static_module
-  --with-http_mp4_module
-  --with-http_realip_module
-  --with-http_secure_link_module
-  --with-http_slice_module
-  --with-http_ssl_module
-  --with-http_stub_status_module
-  --with-http_sub_module
-  --with-http_v2_module
-  --with-mail
-  --with-mail_ssl_module
-  --with-pcre-jit
-  --with-stream
-  --with-stream_geoip_module
-  --with-stream_realip_module
-  --with-stream_ssl_module
-  --with-stream_ssl_preread_module
-  --with-threads
-)
-
-_stable_flags=(
-)
-
-build() {
-  cd $pkgname-$pkgver
-
-  ./configure \
---prefix=/etc/nginx \
---conf-path=/etc/nginx/nginx.conf \
---sbin-path=/usr/bin/nginx \
---pid-path=/run/nginx.pid \
---lock-path=/run/lock/nginx.lock \
---user=http \
---group=http \
---http-log-path=/var/log/nginx/access.log \
---error-log-path=stderr \
---http-client-body-temp-path=/var/lib/nginx/client-body \
---http-proxy-temp-path=/var/lib/nginx/proxy \
---http-fastcgi-temp-path=/var/lib/nginx/fastcgi \
---http-scgi-temp-path=/var/lib/nginx/scgi \
---http-uwsgi-temp-path=/var/lib/nginx/uwsgi \
---with-cc-opt="$CFLAGS $CPPFLAGS" \
---with-ld-opt="$LDFLAGS" \
-${_common_flags[@]} \
-${_stable_flags[@]}
-
-  make
-}
-
-check() {
-  cd nginx-tests
-  TEST_NGINX_BINARY="$srcdir/$pkgname-$pkgver/objs/nginx" prove .
-}
-
-package() {
-  cd $pkgname-$pkgver
-  make DESTDIR="$pkgdir" install
-
-  sed -e 's|\ "$pkgdir"/usr/share/man/man8/nginx.8.gz
-
-  for i in ftdetect indent syntax; do
-install -Dm644 contrib/vim/$i/nginx.vim \
-  "$pkgdir/usr/share/vim/vimfiles/$i/nginx.vim"
-  done
-}

Copied: nginx/repos/extra-x86_64/PKGBUILD (from rev 359844, 
nginx/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2019-08-15 11:30:45 UTC (rev 359845)
@@ -0,0 +1,138 @@
+# Maintainer: Bartłomiej Piotrowski 
+# Contributor: Sébastien Luttringer
+# Contributor: Sergej Pupykin 
+# Contributor: Miroslaw Szot 
+# Contributor: Daniel Micay 
+
+pkgname=nginx
+pkgver=1.16.1
+pkgrel=1
+pkgdesc='Lightweight HTTP server and IMAP/POP3 proxy server'
+arch=(x86_64)
+url='https://nginx.org'
+license=(custom)
+depends=(pcre zlib openssl geoip mailcap)
+makedepends=(mercurial)
+checkdepends=(perl perl-gd perl-io-socket-ssl perl-fcgi perl-cache-memcached
+  memcached ffmpeg inetutils) 
+b

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

2019-08-15 Thread Jelle van der Waa via arch-commits
Date: Thursday, August 15, 2019 @ 11:44:52
  Author: jelle
Revision: 499534

archrelease: copy trunk to community-x86_64

Added:
  nginx-mod-auth-pam/repos/community-x86_64/PKGBUILD
(from rev 499533, nginx-mod-auth-pam/trunk/PKGBUILD)
Deleted:
  nginx-mod-auth-pam/repos/community-x86_64/PKGBUILD

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

Deleted: PKGBUILD
===
--- PKGBUILD2019-08-15 11:44:44 UTC (rev 499533)
+++ PKGBUILD2019-08-15 11:44:52 UTC (rev 499534)
@@ -1,46 +0,0 @@
-# Maintainer: Massimiliano Torromeo 
-
-pkgname=nginx-mod-auth-pam
-pkgver=1.5.1
-pkgrel=7
-
-_modname=ngx_http_auth_pam_module
-_nginxver=1.16.0
-
-pkgdesc='Nginx module to use PAM for simple http authentication'
-arch=('x86_64')
-depends=("nginx=$_nginxver" 'pam')
-url="https://github.com/sto/ngx_http_auth_pam_module";
-license=('BSD')
-
-source=(
-   https://nginx.org/download/nginx-$_nginxver.tar.gz{,.asc}
-   
https://github.com/sto/$_modname/archive/v$pkgver/$_modname-$pkgver.tar.gz
-   
$_modname-critlog.patch::https://patch-diff.githubusercontent.com/raw/sto/ngx_http_auth_pam_module/pull/11.patch
-)
-validpgpkeys=(B0F4253373F8F6F510D42178520A9993A1C052F8) # Maxim Dounin 

-sha256sums=('4fd376bad78797e7f18094a00f0f1088259326436b537eb5af69b01be2ca1345'
-'SKIP'
-'77676842919134af88a7b4bfca4470223e3a00d287d17c0dbdc9a114a685b6e7'
-'1a59787672cf9c6768cb77c31f19a870eaf556c7b28c8c22a22cf8a7013b93af')
-
-prepare() {
-   cd "$srcdir"/$_modname-$pkgver
-   patch -p1 -i "$srcdir"/$_modname-critlog.patch
-}
-
-build() {
-   cd "$srcdir"/nginx-$_nginxver
-   ./configure --with-compat --add-dynamic-module=../$_modname-$pkgver
-   make modules
-}
-
-package() {
-   install -Dm644 "$srcdir"/$_modname-$pkgver/LICENSE \
-  "$pkgdir"/usr/share/licenses/$pkgname/LICENSE
-
-   cd "$srcdir"/nginx-$_nginxver/objs
-   for mod in *.so; do
-   install -Dm755 $mod "$pkgdir"/usr/lib/nginx/modules/$mod
-   done
-}

Copied: nginx-mod-auth-pam/repos/community-x86_64/PKGBUILD (from rev 499533, 
nginx-mod-auth-pam/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2019-08-15 11:44:52 UTC (rev 499534)
@@ -0,0 +1,46 @@
+# Maintainer: Massimiliano Torromeo 
+
+pkgname=nginx-mod-auth-pam
+pkgver=1.5.1
+pkgrel=8
+
+_modname=ngx_http_auth_pam_module
+_nginxver=1.16.1
+
+pkgdesc='Nginx module to use PAM for simple http authentication'
+arch=('x86_64')
+depends=("nginx=$_nginxver" 'pam')
+url="https://github.com/sto/ngx_http_auth_pam_module";
+license=('BSD')
+
+source=(
+   https://nginx.org/download/nginx-$_nginxver.tar.gz{,.asc}
+   
https://github.com/sto/$_modname/archive/v$pkgver/$_modname-$pkgver.tar.gz
+   
$_modname-critlog.patch::https://patch-diff.githubusercontent.com/raw/sto/ngx_http_auth_pam_module/pull/11.patch
+)
+validpgpkeys=(B0F4253373F8F6F510D42178520A9993A1C052F8) # Maxim Dounin 

+sha256sums=('f11c2a6dd1d3515736f0324857957db2de98be862461b5a542a3ac6188dbe32b'
+'SKIP'
+'77676842919134af88a7b4bfca4470223e3a00d287d17c0dbdc9a114a685b6e7'
+'1a59787672cf9c6768cb77c31f19a870eaf556c7b28c8c22a22cf8a7013b93af')
+
+prepare() {
+   cd "$srcdir"/$_modname-$pkgver
+   patch -p1 -i "$srcdir"/$_modname-critlog.patch
+}
+
+build() {
+   cd "$srcdir"/nginx-$_nginxver
+   ./configure --with-compat --add-dynamic-module=../$_modname-$pkgver
+   make modules
+}
+
+package() {
+   install -Dm644 "$srcdir"/$_modname-$pkgver/LICENSE \
+  "$pkgdir"/usr/share/licenses/$pkgname/LICENSE
+
+   cd "$srcdir"/nginx-$_nginxver/objs
+   for mod in *.so; do
+   install -Dm755 $mod "$pkgdir"/usr/lib/nginx/modules/$mod
+   done
+}


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

2019-08-15 Thread Jelle van der Waa via arch-commits
Date: Thursday, August 15, 2019 @ 11:44:44
  Author: jelle
Revision: 499533

upgpkg: nginx-mod-auth-pam 1.5.1-8

Nginx 1.61.1 update

Modified:
  nginx-mod-auth-pam/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2019-08-15 10:28:55 UTC (rev 499532)
+++ PKGBUILD2019-08-15 11:44:44 UTC (rev 499533)
@@ -2,10 +2,10 @@
 
 pkgname=nginx-mod-auth-pam
 pkgver=1.5.1
-pkgrel=7
+pkgrel=8
 
 _modname=ngx_http_auth_pam_module
-_nginxver=1.16.0
+_nginxver=1.16.1
 
 pkgdesc='Nginx module to use PAM for simple http authentication'
 arch=('x86_64')
@@ -19,7 +19,7 @@

$_modname-critlog.patch::https://patch-diff.githubusercontent.com/raw/sto/ngx_http_auth_pam_module/pull/11.patch
 )
 validpgpkeys=(B0F4253373F8F6F510D42178520A9993A1C052F8) # Maxim Dounin 

-sha256sums=('4fd376bad78797e7f18094a00f0f1088259326436b537eb5af69b01be2ca1345'
+sha256sums=('f11c2a6dd1d3515736f0324857957db2de98be862461b5a542a3ac6188dbe32b'
 'SKIP'
 '77676842919134af88a7b4bfca4470223e3a00d287d17c0dbdc9a114a685b6e7'
 '1a59787672cf9c6768cb77c31f19a870eaf556c7b28c8c22a22cf8a7013b93af')


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

2019-08-15 Thread Jelle van der Waa via arch-commits
Date: Thursday, August 15, 2019 @ 11:48:07
  Author: jelle
Revision: 499535

upgpkg: nginx-mod-brotli 1:0.1.2-6

Nginx 1.16.1 update

Modified:
  nginx-mod-brotli/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2019-08-15 11:44:52 UTC (rev 499534)
+++ PKGBUILD2019-08-15 11:48:07 UTC (rev 499535)
@@ -3,10 +3,10 @@
 pkgname=nginx-mod-brotli
 epoch=1
 pkgver=0.1.2
-pkgrel=5
+pkgrel=6
 
 _modname="ngx_${pkgname#nginx-mod-}"
-_nginxver=1.16.0
+_nginxver=1.16.1
 
 pkgdesc="Brotli compression filter module for nginx"
 arch=('x86_64')
@@ -19,7 +19,7 @@

https://github.com/eustas/$_modname/archive/v$pkgver/$_modname-$pkgver.tar.gz
 )
 validpgpkeys=(B0F4253373F8F6F510D42178520A9993A1C052F8) # Maxim Dounin 

-sha256sums=('4fd376bad78797e7f18094a00f0f1088259326436b537eb5af69b01be2ca1345'
+sha256sums=('f11c2a6dd1d3515736f0324857957db2de98be862461b5a542a3ac6188dbe32b'
 'SKIP'
 '309af9e96c10e80f1884acea96379980979581adc287ce338f084607bd48c185')
 


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

2019-08-15 Thread Jelle van der Waa via arch-commits
Date: Thursday, August 15, 2019 @ 11:48:14
  Author: jelle
Revision: 499536

archrelease: copy trunk to community-x86_64

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

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

Deleted: PKGBUILD
===
--- PKGBUILD2019-08-15 11:48:07 UTC (rev 499535)
+++ PKGBUILD2019-08-15 11:48:14 UTC (rev 499536)
@@ -1,45 +0,0 @@
-# Maintainer: Massimiliano Torromeo 
-
-pkgname=nginx-mod-brotli
-epoch=1
-pkgver=0.1.2
-pkgrel=5
-
-_modname="ngx_${pkgname#nginx-mod-}"
-_nginxver=1.16.0
-
-pkgdesc="Brotli compression filter module for nginx"
-arch=('x86_64')
-depends=("nginx=$_nginxver" 'brotli')
-url="https://github.com/eustas/ngx_brotli";
-license=('CUSTOM')
-
-source=(
-   https://nginx.org/download/nginx-$_nginxver.tar.gz{,.asc}
-   
https://github.com/eustas/$_modname/archive/v$pkgver/$_modname-$pkgver.tar.gz
-)
-validpgpkeys=(B0F4253373F8F6F510D42178520A9993A1C052F8) # Maxim Dounin 

-sha256sums=('4fd376bad78797e7f18094a00f0f1088259326436b537eb5af69b01be2ca1345'
-'SKIP'
-'309af9e96c10e80f1884acea96379980979581adc287ce338f084607bd48c185')
-
-prepare() {
-   cd "$srcdir"/$_modname-$pkgver
-   sed 's@/usr/local@/usr@' -i config
-}
-
-build() {
-   cd "$srcdir"/nginx-$_nginxver
-   ./configure --with-compat --add-dynamic-module=../$_modname-$pkgver
-   make modules
-}
-
-package() {
-   install -Dm644 "$srcdir"/$_modname-$pkgver/LICENSE \
-  "$pkgdir"/usr/share/licenses/$pkgname/LICENSE
-
-   cd "$srcdir"/nginx-$_nginxver/objs
-   for mod in ngx_*.so; do
-   install -Dm755 $mod "$pkgdir"/usr/lib/nginx/modules/$mod
-   done
-}

Copied: nginx-mod-brotli/repos/community-x86_64/PKGBUILD (from rev 499535, 
nginx-mod-brotli/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2019-08-15 11:48:14 UTC (rev 499536)
@@ -0,0 +1,45 @@
+# Maintainer: Massimiliano Torromeo 
+
+pkgname=nginx-mod-brotli
+epoch=1
+pkgver=0.1.2
+pkgrel=6
+
+_modname="ngx_${pkgname#nginx-mod-}"
+_nginxver=1.16.1
+
+pkgdesc="Brotli compression filter module for nginx"
+arch=('x86_64')
+depends=("nginx=$_nginxver" 'brotli')
+url="https://github.com/eustas/ngx_brotli";
+license=('CUSTOM')
+
+source=(
+   https://nginx.org/download/nginx-$_nginxver.tar.gz{,.asc}
+   
https://github.com/eustas/$_modname/archive/v$pkgver/$_modname-$pkgver.tar.gz
+)
+validpgpkeys=(B0F4253373F8F6F510D42178520A9993A1C052F8) # Maxim Dounin 

+sha256sums=('f11c2a6dd1d3515736f0324857957db2de98be862461b5a542a3ac6188dbe32b'
+'SKIP'
+'309af9e96c10e80f1884acea96379980979581adc287ce338f084607bd48c185')
+
+prepare() {
+   cd "$srcdir"/$_modname-$pkgver
+   sed 's@/usr/local@/usr@' -i config
+}
+
+build() {
+   cd "$srcdir"/nginx-$_nginxver
+   ./configure --with-compat --add-dynamic-module=../$_modname-$pkgver
+   make modules
+}
+
+package() {
+   install -Dm644 "$srcdir"/$_modname-$pkgver/LICENSE \
+  "$pkgdir"/usr/share/licenses/$pkgname/LICENSE
+
+   cd "$srcdir"/nginx-$_nginxver/objs
+   for mod in ngx_*.so; do
+   install -Dm755 $mod "$pkgdir"/usr/lib/nginx/modules/$mod
+   done
+}


[arch-commits] Commit in nginx-mod-cache_purge/repos/community-x86_64 (2 files)

2019-08-15 Thread Jelle van der Waa via arch-commits
Date: Thursday, August 15, 2019 @ 11:49:02
  Author: jelle
Revision: 499538

archrelease: copy trunk to community-x86_64

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

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

Deleted: PKGBUILD
===
--- PKGBUILD2019-08-15 11:48:55 UTC (rev 499537)
+++ PKGBUILD2019-08-15 11:49:02 UTC (rev 499538)
@@ -1,43 +0,0 @@
-# Maintainer: Massimiliano Torromeo 
-
-pkgname=nginx-mod-cache_purge
-pkgver=2.5
-pkgrel=4
-
-_modname="${pkgname#nginx-mod-}"
-_nginxver=1.16.0
-
-pkgdesc='Nginx module with ability to purge content from FastCGI, proxy, SCGI 
and uWSGI caches'
-arch=('x86_64')
-depends=('nginx')
-url="https://github.com/nginx-modules/ngx_cache_purge";
-license=('CUSTOM')
-
-source=(
-   https://nginx.org/download/nginx-$_nginxver.tar.gz{,.asc}
-   
https://github.com/nginx-modules/ngx_cache_purge/archive/$pkgver/ngx_cache_purge-$pkgver.tar.gz
-)
-
-validpgpkeys=(
-   'B0F4253373F8F6F510D42178520A9993A1C052F8' # Maxim Dounin 

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

Copied: nginx-mod-cache_purge/repos/community-x86_64/PKGBUILD (from rev 499537, 
nginx-mod-cache_purge/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2019-08-15 11:49:02 UTC (rev 499538)
@@ -0,0 +1,43 @@
+# Maintainer: Massimiliano Torromeo 
+
+pkgname=nginx-mod-cache_purge
+pkgver=2.5
+pkgrel=5
+
+_modname="${pkgname#nginx-mod-}"
+_nginxver=1.16.1
+
+pkgdesc='Nginx module with ability to purge content from FastCGI, proxy, SCGI 
and uWSGI caches'
+arch=('x86_64')
+depends=('nginx')
+url="https://github.com/nginx-modules/ngx_cache_purge";
+license=('CUSTOM')
+
+source=(
+   https://nginx.org/download/nginx-$_nginxver.tar.gz{,.asc}
+   
https://github.com/nginx-modules/ngx_cache_purge/archive/$pkgver/ngx_cache_purge-$pkgver.tar.gz
+)
+
+validpgpkeys=(
+   'B0F4253373F8F6F510D42178520A9993A1C052F8' # Maxim Dounin 

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


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

2019-08-15 Thread Jelle van der Waa via arch-commits
Date: Thursday, August 15, 2019 @ 11:48:55
  Author: jelle
Revision: 499537

upgpkg: nginx-mod-cache_purge 2.5-5

Nginx 1.16.1 update

Modified:
  nginx-mod-cache_purge/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2019-08-15 11:48:14 UTC (rev 499536)
+++ PKGBUILD2019-08-15 11:48:55 UTC (rev 499537)
@@ -2,10 +2,10 @@
 
 pkgname=nginx-mod-cache_purge
 pkgver=2.5
-pkgrel=4
+pkgrel=5
 
 _modname="${pkgname#nginx-mod-}"
-_nginxver=1.16.0
+_nginxver=1.16.1
 
 pkgdesc='Nginx module with ability to purge content from FastCGI, proxy, SCGI 
and uWSGI caches'
 arch=('x86_64')
@@ -22,7 +22,7 @@
'B0F4253373F8F6F510D42178520A9993A1C052F8' # Maxim Dounin 

 )
 
-sha256sums=('4fd376bad78797e7f18094a00f0f1088259326436b537eb5af69b01be2ca1345'
+sha256sums=('f11c2a6dd1d3515736f0324857957db2de98be862461b5a542a3ac6188dbe32b'
 'SKIP'
 '2df8501c7ffcac44d4932939faa686fc3cc56e05cfc05bc411bda3313b05dbdd')
 


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

2019-08-15 Thread Jelle van der Waa via arch-commits
Date: Thursday, August 15, 2019 @ 11:50:38
  Author: jelle
Revision: 499539

upgpkg: nginx-mod-echo 0.61-7

nginx 1.16.1 update

Modified:
  nginx-mod-echo/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2019-08-15 11:49:02 UTC (rev 499538)
+++ PKGBUILD2019-08-15 11:50:38 UTC (rev 499539)
@@ -2,10 +2,10 @@
 
 pkgname=nginx-mod-echo
 pkgver=0.61
-pkgrel=6
+pkgrel=7
 
 _modname="${pkgname#nginx-mod-}"
-_nginxver=1.16.0
+_nginxver=1.16.1
 
 pkgdesc='Nginx module that provides directives "echo", "sleep", "time" and 
more'
 arch=('x86_64')
@@ -18,7 +18,7 @@

https://github.com/openresty/$_modname-nginx-module/archive/v$pkgver/$_modname-$pkgver.tar.gz
 )
 validpgpkeys=(B0F4253373F8F6F510D42178520A9993A1C052F8) # Maxim Dounin 

-sha256sums=('4fd376bad78797e7f18094a00f0f1088259326436b537eb5af69b01be2ca1345'
+sha256sums=('f11c2a6dd1d3515736f0324857957db2de98be862461b5a542a3ac6188dbe32b'
 'SKIP'
 '2e6a03032555f5da1bdff2ae96c96486f447da3da37c117e0f964ae0753d22aa')
 


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

2019-08-15 Thread Jelle van der Waa via arch-commits
Date: Thursday, August 15, 2019 @ 11:50:45
  Author: jelle
Revision: 499540

archrelease: copy trunk to community-x86_64

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

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

Deleted: PKGBUILD
===
--- PKGBUILD2019-08-15 11:50:38 UTC (rev 499539)
+++ PKGBUILD2019-08-15 11:50:45 UTC (rev 499540)
@@ -1,39 +0,0 @@
-# Maintainer: Massimiliano Torromeo 
-
-pkgname=nginx-mod-echo
-pkgver=0.61
-pkgrel=6
-
-_modname="${pkgname#nginx-mod-}"
-_nginxver=1.16.0
-
-pkgdesc='Nginx module that provides directives "echo", "sleep", "time" and 
more'
-arch=('x86_64')
-depends=("nginx=$_nginxver")
-url="https://github.com/openresty/echo-nginx-module";
-license=('BSD')
-
-source=(
-   https://nginx.org/download/nginx-$_nginxver.tar.gz{,.asc}
-   
https://github.com/openresty/$_modname-nginx-module/archive/v$pkgver/$_modname-$pkgver.tar.gz
-)
-validpgpkeys=(B0F4253373F8F6F510D42178520A9993A1C052F8) # Maxim Dounin 

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

Copied: nginx-mod-echo/repos/community-x86_64/PKGBUILD (from rev 499539, 
nginx-mod-echo/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2019-08-15 11:50:45 UTC (rev 499540)
@@ -0,0 +1,39 @@
+# Maintainer: Massimiliano Torromeo 
+
+pkgname=nginx-mod-echo
+pkgver=0.61
+pkgrel=7
+
+_modname="${pkgname#nginx-mod-}"
+_nginxver=1.16.1
+
+pkgdesc='Nginx module that provides directives "echo", "sleep", "time" and 
more'
+arch=('x86_64')
+depends=("nginx=$_nginxver")
+url="https://github.com/openresty/echo-nginx-module";
+license=('BSD')
+
+source=(
+   https://nginx.org/download/nginx-$_nginxver.tar.gz{,.asc}
+   
https://github.com/openresty/$_modname-nginx-module/archive/v$pkgver/$_modname-$pkgver.tar.gz
+)
+validpgpkeys=(B0F4253373F8F6F510D42178520A9993A1C052F8) # Maxim Dounin 

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


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

2019-08-15 Thread Jelle van der Waa via arch-commits
Date: Thursday, August 15, 2019 @ 11:56:29
  Author: jelle
Revision: 499542

archrelease: copy trunk to community-x86_64

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

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

Deleted: PKGBUILD
===
--- PKGBUILD2019-08-15 11:56:23 UTC (rev 499541)
+++ PKGBUILD2019-08-15 11:56:29 UTC (rev 499542)
@@ -1,39 +0,0 @@
-# Maintainer: Massimiliano Torromeo 
-
-pkgname=nginx-mod-geoip2
-pkgver=3.2
-pkgrel=4
-
-_modname="ngx_http_geoip2_module"
-_nginxver=1.16.0
-
-pkgdesc="Nginx GeoIP2 module"
-arch=('x86_64')
-depends=("nginx=$_nginxver" 'libmaxminddb')
-url="https://github.com/leev/ngx_http_geoip2_module";
-license=('BSD')
-
-source=(
-   https://nginx.org/download/nginx-$_nginxver.tar.gz{,.asc}
-   
https://github.com/leev/ngx_http_geoip2_module/archive/$pkgver/$_modname-$pkgver.tar.gz
-)
-validpgpkeys=(B0F4253373F8F6F510D42178520A9993A1C052F8) # Maxim Dounin 

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

Copied: nginx-mod-geoip2/repos/community-x86_64/PKGBUILD (from rev 499541, 
nginx-mod-geoip2/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2019-08-15 11:56:29 UTC (rev 499542)
@@ -0,0 +1,39 @@
+# Maintainer: Massimiliano Torromeo 
+
+pkgname=nginx-mod-geoip2
+pkgver=3.2
+pkgrel=5
+
+_modname="ngx_http_geoip2_module"
+_nginxver=1.16.1
+
+pkgdesc="Nginx GeoIP2 module"
+arch=('x86_64')
+depends=("nginx=$_nginxver" 'libmaxminddb')
+url="https://github.com/leev/ngx_http_geoip2_module";
+license=('BSD')
+
+source=(
+   https://nginx.org/download/nginx-$_nginxver.tar.gz{,.asc}
+   
https://github.com/leev/ngx_http_geoip2_module/archive/$pkgver/$_modname-$pkgver.tar.gz
+)
+validpgpkeys=(B0F4253373F8F6F510D42178520A9993A1C052F8) # Maxim Dounin 

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


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

2019-08-15 Thread Jelle van der Waa via arch-commits
Date: Thursday, August 15, 2019 @ 11:56:23
  Author: jelle
Revision: 499541

upgpkg: nginx-mod-geoip2 3.2-5

nginx 1.16.1 update

Modified:
  nginx-mod-geoip2/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2019-08-15 11:50:45 UTC (rev 499540)
+++ PKGBUILD2019-08-15 11:56:23 UTC (rev 499541)
@@ -2,10 +2,10 @@
 
 pkgname=nginx-mod-geoip2
 pkgver=3.2
-pkgrel=4
+pkgrel=5
 
 _modname="ngx_http_geoip2_module"
-_nginxver=1.16.0
+_nginxver=1.16.1
 
 pkgdesc="Nginx GeoIP2 module"
 arch=('x86_64')
@@ -18,7 +18,7 @@

https://github.com/leev/ngx_http_geoip2_module/archive/$pkgver/$_modname-$pkgver.tar.gz
 )
 validpgpkeys=(B0F4253373F8F6F510D42178520A9993A1C052F8) # Maxim Dounin 

-sha256sums=('4fd376bad78797e7f18094a00f0f1088259326436b537eb5af69b01be2ca1345'
+sha256sums=('f11c2a6dd1d3515736f0324857957db2de98be862461b5a542a3ac6188dbe32b'
 'SKIP'
 '15bd1005228cf2c869a6f09e8c41a6aaa6846e4936c473106786ae8ac860fab7')
 


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

2019-08-15 Thread Jelle van der Waa via arch-commits
Date: Thursday, August 15, 2019 @ 11:58:02
  Author: jelle
Revision: 499543

upgpkg: nginx-mod-headers-more 0.33-6

nginx 1.16.1 update

Modified:
  nginx-mod-headers-more/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2019-08-15 11:56:29 UTC (rev 499542)
+++ PKGBUILD2019-08-15 11:58:02 UTC (rev 499543)
@@ -2,10 +2,10 @@
 
 pkgname=nginx-mod-headers-more
 pkgver=0.33
-pkgrel=5
+pkgrel=6
 
 _modname="${pkgname#nginx-mod-}"
-_nginxver=1.16.0
+_nginxver=1.16.1
 
 pkgdesc="Nginx module to set and clear input and output headers"
 arch=('x86_64')
@@ -18,7 +18,7 @@

https://github.com/openresty/$_modname-nginx-module/archive/v$pkgver/$_modname-$pkgver.tar.gz
 )
 validpgpkeys=(B0F4253373F8F6F510D42178520A9993A1C052F8) # Maxim Dounin 

-sha256sums=('4fd376bad78797e7f18094a00f0f1088259326436b537eb5af69b01be2ca1345'
+sha256sums=('f11c2a6dd1d3515736f0324857957db2de98be862461b5a542a3ac6188dbe32b'
 'SKIP'
 'a3dcbab117a9c103bc1ea5200fc00a7b7d2af97ff7fd525f16f8ac2632e30fbf')
 


[arch-commits] Commit in nginx-mod-headers-more/repos/community-x86_64 (2 files)

2019-08-15 Thread Jelle van der Waa via arch-commits
Date: Thursday, August 15, 2019 @ 11:58:09
  Author: jelle
Revision: 499544

archrelease: copy trunk to community-x86_64

Added:
  nginx-mod-headers-more/repos/community-x86_64/PKGBUILD
(from rev 499543, nginx-mod-headers-more/trunk/PKGBUILD)
Deleted:
  nginx-mod-headers-more/repos/community-x86_64/PKGBUILD

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

Deleted: PKGBUILD
===
--- PKGBUILD2019-08-15 11:58:02 UTC (rev 499543)
+++ PKGBUILD2019-08-15 11:58:09 UTC (rev 499544)
@@ -1,39 +0,0 @@
-# Maintainer: Massimiliano Torromeo 
-
-pkgname=nginx-mod-headers-more
-pkgver=0.33
-pkgrel=5
-
-_modname="${pkgname#nginx-mod-}"
-_nginxver=1.16.0
-
-pkgdesc="Nginx module to set and clear input and output headers"
-arch=('x86_64')
-depends=("nginx=$_nginxver")
-url="https://github.com/openresty/headers-more-nginx-module";
-license=('BSD')
-
-source=(
-   https://nginx.org/download/nginx-$_nginxver.tar.gz{,.asc}
-   
https://github.com/openresty/$_modname-nginx-module/archive/v$pkgver/$_modname-$pkgver.tar.gz
-)
-validpgpkeys=(B0F4253373F8F6F510D42178520A9993A1C052F8) # Maxim Dounin 

-sha256sums=('4fd376bad78797e7f18094a00f0f1088259326436b537eb5af69b01be2ca1345'
-'SKIP'
-'a3dcbab117a9c103bc1ea5200fc00a7b7d2af97ff7fd525f16f8ac2632e30fbf')
-
-build() {
-   cd "$srcdir"/nginx-$_nginxver
-   ./configure --with-compat 
--add-dynamic-module=../$_modname-nginx-module-$pkgver
-   make modules
-}
-
-package() {
-   cd "$srcdir"/nginx-$_nginxver/objs
-   for mod in *.so; do
-   install -Dm755 $mod "$pkgdir"/usr/lib/nginx/modules/$mod
-   done
-
-   install -Dm644 "$srcdir"/$_modname-nginx-module-$pkgver/README.markdown 
\
-  "$pkgdir"/usr/share/licenses/$pkgname/README.markdown
-}

Copied: nginx-mod-headers-more/repos/community-x86_64/PKGBUILD (from rev 
499543, nginx-mod-headers-more/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2019-08-15 11:58:09 UTC (rev 499544)
@@ -0,0 +1,39 @@
+# Maintainer: Massimiliano Torromeo 
+
+pkgname=nginx-mod-headers-more
+pkgver=0.33
+pkgrel=6
+
+_modname="${pkgname#nginx-mod-}"
+_nginxver=1.16.1
+
+pkgdesc="Nginx module to set and clear input and output headers"
+arch=('x86_64')
+depends=("nginx=$_nginxver")
+url="https://github.com/openresty/headers-more-nginx-module";
+license=('BSD')
+
+source=(
+   https://nginx.org/download/nginx-$_nginxver.tar.gz{,.asc}
+   
https://github.com/openresty/$_modname-nginx-module/archive/v$pkgver/$_modname-$pkgver.tar.gz
+)
+validpgpkeys=(B0F4253373F8F6F510D42178520A9993A1C052F8) # Maxim Dounin 

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


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

2019-08-15 Thread Jelle van der Waa via arch-commits
Date: Thursday, August 15, 2019 @ 11:58:54
  Author: jelle
Revision: 499546

archrelease: copy trunk to community-x86_64

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

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

Deleted: PKGBUILD
===
--- PKGBUILD2019-08-15 11:58:48 UTC (rev 499545)
+++ PKGBUILD2019-08-15 11:58:54 UTC (rev 499546)
@@ -1,39 +0,0 @@
-# Maintainer: Massimiliano Torromeo 
-
-pkgname=nginx-mod-memc
-pkgver=0.19
-pkgrel=4
-
-_modname="${pkgname#nginx-mod-}"
-_nginxver=1.16.0
-
-pkgdesc='Extended version of the standard memcached module for nginx'
-arch=('x86_64')
-depends=("nginx=$_nginxver")
-url="https://github.com/openresty/memc-nginx-module";
-license=('BSD')
-
-source=(
-   https://nginx.org/download/nginx-$_nginxver.tar.gz{,.asc}
-   
https://github.com/openresty/$_modname-nginx-module/archive/v$pkgver/$_modname-$pkgver.tar.gz
-)
-validpgpkeys=(B0F4253373F8F6F510D42178520A9993A1C052F8) # Maxim Dounin 

-sha256sums=('4fd376bad78797e7f18094a00f0f1088259326436b537eb5af69b01be2ca1345'
-'SKIP'
-'8c2bdbe875e4f5225d0778bfb09a2668f9281d7de6218c7b462a7ba2cee06fe8')
-
-build() {
-   cd "$srcdir"/nginx-$_nginxver
-   ./configure --with-compat 
--add-dynamic-module=../$_modname-nginx-module-$pkgver
-   make modules
-}
-
-package() {
-   cd "$srcdir"/nginx-$_nginxver/objs
-   for mod in *.so; do
-   install -Dm755 $mod "$pkgdir"/usr/lib/nginx/modules/$mod
-   done
-
-   install -Dm644 "$srcdir"/$_modname-nginx-module-$pkgver/README.markdown 
\
-  "$pkgdir"/usr/share/licenses/$pkgname/README.markdown
-}

Copied: nginx-mod-memc/repos/community-x86_64/PKGBUILD (from rev 499545, 
nginx-mod-memc/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2019-08-15 11:58:54 UTC (rev 499546)
@@ -0,0 +1,39 @@
+# Maintainer: Massimiliano Torromeo 
+
+pkgname=nginx-mod-memc
+pkgver=0.19
+pkgrel=5
+
+_modname="${pkgname#nginx-mod-}"
+_nginxver=1.16.1
+
+pkgdesc='Extended version of the standard memcached module for nginx'
+arch=('x86_64')
+depends=("nginx=$_nginxver")
+url="https://github.com/openresty/memc-nginx-module";
+license=('BSD')
+
+source=(
+   https://nginx.org/download/nginx-$_nginxver.tar.gz{,.asc}
+   
https://github.com/openresty/$_modname-nginx-module/archive/v$pkgver/$_modname-$pkgver.tar.gz
+)
+validpgpkeys=(B0F4253373F8F6F510D42178520A9993A1C052F8) # Maxim Dounin 

+sha256sums=('f11c2a6dd1d3515736f0324857957db2de98be862461b5a542a3ac6188dbe32b'
+'SKIP'
+'8c2bdbe875e4f5225d0778bfb09a2668f9281d7de6218c7b462a7ba2cee06fe8')
+
+build() {
+   cd "$srcdir"/nginx-$_nginxver
+   ./configure --with-compat 
--add-dynamic-module=../$_modname-nginx-module-$pkgver
+   make modules
+}
+
+package() {
+   cd "$srcdir"/nginx-$_nginxver/objs
+   for mod in *.so; do
+   install -Dm755 $mod "$pkgdir"/usr/lib/nginx/modules/$mod
+   done
+
+   install -Dm644 "$srcdir"/$_modname-nginx-module-$pkgver/README.markdown 
\
+  "$pkgdir"/usr/share/licenses/$pkgname/README.markdown
+}


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

2019-08-15 Thread Jelle van der Waa via arch-commits
Date: Thursday, August 15, 2019 @ 11:58:48
  Author: jelle
Revision: 499545

upgpkg: nginx-mod-memc 0.19-5

nginx 1.16.1 update

Modified:
  nginx-mod-memc/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2019-08-15 11:58:09 UTC (rev 499544)
+++ PKGBUILD2019-08-15 11:58:48 UTC (rev 499545)
@@ -2,10 +2,10 @@
 
 pkgname=nginx-mod-memc
 pkgver=0.19
-pkgrel=4
+pkgrel=5
 
 _modname="${pkgname#nginx-mod-}"
-_nginxver=1.16.0
+_nginxver=1.16.1
 
 pkgdesc='Extended version of the standard memcached module for nginx'
 arch=('x86_64')
@@ -18,7 +18,7 @@

https://github.com/openresty/$_modname-nginx-module/archive/v$pkgver/$_modname-$pkgver.tar.gz
 )
 validpgpkeys=(B0F4253373F8F6F510D42178520A9993A1C052F8) # Maxim Dounin 

-sha256sums=('4fd376bad78797e7f18094a00f0f1088259326436b537eb5af69b01be2ca1345'
+sha256sums=('f11c2a6dd1d3515736f0324857957db2de98be862461b5a542a3ac6188dbe32b'
 'SKIP'
 '8c2bdbe875e4f5225d0778bfb09a2668f9281d7de6218c7b462a7ba2cee06fe8')
 


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

2019-08-15 Thread Jelle van der Waa via arch-commits
Date: Thursday, August 15, 2019 @ 11:59:27
  Author: jelle
Revision: 499547

upgpkg: nginx-mod-modsecurity 1:1.0.0-6

nginx 1.16.1 update

Modified:
  nginx-mod-modsecurity/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2019-08-15 11:58:54 UTC (rev 499546)
+++ PKGBUILD2019-08-15 11:59:27 UTC (rev 499547)
@@ -3,8 +3,8 @@
 pkgname=nginx-mod-modsecurity
 epoch=1
 pkgver=1.0.0
-pkgrel=5
-_nginxver=1.16.0
+pkgrel=6
+_nginxver=1.16.1
 
 pkgdesc='ModSecurity v3 Nginx Connector (module for nginx)'
 arch=('x86_64')
@@ -18,7 +18,7 @@
 )
 validpgpkeys=('B0F4253373F8F6F510D42178520A9993A1C052F8'  # Maxim Dounin 

   '190EFACCA1E9FA466A8ECD9CE6DFB08CE8B11277') # Felipe Zimmerle
-sha256sums=('4fd376bad78797e7f18094a00f0f1088259326436b537eb5af69b01be2ca1345'
+sha256sums=('f11c2a6dd1d3515736f0324857957db2de98be862461b5a542a3ac6188dbe32b'
 'SKIP'
 '06f78eb6d33833cc247257c4095c0ee528e80a61f1f52e1da5fdca5e464975a0'
 'SKIP')


[arch-commits] Commit in nginx-mod-modsecurity/repos/community-x86_64 (2 files)

2019-08-15 Thread Jelle van der Waa via arch-commits
Date: Thursday, August 15, 2019 @ 11:59:33
  Author: jelle
Revision: 499548

archrelease: copy trunk to community-x86_64

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

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

Deleted: PKGBUILD
===
--- PKGBUILD2019-08-15 11:59:27 UTC (rev 499547)
+++ PKGBUILD2019-08-15 11:59:33 UTC (rev 499548)
@@ -1,37 +0,0 @@
-# Maintainer: Massimiliano Torromeo 
-
-pkgname=nginx-mod-modsecurity
-epoch=1
-pkgver=1.0.0
-pkgrel=5
-_nginxver=1.16.0
-
-pkgdesc='ModSecurity v3 Nginx Connector (module for nginx)'
-arch=('x86_64')
-depends=("nginx=$_nginxver" 'libmodsecurity')
-url="https://github.com/SpiderLabs/ModSecurity-nginx";
-license=('GPL3')
-
-source=(
-   https://nginx.org/download/nginx-$_nginxver.tar.gz{,.asc}
-   
https://github.com/SpiderLabs/ModSecurity-nginx/releases/download/v$pkgver/modsecurity-nginx-v$pkgver.tar.gz{,.asc}
-)
-validpgpkeys=('B0F4253373F8F6F510D42178520A9993A1C052F8'  # Maxim Dounin 

-  '190EFACCA1E9FA466A8ECD9CE6DFB08CE8B11277') # Felipe Zimmerle
-sha256sums=('4fd376bad78797e7f18094a00f0f1088259326436b537eb5af69b01be2ca1345'
-'SKIP'
-'06f78eb6d33833cc247257c4095c0ee528e80a61f1f52e1da5fdca5e464975a0'
-'SKIP')
-
-build() {
-   cd "$srcdir"/nginx-$_nginxver
-   ./configure --with-compat 
--add-dynamic-module=../modsecurity-nginx-v$pkgver
-   make modules
-}
-
-package() {
-   cd "$srcdir"/nginx-$_nginxver/objs
-   for mod in *.so; do
-   install -Dm755 $mod "$pkgdir/usr/lib/nginx/modules/$mod"
-   done
-}

Copied: nginx-mod-modsecurity/repos/community-x86_64/PKGBUILD (from rev 499547, 
nginx-mod-modsecurity/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2019-08-15 11:59:33 UTC (rev 499548)
@@ -0,0 +1,37 @@
+# Maintainer: Massimiliano Torromeo 
+
+pkgname=nginx-mod-modsecurity
+epoch=1
+pkgver=1.0.0
+pkgrel=6
+_nginxver=1.16.1
+
+pkgdesc='ModSecurity v3 Nginx Connector (module for nginx)'
+arch=('x86_64')
+depends=("nginx=$_nginxver" 'libmodsecurity')
+url="https://github.com/SpiderLabs/ModSecurity-nginx";
+license=('GPL3')
+
+source=(
+   https://nginx.org/download/nginx-$_nginxver.tar.gz{,.asc}
+   
https://github.com/SpiderLabs/ModSecurity-nginx/releases/download/v$pkgver/modsecurity-nginx-v$pkgver.tar.gz{,.asc}
+)
+validpgpkeys=('B0F4253373F8F6F510D42178520A9993A1C052F8'  # Maxim Dounin 

+  '190EFACCA1E9FA466A8ECD9CE6DFB08CE8B11277') # Felipe Zimmerle
+sha256sums=('f11c2a6dd1d3515736f0324857957db2de98be862461b5a542a3ac6188dbe32b'
+'SKIP'
+'06f78eb6d33833cc247257c4095c0ee528e80a61f1f52e1da5fdca5e464975a0'
+'SKIP')
+
+build() {
+   cd "$srcdir"/nginx-$_nginxver
+   ./configure --with-compat 
--add-dynamic-module=../modsecurity-nginx-v$pkgver
+   make modules
+}
+
+package() {
+   cd "$srcdir"/nginx-$_nginxver/objs
+   for mod in *.so; do
+   install -Dm755 $mod "$pkgdir/usr/lib/nginx/modules/$mod"
+   done
+}


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

2019-08-15 Thread Jelle van der Waa via arch-commits
Date: Thursday, August 15, 2019 @ 12:00:51
  Author: jelle
Revision: 499549

upgpkg: nginx-mod-naxsi 0.56-5

nginx 1.16.1 update

Modified:
  nginx-mod-naxsi/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2019-08-15 11:59:33 UTC (rev 499548)
+++ PKGBUILD2019-08-15 12:00:51 UTC (rev 499549)
@@ -2,10 +2,10 @@
 
 pkgname=nginx-mod-naxsi
 pkgver=0.56
-pkgrel=4
+pkgrel=5
 
 _modname=naxsi
-_nginxver=1.16.0
+_nginxver=1.16.1
 
 pkgdesc='Nginx Anti XSS & SQL Injection'
 arch=('x86_64')
@@ -19,7 +19,7 @@

https://github.com/nbs-system/$_modname/archive/$pkgver/$_modname-$pkgver.tar.gz
 )
 validpgpkeys=(B0F4253373F8F6F510D42178520A9993A1C052F8) # Maxim Dounin 

-sha256sums=('4fd376bad78797e7f18094a00f0f1088259326436b537eb5af69b01be2ca1345'
+sha256sums=('f11c2a6dd1d3515736f0324857957db2de98be862461b5a542a3ac6188dbe32b'
 'SKIP'
 '0a66dcadd32432460fab180be9f2efe24e911e3798917b2787ee710e02901eb4')
 


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

2019-08-15 Thread Jelle van der Waa via arch-commits
Date: Thursday, August 15, 2019 @ 12:00:58
  Author: jelle
Revision: 499550

archrelease: copy trunk to community-x86_64

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

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

Deleted: PKGBUILD
===
--- PKGBUILD2019-08-15 12:00:51 UTC (rev 499549)
+++ PKGBUILD2019-08-15 12:00:58 UTC (rev 499550)
@@ -1,40 +0,0 @@
-# Maintainer: Massimiliano Torromeo 
-
-pkgname=nginx-mod-naxsi
-pkgver=0.56
-pkgrel=4
-
-_modname=naxsi
-_nginxver=1.16.0
-
-pkgdesc='Nginx Anti XSS & SQL Injection'
-arch=('x86_64')
-depends=("nginx=$_nginxver")
-url="https://github.com/nbs-system/naxsi";
-license=('GPL3')
-backup=('etc/nginx/naxsi_core.rules')
-
-source=(
-   https://nginx.org/download/nginx-$_nginxver.tar.gz{,.asc}
-   
https://github.com/nbs-system/$_modname/archive/$pkgver/$_modname-$pkgver.tar.gz
-)
-validpgpkeys=(B0F4253373F8F6F510D42178520A9993A1C052F8) # Maxim Dounin 

-sha256sums=('4fd376bad78797e7f18094a00f0f1088259326436b537eb5af69b01be2ca1345'
-'SKIP'
-'0a66dcadd32432460fab180be9f2efe24e911e3798917b2787ee710e02901eb4')
-
-build() {
-   cd "$srcdir"/nginx-$_nginxver
-   ./configure --with-compat 
--add-dynamic-module=../$_modname-$pkgver/naxsi_src
-   make modules
-}
-
-package() {
-   cd "$srcdir"/nginx-$_nginxver/objs
-   for mod in *.so; do
-   install -Dm755 $mod "$pkgdir"/usr/lib/nginx/modules/$mod
-   done
-
-   cd "$srcdir"/$_modname-$pkgver
-   install -Dm644 naxsi_config/naxsi_core.rules 
"$pkgdir"/etc/nginx/naxsi_core.rules
-}

Copied: nginx-mod-naxsi/repos/community-x86_64/PKGBUILD (from rev 499549, 
nginx-mod-naxsi/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2019-08-15 12:00:58 UTC (rev 499550)
@@ -0,0 +1,40 @@
+# Maintainer: Massimiliano Torromeo 
+
+pkgname=nginx-mod-naxsi
+pkgver=0.56
+pkgrel=5
+
+_modname=naxsi
+_nginxver=1.16.1
+
+pkgdesc='Nginx Anti XSS & SQL Injection'
+arch=('x86_64')
+depends=("nginx=$_nginxver")
+url="https://github.com/nbs-system/naxsi";
+license=('GPL3')
+backup=('etc/nginx/naxsi_core.rules')
+
+source=(
+   https://nginx.org/download/nginx-$_nginxver.tar.gz{,.asc}
+   
https://github.com/nbs-system/$_modname/archive/$pkgver/$_modname-$pkgver.tar.gz
+)
+validpgpkeys=(B0F4253373F8F6F510D42178520A9993A1C052F8) # Maxim Dounin 

+sha256sums=('f11c2a6dd1d3515736f0324857957db2de98be862461b5a542a3ac6188dbe32b'
+'SKIP'
+'0a66dcadd32432460fab180be9f2efe24e911e3798917b2787ee710e02901eb4')
+
+build() {
+   cd "$srcdir"/nginx-$_nginxver
+   ./configure --with-compat 
--add-dynamic-module=../$_modname-$pkgver/naxsi_src
+   make modules
+}
+
+package() {
+   cd "$srcdir"/nginx-$_nginxver/objs
+   for mod in *.so; do
+   install -Dm755 $mod "$pkgdir"/usr/lib/nginx/modules/$mod
+   done
+
+   cd "$srcdir"/$_modname-$pkgver
+   install -Dm644 naxsi_config/naxsi_core.rules 
"$pkgdir"/etc/nginx/naxsi_core.rules
+}


[arch-commits] Commit in nginx-mod-ndk-set-misc/repos/community-x86_64 (2 files)

2019-08-15 Thread Jelle van der Waa via arch-commits
Date: Thursday, August 15, 2019 @ 12:03:46
  Author: jelle
Revision: 499552

archrelease: copy trunk to community-x86_64

Added:
  nginx-mod-ndk-set-misc/repos/community-x86_64/PKGBUILD
(from rev 499551, nginx-mod-ndk-set-misc/trunk/PKGBUILD)
Deleted:
  nginx-mod-ndk-set-misc/repos/community-x86_64/PKGBUILD

--+
 PKGBUILD |  110 ++---
 1 file changed, 55 insertions(+), 55 deletions(-)

Deleted: PKGBUILD
===
--- PKGBUILD2019-08-15 12:03:39 UTC (rev 499551)
+++ PKGBUILD2019-08-15 12:03:46 UTC (rev 499552)
@@ -1,55 +0,0 @@
-# Maintainer: Massimiliano Torromeo 
-
-_nginxver=1.16.0
-_setmiscver=0.32
-_ndkver=0.3.1
-
-pkgbase=nginx-mod-ndk-set-misc
-pkgname=(nginx-mod-ndk nginx-mod-set-misc)
-pkgver=$_setmiscver+$_ndkver
-pkgrel=1
-
-arch=('x86_64')
-depends=("nginx=$_nginxver")
-url="https://github.com/openresty/set-misc-nginx-module";
-license=('BSD')
-
-source=(
-   https://nginx.org/download/nginx-$_nginxver.tar.gz{,.asc}
-   
https://github.com/openresty/set-misc-nginx-module/archive/v$_setmiscver/set-misc-$_setmiscver.tar.gz
-   
https://github.com/simpl/ngx_devel_kit/archive/v$_ndkver/ngx_devel_kit-$_ndkver.tar.gz
-)
-validpgpkeys=(B0F4253373F8F6F510D42178520A9993A1C052F8) # Maxim Dounin 

-sha256sums=('4fd376bad78797e7f18094a00f0f1088259326436b537eb5af69b01be2ca1345'
-'SKIP'
-'f1ad2459c4ee6a61771aa84f77871f4bfe42943a4aa4c30c62ba3f981f52c201'
-'0e971105e210d272a497567fa2e2c256f4e39b845a5ba80d373e26ba1abfbd85')
-
-build() {
-   cd "$srcdir"/nginx-$_nginxver
-   ./configure --with-compat \
- --add-dynamic-module=../ngx_devel_kit-$_ndkver \
- --add-dynamic-module=../set-misc-nginx-module-$_setmiscver
-   make modules
-}
-
-package_nginx-mod-ndk() {
-   pkgdesc="Nginx module that adds additional generic tools that module 
developers can use in their own modules"
-
-   cd "$srcdir"/nginx-$_nginxver/objs
-   install -Dm755 ndk_http_module.so 
"$pkgdir"/usr/lib/nginx/modules/ndk_http_module.so
-
-   cd "$srcdir"/ngx_devel_kit-$_ndkver
-   install -Dm644 LICENSE "$pkgdir"/usr/share/licenses/$pkgname/LICENSE
-}
-
-package_nginx-mod-set-misc() {
-   pkgdesc="Nginx module that adds various set_xxx directives"
-   depends=("nginx=$_nginxver" 'nginx-mod-ndk')
-
-   cd "$srcdir"/nginx-$_nginxver/objs
-   install -Dm755 ngx_http_set_misc_module.so 
"$pkgdir"/usr/lib/nginx/modules/ngx_http_set_misc_module.so
-
-   install -Dm644 
"$srcdir"/set-misc-nginx-module-$_setmiscver/README.markdown \
-  "$pkgdir"/usr/share/licenses/$pkgname/README.markdown
-}

Copied: nginx-mod-ndk-set-misc/repos/community-x86_64/PKGBUILD (from rev 
499551, nginx-mod-ndk-set-misc/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2019-08-15 12:03:46 UTC (rev 499552)
@@ -0,0 +1,55 @@
+# Maintainer: Massimiliano Torromeo 
+
+_nginxver=1.16.1
+_setmiscver=0.32
+_ndkver=0.3.1
+
+pkgbase=nginx-mod-ndk-set-misc
+pkgname=(nginx-mod-ndk nginx-mod-set-misc)
+pkgver=$_setmiscver+$_ndkver
+pkgrel=2
+
+arch=('x86_64')
+depends=("nginx=$_nginxver")
+url="https://github.com/openresty/set-misc-nginx-module";
+license=('BSD')
+
+source=(
+   https://nginx.org/download/nginx-$_nginxver.tar.gz{,.asc}
+   
https://github.com/openresty/set-misc-nginx-module/archive/v$_setmiscver/set-misc-$_setmiscver.tar.gz
+   
https://github.com/simpl/ngx_devel_kit/archive/v$_ndkver/ngx_devel_kit-$_ndkver.tar.gz
+)
+validpgpkeys=(B0F4253373F8F6F510D42178520A9993A1C052F8) # Maxim Dounin 

+sha256sums=('f11c2a6dd1d3515736f0324857957db2de98be862461b5a542a3ac6188dbe32b'
+'SKIP'
+'f1ad2459c4ee6a61771aa84f77871f4bfe42943a4aa4c30c62ba3f981f52c201'
+'0e971105e210d272a497567fa2e2c256f4e39b845a5ba80d373e26ba1abfbd85')
+
+build() {
+   cd "$srcdir"/nginx-$_nginxver
+   ./configure --with-compat \
+ --add-dynamic-module=../ngx_devel_kit-$_ndkver \
+ --add-dynamic-module=../set-misc-nginx-module-$_setmiscver
+   make modules
+}
+
+package_nginx-mod-ndk() {
+   pkgdesc="Nginx module that adds additional generic tools that module 
developers can use in their own modules"
+
+   cd "$srcdir"/nginx-$_nginxver/objs
+   install -Dm755 ndk_http_module.so 
"$pkgdir"/usr/lib/nginx/modules/ndk_http_module.so
+
+   cd "$srcdir"/ngx_devel_kit-$_ndkver
+   install -Dm644 LICENSE "$pkgdir"/usr/share/licenses/$pkgname/LICENSE
+}
+
+package_nginx-mod-set-misc() {
+   pkgdesc="Nginx module that adds various set_xxx directives"
+   depends=("nginx=$_nginxver" 'nginx-mod-ndk')
+
+   cd "$srcdir"/nginx-$_nginxver/objs
+   install -Dm755 ngx_http_set_misc_module.so 
"$pkgdir"/usr/lib/nginx/modules/ngx_http_set_misc_module.so
+
+   

[arch-commits] Commit in nginx-mod-ndk-set-misc/trunk (PKGBUILD)

2019-08-15 Thread Jelle van der Waa via arch-commits
Date: Thursday, August 15, 2019 @ 12:03:39
  Author: jelle
Revision: 499551

upgpkg: nginx-mod-ndk-set-misc 0.32+0.3.1-2

nginx 1.16.1 update

Modified:
  nginx-mod-ndk-set-misc/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2019-08-15 12:00:58 UTC (rev 499550)
+++ PKGBUILD2019-08-15 12:03:39 UTC (rev 499551)
@@ -1,6 +1,6 @@
 # Maintainer: Massimiliano Torromeo 
 
-_nginxver=1.16.0
+_nginxver=1.16.1
 _setmiscver=0.32
 _ndkver=0.3.1
 
@@ -7,7 +7,7 @@
 pkgbase=nginx-mod-ndk-set-misc
 pkgname=(nginx-mod-ndk nginx-mod-set-misc)
 pkgver=$_setmiscver+$_ndkver
-pkgrel=1
+pkgrel=2
 
 arch=('x86_64')
 depends=("nginx=$_nginxver")
@@ -20,7 +20,7 @@

https://github.com/simpl/ngx_devel_kit/archive/v$_ndkver/ngx_devel_kit-$_ndkver.tar.gz
 )
 validpgpkeys=(B0F4253373F8F6F510D42178520A9993A1C052F8) # Maxim Dounin 

-sha256sums=('4fd376bad78797e7f18094a00f0f1088259326436b537eb5af69b01be2ca1345'
+sha256sums=('f11c2a6dd1d3515736f0324857957db2de98be862461b5a542a3ac6188dbe32b'
 'SKIP'
 'f1ad2459c4ee6a61771aa84f77871f4bfe42943a4aa4c30c62ba3f981f52c201'
 '0e971105e210d272a497567fa2e2c256f4e39b845a5ba80d373e26ba1abfbd85')


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

2019-08-15 Thread Jelle van der Waa via arch-commits
Date: Thursday, August 15, 2019 @ 12:04:11
  Author: jelle
Revision: 499553

upgpkg: nginx-mod-njs 0.3.4-2

nginx 1.16.1 update

Modified:
  nginx-mod-njs/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2019-08-15 12:03:46 UTC (rev 499552)
+++ PKGBUILD2019-08-15 12:04:11 UTC (rev 499553)
@@ -2,10 +2,10 @@
 
 pkgname=nginx-mod-njs
 pkgver=0.3.4 # https://hg.nginx.org/njs/tags
-pkgrel=1
+pkgrel=2
 
 _modname="${pkgname#nginx-mod-}"
-_nginxver=1.16.0
+_nginxver=1.16.1
 
 pkgdesc='nginScript module for nginx'
 arch=('x86_64')
@@ -18,7 +18,7 @@
njs-$pkgver.tar.gz::https://hg.nginx.org/njs/archive/$pkgver.tar.gz
 )
 validpgpkeys=(B0F4253373F8F6F510D42178520A9993A1C052F8) # Maxim Dounin 

-sha256sums=('4fd376bad78797e7f18094a00f0f1088259326436b537eb5af69b01be2ca1345'
+sha256sums=('f11c2a6dd1d3515736f0324857957db2de98be862461b5a542a3ac6188dbe32b'
 'SKIP'
 '223d2addfafcb9089cc083564b37ed3394d38ce8d821d3eb5f1906091d3fcc59')
 


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

2019-08-15 Thread Jelle van der Waa via arch-commits
Date: Thursday, August 15, 2019 @ 12:04:18
  Author: jelle
Revision: 499554

archrelease: copy trunk to community-x86_64

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

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

Deleted: PKGBUILD
===
--- PKGBUILD2019-08-15 12:04:11 UTC (rev 499553)
+++ PKGBUILD2019-08-15 12:04:18 UTC (rev 499554)
@@ -1,39 +0,0 @@
-# Maintainer: Massimiliano Torromeo 
-
-pkgname=nginx-mod-njs
-pkgver=0.3.4 # https://hg.nginx.org/njs/tags
-pkgrel=1
-
-_modname="${pkgname#nginx-mod-}"
-_nginxver=1.16.0
-
-pkgdesc='nginScript module for nginx'
-arch=('x86_64')
-depends=("nginx=$_nginxver")
-url="https://nginx.org/en/docs/njs_about.html";
-license=('CUSTOM')
-
-source=(
-   https://nginx.org/download/nginx-$_nginxver.tar.gz{,.asc}
-   njs-$pkgver.tar.gz::https://hg.nginx.org/njs/archive/$pkgver.tar.gz
-)
-validpgpkeys=(B0F4253373F8F6F510D42178520A9993A1C052F8) # Maxim Dounin 

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

Copied: nginx-mod-njs/repos/community-x86_64/PKGBUILD (from rev 499553, 
nginx-mod-njs/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2019-08-15 12:04:18 UTC (rev 499554)
@@ -0,0 +1,39 @@
+# Maintainer: Massimiliano Torromeo 
+
+pkgname=nginx-mod-njs
+pkgver=0.3.4 # https://hg.nginx.org/njs/tags
+pkgrel=2
+
+_modname="${pkgname#nginx-mod-}"
+_nginxver=1.16.1
+
+pkgdesc='nginScript module for nginx'
+arch=('x86_64')
+depends=("nginx=$_nginxver")
+url="https://nginx.org/en/docs/njs_about.html";
+license=('CUSTOM')
+
+source=(
+   https://nginx.org/download/nginx-$_nginxver.tar.gz{,.asc}
+   njs-$pkgver.tar.gz::https://hg.nginx.org/njs/archive/$pkgver.tar.gz
+)
+validpgpkeys=(B0F4253373F8F6F510D42178520A9993A1C052F8) # Maxim Dounin 

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


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

2019-08-15 Thread Jelle van der Waa via arch-commits
Date: Thursday, August 15, 2019 @ 12:04:56
  Author: jelle
Revision: 499555

upgpkg: nginx-mod-pagespeed 1.13.35.2-6

nginx 1.16.1 update

Modified:
  nginx-mod-pagespeed/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2019-08-15 12:04:18 UTC (rev 499554)
+++ PKGBUILD2019-08-15 12:04:56 UTC (rev 499555)
@@ -2,11 +2,11 @@
 
 pkgname=nginx-mod-pagespeed
 pkgver=1.13.35.2
-pkgrel=5
+pkgrel=6
 
 _modname="ngx_pagespeed"
 
-_nginxver=1.16.0
+_nginxver=1.16.1
 _pagespeedver=$pkgver-stable
 _psolver=$pkgver
 
@@ -22,7 +22,7 @@

pagespeed-$_psolver-x86_64.tar.gz::https://dl.google.com/dl/page-speed/psol/$_psolver-x64.tar.gz
 )
 validpgpkeys=(B0F4253373F8F6F510D42178520A9993A1C052F8) # Maxim Dounin 

-sha256sums=('4fd376bad78797e7f18094a00f0f1088259326436b537eb5af69b01be2ca1345'
+sha256sums=('f11c2a6dd1d3515736f0324857957db2de98be862461b5a542a3ac6188dbe32b'
 'SKIP'
 '68242a30308b21f13de9a36f2aea5c3e34e8a4c0b7c6a37d3369334f6f847d36'
 'df3ba3c8fc54e13845d0a1daa7a6e3d983126c23912851bbf8ba35be646a434f')


[arch-commits] Commit in nginx-mod-pagespeed/repos/community-x86_64 (2 files)

2019-08-15 Thread Jelle van der Waa via arch-commits
Date: Thursday, August 15, 2019 @ 12:05:03
  Author: jelle
Revision: 499556

archrelease: copy trunk to community-x86_64

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

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

Deleted: PKGBUILD
===
--- PKGBUILD2019-08-15 12:04:56 UTC (rev 499555)
+++ PKGBUILD2019-08-15 12:05:03 UTC (rev 499556)
@@ -1,47 +0,0 @@
-# Maintainer: Massimiliano Torromeo 
-
-pkgname=nginx-mod-pagespeed
-pkgver=1.13.35.2
-pkgrel=5
-
-_modname="ngx_pagespeed"
-
-_nginxver=1.16.0
-_pagespeedver=$pkgver-stable
-_psolver=$pkgver
-
-pkgdesc="PageSpeed module for nginx"
-arch=('x86_64')
-depends=("nginx=$_nginxver" "libutil-linux")
-url="https://www.ngxpagespeed.com/";
-license=('Apache')
-
-source=(
-   https://nginx.org/download/nginx-$_nginxver.tar.gz{,.asc}
-   
https://github.com/pagespeed/ngx_pagespeed/archive/v$_pagespeedver/$_modname-$_pagespeedver.tar.gz
-   
pagespeed-$_psolver-x86_64.tar.gz::https://dl.google.com/dl/page-speed/psol/$_psolver-x64.tar.gz
-)
-validpgpkeys=(B0F4253373F8F6F510D42178520A9993A1C052F8) # Maxim Dounin 

-sha256sums=('4fd376bad78797e7f18094a00f0f1088259326436b537eb5af69b01be2ca1345'
-'SKIP'
-'68242a30308b21f13de9a36f2aea5c3e34e8a4c0b7c6a37d3369334f6f847d36'
-'df3ba3c8fc54e13845d0a1daa7a6e3d983126c23912851bbf8ba35be646a434f')
-
-prepare() {
-   cd "$srcdir"/incubator-pagespeed-ngx-$_pagespeedver
-   ln -s ../psol
-   sed -r 's@^pagespeed_libs="(\$psol_binary.*)"@pagespeed_libs="\1 
-Wl,-z,noexecstack"@' -i config
-}
-
-build() {
-   cd "$srcdir"/nginx-$_nginxver
-   ./configure --with-compat 
--add-dynamic-module=../incubator-pagespeed-ngx-$_pagespeedver
-   make modules
-}
-
-package() {
-   cd "$srcdir"/nginx-$_nginxver/objs
-   for mod in ngx_*.so; do
-   install -Dm755 $mod "$pkgdir"/usr/lib/nginx/modules/$mod
-   done
-}

Copied: nginx-mod-pagespeed/repos/community-x86_64/PKGBUILD (from rev 499555, 
nginx-mod-pagespeed/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2019-08-15 12:05:03 UTC (rev 499556)
@@ -0,0 +1,47 @@
+# Maintainer: Massimiliano Torromeo 
+
+pkgname=nginx-mod-pagespeed
+pkgver=1.13.35.2
+pkgrel=6
+
+_modname="ngx_pagespeed"
+
+_nginxver=1.16.1
+_pagespeedver=$pkgver-stable
+_psolver=$pkgver
+
+pkgdesc="PageSpeed module for nginx"
+arch=('x86_64')
+depends=("nginx=$_nginxver" "libutil-linux")
+url="https://www.ngxpagespeed.com/";
+license=('Apache')
+
+source=(
+   https://nginx.org/download/nginx-$_nginxver.tar.gz{,.asc}
+   
https://github.com/pagespeed/ngx_pagespeed/archive/v$_pagespeedver/$_modname-$_pagespeedver.tar.gz
+   
pagespeed-$_psolver-x86_64.tar.gz::https://dl.google.com/dl/page-speed/psol/$_psolver-x64.tar.gz
+)
+validpgpkeys=(B0F4253373F8F6F510D42178520A9993A1C052F8) # Maxim Dounin 

+sha256sums=('f11c2a6dd1d3515736f0324857957db2de98be862461b5a542a3ac6188dbe32b'
+'SKIP'
+'68242a30308b21f13de9a36f2aea5c3e34e8a4c0b7c6a37d3369334f6f847d36'
+'df3ba3c8fc54e13845d0a1daa7a6e3d983126c23912851bbf8ba35be646a434f')
+
+prepare() {
+   cd "$srcdir"/incubator-pagespeed-ngx-$_pagespeedver
+   ln -s ../psol
+   sed -r 's@^pagespeed_libs="(\$psol_binary.*)"@pagespeed_libs="\1 
-Wl,-z,noexecstack"@' -i config
+}
+
+build() {
+   cd "$srcdir"/nginx-$_nginxver
+   ./configure --with-compat 
--add-dynamic-module=../incubator-pagespeed-ngx-$_pagespeedver
+   make modules
+}
+
+package() {
+   cd "$srcdir"/nginx-$_nginxver/objs
+   for mod in ngx_*.so; do
+   install -Dm755 $mod "$pkgdir"/usr/lib/nginx/modules/$mod
+   done
+}


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

2019-08-15 Thread Jelle van der Waa via arch-commits
Date: Thursday, August 15, 2019 @ 12:06:59
  Author: jelle
Revision: 499557

upgpkg: passenger 6.0.2-3

nginx 1.16.1 update

Modified:
  passenger/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2019-08-15 12:05:03 UTC (rev 499556)
+++ PKGBUILD2019-08-15 12:06:59 UTC (rev 499557)
@@ -3,8 +3,8 @@
 pkgbase=passenger
 pkgname=(passenger mod_passenger nginx-mod-passenger)
 pkgver=6.0.2
-pkgrel=2
-_nginxver=1.16.0
+pkgrel=3
+_nginxver=1.16.1
 pkgdesc="Fast and robust web server and application server for Ruby, Python 
and Node.js"
 arch=('x86_64')
 url="https://www.phusionpassenger.com";
@@ -19,7 +19,7 @@
 https://nginx.org/download/nginx-$_nginxver.tar.gz{,.asc})
 sha256sums=('56b2273312e6dc9880f6ba83e381583b8759085a0b41338b782c9575d58346bc'
 'SKIP'
-'4fd376bad78797e7f18094a00f0f1088259326436b537eb5af69b01be2ca1345'
+'f11c2a6dd1d3515736f0324857957db2de98be862461b5a542a3ac6188dbe32b'
 'SKIP')
 
 build(){


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

2019-08-15 Thread Jelle van der Waa via arch-commits
Date: Thursday, August 15, 2019 @ 12:07:08
  Author: jelle
Revision: 499558

archrelease: copy trunk to community-x86_64

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

---+
 PKGBUILD  |  148 ++--
 passenger.install |   64 +++---
 2 files changed, 106 insertions(+), 106 deletions(-)

Deleted: PKGBUILD
===
--- PKGBUILD2019-08-15 12:06:59 UTC (rev 499557)
+++ PKGBUILD2019-08-15 12:07:08 UTC (rev 499558)
@@ -1,74 +0,0 @@
-# Maintainer: Sergej Pupykin 
-
-pkgbase=passenger
-pkgname=(passenger mod_passenger nginx-mod-passenger)
-pkgver=6.0.2
-pkgrel=2
-_nginxver=1.16.0
-pkgdesc="Fast and robust web server and application server for Ruby, Python 
and Node.js"
-arch=('x86_64')
-url="https://www.phusionpassenger.com";
-_watch="https://github.com/phusion/passenger/releases";
-license=('MIT')
-makedepends=('ruby-rake' 'ruby-rack' 'curl' 'apache')
-options=('!emptydirs' 'staticlibs')
-validpgpkeys=('D5F0851426939232F437AB722AC745A50A212A8C'
-  '16378A33A6EF16762922526E561F9B9CAC40B2F7'  # 
auto-software-sign...@phusion.nl
-  'B0F4253373F8F6F510D42178520A9993A1C052F8') # Maxim Dounin 

-source=(https://s3.amazonaws.com/phusion-passenger/releases/passenger-$pkgver.tar.gz{,.asc}
-https://nginx.org/download/nginx-$_nginxver.tar.gz{,.asc})
-sha256sums=('56b2273312e6dc9880f6ba83e381583b8759085a0b41338b782c9575d58346bc'
-'SKIP'
-'4fd376bad78797e7f18094a00f0f1088259326436b537eb5af69b01be2ca1345'
-'SKIP')
-
-build(){
-  cd "$srcdir"/nginx-$_nginxver
-  ./configure --with-compat 
--add-dynamic-module=../$pkgbase-$pkgver/src/nginx_module
-  make modules
-
-  cd "$srcdir"/$pkgbase-$pkgver
-  rake nginx CACHING=false
-  ./bin/passenger-install-apache2-module -a
-}
-
-package_passenger() {
-  cd "$srcdir"/passenger-$pkgver
-  depends=('ruby' 'ruby-rack' 'curl' 'libnsl')
-
-  mkdir -p "$pkgdir"/usr/lib/passenger/
-  cp -R * "$pkgdir"/usr/lib/passenger/
-
-  install -Dm644 "$srcdir"/$pkgbase-$pkgver/LICENSE \
- "$pkgdir"/usr/share/licenses/$pkgname/LICENSE
-}
-
-package_mod_passenger() {
-  pkgdesc="Passenger apache module"
-  depends=('passenger' 'apache')
-  install=passenger.install
-
-  cd "$srcdir"/passenger-$pkgver
-
-  mkdir -p "$pkgdir"/usr/lib/httpd/modules
-  ln -sf /usr/lib/passenger/buildout/apache2/mod_passenger.so 
"$pkgdir"/usr/lib/httpd/modules/mod_passenger.so
-
-  install -Dm644 "$srcdir"/$pkgbase-$pkgver/LICENSE \
- "$pkgdir"/usr/share/licenses/$pkgname/LICENSE
-}
-
-package_nginx-mod-passenger() {
-  pkgdesc="Passenger nginx module"
-  depends=('passenger' "nginx=$_nginxver")
-
-  install -Dm644 "$srcdir"/$pkgbase-$pkgver/LICENSE \
- "$pkgdir"/usr/share/licenses/$pkgname/LICENSE
-
-  cd "$srcdir"/nginx-$_nginxver/objs
-  for mod in ngx_*.so; do
-install -Dm755 $mod "$pkgdir"/usr/lib/nginx/modules/$mod
-  done
-
-  install -Dm644 "$srcdir"/$pkgbase-$pkgver/LICENSE \
- "$pkgdir"/usr/share/licenses/$pkgname/LICENSE
-}

Copied: passenger/repos/community-x86_64/PKGBUILD (from rev 499557, 
passenger/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2019-08-15 12:07:08 UTC (rev 499558)
@@ -0,0 +1,74 @@
+# Maintainer: Sergej Pupykin 
+
+pkgbase=passenger
+pkgname=(passenger mod_passenger nginx-mod-passenger)
+pkgver=6.0.2
+pkgrel=3
+_nginxver=1.16.1
+pkgdesc="Fast and robust web server and application server for Ruby, Python 
and Node.js"
+arch=('x86_64')
+url="https://www.phusionpassenger.com";
+_watch="https://github.com/phusion/passenger/releases";
+license=('MIT')
+makedepends=('ruby-rake' 'ruby-rack' 'curl' 'apache')
+options=('!emptydirs' 'staticlibs')
+validpgpkeys=('D5F0851426939232F437AB722AC745A50A212A8C'
+  '16378A33A6EF16762922526E561F9B9CAC40B2F7'  # 
auto-software-sign...@phusion.nl
+  'B0F4253373F8F6F510D42178520A9993A1C052F8') # Maxim Dounin 

+source=(https://s3.amazonaws.com/phusion-passenger/releases/passenger-$pkgver.tar.gz{,.asc}
+https://nginx.org/download/nginx-$_nginxver.tar.gz{,.asc})
+sha256sums=('56b2273312e6dc9880f6ba83e381583b8759085a0b41338b782c9575d58346bc'
+'SKIP'
+'f11c2a6dd1d3515736f0324857957db2de98be862461b5a542a3ac6188dbe32b'
+'SKIP')
+
+build(){
+  cd "$srcdir"/nginx-$_nginxver
+  ./configure --with-compat 
--add-dynamic-module=../$pkgbase-$pkgver/src/nginx_module
+  make modules
+
+  cd "$srcdir"/$pkgbase-$pkgver
+  rake nginx CACHING=false
+  ./bin/passenger-in

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

2019-08-15 Thread Jelle van der Waa via arch-commits
Date: Thursday, August 15, 2019 @ 12:08:48
  Author: jelle
Revision: 499560

archrelease: copy trunk to community-x86_64

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

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

Deleted: PKGBUILD
===
--- PKGBUILD2019-08-15 12:08:41 UTC (rev 499559)
+++ PKGBUILD2019-08-15 12:08:48 UTC (rev 499560)
@@ -1,39 +0,0 @@
-# Maintainer: Massimiliano Torromeo 
-
-pkgname=nginx-mod-redis
-pkgver=0.3.9
-pkgrel=4
-
-_modname="${pkgname#nginx-mod-}"
-_nginxver=1.16.0
-
-pkgdesc='Nginx module for redis caching'
-arch=('x86_64')
-depends=("nginx=$_nginxver")
-url="https://www.nginx.com/resources/wiki/modules/redis/";
-license=('CUSTOM')
-
-source=(
-   https://nginx.org/download/nginx-$_nginxver.tar.gz{,.asc}
-   https://people.freebsd.org/~osa/ngx_http_redis-$pkgver.tar.gz
-)
-validpgpkeys=(B0F4253373F8F6F510D42178520A9993A1C052F8) # Maxim Dounin 

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

Copied: nginx-mod-redis/repos/community-x86_64/PKGBUILD (from rev 499559, 
nginx-mod-redis/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2019-08-15 12:08:48 UTC (rev 499560)
@@ -0,0 +1,39 @@
+# Maintainer: Massimiliano Torromeo 
+
+pkgname=nginx-mod-redis
+pkgver=0.3.9
+pkgrel=5
+
+_modname="${pkgname#nginx-mod-}"
+_nginxver=1.16.1
+
+pkgdesc='Nginx module for redis caching'
+arch=('x86_64')
+depends=("nginx=$_nginxver")
+url="https://www.nginx.com/resources/wiki/modules/redis/";
+license=('CUSTOM')
+
+source=(
+   https://nginx.org/download/nginx-$_nginxver.tar.gz{,.asc}
+   https://people.freebsd.org/~osa/ngx_http_redis-$pkgver.tar.gz
+)
+validpgpkeys=(B0F4253373F8F6F510D42178520A9993A1C052F8) # Maxim Dounin 

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


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

2019-08-15 Thread Jelle van der Waa via arch-commits
Date: Thursday, August 15, 2019 @ 12:08:41
  Author: jelle
Revision: 499559

upgpkg: nginx-mod-redis 0.3.9-5

nginx 1.16.1

Modified:
  nginx-mod-redis/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2019-08-15 12:07:08 UTC (rev 499558)
+++ PKGBUILD2019-08-15 12:08:41 UTC (rev 499559)
@@ -2,10 +2,10 @@
 
 pkgname=nginx-mod-redis
 pkgver=0.3.9
-pkgrel=4
+pkgrel=5
 
 _modname="${pkgname#nginx-mod-}"
-_nginxver=1.16.0
+_nginxver=1.16.1
 
 pkgdesc='Nginx module for redis caching'
 arch=('x86_64')
@@ -18,7 +18,7 @@
https://people.freebsd.org/~osa/ngx_http_redis-$pkgver.tar.gz
 )
 validpgpkeys=(B0F4253373F8F6F510D42178520A9993A1C052F8) # Maxim Dounin 

-sha256sums=('4fd376bad78797e7f18094a00f0f1088259326436b537eb5af69b01be2ca1345'
+sha256sums=('f11c2a6dd1d3515736f0324857957db2de98be862461b5a542a3ac6188dbe32b'
 'SKIP'
 '21f87540f0a44b23ffa5df16fb3d788bc90803b255ef14f9c26e3847a6f26f46')
 


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

2019-08-15 Thread Jelle van der Waa via arch-commits
Date: Thursday, August 15, 2019 @ 12:11:18
  Author: jelle
Revision: 499562

archrelease: copy trunk to community-x86_64

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

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

Deleted: PKGBUILD
===
--- PKGBUILD2019-08-15 12:11:11 UTC (rev 499561)
+++ PKGBUILD2019-08-15 12:11:18 UTC (rev 499562)
@@ -1,39 +0,0 @@
-# Maintainer: Massimiliano Torromeo 
-
-pkgname=nginx-mod-redis2
-pkgver=0.15
-pkgrel=4
-
-_modname="${pkgname#nginx-mod-}"
-_nginxver=1.16.0
-
-pkgdesc='Nginx upstream module for the Redis 2.0 protocol'
-arch=('x86_64')
-depends=("nginx=$_nginxver")
-url="https://github.com/openresty/redis2-nginx-module";
-license=('BSD')
-
-source=(
-   https://nginx.org/download/nginx-$_nginxver.tar.gz{,.asc}
-   
https://github.com/openresty/$_modname-nginx-module/archive/v$pkgver/$_modname-$pkgver.tar.gz
-)
-validpgpkeys=(B0F4253373F8F6F510D42178520A9993A1C052F8) # Maxim Dounin 

-sha256sums=('4fd376bad78797e7f18094a00f0f1088259326436b537eb5af69b01be2ca1345'
-'SKIP'
-'d255571bcfb9939b78099df39cb4d42f174d789aec8c8e5e47b93942b0299438')
-
-build() {
-   cd "$srcdir"/nginx-$_nginxver
-   ./configure --with-compat 
--add-dynamic-module=../$_modname-nginx-module-$pkgver
-   make modules
-}
-
-package() {
-   cd "$srcdir"/nginx-$_nginxver/objs
-   for mod in *.so; do
-   install -Dm755 $mod "$pkgdir"/usr/lib/nginx/modules/$mod
-   done
-
-   install -Dm644 "$srcdir"/$_modname-nginx-module-$pkgver/README.markdown 
\
-  "$pkgdir"/usr/share/licenses/$pkgname/README.markdown
-}

Copied: nginx-mod-redis2/repos/community-x86_64/PKGBUILD (from rev 499561, 
nginx-mod-redis2/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2019-08-15 12:11:18 UTC (rev 499562)
@@ -0,0 +1,39 @@
+# Maintainer: Massimiliano Torromeo 
+
+pkgname=nginx-mod-redis2
+pkgver=0.15
+pkgrel=5
+
+_modname="${pkgname#nginx-mod-}"
+_nginxver=1.16.1
+
+pkgdesc='Nginx upstream module for the Redis 2.0 protocol'
+arch=('x86_64')
+depends=("nginx=$_nginxver")
+url="https://github.com/openresty/redis2-nginx-module";
+license=('BSD')
+
+source=(
+   https://nginx.org/download/nginx-$_nginxver.tar.gz{,.asc}
+   
https://github.com/openresty/$_modname-nginx-module/archive/v$pkgver/$_modname-$pkgver.tar.gz
+)
+validpgpkeys=(B0F4253373F8F6F510D42178520A9993A1C052F8) # Maxim Dounin 

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


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

2019-08-15 Thread Jelle van der Waa via arch-commits
Date: Thursday, August 15, 2019 @ 12:11:11
  Author: jelle
Revision: 499561

upgpkg: nginx-mod-redis2 0.15-5

nginx 1.16.1 update

Modified:
  nginx-mod-redis2/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2019-08-15 12:08:48 UTC (rev 499560)
+++ PKGBUILD2019-08-15 12:11:11 UTC (rev 499561)
@@ -2,10 +2,10 @@
 
 pkgname=nginx-mod-redis2
 pkgver=0.15
-pkgrel=4
+pkgrel=5
 
 _modname="${pkgname#nginx-mod-}"
-_nginxver=1.16.0
+_nginxver=1.16.1
 
 pkgdesc='Nginx upstream module for the Redis 2.0 protocol'
 arch=('x86_64')
@@ -18,7 +18,7 @@

https://github.com/openresty/$_modname-nginx-module/archive/v$pkgver/$_modname-$pkgver.tar.gz
 )
 validpgpkeys=(B0F4253373F8F6F510D42178520A9993A1C052F8) # Maxim Dounin 

-sha256sums=('4fd376bad78797e7f18094a00f0f1088259326436b537eb5af69b01be2ca1345'
+sha256sums=('f11c2a6dd1d3515736f0324857957db2de98be862461b5a542a3ac6188dbe32b'
 'SKIP'
 'd255571bcfb9939b78099df39cb4d42f174d789aec8c8e5e47b93942b0299438')
 


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

2019-08-15 Thread Jelle van der Waa via arch-commits
Date: Thursday, August 15, 2019 @ 12:17:05
  Author: jelle
Revision: 499564

archrelease: copy trunk to community-x86_64

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

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

Deleted: PKGBUILD
===
--- PKGBUILD2019-08-15 12:16:59 UTC (rev 499563)
+++ PKGBUILD2019-08-15 12:17:05 UTC (rev 499564)
@@ -1,39 +0,0 @@
-# Maintainer: Massimiliano Torromeo 
-
-pkgname=nginx-mod-srcache
-pkgver=0.31
-pkgrel=7
-
-_modname="${pkgname#nginx-mod-}"
-_nginxver=1.16.0
-
-pkgdesc='Nginx module for transparent subrequest-based caching layout for 
arbitrary locations'
-arch=('x86_64')
-depends=("nginx=$_nginxver")
-url="https://github.com/openresty/srcache-nginx-module";
-license=('BSD')
-
-source=(
-   https://nginx.org/download/nginx-$_nginxver.tar.gz{,.asc}
-   
https://github.com/openresty/$_modname-nginx-module/archive/v$pkgver/$_modname-$pkgver.tar.gz
-)
-validpgpkeys=(B0F4253373F8F6F510D42178520A9993A1C052F8) # Maxim Dounin 

-sha256sums=('4fd376bad78797e7f18094a00f0f1088259326436b537eb5af69b01be2ca1345'
-'SKIP'
-'3f9729e73a8340926fa9d9fc15707c2f287cd27b6a9fe42e83f660ca48a5972d')
-
-build() {
-   cd "$srcdir"/nginx-$_nginxver
-   ./configure --with-compat 
--add-dynamic-module=../$_modname-nginx-module-$pkgver
-   make modules
-}
-
-package() {
-   cd "$srcdir"/nginx-$_nginxver/objs
-   for mod in *.so; do
-   install -Dm755 $mod "$pkgdir"/usr/lib/nginx/modules/$mod
-   done
-
-   install -Dm644 "$srcdir"/$_modname-nginx-module-$pkgver/README.markdown 
\
-  "$pkgdir"/usr/share/licenses/$pkgname/README.markdown
-}

Copied: nginx-mod-srcache/repos/community-x86_64/PKGBUILD (from rev 499563, 
nginx-mod-srcache/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2019-08-15 12:17:05 UTC (rev 499564)
@@ -0,0 +1,39 @@
+# Maintainer: Massimiliano Torromeo 
+
+pkgname=nginx-mod-srcache
+pkgver=0.31
+pkgrel=8
+
+_modname="${pkgname#nginx-mod-}"
+_nginxver=1.16.1
+
+pkgdesc='Nginx module for transparent subrequest-based caching layout for 
arbitrary locations'
+arch=('x86_64')
+depends=("nginx=$_nginxver")
+url="https://github.com/openresty/srcache-nginx-module";
+license=('BSD')
+
+source=(
+   https://nginx.org/download/nginx-$_nginxver.tar.gz{,.asc}
+   
https://github.com/openresty/$_modname-nginx-module/archive/v$pkgver/$_modname-$pkgver.tar.gz
+)
+validpgpkeys=(B0F4253373F8F6F510D42178520A9993A1C052F8) # Maxim Dounin 

+sha256sums=('f11c2a6dd1d3515736f0324857957db2de98be862461b5a542a3ac6188dbe32b'
+'SKIP'
+'3f9729e73a8340926fa9d9fc15707c2f287cd27b6a9fe42e83f660ca48a5972d')
+
+build() {
+   cd "$srcdir"/nginx-$_nginxver
+   ./configure --with-compat 
--add-dynamic-module=../$_modname-nginx-module-$pkgver
+   make modules
+}
+
+package() {
+   cd "$srcdir"/nginx-$_nginxver/objs
+   for mod in *.so; do
+   install -Dm755 $mod "$pkgdir"/usr/lib/nginx/modules/$mod
+   done
+
+   install -Dm644 "$srcdir"/$_modname-nginx-module-$pkgver/README.markdown 
\
+  "$pkgdir"/usr/share/licenses/$pkgname/README.markdown
+}


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

2019-08-15 Thread Jelle van der Waa via arch-commits
Date: Thursday, August 15, 2019 @ 12:16:59
  Author: jelle
Revision: 499563

upgpkg: nginx-mod-srcache 0.31-8

nginx 1.16.1 update

Modified:
  nginx-mod-srcache/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2019-08-15 12:11:18 UTC (rev 499562)
+++ PKGBUILD2019-08-15 12:16:59 UTC (rev 499563)
@@ -2,10 +2,10 @@
 
 pkgname=nginx-mod-srcache
 pkgver=0.31
-pkgrel=7
+pkgrel=8
 
 _modname="${pkgname#nginx-mod-}"
-_nginxver=1.16.0
+_nginxver=1.16.1
 
 pkgdesc='Nginx module for transparent subrequest-based caching layout for 
arbitrary locations'
 arch=('x86_64')
@@ -18,7 +18,7 @@

https://github.com/openresty/$_modname-nginx-module/archive/v$pkgver/$_modname-$pkgver.tar.gz
 )
 validpgpkeys=(B0F4253373F8F6F510D42178520A9993A1C052F8) # Maxim Dounin 

-sha256sums=('4fd376bad78797e7f18094a00f0f1088259326436b537eb5af69b01be2ca1345'
+sha256sums=('f11c2a6dd1d3515736f0324857957db2de98be862461b5a542a3ac6188dbe32b'
 'SKIP'
 '3f9729e73a8340926fa9d9fc15707c2f287cd27b6a9fe42e83f660ca48a5972d')
 


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

2019-08-15 Thread Bruno Pagani via arch-commits
Date: Thursday, August 15, 2019 @ 13:39:35
  Author: archange
Revision: 499566

archrelease: copy trunk to community-x86_64

Added:
  displaycal/repos/community-x86_64/PKGBUILD
(from rev 499565, displaycal/trunk/PKGBUILD)
Deleted:
  displaycal/repos/community-x86_64/PKGBUILD

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

Deleted: PKGBUILD
===
--- PKGBUILD2019-08-15 13:39:16 UTC (rev 499565)
+++ PKGBUILD2019-08-15 13:39:35 UTC (rev 499566)
@@ -1,31 +0,0 @@
-# Maintainer: Bruno Pagani 
-# Contributor: Timothy Redaelli 
-# Contributor: Cedric Girard 
-# Contributor: foxbunny 
-
-_pkgname=DisplayCAL
-pkgname=displaycal
-pkgver=3.8.3.0
-pkgrel=1
-pkgdesc="Open Source Display Calibration and Characterization powered by 
Argyll CMS (Formerly known as dispcalGUI)"
-arch=(x86_64)
-url="https://displaycal.net/";
-license=(GPL3)
-depends=(argyllcms python2-wxpython3 python2-numpy python2-gobject)
-makedepends=(libx11 libxrandr libxinerama libxxf86vm python2-setuptools)
-optdepends=('gnome-color-manager: profile installation for GNOME'
-'colord-kde: profile installation for Plasma')
-source=("https://downloads.sourceforge.net/dispcalgui/${_pkgname}-${pkgver}.tar.gz";)
-sha256sums=('2439789e2341d037b874da3933d043041d5542370fd5d283e58a42a73d74983a')
-
-build() {
-cd ${_pkgname}-${pkgver}
-python2 setup.py build
-}
-
-package() {
-cd ${_pkgname}-${pkgver}
-python2 setup.py install --root="${pkgdir}" --optimize=1 --skip-build
-# udev rules are shipped with argyllcms
-rm -r "${pkgdir}"/etc/udev/
-}

Copied: displaycal/repos/community-x86_64/PKGBUILD (from rev 499565, 
displaycal/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2019-08-15 13:39:35 UTC (rev 499566)
@@ -0,0 +1,31 @@
+# Maintainer: Bruno Pagani 
+# Contributor: Timothy Redaelli 
+# Contributor: Cedric Girard 
+# Contributor: foxbunny 
+
+_pkgname=DisplayCAL
+pkgname=displaycal
+pkgver=3.8.5.0
+pkgrel=1
+pkgdesc="Open Source Display Calibration and Characterization powered by 
Argyll CMS (Formerly known as dispcalGUI)"
+arch=(x86_64)
+url="https://displaycal.net/";
+license=(GPL3)
+depends=(argyllcms python2-wxpython3 python2-numpy python2-gobject)
+makedepends=(libx11 libxrandr libxinerama libxxf86vm python2-setuptools)
+optdepends=('gnome-color-manager: profile installation for GNOME'
+'colord-kde: profile installation for Plasma')
+source=("https://downloads.sourceforge.net/dispcalgui/${_pkgname}-${pkgver}.tar.gz";)
+sha256sums=('20b0db965f0e25f237000ba299b5ddf8035b05327dd1b2505792465d182bd440')
+
+build() {
+cd ${_pkgname}-${pkgver}
+python2 setup.py build
+}
+
+package() {
+cd ${_pkgname}-${pkgver}
+python2 setup.py install --root="${pkgdir}" --optimize=1 --skip-build
+# udev rules are shipped with argyllcms
+rm -r "${pkgdir}"/etc/udev/
+}


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

2019-08-15 Thread Bruno Pagani via arch-commits
Date: Thursday, August 15, 2019 @ 13:39:16
  Author: archange
Revision: 499565

upgpkg: displaycal 3.8.5.0-1

Modified:
  displaycal/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2019-08-15 12:17:05 UTC (rev 499564)
+++ PKGBUILD2019-08-15 13:39:16 UTC (rev 499565)
@@ -5,7 +5,7 @@
 
 _pkgname=DisplayCAL
 pkgname=displaycal
-pkgver=3.8.3.0
+pkgver=3.8.5.0
 pkgrel=1
 pkgdesc="Open Source Display Calibration and Characterization powered by 
Argyll CMS (Formerly known as dispcalGUI)"
 arch=(x86_64)
@@ -16,7 +16,7 @@
 optdepends=('gnome-color-manager: profile installation for GNOME'
 'colord-kde: profile installation for Plasma')
 
source=("https://downloads.sourceforge.net/dispcalgui/${_pkgname}-${pkgver}.tar.gz";)
-sha256sums=('2439789e2341d037b874da3933d043041d5542370fd5d283e58a42a73d74983a')
+sha256sums=('20b0db965f0e25f237000ba299b5ddf8035b05327dd1b2505792465d182bd440')
 
 build() {
 cd ${_pkgname}-${pkgver}


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

2019-08-15 Thread Florian Pritz via arch-commits
Date: Thursday, August 15, 2019 @ 15:25:24
  Author: bluewind
Revision: 499569

upgpkg: filezilla 3.44.2-1

upstream update

Modified:
  filezilla/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2019-08-15 15:25:22 UTC (rev 499568)
+++ PKGBUILD2019-08-15 15:25:24 UTC (rev 499569)
@@ -2,7 +2,7 @@
 # Maintainer: Daniel J Griffiths 
 
 pkgname=filezilla
-pkgver=3.44.1
+pkgver=3.44.2
 pkgrel=1
 pkgdesc="Fast and reliable FTP, FTPS and SFTP client"
 arch=('x86_64')
@@ -10,7 +10,7 @@
 license=('GPL')
 depends=('dbus' 'xdg-utils' 'wxgtk3' 'libidn' 'hicolor-icon-theme' 'sqlite' 
'gnutls' 'libfilezilla')
 
source=("https://download.filezilla-project.org/client/FileZilla_${pkgver}_src.tar.bz2";)
-md5sums=('9b685e9c7cb88e13b81d3a10b29d160d')
+md5sums=('af0a8ca9962134c902ab47ed826c049b')
 
 prepare() {
   cd "${pkgname}-${pkgver}"


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

2019-08-15 Thread Florian Pritz via arch-commits
Date: Thursday, August 15, 2019 @ 15:25:22
  Author: bluewind
Revision: 499568

archrelease: copy trunk to community-x86_64

Added:
  libfilezilla/repos/community-x86_64/PKGBUILD
(from rev 499567, libfilezilla/trunk/PKGBUILD)
Deleted:
  libfilezilla/repos/community-x86_64/PKGBUILD

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

Deleted: PKGBUILD
===
--- PKGBUILD2019-08-15 15:25:18 UTC (rev 499567)
+++ PKGBUILD2019-08-15 15:25:22 UTC (rev 499568)
@@ -1,36 +0,0 @@
-# Maintainer: Florian Pritz 
-# Contributor: Martchus 
-
-pkgname=libfilezilla
-pkgver=0.18.0
-pkgrel=1
-pkgdesc="Small and modern C++ library, offering some basic functionality to 
build high-performing, platform-independent programs"
-arch=('x86_64')
-url="https://lib.filezilla-project.org/";
-license=('GPL')
-depends=('gcc-libs' 'nettle')
-makedepends=(clang)
-checkdepends=('cppunit')
-source=("https://download.filezilla-project.org/libfilezilla/libfilezilla-$pkgver.tar.bz2";)
-
-build() {
-  cd "${srcdir}/$pkgname-$pkgver"
-  export CXX=clang++
-  export CC=clang
-  ./configure \
---prefix=/usr \
---disable-static
-  make
-}
-
-check() {
-  cd "${srcdir}/$pkgname-$pkgver"
-  # LANG needed to fix string_test::test_conversion2
-  LANG=en_US.UTF-8 make check
-}
-
-package() {
-  cd "${srcdir}/$pkgname-$pkgver"
-  make DESTDIR="${pkgdir}" install
-}
-sha512sums=('745039ca0123516bc58a7057117386fdaed8956b7612b331ffd10f3c7b6c739c47c9c90261ccaf5f7862662775f6b0b467891731ae30c5976d36a0cfb0102455')

Copied: libfilezilla/repos/community-x86_64/PKGBUILD (from rev 499567, 
libfilezilla/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2019-08-15 15:25:22 UTC (rev 499568)
@@ -0,0 +1,36 @@
+# Maintainer: Florian Pritz 
+# Contributor: Martchus 
+
+pkgname=libfilezilla
+pkgver=0.18.1
+pkgrel=1
+pkgdesc="Small and modern C++ library, offering some basic functionality to 
build high-performing, platform-independent programs"
+arch=('x86_64')
+url="https://lib.filezilla-project.org/";
+license=('GPL')
+depends=('gcc-libs' 'nettle')
+makedepends=(clang)
+checkdepends=('cppunit')
+source=("https://download.filezilla-project.org/libfilezilla/libfilezilla-$pkgver.tar.bz2";)
+
+build() {
+  cd "${srcdir}/$pkgname-$pkgver"
+  export CXX=clang++
+  export CC=clang
+  ./configure \
+--prefix=/usr \
+--disable-static
+  make
+}
+
+check() {
+  cd "${srcdir}/$pkgname-$pkgver"
+  # LANG needed to fix string_test::test_conversion2
+  LANG=en_US.UTF-8 make check
+}
+
+package() {
+  cd "${srcdir}/$pkgname-$pkgver"
+  make DESTDIR="${pkgdir}" install
+}
+sha512sums=('b1077a48575ec6bd99cb01a21171fdec4ea662bb4ecb568cb547c6401164854588801cdc4ae80d62809534d2b04d42dcc3f7325bf57af0e2e737a4ca9f15032e')


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

2019-08-15 Thread Florian Pritz via arch-commits
Date: Thursday, August 15, 2019 @ 15:25:27
  Author: bluewind
Revision: 499570

archrelease: copy trunk to community-x86_64

Added:
  filezilla/repos/community-x86_64/PKGBUILD
(from rev 499569, filezilla/trunk/PKGBUILD)
Deleted:
  filezilla/repos/community-x86_64/PKGBUILD

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

Deleted: PKGBUILD
===
--- PKGBUILD2019-08-15 15:25:24 UTC (rev 499569)
+++ PKGBUILD2019-08-15 15:25:27 UTC (rev 499570)
@@ -1,35 +0,0 @@
-# Contributor: Alexander Fehr 
-# Maintainer: Daniel J Griffiths 
-
-pkgname=filezilla
-pkgver=3.44.1
-pkgrel=1
-pkgdesc="Fast and reliable FTP, FTPS and SFTP client"
-arch=('x86_64')
-url="https://filezilla-project.org/";
-license=('GPL')
-depends=('dbus' 'xdg-utils' 'wxgtk3' 'libidn' 'hicolor-icon-theme' 'sqlite' 
'gnutls' 'libfilezilla')
-source=("https://download.filezilla-project.org/client/FileZilla_${pkgver}_src.tar.bz2";)
-md5sums=('9b685e9c7cb88e13b81d3a10b29d160d')
-
-prepare() {
-  cd "${pkgname}-${pkgver}"
-}
-
-build() {
-  cd "${pkgname}-${pkgver}"
-  ./configure \
---prefix=/usr \
---disable-manualupdatecheck \
---disable-autoupdatecheck \
---with-pugixml=builtin \
---with-wx-config=/usr/bin/wx-config-gtk3
-
-  make
-}
-
-package() {
-  cd "${pkgname}-${pkgver}"
-
-  make DESTDIR="${pkgdir}" install
-}

Copied: filezilla/repos/community-x86_64/PKGBUILD (from rev 499569, 
filezilla/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2019-08-15 15:25:27 UTC (rev 499570)
@@ -0,0 +1,35 @@
+# Contributor: Alexander Fehr 
+# Maintainer: Daniel J Griffiths 
+
+pkgname=filezilla
+pkgver=3.44.2
+pkgrel=1
+pkgdesc="Fast and reliable FTP, FTPS and SFTP client"
+arch=('x86_64')
+url="https://filezilla-project.org/";
+license=('GPL')
+depends=('dbus' 'xdg-utils' 'wxgtk3' 'libidn' 'hicolor-icon-theme' 'sqlite' 
'gnutls' 'libfilezilla')
+source=("https://download.filezilla-project.org/client/FileZilla_${pkgver}_src.tar.bz2";)
+md5sums=('af0a8ca9962134c902ab47ed826c049b')
+
+prepare() {
+  cd "${pkgname}-${pkgver}"
+}
+
+build() {
+  cd "${pkgname}-${pkgver}"
+  ./configure \
+--prefix=/usr \
+--disable-manualupdatecheck \
+--disable-autoupdatecheck \
+--with-pugixml=builtin \
+--with-wx-config=/usr/bin/wx-config-gtk3
+
+  make
+}
+
+package() {
+  cd "${pkgname}-${pkgver}"
+
+  make DESTDIR="${pkgdir}" install
+}


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

2019-08-15 Thread Florian Pritz via arch-commits
Date: Thursday, August 15, 2019 @ 15:25:18
  Author: bluewind
Revision: 499567

upgpkg: libfilezilla 0.18.1-1

upstream update

Modified:
  libfilezilla/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2019-08-15 13:39:35 UTC (rev 499566)
+++ PKGBUILD2019-08-15 15:25:18 UTC (rev 499567)
@@ -2,7 +2,7 @@
 # Contributor: Martchus 
 
 pkgname=libfilezilla
-pkgver=0.18.0
+pkgver=0.18.1
 pkgrel=1
 pkgdesc="Small and modern C++ library, offering some basic functionality to 
build high-performing, platform-independent programs"
 arch=('x86_64')
@@ -33,4 +33,4 @@
   cd "${srcdir}/$pkgname-$pkgver"
   make DESTDIR="${pkgdir}" install
 }
-sha512sums=('745039ca0123516bc58a7057117386fdaed8956b7612b331ffd10f3c7b6c739c47c9c90261ccaf5f7862662775f6b0b467891731ae30c5976d36a0cfb0102455')
+sha512sums=('b1077a48575ec6bd99cb01a21171fdec4ea662bb4ecb568cb547c6401164854588801cdc4ae80d62809534d2b04d42dcc3f7325bf57af0e2e737a4ca9f15032e')


[arch-commits] Commit in libreoffice-fresh/trunk (PKGBUILD build_failure.diff)

2019-08-15 Thread Andreas Radke via arch-commits
Date: Thursday, August 15, 2019 @ 16:25:20
  Author: andyrtr
Revision: 359846

upgpkg: libreoffice-fresh 6.3.0-1

upstream update 6.3.0

Added:
  libreoffice-fresh/trunk/build_failure.diff
Modified:
  libreoffice-fresh/trunk/PKGBUILD

+
 PKGBUILD   |   33 +++--
 build_failure.diff |   36 
 2 files changed, 55 insertions(+), 14 deletions(-)

Modified: PKGBUILD
===
--- PKGBUILD2019-08-15 11:30:45 UTC (rev 359845)
+++ PKGBUILD2019-08-15 16:25:20 UTC (rev 359846)
@@ -10,8 +10,8 @@
 
 pkgbase=libreoffice-fresh
 pkgname=('libreoffice-fresh-sdk' 'libreoffice-fresh')
-_LOver=6.2.5.2
-pkgver=6.2.5
+_LOver=6.3.0.4
+pkgver=6.3.0
 pkgrel=1
 arch=('x86_64')
 license=('LGPL3')
@@ -42,58 +42,60 @@

${_additional_source_url}/798b2ffdc8bcfe7bca2cf92b62caf685-rhino1_5R5.zip # 
keep old bundled version, new system version ftbs

${_additional_source_url}/a7983f859eafb2677d7ff386a023bc40-xsltml_2.1.2.zip

${_additional_source_url}/0168229624cfac409e766913506961a8-ucpp-1.3.2.tar.gz
-   ${_additional_source_url}/language-subtag-registry-2018-04-23.tar.bz2
+   ${_additional_source_url}/language-subtag-registry-2019-04-03.tar.bz2

${_additional_source_url}/17410483b5b5f267aa18b7e00b65e6e0-hsqldb_1_8_0.zip

${_additional_source_url}/d8bd5eed178db6e2b18eeed243f85aa8-flute-1.1.6.zip

${_additional_source_url}/ba2930200c9f019c2d93a8c88c651a0f-flow-engine-0.9.4.zip
-   ${_additional_source_url}/pdfium-3550.tar.bz2
+   ${_additional_source_url}/pdfium-3794.tar.bz2
${_additional_source_url}/lxml-4.1.1.tgz
${_additional_source_url}/Firebird-3.0.0.32483-0.tar.bz2

${_additional_source_url2}/8249374c274932a21846fa7629c2aa9b-officeotron-0.7.4-master.jar
  # for test suite

${_additional_source_url2}/odfvalidator-1.2.0-incubating-SNAPSHOT-jar-with-dependencies-971c54fd38a968f5860014b44301872706f9e540.jar
 # for test suite
-   
${_additional_source_url2}/49a64f3bcf20a7909ba2751349231d6652ded9cd2840e961b5164d09de3ffa63-opens___.ttf
+   
${_additional_source_url2}/884ed41809687c3e168fc7c19b16585149ff058eca79acbf3ee784f6630704cc-opens___.ttf

${_additional_source_url2}/185d60944ea767075d27247c3162b3bc-unowinreg.dll
make-pyuno-work-with-system-wide-module-install.diff
+build_failure.diff
libreoffice-fresh.sh libreoffice-fresh.csh)
 noextract=(35c94d2df8893241173de1d16b6034c0-swingExSrc.zip
798b2ffdc8bcfe7bca2cf92b62caf685-rhino1_5R5.zip
a7983f859eafb2677d7ff386a023bc40-xsltml_2.1.2.zip
0168229624cfac409e766913506961a8-ucpp-1.3.2.tar.gz
-   language-subtag-registry-2018-04-23.tar.bz2
+   language-subtag-registry-2019-04-03.tar.bz2
17410483b5b5f267aa18b7e00b65e6e0-hsqldb_1_8_0.zip
d8bd5eed178db6e2b18eeed243f85aa8-flute-1.1.6.zip
ba2930200c9f019c2d93a8c88c651a0f-flow-engine-0.9.4.zip
-   pdfium-3550.tar.bz2
+   pdfium-3794.tar.bz2
lxml-4.1.1.tgz
Firebird-3.0.0.32483-0.tar.bz2
8249374c274932a21846fa7629c2aa9b-officeotron-0.7.4-master.jar  # 
for test suite

odfvalidator-1.2.0-incubating-SNAPSHOT-jar-with-dependencies-971c54fd38a968f5860014b44301872706f9e540.jar
  # for test suite
-   
49a64f3bcf20a7909ba2751349231d6652ded9cd2840e961b5164d09de3ffa63-opens___.ttf
+   
884ed41809687c3e168fc7c19b16585149ff058eca79acbf3ee784f6630704cc-opens___.ttf
185d60944ea767075d27247c3162b3bc-unowinreg.dll
 )
 validpgpkeys=('C2839ECAD9408FBE9531C3E9F434A1EFAFEEAEA3') # LibreOffice Build 
Team (CODE SIGNING KEY) 
-sha256sums=('0e9c00e9b17ee2d35415c6baafe13d16a891253477b8cecf1942f0035aac358e'
+sha256sums=('87830107b17fbf6c3831c8e6bf738e7d21fa7826debb88e4948d80caf2a7aed7'
 'SKIP'
-'327f74590f60e9b0a58f5ab54304cdace248c9f1b45fd486a687481b715043d6'
+'9f5c5dac7e6d4fafe8b7e14d8b67454e4773cd0696be967cef7b97f33fc72bf1'
 'SKIP'
-'c39781ef5dc6602393c8cb2f7442c154385e9b89f13fce0e1f4ba600321e9d0a'
+'090098f72f2c153ee361e9a01f7b2593b0447e93bf4d694a130b803c0577601c'
 'SKIP'
 '64585ac36a81291a58269ec5347e7e3e2e8596dbacb9221015c208191333c6e1'
 '1fb458d6aab06932693cc8a9b6e4e70944ee1ff052fa63606e3131df34e21753'
 '75823776fb51a9c526af904f1503a7afaaab900fba83eda64f8a41073724c870'
 '983941d31ee8d366085cadf28db75eb1f5cb03ba1e5853b98f12f7f51c63b776'
-'14c21f4533ca74e3af9e09184d6756a750d0cd46099015ba8c595e48499aa878'
+'a1d7fb901764bb8f251d4f686cdf565764f9987d0fb5d9315d54a7366a84822d'
 'd30b13f4ba2e3b6a2d4f020c0dee0a9fb9fc6fbcc2d561f36b78da4bf3802370'
 '1b5b24f7bc543c0362b667692f78db8bab4ed6dafc6172f104d0bd3757d8a133'
 '233f66e8d25

[arch-commits] Commit in libreoffice-fresh/repos/extra-x86_64 (9 files)

2019-08-15 Thread Andreas Radke via arch-commits
Date: Thursday, August 15, 2019 @ 16:25:40
  Author: andyrtr
Revision: 359847

archrelease: copy trunk to extra-x86_64

Added:
  libreoffice-fresh/repos/extra-x86_64/PKGBUILD
(from rev 359846, libreoffice-fresh/trunk/PKGBUILD)
  libreoffice-fresh/repos/extra-x86_64/build_failure.diff
(from rev 359846, libreoffice-fresh/trunk/build_failure.diff)
  libreoffice-fresh/repos/extra-x86_64/libreoffice-fresh.csh
(from rev 359846, libreoffice-fresh/trunk/libreoffice-fresh.csh)
  libreoffice-fresh/repos/extra-x86_64/libreoffice-fresh.sh
(from rev 359846, libreoffice-fresh/trunk/libreoffice-fresh.sh)
  
libreoffice-fresh/repos/extra-x86_64/make-pyuno-work-with-system-wide-module-install.diff
(from rev 359846, 
libreoffice-fresh/trunk/make-pyuno-work-with-system-wide-module-install.diff)
Deleted:
  libreoffice-fresh/repos/extra-x86_64/PKGBUILD
  libreoffice-fresh/repos/extra-x86_64/libreoffice-fresh.csh
  libreoffice-fresh/repos/extra-x86_64/libreoffice-fresh.sh
  
libreoffice-fresh/repos/extra-x86_64/make-pyuno-work-with-system-wide-module-install.diff

--+
 PKGBUILD |  669 -
 build_failure.diff   |   36 
 libreoffice-fresh.csh|   16 
 libreoffice-fresh.sh |   16 
 make-pyuno-work-with-system-wide-module-install.diff |   36 
 5 files changed, 407 insertions(+), 366 deletions(-)

Deleted: PKGBUILD
===
--- PKGBUILD2019-08-15 16:25:20 UTC (rev 359846)
+++ PKGBUILD2019-08-15 16:25:40 UTC (rev 359847)
@@ -1,332 +0,0 @@
-# Maintainer: AndyRTR 
-# Maintainer: Bartłomiej Piotrowski 
-
-# Google API keys (see http://www.chromium.org/developers/how-tos/api-keys)
-# Note: These are for Arch Linux use ONLY. For your own distribution, please
-# get your own set of keys. Feel free to contact foutre...@archlinux.org for
-# more information.
-_google_default_client_id=413772536636.apps.googleusercontent.com
-_google_default_client_secret=0ZChLK6AxeA3Isu96MkwqDR4
-
-pkgbase=libreoffice-fresh
-pkgname=('libreoffice-fresh-sdk' 'libreoffice-fresh')
-_LOver=6.2.5.2
-pkgver=6.2.5
-pkgrel=1
-arch=('x86_64')
-license=('LGPL3')
-url="https://www.libreoffice.org/";
-makedepends=('curl>=7.20.0' 'hunspell>=1.2.8' 'python>=3.7' 'libwpd>=0.9.2' 
'libwps'
-   'neon>=0.28.6' 'pango' 'nspr' 'libjpeg' 'libxrandr' 'libgl' 'dbus-glib'
-   'libxslt' 'redland' 'hyphen' 'lpsolve' 'gcc-libs' 'sh' 'graphite' 'icu' 
-   'lcms2' 'poppler>=0.24.0' 'libvisio' 'libetonyek' 'libodfgen' 'libcdr'
-   'libmspub' 'harfbuzz-icu' 'nss' 'hicolor-icon-theme'
-   'desktop-file-utils' 'shared-mime-info' 'gtk2' 'gst-plugins-base-libs'
-   'sane' 'perl-archive-zip' 'zip' 'unzip' 'unixodbc' 'ant'
-   'gperf' 'gtk3' 'qt5-base' 'plasma-framework' 'cppunit' 'beanshell' 
'clucene'
-   'junit' 'libmythes' 'libwpg'  'java-environment=8' 'postgresql-libs' 
'mariadb-libs' 'libgl'
-   'bluez-libs' 'gdb' 'doxygen'  'libatomic_ops'  'mdds'
-   'apr' 'serf' 'ttf-liberation' 'ttf-dejavu' 'ttf-carlito' 'libxinerama' 
'libpagemaker' 'glm'
-   'libabw' 'libmwaw' 'libe-book' 'coin-or-mp' 'liblangtag' 'liborcus' 
-   'libexttextcat' 'libcmis' 'gobject-introspection' # 'libfbclient'
-   'libtommath' 'libzmf' 'gpgme' 'xmlsec' 'rxvt-unicode' 
-   'libepubgen' 'libfreehand' 'libqxp' 'libstaroffice'  'boost' 
'libnumbertext'
-)
-
-_mirror="https://download.documentfoundation.org/libreoffice/src/${pkgver}";
-#_mirror="https://dev-builds.libreoffice.org/pre-releases/src";
-_additional_source_url="https://dev-www.libreoffice.org/src";
-_additional_source_url2="https://dev-www.libreoffice.org/extern";
-source=(${_mirror}/libreoffice{,-help,-translations}-${_LOver}.tar.xz{,.asc}
-   
${_additional_source_url}/35c94d2df8893241173de1d16b6034c0-swingExSrc.zip
-   
${_additional_source_url}/798b2ffdc8bcfe7bca2cf92b62caf685-rhino1_5R5.zip # 
keep old bundled version, new system version ftbs
-   
${_additional_source_url}/a7983f859eafb2677d7ff386a023bc40-xsltml_2.1.2.zip
-   
${_additional_source_url}/0168229624cfac409e766913506961a8-ucpp-1.3.2.tar.gz
-   ${_additional_source_url}/language-subtag-registry-2018-04-23.tar.bz2
-   
${_additional_source_url}/17410483b5b5f267aa18b7e00b65e6e0-hsqldb_1_8_0.zip
-   
${_additional_source_url}/d8bd5eed178db6e2b18eeed243f85aa8-flute-1.1.6.zip
-   
${_additional_source_url}/ba2930200c9f019c2d93a8c88c651a0f-flow-engine-0.9.4.zip
-   ${_additional_source_url}/pdfium-3550.tar.bz2
-   ${_additional_source_url}/lxml-4.1.1.tgz
-   ${_additional_source_url}/Firebird-3.0.0.32483-0.tar.bz2
-   
${_additional_source_url2}/8249374c274932a21846fa7629c2aa9b-officeotron-0.7.4-master.jar
  # for test suite
-   
${_additional_source_url2}/odfvalidator-1.2.0-incubating-SNAPSHOT-jar-w

[arch-commits] Commit in libreoffice-fresh-i18n/trunk (PKGBUILD)

2019-08-15 Thread Andreas Radke via arch-commits
Date: Thursday, August 15, 2019 @ 16:28:57
  Author: andyrtr
Revision: 359848

upgpkg: libreoffice-fresh-i18n 6.3.0-1

upstream update 6.3.0

Modified:
  libreoffice-fresh-i18n/trunk/PKGBUILD

--+
 PKGBUILD |  350 ++---
 1 file changed, 175 insertions(+), 175 deletions(-)

Modified: PKGBUILD
===
--- PKGBUILD2019-08-15 16:25:40 UTC (rev 359847)
+++ PKGBUILD2019-08-15 16:28:57 UTC (rev 359848)
@@ -3,9 +3,9 @@
 
 pkgbase=libreoffice-fresh-i18n
 
-pkgver=6.2.5
+pkgver=6.3.0
 pkgrel=1
-_rcver=${pkgver}.2
+_rcver=${pkgver}.4
 #_oodlver=${pkgver}.0.beta1
 _oodlver=${pkgver}
 
@@ -137,351 +137,351 @@
   'zu"Zulu"0'
 )
 validpgpkeys=('C2839ECAD9408FBE9531C3E9F434A1EFAFEEAEA3') # "LibreOffice Build 
Team (CODE SIGNING KEY) "
-sha256sums=('1d183e65b1ed1ab1c080096c1b8c149be5938fa6aa96b7ad655d75c171986108'
+sha256sums=('ad1541d8305181f25a20e2f23e36b2ea8dc6507ddb3f21e6fb6d11272e3c35be'
 'SKIP'
-'7d55c4932892e19bfcf41baa47b68d0c3b181fcc21b58e480cdc73d09f88832d'
+'da830e88c1859b31ed6c192bec55be26ae73b0b7b98fe9b8199adc87de18cffd'
 'SKIP'
-'69231ad21128044dedc33ba34b95aebedb353878fbf52cff940282ea7a1f6d2d'
+'1742f6e140ca2f46d160f46605fc552e7bce7c339e71bb0b5109a93ca20c7911'
 'SKIP'
-'c529937d3c8bd2aa2aab40a68b5e0781cd5f249a7d5ff564be665ad976d21ac3'
+'3778428e87a065ba4759c00b09a00e5a133b4ba7729bddbd715168a475383b2a'
 'SKIP'
-'26455f74ce12dfd67e32427acef7f12dfbf80b9ff41982d009c3416722fe431b'
+'4bd142d45ad436279da8d41ffaa348d0c0c09005c51523b01aa4f185546ee7b4'
 'SKIP'
-'de7788075a5bf7da9d02afaf485f378127008ac7dbdde26c248b0a5e94dfa425'
+'edabce9ffda0774310b174828cf7a6e4bfac291d96a67a5d40ad327f69bef066'
 'SKIP'
-'39bb94d83ede865d392b2af5da6358f4aace27b720867edb465ad36404df477f'
+'c760d1fc3b35d57e7c87f6809ff5c0df2234359e4be3a75a6b70d8758dbf88aa'
 'SKIP'
-'6022fd4dbc372aa990e6424c50cbb9526e2e64b6159eba06597113500767fd5e'
+'6e5c1a95b09ca2cca04a802f6c81fd0a29c074f388a1e4a9641fa40a77d82b2b'
 'SKIP'
-'be2e479421204e8df7a35b2d953368827268031ad6a19a8b412f27312c27c048'
+'42722a1aafdd3dd278bff6e4f534d5f5d422863a72802d0d553386468565ec66'
 'SKIP'
-'d5a357d578df94d08e7e39abefd7aa9dacbd3d4b850120a40d3a02e324e18408'
+'92b8e22df7fdc35c71057bae8658df11a829b8c2106ed46d3ed85bbc37a793e9'
 'SKIP'
-'7bdb30988dc9806783c84041d4c95def67b92c442815b68563265c9356e2c56a'
+'48352471cddadf01033314dbef9906e0d7ed567356d357e034f2be0468e232e1'
 'SKIP'
-'d1b9404c5535cc89eead1b14a69800aec455efc5fc2f9138aec73a70947a5782'
+'5bd20b007c93f113617181d04612d9f83df9ab8b5e82a1cd72e4b200e8b9bd63'
 'SKIP'
-'b2dc3d85412fb05a235e54d8cdb1fe7d1886de82eb5e1bb7fa93e137960a3d9e'
+'5be370f5ae5e3158618eb974727b4faeb3700683e9b486cf34368c563dab5385'
 'SKIP'
-'3c4b86bae3a712c80fc9d1ffeb93d5d4325e01307d1f8e5dc63aed6708ae960f'
+'0c6aeb8830fc2209c2a3a2d1b20c433ed6718bc9b3aa1693da04092f09008b66'
 'SKIP'
-'c402687e650627c71ef16635f550f0692327ee260fa802a5801af4b66078ac57'
+'42f1e3a0863eb0a0cdd73b9f47a5be215c208c58198d83ff0f14eaf8be845f1a'
 'SKIP'
-'6f24168916d3d1dfc0777e1d269dd7ddae0532a49c2673beb5ad58d030610f5a'
+'11252074cefa46cdfbd79e1e222017e2bd6687850c9f105896a853a361110bf0'
 'SKIP'
-'78a5620d394809494102447a4fd5caee6992329a288c5125adb623c456d22090'
+'542ed2958b2e397f822f05ab474d8e0784558034698510e365716ed555b66806'
 'SKIP'
-'86d94ee21cc923f5bf9ec6c60e630672f5db3ebf81cac3c35ffa13c32247c63e'
+'66d0f8ff2b2017bfdfe4683477ce073b499a90fa1672aec112380dd57273c506'
 'SKIP'
-'c30144775e42112998667cfe967ae60954ec2044054f570a4f5425dfd7b133af'
+'585c04dfca628a69bdd85f071cc2a9d320c85fd30132f632a8f7ee1653f601f0'
 'SKIP'
-'397cd84921c84b95a2f1f4e6fde8792b191dd457c66af3c359062609b5f8fa6a'
+'bc590b44af289055d56d6c5c4530e4f2215c2da3c7eef8347e53b817a8462a75'
 'SKIP'
-'c62acb8ed6be41d49c1ae70df5ed2fcb581de8bbf11c60b663cf88ae06a5ec5d'
+'75e1a45f32ef705c32a550b631ced717fb9af3dbe58e61bd4f8c2aa768c3e40f'
 'SKIP'
-'647a43033b5421373c58da16167ae02f2e0bd9092b82b0cd54bdaa279ec0470a'
+'ec0b7c3e1810370e75e75753261b4de67f4251e31850e42362c934a24c879a52'
 'SKIP'
-'d23a0cd13cc67a49bc80f931d1142ae908b2457a83a0a53bcef1c3aca2451e4f'
+'64794350def6abef1687786470672c42137cb4b975addd3c

[arch-commits] Commit in libreoffice-fresh-i18n/repos/extra-any (PKGBUILD PKGBUILD)

2019-08-15 Thread Andreas Radke via arch-commits
Date: Thursday, August 15, 2019 @ 16:30:26
  Author: andyrtr
Revision: 359849

archrelease: copy trunk to extra-any

Added:
  libreoffice-fresh-i18n/repos/extra-any/PKGBUILD
(from rev 359848, libreoffice-fresh-i18n/trunk/PKGBUILD)
Deleted:
  libreoffice-fresh-i18n/repos/extra-any/PKGBUILD

--+
 PKGBUILD | 1082 ++---
 1 file changed, 541 insertions(+), 541 deletions(-)

Deleted: PKGBUILD
===
--- PKGBUILD2019-08-15 16:28:57 UTC (rev 359848)
+++ PKGBUILD2019-08-15 16:30:26 UTC (rev 359849)
@@ -1,541 +0,0 @@
-# Maintainer: Andreas Radke 
-# Maintainer: Bartłomiej Piotrowski 
-
-pkgbase=libreoffice-fresh-i18n
-
-pkgver=6.2.5
-pkgrel=1
-_rcver=${pkgver}.2
-#_oodlver=${pkgver}.0.beta1
-_oodlver=${pkgver}
-
-arch=('any')
-url="http://www.documentfoundation.org";
-license=('LGPL')
-
-#https://download.documentfoundation.org/mirrors/all.html
-
-_url="https://download.documentfoundation.org/libreoffice/stable";
-#_url="https://download.documentfoundation.org/libreoffice/testing";
-#_url="https://dev-builds.libreoffice.org/pre-releases";
-
-
-#_url+="/${pkgver}-rc2/rpm/x86_64"
-#_url+="/${pkgver}/rpm/x86_64"
-_url+="/${pkgver}/rpm/x86_64"
-#_url+="/rpm/x86_64"
-
-_languages=(
-  'af"Afrikaans"   0'
-  'am"Amharic" 1'
-  'ar"Arabic"  1'
-  'as"Assamese (India)"0'
-  'ast   "Asturianu"   1'
-  'be"Belarusian"  0'
-  'bg"Bulgarian"   1'
-  'bn"Bengali" 1'
-  'bn-IN "Bengali (India)" 1'
-  'bo"Tibetan" 1'
-  'br"Breton"  0'
-  'brx   "Bodo"0'
-  'bs"Bosnian" 1'
-  'ca"Catalan" 1'
-  'ca-valencia   "Catalan (Valencia)"  1'
-  'cs"Czech"   1'
-  'cy"Welsh"   0'
-  'da"Danish"  1'
-  'de"German"  1'
-  'dgo   "Dogri"   0'
-  'dz"Dzongkha"1'
-  'el"Greek"   1'
-  'en-GB "English (GB)"1'
-  'en-ZA "English (ZA)"1'
-  'eo"Esperanto"   1'
-  'es"Spanish" 1'
-  'et"Estonian"1'
-  'eu"Basque"  1'
-  'fa"Persian" 0'
-  'fi"Finnish" 1'
-  'fr"French"  1'
-  'ga"Irish"   0'
-  'gd"Gaelic (Scottish)"   0'
-  'gl"Galician"1'
-  'gu"Gujarati"1'
-  'he"Hebrew"  1'
-  'hi"Hindi"   1'
-  'hr"Croatian"1'
-  'hu"Hungarian"   1'
-  'id"Indonesian"  1'
-  'is"Icelandic"   1'
-  'it"Italian" 1'
-  'ja"Japanese"1'
-  'ka"Georgian"1'
-  'kk"Kazakh"  0'
-  'km"Khmer (Cambodia)"1'
-  'kmr-Latn  "Kurdish" 0'
-  'kn"Kannada" 0'
-  'ko"Korean"  1'
-  'kok   "Konkani" 0'
-  'ks"Kashmiri"0'
-  'lb"Luxembourgish"   0'
-  'lo"Lao" 1'
-  'lt"Lithuanian"  1'
-  'lv"Latvian" 1'
-  'mai   "Maithili"0'
-  'mk"Macedonian"  1'
-  'ml"Malayalam"   0'
-  'mn"Mongolian"   0'
-  'mni   "Manipuri"0'
-  'mr"Marathi" 0'
-  'my"Burmese" 0'
-  'nb"Norwegian Bokmal"1'
-  'ne"Nepali"  1'
-  'nl"Dutch"   1'
-  'nn"Norwegian Nynorsk"   1'
-  'nr"Ndebele (South)" 0'
-  'nso   "Northern Sotho"  0'
-  'oc"Occitan" 0'
-  'om"Oromo"   1'
-  'or"Oriya"   0'
-  'pa-IN "Punjabi (India)" 0'
-  'pl"Polish"  1'
-  'pt"Portuguese"  1'
-  'pt-BR "Portuguese (Brasil)" 1'
-  'ro"Romanian"1'
-  'ru"Russian" 1'
-  'rw"Kinyarwanda" 0'
-  'sa

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

2019-08-15 Thread Filipe Laíns via arch-commits
Date: Thursday, August 15, 2019 @ 16:43:28
  Author: ffy00
Revision: 499571

upgpkg: budgie-extras 0.9.1-1

Modified:
  budgie-extras/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2019-08-15 15:25:27 UTC (rev 499570)
+++ PKGBUILD2019-08-15 16:43:28 UTC (rev 499571)
@@ -1,7 +1,7 @@
 # Maintainer: Filipe Laíns (FFY00) 
 
 pkgname=budgie-extras
-pkgver=0.9.0
+pkgver=0.9.1
 _quickchar_ref=3bf255325194d8710c358684f44ee5687c57ffba
 pkgrel=1
 pkgdesc='Additional Budgie Desktop enhancements for the user experience'
@@ -15,7 +15,7 @@
 makedepends=('gobject-introspection' 'meson' 'ninja' 'vala' 'intltool')
 source=("$pkgname-$pkgver.tar.gz::$url/archive/v$pkgver.tar.gz"
 
"$pkgname-quickchar-$_quickchar_ref.tar.gz::https://github.com/UbuntuBudgie/QuickChar/archive/$_quickchar_ref.tar.gz";)
-sha512sums=('a92c25a3c9fc2106551269c42fe1a4db05035198c3232685621279d3ff96ba5ecccfaa41536a0e2b029fa31c20fb3f2bbc005d4df66f1efc6da471e24daf1f2a'
+sha512sums=('a3c57cdf1e5a4ffeddd743d3f067e89229311607f0307afa7f635dd1b5dbd96b84bebe0087cfaa7e739c6e8d9b2486e47811261fe7d8d40155fc99345813aa59'
 
'6f7e5aa09dccc85b17ccc22fdedc7473727cf3ae2cc5e3664afba837e521a2f633028f79d70147d23835731e2de7716d236bf2f3357958064c54a854f872f1b6')
 
 prepare() {


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

2019-08-15 Thread Filipe Laíns via arch-commits
Date: Thursday, August 15, 2019 @ 16:43:40
  Author: ffy00
Revision: 499572

archrelease: copy trunk to community-x86_64

Added:
  budgie-extras/repos/community-x86_64/PKGBUILD
(from rev 499571, budgie-extras/trunk/PKGBUILD)
Deleted:
  budgie-extras/repos/community-x86_64/PKGBUILD

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

Deleted: PKGBUILD
===
--- PKGBUILD2019-08-15 16:43:28 UTC (rev 499571)
+++ PKGBUILD2019-08-15 16:43:40 UTC (rev 499572)
@@ -1,40 +0,0 @@
-# Maintainer: Filipe Laíns (FFY00) 
-
-pkgname=budgie-extras
-pkgver=0.9.0
-_quickchar_ref=3bf255325194d8710c358684f44ee5687c57ffba
-pkgrel=1
-pkgdesc='Additional Budgie Desktop enhancements for the user experience'
-arch=('x86_64')
-license=('GPL3')
-url='https://github.com/UbuntuBudgie/budgie-extras'
-depends=('budgie-desktop' 'wmctrl' 'xdotool' 'xprintidle' 'python' 
'python-gobject' 'python-cairo' 'libgee'
- 'zenity' 'vorbis-tools' 'python-psutil' 'sound-theme-freedesktop' 
'imagemagick' 'python-pillow'
- 'python-svgwrite' 'python-cairosvg' 'python-pyudev' 'python-requests' 
'libpeas' 'json-glib'
- 'libkeybinder3')
-makedepends=('gobject-introspection' 'meson' 'ninja' 'vala' 'intltool')
-source=("$pkgname-$pkgver.tar.gz::$url/archive/v$pkgver.tar.gz"
-
"$pkgname-quickchar-$_quickchar_ref.tar.gz::https://github.com/UbuntuBudgie/QuickChar/archive/$_quickchar_ref.tar.gz";)
-sha512sums=('a92c25a3c9fc2106551269c42fe1a4db05035198c3232685621279d3ff96ba5ecccfaa41536a0e2b029fa31c20fb3f2bbc005d4df66f1efc6da471e24daf1f2a'
-
'6f7e5aa09dccc85b17ccc22fdedc7473727cf3ae2cc5e3664afba837e521a2f633028f79d70147d23835731e2de7716d236bf2f3357958064c54a854f872f1b6')
-
-prepare() {
-  cp -r QuickChar-$_quickchar_ref/* $pkgname-$pkgver/budgie-quickchar/quickchar
-}
-
-build() {
-  mkdir -p $pkgname-$pkgver/build
-  cd $pkgname-$pkgver/build
-
-  arch-meson .. \
-   -D b_pie=false
-
-  ninja
-}
-
-package() {
-  cd $pkgname-$pkgver/build
-
-  DESTDIR="$pkgdir" ninja install
-}
-

Copied: budgie-extras/repos/community-x86_64/PKGBUILD (from rev 499571, 
budgie-extras/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2019-08-15 16:43:40 UTC (rev 499572)
@@ -0,0 +1,40 @@
+# Maintainer: Filipe Laíns (FFY00) 
+
+pkgname=budgie-extras
+pkgver=0.9.1
+_quickchar_ref=3bf255325194d8710c358684f44ee5687c57ffba
+pkgrel=1
+pkgdesc='Additional Budgie Desktop enhancements for the user experience'
+arch=('x86_64')
+license=('GPL3')
+url='https://github.com/UbuntuBudgie/budgie-extras'
+depends=('budgie-desktop' 'wmctrl' 'xdotool' 'xprintidle' 'python' 
'python-gobject' 'python-cairo' 'libgee'
+ 'zenity' 'vorbis-tools' 'python-psutil' 'sound-theme-freedesktop' 
'imagemagick' 'python-pillow'
+ 'python-svgwrite' 'python-cairosvg' 'python-pyudev' 'python-requests' 
'libpeas' 'json-glib'
+ 'libkeybinder3')
+makedepends=('gobject-introspection' 'meson' 'ninja' 'vala' 'intltool')
+source=("$pkgname-$pkgver.tar.gz::$url/archive/v$pkgver.tar.gz"
+
"$pkgname-quickchar-$_quickchar_ref.tar.gz::https://github.com/UbuntuBudgie/QuickChar/archive/$_quickchar_ref.tar.gz";)
+sha512sums=('a3c57cdf1e5a4ffeddd743d3f067e89229311607f0307afa7f635dd1b5dbd96b84bebe0087cfaa7e739c6e8d9b2486e47811261fe7d8d40155fc99345813aa59'
+
'6f7e5aa09dccc85b17ccc22fdedc7473727cf3ae2cc5e3664afba837e521a2f633028f79d70147d23835731e2de7716d236bf2f3357958064c54a854f872f1b6')
+
+prepare() {
+  cp -r QuickChar-$_quickchar_ref/* $pkgname-$pkgver/budgie-quickchar/quickchar
+}
+
+build() {
+  mkdir -p $pkgname-$pkgver/build
+  cd $pkgname-$pkgver/build
+
+  arch-meson .. \
+   -D b_pie=false
+
+  ninja
+}
+
+package() {
+  cd $pkgname-$pkgver/build
+
+  DESTDIR="$pkgdir" ninja install
+}
+


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

2019-08-15 Thread Johannes Löthberg via arch-commits
Date: Thursday, August 15, 2019 @ 17:24:54
  Author: demize
Revision: 499573

Fix zsh completion path and stop overriding upstream bash completion

Modified:
  zathura/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2019-08-15 16:43:40 UTC (rev 499572)
+++ PKGBUILD2019-08-15 17:24:54 UTC (rev 499573)
@@ -5,7 +5,7 @@
 
 pkgname=zathura
 pkgver=0.4.3
-pkgrel=2
+pkgrel=3
 
 pkgdesc="Minimalistic document viewer"
 url="https://git.pwmt.org/pwmt/zathura";
@@ -20,11 +20,9 @@
 'zathura-ps: PostScript support'
 'zathura-cb: Comic book support')
 
-source=(zathura-$pkgver.tar.gz::https://github.com/pwmt/zathura/archive/$pkgver.tar.gz
-bash-completion)
+source=(zathura-$pkgver.tar.gz::https://github.com/pwmt/zathura/archive/$pkgver.tar.gz)
 
-sha1sums=('0135d90d1561ee40f02111785d8afb9fec311b7c'
-  '94a8236c483626a7f3acee053a1ea885aed45a82')
+sha1sums=('0135d90d1561ee40f02111785d8afb9fec311b7c')
 
 build() {
   cd zathura-$pkgver
@@ -45,5 +43,5 @@
   DESTDIR="$pkgdir" ninja install
 
   install -D -m664 ../LICENSE "$pkgdir"/usr/share/licenses/$pkgname/LICENSE
-  install -Dm0644 "$srcdir"/bash-completion 
"$pkgdir"/usr/share/bash-completion/completions/zathura
+  mv "$pkgdir"/usr/share/zsh/vendor-completions 
"$pkgdir"/usr/share/zsh/site-functions
 }


[arch-commits] Commit in zathura/trunk (bash-completion)

2019-08-15 Thread Johannes Löthberg via arch-commits
Date: Thursday, August 15, 2019 @ 17:27:21
  Author: demize
Revision: 499574

Remove bash completion file

Deleted:
  zathura/trunk/bash-completion

-+
 bash-completion |   29 -
 1 file changed, 29 deletions(-)

Deleted: bash-completion
===
--- bash-completion 2019-08-15 17:24:54 UTC (rev 499573)
+++ bash-completion 2019-08-15 17:27:21 UTC (rev 499574)
@@ -1,29 +0,0 @@
-_zathura() {
-  _init_completion || return
-
-  EXTENTIONS=''
-  for PLUGIN in /usr/lib/zathura/*.so; do
-case ${PLUGIN##*/} in
-  pdf.so)
-EXTENTIONS="$EXTENTIONS|pdf"
-;;
-  ps.so)
-EXTENTIONS="$EXTENTIONS|ps|eps|epsi|epsf"
-;;
-  djvu.so)
-EXTENTIONS="$EXTENTIONS|djvu|djv"
-;;
-  epub.so)
-EXTENTIONS="$EXTENTIONS|epub"
-;;
-  cb.so)
-EXTENTIONS="$EXTENTIONS|cb7|cbr|cbz|cbt|rar|zip|7z|tar"
-;;
-  *)
-;;
-  esac
-  done
-
-  _filedir "${EXTENTIONS#|}"
-} &&
-complete -F _zathura zathura


[arch-commits] Commit in zathura/repos/community-x86_64 (5 files)

2019-08-15 Thread Johannes Löthberg via arch-commits
Date: Thursday, August 15, 2019 @ 17:28:21
  Author: demize
Revision: 499575

archrelease: copy trunk to community-x86_64

Added:
  
zathura/repos/community-x86_64/0001-meson.build-Don-t-do-broken-synctex-version-check.patch
(from rev 499574, 
zathura/trunk/0001-meson.build-Don-t-do-broken-synctex-version-check.patch)
  zathura/repos/community-x86_64/PKGBUILD
(from rev 499574, zathura/trunk/PKGBUILD)
Deleted:
  
zathura/repos/community-x86_64/0001-meson.build-Don-t-do-broken-synctex-version-check.patch
  zathura/repos/community-x86_64/PKGBUILD
  zathura/repos/community-x86_64/bash-completion

--+
 0001-meson.build-Don-t-do-broken-synctex-version-check.patch |   60 +++---
 PKGBUILD |   96 --
 bash-completion  |   29 ---
 3 files changed, 77 insertions(+), 108 deletions(-)

Deleted: 0001-meson.build-Don-t-do-broken-synctex-version-check.patch
===
--- 0001-meson.build-Don-t-do-broken-synctex-version-check.patch
2019-08-15 17:27:21 UTC (rev 499574)
+++ 0001-meson.build-Don-t-do-broken-synctex-version-check.patch
2019-08-15 17:28:21 UTC (rev 499575)
@@ -1,30 +0,0 @@
-From 024f228c45a1df3f01dada4e72e99dd7a76ecf26 Mon Sep 17 00:00:00 2001
-From: =?UTF-8?q?Johannes=20L=C3=B6thberg?= 
-Date: Sun, 27 May 2018 02:11:24 +0200
-Subject: [PATCH] meson.build: Don't do broken synctex version check
-MIME-Version: 1.0
-Content-Type: text/plain; charset=UTF-8
-Content-Transfer-Encoding: 8bit
-
-Signed-off-by: Johannes Löthberg 

- meson.build | 3 ---
- 1 file changed, 3 deletions(-)
-
-diff --git a/meson.build b/meson.build
-index 1862fa0..63246e8 100644
 a/meson.build
-+++ b/meson.build
-@@ -82,9 +82,6 @@ endif
- if get_option('enable-synctex') and synctex.found()
-   build_dependencies += synctex
-   defines += '-DWITH_SYNCTEX'
--  if synctex.version() < '2.0.0'
--defines += '-DWITH_SYNCTEX1'
--  endif
- endif
- 
- if get_option('enable-magic') and magic.found()
--- 
-2.17.0
-

Copied: 
zathura/repos/community-x86_64/0001-meson.build-Don-t-do-broken-synctex-version-check.patch
 (from rev 499574, 
zathura/trunk/0001-meson.build-Don-t-do-broken-synctex-version-check.patch)
===
--- 0001-meson.build-Don-t-do-broken-synctex-version-check.patch
(rev 0)
+++ 0001-meson.build-Don-t-do-broken-synctex-version-check.patch
2019-08-15 17:28:21 UTC (rev 499575)
@@ -0,0 +1,30 @@
+From 024f228c45a1df3f01dada4e72e99dd7a76ecf26 Mon Sep 17 00:00:00 2001
+From: =?UTF-8?q?Johannes=20L=C3=B6thberg?= 
+Date: Sun, 27 May 2018 02:11:24 +0200
+Subject: [PATCH] meson.build: Don't do broken synctex version check
+MIME-Version: 1.0
+Content-Type: text/plain; charset=UTF-8
+Content-Transfer-Encoding: 8bit
+
+Signed-off-by: Johannes Löthberg 
+---
+ meson.build | 3 ---
+ 1 file changed, 3 deletions(-)
+
+diff --git a/meson.build b/meson.build
+index 1862fa0..63246e8 100644
+--- a/meson.build
 b/meson.build
+@@ -82,9 +82,6 @@ endif
+ if get_option('enable-synctex') and synctex.found()
+   build_dependencies += synctex
+   defines += '-DWITH_SYNCTEX'
+-  if synctex.version() < '2.0.0'
+-defines += '-DWITH_SYNCTEX1'
+-  endif
+ endif
+ 
+ if get_option('enable-magic') and magic.found()
+-- 
+2.17.0
+

Deleted: PKGBUILD
===
--- PKGBUILD2019-08-15 17:27:21 UTC (rev 499574)
+++ PKGBUILD2019-08-15 17:28:21 UTC (rev 499575)
@@ -1,49 +0,0 @@
-# Maintainer: Johannes Löthberg 
-# Contributor: Daniel Wallace 
-# Contributor: Sergej Pupykin 
-# Contributor: ML 
-
-pkgname=zathura
-pkgver=0.4.3
-pkgrel=2
-
-pkgdesc="Minimalistic document viewer"
-url="http://pwmt.org/projects/zathura/";
-arch=('x86_64')
-license=('custom')
-
-makedepends=('python-sphinx' 'texlive-bin' 'meson' 'ninja' 'appstream-glib' 
'check')
-depends=('girara>=0.2.7' 'sqlite' 'desktop-file-utils' 'file' 'libsynctex')
-optdepends=('zathura-djvu: DjVu support'
-'zathura-pdf-poppler: PDF support using Poppler'
-'zathura-pdf-mupdf: PDF support using MuPDF'
-'zathura-ps: PostScript support'
-'zathura-cb: Comic book support')
-
-source=(zathura-$pkgver.tar.gz::https://github.com/pwmt/zathura/archive/$pkgver.tar.gz
-bash-completion)
-
-sha1sums=('0135d90d1561ee40f02111785d8afb9fec311b7c'
-  '94a8236c483626a7f3acee053a1ea885aed45a82')
-
-build() {
-  cd zathura-$pkgver
-  arch-meson build
-
-  cd build
-  ninja
-}
-
-check() {
-  cd zathura-$pkgver/build
-
-  ninja test
-}
-
-package() {
-  cd zathura-$pkgver/build
-  DESTDIR="$pkgdir" ninja install
-
-  install -D -m664 ../LICENSE "$pkgdir"/usr/share/licenses/$pkgname/LICENSE
-  install -Dm0644 "$srcdir"/bash-completion 
"$pkgdir"/usr/share/bash-comp

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

2019-08-15 Thread Jaroslav Lichtblau via arch-commits
Date: Thursday, August 15, 2019 @ 17:34:12
  Author: jlichtblau
Revision: 499576

upgpkg: hugo 0.57.0-1 - new upstream release

Modified:
  hugo/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2019-08-15 17:28:21 UTC (rev 499575)
+++ PKGBUILD2019-08-15 17:34:12 UTC (rev 499576)
@@ -4,7 +4,7 @@
 # Contributor: Brenton Horne
 
 pkgname=hugo
-pkgver=0.56.3
+pkgver=0.57.0
 pkgrel=1
 pkgdesc="Fast and Flexible Static Site Generator in Go"
 arch=('x86_64')
@@ -14,7 +14,7 @@
 makedepends=('go-pie' 'git')
 optdepends=('pygmentize: syntax-highlight code snippets')
 
source=(${pkgname}-${pkgver}.tar.gz::https://github.com/gohugoio/${pkgname}/archive/v${pkgver}.tar.gz)
-sha256sums=('975981a12c1e3dfa279066be7d01738c5e54d7cebb75a07a8f3ae3973aedcba6')
+sha256sums=('fe71e3dd5476cf3eb653ed9947d52a2001e20835f7b118fc6b0bf206c7f7a5fc')
 
 build() {
   cd "${srcdir}"/${pkgname}-${pkgver}


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

2019-08-15 Thread Jaroslav Lichtblau via arch-commits
Date: Thursday, August 15, 2019 @ 17:34:20
  Author: jlichtblau
Revision: 499577

archrelease: copy trunk to community-x86_64

Added:
  hugo/repos/community-x86_64/PKGBUILD
(from rev 499576, hugo/trunk/PKGBUILD)
Deleted:
  hugo/repos/community-x86_64/PKGBUILD

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

Deleted: PKGBUILD
===
--- PKGBUILD2019-08-15 17:34:12 UTC (rev 499576)
+++ PKGBUILD2019-08-15 17:34:20 UTC (rev 499577)
@@ -1,30 +0,0 @@
-# Maintainer: Jaroslav Lichtblau 
-# Contributor: fordprefect
-# Contributor: Jonathon Fernyhough 
-# Contributor: Brenton Horne
-
-pkgname=hugo
-pkgver=0.56.3
-pkgrel=1
-pkgdesc="Fast and Flexible Static Site Generator in Go"
-arch=('x86_64')
-url="https://gohugo.io/";
-license=('Apache')
-depends=('glibc')
-makedepends=('go-pie' 'git')
-optdepends=('pygmentize: syntax-highlight code snippets')
-source=(${pkgname}-${pkgver}.tar.gz::https://github.com/gohugoio/${pkgname}/archive/v${pkgver}.tar.gz)
-sha256sums=('975981a12c1e3dfa279066be7d01738c5e54d7cebb75a07a8f3ae3973aedcba6')
-
-build() {
-  cd "${srcdir}"/${pkgname}-${pkgver}
-  go build -tags extended
-  ./hugo gen man
-}
-
-package() {
-  cd "${srcdir}"/${pkgname}-${pkgver}
-  install -Dm755 "${pkgname}" "${pkgdir}"/usr/bin/${pkgname}
-  install -Dm644 LICENSE "${pkgdir}"/usr/share/licenses/${pkgname}/LICENSE
-  install -Dm644 "${srcdir}"/${pkgname}-${pkgver}/man/*.1  -t 
"${pkgdir}"/usr/share/man/man1/
-}

Copied: hugo/repos/community-x86_64/PKGBUILD (from rev 499576, 
hugo/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2019-08-15 17:34:20 UTC (rev 499577)
@@ -0,0 +1,30 @@
+# Maintainer: Jaroslav Lichtblau 
+# Contributor: fordprefect
+# Contributor: Jonathon Fernyhough 
+# Contributor: Brenton Horne
+
+pkgname=hugo
+pkgver=0.57.0
+pkgrel=1
+pkgdesc="Fast and Flexible Static Site Generator in Go"
+arch=('x86_64')
+url="https://gohugo.io/";
+license=('Apache')
+depends=('glibc')
+makedepends=('go-pie' 'git')
+optdepends=('pygmentize: syntax-highlight code snippets')
+source=(${pkgname}-${pkgver}.tar.gz::https://github.com/gohugoio/${pkgname}/archive/v${pkgver}.tar.gz)
+sha256sums=('fe71e3dd5476cf3eb653ed9947d52a2001e20835f7b118fc6b0bf206c7f7a5fc')
+
+build() {
+  cd "${srcdir}"/${pkgname}-${pkgver}
+  go build -tags extended
+  ./hugo gen man
+}
+
+package() {
+  cd "${srcdir}"/${pkgname}-${pkgver}
+  install -Dm755 "${pkgname}" "${pkgdir}"/usr/bin/${pkgname}
+  install -Dm644 LICENSE "${pkgdir}"/usr/share/licenses/${pkgname}/LICENSE
+  install -Dm644 "${srcdir}"/${pkgname}-${pkgver}/man/*.1  -t 
"${pkgdir}"/usr/share/man/man1/
+}


[arch-commits] Commit in rapid-photo-downloader/trunk (2 files)

2019-08-15 Thread Jaroslav Lichtblau via arch-commits
Date: Thursday, August 15, 2019 @ 17:36:48
  Author: jlichtblau
Revision: 499578

upgpkg: rapid-photo-downloader 0.9.16-1 - new upstream release

Modified:
  rapid-photo-downloader/trunk/PKGBUILD
  rapid-photo-downloader/trunk/rapid-photo-downloader.changelog

--+
 PKGBUILD |4 ++--
 rapid-photo-downloader.changelog |3 +++
 2 files changed, 5 insertions(+), 2 deletions(-)

Modified: PKGBUILD
===
--- PKGBUILD2019-08-15 17:34:20 UTC (rev 499577)
+++ PKGBUILD2019-08-15 17:36:48 UTC (rev 499578)
@@ -3,7 +3,7 @@
 # Contributor: Dinh Bowman 
 
 pkgname=rapid-photo-downloader
-pkgver=0.9.14
+pkgver=0.9.16
 pkgrel=1
 pkgdesc="Photo and video downloader"
 arch=('any')
@@ -17,7 +17,7 @@
 makedepends=('intltool' 'python-setuptools')
 changelog=$pkgname.changelog
 
source=(https://launchpad.net/rapid/pyqt/${pkgver}/+download/${pkgname}-${pkgver}.tar.gz{,.asc})
-sha256sums=('a8080956c366c0981d0a42414799bb0999228f99497dab921ef85fdafd9cdcdb'
+sha256sums=('053dec52f708139f4e1778ef4e6ca2a2223b9978dfec46d3e912337942a44346'
 'SKIP')
 validpgpkeys=('E26048A9F4A803B91CB1BD648005B1F36970BE28') # Damon Lynch 

 

Modified: rapid-photo-downloader.changelog
===
--- rapid-photo-downloader.changelog2019-08-15 17:34:20 UTC (rev 499577)
+++ rapid-photo-downloader.changelog2019-08-15 17:36:48 UTC (rev 499578)
@@ -1,3 +1,6 @@
+2019-08-15 Jaroslav Lichtblau 
+   * rapid-photo-downloader 0.9.16-1
+
 2019-04-08 Jaroslav Lichtblau 
* rapid-photo-downloader 0.9.14-1
 


[arch-commits] Commit in rapid-photo-downloader/repos/community-any (4 files)

2019-08-15 Thread Jaroslav Lichtblau via arch-commits
Date: Thursday, August 15, 2019 @ 17:37:05
  Author: jlichtblau
Revision: 499579

archrelease: copy trunk to community-any

Added:
  rapid-photo-downloader/repos/community-any/PKGBUILD
(from rev 499578, rapid-photo-downloader/trunk/PKGBUILD)
  rapid-photo-downloader/repos/community-any/rapid-photo-downloader.changelog
(from rev 499578, 
rapid-photo-downloader/trunk/rapid-photo-downloader.changelog)
Deleted:
  rapid-photo-downloader/repos/community-any/PKGBUILD
  rapid-photo-downloader/repos/community-any/rapid-photo-downloader.changelog

--+
 PKGBUILD |   68 ++---
 rapid-photo-downloader.changelog |   49 ++
 2 files changed, 60 insertions(+), 57 deletions(-)

Deleted: PKGBUILD
===
--- PKGBUILD2019-08-15 17:36:48 UTC (rev 499578)
+++ PKGBUILD2019-08-15 17:37:05 UTC (rev 499579)
@@ -1,34 +0,0 @@
-# Maintainer: Jaroslav Lichtblau 
-# Contributor: Marc Moody 
-# Contributor: Dinh Bowman 
-
-pkgname=rapid-photo-downloader
-pkgver=0.9.14
-pkgrel=1
-pkgdesc="Photo and video downloader"
-arch=('any')
-url="https://www.damonlynch.net/rapid/";
-license=('GPL3')
-depends=('desktop-file-utils' 'gstreamer' 'hicolor-icon-theme' 'libgexiv2' 
'libnotify'
- 'perl-image-exiftool' 'python-arrow' 'python-colour' 
'python-dateutil' 'python-easygui'
- 'python-gobject' 'python-gphoto2' 'python-psutil' 
'python-pymediainfo' 'python-pyqt5'
- 'python-pyzmq' 'python-rawkit' 'python-requests' 
'python-sortedcontainers'
- 'python-tornado' 'python-xdg' 'qt5-imageformats' 'udisks2')
-makedepends=('intltool' 'python-setuptools')
-changelog=$pkgname.changelog
-source=(https://launchpad.net/rapid/pyqt/${pkgver}/+download/${pkgname}-${pkgver}.tar.gz{,.asc})
-sha256sums=('a8080956c366c0981d0a42414799bb0999228f99497dab921ef85fdafd9cdcdb'
-'SKIP')
-validpgpkeys=('E26048A9F4A803B91CB1BD648005B1F36970BE28') # Damon Lynch 

-
-build() {
-  cd "${srcdir}"/$pkgname-$pkgver
-
-  python setup.py build
-}
-
-package() {
-  cd "${srcdir}"/$pkgname-$pkgver
-
-  python setup.py install --root="${pkgdir}" --optimize=1
-}

Copied: rapid-photo-downloader/repos/community-any/PKGBUILD (from rev 499578, 
rapid-photo-downloader/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2019-08-15 17:37:05 UTC (rev 499579)
@@ -0,0 +1,34 @@
+# Maintainer: Jaroslav Lichtblau 
+# Contributor: Marc Moody 
+# Contributor: Dinh Bowman 
+
+pkgname=rapid-photo-downloader
+pkgver=0.9.16
+pkgrel=1
+pkgdesc="Photo and video downloader"
+arch=('any')
+url="https://www.damonlynch.net/rapid/";
+license=('GPL3')
+depends=('desktop-file-utils' 'gstreamer' 'hicolor-icon-theme' 'libgexiv2' 
'libnotify'
+ 'perl-image-exiftool' 'python-arrow' 'python-colour' 
'python-dateutil' 'python-easygui'
+ 'python-gobject' 'python-gphoto2' 'python-psutil' 
'python-pymediainfo' 'python-pyqt5'
+ 'python-pyzmq' 'python-rawkit' 'python-requests' 
'python-sortedcontainers'
+ 'python-tornado' 'python-xdg' 'qt5-imageformats' 'udisks2')
+makedepends=('intltool' 'python-setuptools')
+changelog=$pkgname.changelog
+source=(https://launchpad.net/rapid/pyqt/${pkgver}/+download/${pkgname}-${pkgver}.tar.gz{,.asc})
+sha256sums=('053dec52f708139f4e1778ef4e6ca2a2223b9978dfec46d3e912337942a44346'
+'SKIP')
+validpgpkeys=('E26048A9F4A803B91CB1BD648005B1F36970BE28') # Damon Lynch 

+
+build() {
+  cd "${srcdir}"/$pkgname-$pkgver
+
+  python setup.py build
+}
+
+package() {
+  cd "${srcdir}"/$pkgname-$pkgver
+
+  python setup.py install --root="${pkgdir}" --optimize=1
+}

Deleted: rapid-photo-downloader.changelog
===
--- rapid-photo-downloader.changelog2019-08-15 17:36:48 UTC (rev 499578)
+++ rapid-photo-downloader.changelog2019-08-15 17:37:05 UTC (rev 499579)
@@ -1,23 +0,0 @@
-2019-04-08 Jaroslav Lichtblau 
-   * rapid-photo-downloader 0.9.14-1
-
-2018-11-07 Jaroslav Lichtblau 
-   * rapid-photo-downloader 0.9.13-1
-
-2018-09-29 Jaroslav Lichtblau 
-   * rapid-photo-downloader 0.9.12-1
-
-2018-03-22 Eli Schwartz 
-   * rapid-photo-downloader 0.4.11-5 PGP/HTTPS and fix missing read 
permissions on appdata
-
-2016-04-29 Jaroslav Lichtblau 
-   * rapid-photo-downloader 0.4.11-2 Hooks (part 1) rebuild
-
-2015-10-22 Jaroslav Lichtblau 
-   * rapid-photo-downloader 0.4.11-1
-
-2014-02-04 Jaroslav Lichtblau 
-   * rapid-photo-downloader 0.4.10-1
-
-2014-01-29 Jaroslav Lichtblau 
-   * rapid-photo-downloader 0.4.9-1 - moved from AUR to [community] with 
54 votes

Copied: 
rapid-photo-downloader/repos/community-any/rapid-photo-downloader.changelog 
(from rev 499578, rapid-photo-downloader/trunk/rapid-photo-downloader.changelog)
===

[arch-commits] Commit in rapid-photo-downloader/repos/community-any (4 files)

2019-08-15 Thread Jaroslav Lichtblau via arch-commits
Date: Thursday, August 15, 2019 @ 17:51:18
  Author: jlichtblau
Revision: 499580

archrelease: copy trunk to community-any

Added:
  rapid-photo-downloader/repos/community-any/PKGBUILD
(from rev 499579, rapid-photo-downloader/trunk/PKGBUILD)
  rapid-photo-downloader/repos/community-any/rapid-photo-downloader.changelog
(from rev 499579, 
rapid-photo-downloader/trunk/rapid-photo-downloader.changelog)
Deleted:
  rapid-photo-downloader/repos/community-any/PKGBUILD
  rapid-photo-downloader/repos/community-any/rapid-photo-downloader.changelog

--+
 PKGBUILD |   68 ++---
 rapid-photo-downloader.changelog |   52 ++--
 2 files changed, 60 insertions(+), 60 deletions(-)

Deleted: PKGBUILD
===
--- PKGBUILD2019-08-15 17:37:05 UTC (rev 499579)
+++ PKGBUILD2019-08-15 17:51:18 UTC (rev 499580)
@@ -1,34 +0,0 @@
-# Maintainer: Jaroslav Lichtblau 
-# Contributor: Marc Moody 
-# Contributor: Dinh Bowman 
-
-pkgname=rapid-photo-downloader
-pkgver=0.9.16
-pkgrel=1
-pkgdesc="Photo and video downloader"
-arch=('any')
-url="https://www.damonlynch.net/rapid/";
-license=('GPL3')
-depends=('desktop-file-utils' 'gstreamer' 'hicolor-icon-theme' 'libgexiv2' 
'libnotify'
- 'perl-image-exiftool' 'python-arrow' 'python-colour' 
'python-dateutil' 'python-easygui'
- 'python-gobject' 'python-gphoto2' 'python-psutil' 
'python-pymediainfo' 'python-pyqt5'
- 'python-pyzmq' 'python-rawkit' 'python-requests' 
'python-sortedcontainers'
- 'python-tornado' 'python-xdg' 'qt5-imageformats' 'udisks2')
-makedepends=('intltool' 'python-setuptools')
-changelog=$pkgname.changelog
-source=(https://launchpad.net/rapid/pyqt/${pkgver}/+download/${pkgname}-${pkgver}.tar.gz{,.asc})
-sha256sums=('053dec52f708139f4e1778ef4e6ca2a2223b9978dfec46d3e912337942a44346'
-'SKIP')
-validpgpkeys=('E26048A9F4A803B91CB1BD648005B1F36970BE28') # Damon Lynch 

-
-build() {
-  cd "${srcdir}"/$pkgname-$pkgver
-
-  python setup.py build
-}
-
-package() {
-  cd "${srcdir}"/$pkgname-$pkgver
-
-  python setup.py install --root="${pkgdir}" --optimize=1
-}

Copied: rapid-photo-downloader/repos/community-any/PKGBUILD (from rev 499579, 
rapid-photo-downloader/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2019-08-15 17:51:18 UTC (rev 499580)
@@ -0,0 +1,34 @@
+# Maintainer: Jaroslav Lichtblau 
+# Contributor: Marc Moody 
+# Contributor: Dinh Bowman 
+
+pkgname=rapid-photo-downloader
+pkgver=0.9.16
+pkgrel=1
+pkgdesc="Photo and video downloader"
+arch=('any')
+url="https://www.damonlynch.net/rapid/";
+license=('GPL3')
+depends=('desktop-file-utils' 'gstreamer' 'hicolor-icon-theme' 'libgexiv2' 
'libnotify'
+ 'perl-image-exiftool' 'python-arrow' 'python-colour' 
'python-dateutil' 'python-easygui'
+ 'python-gobject' 'python-gphoto2' 'python-psutil' 
'python-pymediainfo' 'python-pyqt5'
+ 'python-pyzmq' 'python-rawkit' 'python-requests' 
'python-sortedcontainers'
+ 'python-tornado' 'python-xdg' 'qt5-imageformats' 'udisks2')
+makedepends=('intltool' 'python-setuptools')
+changelog=$pkgname.changelog
+source=(https://launchpad.net/rapid/pyqt/${pkgver}/+download/${pkgname}-${pkgver}.tar.gz{,.asc})
+sha256sums=('053dec52f708139f4e1778ef4e6ca2a2223b9978dfec46d3e912337942a44346'
+'SKIP')
+validpgpkeys=('E26048A9F4A803B91CB1BD648005B1F36970BE28') # Damon Lynch 

+
+build() {
+  cd "${srcdir}"/$pkgname-$pkgver
+
+  python setup.py build
+}
+
+package() {
+  cd "${srcdir}"/$pkgname-$pkgver
+
+  python setup.py install --root="${pkgdir}" --optimize=1
+}

Deleted: rapid-photo-downloader.changelog
===
--- rapid-photo-downloader.changelog2019-08-15 17:37:05 UTC (rev 499579)
+++ rapid-photo-downloader.changelog2019-08-15 17:51:18 UTC (rev 499580)
@@ -1,26 +0,0 @@
-2019-08-15 Jaroslav Lichtblau 
-   * rapid-photo-downloader 0.9.16-1
-
-2019-04-08 Jaroslav Lichtblau 
-   * rapid-photo-downloader 0.9.14-1
-
-2018-11-07 Jaroslav Lichtblau 
-   * rapid-photo-downloader 0.9.13-1
-
-2018-09-29 Jaroslav Lichtblau 
-   * rapid-photo-downloader 0.9.12-1
-
-2018-03-22 Eli Schwartz 
-   * rapid-photo-downloader 0.4.11-5 PGP/HTTPS and fix missing read 
permissions on appdata
-
-2016-04-29 Jaroslav Lichtblau 
-   * rapid-photo-downloader 0.4.11-2 Hooks (part 1) rebuild
-
-2015-10-22 Jaroslav Lichtblau 
-   * rapid-photo-downloader 0.4.11-1
-
-2014-02-04 Jaroslav Lichtblau 
-   * rapid-photo-downloader 0.4.10-1
-
-2014-01-29 Jaroslav Lichtblau 
-   * rapid-photo-downloader 0.4.9-1 - moved from AUR to [community] with 
54 votes

Copied: 
rapid-photo-downloader/repos/community-any/rapid-photo-downloader.changelog 
(from rev 499579, rapid-photo-

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

2019-08-15 Thread Jaroslav Lichtblau via arch-commits
Date: Thursday, August 15, 2019 @ 17:52:47
  Author: jlichtblau
Revision: 499582

archrelease: copy trunk to community-any

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

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

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

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


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

2019-08-15 Thread Jaroslav Lichtblau via arch-commits
Date: Thursday, August 15, 2019 @ 17:52:39
  Author: jlichtblau
Revision: 499581

upgpkg: youtube-dl 2019.08.13-1 - new upstream release

Modified:
  youtube-dl/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2019-08-15 17:51:18 UTC (rev 499580)
+++ PKGBUILD2019-08-15 17:52:39 UTC (rev 499581)
@@ -2,7 +2,7 @@
 # Maintainer: Jaroslav Lichtblau 
 
 pkgname=youtube-dl
-pkgver=2019.08.02
+pkgver=2019.08.13
 pkgrel=1
 pkgdesc="A small command-line program to download videos from YouTube.com and 
a few more sites"
 arch=('any')
@@ -14,7 +14,7 @@
 'atomicparsley: for embedding thumbnails into m4a files'
 'python-pycryptodome: for hlsnative downloader')
 
source=(https://youtube-dl.org/downloads/${pkgver}/${pkgname}-${pkgver}.tar.gz{,.sig})
-sha256sums=('573c37add3e6107bf0c3c8ce43443bb788957d7bfb5e736cee6b32e3b2342b80'
+sha256sums=('b23d59df96f9dccf34d9c48b65e7bc93532f1ebc4bf71b9285f228bc6086242d'
 'SKIP')
 validpgpkeys=('7D33D762FD6C35130481347FDB4B54CBA4826A18'  # Philipp Hagemeister
   'ED7F5BF46B3BBED81C87368E2C393E0F18A9236D') # Sergey M.


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

2019-08-15 Thread Jaroslav Lichtblau via arch-commits
Date: Thursday, August 15, 2019 @ 17:53:29
  Author: jlichtblau
Revision: 499583

upgpkg: josm 15238-1 - new upstream release

Modified:
  josm/trunk/PKGBUILD
  josm/trunk/josm.changelog

+
 PKGBUILD   |6 +++---
 josm.changelog |3 +++
 2 files changed, 6 insertions(+), 3 deletions(-)

Modified: PKGBUILD
===
--- PKGBUILD2019-08-15 17:52:47 UTC (rev 499582)
+++ PKGBUILD2019-08-15 17:53:29 UTC (rev 499583)
@@ -2,8 +2,8 @@
 # Contributor: Michele Schäuble 
 
 pkgname=josm
-pkgver=15155
-pkgrel=2
+pkgver=15238
+pkgrel=1
 pkgdesc="An editor for OpenStreetMap written in Java"
 arch=('any')
 url="https://josm.openstreetmap.de/";
@@ -16,7 +16,7 @@
 $pkgname::svn+https://josm.openstreetmap.de/svn/trunk#revision=$pkgver
 $pkgname.conf.d)
 noextract=($pkgname-snapshot-$pkgver.jar)
-sha256sums=('3596988ced04d42bed1a2ac6340299a865136263c7e6a6ad8fa1d6b3df2a9a63'
+sha256sums=('fb85349f156c7fce2f5e8fdb7cb276365b743166cce2a0c1568514b2e823087e'
 'SKIP'
 'c86a73251eed42fcb129ae9b88a0ee3cf03d8d00a9385519ad536d5af0907663')
 

Modified: josm.changelog
===
--- josm.changelog  2019-08-15 17:52:47 UTC (rev 499582)
+++ josm.changelog  2019-08-15 17:53:29 UTC (rev 499583)
@@ -1,3 +1,6 @@
+2019-08-15 Jaroslav Lichtblau 
+   * josm 15258-1
+
 2019-06-06 Balló György 
* josm 15155-2
* FS#62694 fix


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

2019-08-15 Thread Jaroslav Lichtblau via arch-commits
Date: Thursday, August 15, 2019 @ 17:53:39
  Author: jlichtblau
Revision: 499584

archrelease: copy trunk to community-any

Added:
  josm/repos/community-any/PKGBUILD
(from rev 499583, josm/trunk/PKGBUILD)
  josm/repos/community-any/josm.changelog
(from rev 499583, josm/trunk/josm.changelog)
  josm/repos/community-any/josm.conf.d
(from rev 499583, josm/trunk/josm.conf.d)
Deleted:
  josm/repos/community-any/PKGBUILD
  josm/repos/community-any/josm.changelog
  josm/repos/community-any/josm.conf.d

+
 PKGBUILD   |  116 -
 josm.changelog |  659 +++
 josm.conf.d|8 
 3 files changed, 393 insertions(+), 390 deletions(-)

Deleted: PKGBUILD
===
--- PKGBUILD2019-08-15 17:53:29 UTC (rev 499583)
+++ PKGBUILD2019-08-15 17:53:39 UTC (rev 499584)
@@ -1,58 +0,0 @@
-# Maintainer: Jaroslav Lichtblau 
-# Contributor: Michele Schäuble 
-
-pkgname=josm
-pkgver=15155
-pkgrel=2
-pkgdesc="An editor for OpenStreetMap written in Java"
-arch=('any')
-url="https://josm.openstreetmap.de/";
-license=('GPL')
-depends=('desktop-file-utils' 'hicolor-icon-theme' 'java-runtime>=8' 'libxtst' 
'ttf-font')
-makedepends=('subversion')
-changelog=$pkgname.changelog
-backup=('etc/conf.d/josm')
-source=(https://josm.openstreetmap.de/download/$pkgname-snapshot-$pkgver.jar
-$pkgname::svn+https://josm.openstreetmap.de/svn/trunk#revision=$pkgver
-$pkgname.conf.d)
-noextract=($pkgname-snapshot-$pkgver.jar)
-sha256sums=('3596988ced04d42bed1a2ac6340299a865136263c7e6a6ad8fa1d6b3df2a9a63'
-'SKIP'
-'c86a73251eed42fcb129ae9b88a0ee3cf03d8d00a9385519ad536d5af0907663')
-
-package() {
-  cd "${srcdir}"
-
-  install -Dm644 $pkgname-snapshot-$pkgver.jar 
"${pkgdir}"/usr/share/java/$pkgname/$pkgname.jar
-
-#.desktop and icon file
-  install -Dm644 
$pkgname/linux/tested/usr/share/applications/org.openstreetmap.josm.desktop \
-"${pkgdir}"/usr/share/applications/org.openstreetmap.josm.desktop
-  install -Dm644 $pkgname/linux/tested/usr/share/man/man1/josm.1 \
-"${pkgdir}"/usr/share/man/man1/josm.1
-  install -Dm644 
$pkgname/linux/tested/usr/share/metainfo/org.openstreetmap.josm.appdata.xml \
-"${pkgdir}"/usr/share/metainfo/org.openstreetmap.josm.appdata.xml
-  install -Dm644 
$pkgname/linux/tested/usr/share/icons/hicolor/scalable/apps/org.openstreetmap.josm.svg
 \
-
"${pkgdir}"/usr/share/icons/hicolor/scalable/apps/org.openstreetmap.josm.svg
-
-  for _icon in 8 16 22 24 32 36 40 42 48 64 72 80 96 128 192 256 512; do
-  install -Dm644 
$pkgname/linux/tested/usr/share/icons/hicolor/${_icon}x${_icon}/apps/org.openstreetmap.josm.png
 \
-
"${pkgdir}"/usr/share/icons/hicolor/${_icon}x${_icon}/apps/org.openstreetmap.josm.png
-  done
-
-#executable file
-  install -d "${pkgdir}"/usr/bin
-  cat <<"EOF" >"${pkgdir}"/usr/bin/$pkgname 
-#!/bin/sh
-# source application-specific settings
-while true; do
-JOSM_ARGS=
-[ -f /etc/conf.d/josm ] && . /etc/conf.d/josm
-CLASSPATH="/usr/share/java/josm/josm.jar"
-java ${JOSM_ARGS} -cp "${CLASSPATH}" -Djosm.restart=true 
org.openstreetmap.josm.gui.MainApplication "$@"
-[ $? -eq 9 ] || break
-done
-EOF
-  chmod 755 "${pkgdir}"/usr/bin/$pkgname
-  install -Dm644 "${srcdir}"/$pkgname.conf.d "${pkgdir}"/etc/conf.d/$pkgname
-}

Copied: josm/repos/community-any/PKGBUILD (from rev 499583, josm/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2019-08-15 17:53:39 UTC (rev 499584)
@@ -0,0 +1,58 @@
+# Maintainer: Jaroslav Lichtblau 
+# Contributor: Michele Schäuble 
+
+pkgname=josm
+pkgver=15238
+pkgrel=1
+pkgdesc="An editor for OpenStreetMap written in Java"
+arch=('any')
+url="https://josm.openstreetmap.de/";
+license=('GPL')
+depends=('desktop-file-utils' 'hicolor-icon-theme' 'java-runtime>=8' 'libxtst' 
'ttf-font')
+makedepends=('subversion')
+changelog=$pkgname.changelog
+backup=('etc/conf.d/josm')
+source=(https://josm.openstreetmap.de/download/$pkgname-snapshot-$pkgver.jar
+$pkgname::svn+https://josm.openstreetmap.de/svn/trunk#revision=$pkgver
+$pkgname.conf.d)
+noextract=($pkgname-snapshot-$pkgver.jar)
+sha256sums=('fb85349f156c7fce2f5e8fdb7cb276365b743166cce2a0c1568514b2e823087e'
+'SKIP'
+'c86a73251eed42fcb129ae9b88a0ee3cf03d8d00a9385519ad536d5af0907663')
+
+package() {
+  cd "${srcdir}"
+
+  install -Dm644 $pkgname-snapshot-$pkgver.jar 
"${pkgdir}"/usr/share/java/$pkgname/$pkgname.jar
+
+#.desktop and icon file
+  install -Dm644 
$pkgname/linux/tested/usr/share/applications/org.openstreetmap.josm.desktop \
+"${pkgdir}"/usr/share/applications/org.openstreetmap.josm.desktop
+  install -Dm644 $pkgname/linux/tested/usr/share/man/man1/josm.1 \
+"${pkgdir}"/usr/share/man/man1/josm.1
+  install -Dm644 
$pkgname/linux/tes

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

2019-08-15 Thread Jaroslav Lichtblau via arch-commits
Date: Thursday, August 15, 2019 @ 17:59:54
  Author: jlichtblau
Revision: 499586

archrelease: copy trunk to community-x86_64

Added:
  sleuthkit/repos/community-x86_64/PKGBUILD
(from rev 499585, sleuthkit/trunk/PKGBUILD)
  sleuthkit/repos/community-x86_64/sleuthkit.changelog
(from rev 499585, sleuthkit/trunk/sleuthkit.changelog)
Deleted:
  sleuthkit/repos/community-x86_64/PKGBUILD
  sleuthkit/repos/community-x86_64/sleuthkit.changelog

-+
 PKGBUILD|   66 +--
 sleuthkit.changelog |  121 +-
 2 files changed, 95 insertions(+), 92 deletions(-)

Deleted: PKGBUILD
===
--- PKGBUILD2019-08-15 17:59:44 UTC (rev 499585)
+++ PKGBUILD2019-08-15 17:59:54 UTC (rev 499586)
@@ -1,33 +0,0 @@
-# Maintainer: Jaroslav Lichtblau 
-# Contributor: Geoffroy Carrier 
-
-pkgname=sleuthkit
-pkgver=4.6.6
-pkgrel=1
-pkgdesc='File system and media management forensic analysis tools'
-arch=('x86_64')
-url="http://www.sleuthkit.org/sleuthkit";
-license=('GPL2' 'CPL' 'custom:"IBM Public Licence"')
-depends=('perl' 'libewf')
-changelog=$pkgname.changelog
-source=(https://github.com/$pkgname/$pkgname/releases/download/$pkgname-$pkgver/$pkgname-$pkgver.tar.gz{,.asc})
-validpgpkeys=('0917A7EE58A9308B13D3963338AD602EC7454C8B') #Brian Carrier 

-sha256sums=('cfc9cd1e777ec2d13f0422cba4583d0279315e406e2e37cbb153b3d07faf11c6'
-'SKIP')
-
-build() {
-  cd ${pkgname}-${pkgver}
-
-  ./configure --prefix=/usr
-  make
-}
-
-package() {
-  cd ${pkgname}-${pkgver}
-
-  make DESTDIR="${pkgdir}" install
-
-#licenses
-  install -d "${pkgdir}"/usr/share/licenses/${pkgname}
-  install -Dm0644 licenses/* "${pkgdir}"/usr/share/licenses/${pkgname}
-}

Copied: sleuthkit/repos/community-x86_64/PKGBUILD (from rev 499585, 
sleuthkit/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2019-08-15 17:59:54 UTC (rev 499586)
@@ -0,0 +1,33 @@
+# Maintainer: Jaroslav Lichtblau 
+# Contributor: Geoffroy Carrier 
+
+pkgname=sleuthkit
+pkgver=4.6.7
+pkgrel=1
+pkgdesc='File system and media management forensic analysis tools'
+arch=('x86_64')
+url="https://www.sleuthkit.org/sleuthkit";
+license=('GPL2' 'CPL' 'custom:"IBM Public Licence"')
+depends=('perl' 'libewf')
+changelog=$pkgname.changelog
+source=(https://github.com/$pkgname/$pkgname/releases/download/$pkgname-$pkgver/$pkgname-$pkgver.tar.gz{,.asc})
+validpgpkeys=('0917A7EE58A9308B13D3963338AD602EC7454C8B') #Brian Carrier 

+sha256sums=('525fced79117929621fb583ed4a554a01a07e8739e9c000507acfa793f8d6915'
+'SKIP')
+
+build() {
+  cd ${pkgname}-${pkgver}
+
+  ./configure --prefix=/usr
+  make
+}
+
+package() {
+  cd ${pkgname}-${pkgver}
+
+  make DESTDIR="${pkgdir}" install
+
+#licenses
+  install -d "${pkgdir}"/usr/share/licenses/${pkgname}
+  install -Dm0644 licenses/* "${pkgdir}"/usr/share/licenses/${pkgname}
+}

Deleted: sleuthkit.changelog
===
--- sleuthkit.changelog 2019-08-15 17:59:44 UTC (rev 499585)
+++ sleuthkit.changelog 2019-08-15 17:59:54 UTC (rev 499586)
@@ -1,59 +0,0 @@
-2019-05-08 Jaroslav Lichtblau 
-   * sleuthkit 4.6.6-1
-
-2019-01-21 Jaroslav Lichtblau 
-   * sleuthkit 4.6.5-1
-
-2018-11-11 Jaroslav Lichtblau 
-   * sleuthkit 4.6.4-1
-
-2018-10-16 Jaroslav Lichtblau 
-   * sleuthkit 4.6.3-1
-
-2018-09-02 Jaroslav Lichtblau 
-   * sleuthkit 4.6.2-1
-
-2018-05-12 Jaroslav Lichtblau 
-   * sleuthkit 4.6.1-1
-
-2018-02-21 Jaroslav Lichtblau 
-   * sleuthkit 4.6.0-1
-
-2018-02-19 Jaroslav Lichtblau 
-   * sleuthkit 4.5.0-1
-
-2017-08-09 Jaroslav Lichtblau 
-   * sleuthkit 4.4.2-1
-
-2017-06-01 Jaroslav Lichtblau 
-   * sleuthkit 4.4.1-1
-
-2017-01-18 Jaroslav Lichtblau 
-   * sleuthkit 4.4.0-1
-
-2016-09-02 Jaroslav Lichtblau 
-   * sleuthkit 4.3.0-1
-
-2015-10-05 Jaroslav Lichtblau 
-   * sleuthkit 4.2.0-1
-
-2015-03-08 Jaroslav Lichtblau 
-   * sleuthkit 4.1.3-3 libewf as dependency
-
-2014-02-06 Jaroslav Lichtblau 
-   * sleuthkit 4.1.3-1
-
-2013-12-25 Jaroslav Lichtblau 
-   * sleuthkit 4.1.2-2 static library removed
-
-2013-10-13 Jaroslav Lichtblau 
-   * sleuthkit 4.1.2-1
-
-2013-03-12 Jaroslav Lichtblau 
-   * sleuthkit 4.0.2-1
-
-2013-01-05 Jaroslav Lichtblau 
-   * sleuthkit 4.0.1-1
-
-2011-10-09 Jaroslav Lichtblau 
-   * sleuthkit 3.2.3-1

Copied: sleuthkit/repos/community-x86_64/sleuthkit.changelog (from rev 499585, 
sleuthkit/trunk/sleuthkit.changelog)
===
--- sleuthkit.changelog (rev 0)
+++ sleuthkit.changelog 2019-08-15 17:59:54 UTC (rev 499586)
@@ -0,0 +1,62 @@
+2019-08-15 Jaroslav Lichtblau 
+   * sleuthkit 4.6.7-1
+
+2019-05-08 Jaroslav Lichtblau 
+   * sl

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

2019-08-15 Thread Jaroslav Lichtblau via arch-commits
Date: Thursday, August 15, 2019 @ 17:59:44
  Author: jlichtblau
Revision: 499585

upgpkg: sleuthkit 4.6.7-1 - new upstream release

Modified:
  sleuthkit/trunk/PKGBUILD
  sleuthkit/trunk/sleuthkit.changelog

-+
 PKGBUILD|4 ++--
 sleuthkit.changelog |3 +++
 2 files changed, 5 insertions(+), 2 deletions(-)

Modified: PKGBUILD
===
--- PKGBUILD2019-08-15 17:53:39 UTC (rev 499584)
+++ PKGBUILD2019-08-15 17:59:44 UTC (rev 499585)
@@ -2,7 +2,7 @@
 # Contributor: Geoffroy Carrier 
 
 pkgname=sleuthkit
-pkgver=4.6.6
+pkgver=4.6.7
 pkgrel=1
 pkgdesc='File system and media management forensic analysis tools'
 arch=('x86_64')
@@ -12,7 +12,7 @@
 changelog=$pkgname.changelog
 
source=(https://github.com/$pkgname/$pkgname/releases/download/$pkgname-$pkgver/$pkgname-$pkgver.tar.gz{,.asc})
 validpgpkeys=('0917A7EE58A9308B13D3963338AD602EC7454C8B') #Brian Carrier 

-sha256sums=('cfc9cd1e777ec2d13f0422cba4583d0279315e406e2e37cbb153b3d07faf11c6'
+sha256sums=('525fced79117929621fb583ed4a554a01a07e8739e9c000507acfa793f8d6915'
 'SKIP')
 
 build() {

Modified: sleuthkit.changelog
===
--- sleuthkit.changelog 2019-08-15 17:53:39 UTC (rev 499584)
+++ sleuthkit.changelog 2019-08-15 17:59:44 UTC (rev 499585)
@@ -1,3 +1,6 @@
+2019-08-15 Jaroslav Lichtblau 
+   * sleuthkit 4.6.7-1
+
 2019-05-08 Jaroslav Lichtblau 
* sleuthkit 4.6.6-1
 


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

2019-08-15 Thread Jaroslav Lichtblau via arch-commits
Date: Thursday, August 15, 2019 @ 18:00:44
  Author: jlichtblau
Revision: 499587

upgpkg: syncthing-gtk 1:0.9.4.4-1 - new upstream release

Modified:
  syncthing-gtk/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2019-08-15 17:59:54 UTC (rev 499586)
+++ PKGBUILD2019-08-15 18:00:44 UTC (rev 499587)
@@ -3,8 +3,8 @@
 # Contributor: kozec 
 
 pkgname=syncthing-gtk
-pkgver=0.9.4.3
-pkgrel=2
+pkgver=0.9.4.4
+pkgrel=1
 epoch=1
 pkgdesc='GTK3 based GUI and notification area icon for Syncthing'
 arch=('any')
@@ -11,11 +11,11 @@
 url='https://github.com/syncthing/syncthing-gtk'
 license=('GPL2')
 depends=('syncthing>=0.14.50' 'gtk3' 'libnotify' 'python2-bcrypt'
-'python2-cairo' 'python2-dateutil' 'python2-gobject')
+ 'python2-cairo' 'python2-dateutil' 'python2-gobject')
 makedepends=('python2-setuptools')
 
source=($pkgname-$pkgver.tar.gz::https://github.com/syncthing/$pkgname/archive/v$pkgver.tar.gz
 kde-statusicon.patch)
-sha256sums=('058e13a8dd65c0024c92074dc5445b27278d71379d1843b7cbc84ee5c87afa12'
+sha256sums=('896ddaaba4ad0b8f090c5a381a28b3da759932314562cdd50ca288543b03ddcc'
 '109d8c970045e60251fc64865f05322b23a0995ee6725be02905941cb3a1ae0d')
 
 prepare() {


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

2019-08-15 Thread Jaroslav Lichtblau via arch-commits
Date: Thursday, August 15, 2019 @ 18:00:54
  Author: jlichtblau
Revision: 499588

archrelease: copy trunk to community-any

Added:
  syncthing-gtk/repos/community-any/PKGBUILD
(from rev 499587, syncthing-gtk/trunk/PKGBUILD)
  syncthing-gtk/repos/community-any/kde-statusicon.patch
(from rev 499587, syncthing-gtk/trunk/kde-statusicon.patch)
Deleted:
  syncthing-gtk/repos/community-any/PKGBUILD
  syncthing-gtk/repos/community-any/kde-statusicon.patch

--+
 PKGBUILD |   72 
 kde-statusicon.patch |   88 -
 2 files changed, 80 insertions(+), 80 deletions(-)

Deleted: PKGBUILD
===
--- PKGBUILD2019-08-15 18:00:44 UTC (rev 499587)
+++ PKGBUILD2019-08-15 18:00:54 UTC (rev 499588)
@@ -1,36 +0,0 @@
-# Maintainer: Jaroslav Lichtblau 
-# Contributor: Martin Wimpress 
-# Contributor: kozec 
-
-pkgname=syncthing-gtk
-pkgver=0.9.4.3
-pkgrel=2
-epoch=1
-pkgdesc='GTK3 based GUI and notification area icon for Syncthing'
-arch=('any')
-url='https://github.com/syncthing/syncthing-gtk'
-license=('GPL2')
-depends=('syncthing>=0.14.50' 'gtk3' 'libnotify' 'python2-bcrypt'
-'python2-cairo' 'python2-dateutil' 'python2-gobject')
-makedepends=('python2-setuptools')
-source=($pkgname-$pkgver.tar.gz::https://github.com/syncthing/$pkgname/archive/v$pkgver.tar.gz
-kde-statusicon.patch)
-sha256sums=('058e13a8dd65c0024c92074dc5445b27278d71379d1843b7cbc84ee5c87afa12'
-'109d8c970045e60251fc64865f05322b23a0995ee6725be02905941cb3a1ae0d')
-
-prepare() {
-  cd $pkgname-$pkgver
-
-  # Enable Gtk.StatusIcon in KDE
-  patch -Np1 -i ../kde-statusicon.patch
-}
-
-build() {
-  cd $pkgname-$pkgver
-  python2 setup.py build
-}
-
-package() {
-  cd $pkgname-$pkgver
-  python2 setup.py install --root="${pkgdir}" --optimize=1
-}

Copied: syncthing-gtk/repos/community-any/PKGBUILD (from rev 499587, 
syncthing-gtk/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2019-08-15 18:00:54 UTC (rev 499588)
@@ -0,0 +1,36 @@
+# Maintainer: Jaroslav Lichtblau 
+# Contributor: Martin Wimpress 
+# Contributor: kozec 
+
+pkgname=syncthing-gtk
+pkgver=0.9.4.4
+pkgrel=1
+epoch=1
+pkgdesc='GTK3 based GUI and notification area icon for Syncthing'
+arch=('any')
+url='https://github.com/syncthing/syncthing-gtk'
+license=('GPL2')
+depends=('syncthing>=0.14.50' 'gtk3' 'libnotify' 'python2-bcrypt'
+ 'python2-cairo' 'python2-dateutil' 'python2-gobject')
+makedepends=('python2-setuptools')
+source=($pkgname-$pkgver.tar.gz::https://github.com/syncthing/$pkgname/archive/v$pkgver.tar.gz
+kde-statusicon.patch)
+sha256sums=('896ddaaba4ad0b8f090c5a381a28b3da759932314562cdd50ca288543b03ddcc'
+'109d8c970045e60251fc64865f05322b23a0995ee6725be02905941cb3a1ae0d')
+
+prepare() {
+  cd $pkgname-$pkgver
+
+  # Enable Gtk.StatusIcon in KDE
+  patch -Np1 -i ../kde-statusicon.patch
+}
+
+build() {
+  cd $pkgname-$pkgver
+  python2 setup.py build
+}
+
+package() {
+  cd $pkgname-$pkgver
+  python2 setup.py install --root="${pkgdir}" --optimize=1
+}

Deleted: kde-statusicon.patch
===
--- kde-statusicon.patch2019-08-15 18:00:44 UTC (rev 499587)
+++ kde-statusicon.patch2019-08-15 18:00:54 UTC (rev 499588)
@@ -1,44 +0,0 @@
-From be3d197db4c7f7b06c88fa7457f27bb7741cd016 Mon Sep 17 00:00:00 2001
-From: =?UTF-8?q?Ball=C3=B3=20Gy=C3=B6rgy?= 
-Date: Fri, 26 Jan 2018 19:18:34 +0100
-Subject: [PATCH] Enable Gtk.StatusIcon in KDE
-

- syncthing_gtk/statusicon.py | 10 ++
- 1 file changed, 2 insertions(+), 8 deletions(-)
-
-diff --git a/syncthing_gtk/statusicon.py b/syncthing_gtk/statusicon.py
-index 5f19ee9..b4f7d10 100644
 a/syncthing_gtk/statusicon.py
-+++ b/syncthing_gtk/statusicon.py
-@@ -26,7 +26,7 @@
- # StatusIconKDE4 | excellent   | usable³   | very good⁵ | usable³| 
usable³  | excellent   | excellent |
- # StatusIconQt5  | very good (KF5) | - | -  | -  | -  
  | -   | - |
- # StatusIconAppI | good²   | none  | excellent  | none   | 
none | excellent   | good² |
--# StatusIconGTK3 | none| excellent | none   | very good¹ | 
very good¹   | none| good⁴ |
-+# StatusIconGTK3 | good| excellent | none   | very good¹ | 
very good¹   | none| good⁴ |
- #
- # Notes:
- #  - StatusIconQt5:
-@@ -211,12 +211,6 @@ def __init__(self, *args, **kwargs):
-   # Unity fakes SysTray support but actually 
hides all icons...
-   raise NotImplementedError
-   
--  if IS_KDE:
--   

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

2019-08-15 Thread Jaroslav Lichtblau via arch-commits
Date: Thursday, August 15, 2019 @ 18:03:56
  Author: jlichtblau
Revision: 499589

upgpkg: libstatgrab 0.92-14

Modified:
  libstatgrab/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2019-08-15 18:00:54 UTC (rev 499588)
+++ PKGBUILD2019-08-15 18:03:56 UTC (rev 499589)
@@ -1,10 +1,10 @@
-# Maintainer: Jaroslav Lichtblau 
+# Maintainer: Jaroslav Lichtblau 
 # Contributor: Eric Belanger 
 # Contributor: Hugo Ideler 
 
 pkgname=libstatgrab
-pkgver=0.91
-pkgrel=3
+pkgver=0.92
+pkgrel=14
 pkgdesc="A library that provides cross platform access to statistics about the 
system on which it's run"
 arch=('x86_64')
 url="https://www.i-scream.org/libstatgrab";
@@ -13,7 +13,7 @@
 options=('!makeflags')
 changelog=$pkgname.changelog
 
source=(https://www.mirrorservice.org/sites/ftp.i-scream.org/pub/i-scream/$pkgname/$pkgname-$pkgver.tar.gz{,.asc})
-sha512sums=('f360f2e1b185bf9603b1d9c50649b0050e9502128ff81a9f4de88457e2f5203deafe7fd7ac13ebc4cc56e6ecd1bdf8aacae64987bdf36af0c9929e30626915f6'
+sha256sums=('5bf1906aff9ffc3eeacf32567270f4d819055d8386d98b9c8c05519012d5a196'
 'SKIP')
 validpgpkeys=('4BD95F908A5040E8D26CD6816C226B37FDF38D55') # Tim Bishop 

 


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

2019-08-15 Thread Jaroslav Lichtblau via arch-commits
Date: Thursday, August 15, 2019 @ 18:07:13
  Author: jlichtblau
Revision: 499590

upgpkg: libstatgrab 0.92-1 - new upstream release

Modified:
  libstatgrab/trunk/PKGBUILD
  libstatgrab/trunk/libstatgrab.changelog

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

Modified: PKGBUILD
===
--- PKGBUILD2019-08-15 18:03:56 UTC (rev 499589)
+++ PKGBUILD2019-08-15 18:07:13 UTC (rev 499590)
@@ -4,7 +4,7 @@
 
 pkgname=libstatgrab
 pkgver=0.92
-pkgrel=14
+pkgrel=1
 pkgdesc="A library that provides cross platform access to statistics about the 
system on which it's run"
 arch=('x86_64')
 url="https://www.i-scream.org/libstatgrab";

Modified: libstatgrab.changelog
===
--- libstatgrab.changelog   2019-08-15 18:03:56 UTC (rev 499589)
+++ libstatgrab.changelog   2019-08-15 18:07:13 UTC (rev 499590)
@@ -1,3 +1,6 @@
+2019-08-15 Jaroslav Lichtblau 
+   * libstatgrab 0.92-1
+
 2014-11-06  Jaroslav Lichtblau  
* libstatgrab 0.91-1
 


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

2019-08-15 Thread Jaroslav Lichtblau via arch-commits
Date: Thursday, August 15, 2019 @ 18:07:22
  Author: jlichtblau
Revision: 499591

archrelease: copy trunk to community-x86_64

Added:
  libstatgrab/repos/community-x86_64/PKGBUILD
(from rev 499590, libstatgrab/trunk/PKGBUILD)
  libstatgrab/repos/community-x86_64/libstatgrab.changelog
(from rev 499590, libstatgrab/trunk/libstatgrab.changelog)
Deleted:
  libstatgrab/repos/community-x86_64/PKGBUILD
  libstatgrab/repos/community-x86_64/libstatgrab.changelog

---+
 PKGBUILD  |   61 
 libstatgrab.changelog |   39 --
 2 files changed, 52 insertions(+), 48 deletions(-)

Deleted: PKGBUILD
===
--- PKGBUILD2019-08-15 18:07:13 UTC (rev 499590)
+++ PKGBUILD2019-08-15 18:07:22 UTC (rev 499591)
@@ -1,30 +0,0 @@
-# $Id$
-# Maintainer: Jaroslav Lichtblau 
-# Contributor: Eric Belanger 
-# Contributor: Hugo Ideler 
-
-pkgname=libstatgrab
-pkgver=0.91
-pkgrel=3
-pkgdesc="A library that provides cross platform access to statistics about the 
system on which it's run"
-arch=('x86_64')
-url="http://www.i-scream.org/libstatgrab";
-license=('LGPL' 'GPL')
-depends=('ncurses' 'perl')
-options=('!makeflags')
-changelog=$pkgname.changelog
-source=(http://www.mirrorservice.org/sites/ftp.i-scream.org/pub/i-scream/$pkgname/$pkgname-$pkgver.tar.gz)
-sha512sums=('f360f2e1b185bf9603b1d9c50649b0050e9502128ff81a9f4de88457e2f5203deafe7fd7ac13ebc4cc56e6ecd1bdf8aacae64987bdf36af0c9929e30626915f6')
-
-build() {
-  cd "${srcdir}"/$pkgname-$pkgver
-
-  ./configure --prefix=/usr
-  make
-}
-
-package() {
-  cd "${srcdir}"/$pkgname-$pkgver
-
-  make DESTDIR="${pkgdir}" install
-}

Copied: libstatgrab/repos/community-x86_64/PKGBUILD (from rev 499590, 
libstatgrab/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2019-08-15 18:07:22 UTC (rev 499591)
@@ -0,0 +1,31 @@
+# Maintainer: Jaroslav Lichtblau 
+# Contributor: Eric Belanger 
+# Contributor: Hugo Ideler 
+
+pkgname=libstatgrab
+pkgver=0.92
+pkgrel=1
+pkgdesc="A library that provides cross platform access to statistics about the 
system on which it's run"
+arch=('x86_64')
+url="https://www.i-scream.org/libstatgrab";
+license=('LGPL' 'GPL')
+depends=('ncurses' 'perl')
+options=('!makeflags')
+changelog=$pkgname.changelog
+source=(https://www.mirrorservice.org/sites/ftp.i-scream.org/pub/i-scream/$pkgname/$pkgname-$pkgver.tar.gz{,.asc})
+sha256sums=('5bf1906aff9ffc3eeacf32567270f4d819055d8386d98b9c8c05519012d5a196'
+'SKIP')
+validpgpkeys=('4BD95F908A5040E8D26CD6816C226B37FDF38D55') # Tim Bishop 

+
+build() {
+  cd "${srcdir}"/$pkgname-$pkgver
+
+  ./configure --prefix=/usr
+  make
+}
+
+package() {
+  cd "${srcdir}"/$pkgname-$pkgver
+
+  make DESTDIR="${pkgdir}" install
+}

Deleted: libstatgrab.changelog
===
--- libstatgrab.changelog   2019-08-15 18:07:13 UTC (rev 499590)
+++ libstatgrab.changelog   2019-08-15 18:07:22 UTC (rev 499591)
@@ -1,18 +0,0 @@
-2014-11-06  Jaroslav Lichtblau  
-   * libstatgrab 0.91-1
-
-2013-12-25  Jaroslav Lichtblau  
-   * libstatgrab 0.17-4 static library removal
-
-2011-01-27  Jaroslav Lichtblau  
-   * libstatgrab 0.17-1
-
-2010-07-21  Jaroslav Lichtblau  
-   * rebuild for correct package naming
-
-2008-03-20  Eric Belanger  
-
-   * libstatgrab 0.16-1
-   * Upstream update
-   * Added ChangeLog
-

Copied: libstatgrab/repos/community-x86_64/libstatgrab.changelog (from rev 
499590, libstatgrab/trunk/libstatgrab.changelog)
===
--- libstatgrab.changelog   (rev 0)
+++ libstatgrab.changelog   2019-08-15 18:07:22 UTC (rev 499591)
@@ -0,0 +1,21 @@
+2019-08-15 Jaroslav Lichtblau 
+   * libstatgrab 0.92-1
+
+2014-11-06  Jaroslav Lichtblau  
+   * libstatgrab 0.91-1
+
+2013-12-25  Jaroslav Lichtblau  
+   * libstatgrab 0.17-4 static library removal
+
+2011-01-27  Jaroslav Lichtblau  
+   * libstatgrab 0.17-1
+
+2010-07-21  Jaroslav Lichtblau  
+   * rebuild for correct package naming
+
+2008-03-20  Eric Belanger  
+
+   * libstatgrab 0.16-1
+   * Upstream update
+   * Added ChangeLog
+


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

2019-08-15 Thread Felix Yan via arch-commits
Date: Thursday, August 15, 2019 @ 18:10:50
  Author: felixonmars
Revision: 499592

upgpkg: baidupcs-go 3.5.6-2

golang 1.12.8 security rebuild

Modified:
  baidupcs-go/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2019-08-15 18:07:22 UTC (rev 499591)
+++ PKGBUILD2019-08-15 18:10:50 UTC (rev 499592)
@@ -2,7 +2,7 @@
 
 pkgname=baidupcs-go
 pkgver=3.5.6
-pkgrel=1
+pkgrel=2
 pkgdesc="Terminal utility for Baidu Network Disk"
 arch=('x86_64')
 url="https://github.com/iikira/BaiduPCS-Go";


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

2019-08-15 Thread Felix Yan via arch-commits
Date: Thursday, August 15, 2019 @ 18:11:36
  Author: felixonmars
Revision: 499593

archrelease: copy trunk to community-x86_64

Added:
  baidupcs-go/repos/community-x86_64/PKGBUILD
(from rev 499592, baidupcs-go/trunk/PKGBUILD)
Deleted:
  baidupcs-go/repos/community-x86_64/PKGBUILD

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

Deleted: PKGBUILD
===
--- PKGBUILD2019-08-15 18:10:50 UTC (rev 499592)
+++ PKGBUILD2019-08-15 18:11:36 UTC (rev 499593)
@@ -1,36 +0,0 @@
-# Maintainer: Felix Yan 
-
-pkgname=baidupcs-go
-pkgver=3.5.6
-pkgrel=1
-pkgdesc="Terminal utility for Baidu Network Disk"
-arch=('x86_64')
-url="https://github.com/iikira/BaiduPCS-Go";
-license=('Apache')
-depends=('glibc')
-makedepends=('go-pie' 'git')
-conflicts=("baidupcs")
-provides=("baidupcs")
-source=("$pkgname-$pkgver.tar.gz::https://github.com/iikira/BaiduPCS-Go/archive/v$pkgver.tar.gz";)
-sha512sums=('fcec0e07b984dd83e554c98866db771737284c3ce1321e4fa05137e5d7ae59f5d4d1280024984dab3a5aa0a097312d0454c6d0d16d97c823d97342c44c8ca31e')
-
-prepare() {
-  cd BaiduPCS-Go-$pkgver
-
-  mkdir -p .gopath/src/github.com/iikira
-  ln -sf "$PWD" .gopath/src/github.com/iikira/BaiduPCS-Go
-  export GOPATH="$PWD/.gopath:/usr/share/gocode"
-
-  go get github.com/iikira/args github.com/olekukonko/tablewriter 
github.com/peterh/liner \
- github.com/urfave/cli
-}
-
-build() {
-  cd BaiduPCS-Go-$pkgver
-  go build -o baidupcs-go
-}
-
-package() {
-  cd BaiduPCS-Go-$pkgver
-  install -Dm755 baidupcs-go "$pkgdir"/usr/bin/baidupcs
-}

Copied: baidupcs-go/repos/community-x86_64/PKGBUILD (from rev 499592, 
baidupcs-go/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2019-08-15 18:11:36 UTC (rev 499593)
@@ -0,0 +1,36 @@
+# Maintainer: Felix Yan 
+
+pkgname=baidupcs-go
+pkgver=3.5.6
+pkgrel=2
+pkgdesc="Terminal utility for Baidu Network Disk"
+arch=('x86_64')
+url="https://github.com/iikira/BaiduPCS-Go";
+license=('Apache')
+depends=('glibc')
+makedepends=('go-pie' 'git')
+conflicts=("baidupcs")
+provides=("baidupcs")
+source=("$pkgname-$pkgver.tar.gz::https://github.com/iikira/BaiduPCS-Go/archive/v$pkgver.tar.gz";)
+sha512sums=('fcec0e07b984dd83e554c98866db771737284c3ce1321e4fa05137e5d7ae59f5d4d1280024984dab3a5aa0a097312d0454c6d0d16d97c823d97342c44c8ca31e')
+
+prepare() {
+  cd BaiduPCS-Go-$pkgver
+
+  mkdir -p .gopath/src/github.com/iikira
+  ln -sf "$PWD" .gopath/src/github.com/iikira/BaiduPCS-Go
+  export GOPATH="$PWD/.gopath:/usr/share/gocode"
+
+  go get github.com/iikira/args github.com/olekukonko/tablewriter 
github.com/peterh/liner \
+ github.com/urfave/cli
+}
+
+build() {
+  cd BaiduPCS-Go-$pkgver
+  go build -o baidupcs-go
+}
+
+package() {
+  cd BaiduPCS-Go-$pkgver
+  install -Dm755 baidupcs-go "$pkgdir"/usr/bin/baidupcs
+}


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

2019-08-15 Thread Anatol Pomozov via arch-commits
Date: Thursday, August 15, 2019 @ 18:11:42
  Author: anatolik
Revision: 499594

Build only library needed for android-tools compilation

Modified:
  android-tools/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2019-08-15 18:11:36 UTC (rev 499593)
+++ PKGBUILD2019-08-15 18:11:42 UTC (rev 499594)
@@ -54,7 +54,7 @@
   cd $srcdir/avb
   sed -i 's|/usr/bin/env python$|/usr/bin/env python2|g' avbtool
 
-  mkdir -p $srcdir/boringssl/build && cd $srcdir/boringssl/build && cmake 
-GNinja ..; ninja
+  mkdir -p $srcdir/boringssl/build && cd $srcdir/boringssl/build && cmake 
-GNinja ..; ninja crypto/libcrypto.a
 }
 
 build() {


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

2019-08-15 Thread Felix Yan via arch-commits
Date: Thursday, August 15, 2019 @ 18:12:54
  Author: felixonmars
Revision: 499595

upgpkg: webhook 2.6.9-2

golang 1.12.8 security rebuild

Modified:
  webhook/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2019-08-15 18:11:42 UTC (rev 499594)
+++ PKGBUILD2019-08-15 18:12:54 UTC (rev 499595)
@@ -2,7 +2,7 @@
 
 pkgname=webhook
 pkgver=2.6.9
-pkgrel=1
+pkgrel=2
 pkgdesc="A lightweight incoming webhook server to run shell commands"
 arch=('x86_64')
 url="https://github.com/adnanh/webhook";


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

2019-08-15 Thread Felix Yan via arch-commits
Date: Thursday, August 15, 2019 @ 18:13:06
  Author: felixonmars
Revision: 499596

archrelease: copy trunk to community-x86_64

Added:
  webhook/repos/community-x86_64/PKGBUILD
(from rev 499595, webhook/trunk/PKGBUILD)
  webhook/repos/community-x86_64/webhook.service
(from rev 499595, webhook/trunk/webhook.service)
Deleted:
  webhook/repos/community-x86_64/PKGBUILD
  webhook/repos/community-x86_64/webhook.service

-+
 PKGBUILD|   92 +++---
 webhook.service |   24 +++---
 2 files changed, 58 insertions(+), 58 deletions(-)

Deleted: PKGBUILD
===
--- PKGBUILD2019-08-15 18:12:54 UTC (rev 499595)
+++ PKGBUILD2019-08-15 18:13:06 UTC (rev 499596)
@@ -1,46 +0,0 @@
-# Maintainer: Felix Yan 
-
-pkgname=webhook
-pkgver=2.6.9
-pkgrel=1
-pkgdesc="A lightweight incoming webhook server to run shell commands"
-arch=('x86_64')
-url="https://github.com/adnanh/webhook";
-license=('MIT')
-depends=('glibc')
-makedepends=('go-pie' 'git')
-source=("$pkgname-$pkgver.tar.gz::https://github.com/adnanh/webhook/archive/$pkgver.tar.gz";
-webhook.service
-go.uuid.patch::https://github.com/adnanh/webhook/pull/321.patch)
-sha512sums=('ccbfad6e2b9dfb77c4763a9b66e6a56f4e463b047fbedd6ffca4e61112ce3444696fae08a4e513f8778adc3d23ba9935b778ed35fdb3075bba73095f3d7cb311'
-
'4b08e6348a7e51aa4df668f1541f12e08960801d2e039b480de6ad73d26b8c325012474f83a3c8e819caafc216535c0b259aed1daf2226d545f895d0bd3d8efe'
-
'fd66e890167fd620aed3df57dceb251460ac13e67b1c64e13d7a2628720703cf08977d61a8a30bf19988cfd273c2aa221ca98448f280fc5c35343a08d145c46f')
-
-prepare() {
-  cd webhook-$pkgver
-  patch -p1 -i ../go.uuid.patch
-
-  mkdir -p .gopath/src/github.com/adnanh
-  ln -sf "$PWD" .gopath/src/github.com/adnanh/webhook
-  export GOPATH="$PWD/.gopath:/usr/share/gocode"
-
-  rm -r vendor
-
-  go get github.com/codegangsta/negroni github.com/gorilla/mux 
github.com/satori/go.uuid \
- gopkg.in/fsnotify.v1 github.com/ghodss/yaml
-}
-
-build() {
-  cd "$srcdir"/webhook-$pkgver
-  go build -o build/webhook
-}
-
-package() {
-  cd webhook-$pkgver
-
-  install -Dm755 build/webhook "$pkgdir"/usr/bin/webhook
-  install -Dm644 LICENSE "$pkgdir"/usr/share/licenses/$pkgname/LICENSE
-
-  install -dm755 "$pkgdir"/etc/webhook
-  install -Dm644 "$srcdir"/webhook.service 
"$pkgdir"/usr/lib/systemd/system/webhook.service
-}

Copied: webhook/repos/community-x86_64/PKGBUILD (from rev 499595, 
webhook/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2019-08-15 18:13:06 UTC (rev 499596)
@@ -0,0 +1,46 @@
+# Maintainer: Felix Yan 
+
+pkgname=webhook
+pkgver=2.6.9
+pkgrel=2
+pkgdesc="A lightweight incoming webhook server to run shell commands"
+arch=('x86_64')
+url="https://github.com/adnanh/webhook";
+license=('MIT')
+depends=('glibc')
+makedepends=('go-pie' 'git')
+source=("$pkgname-$pkgver.tar.gz::https://github.com/adnanh/webhook/archive/$pkgver.tar.gz";
+webhook.service
+go.uuid.patch::https://github.com/adnanh/webhook/pull/321.patch)
+sha512sums=('ccbfad6e2b9dfb77c4763a9b66e6a56f4e463b047fbedd6ffca4e61112ce3444696fae08a4e513f8778adc3d23ba9935b778ed35fdb3075bba73095f3d7cb311'
+
'4b08e6348a7e51aa4df668f1541f12e08960801d2e039b480de6ad73d26b8c325012474f83a3c8e819caafc216535c0b259aed1daf2226d545f895d0bd3d8efe'
+
'fd66e890167fd620aed3df57dceb251460ac13e67b1c64e13d7a2628720703cf08977d61a8a30bf19988cfd273c2aa221ca98448f280fc5c35343a08d145c46f')
+
+prepare() {
+  cd webhook-$pkgver
+  patch -p1 -i ../go.uuid.patch
+
+  mkdir -p .gopath/src/github.com/adnanh
+  ln -sf "$PWD" .gopath/src/github.com/adnanh/webhook
+  export GOPATH="$PWD/.gopath:/usr/share/gocode"
+
+  rm -r vendor
+
+  go get github.com/codegangsta/negroni github.com/gorilla/mux 
github.com/satori/go.uuid \
+ gopkg.in/fsnotify.v1 github.com/ghodss/yaml
+}
+
+build() {
+  cd "$srcdir"/webhook-$pkgver
+  go build -o build/webhook
+}
+
+package() {
+  cd webhook-$pkgver
+
+  install -Dm755 build/webhook "$pkgdir"/usr/bin/webhook
+  install -Dm644 LICENSE "$pkgdir"/usr/share/licenses/$pkgname/LICENSE
+
+  install -dm755 "$pkgdir"/etc/webhook
+  install -Dm644 "$srcdir"/webhook.service 
"$pkgdir"/usr/lib/systemd/system/webhook.service
+}

Deleted: webhook.service
===
--- webhook.service 2019-08-15 18:12:54 UTC (rev 499595)
+++ webhook.service 2019-08-15 18:13:06 UTC (rev 499596)
@@ -1,12 +0,0 @@
-[Unit]
-Description=Webhook Service
-After=network.target
-Wants=network.target
-
-[Service]
-Type=simple
-ExecStart=/usr/bin/webhook -hooks /etc/webhook/hooks.json -verbose
-Restart=on-failure
-
-[Install]
-WantedBy=multi-user.target

Copied: webhook/repos/community-x86_64/webhook.service (from rev 499595, 
webhook/trunk/

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

2019-08-15 Thread Felix Yan via arch-commits
Date: Thursday, August 15, 2019 @ 18:13:51
  Author: felixonmars
Revision: 499597

upgpkg: brook 20190401-2

golang 1.12.8 security rebuild

Modified:
  brook/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2019-08-15 18:13:06 UTC (rev 499596)
+++ PKGBUILD2019-08-15 18:13:51 UTC (rev 499597)
@@ -3,7 +3,7 @@
 
 pkgname=brook
 pkgver=20190401
-pkgrel=1
+pkgrel=2
 pkgdesc="A cross-platform proxy/vpn software"
 arch=('x86_64')
 url="https://github.com/txthinking/brook";


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

2019-08-15 Thread Felix Yan via arch-commits
Date: Thursday, August 15, 2019 @ 18:14:01
  Author: felixonmars
Revision: 499598

archrelease: copy trunk to community-x86_64

Added:
  brook/repos/community-x86_64/PKGBUILD
(from rev 499597, brook/trunk/PKGBUILD)
Deleted:
  brook/repos/community-x86_64/PKGBUILD

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

Deleted: PKGBUILD
===
--- PKGBUILD2019-08-15 18:13:51 UTC (rev 499597)
+++ PKGBUILD2019-08-15 18:14:01 UTC (rev 499598)
@@ -1,37 +0,0 @@
-# Maintainer: Felix Yan 
-# Contributor: Kasei Wang 
-
-pkgname=brook
-pkgver=20190401
-pkgrel=1
-pkgdesc="A cross-platform proxy/vpn software"
-arch=('x86_64')
-url="https://github.com/txthinking/brook";
-license=('GPL')
-depends=('glibc')
-makedepends=('go-pie' 'git')
-source=("$pkgname-$pkgver.tar.gz::https://github.com/txthinking/brook/archive/v$pkgver.tar.gz";)
-sha512sums=('83d9299666fef59820f1d7b672c93f0c71cd75fd6d6623b6d6784c16ba2a81dadb7288086d84469552db424fc09564436d21d3c064b1aaeb9f7e7912ba41f48d')
-
-prepare() {
-  cd brook-$pkgver
-
-  mkdir build
-  mkdir -p .gopath/src/github.com/txthinking
-  ln -sf "$PWD" .gopath/src/github.com/txthinking/brook
-  export GOPATH="$PWD/.gopath"
-
-  go get github.com/mdp/qrterminal github.com/patrickmn/go-cache 
github.com/txthinking/ant \
- github.com/txthinking/socks5 golang.org/x/net/proxy \
- github.com/urfave/cli github.com/txthinking/gotun2socks
-}
-
-build() {
-  cd brook-$pkgver/cli/brook
-  go build -o brook
-}
-
-package() {
-  cd brook-$pkgver/cli/brook
-  install -Dm755 brook "$pkgdir"/usr/bin/brook
-}

Copied: brook/repos/community-x86_64/PKGBUILD (from rev 499597, 
brook/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2019-08-15 18:14:01 UTC (rev 499598)
@@ -0,0 +1,37 @@
+# Maintainer: Felix Yan 
+# Contributor: Kasei Wang 
+
+pkgname=brook
+pkgver=20190401
+pkgrel=2
+pkgdesc="A cross-platform proxy/vpn software"
+arch=('x86_64')
+url="https://github.com/txthinking/brook";
+license=('GPL')
+depends=('glibc')
+makedepends=('go-pie' 'git')
+source=("$pkgname-$pkgver.tar.gz::https://github.com/txthinking/brook/archive/v$pkgver.tar.gz";)
+sha512sums=('83d9299666fef59820f1d7b672c93f0c71cd75fd6d6623b6d6784c16ba2a81dadb7288086d84469552db424fc09564436d21d3c064b1aaeb9f7e7912ba41f48d')
+
+prepare() {
+  cd brook-$pkgver
+
+  mkdir build
+  mkdir -p .gopath/src/github.com/txthinking
+  ln -sf "$PWD" .gopath/src/github.com/txthinking/brook
+  export GOPATH="$PWD/.gopath"
+
+  go get github.com/mdp/qrterminal github.com/patrickmn/go-cache 
github.com/txthinking/ant \
+ github.com/txthinking/socks5 golang.org/x/net/proxy \
+ github.com/urfave/cli github.com/txthinking/gotun2socks
+}
+
+build() {
+  cd brook-$pkgver/cli/brook
+  go build -o brook
+}
+
+package() {
+  cd brook-$pkgver/cli/brook
+  install -Dm755 brook "$pkgdir"/usr/bin/brook
+}


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

2019-08-15 Thread Anatol Pomozov via arch-commits
Date: Thursday, August 15, 2019 @ 18:15:01
  Author: anatolik
Revision: 499599

upgpkg: vegeta 12.7.0-2

golang 1.12.8 security rebuild

Modified:
  vegeta/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2019-08-15 18:14:01 UTC (rev 499598)
+++ PKGBUILD2019-08-15 18:15:01 UTC (rev 499599)
@@ -2,7 +2,7 @@
 
 pkgname=vegeta
 pkgver=12.7.0
-pkgrel=1
+pkgrel=2
 pkgdesc="HTTP load testing tool"
 arch=(x86_64)
 url="https://github.com/tsenart/vegeta";


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

2019-08-15 Thread Bruno Pagani via arch-commits
Date: Thursday, August 15, 2019 @ 18:15:24
  Author: archange
Revision: 499600

go 1.12.8 rebuild

Modified:
  cozy-stack/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2019-08-15 18:15:01 UTC (rev 499599)
+++ PKGBUILD2019-08-15 18:15:24 UTC (rev 499600)
@@ -2,7 +2,7 @@
 
 pkgname=cozy-stack
 pkgver=1.3.1
-pkgrel=1
+pkgrel=2
 epoch=1
 pkgdesc="Digital home: brings all your web services in the same private space 
– Stack component"
 arch=(x86_64)


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

2019-08-15 Thread Anatol Pomozov via arch-commits
Date: Thursday, August 15, 2019 @ 18:15:29
  Author: anatolik
Revision: 499601

archrelease: copy trunk to community-x86_64

Added:
  vegeta/repos/community-x86_64/PKGBUILD
(from rev 499599, vegeta/trunk/PKGBUILD)
Deleted:
  vegeta/repos/community-x86_64/PKGBUILD

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

Deleted: PKGBUILD
===
--- PKGBUILD2019-08-15 18:15:24 UTC (rev 499600)
+++ PKGBUILD2019-08-15 18:15:29 UTC (rev 499601)
@@ -1,37 +0,0 @@
-# Maintainer: Anatol Pomozov
-
-pkgname=vegeta
-pkgver=12.7.0
-pkgrel=1
-pkgdesc="HTTP load testing tool"
-arch=(x86_64)
-url="https://github.com/tsenart/vegeta";
-license=(MIT)
-depends=(glibc)
-makedepends=(go-pie dep git)
-source=(vegeta-$pkgver.zip::https://github.com/tsenart/vegeta/archive/v$pkgver.zip)
-sha256sums=('7c9232a8f8edbefff759c6fa8fbc253a670008c1b143f5c00a01dc8e9f57f832')
-
-prepare() {
-  export GOPATH="$srcdir/gopath"
-  mkdir -p gopath/src/github.com/tsenart
-  cp -r vegeta-$pkgver/ gopath/src/github.com/tsenart/vegeta
-
-  cd gopath/src/github.com/tsenart/vegeta
-  dep ensure -v
-}
-
-build() {
-  cd gopath/src/github.com/tsenart/vegeta
-  #go build -v -X main.Version=$pkgver ./...
-  CGO_ENABLED=0 go install -v -ldflags "-X main.Version=$pkgver -X 
main.Date=`date +'%FT%TZ%z'`" ./...
-}
-
-check() {
-  cd gopath/src/github.com/tsenart/vegeta
-  go test ./...
-}
-
-package() {
-  install -Dm755 "gopath/bin/vegeta" "$pkgdir/usr/bin/vegeta"
-}

Copied: vegeta/repos/community-x86_64/PKGBUILD (from rev 499599, 
vegeta/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2019-08-15 18:15:29 UTC (rev 499601)
@@ -0,0 +1,37 @@
+# Maintainer: Anatol Pomozov
+
+pkgname=vegeta
+pkgver=12.7.0
+pkgrel=2
+pkgdesc="HTTP load testing tool"
+arch=(x86_64)
+url="https://github.com/tsenart/vegeta";
+license=(MIT)
+depends=(glibc)
+makedepends=(go-pie dep git)
+source=(vegeta-$pkgver.zip::https://github.com/tsenart/vegeta/archive/v$pkgver.zip)
+sha256sums=('7c9232a8f8edbefff759c6fa8fbc253a670008c1b143f5c00a01dc8e9f57f832')
+
+prepare() {
+  export GOPATH="$srcdir/gopath"
+  mkdir -p gopath/src/github.com/tsenart
+  cp -r vegeta-$pkgver/ gopath/src/github.com/tsenart/vegeta
+
+  cd gopath/src/github.com/tsenart/vegeta
+  dep ensure -v
+}
+
+build() {
+  cd gopath/src/github.com/tsenart/vegeta
+  #go build -v -X main.Version=$pkgver ./...
+  CGO_ENABLED=0 go install -v -ldflags "-X main.Version=$pkgver -X 
main.Date=`date +'%FT%TZ%z'`" ./...
+}
+
+check() {
+  cd gopath/src/github.com/tsenart/vegeta
+  go test ./...
+}
+
+package() {
+  install -Dm755 "gopath/bin/vegeta" "$pkgdir/usr/bin/vegeta"
+}


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

2019-08-15 Thread Bruno Pagani via arch-commits
Date: Thursday, August 15, 2019 @ 18:15:48
  Author: archange
Revision: 499602

archrelease: copy trunk to community-x86_64

Added:
  cozy-stack/repos/community-x86_64/PKGBUILD
(from rev 499601, cozy-stack/trunk/PKGBUILD)
  cozy-stack/repos/community-x86_64/cozy-stack.service
(from rev 499601, cozy-stack/trunk/cozy-stack.service)
  cozy-stack/repos/community-x86_64/cozy-stack.sysusers
(from rev 499601, cozy-stack/trunk/cozy-stack.sysusers)
  cozy-stack/repos/community-x86_64/cozy-stack.tmpfiles
(from rev 499601, cozy-stack/trunk/cozy-stack.tmpfiles)
  cozy-stack/repos/community-x86_64/cozy.yml
(from rev 499601, cozy-stack/trunk/cozy.yml)
Deleted:
  cozy-stack/repos/community-x86_64/PKGBUILD
  cozy-stack/repos/community-x86_64/cozy-stack.service
  cozy-stack/repos/community-x86_64/cozy-stack.sysusers
  cozy-stack/repos/community-x86_64/cozy-stack.tmpfiles
  cozy-stack/repos/community-x86_64/cozy.yml

-+
 PKGBUILD|  102 +-
 cozy-stack.service  |   66 
 cozy-stack.sysusers |2 
 cozy-stack.tmpfiles |6 +-
 cozy.yml|   58 ++--
 5 files changed, 117 insertions(+), 117 deletions(-)

Deleted: PKGBUILD
===
--- PKGBUILD2019-08-15 18:15:29 UTC (rev 499601)
+++ PKGBUILD2019-08-15 18:15:48 UTC (rev 499602)
@@ -1,51 +0,0 @@
-# Maintainer: Bruno Pagani 
-
-pkgname=cozy-stack
-pkgver=1.3.1
-pkgrel=1
-epoch=1
-pkgdesc="Digital home: brings all your web services in the same private space 
– Stack component"
-arch=(x86_64)
-url="https://cozy.io";
-license=(AGPL3)
-backup=(etc/cozy/cozy.yml)
-depends=(couchdb imagemagick git)
-makedepends=(go-pie)
-#optdepends=('cozy-coclyco: X.509 certificates management for instances'
-optdepends=('nodejs: konnectors without isolation'
-'nsjail: isolated konnectors'
-'smtp-forwarder: to allow sending mail to users')
-source=("https://apt.cozy.io/debian/pool/testing/c/${pkgname}/${pkgname}_${pkgver}.orig.tar.xz";
-"cozy.yml"
-"${pkgname}.service"
-"${pkgname}.sysusers"
-"${pkgname}.tmpfiles")
-sha256sums=('a6839876d1463296bd2d7710f02ddda95ed260576c4d53aaa937848cf83b'
-'c4ed4b0831308261017fe7d532787ed8aa542ca5ecac65f5770edb29793415ef'
-'ad9b40170e2b07d5aa5ea6d444ad16c96bb39adb5ff579db5cc39cb4e2ec3f91'
-'a6bea52350e85163c3141509a52903223fa0f6e7390b1b1f9336c326a8fff984'
-'fd333c2fd0de859890204554f52a5c64b953664f6cb262b20bb839aa70ed9ecb')
-
-build() {
-cd ${pkgname}
-export GOPATH="${PWD}/vendor"
-go build -v -o ${pkgname} \
- -gcflags "all=-trimpath=${PWD}" \
- -asmflags "all=-trimpath=${PWD}" \
- -ldflags "-X 
github.com/cozy/cozy-stack/pkg/config.Version=${pkgver} \
-   -X 
github.com/cozy/cozy-stack/pkg/config.BuildTime=$(date -u 
+"%Y-%m-%dT%H:%M:%SZ") \
-   -X 
github.com/cozy/cozy-stack/pkg/config.BuildMode=production \
-   -linkmode external -extldflags ${LDFLAGS} -s -w"
-}
-
-package() {
-install -Dm644 cozy.yml -t "${pkgdir}"/etc/cozy/
-install -Dm644 ${pkgname}.service -t "${pkgdir}"/usr/lib/systemd/system/
-install -Dm644 ${pkgname}.sysusers 
"${pkgdir}"/usr/lib/sysusers.d/${pkgname}.conf
-install -Dm644 ${pkgname}.tmpfiles 
"${pkgdir}"/usr/lib/tmpfiles.d/${pkgname}.conf
-cd ${pkgname}
-install -Dm755 ${pkgname} -t "${pkgdir}"/usr/bin/
-install -Dm644 cozy.example.yaml -t "${pkgdir}"/usr/share/cozy/
-install -Dm755 scripts/konnector-node-run.sh -t "${pkgdir}"/usr/share/cozy/
-install -Dm755 scripts/konnector-nsjail-run.sh -t 
"${pkgdir}"/usr/share/cozy/
-}

Copied: cozy-stack/repos/community-x86_64/PKGBUILD (from rev 499601, 
cozy-stack/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2019-08-15 18:15:48 UTC (rev 499602)
@@ -0,0 +1,51 @@
+# Maintainer: Bruno Pagani 
+
+pkgname=cozy-stack
+pkgver=1.3.1
+pkgrel=2
+epoch=1
+pkgdesc="Digital home: brings all your web services in the same private space 
– Stack component"
+arch=(x86_64)
+url="https://cozy.io";
+license=(AGPL3)
+backup=(etc/cozy/cozy.yml)
+depends=(couchdb imagemagick git)
+makedepends=(go-pie)
+#optdepends=('cozy-coclyco: X.509 certificates management for instances'
+optdepends=('nodejs: konnectors without isolation'
+'nsjail: isolated konnectors'
+'smtp-forwarder: to allow sending mail to users')
+source=("https://apt.cozy.io/debian/pool/testing/c/${pkgname}/${pkgname}_${pkgver}.orig.tar.xz";
+"cozy.yml"
+"${pkgname}.service"
+"${pkgname}.sysusers"
+"${pkgname}.tmpfiles")
+sha256sums=('a6839876d1463296bd2d7710f02ddda95ed260576c4d53aaa937848cf83b'
+'c4ed4b08313

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

2019-08-15 Thread Jaroslav Lichtblau via arch-commits
Date: Thursday, August 15, 2019 @ 18:17:57
  Author: jlichtblau
Revision: 499603

upgpkg: kdesvn 2.1.0-1 - new upstream release

Modified:
  kdesvn/trunk/PKGBUILD
  kdesvn/trunk/kdesvn.changelog

--+
 PKGBUILD |   24 ++--
 kdesvn.changelog |3 +++
 2 files changed, 9 insertions(+), 18 deletions(-)

Modified: PKGBUILD
===
--- PKGBUILD2019-08-15 18:15:48 UTC (rev 499602)
+++ PKGBUILD2019-08-15 18:17:57 UTC (rev 499603)
@@ -1,30 +1,18 @@
 # Maintainer: Jaroslav Lichtblau 
 
 pkgname=kdesvn
-pkgver=2.0.0
-pkgrel=3
+pkgver=2.1.0
+pkgrel=1
 pkgdesc="A pure C++ SVN-client for KDE"
 arch=('x86_64')
-url="https://projects.kde.org/kdesvn";
+url="https://cgit.kde.org/kdesvn.git";
 license=('GPL')
 depends=('subversion' 'kcoreaddons' 'kdoctools' 'kio' 'knotifications' 
'kparts' 'ktexteditor')
-makedepends=('extra-cmake-modules' 'patch')
+makedepends=('extra-cmake-modules')
 changelog=$pkgname.changelog
-source=(https://download.kde.org/stable/$pkgname/$pkgver/$pkgname-$pkgver.tar.xz
-
kdesvn-desktop.patch::https://cgit.kde.org/kdesvn.git/patch/?id=5ea40285741a885198a351bd9afe58ff746a1192
-
kdesvn-qt-5.11.patch::"https://cgit.kde.org/kdesvn.git/patch/?id=605484fd";)
-sha256sums=('d58d3a895461633718dad580d1590fe99c9d6e44ca64544784a0e9421eb8f8db'
-'7ccbbd548ee3fbd9599fa2f699fef3fa9353d7b6ce7137aff9ab39a40db0330f'
-'67f5a362d5de7c587852c820cbaada05bc06e2fc7eb739249363c8c3b9ef4fa2')
+source=(https://download.kde.org/stable/$pkgname/$pkgver/$pkgname-$pkgver.tar.xz)
+sha256sums=('515eb95d5d2a51b495df01adf56ef0af703c5d344bb49bc2a6390ef57bba027b')
 
-prepare() {
-  cd "${srcdir}"/$pkgname-$pkgver
-# FS#52182
-  patch -Np1 -i "${srcdir}"/$pkgname-desktop.patch
-# fix build with Qt 5.11
-  patch -p1 -i ../kdesvn-qt-5.11.patch
-}
-
 build() {
   cd "${srcdir}"/$pkgname-$pkgver
 

Modified: kdesvn.changelog
===
--- kdesvn.changelog2019-08-15 18:15:48 UTC (rev 499602)
+++ kdesvn.changelog2019-08-15 18:17:57 UTC (rev 499603)
@@ -1,3 +1,6 @@
+2019-08-15 Jaroslav Lichtblau 
+   * kdesvn 2.1.0-1
+
 2016-12-05 Jaroslav Lichtblau 
* Update to major release 2.0.0-1
 


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

2019-08-15 Thread Jaroslav Lichtblau via arch-commits
Date: Thursday, August 15, 2019 @ 18:18:07
  Author: jlichtblau
Revision: 499604

archrelease: copy trunk to community-x86_64

Added:
  kdesvn/repos/community-x86_64/PKGBUILD
(from rev 499603, kdesvn/trunk/PKGBUILD)
  kdesvn/repos/community-x86_64/kdesvn.changelog
(from rev 499603, kdesvn/trunk/kdesvn.changelog)
Deleted:
  kdesvn/repos/community-x86_64/PKGBUILD
  kdesvn/repos/community-x86_64/kdesvn.changelog

--+
 PKGBUILD |   74 +++---
 kdesvn.changelog |  149 +++--
 2 files changed, 107 insertions(+), 116 deletions(-)

Deleted: PKGBUILD
===
--- PKGBUILD2019-08-15 18:17:57 UTC (rev 499603)
+++ PKGBUILD2019-08-15 18:18:07 UTC (rev 499604)
@@ -1,43 +0,0 @@
-# Maintainer: Jaroslav Lichtblau 
-
-pkgname=kdesvn
-pkgver=2.0.0
-pkgrel=3
-pkgdesc="A pure C++ SVN-client for KDE"
-arch=('x86_64')
-url="http://projects.kde.org/kdesvn";
-license=('GPL')
-depends=('subversion' 'kcoreaddons' 'kdoctools' 'kio' 'knotifications' 
'kparts' 'ktexteditor')
-makedepends=('extra-cmake-modules' 'patch')
-changelog=$pkgname.changelog
-source=(http://download.kde.org/stable/$pkgname/$pkgver/$pkgname-$pkgver.tar.xz
-
kdesvn-desktop.patch::https://cgit.kde.org/kdesvn.git/patch/?id=5ea40285741a885198a351bd9afe58ff746a1192
-
kdesvn-qt-5.11.patch::"https://cgit.kde.org/kdesvn.git/patch/?id=605484fd";)
-sha256sums=('d58d3a895461633718dad580d1590fe99c9d6e44ca64544784a0e9421eb8f8db'
-'7ccbbd548ee3fbd9599fa2f699fef3fa9353d7b6ce7137aff9ab39a40db0330f'
-'67f5a362d5de7c587852c820cbaada05bc06e2fc7eb739249363c8c3b9ef4fa2')
-
-prepare() {
-  cd "${srcdir}"/$pkgname-$pkgver
-# FS#52182
-  patch -Np1 -i "${srcdir}"/$pkgname-desktop.patch
-# fix build with Qt 5.11
-  patch -p1 -i ../kdesvn-qt-5.11.patch
-}
-
-build() {
-  cd "${srcdir}"/$pkgname-$pkgver
-
-  cmake . \
--DCMAKE_INSTALL_PREFIX=/usr \
--DCMAKE_BUILD_TYPE=Release \
--DCMAKE_CXX_FLAGS="-DQT_THREAD_SUPPORT" \
--DLIB_SUFFIX=
-  make
-}
-
-package() {
-  cd "${srcdir}"/$pkgname-$pkgver
-
-  make DESTDIR="${pkgdir}" install
-}

Copied: kdesvn/repos/community-x86_64/PKGBUILD (from rev 499603, 
kdesvn/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2019-08-15 18:18:07 UTC (rev 499604)
@@ -0,0 +1,31 @@
+# Maintainer: Jaroslav Lichtblau 
+
+pkgname=kdesvn
+pkgver=2.1.0
+pkgrel=1
+pkgdesc="A pure C++ SVN-client for KDE"
+arch=('x86_64')
+url="https://cgit.kde.org/kdesvn.git";
+license=('GPL')
+depends=('subversion' 'kcoreaddons' 'kdoctools' 'kio' 'knotifications' 
'kparts' 'ktexteditor')
+makedepends=('extra-cmake-modules')
+changelog=$pkgname.changelog
+source=(https://download.kde.org/stable/$pkgname/$pkgver/$pkgname-$pkgver.tar.xz)
+sha256sums=('515eb95d5d2a51b495df01adf56ef0af703c5d344bb49bc2a6390ef57bba027b')
+
+build() {
+  cd "${srcdir}"/$pkgname-$pkgver
+
+  cmake . \
+-DCMAKE_INSTALL_PREFIX=/usr \
+-DCMAKE_BUILD_TYPE=Release \
+-DCMAKE_CXX_FLAGS="-DQT_THREAD_SUPPORT" \
+-DLIB_SUFFIX=
+  make
+}
+
+package() {
+  cd "${srcdir}"/$pkgname-$pkgver
+
+  make DESTDIR="${pkgdir}" install
+}

Deleted: kdesvn.changelog
===
--- kdesvn.changelog2019-08-15 18:17:57 UTC (rev 499603)
+++ kdesvn.changelog2019-08-15 18:18:07 UTC (rev 499604)
@@ -1,73 +0,0 @@
-2016-12-05 Jaroslav Lichtblau 
-   * Update to major release 2.0.0-1
-
-2016-04-29 Jaroslav Lichtblau 
-   * kdesvn 1.7.0-3 pacman hooks rebuild
-
-2016-01-22 Jaroslav Lichtblau 
-   * kdesvn 1.7.0-2 FS#47848
-
-2016-01-21 Jaroslav Lichtblau 
-   * Update to major release 1.7.0-1
-
-2015-03-15 Jaroslav Lichtblau 
-   * kdesvn 1.6.0-4 FS#44135 fix
-
-2012-08-26 Jaroslav Lichtblau 
-   * Update to major release 1.6.0-1
-
-2010-09-15 Jaroslav Lichtblau 
-   * Update to major release 1.5.5
-
-2010-04-09 Jaroslav Lichtblau 
-   * Update to major release 1.5.3
-
-2010-01-17 Jaroslav Lichtblau 
-   * Update to major release 1.5.1
-
-2010-01-11 Jaroslav Lichtblau 
-   * Update to major release 1.5.0
-
-2009-10-01 Biru Ionut 
-   * Update to major release 1.4.1
-
-2009-07-09 Jaroslav Lichtblau 
-   * Update to major release 1.3.2
-
-2009-05-30 Jaroslav Lichtblau 
-   * Update to major release 1.3.1
-
-2009-05-09 Jaroslav Lichtblau 
-   * FS#14602 fixed in 1.3.0-2
-
-2009-04-30 Biru Ionut 
-   * rebuild for x86_64 #FS14506 
-
-2009-04-22 Jaroslav Lichtblau 
-   * Update to major release 1.3.0
-
-2009-02-20 Jaroslav Lichtblau 
-   * Update to major release 1.2.4
-
-2009-01-24 Jaroslav Lichtblau 
-   * Update to major release 1.2.3
-
-2008-11-22 Jaroslav Lichtblau 
-   * Update to major release 1.2.2
-
-2008-10-08  Eric Belanger  
-   * Removed unneede file sourcing

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

2019-08-15 Thread Jaroslav Lichtblau via arch-commits
Date: Thursday, August 15, 2019 @ 18:22:00
  Author: jlichtblau
Revision: 499605

upgpkg: godep 2:80-3 - golang 1.12.8 security rebuild

Modified:
  godep/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2019-08-15 18:18:07 UTC (rev 499604)
+++ PKGBUILD2019-08-15 18:22:00 UTC (rev 499605)
@@ -4,7 +4,7 @@
 
 pkgname=godep
 pkgver=80
-pkgrel=2
+pkgrel=3
 epoch=2
 pkgdesc="Dependency tool for go"
 arch=('x86_64')


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

2019-08-15 Thread Jaroslav Lichtblau via arch-commits
Date: Thursday, August 15, 2019 @ 18:22:11
  Author: jlichtblau
Revision: 499606

archrelease: copy trunk to community-x86_64

Added:
  godep/repos/community-x86_64/PKGBUILD
(from rev 499605, godep/trunk/PKGBUILD)
Deleted:
  godep/repos/community-x86_64/PKGBUILD

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

Deleted: PKGBUILD
===
--- PKGBUILD2019-08-15 18:22:00 UTC (rev 499605)
+++ PKGBUILD2019-08-15 18:22:11 UTC (rev 499606)
@@ -1,40 +0,0 @@
-# Maintainer : Jaroslav Lichtblau 
-# Contributor: Martin Wimpress 
-# Contributor: Sauyon Lee 
-
-pkgname=godep
-pkgver=80
-pkgrel=2
-epoch=2
-pkgdesc="Dependency tool for go"
-arch=('x86_64')
-url="http://github.com/tools/godep";
-license=('BSD')
-depends=('glibc')
-makedepends=('git' 'go-pie' 'mercurial')
-source=($pkgname-$pkgver.tar.gz::https://github.com/tools/godep/archive/v$pkgver.tar.gz)
-sha256sums=('029adc1a0ce5c63cd40b56660664e73456648e5c031ba6c214ba1e1e9fc86cf6')
-
-prepare() {
-  export GOPATH="${srcdir}"
-  go get golang.org/x/tools/go/vcs
-  go get github.com/pmezard/go-difflib/difflib
-  go get github.com/kr/fs
-  go get github.com/kr/pretty
-}
-
-build() {
-  cd "${srcdir}"/$pkgname-$pkgver
-
-  GOPATH="${srcdir}" go build \
--gcflags "all=-trimpath=${PWD}" \
--asmflags "all=-trimpath=${PWD}" \
--ldflags "-extldflags ${LDFLAGS}"
-}
-
-package() {
-  cd "${srcdir}"/$pkgname-$pkgver
-
-  install -Dm755 $pkgname-$pkgver "${pkgdir}"/usr/bin/$pkgname
-  install -Dm644 License "${pkgdir}"/usr/share/licenses/${pkgname}/LICENSE
-}

Copied: godep/repos/community-x86_64/PKGBUILD (from rev 499605, 
godep/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2019-08-15 18:22:11 UTC (rev 499606)
@@ -0,0 +1,40 @@
+# Maintainer : Jaroslav Lichtblau 
+# Contributor: Martin Wimpress 
+# Contributor: Sauyon Lee 
+
+pkgname=godep
+pkgver=80
+pkgrel=3
+epoch=2
+pkgdesc="Dependency tool for go"
+arch=('x86_64')
+url="https://github.com/tools/godep";
+license=('BSD')
+depends=('glibc')
+makedepends=('git' 'go-pie' 'mercurial')
+source=($pkgname-$pkgver.tar.gz::https://github.com/tools/godep/archive/v$pkgver.tar.gz)
+sha256sums=('029adc1a0ce5c63cd40b56660664e73456648e5c031ba6c214ba1e1e9fc86cf6')
+
+prepare() {
+  export GOPATH="${srcdir}"
+  go get golang.org/x/tools/go/vcs
+  go get github.com/pmezard/go-difflib/difflib
+  go get github.com/kr/fs
+  go get github.com/kr/pretty
+}
+
+build() {
+  cd "${srcdir}"/$pkgname-$pkgver
+
+  GOPATH="${srcdir}" go build \
+-gcflags "all=-trimpath=${PWD}" \
+-asmflags "all=-trimpath=${PWD}" \
+-ldflags "-extldflags ${LDFLAGS}"
+}
+
+package() {
+  cd "${srcdir}"/$pkgname-$pkgver
+
+  install -Dm755 $pkgname-$pkgver "${pkgdir}"/usr/bin/$pkgname
+  install -Dm644 License "${pkgdir}"/usr/share/licenses/${pkgname}/LICENSE
+}


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

2019-08-15 Thread Bruno Pagani via arch-commits
Date: Thursday, August 15, 2019 @ 18:26:58
  Author: archange
Revision: 499607

go 1.12.8 rebuild

Modified:
  matterbridge/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2019-08-15 18:22:11 UTC (rev 499606)
+++ PKGBUILD2019-08-15 18:26:58 UTC (rev 499607)
@@ -2,7 +2,7 @@
 
 pkgname=matterbridge
 pkgver=1.15.1
-pkgrel=1
+pkgrel=2
 pkgdesc="Multi-protocols (IRC/XMPP/Mattermost/Slack/Matrix/etc) bridge"
 arch=(x86_64)
 url="https://github.com/42wim/matterbridge";


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

2019-08-15 Thread Jaroslav Lichtblau via arch-commits
Date: Thursday, August 15, 2019 @ 18:28:19
  Author: jlichtblau
Revision: 499608

upgpkg: syncthing 1.2.1-2 - golang 1.12.8 security rebuild

Modified:
  syncthing/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2019-08-15 18:26:58 UTC (rev 499607)
+++ PKGBUILD2019-08-15 18:28:19 UTC (rev 499608)
@@ -6,7 +6,7 @@
 
 pkgname=('syncthing' 'syncthing-relaysrv')
 pkgver=1.2.1
-pkgrel=1
+pkgrel=2
 arch=('x86_64')
 url="https://syncthing.net/";
 license=('MPL')


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

2019-08-15 Thread Jaroslav Lichtblau via arch-commits
Date: Thursday, August 15, 2019 @ 18:28:43
  Author: jlichtblau
Revision: 499609

archrelease: copy trunk to community-x86_64

Added:
  syncthing/repos/community-x86_64/PKGBUILD
(from rev 499608, syncthing/trunk/PKGBUILD)
  syncthing/repos/community-x86_64/syncthing-relaysrv.service
(from rev 499608, syncthing/trunk/syncthing-relaysrv.service)
  syncthing/repos/community-x86_64/syncthing-relaysrv.sysusers
(from rev 499608, syncthing/trunk/syncthing-relaysrv.sysusers)
  syncthing/repos/community-x86_64/syncthing-relaysrv.tmpfiles
(from rev 499608, syncthing/trunk/syncthing-relaysrv.tmpfiles)
  syncthing/repos/community-x86_64/syncthing.install
(from rev 499608, syncthing/trunk/syncthing.install)
Deleted:
  syncthing/repos/community-x86_64/PKGBUILD
  syncthing/repos/community-x86_64/syncthing-relaysrv.service
  syncthing/repos/community-x86_64/syncthing-relaysrv.sysusers
  syncthing/repos/community-x86_64/syncthing-relaysrv.tmpfiles
  syncthing/repos/community-x86_64/syncthing.install

-+
 PKGBUILD|  186 +-
 syncthing-relaysrv.service  |   34 +++
 syncthing-relaysrv.sysusers |4 
 syncthing-relaysrv.tmpfiles |2 
 syncthing.install   |   18 ++--
 5 files changed, 122 insertions(+), 122 deletions(-)

Deleted: PKGBUILD
===
--- PKGBUILD2019-08-15 18:28:19 UTC (rev 499608)
+++ PKGBUILD2019-08-15 18:28:43 UTC (rev 499609)
@@ -1,93 +0,0 @@
-# Maintainer: Jaroslav Lichtblau 
-# Contributor: Martin Wimpress 
-# Contributor: Sauyon Lee 
-# Contributor: Kevin MacMartin 
-# Contributor: korjjj 
-
-pkgname=('syncthing' 'syncthing-relaysrv')
-pkgver=1.2.1
-pkgrel=1
-arch=('x86_64')
-url="https://syncthing.net/";
-license=('MPL')
-depends=('glibc')
-makedepends=('git' 'go' 'inetutils')
-# options=('!strip')
-source=(https://github.com/syncthing/syncthing/releases/download/v$pkgver/syncthing-source-v${pkgver}.tar.gz{,.asc}
-syncthing-relaysrv.sysusers
-syncthing-relaysrv.tmpfiles
-syncthing-relaysrv.service)
-validpgpkeys=('37C84554E7E0A261E4F76E1ED26E6ED000654A3E') # Syncthing Release 
Management
-sha256sums=('313bd59ddc2562e833fc4caa8d90360a06d5ff02976c0a4d5d42393e6f8bceac'
-'SKIP'
-'6ab96a5949e223d315d49663734ad27b70c72469c691a61ac198cb7794cb5eaa'
-'f88985f2d374af57f17ef6362c37a305467858195b74d1c1def71d97273f'
-'7c2fbc9608d81f8080f8a9102b867a52a050b61f426a0c182ccc1cb5815e4981')
-
-prepare() {
-  install -d "src/github.com/syncthing"
-  mv "${pkgbase}" "src/github.com/syncthing/${pkgbase}"
-}
-
-build() {
-  export GOPATH="${srcdir}" GOROOT_FINAL="/usr/bin"
-  cd "${srcdir}/src/github.com/syncthing/${pkgbase}"
-  go run build.go -no-upgrade -version v${pkgver} build
-  go run build.go -no-upgrade -version v${pkgver} build strelaysrv
-}
-
-check() {
-  export GOPATH="${srcdir}" GOROOT_FINAL="/usr/bin"
-  cd "${srcdir}/src/github.com/syncthing/${pkgbase}"
-  if [ "${CARCH}" == "x86_64" ] ; then
-go run build.go -no-upgrade test
-  fi
-}
-
-package_syncthing() {
-  pkgdesc="Open Source Continuous Replication / Cluster Synchronization Thing"
-  install=$pkgname.install
-
-  cd "${srcdir}/src/github.com/syncthing/${pkgbase}"
-  install -Dm755 ${pkgname} "${pkgdir}/usr/bin/${pkgname}"
-  install -Dm644 README.md "${pkgdir}/usr/share/doc/${pkgname}/README.md"
-  install -Dm644 "etc/linux-systemd/system/${pkgname}-resume.service" \
-"${pkgdir}/usr/lib/systemd/system/${pkgname}-resume.service"
-  install -Dm644 "etc/linux-systemd/system/${pkgname}@.service" \
-"${pkgdir}/usr/lib/systemd/system/${pkgname}@.service"
-  install -Dm644 "etc/linux-systemd/user/${pkgname}.service" \
-"${pkgdir}/usr/lib/systemd/user/${pkgname}.service"
-
-  # license
-  install -Dm644 LICENSE "${pkgdir}"/usr/share/licenses/${pkgname}/LICENSE
-
-  # ufw preset
-  install -Dm644 etc/firewall-ufw/syncthing \
-"$pkgdir/etc/ufw/applications.d/ufw-syncthing"
-
-  # man pages
-  cd "${srcdir}/src/github.com/syncthing/${pkgname}/man"
-  for file in $(find . -name '*.1' -print); do
-install -Dm644 $file "${pkgdir}"/usr/share/man/man1/$file
-  done
-  for file in $(find . -name '*.5' -print); do
-install -Dm644 $file "${pkgdir}"/usr/share/man/man5/$file
-  done
-  for file in $(find . -name '*.7' -print); do
-install -Dm644 $file "${pkgdir}"/usr/share/man/man7/$file
-  done
-}
-
-package_syncthing-relaysrv() {
-  pkgdesc='Relay server for Syncthing'
-
-  cd "${srcdir}/src/github.com/syncthing/${pkgbase}"
-  install -Dm755 strelaysrv "${pkgdir}"/usr/bin/${pkgname}
-
-  install -Dm644 "${srcdir}"/${pkgname}.service \
-"${pkgdir}"/usr/lib/systemd/system/${pkgname}.service
-  install -Dm644 "${srcdir}/${pkgname}.tmpfiles" \
-"$pkgdir/usr/lib/tmpfiles.d/${pkgname}.conf"
-  install -Dm644 "${srcdir}/${pkgname}.sysusers" \
-"${pkgdir}/usr/lib/sysusers.d/

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

2019-08-15 Thread Bruno Pagani via arch-commits
Date: Thursday, August 15, 2019 @ 18:29:53
  Author: archange
Revision: 499610

archrelease: copy trunk to community-x86_64

Added:
  matterbridge/repos/community-x86_64/PKGBUILD
(from rev 499609, matterbridge/trunk/PKGBUILD)
  matterbridge/repos/community-x86_64/matterbridge.service
(from rev 499609, matterbridge/trunk/matterbridge.service)
Deleted:
  matterbridge/repos/community-x86_64/PKGBUILD
  matterbridge/repos/community-x86_64/matterbridge.service

--+
 PKGBUILD |   70 -
 matterbridge.service |   54 ++---
 2 files changed, 62 insertions(+), 62 deletions(-)

Deleted: PKGBUILD
===
--- PKGBUILD2019-08-15 18:28:43 UTC (rev 499609)
+++ PKGBUILD2019-08-15 18:29:53 UTC (rev 499610)
@@ -1,35 +0,0 @@
-# Maintainer: Bruno Pagani 
-
-pkgname=matterbridge
-pkgver=1.15.1
-pkgrel=1
-pkgdesc="Multi-protocols (IRC/XMPP/Mattermost/Slack/Matrix/etc) bridge"
-arch=(x86_64)
-url="https://github.com/42wim/matterbridge";
-license=(Apache)
-depends=(glibc)
-makedepends=(go-pie git)
-backup=(etc/matterbridge.toml)
-source=(${pkgname}-${pkgver}.tar.gz::"${url}/archive/v${pkgver}.tar.gz"
-
${pkgname}-${pkgver}.tar.gz.asc::"${url}/releases/download/v${pkgver}/v${pkgver}.tar.gz.asc"
-matterbridge.service)
-sha256sums=('c3ff6e7bf29ddba2617d9558f41a8f9fe4b46e52a9273f206b98cbc6bf189c66'
-'SKIP'
-'89e52388054d3c83199ccbfe8f2dc02a6ae02ec1a2d024460b11464324a1fb9b')
-validpgpkeys=(CC7D978417C1AEA1E4CDD7240E41AB4BF4C610B4) # wim 
-
-build() {
-  cd ${pkgname}-${pkgver}
-  go build -v \
--gcflags "all=-trimpath=${PWD}" \
--asmflags "all=-trimpath=${PWD}" \
--ldflags "-extldflags ${LDFLAGS}" \
--o ${pkgname} .
-}
-
-package() {
-  cd ${pkgname}-${pkgver}
-  install -Dm755 ${pkgname} -t "${pkgdir}"/usr/bin/
-  install -Dm644 matterbridge.toml.sample "${pkgdir}"/etc/matterbridge.toml
-  install -Dm644 ../${pkgname}.service -t "${pkgdir}"/usr/lib/systemd/system/
-}

Copied: matterbridge/repos/community-x86_64/PKGBUILD (from rev 499609, 
matterbridge/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2019-08-15 18:29:53 UTC (rev 499610)
@@ -0,0 +1,35 @@
+# Maintainer: Bruno Pagani 
+
+pkgname=matterbridge
+pkgver=1.15.1
+pkgrel=2
+pkgdesc="Multi-protocols (IRC/XMPP/Mattermost/Slack/Matrix/etc) bridge"
+arch=(x86_64)
+url="https://github.com/42wim/matterbridge";
+license=(Apache)
+depends=(glibc)
+makedepends=(go-pie git)
+backup=(etc/matterbridge.toml)
+source=(${pkgname}-${pkgver}.tar.gz::"${url}/archive/v${pkgver}.tar.gz"
+
${pkgname}-${pkgver}.tar.gz.asc::"${url}/releases/download/v${pkgver}/v${pkgver}.tar.gz.asc"
+matterbridge.service)
+sha256sums=('c3ff6e7bf29ddba2617d9558f41a8f9fe4b46e52a9273f206b98cbc6bf189c66'
+'SKIP'
+'89e52388054d3c83199ccbfe8f2dc02a6ae02ec1a2d024460b11464324a1fb9b')
+validpgpkeys=(CC7D978417C1AEA1E4CDD7240E41AB4BF4C610B4) # wim 
+
+build() {
+  cd ${pkgname}-${pkgver}
+  go build -v \
+-gcflags "all=-trimpath=${PWD}" \
+-asmflags "all=-trimpath=${PWD}" \
+-ldflags "-extldflags ${LDFLAGS}" \
+-o ${pkgname} .
+}
+
+package() {
+  cd ${pkgname}-${pkgver}
+  install -Dm755 ${pkgname} -t "${pkgdir}"/usr/bin/
+  install -Dm644 matterbridge.toml.sample "${pkgdir}"/etc/matterbridge.toml
+  install -Dm644 ../${pkgname}.service -t "${pkgdir}"/usr/lib/systemd/system/
+}

Deleted: matterbridge.service
===
--- matterbridge.service2019-08-15 18:28:43 UTC (rev 499609)
+++ matterbridge.service2019-08-15 18:29:53 UTC (rev 499610)
@@ -1,27 +0,0 @@
-[Unit]
-Description=Multi-protocols bridge for online communications
-After=network.target
-
-[Service]
-User=matterbridge
-DynamicUser=yes
-ExecStart=/usr/bin/matterbridge -conf /etc/matterbridge.toml
-Type=simple
-CapabilityBoundingSet=
-NoNewPrivileges=True
-PrivateUsers=true
-PrivateDevices=true
-PrivateTmp=true
-ProtectHome=true
-ProtectSystem=strict
-ProtectControlGroups=yes
-ProtectKernelTunables=true
-ProtectKernelModules=yes
-LockPersonality=true
-MemoryDenyWriteExecute=true
-RestrictRealtime=true
-SystemCallArchitectures=native
-SystemCallFilter=@system-service
-
-[Install]
-WantedBy=multi-user.target

Copied: matterbridge/repos/community-x86_64/matterbridge.service (from rev 
499609, matterbridge/trunk/matterbridge.service)
===
--- matterbridge.service(rev 0)
+++ matterbridge.service2019-08-15 18:29:53 UTC (rev 499610)
@@ -0,0 +1,27 @@
+[Unit]
+Description=Multi-protocols bridge for online communications
+After=network.target
+
+[Service]
+User=matterbridge
+DynamicUser=yes
+ExecStart=/usr/bin/matt

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

2019-08-15 Thread Sergej Pupykin via arch-commits
Date: Thursday, August 15, 2019 @ 18:32:41
  Author: spupykin
Revision: 499611

upgpkg: nextcloud 16.0.4-1

Modified:
  nextcloud/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2019-08-15 18:29:53 UTC (rev 499610)
+++ PKGBUILD2019-08-15 18:32:41 UTC (rev 499611)
@@ -1,7 +1,7 @@
 # Maintainer: Sergej Pupykin 
 
 pkgname=nextcloud
-pkgver=16.0.3
+pkgver=16.0.4
 pkgrel=1
 pkgdesc="A cloud server to store your files centrally on a hardware controlled 
by you"
 arch=('any')
@@ -25,7 +25,7 @@
 
source=("https://download.nextcloud.com/server/releases/nextcloud-${pkgver}.tar.bz2"{,.asc}
 'apache.example.conf'
 'nextcloud.hook')
-sha256sums=('a13f68ce47a1362318629ba5b118a59fa98358bb18f4afc371ea15104f2881f3'
+sha256sums=('e06300251ec935a1bc98fa90a4a56bf4942b0e559d60a191b7e49d8ffd9fecd0'
 'SKIP'
 '30a8ad62b0dc9523ca7f0387b1f0483d196c1e011ec7e3a5b98e7d33c721d4bf'
 'd084cd6423c03f98087884b3c7b81f9510d1bea6c518860b64787a7f976cf0d3')


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

2019-08-15 Thread Sergej Pupykin via arch-commits
Date: Thursday, August 15, 2019 @ 18:32:54
  Author: spupykin
Revision: 499612

archrelease: copy trunk to community-any

Added:
  nextcloud/repos/community-any/PKGBUILD
(from rev 499611, nextcloud/trunk/PKGBUILD)
  nextcloud/repos/community-any/apache.example.conf
(from rev 499611, nextcloud/trunk/apache.example.conf)
  nextcloud/repos/community-any/nextcloud.hook
(from rev 499611, nextcloud/trunk/nextcloud.hook)
Deleted:
  nextcloud/repos/community-any/PKGBUILD
  nextcloud/repos/community-any/apache.example.conf
  nextcloud/repos/community-any/nextcloud.hook

-+
 PKGBUILD|  114 +-
 apache.example.conf |   34 +++---
 nextcloud.hook  |   26 +--
 3 files changed, 87 insertions(+), 87 deletions(-)

Deleted: PKGBUILD
===
--- PKGBUILD2019-08-15 18:32:41 UTC (rev 499611)
+++ PKGBUILD2019-08-15 18:32:54 UTC (rev 499612)
@@ -1,57 +0,0 @@
-# Maintainer: Sergej Pupykin 
-
-pkgname=nextcloud
-pkgver=16.0.3
-pkgrel=1
-pkgdesc="A cloud server to store your files centrally on a hardware controlled 
by you"
-arch=('any')
-url="https://nextcloud.com";
-license=('AGPL')
-depends=()
-optdepends=('php-apache: to use the Apache web server'
-'php-sqlite: to use the SQLite database backend'
-'php-pgsql: to use the PostgreSQL database backend'
-'php-ldap: LDAP authentication'
-'php-intl'
-'php-apcu'
-'mariadb: to use the MySQL database backend'
-'smbclient: to mount SAMBA shares'
-'php-mcrypt'
-'ffmpeg: file preview'
-'libreoffice: file preview')
-options=('!strip')
-backup=('etc/webapps/nextcloud/apache.example.conf')
-validpgpkeys=('28806A878AE423A28372792ED75899B9A724937A')
-source=("https://download.nextcloud.com/server/releases/nextcloud-${pkgver}.tar.bz2"{,.asc}
-'apache.example.conf'
-'nextcloud.hook')
-sha256sums=('a13f68ce47a1362318629ba5b118a59fa98358bb18f4afc371ea15104f2881f3'
-'SKIP'
-'30a8ad62b0dc9523ca7f0387b1f0483d196c1e011ec7e3a5b98e7d33c721d4bf'
-'d084cd6423c03f98087884b3c7b81f9510d1bea6c518860b64787a7f976cf0d3')
-
-package() {
-depends=('php' 'php-gd')
-
-# install project
-install -d "$pkgdir"/usr/share/webapps/
-cp -R "$srcdir"/${pkgname} "$pkgdir"/usr/share/webapps/.
-
-# install apache config file
-install -d  "$pkgdir"/etc/webapps/${pkgname}
-install -m 644 "$srcdir"/apache.example.conf  
"$pkgdir"/etc/webapps/${pkgname}
-
-# move config to /etc
-install -d  "$pkgdir"/etc/webapps/${pkgname}
-mv "$pkgdir"/usr/share/webapps/${pkgname}/config 
"$pkgdir"/etc/webapps/${pkgname}/config
-chown -R http:http "$pkgdir"/etc/webapps/${pkgname}
-ln -s /etc/webapps/${pkgname}/config 
"$pkgdir"/usr/share/webapps/${pkgname}/config
-chown -R root:http "$pkgdir"/usr/share/webapps/${pkgname}
-
-find "$pkgdir"/usr/share/webapps/${pkgname} -type f -exec chmod 0644 {} \;
-find "$pkgdir"/usr/share/webapps/${pkgname} -type d -exec chmod 0755 {} \;
-
-chmod a+x "$pkgdir"/usr/share/webapps/${pkgname}/occ
-
-#install -Dm0644 "$srcdir"/nextcloud.hook 
"$pkgdir"/usr/share/libalpm/hooks/nextcloud.hook
-}

Copied: nextcloud/repos/community-any/PKGBUILD (from rev 499611, 
nextcloud/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2019-08-15 18:32:54 UTC (rev 499612)
@@ -0,0 +1,57 @@
+# Maintainer: Sergej Pupykin 
+
+pkgname=nextcloud
+pkgver=16.0.4
+pkgrel=1
+pkgdesc="A cloud server to store your files centrally on a hardware controlled 
by you"
+arch=('any')
+url="https://nextcloud.com";
+license=('AGPL')
+depends=()
+optdepends=('php-apache: to use the Apache web server'
+'php-sqlite: to use the SQLite database backend'
+'php-pgsql: to use the PostgreSQL database backend'
+'php-ldap: LDAP authentication'
+'php-intl'
+'php-apcu'
+'mariadb: to use the MySQL database backend'
+'smbclient: to mount SAMBA shares'
+'php-mcrypt'
+'ffmpeg: file preview'
+'libreoffice: file preview')
+options=('!strip')
+backup=('etc/webapps/nextcloud/apache.example.conf')
+validpgpkeys=('28806A878AE423A28372792ED75899B9A724937A')
+source=("https://download.nextcloud.com/server/releases/nextcloud-${pkgver}.tar.bz2"{,.asc}
+'apache.example.conf'
+'nextcloud.hook')
+sha256sums=('e06300251ec935a1bc98fa90a4a56bf4942b0e559d60a191b7e49d8ffd9fecd0'
+'SKIP'
+'30a8ad62b0dc9523ca7f0387b1f0483d196c1e011ec7e3a5b98e7d33c721d4bf'
+'d084cd6423c03f98087884b3c7b81f9510d1bea6c518860b64787a7f976cf0d3')
+
+package() {
+depends=('php' 'php-gd')
+
+# install project
+install -d "$pkgd

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

2019-08-15 Thread Felix Yan via arch-commits
Date: Thursday, August 15, 2019 @ 18:45:49
  Author: felixonmars
Revision: 499613

upgpkg: v2ray 4.20.0-2

golang 1.12.8 security rebuild

Modified:
  v2ray/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2019-08-15 18:32:54 UTC (rev 499612)
+++ PKGBUILD2019-08-15 18:45:49 UTC (rev 499613)
@@ -3,7 +3,7 @@
 
 pkgname=v2ray
 pkgver=4.20.0
-pkgrel=1
+pkgrel=2
 pkgdesc="A platform for building proxies to bypass network restrictions"
 arch=('x86_64')
 url="https://github.com/v2ray/v2ray-core";


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

2019-08-15 Thread Felix Yan via arch-commits
Date: Thursday, August 15, 2019 @ 18:46:01
  Author: felixonmars
Revision: 499614

archrelease: copy trunk to community-x86_64

Added:
  v2ray/repos/community-x86_64/PKGBUILD
(from rev 499613, v2ray/trunk/PKGBUILD)
  v2ray/repos/community-x86_64/v2ray.service
(from rev 499613, v2ray/trunk/v2ray.service)
Deleted:
  v2ray/repos/community-x86_64/PKGBUILD
  v2ray/repos/community-x86_64/v2ray.service

---+
 PKGBUILD  |  114 
 v2ray.service |   28 ++---
 2 files changed, 71 insertions(+), 71 deletions(-)

Deleted: PKGBUILD
===
--- PKGBUILD2019-08-15 18:45:49 UTC (rev 499613)
+++ PKGBUILD2019-08-15 18:46:01 UTC (rev 499614)
@@ -1,57 +0,0 @@
-# Maintainer: Felix Yan 
-# Contributor: pandada8 
-
-pkgname=v2ray
-pkgver=4.20.0
-pkgrel=1
-pkgdesc="A platform for building proxies to bypass network restrictions"
-arch=('x86_64')
-url="https://github.com/v2ray/v2ray-core";
-license=('MIT')
-depends=('glibc' 'v2ray-domain-list-community' 'v2ray-geoip')
-makedepends=('go-pie' 'golang-golang-x-crypto' 'golang-golang-x-net' 'git')
-backup=(etc/v2ray/config.json)
-source=("$pkgname-$pkgver.tar.gz::https://github.com/v2ray/v2ray-core/archive/v$pkgver.tar.gz";
-'v2ray.service')
-sha512sums=('b0a202c06374d34f03284d8a611e993e0be75f1aae2a4724beb134d6974e7e958989cfa238ef7d3ce55d3edf58598962b72b0cf470a8b2c05be7217846e5e460'
-
'37efc20ef71147f4400eba2bf57766462b5803b5952768bd32d5224f35e37c9c5639aaa19e0f3b63b52063dafd0381f40e2bfbb60dace08b055f0b3245cfa2b7')
-
-prepare() {
-  export GOPATH="$srcdir/build:/usr/share/gocode"
-  mkdir -p "$srcdir"/build/src/v2ray.com
-
-  # mv *.com *.io *.org *.net "$srcdir"/build/src/
-  mv v2ray-core-$pkgver "$srcdir"/build/src/v2ray.com/core
-
-  # Future makedepends
-  go get github.com/golang/protobuf/proto go.starlark.net/starlark 
go.starlark.net/syntax \
- google.golang.org/grpc
-
-  # Future checkdepends
-  go get github.com/golang/mock/gomock github.com/google/go-cmp/cmp \
- golang.org/x/sync/errgroup github.com/miekg/dns h12.io/socks
-}
-
-build() {
-  go build -o v2ray v2ray.com/core/main
-  go build -o v2ctl v2ray.com/core/infra/control/main
-}
-
-check() {
-  cd "$srcdir"/build/src/v2ray.com/core
-  go test -p 1 -tags json -v -timeout 30m v2ray.com/core/...
-}
-
-package() {
-  cd "$srcdir"/build/src/v2ray.com/core
-  install -Dm644 LICENSE "$pkgdir"/usr/share/licenses/v2ray/LICENSE
-  install -Dm644 release/config/systemd/v2ray.service 
"$pkgdir"/usr/lib/systemd/system/v2ray.service
-  sed -i -e '/ExecStart/i Environment=V2RAY_LOCATION_ASSET=/etc/v2ray' \
- -e 's|/usr/bin/v2ray/v2ray|/usr/bin/v2ray|' \
- "$pkgdir"/usr/lib/systemd/system/v2ray.service
-  install -Dm644 release/config/*.json -t "$pkgdir"/etc/v2ray/
-  install -Dm755 "$srcdir"/v2ray -t "$pkgdir"/usr/bin/
-  install -Dm755 "$srcdir"/v2ctl -t "$pkgdir"/usr/bin/
-
-  install -Dm644 "$srcdir"/v2ray.service 
"$pkgdir"/usr/lib/systemd/system/v2ray@.service
-}

Copied: v2ray/repos/community-x86_64/PKGBUILD (from rev 499613, 
v2ray/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2019-08-15 18:46:01 UTC (rev 499614)
@@ -0,0 +1,57 @@
+# Maintainer: Felix Yan 
+# Contributor: pandada8 
+
+pkgname=v2ray
+pkgver=4.20.0
+pkgrel=2
+pkgdesc="A platform for building proxies to bypass network restrictions"
+arch=('x86_64')
+url="https://github.com/v2ray/v2ray-core";
+license=('MIT')
+depends=('glibc' 'v2ray-domain-list-community' 'v2ray-geoip')
+makedepends=('go-pie' 'golang-golang-x-crypto' 'golang-golang-x-net' 'git')
+backup=(etc/v2ray/config.json)
+source=("$pkgname-$pkgver.tar.gz::https://github.com/v2ray/v2ray-core/archive/v$pkgver.tar.gz";
+'v2ray.service')
+sha512sums=('b0a202c06374d34f03284d8a611e993e0be75f1aae2a4724beb134d6974e7e958989cfa238ef7d3ce55d3edf58598962b72b0cf470a8b2c05be7217846e5e460'
+
'37efc20ef71147f4400eba2bf57766462b5803b5952768bd32d5224f35e37c9c5639aaa19e0f3b63b52063dafd0381f40e2bfbb60dace08b055f0b3245cfa2b7')
+
+prepare() {
+  export GOPATH="$srcdir/build:/usr/share/gocode"
+  mkdir -p "$srcdir"/build/src/v2ray.com
+
+  # mv *.com *.io *.org *.net "$srcdir"/build/src/
+  mv v2ray-core-$pkgver "$srcdir"/build/src/v2ray.com/core
+
+  # Future makedepends
+  go get github.com/golang/protobuf/proto go.starlark.net/starlark 
go.starlark.net/syntax \
+ google.golang.org/grpc
+
+  # Future checkdepends
+  go get github.com/golang/mock/gomock github.com/google/go-cmp/cmp \
+ golang.org/x/sync/errgroup github.com/miekg/dns h12.io/socks
+}
+
+build() {
+  go build -o v2ray v2ray.com/core/main
+  go build -o v2ctl v2ray.com/core/infra/control/main
+}
+
+check() {
+  cd "$srcdir"/build/src/v2ray.com/core
+  go test -p 1 -tags json -v -timeout 30m v2ray.com/core/...
+}
+
+package() {

[arch-commits] Commit in dns-over-https/repos/community-x86_64 (PKGBUILD PKGBUILD)

2019-08-15 Thread Felix Yan via arch-commits
Date: Thursday, August 15, 2019 @ 18:47:28
  Author: felixonmars
Revision: 499616

archrelease: copy trunk to community-x86_64

Added:
  dns-over-https/repos/community-x86_64/PKGBUILD
(from rev 499615, dns-over-https/trunk/PKGBUILD)
Deleted:
  dns-over-https/repos/community-x86_64/PKGBUILD

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

Deleted: PKGBUILD
===
--- PKGBUILD2019-08-15 18:47:17 UTC (rev 499615)
+++ PKGBUILD2019-08-15 18:47:28 UTC (rev 499616)
@@ -1,45 +0,0 @@
-# Maintainer: Felix Yan 
-# Contributor: Sherlock Holo 
-# Contributor: Ariel AxionL 
-
-pkgname=dns-over-https
-pkgver=2.1.1
-pkgrel=1
-pkgdesc="Client and server software to query DNS over HTTPS, using Google 
DNS-over-HTTPS protocol"
-url="https://github.com/m13253/dns-over-https";
-arch=('x86_64')
-license=('MIT')
-backup=('etc/dns-over-https/doh-client.conf'
-'etc/dns-over-https/doh-server.conf')
-provides=('dns-over-https-client' 'dns-over-https-server')
-makedepends=('go-pie' 'golang-golang-x-crypto' 'golang-golang-x-net' 
'golang-golang-x-sys' 'git')
-source=("$pkgname-$pkgver.tar.gz::https://github.com/m13253/dns-over-https/archive/v$pkgver.tar.gz";)
-sha256sums=('5ee6ec8771124358da36e004b56a8558bb6db245fa51c07fcf8548977624ac27')
-
-build() {
-  mkdir -p $srcdir/go/src
-  export GOPATH="$srcdir/go:/usr/share/gocode"
-
-  cd $srcdir/$pkgname-$pkgver
-  sed -i 's/\/local//g' systemd/doh-{client,server}.service
-
-  go get github.com/BurntSushi/toml github.com/gorilla/handlers 
github.com/miekg/dns
-  
-  go build -gcflags "all=-trimpath=$PWD" -asmflags "all=-trimpath=$PWD" 
-ldflags "-w -s -extldflags $LDFLAGS" -v -o client ./doh-client
-  go build -gcflags "all=-trimpath=$PWD" -asmflags "all=-trimpath=$PWD" 
-ldflags "-w -s -extldflags $LDFLAGS" -v -o server ./doh-server
-}
-
-package() {
-  cd $pkgname-$pkgver
-  install -Dm755 client "$pkgdir"/usr/bin/doh-client
-  install -Dm644 doh-client/doh-client.conf 
"$pkgdir"/etc/dns-over-https/doh-client.conf
-  install -Dm644 systemd/doh-client.service 
"$pkgdir"/usr/lib/systemd/system/doh-client.service
-  install -Dm755 NetworkManager/dispatcher.d/doh-client 
"$pkgdir"/etc/NetworkManager/dispatcher.d/doh-client
-
-  install -Dm755 server "$pkgdir"/usr/bin/doh-server
-  install -Dm644 doh-server/doh-server.conf 
"$pkgdir"/etc/dns-over-https/doh-server.conf
-  install -Dm644 systemd/doh-server.service 
"$pkgdir"/usr/lib/systemd/system/doh-server.service
-  install -Dm755 NetworkManager/dispatcher.d/doh-server 
"$pkgdir"/etc/NetworkManager/dispatcher.d/doh-server
-
-  install -Dm644 LICENSE "$pkgdir"/usr/share/licenses/$pkgname/LICENSE
-}

Copied: dns-over-https/repos/community-x86_64/PKGBUILD (from rev 499615, 
dns-over-https/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2019-08-15 18:47:28 UTC (rev 499616)
@@ -0,0 +1,45 @@
+# Maintainer: Felix Yan 
+# Contributor: Sherlock Holo 
+# Contributor: Ariel AxionL 
+
+pkgname=dns-over-https
+pkgver=2.1.1
+pkgrel=2
+pkgdesc="Client and server software to query DNS over HTTPS, using Google 
DNS-over-HTTPS protocol"
+url="https://github.com/m13253/dns-over-https";
+arch=('x86_64')
+license=('MIT')
+backup=('etc/dns-over-https/doh-client.conf'
+'etc/dns-over-https/doh-server.conf')
+provides=('dns-over-https-client' 'dns-over-https-server')
+makedepends=('go-pie' 'golang-golang-x-crypto' 'golang-golang-x-net' 
'golang-golang-x-sys' 'git')
+source=("$pkgname-$pkgver.tar.gz::https://github.com/m13253/dns-over-https/archive/v$pkgver.tar.gz";)
+sha256sums=('5ee6ec8771124358da36e004b56a8558bb6db245fa51c07fcf8548977624ac27')
+
+build() {
+  mkdir -p $srcdir/go/src
+  export GOPATH="$srcdir/go:/usr/share/gocode"
+
+  cd $srcdir/$pkgname-$pkgver
+  sed -i 's/\/local//g' systemd/doh-{client,server}.service
+
+  go get github.com/BurntSushi/toml github.com/gorilla/handlers 
github.com/miekg/dns
+  
+  go build -gcflags "all=-trimpath=$PWD" -asmflags "all=-trimpath=$PWD" 
-ldflags "-w -s -extldflags $LDFLAGS" -v -o client ./doh-client
+  go build -gcflags "all=-trimpath=$PWD" -asmflags "all=-trimpath=$PWD" 
-ldflags "-w -s -extldflags $LDFLAGS" -v -o server ./doh-server
+}
+
+package() {
+  cd $pkgname-$pkgver
+  install -Dm755 client "$pkgdir"/usr/bin/doh-client
+  install -Dm644 doh-client/doh-client.conf 
"$pkgdir"/etc/dns-over-https/doh-client.conf
+  install -Dm644 systemd/doh-client.service 
"$pkgdir"/usr/lib/systemd/system/doh-client.service
+  install -Dm755 NetworkManager/dispatcher.d/doh-client 
"$pkgdir"/etc/NetworkManager/dispatcher.d/doh-client
+
+  install -Dm755 server "$pkgdir"/usr/bin/doh-server
+  install -Dm644 doh-server/doh-server.conf 
"$pkgdir"/etc/dns-over-https/doh-server.conf
+  install -Dm644 systemd/doh-server.service 
"$pkgdir"/usr/lib/sys

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

2019-08-15 Thread Felix Yan via arch-commits
Date: Thursday, August 15, 2019 @ 18:47:17
  Author: felixonmars
Revision: 499615

upgpkg: dns-over-https 2.1.1-2

golang 1.12.8 security rebuild

Modified:
  dns-over-https/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2019-08-15 18:46:01 UTC (rev 499614)
+++ PKGBUILD2019-08-15 18:47:17 UTC (rev 499615)
@@ -4,7 +4,7 @@
 
 pkgname=dns-over-https
 pkgver=2.1.1
-pkgrel=1
+pkgrel=2
 pkgdesc="Client and server software to query DNS over HTTPS, using Google 
DNS-over-HTTPS protocol"
 url="https://github.com/m13253/dns-over-https";
 arch=('x86_64')


  1   2   3   4   >