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

2020-10-13 Thread Morten Linderud via arch-commits
Date: Tuesday, October 13, 2020 @ 17:51:39
  Author: foxboron
Revision: 723844

archrelease: copy trunk to community-x86_64

Added:
  staticcheck/repos/community-x86_64/PKGBUILD
(from rev 723843, staticcheck/trunk/PKGBUILD)
Deleted:
  staticcheck/repos/community-x86_64/PKGBUILD

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

Deleted: PKGBUILD
===
--- PKGBUILD2020-10-13 17:51:31 UTC (rev 723843)
+++ PKGBUILD2020-10-13 17:51:39 UTC (rev 723844)
@@ -1,40 +0,0 @@
-# Maintainer: Morten Linderud 
-
-pkgname=staticcheck
-pkgver=2020.1.5
-pkgrel=1
-pkgdesc="Staticcheck - The advanced Go linter"
-arch=('x86_64')
-url="https://staticcheck.io;
-license=("MIT")
-depends=('glibc')
-makedepends=('go' 'git')
-source=("$pkgname-$pkgver.tar.gz::https://github.com/dominikh/go-tools/archive/$pkgver.tar.gz;)
-md5sums=('029ae003e14c1543f43db9539901c6bf')
-
-prepare(){
-   cd "go-tools-$pkgver"
-   mkdir -p bin
-}
-
-build(){
-   cd "go-tools-$pkgver"
-   export CGO_LDFLAGS="${LDFLAGS}"
-   export CGO_CFLAGS="${CFLAGS}"
-   export CGO_CPPFLAGS="${CPPFLAGS}"
-   export CGO_CXXFLAGS="${CXXFLAGS}"
-   export GOFLAGS="-buildmode=pie -trimpath -mod=readonly -modcacherw"
-   go build -o bin/staticcheck ./cmd/staticcheck
-}
-
-check(){
-   cd "go-tools-$pkgver"
-   GOROOT="/usr/lib/go" go test -v ./...
-}
-
-package(){
-   cd "go-tools-$pkgver"
-   install -p -Dm755 bin/staticcheck "${pkgdir}/usr/bin/staticcheck"
-   install -Dm644 "LICENSE"  
"${pkgdir}/usr/share/licenses/${pkgname}/LICENCE"
-   install -Dm644 "LICENSE-THIRD-PARTY"  
"${pkgdir}/usr/share/licenses/${pkgname}/LICENCE-THIRD-PARTY"
-}

Copied: staticcheck/repos/community-x86_64/PKGBUILD (from rev 723843, 
staticcheck/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2020-10-13 17:51:39 UTC (rev 723844)
@@ -0,0 +1,43 @@
+# Maintainer: Morten Linderud 
+
+pkgname=staticcheck
+pkgver=2020.1.6
+pkgrel=1
+pkgdesc="The advanced Go linter"
+arch=('x86_64')
+url="https://staticcheck.io;
+license=("MIT")
+depends=('glibc')
+makedepends=('go' 'git')
+source=("$pkgname-$pkgver.tar.gz::https://github.com/dominikh/go-tools/archive/$pkgver.tar.gz;
+   
"fix-tests.patch::https://github.com/dominikh/go-tools/commit/542e8c572ba90537f28d6272df560105e64d5e9c.patch;)
+md5sums=('af80714ca51ed1964901eb0ac94756a6'
+ '622467f6c704c75a132164b1fe0783f2')
+
+prepare(){
+   cd "go-tools-$pkgver"
+   mkdir -p bin
+   patch -Np1 < "$srcdir/fix-tests.patch"
+}
+
+build(){
+   cd "go-tools-$pkgver"
+   export CGO_LDFLAGS="${LDFLAGS}"
+   export CGO_CFLAGS="${CFLAGS}"
+   export CGO_CPPFLAGS="${CPPFLAGS}"
+   export CGO_CXXFLAGS="${CXXFLAGS}"
+   export GOFLAGS="-buildmode=pie -trimpath -mod=readonly -modcacherw 
-ldflags=-linkmode=external"
+   go build -o bin/staticcheck ./cmd/staticcheck
+}
+
+check(){
+   cd "go-tools-$pkgver"
+   GOROOT="/usr/lib/go" go test -v ./...
+}
+
+package(){
+   cd "go-tools-$pkgver"
+   install -p -Dm755 bin/staticcheck "${pkgdir}/usr/bin/staticcheck"
+   install -Dm644 "LICENSE"  
"${pkgdir}/usr/share/licenses/${pkgname}/LICENCE"
+   install -Dm644 "LICENSE-THIRD-PARTY"  
"${pkgdir}/usr/share/licenses/${pkgname}/LICENCE-THIRD-PARTY"
+}


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

2020-10-13 Thread Morten Linderud via arch-commits
Date: Tuesday, October 13, 2020 @ 17:51:31
  Author: foxboron
Revision: 723843

upgpkg: staticcheck 2020.1.6-1

Modified:
  staticcheck/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2020-10-13 17:36:59 UTC (rev 723842)
+++ PKGBUILD2020-10-13 17:51:31 UTC (rev 723843)
@@ -1,20 +1,23 @@
 # Maintainer: Morten Linderud 
 
 pkgname=staticcheck
-pkgver=2020.1.5
+pkgver=2020.1.6
 pkgrel=1
-pkgdesc="Staticcheck - The advanced Go linter"
+pkgdesc="The advanced Go linter"
 arch=('x86_64')
 url="https://staticcheck.io;
 license=("MIT")
 depends=('glibc')
 makedepends=('go' 'git')
-source=("$pkgname-$pkgver.tar.gz::https://github.com/dominikh/go-tools/archive/$pkgver.tar.gz;)
-md5sums=('029ae003e14c1543f43db9539901c6bf')
+source=("$pkgname-$pkgver.tar.gz::https://github.com/dominikh/go-tools/archive/$pkgver.tar.gz;
+   
"fix-tests.patch::https://github.com/dominikh/go-tools/commit/542e8c572ba90537f28d6272df560105e64d5e9c.patch;)
+md5sums=('af80714ca51ed1964901eb0ac94756a6'
+ '622467f6c704c75a132164b1fe0783f2')
 
 prepare(){
cd "go-tools-$pkgver"
mkdir -p bin
+   patch -Np1 < "$srcdir/fix-tests.patch"
 }
 
 build(){
@@ -23,7 +26,7 @@
export CGO_CFLAGS="${CFLAGS}"
export CGO_CPPFLAGS="${CPPFLAGS}"
export CGO_CXXFLAGS="${CXXFLAGS}"
-   export GOFLAGS="-buildmode=pie -trimpath -mod=readonly -modcacherw"
+   export GOFLAGS="-buildmode=pie -trimpath -mod=readonly -modcacherw 
-ldflags=-linkmode=external"
go build -o bin/staticcheck ./cmd/staticcheck
 }
 


[arch-commits] Commit in nano-syntax-highlighting/repos/community-any (2 files)

2020-10-12 Thread Morten Linderud via arch-commits
Date: Monday, October 12, 2020 @ 20:22:07
  Author: foxboron
Revision: 723730

archrelease: copy trunk to community-any

Added:
  nano-syntax-highlighting/repos/community-any/PKGBUILD
(from rev 723729, nano-syntax-highlighting/trunk/PKGBUILD)
Deleted:
  nano-syntax-highlighting/repos/community-any/PKGBUILD

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

Deleted: PKGBUILD
===
--- PKGBUILD2020-10-12 20:21:59 UTC (rev 723729)
+++ PKGBUILD2020-10-12 20:22:07 UTC (rev 723730)
@@ -1,27 +0,0 @@
-# Maintainer: Morten Linderud 
-# Contributor: American_Jesus 
-
-pkgname=nano-syntax-highlighting
-pkgver=2020.1.25
-pkgrel=1
-pkgdesc="Nano editor syntax highlighting enhancements"
-url="https://github.com/scopatz/nanorc;
-license=('GPL3')
-arch=('any')
-depends=('nano')
-source=("https://github.com/scopatz/nanorc/releases/download/$pkgver/nanorc-$pkgver.tar.gz;)
-sha256sums=('a7466a712315391559b010c224de0dc814e7fb4227853f66692ce9c4347ece7e')
-
-build() {
-   cd "nanorc-$pkgver"
-   find *.nanorc -type f | sed "s@${srcdir}\/nanorc@include 
\/usr\/share\/$pkgname@" > nanorc.sample
-}
-
-package() {
-   cd "nanorc-$pkgver"
-   mkdir -p "$pkgdir/usr/share/$pkgname"
-   find . -name '*.nanorc' | xargs install -D -m644 -t 
"$pkgdir/usr/share/$pkgname/"
-   install -D -m644 "nanorc.sample" 
"$pkgdir/usr/share/$pkgname/nanorc.sample"
-} 
-
-

Copied: nano-syntax-highlighting/repos/community-any/PKGBUILD (from rev 723729, 
nano-syntax-highlighting/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2020-10-12 20:22:07 UTC (rev 723730)
@@ -0,0 +1,27 @@
+# Maintainer: Morten Linderud 
+# Contributor: American_Jesus 
+
+pkgname=nano-syntax-highlighting
+pkgver=2020.10.10
+pkgrel=1
+pkgdesc="Nano editor syntax highlighting enhancements"
+url="https://github.com/scopatz/nanorc;
+license=('GPL3')
+arch=('any')
+depends=('nano')
+source=("https://github.com/scopatz/nanorc/releases/download/$pkgver/nanorc-$pkgver.tar.gz;)
+sha256sums=('cd674e9eb230e4ba306b418c22d1891d93a3d2ffdf22234748d3398da50dfe64')
+
+build() {
+   cd "nanorc-$pkgver"
+   find *.nanorc -type f | sed "s@${srcdir}\/nanorc@include 
\/usr\/share\/$pkgname@" > nanorc.sample
+}
+
+package() {
+   cd "nanorc-$pkgver"
+   mkdir -p "$pkgdir/usr/share/$pkgname"
+   find . -name '*.nanorc' | xargs install -D -m644 -t 
"$pkgdir/usr/share/$pkgname/"
+   install -D -m644 "nanorc.sample" 
"$pkgdir/usr/share/$pkgname/nanorc.sample"
+} 
+
+


[arch-commits] Commit in nano-syntax-highlighting/trunk (PKGBUILD)

2020-10-12 Thread Morten Linderud via arch-commits
Date: Monday, October 12, 2020 @ 20:21:59
  Author: foxboron
Revision: 723729

upgpkg: nano-syntax-highlighting 2020.10.10-1

Modified:
  nano-syntax-highlighting/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2020-10-12 20:18:17 UTC (rev 723728)
+++ PKGBUILD2020-10-12 20:21:59 UTC (rev 723729)
@@ -2,7 +2,7 @@
 # Contributor: American_Jesus 
 
 pkgname=nano-syntax-highlighting
-pkgver=2020.1.25
+pkgver=2020.10.10
 pkgrel=1
 pkgdesc="Nano editor syntax highlighting enhancements"
 url="https://github.com/scopatz/nanorc;
@@ -10,7 +10,7 @@
 arch=('any')
 depends=('nano')
 
source=("https://github.com/scopatz/nanorc/releases/download/$pkgver/nanorc-$pkgver.tar.gz;)
-sha256sums=('a7466a712315391559b010c224de0dc814e7fb4227853f66692ce9c4347ece7e')
+sha256sums=('cd674e9eb230e4ba306b418c22d1891d93a3d2ffdf22234748d3398da50dfe64')
 
 build() {
cd "nanorc-$pkgver"


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

2020-10-12 Thread Morten Linderud via arch-commits
Date: Monday, October 12, 2020 @ 20:09:41
  Author: foxboron
Revision: 723724

archrelease: copy trunk to community-x86_64

Added:
  fzf/repos/community-x86_64/PKGBUILD
(from rev 723723, fzf/trunk/PKGBUILD)
Deleted:
  fzf/repos/community-x86_64/PKGBUILD

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

Deleted: PKGBUILD
===
--- PKGBUILD2020-10-12 20:09:34 UTC (rev 723723)
+++ PKGBUILD2020-10-12 20:09:41 UTC (rev 723724)
@@ -1,65 +0,0 @@
-# Maintainer: Thore Bödecker 
-# Maintainer: Morten Linderud 
-# Maintainer: Filipe Laíns (FFY00) 
-# Contributor: Pierre Neidhardt 
-# Contributor: Hermann Zahnweh (eigengrau)
-# Contributor: Andy Weidenbaum 
-# Contributor: foalsrock 
-# Contributor: jebaum 
-
-pkgname=fzf
-pkgver=0.23.0
-pkgrel=1
-pkgdesc='Command-line fuzzy finder'
-arch=('x86_64')
-url='https://github.com/junegunn/fzf'
-license=('MIT')
-depends=('bash')
-makedepends=('git' 'go')
-optdepends=('fish: fish keybindings'
-'tmux: fzf-tmux script for launching fzf in a tmux pane'
-'vim: plugin'
-'zsh: zsh keybindings')
-source=("$pkgname-$pkgver.tar.gz::$url/archive/$pkgver.tar.gz")
-sha512sums=('e33b2cb5b734eae2a5dc8e3ab54b026976fcddb7f8eb84501a4be225ddc6b135cfab4e99561ad17993253d92f9cb2ab28ddf97bd18f16dd83bb482cd1d17e25f')
-
-export CGO_LDFLAGS="${LDFLAGS}"
-export CGO_CFLAGS="${CFLAGS}"
-export CGO_CPPFLAGS="${CPPFLAGS}"
-export CGO_CXXFLAGS="${CXXFLAGS}"
-export GOFLAGS="-buildmode=pie -trimpath -mod=readonly -modcacherw 
-ldflags=-linkmode=external"
-
-build() {
-   cd "${pkgname}-${pkgver}"
-   go build -o fzf .
-}
-
-check() {
-   cd "${pkgname}-${pkgver}"
-   go test ./...
-}
-
-package() {
-   cd "${pkgname}-${pkgver}"
-
-   ## Man page
-   install -Dm644 man/man1/fzf.1 "$pkgdir"/usr/share/man/man1/fzf.1
-
-   ## License
-   install -Dm644 LICENSE "$pkgdir"/usr/share/licenses/fzf/LICENSE
-
-   ## Binaries
-   install -dm755 "$pkgdir"/usr/bin
-   install -m755 fzf bin/fzf-tmux "$pkgdir"/usr/bin/
-
-   ## Completion and keybindings
-   install -dm755 "$pkgdir"/usr/share/fzf
-   install -m644 shell/*.bash shell/*.zsh "$pkgdir"/usr/share/fzf
-
-   ## Fish keybindings
-   install -Dm644 shell/key-bindings.fish 
"$pkgdir"/usr/share/fish/vendor_functions.d/fzf_key_bindings.fish
-
-   ## Vim plugin
-   install -Dm644 plugin/fzf.vim 
"$pkgdir"/usr/share/vim/vimfiles/plugin/fzf.vim
-}
-

Copied: fzf/repos/community-x86_64/PKGBUILD (from rev 723723, 
fzf/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2020-10-12 20:09:41 UTC (rev 723724)
@@ -0,0 +1,65 @@
+# Maintainer: Thore Bödecker 
+# Maintainer: Morten Linderud 
+# Maintainer: Filipe Laíns (FFY00) 
+# Contributor: Pierre Neidhardt 
+# Contributor: Hermann Zahnweh (eigengrau)
+# Contributor: Andy Weidenbaum 
+# Contributor: foalsrock 
+# Contributor: jebaum 
+
+pkgname=fzf
+pkgver=0.23.1
+pkgrel=1
+pkgdesc='Command-line fuzzy finder'
+arch=('x86_64')
+url='https://github.com/junegunn/fzf'
+license=('MIT')
+depends=('bash')
+makedepends=('git' 'go')
+optdepends=('fish: fish keybindings'
+'tmux: fzf-tmux script for launching fzf in a tmux pane'
+'vim: plugin'
+'zsh: zsh keybindings')
+source=("$pkgname-$pkgver.tar.gz::$url/archive/$pkgver.tar.gz")
+sha512sums=('e501e69c8026952d478caf488014565f5eb518278bc8735ed6bc0443cc854c1ee43cd8227f11e7d31c4d5c8714bc8095c6c84a70f865b8e1a08b15516d197e19')
+
+export CGO_LDFLAGS="${LDFLAGS}"
+export CGO_CFLAGS="${CFLAGS}"
+export CGO_CPPFLAGS="${CPPFLAGS}"
+export CGO_CXXFLAGS="${CXXFLAGS}"
+export GOFLAGS="-buildmode=pie -trimpath -mod=readonly -modcacherw 
-ldflags=-linkmode=external"
+
+build() {
+   cd "${pkgname}-${pkgver}"
+   go build -o fzf .
+}
+
+check() {
+   cd "${pkgname}-${pkgver}"
+   go test ./...
+}
+
+package() {
+   cd "${pkgname}-${pkgver}"
+
+   ## Man page
+   install -Dm644 man/man1/fzf.1 "$pkgdir"/usr/share/man/man1/fzf.1
+
+   ## License
+   install -Dm644 LICENSE "$pkgdir"/usr/share/licenses/fzf/LICENSE
+
+   ## Binaries
+   install -dm755 "$pkgdir"/usr/bin
+   install -m755 fzf bin/fzf-tmux "$pkgdir"/usr/bin/
+
+   ## Completion and keybindings
+   install -dm755 "$pkgdir"/usr/share/fzf
+   install -m644 shell/*.bash shell/*.zsh "$pkgdir"/usr/share/fzf
+
+   ## Fish keybindings
+   install -Dm644 shell/key-bindings.fish 
"$pkgdir"/usr/share/fish/vendor_functions.d/fzf_key_bindings.fish
+
+   ## Vim plugin
+   install -Dm644 plugin/fzf.vim 
"$pkgdir"/usr/share/vim/vimfiles/plugin/fzf.vim
+}
+


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

2020-10-12 Thread Morten Linderud via arch-commits
Date: Monday, October 12, 2020 @ 20:09:34
  Author: foxboron
Revision: 723723

upgpkg: fzf 0.23.1-1

Modified:
  fzf/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2020-10-12 19:58:57 UTC (rev 723722)
+++ PKGBUILD2020-10-12 20:09:34 UTC (rev 723723)
@@ -8,7 +8,7 @@
 # Contributor: jebaum 
 
 pkgname=fzf
-pkgver=0.23.0
+pkgver=0.23.1
 pkgrel=1
 pkgdesc='Command-line fuzzy finder'
 arch=('x86_64')
@@ -21,7 +21,7 @@
 'vim: plugin'
 'zsh: zsh keybindings')
 source=("$pkgname-$pkgver.tar.gz::$url/archive/$pkgver.tar.gz")
-sha512sums=('e33b2cb5b734eae2a5dc8e3ab54b026976fcddb7f8eb84501a4be225ddc6b135cfab4e99561ad17993253d92f9cb2ab28ddf97bd18f16dd83bb482cd1d17e25f')
+sha512sums=('e501e69c8026952d478caf488014565f5eb518278bc8735ed6bc0443cc854c1ee43cd8227f11e7d31c4d5c8714bc8095c6c84a70f865b8e1a08b15516d197e19')
 
 export CGO_LDFLAGS="${LDFLAGS}"
 export CGO_CFLAGS="${CFLAGS}"


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

2020-10-09 Thread Morten Linderud via arch-commits
Date: Friday, October 9, 2020 @ 20:57:51
  Author: foxboron
Revision: 722791

archrelease: copy trunk to community-any

Added:
  mypy/repos/community-any/PKGBUILD
(from rev 722790, mypy/trunk/PKGBUILD)
Deleted:
  mypy/repos/community-any/PKGBUILD

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

Deleted: PKGBUILD
===
--- PKGBUILD2020-10-09 20:57:43 UTC (rev 722790)
+++ PKGBUILD2020-10-09 20:57:51 UTC (rev 722791)
@@ -1,27 +0,0 @@
-# Maintainer: Morten Linderud 
-# Contributor: icasdri 
-# Contributor: hexchain 
-
-pkgname=mypy
-pkgver=0.782
-pkgrel=2
-pkgdesc='Optional static typing for Python 2 and 3 (PEP484)'
-url="http://www.mypy-lang.org/;
-arch=('any')
-license=('MIT')
-depends=('python-setuptools' 'python-psutil' 'python-typed-ast' 
'python-mypy_extensions' 'python-typing_extensions')
-makedepends=('git')
-source=("$pkgname-$pkgver.tar.gz::https://pypi.org/packages/source/m/$pkgname/$pkgname-$pkgver.tar.gz;)
-sha256sums=('eff7d4a85e9eea55afa34888dfeaccde99e7520b51f867ac28a48492c0b1130c')
-
-build() {
-cd "$pkgname-$pkgver"
-export PYTHONHASHSEED=0
-python setup.py build
-}
-
-package() {
-cd "$pkgname-$pkgver"
-python setup.py install --prefix="/usr" --root="${pkgdir}" --optimize=1 
--skip-build
-install -Dm644 LICENSE "$pkgdir/usr/share/licenses/$pkgname/LICENSE"
-}

Copied: mypy/repos/community-any/PKGBUILD (from rev 722790, mypy/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2020-10-09 20:57:51 UTC (rev 722791)
@@ -0,0 +1,27 @@
+# Maintainer: Morten Linderud 
+# Contributor: icasdri 
+# Contributor: hexchain 
+
+pkgname=mypy
+pkgver=0.790
+pkgrel=1
+pkgdesc='Optional static typing for Python 2 and 3 (PEP484)'
+url="http://www.mypy-lang.org/;
+arch=('any')
+license=('MIT')
+depends=('python-setuptools' 'python-psutil' 'python-typed-ast' 
'python-mypy_extensions' 'python-typing_extensions')
+makedepends=('git')
+source=("$pkgname-$pkgver.tar.gz::https://pypi.org/packages/source/m/$pkgname/$pkgname-$pkgver.tar.gz;)
+sha256sums=('2b21ba45ad9ef2e2eb88ce4aeadd0112d0f5026418324176fd494a6824b74975')
+
+build() {
+cd "$pkgname-$pkgver"
+export PYTHONHASHSEED=0
+python setup.py build
+}
+
+package() {
+cd "$pkgname-$pkgver"
+python setup.py install --prefix="/usr" --root="${pkgdir}" --optimize=1 
--skip-build
+install -Dm644 LICENSE "$pkgdir/usr/share/licenses/$pkgname/LICENSE"
+}


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

2020-10-09 Thread Morten Linderud via arch-commits
Date: Friday, October 9, 2020 @ 20:57:43
  Author: foxboron
Revision: 722790

upgpkg: mypy 0.790-1

Modified:
  mypy/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2020-10-09 20:36:00 UTC (rev 722789)
+++ PKGBUILD2020-10-09 20:57:43 UTC (rev 722790)
@@ -3,8 +3,8 @@
 # Contributor: hexchain 
 
 pkgname=mypy
-pkgver=0.782
-pkgrel=2
+pkgver=0.790
+pkgrel=1
 pkgdesc='Optional static typing for Python 2 and 3 (PEP484)'
 url="http://www.mypy-lang.org/;
 arch=('any')
@@ -12,7 +12,7 @@
 depends=('python-setuptools' 'python-psutil' 'python-typed-ast' 
'python-mypy_extensions' 'python-typing_extensions')
 makedepends=('git')
 
source=("$pkgname-$pkgver.tar.gz::https://pypi.org/packages/source/m/$pkgname/$pkgname-$pkgver.tar.gz;)
-sha256sums=('eff7d4a85e9eea55afa34888dfeaccde99e7520b51f867ac28a48492c0b1130c')
+sha256sums=('2b21ba45ad9ef2e2eb88ce4aeadd0112d0f5026418324176fd494a6824b74975')
 
 build() {
 cd "$pkgname-$pkgver"


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

2020-10-08 Thread Morten Linderud via arch-commits
Date: Thursday, October 8, 2020 @ 19:36:57
  Author: foxboron
Revision: 721921

archrelease: copy trunk to community-any

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

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

Deleted: PKGBUILD
===
--- PKGBUILD2020-10-08 19:36:50 UTC (rev 721920)
+++ PKGBUILD2020-10-08 19:36:57 UTC (rev 721921)
@@ -1,25 +0,0 @@
-# Maintainer: Morten Linderud 
-# Contributor: Jonathan Kotta 
-
-pkgname=python-sqlparse
-pkgver=0.4.0
-pkgrel=1
-pkgdesc='Non-validating SQL parser for Python'
-arch=('any')
-url=https://github.com/andialbrecht/sqlparse
-license=('BSD')
-depends=('python')
-makedepends=('python-setuptools')
-source=("$pkgname-$pkgver.tar.gz::https://github.com/andialbrecht/sqlparse/archive/$pkgver.tar.gz;)
-sha256sums=('5a39c382738051f02f072c992a9d5ea11b49ffa9bc68e08ca1280e959bc3c29d')
-
-build() {
-  cd sqlparse-$pkgver
-  python setup.py build
-}
-
-package() {
-  cd sqlparse-$pkgver
-  python setup.py install --prefix=/usr --root="$pkgdir" --skip-build
-  install -Dm644 LICENSE "$pkgdir"/usr/share/licenses/$pkgname/LICENSE
-}

Copied: python-sqlparse/repos/community-any/PKGBUILD (from rev 721920, 
python-sqlparse/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2020-10-08 19:36:57 UTC (rev 721921)
@@ -0,0 +1,25 @@
+# Maintainer: Morten Linderud 
+# Contributor: Jonathan Kotta 
+
+pkgname=python-sqlparse
+pkgver=0.4.1
+pkgrel=1
+pkgdesc='Non-validating SQL parser for Python'
+arch=('any')
+url=https://github.com/andialbrecht/sqlparse
+license=('BSD')
+depends=('python')
+makedepends=('python-setuptools')
+source=("$pkgname-$pkgver.tar.gz::https://github.com/andialbrecht/sqlparse/archive/$pkgver.tar.gz;)
+sha256sums=('f75cdec98a4cc8296890279d744e1ae8618bb14dbad77e3d0637f0d7bb5d6535')
+
+build() {
+  cd sqlparse-$pkgver
+  python setup.py build
+}
+
+package() {
+  cd sqlparse-$pkgver
+  python setup.py install --prefix=/usr --root="$pkgdir" --skip-build
+  install -Dm644 LICENSE "$pkgdir"/usr/share/licenses/$pkgname/LICENSE
+}


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

2020-10-08 Thread Morten Linderud via arch-commits
Date: Thursday, October 8, 2020 @ 19:36:50
  Author: foxboron
Revision: 721920

upgpkg: python-sqlparse 0.4.1-1

Modified:
  python-sqlparse/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2020-10-08 19:36:39 UTC (rev 721919)
+++ PKGBUILD2020-10-08 19:36:50 UTC (rev 721920)
@@ -2,7 +2,7 @@
 # Contributor: Jonathan Kotta 
 
 pkgname=python-sqlparse
-pkgver=0.4.0
+pkgver=0.4.1
 pkgrel=1
 pkgdesc='Non-validating SQL parser for Python'
 arch=('any')
@@ -11,7 +11,7 @@
 depends=('python')
 makedepends=('python-setuptools')
 
source=("$pkgname-$pkgver.tar.gz::https://github.com/andialbrecht/sqlparse/archive/$pkgver.tar.gz;)
-sha256sums=('5a39c382738051f02f072c992a9d5ea11b49ffa9bc68e08ca1280e959bc3c29d')
+sha256sums=('f75cdec98a4cc8296890279d744e1ae8618bb14dbad77e3d0637f0d7bb5d6535')
 
 build() {
   cd sqlparse-$pkgver


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

2020-10-08 Thread Morten Linderud via arch-commits
Date: Thursday, October 8, 2020 @ 19:33:00
  Author: foxboron
Revision: 721915

upgpkg: fuse-overlayfs 1.2.0-1

Modified:
  fuse-overlayfs/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2020-10-08 19:32:59 UTC (rev 721914)
+++ PKGBUILD2020-10-08 19:33:00 UTC (rev 721915)
@@ -3,7 +3,7 @@
 
 pkgdesc='FUSE implementation of overlayfs'
 pkgname=fuse-overlayfs
-pkgver=1.1.2
+pkgver=1.2.0
 pkgrel=1
 arch=(x86_64)
 url=https://github.com/containers/fuse-overlayfs
@@ -10,11 +10,16 @@
 license=(GPL3)
 depends=(fuse3)
 makedepends=(git)
-_commit=323b01f17478aad992dc69e9195d83bb490008d6 # 1.1.2
+_commit=edd565533d6345402949db5fefc8ac4a8878   #refs/tags/v1.2.0^{}
 
source=("git+https://github.com/containers/fuse-overlayfs.git#commit=$_commit?signed;)
 validpgpkeys=('AC404C1C0BF735C63FF4D562263D6DF2E163E1EA')
 sha512sums=('SKIP')
 
+pkgver() {
+   cd "${pkgname}"
+   git describe --tags | sed 's/^v//;s/-/+/g'
+}
+
 build () {
cd "${pkgname}"
autoreconf -fis


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

2020-10-08 Thread Morten Linderud via arch-commits
Date: Thursday, October 8, 2020 @ 19:33:08
  Author: foxboron
Revision: 721917

archrelease: copy trunk to community-x86_64

Added:
  fuse-overlayfs/repos/community-x86_64/PKGBUILD
(from rev 721916, fuse-overlayfs/trunk/PKGBUILD)
Deleted:
  fuse-overlayfs/repos/community-x86_64/PKGBUILD

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

Deleted: PKGBUILD
===
--- PKGBUILD2020-10-08 19:33:03 UTC (rev 721916)
+++ PKGBUILD2020-10-08 19:33:08 UTC (rev 721917)
@@ -1,35 +0,0 @@
-# Maintainer: Morten Linderud 
-# Contributor: Adrian Perez de Castro 
-
-pkgdesc='FUSE implementation of overlayfs'
-pkgname=fuse-overlayfs
-pkgver=1.1.2
-pkgrel=1
-arch=(x86_64)
-url=https://github.com/containers/fuse-overlayfs
-license=(GPL3)
-depends=(fuse3)
-makedepends=(git)
-_commit=323b01f17478aad992dc69e9195d83bb490008d6 # 1.1.2
-source=("git+https://github.com/containers/fuse-overlayfs.git#commit=$_commit?signed;)
-validpgpkeys=('AC404C1C0BF735C63FF4D562263D6DF2E163E1EA')
-sha512sums=('SKIP')
-
-build () {
-   cd "${pkgname}"
-   autoreconf -fis
-   ./configure \
-   --prefix=/usr \
-   --sbindir=/usr/bin
-   make
-}
-
-check(){
-   cd "${pkgname}"
-   make check
-}
-
-package (){
-   cd "${pkgname}"
-   make DESTDIR="${pkgdir}" install
-}

Copied: fuse-overlayfs/repos/community-x86_64/PKGBUILD (from rev 721916, 
fuse-overlayfs/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2020-10-08 19:33:08 UTC (rev 721917)
@@ -0,0 +1,40 @@
+# Maintainer: Morten Linderud 
+# Contributor: Adrian Perez de Castro 
+
+pkgdesc='FUSE implementation of overlayfs'
+pkgname=fuse-overlayfs
+pkgver=1.2.0
+pkgrel=1
+arch=(x86_64)
+url=https://github.com/containers/fuse-overlayfs
+license=(GPL3)
+depends=(fuse3)
+makedepends=(git)
+_commit=edd565533d6345402949db5fefc8ac4a8878   #refs/tags/v1.2.0^{}
+source=("git+https://github.com/containers/fuse-overlayfs.git#commit=$_commit?signed;)
+validpgpkeys=('AC404C1C0BF735C63FF4D562263D6DF2E163E1EA')
+sha512sums=('SKIP')
+
+pkgver() {
+   cd "${pkgname}"
+   git describe --tags | sed 's/^v//;s/-/+/g'
+}
+
+build () {
+   cd "${pkgname}"
+   autoreconf -fis
+   ./configure \
+   --prefix=/usr \
+   --sbindir=/usr/bin
+   make
+}
+
+check(){
+   cd "${pkgname}"
+   make check
+}
+
+package (){
+   cd "${pkgname}"
+   make DESTDIR="${pkgdir}" install
+}


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

2020-10-08 Thread Morten Linderud via arch-commits
Date: Thursday, October 8, 2020 @ 19:27:09
  Author: foxboron
Revision: 721908

upgpkg: qmk 0.0.36-1

Modified:
  qmk/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2020-10-08 19:25:45 UTC (rev 721907)
+++ PKGBUILD2020-10-08 19:27:09 UTC (rev 721908)
@@ -10,8 +10,8 @@
 url="https://github.com/qmk/qmk_cli;
 license=('MIT')
 depends=('python-appdirs' 'python-argcomplete' 'python-colorama'
- 'git' 'avr-gcc' 'arm-none-eabi-gcc' 'dfu-programmer' 
- 'dfu-util' 'avrdude')
+ 'python-milc' 'git' 'avr-gcc' 'arm-none-eabi-gcc'
+ 'dfu-programmer' 'dfu-util' 'avrdude')
 makedepends=('python-setuptools')
 optdepends=('arm-none-eabi-binutils'
 'arm-none-eabi-newlib'


[arch-commits] Commit in qmk/repos/community-any (12 files)

2020-10-08 Thread Morten Linderud via arch-commits
Date: Thursday, October 8, 2020 @ 19:27:22
  Author: foxboron
Revision: 721909

archrelease: copy trunk to community-any

Added:
  qmk/repos/community-any/50-atmel-dfu.rules
(from rev 721908, qmk/trunk/50-atmel-dfu.rules)
  qmk/repos/community-any/54-input-club-keyboard.rules
(from rev 721908, qmk/trunk/54-input-club-keyboard.rules)
  qmk/repos/community-any/55-caterina.rules
(from rev 721908, qmk/trunk/55-caterina.rules)
  qmk/repos/community-any/56-dfu-util.rules
(from rev 721908, qmk/trunk/56-dfu-util.rules)
  qmk/repos/community-any/57-bootloadhid.rules
(from rev 721908, qmk/trunk/57-bootloadhid.rules)
  qmk/repos/community-any/PKGBUILD
(from rev 721908, qmk/trunk/PKGBUILD)
Deleted:
  qmk/repos/community-any/50-atmel-dfu.rules
  qmk/repos/community-any/54-input-club-keyboard.rules
  qmk/repos/community-any/55-caterina.rules
  qmk/repos/community-any/56-dfu-util.rules
  qmk/repos/community-any/57-bootloadhid.rules
  qmk/repos/community-any/PKGBUILD

--+
 50-atmel-dfu.rules   |   12 ++--
 54-input-club-keyboard.rules |4 -
 55-caterina.rules|   10 ++--
 56-dfu-util.rules|8 +--
 57-bootloadhid.rules |4 -
 PKGBUILD |  102 -
 6 files changed, 70 insertions(+), 70 deletions(-)

Deleted: 50-atmel-dfu.rules
===
--- 50-atmel-dfu.rules  2020-10-08 19:27:09 UTC (rev 721908)
+++ 50-atmel-dfu.rules  2020-10-08 19:27:22 UTC (rev 721909)
@@ -1,6 +0,0 @@
-# Atmel ATMega32U4
-SUBSYSTEMS=="usb", ATTRS{idVendor}=="03eb", ATTRS{idProduct}=="2ff4", 
TAG+="uaccess", RUN{builtin}+="uaccess"
-# Atmel USBKEY AT90USB1287
-SUBSYSTEMS=="usb", ATTRS{idVendor}=="03eb", ATTRS{idProduct}=="2ffb", 
TAG+="uaccess", RUN{builtin}+="uaccess"
-# Atmel ATMega32U2
-SUBSYSTEMS=="usb", ATTRS{idVendor}=="03eb", ATTRS{idProduct}=="2ff0", 
TAG+="uaccess", RUN{builtin}+="uaccess"

Copied: qmk/repos/community-any/50-atmel-dfu.rules (from rev 721908, 
qmk/trunk/50-atmel-dfu.rules)
===
--- 50-atmel-dfu.rules  (rev 0)
+++ 50-atmel-dfu.rules  2020-10-08 19:27:22 UTC (rev 721909)
@@ -0,0 +1,6 @@
+# Atmel ATMega32U4
+SUBSYSTEMS=="usb", ATTRS{idVendor}=="03eb", ATTRS{idProduct}=="2ff4", 
TAG+="uaccess", RUN{builtin}+="uaccess"
+# Atmel USBKEY AT90USB1287
+SUBSYSTEMS=="usb", ATTRS{idVendor}=="03eb", ATTRS{idProduct}=="2ffb", 
TAG+="uaccess", RUN{builtin}+="uaccess"
+# Atmel ATMega32U2
+SUBSYSTEMS=="usb", ATTRS{idVendor}=="03eb", ATTRS{idProduct}=="2ff0", 
TAG+="uaccess", RUN{builtin}+="uaccess"

Deleted: 54-input-club-keyboard.rules
===
--- 54-input-club-keyboard.rules2020-10-08 19:27:09 UTC (rev 721908)
+++ 54-input-club-keyboard.rules2020-10-08 19:27:22 UTC (rev 721909)
@@ -1,2 +0,0 @@
-# Input Club keyboard bootloader
-SUBSYSTEMS=="usb", ATTRS{idVendor}=="1c11", ATTRS{idProduct}=="b007", 
TAG+="uaccess", RUN{builtin}+="uaccess"

Copied: qmk/repos/community-any/54-input-club-keyboard.rules (from rev 721908, 
qmk/trunk/54-input-club-keyboard.rules)
===
--- 54-input-club-keyboard.rules(rev 0)
+++ 54-input-club-keyboard.rules2020-10-08 19:27:22 UTC (rev 721909)
@@ -0,0 +1,2 @@
+# Input Club keyboard bootloader
+SUBSYSTEMS=="usb", ATTRS{idVendor}=="1c11", ATTRS{idProduct}=="b007", 
TAG+="uaccess", RUN{builtin}+="uaccess"

Deleted: 55-caterina.rules
===
--- 55-caterina.rules   2020-10-08 19:27:09 UTC (rev 721908)
+++ 55-caterina.rules   2020-10-08 19:27:22 UTC (rev 721909)
@@ -1,5 +0,0 @@
-# ModemManager should ignore the following devices
-SUBSYSTEMS=="usb", ATTRS{idVendor}=="2a03", ATTRS{idProduct}=="0036", 
TAG+="uaccess", RUN{builtin}+="uaccess", ENV{ID_MM_DEVICE_IGNORE}="1"
-SUBSYSTEMS=="usb", ATTRS{idVendor}=="2341", ATTRS{idProduct}=="0036", 
TAG+="uaccess", RUN{builtin}+="uaccess", ENV{ID_MM_DEVICE_IGNORE}="1"
-SUBSYSTEMS=="usb", ATTRS{idVendor}=="1b4f", ATTRS{idProduct}=="9205", 
TAG+="uaccess", RUN{builtin}+="uaccess", ENV{ID_MM_DEVICE_IGNORE}="1"
-SUBSYSTEMS=="usb", ATTRS{idVendor}=="1b4f", ATTRS{idProduct}=="9203", 
TAG+="uaccess", RUN{builtin}+="uaccess", ENV{ID_MM_DEVICE_IGNORE}="1"

Copied: qmk/repos/community-any/55-caterina.rules (from rev 721908, 
qmk/trunk/55-caterina.rules)
===
--- 55-caterina.rules   (rev 0)
+++ 55-caterina.rules   2020-10-08 19:27:22 UTC (rev 721909)
@@ -0,0 +1,5 @@
+# ModemManager should ignore the following devices
+SUBSYSTEMS=="usb", ATTRS{idVendor}=="2a03", ATTRS{idProduct}=="0036", 
TAG+="uaccess", RUN{builtin}+="uaccess", ENV{ID_MM_DEVICE_IGNORE}="1"
+SUBSYSTEMS=="usb", 

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

2020-10-07 Thread Morten Linderud via arch-commits
Date: Wednesday, October 7, 2020 @ 20:34:29
  Author: foxboron
Revision: 720969

archrelease: copy trunk to community-any

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

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

Deleted: PKGBUILD
===
--- PKGBUILD2020-10-07 20:34:22 UTC (rev 720968)
+++ PKGBUILD2020-10-07 20:34:29 UTC (rev 720969)
@@ -1,25 +0,0 @@
-# Maintainer: Morten Linderud 
-# Contributor: Jonathan Kotta 
-
-pkgname=python-sqlparse
-pkgver=0.3.1
-pkgrel=1
-pkgdesc='Non-validating SQL parser for Python'
-arch=('any')
-url=https://github.com/andialbrecht/sqlparse
-license=('BSD')
-depends=('python')
-makedepends=('python-setuptools')
-source=("$pkgname-$pkgver.tar.gz::https://github.com/andialbrecht/sqlparse/archive/$pkgver.tar.gz;)
-sha256sums=('344b539482b75c244ac69fbb160d0f4d63a288a392475c8418ca692c594561f9')
-
-build() {
-  cd sqlparse-$pkgver
-  python setup.py build
-}
-
-package() {
-  cd sqlparse-$pkgver
-  python setup.py install --prefix=/usr --root="$pkgdir" --skip-build
-  install -Dm644 LICENSE "$pkgdir"/usr/share/licenses/$pkgname/LICENSE
-}

Copied: python-sqlparse/repos/community-any/PKGBUILD (from rev 720968, 
python-sqlparse/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2020-10-07 20:34:29 UTC (rev 720969)
@@ -0,0 +1,25 @@
+# Maintainer: Morten Linderud 
+# Contributor: Jonathan Kotta 
+
+pkgname=python-sqlparse
+pkgver=0.4.0
+pkgrel=1
+pkgdesc='Non-validating SQL parser for Python'
+arch=('any')
+url=https://github.com/andialbrecht/sqlparse
+license=('BSD')
+depends=('python')
+makedepends=('python-setuptools')
+source=("$pkgname-$pkgver.tar.gz::https://github.com/andialbrecht/sqlparse/archive/$pkgver.tar.gz;)
+sha256sums=('5a39c382738051f02f072c992a9d5ea11b49ffa9bc68e08ca1280e959bc3c29d')
+
+build() {
+  cd sqlparse-$pkgver
+  python setup.py build
+}
+
+package() {
+  cd sqlparse-$pkgver
+  python setup.py install --prefix=/usr --root="$pkgdir" --skip-build
+  install -Dm644 LICENSE "$pkgdir"/usr/share/licenses/$pkgname/LICENSE
+}


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

2020-10-07 Thread Morten Linderud via arch-commits
Date: Wednesday, October 7, 2020 @ 20:34:22
  Author: foxboron
Revision: 720968

upgpkg: python-sqlparse 0.4.0-1

Modified:
  python-sqlparse/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2020-10-07 20:33:43 UTC (rev 720967)
+++ PKGBUILD2020-10-07 20:34:22 UTC (rev 720968)
@@ -2,7 +2,7 @@
 # Contributor: Jonathan Kotta 
 
 pkgname=python-sqlparse
-pkgver=0.3.1
+pkgver=0.4.0
 pkgrel=1
 pkgdesc='Non-validating SQL parser for Python'
 arch=('any')
@@ -11,7 +11,7 @@
 depends=('python')
 makedepends=('python-setuptools')
 
source=("$pkgname-$pkgver.tar.gz::https://github.com/andialbrecht/sqlparse/archive/$pkgver.tar.gz;)
-sha256sums=('344b539482b75c244ac69fbb160d0f4d63a288a392475c8418ca692c594561f9')
+sha256sums=('5a39c382738051f02f072c992a9d5ea11b49ffa9bc68e08ca1280e959bc3c29d')
 
 build() {
   cd sqlparse-$pkgver


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

2020-10-07 Thread Morten Linderud via arch-commits
Date: Wednesday, October 7, 2020 @ 20:32:37
  Author: foxboron
Revision: 720964

upgpkg: python-rope 0.18.0-1

Modified:
  python-rope/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2020-10-07 20:31:15 UTC (rev 720963)
+++ PKGBUILD2020-10-07 20:32:37 UTC (rev 720964)
@@ -6,7 +6,7 @@
 # Contributor: Jens Maucher 
 
 pkgname=python-rope
-pkgver=0.17.0
+pkgver=0.18.0
 pkgrel=1
 pkgdesc='Refactoring library'
 arch=('any')
@@ -13,16 +13,9 @@
 url='https://github.com/python-rope/rope'
 license=('GPL')
 makedepends=('python' 'python-setuptools')
-source=("$pkgname-$pkgver.tar.gz::https://github.com/python-rope/rope/archive/$pkgver.tar.gz;
-
"ast.patch::https://github.com/python-rope/rope/commit/c6574094b9b087c0ff2aa11506f42b667c913e2b.patch;)
-sha256sums=('43a0150a431639ac63a5b4e0520a31eda6d7d0c9d41345f21316a848d6b8e738'
-'09dcdc5704ea88920778917a7f188205adb5106de8693afea3c256f4901a84cc')
+source=("$pkgname-$pkgver.tar.gz::https://github.com/python-rope/rope/archive/$pkgver.tar.gz;)
+sha256sums=('a8938e7e5fa60fc567d854762e3d0309bd355186d4ff3e5d39811e8df2f6a7ac')
 
-prepare() {
-  cd "rope-$pkgver"
-  patch -Np1 < "../ast.patch"
-}
-
 build(){
   cd "rope-$pkgver"
   python setup.py build


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

2020-10-07 Thread Morten Linderud via arch-commits
Date: Wednesday, October 7, 2020 @ 20:32:45
  Author: foxboron
Revision: 720965

archrelease: copy trunk to community-any

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

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

Deleted: PKGBUILD
===
--- PKGBUILD2020-10-07 20:32:37 UTC (rev 720964)
+++ PKGBUILD2020-10-07 20:32:45 UTC (rev 720965)
@@ -1,41 +0,0 @@
-# Maintainer: Alexander F Rødseth 
-# Maintainer: Morten Linderud 
-# Contributor: Thomas Dziedzic 
-# Contributor: Nicolás de la torre 
-# Contributor: Ryan Coyner 
-# Contributor: Jens Maucher 
-
-pkgname=python-rope
-pkgver=0.17.0
-pkgrel=1
-pkgdesc='Refactoring library'
-arch=('any')
-url='https://github.com/python-rope/rope'
-license=('GPL')
-makedepends=('python' 'python-setuptools')
-source=("$pkgname-$pkgver.tar.gz::https://github.com/python-rope/rope/archive/$pkgver.tar.gz;
-
"ast.patch::https://github.com/python-rope/rope/commit/c6574094b9b087c0ff2aa11506f42b667c913e2b.patch;)
-sha256sums=('43a0150a431639ac63a5b4e0520a31eda6d7d0c9d41345f21316a848d6b8e738'
-'09dcdc5704ea88920778917a7f188205adb5106de8693afea3c256f4901a84cc')
-
-prepare() {
-  cd "rope-$pkgver"
-  patch -Np1 < "../ast.patch"
-}
-
-build(){
-  cd "rope-$pkgver"
-  python setup.py build
-}
-
-check(){
-  cd "rope-$pkgver"
-  python -m unittest
-}
-
-package() {
-  cd "rope-$pkgver"
-  python setup.py install --root="$pkgdir" --optimize=1 --skip-build
-}
-
-# vim:set ts=2 sw=2 et:

Copied: python-rope/repos/community-any/PKGBUILD (from rev 720964, 
python-rope/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2020-10-07 20:32:45 UTC (rev 720965)
@@ -0,0 +1,34 @@
+# Maintainer: Alexander F Rødseth 
+# Maintainer: Morten Linderud 
+# Contributor: Thomas Dziedzic 
+# Contributor: Nicolás de la torre 
+# Contributor: Ryan Coyner 
+# Contributor: Jens Maucher 
+
+pkgname=python-rope
+pkgver=0.18.0
+pkgrel=1
+pkgdesc='Refactoring library'
+arch=('any')
+url='https://github.com/python-rope/rope'
+license=('GPL')
+makedepends=('python' 'python-setuptools')
+source=("$pkgname-$pkgver.tar.gz::https://github.com/python-rope/rope/archive/$pkgver.tar.gz;)
+sha256sums=('a8938e7e5fa60fc567d854762e3d0309bd355186d4ff3e5d39811e8df2f6a7ac')
+
+build(){
+  cd "rope-$pkgver"
+  python setup.py build
+}
+
+check(){
+  cd "rope-$pkgver"
+  python -m unittest
+}
+
+package() {
+  cd "rope-$pkgver"
+  python setup.py install --root="$pkgdir" --optimize=1 --skip-build
+}
+
+# vim:set ts=2 sw=2 et:


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

2020-10-07 Thread Morten Linderud via arch-commits
Date: Wednesday, October 7, 2020 @ 20:26:56
  Author: foxboron
Revision: 720953

archrelease: copy trunk to community-any

Added:
  python-milc/repos/community-any/
  python-milc/repos/community-any/PKGBUILD
(from rev 720952, python-milc/trunk/PKGBUILD)

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

Copied: python-milc/repos/community-any/PKGBUILD (from rev 720952, 
python-milc/trunk/PKGBUILD)
===
--- community-any/PKGBUILD  (rev 0)
+++ community-any/PKGBUILD  2020-10-07 20:26:56 UTC (rev 720953)
@@ -0,0 +1,32 @@
+# Maintainer: Morten Linderud 
+
+pkgname=python-milc
+pkgver=1.0.8
+pkgrel=1
+pkgdesc="Opinionated Batteries-Included Python 3 CLI Framework."
+arch=("any")
+url="https://milc.clueboard.co/#/;
+license=("MIT")
+depends=("python-appdirs" "python-argcomplete" "python-colorama")
+makedepends=("python-setuptools")
+checkdepends=("python-semver" "python-nose2")
+source=("$pkgname-$pkgver.tar.gz::https://github.com/clueboard/milc/archive/${pkgver}.tar.gz;)
+sha256sums=('a3e824ee4ea23a450d59d65d7b3f007ba79888511a94d4be730ecb24af725fca')
+
+build() {
+cd "${pkgname#python-}-${pkgver}"
+python setup.py build
+}
+
+check() {
+cd "${pkgname#python-}-${pkgver}"
+nose2
+}
+
+package() {
+cd "${pkgname#python-}-${pkgver}"
+python setup.py install --root="${pkgdir}/" --optimize=1 --skip-build
+install -Dm644 LICENSE "${pkgdir}/usr/share/licenses/${pkgname}/LICENSE"
+}
+
+# vim:set ts=4 sw=4 et:


[arch-commits] Commit in (python-milc python-milc/repos python-milc/trunk)

2020-10-07 Thread Morten Linderud via arch-commits
Date: Wednesday, October 7, 2020 @ 20:26:45
  Author: foxboron
Revision: 720950

addpkg: python-milc 1.0.8-1

Added:
  python-milc/
  python-milc/repos/
  python-milc/trunk/


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

2020-10-07 Thread Morten Linderud via arch-commits
Date: Wednesday, October 7, 2020 @ 20:26:50
  Author: foxboron
Revision: 720952

upgpkg: python-milc 1.0.8-1

Added:
  python-milc/trunk/PKGBUILD

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

Added: PKGBUILD
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2020-10-07 20:26:50 UTC (rev 720952)
@@ -0,0 +1,32 @@
+# Maintainer: Morten Linderud 
+
+pkgname=python-milc
+pkgver=1.0.8
+pkgrel=1
+pkgdesc="Opinionated Batteries-Included Python 3 CLI Framework."
+arch=("any")
+url="https://milc.clueboard.co/#/;
+license=("MIT")
+depends=("python-appdirs" "python-argcomplete" "python-colorama")
+makedepends=("python-setuptools")
+checkdepends=("python-semver" "python-nose2")
+source=("$pkgname-$pkgver.tar.gz::https://github.com/clueboard/milc/archive/${pkgver}.tar.gz;)
+sha256sums=('a3e824ee4ea23a450d59d65d7b3f007ba79888511a94d4be730ecb24af725fca')
+
+build() {
+cd "${pkgname#python-}-${pkgver}"
+python setup.py build
+}
+
+check() {
+cd "${pkgname#python-}-${pkgver}"
+nose2
+}
+
+package() {
+cd "${pkgname#python-}-${pkgver}"
+python setup.py install --root="${pkgdir}/" --optimize=1 --skip-build
+install -Dm644 LICENSE "${pkgdir}/usr/share/licenses/${pkgname}/LICENSE"
+}
+
+# vim:set ts=4 sw=4 et:


[arch-commits] Commit in qmk/repos/community-any (12 files)

2020-10-07 Thread Morten Linderud via arch-commits
Date: Wednesday, October 7, 2020 @ 20:12:17
  Author: foxboron
Revision: 720939

archrelease: copy trunk to community-any

Added:
  qmk/repos/community-any/50-atmel-dfu.rules
(from rev 720938, qmk/trunk/50-atmel-dfu.rules)
  qmk/repos/community-any/54-input-club-keyboard.rules
(from rev 720938, qmk/trunk/54-input-club-keyboard.rules)
  qmk/repos/community-any/55-caterina.rules
(from rev 720938, qmk/trunk/55-caterina.rules)
  qmk/repos/community-any/56-dfu-util.rules
(from rev 720938, qmk/trunk/56-dfu-util.rules)
  qmk/repos/community-any/57-bootloadhid.rules
(from rev 720938, qmk/trunk/57-bootloadhid.rules)
  qmk/repos/community-any/PKGBUILD
(from rev 720938, qmk/trunk/PKGBUILD)
Deleted:
  qmk/repos/community-any/50-atmel-dfu.rules
  qmk/repos/community-any/54-input-club-keyboard.rules
  qmk/repos/community-any/55-caterina.rules
  qmk/repos/community-any/56-dfu-util.rules
  qmk/repos/community-any/57-bootloadhid.rules
  qmk/repos/community-any/PKGBUILD

--+
 50-atmel-dfu.rules   |   12 ++--
 54-input-club-keyboard.rules |4 -
 55-caterina.rules|   10 ++--
 56-dfu-util.rules|8 +--
 57-bootloadhid.rules |4 -
 PKGBUILD |  102 -
 6 files changed, 70 insertions(+), 70 deletions(-)

Deleted: 50-atmel-dfu.rules
===
--- 50-atmel-dfu.rules  2020-10-07 20:12:04 UTC (rev 720938)
+++ 50-atmel-dfu.rules  2020-10-07 20:12:17 UTC (rev 720939)
@@ -1,6 +0,0 @@
-# Atmel ATMega32U4
-SUBSYSTEMS=="usb", ATTRS{idVendor}=="03eb", ATTRS{idProduct}=="2ff4", 
TAG+="uaccess", RUN{builtin}+="uaccess"
-# Atmel USBKEY AT90USB1287
-SUBSYSTEMS=="usb", ATTRS{idVendor}=="03eb", ATTRS{idProduct}=="2ffb", 
TAG+="uaccess", RUN{builtin}+="uaccess"
-# Atmel ATMega32U2
-SUBSYSTEMS=="usb", ATTRS{idVendor}=="03eb", ATTRS{idProduct}=="2ff0", 
TAG+="uaccess", RUN{builtin}+="uaccess"

Copied: qmk/repos/community-any/50-atmel-dfu.rules (from rev 720938, 
qmk/trunk/50-atmel-dfu.rules)
===
--- 50-atmel-dfu.rules  (rev 0)
+++ 50-atmel-dfu.rules  2020-10-07 20:12:17 UTC (rev 720939)
@@ -0,0 +1,6 @@
+# Atmel ATMega32U4
+SUBSYSTEMS=="usb", ATTRS{idVendor}=="03eb", ATTRS{idProduct}=="2ff4", 
TAG+="uaccess", RUN{builtin}+="uaccess"
+# Atmel USBKEY AT90USB1287
+SUBSYSTEMS=="usb", ATTRS{idVendor}=="03eb", ATTRS{idProduct}=="2ffb", 
TAG+="uaccess", RUN{builtin}+="uaccess"
+# Atmel ATMega32U2
+SUBSYSTEMS=="usb", ATTRS{idVendor}=="03eb", ATTRS{idProduct}=="2ff0", 
TAG+="uaccess", RUN{builtin}+="uaccess"

Deleted: 54-input-club-keyboard.rules
===
--- 54-input-club-keyboard.rules2020-10-07 20:12:04 UTC (rev 720938)
+++ 54-input-club-keyboard.rules2020-10-07 20:12:17 UTC (rev 720939)
@@ -1,2 +0,0 @@
-# Input Club keyboard bootloader
-SUBSYSTEMS=="usb", ATTRS{idVendor}=="1c11", ATTRS{idProduct}=="b007", 
TAG+="uaccess", RUN{builtin}+="uaccess"

Copied: qmk/repos/community-any/54-input-club-keyboard.rules (from rev 720938, 
qmk/trunk/54-input-club-keyboard.rules)
===
--- 54-input-club-keyboard.rules(rev 0)
+++ 54-input-club-keyboard.rules2020-10-07 20:12:17 UTC (rev 720939)
@@ -0,0 +1,2 @@
+# Input Club keyboard bootloader
+SUBSYSTEMS=="usb", ATTRS{idVendor}=="1c11", ATTRS{idProduct}=="b007", 
TAG+="uaccess", RUN{builtin}+="uaccess"

Deleted: 55-caterina.rules
===
--- 55-caterina.rules   2020-10-07 20:12:04 UTC (rev 720938)
+++ 55-caterina.rules   2020-10-07 20:12:17 UTC (rev 720939)
@@ -1,5 +0,0 @@
-# ModemManager should ignore the following devices
-SUBSYSTEMS=="usb", ATTRS{idVendor}=="2a03", ATTRS{idProduct}=="0036", 
TAG+="uaccess", RUN{builtin}+="uaccess", ENV{ID_MM_DEVICE_IGNORE}="1"
-SUBSYSTEMS=="usb", ATTRS{idVendor}=="2341", ATTRS{idProduct}=="0036", 
TAG+="uaccess", RUN{builtin}+="uaccess", ENV{ID_MM_DEVICE_IGNORE}="1"
-SUBSYSTEMS=="usb", ATTRS{idVendor}=="1b4f", ATTRS{idProduct}=="9205", 
TAG+="uaccess", RUN{builtin}+="uaccess", ENV{ID_MM_DEVICE_IGNORE}="1"
-SUBSYSTEMS=="usb", ATTRS{idVendor}=="1b4f", ATTRS{idProduct}=="9203", 
TAG+="uaccess", RUN{builtin}+="uaccess", ENV{ID_MM_DEVICE_IGNORE}="1"

Copied: qmk/repos/community-any/55-caterina.rules (from rev 720938, 
qmk/trunk/55-caterina.rules)
===
--- 55-caterina.rules   (rev 0)
+++ 55-caterina.rules   2020-10-07 20:12:17 UTC (rev 720939)
@@ -0,0 +1,5 @@
+# ModemManager should ignore the following devices
+SUBSYSTEMS=="usb", ATTRS{idVendor}=="2a03", ATTRS{idProduct}=="0036", 
TAG+="uaccess", RUN{builtin}+="uaccess", ENV{ID_MM_DEVICE_IGNORE}="1"
+SUBSYSTEMS=="usb", 

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

2020-10-07 Thread Morten Linderud via arch-commits
Date: Wednesday, October 7, 2020 @ 20:12:04
  Author: foxboron
Revision: 720938

upgpkg: qmk 0.0.36-1

Modified:
  qmk/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2020-10-07 20:11:37 UTC (rev 720937)
+++ PKGBUILD2020-10-07 20:12:04 UTC (rev 720938)
@@ -3,8 +3,8 @@
 # Contributor: Batuhan Baserdem 
 
 pkgname=qmk
-pkgver=0.0.35
-pkgrel=3
+pkgver=0.0.36
+pkgrel=1
 pkgdesc="CLI tool for customizing supported mechanical keyboards."
 arch=('any')
 url="https://github.com/qmk/qmk_cli;
@@ -30,7 +30,7 @@
 '55-caterina.rules'
 '56-dfu-util.rules'
 '57-bootloadhid.rules')
-sha256sums=('e704ca31cdca264bfdd99c72a4849a9e9762043e4bf328118c49af92d1c0a3b5'
+sha256sums=('8d8f0bb7dd2c740d8af99ab4650e306a87c75e5a5785cf3f03a0272d215d1671'
 'e755c3809ca9bf7952aa009df7cd453ffed9587a7bd73bbaca86d504b9bdfc9b'
 '93a26f044baf2dd9d0ba78a2c18eef3bb3a2512605467228f9af309532f8a61b'
 'fb9d05568466da0250331f3eb1602f17218c5ae7f40cf6abaee455ca74c270a6'


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

2020-10-07 Thread Morten Linderud via arch-commits
Date: Wednesday, October 7, 2020 @ 20:11:06
  Author: foxboron
Revision: 720935

archrelease: copy trunk to community-x86_64

Added:
  fzf/repos/community-x86_64/PKGBUILD
(from rev 720934, fzf/trunk/PKGBUILD)
Deleted:
  fzf/repos/community-x86_64/PKGBUILD

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

Deleted: PKGBUILD
===
--- PKGBUILD2020-10-07 20:10:59 UTC (rev 720934)
+++ PKGBUILD2020-10-07 20:11:06 UTC (rev 720935)
@@ -1,65 +0,0 @@
-# Maintainer: Thore Bödecker 
-# Maintainer: Morten Linderud 
-# Maintainer: Filipe Laíns (FFY00) 
-# Contributor: Pierre Neidhardt 
-# Contributor: Hermann Zahnweh (eigengrau)
-# Contributor: Andy Weidenbaum 
-# Contributor: foalsrock 
-# Contributor: jebaum 
-
-pkgname=fzf
-pkgver=0.22.0
-pkgrel=1
-pkgdesc='Command-line fuzzy finder'
-arch=('x86_64')
-url='https://github.com/junegunn/fzf'
-license=('MIT')
-depends=('bash')
-makedepends=('git' 'go')
-optdepends=('fish: fish keybindings'
-'tmux: fzf-tmux script for launching fzf in a tmux pane'
-'vim: plugin'
-'zsh: zsh keybindings')
-source=("$pkgname-$pkgver.tar.gz::$url/archive/$pkgver.tar.gz")
-sha512sums=('003b187c93f0ab2e8a1adbd4eb9586e05e12fb9a86e445ac8ff48ba391ae16f104d60d18934bb46765537d5007035f549c15d6970c901f72813d55001d3bc6e5')
-
-export CGO_LDFLAGS="${LDFLAGS}"
-export CGO_CFLAGS="${CFLAGS}"
-export CGO_CPPFLAGS="${CPPFLAGS}"
-export CGO_CXXFLAGS="${CXXFLAGS}"
-export GOFLAGS="-buildmode=pie -trimpath -mod=readonly -modcacherw"
-
-build() {
-   cd "${pkgname}-${pkgver}"
-   go build -o fzf .
-}
-
-check() {
-   cd "${pkgname}-${pkgver}"
-   go test ./...
-}
-
-package() {
-   cd "${pkgname}-${pkgver}"
-
-   ## Man page
-   install -Dm644 man/man1/fzf.1 "$pkgdir"/usr/share/man/man1/fzf.1
-
-   ## License
-   install -Dm644 LICENSE "$pkgdir"/usr/share/licenses/fzf/LICENSE
-
-   ## Binaries
-   install -dm755 "$pkgdir"/usr/bin
-   install -m755 fzf bin/fzf-tmux "$pkgdir"/usr/bin/
-
-   ## Completion and keybindings
-   install -dm755 "$pkgdir"/usr/share/fzf
-   install -m644 shell/*.bash shell/*.zsh "$pkgdir"/usr/share/fzf
-
-   ## Fish keybindings
-   install -Dm644 shell/key-bindings.fish 
"$pkgdir"/usr/share/fish/vendor_functions.d/fzf_key_bindings.fish
-
-   ## Vim plugin
-   install -Dm644 plugin/fzf.vim 
"$pkgdir"/usr/share/vim/vimfiles/plugin/fzf.vim
-}
-

Copied: fzf/repos/community-x86_64/PKGBUILD (from rev 720934, 
fzf/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2020-10-07 20:11:06 UTC (rev 720935)
@@ -0,0 +1,65 @@
+# Maintainer: Thore Bödecker 
+# Maintainer: Morten Linderud 
+# Maintainer: Filipe Laíns (FFY00) 
+# Contributor: Pierre Neidhardt 
+# Contributor: Hermann Zahnweh (eigengrau)
+# Contributor: Andy Weidenbaum 
+# Contributor: foalsrock 
+# Contributor: jebaum 
+
+pkgname=fzf
+pkgver=0.23.0
+pkgrel=1
+pkgdesc='Command-line fuzzy finder'
+arch=('x86_64')
+url='https://github.com/junegunn/fzf'
+license=('MIT')
+depends=('bash')
+makedepends=('git' 'go')
+optdepends=('fish: fish keybindings'
+'tmux: fzf-tmux script for launching fzf in a tmux pane'
+'vim: plugin'
+'zsh: zsh keybindings')
+source=("$pkgname-$pkgver.tar.gz::$url/archive/$pkgver.tar.gz")
+sha512sums=('e33b2cb5b734eae2a5dc8e3ab54b026976fcddb7f8eb84501a4be225ddc6b135cfab4e99561ad17993253d92f9cb2ab28ddf97bd18f16dd83bb482cd1d17e25f')
+
+export CGO_LDFLAGS="${LDFLAGS}"
+export CGO_CFLAGS="${CFLAGS}"
+export CGO_CPPFLAGS="${CPPFLAGS}"
+export CGO_CXXFLAGS="${CXXFLAGS}"
+export GOFLAGS="-buildmode=pie -trimpath -mod=readonly -modcacherw 
-ldflags=-linkmode=external"
+
+build() {
+   cd "${pkgname}-${pkgver}"
+   go build -o fzf .
+}
+
+check() {
+   cd "${pkgname}-${pkgver}"
+   go test ./...
+}
+
+package() {
+   cd "${pkgname}-${pkgver}"
+
+   ## Man page
+   install -Dm644 man/man1/fzf.1 "$pkgdir"/usr/share/man/man1/fzf.1
+
+   ## License
+   install -Dm644 LICENSE "$pkgdir"/usr/share/licenses/fzf/LICENSE
+
+   ## Binaries
+   install -dm755 "$pkgdir"/usr/bin
+   install -m755 fzf bin/fzf-tmux "$pkgdir"/usr/bin/
+
+   ## Completion and keybindings
+   install -dm755 "$pkgdir"/usr/share/fzf
+   install -m644 shell/*.bash shell/*.zsh "$pkgdir"/usr/share/fzf
+
+   ## Fish keybindings
+   install -Dm644 shell/key-bindings.fish 
"$pkgdir"/usr/share/fish/vendor_functions.d/fzf_key_bindings.fish
+
+   ## Vim plugin
+   install -Dm644 plugin/fzf.vim 
"$pkgdir"/usr/share/vim/vimfiles/plugin/fzf.vim
+}
+


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

2020-10-07 Thread Morten Linderud via arch-commits
Date: Wednesday, October 7, 2020 @ 20:10:59
  Author: foxboron
Revision: 720934

upgpkg: fzf 0.23.0-1

Modified:
  fzf/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2020-10-07 20:10:45 UTC (rev 720933)
+++ PKGBUILD2020-10-07 20:10:59 UTC (rev 720934)
@@ -8,7 +8,7 @@
 # Contributor: jebaum 
 
 pkgname=fzf
-pkgver=0.22.0
+pkgver=0.23.0
 pkgrel=1
 pkgdesc='Command-line fuzzy finder'
 arch=('x86_64')
@@ -21,13 +21,13 @@
 'vim: plugin'
 'zsh: zsh keybindings')
 source=("$pkgname-$pkgver.tar.gz::$url/archive/$pkgver.tar.gz")
-sha512sums=('003b187c93f0ab2e8a1adbd4eb9586e05e12fb9a86e445ac8ff48ba391ae16f104d60d18934bb46765537d5007035f549c15d6970c901f72813d55001d3bc6e5')
+sha512sums=('e33b2cb5b734eae2a5dc8e3ab54b026976fcddb7f8eb84501a4be225ddc6b135cfab4e99561ad17993253d92f9cb2ab28ddf97bd18f16dd83bb482cd1d17e25f')
 
 export CGO_LDFLAGS="${LDFLAGS}"
 export CGO_CFLAGS="${CFLAGS}"
 export CGO_CPPFLAGS="${CPPFLAGS}"
 export CGO_CXXFLAGS="${CXXFLAGS}"
-export GOFLAGS="-buildmode=pie -trimpath -mod=readonly -modcacherw"
+export GOFLAGS="-buildmode=pie -trimpath -mod=readonly -modcacherw 
-ldflags=-linkmode=external"
 
 build() {
cd "${pkgname}-${pkgver}"


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

2020-10-06 Thread Morten Linderud via arch-commits
Date: Tuesday, October 6, 2020 @ 16:47:25
  Author: foxboron
Revision: 719365

archrelease: copy trunk to community-x86_64

Added:
  jp2a/repos/community-x86_64/PKGBUILD
(from rev 719364, jp2a/trunk/PKGBUILD)
Deleted:
  jp2a/repos/community-x86_64/PKGBUILD

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

Deleted: PKGBUILD
===
--- PKGBUILD2020-10-06 16:47:18 UTC (rev 719364)
+++ PKGBUILD2020-10-06 16:47:25 UTC (rev 719365)
@@ -1,34 +0,0 @@
-# Maintainer: Morten Linderud 
-
-pkgname='jp2a'
-pkgver=1.1.0
-pkgrel=1
-pkgdesc='A small utility for converting JPG images to ASCII'
-arch=('i686' 'x86_64' 'armv7h')
-url='https://github.com/Talinx/jp2a/'
-license=('GPL')
-depends=('curl' 'libjpeg' 'libpng')
-makedepends=('doxygen' 'autoconf-archive')
-source=("${pkgname}-${pkgver}.tar.gz::https://github.com/Talinx/jp2a/archive/v${pkgver}.tar.gz;)
-sha256sums=('feedb8e49b34a24dd518b53d70c06ab2ce2fa6c2d3adb92caa9db61631dd9856')
-
-prepare(){
-  cd "${pkgname}-${pkgver}"
-  autoreconf -vi
-}
-
-build(){
-  cd "${pkgname}-${pkgver}"
-  ./configure --prefix='/usr'
-  make
-}
-
-check() {
-  cd "${pkgname}-${pkgver}"
-  make check
-}
-
-package(){
-  cd "${pkgname}-${pkgver}"
-  make DESTDIR="${pkgdir}" install
-}

Copied: jp2a/repos/community-x86_64/PKGBUILD (from rev 719364, 
jp2a/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2020-10-06 16:47:25 UTC (rev 719365)
@@ -0,0 +1,34 @@
+# Maintainer: Morten Linderud 
+
+pkgname='jp2a'
+pkgver=1.1.0
+pkgrel=1
+pkgdesc='A small utility for converting JPG images to ASCII'
+arch=('i686' 'x86_64' 'armv7h')
+url='https://github.com/Talinx/jp2a/'
+license=('GPL')
+depends=('curl' 'libjpeg' 'libpng')
+makedepends=('doxygen' 'autoconf-archive')
+source=("${pkgname}-${pkgver}.tar.gz::https://github.com/Talinx/jp2a/archive/v${pkgver}.tar.gz;)
+sha256sums=('feedb8e49b34a24dd518b53d70c06ab2ce2fa6c2d3adb92caa9db61631dd9856')
+
+prepare(){
+  cd "${pkgname}-${pkgver}"
+  autoreconf -vi
+}
+
+build(){
+  cd "${pkgname}-${pkgver}"
+  bashcompdir=/usr/share/bash-completion/completions ./configure 
--prefix='/usr'
+  make
+}
+
+check() {
+  cd "${pkgname}-${pkgver}"
+  make check
+}
+
+package(){
+  cd "${pkgname}-${pkgver}"
+  make DESTDIR="${pkgdir}" install
+}


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

2020-10-06 Thread Morten Linderud via arch-commits
Date: Tuesday, October 6, 2020 @ 16:47:18
  Author: foxboron
Revision: 719364

upgpkg: jp2a 1.1.0-1

Modified:
  jp2a/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2020-10-06 16:23:43 UTC (rev 719363)
+++ PKGBUILD2020-10-06 16:47:18 UTC (rev 719364)
@@ -19,7 +19,7 @@
 
 build(){
   cd "${pkgname}-${pkgver}"
-  ./configure --prefix='/usr'
+  bashcompdir=/usr/share/bash-completion/completions ./configure 
--prefix='/usr'
   make
 }
 


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

2020-10-06 Thread Morten Linderud via arch-commits
Date: Tuesday, October 6, 2020 @ 16:23:43
  Author: foxboron
Revision: 719363

archrelease: copy trunk to community-x86_64

Added:
  jp2a/repos/community-x86_64/PKGBUILD
(from rev 719362, jp2a/trunk/PKGBUILD)
Deleted:
  jp2a/repos/community-x86_64/PKGBUILD

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

Deleted: PKGBUILD
===
--- PKGBUILD2020-10-06 16:23:36 UTC (rev 719362)
+++ PKGBUILD2020-10-06 16:23:43 UTC (rev 719363)
@@ -1,33 +0,0 @@
-# Maintainer: Morten Linderud 
-
-pkgname='jp2a'
-pkgver=1.0.9
-pkgrel=1
-pkgdesc='A small utility for converting JPG images to ASCII'
-arch=('i686' 'x86_64' 'armv7h')
-url='https://github.com/cslarsen/jp2a'
-license=('GPL')
-depends=('curl' 'libjpeg')
-source=("${pkgname}-${pkgver}.tar.gz::https://github.com/Talinx/jp2a/archive/v${pkgver}.tar.gz;)
-sha256sums=('180790d4dae5dc5ac4b028531dc3905a1b1aa39a6a83ce145420026223d37b88')
-
-prepare(){
-  cd "${pkgname}-${pkgver}"
-  autoreconf -vi
-}
-
-build(){
-  cd "${pkgname}-${pkgver}"
-  ./configure --prefix='/usr'
-  make
-}
-
-check() {
-  cd "${pkgname}-${pkgver}"
-  make check
-}
-
-package(){
-  cd "${pkgname}-${pkgver}"
-  make DESTDIR="${pkgdir}" install
-}

Copied: jp2a/repos/community-x86_64/PKGBUILD (from rev 719362, 
jp2a/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2020-10-06 16:23:43 UTC (rev 719363)
@@ -0,0 +1,34 @@
+# Maintainer: Morten Linderud 
+
+pkgname='jp2a'
+pkgver=1.1.0
+pkgrel=1
+pkgdesc='A small utility for converting JPG images to ASCII'
+arch=('i686' 'x86_64' 'armv7h')
+url='https://github.com/Talinx/jp2a/'
+license=('GPL')
+depends=('curl' 'libjpeg' 'libpng')
+makedepends=('doxygen' 'autoconf-archive')
+source=("${pkgname}-${pkgver}.tar.gz::https://github.com/Talinx/jp2a/archive/v${pkgver}.tar.gz;)
+sha256sums=('feedb8e49b34a24dd518b53d70c06ab2ce2fa6c2d3adb92caa9db61631dd9856')
+
+prepare(){
+  cd "${pkgname}-${pkgver}"
+  autoreconf -vi
+}
+
+build(){
+  cd "${pkgname}-${pkgver}"
+  ./configure --prefix='/usr'
+  make
+}
+
+check() {
+  cd "${pkgname}-${pkgver}"
+  make check
+}
+
+package(){
+  cd "${pkgname}-${pkgver}"
+  make DESTDIR="${pkgdir}" install
+}


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

2020-10-06 Thread Morten Linderud via arch-commits
Date: Tuesday, October 6, 2020 @ 16:23:36
  Author: foxboron
Revision: 719362

upgpkg: jp2a 1.1.0-1

Modified:
  jp2a/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2020-10-06 15:49:03 UTC (rev 719361)
+++ PKGBUILD2020-10-06 16:23:36 UTC (rev 719362)
@@ -1,15 +1,16 @@
 # Maintainer: Morten Linderud 
 
 pkgname='jp2a'
-pkgver=1.0.9
+pkgver=1.1.0
 pkgrel=1
 pkgdesc='A small utility for converting JPG images to ASCII'
 arch=('i686' 'x86_64' 'armv7h')
-url='https://github.com/cslarsen/jp2a'
+url='https://github.com/Talinx/jp2a/'
 license=('GPL')
-depends=('curl' 'libjpeg')
+depends=('curl' 'libjpeg' 'libpng')
+makedepends=('doxygen' 'autoconf-archive')
 
source=("${pkgname}-${pkgver}.tar.gz::https://github.com/Talinx/jp2a/archive/v${pkgver}.tar.gz;)
-sha256sums=('180790d4dae5dc5ac4b028531dc3905a1b1aa39a6a83ce145420026223d37b88')
+sha256sums=('feedb8e49b34a24dd518b53d70c06ab2ce2fa6c2d3adb92caa9db61631dd9856')
 
 prepare(){
   cd "${pkgname}-${pkgver}"


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

2020-10-06 Thread Morten Linderud via arch-commits
Date: Tuesday, October 6, 2020 @ 14:48:39
  Author: foxboron
Revision: 719337

archrelease: copy trunk to community-x86_64

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

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

Deleted: PKGBUILD
===
--- PKGBUILD2020-10-06 14:48:32 UTC (rev 719336)
+++ PKGBUILD2020-10-06 14:48:39 UTC (rev 719337)
@@ -1,44 +0,0 @@
-# Maintainer: Morten Linderud 
-# Maintainer: Eli Schwartz 
-# Contributor: Richard Bradfield 
-
-pkgname=github-cli
-pkgver=1.0.0
-pkgrel=1
-pkgdesc="The GitHub CLI"
-arch=("x86_64")
-url="https://github.com/cli/cli;
-license=("MIT")
-depends=("glibc" "mailcap")
-makedepends=("go")
-optdepends=("git: To interact with repositories")
-source=("$pkgname-$pkgver.tar.gz::$url/archive/v$pkgver.tar.gz")
-sha256sums=('e3d1c341829f5b885dce9aa2bf4bc84db48072752250f6fdb2d62903caf07cfb')
-
-build() {
-cd "cli-$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"
-
-make GH_VERSION="v$pkgver" bin/gh manpages
-bin/gh completion -s bash | install -Dm644 /dev/stdin 
share/bash-completion/completions/gh
-bin/gh completion -s zsh | install -Dm644 /dev/stdin 
share/zsh/site-functions/_gh
-bin/gh completion -s fish | install -Dm644 /dev/stdin 
share/fish/vendor_completions.d/gh.fish
-}
-
-check(){
-cd "cli-$pkgver"
-make test
-}
-
-package() {
-cd "cli-$pkgver"
-install -Dm755 "bin/gh" "$pkgdir/usr/bin/gh"
-cp -r share/ "$pkgdir"/usr
-install -Dm644 "LICENSE" "$pkgdir/usr/share/licenses/$pkgname/LICENSE"
-install -Dm644 "README.md" "$pkgdir/usr/share/doc/$pkgname/README.md"
-}

Copied: github-cli/repos/community-x86_64/PKGBUILD (from rev 719336, 
github-cli/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2020-10-06 14:48:39 UTC (rev 719337)
@@ -0,0 +1,44 @@
+# Maintainer: Morten Linderud 
+# Maintainer: Eli Schwartz 
+# Contributor: Richard Bradfield 
+
+pkgname=github-cli
+pkgver=1.1.0
+pkgrel=1
+pkgdesc="The GitHub CLI"
+arch=("x86_64")
+url="https://github.com/cli/cli;
+license=("MIT")
+depends=("glibc" "mailcap")
+makedepends=("go")
+optdepends=("git: To interact with repositories")
+source=("$pkgname-$pkgver.tar.gz::$url/archive/v$pkgver.tar.gz")
+sha256sums=('3340bcec77dd9cbb5074399effc876cb7d759a235d24ea11253ad7b232b620a2')
+
+build() {
+cd "cli-$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"
+
+make GH_VERSION="v$pkgver" bin/gh manpages
+bin/gh completion -s bash | install -Dm644 /dev/stdin 
share/bash-completion/completions/gh
+bin/gh completion -s zsh | install -Dm644 /dev/stdin 
share/zsh/site-functions/_gh
+bin/gh completion -s fish | install -Dm644 /dev/stdin 
share/fish/vendor_completions.d/gh.fish
+}
+
+check(){
+cd "cli-$pkgver"
+make test
+}
+
+package() {
+cd "cli-$pkgver"
+install -Dm755 "bin/gh" "$pkgdir/usr/bin/gh"
+cp -r share/ "$pkgdir"/usr
+install -Dm644 "LICENSE" "$pkgdir/usr/share/licenses/$pkgname/LICENSE"
+install -Dm644 "README.md" "$pkgdir/usr/share/doc/$pkgname/README.md"
+}


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

2020-10-06 Thread Morten Linderud via arch-commits
Date: Tuesday, October 6, 2020 @ 14:48:32
  Author: foxboron
Revision: 719336

upgpkg: github-cli 1.1.0-1

Modified:
  github-cli/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2020-10-06 14:23:44 UTC (rev 719335)
+++ PKGBUILD2020-10-06 14:48:32 UTC (rev 719336)
@@ -3,7 +3,7 @@
 # Contributor: Richard Bradfield 
 
 pkgname=github-cli
-pkgver=1.0.0
+pkgver=1.1.0
 pkgrel=1
 pkgdesc="The GitHub CLI"
 arch=("x86_64")
@@ -13,7 +13,7 @@
 makedepends=("go")
 optdepends=("git: To interact with repositories")
 source=("$pkgname-$pkgver.tar.gz::$url/archive/v$pkgver.tar.gz")
-sha256sums=('e3d1c341829f5b885dce9aa2bf4bc84db48072752250f6fdb2d62903caf07cfb')
+sha256sums=('3340bcec77dd9cbb5074399effc876cb7d759a235d24ea11253ad7b232b620a2')
 
 build() {
 cd "cli-$pkgver"


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

2020-10-05 Thread Morten Linderud via arch-commits
Date: Monday, October 5, 2020 @ 17:36:34
  Author: foxboron
Revision: 718792

upgpkg: font-awesome 5.15.1-1

Modified:
  font-awesome/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2020-10-05 17:36:15 UTC (rev 718791)
+++ PKGBUILD2020-10-05 17:36:34 UTC (rev 718792)
@@ -3,7 +3,7 @@
 
 pkgbase=font-awesome
 pkgname=(ttf-font-awesome otf-font-awesome)
-pkgver=5.15.0
+pkgver=5.15.1
 pkgrel=1
 pkgdesc="Iconic font designed for Bootstrap"
 url="https://fontawesome.com/;
@@ -10,7 +10,7 @@
 license=('custom:OFL')
 arch=('any')
 
source=("$pkgname-$pkgver.tar.gz::https://github.com/FortAwesome/Font-Awesome/archive/$pkgver.tar.gz;)
-sha256sums=('93cd86e9b6662023f54329af401eee2eada64825d050e7a71eb9eebf6455880f')
+sha256sums=('f229f46cd6cabb6380c7c503772cb42ed19497da26a002005509388c8930e7e1')
 
 package_ttf-font-awesome() {
   cd "Font-Awesome-${pkgver}"


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

2020-10-05 Thread Morten Linderud via arch-commits
Date: Monday, October 5, 2020 @ 17:36:41
  Author: foxboron
Revision: 718793

archrelease: copy trunk to community-any

Added:
  font-awesome/repos/community-any/PKGBUILD
(from rev 718792, font-awesome/trunk/PKGBUILD)
Deleted:
  font-awesome/repos/community-any/PKGBUILD

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

Deleted: PKGBUILD
===
--- PKGBUILD2020-10-05 17:36:34 UTC (rev 718792)
+++ PKGBUILD2020-10-05 17:36:41 UTC (rev 718793)
@@ -1,27 +0,0 @@
-# Maintainer: Morten Linderud  
-# Contributor: Alad Wenter 

-
-pkgbase=font-awesome
-pkgname=(ttf-font-awesome otf-font-awesome)
-pkgver=5.15.0
-pkgrel=1
-pkgdesc="Iconic font designed for Bootstrap"
-url="https://fontawesome.com/;
-license=('custom:OFL')
-arch=('any')
-source=("$pkgname-$pkgver.tar.gz::https://github.com/FortAwesome/Font-Awesome/archive/$pkgver.tar.gz;)
-sha256sums=('93cd86e9b6662023f54329af401eee2eada64825d050e7a71eb9eebf6455880f')
-
-package_ttf-font-awesome() {
-  cd "Font-Awesome-${pkgver}"
-  install -Dm644 LICENSE.txt "$pkgdir/usr/share/licenses/$pkgname/LICENSE.txt"
-  install -d "$pkgdir/usr/share/fonts/TTF"
-  install -m644 ./webfonts/*.ttf "$pkgdir/usr/share/fonts/TTF"
-}
-
-package_otf-font-awesome() {
-  cd "Font-Awesome-${pkgver}"
-  install -Dm644 LICENSE.txt "$pkgdir/usr/share/licenses/$pkgname/LICENSE.txt"
-  install -d "$pkgdir/usr/share/fonts/OTF"
-  install -m644 ./otfs/*.otf "$pkgdir/usr/share/fonts/OTF"
-}

Copied: font-awesome/repos/community-any/PKGBUILD (from rev 718792, 
font-awesome/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2020-10-05 17:36:41 UTC (rev 718793)
@@ -0,0 +1,27 @@
+# Maintainer: Morten Linderud  
+# Contributor: Alad Wenter 

+
+pkgbase=font-awesome
+pkgname=(ttf-font-awesome otf-font-awesome)
+pkgver=5.15.1
+pkgrel=1
+pkgdesc="Iconic font designed for Bootstrap"
+url="https://fontawesome.com/;
+license=('custom:OFL')
+arch=('any')
+source=("$pkgname-$pkgver.tar.gz::https://github.com/FortAwesome/Font-Awesome/archive/$pkgver.tar.gz;)
+sha256sums=('f229f46cd6cabb6380c7c503772cb42ed19497da26a002005509388c8930e7e1')
+
+package_ttf-font-awesome() {
+  cd "Font-Awesome-${pkgver}"
+  install -Dm644 LICENSE.txt "$pkgdir/usr/share/licenses/$pkgname/LICENSE.txt"
+  install -d "$pkgdir/usr/share/fonts/TTF"
+  install -m644 ./webfonts/*.ttf "$pkgdir/usr/share/fonts/TTF"
+}
+
+package_otf-font-awesome() {
+  cd "Font-Awesome-${pkgver}"
+  install -Dm644 LICENSE.txt "$pkgdir/usr/share/licenses/$pkgname/LICENSE.txt"
+  install -d "$pkgdir/usr/share/fonts/OTF"
+  install -m644 ./otfs/*.otf "$pkgdir/usr/share/fonts/OTF"
+}


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

2020-10-05 Thread Morten Linderud via arch-commits
Date: Monday, October 5, 2020 @ 17:35:42
  Author: foxboron
Revision: 718789

archrelease: copy trunk to community-x86_64

Added:
  gopls/repos/community-x86_64/PKGBUILD
(from rev 718788, gopls/trunk/PKGBUILD)
Deleted:
  gopls/repos/community-x86_64/PKGBUILD

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

Deleted: PKGBUILD
===
--- PKGBUILD2020-10-05 17:35:35 UTC (rev 718788)
+++ PKGBUILD2020-10-05 17:35:42 UTC (rev 718789)
@@ -1,33 +0,0 @@
-# Maintainer: Morten Linderud 
-# Contributor: Chad Kunde 
-
-pkgname=gopls
-pkgver=0.5.0
-pkgrel=1
-pkgdesc='Language server for Go programming language'
-arch=(x86_64 aarch64 armv7h armv7l)
-url='https://github.com/golang/tools/tree/master/gopls'
-license=(BSD)
-depends=(glibc)
-makedepends=('git' 'go')
-source=("${pkgname}-${pkgver}.tar.gz::https://github.com/golang/tools/archive/gopls/v${pkgver}.tar.gz;)
-sha256sums=('1b5f80eb6da71afba18c7d4327d4913cfb9b6a0840ebb33006e3b9eccec12412')
-
-build() {
-  cd "tools-${pkgname}-v${pkgver}/${pkgname}"
-
-  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 -o "${pkgname}"
-}
-
-package() {
-  cd "tools-${pkgname}-v${pkgver}"
-  install -Dm755 "${pkgname}/${pkgname}" -t "${pkgdir}"/usr/bin/
-  install -Dm644 LICENSE -t "${pkgdir}/usr/share/licenses/${pkgname}/"
-}
-
-# vim: ts=2 sw=2 et:

Copied: gopls/repos/community-x86_64/PKGBUILD (from rev 718788, 
gopls/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2020-10-05 17:35:42 UTC (rev 718789)
@@ -0,0 +1,33 @@
+# Maintainer: Morten Linderud 
+# Contributor: Chad Kunde 
+
+pkgname=gopls
+pkgver=0.5.1
+pkgrel=1
+pkgdesc='Language server for Go programming language'
+arch=(x86_64 aarch64 armv7h armv7l)
+url='https://github.com/golang/tools/tree/master/gopls'
+license=(BSD)
+depends=(glibc)
+makedepends=('git' 'go')
+source=("${pkgname}-${pkgver}.tar.gz::https://github.com/golang/tools/archive/gopls/v${pkgver}.tar.gz;)
+sha256sums=('8e29dd44f9bc1e0e1dfc64035af5e7aa195b3c20b124606fc1b082315886d6e3')
+
+build() {
+  cd "tools-${pkgname}-v${pkgver}/${pkgname}"
+
+  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 -o "${pkgname}"
+}
+
+package() {
+  cd "tools-${pkgname}-v${pkgver}"
+  install -Dm755 "${pkgname}/${pkgname}" -t "${pkgdir}"/usr/bin/
+  install -Dm644 LICENSE -t "${pkgdir}/usr/share/licenses/${pkgname}/"
+}
+
+# vim: ts=2 sw=2 et:


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

2020-10-05 Thread Morten Linderud via arch-commits
Date: Monday, October 5, 2020 @ 17:35:35
  Author: foxboron
Revision: 718788

upgpkg: gopls 0.5.1-1

Modified:
  gopls/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2020-10-05 17:35:18 UTC (rev 718787)
+++ PKGBUILD2020-10-05 17:35:35 UTC (rev 718788)
@@ -2,7 +2,7 @@
 # Contributor: Chad Kunde 
 
 pkgname=gopls
-pkgver=0.5.0
+pkgver=0.5.1
 pkgrel=1
 pkgdesc='Language server for Go programming language'
 arch=(x86_64 aarch64 armv7h armv7l)
@@ -11,7 +11,7 @@
 depends=(glibc)
 makedepends=('git' 'go')
 
source=("${pkgname}-${pkgver}.tar.gz::https://github.com/golang/tools/archive/gopls/v${pkgver}.tar.gz;)
-sha256sums=('1b5f80eb6da71afba18c7d4327d4913cfb9b6a0840ebb33006e3b9eccec12412')
+sha256sums=('8e29dd44f9bc1e0e1dfc64035af5e7aa195b3c20b124606fc1b082315886d6e3')
 
 build() {
   cd "tools-${pkgname}-v${pkgver}/${pkgname}"


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

2020-10-02 Thread Morten Linderud via arch-commits
Date: Friday, October 2, 2020 @ 22:01:14
  Author: foxboron
Revision: 715757

upgpkg: python-reportlab 3.5.53-1

Modified:
  python-reportlab/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2020-10-02 22:01:11 UTC (rev 715756)
+++ PKGBUILD2020-10-02 22:01:14 UTC (rev 715757)
@@ -4,17 +4,17 @@
 
 _origname=reportlab
 pkgname=python-reportlab
-pkgver=3.5.52
+pkgver=3.5.53
 pkgrel=1
 pkgdesc="A proven industry-strength PDF generating solution"
 arch=('x86_64')
-url="https://bitbucket.org/rptlab/reportlab;
+url="https://www.reportlab.com/;
 depends=('freetype2')
 depends=('python' 'python-pip' 'python-pillow')
 makedepends=('freetype2' 'python-pillow' 'mercurial')
 license=('BSD')
 
source=(https://files.pythonhosted.org/packages/source/${_origname::1}/${_origname}/${_origname}-${pkgver}.tar.gz)
-sha256sums=('a5ad4696987fdb42d976093e1b1a585ec2ad42634b5ce94dbb71362dcc758afb')
+sha256sums=('49e32586d3a814a5f77407c0590504a72743ca278518b3c0f90182430f2d87af')
 
 build() {
 cd ${_origname}-${pkgver}


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

2020-10-02 Thread Morten Linderud via arch-commits
Date: Friday, October 2, 2020 @ 22:01:21
  Author: foxboron
Revision: 715758

archrelease: copy trunk to community-x86_64

Added:
  python-reportlab/repos/community-x86_64/PKGBUILD
(from rev 715757, python-reportlab/trunk/PKGBUILD)
Deleted:
  python-reportlab/repos/community-x86_64/ChangeLog
  python-reportlab/repos/community-x86_64/PKGBUILD

---+
 ChangeLog |   18 ---
 PKGBUILD  |   68 ++--
 2 files changed, 34 insertions(+), 52 deletions(-)

Deleted: ChangeLog
===
--- ChangeLog   2020-10-02 22:01:14 UTC (rev 715757)
+++ ChangeLog   2020-10-02 22:01:21 UTC (rev 715758)
@@ -1,18 +0,0 @@
-
-2009-02-17  Douglas Soares de Andrade  
-
-   * Updated for i686: 2.3
-
-2008-11-03  Giovanni Scafora   
-
-   * Rebuilt against python 2.6
-
-2008-09-14  Douglas Soares de Andrade  
-
-   * Updating for x86_64: 2.2
-
-2008-09-13  Douglas Soares de Andrade  
-
-   * Adding ChangeLog
-   * Updating for i686: 2.2
-

Deleted: PKGBUILD
===
--- PKGBUILD2020-10-02 22:01:14 UTC (rev 715757)
+++ PKGBUILD2020-10-02 22:01:21 UTC (rev 715758)
@@ -1,34 +0,0 @@
-# Maintainer: Morten Linderud 
-# Contributor: Angel 'angvp' Velasquez 
-# Contributor: William Rea 
-
-_origname=reportlab
-pkgname=python-reportlab
-pkgver=3.5.52
-pkgrel=1
-pkgdesc="A proven industry-strength PDF generating solution"
-arch=('x86_64')
-url="https://bitbucket.org/rptlab/reportlab;
-depends=('freetype2')
-depends=('python' 'python-pip' 'python-pillow')
-makedepends=('freetype2' 'python-pillow' 'mercurial')
-license=('BSD')
-source=(https://files.pythonhosted.org/packages/source/${_origname::1}/${_origname}/${_origname}-${pkgver}.tar.gz)
-sha256sums=('a5ad4696987fdb42d976093e1b1a585ec2ad42634b5ce94dbb71362dcc758afb')
-
-build() {
-cd ${_origname}-${pkgver}
-python setup.py build
-}
-
-check() {
-cd ${_origname}-${pkgver}
-python setup.py tests
-rm tests/_i_am_actually_a_*
-}
-
-package() {
-cd ${_origname}-${pkgver}
-python setup.py install --root="$pkgdir" --optimize=1 --skip-build
-install -D -m644 LICENSE.txt 
"$pkgdir"/usr/share/licenses/$pkgname/license.txt
-}

Copied: python-reportlab/repos/community-x86_64/PKGBUILD (from rev 715757, 
python-reportlab/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2020-10-02 22:01:21 UTC (rev 715758)
@@ -0,0 +1,34 @@
+# Maintainer: Morten Linderud 
+# Contributor: Angel 'angvp' Velasquez 
+# Contributor: William Rea 
+
+_origname=reportlab
+pkgname=python-reportlab
+pkgver=3.5.53
+pkgrel=1
+pkgdesc="A proven industry-strength PDF generating solution"
+arch=('x86_64')
+url="https://www.reportlab.com/;
+depends=('freetype2')
+depends=('python' 'python-pip' 'python-pillow')
+makedepends=('freetype2' 'python-pillow' 'mercurial')
+license=('BSD')
+source=(https://files.pythonhosted.org/packages/source/${_origname::1}/${_origname}/${_origname}-${pkgver}.tar.gz)
+sha256sums=('49e32586d3a814a5f77407c0590504a72743ca278518b3c0f90182430f2d87af')
+
+build() {
+cd ${_origname}-${pkgver}
+python setup.py build
+}
+
+check() {
+cd ${_origname}-${pkgver}
+python setup.py tests
+rm tests/_i_am_actually_a_*
+}
+
+package() {
+cd ${_origname}-${pkgver}
+python setup.py install --root="$pkgdir" --optimize=1 --skip-build
+install -D -m644 LICENSE.txt 
"$pkgdir"/usr/share/licenses/$pkgname/license.txt
+}


[arch-commits] Commit in python-reportlab/trunk (ChangeLog)

2020-10-02 Thread Morten Linderud via arch-commits
Date: Friday, October 2, 2020 @ 16:59:13
  Author: foxboron
Revision: 715512

Removed changelog

Deleted:
  python-reportlab/trunk/ChangeLog

---+
 ChangeLog |   18 --
 1 file changed, 18 deletions(-)

Deleted: ChangeLog
===
--- ChangeLog   2020-10-02 16:58:56 UTC (rev 715511)
+++ ChangeLog   2020-10-02 16:59:13 UTC (rev 715512)
@@ -1,18 +0,0 @@
-
-2009-02-17  Douglas Soares de Andrade  
-
-   * Updated for i686: 2.3
-
-2008-11-03  Giovanni Scafora   
-
-   * Rebuilt against python 2.6
-
-2008-09-14  Douglas Soares de Andrade  
-
-   * Updating for x86_64: 2.2
-
-2008-09-13  Douglas Soares de Andrade  
-
-   * Adding ChangeLog
-   * Updating for i686: 2.2
-


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

2020-10-02 Thread Morten Linderud via arch-commits
Date: Friday, October 2, 2020 @ 16:58:56
  Author: foxboron
Revision: 715511

archrelease: copy trunk to community-x86_64

Added:
  python-reportlab/repos/community-x86_64/ChangeLog
(from rev 715510, python-reportlab/trunk/ChangeLog)
  python-reportlab/repos/community-x86_64/PKGBUILD
(from rev 715510, python-reportlab/trunk/PKGBUILD)
Deleted:
  python-reportlab/repos/community-x86_64/ChangeLog
  python-reportlab/repos/community-x86_64/PKGBUILD

---+
 ChangeLog |   36 +++
 PKGBUILD  |   68 ++--
 2 files changed, 52 insertions(+), 52 deletions(-)

Deleted: ChangeLog
===
--- ChangeLog   2020-10-02 16:57:35 UTC (rev 715510)
+++ ChangeLog   2020-10-02 16:58:56 UTC (rev 715511)
@@ -1,18 +0,0 @@
-
-2009-02-17  Douglas Soares de Andrade  
-
-   * Updated for i686: 2.3
-
-2008-11-03  Giovanni Scafora   
-
-   * Rebuilt against python 2.6
-
-2008-09-14  Douglas Soares de Andrade  
-
-   * Updating for x86_64: 2.2
-
-2008-09-13  Douglas Soares de Andrade  
-
-   * Adding ChangeLog
-   * Updating for i686: 2.2
-

Copied: python-reportlab/repos/community-x86_64/ChangeLog (from rev 715510, 
python-reportlab/trunk/ChangeLog)
===
--- ChangeLog   (rev 0)
+++ ChangeLog   2020-10-02 16:58:56 UTC (rev 715511)
@@ -0,0 +1,18 @@
+
+2009-02-17  Douglas Soares de Andrade  
+
+   * Updated for i686: 2.3
+
+2008-11-03  Giovanni Scafora   
+
+   * Rebuilt against python 2.6
+
+2008-09-14  Douglas Soares de Andrade  
+
+   * Updating for x86_64: 2.2
+
+2008-09-13  Douglas Soares de Andrade  
+
+   * Adding ChangeLog
+   * Updating for i686: 2.2
+

Deleted: PKGBUILD
===
--- PKGBUILD2020-10-02 16:57:35 UTC (rev 715510)
+++ PKGBUILD2020-10-02 16:58:56 UTC (rev 715511)
@@ -1,34 +0,0 @@
-# Maintainer: Morten Linderud 
-# Contributor: Angel 'angvp' Velasquez 
-# Contributor: William Rea 
-
-_origname=reportlab
-pkgname=python-reportlab
-pkgver=3.5.51
-pkgrel=1
-pkgdesc="A proven industry-strength PDF generating solution"
-arch=('x86_64')
-url="https://bitbucket.org/rptlab/reportlab;
-depends=('freetype2')
-depends=('python' 'python-pip' 'python-pillow')
-makedepends=('freetype2' 'python-pillow' 'mercurial')
-license=('BSD')
-source=(https://files.pythonhosted.org/packages/source/${_origname::1}/${_origname}/${_origname}-${pkgver}.tar.gz)
-sha256sums=('bd1ed4d8a064e7372d46b7a23774d984c024d8bb0c2ff3283d5213749b9ffa1c')
-
-build() {
-cd ${_origname}-${pkgver}
-python setup.py build
-}
-
-check() {
-cd ${_origname}-${pkgver}
-python setup.py tests
-rm tests/_i_am_actually_a_*
-}
-
-package() {
-cd ${_origname}-${pkgver}
-python setup.py install --root="$pkgdir" --optimize=1 --skip-build
-install -D -m644 LICENSE.txt 
"$pkgdir"/usr/share/licenses/$pkgname/license.txt
-}

Copied: python-reportlab/repos/community-x86_64/PKGBUILD (from rev 715510, 
python-reportlab/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2020-10-02 16:58:56 UTC (rev 715511)
@@ -0,0 +1,34 @@
+# Maintainer: Morten Linderud 
+# Contributor: Angel 'angvp' Velasquez 
+# Contributor: William Rea 
+
+_origname=reportlab
+pkgname=python-reportlab
+pkgver=3.5.52
+pkgrel=1
+pkgdesc="A proven industry-strength PDF generating solution"
+arch=('x86_64')
+url="https://bitbucket.org/rptlab/reportlab;
+depends=('freetype2')
+depends=('python' 'python-pip' 'python-pillow')
+makedepends=('freetype2' 'python-pillow' 'mercurial')
+license=('BSD')
+source=(https://files.pythonhosted.org/packages/source/${_origname::1}/${_origname}/${_origname}-${pkgver}.tar.gz)
+sha256sums=('a5ad4696987fdb42d976093e1b1a585ec2ad42634b5ce94dbb71362dcc758afb')
+
+build() {
+cd ${_origname}-${pkgver}
+python setup.py build
+}
+
+check() {
+cd ${_origname}-${pkgver}
+python setup.py tests
+rm tests/_i_am_actually_a_*
+}
+
+package() {
+cd ${_origname}-${pkgver}
+python setup.py install --root="$pkgdir" --optimize=1 --skip-build
+install -D -m644 LICENSE.txt 
"$pkgdir"/usr/share/licenses/$pkgname/license.txt
+}


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

2020-10-02 Thread Morten Linderud via arch-commits
Date: Friday, October 2, 2020 @ 16:57:35
  Author: foxboron
Revision: 715510

upgpkg: python-reportlab 3.5.52-1

Modified:
  python-reportlab/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2020-10-02 16:55:47 UTC (rev 715509)
+++ PKGBUILD2020-10-02 16:57:35 UTC (rev 715510)
@@ -4,7 +4,7 @@
 
 _origname=reportlab
 pkgname=python-reportlab
-pkgver=3.5.51
+pkgver=3.5.52
 pkgrel=1
 pkgdesc="A proven industry-strength PDF generating solution"
 arch=('x86_64')
@@ -14,7 +14,7 @@
 makedepends=('freetype2' 'python-pillow' 'mercurial')
 license=('BSD')
 
source=(https://files.pythonhosted.org/packages/source/${_origname::1}/${_origname}/${_origname}-${pkgver}.tar.gz)
-sha256sums=('bd1ed4d8a064e7372d46b7a23774d984c024d8bb0c2ff3283d5213749b9ffa1c')
+sha256sums=('a5ad4696987fdb42d976093e1b1a585ec2ad42634b5ce94dbb71362dcc758afb')
 
 build() {
 cd ${_origname}-${pkgver}


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

2020-10-02 Thread Morten Linderud via arch-commits
Date: Friday, October 2, 2020 @ 16:55:44
  Author: foxboron
Revision: 715508

archrelease: copy trunk to community-x86_64

Added:
  buildah/repos/community-x86_64/PKGBUILD
(from rev 715507, buildah/trunk/PKGBUILD)
Deleted:
  buildah/repos/community-x86_64/PKGBUILD

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

Deleted: PKGBUILD
===
--- PKGBUILD2020-10-02 16:55:37 UTC (rev 715507)
+++ PKGBUILD2020-10-02 16:55:44 UTC (rev 715508)
@@ -1,37 +0,0 @@
-# Maintainer: Bartłomiej Piotrowski 
-# Maintainer: Morten Linderud 
-
-pkgname=buildah
-pkgver=1.16.2
-pkgrel=1
-pkgdesc="A tool which facilitates building OCI images"
-arch=(x86_64)
-url="https://github.com/containers/buildah;
-license=(Apache)
-depends=(runc skopeo slirp4netns)
-makedepends=(go git bash-bats btrfs-progs device-mapper gpgme libassuan
- bzip2 go-md2man runc skopeo systemd)
-_commit=2a1255f2a6478fa3f9f397233e3cf648737ff617#refs/tags/v1.16.2
-source=(git+https://github.com/containers/buildah.git#commit=$_commit)
-md5sums=('SKIP')
-
-pkgver() {
-  cd buildah
-  git describe --tags | sed 's/^[vV]//;s/-/+/g'
-}
-
-build() {
-  cd $pkgname 
-  export GOFLAGS="-buildmode=pie -trimpath"
-  export CGO_LDFLAGS="${LDFLAGS}"
-  export CGO_CFLAGS="${CFLAGS}"
-  export CGO_CPPFLAGS="${CPPFLAGS}"
-  export CGO_CXXFLAGS="${CXXFLAGS}"
-  make PREFIX=/usr BUILDTAGS="containers_image_ostree_stub seccomp"
-}
-
-package() {
-  cd $pkgname
-  make DESTDIR="$pkgdir" PREFIX=usr install install.completions
-  install -Dm644 LICENSE "$pkgdir/usr/share/licenses/$pkgname/LICENSE"
-}

Copied: buildah/repos/community-x86_64/PKGBUILD (from rev 715507, 
buildah/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2020-10-02 16:55:44 UTC (rev 715508)
@@ -0,0 +1,37 @@
+# Maintainer: Bartłomiej Piotrowski 
+# Maintainer: Morten Linderud 
+
+pkgname=buildah
+pkgver=1.16.4
+pkgrel=1
+pkgdesc="A tool which facilitates building OCI images"
+arch=(x86_64)
+url="https://github.com/containers/buildah;
+license=(Apache)
+depends=(runc skopeo slirp4netns)
+makedepends=(go git bash-bats btrfs-progs device-mapper gpgme libassuan
+ bzip2 go-md2man runc skopeo systemd)
+_commit=ce52b4dd4e977fb63afa4a96dd9effca9467e708#refs/tags/v1.16.4
+source=(git+https://github.com/containers/buildah.git#commit=$_commit)
+md5sums=('SKIP')
+
+pkgver() {
+  cd buildah
+  git describe --tags | sed 's/^[vV]//;s/-/+/g'
+}
+
+build() {
+  cd $pkgname 
+  export GOFLAGS="-buildmode=pie -trimpath"
+  export CGO_LDFLAGS="${LDFLAGS}"
+  export CGO_CFLAGS="${CFLAGS}"
+  export CGO_CPPFLAGS="${CPPFLAGS}"
+  export CGO_CXXFLAGS="${CXXFLAGS}"
+  make PREFIX=/usr BUILDTAGS="containers_image_ostree_stub seccomp"
+}
+
+package() {
+  cd $pkgname
+  make DESTDIR="$pkgdir" PREFIX=usr install install.completions
+  install -Dm644 LICENSE "$pkgdir/usr/share/licenses/$pkgname/LICENSE"
+}


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

2020-10-02 Thread Morten Linderud via arch-commits
Date: Friday, October 2, 2020 @ 16:55:37
  Author: foxboron
Revision: 715507

upgpkg: buildah 1.16.4-1

Modified:
  buildah/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2020-10-02 16:51:39 UTC (rev 715506)
+++ PKGBUILD2020-10-02 16:55:37 UTC (rev 715507)
@@ -2,7 +2,7 @@
 # Maintainer: Morten Linderud 
 
 pkgname=buildah
-pkgver=1.16.2
+pkgver=1.16.4
 pkgrel=1
 pkgdesc="A tool which facilitates building OCI images"
 arch=(x86_64)
@@ -11,7 +11,7 @@
 depends=(runc skopeo slirp4netns)
 makedepends=(go git bash-bats btrfs-progs device-mapper gpgme libassuan
  bzip2 go-md2man runc skopeo systemd)
-_commit=2a1255f2a6478fa3f9f397233e3cf648737ff617#refs/tags/v1.16.2
+_commit=ce52b4dd4e977fb63afa4a96dd9effca9467e708#refs/tags/v1.16.4
 source=(git+https://github.com/containers/buildah.git#commit=$_commit)
 md5sums=('SKIP')
 


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

2020-10-02 Thread Morten Linderud via arch-commits
Date: Friday, October 2, 2020 @ 16:51:29
  Author: foxboron
Revision: 715505

upgpkg: influxdb 1.8.3-1

Modified:
  influxdb/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2020-10-02 16:43:26 UTC (rev 715504)
+++ PKGBUILD2020-10-02 16:51:29 UTC (rev 715505)
@@ -6,7 +6,7 @@
 # Contributor: Ben Alex 
 
 pkgname=influxdb
-pkgver=1.8.2
+pkgver=1.8.3
 pkgrel=1
 pkgdesc='Scalable datastore for metrics, events, and real-time analytics'
 arch=('x86_64')
@@ -19,7 +19,7 @@
 
"fix-go115.patch::https://github.com/influxdata/influxdb/commit/3a03ad500a4b2bba65a4af74995ad54e88de7210.patch;
 "influxdb.sysusers"
 "influxdb.tmpfiles")
-sha256sums=('59ee1d3bc591d932acad918f3a46b07207beed9c0e717ee28da8c9565e646eda'
+sha256sums=('d8b89e324ed7343c1397124ac3cc68c405406faf74e7369e733611cada54656d'
 '2812f5cd31bdf6b9f587d471c249fb90ea58c4000ce52e3b91de7b17ca74dc7d'
 '616ce43eebc1cbbe5d6376dd6306ffddc3aa1ab0cd396e1b9918ae43e6a27572'
 '809cca823ae3027984bc7ace70db75753d7d0d4f6658a36db9d94a33054ca5e9'


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

2020-10-02 Thread Morten Linderud via arch-commits
Date: Friday, October 2, 2020 @ 16:51:39
  Author: foxboron
Revision: 715506

archrelease: copy trunk to community-x86_64

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

---+
 PKGBUILD  |  158 ++--
 influxdb.sysusers |2 
 influxdb.tmpfiles |8 +-
 3 files changed, 84 insertions(+), 84 deletions(-)

Deleted: PKGBUILD
===
--- PKGBUILD2020-10-02 16:51:29 UTC (rev 715505)
+++ PKGBUILD2020-10-02 16:51:39 UTC (rev 715506)
@@ -1,79 +0,0 @@
-# Maintainer: Morten Linderud 
-# Contributor: Nicolas Leclercq 
-# Contributor: Adam S Levy 
-# Contributor: Charles B. Johnson 
-# Contributor: Daichi Shinozaki 
-# Contributor: Ben Alex 
-
-pkgname=influxdb
-pkgver=1.8.2
-pkgrel=1
-pkgdesc='Scalable datastore for metrics, events, and real-time analytics'
-arch=('x86_64')
-url='https://github.com/InfluxData/influxdb'
-license=('MIT')
-makedepends=('go' 'git' 'asciidoc' 'xmlto' 'dep')
-backup=('etc/influxdb/influxdb.conf')
-source=("$pkgname-$pkgver.tar.gz::https://github.com/influxdata/influxdb/archive/v${pkgver}.tar.gz;
-
"fix-go114.patch::https://github.com/Foxboron/influxdb/commit/f8453b48862b50fe44021e320332f75e32457f29.patch;
-
"fix-go115.patch::https://github.com/influxdata/influxdb/commit/3a03ad500a4b2bba65a4af74995ad54e88de7210.patch;
-"influxdb.sysusers"
-"influxdb.tmpfiles")
-sha256sums=('59ee1d3bc591d932acad918f3a46b07207beed9c0e717ee28da8c9565e646eda'
-'2812f5cd31bdf6b9f587d471c249fb90ea58c4000ce52e3b91de7b17ca74dc7d'
-'616ce43eebc1cbbe5d6376dd6306ffddc3aa1ab0cd396e1b9918ae43e6a27572'
-'809cca823ae3027984bc7ace70db75753d7d0d4f6658a36db9d94a33054ca5e9'
-'e2aa59413a6204737383b86cedefd866d7073f56ace5b89aad38c530cc86e60c')
-prepare() {
-  cd "${pkgname}-${pkgver}"
-  patch -Np1 < "$srcdir/fix-go114.patch"
-  patch -Np1 < "$srcdir/fix-go115.patch"
-  mkdir -p build
-}
-
-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 -X main.version=$pkgver -X main.branch=master"
-  go build -v -ldflags="$_LDFLAGS" -o build ./cmd/...
-  cd "man"
-  make
-}
-
-check(){
-  cd "$pkgname-$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 test ./...
-}
-
-package(){
-  cd "$pkgname-$pkgver"
-
-  install -Dm644 ../influxdb.sysusers 
"$pkgdir/usr/lib/sysusers.d/influxdb.conf"
-  install -Dm644 ../influxdb.tmpfiles 
"$pkgdir/usr/lib/tmpfiles.d/influxdb.conf"
-
-  install -d "$pkgdir/usr/bin/"
-  install -Dm755 build/influx "$pkgdir/usr/bin/"
-  install -Dm755 build/influxd"$pkgdir/usr/bin/"
-  install -Dm755 build/influx_inspect "$pkgdir/usr/bin/"
-  install -Dm755 build/influx_stress  "$pkgdir/usr/bin/"
-  install -Dm755 build/influx_tools   "$pkgdir/usr/bin/"
-  install -Dm755 build/influx_tsm "$pkgdir/usr/bin/"
-  # install -Dm755 store  "$pkgdir/usr/bin/"
-
-  install -Dm644 scripts/influxdb.service 
"$pkgdir/usr/lib/systemd/system/influxdb.service"
-  install -Dm644 etc/config.sample.toml   "$pkgdir/etc/influxdb/influxdb.conf"
-  install -Dm644 LICENSE  
"$pkgdir/usr/share/licenses/influxdb/LICENSE"
-
-  # Install man pages
-  install -d "$pkgdir/usr/share/man/man1"
-  install -Dm644 man/*.1 "$pkgdir/usr/share/man/man1/"
-}

Copied: influxdb/repos/community-x86_64/PKGBUILD (from rev 715505, 
influxdb/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2020-10-02 16:51:39 UTC (rev 715506)
@@ -0,0 +1,79 @@
+# Maintainer: Morten Linderud 
+# Contributor: Nicolas Leclercq 
+# Contributor: Adam S Levy 
+# Contributor: Charles B. Johnson 
+# Contributor: Daichi Shinozaki 
+# Contributor: Ben Alex 
+
+pkgname=influxdb
+pkgver=1.8.3
+pkgrel=1
+pkgdesc='Scalable datastore for metrics, events, and real-time analytics'
+arch=('x86_64')
+url='https://github.com/InfluxData/influxdb'
+license=('MIT')
+makedepends=('go' 'git' 'asciidoc' 'xmlto' 'dep')
+backup=('etc/influxdb/influxdb.conf')

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

2020-10-02 Thread Morten Linderud via arch-commits
Date: Friday, October 2, 2020 @ 16:43:26
  Author: foxboron
Revision: 715504

archrelease: copy trunk to community-x86_64

Added:
  toolbox/repos/community-x86_64/PKGBUILD
(from rev 715503, toolbox/trunk/PKGBUILD)
Deleted:
  toolbox/repos/community-x86_64/PKGBUILD

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

Deleted: PKGBUILD
===
--- PKGBUILD2020-10-02 16:43:18 UTC (rev 715503)
+++ PKGBUILD2020-10-02 16:43:26 UTC (rev 715504)
@@ -1,39 +0,0 @@
-# Maintainer: Bartłomiej Piotrowski 
-# Maintainer: Morten Linderud 
-
-pkgname=toolbox
-pkgver=0.0.95
-pkgrel=2
-pkgdesc='Unprivileged development environment'
-arch=(x86_64)
-url='https://github.com/containers/toolbox'
-license=(APACHE)
-depends=(podman bash)
-makedepends=(go shellcheck go-md2man bash-completion ninja git meson)
-_commit=b3f0a50652ededa49fdcb73ca7a343beed9538bb#refs/tags/0.0.95^{}
-source=("git+$url#commit=$_commit")
-sha256sums=('SKIP')
-
-prepare() {
-  cd toolbox
-  git cherry-pick -n 9840ca55a126b332f45f3fc9fbb22552e1fe2d3f
-}
-
-pkgver() {
-  cd toolbox
-  git describe --tags | sed 's/\([^-]*-g\)/r\1/;s/-/./g'
-}
-
-build() {
-  export GOFLAGS="-buildmode=pie -trimpath -mod=readonly -modcacherw"
-  export CGO_LDFLAGS="${LDFLAGS}"
-  export CGO_CFLAGS="${CFLAGS}"
-  export CGO_CPPFLAGS="${CPPFLAGS}"
-  export CGO_CXXFLAGS="${CXXFLAGS}"
-  arch-meson toolbox build -D profile_dir=/etc/profile.d
-  ninja -C build
-}
-
-package() {
-  DESTDIR="$pkgdir" ninja -C build install
-}

Copied: toolbox/repos/community-x86_64/PKGBUILD (from rev 715503, 
toolbox/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2020-10-02 16:43:26 UTC (rev 715504)
@@ -0,0 +1,34 @@
+# Maintainer: Bartłomiej Piotrowski 
+# Maintainer: Morten Linderud 
+
+pkgname=toolbox
+pkgver=0.0.96
+pkgrel=1
+pkgdesc='Unprivileged development environment'
+arch=(x86_64)
+url='https://github.com/containers/toolbox'
+license=(APACHE)
+depends=(podman bash flatpak)
+makedepends=(go shellcheck go-md2man bash-completion ninja git meson)
+_commit=03c69894dffae348e6b24086af298e4f5036a89a   #refs/tags/0.0.96^{}
+source=("git+$url#commit=$_commit")
+sha256sums=('SKIP')
+
+pkgver() {
+  cd toolbox
+  git describe --tags | sed 's/\([^-]*-g\)/r\1/;s/-/./g'
+}
+
+build() {
+  export GOFLAGS="-buildmode=pie -trimpath -mod=readonly -modcacherw"
+  export CGO_LDFLAGS="${LDFLAGS}"
+  export CGO_CFLAGS="${CFLAGS}"
+  export CGO_CPPFLAGS="${CPPFLAGS}"
+  export CGO_CXXFLAGS="${CXXFLAGS}"
+  arch-meson toolbox build -D profile_dir=/etc/profile.d
+  ninja -C build
+}
+
+package() {
+  DESTDIR="$pkgdir" ninja -C build install
+}


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

2020-10-02 Thread Morten Linderud via arch-commits
Date: Friday, October 2, 2020 @ 16:43:18
  Author: foxboron
Revision: 715503

upgpkg: toolbox 0.0.96-1 - FS#68066 Added flatpak dependency

Modified:
  toolbox/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2020-10-02 16:10:32 UTC (rev 715502)
+++ PKGBUILD2020-10-02 16:43:18 UTC (rev 715503)
@@ -2,23 +2,18 @@
 # Maintainer: Morten Linderud 
 
 pkgname=toolbox
-pkgver=0.0.95
-pkgrel=2
+pkgver=0.0.96
+pkgrel=1
 pkgdesc='Unprivileged development environment'
 arch=(x86_64)
 url='https://github.com/containers/toolbox'
 license=(APACHE)
-depends=(podman bash)
+depends=(podman bash flatpak)
 makedepends=(go shellcheck go-md2man bash-completion ninja git meson)
-_commit=b3f0a50652ededa49fdcb73ca7a343beed9538bb#refs/tags/0.0.95^{}
+_commit=03c69894dffae348e6b24086af298e4f5036a89a   #refs/tags/0.0.96^{}
 source=("git+$url#commit=$_commit")
 sha256sums=('SKIP')
 
-prepare() {
-  cd toolbox
-  git cherry-pick -n 9840ca55a126b332f45f3fc9fbb22552e1fe2d3f
-}
-
 pkgver() {
   cd toolbox
   git describe --tags | sed 's/\([^-]*-g\)/r\1/;s/-/./g'


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

2020-10-02 Thread Morten Linderud via arch-commits
Date: Friday, October 2, 2020 @ 15:08:32
  Author: foxboron
Revision: 715494

upgpkg: neofetch 7.1.0-2 - rm unneeded optdepend

Modified:
  neofetch/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2020-10-02 15:08:28 UTC (rev 715493)
+++ PKGBUILD2020-10-02 15:08:32 UTC (rev 715494)
@@ -3,7 +3,7 @@
 
 pkgname=neofetch
 pkgver=7.1.0
-pkgrel=1
+pkgrel=2
 pkgdesc="A CLI system information tool written in BASH that supports 
displaying images."
 arch=('any')
 url="https://github.com/dylanaraps/neofetch;
@@ -18,7 +18,6 @@
   'jp2a: Display Images'
   'libcaca: Display Images'
   'nitrogen: Wallpaper Display'
-  'pacman-contrib: Display package count'
   'w3m: Display Images'
   'xdotool: See 
https://github.com/dylanaraps/neofetch/wiki/Images-in-the-terminal'
   'xorg-xdpyinfo: Resolution detection (Single Monitor)'


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

2020-10-02 Thread Morten Linderud via arch-commits
Date: Friday, October 2, 2020 @ 15:08:39
  Author: foxboron
Revision: 715495

archrelease: copy trunk to community-any

Added:
  neofetch/repos/community-any/PKGBUILD
(from rev 715494, neofetch/trunk/PKGBUILD)
Deleted:
  neofetch/repos/community-any/PKGBUILD

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

Deleted: PKGBUILD
===
--- PKGBUILD2020-10-02 15:08:32 UTC (rev 715494)
+++ PKGBUILD2020-10-02 15:08:39 UTC (rev 715495)
@@ -1,36 +0,0 @@
-# Maintainer: Morten Linderud 
-# Contributor: Dylan Araps 
-
-pkgname=neofetch
-pkgver=7.1.0
-pkgrel=1
-pkgdesc="A CLI system information tool written in BASH that supports 
displaying images."
-arch=('any')
-url="https://github.com/dylanaraps/neofetch;
-license=('MIT')
-depends=('bash')
-backup=('etc/neofetch/config.conf')
-optdepends=(
-  'catimg: Display Images'
-  'chafa: Image to text support'
-  'feh: Wallpaper Display'
-  'imagemagick: Image cropping / Thumbnail creation / Take a screenshot'
-  'jp2a: Display Images'
-  'libcaca: Display Images'
-  'nitrogen: Wallpaper Display'
-  'pacman-contrib: Display package count'
-  'w3m: Display Images'
-  'xdotool: See 
https://github.com/dylanaraps/neofetch/wiki/Images-in-the-terminal'
-  'xorg-xdpyinfo: Resolution detection (Single Monitor)'
-  'xorg-xprop: Desktop Environment and Window Manager'
-  'xorg-xrandr: Resolution detection (Multi Monitor + Refresh rates)'
-  'xorg-xwininfo: See 
https://github.com/dylanaraps/neofetch/wiki/Images-in-the-terminal'
-)
-source=("${pkgname}-${pkgver}.tar.gz::https://github.com/dylanaraps/neofetch/archive/${pkgver}.tar.gz;)
-sha256sums=('58a95e6b714e41efc804eca389a223309169b2def35e57fa934482a6b47c27e7')
-
-package() {
-  cd "${pkgname}-${pkgver}/"
-  make DESTDIR="$pkgdir" install
-  install -Dm644 LICENSE.md 
"${pkgdir}/usr/share/licenses/${pkgname}/LICENSE.md"
-}

Copied: neofetch/repos/community-any/PKGBUILD (from rev 715494, 
neofetch/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2020-10-02 15:08:39 UTC (rev 715495)
@@ -0,0 +1,35 @@
+# Maintainer: Morten Linderud 
+# Contributor: Dylan Araps 
+
+pkgname=neofetch
+pkgver=7.1.0
+pkgrel=2
+pkgdesc="A CLI system information tool written in BASH that supports 
displaying images."
+arch=('any')
+url="https://github.com/dylanaraps/neofetch;
+license=('MIT')
+depends=('bash')
+backup=('etc/neofetch/config.conf')
+optdepends=(
+  'catimg: Display Images'
+  'chafa: Image to text support'
+  'feh: Wallpaper Display'
+  'imagemagick: Image cropping / Thumbnail creation / Take a screenshot'
+  'jp2a: Display Images'
+  'libcaca: Display Images'
+  'nitrogen: Wallpaper Display'
+  'w3m: Display Images'
+  'xdotool: See 
https://github.com/dylanaraps/neofetch/wiki/Images-in-the-terminal'
+  'xorg-xdpyinfo: Resolution detection (Single Monitor)'
+  'xorg-xprop: Desktop Environment and Window Manager'
+  'xorg-xrandr: Resolution detection (Multi Monitor + Refresh rates)'
+  'xorg-xwininfo: See 
https://github.com/dylanaraps/neofetch/wiki/Images-in-the-terminal'
+)
+source=("${pkgname}-${pkgver}.tar.gz::https://github.com/dylanaraps/neofetch/archive/${pkgver}.tar.gz;)
+sha256sums=('58a95e6b714e41efc804eca389a223309169b2def35e57fa934482a6b47c27e7')
+
+package() {
+  cd "${pkgname}-${pkgver}/"
+  make DESTDIR="$pkgdir" install
+  install -Dm644 LICENSE.md 
"${pkgdir}/usr/share/licenses/${pkgname}/LICENSE.md"
+}


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

2020-09-29 Thread Morten Linderud via arch-commits
Date: Tuesday, September 29, 2020 @ 14:44:13
  Author: foxboron
Revision: 713716

upgpkg: font-awesome 5.15.0-1

Modified:
  font-awesome/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2020-09-29 14:23:58 UTC (rev 713715)
+++ PKGBUILD2020-09-29 14:44:13 UTC (rev 713716)
@@ -3,7 +3,7 @@
 
 pkgbase=font-awesome
 pkgname=(ttf-font-awesome otf-font-awesome)
-pkgver=5.14.0
+pkgver=5.15.0
 pkgrel=1
 pkgdesc="Iconic font designed for Bootstrap"
 url="https://fontawesome.com/;
@@ -10,7 +10,7 @@
 license=('custom:OFL')
 arch=('any')
 
source=("$pkgname-$pkgver.tar.gz::https://github.com/FortAwesome/Font-Awesome/archive/$pkgver.tar.gz;)
-sha256sums=('706a5bec081feaf06669bd57c40a8e452765b7bc4103c72635627cf57fe656d0')
+sha256sums=('93cd86e9b6662023f54329af401eee2eada64825d050e7a71eb9eebf6455880f')
 
 package_ttf-font-awesome() {
   cd "Font-Awesome-${pkgver}"


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

2020-09-29 Thread Morten Linderud via arch-commits
Date: Tuesday, September 29, 2020 @ 14:44:21
  Author: foxboron
Revision: 713717

archrelease: copy trunk to community-any

Added:
  font-awesome/repos/community-any/PKGBUILD
(from rev 713716, font-awesome/trunk/PKGBUILD)
Deleted:
  font-awesome/repos/community-any/PKGBUILD

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

Deleted: PKGBUILD
===
--- PKGBUILD2020-09-29 14:44:13 UTC (rev 713716)
+++ PKGBUILD2020-09-29 14:44:21 UTC (rev 713717)
@@ -1,27 +0,0 @@
-# Maintainer: Morten Linderud  
-# Contributor: Alad Wenter 

-
-pkgbase=font-awesome
-pkgname=(ttf-font-awesome otf-font-awesome)
-pkgver=5.14.0
-pkgrel=1
-pkgdesc="Iconic font designed for Bootstrap"
-url="https://fontawesome.com/;
-license=('custom:OFL')
-arch=('any')
-source=("$pkgname-$pkgver.tar.gz::https://github.com/FortAwesome/Font-Awesome/archive/$pkgver.tar.gz;)
-sha256sums=('706a5bec081feaf06669bd57c40a8e452765b7bc4103c72635627cf57fe656d0')
-
-package_ttf-font-awesome() {
-  cd "Font-Awesome-${pkgver}"
-  install -Dm644 LICENSE.txt "$pkgdir/usr/share/licenses/$pkgname/LICENSE.txt"
-  install -d "$pkgdir/usr/share/fonts/TTF"
-  install -m644 ./webfonts/*.ttf "$pkgdir/usr/share/fonts/TTF"
-}
-
-package_otf-font-awesome() {
-  cd "Font-Awesome-${pkgver}"
-  install -Dm644 LICENSE.txt "$pkgdir/usr/share/licenses/$pkgname/LICENSE.txt"
-  install -d "$pkgdir/usr/share/fonts/OTF"
-  install -m644 ./otfs/*.otf "$pkgdir/usr/share/fonts/OTF"
-}

Copied: font-awesome/repos/community-any/PKGBUILD (from rev 713716, 
font-awesome/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2020-09-29 14:44:21 UTC (rev 713717)
@@ -0,0 +1,27 @@
+# Maintainer: Morten Linderud  
+# Contributor: Alad Wenter 

+
+pkgbase=font-awesome
+pkgname=(ttf-font-awesome otf-font-awesome)
+pkgver=5.15.0
+pkgrel=1
+pkgdesc="Iconic font designed for Bootstrap"
+url="https://fontawesome.com/;
+license=('custom:OFL')
+arch=('any')
+source=("$pkgname-$pkgver.tar.gz::https://github.com/FortAwesome/Font-Awesome/archive/$pkgver.tar.gz;)
+sha256sums=('93cd86e9b6662023f54329af401eee2eada64825d050e7a71eb9eebf6455880f')
+
+package_ttf-font-awesome() {
+  cd "Font-Awesome-${pkgver}"
+  install -Dm644 LICENSE.txt "$pkgdir/usr/share/licenses/$pkgname/LICENSE.txt"
+  install -d "$pkgdir/usr/share/fonts/TTF"
+  install -m644 ./webfonts/*.ttf "$pkgdir/usr/share/fonts/TTF"
+}
+
+package_otf-font-awesome() {
+  cd "Font-Awesome-${pkgver}"
+  install -Dm644 LICENSE.txt "$pkgdir/usr/share/licenses/$pkgname/LICENSE.txt"
+  install -d "$pkgdir/usr/share/fonts/OTF"
+  install -m644 ./otfs/*.otf "$pkgdir/usr/share/fonts/OTF"
+}


[arch-commits] Commit in qmk/repos/community-any (12 files)

2020-09-27 Thread Morten Linderud via arch-commits
Date: Sunday, September 27, 2020 @ 18:47:17
  Author: foxboron
Revision: 712751

archrelease: copy trunk to community-any

Added:
  qmk/repos/community-any/50-atmel-dfu.rules
(from rev 712750, qmk/trunk/50-atmel-dfu.rules)
  qmk/repos/community-any/54-input-club-keyboard.rules
(from rev 712750, qmk/trunk/54-input-club-keyboard.rules)
  qmk/repos/community-any/55-caterina.rules
(from rev 712750, qmk/trunk/55-caterina.rules)
  qmk/repos/community-any/56-dfu-util.rules
(from rev 712750, qmk/trunk/56-dfu-util.rules)
  qmk/repos/community-any/57-bootloadhid.rules
(from rev 712750, qmk/trunk/57-bootloadhid.rules)
  qmk/repos/community-any/PKGBUILD
(from rev 712750, qmk/trunk/PKGBUILD)
Deleted:
  qmk/repos/community-any/50-atmel-dfu.rules
  qmk/repos/community-any/54-input-club-keyboard.rules
  qmk/repos/community-any/55-caterina.rules
  qmk/repos/community-any/56-dfu-util.rules
  qmk/repos/community-any/57-bootloadhid.rules
  qmk/repos/community-any/PKGBUILD

--+
 50-atmel-dfu.rules   |   12 ++--
 54-input-club-keyboard.rules |4 -
 55-caterina.rules|   10 ++--
 56-dfu-util.rules|8 +--
 57-bootloadhid.rules |4 -
 PKGBUILD |  102 -
 6 files changed, 70 insertions(+), 70 deletions(-)

Deleted: 50-atmel-dfu.rules
===
--- 50-atmel-dfu.rules  2020-09-27 18:46:55 UTC (rev 712750)
+++ 50-atmel-dfu.rules  2020-09-27 18:47:17 UTC (rev 712751)
@@ -1,6 +0,0 @@
-# Atmel ATMega32U4
-SUBSYSTEMS=="usb", ATTRS{idVendor}=="03eb", ATTRS{idProduct}=="2ff4", 
TAG+="uaccess", RUN{builtin}+="uaccess"
-# Atmel USBKEY AT90USB1287
-SUBSYSTEMS=="usb", ATTRS{idVendor}=="03eb", ATTRS{idProduct}=="2ffb", 
TAG+="uaccess", RUN{builtin}+="uaccess"
-# Atmel ATMega32U2
-SUBSYSTEMS=="usb", ATTRS{idVendor}=="03eb", ATTRS{idProduct}=="2ff0", 
TAG+="uaccess", RUN{builtin}+="uaccess"

Copied: qmk/repos/community-any/50-atmel-dfu.rules (from rev 712750, 
qmk/trunk/50-atmel-dfu.rules)
===
--- 50-atmel-dfu.rules  (rev 0)
+++ 50-atmel-dfu.rules  2020-09-27 18:47:17 UTC (rev 712751)
@@ -0,0 +1,6 @@
+# Atmel ATMega32U4
+SUBSYSTEMS=="usb", ATTRS{idVendor}=="03eb", ATTRS{idProduct}=="2ff4", 
TAG+="uaccess", RUN{builtin}+="uaccess"
+# Atmel USBKEY AT90USB1287
+SUBSYSTEMS=="usb", ATTRS{idVendor}=="03eb", ATTRS{idProduct}=="2ffb", 
TAG+="uaccess", RUN{builtin}+="uaccess"
+# Atmel ATMega32U2
+SUBSYSTEMS=="usb", ATTRS{idVendor}=="03eb", ATTRS{idProduct}=="2ff0", 
TAG+="uaccess", RUN{builtin}+="uaccess"

Deleted: 54-input-club-keyboard.rules
===
--- 54-input-club-keyboard.rules2020-09-27 18:46:55 UTC (rev 712750)
+++ 54-input-club-keyboard.rules2020-09-27 18:47:17 UTC (rev 712751)
@@ -1,2 +0,0 @@
-# Input Club keyboard bootloader
-SUBSYSTEMS=="usb", ATTRS{idVendor}=="1c11", ATTRS{idProduct}=="b007", 
TAG+="uaccess", RUN{builtin}+="uaccess"

Copied: qmk/repos/community-any/54-input-club-keyboard.rules (from rev 712750, 
qmk/trunk/54-input-club-keyboard.rules)
===
--- 54-input-club-keyboard.rules(rev 0)
+++ 54-input-club-keyboard.rules2020-09-27 18:47:17 UTC (rev 712751)
@@ -0,0 +1,2 @@
+# Input Club keyboard bootloader
+SUBSYSTEMS=="usb", ATTRS{idVendor}=="1c11", ATTRS{idProduct}=="b007", 
TAG+="uaccess", RUN{builtin}+="uaccess"

Deleted: 55-caterina.rules
===
--- 55-caterina.rules   2020-09-27 18:46:55 UTC (rev 712750)
+++ 55-caterina.rules   2020-09-27 18:47:17 UTC (rev 712751)
@@ -1,5 +0,0 @@
-# ModemManager should ignore the following devices
-SUBSYSTEMS=="usb", ATTRS{idVendor}=="2a03", ATTRS{idProduct}=="0036", 
TAG+="uaccess", RUN{builtin}+="uaccess", ENV{ID_MM_DEVICE_IGNORE}="1"
-SUBSYSTEMS=="usb", ATTRS{idVendor}=="2341", ATTRS{idProduct}=="0036", 
TAG+="uaccess", RUN{builtin}+="uaccess", ENV{ID_MM_DEVICE_IGNORE}="1"
-SUBSYSTEMS=="usb", ATTRS{idVendor}=="1b4f", ATTRS{idProduct}=="9205", 
TAG+="uaccess", RUN{builtin}+="uaccess", ENV{ID_MM_DEVICE_IGNORE}="1"
-SUBSYSTEMS=="usb", ATTRS{idVendor}=="1b4f", ATTRS{idProduct}=="9203", 
TAG+="uaccess", RUN{builtin}+="uaccess", ENV{ID_MM_DEVICE_IGNORE}="1"

Copied: qmk/repos/community-any/55-caterina.rules (from rev 712750, 
qmk/trunk/55-caterina.rules)
===
--- 55-caterina.rules   (rev 0)
+++ 55-caterina.rules   2020-09-27 18:47:17 UTC (rev 712751)
@@ -0,0 +1,5 @@
+# ModemManager should ignore the following devices
+SUBSYSTEMS=="usb", ATTRS{idVendor}=="2a03", ATTRS{idProduct}=="0036", 
TAG+="uaccess", RUN{builtin}+="uaccess", ENV{ID_MM_DEVICE_IGNORE}="1"
+SUBSYSTEMS=="usb", 

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

2020-09-27 Thread Morten Linderud via arch-commits
Date: Sunday, September 27, 2020 @ 18:46:55
  Author: foxboron
Revision: 712750

upgpkg: qmk 0.0.35-3 - fixed udev rules

Modified:
  qmk/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2020-09-27 18:25:22 UTC (rev 712749)
+++ PKGBUILD2020-09-27 18:46:55 UTC (rev 712750)
@@ -4,7 +4,7 @@
 
 pkgname=qmk
 pkgver=0.0.35
-pkgrel=2
+pkgrel=3
 pkgdesc="CLI tool for customizing supported mechanical keyboards."
 arch=('any')
 url="https://github.com/qmk/qmk_cli;
@@ -46,6 +46,6 @@
   cd "${pkgname}-${pkgver}"
   python setup.py install --root="${pkgdir}/" --optimize=1 --skip-build
   install -Dm644 "LICENSE" "${pkgdir}/usr/share/licenses/${pkgname}/LICENSE"
-  install -d "${pkgdir}/usr/lib/udev"
-  install -Dm644 ../*.rules "${pkgdir}/usr/lib/udev"
+  install -d "${pkgdir}/usr/lib/udev/rules.d"
+  install -Dm644 ../*.rules "${pkgdir}/usr/lib/udev/rules.d"
 }


[arch-commits] Commit in perl-moox-late/trunk (PKGBUILD)

2020-09-27 Thread Morten Linderud via arch-commits
Date: Sunday, September 27, 2020 @ 14:07:50
  Author: foxboron
Revision: 712650

upgpkg: perl-moox-late 0.100-1

Modified:
  perl-moox-late/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2020-09-27 13:55:58 UTC (rev 712649)
+++ PKGBUILD2020-09-27 14:07:50 UTC (rev 712650)
@@ -1,18 +1,19 @@
 # Maintainer: Bruno Pagani 
+# Maintainer: Morten Linderud 
 
 _pkg=MooX-late
 pkgname=perl-${_pkg,,}
-pkgver=0.015
-pkgrel=9
+pkgver=0.100
+pkgrel=1
 pkgdesc="Easily translate Moose code to Moo"
 arch=('any')
 url="https://metacpan.org/release/${_pkg};
 license=('PerlArtistic' 'GPL')
 options=('!emptydirs')
-depends=('perl-moo' 'perl-type-tiny')
+depends=('perl-moo' 'perl-type-tiny' 'perl-moox-handlesvia' 
'perl-sub-handlesvia')
 checkdepends=('perl-test-fatal' 'perl-test-simple' 'perl-test-requires')
 
source=("https://cpan.metacpan.org/authors/id/T/TO/TOBYINK/${_pkg}-${pkgver}.tar.gz;)
-sha512sums=('4d685f4e68abe10487a98def8f0e7b0bafbd9928af27e61a5ac410bcafa9833a4aebdc8cd5bdbebd1a6ee53b4b0d5ae9bfa3864cae428b21c926730365fefb6d')
+sha512sums=('69450edbe7b2192094608a3ec543348d87223c9a124b86dc04a1cdf74b697adb331e5e1498533a557e5d4eded374770086d6696bdda597afe924520cad0c229c')
 
 build() {
 cd ${_pkg}-${pkgver}


[arch-commits] Commit in perl-moox-late/repos/community-any (PKGBUILD PKGBUILD)

2020-09-27 Thread Morten Linderud via arch-commits
Date: Sunday, September 27, 2020 @ 14:07:59
  Author: foxboron
Revision: 712651

archrelease: copy trunk to community-any

Added:
  perl-moox-late/repos/community-any/PKGBUILD
(from rev 712650, perl-moox-late/trunk/PKGBUILD)
Deleted:
  perl-moox-late/repos/community-any/PKGBUILD

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

Deleted: PKGBUILD
===
--- PKGBUILD2020-09-27 14:07:50 UTC (rev 712650)
+++ PKGBUILD2020-09-27 14:07:59 UTC (rev 712651)
@@ -1,32 +0,0 @@
-# Maintainer: Bruno Pagani 
-
-_pkg=MooX-late
-pkgname=perl-${_pkg,,}
-pkgver=0.015
-pkgrel=9
-pkgdesc="Easily translate Moose code to Moo"
-arch=('any')
-url="https://metacpan.org/release/${_pkg};
-license=('PerlArtistic' 'GPL')
-options=('!emptydirs')
-depends=('perl-moo' 'perl-type-tiny')
-checkdepends=('perl-test-fatal' 'perl-test-simple' 'perl-test-requires')
-source=("https://cpan.metacpan.org/authors/id/T/TO/TOBYINK/${_pkg}-${pkgver}.tar.gz;)
-sha512sums=('4d685f4e68abe10487a98def8f0e7b0bafbd9928af27e61a5ac410bcafa9833a4aebdc8cd5bdbebd1a6ee53b4b0d5ae9bfa3864cae428b21c926730365fefb6d')
-
-build() {
-cd ${_pkg}-${pkgver}
-export PERL_MM_USE_DEFAULT=1 PERL_AUTOINSTALL=--skipdeps
-perl Makefile.PL
-make
-}
-
-check() {
-cd ${_pkg}-${pkgver}
-make test
-}
-
-package() {
-cd ${_pkg}-${pkgver}
-make INSTALLDIRS=vendor DESTDIR="$pkgdir" install
-}

Copied: perl-moox-late/repos/community-any/PKGBUILD (from rev 712650, 
perl-moox-late/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2020-09-27 14:07:59 UTC (rev 712651)
@@ -0,0 +1,33 @@
+# Maintainer: Bruno Pagani 
+# Maintainer: Morten Linderud 
+
+_pkg=MooX-late
+pkgname=perl-${_pkg,,}
+pkgver=0.100
+pkgrel=1
+pkgdesc="Easily translate Moose code to Moo"
+arch=('any')
+url="https://metacpan.org/release/${_pkg};
+license=('PerlArtistic' 'GPL')
+options=('!emptydirs')
+depends=('perl-moo' 'perl-type-tiny' 'perl-moox-handlesvia' 
'perl-sub-handlesvia')
+checkdepends=('perl-test-fatal' 'perl-test-simple' 'perl-test-requires')
+source=("https://cpan.metacpan.org/authors/id/T/TO/TOBYINK/${_pkg}-${pkgver}.tar.gz;)
+sha512sums=('69450edbe7b2192094608a3ec543348d87223c9a124b86dc04a1cdf74b697adb331e5e1498533a557e5d4eded374770086d6696bdda597afe924520cad0c229c')
+
+build() {
+cd ${_pkg}-${pkgver}
+export PERL_MM_USE_DEFAULT=1 PERL_AUTOINSTALL=--skipdeps
+perl Makefile.PL
+make
+}
+
+check() {
+cd ${_pkg}-${pkgver}
+make test
+}
+
+package() {
+cd ${_pkg}-${pkgver}
+make INSTALLDIRS=vendor DESTDIR="$pkgdir" install
+}


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

2020-09-27 Thread Morten Linderud via arch-commits
Date: Sunday, September 27, 2020 @ 11:50:41
  Author: foxboron
Revision: 712611

upgpkg: signing-party 2.11-1

Modified:
  signing-party/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2020-09-27 11:26:12 UTC (rev 712610)
+++ PKGBUILD2020-09-27 11:50:41 UTC (rev 712611)
@@ -2,8 +2,8 @@
 # Contributor: C. Dominik Bódi 
 
 pkgname=signing-party
-pkgver=2.8
-pkgrel=2
+pkgver=2.11
+pkgrel=1
 pkgdesc="Collection for all kinds of pgp related things, including signing 
scripts, party preparation scripts, etc."
 arch=(x86_64)
 url="https://salsa.debian.org/signing-party-team/signing-party;
@@ -26,7 +26,7 @@
 'noto-fonts-cjk: fonts for pretty printouts')
 source=("${url}/-/archive/v${pkgver}/${pkgname}-v${pkgver}.tar.bz2"
 'gpgwrap_makefile.patch')
-sha256sums=('e31e913c152588b77cd46ac96f136e5f4bd70d6e51c9bcf12dca861c277ccb4f'
+sha256sums=('7413024a84546d7aa61175874e7158daa02dac085b64540d7283f9e0161b6a7c'
 '1a5b7ec8dca7642b744270ab5011707f9f4b732cba8062c76b5195c40f13f5e0')
 
 prepare() {


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

2020-09-27 Thread Morten Linderud via arch-commits
Date: Sunday, September 27, 2020 @ 11:50:50
  Author: foxboron
Revision: 712612

archrelease: copy trunk to community-x86_64

Added:
  signing-party/repos/community-x86_64/PKGBUILD
(from rev 712611, signing-party/trunk/PKGBUILD)
  signing-party/repos/community-x86_64/gpgwrap_makefile.patch
(from rev 712611, signing-party/trunk/gpgwrap_makefile.patch)
Deleted:
  signing-party/repos/community-x86_64/PKGBUILD
  signing-party/repos/community-x86_64/gpgwrap_makefile.patch

+
 PKGBUILD   |  170 +++
 gpgwrap_makefile.patch |   76 ++---
 2 files changed, 123 insertions(+), 123 deletions(-)

Deleted: PKGBUILD
===
--- PKGBUILD2020-09-27 11:50:41 UTC (rev 712611)
+++ PKGBUILD2020-09-27 11:50:50 UTC (rev 712612)
@@ -1,85 +0,0 @@
-# Maintainer: Bruno Pagani 
-# Contributor: C. Dominik Bódi 
-
-pkgname=signing-party
-pkgver=2.8
-pkgrel=2
-pkgdesc="Collection for all kinds of pgp related things, including signing 
scripts, party preparation scripts, etc."
-arch=(x86_64)
-url="https://salsa.debian.org/signing-party-team/signing-party;
-license=(GPL)
-depends=(libmd
- perl-class-methodmaker
- perl-gnupg-interface
- perl-mailtools
- perl-mime-tools
- perl-net-idn-encode 
- perl-term-readkey
- perl-text-template
- qprint)
-optdepends=('python: keyart support'
-'imagemagick: photo uid support in gpgsigs'
-'perl-gd: springgraph support'
-'qrencode: QR code support in gpg-key2latex'
-'texlive-latexextra: QR code support in gpg-key2latex'
-'noto-fonts: fonts for pretty printouts'
-'noto-fonts-cjk: fonts for pretty printouts')
-source=("${url}/-/archive/v${pkgver}/${pkgname}-v${pkgver}.tar.bz2"
-'gpgwrap_makefile.patch')
-sha256sums=('e31e913c152588b77cd46ac96f136e5f4bd70d6e51c9bcf12dca861c277ccb4f'
-'1a5b7ec8dca7642b744270ab5011707f9f4b732cba8062c76b5195c40f13f5e0')
-
-prepare() {
-cd ${pkgname}-v${pkgver}
-# Remove useless buggy Makefile
-rm gpgwrap/src/Makefile
-patch -p1 -i ../gpgwrap_makefile.patch
-}
-
-build() {
-cd ${pkgname}-v${pkgver}
-make
-}
-
-package() {
-cd ${pkgname}-v${pkgver}
-make DESTDIR="${pkgdir}" install
-
-# Manually install all files the Makefiles in the subpackages are not 
installing
-# TODO: Fix this upstream instead
-
-install -Dm644 README -t "${pkgdir}"/usr/share/doc/signing-party/
-
-for project in caff gpgdir gpg-key2latex gpg-key2ps gpglist gpg-mailkeys 
gpgparticipants gpgsigs ; do
-install -Dm755 ${project}/${project} -t "${pkgdir}"/usr/bin/
-install -Dm644 ${project}/${project}.1 -t 
"${pkgdir}"/usr/share/man/man1/
-done
-
-install -Dm755 caff/{pgp-clean,pgp-fixkey} -t "${pkgdir}"/usr/bin/
-install -Dm644 caff/{pgp-clean,pgp-fixkey}.1 -t 
"${pkgdir}"/usr/share/man/man1/
-install -Dm644 caff/{caffrc.sample,README*} -t 
"${pkgdir}"/usr/share/doc/signing-party/caff/
-
-install -Dm644 gpg-key2ps/README -t 
"${pkgdir}"/usr/share/doc/signing-party/gpg-key2ps/
-
-install -Dm755 gpgparticipants/gpgparticipants-prefill -t 
"${pkgdir}"/usr/bin/
-install -Dm644 gpgparticipants/gpgparticipants-prefill.1 -t 
"${pkgdir}"/usr/share/man/man1/
-
-install -Dm644 gpgsigs/gpgsigs-lt2k5{,-annotated}.txt -t 
"${pkgdir}"/usr/share/doc/signing-party/examples/gpgsigs/
-
-install -Dm755 gpgwrap/src/gpgwrap -t "${pkgdir}"/usr/bin/
-install -Dm644 gpgwrap/doc/gpgwrap.1 -t "${pkgdir}"/usr/share/man/man1/
-
-install -Dm644 keyanalyze/{keyanalyze,process_keys,pgpring/pgpring}.1 -t 
"${pkgdir}"/usr/share/man/man1/
-install -Dm755 keyanalyze/{allkeys,analyze}.sh -t 
"${pkgdir}"/usr/share/doc/signing-party/examples/keyanalyze/
-install -Dm644 keyanalyze/README -t 
"${pkgdir}"/usr/share/doc/signing-party/examples/keyanalyze/
-
-install -Dm755 keyanalyze/scripts/* -t 
"${pkgdir}"/usr/share/doc/signing-party/examples/keyanalyze/scripts/
-chmod 644 
"${pkgdir}"/usr/share/doc/signing-party/examples/keyanalyze/scripts/top50comments.txt
-install -Dm755 keyanalyze/willy/* -t 
"${pkgdir}"/usr/share/doc/signing-party/examples/keyanalyze/willy/
-chmod 644 
"${pkgdir}"/usr/share/doc/signing-party/examples/keyanalyze/willy/README
-
-install -Dm755 keyart/keyart -t "${pkgdir}"/usr/bin/
-install -Dm644 keyart/doc/keyart.1 -t "${pkgdir}"/usr/share/man/man1/
-install -Dm644 keyart/{README,doc/{druken-bishop.txt,party-worksheet}} -t 
"${pkgdir}"/usr/share/doc/signing-party/keyart/
-install -Dm755 keyart/doc/examples/party.sh -t 
"${pkgdir}"/usr/share/doc/signing-party/examples/keyart/
-}

Copied: signing-party/repos/community-x86_64/PKGBUILD (from rev 712611, 
signing-party/trunk/PKGBUILD)
===
--- PKGBUILD 

[arch-commits] Commit in (3 files)

2020-09-27 Thread Morten Linderud via arch-commits
Date: Sunday, September 27, 2020 @ 11:26:00
  Author: foxboron
Revision: 712608

addpkg: perl-sub-handlesvia 0.016-1

Added:
  perl-sub-handlesvia/
  perl-sub-handlesvia/repos/
  perl-sub-handlesvia/trunk/


[arch-commits] Commit in perl-sub-handlesvia/repos (2 files)

2020-09-27 Thread Morten Linderud via arch-commits
Date: Sunday, September 27, 2020 @ 11:26:12
  Author: foxboron
Revision: 712610

archrelease: copy trunk to community-any

Added:
  perl-sub-handlesvia/repos/community-any/
  perl-sub-handlesvia/repos/community-any/PKGBUILD
(from rev 712609, perl-sub-handlesvia/trunk/PKGBUILD)

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

Copied: perl-sub-handlesvia/repos/community-any/PKGBUILD (from rev 712609, 
perl-sub-handlesvia/trunk/PKGBUILD)
===
--- community-any/PKGBUILD  (rev 0)
+++ community-any/PKGBUILD  2020-09-27 11:26:12 UTC (rev 712610)
@@ -0,0 +1,30 @@
+pkgname=perl-sub-handlesvia
+_cpanname=Sub-HandlesVia
+pkgver=0.016
+pkgrel=1
+pkgdesc='Perl extension for easily overriding subroutines'
+url='https://metacpan.org/release/Sub-HandlesVia'
+arch=('any')
+license=('PerlArtistic' 'GPL')
+depends=('perl' 'perl-moo' 'perl-mouse' 'perl-exporter-tiny' 'perl-type-tiny' 
'perl-class-tiny')
+checkdepends=('perl-test-requires' 'perl-test-fatal')
+options=('!emptydirs')
+source=(https://search.cpan.org/CPAN/authors/id/T/TO/TOBYINK/${_cpanname}-${pkgver}.tar.gz)
+sha512sums=('91932d7c56e4fc1bb9e737282ee45ffdcc6d4143ee0307cbcbee9fb3b3953bd955b62bc20809cef61d4e643a4d246dbab062a636a46f951a93bdf2f22a1b04d2')
+
+build() {
+  cd ${_cpanname}-${pkgver}
+  export PERL_MM_USE_DEFAULT=1 PERL_AUTOINSTALL=--skipdeps
+  PERL_MM_USE_DEFAULT=1 perl Makefile.PL INSTALLDIRS=vendor
+  make
+}
+
+check() {
+  cd ${_cpanname}-${pkgver}
+  make test
+}
+
+package() {
+  cd ${_cpanname}-${pkgver}
+  make DESTDIR="${pkgdir}" install
+}


[arch-commits] Commit in perl-sub-handlesvia/trunk (PKGBUILD)

2020-09-27 Thread Morten Linderud via arch-commits
Date: Sunday, September 27, 2020 @ 11:26:05
  Author: foxboron
Revision: 712609

upgpkg: perl-sub-handlesvia 0.016-1

Added:
  perl-sub-handlesvia/trunk/PKGBUILD

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

Added: PKGBUILD
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2020-09-27 11:26:05 UTC (rev 712609)
@@ -0,0 +1,30 @@
+pkgname=perl-sub-handlesvia
+_cpanname=Sub-HandlesVia
+pkgver=0.016
+pkgrel=1
+pkgdesc='Perl extension for easily overriding subroutines'
+url='https://metacpan.org/release/Sub-HandlesVia'
+arch=('any')
+license=('PerlArtistic' 'GPL')
+depends=('perl' 'perl-moo' 'perl-mouse' 'perl-exporter-tiny' 'perl-type-tiny' 
'perl-class-tiny')
+checkdepends=('perl-test-requires' 'perl-test-fatal')
+options=('!emptydirs')
+source=(https://search.cpan.org/CPAN/authors/id/T/TO/TOBYINK/${_cpanname}-${pkgver}.tar.gz)
+sha512sums=('91932d7c56e4fc1bb9e737282ee45ffdcc6d4143ee0307cbcbee9fb3b3953bd955b62bc20809cef61d4e643a4d246dbab062a636a46f951a93bdf2f22a1b04d2')
+
+build() {
+  cd ${_cpanname}-${pkgver}
+  export PERL_MM_USE_DEFAULT=1 PERL_AUTOINSTALL=--skipdeps
+  PERL_MM_USE_DEFAULT=1 perl Makefile.PL INSTALLDIRS=vendor
+  make
+}
+
+check() {
+  cd ${_cpanname}-${pkgver}
+  make test
+}
+
+package() {
+  cd ${_cpanname}-${pkgver}
+  make DESTDIR="${pkgdir}" install
+}


[arch-commits] Commit in perl-gnupg-interface/repos/community-any (PKGBUILD PKGBUILD)

2020-09-27 Thread Morten Linderud via arch-commits
Date: Sunday, September 27, 2020 @ 11:09:53
  Author: foxboron
Revision: 712601

archrelease: copy trunk to community-any

Added:
  perl-gnupg-interface/repos/community-any/PKGBUILD
(from rev 712600, perl-gnupg-interface/trunk/PKGBUILD)
Deleted:
  perl-gnupg-interface/repos/community-any/PKGBUILD

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

Deleted: PKGBUILD
===
--- PKGBUILD2020-09-27 11:09:45 UTC (rev 712600)
+++ PKGBUILD2020-09-27 11:09:53 UTC (rev 712601)
@@ -1,33 +0,0 @@
-# Maintainer: Bruno Pagani 
-
-_pkg=GnuPG-Interface
-pkgname=perl-${_pkg,,}
-pkgver=0.52
-pkgrel=7
-pkgdesc="Object-oriented methods for interacting with GnuPG"
-arch=('any')
-url="https://metacpan.org/release/${_pkg};
-license=('PerlArtistic' 'GPL')
-options=('!emptydirs')
-depends=('gnupg' 'perl-math-bigint' 'perl-moo' 'perl-moox-handlesvia' 
'perl-moox-late')
-makedepends=('perl-module-install')
-source=("https://cpan.metacpan.org/authors/id/A/AL/ALEXMV/${_pkg}-${pkgver}.tar.gz;)
-sha512sums=('911f47a3b52249e8b39133d4040b86147793d9dd6a78d2b279674d6bba0cd38de5c919bf12b241b0e977790575502531afab6b1d2c05739d050c16d05d52fc49')
-
-build() {
-cd ${_pkg}-${pkgver}
-export PERL_MM_USE_DEFAULT=1 PERL_AUTOINSTALL=--skipdeps
-perl Makefile.PL
-make
-}
-
-check() {
-cd ${_pkg}-${pkgver}
-# 19 tests failing, likely because we are in a chroot
-make test || warning "Tests failed"
-}
-
-package() {
-cd ${_pkg}-${pkgver}
-make INSTALLDIRS=vendor DESTDIR="$pkgdir" install
-}

Copied: perl-gnupg-interface/repos/community-any/PKGBUILD (from rev 712600, 
perl-gnupg-interface/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2020-09-27 11:09:53 UTC (rev 712601)
@@ -0,0 +1,34 @@
+# Maintainer: Bruno Pagani 
+# Maintainer: Morten Linderud 
+
+_pkg=GnuPG-Interface
+pkgname=perl-${_pkg,,}
+pkgver=1.00
+pkgrel=1
+pkgdesc="Object-oriented methods for interacting with GnuPG"
+arch=('any')
+url="https://metacpan.org/release/${_pkg};
+license=('PerlArtistic' 'GPL')
+options=('!emptydirs')
+depends=('gnupg' 'perl-math-bigint' 'perl-moo' 'perl-moox-handlesvia' 
'perl-moox-late')
+makedepends=('perl-module-install')
+source=("https://cpan.metacpan.org/authors/id/J/JE/JESSE/${_pkg}-${pkgver}.tar.gz;)
+sha512sums=('82436543cc3fff19c10fce2be70db5c056e1e186c283127e4e197aa213dc70b5d6d5b61ccd66b577c411a822aef8f2c02057c996e561d5b192fcc2d96a677f07')
+
+build() {
+cd ${_pkg}-${pkgver}
+export PERL_MM_USE_DEFAULT=1 PERL_AUTOINSTALL=--skipdeps
+perl Makefile.PL
+make
+}
+
+check() {
+cd ${_pkg}-${pkgver}
+# 19 tests failing, likely because we are in a chroot
+make test || warning "Tests failed"
+}
+
+package() {
+cd ${_pkg}-${pkgver}
+make INSTALLDIRS=vendor DESTDIR="$pkgdir" install
+}


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

2020-09-27 Thread Morten Linderud via arch-commits
Date: Sunday, September 27, 2020 @ 11:09:45
  Author: foxboron
Revision: 712600

upgpkg: perl-gnupg-interface 1.00-1

Modified:
  perl-gnupg-interface/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2020-09-27 11:05:46 UTC (rev 712599)
+++ PKGBUILD2020-09-27 11:09:45 UTC (rev 712600)
@@ -1,9 +1,10 @@
 # Maintainer: Bruno Pagani 
+# Maintainer: Morten Linderud 
 
 _pkg=GnuPG-Interface
 pkgname=perl-${_pkg,,}
-pkgver=0.52
-pkgrel=7
+pkgver=1.00
+pkgrel=1
 pkgdesc="Object-oriented methods for interacting with GnuPG"
 arch=('any')
 url="https://metacpan.org/release/${_pkg};
@@ -11,8 +12,8 @@
 options=('!emptydirs')
 depends=('gnupg' 'perl-math-bigint' 'perl-moo' 'perl-moox-handlesvia' 
'perl-moox-late')
 makedepends=('perl-module-install')
-source=("https://cpan.metacpan.org/authors/id/A/AL/ALEXMV/${_pkg}-${pkgver}.tar.gz;)
-sha512sums=('911f47a3b52249e8b39133d4040b86147793d9dd6a78d2b279674d6bba0cd38de5c919bf12b241b0e977790575502531afab6b1d2c05739d050c16d05d52fc49')
+source=("https://cpan.metacpan.org/authors/id/J/JE/JESSE/${_pkg}-${pkgver}.tar.gz;)
+sha512sums=('82436543cc3fff19c10fce2be70db5c056e1e186c283127e4e197aa213dc70b5d6d5b61ccd66b577c411a822aef8f2c02057c996e561d5b192fcc2d96a677f07')
 
 build() {
 cd ${_pkg}-${pkgver}


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

2020-09-27 Thread Morten Linderud via arch-commits
Date: Sunday, September 27, 2020 @ 11:05:46
  Author: foxboron
Revision: 712599

archrelease: copy trunk to community-any

Added:
  perl-data-perl/repos/community-any/PKGBUILD
(from rev 712598, perl-data-perl/trunk/PKGBUILD)
Deleted:
  perl-data-perl/repos/community-any/PKGBUILD

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

Deleted: PKGBUILD
===
--- PKGBUILD2020-09-27 11:05:39 UTC (rev 712598)
+++ PKGBUILD2020-09-27 11:05:46 UTC (rev 712599)
@@ -1,33 +0,0 @@
-# Maintainer: Bruno Pagani 
-
-_pkg=Data-Perl
-pkgname=perl-${_pkg,,}
-pkgver=0.002009
-pkgrel=7
-pkgdesc="Base classes wrapping fundamental Perl data types"
-arch=('any')
-url="https://metacpan.org/release/${_pkg};
-license=('PerlArtistic' 'GPL')
-options=('!emptydirs')
-depends=('perl-class-method-modifiers' 'perl-list-moreutils' 
'perl-module-runtime'
- 'perl-role-tiny' 'perl-scalar-list-utils' 'perl-parent' 
'perl-strictures')
-checkdepends=('perl-test-deep' 'perl-test-fatal' 'perl-test-output')
-source=("https://cpan.metacpan.org/authors/id/M/MA/MATTP/${_pkg}-${pkgver}.tar.gz;)
-sha512sums=('872eae53641b7ac19a8bcd4a6522475bf042463fbb8380a45481289c6792fa17cf4d52d146228acf089b9cff091413684fa5b39f67bc28f362a5d2eb85d1d01a')
-
-build() {
-cd ${_pkg}-${pkgver}
-export PERL_MM_USE_DEFAULT=1 PERL_AUTOINSTALL=--skipdeps
-perl Makefile.PL
-make
-}
-
-check() {
-cd ${_pkg}-${pkgver}
-make test
-}
-
-package() {
-cd ${_pkg}-${pkgver}
-make INSTALLDIRS=vendor DESTDIR="$pkgdir" install
-}

Copied: perl-data-perl/repos/community-any/PKGBUILD (from rev 712598, 
perl-data-perl/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2020-09-27 11:05:46 UTC (rev 712599)
@@ -0,0 +1,34 @@
+# Maintainer: Bruno Pagani 
+# Maintainer: Morten Linderud 
+
+_pkg=Data-Perl
+pkgname=perl-${_pkg,,}
+pkgver=0.002011
+pkgrel=1
+pkgdesc="Base classes wrapping fundamental Perl data types"
+arch=('any')
+url="https://metacpan.org/release/${_pkg};
+license=('PerlArtistic' 'GPL')
+options=('!emptydirs')
+depends=('perl-class-method-modifiers' 'perl-list-moreutils' 
'perl-module-runtime'
+ 'perl-role-tiny' 'perl-scalar-list-utils' 'perl-parent' 
'perl-strictures')
+checkdepends=('perl-test-deep' 'perl-test-fatal' 'perl-test-output')
+source=("https://cpan.metacpan.org/authors/id/T/TO/TOBYINK/${_pkg}-${pkgver}.tar.gz;)
+sha512sums=('c55f0d5ba6141ef2a3fe02fc4258f4dbc9ae041e5b390dc626f297d68f4fafdafe5deef6ee282718927e101f7c2d93e913117fe754d5fc0c28d206b45e61b285')
+
+build() {
+cd ${_pkg}-${pkgver}
+export PERL_MM_USE_DEFAULT=1 PERL_AUTOINSTALL=--skipdeps
+perl Makefile.PL
+make
+}
+
+check() {
+cd ${_pkg}-${pkgver}
+make test
+}
+
+package() {
+cd ${_pkg}-${pkgver}
+make INSTALLDIRS=vendor DESTDIR="$pkgdir" install
+}


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

2020-09-27 Thread Morten Linderud via arch-commits
Date: Sunday, September 27, 2020 @ 11:05:39
  Author: foxboron
Revision: 712598

upgpkg: perl-data-perl 0.002011-1

Modified:
  perl-data-perl/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2020-09-27 11:01:21 UTC (rev 712597)
+++ PKGBUILD2020-09-27 11:05:39 UTC (rev 712598)
@@ -1,9 +1,10 @@
 # Maintainer: Bruno Pagani 
+# Maintainer: Morten Linderud 
 
 _pkg=Data-Perl
 pkgname=perl-${_pkg,,}
-pkgver=0.002009
-pkgrel=7
+pkgver=0.002011
+pkgrel=1
 pkgdesc="Base classes wrapping fundamental Perl data types"
 arch=('any')
 url="https://metacpan.org/release/${_pkg};
@@ -12,8 +13,8 @@
 depends=('perl-class-method-modifiers' 'perl-list-moreutils' 
'perl-module-runtime'
  'perl-role-tiny' 'perl-scalar-list-utils' 'perl-parent' 
'perl-strictures')
 checkdepends=('perl-test-deep' 'perl-test-fatal' 'perl-test-output')
-source=("https://cpan.metacpan.org/authors/id/M/MA/MATTP/${_pkg}-${pkgver}.tar.gz;)
-sha512sums=('872eae53641b7ac19a8bcd4a6522475bf042463fbb8380a45481289c6792fa17cf4d52d146228acf089b9cff091413684fa5b39f67bc28f362a5d2eb85d1d01a')
+source=("https://cpan.metacpan.org/authors/id/T/TO/TOBYINK/${_pkg}-${pkgver}.tar.gz;)
+sha512sums=('c55f0d5ba6141ef2a3fe02fc4258f4dbc9ae041e5b390dc626f297d68f4fafdafe5deef6ee282718927e101f7c2d93e913117fe754d5fc0c28d206b45e61b285')
 
 build() {
 cd ${_pkg}-${pkgver}


[arch-commits] Commit in perl-type-tiny/repos/community-any (PKGBUILD PKGBUILD)

2020-09-27 Thread Morten Linderud via arch-commits
Date: Sunday, September 27, 2020 @ 11:01:21
  Author: foxboron
Revision: 712597

archrelease: copy trunk to community-any

Added:
  perl-type-tiny/repos/community-any/PKGBUILD
(from rev 712596, perl-type-tiny/trunk/PKGBUILD)
Deleted:
  perl-type-tiny/repos/community-any/PKGBUILD

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

Deleted: PKGBUILD
===
--- PKGBUILD2020-09-27 11:01:14 UTC (rev 712596)
+++ PKGBUILD2020-09-27 11:01:21 UTC (rev 712597)
@@ -1,32 +0,0 @@
-# Maintainer: Bruno Pagani 
-
-_pkg=Type-Tiny
-pkgname=perl-${_pkg,,}
-pkgver=1.010002
-pkgrel=1
-pkgdesc="Tiny, yet Moo(se)-compatible type constraint"
-arch=(any)
-url="https://metacpan.org/release/${_pkg};
-license=(PerlArtistic GPL)
-options=(!emptydirs)
-depends=(perl perl-exporter-tiny)
-checkdepends=(perl-test-simple)
-source=(https://cpan.metacpan.org/authors/id/T/TO/TOBYINK/${_pkg}-${pkgver}.tar.gz)
-sha512sums=('a5e040d22c3589708257ca9883f19660af3d31b423793ab8c55af2bf41bb167cca1bcc63d61d3a995ce93eaa4898ea21df645ccefe9a580b1145820e9ba9e358')
-
-build() {
-cd ${_pkg}-${pkgver}
-export PERL_MM_USE_DEFAULT=1 PERL_AUTOINSTALL=--skipdeps
-perl Makefile.PL
-make
-}
-
-check() {
-cd ${_pkg}-${pkgver}
-make test
-}
-
-package() {
-cd ${_pkg}-${pkgver}
-make INSTALLDIRS=vendor DESTDIR="${pkgdir}" install
-}

Copied: perl-type-tiny/repos/community-any/PKGBUILD (from rev 712596, 
perl-type-tiny/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2020-09-27 11:01:21 UTC (rev 712597)
@@ -0,0 +1,32 @@
+# Maintainer: Bruno Pagani 
+
+_pkg=Type-Tiny
+pkgname=perl-${_pkg,,}
+pkgver=1.010006
+pkgrel=1
+pkgdesc="Tiny, yet Moo(se)-compatible type constraint"
+arch=(any)
+url="https://metacpan.org/release/${_pkg};
+license=(PerlArtistic GPL)
+options=(!emptydirs)
+depends=(perl perl-exporter-tiny)
+checkdepends=(perl-test-simple)
+source=(https://cpan.metacpan.org/authors/id/T/TO/TOBYINK/${_pkg}-${pkgver}.tar.gz)
+sha512sums=('fcc8d3b16ee91d4c30584049d8e4709f2a9571e0f1c9fe1d9f2c46c1fda2dd4f3d2f8ddce0fb9de52ed1bd9341cc62f4a6d514c1d40e68b641a8f56910ef2d3b')
+
+build() {
+cd ${_pkg}-${pkgver}
+export PERL_MM_USE_DEFAULT=1 PERL_AUTOINSTALL=--skipdeps
+perl Makefile.PL
+make
+}
+
+check() {
+cd ${_pkg}-${pkgver}
+make test
+}
+
+package() {
+cd ${_pkg}-${pkgver}
+make INSTALLDIRS=vendor DESTDIR="${pkgdir}" install
+}


[arch-commits] Commit in perl-type-tiny/trunk (PKGBUILD)

2020-09-27 Thread Morten Linderud via arch-commits
Date: Sunday, September 27, 2020 @ 11:01:14
  Author: foxboron
Revision: 712596

upgpkg: perl-type-tiny 1.010006-1

Modified:
  perl-type-tiny/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2020-09-27 10:40:33 UTC (rev 712595)
+++ PKGBUILD2020-09-27 11:01:14 UTC (rev 712596)
@@ -2,7 +2,7 @@
 
 _pkg=Type-Tiny
 pkgname=perl-${_pkg,,}
-pkgver=1.010002
+pkgver=1.010006
 pkgrel=1
 pkgdesc="Tiny, yet Moo(se)-compatible type constraint"
 arch=(any)
@@ -12,7 +12,7 @@
 depends=(perl perl-exporter-tiny)
 checkdepends=(perl-test-simple)
 
source=(https://cpan.metacpan.org/authors/id/T/TO/TOBYINK/${_pkg}-${pkgver}.tar.gz)
-sha512sums=('a5e040d22c3589708257ca9883f19660af3d31b423793ab8c55af2bf41bb167cca1bcc63d61d3a995ce93eaa4898ea21df645ccefe9a580b1145820e9ba9e358')
+sha512sums=('fcc8d3b16ee91d4c30584049d8e4709f2a9571e0f1c9fe1d9f2c46c1fda2dd4f3d2f8ddce0fb9de52ed1bd9341cc62f4a6d514c1d40e68b641a8f56910ef2d3b')
 
 build() {
 cd ${_pkg}-${pkgver}


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

2020-09-26 Thread Morten Linderud via arch-commits
Date: Saturday, September 26, 2020 @ 16:02:38
  Author: foxboron
Revision: 712480

archrelease: copy trunk to community-any

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

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

Deleted: PKGBUILD
===
--- PKGBUILD2020-09-26 16:02:29 UTC (rev 712479)
+++ PKGBUILD2020-09-26 16:02:38 UTC (rev 712480)
@@ -1,38 +0,0 @@
-# Maintainer: Kyle Keen 
-# Contributor: Jelle van der Waa 
-# Contributor: Pierre Chapuis 
-# Contributor: Stefano Esposito 
-
-pkgname=python-irc
-pkgver=19.0.0
-pkgrel=1
-pkgdesc="IRC (Internet Relay Chat) protocol client library for Python"
-depends=('python-six' 'python-pytz' 'python-more-itertools' 'python-jaraco'
- 'python-tempora')
-makedepends=('python-setuptools-scm')
-checkdepends=('python-pytest')
-arch=('any')
-url="https://pypi.python.org/pypi/irc;
-license=('LGPL')
-source=("https://files.pythonhosted.org/packages/source/i/irc/irc-$pkgver.tar.gz;)
-md5sums=('efa8cbcf8e577e7f15552622a2ae280a')
-
-build() {
-  cd "$srcdir/irc-$pkgver"
-  export LC_ALL=en_US.UTF-8
-  python3 setup.py build
-}
-
-check() {
-  cd "$srcdir/irc-$pkgver"
-  export LC_ALL=en_US.UTF-8
-  #python3 setup.py test
-  # all 19.0.0 did was remove the explicit VERSION string
-  # in his typical style, this part of the API is still required for tests
-}
-
-package() {
-  cd "$srcdir/irc-$pkgver"
-  export LC_ALL=en_US.UTF-8
-  python3 setup.py install --root="$pkgdir" --optimize=0
-}

Copied: python-irc/repos/community-any/PKGBUILD (from rev 712479, 
python-irc/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2020-09-26 16:02:38 UTC (rev 712480)
@@ -0,0 +1,38 @@
+# Maintainer: Kyle Keen 
+# Maintainer: Morten Linderud 
+# Contributor: Jelle van der Waa 
+# Contributor: Pierre Chapuis 
+# Contributor: Stefano Esposito 
+
+pkgname=python-irc
+pkgver=19.0.1
+pkgrel=1
+pkgdesc="IRC (Internet Relay Chat) protocol client library for Python"
+depends=('python-six' 'python-pytz' 'python-more-itertools' 'python-jaraco'
+ 'python-tempora')
+makedepends=('python-setuptools-scm')
+checkdepends=('python-pytest' 'python-pytest-flake8' 'python-pytest-black'
+  'python-pytest-cov' 'python-pytest-mypy')
+arch=('any')
+url="https://pypi.python.org/pypi/irc;
+license=('LGPL')
+source=("https://files.pythonhosted.org/packages/source/i/irc/irc-$pkgver.tar.gz;)
+sha256sums=('99fd5d1fa1d054dee4fbb81e0d5193dc1e8200db751d5da9a97850a62162b9ab')
+
+build() {
+  cd "irc-$pkgver"
+  export LC_ALL=en_US.UTF-8
+  python setup.py build
+}
+
+check() {
+  cd "irc-$pkgver"
+  export LC_ALL=en_US.UTF-8
+  pytest .
+}
+
+package() {
+  cd "irc-$pkgver"
+  export LC_ALL=en_US.UTF-8
+  python setup.py install --root="$pkgdir" --optimize=0
+}


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

2020-09-26 Thread Morten Linderud via arch-commits
Date: Saturday, September 26, 2020 @ 16:02:29
  Author: foxboron
Revision: 712479

upgpkg: python-irc 19.0.1-1 - Added pytest

Modified:
  python-irc/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2020-09-26 15:56:18 UTC (rev 712478)
+++ PKGBUILD2020-09-26 16:02:29 UTC (rev 712479)
@@ -1,38 +1,38 @@
 # Maintainer: Kyle Keen 
+# Maintainer: Morten Linderud 
 # Contributor: Jelle van der Waa 
 # Contributor: Pierre Chapuis 
 # Contributor: Stefano Esposito 
 
 pkgname=python-irc
-pkgver=19.0.0
+pkgver=19.0.1
 pkgrel=1
 pkgdesc="IRC (Internet Relay Chat) protocol client library for Python"
 depends=('python-six' 'python-pytz' 'python-more-itertools' 'python-jaraco'
  'python-tempora')
 makedepends=('python-setuptools-scm')
-checkdepends=('python-pytest')
+checkdepends=('python-pytest' 'python-pytest-flake8' 'python-pytest-black'
+  'python-pytest-cov' 'python-pytest-mypy')
 arch=('any')
 url="https://pypi.python.org/pypi/irc;
 license=('LGPL')
 
source=("https://files.pythonhosted.org/packages/source/i/irc/irc-$pkgver.tar.gz;)
-md5sums=('efa8cbcf8e577e7f15552622a2ae280a')
+sha256sums=('99fd5d1fa1d054dee4fbb81e0d5193dc1e8200db751d5da9a97850a62162b9ab')
 
 build() {
-  cd "$srcdir/irc-$pkgver"
+  cd "irc-$pkgver"
   export LC_ALL=en_US.UTF-8
-  python3 setup.py build
+  python setup.py build
 }
 
 check() {
-  cd "$srcdir/irc-$pkgver"
+  cd "irc-$pkgver"
   export LC_ALL=en_US.UTF-8
-  #python3 setup.py test
-  # all 19.0.0 did was remove the explicit VERSION string
-  # in his typical style, this part of the API is still required for tests
+  pytest .
 }
 
 package() {
-  cd "$srcdir/irc-$pkgver"
+  cd "irc-$pkgver"
   export LC_ALL=en_US.UTF-8
-  python3 setup.py install --root="$pkgdir" --optimize=0
+  python setup.py install --root="$pkgdir" --optimize=0
 }


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

2020-09-26 Thread Morten Linderud via arch-commits
Date: Saturday, September 26, 2020 @ 15:56:18
  Author: foxboron
Revision: 712478

archrelease: copy trunk to community-x86_64

Added:
  podman/repos/community-x86_64/PKGBUILD
(from rev 712477, podman/trunk/PKGBUILD)
Deleted:
  podman/repos/community-x86_64/PKGBUILD

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

Deleted: PKGBUILD
===
--- PKGBUILD2020-09-26 15:56:10 UTC (rev 712477)
+++ PKGBUILD2020-09-26 15:56:18 UTC (rev 712478)
@@ -1,61 +0,0 @@
-# Maintainer: Bartłomiej Piotrowski 
-# Maintainer: Morten Linderud 
-
-pkgbase=podman
-pkgname=(podman podman-docker)
-pkgver=2.1.0
-pkgrel=1
-pkgdesc='Tool and library for running OCI-based containers in pods'
-arch=(x86_64)
-url='https://github.com/containers/libpod'
-license=(Apache)
-depends=(cni-plugins conmon device-mapper iptables libseccomp runc
- slirp4netns libsystemd fuse-overlayfs skopeo)
-makedepends=(go go-md2man git btrfs-progs)
-source=("git+$url#tag=v$pkgver?signed"
-
"fix-varlink.patch::https://github.com/containers/podman/commit/5cedd830f7275e8dc3382502908b846bfa57a3b8.patch;)
-validpgpkeys=('B7DBDCA456F7335E91F1C25CD3624C551D0515C4')
-sha256sums=('SKIP'
-'0e46d23deccce91327242389375142703c5d951a8ccf6a43a13b2a329ac3318c')
-
-pkgver() {
-  cd libpod
-  git describe --tags | sed 's/^v//;s/-/+/g'
-}
-
-prepare() {
-  cd "libpod"
-  patch -Np1 < "$srcdir/fix-varlink.patch"
-}
-
-build() {
-  export BUILDTAGS='seccomp varlink systemd'
-  export CGO_CPPFLAGS="${CPPFLAGS}"
-  export CGO_CFLAGS="${CFLAGS}"
-  export CGO_CXXFLAGS="${CXXFLAGS}"
-  export CGO_LDFLAGS="${LDFLAGS}"
-  export GOFLAGS="-buildmode=pie -trimpath"
-
-  cd libpod
-  go generate ./pkg/varlink/...
-  make EXTRA_LDFLAGS='-s -w -linkmode=external'
-}
-
-package_podman() {
-  optdepends+=('podman-docker: for Docker-compatible CLI'
-  'btrfs-progs: support btrfs backend devices'
-  'catatonit: --init flag support'
-  'crun: support for unified cgroupsv2')
-
-  cd libpod
-  make install install.completions DESTDIR="$pkgdir" PREFIX=/usr
-}
-
-package_podman-docker() {
-  pkgdesc='Emulate Docker CLI using podman'
-  depends=(podman)
-  conflicts=(docker)
-
-  cd libpod
-  make install.docker DESTDIR="$pkgdir" PREFIX=/usr
-}

Copied: podman/repos/community-x86_64/PKGBUILD (from rev 712477, 
podman/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2020-09-26 15:56:18 UTC (rev 712478)
@@ -0,0 +1,54 @@
+# Maintainer: Bartłomiej Piotrowski 
+# Maintainer: Morten Linderud 
+
+pkgbase=podman
+pkgname=(podman podman-docker)
+pkgver=2.1.1
+pkgrel=1
+pkgdesc='Tool and library for running OCI-based containers in pods'
+arch=(x86_64)
+url='https://github.com/containers/libpod'
+license=(Apache)
+depends=(cni-plugins conmon device-mapper iptables libseccomp runc
+ slirp4netns libsystemd fuse-overlayfs skopeo)
+makedepends=(go go-md2man git btrfs-progs)
+source=("git+$url#tag=v$pkgver?signed")
+validpgpkeys=('B7DBDCA456F7335E91F1C25CD3624C551D0515C4')
+sha256sums=('SKIP')
+
+pkgver() {
+  cd libpod
+  git describe --tags | sed 's/^v//;s/-/+/g'
+}
+
+build() {
+  export BUILDTAGS='seccomp varlink systemd'
+  export CGO_CPPFLAGS="${CPPFLAGS}"
+  export CGO_CFLAGS="${CFLAGS}"
+  export CGO_CXXFLAGS="${CXXFLAGS}"
+  export CGO_LDFLAGS="${LDFLAGS}"
+  export GOFLAGS="-buildmode=pie -trimpath"
+
+  cd libpod
+  go generate ./pkg/varlink/...
+  make EXTRA_LDFLAGS='-s -w -linkmode=external'
+}
+
+package_podman() {
+  optdepends+=('podman-docker: for Docker-compatible CLI'
+  'btrfs-progs: support btrfs backend devices'
+  'catatonit: --init flag support'
+  'crun: support for unified cgroupsv2')
+
+  cd libpod
+  make install install.completions DESTDIR="$pkgdir" PREFIX=/usr
+}
+
+package_podman-docker() {
+  pkgdesc='Emulate Docker CLI using podman'
+  depends=(podman)
+  conflicts=(docker)
+
+  cd libpod
+  make install.docker DESTDIR="$pkgdir" PREFIX=/usr
+}


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

2020-09-26 Thread Morten Linderud via arch-commits
Date: Saturday, September 26, 2020 @ 15:56:10
  Author: foxboron
Revision: 712477

upgpkg: podman 2.1.1-1

Modified:
  podman/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2020-09-26 15:16:57 UTC (rev 712476)
+++ PKGBUILD2020-09-26 15:56:10 UTC (rev 712477)
@@ -3,7 +3,7 @@
 
 pkgbase=podman
 pkgname=(podman podman-docker)
-pkgver=2.1.0
+pkgver=2.1.1
 pkgrel=1
 pkgdesc='Tool and library for running OCI-based containers in pods'
 arch=(x86_64)
@@ -12,11 +12,9 @@
 depends=(cni-plugins conmon device-mapper iptables libseccomp runc
  slirp4netns libsystemd fuse-overlayfs skopeo)
 makedepends=(go go-md2man git btrfs-progs)
-source=("git+$url#tag=v$pkgver?signed"
-
"fix-varlink.patch::https://github.com/containers/podman/commit/5cedd830f7275e8dc3382502908b846bfa57a3b8.patch;)
+source=("git+$url#tag=v$pkgver?signed")
 validpgpkeys=('B7DBDCA456F7335E91F1C25CD3624C551D0515C4')
-sha256sums=('SKIP'
-'0e46d23deccce91327242389375142703c5d951a8ccf6a43a13b2a329ac3318c')
+sha256sums=('SKIP')
 
 pkgver() {
   cd libpod
@@ -23,11 +21,6 @@
   git describe --tags | sed 's/^v//;s/-/+/g'
 }
 
-prepare() {
-  cd "libpod"
-  patch -Np1 < "$srcdir/fix-varlink.patch"
-}
-
 build() {
   export BUILDTAGS='seccomp varlink systemd'
   export CGO_CPPFLAGS="${CPPFLAGS}"


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

2020-09-26 Thread Morten Linderud via arch-commits
Date: Saturday, September 26, 2020 @ 12:01:33
  Author: foxboron
Revision: 712449

archrelease: copy trunk to community-x86_64

Added:
  skopeo/repos/community-x86_64/PKGBUILD
(from rev 712448, skopeo/trunk/PKGBUILD)
  skopeo/repos/community-x86_64/containers-storage.conf.5.md
(from rev 712448, skopeo/trunk/containers-storage.conf.5.md)
  skopeo/repos/community-x86_64/policy.json.5.md
(from rev 712448, skopeo/trunk/policy.json.5.md)
  skopeo/repos/community-x86_64/registries.conf
(from rev 712448, skopeo/trunk/registries.conf)
  skopeo/repos/community-x86_64/registries.conf.5.md
(from rev 712448, skopeo/trunk/registries.conf.5.md)
  skopeo/repos/community-x86_64/seccomp.json
(from rev 712448, skopeo/trunk/seccomp.json)
  skopeo/repos/community-x86_64/storage.conf
(from rev 712448, skopeo/trunk/storage.conf)
Deleted:
  skopeo/repos/community-x86_64/PKGBUILD
  skopeo/repos/community-x86_64/containers-storage.conf.5.md
  skopeo/repos/community-x86_64/policy.json.5.md
  skopeo/repos/community-x86_64/registries.conf
  skopeo/repos/community-x86_64/registries.conf.5.md
  skopeo/repos/community-x86_64/seccomp.json
  skopeo/repos/community-x86_64/storage.conf

--+
 PKGBUILD |  126 +--
 containers-storage.conf.5.md |  278 +++
 policy.json.5.md |  562 +++---
 registries.conf  |   50 -
 registries.conf.5.md |   78 +-
 seccomp.json | 1546 -
 storage.conf |  266 +++
 7 files changed, 1453 insertions(+), 1453 deletions(-)

Deleted: PKGBUILD
===
--- PKGBUILD2020-09-26 12:01:15 UTC (rev 712448)
+++ PKGBUILD2020-09-26 12:01:33 UTC (rev 712449)
@@ -1,63 +0,0 @@
-# Maintainer: Morten Linderud 
-# Maintainer: Bartłomiej Piotrowski 
-
-pkgname=skopeo
-pkgver=1.1.1
-pkgrel=1
-pkgdesc='A command line utility for various operations on container images and 
image repositories.'
-arch=(x86_64)
-url='https://github.com/projectatomic/skopeo'
-license=(APACHE)
-depends=(gpgme device-mapper)
-makedepends=(go go-md2man btrfs-progs git systemd)
-backup=(etc/containers/policy.json
-etc/containers/registries.conf
-etc/containers/registries.d/default.yaml
-etc/containers/seccomp.json
-etc/containers/storage.conf)
-_commit=67abbb3cefbdc876447583d5ea45e76bf441eba7#refs/tags/v1.1.1
-source=(git+$url#commit=$_commit
-containers-storage.conf.5.md
-policy.json.5.md
-registries.conf
-registries.conf.5.md
-seccomp.json
-storage.conf)
-sha256sums=('SKIP'
-'707268f7968a6e4c3be282dcac790f7d208527e6220e95232b11b25401c2c817'
-'a4dd89bb5d8dec2b3af3888f879144334aeeab31734e19793da498d355994cd9'
-'bf720633c4c9906e93665813bbf13a73a6cb0df2b412d81228c7673505513d1f'
-'38264ddcf9699b8f8d7b4823abc118fb01362f2d58836c01df13e3e08b801f9f'
-'cfa7dd2c35c8e9cba74a68810e1f377e448988ccb0a54b98232313967677326e'
-'4bcce6e85da1ea07086fe1a921469455c06a0fc083a21692e812643f1c2b22fa')
-
-pkgver() {
-  cd $pkgname
-  git describe --tags | sed 's/^v//;s/-/+/g'
-}
-
-build() {
-  cd $pkgname
-  export CGO_LDFLAGS="${LDFLAGS}"
-  export CGO_CFLAGS="${CFLAGS}"
-  export CGO_CPPFLAGS="${CPPFLAGS}"
-  export CGO_CXXFLAGS="${CXXFLAGS}"
-  export GOFLAGS="-buildmode=pie -trimpath -mod=readonly -modcacherw"
-  make binary-local BUILDTAGS='containers_image_ostree_stub'
-  make docs
-}
-
-package() {
-  cd $pkgname
-  make DESTDIR="$pkgdir" install
-
-  for conf in registries.conf storage.conf seccomp.json; do
-install -m644 "$srcdir/$conf" -t "$pkgdir/etc/containers/"
-  done
-
-  cd "$srcdir"
-  install -d "$pkgdir/usr/share/man/man5/"
-  for manpage in *.md; do
-go-md2man -in "$manpage" -out "$pkgdir/usr/share/man/man5/${manpage%*.md}"
-  done
-}

Copied: skopeo/repos/community-x86_64/PKGBUILD (from rev 712448, 
skopeo/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2020-09-26 12:01:33 UTC (rev 712449)
@@ -0,0 +1,63 @@
+# Maintainer: Morten Linderud 
+# Maintainer: Bartłomiej Piotrowski 
+
+pkgname=skopeo
+pkgver=1.2.0
+pkgrel=1
+pkgdesc='A command line utility for various operations on container images and 
image repositories.'
+arch=(x86_64)
+url='https://github.com/projectatomic/skopeo'
+license=(APACHE)
+depends=(gpgme device-mapper)
+makedepends=(go go-md2man btrfs-progs git systemd)
+backup=(etc/containers/policy.json
+etc/containers/registries.conf
+etc/containers/registries.d/default.yaml
+etc/containers/seccomp.json
+etc/containers/storage.conf)
+_commit=2b4097bc13e7ba1d16a5225e2292a5cf88072f63#refs/tags/v1.2.0
+source=(git+$url#commit=$_commit
+containers-storage.conf.5.md
+policy.json.5.md
+

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

2020-09-26 Thread Morten Linderud via arch-commits
Date: Saturday, September 26, 2020 @ 12:01:15
  Author: foxboron
Revision: 712448

upgpkg: skopeo 1.2.0-1

Modified:
  skopeo/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2020-09-26 11:55:36 UTC (rev 712447)
+++ PKGBUILD2020-09-26 12:01:15 UTC (rev 712448)
@@ -2,7 +2,7 @@
 # Maintainer: Bartłomiej Piotrowski 
 
 pkgname=skopeo
-pkgver=1.1.1
+pkgver=1.2.0
 pkgrel=1
 pkgdesc='A command line utility for various operations on container images and 
image repositories.'
 arch=(x86_64)
@@ -15,7 +15,7 @@
 etc/containers/registries.d/default.yaml
 etc/containers/seccomp.json
 etc/containers/storage.conf)
-_commit=67abbb3cefbdc876447583d5ea45e76bf441eba7#refs/tags/v1.1.1
+_commit=2b4097bc13e7ba1d16a5225e2292a5cf88072f63#refs/tags/v1.2.0
 source=(git+$url#commit=$_commit
 containers-storage.conf.5.md
 policy.json.5.md
@@ -43,7 +43,7 @@
   export CGO_CPPFLAGS="${CPPFLAGS}"
   export CGO_CXXFLAGS="${CXXFLAGS}"
   export GOFLAGS="-buildmode=pie -trimpath -mod=readonly -modcacherw"
-  make binary-local BUILDTAGS='containers_image_ostree_stub'
+  make bin/skopeo BUILDTAGS='containers_image_ostree_stub'
   make docs
 }
 


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

2020-09-26 Thread Morten Linderud via arch-commits
Date: Saturday, September 26, 2020 @ 10:36:50
  Author: foxboron
Revision: 712432

upgpkg: python-docs 3.8.6-1

Modified:
  python-docs/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2020-09-26 10:21:07 UTC (rev 712431)
+++ PKGBUILD2020-09-26 10:36:50 UTC (rev 712432)
@@ -3,7 +3,7 @@
 # Contributor: Rohan Dhruva (rohandhruva at gmail dot com)
 
 pkgname=python-docs
-pkgver=3.8.5
+pkgver=3.8.6
 pkgrel=1
 pkgdesc="Set of HTML documentation for python"
 arch=('any')
@@ -11,7 +11,7 @@
 license=('GPL')
 options=('docs')
 
source=(https://sources.archlinux.org/other/community/python-docs/python-$pkgver-docs-html.tar.bz2)
-sha256sums=('293cf0f428debb50e99aef5c8e7fb646e111a873b9527d452c459e7327ebee2f')
+sha256sums=('4433b71f363efd72c70474fd8e5ea2224e149f2c0c9d4c55c395c8f83013d64e')
 
 package() {
   mkdir -p "$pkgdir"/usr/share/doc/python/html


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

2020-09-26 Thread Morten Linderud via arch-commits
Date: Saturday, September 26, 2020 @ 10:36:58
  Author: foxboron
Revision: 712433

archrelease: copy trunk to community-any

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

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

Deleted: PKGBUILD
===
--- PKGBUILD2020-09-26 10:36:50 UTC (rev 712432)
+++ PKGBUILD2020-09-26 10:36:58 UTC (rev 712433)
@@ -1,24 +0,0 @@
-# Maintainer: Morten Linderud 
-# Contributor: Sergej Pupykin 
-# Contributor: Rohan Dhruva (rohandhruva at gmail dot com)
-
-pkgname=python-docs
-pkgver=3.8.5
-pkgrel=1
-pkgdesc="Set of HTML documentation for python"
-arch=('any')
-url="https://docs.python.org/py3k/;
-license=('GPL')
-options=('docs')
-source=(https://sources.archlinux.org/other/community/python-docs/python-$pkgver-docs-html.tar.bz2)
-sha256sums=('293cf0f428debb50e99aef5c8e7fb646e111a873b9527d452c459e7327ebee2f')
-
-package() {
-  mkdir -p "$pkgdir"/usr/share/doc/python/html
-  cp -rf "$srcdir"/python-$pkgver-docs-html/* 
"$pkgdir"/usr/share/doc/python/html/
-  find "$pkgdir"/usr/share/doc/python/html/ -type f -exec chmod 0644 {} \;
-  find "$pkgdir"/usr/share/doc/python/html/ -type d -exec chmod 0755 {} \;
-  install -dm0755 "$pkgdir"/etc/profile.d
-  echo "export PYTHONDOCS=/usr/share/doc/python/html/library" 
>"$pkgdir"/etc/profile.d/$pkgname.sh
-  echo "setenv PYTHONDOCS /usr/share/doc/python/html/library" 
>"$pkgdir"/etc/profile.d/$pkgname.csh
-}

Copied: python-docs/repos/community-any/PKGBUILD (from rev 712432, 
python-docs/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2020-09-26 10:36:58 UTC (rev 712433)
@@ -0,0 +1,24 @@
+# Maintainer: Morten Linderud 
+# Contributor: Sergej Pupykin 
+# Contributor: Rohan Dhruva (rohandhruva at gmail dot com)
+
+pkgname=python-docs
+pkgver=3.8.6
+pkgrel=1
+pkgdesc="Set of HTML documentation for python"
+arch=('any')
+url="https://docs.python.org/py3k/;
+license=('GPL')
+options=('docs')
+source=(https://sources.archlinux.org/other/community/python-docs/python-$pkgver-docs-html.tar.bz2)
+sha256sums=('4433b71f363efd72c70474fd8e5ea2224e149f2c0c9d4c55c395c8f83013d64e')
+
+package() {
+  mkdir -p "$pkgdir"/usr/share/doc/python/html
+  cp -rf "$srcdir"/python-$pkgver-docs-html/* 
"$pkgdir"/usr/share/doc/python/html/
+  find "$pkgdir"/usr/share/doc/python/html/ -type f -exec chmod 0644 {} \;
+  find "$pkgdir"/usr/share/doc/python/html/ -type d -exec chmod 0755 {} \;
+  install -dm0755 "$pkgdir"/etc/profile.d
+  echo "export PYTHONDOCS=/usr/share/doc/python/html/library" 
>"$pkgdir"/etc/profile.d/$pkgname.sh
+  echo "setenv PYTHONDOCS /usr/share/doc/python/html/library" 
>"$pkgdir"/etc/profile.d/$pkgname.csh
+}


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

2020-09-24 Thread Morten Linderud via arch-commits
Date: Thursday, September 24, 2020 @ 22:08:35
  Author: foxboron
Revision: 711939

archrelease: copy trunk to community-x86_64

Added:
  python-reportlab/repos/community-x86_64/ChangeLog
(from rev 711938, python-reportlab/trunk/ChangeLog)
  python-reportlab/repos/community-x86_64/PKGBUILD
(from rev 711938, python-reportlab/trunk/PKGBUILD)
Deleted:
  python-reportlab/repos/community-x86_64/ChangeLog
  python-reportlab/repos/community-x86_64/PKGBUILD

---+
 ChangeLog |   36 +++
 PKGBUILD  |   68 ++--
 2 files changed, 52 insertions(+), 52 deletions(-)

Deleted: ChangeLog
===
--- ChangeLog   2020-09-24 21:58:17 UTC (rev 711938)
+++ ChangeLog   2020-09-24 22:08:35 UTC (rev 711939)
@@ -1,18 +0,0 @@
-
-2009-02-17  Douglas Soares de Andrade  
-
-   * Updated for i686: 2.3
-
-2008-11-03  Giovanni Scafora   
-
-   * Rebuilt against python 2.6
-
-2008-09-14  Douglas Soares de Andrade  
-
-   * Updating for x86_64: 2.2
-
-2008-09-13  Douglas Soares de Andrade  
-
-   * Adding ChangeLog
-   * Updating for i686: 2.2
-

Copied: python-reportlab/repos/community-x86_64/ChangeLog (from rev 711938, 
python-reportlab/trunk/ChangeLog)
===
--- ChangeLog   (rev 0)
+++ ChangeLog   2020-09-24 22:08:35 UTC (rev 711939)
@@ -0,0 +1,18 @@
+
+2009-02-17  Douglas Soares de Andrade  
+
+   * Updated for i686: 2.3
+
+2008-11-03  Giovanni Scafora   
+
+   * Rebuilt against python 2.6
+
+2008-09-14  Douglas Soares de Andrade  
+
+   * Updating for x86_64: 2.2
+
+2008-09-13  Douglas Soares de Andrade  
+
+   * Adding ChangeLog
+   * Updating for i686: 2.2
+

Deleted: PKGBUILD
===
--- PKGBUILD2020-09-24 21:58:17 UTC (rev 711938)
+++ PKGBUILD2020-09-24 22:08:35 UTC (rev 711939)
@@ -1,34 +0,0 @@
-# Maintainer: Morten Linderud 
-# Contributor: Angel 'angvp' Velasquez 
-# Contributor: William Rea 
-
-_origname=reportlab
-pkgname=python-reportlab
-pkgver=3.5.50
-pkgrel=1
-pkgdesc="A proven industry-strength PDF generating solution"
-arch=('x86_64')
-url="https://bitbucket.org/rptlab/reportlab;
-depends=('freetype2')
-depends=('python' 'python-pip' 'python-pillow')
-makedepends=('freetype2' 'python-pillow' 'mercurial')
-license=('BSD')
-source=(https://files.pythonhosted.org/packages/source/${_origname::1}/${_origname}/${_origname}-${pkgver}.tar.gz)
-sha256sums=('876ce59164245f62bf67b8502e127b0a3ffd40f37c7177d1b4d9da24e42a77b0')
-
-build() {
-cd ${_origname}-${pkgver}
-python setup.py build
-}
-
-check() {
-cd ${_origname}-${pkgver}
-python setup.py tests
-rm tests/_i_am_actually_a_*
-}
-
-package() {
-cd ${_origname}-${pkgver}
-python setup.py install --root="$pkgdir" --optimize=1 --skip-build
-install -D -m644 LICENSE.txt 
"$pkgdir"/usr/share/licenses/$pkgname/license.txt
-}

Copied: python-reportlab/repos/community-x86_64/PKGBUILD (from rev 711938, 
python-reportlab/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2020-09-24 22:08:35 UTC (rev 711939)
@@ -0,0 +1,34 @@
+# Maintainer: Morten Linderud 
+# Contributor: Angel 'angvp' Velasquez 
+# Contributor: William Rea 
+
+_origname=reportlab
+pkgname=python-reportlab
+pkgver=3.5.51
+pkgrel=1
+pkgdesc="A proven industry-strength PDF generating solution"
+arch=('x86_64')
+url="https://bitbucket.org/rptlab/reportlab;
+depends=('freetype2')
+depends=('python' 'python-pip' 'python-pillow')
+makedepends=('freetype2' 'python-pillow' 'mercurial')
+license=('BSD')
+source=(https://files.pythonhosted.org/packages/source/${_origname::1}/${_origname}/${_origname}-${pkgver}.tar.gz)
+sha256sums=('bd1ed4d8a064e7372d46b7a23774d984c024d8bb0c2ff3283d5213749b9ffa1c')
+
+build() {
+cd ${_origname}-${pkgver}
+python setup.py build
+}
+
+check() {
+cd ${_origname}-${pkgver}
+python setup.py tests
+rm tests/_i_am_actually_a_*
+}
+
+package() {
+cd ${_origname}-${pkgver}
+python setup.py install --root="$pkgdir" --optimize=1 --skip-build
+install -D -m644 LICENSE.txt 
"$pkgdir"/usr/share/licenses/$pkgname/license.txt
+}


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

2020-09-24 Thread Morten Linderud via arch-commits
Date: Thursday, September 24, 2020 @ 20:31:34
  Author: foxboron
Revision: 711891

upgpkg: python-reportlab 3.5.51-1

Modified:
  python-reportlab/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2020-09-24 20:27:07 UTC (rev 711890)
+++ PKGBUILD2020-09-24 20:31:34 UTC (rev 711891)
@@ -4,7 +4,7 @@
 
 _origname=reportlab
 pkgname=python-reportlab
-pkgver=3.5.50
+pkgver=3.5.51
 pkgrel=1
 pkgdesc="A proven industry-strength PDF generating solution"
 arch=('x86_64')
@@ -14,7 +14,7 @@
 makedepends=('freetype2' 'python-pillow' 'mercurial')
 license=('BSD')
 
source=(https://files.pythonhosted.org/packages/source/${_origname::1}/${_origname}/${_origname}-${pkgver}.tar.gz)
-sha256sums=('876ce59164245f62bf67b8502e127b0a3ffd40f37c7177d1b4d9da24e42a77b0')
+sha256sums=('bd1ed4d8a064e7372d46b7a23774d984c024d8bb0c2ff3283d5213749b9ffa1c')
 
 build() {
 cd ${_origname}-${pkgver}


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

2020-09-24 Thread Morten Linderud via arch-commits
Date: Thursday, September 24, 2020 @ 20:26:41
  Author: foxboron
Revision: 711887

upgpkg: docker-compose 1.27.4-1

Modified:
  docker-compose/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2020-09-24 20:25:43 UTC (rev 711886)
+++ PKGBUILD2020-09-24 20:26:41 UTC (rev 711887)
@@ -6,7 +6,7 @@
 # Contributor: Josh VanderLinden 
 
 pkgname=docker-compose
-pkgver=1.27.3
+pkgver=1.27.4
 pkgrel=1
 pkgdesc="Fast, isolated development environments using Docker"
 arch=('any')
@@ -17,7 +17,7 @@
  'python-dockerpty' 'python-six' 'python-jsonschema' 'python-dotenv' 
'docker')
 makedepends=('python-setuptools')
 
source=("$pkgname-$pkgver.tar.gz::https://github.com/docker/compose/archive/$pkgver.tar.gz;)
-sha512sums=('43e34760574d1ec009faa7a1fa09d621a2708f01f05819b46c67fe7ebf280807f97d9a5867cbfe75e9af6f097cd3f7c8c8fee66aa5392a4c62cdf44c7fb38075')
+sha512sums=('b41b7cf88b1380021a30f9becb7567d1e154ef875c42b37483673b5107f1a26dae6868b92c6a61f695001eb63759b25f3729e6783272eb784047717cafea3b80')
 
 build() {
   cd "compose-$pkgver"


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

2020-09-24 Thread Morten Linderud via arch-commits
Date: Thursday, September 24, 2020 @ 20:26:49
  Author: foxboron
Revision: 711888

archrelease: copy trunk to community-any

Added:
  docker-compose/repos/community-any/PKGBUILD
(from rev 711887, docker-compose/trunk/PKGBUILD)
Deleted:
  docker-compose/repos/community-any/PKGBUILD

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

Deleted: PKGBUILD
===
--- PKGBUILD2020-09-24 20:26:41 UTC (rev 711887)
+++ PKGBUILD2020-09-24 20:26:49 UTC (rev 711888)
@@ -1,34 +0,0 @@
-# Maintainer: Andrew Crerar 
-# Maintainer: Morten Linderud 
-# Contributor: Felix Yan 
-# Contributor: Iwan Timmer 
-# Contributor: Vincent Demeester 
-# Contributor: Josh VanderLinden 
-
-pkgname=docker-compose
-pkgver=1.27.3
-pkgrel=1
-pkgdesc="Fast, isolated development environments using Docker"
-arch=('any')
-url="https://www.docker.com/;
-license=("Apache")
-depends=('python-cached-property' 'python-docopt' 'python-yaml' 
'python-requests'
- 'python-texttable' 'python-websocket-client' 'python-distro' 
'python-docker'
- 'python-dockerpty' 'python-six' 'python-jsonschema' 'python-dotenv' 
'docker')
-makedepends=('python-setuptools')
-source=("$pkgname-$pkgver.tar.gz::https://github.com/docker/compose/archive/$pkgver.tar.gz;)
-sha512sums=('43e34760574d1ec009faa7a1fa09d621a2708f01f05819b46c67fe7ebf280807f97d9a5867cbfe75e9af6f097cd3f7c8c8fee66aa5392a4c62cdf44c7fb38075')
-
-build() {
-  cd "compose-$pkgver"
-  python setup.py build
-}
-
-package() {
-  cd "compose-$pkgver"
-  python setup.py install --root="$pkgdir" --optimize=1 --skip-build
-  install -Dm644 LICENSE "$pkgdir"/usr/share/licenses/$pkgname/LICENSE
-  install -Dm644 contrib/completion/bash/docker-compose  
"$pkgdir"/usr/share/bash-completion/completions/docker-compose
-  install -Dm644 contrib/completion/fish/docker-compose.fish 
"$pkgdir"/usr/share/fish/vendor_completions.d/docker-compose.fish
-  install -Dm644 contrib/completion/zsh/_docker-compose  
"$pkgdir"/usr/share/zsh/site-functions/_docker-compose
-}

Copied: docker-compose/repos/community-any/PKGBUILD (from rev 711887, 
docker-compose/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2020-09-24 20:26:49 UTC (rev 711888)
@@ -0,0 +1,34 @@
+# Maintainer: Andrew Crerar 
+# Maintainer: Morten Linderud 
+# Contributor: Felix Yan 
+# Contributor: Iwan Timmer 
+# Contributor: Vincent Demeester 
+# Contributor: Josh VanderLinden 
+
+pkgname=docker-compose
+pkgver=1.27.4
+pkgrel=1
+pkgdesc="Fast, isolated development environments using Docker"
+arch=('any')
+url="https://www.docker.com/;
+license=("Apache")
+depends=('python-cached-property' 'python-docopt' 'python-yaml' 
'python-requests'
+ 'python-texttable' 'python-websocket-client' 'python-distro' 
'python-docker'
+ 'python-dockerpty' 'python-six' 'python-jsonschema' 'python-dotenv' 
'docker')
+makedepends=('python-setuptools')
+source=("$pkgname-$pkgver.tar.gz::https://github.com/docker/compose/archive/$pkgver.tar.gz;)
+sha512sums=('b41b7cf88b1380021a30f9becb7567d1e154ef875c42b37483673b5107f1a26dae6868b92c6a61f695001eb63759b25f3729e6783272eb784047717cafea3b80')
+
+build() {
+  cd "compose-$pkgver"
+  python setup.py build
+}
+
+package() {
+  cd "compose-$pkgver"
+  python setup.py install --root="$pkgdir" --optimize=1 --skip-build
+  install -Dm644 LICENSE "$pkgdir"/usr/share/licenses/$pkgname/LICENSE
+  install -Dm644 contrib/completion/bash/docker-compose  
"$pkgdir"/usr/share/bash-completion/completions/docker-compose
+  install -Dm644 contrib/completion/fish/docker-compose.fish 
"$pkgdir"/usr/share/fish/vendor_completions.d/docker-compose.fish
+  install -Dm644 contrib/completion/zsh/_docker-compose  
"$pkgdir"/usr/share/zsh/site-functions/_docker-compose
+}


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

2020-09-23 Thread Morten Linderud via arch-commits
Date: Wednesday, September 23, 2020 @ 15:49:42
  Author: foxboron
Revision: 711552

upgpkg: helm 3.3.4-1

Modified:
  helm/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2020-09-23 15:48:58 UTC (rev 711551)
+++ PKGBUILD2020-09-23 15:49:42 UTC (rev 711552)
@@ -5,7 +5,7 @@
 # Contributor: Matthias Lisin 
 
 pkgname=helm
-pkgver=3.3.3
+pkgver=3.3.4
 pkgrel=1
 pkgdesc="The Kubernetes Package Manager"
 arch=("x86_64")
@@ -13,7 +13,7 @@
 license=("Apache")
 depends=('glibc')
 makedepends=("go" "git")
-_commit=55e3ca022e40fe200fbc855938995f40b2a68ce0#refs/tags/v3.3.3^{}
+_commit=a61ce5633af99708171414353ed49547cf05013d#refs/tags/v3.3.4^{}
 source=("git+https://github.com/helm/helm.git#commit=$_commit?signed;
 
"go1.15-compat.patch::https://github.com/helm/helm/commit/83a5e620d0acde77502b1f814f749268e8d8ef6e.patch;)
 validpgpkeys=('672C657BE06B4B30969C4A57461449C25E36B98E'


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

2020-09-23 Thread Morten Linderud via arch-commits
Date: Wednesday, September 23, 2020 @ 15:49:50
  Author: foxboron
Revision: 711553

archrelease: copy trunk to community-x86_64

Added:
  helm/repos/community-x86_64/PKGBUILD
(from rev 711552, helm/trunk/PKGBUILD)
Deleted:
  helm/repos/community-x86_64/PKGBUILD

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

Deleted: PKGBUILD
===
--- PKGBUILD2020-09-23 15:49:42 UTC (rev 711552)
+++ PKGBUILD2020-09-23 15:49:50 UTC (rev 711553)
@@ -1,57 +0,0 @@
-# Maintainer: Morten Linderud 
-# Contributor: Lukas Grossar 
-# Contributor: Ivan Shapovalov 
-# Contributor: Wayne Cheng 
-# Contributor: Matthias Lisin 
-
-pkgname=helm
-pkgver=3.3.3
-pkgrel=1
-pkgdesc="The Kubernetes Package Manager"
-arch=("x86_64")
-url="https://helm.sh/;
-license=("Apache")
-depends=('glibc')
-makedepends=("go" "git")
-_commit=55e3ca022e40fe200fbc855938995f40b2a68ce0#refs/tags/v3.3.3^{}
-source=("git+https://github.com/helm/helm.git#commit=$_commit?signed;
-
"go1.15-compat.patch::https://github.com/helm/helm/commit/83a5e620d0acde77502b1f814f749268e8d8ef6e.patch;)
-validpgpkeys=('672C657BE06B4B30969C4A57461449C25E36B98E'
-  '967F8AC5E2216F9F4FD270AD92AA783CBAAE8E3B')
-sha256sums=('SKIP'
-'1ae04b9cc2641ef068ce6ad8fe1b29f4177e1451489cd4a7316bf566659d2da8')
-
-pkgver() {
-  cd "${pkgname}"
-  git describe --tags | sed 's/^v//;s/-/+/g'
-}
-
-prepare() {
-cd "${pkgname}"
-patch -Np1 < "$srcdir/go1.15-compat.patch"
-}
-
-build() {
-cd "${pkgname}"
-export CGO_LDFLAGS="$LDFLAGS"
-export CGO_CFLAGS="$CFLAGS"
-export CGO_CXXFLAGS="$CXXFLAGS"
-export CGO_CPPFLAGS="$CPPFLAGS"
-make EXT_LDFLAGS="-linkmode external" GOFLAGS="-buildmode=pie -trimpath"
-}
-
-check(){
-cd "${pkgname}"
-export CGO_LDFLAGS="$LDFLAGS"
-export CGO_CFLAGS="$CFLAGS"
-export CGO_CXXFLAGS="$CXXFLAGS"
-export CGO_CPPFLAGS="$CPPFLAGS"
-make LDFLAGS="-s -w -linkmode external" GOFLAGS="-buildmode=pie -trimpath" 
test-unit
-}
-
-package(){
-cd "${pkgname}"
-install -Dm755 bin/helm -t "$pkgdir/usr/bin"
-bin/helm completion bash | install -Dm644 /dev/stdin 
"$pkgdir/usr/share/bash-completion/completions/helm"
-bin/helm completion zsh | install -Dm644 /dev/stdin 
"$pkgdir/usr/share/zsh/site-functions/_helm"
-}

Copied: helm/repos/community-x86_64/PKGBUILD (from rev 711552, 
helm/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2020-09-23 15:49:50 UTC (rev 711553)
@@ -0,0 +1,57 @@
+# Maintainer: Morten Linderud 
+# Contributor: Lukas Grossar 
+# Contributor: Ivan Shapovalov 
+# Contributor: Wayne Cheng 
+# Contributor: Matthias Lisin 
+
+pkgname=helm
+pkgver=3.3.4
+pkgrel=1
+pkgdesc="The Kubernetes Package Manager"
+arch=("x86_64")
+url="https://helm.sh/;
+license=("Apache")
+depends=('glibc')
+makedepends=("go" "git")
+_commit=a61ce5633af99708171414353ed49547cf05013d#refs/tags/v3.3.4^{}
+source=("git+https://github.com/helm/helm.git#commit=$_commit?signed;
+
"go1.15-compat.patch::https://github.com/helm/helm/commit/83a5e620d0acde77502b1f814f749268e8d8ef6e.patch;)
+validpgpkeys=('672C657BE06B4B30969C4A57461449C25E36B98E'
+  '967F8AC5E2216F9F4FD270AD92AA783CBAAE8E3B')
+sha256sums=('SKIP'
+'1ae04b9cc2641ef068ce6ad8fe1b29f4177e1451489cd4a7316bf566659d2da8')
+
+pkgver() {
+  cd "${pkgname}"
+  git describe --tags | sed 's/^v//;s/-/+/g'
+}
+
+prepare() {
+cd "${pkgname}"
+patch -Np1 < "$srcdir/go1.15-compat.patch"
+}
+
+build() {
+cd "${pkgname}"
+export CGO_LDFLAGS="$LDFLAGS"
+export CGO_CFLAGS="$CFLAGS"
+export CGO_CXXFLAGS="$CXXFLAGS"
+export CGO_CPPFLAGS="$CPPFLAGS"
+make EXT_LDFLAGS="-linkmode external" GOFLAGS="-buildmode=pie -trimpath"
+}
+
+check(){
+cd "${pkgname}"
+export CGO_LDFLAGS="$LDFLAGS"
+export CGO_CFLAGS="$CFLAGS"
+export CGO_CXXFLAGS="$CXXFLAGS"
+export CGO_CPPFLAGS="$CPPFLAGS"
+make LDFLAGS="-s -w -linkmode external" GOFLAGS="-buildmode=pie -trimpath" 
test-unit
+}
+
+package(){
+cd "${pkgname}"
+install -Dm755 bin/helm -t "$pkgdir/usr/bin"
+bin/helm completion bash | install -Dm644 /dev/stdin 
"$pkgdir/usr/share/bash-completion/completions/helm"
+bin/helm completion zsh | install -Dm644 /dev/stdin 
"$pkgdir/usr/share/zsh/site-functions/_helm"
+}


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

2020-09-23 Thread Morten Linderud via arch-commits
Date: Wednesday, September 23, 2020 @ 15:46:07
  Author: foxboron
Revision: 711544

upgpkg: crun 0.15-1

Modified:
  crun/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2020-09-23 15:45:55 UTC (rev 711543)
+++ PKGBUILD2020-09-23 15:46:07 UTC (rev 711544)
@@ -2,7 +2,7 @@
 # Contributor: hexchian 
 
 pkgname=crun
-pkgver=0.14.1
+pkgver=0.15
 pkgrel=1
 pkgdesc="A fast and lightweight fully featured OCI runtime and C library for 
running containers"
 url="https://github.com/containers/crun;
@@ -12,7 +12,7 @@
 makedepends=('libtool' 'python' 'go-md2man' 'systemd')
 
source=("https://github.com/containers/crun/releases/download/$pkgver/$pkgname-$pkgver.tar.xz"{,.asc})
 validpgpkeys=('AC404C1C0BF735C63FF4D562263D6DF2E163E1EA')
-sha256sums=('8269b183fad6b20611d235be381f937790d003399567def6a222fbc46e8b5787'
+sha256sums=('e635b953327b1ae0155db63ef75be56755c0c3ce91ebbe4b4093774fdbd56df1'
 'SKIP')
 
 build() {


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

2020-09-23 Thread Morten Linderud via arch-commits
Date: Wednesday, September 23, 2020 @ 15:46:15
  Author: foxboron
Revision: 711545

archrelease: copy trunk to community-x86_64

Added:
  crun/repos/community-x86_64/PKGBUILD
(from rev 711544, crun/trunk/PKGBUILD)
Deleted:
  crun/repos/community-x86_64/PKGBUILD

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

Deleted: PKGBUILD
===
--- PKGBUILD2020-09-23 15:46:07 UTC (rev 711544)
+++ PKGBUILD2020-09-23 15:46:15 UTC (rev 711545)
@@ -1,30 +0,0 @@
-# Maintainer: Morten Linderud 
-# Contributor: hexchian 
-
-pkgname=crun
-pkgver=0.14.1
-pkgrel=1
-pkgdesc="A fast and lightweight fully featured OCI runtime and C library for 
running containers"
-url="https://github.com/containers/crun;
-license=('LGPL')
-arch=('x86_64')
-depends=('yajl' 'systemd-libs' 'libcap' 'libseccomp')
-makedepends=('libtool' 'python' 'go-md2man' 'systemd')
-source=("https://github.com/containers/crun/releases/download/$pkgver/$pkgname-$pkgver.tar.xz"{,.asc})
-validpgpkeys=('AC404C1C0BF735C63FF4D562263D6DF2E163E1EA')
-sha256sums=('8269b183fad6b20611d235be381f937790d003399567def6a222fbc46e8b5787'
-'SKIP')
-
-build() {
-cd "$pkgname-$pkgver"
-./autogen.sh
-./configure \
---prefix=/usr \
---enable-dynamic
-make
-}
-
-package() {
-cd "$pkgname-$pkgver"
-make DESTDIR="$pkgdir" install
-}

Copied: crun/repos/community-x86_64/PKGBUILD (from rev 711544, 
crun/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2020-09-23 15:46:15 UTC (rev 711545)
@@ -0,0 +1,30 @@
+# Maintainer: Morten Linderud 
+# Contributor: hexchian 
+
+pkgname=crun
+pkgver=0.15
+pkgrel=1
+pkgdesc="A fast and lightweight fully featured OCI runtime and C library for 
running containers"
+url="https://github.com/containers/crun;
+license=('LGPL')
+arch=('x86_64')
+depends=('yajl' 'systemd-libs' 'libcap' 'libseccomp')
+makedepends=('libtool' 'python' 'go-md2man' 'systemd')
+source=("https://github.com/containers/crun/releases/download/$pkgver/$pkgname-$pkgver.tar.xz"{,.asc})
+validpgpkeys=('AC404C1C0BF735C63FF4D562263D6DF2E163E1EA')
+sha256sums=('e635b953327b1ae0155db63ef75be56755c0c3ce91ebbe4b4093774fdbd56df1'
+'SKIP')
+
+build() {
+cd "$pkgname-$pkgver"
+./autogen.sh
+./configure \
+--prefix=/usr \
+--enable-dynamic
+make
+}
+
+package() {
+cd "$pkgname-$pkgver"
+make DESTDIR="$pkgdir" install
+}


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

2020-09-23 Thread Morten Linderud via arch-commits
Date: Wednesday, September 23, 2020 @ 07:18:59
  Author: foxboron
Revision: 711447

archrelease: copy trunk to community-x86_64

Added:
  podman/repos/community-x86_64/PKGBUILD
(from rev 711446, podman/trunk/PKGBUILD)
Deleted:
  podman/repos/community-x86_64/PKGBUILD

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

Deleted: PKGBUILD
===
--- PKGBUILD2020-09-23 07:18:51 UTC (rev 711446)
+++ PKGBUILD2020-09-23 07:18:59 UTC (rev 711447)
@@ -1,53 +0,0 @@
-# Maintainer: Bartłomiej Piotrowski 
-# Maintainer: Morten Linderud 
-
-pkgbase=podman
-pkgname=(podman podman-docker)
-pkgver=2.0.6
-pkgrel=1
-pkgdesc='Tool and library for running OCI-based containers in pods'
-arch=(x86_64)
-url='https://github.com/containers/libpod'
-license=(Apache)
-depends=(cni-plugins conmon device-mapper iptables libseccomp runc
- slirp4netns libsystemd fuse-overlayfs skopeo)
-makedepends=(go go-md2man git btrfs-progs)
-source=("git+$url#tag=v$pkgver?signed")
-validpgpkeys=('B7DBDCA456F7335E91F1C25CD3624C551D0515C4')
-sha256sums=('SKIP')
-
-pkgver() {
-  cd libpod
-  git describe --tags | sed 's/^v//;s/-/+/g'
-}
-
-build() {
-  export BUILDTAGS='seccomp varlink systemd'
-  export CGO_CPPFLAGS="${CPPFLAGS}"
-  export CGO_CFLAGS="${CFLAGS}"
-  export CGO_CXXFLAGS="${CXXFLAGS}"
-  export CGO_LDFLAGS="${LDFLAGS}"
-  export GOFLAGS="-buildmode=pie -trimpath"
-
-  cd libpod
-  make EXTRA_LDFLAGS='-s -w -linkmode=external'
-}
-
-package_podman() {
-  optdepends+=('podman-docker: for Docker-compatible CLI'
-  'btrfs-progs: support btrfs backend devices'
-  'catatonit: --init flag support'
-  'crun: support for unified cgroupsv2')
-
-  cd libpod
-  make install install.completions DESTDIR="$pkgdir" PREFIX=/usr
-}
-
-package_podman-docker() {
-  pkgdesc='Emulate Docker CLI using podman'
-  depends=(podman)
-  conflicts=(docker)
-
-  cd libpod
-  make install.docker DESTDIR="$pkgdir" PREFIX=/usr
-}

Copied: podman/repos/community-x86_64/PKGBUILD (from rev 711446, 
podman/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2020-09-23 07:18:59 UTC (rev 711447)
@@ -0,0 +1,61 @@
+# Maintainer: Bartłomiej Piotrowski 
+# Maintainer: Morten Linderud 
+
+pkgbase=podman
+pkgname=(podman podman-docker)
+pkgver=2.1.0
+pkgrel=1
+pkgdesc='Tool and library for running OCI-based containers in pods'
+arch=(x86_64)
+url='https://github.com/containers/libpod'
+license=(Apache)
+depends=(cni-plugins conmon device-mapper iptables libseccomp runc
+ slirp4netns libsystemd fuse-overlayfs skopeo)
+makedepends=(go go-md2man git btrfs-progs)
+source=("git+$url#tag=v$pkgver?signed"
+
"fix-varlink.patch::https://github.com/containers/podman/commit/5cedd830f7275e8dc3382502908b846bfa57a3b8.patch;)
+validpgpkeys=('B7DBDCA456F7335E91F1C25CD3624C551D0515C4')
+sha256sums=('SKIP'
+'0e46d23deccce91327242389375142703c5d951a8ccf6a43a13b2a329ac3318c')
+
+pkgver() {
+  cd libpod
+  git describe --tags | sed 's/^v//;s/-/+/g'
+}
+
+prepare() {
+  cd "libpod"
+  patch -Np1 < "$srcdir/fix-varlink.patch"
+}
+
+build() {
+  export BUILDTAGS='seccomp varlink systemd'
+  export CGO_CPPFLAGS="${CPPFLAGS}"
+  export CGO_CFLAGS="${CFLAGS}"
+  export CGO_CXXFLAGS="${CXXFLAGS}"
+  export CGO_LDFLAGS="${LDFLAGS}"
+  export GOFLAGS="-buildmode=pie -trimpath"
+
+  cd libpod
+  go generate ./pkg/varlink/...
+  make EXTRA_LDFLAGS='-s -w -linkmode=external'
+}
+
+package_podman() {
+  optdepends+=('podman-docker: for Docker-compatible CLI'
+  'btrfs-progs: support btrfs backend devices'
+  'catatonit: --init flag support'
+  'crun: support for unified cgroupsv2')
+
+  cd libpod
+  make install install.completions DESTDIR="$pkgdir" PREFIX=/usr
+}
+
+package_podman-docker() {
+  pkgdesc='Emulate Docker CLI using podman'
+  depends=(podman)
+  conflicts=(docker)
+
+  cd libpod
+  make install.docker DESTDIR="$pkgdir" PREFIX=/usr
+}


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

2020-09-23 Thread Morten Linderud via arch-commits
Date: Wednesday, September 23, 2020 @ 07:18:51
  Author: foxboron
Revision: 711446

upgpkg: podman 2.1.0-1 - Added varlink patch

https://github.com/containers/podman/pull/7734

Modified:
  podman/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2020-09-23 07:03:41 UTC (rev 711445)
+++ PKGBUILD2020-09-23 07:18:51 UTC (rev 711446)
@@ -3,7 +3,7 @@
 
 pkgbase=podman
 pkgname=(podman podman-docker)
-pkgver=2.0.6
+pkgver=2.1.0
 pkgrel=1
 pkgdesc='Tool and library for running OCI-based containers in pods'
 arch=(x86_64)
@@ -12,9 +12,11 @@
 depends=(cni-plugins conmon device-mapper iptables libseccomp runc
  slirp4netns libsystemd fuse-overlayfs skopeo)
 makedepends=(go go-md2man git btrfs-progs)
-source=("git+$url#tag=v$pkgver?signed")
+source=("git+$url#tag=v$pkgver?signed"
+
"fix-varlink.patch::https://github.com/containers/podman/commit/5cedd830f7275e8dc3382502908b846bfa57a3b8.patch;)
 validpgpkeys=('B7DBDCA456F7335E91F1C25CD3624C551D0515C4')
-sha256sums=('SKIP')
+sha256sums=('SKIP'
+'0e46d23deccce91327242389375142703c5d951a8ccf6a43a13b2a329ac3318c')
 
 pkgver() {
   cd libpod
@@ -21,6 +23,11 @@
   git describe --tags | sed 's/^v//;s/-/+/g'
 }
 
+prepare() {
+  cd "libpod"
+  patch -Np1 < "$srcdir/fix-varlink.patch"
+}
+
 build() {
   export BUILDTAGS='seccomp varlink systemd'
   export CGO_CPPFLAGS="${CPPFLAGS}"
@@ -30,6 +37,7 @@
   export GOFLAGS="-buildmode=pie -trimpath"
 
   cd libpod
+  go generate ./pkg/varlink/...
   make EXTRA_LDFLAGS='-s -w -linkmode=external'
 }
 


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

2020-09-22 Thread Morten Linderud via arch-commits
Date: Tuesday, September 22, 2020 @ 20:04:12
  Author: foxboron
Revision: 711411

archrelease: copy trunk to community-x86_64

Added:
  buildah/repos/community-x86_64/PKGBUILD
(from rev 711410, buildah/trunk/PKGBUILD)
Deleted:
  buildah/repos/community-x86_64/PKGBUILD

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

Deleted: PKGBUILD
===
--- PKGBUILD2020-09-22 20:04:04 UTC (rev 711410)
+++ PKGBUILD2020-09-22 20:04:12 UTC (rev 711411)
@@ -1,37 +0,0 @@
-# Maintainer: Bartłomiej Piotrowski 
-# Maintainer: Morten Linderud 
-
-pkgname=buildah
-pkgver=1.16.1
-pkgrel=1
-pkgdesc="A tool which facilitates building OCI images"
-arch=(x86_64)
-url="https://github.com/containers/buildah;
-license=(Apache)
-depends=(runc skopeo slirp4netns)
-makedepends=(go git bash-bats btrfs-progs device-mapper gpgme libassuan
- bzip2 go-md2man runc skopeo systemd)
-_commit=0de2694a2eca934d4ca121ac1d1497c76b0ffc85   #refs/tags/v1.16.1
-source=(git+https://github.com/containers/buildah.git#commit=$_commit)
-md5sums=('SKIP')
-
-pkgver() {
-  cd buildah
-  git describe --tags | sed 's/^[vV]//;s/-/+/g'
-}
-
-build() {
-  cd $pkgname 
-  export GOFLAGS="-buildmode=pie -trimpath"
-  export CGO_LDFLAGS="${LDFLAGS}"
-  export CGO_CFLAGS="${CFLAGS}"
-  export CGO_CPPFLAGS="${CPPFLAGS}"
-  export CGO_CXXFLAGS="${CXXFLAGS}"
-  make PREFIX=/usr BUILDTAGS="containers_image_ostree_stub seccomp"
-}
-
-package() {
-  cd $pkgname
-  make DESTDIR="$pkgdir" PREFIX=usr install install.completions
-  install -Dm644 LICENSE "$pkgdir/usr/share/licenses/$pkgname/LICENSE"
-}

Copied: buildah/repos/community-x86_64/PKGBUILD (from rev 711410, 
buildah/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2020-09-22 20:04:12 UTC (rev 711411)
@@ -0,0 +1,37 @@
+# Maintainer: Bartłomiej Piotrowski 
+# Maintainer: Morten Linderud 
+
+pkgname=buildah
+pkgver=1.16.2
+pkgrel=1
+pkgdesc="A tool which facilitates building OCI images"
+arch=(x86_64)
+url="https://github.com/containers/buildah;
+license=(Apache)
+depends=(runc skopeo slirp4netns)
+makedepends=(go git bash-bats btrfs-progs device-mapper gpgme libassuan
+ bzip2 go-md2man runc skopeo systemd)
+_commit=2a1255f2a6478fa3f9f397233e3cf648737ff617#refs/tags/v1.16.2
+source=(git+https://github.com/containers/buildah.git#commit=$_commit)
+md5sums=('SKIP')
+
+pkgver() {
+  cd buildah
+  git describe --tags | sed 's/^[vV]//;s/-/+/g'
+}
+
+build() {
+  cd $pkgname 
+  export GOFLAGS="-buildmode=pie -trimpath"
+  export CGO_LDFLAGS="${LDFLAGS}"
+  export CGO_CFLAGS="${CFLAGS}"
+  export CGO_CPPFLAGS="${CPPFLAGS}"
+  export CGO_CXXFLAGS="${CXXFLAGS}"
+  make PREFIX=/usr BUILDTAGS="containers_image_ostree_stub seccomp"
+}
+
+package() {
+  cd $pkgname
+  make DESTDIR="$pkgdir" PREFIX=usr install install.completions
+  install -Dm644 LICENSE "$pkgdir/usr/share/licenses/$pkgname/LICENSE"
+}


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

2020-09-22 Thread Morten Linderud via arch-commits
Date: Tuesday, September 22, 2020 @ 20:04:04
  Author: foxboron
Revision: 711410

upgpkg: buildah 1.16.2-1

Modified:
  buildah/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2020-09-22 19:55:32 UTC (rev 711409)
+++ PKGBUILD2020-09-22 20:04:04 UTC (rev 711410)
@@ -2,7 +2,7 @@
 # Maintainer: Morten Linderud 
 
 pkgname=buildah
-pkgver=1.16.1
+pkgver=1.16.2
 pkgrel=1
 pkgdesc="A tool which facilitates building OCI images"
 arch=(x86_64)
@@ -11,7 +11,7 @@
 depends=(runc skopeo slirp4netns)
 makedepends=(go git bash-bats btrfs-progs device-mapper gpgme libassuan
  bzip2 go-md2man runc skopeo systemd)
-_commit=0de2694a2eca934d4ca121ac1d1497c76b0ffc85   #refs/tags/v1.16.1
+_commit=2a1255f2a6478fa3f9f397233e3cf648737ff617#refs/tags/v1.16.2
 source=(git+https://github.com/containers/buildah.git#commit=$_commit)
 md5sums=('SKIP')
 


[arch-commits] Commit in qmk/trunk (6 files)

2020-09-22 Thread Morten Linderud via arch-commits
Date: Tuesday, September 22, 2020 @ 15:53:00
  Author: foxboron
Revision: 711395

upgpkg: qmk 0.0.35-2

Added:
  qmk/trunk/50-atmel-dfu.rules
  qmk/trunk/54-input-club-keyboard.rules
  qmk/trunk/55-caterina.rules
  qmk/trunk/56-dfu-util.rules
  qmk/trunk/57-bootloadhid.rules
  qmk/trunk/PKGBUILD

--+
 50-atmel-dfu.rules   |6 
 54-input-club-keyboard.rules |2 +
 55-caterina.rules|5 
 56-dfu-util.rules|4 +++
 57-bootloadhid.rules |2 +
 PKGBUILD |   51 +
 6 files changed, 70 insertions(+)

Added: 50-atmel-dfu.rules
===
--- 50-atmel-dfu.rules  (rev 0)
+++ 50-atmel-dfu.rules  2020-09-22 15:53:00 UTC (rev 711395)
@@ -0,0 +1,6 @@
+# Atmel ATMega32U4
+SUBSYSTEMS=="usb", ATTRS{idVendor}=="03eb", ATTRS{idProduct}=="2ff4", 
TAG+="uaccess", RUN{builtin}+="uaccess"
+# Atmel USBKEY AT90USB1287
+SUBSYSTEMS=="usb", ATTRS{idVendor}=="03eb", ATTRS{idProduct}=="2ffb", 
TAG+="uaccess", RUN{builtin}+="uaccess"
+# Atmel ATMega32U2
+SUBSYSTEMS=="usb", ATTRS{idVendor}=="03eb", ATTRS{idProduct}=="2ff0", 
TAG+="uaccess", RUN{builtin}+="uaccess"

Added: 54-input-club-keyboard.rules
===
--- 54-input-club-keyboard.rules(rev 0)
+++ 54-input-club-keyboard.rules2020-09-22 15:53:00 UTC (rev 711395)
@@ -0,0 +1,2 @@
+# Input Club keyboard bootloader
+SUBSYSTEMS=="usb", ATTRS{idVendor}=="1c11", ATTRS{idProduct}=="b007", 
TAG+="uaccess", RUN{builtin}+="uaccess"

Added: 55-caterina.rules
===
--- 55-caterina.rules   (rev 0)
+++ 55-caterina.rules   2020-09-22 15:53:00 UTC (rev 711395)
@@ -0,0 +1,5 @@
+# ModemManager should ignore the following devices
+SUBSYSTEMS=="usb", ATTRS{idVendor}=="2a03", ATTRS{idProduct}=="0036", 
TAG+="uaccess", RUN{builtin}+="uaccess", ENV{ID_MM_DEVICE_IGNORE}="1"
+SUBSYSTEMS=="usb", ATTRS{idVendor}=="2341", ATTRS{idProduct}=="0036", 
TAG+="uaccess", RUN{builtin}+="uaccess", ENV{ID_MM_DEVICE_IGNORE}="1"
+SUBSYSTEMS=="usb", ATTRS{idVendor}=="1b4f", ATTRS{idProduct}=="9205", 
TAG+="uaccess", RUN{builtin}+="uaccess", ENV{ID_MM_DEVICE_IGNORE}="1"
+SUBSYSTEMS=="usb", ATTRS{idVendor}=="1b4f", ATTRS{idProduct}=="9203", 
TAG+="uaccess", RUN{builtin}+="uaccess", ENV{ID_MM_DEVICE_IGNORE}="1"

Added: 56-dfu-util.rules
===
--- 56-dfu-util.rules   (rev 0)
+++ 56-dfu-util.rules   2020-09-22 15:53:00 UTC (rev 711395)
@@ -0,0 +1,4 @@
+# stm32duino
+SUBSYSTEMS=="usb", ATTRS{idVendor}=="1eaf", ATTRS{idProduct}=="0003", 
TAG+="uaccess", RUN{builtin}+="uaccess"
+# Generic stm32
+SUBSYSTEMS=="usb", ATTRS{idVendor}=="0483", ATTRS{idProduct}=="df11", 
TAG+="uaccess", RUN{builtin}+="uaccess"

Added: 57-bootloadhid.rules
===
--- 57-bootloadhid.rules(rev 0)
+++ 57-bootloadhid.rules2020-09-22 15:53:00 UTC (rev 711395)
@@ -0,0 +1,2 @@
+# bootloadHID
+SUBSYSTEMS=="usb", ATTRS{idVendor}=="16c0", ATTRS{idProduct}=="05df", 
TAG+="uaccess", RUN{builtin}+="uaccess"

Added: PKGBUILD
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2020-09-22 15:53:00 UTC (rev 711395)
@@ -0,0 +1,51 @@
+# Maintainer: Morten Linderud 
+# Contributor: Akaash Suresh 
+# Contributor: Batuhan Baserdem 
+
+pkgname=qmk
+pkgver=0.0.35
+pkgrel=2
+pkgdesc="CLI tool for customizing supported mechanical keyboards."
+arch=('any')
+url="https://github.com/qmk/qmk_cli;
+license=('MIT')
+depends=('python-appdirs' 'python-argcomplete' 'python-colorama'
+ 'git' 'avr-gcc' 'arm-none-eabi-gcc' 'dfu-programmer' 
+ 'dfu-util' 'avrdude')
+makedepends=('python-setuptools')
+optdepends=('arm-none-eabi-binutils'
+'arm-none-eabi-newlib'
+'avr-binutils'
+'avr-libc'
+'gcc'
+'libffi'
+'libusb-compat'
+'clang: chibios-upgrader'
+'zip: some distribution script'
+'wget: some update scripts'
+'diffutils: some update scripts')
+source=("https://files.pythonhosted.org/packages/source/q/qmk/qmk-${pkgver}.tar.gz;
+'50-atmel-dfu.rules'
+'54-input-club-keyboard.rules'
+'55-caterina.rules'
+'56-dfu-util.rules'
+'57-bootloadhid.rules')
+sha256sums=('e704ca31cdca264bfdd99c72a4849a9e9762043e4bf328118c49af92d1c0a3b5'
+'e755c3809ca9bf7952aa009df7cd453ffed9587a7bd73bbaca86d504b9bdfc9b'
+'93a26f044baf2dd9d0ba78a2c18eef3bb3a2512605467228f9af309532f8a61b'
+

[arch-commits] Commit in qmk/repos (7 files)

2020-09-22 Thread Morten Linderud via arch-commits
Date: Tuesday, September 22, 2020 @ 15:53:12
  Author: foxboron
Revision: 711396

archrelease: copy trunk to community-any

Added:
  qmk/repos/community-any/
  qmk/repos/community-any/50-atmel-dfu.rules
(from rev 711395, qmk/trunk/50-atmel-dfu.rules)
  qmk/repos/community-any/54-input-club-keyboard.rules
(from rev 711395, qmk/trunk/54-input-club-keyboard.rules)
  qmk/repos/community-any/55-caterina.rules
(from rev 711395, qmk/trunk/55-caterina.rules)
  qmk/repos/community-any/56-dfu-util.rules
(from rev 711395, qmk/trunk/56-dfu-util.rules)
  qmk/repos/community-any/57-bootloadhid.rules
(from rev 711395, qmk/trunk/57-bootloadhid.rules)
  qmk/repos/community-any/PKGBUILD
(from rev 711395, qmk/trunk/PKGBUILD)

--+
 50-atmel-dfu.rules   |6 
 54-input-club-keyboard.rules |2 +
 55-caterina.rules|5 
 56-dfu-util.rules|4 +++
 57-bootloadhid.rules |2 +
 PKGBUILD |   51 +
 6 files changed, 70 insertions(+)

Copied: qmk/repos/community-any/50-atmel-dfu.rules (from rev 711395, 
qmk/trunk/50-atmel-dfu.rules)
===
--- community-any/50-atmel-dfu.rules(rev 0)
+++ community-any/50-atmel-dfu.rules2020-09-22 15:53:12 UTC (rev 711396)
@@ -0,0 +1,6 @@
+# Atmel ATMega32U4
+SUBSYSTEMS=="usb", ATTRS{idVendor}=="03eb", ATTRS{idProduct}=="2ff4", 
TAG+="uaccess", RUN{builtin}+="uaccess"
+# Atmel USBKEY AT90USB1287
+SUBSYSTEMS=="usb", ATTRS{idVendor}=="03eb", ATTRS{idProduct}=="2ffb", 
TAG+="uaccess", RUN{builtin}+="uaccess"
+# Atmel ATMega32U2
+SUBSYSTEMS=="usb", ATTRS{idVendor}=="03eb", ATTRS{idProduct}=="2ff0", 
TAG+="uaccess", RUN{builtin}+="uaccess"

Copied: qmk/repos/community-any/54-input-club-keyboard.rules (from rev 711395, 
qmk/trunk/54-input-club-keyboard.rules)
===
--- community-any/54-input-club-keyboard.rules  (rev 0)
+++ community-any/54-input-club-keyboard.rules  2020-09-22 15:53:12 UTC (rev 
711396)
@@ -0,0 +1,2 @@
+# Input Club keyboard bootloader
+SUBSYSTEMS=="usb", ATTRS{idVendor}=="1c11", ATTRS{idProduct}=="b007", 
TAG+="uaccess", RUN{builtin}+="uaccess"

Copied: qmk/repos/community-any/55-caterina.rules (from rev 711395, 
qmk/trunk/55-caterina.rules)
===
--- community-any/55-caterina.rules (rev 0)
+++ community-any/55-caterina.rules 2020-09-22 15:53:12 UTC (rev 711396)
@@ -0,0 +1,5 @@
+# ModemManager should ignore the following devices
+SUBSYSTEMS=="usb", ATTRS{idVendor}=="2a03", ATTRS{idProduct}=="0036", 
TAG+="uaccess", RUN{builtin}+="uaccess", ENV{ID_MM_DEVICE_IGNORE}="1"
+SUBSYSTEMS=="usb", ATTRS{idVendor}=="2341", ATTRS{idProduct}=="0036", 
TAG+="uaccess", RUN{builtin}+="uaccess", ENV{ID_MM_DEVICE_IGNORE}="1"
+SUBSYSTEMS=="usb", ATTRS{idVendor}=="1b4f", ATTRS{idProduct}=="9205", 
TAG+="uaccess", RUN{builtin}+="uaccess", ENV{ID_MM_DEVICE_IGNORE}="1"
+SUBSYSTEMS=="usb", ATTRS{idVendor}=="1b4f", ATTRS{idProduct}=="9203", 
TAG+="uaccess", RUN{builtin}+="uaccess", ENV{ID_MM_DEVICE_IGNORE}="1"

Copied: qmk/repos/community-any/56-dfu-util.rules (from rev 711395, 
qmk/trunk/56-dfu-util.rules)
===
--- community-any/56-dfu-util.rules (rev 0)
+++ community-any/56-dfu-util.rules 2020-09-22 15:53:12 UTC (rev 711396)
@@ -0,0 +1,4 @@
+# stm32duino
+SUBSYSTEMS=="usb", ATTRS{idVendor}=="1eaf", ATTRS{idProduct}=="0003", 
TAG+="uaccess", RUN{builtin}+="uaccess"
+# Generic stm32
+SUBSYSTEMS=="usb", ATTRS{idVendor}=="0483", ATTRS{idProduct}=="df11", 
TAG+="uaccess", RUN{builtin}+="uaccess"

Copied: qmk/repos/community-any/57-bootloadhid.rules (from rev 711395, 
qmk/trunk/57-bootloadhid.rules)
===
--- community-any/57-bootloadhid.rules  (rev 0)
+++ community-any/57-bootloadhid.rules  2020-09-22 15:53:12 UTC (rev 711396)
@@ -0,0 +1,2 @@
+# bootloadHID
+SUBSYSTEMS=="usb", ATTRS{idVendor}=="16c0", ATTRS{idProduct}=="05df", 
TAG+="uaccess", RUN{builtin}+="uaccess"

Copied: qmk/repos/community-any/PKGBUILD (from rev 711395, qmk/trunk/PKGBUILD)
===
--- community-any/PKGBUILD  (rev 0)
+++ community-any/PKGBUILD  2020-09-22 15:53:12 UTC (rev 711396)
@@ -0,0 +1,51 @@
+# Maintainer: Morten Linderud 
+# Contributor: Akaash Suresh 
+# Contributor: Batuhan Baserdem 
+
+pkgname=qmk
+pkgver=0.0.35
+pkgrel=2
+pkgdesc="CLI tool for customizing supported mechanical keyboards."
+arch=('any')
+url="https://github.com/qmk/qmk_cli;
+license=('MIT')
+depends=('python-appdirs' 'python-argcomplete' 

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

2020-09-22 Thread Morten Linderud via arch-commits
Date: Tuesday, September 22, 2020 @ 15:52:50
  Author: foxboron
Revision: 711394

addpkg: qmk 0.0.35-2

Added:
  qmk/
  qmk/repos/
  qmk/trunk/


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

2020-09-21 Thread Morten Linderud via arch-commits
Date: Monday, September 21, 2020 @ 21:35:06
  Author: foxboron
Revision: 711323

archrelease: copy trunk to community-any

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

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

Deleted: PKGBUILD
===
--- PKGBUILD2020-09-21 21:34:59 UTC (rev 711322)
+++ PKGBUILD2020-09-21 21:35:06 UTC (rev 711323)
@@ -1,26 +0,0 @@
-# Maintainer: Morten Linderud 
-# Maintainer: Jelle van der Waa 
-
-pkgname=archlinux-repro
-pkgver=20200613
-pkgrel=1
-pkgdesc='Tools to reproduce Arch Linux packages'
-arch=('any')
-license=('MIT')
-makedepends=('git' 'asciidoc')
-depends=('diffoscope' 'curl' 'gnupg' 'git' 'diffutils' 'zstd')
-url="http://github.com/archlinux/archlinux-repro;
-source=("https://github.com/archlinux/${pkgname}/releases/download/${pkgver}/${pkgname}-${pkgver}.tar.gz"{,.sig})
-validpgpkeys=('C100346676634E80C940FB9E9C02FF419FECBE16')
-sha256sums=('22bfc5f1aeebd9789ad6fb6229a5ae4ce3a9dfabe6cc4336b40c0f10eb84bc74'
-'SKIP')
-
-build(){
-  cd "${pkgname}-${pkgver}"
-  make
-}
-
-package() {
-  cd "${pkgname}-${pkgver}"
-  make PREFIX=/usr DESTDIR="$pkgdir" install
-}

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


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

2020-09-21 Thread Morten Linderud via arch-commits
Date: Monday, September 21, 2020 @ 21:34:59
  Author: foxboron
Revision: 711322

upgpkg: archlinux-repro 20200921-1

Modified:
  archlinux-repro/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2020-09-21 20:40:53 UTC (rev 711321)
+++ PKGBUILD2020-09-21 21:34:59 UTC (rev 711322)
@@ -2,7 +2,7 @@
 # Maintainer: Jelle van der Waa 
 
 pkgname=archlinux-repro
-pkgver=20200613
+pkgver=20200921
 pkgrel=1
 pkgdesc='Tools to reproduce Arch Linux packages'
 arch=('any')
@@ -12,7 +12,7 @@
 url="http://github.com/archlinux/archlinux-repro;
 
source=("https://github.com/archlinux/${pkgname}/releases/download/${pkgver}/${pkgname}-${pkgver}.tar.gz"{,.sig})
 validpgpkeys=('C100346676634E80C940FB9E9C02FF419FECBE16')
-sha256sums=('22bfc5f1aeebd9789ad6fb6229a5ae4ce3a9dfabe6cc4336b40c0f10eb84bc74'
+sha256sums=('816d0d00e9bb647101a44681cc05448fa26c106e1e72ce3e4313417e65ca60cb'
 'SKIP')
 
 build(){


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

2020-09-21 Thread Morten Linderud via arch-commits
Date: Monday, September 21, 2020 @ 07:27:36
  Author: foxboron
Revision: 711147

archrelease: copy trunk to community-x86_64

Added:
  dqlite/repos/community-x86_64/PKGBUILD
(from rev 711146, dqlite/trunk/PKGBUILD)
Deleted:
  dqlite/repos/community-x86_64/PKGBUILD

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

Deleted: PKGBUILD
===
--- PKGBUILD2020-09-21 07:27:28 UTC (rev 711146)
+++ PKGBUILD2020-09-21 07:27:36 UTC (rev 711147)
@@ -1,33 +0,0 @@
-# Maintainer: Morten Linderud 
-# Contributor: Thomas Hipp 
-
-pkgname=dqlite
-pkgver=1.6.0
-pkgrel=2
-pkgdesc="Distributed SQLite"
-arch=('x86_64')
-url="https://github.com/CanonicalLtd/dqlite;
-license=('LGPL3')
-depends=('libuv' 'raft')
-makedepends=('tcl' 'readline' 'zlib')
-source=("$pkgname-$pkgver.tar.gz::https://github.com/canonical/${pkgname}/archive/v${pkgver}.tar.gz;)
-sha256sums=('8671396a9510c7c125e706973a8ffb2e4540ac605f1f3e9720a63876448f5d93')
-
-build() {
-   cd "$pkgname-$pkgver"
-   autoreconf -i 
-   #PKG_CONFIG_PATH="/usr/lib/sqlite-replication/pkgconfig" ./configure 
--prefix=/usr
-   ./configure --prefix=/usr
-   make
-}
-
-check() {
-   cd "$pkgname-$pkgver"
-   make check || true
-}
-
-package() {
-   cd "$pkgname-$pkgver"
-   make DESTDIR="$pkgdir/" install
-   install -Dm644 LICENSE "${pkgdir}/usr/share/licenses/${pkgname}/LICENSE"
-}

Copied: dqlite/repos/community-x86_64/PKGBUILD (from rev 711146, 
dqlite/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2020-09-21 07:27:36 UTC (rev 711147)
@@ -0,0 +1,33 @@
+# Maintainer: Morten Linderud 
+# Contributor: Thomas Hipp 
+
+pkgname=dqlite
+pkgver=1.6.0
+pkgrel=3
+pkgdesc="Distributed SQLite"
+arch=('x86_64')
+url="https://github.com/CanonicalLtd/dqlite;
+license=('LGPL3')
+depends=('libuv' 'raft' 'sqlite')
+makedepends=('tcl' 'readline' 'zlib')
+source=("$pkgname-$pkgver.tar.gz::https://github.com/canonical/${pkgname}/archive/v${pkgver}.tar.gz;)
+sha256sums=('8671396a9510c7c125e706973a8ffb2e4540ac605f1f3e9720a63876448f5d93')
+
+build() {
+   cd "$pkgname-$pkgver"
+   autoreconf -i 
+   #PKG_CONFIG_PATH="/usr/lib/sqlite-replication/pkgconfig" ./configure 
--prefix=/usr
+   ./configure --prefix=/usr
+   make
+}
+
+check() {
+   cd "$pkgname-$pkgver"
+   make check || true
+}
+
+package() {
+   cd "$pkgname-$pkgver"
+   make DESTDIR="$pkgdir/" install
+   install -Dm644 LICENSE "${pkgdir}/usr/share/licenses/${pkgname}/LICENSE"
+}


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

2020-09-21 Thread Morten Linderud via arch-commits
Date: Monday, September 21, 2020 @ 07:27:28
  Author: foxboron
Revision: 711146

upgpkg: dqlite 1.6.0-3 - Added sqlite dep back

Modified:
  dqlite/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2020-09-21 07:25:19 UTC (rev 711145)
+++ PKGBUILD2020-09-21 07:27:28 UTC (rev 711146)
@@ -3,12 +3,12 @@
 
 pkgname=dqlite
 pkgver=1.6.0
-pkgrel=2
+pkgrel=3
 pkgdesc="Distributed SQLite"
 arch=('x86_64')
 url="https://github.com/CanonicalLtd/dqlite;
 license=('LGPL3')
-depends=('libuv' 'raft')
+depends=('libuv' 'raft' 'sqlite')
 makedepends=('tcl' 'readline' 'zlib')
 
source=("$pkgname-$pkgver.tar.gz::https://github.com/canonical/${pkgname}/archive/v${pkgver}.tar.gz;)
 sha256sums=('8671396a9510c7c125e706973a8ffb2e4540ac605f1f3e9720a63876448f5d93')


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

2020-09-21 Thread Morten Linderud via arch-commits
Date: Monday, September 21, 2020 @ 07:25:19
  Author: foxboron
Revision: 711145

archrelease: copy trunk to community-x86_64

Added:
  lxd/repos/community-x86_64/PKGBUILD
(from rev 711144, lxd/trunk/PKGBUILD)
  lxd/repos/community-x86_64/lxd.service
(from rev 711144, lxd/trunk/lxd.service)
  lxd/repos/community-x86_64/lxd.socket
(from rev 711144, lxd/trunk/lxd.socket)
  lxd/repos/community-x86_64/lxd.sysusers
(from rev 711144, lxd/trunk/lxd.sysusers)
Deleted:
  lxd/repos/community-x86_64/PKGBUILD
  lxd/repos/community-x86_64/lxd.service
  lxd/repos/community-x86_64/lxd.socket
  lxd/repos/community-x86_64/lxd.sysusers

--+
 PKGBUILD |  178 -
 lxd.service  |   46 +++---
 lxd.socket   |   22 +++
 lxd.sysusers |2 
 4 files changed, 124 insertions(+), 124 deletions(-)

Deleted: PKGBUILD
===
--- PKGBUILD2020-09-21 07:25:08 UTC (rev 711144)
+++ PKGBUILD2020-09-21 07:25:19 UTC (rev 711145)
@@ -1,89 +0,0 @@
-# Maintainer: Morten Linderud 
-# Contributor: Maikel Wever 
-# Contributor: Asterios Dimitriou 
-# Contributor: Benjamin Asbach 
-# Contributer: nightuser 
-
-pkgname=lxd
-_pkgname=lxd
-_lxd=github.com/lxc/lxd
-pkgver=4.6
-pkgrel=1
-pkgdesc="Daemon based on liblxc offering a REST API to manage containers"
-arch=('x86_64')
-url="https://linuxcontainers.org/lxd;
-license=('APACHE')
-depends=('lxc' 'lxcfs' 'squashfs-tools' 'dnsmasq' 'dqlite' 'libuv' 
'sqlite-replication' 'ebtables')
-makedepends=('go' 'git' 'tcl' 'apparmor' 'libseccomp' 'systemd')
-optdepends=(
-'lvm2: for lvm2 support'
-'thin-provisioning-tools: for thin provisioning support'
-'btrfs-progs: for btrfs storage driver support'
-'ceph: for ceph storage driver support'
-'cdrtools: VM support'
-'qemu: VM support'
-'ovmf: VM support'
-'systemd-libs: unix device hotplug support'
-'apparmor: apparmor support'
-)
-source=("https://linuxcontainers.org/downloads/${pkgname}/${pkgname}-${pkgver}.tar.gz"{,.asc}
-"lxd.socket"
-"lxd.service"
-"lxd.sysusers")
-validpgpkeys=('602F567663E593BCBD14F338C638974D64792D67')
-sha256sums=('3702f5eafba6dba2ab21c2119bc74e8b55514d697c1fac80343adeea94d72e04'
-'SKIP'
-'3a14638f8d0f9082c7214502421350e3b028db1e7f22e8c3fd35a2b1d9153ef4'
-'102d1d54186e0fc606a58f030231d76df6bd662b16dfd8f946e1f48e2b473b54'
-'d0184d9c4bb485e3aad0d4ac25ea7e85ac0f7ed6ddc96333e74fcd393a5b5ec4')
-
-
-prepare() {
-  mkdir -p "${srcdir}/go/src/github.com/lxc"
-  ln -rTsf "${_pkgname}" "${srcdir}/go/src/${_lxd}"
-}
-
-build() {
-  export GOPATH="${srcdir}/${pkgname}-${pkgver}/_dist"
-  cd "${GOPATH}/src/${_lxd}"
-  export GOFLAGS="-buildmode=pie -trimpath"
-  export CGO_CFLAGS="$CFLAGS -I/usr/include/sqlite-replication"
-  export CGO_LDFLAGS="$LDFLAGS -L/usr/lib/sqlite-replication 
-Wl,-R/usr/lib/sqlite-replication"
-  export CGO_LDFLAGS_ALLOW='-Wl,-wrap,pthread_create'
-
-  mkdir -p bin
-   go build -v -tags "netgo" -o bin/ ./lxd-p2c/...
-   CGO_LDFLAGS="$CGO_LDFLAGS -static" go build -v -tags "agent" -o bin/ 
./lxd-agent/...
-  for tool in fuidshift lxc lxc-to-lxd lxd lxd-benchmark; do
-go build -v -tags "libsqlite3" -o bin/ ./$tool/...
-  done
-}
-
-package() {
-  cd "$pkgname-$pkgver"
-
-  for tool in fuidshift lxc lxc-to-lxd lxd lxd-agent lxd-benchmark lxd-p2c; do
-install -p -Dm755 "bin/$tool" "${pkgdir}/usr/bin/$tool"
-  done
-
-  # Package license
-  install -Dm644 "COPYING"  "${pkgdir}/usr/share/licenses/${_pkgname}/LICENCE"
-
-  # systemd files
-  install -Dm644 "${srcdir}/lxd.service" 
"${pkgdir}/usr/lib/systemd/system/lxd.service"
-  install -Dm644 "${srcdir}/lxd.socket" 
"${pkgdir}/usr/lib/systemd/system/lxd.socket"
-
-  # logs
-  install -dm755 "${pkgdir}/var/log/lxd"
-
-  # documentation
-  mkdir -p "${pkgdir}/usr/share/doc/lxd"
-  install -p -Dm644 "doc/"* "${pkgdir}/usr/share/doc/lxd/"
-
-  # Bash completions
-  install -p -Dm644 "scripts/bash/lxd-client" 
"${pkgdir}/usr/share/bash-completion/completions/lxd"
-
-  install -Dm644 "${srcdir}/$pkgname.sysusers" 
"${pkgdir}/usr/lib/sysusers.d/$pkgname.conf"
-}
-
-# vim:set ts=2 sw=2 et:

Copied: lxd/repos/community-x86_64/PKGBUILD (from rev 711144, 
lxd/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2020-09-21 07:25:19 UTC (rev 711145)
@@ -0,0 +1,89 @@
+# Maintainer: Morten Linderud 
+# Contributor: Maikel Wever 
+# Contributor: Asterios Dimitriou 
+# Contributor: Benjamin Asbach 
+# Contributer: nightuser 
+
+pkgname=lxd
+_pkgname=lxd
+_lxd=github.com/lxc/lxd
+pkgver=4.6
+pkgrel=2
+pkgdesc="Daemon based on liblxc offering a REST API to manage containers"
+arch=('x86_64')
+url="https://linuxcontainers.org/lxd;
+license=('APACHE')
+depends=('lxc' 'lxcfs' 'squashfs-tools' 'dnsmasq' 'dqlite' 'libuv' 

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

2020-09-21 Thread Morten Linderud via arch-commits
Date: Monday, September 21, 2020 @ 07:25:08
  Author: foxboron
Revision: 711144

upgpkg: lxd 4.6-2

Modified:
  lxd/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2020-09-21 07:21:01 UTC (rev 711143)
+++ PKGBUILD2020-09-21 07:25:08 UTC (rev 711144)
@@ -8,12 +8,12 @@
 _pkgname=lxd
 _lxd=github.com/lxc/lxd
 pkgver=4.6
-pkgrel=1
+pkgrel=2
 pkgdesc="Daemon based on liblxc offering a REST API to manage containers"
 arch=('x86_64')
 url="https://linuxcontainers.org/lxd;
 license=('APACHE')
-depends=('lxc' 'lxcfs' 'squashfs-tools' 'dnsmasq' 'dqlite' 'libuv' 
'sqlite-replication' 'ebtables')
+depends=('lxc' 'lxcfs' 'squashfs-tools' 'dnsmasq' 'dqlite' 'libuv' 'ebtables')
 makedepends=('go' 'git' 'tcl' 'apparmor' 'libseccomp' 'systemd')
 optdepends=(
 'lvm2: for lvm2 support'


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

2020-09-20 Thread Morten Linderud via arch-commits
Date: Sunday, September 20, 2020 @ 11:49:40
  Author: foxboron
Revision: 711065

upgpkg: restic 0.10.0-1

Modified:
  restic/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2020-09-20 11:42:39 UTC (rev 711064)
+++ PKGBUILD2020-09-20 11:49:40 UTC (rev 711065)
@@ -1,8 +1,8 @@
 # Maintainer: Morten Linderud 
 
 pkgname=restic
-pkgver=0.9.6
-pkgrel=3
+pkgver=0.10.0
+pkgrel=1
 pkgdesc="Fast, secure, efficient backup program"
 arch=('x86_64')
 url="https://restic.net;
@@ -12,7 +12,7 @@
 checkdepends=('fuse2')
 optdepends=('fuse2: mount archive')
 
source=("${pkgname}-${pkgver}.tar.gz::https://github.com/restic/restic/archive/v${pkgver}.tar.gz;)
-sha256sums=('1cc8655fa99f06e787871a9f8b5ceec283c856fa341a5b38824a0ca89420b0fe')
+sha256sums=('067fbc0cf0eee4afdc361e12bd03b266e80e85a726647e53709854ec142dd94e')
 
 build(){
   cd "${pkgname}-${pkgver}"
@@ -20,7 +20,7 @@
   export CGO_CFLAGS="${CFLAGS}"
   export CGO_CXXFLAGS="${CXXFLAGS}"
   export CGO_LDFLAGS="${LDFLAGS}"
-  export GOFLAGS="-buildmode=pie -trimpath -mod=vendor -modcacherw"
+  export GOFLAGS="-buildmode=pie -trimpath -modcacherw"
   go build -ldflags "-X 'main.version=${pkgver}'" ./cmd/...
 }
 


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

2020-09-20 Thread Morten Linderud via arch-commits
Date: Sunday, September 20, 2020 @ 11:50:31
  Author: foxboron
Revision: 711066

archrelease: copy trunk to community-x86_64

Added:
  restic/repos/community-x86_64/PKGBUILD
(from rev 711065, restic/trunk/PKGBUILD)
Deleted:
  restic/repos/community-x86_64/PKGBUILD

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

Deleted: PKGBUILD
===
--- PKGBUILD2020-09-20 11:49:40 UTC (rev 711065)
+++ PKGBUILD2020-09-20 11:50:31 UTC (rev 711066)
@@ -1,39 +0,0 @@
-# Maintainer: Morten Linderud 
-
-pkgname=restic
-pkgver=0.9.6
-pkgrel=3
-pkgdesc="Fast, secure, efficient backup program"
-arch=('x86_64')
-url="https://restic.net;
-license=('BSD')
-depends=('glibc')
-makedepends=('go' 'git')
-checkdepends=('fuse2')
-optdepends=('fuse2: mount archive')
-source=("${pkgname}-${pkgver}.tar.gz::https://github.com/restic/restic/archive/v${pkgver}.tar.gz;)
-sha256sums=('1cc8655fa99f06e787871a9f8b5ceec283c856fa341a5b38824a0ca89420b0fe')
-
-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=vendor -modcacherw"
-  go build -ldflags "-X 'main.version=${pkgver}'" ./cmd/...
-}
-
-check(){
-  cd "${pkgname}-${pkgver}"
-  go test ./cmd/... ./internal/... || true
-}
-
-package() {
-  cd "${pkgname}-${pkgver}"
-  install -Dm755 restic "${pkgdir}/usr/bin/restic"
-  install -Dm644 LICENSE "${pkgdir}/usr/share/licenses/${pkgname}/LICENSE"
-  install -Dm644 -t "$pkgdir/usr/share/man/man1/" doc/man/*.1
-  install -Dm644 doc/zsh-completion.zsh 
"$pkgdir/usr/share/zsh/site-functions/_restic"
-  install -Dm644 doc/bash-completion.sh 
"$pkgdir/usr/share/bash-completion/completions/restic"
-}

Copied: restic/repos/community-x86_64/PKGBUILD (from rev 711065, 
restic/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2020-09-20 11:50:31 UTC (rev 711066)
@@ -0,0 +1,39 @@
+# Maintainer: Morten Linderud 
+
+pkgname=restic
+pkgver=0.10.0
+pkgrel=1
+pkgdesc="Fast, secure, efficient backup program"
+arch=('x86_64')
+url="https://restic.net;
+license=('BSD')
+depends=('glibc')
+makedepends=('go' 'git')
+checkdepends=('fuse2')
+optdepends=('fuse2: mount archive')
+source=("${pkgname}-${pkgver}.tar.gz::https://github.com/restic/restic/archive/v${pkgver}.tar.gz;)
+sha256sums=('067fbc0cf0eee4afdc361e12bd03b266e80e85a726647e53709854ec142dd94e')
+
+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 -modcacherw"
+  go build -ldflags "-X 'main.version=${pkgver}'" ./cmd/...
+}
+
+check(){
+  cd "${pkgname}-${pkgver}"
+  go test ./cmd/... ./internal/... || true
+}
+
+package() {
+  cd "${pkgname}-${pkgver}"
+  install -Dm755 restic "${pkgdir}/usr/bin/restic"
+  install -Dm644 LICENSE "${pkgdir}/usr/share/licenses/${pkgname}/LICENSE"
+  install -Dm644 -t "$pkgdir/usr/share/man/man1/" doc/man/*.1
+  install -Dm644 doc/zsh-completion.zsh 
"$pkgdir/usr/share/zsh/site-functions/_restic"
+  install -Dm644 doc/bash-completion.sh 
"$pkgdir/usr/share/bash-completion/completions/restic"
+}


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

2020-09-19 Thread Morten Linderud via arch-commits
Date: Saturday, September 19, 2020 @ 15:36:44
  Author: foxboron
Revision: 710877

upgpkg: dqlite 1.6.0-2 - 1.6.0 removed the need for sqlite-replication

Modified:
  dqlite/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2020-09-19 13:49:23 UTC (rev 710876)
+++ PKGBUILD2020-09-19 15:36:44 UTC (rev 710877)
@@ -3,12 +3,12 @@
 
 pkgname=dqlite
 pkgver=1.6.0
-pkgrel=1
+pkgrel=2
 pkgdesc="Distributed SQLite"
 arch=('x86_64')
 url="https://github.com/CanonicalLtd/dqlite;
 license=('LGPL3')
-depends=('libuv' 'raft' 'libco' 'sqlite-replication')
+depends=('libuv' 'raft')
 makedepends=('tcl' 'readline' 'zlib')
 
source=("$pkgname-$pkgver.tar.gz::https://github.com/canonical/${pkgname}/archive/v${pkgver}.tar.gz;)
 sha256sums=('8671396a9510c7c125e706973a8ffb2e4540ac605f1f3e9720a63876448f5d93')
@@ -16,13 +16,14 @@
 build() {
cd "$pkgname-$pkgver"
autoreconf -i 
-   PKG_CONFIG_PATH="/usr/lib/sqlite-replication/pkgconfig" ./configure 
--prefix=/usr
-   make LDFLAGS="-Wl,-R/usr/lib/sqlite-replication"
+   #PKG_CONFIG_PATH="/usr/lib/sqlite-replication/pkgconfig" ./configure 
--prefix=/usr
+   ./configure --prefix=/usr
+   make
 }
 
 check() {
cd "$pkgname-$pkgver"
-   make LDFLAGS="-Wl,-R/usr/lib/sqlite-replication" check || true
+   make check || true
 }
 
 package() {


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

2020-09-19 Thread Morten Linderud via arch-commits
Date: Saturday, September 19, 2020 @ 15:36:52
  Author: foxboron
Revision: 710878

archrelease: copy trunk to community-x86_64

Added:
  dqlite/repos/community-x86_64/PKGBUILD
(from rev 710877, dqlite/trunk/PKGBUILD)
Deleted:
  dqlite/repos/community-x86_64/PKGBUILD

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

Deleted: PKGBUILD
===
--- PKGBUILD2020-09-19 15:36:44 UTC (rev 710877)
+++ PKGBUILD2020-09-19 15:36:52 UTC (rev 710878)
@@ -1,32 +0,0 @@
-# Maintainer: Morten Linderud 
-# Contributor: Thomas Hipp 
-
-pkgname=dqlite
-pkgver=1.6.0
-pkgrel=1
-pkgdesc="Distributed SQLite"
-arch=('x86_64')
-url="https://github.com/CanonicalLtd/dqlite;
-license=('LGPL3')
-depends=('libuv' 'raft' 'libco' 'sqlite-replication')
-makedepends=('tcl' 'readline' 'zlib')
-source=("$pkgname-$pkgver.tar.gz::https://github.com/canonical/${pkgname}/archive/v${pkgver}.tar.gz;)
-sha256sums=('8671396a9510c7c125e706973a8ffb2e4540ac605f1f3e9720a63876448f5d93')
-
-build() {
-   cd "$pkgname-$pkgver"
-   autoreconf -i 
-   PKG_CONFIG_PATH="/usr/lib/sqlite-replication/pkgconfig" ./configure 
--prefix=/usr
-   make LDFLAGS="-Wl,-R/usr/lib/sqlite-replication"
-}
-
-check() {
-   cd "$pkgname-$pkgver"
-   make LDFLAGS="-Wl,-R/usr/lib/sqlite-replication" check || true
-}
-
-package() {
-   cd "$pkgname-$pkgver"
-   make DESTDIR="$pkgdir/" install
-   install -Dm644 LICENSE "${pkgdir}/usr/share/licenses/${pkgname}/LICENSE"
-}

Copied: dqlite/repos/community-x86_64/PKGBUILD (from rev 710877, 
dqlite/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2020-09-19 15:36:52 UTC (rev 710878)
@@ -0,0 +1,33 @@
+# Maintainer: Morten Linderud 
+# Contributor: Thomas Hipp 
+
+pkgname=dqlite
+pkgver=1.6.0
+pkgrel=2
+pkgdesc="Distributed SQLite"
+arch=('x86_64')
+url="https://github.com/CanonicalLtd/dqlite;
+license=('LGPL3')
+depends=('libuv' 'raft')
+makedepends=('tcl' 'readline' 'zlib')
+source=("$pkgname-$pkgver.tar.gz::https://github.com/canonical/${pkgname}/archive/v${pkgver}.tar.gz;)
+sha256sums=('8671396a9510c7c125e706973a8ffb2e4540ac605f1f3e9720a63876448f5d93')
+
+build() {
+   cd "$pkgname-$pkgver"
+   autoreconf -i 
+   #PKG_CONFIG_PATH="/usr/lib/sqlite-replication/pkgconfig" ./configure 
--prefix=/usr
+   ./configure --prefix=/usr
+   make
+}
+
+check() {
+   cd "$pkgname-$pkgver"
+   make check || true
+}
+
+package() {
+   cd "$pkgname-$pkgver"
+   make DESTDIR="$pkgdir/" install
+   install -Dm644 LICENSE "${pkgdir}/usr/share/licenses/${pkgname}/LICENSE"
+}


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

2020-09-18 Thread Morten Linderud via arch-commits
Date: Friday, September 18, 2020 @ 20:16:53
  Author: foxboron
Revision: 710746

archrelease: copy trunk to community-x86_64

Added:
  python-reportlab/repos/community-x86_64/ChangeLog
(from rev 710745, python-reportlab/trunk/ChangeLog)
  python-reportlab/repos/community-x86_64/PKGBUILD
(from rev 710745, python-reportlab/trunk/PKGBUILD)
Deleted:
  python-reportlab/repos/community-x86_64/ChangeLog
  python-reportlab/repos/community-x86_64/PKGBUILD

---+
 ChangeLog |   36 +++
 PKGBUILD  |   68 ++--
 2 files changed, 52 insertions(+), 52 deletions(-)

Deleted: ChangeLog
===
--- ChangeLog   2020-09-18 20:16:18 UTC (rev 710745)
+++ ChangeLog   2020-09-18 20:16:53 UTC (rev 710746)
@@ -1,18 +0,0 @@
-
-2009-02-17  Douglas Soares de Andrade  
-
-   * Updated for i686: 2.3
-
-2008-11-03  Giovanni Scafora   
-
-   * Rebuilt against python 2.6
-
-2008-09-14  Douglas Soares de Andrade  
-
-   * Updating for x86_64: 2.2
-
-2008-09-13  Douglas Soares de Andrade  
-
-   * Adding ChangeLog
-   * Updating for i686: 2.2
-

Copied: python-reportlab/repos/community-x86_64/ChangeLog (from rev 710745, 
python-reportlab/trunk/ChangeLog)
===
--- ChangeLog   (rev 0)
+++ ChangeLog   2020-09-18 20:16:53 UTC (rev 710746)
@@ -0,0 +1,18 @@
+
+2009-02-17  Douglas Soares de Andrade  
+
+   * Updated for i686: 2.3
+
+2008-11-03  Giovanni Scafora   
+
+   * Rebuilt against python 2.6
+
+2008-09-14  Douglas Soares de Andrade  
+
+   * Updating for x86_64: 2.2
+
+2008-09-13  Douglas Soares de Andrade  
+
+   * Adding ChangeLog
+   * Updating for i686: 2.2
+

Deleted: PKGBUILD
===
--- PKGBUILD2020-09-18 20:16:18 UTC (rev 710745)
+++ PKGBUILD2020-09-18 20:16:53 UTC (rev 710746)
@@ -1,34 +0,0 @@
-# Maintainer: Morten Linderud 
-# Contributor: Angel 'angvp' Velasquez 
-# Contributor: William Rea 
-
-_origname=reportlab
-pkgname=python-reportlab
-pkgver=3.5.49
-pkgrel=1
-pkgdesc="A proven industry-strength PDF generating solution"
-arch=('x86_64')
-url="https://bitbucket.org/rptlab/reportlab;
-depends=('freetype2')
-depends=('python' 'python-pip' 'python-pillow')
-makedepends=('freetype2' 'python-pillow' 'mercurial')
-license=('BSD')
-source=(https://files.pythonhosted.org/packages/source/${_origname::1}/${_origname}/${_origname}-${pkgver}.tar.gz)
-sha256sums=('2ccf5165aa64e51abf240cd3f0062b860bb19346bd2c268fb00c33c09a53f8a8')
-
-build() {
-cd ${_origname}-${pkgver}
-python setup.py build
-}
-
-check() {
-cd ${_origname}-${pkgver}
-python setup.py tests
-rm tests/_i_am_actually_a_*
-}
-
-package() {
-cd ${_origname}-${pkgver}
-python setup.py install --root="$pkgdir" --optimize=1 --skip-build
-install -D -m644 LICENSE.txt 
"$pkgdir"/usr/share/licenses/$pkgname/license.txt
-}

Copied: python-reportlab/repos/community-x86_64/PKGBUILD (from rev 710745, 
python-reportlab/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2020-09-18 20:16:53 UTC (rev 710746)
@@ -0,0 +1,34 @@
+# Maintainer: Morten Linderud 
+# Contributor: Angel 'angvp' Velasquez 
+# Contributor: William Rea 
+
+_origname=reportlab
+pkgname=python-reportlab
+pkgver=3.5.50
+pkgrel=1
+pkgdesc="A proven industry-strength PDF generating solution"
+arch=('x86_64')
+url="https://bitbucket.org/rptlab/reportlab;
+depends=('freetype2')
+depends=('python' 'python-pip' 'python-pillow')
+makedepends=('freetype2' 'python-pillow' 'mercurial')
+license=('BSD')
+source=(https://files.pythonhosted.org/packages/source/${_origname::1}/${_origname}/${_origname}-${pkgver}.tar.gz)
+sha256sums=('876ce59164245f62bf67b8502e127b0a3ffd40f37c7177d1b4d9da24e42a77b0')
+
+build() {
+cd ${_origname}-${pkgver}
+python setup.py build
+}
+
+check() {
+cd ${_origname}-${pkgver}
+python setup.py tests
+rm tests/_i_am_actually_a_*
+}
+
+package() {
+cd ${_origname}-${pkgver}
+python setup.py install --root="$pkgdir" --optimize=1 --skip-build
+install -D -m644 LICENSE.txt 
"$pkgdir"/usr/share/licenses/$pkgname/license.txt
+}


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

2020-09-18 Thread Morten Linderud via arch-commits
Date: Friday, September 18, 2020 @ 20:16:18
  Author: foxboron
Revision: 710745

upgpkg: python-reportlab 3.5.50-1

Modified:
  python-reportlab/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2020-09-18 20:14:36 UTC (rev 710744)
+++ PKGBUILD2020-09-18 20:16:18 UTC (rev 710745)
@@ -4,7 +4,7 @@
 
 _origname=reportlab
 pkgname=python-reportlab
-pkgver=3.5.49
+pkgver=3.5.50
 pkgrel=1
 pkgdesc="A proven industry-strength PDF generating solution"
 arch=('x86_64')
@@ -14,7 +14,7 @@
 makedepends=('freetype2' 'python-pillow' 'mercurial')
 license=('BSD')
 
source=(https://files.pythonhosted.org/packages/source/${_origname::1}/${_origname}/${_origname}-${pkgver}.tar.gz)
-sha256sums=('2ccf5165aa64e51abf240cd3f0062b860bb19346bd2c268fb00c33c09a53f8a8')
+sha256sums=('876ce59164245f62bf67b8502e127b0a3ffd40f37c7177d1b4d9da24e42a77b0')
 
 build() {
 cd ${_origname}-${pkgver}


<    1   2   3   4   5   6   7   8   9   10   >