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

2022-09-10 Thread Morten Linderud via arch-commits
Date: Saturday, September 10, 2022 @ 12:42:42
  Author: foxboron
Revision: 1298870

archrelease: copy trunk to community-any

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

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

Deleted: PKGBUILD
===
--- PKGBUILD2022-09-10 12:42:36 UTC (rev 1298869)
+++ PKGBUILD2022-09-10 12:42:42 UTC (rev 1298870)
@@ -1,33 +0,0 @@
-# Maintainer: Morten Linderud 
-# Maintainer: Bruno Pagani 
-
-_pkg=Type-Tiny
-pkgname=perl-${_pkg,,}
-pkgver=1.016006
-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=('9f91762206f54c9e22ebe161afbd7c512aef1e49535770d3af917db5705f126502b251e435bfda357ae16bfe0735b9eb04fe2c761d0e389ba36a63ae91320128')
-
-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 1298869, 
perl-type-tiny/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2022-09-10 12:42:42 UTC (rev 1298870)
@@ -0,0 +1,33 @@
+# Maintainer: Morten Linderud 
+# Maintainer: Bruno Pagani 
+
+_pkg=Type-Tiny
+pkgname=perl-${_pkg,,}
+pkgver=1.016010
+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=('49134351dfaa18b69a6bb8fa375fe35fbbaff12b2ac4f6c80fa93fbedbce9e15930a598dde4a27b7eb23d7681d27ebb2487fa7e771bc86a22ad7d90e8b23e686')
+
+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)

2022-09-10 Thread Morten Linderud via arch-commits
Date: Saturday, September 10, 2022 @ 12:42:36
  Author: foxboron
Revision: 1298869

upgpkg: perl-type-tiny 1.016010-1

Modified:
  perl-type-tiny/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2022-09-10 12:40:57 UTC (rev 1298868)
+++ PKGBUILD2022-09-10 12:42:36 UTC (rev 1298869)
@@ -3,7 +3,7 @@
 
 _pkg=Type-Tiny
 pkgname=perl-${_pkg,,}
-pkgver=1.016006
+pkgver=1.016010
 pkgrel=1
 pkgdesc="Tiny, yet Moo(se)-compatible type constraint"
 arch=(any)
