[arch-commits] Commit in (intel-oneapi-condaindex)

2022-07-30 Thread Sven-Hendrik Haase via arch-commits
Date: Sunday, July 31, 2022 @ 00:15:16
  Author: svenstaro
Revision: 1259244

Drop intel-oneapi-condaindex

Deleted:
  intel-oneapi-condaindex/



[arch-commits] Commit in intel-oneapi-tbb/repos/community-x86_64 (PKGBUILD PKGBUILD)

2022-07-30 Thread Sven-Hendrik Haase via arch-commits
Date: Sunday, July 31, 2022 @ 00:13:21
  Author: svenstaro
Revision: 1259242

archrelease: copy trunk to community-x86_64

Added:
  intel-oneapi-tbb/repos/community-x86_64/PKGBUILD
(from rev 1259241, intel-oneapi-tbb/trunk/PKGBUILD)
Deleted:
  intel-oneapi-tbb/repos/community-x86_64/PKGBUILD

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

Deleted: PKGBUILD
===
--- PKGBUILD2022-07-31 00:12:55 UTC (rev 1259241)
+++ PKGBUILD2022-07-31 00:13:21 UTC (rev 1259242)
@@ -1,55 +0,0 @@
-# Maintainer: Konstantin Gizdov 
-
-pkgname='intel-oneapi-tbb'
-pkgver='2021.6.0'
-_debpkgrel='835'
-pkgrel=1
-pkgdesc="Intel oneAPI Threading Building Blocks"
-arch=('x86_64')
-url='https://software.intel.com/content/www/us/en/develop/tools/oneapi.html'
-license=("custom")
-source=("https://apt.repos.intel.com/oneapi/pool/main/${pkgname}-${pkgver}-${pkgver}-${_debpkgrel}_amd64.deb";
-
"https://apt.repos.intel.com/oneapi/pool/main/${pkgname}-devel-${pkgver}-${pkgver}-${_debpkgrel}_amd64.deb";
-
"https://apt.repos.intel.com/oneapi/pool/main/${pkgname}-common-${pkgver}-${pkgver}-${_debpkgrel}_all.deb";
-
"https://apt.repos.intel.com/oneapi/pool/main/${pkgname}-common-devel-${pkgver}-${pkgver}-${_debpkgrel}_all.deb";)
-b2sums=('891a2a64a7a250600cf123be35e354f46ab12209e1193ee74eb9b4bad40e28034bf968c735455e87cea32504d02b1ed980c0a0c15966e5a472fc8b5dbffec4e6'
-
'd29cacc55c411b3339f9cd7a48979ff4fb2de779cc088ad56919156c8ea54f96d45bd02d3fe95ed5649d6a2694de8f8b2127ee32140dcc362b91599ae56ba99c'
-
'19a26fe2ca09190e5144e331ad89d1b0136a3c8dc235397d64edfca9b5390203dca5b83d93690acf3064d659c3c6b5869251a717a04f103c8d29ce44264ca5df'
-
'74bfe7cbe979cf1f2610129c995d6f90a739383ee7ad0e9c6021ad3c4d3ed40e87a0f9cbe0aa0299bc388bdec2b400b336d4813ede20aaec27aa55033c55a756')
-depends=('intel-oneapi-common' 'intel-oneapi-condaindex')
-noextract=(
-   "${pkgname}-${pkgver}-${pkgver}-${_debpkgrel}_amd64.deb"
-   "${pkgname}-devel-${pkgver}-${pkgver}-${_debpkgrel}_amd64.deb"
-   "${pkgname}-common-${pkgver}-${pkgver}-${_debpkgrel}_all.deb"
-   "${pkgname}-common-devel-${pkgver}-${pkgver}-${_debpkgrel}_all.deb"
-)
-build() {
-cd "${srcdir}"
-mkdir tbb tbbdev common commondev package
-
-cd "${srcdir}"/tbb
-   ar x "${srcdir}/${pkgname}-${pkgver}-${pkgver}-${_debpkgrel}_amd64.deb"
-   tar xvf data.tar.xz -C "${srcdir}"/package
-
-cd "${srcdir}"/tbbdev
-   ar x 
"${srcdir}/${pkgname}-devel-${pkgver}-${pkgver}-${_debpkgrel}_amd64.deb"
-   tar xvf data.tar.xz -C "${srcdir}"/package
-
-cd "${srcdir}"/common
-   ar x 
"${srcdir}/${pkgname}-common-${pkgver}-${pkgver}-${_debpkgrel}_all.deb"
-   tar xvf data.tar.xz -C "${srcdir}"/package
-
-cd "${srcdir}"/commondev
-   ar x 
"${srcdir}/${pkgname}-common-devel-${pkgver}-${pkgver}-${_debpkgrel}_all.deb"
-   tar xvf data.tar.xz -C "${srcdir}"/package
-
-# drop conda binaries
-rm -r "${srcdir}"/package/opt/intel/oneapi/conda_channel
-}
-
-package() {
-   mv "${srcdir}"/package/opt "${pkgdir}"
-install -d "${pkgdir}"/usr/share/licenses/"${pkgname}"
-ln -s /usr/share/licenses/intel-oneapi 
"${pkgdir}"/usr/share/licenses/"${pkgname}"/oneapi
-ln -s /opt/intel/oneapi/tbb/"{pkgver}"/licensing 
"${pkgdir}"/usr/share/licenses/"${pkgname}"/tbb
-}

