[arch-commits] Commit in lychee-link-checker/repos/community-x86_64 (2 files)

2021-04-17 Thread Orhun Parmaksiz via arch-commits
Date: Saturday, April 17, 2021 @ 23:50:31
  Author: orhun
Revision: 919888

archrelease: copy trunk to community-x86_64

Added:
  lychee-link-checker/repos/community-x86_64/PKGBUILD
(from rev 919887, lychee-link-checker/trunk/PKGBUILD)
Deleted:
  lychee-link-checker/repos/community-x86_64/PKGBUILD

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

Deleted: PKGBUILD
===
--- PKGBUILD2021-04-17 23:50:15 UTC (rev 919887)
+++ PKGBUILD2021-04-17 23:50:31 UTC (rev 919888)
@@ -1,35 +0,0 @@
-# Maintainer: Orhun Parmaksız 
-# Maintainer: Daniel M. Capella 
-
-_name=lychee
-pkgname=lychee-link-checker
-pkgver=0.6.0
-pkgrel=2
-pkgdesc='Fast, async, resource-friendly link checker written in Rust'
-arch=('x86_64')
-url=https://github.com/lycheeverse/lychee
-license=('Apache' 'MIT')
-replaces=('lychee-rs')
-depends=('gcc-libs' 'openssl')
-makedepends=('rust')
-source=("$url/archive/v$pkgver/$_name-$pkgver.tar.gz")
-b2sums=('41b7e1b7c0dccae2144b3ac7f57c2ac3eda00f93d063ae6fef48a12893d5d7df342b5b1ecee4ddd62e2f393efdee6aceac7de7e4af363ac2eaf49e718d8e3701')
-
-build() {
-  cd $_name-$pkgver
-  cargo build --release --locked
-}
-
-check() {
-  cd $_name-$pkgver
-  cargo test --release --locked
-}
-
-package() {
-  cd $_name-$pkgver
-  install -Dt "$pkgdir"/usr/bin target/release/$_name
-  install -Dm644 -t "$pkgdir"/usr/share/doc/$pkgname README.md
-  install -Dm644 -t "$pkgdir"/usr/share/licenses/$pkgname LICENSE-MIT
-}
-
-# vim:set ts=2 sw=2 et:

Copied: lychee-link-checker/repos/community-x86_64/PKGBUILD (from rev 919887, 
lychee-link-checker/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2021-04-17 23:50:31 UTC (rev 919888)
@@ -0,0 +1,35 @@
+# Maintainer: Orhun Parmaksız 
+# Maintainer: Daniel M. Capella 
+
+_name=lychee
+pkgname=lychee-link-checker
+pkgver=0.7.0
+pkgrel=1
+pkgdesc='Fast, async, resource-friendly link checker written in Rust'
+arch=('x86_64')
+url=https://github.com/lycheeverse/lychee
+license=('Apache' 'MIT')
+replaces=('lychee-rs')
+depends=('gcc-libs' 'openssl')
+makedepends=('rust')
+source=("$url/archive/$pkgver/$_name-$pkgver.tar.gz")
+b2sums=('cdc8396cab5373a81f6d9be0f53edd0a5cb3a29ae33c2e35552ef9711dcfff6c0b15b9fbee16efd4984a331a96b368ffc5037c75b4f360411b890a46e40a47cd')
+
+build() {
+  cd $_name-$pkgver
+  cargo build --release --locked
+}
+
+check() {
+  cd $_name-$pkgver
+  cargo test --release --locked
+}
+
+package() {
+  cd $_name-$pkgver
+  install -Dt "$pkgdir"/usr/bin target/release/$_name
+  install -Dm644 -t "$pkgdir"/usr/share/doc/$pkgname README.md
+  install -Dm644 -t "$pkgdir"/usr/share/licenses/$pkgname LICENSE-MIT
+}
+
+# vim:set ts=2 sw=2 et:


[arch-commits] Commit in lychee-link-checker/trunk (PKGBUILD)

2021-04-17 Thread Orhun Parmaksiz via arch-commits
Date: Saturday, April 17, 2021 @ 23:50:15
  Author: orhun
Revision: 919887

upgpkg: lychee-link-checker 0.7.0-1: upstream release

Modified:
  lychee-link-checker/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2021-04-17 22:59:23 UTC (rev 919886)
+++ PKGBUILD2021-04-17 23:50:15 UTC (rev 919887)
@@ -3,8 +3,8 @@
 
 _name=lychee
 pkgname=lychee-link-checker
-pkgver=0.6.0
-pkgrel=2
+pkgver=0.7.0
+pkgrel=1
 pkgdesc='Fast, async, resource-friendly link checker written in Rust'
 arch=('x86_64')
 url=https://github.com/lycheeverse/lychee
@@ -12,8 +12,8 @@
 replaces=('lychee-rs')
 depends=('gcc-libs' 'openssl')
 makedepends=('rust')
-source=("$url/archive/v$pkgver/$_name-$pkgver.tar.gz")
-b2sums=('41b7e1b7c0dccae2144b3ac7f57c2ac3eda00f93d063ae6fef48a12893d5d7df342b5b1ecee4ddd62e2f393efdee6aceac7de7e4af363ac2eaf49e718d8e3701')
+source=("$url/archive/$pkgver/$_name-$pkgver.tar.gz")
+b2sums=('cdc8396cab5373a81f6d9be0f53edd0a5cb3a29ae33c2e35552ef9711dcfff6c0b15b9fbee16efd4984a331a96b368ffc5037c75b4f360411b890a46e40a47cd')
 
 build() {
   cd $_name-$pkgver


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

2021-04-17 Thread Morten Linderud via arch-commits
Date: Saturday, April 17, 2021 @ 22:59:23
  Author: foxboron
Revision: 919886

archrelease: copy trunk to community-any

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

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

Deleted: PKGBUILD
===
--- PKGBUILD2021-04-17 22:59:15 UTC (rev 919885)
+++ PKGBUILD2021-04-17 22:59:23 UTC (rev 919886)
@@ -1,22 +0,0 @@
-# Maintainer: Morten Linderud 
-
-pkgname=archlinux-contrib
-pkgver=20210221
-pkgrel=1
-pkgdesc='Collection of contrib scripts used in Arch Linux'
-arch=('any')
-license=('GPL')
-url='https://github.com/archlinux/contrib'
-depends=('python')
-optdepends=('python-requests: for security tracker')
-source=("https://github.com/archlinux/contrib/releases/download/${pkgver}/contrib-${pkgver}.tar.gz"{,.sig})
-validpgpkeys=('C100346676634E80C940FB9E9C02FF419FECBE16')
-sha256sums=('d5f3fdfcb6c78127dfb51699f09bbf06ce1ac38ab48aa3645b37c105a1944011'
-'SKIP')
-
-package() {
-  cd contrib-${pkgver}
-  make PREFIX=/usr DESTDIR="${pkgdir}" install
-}
-
-# vim: ts=2 sw=2 et:

Copied: archlinux-contrib/repos/community-any/PKGBUILD (from rev 919885, 
archlinux-contrib/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2021-04-17 22:59:23 UTC (rev 919886)
@@ -0,0 +1,22 @@
+# Maintainer: Morten Linderud 
+
+pkgname=archlinux-contrib
+pkgver=20210418
+pkgrel=1
+pkgdesc='Collection of contrib scripts used in Arch Linux'
+arch=('any')
+license=('GPL')
+url='https://github.com/archlinux/contrib'
+depends=('python')
+optdepends=('python-requests: for security tracker')
+source=("https://github.com/archlinux/contrib/releases/download/${pkgver}/contrib-${pkgver}.tar.gz"{,.sig})
+validpgpkeys=('C100346676634E80C940FB9E9C02FF419FECBE16')
+sha256sums=('7295b1cef51d23a037928611fac834610824ba9a691ae3748fd800738c2860ee'
+'SKIP')
+
+package() {
+  cd contrib-${pkgver}
+  make PREFIX=/usr DESTDIR="${pkgdir}" install
+}
+
+# vim: ts=2 sw=2 et:


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

2021-04-17 Thread Morten Linderud via arch-commits
Date: Saturday, April 17, 2021 @ 22:59:15
  Author: foxboron
Revision: 919885

upgpkg: archlinux-contrib 20210418-1

Modified:
  archlinux-contrib/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2021-04-17 22:31:26 UTC (rev 919884)
+++ PKGBUILD2021-04-17 22:59:15 UTC (rev 919885)
@@ -1,7 +1,7 @@
 # Maintainer: Morten Linderud 
 
 pkgname=archlinux-contrib
-pkgver=20210221
+pkgver=20210418
 pkgrel=1
 pkgdesc='Collection of contrib scripts used in Arch Linux'
 arch=('any')
@@ -11,7 +11,7 @@
 optdepends=('python-requests: for security tracker')
 
source=("https://github.com/archlinux/contrib/releases/download/${pkgver}/contrib-${pkgver}.tar.gz"{,.sig})
 validpgpkeys=('C100346676634E80C940FB9E9C02FF419FECBE16')
-sha256sums=('d5f3fdfcb6c78127dfb51699f09bbf06ce1ac38ab48aa3645b37c105a1944011'
+sha256sums=('7295b1cef51d23a037928611fac834610824ba9a691ae3748fd800738c2860ee'
 'SKIP')
 
 package() {


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

2021-04-17 Thread Morten Linderud via arch-commits
Date: Saturday, April 17, 2021 @ 22:31:26
  Author: foxboron
Revision: 919884

upgpkg: deepin-api 5.3.2-2: Go 1.16 rebuild

Modified:
  deepin-api/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2021-04-17 22:27:43 UTC (rev 919883)
+++ PKGBUILD2021-04-17 22:31:26 UTC (rev 919884)
@@ -4,7 +4,7 @@
 
 pkgname=deepin-api
 pkgver=5.3.2
-pkgrel=1
+pkgrel=2
 pkgdesc='Golang bindings for dde-daemon'
 arch=('x86_64')
 url="https://github.com/linuxdeepin/dde-api;


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

2021-04-17 Thread Morten Linderud via arch-commits
Date: Saturday, April 17, 2021 @ 22:27:43
  Author: foxboron
Revision: 919883

archrelease: copy trunk to community-x86_64

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

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

Deleted: PKGBUILD
===
--- PKGBUILD2021-04-17 22:27:34 UTC (rev 919882)
+++ PKGBUILD2021-04-17 22:27:43 UTC (rev 919883)
@@ -1,49 +0,0 @@
-# Maintainer: Felix Yan 
-
-pkgname=webhook
-pkgver=2.8.0
-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' 'git')
-source=("$pkgname-$pkgver.tar.gz::https://github.com/adnanh/webhook/archive/$pkgver.tar.gz;
-webhook.service)
-sha512sums=('98a9e941687c1e679abd5cbd314dad28cb42383e483202698d386d9123d63a3f8f40bb97f3da2c644dfc3f79a8e7d7a6d28b5069c39c9ca114e7e101424481ca'
-
'2f8c46354777050a07001156e3e94821fce43a491712e88b8930a5081060506b0b8de8d05c9ac057aa2891ff73ef855772373299006edbc62b1734af529a2014')
-
-prepare() {
-  cd webhook-$pkgver
-
-  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() {
-  export CGO_CPPFLAGS="${CPPFLAGS}"
-  export CGO_CFLAGS="${CFLAGS}"
-  export CGO_CXXFLAGS="${CXXFLAGS}"
-  export CGO_LDFLAGS="${LDFLAGS}"
-  export GOFLAGS="-buildmode=pie -trimpath -mod=readonly -modcacherw"
-
-  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 919882, 
webhook/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2021-04-17 22:27:43 UTC (rev 919883)
@@ -0,0 +1,49 @@
+# Maintainer: Felix Yan 
+
+pkgname=webhook
+pkgver=2.8.0
+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' 'git')
+source=("$pkgname-$pkgver.tar.gz::https://github.com/adnanh/webhook/archive/$pkgver.tar.gz;
+webhook.service)
+sha512sums=('98a9e941687c1e679abd5cbd314dad28cb42383e483202698d386d9123d63a3f8f40bb97f3da2c644dfc3f79a8e7d7a6d28b5069c39c9ca114e7e101424481ca'
+
'2f8c46354777050a07001156e3e94821fce43a491712e88b8930a5081060506b0b8de8d05c9ac057aa2891ff73ef855772373299006edbc62b1734af529a2014')
+
+prepare() {
+  cd webhook-$pkgver
+
+  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() {
+  export CGO_CPPFLAGS="${CPPFLAGS}"
+  export CGO_CFLAGS="${CFLAGS}"
+  export CGO_CXXFLAGS="${CXXFLAGS}"
+  export CGO_LDFLAGS="${LDFLAGS}"
+  export GOFLAGS="-buildmode=pie -trimpath -mod=readonly -modcacherw"
+
+  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 2021-04-17 22:27:34 UTC (rev 919882)
+++ webhook.service 2021-04-17 22:27:43 UTC (rev 919883)
@@ -1,12 +0,0 @@
-[Unit]
-Description=Webhook Service
-After=network.target
-Wants=network.target
-
-[Service]
-Type=exec
-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 919882, 
webhook/trunk/webhook.service)
===
--- 

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

2021-04-17 Thread Morten Linderud via arch-commits
Date: Saturday, April 17, 2021 @ 22:27:34
  Author: foxboron
Revision: 919882

upgpkg: webhook 2.8.0-2: Go 1.16 rebuild

Modified:
  webhook/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2021-04-17 22:26:57 UTC (rev 919881)
+++ PKGBUILD2021-04-17 22:27:34 UTC (rev 919882)
@@ -2,7 +2,7 @@
 
 pkgname=webhook
 pkgver=2.8.0
-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 vegeta/repos/community-x86_64 (PKGBUILD PKGBUILD)

2021-04-17 Thread Morten Linderud via arch-commits
Date: Saturday, April 17, 2021 @ 22:26:57
  Author: foxboron
Revision: 919881

archrelease: copy trunk to community-x86_64

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

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

Deleted: PKGBUILD
===
--- PKGBUILD2021-04-17 22:26:49 UTC (rev 919880)
+++ PKGBUILD2021-04-17 22:26:57 UTC (rev 919881)
@@ -1,29 +0,0 @@
-# Maintainer: Anatol Pomozov
-
-pkgname=vegeta
-pkgver=12.8.4
-pkgrel=1
-pkgdesc="HTTP load testing tool"
-arch=(x86_64)
-url="https://github.com/tsenart/vegeta;
-license=(MIT)
-depends=(glibc)
-makedepends=(go)
-source=(vegeta-$pkgver.zip::https://github.com/tsenart/vegeta/archive/v$pkgver.zip)
-sha512sums=('1afd8238779599be191a532256a08c41cd944b20b8962fc507a58d6161b0d44e10a1a9bc0cbe10d69d63fd6bee72878f389fb5052713592aa12a3943e43b2b0d')
-
-build() {
-  cd vegeta-$pkgver
-  BUILDDATE=`date --utc --date="@${SOURCE_DATE_EPOCH:-$(date +%s)}" 
+'%FT%TZ%z'`
-  go build -ldflags "-X main.Version=$pkgver -X main.Date='$BUILDDATE'"
-}
-
-check() {
-  cd vegeta-$pkgver
-  go test ./... || true # 12.8.4 tests fail 
https://github.com/tsenart/vegeta/issues/545
-}
-
-package() {
-  cd vegeta-$pkgver
-  install -Dm755 vegeta "$pkgdir/usr/bin/vegeta"
-}

Copied: vegeta/repos/community-x86_64/PKGBUILD (from rev 919880, 
vegeta/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2021-04-17 22:26:57 UTC (rev 919881)
@@ -0,0 +1,29 @@
+# Maintainer: Anatol Pomozov
+
+pkgname=vegeta
+pkgver=12.8.4
+pkgrel=2
+pkgdesc="HTTP load testing tool"
+arch=(x86_64)
+url="https://github.com/tsenart/vegeta;
+license=(MIT)
+depends=(glibc)
+makedepends=(go)
+source=(vegeta-$pkgver.zip::https://github.com/tsenart/vegeta/archive/v$pkgver.zip)
+sha512sums=('1afd8238779599be191a532256a08c41cd944b20b8962fc507a58d6161b0d44e10a1a9bc0cbe10d69d63fd6bee72878f389fb5052713592aa12a3943e43b2b0d')
+
+build() {
+  cd vegeta-$pkgver
+  BUILDDATE=`date --utc --date="@${SOURCE_DATE_EPOCH:-$(date +%s)}" 
+'%FT%TZ%z'`
+  go build -ldflags "-X main.Version=$pkgver -X main.Date='$BUILDDATE'"
+}
+
+check() {
+  cd vegeta-$pkgver
+  go test ./... || true # 12.8.4 tests fail 
https://github.com/tsenart/vegeta/issues/545
+}
+
+package() {
+  cd vegeta-$pkgver
+  install -Dm755 vegeta "$pkgdir/usr/bin/vegeta"
+}


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

2021-04-17 Thread Morten Linderud via arch-commits
Date: Saturday, April 17, 2021 @ 22:26:49
  Author: foxboron
Revision: 919880

upgpkg: vegeta 12.8.4-2: Go 1.16 rebuild

Modified:
  vegeta/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2021-04-17 22:26:14 UTC (rev 919879)
+++ PKGBUILD2021-04-17 22:26:49 UTC (rev 919880)
@@ -2,7 +2,7 @@
 
 pkgname=vegeta
 pkgver=12.8.4
-pkgrel=1
+pkgrel=2
 pkgdesc="HTTP load testing tool"
 arch=(x86_64)
 url="https://github.com/tsenart/vegeta;


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

2021-04-17 Thread Morten Linderud via arch-commits
Date: Saturday, April 17, 2021 @ 22:26:14
  Author: foxboron
Revision: 919879

archrelease: copy trunk to community-x86_64

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

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

Deleted: PKGBUILD
===
--- PKGBUILD2021-04-17 22:26:06 UTC (rev 919878)
+++ PKGBUILD2021-04-17 22:26:14 UTC (rev 919879)
@@ -1,39 +0,0 @@
-# Maintainer: Christian Rebischke 
-
-pkgname=tekton-cli
-pkgver=0.15.0
-pkgrel=2
-pkgdesc="CLI for interacting with the Tekton CI/CD pipeline"
-arch=('x86_64')
-url="https://github.com/tektoncd/cli;
-license=('Apache')
-makedepends=('go' 'git')
-depends=('glibc')
-source=("${pkgname}::git+https://github.com/tektoncd/cli#tag=v${pkgver}?signed;)
-sha512sums=('SKIP')
-validpgpkeys=('2B68199819C7A977A9C7F5928E00E7B02807E02D')
-
-build() {
-  cd "${pkgname}/cmd/tkn"
-  export CGO_CPPFLAGS="${CPPFLAGS}"
-  export CGO_CFLAGS="${CFLAGS}"
-  export CGO_CXXFLAGS="${CXXFLAGS}"
-  export CGO_LDFLAGS="${LDFLAGS}"
-  export GOFLAGS="-buildmode=pie -trimpath -mod=readonly -modcacherw"
-  go build -ldflags="-linkmode=external" .
-  chmod +x ./tkn
-  ./tkn completion bash > "${pkgname}-completion.bash"
-  ./tkn completion zsh > "${pkgname}-completion.zsh"
-}
-
-check() {
-  cd "${pkgname}/cmd/tkn"
-  go test ./...
-}
-
-package() {
-  cd "${pkgname}/cmd/tkn"
-  install -Dsm755 ./tkn "${pkgdir}/usr/bin/tkn"
-  install -Dm644 "${pkgname}-completion.bash" 
"${pkgdir}/usr/share/bash-completion/completions/${pkgname}"
-  install -Dm644 "${pkgname}-completion.zsh" 
"${pkgdir}/usr/share/zsh/site-functions/_tkn"
-}

Copied: tekton-cli/repos/community-x86_64/PKGBUILD (from rev 919878, 
tekton-cli/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2021-04-17 22:26:14 UTC (rev 919879)
@@ -0,0 +1,39 @@
+# Maintainer: Christian Rebischke 
+
+pkgname=tekton-cli
+pkgver=0.15.0
+pkgrel=3
+pkgdesc="CLI for interacting with the Tekton CI/CD pipeline"
+arch=('x86_64')
+url="https://github.com/tektoncd/cli;
+license=('Apache')
+makedepends=('go' 'git')
+depends=('glibc')
+source=("${pkgname}::git+https://github.com/tektoncd/cli#tag=v${pkgver}?signed;)
+sha512sums=('SKIP')
+validpgpkeys=('2B68199819C7A977A9C7F5928E00E7B02807E02D')
+
+build() {
+  cd "${pkgname}/cmd/tkn"
+  export CGO_CPPFLAGS="${CPPFLAGS}"
+  export CGO_CFLAGS="${CFLAGS}"
+  export CGO_CXXFLAGS="${CXXFLAGS}"
+  export CGO_LDFLAGS="${LDFLAGS}"
+  export GOFLAGS="-buildmode=pie -trimpath -mod=readonly -modcacherw"
+  go build -ldflags="-linkmode=external" .
+  chmod +x ./tkn
+  ./tkn completion bash > "${pkgname}-completion.bash"
+  ./tkn completion zsh > "${pkgname}-completion.zsh"
+}
+
+check() {
+  cd "${pkgname}/cmd/tkn"
+  go test ./...
+}
+
+package() {
+  cd "${pkgname}/cmd/tkn"
+  install -Dsm755 ./tkn "${pkgdir}/usr/bin/tkn"
+  install -Dm644 "${pkgname}-completion.bash" 
"${pkgdir}/usr/share/bash-completion/completions/${pkgname}"
+  install -Dm644 "${pkgname}-completion.zsh" 
"${pkgdir}/usr/share/zsh/site-functions/_tkn"
+}


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

2021-04-17 Thread Morten Linderud via arch-commits
Date: Saturday, April 17, 2021 @ 22:26:06
  Author: foxboron
Revision: 919878

upgpkg: tekton-cli 0.15.0-3: Go 1.16 rebuild

Modified:
  tekton-cli/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2021-04-17 22:19:54 UTC (rev 919877)
+++ PKGBUILD2021-04-17 22:26:06 UTC (rev 919878)
@@ -2,7 +2,7 @@
 
 pkgname=tekton-cli
 pkgver=0.15.0
-pkgrel=2
+pkgrel=3
 pkgdesc="CLI for interacting with the Tekton CI/CD pipeline"
 arch=('x86_64')
 url="https://github.com/tektoncd/cli;


[arch-commits] Commit in shadowsocks-v2ray-plugin/repos/community-x86_64 (2 files)

2021-04-17 Thread Morten Linderud via arch-commits
Date: Saturday, April 17, 2021 @ 22:19:54
  Author: foxboron
Revision: 919877

archrelease: copy trunk to community-x86_64

Added:
  shadowsocks-v2ray-plugin/repos/community-x86_64/PKGBUILD
(from rev 919876, shadowsocks-v2ray-plugin/trunk/PKGBUILD)
Deleted:
  shadowsocks-v2ray-plugin/repos/community-x86_64/PKGBUILD

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

Deleted: PKGBUILD
===
--- PKGBUILD2021-04-17 22:19:47 UTC (rev 919876)
+++ PKGBUILD2021-04-17 22:19:54 UTC (rev 919877)
@@ -1,29 +0,0 @@
-# Maintainer: Felix Yan 
-
-pkgname=shadowsocks-v2ray-plugin
-pkgver=1.3.1
-pkgrel=2
-pkgdesc='A SIP003 plugin based on v2ray for shadowsocks'
-arch=('x86_64')
-url='https://github.com/shadowsocks/v2ray-plugin'
-license=('GPL')
-depends=('glibc')
-makedepends=('go' 'git')
-source=("$pkgname-$pkgver.tar.gz::https://github.com/shadowsocks/v2ray-plugin/archive/v$pkgver.tar.gz;)
-sha512sums=('771ec19ee7ed4f4827f4e04ef13bd680e72022f9e267e6a25d6e0bd3d22ac59ae52545387073d4263666e5847840f7b33963a64c1e7d8fbe0813218f5acf0ead')
-
-build() {
-  export CGO_CPPFLAGS="${CPPFLAGS}"
-  export CGO_CFLAGS="${CFLAGS}"
-  export CGO_CXXFLAGS="${CXXFLAGS}"
-  export CGO_LDFLAGS="${LDFLAGS}"
-  export GOFLAGS="-buildmode=pie -trimpath -mod=readonly -modcacherw"
-
-  cd v2ray-plugin-$pkgver
-  go build
-}
-
-package() {
-  cd v2ray-plugin-$pkgver
-  install -Dm755 v2ray-plugin "$pkgdir"/usr/bin/v2ray-plugin
-}

Copied: shadowsocks-v2ray-plugin/repos/community-x86_64/PKGBUILD (from rev 
919876, shadowsocks-v2ray-plugin/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2021-04-17 22:19:54 UTC (rev 919877)
@@ -0,0 +1,29 @@
+# Maintainer: Felix Yan 
+
+pkgname=shadowsocks-v2ray-plugin
+pkgver=1.3.1
+pkgrel=3
+pkgdesc='A SIP003 plugin based on v2ray for shadowsocks'
+arch=('x86_64')
+url='https://github.com/shadowsocks/v2ray-plugin'
+license=('GPL')
+depends=('glibc')
+makedepends=('go' 'git')
+source=("$pkgname-$pkgver.tar.gz::https://github.com/shadowsocks/v2ray-plugin/archive/v$pkgver.tar.gz;)
+sha512sums=('771ec19ee7ed4f4827f4e04ef13bd680e72022f9e267e6a25d6e0bd3d22ac59ae52545387073d4263666e5847840f7b33963a64c1e7d8fbe0813218f5acf0ead')
+
+build() {
+  export CGO_CPPFLAGS="${CPPFLAGS}"
+  export CGO_CFLAGS="${CFLAGS}"
+  export CGO_CXXFLAGS="${CXXFLAGS}"
+  export CGO_LDFLAGS="${LDFLAGS}"
+  export GOFLAGS="-buildmode=pie -trimpath -mod=readonly -modcacherw"
+
+  cd v2ray-plugin-$pkgver
+  go build
+}
+
+package() {
+  cd v2ray-plugin-$pkgver
+  install -Dm755 v2ray-plugin "$pkgdir"/usr/bin/v2ray-plugin
+}


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

2021-04-17 Thread Morten Linderud via arch-commits
Date: Saturday, April 17, 2021 @ 22:19:47
  Author: foxboron
Revision: 919876

upgpkg: shadowsocks-v2ray-plugin 1.3.1-3: Go 1.16 rebuild

Modified:
  shadowsocks-v2ray-plugin/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2021-04-17 22:19:00 UTC (rev 919875)
+++ PKGBUILD2021-04-17 22:19:47 UTC (rev 919876)
@@ -2,7 +2,7 @@
 
 pkgname=shadowsocks-v2ray-plugin
 pkgver=1.3.1
-pkgrel=2
+pkgrel=3
 pkgdesc='A SIP003 plugin based on v2ray for shadowsocks'
 arch=('x86_64')
 url='https://github.com/shadowsocks/v2ray-plugin'


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

2021-04-17 Thread Morten Linderud via arch-commits
Date: Saturday, April 17, 2021 @ 22:19:00
  Author: foxboron
Revision: 919875

archrelease: copy trunk to community-x86_64

Added:
  revive/repos/community-x86_64/PKGBUILD
(from rev 919874, revive/trunk/PKGBUILD)
Deleted:
  revive/repos/community-x86_64/PKGBUILD

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

Deleted: PKGBUILD
===
--- PKGBUILD2021-04-17 22:18:52 UTC (rev 919874)
+++ PKGBUILD2021-04-17 22:19:00 UTC (rev 919875)
@@ -1,35 +0,0 @@
-# Contributor: Dimitris Kiziridis 
-
-pkgname=revive
-pkgver=1.0.3
-pkgrel=1
-pkgdesc="faster, stricter, configurable, extensible, and beautiful drop-in 
replacement for golint"
-arch=('x86_64')
-url='https://revive.run'
-license=('MIT')
-depends=('glibc')
-makedepends=('go')
-source=("${pkgname}-${pkgver}.tar.gz::https://github.com/mgechev/revive/archive/v${pkgver}.tar.gz;)
-sha256sums=('3f829c35dcc8b94bb78c706c2a35bb1f5c77e83128614aa3867fe2952d0ce936')
-
-build() {
-  cd revive-${pkgver}
-  export CGO_LDFLAGS="${LDFLAGS}"
-  export CGO_CFLAGS="${CFLAGS}"
-  export CGO_CPPFLAGS="${CPPFLAGS}"
-  export CGO_CXXFLAGS="${CXXFLAGS}"
-  export GOFLAGS="-buildmode=pie -trimpath -modcacherw"
-  go build
-}
-
-check() {
-  cd revive-${pkgver}/test
-  go test || true
-}
-
-package() {
-  cd revive-${pkgver}
-  install -Dm755 revive "${pkgdir}/usr/bin/revive"
-  install -Dm644 defaults.toml "${pkgdir}/etc/revive/revive.toml"
-  install -Dm644 LICENSE "${pkgdir}/usr/share/licenses/${pkgname}/LICENSE"
-}

Copied: revive/repos/community-x86_64/PKGBUILD (from rev 919874, 
revive/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2021-04-17 22:19:00 UTC (rev 919875)
@@ -0,0 +1,35 @@
+# Contributor: Dimitris Kiziridis 
+
+pkgname=revive
+pkgver=1.0.3
+pkgrel=2
+pkgdesc="faster, stricter, configurable, extensible, and beautiful drop-in 
replacement for golint"
+arch=('x86_64')
+url='https://revive.run'
+license=('MIT')
+depends=('glibc')
+makedepends=('go')
+source=("${pkgname}-${pkgver}.tar.gz::https://github.com/mgechev/revive/archive/v${pkgver}.tar.gz;)
+sha256sums=('3f829c35dcc8b94bb78c706c2a35bb1f5c77e83128614aa3867fe2952d0ce936')
+
+build() {
+  cd revive-${pkgver}
+  export CGO_LDFLAGS="${LDFLAGS}"
+  export CGO_CFLAGS="${CFLAGS}"
+  export CGO_CPPFLAGS="${CPPFLAGS}"
+  export CGO_CXXFLAGS="${CXXFLAGS}"
+  export GOFLAGS="-buildmode=pie -trimpath -modcacherw"
+  go build
+}
+
+check() {
+  cd revive-${pkgver}/test
+  go test || true
+}
+
+package() {
+  cd revive-${pkgver}
+  install -Dm755 revive "${pkgdir}/usr/bin/revive"
+  install -Dm644 defaults.toml "${pkgdir}/etc/revive/revive.toml"
+  install -Dm644 LICENSE "${pkgdir}/usr/share/licenses/${pkgname}/LICENSE"
+}


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

2021-04-17 Thread Morten Linderud via arch-commits
Date: Saturday, April 17, 2021 @ 22:18:52
  Author: foxboron
Revision: 919874

upgpkg: revive 1.0.3-2: Go 1.16 rebuild

Modified:
  revive/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2021-04-17 22:18:17 UTC (rev 919873)
+++ PKGBUILD2021-04-17 22:18:52 UTC (rev 919874)
@@ -2,7 +2,7 @@
 
 pkgname=revive
 pkgver=1.0.3
-pkgrel=1
+pkgrel=2
 pkgdesc="faster, stricter, configurable, extensible, and beautiful drop-in 
replacement for golint"
 arch=('x86_64')
 url='https://revive.run'


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

2021-04-17 Thread Morten Linderud via arch-commits
Date: Saturday, April 17, 2021 @ 22:18:17
  Author: foxboron
Revision: 919873

archrelease: copy trunk to community-x86_64

Added:
  popeye/repos/community-x86_64/PKGBUILD
(from rev 919872, popeye/trunk/PKGBUILD)
Deleted:
  popeye/repos/community-x86_64/PKGBUILD

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

Deleted: PKGBUILD
===
--- PKGBUILD2021-04-17 22:18:09 UTC (rev 919872)
+++ PKGBUILD2021-04-17 22:18:17 UTC (rev 919873)
@@ -1,34 +0,0 @@
-# Maintainer: Christian Rebischke 
-
-pkgname=popeye
-pkgver=0.9.0
-pkgrel=1
-pkgdesc="Kubernetes cluster resource sanitizer"
-arch=('x86_64')
-url="https://github.com/derailed/popeye;
-license=('Apache')
-makedepends=('go' 'git')
-depends=('glibc')
-source=("${pkgname}-${pkgver}.tar.gz::https://github.com/derailed/popeye/archive/v${pkgver}.tar.gz;)
-sha512sums=('fdd056e1d04c654d2a18e8f6fbc5e48c00e351be5677375080fd69a27084f9540ec5b72854cb56b7738bb37758fba7f8b1d17e04cfeadc05504d564e6518fbd0')
-
-build(){
-  cd "${pkgname}-${pkgver}"
-  export CGO_CPPFLAGS="${CPPFLAGS}"
-  export CGO_CFLAGS="${CFLAGS}"
-  export CGO_CXXFLAGS="${CXXFLAGS}"
-  export CGO_LDFLAGS="${LDFLAGS}"
-  export GOFLAGS="-buildmode=pie -trimpath -mod=readonly -modcacherw 
-ldflags=-linkmode=external"
-  go build .
-  chmod +x ./popeye
-}
-
-check(){
-  cd "${pkgname}-${pkgver}"
-  go test ./...
-}
-
-package(){
-  cd "${pkgname}-${pkgver}"
-  install -Dsm755 ./popeye "${pkgdir}/usr/bin/popeye"
-}

Copied: popeye/repos/community-x86_64/PKGBUILD (from rev 919872, 
popeye/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2021-04-17 22:18:17 UTC (rev 919873)
@@ -0,0 +1,34 @@
+# Maintainer: Christian Rebischke 
+
+pkgname=popeye
+pkgver=0.9.0
+pkgrel=2
+pkgdesc="Kubernetes cluster resource sanitizer"
+arch=('x86_64')
+url="https://github.com/derailed/popeye;
+license=('Apache')
+makedepends=('go' 'git')
+depends=('glibc')
+source=("${pkgname}-${pkgver}.tar.gz::https://github.com/derailed/popeye/archive/v${pkgver}.tar.gz;)
+sha512sums=('fdd056e1d04c654d2a18e8f6fbc5e48c00e351be5677375080fd69a27084f9540ec5b72854cb56b7738bb37758fba7f8b1d17e04cfeadc05504d564e6518fbd0')
+
+build(){
+  cd "${pkgname}-${pkgver}"
+  export CGO_CPPFLAGS="${CPPFLAGS}"
+  export CGO_CFLAGS="${CFLAGS}"
+  export CGO_CXXFLAGS="${CXXFLAGS}"
+  export CGO_LDFLAGS="${LDFLAGS}"
+  export GOFLAGS="-buildmode=pie -trimpath -mod=readonly -modcacherw 
-ldflags=-linkmode=external"
+  go build .
+  chmod +x ./popeye
+}
+
+check(){
+  cd "${pkgname}-${pkgver}"
+  go test ./...
+}
+
+package(){
+  cd "${pkgname}-${pkgver}"
+  install -Dsm755 ./popeye "${pkgdir}/usr/bin/popeye"
+}


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

2021-04-17 Thread Morten Linderud via arch-commits
Date: Saturday, April 17, 2021 @ 22:18:09
  Author: foxboron
Revision: 919872

upgpkg: popeye 0.9.0-2: Go 1.16 rebuild

Modified:
  popeye/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2021-04-17 22:16:49 UTC (rev 919871)
+++ PKGBUILD2021-04-17 22:18:09 UTC (rev 919872)
@@ -2,7 +2,7 @@
 
 pkgname=popeye
 pkgver=0.9.0
-pkgrel=1
+pkgrel=2
 pkgdesc="Kubernetes cluster resource sanitizer"
 arch=('x86_64')
 url="https://github.com/derailed/popeye;


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

2021-04-17 Thread Morten Linderud via arch-commits
Date: Saturday, April 17, 2021 @ 22:16:49
  Author: foxboron
Revision: 919871

archrelease: copy trunk to community-x86_64

Added:
  pacoloco/repos/community-x86_64/PKGBUILD
(from rev 919870, pacoloco/trunk/PKGBUILD)
Deleted:
  pacoloco/repos/community-x86_64/PKGBUILD

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

Deleted: PKGBUILD
===
--- PKGBUILD2021-04-17 22:16:41 UTC (rev 919870)
+++ PKGBUILD2021-04-17 22:16:49 UTC (rev 919871)
@@ -1,35 +0,0 @@
-# Maintainer: Anatol Pomozov 
-
-pkgname=pacoloco
-pkgver=1.0
-pkgrel=1
-pkgdesc='Pacman caching proxy server'
-arch=(x86_64)
-url='https://github.com/anatol/pacoloco'
-backup=(etc/pacoloco.yaml)
-license=(MIT)
-depends=(glibc)
-makedepends=(go)
-source=(pacoloco-$pkgver.tar.gz::https://github.com/anatol/pacoloco/archive/$pkgver.tar.gz)
-sha1sums=('c8b06346d1fc91c03c523b3ee7bb651ab5ccd8a0')
-
-build() {
-  cd pacoloco-$pkgver
-
-  export CGO_CPPFLAGS="${CPPFLAGS}"
-  export CGO_CFLAGS="${CFLAGS}"
-  export CGO_CXXFLAGS="${CXXFLAGS}"
-  export CGO_LDFLAGS="${LDFLAGS}"
-  export GOFLAGS="-buildmode=pie -trimpath -ldflags=-linkmode=external 
-mod=readonly -modcacherw"
-  go build
-}
-
-package() {
-  cd pacoloco-$pkgver
-
-  install -D -m755 pacoloco "$pkgdir"/usr/bin/pacoloco
-  install -D -m644 pacoloco.yaml.sample "$pkgdir"/etc/pacoloco.yaml
-  install -D -m644 pacoloco.sysusers.d 
"$pkgdir"/usr/lib/sysusers.d/pacoloco.conf
-  install -D -m644 pacoloco.service 
"$pkgdir"/usr/lib/systemd/system/pacoloco.service
-  install -D -m644 pacoloco.tmpfiles.d 
"$pkgdir"/usr/lib/tmpfiles.d/pacoloco.conf
-}

Copied: pacoloco/repos/community-x86_64/PKGBUILD (from rev 919870, 
pacoloco/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2021-04-17 22:16:49 UTC (rev 919871)
@@ -0,0 +1,35 @@
+# Maintainer: Anatol Pomozov 
+
+pkgname=pacoloco
+pkgver=1.0
+pkgrel=2
+pkgdesc='Pacman caching proxy server'
+arch=(x86_64)
+url='https://github.com/anatol/pacoloco'
+backup=(etc/pacoloco.yaml)
+license=(MIT)
+depends=(glibc)
+makedepends=(go)
+source=(pacoloco-$pkgver.tar.gz::https://github.com/anatol/pacoloco/archive/$pkgver.tar.gz)
+sha1sums=('c8b06346d1fc91c03c523b3ee7bb651ab5ccd8a0')
+
+build() {
+  cd pacoloco-$pkgver
+
+  export CGO_CPPFLAGS="${CPPFLAGS}"
+  export CGO_CFLAGS="${CFLAGS}"
+  export CGO_CXXFLAGS="${CXXFLAGS}"
+  export CGO_LDFLAGS="${LDFLAGS}"
+  export GOFLAGS="-buildmode=pie -trimpath -ldflags=-linkmode=external 
-mod=readonly -modcacherw"
+  go build
+}
+
+package() {
+  cd pacoloco-$pkgver
+
+  install -D -m755 pacoloco "$pkgdir"/usr/bin/pacoloco
+  install -D -m644 pacoloco.yaml.sample "$pkgdir"/etc/pacoloco.yaml
+  install -D -m644 pacoloco.sysusers.d 
"$pkgdir"/usr/lib/sysusers.d/pacoloco.conf
+  install -D -m644 pacoloco.service 
"$pkgdir"/usr/lib/systemd/system/pacoloco.service
+  install -D -m644 pacoloco.tmpfiles.d 
"$pkgdir"/usr/lib/tmpfiles.d/pacoloco.conf
+}


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

2021-04-17 Thread Morten Linderud via arch-commits
Date: Saturday, April 17, 2021 @ 22:16:41
  Author: foxboron
Revision: 919870

upgpkg: pacoloco 1.0-2: Go 1.16 rebuild

Modified:
  pacoloco/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2021-04-17 22:16:06 UTC (rev 919869)
+++ PKGBUILD2021-04-17 22:16:41 UTC (rev 919870)
@@ -2,7 +2,7 @@
 
 pkgname=pacoloco
 pkgver=1.0
-pkgrel=1
+pkgrel=2
 pkgdesc='Pacman caching proxy server'
 arch=(x86_64)
 url='https://github.com/anatol/pacoloco'


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

2021-04-17 Thread Morten Linderud via arch-commits
Date: Saturday, April 17, 2021 @ 22:15:57
  Author: foxboron
Revision: 919868

upgpkg: packer 1.6.5-2: Go 1.16 rebuild

Modified:
  packer/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2021-04-17 22:12:10 UTC (rev 919867)
+++ PKGBUILD2021-04-17 22:15:57 UTC (rev 919868)
@@ -2,7 +2,7 @@
 pkgname=packer
 replaces=('packer-io')
 pkgver=1.6.5
-pkgrel=1
+pkgrel=2
 pkgdesc="tool for creating identical machine images for multiple platforms 
from a single source configuration"
 arch=('x86_64')
 url="https://github.com/hashicorp/packer;


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

2021-04-17 Thread Morten Linderud via arch-commits
Date: Saturday, April 17, 2021 @ 22:16:06
  Author: foxboron
Revision: 919869

archrelease: copy trunk to community-x86_64

Added:
  packer/repos/community-x86_64/CHANGELOG.md
(from rev 919868, packer/trunk/CHANGELOG.md)
  packer/repos/community-x86_64/PKGBUILD
(from rev 919868, packer/trunk/PKGBUILD)
Deleted:
  packer/repos/community-x86_64/CHANGELOG.md
  packer/repos/community-x86_64/PKGBUILD

--+
 CHANGELOG.md | 7228 -
 PKGBUILD |   90 
 2 files changed, 3659 insertions(+), 3659 deletions(-)

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


[arch-commits] Commit in opensmtpd-filter-senderscore/repos/community-x86_64 (2 files)

2021-04-17 Thread Morten Linderud via arch-commits
Date: Saturday, April 17, 2021 @ 22:12:10
  Author: foxboron
Revision: 919867

archrelease: copy trunk to community-x86_64

Added:
  opensmtpd-filter-senderscore/repos/community-x86_64/PKGBUILD
(from rev 919866, opensmtpd-filter-senderscore/trunk/PKGBUILD)
Deleted:
  opensmtpd-filter-senderscore/repos/community-x86_64/PKGBUILD

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

Deleted: PKGBUILD
===
--- PKGBUILD2021-04-17 22:12:03 UTC (rev 919866)
+++ PKGBUILD2021-04-17 22:12:10 UTC (rev 919867)
@@ -1,28 +0,0 @@
-# Maintainer: Lukas Fleischer 
-# Contributor: Jean Lucas 
-
-pkgname=opensmtpd-filter-senderscore
-_pkgname=filter-senderscore
-pkgver=0.1.1
-pkgrel=2
-pkgdesc='OpenSMTPD filter integration for Sender Score'
-arch=(i686 x86_64)
-url=https://github.com/poolpOrg/filter-senderscore
-license=(custom:ISC)
-depends=(glibc)
-makedepends=(go)
-source=($pkgname-$pkgver.tar.gz::$url/archive/$pkgver.tar.gz)
-sha512sums=('dc4b8a97c9a10080f7d19e7b358193e1c6bde857db79be7fadb7851aa433b700966509378dd40e159817a09371a3a39955b8d553773acf98385e4fc39986')
-
-build() {
-   cd "$_pkgname-$pkgver"
-   go build -buildmode pie -ldflags "-extldflags $LDFLAGS" -trimpath 
"$_pkgname.go"
-}
-
-package() {
-   cd "$_pkgname-$pkgver"
-
-   install -D filter-senderscore -t "$pkgdir"/usr/lib/smtpd/opensmtpd
-   install -Dm644 README.md -t "$pkgdir"/usr/share/doc/$pkgname
-   install -Dm644 LICENSE -t "$pkgdir"/usr/share/licenses/$pkgname
-}

Copied: opensmtpd-filter-senderscore/repos/community-x86_64/PKGBUILD (from rev 
919866, opensmtpd-filter-senderscore/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2021-04-17 22:12:10 UTC (rev 919867)
@@ -0,0 +1,28 @@
+# Maintainer: Lukas Fleischer 
+# Contributor: Jean Lucas 
+
+pkgname=opensmtpd-filter-senderscore
+_pkgname=filter-senderscore
+pkgver=0.1.1
+pkgrel=3
+pkgdesc='OpenSMTPD filter integration for Sender Score'
+arch=(i686 x86_64)
+url=https://github.com/poolpOrg/filter-senderscore
+license=(custom:ISC)
+depends=(glibc)
+makedepends=(go)
+source=($pkgname-$pkgver.tar.gz::$url/archive/$pkgver.tar.gz)
+sha512sums=('dc4b8a97c9a10080f7d19e7b358193e1c6bde857db79be7fadb7851aa433b700966509378dd40e159817a09371a3a39955b8d553773acf98385e4fc39986')
+
+build() {
+   cd "$_pkgname-$pkgver"
+   go build -buildmode pie -ldflags "-extldflags $LDFLAGS" -trimpath 
"$_pkgname.go"
+}
+
+package() {
+   cd "$_pkgname-$pkgver"
+
+   install -D filter-senderscore -t "$pkgdir"/usr/lib/smtpd/opensmtpd
+   install -Dm644 README.md -t "$pkgdir"/usr/share/doc/$pkgname
+   install -Dm644 LICENSE -t "$pkgdir"/usr/share/licenses/$pkgname
+}


[arch-commits] Commit in opensmtpd-filter-senderscore/trunk (PKGBUILD)

2021-04-17 Thread Morten Linderud via arch-commits
Date: Saturday, April 17, 2021 @ 22:12:03
  Author: foxboron
Revision: 919866

upgpkg: opensmtpd-filter-senderscore 0.1.1-3: Go 1.16 rebuild

Modified:
  opensmtpd-filter-senderscore/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2021-04-17 22:11:33 UTC (rev 919865)
+++ PKGBUILD2021-04-17 22:12:03 UTC (rev 919866)
@@ -4,7 +4,7 @@
 pkgname=opensmtpd-filter-senderscore
 _pkgname=filter-senderscore
 pkgver=0.1.1
-pkgrel=2
+pkgrel=3
 pkgdesc='OpenSMTPD filter integration for Sender Score'
 arch=(i686 x86_64)
 url=https://github.com/poolpOrg/filter-senderscore


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

2021-04-17 Thread Morten Linderud via arch-commits
Date: Saturday, April 17, 2021 @ 22:11:33
  Author: foxboron
Revision: 919865

archrelease: copy trunk to community-x86_64

Added:
  nebula/repos/community-x86_64/PKGBUILD
(from rev 919864, nebula/trunk/PKGBUILD)
Deleted:
  nebula/repos/community-x86_64/PKGBUILD

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

Deleted: PKGBUILD
===
--- PKGBUILD2021-04-17 22:11:25 UTC (rev 919864)
+++ PKGBUILD2021-04-17 22:11:33 UTC (rev 919865)
@@ -1,45 +0,0 @@
-# Maintainer: Robin Broda 
-pkgname=nebula
-pkgver=1.3.0
-pkgrel=1
-pkgdesc='A scalable overlay networking tool with a focus on performance, 
simplicity and security'
-arch=('x86_64')
-url='https://github.com/slackhq/nebula'
-license=('MIT')
-depends=()
-makedepends=('go')
-source=("${pkgname}-${pkgver}.tar.gz::${url}/archive/v${pkgver}.tar.gz")
-sha256sums=('b94fba0251a4a436e25b127d0b9bc0181b991631f1dc8e344b1c8e895b55375d')
-
-build() {
-  cd "${pkgname}-${pkgver}"
-
-  export CGO_CPPFLAGS="${CPPFLAGS}"
-  export CGO_CFLAGS="${CFLAGS}"
-  export CGO_CXXFLAGS="${CXXFLAGS}"
-  export CGO_LDFLAGS="${LDFLAGS}"
-  export GOFLAGS="-buildmode=pie -trimpath -mod=readonly -modcacherw"
-
-  for bin in nebula{,-cert,-service}
-  do go build \
--ldflags "-X main.Build=${pkgver}" \
--o "${bin}" "./cmd/${bin}"
-  done
-}
-
-check() {
-  cd "${pkgname}-${pkgver}"
-
-  go test -v ./...
-}
-
-package() {
-  cd "${pkgname}-${pkgver}"
-
-  install -Dm644 LICENSE "${pkgdir}/usr/share/licenses/${pkgname}/LICENSE"
-  install -Dm644 dist/arch/nebula.service 
"${pkgdir}/usr/lib/systemd/system/nebula.service"
-
-  for bin in nebula{,-cert,-service}
-  do install -Dm755 "${bin}" "${pkgdir}/usr/bin/${bin}"
-  done
-}

Copied: nebula/repos/community-x86_64/PKGBUILD (from rev 919864, 
nebula/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2021-04-17 22:11:33 UTC (rev 919865)
@@ -0,0 +1,45 @@
+# Maintainer: Robin Broda 
+pkgname=nebula
+pkgver=1.3.0
+pkgrel=2
+pkgdesc='A scalable overlay networking tool with a focus on performance, 
simplicity and security'
+arch=('x86_64')
+url='https://github.com/slackhq/nebula'
+license=('MIT')
+depends=()
+makedepends=('go')
+source=("${pkgname}-${pkgver}.tar.gz::${url}/archive/v${pkgver}.tar.gz")
+sha256sums=('b94fba0251a4a436e25b127d0b9bc0181b991631f1dc8e344b1c8e895b55375d')
+
+build() {
+  cd "${pkgname}-${pkgver}"
+
+  export CGO_CPPFLAGS="${CPPFLAGS}"
+  export CGO_CFLAGS="${CFLAGS}"
+  export CGO_CXXFLAGS="${CXXFLAGS}"
+  export CGO_LDFLAGS="${LDFLAGS}"
+  export GOFLAGS="-buildmode=pie -trimpath -mod=readonly -modcacherw"
+
+  for bin in nebula{,-cert,-service}
+  do go build \
+-ldflags "-X main.Build=${pkgver}" \
+-o "${bin}" "./cmd/${bin}"
+  done
+}
+
+check() {
+  cd "${pkgname}-${pkgver}"
+
+  go test -v ./...
+}
+
+package() {
+  cd "${pkgname}-${pkgver}"
+
+  install -Dm644 LICENSE "${pkgdir}/usr/share/licenses/${pkgname}/LICENSE"
+  install -Dm644 dist/arch/nebula.service 
"${pkgdir}/usr/lib/systemd/system/nebula.service"
+
+  for bin in nebula{,-cert,-service}
+  do install -Dm755 "${bin}" "${pkgdir}/usr/bin/${bin}"
+  done
+}


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

2021-04-17 Thread Morten Linderud via arch-commits
Date: Saturday, April 17, 2021 @ 22:11:25
  Author: foxboron
Revision: 919864

upgpkg: nebula 1.3.0-2: Go 1.16 rebuild

Modified:
  nebula/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2021-04-17 22:10:35 UTC (rev 919863)
+++ PKGBUILD2021-04-17 22:11:25 UTC (rev 919864)
@@ -1,7 +1,7 @@
 # Maintainer: Robin Broda 
 pkgname=nebula
 pkgver=1.3.0
-pkgrel=1
+pkgrel=2
 pkgdesc='A scalable overlay networking tool with a focus on performance, 
simplicity and security'
 arch=('x86_64')
 url='https://github.com/slackhq/nebula'


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

2021-04-17 Thread Morten Linderud via arch-commits
Date: Saturday, April 17, 2021 @ 22:10:35
  Author: foxboron
Revision: 919863

archrelease: copy trunk to community-x86_64

Added:
  mkcert/repos/community-x86_64/PKGBUILD
(from rev 919862, mkcert/trunk/PKGBUILD)
Deleted:
  mkcert/repos/community-x86_64/PKGBUILD

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

Deleted: PKGBUILD
===
--- PKGBUILD2021-04-17 22:10:27 UTC (rev 919862)
+++ PKGBUILD2021-04-17 22:10:35 UTC (rev 919863)
@@ -1,36 +0,0 @@
-# Maintainer : Christian Rebischke 
-# Contributor: Simon Legner 
-
-pkgname=mkcert
-_package="github.com/FiloSottile/${pkgname}"
-pkgver=1.4.3
-pkgrel=1
-pkgdesc="Simple tool for making locally-trusted development certificates"
-arch=('x86_64')
-url="https://github.com/FiloSottile/mkcert;
-license=('BSD')
-makedepends=('go' 'git')
-depends=('glibc')
-source=("${pkgname}-${pkgver}.tar.gz::https://github.com/FiloSottile/${pkgname}/archive/v${pkgver}.tar.gz;)
-sha512sums=('d21269253fbcd96b7fd5afe5469123becbd1d280428272292de052b4772f4017af373289f5cb66179b7689368d1c262f4253dba04e0faa2f18824aa34607f250')
-
-build() {
-  cd "${pkgname}-${pkgver}"
-  export CGO_CPPFLAGS="${CPPFLAGS}"
-  export CGO_CFLAGS="${CFLAGS}"
-  export CGO_CXXFLAGS="${CXXFLAGS}"
-  export CGO_LDFLAGS="${LDFLAGS}"
-  export GOFLAGS="-buildmode=pie -trimpath -mod=readonly -modcacherw 
-ldflags=-linkmode=external"
-  go build -v
-}
-
-check() {
-  cd "${pkgname}-${pkgver}"
-  go test -v ./...
-}
-
-package() {
-  cd "${pkgname}-${pkgver}"
-  install -Dm755 "${pkgname}" "${pkgdir}/usr/bin/${pkgname}"
-  install -Dm644 LICENSE "${pkgdir}/usr/share/licenses/${pkgname}/LICENSE"
-}

Copied: mkcert/repos/community-x86_64/PKGBUILD (from rev 919862, 
mkcert/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2021-04-17 22:10:35 UTC (rev 919863)
@@ -0,0 +1,36 @@
+# Maintainer : Christian Rebischke 
+# Contributor: Simon Legner 
+
+pkgname=mkcert
+_package="github.com/FiloSottile/${pkgname}"
+pkgver=1.4.3
+pkgrel=2
+pkgdesc="Simple tool for making locally-trusted development certificates"
+arch=('x86_64')
+url="https://github.com/FiloSottile/mkcert;
+license=('BSD')
+makedepends=('go' 'git')
+depends=('glibc')
+source=("${pkgname}-${pkgver}.tar.gz::https://github.com/FiloSottile/${pkgname}/archive/v${pkgver}.tar.gz;)
+sha512sums=('d21269253fbcd96b7fd5afe5469123becbd1d280428272292de052b4772f4017af373289f5cb66179b7689368d1c262f4253dba04e0faa2f18824aa34607f250')
+
+build() {
+  cd "${pkgname}-${pkgver}"
+  export CGO_CPPFLAGS="${CPPFLAGS}"
+  export CGO_CFLAGS="${CFLAGS}"
+  export CGO_CXXFLAGS="${CXXFLAGS}"
+  export CGO_LDFLAGS="${LDFLAGS}"
+  export GOFLAGS="-buildmode=pie -trimpath -mod=readonly -modcacherw 
-ldflags=-linkmode=external"
+  go build -v
+}
+
+check() {
+  cd "${pkgname}-${pkgver}"
+  go test -v ./...
+}
+
+package() {
+  cd "${pkgname}-${pkgver}"
+  install -Dm755 "${pkgname}" "${pkgdir}/usr/bin/${pkgname}"
+  install -Dm644 LICENSE "${pkgdir}/usr/share/licenses/${pkgname}/LICENSE"
+}


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

2021-04-17 Thread Morten Linderud via arch-commits
Date: Saturday, April 17, 2021 @ 22:10:27
  Author: foxboron
Revision: 919862

upgpkg: mkcert 1.4.3-2: Go 1.16 rebuild

Modified:
  mkcert/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2021-04-17 22:09:54 UTC (rev 919861)
+++ PKGBUILD2021-04-17 22:10:27 UTC (rev 919862)
@@ -4,7 +4,7 @@
 pkgname=mkcert
 _package="github.com/FiloSottile/${pkgname}"
 pkgver=1.4.3
-pkgrel=1
+pkgrel=2
 pkgdesc="Simple tool for making locally-trusted development certificates"
 arch=('x86_64')
 url="https://github.com/FiloSottile/mkcert;


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

2021-04-17 Thread Morten Linderud via arch-commits
Date: Saturday, April 17, 2021 @ 22:09:54
  Author: foxboron
Revision: 919861

archrelease: copy trunk to community-x86_64

Added:
  meshbird/repos/community-x86_64/PKGBUILD
(from rev 919860, meshbird/trunk/PKGBUILD)
  meshbird/repos/community-x86_64/meshbird.conf
(from rev 919860, meshbird/trunk/meshbird.conf)
  meshbird/repos/community-x86_64/meshbird.service
(from rev 919860, meshbird/trunk/meshbird.service)
Deleted:
  meshbird/repos/community-x86_64/PKGBUILD
  meshbird/repos/community-x86_64/meshbird.conf
  meshbird/repos/community-x86_64/meshbird.service

--+
 PKGBUILD |   80 ++---
 meshbird.conf|2 -
 meshbird.service |   22 +++---
 3 files changed, 52 insertions(+), 52 deletions(-)

Deleted: PKGBUILD
===
--- PKGBUILD2021-04-17 22:09:44 UTC (rev 919860)
+++ PKGBUILD2021-04-17 22:09:54 UTC (rev 919861)
@@ -1,40 +0,0 @@
-# Maintainer: Felix Yan 
-
-pkgname=meshbird
-pkgver=2.3
-pkgrel=4
-pkgdesc="Distributed private networking"
-arch=('x86_64')
-url="https://github.com/meshbird/meshbird;
-license=('Apache')
-depends=('glibc')
-makedepends=('git' 'go')
-backup=(etc/meshbird.conf)
-source=("$pkgname-$pkgver.tar.gz::https://github.com/meshbird/meshbird/archive/v$pkgver.tar.gz;
-meshbird.service meshbird.conf)
-sha512sums=('fa08e9fabd6101bc63e8a18baefee5537612a0fd3892737c1d1b16a87d4976d67aa14b3b589fa97f7816df00e9f032ff42716cdf5b43807e0759733c2dff5fe5'
-
'b9b552f09d9f98c4ff90ce3d31b15f7a5c2453c1535fa17454043826bf5f108510a7a7512ef79dfd7b4d53615d06c690fe8fdd878a6894f8dc75ee934c0328e7'
-
'08a493f299549b9eea830e1201d2131314b2c0c931c9fdd06a30e849c90368c7809c6a42bfded33aec44403cd8f61caad168b54bad08f5b21867f2d562f0c872')
-
-prepare() {
-  mkdir .gopath
-  export GOPATH="$srcdir"/.gopath
-}
-
-build() {
-  export CGO_CPPFLAGS="${CPPFLAGS}"
-  export CGO_CFLAGS="${CFLAGS}"
-  export CGO_CXXFLAGS="${CXXFLAGS}"
-  export CGO_LDFLAGS="${LDFLAGS}"
-  export GOFLAGS="-buildmode=pie -trimpath -mod=readonly -modcacherw"
-
-  cd meshbird-$pkgver
-  make build
-}
-
-package() {
-  cd meshbird-$pkgver
-  install -Dm755 bin/meshbird "$pkgdir"/usr/bin/meshbird
-  install -Dm644 "$srcdir"/meshbird.service 
"$pkgdir"/usr/lib/systemd/system/meshbird.service
-  install -Dm644 "$srcdir"/meshbird.conf "$pkgdir"/etc/meshbird.conf
-}

Copied: meshbird/repos/community-x86_64/PKGBUILD (from rev 919860, 
meshbird/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2021-04-17 22:09:54 UTC (rev 919861)
@@ -0,0 +1,40 @@
+# Maintainer: Felix Yan 
+
+pkgname=meshbird
+pkgver=2.3
+pkgrel=5
+pkgdesc="Distributed private networking"
+arch=('x86_64')
+url="https://github.com/meshbird/meshbird;
+license=('Apache')
+depends=('glibc')
+makedepends=('git' 'go')
+backup=(etc/meshbird.conf)
+source=("$pkgname-$pkgver.tar.gz::https://github.com/meshbird/meshbird/archive/v$pkgver.tar.gz;
+meshbird.service meshbird.conf)
+sha512sums=('fa08e9fabd6101bc63e8a18baefee5537612a0fd3892737c1d1b16a87d4976d67aa14b3b589fa97f7816df00e9f032ff42716cdf5b43807e0759733c2dff5fe5'
+
'b9b552f09d9f98c4ff90ce3d31b15f7a5c2453c1535fa17454043826bf5f108510a7a7512ef79dfd7b4d53615d06c690fe8fdd878a6894f8dc75ee934c0328e7'
+
'08a493f299549b9eea830e1201d2131314b2c0c931c9fdd06a30e849c90368c7809c6a42bfded33aec44403cd8f61caad168b54bad08f5b21867f2d562f0c872')
+
+prepare() {
+  mkdir .gopath
+  export GOPATH="$srcdir"/.gopath
+}
+
+build() {
+  export CGO_CPPFLAGS="${CPPFLAGS}"
+  export CGO_CFLAGS="${CFLAGS}"
+  export CGO_CXXFLAGS="${CXXFLAGS}"
+  export CGO_LDFLAGS="${LDFLAGS}"
+  export GOFLAGS="-buildmode=pie -trimpath -mod=readonly -modcacherw"
+
+  cd meshbird-$pkgver
+  make build
+}
+
+package() {
+  cd meshbird-$pkgver
+  install -Dm755 bin/meshbird "$pkgdir"/usr/bin/meshbird
+  install -Dm644 "$srcdir"/meshbird.service 
"$pkgdir"/usr/lib/systemd/system/meshbird.service
+  install -Dm644 "$srcdir"/meshbird.conf "$pkgdir"/etc/meshbird.conf
+}

Deleted: meshbird.conf
===
--- meshbird.conf   2021-04-17 22:09:44 UTC (rev 919860)
+++ meshbird.conf   2021-04-17 22:09:54 UTC (rev 919861)
@@ -1 +0,0 @@
-MESHBIRD_KEY="CHANGE_THIS"

Copied: meshbird/repos/community-x86_64/meshbird.conf (from rev 919860, 
meshbird/trunk/meshbird.conf)
===
--- meshbird.conf   (rev 0)
+++ meshbird.conf   2021-04-17 22:09:54 UTC (rev 919861)
@@ -0,0 +1 @@
+MESHBIRD_KEY="CHANGE_THIS"

Deleted: meshbird.service
===
--- meshbird.service2021-04-17 22:09:44 UTC (rev 919860)
+++ meshbird.service2021-04-17 22:09:54 UTC (rev 919861)
@@ -1,11 +0,0 @@

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

2021-04-17 Thread Morten Linderud via arch-commits
Date: Saturday, April 17, 2021 @ 22:09:44
  Author: foxboron
Revision: 919860

upgpkg: meshbird 2.3-5: Go 1.16 rebuild

Modified:
  meshbird/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2021-04-17 22:09:15 UTC (rev 919859)
+++ PKGBUILD2021-04-17 22:09:44 UTC (rev 919860)
@@ -2,7 +2,7 @@
 
 pkgname=meshbird
 pkgver=2.3
-pkgrel=4
+pkgrel=5
 pkgdesc="Distributed private networking"
 arch=('x86_64')
 url="https://github.com/meshbird/meshbird;


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

2021-04-17 Thread Morten Linderud via arch-commits
Date: Saturday, April 17, 2021 @ 22:09:15
  Author: foxboron
Revision: 919859

archrelease: copy trunk to community-x86_64

Added:
  meek/repos/community-x86_64/PKGBUILD
(from rev 919858, meek/trunk/PKGBUILD)
Deleted:
  meek/repos/community-x86_64/PKGBUILD

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

Deleted: PKGBUILD
===
--- PKGBUILD2021-04-17 22:09:07 UTC (rev 919858)
+++ PKGBUILD2021-04-17 22:09:15 UTC (rev 919859)
@@ -1,57 +0,0 @@
-# Maintainer: Felix Yan 
-# Contributor: shyokou 
-# Contributor: N. Izumi aka izmntuk
-
-pkgname=meek
-pkgver=0.34
-pkgrel=1
-arch=('x86_64')
-pkgdesc='A pluggable transport proxy written in Go'
-optdepends=('tor')
-url='https://trac.torproject.org/projects/tor/wiki/doc/meek'
-license=('custom:CC0')
-depends=('glibc')
-makedepends=('go' 'git')
-source=("git+https://git.torproject.org/pluggable-transports/meek.git#tag=$pkgver;)
-sha512sums=('SKIP')
-
-prepare() {
-   cd "$srcdir"/meek
-   sed 's|./meek-client|/usr/bin/meek-client|g;
-s|./meek-server|/usr/bin/meek-server|g;
-s|\(meek-server\.log\)|/tmp/\1|;
-s|\(meek-client\.log\)|/tmp/\1|' -i meek-{server,client}/torrc
-}
-
-build() {
-   export GOPATH="$srcdir"
-   export GOBIN="$PWD"
-   export CGO_CPPFLAGS="${CPPFLAGS}"
-   export CGO_CFLAGS="${CFLAGS}"
-   export CGO_CXXFLAGS="${CXXFLAGS}"
-   export CGO_LDFLAGS="${LDFLAGS}"
-   export GOFLAGS="-buildmode=pie -trimpath -mod=readonly -modcacherw"
-
-   cd "$srcdir"/meek/meek-server
-   go get
-   make all
-
-   cd "$srcdir"/meek/meek-client
-   go get
-   make all
-}
-
-package() {
-   install -d "$pkgdir"/usr/{bin,share/{{doc,licenses}/$pkgname,man/man1}}
-   cd "$srcdir"/meek/meek-server
-   install -m755 meek-server "$pkgdir"/usr/bin
-   install -Dm644 torrc "$pkgdir"/usr/share/doc/$pkgname/torrc.meek-server
-   install -Dm644 README 
"$pkgdir"/usr/share/doc/$pkgname/README.meek-server
-
-   cd "$srcdir"/meek/meek-client
-   install -m755 meek-client "$pkgdir"/usr/bin
-   install -Dm644 torrc "$pkgdir"/usr/share/doc/$pkgname/torrc.meek-client
-   install -m644 ../README "$pkgdir"/usr/share/doc/$pkgname
-   install -m644 ../COPYING "$pkgdir"/usr/share/licenses/$pkgname
-   install -m644 ../doc/meek-{server,client}.1 "$pkgdir"/usr/share/man/man1
-}

Copied: meek/repos/community-x86_64/PKGBUILD (from rev 919858, 
meek/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2021-04-17 22:09:15 UTC (rev 919859)
@@ -0,0 +1,58 @@
+# Maintainer: Felix Yan 
+# Contributor: shyokou 
+# Contributor: N. Izumi aka izmntuk
+
+pkgname=meek
+pkgver=0.34
+pkgrel=2
+arch=('x86_64')
+pkgdesc='A pluggable transport proxy written in Go'
+optdepends=('tor')
+url='https://trac.torproject.org/projects/tor/wiki/doc/meek'
+license=('custom:CC0')
+depends=('glibc')
+makedepends=('go' 'git')
+source=("git+https://git.torproject.org/pluggable-transports/meek.git#tag=$pkgver;)
+sha512sums=('SKIP')
+
+prepare() {
+   cd "$srcdir"/meek
+   sed 's|./meek-client|/usr/bin/meek-client|g;
+s|./meek-server|/usr/bin/meek-server|g;
+s|\(meek-server\.log\)|/tmp/\1|;
+s|\(meek-client\.log\)|/tmp/\1|' -i meek-{server,client}/torrc
+}
+
+build() {
+   export GOPATH="$srcdir"
+   export GOBIN="$PWD"
+   export CGO_CPPFLAGS="${CPPFLAGS}"
+   export CGO_CFLAGS="${CFLAGS}"
+   export CGO_CXXFLAGS="${CXXFLAGS}"
+   export CGO_LDFLAGS="${LDFLAGS}"
+   export GOFLAGS="-buildmode=pie -trimpath -mod=readonly -modcacherw"
+   export GO111MODULE=off
+
+   cd "$srcdir"/meek/meek-server
+   go get
+   make all
+
+   cd "$srcdir"/meek/meek-client
+   go get
+   make all
+}
+
+package() {
+   install -d "$pkgdir"/usr/{bin,share/{{doc,licenses}/$pkgname,man/man1}}
+   cd "$srcdir"/meek/meek-server
+   install -m755 meek-server "$pkgdir"/usr/bin
+   install -Dm644 torrc "$pkgdir"/usr/share/doc/$pkgname/torrc.meek-server
+   install -Dm644 README 
"$pkgdir"/usr/share/doc/$pkgname/README.meek-server
+
+   cd "$srcdir"/meek/meek-client
+   install -m755 meek-client "$pkgdir"/usr/bin
+   install -Dm644 torrc "$pkgdir"/usr/share/doc/$pkgname/torrc.meek-client
+   install -m644 ../README "$pkgdir"/usr/share/doc/$pkgname
+   install -m644 ../COPYING "$pkgdir"/usr/share/licenses/$pkgname
+   install -m644 ../doc/meek-{server,client}.1 "$pkgdir"/usr/share/man/man1
+}


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

2021-04-17 Thread Morten Linderud via arch-commits
Date: Saturday, April 17, 2021 @ 22:09:07
  Author: foxboron
Revision: 919858

upgpkg: meek 0.34-2: Go 1.16 rebuild

Modified:
  meek/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2021-04-17 21:56:38 UTC (rev 919857)
+++ PKGBUILD2021-04-17 22:09:07 UTC (rev 919858)
@@ -4,7 +4,7 @@
 
 pkgname=meek
 pkgver=0.34
-pkgrel=1
+pkgrel=2
 arch=('x86_64')
 pkgdesc='A pluggable transport proxy written in Go'
 optdepends=('tor')
@@ -31,6 +31,7 @@
export CGO_CXXFLAGS="${CXXFLAGS}"
export CGO_LDFLAGS="${LDFLAGS}"
export GOFLAGS="-buildmode=pie -trimpath -mod=readonly -modcacherw"
+   export GO111MODULE=off
 
cd "$srcdir"/meek/meek-server
go get


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

2021-04-17 Thread Morten Linderud via arch-commits
Date: Saturday, April 17, 2021 @ 21:55:23
  Author: foxboron
Revision: 919855

archrelease: copy trunk to community-x86_64

Added:
  kompose/repos/community-x86_64/PKGBUILD
(from rev 919854, kompose/trunk/PKGBUILD)
Deleted:
  kompose/repos/community-x86_64/PKGBUILD

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

Deleted: PKGBUILD
===
--- PKGBUILD2021-04-17 21:55:11 UTC (rev 919854)
+++ PKGBUILD2021-04-17 21:55:23 UTC (rev 919855)
@@ -1,43 +0,0 @@
-# Maintainer: Christian Rebischke 
-
-pkgname=kompose
-pkgver=1.22.0
-pkgrel=2
-pkgdesc="Docker compose to Kubernetes transformation tool"
-arch=('x86_64')
-url="https://github.com/kubernetes/kompose;
-license=('Apache')
-makedepends=('go' 'git' 'jq') # git binary is needed for test scripts
-depends=('glibc')
-source=("${pkgname}-${pkgver}.tar.gz::https://github.com/kubernetes/kompose/archive/v${pkgver}.tar.gz;)
-sha512sums=('09c2520b759dcc452f6d55b171d9c002ccdab96cf01cd9b67be33070c8b3faff0a189ca30731376386d214002e2c44ffe27715aa74039a8adbae946d2b03d1d0')
-
-prepare() {
-  export GOPATH="${srcdir}"
-  mkdir -p src/github.com/kubernetes "${GOPATH}/bin"
-  mv "${pkgname}-${pkgver}" "src/github.com/kubernetes/${pkgname}"
-  export PACKAGE_ROOT="${GOPATH}/src/github.com/kubernetes/${pkgname}"
-}
-
-build() {
-  cd "${PACKAGE_ROOT}"
-  export CGO_ENABLED=1
-  export CGO_CPPFLAGS="${CPPFLAGS}"
-  export CGO_CFLAGS="${CFLAGS}"
-  export CGO_CXXFLAGS="${CXXFLAGS}"
-  export CGO_LDFLAGS="${LDFLAGS}"
-  export GOFLAGS="-buildmode=pie -trimpath -mod=readonly -modcacherw"
-  go build -v .
-  chmod +x ./kompose
-}
-
-# tests are failing right now due to a bug in script/cmd/cmd_test.go:28
-#check() {
-#  cd "${PACKAGE_ROOT}"
-#  go test -v ./...
-#}
-
-package() {
-  cd "${PACKAGE_ROOT}"
-  install -Dsm755 ./kompose "${pkgdir}/usr/bin/kompose"
-}

Copied: kompose/repos/community-x86_64/PKGBUILD (from rev 919854, 
kompose/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2021-04-17 21:55:23 UTC (rev 919855)
@@ -0,0 +1,43 @@
+# Maintainer: Christian Rebischke 
+
+pkgname=kompose
+pkgver=1.22.0
+pkgrel=3
+pkgdesc="Docker compose to Kubernetes transformation tool"
+arch=('x86_64')
+url="https://github.com/kubernetes/kompose;
+license=('Apache')
+makedepends=('go' 'git' 'jq') # git binary is needed for test scripts
+depends=('glibc')
+source=("${pkgname}-${pkgver}.tar.gz::https://github.com/kubernetes/kompose/archive/v${pkgver}.tar.gz;)
+sha512sums=('09c2520b759dcc452f6d55b171d9c002ccdab96cf01cd9b67be33070c8b3faff0a189ca30731376386d214002e2c44ffe27715aa74039a8adbae946d2b03d1d0')
+
+prepare() {
+  export GOPATH="${srcdir}"
+  mkdir -p src/github.com/kubernetes "${GOPATH}/bin"
+  mv "${pkgname}-${pkgver}" "src/github.com/kubernetes/${pkgname}"
+  export PACKAGE_ROOT="${GOPATH}/src/github.com/kubernetes/${pkgname}"
+}
+
+build() {
+  cd "${PACKAGE_ROOT}"
+  export CGO_ENABLED=1
+  export CGO_CPPFLAGS="${CPPFLAGS}"
+  export CGO_CFLAGS="${CFLAGS}"
+  export CGO_CXXFLAGS="${CXXFLAGS}"
+  export CGO_LDFLAGS="${LDFLAGS}"
+  export GOFLAGS="-buildmode=pie -trimpath -mod=readonly -modcacherw"
+  go build -v .
+  chmod +x ./kompose
+}
+
+# tests are failing right now due to a bug in script/cmd/cmd_test.go:28
+#check() {
+#  cd "${PACKAGE_ROOT}"
+#  go test -v ./...
+#}
+
+package() {
+  cd "${PACKAGE_ROOT}"
+  install -Dsm755 ./kompose "${pkgdir}/usr/bin/kompose"
+}


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

2021-04-17 Thread Morten Linderud via arch-commits
Date: Saturday, April 17, 2021 @ 21:55:11
  Author: foxboron
Revision: 919854

upgpkg: kompose 1.22.0-3: Go 1.16 rebuild

Modified:
  kompose/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2021-04-17 21:54:17 UTC (rev 919853)
+++ PKGBUILD2021-04-17 21:55:11 UTC (rev 919854)
@@ -2,7 +2,7 @@
 
 pkgname=kompose
 pkgver=1.22.0
-pkgrel=2
+pkgrel=3
 pkgdesc="Docker compose to Kubernetes transformation tool"
 arch=('x86_64')
 url="https://github.com/kubernetes/kompose;


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

2021-04-17 Thread Sven-Hendrik Haase via arch-commits
Date: Saturday, April 17, 2021 @ 21:54:17
  Author: svenstaro
Revision: 919853

archrelease: copy trunk to community-staging-x86_64

Added:
  blender/repos/community-staging-x86_64/
  blender/repos/community-staging-x86_64/D8063-cuda11.diff
(from rev 919852, blender/trunk/D8063-cuda11.diff)
  blender/repos/community-staging-x86_64/PKGBUILD
(from rev 919852, blender/trunk/PKGBUILD)
  blender/repos/community-staging-x86_64/cuda11.patch
(from rev 919852, blender/trunk/cuda11.patch)
  blender/repos/community-staging-x86_64/embree.patch
(from rev 919852, blender/trunk/embree.patch)

---+
 D8063-cuda11.diff |  105 
 PKGBUILD  |   85 ++
 cuda11.patch  |   91 +
 embree.patch  |   43 +
 4 files changed, 324 insertions(+)

Copied: blender/repos/community-staging-x86_64/D8063-cuda11.diff (from rev 
919852, blender/trunk/D8063-cuda11.diff)
===
--- community-staging-x86_64/D8063-cuda11.diff  (rev 0)
+++ community-staging-x86_64/D8063-cuda11.diff  2021-04-17 21:54:17 UTC (rev 
919853)
@@ -0,0 +1,105 @@
+diff --git a/CMakeLists.txt b/CMakeLists.txt
+--- a/CMakeLists.txt
 b/CMakeLists.txt
+@@ -375,7 +375,7 @@
+ option(WITH_CYCLES_CUBIN_COMPILER   "Build cubins with nvrtc based compiler 
instead of nvcc" OFF)
+ option(WITH_CYCLES_CUDA_BUILD_SERIAL "Build cubins one after another (useful 
on machines with limited RAM)" OFF)
+ mark_as_advanced(WITH_CYCLES_CUDA_BUILD_SERIAL)
+-set(CYCLES_CUDA_BINARIES_ARCH sm_30 sm_35 sm_37 sm_50 sm_52 sm_60 sm_61 sm_70 
sm_75 CACHE STRING "CUDA architectures to build binaries for")
++set(CYCLES_CUDA_BINARIES_ARCH sm_30 sm_35 sm_37 sm_50 sm_52 sm_60 sm_61 sm_70 
sm_75 sm_80 CACHE STRING "CUDA architectures to build binaries for")
+ mark_as_advanced(CYCLES_CUDA_BINARIES_ARCH)
+ unset(PLATFORM_DEFAULT)
+ option(WITH_CYCLES_LOGGING  "Build Cycles with logging support" ON)
+diff --git a/build_files/cmake/config/blender_release.cmake 
b/build_files/cmake/config/blender_release.cmake
+--- a/build_files/cmake/config/blender_release.cmake
 b/build_files/cmake/config/blender_release.cmake
+@@ -52,7 +52,7 @@
+ set(WITH_MEM_JEMALLOC  ON  CACHE BOOL "" FORCE)
+ set(WITH_CYCLES_CUDA_BINARIES  ON  CACHE BOOL "" FORCE)
+ set(WITH_CYCLES_CUBIN_COMPILER OFF CACHE BOOL "" FORCE)
+-set(CYCLES_CUDA_BINARIES_ARCH 
sm_30;sm_35;sm_37;sm_50;sm_52;sm_60;sm_61;sm_70;sm_75 CACHE STRING "" FORCE)
++set(CYCLES_CUDA_BINARIES_ARCH 
sm_30;sm_35;sm_37;sm_50;sm_52;sm_60;sm_61;sm_70;sm_75;sm_80 CACHE STRING "" 
FORCE)
+ set(WITH_CYCLES_DEVICE_OPTIX   ON CACHE BOOL "" FORCE)
+ 
+ # platform dependent options
+diff --git a/intern/cycles/CMakeLists.txt b/intern/cycles/CMakeLists.txt
+--- a/intern/cycles/CMakeLists.txt
 b/intern/cycles/CMakeLists.txt
+@@ -313,7 +313,7 @@
+   set(MAX_MSVC 1910)
+ elseif(${CUDA_VERSION} EQUAL "9.1")
+   set(MAX_MSVC 1911)
+-elseif(${CUDA_VERSION} LESS "11.0")
++elseif(${CUDA_VERSION} LESS "12.0")
+   set(MAX_MSVC 1999)
+ endif()
+ if(NOT MSVC_VERSION LESS ${MAX_MSVC} OR CMAKE_C_COMPILER_ID MATCHES 
"Clang")
+diff --git a/intern/cycles/kernel/CMakeLists.txt 
b/intern/cycles/kernel/CMakeLists.txt
+--- a/intern/cycles/kernel/CMakeLists.txt
 b/intern/cycles/kernel/CMakeLists.txt
+@@ -485,8 +485,12 @@
+   foreach(arch ${CYCLES_CUDA_BINARIES_ARCH})
+ if(${arch} MATCHES "sm_2.")
+   message(STATUS "CUDA binaries for ${arch} are no longer supported, 
skipped.")
++elseif(${arch} MATCHES "sm_30" AND ${CUDA_VERSION} GREATER 109)
++  message(STATUS "CUDA binaries for ${arch} are no longer supported, 
skipped.")
+ elseif(${arch} MATCHES "sm_7." AND ${CUDA_VERSION} LESS 100)
+   message(STATUS "CUDA binaries for ${arch} require CUDA 10.0+, skipped.")
++elseif(${arch} MATCHES "sm_8." AND ${CUDA_VERSION} LESS 110)
++  message(STATUS "CUDA binaries for ${arch} require CUDA 11.0+, skipped.")
+ else()
+   # Compile regular kernel
+   CYCLES_CUDA_KERNEL_ADD(${arch} ${prev_arch} filter "" 
"${cuda_filter_sources}" FALSE)
+@@ -525,6 +529,11 @@
+   set(cuda_flags ${cuda_flags}
+ -D __KERNEL_DEBUG__)
+ endif()
++set(OPTIX_TARGET 30)
++if(${CUDA_VERSION} GREATER 109) #cuda 11
++  set(OPTIX_TARGET 52)
++endif()
++
+ if(WITH_CYCLES_CUBIN_COMPILER)
+ 
+   # Needed to find libnvrtc-builtins.so. Can't do it from inside
+@@ -536,7 +545,6 @@
+ set(CUBIN_CC_ENV ${CMAKE_COMMAND}
+   -E env LD_LIBRARY_PATH="${CUDA_TOOLKIT_ROOT_DIR}/lib64")
+   endif()
+-
+   add_custom_command(
+ OUTPUT ${output}
+ DEPENDS
+@@ -551,7 +559,7 @@
+   ${SRC_UTIL_HEADERS}
+ COMMAND ${CUBIN_CC_ENV}
+ "$"
+--target 30
++-target 

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

2021-04-17 Thread Morten Linderud via arch-commits
Date: Saturday, April 17, 2021 @ 21:54:12
  Author: foxboron
Revision: 919852

archrelease: copy trunk to community-x86_64

Added:
  kcptun/repos/community-x86_64/PKGBUILD
(from rev 919850, kcptun/trunk/PKGBUILD)
  kcptun/repos/community-x86_64/kcptun-server@.service
(from rev 919850, kcptun/trunk/kcptun-server@.service)
  kcptun/repos/community-x86_64/kcptun@.service
(from rev 919850, kcptun/trunk/kcptun@.service)
Deleted:
  kcptun/repos/community-x86_64/PKGBUILD
  kcptun/repos/community-x86_64/kcptun-server@.service
  kcptun/repos/community-x86_64/kcptun@.service

+
 PKGBUILD   |  104 +++
 kcptun-server@.service |   22 -
 kcptun@.service|   26 +--
 3 files changed, 76 insertions(+), 76 deletions(-)

Deleted: PKGBUILD
===
--- PKGBUILD2021-04-17 21:54:10 UTC (rev 919851)
+++ PKGBUILD2021-04-17 21:54:12 UTC (rev 919852)
@@ -1,52 +0,0 @@
-# Maintainer: Felix Yan 
-# Contributor: Kasei Wang 
-
-pkgname=kcptun
-pkgver=20210103
-pkgrel=1
-pkgdesc="A Secure Tunnel Based On KCP with N:M Multiplexing"
-arch=('x86_64')
-url="https://github.com/xtaci/kcptun;
-license=('MIT')
-depends=('glibc')
-makedepends=('go' 'git')
-source=("$pkgname-$pkgver.tar.gz::https://github.com/xtaci/kcptun/archive/v$pkgver.tar.gz;
-'kcptun@.service' 'kcptun-server@.service')
-sha512sums=('e7e4225db184dd46ec179d4ad892b4732e2c79cf7056be39a591ea8b8f343db336b0dc47ae715499c502cfb2ae4f42015873ba651b215c715c77aa24f89cb992'
-
'f6041eae26db4f11bf6dc22443548354114b8b5a2a436949513a168d5b271707e680dd1d6bdcfc4385945ae2cb1bc82736e605ca49c6c94904922b43d1917a5c'
-
'88607e7c6cba7628bf2c9229396fcf285227c56d2fd208f3d0200fb670f8919939ef05aa5e87fc3aceedb4f41e5bca597138c88930a23dbe4b03e22b42d64cec')
-
-prepare() {
-  cd kcptun-$pkgver
-
-  mkdir -p .gopath/src/github.com/xtaci
-  ln -sf "$PWD" .gopath/src/github.com/xtaci/kcptun
-  export GOPATH="$PWD/.gopath:/usr/share/gocode"
-}
-
-build() {
-  export CGO_CPPFLAGS="${CPPFLAGS}"
-  export CGO_CFLAGS="${CFLAGS}"
-  export CGO_CXXFLAGS="${CXXFLAGS}"
-  export CGO_LDFLAGS="${LDFLAGS}"
-  export GOFLAGS="-buildmode=pie -trimpath -mod=readonly -modcacherw"
-
-  cd "$srcdir"/kcptun-$pkgver/client
-  go build -o build/kcptun-client -ldflags "-X main.VERSION=$pkgver 
-extldflags=${LDFLAGS}" # -gccgoflags "$CFLAGS $LDFLAGS"
-
-  cd "$srcdir"/kcptun-$pkgver/server
-  go build -o build/kcptun-server -ldflags "-X main.VERSION=$pkgver 
-extldflags=${LDFLAGS}" # -gccgoflags "$CFLAGS $LDFLAGS"
-}
-
-package() {
-  cd kcptun-$pkgver
-
-  install -Dm755 client/build/kcptun-client "$pkgdir"/usr/bin/kcptun-client
-  install -Dm755 server/build/kcptun-server "$pkgdir"/usr/bin/kcptun-server
-
-  install -Dm644 LICENSE.md "$pkgdir"/usr/share/licenses/$pkgname/LICENSE.md
-
-  install -dm755 "$pkgdir"/etc/kcptun
-  install -Dm644 "$srcdir/kcptun@.service" 
"$pkgdir"/usr/lib/systemd/system/kcptun@.service
-  install -Dm644 "$srcdir/kcptun-server@.service" 
"$pkgdir"/usr/lib/systemd/system/kcptun-server@.service
-}

Copied: kcptun/repos/community-x86_64/PKGBUILD (from rev 919850, 
kcptun/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2021-04-17 21:54:12 UTC (rev 919852)
@@ -0,0 +1,52 @@
+# Maintainer: Felix Yan 
+# Contributor: Kasei Wang 
+
+pkgname=kcptun
+pkgver=20210103
+pkgrel=2
+pkgdesc="A Secure Tunnel Based On KCP with N:M Multiplexing"
+arch=('x86_64')
+url="https://github.com/xtaci/kcptun;
+license=('MIT')
+depends=('glibc')
+makedepends=('go' 'git')
+source=("$pkgname-$pkgver.tar.gz::https://github.com/xtaci/kcptun/archive/v$pkgver.tar.gz;
+'kcptun@.service' 'kcptun-server@.service')
+sha512sums=('e7e4225db184dd46ec179d4ad892b4732e2c79cf7056be39a591ea8b8f343db336b0dc47ae715499c502cfb2ae4f42015873ba651b215c715c77aa24f89cb992'
+
'f6041eae26db4f11bf6dc22443548354114b8b5a2a436949513a168d5b271707e680dd1d6bdcfc4385945ae2cb1bc82736e605ca49c6c94904922b43d1917a5c'
+
'88607e7c6cba7628bf2c9229396fcf285227c56d2fd208f3d0200fb670f8919939ef05aa5e87fc3aceedb4f41e5bca597138c88930a23dbe4b03e22b42d64cec')
+
+prepare() {
+  cd kcptun-$pkgver
+
+  mkdir -p .gopath/src/github.com/xtaci
+  ln -sf "$PWD" .gopath/src/github.com/xtaci/kcptun
+  export GOPATH="$PWD/.gopath:/usr/share/gocode"
+}
+
+build() {
+  export CGO_CPPFLAGS="${CPPFLAGS}"
+  export CGO_CFLAGS="${CFLAGS}"
+  export CGO_CXXFLAGS="${CXXFLAGS}"
+  export CGO_LDFLAGS="${LDFLAGS}"
+  export GOFLAGS="-buildmode=pie -trimpath -mod=readonly -modcacherw"
+
+  cd "$srcdir"/kcptun-$pkgver/client
+  go build -o build/kcptun-client -ldflags "-X main.VERSION=$pkgver 
-extldflags=${LDFLAGS}" # -gccgoflags "$CFLAGS $LDFLAGS"
+
+  cd "$srcdir"/kcptun-$pkgver/server
+  go build -o build/kcptun-server -ldflags "-X main.VERSION=$pkgver 

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

2021-04-17 Thread Sven-Hendrik Haase via arch-commits
Date: Saturday, April 17, 2021 @ 21:54:10
  Author: svenstaro
Revision: 919851

upgpkg: blender 17:2.92.0-4: alembic 1.8.0 rebuild

Modified:
  blender/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2021-04-17 21:54:02 UTC (rev 919850)
+++ PKGBUILD2021-04-17 21:54:10 UTC (rev 919851)
@@ -8,7 +8,7 @@
 
 pkgname=blender
 pkgver=2.92.0
-pkgrel=3
+pkgrel=4
 epoch=17
 pkgdesc="A fully integrated 3D graphics creation suite"
 arch=('x86_64')


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

2021-04-17 Thread Morten Linderud via arch-commits
Date: Saturday, April 17, 2021 @ 21:54:02
  Author: foxboron
Revision: 919850

upgpkg: kcptun 20210103-2: Go 1.16 rebuild

Modified:
  kcptun/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2021-04-17 21:53:19 UTC (rev 919849)
+++ PKGBUILD2021-04-17 21:54:02 UTC (rev 919850)
@@ -3,7 +3,7 @@
 
 pkgname=kcptun
 pkgver=20210103
-pkgrel=1
+pkgrel=2
 pkgdesc="A Secure Tunnel Based On KCP with N:M Multiplexing"
 arch=('x86_64')
 url="https://github.com/xtaci/kcptun;


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

2021-04-17 Thread Morten Linderud via arch-commits
Date: Saturday, April 17, 2021 @ 21:53:19
  Author: foxboron
Revision: 919849

archrelease: copy trunk to community-x86_64

Added:
  hub/repos/community-x86_64/PKGBUILD
(from rev 919848, hub/trunk/PKGBUILD)
Deleted:
  hub/repos/community-x86_64/PKGBUILD

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

Deleted: PKGBUILD
===
--- PKGBUILD2021-04-17 21:53:11 UTC (rev 919848)
+++ PKGBUILD2021-04-17 21:53:19 UTC (rev 919849)
@@ -1,50 +0,0 @@
-# Maintainer: Johannes Löthberg 
-# Maintainer: Eli Schwartz 
-# Contributor: Daniel Wallace 
-# Contributor: Alfredo Palhares 
-
-pkgname=hub
-pkgver=2.14.2
-pkgrel=2
-
-pkgdesc="cli interface for Github"
-url="https://hub.github.com;
-arch=('x86_64')
-license=('MIT')
-
-depends=('git')
-makedepends=('go')
-
-source=("hub-$pkgver.tar.gz::https://github.com/github/hub/archive/v$pkgver.tar.gz;)
-sha256sums=('e19e0fdfd1c69c401e1c24dd2d4ecf3fd9044aa4bd3f8d6fd942ed1b2b2ad21a')
-b2sums=('b0ff7bcebca7f4b515acf412b756da8512dad7c89f1976cc749c68d70303ff7172b6817e92c839c1864b55ac137e67cf1c99fa07e09b01fd76ad3d40be8d2163')
-
-build() {
-  cd "$srcdir"/hub-$pkgver
-
-  export CGO_CPPFLAGS="${CPPFLAGS}"
-  export CGO_CFLAGS="${CFLAGS}"
-  export CGO_CXXFLAGS="${CXXFLAGS}"
-  export CGO_LDFLAGS="${LDFLAGS}"
-  export GOFLAGS="-buildmode=pie -trimpath -mod=readonly -modcacherw"
-
-  make
-  make man-pages
-}
-
-check() {
-  cd "$srcdir"/hub-$pkgver
-
-  make test
-}
-
-package() {
-  cd "$srcdir"/hub-$pkgver
-
-  make PREFIX="$pkgdir"/usr install
-
-  install -Dm644 LICENSE "$pkgdir"/usr/share/licenses/$pkgname/LICENSE
-  install -Dm644 etc/hub.bash_completion.sh 
"$pkgdir"/usr/share/bash-completion/completions/hub
-  install -Dm644 etc/hub.zsh_completion 
"$pkgdir"/usr/share/zsh/site-functions/_hub
-  install -Dm644 etc/hub.fish_completion 
"$pkgdir"/usr/share/fish/vendor_completions.d/hub.fish
-}

Copied: hub/repos/community-x86_64/PKGBUILD (from rev 919848, 
hub/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2021-04-17 21:53:19 UTC (rev 919849)
@@ -0,0 +1,58 @@
+# Maintainer: Johannes Löthberg 
+# Maintainer: Eli Schwartz 
+# Contributor: Daniel Wallace 
+# Contributor: Alfredo Palhares 
+
+pkgname=hub
+pkgver=2.14.2
+pkgrel=3
+
+pkgdesc="cli interface for Github"
+url="https://hub.github.com;
+arch=('x86_64')
+license=('MIT')
+
+depends=('git')
+makedepends=('go')
+
+source=("hub-$pkgver.tar.gz::https://github.com/github/hub/archive/v$pkgver.tar.gz;
+
"fix-tests.patch::https://github.com/github/hub/commit/f1170f982c414ec53ebf35ad3b250226ec18a952.patch;)
+sha256sums=('e19e0fdfd1c69c401e1c24dd2d4ecf3fd9044aa4bd3f8d6fd942ed1b2b2ad21a'
+'a7d5ab7ea437353b818f4934987455ae9b0d883722015761fac4fe48fd3b5256')
+b2sums=('b0ff7bcebca7f4b515acf412b756da8512dad7c89f1976cc749c68d70303ff7172b6817e92c839c1864b55ac137e67cf1c99fa07e09b01fd76ad3d40be8d2163'
+
'2fe3848bae8c26d56f8a9fb0fa81902931f70b7ddf7ef31ed0f141c7b1e631561616b38f904a712d5de4d258b4c29bb0758f22763017959849c2f183eb0062d2')
+
+prepare() {
+cd "${pkgname}-${pkgver}"
+patch -Np1 < "$srcdir/fix-tests.patch"
+}
+
+build() {
+  cd "$srcdir"/hub-$pkgver
+
+  export CGO_CPPFLAGS="${CPPFLAGS}"
+  export CGO_CFLAGS="${CFLAGS}"
+  export CGO_CXXFLAGS="${CXXFLAGS}"
+  export CGO_LDFLAGS="${LDFLAGS}"
+  export GOFLAGS="-buildmode=pie -trimpath -mod=readonly -modcacherw"
+
+  make
+  make man-pages
+}
+
+check() {
+  cd "$srcdir"/hub-$pkgver
+
+  make test
+}
+
+package() {
+  cd "$srcdir"/hub-$pkgver
+
+  make PREFIX="$pkgdir"/usr install
+
+  install -Dm644 LICENSE "$pkgdir"/usr/share/licenses/$pkgname/LICENSE
+  install -Dm644 etc/hub.bash_completion.sh 
"$pkgdir"/usr/share/bash-completion/completions/hub
+  install -Dm644 etc/hub.zsh_completion 
"$pkgdir"/usr/share/zsh/site-functions/_hub
+  install -Dm644 etc/hub.fish_completion 
"$pkgdir"/usr/share/fish/vendor_completions.d/hub.fish
+}


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

2021-04-17 Thread Morten Linderud via arch-commits
Date: Saturday, April 17, 2021 @ 21:53:11
  Author: foxboron
Revision: 919848

upgpkg: hub 2.14.2-3: Go 1.16 rebuild

Modified:
  hub/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2021-04-17 21:50:09 UTC (rev 919847)
+++ PKGBUILD2021-04-17 21:53:11 UTC (rev 919848)
@@ -5,7 +5,7 @@
 
 pkgname=hub
 pkgver=2.14.2
-pkgrel=2
+pkgrel=3
 
 pkgdesc="cli interface for Github"
 url="https://hub.github.com;
@@ -15,10 +15,18 @@
 depends=('git')
 makedepends=('go')
 
-source=("hub-$pkgver.tar.gz::https://github.com/github/hub/archive/v$pkgver.tar.gz;)
-sha256sums=('e19e0fdfd1c69c401e1c24dd2d4ecf3fd9044aa4bd3f8d6fd942ed1b2b2ad21a')
-b2sums=('b0ff7bcebca7f4b515acf412b756da8512dad7c89f1976cc749c68d70303ff7172b6817e92c839c1864b55ac137e67cf1c99fa07e09b01fd76ad3d40be8d2163')
+source=("hub-$pkgver.tar.gz::https://github.com/github/hub/archive/v$pkgver.tar.gz;
+
"fix-tests.patch::https://github.com/github/hub/commit/f1170f982c414ec53ebf35ad3b250226ec18a952.patch;)
+sha256sums=('e19e0fdfd1c69c401e1c24dd2d4ecf3fd9044aa4bd3f8d6fd942ed1b2b2ad21a'
+'a7d5ab7ea437353b818f4934987455ae9b0d883722015761fac4fe48fd3b5256')
+b2sums=('b0ff7bcebca7f4b515acf412b756da8512dad7c89f1976cc749c68d70303ff7172b6817e92c839c1864b55ac137e67cf1c99fa07e09b01fd76ad3d40be8d2163'
+
'2fe3848bae8c26d56f8a9fb0fa81902931f70b7ddf7ef31ed0f141c7b1e631561616b38f904a712d5de4d258b4c29bb0758f22763017959849c2f183eb0062d2')
 
+prepare() {
+cd "${pkgname}-${pkgver}"
+patch -Np1 < "$srcdir/fix-tests.patch"
+}
+
 build() {
   cd "$srcdir"/hub-$pkgver
 


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

2021-04-17 Thread Morten Linderud via arch-commits
Date: Saturday, April 17, 2021 @ 21:50:09
  Author: foxboron
Revision: 919847

archrelease: copy trunk to community-x86_64

Added:
  gost/repos/community-x86_64/LICENSE
(from rev 919846, gost/trunk/LICENSE)
  gost/repos/community-x86_64/PKGBUILD
(from rev 919846, gost/trunk/PKGBUILD)
Deleted:
  gost/repos/community-x86_64/LICENSE
  gost/repos/community-x86_64/PKGBUILD

--+
 LICENSE  |   44 +--
 PKGBUILD |   76 ++---
 2 files changed, 60 insertions(+), 60 deletions(-)

Deleted: LICENSE
===
--- LICENSE 2021-04-17 21:49:58 UTC (rev 919846)
+++ LICENSE 2021-04-17 21:50:09 UTC (rev 919847)
@@ -1,22 +0,0 @@
-The MIT License (MIT)
-
-Copyright (c) 2014 郑锐
-
-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: gost/repos/community-x86_64/LICENSE (from rev 919846, 
gost/trunk/LICENSE)
===
--- LICENSE (rev 0)
+++ LICENSE 2021-04-17 21:50:09 UTC (rev 919847)
@@ -0,0 +1,22 @@
+The MIT License (MIT)
+
+Copyright (c) 2014 郑锐
+
+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
===
--- PKGBUILD2021-04-17 21:49:58 UTC (rev 919846)
+++ PKGBUILD2021-04-17 21:50:09 UTC (rev 919847)
@@ -1,38 +0,0 @@
-# Maintainer: Felix Yan 
-
-pkgname=gost
-pkgver=2.11.1
-pkgrel=2
-pkgdesc="GO Simple Tunnel"
-arch=('x86_64')
-url="https://github.com/ginuerzh/gost;
-license=('MIT')
-depends=('glibc')
-makedepends=('go' 'git')
-source=("$pkgname-$pkgver.tar.gz::https://github.com/ginuerzh/gost/archive/v$pkgver.tar.gz;
-LICENSE)
-sha512sums=('99223207c84f3ba899d0682e4a6f1c50a810b0fe08c60e11fda9b3f2adda136f67a84f93112d51e13f7928a0d8a42ef8ec7994b816ec4045ad5e7123df997811'
-
'8815c27a49d747e90fbcbf03c6011a76b95bc72a6c963ee8df9490e6aba9a3f4f9895e6a7759988aef123160ef8a6d2de85e8fce01c5980f8744e212792ad07c')
-
-prepare() {
-  mkdir -p .gopath/src/github.com/ginuerzh
-  ln -s "$PWD/gost-$pkgver" .gopath/src/github.com/ginuerzh/gost
-}
-
-build() {
-  export GOPATH="$srcdir/.gopath"
-  export CGO_CPPFLAGS="${CPPFLAGS}"
-  export CGO_CFLAGS="${CFLAGS}"
-  export CGO_CXXFLAGS="${CXXFLAGS}"
-  export CGO_LDFLAGS="${LDFLAGS}"
-  export GOFLAGS="-buildmode=pie -trimpath -mod=readonly -modcacherw"
-
-  cd gost-$pkgver/cmd/gost
-  go build -ldflags "-extldflags ${LDFLAGS}" # -gccgoflags "$CFLAGS $LDFLAGS"
-}
-
-package() {
-  cd gost-$pkgver
-  install -Dm755 cmd/gost/gost "$pkgdir/usr/bin/gost"
-  install -Dm644 ../LICENSE "$pkgdir/usr/share/licenses/$pkgname/LICENSE"
-}

Copied: gost/repos/community-x86_64/PKGBUILD (from rev 919846, 
gost/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2021-04-17 21:50:09 UTC (rev 919847)
@@ -0,0 

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

2021-04-17 Thread Morten Linderud via arch-commits
Date: Saturday, April 17, 2021 @ 21:49:58
  Author: foxboron
Revision: 919846

upgpkg: gost 2.11.1-3: Go 1.16 rebuild

Modified:
  gost/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2021-04-17 21:49:15 UTC (rev 919845)
+++ PKGBUILD2021-04-17 21:49:58 UTC (rev 919846)
@@ -2,7 +2,7 @@
 
 pkgname=gost
 pkgver=2.11.1
-pkgrel=2
+pkgrel=3
 pkgdesc="GO Simple Tunnel"
 arch=('x86_64')
 url="https://github.com/ginuerzh/gost;


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

2021-04-17 Thread Morten Linderud via arch-commits
Date: Saturday, April 17, 2021 @ 21:49:15
  Author: foxboron
Revision: 919845

archrelease: copy trunk to community-x86_64

Added:
  fluxctl/repos/community-x86_64/PKGBUILD
(from rev 919844, fluxctl/trunk/PKGBUILD)
Deleted:
  fluxctl/repos/community-x86_64/PKGBUILD

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

Deleted: PKGBUILD
===
--- PKGBUILD2021-04-17 21:49:07 UTC (rev 919844)
+++ PKGBUILD2021-04-17 21:49:15 UTC (rev 919845)
@@ -1,35 +0,0 @@
-# Maintainer: Christian Rebischke 
-
-pkgname=fluxctl
-_pkgname=flux
-pkgver=1.21.1
-pkgrel=1
-pkgdesc="Controller for the GitOps Kubernetes operator flux"
-arch=('x86_64')
-url="https://github.com/fluxcd/flux;
-license=('Apache')
-makedepends=('go' 'git')
-depends=('glibc')
-source=("${pkgname}-${pkgver}.tar.gz::https://github.com/fluxcd/flux/archive/${pkgver}.tar.gz;)
-sha512sums=('bd850951abe72b78fff7c4b57bae2f5b0dc55a45d95d75c1feff8695043393e2547ac1c37562db8f62dc897e6f9fc4920c0b55a69ca386f3ff181aee43734e6b')
-
-build() {
-  cd "${_pkgname}-${pkgver}/cmd/fluxctl"
-  export CGO_CPPFLAGS="${CPPFLAGS}"
-  export CGO_CFLAGS="${CFLAGS}"
-  export CGO_CXXFLAGS="${CXXFLAGS}"
-  export CGO_LDFLAGS="${LDFLAGS}"
-  export GOFLAGS="-buildmode=pie -trimpath -mod=readonly -modcacherw"
-  go build -ldflags "-w -X main.version="${pkgver}" -linkmode=external" .
-  chmod +x ./fluxctl
-}
-
-check() {
-  cd "${_pkgname}-${pkgver}/cmd/fluxctl"
-  go test ./...
-}
-
-package() {
-  cd "${_pkgname}-${pkgver}/cmd/fluxctl"
-  install -Dsm755 ./fluxctl "${pkgdir}/usr/bin/fluxctl"
-}

Copied: fluxctl/repos/community-x86_64/PKGBUILD (from rev 919844, 
fluxctl/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2021-04-17 21:49:15 UTC (rev 919845)
@@ -0,0 +1,35 @@
+# Maintainer: Christian Rebischke 
+
+pkgname=fluxctl
+_pkgname=flux
+pkgver=1.21.1
+pkgrel=2
+pkgdesc="Controller for the GitOps Kubernetes operator flux"
+arch=('x86_64')
+url="https://github.com/fluxcd/flux;
+license=('Apache')
+makedepends=('go' 'git')
+depends=('glibc')
+source=("${pkgname}-${pkgver}.tar.gz::https://github.com/fluxcd/flux/archive/${pkgver}.tar.gz;)
+sha512sums=('bd850951abe72b78fff7c4b57bae2f5b0dc55a45d95d75c1feff8695043393e2547ac1c37562db8f62dc897e6f9fc4920c0b55a69ca386f3ff181aee43734e6b')
+
+build() {
+  cd "${_pkgname}-${pkgver}/cmd/fluxctl"
+  export CGO_CPPFLAGS="${CPPFLAGS}"
+  export CGO_CFLAGS="${CFLAGS}"
+  export CGO_CXXFLAGS="${CXXFLAGS}"
+  export CGO_LDFLAGS="${LDFLAGS}"
+  export GOFLAGS="-buildmode=pie -trimpath -mod=readonly -modcacherw"
+  go build -ldflags "-w -X main.version="${pkgver}" -linkmode=external" .
+  chmod +x ./fluxctl
+}
+
+check() {
+  cd "${_pkgname}-${pkgver}/cmd/fluxctl"
+  go test ./...
+}
+
+package() {
+  cd "${_pkgname}-${pkgver}/cmd/fluxctl"
+  install -Dsm755 ./fluxctl "${pkgdir}/usr/bin/fluxctl"
+}


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

2021-04-17 Thread Morten Linderud via arch-commits
Date: Saturday, April 17, 2021 @ 21:49:07
  Author: foxboron
Revision: 919844

upgpkg: fluxctl 1.21.1-2: Go 1.16 rebuild

Modified:
  fluxctl/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2021-04-17 21:47:58 UTC (rev 919843)
+++ PKGBUILD2021-04-17 21:49:07 UTC (rev 919844)
@@ -3,7 +3,7 @@
 pkgname=fluxctl
 _pkgname=flux
 pkgver=1.21.1
-pkgrel=1
+pkgrel=2
 pkgdesc="Controller for the GitOps Kubernetes operator flux"
 arch=('x86_64')
 url="https://github.com/fluxcd/flux;


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

2021-04-17 Thread Morten Linderud via arch-commits
Date: Saturday, April 17, 2021 @ 21:47:58
  Author: foxboron
Revision: 919843

archrelease: copy trunk to community-x86_64

Added:
  easyjson/repos/community-x86_64/PKGBUILD
(from rev 919842, easyjson/trunk/PKGBUILD)
Deleted:
  easyjson/repos/community-x86_64/PKGBUILD

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

Deleted: PKGBUILD
===
--- PKGBUILD2021-04-17 21:47:50 UTC (rev 919842)
+++ PKGBUILD2021-04-17 21:47:58 UTC (rev 919843)
@@ -1,45 +0,0 @@
-# Maintainer: Anatol Pomozov
-
-pkgname=easyjson
-pkgver=0.7.3
-pkgrel=1
-pkgdesc='Fast JSON serializer for golang'
-arch=(x86_64)
-url='https://github.com/mailru/easyjson'
-license=(MIT)
-depends=(glibc)
-makedepends=(go git)
-source=(easyjson-$pkgver.zip::https://github.com/mailru/easyjson/archive/v$pkgver.zip)
-sha512sums=('724ddac266f0531a700c859534a89381c2de058f80684570c5753558e0d51c7a8fbb72d3dc3bdc71bbed1b6af56fd3f458eb916fe5ddb6c84b2d3d93cff8b1f2')
-
-prepare() {
-  cd $srcdir/easyjson-$pkgver
-  sed -i 's/golint /#golint /g' Makefile
-  sed -i 's/-i//g' Makefile
-}
-
-build() {
-  cd $srcdir/easyjson-$pkgver
-  export CGO_CPPFLAGS="${CPPFLAGS}"
-  export CGO_CFLAGS="${CFLAGS}"
-  export CGO_CXXFLAGS="${CXXFLAGS}"
-  export CGO_LDFLAGS="${LDFLAGS}"
-  export GOFLAGS="-buildmode=pie -trimpath -mod=readonly -modcacherw"
-  make build
-}
-
-check() {
-  cd $srcdir/easyjson-$pkgver
-  # The tests rebuild the binary, this time without flags
-  export CGO_CPPFLAGS="${CPPFLAGS}"
-  export CGO_CFLAGS="${CFLAGS}"
-  export CGO_CXXFLAGS="${CXXFLAGS}"
-  export CGO_LDFLAGS="${LDFLAGS}"
-  export GOFLAGS="-buildmode=pie -trimpath -mod=readonly -modcacherw"
-  make test
-}
-
-package() {
-  cd $srcdir/easyjson-$pkgver
-  install -Dm755 bin/easyjson $pkgdir/usr/bin/easyjson
-}

Copied: easyjson/repos/community-x86_64/PKGBUILD (from rev 919842, 
easyjson/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2021-04-17 21:47:58 UTC (rev 919843)
@@ -0,0 +1,46 @@
+# Maintainer: Anatol Pomozov
+
+pkgname=easyjson
+pkgver=0.7.7
+pkgrel=1
+pkgdesc='Fast JSON serializer for golang'
+arch=(x86_64)
+url='https://github.com/mailru/easyjson'
+license=(MIT)
+depends=(glibc)
+makedepends=(go git)
+source=(easyjson-$pkgver.zip::https://github.com/mailru/easyjson/archive/v$pkgver.zip)
+sha512sums=('21b28ac8730090118c8268c580166b9179b003fa8c0a603f90fce5f4b91eb12fd14466c94f7ecbc01764f8a3c7c7350283da3094f208992f877cd5f1391bcbb6')
+
+prepare() {
+  cd $srcdir/easyjson-$pkgver
+  sed -i 's/golint /#golint /g' Makefile
+  sed -i 's/-i//g' Makefile
+}
+
+build() {
+  cd $srcdir/easyjson-$pkgver
+  export CGO_CPPFLAGS="${CPPFLAGS}"
+  export CGO_CFLAGS="${CFLAGS}"
+  export CGO_CXXFLAGS="${CXXFLAGS}"
+  export CGO_LDFLAGS="${LDFLAGS}"
+  export GOFLAGS="-buildmode=pie -trimpath -mod=readonly -modcacherw"
+  make build
+}
+
+check() {
+  cd $srcdir/easyjson-$pkgver
+  # The tests rebuild the binary, this time without flags
+  export CGO_CPPFLAGS="${CPPFLAGS}"
+  export CGO_CFLAGS="${CFLAGS}"
+  export CGO_CXXFLAGS="${CXXFLAGS}"
+  export CGO_LDFLAGS="${LDFLAGS}"
+  export GOFLAGS="-buildmode=pie -trimpath -mod=readonly -modcacherw"
+  # Foxboron: Allocation fails in a test. Not sure why.
+  #make test
+}
+
+package() {
+  cd $srcdir/easyjson-$pkgver
+  install -Dm755 bin/easyjson $pkgdir/usr/bin/easyjson
+}


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

2021-04-17 Thread Morten Linderud via arch-commits
Date: Saturday, April 17, 2021 @ 21:47:50
  Author: foxboron
Revision: 919842

upgpkg: easyjson 0.7.7-1: Go 1.16 rebuild

Modified:
  easyjson/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2021-04-17 21:43:04 UTC (rev 919841)
+++ PKGBUILD2021-04-17 21:47:50 UTC (rev 919842)
@@ -1,7 +1,7 @@
 # Maintainer: Anatol Pomozov
 
 pkgname=easyjson
-pkgver=0.7.3
+pkgver=0.7.7
 pkgrel=1
 pkgdesc='Fast JSON serializer for golang'
 arch=(x86_64)
@@ -10,7 +10,7 @@
 depends=(glibc)
 makedepends=(go git)
 
source=(easyjson-$pkgver.zip::https://github.com/mailru/easyjson/archive/v$pkgver.zip)
-sha512sums=('724ddac266f0531a700c859534a89381c2de058f80684570c5753558e0d51c7a8fbb72d3dc3bdc71bbed1b6af56fd3f458eb916fe5ddb6c84b2d3d93cff8b1f2')
+sha512sums=('21b28ac8730090118c8268c580166b9179b003fa8c0a603f90fce5f4b91eb12fd14466c94f7ecbc01764f8a3c7c7350283da3094f208992f877cd5f1391bcbb6')
 
 prepare() {
   cd $srcdir/easyjson-$pkgver
@@ -36,7 +36,8 @@
   export CGO_CXXFLAGS="${CXXFLAGS}"
   export CGO_LDFLAGS="${LDFLAGS}"
   export GOFLAGS="-buildmode=pie -trimpath -mod=readonly -modcacherw"
-  make test
+  # Foxboron: Allocation fails in a test. Not sure why.
+  #make test
 }
 
 package() {


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

2021-04-17 Thread Sven-Hendrik Haase via arch-commits
Date: Saturday, April 17, 2021 @ 21:43:04
  Author: svenstaro
Revision: 919841

archrelease: copy trunk to community-staging-x86_64

Added:
  alembic/repos/community-staging-x86_64/
  alembic/repos/community-staging-x86_64/PKGBUILD
(from rev 919840, alembic/trunk/PKGBUILD)

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

Copied: alembic/repos/community-staging-x86_64/PKGBUILD (from rev 919840, 
alembic/trunk/PKGBUILD)
===
--- community-staging-x86_64/PKGBUILD   (rev 0)
+++ community-staging-x86_64/PKGBUILD   2021-04-17 21:43:04 UTC (rev 919841)
@@ -0,0 +1,35 @@
+# Maintainer: Sven-Hendrik Haase 
+
+pkgname=alembic
+pkgver=1.8.0
+pkgrel=1
+pkgdesc="An open framework for storing and sharing scene data"
+arch=('x86_64')
+url="http://www.alembic.io/;
+license=('BSD')
+depends=('openexr' 'boost-libs' 'hdf5')
+makedepends=('cmake' 'boost' 'ninja')
+source=($pkgname-$pkgver.tar.gz::https://github.com/alembic/alembic/archive/${pkgver}.tar.gz)
+sha512sums=('23fc881863741f7fd081342f5c53c1ec3d00ab300ba8cd10e4a659ee820a9ed1244cf7cf2fd40482f6be32b9d7df44128363246e942bd03c802f3a2a81533b57')
+
+build() {
+  cd "${pkgname}-${pkgver}"
+
+  cmake . \
+-Bbuild \
+-GNinja \
+-DCMAKE_INSTALL_PREFIX=/usr \
+-DUSE_HDF5=ON
+
+  ninja -C build
+}
+
+package() {
+  cd "${pkgname}-${pkgver}"
+
+  install -Dm644 LICENSE.txt "${pkgdir}"/usr/share/licenses/${pkgname}/LICENSE
+
+  DESTDIR="${pkgdir}/" ninja -C build install
+}
+
+# vim:set ts=2 sw=2 et:


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

2021-04-17 Thread Sven-Hendrik Haase via arch-commits
Date: Saturday, April 17, 2021 @ 21:42:33
  Author: svenstaro
Revision: 919840

upgpkg: alembic 1.8.0-1

Modified:
  alembic/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2021-04-17 21:37:07 UTC (rev 919839)
+++ PKGBUILD2021-04-17 21:42:33 UTC (rev 919840)
@@ -1,7 +1,7 @@
 # Maintainer: Sven-Hendrik Haase 
 
 pkgname=alembic
-pkgver=1.7.16
+pkgver=1.8.0
 pkgrel=1
 pkgdesc="An open framework for storing and sharing scene data"
 arch=('x86_64')
@@ -10,7 +10,7 @@
 depends=('openexr' 'boost-libs' 'hdf5')
 makedepends=('cmake' 'boost' 'ninja')
 
source=($pkgname-$pkgver.tar.gz::https://github.com/alembic/alembic/archive/${pkgver}.tar.gz)
-sha512sums=('bd4777dc4abf15bfb8307b00fd2d67671e89944d0dd8a74a657f4aee49e6a1cd0ab1fe5bb7f9afc63abcce2123466bb8a9a3886d41724ed2c242bc61d7d5b3a1')
+sha512sums=('23fc881863741f7fd081342f5c53c1ec3d00ab300ba8cd10e4a659ee820a9ed1244cf7cf2fd40482f6be32b9d7df44128363246e942bd03c802f3a2a81533b57')
 
 build() {
   cd "${pkgname}-${pkgver}"


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

2021-04-17 Thread Morten Linderud via arch-commits
Date: Saturday, April 17, 2021 @ 21:36:59
  Author: foxboron
Revision: 919838

upgpkg: docker-machine 0.16.2-5: Go 1.16 rebuild

Modified:
  docker-machine/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2021-04-17 21:23:53 UTC (rev 919837)
+++ PKGBUILD2021-04-17 21:36:59 UTC (rev 919838)
@@ -3,7 +3,7 @@
 
 pkgname=docker-machine
 pkgver=0.16.2
-pkgrel=4
+pkgrel=5
 pkgdesc='Machine management for a container-centric world'
 arch=('x86_64')
 url='https://github.com/docker/machine'
@@ -29,6 +29,7 @@
   export CGO_CXXFLAGS="${CXXFLAGS}"
   export CGO_LDFLAGS="${LDFLAGS}"
   export GOFLAGS="-buildmode=pie -trimpath -mod=readonly -modcacherw"
+  export GO111MODULE=off
 
   cd machine-$pkgver
   go build -o bin/docker-machine cmd/docker-machine/machine.go # -gccgoflags 
"$CFLAGS $LDFLAGS"


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

2021-04-17 Thread Morten Linderud via arch-commits
Date: Saturday, April 17, 2021 @ 21:37:07
  Author: foxboron
Revision: 919839

archrelease: copy trunk to community-x86_64

Added:
  docker-machine/repos/community-x86_64/PKGBUILD
(from rev 919838, docker-machine/trunk/PKGBUILD)
Deleted:
  docker-machine/repos/community-x86_64/PKGBUILD

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

Deleted: PKGBUILD
===
--- PKGBUILD2021-04-17 21:36:59 UTC (rev 919838)
+++ PKGBUILD2021-04-17 21:37:07 UTC (rev 919839)
@@ -1,43 +0,0 @@
-# Maintainer: Felix Yan 
-# Contributor: Dmitry Chusovitin 
-
-pkgname=docker-machine
-pkgver=0.16.2
-pkgrel=4
-pkgdesc='Machine management for a container-centric world'
-arch=('x86_64')
-url='https://github.com/docker/machine'
-license=('Apache')
-depends=('glibc')
-optdepends=('net-tools: for VirtualBox support')
-makedepends=('go')
-optdepends=('net-tools: required for VirtualBox driver')
-source=("$pkgname-$pkgver.tar.gz::https://github.com/docker/machine/archive/v$pkgver.tar.gz;)
-sha512sums=('92408c18be23cee040e96412dafeff16415834c3141b0a9c1f82cb9d6b1e0700344a158a44ffac24fed2c244d3fa5c531d9f13aa4be1f4fcbd79104f899e')
-
-prepare() {
-  mkdir -p build/src
-  mv machine-$pkgver/vendor/* build/src/
-  mkdir -p build/src/github.com/docker
-  ln -s "$srcdir"/machine-$pkgver build/src/github.com/docker/machine
-}
-
-build() {
-  export GOPATH="$srcdir/build"
-  export CGO_CPPFLAGS="${CPPFLAGS}"
-  export CGO_CFLAGS="${CFLAGS}"
-  export CGO_CXXFLAGS="${CXXFLAGS}"
-  export CGO_LDFLAGS="${LDFLAGS}"
-  export GOFLAGS="-buildmode=pie -trimpath -mod=readonly -modcacherw"
-
-  cd machine-$pkgver
-  go build -o bin/docker-machine cmd/docker-machine/machine.go # -gccgoflags 
"$CFLAGS $LDFLAGS"
-}
-
-package() {
-  cd machine-$pkgver
-  install -Dm755 bin/docker-machine "$pkgdir"/usr/bin/docker-machine
-  install -Dm644 contrib/completion/bash/docker-machine.bash 
"$pkgdir"/usr/share/bash-completion/completions/docker-machine
-  install -Dm644 contrib/completion/zsh/_docker-machine 
"$pkgdir"/usr/share/zsh/site-functions/_docker-machine
-  install -Dm644 LICENSE "$pkgdir"/usr/share/licenses/$pkgname/LICENSE
-}

Copied: docker-machine/repos/community-x86_64/PKGBUILD (from rev 919838, 
docker-machine/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2021-04-17 21:37:07 UTC (rev 919839)
@@ -0,0 +1,44 @@
+# Maintainer: Felix Yan 
+# Contributor: Dmitry Chusovitin 
+
+pkgname=docker-machine
+pkgver=0.16.2
+pkgrel=5
+pkgdesc='Machine management for a container-centric world'
+arch=('x86_64')
+url='https://github.com/docker/machine'
+license=('Apache')
+depends=('glibc')
+optdepends=('net-tools: for VirtualBox support')
+makedepends=('go')
+optdepends=('net-tools: required for VirtualBox driver')
+source=("$pkgname-$pkgver.tar.gz::https://github.com/docker/machine/archive/v$pkgver.tar.gz;)
+sha512sums=('92408c18be23cee040e96412dafeff16415834c3141b0a9c1f82cb9d6b1e0700344a158a44ffac24fed2c244d3fa5c531d9f13aa4be1f4fcbd79104f899e')
+
+prepare() {
+  mkdir -p build/src
+  mv machine-$pkgver/vendor/* build/src/
+  mkdir -p build/src/github.com/docker
+  ln -s "$srcdir"/machine-$pkgver build/src/github.com/docker/machine
+}
+
+build() {
+  export GOPATH="$srcdir/build"
+  export CGO_CPPFLAGS="${CPPFLAGS}"
+  export CGO_CFLAGS="${CFLAGS}"
+  export CGO_CXXFLAGS="${CXXFLAGS}"
+  export CGO_LDFLAGS="${LDFLAGS}"
+  export GOFLAGS="-buildmode=pie -trimpath -mod=readonly -modcacherw"
+  export GO111MODULE=off
+
+  cd machine-$pkgver
+  go build -o bin/docker-machine cmd/docker-machine/machine.go # -gccgoflags 
"$CFLAGS $LDFLAGS"
+}
+
+package() {
+  cd machine-$pkgver
+  install -Dm755 bin/docker-machine "$pkgdir"/usr/bin/docker-machine
+  install -Dm644 contrib/completion/bash/docker-machine.bash 
"$pkgdir"/usr/share/bash-completion/completions/docker-machine
+  install -Dm644 contrib/completion/zsh/_docker-machine 
"$pkgdir"/usr/share/zsh/site-functions/_docker-machine
+  install -Dm644 LICENSE "$pkgdir"/usr/share/licenses/$pkgname/LICENSE
+}


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

2021-04-17 Thread Morten Linderud via arch-commits
Date: Saturday, April 17, 2021 @ 21:23:53
  Author: foxboron
Revision: 919837

archrelease: copy trunk to community-x86_64

Added:
  consul-template/repos/community-x86_64/PKGBUILD
(from rev 919836, consul-template/trunk/PKGBUILD)
  consul-template/repos/community-x86_64/consul-template.hcl
(from rev 919836, consul-template/trunk/consul-template.hcl)
  consul-template/repos/community-x86_64/consul-template.service
(from rev 919836, consul-template/trunk/consul-template.service)
Deleted:
  consul-template/repos/community-x86_64/PKGBUILD
  consul-template/repos/community-x86_64/consul-template.hcl
  consul-template/repos/community-x86_64/consul-template.service

-+
 PKGBUILD|   94 +++---
 consul-template.hcl |  700 +++---
 consul-template.service |   24 -
 3 files changed, 409 insertions(+), 409 deletions(-)

Deleted: PKGBUILD
===
--- PKGBUILD2021-04-17 21:23:42 UTC (rev 919836)
+++ PKGBUILD2021-04-17 21:23:53 UTC (rev 919837)
@@ -1,47 +0,0 @@
-# Maintainer: Christian Rebischke 
-# Contributor: Tyler Langlois 
-# Contributor: Tim Meusel 
-pkgname=consul-template
-pkgver=0.22.1
-pkgrel=2
-pkgdesc='Template rendering, notifier, and supervisor for HashiCorp Consul and 
Vault data'
-arch=('x86_64')
-url='https://github.com/hashicorp/consul-template'
-license=('MPL')
-backup=("etc/${pkgname}/${pkgname}.hcl")
-makedepends=('go' 'git')
-depends=('glibc')
-optdepends=('consul: interpolate values from a distributed key/value store'
-'vault: reference secure secrets in template files')
-_consul_template_commit='005b42eb2414a945dfe205dba58f64cc3546a7b5'
-source=("git+https://github.com/hashicorp/consul-template#commit=${_consul_template_commit};
-"${pkgname}.service"
-"${pkgname}.hcl")
-sha512sums=('SKIP'
-
'8b187ff470fb10b47b815b2faaad836ac369071c8ce7e353ec0cbc98e3b1ac2ffc9c892244ac492be1285caa303c4b5fd0a22df3bdb2a037fca1b06c7b24084b'
-
'b2acfbb4bf389b1d95ca9a5f2dfe9be85444c20efdae63f0e6e34d2f33a16ca1d089e6510b6867f74c3b4390a097952ab235c55e4023245e61cc4318622d5674')
-
-prepare() {
-  export GOPATH="${srcdir}"
-  export PATH="$PATH:$GOPATH/bin"
-  mkdir -p src/github.com/hashicorp/
-  mv "${pkgname}" src/github.com/hashicorp/
-  export GO111MODULE=on
-}
-
-build() {
-  cd src/github.com/hashicorp/"${pkgname}"
-  export CGO_CPPFLAGS="${CPPFLAGS}"
-  export CGO_CFLAGS="${CFLAGS}"
-  export CGO_CXXFLAGS="${CXXFLAGS}"
-  export CGO_LDFLAGS="${LDFLAGS}"
-  export GOFLAGS="-buildmode=pie -trimpath -mod=readonly -modcacherw"
-  go build -o consul-template-binary
-}
-
-package() {
-  cd src/github.com/hashicorp/"${pkgname}"
-  install -Dm755 consul-template-binary "${pkgdir}/usr/bin/consul-template"
-  install -Dm644 "${srcdir}/${pkgname}.hcl" 
"${pkgdir}/etc/${pkgname}/${pkgname}.hcl"
-  install -Dm644 "${srcdir}/${pkgname}.service" 
"${pkgdir}/usr/lib/systemd/system/${pkgname}.service"
-}

Copied: consul-template/repos/community-x86_64/PKGBUILD (from rev 919836, 
consul-template/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2021-04-17 21:23:53 UTC (rev 919837)
@@ -0,0 +1,47 @@
+# Maintainer: Christian Rebischke 
+# Contributor: Tyler Langlois 
+# Contributor: Tim Meusel 
+pkgname=consul-template
+pkgver=0.22.1
+pkgrel=3
+pkgdesc='Template rendering, notifier, and supervisor for HashiCorp Consul and 
Vault data'
+arch=('x86_64')
+url='https://github.com/hashicorp/consul-template'
+license=('MPL')
+backup=("etc/${pkgname}/${pkgname}.hcl")
+makedepends=('go' 'git')
+depends=('glibc')
+optdepends=('consul: interpolate values from a distributed key/value store'
+'vault: reference secure secrets in template files')
+_consul_template_commit='005b42eb2414a945dfe205dba58f64cc3546a7b5'
+source=("git+https://github.com/hashicorp/consul-template#commit=${_consul_template_commit};
+"${pkgname}.service"
+"${pkgname}.hcl")
+sha512sums=('SKIP'
+
'8b187ff470fb10b47b815b2faaad836ac369071c8ce7e353ec0cbc98e3b1ac2ffc9c892244ac492be1285caa303c4b5fd0a22df3bdb2a037fca1b06c7b24084b'
+
'b2acfbb4bf389b1d95ca9a5f2dfe9be85444c20efdae63f0e6e34d2f33a16ca1d089e6510b6867f74c3b4390a097952ab235c55e4023245e61cc4318622d5674')
+
+prepare() {
+  export GOPATH="${srcdir}"
+  export PATH="$PATH:$GOPATH/bin"
+  mkdir -p src/github.com/hashicorp/
+  mv "${pkgname}" src/github.com/hashicorp/
+  export GO111MODULE=on
+}
+
+build() {
+  cd src/github.com/hashicorp/"${pkgname}"
+  export CGO_CPPFLAGS="${CPPFLAGS}"
+  export CGO_CFLAGS="${CFLAGS}"
+  export CGO_CXXFLAGS="${CXXFLAGS}"
+  export CGO_LDFLAGS="${LDFLAGS}"
+  export GOFLAGS="-buildmode=pie -trimpath -mod=readonly -modcacherw"
+  go build -o consul-template-binary
+}
+
+package() {
+  cd src/github.com/hashicorp/"${pkgname}"
+  install 

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

2021-04-17 Thread Morten Linderud via arch-commits
Date: Saturday, April 17, 2021 @ 21:23:42
  Author: foxboron
Revision: 919836

upgpkg: consul-template 0.22.1-3: Go 1.16 rebuild

Modified:
  consul-template/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2021-04-17 21:22:59 UTC (rev 919835)
+++ PKGBUILD2021-04-17 21:23:42 UTC (rev 919836)
@@ -3,7 +3,7 @@
 # Contributor: Tim Meusel 
 pkgname=consul-template
 pkgver=0.22.1
-pkgrel=2
+pkgrel=3
 pkgdesc='Template rendering, notifier, and supervisor for HashiCorp Consul and 
Vault data'
 arch=('x86_64')
 url='https://github.com/hashicorp/consul-template'


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

2021-04-17 Thread Morten Linderud via arch-commits
Date: Saturday, April 17, 2021 @ 21:22:59
  Author: foxboron
Revision: 919835

archrelease: copy trunk to community-x86_64

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

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

Deleted: PKGBUILD
===
--- PKGBUILD2021-04-17 21:22:51 UTC (rev 919834)
+++ PKGBUILD2021-04-17 21:22:59 UTC (rev 919835)
@@ -1,44 +0,0 @@
-# Maintainer: Felix Yan 
-# Contributor: Kasei Wang 
-
-pkgname=brook
-pkgver=20200901
-pkgrel=1
-pkgdesc="A cross-platform proxy/vpn software"
-arch=('x86_64')
-url="https://github.com/txthinking/brook;
-license=('GPL')
-depends=('glibc')
-makedepends=('go' 'golang-golang-x-net' 'golang-golang-x-text' 'git')
-source=("$pkgname-$pkgver.tar.gz::https://github.com/txthinking/brook/archive/v$pkgver.tar.gz;)
-sha512sums=('a52bfe854515d8090bc23ed0c5e843c29dcccb802d56e6f4e5fee53ed803e3312e6289ec5a22b5e92d2c7e598ce7527d8ca9ea279833859cb1d84958df4f9935')
-
-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:/usr/share/gocode"
-
-  go get github.com/mdp/qrterminal github.com/patrickmn/go-cache 
github.com/txthinking/x \
- github.com/txthinking/socks5 github.com/txthinking/encrypt 
github.com/gorilla/mux \
- github.com/urfave/cli github.com/gorilla/websocket 
github.com/urfave/negroni \
- github.com/tdewolff/minify github.com/miekg/dns
-}
-
-build() {
-  export CGO_CPPFLAGS="${CPPFLAGS}"
-  export CGO_CFLAGS="${CFLAGS}"
-  export CGO_CXXFLAGS="${CXXFLAGS}"
-  export CGO_LDFLAGS="${LDFLAGS}"
-  export GOFLAGS="-buildmode=pie -trimpath -mod=readonly -modcacherw"
-
-  cd brook-$pkgver/cli/brook
-  go build -o brook
-}
-
-package() {
-  cd brook-$pkgver/cli/brook
-  install -Dm755 brook -t "$pkgdir"/usr/bin/
-}

Copied: brook/repos/community-x86_64/PKGBUILD (from rev 919834, 
brook/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2021-04-17 21:22:59 UTC (rev 919835)
@@ -0,0 +1,30 @@
+# Maintainer: Felix Yan 
+# Contributor: Kasei Wang 
+
+pkgname=brook
+pkgver=20210401
+pkgrel=1
+pkgdesc="A cross-platform proxy/vpn software"
+arch=('x86_64')
+url="https://github.com/txthinking/brook;
+license=('GPL')
+depends=('glibc')
+makedepends=('go' 'git')
+source=("$pkgname-$pkgver.tar.gz::https://github.com/txthinking/brook/archive/v$pkgver.tar.gz;)
+sha512sums=('25e63ddbcb47b419838d51dcc117a91a56cb2a6f5cff112e295851e3779fa599502c2d35b71e2446e87d56a10cf88b0206b8c3b52967908428761cb39eb3a754')
+
+build() {
+  export CGO_CPPFLAGS="${CPPFLAGS}"
+  export CGO_CFLAGS="${CFLAGS}"
+  export CGO_CXXFLAGS="${CXXFLAGS}"
+  export CGO_LDFLAGS="${LDFLAGS}"
+  export GOFLAGS="-buildmode=pie -trimpath -mod=readonly -modcacherw"
+
+  cd brook-$pkgver/cli/brook
+  go build -o brook
+}
+
+package() {
+  cd brook-$pkgver/cli/brook
+  install -Dm755 brook -t "$pkgdir"/usr/bin/
+}


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

2021-04-17 Thread Morten Linderud via arch-commits
Date: Saturday, April 17, 2021 @ 21:22:51
  Author: foxboron
Revision: 919834

upgpkg: brook 20210401-1: Go 1.16 rebuild

Modified:
  brook/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2021-04-17 21:20:23 UTC (rev 919833)
+++ PKGBUILD2021-04-17 21:22:51 UTC (rev 919834)
@@ -2,7 +2,7 @@
 # Contributor: Kasei Wang 
 
 pkgname=brook
-pkgver=20200901
+pkgver=20210401
 pkgrel=1
 pkgdesc="A cross-platform proxy/vpn software"
 arch=('x86_64')
@@ -9,24 +9,10 @@
 url="https://github.com/txthinking/brook;
 license=('GPL')
 depends=('glibc')
-makedepends=('go' 'golang-golang-x-net' 'golang-golang-x-text' 'git')
+makedepends=('go' 'git')
 
source=("$pkgname-$pkgver.tar.gz::https://github.com/txthinking/brook/archive/v$pkgver.tar.gz;)
-sha512sums=('a52bfe854515d8090bc23ed0c5e843c29dcccb802d56e6f4e5fee53ed803e3312e6289ec5a22b5e92d2c7e598ce7527d8ca9ea279833859cb1d84958df4f9935')
+sha512sums=('25e63ddbcb47b419838d51dcc117a91a56cb2a6f5cff112e295851e3779fa599502c2d35b71e2446e87d56a10cf88b0206b8c3b52967908428761cb39eb3a754')
 
-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:/usr/share/gocode"
-
-  go get github.com/mdp/qrterminal github.com/patrickmn/go-cache 
github.com/txthinking/x \
- github.com/txthinking/socks5 github.com/txthinking/encrypt 
github.com/gorilla/mux \
- github.com/urfave/cli github.com/gorilla/websocket 
github.com/urfave/negroni \
- github.com/tdewolff/minify github.com/miekg/dns
-}
-
 build() {
   export CGO_CPPFLAGS="${CPPFLAGS}"
   export CGO_CFLAGS="${CFLAGS}"


[arch-commits] Commit in beats/repos/community-x86_64 (18 files)

2021-04-17 Thread Morten Linderud via arch-commits
Date: Saturday, April 17, 2021 @ 21:20:23
  Author: foxboron
Revision: 919833

archrelease: copy trunk to community-x86_64

Added:
  beats/repos/community-x86_64/PKGBUILD
(from rev 919832, beats/trunk/PKGBUILD)
  beats/repos/community-x86_64/auditbeat.install
(from rev 919832, beats/trunk/auditbeat.install)
  beats/repos/community-x86_64/auditbeat.service
(from rev 919832, beats/trunk/auditbeat.service)
  beats/repos/community-x86_64/filebeat.service
(from rev 919832, beats/trunk/filebeat.service)
  beats/repos/community-x86_64/heartbeat.service
(from rev 919832, beats/trunk/heartbeat.service)
  beats/repos/community-x86_64/journalbeat.service
(from rev 919832, beats/trunk/journalbeat.service)
  beats/repos/community-x86_64/metricbeat.service
(from rev 919832, beats/trunk/metricbeat.service)
  beats/repos/community-x86_64/packetbeat.service
(from rev 919832, beats/trunk/packetbeat.service)
  beats/repos/community-x86_64/tmpfile.conf
(from rev 919832, beats/trunk/tmpfile.conf)
Deleted:
  beats/repos/community-x86_64/PKGBUILD
  beats/repos/community-x86_64/auditbeat.install
  beats/repos/community-x86_64/auditbeat.service
  beats/repos/community-x86_64/filebeat.service
  beats/repos/community-x86_64/heartbeat.service
  beats/repos/community-x86_64/journalbeat.service
  beats/repos/community-x86_64/metricbeat.service
  beats/repos/community-x86_64/packetbeat.service
  beats/repos/community-x86_64/tmpfile.conf

-+
 PKGBUILD|  322 +-
 auditbeat.install   |   12 -
 auditbeat.service   |   32 ++--
 filebeat.service|   30 ++--
 heartbeat.service   |   32 ++--
 journalbeat.service |   32 ++--
 metricbeat.service  |   32 ++--
 packetbeat.service  |   22 +--
 tmpfile.conf|4 
 9 files changed, 259 insertions(+), 259 deletions(-)

Deleted: PKGBUILD
===
--- PKGBUILD2021-04-17 21:20:01 UTC (rev 919832)
+++ PKGBUILD2021-04-17 21:20:23 UTC (rev 919833)
@@ -1,161 +0,0 @@
-# Maintainer: Massimiliano Torromeo 
-# Contributor: Tyler Langlois 
-
-pkgbase=beats
-pkgname=(metricbeat filebeat packetbeat heartbeat-elastic auditbeat 
journalbeat)
-pkgver=7.10.1
-pkgrel=1
-pkgdesc='Data shippers for Elasticsearch'
-arch=('x86_64')
-url='https://www.elastic.co/products/beats'
-license=('Apache')
-depends=('glibc')
-makedepends=('go' 'git' 'libpcap' 'rsync' 'python-virtualenv' 'audit' 
'systemd')
-optdepends=('elasticsearch: for standalone installation'
-'python: for migration script')
-options=('!makeflags')
-source=("https://github.com/elastic/beats/archive/v$pkgver/beats-$pkgver.tar.gz;
-"filebeat.service"
-"packetbeat.service"
-"metricbeat.service"
-"heartbeat.service"
-"auditbeat.service"
-"journalbeat.service"
-"tmpfile.conf")
-sha512sums=('b46a891c30a65dd09ebd48249f71ca20d32fa085601d716cf97e02d45fdb475f30ca3b927baa0250b8c4376acb7482ccefee0845dd3de467da1698d5ca07d991'
-
'4d8b160482ba27bdc63c79592f310f2c9bcd2e8e5d3aec5ba9d953f37916bffef57c0f21e3776f4712f87e9a1b90e42dba6058f72bbc4c75380a959276183a59'
-
'f1e6fe6b677db31326433f4e3eef72356573c6947d653dbe6bc2151581444f80e09343fbf8544952aae82a061b87705e39c8741ea8e402ad53ac3552f532cfea'
-
'7e4081b5173d1b58a783f1808f1a9ba4548498de87bdfc1960538d6df4f4da8f900f0e027aeff83ebfe0d81e6aa91db77c520bda76441e6bcaa6fd8a79fbb57a'
-
'5f20f160fea1d517d98cf220dc15ca7fa883fbbb3fde78255bbdd6f70ae556b4d750462af49599e27fefdc435761eedcc8bd06f4870211bc35bffa246e1e9dd3'
-
'f9e015a0789946ff78a62839c9d0af40e557774e14df6de9008d5fa7786377131c74111332496ec7e6303467eb4151b185a2a4cfaa8a1e77c894be50fc22d69b'
-
'45c986c3bca6fed329ff9c8f1f9c3f7de7d2a072227bed618b20cd03eb045f321995b97fa5a10a93cdbb699bfb4739d7e8256c6a99e985477532fa2dcfb58082'
-
'b6bf266c04395c6733f0e57c5acf1d8f385a2b898c36f0af201c0702ac8c8c77cbad925c01670d799a1f173e85745a17baa13fda48119b2e022f9c47f9ce4fc9')
-
-prepare() {
-export GOPATH="$srcdir"/go
-mkdir -p "$GOPATH"
-
-cd "$srcdir"/beats-$pkgver
-git init # git root required by one of the build scripts
-
-# Perform some timestomping to avoid make warnings
-LANG=C _t="$(date -r Makefile +'%Y-%m-%d %k:%M:%S')"
-touch -m -d "$_t" */Makefile
-
-# Use version instead of commit id
-sed -ri "s/^COMMIT_ID=.*/COMMIT_ID=$pkgver/" libbeat/scripts/Makefile
-sed -ri "s/\bcommitHash, err =.*/commitHash = \"$pkgver\"\nerr = 
nil/;/github.com\/magefile\/mage\/sh/d" dev-tools/mage/settings.go
-
-# Use version of MarkupSafe with fix for setuptools
-sed -i "s/MarkupSafe==1\.0/MarkupSafe==1.1.1/" 
libbeat/tests/system/requirements.txt
-
-# Missing BEAT_NAME in metricbeat Makefile
-sed -i '1i BEAT_NAME?=metricbeat' metricbeat/Makefile
-}
-
-build() {
-export CGO_LDFLAGS="${LDFLAGS}"
-export 

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

2021-04-17 Thread Morten Linderud via arch-commits
Date: Saturday, April 17, 2021 @ 21:20:01
  Author: foxboron
Revision: 919832

upgpkg: beats 7.10.1-2: Go 1.16 rebuild

Modified:
  beats/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2021-04-17 21:18:09 UTC (rev 919831)
+++ PKGBUILD2021-04-17 21:20:01 UTC (rev 919832)
@@ -4,7 +4,7 @@
 pkgbase=beats
 pkgname=(metricbeat filebeat packetbeat heartbeat-elastic auditbeat 
journalbeat)
 pkgver=7.10.1
-pkgrel=1
+pkgrel=2
 pkgdesc='Data shippers for Elasticsearch'
 arch=('x86_64')
 url='https://www.elastic.co/products/beats'


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

2021-04-17 Thread Konstantin Gizdov via arch-commits
Date: Saturday, April 17, 2021 @ 21:18:09
  Author: kgizdov
Revision: 919831

archrelease: copy trunk to community-x86_64

Added:
  magma/repos/community-x86_64/PKGBUILD
(from rev 919830, magma/trunk/PKGBUILD)
Deleted:
  magma/repos/community-x86_64/PKGBUILD

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

Deleted: PKGBUILD
===
--- PKGBUILD2021-04-17 21:10:35 UTC (rev 919830)
+++ PKGBUILD2021-04-17 21:18:09 UTC (rev 919831)
@@ -1,47 +0,0 @@
-# Maintainer: Sven-Hendrik Haase 
-# Contributor: bartus 
-# Contributor: pingplug 
-# Contributor: cornholio 
-
-pkgname=magma
-pkgver=2.5.4
-pkgrel=2
-pkgdesc="Matrix Algebra on GPU and Multicore Architectures"
-arch=('x86_64')
-url="https://icl.cs.utk.edu/magma/;
-license=('custom')
-depends=('blas' 'lapack' 'cuda')
-makedepends=('gcc-fortran' 'cmake' 'ninja')
-optdepends=('python: for examples and tests'
-'gcc-fortran: Fortran interface')
-source=("${pkgname}-${pkgver}.tar.gz::http://icl.cs.utk.edu/projectsfiles/${pkgname}/downloads/${pkgname}-${pkgver}.tar.gz;)
-sha256sums=('7734fb417ae0c367b418dea15096aef2e278a423e527c615aab47f0683683b67')
-
-build() {
-  cd "${pkgname}-${pkgver}"
-
-  CC=/usr/bin/gcc \
-  CXX=/usr/bin/g++ \
-  FC=/usr/bin/gfortran \
-  cmake \
--Bbuild \
--GNinja \
--DCMAKE_BUILD_TYPE=Release \
--DCMAKE_INSTALL_PREFIX=/usr \
--DBUILD_SHARED_LIBS=ON \
--DGPU_TARGET="sm_52 sm_53 sm_60 sm_61 sm_62 sm_70 sm_72 sm_75 sm_80 sm_86"
-  ninja -C build
-}
-
-package() {
-  cd "${pkgname}-${pkgver}"
-  DESTDIR="${pkgdir}" ninja -Cbuild install
-
-  install -d "${pkgdir}"/usr/share/magma/example
-  cp -r "${srcdir}"/magma-${pkgver}/example/* 
"${pkgdir}"/usr/share/magma/example/
-  install -d "${pkgdir}"/usr/share/magma/testing
-  cp -r "${srcdir}"/magma-${pkgver}/testing/* 
"${pkgdir}"/usr/share/magma/testing/
-  install -Dm644 "${srcdir}"/magma-${pkgver}/COPYRIGHT 
"${pkgdir}"/usr/share/licenses/magma/LICENSE
-}
-
-# vim:set ts=2 sw=2 et:

Copied: magma/repos/community-x86_64/PKGBUILD (from rev 919830, 
magma/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2021-04-17 21:18:09 UTC (rev 919831)
@@ -0,0 +1,47 @@
+# Maintainer: Sven-Hendrik Haase 
+# Contributor: bartus 
+# Contributor: pingplug 
+# Contributor: cornholio 
+
+pkgname=magma
+pkgver=2.5.4
+pkgrel=3
+pkgdesc="Matrix Algebra on GPU and Multicore Architectures"
+arch=('x86_64')
+url="https://icl.cs.utk.edu/magma/;
+license=('custom')
+depends=('blas' 'lapack' 'cuda')
+makedepends=('gcc-fortran' 'cmake' 'ninja')
+optdepends=('python: for examples and tests'
+'gcc-fortran: Fortran interface')
+source=("${pkgname}-${pkgver}.tar.gz::http://icl.cs.utk.edu/projectsfiles/${pkgname}/downloads/${pkgname}-${pkgver}.tar.gz;)
+sha256sums=('7734fb417ae0c367b418dea15096aef2e278a423e527c615aab47f0683683b67')
+
+build() {
+  cd "${pkgname}-${pkgver}"
+
+  CC=/usr/bin/gcc \
+  CXX=/usr/bin/g++ \
+  FC=/usr/bin/gfortran \
+  cmake \
+-Bbuild \
+-GNinja \
+-DCMAKE_BUILD_TYPE=Release \
+-DCMAKE_INSTALL_PREFIX=/usr \
+-DBUILD_SHARED_LIBS=ON \
+-DGPU_TARGET="sm_52 sm_53 sm_60 sm_61 sm_62 sm_70 sm_72 sm_75 sm_80 sm_86"
+  ninja -C build
+}
+
+package() {
+  cd "${pkgname}-${pkgver}"
+  DESTDIR="${pkgdir}" ninja -Cbuild install
+
+  install -d "${pkgdir}"/usr/share/magma/example
+  cp -r "${srcdir}"/magma-${pkgver}/example/* 
"${pkgdir}"/usr/share/magma/example/
+  install -d "${pkgdir}"/usr/share/magma/testing
+  cp -r "${srcdir}"/magma-${pkgver}/testing/* 
"${pkgdir}"/usr/share/magma/testing/
+  install -Dm644 "${srcdir}"/magma-${pkgver}/COPYRIGHT 
"${pkgdir}"/usr/share/licenses/magma/LICENSE
+}
+
+# vim:set ts=2 sw=2 et:


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

2021-04-17 Thread Morten Linderud via arch-commits
Date: Saturday, April 17, 2021 @ 21:10:35
  Author: foxboron
Revision: 919830

archrelease: copy trunk to community-x86_64

Added:
  bashbrew/repos/community-x86_64/PKGBUILD
(from rev 919829, bashbrew/trunk/PKGBUILD)
Deleted:
  bashbrew/repos/community-x86_64/PKGBUILD

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

Deleted: PKGBUILD
===
--- PKGBUILD2021-04-17 21:10:22 UTC (rev 919829)
+++ PKGBUILD2021-04-17 21:10:35 UTC (rev 919830)
@@ -1,34 +0,0 @@
-# Maintainer: Santiago Torres-Arias 
-
-pkgname=bashbrew
-pkgver=0.1.1
-pkgrel=1
-pkgdesc="Canonical build tool for Docker official images"
-arch=('x86_64')
-url="https://github.com/docker-library/bashbrew/;
-license=('Apache')
-depends=('docker' 'git')
-makedepends=('go' 'git')
-checkdepends=()
-source=("git+https://github.com/docker-library/bashbrew?tag=${pkgver};)
-sha256sums=('SKIP')
-
-build() {
-cd "${pkgname}"
-export CGO_LDFLAGS="${LDFLAGS}"
-export CGO_CFLAGS="${CFLAGS}"
-export CGO_CPPFLAGS="${CPPFLAGS}"
-export CGO_CXXFLAGS="${CXXFLAGS}"
-export GOFLAGS="-buildmode=pie -trimpath -modcacherw"
-go build -o "${pkgname}" ./...
-}
-
-check() {
-   cd "${pkgname}"
-go test ./...
-}
-
-package() {
-cd "${pkgname}"
-install -m755 -Dt "${pkgdir}/usr/bin/" "${pkgname}"
-}

Copied: bashbrew/repos/community-x86_64/PKGBUILD (from rev 919829, 
bashbrew/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2021-04-17 21:10:35 UTC (rev 919830)
@@ -0,0 +1,34 @@
+# Maintainer: Santiago Torres-Arias 
+
+pkgname=bashbrew
+pkgver=0.1.1
+pkgrel=2
+pkgdesc="Canonical build tool for Docker official images"
+arch=('x86_64')
+url="https://github.com/docker-library/bashbrew/;
+license=('Apache')
+depends=('docker' 'git')
+makedepends=('go' 'git')
+checkdepends=()
+source=("git+https://github.com/docker-library/bashbrew?tag=${pkgver};)
+sha256sums=('SKIP')
+
+build() {
+cd "${pkgname}"
+export CGO_LDFLAGS="${LDFLAGS}"
+export CGO_CFLAGS="${CFLAGS}"
+export CGO_CPPFLAGS="${CPPFLAGS}"
+export CGO_CXXFLAGS="${CXXFLAGS}"
+export GOFLAGS="-buildmode=pie -trimpath -modcacherw"
+go build -o "${pkgname}" ./cmd/...
+}
+
+check() {
+cd "${pkgname}"
+go test ./...
+}
+
+package() {
+cd "${pkgname}"
+install -m755 -Dt "${pkgdir}/usr/bin/" "${pkgname}"
+}


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

2021-04-17 Thread Morten Linderud via arch-commits
Date: Saturday, April 17, 2021 @ 21:10:22
  Author: foxboron
Revision: 919829

upgpkg: bashbrew 0.1.1-2: Go 1.16 rebuild

Modified:
  bashbrew/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2021-04-17 21:08:26 UTC (rev 919828)
+++ PKGBUILD2021-04-17 21:10:22 UTC (rev 919829)
@@ -2,7 +2,7 @@
 
 pkgname=bashbrew
 pkgver=0.1.1
-pkgrel=1
+pkgrel=2
 pkgdesc="Canonical build tool for Docker official images"
 arch=('x86_64')
 url="https://github.com/docker-library/bashbrew/;
@@ -20,11 +20,11 @@
 export CGO_CPPFLAGS="${CPPFLAGS}"
 export CGO_CXXFLAGS="${CXXFLAGS}"
 export GOFLAGS="-buildmode=pie -trimpath -modcacherw"
-go build -o "${pkgname}" ./...
+go build -o "${pkgname}" ./cmd/...
 }
 
 check() {
-   cd "${pkgname}"
+cd "${pkgname}"
 go test ./...
 }
 


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

2021-04-17 Thread Morten Linderud via arch-commits
Date: Saturday, April 17, 2021 @ 21:08:26
  Author: foxboron
Revision: 919828

archrelease: copy trunk to community-x86_64

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

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

Deleted: PKGBUILD
===
--- PKGBUILD2021-04-17 21:08:17 UTC (rev 919827)
+++ PKGBUILD2021-04-17 21:08:26 UTC (rev 919828)
@@ -1,29 +0,0 @@
-# Maintainer: Felix Yan 
-
-pkgname=baidupcs-go
-pkgver=3.7.2
-pkgrel=1
-pkgdesc="Terminal utility for Baidu Network Disk"
-arch=('x86_64')
-url="https://github.com/qjfoidnh/BaiduPCS-Go;
-license=('Apache')
-depends=('glibc')
-makedepends=('go' 'git')
-conflicts=("baidupcs")
-provides=("baidupcs")
-source=("https://github.com/qjfoidnh/BaiduPCS-Go/archive/v$pkgver/$pkgname-$pkgver.tar.gz;)
-sha512sums=('b3c92cbd3e406091fd14ffb8663b59d90992dcd705c16a3d3552300acef6f4bb854fa594f9031b757ed65129e16128e2c0c9919595026f101da3b2fdabf30242')
-
-build() {
-  cd BaiduPCS-Go-$pkgver
-  export GOFLAGS="-buildmode=pie -trimpath"
-  export CGO_LDFLAGS="${LDFLAGS}"
-  export CGO_CFLAGS="${CFLAGS}"
-  export CGO_CPPFLAGS="${CPPFLAGS}"
-  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 919827, 
baidupcs-go/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2021-04-17 21:08:26 UTC (rev 919828)
@@ -0,0 +1,29 @@
+# Maintainer: Felix Yan 
+
+pkgname=baidupcs-go
+pkgver=3.7.2
+pkgrel=2
+pkgdesc="Terminal utility for Baidu Network Disk"
+arch=('x86_64')
+url="https://github.com/qjfoidnh/BaiduPCS-Go;
+license=('Apache')
+depends=('glibc')
+makedepends=('go' 'git')
+conflicts=("baidupcs")
+provides=("baidupcs")
+source=("https://github.com/qjfoidnh/BaiduPCS-Go/archive/v$pkgver/$pkgname-$pkgver.tar.gz;)
+sha512sums=('b3c92cbd3e406091fd14ffb8663b59d90992dcd705c16a3d3552300acef6f4bb854fa594f9031b757ed65129e16128e2c0c9919595026f101da3b2fdabf30242')
+
+build() {
+  cd BaiduPCS-Go-$pkgver
+  export GOFLAGS="-buildmode=pie -trimpath"
+  export CGO_LDFLAGS="${LDFLAGS}"
+  export CGO_CFLAGS="${CFLAGS}"
+  export CGO_CPPFLAGS="${CPPFLAGS}"
+  go build -o baidupcs-go
+}
+
+package() {
+  cd BaiduPCS-Go-$pkgver
+  install -Dm755 baidupcs-go "$pkgdir"/usr/bin/baidupcs
+}


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

2021-04-17 Thread Morten Linderud via arch-commits
Date: Saturday, April 17, 2021 @ 21:08:17
  Author: foxboron
Revision: 919827

upgpkg: baidupcs-go 3.7.2-2: Go 1.16 rebuild

Modified:
  baidupcs-go/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2021-04-17 21:07:38 UTC (rev 919826)
+++ PKGBUILD2021-04-17 21:08:17 UTC (rev 919827)
@@ -2,7 +2,7 @@
 
 pkgname=baidupcs-go
 pkgver=3.7.2
-pkgrel=1
+pkgrel=2
 pkgdesc="Terminal utility for Baidu Network Disk"
 arch=('x86_64')
 url="https://github.com/qjfoidnh/BaiduPCS-Go;


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

2021-04-17 Thread Morten Linderud via arch-commits
Date: Saturday, April 17, 2021 @ 21:07:38
  Author: foxboron
Revision: 919826

archrelease: copy trunk to community-x86_64

Added:
  arduino-builder/repos/community-x86_64/PKGBUILD
(from rev 919825, arduino-builder/trunk/PKGBUILD)
Deleted:
  arduino-builder/repos/community-x86_64/PKGBUILD

--+
 PKGBUILD |  118 ++---
 1 file changed, 59 insertions(+), 59 deletions(-)

Deleted: PKGBUILD
===
--- PKGBUILD2021-04-17 21:07:28 UTC (rev 919825)
+++ PKGBUILD2021-04-17 21:07:38 UTC (rev 919826)
@@ -1,59 +0,0 @@
-# Maintainer: NicoHood 
-# PGP ID: 97312D5EB9D7AE7D0BD4307351DAE9B7C1AE9161
-
-pkgname=arduino-builder
-pkgver=1.5.4
-pkgrel=1
-pkgdesc="A command line tool for compiling Arduino sketches"
-arch=('x86_64')
-url="https://github.com/arduino/arduino-builder;
-license=('GPL')
-depends=('arduino-ctags')
-makedepends=('go' 'git' 'unzip')
-optdepends=('arduino-avr-core: AVR core with upstream avr-gcc and avrdude')
-source=("${pkgname}-${pkgver}.tar.xz::https://github.com/arduino/${pkgname}/releases/download/${pkgver}/${pkgname}-${pkgver}.tar.xz;
-   
"${pkgname}-${pkgver}.tar.xz.asc::https://github.com/arduino/${pkgname}/releases/download/${pkgver}/${pkgname}-${pkgver}.tar.xz.asc;)
-sha512sums=('21f7ba1594f35faafcc7004c2e8caed645b3500bc677518fff1b814d9fad77e806142a2ea96fbd7b63cf3311f9899da6470f36f4549ba49cdcb7fa46ae226124'
-'SKIP')
-validpgpkeys=('326567C1C6B288DF32CB061A95FA6F43E21188C4') # Arduino Packages 

-
-build()
-{
-   export CGO_CPPFLAGS="${CPPFLAGS}"
-   export CGO_CFLAGS="${CFLAGS}"
-   export CGO_CXXFLAGS="${CXXFLAGS}"
-   export CGO_LDFLAGS="${LDFLAGS}"
-   export GOFLAGS="-buildmode=pie -trimpath -mod=readonly -modcacherw"
-
-   cd "${srcdir}/${pkgname}-${pkgver}"
-   go build
-
-   # TODO Fix ctags test environment at build time
-   # https://github.com/arduino/arduino-builder/issues/202
-}
-
-#check()
-#{
-   # Test will download ~1GB of testfiles
-   #echo "Running check() for the first time might take a while as it 
downloads ~1GB of testfiles. Skip with --nocheck"
-   #cd "${srcdir}/${pkgname}-${pkgver}"
-   #go test -timeout 60m github.com/arduino/arduino-cli/...
-#}
-
-package()
-{
-   cd "${srcdir}/${pkgname}-${pkgver}"
-
-   # Install main tool
-   install -Dm755 "arduino-builder" "${pkgdir}/usr/bin/arduino-builder"
-
-   # Install platform.txt files
-   install -Dm644 -t "${pkgdir}/usr/share/arduino/hardware/" 
"${srcdir}"/${pkgname}-${pkgver}/hardware/*
-
-   # Fix platform.txt for arch arduino-ctags
-   echo 'tools.ctags.path=/usr/bin' > 
"${pkgdir}/usr/share/arduino/hardware/platform.txt"
-   echo 'tools.ctags.cmd.path={path}/arduino-ctags' >> 
"${pkgdir}/usr/share/arduino/hardware/platform.txt"
-
-   # Add documentation
-   install -Dm644 -t "${pkgdir}/usr/share/doc/${pkgname}" 
"${srcdir}/${pkgname}-${pkgver}/README.md"
-}

Copied: arduino-builder/repos/community-x86_64/PKGBUILD (from rev 919825, 
arduino-builder/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2021-04-17 21:07:38 UTC (rev 919826)
@@ -0,0 +1,59 @@
+# Maintainer: NicoHood 
+# PGP ID: 97312D5EB9D7AE7D0BD4307351DAE9B7C1AE9161
+
+pkgname=arduino-builder
+pkgver=1.5.4
+pkgrel=2
+pkgdesc="A command line tool for compiling Arduino sketches"
+arch=('x86_64')
+url="https://github.com/arduino/arduino-builder;
+license=('GPL')
+depends=('arduino-ctags')
+makedepends=('go' 'git' 'unzip')
+optdepends=('arduino-avr-core: AVR core with upstream avr-gcc and avrdude')
+source=("${pkgname}-${pkgver}.tar.xz::https://github.com/arduino/${pkgname}/releases/download/${pkgver}/${pkgname}-${pkgver}.tar.xz;
+   
"${pkgname}-${pkgver}.tar.xz.asc::https://github.com/arduino/${pkgname}/releases/download/${pkgver}/${pkgname}-${pkgver}.tar.xz.asc;)
+sha512sums=('21f7ba1594f35faafcc7004c2e8caed645b3500bc677518fff1b814d9fad77e806142a2ea96fbd7b63cf3311f9899da6470f36f4549ba49cdcb7fa46ae226124'
+'SKIP')
+validpgpkeys=('326567C1C6B288DF32CB061A95FA6F43E21188C4') # Arduino Packages 

+
+build()
+{
+   export CGO_CPPFLAGS="${CPPFLAGS}"
+   export CGO_CFLAGS="${CFLAGS}"
+   export CGO_CXXFLAGS="${CXXFLAGS}"
+   export CGO_LDFLAGS="${LDFLAGS}"
+   export GOFLAGS="-buildmode=pie -trimpath -mod=readonly -modcacherw"
+
+   cd "${srcdir}/${pkgname}-${pkgver}"
+   go build
+
+   # TODO Fix ctags test environment at build time
+   # https://github.com/arduino/arduino-builder/issues/202
+}
+
+#check()
+#{
+   # Test will download ~1GB of testfiles
+   #echo "Running check() for the first time might take a while as it 
downloads ~1GB of testfiles. Skip with --nocheck"
+   #cd "${srcdir}/${pkgname}-${pkgver}"
+   #go test -timeout 60m 

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

2021-04-17 Thread Morten Linderud via arch-commits
Date: Saturday, April 17, 2021 @ 21:07:28
  Author: foxboron
Revision: 919825

upgpkg: arduino-builder 1.5.4-2: Go 1.16 rebuild

Modified:
  arduino-builder/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2021-04-17 19:52:26 UTC (rev 919824)
+++ PKGBUILD2021-04-17 21:07:28 UTC (rev 919825)
@@ -3,7 +3,7 @@
 
 pkgname=arduino-builder
 pkgver=1.5.4
-pkgrel=1
+pkgrel=2
 pkgdesc="A command line tool for compiling Arduino sketches"
 arch=('x86_64')
 url="https://github.com/arduino/arduino-builder;


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

2021-04-17 Thread Balló György via arch-commits
Date: Saturday, April 17, 2021 @ 19:52:26
  Author: bgyorgy
Revision: 919824

Minor changes

Modified:
  rssguard/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2021-04-17 19:39:34 UTC (rev 919823)
+++ PKGBUILD2021-04-17 19:52:26 UTC (rev 919824)
@@ -8,13 +8,13 @@
 pkgver=3.9.2
 pkgrel=1
 pkgdesc='Simple (yet powerful) Qt5 feed reader'
-arch=(x86_64)
+arch=('x86_64')
 url='https://github.com/martinrotter/rssguard'
-license=(GPL3)
-depends=(qt5-webengine)
-makedepends=(qt5-tools)
+license=('GPL3')
+depends=('qt5-webengine')
+makedepends=('qt5-tools')
 optdepends=('clang: Support for beautification of message filter scripts')
-source=(https://github.com/martinrotter/$pkgbase/archive/$pkgver/$pkgbase-$pkgver.tar.gz)
+source=("https://github.com/martinrotter/$pkgbase/archive/$pkgver/$pkgbase-$pkgver.tar.gz;)
 sha256sums=('05eb628ff085ff10056289fd83b5e3b0583c19e3711795ade024bdfe71de5d97')
 
 prepare() {
@@ -23,16 +23,16 @@
 
 build() {
   cd build
-  qmake ../$pkgname-$pkgver -r CONFIG+=release PREFIX=/usr
+  qmake-qt5 ../$pkgname-$pkgver -r CONFIG+=release PREFIX=/usr
   make
 
   cd ../build-nowebengine
-  qmake ../$pkgname-$pkgver -r CONFIG+=release PREFIX=/usr USE_WEBENGINE=false
+  qmake-qt5 ../$pkgname-$pkgver -r CONFIG+=release PREFIX=/usr 
USE_WEBENGINE=false
   make
 }
 
 package_rssguard() {
-  depends=(qt5-webengine)
+  depends=('qt5-webengine')
 
   cd build
   make INSTALL_ROOT="$pkgdir" install -j1
@@ -40,9 +40,9 @@
 
 package_rssguard-nowebengine() {
   pkgdesc+=' without WebEngine support'
-  depends=(hicolor-icon-theme qt5-declarative)
-  conflicts=($pkgbase)
-  provides=($pkgbase=$pkgver)
+  depends=('hicolor-icon-theme' 'qt5-declarative')
+  conflicts=("$pkgbase")
+  provides=("$pkgbase=$pkgver")
 
   cd build-nowebengine
   make INSTALL_ROOT="$pkgdir" install -j1


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

2021-04-17 Thread Evangelos Foutras via arch-commits
Date: Saturday, April 17, 2021 @ 19:39:34
  Author: foutrelis
Revision: 919823

archrelease: copy trunk to community-x86_64

Added:
  gdal/repos/community-x86_64/PKGBUILD
(from rev 919822, gdal/trunk/PKGBUILD)
  gdal/repos/community-x86_64/gdal-perl-vendor.patch
(from rev 919822, gdal/trunk/gdal-perl-vendor.patch)
  gdal/repos/community-x86_64/gdal.changelog
(from rev 919822, gdal/trunk/gdal.changelog)
  gdal/repos/community-x86_64/poppler-20.08.0.patch
(from rev 919822, gdal/trunk/poppler-20.08.0.patch)
Deleted:
  gdal/repos/community-x86_64/PKGBUILD
  gdal/repos/community-x86_64/gdal-perl-vendor.patch
  gdal/repos/community-x86_64/gdal.changelog
  gdal/repos/community-x86_64/poppler-20.08.0.patch

+
 PKGBUILD   |  176 +-
 gdal-perl-vendor.patch |   36 +++
 gdal.changelog |  240 +++
 poppler-20.08.0.patch  |   84 
 4 files changed, 268 insertions(+), 268 deletions(-)

Deleted: PKGBUILD
===
--- PKGBUILD2021-04-17 19:39:28 UTC (rev 919822)
+++ PKGBUILD2021-04-17 19:39:34 UTC (rev 919823)
@@ -1,88 +0,0 @@
-# Maintainer: Jaroslav Lichtblau 
-# Contributor: dibblethewrecker dibblethewrecker.at.jiwe.dot.org
-# Contributor: William Rea 
-
-pkgbase=gdal
-pkgname=('gdal' 'python-gdal')
-pkgver=3.0.4
-pkgrel=22
-pkgdesc="A translator library for raster geospatial data formats"
-arch=('x86_64')
-url="http://www.gdal.org/;
-license=('custom')
-depends=('curl' 'geos' 'giflib' 'hdf5' 'libgeotiff' 'libjpeg-turbo' 'libpng' 
'libspatialite' 'libtiff' 'netcdf'
- 'openjpeg2' 'poppler' 'cfitsio' 'sqlite' 'mariadb-libs' 
'postgresql-libs' 'xerces-c' 'json-c')
-makedepends=('perl' 'swig' 'chrpath' 'doxygen' 'python-numpy' 'boost')
-optdepends=('postgresql: postgresql database support'
-'mariadb: mariadb database support'
-'perl: perl binding support')
-options=('!emptydirs')
-changelog=$pkgbase.changelog
-source=(https://download.osgeo.org/${pkgbase}/${pkgver}/${pkgbase}-${pkgver}.tar.xz
-poppler-20.08.0.patch
-gdal-perl-vendor.patch)
-sha256sums=('5569a4daa1abcbba47a9d535172fc335194d9214fdb96cd0f139bb57329ae277'
-'dc8ccbc9a672a8489a1660fa66804d74c3015c47b44e2d41e17f8609249279df'
-'2103b98f2f15954f042d5620658b30d703125927bde2e5eb671c5facb6c2f5ed')
-
-prepare() {
-  cd "${srcdir}"/$pkgbase-$pkgver
-
-# Fix mandir
-  sed -i "s|^mandir=.*|mandir='\${prefix}/share/man'|" configure
-
-# Fix build with poppler 20.08.0
-  patch -Np2 -i "${srcdir}"/poppler-20.08.0.patch
-
-# Fix Perl bindings installation path
-  patch -Np0 -i "${srcdir}"/gdal-perl-vendor.patch
-}
-
-build() {
-  cd "${srcdir}"/$pkgbase-$pkgver
-
-  ./configure --prefix=/usr --with-netcdf --with-libtiff --with-sqlite3 
--with-geotiff \
-  --with-mysql --with-curl --with-hdf5 --with-perl --with-geos \
-  --with-png --with-poppler --with-spatialite --with-openjpeg
-
-# workaround for bug #13646
-#   sed -i 's/PY_HAVE_SETUPTOOLS=1/PY_HAVE_SETUPTOOLS=/g' ./GDALmake.opt
-#   sed -i 's/EXE_DEP_LIBS/KILL_EXE_DEP_LIBS/' apps/GNUmakefile
-
-  make
-  make man
-
-  cd "${srcdir}"/$pkgbase-$pkgver/swig/python
-  python3 setup.py build
-}
-
-package_gdal () {
-  cd "${srcdir}"/$pkgbase-$pkgver
-
-  make DESTDIR="${pkgdir}" install
-  make DESTDIR="${pkgdir}" install-man
-
-# install license
-  install -Dm644 LICENSE.TXT "${pkgdir}"/usr/share/licenses/$pkgbase/LICENSE
-
-# Remove RPATH
-  eval local $(perl -V:vendorarch)
-  chrpath --delete "${pkgdir}"${vendorarch}/auto/Geo/OSR/OSR.so
-  chrpath --delete "${pkgdir}"${vendorarch}/auto/Geo/OGR/OGR.so
-  chrpath --delete "${pkgdir}"${vendorarch}/auto/Geo/GDAL/GDAL.so
-  chrpath --delete "${pkgdir}"${vendorarch}/auto/Geo/GDAL/Const/Const.so
-  chrpath --delete "${pkgdir}"${vendorarch}/auto/Geo/GNM/GNM.so
-}
-
-package_python-gdal () {
-  pkgdesc="Python bindings for GDAL"
-  depends=("gdal=$pkgver" 'python-numpy')
-  optdepends=()
-
-  cd "${srcdir}"/$pkgbase-$pkgver/swig/python
-  python3 setup.py install --root="$pkgdir" --optimize=1
-  install -Dm755 -t "${pkgdir}"/usr/bin scripts/*.py
-
-  install -dm755 "${pkgdir}"/usr/share/licenses
-  ln -s $pkgbase "${pkgdir}"/usr/share/licenses/$pkgname
-}

Copied: gdal/repos/community-x86_64/PKGBUILD (from rev 919822, 
gdal/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2021-04-17 19:39:34 UTC (rev 919823)
@@ -0,0 +1,88 @@
+# Maintainer: Jaroslav Lichtblau 
+# Contributor: dibblethewrecker dibblethewrecker.at.jiwe.dot.org
+# Contributor: William Rea 
+
+pkgbase=gdal
+pkgname=('gdal' 'python-gdal')
+pkgver=3.0.4
+pkgrel=23
+pkgdesc="A translator library for raster geospatial data formats"
+arch=('x86_64')
+url="http://www.gdal.org/;
+license=('custom')
+depends=('curl' 

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

2021-04-17 Thread Evangelos Foutras via arch-commits
Date: Saturday, April 17, 2021 @ 19:39:28
  Author: foutrelis
Revision: 919822

upgpkg: gdal 3.0.4-23: rebuild with proj 6.3.2 (FS#70489)

Modified:
  gdal/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2021-04-17 19:13:18 UTC (rev 919821)
+++ PKGBUILD2021-04-17 19:39:28 UTC (rev 919822)
@@ -5,7 +5,7 @@
 pkgbase=gdal
 pkgname=('gdal' 'python-gdal')
 pkgver=3.0.4
-pkgrel=22
+pkgrel=23
 pkgdesc="A translator library for raster geospatial data formats"
 arch=('x86_64')
 url="http://www.gdal.org/;


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

2021-04-17 Thread Antonio Rojas via arch-commits
Date: Saturday, April 17, 2021 @ 19:34:26
  Author: arojas
Revision: 412851

archrelease: copy trunk to extra-x86_64

Added:
  imagemagick/repos/extra-x86_64/PKGBUILD
(from rev 412850, imagemagick/trunk/PKGBUILD)
  imagemagick/repos/extra-x86_64/arch-fonts.diff
(from rev 412850, imagemagick/trunk/arch-fonts.diff)
Deleted:
  imagemagick/repos/extra-x86_64/PKGBUILD
  imagemagick/repos/extra-x86_64/arch-fonts.diff

-+
 PKGBUILD|  240 +++---
 arch-fonts.diff |  214 
 2 files changed, 227 insertions(+), 227 deletions(-)

Deleted: PKGBUILD
===
--- PKGBUILD2021-04-17 19:34:16 UTC (rev 412850)
+++ PKGBUILD2021-04-17 19:34:26 UTC (rev 412851)
@@ -1,120 +0,0 @@
-# Maintainer: Antonio Rojas 
-# Contributor: Eric Bélanger 
-
-pkgbase=imagemagick
-pkgname=(imagemagick imagemagick-doc)
-pkgver=7.0.11.7
-pkgrel=1
-pkgdesc="An image viewing/manipulation program"
-url="https://www.imagemagick.org/;
-arch=(x86_64)
-license=(custom)
-makedepends=(ghostscript openexr libwmf librsvg libxml2 openjpeg2 libraw 
opencl-headers libwebp libzip
- chrpath ocl-icd glu ghostpcl ghostxps libheif jbigkit lcms2 
libxext liblqr libraqm libpng djvulibre)
-checkdepends=(gsfonts ttf-dejavu)
-_relname=ImageMagick-${pkgver%%.*}
-_tarname=ImageMagick-${pkgver%.*}-${pkgver##*.}
-source=(https://imagemagick.org/download/$_tarname.tar.xz{,.asc}
-arch-fonts.diff)
-sha256sums=('42239bfbd9c40512fb2c8af784271ea445bfce16a081cf36668cb7d6abbadcb8'
-'SKIP'
-'a85b744c61b1b563743ecb7c7adad999d7ed9a8af816650e3ab9321b2b102e73')
-validpgpkeys=(D8272EF51DA223E4D05B466989AB63D48277377A)  # Lexie Parsimoniae
-
-shopt -s extglob
-
-prepare() {
-  mkdir -p docpkg/usr/share
-
-  cd $_tarname
-
-  # Fix up typemaps to match our packages, where possible
-  patch -p1 -i ../arch-fonts.diff
-}
-
-build() {
-  cd $_tarname
-  ./configure \
---prefix=/usr \
---sysconfdir=/etc \
---enable-shared \
---with-dejavu-font-dir=/usr/share/fonts/TTF \
---with-gs-font-dir=/usr/share/fonts/gsfonts \
-PSDelegate=/usr/bin/gs \
-XPSDelegate=/usr/bin/gxps \
-PCLDelegate=/usr/bin/gpcl6 \
---enable-hdri \
---enable-opencl \
---without-gslib \
---with-djvu \
---with-lqr \
---with-modules \
---with-openexr \
---with-openjp2 \
---with-perl \
---with-perl-options=INSTALLDIRS=vendor \
---with-rsvg \
---with-webp \
---with-wmf \
---with-xml \
---without-autotrace \
---without-dps \
---without-fftw \
---without-fpx \
---without-gcc-arch \
---without-gvc
-  sed -i -e 's/ -shared / -Wl,-O1,--as-needed\0/g' libtool
-  make
-}
-
-check() (
-  cd $_tarname
-  ulimit -n 4096
-  make check
-)
-
-package_imagemagick() {
-  depends=(libltdl lcms2 fontconfig libxext liblqr libraqm libpng libxml2)
-  optdepends=('ghostscript: PS/PDF support'
-  'libheif: HEIF support'
-  'libraw: DNG support'
-  'librsvg: SVG support'
-  'libwebp: WEBP support'
-  'libwmf: WMF support'
-  'libxml2: Magick Scripting Language'
-  'ocl-icd: OpenCL support'
-  'openexr: OpenEXR support'
-  'openjpeg2: JPEG2000 support'
-  'djvulibre: DJVU support'
-  'pango: Text rendering'
-  'imagemagick-doc: manual and API docs')
-  options=(!emptydirs libtool)
-  
backup=(etc/$_relname/{colors,delegates,log,mime,policy,quantization-table,thresholds,type,type-{dejavu,ghostscript}}.xml)
-  conflicts=(imagemagick6)
-  provides=(libmagick)
-  replaces=(imagemagick6 libmagick)
-
-  cd $_tarname
-  make DESTDIR="$pkgdir" install
-
-  find "$pkgdir/usr/lib/perl5" -name '*.so' -exec chrpath -d {} +
-  rm "$pkgdir"/etc/$_relname/type-{apple,urw-base35,windows}.xml
-  rm "$pkgdir"/usr/lib/*.la
-
-  install -Dt "$pkgdir/usr/share/licenses/$pkgname" -m644 LICENSE NOTICE
-
-# Split docs
-  mv "$pkgdir/usr/share/doc" "$srcdir/docpkg/usr/share/"
-
-# Harden security policy https://bugs.archlinux.org/task/62785
-  sed -e '/<\/policymap>/i \ \ ' -i "$pkgdir"/etc/ImageMagick-7/policy.xml
-}
-
-package_imagemagick-doc() {
-  pkgdesc+=" (manual and API docs)"
-
-  mv docpkg/* "$pkgdir"
-
-  cd $_tarname
-  install -Dt "$pkgdir/usr/share/licenses/$pkgname" -m644 LICENSE NOTICE
-}

Copied: imagemagick/repos/extra-x86_64/PKGBUILD (from rev 412850, 
imagemagick/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2021-04-17 19:34:26 UTC (rev 412851)
@@ -0,0 +1,120 @@
+# Maintainer: Antonio Rojas 
+# Contributor: Eric Bélanger 
+
+pkgbase=imagemagick
+pkgname=(imagemagick imagemagick-doc)
+pkgver=7.0.11.8
+pkgrel=1
+pkgdesc="An image viewing/manipulation program"

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

2021-04-17 Thread Antonio Rojas via arch-commits
Date: Saturday, April 17, 2021 @ 19:34:16
  Author: arojas
Revision: 412850

Update to 7.0.11.8

Modified:
  imagemagick/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2021-04-17 18:48:32 UTC (rev 412849)
+++ PKGBUILD2021-04-17 19:34:16 UTC (rev 412850)
@@ -3,7 +3,7 @@
 
 pkgbase=imagemagick
 pkgname=(imagemagick imagemagick-doc)
-pkgver=7.0.11.7
+pkgver=7.0.11.8
 pkgrel=1
 pkgdesc="An image viewing/manipulation program"
 url="https://www.imagemagick.org/;
@@ -16,7 +16,7 @@
 _tarname=ImageMagick-${pkgver%.*}-${pkgver##*.}
 source=(https://imagemagick.org/download/$_tarname.tar.xz{,.asc}
 arch-fonts.diff)
-sha256sums=('42239bfbd9c40512fb2c8af784271ea445bfce16a081cf36668cb7d6abbadcb8'
+sha256sums=('7a0938d01224de0c9bc1a6e14fb91ae37479c2d38035e54541466cb7138988e0'
 'SKIP'
 'a85b744c61b1b563743ecb7c7adad999d7ed9a8af816650e3ab9321b2b102e73')
 validpgpkeys=(D8272EF51DA223E4D05B466989AB63D48277377A)  # Lexie Parsimoniae


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

2021-04-17 Thread Antonio Rojas via arch-commits
Date: Saturday, April 17, 2021 @ 19:13:18
  Author: arojas
Revision: 919821

archrelease: copy trunk to community-x86_64

Added:
  opentimelineio/repos/
  opentimelineio/repos/community-x86_64/
  opentimelineio/repos/community-x86_64/PKGBUILD
(from rev 919820, opentimelineio/trunk/PKGBUILD)

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

Copied: opentimelineio/repos/community-x86_64/PKGBUILD (from rev 919820, 
opentimelineio/trunk/PKGBUILD)
===
--- repos/community-x86_64/PKGBUILD (rev 0)
+++ repos/community-x86_64/PKGBUILD 2021-04-17 19:13:18 UTC (rev 919821)
@@ -0,0 +1,36 @@
+# Maintainer: Antonio Rojas 
+
+pkgname=opentimelineio
+pkgver=0.13
+pkgrel=1
+pkgdesc='Open Source API and interchange format for editorial timeline 
information'
+url='http://opentimeline.io/'
+license=(Apache)
+arch=(x86_64)
+depends=(python-aaf2)
+makedepends=(cmake optional-lite python-pip pybind11 git)
+source=(https://github.com/PixarAnimationStudios/OpenTimelineIO/archive/v$pkgver/$pkgname-$pkgver.tar.gz
+git+https://github.com/thelink2012/any#commit=69753a5
+git+https://github.com/Tencent/rapidjson#commit=66eb606)
+sha256sums=('33a63891b4656804242512e122b33ed12e35d4038fd78610ccb82b441b9506dd'
+'SKIP'
+'SKIP')
+
+prepare() {
+  mv any rapidjson OpenTimelineIO-$pkgver/src/deps
+  sed -e '/deps/d' -i OpenTimelineIO-$pkgver/src/CMakeLists.txt # Unbundle 
pybind11
+  sed -e '1 i\find_package(pybind11)' -i 
OpenTimelineIO-$pkgver/src/py-opentimelineio/opentime-bindings/CMakeLists.txt \
+  -i 
OpenTimelineIO-$pkgver/src/py-opentimelineio/opentimelineio-bindings/CMakeLists.txt
+}
+
+build() {
+  cd OpenTimelineIO-$pkgver
+  python setup.py build
+}
+
+package() {
+  cd OpenTimelineIO-$pkgver
+  DESTDIR="$pkgdir" python setup.py install --root="$pkgdir" --optimize=1
+  mv "$pkgdir"/build/opentimelineio/src/*/*/*/opentimelineio/* 
"$pkgdir"/usr/lib/python*/site-packages/opentimelineio
+  rm -fr "$pkgdir"/build
+}


[arch-commits] Commit in (3 files)

2021-04-17 Thread Antonio Rojas via arch-commits
Date: Saturday, April 17, 2021 @ 19:13:02
  Author: arojas
Revision: 919820

Add opentimelineio, kdenlive dependency

Added:
  opentimelineio/
  opentimelineio/trunk/
  opentimelineio/trunk/PKGBUILD

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

Added: opentimelineio/trunk/PKGBUILD
===
--- opentimelineio/trunk/PKGBUILD   (rev 0)
+++ opentimelineio/trunk/PKGBUILD   2021-04-17 19:13:02 UTC (rev 919820)
@@ -0,0 +1,36 @@
+# Maintainer: Antonio Rojas 
+
+pkgname=opentimelineio
+pkgver=0.13
+pkgrel=1
+pkgdesc='Open Source API and interchange format for editorial timeline 
information'
+url='http://opentimeline.io/'
+license=(Apache)
+arch=(x86_64)
+depends=(python-aaf2)
+makedepends=(cmake optional-lite python-pip pybind11 git)
+source=(https://github.com/PixarAnimationStudios/OpenTimelineIO/archive/v$pkgver/$pkgname-$pkgver.tar.gz
+git+https://github.com/thelink2012/any#commit=69753a5
+git+https://github.com/Tencent/rapidjson#commit=66eb606)
+sha256sums=('33a63891b4656804242512e122b33ed12e35d4038fd78610ccb82b441b9506dd'
+'SKIP'
+'SKIP')
+
+prepare() {
+  mv any rapidjson OpenTimelineIO-$pkgver/src/deps
+  sed -e '/deps/d' -i OpenTimelineIO-$pkgver/src/CMakeLists.txt # Unbundle 
pybind11
+  sed -e '1 i\find_package(pybind11)' -i 
OpenTimelineIO-$pkgver/src/py-opentimelineio/opentime-bindings/CMakeLists.txt \
+  -i 
OpenTimelineIO-$pkgver/src/py-opentimelineio/opentimelineio-bindings/CMakeLists.txt
+}
+
+build() {
+  cd OpenTimelineIO-$pkgver
+  python setup.py build
+}
+
+package() {
+  cd OpenTimelineIO-$pkgver
+  DESTDIR="$pkgdir" python setup.py install --root="$pkgdir" --optimize=1
+  mv "$pkgdir"/build/opentimelineio/src/*/*/*/opentimelineio/* 
"$pkgdir"/usr/lib/python*/site-packages/opentimelineio
+  rm -fr "$pkgdir"/build
+}


[arch-commits] Commit in python-aaf2 (3 files)

2021-04-17 Thread Antonio Rojas via arch-commits
Date: Saturday, April 17, 2021 @ 19:08:25
  Author: arojas
Revision: 919819

archrelease: copy trunk to community-any

Added:
  python-aaf2/repos/
  python-aaf2/repos/community-any/
  python-aaf2/repos/community-any/PKGBUILD
(from rev 919818, python-aaf2/trunk/PKGBUILD)

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

Copied: python-aaf2/repos/community-any/PKGBUILD (from rev 919818, 
python-aaf2/trunk/PKGBUILD)
===
--- repos/community-any/PKGBUILD(rev 0)
+++ repos/community-any/PKGBUILD2021-04-17 19:08:25 UTC (rev 919819)
@@ -0,0 +1,24 @@
+# Maintainer: Antonio Rojas 
+
+pkgname=python-aaf2
+pkgver=1.4.0
+pkgrel=1
+pkgdesc='Read and write Advanced Authoring Format (AAF) files'
+url='http://pyaaf.readthedocs.io/'
+license=(MIT)
+arch=(any)
+depends=(python)
+makedepends=(python-setuptools)
+source=(https://pypi.python.org/packages/source/p/pyaaf2/pyaaf2-$pkgver.tar.gz)
+sha256sums=('160d3c26c7cfef7176d0bdb0e55772156570435982c3abfa415e89639f76e71b')
+
+build() {
+  cd pyaaf2-$pkgver
+  python setup.py build
+}
+
+package() {
+  cd pyaaf2-$pkgver
+  python setup.py install --root="$pkgdir" --optimize=1
+  install -Dm644 LICENSE -t "$pkgdir"/usr/share/licenses/$pkgname
+}


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

2021-04-17 Thread Antonio Rojas via arch-commits
Date: Saturday, April 17, 2021 @ 19:08:15
  Author: arojas
Revision: 919818

Add opentimelineio dependency

Added:
  python-aaf2/
  python-aaf2/trunk/
  python-aaf2/trunk/PKGBUILD

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

Added: python-aaf2/trunk/PKGBUILD
===
--- python-aaf2/trunk/PKGBUILD  (rev 0)
+++ python-aaf2/trunk/PKGBUILD  2021-04-17 19:08:15 UTC (rev 919818)
@@ -0,0 +1,24 @@
+# Maintainer: Antonio Rojas 
+
+pkgname=python-aaf2
+pkgver=1.4.0
+pkgrel=1
+pkgdesc='Read and write Advanced Authoring Format (AAF) files'
+url='http://pyaaf.readthedocs.io/'
+license=(MIT)
+arch=(any)
+depends=(python)
+makedepends=(python-setuptools)
+source=(https://pypi.python.org/packages/source/p/pyaaf2/pyaaf2-$pkgver.tar.gz)
+sha256sums=('160d3c26c7cfef7176d0bdb0e55772156570435982c3abfa415e89639f76e71b')
+
+build() {
+  cd pyaaf2-$pkgver
+  python setup.py build
+}
+
+package() {
+  cd pyaaf2-$pkgver
+  python setup.py install --root="$pkgdir" --optimize=1
+  install -Dm644 LICENSE -t "$pkgdir"/usr/share/licenses/$pkgname
+}


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

2021-04-17 Thread Balló György via arch-commits
Date: Saturday, April 17, 2021 @ 19:06:41
  Author: bgyorgy
Revision: 919817

Minor changes

Modified:
  quiterss/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2021-04-17 18:42:17 UTC (rev 919816)
+++ PKGBUILD2021-04-17 19:06:41 UTC (rev 919817)
@@ -7,12 +7,12 @@
 pkgver=0.19.4
 pkgrel=1
 pkgdesc='Fast and light RSS/Atom feed reader written in Qt/С++'
-arch=(x86_64)
+arch=('x86_64')
 url='https://quiterss.org/'
-license=(GPL3)
-depends=(gst-plugins-good qt5-multimedia qt5-webkit)
-makedepends=(qt5-tools)
-source=($pkgname-$pkgver.tar.gz::https://github.com/QuiteRSS/$pkgname/archive/$pkgver.tar.gz)
+license=('GPL3')
+depends=('gst-plugins-good' 'qt5-multimedia' 'qt5-webkit')
+makedepends=('qt5-tools')
+source=("https://github.com/QuiteRSS/$pkgname/archive/$pkgver/$pkgname-$pkgver.tar.gz;)
 sha256sums=('d9dffa205a8ec4e7bf00d87183fd94d4a12f045fae04a6efd41d6557827233bc')
 
 build() {
@@ -27,4 +27,3 @@
   install -Dm644 quiterss.appdata.xml 
"$pkgdir/usr/share/metainfo/quiterss.appdata.xml"
   rm -r "$pkgdir/usr/share/pixmaps/"
 }
-


[arch-commits] Commit in perl-xml-libxml/repos/extra-x86_64 (4 files)

2021-04-17 Thread Felix Yan via arch-commits
Date: Saturday, April 17, 2021 @ 18:48:32
  Author: felixonmars
Revision: 412849

archrelease: copy trunk to extra-x86_64

Added:
  perl-xml-libxml/repos/extra-x86_64/PKGBUILD
(from rev 412848, perl-xml-libxml/trunk/PKGBUILD)
  perl-xml-libxml/repos/extra-x86_64/perl-xml-libxml.install
(from rev 412848, perl-xml-libxml/trunk/perl-xml-libxml.install)
Deleted:
  perl-xml-libxml/repos/extra-x86_64/PKGBUILD
  perl-xml-libxml/repos/extra-x86_64/perl-xml-libxml.install

-+
 PKGBUILD|   72 +++---
 perl-xml-libxml.install |   46 ++---
 2 files changed, 59 insertions(+), 59 deletions(-)

Deleted: PKGBUILD
===
--- PKGBUILD2021-04-17 18:48:03 UTC (rev 412848)
+++ PKGBUILD2021-04-17 18:48:32 UTC (rev 412849)
@@ -1,36 +0,0 @@
-# Maintainer: Felix Yan 
-# Contributor: Jonathan Steel 
-# Contributor: Justin "juster" Davis 
-# Contributor: François Charette 
-
-pkgname=perl-xml-libxml
-pkgver=2.0206
-pkgrel=1
-pkgdesc="Interface to the libxml library"
-arch=('x86_64')
-url="https://search.cpan.org/dist/XML-LibXML;
-license=('GPL')
-depends=('perl-alien-libxml2' 'perl-xml-sax' 'perl-xml-namespacesupport')
-checkdepends=('perl-test-pod' 'perl-test-leaktrace' 'perl-cpan-changes' 
'perl-uri')
-provides=('perl-libxml' 'perl-xml-libxml-common')
-replaces=('perl-libxml' 'perl-xml-libxml-common')
-options=('!emptydirs')
-install=perl-xml-libxml.install
-source=(https://www.cpan.org/authors/id/S/SH/SHLOMIF/XML-LibXML-$pkgver.tar.gz)
-sha512sums=('113a2e21ced86fdb0bb01f3fa958b110539a3a5f2cf82b2ed18e7d5a3ad437a051353103f42f324a2e148996c9a0abc7fff193b67552491a7212b69a7ba4d952')
-
-build() {
-  cd XML-LibXML-$pkgver
-  perl Makefile.PL INSTALLDIRS=vendor
-  make
-}
-
-check() {
-  cd XML-LibXML-$pkgver
-  make test
-}
-
-package() {
-  cd XML-LibXML-$pkgver
-  make pure_install doc_install DESTDIR="$pkgdir"/
-}

Copied: perl-xml-libxml/repos/extra-x86_64/PKGBUILD (from rev 412848, 
perl-xml-libxml/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2021-04-17 18:48:32 UTC (rev 412849)
@@ -0,0 +1,36 @@
+# Maintainer: Felix Yan 
+# Contributor: Jonathan Steel 
+# Contributor: Justin "juster" Davis 
+# Contributor: François Charette 
+
+pkgname=perl-xml-libxml
+pkgver=2.0207
+pkgrel=1
+pkgdesc="Interface to the libxml library"
+arch=('x86_64')
+url="https://search.cpan.org/dist/XML-LibXML;
+license=('GPL')
+depends=('perl-alien-libxml2' 'perl-xml-sax' 'perl-xml-namespacesupport')
+checkdepends=('perl-test-pod' 'perl-test-leaktrace' 'perl-cpan-changes' 
'perl-uri')
+provides=('perl-libxml' 'perl-xml-libxml-common')
+replaces=('perl-libxml' 'perl-xml-libxml-common')
+options=('!emptydirs')
+install=perl-xml-libxml.install
+source=(https://www.cpan.org/authors/id/S/SH/SHLOMIF/XML-LibXML-$pkgver.tar.gz)
+sha512sums=('86bf4200c800e1295161c3217892398dbc65e107ad1a3df8ea7f237350ba67d88ad7b18ab7123e647053a8721bc13a8959ddb101fdc6de18dcaef02c0f0f5b58')
+
+build() {
+  cd XML-LibXML-$pkgver
+  perl Makefile.PL INSTALLDIRS=vendor
+  make
+}
+
+check() {
+  cd XML-LibXML-$pkgver
+  make test
+}
+
+package() {
+  cd XML-LibXML-$pkgver
+  make pure_install doc_install DESTDIR="$pkgdir"/
+}

Deleted: perl-xml-libxml.install
===
--- perl-xml-libxml.install 2021-04-17 18:48:03 UTC (rev 412848)
+++ perl-xml-libxml.install 2021-04-17 18:48:32 UTC (rev 412849)
@@ -1,23 +0,0 @@
-post_install() {
-  echo ":: Installing SAX XML Parsers"
-  perl -MXML::SAX -e 
"XML::SAX->add_parser(q(XML::LibXML::SAX::Parser))->save_parsers()"
-  perl -MXML::SAX -e 
"XML::SAX->add_parser(q(XML::LibXML::SAX))->save_parsers()"
-}
-
-post_upgrade() {
-  if [[ ! -f /usr/share/perl5/vendor_perl/XML/SAX/ParserDetails.ini ]]; then
-post_install
-  else
-libxmlcount=`grep -c XML::LibXML::SAX 
/usr/share/perl5/vendor_perl/XML/SAX/ParserDetails.ini`
-if [[ $libxmlcount == 0 ]]; then
-  post_install
-fi
-  fi
-}
-
-pre_remove() {
-  if [[ -f /usr/share/perl5/vendor_perl/XML/SAX/ParserDetails.ini ]]; then
-perl -MXML::SAX -e 
"XML::SAX->remove_parser(q(XML::LibXML::SAX::Parser))->save_parsers()"
-perl -MXML::SAX -e 
"XML::SAX->remove_parser(q(XML::LibXML::SAX))->save_parsers()"
-  fi
-}

Copied: perl-xml-libxml/repos/extra-x86_64/perl-xml-libxml.install (from rev 
412848, perl-xml-libxml/trunk/perl-xml-libxml.install)
===
--- perl-xml-libxml.install (rev 0)
+++ perl-xml-libxml.install 2021-04-17 18:48:32 UTC (rev 412849)
@@ -0,0 +1,23 @@
+post_install() {
+  echo ":: Installing SAX XML Parsers"
+  perl -MXML::SAX -e 
"XML::SAX->add_parser(q(XML::LibXML::SAX::Parser))->save_parsers()"
+  perl -MXML::SAX -e 

[arch-commits] Commit in perl-xml-libxml/trunk (PKGBUILD)

2021-04-17 Thread Felix Yan via arch-commits
Date: Saturday, April 17, 2021 @ 18:48:03
  Author: felixonmars
Revision: 412848

upgpkg: perl-xml-libxml 2.0207-1

Modified:
  perl-xml-libxml/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2021-04-17 16:31:24 UTC (rev 412847)
+++ PKGBUILD2021-04-17 18:48:03 UTC (rev 412848)
@@ -4,7 +4,7 @@
 # Contributor: François Charette 
 
 pkgname=perl-xml-libxml
-pkgver=2.0206
+pkgver=2.0207
 pkgrel=1
 pkgdesc="Interface to the libxml library"
 arch=('x86_64')
@@ -17,7 +17,7 @@
 options=('!emptydirs')
 install=perl-xml-libxml.install
 source=(https://www.cpan.org/authors/id/S/SH/SHLOMIF/XML-LibXML-$pkgver.tar.gz)
-sha512sums=('113a2e21ced86fdb0bb01f3fa958b110539a3a5f2cf82b2ed18e7d5a3ad437a051353103f42f324a2e148996c9a0abc7fff193b67552491a7212b69a7ba4d952')
+sha512sums=('86bf4200c800e1295161c3217892398dbc65e107ad1a3df8ea7f237350ba67d88ad7b18ab7123e647053a8721bc13a8959ddb101fdc6de18dcaef02c0f0f5b58')
 
 build() {
   cd XML-LibXML-$pkgver


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

2021-04-17 Thread Balló György via arch-commits
Date: Saturday, April 17, 2021 @ 18:42:15
  Author: bgyorgy
Revision: 919815

Minor changes

Modified:
  gpodder/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2021-04-17 18:39:46 UTC (rev 919814)
+++ PKGBUILD2021-04-17 18:42:15 UTC (rev 919815)
@@ -4,14 +4,14 @@
 pkgname=gpodder
 pkgver=3.10.19
 pkgrel=1
-pkgdesc='Podcast client written in Python using GTK+'
-arch=(any)
+pkgdesc='Podcast client written in Python using GTK'
+arch=('any')
 url='https://gpodder.github.io/'
-license=(GPL3)
-depends=(gtk3 python-cairo python-dbus python-gobject python-mygpoclient 
python-podcastparser)
-makedepends=(intltool)
+license=('GPL3')
+depends=('gtk3' 'python-cairo' 'dbus-python' 'python-gobject' 
'python-mygpoclient' 'python-podcastparser')
+makedepends=('intltool')
 optdepends=('youtube-dl: for Youtube-dl extension')
-source=(http://github.com/gpodder/$pkgname/archive/$pkgver/$pkgname-$pkgver.tar.gz)
+source=("http://github.com/gpodder/$pkgname/archive/$pkgver/$pkgname-$pkgver.tar.gz;)
 sha256sums=('4a2e6fcc7e674a2b5731ac3cda4a18ccec462c66e8d4a7f0b69a296b0f8775ac')
 
 build() {


[arch-commits] Commit in electron9/repos (18 files)

2021-04-17 Thread Nicola Squartini via arch-commits
Date: Saturday, April 17, 2021 @ 18:42:17
  Author: tensor5
Revision: 919816

archrelease: copy trunk to community-x86_64

Added:
  electron9/repos/community-x86_64/
  electron9/repos/community-x86_64/PKGBUILD
(from rev 919814, electron9/trunk/PKGBUILD)
  
electron9/repos/community-x86_64/add-missing-algorithm-header-in-crx_install_error.cc.patch
(from rev 919814, 
electron9/trunk/add-missing-algorithm-header-in-crx_install_error.cc.patch)
  
electron9/repos/community-x86_64/avoid-double-destruction-of-ServiceWorkerObjectHost.patch
(from rev 919814, 
electron9/trunk/avoid-double-destruction-of-ServiceWorkerObjectHost.patch)
  electron9/repos/community-x86_64/chromium-83-gcc-10.patch
(from rev 919814, electron9/trunk/chromium-83-gcc-10.patch)
  electron9/repos/community-x86_64/chromium-ffmpeg-4.3.patch
(from rev 919814, electron9/trunk/chromium-ffmpeg-4.3.patch)
  electron9/repos/community-x86_64/chromium-skia-harmony.patch
(from rev 919814, electron9/trunk/chromium-skia-harmony.patch)
  electron9/repos/community-x86_64/clean-up-a-call-to-set_utf8.patch
(from rev 919814, electron9/trunk/clean-up-a-call-to-set_utf8.patch)
  electron9/repos/community-x86_64/default_app-icon.patch
(from rev 919814, electron9/trunk/default_app-icon.patch)
  electron9/repos/community-x86_64/electron9.desktop
(from rev 919814, electron9/trunk/electron9.desktop)
  
electron9/repos/community-x86_64/include-memory-header-to-get-the-definition-of-std-u.patch
(from rev 919814, 
electron9/trunk/include-memory-header-to-get-the-definition-of-std-u.patch)
  
electron9/repos/community-x86_64/iwyu-std-numeric_limits-is-defined-in-limits.patch
(from rev 919814, 
electron9/trunk/iwyu-std-numeric_limits-is-defined-in-limits.patch)
  
electron9/repos/community-x86_64/libstdc-fix-incomplete-type-in-AXTree-for-NodeSetSiz.patch
(from rev 919814, 
electron9/trunk/libstdc-fix-incomplete-type-in-AXTree-for-NodeSetSiz.patch)
  
electron9/repos/community-x86_64/make-some-of-blink-custom-iterators-STL-compatible.patch
(from rev 919814, 
electron9/trunk/make-some-of-blink-custom-iterators-STL-compatible.patch)
  electron9/repos/community-x86_64/qt5-webengine-glibc-2.33.patch
(from rev 919814, electron9/trunk/qt5-webengine-glibc-2.33.patch)
  electron9/repos/community-x86_64/use-system-libraries-in-node.patch
(from rev 919814, electron9/trunk/use-system-libraries-in-node.patch)
  
electron9/repos/community-x86_64/v8-call-new-ListFormatter-createInstance.patch
(from rev 919814, 
electron9/trunk/v8-call-new-ListFormatter-createInstance.patch)
  
electron9/repos/community-x86_64/v8-remove-soon-to-be-removed-getAllFieldPositions.patch
(from rev 919814, 
electron9/trunk/v8-remove-soon-to-be-removed-getAllFieldPositions.patch)

+
 PKGBUILD   |  235 +++
 add-missing-algorithm-header-in-crx_install_error.cc.patch |   29 +
 avoid-double-destruction-of-ServiceWorkerObjectHost.patch  |  138 ++
 chromium-83-gcc-10.patch   |   64 ++
 chromium-ffmpeg-4.3.patch  |   21 
 chromium-skia-harmony.patch|   14 
 clean-up-a-call-to-set_utf8.patch  |   34 +
 default_app-icon.patch |   21 
 electron9.desktop  |7 
 include-memory-header-to-get-the-definition-of-std-u.patch |   32 +
 iwyu-std-numeric_limits-is-defined-in-limits.patch |   29 +
 libstdc-fix-incomplete-type-in-AXTree-for-NodeSetSiz.patch |   62 ++
 make-some-of-blink-custom-iterators-STL-compatible.patch   |   95 
 qt5-webengine-glibc-2.33.patch |  144 ++
 use-system-libraries-in-node.patch |   56 ++
 v8-call-new-ListFormatter-createInstance.patch |   95 
 v8-remove-soon-to-be-removed-getAllFieldPositions.patch|  172 
 17 files changed, 1248 insertions(+)

Copied: electron9/repos/community-x86_64/PKGBUILD (from rev 919814, 
electron9/trunk/PKGBUILD)
===
--- community-x86_64/PKGBUILD   (rev 0)
+++ community-x86_64/PKGBUILD   2021-04-17 18:42:17 UTC (rev 919816)
@@ -0,0 +1,235 @@
+# Maintainer: Nicola Squartini 
+
+pkgname=electron9
+pkgver=9.4.4
+_commit=f981f3a7c41767fa5ec13cbc8e2242129db96e7a
+_chromiumver=83.0.4103.122
+pkgrel=1
+pkgdesc='Build cross platform desktop apps with web technologies'
+arch=('x86_64')
+url='https://electronjs.org/'
+license=('MIT' 'custom')
+depends=('c-ares' 'ffmpeg' 'gtk3' 'http-parser' 'libevent' 'libnghttp2'
+ 'libxslt' 'libxss' 'minizip' 'nss' 're2' 'snappy')
+makedepends=('clang' 'git' 'gn-m85' 'gperf' 'harfbuzz-icu' 
'java-runtime-headless'
+ 'jsoncpp' 'libnotify' 'lld' 'llvm' 'ninja' 'npm' 

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

2021-04-17 Thread Antonio Rojas via arch-commits
Date: Saturday, April 17, 2021 @ 18:39:46
  Author: arojas
Revision: 919814

archrelease: copy trunk to community-any

Added:
  pybind11/repos/community-any/PKGBUILD
(from rev 919813, pybind11/trunk/PKGBUILD)
Deleted:
  pybind11/repos/community-any/PKGBUILD

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

Deleted: PKGBUILD
===
--- PKGBUILD2021-04-17 18:39:34 UTC (rev 919813)
+++ PKGBUILD2021-04-17 18:39:46 UTC (rev 919814)
@@ -1,57 +0,0 @@
-# Maintainer : Daniel Bermond 
-# Maintainer : Santiago Torres-Arias 
-# Contributor: Matthew Ellison 
-
-pkgname=pybind11
-pkgver=2.6.2
-pkgrel=1
-pkgdesc='A lightweight header-only library that exposes C++ types in Python 
and vice versa'
-arch=('any')
-url='https://pybind11.readthedocs.org/'
-license=('BSD')
-optdepends=('python: for python bindings')
-makedepends=('cmake' 'boost' 'eigen' 'python' 'python-setuptools' 
'python-pytest')
- #'python-sphinx' 'python-sphinx_rtd_theme' 'python-breathe')
-checkdepends=('python-numpy' 'python-scipy')
-source=("https://github.com/pybind/pybind11/archive/v${pkgver}/${pkgname}-${pkgver}.tar.gz;)
-sha256sums=('8ff2fff22df038f5cd02cea8af56622bc67f5b64534f1b83b9f133b8366acff2')
-
-build () {
-cd "${pkgname}-${pkgver}"
-python setup.py build
-
-# tests
-cmake \
--B "${srcdir}/build-cmake" \
--S "${srcdir}/${pkgname}-${pkgver}" \
--DCMAKE_BUILD_TYPE:STRING='None' \
--DCMAKE_INSTALL_PREFIX:PATH='/usr' \
--Wno-dev
-make -C "${srcdir}/build-cmake" all mock_install
-
-# manpage (needs python-sphinxcontrib-svg2pdfconverter - currently on AUR)
-# make -C "${srcdir}/${pkgname}-${pkgver}/docs" man
-}
-
-check() {
-make -C build-cmake check
-}
-
-package() {
-cd "${pkgname}-${pkgver}"
-python setup.py install --root="$pkgdir" --skip-build --optimize='1'
-
-# symlinks
-local _pyver
-_pyver="$(python -c 'import sys; print("%s.%s" %sys.version_info[0:2])')"
-mkdir -p "${pkgdir}/usr"/{include,share/cmake}
-ln -s "../lib/python${_pyver}/site-packages/pybind11/include/pybind11" 
"${pkgdir}/usr/include/pybind11"
-ln -s 
"../../lib/python${_pyver}/site-packages/pybind11/share/cmake/pybind11" 
"${pkgdir}/usr/share/cmake/pybind11"
-
-# man page
-# install -D -m644 "docs/.build/man/${pkgname}.1" 
"${pkgdir}/usr/share/man/man7/${pkgname}.7"
-# sed -i '/^\.TH/s/"1"/"7"/' "${pkgdir}/usr/share/man/man7/${pkgname}.7"
-
-# license
-install -D -m644 LICENSE -t "${pkgdir}/usr/share/licenses/${pkgname}"
-}

Copied: pybind11/repos/community-any/PKGBUILD (from rev 919813, 
pybind11/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2021-04-17 18:39:46 UTC (rev 919814)
@@ -0,0 +1,57 @@
+# Maintainer : Daniel Bermond 
+# Maintainer : Santiago Torres-Arias 
+# Contributor: Matthew Ellison 
+
+pkgname=pybind11
+pkgver=2.6.2
+pkgrel=2
+pkgdesc='A lightweight header-only library that exposes C++ types in Python 
and vice versa'
+arch=('any')
+url='https://pybind11.readthedocs.org/'
+license=('BSD')
+optdepends=('python: for python bindings')
+makedepends=('cmake' 'boost' 'eigen' 'python' 'python-setuptools' 
'python-pytest')
+ #'python-sphinx' 'python-sphinx_rtd_theme' 'python-breathe')
+checkdepends=('python-numpy' 'python-scipy')
+source=("https://github.com/pybind/pybind11/archive/v${pkgver}/${pkgname}-${pkgver}.tar.gz;)
+sha256sums=('8ff2fff22df038f5cd02cea8af56622bc67f5b64534f1b83b9f133b8366acff2')
+
+build () {
+cd "${pkgname}-${pkgver}"
+python setup.py build
+
+# tests
+cmake \
+-B "${srcdir}/build-cmake" \
+-S "${srcdir}/${pkgname}-${pkgver}" \
+-DCMAKE_BUILD_TYPE:STRING='None' \
+-DCMAKE_INSTALL_PREFIX:PATH='/usr' \
+-Wno-dev
+make -C "${srcdir}/build-cmake" all mock_install
+
+# manpage (needs python-sphinxcontrib-svg2pdfconverter - currently on AUR)
+# make -C "${srcdir}/${pkgname}-${pkgver}/docs" man
+}
+
+check() {
+make -C build-cmake check
+}
+
+package() {
+cd "${pkgname}-${pkgver}"
+python setup.py install --root="$pkgdir" --skip-build --optimize='1'
+
+# symlinks
+local _pyver
+_pyver="$(python -c 'import sys; print("%s.%s" %sys.version_info[0:2])')"
+mkdir -p "${pkgdir}/usr"/{include,lib/cmake}
+ln -s "../lib/python${_pyver}/site-packages/pybind11/include/pybind11" 
"${pkgdir}/usr/include/pybind11"
+ln -s 
"../../lib/python${_pyver}/site-packages/pybind11/share/cmake/pybind11" 
"${pkgdir}/usr/lib/cmake/pybind11"
+
+# man page
+# install -D -m644 "docs/.build/man/${pkgname}.1" 
"${pkgdir}/usr/share/man/man7/${pkgname}.7"
+# sed -i '/^\.TH/s/"1"/"7"/' 

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

2021-04-17 Thread Antonio Rojas via arch-commits
Date: Saturday, April 17, 2021 @ 18:39:34
  Author: arojas
Revision: 919813

Fix cmake config install dir

Modified:
  pybind11/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2021-04-17 18:35:22 UTC (rev 919812)
+++ PKGBUILD2021-04-17 18:39:34 UTC (rev 919813)
@@ -4,7 +4,7 @@
 
 pkgname=pybind11
 pkgver=2.6.2
-pkgrel=1
+pkgrel=2
 pkgdesc='A lightweight header-only library that exposes C++ types in Python 
and vice versa'
 arch=('any')
 url='https://pybind11.readthedocs.org/'
@@ -44,9 +44,9 @@
 # symlinks
 local _pyver
 _pyver="$(python -c 'import sys; print("%s.%s" %sys.version_info[0:2])')"
-mkdir -p "${pkgdir}/usr"/{include,share/cmake}
+mkdir -p "${pkgdir}/usr"/{include,lib/cmake}
 ln -s "../lib/python${_pyver}/site-packages/pybind11/include/pybind11" 
"${pkgdir}/usr/include/pybind11"
-ln -s 
"../../lib/python${_pyver}/site-packages/pybind11/share/cmake/pybind11" 
"${pkgdir}/usr/share/cmake/pybind11"
+ln -s 
"../../lib/python${_pyver}/site-packages/pybind11/share/cmake/pybind11" 
"${pkgdir}/usr/lib/cmake/pybind11"
 
 # man page
 # install -D -m644 "docs/.build/man/${pkgname}.1" 
"${pkgdir}/usr/share/man/man7/${pkgname}.7"


[arch-commits] Commit in (20 files)

2021-04-17 Thread Nicola Squartini via arch-commits
Date: Saturday, April 17, 2021 @ 18:35:22
  Author: tensor5
Revision: 919812

addpkg: electron9 9.4.4-1

Added:
  electron9/
  electron9/repos/
  electron9/trunk/
  electron9/trunk/PKGBUILD
  electron9/trunk/add-missing-algorithm-header-in-crx_install_error.cc.patch
  electron9/trunk/avoid-double-destruction-of-ServiceWorkerObjectHost.patch
  electron9/trunk/chromium-83-gcc-10.patch
  electron9/trunk/chromium-ffmpeg-4.3.patch
  electron9/trunk/chromium-skia-harmony.patch
  electron9/trunk/clean-up-a-call-to-set_utf8.patch
  electron9/trunk/default_app-icon.patch
  electron9/trunk/electron9.desktop
  electron9/trunk/include-memory-header-to-get-the-definition-of-std-u.patch
  electron9/trunk/iwyu-std-numeric_limits-is-defined-in-limits.patch
  electron9/trunk/libstdc-fix-incomplete-type-in-AXTree-for-NodeSetSiz.patch
  electron9/trunk/make-some-of-blink-custom-iterators-STL-compatible.patch
  electron9/trunk/qt5-webengine-glibc-2.33.patch
  electron9/trunk/use-system-libraries-in-node.patch
  electron9/trunk/v8-call-new-ListFormatter-createInstance.patch
  electron9/trunk/v8-remove-soon-to-be-removed-getAllFieldPositions.patch

+
 PKGBUILD   |  235 +++
 add-missing-algorithm-header-in-crx_install_error.cc.patch |   29 +
 avoid-double-destruction-of-ServiceWorkerObjectHost.patch  |  138 ++
 chromium-83-gcc-10.patch   |   64 ++
 chromium-ffmpeg-4.3.patch  |   21 
 chromium-skia-harmony.patch|   14 
 clean-up-a-call-to-set_utf8.patch  |   34 +
 default_app-icon.patch |   21 
 electron9.desktop  |7 
 include-memory-header-to-get-the-definition-of-std-u.patch |   32 +
 iwyu-std-numeric_limits-is-defined-in-limits.patch |   29 +
 libstdc-fix-incomplete-type-in-AXTree-for-NodeSetSiz.patch |   62 ++
 make-some-of-blink-custom-iterators-STL-compatible.patch   |   95 
 qt5-webengine-glibc-2.33.patch |  144 ++
 use-system-libraries-in-node.patch |   56 ++
 v8-call-new-ListFormatter-createInstance.patch |   95 
 v8-remove-soon-to-be-removed-getAllFieldPositions.patch|  172 
 17 files changed, 1248 insertions(+)

Added: electron9/trunk/PKGBUILD
===
--- electron9/trunk/PKGBUILD(rev 0)
+++ electron9/trunk/PKGBUILD2021-04-17 18:35:22 UTC (rev 919812)
@@ -0,0 +1,235 @@
+# Maintainer: Nicola Squartini 
+
+pkgname=electron9
+pkgver=9.4.4
+_commit=f981f3a7c41767fa5ec13cbc8e2242129db96e7a
+_chromiumver=83.0.4103.122
+pkgrel=1
+pkgdesc='Build cross platform desktop apps with web technologies'
+arch=('x86_64')
+url='https://electronjs.org/'
+license=('MIT' 'custom')
+depends=('c-ares' 'ffmpeg' 'gtk3' 'http-parser' 'libevent' 'libnghttp2'
+ 'libxslt' 'libxss' 'minizip' 'nss' 're2' 'snappy')
+makedepends=('clang' 'git' 'gn-m85' 'gperf' 'harfbuzz-icu' 
'java-runtime-headless'
+ 'jsoncpp' 'libnotify' 'lld' 'llvm' 'ninja' 'npm' 'pciutils' 'yarn'
+ 'python2' 'wget' 'yasm')
+optdepends=('kde-cli-tools: file deletion support (kioclient5)'
+'libappindicator-gtk3: StatusNotifierItem support'
+'trash-cli: file deletion support (trash-put)'
+"xdg-utils: open URLs with desktop's default (xdg-email, 
xdg-open)")
+source=('git+https://github.com/electron/electron.git'
+'git+https://chromium.googlesource.com/chromium/tools/depot_tools.git'
+'electron9.desktop'
+'default_app-icon.patch'
+'use-system-libraries-in-node.patch'
+'add-missing-algorithm-header-in-crx_install_error.cc.patch'
+'avoid-double-destruction-of-ServiceWorkerObjectHost.patch'
+'chromium-83-gcc-10.patch'
+'chromium-ffmpeg-4.3.patch'
+'qt5-webengine-glibc-2.33.patch'
+'chromium-skia-harmony.patch'
+'clean-up-a-call-to-set_utf8.patch'
+'include-memory-header-to-get-the-definition-of-std-u.patch'
+'iwyu-std-numeric_limits-is-defined-in-limits.patch'
+'libstdc-fix-incomplete-type-in-AXTree-for-NodeSetSiz.patch'
+'make-some-of-blink-custom-iterators-STL-compatible.patch'
+'v8-call-new-ListFormatter-createInstance.patch'
+'v8-remove-soon-to-be-removed-getAllFieldPositions.patch'
+   )
+sha256sums=('SKIP'
+'SKIP'
+'93236bbc903c6b990e6562f0aed33ebe67c1ee365b7ffd094a2febcd3a5cad76'
+'dd2d248831dd4944d385ebf008426e66efe61d6fdf66f8932c963a12167947b4'
+'c7eadac877179e586d0cce7f898aa1462b4c207733e68ecc17de9754b691713a'
+'0e2a78e4aa7272ab0ff4a4c467750e01bad692a026ad9828aaf06d2a9418b9d8'
+

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

2021-04-17 Thread Balló György via arch-commits
Date: Saturday, April 17, 2021 @ 18:33:26
  Author: bgyorgy
Revision: 919811

Minor changes

Modified:
  evolution-rss/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2021-04-17 18:26:27 UTC (rev 919810)
+++ PKGBUILD2021-04-17 18:33:26 UTC (rev 919811)
@@ -10,18 +10,12 @@
 url='https://gnome.eu.org/index.php/Evolution_RSS_Reader_Plugin'
 license=('GPL')
 depends=('evolution')
-makedepends=('intltool' 'git' 'gnome-common')
-_commit=696f57c5451ccf425dcca57e796feded788417dc  # tags/EVOLUTION_RSS_0_3_96^0
-source=("git+https://gitlab.gnome.org/GNOME/evolution-rss.git#commit=$_commit;)
-sha256sums=('SKIP')
+makedepends=('intltool')
+source=("https://download.gnome.org/sources/$pkgname/${pkgver%.*}/$pkgname-$pkgver.tar.xz;)
+sha256sums=('af84de0aead5c4b018601227190066e3c1482f6828fdfac0b621670a989787db')
 
-pkgver() {
-  cd $pkgname
-  git describe --tags | sed 's/^EVOLUTION_RSS_//;s/_/./g;s/-/+/g'
-}
-
 prepare() {
-  cd $pkgname
+  cd $pkgname-$pkgver
 
   # Don't check for unused GConf
   sed -i '/GCONF/d' configure.ac
@@ -29,11 +23,11 @@
   # Hide desktop file, it's not expected to be shown
   sed -i 's/#NoDisplay=true/NoDisplay=true/' evolution-rss.desktop.in.in
 
-  NOCONFIGURE=1 ./autogen.sh
+  autoreconf -fi
 }
 
 build() {
-  cd $pkgname
+  cd $pkgname-$pkgver
   ./configure --prefix=/usr --disable-schemas-compile
   sed -i -e 's/ -shared / -Wl,-O1,--as-needed\0/g' libtool
   make
@@ -40,6 +34,6 @@
 }
 
 package() {
-  cd $pkgname
+  cd $pkgname-$pkgver
   make DESTDIR="$pkgdir" install
 }


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

2021-04-17 Thread Balló György via arch-commits
Date: Saturday, April 17, 2021 @ 18:26:27
  Author: bgyorgy
Revision: 919810

Minor changes

Modified:
  gnome-podcasts/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2021-04-17 18:23:02 UTC (rev 919809)
+++ PKGBUILD2021-04-17 18:26:27 UTC (rev 919810)
@@ -3,24 +3,22 @@
 pkgname=gnome-podcasts
 pkgver=0.4.9
 pkgrel=1
-pkgdesc="Podcast application for GNOME"
-arch=(x86_64)
-url="https://gitlab.gnome.org/World/podcasts;
-license=(GPL3)
-depends=(gst-plugins-bad gst-plugins-base gst-plugins-good libhandy)
-makedepends=(git meson rust)
+pkgdesc='Podcast application for GNOME'
+arch=('x86_64')
+url='https://wiki.gnome.org/Apps/Podcasts'
+license=('GPL3')
+depends=('gst-plugins-bad' 'gst-plugins-base' 'gst-plugins-good' 'libhandy')
+makedepends=('meson' 'rust')
 optdepends=('gst-plugins-ugly: Extra media codecs'
 'gst-libav: Extra media codecs')
-source=(https://gitlab.gnome.org/World/podcasts/-/archive/$pkgver/podcasts-$pkgver.tar.gz)
+source=("https://gitlab.gnome.org/World/podcasts/-/archive/$pkgver/podcasts-$pkgver.tar.gz;)
 sha256sums=('49a2e48079c84697fe7e1a375a4e15d8687ab6c533488093186f08b7875b1a22')
 
 build() {
-  cd podcasts-$pkgver
-  arch-meson . build
+  arch-meson podcasts-$pkgver build
   meson compile -C build
 }
 
 package() {
-  cd podcasts-$pkgver
   DESTDIR="$pkgdir" meson install -C build
 }


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

2021-04-17 Thread Maxim Baz via arch-commits
Date: Saturday, April 17, 2021 @ 18:23:02
  Author: maximbaz
Revision: 919809

archrelease: copy trunk to community-x86_64

Added:
  slurp/repos/community-x86_64/PKGBUILD
(from rev 919808, slurp/trunk/PKGBUILD)
Deleted:
  slurp/repos/community-x86_64/PKGBUILD

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

Deleted: PKGBUILD
===
--- PKGBUILD2021-04-17 18:22:57 UTC (rev 919808)
+++ PKGBUILD2021-04-17 18:23:02 UTC (rev 919809)
@@ -1,31 +0,0 @@
-# Maintainer: Ainola 
-# Maintainer: Maxim Baz <$pkgname at maximbaz dot com>
-
-pkgname=slurp
-pkgver=1.3.1
-pkgrel=1
-pkgdesc='Select a region in a Wayland compositor'
-arch=('x86_64')
-url="https://github.com/emersion/slurp;
-license=('MIT')
-depends=('cairo' 'wayland' 'libxkbcommon')
-makedepends=('meson' 'scdoc' 'wayland-protocols')
-source=(
-
"$pkgname-$pkgver.tar.gz::https://github.com/emersion/slurp/releases/download/v$pkgver/slurp-$pkgver.tar.gz;
-
"$pkgname-$pkgver.tar.gz.sig::https://github.com/emersion/slurp/releases/download/v$pkgver/slurp-$pkgver.tar.gz.sig;
-)
-validpgpkeys=("34FF9526CFEF0E97A340E2E40FDE7BE0E88F5E48") # emersion
-sha256sums=('afe8714c6782a0e548b0f539676783a922ac61e7ba3fc7c0815644e72293fa3a'
-'SKIP')
-
-build() {
-arch-meson "$pkgname-$pkgver" build
-ninja -C build
-}
-
-package() {
-DESTDIR="$pkgdir" ninja -C build install
-cd "$pkgname-$pkgver"
-install -Dm 0644 LICENSE -t "$pkgdir/usr/share/licenses/slurp/"
-install -Dm 0644 README.md -t "$pkgdir/usr/share/doc/slurp/"
-}

Copied: slurp/repos/community-x86_64/PKGBUILD (from rev 919808, 
slurp/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2021-04-17 18:23:02 UTC (rev 919809)
@@ -0,0 +1,31 @@
+# Maintainer: Ainola 
+# Maintainer: Maxim Baz <$pkgname at maximbaz dot com>
+
+pkgname=slurp
+pkgver=1.3.2
+pkgrel=1
+pkgdesc='Select a region in a Wayland compositor'
+arch=('x86_64')
+url="https://github.com/emersion/slurp;
+license=('MIT')
+depends=('cairo' 'wayland' 'libxkbcommon')
+makedepends=('meson' 'scdoc' 'wayland-protocols')
+source=(
+
"$pkgname-$pkgver.tar.gz::https://github.com/emersion/slurp/releases/download/v$pkgver/slurp-$pkgver.tar.gz;
+
"$pkgname-$pkgver.tar.gz.sig::https://github.com/emersion/slurp/releases/download/v$pkgver/slurp-$pkgver.tar.gz.sig;
+)
+validpgpkeys=("34FF9526CFEF0E97A340E2E40FDE7BE0E88F5E48") # emersion
+sha256sums=('005dd8601d4bada9728f434728c7a57c955f90f9b9f53d1ffb051abdbabb9876'
+'SKIP')
+
+build() {
+arch-meson "$pkgname-$pkgver" build
+ninja -C build
+}
+
+package() {
+DESTDIR="$pkgdir" ninja -C build install
+cd "$pkgname-$pkgver"
+install -Dm 0644 LICENSE -t "$pkgdir/usr/share/licenses/slurp/"
+install -Dm 0644 README.md -t "$pkgdir/usr/share/doc/slurp/"
+}


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

2021-04-17 Thread Maxim Baz via arch-commits
Date: Saturday, April 17, 2021 @ 18:22:57
  Author: maximbaz
Revision: 919808

upgpkg: slurp 1.3.2-1

Modified:
  slurp/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2021-04-17 18:08:37 UTC (rev 919807)
+++ PKGBUILD2021-04-17 18:22:57 UTC (rev 919808)
@@ -2,7 +2,7 @@
 # Maintainer: Maxim Baz <$pkgname at maximbaz dot com>
 
 pkgname=slurp
-pkgver=1.3.1
+pkgver=1.3.2
 pkgrel=1
 pkgdesc='Select a region in a Wayland compositor'
 arch=('x86_64')
@@ -15,7 +15,7 @@
 
"$pkgname-$pkgver.tar.gz.sig::https://github.com/emersion/slurp/releases/download/v$pkgver/slurp-$pkgver.tar.gz.sig;
 )
 validpgpkeys=("34FF9526CFEF0E97A340E2E40FDE7BE0E88F5E48") # emersion
-sha256sums=('afe8714c6782a0e548b0f539676783a922ac61e7ba3fc7c0815644e72293fa3a'
+sha256sums=('005dd8601d4bada9728f434728c7a57c955f90f9b9f53d1ffb051abdbabb9876'
 'SKIP')
 
 build() {


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

2021-04-17 Thread Balló György via arch-commits
Date: Saturday, April 17, 2021 @ 18:08:37
  Author: bgyorgy
Revision: 919807

archrelease: copy trunk to community-x86_64

Added:
  vocal/repos/community-x86_64/PKGBUILD
(from rev 919806, vocal/trunk/PKGBUILD)
  vocal/repos/community-x86_64/remove-about.patch
(from rev 919806, vocal/trunk/remove-about.patch)
Deleted:
  vocal/repos/community-x86_64/PKGBUILD
  vocal/repos/community-x86_64/remove-about.patch

+
 PKGBUILD   |   74 ++--
 remove-about.patch |   78 +--
 2 files changed, 80 insertions(+), 72 deletions(-)

Deleted: PKGBUILD
===
--- PKGBUILD2021-04-17 18:08:29 UTC (rev 919806)
+++ PKGBUILD2021-04-17 18:08:37 UTC (rev 919807)
@@ -1,33 +0,0 @@
-# Maintainer: Balló György 
-# Contributor: Marcin Tydelski 
-# Contributor: Nathan Dyer 
-
-pkgname=vocal
-pkgver=2.4.2
-pkgrel=3
-pkgdesc='Powerful, beautiful and simple podcast client for the modern free 
desktop'
-arch=(x86_64)
-url='https://vocalproject.net/'
-license=(GPL3)
-depends=(clutter-gst clutter-gtk granite gst-plugins-good gst-libav gvfs 
libnotify)
-makedepends=(cmake vala webkit2gtk)
-source=("$pkgname-$pkgver.tar.gz::https://github.com/needle-and-thread/$pkgname/archive/$pkgver.tar.gz;
-"remove-about.patch")
-sha512sums=('2f5b09c1ca1c3a513c161d1973033d6ce3e2c6805f4390d2bc70764e95a5b1a1ed9e681d602d2a5be44cb145cbdb6885a7c8aff0a2005a24792171a200ae52de'
-
'f21019b38e91d56bab885b9975cb63dfc773a01463fa4d526264e4411670b4201b294f40c6211341febc9a28a3178b6547b231c6ddfa48589da1056c99718c3c')
-
-prepare() {
-  cd "${pkgname}-${pkgver}"
-  patch -Np1 < "$srcdir/remove-about.patch" 
-}
-
-build() {
-  cd $pkgname-$pkgver
-  cmake . -DCMAKE_INSTALL_PREFIX=/usr
-  make
-}
-
-package() {
-  cd $pkgname-$pkgver
-  make DESTDIR="$pkgdir" install
-}

Copied: vocal/repos/community-x86_64/PKGBUILD (from rev 919806, 
vocal/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2021-04-17 18:08:37 UTC (rev 919807)
@@ -0,0 +1,41 @@
+# Maintainer: Balló György 
+# Contributor: Marcin Tydelski 
+# Contributor: Nathan Dyer 
+
+pkgname=vocal
+_id=com.github.needleandthread.vocal
+pkgver=2.4.2
+pkgrel=4
+pkgdesc='Powerful, beautiful and simple podcast client for Pantheon'
+arch=('x86_64')
+url='https://vocalproject.net/'
+license=('GPL3')
+depends=('clutter-gst' 'clutter-gtk' 'granite' 'gst-plugins-good' 'gst-libav' 
'gvfs' 'libnotify')
+makedepends=('cmake' 'ninja' 'vala')
+source=("https://github.com/needle-and-thread/$pkgname/archive/$pkgver/$pkgname-$pkgver.tar.gz;
+'remove-about.patch')
+sha256sums=('be1991f08db05feacad30a0f459002327ba5ff3cb04757383f1da62904acdb41'
+'805613a82898c36ddd18a93aa034e87d771dade1382275537ba7b4c57c28dc6a')
+
+prepare() {
+  cd $pkgname-$pkgver
+
+  # Fix build with granite 6
+  patch -Np1 -i ../remove-about.patch
+
+  # Remove unused webkit2gtk dependency
+  sed -i 's/webkit2gtk-4.0//' CMakeLists.txt
+
+  # Fix metainfo file
+  sed -i "//a $_id.desktop" 
data/$_id.appdata.xml
+}
+
+build() {
+  cmake -S $pkgname-$pkgver -B build -G Ninja -DCMAKE_INSTALL_PREFIX='/usr'
+  cmake --build build
+}
+
+package() {
+  DESTDIR="$pkgdir" cmake --install build
+  ln -s $_id "$pkgdir/usr/bin/$pkgname"
+}

Deleted: remove-about.patch
===
--- remove-about.patch  2021-04-17 18:08:29 UTC (rev 919806)
+++ remove-about.patch  2021-04-17 18:08:37 UTC (rev 919807)
@@ -1,39 +0,0 @@
-diff --git a/src/MainWindow.vala b/src/MainWindow.vala
-index 957b1f9..3bf5016 100644
 a/src/MainWindow.vala
-+++ b/src/MainWindow.vala
-@@ -414,10 +414,6 @@ namespace Vocal {
- toolbar.import_podcasts_selected.connect (() => {
- import_podcasts();
- });
--
--toolbar.about_selected.connect (() => {
--controller.app.show_about (this);
--});
- 
- toolbar.theme_toggled.connect (() => {
- if (controller.settings.dark_mode_enabled) {
-diff --git a/src/Widgets/Toolbar.vala b/src/Widgets/Toolbar.vala
-index 1da6a48..403998e 100644
 a/src/Widgets/Toolbar.vala
-+++ b/src/Widgets/Toolbar.vala
-@@ -38,7 +38,6 @@ namespace Vocal {
-   public signal void seek_backward_selected();
-   public signal void downloads_selected();
- public signal void check_for_updates_selected();
--public signal void about_selected ();
- public signal void theme_toggled ();
- 
- public Gtk.Menu menu;
-@@ -193,11 +192,6 @@ namespace Vocal {
- });
- //menu.add(donate);
- 
--var about = new Gtk.MenuItem.with_label (_("About"));
--  

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

2021-04-17 Thread Balló György via arch-commits
Date: Saturday, April 17, 2021 @ 18:08:29
  Author: bgyorgy
Revision: 919806

upgpkg: vocal 2.4.2-4: Add symlink for the binary, fix metainfo file

Modified:
  vocal/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2021-04-17 17:49:23 UTC (rev 919805)
+++ PKGBUILD2021-04-17 18:08:29 UTC (rev 919806)
@@ -3,31 +3,39 @@
 # Contributor: Nathan Dyer 
 
 pkgname=vocal
+_id=com.github.needleandthread.vocal
 pkgver=2.4.2
-pkgrel=3
-pkgdesc='Powerful, beautiful and simple podcast client for the modern free 
desktop'
-arch=(x86_64)
+pkgrel=4
+pkgdesc='Powerful, beautiful and simple podcast client for Pantheon'
+arch=('x86_64')
 url='https://vocalproject.net/'
-license=(GPL3)
-depends=(clutter-gst clutter-gtk granite gst-plugins-good gst-libav gvfs 
libnotify)
-makedepends=(cmake vala webkit2gtk)
-source=("$pkgname-$pkgver.tar.gz::https://github.com/needle-and-thread/$pkgname/archive/$pkgver.tar.gz;
-"remove-about.patch")
-sha512sums=('2f5b09c1ca1c3a513c161d1973033d6ce3e2c6805f4390d2bc70764e95a5b1a1ed9e681d602d2a5be44cb145cbdb6885a7c8aff0a2005a24792171a200ae52de'
-
'f21019b38e91d56bab885b9975cb63dfc773a01463fa4d526264e4411670b4201b294f40c6211341febc9a28a3178b6547b231c6ddfa48589da1056c99718c3c')
+license=('GPL3')
+depends=('clutter-gst' 'clutter-gtk' 'granite' 'gst-plugins-good' 'gst-libav' 
'gvfs' 'libnotify')
+makedepends=('cmake' 'ninja' 'vala')
+source=("https://github.com/needle-and-thread/$pkgname/archive/$pkgver/$pkgname-$pkgver.tar.gz;
+'remove-about.patch')
+sha256sums=('be1991f08db05feacad30a0f459002327ba5ff3cb04757383f1da62904acdb41'
+'805613a82898c36ddd18a93aa034e87d771dade1382275537ba7b4c57c28dc6a')
 
 prepare() {
-  cd "${pkgname}-${pkgver}"
-  patch -Np1 < "$srcdir/remove-about.patch" 
+  cd $pkgname-$pkgver
+
+  # Fix build with granite 6
+  patch -Np1 -i ../remove-about.patch
+
+  # Remove unused webkit2gtk dependency
+  sed -i 's/webkit2gtk-4.0//' CMakeLists.txt
+
+  # Fix metainfo file
+  sed -i "//a $_id.desktop" 
data/$_id.appdata.xml
 }
 
 build() {
-  cd $pkgname-$pkgver
-  cmake . -DCMAKE_INSTALL_PREFIX=/usr
-  make
+  cmake -S $pkgname-$pkgver -B build -G Ninja -DCMAKE_INSTALL_PREFIX='/usr'
+  cmake --build build
 }
 
 package() {
-  cd $pkgname-$pkgver
-  make DESTDIR="$pkgdir" install
+  DESTDIR="$pkgdir" cmake --install build
+  ln -s $_id "$pkgdir/usr/bin/$pkgname"
 }


[arch-commits] Commit in optional-lite (3 files)

2021-04-17 Thread Antonio Rojas via arch-commits
Date: Saturday, April 17, 2021 @ 17:49:23
  Author: arojas
Revision: 919805

archrelease: copy trunk to community-any

Added:
  optional-lite/repos/
  optional-lite/repos/community-any/
  optional-lite/repos/community-any/PKGBUILD
(from rev 919804, optional-lite/trunk/PKGBUILD)

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

Copied: optional-lite/repos/community-any/PKGBUILD (from rev 919804, 
optional-lite/trunk/PKGBUILD)
===
--- repos/community-any/PKGBUILD(rev 0)
+++ repos/community-any/PKGBUILD2021-04-17 17:49:23 UTC (rev 919805)
@@ -0,0 +1,23 @@
+# Maintainer: Antonio Rojas 
+
+pkgname=optional-lite
+pkgver=3.4.0
+pkgrel=1
+pkgdesc='A C++17-like optional, a nullable object for C++98, C++11 and later 
in a single-file header-only library'
+url='https://github.com/martinmoene/optional-lite'
+license=(Boost)
+arch=(any)
+depends=()
+makedepends=(cmake)
+source=(https://github.com/martinmoene/optional-lite/archive/v$pkgver/$pkgname-$pkgver.tar.gz)
+sha256sums=('49b9deac842b3698fc9011b7678f943b4e36136e2ab711f535c1961ff2746e14')
+
+build() {
+  cmake -B build -S $pkgname-$pkgver \
+-DCMAKE_INSTALL_PREFIX=/usr
+  cmake --build build
+}
+
+package() {
+  DESTDIR="$pkgdir" cmake --install build
+}


[arch-commits] Commit in (3 files)

2021-04-17 Thread Antonio Rojas via arch-commits
Date: Saturday, April 17, 2021 @ 17:49:10
  Author: arojas
Revision: 919804

Add opentimelineio dependency

Added:
  optional-lite/
  optional-lite/trunk/
  optional-lite/trunk/PKGBUILD

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

Added: optional-lite/trunk/PKGBUILD
===
--- optional-lite/trunk/PKGBUILD(rev 0)
+++ optional-lite/trunk/PKGBUILD2021-04-17 17:49:10 UTC (rev 919804)
@@ -0,0 +1,23 @@
+# Maintainer: Antonio Rojas 
+
+pkgname=optional-lite
+pkgver=3.4.0
+pkgrel=1
+pkgdesc='A C++17-like optional, a nullable object for C++98, C++11 and later 
in a single-file header-only library'
+url='https://github.com/martinmoene/optional-lite'
+license=(Boost)
+arch=(any)
+depends=()
+makedepends=(cmake)
+source=(https://github.com/martinmoene/optional-lite/archive/v$pkgver/$pkgname-$pkgver.tar.gz)
+sha256sums=('49b9deac842b3698fc9011b7678f943b4e36136e2ab711f535c1961ff2746e14')
+
+build() {
+  cmake -B build -S $pkgname-$pkgver \
+-DCMAKE_INSTALL_PREFIX=/usr
+  cmake --build build
+}
+
+package() {
+  DESTDIR="$pkgdir" cmake --install build
+}


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

2021-04-17 Thread Chih-Hsuan Yen via arch-commits
Date: Saturday, April 17, 2021 @ 17:46:14
  Author: yan12125
Revision: 919803

archrelease: copy trunk to community-testing-x86_64

Added:
  nextcloud-client/repos/community-testing-x86_64/
  nextcloud-client/repos/community-testing-x86_64/PKGBUILD
(from rev 919802, nextcloud-client/trunk/PKGBUILD)

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

Copied: nextcloud-client/repos/community-testing-x86_64/PKGBUILD (from rev 
919802, nextcloud-client/trunk/PKGBUILD)
===
--- community-testing-x86_64/PKGBUILD   (rev 0)
+++ community-testing-x86_64/PKGBUILD   2021-04-17 17:46:14 UTC (rev 919803)
@@ -0,0 +1,91 @@
+# Maintainer: Chih-Hsuan Yen 
+# Contributor: Tyler Dence 
+# Contributor: Konstantin Shalygin 
+
+pkgbase=nextcloud-client
+# Put config files for libcloudproviders integration in a separate package as
+# there is no simple way yet to disable it.
+# See: https://gitlab.gnome.org/World/libcloudproviders/-/issues/17
+pkgname=(nextcloud-client nextcloud-client-cloudproviders)
+# Upstream does not provide signed tarballs (yet)
+# https://github.com/nextcloud/desktop/issues/1510
+pkgver=3.2.0
+pkgrel=1
+arch=(x86_64)
+url='https://nextcloud.com/'
+license=(GPL)
+makedepends=(libcloudproviders openssl sqlite
+ qt5-quickcontrols2 qt5-svg qt5-tools qt5-webengine qt5-websockets 
qtkeychain
+ extra-cmake-modules kio
+ cmocka doxygen git python-sphinx)
+source=("$pkgbase::git+https://github.com/nextcloud/desktop.git?signed#tag=v$pkgver;)
+validpgpkeys=(
+  A26B951528EA1BA1678C7AE5D406C75CEE1A36D6  # one of keys controlled by 
github.com/camilasan
+  42E775EAA3E47F9E0D5CDB0E00819E3BF4177B28  # controlled by github.com/misch7
+  17166A5275C5FA6F1A48FD78074BBBCB8DECC9E2  # https://github.com/er-vin.gpg
+  01D736173523DFC7A7B55258C2FBEF0E1C7E72D0  # https://github.com/allexzander
+)
+sha256sums=('SKIP')
+
+prepare() {
+  # tmpdir for check()
+  mkdir tmpdir
+
+  # Use system GNUInstallDirs.cmake so that we can benefit from
+  # https://gitlab.kitware.com/cmake/cmake/merge_requests/3735
+  rm -v $pkgbase/cmake/modules/GNUInstallDirs.cmake
+}
+
+build() {
+  cd $pkgbase
+
+  # bundled breakpad in libcrashreporter-qt submodule is too old and does not 
build with glibc >= 2.26
+  # Upstream fix: 
https://github.com/google/breakpad/commit/bddcc58860f522a0d4cbaa7e9d04058caee0db9d
+  cmake -B build -S . \
+-DCMAKE_BUILD_TYPE=None \
+-DCMAKE_INSTALL_PREFIX=/usr \
+-DWITH_CRASHREPORTER=OFF \
+-DUNIT_TESTING=ON
+
+  # TODO: fix installation of PDF and HTML documents
+  # WIP at https://github.com/yan12125/desktop/tree/doc-install-path
+  make -C build all doc-man
+}
+
+check() {
+  cd $pkgbase/build
+
+  # Tests fail if $TMPDIR is too small; specify an alternative for machines
+  # with a small /tmp partition.
+  TMPDIR="$srcdir/tmpdir" make test
+}
+
+package_nextcloud-client() {
+  pkgdesc='Nextcloud desktop client'
+  depends=(openssl sqlite qtkeychain qt5-svg qt5-webengine qt5-websockets 
xdg-utils libcloudproviders
+   qt5-graphicaleffects qt5-quickcontrols2)
+  optdepends=(
+'kio: integration with Dolphin'
+'nemo-python: integration with Nemo'
+'python-nautilus: integration with Nautilus'
+'python-caja: integration with Caja'
+'nextcloud-client-cloudproviders: cloudproviders support'
+  )
+  backup=('etc/Nextcloud/sync-exclude.lst')
+
+  cd $pkgbase/build
+
+  make DESTDIR="$pkgdir" install
+
+  rm -v "$pkgdir"/usr/share/cloud-providers/com.nextcloudgmbh.Nextcloud.ini
+  rm -v "$pkgdir"/usr/share/dbus-1/services/com.nextcloudgmbh.Nextcloud.service
+  cd "$pkgdir"/usr/share && rmdir -p cloud-providers dbus-1/services
+}
+
+package_nextcloud-client-cloudproviders() {
+  pkgdesc='cloudproviders support for the Nextcloud desktop client'
+  depends=(nextcloud-client)
+
+  cd $pkgbase/build
+  make -C shell_integration/libcloudproviders DESTDIR="$pkgdir" install
+}


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

2021-04-17 Thread Chih-Hsuan Yen via arch-commits
Date: Saturday, April 17, 2021 @ 17:46:05
  Author: yan12125
Revision: 919802

upgpkg: nextcloud-client 3.2.0-1; NO_SHIBBOLETH is removed [1]

[1] https://github.com/nextcloud/desktop/pull/2794

Modified:
  nextcloud-client/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2021-04-17 17:43:46 UTC (rev 919801)
+++ PKGBUILD2021-04-17 17:46:05 UTC (rev 919802)
@@ -9,7 +9,7 @@
 pkgname=(nextcloud-client nextcloud-client-cloudproviders)
 # Upstream does not provide signed tarballs (yet)
 # https://github.com/nextcloud/desktop/issues/1510
-pkgver=3.1.3
+pkgver=3.2.0
 pkgrel=1
 arch=(x86_64)
 url='https://nextcloud.com/'
@@ -34,9 +34,6 @@
   # Use system GNUInstallDirs.cmake so that we can benefit from
   # https://gitlab.kitware.com/cmake/cmake/merge_requests/3735
   rm -v $pkgbase/cmake/modules/GNUInstallDirs.cmake
-
-  # Backport build fixes for glib2 2.68
-  git -C $pkgbase cherry-pick --no-commit 
db321d25ef65cc75d9fa1970e9eb09d33f7b9ca4 
2e7cc96228771dd6c124421d50f378176fd672e8
 }
 
 build() {
@@ -47,7 +44,6 @@
   cmake -B build -S . \
 -DCMAKE_BUILD_TYPE=None \
 -DCMAKE_INSTALL_PREFIX=/usr \
--DNO_SHIBBOLETH=1 \
 -DWITH_CRASHREPORTER=OFF \
 -DUNIT_TESTING=ON
 


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

2021-04-17 Thread Chih-Hsuan Yen via arch-commits
Date: Saturday, April 17, 2021 @ 17:43:46
  Author: yan12125
Revision: 919801

archrelease: copy trunk to community-any

Added:
  python-cfn-lint/repos/community-any/PKGBUILD
(from rev 919800, python-cfn-lint/trunk/PKGBUILD)
Deleted:
  python-cfn-lint/repos/community-any/PKGBUILD

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

Deleted: PKGBUILD
===
--- PKGBUILD2021-04-17 17:43:32 UTC (rev 919800)
+++ PKGBUILD2021-04-17 17:43:46 UTC (rev 919801)
@@ -1,44 +0,0 @@
-# Maintainer: Chih-Hsuan Yen 
-
-pkgname=python-cfn-lint
-pkgver=0.48.2
-pkgrel=1
-pkgdesc='CloudFormation Linter'
-arch=(any)
-url='https://github.com/aws-cloudformation/cfn-python-lint'
-license=('custom:MIT No Attribution')
-depends=(python python-yaml python-six python-aws-sam-translator
- python-jsonpatch python-jsonschema python-networkx
- python-junit-xml)
-makedepends=(python-setuptools)
-checkdepends=(python-pytest python-mock python-pydot)
-optdepends=(
-  'python-pydot: for building graphs from templates'
-)
-source=("https://github.com/aws-cloudformation/cfn-python-lint/archive/v$pkgver/cfn-python-lint-$pkgver.tar.gz;)
-sha256sums=('96b708543b083ad1d87c50b7a4fd79cc76397c33dce1920f5c284912c134747c')
-
-build() {
-  cd cfn-python-lint-$pkgver
-  python setup.py build
-}
-
-check() {
-  cd cfn-python-lint-$pkgver
-
-  # Tests in test/integration need the cfn-lint binary
-  python setup.py install_scripts --install-dir="$srcdir"/tmp_install
-
-  export PYTHONPATH="$PWD/src"
-  export PATH="$PATH:$srcdir/tmp_install"
-  # test_update_docs requires cfn-python-lint as a git repo
-  pytest test -k 'not test_update_docs'
-}
-
-package() {
-  cd cfn-python-lint-$pkgver
-  # use PYTHONHASHSEED=0 to work around https://bugs.python.org/issue34033
-  PYTHONHASHSEED=0 python setup.py install --root="$pkgdir" --optimize=1 
--skip-build
-
-  install -Dm644 LICENSE -t "$pkgdir"/usr/share/licenses/$pkgname
-}

Copied: python-cfn-lint/repos/community-any/PKGBUILD (from rev 919800, 
python-cfn-lint/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2021-04-17 17:43:46 UTC (rev 919801)
@@ -0,0 +1,44 @@
+# Maintainer: Chih-Hsuan Yen 
+
+pkgname=python-cfn-lint
+pkgver=0.48.3
+pkgrel=1
+pkgdesc='CloudFormation Linter'
+arch=(any)
+url='https://github.com/aws-cloudformation/cfn-python-lint'
+license=('custom:MIT No Attribution')
+depends=(python python-yaml python-six python-aws-sam-translator
+ python-jsonpatch python-jsonschema python-networkx
+ python-junit-xml)
+makedepends=(python-setuptools)
+checkdepends=(python-pytest python-mock python-pydot)
+optdepends=(
+  'python-pydot: for building graphs from templates'
+)
+source=("https://github.com/aws-cloudformation/cfn-python-lint/archive/v$pkgver/cfn-python-lint-$pkgver.tar.gz;)
+sha256sums=('c81e4e01f331ab3d326764a5c4079aeac9df4118144008fbb639c4a5c7f8fde2')
+
+build() {
+  cd cfn-python-lint-$pkgver
+  python setup.py build
+}
+
+check() {
+  cd cfn-python-lint-$pkgver
+
+  # Tests in test/integration need the cfn-lint binary
+  python setup.py install_scripts --install-dir="$srcdir"/tmp_install
+
+  export PYTHONPATH="$PWD/src"
+  export PATH="$PATH:$srcdir/tmp_install"
+  # test_update_docs requires cfn-python-lint as a git repo
+  pytest test -k 'not test_update_docs'
+}
+
+package() {
+  cd cfn-python-lint-$pkgver
+  # use PYTHONHASHSEED=0 to work around https://bugs.python.org/issue34033
+  PYTHONHASHSEED=0 python setup.py install --root="$pkgdir" --optimize=1 
--skip-build
+
+  install -Dm644 LICENSE -t "$pkgdir"/usr/share/licenses/$pkgname
+}


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

2021-04-17 Thread Chih-Hsuan Yen via arch-commits
Date: Saturday, April 17, 2021 @ 17:43:32
  Author: yan12125
Revision: 919800

upgpkg: python-cfn-lint 0.48.3-1

Modified:
  python-cfn-lint/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2021-04-17 17:38:26 UTC (rev 919799)
+++ PKGBUILD2021-04-17 17:43:32 UTC (rev 919800)
@@ -1,7 +1,7 @@
 # Maintainer: Chih-Hsuan Yen 
 
 pkgname=python-cfn-lint
-pkgver=0.48.2
+pkgver=0.48.3
 pkgrel=1
 pkgdesc='CloudFormation Linter'
 arch=(any)
@@ -16,7 +16,7 @@
   'python-pydot: for building graphs from templates'
 )
 
source=("https://github.com/aws-cloudformation/cfn-python-lint/archive/v$pkgver/cfn-python-lint-$pkgver.tar.gz;)
-sha256sums=('96b708543b083ad1d87c50b7a4fd79cc76397c33dce1920f5c284912c134747c')
+sha256sums=('c81e4e01f331ab3d326764a5c4079aeac9df4118144008fbb639c4a5c7f8fde2')
 
 build() {
   cd cfn-python-lint-$pkgver


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

2021-04-17 Thread Balló György via arch-commits
Date: Saturday, April 17, 2021 @ 17:38:26
  Author: bgyorgy
Revision: 919799

Minor changes

Modified:
  cawbird/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2021-04-17 17:33:34 UTC (rev 919798)
+++ PKGBUILD2021-04-17 17:38:26 UTC (rev 919799)
@@ -3,18 +3,18 @@
 pkgname=cawbird
 pkgver=1.3.2
 pkgrel=1
-pkgdesc="Native Gtk Twitter client"
-arch=(x86_64)
-url="https://ibboard.co.uk/cawbird/;
-license=(GPL3)
-depends=(gspell gst-libav gst-plugin-gtk gst-plugins-bad gst-plugins-good 
liboauth)
-makedepends=(meson vala)
-source=("$pkgname-$pkgver.tar.gz::https://github.com/IBBoard/$pkgname/archive/v$pkgver.tar.gz;)
+pkgdesc='Native GTK Twitter client'
+arch=('x86_64')
+url='https://ibboard.co.uk/cawbird/'
+license=('GPL3')
+depends=('gspell' 'gst-libav' 'gst-plugin-gtk' 'gst-plugins-bad' 
'gst-plugins-good' 'liboauth')
+makedepends=('meson' 'vala')
+source=("https://github.com/IBBoard/$pkgname/archive/v$pkgver/$pkgname-$pkgver.tar.gz;)
 sha256sums=('20dd01b1b93f2608bbf6a83d5e4589927f875eff111a11366283b121c6136de7')
 
 build() {
   arch-meson $pkgname-$pkgver build
-  ninja -C build
+  meson compile -C build
 }
 
 package() {


[arch-commits] Commit in lxqt-session/repos/community-testing-x86_64 (2 files)

2021-04-17 Thread Chih-Hsuan Yen via arch-commits
Date: Saturday, April 17, 2021 @ 17:33:34
  Author: yan12125
Revision: 919798

archrelease: copy trunk to community-testing-x86_64

Added:
  lxqt-session/repos/community-testing-x86_64/PKGBUILD
(from rev 919797, lxqt-session/trunk/PKGBUILD)
Deleted:
  lxqt-session/repos/community-testing-x86_64/PKGBUILD

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

Deleted: PKGBUILD
===
--- PKGBUILD2021-04-17 17:33:23 UTC (rev 919797)
+++ PKGBUILD2021-04-17 17:33:34 UTC (rev 919798)
@@ -1,41 +0,0 @@
-# Maintainer: Jerome Leclanche 
-
-pkgname=lxqt-session
-pkgver=0.17.0
-pkgrel=1
-pkgdesc="The LXQt session manager"
-arch=("x86_64")
-groups=("lxqt")
-url="https://github.com/lxqt/$pkgname;
-license=("LGPL2.1")
-depends=("liblxqt" "xdg-user-dirs"  "libx11" "udev" "kwindowsystem" 
"libQt5Xdg.so" "procps")
-makedepends=("cmake" "lxqt-build-tools")
-optdepends=(
-   "breeze-icons: Default icon theme"
-   "oxygen-icons: Alternative icon theme"
-   "sddm: The recommended display manager"
-)
-source=(
-   
"https://github.com/lxqt/$pkgname/releases/download/$pkgver/$pkgname-$pkgver.tar.xz"{,.asc}
-)
-sha256sums=('9d6cac08f2681917cdd4d9aec3bb77a60ea353a9fbeaae080f52320f4ecf08c0'
-'SKIP')
-validpgpkeys=(
-   "169704C6FB490C6892C7F23C37E0AF1FDA48F373"  # Jerome Leclanche 

-   "7C733BA5F585AAD669E4D23A42C9C8D3AF5EA5E3"  # Alf Gaida 

-   "19DFDF3A579BD509DBB572D8BE793007AD22DF7E"  # Pedram Pourang 

-)
-
-
-build() {
-   mkdir -p build
-   cd build
-   cmake "$srcdir/$pkgname-$pkgver" \
-   -DCMAKE_INSTALL_PREFIX=/usr
-   make
-}
-
-package() {
-   cd build
-   make DESTDIR="$pkgdir" install
-}

Copied: lxqt-session/repos/community-testing-x86_64/PKGBUILD (from rev 919797, 
lxqt-session/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2021-04-17 17:33:34 UTC (rev 919798)
@@ -0,0 +1,41 @@
+# Maintainer: Jerome Leclanche 
+
+pkgname=lxqt-session
+pkgver=0.17.1
+pkgrel=1
+pkgdesc="The LXQt session manager"
+arch=("x86_64")
+groups=("lxqt")
+url="https://github.com/lxqt/$pkgname;
+license=("LGPL2.1")
+depends=("liblxqt" "xdg-user-dirs"  "libx11" "udev" "kwindowsystem" 
"libQt5Xdg.so" "procps")
+makedepends=("cmake" "lxqt-build-tools")
+optdepends=(
+   "breeze-icons: Default icon theme"
+   "oxygen-icons: Alternative icon theme"
+   "sddm: The recommended display manager"
+)
+source=(
+   
"https://github.com/lxqt/$pkgname/releases/download/$pkgver/$pkgname-$pkgver.tar.xz"{,.asc}
+)
+sha256sums=('d9058ceedb355a43ea2ef070292fc30b0fb740640cf0b579131aaefbac779c47'
+'SKIP')
+validpgpkeys=(
+   "169704C6FB490C6892C7F23C37E0AF1FDA48F373"  # Jerome Leclanche 

+   "7C733BA5F585AAD669E4D23A42C9C8D3AF5EA5E3"  # Alf Gaida 

+   "19DFDF3A579BD509DBB572D8BE793007AD22DF7E"  # Pedram Pourang 

+)
+
+
+build() {
+   mkdir -p build
+   cd build
+   cmake "$srcdir/$pkgname-$pkgver" \
+   -DCMAKE_INSTALL_PREFIX=/usr
+   make
+}
+
+package() {
+   cd build
+   make DESTDIR="$pkgdir" install
+}


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

2021-04-17 Thread Chih-Hsuan Yen via arch-commits
Date: Saturday, April 17, 2021 @ 17:33:23
  Author: yan12125
Revision: 919797

upgpkg: lxqt-session 0.17.1-1

Modified:
  lxqt-session/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2021-04-17 17:31:00 UTC (rev 919796)
+++ PKGBUILD2021-04-17 17:33:23 UTC (rev 919797)
@@ -1,7 +1,7 @@
 # Maintainer: Jerome Leclanche 
 
 pkgname=lxqt-session
-pkgver=0.17.0
+pkgver=0.17.1
 pkgrel=1
 pkgdesc="The LXQt session manager"
 arch=("x86_64")
@@ -18,7 +18,7 @@
 source=(

"https://github.com/lxqt/$pkgname/releases/download/$pkgver/$pkgname-$pkgver.tar.xz"{,.asc}
 )
-sha256sums=('9d6cac08f2681917cdd4d9aec3bb77a60ea353a9fbeaae080f52320f4ecf08c0'
+sha256sums=('d9058ceedb355a43ea2ef070292fc30b0fb740640cf0b579131aaefbac779c47'
 'SKIP')
 validpgpkeys=(
"169704C6FB490C6892C7F23C37E0AF1FDA48F373"  # Jerome Leclanche 



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

2021-04-17 Thread Chih-Hsuan Yen via arch-commits
Date: Saturday, April 17, 2021 @ 17:31:00
  Author: yan12125
Revision: 919796

archrelease: copy trunk to community-testing-x86_64

Added:
  obconf-qt/repos/community-testing-x86_64/
  obconf-qt/repos/community-testing-x86_64/PKGBUILD
(from rev 919795, obconf-qt/trunk/PKGBUILD)

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

Copied: obconf-qt/repos/community-testing-x86_64/PKGBUILD (from rev 919795, 
obconf-qt/trunk/PKGBUILD)
===
--- community-testing-x86_64/PKGBUILD   (rev 0)
+++ community-testing-x86_64/PKGBUILD   2021-04-17 17:31:00 UTC (rev 919796)
@@ -0,0 +1,38 @@
+# Maintainer: Jerome Leclanche 
+# Maintainer: Chih-Hsuan Yen 
+
+pkgname=obconf-qt
+pkgver=0.16.1
+pkgrel=1
+pkgdesc="Openbox configuration tool. Qt port of ObConf"
+arch=("x86_64")
+groups=("lxqt")
+url="https://github.com/lxqt/$pkgname;
+license=("GPL2")
+depends=("hicolor-icon-theme" "openbox" "qt5-x11extras")
+makedepends=("lxqt-build-tools")
+source=(
+   
"https://github.com/lxqt/$pkgname/releases/download/$pkgver/$pkgname-$pkgver.tar.xz;
+   
"https://github.com/lxqt/$pkgname/releases/download/$pkgver/$pkgname-$pkgver.tar.xz.asc;
+)
+sha512sums=('863ae74e0ca3191a2e9471f722eff1ed9b55cc2fe1851c6bc0a52610682e1aa6087a45b34d3bc79ab26d42340c7f8aa37544a6a83b1775a31f79277174667f7f'
+'SKIP')
+validpgpkeys=(
+   "169704C6FB490C6892C7F23C37E0AF1FDA48F373"  # Jerome Leclanche 

+   "7C733BA5F585AAD669E4D23A42C9C8D3AF5EA5E3"  # Alf Gaida 

+   "19DFDF3A579BD509DBB572D8BE793007AD22DF7E"  # Pedram Pourang 

+)
+
+
+build() {
+   mkdir -p build
+   cd build
+   cmake "$srcdir/$pkgname-$pkgver" \
+   -DCMAKE_INSTALL_PREFIX=/usr
+   make
+}
+
+package() {
+   cd build
+   make DESTDIR="$pkgdir" install
+}


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

2021-04-17 Thread Chih-Hsuan Yen via arch-commits
Date: Saturday, April 17, 2021 @ 17:30:51
  Author: yan12125
Revision: 919795

upgpkg: obconf-qt 0.16.1-1

Modified:
  obconf-qt/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2021-04-17 16:37:44 UTC (rev 919794)
+++ PKGBUILD2021-04-17 17:30:51 UTC (rev 919795)
@@ -2,7 +2,7 @@
 # Maintainer: Chih-Hsuan Yen 
 
 pkgname=obconf-qt
-pkgver=0.16.0
+pkgver=0.16.1
 pkgrel=1
 pkgdesc="Openbox configuration tool. Qt port of ObConf"
 arch=("x86_64")
@@ -15,7 +15,7 @@

"https://github.com/lxqt/$pkgname/releases/download/$pkgver/$pkgname-$pkgver.tar.xz;

"https://github.com/lxqt/$pkgname/releases/download/$pkgver/$pkgname-$pkgver.tar.xz.asc;
 )
-sha512sums=('ab0ddc013ca877f2434da956c314b248f6a7ef5ced1e5c605de0652d0b8c5c0e84f1e6fdf8b21c6f3d450d57a1413d625d0a31b84cac2c9062dc0f101d8e57ab'
+sha512sums=('863ae74e0ca3191a2e9471f722eff1ed9b55cc2fe1851c6bc0a52610682e1aa6087a45b34d3bc79ab26d42340c7f8aa37544a6a83b1775a31f79277174667f7f'
 'SKIP')
 validpgpkeys=(
"169704C6FB490C6892C7F23C37E0AF1FDA48F373"  # Jerome Leclanche 



[arch-commits] Commit in (feedreader)

2021-04-17 Thread Balló György via arch-commits
Date: Saturday, April 17, 2021 @ 16:37:44
  Author: bgyorgy
Revision: 919794

Remove feedreader (FS#69378)

Upstream ended support:
https://github.com/jangernert/FeedReader#this-project-is-no-longer-activily-maintained

Deleted:
  feedreader/


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

2021-04-17 Thread Sven-Hendrik Haase via arch-commits
Date: Saturday, April 17, 2021 @ 16:31:24
  Author: svenstaro
Revision: 412847

archrelease: copy trunk to testing-x86_64

Added:
  nvidia-utils/repos/testing-x86_64/
  nvidia-utils/repos/testing-x86_64/PKGBUILD
(from rev 412846, nvidia-utils/trunk/PKGBUILD)
  nvidia-utils/repos/testing-x86_64/nvidia-drm-outputclass.conf
(from rev 412846, nvidia-utils/trunk/nvidia-drm-outputclass.conf)
  nvidia-utils/repos/testing-x86_64/nvidia-utils.install
(from rev 412846, nvidia-utils/trunk/nvidia-utils.install)
  nvidia-utils/repos/testing-x86_64/nvidia-utils.sysusers
(from rev 412846, nvidia-utils/trunk/nvidia-utils.sysusers)

-+
 PKGBUILD|  213 ++
 nvidia-drm-outputclass.conf |8 +
 nvidia-utils.install|7 +
 nvidia-utils.sysusers   |1 
 4 files changed, 229 insertions(+)

Copied: nvidia-utils/repos/testing-x86_64/PKGBUILD (from rev 412846, 
nvidia-utils/trunk/PKGBUILD)
===
--- testing-x86_64/PKGBUILD (rev 0)
+++ testing-x86_64/PKGBUILD 2021-04-17 16:31:24 UTC (rev 412847)
@@ -0,0 +1,213 @@
+# Maintainer: Sven-Hendrik Haase 
+# Maintainer: Thomas Baechler 
+# Contributor: James Rayner 
+
+pkgbase=nvidia-utils
+pkgname=('nvidia-utils' 'opencl-nvidia' 'nvidia-dkms')
+pkgver=465.24.02
+pkgrel=2
+arch=('x86_64')
+url="http://www.nvidia.com/;
+license=('custom')
+options=('!strip')
+_pkg="NVIDIA-Linux-x86_64-${pkgver}"
+source=('nvidia-drm-outputclass.conf'
+'nvidia-utils.sysusers'
+
"https://us.download.nvidia.com/XFree86/Linux-x86_64/${pkgver}/${_pkg}.run;)
+sha512sums=('de7116c09f282a27920a1382df84aa86f559e537664bb30689605177ce37dc5067748acf9afd66a3269a6e323461356592fdfc624c86523bf105ff8fe47d3770'
+
'4b3ad73f5076ba90fe0b3a2e712ac9cde76f469cd8070280f960c3ce7dc502d1927f525ae18d008075c8f08ea432f7be0a6c3a7a6b49c361126dcf42f97ec499'
+
'1beb59554a8fafdd61f4ebe6ffc1b714eb2cf67efe0aa7ddae5b146c9c4d932820f93dd91ec79162b65582364cab8ba9559ebf8f5174814eb670bb522f0e357f')
+
+
+create_links() {
+# create soname links
+find "$pkgdir" -type f -name '*.so*' ! -path '*xorg/*' -print0 | while 
read -d $'\0' _lib; do
+_soname=$(dirname "${_lib}")/$(readelf -d "${_lib}" | grep -Po 
'SONAME.*: \[\K[^]]*' || true)
+_base=$(echo ${_soname} | sed -r 's/(.*).so.*/\1.so/')
+[[ -e "${_soname}" ]] || ln -s $(basename "${_lib}") "${_soname}"
+[[ -e "${_base}" ]] || ln -s $(basename "${_soname}") "${_base}"
+done
+}
+
+prepare() {
+sh "${_pkg}.run" --extract-only
+cd "${_pkg}"
+bsdtar -xf nvidia-persistenced-init.tar.bz2
+
+cd kernel
+sed -i "s/__VERSION_STRING/${pkgver}/" dkms.conf
+sed -i 's/__JOBS/`nproc`/' dkms.conf
+sed -i 's/__DKMS_MODULES//' dkms.conf
+sed -i '$iBUILT_MODULE_NAME[0]="nvidia"\
+DEST_MODULE_LOCATION[0]="/kernel/drivers/video"\
+BUILT_MODULE_NAME[1]="nvidia-uvm"\
+DEST_MODULE_LOCATION[1]="/kernel/drivers/video"\
+BUILT_MODULE_NAME[2]="nvidia-modeset"\
+DEST_MODULE_LOCATION[2]="/kernel/drivers/video"\
+BUILT_MODULE_NAME[3]="nvidia-drm"\
+DEST_MODULE_LOCATION[3]="/kernel/drivers/video"' dkms.conf
+
+# Gift for linux-rt guys
+sed -i 's/NV_EXCLUDE_BUILD_MODULES/IGNORE_PREEMPT_RT_PRESENCE=1 
NV_EXCLUDE_BUILD_MODULES/' dkms.conf
+}
+
+package_opencl-nvidia() {
+pkgdesc="OpenCL implemention for NVIDIA"
+depends=('zlib')
+optdepends=('opencl-headers: headers necessary for OpenCL development')
+provides=('opencl-driver')
+cd "${_pkg}"
+
+# OpenCL
+install -D -m644 nvidia.icd "${pkgdir}/etc/OpenCL/vendors/nvidia.icd"
+install -D -m755 "libnvidia-compiler.so.${pkgver}" 
"${pkgdir}/usr/lib/libnvidia-compiler.so.${pkgver}"
+install -D -m755 "libnvidia-opencl.so.${pkgver}" 
"${pkgdir}/usr/lib/libnvidia-opencl.so.${pkgver}"
+
+create_links
+
+mkdir -p "${pkgdir}/usr/share/licenses"
+ln -s nvidia-utils "${pkgdir}/usr/share/licenses/opencl-nvidia"
+}
+
+package_nvidia-dkms() {
+pkgdesc="NVIDIA drivers - module sources"
+depends=('dkms' "nvidia-utils=$pkgver" 'libglvnd')
+provides=('NVIDIA-MODULE')
+
+cd ${_pkg}
+
+install -dm 755 "${pkgdir}"/usr/src
+cp -dr --no-preserve='ownership' kernel 
"${pkgdir}/usr/src/nvidia-${pkgver}"
+
+echo "blacklist nouveau" |
+install -Dm644 /dev/stdin 
"${pkgdir}/usr/lib/modprobe.d/${pkgname}.conf"
+
+install -Dt "${pkgdir}/usr/share/licenses/${pkgname}" -m644 
"${srcdir}/${_pkg}/LICENSE"
+}
+
+package_nvidia-utils() {
+pkgdesc="NVIDIA drivers utilities"
+depends=('xorg-server' 'libglvnd' 'egl-wayland')
+optdepends=('nvidia-settings: configuration tool'
+'xorg-server-devel: nvidia-xconfig'
+'opencl-nvidia: OpenCL support')
+conflicts=('nvidia-libgl')
+provides=('vulkan-driver' 'opengl-driver' 'nvidia-libgl')
+

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

2021-04-17 Thread Sven-Hendrik Haase via arch-commits
Date: Saturday, April 17, 2021 @ 16:31:17
  Author: svenstaro
Revision: 412846

upgpkg: nvidia-utils 465.24.02-2: Install new nvidia firmware (FS#70474)

Modified:
  nvidia-utils/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2021-04-17 13:35:57 UTC (rev 412845)
+++ PKGBUILD2021-04-17 16:31:17 UTC (rev 412846)
@@ -5,7 +5,7 @@
 pkgbase=nvidia-utils
 pkgname=('nvidia-utils' 'opencl-nvidia' 'nvidia-dkms')
 pkgver=465.24.02
-pkgrel=1
+pkgrel=2
 arch=('x86_64')
 url="http://www.nvidia.com/;
 license=('custom')
@@ -101,6 +101,9 @@
 # X driver
 install -D -m755 nvidia_drv.so 
"${pkgdir}/usr/lib/xorg/modules/drivers/nvidia_drv.so"
 
+# firmware
+install -D -m644 firmware/gsp.bin 
"${pkgdir}/usr/lib/firmware/nvidia/${pkgver}/gsp.bin"
+
 # GLX extension module for X
 install -D -m755 "libglxserver_nvidia.so.${pkgver}" 
"${pkgdir}/usr/lib/nvidia/xorg/libglxserver_nvidia.so.${pkgver}"
 # Ensure that X finds glx


[arch-commits] Commit in emscripten/repos/community-x86_64 (12 files)

2021-04-17 Thread Sven-Hendrik Haase via arch-commits
Date: Saturday, April 17, 2021 @ 16:28:14
  Author: svenstaro
Revision: 919792

archrelease: copy trunk to community-x86_64

Added:
  emscripten/repos/community-x86_64/PKGBUILD
(from rev 919791, emscripten/trunk/PKGBUILD)
  emscripten/repos/community-x86_64/emscripten-config
(from rev 919791, emscripten/trunk/emscripten-config)
  emscripten/repos/community-x86_64/emscripten.install
(from rev 919791, emscripten/trunk/emscripten.install)
  emscripten/repos/community-x86_64/emscripten.sh
(from rev 919791, emscripten/trunk/emscripten.sh)
  emscripten/repos/community-x86_64/get-compatible-versions.sh
(from rev 919791, emscripten/trunk/get-compatible-versions.sh)
  emscripten/repos/community-x86_64/libcxxabi-include-libunwind.patch
(from rev 919791, emscripten/trunk/libcxxabi-include-libunwind.patch)
Deleted:
  emscripten/repos/community-x86_64/PKGBUILD
  emscripten/repos/community-x86_64/emscripten-config
  emscripten/repos/community-x86_64/emscripten.install
  emscripten/repos/community-x86_64/emscripten.sh
  emscripten/repos/community-x86_64/get-compatible-versions.sh
  emscripten/repos/community-x86_64/libcxxabi-include-libunwind.patch

---+
 PKGBUILD  |  218 ++--
 emscripten-config |8 -
 emscripten.install|   26 ++--
 emscripten.sh |4 
 get-compatible-versions.sh|   30 ++--
 libcxxabi-include-libunwind.patch |   28 ++--
 6 files changed, 157 insertions(+), 157 deletions(-)

Deleted: PKGBUILD
===
--- PKGBUILD2021-04-17 16:28:05 UTC (rev 919791)
+++ PKGBUILD2021-04-17 16:28:14 UTC (rev 919792)
@@ -1,109 +0,0 @@
-# Maintainer: Sven-Hendrik Haase 
-# Contributor: carstene1ns  - http://git.io/ctPKG
-# Contributor: Stefan Husmann 
-# Contributor: Vlad Kolotvin 
-
-pkgname=emscripten
-# NOTE: You need to run ./get-compatible-versions.sh after changing the pkgver!
-_binaryen_revision=c12cc3f50c0ef798b218739fc3de06237ea2c5d5
-_llvm_project_revision=5f3c99085d4c2ebf57fd0586b013b02e32a8e20b
-# Sadly, upstream currently suggests bundling a binaryen version for the time 
being:
-# https://github.com/emscripten-core/emscripten/issues/12252
-# I'm obviously unhappy about that but it appears to be the only practical 
solution for the time being.
-pkgver=2.0.14
-pkgrel=1
-pkgdesc="Compile C and C++ into highly-optimizable JavaScript for the web"
-arch=('x86_64')
-url="https://emscripten.org;
-license=('custom')
-depends=('nodejs' 'python' 'which' 'acorn')
-makedepends=('cmake' 'libxml2' 'git' 'ninja' 'npm')
-optdepends=('java-environment: for using clojure'
-'ruby: for using websockify addon'
-'cmake: for emcc --show-ports')
-install=emscripten.install
-conflicts=('binaryen')
-provides=('binaryen')
-source=("git+https://github.com/kripken/emscripten#tag=$pkgver;
-
git+https://github.com/llvm/llvm-project.git#commit=$_llvm_project_revision
-
git+https://github.com/WebAssembly/binaryen.git#commit=$_binaryen_revision
-"emscripten.sh"
-emscripten-config)
-sha512sums=('SKIP'
-'SKIP'
-'SKIP'
-
'fbe9b95b8d18e7d0c6ec5fded6f11b72fbe4ddd0391e5704b281ba79c479f3563e82423b790ddf3f0554a23d659193ca898a81fe3db509f16c30c7188b790e4d'
-
'8b5951493f69631045f44736917144b7679beb2bf087fca8a8ba887224cfc598fe8c76c5a4e7aa4a09fbb8f1b7b42556b68f4aa9e5b93fb130fd8bdab79053d9')
-
-build() {
-  cd binaryen
-  cmake . \
-  -Bbuild \
-  -GNinja \
-  -DCMAKE_INSTALL_PREFIX=/usr
-  ninja -C build
-
-  # Inspired from 
https://github.com/WebAssembly/waterfall/blob/db2ea5eeb11b74cce9b9459be0cc88807744b1b5/src/build.py#L868
-  cd "$srcdir"/llvm-project/llvm
-  cmake . \
--Bbuild \
--GNinja \
--DCMAKE_CXX_FLAGS=-Wno-nonportable-include-path \
--DLLVM_ENABLE_LIBXML2=OFF \
--DLLVM_INCLUDE_EXAMPLES=OFF \
--DCOMPILER_RT_BUILD_XRAY=OFF \
--DCOMPILER_RT_INCLUDE_TESTS=OFF \
--DCOMPILER_RT_ENABLE_IOS=OFF \
--DCMAKE_INSTALL_PREFIX=/opt/emscripten-llvm \
--DCMAKE_BUILD_TYPE=Release \
--DCMAKE_SKIP_RPATH=ON \
--DLLVM_BUILD_RUNTIME=OFF \
--DLLVM_TOOL_LTO_BUILD=ON \
--DLLVM_INSTALL_TOOLCHAIN_ONLY=ON \
--DLLVM_INCLUDE_EXAMPLES=OFF \
--DLLVM_INCLUDE_TESTS=OFF \
--DLLVM_TARGETS_TO_BUILD="X86;WebAssembly" \
--DLLVM_ENABLE_PROJECTS="lld;clang" \
--DCLANG_INCLUDE_TESTS=OFF
-  ninja -C build
-}
-
-package() {
-  DESTDIR="$pkgdir" ninja -C binaryen/build install
-
-  # Install LLVM stuff according to
-  # https://github.com/emscripten-core/emscripten/blob/master/docs/packaging.md
-  # and
-  # 
https://github.com/WebAssembly/waterfall/blob/d4a504ffee488a68d09b336897c00d404544601d/src/build.py#L915
-  DESTDIR="$pkgdir" ninja -C llvm-project/llvm/build install
-  cd "$pkgdir"/opt/emscripten-llvm/bin
-
-  # Clean up some unnecessary bins and libs

  1   2   3   >