@@ -13,7 +13,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=('9f91762206f54c9e22ebe161afbd7c512aef1e49535770d3af917db5705f126502b251e435bfda357ae16bfe0735b9eb04fe2c761d0e389ba36a63ae91320128')
+sha512sums=('49134351dfaa18b69a6bb8fa375fe35fbbaff12b2ac4f6c80fa93fbedbce9e15930a598dde4a27b7eb23d7681d27ebb2487fa7e771bc86a22ad7d90e8b23e686')
 
 build() {
 cd ${_pkg}-${pkgver}



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

2022-09-10 Thread Morten Linderud via arch-commits
Date: Saturday, September 10, 2022 @ 12:40:55
  Author: foxboron
Revision: 1298867

archrelease: copy trunk to community-x86_64

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

--+
 PKGBUILD |  238 ++---
 1 file changed, 119 insertions(+), 119 deletions(-)

Deleted: PKGBUILD
===
--- PKGBUILD2022-09-10 12:40:49 UTC (rev 1298866)
+++ PKGBUILD2022-09-10 12:40:55 UTC (rev 1298867)
@@ -1,119 +0,0 @@
-# Maintainer: Andrzej Giniewicz 
-# Maintainer: Morten Linderud 
-# Maintainer: Bruno Pagani 
-# Contributor: Keith Hughitt 
-
-pkgname=python-pandas
-pkgver=1.4.3
-pkgrel=1
-pkgdesc='High-performance, easy-to-use data structures and data analysis tools 
for Python'
-arch=(x86_64)
-url="https://pandas.pydata.org/;
-license=(BSD)
-depends=('python-numpy' 'python-dateutil' 'python-pytz' 'python-setuptools')
-makedepends=('cython')
-optdepends=(
-'python-pandas-datareader: pandas.io.data replacement (recommended)'
-'python-numexpr: accelerating certain numerical operations (recommended)'
-'python-bottleneck: accelerating certain types of nan evaluations 
(recommended)'
-'python-matplotlib: plotting'
-'python-jinja: conditional formatting with DataFrame.style'
-'python-tabulate: printing in Markdown-friendly format'
-'python-scipy: miscellaneous statistical functions'
-# 'python-numba: alternative execution engine' (in the AUR)
-'python-xarray: pandas-like API for N-dimensional data'
-'python-xlrd: Excel XLS input'
-'python-xlwt: Excel XLS output'
-'python-openpyxl: Excel XLSX input/output'
-'python-xlsxwriter: alternative Excel XLSX output'
-# 'python-pyxlsb: XLSB input' (nowhere)
-'python-beautifulsoup4: read_html function (in any case)'
-'python-html5lib: read_html function (and/or python-lxml)'
-'python-lxml: read_xml, to_xml and read_html function (and/or 
python-html5lib)'
-'python-sqlalchemy: SQL database support'
-'python-psycopg2: PostgreSQL engine for sqlalchemy'
-'python-pymysql: MySQL engine for sqlalchemy'
-'python-pytables: HDF5-based reading / writing'
-'python-blosc: for msgpack compression using blosc'
-'zlib: compression for msgpack'
-# 'python-fastparquet: Parquet reading / writing' (in the AUR)
-'python-pyarrow: Parquet, ORC and feather reading/writing'
-# 'python-pyreadstat: SPSS files reading' (in the AUR)
-'python-fsspec: handling files aside from local and HTTP'
-# 'python-gcsfs: Google Cloud Storage access' (in the AUR)
-# 'python-pandas-gbq: Google BigQuery access' (nowhere)
-# 'python-s3fs: Amazon S3 access' (in the AUR)
-'python-pyqt5: read_clipboard function (only one needed)'
-'python-qtpy: read_clipboard function (only one needed)'
-'xclip: read_clipboard function (only one needed)'
-'xsel: read_clipboard function (only one needed)'
-'python-brotli: Brotli compression'
-'python-snappy: Snappy compression'
-'python-zstandard: Zstandard (zstd) compression'
-)
-checkdepends=(
-'python-pytest'
-'python-pytest-asyncio'
-'python-pytest-xdist'
-'python-hypothesis'
-'python-pandas-datareader'
-'python-numexpr'
-'python-bottleneck'
-'python-matplotlib'
-'python-jinja'
-'python-tabulate'
-'python-scipy'
-# 'python-numba' (in the AUR)
-'python-xarray'
-'python-xlrd'
-'python-xlwt'
-'python-openpyxl'
-'python-xlsxwriter'
-# 'python-pyxlsb' (nowhere)
-'python-beautifulsoup4'
-'python-html5lib'
-'python-lxml'
-'python-sqlalchemy'
-'python-pytables'
-'python-blosc'
-'zlib'
-# 'python-fastparquet' (in the AUR)
-'python-pyarrow'
-# 'python-pyreadstat' (in the AUR)
-'python-fsspec'
-# 'python-gcsfs' (in the AUR)
-# 'python-pandas-gbq' (nowhere)
-# 'python-s3fs' (in the AUR)
-'python-pyqt5'
-'python-qtpy'
-'xclip'
-'xsel'
-'python-brotli'
-'python-snappy'
-'python-zstandard'
-)
-# {My,Postgre}SQL tests try to access local DB to no avail
-#'python-psycopg2'
-#'python-pymysql'
-# No test data in upstream crafted tarball
-#source=(https://github.com/pandas-dev/pandas/releases/download/v${pkgver}/pandas-${pkgver}.tar.gz)
-source=(https://github.com/pandas-dev/pandas/archive/refs/tags/v${pkgver}/${pkgname}-${pkgver}.tar.gz)
-sha256sums=('8e9d21e75b7df9934f0f61801a11ff548459a8cb3fe7ada366f2a797e0d651aa')
-
-build() {
-  cd pandas-${pkgver}
-  python setup.py build_ext --inplace
-  python setup.py build
-}
-
-check() {
-  cd pandas-${pkgver}
-  # raw clipboard access does not work in headless container
-  pytest -vv --color=yes pandas -k 'not test_raw_roundtrip'
-}
-
-package() {
-  cd pandas-${pkgver}
-  python setup.py install --skip-build 

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

2022-09-10 Thread Morten Linderud via arch-commits
Date: Saturday, September 10, 2022 @ 12:40:49
  Author: foxboron
Revision: 1298866

upgpkg: python-pandas 1.4.4-1

Modified:
  python-pandas/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2022-09-10 12:40:40 UTC (rev 1298865)
+++ PKGBUILD2022-09-10 12:40:49 UTC (rev 1298866)
@@ -4,7 +4,7 @@
 # Contributor: Keith Hughitt 
 
 pkgname=python-pandas
-pkgver=1.4.3
+pkgver=1.4.4
 pkgrel=1
 pkgdesc='High-performance, easy-to-use data structures and data analysis tools 
for Python'
 arch=(x86_64)
@@ -98,7 +98,7 @@
 # No test data in upstream crafted tarball
 
#source=(https://github.com/pandas-dev/pandas/releases/download/v${pkgver}/pandas-${pkgver}.tar.gz)
 
source=(https://github.com/pandas-dev/pandas/archive/refs/tags/v${pkgver}/${pkgname}-${pkgver}.tar.gz)
-sha256sums=('8e9d21e75b7df9934f0f61801a11ff548459a8cb3fe7ada366f2a797e0d651aa')
+sha256sums=('591436a87c792b445c13e032ab32daf958319df271ec84b79cadf985c1c7e942')
 
 build() {
   cd pandas-${pkgver}



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

2022-09-10 Thread Morten Linderud via arch-commits
Date: Saturday, September 10, 2022 @ 12:09:28
  Author: foxboron
Revision: 1298839

archrelease: copy trunk to community-any

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

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

Deleted: PKGBUILD
===
--- PKGBUILD2022-09-10 12:09:22 UTC (rev 1298838)
+++ PKGBUILD2022-09-10 12:09:28 UTC (rev 1298839)
@@ -1,34 +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.23.0
-pkgrel=1
-pkgdesc='Refactoring library'
-arch=('any')
-url='https://github.com/python-rope/rope'
-license=('GPL')
-makedepends=('python' 'python-setuptools')
-source=("https://pypi.io/packages/source/r/rope/rope-$pkgver.tar.gz;)
-sha256sums=('f87662c565086d660fc855cc07f37820267876634c3e9e51bddb32ff51547268')
-
-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 1298838, 
python-rope/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2022-09-10 12:09:28 UTC (rev 1298839)
@@ -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=1.3.0
+pkgrel=1
+pkgdesc='Refactoring library'
+arch=('any')
+url='https://github.com/python-rope/rope'
+license=('GPL')
+makedepends=('python' 'python-setuptools')
+source=("https://pypi.io/packages/source/r/rope/rope-$pkgver.tar.gz;)
+sha256sums=('4e8ede637d8f43eb83847ef9ea7edbf4ceb9d641deea592ed38a8875cde64265')
+
+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-rope/trunk (PKGBUILD)

2022-09-10 Thread Morten Linderud via arch-commits
Date: Saturday, September 10, 2022 @ 12:09:22
  Author: foxboron
Revision: 1298838

upgpkg: python-rope 1.3.0-1

Modified:
  python-rope/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2022-09-10 12:07:19 UTC (rev 1298837)
+++ PKGBUILD2022-09-10 12:09:22 UTC (rev 1298838)
@@ -6,7 +6,7 @@
 # Contributor: Jens Maucher 
 
 pkgname=python-rope
-pkgver=0.23.0
+pkgver=1.3.0
 pkgrel=1
 pkgdesc='Refactoring library'
 arch=('any')
@@ -14,7 +14,7 @@
 license=('GPL')
 makedepends=('python' 'python-setuptools')
 source=("https://pypi.io/packages/source/r/rope/rope-$pkgver.tar.gz;)
-sha256sums=('f87662c565086d660fc855cc07f37820267876634c3e9e51bddb32ff51547268')
+sha256sums=('4e8ede637d8f43eb83847ef9ea7edbf4ceb9d641deea592ed38a8875cde64265')
 
 build(){
   cd "rope-$pkgver"
@@ -23,7 +23,7 @@
 
 check(){
   cd "rope-$pkgver"
-  python -m unittest
+  #python -m unittest
 }
 
 package() {



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

2022-09-10 Thread Morten Linderud via arch-commits
Date: Saturday, September 10, 2022 @ 12:07:19
  Author: foxboron
Revision: 1298837

archrelease: copy trunk to community-any

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

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

Deleted: PKGBUILD
===
--- PKGBUILD2022-09-10 12:07:13 UTC (rev 1298836)
+++ PKGBUILD2022-09-10 12:07:19 UTC (rev 1298837)
@@ -1,24 +0,0 @@
-# Maintainer: Morten Linderud 
-# Contributor: Eric Bélanger 
-
-pkgname=python-nbxmpp
-pkgdesc="A Python library to use Jabber/XMPP networks in a non-blocking way"
-pkgver=3.1.1
-pkgrel=1
-arch=(any)
-url="https://dev.gajim.org/gajim/python-nbxmpp/;
-license=(GPL3)
-depends=(libsoup python-gobject python-idna python-precis_i18n)
-makedepends=(python-setuptools)
-source=("$pkgname-$pkgver.tar.gz::https://dev.gajim.org/gajim/python-nbxmpp/-/archive/$pkgver/python-nbxmpp-$pkgver.tar.gz;)
-sha256sums=('fe4f8ac026d64809b81d7646bf31900aab08b4b450503f5def41c4fd2eb23dc0')
-
-build() {
-  cd $pkgname-$pkgver
-  python setup.py build
-}
-
-package() {
-  cd $pkgname-$pkgver
-  python setup.py install --root="$pkgdir"
-}

Copied: python-nbxmpp/repos/community-any/PKGBUILD (from rev 1298836, 
python-nbxmpp/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2022-09-10 12:07:19 UTC (rev 1298837)
@@ -0,0 +1,24 @@
+# Maintainer: Morten Linderud 
+# Contributor: Eric Bélanger 
+
+pkgname=python-nbxmpp
+pkgdesc="A Python library to use Jabber/XMPP networks in a non-blocking way"
+pkgver=3.2.1
+pkgrel=1
+arch=(any)
+url="https://dev.gajim.org/gajim/python-nbxmpp/;
+license=(GPL3)
+depends=(libsoup python-gobject python-idna python-precis_i18n)
+makedepends=(python-setuptools)
+source=("$pkgname-$pkgver.tar.gz::https://dev.gajim.org/gajim/python-nbxmpp/-/archive/$pkgver/python-nbxmpp-$pkgver.tar.gz;)
+sha256sums=('80b70d62b58137fc7de3f92b9f94aa56a31e5119e9d4dcf0154df68226898e6c')
+
+build() {
+  cd $pkgname-$pkgver
+  python setup.py build
+}
+
+package() {
+  cd $pkgname-$pkgver
+  python setup.py install --root="$pkgdir"
+}



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

2022-09-10 Thread Morten Linderud via arch-commits
Date: Saturday, September 10, 2022 @ 12:07:13
  Author: foxboron
Revision: 1298836

upgpkg: python-nbxmpp 3.2.1-1

Modified:
  python-nbxmpp/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2022-09-10 12:06:08 UTC (rev 1298835)
+++ PKGBUILD2022-09-10 12:07:13 UTC (rev 1298836)
@@ -3,7 +3,7 @@
 
 pkgname=python-nbxmpp
 pkgdesc="A Python library to use Jabber/XMPP networks in a non-blocking way"
-pkgver=3.1.1
+pkgver=3.2.1
 pkgrel=1
 arch=(any)
 url="https://dev.gajim.org/gajim/python-nbxmpp/;
@@ -11,7 +11,7 @@
 depends=(libsoup python-gobject python-idna python-precis_i18n)
 makedepends=(python-setuptools)
 
source=("$pkgname-$pkgver.tar.gz::https://dev.gajim.org/gajim/python-nbxmpp/-/archive/$pkgver/python-nbxmpp-$pkgver.tar.gz;)
-sha256sums=('fe4f8ac026d64809b81d7646bf31900aab08b4b450503f5def41c4fd2eb23dc0')
+sha256sums=('80b70d62b58137fc7de3f92b9f94aa56a31e5119e9d4dcf0154df68226898e6c')
 
 build() {
   cd $pkgname-$pkgver



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

2022-09-10 Thread Morten Linderud via arch-commits
Date: Saturday, September 10, 2022 @ 12:06:08
  Author: foxboron
Revision: 1298835

archrelease: copy trunk to community-any

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

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

Deleted: PKGBUILD
===
--- PKGBUILD2022-09-10 12:06:02 UTC (rev 1298834)
+++ PKGBUILD2022-09-10 12:06:08 UTC (rev 1298835)
@@ -1,43 +0,0 @@
-# Maintainer: Andrew Crerar 
-# Maintainer: Morten Linderud 
-# Contributor: Felix Yan 
-# Contributor: Hideaki Takahashi 
-# Contributor: Vincent Demeester 
-# Contributor: Josh VanderLinden 
-
-pkgname=python-docker
-pkgver=5.0.3
-pkgrel=3
-pkgdesc="A Python library for the Docker Engine API"
-arch=('any')
-url="https://github.com/docker/docker-py;
-license=("Apache")
-depends=('python-requests' 'python-six' 'python-websocket-client' 
'python-docker-pycreds' 'python-paramiko')
-makedepends=('python-pip' 'python-requests' 'python-six' 
'python-websocket-client'
- 'python-docker-pycreds')
-checkdepends=('python-pytest' 'python-pytest-cov' 'python-pytest-timeout'
-  'python-mock' 'python-coverage' 'flake8')
-provides=('python-docker-py')
-conflicts=('python-docker-py')
-replaces=('python-docker-py')
-source=("$pkgname-$pkgver.tar.gz::https://github.com/docker/docker-py/archive/$pkgver.tar.gz;)
-sha512sums=('50890e8d75eb9e4d3d98bbea5f86b86ad199a56ab0761bf2d0c0f3b7902810b2c17c2a677b0063963742a43a4660d400705bb8eb4e217c89302ae849a4ef3e08')
-
-prepare() {
-  sed -i 's/==.*$//' docker-py-"$pkgver"/{,test-}requirements.txt
-}
-
-build() {
-  cd "$srcdir"/docker-py-"$pkgver"
-  python setup.py build
-}
-
-check() {
-  cd "$srcdir"/docker-py-"$pkgver"
-  py.test --cov=docker tests/unit
-}
-
-package() {
-  cd docker-py-"$pkgver"
-  python setup.py install -O1 --root="$pkgdir"
-}

Copied: python-docker/repos/community-any/PKGBUILD (from rev 1298834, 
python-docker/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2022-09-10 12:06:08 UTC (rev 1298835)
@@ -0,0 +1,44 @@
+# Maintainer: Andrew Crerar 
+# Maintainer: Morten Linderud 
+# Contributor: Felix Yan 
+# Contributor: Hideaki Takahashi 
+# Contributor: Vincent Demeester 
+# Contributor: Josh VanderLinden 
+
+pkgname=python-docker
+pkgver=6.0.0
+pkgrel=1
+pkgdesc="A Python library for the Docker Engine API"
+arch=('any')
+url="https://github.com/docker/docker-py;
+license=("Apache")
+depends=('python-requests' 'python-six' 'python-websocket-client' 
'python-docker-pycreds' 'python-paramiko')
+makedepends=('python-pip' 'python-requests' 'python-six' 
'python-websocket-client'
+ 'python-docker-pycreds')
+checkdepends=('python-pytest' 'python-pytest-cov' 'python-pytest-timeout'
+  'python-mock' 'python-coverage' 'flake8')
+provides=('python-docker-py')
+conflicts=('python-docker-py')
+replaces=('python-docker-py')
+source=("$pkgname-$pkgver.tar.gz::https://github.com/docker/docker-py/archive/$pkgver.tar.gz;)
+sha512sums=('3006951ebe6363765116d9cbfb66ba413dfb7df8a07923a1cb94c0f678e0d749a712f4500939169f7063720a7b9fbfdfd24ac86342d5a86e496fd4cc8c32c682')
+
+prepare() {
+  sed -i 's/==.*$//' docker-py-"$pkgver"/{,test-}requirements.txt
+}
+
+build() {
+  cd docker-py-"$pkgver"
+  export SETUPTOOLS_SCM_PRETEND_VERSION=$pkgver
+  python setup.py build
+}
+
+check() {
+  cd docker-py-"$pkgver"
+  py.test --cov=docker tests/unit
+}
+
+package() {
+  cd docker-py-"$pkgver"
+  python setup.py install -O1 --root="$pkgdir"
+}



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

2022-09-10 Thread Morten Linderud via arch-commits
Date: Saturday, September 10, 2022 @ 12:06:02
  Author: foxboron
Revision: 1298834

upgpkg: python-docker 6.0.0-1

Modified:
  python-docker/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2022-09-10 12:03:21 UTC (rev 1298833)
+++ PKGBUILD2022-09-10 12:06:02 UTC (rev 1298834)
@@ -6,8 +6,8 @@
 # Contributor: Josh VanderLinden 
 
 pkgname=python-docker
-pkgver=5.0.3
-pkgrel=3
+pkgver=6.0.0
+pkgrel=1
 pkgdesc="A Python library for the Docker Engine API"
 arch=('any')
 url="https://github.com/docker/docker-py;
@@ -21,7 +21,7 @@
 conflicts=('python-docker-py')
 replaces=('python-docker-py')
 
source=("$pkgname-$pkgver.tar.gz::https://github.com/docker/docker-py/archive/$pkgver.tar.gz;)
-sha512sums=('50890e8d75eb9e4d3d98bbea5f86b86ad199a56ab0761bf2d0c0f3b7902810b2c17c2a677b0063963742a43a4660d400705bb8eb4e217c89302ae849a4ef3e08')
+sha512sums=('3006951ebe6363765116d9cbfb66ba413dfb7df8a07923a1cb94c0f678e0d749a712f4500939169f7063720a7b9fbfdfd24ac86342d5a86e496fd4cc8c32c682')
 
 prepare() {
   sed -i 's/==.*$//' docker-py-"$pkgver"/{,test-}requirements.txt
@@ -28,12 +28,13 @@
 }
 
 build() {
-  cd "$srcdir"/docker-py-"$pkgver"
+  cd docker-py-"$pkgver"
+  export SETUPTOOLS_SCM_PRETEND_VERSION=$pkgver
   python setup.py build
 }
 
 check() {
-  cd "$srcdir"/docker-py-"$pkgver"
+  cd docker-py-"$pkgver"
   py.test --cov=docker tests/unit
 }
 



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

2022-09-10 Thread Morten Linderud via arch-commits
Date: Saturday, September 10, 2022 @ 12:03:21
  Author: foxboron
Revision: 1298833

archrelease: copy trunk to community-any

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

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

Deleted: PKGBUILD
===
--- PKGBUILD2022-09-10 12:03:14 UTC (rev 1298832)
+++ PKGBUILD2022-09-10 12:03:21 UTC (rev 1298833)
@@ -1,34 +0,0 @@
-# Maintainer: Morten Linderud 
-# Maintainer: Andrew Crerar 
-# Contributor: Maikel Wever 
-
-pkgname=python-pipenv
-pkgver=2022.9.4
-pkgrel=1
-pkgdesc="Sacred Marriage of Pipfile, Pip, & Virtualenv."
-url="https://pipenv.pypa.io;
-arch=('any')
-license=('MIT')
-depends=('python' 'python-pip' 'python-certifi'
- 'python-virtualenv-clone' 'python-virtualenv')
-makedepends=('python-setuptools')
-source=("${pkgname}-${pkgver}.tar.gz::https://github.com/pypa/pipenv/archive/v${pkgver}.tar.gz;)
-b2sums=('f4fc9cb8f0218608b3fae5b5ddebf920a9143bf46f8c16e88368d625f96b77a4f7b4b351d96cdde86f39b33bc6842457daeb8f96eb87f54e1d6fa5955d4a3097')
-
-build() {
-  cd "pipenv-${pkgver}"
-  python setup.py build
-}
-
-package() {
-  cd "pipenv-${pkgver}"
-  python setup.py install --root="$pkgdir/" --optimize=1 --skip-build
-  install -Dm 644 LICENSE "${pkgdir}/usr/share/licenses/${pkgname}/LICENSE"
-  pushd pipenv
-  find . -name \*LICENSE\* -exec install -Dm 644 \{\} 
"${pkgdir}/usr/share/licenses/${pkgname}/"\{\} \;
-  popd
-
-  PIPENV_SHELL=bash python -m pipenv --completion | install -Dm644 /dev/stdin 
"${pkgdir}/usr/share/bash-completion/completions/pipenv"
-  PIPENV_SHELL=zsh  python -m pipenv --completion | install -Dm644 /dev/stdin 
"${pkgdir}/usr/share/zsh/site-functions/_pipenv"
-  PIPENV_SHELL=fish python -m pipenv --completion | install -Dm644 /dev/stdin 
"${pkgdir}/usr/share/fish/vendor_completions.d/pipenv.fish"
-}

Copied: python-pipenv/repos/community-any/PKGBUILD (from rev 1298832, 
python-pipenv/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2022-09-10 12:03:21 UTC (rev 1298833)
@@ -0,0 +1,34 @@
+# Maintainer: Morten Linderud 
+# Maintainer: Andrew Crerar 
+# Contributor: Maikel Wever 
+
+pkgname=python-pipenv
+pkgver=2022.9.8
+pkgrel=1
+pkgdesc="Sacred Marriage of Pipfile, Pip, & Virtualenv."
+url="https://pipenv.pypa.io;
+arch=('any')
+license=('MIT')
+depends=('python' 'python-pip' 'python-certifi'
+ 'python-virtualenv-clone' 'python-virtualenv')
+makedepends=('python-setuptools')
+source=("${pkgname}-${pkgver}.tar.gz::https://github.com/pypa/pipenv/archive/v${pkgver}.tar.gz;)
+b2sums=('d2954fdfff0d329144c44c61030a2c5d78457a1a0a9b6d1a0001970b55667dca390523a7a1dbdfcc24a3a0ec3488ae450a4b20770ab71e13d5f324fb569e5a65')
+
+build() {
+  cd "pipenv-${pkgver}"
+  python setup.py build
+}
+
+package() {
+  cd "pipenv-${pkgver}"
+  python setup.py install --root="$pkgdir/" --optimize=1 --skip-build
+  install -Dm 644 LICENSE "${pkgdir}/usr/share/licenses/${pkgname}/LICENSE"
+  pushd pipenv
+  find . -name \*LICENSE\* -exec install -Dm 644 \{\} 
"${pkgdir}/usr/share/licenses/${pkgname}/"\{\} \;
+  popd
+
+  PIPENV_SHELL=bash python -m pipenv --completion | install -Dm644 /dev/stdin 
"${pkgdir}/usr/share/bash-completion/completions/pipenv"
+  PIPENV_SHELL=zsh  python -m pipenv --completion | install -Dm644 /dev/stdin 
"${pkgdir}/usr/share/zsh/site-functions/_pipenv"
+  PIPENV_SHELL=fish python -m pipenv --completion | install -Dm644 /dev/stdin 
"${pkgdir}/usr/share/fish/vendor_completions.d/pipenv.fish"
+}



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

2022-09-10 Thread Morten Linderud via arch-commits
Date: Saturday, September 10, 2022 @ 12:03:14
  Author: foxboron
Revision: 1298832

upgpkg: python-pipenv 2022.9.8-1

Modified:
  python-pipenv/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2022-09-10 12:01:32 UTC (rev 1298831)
+++ PKGBUILD2022-09-10 12:03:14 UTC (rev 1298832)
@@ -3,7 +3,7 @@
 # Contributor: Maikel Wever 
 
 pkgname=python-pipenv
-pkgver=2022.9.4
+pkgver=2022.9.8
 pkgrel=1
 pkgdesc="Sacred Marriage of Pipfile, Pip, & Virtualenv."
 url="https://pipenv.pypa.io;
@@ -13,7 +13,7 @@
  'python-virtualenv-clone' 'python-virtualenv')
 makedepends=('python-setuptools')
 
source=("${pkgname}-${pkgver}.tar.gz::https://github.com/pypa/pipenv/archive/v${pkgver}.tar.gz;)
-b2sums=('f4fc9cb8f0218608b3fae5b5ddebf920a9143bf46f8c16e88368d625f96b77a4f7b4b351d96cdde86f39b33bc6842457daeb8f96eb87f54e1d6fa5955d4a3097')
+b2sums=('d2954fdfff0d329144c44c61030a2c5d78457a1a0a9b6d1a0001970b55667dca390523a7a1dbdfcc24a3a0ec3488ae450a4b20770ab71e13d5f324fb569e5a65')
 
 build() {
   cd "pipenv-${pkgver}"



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

2022-09-10 Thread Morten Linderud via arch-commits
Date: Saturday, September 10, 2022 @ 12:01:32
  Author: foxboron
Revision: 1298831

archrelease: copy trunk to community-any

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

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

Deleted: PKGBUILD
===
--- PKGBUILD2022-09-10 12:01:26 UTC (rev 1298830)
+++ PKGBUILD2022-09-10 12:01:32 UTC (rev 1298831)
@@ -1,35 +0,0 @@
-# Maintainer: Kyle Keen 
-# Maintainer: Morten Linderud 
-# Contributor: Andy Weidenbaum 
-
-pkgname=python-prompt_toolkit
-_name=prompt_toolkit
-pkgver=3.0.30
-pkgrel=2
-pkgdesc="Library for building powerful interactive command lines in Python"
-arch=('any')
-depends=('python-pygments'
- 'python-wcwidth')
-makedepends=('python-setuptools')
-checkdepends=('python-pytest')
-url="https://github.com/jonathanslenders/python-prompt-toolkit;
-license=('BSD')
-options=(!emptydirs)
-source=("https://files.pythonhosted.org/packages/source/p/$_name/$_name-$pkgver.tar.gz;)
-sha256sums=('859b283c50bde45f5f97829f77a4674d1c1fcd88539364f1b28a37805cfd89c0')
-
-build() {
-  cd "$_name-$pkgver"
-  python setup.py build
-}
-
-check() {
-  cd "$_name-$pkgver"
-  PYTHONPATH=src PYTHONDONTWRITEBYTECODE=1  python -m pytest
-}
-
-package() {
-  cd "$_name-$pkgver"
-  python setup.py install --root="$pkgdir" --optimize=1
-  install -Dm644 LICENSE "$pkgdir/usr/share/licenses/$pkgname/LICENSE"
-}

Copied: python-prompt_toolkit/repos/community-any/PKGBUILD (from rev 1298830, 
python-prompt_toolkit/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2022-09-10 12:01:32 UTC (rev 1298831)
@@ -0,0 +1,35 @@
+# Maintainer: Kyle Keen 
+# Maintainer: Morten Linderud 
+# Contributor: Andy Weidenbaum 
+
+pkgname=python-prompt_toolkit
+_name=prompt_toolkit
+pkgver=3.0.31
+pkgrel=1
+pkgdesc="Library for building powerful interactive command lines in Python"
+arch=('any')
+depends=('python-pygments'
+ 'python-wcwidth')
+makedepends=('python-setuptools')
+checkdepends=('python-pytest')
+url="https://github.com/jonathanslenders/python-prompt-toolkit;
+license=('BSD')
+options=(!emptydirs)
+source=("https://files.pythonhosted.org/packages/source/p/$_name/$_name-$pkgver.tar.gz;)
+sha256sums=('9ada952c9d1787f52ff6d5f3484d0b4df8952787c087edf6a1f7c2cb1ea88148')
+
+build() {
+  cd "$_name-$pkgver"
+  python setup.py build
+}
+
+check() {
+  cd "$_name-$pkgver"
+  PYTHONPATH=src PYTHONDONTWRITEBYTECODE=1  python -m pytest
+}
+
+package() {
+  cd "$_name-$pkgver"
+  python setup.py install --root="$pkgdir" --optimize=1
+  install -Dm644 LICENSE "$pkgdir/usr/share/licenses/$pkgname/LICENSE"
+}



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

2022-09-10 Thread Morten Linderud via arch-commits
Date: Saturday, September 10, 2022 @ 12:01:26
  Author: foxboron
Revision: 1298830

upgpkg: python-prompt_toolkit 3.0.31-1

Modified:
  python-prompt_toolkit/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2022-09-10 11:59:36 UTC (rev 1298829)
+++ PKGBUILD2022-09-10 12:01:26 UTC (rev 1298830)
@@ -4,8 +4,8 @@
 
 pkgname=python-prompt_toolkit
 _name=prompt_toolkit
-pkgver=3.0.30
-pkgrel=2
+pkgver=3.0.31
+pkgrel=1
 pkgdesc="Library for building powerful interactive command lines in Python"
 arch=('any')
 depends=('python-pygments'
@@ -16,7 +16,7 @@
 license=('BSD')
 options=(!emptydirs)
 
source=("https://files.pythonhosted.org/packages/source/p/$_name/$_name-$pkgver.tar.gz;)
-sha256sums=('859b283c50bde45f5f97829f77a4674d1c1fcd88539364f1b28a37805cfd89c0')
+sha256sums=('9ada952c9d1787f52ff6d5f3484d0b4df8952787c087edf6a1f7c2cb1ea88148')
 
 build() {
   cd "$_name-$pkgver"



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

2022-09-10 Thread Morten Linderud via arch-commits
Date: Saturday, September 10, 2022 @ 11:59:36
  Author: foxboron
Revision: 1298829

archrelease: copy trunk to community-x86_64

Added:
  gopass/repos/community-x86_64/PKGBUILD
(from rev 1298828, gopass/trunk/PKGBUILD)
Deleted:
  gopass/repos/community-x86_64/PKGBUILD

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

Deleted: PKGBUILD
===
--- PKGBUILD2022-09-10 11:59:30 UTC (rev 1298828)
+++ PKGBUILD2022-09-10 11:59:36 UTC (rev 1298829)
@@ -1,34 +0,0 @@
-# Maintainer: Morten Linderud 
-
-pkgname=gopass
-pkgver=1.14.4
-pkgrel=1
-pkgdesc="The slightly more awesome standard unix password manager for teams."
-arch=('x86_64')
-url="https://github.com/gopasspw/gopass;
-license=('MIT')
-makedepends=('go')
-optdepends=('xdotool: for typing passwords selected by dmenu'
-'xsel: clipboard support'
-'xclip: clipboard support')
-options=("!lto")
-source=("https://github.com/gopasspw/gopass/releases/download/v${pkgver}/gopass-${pkgver}.tar.gz;)
-sha512sums=('e48ca5528964affee5f97abc3e3b2f5d37c7bc7bec144fc574d78aadcb1ff9d6618f7fe951ca88bbeafd97cd82885b1f264d167ae3d40e7cd135c92c12b2203e')
-
-prepare(){
-  sed -i 's|-gcflags="-trimpath=$(GOPATH)" -asmflags="-trimpath=$(GOPATH)"||' 
Makefile
-}
-
-build(){
-  export CGO_CPPFLAGS="${CPPFLAGS}"
-  export CGO_CFLAGS="${CFLAGS}"
-  export CGO_CXXFLAGS="${CXXFLAGS}"
-  export CGO_LDFLAGS="${LDFLAGS}"
-  export GOFLAGS="-buildmode=pie -trimpath -mod=readonly -modcacherw"
-  make 
-}
-
-package() {
-  make DESTDIR="${pkgdir}" PREFIX="/usr" install
-  install -Dm644 LICENSE "${pkgdir}/usr/share/licenses/${pkgname}/LICENSE"
-}

Copied: gopass/repos/community-x86_64/PKGBUILD (from rev 1298828, 
gopass/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2022-09-10 11:59:36 UTC (rev 1298829)
@@ -0,0 +1,34 @@
+# Maintainer: Morten Linderud 
+
+pkgname=gopass
+pkgver=1.14.5
+pkgrel=1
+pkgdesc="The slightly more awesome standard unix password manager for teams."
+arch=('x86_64')
+url="https://github.com/gopasspw/gopass;
+license=('MIT')
+makedepends=('go')
+optdepends=('xdotool: for typing passwords selected by dmenu'
+'xsel: clipboard support'
+'xclip: clipboard support')
+options=("!lto")
+source=("https://github.com/gopasspw/gopass/releases/download/v${pkgver}/gopass-${pkgver}.tar.gz;)
+sha512sums=('c65448a3dede5551d57ab6931f11ac3dbb287f3d96059e25a7e49540ccfc40176f15c5adbda01656276259bc5ed76cb50e0added6a2f9153939b447e17de6f1d')
+
+prepare(){
+  sed -i 's|-gcflags="-trimpath=$(GOPATH)" -asmflags="-trimpath=$(GOPATH)"||' 
Makefile
+}
+
+build(){
+  export CGO_CPPFLAGS="${CPPFLAGS}"
+  export CGO_CFLAGS="${CFLAGS}"
+  export CGO_CXXFLAGS="${CXXFLAGS}"
+  export CGO_LDFLAGS="${LDFLAGS}"
+  export GOFLAGS="-buildmode=pie -trimpath -mod=readonly -modcacherw"
+  make 
+}
+
+package() {
+  make DESTDIR="${pkgdir}" PREFIX="/usr" install
+  install -Dm644 LICENSE "${pkgdir}/usr/share/licenses/${pkgname}/LICENSE"
+}



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

2022-09-10 Thread Morten Linderud via arch-commits
Date: Saturday, September 10, 2022 @ 11:59:30
  Author: foxboron
Revision: 1298828

upgpkg: gopass 1.14.5-1

Modified:
  gopass/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2022-09-10 11:58:19 UTC (rev 1298827)
+++ PKGBUILD2022-09-10 11:59:30 UTC (rev 1298828)
@@ -1,7 +1,7 @@
 # Maintainer: Morten Linderud 
 
 pkgname=gopass
-pkgver=1.14.4
+pkgver=1.14.5
 pkgrel=1
 pkgdesc="The slightly more awesome standard unix password manager for teams."
 arch=('x86_64')
@@ -13,7 +13,7 @@
 'xclip: clipboard support')
 options=("!lto")
 
source=("https://github.com/gopasspw/gopass/releases/download/v${pkgver}/gopass-${pkgver}.tar.gz;)
-sha512sums=('e48ca5528964affee5f97abc3e3b2f5d37c7bc7bec144fc574d78aadcb1ff9d6618f7fe951ca88bbeafd97cd82885b1f264d167ae3d40e7cd135c92c12b2203e')
+sha512sums=('c65448a3dede5551d57ab6931f11ac3dbb287f3d96059e25a7e49540ccfc40176f15c5adbda01656276259bc5ed76cb50e0added6a2f9153939b447e17de6f1d')
 
 prepare(){
   sed -i 's|-gcflags="-trimpath=$(GOPATH)" -asmflags="-trimpath=$(GOPATH)"||' 
Makefile



[arch-commits] Commit in python-google-api-python-client/repos/community-any (2 files)

2022-09-10 Thread Morten Linderud via arch-commits
Date: Saturday, September 10, 2022 @ 11:58:19
  Author: foxboron
Revision: 1298827

archrelease: copy trunk to community-any

Added:
  python-google-api-python-client/repos/community-any/PKGBUILD
(from rev 1298826, python-google-api-python-client/trunk/PKGBUILD)
Deleted:
  python-google-api-python-client/repos/community-any/PKGBUILD

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

Deleted: PKGBUILD
===
--- PKGBUILD2022-09-10 11:58:13 UTC (rev 1298826)
+++ PKGBUILD2022-09-10 11:58:19 UTC (rev 1298827)
@@ -1,30 +0,0 @@
-# Maintainer: Andrzej Giniewicz 
-# Maintainer: Morten Linderud 
-# Contributor: shadyabhi 
-
-pkgname=python-google-api-python-client
-pkgver=2.57.0
-pkgrel=1
-pkgdesc="Google API Client Library for Python"
-arch=('any')
-url="https://github.com/google/google-api-python-client;
-license=('Apache')
-depends=('python-google-auth-httplib2' 'python-uritemplate' 
'python-google-api-core')
-optdepends=('python-oauth2client: optional backend')
-makedepends=('python-setuptools')
-source=("google-api-python-client-${pkgver}.tar.gz::https://github.com/google/google-api-python-client/archive/v${pkgver}.tar.gz;)
-sha256sums=('dd9e43469f65cda4d042670177ddc34d74c0bcb07e5e6a95cc34d00616ea42b8')
-
-build() {
-  cd "google-api-python-client-${pkgver}"
-  python setup.py build
-}
- 
-package() {
-  cd "google-api-python-client-$pkgver"
-  python setup.py install --skip-build --root="$pkgdir" --optimize=1
-
-  # Workaround for FS#47243
-  _site_packages=`python -c "from distutils.sysconfig import get_python_lib; 
print(get_python_lib())"`
-  chmod -R a+r "$pkgdir$_site_packages"
-}

Copied: python-google-api-python-client/repos/community-any/PKGBUILD (from rev 
1298826, python-google-api-python-client/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2022-09-10 11:58:19 UTC (rev 1298827)
@@ -0,0 +1,30 @@
+# Maintainer: Andrzej Giniewicz 
+# Maintainer: Morten Linderud 
+# Contributor: shadyabhi 
+
+pkgname=python-google-api-python-client
+pkgver=2.60.0
+pkgrel=1
+pkgdesc="Google API Client Library for Python"
+arch=('any')
+url="https://github.com/google/google-api-python-client;
+license=('Apache')
+depends=('python-google-auth-httplib2' 'python-uritemplate' 
'python-google-api-core')
+optdepends=('python-oauth2client: optional backend')
+makedepends=('python-setuptools')
+source=("google-api-python-client-${pkgver}.tar.gz::https://github.com/google/google-api-python-client/archive/v${pkgver}.tar.gz;)
+sha256sums=('138dae4c3c99f256a454aa58e367446427e37c16a6a1d45984098a242f5ee09d')
+
+build() {
+  cd "google-api-python-client-${pkgver}"
+  python setup.py build
+}
+ 
+package() {
+  cd "google-api-python-client-$pkgver"
+  python setup.py install --skip-build --root="$pkgdir" --optimize=1
+
+  # Workaround for FS#47243
+  _site_packages=`python -c "from distutils.sysconfig import get_python_lib; 
print(get_python_lib())"`
+  chmod -R a+r "$pkgdir$_site_packages"
+}



[arch-commits] Commit in python-google-api-python-client/trunk (PKGBUILD)

2022-09-10 Thread Morten Linderud via arch-commits
Date: Saturday, September 10, 2022 @ 11:58:13
  Author: foxboron
Revision: 1298826

upgpkg: python-google-api-python-client 2.60.0-1

Modified:
  python-google-api-python-client/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2022-09-10 11:56:38 UTC (rev 1298825)
+++ PKGBUILD2022-09-10 11:58:13 UTC (rev 1298826)
@@ -3,7 +3,7 @@
 # Contributor: shadyabhi 
 
 pkgname=python-google-api-python-client
-pkgver=2.57.0
+pkgver=2.60.0
 pkgrel=1
 pkgdesc="Google API Client Library for Python"
 arch=('any')
@@ -13,7 +13,7 @@
 optdepends=('python-oauth2client: optional backend')
 makedepends=('python-setuptools')
 
source=("google-api-python-client-${pkgver}.tar.gz::https://github.com/google/google-api-python-client/archive/v${pkgver}.tar.gz;)
-sha256sums=('dd9e43469f65cda4d042670177ddc34d74c0bcb07e5e6a95cc34d00616ea42b8')
+sha256sums=('138dae4c3c99f256a454aa58e367446427e37c16a6a1d45984098a242f5ee09d')
 
 build() {
   cd "google-api-python-client-${pkgver}"



[arch-commits] Commit in python-google-api-core/repos/community-any (2 files)

2022-09-10 Thread Morten Linderud via arch-commits
Date: Saturday, September 10, 2022 @ 11:56:38
  Author: foxboron
Revision: 1298825

archrelease: copy trunk to community-any

Added:
  python-google-api-core/repos/community-any/PKGBUILD
(from rev 1298824, python-google-api-core/trunk/PKGBUILD)
Deleted:
  python-google-api-core/repos/community-any/PKGBUILD

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

Deleted: PKGBUILD
===
--- PKGBUILD2022-09-10 11:56:32 UTC (rev 1298824)
+++ PKGBUILD2022-09-10 11:56:38 UTC (rev 1298825)
@@ -1,27 +0,0 @@
-# Maintainer: Andrzej Giniewicz 
-# Maintainer: Morten Linderud 
-# Contributor: Kaizhao Zhang 
-
-pkgname=python-google-api-core
-pkgver=2.8.2
-pkgrel=1
-pkgdesc="Google API client core library"
-arch=('any')
-url="https://github.com/googleapis/googleapis;
-license=('Apache')
-depends=('python-pytz' 'python-requests' 'python-googleapis-common-protos' 
'python-google-auth')
-makedepends=('python-setuptools')
-optdepends=('python-grpcio: for grpc support')
-source=("https://files.pythonhosted.org/packages/source/g/google-api-core/google-api-core-${pkgver}.tar.gz;)
-sha256sums=('06f7244c640322b508b125903bb5701bebabce8832f85aba9335ec00b3d02edc')
-
-build() {
-  cd "google-api-core-${pkgver}"
-  python setup.py build
-}
-
-package() {
-  cd "google-api-core-${pkgver}"
-  python setup.py install --root="$pkgdir" --optimize=1
-  chmod -R a+r 
"$pkgdir"/usr/lib/python*/site-packages/google_api_core*.egg-info/
-}

Copied: python-google-api-core/repos/community-any/PKGBUILD (from rev 1298824, 
python-google-api-core/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2022-09-10 11:56:38 UTC (rev 1298825)
@@ -0,0 +1,27 @@
+# Maintainer: Andrzej Giniewicz 
+# Maintainer: Morten Linderud 
+# Contributor: Kaizhao Zhang 
+
+pkgname=python-google-api-core
+pkgver=2.10.0
+pkgrel=1
+pkgdesc="Google API client core library"
+arch=('any')
+url="https://github.com/googleapis/googleapis;
+license=('Apache')
+depends=('python-pytz' 'python-requests' 'python-googleapis-common-protos' 
'python-google-auth')
+makedepends=('python-setuptools')
+optdepends=('python-grpcio: for grpc support')
+source=("https://files.pythonhosted.org/packages/source/g/google-api-core/google-api-core-${pkgver}.tar.gz;)
+sha256sums=('1d053734f14591939e7764e99c31253fed46bf2578da0dcd82821f17a6dd991c')
+
+build() {
+  cd "google-api-core-${pkgver}"
+  python setup.py build
+}
+
+package() {
+  cd "google-api-core-${pkgver}"
+  python setup.py install --root="$pkgdir" --optimize=1
+  chmod -R a+r 
"$pkgdir"/usr/lib/python*/site-packages/google_api_core*.egg-info/
+}



[arch-commits] Commit in python-google-api-core/trunk (PKGBUILD)

2022-09-10 Thread Morten Linderud via arch-commits
Date: Saturday, September 10, 2022 @ 11:56:32
  Author: foxboron
Revision: 1298824

upgpkg: python-google-api-core 2.10.0-1

Modified:
  python-google-api-core/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2022-09-10 11:55:16 UTC (rev 1298823)
+++ PKGBUILD2022-09-10 11:56:32 UTC (rev 1298824)
@@ -3,7 +3,7 @@
 # Contributor: Kaizhao Zhang 
 
 pkgname=python-google-api-core
-pkgver=2.8.2
+pkgver=2.10.0
 pkgrel=1
 pkgdesc="Google API client core library"
 arch=('any')
@@ -13,7 +13,7 @@
 makedepends=('python-setuptools')
 optdepends=('python-grpcio: for grpc support')
 
source=("https://files.pythonhosted.org/packages/source/g/google-api-core/google-api-core-${pkgver}.tar.gz;)
-sha256sums=('06f7244c640322b508b125903bb5701bebabce8832f85aba9335ec00b3d02edc')
+sha256sums=('1d053734f14591939e7764e99c31253fed46bf2578da0dcd82821f17a6dd991c')
 
 build() {
   cd "google-api-core-${pkgver}"



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

2022-09-10 Thread Morten Linderud via arch-commits
Date: Saturday, September 10, 2022 @ 11:55:16
  Author: foxboron
Revision: 1298823

archrelease: copy trunk to community-any

Added:
  pdfjs-legacy/repos/community-any/
  pdfjs-legacy/repos/community-any/PKGBUILD
(from rev 1298822, pdfjs-legacy/trunk/PKGBUILD)

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

Copied: pdfjs-legacy/repos/community-any/PKGBUILD (from rev 1298822, 
pdfjs-legacy/trunk/PKGBUILD)
===
--- community-any/PKGBUILD  (rev 0)
+++ community-any/PKGBUILD  2022-09-10 11:55:16 UTC (rev 1298823)
@@ -0,0 +1,20 @@
+# Maintainer: Morten Linderud 
+# Contributor: Pierre Neidhardt 
+# Contributor: Florian Bruhin (The Compiler) 
+
+pkgname=pdfjs-legacy
+pkgver=2.16.105
+pkgrel=1
+pkgdesc="PDF reader in javascript - legacy distribution"
+conflicts=(pdfjs)
+arch=('any')
+url="https://mozilla.github.io/pdf.js/;
+license=('Apache')
+source=("https://github.com/mozilla/pdf.js/releases/download/v${pkgver}/pdfjs-${pkgver}-legacy-dist.zip;)
+sha256sums=('4fce357e8c665a25d44498f466ad93829f672f782eb95d6db8f20ee479dd6af4')
+
+package() {
+  mkdir -p "$pkgdir/usr/share/pdf.js"
+  cp -R "$srcdir"/{LICENSE,build,web} "$pkgdir/usr/share/pdf.js"
+  find "$pkgdir" -type f -exec chmod 644 {} \;  
+}



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

2022-09-10 Thread Morten Linderud via arch-commits
Date: Saturday, September 10, 2022 @ 11:55:10
  Author: foxboron
Revision: 1298822

upgpkg: pdfjs-legacy 2.16.105-1

Added:
  pdfjs-legacy/trunk/PKGBUILD

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

Added: PKGBUILD
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2022-09-10 11:55:10 UTC (rev 1298822)
@@ -0,0 +1,20 @@
+# Maintainer: Morten Linderud 
+# Contributor: Pierre Neidhardt 
+# Contributor: Florian Bruhin (The Compiler) 
+
+pkgname=pdfjs-legacy
+pkgver=2.16.105
+pkgrel=1
+pkgdesc="PDF reader in javascript - legacy distribution"
+conflicts=(pdfjs)
+arch=('any')
+url="https://mozilla.github.io/pdf.js/;
+license=('Apache')
+source=("https://github.com/mozilla/pdf.js/releases/download/v${pkgver}/pdfjs-${pkgver}-legacy-dist.zip;)
+sha256sums=('4fce357e8c665a25d44498f466ad93829f672f782eb95d6db8f20ee479dd6af4')
+
+package() {
+  mkdir -p "$pkgdir/usr/share/pdf.js"
+  cp -R "$srcdir"/{LICENSE,build,web} "$pkgdir/usr/share/pdf.js"
+  find "$pkgdir" -type f -exec chmod 644 {} \;  
+}



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

2022-09-10 Thread Morten Linderud via arch-commits
Date: Saturday, September 10, 2022 @ 11:55:03
  Author: foxboron
Revision: 1298821

addpkg: pdfjs-legacy 2.16.105-1

Added:
  pdfjs-legacy/
  pdfjs-legacy/repos/
  pdfjs-legacy/trunk/



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

2022-09-10 Thread Morten Linderud via arch-commits
Date: Saturday, September 10, 2022 @ 11:54:14
  Author: foxboron
Revision: 1298820

archrelease: copy trunk to community-any

Added:
  pdfjs/repos/community-any/PKGBUILD
(from rev 1298819, pdfjs/trunk/PKGBUILD)
Deleted:
  pdfjs/repos/community-any/PKGBUILD

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

Deleted: PKGBUILD
===
--- PKGBUILD2022-09-10 11:54:07 UTC (rev 1298819)
+++ PKGBUILD2022-09-10 11:54:14 UTC (rev 1298820)
@@ -1,19 +0,0 @@
-# Maintainer: Morten Linderud 
-# Contributor: Pierre Neidhardt 
-# Contributor: Florian Bruhin (The Compiler) 
-
-pkgname=pdfjs
-pkgver=2.15.349
-pkgrel=1
-pkgdesc="PDF reader in javascript"
-arch=('any')
-url="https://mozilla.github.io/pdf.js/;
-license=('Apache')
-source=("https://github.com/mozilla/pdf.js/releases/download/v${pkgver}/pdfjs-${pkgver}-dist.zip;)
-sha256sums=('7242189907fda24e1250c2d395a219f6cff93e51ff9c1fd13123d93e9cd523b0')
-
-package() {
-  mkdir -p "$pkgdir/usr/share/pdf.js"
-  cp -R "$srcdir"/{LICENSE,build,web} "$pkgdir/usr/share/pdf.js"
-  find "$pkgdir" -type f -exec chmod 644 {} \;  
-}

Copied: pdfjs/repos/community-any/PKGBUILD (from rev 1298819, 
pdfjs/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2022-09-10 11:54:14 UTC (rev 1298820)
@@ -0,0 +1,20 @@
+# Maintainer: Morten Linderud 
+# Contributor: Pierre Neidhardt 
+# Contributor: Florian Bruhin (The Compiler) 
+
+pkgname=pdfjs
+pkgver=2.16.105
+pkgrel=1
+pkgdesc="PDF reader in javascript"
+conflicts=(pdfjs-legacy)
+arch=('any')
+url="https://mozilla.github.io/pdf.js/;
+license=('Apache')
+source=("https://github.com/mozilla/pdf.js/releases/download/v${pkgver}/pdfjs-${pkgver}-dist.zip;)
+sha256sums=('47abfa0dd7574333e801c1dc159340e0d22956edcd6d7293ed5fee54f0e07e0b')
+
+package() {
+  mkdir -p "$pkgdir/usr/share/pdf.js"
+  cp -R "$srcdir"/{LICENSE,build,web} "$pkgdir/usr/share/pdf.js"
+  find "$pkgdir" -type f -exec chmod 644 {} \;  
+}



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

2022-09-10 Thread Morten Linderud via arch-commits
Date: Saturday, September 10, 2022 @ 11:54:07
  Author: foxboron
Revision: 1298819

upgpkg: pdfjs 2.16.105-1

Modified:
  pdfjs/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2022-09-10 11:52:29 UTC (rev 1298818)
+++ PKGBUILD2022-09-10 11:54:07 UTC (rev 1298819)
@@ -3,14 +3,15 @@
 # Contributor: Florian Bruhin (The Compiler) 
 
 pkgname=pdfjs
-pkgver=2.15.349
+pkgver=2.16.105
 pkgrel=1
 pkgdesc="PDF reader in javascript"
+conflicts=(pdfjs-legacy)
 arch=('any')
 url="https://mozilla.github.io/pdf.js/;
 license=('Apache')
 
source=("https://github.com/mozilla/pdf.js/releases/download/v${pkgver}/pdfjs-${pkgver}-dist.zip;)
-sha256sums=('7242189907fda24e1250c2d395a219f6cff93e51ff9c1fd13123d93e9cd523b0')
+sha256sums=('47abfa0dd7574333e801c1dc159340e0d22956edcd6d7293ed5fee54f0e07e0b')
 
 package() {
   mkdir -p "$pkgdir/usr/share/pdf.js"



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

2022-09-10 Thread Morten Linderud via arch-commits
Date: Saturday, September 10, 2022 @ 11:52:29
  Author: foxboron
Revision: 1298818

archrelease: copy trunk to community-x86_64

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

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

Deleted: PKGBUILD
===
--- PKGBUILD2022-09-10 11:52:23 UTC (rev 1298817)
+++ PKGBUILD2022-09-10 11:52:29 UTC (rev 1298818)
@@ -1,33 +0,0 @@
-# Maintainer: Morten Linderud 
-# Contributor: Chad Kunde 
-
-pkgname=gopls
-pkgver=0.9.4
-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=('dd43a39906e1ce4cf73694d0268c6878f87b3940c5b9d42e49e5257a0dc4701f')
-
-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 1298817, 
gopls/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2022-09-10 11:52:29 UTC (rev 1298818)
@@ -0,0 +1,33 @@
+# Maintainer: Morten Linderud 
+# Contributor: Chad Kunde 
+
+pkgname=gopls
+pkgver=0.9.5
+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=('c7b3a09f3820a0b3183ab5a08845f8d328565076d2834bb3b049a12eff6191e5')
+
+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)

2022-09-10 Thread Morten Linderud via arch-commits
Date: Saturday, September 10, 2022 @ 11:52:23
  Author: foxboron
Revision: 1298817

upgpkg: gopls 0.9.5-1

Modified:
  gopls/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2022-09-10 11:49:31 UTC (rev 1298816)
+++ PKGBUILD2022-09-10 11:52:23 UTC (rev 1298817)
@@ -2,7 +2,7 @@
 # Contributor: Chad Kunde 
 
 pkgname=gopls
-pkgver=0.9.4
+pkgver=0.9.5
 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=('dd43a39906e1ce4cf73694d0268c6878f87b3940c5b9d42e49e5257a0dc4701f')
+sha256sums=('c7b3a09f3820a0b3183ab5a08845f8d328565076d2834bb3b049a12eff6191e5')
 
 build() {
   cd "tools-${pkgname}-v${pkgver}/${pkgname}"



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

2022-09-10 Thread Morten Linderud via arch-commits
Date: Saturday, September 10, 2022 @ 11:49:31
  Author: foxboron
Revision: 1298816

archrelease: copy trunk to community-x86_64

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

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

Deleted: PKGBUILD
===
--- PKGBUILD2022-09-10 11:49:23 UTC (rev 1298815)
+++ PKGBUILD2022-09-10 11:49:31 UTC (rev 1298816)
@@ -1,39 +0,0 @@
-# Maintainer: Bartłomiej Piotrowski 
-# Maintainer: Morten Linderud 
-# Maintainer: George Rawlinson 
-
-pkgname=buildah
-pkgver=1.27.0
-pkgrel=1
-pkgdesc="A tool which facilitates building OCI images"
-arch=(x86_64)
-url="https://github.com/containers/buildah;
-license=(Apache)
-depends=(crun skopeo slirp4netns)
-makedepends=(go git bash-bats btrfs-progs device-mapper gpgme libassuan
- bzip2 go-md2man runc skopeo systemd)
-options=(!lto)
-_commit=db8d5921a770e7536b34c56d062b47795b548d35   #refs/tags/v1.27.0
-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 1298815, 
buildah/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2022-09-10 11:49:31 UTC (rev 1298816)
@@ -0,0 +1,39 @@
+# Maintainer: Bartłomiej Piotrowski 
+# Maintainer: Morten Linderud 
+# Maintainer: George Rawlinson 
+
+pkgname=buildah
+pkgver=1.27.1
+pkgrel=1
+pkgdesc="A tool which facilitates building OCI images"
+arch=(x86_64)
+url="https://github.com/containers/buildah;
+license=(Apache)
+depends=(crun skopeo slirp4netns)
+makedepends=(go git bash-bats btrfs-progs device-mapper gpgme libassuan
+ bzip2 go-md2man runc skopeo systemd)
+options=(!lto)
+_commit=b6272ec51ca3b4de058679fe48b62c8bfc95eec3   #refs/tags/v1.27.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"
+}



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

2022-09-10 Thread Morten Linderud via arch-commits
Date: Saturday, September 10, 2022 @ 11:49:23
  Author: foxboron
Revision: 1298815

upgpkg: buildah 1.27.1-1

Modified:
  buildah/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2022-09-10 11:44:15 UTC (rev 1298814)
+++ PKGBUILD2022-09-10 11:49:23 UTC (rev 1298815)
@@ -3,7 +3,7 @@
 # Maintainer: George Rawlinson 
 
 pkgname=buildah
-pkgver=1.27.0
+pkgver=1.27.1
 pkgrel=1
 pkgdesc="A tool which facilitates building OCI images"
 arch=(x86_64)
@@ -13,7 +13,7 @@
 makedepends=(go git bash-bats btrfs-progs device-mapper gpgme libassuan
  bzip2 go-md2man runc skopeo systemd)
 options=(!lto)
-_commit=db8d5921a770e7536b34c56d062b47795b548d35   #refs/tags/v1.27.0
+_commit=b6272ec51ca3b4de058679fe48b62c8bfc95eec3   #refs/tags/v1.27.1
 source=(git+https://github.com/containers/buildah.git#commit=$_commit)
 md5sums=('SKIP')
 



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

2022-09-10 Thread Morten Linderud via arch-commits
Date: Saturday, September 10, 2022 @ 11:44:15
  Author: foxboron
Revision: 1298814

archrelease: copy trunk to community-x86_64

Added:
  docker/repos/community-x86_64/PKGBUILD
(from rev 1298813, docker/trunk/PKGBUILD)
  docker/repos/community-x86_64/docker.sysusers
(from rev 1298813, docker/trunk/docker.sysusers)
Deleted:
  docker/repos/community-x86_64/PKGBUILD
  docker/repos/community-x86_64/docker.sysusers

-+
 PKGBUILD|  295 +-
 docker.sysusers |2 
 2 files changed, 140 insertions(+), 157 deletions(-)

Deleted: PKGBUILD
===
--- PKGBUILD2022-09-10 11:44:07 UTC (rev 1298813)
+++ PKGBUILD2022-09-10 11:44:15 UTC (rev 1298814)
@@ -1,156 +0,0 @@
-# Maintainer: Sébastien "Seblu" Luttringer
-# Maintainer: Morten Linderud 
-
-pkgname=docker
-pkgver=20.10.17
-pkgrel=1
-epoch=1
-pkgdesc='Pack, ship and run any application as a lightweight container'
-arch=('x86_64')
-url='https://www.docker.com/'
-license=('Apache')
-depends=('glibc' 'bridge-utils' 'iproute2' 'device-mapper' 'sqlite' 
'systemd-libs'
- 'libseccomp' 'libtool' 'runc' 'containerd')
-makedepends=('git' 'go' 'btrfs-progs' 'cmake' 'systemd' 'go-md2man' 'sed')
-optdepends=('btrfs-progs: btrfs backend support'
-'pigz: parallel gzip compressor support'
-'docker-scan: vulnerability scanner')
-# https://github.com/moby/moby/tree/v20.10.0/hack/dockerfile/install
-_TINI_COMMIT=de40ad007797e0dcd8b7126f27bb87401d224240
-_LIBNETWORK_COMMIT=f6b1c082a432c2a5814aaedaca56af33d9ea
-# TODO: Split into `docker-buildx` and make it a dependency
-_BUILDX_COMMIT=6224def4dd2c3d347eee19db595348c50d7cb491
-source=("git+https://github.com/docker/cli.git#tag=v$pkgver;
-"git+https://github.com/moby/moby.git#tag=v$pkgver;
-
"git+https://github.com/docker/libnetwork.git#commit=$_LIBNETWORK_COMMIT;
-"git+https://github.com/krallin/tini.git#commit=$_TINI_COMMIT;
-"git+https://github.com/docker/buildx.git#commit=$_BUILDX_COMMIT;
-"$pkgname.sysusers")
-sha256sums=('SKIP'
-'SKIP'
-'SKIP'
-'SKIP'
-'SKIP'
-'541826011a9836d05a2f42293d5f1beadf2ca8d89fb604487d61a013505678eb')
-
-# create a fake go path directory and pushd into it
-# $1 real directory
-# $2 gopath directory
-_fake_gopath_pushd() {
-  mkdir -p "$GOPATH/src/${2%/*}"
-  rm -f "$GOPATH/src/$2"
-  ln -rsT "$1" "$GOPATH/src/$2"
-  pushd  "$GOPATH/src/$2" >/dev/null
-}
-
-_fake_gopath_popd() {
-  popd >/dev/null
-}
-
-build() {
-  ### check my mistakes on commit version
-  echo 'Checking commit mismatch'
-  (
-  local _cfile
-  for _cfile in tini proxy; do
-. "moby/hack/dockerfile/install/$_cfile.installer"
-  done
-  local _commit _pkgbuild _dockerfile
-  err=0
-  # FIXME: Do not check TINI anymore, use tag instead of commit
-  for _commit in LIBNETWORK; do
-_pkgbuild=_${_commit}_COMMIT
-_dockerfile=${_commit}_COMMIT
-if [[ ${!_pkgbuild} != ${!_dockerfile} ]]; then
-  echo "Invalid $_commit commit, should be ${!_dockerfile}" >&2
-  err=$(($err + 1))
-fi
-  done
-  return $err
-  )
-
-  ### globals
-  export GOPATH="$srcdir"
-  export PATH="$GOPATH/bin:$PATH"
-  export CGO_CPPFLAGS="${CPPFLAGS}"
-  export CGO_CFLAGS="${CFLAGS}"
-  export CGO_CXXFLAGS="${CXXFLAGS}"
-  export CGO_LDFLAGS="${LDFLAGS}"
-  export LDFLAGS=''
-  export GOFLAGS='-buildmode=pie -trimpath -mod=readonly -modcacherw 
-ldflags=-linkmode=external'
-  export GO111MODULE=off
-  export DISABLE_WARN_OUTSIDE_CONTAINER=1
-
-  ### cli
-  echo 'Building cli'
-  _fake_gopath_pushd cli github.com/docker/cli
-  make VERSION=$pkgver dynbinary
-  make manpages
-  _fake_gopath_popd
-
-  ### daemon
-  echo 'Building daemon'
-  _fake_gopath_pushd moby github.com/docker/docker
-  DOCKER_GITCOMMIT=$(cd "$srcdir"/moby && git rev-parse --short HEAD) \
-DOCKER_BUILDTAGS='seccomp journald apparmor' \
-VERSION=$pkgver \
-hack/make.sh dynbinary
-  _fake_gopath_popd
-
-  ### docker proxy
-  echo 'Building docker-proxy'
-  _fake_gopath_pushd libnetwork github.com/docker/libnetwork
-  go build github.com/docker/libnetwork/cmd/proxy
-  _fake_gopath_popd
-
-  ### docker-init
-  echo 'Building docker-init'
-  _fake_gopath_pushd tini github.com/krallin/tini
-  cmake .
-  # we must use the static binary because it's started in a foreign os
-  make tini-static
-  _fake_gopath_popd
-
-  ### buildx cli plugin
-  echo 'Building buildx cli plugin'
-  _buildx_r=github.com/docker/buildx
-  _fake_gopath_pushd buildx $_buildx_r
-  GO111MODULE=on go build -mod=vendor -o docker-buildx -ldflags 
"-linkmode=external \
--X $_buildx_r/version.Version=$(git describe --match 'v[0-9]*' --always 
--tags)-docker \
--X $_buildx_r/version.Revision=$(git rev-parse HEAD) \
--X $_buildx_r/version.Package=$_buildx_r" \
-./cmd/buildx
-  _fake_gopath_popd
-}
-
-package() 

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

2022-09-10 Thread Morten Linderud via arch-commits
Date: Saturday, September 10, 2022 @ 11:44:07
  Author: foxboron
Revision: 1298813

upgpkg: docker 1:20.10.18-1

Modified:
  docker/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2022-09-10 11:28:21 UTC (rev 1298812)
+++ PKGBUILD2022-09-10 11:44:07 UTC (rev 1298813)
@@ -2,11 +2,11 @@
 # Maintainer: Morten Linderud 
 
 pkgname=docker
-pkgver=20.10.17
+pkgver=20.10.18
 pkgrel=1
 epoch=1
 pkgdesc='Pack, ship and run any application as a lightweight container'
-arch=('x86_64')
+arch=('x86_64' 'aarch64')
 url='https://www.docker.com/'
 license=('Apache')
 depends=('glibc' 'bridge-utils' 'iproute2' 'device-mapper' 'sqlite' 
'systemd-libs'
@@ -14,23 +14,20 @@
 makedepends=('git' 'go' 'btrfs-progs' 'cmake' 'systemd' 'go-md2man' 'sed')
 optdepends=('btrfs-progs: btrfs backend support'
 'pigz: parallel gzip compressor support'
-'docker-scan: vulnerability scanner')
+'docker-scan: vulnerability scanner',
+'docker-buildx: extended build capabilities')
 # https://github.com/moby/moby/tree/v20.10.0/hack/dockerfile/install
 _TINI_COMMIT=de40ad007797e0dcd8b7126f27bb87401d224240
-_LIBNETWORK_COMMIT=f6b1c082a432c2a5814aaedaca56af33d9ea
-# TODO: Split into `docker-buildx` and make it a dependency
-_BUILDX_COMMIT=6224def4dd2c3d347eee19db595348c50d7cb491
+_LIBNETWORK_COMMIT=0dde5c895075df6e3630e76f750a447cf63f4789
 source=("git+https://github.com/docker/cli.git#tag=v$pkgver;
 "git+https://github.com/moby/moby.git#tag=v$pkgver;
 
"git+https://github.com/docker/libnetwork.git#commit=$_LIBNETWORK_COMMIT;
 "git+https://github.com/krallin/tini.git#commit=$_TINI_COMMIT;
-"git+https://github.com/docker/buildx.git#commit=$_BUILDX_COMMIT;
 "$pkgname.sysusers")
 sha256sums=('SKIP'
 'SKIP'
 'SKIP'
 'SKIP'
-'SKIP'
 '541826011a9836d05a2f42293d5f1beadf2ca8d89fb604487d61a013505678eb')
 
 # create a fake go path directory and pushd into it
@@ -110,17 +107,6 @@
   # we must use the static binary because it's started in a foreign os
   make tini-static
   _fake_gopath_popd
-
-  ### buildx cli plugin
-  echo 'Building buildx cli plugin'
-  _buildx_r=github.com/docker/buildx
-  _fake_gopath_pushd buildx $_buildx_r
-  GO111MODULE=on go build -mod=vendor -o docker-buildx -ldflags 
"-linkmode=external \
--X $_buildx_r/version.Version=$(git describe --match 'v[0-9]*' --always 
--tags)-docker \
--X $_buildx_r/version.Revision=$(git rev-parse HEAD) \
--X $_buildx_r/version.Package=$_buildx_r" \
-./cmd/buildx
-  _fake_gopath_popd
 }
 
 package() {
@@ -148,9 +134,6 @@
   # man
   install -dm755 "$pkgdir/usr/share/man"
   cp -r man/man* "$pkgdir/usr/share/man"
-  # cli-plugins
-  cd "$srcdir"/src/github.com/docker
-  install -Dm755 buildx/docker-buildx 
"$pkgdir/usr/lib/docker/cli-plugins/docker-buildx"
 }
 
 # vim:set ts=2 sw=2 et:



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

2022-09-10 Thread Morten Linderud via arch-commits
Date: Saturday, September 10, 2022 @ 11:28:21
  Author: foxboron
Revision: 1298812

archrelease: copy trunk to community-any

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

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

Deleted: PKGBUILD
===
--- PKGBUILD2022-09-10 11:28:14 UTC (rev 1298811)
+++ PKGBUILD2022-09-10 11:28:21 UTC (rev 1298812)
@@ -1,27 +0,0 @@
-# Maintainer: Morten Linderud  
-# Contributor: Alad Wenter 

-
-pkgbase=font-awesome
-pkgname=(ttf-font-awesome otf-font-awesome)
-pkgver=6.1.2
-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=('212824854c558084c339ae0113a3dd2512c549385b3d4b1bf7f56f061c31deb8')
-
-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 1298811, 
font-awesome/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2022-09-10 11:28:21 UTC (rev 1298812)
@@ -0,0 +1,27 @@
+# Maintainer: Morten Linderud  
+# Contributor: Alad Wenter 

+
+pkgbase=font-awesome
+pkgname=(ttf-font-awesome otf-font-awesome)
+pkgver=6.2.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=('bebe89d335d55c021c5d3c11212f69849b540950a0eb79e6e3bdcf7e041b98e2')
+
+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 font-awesome/trunk (PKGBUILD)

2022-09-10 Thread Morten Linderud via arch-commits
Date: Saturday, September 10, 2022 @ 11:28:14
  Author: foxboron
Revision: 1298811

upgpkg: font-awesome 6.2.0-1

Modified:
  font-awesome/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2022-09-10 11:26:10 UTC (rev 1298810)
+++ PKGBUILD2022-09-10 11:28:14 UTC (rev 1298811)
@@ -3,7 +3,7 @@
 
 pkgbase=font-awesome
 pkgname=(ttf-font-awesome otf-font-awesome)
-pkgver=6.1.2
+pkgver=6.2.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=('212824854c558084c339ae0113a3dd2512c549385b3d4b1bf7f56f061c31deb8')
+sha256sums=('bebe89d335d55c021c5d3c11212f69849b540950a0eb79e6e3bdcf7e041b98e2')
 
 package_ttf-font-awesome() {
   cd "Font-Awesome-${pkgver}"



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

2022-09-10 Thread Morten Linderud via arch-commits
Date: Saturday, September 10, 2022 @ 11:26:10
  Author: foxboron
Revision: 1298810

archrelease: copy trunk to community-x86_64

Added:
  tailscale/repos/community-x86_64/PKGBUILD
(from rev 1298809, tailscale/trunk/PKGBUILD)
Deleted:
  tailscale/repos/community-x86_64/PKGBUILD

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

Deleted: PKGBUILD
===
--- PKGBUILD2022-09-10 11:26:04 UTC (rev 1298809)
+++ PKGBUILD2022-09-10 11:26:10 UTC (rev 1298810)
@@ -1,59 +0,0 @@
-# Maintainer: Morten Linderud 
-# Contributor: David Anderson 
-
-pkgname=tailscale
-pkgver=1.30.0
-pkgrel=1
-pkgdesc="A mesh VPN that makes it easy to connect your devices, wherever they 
are."
-arch=("x86_64")
-url="https://tailscale.com;
-license=("MIT")
-makedepends=("git" "go")
-depends=("glibc")
-backup=("etc/default/tailscaled")
-# Important: Check if the version has been published before updating
-# curl -s "https://pkgs.tailscale.com/stable/?mode=json;
-_commit=0b00b7a135b635fadd8a9a38567562798873ab82   #refs/tags/v1.30.0^{}
-source=("git+https://github.com/tailscale/tailscale.git#commit=${_commit};)
-sha256sums=('SKIP')
-
-pkgver() {
-  cd "${pkgname}"
-  git describe --tags | sed 's/^[vV]//;s/-/+/g'
-}
-
-prepare() {
-cd "${pkgname}"
-go mod vendor
-}
-
-build() {
-cd "${pkgname}"
-export CGO_CPPFLAGS="${CPPFLAGS}"
-export CGO_CFLAGS="${CFLAGS}"
-export CGO_CXXFLAGS="${CXXFLAGS}"
-export CGO_LDFLAGS="${LDFLAGS}"
-export GOFLAGS="-buildmode=pie -trimpath -mod=readonly -modcacherw"
-GO_LDFLAGS="\
--linkmode=external \
--X tailscale.com/version.Long=${pkgver} \
--X tailscale.com/version.Short=$(cut -d+ -f1 <<< "${pkgver}") \
--X tailscale.com/version.GitCommit=${_commit}"
-for cmd in ./cmd/tailscale ./cmd/tailscaled; do
-go build -v -tags xversion -ldflags "$GO_LDFLAGS" "$cmd"
-done
-}
-
-#TODO: Figure out why tests are failing
-# check() {
-# cd "${pkgname}"
-# go test $(go list ./... | grep -v tsdns_test)
-# }
-
-package() {
-cd "${pkgname}"
-install -Dm755 tailscale tailscaled -t "$pkgdir/usr/bin"
-install -Dm644 cmd/tailscaled/tailscaled.defaults 
"$pkgdir/etc/default/tailscaled"
-install -Dm644 cmd/tailscaled/tailscaled.service -t 
"$pkgdir/usr/lib/systemd/system"
-install -Dm644 LICENSE -t "$pkgdir/usr/share/licenses/$pkgname"
-}

Copied: tailscale/repos/community-x86_64/PKGBUILD (from rev 1298809, 
tailscale/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2022-09-10 11:26:10 UTC (rev 1298810)
@@ -0,0 +1,59 @@
+# Maintainer: Morten Linderud 
+# Contributor: David Anderson 
+
+pkgname=tailscale
+pkgver=1.30.1
+pkgrel=1
+pkgdesc="A mesh VPN that makes it easy to connect your devices, wherever they 
are."
+arch=("x86_64")
+url="https://tailscale.com;
+license=("MIT")
+makedepends=("git" "go")
+depends=("glibc")
+backup=("etc/default/tailscaled")
+# Important: Check if the version has been published before updating
+# curl -s "https://pkgs.tailscale.com/stable/?mode=json;
+_commit=949c4003021d533aefd3594623675550d355015e   #refs/tags/v1.30.1^{}
+source=("git+https://github.com/tailscale/tailscale.git#commit=${_commit};)
+sha256sums=('SKIP')
+
+pkgver() {
+  cd "${pkgname}"
+  git describe --tags | sed 's/^[vV]//;s/-/+/g'
+}
+
+prepare() {
+cd "${pkgname}"
+go mod vendor
+}
+
+build() {
+cd "${pkgname}"
+export CGO_CPPFLAGS="${CPPFLAGS}"
+export CGO_CFLAGS="${CFLAGS}"
+export CGO_CXXFLAGS="${CXXFLAGS}"
+export CGO_LDFLAGS="${LDFLAGS}"
+export GOFLAGS="-buildmode=pie -trimpath -mod=readonly -modcacherw"
+GO_LDFLAGS="\
+-linkmode=external \
+-X tailscale.com/version.Long=${pkgver} \
+-X tailscale.com/version.Short=$(cut -d+ -f1 <<< "${pkgver}") \
+-X tailscale.com/version.GitCommit=${_commit}"
+for cmd in ./cmd/tailscale ./cmd/tailscaled; do
+go build -v -tags xversion -ldflags "$GO_LDFLAGS" "$cmd"
+done
+}
+
+#TODO: Figure out why tests are failing
+# check() {
+# cd "${pkgname}"
+# go test $(go list ./... | grep -v tsdns_test)
+# }
+
+package() {
+cd "${pkgname}"
+install -Dm755 tailscale tailscaled -t "$pkgdir/usr/bin"
+install -Dm644 cmd/tailscaled/tailscaled.defaults 
"$pkgdir/etc/default/tailscaled"
+install -Dm644 cmd/tailscaled/tailscaled.service -t 
"$pkgdir/usr/lib/systemd/system"
+install -Dm644 LICENSE -t "$pkgdir/usr/share/licenses/$pkgname"
+}



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

2022-09-10 Thread Morten Linderud via arch-commits
Date: Saturday, September 10, 2022 @ 11:26:04
  Author: foxboron
Revision: 1298809

upgpkg: tailscale 1.30.1-1

Modified:
  tailscale/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2022-09-10 11:20:18 UTC (rev 1298808)
+++ PKGBUILD2022-09-10 11:26:04 UTC (rev 1298809)
@@ -2,7 +2,7 @@
 # Contributor: David Anderson 
 
 pkgname=tailscale
-pkgver=1.30.0
+pkgver=1.30.1
 pkgrel=1
 pkgdesc="A mesh VPN that makes it easy to connect your devices, wherever they 
are."
 arch=("x86_64")
@@ -13,7 +13,7 @@
 backup=("etc/default/tailscaled")
 # Important: Check if the version has been published before updating
 # curl -s "https://pkgs.tailscale.com/stable/?mode=json;
-_commit=0b00b7a135b635fadd8a9a38567562798873ab82   #refs/tags/v1.30.0^{}
+_commit=949c4003021d533aefd3594623675550d355015e   #refs/tags/v1.30.1^{}
 source=("git+https://github.com/tailscale/tailscale.git#commit=${_commit};)
 sha256sums=('SKIP')
 



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

2022-09-10 Thread Morten Linderud via arch-commits
Date: Saturday, September 10, 2022 @ 11:20:18
  Author: foxboron
Revision: 1298808

archrelease: copy trunk to community-x86_64

Added:
  step-ca/repos/community-x86_64/PKGBUILD
(from rev 1298807, step-ca/trunk/PKGBUILD)
Deleted:
  step-ca/repos/community-x86_64/PKGBUILD

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

Deleted: PKGBUILD
===
--- PKGBUILD2022-09-10 11:20:12 UTC (rev 1298807)
+++ PKGBUILD2022-09-10 11:20:18 UTC (rev 1298808)
@@ -1,38 +0,0 @@
-# Maintainer: Morten Linderud 
-
-pkgname=step-ca
-pkgver=0.21.0
-pkgrel=1
-pkgdesc="A private certificate authority (X.509 & SSH) & ACME server for 
secure automated certificate management, so you can use TLS everywhere & SSO 
for SSH."
-url="https://github.com/smallstep/certificates;
-arch=(x86_64)
-license=(Apache)
-depends=(glibc pcsclite)
-makedepends=(go)
-source=("$url/releases/download/v${pkgver}/step-ca_${pkgver}.tar.gz")
-sha512sums=('aca6762eacf07a2a347201d588d21550ab3b4419e8051d3cd167f0d1c5b20239818fd88ac9260ca2c21e5bb0c0367b63beae2defc234296db69c303d1d0ddb19')
-
-prepare(){
-  mkdir -p bin
-}
-
-build() {
-  BUILD_DATE="$(date --date="@${SOURCE_DATE_EPOCH:-$(date +%s)}" '+%Y-%m-%d 
%H:%M UTC')"
-  go build \
-  -trimpath \
-  -buildmode=pie \
-  -mod=readonly \
-  -modcacherw \
-  -ldflags "-linkmode external -extldflags \"${LDFLAGS}\" -X 
\"main.Version=${pkgver}\" -X \"main.BuildTime=${BUILD_DATE}\"" \
-  -o bin ./cmd/...
-}
-
-check() {
-  go test -v ./...
-}
-
-package() {
-  for bin in step-awskms-init  step-ca  step-cloudkms-init  step-yubikey-init; 
do
-install -Dm755 "bin/$bin" "$pkgdir/usr/bin/$bin"
-  done
-}

Copied: step-ca/repos/community-x86_64/PKGBUILD (from rev 1298807, 
step-ca/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2022-09-10 11:20:18 UTC (rev 1298808)
@@ -0,0 +1,38 @@
+# Maintainer: Morten Linderud 
+
+pkgname=step-ca
+pkgver=0.22.1
+pkgrel=1
+pkgdesc="A private certificate authority (X.509 & SSH) & ACME server for 
secure automated certificate management, so you can use TLS everywhere & SSO 
for SSH."
+url="https://github.com/smallstep/certificates;
+arch=(x86_64)
+license=(Apache)
+depends=(glibc pcsclite)
+makedepends=(go)
+source=("$url/releases/download/v${pkgver}/step-ca_${pkgver}.tar.gz")
+sha512sums=('a73762c35ee65eca93d909b1e80c7e036d6142bfa5663d2d9696573a83e845c20d86e150d8507965252c43690fff694d99096f86aa12e71bc96d9d279648d18a')
+
+prepare(){
+  mkdir -p bin
+}
+
+build() {
+  BUILD_DATE="$(date --date="@${SOURCE_DATE_EPOCH:-$(date +%s)}" '+%Y-%m-%d 
%H:%M UTC')"
+  go build \
+  -trimpath \
+  -buildmode=pie \
+  -mod=readonly \
+  -modcacherw \
+  -ldflags "-linkmode external -extldflags \"${LDFLAGS}\" -X 
\"main.Version=${pkgver}\" -X \"main.BuildTime=${BUILD_DATE}\"" \
+  -o bin ./cmd/...
+}
+
+check() {
+  go test -v ./...
+}
+
+package() {
+  for bin in step-awskms-init  step-ca  step-cloudkms-init  step-yubikey-init; 
do
+install -Dm755 "bin/$bin" "$pkgdir/usr/bin/$bin"
+  done
+}



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

2022-09-10 Thread Morten Linderud via arch-commits
Date: Saturday, September 10, 2022 @ 11:20:12
  Author: foxboron
Revision: 1298807

upgpkg: step-ca 0.22.1-1

Modified:
  step-ca/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2022-09-10 11:17:22 UTC (rev 1298806)
+++ PKGBUILD2022-09-10 11:20:12 UTC (rev 1298807)
@@ -1,7 +1,7 @@
 # Maintainer: Morten Linderud 
 
 pkgname=step-ca
-pkgver=0.21.0
+pkgver=0.22.1
 pkgrel=1
 pkgdesc="A private certificate authority (X.509 & SSH) & ACME server for 
secure automated certificate management, so you can use TLS everywhere & SSO 
for SSH."
 url="https://github.com/smallstep/certificates;
@@ -10,7 +10,7 @@
 depends=(glibc pcsclite)
 makedepends=(go)
 source=("$url/releases/download/v${pkgver}/step-ca_${pkgver}.tar.gz")
-sha512sums=('aca6762eacf07a2a347201d588d21550ab3b4419e8051d3cd167f0d1c5b20239818fd88ac9260ca2c21e5bb0c0367b63beae2defc234296db69c303d1d0ddb19')
+sha512sums=('a73762c35ee65eca93d909b1e80c7e036d6142bfa5663d2d9696573a83e845c20d86e150d8507965252c43690fff694d99096f86aa12e71bc96d9d279648d18a')
 
 prepare(){
   mkdir -p bin



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

2022-09-10 Thread Morten Linderud via arch-commits
Date: Saturday, September 10, 2022 @ 11:17:22
  Author: foxboron
Revision: 1298806

archrelease: copy trunk to community-x86_64

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

--+
 PKGBUILD |  154 ++---
 1 file changed, 77 insertions(+), 77 deletions(-)

Deleted: PKGBUILD
===
--- PKGBUILD2022-09-10 11:17:15 UTC (rev 1298805)
+++ PKGBUILD2022-09-10 11:17:22 UTC (rev 1298806)
@@ -1,77 +0,0 @@
-# Maintainer: Morten Linderud 
-# Contributor: Daniel Martí 
-# Contributor: Bartłomiej Piotrowski 
-# Contributor: Alexander F. Rødseth 
-# Contributor: Pierre Neidhardt 
-# Contributor: Vesa Kaihlavirta 
-# Contributor: Rémy Oudompheng 
-# Contributor: Andres Perera 
-# Contributor: Matthew Bauer 
-# Contributor: Christian Himpel 
-# Contributor: Mike Rosset 
-# Contributor: Daniel YC Lin 
-# Contributor: John Luebs 
-
-pkgname=go
-epoch=2
-pkgver=1.19
-pkgrel=1
-pkgdesc='Core compiler tools for the Go programming language'
-arch=(x86_64)
-url='https://golang.org/'
-license=(BSD)
-makedepends=(git go)
-replaces=(go-pie)
-provides=(go-pie)
-options=(!strip staticlibs)
-source=(https://go.dev/dl/go${pkgver}.src.tar.gz{,.asc})
-validpgpkeys=('EB4C1BFD4F042F6DDDCCEC917721F63BD38B4796')
-sha256sums=('9419cc70dc5a2523f29a77053cafff658ed21ef3561d9b6b020280ebceab28b9'
-'SKIP')
-
-build() {
-  export GOARCH=amd64
-  export GOAMD64=v1 # make sure we're building for the right x86-64 version
-  export GOROOT_FINAL=/usr/lib/go
-  export GOROOT_BOOTSTRAP=/usr/lib/go
-
-  cd "$pkgname/src"
-  ./make.bash -v
-}
-
-check() {
-  export GO_TEST_TIMEOUT_SCALE=3
-
-  cd $pkgname/src
-  ./run.bash --no-rebuild -v -v -v -k
-}
-
-package() {
-  cd "$pkgname"
-
-  install -d "$pkgdir/usr/bin" "$pkgdir/usr/lib/go" "$pkgdir/usr/share/doc/go" 
\
-"$pkgdir/usr/lib/go/pkg/linux_amd64_"{dynlink,race}
-
-  cp -a bin pkg src lib misc api test "$pkgdir/usr/lib/go"
-  # We can't strip all binaries and libraries,
-  # as that also strips some testdata directories and breaks the tests.
-  # Just strip the packaged binaries as a compromise.
-  strip $STRIP_BINARIES "$pkgdir/usr/lib/go"{/bin/*,/pkg/tool/*/*}
-
-  cp -r doc/* "$pkgdir/usr/share/doc/go"
-
-  ln -sf /usr/lib/go/bin/go "$pkgdir/usr/bin/go"
-  ln -sf /usr/lib/go/bin/gofmt "$pkgdir/usr/bin/gofmt"
-  ln -sf /usr/share/doc/go "$pkgdir/usr/lib/go/doc"
-
-  install -Dm644 VERSION "$pkgdir/usr/lib/go/VERSION"
-
-  rm -rf "$pkgdir/usr/lib/go/pkg/bootstrap" "$pkgdir/usr/lib/go/pkg/tool/*/api"
-
-  # TODO: Figure out if really needed
-  rm -rf "$pkgdir"/usr/lib/go/pkg/obj/go-build
-
-  install -Dm644 LICENSE "$pkgdir/usr/share/licenses/$pkgname/LICENSE"
-}
-
-# vim: ts=2 sw=2 et

Copied: go/repos/community-x86_64/PKGBUILD (from rev 1298805, go/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2022-09-10 11:17:22 UTC (rev 1298806)
@@ -0,0 +1,77 @@
+# Maintainer: Morten Linderud 
+# Contributor: Daniel Martí 
+# Contributor: Bartłomiej Piotrowski 
+# Contributor: Alexander F. Rødseth 
+# Contributor: Pierre Neidhardt 
+# Contributor: Vesa Kaihlavirta 
+# Contributor: Rémy Oudompheng 
+# Contributor: Andres Perera 
+# Contributor: Matthew Bauer 
+# Contributor: Christian Himpel 
+# Contributor: Mike Rosset 
+# Contributor: Daniel YC Lin 
+# Contributor: John Luebs 
+
+pkgname=go
+epoch=2
+pkgver=1.19.1
+pkgrel=1
+pkgdesc='Core compiler tools for the Go programming language'
+arch=(x86_64)
+url='https://golang.org/'
+license=(BSD)
+makedepends=(git go)
+replaces=(go-pie)
+provides=(go-pie)
+options=(!strip staticlibs)
+source=(https://go.dev/dl/go${pkgver}.src.tar.gz{,.asc})
+validpgpkeys=('EB4C1BFD4F042F6DDDCCEC917721F63BD38B4796')
+sha256sums=('27871baa490f3401414ad793fba49086f6c855b1c584385ed7771e1204c7e179'
+'SKIP')
+
+build() {
+  export GOARCH=amd64
+  export GOAMD64=v1 # make sure we're building for the right x86-64 version
+  export GOROOT_FINAL=/usr/lib/go
+  export GOROOT_BOOTSTRAP=/usr/lib/go
+
+  cd "$pkgname/src"
+  ./make.bash -v
+}
+
+check() {
+  export GO_TEST_TIMEOUT_SCALE=3
+
+  cd $pkgname/src
+  ./run.bash --no-rebuild -v -v -v -k
+}
+
+package() {
+  cd "$pkgname"
+
+  install -d "$pkgdir/usr/bin" "$pkgdir/usr/lib/go" "$pkgdir/usr/share/doc/go" 
\
+"$pkgdir/usr/lib/go/pkg/linux_amd64_"{dynlink,race}
+
+  cp -a bin pkg src lib misc api test "$pkgdir/usr/lib/go"
+  # We can't strip all binaries and libraries,
+  # as that also strips some testdata directories and breaks the tests.
+  # Just strip the packaged binaries as a compromise.
+  strip $STRIP_BINARIES "$pkgdir/usr/lib/go"{/bin/*,/pkg/tool/*/*}
+
+  cp -r doc/* "$pkgdir/usr/share/doc/go"
+
+  ln -sf 

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

2022-09-10 Thread Morten Linderud via arch-commits
Date: Saturday, September 10, 2022 @ 11:17:15
  Author: foxboron
Revision: 1298805

upgpkg: go 2:1.19.1-1

Modified:
  go/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2022-09-10 10:41:10 UTC (rev 1298804)
+++ PKGBUILD2022-09-10 11:17:15 UTC (rev 1298805)
@@ -14,7 +14,7 @@
 
 pkgname=go
 epoch=2
-pkgver=1.19
+pkgver=1.19.1
 pkgrel=1
 pkgdesc='Core compiler tools for the Go programming language'
 arch=(x86_64)
@@ -26,7 +26,7 @@
 options=(!strip staticlibs)
 source=(https://go.dev/dl/go${pkgver}.src.tar.gz{,.asc})
 validpgpkeys=('EB4C1BFD4F042F6DDDCCEC917721F63BD38B4796')
-sha256sums=('9419cc70dc5a2523f29a77053cafff658ed21ef3561d9b6b020280ebceab28b9'
+sha256sums=('27871baa490f3401414ad793fba49086f6c855b1c584385ed7771e1204c7e179'
 'SKIP')
 
 build() {



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

2022-09-05 Thread Morten Linderud via arch-commits
Date: Monday, September 5, 2022 @ 14:24:39
  Author: foxboron
Revision: 1293007

archrelease: copy trunk to community-x86_64

Added:
  docker-buildx/repos/community-x86_64/
  docker-buildx/repos/community-x86_64/PKGBUILD
(from rev 1293006, docker-buildx/trunk/PKGBUILD)

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

Copied: docker-buildx/repos/community-x86_64/PKGBUILD (from rev 1293006, 
docker-buildx/trunk/PKGBUILD)
===
--- community-x86_64/PKGBUILD   (rev 0)
+++ community-x86_64/PKGBUILD   2022-09-05 14:24:39 UTC (rev 1293007)
@@ -0,0 +1,50 @@
+# Maintainer: Morten Linderud 
+# Contributor: Joakim Saario 
+
+pkgname=docker-buildx
+pkgver=0.9.1
+pkgrel=1
+pkgdesc="Docker CLI plugin for extended build capabilities with BuildKit"
+arch=('x86_64')
+url="https://github.com/docker/buildx;
+license=("Apache")
+makedepends=('go' 'git')
+options=(!lto)
+_commit=ed00243a0ce2a0aee75311b06e32d33b44729689  #refs/tags/v0.9.1
+source=("git+https://github.com/docker/buildx.git#commit=${_commit};)
+sha512sums=('SKIP')
+
+pkgver() {
+  cd "buildx"
+  git describe --tags | sed 's/^v//;s/-/+/g'
+}
+
+build() {
+  cd "buildx"
+  export CGO_CPPFLAGS="${CPPFLAGS}"
+  export CGO_CFLAGS="${CFLAGS}"
+  export CGO_CXXFLAGS="${CXXFLAGS}"
+  export CGO_LDFLAGS="${LDFLAGS}"
+  export GOFLAGS='-buildmode=pie -trimpath -mod=readonly -modcacherw'
+  export GO111MODULE=on
+  _buildx_r=github.com/docker/buildx
+  go build -mod=vendor -o docker-buildx -ldflags "-linkmode=external \
+-X $_buildx_r/version.Version=${pkgver} \
+-X $_buildx_r/version.Revision=$(git rev-parse HEAD) \
+-X $_buildx_r/version.Package=$_buildx_r" \
+./cmd/buildx
+}
+
+check() {
+  cd "buildx"
+  # mkdir cli-plugins
+  # cp bin/buildx cli-plugins/docker-buildx
+  # export DOCKER_CONFIG="$(PWD)"
+  go test ./...
+}
+
+package() {
+  cd "buildx"
+  install -Dm644 LICENSE "$pkgdir"/usr/share/licenses/$pkgname/LICENSE
+  install -Dm755 docker-buildx 
"$pkgdir/usr/lib/docker/cli-plugins/docker-buildx"
+}



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

2022-09-05 Thread Morten Linderud via arch-commits
Date: Monday, September 5, 2022 @ 14:24:34
  Author: foxboron
Revision: 1293006

upgpkg: docker-buildx 0.9.1-1

Added:
  docker-buildx/trunk/PKGBUILD

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

Added: PKGBUILD
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2022-09-05 14:24:34 UTC (rev 1293006)
@@ -0,0 +1,50 @@
+# Maintainer: Morten Linderud 
+# Contributor: Joakim Saario 
+
+pkgname=docker-buildx
+pkgver=0.9.1
+pkgrel=1
+pkgdesc="Docker CLI plugin for extended build capabilities with BuildKit"
+arch=('x86_64')
+url="https://github.com/docker/buildx;
+license=("Apache")
+makedepends=('go' 'git')
+options=(!lto)
+_commit=ed00243a0ce2a0aee75311b06e32d33b44729689  #refs/tags/v0.9.1
+source=("git+https://github.com/docker/buildx.git#commit=${_commit};)
+sha512sums=('SKIP')
+
+pkgver() {
+  cd "buildx"
+  git describe --tags | sed 's/^v//;s/-/+/g'
+}
+
+build() {
+  cd "buildx"
+  export CGO_CPPFLAGS="${CPPFLAGS}"
+  export CGO_CFLAGS="${CFLAGS}"
+  export CGO_CXXFLAGS="${CXXFLAGS}"
+  export CGO_LDFLAGS="${LDFLAGS}"
+  export GOFLAGS='-buildmode=pie -trimpath -mod=readonly -modcacherw'
+  export GO111MODULE=on
+  _buildx_r=github.com/docker/buildx
+  go build -mod=vendor -o docker-buildx -ldflags "-linkmode=external \
+-X $_buildx_r/version.Version=${pkgver} \
+-X $_buildx_r/version.Revision=$(git rev-parse HEAD) \
+-X $_buildx_r/version.Package=$_buildx_r" \
+./cmd/buildx
+}
+
+check() {
+  cd "buildx"
+  # mkdir cli-plugins
+  # cp bin/buildx cli-plugins/docker-buildx
+  # export DOCKER_CONFIG="$(PWD)"
+  go test ./...
+}
+
+package() {
+  cd "buildx"
+  install -Dm644 LICENSE "$pkgdir"/usr/share/licenses/$pkgname/LICENSE
+  install -Dm755 docker-buildx 
"$pkgdir/usr/lib/docker/cli-plugins/docker-buildx"
+}



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

2022-09-05 Thread Morten Linderud via arch-commits
Date: Monday, September 5, 2022 @ 14:24:21
  Author: foxboron
Revision: 1293005

addpkg: docker-buildx 0.9.1-1

Added:
  docker-buildx/
  docker-buildx/repos/
  docker-buildx/trunk/



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

2022-09-01 Thread Morten Linderud via arch-commits
Date: Thursday, September 1, 2022 @ 21:36:04
  Author: foxboron
Revision: 454884

test -v3

Modified:
  vim/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2022-09-01 21:18:25 UTC (rev 454883)
+++ PKGBUILD2022-09-01 21:36:04 UTC (rev 454884)
@@ -15,7 +15,7 @@
 pkgrel=1
 pkgdesc='Vi Improved, a highly configurable, improved version of the vi text 
editor'
 url='https://www.vim.org'
-arch=('x86_64')
+arch=('x86_64' 'x86_64_v3')
 license=('custom:vim')
 options=(debug)
 makedepends=('glibc' 'libgcrypt' 'gpm' 'python' 'ruby' 'libxt' 'gtk3' 'lua'



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

2022-09-01 Thread Morten Linderud via arch-commits
Date: Thursday, September 1, 2022 @ 21:18:25
  Author: foxboron
Revision: 454883

archrelease: copy trunk to testing-x86_64

Added:
  vim/repos/testing-x86_64/
  vim/repos/testing-x86_64/PKGBUILD
(from rev 454882, vim/trunk/PKGBUILD)
  vim/repos/testing-x86_64/archlinux.vim
(from rev 454882, vim/trunk/archlinux.vim)
  vim/repos/testing-x86_64/vimdoc.hook
(from rev 454882, vim/trunk/vimdoc.hook)
  vim/repos/testing-x86_64/vimrc
(from rev 454882, vim/trunk/vimrc)

---+
 PKGBUILD  |  207 
 archlinux.vim |   46 
 vimdoc.hook   |   11 ++
 vimrc |   18 
 4 files changed, 282 insertions(+)

Copied: vim/repos/testing-x86_64/PKGBUILD (from rev 454882, vim/trunk/PKGBUILD)
===
--- testing-x86_64/PKGBUILD (rev 0)
+++ testing-x86_64/PKGBUILD 2022-09-01 21:18:25 UTC (rev 454883)
@@ -0,0 +1,207 @@
+# Maintainer: Levente Polyak 
+# Maintainer: Morten Linderud 
+# Contributor: Anatol Pomozov 
+# Contributor: Thomas Dziedzic 
+# Contributor: Jan "heftig" Steffens 
+# Contributor: tobias [ tobias at archlinux org ]
+# Contributor: Daniel J Griffiths 
+# Contributor: Christian Hesse 
+# Contributor: Eli Schwartz 
+
+pkgbase=vim
+pkgname=('vim' 'gvim' 'vim-runtime')
+pkgver=9.0.0354
+_versiondir=90
+pkgrel=1
+pkgdesc='Vi Improved, a highly configurable, improved version of the vi text 
editor'
+url='https://www.vim.org'
+arch=('x86_64')
+license=('custom:vim')
+options=(debug)
+makedepends=('glibc' 'libgcrypt' 'gpm' 'python' 'ruby' 'libxt' 'gtk3' 'lua'
+ 'gawk' 'tcl' 'zlib' 'libcanberra')
+source=(https://github.com/vim/vim/archive/v${pkgver}/${pkgbase}-${pkgver}.tar.gz
+vimrc
+archlinux.vim
+vimdoc.hook)
+sha256sums=('02a7bdf4105f36d569d4d953f504dcae5d8fe86112624f2524709e03577e3ea8'
+'b16e85e457397ab2043a7ee0a3c84307c6b4eac157fd0b721694761f25b3ed5b'
+'cc3d931129854c298eb22e993ec14c2ad86cc1e70a08a64496f5e06559289972'
+'8e9656934d9d7793063230d15a689e10455e6db9b9fe73afa0f294792795d8ae')
+sha512sums=('f7d1e41e5f6e1ba386a2f42e458bb8a1b21ce91f00f3a206e51b9a1bf5c7eb2ce9c3ca81303a3d8c64570f53420b4ba6628a12b1dc9c5b250a5a5e6424816eae'
+
'4b5bed0813f22af9e158ea9aa56a4a9862dd786ba2d201f20159ccf652da6190164aaed0b6b7217d578f7b25c33a8adcc307bfcf3caa8d173a7ff29e2a00fee7'
+
'fe091d289d876f45319c898f6021ef86d6a238b540c225a279c46efc5c36fa7d868cd0cee73a111811c4be90df160f85340bb251be3a437727dbe5c699950363'
+
'a02ad0d66f300160911aeb81d8886c6c558436ac4ee3fcd161dd65c6b1e5d1f41b9005a7f5bb5ba68d57027fc1c8e43daabf055bd6207fb5a216a67f758df8d1')
+
+prepare() {
+  (cd vim-${pkgver}/src
+# define the place for the global (g)vimrc file (set to /etc/vimrc)
+sed -E 's|^.*(#define SYS_.*VIMRC_FILE.*").*$|\1|g' -i feature.h
+sed -E 's|^.*(#define VIMRC_FILE.*").*$|\1|g' -i feature.h
+autoconf
+  )
+  cp -a vim-${pkgver} gvim-${pkgver}
+}
+
+build() {
+  echo "Building vim..."
+  (cd vim-${pkgver}
+./configure \
+  --prefix=/usr \
+  --localstatedir=/var/lib/vim \
+  --with-features=huge \
+  --with-compiledby='Arch Linux' \
+  --enable-gpm \
+  --enable-acl \
+  --with-x=no \
+  --disable-gui \
+  --enable-multibyte \
+  --enable-cscope \
+  --enable-netbeans \
+  --enable-perlinterp=dynamic \
+  --enable-python3interp=dynamic \
+  --enable-rubyinterp=dynamic \
+  --enable-luainterp=dynamic \
+  --enable-tclinterp=dynamic \
+  --disable-canberra
+make
+  )
+
+  echo "Building gvim..."
+  (cd gvim-${pkgver}
+./configure \
+  --prefix=/usr \
+  --localstatedir=/var/lib/vim \
+  --with-features=huge \
+  --with-compiledby='Arch Linux' \
+  --enable-gpm \
+  --enable-acl \
+  --with-x=yes \
+  --enable-gui=gtk3 \
+  --enable-multibyte \
+  --enable-cscope \
+  --enable-netbeans \
+  --enable-perlinterp=dynamic \
+  --enable-python3interp=dynamic \
+  --enable-rubyinterp=dynamic \
+  --enable-luainterp=dynamic \
+  --enable-tclinterp=dynamic \
+  --enable-canberra
+make
+  )
+}
+
+check() {
+  cd vim-${pkgver}
+  TERM=xterm make -j1 test
+}
+
+package_vim-runtime() {
+  pkgdesc+=' (shared runtime)'
+  optdepends=('sh: support for some tools and macros'
+  'python: demoserver example tool'
+  'gawk: mve tools upport')
+  backup=('etc/vimrc')
+
+  cd vim-${pkgver}
+
+  make -j1 VIMRCLOC=/etc DESTDIR="${pkgdir}" install
+  # man and bin files belong to 'vim'
+  rm -r "${pkgdir}"/usr/share/man/ "${pkgdir}"/usr/bin/
+
+  # Don't forget logtalk.dict
+  install -Dm 644 runtime/ftplugin/logtalk.dict \
+"${pkgdir}"/usr/share/vim/vim${_versiondir}/ftplugin/logtalk.dict
+
+  # rc files
+  install -Dm 644 "${srcdir}"/vimrc "${pkgdir}"/etc/vimrc
+  install -Dm 644 

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

2022-09-01 Thread Morten Linderud via arch-commits
Date: Thursday, September 1, 2022 @ 21:18:17
  Author: foxboron
Revision: 454882

upgpkg: vim 9.0.0354-1

Modified:
  vim/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2022-09-01 20:40:13 UTC (rev 454881)
+++ PKGBUILD2022-09-01 21:18:17 UTC (rev 454882)
@@ -10,7 +10,7 @@
 
 pkgbase=vim
 pkgname=('vim' 'gvim' 'vim-runtime')
-pkgver=9.0.0321
+pkgver=9.0.0354
 _versiondir=90
 pkgrel=1
 pkgdesc='Vi Improved, a highly configurable, improved version of the vi text 
editor'
@@ -24,11 +24,11 @@
 vimrc
 archlinux.vim
 vimdoc.hook)
-sha256sums=('5dbf71deda9929daaae2621dc14806c7e9694293eb148688299e090ae49f5095'
+sha256sums=('02a7bdf4105f36d569d4d953f504dcae5d8fe86112624f2524709e03577e3ea8'
 'b16e85e457397ab2043a7ee0a3c84307c6b4eac157fd0b721694761f25b3ed5b'
 'cc3d931129854c298eb22e993ec14c2ad86cc1e70a08a64496f5e06559289972'
 '8e9656934d9d7793063230d15a689e10455e6db9b9fe73afa0f294792795d8ae')
-sha512sums=('e7fd44b69eeaca03de493cdd4b5c7f945bf3844d735825e8cde063ae0c870ca04f2e3dd63b8bc7eebf0821432d04da8602158e75b0447a109bf0fd438b46cdf4'
+sha512sums=('f7d1e41e5f6e1ba386a2f42e458bb8a1b21ce91f00f3a206e51b9a1bf5c7eb2ce9c3ca81303a3d8c64570f53420b4ba6628a12b1dc9c5b250a5a5e6424816eae'
 
'4b5bed0813f22af9e158ea9aa56a4a9862dd786ba2d201f20159ccf652da6190164aaed0b6b7217d578f7b25c33a8adcc307bfcf3caa8d173a7ff29e2a00fee7'
 
'fe091d289d876f45319c898f6021ef86d6a238b540c225a279c46efc5c36fa7d868cd0cee73a111811c4be90df160f85340bb251be3a437727dbe5c699950363'
 
'a02ad0d66f300160911aeb81d8886c6c558436ac4ee3fcd161dd65c6b1e5d1f41b9005a7f5bb5ba68d57027fc1c8e43daabf055bd6207fb5a216a67f758df8d1')



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

2022-09-01 Thread Morten Linderud via arch-commits
Date: Thursday, September 1, 2022 @ 21:08:15
  Author: foxboron
Revision: 1290482

archrelease: copy trunk to community-x86_64

Added:
  tailscale/repos/community-x86_64/PKGBUILD
(from rev 1290481, tailscale/trunk/PKGBUILD)
Deleted:
  tailscale/repos/community-x86_64/PKGBUILD

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

Deleted: PKGBUILD
===
--- PKGBUILD2022-09-01 21:08:10 UTC (rev 1290481)
+++ PKGBUILD2022-09-01 21:08:15 UTC (rev 1290482)
@@ -1,59 +0,0 @@
-# Maintainer: Morten Linderud 
-# Contributor: David Anderson 
-
-pkgname=tailscale
-pkgver=1.28.0
-pkgrel=1
-pkgdesc="A mesh VPN that makes it easy to connect your devices, wherever they 
are."
-arch=("x86_64")
-url="https://tailscale.com;
-license=("MIT")
-makedepends=("git" "go")
-depends=("glibc")
-backup=("etc/default/tailscaled")
-# Important: Check if the version has been published before updating
-# curl -s "https://pkgs.tailscale.com/stable/?mode=json;
-_commit=aabca3a4c431d24199c1deb25d4684516ead88ca   #refs/tags/v1.28.0^{}
-source=("git+https://github.com/tailscale/tailscale.git#commit=${_commit};)
-sha256sums=('SKIP')
-
-pkgver() {
-  cd "${pkgname}"
-  git describe --tags | sed 's/^[vV]//;s/-/+/g'
-}
-
-prepare() {
-cd "${pkgname}"
-go mod vendor
-}
-
-build() {
-cd "${pkgname}"
-export CGO_CPPFLAGS="${CPPFLAGS}"
-export CGO_CFLAGS="${CFLAGS}"
-export CGO_CXXFLAGS="${CXXFLAGS}"
-export CGO_LDFLAGS="${LDFLAGS}"
-export GOFLAGS="-buildmode=pie -trimpath -mod=readonly -modcacherw"
-GO_LDFLAGS="\
--linkmode=external \
--X tailscale.com/version.Long=${pkgver} \
--X tailscale.com/version.Short=$(cut -d+ -f1 <<< "${pkgver}") \
--X tailscale.com/version.GitCommit=${_commit}"
-for cmd in ./cmd/tailscale ./cmd/tailscaled; do
-go build -v -tags xversion -ldflags "$GO_LDFLAGS" "$cmd"
-done
-}
-
-#TODO: Figure out why tests are failing
-# check() {
-# cd "${pkgname}"
-# go test $(go list ./... | grep -v tsdns_test)
-# }
-
-package() {
-cd "${pkgname}"
-install -Dm755 tailscale tailscaled -t "$pkgdir/usr/bin"
-install -Dm644 cmd/tailscaled/tailscaled.defaults 
"$pkgdir/etc/default/tailscaled"
-install -Dm644 cmd/tailscaled/tailscaled.service -t 
"$pkgdir/usr/lib/systemd/system"
-install -Dm644 LICENSE -t "$pkgdir/usr/share/licenses/$pkgname"
-}

Copied: tailscale/repos/community-x86_64/PKGBUILD (from rev 1290481, 
tailscale/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2022-09-01 21:08:15 UTC (rev 1290482)
@@ -0,0 +1,59 @@
+# Maintainer: Morten Linderud 
+# Contributor: David Anderson 
+
+pkgname=tailscale
+pkgver=1.30.0
+pkgrel=1
+pkgdesc="A mesh VPN that makes it easy to connect your devices, wherever they 
are."
+arch=("x86_64")
+url="https://tailscale.com;
+license=("MIT")
+makedepends=("git" "go")
+depends=("glibc")
+backup=("etc/default/tailscaled")
+# Important: Check if the version has been published before updating
+# curl -s "https://pkgs.tailscale.com/stable/?mode=json;
+_commit=0b00b7a135b635fadd8a9a38567562798873ab82   #refs/tags/v1.30.0^{}
+source=("git+https://github.com/tailscale/tailscale.git#commit=${_commit};)
+sha256sums=('SKIP')
+
+pkgver() {
+  cd "${pkgname}"
+  git describe --tags | sed 's/^[vV]//;s/-/+/g'
+}
+
+prepare() {
+cd "${pkgname}"
+go mod vendor
+}
+
+build() {
+cd "${pkgname}"
+export CGO_CPPFLAGS="${CPPFLAGS}"
+export CGO_CFLAGS="${CFLAGS}"
+export CGO_CXXFLAGS="${CXXFLAGS}"
+export CGO_LDFLAGS="${LDFLAGS}"
+export GOFLAGS="-buildmode=pie -trimpath -mod=readonly -modcacherw"
+GO_LDFLAGS="\
+-linkmode=external \
+-X tailscale.com/version.Long=${pkgver} \
+-X tailscale.com/version.Short=$(cut -d+ -f1 <<< "${pkgver}") \
+-X tailscale.com/version.GitCommit=${_commit}"
+for cmd in ./cmd/tailscale ./cmd/tailscaled; do
+go build -v -tags xversion -ldflags "$GO_LDFLAGS" "$cmd"
+done
+}
+
+#TODO: Figure out why tests are failing
+# check() {
+# cd "${pkgname}"
+# go test $(go list ./... | grep -v tsdns_test)
+# }
+
+package() {
+cd "${pkgname}"
+install -Dm755 tailscale tailscaled -t "$pkgdir/usr/bin"
+install -Dm644 cmd/tailscaled/tailscaled.defaults 
"$pkgdir/etc/default/tailscaled"
+install -Dm644 cmd/tailscaled/tailscaled.service -t 
"$pkgdir/usr/lib/systemd/system"
+install -Dm644 LICENSE -t "$pkgdir/usr/share/licenses/$pkgname"
+}



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

2022-09-01 Thread Morten Linderud via arch-commits
Date: Thursday, September 1, 2022 @ 21:08:10
  Author: foxboron
Revision: 1290481

upgpkg: tailscale 1.30.0-1

Modified:
  tailscale/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2022-09-01 21:05:07 UTC (rev 1290480)
+++ PKGBUILD2022-09-01 21:08:10 UTC (rev 1290481)
@@ -2,7 +2,7 @@
 # Contributor: David Anderson 
 
 pkgname=tailscale
-pkgver=1.28.0
+pkgver=1.30.0
 pkgrel=1
 pkgdesc="A mesh VPN that makes it easy to connect your devices, wherever they 
are."
 arch=("x86_64")
@@ -13,7 +13,7 @@
 backup=("etc/default/tailscaled")
 # Important: Check if the version has been published before updating
 # curl -s "https://pkgs.tailscale.com/stable/?mode=json;
-_commit=aabca3a4c431d24199c1deb25d4684516ead88ca   #refs/tags/v1.28.0^{}
+_commit=0b00b7a135b635fadd8a9a38567562798873ab82   #refs/tags/v1.30.0^{}
 source=("git+https://github.com/tailscale/tailscale.git#commit=${_commit};)
 sha256sums=('SKIP')
 



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

2022-08-30 Thread Morten Linderud via arch-commits
Date: Tuesday, August 30, 2022 @ 12:11:58
  Author: foxboron
Revision: 1288697

upgpkg: fzf 0.33.0-1

Modified:
  fzf/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2022-08-30 12:10:25 UTC (rev 1288696)
+++ PKGBUILD2022-08-30 12:11:58 UTC (rev 1288697)
@@ -8,7 +8,7 @@
 # Contributor: jebaum 
 
 pkgname=fzf
-pkgver=0.32.1
+pkgver=0.33.0
 pkgrel=1
 pkgdesc='Command-line fuzzy finder'
 arch=('x86_64')



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

2022-08-30 Thread Morten Linderud via arch-commits
Date: Tuesday, August 30, 2022 @ 12:12:04
  Author: foxboron
Revision: 1288698

archrelease: copy trunk to community-x86_64

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

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

Deleted: PKGBUILD
===
--- PKGBUILD2022-08-30 12:11:58 UTC (rev 1288697)
+++ PKGBUILD2022-08-30 12:12:04 UTC (rev 1288698)
@@ -1,78 +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.32.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=("git+https://github.com/junegunn/fzf.git#tag=${pkgver}?signed;)
-validpgpkeys=('B5FB4AB5F32EC1A0C9DE9637254BC280FEF9C627')
-sha512sums=('SKIP')
-
-prepare() {
-   cd "${pkgname}"
-   sed -i 's/-w /-w -linkmode external /' Makefile
-}
-
-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
-}
-
-check() {
-   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"
-   go test ./...
-}
-
-package() {
-   cd "${pkgname}"
-
-   ## Man page
-   install -Dm644 man/man1/fzf.1 "$pkgdir"/usr/share/man/man1/fzf.1
-   install -Dm644 man/man1/fzf-tmux.1 
"$pkgdir"/usr/share/man/man1/fzf-tmux.1
-
-   ## License
-   install -Dm644 LICENSE "$pkgdir"/usr/share/licenses/fzf/LICENSE
-
-   ## Binaries
-   install -dm755 "$pkgdir"/usr/bin
-   install -m755 bin/fzf-tmux "$pkgdir"/usr/bin/
-   install -Dm755 target/fzf-linux_amd64 "$pkgdir"/usr/bin/fzf
-
-   ## 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 doc/fzf.txt "$pkgdir"/usr/share/vim/vimfiles/doc/fzf.txt
-   install -Dm644 plugin/fzf.vim 
"$pkgdir"/usr/share/vim/vimfiles/plugin/fzf.vim
-}
-

Copied: fzf/repos/community-x86_64/PKGBUILD (from rev 1288697, 
fzf/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2022-08-30 12:12:04 UTC (rev 1288698)
@@ -0,0 +1,78 @@
+# 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.33.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=("git+https://github.com/junegunn/fzf.git#tag=${pkgver}?signed;)
+validpgpkeys=('B5FB4AB5F32EC1A0C9DE9637254BC280FEF9C627')
+sha512sums=('SKIP')
+
+prepare() {
+   cd "${pkgname}"
+   sed -i 's/-w /-w -linkmode external /' Makefile
+}
+
+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
+}
+
+check() {
+   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"
+   go test ./...
+}
+
+package() {
+   cd "${pkgname}"
+
+   ## Man page
+   install -Dm644 man/man1/fzf.1 

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

2022-08-27 Thread Morten Linderud via arch-commits
Date: Saturday, August 27, 2022 @ 10:49:26
  Author: foxboron
Revision: 1284688

archrelease: copy trunk to community-x86_64

Added:
  raft/repos/community-x86_64/PKGBUILD
(from rev 1284687, raft/trunk/PKGBUILD)
Deleted:
  raft/repos/community-x86_64/PKGBUILD

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

Deleted: PKGBUILD
===
--- PKGBUILD2022-08-27 10:49:19 UTC (rev 1284687)
+++ PKGBUILD2022-08-27 10:49:26 UTC (rev 1284688)
@@ -1,33 +0,0 @@
-# Maintainer: Morten Linderud 
-# Contributor: Thomas Hipp 
-
-pkgname=raft
-pkgver=0.14.0
-pkgrel=1
-pkgdesc="C implementation of the Raft consensus protocol"
-arch=('x86_64')
-url="https://github.com/canonical/raft;
-license=('LGPL3')
-depends=('libuv')
-options=(debug strip)
-source=("$pkgname-$pkgver.tar.gz::https://github.com/canonical/${pkgname}/archive/v${pkgver}.tar.gz;)
-sha256sums=('e020bffdab2011521708580997b956ad88c959220cdd94160f94863e2f0d6b95')
-
-build() {
-   cd "${pkgname}-${pkgver}"
-   autoreconf -i
-   ./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"
-   rm -rf "${pkgdir}/usr/bin"
-}

Copied: raft/repos/community-x86_64/PKGBUILD (from rev 1284687, 
raft/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2022-08-27 10:49:26 UTC (rev 1284688)
@@ -0,0 +1,33 @@
+# Maintainer: Morten Linderud 
+# Contributor: Thomas Hipp 
+
+pkgname=raft
+pkgver=0.15.0
+pkgrel=1
+pkgdesc="C implementation of the Raft consensus protocol"
+arch=('x86_64')
+url="https://github.com/canonical/raft;
+license=('LGPL3')
+depends=('libuv')
+options=(debug strip)
+source=("$pkgname-$pkgver.tar.gz::https://github.com/canonical/${pkgname}/archive/v${pkgver}.tar.gz;)
+sha256sums=('33fd7ecdeb2d822beda5ac8964562f31a05aa817483bb63835ad7bab171f2d02')
+
+build() {
+   cd "${pkgname}-${pkgver}"
+   autoreconf -i
+   ./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"
+   rm -rf "${pkgdir}/usr/bin"
+}



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

2022-08-27 Thread Morten Linderud via arch-commits
Date: Saturday, August 27, 2022 @ 10:49:19
  Author: foxboron
Revision: 1284687

upgpkg: raft 0.15.0-1

Modified:
  raft/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2022-08-27 10:47:57 UTC (rev 1284686)
+++ PKGBUILD2022-08-27 10:49:19 UTC (rev 1284687)
@@ -2,7 +2,7 @@
 # Contributor: Thomas Hipp 
 
 pkgname=raft
-pkgver=0.14.0
+pkgver=0.15.0
 pkgrel=1
 pkgdesc="C implementation of the Raft consensus protocol"
 arch=('x86_64')
@@ -11,7 +11,7 @@
 depends=('libuv')
 options=(debug strip)
 
source=("$pkgname-$pkgver.tar.gz::https://github.com/canonical/${pkgname}/archive/v${pkgver}.tar.gz;)
-sha256sums=('e020bffdab2011521708580997b956ad88c959220cdd94160f94863e2f0d6b95')
+sha256sums=('33fd7ecdeb2d822beda5ac8964562f31a05aa817483bb63835ad7bab171f2d02')
 
 build() {
cd "${pkgname}-${pkgver}"



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

2022-08-27 Thread Morten Linderud via arch-commits
Date: Saturday, August 27, 2022 @ 10:47:57
  Author: foxboron
Revision: 1284686

archrelease: copy trunk to community-testing-any

Added:
  salt/repos/community-testing-any/
  salt/repos/community-testing-any/PKGBUILD
(from rev 1284685, salt/trunk/PKGBUILD)
  salt/repos/community-testing-any/salt.install
(from rev 1284685, salt/trunk/salt.install)
  salt/repos/community-testing-any/salt.logrotate
(from rev 1284685, salt/trunk/salt.logrotate)

+
 PKGBUILD   |   88 +++
 salt.install   |   22 +
 salt.logrotate |   12 +++
 3 files changed, 122 insertions(+)

Copied: salt/repos/community-testing-any/PKGBUILD (from rev 1284685, 
salt/trunk/PKGBUILD)
===
--- community-testing-any/PKGBUILD  (rev 0)
+++ community-testing-any/PKGBUILD  2022-08-27 10:47:57 UTC (rev 1284686)
@@ -0,0 +1,88 @@
+# Maintainer: Johannes Löthberg 
+# Maintainer: Morten Linderud 
+# Contributor: Sébastien Luttringer
+# Contributor: Daniel Wallace 
+# Contributor: Christer Edwards 
+# Contributor: zer0def 
+
+pkgname=salt
+pkgver=3005
+pkgrel=1
+
+pkgdesc='Central system and configuration manager'
+arch=('any')
+url='http://saltstack.org/'
+license=('Apache')
+
+replaces=('salt-zmq' 'salt-raet')
+conflicts=('salt-zmq' 'salt-raet')
+
+depends=('python-jinja'
+ 'python-msgpack'
+ 'python-yaml'
+ 'python-markupsafe'
+ 'python-requests'
+ 'python-pyzmq'
+ 'python-m2crypto'
+ 'python-systemd'
+ 'python-distro'
+ 'python-importlib-metadata'
+ 'python-pycryptodomex')
+optdepends=('dmidecode: decode SMBIOS/DMI tables'
+'python-pygit2: gitfs support')
+#checkdepends=('python-pytest' 'python-psutil')
+
+backup=('etc/logrotate.d/salt'
+'etc/salt/master'
+'etc/salt/minion')
+
+install=salt.install
+source=("https://pypi.io/packages/source/s/salt/salt-$pkgver.tar.gz;
+salt.logrotate)
+
+sha256sums=('1d200c45b88046178ea56fb5a75726dc620cc5e51411076a04df80ff52f79cd4'
+'abecc3c1be124c4afffaaeb3ba32b60dfee8ba6dc32189edfa2ad154ecb7a215')
+
+prepare() {
+  cd salt-$pkgver
+  sed -i '/^contextvars/d' requirements/base.txt
+
+  # remove version requirements for pyzmq, there's no point in it
+  # we only have one version and the "python_version <=> *" checks are 
discarded
+  # so pyzmq<=20.0.0 ends up in the final requirements.txt
+  echo -e '-r crypto.txt\n\npyzmq' > requirements/zeromq.txt
+}
+
+build() {
+  cd salt-$pkgver
+  python setup.py build
+}
+
+# TODO: Missing salt-factories, pytest-tempdir
+# check() {
+#   cd salt-$pkgver
+#   python setup.py install --root="$PWD/tmp_install" --optimize=1
+#   PYTHONPATH="$PWD/tmp_install/usr/lib/python3.10/site-packages:$PYTHONPATH" 
py.test
+# }
+
+package() {
+  install -Dm644 salt.logrotate "$pkgdir"/etc/logrotate.d/salt
+
+  cd salt-$pkgver
+
+  python setup.py --salt-pidfile-dir="/run/salt" install --root="$pkgdir" 
--optimize=1 --skip-build
+
+  # default config
+  install -v -Dm644 conf/master "$pkgdir/etc/salt/master"
+  install -v -Dm644 conf/minion "$pkgdir/etc/salt/minion"
+
+  # systemd services
+  for _svc in salt-master.service salt-syndic.service salt-minion.service 
salt-api.service; do
+install -v -Dm644 pkg/$_svc "$pkgdir/usr/lib/systemd/system/$_svc"
+  done
+  install -v -Dm644 pkg/salt.bash 
"$pkgdir/usr/share/bash-completion/completions/salt"
+  install -v -Dm644 pkg/salt.zsh "$pkgdir/usr/share/zsh/site-functions/_salt"
+  install -v -Dm644 -t "$pkgdir/usr/share/fish/vendor_completions.d" 
pkg/fish-completions/*
+}
+
+# vim:set ts=2 sw=2 et:

Copied: salt/repos/community-testing-any/salt.install (from rev 1284685, 
salt/trunk/salt.install)
===
--- community-testing-any/salt.install  (rev 0)
+++ community-testing-any/salt.install  2022-08-27 10:47:57 UTC (rev 1284686)
@@ -0,0 +1,22 @@
+#!/bin/bash
+
+# arg 1:  the new package version
+# arg 2:  the old package version
+post_upgrade() {
+  if [[ "$(vercmp $2 2014.1.1-1)" -le 0 ]]; then
+cat << EOF
+==> Since version 2014.1.1-2, salt-master runs by default as root user.
+==> You need to manually update your configuration and remove the salt user and
+==> group to follow the new default behavior.
+EOF
+  fi
+
+  if [[ "$(vercmp $2 2016.3.3-1)" -le 0 ]]; then
+cat << EOF
+==> Since version 2016.3.3-2 RAET is no longer supported.  Please switch to 
either
+==> zeromq or tcp for transport instead.
+EOF
+  fi
+}
+
+# vim:set ts=2 sw=2 ft=sh et:

Copied: salt/repos/community-testing-any/salt.logrotate (from rev 1284685, 
salt/trunk/salt.logrotate)
===
--- community-testing-any/salt.logrotate(rev 0)
+++ community-testing-any/salt.logrotate 

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

2022-08-27 Thread Morten Linderud via arch-commits
Date: Saturday, August 27, 2022 @ 10:47:48
  Author: foxboron
Revision: 1284685

upgpkg: salt 3005-1

Modified:
  salt/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2022-08-27 10:45:02 UTC (rev 1284684)
+++ PKGBUILD2022-08-27 10:47:48 UTC (rev 1284685)
@@ -6,7 +6,7 @@
 # Contributor: zer0def 
 
 pkgname=salt
-pkgver=3004.2
+pkgver=3005
 pkgrel=1
 
 pkgdesc='Central system and configuration manager'
@@ -38,11 +38,9 @@
 
 install=salt.install
 source=("https://pypi.io/packages/source/s/salt/salt-$pkgver.tar.gz;
-
"zmq-23.patch::https://github.com/saltstack/salt/commit/6ec8b90e402ff3fa8f27c7da70ece898592416bc.patch;
 salt.logrotate)
 
-sha256sums=('2fa644f6200d4e36b55846cb372b6e67b6ca0fbec0697f1d8d73e771b665ed70'
-'a82dcec84d7f2eb5b136ef8112397a1dc1234392741dc6a6db66c868c495eb76'
+sha256sums=('1d200c45b88046178ea56fb5a75726dc620cc5e51411076a04df80ff52f79cd4'
 'abecc3c1be124c4afffaaeb3ba32b60dfee8ba6dc32189edfa2ad154ecb7a215')
 
 prepare() {
@@ -49,9 +47,6 @@
   cd salt-$pkgver
   sed -i '/^contextvars/d' requirements/base.txt
 
-  # https://bugs.archlinux.org/task/75114#comment209320
-  patch -Np1 < "$srcdir/zmq-23.patch"
-
   # remove version requirements for pyzmq, there's no point in it
   # we only have one version and the "python_version <=> *" checks are 
discarded
   # so pyzmq<=20.0.0 ends up in the final requirements.txt



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

2022-08-27 Thread Morten Linderud via arch-commits
Date: Saturday, August 27, 2022 @ 10:45:02
  Author: foxboron
Revision: 1284684

archrelease: copy trunk to community-x86_64

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

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

Deleted: PKGBUILD
===
--- PKGBUILD2022-08-27 10:44:56 UTC (rev 1284683)
+++ PKGBUILD2022-08-27 10:45:02 UTC (rev 1284684)
@@ -1,42 +0,0 @@
-# Maintainer: Morten Linderud 
-
-pkgname=docker-scan
-pkgver=0.18.0
-pkgrel=1
-pkgdesc="Docker Scan is a Command Line Interface to run vulnerability 
detection on your Dockerfiles and Docker images"
-arch=('x86_64')
-url="https://github.com/docker/scan-cli-plugin;
-license=("Apache")
-makedepends=('go' 'git')
-_commit=c3104a7315462fc05df1c2231181f7daadab5f7e   #refs/tags/v0.18.0
-source=("git+https://github.com/docker/scan-cli-plugin.git#commit=${_commit};)
-sha512sums=('SKIP')
-
-pkgver() {
-  cd "scan-cli-plugin"
-  git describe --tags | sed 's/^v//;s/-/+/g'
-}
-
-build() {
-  cd "scan-cli-plugin"
-  export CGO_CPPFLAGS="${CPPFLAGS}"
-  export CGO_CFLAGS="${CFLAGS}"
-  export CGO_CXXFLAGS="${CXXFLAGS}"
-  export CGO_LDFLAGS="${LDFLAGS}"
-  export GOFLAGS="-buildmode=pie -trimpath -modcacherw"
-  make -f builder.Makefile build
-}
-
-check(){
-  cd "scan-cli-plugin"
-  # mkdir cli-plugins
-  # cp bin/docker-scan_linux_amd64 cli-plugins/docker-scan
-  # export DOCKER_CONFIG="$(PWD)"
-  # go test ./...
-}
-
-package() {
-  cd "scan-cli-plugin"
-  install -Dm644 LICENSE "$pkgdir"/usr/share/licenses/$pkgname/LICENSE
-  install -Dm755 bin/docker-scan_linux_amd64 
"$pkgdir"/usr/lib/docker/cli-plugins/docker-scan
-}

Copied: docker-scan/repos/community-x86_64/PKGBUILD (from rev 1284683, 
docker-scan/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2022-08-27 10:45:02 UTC (rev 1284684)
@@ -0,0 +1,42 @@
+# Maintainer: Morten Linderud 
+
+pkgname=docker-scan
+pkgver=0.19.0
+pkgrel=1
+pkgdesc="Docker Scan is a Command Line Interface to run vulnerability 
detection on your Dockerfiles and Docker images"
+arch=('x86_64')
+url="https://github.com/docker/scan-cli-plugin;
+license=("Apache")
+makedepends=('go' 'git')
+_commit=9c797021449e3192a46ba86730d6f0e5409b6614   #refs/tags/v0.19.0
+source=("git+https://github.com/docker/scan-cli-plugin.git#commit=${_commit};)
+sha512sums=('SKIP')
+
+pkgver() {
+  cd "scan-cli-plugin"
+  git describe --tags | sed 's/^v//;s/-/+/g'
+}
+
+build() {
+  cd "scan-cli-plugin"
+  export CGO_CPPFLAGS="${CPPFLAGS}"
+  export CGO_CFLAGS="${CFLAGS}"
+  export CGO_CXXFLAGS="${CXXFLAGS}"
+  export CGO_LDFLAGS="${LDFLAGS}"
+  export GOFLAGS="-buildmode=pie -trimpath -modcacherw"
+  make -f builder.Makefile build
+}
+
+check(){
+  cd "scan-cli-plugin"
+  # mkdir cli-plugins
+  # cp bin/docker-scan_linux_amd64 cli-plugins/docker-scan
+  # export DOCKER_CONFIG="$(PWD)"
+  # go test ./...
+}
+
+package() {
+  cd "scan-cli-plugin"
+  install -Dm644 LICENSE "$pkgdir"/usr/share/licenses/$pkgname/LICENSE
+  install -Dm755 bin/docker-scan_linux_amd64 
"$pkgdir"/usr/lib/docker/cli-plugins/docker-scan
+}



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

2022-08-27 Thread Morten Linderud via arch-commits
Date: Saturday, August 27, 2022 @ 10:44:56
  Author: foxboron
Revision: 1284683

upgpkg: docker-scan 0.19.0-1

Modified:
  docker-scan/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2022-08-27 10:43:04 UTC (rev 1284682)
+++ PKGBUILD2022-08-27 10:44:56 UTC (rev 1284683)
@@ -1,7 +1,7 @@
 # Maintainer: Morten Linderud 
 
 pkgname=docker-scan
-pkgver=0.18.0
+pkgver=0.19.0
 pkgrel=1
 pkgdesc="Docker Scan is a Command Line Interface to run vulnerability 
detection on your Dockerfiles and Docker images"
 arch=('x86_64')
@@ -8,7 +8,7 @@
 url="https://github.com/docker/scan-cli-plugin;
 license=("Apache")
 makedepends=('go' 'git')
-_commit=c3104a7315462fc05df1c2231181f7daadab5f7e   #refs/tags/v0.18.0
+_commit=9c797021449e3192a46ba86730d6f0e5409b6614   #refs/tags/v0.19.0
 source=("git+https://github.com/docker/scan-cli-plugin.git#commit=${_commit};)
 sha512sums=('SKIP')
 



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

2022-08-27 Thread Morten Linderud via arch-commits
Date: Saturday, August 27, 2022 @ 10:41:55
  Author: foxboron
Revision: 1284679

archrelease: copy trunk to community-x86_64

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

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

Deleted: PKGBUILD
===
--- PKGBUILD2022-08-27 10:41:49 UTC (rev 1284678)
+++ PKGBUILD2022-08-27 10:41:55 UTC (rev 1284679)
@@ -1,45 +0,0 @@
-# Maintainer: Morten Linderud 
-# Contributor: Nicolas Leclercq 
-# Contributor: Adam S Levy 
-# Contributor: Charles B. Johnson 
-# Contributor: Daichi Shinozaki 
-# Contributor: Ben Alex 
-
-pkgname=influx-cli
-pkgver=2.3.0
-_commit_sha=88ba346
-pkgrel=1
-pkgdesc='CLI for managing resources in InfluxDB'
-arch=('x86_64')
-url='https://github.com/InfluxData/influx-cli'
-license=('MIT')
-makedepends=('go' 'go-tools' 'git')
-options=('!lto')
-backup=('etc/influxdb/influxdb.conf')
-source=("git+https://github.com/influxdata/influx-cli.git#tag=v${pkgver};)
-sha256sums=('SKIP')
-
-build(){
-  cd "$pkgname"
-  export CGO_CPPFLAGS="${CPPFLAGS}"
-  export CGO_CFLAGS="${CFLAGS}"
-  export CGO_CXXFLAGS="${CXXFLAGS}"
-  export CGO_LDFLAGS="${LDFLAGS}"
-  export GOFLAGS="-buildmode=pie -trimpath -mod=readonly -modcacherw"
-  export LDFLAGS="-linkmode external"
-  PATH="$(go env GOPATH)/bin:$PATH" make VERSION=$pkgver COMMIT=$_commit_sha
-}
-
-check(){
-  cd "$pkgname"
-  PATH="$(go env GOPATH)/bin:$PATH" make test
-}
-
-package(){
-  cd "$pkgname"
-  install -Dm755 bin/linux/influx -t "$pkgdir/usr/bin"
-  install -Dm644 LICENSE -t "$pkgdir/usr/share/licenses/${pkgname}"
-  bin/linux/influx completion bash | install -Dm644 /dev/stdin 
"$pkgdir/usr/share/bash-completion/completions/influx-cli"
-  bin/linux/influx completion zsh | install -Dm644 /dev/stdin 
"$pkgdir/usr/share/zsh/site-functions/_influx-cli"
-  #bin/linux/influx completion fish | install -Dm644 /dev/stdin 
"$pkgdir/usr/share/fish/vendor_completions.d/influx-cli.fish"
-}

Copied: influx-cli/repos/community-x86_64/PKGBUILD (from rev 1284678, 
influx-cli/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2022-08-27 10:41:55 UTC (rev 1284679)
@@ -0,0 +1,45 @@
+# Maintainer: Morten Linderud 
+# Contributor: Nicolas Leclercq 
+# Contributor: Adam S Levy 
+# Contributor: Charles B. Johnson 
+# Contributor: Daichi Shinozaki 
+# Contributor: Ben Alex 
+
+pkgname=influx-cli
+pkgver=2.4.0
+_commit_sha=5c7c34f 
+pkgrel=1
+pkgdesc='CLI for managing resources in InfluxDB'
+arch=('x86_64')
+url='https://github.com/InfluxData/influx-cli'
+license=('MIT')
+makedepends=('go' 'go-tools' 'git')
+options=('!lto')
+backup=('etc/influxdb/influxdb.conf')
+source=("git+https://github.com/influxdata/influx-cli.git#tag=v${pkgver};)
+sha256sums=('SKIP')
+
+build(){
+  cd "$pkgname"
+  export CGO_CPPFLAGS="${CPPFLAGS}"
+  export CGO_CFLAGS="${CFLAGS}"
+  export CGO_CXXFLAGS="${CXXFLAGS}"
+  export CGO_LDFLAGS="${LDFLAGS}"
+  export GOFLAGS="-buildmode=pie -trimpath -mod=readonly -modcacherw"
+  export LDFLAGS="-linkmode external"
+  PATH="$(go env GOPATH)/bin:$PATH" make VERSION=$pkgver COMMIT=$_commit_sha
+}
+
+check(){
+  cd "$pkgname"
+  PATH="$(go env GOPATH)/bin:$PATH" make test
+}
+
+package(){
+  cd "$pkgname"
+  install -Dm755 bin/linux/influx -t "$pkgdir/usr/bin"
+  install -Dm644 LICENSE -t "$pkgdir/usr/share/licenses/${pkgname}"
+  bin/linux/influx completion bash | install -Dm644 /dev/stdin 
"$pkgdir/usr/share/bash-completion/completions/influx-cli"
+  bin/linux/influx completion zsh | install -Dm644 /dev/stdin 
"$pkgdir/usr/share/zsh/site-functions/_influx-cli"
+  #bin/linux/influx completion fish | install -Dm644 /dev/stdin 
"$pkgdir/usr/share/fish/vendor_completions.d/influx-cli.fish"
+}



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

2022-08-27 Thread Morten Linderud via arch-commits
Date: Saturday, August 27, 2022 @ 10:41:49
  Author: foxboron
Revision: 1284678

upgpkg: influx-cli 2.4.0-1

Modified:
  influx-cli/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2022-08-27 10:35:12 UTC (rev 1284677)
+++ PKGBUILD2022-08-27 10:41:49 UTC (rev 1284678)
@@ -6,8 +6,8 @@
 # Contributor: Ben Alex 
 
 pkgname=influx-cli
-pkgver=2.3.0
-_commit_sha=88ba346
+pkgver=2.4.0
+_commit_sha=5c7c34f 
 pkgrel=1
 pkgdesc='CLI for managing resources in InfluxDB'
 arch=('x86_64')



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

2022-08-27 Thread Morten Linderud via arch-commits
Date: Saturday, August 27, 2022 @ 10:35:12
  Author: foxboron
Revision: 1284677

archrelease: copy trunk to community-x86_64

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

--+
 PKGBUILD |   82 ++---
 influxdb.service |   44 ++--
 2 files changed, 63 insertions(+), 63 deletions(-)

Deleted: PKGBUILD
===
--- PKGBUILD2022-08-27 10:35:05 UTC (rev 1284676)
+++ PKGBUILD2022-08-27 10:35:12 UTC (rev 1284677)
@@ -1,41 +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=2.2.0
-_commit_sha=a2f8538 
-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' 'go-tools' 'git' 'bzr' 'protobuf' 'yarn' 'cargo' 'clang' 
'llvm')
-options=('!lto')
-backup=('etc/influxdb/influxdb.conf')
-source=("git+https://github.com/influxdata/influxdb.git#tag=v${pkgver};
-"influxdb.service")
-sha256sums=('SKIP'
-'51444fae4a286d467ddd1cdfec4c54692ad9201f64c5c2af58304c1a7fe504ad')
-
-build(){
-  cd "$pkgname"
-  export GOFLAGS="-trimpath -mod=readonly -modcacherw"
-  export LDFLAGS=""
-  PATH="$(go env GOPATH)/bin:$PATH" make -j1 VERSION=$pkgver 
COMMIT=$_commit_sha INFLUXDB_SHA=$_commit_sha
-}
-
-check(){
-  cd "$pkgname"
-  PATH="$(go env GOPATH)/bin:$PATH" make test || true
-}
-
-package(){
-  cd "$pkgname"
-  install -Dm644 ../influxdb.service -t "$pkgdir/usr/lib/systemd/system"
-  install -Dm755 bin/linux/influxd -t "$pkgdir/usr/bin"
-  install -Dm644 LICENSE -t "$pkgdir/usr/share/licenses/influxdb"
-}

Copied: influxdb/repos/community-x86_64/PKGBUILD (from rev 1284676, 
influxdb/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2022-08-27 10:35:12 UTC (rev 1284677)
@@ -0,0 +1,41 @@
+# Maintainer: Morten Linderud 
+# Contributor: Nicolas Leclercq 
+# Contributor: Adam S Levy 
+# Contributor: Charles B. Johnson 
+# Contributor: Daichi Shinozaki 
+# Contributor: Ben Alex 
+
+pkgname=influxdb
+pkgver=2.4.0
+_commit_sha=de247ba
+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' 'go-tools' 'git' 'bzr' 'protobuf' 'yarn' 'cargo' 'clang' 
'llvm')
+options=('!lto')
+backup=('etc/influxdb/influxdb.conf')
+source=("git+https://github.com/influxdata/influxdb.git#tag=v${pkgver};
+"influxdb.service")
+sha256sums=('SKIP'
+'51444fae4a286d467ddd1cdfec4c54692ad9201f64c5c2af58304c1a7fe504ad')
+
+build(){
+  cd "$pkgname"
+  export GOFLAGS="-trimpath -mod=readonly -modcacherw"
+  export LDFLAGS=""
+  PATH="$(go env GOPATH)/bin:$PATH" make -j1 VERSION=$pkgver 
COMMIT=$_commit_sha INFLUXDB_SHA=$_commit_sha
+}
+
+check(){
+  cd "$pkgname"
+  PATH="$(go env GOPATH)/bin:$PATH" make test || true
+}
+
+package(){
+  cd "$pkgname"
+  install -Dm644 ../influxdb.service -t "$pkgdir/usr/lib/systemd/system"
+  install -Dm755 bin/linux/influxd -t "$pkgdir/usr/bin"
+  install -Dm644 LICENSE -t "$pkgdir/usr/share/licenses/influxdb"
+}

Deleted: influxdb.service
===
--- influxdb.service2022-08-27 10:35:05 UTC (rev 1284676)
+++ influxdb.service2022-08-27 10:35:12 UTC (rev 1284677)
@@ -1,22 +0,0 @@
-# If you modify this, please also make sure to edit init.sh
-
-[Unit]
-Description=InfluxDB is an open-source, distributed, time series database
-Documentation=https://docs.influxdata.com/influxdb/
-After=network.target
-
-[Service]
-User=influxdb
-Group=influxdb
-DynamicUser=yes
-LimitNOFILE=65536
-EnvironmentFile=-/etc/default/influxdb
-StateDirectory=influxdb
-Environment="INFLUXD_CONFIG_PATH=/etc/influxdb"
-ExecStart=/usr/bin/influxd --bolt-path /var/lib/influxdb/influxd.bolt 
--engine-path /var/lib/influxdb/engine
-KillMode=control-group
-Restart=on-failure
-
-[Install]
-WantedBy=multi-user.target
-Alias=influxd.service

Copied: influxdb/repos/community-x86_64/influxdb.service (from rev 1284676, 
influxdb/trunk/influxdb.service)
===
--- influxdb.service(rev 0)
+++ influxdb.service2022-08-27 10:35:12 UTC (rev 1284677)
@@ -0,0 +1,22 @@
+# If you modify this, please also make sure to edit init.sh
+
+[Unit]

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

2022-08-27 Thread Morten Linderud via arch-commits
Date: Saturday, August 27, 2022 @ 10:35:05
  Author: foxboron
Revision: 1284676

upgpkg: influxdb 2.4.0-1

Modified:
  influxdb/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2022-08-27 10:32:45 UTC (rev 1284675)
+++ PKGBUILD2022-08-27 10:35:05 UTC (rev 1284676)
@@ -6,8 +6,8 @@
 # Contributor: Ben Alex 
 
 pkgname=influxdb
-pkgver=2.2.0
-_commit_sha=a2f8538 
+pkgver=2.4.0
+_commit_sha=de247ba
 pkgrel=1
 pkgdesc='Scalable datastore for metrics, events, and real-time analytics'
 arch=('x86_64')



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

2022-08-27 Thread Morten Linderud via arch-commits
Date: Saturday, August 27, 2022 @ 10:08:31
  Author: foxboron
Revision: 1284636

test

Added:
  dia/repos/community-x86_64/
  dia/repos/community-x86_64/PKGBUILD

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

Added: community-x86_64/PKGBUILD
===
--- community-x86_64/PKGBUILD   (rev 0)
+++ community-x86_64/PKGBUILD   2022-08-27 10:08:31 UTC (rev 1284636)
@@ -0,0 +1,58 @@
+# Maintainer: Thorsten Töpper 
+# Maintainer: Sergej Pupykin 
+# Contributor: Juergen Hoetzel 
+# Contributor: Gregor Ibic 
+
+pkgname=dia
+pkgver=0.97.3
+pkgrel=9
+pkgdesc="A GTK+ based diagram creation program"
+arch=('x86_64')
+license=('GPL')
+url="http://live.gnome.org/Dia;
+depends=('libxslt' 'gtk2')
+makedepends=('intltool' 'python2' 'docbook-xsl')
+# See 
https://github.com/GNOME/dia/commit/75ca7c555871f12549a03e9a2933f68c31a2c2a0
+# Patches for python3, but no releases. We remove optdepends regardless
+#optdepends=('python')
+options=('docs' '!emptydirs')
+source=("https://ftp.gnome.org/pub/gnome/sources/${pkgname}/0.97/${pkgname}-${pkgver}.tar.xz;
+'dia-0.9.3-cve-2019-19451.patch')
+sha256sums=('22914e48ef48f894bb5143c5efc3d01ab96e0a0cde80de11058d3b4301377d34'
+'32cecad212fbd0f87f304d9eaf48f8b3d6555b10733ead5a3943bac778bf8586')
+
+prepare() {
+  cd "${srcdir}/${pkgname}-${pkgver}"
+  for file in `find -type f -name '*.py'`; do
+  sed -i 's_#!/usr/bin/env python_#!/usr/bin/env python2_' "$file"
+  done
+  sed -i 's#python2\.1#python2 python2.1#' configure
+  sed -i 's#freetype-config --cflags#pkg-config --cflags freetype2#' configure
+  sed -i 's#freetype-config --libs#pkg-config --libs freetype2#' configure
+
+  # FS#71257
+  patch -Np1 -i "${srcdir}/dia-0.9.3-cve-2019-19451.patch"
+}
+
+build() {
+  cd "${srcdir}/${pkgname}-${pkgver}"
+
+  export PYTHON=/usr/bin/python2
+  ./configure --prefix=/usr \
+--with-cairo \
+--with-python \
+--disable-gnome \
+--with-hardbooks
+  sed -i 's#SUBDIRS = lib objects plug-ins shapes app bindings samples po 
sheets data doc tests installer#SUBDIRS = lib objects plug-ins shapes app 
bindings samples po sheets data tests installer#' Makefile
+  make
+  cd doc
+  make html
+}
+
+package() {
+  cd "${srcdir}/${pkgname}-${pkgver}"
+  make DESTDIR="${pkgdir}" install
+  cd doc
+  make DESTDIR="${pkgdir}" install-html
+  ln -sf ../doc/dia/html "${pkgdir}"/usr/share/dia/help
+}



[arch-commits] Commit in (dia)

2022-08-27 Thread Morten Linderud via arch-commits
Date: Saturday, August 27, 2022 @ 10:00:11
  Author: foxboron
Revision: 1284624

test

Added:
  dia/



[arch-commits] Commit in (dia)

2022-08-27 Thread Morten Linderud via arch-commits
Date: Saturday, August 27, 2022 @ 09:54:33
  Author: foxboron
Revision: 1284611

removed dia

Deleted:
  dia/



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

2022-08-27 Thread Morten Linderud via arch-commits
Date: Saturday, August 27, 2022 @ 09:54:05
  Author: foxboron
Revision: 1284610

archrelease: copy trunk to community-any

Added:
  patatt/repos/community-any/PKGBUILD
(from rev 1284609, patatt/trunk/PKGBUILD)
  patatt/repos/community-any/keys/
Deleted:
  patatt/repos/community-any/PKGBUILD
  patatt/repos/community-any/keys/

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

Deleted: PKGBUILD
===
--- PKGBUILD2022-08-27 09:53:58 UTC (rev 1284609)
+++ PKGBUILD2022-08-27 09:54:05 UTC (rev 1284610)
@@ -1,31 +0,0 @@
-# Maintainer: Morten Linderud 
-# Contributor: Thomas Weißschuh 
-
-pkgname=patatt
-pkgver=0.6.0
-pkgrel=1
-pkgdesc="A simple library to add cryptographic attestation to patches sent via 
email"
-arch=("any")
-depends=('python-pynacl')
-makedepends=('python-setuptools')
-url="https://git.kernel.org/pub/scm/utils/patatt/patatt.git/about/;
-license=("MIT")
-source=("https://git.kernel.org/pub/scm/utils/$pkgname/$pkgname.git/snapshot/$pkgname-$pkgver.tar."{gz,asc})
-validpgpkeys=('DE0E66E32F1FDD0902666B96E63EDCA9329DD07E')
-sha256sums=('fedcf1d5f96ae8db0a9c7e61a4cdedbbf987fe4a567e8f92907e9be1733d76c9'
-'SKIP')
-
-build() {
-  cd "$pkgname-$pkgver"
-  python setup.py build
-}
-
-package() {
-  cd "$pkgname-$pkgver"
-  python setup.py install --root="$pkgdir"
-  install -Dm644 COPYING "$pkgdir"/usr/share/licenses/$pkgname/LICENSE
-
-  install -d "$pkgdir/usr/share/man/man5"
-  install -m644 man/*.5 "$pkgdir/usr/share/man/man5"
-}
-

Copied: patatt/repos/community-any/PKGBUILD (from rev 1284609, 
patatt/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2022-08-27 09:54:05 UTC (rev 1284610)
@@ -0,0 +1,31 @@
+# Maintainer: Morten Linderud 
+# Contributor: Thomas Weißschuh 
+
+pkgname=patatt
+pkgver=0.6.2
+pkgrel=1
+pkgdesc="A simple library to add cryptographic attestation to patches sent via 
email"
+arch=("any")
+depends=('python-pynacl')
+makedepends=('python-setuptools')
+url="https://git.kernel.org/pub/scm/utils/patatt/patatt.git/about/;
+license=("MIT")
+source=("https://git.kernel.org/pub/scm/utils/$pkgname/$pkgname.git/snapshot/$pkgname-$pkgver.tar."{gz,asc})
+validpgpkeys=('DE0E66E32F1FDD0902666B96E63EDCA9329DD07E')
+sha256sums=('49d2ae6a1799b3a3b06364b3a61bc40c3501fac3a73a1ed1c3d4ba20cd9c3525'
+'SKIP')
+
+build() {
+  cd "$pkgname-$pkgver"
+  python setup.py build
+}
+
+package() {
+  cd "$pkgname-$pkgver"
+  python setup.py install --root="$pkgdir"
+  install -Dm644 COPYING "$pkgdir"/usr/share/licenses/$pkgname/LICENSE
+
+  install -d "$pkgdir/usr/share/man/man5"
+  install -m644 man/*.5 "$pkgdir/usr/share/man/man5"
+}
+



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

2022-08-27 Thread Morten Linderud via arch-commits
Date: Saturday, August 27, 2022 @ 09:53:58
  Author: foxboron
Revision: 1284609

upgpkg: patatt 0.6.2-1

Modified:
  patatt/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2022-08-27 09:50:47 UTC (rev 1284608)
+++ PKGBUILD2022-08-27 09:53:58 UTC (rev 1284609)
@@ -2,7 +2,7 @@
 # Contributor: Thomas Weißschuh 
 
 pkgname=patatt
-pkgver=0.6.0
+pkgver=0.6.2
 pkgrel=1
 pkgdesc="A simple library to add cryptographic attestation to patches sent via 
email"
 arch=("any")
@@ -12,7 +12,7 @@
 license=("MIT")
 
source=("https://git.kernel.org/pub/scm/utils/$pkgname/$pkgname.git/snapshot/$pkgname-$pkgver.tar."{gz,asc})
 validpgpkeys=('DE0E66E32F1FDD0902666B96E63EDCA9329DD07E')
-sha256sums=('fedcf1d5f96ae8db0a9c7e61a4cdedbbf987fe4a567e8f92907e9be1733d76c9'
+sha256sums=('49d2ae6a1799b3a3b06364b3a61bc40c3501fac3a73a1ed1c3d4ba20cd9c3525'
 'SKIP')
 
 build() {



[arch-commits] Commit in netpbm/trunk (4 files)

2022-08-25 Thread Morten Linderud via arch-commits
Date: Thursday, August 25, 2022 @ 18:54:32
  Author: foxboron
Revision: 454527

upgpkg: netpbm 10.73.37-2: remove python2 dep and manpages

Added:
  netpbm/trunk/keys/pgp/
  netpbm/trunk/keys/pgp/5357F3B111688D88C1D88119FCF2CB179205AC90.asc
Modified:
  netpbm/trunk/PKGBUILD
Deleted:
  netpbm/trunk/keys/pgp/

---+
 PKGBUILD  |   17 
 keys/pgp/5357F3B111688D88C1D88119FCF2CB179205AC90.asc |1 
 2 files changed, 10 insertions(+), 8 deletions(-)

Modified: PKGBUILD
===
--- PKGBUILD2022-08-25 18:53:02 UTC (rev 454526)
+++ PKGBUILD2022-08-25 18:54:32 UTC (rev 454527)
@@ -2,13 +2,13 @@
 
 pkgname=netpbm
 pkgver=10.73.37
-pkgrel=1
+pkgrel=2
 pkgdesc="A toolkit for manipulation of graphic images"
 arch=('x86_64')
 license=('custom' 'BSD' 'GPL' 'LGPL')
 url="http://netpbm.sourceforge.net/;
 depends=('perl' 'libpng' 'libtiff' 'libxml2')
-makedepends=('python2' 'jbigkit' 'subversion')
+makedepends=('jbigkit' 'subversion')
 options=('!makeflags')
 # Get docs with: wget --recursive --relative -nH 
http://netpbm.sourceforge.net/doc/
 
source=(https://downloads.sourceforge.net/project/netpbm/super_stable/$pkgver/netpbm-$pkgver.tgz
@@ -33,8 +33,8 @@
   patch -p1 < ../netpbm-security-scripts.patch
   patch -p1 < ../reproducible-man-gzip.patch
   patch -p1 < ../use-source-date-epoch.patch
-  sed -i 's|#!/usr/bin/python|#!/usr/bin/python2|' buildtools/makeman
-  sed -i 's|@python|@python2|' buildtools/manpage.mk
+  # sed -i 's|#!/usr/bin/python|#!/usr/bin/python2|' buildtools/makeman
+  # sed -i 's|@python|@python2|' buildtools/manpage.mk
 
   cp config.mk.in  config.mk
   [ "${CARCH}" = 'x86_64' ] && echo 'CFLAGS_SHLIB = -fPIC' >> config.mk
@@ -54,8 +54,9 @@
   cd $pkgname-$pkgver
   make
   # Generating useful man pages with html doc
-  make MAKEMAN="${srcdir}/$pkgname-$pkgver/buildtools/makeman" USERGUIDE=. \
--C ../doc -f "${srcdir}/$pkgname-$pkgver/buildtools/manpage.mk" manpages
+  # TODO: Enable when we have it updated
+  # make MAKEMAN="${srcdir}/$pkgname-$pkgver/buildtools/makeman" USERGUIDE="-v 
." \
+  #   -C ../doc -f "${srcdir}/$pkgname-$pkgver/buildtools/manpage.mk" manpages
 }
 
 package() {
@@ -65,8 +66,8 @@
 # Removing dummy man pages
   rm "${pkgdir}"/usr/share/man/man{1,3,5}/*
 
-  make MAKEMAN="${srcdir}/$pkgname-$pkgver/buildtools/makeman" 
MANDIR="${pkgdir}/usr/share/man" \
--C ../doc -f "${srcdir}/$pkgname-$pkgver/buildtools/manpage.mk" installman
+  # make MAKEMAN="${srcdir}/$pkgname-$pkgver/buildtools/makeman" 
MANDIR="${pkgdir}/usr/share/man" \
+  #   -C ../doc -f "${srcdir}/$pkgname-$pkgver/buildtools/manpage.mk" 
installman
 
 # Replace obsolete utility
   echo -e '#!/bin/sh\npamditherbw $@ | pamtopnm\n' > 
"${pkgdir}/usr/bin/pgmtopbm"

Added: keys/pgp/5357F3B111688D88C1D88119FCF2CB179205AC90.asc
===
(Binary files differ)

Index: netpbm/trunk/keys/pgp/5357F3B111688D88C1D88119FCF2CB179205AC90.asc
===
--- keys/pgp/5357F3B111688D88C1D88119FCF2CB179205AC90.asc   2022-08-25 
18:53:02 UTC (rev 454526)
+++ keys/pgp/5357F3B111688D88C1D88119FCF2CB179205AC90.asc   2022-08-25 
18:54:32 UTC (rev 454527)

Property changes on: 
netpbm/trunk/keys/pgp/5357F3B111688D88C1D88119FCF2CB179205AC90.asc
___
Added: svn:mime-type
## -0,0 +1 ##
+application/pgp-keys
\ No newline at end of property


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

2022-08-23 Thread Morten Linderud via arch-commits
Date: Tuesday, August 23, 2022 @ 19:46:37
  Author: foxboron
Revision: 1275943

archrelease: copy trunk to community-any

Added:
  patatt/repos/community-any/PKGBUILD
(from rev 1275942, patatt/trunk/PKGBUILD)
  patatt/repos/community-any/keys/
Deleted:
  patatt/repos/community-any/PKGBUILD

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

Deleted: PKGBUILD
===
--- PKGBUILD2022-08-23 19:46:30 UTC (rev 1275942)
+++ PKGBUILD2022-08-23 19:46:37 UTC (rev 1275943)
@@ -1,31 +0,0 @@
-# Maintainer: Morten Linderud 
-# Contributor: Thomas Weißschuh 
-
-pkgname=patatt
-pkgver=0.5.0
-pkgrel=1
-pkgdesc="A simple library to add cryptographic attestation to patches sent via 
email"
-arch=("any")
-depends=('python-pynacl')
-makedepends=('python-setuptools')
-url="https://git.kernel.org/pub/scm/utils/patatt/patatt.git/about/;
-license=("MIT")
-source=("https://git.kernel.org/pub/scm/utils/$pkgname/$pkgname.git/snapshot/$pkgname-$pkgver.tar."{gz,asc})
-validpgpkeys=('DE0E66E32F1FDD0902666B96E63EDCA9329DD07E')
-sha256sums=('cb499b15ddee88de997293d23b403bdb2e6ce19a71ca49ffbcde190f04d48d90'
-'SKIP')
-
-build() {
-  cd "$pkgname-$pkgver"
-  python setup.py build
-}
-
-package() {
-  cd "$pkgname-$pkgver"
-  python setup.py install --root="$pkgdir"
-  install -Dm644 COPYING "$pkgdir"/usr/share/licenses/$pkgname/LICENSE
-
-  install -d "$pkgdir/usr/share/man/man5"
-  install -m644 man/*.5 "$pkgdir/usr/share/man/man5"
-}
-

Copied: patatt/repos/community-any/PKGBUILD (from rev 1275942, 
patatt/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2022-08-23 19:46:37 UTC (rev 1275943)
@@ -0,0 +1,31 @@
+# Maintainer: Morten Linderud 
+# Contributor: Thomas Weißschuh 
+
+pkgname=patatt
+pkgver=0.6.0
+pkgrel=1
+pkgdesc="A simple library to add cryptographic attestation to patches sent via 
email"
+arch=("any")
+depends=('python-pynacl')
+makedepends=('python-setuptools')
+url="https://git.kernel.org/pub/scm/utils/patatt/patatt.git/about/;
+license=("MIT")
+source=("https://git.kernel.org/pub/scm/utils/$pkgname/$pkgname.git/snapshot/$pkgname-$pkgver.tar."{gz,asc})
+validpgpkeys=('DE0E66E32F1FDD0902666B96E63EDCA9329DD07E')
+sha256sums=('fedcf1d5f96ae8db0a9c7e61a4cdedbbf987fe4a567e8f92907e9be1733d76c9'
+'SKIP')
+
+build() {
+  cd "$pkgname-$pkgver"
+  python setup.py build
+}
+
+package() {
+  cd "$pkgname-$pkgver"
+  python setup.py install --root="$pkgdir"
+  install -Dm644 COPYING "$pkgdir"/usr/share/licenses/$pkgname/LICENSE
+
+  install -d "$pkgdir/usr/share/man/man5"
+  install -m644 man/*.5 "$pkgdir/usr/share/man/man5"
+}
+



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

2022-08-23 Thread Morten Linderud via arch-commits
Date: Tuesday, August 23, 2022 @ 19:46:30
  Author: foxboron
Revision: 1275942

upgpkg: patatt 0.6.0-1

Modified:
  patatt/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2022-08-23 19:43:21 UTC (rev 1275941)
+++ PKGBUILD2022-08-23 19:46:30 UTC (rev 1275942)
@@ -2,7 +2,7 @@
 # Contributor: Thomas Weißschuh 
 
 pkgname=patatt
-pkgver=0.5.0
+pkgver=0.6.0
 pkgrel=1
 pkgdesc="A simple library to add cryptographic attestation to patches sent via 
email"
 arch=("any")
@@ -12,7 +12,7 @@
 license=("MIT")
 
source=("https://git.kernel.org/pub/scm/utils/$pkgname/$pkgname.git/snapshot/$pkgname-$pkgver.tar."{gz,asc})
 validpgpkeys=('DE0E66E32F1FDD0902666B96E63EDCA9329DD07E')
-sha256sums=('cb499b15ddee88de997293d23b403bdb2e6ce19a71ca49ffbcde190f04d48d90'
+sha256sums=('fedcf1d5f96ae8db0a9c7e61a4cdedbbf987fe4a567e8f92907e9be1733d76c9'
 'SKIP')
 
 build() {



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

2022-08-23 Thread Morten Linderud via arch-commits
Date: Tuesday, August 23, 2022 @ 18:55:37
  Author: foxboron
Revision: 1275852

archrelease: copy trunk to community-x86_64

Added:
  nvme-cli/repos/community-x86_64/PKGBUILD
(from rev 1275851, nvme-cli/trunk/PKGBUILD)
  nvme-cli/repos/community-x86_64/nvme-cli.install
(from rev 1275851, nvme-cli/trunk/nvme-cli.install)
Deleted:
  nvme-cli/repos/community-x86_64/PKGBUILD
  nvme-cli/repos/community-x86_64/nvme-cli.install

--+
 PKGBUILD |   92 ++---
 nvme-cli.install |   16 -
 2 files changed, 54 insertions(+), 54 deletions(-)

Deleted: PKGBUILD
===
--- PKGBUILD2022-08-23 18:55:30 UTC (rev 1275851)
+++ PKGBUILD2022-08-23 18:55:37 UTC (rev 1275852)
@@ -1,46 +0,0 @@
-# Maintainer: Morten Linderud 
-# Contributor: Devin Cofer 
-# Contributor: DriverX
-# Contributor: Nicolas Quiénot 
-# Contributor: Martin Schrodt 
-
-pkgname=nvme-cli
-pkgver=2.0
-pkgrel=3
-pkgdesc="NVM-Express user space tooling for Linux"
-arch=('i686' 'x86_64')
-url="https://github.com/linux-nvme/nvme-cli;
-license=('GPL')
-makedepends=('systemd' 'meson' 'git')
-depends=('util-linux' 'libsystemd')
-options=(debug strip)
-install=nvme-cli.install
-# checkdepends=('python2-nose' 'python-nose')
-source=("$pkgname-$pkgver.tar.gz::https://github.com/linux-nvme/${pkgname}/archive/v${pkgver}.tar.gz;)
-sha256sums=('471869b3bf643bb357dc9613ad14d24ff342fcd97e2db5a753c81c335ad8859c')
-
-build() {
-   cd "${pkgname}-${pkgver}"
-   meson setup \
-   --prefix /usr \
-   --libexecdir lib \
-   --sbindir bin \
-   --buildtype plain \
-   --auto-features enabled \
-   -D b_lto=true -D b_pie=true \
-   -D docs=man -D docs-build=true \
-   -D systemddir=lib/systemd/system/ \
-   -D udevrulesdir=lib/udev/rules.d \
-   .build
-}
-
-# Tests require a working NVME disk.
-# check() {
-#  cd "${pkgname}-${pkgver}"
-#  make test
-# }
-
-package() {
-   cd "${pkgname}-${pkgver}"
-   DESTDIR="$pkgdir" meson install -C .build
-}

Copied: nvme-cli/repos/community-x86_64/PKGBUILD (from rev 1275851, 
nvme-cli/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2022-08-23 18:55:37 UTC (rev 1275852)
@@ -0,0 +1,46 @@
+# Maintainer: Morten Linderud 
+# Contributor: Devin Cofer 
+# Contributor: DriverX
+# Contributor: Nicolas Quiénot 
+# Contributor: Martin Schrodt 
+
+pkgname=nvme-cli
+pkgver=2.1.2
+pkgrel=1
+pkgdesc="NVM-Express user space tooling for Linux"
+arch=('i686' 'x86_64')
+url="https://github.com/linux-nvme/nvme-cli;
+license=('GPL')
+makedepends=('systemd' 'meson' 'git' 'asciidoc' 'xmlto')
+depends=('util-linux' 'libsystemd')
+options=(debug strip)
+install=nvme-cli.install
+# checkdepends=('python2-nose' 'python-nose')
+source=("$pkgname-$pkgver.tar.gz::https://github.com/linux-nvme/${pkgname}/archive/v${pkgver}.tar.gz;)
+sha256sums=('b39811fd2ab8005d515f2f539984cc08f9ab1fe34e5359da10091fdf153df231')
+
+build() {
+   cd "${pkgname}-${pkgver}"
+   meson setup \
+   --prefix /usr \
+   --libexecdir lib \
+   --sbindir bin \
+   --buildtype plain \
+   --auto-features enabled \
+   -D b_lto=true -D b_pie=true \
+   -D docs=man -D docs-build=true \
+   -D systemddir=lib/systemd/system/ \
+   -D udevrulesdir=lib/udev/rules.d \
+   .build
+}
+
+# Tests require a working NVME disk.
+# check() {
+#  cd "${pkgname}-${pkgver}"
+#  make test
+# }
+
+package() {
+   cd "${pkgname}-${pkgver}"
+   DESTDIR="$pkgdir" meson install -C .build
+}

Deleted: nvme-cli.install
===
--- nvme-cli.install2022-08-23 18:55:30 UTC (rev 1275851)
+++ nvme-cli.install2022-08-23 18:55:37 UTC (rev 1275852)
@@ -1,8 +0,0 @@
-post_install(){
-   if [ ! -f /etc/nvme/hostnqn ]; then
-   nvme gen-hostnqn > /etc/nvme/hostnqn
-   fi
-   if [ ! -f /etc/nvme/hostid ]; then
-   uuidgen > /etc/nvme/hostid
-   fi
-}

Copied: nvme-cli/repos/community-x86_64/nvme-cli.install (from rev 1275851, 
nvme-cli/trunk/nvme-cli.install)
===
--- nvme-cli.install(rev 0)
+++ nvme-cli.install2022-08-23 18:55:37 UTC (rev 1275852)
@@ -0,0 +1,8 @@
+post_install(){
+   if [ ! -f /etc/nvme/hostnqn ]; then
+   nvme gen-hostnqn > /etc/nvme/hostnqn
+   fi
+   if [ ! -f /etc/nvme/hostid ]; then
+   uuidgen > /etc/nvme/hostid
+   fi
+}



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

2022-08-23 Thread Morten Linderud via arch-commits
Date: Tuesday, August 23, 2022 @ 18:55:30
  Author: foxboron
Revision: 1275851

upgpkg: nvme-cli 2.1.2-1

Modified:
  nvme-cli/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2022-08-23 18:55:29 UTC (rev 1275850)
+++ PKGBUILD2022-08-23 18:55:30 UTC (rev 1275851)
@@ -5,19 +5,19 @@
 # Contributor: Martin Schrodt 
 
 pkgname=nvme-cli
-pkgver=2.1.1
+pkgver=2.1.2
 pkgrel=1
 pkgdesc="NVM-Express user space tooling for Linux"
 arch=('i686' 'x86_64')
 url="https://github.com/linux-nvme/nvme-cli;
 license=('GPL')
-makedepends=('systemd' 'meson' 'git' 'asciidoc')
+makedepends=('systemd' 'meson' 'git' 'asciidoc' 'xmlto')
 depends=('util-linux' 'libsystemd')
 options=(debug strip)
 install=nvme-cli.install
 # checkdepends=('python2-nose' 'python-nose')
 
source=("$pkgname-$pkgver.tar.gz::https://github.com/linux-nvme/${pkgname}/archive/v${pkgver}.tar.gz;)
-sha256sums=('cc8bd36b9aa71243e2bace238aa5505244fef3fef5418b0c61f75d1988458272')
+sha256sums=('b39811fd2ab8005d515f2f539984cc08f9ab1fe34e5359da10091fdf153df231')
 
 build() {
cd "${pkgname}-${pkgver}"



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

2022-08-23 Thread Morten Linderud via arch-commits
Date: Tuesday, August 23, 2022 @ 18:39:06
  Author: foxboron
Revision: 1275819

upgpkg: docker-scan 0.18.0-1

Modified:
  docker-scan/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2022-08-23 18:38:54 UTC (rev 1275818)
+++ PKGBUILD2022-08-23 18:39:06 UTC (rev 1275819)
@@ -1,14 +1,14 @@
 # Maintainer: Morten Linderud 
 
 pkgname=docker-scan
-pkgver=0.17.0
-pkgrel=2
+pkgver=0.18.0
+pkgrel=1
 pkgdesc="Docker Scan is a Command Line Interface to run vulnerability 
detection on your Dockerfiles and Docker images"
 arch=('x86_64')
 url="https://github.com/docker/scan-cli-plugin;
 license=("Apache")
 makedepends=('go' 'git')
-_commit=061fe0a0c54762676295afce4ae5e31efd85b99b   #refs/tags/v0.17.0
+_commit=c3104a7315462fc05df1c2231181f7daadab5f7e   #refs/tags/v0.18.0
 source=("git+https://github.com/docker/scan-cli-plugin.git#commit=${_commit};)
 sha512sums=('SKIP')
 



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

2022-08-23 Thread Morten Linderud via arch-commits
Date: Tuesday, August 23, 2022 @ 18:39:11
  Author: foxboron
Revision: 1275823

archrelease: copy trunk to community-x86_64

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

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

Deleted: PKGBUILD
===
--- PKGBUILD2022-08-23 18:39:09 UTC (rev 1275822)
+++ PKGBUILD2022-08-23 18:39:11 UTC (rev 1275823)
@@ -1,42 +0,0 @@
-# Maintainer: Morten Linderud 
-
-pkgname=docker-scan
-pkgver=0.17.0
-pkgrel=2
-pkgdesc="Docker Scan is a Command Line Interface to run vulnerability 
detection on your Dockerfiles and Docker images"
-arch=('x86_64')
-url="https://github.com/docker/scan-cli-plugin;
-license=("Apache")
-makedepends=('go' 'git')
-_commit=061fe0a0c54762676295afce4ae5e31efd85b99b   #refs/tags/v0.17.0
-source=("git+https://github.com/docker/scan-cli-plugin.git#commit=${_commit};)
-sha512sums=('SKIP')
-
-pkgver() {
-  cd "scan-cli-plugin"
-  git describe --tags | sed 's/^v//;s/-/+/g'
-}
-
-build() {
-  cd "scan-cli-plugin"
-  export CGO_CPPFLAGS="${CPPFLAGS}"
-  export CGO_CFLAGS="${CFLAGS}"
-  export CGO_CXXFLAGS="${CXXFLAGS}"
-  export CGO_LDFLAGS="${LDFLAGS}"
-  export GOFLAGS="-buildmode=pie -trimpath -modcacherw"
-  make -f builder.Makefile build
-}
-
-check(){
-  cd "scan-cli-plugin"
-  # mkdir cli-plugins
-  # cp bin/docker-scan_linux_amd64 cli-plugins/docker-scan
-  # export DOCKER_CONFIG="$(PWD)"
-  # go test ./...
-}
-
-package() {
-  cd "scan-cli-plugin"
-  install -Dm644 LICENSE "$pkgdir"/usr/share/licenses/$pkgname/LICENSE
-  install -Dm755 bin/docker-scan_linux_amd64 
"$pkgdir"/usr/lib/docker/cli-plugins/docker-scan
-}

Copied: docker-scan/repos/community-x86_64/PKGBUILD (from rev 1275822, 
docker-scan/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2022-08-23 18:39:11 UTC (rev 1275823)
@@ -0,0 +1,42 @@
+# Maintainer: Morten Linderud 
+
+pkgname=docker-scan
+pkgver=0.18.0
+pkgrel=1
+pkgdesc="Docker Scan is a Command Line Interface to run vulnerability 
detection on your Dockerfiles and Docker images"
+arch=('x86_64')
+url="https://github.com/docker/scan-cli-plugin;
+license=("Apache")
+makedepends=('go' 'git')
+_commit=c3104a7315462fc05df1c2231181f7daadab5f7e   #refs/tags/v0.18.0
+source=("git+https://github.com/docker/scan-cli-plugin.git#commit=${_commit};)
+sha512sums=('SKIP')
+
+pkgver() {
+  cd "scan-cli-plugin"
+  git describe --tags | sed 's/^v//;s/-/+/g'
+}
+
+build() {
+  cd "scan-cli-plugin"
+  export CGO_CPPFLAGS="${CPPFLAGS}"
+  export CGO_CFLAGS="${CFLAGS}"
+  export CGO_CXXFLAGS="${CXXFLAGS}"
+  export CGO_LDFLAGS="${LDFLAGS}"
+  export GOFLAGS="-buildmode=pie -trimpath -modcacherw"
+  make -f builder.Makefile build
+}
+
+check(){
+  cd "scan-cli-plugin"
+  # mkdir cli-plugins
+  # cp bin/docker-scan_linux_amd64 cli-plugins/docker-scan
+  # export DOCKER_CONFIG="$(PWD)"
+  # go test ./...
+}
+
+package() {
+  cd "scan-cli-plugin"
+  install -Dm644 LICENSE "$pkgdir"/usr/share/licenses/$pkgname/LICENSE
+  install -Dm755 bin/docker-scan_linux_amd64 
"$pkgdir"/usr/lib/docker/cli-plugins/docker-scan
+}



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

2022-08-23 Thread Morten Linderud via arch-commits
Date: Tuesday, August 23, 2022 @ 18:33:39
  Author: foxboron
Revision: 1275801

archrelease: copy trunk to community-x86_64

Added:
  bolt/repos/community-x86_64/PKGBUILD
(from rev 1275800, bolt/trunk/PKGBUILD)
Deleted:
  bolt/repos/community-x86_64/PKGBUILD

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

Deleted: PKGBUILD
===
--- PKGBUILD2022-08-23 18:33:34 UTC (rev 1275800)
+++ PKGBUILD2022-08-23 18:33:39 UTC (rev 1275801)
@@ -1,35 +0,0 @@
-# Maintainer: Morten Linderud 
-# Maintainer: Jaroslav Lichtblau 
-
-pkgname=bolt
-pkgver=0.9.2
-pkgrel=1
-pkgdesc="Thunderbolt 3 device manager"
-arch=('x86_64')
-url="https://gitlab.freedesktop.org/bolt/bolt;
-license=('LGPL')
-depends=('polkit' 'systemd')
-makedepends=('asciidoc' 'meson' 'python-setuptools' 'patch')
-checkdepends=('umockdev')
-source=(https://gitlab.freedesktop.org/$pkgname/$pkgname/-/archive/$pkgver/$pkgname-$pkgver.tar.gz)
-sha256sums=('9119ad9bbc6406b401b5cae99d2b583006ef6c0e61e48a9d120a7f832b202b4e')
-
-build() {
-  cd $pkgname-$pkgver
-
-  arch-meson ../build
-  ninja -v -C ../build
-}
-
-check() {
-  cd $pkgname-$pkgver
-
-  meson test -C ../build --print-errorlogs
-}
-
-package() {
-  cd $pkgname-$pkgver
-
-  DESTDIR="${pkgdir}" meson install -C ../build
-  install -d -o root -g 102 -m 750 "$pkgdir/usr/share/polkit-1/rules.d"
-}

Copied: bolt/repos/community-x86_64/PKGBUILD (from rev 1275800, 
bolt/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2022-08-23 18:33:39 UTC (rev 1275801)
@@ -0,0 +1,35 @@
+# Maintainer: Morten Linderud 
+# Maintainer: Jaroslav Lichtblau 
+
+pkgname=bolt
+pkgver=0.9.3
+pkgrel=1
+pkgdesc="Thunderbolt 3 device manager"
+arch=('x86_64')
+url="https://gitlab.freedesktop.org/bolt/bolt;
+license=('LGPL')
+depends=('polkit' 'systemd')
+makedepends=('asciidoc' 'meson' 'python-setuptools' 'patch')
+checkdepends=('umockdev')
+source=(https://gitlab.freedesktop.org/$pkgname/$pkgname/-/archive/$pkgver/$pkgname-$pkgver.tar.gz)
+sha256sums=('30278c7ea87b01691f63257fdc4a9c9d4f7eb3b75d2eca71c8b5d399b6df7ddf')
+
+build() {
+  cd $pkgname-$pkgver
+
+  arch-meson ../build
+  ninja -v -C ../build
+}
+
+check() {
+  cd $pkgname-$pkgver
+
+  meson test -C ../build --print-errorlogs
+}
+
+package() {
+  cd $pkgname-$pkgver
+
+  DESTDIR="${pkgdir}" meson install -C ../build
+  install -d -o root -g 102 -m 750 "$pkgdir/usr/share/polkit-1/rules.d"
+}



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

2022-08-23 Thread Morten Linderud via arch-commits
Date: Tuesday, August 23, 2022 @ 18:33:34
  Author: foxboron
Revision: 1275800

upgpkg: bolt 0.9.3-1

Modified:
  bolt/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2022-08-23 18:32:15 UTC (rev 1275799)
+++ PKGBUILD2022-08-23 18:33:34 UTC (rev 1275800)
@@ -2,7 +2,7 @@
 # Maintainer: Jaroslav Lichtblau 
 
 pkgname=bolt
-pkgver=0.9.2
+pkgver=0.9.3
 pkgrel=1
 pkgdesc="Thunderbolt 3 device manager"
 arch=('x86_64')
@@ -12,7 +12,7 @@
 makedepends=('asciidoc' 'meson' 'python-setuptools' 'patch')
 checkdepends=('umockdev')
 
source=(https://gitlab.freedesktop.org/$pkgname/$pkgname/-/archive/$pkgver/$pkgname-$pkgver.tar.gz)
-sha256sums=('9119ad9bbc6406b401b5cae99d2b583006ef6c0e61e48a9d120a7f832b202b4e')
+sha256sums=('30278c7ea87b01691f63257fdc4a9c9d4f7eb3b75d2eca71c8b5d399b6df7ddf')
 
 build() {
   cd $pkgname-$pkgver



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

2022-08-23 Thread Morten Linderud via arch-commits
Date: Tuesday, August 23, 2022 @ 18:32:15
  Author: foxboron
Revision: 1275799

archrelease: copy trunk to community-x86_64

Added:
  delve/repos/community-x86_64/PKGBUILD
(from rev 1275798, delve/trunk/PKGBUILD)
Deleted:
  delve/repos/community-x86_64/PKGBUILD

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

Deleted: PKGBUILD
===
--- PKGBUILD2022-08-23 18:32:10 UTC (rev 1275798)
+++ PKGBUILD2022-08-23 18:32:15 UTC (rev 1275799)
@@ -1,30 +0,0 @@
-# Maintainer: Morten Linderud 
-
-pkgname=delve
-pkgver=1.9.0
-pkgrel=1
-pkgdesc="A debugger for the Go programming language."
-arch=('x86_64')
-url="https://github.com/go-delve/delve;
-license=('MIT')
-makedepends=('go' 'git')
-optdepends=('debuginfod: debuginfod support')
-source=("${pkgname}-${pkgver}.tar.gz::https://github.com/go-delve/delve/archive/v${pkgver}.tar.gz;)
-sha256sums=('daec5909ce6e44b7b2c49eea90b4aa964d2ff96c1e875b09891a26546f9ae871')
-
-build(){
-  cd "${pkgname}-${pkgver}"
-  export CGO_CPPFLAGS="${CPPFLAGS}"
-  export CGO_CFLAGS="${CFLAGS}"
-  export CGO_CXXFLAGS="${CXXFLAGS}"
-  export CGO_LDFLAGS="${LDFLAGS}"
-  export GOFLAGS="-buildmode=pie -ldflags=-linkmode=external 
-ldflags=-compressdwarf=false -mod=readonly -modcacherw"
-  go build ./cmd/dlv
-}
-
-package() {
-  cd "${pkgname}-${pkgver}"
-  install -Dm755 dlv "${pkgdir}/usr/bin/dlv"
-  install -Dm644 LICENSE "${pkgdir}/usr/share/licenses/${pkgname}/LICENSE"
-  cp -rf /tmp "${srcdir}"
-}

Copied: delve/repos/community-x86_64/PKGBUILD (from rev 1275798, 
delve/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2022-08-23 18:32:15 UTC (rev 1275799)
@@ -0,0 +1,31 @@
+# Maintainer: Morten Linderud 
+
+pkgname=delve
+pkgver=1.9.1
+pkgrel=1
+pkgdesc="A debugger for the Go programming language."
+arch=('x86_64')
+url="https://github.com/go-delve/delve;
+license=('MIT')
+makedepends=('go' 'git')
+optdepends=('debuginfod: debuginfod support')
+options=(!lto)
+source=("${pkgname}-${pkgver}.tar.gz::https://github.com/go-delve/delve/archive/v${pkgver}.tar.gz;)
+sha256sums=('d8d119e74ae47799baa60c08faf2c2872fefce9264b36475ddac8e3a7efc6727')
+
+build(){
+  cd "${pkgname}-${pkgver}"
+  export CGO_CPPFLAGS="${CPPFLAGS}"
+  export CGO_CFLAGS="${CFLAGS}"
+  export CGO_CXXFLAGS="${CXXFLAGS}"
+  export CGO_LDFLAGS="${LDFLAGS}"
+  export GOFLAGS="-buildmode=pie -ldflags=-linkmode=external 
-ldflags=-compressdwarf=false -mod=readonly -modcacherw"
+  go build ./cmd/dlv
+}
+
+package() {
+  cd "${pkgname}-${pkgver}"
+  install -Dm755 dlv "${pkgdir}/usr/bin/dlv"
+  install -Dm644 LICENSE "${pkgdir}/usr/share/licenses/${pkgname}/LICENSE"
+  cp -rf /tmp "${srcdir}"
+}



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

2022-08-23 Thread Morten Linderud via arch-commits
Date: Tuesday, August 23, 2022 @ 18:32:10
  Author: foxboron
Revision: 1275798

upgpkg: delve 1.9.1-1

Modified:
  delve/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2022-08-23 18:31:16 UTC (rev 1275797)
+++ PKGBUILD2022-08-23 18:32:10 UTC (rev 1275798)
@@ -1,7 +1,7 @@
 # Maintainer: Morten Linderud 
 
 pkgname=delve
-pkgver=1.9.0
+pkgver=1.9.1
 pkgrel=1
 pkgdesc="A debugger for the Go programming language."
 arch=('x86_64')
@@ -9,8 +9,9 @@
 license=('MIT')
 makedepends=('go' 'git')
 optdepends=('debuginfod: debuginfod support')
+options=(!lto)
 
source=("${pkgname}-${pkgver}.tar.gz::https://github.com/go-delve/delve/archive/v${pkgver}.tar.gz;)
-sha256sums=('daec5909ce6e44b7b2c49eea90b4aa964d2ff96c1e875b09891a26546f9ae871')
+sha256sums=('d8d119e74ae47799baa60c08faf2c2872fefce9264b36475ddac8e3a7efc6727')
 
 build(){
   cd "${pkgname}-${pkgver}"



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

2022-08-23 Thread Morten Linderud via arch-commits
Date: Tuesday, August 23, 2022 @ 18:27:54
  Author: foxboron
Revision: 1275793

archrelease: copy trunk to community-x86_64

Added:
  runc/repos/community-x86_64/PKGBUILD
(from rev 1275792, runc/trunk/PKGBUILD)
  runc/repos/community-x86_64/keys/
Deleted:
  runc/repos/community-x86_64/PKGBUILD

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

Deleted: PKGBUILD
===
--- PKGBUILD2022-08-23 18:27:48 UTC (rev 1275792)
+++ PKGBUILD2022-08-23 18:27:54 UTC (rev 1275793)
@@ -1,50 +0,0 @@
-# Maintainer: Morten Linderud 
-# Maintainer: Frederik Schwan 
-# Contributor: Sébastien "Seblu" Luttringer
-
-pkgname=runc
-pkgver=1.1.3
-pkgrel=1
-pkgdesc='CLI tool for managing OCI compliant containers'
-arch=(x86_64)
-url='https://runc.io/'
-license=(Apache)
-depends=(libseccomp)
-makedepends=(git go go-md2man)
-optdepends=(
-  'criu: checkpoint support'
-)
-source=("${pkgname}-${pkgver}.tar.xz::https://github.com/opencontainers/runc/releases/download/v${pkgver}/runc.tar.xz;
-
"${pkgname}-${pkgver}.tar.xz.sig::https://github.com/opencontainers/runc/releases/download/v${pkgver}/runc.tar.xz.asc;)
-validpgpkeys=("5F36C6C61B5460124A75F5A69E18AA267DDB8DB4"
- "C9C370B246B09F6DBCFC744C34401015D1D2D386")
-sha256sums=('2db1f3a01ffd2f8fa3a259b9b512ca7d4dbf89be5765cc58d306e45658668453'
-'SKIP')
-
-prepare() {
-  mkdir -p src/github.com/opencontainers
-  cp -r runc-${pkgver} src/github.com/opencontainers/runc
-}
-
-build() {
-  cd src/github.com/opencontainers/runc
-  export GOPATH="$srcdir"
-  export BUILDTAGS='seccomp apparmor'
-  export CGO_CPPFLAGS="${CPPFLAGS}"
-  export CGO_CFLAGS="${CFLAGS}"
-  export CGO_CXXFLAGS="${CXXFLAGS}"
-  export CGO_LDFLAGS="${LDFLAGS}"
-  export GOFLAGS="-trimpath -mod=readonly -modcacherw"
-  make runc man
-}
-
-package() {
-  cd src/github.com/opencontainers/runc
-
-  install -Dm755 runc "$pkgdir/usr/bin/runc"
-  install -Dm644 contrib/completions/bash/runc \
-"$pkgdir/usr/share/bash-completion/completions/runc"
-  
-  install -d "$pkgdir/usr/share/man/man8"
-  install -m644 man/man8/*.8 "$pkgdir/usr/share/man/man8"
-}

Copied: runc/repos/community-x86_64/PKGBUILD (from rev 1275792, 
runc/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2022-08-23 18:27:54 UTC (rev 1275793)
@@ -0,0 +1,51 @@
+# Maintainer: Morten Linderud 
+# Maintainer: Frederik Schwan 
+# Contributor: Sébastien "Seblu" Luttringer
+
+pkgname=runc
+pkgver=1.1.3
+pkgrel=2
+pkgdesc='CLI tool for managing OCI compliant containers'
+arch=(x86_64)
+url='https://runc.io/'
+license=(Apache)
+provides=('oci-runtime')
+depends=(libseccomp)
+makedepends=(git go go-md2man)
+optdepends=(
+  'criu: checkpoint support'
+)
+source=("${pkgname}-${pkgver}.tar.xz::https://github.com/opencontainers/runc/releases/download/v${pkgver}/runc.tar.xz;
+
"${pkgname}-${pkgver}.tar.xz.sig::https://github.com/opencontainers/runc/releases/download/v${pkgver}/runc.tar.xz.asc;)
+validpgpkeys=("5F36C6C61B5460124A75F5A69E18AA267DDB8DB4"
+ "C9C370B246B09F6DBCFC744C34401015D1D2D386")
+sha256sums=('2db1f3a01ffd2f8fa3a259b9b512ca7d4dbf89be5765cc58d306e45658668453'
+'SKIP')
+
+prepare() {
+  mkdir -p src/github.com/opencontainers
+  cp -r runc-${pkgver} src/github.com/opencontainers/runc
+}
+
+build() {
+  cd src/github.com/opencontainers/runc
+  export GOPATH="$srcdir"
+  export BUILDTAGS='seccomp apparmor'
+  export CGO_CPPFLAGS="${CPPFLAGS}"
+  export CGO_CFLAGS="${CFLAGS}"
+  export CGO_CXXFLAGS="${CXXFLAGS}"
+  export CGO_LDFLAGS="${LDFLAGS}"
+  export GOFLAGS="-trimpath -mod=readonly -modcacherw"
+  make runc man
+}
+
+package() {
+  cd src/github.com/opencontainers/runc
+
+  install -Dm755 runc "$pkgdir/usr/bin/runc"
+  install -Dm644 contrib/completions/bash/runc \
+"$pkgdir/usr/share/bash-completion/completions/runc"
+  
+  install -d "$pkgdir/usr/share/man/man8"
+  install -m644 man/man8/*.8 "$pkgdir/usr/share/man/man8"
+}



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

2022-08-23 Thread Morten Linderud via arch-commits
Date: Tuesday, August 23, 2022 @ 18:27:48
  Author: foxboron
Revision: 1275792

upgpkg: runc 1.1.3-2: FS#71657 - support oci-runtime

Modified:
  runc/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2022-08-23 18:26:39 UTC (rev 1275791)
+++ PKGBUILD2022-08-23 18:27:48 UTC (rev 1275792)
@@ -4,11 +4,12 @@
 
 pkgname=runc
 pkgver=1.1.3
-pkgrel=1
+pkgrel=2
 pkgdesc='CLI tool for managing OCI compliant containers'
 arch=(x86_64)
 url='https://runc.io/'
 license=(Apache)
+provides=('oci-runtime')
 depends=(libseccomp)
 makedepends=(git go go-md2man)
 optdepends=(



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

2022-08-23 Thread Morten Linderud via arch-commits
Date: Tuesday, August 23, 2022 @ 18:26:05
  Author: foxboron
Revision: 1275788

archrelease: copy trunk to community-x86_64

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

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

Deleted: PKGBUILD
===
--- PKGBUILD2022-08-23 18:26:04 UTC (rev 1275787)
+++ PKGBUILD2022-08-23 18:26:05 UTC (rev 1275788)
@@ -1,32 +0,0 @@
-# Maintainer: Morten Linderud 
-# Contributor: hexchian 
-
-pkgname=crun
-pkgver=1.5
-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' 'criu')
-makedepends=('libtool' 'python' 'go-md2man' 'systemd' 'git')
-source=("https://github.com/containers/crun/releases/download/$pkgver/$pkgname-$pkgver.tar.xz"{,.asc})
-validpgpkeys=('AC404C1C0BF735C63FF4D562263D6DF2E163E1EA')
-sha256sums=('8e7e1636adb3cc12d45cdf4ddfd0503604950d0d2868a0bfa9666b90d0a8d9d7'
-'SKIP')
-
-build() {
-cd "$pkgname-$pkgver"
-./autogen.sh
-./configure \
---prefix=/usr \
---enable-shared \
---enable-dynamic \
---with-python-bindings
-make
-}
-
-package() {
-cd "$pkgname-$pkgver"
-make DESTDIR="$pkgdir" install
-}

Copied: crun/repos/community-x86_64/PKGBUILD (from rev 1275786, 
crun/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2022-08-23 18:26:05 UTC (rev 1275788)
@@ -0,0 +1,40 @@
+# Maintainer: Morten Linderud 
+# Contributor: hexchian 
+
+pkgname=crun
+pkgver=1.5
+pkgrel=2
+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')
+provides=('oci-runtime')
+depends=('yajl' 'systemd-libs' 'libcap' 'libseccomp' 'criu')
+makedepends=('libtool' 'python' 'go-md2man' 'systemd' 'git')
+source=("https://github.com/containers/crun/releases/download/$pkgver/$pkgname-$pkgver.tar.xz"{,.asc}
+
"fix-build.patch::https://patch-diff.githubusercontent.com/raw/containers/crun/pull/972.patch;)
+validpgpkeys=('AC404C1C0BF735C63FF4D562263D6DF2E163E1EA')
+sha256sums=('8e7e1636adb3cc12d45cdf4ddfd0503604950d0d2868a0bfa9666b90d0a8d9d7'
+'SKIP'
+'be5900732792eecd0e9a522a2f1e8c66870d4cbce406e16c257e700b895a3b1d')
+
+prepare() {
+cd "${pkgname}-${pkgver}"
+patch -Np1 < "$srcdir/fix-build.patch"
+}
+
+build() {
+cd "$pkgname-$pkgver"
+./autogen.sh
+./configure \
+--prefix=/usr \
+--enable-shared \
+--enable-dynamic \
+--with-python-bindings
+make
+}
+
+package() {
+cd "$pkgname-$pkgver"
+make DESTDIR="$pkgdir" install
+}



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

2022-08-23 Thread Morten Linderud via arch-commits
Date: Tuesday, August 23, 2022 @ 18:25:58
  Author: foxboron
Revision: 1275786

upgpkg: crun 1.5-2: FS#71657 - support oci-runtime

Modified:
  crun/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2022-08-23 18:25:55 UTC (rev 1275785)
+++ PKGBUILD2022-08-23 18:25:58 UTC (rev 1275786)
@@ -3,18 +3,26 @@
 
 pkgname=crun
 pkgver=1.5
-pkgrel=1
+pkgrel=2
 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')
+provides=('oci-runtime')
 depends=('yajl' 'systemd-libs' 'libcap' 'libseccomp' 'criu')
 makedepends=('libtool' 'python' 'go-md2man' 'systemd' 'git')
-source=("https://github.com/containers/crun/releases/download/$pkgver/$pkgname-$pkgver.tar.xz"{,.asc})
+source=("https://github.com/containers/crun/releases/download/$pkgver/$pkgname-$pkgver.tar.xz"{,.asc}
+
"fix-build.patch::https://patch-diff.githubusercontent.com/raw/containers/crun/pull/972.patch;)
 validpgpkeys=('AC404C1C0BF735C63FF4D562263D6DF2E163E1EA')
 sha256sums=('8e7e1636adb3cc12d45cdf4ddfd0503604950d0d2868a0bfa9666b90d0a8d9d7'
-'SKIP')
+'SKIP'
+'be5900732792eecd0e9a522a2f1e8c66870d4cbce406e16c257e700b895a3b1d')
 
+prepare() {
+cd "${pkgname}-${pkgver}"
+patch -Np1 < "$srcdir/fix-build.patch"
+}
+
 build() {
 cd "$pkgname-$pkgver"
 ./autogen.sh



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

2022-08-23 Thread Morten Linderud via arch-commits
Date: Tuesday, August 23, 2022 @ 18:16:31
  Author: foxboron
Revision: 1275759

archrelease: copy trunk to community-any

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

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

Deleted: PKGBUILD
===
--- PKGBUILD2022-08-23 18:16:26 UTC (rev 1275758)
+++ PKGBUILD2022-08-23 18:16:31 UTC (rev 1275759)
@@ -1,33 +0,0 @@
-# Maintainer: Morten Linderud 
-
-pkgname=python-formencode
-_pkgname=formencode
-_pypi=FormEncode
-pkgver=2.0.1
-pkgrel=1
-pkgdesc="A validation library for Python."
-arch=("any")
-url="http://www.formencode.org/en/latest/;
-license=("MIT")
-depends=("python")
-checkdepends=("python-pytest" "python-dnspython" "python-pycountry")
-makedepends=("python-setuptools" "python-setuptools-scm-git-archive")
-source=("$pkgname-$pkgver.tar.gz::https://github.com/formencode/formencode/archive/$pkgver.tar.gz;)
-source=("https://files.pythonhosted.org/packages/source/${_pkgname::1}/${_pkgname}/${_pypi}-${pkgver}.tar.gz;)
-sha256sums=('8f2974112c2557839d5bae8b76490104c03830785d923abbdef148bf3f710035')
-
-build() {
-  cd "${_pypi}-${pkgver}"
-  python setup.py build
-}
-
-check(){
-  cd "${_pypi}-${pkgver}"
-  python -m unittest
-}
-
-package() {
-  cd "${_pypi}-${pkgver}"
-  python setup.py install --root="${pkgdir}/" --optimize=1 --skip-build
-  install -Dm0644 LICENSE.txt 
"${pkgdir}/usr/share/licenses/${pkgname}/LICENSE.txt"
-}

Copied: python-formencode/repos/community-any/PKGBUILD (from rev 1275758, 
python-formencode/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2022-08-23 18:16:31 UTC (rev 1275759)
@@ -0,0 +1,33 @@
+# Maintainer: Morten Linderud 
+
+pkgname=python-formencode
+_pkgname=formencode
+_pypi=FormEncode
+pkgver=2.0.1
+pkgrel=2
+pkgdesc="A validation library for Python."
+arch=("any")
+url="http://www.formencode.org/en/latest/;
+license=("MIT")
+depends=("python" "python-six")
+checkdepends=("python-pytest" "python-dnspython" "python-pycountry")
+makedepends=("python-setuptools" "python-setuptools-scm-git-archive")
+source=("$pkgname-$pkgver.tar.gz::https://github.com/formencode/formencode/archive/$pkgver.tar.gz;)
+source=("https://files.pythonhosted.org/packages/source/${_pkgname::1}/${_pkgname}/${_pypi}-${pkgver}.tar.gz;)
+sha256sums=('8f2974112c2557839d5bae8b76490104c03830785d923abbdef148bf3f710035')
+
+build() {
+  cd "${_pypi}-${pkgver}"
+  python setup.py build
+}
+
+check(){
+  cd "${_pypi}-${pkgver}"
+  python -m unittest
+}
+
+package() {
+  cd "${_pypi}-${pkgver}"
+  python setup.py install --root="${pkgdir}/" --optimize=1 --skip-build
+  install -Dm0644 LICENSE.txt 
"${pkgdir}/usr/share/licenses/${pkgname}/LICENSE.txt"
+}



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

2022-08-23 Thread Morten Linderud via arch-commits
Date: Tuesday, August 23, 2022 @ 18:16:26
  Author: foxboron
Revision: 1275758

upgpkg: python-formencode 2.0.1-2

Modified:
  python-formencode/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2022-08-23 18:15:05 UTC (rev 1275757)
+++ PKGBUILD2022-08-23 18:16:26 UTC (rev 1275758)
@@ -4,12 +4,12 @@
 _pkgname=formencode
 _pypi=FormEncode
 pkgver=2.0.1
-pkgrel=1
+pkgrel=2
 pkgdesc="A validation library for Python."
 arch=("any")
 url="http://www.formencode.org/en/latest/;
 license=("MIT")
-depends=("python")
+depends=("python" "python-six")
 checkdepends=("python-pytest" "python-dnspython" "python-pycountry")
 makedepends=("python-setuptools" "python-setuptools-scm-git-archive")
 
source=("$pkgname-$pkgver.tar.gz::https://github.com/formencode/formencode/archive/$pkgver.tar.gz;)



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

2022-08-23 Thread Morten Linderud via arch-commits
Date: Tuesday, August 23, 2022 @ 18:05:58
  Author: foxboron
Revision: 1275749

archrelease: copy trunk to community-any

Added:
  screenkey/repos/community-any/PKGBUILD
(from rev 1275748, screenkey/trunk/PKGBUILD)
  screenkey/repos/community-any/keys/
Deleted:
  screenkey/repos/community-any/PKGBUILD

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

Deleted: PKGBUILD
===
--- PKGBUILD2022-08-23 18:05:52 UTC (rev 1275748)
+++ PKGBUILD2022-08-23 18:05:58 UTC (rev 1275749)
@@ -1,29 +0,0 @@
-# Maintainer: Morten Linderud 
-# Contributor: Fabius
-# Contributor: Adria Arrufat 
-# Contributor: Gordin <9ordin @t gmail d@t com>
-
-pkgname=screenkey
-pkgver=1.5
-pkgrel=1
-pkgdesc="A screencast tool to display your keys inspired by Screenflick"
-arch=('any')
-url="https://www.thregr.org/~wavexx/software/screenkey/;
-license=('GPL3')
-depends=('python-gobject' 'gtk3' 'python-cairo' 'libx11')
-makedepends=('python-setuptools' 'python-wheel' 'python-babel' 
'python-distutils-extra')
-optdepends=('slop' 'ttf-font-awesome' 'libappindicator-gtk3')
-source=("https://www.thregr.org/~wavexx/software/screenkey/releases/$pkgname-$pkgver.tar.gz"{,.asc})
-validpgpkeys=('41958F4116FDD1B43DEE754A2BB7D6F2153410EC')
-sha256sums=('cc8471b83f7ba7a754e1da0631cfa9c32b9217da93597afc1c3283e3a1ae4112'
-'SKIP')
-
-build() {
-  cd "$pkgname-$pkgver"
-  python setup.py build
-}
-
-package() {
-  cd "$pkgname-$pkgver"
-  python setup.py install --skip-build --optimize=1 --root="$pkgdir/"
-}

Copied: screenkey/repos/community-any/PKGBUILD (from rev 1275748, 
screenkey/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2022-08-23 18:05:58 UTC (rev 1275749)
@@ -0,0 +1,29 @@
+# Maintainer: Morten Linderud 
+# Contributor: Fabius
+# Contributor: Adria Arrufat 
+# Contributor: Gordin <9ordin @t gmail d@t com>
+
+pkgname=screenkey
+pkgver=1.5
+pkgrel=2
+pkgdesc="A screencast tool to display your keys inspired by Screenflick"
+arch=('any')
+url="https://www.thregr.org/~wavexx/software/screenkey/;
+license=('GPL3')
+depends=('python-gobject' 'gtk3' 'python-cairo' 'libx11' 'dbus-python')
+makedepends=('python-setuptools' 'python-wheel' 'python-babel' 
'python-distutils-extra')
+optdepends=('slop' 'ttf-font-awesome' 'libappindicator-gtk3')
+source=("https://www.thregr.org/~wavexx/software/screenkey/releases/$pkgname-$pkgver.tar.gz"{,.asc})
+validpgpkeys=('41958F4116FDD1B43DEE754A2BB7D6F2153410EC')
+sha256sums=('cc8471b83f7ba7a754e1da0631cfa9c32b9217da93597afc1c3283e3a1ae4112'
+'SKIP')
+
+build() {
+  cd "$pkgname-$pkgver"
+  python setup.py build
+}
+
+package() {
+  cd "$pkgname-$pkgver"
+  python setup.py install --skip-build --optimize=1 --root="$pkgdir/"
+}



[arch-commits] Commit in screenkey/trunk (4 files)

2022-08-23 Thread Morten Linderud via arch-commits
Date: Tuesday, August 23, 2022 @ 18:05:52
  Author: foxboron
Revision: 1275748

upgpkg: screenkey 1.5-2

Added:
  screenkey/trunk/keys/pgp/
  screenkey/trunk/keys/pgp/41958F4116FDD1B43DEE754A2BB7D6F2153410EC.asc
Modified:
  screenkey/trunk/PKGBUILD
Deleted:
  screenkey/trunk/keys/pgp/

---+
 PKGBUILD  |4 ++--
 keys/pgp/41958F4116FDD1B43DEE754A2BB7D6F2153410EC.asc |1 +
 2 files changed, 3 insertions(+), 2 deletions(-)

Modified: PKGBUILD
===
--- PKGBUILD2022-08-23 18:04:33 UTC (rev 1275747)
+++ PKGBUILD2022-08-23 18:05:52 UTC (rev 1275748)
@@ -5,12 +5,12 @@
 
 pkgname=screenkey
 pkgver=1.5
-pkgrel=1
+pkgrel=2
 pkgdesc="A screencast tool to display your keys inspired by Screenflick"
 arch=('any')
 url="https://www.thregr.org/~wavexx/software/screenkey/;
 license=('GPL3')
-depends=('python-gobject' 'gtk3' 'python-cairo' 'libx11')
+depends=('python-gobject' 'gtk3' 'python-cairo' 'libx11' 'dbus-python')
 makedepends=('python-setuptools' 'python-wheel' 'python-babel' 
'python-distutils-extra')
 optdepends=('slop' 'ttf-font-awesome' 'libappindicator-gtk3')
 
source=("https://www.thregr.org/~wavexx/software/screenkey/releases/$pkgname-$pkgver.tar.gz"{,.asc})

Added: keys/pgp/41958F4116FDD1B43DEE754A2BB7D6F2153410EC.asc
===
(Binary files differ)

Index: screenkey/trunk/keys/pgp/41958F4116FDD1B43DEE754A2BB7D6F2153410EC.asc
===
--- keys/pgp/41958F4116FDD1B43DEE754A2BB7D6F2153410EC.asc   2022-08-23 
18:04:33 UTC (rev 1275747)
+++ keys/pgp/41958F4116FDD1B43DEE754A2BB7D6F2153410EC.asc   2022-08-23 
18:05:52 UTC (rev 1275748)

Property changes on: 
screenkey/trunk/keys/pgp/41958F4116FDD1B43DEE754A2BB7D6F2153410EC.asc
___
Added: svn:mime-type
## -0,0 +1 ##
+application/pgp-keys
\ No newline at end of property


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

2022-08-23 Thread Morten Linderud via arch-commits
Date: Tuesday, August 23, 2022 @ 18:03:11
  Author: foxboron
Revision: 1275743

archrelease: copy trunk to community-any

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

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

Deleted: PKGBUILD
===
--- PKGBUILD2022-08-23 18:03:06 UTC (rev 1275742)
+++ PKGBUILD2022-08-23 18:03:11 UTC (rev 1275743)
@@ -1,23 +0,0 @@
-# Maintainer: Morten Linderud 
-
-pkgname=python-sqlobject
-pkgver=3.9.1
-pkgrel=2
-pkgdesc="SQLObject, an object-relational mapper for Python"
-url="http://sqlobject.org/;
-arch=('any')
-license=('LGPL')
-depends=('python-pydispatcher')
-makedepends=('python-setuptools')
-source=("${pkgname}-${pkgver}.tar.gz::https://github.com/sqlobject/sqlobject/archive/${pkgver}.tar.gz;)
-sha256sums=('64752d91185fc8e61aec02a2730bfbeeb7b1c554179792668d26072724d58567')
-
-build(){
-  cd "sqlobject-$pkgver"
-  python setup.py build
-}
-
-package_python-sqlobject() {
-  cd "sqlobject-$pkgver"
-  python setup.py install --root="$pkgdir/" --optimize=1 --skip-build
-}

Copied: python-sqlobject/repos/community-any/PKGBUILD (from rev 1275742, 
python-sqlobject/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2022-08-23 18:03:11 UTC (rev 1275743)
@@ -0,0 +1,23 @@
+# Maintainer: Morten Linderud 
+
+pkgname=python-sqlobject
+pkgver=3.9.1
+pkgrel=3
+pkgdesc="SQLObject, an object-relational mapper for Python"
+url="http://sqlobject.org/;
+arch=('any')
+license=('LGPL')
+depends=('python-pydispatcher' 'python-formencode')
+makedepends=('python-setuptools')
+source=("${pkgname}-${pkgver}.tar.gz::https://github.com/sqlobject/sqlobject/archive/${pkgver}.tar.gz;)
+sha256sums=('64752d91185fc8e61aec02a2730bfbeeb7b1c554179792668d26072724d58567')
+
+build(){
+  cd "sqlobject-$pkgver"
+  python setup.py build
+}
+
+package_python-sqlobject() {
+  cd "sqlobject-$pkgver"
+  python setup.py install --root="$pkgdir/" --optimize=1 --skip-build
+}



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

2022-08-23 Thread Morten Linderud via arch-commits
Date: Tuesday, August 23, 2022 @ 18:03:06
  Author: foxboron
Revision: 1275742

upgpkg: python-sqlobject 3.9.1-3: FS#64783

Modified:
  python-sqlobject/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2022-08-23 18:02:13 UTC (rev 1275741)
+++ PKGBUILD2022-08-23 18:03:06 UTC (rev 1275742)
@@ -2,12 +2,12 @@
 
 pkgname=python-sqlobject
 pkgver=3.9.1
-pkgrel=2
+pkgrel=3
 pkgdesc="SQLObject, an object-relational mapper for Python"
 url="http://sqlobject.org/;
 arch=('any')
 license=('LGPL')
-depends=('python-pydispatcher')
+depends=('python-pydispatcher' 'python-formencode')
 makedepends=('python-setuptools')
 
source=("${pkgname}-${pkgver}.tar.gz::https://github.com/sqlobject/sqlobject/archive/${pkgver}.tar.gz;)
 sha256sums=('64752d91185fc8e61aec02a2730bfbeeb7b1c554179792668d26072724d58567')



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

2022-08-23 Thread Morten Linderud via arch-commits
Date: Tuesday, August 23, 2022 @ 17:45:39
  Author: foxboron
Revision: 454447

archrelease: copy trunk to testing-x86_64

Added:
  vim/repos/testing-x86_64/
  vim/repos/testing-x86_64/PKGBUILD
(from rev 454446, vim/trunk/PKGBUILD)
  vim/repos/testing-x86_64/archlinux.vim
(from rev 454446, vim/trunk/archlinux.vim)
  vim/repos/testing-x86_64/vimdoc.hook
(from rev 454446, vim/trunk/vimdoc.hook)
  vim/repos/testing-x86_64/vimrc
(from rev 454446, vim/trunk/vimrc)

---+
 PKGBUILD  |  207 
 archlinux.vim |   46 
 vimdoc.hook   |   11 ++
 vimrc |   18 
 4 files changed, 282 insertions(+)

Copied: vim/repos/testing-x86_64/PKGBUILD (from rev 454446, vim/trunk/PKGBUILD)
===
--- testing-x86_64/PKGBUILD (rev 0)
+++ testing-x86_64/PKGBUILD 2022-08-23 17:45:39 UTC (rev 454447)
@@ -0,0 +1,207 @@
+# Maintainer: Levente Polyak 
+# Maintainer: Morten Linderud 
+# Contributor: Anatol Pomozov 
+# Contributor: Thomas Dziedzic 
+# Contributor: Jan "heftig" Steffens 
+# Contributor: tobias [ tobias at archlinux org ]
+# Contributor: Daniel J Griffiths 
+# Contributor: Christian Hesse 
+# Contributor: Eli Schwartz 
+
+pkgbase=vim
+pkgname=('vim' 'gvim' 'vim-runtime')
+pkgver=9.0.0246
+_versiondir=90
+pkgrel=1
+pkgdesc='Vi Improved, a highly configurable, improved version of the vi text 
editor'
+url='https://www.vim.org'
+arch=('x86_64')
+license=('custom:vim')
+options=(debug)
+makedepends=('glibc' 'libgcrypt' 'gpm' 'python' 'ruby' 'libxt' 'gtk3' 'lua'
+ 'gawk' 'tcl' 'zlib' 'libcanberra')
+source=(https://github.com/vim/vim/archive/v${pkgver}/${pkgbase}-${pkgver}.tar.gz
+vimrc
+archlinux.vim
+vimdoc.hook)
+sha256sums=('5c2a67d4c5a3a285692cf688ba4ea0a7e721364a3d754d0a9618b38de0765601'
+'b16e85e457397ab2043a7ee0a3c84307c6b4eac157fd0b721694761f25b3ed5b'
+'cc3d931129854c298eb22e993ec14c2ad86cc1e70a08a64496f5e06559289972'
+'8e9656934d9d7793063230d15a689e10455e6db9b9fe73afa0f294792795d8ae')
+sha512sums=('69d67557d69469261f6ec5e9ed8a3c3a6341d6ad0400933ab8f630cdd8c15c6865e0209316bce278096f18105f923235db57184e1aae977d75878d9e0f4b731c'
+
'4b5bed0813f22af9e158ea9aa56a4a9862dd786ba2d201f20159ccf652da6190164aaed0b6b7217d578f7b25c33a8adcc307bfcf3caa8d173a7ff29e2a00fee7'
+
'fe091d289d876f45319c898f6021ef86d6a238b540c225a279c46efc5c36fa7d868cd0cee73a111811c4be90df160f85340bb251be3a437727dbe5c699950363'
+
'a02ad0d66f300160911aeb81d8886c6c558436ac4ee3fcd161dd65c6b1e5d1f41b9005a7f5bb5ba68d57027fc1c8e43daabf055bd6207fb5a216a67f758df8d1')
+
+prepare() {
+  (cd vim-${pkgver}/src
+# define the place for the global (g)vimrc file (set to /etc/vimrc)
+sed -E 's|^.*(#define SYS_.*VIMRC_FILE.*").*$|\1|g' -i feature.h
+sed -E 's|^.*(#define VIMRC_FILE.*").*$|\1|g' -i feature.h
+autoconf
+  )
+  cp -a vim-${pkgver} gvim-${pkgver}
+}
+
+build() {
+  echo "Building vim..."
+  (cd vim-${pkgver}
+./configure \
+  --prefix=/usr \
+  --localstatedir=/var/lib/vim \
+  --with-features=huge \
+  --with-compiledby='Arch Linux' \
+  --enable-gpm \
+  --enable-acl \
+  --with-x=no \
+  --disable-gui \
+  --enable-multibyte \
+  --enable-cscope \
+  --enable-netbeans \
+  --enable-perlinterp=dynamic \
+  --enable-python3interp=dynamic \
+  --enable-rubyinterp=dynamic \
+  --enable-luainterp=dynamic \
+  --enable-tclinterp=dynamic \
+  --disable-canberra
+make
+  )
+
+  echo "Building gvim..."
+  (cd gvim-${pkgver}
+./configure \
+  --prefix=/usr \
+  --localstatedir=/var/lib/vim \
+  --with-features=huge \
+  --with-compiledby='Arch Linux' \
+  --enable-gpm \
+  --enable-acl \
+  --with-x=yes \
+  --enable-gui=gtk3 \
+  --enable-multibyte \
+  --enable-cscope \
+  --enable-netbeans \
+  --enable-perlinterp=dynamic \
+  --enable-python3interp=dynamic \
+  --enable-rubyinterp=dynamic \
+  --enable-luainterp=dynamic \
+  --enable-tclinterp=dynamic \
+  --enable-canberra
+make
+  )
+}
+
+check() {
+  cd vim-${pkgver}
+  TERM=xterm make -j1 test
+}
+
+package_vim-runtime() {
+  pkgdesc+=' (shared runtime)'
+  optdepends=('sh: support for some tools and macros'
+  'python: demoserver example tool'
+  'gawk: mve tools upport')
+  backup=('etc/vimrc')
+
+  cd vim-${pkgver}
+
+  make -j1 VIMRCLOC=/etc DESTDIR="${pkgdir}" install
+  # man and bin files belong to 'vim'
+  rm -r "${pkgdir}"/usr/share/man/ "${pkgdir}"/usr/bin/
+
+  # Don't forget logtalk.dict
+  install -Dm 644 runtime/ftplugin/logtalk.dict \
+"${pkgdir}"/usr/share/vim/vim${_versiondir}/ftplugin/logtalk.dict
+
+  # rc files
+  install -Dm 644 "${srcdir}"/vimrc "${pkgdir}"/etc/vimrc
+  install -Dm 644 

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

2022-08-23 Thread Morten Linderud via arch-commits
Date: Tuesday, August 23, 2022 @ 17:45:29
  Author: foxboron
Revision: 454446

upgpkg: vim 9.0.0246-1: FS#75678 FS#75411

Modified:
  vim/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2022-08-23 17:15:16 UTC (rev 454445)
+++ PKGBUILD2022-08-23 17:45:29 UTC (rev 454446)
@@ -10,7 +10,7 @@
 
 pkgbase=vim
 pkgname=('vim' 'gvim' 'vim-runtime')
-pkgver=9.0.0236
+pkgver=9.0.0246
 _versiondir=90
 pkgrel=1
 pkgdesc='Vi Improved, a highly configurable, improved version of the vi text 
editor'
@@ -19,16 +19,16 @@
 license=('custom:vim')
 options=(debug)
 makedepends=('glibc' 'libgcrypt' 'gpm' 'python' 'ruby' 'libxt' 'gtk3' 'lua'
- 'gawk' 'tcl' 'pcre' 'zlib' 'libcanberra')
+ 'gawk' 'tcl' 'zlib' 'libcanberra')
 
source=(https://github.com/vim/vim/archive/v${pkgver}/${pkgbase}-${pkgver}.tar.gz
 vimrc
 archlinux.vim
 vimdoc.hook)
-sha256sums=('38eab3d47cf791dfce5c66188ddd27ad858db257ce603dfb862f3563ec236076'
+sha256sums=('5c2a67d4c5a3a285692cf688ba4ea0a7e721364a3d754d0a9618b38de0765601'
 'b16e85e457397ab2043a7ee0a3c84307c6b4eac157fd0b721694761f25b3ed5b'
 'cc3d931129854c298eb22e993ec14c2ad86cc1e70a08a64496f5e06559289972'
 '8e9656934d9d7793063230d15a689e10455e6db9b9fe73afa0f294792795d8ae')
-sha512sums=('518e2142da551cd06db02b32c67880d6b405807a60f2c13a485a4baf93f5ff1ba375b8469dcb9ed67f464f629575968d75130fa2d5be58d7b715181e4ba21886'
+sha512sums=('69d67557d69469261f6ec5e9ed8a3c3a6341d6ad0400933ab8f630cdd8c15c6865e0209316bce278096f18105f923235db57184e1aae977d75878d9e0f4b731c'
 
'4b5bed0813f22af9e158ea9aa56a4a9862dd786ba2d201f20159ccf652da6190164aaed0b6b7217d578f7b25c33a8adcc307bfcf3caa8d173a7ff29e2a00fee7'
 
'fe091d289d876f45319c898f6021ef86d6a238b540c225a279c46efc5c36fa7d868cd0cee73a111811c4be90df160f85340bb251be3a437727dbe5c699950363'
 
'a02ad0d66f300160911aeb81d8886c6c558436ac4ee3fcd161dd65c6b1e5d1f41b9005a7f5bb5ba68d57027fc1c8e43daabf055bd6207fb5a216a67f758df8d1')



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

2022-08-21 Thread Morten Linderud via arch-commits
Date: Sunday, August 21, 2022 @ 14:34:21
  Author: foxboron
Revision: 454130

archrelease: copy trunk to testing-x86_64

Added:
  vim/repos/testing-x86_64/
  vim/repos/testing-x86_64/PKGBUILD
(from rev 454129, vim/trunk/PKGBUILD)
  vim/repos/testing-x86_64/archlinux.vim
(from rev 454129, vim/trunk/archlinux.vim)
  vim/repos/testing-x86_64/vimdoc.hook
(from rev 454129, vim/trunk/vimdoc.hook)
  vim/repos/testing-x86_64/vimrc
(from rev 454129, vim/trunk/vimrc)

---+
 PKGBUILD  |  207 
 archlinux.vim |   46 
 vimdoc.hook   |   11 ++
 vimrc |   18 
 4 files changed, 282 insertions(+)

Copied: vim/repos/testing-x86_64/PKGBUILD (from rev 454129, vim/trunk/PKGBUILD)
===
--- testing-x86_64/PKGBUILD (rev 0)
+++ testing-x86_64/PKGBUILD 2022-08-21 14:34:21 UTC (rev 454130)
@@ -0,0 +1,207 @@
+# Maintainer: Levente Polyak 
+# Maintainer: Morten Linderud 
+# Contributor: Anatol Pomozov 
+# Contributor: Thomas Dziedzic 
+# Contributor: Jan "heftig" Steffens 
+# Contributor: tobias [ tobias at archlinux org ]
+# Contributor: Daniel J Griffiths 
+# Contributor: Christian Hesse 
+# Contributor: Eli Schwartz 
+
+pkgbase=vim
+pkgname=('vim' 'gvim' 'vim-runtime')
+pkgver=9.0.0236
+_versiondir=90
+pkgrel=1
+pkgdesc='Vi Improved, a highly configurable, improved version of the vi text 
editor'
+url='https://www.vim.org'
+arch=('x86_64')
+license=('custom:vim')
+options=(debug)
+makedepends=('glibc' 'libgcrypt' 'gpm' 'python' 'ruby' 'libxt' 'gtk3' 'lua'
+ 'gawk' 'tcl' 'pcre' 'zlib' 'libcanberra')
+source=(https://github.com/vim/vim/archive/v${pkgver}/${pkgbase}-${pkgver}.tar.gz
+vimrc
+archlinux.vim
+vimdoc.hook)
+sha256sums=('38eab3d47cf791dfce5c66188ddd27ad858db257ce603dfb862f3563ec236076'
+'b16e85e457397ab2043a7ee0a3c84307c6b4eac157fd0b721694761f25b3ed5b'
+'cc3d931129854c298eb22e993ec14c2ad86cc1e70a08a64496f5e06559289972'
+'8e9656934d9d7793063230d15a689e10455e6db9b9fe73afa0f294792795d8ae')
+sha512sums=('518e2142da551cd06db02b32c67880d6b405807a60f2c13a485a4baf93f5ff1ba375b8469dcb9ed67f464f629575968d75130fa2d5be58d7b715181e4ba21886'
+
'4b5bed0813f22af9e158ea9aa56a4a9862dd786ba2d201f20159ccf652da6190164aaed0b6b7217d578f7b25c33a8adcc307bfcf3caa8d173a7ff29e2a00fee7'
+
'fe091d289d876f45319c898f6021ef86d6a238b540c225a279c46efc5c36fa7d868cd0cee73a111811c4be90df160f85340bb251be3a437727dbe5c699950363'
+
'a02ad0d66f300160911aeb81d8886c6c558436ac4ee3fcd161dd65c6b1e5d1f41b9005a7f5bb5ba68d57027fc1c8e43daabf055bd6207fb5a216a67f758df8d1')
+
+prepare() {
+  (cd vim-${pkgver}/src
+# define the place for the global (g)vimrc file (set to /etc/vimrc)
+sed -E 's|^.*(#define SYS_.*VIMRC_FILE.*").*$|\1|g' -i feature.h
+sed -E 's|^.*(#define VIMRC_FILE.*").*$|\1|g' -i feature.h
+autoconf
+  )
+  cp -a vim-${pkgver} gvim-${pkgver}
+}
+
+build() {
+  echo "Building vim..."
+  (cd vim-${pkgver}
+./configure \
+  --prefix=/usr \
+  --localstatedir=/var/lib/vim \
+  --with-features=huge \
+  --with-compiledby='Arch Linux' \
+  --enable-gpm \
+  --enable-acl \
+  --with-x=no \
+  --disable-gui \
+  --enable-multibyte \
+  --enable-cscope \
+  --enable-netbeans \
+  --enable-perlinterp=dynamic \
+  --enable-python3interp=dynamic \
+  --enable-rubyinterp=dynamic \
+  --enable-luainterp=dynamic \
+  --enable-tclinterp=dynamic \
+  --disable-canberra
+make
+  )
+
+  echo "Building gvim..."
+  (cd gvim-${pkgver}
+./configure \
+  --prefix=/usr \
+  --localstatedir=/var/lib/vim \
+  --with-features=huge \
+  --with-compiledby='Arch Linux' \
+  --enable-gpm \
+  --enable-acl \
+  --with-x=yes \
+  --enable-gui=gtk3 \
+  --enable-multibyte \
+  --enable-cscope \
+  --enable-netbeans \
+  --enable-perlinterp=dynamic \
+  --enable-python3interp=dynamic \
+  --enable-rubyinterp=dynamic \
+  --enable-luainterp=dynamic \
+  --enable-tclinterp=dynamic \
+  --enable-canberra
+make
+  )
+}
+
+check() {
+  cd vim-${pkgver}
+  TERM=xterm make -j1 test
+}
+
+package_vim-runtime() {
+  pkgdesc+=' (shared runtime)'
+  optdepends=('sh: support for some tools and macros'
+  'python: demoserver example tool'
+  'gawk: mve tools upport')
+  backup=('etc/vimrc')
+
+  cd vim-${pkgver}
+
+  make -j1 VIMRCLOC=/etc DESTDIR="${pkgdir}" install
+  # man and bin files belong to 'vim'
+  rm -r "${pkgdir}"/usr/share/man/ "${pkgdir}"/usr/bin/
+
+  # Don't forget logtalk.dict
+  install -Dm 644 runtime/ftplugin/logtalk.dict \
+"${pkgdir}"/usr/share/vim/vim${_versiondir}/ftplugin/logtalk.dict
+
+  # rc files
+  install -Dm 644 "${srcdir}"/vimrc "${pkgdir}"/etc/vimrc
+  install -Dm 644 

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

2022-08-21 Thread Morten Linderud via arch-commits
Date: Sunday, August 21, 2022 @ 14:34:13
  Author: foxboron
Revision: 454129

upgpkg: vim 9.0.0236-1

Modified:
  vim/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2022-08-21 13:41:46 UTC (rev 454128)
+++ PKGBUILD2022-08-21 14:34:13 UTC (rev 454129)
@@ -10,7 +10,7 @@
 
 pkgbase=vim
 pkgname=('vim' 'gvim' 'vim-runtime')
-pkgver=9.0.0135
+pkgver=9.0.0236
 _versiondir=90
 pkgrel=1
 pkgdesc='Vi Improved, a highly configurable, improved version of the vi text 
editor'
@@ -24,11 +24,11 @@
 vimrc
 archlinux.vim
 vimdoc.hook)
-sha256sums=('b47690d77a8262d3115bea608fbf27f6ed122b49fc7765fb2cbf7d122d250d8f'
+sha256sums=('38eab3d47cf791dfce5c66188ddd27ad858db257ce603dfb862f3563ec236076'
 'b16e85e457397ab2043a7ee0a3c84307c6b4eac157fd0b721694761f25b3ed5b'
 'cc3d931129854c298eb22e993ec14c2ad86cc1e70a08a64496f5e06559289972'
 '8e9656934d9d7793063230d15a689e10455e6db9b9fe73afa0f294792795d8ae')
-sha512sums=('8fc9fe6e09604461f079622b5441336d7f5d73b95bf8b508f9aa36d80e284e036265b6359b1402c9a70fa6ffd88f9ffa26afd2afb8134b801d2ca32d4e9bd512'
+sha512sums=('518e2142da551cd06db02b32c67880d6b405807a60f2c13a485a4baf93f5ff1ba375b8469dcb9ed67f464f629575968d75130fa2d5be58d7b715181e4ba21886'
 
'4b5bed0813f22af9e158ea9aa56a4a9862dd786ba2d201f20159ccf652da6190164aaed0b6b7217d578f7b25c33a8adcc307bfcf3caa8d173a7ff29e2a00fee7'
 
'fe091d289d876f45319c898f6021ef86d6a238b540c225a279c46efc5c36fa7d868cd0cee73a111811c4be90df160f85340bb251be3a437727dbe5c699950363'
 
'a02ad0d66f300160911aeb81d8886c6c558436ac4ee3fcd161dd65c6b1e5d1f41b9005a7f5bb5ba68d57027fc1c8e43daabf055bd6207fb5a216a67f758df8d1')



[arch-commits] Commit in yubikey-manager/repos/community-any (PKGBUILD PKGBUILD keys)

2022-08-21 Thread Morten Linderud via arch-commits
Date: Sunday, August 21, 2022 @ 12:06:27
  Author: foxboron
Revision: 1272523

archrelease: copy trunk to community-any

Added:
  yubikey-manager/repos/community-any/PKGBUILD
(from rev 1272522, yubikey-manager/trunk/PKGBUILD)
  yubikey-manager/repos/community-any/keys/
Deleted:
  yubikey-manager/repos/community-any/PKGBUILD

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

Deleted: PKGBUILD
===
--- PKGBUILD2022-08-21 12:06:20 UTC (rev 1272522)
+++ PKGBUILD2022-08-21 12:06:27 UTC (rev 1272523)
@@ -1,43 +0,0 @@
-# Maintainer: Christian Hesse 
-# Maintainer: Morten Linderud 
-# Contributor: Karol Babioch 
-
-pkgname='yubikey-manager'
-pkgver=4.0.8
-pkgrel=1
-pkgdesc='Python library and command line tool for configuring a YubiKey'
-arch=('any')
-url='https://developers.yubico.com/yubikey-manager/'
-license=('BSD')
-depends=('python' 'python-click' 'python-cryptography' 'python-pyopenssl' 
'python-pyscard'
- 'python-fido2' 'ccid' 'yubikey-personalization')
-makedepends=('python-setuptools')
-checkdepends=('python-mock' 'python-wheel')
-# https://developers.yubico.com/Software_Projects/Software_Signing.html
-validpgpkeys=('8D0B4EBA9345254BCEC0E843514F078FF4AB24C3'  # Dag Heyman 

-  '57A9DEED4C6D962A923BB691816F3ED99921835E'  # Emil Lundberg 
(Software Developer) 
-  '20EE325B86A81BCBD3E56798F04367096FBA95E8') #  Dain Nilsson 

-source=("https://developers.yubico.com/$pkgname/Releases/yubikey-manager-$pkgver.tar.gz"{,.sig})
-sha256sums=('f48df70df141012f250f1a3f75b4e336eecbaa9ce7f82e1e2801dd9989eff87e'
-'SKIP')
-
-build() {
-   cd "${pkgname}-${pkgver}"
-   python setup.py build
-}
-
-check(){
-   cd "${pkgname}-${pkgver}"
-   python setup.py test || true
-}
-
-package() {
-   cd "${pkgname}-${pkgver}"
-   python setup.py install --root="${pkgdir}/" --optimize=1 --skip-build
-
-   install -D -m0644 COPYING 
"${pkgdir}/usr/share/licenses/${pkgname}/COPYING"
-
-   install -d 
"${pkgdir}"/usr/share/{bash-completion/completions,zsh/site-functions}
-   PYTHONPATH="$PYTHONPATH:${pkgdir}/usr/" _YKMAN_COMPLETE=bash_source 
"${pkgdir}"/usr/bin/ykman > 
"${pkgdir}"/usr/share/bash-completion/completions/ykman || true
-   PYTHONPATH="$PYTHONPATH:${pkgdir}/usr/" _YKMAN_COMPLETE=zsh_source 
"${pkgdir}"/usr/bin/ykman > "${pkgdir}"/usr/share/zsh/site-functions/_ykman || 
true
-}

Copied: yubikey-manager/repos/community-any/PKGBUILD (from rev 1272522, 
yubikey-manager/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2022-08-21 12:06:27 UTC (rev 1272523)
@@ -0,0 +1,44 @@
+# Maintainer: Christian Hesse 
+# Maintainer: Morten Linderud 
+# Contributor: Karol Babioch 
+
+pkgname='yubikey-manager'
+pkgver=4.0.9
+pkgrel=1
+pkgdesc='Python library and command line tool for configuring a YubiKey'
+arch=('any')
+url='https://developers.yubico.com/yubikey-manager/'
+license=('BSD')
+depends=('python' 'python-click' 'python-cryptography' 'python-pyopenssl' 
'python-pyscard'
+ 'python-fido2' 'ccid' 'yubikey-personalization')
+makedepends=('python-setuptools')
+checkdepends=('python-mock' 'python-wheel')
+# https://developers.yubico.com/Software_Projects/Software_Signing.html
+validpgpkeys=('8D0B4EBA9345254BCEC0E843514F078FF4AB24C3'  # Dag Heyman 

+  '57A9DEED4C6D962A923BB691816F3ED99921835E'  # Emil Lundberg 
(Software Developer) 
+  '20EE325B86A81BCBD3E56798F04367096FBA95E8') #  Dain Nilsson 

+#source=("https://developers.yubico.com/$pkgname/Releases/yubikey-manager-$pkgver.tar.gz"{,.sig})
+source=("https://github.com/Yubico/yubikey-manager/releases/download/${pkgver}/yubikey-manager-$pkgver.tar.gz"{,.sig})
+sha256sums=('384e3a2a66df4ce417aede734eb8c5d0c1b7981290e9bc940c85cc000ef833b4'
+'SKIP')
+
+build() {
+   cd "${pkgname}-${pkgver}"
+   python setup.py build
+}
+
+check(){
+   cd "${pkgname}-${pkgver}"
+   python setup.py test || true
+}
+
+package() {
+   cd "${pkgname}-${pkgver}"
+   python setup.py install --root="${pkgdir}/" --optimize=1 --skip-build
+
+   install -D -m0644 COPYING 
"${pkgdir}/usr/share/licenses/${pkgname}/COPYING"
+
+   install -d 
"${pkgdir}"/usr/share/{bash-completion/completions,zsh/site-functions}
+   PYTHONPATH="$PYTHONPATH:${pkgdir}/usr/" _YKMAN_COMPLETE=bash_source 
"${pkgdir}"/usr/bin/ykman > 
"${pkgdir}"/usr/share/bash-completion/completions/ykman || true
+   PYTHONPATH="$PYTHONPATH:${pkgdir}/usr/" _YKMAN_COMPLETE=zsh_source 
"${pkgdir}"/usr/bin/ykman > "${pkgdir}"/usr/share/zsh/site-functions/_ykman || 
true
+}



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

2022-08-21 Thread Morten Linderud via arch-commits
Date: Sunday, August 21, 2022 @ 12:06:20
  Author: foxboron
Revision: 1272522

upgpkg: yubikey-manager 4.0.9-1

Added:
  yubikey-manager/trunk/keys/
  yubikey-manager/trunk/keys/pgp/
  yubikey-manager/trunk/keys/pgp/20EE325B86A81BCBD3E56798F04367096FBA95E8.asc
  yubikey-manager/trunk/keys/pgp/57A9DEED4C6D962A923BB691816F3ED99921835E.asc
  yubikey-manager/trunk/keys/pgp/8D0B4EBA9345254BCEC0E843514F078FF4AB24C3.asc
Modified:
  yubikey-manager/trunk/PKGBUILD

---+
 PKGBUILD  |7 ---
 keys/pgp/20EE325B86A81BCBD3E56798F04367096FBA95E8.asc |1 +
 keys/pgp/57A9DEED4C6D962A923BB691816F3ED99921835E.asc |1 +
 keys/pgp/8D0B4EBA9345254BCEC0E843514F078FF4AB24C3.asc |1 +
 4 files changed, 7 insertions(+), 3 deletions(-)

Modified: PKGBUILD
===
--- PKGBUILD2022-08-21 12:04:05 UTC (rev 1272521)
+++ PKGBUILD2022-08-21 12:06:20 UTC (rev 1272522)
@@ -3,7 +3,7 @@
 # Contributor: Karol Babioch 
 
 pkgname='yubikey-manager'
-pkgver=4.0.8
+pkgver=4.0.9
 pkgrel=1
 pkgdesc='Python library and command line tool for configuring a YubiKey'
 arch=('any')
@@ -17,8 +17,9 @@
 validpgpkeys=('8D0B4EBA9345254BCEC0E843514F078FF4AB24C3'  # Dag Heyman 

   '57A9DEED4C6D962A923BB691816F3ED99921835E'  # Emil Lundberg 
(Software Developer) 
   '20EE325B86A81BCBD3E56798F04367096FBA95E8') #  Dain Nilsson 

-source=("https://developers.yubico.com/$pkgname/Releases/yubikey-manager-$pkgver.tar.gz"{,.sig})
-sha256sums=('f48df70df141012f250f1a3f75b4e336eecbaa9ce7f82e1e2801dd9989eff87e'
+#source=("https://developers.yubico.com/$pkgname/Releases/yubikey-manager-$pkgver.tar.gz"{,.sig})
+source=("https://github.com/Yubico/yubikey-manager/releases/download/${pkgver}/yubikey-manager-$pkgver.tar.gz"{,.sig})
+sha256sums=('384e3a2a66df4ce417aede734eb8c5d0c1b7981290e9bc940c85cc000ef833b4'
 'SKIP')
 
 build() {

Added: keys/pgp/20EE325B86A81BCBD3E56798F04367096FBA95E8.asc
===
(Binary files differ)

Index: 
yubikey-manager/trunk/keys/pgp/20EE325B86A81BCBD3E56798F04367096FBA95E8.asc
===
--- keys/pgp/20EE325B86A81BCBD3E56798F04367096FBA95E8.asc   2022-08-21 
12:04:05 UTC (rev 1272521)
+++ keys/pgp/20EE325B86A81BCBD3E56798F04367096FBA95E8.asc   2022-08-21 
12:06:20 UTC (rev 1272522)

Property changes on: 
yubikey-manager/trunk/keys/pgp/20EE325B86A81BCBD3E56798F04367096FBA95E8.asc
___
Added: svn:mime-type
## -0,0 +1 ##
+application/pgp-keys
\ No newline at end of property
Added: keys/pgp/57A9DEED4C6D962A923BB691816F3ED99921835E.asc
===
(Binary files differ)

Index: 
yubikey-manager/trunk/keys/pgp/57A9DEED4C6D962A923BB691816F3ED99921835E.asc
===
--- keys/pgp/57A9DEED4C6D962A923BB691816F3ED99921835E.asc   2022-08-21 
12:04:05 UTC (rev 1272521)
+++ keys/pgp/57A9DEED4C6D962A923BB691816F3ED99921835E.asc   2022-08-21 
12:06:20 UTC (rev 1272522)

Property changes on: 
yubikey-manager/trunk/keys/pgp/57A9DEED4C6D962A923BB691816F3ED99921835E.asc
___
Added: svn:mime-type
## -0,0 +1 ##
+application/pgp-keys
\ No newline at end of property
Added: keys/pgp/8D0B4EBA9345254BCEC0E843514F078FF4AB24C3.asc
===
(Binary files differ)

Index: 
yubikey-manager/trunk/keys/pgp/8D0B4EBA9345254BCEC0E843514F078FF4AB24C3.asc
===
--- keys/pgp/8D0B4EBA9345254BCEC0E843514F078FF4AB24C3.asc   2022-08-21 
12:04:05 UTC (rev 1272521)
+++ keys/pgp/8D0B4EBA9345254BCEC0E843514F078FF4AB24C3.asc   2022-08-21 
12:06:20 UTC (rev 1272522)

Property changes on: 
yubikey-manager/trunk/keys/pgp/8D0B4EBA9345254BCEC0E843514F078FF4AB24C3.asc
___
Added: svn:mime-type
## -0,0 +1 ##
+application/pgp-keys
\ No newline at end of property


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

2022-08-21 Thread Morten Linderud via arch-commits
Date: Sunday, August 21, 2022 @ 12:04:05
  Author: foxboron
Revision: 1272521

archrelease: copy trunk to community-any

Added:
  qmk/repos/community-any/PKGBUILD
(from rev 1272520, qmk/trunk/PKGBUILD)
Deleted:
  qmk/repos/community-any/PKGBUILD

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

Deleted: PKGBUILD
===
--- PKGBUILD2022-08-21 12:03:58 UTC (rev 1272520)
+++ PKGBUILD2022-08-21 12:04:05 UTC (rev 1272521)
@@ -1,43 +0,0 @@
-# Maintainer: Morten Linderud 
-# Contributor: Akaash Suresh 
-# Contributor: Batuhan Baserdem 
-
-pkgname=qmk
-pkgver=1.1.0
-_qmk_udev_pkgver=0.1.1
-pkgrel=1
-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'
- 'python-milc' 'python-dotty-dict' 'python-jsonschema' 'git' 
- 'avr-gcc' 'arm-none-eabi-gcc' 'avr-libc'
- 'arm-none-eabi-binutils' 'arm-none-eabi-newlib' 'avr-binutils'
- 'dfu-programmer' 'dfu-util' 'avrdude' 'python-hjson' 'python-pygments'
- 'python-hid' 'python-pyusb')
-makedepends=('python-build' 'python-installer' 'python-wheel')
-optdepends=('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;
-
"qmk-udev-${_qmk_udev_pkgver}.tar.gz::https://github.com/qmk/qmk_udev/archive/refs/tags/v${_qmk_udev_pkgver}.tar.gz;)
-sha256sums=('771577c9e68eb7fe08969bab36aeb420713a525062dce52a06eda40da8cda5e1'
-'e6cde001890e1d030d13bbe18799b76754aaea8a6d1309ce8c7956d713714920')
-
-build() {
-  make -C qmk_udev-${_qmk_udev_pkgver}
-  cd "${pkgname}-${pkgver}"
-  python -m build --wheel --skip-dependency-check --no-isolation
-}
-
-package() {
-  make -C qmk_udev-${_qmk_udev_pkgver} DESTDIR="$pkgdir" PREFIX=/usr install
-  cd "${pkgname}-${pkgver}"
-  python -m installer --destdir="$pkgdir" dist/*.whl
-  install -Dm644 "LICENSE" "${pkgdir}/usr/share/licenses/${pkgname}/LICENSE"
-}

Copied: qmk/repos/community-any/PKGBUILD (from rev 1272520, qmk/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2022-08-21 12:04:05 UTC (rev 1272521)
@@ -0,0 +1,43 @@
+# Maintainer: Morten Linderud 
+# Contributor: Akaash Suresh 
+# Contributor: Batuhan Baserdem 
+
+pkgname=qmk
+pkgver=1.1.1
+_qmk_udev_pkgver=0.1.1
+pkgrel=1
+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'
+ 'python-milc' 'python-dotty-dict' 'python-jsonschema' 'git' 
+ 'avr-gcc' 'arm-none-eabi-gcc' 'avr-libc'
+ 'arm-none-eabi-binutils' 'arm-none-eabi-newlib' 'avr-binutils'
+ 'dfu-programmer' 'dfu-util' 'avrdude' 'python-hjson' 'python-pygments'
+ 'python-hid' 'python-pyusb')
+makedepends=('python-build' 'python-installer' 'python-wheel' 
'python-setuptools')
+optdepends=('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;
+
"qmk-udev-${_qmk_udev_pkgver}.tar.gz::https://github.com/qmk/qmk_udev/archive/refs/tags/v${_qmk_udev_pkgver}.tar.gz;)
+sha256sums=('dd028e09ebcd61f8bdf8cb82929dfafc0e007d97a5a3803b45819b4641773269'
+'e6cde001890e1d030d13bbe18799b76754aaea8a6d1309ce8c7956d713714920')
+
+build() {
+  make -C qmk_udev-${_qmk_udev_pkgver}
+  cd "${pkgname}-${pkgver}"
+  python -m build --wheel --skip-dependency-check --no-isolation
+}
+
+package() {
+  make -C qmk_udev-${_qmk_udev_pkgver} DESTDIR="$pkgdir" PREFIX=/usr install
+  cd "${pkgname}-${pkgver}"
+  python -m installer --destdir="$pkgdir" --compile-bytecode=1 dist/*.whl
+  install -Dm644 "LICENSE" "${pkgdir}/usr/share/licenses/${pkgname}/LICENSE"
+}



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

2022-08-21 Thread Morten Linderud via arch-commits
Date: Sunday, August 21, 2022 @ 12:03:58
  Author: foxboron
Revision: 1272520

upgpkg: qmk 1.1.1-1

Modified:
  qmk/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2022-08-21 12:00:55 UTC (rev 1272519)
+++ PKGBUILD2022-08-21 12:03:58 UTC (rev 1272520)
@@ -3,7 +3,7 @@
 # Contributor: Batuhan Baserdem 
 
 pkgname=qmk
-pkgver=1.1.0
+pkgver=1.1.1
 _qmk_udev_pkgver=0.1.1
 pkgrel=1
 pkgdesc="CLI tool for customizing supported mechanical keyboards."
@@ -16,7 +16,7 @@
  'arm-none-eabi-binutils' 'arm-none-eabi-newlib' 'avr-binutils'
  'dfu-programmer' 'dfu-util' 'avrdude' 'python-hjson' 'python-pygments'
  'python-hid' 'python-pyusb')
-makedepends=('python-build' 'python-installer' 'python-wheel')
+makedepends=('python-build' 'python-installer' 'python-wheel' 
'python-setuptools')
 optdepends=('gcc'
 'libffi'
 'libusb-compat'
@@ -26,7 +26,7 @@
 'diffutils: some update scripts')
 
source=("https://files.pythonhosted.org/packages/source/q/qmk/qmk-${pkgver}.tar.gz;
 
"qmk-udev-${_qmk_udev_pkgver}.tar.gz::https://github.com/qmk/qmk_udev/archive/refs/tags/v${_qmk_udev_pkgver}.tar.gz;)
-sha256sums=('771577c9e68eb7fe08969bab36aeb420713a525062dce52a06eda40da8cda5e1'
+sha256sums=('dd028e09ebcd61f8bdf8cb82929dfafc0e007d97a5a3803b45819b4641773269'
 'e6cde001890e1d030d13bbe18799b76754aaea8a6d1309ce8c7956d713714920')
 
 build() {
@@ -38,6 +38,6 @@
 package() {
   make -C qmk_udev-${_qmk_udev_pkgver} DESTDIR="$pkgdir" PREFIX=/usr install
   cd "${pkgname}-${pkgver}"
-  python -m installer --destdir="$pkgdir" dist/*.whl
+  python -m installer --destdir="$pkgdir" --compile-bytecode=1 dist/*.whl
   install -Dm644 "LICENSE" "${pkgdir}/usr/share/licenses/${pkgname}/LICENSE"
 }



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

2022-08-21 Thread Morten Linderud via arch-commits
Date: Sunday, August 21, 2022 @ 12:00:55
  Author: foxboron
Revision: 1272519

archrelease: copy trunk to community-any

Added:
  public-inbox/repos/community-any/PKGBUILD
(from rev 1272518, public-inbox/trunk/PKGBUILD)
Deleted:
  public-inbox/repos/community-any/PKGBUILD

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

Deleted: PKGBUILD
===
--- PKGBUILD2022-08-21 12:00:48 UTC (rev 1272518)
+++ PKGBUILD2022-08-21 12:00:55 UTC (rev 1272519)
@@ -1,62 +0,0 @@
-# Maintainer: Morten Linderud 
-# Contriburot: Nícolas F. R. A. Prado 
-
-pkgbase=public-inbox
-pkgname=(lei perl-publicinbox)
-pkgver=1.8.0
-pkgrel=2
-pkgdesc='An "archives first" approach to mailing lists'
-arch=('any')
-url="https://public-inbox.org;
-license=('AGPL')
-depends=(perl perl-inline-c perl-dbd-sqlite perl-uri perl-search-xapian)
-makedepends=('git')
-source=("https://public-inbox.org/public-inbox.git/snapshot/public-inbox-${pkgver}.tar.gz;)
-sha256sums=('95a24e38293935e7081967acbf80f7d1c2c67e28d01d591ea39e5e36a34acdec')
-
-# TODO(Foxboron): Add publicinbox, but perl-plack needs quite a few more 
packages
-#lei mirror doesn't work.
-
-build() {
-   cd "${pkgbase}-${pkgver}"
-   unset PERL5LIB PERL_MM_OPT PERL_LOCAL_LIB_ROOT
-   export PERL_MM_USE_DEFAULT=1 PERL_AUTOINSTALL=--skipdeps
-   /usr/bin/perl Makefile.PL INSTALLDIRS=vendor
-   make
-}
-
-check() {
-   cd "${pkgbase}-${pkgver}"
-   unset PERL5LIB PERL_MM_OPT PERL_LOCAL_LIB_ROOT
-   export PERL_MM_USE_DEFAULT=1
-   #make check
-}
-
-package_perl-publicinbox() {
-   cd "${pkgbase}-${pkgver}"
-   pkgdesc='The perl library for public-inbox'
-   unset PERL5LIB PERL_MM_OPT PERL_LOCAL_LIB_ROOT
-   make INSTALLDIRS=vendor DESTDIR="$pkgdir/" install
-
-   rm -rf $pkgdir/usr/bin/vendor_perl \
-  $pkgdir/usr/share/man/*/public-inbox* \
-  $pkgdir/usr/share/man/*/lei*
-}
-
-package_lei() {
-   cd "${pkgbase}-${pkgver}"
-   depends=('perl-publicinbox')
-   pkgdesc='The "local email interface" from public-inbox'
-
-   unset PERL5LIB PERL_MM_OPT PERL_LOCAL_LIB_ROOT
-   make INSTALLDIRS=vendor DESTDIR="$pkgdir/" install
-
-   install -Dm644 contrib/completion/lei-completion.bash 
"$pkgdir/usr/share/bash-completion/completions/lei"
-
-   rm -rf $pkgdir/usr/bin/vendor_perl/public-inbox* \
-  $pkgdir/usr/share/perl5 \
-  $pkgdir/usr/lib/perl5 \
-  $pkgdir/usr/bin/site_perl/public-inbox* \
-  $pkgdir/usr/share/man/*/public-inbox* \
-  $pkgdir/usr/share/man/*/PublicInbox*
-}

Copied: public-inbox/repos/community-any/PKGBUILD (from rev 1272518, 
public-inbox/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2022-08-21 12:00:55 UTC (rev 1272519)
@@ -0,0 +1,62 @@
+# Maintainer: Morten Linderud 
+# Contriburot: Nícolas F. R. A. Prado 
+
+pkgbase=public-inbox
+pkgname=(lei perl-publicinbox)
+pkgver=1.9.0
+pkgrel=1
+pkgdesc='An "archives first" approach to mailing lists'
+arch=('any')
+url="https://public-inbox.org;
+license=('AGPL')
+depends=(perl perl-inline-c perl-dbd-sqlite perl-uri perl-search-xapian)
+makedepends=('git')
+source=("https://public-inbox.org/public-inbox.git/snapshot/public-inbox-${pkgver}.tar.gz;)
+sha256sums=('10d9d3d982bbae9383208f53aa2118482a799a958e9f1b24792b807fc225aaba')
+
+# TODO(Foxboron): Add publicinbox, but perl-plack needs quite a few more 
packages
+#lei mirror doesn't work.
+
+build() {
+   cd "${pkgbase}-${pkgver}"
+   unset PERL5LIB PERL_MM_OPT PERL_LOCAL_LIB_ROOT
+   export PERL_MM_USE_DEFAULT=1 PERL_AUTOINSTALL=--skipdeps
+   /usr/bin/perl Makefile.PL INSTALLDIRS=vendor
+   make
+}
+
+check() {
+   cd "${pkgbase}-${pkgver}"
+   unset PERL5LIB PERL_MM_OPT PERL_LOCAL_LIB_ROOT
+   export PERL_MM_USE_DEFAULT=1
+   #make check
+}
+
+package_perl-publicinbox() {
+   cd "${pkgbase}-${pkgver}"
+   pkgdesc='The perl library for public-inbox'
+   unset PERL5LIB PERL_MM_OPT PERL_LOCAL_LIB_ROOT
+   make INSTALLDIRS=vendor DESTDIR="$pkgdir/" install
+
+   rm -rf $pkgdir/usr/bin/vendor_perl \
+  $pkgdir/usr/share/man/*/public-inbox* \
+  $pkgdir/usr/share/man/*/lei*
+}
+
+package_lei() {
+   cd "${pkgbase}-${pkgver}"
+   depends=('perl-publicinbox')
+   pkgdesc='The "local email interface" from public-inbox'
+
+   unset PERL5LIB PERL_MM_OPT PERL_LOCAL_LIB_ROOT
+   make INSTALLDIRS=vendor DESTDIR="$pkgdir/" install
+
+   install -Dm644 contrib/completion/lei-completion.bash 
"$pkgdir/usr/share/bash-completion/completions/lei"
+
+   rm -rf $pkgdir/usr/bin/vendor_perl/public-inbox* \
+  

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

2022-08-21 Thread Morten Linderud via arch-commits
Date: Sunday, August 21, 2022 @ 12:00:48
  Author: foxboron
Revision: 1272518

upgpkg: public-inbox 1.9.0-1

Modified:
  public-inbox/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2022-08-21 11:59:17 UTC (rev 1272517)
+++ PKGBUILD2022-08-21 12:00:48 UTC (rev 1272518)
@@ -3,8 +3,8 @@
 
 pkgbase=public-inbox
 pkgname=(lei perl-publicinbox)
-pkgver=1.8.0
-pkgrel=2
+pkgver=1.9.0
+pkgrel=1
 pkgdesc='An "archives first" approach to mailing lists'
 arch=('any')
 url="https://public-inbox.org;
@@ -12,7 +12,7 @@
 depends=(perl perl-inline-c perl-dbd-sqlite perl-uri perl-search-xapian)
 makedepends=('git')
 
source=("https://public-inbox.org/public-inbox.git/snapshot/public-inbox-${pkgver}.tar.gz;)
-sha256sums=('95a24e38293935e7081967acbf80f7d1c2c67e28d01d591ea39e5e36a34acdec')
+sha256sums=('10d9d3d982bbae9383208f53aa2118482a799a958e9f1b24792b807fc225aaba')
 
 # TODO(Foxboron): Add publicinbox, but perl-plack needs quite a few more 
packages
 #lei mirror doesn't work.



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

2022-08-21 Thread Morten Linderud via arch-commits
Date: Sunday, August 21, 2022 @ 11:59:17
  Author: foxboron
Revision: 1272517

archrelease: copy trunk to community-x86_64

Added:
  borg/repos/community-x86_64/PKGBUILD
(from rev 1272516, borg/trunk/PKGBUILD)
  borg/repos/community-x86_64/keys/
Deleted:
  borg/repos/community-x86_64/PKGBUILD

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

Deleted: PKGBUILD
===
--- PKGBUILD2022-08-21 11:59:09 UTC (rev 1272516)
+++ PKGBUILD2022-08-21 11:59:17 UTC (rev 1272517)
@@ -1,49 +0,0 @@
-# Maintainer: Lukas Fleischer 
-# Maintainer: Morten Linderud 
-# Contributor: Vlad M. 
-
-pkgname=borg
-_pkgname=borgbackup
-pkgver=1.2.1
-pkgrel=1
-pkgdesc='Deduplicating backup program with compression and authenticated 
encryption'
-url='https://borgbackup.github.io/'
-license=('BSD')
-arch=('x86_64')
-depends=('acl' 'lz4' 'openssl' 'xz' 'zstd' 'python' 'python-packaging'
- 'python-msgpack')
-optdepends=('openssh: repositories on remote hosts'
-'python-llfuse: mounting backups as a FUSE file system')
-makedepends=('python-setuptools' 'python-setuptools-scm' 'python-pkgconfig'
- 'python-sphinx' 'python-guzzle-sphinx-theme')
-checkdepends=('python-pytest' 'python-dateutil')
-provides=('borgbackup')
-replaces=('borgbackup')
-source=("https://github.com/$_pkgname/$pkgname/releases/download/$pkgver/$_pkgname-$pkgver.tar.gz"{,.asc})
-sha256sums=('9f9ce2d1923cb33a147ee6d08177d860974567721b1142fca67914a02e64c633'
-'SKIP')
-validpgpkeys=('6D5BEF9ADD2075805747B70F9F88FB52FAF7B393') # Thomas Waldmann 

-
-build() {
-  cd "$_pkgname-$pkgver"
-  python setup.py build
-}
-
-check() {
-  cd "$_pkgname-$pkgver/build/lib.linux-$CARCH-3".*/
-  PYTHONPATH=$PWD PYTHONDONTWRITEBYTECODE=1 pytest -k 'not benchmark'
-}
-
-package() {
-  cd "$_pkgname-$pkgver"
-  python setup.py install --root="$pkgdir" --optimize=1
-
-  install -Dm644 scripts/shell_completions/bash/borg \
-"$pkgdir/usr/share/bash-completion/completions/borg"
-  install -Dm644 scripts/shell_completions/fish/borg.fish \
-"$pkgdir/usr/share/fish/vendor_completions.d/borg.fish"
-  install -Dm644 scripts/shell_completions/zsh/_borg 
"$pkgdir/usr/share/zsh/site-functions/_borg"
-
-  install -Dm644 -t "$pkgdir/usr/share/man/man1/" "docs/man/"*.1
-  install -Dm644 LICENSE "$pkgdir/usr/share/licenses/$pkgname/LICENSE"
-}

Copied: borg/repos/community-x86_64/PKGBUILD (from rev 1272516, 
borg/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2022-08-21 11:59:17 UTC (rev 1272517)
@@ -0,0 +1,49 @@
+# Maintainer: Lukas Fleischer 
+# Maintainer: Morten Linderud 
+# Contributor: Vlad M. 
+
+pkgname=borg
+_pkgname=borgbackup
+pkgver=1.2.2
+pkgrel=1
+pkgdesc='Deduplicating backup program with compression and authenticated 
encryption'
+url='https://borgbackup.github.io/'
+license=('BSD')
+arch=('x86_64')
+depends=('acl' 'lz4' 'openssl' 'xz' 'zstd' 'python' 'python-packaging'
+ 'python-msgpack')
+optdepends=('openssh: repositories on remote hosts'
+'python-llfuse: mounting backups as a FUSE file system')
+makedepends=('python-setuptools' 'python-setuptools-scm' 'python-pkgconfig'
+ 'python-sphinx' 'python-guzzle-sphinx-theme')
+checkdepends=('python-pytest' 'python-dateutil')
+provides=('borgbackup')
+replaces=('borgbackup')
+source=("https://github.com/$_pkgname/$pkgname/releases/download/$pkgver/$_pkgname-$pkgver.tar.gz"{,.asc})
+sha256sums=('d730687443f1beb602b1d72bae36318f6f9654818fcdc50458540ec579e57260'
+'SKIP')
+validpgpkeys=('6D5BEF9ADD2075805747B70F9F88FB52FAF7B393') # Thomas Waldmann 

+
+build() {
+  cd "$_pkgname-$pkgver"
+  python setup.py build
+}
+
+check() {
+  cd "$_pkgname-$pkgver/build/lib.linux-$CARCH-cpython-"*/
+  PYTHONPATH=$PWD PYTHONDONTWRITEBYTECODE=1 pytest -k 'not benchmark'
+}
+
+package() {
+  cd "$_pkgname-$pkgver"
+  python setup.py install --root="$pkgdir" --optimize=1
+
+  install -Dm644 scripts/shell_completions/bash/borg \
+"$pkgdir/usr/share/bash-completion/completions/borg"
+  install -Dm644 scripts/shell_completions/fish/borg.fish \
+"$pkgdir/usr/share/fish/vendor_completions.d/borg.fish"
+  install -Dm644 scripts/shell_completions/zsh/_borg 
"$pkgdir/usr/share/zsh/site-functions/_borg"
+
+  install -Dm644 -t "$pkgdir/usr/share/man/man1/" "docs/man/"*.1
+  install -Dm644 LICENSE "$pkgdir/usr/share/licenses/$pkgname/LICENSE"
+}



[arch-commits] Commit in borg/trunk (4 files)

2022-08-21 Thread Morten Linderud via arch-commits
Date: Sunday, August 21, 2022 @ 11:59:09
  Author: foxboron
Revision: 1272516

upgpkg: borg 1.2.2-1

Added:
  borg/trunk/keys/
  borg/trunk/keys/pgp/
  borg/trunk/keys/pgp/6D5BEF9ADD2075805747B70F9F88FB52FAF7B393.asc
Modified:
  borg/trunk/PKGBUILD

---+
 PKGBUILD  |6 +++---
 keys/pgp/6D5BEF9ADD2075805747B70F9F88FB52FAF7B393.asc |1 +
 2 files changed, 4 insertions(+), 3 deletions(-)

Modified: PKGBUILD
===
--- PKGBUILD2022-08-21 11:34:09 UTC (rev 1272515)
+++ PKGBUILD2022-08-21 11:59:09 UTC (rev 1272516)
@@ -4,7 +4,7 @@
 
 pkgname=borg
 _pkgname=borgbackup
-pkgver=1.2.1
+pkgver=1.2.2
 pkgrel=1
 pkgdesc='Deduplicating backup program with compression and authenticated 
encryption'
 url='https://borgbackup.github.io/'
@@ -20,7 +20,7 @@
 provides=('borgbackup')
 replaces=('borgbackup')
 
source=("https://github.com/$_pkgname/$pkgname/releases/download/$pkgver/$_pkgname-$pkgver.tar.gz"{,.asc})
-sha256sums=('9f9ce2d1923cb33a147ee6d08177d860974567721b1142fca67914a02e64c633'
+sha256sums=('d730687443f1beb602b1d72bae36318f6f9654818fcdc50458540ec579e57260'
 'SKIP')
 validpgpkeys=('6D5BEF9ADD2075805747B70F9F88FB52FAF7B393') # Thomas Waldmann 

 
@@ -30,7 +30,7 @@
 }
 
 check() {
-  cd "$_pkgname-$pkgver/build/lib.linux-$CARCH-3".*/
+  cd "$_pkgname-$pkgver/build/lib.linux-$CARCH-cpython-"*/
   PYTHONPATH=$PWD PYTHONDONTWRITEBYTECODE=1 pytest -k 'not benchmark'
 }
 

Added: keys/pgp/6D5BEF9ADD2075805747B70F9F88FB52FAF7B393.asc
===
(Binary files differ)

Index: borg/trunk/keys/pgp/6D5BEF9ADD2075805747B70F9F88FB52FAF7B393.asc
===
--- keys/pgp/6D5BEF9ADD2075805747B70F9F88FB52FAF7B393.asc   2022-08-21 
11:34:09 UTC (rev 1272515)
+++ keys/pgp/6D5BEF9ADD2075805747B70F9F88FB52FAF7B393.asc   2022-08-21 
11:59:09 UTC (rev 1272516)

Property changes on: 
borg/trunk/keys/pgp/6D5BEF9ADD2075805747B70F9F88FB52FAF7B393.asc
___
Added: svn:mime-type
## -0,0 +1 ##
+application/pgp-keys
\ No newline at end of property


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

2022-08-21 Thread Morten Linderud via arch-commits
Date: Sunday, August 21, 2022 @ 11:34:09
  Author: foxboron
Revision: 1272515

archrelease: copy trunk to community-x86_64

Added:
  rofi/repos/community-x86_64/PKGBUILD
(from rev 1272514, rofi/trunk/PKGBUILD)
Deleted:
  rofi/repos/community-x86_64/PKGBUILD

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

Deleted: PKGBUILD
===
--- PKGBUILD2022-08-21 11:34:03 UTC (rev 1272514)
+++ PKGBUILD2022-08-21 11:34:09 UTC (rev 1272515)
@@ -1,42 +0,0 @@
-# Maintainer: Morten Linderud 
-# Maintainer: Maxim Baz <$pkgname at maximbaz dot com>
-# Contributor: Anatol Pomozov
-# Contributor: Benjamin Chrétien 
-# Contributor: Eric Engestrom 
-# Contributor: Rasi 
-# Contributor: Sean Pringle 
-# Contributor: SanskritFritz (gmail)
-
-pkgname=rofi
-pkgver=1.7.4
-pkgrel=1
-pkgdesc='A window switcher, application launcher and dmenu replacement'
-arch=(x86_64)
-url="https://github.com/DaveDavenport/$pkgname;
-license=(MIT)
-depends=(libxdg-basedir startup-notification libxkbcommon-x11 xcb-util-wm 
xcb-util-xrm librsvg xcb-util-cursor)
-makedepends=(check)
-optdepends=('i3-wm: use as a window switcher')
-source=("$url/releases/download/$pkgver/$pkgname-$pkgver.tar.xz")
-sha256sums=('1922e7dec6d591335384e4b14e94e592d96be1e4ff07f1506e9c3c367da62cdf')
-
-build() {
-  cd "$pkgname-$pkgver"
-  autoreconf -i
-  ./configure --prefix=/usr --sysconfdir=/etc
-  make
-}
-
-check() {
-  cd "$pkgname-$pkgver"
-  LC_ALL=C make check
-}
-
-package() {
-  cd "$pkgname-$pkgver"
-  make install install-man DESTDIR="$pkgdir"
-
-  install -Dm644 COPYING "$pkgdir/usr/share/licenses/$pkgname/COPYING"
-  install -dm755 "$pkgdir/usr/share/doc/$pkgname/examples"
-  install -Dm755 Examples/*.sh "$pkgdir/usr/share/doc/$pkgname/examples"
-}

Copied: rofi/repos/community-x86_64/PKGBUILD (from rev 1272514, 
rofi/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2022-08-21 11:34:09 UTC (rev 1272515)
@@ -0,0 +1,42 @@
+# Maintainer: Morten Linderud 
+# Maintainer: Maxim Baz <$pkgname at maximbaz dot com>
+# Contributor: Anatol Pomozov
+# Contributor: Benjamin Chrétien 
+# Contributor: Eric Engestrom 
+# Contributor: Rasi 
+# Contributor: Sean Pringle 
+# Contributor: SanskritFritz (gmail)
+
+pkgname=rofi
+pkgver=1.7.5
+pkgrel=1
+pkgdesc='A window switcher, application launcher and dmenu replacement'
+arch=(x86_64)
+url="https://github.com/DaveDavenport/$pkgname;
+license=(MIT)
+depends=(libxdg-basedir startup-notification libxkbcommon-x11 xcb-util-wm 
xcb-util-xrm librsvg xcb-util-cursor)
+makedepends=(check)
+optdepends=('i3-wm: use as a window switcher')
+source=("$url/releases/download/$pkgver/$pkgname-$pkgver.tar.xz")
+sha256sums=('caffcf66d165cb32b748c1db7f229d6d75da58c1685eb17455f65c60e8220c8d')
+
+build() {
+  cd "$pkgname-$pkgver"
+  autoreconf -i
+  ./configure --prefix=/usr --sysconfdir=/etc
+  make
+}
+
+check() {
+  cd "$pkgname-$pkgver"
+  LC_ALL=C make check
+}
+
+package() {
+  cd "$pkgname-$pkgver"
+  make install install-man DESTDIR="$pkgdir"
+
+  install -Dm644 COPYING "$pkgdir/usr/share/licenses/$pkgname/COPYING"
+  install -dm755 "$pkgdir/usr/share/doc/$pkgname/examples"
+  install -Dm755 Examples/*.sh "$pkgdir/usr/share/doc/$pkgname/examples"
+}



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

2022-08-21 Thread Morten Linderud via arch-commits
Date: Sunday, August 21, 2022 @ 11:34:03
  Author: foxboron
Revision: 1272514

upgpkg: rofi 1.7.5-1

Modified:
  rofi/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2022-08-21 11:32:19 UTC (rev 1272513)
+++ PKGBUILD2022-08-21 11:34:03 UTC (rev 1272514)
@@ -8,7 +8,7 @@
 # Contributor: SanskritFritz (gmail)
 
 pkgname=rofi
-pkgver=1.7.4
+pkgver=1.7.5
 pkgrel=1
 pkgdesc='A window switcher, application launcher and dmenu replacement'
 arch=(x86_64)
@@ -18,7 +18,7 @@
 makedepends=(check)
 optdepends=('i3-wm: use as a window switcher')
 source=("$url/releases/download/$pkgver/$pkgname-$pkgver.tar.xz")
-sha256sums=('1922e7dec6d591335384e4b14e94e592d96be1e4ff07f1506e9c3c367da62cdf')
+sha256sums=('caffcf66d165cb32b748c1db7f229d6d75da58c1685eb17455f65c60e8220c8d')
 
 build() {
   cd "$pkgname-$pkgver"



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

2022-08-21 Thread Morten Linderud via arch-commits
Date: Sunday, August 21, 2022 @ 11:32:19
  Author: foxboron
Revision: 1272513

archrelease: copy trunk to community-x86_64

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

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

Deleted: PKGBUILD
===
--- PKGBUILD2022-08-21 11:32:11 UTC (rev 1272512)
+++ PKGBUILD2022-08-21 11:32:19 UTC (rev 1272513)
@@ -1,41 +0,0 @@
-# Maintainer: Andrew Crerar 
-# Maintainer: Morten Linderud 
-# Contributor: Felix Yan 
-# Contributor: Iwan Timmer 
-# Contributor: Vincent Demeester 
-# Contributor: Josh VanderLinden 
-
-pkgname=docker-compose
-pkgver=2.9.0
-pkgrel=1
-pkgdesc="Fast, isolated development environments using Docker"
-arch=('x86_64')
-url="https://www.docker.com/;
-license=("Apache")
-makedepends=('go')
-checkdepends=('docker')
-source=("$pkgname-$pkgver.tar.gz::https://github.com/docker/compose/archive/v$pkgver.tar.gz;)
-sha512sums=('b5359f8767fb9478762b7084ed9322ad5a80f2ef4d7584525cc67fba58b1116f707438d1dc92557b4e47a7320c3f1bd9f2bf850a787c9d46ee1180f1f5e937cf')
-
-build() {
-  cd "compose-$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 
-ldflags=-X=github.com/docker/compose/v2/internal.Version=${pkgver} 
-mod=readonly -modcacherw"
-  CGO_ENABLED=0 go build -trimpath -tags "e2e,kube" -o compose ./cmd
-}
-
-check(){
-  cd "compose-$pkgver"
-  CGO_ENABLED=0 go test -tags "e2e,kube" -v $(go list -tags "e2e,kube" ./... | 
grep -vE 'e2e')
-}
-
-package() {
-  cd "compose-$pkgver"
-  install -Dm644 LICENSE "$pkgdir"/usr/share/licenses/$pkgname/LICENSE
-  install -Dm755 compose "$pkgdir"/usr/lib/docker/cli-plugins/docker-compose
-  install -d "$pkgdir/usr/bin"
-  ln -sf /usr/lib/docker/cli-plugins/docker-compose 
"$pkgdir/usr/bin/docker-compose"
-}

Copied: docker-compose/repos/community-x86_64/PKGBUILD (from rev 1272512, 
docker-compose/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2022-08-21 11:32:19 UTC (rev 1272513)
@@ -0,0 +1,41 @@
+# Maintainer: Andrew Crerar 
+# Maintainer: Morten Linderud 
+# Contributor: Felix Yan 
+# Contributor: Iwan Timmer 
+# Contributor: Vincent Demeester 
+# Contributor: Josh VanderLinden 
+
+pkgname=docker-compose
+pkgver=2.10.0
+pkgrel=1
+pkgdesc="Fast, isolated development environments using Docker"
+arch=('x86_64')
+url="https://www.docker.com/;
+license=("Apache")
+makedepends=('go')
+checkdepends=('docker')
+source=("$pkgname-$pkgver.tar.gz::https://github.com/docker/compose/archive/v$pkgver.tar.gz;)
+sha512sums=('919eae7c8d55ab3961fc636965e12806d9f61187046d22c6583cf884e6d4e5a5f9ed65a39639dc36102b72a3c221bf3165bf7254e1952a946307434858b05059')
+
+build() {
+  cd "compose-$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 
-ldflags=-X=github.com/docker/compose/v2/internal.Version=${pkgver} 
-mod=readonly -modcacherw"
+  CGO_ENABLED=0 go build -trimpath -tags "e2e,kube" -o compose ./cmd
+}
+
+check(){
+  cd "compose-$pkgver"
+  CGO_ENABLED=0 go test -tags "e2e,kube" -v $(go list -tags "e2e,kube" ./... | 
grep -vE 'e2e')
+}
+
+package() {
+  cd "compose-$pkgver"
+  install -Dm644 LICENSE "$pkgdir"/usr/share/licenses/$pkgname/LICENSE
+  install -Dm755 compose "$pkgdir"/usr/lib/docker/cli-plugins/docker-compose
+  install -d "$pkgdir/usr/bin"
+  ln -sf /usr/lib/docker/cli-plugins/docker-compose 
"$pkgdir/usr/bin/docker-compose"
+}



  1   2   3   4   5   6   7   8   9   10   >