Copied: intel-oneapi-tbb/repos/community-x86_64/PKGBUILD (from rev 1259241, 
intel-oneapi-tbb/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2022-07-31 00:13:21 UTC (rev 1259242)
@@ -0,0 +1,55 @@
+# Maintainer: Konstantin Gizdov 
+
+pkgname=intel-oneapi-tbb
+pkgver=2021.6.0
+_debpkgrel='835'
+pkgrel=2
+pkgdesc="Intel oneAPI Threading Building Blocks"
+arch=('x86_64')
+url='https://software.intel.com/content/www/us/en/develop/tools/oneapi.html'
+license=("custom")
+source=("https://apt.repos.intel.com/oneapi/pool/main/${pkgname}-${pkgver}-${pkgver}-${_debpkgrel}_amd64.deb";
+
"https://apt.repos.intel.com/oneapi/pool/main/${pkgname}-devel-${pkgver}-${pkgver}-${_debpkgrel}_amd64.deb";
+
"https://apt.repos.intel.com/oneapi/pool/main/${pkgname}-common-${pkgver}-${pkgver}-${_debpkgrel}_all.deb";
+
"https://apt.repos.intel.com/oneapi/pool/main/${pkgname}-common-devel-${pkgver}-${pkgver}-${_debpkgrel}_all.deb";)
+b2sums=('891a2a64a7a250600cf123be35e354f46ab12209e1193ee74eb9b4bad40e28034bf968c735455e87cea32504d02b1ed980c0a0c15966e5a472fc8b5dbffec4e6'
+
'd29cacc55c411b3339f9cd7a48979ff4fb2de779cc088ad56919156c8ea54f96d45bd02d3fe95ed5649d6a2694de8f8b2127ee32140dcc362b91599ae56ba99c'
+
'19a26fe2ca09190e5144e331ad89d1b0136a3c8dc235397d64edfca9b5390203dca5b83d93690acf3064d659c3c6b5869251a717a04f103c8d29ce44264ca5df'
+
'74bfe7cbe979cf1f2610129c995d6f90a7

[arch-commits] Commit in intel-oneapi-tbb/trunk (PKGBUILD)

2022-07-30 Thread Sven-Hendrik Haase via arch-commits
Date: Sunday, July 31, 2022 @ 00:12:55
  Author: svenstaro
Revision: 1259241

upgpkg: intel-oneapi-tbb 2021.6.0-2: Drop dep intel-oneapi-condaindex

Modified:
  intel-oneapi-tbb/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2022-07-31 00:12:30 UTC (rev 1259240)
+++ PKGBUILD2022-07-31 00:12:55 UTC (rev 1259241)
@@ -1,9 +1,9 @@
 # Maintainer: Konstantin Gizdov 
 
-pkgname='intel-oneapi-tbb'
-pkgver='2021.6.0'
+pkgname=intel-oneapi-tbb
+pkgver=2021.6.0
 _debpkgrel='835'
-pkgrel=1
+pkgrel=2
 pkgdesc="Intel oneAPI Threading Building Blocks"
 arch=('x86_64')
 url='https://software.intel.com/content/www/us/en/develop/tools/oneapi.html'
@@ -16,12 +16,12 @@
 
'd29cacc55c411b3339f9cd7a48979ff4fb2de779cc088ad56919156c8ea54f96d45bd02d3fe95ed5649d6a2694de8f8b2127ee32140dcc362b91599ae56ba99c'
 
'19a26fe2ca09190e5144e331ad89d1b0136a3c8dc235397d64edfca9b5390203dca5b83d93690acf3064d659c3c6b5869251a717a04f103c8d29ce44264ca5df'
 
'74bfe7cbe979cf1f2610129c995d6f90a739383ee7ad0e9c6021ad3c4d3ed40e87a0f9cbe0aa0299bc388bdec2b400b336d4813ede20aaec27aa55033c55a756')
-depends=('intel-oneapi-common' 'intel-oneapi-condaindex')
+depends=('intel-oneapi-common')
 noextract=(
-   "${pkgname}-${pkgver}-${pkgver}-${_debpkgrel}_amd64.deb"
-   "${pkgname}-devel-${pkgver}-${pkgver}-${_debpkgrel}_amd64.deb"
-   "${pkgname}-common-${pkgver}-${pkgver}-${_debpkgrel}_all.deb"
-   "${pkgname}-common-devel-${pkgver}-${pkgver}-${_debpkgrel}_all.deb"
+"${pkgname}-${pkgver}-${pkgver}-${_debpkgrel}_amd64.deb"
+"${pkgname}-devel-${pkgver}-${pkgver}-${_debpkgrel}_amd64.deb"
+"${pkgname}-common-${pkgver}-${pkgver}-${_debpkgrel}_all.deb"
+"${pkgname}-common-devel-${pkgver}-${pkgver}-${_debpkgrel}_all.deb"
 )
 build() {
 cd "${srcdir}"
@@ -28,20 +28,20 @@
 mkdir tbb tbbdev common commondev package
 
 cd "${srcdir}"/tbb
-   ar x "${srcdir}/${pkgname}-${pkgver}-${pkgver}-${_debpkgrel}_amd64.deb"
-   tar xvf data.tar.xz -C "${srcdir}"/package
+ar x "${srcdir}/${pkgname}-${pkgver}-${pkgver}-${_debpkgrel}_amd64.deb"
+tar xvf data.tar.xz -C "${srcdir}"/package
 
 cd "${srcdir}"/tbbdev
-   ar x 
"${srcdir}/${pkgname}-devel-${pkgver}-${pkgver}-${_debpkgrel}_amd64.deb"
-   tar xvf data.tar.xz -C "${srcdir}"/package
+ar x 
"${srcdir}/${pkgname}-devel-${pkgver}-${pkgver}-${_debpkgrel}_amd64.deb"
+tar xvf data.tar.xz -C "${srcdir}"/package
 
 cd "${srcdir}"/common
-   ar x 
"${srcdir}/${pkgname}-common-${pkgver}-${pkgver}-${_debpkgrel}_all.deb"
-   tar xvf data.tar.xz -C "${srcdir}"/package
+ar x 
"${srcdir}/${pkgname}-common-${pkgver}-${pkgver}-${_debpkgrel}_all.deb"
+tar xvf data.tar.xz -C "${srcdir}"/package
 
 cd "${srcdir}"/commondev
-   ar x 
"${srcdir}/${pkgname}-common-devel-${pkgver}-${pkgver}-${_debpkgrel}_all.deb"
-   tar xvf data.tar.xz -C "${srcdir}"/package
+ar x 
"${srcdir}/${pkgname}-common-devel-${pkgver}-${pkgver}-${_debpkgrel}_all.deb"
+tar xvf data.tar.xz -C "${srcdir}"/package
 
 # drop conda binaries
 rm -r "${srcdir}"/package/opt/intel/oneapi/conda_channel
@@ -48,7 +48,7 @@
 }
 
 package() {
-   mv "${srcdir}"/package/opt "${pkgdir}"
+mv "${srcdir}"/package/opt "${pkgdir}"
 install -d "${pkgdir}"/usr/share/licenses/"${pkgname}"
 ln -s /usr/share/licenses/intel-oneapi 
"${pkgdir}"/usr/share/licenses/"${pkgname}"/oneapi
 ln -s /opt/intel/oneapi/tbb/"{pkgver}"/licensing 
"${pkgdir}"/usr/share/licenses/"${pkgname}"/tbb



[arch-commits] Commit in intel-oneapi-compiler-shared-runtime/repos/community-x86_64 (2 files)

2022-07-30 Thread Sven-Hendrik Haase via arch-commits
Date: Sunday, July 31, 2022 @ 00:12:30
  Author: svenstaro
Revision: 1259240

archrelease: copy trunk to community-x86_64

Added:
  intel-oneapi-compiler-shared-runtime/repos/community-x86_64/PKGBUILD
(from rev 1259239, intel-oneapi-compiler-shared-runtime/trunk/PKGBUILD)
Deleted:
  intel-oneapi-compiler-shared-runtime/repos/community-x86_64/PKGBUILD

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

Deleted: PKGBUILD
===
--- PKGBUILD2022-07-31 00:12:03 UTC (rev 1259239)
+++ PKGBUILD2022-07-31 00:12:30 UTC (rev 1259240)
@@ -1,25 +0,0 @@
-# Maintainer: Konstantin Gizdov 
-
-pkgname='intel-oneapi-compiler-shared-runtime'
-pkgver='2022.1.0'
-_debpkgrel='3768'
-pkgrel=1
-pkgdesc="Intel oneAPI compiler runtime libraries"
-arch=('x86_64')
-url='https://software.intel.com/content/www/us/en/develop/tools/oneapi.html'
-license=("custom")
-source=("https://apt.repos.intel.com/oneapi/pool/main/${pkgname}-${pkgver}-${pkgver}-${_debpkgrel}_amd64.deb";)
-b2sums=('1e014fd80d1146f8c8cc9339dd002722e2378c51d0ff83935aad64d0386ce14dbde37291f9630ca85b3eadaa83ddf7954c7e83898e0c80a31eb8b9b949fa2e1a')
-depends=('intel-oneapi-openmp' 'intel-oneapi-common' 'intel-oneapi-condaindex')
-build() {
-cd "${srcdir}"
-mkdir package
-
-   tar xvf data.tar.xz -C "${srcdir}"/package
-}
-
-package() {
-   mv "${srcdir}"/package/opt "${pkgdir}"
-install -d "${pkgdir}"/usr/share/licenses/"${pkgname}"
-ln -s /usr/share/licenses/intel-oneapi 
"${pkgdir}"/usr/share/licenses/"${pkgname}"/oneapi
-}

Copied: intel-oneapi-compiler-shared-runtime/repos/community-x86_64/PKGBUILD 
(from rev 1259239, intel-oneapi-compiler-shared-runtime/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2022-07-31 00:12:30 UTC (rev 1259240)
@@ -0,0 +1,25 @@
+# Maintainer: Konstantin Gizdov 
+
+pkgname=intel-oneapi-compiler-shared-runtime
+pkgver=2022.1.0
+_debpkgrel='3768'
+pkgrel=2
+pkgdesc="Intel oneAPI compiler runtime libraries"
+arch=('x86_64')
+url='https://software.intel.com/content/www/us/en/develop/tools/oneapi.html'
+license=("custom")
+source=("https://apt.repos.intel.com/oneapi/pool/main/${pkgname}-${pkgver}-${pkgver}-${_debpkgrel}_amd64.deb";)
+b2sums=('1e014fd80d1146f8c8cc9339dd002722e2378c51d0ff83935aad64d0386ce14dbde37291f9630ca85b3eadaa83ddf7954c7e83898e0c80a31eb8b9b949fa2e1a')
+depends=('intel-oneapi-openmp' 'intel-oneapi-common')
+build() {
+cd "${srcdir}"
+mkdir package
+
+tar xvf data.tar.xz -C "${srcdir}"/package
+}
+
+package() {
+mv "${srcdir}"/package/opt "${pkgdir}"
+install -d "${pkgdir}"/usr/share/licenses/"${pkgname}"
+ln -s /usr/share/licenses/intel-oneapi 
"${pkgdir}"/usr/share/licenses/"${pkgname}"/oneapi
+}



[arch-commits] Commit in intel-oneapi-compiler-shared-runtime/trunk (PKGBUILD)

2022-07-30 Thread Sven-Hendrik Haase via arch-commits
Date: Sunday, July 31, 2022 @ 00:12:03
  Author: svenstaro
Revision: 1259239

upgpkg: intel-oneapi-compiler-shared-runtime 2022.1.0-2: Drop dep 
intel-oneapi-condaindex

Modified:
  intel-oneapi-compiler-shared-runtime/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2022-07-31 00:11:57 UTC (rev 1259238)
+++ PKGBUILD2022-07-31 00:12:03 UTC (rev 1259239)
@@ -1,9 +1,9 @@
 # Maintainer: Konstantin Gizdov 
 
-pkgname='intel-oneapi-compiler-shared-runtime'
-pkgver='2022.1.0'
+pkgname=intel-oneapi-compiler-shared-runtime
+pkgver=2022.1.0
 _debpkgrel='3768'
-pkgrel=1
+pkgrel=2
 pkgdesc="Intel oneAPI compiler runtime libraries"
 arch=('x86_64')
 url='https://software.intel.com/content/www/us/en/develop/tools/oneapi.html'
@@ -10,16 +10,16 @@
 license=("custom")
 
source=("https://apt.repos.intel.com/oneapi/pool/main/${pkgname}-${pkgver}-${pkgver}-${_debpkgrel}_amd64.deb";)
 
b2sums=('1e014fd80d1146f8c8cc9339dd002722e2378c51d0ff83935aad64d0386ce14dbde37291f9630ca85b3eadaa83ddf7954c7e83898e0c80a31eb8b9b949fa2e1a')
-depends=('intel-oneapi-openmp' 'intel-oneapi-common' 'intel-oneapi-condaindex')
+depends=('intel-oneapi-openmp' 'intel-oneapi-common')
 build() {
 cd "${srcdir}"
 mkdir package
 
-   tar xvf data.tar.xz -C "${srcdir}"/package
+tar xvf data.tar.xz -C "${srcdir}"/package
 }
 
 package() {
-   mv "${srcdir}"/package/opt "${pkgdir}"
+mv "${srcdir}"/package/opt "${pkgdir}"
 install -d "${pkgdir}"/usr/share/licenses/"${pkgname}"
 ln -s /usr/share/licenses/intel-oneapi 
"${pkgdir}"/usr/share/licenses/"${pkgname}"/oneapi
 }



[arch-commits] Commit in intel-oneapi-openmp/repos/community-x86_64 (2 files)

2022-07-30 Thread Sven-Hendrik Haase via arch-commits
Date: Sunday, July 31, 2022 @ 00:11:57
  Author: svenstaro
Revision: 1259238

archrelease: copy trunk to community-x86_64

Added:
  intel-oneapi-openmp/repos/community-x86_64/PKGBUILD
(from rev 1259237, intel-oneapi-openmp/trunk/PKGBUILD)
Deleted:
  intel-oneapi-openmp/repos/community-x86_64/PKGBUILD

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

Deleted: PKGBUILD
===
--- PKGBUILD2022-07-31 00:11:31 UTC (rev 1259237)
+++ PKGBUILD2022-07-31 00:11:57 UTC (rev 1259238)
@@ -1,41 +0,0 @@
-# Maintainer: Konstantin Gizdov 
-
-pkgname='intel-oneapi-openmp'
-pkgver='2022.1.0'
-_debpkgrel='3768'
-pkgrel=2
-pkgdesc="Intel oneAPI OpenMP runtime library"
-arch=('x86_64')
-url='https://software.intel.com/content/www/us/en/develop/tools/oneapi.html'
-license=("custom")
-source=("https://apt.repos.intel.com/oneapi/pool/main/${pkgname}-${pkgver}-${pkgver}-${_debpkgrel}_amd64.deb";
-
"https://apt.repos.intel.com/oneapi/pool/main/${pkgname}-common-${pkgver}-${pkgver}-${_debpkgrel}_all.deb";)
-b2sums=('4bc045f0d1288f19c76ddc985673661335d9e72be5aee4de0d79241d32db8c7889a097aa33f0a613f774e37b04b0b0d916fd0789efca04e41521f935c3b71e9b'
-
'2540d20e5da610f4cfea0632920c81e270704a316af5831e13c17bc31aab8687ed35708c7342270a76a0b456070323ad054f989e78968f5460166b23fed46cbc')
-depends=('intel-oneapi-common' 'intel-oneapi-condaindex')
-noextract=(
-   "${pkgname}-${pkgver}-${pkgver}-${_debpkgrel}_amd64.deb"
-   "${pkgname}-common-${pkgver}-${pkgver}-${_debpkgrel}_all.deb"
-)
-build() {
-cd "${srcdir}"
-mkdir openmp common package
-
-cd "${srcdir}"/openmp
-   ar x "${srcdir}/${pkgname}-${pkgver}-${pkgver}-${_debpkgrel}_amd64.deb"
-   tar xvf data.tar.xz -C "${srcdir}"/package
-
-cd "${srcdir}"/common
-   ar x 
"${srcdir}/${pkgname}-common-${pkgver}-${pkgver}-${_debpkgrel}_all.deb"
-   tar xvf data.tar.xz -C "${srcdir}"/package
-
-# drop conda binaries
-rm -r "${srcdir}"/package/opt/intel/oneapi/conda_channel
-}
-
-package() {
-   mv "${srcdir}"/package/opt "${pkgdir}"
-install -d "${pkgdir}"/usr/share/licenses/"${pkgname}"
-ln -s /usr/share/licenses/intel-oneapi 
"${pkgdir}"/usr/share/licenses/"${pkgname}"/oneapi
-ln -s /opt/intel/oneapi/compiler/"${pkgver}"/licensing/openmp 
"${pkgdir}"/usr/share/licenses/"${pkgname}"/openmp
-}

Copied: intel-oneapi-openmp/repos/community-x86_64/PKGBUILD (from rev 1259237, 
intel-oneapi-openmp/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2022-07-31 00:11:57 UTC (rev 1259238)
@@ -0,0 +1,41 @@
+# Maintainer: Konstantin Gizdov 
+
+pkgname=intel-oneapi-openmp
+pkgver=2022.1.0
+_debpkgrel='3768'
+pkgrel=3
+pkgdesc="Intel oneAPI OpenMP runtime library"
+arch=('x86_64')
+url='https://software.intel.com/content/www/us/en/develop/tools/oneapi.html'
+license=("custom")
+source=("https://apt.repos.intel.com/oneapi/pool/main/${pkgname}-${pkgver}-${pkgver}-${_debpkgrel}_amd64.deb";
+
"https://apt.repos.intel.com/oneapi/pool/main/${pkgname}-common-${pkgver}-${pkgver}-${_debpkgrel}_all.deb";)
+b2sums=('4bc045f0d1288f19c76ddc985673661335d9e72be5aee4de0d79241d32db8c7889a097aa33f0a613f774e37b04b0b0d916fd0789efca04e41521f935c3b71e9b'
+
'2540d20e5da610f4cfea0632920c81e270704a316af5831e13c17bc31aab8687ed35708c7342270a76a0b456070323ad054f989e78968f5460166b23fed46cbc')
+depends=('intel-oneapi-common')
+noextract=(
+"${pkgname}-${pkgver}-${pkgver}-${_debpkgrel}_amd64.deb"
+"${pkgname}-common-${pkgver}-${pkgver}-${_debpkgrel}_all.deb"
+)
+build() {
+cd "${srcdir}"
+mkdir openmp common package
+
+cd "${srcdir}"/openmp
+ar x "${srcdir}/${pkgname}-${pkgver}-${pkgver}-${_debpkgrel}_amd64.deb"
+tar xvf data.tar.xz -C "${srcdir}"/package
+
+cd "${srcdir}"/common
+ar x 
"${srcdir}/${pkgname}-common-${pkgver}-${pkgver}-${_debpkgrel}_all.deb"
+tar xvf data.tar.xz -C "${srcdir}"/package
+
+# drop conda binaries
+rm -r "${srcdir}"/package/opt/intel/oneapi/conda_channel
+}
+
+package() {
+mv "${srcdir}"/package/opt "${pkgdir}"
+install -d "${pkgdir}"/usr/share/licenses/"${pkgname}"
+ln -s /usr/share/licenses/intel-oneapi 
"${pkgdir}"/usr/share/licenses/"${pkgname}"/oneapi
+ln -s /opt/intel/oneapi/compiler/"${pkgver}"/licensing/openmp 
"${pkgdir}"/usr/share/licenses/"${pkgname}"/openmp
+}



[arch-commits] Commit in intel-oneapi-openmp/trunk (PKGBUILD)

2022-07-30 Thread Sven-Hendrik Haase via arch-commits
Date: Sunday, July 31, 2022 @ 00:11:31
  Author: svenstaro
Revision: 1259237

upgpkg: intel-oneapi-openmp 2022.1.0-3: Drop dep intel-oneapi-condaindex

Modified:
  intel-oneapi-openmp/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2022-07-30 23:50:42 UTC (rev 1259236)
+++ PKGBUILD2022-07-31 00:11:31 UTC (rev 1259237)
@@ -1,9 +1,9 @@
 # Maintainer: Konstantin Gizdov 
 
-pkgname='intel-oneapi-openmp'
-pkgver='2022.1.0'
+pkgname=intel-oneapi-openmp
+pkgver=2022.1.0
 _debpkgrel='3768'
-pkgrel=2
+pkgrel=3
 pkgdesc="Intel oneAPI OpenMP runtime library"
 arch=('x86_64')
 url='https://software.intel.com/content/www/us/en/develop/tools/oneapi.html'
@@ -12,10 +12,10 @@
 
"https://apt.repos.intel.com/oneapi/pool/main/${pkgname}-common-${pkgver}-${pkgver}-${_debpkgrel}_all.deb";)
 
b2sums=('4bc045f0d1288f19c76ddc985673661335d9e72be5aee4de0d79241d32db8c7889a097aa33f0a613f774e37b04b0b0d916fd0789efca04e41521f935c3b71e9b'
 
'2540d20e5da610f4cfea0632920c81e270704a316af5831e13c17bc31aab8687ed35708c7342270a76a0b456070323ad054f989e78968f5460166b23fed46cbc')
-depends=('intel-oneapi-common' 'intel-oneapi-condaindex')
+depends=('intel-oneapi-common')
 noextract=(
-   "${pkgname}-${pkgver}-${pkgver}-${_debpkgrel}_amd64.deb"
-   "${pkgname}-common-${pkgver}-${pkgver}-${_debpkgrel}_all.deb"
+"${pkgname}-${pkgver}-${pkgver}-${_debpkgrel}_amd64.deb"
+"${pkgname}-common-${pkgver}-${pkgver}-${_debpkgrel}_all.deb"
 )
 build() {
 cd "${srcdir}"
@@ -22,12 +22,12 @@
 mkdir openmp common package
 
 cd "${srcdir}"/openmp
-   ar x "${srcdir}/${pkgname}-${pkgver}-${pkgver}-${_debpkgrel}_amd64.deb"
-   tar xvf data.tar.xz -C "${srcdir}"/package
+ar x "${srcdir}/${pkgname}-${pkgver}-${pkgver}-${_debpkgrel}_amd64.deb"
+tar xvf data.tar.xz -C "${srcdir}"/package
 
 cd "${srcdir}"/common
-   ar x 
"${srcdir}/${pkgname}-common-${pkgver}-${pkgver}-${_debpkgrel}_all.deb"
-   tar xvf data.tar.xz -C "${srcdir}"/package
+ar x 
"${srcdir}/${pkgname}-common-${pkgver}-${pkgver}-${_debpkgrel}_all.deb"
+tar xvf data.tar.xz -C "${srcdir}"/package
 
 # drop conda binaries
 rm -r "${srcdir}"/package/opt/intel/oneapi/conda_channel
@@ -34,7 +34,7 @@
 }
 
 package() {
-   mv "${srcdir}"/package/opt "${pkgdir}"
+mv "${srcdir}"/package/opt "${pkgdir}"
 install -d "${pkgdir}"/usr/share/licenses/"${pkgname}"
 ln -s /usr/share/licenses/intel-oneapi 
"${pkgdir}"/usr/share/licenses/"${pkgname}"/oneapi
 ln -s /opt/intel/oneapi/compiler/"${pkgver}"/licensing/openmp 
"${pkgdir}"/usr/share/licenses/"${pkgname}"/openmp



[arch-commits] Commit in intel-oneapi-mkl/repos (4 files)

2022-07-30 Thread Sven-Hendrik Haase via arch-commits
Date: Saturday, July 30, 2022 @ 23:50:42
  Author: svenstaro
Revision: 1259236

archrelease: copy trunk to community-testing-x86_64

Added:
  intel-oneapi-mkl/repos/community-testing-x86_64/
  intel-oneapi-mkl/repos/community-testing-x86_64/PKGBUILD
(from rev 1259235, intel-oneapi-mkl/trunk/PKGBUILD)
  intel-oneapi-mkl/repos/community-testing-x86_64/intel-oneapi-mkl.conf
(from rev 1259235, intel-oneapi-mkl/trunk/intel-oneapi-mkl.conf)
  intel-oneapi-mkl/repos/community-testing-x86_64/intel-oneapi-mkl.sh
(from rev 1259235, intel-oneapi-mkl/trunk/intel-oneapi-mkl.sh)

---+
 PKGBUILD  |   80 
 intel-oneapi-mkl.conf |1 
 intel-oneapi-mkl.sh   |1 
 3 files changed, 82 insertions(+)

Copied: intel-oneapi-mkl/repos/community-testing-x86_64/PKGBUILD (from rev 
1259235, intel-oneapi-mkl/trunk/PKGBUILD)
===
--- community-testing-x86_64/PKGBUILD   (rev 0)
+++ community-testing-x86_64/PKGBUILD   2022-07-30 23:50:42 UTC (rev 1259236)
@@ -0,0 +1,80 @@
+# Maintainer: Konstantin Gizdov 
+# Contributor: huyz
+# Contributor: Jingbei Li 
+pkgname=intel-oneapi-mkl
+_pkgver=2022.1.0
+_debpkgrel=223
+pkgver=${_pkgver}_${_debpkgrel}
+pkgrel=2
+pkgdesc="Intel® oneAPI Math Kernel Library"
+arch=('x86_64')
+url='https://software.intel.com/content/www/us/en/develop/tools/oneapi.html'
+license=("custom")
+source=("https://apt.repos.intel.com/oneapi/pool/main/${pkgname}-${_pkgver}-${_pkgver}-${_debpkgrel}_amd64.deb";
+
"https://apt.repos.intel.com/oneapi/pool/main/${pkgname}-devel-${_pkgver}-${_pkgver}-${_debpkgrel}_amd64.deb";
+
"https://apt.repos.intel.com/oneapi/pool/main/${pkgname}-common-${_pkgver}-${_pkgver}-${_debpkgrel}_all.deb";
+
"https://apt.repos.intel.com/oneapi/pool/main/${pkgname}-common-devel-${_pkgver}-${_pkgver}-${_debpkgrel}_all.deb";
+"${pkgname}.conf"
+"${pkgname}.sh")
+depends=('intel-oneapi-compiler-dpcpp-cpp-runtime' 'intel-oneapi-tbb' 
'intel-oneapi-common')
+replaces=('intel-mkl')
+provides=('intel-mkl')
+conflicts=('intel-mkl')
+options=('staticlibs')
+noextract=("${pkgname}-${_pkgver}-${_pkgver}-${_debpkgrel}_amd64.deb"
+   "${pkgname}-devel-${_pkgver}-${_pkgver}-${_debpkgrel}_amd64.deb"
+   "${pkgname}-common-${_pkgver}-${_pkgver}-${_debpkgrel}_all.deb"
+   
"${pkgname}-common-devel-${_pkgver}-${_pkgver}-${_debpkgrel}_all.deb")
+sha256sums=('10974019f1bf2c3bcbb76880892b39d436e8d95faebbb62004fa9727e0eaae4b'
+'49399449a4e834124b63d3a4a1a48a154fe7e8a43f5617aea3bf6e9aa3337d64'
+'93b461332d506ba74900518f0d65a309b203391d91b33b399f37262dbb23bdfc'
+'789924d0506f55d9d0db23636402e9a0f73026d2849eac460d73ee7d083c4701'
+'cd787d9843146ad5ccf28ec72311d76d95d6bb9e42974dd614d8b5aa76bb5bd9'
+'85a56750e03ad99a5b99e7296dcea411fb88c4a0a25e674c86ab48f5648d9ae9')
+
+prepare() {
+mkdir package
+
+ar x ${pkgname}-${_pkgver}-${_pkgver}-${_debpkgrel}_amd64.deb
+tar xf data.tar.xz -C "${srcdir}"/package
+
+ar x ${pkgname}-devel-${_pkgver}-${_pkgver}-${_debpkgrel}_amd64.deb
+tar xf data.tar.xz -C "${srcdir}"/package
+
+ar x ${pkgname}-common-${_pkgver}-${_pkgver}-${_debpkgrel}_all.deb
+tar xf data.tar.xz -C "${srcdir}"/package
+
+ar x ${pkgname}-common-devel-${_pkgver}-${_pkgver}-${_debpkgrel}_all.deb
+tar xf data.tar.xz -C "${srcdir}"/package
+
+# drop conda binaries
+rm -r "${srcdir}"/package/opt/intel/oneapi/conda_channel
+}
+
+package() {
+mv "${srcdir}"/package/opt "${pkgdir}"
+ln -s "$_pkgver" ${pkgdir}/opt/intel/oneapi/mkl/latest
+
+install -Dm644 ${pkgname}.conf ${pkgdir}/etc/ld.so.conf.d/${pkgname}.conf
+install -Dm644 ${pkgname}.sh ${pkgdir}/etc/profile.d/${pkgname}.sh
+
+install -d "${pkgdir}"/usr/share/licenses/"${pkgname}"
+ln -s /usr/share/licenses/intel-oneapi 
"${pkgdir}"/usr/share/licenses/"${pkgname}"/oneapi
+
+# pkgconfig
+cd ${pkgdir}/opt/intel/oneapi/mkl/latest/lib/pkgconfig
+install -d ${pkgdir}/usr/share/pkgconfig
+for _file in *.pc; do
+ln -s /opt/intel/oneapi/mkl/latest/lib/pkgconfig/${_file} 
${pkgdir}/usr/share/pkgconfig/${_file}
+done
+
+# provide old intel-mkl
+install -d ${pkgdir}/usr/bin
+install -d ${pkgdir}/opt/intel/mkl
+install -d ${pkgdir}/opt/intel/mkl/lib
+ln -sf /opt/intel/oneapi/mkl/latest/bin/intel64 ${pkgdir}/opt/intel/mkl/bin
+ln -sf /opt/intel/oneapi/mkl/latest/lib/intel64 
${pkgdir}/opt/intel/mkl/lib/intel64
+ln -sf /opt/intel/oneapi/mkl/latest/lib/intel64 
${pkgdir}/opt/intel/mkl/lib/intel64_lin
+ln -sf /opt/intel/oneapi/mkl/latest/include ${pkgdir}/opt/intel/mkl/include
+ln -sf ${pkgdir}/opt/intel/mkl/bin/mkl_link_tool 
${pkgdir}/usr/bin/mkl_link_tool
+}

Copied: intel-oneapi-mkl/repos/community-testing-x86_64/intel-oneapi-mkl.conf 
(from rev 125923

[arch-commits] Commit in intel-oneapi-mkl/trunk (PKGBUILD)

2022-07-30 Thread Sven-Hendrik Haase via arch-commits
Date: Saturday, July 30, 2022 @ 23:50:14
  Author: svenstaro
Revision: 1259235

upgpkg: intel-oneapi-mkl 2022.1.0_223-2: Properly replace intel-mkl

Modified:
  intel-oneapi-mkl/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2022-07-30 22:39:31 UTC (rev 1259234)
+++ PKGBUILD2022-07-30 23:50:14 UTC (rev 1259235)
@@ -1,32 +1,30 @@
 # Maintainer: Konstantin Gizdov 
-# Contributor : Jingbei Li 
-# Contributor: Intel Corporation 

-
-pkgbase=intel-oneapi-mkl
-pkgname=(intel-oneapi-mkl)
+# Contributor: huyz
+# Contributor: Jingbei Li 
+pkgname=intel-oneapi-mkl
 _pkgver=2022.1.0
 _debpkgrel=223
 pkgver=${_pkgver}_${_debpkgrel}
-pkgrel=1
+pkgrel=2
 pkgdesc="Intel® oneAPI Math Kernel Library"
 arch=('x86_64')
 url='https://software.intel.com/content/www/us/en/develop/tools/oneapi.html'
 license=("custom")
-source=(
-   
"https://apt.repos.intel.com/oneapi/pool/main/${pkgname}-${_pkgver}-${_pkgver}-${_debpkgrel}_amd64.deb";
-   
"https://apt.repos.intel.com/oneapi/pool/main/${pkgname}-devel-${_pkgver}-${_pkgver}-${_debpkgrel}_amd64.deb";
-   
"https://apt.repos.intel.com/oneapi/pool/main/${pkgname}-common-${_pkgver}-${_pkgver}-${_debpkgrel}_all.deb";
-   
"https://apt.repos.intel.com/oneapi/pool/main/${pkgname}-common-devel-${_pkgver}-${_pkgver}-${_debpkgrel}_all.deb";
-   "${pkgname}.conf"
-   "${pkgname}.sh"
-)
-depends=(intel-oneapi-compiler-dpcpp-cpp-runtime intel-oneapi-tbb 
intel-oneapi-common)
-noextract=(
-   "${pkgname}-${_pkgver}-${_pkgver}-${_debpkgrel}_amd64.deb"
-   "${pkgname}-devel-${_pkgver}-${_pkgver}-${_debpkgrel}_amd64.deb"
-   "${pkgname}-common-${_pkgver}-${_pkgver}-${_debpkgrel}_all.deb"
-   "${pkgname}-common-devel-${_pkgver}-${_pkgver}-${_debpkgrel}_all.deb"
-)
+source=("https://apt.repos.intel.com/oneapi/pool/main/${pkgname}-${_pkgver}-${_pkgver}-${_debpkgrel}_amd64.deb";
+
"https://apt.repos.intel.com/oneapi/pool/main/${pkgname}-devel-${_pkgver}-${_pkgver}-${_debpkgrel}_amd64.deb";
+
"https://apt.repos.intel.com/oneapi/pool/main/${pkgname}-common-${_pkgver}-${_pkgver}-${_debpkgrel}_all.deb";
+
"https://apt.repos.intel.com/oneapi/pool/main/${pkgname}-common-devel-${_pkgver}-${_pkgver}-${_debpkgrel}_all.deb";
+"${pkgname}.conf"
+"${pkgname}.sh")
+depends=('intel-oneapi-compiler-dpcpp-cpp-runtime' 'intel-oneapi-tbb' 
'intel-oneapi-common')
+replaces=('intel-mkl')
+provides=('intel-mkl')
+conflicts=('intel-mkl')
+options=('staticlibs')
+noextract=("${pkgname}-${_pkgver}-${_pkgver}-${_debpkgrel}_amd64.deb"
+   "${pkgname}-devel-${_pkgver}-${_pkgver}-${_debpkgrel}_amd64.deb"
+   "${pkgname}-common-${_pkgver}-${_pkgver}-${_debpkgrel}_all.deb"
+   
"${pkgname}-common-devel-${_pkgver}-${_pkgver}-${_debpkgrel}_all.deb")
 sha256sums=('10974019f1bf2c3bcbb76880892b39d436e8d95faebbb62004fa9727e0eaae4b'
 '49399449a4e834124b63d3a4a1a48a154fe7e8a43f5617aea3bf6e9aa3337d64'
 '93b461332d506ba74900518f0d65a309b203391d91b33b399f37262dbb23bdfc'
@@ -34,30 +32,49 @@
 'cd787d9843146ad5ccf28ec72311d76d95d6bb9e42974dd614d8b5aa76bb5bd9'
 '85a56750e03ad99a5b99e7296dcea411fb88c4a0a25e674c86ab48f5648d9ae9')
 
-build() {
+prepare() {
 mkdir package
 
-   ar x ${pkgname}-${_pkgver}-${_pkgver}-${_debpkgrel}_amd64.deb
-   tar xvf data.tar.xz -C "${srcdir}"/package
+ar x ${pkgname}-${_pkgver}-${_pkgver}-${_debpkgrel}_amd64.deb
+tar xf data.tar.xz -C "${srcdir}"/package
 
-   ar x ${pkgname}-devel-${_pkgver}-${_pkgver}-${_debpkgrel}_amd64.deb
-   tar xvf data.tar.xz -C "${srcdir}"/package
+ar x ${pkgname}-devel-${_pkgver}-${_pkgver}-${_debpkgrel}_amd64.deb
+tar xf data.tar.xz -C "${srcdir}"/package
 
-   ar x ${pkgname}-common-${_pkgver}-${_pkgver}-${_debpkgrel}_all.deb
-   tar xvf data.tar.xz -C "${srcdir}"/package
+ar x ${pkgname}-common-${_pkgver}-${_pkgver}-${_debpkgrel}_all.deb
+tar xf data.tar.xz -C "${srcdir}"/package
 
-   ar x ${pkgname}-common-devel-${_pkgver}-${_pkgver}-${_debpkgrel}_all.deb
-   tar xvf data.tar.xz -C "${srcdir}"/package
+ar x ${pkgname}-common-devel-${_pkgver}-${_pkgver}-${_debpkgrel}_all.deb
+tar xf data.tar.xz -C "${srcdir}"/package
 
 # drop conda binaries
-   rm -r "${srcdir}"/package/opt/intel/oneapi/conda_channel
+rm -r "${srcdir}"/package/opt/intel/oneapi/conda_channel
 }
 
 package() {
+mv "${srcdir}"/package/opt "${pkgdir}"
+ln -s "$_pkgver" ${pkgdir}/opt/intel/oneapi/mkl/latest
+
 install -Dm644 ${pkgname}.conf ${pkgdir}/etc/ld.so.conf.d/${pkgname}.conf
-   install -Dm644 ${pkgname}.sh ${pkgdir}/etc/profile.d/${pkgname}.sh
+install -Dm644 ${pkgname}.sh ${pkgdir}/etc/profile.d/

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

2022-07-30 Thread Antonio Rojas via arch-commits
Date: Saturday, July 30, 2022 @ 22:39:31
  Author: arojas
Revision: 1259234

archrelease: copy trunk to community-any

Added:
  python-jsonpointer/repos/community-any/COPYING
(from rev 1259233, python-jsonpointer/trunk/COPYING)
  python-jsonpointer/repos/community-any/PKGBUILD
(from rev 1259233, python-jsonpointer/trunk/PKGBUILD)
Deleted:
  python-jsonpointer/repos/community-any/COPYING
  python-jsonpointer/repos/community-any/PKGBUILD

--+
 COPYING  |   52 ++--
 PKGBUILD |   60 ++--
 2 files changed, 56 insertions(+), 56 deletions(-)

Deleted: COPYING
===
--- COPYING 2022-07-30 22:39:18 UTC (rev 1259233)
+++ COPYING 2022-07-30 22:39:31 UTC (rev 1259234)
@@ -1,26 +0,0 @@
-Copyright (c) 2011 Stefan Kögl 
-All rights reserved.
-
-Redistribution and use in source and binary forms, with or without
-modification, are permitted provided that the following conditions
-are met:
-
-1. Redistributions of source code must retain the above copyright
-   notice, this list of conditions and the following disclaimer.
-2. Redistributions in binary form must reproduce the above copyright
-   notice, this list of conditions and the following disclaimer in the
-   documentation and/or other materials provided with the distribution.
-3. The name of the author may not be used to endorse or promote products
-   derived from this software without specific prior written permission.
-
-THIS SOFTWARE IS PROVIDED BY THE AUTHOR ``AS IS'' AND ANY EXPRESS OR
-IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE IMPLIED WARRANTIES
-OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE ARE DISCLAIMED.
-IN NO EVENT SHALL THE AUTHOR BE LIABLE FOR ANY DIRECT, INDIRECT,
-INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, BUT
-NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; LOSS OF USE,
-DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON ANY
-THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT
-(INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF
-THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
-

Copied: python-jsonpointer/repos/community-any/COPYING (from rev 1259233, 
python-jsonpointer/trunk/COPYING)
===
--- COPYING (rev 0)
+++ COPYING 2022-07-30 22:39:31 UTC (rev 1259234)
@@ -0,0 +1,26 @@
+Copyright (c) 2011 Stefan Kögl 
+All rights reserved.
+
+Redistribution and use in source and binary forms, with or without
+modification, are permitted provided that the following conditions
+are met:
+
+1. Redistributions of source code must retain the above copyright
+   notice, this list of conditions and the following disclaimer.
+2. Redistributions in binary form must reproduce the above copyright
+   notice, this list of conditions and the following disclaimer in the
+   documentation and/or other materials provided with the distribution.
+3. The name of the author may not be used to endorse or promote products
+   derived from this software without specific prior written permission.
+
+THIS SOFTWARE IS PROVIDED BY THE AUTHOR ``AS IS'' AND ANY EXPRESS OR
+IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE IMPLIED WARRANTIES
+OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE ARE DISCLAIMED.
+IN NO EVENT SHALL THE AUTHOR BE LIABLE FOR ANY DIRECT, INDIRECT,
+INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, BUT
+NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; LOSS OF USE,
+DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON ANY
+THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT
+(INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF
+THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
+

Deleted: PKGBUILD
===
--- PKGBUILD2022-07-30 22:39:18 UTC (rev 1259233)
+++ PKGBUILD2022-07-30 22:39:31 UTC (rev 1259234)
@@ -1,30 +0,0 @@
-# Maintainer: Daniel Wallace 
-# Contributor: Limao Luo 
-
-pkgname=python-jsonpointer
-pkgver=2.1
-pkgrel=3
-pkgdesc="Identify specific nodes in a JSON document (RFC 6901)"
-arch=('any')
-url="https://github.com/stefankoegl/python-json-pointer";
-license=('BSD')
-depends=('python')
-makedepends=('python-setuptools')
-source=("https://pypi.io/packages/source/j/jsonpointer/jsonpointer-$pkgver.tar.gz";)
-sha512sums=('4eed8c7fa908ce3ca79884e98b1b0e818d24515f6b7b2067daa49ab6dbd989be4bc43f387e980773c9fc17bca89d2039750cb0df76675259050e3f48c16da3b6')
-
-build() {
-cd "$srcdir"/jsonpointer-$pkgver
-python setup.py build
-}
-
-check() {
-cd "$srcdir"/jsonpointer-$pkgver
-python tests.py
-}
-
-package_python-jsonpointer() {
-cd jsonpointer-$pkgver
-py

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

2022-07-30 Thread Antonio Rojas via arch-commits
Date: Saturday, July 30, 2022 @ 22:39:18
  Author: arojas
Revision: 1259233

upgpkg: python-jsonpointer 2.3-1: Update to 2.3

Modified:
  python-jsonpointer/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2022-07-30 22:34:31 UTC (rev 1259232)
+++ PKGBUILD2022-07-30 22:39:18 UTC (rev 1259233)
@@ -2,8 +2,8 @@
 # Contributor: Limao Luo 
 
 pkgname=python-jsonpointer
-pkgver=2.1
-pkgrel=3
+pkgver=2.3
+pkgrel=1
 pkgdesc="Identify specific nodes in a JSON document (RFC 6901)"
 arch=('any')
 url="https://github.com/stefankoegl/python-json-pointer";
@@ -11,7 +11,7 @@
 depends=('python')
 makedepends=('python-setuptools')
 
source=("https://pypi.io/packages/source/j/jsonpointer/jsonpointer-$pkgver.tar.gz";)
-sha512sums=('4eed8c7fa908ce3ca79884e98b1b0e818d24515f6b7b2067daa49ab6dbd989be4bc43f387e980773c9fc17bca89d2039750cb0df76675259050e3f48c16da3b6')
+sha512sums=('e04da474a5ec376d1cd2c764c2d7a11ac296450df199449994cb1dedf02a49df3ae3a4e75b2963370dba1da166464602b849a79609f7a98d8246dab0b342c819')
 
 build() {
 cd "$srcdir"/jsonpointer-$pkgver



[arch-commits] Commit in python-lark-parser/repos (2 files)

2022-07-30 Thread Antonio Rojas via arch-commits
Date: Saturday, July 30, 2022 @ 22:34:31
  Author: arojas
Revision: 1259232

archrelease: copy trunk to community-testing-any

Added:
  python-lark-parser/repos/community-testing-any/
  python-lark-parser/repos/community-testing-any/PKGBUILD
(from rev 1259231, python-lark-parser/trunk/PKGBUILD)

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

Copied: python-lark-parser/repos/community-testing-any/PKGBUILD (from rev 
1259231, python-lark-parser/trunk/PKGBUILD)
===
--- community-testing-any/PKGBUILD  (rev 0)
+++ community-testing-any/PKGBUILD  2022-07-30 22:34:31 UTC (rev 1259232)
@@ -0,0 +1,39 @@
+# Maintainer: Felix Yan 
+
+pkgname=python-lark-parser
+pkgver=1.1.2
+_nearley_commit=326831689826cb1b9a4d21d1ce0d5db9278e9636 
+pkgrel=1
+pkgdesc="A modern parsing library"
+url="https://github.com/lark-parser/lark";
+license=('MIT')
+arch=('any')
+depends=('python')
+makedepends=('python-setuptools')
+checkdepends=('python-js2py')
+source=("$pkgname-$pkgver.tar.gz::https://github.com/lark-parser/lark/archive/$pkgver.tar.gz";
+
"nearley-$_nearley_commit.tar.gz::https://github.com/kach/nearley/archive/$_nearley_commit.tar.gz";)
+sha512sums=('0f520798ee636ebde151596a5cd35dfbc55e251c7f7f16a2d2395b928d37ed5ee7b3e7d3f457e64ea062635f58fa9f9baa53e9eeb68b9be4054785edb3a872ae'
+
'88849bfa609c112a7687d8aba1fc140b1b6be119f7001869e7c05019e87c31874a6d0c9fb2c68b5729c4b4427ff05e36057857cea11bd51d2b5d89e7710196b7')
+
+prepare() {
+  rmdir lark-$pkgver/tests/test_nearley/nearley
+  ln -s "$srcdir"/nearley-$_nearley_commit 
lark-$pkgver/tests/test_nearley/nearley
+}
+
+build() {
+  cd lark-$pkgver
+  python setup.py build
+}
+
+check() {
+  cd lark-$pkgver
+  python -m tests
+}
+
+package() {
+  cd lark-$pkgver
+  python setup.py install --root="$pkgdir" --optimize=1
+
+  install -Dm644 LICENSE "$pkgdir"/usr/share/licenses/$pkgname/LICENSE
+}



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

2022-07-30 Thread Antonio Rojas via arch-commits
Date: Saturday, July 30, 2022 @ 22:34:23
  Author: arojas
Revision: 1259231

upgpkg: python-lark-parser 1.1.2-1: Update to 1.1.2

Modified:
  python-lark-parser/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2022-07-30 22:30:52 UTC (rev 1259230)
+++ PKGBUILD2022-07-30 22:34:23 UTC (rev 1259231)
@@ -1,8 +1,8 @@
 # Maintainer: Felix Yan 
 
 pkgname=python-lark-parser
-pkgver=0.12.0
-_nearley_commit=a46b37471db486db0f6e1ce6a2934fb238346b44
+pkgver=1.1.2
+_nearley_commit=326831689826cb1b9a4d21d1ce0d5db9278e9636 
 pkgrel=1
 pkgdesc="A modern parsing library"
 url="https://github.com/lark-parser/lark";
@@ -13,8 +13,8 @@
 checkdepends=('python-js2py')
 
source=("$pkgname-$pkgver.tar.gz::https://github.com/lark-parser/lark/archive/$pkgver.tar.gz";
 
"nearley-$_nearley_commit.tar.gz::https://github.com/kach/nearley/archive/$_nearley_commit.tar.gz";)
-sha512sums=('d9d0e2531c139d8c75d47c21af996cc5f13588231e0082e2c698f1e295aebc0323297f75fe737b8854836c5a1556f7eb699d02554e218916e691e730ed68e538'
-
'fe14909f8a1d1626f8a632e8d48bf83602923f468b7bbb819557b85ab5e384cb042241ba15525e9850f2bbd65cad12497ed0b7ff6bc86c04d78b63d0c1bb66b4')
+sha512sums=('0f520798ee636ebde151596a5cd35dfbc55e251c7f7f16a2d2395b928d37ed5ee7b3e7d3f457e64ea062635f58fa9f9baa53e9eeb68b9be4054785edb3a872ae'
+
'88849bfa609c112a7687d8aba1fc140b1b6be119f7001869e7c05019e87c31874a6d0c9fb2c68b5729c4b4427ff05e36057857cea11bd51d2b5d89e7710196b7')
 
 prepare() {
   rmdir lark-$pkgver/tests/test_nearley/nearley



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

2022-07-30 Thread Antonio Rojas via arch-commits
Date: Saturday, July 30, 2022 @ 22:30:52
  Author: arojas
Revision: 1259230

archrelease: copy trunk to community-any

Added:
  python-pytest-socket/repos/community-any/PKGBUILD
(from rev 1259229, python-pytest-socket/trunk/PKGBUILD)
Deleted:
  python-pytest-socket/repos/community-any/PKGBUILD

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

Deleted: PKGBUILD
===
--- PKGBUILD2022-07-30 22:30:44 UTC (rev 1259229)
+++ PKGBUILD2022-07-30 22:30:52 UTC (rev 1259230)
@@ -1,36 +0,0 @@
-# Maintainer: Felix Yan 
-
-pkgname=python-pytest-socket
-pkgver=0.5.0
-pkgrel=1
-pkgdesc='Pytest Plugin to disable socket calls during tests'
-arch=('any')
-license=('MIT')
-url='https://github.com/miketheman/pytest-socket'
-depends=('python-pytest')
-makedepends=('python-pyproject2setuppy')
-checkdepends=('python-asynctest' 'python-pytest-cov' 'python-pytest-flake8' 
'python-pytest-httpbin'
-  'python-httpx' 'python-requests' 'python-starlette')
-source=("https://github.com/miketheman/pytest-socket/archive/$pkgver/$pkgname-$pkgver.tar.gz";)
-sha512sums=('1a5479af9d920bee7d2b55e184e58b9510c29e98d697b008e7530b01d771ca9f61aeec1d573fc46383ab6f5b1675f1d19159dca0aaab43d560cb3d8592c4b02d')
-
-build() {
-  cd pytest-socket-$pkgver
-  python -m pyproject2setuppy build
-}
-
-check() {
-  # Hack entry points by installing it
-
-  cd pytest-socket-$pkgver
-  python -m pyproject2setuppy install --root="$PWD/tmp_install" --optimize=1
-  PYTHONPATH="$PWD/tmp_install/usr/lib/python3.10/site-packages:$PYTHONPATH" 
pytest
-}
-
-package() {
-  cd pytest-socket-$pkgver
-  python -m pyproject2setuppy install --root="$pkgdir" --optimize=1
-  install -D -m644 LICENSE -t "$pkgdir"/usr/share/licenses/$pkgname/
-}
-
-# vim:set ts=2 sw=2 et:

Copied: python-pytest-socket/repos/community-any/PKGBUILD (from rev 1259229, 
python-pytest-socket/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2022-07-30 22:30:52 UTC (rev 1259230)
@@ -0,0 +1,36 @@
+# Maintainer: Felix Yan 
+
+pkgname=python-pytest-socket
+pkgver=0.5.1
+pkgrel=1
+pkgdesc='Pytest Plugin to disable socket calls during tests'
+arch=('any')
+license=('MIT')
+url='https://github.com/miketheman/pytest-socket'
+depends=('python-pytest')
+makedepends=('python-pyproject2setuppy')
+checkdepends=('python-asynctest' 'python-pytest-cov' 'python-pytest-flake8' 
'python-pytest-httpbin'
+  'python-httpx' 'python-requests' 'python-starlette')
+source=("https://github.com/miketheman/pytest-socket/archive/$pkgver/$pkgname-$pkgver.tar.gz";)
+sha512sums=('f43a99419056086aaee52206bc2816452919da617e54535285ce9e6c59b8bc39edc3326a5c629cf25f1677bd2152d300a619146467129c7683d3c2181eff')
+
+build() {
+  cd pytest-socket-$pkgver
+  python -m pyproject2setuppy build
+}
+
+check() {
+  # Hack entry points by installing it
+
+  cd pytest-socket-$pkgver
+  python -m pyproject2setuppy install --root="$PWD/tmp_install" --optimize=1
+  PYTHONPATH="$PWD/tmp_install/usr/lib/python3.10/site-packages:$PYTHONPATH" 
pytest
+}
+
+package() {
+  cd pytest-socket-$pkgver
+  python -m pyproject2setuppy install --root="$pkgdir" --optimize=1
+  install -D -m644 LICENSE -t "$pkgdir"/usr/share/licenses/$pkgname/
+}
+
+# vim:set ts=2 sw=2 et:



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

2022-07-30 Thread Antonio Rojas via arch-commits
Date: Saturday, July 30, 2022 @ 22:30:44
  Author: arojas
Revision: 1259229

upgpkg: python-pytest-socket 0.5.1-1: Update to 0.5.1

Modified:
  python-pytest-socket/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2022-07-30 22:29:14 UTC (rev 1259228)
+++ PKGBUILD2022-07-30 22:30:44 UTC (rev 1259229)
@@ -1,7 +1,7 @@
 # Maintainer: Felix Yan 
 
 pkgname=python-pytest-socket
-pkgver=0.5.0
+pkgver=0.5.1
 pkgrel=1
 pkgdesc='Pytest Plugin to disable socket calls during tests'
 arch=('any')
@@ -12,7 +12,7 @@
 checkdepends=('python-asynctest' 'python-pytest-cov' 'python-pytest-flake8' 
'python-pytest-httpbin'
   'python-httpx' 'python-requests' 'python-starlette')
 
source=("https://github.com/miketheman/pytest-socket/archive/$pkgver/$pkgname-$pkgver.tar.gz";)
-sha512sums=('1a5479af9d920bee7d2b55e184e58b9510c29e98d697b008e7530b01d771ca9f61aeec1d573fc46383ab6f5b1675f1d19159dca0aaab43d560cb3d8592c4b02d')
+sha512sums=('f43a99419056086aaee52206bc2816452919da617e54535285ce9e6c59b8bc39edc3326a5c629cf25f1677bd2152d300a619146467129c7683d3c2181eff')
 
 build() {
   cd pytest-socket-$pkgver



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

2022-07-30 Thread Antonio Rojas via arch-commits
Date: Saturday, July 30, 2022 @ 22:29:14
  Author: arojas
Revision: 1259228

archrelease: copy trunk to community-any

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

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

Deleted: PKGBUILD
===
--- PKGBUILD2022-07-30 22:29:04 UTC (rev 1259227)
+++ PKGBUILD2022-07-30 22:29:14 UTC (rev 1259228)
@@ -1,30 +0,0 @@
-# Maintainer: Felix Yan 
-
-pkgname=python-jeepney
-pkgver=0.7.1
-pkgrel=3
-pkgdesc="Low-level, pure Python DBus protocol wrapper"
-url="https://gitlab.com/takluyver/jeepney";
-license=('MIT')
-arch=('any')
-depends=('python')
-checkdepends=('python-pytest' 'python-pytest-trio' 'python-pytest-asyncio' 
'python-testpath'
-  'python-trio' 'python-async-timeout')
-source=("https://pypi.io/packages/source/j/jeepney/jeepney-$pkgver.tar.gz";)
-sha512sums=('f0af5a18a669f1a6322925201cad83ee01bc5a1b91577565042fd8a18b506a3650ff67b0ba333c8fb3b179f43ef243d16b07a9a1f7a7e5baec825dda0e6b0571')
-
-build() {
-  cd jeepney-$pkgver
-  python setup.py build
-}
-
-check() {
-  cd jeepney-$pkgver
-  pytest
-}
-
-package() {
-  cd jeepney-$pkgver
-  python setup.py install --root="$pkgdir" --optimize=1
-  install -Dm644 LICENSE "$pkgdir"/usr/share/licenses/$pkgname/LICENSE
-}

Copied: python-jeepney/repos/community-any/PKGBUILD (from rev 1259227, 
python-jeepney/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2022-07-30 22:29:14 UTC (rev 1259228)
@@ -0,0 +1,31 @@
+# Maintainer: Felix Yan 
+
+pkgname=python-jeepney
+pkgver=0.8.0
+pkgrel=1
+pkgdesc="Low-level, pure Python DBus protocol wrapper"
+url="https://gitlab.com/takluyver/jeepney";
+license=('MIT')
+arch=('any')
+depends=('python')
+checkdepends=('python-pytest' 'python-pytest-trio' 'python-pytest-asyncio' 
'python-testpath'
+  'python-trio' 'python-async-timeout')
+makedepends=('python-build' 'python-installer' 'python-flit-core')
+source=("https://pypi.io/packages/source/j/jeepney/jeepney-$pkgver.tar.gz";)
+sha512sums=('823675f262c2c9778ccf9c1083601d936cca534fc0d2d9309b52aa6beeb7f73d225a37c5f18f6b0683c4829a93b1299a2cb4f8f341e55b92bedf58c8dce0aa75')
+
+build() {
+  cd jeepney-$pkgver
+  python -m build --wheel --no-isolation
+}
+
+check() {
+  cd jeepney-$pkgver
+  pytest
+}
+
+package() {
+  cd jeepney-$pkgver
+  python -m installer --destdir="$pkgdir" dist/*.whl
+  install -Dm644 LICENSE "$pkgdir"/usr/share/licenses/$pkgname/LICENSE
+}



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

2022-07-30 Thread Antonio Rojas via arch-commits
Date: Saturday, July 30, 2022 @ 22:29:04
  Author: arojas
Revision: 1259227

upgpkg: python-jeepney 0.8.0-1: Update to 0.8.0

Modified:
  python-jeepney/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2022-07-30 22:24:06 UTC (rev 1259226)
+++ PKGBUILD2022-07-30 22:29:04 UTC (rev 1259227)
@@ -1,8 +1,8 @@
 # Maintainer: Felix Yan 
 
 pkgname=python-jeepney
-pkgver=0.7.1
-pkgrel=3
+pkgver=0.8.0
+pkgrel=1
 pkgdesc="Low-level, pure Python DBus protocol wrapper"
 url="https://gitlab.com/takluyver/jeepney";
 license=('MIT')
@@ -10,12 +10,13 @@
 depends=('python')
 checkdepends=('python-pytest' 'python-pytest-trio' 'python-pytest-asyncio' 
'python-testpath'
   'python-trio' 'python-async-timeout')
+makedepends=('python-build' 'python-installer' 'python-flit-core')
 source=("https://pypi.io/packages/source/j/jeepney/jeepney-$pkgver.tar.gz";)
-sha512sums=('f0af5a18a669f1a6322925201cad83ee01bc5a1b91577565042fd8a18b506a3650ff67b0ba333c8fb3b179f43ef243d16b07a9a1f7a7e5baec825dda0e6b0571')
+sha512sums=('823675f262c2c9778ccf9c1083601d936cca534fc0d2d9309b52aa6beeb7f73d225a37c5f18f6b0683c4829a93b1299a2cb4f8f341e55b92bedf58c8dce0aa75')
 
 build() {
   cd jeepney-$pkgver
-  python setup.py build
+  python -m build --wheel --no-isolation
 }
 
 check() {
@@ -25,6 +26,6 @@
 
 package() {
   cd jeepney-$pkgver
-  python setup.py install --root="$pkgdir" --optimize=1
+  python -m installer --destdir="$pkgdir" dist/*.whl
   install -Dm644 LICENSE "$pkgdir"/usr/share/licenses/$pkgname/LICENSE
 }



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

2022-07-30 Thread Antonio Rojas via arch-commits
Date: Saturday, July 30, 2022 @ 22:24:06
  Author: arojas
Revision: 1259226

archrelease: copy trunk to community-x86_64

Added:
  pacparser/repos/community-x86_64/PKGBUILD
(from rev 1259225, pacparser/trunk/PKGBUILD)
Deleted:
  pacparser/repos/community-x86_64/PKGBUILD

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

Deleted: PKGBUILD
===
--- PKGBUILD2022-07-30 22:23:56 UTC (rev 1259225)
+++ PKGBUILD2022-07-30 22:24:06 UTC (rev 1259226)
@@ -1,24 +0,0 @@
-# Maintainer: Felix Yan 
-# Contributor: Max Meyer 
-
-pkgname=pacparser
-pkgver=1.3.9
-pkgrel=1
-pkgdesc="Library to parse proxy auto-config (PAC) files"
-arch=(x86_64)
-url="https://github.com/pacparser/pacparser";
-license=('LGPL')
-source=("https://github.com/pacparser/pacparser/archive/v$pkgver/$pkgname-$pkgver.tar.gz";)
-sha512sums=('ba8a62784dced086bfc03c17f8b8f7523e9abe285a9ba7ca8c5d9486a33061293a9f5a99eeb213616e44f08d835b32f72f847a17dc1938ecc0639dff43e28a1a')
-
-build() {
-  cd $pkgname-$pkgver
-  make all -C src
-}
-
-package() {
-  cd $pkgname-$pkgver
-  make -C src DESTDIR="$pkgdir/" install
-}
-
-# vim:set ts=2 sw=2 et:

Copied: pacparser/repos/community-x86_64/PKGBUILD (from rev 1259225, 
pacparser/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2022-07-30 22:24:06 UTC (rev 1259226)
@@ -0,0 +1,24 @@
+# Maintainer: Felix Yan 
+# Contributor: Max Meyer 
+
+pkgname=pacparser
+pkgver=1.4.0
+pkgrel=1
+pkgdesc="Library to parse proxy auto-config (PAC) files"
+arch=(x86_64)
+url="https://github.com/pacparser/pacparser";
+license=('LGPL')
+source=("https://github.com/pacparser/pacparser/archive/v$pkgver/$pkgname-$pkgver.tar.gz";)
+sha512sums=('9574068dc4da3db27ddc1242cf98d98ebc7515864789e95b700cd2ce1433a7cff84160f1507976488fab7529839cabe9cf2aa16ddbefc0c83009fa6c0d2ad6b3')
+
+build() {
+  cd $pkgname-$pkgver
+  make all -C src
+}
+
+package() {
+  cd $pkgname-$pkgver
+  make -C src DESTDIR="$pkgdir/" install
+}
+
+# vim:set ts=2 sw=2 et:



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

2022-07-30 Thread Antonio Rojas via arch-commits
Date: Saturday, July 30, 2022 @ 22:23:56
  Author: arojas
Revision: 1259225

upgpkg: pacparser 1.4.0-1: Update to 1.4.0

Modified:
  pacparser/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2022-07-30 21:49:27 UTC (rev 1259224)
+++ PKGBUILD2022-07-30 22:23:56 UTC (rev 1259225)
@@ -2,7 +2,7 @@
 # Contributor: Max Meyer 
 
 pkgname=pacparser
-pkgver=1.3.9
+pkgver=1.4.0
 pkgrel=1
 pkgdesc="Library to parse proxy auto-config (PAC) files"
 arch=(x86_64)
@@ -9,7 +9,7 @@
 url="https://github.com/pacparser/pacparser";
 license=('LGPL')
 
source=("https://github.com/pacparser/pacparser/archive/v$pkgver/$pkgname-$pkgver.tar.gz";)
-sha512sums=('ba8a62784dced086bfc03c17f8b8f7523e9abe285a9ba7ca8c5d9486a33061293a9f5a99eeb213616e44f08d835b32f72f847a17dc1938ecc0639dff43e28a1a')
+sha512sums=('9574068dc4da3db27ddc1242cf98d98ebc7515864789e95b700cd2ce1433a7cff84160f1507976488fab7529839cabe9cf2aa16ddbefc0c83009fa6c0d2ad6b3')
 
 build() {
   cd $pkgname-$pkgver



[arch-commits] Commit in linux-api-headers/repos/staging-any (4 files)

2022-07-30 Thread Frederik Schwan via arch-commits
Date: Saturday, July 30, 2022 @ 22:19:12
  Author: freswa
Revision: 451768

archrelease: copy trunk to staging-any

Added:
  linux-api-headers/repos/staging-any/PKGBUILD
(from rev 451767, linux-api-headers/trunk/PKGBUILD)
  linux-api-headers/repos/staging-any/keys/
Deleted:
  linux-api-headers/repos/staging-any/PKGBUILD
  linux-api-headers/repos/staging-any/keys/

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

Deleted: PKGBUILD
===
--- PKGBUILD2022-07-30 20:38:09 UTC (rev 451767)
+++ PKGBUILD2022-07-30 22:19:12 UTC (rev 451768)
@@ -1,34 +0,0 @@
-# Maintainer: Giancarlo Razzolini 
-# Maintainer: Frederik Schwan 
-# Contributor: Bartłomiej Piotrowski 
-# Contributor: Allan McRae 
-
-# toolchain build order: 
linux-api-headers->glibc->binutils->gcc->glibc->binutils->gcc
-
-pkgname=linux-api-headers
-pkgver=5.18.15
-pkgrel=1
-pkgdesc='Kernel headers sanitized for use in userspace'
-arch=(any)
-url='https://www.gnu.org/software/libc'
-license=(GPL2)
-makedepends=(rsync)
-source=(https://www.kernel.org/pub/linux/kernel/v${pkgver:0:1}.x/linux-${pkgver}.tar.{xz,sign})
-sha256sums=('69804febdc388a69dfb64493b7b58d402853de3a14144ea8db7fd67c30dcbe3c'
-'SKIP')
-validpgpkeys=('ABAF11C65A2970B130ABE3C479BE3E4300411886'   # Linus Torvalds
-  '647F28654894E3BD457199BE38DBBDC86092693E')  # Greg Kroah-Hartman
-
-build() {
-  cd linux-$pkgver
-
-  make mrproper
-}
-
-package() {
-  cd linux-$pkgver
-  make INSTALL_HDR_PATH="$pkgdir/usr" headers_install
-
-  # use headers from libdrm
-  rm -r "$pkgdir/usr/include/drm"
-}

Copied: linux-api-headers/repos/staging-any/PKGBUILD (from rev 451767, 
linux-api-headers/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2022-07-30 22:19:12 UTC (rev 451768)
@@ -0,0 +1,34 @@
+# Maintainer: Giancarlo Razzolini 
+# Maintainer: Frederik Schwan 
+# Contributor: Bartłomiej Piotrowski 
+# Contributor: Allan McRae 
+
+# toolchain build order: 
linux-api-headers->glibc->binutils->gcc->glibc->binutils->gcc
+
+pkgname=linux-api-headers
+pkgver=5.18.15
+pkgrel=1
+pkgdesc='Kernel headers sanitized for use in userspace'
+arch=(any)
+url='https://www.gnu.org/software/libc'
+license=(GPL2)
+makedepends=(rsync)
+source=(https://www.kernel.org/pub/linux/kernel/v${pkgver:0:1}.x/linux-${pkgver}.tar.{xz,sign})
+sha256sums=('69804febdc388a69dfb64493b7b58d402853de3a14144ea8db7fd67c30dcbe3c'
+'SKIP')
+validpgpkeys=('ABAF11C65A2970B130ABE3C479BE3E4300411886'   # Linus Torvalds
+  '647F28654894E3BD457199BE38DBBDC86092693E')  # Greg Kroah-Hartman
+
+build() {
+  cd linux-$pkgver
+
+  make mrproper
+}
+
+package() {
+  cd linux-$pkgver
+  make INSTALL_HDR_PATH="$pkgdir/usr" headers_install
+
+  # use headers from libdrm
+  rm -r "$pkgdir/usr/include/drm"
+}



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

2022-07-30 Thread Antonio Rojas via arch-commits
Date: Saturday, July 30, 2022 @ 21:49:27
  Author: arojas
Revision: 1259224

archrelease: copy trunk to community-any

Added:
  python-pytest-flake8/repos/community-any/PKGBUILD
(from rev 1259223, python-pytest-flake8/trunk/PKGBUILD)
Deleted:
  python-pytest-flake8/repos/community-any/PKGBUILD

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

Deleted: PKGBUILD
===
--- PKGBUILD2022-07-30 21:49:17 UTC (rev 1259223)
+++ PKGBUILD2022-07-30 21:49:27 UTC (rev 1259224)
@@ -1,41 +0,0 @@
-# Maintainer: Felix Yan 
-
-pkgname=python-pytest-flake8
-pkgver=1.0.7
-pkgrel=3
-pkgdesc='pytest plugin to check FLAKE8 requirements'
-arch=('any')
-license=('MIT')
-url='https://github.com/tholo/pytest-flake8'
-depends=('python-pytest' 'flake8')
-source=("$pkgname-$pkgver.tar.gz::https://github.com/tholo/pytest-flake8/archive/$pkgver.tar.gz";
-
$pkgname-python310.patch::https://github.com/tholo/pytest-flake8/pull/82.patch)
-sha512sums=('c71d08eefcafe5503a660d8495c3520a9ae26ba701095c13111b33dc420fed03a2cbffa889eef08488ab5254ed001fd43b3a4757ffa2011cc3b4bd80d078f3c1'
-
'7b7e5793216ac2aef35ce96122b99ce63f4e2acbdf9ae5a6d8f5719cafa1e725ac3afa5d1421c106bc1ce3f6d2d6794ff2c98c67204194e4651fc170c52670f1')
-
-prepare() {
-  cd pytest-flake8-$pkgver
-  patch -Np1 -i ../$pkgname-python310.patch
-  sed -i 's/ignore = E128/ignore = E128 W605/' tox.ini
-}
-
-build() {
-  cd "$srcdir"/pytest-flake8-$pkgver
-  python setup.py build
-}
-
-check() {
-  # Hack entry points by installing it
-
-  cd "$srcdir"/pytest-flake8-$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() {
-  cd pytest-flake8-$pkgver
-  python setup.py install --root="$pkgdir" --optimize=1
-  install -D -m644 LICENSE "$pkgdir"/usr/share/licenses/$pkgname/LICENSE
-}
-
-# vim:set ts=2 sw=2 et:

Copied: python-pytest-flake8/repos/community-any/PKGBUILD (from rev 1259223, 
python-pytest-flake8/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2022-07-30 21:49:27 UTC (rev 1259224)
@@ -0,0 +1,38 @@
+# Maintainer: Felix Yan 
+
+pkgname=python-pytest-flake8
+pkgver=1.1.1
+pkgrel=1
+pkgdesc='pytest plugin to check FLAKE8 requirements'
+arch=('any')
+license=('MIT')
+url='https://github.com/tholo/pytest-flake8'
+depends=('python-pytest' 'flake8')
+source=("$pkgname-$pkgver.tar.gz::https://github.com/tholo/pytest-flake8/archive/$pkgver.tar.gz";)
+sha512sums=('7ad9b6da1fdb9f9ac8720820589d1a213b1c1bda8c2579d988d288031fb717916c81d100488200a4d64b880575041f34387c20685416ed789ced51063e814e13')
+
+prepare() {
+  cd pytest-flake8-$pkgver
+  sed -i 's/ignore = E128/ignore = E128 W605/' tox.ini
+}
+
+build() {
+  cd "$srcdir"/pytest-flake8-$pkgver
+  python setup.py build
+}
+
+check() {
+  # Hack entry points by installing it
+
+  cd "$srcdir"/pytest-flake8-$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() {
+  cd pytest-flake8-$pkgver
+  python setup.py install --root="$pkgdir" --optimize=1
+  install -D -m644 LICENSE "$pkgdir"/usr/share/licenses/$pkgname/LICENSE
+}
+
+# vim:set ts=2 sw=2 et:



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

2022-07-30 Thread Antonio Rojas via arch-commits
Date: Saturday, July 30, 2022 @ 21:49:17
  Author: arojas
Revision: 1259223

upgpkg: python-pytest-flake8 1.1.1-1: Update to 1.1.1

Modified:
  python-pytest-flake8/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2022-07-30 21:37:12 UTC (rev 1259222)
+++ PKGBUILD2022-07-30 21:49:17 UTC (rev 1259223)
@@ -1,21 +1,18 @@
 # Maintainer: Felix Yan 
 
 pkgname=python-pytest-flake8
-pkgver=1.0.7
-pkgrel=3
+pkgver=1.1.1
+pkgrel=1
 pkgdesc='pytest plugin to check FLAKE8 requirements'
 arch=('any')
 license=('MIT')
 url='https://github.com/tholo/pytest-flake8'
 depends=('python-pytest' 'flake8')
-source=("$pkgname-$pkgver.tar.gz::https://github.com/tholo/pytest-flake8/archive/$pkgver.tar.gz";
-
$pkgname-python310.patch::https://github.com/tholo/pytest-flake8/pull/82.patch)
-sha512sums=('c71d08eefcafe5503a660d8495c3520a9ae26ba701095c13111b33dc420fed03a2cbffa889eef08488ab5254ed001fd43b3a4757ffa2011cc3b4bd80d078f3c1'
-
'7b7e5793216ac2aef35ce96122b99ce63f4e2acbdf9ae5a6d8f5719cafa1e725ac3afa5d1421c106bc1ce3f6d2d6794ff2c98c67204194e4651fc170c52670f1')
+source=("$pkgname-$pkgver.tar.gz::https://github.com/tholo/pytest-flake8/archive/$pkgver.tar.gz";)
+sha512sums=('7ad9b6da1fdb9f9ac8720820589d1a213b1c1bda8c2579d988d288031fb717916c81d100488200a4d64b880575041f34387c20685416ed789ced51063e814e13')
 
 prepare() {
   cd pytest-flake8-$pkgver
-  patch -Np1 -i ../$pkgname-python310.patch
   sed -i 's/ignore = E128/ignore = E128 W605/' tox.ini
 }
 



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

2022-07-30 Thread Antonio Rojas via arch-commits
Date: Saturday, July 30, 2022 @ 21:36:34
  Author: arojas
Revision: 1259220

archrelease: copy trunk to community-staging-x86_64

Added:
  nlopt/repos/community-staging-x86_64/
  nlopt/repos/community-staging-x86_64/PKGBUILD
(from rev 1259219, nlopt/trunk/PKGBUILD)

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

Copied: nlopt/repos/community-staging-x86_64/PKGBUILD (from rev 1259219, 
nlopt/trunk/PKGBUILD)
===
--- community-staging-x86_64/PKGBUILD   (rev 0)
+++ community-staging-x86_64/PKGBUILD   2022-07-30 21:36:34 UTC (rev 1259220)
@@ -0,0 +1,30 @@
+# Maintainer: Bruno Pagani 
+
+pkgname=nlopt
+pkgver=2.7.1
+pkgrel=3
+pkgdesc="Nonlinear optimization library"
+arch=(x86_64)
+url="https://nlopt.readthedocs.io/en/latest/";
+license=(LGPL)
+depends=(gcc-libs)
+makedepends=(cmake python-numpy octave guile swig)
+optdepends=('python-numpy: to use with python')
+source=(https://github.com/stevengj/nlopt/archive/v${pkgver}/${pkgname}-${pkgver}.tar.gz)
+sha256sums=('db88232fa5cef0ff6e39943fc63ab6074208831dc0031cf1545f6ecd31ae2a1a')
+
+build() {
+  cmake -B build -S ${pkgname}-${pkgver} \
+-DCMAKE_INSTALL_PREFIX=/usr \
+-DCMAKE_INSTALL_LIBDIR=lib
+  make -C build
+}
+
+check() {
+  cd build
+  ctest --output-on-failure
+}
+
+package() {
+  make -C build DESTDIR="${pkgdir}" install
+}



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

2022-07-30 Thread Antonio Rojas via arch-commits
Date: Saturday, July 30, 2022 @ 21:36:25
  Author: arojas
Revision: 1259219

upgpkg: nlopt 2.7.1-3: octave 7.2 rebuild

Modified:
  nlopt/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2022-07-30 21:34:26 UTC (rev 1259218)
+++ PKGBUILD2022-07-30 21:36:25 UTC (rev 1259219)
@@ -2,7 +2,7 @@
 
 pkgname=nlopt
 pkgver=2.7.1
-pkgrel=2
+pkgrel=3
 pkgdesc="Nonlinear optimization library"
 arch=(x86_64)
 url="https://nlopt.readthedocs.io/en/latest/";



[arch-commits] Commit in octave/repos (3 files)

2022-07-30 Thread Antonio Rojas via arch-commits
Date: Saturday, July 30, 2022 @ 21:34:26
  Author: arojas
Revision: 1259218

archrelease: copy trunk to community-staging-x86_64

Added:
  octave/repos/community-staging-x86_64/
  octave/repos/community-staging-x86_64/PKGBUILD
(from rev 1259217, octave/trunk/PKGBUILD)
  octave/repos/community-staging-x86_64/keys/

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

Copied: octave/repos/community-staging-x86_64/PKGBUILD (from rev 1259217, 
octave/trunk/PKGBUILD)
===
--- community-staging-x86_64/PKGBUILD   (rev 0)
+++ community-staging-x86_64/PKGBUILD   2022-07-30 21:34:26 UTC (rev 1259218)
@@ -0,0 +1,44 @@
+# Maintainer: Ronald van Haren 
+# Contributor : shining 
+# Contributor : cyberdune 
+
+pkgname=octave
+pkgver=7.2.0
+pkgrel=1
+pkgdesc="A high-level language, primarily intended for numerical computations"
+arch=('x86_64')
+url="https://www.gnu.org/software/octave/";
+license=('GPL')
+depends=('fftw' 'curl' 'graphicsmagick' 'glpk' 'hdf5' 'qhull' 'arpack' 'glu' 
'ghostscript'
+  'sundials' 'gl2ps' 'qscintilla-qt5' 'libsndfile' 'qt5-tools' 
'qrupdate')
+makedepends=('gcc-fortran' 'texlive-core' 'suitesparse' 'texinfo' 'gnuplot' 
'fltk' 'portaudio' 'jdk8-openjdk' 'rapidjson')
+optdepends=('texinfo: for help-support in octave'
+'gnuplot: alternative plotting'
+'portaudio: audio support'
+'java-runtime: java support'
+'fltk: FLTK GUI'
+'texlive-bin: for the publish command')
+source=(https://ftp.gnu.org/gnu/octave/octave-$pkgver.tar.gz{,.sig})
+options=('!emptydirs')
+validpgpkeys=('DBD9C84E39FE1AAE99F04446B05F05B75D36644B')  # John W. Eaton
+sha512sums=('b1f484fb97ca9270c3090f73b01f1ec0dcd6d3f838ecf7f46c50eb6245a1fa454fbc15dcf87b462a71532ba324cccd4d547b8a5b6a8e7a0914ea14981386b024'
+'SKIP')
+
+build() {
+  cd ${pkgname}-${pkgver}
+
+  ./configure --prefix=/usr --libexecdir=/usr/lib \
+--enable-shared --disable-static \
+--with-quantum-depth=16
+  make
+}
+
+package(){
+  cd ${pkgname}-${pkgver}
+
+  make DESTDIR="${pkgdir}" install
+
+  # add octave library path to ld.so.conf.d
+  install -d "${pkgdir}/etc/ld.so.conf.d"
+  echo "/usr/lib/${pkgname}/${pkgver}" > 
"${pkgdir}/etc/ld.so.conf.d/${pkgname}.conf"
+}



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

2022-07-30 Thread Antonio Rojas via arch-commits
Date: Saturday, July 30, 2022 @ 21:34:15
  Author: arojas
Revision: 1259217

upgpkg: octave 7.2.0-1: Update to 7.2.0

Added:
  octave/trunk/keys/
  octave/trunk/keys/pgp/
  octave/trunk/keys/pgp/DBD9C84E39FE1AAE99F04446B05F05B75D36644B.asc
Modified:
  octave/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2022-07-30 21:03:18 UTC (rev 1259216)
+++ PKGBUILD2022-07-30 21:34:15 UTC (rev 1259217)
@@ -3,8 +3,8 @@
 # Contributor : cyberdune 
 
 pkgname=octave
-pkgver=7.1.0
-pkgrel=4
+pkgver=7.2.0
+pkgrel=1
 pkgdesc="A high-level language, primarily intended for numerical computations"
 arch=('x86_64')
 url="https://www.gnu.org/software/octave/";
@@ -21,7 +21,7 @@
 source=(https://ftp.gnu.org/gnu/octave/octave-$pkgver.tar.gz{,.sig})
 options=('!emptydirs')
 validpgpkeys=('DBD9C84E39FE1AAE99F04446B05F05B75D36644B')  # John W. Eaton
-sha512sums=('042a68bd2c5c873ccc846c6de13743c6fddd166e8b062948daf184133eb774a05e29ab6132829886411a5ba330126d20a3d0700a606819a424c3db6e57471888'
+sha512sums=('b1f484fb97ca9270c3090f73b01f1ec0dcd6d3f838ecf7f46c50eb6245a1fa454fbc15dcf87b462a71532ba324cccd4d547b8a5b6a8e7a0914ea14981386b024'
 'SKIP')
 
 build() {

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

Index: octave/trunk/keys/pgp/DBD9C84E39FE1AAE99F04446B05F05B75D36644B.asc
===
--- keys/pgp/DBD9C84E39FE1AAE99F04446B05F05B75D36644B.asc   2022-07-30 
21:03:18 UTC (rev 1259216)
+++ keys/pgp/DBD9C84E39FE1AAE99F04446B05F05B75D36644B.asc   2022-07-30 
21:34:15 UTC (rev 1259217)

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


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

2022-07-30 Thread Antonio Rojas via arch-commits
Date: Saturday, July 30, 2022 @ 21:03:18
  Author: arojas
Revision: 1259216

archrelease: copy trunk to community-any

Added:
  jmol/repos/community-any/PKGBUILD
(from rev 1259215, jmol/trunk/PKGBUILD)
Deleted:
  jmol/repos/community-any/PKGBUILD

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

Deleted: PKGBUILD
===
--- PKGBUILD2022-07-30 21:03:03 UTC (rev 1259215)
+++ PKGBUILD2022-07-30 21:03:18 UTC (rev 1259216)
@@ -1,35 +0,0 @@
-# Maintainer: Antonio Rojas 
-# Contributor: James Spencer 
-
-pkgbase=jmol
-pkgname=(jmol jsmol)
-pkgver=14.32.65
-pkgrel=1
-arch=(any)
-url='https://jmol.sourceforge.net'
-license=(LGPL)
-makedepends=(unzip)
-source=(https://sourceforge.net/projects/jmol/files/Jmol/Version%20${pkgver%.*}/Jmol%20$pkgver/Jmol-$pkgver-binary.zip)
-sha256sums=('0bc5ade93000cc34fffec759a8c3d5f077ce19f3153b0edb2c15bff7fb3fb474')
-
-package_jmol() {
-  pkgdesc='A Java 3D viewer for chemical structures'
-  depends=(java-runtime)
-
-  cd $pkgbase-$pkgver
-
-  mkdir -p "$pkgdir"/usr/share/$pkgname
-  mkdir -p "$pkgdir"/usr/bin
-
-  cp *.jar "$pkgdir"/usr/share/$pkgname
-  install -Dm755 jmol.sh "$pkgdir"/usr/share/$pkgname
-  ln -s /usr/share/$pkgname/$pkgname.sh "$pkgdir"/usr/bin/$pkgname
-}
-
-package_jsmol() {
-  pkgdesc='A JavaScript 3D viewer for chemical structures'
-  cd $pkgbase-$pkgver
-
-  mkdir -p "$pkgdir"/usr/share
-  unzip jsmol.zip -d "$pkgdir"/usr/share/
-}

Copied: jmol/repos/community-any/PKGBUILD (from rev 1259215, 
jmol/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2022-07-30 21:03:18 UTC (rev 1259216)
@@ -0,0 +1,35 @@
+# Maintainer: Antonio Rojas 
+# Contributor: James Spencer 
+
+pkgbase=jmol
+pkgname=(jmol jsmol)
+pkgver=14.32.66
+pkgrel=1
+arch=(any)
+url='https://jmol.sourceforge.net'
+license=(LGPL)
+makedepends=(unzip)
+source=(https://sourceforge.net/projects/jmol/files/Jmol/Version%20${pkgver%.*}/Jmol%20$pkgver/Jmol-$pkgver-binary.zip)
+sha256sums=('ce18e45e4e114fdd717fdf8e06851712aae912b5d51b5d87f26683da4cc9e1eb')
+
+package_jmol() {
+  pkgdesc='A Java 3D viewer for chemical structures'
+  depends=(java-runtime)
+
+  cd $pkgbase-$pkgver
+
+  mkdir -p "$pkgdir"/usr/share/$pkgname
+  mkdir -p "$pkgdir"/usr/bin
+
+  cp *.jar "$pkgdir"/usr/share/$pkgname
+  install -Dm755 jmol.sh "$pkgdir"/usr/share/$pkgname
+  ln -s /usr/share/$pkgname/$pkgname.sh "$pkgdir"/usr/bin/$pkgname
+}
+
+package_jsmol() {
+  pkgdesc='A JavaScript 3D viewer for chemical structures'
+  cd $pkgbase-$pkgver
+
+  mkdir -p "$pkgdir"/usr/share
+  unzip jsmol.zip -d "$pkgdir"/usr/share/
+}



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

2022-07-30 Thread Antonio Rojas via arch-commits
Date: Saturday, July 30, 2022 @ 21:03:03
  Author: arojas
Revision: 1259215

upgpkg: jmol 14.32.66-1: Update to 14.32.66

Modified:
  jmol/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2022-07-30 20:40:36 UTC (rev 1259214)
+++ PKGBUILD2022-07-30 21:03:03 UTC (rev 1259215)
@@ -3,7 +3,7 @@
 
 pkgbase=jmol
 pkgname=(jmol jsmol)
-pkgver=14.32.65
+pkgver=14.32.66
 pkgrel=1
 arch=(any)
 url='https://jmol.sourceforge.net'
@@ -10,7 +10,7 @@
 license=(LGPL)
 makedepends=(unzip)
 
source=(https://sourceforge.net/projects/jmol/files/Jmol/Version%20${pkgver%.*}/Jmol%20$pkgver/Jmol-$pkgver-binary.zip)
-sha256sums=('0bc5ade93000cc34fffec759a8c3d5f077ce19f3153b0edb2c15bff7fb3fb474')
+sha256sums=('ce18e45e4e114fdd717fdf8e06851712aae912b5d51b5d87f26683da4cc9e1eb')
 
 package_jmol() {
   pkgdesc='A Java 3D viewer for chemical structures'



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

2022-07-30 Thread Christian Rebischke via arch-commits
Date: Saturday, July 30, 2022 @ 20:40:36
  Author: shibumi
Revision: 1259214

Removed community-any for gitsign

Deleted:
  gitsign/repos/community-any/



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

2022-07-30 Thread Christian Rebischke via arch-commits
Date: Saturday, July 30, 2022 @ 20:40:33
  Author: shibumi
Revision: 1259213

archrelease: copy trunk to community-x86_64

Added:
  gitsign/repos/community-x86_64/
  gitsign/repos/community-x86_64/PKGBUILD
(from rev 1259212, gitsign/trunk/PKGBUILD)

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

Copied: gitsign/repos/community-x86_64/PKGBUILD (from rev 1259212, 
gitsign/trunk/PKGBUILD)
===
--- community-x86_64/PKGBUILD   (rev 0)
+++ community-x86_64/PKGBUILD   2022-07-30 20:40:33 UTC (rev 1259213)
@@ -0,0 +1,30 @@
+# Maintainer: Christian Rebischke 
+# Contriubutor: Jamie Magee 
+
+pkgname=gitsign
+pkgver=0.2.0
+pkgrel=2
+pkgdesc='Keyless Git signing using Sigstore'
+arch=('x86_64')
+url='https://github.com/sigstore/gitsign'
+license=(APACHE)
+makedepends=(go)
+source=("${pkgname}-${pkgver}.tar.gz::https://github.com/sigstore/${pkgname}/archive/refs/tags/v${pkgver}.tar.gz";)
+b2sums=('ac0e38a269e30a2334efb971d3ec9281ea0fe6d90a14278c3f76cdb755f57d504dd9a2779d87d33d209f889fd3589899f5a2cae7f3733d7ae114f35e4a787733')
+
+build() {
+  cd $pkgname-$pkgver
+  export CGO_LDFLAGS="${LDFLAGS}"
+  export CGO_CFLAGS="${CFLAGS}"
+  export CGO_CPPFLAGS="${CPPFLAGS}"
+  export CGO_CXXFLAGS="${CXXFLAGS}"
+  export GOFLAGS="-buildmode=pie -trimpath -mod=readonly -modcacherw"
+  make build-all
+}
+
+package() {
+  cd $pkgname-$pkgver
+
+  install -Dm755 "$pkgname" "$pkgdir/usr/bin/$pkgname"
+  install -Dm644 LICENSE "$pkgdir/usr/share/licenses/$pkgname/LICENSE"
+}



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

2022-07-30 Thread Christian Rebischke via arch-commits
Date: Saturday, July 30, 2022 @ 20:40:26
  Author: shibumi
Revision: 1259212

upgpkg: gitsign 0.2.0-2

Modified:
  gitsign/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2022-07-30 20:35:26 UTC (rev 1259211)
+++ PKGBUILD2022-07-30 20:40:26 UTC (rev 1259212)
@@ -3,9 +3,9 @@
 
 pkgname=gitsign
 pkgver=0.2.0
-pkgrel=1
+pkgrel=2
 pkgdesc='Keyless Git signing using Sigstore'
-arch=(any)
+arch=('x86_64')
 url='https://github.com/sigstore/gitsign'
 license=(APACHE)
 makedepends=(go)



[arch-commits] Commit in linux-api-headers/repos (3 files)

2022-07-30 Thread Frederik Schwan via arch-commits
Date: Saturday, July 30, 2022 @ 20:38:09
  Author: freswa
Revision: 451767

archrelease: copy trunk to staging-any

Added:
  linux-api-headers/repos/staging-any/
  linux-api-headers/repos/staging-any/PKGBUILD
(from rev 451766, linux-api-headers/trunk/PKGBUILD)
  linux-api-headers/repos/staging-any/keys/

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

Copied: linux-api-headers/repos/staging-any/PKGBUILD (from rev 451766, 
linux-api-headers/trunk/PKGBUILD)
===
--- staging-any/PKGBUILD(rev 0)
+++ staging-any/PKGBUILD2022-07-30 20:38:09 UTC (rev 451767)
@@ -0,0 +1,34 @@
+# Maintainer: Giancarlo Razzolini 
+# Maintainer: Frederik Schwan 
+# Contributor: Bartłomiej Piotrowski 
+# Contributor: Allan McRae 
+
+# toolchain build order: 
linux-api-headers->glibc->binutils->gcc->glibc->binutils->gcc
+
+pkgname=linux-api-headers
+pkgver=5.18.15
+pkgrel=1
+pkgdesc='Kernel headers sanitized for use in userspace'
+arch=(any)
+url='https://www.gnu.org/software/libc'
+license=(GPL2)
+makedepends=(rsync)
+source=(https://www.kernel.org/pub/linux/kernel/v${pkgver:0:1}.x/linux-${pkgver}.tar.{xz,sign})
+sha256sums=('69804febdc388a69dfb64493b7b58d402853de3a14144ea8db7fd67c30dcbe3c'
+'SKIP')
+validpgpkeys=('ABAF11C65A2970B130ABE3C479BE3E4300411886'   # Linus Torvalds
+  '647F28654894E3BD457199BE38DBBDC86092693E')  # Greg Kroah-Hartman
+
+build() {
+  cd linux-$pkgver
+
+  make mrproper
+}
+
+package() {
+  cd linux-$pkgver
+  make INSTALL_HDR_PATH="$pkgdir/usr" headers_install
+
+  # use headers from libdrm
+  rm -r "$pkgdir/usr/include/drm"
+}



[arch-commits] Commit in linux-api-headers/trunk (5 files)

2022-07-30 Thread Frederik Schwan via arch-commits
Date: Saturday, July 30, 2022 @ 20:38:06
  Author: freswa
Revision: 451766

upgpkg: linux-api-headers 5.18.15-1

Added:
  linux-api-headers/trunk/keys/
  linux-api-headers/trunk/keys/pgp/
  linux-api-headers/trunk/keys/pgp/647F28654894E3BD457199BE38DBBDC86092693E.asc
  linux-api-headers/trunk/keys/pgp/ABAF11C65A2970B130ABE3C479BE3E4300411886.asc
Modified:
  linux-api-headers/trunk/PKGBUILD

---+
 PKGBUILD  |6 +++---
 keys/pgp/647F28654894E3BD457199BE38DBBDC86092693E.asc |1 +
 keys/pgp/ABAF11C65A2970B130ABE3C479BE3E4300411886.asc |1 +
 3 files changed, 5 insertions(+), 3 deletions(-)

Modified: PKGBUILD
===
--- PKGBUILD2022-07-30 16:20:28 UTC (rev 451765)
+++ PKGBUILD2022-07-30 20:38:06 UTC (rev 451766)
@@ -6,8 +6,8 @@
 # toolchain build order: 
linux-api-headers->glibc->binutils->gcc->glibc->binutils->gcc
 
 pkgname=linux-api-headers
-pkgver=5.17.5
-pkgrel=2
+pkgver=5.18.15
+pkgrel=1
 pkgdesc='Kernel headers sanitized for use in userspace'
 arch=(any)
 url='https://www.gnu.org/software/libc'
@@ -14,7 +14,7 @@
 license=(GPL2)
 makedepends=(rsync)
 
source=(https://www.kernel.org/pub/linux/kernel/v${pkgver:0:1}.x/linux-${pkgver}.tar.{xz,sign})
-sha256sums=('9bbcd185b94436f9c8fe977fa0e862f60d34003562327fcebb27c9fa342fe987'
+sha256sums=('69804febdc388a69dfb64493b7b58d402853de3a14144ea8db7fd67c30dcbe3c'
 'SKIP')
 validpgpkeys=('ABAF11C65A2970B130ABE3C479BE3E4300411886'   # Linus Torvalds
   '647F28654894E3BD457199BE38DBBDC86092693E')  # Greg Kroah-Hartman

Added: keys/pgp/647F28654894E3BD457199BE38DBBDC86092693E.asc
===
(Binary files differ)

Index: 
linux-api-headers/trunk/keys/pgp/647F28654894E3BD457199BE38DBBDC86092693E.asc
===
--- keys/pgp/647F28654894E3BD457199BE38DBBDC86092693E.asc   2022-07-30 
16:20:28 UTC (rev 451765)
+++ keys/pgp/647F28654894E3BD457199BE38DBBDC86092693E.asc   2022-07-30 
20:38:06 UTC (rev 451766)

Property changes on: 
linux-api-headers/trunk/keys/pgp/647F28654894E3BD457199BE38DBBDC86092693E.asc
___
Added: svn:mime-type
## -0,0 +1 ##
+application/pgp-keys
\ No newline at end of property
Added: keys/pgp/ABAF11C65A2970B130ABE3C479BE3E4300411886.asc
===
(Binary files differ)

Index: 
linux-api-headers/trunk/keys/pgp/ABAF11C65A2970B130ABE3C479BE3E4300411886.asc
===
--- keys/pgp/ABAF11C65A2970B130ABE3C479BE3E4300411886.asc   2022-07-30 
16:20:28 UTC (rev 451765)
+++ keys/pgp/ABAF11C65A2970B130ABE3C479BE3E4300411886.asc   2022-07-30 
20:38:06 UTC (rev 451766)

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


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

2022-07-30 Thread Christian Rebischke via arch-commits
Date: Saturday, July 30, 2022 @ 20:35:26
  Author: shibumi
Revision: 1259211

archrelease: copy trunk to community-any

Added:
  gitsign/repos/community-any/
  gitsign/repos/community-any/PKGBUILD
(from rev 1259210, gitsign/trunk/PKGBUILD)

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

Copied: gitsign/repos/community-any/PKGBUILD (from rev 1259210, 
gitsign/trunk/PKGBUILD)
===
--- community-any/PKGBUILD  (rev 0)
+++ community-any/PKGBUILD  2022-07-30 20:35:26 UTC (rev 1259211)
@@ -0,0 +1,30 @@
+# Maintainer: Christian Rebischke 
+# Contriubutor: Jamie Magee 
+
+pkgname=gitsign
+pkgver=0.2.0
+pkgrel=1
+pkgdesc='Keyless Git signing using Sigstore'
+arch=(any)
+url='https://github.com/sigstore/gitsign'
+license=(APACHE)
+makedepends=(go)
+source=("${pkgname}-${pkgver}.tar.gz::https://github.com/sigstore/${pkgname}/archive/refs/tags/v${pkgver}.tar.gz";)
+b2sums=('ac0e38a269e30a2334efb971d3ec9281ea0fe6d90a14278c3f76cdb755f57d504dd9a2779d87d33d209f889fd3589899f5a2cae7f3733d7ae114f35e4a787733')
+
+build() {
+  cd $pkgname-$pkgver
+  export CGO_LDFLAGS="${LDFLAGS}"
+  export CGO_CFLAGS="${CFLAGS}"
+  export CGO_CPPFLAGS="${CPPFLAGS}"
+  export CGO_CXXFLAGS="${CXXFLAGS}"
+  export GOFLAGS="-buildmode=pie -trimpath -mod=readonly -modcacherw"
+  make build-all
+}
+
+package() {
+  cd $pkgname-$pkgver
+
+  install -Dm755 "$pkgname" "$pkgdir/usr/bin/$pkgname"
+  install -Dm644 LICENSE "$pkgdir/usr/share/licenses/$pkgname/LICENSE"
+}



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

2022-07-30 Thread Christian Rebischke via arch-commits
Date: Saturday, July 30, 2022 @ 20:35:20
  Author: shibumi
Revision: 1259210

upgpkg: gitsign 0.2.0-1

Modified:
  gitsign/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2022-07-30 20:30:31 UTC (rev 1259209)
+++ PKGBUILD2022-07-30 20:35:20 UTC (rev 1259210)
@@ -10,7 +10,7 @@
 license=(APACHE)
 makedepends=(go)
 
source=("${pkgname}-${pkgver}.tar.gz::https://github.com/sigstore/${pkgname}/archive/refs/tags/v${pkgver}.tar.gz";)
-b2sums=('bec13804e87f30a4a5450d4e65631baf8b733eab95d26e27b55fb38c92075bb2f04825fcc1129f2cfcdf82624337e99db7acd2f5abd3df841ee01d1bc9b2cc1f')
+b2sums=('ac0e38a269e30a2334efb971d3ec9281ea0fe6d90a14278c3f76cdb755f57d504dd9a2779d87d33d209f889fd3589899f5a2cae7f3733d7ae114f35e4a787733')
 
 build() {
   cd $pkgname-$pkgver
@@ -19,7 +19,7 @@
   export CGO_CPPFLAGS="${CPPFLAGS}"
   export CGO_CXXFLAGS="${CXXFLAGS}"
   export GOFLAGS="-buildmode=pie -trimpath -mod=readonly -modcacherw"
-  make build
+  make build-all
 }
 
 package() {



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

2022-07-30 Thread Christian Rebischke via arch-commits
Date: Saturday, July 30, 2022 @ 20:30:31
  Author: shibumi
Revision: 1259209

add gitsign

Added:
  gitsign/
  gitsign/repos/
  gitsign/trunk/
  gitsign/trunk/PKGBUILD

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

Added: gitsign/trunk/PKGBUILD
===
--- gitsign/trunk/PKGBUILD  (rev 0)
+++ gitsign/trunk/PKGBUILD  2022-07-30 20:30:31 UTC (rev 1259209)
@@ -0,0 +1,30 @@
+# Maintainer: Christian Rebischke 
+# Contriubutor: Jamie Magee 
+
+pkgname=gitsign
+pkgver=0.2.0
+pkgrel=1
+pkgdesc='Keyless Git signing using Sigstore'
+arch=(any)
+url='https://github.com/sigstore/gitsign'
+license=(APACHE)
+makedepends=(go)
+source=("${pkgname}-${pkgver}.tar.gz::https://github.com/sigstore/${pkgname}/archive/refs/tags/v${pkgver}.tar.gz";)
+b2sums=('bec13804e87f30a4a5450d4e65631baf8b733eab95d26e27b55fb38c92075bb2f04825fcc1129f2cfcdf82624337e99db7acd2f5abd3df841ee01d1bc9b2cc1f')
+
+build() {
+  cd $pkgname-$pkgver
+  export CGO_LDFLAGS="${LDFLAGS}"
+  export CGO_CFLAGS="${CFLAGS}"
+  export CGO_CPPFLAGS="${CPPFLAGS}"
+  export CGO_CXXFLAGS="${CXXFLAGS}"
+  export GOFLAGS="-buildmode=pie -trimpath -mod=readonly -modcacherw"
+  make build
+}
+
+package() {
+  cd $pkgname-$pkgver
+
+  install -Dm755 "$pkgname" "$pkgdir/usr/bin/$pkgname"
+  install -Dm644 LICENSE "$pkgdir/usr/share/licenses/$pkgname/LICENSE"
+}



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

2022-07-30 Thread Felix Yan via arch-commits
Date: Saturday, July 30, 2022 @ 18:35:57
  Author: felixonmars
Revision: 1259208

archrelease: copy trunk to community-x86_64

Added:
  n2n/repos/community-x86_64/PKGBUILD
(from rev 1259207, n2n/trunk/PKGBUILD)
Deleted:
  n2n/repos/community-x86_64/PKGBUILD

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

Deleted: PKGBUILD
===
--- PKGBUILD2022-07-30 18:35:41 UTC (rev 1259207)
+++ PKGBUILD2022-07-30 18:35:57 UTC (rev 1259208)
@@ -1,43 +0,0 @@
-# Maintainer: Felix Yan 
-
-pkgname=n2n
-pkgver=3.0
-pkgrel=1
-pkgdesc="A Peer-to-peer VPN software which makes it easy to create virtual 
networks bypassing intermediate firewalls"
-arch=('x86_64')
-url="https://github.com/ntop/n2n";
-license=('GPL')
-depends=('libcap' 'openssl')
-optdepends=('libpcap: for n2n-decode')
-makedepends=('cmake' 'ninja' 'libpcap')
-backup=('etc/n2n/edge.conf'
-'etc/n2n/supernode.conf')
-source=("https://github.com/ntop/n2n/archive/$pkgver/n2n-$pkgver.tar.gz";)
-sha512sums=('4e3806eacd7bd6de8e1818e2e42b285a12389d4423d3048c9a19f9e3aec8a6ddea276869e2dee367ea4df4711c2c4bf1b99d7fc7381b2a4773866a75a1306704')
-
-prepare() {
-  cd $pkgname-$pkgver
-  sed -i 's/RUNTIME DESTINATION sbin/RUNTIME DESTINATION bin/' CMakeLists.txt
-  sed -i 's|/usr/sbin|/usr/bin|' packages/etc/systemd/system/*.service.in
-
-  # We need a better way to make the conf file owned by the user created in 
sysusers.d...
-  sed -i '/User=n2n/d;/Group=n2n/d' 
packages/etc/systemd/system/supernode.service.in
-}
-
-build() {
-  cd $pkgname-$pkgver
-
-  cmake -GNinja -DCMAKE_INSTALL_PREFIX=/usr .
-  ninja
-}
-
-package() {
-  cd $pkgname-$pkgver
-  DESTDIR="$pkgdir" ninja install
-
-  install -Dm600 packages/etc/n2n/edge.conf.sample "$pkgdir"/etc/n2n/edge.conf
-  install -Dm600 packages/etc/n2n/supernode.conf.sample 
"$pkgdir"/etc/n2n/supernode.conf
-  install -Dm644 packages/etc/systemd/system/edge.service.in 
"$pkgdir"/usr/lib/systemd/system/edge.service
-  install -Dm644 packages/etc/systemd/system/e...@.service.in 
"$pkgdir"/usr/lib/systemd/system/edge@.service
-  install -Dm644 packages/etc/systemd/system/supernode.service.in 
"$pkgdir"/usr/lib/systemd/system/supernode.service
-}

Copied: n2n/repos/community-x86_64/PKGBUILD (from rev 1259207, 
n2n/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2022-07-30 18:35:57 UTC (rev 1259208)
@@ -0,0 +1,43 @@
+# Maintainer: Felix Yan 
+
+pkgname=n2n
+pkgver=3.1.0
+pkgrel=1
+pkgdesc="A Peer-to-peer VPN software which makes it easy to create virtual 
networks bypassing intermediate firewalls"
+arch=('x86_64')
+url="https://github.com/ntop/n2n";
+license=('GPL')
+depends=('libcap' 'openssl')
+optdepends=('libpcap: for n2n-decode')
+makedepends=('cmake' 'ninja' 'libpcap')
+backup=('etc/n2n/edge.conf'
+'etc/n2n/supernode.conf')
+source=("https://github.com/ntop/n2n/archive/$pkgver/n2n-$pkgver.tar.gz";)
+sha512sums=('ece1851add1c043aff10093d23adac70e393b225bf81ec49deae855b656a6c4c20d497da8b6b815c218b975d2f3d0e5e499265dbad285a525bdf753e4fa449ed')
+
+prepare() {
+  cd $pkgname-$pkgver
+  sed -i 's/RUNTIME DESTINATION sbin/RUNTIME DESTINATION bin/' CMakeLists.txt
+  sed -i 's|/usr/sbin|/usr/bin|' packages/etc/systemd/system/*.service.in
+
+  # We need a better way to make the conf file owned by the user created in 
sysusers.d...
+  sed -i '/User=n2n/d;/Group=n2n/d' 
packages/etc/systemd/system/supernode.service.in
+}
+
+build() {
+  cd $pkgname-$pkgver
+
+  cmake -GNinja -DCMAKE_INSTALL_PREFIX=/usr .
+  ninja
+}
+
+package() {
+  cd $pkgname-$pkgver
+  DESTDIR="$pkgdir" ninja install
+
+  install -Dm600 packages/etc/n2n/edge.conf.sample "$pkgdir"/etc/n2n/edge.conf
+  install -Dm600 packages/etc/n2n/supernode.conf.sample 
"$pkgdir"/etc/n2n/supernode.conf
+  install -Dm644 packages/etc/systemd/system/edge.service.in 
"$pkgdir"/usr/lib/systemd/system/edge.service
+  install -Dm644 packages/etc/systemd/system/e...@.service.in 
"$pkgdir"/usr/lib/systemd/system/edge@.service
+  install -Dm644 packages/etc/systemd/system/supernode.service.in 
"$pkgdir"/usr/lib/systemd/system/supernode.service
+}



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

2022-07-30 Thread Felix Yan via arch-commits
Date: Saturday, July 30, 2022 @ 18:35:41
  Author: felixonmars
Revision: 1259207

upgpkg: n2n 3.1.0-1

Modified:
  n2n/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2022-07-30 18:03:03 UTC (rev 1259206)
+++ PKGBUILD2022-07-30 18:35:41 UTC (rev 1259207)
@@ -1,7 +1,7 @@
 # Maintainer: Felix Yan 
 
 pkgname=n2n
-pkgver=3.0
+pkgver=3.1.0
 pkgrel=1
 pkgdesc="A Peer-to-peer VPN software which makes it easy to create virtual 
networks bypassing intermediate firewalls"
 arch=('x86_64')
@@ -13,7 +13,7 @@
 backup=('etc/n2n/edge.conf'
 'etc/n2n/supernode.conf')
 source=("https://github.com/ntop/n2n/archive/$pkgver/n2n-$pkgver.tar.gz";)
-sha512sums=('4e3806eacd7bd6de8e1818e2e42b285a12389d4423d3048c9a19f9e3aec8a6ddea276869e2dee367ea4df4711c2c4bf1b99d7fc7381b2a4773866a75a1306704')
+sha512sums=('ece1851add1c043aff10093d23adac70e393b225bf81ec49deae855b656a6c4c20d497da8b6b815c218b975d2f3d0e5e499265dbad285a525bdf753e4fa449ed')
 
 prepare() {
   cd $pkgname-$pkgver



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

2022-07-30 Thread Jelle van der Waa via arch-commits
Date: Saturday, July 30, 2022 @ 18:03:03
  Author: jelle
Revision: 1259206

archrelease: copy trunk to community-x86_64

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

--+
 PKGBUILD |  200 ++---
 1 file changed, 100 insertions(+), 100 deletions(-)

Deleted: PKGBUILD
===
--- PKGBUILD2022-07-30 18:02:53 UTC (rev 1259205)
+++ PKGBUILD2022-07-30 18:03:03 UTC (rev 1259206)
@@ -1,100 +0,0 @@
-# Maintainer: Levente Polyak 
-
-pkgname=diffoscope
-pkgver=219
-pkgrel=1
-pkgdesc='Tool for in-depth comparison of files, archives, and directories'
-url='https://diffoscope.org/'
-arch=('x86_64')
-license=('GPL3')
-depends=('python-magic' 'python-libarchive-c' 'python-distro' 
'python-defusedxml'
- 'python-tlsh')
-optdepends=(
-  'acl: access control list utilities support'
-  'binutils: binary utilities support'
-  'binwalk: binwalk support'
-  'bzip2: bzip2 utilities support'
-  'cdrtools: ISO utilities support'
-  'colord: ICC profiles support'
-  'cpio: cpio archive support'
-  'diffutils: diff utilities support'
-  'docx2txt: docx comparing support'
-  'dtc: device tree comparing support'
-  'e2fsprogs: Ext2/3/4 filesystem utilities support'
-  'enjarify: Android dex file support'
-  'hdf5: Hierarchical Data Format support'
-  'imagemagick: ImageMagick identify support'
-  'fpc: Free Pascal utilities support'
-  'java-environment: java utilities support'
-  'libcaca: image compare support'
-  'libxmlb: binary XML blobs support'
-  'llvm: LLVM bitcode files support'
-  'lz4: lz4 compression support'
-  'odt2txt: odt comparing support'
-  'fontforge: bitmap font utilities support'
-  'gettext: GNU internationalization utilities support'
-  'ghc: haskell utilities support'
-  'giflib: gifbuild utilities support'
-  'gnupg: GNU privacy guard support'
-  'gnumeric: GNOME Spreadsheet support'
-  'mono: mono support'
-  'openssh: OpenSSH key comparing support'
-  'openssl: .p7c and .p7b certificates. support'
-  'pgpdump: PGP files support'
-  'poppler: PDF utilities support'
-  'r: R language support'
-  'radare2: decompiler for executables'
-  'sqlite: SQLite support'
-  'squashfs-tools: squashfs filesystem support'
-  'python-guestfs: guestfs filesystem support'
-  'python-argcomplete: completion support'
-  'python-jsbeautifier: javascript beautifier support'
-  'python-progressbar: show progressbar support'
-  'tcpdump: pcap matching support'
-  'uboot-tools: FIT image support'
-  'unzip: zip utilities support'
-  'gzip: gzip utilities support'
-  'tar: tar utilities support'
-# 'wabt: webassembly support' unittest fails
-  'xxd: xxd utilities support'
-  'xz: XZ and LZMA utilities support'
-  'zstd: zst compression'
-)
-makedepends=('help2man' 'python-docutils' 'git')
-checkdepends=(
-  'python-pytest' 'python-jsbeautifier' 'python-h5py' 'acl' 'binutils' 'bzip2' 
'cdrtools' 'cpio' 'diffutils' 'e2fsprogs' 'enjarify'
-  'hdf5' 'imagemagick' 'java-environment=11' 'fontforge' 'gettext' 'ghc' 
'gnupg' 'mono' 'pgpdump' 'poppler' 'sqlite' 'squashfs-tools'
-  'libxmlb' 'lz4' 'unzip' 'gzip' 'tar' 'tcpdump' 'vim' 'xz' 'llvm' 'colord' 
'fpc' 'openssh' 'openssl' 'odt2txt' 'docx2txt' 'r' 'dtc'
-  'giflib' 'gnumeric' 'python-progressbar' 'binwalk' 'python-argcomplete' 
'zstd' 'uboot-tools')
-source=(https://diffoscope.org/archive/diffoscope-${pkgver}.tar.bz2{,.asc})
-sha512sums=('34d6ba1df916bd98e8b5bf6df9a5eb8d419f02d8e1d3f4817a106555b6f12edc8c0097315ba4bbc48c91eb6ce0b581d48454aa1a2979a62dc3f9badaf532319f'
-'SKIP')
-b2sums=('0e3134d2ce79e3adca20feee24efcb2b2f1f36fb8523c554f67026ee2eca423956887ef853cdaffc3a082096d3426994ebf7d2941d8acf59de4a5ae642bf2a4a'
-'SKIP')
-validpgpkeys=("C2FE4BD271C139B86C533E461E953E27D4311E58") # "Chris Lamb 
"
-
-
-build() {
-  cd ${pkgname}-${pkgver}
-  python setup.py build
-  make -C doc
-}
-
-check() {
-  cd ${pkgname}-${pkgver}
-  PYTHONPATH=".:${PYTHONPATH}" PYTHONDONTWRITEBYTECODE=1 py.test \
--k 'not test_ppu and not test_superblock and not test_wasm and not 
test_text_proper_indentation and not test_different and not test_equal'
-# file upstream bug, see 2cd654b450ce82fb86f55223cc01ba1abdac58a8 in 
diffoscope.git
-# bug introduced by revert in https://bugs.archlinux.org/task/70261
-# unsquashfs output differs from fixture.
-# ppu bug https://salsa.debian.org/reproducible-builds/diffoscope/issues/9
-}
-
-package() {
-  cd ${pkgname}-${pkgver}
-  python setup.py install --skip-build -O1 --root="${pkgdir}"
-  install -Dm 644 README.rst -t "${pkgdir}/usr/share/doc/${pkgname}"
-  install -Dm 644 doc/diffoscope.1 -t "${pkgdir}/usr/share/man/man1"
-}
-
-# vim: ts=2 sw=2 et:

Copied: diffoscope/repos/community-x86_64/PKGBUILD (fr

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

2022-07-30 Thread Jelle van der Waa via arch-commits
Date: Saturday, July 30, 2022 @ 18:02:53
  Author: jelle
Revision: 1259205

upgpkg: diffoscope 220-1

Modified:
  diffoscope/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2022-07-30 17:56:22 UTC (rev 1259204)
+++ PKGBUILD2022-07-30 18:02:53 UTC (rev 1259205)
@@ -1,7 +1,7 @@
 # Maintainer: Levente Polyak 
 
 pkgname=diffoscope
-pkgver=219
+pkgver=220
 pkgrel=1
 pkgdesc='Tool for in-depth comparison of files, archives, and directories'
 url='https://diffoscope.org/'
@@ -67,9 +67,9 @@
   'libxmlb' 'lz4' 'unzip' 'gzip' 'tar' 'tcpdump' 'vim' 'xz' 'llvm' 'colord' 
'fpc' 'openssh' 'openssl' 'odt2txt' 'docx2txt' 'r' 'dtc'
   'giflib' 'gnumeric' 'python-progressbar' 'binwalk' 'python-argcomplete' 
'zstd' 'uboot-tools')
 source=(https://diffoscope.org/archive/diffoscope-${pkgver}.tar.bz2{,.asc})
-sha512sums=('34d6ba1df916bd98e8b5bf6df9a5eb8d419f02d8e1d3f4817a106555b6f12edc8c0097315ba4bbc48c91eb6ce0b581d48454aa1a2979a62dc3f9badaf532319f'
+sha512sums=('c1d49a83d3edcecccd60d765e66f6f6329eb48032d51553766ac4afa202e8064f614e7b50bd3fc44c129e4a66ccfb798d8b411d1d99dbe60ada9e76afc7a0871'
 'SKIP')
-b2sums=('0e3134d2ce79e3adca20feee24efcb2b2f1f36fb8523c554f67026ee2eca423956887ef853cdaffc3a082096d3426994ebf7d2941d8acf59de4a5ae642bf2a4a'
+b2sums=('dee5d649f145e6892fb78336b92629f226501118ff8dee99abb4e160137e6240ec252c2e04b883a83d4ec8196aab353b98ed3ad87eda172a948877193c5e6ed7'
 'SKIP')
 validpgpkeys=("C2FE4BD271C139B86C533E461E953E27D4311E58") # "Chris Lamb 
"
 



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

2022-07-30 Thread Christian Rebischke via arch-commits
Date: Saturday, July 30, 2022 @ 17:56:22
  Author: shibumi
Revision: 1259204

archrelease: copy trunk to community-x86_64

Added:
  terraform/repos/community-x86_64/PKGBUILD
(from rev 1259203, terraform/trunk/PKGBUILD)
  terraform/repos/community-x86_64/terraform.bash
(from rev 1259203, terraform/trunk/terraform.bash)
  terraform/repos/community-x86_64/terraform.fish
(from rev 1259203, terraform/trunk/terraform.fish)
  terraform/repos/community-x86_64/terraform.zsh
(from rev 1259203, terraform/trunk/terraform.zsh)
Deleted:
  terraform/repos/community-x86_64/PKGBUILD
  terraform/repos/community-x86_64/terraform.bash
  terraform/repos/community-x86_64/terraform.fish
  terraform/repos/community-x86_64/terraform.zsh

+
 PKGBUILD   |  116 +++
 terraform.bash |2 
 terraform.fish |   18 
 terraform.zsh  |6 +-
 4 files changed, 71 insertions(+), 71 deletions(-)

Deleted: PKGBUILD
===
--- PKGBUILD2022-07-30 17:51:33 UTC (rev 1259203)
+++ PKGBUILD2022-07-30 17:56:22 UTC (rev 1259204)
@@ -1,58 +0,0 @@
-# Maintainer: Jerome Leclanche 
-# Maintainer: Christian Rebischke 
-# Maintainer: Daurnimator 
-
-pkgname=terraform
-pkgver=1.2.6
-pkgrel=1
-pkgdesc="HashiCorp tool for building and updating infrastructure as code 
idempotently"
-url="https://github.com/hashicorp/terraform";
-arch=("x86_64")
-license=("MPL")
-makedepends=('go')
-depends=('glibc')
-optdepends=('diffutils: for running `terraform fmt -diff`')
-options=('!lto')
-source=("$pkgname-$pkgver.tar.gz::https://github.com/hashicorp/terraform/archive/v$pkgver.tar.gz";
-"terraform.bash"
-"terraform.fish"
-"terraform.zsh")
-sha512sums=('799eff5cddc12db992e739b8057a1af12cfe3c71cc43211af929b75a999e0dc25700f5044ff3f7e8d99dc5a27884df5092f37fc9f81bfaba27d1fc3e44b0eb56'
-
'ea42bfc41288e5ad741fcddfbd5c1f8ba0088be0967b820db1e12e1dc13d1ba242b9cc1c247bf29c36ec59cdce76ff6703cf6b3f76cca5ec441a4927a01afe7d'
-
'44b387fbd7b6abb8f524999d3d5f14fd4d5be54b2b34336a708c6a493c93c886a7230d3102601604f62cf95c53e91de683919213d0e1473ee84e606030d249e3'
-
'ad991daf40f68c11fa66256177a04d97bd38d6a89c554d6261489d4de703852628ffc37429d862237ca24e15f6a7c915cfa027731189ac89a27f7b20c72ab4c9')
-b2sums=('9c4906ad70ee17e9400064440c10b333f88b5a7dc58668c355902e47a44cf2d061e303144afd80232ae797114b5a27a0238df62fee7b8df50f91bfd88634e168'
-
'd047735bbb006e9afbaa4b18af7a7f16a205ec528e91caa61a0b663dd6e24ec1df999216f0b7bd06e3b3c087b37f6ce3aa3cf3a20c892a9cc1962d33ce1b0bcc'
-
'd3655f23ba8893d0f8c6cd5e8b42fae473ccfbc77d97b7424aa1f0d0057bfed6cb4d2505e74dd89099c39af6bc03b92eddedae5bb2821ff905d06b5e311be1f0'
-
'd58712c8203e4a58ec68738f3d22457547a55d230018408400fd1ca433346171b72fa4a87f05efc93213c71f9757d3a8072149ca4e6894355e79f8cfae3bd55b')
-
-prepare() {
-   cd "$pkgname-$pkgver"
-   go mod download
-}
-
-build() {
-   cd "$pkgname-$pkgver"
-   export CGO_CPPFLAGS="${CPPFLAGS}"
-   export CGO_CFLAGS="${CFLAGS}"
-   export CGO_CXXFLAGS="${CXXFLAGS}"
-   export CGO_LDFLAGS="${LDFLAGS}"
-   export GOFLAGS="-buildmode=pie -trimpath -mod=readonly -modcacherw 
-ldflags=-linkmode=external"
-   export GOPROXY=off
-   go build -o terraform-binary
-}
-
-check() {
-   cd "${pkgname}-${pkgver}"
-   go test -mod=readonly ./...
-}
-
-package() {
-install -Dm644 terraform.bash 
"$pkgdir/usr/share/bash-completion/completions/terraform"
-install -Dm644 terraform.fish 
"${pkgdir}/usr/share/fish/vendor_completions.d/terraform.fish"
-install -Dm644 terraform.zsh 
"$pkgdir/usr/share/zsh/site-functions/_terraform"
-
-   cd "$pkgname-$pkgver"
-   install -Dm755 terraform-binary "$pkgdir/usr/bin/terraform"
-   install -Dm644 LICENSE "$pkgdir/usr/share/licenses/$pkgname/LICENSE"
-}

Copied: terraform/repos/community-x86_64/PKGBUILD (from rev 1259203, 
terraform/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2022-07-30 17:56:22 UTC (rev 1259204)
@@ -0,0 +1,58 @@
+# Maintainer: Jerome Leclanche 
+# Maintainer: Christian Rebischke 
+# Maintainer: Daurnimator 
+
+pkgname=terraform
+pkgver=1.2.6
+pkgrel=1
+pkgdesc="HashiCorp tool for building and updating infrastructure as code 
idempotently"
+url="https://github.com/hashicorp/terraform";
+arch=("x86_64")
+license=("MPL")
+makedepends=('go')
+depends=('glibc')
+optdepends=('diffutils: for running `terraform fmt -diff`')
+options=('!lto')
+source=("$pkgname-$pkgver.tar.gz::https://github.com/hashicorp/terraform/archive/v$pkgver.tar.gz";
+"terraform.bash"
+"terraform.fish"
+"terraform.zsh")
+sha512sums=('799eff5cddc12db992e739b8057a1af12cfe3c71cc43211af929b75a999e0dc25700f5044ff3f7e8d99dc5a27884df5092f37fc9f81bfaba27d1fc3e44b0eb56'
+
'ea

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

2022-07-30 Thread Christian Rebischke via arch-commits
Date: Saturday, July 30, 2022 @ 17:51:33
  Author: shibumi
Revision: 1259203

archrelease: copy trunk to community-x86_64

Added:
  terraform/repos/community-x86_64/PKGBUILD
(from rev 1259202, terraform/trunk/PKGBUILD)
  terraform/repos/community-x86_64/terraform.bash
(from rev 1259202, terraform/trunk/terraform.bash)
  terraform/repos/community-x86_64/terraform.fish
(from rev 1259202, terraform/trunk/terraform.fish)
  terraform/repos/community-x86_64/terraform.zsh
(from rev 1259202, terraform/trunk/terraform.zsh)
Deleted:
  terraform/repos/community-x86_64/PKGBUILD
  terraform/repos/community-x86_64/terraform.bash
  terraform/repos/community-x86_64/terraform.fish
  terraform/repos/community-x86_64/terraform.zsh

+
 PKGBUILD   |  116 +++
 terraform.bash |2 
 terraform.fish |   18 
 terraform.zsh  |6 +-
 4 files changed, 71 insertions(+), 71 deletions(-)

Deleted: PKGBUILD
===
--- PKGBUILD2022-07-30 17:51:24 UTC (rev 1259202)
+++ PKGBUILD2022-07-30 17:51:33 UTC (rev 1259203)
@@ -1,58 +0,0 @@
-# Maintainer: Jerome Leclanche 
-# Maintainer: Christian Rebischke 
-# Maintainer: Daurnimator 
-
-pkgname=terraform
-pkgver=1.2.4
-pkgrel=1
-pkgdesc="HashiCorp tool for building and updating infrastructure as code 
idempotently"
-url="https://github.com/hashicorp/terraform";
-arch=("x86_64")
-license=("MPL")
-makedepends=('go')
-depends=('glibc')
-optdepends=('diffutils: for running `terraform fmt -diff`')
-options=('!lto')
-source=("$pkgname-$pkgver.tar.gz::https://github.com/hashicorp/terraform/archive/v$pkgver.tar.gz";
-"terraform.bash"
-"terraform.fish"
-"terraform.zsh")
-sha512sums=('43dfc4745dbcb3f29577fac610771258c5a9551bf33019d1f6bd3059a808cd365f432842c565522c530b03abf18aeada53fc390604eaeafce4464afd9edcb463'
-
'ea42bfc41288e5ad741fcddfbd5c1f8ba0088be0967b820db1e12e1dc13d1ba242b9cc1c247bf29c36ec59cdce76ff6703cf6b3f76cca5ec441a4927a01afe7d'
-
'44b387fbd7b6abb8f524999d3d5f14fd4d5be54b2b34336a708c6a493c93c886a7230d3102601604f62cf95c53e91de683919213d0e1473ee84e606030d249e3'
-
'ad991daf40f68c11fa66256177a04d97bd38d6a89c554d6261489d4de703852628ffc37429d862237ca24e15f6a7c915cfa027731189ac89a27f7b20c72ab4c9')
-b2sums=('51b9353dfe40e988c8c621f9e09ec9d3e8facfa7b682832671b3f0f12f52d0836dd6ff1851bebfe6ca590248cd029c508dc35b437b637a51ace4c36ad5807730'
-
'd047735bbb006e9afbaa4b18af7a7f16a205ec528e91caa61a0b663dd6e24ec1df999216f0b7bd06e3b3c087b37f6ce3aa3cf3a20c892a9cc1962d33ce1b0bcc'
-
'd3655f23ba8893d0f8c6cd5e8b42fae473ccfbc77d97b7424aa1f0d0057bfed6cb4d2505e74dd89099c39af6bc03b92eddedae5bb2821ff905d06b5e311be1f0'
-
'd58712c8203e4a58ec68738f3d22457547a55d230018408400fd1ca433346171b72fa4a87f05efc93213c71f9757d3a8072149ca4e6894355e79f8cfae3bd55b')
-
-prepare() {
-   cd "$pkgname-$pkgver"
-   go mod download
-}
-
-build() {
-   cd "$pkgname-$pkgver"
-   export CGO_CPPFLAGS="${CPPFLAGS}"
-   export CGO_CFLAGS="${CFLAGS}"
-   export CGO_CXXFLAGS="${CXXFLAGS}"
-   export CGO_LDFLAGS="${LDFLAGS}"
-   export GOFLAGS="-buildmode=pie -trimpath -mod=readonly -modcacherw 
-ldflags=-linkmode=external"
-   export GOPROXY=off
-   go build -o terraform-binary
-}
-
-check() {
-   cd "${pkgname}-${pkgver}"
-   go test -mod=readonly ./...
-}
-
-package() {
-install -Dm644 terraform.bash 
"$pkgdir/usr/share/bash-completion/completions/terraform"
-install -Dm644 terraform.fish 
"${pkgdir}/usr/share/fish/vendor_completions.d/terraform.fish"
-install -Dm644 terraform.zsh 
"$pkgdir/usr/share/zsh/site-functions/_terraform"
-
-   cd "$pkgname-$pkgver"
-   install -Dm755 terraform-binary "$pkgdir/usr/bin/terraform"
-   install -Dm644 LICENSE "$pkgdir/usr/share/licenses/$pkgname/LICENSE"
-}

Copied: terraform/repos/community-x86_64/PKGBUILD (from rev 1259202, 
terraform/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2022-07-30 17:51:33 UTC (rev 1259203)
@@ -0,0 +1,58 @@
+# Maintainer: Jerome Leclanche 
+# Maintainer: Christian Rebischke 
+# Maintainer: Daurnimator 
+
+pkgname=terraform
+pkgver=1.2.6
+pkgrel=1
+pkgdesc="HashiCorp tool for building and updating infrastructure as code 
idempotently"
+url="https://github.com/hashicorp/terraform";
+arch=("x86_64")
+license=("MPL")
+makedepends=('go')
+depends=('glibc')
+optdepends=('diffutils: for running `terraform fmt -diff`')
+options=('!lto')
+source=("$pkgname-$pkgver.tar.gz::https://github.com/hashicorp/terraform/archive/v$pkgver.tar.gz";
+"terraform.bash"
+"terraform.fish"
+"terraform.zsh")
+sha512sums=('799eff5cddc12db992e739b8057a1af12cfe3c71cc43211af929b75a999e0dc25700f5044ff3f7e8d99dc5a27884df5092f37fc9f81bfaba27d1fc3e44b0eb56'
+
'ea

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

2022-07-30 Thread Christian Rebischke via arch-commits
Date: Saturday, July 30, 2022 @ 17:51:24
  Author: shibumi
Revision: 1259202

upgpkg: terraform 1.2.6-1

Modified:
  terraform/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2022-07-30 17:35:55 UTC (rev 1259201)
+++ PKGBUILD2022-07-30 17:51:24 UTC (rev 1259202)
@@ -3,7 +3,7 @@
 # Maintainer: Daurnimator 
 
 pkgname=terraform
-pkgver=1.2.4
+pkgver=1.2.6
 pkgrel=1
 pkgdesc="HashiCorp tool for building and updating infrastructure as code 
idempotently"
 url="https://github.com/hashicorp/terraform";
@@ -17,11 +17,11 @@
 "terraform.bash"
 "terraform.fish"
 "terraform.zsh")
-sha512sums=('43dfc4745dbcb3f29577fac610771258c5a9551bf33019d1f6bd3059a808cd365f432842c565522c530b03abf18aeada53fc390604eaeafce4464afd9edcb463'
+sha512sums=('799eff5cddc12db992e739b8057a1af12cfe3c71cc43211af929b75a999e0dc25700f5044ff3f7e8d99dc5a27884df5092f37fc9f81bfaba27d1fc3e44b0eb56'
 
'ea42bfc41288e5ad741fcddfbd5c1f8ba0088be0967b820db1e12e1dc13d1ba242b9cc1c247bf29c36ec59cdce76ff6703cf6b3f76cca5ec441a4927a01afe7d'
 
'44b387fbd7b6abb8f524999d3d5f14fd4d5be54b2b34336a708c6a493c93c886a7230d3102601604f62cf95c53e91de683919213d0e1473ee84e606030d249e3'
 
'ad991daf40f68c11fa66256177a04d97bd38d6a89c554d6261489d4de703852628ffc37429d862237ca24e15f6a7c915cfa027731189ac89a27f7b20c72ab4c9')
-b2sums=('51b9353dfe40e988c8c621f9e09ec9d3e8facfa7b682832671b3f0f12f52d0836dd6ff1851bebfe6ca590248cd029c508dc35b437b637a51ace4c36ad5807730'
+b2sums=('9c4906ad70ee17e9400064440c10b333f88b5a7dc58668c355902e47a44cf2d061e303144afd80232ae797114b5a27a0238df62fee7b8df50f91bfd88634e168'
 
'd047735bbb006e9afbaa4b18af7a7f16a205ec528e91caa61a0b663dd6e24ec1df999216f0b7bd06e3b3c087b37f6ce3aa3cf3a20c892a9cc1962d33ce1b0bcc'
 
'd3655f23ba8893d0f8c6cd5e8b42fae473ccfbc77d97b7424aa1f0d0057bfed6cb4d2505e74dd89099c39af6bc03b92eddedae5bb2821ff905d06b5e311be1f0'
 
'd58712c8203e4a58ec68738f3d22457547a55d230018408400fd1ca433346171b72fa4a87f05efc93213c71f9757d3a8072149ca4e6894355e79f8cfae3bd55b')



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

2022-07-30 Thread Christian Rebischke via arch-commits
Date: Saturday, July 30, 2022 @ 17:35:55
  Author: shibumi
Revision: 1259201

archrelease: copy trunk to community-x86_64

Modified:
  kustomize/repos/community-x86_64/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2022-07-30 17:35:49 UTC (rev 1259200)
+++ PKGBUILD2022-07-30 17:35:55 UTC (rev 1259201)
@@ -2,8 +2,8 @@
 # Maintainer: Daurnimator 
 
 pkgname=kustomize
-pkgver=4.5.5
-pkgrel=1
+pkgver=4.5.4
+pkgrel=2
 pkgdesc="Template-free customization of Kubernetes YAML manifests"
 arch=('x86_64')
 url="https://github.com/kubernetes-sigs/kustomize";
@@ -13,8 +13,8 @@
 optdepends=('helm')
 options=('!lto')
 
source=("https://github.com/kubernetes-sigs/kustomize/archive/kustomize/v${pkgver}/${pkgname}-${pkgver}.tar.gz";)
-sha512sums=('db2375977059eeb0479adf842c5ddd42db15216a872bab66e7a2cbd595e4d5d8ba32d66f50ad1ebc5a5b3db8b16c60ecf9ae44bd58f63dff1c03c6fb450554f0')
-b2sums=('258df4ce7b22a0a82ed20b0e5ea097c84f224fc1cf0b3e6b8aa5a9b8682008bb1550a98021a25b5e0c07e93d770a668c6397883c1b17e954b3d8d820e685a306')
+sha512sums=('f557dc10b44e760efbc15826c608c16cb41b7efa6b06aac5bc777da64f30ef93236e87dc902791d6029b6653a4196211dd5edee70726de0338dee80e2d63686f')
+b2sums=('b3dd3156ea45b7461364173c8710012d8fa5b89e3a65e833a2c9ea31dc5ce57d72882da1aee153d24289cf389b8b7db6624e7ac84d51db7b1e5867e728513d02')
 
 prepare() {
   cd "kustomize-kustomize-v${pkgver}/kustomize"



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

2022-07-30 Thread Christian Rebischke via arch-commits
Date: Saturday, July 30, 2022 @ 17:35:49
  Author: shibumi
Revision: 1259200

upgpkg: kustomize 4.5.6-1

Modified:
  kustomize/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2022-07-30 17:30:35 UTC (rev 1259199)
+++ PKGBUILD2022-07-30 17:35:49 UTC (rev 1259200)
@@ -2,7 +2,7 @@
 # Maintainer: Daurnimator 
 
 pkgname=kustomize
-pkgver=4.5.5
+pkgver=4.5.6
 pkgrel=1
 pkgdesc="Template-free customization of Kubernetes YAML manifests"
 arch=('x86_64')
@@ -13,8 +13,8 @@
 optdepends=('helm')
 options=('!lto')
 
source=("https://github.com/kubernetes-sigs/kustomize/archive/kustomize/v${pkgver}/${pkgname}-${pkgver}.tar.gz";)
-sha512sums=('db2375977059eeb0479adf842c5ddd42db15216a872bab66e7a2cbd595e4d5d8ba32d66f50ad1ebc5a5b3db8b16c60ecf9ae44bd58f63dff1c03c6fb450554f0')
-b2sums=('258df4ce7b22a0a82ed20b0e5ea097c84f224fc1cf0b3e6b8aa5a9b8682008bb1550a98021a25b5e0c07e93d770a668c6397883c1b17e954b3d8d820e685a306')
+sha512sums=('70da06de5c6f72a833eb53d15cbaea17824dd71f7930371b6acc96bff283b52675387084e3714255385727540c84dc38e55f701f93326233ec038247e664c8b1')
+b2sums=('5a068908c9729459f7fef622c083a93b767aefe590e6012c7026a02a03d312d11ebfaa80c3754817a0fe05cdb9eeaabdc466ee06fd3052de5f587f942247880b')
 
 prepare() {
   cd "kustomize-kustomize-v${pkgver}/kustomize"



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

2022-07-30 Thread Christian Rebischke via arch-commits
Date: Saturday, July 30, 2022 @ 17:30:35
  Author: shibumi
Revision: 1259199

archrelease: copy trunk to community-x86_64

Added:
  datree/repos/community-x86_64/PKGBUILD
(from rev 1259198, datree/trunk/PKGBUILD)
Deleted:
  datree/repos/community-x86_64/PKGBUILD

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

Deleted: PKGBUILD
===
--- PKGBUILD2022-07-30 17:30:28 UTC (rev 1259198)
+++ PKGBUILD2022-07-30 17:30:35 UTC (rev 1259199)
@@ -1,34 +0,0 @@
-# Maintainer: Christian Rebischke 
-pkgname=datree
-pkgver=1.4.10
-pkgrel=1
-pkgdesc="CLI tool to ensure K8s manifests and Helm charts follow best 
practices as well as your organization’s policies"
-arch=('x86_64')
-url='https://github.com/datreeio/datree'
-license=('Apache')
-depends=('kubectl')
-makedepends=('git' 'go')
-source=("${pgname}-${pkgver}.tar.gz::https://github.com/datreeio/datree/archive/refs/tags/${pkgver}.tar.gz";)
-sha512sums=('fe988d5fa7467e963f086f8ca034049be330ab9a0251ed1da1526033deef53f0576b35f2c073b7862a908159f56506d2302d0bb4abcbb6bcdd4665b5a7b33cb0')
-b2sums=('cd69fb9d83ee5affa2b909d8daa82ac434ff940757f31a0096c1e21fac43da0b939fee43015bbb04806701f430d21b7d084c9aa2059736bf5389b38ebd27c8eb')
-options=('!lto')
-
-build() {
-  cd "${pkgname}-${pkgver}"
-  export CGO_LDFLAGS="$LDFLAGS"
-  export CGO_CFLAGS="$CFLAGS"
-  export CGO_CPPFLAGS="$CPPFLAGS"
-  export CGO_CXXFLAGS="$CXXFLAGS"
-  export GOFLAGS='-buildmode=pie -trimpath -modcacherw -mod=readonly'
-  go build -ldflags="-w -s -linkmode=external" -o datree .
-}
-
-check() {
-  cd "${pkgname}-${pkgver}"
-  go test ./...
-}
-
-package() {
-  cd "${pkgname}-${pkgver}"
-  install -Dm755 datree "${pkgdir}/usr/bin/datree"
-}

Copied: datree/repos/community-x86_64/PKGBUILD (from rev 1259198, 
datree/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2022-07-30 17:30:35 UTC (rev 1259199)
@@ -0,0 +1,34 @@
+# Maintainer: Christian Rebischke 
+pkgname=datree
+pkgver=1.6.0
+pkgrel=1
+pkgdesc="CLI tool to ensure K8s manifests and Helm charts follow best 
practices as well as your organization’s policies"
+arch=('x86_64')
+url='https://github.com/datreeio/datree'
+license=('Apache')
+depends=('kubectl')
+makedepends=('git' 'go')
+source=("${pgname}-${pkgver}.tar.gz::https://github.com/datreeio/datree/archive/refs/tags/${pkgver}.tar.gz";)
+sha512sums=('a6865c0698cc91cbbe9f07da62ee45e2bccf62fe16bd49a614446418015ccfc4e6be4af53179df9b64a3379da7ef6b96d5bb56714c8257725ca8687abebf9c8b')
+b2sums=('f9eb1d49d44ba6f22e98d316009a51ccd61153ebd748d363048776a9ff1f2bee8d59268ce2faefe3ec011629928dce2c7bf131d0676a93157a9c82fda757609e')
+options=('!lto')
+
+build() {
+  cd "${pkgname}-${pkgver}"
+  export CGO_LDFLAGS="$LDFLAGS"
+  export CGO_CFLAGS="$CFLAGS"
+  export CGO_CPPFLAGS="$CPPFLAGS"
+  export CGO_CXXFLAGS="$CXXFLAGS"
+  export GOFLAGS='-buildmode=pie -trimpath -modcacherw -mod=readonly'
+  go build -ldflags="-w -s -linkmode=external" -o datree .
+}
+
+check() {
+  cd "${pkgname}-${pkgver}"
+  go test ./...
+}
+
+package() {
+  cd "${pkgname}-${pkgver}"
+  install -Dm755 datree "${pkgdir}/usr/bin/datree"
+}



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

2022-07-30 Thread Christian Rebischke via arch-commits
Date: Saturday, July 30, 2022 @ 17:30:28
  Author: shibumi
Revision: 1259198

upgpkg: datree 1.6.0-1

Modified:
  datree/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2022-07-30 16:54:40 UTC (rev 1259197)
+++ PKGBUILD2022-07-30 17:30:28 UTC (rev 1259198)
@@ -1,6 +1,6 @@
 # Maintainer: Christian Rebischke 
 pkgname=datree
-pkgver=1.4.10
+pkgver=1.6.0
 pkgrel=1
 pkgdesc="CLI tool to ensure K8s manifests and Helm charts follow best 
practices as well as your organization’s policies"
 arch=('x86_64')
@@ -9,8 +9,8 @@
 depends=('kubectl')
 makedepends=('git' 'go')
 
source=("${pgname}-${pkgver}.tar.gz::https://github.com/datreeio/datree/archive/refs/tags/${pkgver}.tar.gz";)
-sha512sums=('fe988d5fa7467e963f086f8ca034049be330ab9a0251ed1da1526033deef53f0576b35f2c073b7862a908159f56506d2302d0bb4abcbb6bcdd4665b5a7b33cb0')
-b2sums=('cd69fb9d83ee5affa2b909d8daa82ac434ff940757f31a0096c1e21fac43da0b939fee43015bbb04806701f430d21b7d084c9aa2059736bf5389b38ebd27c8eb')
+sha512sums=('a6865c0698cc91cbbe9f07da62ee45e2bccf62fe16bd49a614446418015ccfc4e6be4af53179df9b64a3379da7ef6b96d5bb56714c8257725ca8687abebf9c8b')
+b2sums=('f9eb1d49d44ba6f22e98d316009a51ccd61153ebd748d363048776a9ff1f2bee8d59268ce2faefe3ec011629928dce2c7bf131d0676a93157a9c82fda757609e')
 options=('!lto')
 
 build() {



[arch-commits] Commit in wine/repos/multilib-x86_64 (10 files)

2022-07-30 Thread Felix Yan via arch-commits
Date: Saturday, July 30, 2022 @ 16:54:40
  Author: felixonmars
Revision: 1259197

archrelease: copy trunk to multilib-x86_64

Added:
  wine/repos/multilib-x86_64/30-win32-aliases.conf
(from rev 1259196, wine/trunk/30-win32-aliases.conf)
  wine/repos/multilib-x86_64/PKGBUILD
(from rev 1259196, wine/trunk/PKGBUILD)
  wine/repos/multilib-x86_64/keys/
  wine/repos/multilib-x86_64/wine-binfmt.conf
(from rev 1259196, wine/trunk/wine-binfmt.conf)
  wine/repos/multilib-x86_64/wine.install
(from rev 1259196, wine/trunk/wine.install)
Deleted:
  wine/repos/multilib-x86_64/30-win32-aliases.conf
  wine/repos/multilib-x86_64/PKGBUILD
  wine/repos/multilib-x86_64/keys/
  wine/repos/multilib-x86_64/wine-binfmt.conf
  wine/repos/multilib-x86_64/wine.install

---+
 30-win32-aliases.conf |   40 ++---
 PKGBUILD  |  360 
 wine-binfmt.conf  |4 
 wine.install  |   14 -
 4 files changed, 209 insertions(+), 209 deletions(-)

Deleted: 30-win32-aliases.conf
===
--- 30-win32-aliases.conf   2022-07-30 16:54:16 UTC (rev 1259196)
+++ 30-win32-aliases.conf   2022-07-30 16:54:40 UTC (rev 1259197)
@@ -1,20 +0,0 @@
-
-
-
-  
-MS Shell Dlg
-Microsoft Sans Serif
-sans-serif
-  
-  
-MS Shell Dlg 2
-Tahoma
-sans-serif
-  
-
-  
-MS Sans Serif
-Microsoft Sans Serif
-sans-serif
-  
-

Copied: wine/repos/multilib-x86_64/30-win32-aliases.conf (from rev 1259196, 
wine/trunk/30-win32-aliases.conf)
===
--- 30-win32-aliases.conf   (rev 0)
+++ 30-win32-aliases.conf   2022-07-30 16:54:40 UTC (rev 1259197)
@@ -0,0 +1,20 @@
+
+
+
+  
+MS Shell Dlg
+Microsoft Sans Serif
+sans-serif
+  
+  
+MS Shell Dlg 2
+Tahoma
+sans-serif
+  
+
+  
+MS Sans Serif
+Microsoft Sans Serif
+sans-serif
+  
+

Deleted: PKGBUILD
===
--- PKGBUILD2022-07-30 16:54:16 UTC (rev 1259196)
+++ PKGBUILD2022-07-30 16:54:40 UTC (rev 1259197)
@@ -1,180 +0,0 @@
-# Maintainer: Sven-Hendrik Haase 
-# Contributor: Jan "heftig" Steffens 
-# Contributor: Eduardo Romero 
-# Contributor: Giovanni Scafora 
-
-pkgname=wine
-pkgver=7.13
-pkgrel=1
-
-_pkgbasever=${pkgver/rc/-rc}
-
-source=(https://dl.winehq.org/wine/source/7.x/$pkgname-$_pkgbasever.tar.xz{,.sign}
-30-win32-aliases.conf
-wine-binfmt.conf)
-sha512sums=('2eca3aa80afa19dd0cc3cfeb8b58b78d22d2925b8201e0b7278638084a529870c1468ffc300e6a1bb343d0f0c7e28c2b3bb6c59af15dec43b8f6c1eb78b46c1e'
-'SKIP'
-
'6e54ece7ec7022b3c9d94ad64bdf1017338da16c618966e8baf398e6f18f80f7b0576edf1d1da47ed77b96d577e4cbb2bb0156b0b11c183a0accf22654b0a2bb'
-
'bdde7ae015d8a98ba55e84b86dc05aca1d4f8de85be7e4bd6187054bfe4ac83b5a20538945b63fb073caab78022141e9545685e4e3698c97ff173cf30859e285')
-validpgpkeys=(5AC1A08B03BD7A313E0A955AF5E6E9EEB9461DD7
-  DA23579A74D4AD9AF9D3F945CEFAC8EAAF17519D)
-
-pkgdesc="A compatibility layer for running Windows programs"
-url="http://www.winehq.com";
-arch=(x86_64)
-options=(staticlibs !lto)
-license=(LGPL)
-depends=(
-  fontconfig  lib32-fontconfig
-  lcms2   lib32-lcms2
-  libxml2 lib32-libxml2
-  libxcursor  lib32-libxcursor
-  libxrandr   lib32-libxrandr
-  libxdamage  lib32-libxdamage
-  libxi   lib32-libxi
-  gettext lib32-gettext
-  freetype2   lib32-freetype2
-  glu lib32-glu
-  libsm   lib32-libsm
-  gcc-libslib32-gcc-libs
-  libpcap lib32-libpcap
-  faudio  lib32-faudio
-  desktop-file-utils
-)
-makedepends=(autoconf bison perl fontforge flex mingw-w64-gcc
-  gifliblib32-giflib
-  libpnglib32-libpng
-  gnutlslib32-gnutls
-  libxinerama   lib32-libxinerama
-  libxcomposite lib32-libxcomposite
-  libxmulib32-libxmu
-  libxxf86vmlib32-libxxf86vm
-  libldap   lib32-libldap
-  mpg123lib32-mpg123
-  openallib32-openal
-  v4l-utils lib32-v4l-utils
-  libpulse  lib32-libpulse
-  alsa-lib  lib32-alsa-lib
-  libxcomposite lib32-libxcomposite
-  mesa  lib32-mesa
-  mesa-libgllib32-mesa-libgl
-  opencl-icd-loader lib32-opencl-icd-loader
-  libxslt   lib32-libxslt
-  gst-plugins-base-libs lib32-gst-plugins-base-libs
-  vulkan-icd-loader lib32-vulkan-icd-loader
-  vkd3d lib32-vkd3d
-  sdl2  lib32-sdl2
-  libcups   lib32-libcups
-  libgphoto2
-  sane
-  gsm
-  vulkan-headers
-  samba
-  opencl-headers
-)
-optdepends=(
-  gifliblib32-giflib
-  libpnglib32-libpng
-  libldap

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

2022-07-30 Thread Felix Yan via arch-commits
Date: Saturday, July 30, 2022 @ 16:54:16
  Author: felixonmars
Revision: 1259196

upgpkg: wine 7.14-1

Modified:
  wine/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2022-07-30 16:25:19 UTC (rev 1259195)
+++ PKGBUILD2022-07-30 16:54:16 UTC (rev 1259196)
@@ -4,7 +4,7 @@
 # Contributor: Giovanni Scafora 
 
 pkgname=wine
-pkgver=7.13
+pkgver=7.14
 pkgrel=1
 
 _pkgbasever=${pkgver/rc/-rc}
@@ -12,7 +12,7 @@
 
source=(https://dl.winehq.org/wine/source/7.x/$pkgname-$_pkgbasever.tar.xz{,.sign}
 30-win32-aliases.conf
 wine-binfmt.conf)
-sha512sums=('2eca3aa80afa19dd0cc3cfeb8b58b78d22d2925b8201e0b7278638084a529870c1468ffc300e6a1bb343d0f0c7e28c2b3bb6c59af15dec43b8f6c1eb78b46c1e'
+sha512sums=('6727be4a23b1911b36c44ac8d347be1c98bb53e67101355d6ae829d14a3a0867ba83f77a52f4dbc02a35c3b513291dd4800148a31d28f50069d199fdee04b6e9'
 'SKIP'
 
'6e54ece7ec7022b3c9d94ad64bdf1017338da16c618966e8baf398e6f18f80f7b0576edf1d1da47ed77b96d577e4cbb2bb0156b0b11c183a0accf22654b0a2bb'
 
'bdde7ae015d8a98ba55e84b86dc05aca1d4f8de85be7e4bd6187054bfe4ac83b5a20538945b63fb073caab78022141e9545685e4e3698c97ff173cf30859e285')



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

2022-07-30 Thread Sven-Hendrik Haase via arch-commits
Date: Saturday, July 30, 2022 @ 16:25:19
  Author: svenstaro
Revision: 1259195

archrelease: copy trunk to community-x86_64

Added:
  onednn/repos/community-x86_64/PKGBUILD
(from rev 1259194, onednn/trunk/PKGBUILD)
Deleted:
  onednn/repos/community-x86_64/PKGBUILD

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

Deleted: PKGBUILD
===
--- PKGBUILD2022-07-30 16:24:48 UTC (rev 1259194)
+++ PKGBUILD2022-07-30 16:25:19 UTC (rev 1259195)
@@ -1,38 +0,0 @@
-# Maintainer: Sven-Hendrik Haase 
-# Contributor: Baris Demirdelen 
-# Contributor: Andrew Anderson 
-# Contributor: Jonathon Fernyhough 
-pkgname=onednn
-pkgver=2.6
-pkgrel=1
-pkgdesc="oneAPI Deep Neural Network Library (oneDNN)"
-arch=(x86_64)
-replaces=('intel-dnnl' 'mkl-dnn')
-provides=('intel-dnnl' 'mkl-dnn')
-url=https://github.com/oneapi-src/oneDNN
-license=('APACHE')
-depends=('gcc-libs')
-makedepends=('cmake' 'ninja')
-source=("$pkgname-$pkgver.tar.gz::https://github.com/oneapi-src/oneDNN/archive/v${pkgver}.tar.gz";)
-sha256sums=('9695640f55acd833ddcef4776af15e03446c4655f9296e5074b1b178dd7a4fb2')
-
-build() {
-  cd "oneDNN-$pkgver"
-  cmake \
-  -Bbuild \
-  -GNinja \
-  -DCMAKE_INSTALL_PREFIX="/usr"
-  ninja -C build
-}
-
-check() {
-  cd "oneDNN-$pkgver/build"
-  ctest
-}
-
-package() {
-  cd "oneDNN-$pkgver"
-  DESTDIR="$pkgdir" ninja -C build install
-
-  install -Dm644 LICENSE "$pkgdir"/usr/share/licenses/$pkgname/LICENSE
-}

Copied: onednn/repos/community-x86_64/PKGBUILD (from rev 1259194, 
onednn/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2022-07-30 16:25:19 UTC (rev 1259195)
@@ -0,0 +1,38 @@
+# Maintainer: Sven-Hendrik Haase 
+# Contributor: Baris Demirdelen 
+# Contributor: Andrew Anderson 
+# Contributor: Jonathon Fernyhough 
+pkgname=onednn
+pkgver=2.6.1
+pkgrel=1
+pkgdesc="oneAPI Deep Neural Network Library (oneDNN)"
+arch=(x86_64)
+replaces=('intel-dnnl' 'mkl-dnn')
+provides=('intel-dnnl' 'mkl-dnn')
+url=https://github.com/oneapi-src/oneDNN
+license=('APACHE')
+depends=('gcc-libs')
+makedepends=('cmake' 'ninja')
+source=("$pkgname-$pkgver.tar.gz::https://github.com/oneapi-src/oneDNN/archive/v${pkgver}.tar.gz";)
+sha256sums=('0ff70240378aa26e1fc3edf66d14964e614ef2f9278514182cd43b34ced9af21')
+
+build() {
+  cd "oneDNN-$pkgver"
+  cmake \
+  -Bbuild \
+  -GNinja \
+  -DCMAKE_INSTALL_PREFIX="/usr"
+  ninja -C build
+}
+
+check() {
+  cd "oneDNN-$pkgver/build"
+  ctest
+}
+
+package() {
+  cd "oneDNN-$pkgver"
+  DESTDIR="$pkgdir" ninja -C build install
+
+  install -Dm644 LICENSE "$pkgdir"/usr/share/licenses/$pkgname/LICENSE
+}



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

2022-07-30 Thread Sven-Hendrik Haase via arch-commits
Date: Saturday, July 30, 2022 @ 16:24:48
  Author: svenstaro
Revision: 1259194

upgpkg: onednn 2.6.1-1

Modified:
  onednn/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2022-07-30 15:53:31 UTC (rev 1259193)
+++ PKGBUILD2022-07-30 16:24:48 UTC (rev 1259194)
@@ -3,7 +3,7 @@
 # Contributor: Andrew Anderson 
 # Contributor: Jonathon Fernyhough 
 pkgname=onednn
-pkgver=2.6
+pkgver=2.6.1
 pkgrel=1
 pkgdesc="oneAPI Deep Neural Network Library (oneDNN)"
 arch=(x86_64)
@@ -14,7 +14,7 @@
 depends=('gcc-libs')
 makedepends=('cmake' 'ninja')
 
source=("$pkgname-$pkgver.tar.gz::https://github.com/oneapi-src/oneDNN/archive/v${pkgver}.tar.gz";)
-sha256sums=('9695640f55acd833ddcef4776af15e03446c4655f9296e5074b1b178dd7a4fb2')
+sha256sums=('0ff70240378aa26e1fc3edf66d14964e614ef2f9278514182cd43b34ced9af21')
 
 build() {
   cd "oneDNN-$pkgver"



[arch-commits] Commit in wine-staging/repos/multilib-x86_64 (10 files)

2022-07-30 Thread Felix Yan via arch-commits
Date: Saturday, July 30, 2022 @ 15:53:31
  Author: felixonmars
Revision: 1259193

archrelease: copy trunk to multilib-x86_64

Added:
  wine-staging/repos/multilib-x86_64/30-win32-aliases.conf
(from rev 1259192, wine-staging/trunk/30-win32-aliases.conf)
  wine-staging/repos/multilib-x86_64/PKGBUILD
(from rev 1259192, wine-staging/trunk/PKGBUILD)
  wine-staging/repos/multilib-x86_64/keys/
  wine-staging/repos/multilib-x86_64/wine-binfmt.conf
(from rev 1259192, wine-staging/trunk/wine-binfmt.conf)
  wine-staging/repos/multilib-x86_64/wine.install
(from rev 1259192, wine-staging/trunk/wine.install)
Deleted:
  wine-staging/repos/multilib-x86_64/30-win32-aliases.conf
  wine-staging/repos/multilib-x86_64/PKGBUILD
  wine-staging/repos/multilib-x86_64/keys/
  wine-staging/repos/multilib-x86_64/wine-binfmt.conf
  wine-staging/repos/multilib-x86_64/wine.install

--+
 PKGBUILD |  398 ++---
 wine-binfmt.conf |4 
 wine.install |   14 -
 3 files changed, 208 insertions(+), 208 deletions(-)

Deleted: 30-win32-aliases.conf
===
(Binary files differ)

Copied: wine-staging/repos/multilib-x86_64/30-win32-aliases.conf (from rev 
1259192, wine-staging/trunk/30-win32-aliases.conf)
===
(Binary files differ)

Deleted: PKGBUILD
===
--- PKGBUILD2022-07-30 15:53:06 UTC (rev 1259192)
+++ PKGBUILD2022-07-30 15:53:31 UTC (rev 1259193)
@@ -1,199 +0,0 @@
-# Maintainer: Felix Yan 
-# Contributor: Sven-Hendrik Haase 
-# Contributor: Jan "heftig" Steffens 
-# Contributor: Eduardo Romero 
-# Contributor: Giovanni Scafora 
-
-pkgname=wine-staging
-pkgver=7.13
-pkgrel=1
-
-#_winever=${pkgver%.*}
-#_winever=$pkgver
-_pkgbasever=${pkgver/rc/-rc}
-_winever=$_pkgbasever
-
-source=(https://dl.winehq.org/wine/source/7.x/wine-$_winever.tar.xz{,.sign}
-
"https://github.com/wine-staging/wine-staging/archive/v$_pkgbasever/wine-staging-v$_pkgbasever.tar.gz";
-30-win32-aliases.conf
-wine-binfmt.conf)
-sha512sums=('2eca3aa80afa19dd0cc3cfeb8b58b78d22d2925b8201e0b7278638084a529870c1468ffc300e6a1bb343d0f0c7e28c2b3bb6c59af15dec43b8f6c1eb78b46c1e'
-'SKIP'
-
'f0fbd0d96272e457006d0eac350905e2fd27b472943d08771b4cd1cde88afefeb239e46f88979bcb7d45d525610f5d69c74bf8294b101e064ca2051494ab3127'
-
'6e54ece7ec7022b3c9d94ad64bdf1017338da16c618966e8baf398e6f18f80f7b0576edf1d1da47ed77b96d577e4cbb2bb0156b0b11c183a0accf22654b0a2bb'
-
'bdde7ae015d8a98ba55e84b86dc05aca1d4f8de85be7e4bd6187054bfe4ac83b5a20538945b63fb073caab78022141e9545685e4e3698c97ff173cf30859e285')
-validpgpkeys=(5AC1A08B03BD7A313E0A955AF5E6E9EEB9461DD7
-  DA23579A74D4AD9AF9D3F945CEFAC8EAAF17519D)
-
-pkgdesc="A compatibility layer for running Windows programs - Staging branch"
-url="https://www.wine-staging.com";
-arch=(x86_64)
-options=(staticlibs !lto)
-license=(LGPL)
-
-depends=(
-  attr lib32-attr
-  fontconfig   lib32-fontconfig
-  lcms2lib32-lcms2
-  libxml2  lib32-libxml2
-  libxcursor   lib32-libxcursor
-  libxrandrlib32-libxrandr
-  libxdamage   lib32-libxdamage
-  libxilib32-libxi
-  gettext  lib32-gettext
-  freetype2lib32-freetype2
-  glu  lib32-glu
-  libsmlib32-libsm
-  gcc-libs lib32-gcc-libs
-  libpcap  lib32-libpcap
-  faudio   lib32-faudio
-  desktop-file-utils
-)
-
-makedepends=(autoconf bison perl fontforge flex mingw-w64-gcc
-  gifliblib32-giflib
-  libpnglib32-libpng
-  gnutlslib32-gnutls
-  libxinerama   lib32-libxinerama
-  libxcomposite lib32-libxcomposite
-  libxmulib32-libxmu
-  libxxf86vmlib32-libxxf86vm
-  libldap   lib32-libldap
-  mpg123lib32-mpg123
-  openallib32-openal
-  v4l-utils lib32-v4l-utils
-  alsa-lib  lib32-alsa-lib
-  libxcomposite lib32-libxcomposite
-  mesa  lib32-mesa
-  mesa-libgllib32-mesa-libgl
-  opencl-icd-loader lib32-opencl-icd-loader
-  libxslt   lib32-libxslt
-  libpulse  lib32-libpulse
-  libva lib32-libva
-  gtk3  lib32-gtk3
-  gst-plugins-base-libs lib32-gst-plugins-base-libs
-  vulkan-icd-loader lib32-vulkan-icd-loader
-  sdl2  lib32-sdl2
-  vkd3d lib32-vkd3d
-  libcups   lib32-libcups
-  sane
-  libgphoto2
-  gsm
-  ffmpeg
-  samba
-  opencl-headers
-)
-
-optdepends=(
-  gifliblib32-giflib
-  libpnglib32-libpng
-  libldap   lib32-libldap
-  gnutlslib32-gnutls
-  mpg123lib32-mpg123

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

2022-07-30 Thread Felix Yan via arch-commits
Date: Saturday, July 30, 2022 @ 15:53:06
  Author: felixonmars
Revision: 1259192

upgpkg: wine-staging 7.14-1

Modified:
  wine-staging/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2022-07-30 14:47:56 UTC (rev 1259191)
+++ PKGBUILD2022-07-30 15:53:06 UTC (rev 1259192)
@@ -5,7 +5,7 @@
 # Contributor: Giovanni Scafora 
 
 pkgname=wine-staging
-pkgver=7.13
+pkgver=7.14
 pkgrel=1
 
 #_winever=${pkgver%.*}
@@ -17,9 +17,9 @@
 
"https://github.com/wine-staging/wine-staging/archive/v$_pkgbasever/wine-staging-v$_pkgbasever.tar.gz";
 30-win32-aliases.conf
 wine-binfmt.conf)
-sha512sums=('2eca3aa80afa19dd0cc3cfeb8b58b78d22d2925b8201e0b7278638084a529870c1468ffc300e6a1bb343d0f0c7e28c2b3bb6c59af15dec43b8f6c1eb78b46c1e'
+sha512sums=('6727be4a23b1911b36c44ac8d347be1c98bb53e67101355d6ae829d14a3a0867ba83f77a52f4dbc02a35c3b513291dd4800148a31d28f50069d199fdee04b6e9'
 'SKIP'
-
'f0fbd0d96272e457006d0eac350905e2fd27b472943d08771b4cd1cde88afefeb239e46f88979bcb7d45d525610f5d69c74bf8294b101e064ca2051494ab3127'
+
'40ffa7a64780a054bdace9fd5f294a45f7648f6db933ba0a74450b5412df5cc989b7aa442dcba1f185f8d0e5a7740a9508203f1ee323f26fd77867caa9d4fcb3'
 
'6e54ece7ec7022b3c9d94ad64bdf1017338da16c618966e8baf398e6f18f80f7b0576edf1d1da47ed77b96d577e4cbb2bb0156b0b11c183a0accf22654b0a2bb'
 
'bdde7ae015d8a98ba55e84b86dc05aca1d4f8de85be7e4bd6187054bfe4ac83b5a20538945b63fb073caab78022141e9545685e4e3698c97ff173cf30859e285')
 validpgpkeys=(5AC1A08B03BD7A313E0A955AF5E6E9EEB9461DD7



[arch-commits] Commit in accerciser/repos/extra-any (PKGBUILD PKGBUILD)

2022-07-30 Thread Jan Steffens via arch-commits
Date: Saturday, July 30, 2022 @ 14:26:37
  Author: heftig
Revision: 451764

archrelease: copy trunk to extra-any

Added:
  accerciser/repos/extra-any/PKGBUILD
(from rev 451763, accerciser/trunk/PKGBUILD)
Deleted:
  accerciser/repos/extra-any/PKGBUILD

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

Deleted: PKGBUILD
===
--- PKGBUILD2022-07-30 14:26:23 UTC (rev 451763)
+++ PKGBUILD2022-07-30 14:26:37 UTC (rev 451764)
@@ -1,40 +0,0 @@
-# Maintainer: Jan Alexander Steffens (heftig) 
-# Contributor: Jan de Groot 
-# Contributor: Steve Holmes 
-# Contributor: Giulio Bai 
-
-pkgname=accerciser
-pkgver=3.38.0
-pkgrel=3
-pkgdesc="Interactive Python accessibility explorer for the GNOME desktop"
-arch=(any)
-url="https://wiki.gnome.org/Apps/Accerciser";
-license=(BSD)
-depends=(python gtk3 python-atspi ipython libwnck3 python-cairo python-xlib)
-makedepends=(appstream-glib yelp-tools git)
-groups=(gnome-extra)
-_commit=d7f921335d930e0a0aa4d3fb5d1e25bc43b255d5  # tags/3.38.0^0
-source=("git+https://gitlab.gnome.org/GNOME/accerciser.git#commit=$_commit";)
-sha256sums=('SKIP')
-
-pkgver() {
-  cd $pkgname
-  git describe --tags | sed 's/-/+/g'
-}
-
-prepare() {
-  cd $pkgname
-  NOCONFIGURE=1 ./autogen.sh
-}
-
-build() {
-  cd $pkgname
-  ./configure --prefix=/usr --sysconfdir=/etc --disable-schemas-compile
-  make
-}
-
-package() {
-  cd $pkgname
-  make DESTDIR="$pkgdir" install
-  install -Dt "$pkgdir/usr/share/licenses/$pkgname" -m644 COPYING
-}

Copied: accerciser/repos/extra-any/PKGBUILD (from rev 451763, 
accerciser/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2022-07-30 14:26:37 UTC (rev 451764)
@@ -0,0 +1,40 @@
+# Maintainer: Jan Alexander Steffens (heftig) 
+# Contributor: Jan de Groot 
+# Contributor: Steve Holmes 
+# Contributor: Giulio Bai 
+
+pkgname=accerciser
+pkgver=3.40.0
+pkgrel=1
+pkgdesc="Interactive Python accessibility explorer for the GNOME desktop"
+arch=(any)
+url="https://wiki.gnome.org/Apps/Accerciser";
+license=(BSD)
+depends=(python gtk3 python-atspi ipython libwnck3 python-cairo python-xlib)
+makedepends=(appstream-glib yelp-tools git)
+groups=(gnome-extra)
+_commit=3c7c127830cd8dc0bc69a8f88448d25674df1d80  # tags/3.40.0^0
+source=("git+https://gitlab.gnome.org/GNOME/accerciser.git#commit=$_commit";)
+sha256sums=('SKIP')
+
+pkgver() {
+  cd $pkgname
+  git describe --tags | sed 's/[^-]*-g/r&/;s/-/+/g'
+}
+
+prepare() {
+  cd $pkgname
+  NOCONFIGURE=1 ./autogen.sh
+}
+
+build() {
+  cd $pkgname
+  ./configure --prefix=/usr --sysconfdir=/etc --disable-schemas-compile
+  make
+}
+
+package() {
+  cd $pkgname
+  make DESTDIR="$pkgdir" install
+  install -Dt "$pkgdir/usr/share/licenses/$pkgname" -m644 COPYING
+}



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

2022-07-30 Thread Jan Steffens via arch-commits
Date: Saturday, July 30, 2022 @ 14:26:23
  Author: heftig
Revision: 451763

3.40.0-1

Modified:
  accerciser/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2022-07-30 14:24:38 UTC (rev 451762)
+++ PKGBUILD2022-07-30 14:26:23 UTC (rev 451763)
@@ -4,8 +4,8 @@
 # Contributor: Giulio Bai 
 
 pkgname=accerciser
-pkgver=3.38.0
-pkgrel=3
+pkgver=3.40.0
+pkgrel=1
 pkgdesc="Interactive Python accessibility explorer for the GNOME desktop"
 arch=(any)
 url="https://wiki.gnome.org/Apps/Accerciser";
@@ -13,13 +13,13 @@
 depends=(python gtk3 python-atspi ipython libwnck3 python-cairo python-xlib)
 makedepends=(appstream-glib yelp-tools git)
 groups=(gnome-extra)
-_commit=d7f921335d930e0a0aa4d3fb5d1e25bc43b255d5  # tags/3.38.0^0
+_commit=3c7c127830cd8dc0bc69a8f88448d25674df1d80  # tags/3.40.0^0
 source=("git+https://gitlab.gnome.org/GNOME/accerciser.git#commit=$_commit";)
 sha256sums=('SKIP')
 
 pkgver() {
   cd $pkgname
-  git describe --tags | sed 's/-/+/g'
+  git describe --tags | sed 's/[^-]*-g/r&/;s/-/+/g'
 }
 
 prepare() {



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

2022-07-30 Thread Sergej Pupykin via arch-commits
Date: Saturday, July 30, 2022 @ 12:36:47
  Author: spupykin
Revision: 1259181

archrelease: copy trunk to community-any

Added:
  
roundcubemail/repos/community-any/0001-plugins-password-make-Python-3-compatible.patch
(from rev 1259180, 
roundcubemail/trunk/0001-plugins-password-make-Python-3-compatible.patch)
  roundcubemail/repos/community-any/PKGBUILD
(from rev 1259180, roundcubemail/trunk/PKGBUILD)
  roundcubemail/repos/community-any/apache.conf
(from rev 1259180, roundcubemail/trunk/apache.conf)
Deleted:
  
roundcubemail/repos/community-any/0001-plugins-password-make-Python-3-compatible.patch
  roundcubemail/repos/community-any/PKGBUILD
  roundcubemail/repos/community-any/apache.conf

--+
 0001-plugins-password-make-Python-3-compatible.patch |   66 +-
 PKGBUILD |  110 -
 apache.conf  |   14 +-
 3 files changed, 95 insertions(+), 95 deletions(-)

Deleted: 0001-plugins-password-make-Python-3-compatible.patch
===
--- 0001-plugins-password-make-Python-3-compatible.patch2022-07-30 
12:36:36 UTC (rev 1259180)
+++ 0001-plugins-password-make-Python-3-compatible.patch2022-07-30 
12:36:47 UTC (rev 1259181)
@@ -1,33 +0,0 @@
-From d1163b12a1da183d9e8a8df4180b03afe4ef775d Mon Sep 17 00:00:00 2001
-From: Jelle van der Waa 
-Date: Wed, 1 Jan 2020 18:30:49 +0100
-Subject: [PATCH] plugins: password: make Python 3 compatible
-
-Remove the ", e" as the exception is never printed and this makes it
-Python 3 compatible as well

- plugins/password/helpers/chpass-wrapper.py | 4 ++--
- 1 file changed, 2 insertions(+), 2 deletions(-)
-
-diff --git a/plugins/password/helpers/chpass-wrapper.py 
b/plugins/password/helpers/chpass-wrapper.py
-index 61bba849e..e56811561 100644
 a/plugins/password/helpers/chpass-wrapper.py
-+++ b/plugins/password/helpers/chpass-wrapper.py
-@@ -11,12 +11,12 @@ BLACKLIST = (
- 
- try:
- username, password = sys.stdin.readline().split(':', 1)
--except ValueError, e:
-+except ValueError:
- sys.exit('Malformed input')
- 
- try:
- user = pwd.getpwnam(username)
--except KeyError, e:
-+except KeyError:
- sys.exit('No such user: %s' % username)
- 
- if user.pw_uid < 1000:
--- 
-2.24.1
-

Copied: 
roundcubemail/repos/community-any/0001-plugins-password-make-Python-3-compatible.patch
 (from rev 1259180, 
roundcubemail/trunk/0001-plugins-password-make-Python-3-compatible.patch)
===
--- 0001-plugins-password-make-Python-3-compatible.patch
(rev 0)
+++ 0001-plugins-password-make-Python-3-compatible.patch2022-07-30 
12:36:47 UTC (rev 1259181)
@@ -0,0 +1,33 @@
+From d1163b12a1da183d9e8a8df4180b03afe4ef775d Mon Sep 17 00:00:00 2001
+From: Jelle van der Waa 
+Date: Wed, 1 Jan 2020 18:30:49 +0100
+Subject: [PATCH] plugins: password: make Python 3 compatible
+
+Remove the ", e" as the exception is never printed and this makes it
+Python 3 compatible as well
+---
+ plugins/password/helpers/chpass-wrapper.py | 4 ++--
+ 1 file changed, 2 insertions(+), 2 deletions(-)
+
+diff --git a/plugins/password/helpers/chpass-wrapper.py 
b/plugins/password/helpers/chpass-wrapper.py
+index 61bba849e..e56811561 100644
+--- a/plugins/password/helpers/chpass-wrapper.py
 b/plugins/password/helpers/chpass-wrapper.py
+@@ -11,12 +11,12 @@ BLACKLIST = (
+ 
+ try:
+ username, password = sys.stdin.readline().split(':', 1)
+-except ValueError, e:
++except ValueError:
+ sys.exit('Malformed input')
+ 
+ try:
+ user = pwd.getpwnam(username)
+-except KeyError, e:
++except KeyError:
+ sys.exit('No such user: %s' % username)
+ 
+ if user.pw_uid < 1000:
+-- 
+2.24.1
+

Deleted: PKGBUILD
===
--- PKGBUILD2022-07-30 12:36:36 UTC (rev 1259180)
+++ PKGBUILD2022-07-30 12:36:47 UTC (rev 1259181)
@@ -1,55 +0,0 @@
-# Maintainer: Sergej Pupykin 
-
-pkgname=roundcubemail
-pkgver=1.5.3
-pkgrel=1
-pkgdesc="A PHP web-based mail client"
-arch=('any')
-url="https://roundcube.net/";
-license=('GPL')
-depends=('php')
-options=('emptydirs')
-makedepends=('git')
-optdepends=('python: password change script'
-'perl: for change_ldap_pass.pl helper'
-   'php-gd')
-backup=('etc/webapps/roundcubemail/.htaccess'
-'etc/webapps/roundcubemail/apache.conf')
-validpgpkeys=('F3E4C04BB3DB5D4215C45F7F5AB2BAA141C4F7D5')
-source=("https://github.com/roundcube/roundcubemail/releases/download/$pkgver/roundcubemail-$pkgver-complete.tar.gz"{,.asc}
-"apache.conf")
-sha512sums=('b43db6ffe129e8738b34e0f3dad6fec815e6be4dc41237f81bbb53ccfe56ac2d5b115edcef0a2587d4733f73b0951e740d94f0d314b324d4dd31c4563994aec1'
-'SKIP'
-
'0e80317ae6f040386b0980d0764bc8a9aa5f7cbf028a210a8967

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

2022-07-30 Thread Sergej Pupykin via arch-commits
Date: Saturday, July 30, 2022 @ 12:36:36
  Author: spupykin
Revision: 1259180

upgpkg: roundcubemail 1.6.0-1

Modified:
  roundcubemail/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2022-07-30 12:36:27 UTC (rev 1259179)
+++ PKGBUILD2022-07-30 12:36:36 UTC (rev 1259180)
@@ -1,7 +1,7 @@
 # Maintainer: Sergej Pupykin 
 
 pkgname=roundcubemail
-pkgver=1.5.3
+pkgver=1.6.0
 pkgrel=1
 pkgdesc="A PHP web-based mail client"
 arch=('any')
@@ -18,7 +18,7 @@
 validpgpkeys=('F3E4C04BB3DB5D4215C45F7F5AB2BAA141C4F7D5')
 
source=("https://github.com/roundcube/roundcubemail/releases/download/$pkgver/roundcubemail-$pkgver-complete.tar.gz"{,.asc}
 "apache.conf")
-sha512sums=('b43db6ffe129e8738b34e0f3dad6fec815e6be4dc41237f81bbb53ccfe56ac2d5b115edcef0a2587d4733f73b0951e740d94f0d314b324d4dd31c4563994aec1'
+sha512sums=('821733778085c670caeed6bed515e542841920dccc21e2ca97088e1f77a302b6961234d6ee5bcfbda797470889747a3be2c6d13cc5016615c8919c7ea064108c'
 'SKIP'
 
'0e80317ae6f040386b0980d0764bc8a9aa5f7cbf028a210a896763cb7a7fea6d91600eda588922a0eb6d519f2ec1e0a2f723bd7ab554c8b1ad4af49a95101f6e')
 



[arch-commits] Commit in nextcloud-app-bookmarks/repos/community-any (2 files)

2022-07-30 Thread Sergej Pupykin via arch-commits
Date: Saturday, July 30, 2022 @ 12:36:27
  Author: spupykin
Revision: 1259179

archrelease: copy trunk to community-any

Added:
  nextcloud-app-bookmarks/repos/community-any/PKGBUILD
(from rev 1259178, nextcloud-app-bookmarks/trunk/PKGBUILD)
Deleted:
  nextcloud-app-bookmarks/repos/community-any/PKGBUILD

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

Deleted: PKGBUILD
===
--- PKGBUILD2022-07-30 12:36:19 UTC (rev 1259178)
+++ PKGBUILD2022-07-30 12:36:27 UTC (rev 1259179)
@@ -1,65 +0,0 @@
-# Maintainer: Sergej Pupykin 
-# Contributor: Caleb Maclennan 
-
-_name=bookmarks
-pkgname=nextcloud-app-bookmarks
-epoch=1
-pkgver=10.5.1
-pkgrel=1
-pkgdesc="Bookmarks app for nextcloud"
-arch=(any)
-url="https://github.com/nextcloud/bookmarks";
-license=(AGPL3)
-makedepends=(nextcloud yq)
-groups=(nextcloud-apps)
-options=(!strip)
-source=($pkgname-$pkgver.tar.gz::https://github.com/nextcloud/$_name/releases/download/v$pkgver/$_name-$pkgver.tar.gz)
-sha256sums=('bf7520e337668d61ac1537fa7a92387e2b3a7fcad0e37583eb90f2fc87dee242')
-b2sums=('afd50029dd0d255fb472e5316ba90933f3de2a2e5ed2cbcfe9d43580fe13e3f14031aee0c4208514328eec76fc60e7982f604563037241693464acfc8fa98fb1')
-
-# BEGIN boilerplate nextcloud app version clamping, see also other packages in 
group
-# 1. Call respective function helpers in check() and package() *after* cd'ing 
to the source directory
-# 2. Add makedepends+=(nextcloud yq)
-_phps=(php7 php)
-_get_supported_ranges() {
-  _app_min_nextcloud="$(< appinfo/info.xml xq -r 
'.info.dependencies.nextcloud["@min-version"] | values')"
-  _app_max_nextcloud="$(< appinfo/info.xml xq -r 
'.info.dependencies.nextcloud["@max-version"] | values | tonumber | .+1')"
-  _app_min_php="$(< appinfo/info.xml xq -r 
'.info.dependencies.php["@min-version"] | values')"
-  _app_max_php="$(< appinfo/info.xml xq -r 
'.info.dependencies.php["@max-version"] | values | tonumber | .+0.1')"
-}
-_unsupported_range() {
-  printf "%s requires %s %s, but %s %s is provided.\n" "$pkgname" "$1" "$2" 
"$1" "$3"
-  exit 1
-}
-_nextcloud_app_check() {
-  _get_supported_ranges
-  for _php in "${_phps[@]}"; do command -v "$_php" > /dev/null && break; done
-  local _nextcloud_ver="$("$_php" <(cat 
/usr/share/webapps/nextcloud/version.php; echo 'print($OC_VersionString);'))"
-  local _php_ver="$("$_php" -r 'print(phpversion());')"
-  [[ "$(vercmp "${_app_min_nextcloud:-0}" "$_nextcloud_ver")" -le 0 ]] || \
-_unsupported_range nextcloud "=> $_app_min_nextcloud" "$_nextcloud_ver"
-  [[ "$(vercmp "${_app_max_nextcloud:-999}" "$_nextcloud_ver")" -gt 0 ]] || \
-_unsupported_range nextcloud "< $_app_max_nextcloud" "$_nextcloud_ver"
-  [[ "$(vercmp "${_app_min_php:-0}" "$_php_ver")" -le 0 ]] || \
-_unsupported_range php ">= $_app_min_php" "$_php_ver"
-  [[ "$(vercmp "${_app_max_php:-999}" "$_php_ver")" -gt 0 ]] || \
-_unsupported_range php "< $_app_max_php" "$_php_ver"
-}
-_nextcloud_app_package() {
-  _get_supported_ranges
-  depends+=("nextcloud>=${_app_min_nextcloud:-0}" 
"nextcloud<${_app_max_nextcloud:-999}")
-  depends+=("php-interpreter${_app_min_php:+>=$_app_min_php}" 
${_app_max_php:+"php-interpreter<$_app_max_php"})
-}
-# END boilerplate nextcloud app version clamping
-
-check() {
-  cd $_name
-  _nextcloud_app_check
-}
-
-package() {
-  install -d "$pkgdir/usr/share/webapps/nextcloud/apps"
-  cp -av $_name "$pkgdir/usr/share/webapps/nextcloud/apps/"
-  cd $_name
-  _nextcloud_app_package
-}

Copied: nextcloud-app-bookmarks/repos/community-any/PKGBUILD (from rev 1259178, 
nextcloud-app-bookmarks/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2022-07-30 12:36:27 UTC (rev 1259179)
@@ -0,0 +1,65 @@
+# Maintainer: Sergej Pupykin 
+# Contributor: Caleb Maclennan 
+
+_name=bookmarks
+pkgname=nextcloud-app-bookmarks
+epoch=1
+pkgver=11.0.0
+pkgrel=1
+pkgdesc="Bookmarks app for nextcloud"
+arch=(any)
+url="https://github.com/nextcloud/bookmarks";
+license=(AGPL3)
+makedepends=(nextcloud yq)
+groups=(nextcloud-apps)
+options=(!strip)
+source=($pkgname-$pkgver.tar.gz::https://github.com/nextcloud/$_name/releases/download/v$pkgver/$_name-$pkgver.tar.gz)
+sha256sums=('de0f34f59733df44f053ec749d76c355948a2c9ebe521f0263bc75b536b2ee05')
+b2sums=('1b22a01a1b17fdd7803154f4c0e7fa8f463dabae14cae3482cbb7a92d0a7d6818408e55000820c2a78cd28a519067da9b041602aacd4d299ddd7928fbb98d6d0')
+
+# BEGIN boilerplate nextcloud app version clamping, see also other packages in 
group
+# 1. Call respective function helpers in check() and package() *after* cd'ing 
to the source directory
+# 2. Add makedepends+=(nextcloud yq)
+_phps=(php7 php)
+_get_supported_ranges() {
+  _app_min_nextcloud="$(< appinfo/info.xml xq -r 
'.info.dependencies.nextcloud["@min-version"] | values')"
+  _app_max_nextclou

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

2022-07-30 Thread Sergej Pupykin via arch-commits
Date: Saturday, July 30, 2022 @ 12:36:19
  Author: spupykin
Revision: 1259178

upgpkg: nextcloud-app-bookmarks 1:11.0.0-1

Modified:
  nextcloud-app-bookmarks/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2022-07-30 12:36:12 UTC (rev 1259177)
+++ PKGBUILD2022-07-30 12:36:19 UTC (rev 1259178)
@@ -4,7 +4,7 @@
 _name=bookmarks
 pkgname=nextcloud-app-bookmarks
 epoch=1
-pkgver=10.5.1
+pkgver=11.0.0
 pkgrel=1
 pkgdesc="Bookmarks app for nextcloud"
 arch=(any)
@@ -14,8 +14,8 @@
 groups=(nextcloud-apps)
 options=(!strip)
 
source=($pkgname-$pkgver.tar.gz::https://github.com/nextcloud/$_name/releases/download/v$pkgver/$_name-$pkgver.tar.gz)
-sha256sums=('bf7520e337668d61ac1537fa7a92387e2b3a7fcad0e37583eb90f2fc87dee242')
-b2sums=('afd50029dd0d255fb472e5316ba90933f3de2a2e5ed2cbcfe9d43580fe13e3f14031aee0c4208514328eec76fc60e7982f604563037241693464acfc8fa98fb1')
+sha256sums=('de0f34f59733df44f053ec749d76c355948a2c9ebe521f0263bc75b536b2ee05')
+b2sums=('1b22a01a1b17fdd7803154f4c0e7fa8f463dabae14cae3482cbb7a92d0a7d6818408e55000820c2a78cd28a519067da9b041602aacd4d299ddd7928fbb98d6d0')
 
 # BEGIN boilerplate nextcloud app version clamping, see also other packages in 
group
 # 1. Call respective function helpers in check() and package() *after* cd'ing 
to the source directory



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

2022-07-30 Thread Sergej Pupykin via arch-commits
Date: Saturday, July 30, 2022 @ 12:36:12
  Author: spupykin
Revision: 1259177

archrelease: copy trunk to community-x86_64

Added:
  lxc/repos/community-x86_64/PKGBUILD
(from rev 1259176, lxc/trunk/PKGBUILD)
  lxc/repos/community-x86_64/lxc-auto.service
(from rev 1259176, lxc/trunk/lxc-auto.service)
  lxc/repos/community-x86_64/lxc.service
(from rev 1259176, lxc/trunk/lxc.service)
  lxc/repos/community-x86_64/lxc.tmpfiles.d
(from rev 1259176, lxc/trunk/lxc.tmpfiles.d)
Deleted:
  lxc/repos/community-x86_64/PKGBUILD
  lxc/repos/community-x86_64/lxc-auto.service
  lxc/repos/community-x86_64/lxc.service
  lxc/repos/community-x86_64/lxc.tmpfiles.d

--+
 PKGBUILD |  126 ++---
 lxc-auto.service |   28 +--
 lxc.service  |   28 +--
 lxc.tmpfiles.d   |2 
 4 files changed, 92 insertions(+), 92 deletions(-)

Deleted: PKGBUILD
===
--- PKGBUILD2022-07-30 12:36:00 UTC (rev 1259176)
+++ PKGBUILD2022-07-30 12:36:12 UTC (rev 1259177)
@@ -1,63 +0,0 @@
-# Maintainer: Sergej Pupykin 
-# Maintainer: Morten Linderud 
-# Contributor: Andrea Zucchelli 
-# Contributor: Daniel Micay 
-# Contributor: Jonathan Liu 
-# Contributor: Jon Nordby 
-
-pkgname=lxc
-epoch=1
-pkgver=5.0.0
-pkgrel=4
-pkgdesc="Linux Containers"
-arch=('x86_64')
-url="https://linuxcontainers.org";
-depends=('bash' 'perl' 'libseccomp' 'libcap' 'python' 'rsync' 'wget')
-makedepends=('docbook2x' 'systemd' 'meson' 'lua' 'python-setuptools' 
'apparmor')
-optdepends=('dnsmasq: lxc-net.service'
-   'lua'
-   'lua-filesystem: lxc-top'
-   'lua-alt-getopt: lxc-top')
-license=('LGPL')
-options=('emptydirs' 'debug')
-backup=('etc/lxc/default.conf'
-   'etc/default/lxc')
-validpgpkeys=('602F567663E593BCBD14F338C638974D64792D67')
-source=("https://linuxcontainers.org/downloads/lxc/$pkgname-${pkgver}.tar.gz"{,.asc}
-   "lxc.tmpfiles.d"
-   "lxc.service"
-   "lxc-auto.service")
-sha256sums=('72a1a5feb05dba2ef04e696304aeefd7cc314477f1fff890f7a2b4cec63b6cbe'
-'SKIP'
-'10e4f661872f773bf3122a2f9f2cb13344fea86a4ab72beecb4213be4325c479'
-'bbe7e0447bc3bf5f75f312c34d647f5218024731628a5e8633b1ea1801ebe16b'
-'b31f8d6b301ab9901b43f2696bcd0babb32b96e4a59fab63a2d642e43bf26bb3')
-
-
-prepare() {
-  cd "$pkgname-${pkgver/_/-}"
-  sed -i "s|if sanitize == 'none'|if false|g" src/lxc/cmd/meson.build
-}
-
-build() {
-  cd "$pkgname-${pkgver/_/-}"
-  arch-meson build
-  meson compile -C build -v
-}
-
-package() {
-  cd "$pkgname-${pkgver/_/-}"
-
-  meson install -C build --destdir "$pkgdir"
-
-  install -d -m755 "$pkgdir/var/lib/lxc"
-  install -d -m755 "$pkgdir/usr/lib/lxc/rootfs/dev"
-  install -D -m644 "$srcdir"/lxc.service 
"$pkgdir"/usr/lib/systemd/system/lxc@.service
-  install -D -m644 "$srcdir"/lxc-auto.service 
"$pkgdir"/usr/lib/systemd/system/lxc-auto.service
-  install -D -m644 "$srcdir"/lxc.tmpfiles.d 
"$pkgdir"/usr/lib/tmpfiles.d/lxc.conf
-
-  cd doc
-  find . -type f -name '*.1' -exec install -D -m644 "{}" 
"$pkgdir/usr/share/man/man1/{}" \;
-  find . -type f -name '*.5' -exec install -D -m644 "{}" 
"$pkgdir/usr/share/man/man5/{}" \;
-  find . -type f -name '*.7' -exec install -D -m644 "{}" 
"$pkgdir/usr/share/man/man7/{}" \;
-}

Copied: lxc/repos/community-x86_64/PKGBUILD (from rev 1259176, 
lxc/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2022-07-30 12:36:12 UTC (rev 1259177)
@@ -0,0 +1,63 @@
+# Maintainer: Sergej Pupykin 
+# Maintainer: Morten Linderud 
+# Contributor: Andrea Zucchelli 
+# Contributor: Daniel Micay 
+# Contributor: Jonathan Liu 
+# Contributor: Jon Nordby 
+
+pkgname=lxc
+epoch=1
+pkgver=5.0.1
+pkgrel=1
+pkgdesc="Linux Containers"
+arch=('x86_64')
+url="https://linuxcontainers.org";
+depends=('bash' 'perl' 'libseccomp' 'libcap' 'python' 'rsync' 'wget')
+makedepends=('docbook2x' 'systemd' 'meson' 'lua' 'python-setuptools' 
'apparmor')
+optdepends=('dnsmasq: lxc-net.service'
+   'lua'
+   'lua-filesystem: lxc-top'
+   'lua-alt-getopt: lxc-top')
+license=('LGPL')
+options=('emptydirs' 'debug')
+backup=('etc/lxc/default.conf'
+   'etc/default/lxc')
+validpgpkeys=('602F567663E593BCBD14F338C638974D64792D67')
+source=("https://linuxcontainers.org/downloads/lxc/$pkgname-${pkgver}.tar.gz"{,.asc}
+   "lxc.tmpfiles.d"
+   "lxc.service"
+   "lxc-auto.service")
+sha256sums=('d8195423bb1e206f8521d24b6cde4789f043960c7cf065990a9cf741dcfd4222'
+'SKIP'
+'10e4f661872f773bf3122a2f9f2cb13344fea86a4ab72beecb4213be4325c479'
+'bbe7e0447bc3bf5f75f312c34d647f5218024731628a5e8633b1ea1801ebe16b'
+'b31f8d6b301ab9901b43f2696bcd0babb32b96e4a59fab63a2d642e43bf26bb3')
+
+
+prepare() {
+  cd "$pkgname-${pkgver/_/-}"
+  sed -i "s|if sanitiz

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

2022-07-30 Thread Sergej Pupykin via arch-commits
Date: Saturday, July 30, 2022 @ 12:36:00
  Author: spupykin
Revision: 1259176

upgpkg: lxc 1:5.0.1-1

Modified:
  lxc/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2022-07-30 12:35:49 UTC (rev 1259175)
+++ PKGBUILD2022-07-30 12:36:00 UTC (rev 1259176)
@@ -7,8 +7,8 @@
 
 pkgname=lxc
 epoch=1
-pkgver=5.0.0
-pkgrel=4
+pkgver=5.0.1
+pkgrel=1
 pkgdesc="Linux Containers"
 arch=('x86_64')
 url="https://linuxcontainers.org";
@@ -27,7 +27,7 @@
"lxc.tmpfiles.d"
"lxc.service"
"lxc-auto.service")
-sha256sums=('72a1a5feb05dba2ef04e696304aeefd7cc314477f1fff890f7a2b4cec63b6cbe'
+sha256sums=('d8195423bb1e206f8521d24b6cde4789f043960c7cf065990a9cf741dcfd4222'
 'SKIP'
 '10e4f661872f773bf3122a2f9f2cb13344fea86a4ab72beecb4213be4325c479'
 'bbe7e0447bc3bf5f75f312c34d647f5218024731628a5e8633b1ea1801ebe16b'



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

2022-07-30 Thread Sergej Pupykin via arch-commits
Date: Saturday, July 30, 2022 @ 12:35:35
  Author: spupykin
Revision: 1259174

upgpkg: freerdp 2:2.8.0-1

Modified:
  freerdp/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2022-07-30 12:18:22 UTC (rev 1259173)
+++ PKGBUILD2022-07-30 12:35:35 UTC (rev 1259174)
@@ -4,7 +4,7 @@
 
 _name=FreeRDP
 pkgname=freerdp
-pkgver=2.7.0
+pkgver=2.8.0
 pkgrel=1
 epoch=2
 pkgdesc="Free implementation of the Remote Desktop Protocol (RDP)"
@@ -23,9 +23,9 @@
   
$pkgname-$pkgver.tar.gz::https://github.com/$pkgname/$pkgname/archive/$pkgver.tar.gz
   $pkgname-2.0.0-manpage_formatting.patch
 )
-sha512sums=('85912b12ff27c02f2d535d4713109ecd1f11944a77b26aa885ea82f211411d9e02de3b6bc2e8e6bfb413ddac300a88f4616e82c2f2aea90112ab2144d5507fbc'
+sha512sums=('cec78dcc78ba02e6394d9831abae6cab619ef257ad32cb57fa0897f20040c476667aee06d943985c85ea989b2e7b30b17a6e1febfec07330d4deec71579c365a'
 
'd960e042d1527b5d5721136b6b20fc36f65beafd010581ea5b908668537fe9fe622de6689a29c0274b0d6f1e513615f0d02e56c1d1d1e613d093e145d39af8d7')
-b2sums=('a27c7716f14a8eb0343a9bf84d64fa1395e2969679c66b987c0ca838c2ea15d6301cecad87307032ad13361f0263b52ecf4ec59181d793db1e75e4f6be9d6afd'
+b2sums=('95cc0e863e75560528d431626a340fa66e77b4cfaa4110949809e230cff15f4eb986204c232ac79e7b0af0e19956c0c01723eba3787533eb91f4fcffe483cc01'
 
'8242fe56ba9cf5352d836f656645a46142c1aecea3e8200203117a0226135591c16fa0a24cfa196ade7b703832ff6871a948fd3bbbcc1d9c6df9885dc360')
 
 prepare() {



[arch-commits] Commit in nvidia-open/repos (3 files)

2022-07-30 Thread Jan Steffens via arch-commits
Date: Saturday, July 30, 2022 @ 12:18:20
  Author: heftig
Revision: 451755

archrelease: copy trunk to testing-x86_64

Added:
  nvidia-open/repos/testing-x86_64/
  nvidia-open/repos/testing-x86_64/PKGBUILD
(from rev 451754, nvidia-open/trunk/PKGBUILD)
  nvidia-open/repos/testing-x86_64/nvidia-open-gcc-ibt-sls.patch
(from rev 451754, nvidia-open/trunk/nvidia-open-gcc-ibt-sls.patch)

---+
 PKGBUILD  |   94 
 nvidia-open-gcc-ibt-sls.patch |   28 +++
 2 files changed, 122 insertions(+)

Copied: nvidia-open/repos/testing-x86_64/PKGBUILD (from rev 451754, 
nvidia-open/trunk/PKGBUILD)
===
--- testing-x86_64/PKGBUILD (rev 0)
+++ testing-x86_64/PKGBUILD 2022-07-30 12:18:20 UTC (rev 451755)
@@ -0,0 +1,94 @@
+# Maintainer: Sven-Hendrik Haase 
+pkgbase=nvidia-open
+pkgname=(nvidia-open nvidia-open-dkms)
+pkgver=515.57
+pkgrel=10
+pkgdesc="NVIDIA open kernel modules"
+arch=('x86_64')
+url="https://github.com/NVIDIA/open-gpu-kernel-modules";
+depends=("nvidia-utils=${pkgver}" 'libglvnd')
+makedepends=('linux-headers')
+license=('GPL')
+options=('!lto' '!buildflags')
+source=("$pkgname-$pkgver.tar.gz::https://github.com/NVIDIA/open-gpu-kernel-modules/archive/refs/tags/${pkgver}.tar.gz";
+nvidia-open-gcc-ibt-sls.patch)
+sha512sums=('93d59bf0bb1eede40036dd65c8ef956c7b9a79f3a2fe6e87b6f4f16413e52b3c8cdb47aacbcd4c087bd77081a2d35fc1981db93019e352b8a8f85083a9221461'
+
'a8821f36c7515bfe4f50d7e3d15a6a8464ec833ca19818d674e300199f3867971f6fba35e1a357fa8ced08cc91d36c2f7fb37cb247bcbf18fa706f97916639b5')
+
+prepare() {
+  cd open-gpu-kernel-modules-${pkgver}
+
+  # Fix for https://bugs.archlinux.org/task/74886
+  patch -Np1 --no-backup-if-mismatch -i "$srcdir"/nvidia-open-gcc-ibt-sls.patch
+
+  # Attempt to make this reproducible
+  sed -i "s/^HOSTNAME.*/HOSTNAME = echo archlinux"/ utils.mk
+  sed -i "s/^WHOAMI.*/WHOAMI = echo archlinux-builder"/ utils.mk
+  sed -i "s/^DATE.*/DATE = date -r version.mk"/ utils.mk
+
+  sed -i "s/__VERSION_STRING/${pkgver}/" kernel-open/dkms.conf
+  sed -i 's/__JOBS/`nproc`/' kernel-open/dkms.conf
+  sed -i 's/__EXCLUDE_MODULES//' kernel-open/dkms.conf
+  sed -i 's/__DKMS_MODULES//' kernel-open/dkms.conf
+  sed -i '$i\
+BUILT_MODULE_NAME[0]="nvidia"\
+BUILT_MODULE_LOCATION[0]="kernel-open"\
+DEST_MODULE_LOCATION[0]="/kernel/drivers/video"\
+BUILT_MODULE_NAME[1]="nvidia-uvm"\
+BUILT_MODULE_LOCATION[1]="kernel-open"\
+DEST_MODULE_LOCATION[1]="/kernel/drivers/video"\
+BUILT_MODULE_NAME[2]="nvidia-modeset"\
+BUILT_MODULE_LOCATION[2]="kernel-open"\
+DEST_MODULE_LOCATION[2]="/kernel/drivers/video"\
+BUILT_MODULE_NAME[3]="nvidia-drm"\
+BUILT_MODULE_LOCATION[3]="kernel-open"\
+DEST_MODULE_LOCATION[3]="/kernel/drivers/video"\
+BUILT_MODULE_NAME[4]="nvidia-peermem"\
+BUILT_MODULE_LOCATION[4]="kernel-open"\
+DEST_MODULE_LOCATION[4]="/kernel/drivers/video"' kernel-open/dkms.conf
+
+  # Clean version for later copying for DKMS
+  cp -r ../open-gpu-kernel-modules-${pkgver} 
"$srcdir"/open-gpu-kernel-modules-dkms
+}
+
+build() {
+  cd open-gpu-kernel-modules-${pkgver}
+  make SYSSRC="/usr/src/linux"
+}
+
+package_nvidia-open() {
+  depends+=('linux')
+  conflicts=('NVIDIA-MODULE')
+  provides=('NVIDIA-MODULE')
+
+  cd open-gpu-kernel-modules-${pkgver}
+  _extradir="/usr/lib/modules/$( 
"$pkgdir"/usr/lib/modprobe.d/nvidia-open.conf
+
+  install -Dm644 COPYING "$pkgdir"/usr/share/licenses/$pkgname
+}
+
+package_nvidia-open-dkms() {
+  depends+=('dkms')
+  conflicts=('nvidia-open' 'NVIDIA-MODULE')
+  provides=('nvidia-open' 'NVIDIA-MODULE')
+
+  install -dm 755 "${pkgdir}"/usr/src
+  # cp -dr --no-preserve='ownership' kernel-open 
"${pkgdir}/usr/src/nvidia-$pkgver"
+  cp -dr --no-preserve='ownership' open-gpu-kernel-modules-dkms 
"${pkgdir}/usr/src/nvidia-$pkgver"
+  mv "${pkgdir}/usr/src/nvidia-$pkgver/kernel-open/dkms.conf" 
"${pkgdir}/usr/src/nvidia-$pkgver/dkms.conf"
+
+  # Force module to load even on unsupported GPUs
+  mkdir -p "$pkgdir"/usr/lib/modprobe.d
+  echo "options nvidia NVreg_OpenRmEnableUnsupportedGpus=1" > 
"$pkgdir"/usr/lib/modprobe.d/nvidia-open.conf
+
+  install -Dm644 open-gpu-kernel-modules-${pkgver}/COPYING 
"$pkgdir"/usr/share/licenses/$pkgname
+}
+
+# vim:set sw=2 et:

Copied: nvidia-open/repos/testing-x86_64/nvidia-open-gcc-ibt-sls.patch (from 
rev 451754, nvidia-open/trunk/nvidia-open-gcc-ibt-sls.patch)
===
--- testing-x86_64/nvidia-open-gcc-ibt-sls.patch
(rev 0)
+++ testing-x86_64/nvidia-open-gcc-ibt-sls.patch2022-07-30 12:18:20 UTC 
(rev 451755)
@@ -0,0 +1,28 @@
+diff --git a/src/nvidia-modeset/Makefile b/src/nvidia-modeset/Makefile
+index c63b86b..a67d2fc 100644
+--- a/src/nvidia-modeset/Makefile
 b/src/nvidia-modeset/Makefile
+@@ -95,7 +95,8 @@ CFLAGS += -ffunctio

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

2022-07-30 Thread Jan Steffens via arch-commits
Date: Saturday, July 30, 2022 @ 12:18:20
  Author: heftig
Revision: 1259171

archrelease: copy trunk to community-testing-x86_64

Added:
  deepin-anything-arch/repos/community-testing-x86_64/
  deepin-anything-arch/repos/community-testing-x86_64/PKGBUILD
(from rev 1259169, deepin-anything-arch/trunk/PKGBUILD)

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

Copied: deepin-anything-arch/repos/community-testing-x86_64/PKGBUILD (from rev 
1259169, deepin-anything-arch/trunk/PKGBUILD)
===
--- community-testing-x86_64/PKGBUILD   (rev 0)
+++ community-testing-x86_64/PKGBUILD   2022-07-30 12:18:20 UTC (rev 1259171)
@@ -0,0 +1,29 @@
+# Maintainer: Felix Yan 
+
+pkgname=deepin-anything-arch
+pkgver=5.0.9
+pkgrel=103
+pkgdesc="Deepin Anything file search tool, kernel module for Arch kernel"
+arch=('x86_64')
+url="https://github.com/linuxdeepin/deepin-anything";
+license=('GPL3')
+makedepends=('linux-headers')
+provides=('DEEPIN-ANYTHING-MODULE')
+replaces=('deepin-anything-module')
+source=("https://github.com/linuxdeepin/deepin-anything/archive/$pkgver/deepin-anything-$pkgver.tar.gz";)
+sha512sums=('d7038f900c7f6cf2af156ced0fab6bcd46bff347011acc34b5d355ae8f09efe3f323724b728fbfe9c8b961e238ceb7c81aaf45f2e446b5d9ce908e8c0a658c5b')
+
+build() {
+  cd deepin-anything-$pkgver
+  make -C kernelmod kdir=/usr/src/linux
+}
+
+package() {
+  depends=('linux')
+
+  cd deepin-anything-$pkgver
+  local extradir=/usr/lib/modules/$(

[arch-commits] Commit in nvidia/repos (testing-x86_64 testing-x86_64/PKGBUILD)

2022-07-30 Thread Jan Steffens via arch-commits
Date: Saturday, July 30, 2022 @ 12:18:22
  Author: heftig
Revision: 451756

archrelease: copy trunk to testing-x86_64

Added:
  nvidia/repos/testing-x86_64/
  nvidia/repos/testing-x86_64/PKGBUILD
(from rev 451755, nvidia/trunk/PKGBUILD)

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

Copied: nvidia/repos/testing-x86_64/PKGBUILD (from rev 451755, 
nvidia/trunk/PKGBUILD)
===
--- testing-x86_64/PKGBUILD (rev 0)
+++ testing-x86_64/PKGBUILD 2022-07-30 12:18:22 UTC (rev 451756)
@@ -0,0 +1,33 @@
+# Maintainer: Sven-Hendrik Haase 
+# Maintainer: Felix Yan 
+# Contributor: Thomas Baechler 
+
+pkgname=nvidia
+pkgver=515.57
+pkgrel=10
+pkgdesc="NVIDIA drivers for linux"
+arch=('x86_64')
+url="https://www.nvidia.com/";
+makedepends=('linux-headers' "nvidia-dkms=$pkgver")
+provides=('NVIDIA-MODULE')
+license=('custom')
+options=('!strip')
+
+build() {
+_kernver=$(

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

2022-07-30 Thread Jan Steffens via arch-commits
Date: Saturday, July 30, 2022 @ 12:18:24
  Author: heftig
Revision: 451758

archrelease: copy trunk to testing-x86_64

Added:
  linux-zen/repos/testing-x86_64/
  linux-zen/repos/testing-x86_64/PKGBUILD
(from rev 451755, linux-zen/trunk/PKGBUILD)
  linux-zen/repos/testing-x86_64/config
(from rev 451756, linux-zen/trunk/config)
  linux-zen/repos/testing-x86_64/keys/

--+
 PKGBUILD |  203 +
 config   |11108 +
 2 files changed, 11311 insertions(+)

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


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

2022-07-30 Thread Jan Steffens via arch-commits
Date: Saturday, July 30, 2022 @ 12:18:22
  Author: heftig
Revision: 1259173

archrelease: copy trunk to community-testing-x86_64

Added:
  acpi_call/repos/community-testing-x86_64/
  acpi_call/repos/community-testing-x86_64/PKGBUILD
(from rev 1259170, acpi_call/trunk/PKGBUILD)

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

Copied: acpi_call/repos/community-testing-x86_64/PKGBUILD (from rev 1259170, 
acpi_call/trunk/PKGBUILD)
===
--- community-testing-x86_64/PKGBUILD   (rev 0)
+++ community-testing-x86_64/PKGBUILD   2022-07-30 12:18:22 UTC (rev 1259173)
@@ -0,0 +1,38 @@
+# Maintainer: Maxime Gauduin 
+# Contributor: mortzu 
+# Contributor: fnord0 
+
+pkgname=acpi_call
+pkgver=1.2.2
+pkgrel=58
+pkgdesc='A linux kernel module that enables calls to ACPI methods through 
/proc/acpi/call'
+url='https://github.com/mkottman/acpi_call'
+arch=('x86_64')
+license=('GPL')
+makedepends=('linux-headers' "acpi_call-dkms=$pkgver")
+conflicts=('acpi_call-dkms')
+
+build() {
+  _kernver=$(

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

2022-07-30 Thread Jan Steffens via arch-commits
Date: Saturday, July 30, 2022 @ 12:18:20
  Author: heftig
Revision: 1259170

archrelease: copy trunk to community-testing-x86_64

Added:
  bbswitch/repos/community-testing-x86_64/
  bbswitch/repos/community-testing-x86_64/0001-proc_ops-struct.patch
(from rev 1259164, bbswitch/trunk/0001-proc_ops-struct.patch)
  bbswitch/repos/community-testing-x86_64/0002-kernel-5.7.patch
(from rev 1259164, bbswitch/trunk/0002-kernel-5.7.patch)
  bbswitch/repos/community-testing-x86_64/0003-kernel-5.18.patch
(from rev 1259164, bbswitch/trunk/0003-kernel-5.18.patch)
  bbswitch/repos/community-testing-x86_64/PKGBUILD
(from rev 1259164, bbswitch/trunk/PKGBUILD)

+
 0001-proc_ops-struct.patch |   36 +
 0002-kernel-5.7.patch  |   11 +
 0003-kernel-5.18.patch |   19 +++
 PKGBUILD   |   52 +++
 4 files changed, 118 insertions(+)

Copied: bbswitch/repos/community-testing-x86_64/0001-proc_ops-struct.patch 
(from rev 1259164, bbswitch/trunk/0001-proc_ops-struct.patch)
===
--- community-testing-x86_64/0001-proc_ops-struct.patch 
(rev 0)
+++ community-testing-x86_64/0001-proc_ops-struct.patch 2022-07-30 12:18:20 UTC 
(rev 1259170)
@@ -0,0 +1,36 @@
+diff --unified --recursive --text bbswitch-0.8.orig/bbswitch.c 
bbswitch-0.8.new/bbswitch.c
+--- bbswitch-0.8.orig/bbswitch.c   2013-12-04 21:22:06.0 -0200
 bbswitch-0.8.new/bbswitch.c2020-04-01 12:02:35.518754892 -0300
+@@ -35,6 +35,7 @@
+ #include 
+ #include 
+ #include 
++#include 
+ 
+ #define BBSWITCH_VERSION "0.8"
+ 
+@@ -375,13 +376,23 @@
+ return 0;
+ }
+ 
++#if LINUX_VERSION_CODE >= KERNEL_VERSION(5, 6, 0)
++static struct proc_ops bbswitch_fops = {
++.proc_open   = bbswitch_proc_open,
++.proc_read   = seq_read,
++.proc_write  = bbswitch_proc_write,
++.proc_lseek = seq_lseek,
++.proc_release= single_release
++};
++#else
+ static struct file_operations bbswitch_fops = {
+ .open   = bbswitch_proc_open,
+ .read   = seq_read,
+ .write  = bbswitch_proc_write,
+ .llseek = seq_lseek,
+ .release= single_release
+-};
++ };
++#endif
+ 
+ static struct notifier_block nb = {
+ .notifier_call = &bbswitch_pm_handler

Copied: bbswitch/repos/community-testing-x86_64/0002-kernel-5.7.patch (from rev 
1259164, bbswitch/trunk/0002-kernel-5.7.patch)
===
--- community-testing-x86_64/0002-kernel-5.7.patch  
(rev 0)
+++ community-testing-x86_64/0002-kernel-5.7.patch  2022-07-30 12:18:20 UTC 
(rev 1259170)
@@ -0,0 +1,11 @@
+diff -u -r bbswitch-0.8/bbswitch.c bbswitch-0.8-5.7/bbswitch.c
+--- bbswitch-0.8/bbswitch.c2020-06-02 00:34:20.370571802 +
 bbswitch-0.8-5.7/bbswitch.c2020-06-02 00:35:18.161403639 +
+@@ -29,6 +29,7 @@
+ #define pr_fmt(fmt) KBUILD_MODNAME ": " fmt
+ 
+ #include 
++#include 
+ #include 
+ #include 
+ #include 

Copied: bbswitch/repos/community-testing-x86_64/0003-kernel-5.18.patch (from 
rev 1259164, bbswitch/trunk/0003-kernel-5.18.patch)
===
--- community-testing-x86_64/0003-kernel-5.18.patch 
(rev 0)
+++ community-testing-x86_64/0003-kernel-5.18.patch 2022-07-30 12:18:20 UTC 
(rev 1259170)
@@ -0,0 +1,19 @@
+diff -u -r bbswitch-0.8/bbswitch.c bbswitch-0.8-5.18/bbswitch.c
+--- bbswitch-0.8/bbswitch.c2022-05-24 20:26:22.184553495 +
 bbswitch-0.8-5.18/bbswitch.c   2022-05-24 20:29:00.797008130 +
+@@ -264,10 +264,15 @@
+ pci_disable_device(dis_dev);
+ do {
+ struct acpi_device *ad = NULL;
++#if LINUX_VERSION_CODE >= KERNEL_VERSION(5, 18, 0)
++ad = acpi_fetch_acpi_dev(dis_handle);
++if (!ad) {
++#else
+ int r;
+ 
+ r = acpi_bus_get_device(dis_handle, &ad);
+ if (r || !ad) {
++#endif
+ pr_warn("Cannot get ACPI device for PCI device\n");
+ break;
+ }

Copied: bbswitch/repos/community-testing-x86_64/PKGBUILD (from rev 1259164, 
bbswitch/trunk/PKGBUILD)
===
--- community-testing-x86_64/PKGBUILD   (rev 0)
+++ community-testing-x86_64/PKGBUILD   2022-07-30 12:18:20 UTC (rev 1259170)
@@ -0,0 +1,52 @@
+# Maintainer: Sven-Hendrik Haase 
+# Contributor: M0Rf30
+# Contributor: Samsagax 
+
+pkgbase=bbswitch
+pkgname=(bbswitch bbswitch-dkms)
+pkgver=0.8
+pkgrel=524
+pkgdesc="Kernel module allowing to switch dedicated graphics card on Optimus 
laptops"
+arch=('x86_64')
+url="http://github.com/Bumblebee-Project/bbswitch";
+license=('GPL')
+makedepends=('linux-headers')
+source=("${pkgbase}-${pkgver}.tar.gz::https://github.com/Bumblebee-Project/bbswitch/archive/v${pkgver}.tar.gz";
+   

[arch-commits] Commit in vhba-module/repos (3 files)

2022-07-30 Thread Jan Steffens via arch-commits
Date: Saturday, July 30, 2022 @ 12:18:21
  Author: heftig
Revision: 1259172

archrelease: copy trunk to community-testing-x86_64

Added:
  vhba-module/repos/community-testing-x86_64/
  vhba-module/repos/community-testing-x86_64/PKGBUILD
(from rev 1259168, vhba-module/trunk/PKGBUILD)
  vhba-module/repos/community-testing-x86_64/dkms.conf
(from rev 1259169, vhba-module/trunk/dkms.conf)

---+
 PKGBUILD  |   49 +
 dkms.conf |9 +
 2 files changed, 58 insertions(+)

Copied: vhba-module/repos/community-testing-x86_64/PKGBUILD (from rev 1259168, 
vhba-module/trunk/PKGBUILD)
===
--- community-testing-x86_64/PKGBUILD   (rev 0)
+++ community-testing-x86_64/PKGBUILD   2022-07-30 12:18:21 UTC (rev 1259172)
@@ -0,0 +1,49 @@
+# Maintainer: Jan Alexander Steffens (heftig) 
+# Contributor: Ray Rashif 
+# Contributor: Mateusz Herych 
+# Contributor: Charles Lindsay 
+
+pkgbase=vhba-module
+pkgname=(vhba-module vhba-module-dkms)
+pkgver=20211218
+pkgrel=53
+pkgdesc="Kernel module that emulates SCSI devices"
+url="https://cdemu.sourceforge.io/";
+arch=(x86_64)
+license=(GPL)
+makedepends=('linux-headers')
+source=("https://downloads.sourceforge.net/cdemu/$pkgbase-$pkgver.tar.xz";
+dkms.conf)
+sha256sums=('72c5a8c1c452805e4cef8cafefcecc2d25ce197ae4c67383082802e5adcd77b6'
+'8cab0ebb4fee72069d63616b0983f105b98d1261e72e9bef5509a6e60bc382a7')
+
+prepare() {
+  cd $pkgbase-$pkgver
+}
+
+build() {
+  cd $pkgbase-$pkgver
+  make KERNELRELEASE="$(

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

2022-07-30 Thread Jan Steffens via arch-commits
Date: Saturday, July 30, 2022 @ 12:18:24
  Author: heftig
Revision: 451757

archrelease: copy trunk to testing-x86_64

Added:
  linux/repos/testing-x86_64/
  linux/repos/testing-x86_64/PKGBUILD
(from rev 451755, linux/trunk/PKGBUILD)
  linux/repos/testing-x86_64/config
(from rev 451756, linux/trunk/config)
  linux/repos/testing-x86_64/keys/

--+
 PKGBUILD |  203 +
 config   |11053 +
 2 files changed, 11256 insertions(+)

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


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

2022-07-30 Thread Jan Steffens via arch-commits
Date: Saturday, July 30, 2022 @ 12:18:19
  Author: heftig
Revision: 1259169

archrelease: copy trunk to community-testing-x86_64

Added:
  r8168/repos/community-testing-x86_64/
  r8168/repos/community-testing-x86_64/PKGBUILD
(from rev 1259164, r8168/trunk/PKGBUILD)
  r8168/repos/community-testing-x86_64/keys/
  r8168/repos/community-testing-x86_64/linux518.patch
(from rev 1259164, r8168/trunk/linux518.patch)

+
 PKGBUILD   |   53 +
 linux518.patch |   52 
 2 files changed, 105 insertions(+)

Copied: r8168/repos/community-testing-x86_64/PKGBUILD (from rev 1259164, 
r8168/trunk/PKGBUILD)
===
--- community-testing-x86_64/PKGBUILD   (rev 0)
+++ community-testing-x86_64/PKGBUILD   2022-07-30 12:18:19 UTC (rev 1259169)
@@ -0,0 +1,53 @@
+# Maintainer: Massimiliano Torromeo 
+# Contributor: Bob Fanger < bfanger(at)gmail >
+# Contributor: Filip , Det < nimetonmaili(at)gmail >
+
+pkgname=r8168
+pkgver=8.050.03
+pkgrel=12
+pkgdesc="A kernel module for Realtek 8168 network cards"
+url="http://www.realtek.com.tw";
+license=("GPL")
+arch=('x86_64')
+makedepends=('linux-headers')
+source=(https://github.com/mtorromeo/r8168/archive/$pkgver/$pkgname-$pkgver.tar.gz
+
https://github.com/mtorromeo/r8168/releases/download/$pkgver/$pkgname-$pkgver.tar.gz.asc
+linux518.patch)
+sha256sums=('76f9e7c26a8ade7b01dd34060f5b17d74387f15e9b6baa6dbba8c43634a31ce6'
+'SKIP'
+'d8d542770e504775600f686d03412a37cc32489872be7aeb388b5b08d9806096')
+validpgpkeys=('0CADAACF70F64C654E131B3111675C743429DDEF') # Massimiliano 
Torromeo 
+
+prepare() {
+   cd "$pkgname-$pkgver"
+   patch -Np1 -i ../linux518.patch
+}
+
+build() {
+   cd "$pkgname-$pkgver"
+   # avoid using the Makefile directly -- it doesn't understand
+   # any kernel but the current.
+   make -C /usr/src/linux M="$PWD/src" \
+   ENABLE_USE_FIRMWARE_FILE=y \
+   CONFIG_R8168_NAPI=y \
+   CONFIG_R8168_VLAN=y \
+   CONFIG_ASPM=y \
+   ENABLE_S5WOL=y \
+   ENABLE_EEE=y \
+   modules
+}
+
+package() {
+   depends=('glibc' 'linux')
+
+   local extradir=/usr/lib/modules/$(opts2 = 0;
+ while (1) {
+ memset(tmpAddr, pattern++, len - 14);
++#if LINUX_VERSION_CODE < KERNEL_VERSION(5,18,0)
+ pci_dma_sync_single_for_device(tp->pci_dev,
+le64_to_cpu(mapping),
+len, DMA_TO_DEVICE);
++#else
++dma_sync_single_for_device(tp_to_dev(tp),
++   le64_to_cpu(mapping),
++   len, DMA_TO_DEVICE);
++#endif
+ txd->opts1 = cpu_to_le32(DescOwn | FirstFrag | LastFrag | 
len);
+ 
+ RTL_W32(tp, RxConfig, RTL_R32(tp, RxConfig)  | AcceptMyPhys);
+@@ -3726,7 +3732,11 @@
+ if (rx_len == len) {
+ dma_sync_single_for_cpu(tp_to_dev(tp), 
le64_to_cpu(rxd->addr), tp->rx_buf_sz, DMA_FROM_DEVICE);
+ i = memcmp(skb->data, rx_skb->data, rx_len);
++#if LINUX_VERSION_CODE < KERNEL_VERSION(5,18,0)
+ pci_dma_sync_single_for_device(tp->pci_dev, 
le64_to_cpu(rxd->addr), tp->rx_buf_sz, DMA_FROM_DEVICE);
++#else
++dma_sync_single_for_device(tp_to_dev(tp), 
le64_to_cpu(rxd->addr), tp->rx_buf_sz, DMA_FROM_DEVICE);
++#endif
+ if (i == 0) {
+ //  dev_printk(KERN_INFO, tp_to_dev(tp), "loopback test 
finished\n",rx_len,len);
+ break;
+@@ -26403,11 +26413,20 @@
+ 
+ if ((sizeof(dma_addr_t) > 4) &&
+ use_dac &&
++#if LINUX_VERSION_CODE < KERNEL_VERSION(5,18,0)
+ !pci_set_dma_mask(pdev, DMA_BIT_MASK(64)) &&
+ !pci_set_consistent_dma_mask(pdev, DMA_BIT_MASK(64))) {
++#else
++!dma_set_mask(&pdev->dev, DMA_BIT_MASK(64)) &&
++!dma_set_coherent_mask(&pdev->dev, DMA_BIT_MASK(64))) {
++#endif
+ dev->features |= NETIF_F_HIGHDMA;
+ } else {
++#if LINUX_VERSION_CODE < KERNEL_VERSION(5,18,0)
+ rc = pci_set_dma_mask(pdev, DMA_BIT_MASK(32));
++#else
++rc = dma_set_mask(&pdev->dev, DMA_BIT_MASK(32));
++#endif
+ if (rc < 0) {
+ #if LINUX_VERSION_CODE > KERNEL_VERSION(2,6,0)
+ if (netif_msg_probe(tp))



[arch-commits] Commit in netfilter-fullconenat/repos (3 files)

2022-07-30 Thread Jan Steffens via arch-commits
Date: Saturday, July 30, 2022 @ 12:18:18
  Author: heftig
Revision: 1259167

archrelease: copy trunk to community-testing-x86_64

Added:
  netfilter-fullconenat/repos/community-testing-x86_64/
  netfilter-fullconenat/repos/community-testing-x86_64/PKGBUILD
(from rev 1259164, netfilter-fullconenat/trunk/PKGBUILD)
  netfilter-fullconenat/repos/community-testing-x86_64/linux-5.15.patch
(from rev 1259164, netfilter-fullconenat/trunk/linux-5.15.patch)

--+
 PKGBUILD |   46 +++
 linux-5.15.patch |   68 +
 2 files changed, 114 insertions(+)

Copied: netfilter-fullconenat/repos/community-testing-x86_64/PKGBUILD (from rev 
1259164, netfilter-fullconenat/trunk/PKGBUILD)
===
--- community-testing-x86_64/PKGBUILD   (rev 0)
+++ community-testing-x86_64/PKGBUILD   2022-07-30 12:18:18 UTC (rev 1259167)
@@ -0,0 +1,46 @@
+# Maintainer: Felix Yan 
+# Contributor: Edward Pacman 
+
+pkgname=netfilter-fullconenat
+pkgver=r73.0cf3b48
+pkgrel=223
+pkgdesc="A kernel module that turns MASQUERADE into full cone SNAT"
+arch=('x86_64')
+url="https://github.com/Chion82/netfilter-full-cone-nat";
+license=('GPL2')
+depends=("linux")
+makedepends=('linux-headers' 'git')
+_commit=0cf3b48fd7d2fa81d0297d1fff12bbd0580fc435  # master
+source=("${pkgname}::git+https://github.com/Chion82/netfilter-full-cone-nat#commit=${_commit}";
+linux-5.15.patch)
+sha256sums=('SKIP'
+'d785622e80ed3348be133270ac974dd372e0d6d770f0da554edbcbf20e94d6a6')
+
+pkgver() {
+  cd ${pkgname}
+  ( set -o pipefail
+git describe --long 2>/dev/null | sed 's/\([^-]*-g\)/r\1/;s/-/./g' ||
+printf "r%s.%s" "$(git rev-list --count HEAD)" "$(git rev-parse --short 
HEAD)"
+  )
+}
+
+prepare() {
+  cd ${pkgname}
+  echo "obj-m = xt_FULLCONENAT.o" > Kbuild
+  patch -p1 -i ../linux-5.15.patch
+}
+
+build() {
+  cd ${pkgname}
+  make -C /usr/src/linux M=$PWD modules
+}
+
+package() {
+  local extradir=/usr/lib/modules/$(net, &ct_event_notifier) == 0) {
+   ct_event_notifier_registered = 1;
+@@ -1252,6 +1255,11 @@ static int fullconenat_tg_check(const struct 
xt_tgchk_param *par)
+ } else {
+   printk("xt_FULLCONENAT: warning: failed to register a conntrack 
notifier. Disable active GC for mappings.\n");
+ }
++#else
++ct_event_notifier.ct_event = ct_event_cb;
++nf_conntrack_register_notifier(par->net, &ct_event_notifier);
++pr_debug("xt_FULLCONENAT: fullconenat_tg_check(): ct_event_notifier 
registered\n");
++#endif
+ 
+   }
+ 
+@@ -1269,6 +1277,7 @@ static void fullconenat_tg_destroy(const struct 
xt_tgdtor_param *par)
+   pr_debug("xt_FULLCONENAT: fullconenat_tg_destroy(): tg_refer_count is now 
%d\n", tg_refer_count);
+ 
+   if (tg_refer_count == 0) {
++#if LINUX_VERSION_CODE < KERNEL_VERSION(5,15,0)
+ if (ct_event_notifier_registered) {
+   nf_conntrack_unregister_notifier(par->net, &ct_event_notifier);
+   ct_event_notifier_registered = 0;
+@@ -1276,6 +1285,10 @@ static void fullconenat_tg_destroy(const struct 
xt_tgdtor_param *par)
+   pr_debug("xt_FULLCONENAT: fullconenat_tg_destroy(): ct_event_notifier 
unregistered\n");
+ 
+ }
++#else
++nf_conntrack_unregister_notifier(par->net);
++pr_debug("xt_FULLCONENAT: fullconenat_tg_destroy(): ct_event_notifier 
unregistered\n");
++#endif
+ nf_ct_netns_put(par->net, par->family);
+   }
+ 



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

2022-07-30 Thread Jan Steffens via arch-commits
Date: Saturday, July 30, 2022 @ 12:18:19
  Author: heftig
Revision: 1259168

archrelease: copy trunk to community-testing-x86_64

Added:
  tp_smapi/repos/community-testing-x86_64/
  tp_smapi/repos/community-testing-x86_64/PKGBUILD
(from rev 1259164, tp_smapi/trunk/PKGBUILD)

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

Copied: tp_smapi/repos/community-testing-x86_64/PKGBUILD (from rev 1259164, 
tp_smapi/trunk/PKGBUILD)
===
--- community-testing-x86_64/PKGBUILD   (rev 0)
+++ community-testing-x86_64/PKGBUILD   2022-07-30 12:18:19 UTC (rev 1259168)
@@ -0,0 +1,48 @@
+# Maintainer: Lukas Fleischer 
+# Contributor: xduugu
+# Contributor: nh2
+# Contributor: Steven Davidovitz 
+# Contributor: Nick B 
+# Contributor: Christof Musik 
+# Contributor: Stefan Rupp 
+# Contributor: Ignas Anikevicius 
+
+pkgname=tp_smapi
+pkgver=0.43
+pkgrel=411
+pkgdesc="Modules for ThinkPad's SMAPI functionality"
+arch=('x86_64')
+url='https://github.com/evgeni/tp_smapi'
+license=('GPL')
+makedepends=('linux-headers' 'git')
+_commit=a63729ab30d85430048f65c37f29188ab484cd52  # tags/tp-smapi/0.43
+source=("git+https://github.com/evgeni/tp_smapi#commit=$_commit";)
+sha256sums=('SKIP')
+
+pkgver() {
+  cd $pkgname
+  git describe --tags | sed 's/^tp-smapi\///;s/-/+/g'
+}
+
+build() {
+  cd $pkgname
+
+  # https://bugs.archlinux.org/task/54975 (kernel has no 
_GLOBAL_OFFSET_TABLE_):
+  # Clear EXTRA_CFLAGS since it defaults to injecting CFLAGS and -fno-plt 
breaks the modules
+
+  make HDAPS=1 KVER="$(

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

2022-07-30 Thread Jan Steffens via arch-commits
Date: Saturday, July 30, 2022 @ 12:18:17
  Author: heftig
Revision: 1259165

archrelease: copy trunk to community-testing-x86_64

Added:
  broadcom-wl/repos/community-testing-x86_64/
  broadcom-wl/repos/community-testing-x86_64/PKGBUILD
(from rev 1259164, broadcom-wl/trunk/PKGBUILD)

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

Copied: broadcom-wl/repos/community-testing-x86_64/PKGBUILD (from rev 1259164, 
broadcom-wl/trunk/PKGBUILD)
===
--- community-testing-x86_64/PKGBUILD   (rev 0)
+++ community-testing-x86_64/PKGBUILD   2022-07-30 12:18:17 UTC (rev 1259165)
@@ -0,0 +1,42 @@
+# Maintainer: Eli Schwartz 
+
+_module=broadcom-wl
+_kernelname=  # Build against stock -ARCH kernel
+#_kernelname=-custom  # Build against kernel with a different name
+pkgname=${_module}${_kernelname}
+pkgver=6.30.223.271
+pkgrel=403
+pkgdesc='Broadcom 802.11 Linux STA wireless driver'
+arch=('x86_64')
+url='https://www.broadcom.com/support/download-search/?pf=Wireless+LAN+Infrastructure'
+license=('custom')
+makedepends=("linux${_kernelname}-headers" "${_module}-dkms=${pkgver}")
+
+build() {
+_kernver=$(

[arch-commits] Commit in virtualbox-host-modules-arch/repos (2 files)

2022-07-30 Thread Jan Steffens via arch-commits
Date: Saturday, July 30, 2022 @ 12:18:18
  Author: heftig
Revision: 1259166

archrelease: copy trunk to community-testing-x86_64

Added:
  virtualbox-host-modules-arch/repos/community-testing-x86_64/
  virtualbox-host-modules-arch/repos/community-testing-x86_64/PKGBUILD
(from rev 1259164, virtualbox-host-modules-arch/trunk/PKGBUILD)

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

Copied: virtualbox-host-modules-arch/repos/community-testing-x86_64/PKGBUILD 
(from rev 1259164, virtualbox-host-modules-arch/trunk/PKGBUILD)
===
--- community-testing-x86_64/PKGBUILD   (rev 0)
+++ community-testing-x86_64/PKGBUILD   2022-07-30 12:18:18 UTC (rev 1259166)
@@ -0,0 +1,40 @@
+# Maintainer: Sébastien Luttringer
+# Contributor: Ionut Biru 
+
+pkgname='virtualbox-host-modules-arch'
+pkgver=6.1.36
+pkgrel=5
+pkgdesc='Virtualbox host kernel modules for Arch Kernel'
+arch=('x86_64')
+url='https://virtualbox.org/'
+license=('GPL')
+makedepends=('linux-headers' "virtualbox-host-dkms=$pkgver")
+replaces=('virtualbox-modules' 'virtualbox-host-modules')
+conflicts=('virtualbox-modules' 'virtualbox-host-modules'
+   'virtualbox-host-dkms')
+provides=('VIRTUALBOX-HOST-MODULES')
+
+build() {
+  _kernver="$(

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

2022-07-30 Thread Jan Steffens via arch-commits
Date: Saturday, July 30, 2022 @ 12:14:52
  Author: heftig
Revision: 1259163

1.2.2-58: linux 5.18.15.arch1-1

Modified:
  acpi_call/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2022-07-30 12:14:50 UTC (rev 1259162)
+++ PKGBUILD2022-07-30 12:14:52 UTC (rev 1259163)
@@ -4,7 +4,7 @@
 
 pkgname=acpi_call
 pkgver=1.2.2
-pkgrel=57
+pkgrel=58
 pkgdesc='A linux kernel module that enables calls to ACPI methods through 
/proc/acpi/call'
 url='https://github.com/mkottman/acpi_call'
 arch=('x86_64')



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

2022-07-30 Thread Jan Steffens via arch-commits
Date: Saturday, July 30, 2022 @ 12:14:49
  Author: heftig
Revision: 1259161

8.050.03-12: linux 5.18.15.arch1-1

Modified:
  r8168/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2022-07-30 12:14:47 UTC (rev 1259160)
+++ PKGBUILD2022-07-30 12:14:49 UTC (rev 1259161)
@@ -4,7 +4,7 @@
 
 pkgname=r8168
 pkgver=8.050.03
-pkgrel=11
+pkgrel=12
 pkgdesc="A kernel module for Realtek 8168 network cards"
 url="http://www.realtek.com.tw";
 license=("GPL")



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

2022-07-30 Thread Jan Steffens via arch-commits
Date: Saturday, July 30, 2022 @ 12:14:54
  Author: heftig
Revision: 451754

515.57-10: linux 5.18.15.arch1-1

Modified:
  nvidia/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2022-07-30 12:14:42 UTC (rev 451753)
+++ PKGBUILD2022-07-30 12:14:54 UTC (rev 451754)
@@ -4,7 +4,7 @@
 
 pkgname=nvidia
 pkgver=515.57
-pkgrel=9
+pkgrel=10
 pkgdesc="NVIDIA drivers for linux"
 arch=('x86_64')
 url="https://www.nvidia.com/";



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

2022-07-30 Thread Jan Steffens via arch-commits
Date: Saturday, July 30, 2022 @ 12:14:55
  Author: heftig
Revision: 1259164

5.0.9-103: linux 5.18.15.arch1-1

Modified:
  deepin-anything-arch/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2022-07-30 12:14:52 UTC (rev 1259163)
+++ PKGBUILD2022-07-30 12:14:55 UTC (rev 1259164)
@@ -2,7 +2,7 @@
 
 pkgname=deepin-anything-arch
 pkgver=5.0.9
-pkgrel=102
+pkgrel=103
 pkgdesc="Deepin Anything file search tool, kernel module for Arch kernel"
 arch=('x86_64')
 url="https://github.com/linuxdeepin/deepin-anything";



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

2022-07-30 Thread Jan Steffens via arch-commits
Date: Saturday, July 30, 2022 @ 12:14:44
  Author: heftig
Revision: 1259158

0.43-411: linux 5.18.15.arch1-1

Modified:
  tp_smapi/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2022-07-30 12:14:40 UTC (rev 1259157)
+++ PKGBUILD2022-07-30 12:14:44 UTC (rev 1259158)
@@ -9,7 +9,7 @@
 
 pkgname=tp_smapi
 pkgver=0.43
-pkgrel=410
+pkgrel=411
 pkgdesc="Modules for ThinkPad's SMAPI functionality"
 arch=('x86_64')
 url='https://github.com/evgeni/tp_smapi'



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

2022-07-30 Thread Jan Steffens via arch-commits
Date: Saturday, July 30, 2022 @ 12:14:47
  Author: heftig
Revision: 1259160

0.8-524: linux 5.18.15.arch1-1

Modified:
  bbswitch/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2022-07-30 12:14:45 UTC (rev 1259159)
+++ PKGBUILD2022-07-30 12:14:47 UTC (rev 1259160)
@@ -5,7 +5,7 @@
 pkgbase=bbswitch
 pkgname=(bbswitch bbswitch-dkms)
 pkgver=0.8
-pkgrel=523
+pkgrel=524
 pkgdesc="Kernel module allowing to switch dedicated graphics card on Optimus 
laptops"
 arch=('x86_64')
 url="http://github.com/Bumblebee-Project/bbswitch";



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

2022-07-30 Thread Jan Steffens via arch-commits
Date: Saturday, July 30, 2022 @ 12:14:45
  Author: heftig
Revision: 1259159

6.30.223.271-403: linux 5.18.15.arch1-1

Modified:
  broadcom-wl/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2022-07-30 12:14:44 UTC (rev 1259158)
+++ PKGBUILD2022-07-30 12:14:45 UTC (rev 1259159)
@@ -5,7 +5,7 @@
 #_kernelname=-custom  # Build against kernel with a different name
 pkgname=${_module}${_kernelname}
 pkgver=6.30.223.271
-pkgrel=402
+pkgrel=403
 pkgdesc='Broadcom 802.11 Linux STA wireless driver'
 arch=('x86_64')
 
url='https://www.broadcom.com/support/download-search/?pf=Wireless+LAN+Infrastructure'



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

2022-07-30 Thread Jan Steffens via arch-commits
Date: Saturday, July 30, 2022 @ 12:14:50
  Author: heftig
Revision: 1259162

20211218-53: linux 5.18.15.arch1-1

Modified:
  vhba-module/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2022-07-30 12:14:49 UTC (rev 1259161)
+++ PKGBUILD2022-07-30 12:14:50 UTC (rev 1259162)
@@ -6,7 +6,7 @@
 pkgbase=vhba-module
 pkgname=(vhba-module vhba-module-dkms)
 pkgver=20211218
-pkgrel=52
+pkgrel=53
 pkgdesc="Kernel module that emulates SCSI devices"
 url="https://cdemu.sourceforge.io/";
 arch=(x86_64)



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

2022-07-30 Thread Jan Steffens via arch-commits
Date: Saturday, July 30, 2022 @ 12:14:38
  Author: heftig
Revision: 1259156

r73.0cf3b48-223: linux 5.18.15.arch1-1

Modified:
  netfilter-fullconenat/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2022-07-30 11:10:38 UTC (rev 1259155)
+++ PKGBUILD2022-07-30 12:14:38 UTC (rev 1259156)
@@ -3,7 +3,7 @@
 
 pkgname=netfilter-fullconenat
 pkgver=r73.0cf3b48
-pkgrel=222
+pkgrel=223
 pkgdesc="A kernel module that turns MASQUERADE into full cone SNAT"
 arch=('x86_64')
 url="https://github.com/Chion82/netfilter-full-cone-nat";



[arch-commits] Commit in virtualbox-host-modules-arch/trunk (PKGBUILD)

2022-07-30 Thread Jan Steffens via arch-commits
Date: Saturday, July 30, 2022 @ 12:14:40
  Author: heftig
Revision: 1259157

6.1.36-5: linux 5.18.15.arch1-1

Modified:
  virtualbox-host-modules-arch/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2022-07-30 12:14:38 UTC (rev 1259156)
+++ PKGBUILD2022-07-30 12:14:40 UTC (rev 1259157)
@@ -3,7 +3,7 @@
 
 pkgname='virtualbox-host-modules-arch'
 pkgver=6.1.36
-pkgrel=4
+pkgrel=5
 pkgdesc='Virtualbox host kernel modules for Arch Kernel'
 arch=('x86_64')
 url='https://virtualbox.org/'



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

2022-07-30 Thread Jan Steffens via arch-commits
Date: Saturday, July 30, 2022 @ 12:14:42
  Author: heftig
Revision: 451753

515.57-10: linux 5.18.15.arch1-1

Modified:
  nvidia-open/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2022-07-30 12:13:30 UTC (rev 451752)
+++ PKGBUILD2022-07-30 12:14:42 UTC (rev 451753)
@@ -2,7 +2,7 @@
 pkgbase=nvidia-open
 pkgname=(nvidia-open nvidia-open-dkms)
 pkgver=515.57
-pkgrel=9
+pkgrel=10
 pkgdesc="NVIDIA open kernel modules"
 arch=('x86_64')
 url="https://github.com/NVIDIA/open-gpu-kernel-modules";



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

2022-07-30 Thread Jan Steffens via arch-commits
Date: Saturday, July 30, 2022 @ 12:13:29
  Author: heftig
Revision: 451751

5.18.15.arch1-1

Modified:
  linux/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2022-07-29 23:29:03 UTC (rev 451750)
+++ PKGBUILD2022-07-30 12:13:29 UTC (rev 451751)
@@ -1,7 +1,7 @@
 # Maintainer: Jan Alexander Steffens (heftig) 
 
 pkgbase=linux
-pkgver=5.18.14.arch1
+pkgver=5.18.15.arch1
 pkgrel=1
 pkgdesc='Linux'
 _srctag=v${pkgver%.*}-${pkgver##*.}



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

2022-07-30 Thread Jan Steffens via arch-commits
Date: Saturday, July 30, 2022 @ 12:13:30
  Author: heftig
Revision: 451752

5.18.15.zen1-1

Modified:
  linux-zen/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2022-07-30 12:13:29 UTC (rev 451751)
+++ PKGBUILD2022-07-30 12:13:30 UTC (rev 451752)
@@ -1,7 +1,7 @@
 # Maintainer: Jan Alexander Steffens (heftig) 
 
 pkgbase=linux-zen
-pkgver=5.18.14.zen1
+pkgver=5.18.15.zen1
 pkgrel=1
 pkgdesc='Linux ZEN'
 _srctag=v${pkgver%.*}-${pkgver##*.}



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

2022-07-30 Thread Frederik Schwan via arch-commits
Date: Saturday, July 30, 2022 @ 11:10:38
  Author: freswa
Revision: 1259155

archrelease: copy trunk to community-x86_64

Added:
  fetchmail/repos/community-x86_64/PKGBUILD
(from rev 1259154, fetchmail/trunk/PKGBUILD)
  fetchmail/repos/community-x86_64/fetchmail.service
(from rev 1259154, fetchmail/trunk/fetchmail.service)
  fetchmail/repos/community-x86_64/fetchmail.sysusers
(from rev 1259154, fetchmail/trunk/fetchmail.sysusers)
  fetchmail/repos/community-x86_64/fetchmail.tmpfiles
(from rev 1259154, fetchmail/trunk/fetchmail.tmpfiles)
  fetchmail/repos/community-x86_64/fetchmail@.service
(from rev 1259154, fetchmail/trunk/fetchmail@.service)
Deleted:
  fetchmail/repos/community-x86_64/PKGBUILD
  fetchmail/repos/community-x86_64/fetchmail.service
  fetchmail/repos/community-x86_64/fetchmail.sysusers
  fetchmail/repos/community-x86_64/fetchmail.tmpfiles
  fetchmail/repos/community-x86_64/fetchmail@.service

+
 PKGBUILD   |   82 +--
 fetchmail.service  |   22 ++---
 fetchmail.sysusers |4 +-
 fetchmail.tmpfiles |4 +-
 fetchmail@.service |   22 ++---
 5 files changed, 67 insertions(+), 67 deletions(-)

Deleted: PKGBUILD
===
--- PKGBUILD2022-07-30 11:10:33 UTC (rev 1259154)
+++ PKGBUILD2022-07-30 11:10:38 UTC (rev 1259155)
@@ -1,41 +0,0 @@
-# Maintainer: Frederik Schwan 
-# Contributor: Amish 
-# Contributor: Victor3D 
-
-pkgname=fetchmail
-pkgver=6.4.31
-pkgrel=1
-pkgdesc='A remote-mail retrieval utility'
-arch=('x86_64')
-url='https://www.fetchmail.info'
-license=('GPL')
-depends=('openssl')
-makedepends=('python')
-optdepends=('tk: for using fetchmailconf'
-'python-future: for using fetchmailconf')
-source=("https://sourceforge.net/projects/fetchmail/files/branch_${pkgver%.*}/${pkgname}-${pkgver}.tar.xz";
-'fetchmail.tmpfiles'
-'fetchmail.sysusers'
-'fetchmail@.service'
-'fetchmail.service')
-b2sums=('b92e098b6799b9af480f00a99eb229c584230adaea1c6c86c5a4c4ef333403f4892087fbcc4c79e4835bed0ab63912656cb544c58c47bb9e3ebc3b406b4d58f6'
-
'b4ffb99efe4ab24a5a9ed3a27ad5a4645ef8611d66ca380e6acd36e81b34d2619142d62854fa7bd7716b8013d3ccf75ea3e1e18151ae95ff6c37c839631a5733'
-
'5000d2daa40cf36e46bd602d8c1ba45840587d289d19254187f92bced1b557a948e72417bbeaa3efd85e7d19f7f257effc310a96359b85eee6ed96d97d44c1b2'
-
'b8740cab8a59cc6c3082973e60d3eb262e3a76aa2b0517336d8f95fd4214a5ccbb2e292301d9112ede0747335f7f8d2815eb38b958085f702c01be30aa107f72'
-
'a86822f27f5f4c7b97f24baebcd383b5cc2a4fa7810226139e2c588368637417dbfa52f884a8fcc04b904fc1ac865189feb2070a215a8abf9c0192584c2dbbef')
-
-build() {
-  cd ${pkgname}-${pkgver}
-  ./configure --prefix=/usr --with-ssl=/usr
-  make
-}
-
-package() {
-  install -D -m644 fetchmail.tmpfiles 
"${pkgdir}"/usr/lib/tmpfiles.d/fetchmail.conf
-  install -D -m644 fetchmail.sysusers 
"${pkgdir}"/usr/lib/sysusers.d/fetchmail.conf
-  install -D -m644 fetchmail.service 
"${pkgdir}"/usr/lib/systemd/system/fetchmail.service
-  install -D -m644 fetchmail@.service 
"${pkgdir}"/usr/lib/systemd/system/fetchmail@.service
-  
-  cd ${pkgname}-${pkgver}
-  make DESTDIR="${pkgdir}" install
-}

Copied: fetchmail/repos/community-x86_64/PKGBUILD (from rev 1259154, 
fetchmail/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2022-07-30 11:10:38 UTC (rev 1259155)
@@ -0,0 +1,41 @@
+# Maintainer: Frederik Schwan 
+# Contributor: Amish 
+# Contributor: Victor3D 
+
+pkgname=fetchmail
+pkgver=6.4.32
+pkgrel=1
+pkgdesc='A remote-mail retrieval utility'
+arch=('x86_64')
+url='https://www.fetchmail.info'
+license=('GPL')
+depends=('openssl')
+makedepends=('python')
+optdepends=('tk: for using fetchmailconf'
+'python-future: for using fetchmailconf')
+source=("https://sourceforge.net/projects/fetchmail/files/branch_${pkgver%.*}/${pkgname}-${pkgver}.tar.xz";
+'fetchmail.tmpfiles'
+'fetchmail.sysusers'
+'fetchmail@.service'
+'fetchmail.service')
+b2sums=('5d6311c46053abc2e5b040273f04d9df5e737dcd938d1370bcd84415e422ec6a05126ecb59efcad9254e37338671cf7bfa224ea1015b83e8e93483cbeb033b7a'
+
'b4ffb99efe4ab24a5a9ed3a27ad5a4645ef8611d66ca380e6acd36e81b34d2619142d62854fa7bd7716b8013d3ccf75ea3e1e18151ae95ff6c37c839631a5733'
+
'5000d2daa40cf36e46bd602d8c1ba45840587d289d19254187f92bced1b557a948e72417bbeaa3efd85e7d19f7f257effc310a96359b85eee6ed96d97d44c1b2'
+
'b8740cab8a59cc6c3082973e60d3eb262e3a76aa2b0517336d8f95fd4214a5ccbb2e292301d9112ede0747335f7f8d2815eb38b958085f702c01be30aa107f72'
+
'a86822f27f5f4c7b97f24baebcd383b5cc2a4fa7810226139e2c588368637417dbfa52f884a8fcc04b904fc1ac865189feb2070a215a8abf9c0192584c2dbbef')
+
+build() {
+  cd ${pkgname}-${pkgver}
+  ./configure --prefix=/usr --with-ssl=/usr
+  make
+

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

2022-07-30 Thread Frederik Schwan via arch-commits
Date: Saturday, July 30, 2022 @ 11:10:33
  Author: freswa
Revision: 1259154

upgpkg: fetchmail 6.4.32-1

Modified:
  fetchmail/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2022-07-30 11:03:05 UTC (rev 1259153)
+++ PKGBUILD2022-07-30 11:10:33 UTC (rev 1259154)
@@ -3,7 +3,7 @@
 # Contributor: Victor3D 
 
 pkgname=fetchmail
-pkgver=6.4.31
+pkgver=6.4.32
 pkgrel=1
 pkgdesc='A remote-mail retrieval utility'
 arch=('x86_64')
@@ -18,7 +18,7 @@
 'fetchmail.sysusers'
 'fetchmail@.service'
 'fetchmail.service')
-b2sums=('b92e098b6799b9af480f00a99eb229c584230adaea1c6c86c5a4c4ef333403f4892087fbcc4c79e4835bed0ab63912656cb544c58c47bb9e3ebc3b406b4d58f6'
+b2sums=('5d6311c46053abc2e5b040273f04d9df5e737dcd938d1370bcd84415e422ec6a05126ecb59efcad9254e37338671cf7bfa224ea1015b83e8e93483cbeb033b7a'
 
'b4ffb99efe4ab24a5a9ed3a27ad5a4645ef8611d66ca380e6acd36e81b34d2619142d62854fa7bd7716b8013d3ccf75ea3e1e18151ae95ff6c37c839631a5733'
 
'5000d2daa40cf36e46bd602d8c1ba45840587d289d19254187f92bced1b557a948e72417bbeaa3efd85e7d19f7f257effc310a96359b85eee6ed96d97d44c1b2'
 
'b8740cab8a59cc6c3082973e60d3eb262e3a76aa2b0517336d8f95fd4214a5ccbb2e292301d9112ede0747335f7f8d2815eb38b958085f702c01be30aa107f72'



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

2022-07-30 Thread Chih-Hsuan Yen via arch-commits
Date: Saturday, July 30, 2022 @ 11:03:05
  Author: yan12125
Revision: 1259153

archrelease: copy trunk to community-any

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

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

Deleted: PKGBUILD
===
--- PKGBUILD2022-07-30 10:47:21 UTC (rev 1259152)
+++ PKGBUILD2022-07-30 11:03:05 UTC (rev 1259153)
@@ -1,44 +0,0 @@
-# Maintainer: Chih-Hsuan Yen 
-
-pkgname=python-cfn-lint
-# https://github.com/aws-cloudformation/cfn-lint/blob/main/CHANGELOG.md
-pkgver=0.61.4
-pkgrel=1
-pkgdesc='CloudFormation Linter'
-arch=(any)
-url='https://github.com/aws-cloudformation/cfn-lint'
-license=('custom:MIT No Attribution')
-depends=(python python-yaml python-aws-sam-translator
- python-jsonpatch python-jsonschema python-networkx
- python-junit-xml python-jschema-to-python python-sarif-om)
-makedepends=(python-setuptools)
-checkdepends=(python-pytest python-pydot)
-optdepends=(
-  'python-pydot: for building graphs from templates'
-)
-source=("https://github.com/aws-cloudformation/cfn-lint/archive/v$pkgver/cfn-lint-$pkgver.tar.gz";)
-sha256sums=('f4e2583d260bb495b2db0be23e7ce9b16ffb8da9015e23f79218acddc4e1a53a')
-
-build() {
-  cd cfn-lint-$pkgver
-  python setup.py build
-}
-
-check() {
-  cd cfn-lint-$pkgver
-
-  # Tests in test/integration need the cfn-lint binary
-  python setup.py install_scripts --install-dir="$srcdir"/tmp_install
-
-  export PYTHONPATH="$PWD/src"
-  export PATH="$PATH:$srcdir/tmp_install"
-  # test_update_docs requires cfn-lint as a git repo
-  pytest test -k 'not test_update_docs'
-}
-
-package() {
-  cd cfn-lint-$pkgver
-  python setup.py install --root="$pkgdir" --optimize=1 --skip-build
-
-  install -Dm644 LICENSE -t "$pkgdir"/usr/share/licenses/$pkgname
-}

Copied: python-cfn-lint/repos/community-any/PKGBUILD (from rev 1259152, 
python-cfn-lint/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2022-07-30 11:03:05 UTC (rev 1259153)
@@ -0,0 +1,44 @@
+# Maintainer: Chih-Hsuan Yen 
+
+pkgname=python-cfn-lint
+# https://github.com/aws-cloudformation/cfn-lint/blob/main/CHANGELOG.md
+pkgver=0.61.4
+pkgrel=1
+pkgdesc='CloudFormation Linter'
+arch=(any)
+url='https://github.com/aws-cloudformation/cfn-lint'
+license=('custom:MIT No Attribution')
+depends=(python python-yaml python-aws-sam-translator
+ python-jsonpatch python-jsonschema python-networkx
+ python-junit-xml python-jschema-to-python python-sarif-om)
+makedepends=(python-setuptools)
+checkdepends=(python-pytest python-pydot)
+optdepends=(
+  'python-pydot: for building graphs from templates'
+)
+source=("https://github.com/aws-cloudformation/cfn-lint/archive/v$pkgver/cfn-lint-$pkgver.tar.gz";)
+sha256sums=('f4e2583d260bb495b2db0be23e7ce9b16ffb8da9015e23f79218acddc4e1a53a')
+
+build() {
+  cd cfn-lint-$pkgver
+  python setup.py build
+}
+
+check() {
+  cd cfn-lint-$pkgver
+
+  # Tests in test/integration need the cfn-lint binary
+  python setup.py install_scripts --install-dir="$srcdir"/tmp_install
+
+  export PYTHONPATH="$PWD/src"
+  export PATH="$PATH:$srcdir/tmp_install"
+  # test_update_docs requires cfn-lint as a git repo
+  pytest test -k 'not test_update_docs'
+}
+
+package() {
+  cd cfn-lint-$pkgver
+  python setup.py install --root="$pkgdir" --optimize=1 --skip-build
+
+  install -Dm644 LICENSE -t "$pkgdir"/usr/share/licenses/$pkgname
+}



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

2022-07-30 Thread Chih-Hsuan Yen via arch-commits
Date: Saturday, July 30, 2022 @ 10:47:21
  Author: yan12125
Revision: 1259152

archrelease: copy trunk to community-any

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

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

Deleted: PKGBUILD
===
--- PKGBUILD2022-07-30 10:46:38 UTC (rev 1259151)
+++ PKGBUILD2022-07-30 10:47:21 UTC (rev 1259152)
@@ -1,44 +0,0 @@
-# Maintainer: Chih-Hsuan Yen 
-
-pkgname=python-cfn-lint
-# https://github.com/aws-cloudformation/cfn-lint/blob/main/CHANGELOG.md
-pkgver=0.61.3
-pkgrel=1
-pkgdesc='CloudFormation Linter'
-arch=(any)
-url='https://github.com/aws-cloudformation/cfn-lint'
-license=('custom:MIT No Attribution')
-depends=(python python-yaml python-aws-sam-translator
- python-jsonpatch python-jsonschema python-networkx
- python-junit-xml python-jschema-to-python python-sarif-om)
-makedepends=(python-setuptools)
-checkdepends=(python-pytest python-pydot)
-optdepends=(
-  'python-pydot: for building graphs from templates'
-)
-source=("https://github.com/aws-cloudformation/cfn-lint/archive/v$pkgver/cfn-lint-$pkgver.tar.gz";)
-sha256sums=('1bf39ad5c1b9efffb1c36983df724221b3261d201f5c2d613f389735f3287f59')
-
-build() {
-  cd cfn-lint-$pkgver
-  python setup.py build
-}
-
-check() {
-  cd cfn-lint-$pkgver
-
-  # Tests in test/integration need the cfn-lint binary
-  python setup.py install_scripts --install-dir="$srcdir"/tmp_install
-
-  export PYTHONPATH="$PWD/src"
-  export PATH="$PATH:$srcdir/tmp_install"
-  # test_update_docs requires cfn-lint as a git repo
-  pytest test -k 'not test_update_docs'
-}
-
-package() {
-  cd cfn-lint-$pkgver
-  python setup.py install --root="$pkgdir" --optimize=1 --skip-build
-
-  install -Dm644 LICENSE -t "$pkgdir"/usr/share/licenses/$pkgname
-}

Copied: python-cfn-lint/repos/community-any/PKGBUILD (from rev 1259151, 
python-cfn-lint/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2022-07-30 10:47:21 UTC (rev 1259152)
@@ -0,0 +1,44 @@
+# Maintainer: Chih-Hsuan Yen 
+
+pkgname=python-cfn-lint
+# https://github.com/aws-cloudformation/cfn-lint/blob/main/CHANGELOG.md
+pkgver=0.61.4
+pkgrel=1
+pkgdesc='CloudFormation Linter'
+arch=(any)
+url='https://github.com/aws-cloudformation/cfn-lint'
+license=('custom:MIT No Attribution')
+depends=(python python-yaml python-aws-sam-translator
+ python-jsonpatch python-jsonschema python-networkx
+ python-junit-xml python-jschema-to-python python-sarif-om)
+makedepends=(python-setuptools)
+checkdepends=(python-pytest python-pydot)
+optdepends=(
+  'python-pydot: for building graphs from templates'
+)
+source=("https://github.com/aws-cloudformation/cfn-lint/archive/v$pkgver/cfn-lint-$pkgver.tar.gz";)
+sha256sums=('f4e2583d260bb495b2db0be23e7ce9b16ffb8da9015e23f79218acddc4e1a53a')
+
+build() {
+  cd cfn-lint-$pkgver
+  python setup.py build
+}
+
+check() {
+  cd cfn-lint-$pkgver
+
+  # Tests in test/integration need the cfn-lint binary
+  python setup.py install_scripts --install-dir="$srcdir"/tmp_install
+
+  export PYTHONPATH="$PWD/src"
+  export PATH="$PATH:$srcdir/tmp_install"
+  # test_update_docs requires cfn-lint as a git repo
+  pytest test -k 'not test_update_docs'
+}
+
+package() {
+  cd cfn-lint-$pkgver
+  python setup.py install --root="$pkgdir" --optimize=1 --skip-build
+
+  install -Dm644 LICENSE -t "$pkgdir"/usr/share/licenses/$pkgname
+}



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

2022-07-30 Thread Chih-Hsuan Yen via arch-commits
Date: Saturday, July 30, 2022 @ 10:46:38
  Author: yan12125
Revision: 1259151

upgpkg: python-cfn-lint 0.61.4-1

Modified:
  python-cfn-lint/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2022-07-30 10:18:45 UTC (rev 1259150)
+++ PKGBUILD2022-07-30 10:46:38 UTC (rev 1259151)
@@ -2,7 +2,7 @@
 
 pkgname=python-cfn-lint
 # https://github.com/aws-cloudformation/cfn-lint/blob/main/CHANGELOG.md
-pkgver=0.61.3
+pkgver=0.61.4
 pkgrel=1
 pkgdesc='CloudFormation Linter'
 arch=(any)
@@ -17,7 +17,7 @@
   'python-pydot: for building graphs from templates'
 )
 
source=("https://github.com/aws-cloudformation/cfn-lint/archive/v$pkgver/cfn-lint-$pkgver.tar.gz";)
-sha256sums=('1bf39ad5c1b9efffb1c36983df724221b3261d201f5c2d613f389735f3287f59')
+sha256sums=('f4e2583d260bb495b2db0be23e7ce9b16ffb8da9015e23f79218acddc4e1a53a')
 
 build() {
   cd cfn-lint-$pkgver



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

2022-07-30 Thread Alexander Rødseth via arch-commits
Date: Saturday, July 30, 2022 @ 10:18:45
  Author: arodseth
Revision: 1259150

archrelease: copy trunk to community-x86_64

Added:
  smlnj/repos/community-x86_64/PKGBUILD
(from rev 1259149, smlnj/trunk/PKGBUILD)
  smlnj/repos/community-x86_64/profile.d-smlnj.sh
(from rev 1259149, smlnj/trunk/profile.d-smlnj.sh)
  smlnj/repos/community-x86_64/smlnj.install
(from rev 1259149, smlnj/trunk/smlnj.install)
  smlnj/repos/community-x86_64/smlnj.sh
(from rev 1259149, smlnj/trunk/smlnj.sh)
  smlnj/repos/community-x86_64/urlgetter.sh
(from rev 1259149, smlnj/trunk/urlgetter.sh)
Deleted:
  smlnj/repos/community-x86_64/PKGBUILD
  smlnj/repos/community-x86_64/profile.d-smlnj.sh
  smlnj/repos/community-x86_64/smlnj.install
  smlnj/repos/community-x86_64/smlnj.sh
  smlnj/repos/community-x86_64/urlgetter.sh

+
 PKGBUILD   |  158 +--
 profile.d-smlnj.sh |4 -
 smlnj.install  |6 -
 smlnj.sh   |6 -
 urlgetter.sh   |   62 ++--
 5 files changed, 117 insertions(+), 119 deletions(-)

Deleted: PKGBUILD
===
--- PKGBUILD2022-07-30 10:18:34 UTC (rev 1259149)
+++ PKGBUILD2022-07-30 10:18:45 UTC (rev 1259150)
@@ -1,80 +0,0 @@
-# Maintainer: Alexander F. Rødseth 
-# Contributor: Thomas Weißschuh 
-
-pkgname=smlnj
-pkgver=110.99.2
-pkgrel=2
-pkgdesc='Standard ML compiler from New Jersey'
-url='https://www.smlnj.org/'
-license=(BSD)
-arch=(x86_64)
-makedepends=(smlnj)
-provides=(sml)
-install=smlnj.install
-_url="http://smlnj.cs.uchicago.edu/dist/working/$pkgver/";
-source=(
-  "$pkgname-$pkgver-boot.amd64-unix.tgz::${_url}boot.amd64-unix.tgz"
-  "$pkgname-$pkgver-boot.x64-unix.tgz::${_url}boot.x86-unix.tgz"
-  "$pkgname-$pkgver-config.tgz::${_url}config.tgz"
-  "$pkgname-$pkgver-cm.tgz::${_url}cm.tgz"
-  "$pkgname-$pkgver-compiler.tgz::${_url}compiler.tgz"
-  "$pkgname-$pkgver-runtime.tgz::${_url}runtime.tgz"
-  "$pkgname-$pkgver-system.tgz::${_url}system.tgz"
-  "$pkgname-$pkgver-MLRISC.tgz::${_url}MLRISC.tgz"
-  "$pkgname-$pkgver-smlnj-lib.tgz::${_url}smlnj-lib.tgz"
-  "$pkgname-$pkgver-ckit.tgz::${_url}ckit.tgz"
-  "$pkgname-$pkgver-nlffi.tgz::${_url}nlffi.tgz"
-  "$pkgname-$pkgver-cml.tgz::${_url}cml.tgz"
-  "$pkgname-$pkgver-ml-lpt.tgz::${_url}ml-lpt.tgz"
-  "$pkgname-$pkgver-ml-lex.tgz::${_url}ml-lex.tgz"
-  "$pkgname-$pkgver-ml-yacc.tgz::${_url}ml-yacc.tgz"
-  "$pkgname-$pkgver-ml-burg.tgz::${_url}ml-burg.tgz"
-  "$pkgname-$pkgver-trace-debug-profile.tgz::${_url}trace-debug-profile.tgz"
-  urlgetter.sh
-  profile.d-smlnj.sh
-  smlnj.sh
-)
-b2sums=('7b4fdff5c5d12217768e0605c46845cfcf70b14ea0dd71cd993bce0c2a9e1ebc94f1b118e198e02ab81b07a922876000a92ca2c34092b65b5726c70e2411c747'
-
'dc2e4a05f39be830290f863837b551d752c072839bb2448e8445bd527bc2df55da64bd71787d1b6c0c651f6b6f645b906ed25d444a37f005c98934503cd06307'
-
'e65bfad1636d892494bd67be1c6a16d43844a1928c2084677f4901edb75b44957bcfb8e9e4bf94e8799738f3d7762d01c9d652bab0a7fe39696edf8353c88668'
-
'aeb1bd53afc88df154b4ec4f5af6eab3a8704e317f5e340e90b5338286e3a513ed576bd306cc5487c68fe9e0d600fe2be116ad23c515d3aba6da4b135dfd5d93'
-
'99229a6520616590963a9aa57e5c7487e9029d4de1db2c82b1ac26ae3cc6b88cd60770efb2dad3292ffa3c1849094c84d4c43677ee20170aeea6cb77bc5d684a'
-
'2b5f33d1cf78c5925f5912be6d0e8dd3a94ec7364613a7c33671ffd6c12a7e8aba8918ee8f788a0a11721b80508147cc570db568c13adcedb731cde0c19199a2'
-
'c9af6495f6991cd9e6768ceab1c8841e30ba83d981e2b8b0482851c8cca9db548e22a2abce2ee0764e4e5ad37723d5819e4e44c91e4e69a4b353327e6ea55769'
-
'dca76da4c5966ecaff35616723f9ec57fca6ce6c29940ed65691819ea6f3c8b617ce8ab207ae902550004f7b99a5cd7b3a5fe514ff591d64fbd12bce18fae3e7'
-
'8194c48196e5e58eb22e6f4f1a91b7b8671acfd2425b88b826d0d2f8f0075f309b3cfcfb77df61fdf5944b3f384201a10effec0438efd9a32f3b4ba68f94d6b0'
-
'272849e5caae212061acc14f13d055d8f75ea1c61364be1bb039ecd5cf3166b7f9e39133266383aa411ccd980fa75c223873634d493f6bcf5e6e3bbca55c2544'
-
'7a8e8087e65a8f3150d208f1577a39c96942f083b11627433e3a16677e960b1c6ae179eab2c79d3b49d4c20ac56550f3f1d83178c2bde643c9a23d96b549d8f1'
-
'ae172683d722401776a435a13bd8c58d255602ec994cd36828d337fd8d3895512cc3c54b4fef978c05e5fe953f0f2eb8b7625e8684b9840a5080e9eee9069c59'
-
'08781336857ff7bebf39b60c900f7489db660f470027dc023dd3927ca4ebb9335959b4425ee1befc21fca540141764043656da7447a1df74b1f37c6ef3fdbde3'
-
'f0906f4c71fa68f14c9dd00c2bd4925752cd6c5f582c44692ea994fc4b91b4c2d5e56453f2437ca6826b3192f1a75fca04ec5aca09420d9ab4d104abbee83313'
-
'ec9269b6b9c497aa761bbba654960edb68a4a53cb5e3e04d99c750d0d767da1445d28faff0cd6fb6f78d9538fdc9d6c571e79324b1e9b81ae8fe67fc4ebce7be'
-
'15a66c5e93d6a35fe60e052d227870606407ede8f38a5e9376b823800a0894271393e1c286def8dbc83dd8bff895c47371c625d990fdc808363409b9ef0f38bf'
-
'ebc7d3270bcee5464c7eb5a70c851d865ffbf2ba31a084b61074ffe22f7d

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

2022-07-30 Thread Alexander Rødseth via arch-commits
Date: Saturday, July 30, 2022 @ 10:18:34
  Author: arodseth
Revision: 1259149

upgpkg: smlnj 110.99.3-1

Modified:
  smlnj/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2022-07-30 09:26:18 UTC (rev 1259148)
+++ PKGBUILD2022-07-30 10:18:34 UTC (rev 1259149)
@@ -2,8 +2,8 @@
 # Contributor: Thomas Weißschuh 
 
 pkgname=smlnj
-pkgver=110.99.2
-pkgrel=2
+pkgver=110.99.3
+pkgrel=1
 pkgdesc='Standard ML compiler from New Jersey'
 url='https://www.smlnj.org/'
 license=(BSD)
@@ -34,23 +34,23 @@
   profile.d-smlnj.sh
   smlnj.sh
 )
-b2sums=('7b4fdff5c5d12217768e0605c46845cfcf70b14ea0dd71cd993bce0c2a9e1ebc94f1b118e198e02ab81b07a922876000a92ca2c34092b65b5726c70e2411c747'
-
'dc2e4a05f39be830290f863837b551d752c072839bb2448e8445bd527bc2df55da64bd71787d1b6c0c651f6b6f645b906ed25d444a37f005c98934503cd06307'
-
'e65bfad1636d892494bd67be1c6a16d43844a1928c2084677f4901edb75b44957bcfb8e9e4bf94e8799738f3d7762d01c9d652bab0a7fe39696edf8353c88668'
-
'aeb1bd53afc88df154b4ec4f5af6eab3a8704e317f5e340e90b5338286e3a513ed576bd306cc5487c68fe9e0d600fe2be116ad23c515d3aba6da4b135dfd5d93'
-
'99229a6520616590963a9aa57e5c7487e9029d4de1db2c82b1ac26ae3cc6b88cd60770efb2dad3292ffa3c1849094c84d4c43677ee20170aeea6cb77bc5d684a'
-
'2b5f33d1cf78c5925f5912be6d0e8dd3a94ec7364613a7c33671ffd6c12a7e8aba8918ee8f788a0a11721b80508147cc570db568c13adcedb731cde0c19199a2'
-
'c9af6495f6991cd9e6768ceab1c8841e30ba83d981e2b8b0482851c8cca9db548e22a2abce2ee0764e4e5ad37723d5819e4e44c91e4e69a4b353327e6ea55769'
-
'dca76da4c5966ecaff35616723f9ec57fca6ce6c29940ed65691819ea6f3c8b617ce8ab207ae902550004f7b99a5cd7b3a5fe514ff591d64fbd12bce18fae3e7'
-
'8194c48196e5e58eb22e6f4f1a91b7b8671acfd2425b88b826d0d2f8f0075f309b3cfcfb77df61fdf5944b3f384201a10effec0438efd9a32f3b4ba68f94d6b0'
-
'272849e5caae212061acc14f13d055d8f75ea1c61364be1bb039ecd5cf3166b7f9e39133266383aa411ccd980fa75c223873634d493f6bcf5e6e3bbca55c2544'
-
'7a8e8087e65a8f3150d208f1577a39c96942f083b11627433e3a16677e960b1c6ae179eab2c79d3b49d4c20ac56550f3f1d83178c2bde643c9a23d96b549d8f1'
-
'ae172683d722401776a435a13bd8c58d255602ec994cd36828d337fd8d3895512cc3c54b4fef978c05e5fe953f0f2eb8b7625e8684b9840a5080e9eee9069c59'
-
'08781336857ff7bebf39b60c900f7489db660f470027dc023dd3927ca4ebb9335959b4425ee1befc21fca540141764043656da7447a1df74b1f37c6ef3fdbde3'
-
'f0906f4c71fa68f14c9dd00c2bd4925752cd6c5f582c44692ea994fc4b91b4c2d5e56453f2437ca6826b3192f1a75fca04ec5aca09420d9ab4d104abbee83313'
-
'ec9269b6b9c497aa761bbba654960edb68a4a53cb5e3e04d99c750d0d767da1445d28faff0cd6fb6f78d9538fdc9d6c571e79324b1e9b81ae8fe67fc4ebce7be'
-
'15a66c5e93d6a35fe60e052d227870606407ede8f38a5e9376b823800a0894271393e1c286def8dbc83dd8bff895c47371c625d990fdc808363409b9ef0f38bf'
-
'ebc7d3270bcee5464c7eb5a70c851d865ffbf2ba31a084b61074ffe22f7d97c255fe4584fdbf491c7d5e2db65e3efb5648eb5995b81561cdfee152ae8b31c859'
+b2sums=('c6a7c96344da723dfd88155586b680b6f54e7711335bc88d8f1468d3f989077febe6624596d16d7236e651f17d33b6bdf268e8a99164b46e21780d87c697551b'
+
'52e9f86e7dabaf51ddb642a135f72c6e59f870152107730f7321f7d1d6c165594bdaaf085795360a9dadccec1cd2595c56b7bf7d84d038254273ab8bd5ec1c03'
+
'78c6cafc1bc5ac8f6e1fe837c1d1fe8d725eab09713a004a2d89df02c52a2553a2b91a7f540d64b097661b80c1b7d96f9c2ffdae4e2d3655fd182a7c31aa'
+
'6e4ecfc4d74756b1e69a3f61e25649798c6b74327e4d86ff649e9664f22e092a09b80ff0f6e0b94a5210db97985fabc3803e103b3be1da0f9c2bfccb06064e10'
+
'c98a337003619d5968f416c83422fb1ed92dbb37423630d41e2600d62a8cda1d2eb02ecd681bc79cb71a51881c1f4e6189430a05726d6345585f87a5585bc66a'
+
'ce70bd05fc311ed11285aceb4cb78af7f08a18431538a341f768fc04e9aa3b1df1f0f3f86f384622aea59fb3322eb8446176bf3481df6f0efa5d67fd1bf71da1'
+
'9fbb815ee69269ed962899a8374d5669adde670f1846c2137958fb945bc29ac52ae60a1e7393d6fe5479b037641f53bd938555c483683f4f8532c22a44073224'
+
'a639a9afcaf1bf3e6521eeaa2dd8cb28f164b4c9b439dcb1370c9189b8ca769fa79f3b6c15aa3ee4db49afd61c321d1a6197ad3a46f7209bd51a431e1249dd49'
+
'1904fc25ae19f8a62669e8ad81272702df3871b04a8ee82e3526d5cbec15835d17fb9ebc710fa7cad5634a9485b5ae9534cb9015e96fae4c19d8a51bcb57b77e'
+
'0834239040c7e15b96c8ca8812a0d74f5254bbdca22fdba8da5059ec3a256896fa8840dcc18534b9ba3578cb204fe12665f02337f7e1f46af71f19acc2ee4c45'
+
'0129c45031c750fcb8b879fa325532170c937ac0dc50e224ff22e1ea7c0822f13794be22ff5bc8c1570ed28b8ff9aa90910cb07b3c18519344bbad17bbf351da'
+
'4723c4a9f891274bac82168c21d19ec2506fc01f48fd330b179b468f73174c049df78a3948a10fe245f0f84f2f8b433ed0b64fc0340092e30433b247fbbd3773'
+
'3b0a853c92eed28d0d8a4394d1b87761bd093d1e701b289e5de28a351f27e97abb1921a5e5ade6e7dea1faef1dccca4dbcb30aefe4624361b302f14084cf08af'
+
'7891b4c26aa44c945f18cd1300fb7

[arch-commits] Commit in networkmanager-l2tp/repos/community-x86_64 (2 files)

2022-07-30 Thread Alexander Rødseth via arch-commits
Date: Saturday, July 30, 2022 @ 09:26:18
  Author: arodseth
Revision: 1259148

archrelease: copy trunk to community-x86_64

Added:
  networkmanager-l2tp/repos/community-x86_64/PKGBUILD
(from rev 1259147, networkmanager-l2tp/trunk/PKGBUILD)
Deleted:
  networkmanager-l2tp/repos/community-x86_64/PKGBUILD

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

Deleted: PKGBUILD
===
--- PKGBUILD2022-07-30 09:26:11 UTC (rev 1259147)
+++ PKGBUILD2022-07-30 09:26:18 UTC (rev 1259148)
@@ -1,42 +0,0 @@
-# Maintainer: Alexander F. Rødseth 
-# Contributor: Miles McLean 
-# Contributor: Andrea Scarpino 
-# Contributor: Brad Pitcher 
-# Contributor: Moritz Lipp 
-
-pkgname=networkmanager-l2tp
-pkgver=1.20.0
-_pppver=2.4.9
-pkgrel=3
-pkgdesc='L2TP support for NetworkManager'
-arch=(x86_64)
-url='https://github.com/nm-l2tp/NetworkManager-l2tp'
-license=(GPL2)
-depends=(libnma ppp=$_pppver xl2tpd)
-makedepends=(intltool python)
-optdepends=('strongswan: IPSec support')
-source=("$pkgname-$pkgver.tar.gz"::"$url/archive/$pkgver.tar.gz")
-b2sums=('e115552d5c8d4470ebfcaab50aa2c62f64d7e846071b13d5e0c923168e82bc5e8010eaee8640cd53cec139f8a0fe82c96d351512ad1895914943761e3a4d4795')
-
-prepare() {
-  ln -sf NetworkManager-l2tp-$pkgver $pkgname
-  cd $pkgname
-  NOCONFIGURE=1 ./autogen.sh
-}
-
-build() {
-  cd $pkgname
-  ./configure \
---libexecdir=/usr/lib/NetworkManager \
---localstatedir=/var \
---prefix=/usr \
---sysconfdir=/etc \
---with-pppd-plugin-dir=/usr/lib/pppd/$_pppver
-  sed -i -e 's/ -shared / -Wl,-O1,--as-needed\0/g' libtool
-  make
-}
-
-package() {
-  make -C $pkgname DESTDIR="$pkgdir" install
-  install -Dm644 $pkgname/NEWS "$pkgdir/usr/share/doc/$pkgname/NEWS"
-}

Copied: networkmanager-l2tp/repos/community-x86_64/PKGBUILD (from rev 1259147, 
networkmanager-l2tp/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2022-07-30 09:26:18 UTC (rev 1259148)
@@ -0,0 +1,42 @@
+# Maintainer: Alexander F. Rødseth 
+# Contributor: Miles McLean 
+# Contributor: Andrea Scarpino 
+# Contributor: Brad Pitcher 
+# Contributor: Moritz Lipp 
+
+pkgname=networkmanager-l2tp
+pkgver=1.20.4
+_pppver=2.4.9
+pkgrel=1
+pkgdesc='L2TP support for NetworkManager'
+arch=(x86_64)
+url='https://github.com/nm-l2tp/NetworkManager-l2tp'
+license=(GPL2)
+depends=(libnma ppp=$_pppver xl2tpd)
+makedepends=(intltool python)
+optdepends=('strongswan: IPSec support')
+source=("$pkgname-$pkgver.tar.gz"::"$url/archive/$pkgver.tar.gz")
+b2sums=('ccd4f0a15b9b47635d3f1798ef1b6778657c269c2499b630b35261be6279d6bbffddcd0bc4c6cf17f5d929c88e356376f143227dc3ae1f3c138a7f166e5b46bf')
+
+prepare() {
+  ln -sf NetworkManager-l2tp-$pkgver $pkgname
+  cd $pkgname
+  NOCONFIGURE=1 ./autogen.sh
+}
+
+build() {
+  cd $pkgname
+  ./configure \
+--libexecdir=/usr/lib/NetworkManager \
+--localstatedir=/var \
+--prefix=/usr \
+--sysconfdir=/etc \
+--with-pppd-plugin-dir=/usr/lib/pppd/$_pppver
+  sed -i -e 's/ -shared / -Wl,-O1,--as-needed\0/g' libtool
+  make
+}
+
+package() {
+  make -C $pkgname DESTDIR="$pkgdir" install
+  install -Dm644 $pkgname/NEWS "$pkgdir/usr/share/doc/$pkgname/NEWS"
+}



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

2022-07-30 Thread Alexander Rødseth via arch-commits
Date: Saturday, July 30, 2022 @ 09:26:11
  Author: arodseth
Revision: 1259147

upgpkg: networkmanager-l2tp 1.20.4-1

Modified:
  networkmanager-l2tp/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2022-07-30 09:22:59 UTC (rev 1259146)
+++ PKGBUILD2022-07-30 09:26:11 UTC (rev 1259147)
@@ -5,9 +5,9 @@
 # Contributor: Moritz Lipp 
 
 pkgname=networkmanager-l2tp
-pkgver=1.20.0
+pkgver=1.20.4
 _pppver=2.4.9
-pkgrel=3
+pkgrel=1
 pkgdesc='L2TP support for NetworkManager'
 arch=(x86_64)
 url='https://github.com/nm-l2tp/NetworkManager-l2tp'
@@ -16,7 +16,7 @@
 makedepends=(intltool python)
 optdepends=('strongswan: IPSec support')
 source=("$pkgname-$pkgver.tar.gz"::"$url/archive/$pkgver.tar.gz")
-b2sums=('e115552d5c8d4470ebfcaab50aa2c62f64d7e846071b13d5e0c923168e82bc5e8010eaee8640cd53cec139f8a0fe82c96d351512ad1895914943761e3a4d4795')
+b2sums=('ccd4f0a15b9b47635d3f1798ef1b6778657c269c2499b630b35261be6279d6bbffddcd0bc4c6cf17f5d929c88e356376f143227dc3ae1f3c138a7f166e5b46bf')
 
 prepare() {
   ln -sf NetworkManager-l2tp-$pkgver $pkgname



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

2022-07-30 Thread Alexander Rødseth via arch-commits
Date: Saturday, July 30, 2022 @ 09:22:59
  Author: arodseth
Revision: 1259146

archrelease: copy trunk to community-any

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

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

Deleted: PKGBUILD
===
--- PKGBUILD2022-07-30 09:22:53 UTC (rev 1259145)
+++ PKGBUILD2022-07-30 09:22:59 UTC (rev 1259146)
@@ -1,24 +0,0 @@
-# Maintainer: Alexander F. Rødseth 
-
-pkgname=python-glfw
-pkgver=2.5.3
-pkgrel=1
-pkgdesc='Module for OpenGL, OpenGL ES, Vulkan, window and input support'
-arch=(any)
-url='https://github.com/FlorianRhiem/pyGLFW'
-license=(MIT)
-depends=(glfw python)
-makedepends=(git python-setuptools)
-source=("git+$url#commit=ada90b17b6c15d077de64cb9a5c7a0c5651c6886") # tag: 
v2.1.0
-md5sums=('SKIP')
-
-build() {
-  cd pyGLFW
-  python setup.py build
-}
-
-package() {
-  cd pyGLFW
-  python setup.py install --root="$pkgdir" --optimize=1
-  install -Dm644 LICENSE.txt "$pkgdir/usr/share/licenses/$pkgname/LICENSE"
-}

Copied: python-glfw/repos/community-any/PKGBUILD (from rev 1259145, 
python-glfw/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2022-07-30 09:22:59 UTC (rev 1259146)
@@ -0,0 +1,24 @@
+# Maintainer: Alexander F. Rødseth 
+
+pkgname=python-glfw
+pkgver=2.5.4
+pkgrel=1
+pkgdesc='Module for OpenGL, OpenGL ES, Vulkan, window and input support'
+arch=(any)
+url='https://github.com/FlorianRhiem/pyGLFW'
+license=(MIT)
+depends=(glfw python)
+makedepends=(git python-setuptools)
+source=("git+$url#commit=23cd892aff3fab8485ae453ef4edf25101e9d6cb") # tag: 
v2.5.4
+b2sums=('SKIP')
+
+build() {
+  cd pyGLFW
+  python setup.py build
+}
+
+package() {
+  cd pyGLFW
+  python setup.py install --root="$pkgdir" --optimize=1
+  install -Dm644 LICENSE.txt "$pkgdir/usr/share/licenses/$pkgname/LICENSE"
+}



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

2022-07-30 Thread Alexander Rødseth via arch-commits
Date: Saturday, July 30, 2022 @ 09:22:53
  Author: arodseth
Revision: 1259145

upgpkg: python-glfw 2.5.4-1

Modified:
  python-glfw/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2022-07-30 09:21:08 UTC (rev 1259144)
+++ PKGBUILD2022-07-30 09:22:53 UTC (rev 1259145)
@@ -1,7 +1,7 @@
 # Maintainer: Alexander F. Rødseth 
 
 pkgname=python-glfw
-pkgver=2.5.3
+pkgver=2.5.4
 pkgrel=1
 pkgdesc='Module for OpenGL, OpenGL ES, Vulkan, window and input support'
 arch=(any)
@@ -9,8 +9,8 @@
 license=(MIT)
 depends=(glfw python)
 makedepends=(git python-setuptools)
-source=("git+$url#commit=ada90b17b6c15d077de64cb9a5c7a0c5651c6886") # tag: 
v2.1.0
-md5sums=('SKIP')
+source=("git+$url#commit=23cd892aff3fab8485ae453ef4edf25101e9d6cb") # tag: 
v2.5.4
+b2sums=('SKIP')
 
 build() {
   cd pyGLFW



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

2022-07-30 Thread Alexander Rødseth via arch-commits
Date: Saturday, July 30, 2022 @ 09:21:08
  Author: arodseth
Revision: 1259144

archrelease: copy trunk to community-x86_64

Added:
  wallutils/repos/community-x86_64/PKGBUILD
(from rev 1259143, wallutils/trunk/PKGBUILD)
Deleted:
  wallutils/repos/community-x86_64/PKGBUILD

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

Deleted: PKGBUILD
===
--- PKGBUILD2022-07-30 09:21:02 UTC (rev 1259143)
+++ PKGBUILD2022-07-30 09:21:08 UTC (rev 1259144)
@@ -1,25 +0,0 @@
-# Maintainer: Alexander F. Rødseth 
-
-pkgname=wallutils
-pkgver=5.10.0
-pkgrel=3
-pkgdesc='Utilities for handling resolutions, wallpapers and timed wallpapers'
-arch=(x86_64)
-url='https://github.com/xyproto/wallutils'
-license=(MIT)
-depends=(libheif libx11 libxpm wayland)
-makedepends=(git go libxcursor libxmu upx xbitmaps xorgproto)
-optdepends=('feh: for setting the wallpaper for some window managers that runs 
under X')
-source=("git+$url#commit=3e1caadf5c1a4c73565a643886766415118d7334") # tag: 
5.10.0
-options=(!strip !lto)
-b2sums=('SKIP')
-
-build() {
-  make -C $pkgname
-}
-
-package() {
-  DESTDIR="$pkgdir" make -C $pkgname install
-  find "$pkgdir/usr/bin/" -executable -type f -exec upx -q --no-progress {} 
>/dev/null \;
-  install -Dm644 $pkgname/LICENSE "$pkgdir/usr/share/licenses/$pkgname/LICENSE"
-}

Copied: wallutils/repos/community-x86_64/PKGBUILD (from rev 1259143, 
wallutils/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2022-07-30 09:21:08 UTC (rev 1259144)
@@ -0,0 +1,28 @@
+# Maintainer: Alexander F. Rødseth 
+
+pkgname=wallutils
+pkgver=5.11.1
+pkgrel=1
+pkgdesc='Utilities for handling resolutions, wallpapers and timed wallpapers'
+arch=(x86_64)
+url='https://github.com/xyproto/wallutils'
+license=(BSD)
+depends=(libheif libx11 libxpm wayland)
+makedepends=(git go libxcursor libxmu upx xbitmaps xorgproto)
+optdepends=('feh: for setting the wallpaper for some window managers that runs 
under X'
+  'imagemagick: for supporting HEIF/HEIC (macOS wallpaper) files'
+  'procps-ng: for Labwc'
+  'swaybg: for Sway and Labwc')
+source=("git+$url#commit=2f96dfe45038c8ae8d3aeb713836ca85be87d3b9") # tag: 
5.11.1
+options=(!strip !lto)
+b2sums=('SKIP')
+
+build() {
+  make -C $pkgname
+}
+
+package() {
+  DESTDIR="$pkgdir" make -C $pkgname install
+  find "$pkgdir/usr/bin/" -executable -type f -exec upx -q --no-progress {} 
>/dev/null \;
+  install -Dm644 $pkgname/LICENSE "$pkgdir/usr/share/licenses/$pkgname/LICENSE"
+}



  1   2   >